]> git.openstreetmap.org Git - rails.git/commitdiff
Merge pull request #4316 from AntonKhorev/block-reason-max-length
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 27 Nov 2024 17:02:25 +0000 (17:02 +0000)
committerGitHub <noreply@github.com>
Wed, 27 Nov 2024 17:02:25 +0000 (17:02 +0000)
Set max length of block reason

386 files changed:
.github/pull_request_template.md [new file with mode: 0644]
.github/workflows/danger.yml [new file with mode: 0644]
.github/workflows/lint.yml
.github/workflows/tests.yml
.rubocop.yml
.rubocop_todo.yml
CONFIGURE.md
CONTRIBUTING.md
DOCKER.md
Dangerfile [new file with mode: 0644]
Dockerfile
FAQ.md
Gemfile
Gemfile.lock
INSTALL.md
Vagrantfile
app/abilities/ability.rb
app/abilities/api_capability.rb
app/assets/images/browse/node.svg [new file with mode: 0644]
app/assets/images/browse/relation.svg [new file with mode: 0644]
app/assets/images/browse/way.svg [new file with mode: 0644]
app/assets/images/key/opnvkarte/bus_stop13.svg [deleted file]
app/assets/images/key/opnvkarte/bus_stop15.svg [deleted file]
app/assets/images/key/opnvkarte/rail17.svg [deleted file]
app/assets/images/key/opnvkarte/stop13.svg [deleted file]
app/assets/images/key/opnvkarte/stop15.svg [deleted file]
app/assets/javascripts/application.js
app/assets/javascripts/embed.js.erb
app/assets/javascripts/index.js
app/assets/javascripts/index/new_note.js
app/assets/javascripts/index/note.js
app/assets/javascripts/index/query.js
app/assets/javascripts/index/search.js
app/assets/javascripts/leaflet.layers.js
app/assets/javascripts/leaflet.map.js
app/assets/javascripts/osm.js.erb
app/assets/javascripts/richtext.js
app/assets/javascripts/router.js
app/assets/javascripts/user.js
app/assets/stylesheets/common.scss
app/assets/stylesheets/parameters.scss
app/controllers/accounts_controller.rb
app/controllers/api/capabilities_controller.rb
app/controllers/api/changeset_comments_controller.rb
app/controllers/api/changesets_controller.rb
app/controllers/api/map_controller.rb
app/controllers/api/messages_controller.rb
app/controllers/api/nodes_controller.rb
app/controllers/api/note_subscriptions_controller.rb [new file with mode: 0644]
app/controllers/api/notes_controller.rb
app/controllers/api/old_elements_controller.rb
app/controllers/api/permissions_controller.rb
app/controllers/api/relations_controller.rb
app/controllers/api/tracepoints_controller.rb
app/controllers/api/traces_controller.rb
app/controllers/api/user_blocks_controller.rb
app/controllers/api/user_preferences_controller.rb
app/controllers/api/users_controller.rb
app/controllers/api/versions_controller.rb
app/controllers/api/ways_controller.rb
app/controllers/api_controller.rb
app/controllers/application_controller.rb
app/controllers/changeset_comments/feeds_controller.rb [new file with mode: 0644]
app/controllers/changeset_comments_controller.rb [deleted file]
app/controllers/changesets_controller.rb
app/controllers/concerns/user_methods.rb
app/controllers/diary_entries_controller.rb
app/controllers/friendships_controller.rb
app/controllers/issues_controller.rb
app/controllers/messages_controller.rb
app/controllers/notes_controller.rb
app/controllers/oauth_clients_controller.rb [deleted file]
app/controllers/oauth_controller.rb [deleted file]
app/controllers/sessions_controller.rb
app/controllers/traces_controller.rb
app/controllers/user_blocks_controller.rb
app/controllers/user_roles_controller.rb
app/controllers/users_controller.rb
app/helpers/browse_helper.rb
app/helpers/open_graph_helper.rb
app/helpers/user_helper.rb
app/helpers/user_mailer_helper.rb
app/helpers/user_roles_helper.rb
app/jobs/trace_importer_job.rb
app/mailers/user_mailer.rb
app/models/access_token.rb [deleted file]
app/models/client_application.rb [deleted file]
app/models/node.rb
app/models/note.rb
app/models/note_subscription.rb [new file with mode: 0644]
app/models/oauth2_token.rb [deleted file]
app/models/oauth2_verifier.rb [deleted file]
app/models/oauth_nonce.rb [deleted file]
app/models/oauth_token.rb [deleted file]
app/models/old_node.rb
app/models/old_node_tag.rb
app/models/old_relation.rb
app/models/old_relation_member.rb
app/models/old_relation_tag.rb
app/models/old_way.rb
app/models/old_way_node.rb
app/models/old_way_tag.rb
app/models/relation.rb
app/models/request_token.rb [deleted file]
app/models/user.rb
app/views/application/_auth_providers.html.erb
app/views/application/_settings_menu.html.erb
app/views/changeset_comments/feeds/_comment.html.erb [moved from app/views/changeset_comments/_comment.html.erb with 100% similarity]
app/views/changeset_comments/feeds/_comment.rss.builder [moved from app/views/changeset_comments/_comment.rss.builder with 100% similarity]
app/views/changeset_comments/feeds/show.rss.builder [moved from app/views/changeset_comments/index.rss.builder with 79% similarity]
app/views/changeset_comments/feeds/timeout.rss.builder [new file with mode: 0644]
app/views/changeset_comments/timeout.atom.builder [deleted file]
app/views/changeset_comments/timeout.html.erb [deleted file]
app/views/changesets/_elements.html.erb [new file with mode: 0644]
app/views/changesets/_paging_nav.html.erb
app/views/changesets/index.html.erb
app/views/changesets/show.html.erb
app/views/diary_comments/_page.html.erb
app/views/diary_entries/_diary_comment.html.erb
app/views/diary_entries/_page.html.erb
app/views/geocoder/search.html.erb
app/views/issues/_page.html.erb [new file with mode: 0644]
app/views/issues/index.html.erb
app/views/layouts/_banner.html.erb
app/views/layouts/_flash.html.erb
app/views/layouts/_header.html.erb
app/views/layouts/_search.html.erb
app/views/messages/_heading.html.erb
app/views/messages/show.html.erb
app/views/nodes/timeout.html.erb [new file with mode: 0644]
app/views/notes/_notes_paging_nav.html.erb
app/views/notes/index.html.erb
app/views/notes/show.html.erb
app/views/oauth/authorize.html.erb [deleted file]
app/views/oauth/authorize_failure.html.erb [deleted file]
app/views/oauth/authorize_success.html.erb [deleted file]
app/views/oauth2_applications/_form.html.erb
app/views/oauth_clients/_form.html.erb [deleted file]
app/views/oauth_clients/edit.html.erb [deleted file]
app/views/oauth_clients/index.html.erb [deleted file]
app/views/oauth_clients/new.html.erb [deleted file]
app/views/oauth_clients/not_found.erb [deleted file]
app/views/oauth_clients/show.html.erb [deleted file]
app/views/old_nodes/timeout.html.erb [new file with mode: 0644]
app/views/old_relations/timeout.html.erb [new file with mode: 0644]
app/views/old_ways/timeout.html.erb [new file with mode: 0644]
app/views/redactions/index.html.erb
app/views/redactions/show.html.erb
app/views/relations/timeout.html.erb [new file with mode: 0644]
app/views/sessions/new.html.erb
app/views/shared/_pagination.html.erb
app/views/shared/_richtext_field.html.erb
app/views/site/about.html.erb
app/views/traces/_page.html.erb
app/views/traces/_trace.html.erb
app/views/traces/new.html.erb
app/views/user_blocks/_page.html.erb [moved from app/views/user_blocks/_blocks.html.erb with 87% similarity]
app/views/user_blocks/blocks_by.html.erb
app/views/user_blocks/blocks_on.html.erb
app/views/user_blocks/index.html.erb
app/views/user_mailer/friendship_notification.html.erb
app/views/user_mailer/friendship_notification.text.erb
app/views/users/_page.html.erb
app/views/users/_user.html.erb
app/views/users/show.html.erb
app/views/users/terms.html.erb
app/views/ways/timeout.html.erb [new file with mode: 0644]
bin/brakeman [new file with mode: 0755]
bin/rubocop [new file with mode: 0755]
bin/setup
config/application.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/eslint.js
config/i18n-tasks.yml
config/initializers/doorkeeper.rb
config/initializers/oauth.rb
config/key.yml
config/layers.yml [new file with mode: 0644]
config/locales/af.yml
config/locales/aln.yml
config/locales/ar.yml
config/locales/arz.yml
config/locales/ast.yml
config/locales/az.yml
config/locales/ba.yml
config/locales/be-Tarask.yml
config/locales/be.yml
config/locales/bg.yml
config/locales/bn.yml
config/locales/br.yml
config/locales/bs.yml
config/locales/ca.yml
config/locales/ce.yml
config/locales/cs.yml
config/locales/cy.yml
config/locales/da.yml
config/locales/de.yml
config/locales/diq.yml
config/locales/dsb.yml
config/locales/el.yml
config/locales/en-GB.yml
config/locales/en.yml
config/locales/eo.yml
config/locales/es.yml
config/locales/et.yml
config/locales/eu.yml
config/locales/fa.yml
config/locales/fi.yml
config/locales/fit.yml
config/locales/fr.yml
config/locales/fur.yml
config/locales/fy.yml
config/locales/ga.yml
config/locales/gcf.yml
config/locales/gd.yml
config/locales/gl.yml
config/locales/gsw.yml
config/locales/gu.yml
config/locales/he.yml
config/locales/hi.yml
config/locales/hr.yml
config/locales/hsb.yml
config/locales/hu.yml
config/locales/ia.yml
config/locales/id.yml
config/locales/is.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ka.yml
config/locales/kab.yml
config/locales/kk-cyrl.yml
config/locales/km.yml
config/locales/kn.yml
config/locales/ko.yml
config/locales/ksh.yml
config/locales/ku-Latn.yml
config/locales/lb.yml
config/locales/lt.yml
config/locales/lv.yml
config/locales/mk.yml
config/locales/mo.yml
config/locales/mr.yml
config/locales/ms.yml
config/locales/my.yml
config/locales/nb.yml
config/locales/nds.yml
config/locales/ne.yml
config/locales/nl.yml
config/locales/nn.yml
config/locales/nqo.yml
config/locales/oc.yml
config/locales/pa.yml
config/locales/pl.yml
config/locales/pnb.yml
config/locales/ps.yml
config/locales/pt-PT.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sat.yml
config/locales/sc.yml
config/locales/scn.yml
config/locales/sco.yml
config/locales/sh.yml
config/locales/sk.yml
config/locales/skr-arab.yml
config/locales/sl.yml
config/locales/sq.yml
config/locales/sr-Latn.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/ta.yml
config/locales/te.yml
config/locales/th.yml
config/locales/tl.yml
config/locales/tr.yml
config/locales/tt.yml
config/locales/uk.yml
config/locales/vi.yml
config/locales/xmf.yml
config/locales/yi.yml
config/locales/yo.yml
config/locales/zh-CN.yml
config/locales/zh-HK.yml
config/locales/zh-TW.yml
config/puma.rb
config/routes.rb
config/settings.yml
config/settings/test.yml
db/migrate/20240724194738_drop_oauth1_tables.rb [new file with mode: 0644]
db/migrate/20240910175616_add_user_creation_address.rb [new file with mode: 0644]
db/migrate/20240912181413_backfill_user_creation_address.rb [new file with mode: 0644]
db/migrate/20240913171951_drop_user_creation_ip.rb [new file with mode: 0644]
db/migrate/20241022141247_create_note_subscriptions.rb [new file with mode: 0644]
db/migrate/20241023004427_backfill_note_subscriptions.rb [new file with mode: 0644]
db/structure.sql
lib/classic_pagination/pagination.rb
lib/classic_pagination/pagination_helper.rb
lib/gpx.rb
lib/oauth.rb
lib/osm_community_index.rb
lib/short_link.rb
lib/tasks/cleanup.rake [new file with mode: 0644]
package.json
public/oauth/crossdomain.xml [deleted file]
public/robots.txt
script/cleanup [deleted file]
script/update-spam-blocks
script/vagrant/setup/provision.sh
test/abilities/abilities_test.rb
test/abilities/api_capability_test.rb
test/application_system_test_case.rb
test/controllers/api/changeset_comments_controller_test.rb
test/controllers/api/changesets_controller_test.rb
test/controllers/api/messages_controller_test.rb
test/controllers/api/nodes_controller_test.rb
test/controllers/api/note_subscriptions_controller_test.rb [new file with mode: 0644]
test/controllers/api/notes_controller_test.rb
test/controllers/api/old_nodes_controller_test.rb
test/controllers/api/old_relations_controller_test.rb
test/controllers/api/old_ways_controller_test.rb
test/controllers/api/permissions_controller_test.rb
test/controllers/api/relations_controller_test.rb
test/controllers/api/traces_controller_test.rb
test/controllers/api/user_preferences_controller_test.rb
test/controllers/api/users_controller_test.rb
test/controllers/api/ways_controller_test.rb
test/controllers/changeset_comments/feeds_controller_test.rb [new file with mode: 0644]
test/controllers/changeset_comments_controller_test.rb [deleted file]
test/controllers/diary_comments_controller_test.rb
test/controllers/diary_entries_controller_test.rb
test/controllers/messages_controller_test.rb
test/controllers/nodes_controller_test.rb
test/controllers/notes_controller_test.rb
test/controllers/oauth2_applications_controller_test.rb
test/controllers/oauth_clients_controller_test.rb [deleted file]
test/controllers/oauth_controller_test.rb [deleted file]
test/controllers/old_nodes_controller_test.rb
test/controllers/old_relations_controller_test.rb
test/controllers/old_ways_controller_test.rb
test/controllers/redactions_controller_test.rb
test/controllers/relations_controller_test.rb
test/controllers/sessions_controller_test.rb
test/controllers/traces_controller_test.rb
test/controllers/user_blocks_controller_test.rb
test/controllers/user_roles_controller_test.rb
test/controllers/users_controller_test.rb
test/controllers/ways_controller_test.rb
test/factories/client_applications.rb [deleted file]
test/factories/note_subscriptions.rb [new file with mode: 0644]
test/gpx/fixtures/jpg.gpx [new file with mode: 0644]
test/gpx/fixtures/jpg.gz.gpx [new file with mode: 0644]
test/helpers/application_helper_test.rb
test/helpers/user_helper_test.rb
test/helpers/user_roles_helper_test.rb
test/integration/client_applications_test.rb [deleted file]
test/integration/compressed_requests_test.rb
test/integration/oauth_test.rb [deleted file]
test/integration/user_blocks_test.rb
test/integration/user_creation_test.rb
test/integration/user_terms_seen_test.rb
test/javascripts/osm_test.js
test/javascripts/test_helper.js [new file with mode: 0644]
test/jobs/trace_importer_job_test.rb
test/lib/osm_community_index_test.rb
test/models/client_application_test.rb [deleted file]
test/models/oauth_nonce_test.rb [deleted file]
test/models/oauth_token_test.rb [deleted file]
test/models/request_token_test.rb [deleted file]
test/models/user_test.rb
test/system/changeset_elements_test.rb [new file with mode: 0644]
test/system/changeset_test.rb [new file with mode: 0644]
test/system/friendships_test.rb [new file with mode: 0644]
test/system/history_test.rb
test/system/issues_test.rb
test/system/note_comments_test.rb
test/system/redaction_destroy_test.rb [new file with mode: 0644]
test/system/users_test.rb [new file with mode: 0644]
test/teaspoon_env.rb [new file with mode: 0644]
test/test_helper.rb
vendor/assets/iD/iD.js
vendor/assets/iD/iD/data/imagery.min.json
vendor/assets/jquery/jquery.timers.js [deleted file]
yarn.lock

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644 (file)
index 0000000..b5f38b7
--- /dev/null
@@ -0,0 +1,13 @@
+<!--
+Please read the contributing guidelines before making a PR:
+  https://github.com/openstreetmap/openstreetmap-website/blob/master/CONTRIBUTING.md
+
+Pay particular attention to the section on how to present PRs:
+  https://github.com/openstreetmap/openstreetmap-website/blob/master/CONTRIBUTING.md#pull-requests
+-->
+
+### Description
+<!--Describe your changes in detail. If you have made changes to the UI, include screenshots. If your PR addresses a Github issue, please link to it.-->
+
+### How has this been tested?
+<!--Explain the steps you took to test your code.-->
diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml
new file mode 100644 (file)
index 0000000..67a676d
--- /dev/null
@@ -0,0 +1,35 @@
+name: Danger
+
+on:
+  pull_request_target:
+    types: [opened, synchronize]
+
+permissions:
+  pull-requests: write
+  statuses: write
+
+jobs:
+  danger:
+    runs-on: ubuntu-22.04
+    steps:
+      - name: Check out code
+        uses: actions/checkout@v4
+        with:
+          fetch-depth: 0
+      - name: Setup ruby
+        uses: ruby/setup-ruby@v1
+        with:
+          ruby-version: 3.1
+          rubygems: 3.4.10
+          bundler-cache: true
+      - name: Create base branch
+        run: |
+          git fetch ${{ github.event.pull_request.base.repo.clone_url }} ${{ github.event.pull_request.base.ref }}:danger_base
+      - name: Create head branch
+        run: |
+          git fetch ${{ github.event.pull_request.head.repo.clone_url }} ${{ github.event.pull_request.head.ref }}:danger_head
+      - name: Danger
+        env:
+          DANGER_GITHUB_BEARER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+        run: |
+          bundle exec danger --verbose
index 9fc1320141d9f50d0ac19a5940bc48fdbe9dd87f..343084b0f8b6b4c52efb4e1f8887f450a7c465ff 100644 (file)
@@ -7,7 +7,7 @@ concurrency:
   cancel-in-progress: true
 env:
   os: ubuntu-22.04
-  ruby: '3.0'
+  ruby: '3.1'
 jobs:
   rubocop:
     name: RuboCop
index 46ab75482815eb90b5d9aa23f7a8ac8e4418f6f5..25722c1f48fc471abd09f8a6b2dfb2dbe8704bc1 100644 (file)
@@ -10,8 +10,8 @@ jobs:
     name: Ubuntu ${{ matrix.ubuntu }}, Ruby ${{ matrix.ruby }}
     strategy:
       matrix:
-        ubuntu: [20.04, 22.04]
-        ruby: ['3.0', '3.1', '3.2', '3.3']
+        ubuntu: [22.04, 24.04]
+        ruby: ['3.1', '3.2', '3.3']
     runs-on: ubuntu-${{ matrix.ubuntu }}
     env:
       RAILS_ENV: test
@@ -58,10 +58,14 @@ jobs:
       run: bundle exec bin/yarn install
     - name: Compile assets
       run: bundle exec rails assets:precompile
+    - name: Create tmp/pids directory
+      run: mkdir -p tmp/pids
     - name: Run tests
       run: bundle exec rails test:all
+    - name: Run javascript tests
+      run: bundle exec teaspoon
     - name: Report completion to Coveralls
-      uses: coverallsapp/github-action@v2.3.0
+      uses: coverallsapp/github-action@v2.3.4
       with:
         github-token: ${{ secrets.github_token }}
         flag-name: ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }}
@@ -73,7 +77,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Report completion to Coveralls
-      uses: coverallsapp/github-action@v2.3.0
+      uses: coverallsapp/github-action@v2.3.4
       with:
         github-token: ${{ secrets.github_token }}
         parallel-finished: true
index c0f0c1fa08053ec082a77ae9cd8e6e3d0facb874..8b6ed018032c66c116e4b08fe6ba697e9c608a9d 100644 (file)
@@ -9,7 +9,7 @@ require:
   - rubocop-rake
 
 AllCops:
-  TargetRubyVersion: 3.0
+  TargetRubyVersion: 3.1
   NewCops: enable
   Exclude:
     - 'vendor/**/*'
index 3b18f72460c1b652651d8a0f9a3e44972cc33778..7384a8d95fee5c43c197b7abebd7767f95779702 100644 (file)
@@ -1,6 +1,6 @@
 # This configuration was generated by
 # `rubocop --auto-gen-config`
-# on 2023-04-11 16:47:05 UTC using RuboCop version 1.50.0.
+# on 2024-08-27 18:01:13 UTC using RuboCop version 1.65.1.
 # The point is for the user to remove these configuration records
 # one by one as the offenses are removed from the code base.
 # Note that changes in the inspected code, or installation of new
@@ -14,19 +14,28 @@ require:
   - rubocop-rails
   - rubocop-rake
 
-# Offense count: 11
-# Configuration parameters: Include, MaxAmount
+# Offense count: 13
+# Configuration parameters: Include, MaxAmount.
+# Include: **/*_spec.rb, **/spec/**/*, **/test/**/*, **/features/support/factories/**/*.rb
 FactoryBot/ExcessiveCreateList:
-  MaxAmount: 200
-
-# Offense count: 557
+  Exclude:
+    - 'test/controllers/api/changeset_comments_controller_test.rb'
+    - 'test/controllers/api/messages_controller_test.rb'
+    - 'test/controllers/changesets_controller_test.rb'
+    - 'test/controllers/diary_entries_controller_test.rb'
+    - 'test/controllers/notes_controller_test.rb'
+    - 'test/controllers/traces_controller_test.rb'
+    - 'test/controllers/user_blocks_controller_test.rb'
+    - 'test/system/users_test.rb'
+
+# Offense count: 635
 # This cop supports safe autocorrection (--autocorrect).
 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
 # URISchemes: http, https
 Layout/LineLength:
-  Max: 266
+  Max: 234
 
-# Offense count: 29
+# Offense count: 23
 # This cop supports unsafe autocorrection (--autocorrect-all).
 # Configuration parameters: AllowSafeAssignment.
 Lint/AssignmentInCondition:
@@ -34,9 +43,7 @@ Lint/AssignmentInCondition:
     - 'app/controllers/accounts_controller.rb'
     - 'app/controllers/api/traces_controller.rb'
     - 'app/controllers/api/user_preferences_controller.rb'
-    - 'app/controllers/application_controller.rb'
     - 'app/controllers/geocoder_controller.rb'
-    - 'app/controllers/notes_controller.rb'
     - 'app/controllers/traces_controller.rb'
     - 'app/controllers/users_controller.rb'
     - 'app/helpers/application_helper.rb'
@@ -47,33 +54,33 @@ Lint/AssignmentInCondition:
     - 'lib/osm.rb'
     - 'script/deliver-message'
 
-# Offense count: 680
+# Offense count: 762
 # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
 Metrics/AbcSize:
   Max: 189
 
-# Offense count: 73
+# Offense count: 37
 # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
 # AllowedMethods: refine
 Metrics/BlockLength:
   Max: 71
 
-# Offense count: 20
-# Configuration parameters: CountBlocks.
+# Offense count: 8
+# Configuration parameters: CountBlocks, CountModifierForms.
 Metrics/BlockNesting:
   Max: 5
 
 # Offense count: 26
 # Configuration parameters: CountComments, CountAsOne.
 Metrics/ClassLength:
-  Max: 314
+  Max: 309
 
-# Offense count: 59
+# Offense count: 58
 # Configuration parameters: AllowedMethods, AllowedPatterns.
 Metrics/CyclomaticComplexity:
-  Max: 31
+  Max: 25
 
-# Offense count: 753
+# Offense count: 844
 # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
 Metrics/MethodLength:
   Max: 179
@@ -83,35 +90,33 @@ Metrics/MethodLength:
 Metrics/ParameterLists:
   Max: 6
 
-# Offense count: 56
+# Offense count: 58
 # Configuration parameters: AllowedMethods, AllowedPatterns.
 Metrics/PerceivedComplexity:
-  Max: 32
+  Max: 26
 
-# Offense count: 2394
+# Offense count: 2784
 # This cop supports safe autocorrection (--autocorrect).
 Minitest/EmptyLineBeforeAssertionMethods:
   Enabled: false
 
-# Offense count: 565
+# Offense count: 695
 Minitest/MultipleAssertions:
   Max: 60
 
-# Offense count: 1
+# Offense count: 10
 # This cop supports unsafe autocorrection (--autocorrect-all).
 Rails/ActionControllerFlashBeforeRender:
   Exclude:
+    - 'app/controllers/application_controller.rb'
+    - 'app/controllers/confirmations_controller.rb'
+    - 'app/controllers/friendships_controller.rb'
+    - 'app/controllers/issue_comments_controller.rb'
+    - 'app/controllers/messages_controller.rb'
+    - 'app/controllers/passwords_controller.rb'
     - 'app/controllers/traces_controller.rb'
-
-# Offense count: 5
-# Configuration parameters: Database, Include.
-# SupportedDatabases: mysql, postgresql
-# Include: db/migrate/*.rb
-Rails/BulkChangeTable:
-  Exclude:
-    - 'db/migrate/20111116184519_update_oauth.rb'
-    - 'db/migrate/20120208194454_add_domain_to_acl.rb'
-    - 'db/migrate/20120404205604_add_user_and_description_to_redaction.rb'
+    - 'app/controllers/user_blocks_controller.rb'
+    - 'app/controllers/users_controller.rb'
 
 # Offense count: 2
 # Configuration parameters: Include.
@@ -128,7 +133,7 @@ Rails/HelperInstanceVariable:
   Exclude:
     - 'app/helpers/title_helper.rb'
 
-# Offense count: 16
+# Offense count: 17
 # Configuration parameters: IgnoreScopes, Include.
 # Include: app/models/**/*.rb
 Rails/InverseOf:
@@ -141,17 +146,17 @@ Rails/InverseOf:
     - 'app/models/note.rb'
     - 'app/models/user.rb'
 
-# Offense count: 2
+# Offense count: 1
 # Configuration parameters: Include.
 # Include: app/controllers/**/*.rb, app/mailers/**/*.rb
 Rails/LexicallyScopedActionFilter:
   Exclude:
     - 'app/controllers/oauth2_applications_controller.rb'
-    - 'app/controllers/oauth2_authorizations_controller.rb'
 
 # Offense count: 5
-# Configuration parameters: Include.
-# Include: db/migrate/*.rb
+# Configuration parameters: Database, Include.
+# SupportedDatabases: mysql
+# Include: db/**/*.rb
 Rails/NotNullColumn:
   Exclude:
     - 'db/migrate/002_cleanup_osm_db.rb'
@@ -187,14 +192,14 @@ Rake/Desc:
     - 'lib/tasks/subscribe_diary_authors.rake'
     - 'lib/tasks/subscribe_old_changesets.rake'
 
-# Offense count: 632
+# Offense count: 712
 # This cop supports unsafe autocorrection (--autocorrect-all).
 # Configuration parameters: EnforcedStyle.
 # SupportedStyles: always, always_true, never
 Style/FrozenStringLiteralComment:
   Enabled: false
 
-# Offense count: 72
+# Offense count: 78
 # This cop supports safe autocorrection (--autocorrect).
 # Configuration parameters: Strict, AllowedNumbers, AllowedPatterns.
 Style/NumericLiterals:
index dcc8ae2ac1d20a5001ae568a2dbf17b18735ab48..29d1daad8bc513f82b46a43210cf90047c1c2a6f 100644 (file)
@@ -76,7 +76,7 @@ For iD, do the following:
 
 An example excerpt from settings.local.yml:
 
-```
+```yaml
 # Default editor
 default_editor: "id"
 # OAuth 2 Client ID for iD
@@ -99,7 +99,7 @@ To allow [Notes](https://wiki.openstreetmap.org/wiki/Notes) and changeset discus
 
 An example excerpt from settings.local.yml:
 
-```
+```yaml
 # OAuth 2 Client ID for the web site
 oauth_application: "SGm8QJ6tmoPXEaUPIZzLUmm1iujltYZVWCp9hvGsqXg"
 # OAuth 2 Client Secret for the web site
index 383e793b38495570fe0f8311390e63778b2d7d03..e298c944f5819d2b72d8bf14cfb34e6a692de7a1 100644 (file)
@@ -1,6 +1,15 @@
+# Contributing
+
 * https://www.ruby-lang.org/ - The homepage of Ruby which has more links and some great tutorials.
 * https://rubyonrails.org/ - The homepage of Rails, also has links and tutorials.
 
+## Assigning Issues
+
+We don't assign issues to individual contributors. You are welcome to work on any
+issue, and there's no need to ask first.
+
+For more details see [our FAQ](FAQ.md)]
+
 ## Coding style
 
 We use [Rubocop](https://github.com/rubocop-hq/rubocop) (for ruby files)
@@ -43,6 +52,12 @@ You can run the existing test suite with:
 bundle exec rails test:all
 ```
 
+You can run javascript tests with:
+
+```
+bundle exec teaspoon
+```
+
 You can view test coverage statistics by browsing the `coverage` directory.
 
 The tests are automatically run on Pull Requests and other commits via github
@@ -77,15 +92,6 @@ only submit changes to the `en.yml` file. The other files are updated via
 [Translatewiki](https://translatewiki.net/wiki/Translating:OpenStreetMap) and should
 not be included in your pull request.
 
-### Nominatim prefixes
-
-I18n keys under the `geocoder.search_osm_nominatim` keyspace are managed by the
-Nominatim maintainers. From time to time they run stats over the Nominatim
-database, and update the list of available keys manually.
-
-Adding or removing keys to this list is therefore discouraged, but contributions
-to the descriptive texts are welcome.
-
 ### Copyright attribution
 
 The list of attributions on the /copyright page is managed by the [OSMF Licensing
index f6caa698898a4ce50a4bb2b8a6d4c266f120dbe4..b93bf6d508346fff56c5c572b40f5ae241932b40 100644 (file)
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -24,27 +24,37 @@ Use [Docker Engine](https://docs.docker.com/engine/install/ubuntu/) with the [do
 
 The first step is to fork/clone the repo to your local machine:
 
-    git clone https://github.com/openstreetmap/openstreetmap-website.git
+```
+git clone https://github.com/openstreetmap/openstreetmap-website.git
+```
 
 Now change working directory to the `openstreetmap-website`:
 
-    cd openstreetmap-website
+```
+cd openstreetmap-website
+```
 
 ## Initial Setup
 
 ### Storage
 
-    cp config/example.storage.yml config/storage.yml
+```
+cp config/example.storage.yml config/storage.yml
+```
 
 ### Database
 
-    cp config/docker.database.yml config/database.yml
+```
+cp config/docker.database.yml config/database.yml
+```
 
 ## Prepare local settings file
 
 This is a workaround. [See issues/2185 for details](https://github.com/openstreetmap/openstreetmap-website/issues/2185#issuecomment-508676026).
 
-    touch config/settings.local.yml
+```
+touch config/settings.local.yml
+```
 
 **Windows users:** `touch` is not an availible command in Windows so just create a `settings.local.yml` file in the `config` directory, or if you have WSL you can run `wsl touch config/settings.local.yml`.
 
@@ -52,13 +62,17 @@ This is a workaround. [See issues/2185 for details](https://github.com/openstree
 
 To build local Docker images run from the root directory of the repository:
 
-    docker compose build
+```
+docker compose build
+```
 
 If this is your first time running or you have removed cache this will take some time to complete. Once the Docker images have finished building you can launch the images as containers.
 
 To launch the app run:
 
-    docker compose up -d
+```
+docker compose up -d
+```
 
 This will launch one Docker container for each 'service' specified in `docker-compose.yml` and run them in the background. There are two options for inspecting the logs of these running containers:
 
@@ -69,17 +83,29 @@ This will launch one Docker container for each 'service' specified in `docker-co
 
 Run the Rails database migrations:
 
-    docker compose run --rm web bundle exec rails db:migrate
+```
+docker compose run --rm web bundle exec rails db:migrate
+```
 
 ### Tests
 
 Prepare the test database:
 
-     docker compose run --rm web bundle exec rails db:test:prepare
+```
+docker compose run --rm web bundle exec rails db:test:prepare
+```
 
 Run the test suite:
 
-    docker compose run --rm web bundle exec rails test:all
+```
+docker compose run --rm web bundle exec rails test:all
+```
+
+If you encounter errors about missing assets, precompile the assets:
+
+```
+docker compose run --rm web bundle exec rake assets:precompile
+```
 
 ### Loading an OSM extract
 
@@ -87,31 +113,37 @@ This installation comes with no geographic data loaded. You can either create ne
 
 For example, let's download the District of Columbia from Geofabrik or [any other region](https://download.geofabrik.de):
 
-    wget https://download.geofabrik.de/north-america/us/district-of-columbia-latest.osm.pbf
+```
+wget https://download.geofabrik.de/north-america/us/district-of-columbia-latest.osm.pbf
+```
 
 You can now use Docker to load this extract into your local Docker-based OSM instance:
 
-    docker compose run --rm web osmosis \
-        -verbose    \
-        --read-pbf district-of-columbia-latest.osm.pbf \
-        --log-progress \
-        --write-apidb \
-            host="db" \
-            database="openstreetmap" \
-            user="openstreetmap" \
-            validateSchemaVersion="no"
+```
+docker compose run --rm web osmosis \
+    -verbose    \
+    --read-pbf district-of-columbia-latest.osm.pbf \
+    --log-progress \
+    --write-apidb \
+        host="db" \
+        database="openstreetmap" \
+        user="openstreetmap" \
+        validateSchemaVersion="no"
+```
 
 **Windows users:** Powershell uses `` ` `` and CMD uses `^` at the end of each line, e.g.:
 
-    docker compose run --rm web osmosis `
-        -verbose    `
-        --read-pbf district-of-columbia-latest.osm.pbf `
-        --log-progress `
-        --write-apidb `
-            host="db" `
-            database="openstreetmap" `
-            user="openstreetmap" `
-            validateSchemaVersion="no"
+```
+docker compose run --rm web osmosis `
+    -verbose    `
+    --read-pbf district-of-columbia-latest.osm.pbf `
+    --log-progress `
+    --write-apidb `
+        host="db" `
+        database="openstreetmap" `
+        user="openstreetmap" `
+        validateSchemaVersion="no"
+```
 
 Once you have data loaded for Washington, DC you should be able to navigate to [`http://localhost:3000/#map=12/38.8938/-77.0146`](http://localhost:3000/#map=12/38.8938/-77.0146) to begin working with your local instance.
 
@@ -123,12 +155,18 @@ See [`CONFIGURE.md`](CONFIGURE.md) for information on how to manage users and en
 
 If you want to get into a web container and run specific commands you can fire up a throwaway container to run bash in via:
 
-    docker compose run --rm web bash
+```
+docker compose run --rm web bash
+```
 
 Alternatively, if you want to use the already-running `web` container then you can `exec` into it via:
 
-    docker compose exec web bash
+```
+docker compose exec web bash
+```
 
 Similarly, if you want to `exec` in the db container use:
 
-    docker compose exec db bash
+```
+docker compose exec db bash
+```
diff --git a/Dangerfile b/Dangerfile
new file mode 100644 (file)
index 0000000..6e2aece
--- /dev/null
@@ -0,0 +1,42 @@
+# Get PR number
+pr_number = github.pr_json["number"]
+
+# Report if number of changed lines is > 500
+if git.lines_of_code > 500
+  warn("Number of updated lines of code is too large to be in one PR. Perhaps it should be separated into two or more?")
+  auto_label.set(pr_number, "big-pr", "FBCA04")
+else
+  auto_label.remove("big-pr")
+end
+
+# Get list of translation files (except en.yml) which are modified
+modified_yml_files = git.modified_files.select do |file|
+  file.start_with?("config/locales") && File.extname(file) == ".yml" && File.basename(file) != "en.yml"
+end
+
+# Report if some translation file (except en.yml) is modified
+if modified_yml_files.empty?
+  auto_label.remove("inappropriate-translations")
+else
+  modified_files_str = modified_yml_files.map { |file| "`#{file}`" }.join(", ")
+  warn("The following YAML files other than `en.yml` have been modified: #{modified_files_str}. Only `en.yml` is allowed to be changed. Translations are updated via Translatewiki, see CONTRIBUTING.md.")
+  auto_label.set(pr_number, "inappropriate-translations", "B60205")
+end
+
+# Report if there are merge-commits in PR
+if git.commits.any? { |c| c.parents.count > 1 }
+  warn("Merge commits are found in PR. Please rebase to get rid of the merge commits in this PR, see CONTRIBUTING.md.")
+  auto_label.set(pr_number, "merge-commits", "D93F0B")
+else
+  auto_label.remove("merge-commits")
+end
+
+# Check if Gemfile is modified but Gemfile.lock is not
+gemfile_modified = git.modified_files.include?("Gemfile")
+gemfile_lock_modified = git.modified_files.include?("Gemfile.lock")
+if gemfile_modified && !gemfile_lock_modified
+  warn("Gemfile was updated, but Gemfile.lock wasn't updated. Usually, when Gemfile is updated, you should run `bundle install` to update Gemfile.lock.")
+  auto_label.set(pr_number, "gemfile-lock-outdated", "F9D0C4")
+else
+  auto_label.remove("gemfile-lock-outdated")
+end
index 1c5638275083f50bfce7ca303f7a9014ca82bee7..dae25be3fcc3b848d15b02844f3687aaecbf7914 100644 (file)
@@ -1,51 +1,39 @@
-FROM ubuntu:22.04
+FROM debian:bookworm
 
 ENV DEBIAN_FRONTEND=noninteractive
 
 # Install system packages then clean up to minimize image size
 RUN apt-get update \
- && apt-get install --no-install-recommends -y \
-      build-essential \
-      curl \
-      default-jre-headless \
-      file \
-      git-core \
-      gpg-agent \
-      libarchive-dev \
-      libffi-dev \
-      libgd-dev \
-      libpq-dev \
-      libsasl2-dev \
-      libvips-dev \
-      libxml2-dev \
-      libxslt1-dev \
-      libyaml-dev \
-      locales \
-      postgresql-client \
-      ruby \
-      ruby-dev \
-      ruby-bundler \
-      software-properties-common \
-      tzdata \
-      unzip
-
-# Install Node.js 18 and npm
-RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
- && apt-get install -y nodejs
+  && apt-get install --no-install-recommends -y \
+  build-essential \
+  curl \
+  default-jre-headless \
+  file \
+  git-core \
+  gpg-agent \
+  libarchive-dev \
+  libffi-dev \
+  libgd-dev \
+  libpq-dev \
+  libsasl2-dev \
+  libvips-dev \
+  libxml2-dev \
+  libxslt1-dev \
+  libyaml-dev \
+  locales \
+  postgresql-client \
+  ruby-dev \
+  ruby-bundler \
+  tzdata \
+  unzip \
+  nodejs \
+  npm \
+  osmosis \
+  ca-certificates \
+  firefox-esr
 
 # Install yarn globally
-RUN npm install --global yarn \
- # We can't use snap packages for firefox inside a container, so we need to get firefox+geckodriver elsewhere
- && add-apt-repository -y ppa:mozillateam/ppa \
- && echo "Package: *\nPin: release o=LP-PPA-mozillateam\nPin-Priority: 1001" > /etc/apt/preferences.d/mozilla-firefox \
- && apt-get install --no-install-recommends -y \
-      firefox-geckodriver \
- && apt-get clean \
- && rm -rf /var/lib/apt/lists/*
-
-# Install compatible Osmosis to help users import sample data in a new instance
-RUN curl -OL https://github.com/openstreetmap/osmosis/releases/download/0.47.2/osmosis-0.47.2.tgz \
- && tar -C /usr/local -xzf osmosis-0.47.2.tgz
+RUN npm install --global yarn
 
 ENV DEBIAN_FRONTEND=dialog
 
diff --git a/FAQ.md b/FAQ.md
index d4ac1fc9fbd9959ca4e2a02a4562c66e8bbc80c8..e53c8dddb4195288797355a975395b41dcaa7ac5 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -1,3 +1,5 @@
+# Frequently Asked Questions
+
 ## How do I create a banner to promote my OpenStreetMap event?
 
 We occasionally display banner images on the main page of [openstreetmap.org](https://www.openstreetmap.org/) to
@@ -23,3 +25,13 @@ drive.  This is a great way to reach a lot of people!
 
 See [PR #1296](https://github.com/openstreetmap/openstreetmap-website/pull/1296)
 as an example.
+
+## Why don't you assign issues?
+
+We don't assign issues to volunteers for several reasons. The main reasons are that it discourages other volunteers from working on the issue, and the process turns into an unproductive administrative overhead for our team.
+
+There's no need to ask for an issue to be assigned before anyone starts working on it. Everyone is welcome to work on any issue at any time.
+
+In our experience, most people who ask for an issue to be assigned to them never create a pull request. So we would need to keep track of the assigned issues, and remember to unassign them a week or two into the future, when it is likely that they will not be making a PR. Assigned developers might feel bad if they perceive that we're unhappy with their progress, further discouraging them from contributing. Or we will get drawn into discussions about needing more time, or re-assigning them again, or so on. So it is best not to assign in the first place.
+
+The risk that two people are both genuinely working on the same task in the same hour or two is vanishingly remote, and doesn't outweigh the downsides described above. A better approach is to encourage people to simply work on the task and create a pull request, at which point everyone knows that they are actually working on the issue and not just planning/hoping/wishing to do so.
diff --git a/Gemfile b/Gemfile
index ac056cd83d889f72476a8699c77075a82c5d7874..277346b8388df908c3e110cff5b9bbb55a18cf84 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
 source "https://rubygems.org"
 
 # Require rails
-gem "rails", "~> 7.1.0"
+gem "rails", "~> 7.2.0"
 gem "turbo-rails"
 
 # Require json for multi_json
@@ -59,7 +59,6 @@ gem "dry-validation"
 gem "frozen_record"
 gem "http_accept_language", "~> 2.1.1"
 gem "i18n-js", "~> 3.9.2"
-gem "oauth-plugin", ">= 0.5.1"
 gem "openstreetmap-deadlock_retry", ">= 1.3.1", :require => "deadlock_retry"
 gem "rack-cors"
 gem "rails-i18n", "~> 7.0.0"
@@ -76,6 +75,7 @@ gem "addressable", "~> 2.8"
 gem "rack-uri_sanitizer"
 
 # Omniauth for authentication
+gem "multi_json"
 gem "omniauth", "~> 2.0.2"
 gem "omniauth-facebook"
 gem "omniauth-github"
@@ -130,7 +130,7 @@ gem "gd2-ffij", ">= 0.4.0"
 gem "marcel"
 
 # Used for browser detection
-gem "browser", "< 6" # for ruby 3.0 support
+gem "browser", "< 6" # for ruby 3.1 support
 
 # Used for S3 object storage
 gem "aws-sdk-s3"
@@ -141,13 +141,15 @@ gem "image_processing"
 # Used to validate widths
 gem "unicode-display_width"
 
-# Keep ruby 3.0 compatibility
-gem "multi_xml", "~> 0.6.0"
+# Lock some modules to old versions for ruby 3.1 support
+gem "zeitwerk", "< 2.7"
 
 # Gems useful for development
 group :development do
   gem "better_errors"
   gem "binding_of_caller"
+  gem "danger"
+  gem "danger-auto_label"
   gem "debug_inspector"
   gem "i18n-tasks"
   gem "listen"
@@ -181,6 +183,8 @@ end
 
 group :development, :test do
   gem "annotate"
+  gem "teaspoon"
+  gem "teaspoon-mocha", "~> 2.3.3"
 
   # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
   gem "debug", :require => "debug/prelude"
index e5ee05cea1db7a2663ca02e3ddb1d311ed9dea18..2b23ab3423372c242ff89992e09f19758603940d 100644 (file)
@@ -3,86 +3,83 @@ GEM
   specs:
     aasm (5.5.0)
       concurrent-ruby (~> 1.0)
-    actioncable (7.1.3.4)
-      actionpack (= 7.1.3.4)
-      activesupport (= 7.1.3.4)
+    actioncable (7.2.2)
+      actionpack (= 7.2.2)
+      activesupport (= 7.2.2)
       nio4r (~> 2.0)
       websocket-driver (>= 0.6.1)
       zeitwerk (~> 2.6)
-    actionmailbox (7.1.3.4)
-      actionpack (= 7.1.3.4)
-      activejob (= 7.1.3.4)
-      activerecord (= 7.1.3.4)
-      activestorage (= 7.1.3.4)
-      activesupport (= 7.1.3.4)
-      mail (>= 2.7.1)
-      net-imap
-      net-pop
-      net-smtp
-    actionmailer (7.1.3.4)
-      actionpack (= 7.1.3.4)
-      actionview (= 7.1.3.4)
-      activejob (= 7.1.3.4)
-      activesupport (= 7.1.3.4)
-      mail (~> 2.5, >= 2.5.4)
-      net-imap
-      net-pop
-      net-smtp
+    actionmailbox (7.2.2)
+      actionpack (= 7.2.2)
+      activejob (= 7.2.2)
+      activerecord (= 7.2.2)
+      activestorage (= 7.2.2)
+      activesupport (= 7.2.2)
+      mail (>= 2.8.0)
+    actionmailer (7.2.2)
+      actionpack (= 7.2.2)
+      actionview (= 7.2.2)
+      activejob (= 7.2.2)
+      activesupport (= 7.2.2)
+      mail (>= 2.8.0)
       rails-dom-testing (~> 2.2)
-    actionpack (7.1.3.4)
-      actionview (= 7.1.3.4)
-      activesupport (= 7.1.3.4)
+    actionpack (7.2.2)
+      actionview (= 7.2.2)
+      activesupport (= 7.2.2)
       nokogiri (>= 1.8.5)
       racc
-      rack (>= 2.2.4)
+      rack (>= 2.2.4, < 3.2)
       rack-session (>= 1.0.1)
       rack-test (>= 0.6.3)
       rails-dom-testing (~> 2.2)
       rails-html-sanitizer (~> 1.6)
+      useragent (~> 0.16)
     actionpack-page_caching (1.2.4)
       actionpack (>= 4.0.0)
-    actiontext (7.1.3.4)
-      actionpack (= 7.1.3.4)
-      activerecord (= 7.1.3.4)
-      activestorage (= 7.1.3.4)
-      activesupport (= 7.1.3.4)
+    actiontext (7.2.2)
+      actionpack (= 7.2.2)
+      activerecord (= 7.2.2)
+      activestorage (= 7.2.2)
+      activesupport (= 7.2.2)
       globalid (>= 0.6.0)
       nokogiri (>= 1.8.5)
-    actionview (7.1.3.4)
-      activesupport (= 7.1.3.4)
+    actionview (7.2.2)
+      activesupport (= 7.2.2)
       builder (~> 3.1)
       erubi (~> 1.11)
       rails-dom-testing (~> 2.2)
       rails-html-sanitizer (~> 1.6)
     active_record_union (1.3.0)
       activerecord (>= 4.0)
-    activejob (7.1.3.4)
-      activesupport (= 7.1.3.4)
+    activejob (7.2.2)
+      activesupport (= 7.2.2)
       globalid (>= 0.3.6)
-    activemodel (7.1.3.4)
-      activesupport (= 7.1.3.4)
-    activerecord (7.1.3.4)
-      activemodel (= 7.1.3.4)
-      activesupport (= 7.1.3.4)
+    activemodel (7.2.2)
+      activesupport (= 7.2.2)
+    activerecord (7.2.2)
+      activemodel (= 7.2.2)
+      activesupport (= 7.2.2)
       timeout (>= 0.4.0)
-    activerecord-import (1.7.0)
+    activerecord-import (1.8.1)
       activerecord (>= 4.2)
-    activestorage (7.1.3.4)
-      actionpack (= 7.1.3.4)
-      activejob (= 7.1.3.4)
-      activerecord (= 7.1.3.4)
-      activesupport (= 7.1.3.4)
+    activestorage (7.2.2)
+      actionpack (= 7.2.2)
+      activejob (= 7.2.2)
+      activerecord (= 7.2.2)
+      activesupport (= 7.2.2)
       marcel (~> 1.0)
-    activesupport (7.1.3.4)
+    activesupport (7.2.2)
       base64
+      benchmark (>= 0.3)
       bigdecimal
-      concurrent-ruby (~> 1.0, >= 1.0.2)
+      concurrent-ruby (~> 1.0, >= 1.3.1)
       connection_pool (>= 2.2.5)
       drb
       i18n (>= 1.6, < 2)
+      logger (>= 1.4.2)
       minitest (>= 5.1)
-      mutex_m
-      tzinfo (~> 2.0)
+      securerandom (>= 0.3)
+      tzinfo (~> 2.0, >= 2.0.5)
     addressable (2.8.7)
       public_suffix (>= 2.0.2, < 7.0)
     annotate (3.2.0)
@@ -95,22 +92,23 @@ GEM
     autoprefixer-rails (10.4.19.0)
       execjs (~> 2)
     aws-eventstream (1.3.0)
-    aws-partitions (1.968.0)
-    aws-sdk-core (3.201.5)
+    aws-partitions (1.1013.0)
+    aws-sdk-core (3.214.0)
       aws-eventstream (~> 1, >= 1.3.0)
-      aws-partitions (~> 1, >= 1.651.0)
+      aws-partitions (~> 1, >= 1.992.0)
       aws-sigv4 (~> 1.9)
       jmespath (~> 1, >= 1.6.1)
-    aws-sdk-kms (1.88.0)
-      aws-sdk-core (~> 3, >= 3.201.0)
+    aws-sdk-kms (1.96.0)
+      aws-sdk-core (~> 3, >= 3.210.0)
       aws-sigv4 (~> 1.5)
-    aws-sdk-s3 (1.159.0)
-      aws-sdk-core (~> 3, >= 3.201.0)
+    aws-sdk-s3 (1.174.0)
+      aws-sdk-core (~> 3, >= 3.210.0)
       aws-sdk-kms (~> 1)
       aws-sigv4 (~> 1.5)
-    aws-sigv4 (1.9.1)
+    aws-sigv4 (1.10.1)
       aws-eventstream (~> 1, >= 1.0.2)
     base64 (0.2.0)
+    benchmark (0.4.0)
     better_errors (2.10.1)
       erubi (>= 1.0.0)
       rack (>= 0.9.0)
@@ -133,7 +131,7 @@ GEM
     bootstrap_form (5.4.0)
       actionpack (>= 6.1)
       activemodel (>= 6.1)
-    brakeman (6.2.1)
+    brakeman (6.2.2)
       racc
     brotli (0.6.0)
     browser (5.3.1)
@@ -141,8 +139,8 @@ GEM
     bzip2-ffi (1.1.1)
       ffi (~> 1.0)
     cancancan (3.6.1)
-    canonical-rails (0.2.15)
-      actionview (>= 4.1, <= 7.2)
+    canonical-rails (0.2.16)
+      actionview (>= 4.1, < 7.3)
     capybara (3.40.0)
       addressable
       matrix
@@ -154,15 +152,42 @@ GEM
       xpath (~> 3.2)
     childprocess (5.1.0)
       logger (~> 1.5)
+    claide (1.1.0)
+    claide-plugins (0.9.2)
+      cork
+      nap
+      open4 (~> 1.3)
+    colored2 (3.1.2)
     concurrent-ruby (1.3.4)
-    config (5.5.1)
+    config (5.5.2)
       deep_merge (~> 1.2, >= 1.2.1)
+      ostruct
     connection_pool (2.4.1)
+    cork (0.3.0)
+      colored2 (~> 3.1)
     crack (1.0.0)
       bigdecimal
       rexml
     crass (1.0.6)
     dalli (3.2.8)
+    danger (9.5.1)
+      base64 (~> 0.2)
+      claide (~> 1.0)
+      claide-plugins (>= 0.9.2)
+      colored2 (~> 3.1)
+      cork (~> 0.1)
+      faraday (>= 0.9.0, < 3.0)
+      faraday-http-cache (~> 2.0)
+      git (~> 1.13)
+      kramdown (~> 2.3)
+      kramdown-parser-gfm (~> 1.0)
+      octokit (>= 4.0)
+      pstore (~> 0.1)
+      terminal-table (>= 1, < 4)
+    danger-auto_label (1.3.1)
+      danger-plugin-api (~> 1.0)
+    danger-plugin-api (1.0.0)
+      danger (> 2.0)
     dartsass-ruby (3.0.2)
       sass-embedded (~> 1.54, < 1.67)
     dartsass-sprockets (3.0.0)
@@ -171,16 +196,16 @@ GEM
       sprockets (> 3.0)
       sprockets-rails
       tilt
-    date (3.3.4)
+    date (3.4.0)
     debug (1.9.2)
       irb (~> 1.10)
       reline (>= 0.3.8)
     debug_inspector (1.2.0)
     deep_merge (1.2.2)
-    delayed_job (4.1.12)
-      activesupport (>= 3.0, < 8.0)
-    delayed_job_active_record (4.1.10)
-      activerecord (>= 3.0, < 8.0)
+    delayed_job (4.1.13)
+      activesupport (>= 3.0, < 9.0)
+    delayed_job_active_record (4.1.11)
+      activerecord (>= 3.0, < 9.0)
       delayed_job (>= 3.0, < 5)
     docile (1.4.1)
     doorkeeper (5.7.1)
@@ -194,8 +219,9 @@ GEM
     dry-configurable (1.2.0)
       dry-core (~> 1.0, < 2)
       zeitwerk (~> 2.6)
-    dry-core (1.0.1)
+    dry-core (1.0.2)
       concurrent-ruby (~> 1.0)
+      logger
       zeitwerk (~> 2.6)
     dry-inflector (1.1.0)
     dry-initializer (3.1.1)
@@ -224,7 +250,7 @@ GEM
       dry-initializer (~> 3.0)
       dry-schema (>= 1.12, < 2)
       zeitwerk (~> 2.6)
-    erb_lint (0.6.0)
+    erb_lint (0.7.0)
       activesupport
       better_html (>= 2.0.1)
       parser (>= 2.7.1.4)
@@ -232,18 +258,21 @@ GEM
       rubocop (>= 1)
       smart_properties
     erubi (1.13.0)
-    execjs (2.9.1)
+    execjs (2.10.0)
     exifr (1.4.0)
-    factory_bot (6.4.6)
+    factory_bot (6.5.0)
       activesupport (>= 5.0.0)
-    factory_bot_rails (6.4.3)
-      factory_bot (~> 6.4)
+    factory_bot_rails (6.4.4)
+      factory_bot (~> 6.5)
       railties (>= 5.0.0)
-    faraday (2.10.1)
-      faraday-net_http (>= 2.0, < 3.2)
+    faraday (2.12.1)
+      faraday-net_http (>= 2.0, < 3.5)
+      json
       logger
-    faraday-net_http (3.1.1)
-      net-http
+    faraday-http-cache (2.5.1)
+      faraday (>= 0.8)
+    faraday-net_http (3.4.0)
+      net-http (>= 0.5.0)
     ffi (1.17.0)
     ffi-compiler (1.3.2)
       ffi (>= 1.15.5)
@@ -251,21 +280,24 @@ GEM
     ffi-libarchive (1.1.14)
       ffi (~> 1.0)
     file_exists (0.2.0)
-    frozen_record (0.27.2)
+    frozen_record (0.27.4)
       activemodel
     fspath (3.1.2)
     gd2-ffij (0.4.0)
       ffi (>= 1.0.0)
+    git (1.19.1)
+      addressable (~> 2.8)
+      rchardet (~> 1.8)
     globalid (1.2.1)
       activesupport (>= 6.1)
-    google-protobuf (3.25.4)
-    hashdiff (1.1.1)
+    google-protobuf (3.25.5)
+    hashdiff (1.1.2)
     hashie (5.0.0)
-    highline (3.1.0)
+    highline (3.1.1)
       reline
     htmlentities (4.3.4)
     http_accept_language (2.1.1)
-    i18n (1.14.5)
+    i18n (1.14.6)
       concurrent-ruby (~> 1.0)
     i18n-js (3.9.2)
       i18n (>= 0.6.6)
@@ -279,7 +311,7 @@ GEM
       rails-i18n
       rainbow (>= 2.2.2, < 4.0)
       terminal-table (>= 1.5.1)
-    image_optim (0.31.3)
+    image_optim (0.31.4)
       exifr (~> 1.2, >= 1.2.2)
       fspath (~> 3.0)
       image_size (>= 1.5, < 4)
@@ -296,10 +328,10 @@ GEM
     in_threads (1.6.0)
     iniparse (1.5.0)
     io-console (0.7.2)
-    irb (1.14.0)
+    irb (1.14.1)
       rdoc (>= 4.0.0)
       reline (>= 0.4.2)
-    jbuilder (2.12.0)
+    jbuilder (2.13.0)
       actionview (>= 5.0.0)
       activesupport (>= 5.0.0)
     jmespath (1.6.2)
@@ -307,23 +339,25 @@ GEM
       rails-dom-testing (>= 1, < 3)
       railties (>= 4.2.0)
       thor (>= 0.14, < 2.0)
-    json (2.7.2)
-    jwt (2.8.2)
+    json (2.8.2)
+    jwt (2.9.3)
       base64
     kgio (2.11.4)
-    kramdown (2.4.0)
-      rexml
+    kramdown (2.5.1)
+      rexml (>= 3.3.9)
+    kramdown-parser-gfm (1.1.0)
+      kramdown (~> 2.0)
     language_server-protocol (3.17.0.3)
     libv8-node (18.19.0.0)
     libxml-ruby (5.0.3)
     listen (3.9.0)
       rb-fsevent (~> 0.10, >= 0.10.3)
       rb-inotify (~> 0.9, >= 0.9.10)
-    logger (1.6.0)
+    logger (1.6.1)
     logstasher (2.1.5)
       activesupport (>= 5.2)
       request_store
-    loofah (2.22.0)
+    loofah (2.23.1)
       crass (~> 1.0.2)
       nokogiri (>= 1.12.0)
     mail (2.8.1)
@@ -336,19 +370,20 @@ GEM
     maxminddb (0.1.22)
     mini_magick (4.13.2)
     mini_mime (1.1.5)
-    mini_portile2 (2.8.7)
+    mini_portile2 (2.8.8)
     mini_racer (0.9.0)
       libv8-node (~> 18.19.0.0)
-    minitest (5.25.1)
+    minitest (5.25.2)
     minitest-focus (1.4.0)
       minitest (>= 4, < 6)
-    msgpack (1.7.2)
+    msgpack (1.7.5)
     multi_json (1.15.0)
-    multi_xml (0.6.0)
-    mutex_m (0.2.0)
-    net-http (0.4.1)
+    multi_xml (0.7.1)
+      bigdecimal (~> 3.1)
+    nap (1.1.0)
+    net-http (0.5.0)
       uri
-    net-imap (0.4.14)
+    net-imap (0.5.1)
       date
       net-protocol
     net-pop (0.1.2)
@@ -357,16 +392,16 @@ GEM
       timeout
     net-smtp (0.5.0)
       net-protocol
-    nio4r (2.7.3)
+    nio4r (2.7.4)
     nokogiri (1.16.7)
       mini_portile2 (~> 2.8.2)
       racc (~> 1.4)
-    oauth (0.4.7)
-    oauth-plugin (0.5.1)
-      multi_json
-      oauth (~> 0.4.4)
-      oauth2 (>= 0.5.0)
-      rack
+    oauth (1.1.0)
+      oauth-tty (~> 1.0, >= 1.0.1)
+      snaky_hash (~> 2.0)
+      version_gem (~> 1.1)
+    oauth-tty (1.0.5)
+      version_gem (~> 1.1, >= 1.1.1)
     oauth2 (2.0.9)
       faraday (>= 0.17.3, < 3.0)
       jwt (>= 1.0, < 3.0)
@@ -374,6 +409,9 @@ GEM
       rack (>= 1.2, < 4)
       snaky_hash (~> 2.0)
       version_gem (~> 1.1)
+    octokit (9.2.0)
+      faraday (>= 1, < 3)
+      sawyer (~> 0.9)
     omniauth (2.0.4)
       hashie (>= 3.4.6)
       rack (>= 1.6.2, < 3)
@@ -384,8 +422,8 @@ GEM
     omniauth-github (2.0.1)
       omniauth (~> 2.0)
       omniauth-oauth2 (~> 1.8)
-    omniauth-google-oauth2 (1.1.2)
-      jwt (>= 2.0)
+    omniauth-google-oauth2 (1.2.0)
+      jwt (>= 2.9)
       oauth2 (~> 2.0)
       omniauth (~> 2.0)
       omniauth-oauth2 (~> 1.8)
@@ -396,9 +434,10 @@ GEM
       jwt (~> 2.0)
       omniauth (~> 2.0)
       omniauth-oauth2 (~> 1.8.0)
-    omniauth-oauth (1.2.0)
+    omniauth-oauth (1.2.1)
       oauth
       omniauth (>= 1.0, < 3)
+      rack (>= 1.6.2, < 4)
     omniauth-oauth2 (1.8.0)
       oauth2 (>= 1.4, < 3)
       omniauth (~> 2.0)
@@ -408,26 +447,29 @@ GEM
     omniauth-rails_csrf_protection (1.0.2)
       actionpack (>= 4.2)
       omniauth (~> 2.0)
+    open4 (1.3.4)
     openstreetmap-deadlock_retry (1.3.1)
-    overcommit (0.64.0)
+    ostruct (0.6.1)
+    overcommit (0.64.1)
       childprocess (>= 0.6.3, < 6)
       iniparse (~> 1.4)
-      rexml (~> 3.2)
+      rexml (>= 3.3.9)
     parallel (1.26.3)
-    parser (3.3.4.2)
+    parser (3.3.6.0)
       ast (~> 2.4.1)
       racc
-    pg (1.5.7)
+    pg (1.5.9)
     popper_js (2.11.8)
     progress (3.6.0)
-    psych (5.1.2)
+    pstore (0.1.3)
+    psych (5.2.0)
       stringio
     public_suffix (6.0.1)
-    puma (5.6.8)
+    puma (5.6.9)
       nio4r (~> 2.0)
     quad_tile (1.0.1)
     racc (1.8.1)
-    rack (2.2.9)
+    rack (2.2.10)
     rack-cors (2.0.2)
       rack (>= 2.0.0)
     rack-openid (1.4.2)
@@ -441,23 +483,23 @@ GEM
     rack-test (2.1.0)
       rack (>= 1.3)
     rack-uri_sanitizer (0.0.2)
-    rackup (1.0.0)
+    rackup (1.0.1)
       rack (< 3)
       webrick
-    rails (7.1.3.4)
-      actioncable (= 7.1.3.4)
-      actionmailbox (= 7.1.3.4)
-      actionmailer (= 7.1.3.4)
-      actionpack (= 7.1.3.4)
-      actiontext (= 7.1.3.4)
-      actionview (= 7.1.3.4)
-      activejob (= 7.1.3.4)
-      activemodel (= 7.1.3.4)
-      activerecord (= 7.1.3.4)
-      activestorage (= 7.1.3.4)
-      activesupport (= 7.1.3.4)
+    rails (7.2.2)
+      actioncable (= 7.2.2)
+      actionmailbox (= 7.2.2)
+      actionmailer (= 7.2.2)
+      actionpack (= 7.2.2)
+      actiontext (= 7.2.2)
+      actionview (= 7.2.2)
+      activejob (= 7.2.2)
+      activemodel (= 7.2.2)
+      activerecord (= 7.2.2)
+      activestorage (= 7.2.2)
+      activesupport (= 7.2.2)
       bundler (>= 1.15.0)
-      railties (= 7.1.3.4)
+      railties (= 7.2.2)
     rails-controller-testing (1.0.5)
       actionpack (>= 5.0.1.rc1)
       actionview (>= 5.0.1.rc1)
@@ -469,16 +511,16 @@ GEM
     rails-html-sanitizer (1.6.0)
       loofah (~> 2.21)
       nokogiri (~> 1.14)
-    rails-i18n (7.0.9)
+    rails-i18n (7.0.10)
       i18n (>= 0.7, < 2)
       railties (>= 6.0.0, < 8)
     rails_param (1.3.1)
       actionpack (>= 3.2.0)
       activesupport (>= 3.2.0)
-    railties (7.1.3.4)
-      actionpack (= 7.1.3.4)
-      activesupport (= 7.1.3.4)
-      irb
+    railties (7.2.2)
+      actionpack (= 7.2.2)
+      activesupport (= 7.2.2)
+      irb (~> 1.13)
       rackup (>= 1.0.0)
       rake (>= 12.2)
       thor (~> 1.0, >= 1.2.2)
@@ -488,47 +530,46 @@ GEM
     rb-fsevent (0.11.2)
     rb-inotify (0.11.1)
       ffi (~> 1.0)
-    rdoc (6.7.0)
+    rchardet (1.8.0)
+    rdoc (6.8.1)
       psych (>= 4.0.0)
     regexp_parser (2.9.2)
-    reline (0.5.9)
+    reline (0.5.11)
       io-console (~> 0.5)
     request_store (1.7.0)
       rack (>= 1.4)
-    rexml (3.3.6)
-      strscan
+    rexml (3.3.9)
     rinku (2.0.6)
     rotp (6.3.0)
-    rouge (4.3.0)
+    rouge (4.5.1)
     rtlcss (0.2.1)
       mini_racer (>= 0.6.3)
-    rubocop (1.65.1)
+    rubocop (1.69.0)
       json (~> 2.3)
       language_server-protocol (>= 3.17.0)
       parallel (~> 1.10)
       parser (>= 3.3.0.2)
       rainbow (>= 2.2.2, < 4.0)
       regexp_parser (>= 2.4, < 3.0)
-      rexml (>= 3.2.5, < 4.0)
-      rubocop-ast (>= 1.31.1, < 2.0)
+      rubocop-ast (>= 1.36.1, < 2.0)
       ruby-progressbar (~> 1.7)
-      unicode-display_width (>= 2.4.0, < 3.0)
-    rubocop-ast (1.32.1)
+      unicode-display_width (>= 2.4.0, < 4.0)
+    rubocop-ast (1.36.1)
       parser (>= 3.3.1.0)
     rubocop-capybara (2.21.0)
       rubocop (~> 1.41)
     rubocop-factory_bot (2.26.1)
       rubocop (~> 1.61)
-    rubocop-minitest (0.35.1)
+    rubocop-minitest (0.36.0)
       rubocop (>= 1.61, < 2.0)
       rubocop-ast (>= 1.31.1, < 2.0)
-    rubocop-performance (1.21.1)
+    rubocop-performance (1.23.0)
       rubocop (>= 1.48.1, < 2.0)
       rubocop-ast (>= 1.31.1, < 2.0)
-    rubocop-rails (2.25.1)
+    rubocop-rails (2.27.0)
       activesupport (>= 4.2.0)
       rack (>= 1.1)
-      rubocop (>= 1.33.0, < 2.0)
+      rubocop (>= 1.52.0, < 2.0)
       rubocop-ast (>= 1.31.1, < 2.0)
     rubocop-rake (0.6.0)
       rubocop (~> 1.0)
@@ -544,6 +585,10 @@ GEM
     sass-embedded (1.64.2)
       google-protobuf (~> 3.23)
       rake (>= 13.0.0)
+    sawyer (0.9.2)
+      addressable (>= 2.3.5)
+      faraday (>= 0.17.3, < 3)
+    securerandom (0.3.2)
     selenium-webdriver (4.23.0)
       base64 (~> 0.2)
       logger (~> 1.4)
@@ -554,7 +599,7 @@ GEM
       docile (~> 1.1)
       simplecov-html (~> 0.11)
       simplecov_json_formatter (~> 0.1)
-    simplecov-html (0.12.3)
+    simplecov-html (0.13.1)
     simplecov-lcov (0.8.0)
     simplecov_json_formatter (0.1.4)
     simpleidn (0.2.3)
@@ -575,39 +620,42 @@ GEM
     stringio (3.1.1)
     strong_migrations (1.8.0)
       activerecord (>= 5.2)
-    strscan (3.1.0)
+    teaspoon (1.4.0)
+      railties (>= 5.0)
+    teaspoon-mocha (2.3.3)
+      teaspoon (>= 1.0.0)
     terminal-table (3.0.2)
       unicode-display_width (>= 1.1.1, < 3)
-    terser (1.2.3)
+    terser (1.2.4)
       execjs (>= 0.3.0, < 3)
-    thor (1.3.1)
+    thor (1.3.2)
     tilt (2.4.0)
-    timeout (0.4.1)
-    turbo-rails (2.0.6)
+    timeout (0.4.2)
+    turbo-rails (2.0.11)
       actionpack (>= 6.0.0)
-      activejob (>= 6.0.0)
       railties (>= 6.0.0)
     tzinfo (2.0.6)
       concurrent-ruby (~> 1.0)
-    unicode-display_width (2.5.0)
-    uri (0.13.0)
+    unicode-display_width (2.6.0)
+    uri (0.13.1)
+    useragent (0.16.10)
     validates_email_format_of (1.8.2)
       i18n (>= 0.8.0)
       simpleidn
     vendorer (0.2.0)
     version_gem (1.1.4)
-    webmock (3.23.1)
+    webmock (3.24.0)
       addressable (>= 2.8.0)
       crack (>= 0.3.2)
       hashdiff (>= 0.4.0, < 2.0.0)
-    webrick (1.8.1)
+    webrick (1.9.0)
     websocket (1.2.11)
     websocket-driver (0.7.6)
       websocket-extensions (>= 0.1.0)
     websocket-extensions (0.1.5)
     xpath (3.2.0)
       nokogiri (~> 1.8)
-    zeitwerk (2.6.17)
+    zeitwerk (2.6.18)
 
 PLATFORMS
   ruby
@@ -636,6 +684,8 @@ DEPENDENCIES
   config
   connection_pool
   dalli
+  danger
+  danger-auto_label
   dartsass-sprockets
   debug
   debug_inspector
@@ -671,8 +721,7 @@ DEPENDENCIES
   mini_racer (~> 0.9.0)
   minitest (~> 5.1)
   minitest-focus
-  multi_xml (~> 0.6.0)
-  oauth-plugin (>= 0.5.1)
+  multi_json
   omniauth (~> 2.0.2)
   omniauth-facebook
   omniauth-github
@@ -688,7 +737,7 @@ DEPENDENCIES
   quad_tile (~> 1.0.1)
   rack-cors
   rack-uri_sanitizer
-  rails (~> 7.1.0)
+  rails (~> 7.2.0)
   rails-controller-testing
   rails-i18n (~> 7.0.0)
   rails_param
@@ -709,12 +758,15 @@ DEPENDENCIES
   simplecov-lcov
   sprockets-exporters_pack
   strong_migrations (< 2.0.0)
+  teaspoon
+  teaspoon-mocha (~> 2.3.3)
   terser
   turbo-rails
   unicode-display_width
   validates_email_format_of (>= 1.5.1)
   vendorer
   webmock
+  zeitwerk (< 2.7)
 
 BUNDLED WITH
-   2.4.19
+   2.5.22
index c8e28a62fbc20cd2b06166cbf2992dc91968946b..8667fb5129161efca38295559202e64fd86475b4 100644 (file)
@@ -9,7 +9,7 @@ are two alternatives which make it easier to get a consistent development enviro
 * **Vagrant** This installs the software into a virtual machine. For Vagrant instructions see [VAGRANT.md](VAGRANT.md).
 * **Docker** This installs the software using containerization. For Docker instructions see [DOCKER.md](DOCKER.md).
 
-These instructions are based on Ubuntu 22.04 LTS, which is the platform used by the OSMF servers.
+These instructions are based on Ubuntu 24.04 LTS, which is the platform used by the OSMF servers.
 The instructions also work, with only minor amendments, for all other current Ubuntu releases, Fedora and MacOSX
 
 We don't recommend attempting to develop or deploy this software on Windows. Some Ruby gems may not be supported. If you need to use Windows the easiest solutions in order are [Docker](DOCKER.md), [Vagrant](VAGRANT.md), and Ubuntu in a virtual machine.
@@ -22,12 +22,12 @@ of packages required before you can get the various gems installed.
 
 ## Minimum requirements
 
-* Ruby 3.0+
+* Ruby 3.1+
 * PostgreSQL 13+
 * Bundler (see note below about [developer Ruby setup](#rbenv))
 * Javascript Runtime
 
-These can be installed on Ubuntu 22.04 or later with:
+These can be installed on Ubuntu 24.04 or later with:
 
 ```
 sudo apt-get update
index 7895d3b86cc4c0f6bf25bb5997fc6343d4286a2c..617bd7b4d0884707e8f94fc1af38ffd5671523ba 100644 (file)
@@ -2,9 +2,11 @@
 # vi: set ft=ruby :
 
 Vagrant.configure("2") do |config|
-  # use official ubuntu image for virtualbox
+  # use official debian image
+  config.vm.box = "debian/bookworm64"
+
+  # configure virtualbox provider
   config.vm.provider "virtualbox" do |vb, override|
-    override.vm.box = "ubuntu/jammy64"
     override.vm.synced_folder ".", "/srv/openstreetmap-website"
     vb.customize ["modifyvm", :id, "--memory", "4096"]
     vb.customize ["modifyvm", :id, "--cpus", "2"]
@@ -14,16 +16,16 @@ Vagrant.configure("2") do |config|
   # Use sshfs sharing if available, otherwise NFS sharing
   sharing_type = Vagrant.has_plugin?("vagrant-sshfs") ? "sshfs" : "nfs"
 
-  # use third party image and sshfs or NFS sharing for lxc
+  # configure lxc provider
   config.vm.provider "lxc" do |_, override|
-    override.vm.box = "generic/ubuntu2204"
     override.vm.synced_folder ".", "/srv/openstreetmap-website", :type => sharing_type
   end
 
-  # use third party image and sshfs or NFS sharing for libvirt
-  config.vm.provider "libvirt" do |_, override|
-    override.vm.box = "generic/ubuntu2204"
+  # configure libvirt provider
+  config.vm.provider "libvirt" do |libvirt, override|
     override.vm.synced_folder ".", "/srv/openstreetmap-website", :type => sharing_type
+    libvirt.memory = 4096
+    libvirt.cpus = 2
   end
 
   # configure shared package cache if possible
index 7ee75f3bc4aa913b4291f92012f51093b14b32e1..725ceccb2cc8a144d27a2bc5436608b8a6516426 100644 (file)
@@ -7,51 +7,48 @@ class Ability
     can :query, :browse
     can :show, [Node, Way, Relation]
     can [:index, :show], [OldNode, OldWay, OldRelation]
-    can [:show, :new], Note
+    can [:show, :create], Note
     can :search, :direction
     can [:index, :permalink, :edit, :help, :fixthemap, :offline, :export, :about, :communities, :preview, :copyright, :key, :id], :site
     can [:finish, :embed], :export
     can [:search, :search_latlon, :search_osm_nominatim, :search_osm_nominatim_reverse], :geocoder
-    can [:token, :request_token, :access_token, :test_request], :oauth
 
     if Settings.status != "database_offline"
       can [:index, :feed, :show], Changeset
-      can :index, ChangesetComment
+      can :show, ChangesetComment
       can [:confirm, :confirm_resend, :confirm_email], :confirmation
       can [:index, :rss, :show], DiaryEntry
       can :index, DiaryComment
       can [:index], Note
-      can [:new, :create, :edit, :update], :password
+      can [:create, :update], :password
       can [:index, :show], Redaction
-      can [:new, :create, :destroy], :session
+      can [:create, :destroy], :session
       can [:index, :show, :data, :georss], Trace
-      can [:terms, :new, :create, :save, :suspended, :show, :auth_success, :auth_failure], User
+      can [:terms, :create, :save, :suspended, :show, :auth_success, :auth_failure], User
       can [:index, :show, :blocks_on, :blocks_by], UserBlock
     end
 
     if user&.active?
       can :welcome, :site
-      can [:revoke, :authorize], :oauth
       can [:show], :deletion
 
       if Settings.status != "database_offline"
         can [:subscribe, :unsubscribe], Changeset
-        can [:index, :new, :create, :show, :edit, :update, :destroy], ClientApplication
-        can [:index, :new, :create, :show, :edit, :update, :destroy], :oauth2_application
+        can [:index, :create, :show, :update, :destroy], :oauth2_application
         can [:index, :destroy], :oauth2_authorized_application
-        can [:new, :show, :create, :destroy], :oauth2_authorization
-        can [:edit, :update, :destroy], :account
+        can [:show, :create, :destroy], :oauth2_authorization
+        can [:update, :destroy], :account
         can [:show], :dashboard
-        can [:new, :create, :subscribe, :unsubscribe], DiaryEntry
+        can [:create, :subscribe, :unsubscribe], DiaryEntry
         can :update, DiaryEntry, :user => user
         can [:create], DiaryComment
         can [:make_friend, :remove_friend], Friendship
-        can [:new, :create, :reply, :show, :inbox, :outbox, :muted, :mark, :unmute, :destroy], Message
+        can [:create, :reply, :show, :inbox, :outbox, :muted, :mark, :unmute, :destroy], Message
         can [:close, :reopen], Note
-        can [:show, :edit, :update], :preference
-        can [:edit, :update], :profile
-        can [:new, :create], Report
-        can [:mine, :new, :create, :edit, :update, :destroy], Trace
+        can [:show, :update], :preference
+        can :update, :profile
+        can :create, Report
+        can [:mine, :create, :update, :destroy], Trace
         can [:account, :go_public], User
         can [:index, :create, :destroy], UserMute
 
@@ -59,8 +56,8 @@ class Ability
           can [:hide, :unhide], [DiaryEntry, DiaryComment]
           can [:index, :show, :resolve, :ignore, :reopen], Issue
           can :create, IssueComment
-          can [:new, :create, :edit, :update, :destroy], Redaction
-          can [:new, :create, :revoke_all], UserBlock
+          can [:create, :update, :destroy], Redaction
+          can [:create, :revoke_all], UserBlock
           can :update, UserBlock, :creator => user
           can :update, UserBlock, :revoker => user
           can :update, UserBlock, :active? => true
@@ -71,7 +68,7 @@ class Ability
           can [:index, :show, :resolve, :ignore, :reopen], Issue
           can :create, IssueComment
           can [:set_status, :destroy, :index], User
-          can [:grant, :revoke], UserRole
+          can [:create, :destroy], UserRole
         end
       end
     end
index 44e67634552599c861f9320209e8a7810a155edd..0e953d50b11c95f2294bb2ec31f752b22a1966dc 100644 (file)
@@ -5,14 +5,11 @@ class ApiCapability
 
   def initialize(token)
     if Settings.status != "database_offline"
-      user = if token.respond_to?(:resource_owner_id)
-               User.find(token.resource_owner_id)
-             elsif token.respond_to?(:user)
-               token.user
-             end
+      user = User.find(token.resource_owner_id)
 
       if user&.active?
         can [:create, :comment, :close, :reopen], Note if scope?(token, :write_notes)
+        can [:create, :destroy], NoteSubscription if scope?(token, :write_notes)
         can [:show, :data], Trace if scope?(token, :read_gpx)
         can [:create, :update, :destroy], Trace if scope?(token, :write_gpx)
         can [:details], User if scope?(token, :read_prefs)
@@ -31,7 +28,7 @@ class ApiCapability
         if user.moderator?
           can [:destroy, :restore], ChangesetComment if scope?(token, :write_api)
           can :destroy, Note if scope?(token, :write_notes)
-          can :redact, [OldNode, OldWay, OldRelation] if user&.terms_agreed? && (scope?(token, :write_api) || scope?(token, :write_redactions))
+          can :redact, [OldNode, OldWay, OldRelation] if user&.terms_agreed? && scope?(token, :write_redactions)
         end
       end
     end
diff --git a/app/assets/images/browse/node.svg b/app/assets/images/browse/node.svg
new file mode 100644 (file)
index 0000000..35e5927
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 256 256">
+<rect width="240" height="240" stroke="#8888" fill="#fffc" stroke-width="16" ry="32" x="8" y="8"/>
+<circle cx="128" cy="128" r="024" fill="#bee6be" stroke="black" stroke-width="10"/>
+</svg>
diff --git a/app/assets/images/browse/relation.svg b/app/assets/images/browse/relation.svg
new file mode 100644 (file)
index 0000000..9cb52fc
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 256 256">
+<rect width="240" height="240" stroke="#8888" fill="#fffc" stroke-width="16" ry="32" x="8" y="8"/>
+<path d="M 068 068 L 196 062" stroke-width="16" stroke="#888"/>
+<path d="M 068 068 L 196 142" stroke-width="16" stroke="#888"/>
+<path d="M 068 068 L 062 196" stroke-width="16" stroke="#888"/>
+<path d="M 068 068 L 142 196" stroke-width="16" stroke="#888"/>
+<circle cx="196" cy="062" r="024" fill="black"/>
+<circle cx="196" cy="142" r="024" fill="black"/>
+<circle cx="062" cy="196" r="024" fill="black"/>
+<circle cx="142" cy="196" r="024" fill="black"/>
+<circle cx="072" cy="072" r="032" fill="#bee6be" stroke="black" stroke-width="8"/>
+</svg>
diff --git a/app/assets/images/browse/way.svg b/app/assets/images/browse/way.svg
new file mode 100644 (file)
index 0000000..98eae57
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 256 256">
+<rect width="240" height="240" stroke="#8888" fill="#fffc" stroke-width="16" ry="32" x="8" y="8"/>
+<path stroke="#888" fill="none" stroke-width="16" d="M 169 058 L 057 145 L 195 199"/>
+<circle cx="169" cy="058" r="024" fill="black"/>
+<circle cx="057" cy="145" r="024" fill="black"/>
+<circle cx="195" cy="199" r="024" fill="black"/>
+</svg>
diff --git a/app/assets/images/key/opnvkarte/bus_stop13.svg b/app/assets/images/key/opnvkarte/bus_stop13.svg
deleted file mode 100644 (file)
index ae4ffee..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<svg xmlns='http://www.w3.org/2000/svg' width='5' height='5'>
-<circle cx='2.5' cy='2.5' r='2.15' stroke='black' fill='#ffffff' />
-</svg>
diff --git a/app/assets/images/key/opnvkarte/bus_stop15.svg b/app/assets/images/key/opnvkarte/bus_stop15.svg
deleted file mode 100644 (file)
index a259919..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<svg xmlns='http://www.w3.org/2000/svg' width='9' height='9'>
-<circle cx='4.5' cy='4.5' r='4' stroke='black' fill='#ffffff' />
-</svg>
diff --git a/app/assets/images/key/opnvkarte/rail17.svg b/app/assets/images/key/opnvkarte/rail17.svg
deleted file mode 100644 (file)
index 8cada29..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<svg xmlns='http://www.w3.org/2000/svg' width='52' height='12' stroke='#999999' stroke-dashoffset='-1'>
-  <g stroke-dasharray='2 4'>
-    <line x2='100%' y1='1' y2='1' stroke-width='2' />
-    <line x2='100%' y1='6' y2='6' stroke-width='4' />
-    <line x2='100%' y1='11' y2='11' stroke-width='2' />
-  </g>
-  <line x2='100%' y1='2.5' y2='2.5' stroke-width='1' />
-  <line x2='100%' y1='9.5' y2='9.5' stroke-width='1' />
-</svg>
diff --git a/app/assets/images/key/opnvkarte/stop13.svg b/app/assets/images/key/opnvkarte/stop13.svg
deleted file mode 100644 (file)
index cfe65b3..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<svg xmlns='http://www.w3.org/2000/svg' width='5' height='5'>
-<circle cx='2.5' cy='2.5' r='2.15' stroke='black' fill='#e23148' />
-</svg>
diff --git a/app/assets/images/key/opnvkarte/stop15.svg b/app/assets/images/key/opnvkarte/stop15.svg
deleted file mode 100644 (file)
index 3ae6267..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<svg xmlns='http://www.w3.org/2000/svg' width='9' height='9'>
-<circle cx='4.5' cy='4.5' r='4' stroke='black' fill='#e23148' />
-</svg>
index 05474212645361fd975d3a0e188edbe1c4bdae81..ead01a8ff8e0dcfef8e9c2235c2e9198700cd515 100644 (file)
@@ -1,6 +1,5 @@
 //= require jquery3
 //= require jquery_ujs
-//= require jquery.timers
 //= require jquery.throttle-debounce
 //= require js-cookie/dist/js.cookie
 //= require popper
index 9a0ec07d31d85855c06a02d0179d29f7a298d207..66cd02b98b6e3199161b6baee64c24ef8a3a46e0 100644 (file)
@@ -37,18 +37,16 @@ window.onload = function () {
   map.attributionControl.setPrefix('');
   map.removeControl(map.attributionControl);
 
-  if (!args.layer || args.layer === "mapnik" || args.layer === "osmarender" || args.layer === "mapquest") {
-    new L.OSM.Mapnik(mapnikOptions).addTo(map);
-  } else if (args.layer === "cyclosm") {
+  if (args.layer === "cyclosm") {
     new L.OSM.CyclOSM().addTo(map);
   } else if (args.layer === "cyclemap" || args.layer === "cycle map") {
     new L.OSM.CycleMap(thunderforestOptions).addTo(map);
   } else if (args.layer === "transportmap") {
     new L.OSM.TransportMap(thunderforestOptions).addTo(map);
-  } else if (args.layer === "opnvkarte") {
-    new L.OSM.OPNVKarte().addTo(map);
   } else if (args.layer === "hot") {
     new L.OSM.HOT().addTo(map);
+  } else {
+    new L.OSM.Mapnik(mapnikOptions).addTo(map);
   }
 
   if (args.marker) {
index 5c7b2d26e9f1e0fd6eb2d1c53a2bd61ce0481584..c419f93216b44507f4aed454b01792feba3744e9 100644 (file)
@@ -1,7 +1,7 @@
 //= require_self
 //= require leaflet.sidebar
 //= require leaflet.sidebar-pane
-//= require leaflet.locatecontrol/src/L.Control.Locate
+//= require leaflet.locatecontrol/dist/L.Control.Locate.umd
 //= require leaflet.locate
 //= require leaflet.layers
 //= require leaflet.key
@@ -25,8 +25,6 @@
 //= require qs/dist/qs
 
 $(document).ready(function () {
-  var loaderTimeout;
-
   var map = new L.OSM.Map("map", {
     zoomControl: false,
     layerControl: false,
@@ -39,11 +37,7 @@ $(document).ready(function () {
 
     map.setSidebarOverlaid(false);
 
-    clearTimeout(loaderTimeout);
-
-    loaderTimeout = setTimeout(function () {
-      $("#sidebar_loader").show();
-    }, 200);
+    $("#sidebar_loader").show().addClass("delayed-fade-in");
 
     // IE<10 doesn't respect Vary: X-Requested-With header, so
     // prevent caching the XHR response as a full-page URL.
@@ -60,9 +54,8 @@ $(document).ready(function () {
       url: content_path,
       dataType: "html",
       complete: function (xhr) {
-        clearTimeout(loaderTimeout);
         $("#flash").empty();
-        $("#sidebar_loader").hide();
+        $("#sidebar_loader").removeClass("delayed-fade-in").hide();
 
         var content = $(xhr.responseText);
 
@@ -396,7 +389,7 @@ $(document).ready(function () {
   OSM.router.load();
 
   $(document).on("click", "a", function (e) {
-    if (e.isDefaultPrevented() || e.isPropagationStopped()) {
+    if (e.isDefaultPrevented() || e.isPropagationStopped() || $(e.target).data("turbo")) {
       return;
     }
 
@@ -412,6 +405,9 @@ $(document).ready(function () {
 
     if (OSM.router.route(this.pathname + this.search + this.hash)) {
       e.preventDefault();
+      if (this.pathname !== "/directions") {
+        $("header").addClass("closed");
+      }
     }
   });
 
index 59fbeeb1d6aa35146a0808c950923373c3d9f10b..887ba043b12b00bda5478b4e2dfd3aeec305efd3 100644 (file)
@@ -139,8 +139,6 @@ OSM.NewNote = function (map) {
 
     newNote.on("remove", function () {
       addNoteButton.removeClass("active");
-    }).on("dragstart", function () {
-      $(newNote).stopTime("removenote");
     }).on("dragend", function () {
       content.find("textarea").focus();
     });
index 3839d2715d731121cc90308134e9724e5ced246e..4e8f64d09c4684ae1827fabf1b6bef95b628ad6a 100644 (file)
@@ -22,44 +22,50 @@ OSM.Note = function (map) {
 
   page.pushstate = page.popstate = function (path, id) {
     OSM.loadSidebarContent(path, function () {
-      initialize(path, id, function () {
-        var data = $(".details").data();
-        if (!data) return;
-        var latLng = L.latLng(data.coordinates.split(","));
-        if (!map.getBounds().contains(latLng)) moveToNote();
-      });
+      initialize(path, id);
+
+      var data = $(".details").data();
+      if (!data) return;
+      var latLng = L.latLng(data.coordinates.split(","));
+      if (!map.getBounds().contains(latLng)) moveToNote();
     });
   };
 
   page.load = function (path, id) {
-    initialize(path, id, moveToNote);
+    initialize(path, id);
+    moveToNote();
   };
 
-  function initialize(path, id, callback) {
-    content.find("button[type=submit]").on("click", function (e) {
+  function initialize(path, id) {
+    content.find("button[name]").on("click", function (e) {
       e.preventDefault();
       var data = $(e.target).data();
-      var form = e.target.form;
-
-      $(form).find("button[type=submit]").prop("disabled", true);
-
-      $.ajax({
+      var name = $(e.target).attr("name");
+      var ajaxSettings = {
         url: data.url,
         type: data.method,
         oauth: true,
-        data: { text: $(form.text).val() },
-        success: function () {
-          OSM.loadSidebarContent(path, function () {
-            initialize(path, id, moveToNote);
+        success: () => {
+          OSM.loadSidebarContent(path, () => {
+            initialize(path, id);
+            moveToNote();
           });
         },
-        error: function (xhr) {
-          $(form).find("#comment-error")
+        error: (xhr) => {
+          content.find("#comment-error")
             .text(xhr.responseText)
-            .prop("hidden", false);
-          updateButtons(form);
+            .prop("hidden", false)
+            .get(0).scrollIntoView({ block: "nearest" });
+          updateButtons();
         }
-      });
+      };
+
+      if (name !== "subscribe" && name !== "unsubscribe") {
+        ajaxSettings.data = { text: $("textarea").val() };
+      }
+
+      content.find("button[name]").prop("disabled", true);
+      $.ajax(ajaxSettings);
     });
 
     content.find("textarea").on("input", function (e) {
@@ -78,18 +84,18 @@ OSM.Note = function (map) {
         icon: noteIcons[data.status]
       });
     }
-
-    if (callback) callback();
   }
 
-  function updateButtons(form) {
-    $(form).find("button[type=submit]").prop("disabled", false);
-    if ($(form.text).val() === "") {
-      $(form.close).text($(form.close).data("defaultActionText"));
-      $(form.comment).prop("disabled", true);
+  function updateButtons() {
+    var resolveButton = content.find("button[name='close']");
+    var commentButton = content.find("button[name='comment']");
+
+    content.find("button[name]").prop("disabled", false);
+    if (content.find("textarea").val() === "") {
+      resolveButton.text(resolveButton.data("defaultActionText"));
+      commentButton.prop("disabled", true);
     } else {
-      $(form.close).text($(form.close).data("commentActionText"));
-      $(form.comment).prop("disabled", false);
+      resolveButton.text(resolveButton.data("commentActionText"));
     }
   }
 
index a7d228ff99f5f4a81de3fdf7f69fe458658df42a..09e4de31e0c6e78faf57444534b55fa3c5653292 100644 (file)
@@ -253,9 +253,9 @@ OSM.Query = function (map) {
    * To find nearby objects we ask overpass for the union of the
    * following sets:
    *
-   *   node(around:<radius>,<lat>,lng>)
-   *   way(around:<radius>,<lat>,lng>)
-   *   relation(around:<radius>,<lat>,lng>)
+   *   node(around:<radius>,<lat>,<lng>)
+   *   way(around:<radius>,<lat>,<lng>)
+   *   relation(around:<radius>,<lat>,<lng>)
    *
    * to find enclosing objects we first find all the enclosing areas:
    *
@@ -289,18 +289,10 @@ OSM.Query = function (map) {
       .hide();
 
     if (marker) map.removeLayer(marker);
-    marker = L.circle(latlng, radius, featureStyle).addTo(map);
-
-    $(document).everyTime(75, "fadeQueryMarker", function (i) {
-      if (i === 10) {
-        map.removeLayer(marker);
-      } else {
-        marker.setStyle({
-          opacity: 1 - (i * 0.1),
-          fillOpacity: 0.5 - (i * 0.05)
-        });
-      }
-    }, 10);
+    marker = L.circle(latlng, Object.assign({
+      radius: radius,
+      className: "query-marker"
+    }, featureStyle)).addTo(map);
 
     runQuery(latlng, radius, nearby, $("#query-nearby"), false);
     runQuery(latlng, radius, isin, $("#query-isin"), true, compareSize);
index 476ad30a1ac11de80ad555ecf430ca6ef61923b1..2bfbb2e1c6d4fa9bc18c7264cdbb65651785899a 100644 (file)
@@ -32,6 +32,7 @@ OSM.Search = function (map) {
 
   $(".describe_location").on("click", function (e) {
     e.preventDefault();
+    $("header").addClass("closed");
     var center = map.getCenter().wrap(),
         precision = OSM.zoomPrecision(map.getZoom()),
         lat = center.lat.toFixed(precision),
index 82efab506c80f4d7dbd27f465f04928d383664f9..dc692a4a5d500f0ffbba724a8309769431e7efe8 100644 (file)
@@ -14,7 +14,7 @@ L.OSM.layers = function (options) {
       var buttonContainer = $("<div class='position-relative'>")
         .appendTo(baseSection);
 
-      var mapContainer = $("<div class='position-absolute top-0 start-0 bottom-0 end-0 z-0'>")
+      var mapContainer = $("<div class='position-absolute top-0 start-0 bottom-0 end-0 z-0 bg-body-secondary'>")
         .appendTo(buttonContainer);
 
       var input = $("<input type='radio' class='btn-check' name='layer'>")
index d221ae208eba4880a707d8c82d9c9763961b9bd7..78f43b73a0b7d180eb9288664828db223059ecf2 100644 (file)
@@ -15,106 +15,24 @@ L.OSM.Map = L.Map.extend({
   initialize: function (id, options) {
     L.Map.prototype.initialize.call(this, id, options);
 
-    var copyright_link = $("<a>", {
-      href: "/copyright",
-      text: I18n.t("javascripts.map.openstreetmap_contributors")
-    }).prop("outerHTML");
-    var copyright = I18n.t("javascripts.map.copyright_text", { copyright_link: copyright_link });
-
-    var donate = $("<a>", {
-      "href": "https://supporting.openstreetmap.org",
-      "class": "donate-attr",
-      "text": I18n.t("javascripts.map.make_a_donation")
-    }).prop("outerHTML");
-
-    var terms = $("<a>", {
-      href: "https://wiki.osmfoundation.org/wiki/Terms_of_Use",
-      text: I18n.t("javascripts.map.website_and_api_terms")
-    }).prop("outerHTML");
-
-    var cyclosm_link = $("<a>", {
-      href: "https://www.cyclosm.org",
-      target: "_blank",
-      text: I18n.t("javascripts.map.cyclosm_name")
-    }).prop("outerHTML");
-    var osm_france_link = $("<a>", {
-      href: "https://openstreetmap.fr/",
-      target: "_blank",
-      text: I18n.t("javascripts.map.osm_france")
-    }).prop("outerHTML");
-    var cyclosm = I18n.t("javascripts.map.cyclosm_credit", { cyclosm_link: cyclosm_link, osm_france_link: osm_france_link });
-
-    var thunderforest_link = $("<a>", {
-      href: "https://www.thunderforest.com/",
-      target: "_blank",
-      text: I18n.t("javascripts.map.andy_allan")
-    }).prop("outerHTML");
-    var thunderforest = I18n.t("javascripts.map.thunderforest_credit", { thunderforest_link: thunderforest_link });
-
-    var tracestrack_link = $("<a>", {
-      href: "https://www.tracestrack.com/",
-      target: "_blank",
-      text: I18n.t("javascripts.map.tracestrack")
-    }).prop("outerHTML");
-    var tracestrack = I18n.t("javascripts.map.tracestrack_credit", { tracestrack_link: tracestrack_link });
-
-    var hotosm_link = $("<a>", {
-      href: "https://www.hotosm.org/",
-      target: "_blank",
-      text: I18n.t("javascripts.map.hotosm_name")
-    }).prop("outerHTML");
-    var hotosm = I18n.t("javascripts.map.hotosm_credit", { hotosm_link: hotosm_link, osm_france_link: osm_france_link });
-
     this.baseLayers = [];
 
-    this.baseLayers.push(new L.OSM.Mapnik({
-      attribution: copyright + " &hearts; " + donate + ". " + terms,
-      code: "M",
-      keyid: "mapnik",
-      name: I18n.t("javascripts.map.base.standard")
-    }));
-
-    this.baseLayers.push(new L.OSM.CyclOSM({
-      attribution: copyright + ". " + cyclosm + ". " + terms,
-      code: "Y",
-      keyid: "cyclosm",
-      name: I18n.t("javascripts.map.base.cyclosm")
-    }));
-
-    if (OSM.THUNDERFOREST_KEY) {
-      this.baseLayers.push(new L.OSM.CycleMap({
-        attribution: copyright + ". " + thunderforest + ". " + terms,
-        apikey: OSM.THUNDERFOREST_KEY,
-        code: "C",
-        keyid: "cyclemap",
-        name: I18n.t("javascripts.map.base.cycle_map")
-      }));
-
-      this.baseLayers.push(new L.OSM.TransportMap({
-        attribution: copyright + ". " + thunderforest + ". " + terms,
-        apikey: OSM.THUNDERFOREST_KEY,
-        code: "T",
-        keyid: "transportmap",
-        name: I18n.t("javascripts.map.base.transport_map")
-      }));
-    }
+    for (const layerDefinition of OSM.LAYER_DEFINITIONS) {
+      if (layerDefinition.apiKeyId && !OSM[layerDefinition.apiKeyId]) continue;
 
-    if (OSM.TRACESTRACK_KEY) {
-      this.baseLayers.push(new L.OSM.TracestrackTopo({
-        attribution: copyright + ". " + tracestrack + ". " + terms,
-        apikey: OSM.TRACESTRACK_KEY,
-        code: "P",
-        keyid: "tracestracktopo",
-        name: I18n.t("javascripts.map.base.tracestracktop_topo")
-      }));
-    }
+      const layerOptions = {
+        attribution: makeAttribution(layerDefinition.credit),
+        code: layerDefinition.code,
+        keyid: layerDefinition.keyId,
+        name: I18n.t(`javascripts.map.base.${layerDefinition.nameId}`)
+      };
+      if (layerDefinition.apiKeyId) {
+        layerOptions.apikey = OSM[layerDefinition.apiKeyId];
+      }
 
-    this.baseLayers.push(new L.OSM.HOT({
-      attribution: copyright + ". " + hotosm + ". " + terms,
-      code: "H",
-      keyid: "hot",
-      name: I18n.t("javascripts.map.base.hot")
-    }));
+      const layer = new L.OSM[layerDefinition.leafletOsmId](layerOptions);
+      this.baseLayers.push(layer);
+    }
 
     this.noteLayer = new L.FeatureGroup();
     this.noteLayer.options = { code: "N" };
@@ -124,8 +42,7 @@ L.OSM.Map = L.Map.extend({
 
     this.gpsLayer = new L.OSM.GPS({
       pane: "overlayPane",
-      code: "G",
-      name: I18n.t("javascripts.map.base.gps")
+      code: "G"
     });
 
     this.on("layeradd", function (event) {
@@ -133,6 +50,50 @@ L.OSM.Map = L.Map.extend({
         this.setMaxZoom(event.layer.options.maxZoom);
       }
     });
+
+    function makeAttribution(credit) {
+      let attribution = "";
+
+      attribution += I18n.t("javascripts.map.copyright_text", {
+        copyright_link: $("<a>", {
+          href: "/copyright",
+          text: I18n.t("javascripts.map.openstreetmap_contributors")
+        }).prop("outerHTML")
+      });
+
+      attribution += credit.donate ? " &hearts; " : ". ";
+      attribution += makeCredit(credit);
+      attribution += ". ";
+
+      attribution += $("<a>", {
+        href: "https://wiki.osmfoundation.org/wiki/Terms_of_Use",
+        text: I18n.t("javascripts.map.website_and_api_terms")
+      }).prop("outerHTML");
+
+      return attribution;
+    }
+
+    function makeCredit(credit) {
+      const children = {};
+      for (const childId in credit.children) {
+        children[childId] = makeCredit(credit.children[childId]);
+      }
+      const text = I18n.t(`javascripts.map.${credit.id}`, children);
+      if (credit.href) {
+        const link = $("<a>", {
+          href: credit.href,
+          text: text
+        });
+        if (credit.donate) {
+          link.addClass("donate-attr");
+        } else {
+          link.attr("target", "_blank");
+        }
+        return link.prop("outerHTML");
+      } else {
+        return text;
+      }
+    }
   },
 
   updateLayers: function (layerParam) {
index e08528f845da2b2cee72780d3197720fbc42ab02..e9c09c79f9ae995575030ad9231167c64983f974 100644 (file)
@@ -1,5 +1,6 @@
 //= depend_on settings.yml
 //= depend_on settings.local.yml
+//= depend_on layers.yml
 //= depend_on key.yml
 //= require qs/dist/qs
 
@@ -30,6 +31,7 @@ OSM = {
   TRACESTRACK_KEY:         <%= Settings.tracestrack_key.to_json %>,
 <% end %>
 
+  LAYER_DEFINITIONS:       <%= YAML.load_file(Rails.root.join("config/layers.yml")).to_json %>,
   LAYERS_WITH_MAP_KEY:     <%= YAML.load_file(Rails.root.join("config/key.yml")).keys.to_json %>,
 
   MARKER_GREEN:            <%= image_path("marker-green.png").to_json %>,
index e069f6f88007cbfc4d732cac5ac08116b18bab49..bd00d937e2313068b310681a2be733f04dff0201 100644 (file)
@@ -1,24 +1,22 @@
-$(document).ready(function () {
+(function () {
   /*
    * When the text in an edit pane is changed, clear the contents of
    * the associated preview pne so that it will be regenerated when
    * the user next switches to it.
    */
-  $(".richtext_container textarea").change(function () {
-    var container = $(this).closest(".richtext_container");
-
-    container.find(".tab-pane[id$='_preview']").empty();
-  }).on("invalid", function () {
+  $(document).on("change", ".richtext_container textarea", function () {
     var container = $(this).closest(".richtext_container");
+    var preview = container.find(".tab-pane[id$='_preview']");
 
-    container.find("button[data-bs-target$='_edit']").tab("show");
+    preview.children(".richtext_placeholder").attr("hidden", true).removeClass("delayed-fade-in");
+    preview.children(".richtext").empty();
   });
 
   /*
    * Install a handler to set the minimum preview pane height
    * when switching away from an edit pane
    */
-  $(".richtext_container button[data-bs-target$='_edit']").on("hide.bs.tab", function () {
+  $(document).on("hide.bs.tab", ".richtext_container button[data-bs-target$='_edit']", function () {
     var container = $(this).closest(".richtext_container");
     var editor = container.find("textarea");
     var preview = container.find(".tab-pane[id$='_preview']");
@@ -30,24 +28,34 @@ $(document).ready(function () {
   /*
    * Install a handler to switch to preview mode
    */
-  $(".richtext_container button[data-bs-target$='_preview']").on("show.bs.tab", function () {
+  $(document).on("show.bs.tab", ".richtext_container button[data-bs-target$='_preview']", function () {
     var container = $(this).closest(".richtext_container");
     var editor = container.find("textarea");
     var preview = container.find(".tab-pane[id$='_preview']");
 
-    if (preview.contents().length === 0) {
-      preview.oneTime(500, "loading", function () {
-        preview.addClass("loading");
-      });
+    if (preview.children(".richtext").contents().length === 0) {
+      preview.children(".richtext_placeholder").removeAttr("hidden").addClass("delayed-fade-in");
 
-      preview.load(editor.data("previewUrl"), { text: editor.val() }, function () {
-        preview.stopTime("loading");
-        preview.removeClass("loading");
+      preview.children(".richtext").load(editor.data("previewUrl"), { text: editor.val() }, function () {
+        preview.children(".richtext_placeholder").attr("hidden", true).removeClass("delayed-fade-in");
       });
     }
   });
 
-  var updateHelp = function () {
+  $(window).on("resize", updateHelp);
+
+  $(document).on("turbo:load", function () {
+    $(".richtext_container textarea").on("invalid", invalidTextareaListener);
+    updateHelp();
+  });
+
+  function invalidTextareaListener() {
+    var container = $(this).closest(".richtext_container");
+
+    container.find("button[data-bs-target$='_edit']").tab("show");
+  }
+
+  function updateHelp() {
     $(".richtext_container .richtext_help_sidebar:not(:visible):not(:empty)").each(function () {
       var container = $(this).closest(".richtext_container");
       $(this).children().appendTo(container.find(".tab-pane[id$='_help']"));
@@ -59,8 +67,5 @@ $(document).ready(function () {
         container.find("button[data-bs-target$='_edit']").tab("show");
       }
     });
-  };
-
-  updateHelp();
-  $(window).on("resize", updateHelp);
-});
+  }
+}());
index d890f38a480a384d6edd5570e384f71916cc30bc..c4e52417004c5c50871f23fe28edf967596c68b7 100644 (file)
@@ -101,6 +101,16 @@ OSM.Router = function (map, rts) {
 
   var router = {};
 
+  function updateSecondaryNav() {
+    $("header nav.secondary > ul > li > a").each(function () {
+      var active = $(this).attr("href") === window.location.pathname;
+
+      $(this)
+        .toggleClass("text-secondary", !active)
+        .toggleClass("text-secondary-emphasis", active);
+    });
+  }
+
   $(window).on("popstate", function (e) {
     if (!e.originalEvent.state) return; // Is it a real popstate event or just a hash change?
     var path = window.location.pathname + window.location.search,
@@ -110,6 +120,7 @@ OSM.Router = function (map, rts) {
     currentPath = path;
     currentRoute = route;
     currentRoute.run("popstate", currentPath);
+    updateSecondaryNav();
     map.setState(e.originalEvent.state, { animate: false });
   });
 
@@ -124,6 +135,7 @@ OSM.Router = function (map, rts) {
     currentPath = path;
     currentRoute = route;
     currentRoute.run("pushstate", currentPath);
+    updateSecondaryNav();
     return true;
   };
 
index 495470f2fd10ea35281b5f0377d9d19130bc8099..b94db8b557e8fe7430be8e14fe490887fa107918 100644 (file)
@@ -1,4 +1,10 @@
-//= require leaflet.locatecontrol/src/L.Control.Locate
+//= require leaflet.locatecontrol/dist/L.Control.Locate.umd
+
+(function () {
+  $(document).on("change", "#user_all", function () {
+    $("#user_list input[type=checkbox]").prop("checked", $("#user_all").prop("checked"));
+  });
+}());
 
 $(document).ready(function () {
   var defaultHomeZoom = 12;
@@ -200,10 +206,6 @@ $(document).ready(function () {
     enableAuth();
   }
 
-  $("#user_all").change(function () {
-    $("#user_list input[type=checkbox]").prop("checked", $("#user_all").prop("checked"));
-  });
-
   $("#content.user_confirm").each(function () {
     $(this).hide();
     $(this).find("#confirm").submit();
index d551462b2202ec34defa80b70c13be334e08553f..4bedf42b6ac2b6571a7b09d27f2bf11973c6d222 100644 (file)
@@ -70,6 +70,28 @@ time[title] {
   }
 }
 
+/* Utility for delayed loading spinner */
+
+.delayed-fade-in {
+  animation: 300ms linear forwards delayed-fade-in;
+}
+
+@keyframes delayed-fade-in {
+  0%   { opacity: 0 }
+  66%  { opacity: 0 }
+  100% { opacity: 1 }
+}
+
+/* Bootstrap close button overrides for nested light/dark themes */
+
+[data-bs-theme="dark"] .btn-close {
+  filter: var(--bs-btn-close-white-filter);
+}
+
+[data-bs-theme="light"] .btn-close {
+  filter: none;
+}
+
 /* Rules for the header */
 
 #menu-icon {
@@ -119,7 +141,7 @@ header {
 }
 
 nav.primary {
-  & > .btn-group .btn-outline-primary {
+  #edit_tab .btn-outline-primary {
     @include button-outline-variant($green, $color-hover: $white, $active-color: $white);
   }
 
@@ -197,9 +219,7 @@ body.small-nav {
     }
   }
 
-  #sidebar .search_forms,
-  #edit_tab,
-  #export_tab {
+  #sidebar .search_forms {
     display: none;
   }
 
@@ -207,7 +227,7 @@ body.small-nav {
     margin-right: 0;
     padding: 0;
 
-    .btn-group {
+    #edit_tab {
       width: 100%;
       padding: 10px;
     }
@@ -368,6 +388,14 @@ body.small-nav {
     .leaflet-marker-draggable {
       cursor: move;
     }
+
+    .query-marker {
+      animation: 1500ms forwards query-marker-fade;
+
+      @keyframes query-marker-fade {
+        to { opacity: 0 }
+      }
+    }
   }
 
   #map-ui {
@@ -474,17 +502,17 @@ body.small-nav {
 }
 
 @include color-mode(dark) {
-  .leaflet-tile-container,
+  .leaflet-tile-container .leaflet-tile,
   .mapkey-table-entry td:first-child > * {
     filter: brightness(.8);
   }
 
-  .leaflet-control-attribution a {
+  .leaflet-container .leaflet-control-attribution a {
     color: var(--bs-link-color);
   }
 
   .leaflet-control-scale-line {
-    @extend .border-light, .border-opacity-75;
+    border-color: rgba(var(--bs-light-rgb), .75) !important;
   }
 }
 
@@ -945,6 +973,10 @@ img.trace_image {
   .node, .way, .relation {
     margin-left: 25px;
   }
+
+  .node::before     { content: image-url('browse/node.svg'); }
+  .way::before      { content: image-url('browse/way.svg'); }
+  .relation::before { content: image-url('browse/relation.svg'); }
 }
 
 @each $class, $item in $map-sidebar-icons {
index 07549d69bb33e939238f98e6ef6d1e44eea4a816..28bf569016a607d81b4aa01b994226ca8366845e 100644 (file)
@@ -20,3 +20,4 @@ $table-border-factor: .1;
 $list-group-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);
 
 $enable-negative-margins: true;
+$color-mode-type: media-query;
index d45dce66a8e00f6f413831d767436b8b537524e2..085d1bfea055091af3a074b552713edea291980c 100644 (file)
@@ -16,8 +16,6 @@ class AccountsController < ApplicationController
   allow_social_login :only => [:edit, :update]
 
   def edit
-    @tokens = current_user.oauth_tokens.authorized
-
     if errors = session.delete(:user_errors)
       errors.each do |attribute, error|
         current_user.errors.add(attribute, error)
@@ -27,8 +25,6 @@ class AccountsController < ApplicationController
   end
 
   def update
-    @tokens = current_user.oauth_tokens.authorized
-
     user_params = params.require(:user).permit(:display_name, :new_email, :pass_crypt, :pass_crypt_confirmation, :auth_provider)
 
     if params[:user][:auth_provider].blank? ||
index cbdcace0cd80b1a7c87ea47535b2cb81328b75fa..b0600ca33517024cfddfb446bdf14f205f1d1527 100644 (file)
@@ -5,7 +5,6 @@ module Api
     authorize_resource :class => false
 
     before_action :set_request_formats
-    around_action :api_call_handle_error, :api_call_timeout
 
     # External apps that use the api are able to query the api to find out some
     # parameters of the API. It currently returns:
index 4a96ec3bbaef00087e8b03a464c7ee78e65c56c2..c180571c58b10b0184e1f3dd98ab86f4fb5d8d27 100644 (file)
@@ -6,9 +6,8 @@ module Api
     authorize_resource
 
     before_action :require_public_data, :only => [:create]
+
     before_action :set_request_formats
-    around_action :api_call_handle_error
-    around_action :api_call_timeout
 
     ##
     # Add a comment to a changeset
index 3d59eeb171e4232c70d5fe1b68dc5252a6d4de2b..9111bb609d27d91753d3b6b46a6ee7ae59954eae 100644 (file)
@@ -11,8 +11,7 @@ module Api
     before_action :require_public_data, :only => [:create, :update, :upload, :close, :subscribe, :unsubscribe]
     before_action :set_request_formats, :except => [:create, :close, :upload]
 
-    around_action :api_call_handle_error
-    around_action :api_call_timeout, :except => [:upload]
+    skip_around_action :api_call_timeout, :only => [:upload]
 
     # Helper methods for checking consistency
     include ConsistencyValidations
index 6d4a9feb6c3d8062cf141fb375eca35a42da018e..da8138597ae7b269fbb983a7eda8a4347c8a9ae7 100644 (file)
@@ -2,8 +2,6 @@ module Api
   class MapController < ApiController
     authorize_resource :class => false
 
-    around_action :api_call_handle_error, :api_call_timeout
-
     before_action :set_request_formats
 
     # This is probably the most common call of all. It is used for getting the
index 074f8739871094318a7939783512dd7532652669..886922bff1f8918ad7d58b4f38b1b8246be372e8 100644 (file)
@@ -9,8 +9,6 @@ module Api
 
     authorize_resource
 
-    around_action :api_call_handle_error, :api_call_timeout
-
     before_action :set_request_formats
 
     def inbox
index 5aad78dbffb91bfc99c36f36adcbb20893b2d5dc..6477271d4e890788f3c260775cd27a3c3ad53a88 100644 (file)
@@ -8,8 +8,6 @@ module Api
     authorize_resource
 
     before_action :require_public_data, :only => [:create, :update, :delete]
-    around_action :api_call_handle_error, :api_call_timeout
-
     before_action :set_request_formats, :except => [:create, :update, :delete]
     before_action :check_rate_limit, :only => [:create, :update, :delete]
 
diff --git a/app/controllers/api/note_subscriptions_controller.rb b/app/controllers/api/note_subscriptions_controller.rb
new file mode 100644 (file)
index 0000000..c416dd8
--- /dev/null
@@ -0,0 +1,27 @@
+module Api
+  class NoteSubscriptionsController < ApiController
+    before_action :check_api_writable
+    before_action :authorize
+
+    authorize_resource
+
+    def create
+      note_id = params[:note_id].to_i
+      note = Note.find(note_id)
+      note.subscribers << current_user
+    rescue ActiveRecord::RecordNotFound
+      report_error "Note #{note_id} not found.", :not_found
+    rescue ActiveRecord::RecordNotUnique
+      report_error "You are already subscribed to note #{note_id}.", :conflict
+    end
+
+    def destroy
+      note_id = params[:note_id].to_i
+      note = Note.find(note_id)
+      count = note.subscriptions.where(:user => current_user).delete_all
+      report_error "You are not subscribed to note #{note_id}.", :not_found if count.zero?
+    rescue ActiveRecord::RecordNotFound
+      report_error "Note #{note_id} not found.", :not_found
+    end
+  end
+end
index be36421d943baf40b0ea2cd8553a1752a2ec323a..7e2e7fb793babed86952313cc1d0703043d2f760 100644 (file)
@@ -7,7 +7,6 @@ module Api
     authorize_resource
 
     before_action :set_locale
-    around_action :api_call_handle_error, :api_call_timeout
     before_action :set_request_formats, :except => [:feed]
 
     ##
@@ -385,7 +384,7 @@ module Api
     def add_comment(note, text, event, notify: true)
       attributes = { :visible => true, :event => event, :body => text }
 
-      if doorkeeper_token || current_token
+      if doorkeeper_token
         author = current_user if scope_enabled?(:write_notes)
       else
         author = current_user
@@ -399,9 +398,13 @@ module Api
 
       comment = note.comments.create!(attributes)
 
-      note.comments.map(&:author).uniq.each do |user|
-        UserMailer.note_comment_notification(comment, user).deliver_later if notify && user && user != current_user && user.visible?
+      if notify
+        note.subscribers.visible.each do |user|
+          UserMailer.note_comment_notification(comment, user).deliver_later if current_user != user
+        end
       end
+
+      NoteSubscription.find_or_create_by(:note => note, :user => current_user) if current_user
     end
   end
 end
index 2343252dbb0a63243ece6e1c90c9de0875dfee4c..73e57c1f82355415baeef6a4ee044e3a741b942c 100644 (file)
@@ -9,7 +9,6 @@ module Api
 
     authorize_resource
 
-    around_action :api_call_handle_error, :api_call_timeout
     before_action :lookup_old_element, :except => [:history]
     before_action :lookup_old_element_versions, :only => [:history]
 
index 717bbfa6f7fd1c23428c9d952b1e18d55ef5032b..75bfe6b107a2f01203b0cb1d0fc0bfe7a9faeae6 100644 (file)
@@ -4,20 +4,14 @@ module Api
 
     before_action :setup_user_auth
     before_action :set_request_formats
-    around_action :api_call_handle_error, :api_call_timeout
 
     # External apps that use the api are able to query which permissions
     # they have. This currently returns a list of permissions granted to the current user:
     # * if authenticated via OAuth, this list will contain all permissions granted by the user to the access_token.
-    # * if authenticated via basic auth all permissions are granted, so the list will contain all permissions.
     # * unauthenticated users have no permissions, so the list will be empty.
     def show
       @permissions = if doorkeeper_token.present?
                        doorkeeper_token.scopes.map { |s| :"allow_#{s}" }
-                     elsif current_token.present?
-                       ClientApplication.all_permissions.select { |p| current_token.read_attribute(p) }
-                     elsif current_user
-                       ClientApplication.all_permissions
                      else
                        []
                      end
index 5fb99dbd18a390e1e234308bcf78b90f05a36939..b237f8bf85e09bec86fb1fcbfc6658e765b126f6 100644 (file)
@@ -6,8 +6,6 @@ module Api
     authorize_resource
 
     before_action :require_public_data, :only => [:create, :update, :delete]
-    around_action :api_call_handle_error, :api_call_timeout
-
     before_action :set_request_formats, :except => [:create, :update, :delete]
     before_action :check_rate_limit, :only => [:create, :update, :delete]
 
index d8d9da98b680f62729b503085a5ab36c40e318cc..e45b5968c213d94917cc690fd160bf7ca11f9514 100644 (file)
@@ -2,8 +2,6 @@ module Api
   class TracepointsController < ApiController
     authorize_resource
 
-    around_action :api_call_handle_error, :api_call_timeout
-
     # Get an XML response containing a list of tracepoints that have been uploaded
     # within the specified bounding box, and in the specified page.
     def index
index 738642fff7dc56531bec8d550c3a5f31dcc414b6..76dfb3a2dc1bd4b6d57728b17b3f074894ef88cd 100644 (file)
@@ -7,7 +7,7 @@ module Api
     authorize_resource
 
     before_action :offline_error, :only => [:create, :destroy, :data]
-    around_action :api_call_handle_error
+    skip_around_action :api_call_timeout, :only => :create
 
     def show
       @trace = Trace.visible.find(params[:id])
index 6c285e14a253d50e45daa31ef57134071560a708..51f0d26d3e641ee3762357a20a8b085eea505e32 100644 (file)
@@ -2,7 +2,6 @@ module Api
   class UserBlocksController < ApiController
     authorize_resource
 
-    around_action :api_call_handle_error, :api_call_timeout
     before_action :set_request_formats
 
     def show
index cb852ce881aa10909a267e776aa884c406e388b4..d1bd6d6242bc5713ce28054630e26341f711bc28 100644 (file)
@@ -6,8 +6,6 @@ module Api
 
     authorize_resource
 
-    around_action :api_call_handle_error
-
     before_action :set_request_formats
 
     ##
index 5ff275ee9dc52f268b250d52f445dd71a3295b1c..e9f42e12b1444787260dad22a18bf5ee97fdb368 100644 (file)
@@ -6,7 +6,6 @@ module Api
 
     authorize_resource
 
-    around_action :api_call_handle_error
     load_resource :only => :show
 
     before_action :set_request_formats, :except => [:gpx_files]
index d311a18d24f14a1b3304bc3b8c7325272a805323..15cde9d6d606254168d41aed2fcca14da90f8f51 100644 (file)
@@ -4,7 +4,6 @@ module Api
     authorize_resource :class => false
 
     before_action :set_request_formats
-    around_action :api_call_handle_error, :api_call_timeout
 
     # Show the list of available API versions. This will replace the global
     # unversioned capabilities call in due course.
index 4099e16763f15554e7b33de5f35cffb7eb8885f9..27c4a1fcc7a319ce21e5e629aeeebbe9f81dc765 100644 (file)
@@ -6,8 +6,6 @@ module Api
     authorize_resource
 
     before_action :require_public_data, :only => [:create, :update, :delete]
-    around_action :api_call_handle_error, :api_call_timeout
-
     before_action :set_request_formats, :except => [:create, :update, :delete]
     before_action :check_rate_limit, :only => [:create, :update, :delete]
 
index ae1bc87554e0e0b1da81debd07cf7296df80d2d1..17c98fe8b657e4c52acf6133084a786110405d90 100644 (file)
@@ -3,6 +3,8 @@ class ApiController < ApplicationController
 
   before_action :check_api_readable
 
+  around_action :api_call_handle_error, :api_call_timeout
+
   private
 
   ##
@@ -47,19 +49,14 @@ class ApiController < ApplicationController
     end
   end
 
-  def authorize(realm = "Web Password", errormessage = "Couldn't authenticate you")
+  def authorize(errormessage = "Couldn't authenticate you")
     # make the current_user object from any auth sources we have
     setup_user_auth
 
     # handle authenticate pass/fail
     unless current_user
       # no auth, the user does not exist or the password was wrong
-      if Settings.basic_auth_support
-        response.headers["WWW-Authenticate"] = "Basic realm=\"#{realm}\""
-        render :plain => errormessage, :status => :unauthorized
-      else
-        render :plain => errormessage, :status => :forbidden
-      end
+      render :plain => errormessage, :status => :unauthorized
 
       false
     end
@@ -69,26 +66,19 @@ class ApiController < ApplicationController
     # Use capabilities from the oauth token if it exists and is a valid access token
     if doorkeeper_token&.accessible?
       ApiAbility.new(nil).merge(ApiCapability.new(doorkeeper_token))
-    elsif Authenticator.new(self, [:token]).allow?
-      ApiAbility.new(nil).merge(ApiCapability.new(current_token))
     else
       ApiAbility.new(current_user)
     end
   end
 
   def deny_access(_exception)
-    if doorkeeper_token || current_token
+    if doorkeeper_token
       set_locale
       report_error t("oauth.permissions.missing"), :forbidden
     elsif current_user
       head :forbidden
-    elsif Settings.basic_auth_support
-      realm = "Web Password"
-      errormessage = "Couldn't authenticate you"
-      response.headers["WWW-Authenticate"] = "Basic realm=\"#{realm}\""
-      render :plain => errormessage, :status => :unauthorized
     else
-      render :plain => errormessage, :status => :forbidden
+      head :unauthorized
     end
   end
 
@@ -105,32 +95,7 @@ class ApiController < ApplicationController
   def setup_user_auth
     logger.info " setup_user_auth"
     # try and setup using OAuth
-    if doorkeeper_token&.accessible?
-      self.current_user = User.find(doorkeeper_token.resource_owner_id)
-    elsif Authenticator.new(self, [:token]).allow?
-      if Settings.oauth_10a_support
-        # self.current_user setup by OAuth
-      else
-        report_error t("application.oauth_10a_disabled", :link => t("application.auth_disabled_link")), :forbidden
-        self.current_user = nil
-      end
-    else
-      username, passwd = auth_data # parse from headers
-      # authenticate per-scheme
-      self.current_user = if username.nil?
-                            nil # no authentication provided - perhaps first connect (client should retry after 401)
-                          else
-                            User.authenticate(:username => username, :password => passwd) # basic auth
-                          end
-      if username && current_user
-        if Settings.basic_auth_support
-          # log if we have authenticated using basic auth
-          logger.info "Authenticated as user #{current_user.id} using basic authentication"
-        else
-          report_error t("application.basic_auth_disabled", :link => t("application.auth_disabled_link")), :forbidden
-        end
-      end
-    end
+    self.current_user = User.find(doorkeeper_token.resource_owner_id) if doorkeeper_token&.accessible?
 
     # have we identified the user?
     if current_user
@@ -169,7 +134,7 @@ class ApiController < ApplicationController
     report_error message, :bad_request
   rescue OSM::APIError => e
     report_error e.message, e.status
-  rescue AbstractController::ActionNotFound => e
+  rescue AbstractController::ActionNotFound, CanCan::AccessDenied => e
     raise
   rescue StandardError => e
     logger.info("API threw unexpected #{e.class} exception: #{e.message}")
@@ -179,8 +144,8 @@ class ApiController < ApplicationController
 
   ##
   # wrap an api call in a timeout
-  def api_call_timeout(&block)
-    Timeout.timeout(Settings.api_timeout, &block)
+  def api_call_timeout(&)
+    Timeout.timeout(Settings.api_timeout, &)
   rescue ActionView::Template::Error => e
     e = e.cause
 
index c6223fb9d6228890ea86c6bc6420a14d58f2f9fe..7ce804ced01af000ada0560ee4f27f99046618ac 100644 (file)
@@ -86,10 +86,6 @@ class ApplicationController < ActionController::Base
     @oauth_token = current_user.oauth_token(Settings.oauth_application) if current_user && Settings.key?(:oauth_application)
   end
 
-  def require_oauth_10a_support
-    report_error t("application.oauth_10a_disabled", :link => t("application.auth_disabled_link")), :forbidden unless Settings.oauth_10a_support
-  end
-
   ##
   # require the user to have cookies enabled in their browser
   def require_cookies
@@ -219,21 +215,26 @@ class ApplicationController < ActionController::Base
 
   ##
   # wrap a web page in a timeout
-  def web_timeout(&block)
-    Timeout.timeout(Settings.web_timeout, &block)
+  def web_timeout(&)
+    raise Timeout::Error if Settings.web_timeout.negative?
+
+    Timeout.timeout(Settings.web_timeout, &)
   rescue ActionView::Template::Error => e
     e = e.cause
 
     if e.is_a?(Timeout::Error) ||
        (e.is_a?(ActiveRecord::StatementInvalid) && e.message.include?("execution expired"))
-      ActiveRecord::Base.connection.raw_connection.cancel
-      render :action => "timeout"
+      respond_to_timeout
     else
       raise
     end
   rescue Timeout::Error
+    respond_to_timeout
+  end
+
+  def respond_to_timeout
     ActiveRecord::Base.connection.raw_connection.cancel
-    render :action => "timeout"
+    render :action => "timeout", :status => :gateway_timeout
   end
 
   ##
@@ -297,7 +298,7 @@ class ApplicationController < ActionController::Base
   end
 
   def deny_access(_exception)
-    if doorkeeper_token || current_token
+    if doorkeeper_token
       set_locale
       report_error t("oauth.permissions.missing"), :forbidden
     elsif current_user
@@ -327,23 +328,6 @@ class ApplicationController < ActionController::Base
     end
   end
 
-  # extract authorisation credentials from headers, returns user = nil if none
-  def auth_data
-    if request.env.key? "X-HTTP_AUTHORIZATION" # where mod_rewrite might have put it
-      authdata = request.env["X-HTTP_AUTHORIZATION"].to_s.split
-    elsif request.env.key? "REDIRECT_X_HTTP_AUTHORIZATION" # mod_fcgi
-      authdata = request.env["REDIRECT_X_HTTP_AUTHORIZATION"].to_s.split
-    elsif request.env.key? "HTTP_AUTHORIZATION" # regular location
-      authdata = request.env["HTTP_AUTHORIZATION"].to_s.split
-    end
-    # only basic authentication supported
-    user, pass = Base64.decode64(authdata[1]).split(":", 2) if authdata && authdata[0] == "Basic"
-    [user, pass]
-  end
-
-  # override to stop oauth plugin sending errors
-  def invalid_oauth_response; end
-
   # clean any referer parameter
   def safe_referer(referer)
     begin
@@ -366,7 +350,7 @@ class ApplicationController < ActionController::Base
   end
 
   def scope_enabled?(scope)
-    doorkeeper_token&.includes_scope?(scope) || current_token&.includes_scope?(scope)
+    doorkeeper_token&.includes_scope?(scope)
   end
 
   helper_method :scope_enabled?
diff --git a/app/controllers/changeset_comments/feeds_controller.rb b/app/controllers/changeset_comments/feeds_controller.rb
new file mode 100644 (file)
index 0000000..fef48bb
--- /dev/null
@@ -0,0 +1,52 @@
+module ChangesetComments
+  class FeedsController < ApplicationController
+    before_action :authorize_web
+    before_action :set_locale
+
+    authorize_resource :changeset_comment
+
+    before_action -> { check_database_readable(:need_api => true) }
+    around_action :web_timeout
+
+    ##
+    # Get a feed of recent changeset comments
+    def show
+      if params[:changeset_id]
+        # Extract the arguments
+        changeset_id = params[:changeset_id].to_i
+
+        # Find the changeset
+        changeset = Changeset.find(changeset_id)
+
+        # Return comments for this changeset only
+        @comments = changeset.comments.includes(:author, :changeset).reverse_order.limit(comments_limit)
+      else
+        # Return comments
+        @comments = ChangesetComment.includes(:author, :changeset).where(:visible => true).order("created_at DESC").limit(comments_limit).preload(:changeset)
+      end
+
+      # Render the result
+      respond_to do |format|
+        format.rss
+      end
+    rescue OSM::APIBadUserInput
+      head :bad_request
+    end
+
+    private
+
+    ##
+    # Get the maximum number of comments to return
+    def comments_limit
+      if params[:limit]
+        if params[:limit].to_i.positive? && params[:limit].to_i <= 10000
+          params[:limit].to_i
+        else
+          raise OSM::APIBadUserInput, "Comments limit must be between 1 and 10000"
+        end
+      else
+        100
+      end
+    end
+  end
+end
diff --git a/app/controllers/changeset_comments_controller.rb b/app/controllers/changeset_comments_controller.rb
deleted file mode 100644 (file)
index 637ac7b..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-class ChangesetCommentsController < ApplicationController
-  before_action :authorize_web
-  before_action :set_locale
-
-  authorize_resource
-
-  before_action -> { check_database_readable(:need_api => true) }
-  around_action :web_timeout
-
-  ##
-  # Get a feed of recent changeset comments
-  def index
-    if params[:id]
-      # Extract the arguments
-      id = params[:id].to_i
-
-      # Find the changeset
-      changeset = Changeset.find(id)
-
-      # Return comments for this changeset only
-      @comments = changeset.comments.includes(:author, :changeset).reverse_order.limit(comments_limit)
-    else
-      # Return comments
-      @comments = ChangesetComment.includes(:author, :changeset).where(:visible => true).order("created_at DESC").limit(comments_limit).preload(:changeset)
-    end
-
-    # Render the result
-    respond_to do |format|
-      format.rss
-    end
-  rescue OSM::APIBadUserInput
-    head :bad_request
-  end
-
-  private
-
-  ##
-  # Get the maximum number of comments to return
-  def comments_limit
-    if params[:limit]
-      if params[:limit].to_i.positive? && params[:limit].to_i <= 10000
-        params[:limit].to_i
-      else
-        raise OSM::APIBadUserInput, "Comments limit must be between 1 and 10000"
-      end
-    else
-      100
-    end
-  end
-end
index a5ddaf364fe44ae48dafeaa5f0e9761830e2ee98..928f1c1ecf25724fa33fc9933eed9d49ded35bc4 100644 (file)
@@ -77,20 +77,32 @@ class ChangesetsController < ApplicationController
   def show
     @type = "changeset"
     @changeset = Changeset.find(params[:id])
-    @comments = if current_user&.moderator?
-                  @changeset.comments.unscope(:where => :visible).includes(:author)
-                else
-                  @changeset.comments.includes(:author)
-                end
-    @node_pages, @nodes = paginate(:old_nodes, :conditions => { :changeset_id => @changeset.id }, :per_page => 20, :parameter => "node_page")
-    @way_pages, @ways = paginate(:old_ways, :conditions => { :changeset_id => @changeset.id }, :per_page => 20, :parameter => "way_page")
-    @relation_pages, @relations = paginate(:old_relations, :conditions => { :changeset_id => @changeset.id }, :per_page => 20, :parameter => "relation_page")
-    if @changeset.user.active? && @changeset.user.data_public?
-      changesets = conditions_nonempty(@changeset.user.changesets)
-      @next_by_user = changesets.where("id > ?", @changeset.id).reorder(:id => :asc).first
-      @prev_by_user = changesets.where(:id => ...@changeset.id).reorder(:id => :desc).first
+    case turbo_frame_request_id
+    when "changeset_nodes"
+      @node_pages, @nodes = paginate(:old_nodes, :conditions => { :changeset_id => @changeset.id }, :order => [:node_id, :version], :per_page => 20, :parameter => "node_page")
+      render :partial => "elements", :locals => { :type => "node", :elements => @nodes, :pages => @node_pages }
+    when "changeset_ways"
+      @way_pages, @ways = paginate(:old_ways, :conditions => { :changeset_id => @changeset.id }, :order => [:way_id, :version], :per_page => 20, :parameter => "way_page")
+      render :partial => "elements", :locals => { :type => "way", :elements => @ways, :pages => @way_pages }
+    when "changeset_relations"
+      @relation_pages, @relations = paginate(:old_relations, :conditions => { :changeset_id => @changeset.id }, :order => [:relation_id, :version], :per_page => 20, :parameter => "relation_page")
+      render :partial => "elements", :locals => { :type => "relation", :elements => @relations, :pages => @relation_pages }
+    else
+      @comments = if current_user&.moderator?
+                    @changeset.comments.unscope(:where => :visible).includes(:author)
+                  else
+                    @changeset.comments.includes(:author)
+                  end
+      @node_pages, @nodes = paginate(:old_nodes, :conditions => { :changeset_id => @changeset.id }, :order => [:node_id, :version], :per_page => 20, :parameter => "node_page")
+      @way_pages, @ways = paginate(:old_ways, :conditions => { :changeset_id => @changeset.id }, :order => [:way_id, :version], :per_page => 20, :parameter => "way_page")
+      @relation_pages, @relations = paginate(:old_relations, :conditions => { :changeset_id => @changeset.id }, :order => [:relation_id, :version], :per_page => 20, :parameter => "relation_page")
+      if @changeset.user.active? && @changeset.user.data_public?
+        changesets = conditions_nonempty(@changeset.user.changesets)
+        @next_by_user = changesets.where("id > ?", @changeset.id).reorder(:id => :asc).first
+        @prev_by_user = changesets.where(:id => ...@changeset.id).reorder(:id => :desc).first
+      end
+      render :layout => map_layout
     end
-    render :layout => map_layout
   rescue ActiveRecord::RecordNotFound
     render :template => "browse/not_found", :status => :not_found, :layout => map_layout
   end
index 28305b5c3d55e2beed6c77cefbe6639532f42f2f..d79ed48d2ca742be14faad6db9f637b09dd247e4 100644 (file)
@@ -6,9 +6,10 @@ module UserMethods
   ##
   # ensure that there is a "user" instance variable
   def lookup_user
-    @user = User.active.find_by!(:display_name => params[:display_name])
+    display_name = params[:display_name] || params[:user_display_name]
+    @user = User.active.find_by!(:display_name => display_name)
   rescue ActiveRecord::RecordNotFound
-    render_unknown_user params[:display_name]
+    render_unknown_user display_name
   end
 
   ##
index ff6dfc826cbf67763889a8c9c490b87558a58c45..760c9a301248d5bba8ff9b03ca7540e2d31d875d 100644 (file)
@@ -71,6 +71,7 @@ class DiaryEntriesController < ApplicationController
     if @entry
       @title = t ".title", :user => params[:display_name], :title => @entry.title
       @opengraph_properties = {
+        "og:title" => @entry.title,
         "og:image" => @entry.body.image,
         "og:image:alt" => @entry.body.image_alt,
         "og:description" => @entry.body.description,
index ab54cbfd1b31f7dcd8fec56d4e23ec9c5c92908e..8f0c1ad859c4332eb46c81d82db4e28d6a8fe755 100644 (file)
@@ -20,7 +20,7 @@ class FriendshipsController < ApplicationController
       if current_user.friends_with?(@friend)
         flash[:warning] = t ".already_a_friend", :name => @friend.display_name
       elsif current_user.friendships.where(:created_at => Time.now.utc - 1.hour..).count >= current_user.max_friends_per_hour
-        flash.now[:error] = t ".limit_exceeded"
+        flash[:error] = t ".limit_exceeded"
       elsif friendship.save
         flash[:notice] = t ".success", :name => @friend.display_name
         UserMailer.friendship_notification(friendship).deliver_later
index c24054f77ff3adf4ab44073cea134c9748403b51..fe900d627e6e4cc4744e71a2a845798fb05c314e 100644 (file)
@@ -1,4 +1,6 @@
 class IssuesController < ApplicationController
+  include PaginationMethods
+
   layout "site"
 
   before_action :authorize_web
@@ -11,6 +13,8 @@ class IssuesController < ApplicationController
   before_action :check_database_writable, :only => [:resolve, :ignore, :reopen]
 
   def index
+    @params = params.permit(:before, :after, :limit, :status, :search_by_user, :issue_type, :last_updated_by)
+    @params[:limit] ||= 50
     @title = t ".title"
 
     @issue_types = []
@@ -18,17 +22,16 @@ class IssuesController < ApplicationController
     @issue_types.push("DiaryEntry", "DiaryComment", "User") if current_user.administrator?
 
     @users = User.joins(:roles).where(:user_roles => { :role => current_user.roles.map(&:role) }).distinct
-    @issues = Issue.visible_to(current_user).order(:updated_at => :desc)
+    @issues = Issue.visible_to(current_user)
 
     # If search
     if params[:search_by_user].present?
       @find_user = User.find_by(:display_name => params[:search_by_user])
-      if @find_user
-        @issues = @issues.where(:reported_user => @find_user)
-      else
-        @issues = @issues.none
-        flash.now[:warning] = t(".user_not_found")
-      end
+      @issues = if @find_user
+                  @issues.where(:reported_user => @find_user)
+                else
+                  @issues.none
+                end
     end
 
     @issues = @issues.where(:status => params[:status]) if params[:status].present?
@@ -39,6 +42,9 @@ class IssuesController < ApplicationController
       last_updated_by = params[:last_updated_by].to_s == "nil" ? nil : params[:last_updated_by].to_i
       @issues = @issues.where(:updated_by => last_updated_by)
     end
+
+    @issues, @newer_issues_id, @older_issues_id = get_page_items(@issues, :limit => @params[:limit])
+    render :partial => "page" if turbo_frame_request_id == "pagination"
   end
 
   def show
index 658c43483b2b872d80b1393a2bfb54b7c205cdb7..7d86796b1ff18f0a62303851cf2457238817e987 100644 (file)
@@ -88,6 +88,16 @@ class MessagesController < ApplicationController
 
       @title = @message.title
 
+      render :action => "new"
+    elsif message.sender == current_user
+      @message = Message.new(
+        :recipient => message.recipient,
+        :title => "Re: #{message.title.sub(/^Re:\s*/, '')}",
+        :body => "On #{message.sent_on} #{message.sender.display_name} wrote:\n\n#{message.body.gsub(/^/, '> ')}"
+      )
+
+      @title = @message.title
+
       render :action => "new"
     else
       flash[:notice] = t ".wrong_user", :user => current_user.display_name
index 26d27692e5cd5804386aca35191e68e26bbd7dbe..c47a3abfb9a1e3d605b0fb3e7d92cc072de6fffa 100644 (file)
@@ -18,12 +18,13 @@ class NotesController < ApplicationController
   def index
     param! :page, Integer, :min => 1
 
-    @params = params.permit(:display_name)
+    @params = params.permit(:display_name, :status)
     @title = t ".title", :user => @user.display_name
     @page = (params[:page] || 1).to_i
     @page_size = 10
     @notes = @user.notes
     @notes = @notes.visible unless current_user&.moderator?
+    @notes = @notes.where(:status => params[:status]) unless params[:status] == "all" || params[:status].blank?
     @notes = @notes.order("updated_at DESC, id").distinct.offset((@page - 1) * @page_size).limit(@page_size).preload(:comments => :author)
 
     render :layout => "site"
diff --git a/app/controllers/oauth_clients_controller.rb b/app/controllers/oauth_clients_controller.rb
deleted file mode 100644 (file)
index 42b0921..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-class OauthClientsController < ApplicationController
-  layout "site"
-
-  before_action :authorize_web
-  before_action :set_locale
-
-  authorize_resource :class => ClientApplication
-
-  def index
-    @client_applications = current_user.client_applications
-    @tokens = current_user.oauth_tokens.authorized
-  end
-
-  def show
-    @client_application = current_user.client_applications.find(params[:id])
-  rescue ActiveRecord::RecordNotFound
-    @type = "client application"
-    render :action => "not_found", :status => :not_found
-  end
-
-  def new
-    if Settings.oauth_10_registration
-      @client_application = ClientApplication.new
-    else
-      flash[:error] = t ".disabled"
-      redirect_to :action => "index"
-    end
-  end
-
-  def edit
-    @client_application = current_user.client_applications.find(params[:id])
-  rescue ActiveRecord::RecordNotFound
-    @type = "client application"
-    render :action => "not_found", :status => :not_found
-  end
-
-  def create
-    @client_application = current_user.client_applications.build(application_params)
-    if @client_application.save
-      flash[:notice] = t ".flash"
-      redirect_to :action => "show", :id => @client_application.id
-    else
-      render :action => "new"
-    end
-  end
-
-  def update
-    @client_application = current_user.client_applications.find(params[:id])
-    if @client_application.update(application_params)
-      flash[:notice] = t ".flash"
-      redirect_to :action => "show", :id => @client_application.id
-    else
-      render :action => "edit"
-    end
-  rescue ActiveRecord::RecordNotFound
-    @type = "client application"
-    render :action => "not_found", :status => :not_found
-  end
-
-  def destroy
-    @client_application = current_user.client_applications.find(params[:id])
-    @client_application.destroy
-    flash[:notice] = t ".flash"
-    redirect_to :action => "index"
-  rescue ActiveRecord::RecordNotFound
-    @type = "client application"
-    render :action => "not_found", :status => :not_found
-  end
-
-  private
-
-  def application_params
-    params.require(:client_application).permit(:name, :url, :callback_url, :support_url, ClientApplication.all_permissions)
-  end
-end
diff --git a/app/controllers/oauth_controller.rb b/app/controllers/oauth_controller.rb
deleted file mode 100644 (file)
index 62a68b5..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-class OauthController < ApplicationController
-  include OAuth::Controllers::ProviderController
-
-  # The ProviderController will call login_required for any action that needs
-  # a login, but we want to check authorization on every action.
-  authorize_resource :class => false
-
-  before_action :require_oauth_10a_support
-
-  layout "site"
-
-  allow_all_form_action :only => :oauth1_authorize
-
-  def revoke
-    @token = current_user.oauth_tokens.find_by :token => params[:token]
-    if @token
-      @token.invalidate!
-      flash[:notice] = t(".flash", :application => @token.client_application.name)
-    end
-    redirect_to oauth_clients_url(:display_name => @token.user.display_name)
-  end
-
-  protected
-
-  def login_required
-    authorize_web
-    set_locale
-  end
-
-  def user_authorizes_token?
-    any_auth = false
-
-    @token.client_application.permissions.each do |pref|
-      if params[pref].to_i.nonzero?
-        @token.write_attribute(pref, true)
-        any_auth ||= true
-      else
-        @token.write_attribute(pref, false)
-      end
-    end
-
-    any_auth
-  end
-
-  def oauth1_authorize
-    if @token.invalidated?
-      @message = t "oauth.authorize_failure.invalid"
-      render :action => "authorize_failure"
-    elsif request.post?
-      if user_authorizes_token?
-        @token.authorize!(current_user)
-        callback_url = if @token.oauth10?
-                         params[:oauth_callback] || @token.client_application.callback_url
-                       else
-                         @token.oob? ? @token.client_application.callback_url : @token.callback_url
-                       end
-        @redirect_url = URI.parse(callback_url) if callback_url.present?
-
-        if @redirect_url.to_s.blank?
-          render :action => "authorize_success"
-        else
-          @redirect_url.query = if @redirect_url.query.blank?
-                                  "oauth_token=#{@token.token}"
-                                else
-                                  @redirect_url.query +
-                                    "&oauth_token=#{@token.token}"
-                                end
-
-          @redirect_url.query += "&oauth_verifier=#{@token.verifier}" unless @token.oauth10?
-
-          redirect_to @redirect_url.to_s, :allow_other_host => true
-        end
-      else
-        @token.invalidate!
-        @message = t("oauth.authorize_failure.denied", :app_name => @token.client_application.name)
-        render :action => "authorize_failure"
-      end
-    end
-  end
-end
index a3e6f42f03db4b172607bc26285d6c79c3b0ee8b..abbaf5e921e45aedf89e60d7057023b9a0374143 100644 (file)
@@ -20,7 +20,7 @@ class SessionsController < ApplicationController
   end
 
   def create
-    session[:remember_me] ||= params[:remember_me]
+    session[:remember_me] = params[:remember_me] == "yes"
 
     referer = safe_referer(params[:referer]) if params[:referer]
 
index 02b553d0a89814d944ddbeb5e5791f549f809a66..d723bac5b73b634f62d32e99ae6337f8e41c3916 100644 (file)
@@ -143,7 +143,7 @@ class TracesController < ApplicationController
       flash[:notice] = t ".updated"
       redirect_to :action => "show", :display_name => current_user.display_name
     else
-      @title = t ".title", :name => @trace.name
+      @title = t "traces.edit.title", :name => @trace.name
       render :action => "edit"
     end
   rescue ActiveRecord::RecordNotFound
index 6bf86de3fa6b0387379923aa7efce96cadd14cd1..d427e5fa515bee1b2a4454cc1b1624a112d794cf 100644 (file)
@@ -25,11 +25,11 @@ class UserBlocksController < ApplicationController
     @show_user_name = true
     @show_creator_name = true
 
-    render :partial => "blocks" if turbo_frame_request_id == "pagination"
+    render :partial => "page" if turbo_frame_request_id == "pagination"
   end
 
   def show
-    if current_user && current_user == @user_block.user
+    if current_user && current_user == @user_block.user && !@user_block.deactivates_at
       @user_block.needs_view = false
       @user_block.deactivates_at = [@user_block.ends_at, Time.now.utc].max
       @user_block.save!
@@ -71,7 +71,7 @@ class UserBlocksController < ApplicationController
   def update
     if @valid_params
       if cannot?(:update, @user_block)
-        flash[:error] = t(@user_block.revoker ? ".only_creator_or_revoker_can_edit" : ".only_creator_can_edit")
+        flash[:error] = @user_block.revoker ? t(".only_creator_or_revoker_can_edit") : t(".only_creator_can_edit")
         redirect_to :action => "edit"
       else
         user_block_was_active = @user_block.active?
@@ -127,7 +127,7 @@ class UserBlocksController < ApplicationController
     @show_user_name = false
     @show_creator_name = true
 
-    render :partial => "blocks" if turbo_frame_request_id == "pagination"
+    render :partial => "page" if turbo_frame_request_id == "pagination"
   end
 
   ##
@@ -142,7 +142,7 @@ class UserBlocksController < ApplicationController
     @show_user_name = true
     @show_creator_name = false
 
-    render :partial => "blocks" if turbo_frame_request_id == "pagination"
+    render :partial => "page" if turbo_frame_request_id == "pagination"
   end
 
   private
index 469b2c40b626845191e7a5265e873c340da7c4f4..912453be8772891d4dcd3eed0e3b4685295cf509 100644 (file)
@@ -9,15 +9,15 @@ class UserRolesController < ApplicationController
 
   before_action :lookup_user
   before_action :require_valid_role
-  before_action :not_in_role, :only => [:grant]
-  before_action :in_role, :only => [:revoke]
+  before_action :not_in_role, :only => :create
+  before_action :in_role, :only => :destroy
 
-  def grant
+  def create
     @user.roles.create(:role => @role, :granter => current_user)
     redirect_to user_path(@user)
   end
 
-  def revoke
+  def destroy
     # checks that administrator role is not revoked from current user
     if current_user == @user && @role == "administrator"
       flash[:error] = t("user_role.filter.not_revoke_admin_current_user")
index 4ebeb1ec3a271f9139fb6932b77d00d1a49cb514..63a83ad1da8ad9803c3980ade89dbe0755398bea 100644 (file)
@@ -36,9 +36,11 @@ class UsersController < ApplicationController
 
       users = User.all
       users = users.where(:status => @params[:status]) if @params[:status]
-      users = users.where(:creation_ip => @params[:ip]) if @params[:ip]
+      users = users.where(:creation_address => @params[:ip]) if @params[:ip]
+
+      @users_count = users.limit(501).count
+      @users_count = I18n.t("count.at_least_pattern", :count => 500) if @users_count > 500
 
-      @users_count = users.count
       @users, @newer_users_id, @older_users_id = get_page_items(users, :limit => 50)
 
       render :partial => "page" if turbo_frame_request_id == "pagination"
@@ -266,7 +268,7 @@ class UsersController < ApplicationController
   def save_new_user(email_hmac, referer = nil)
     current_user.data_public = true
     current_user.description = "" if current_user.description.nil?
-    current_user.creation_ip = request.remote_ip
+    current_user.creation_address = request.remote_ip
     current_user.languages = http_accept_language.user_preferred_languages
     current_user.terms_agreed = Time.now.utc
     current_user.tou_agreed = Time.now.utc
index c8fc8245c5e29e61bd5363c0bbde3aff7b31e3b0..69a8f8fa2e57eb5b76a717f98506c5f4752c33da 100644 (file)
@@ -44,9 +44,9 @@ module BrowseHelper
     t "printable_name.version", :version => object.version
   end
 
-  def element_strikethrough(object, &block)
+  def element_strikethrough(object, &)
     if object.redacted? || !object.visible?
-      tag.s(&block)
+      tag.s(&)
     else
       yield
     end
@@ -70,14 +70,14 @@ module BrowseHelper
     "nofollow" if object.tags.empty?
   end
 
-  def type_and_paginated_count(type, pages)
+  def type_and_paginated_count(type, pages, selected_page = pages.current_page)
     if pages.page_count == 1
       t ".#{type.pluralize}",
         :count => pages.item_count
     else
       t ".#{type.pluralize}_paginated",
-        :x => pages.current_page.first_item,
-        :y => pages.current_page.last_item,
+        :x => selected_page.first_item,
+        :y => selected_page.last_item,
         :count => pages.item_count
     end
   end
@@ -86,21 +86,21 @@ module BrowseHelper
     max_width_for_default_padding = 35
 
     width = 0
-    pagination_items(pages, {}).each do |body|
+    pagination_items(pages, {}).each do |(body)|
       width += 2 # padding width
       width += body.length
     end
     link_classes = ["page-link", { "px-1" => width > max_width_for_default_padding }]
 
-    tag.ul :class => "pagination pagination-sm mb-1 ms-auto" do
-      pagination_items(pages, {}).each do |body, n|
-        linked = !(n.is_a? String)
+    tag.ul :class => "pagination pagination-sm mb-2" do
+      pagination_items(pages, {}).each do |body, page_or_class|
+        linked = !(page_or_class.is_a? String)
         link = if linked
-                 link_to body, url_for(page_param => n), :class => link_classes
+                 link_to body, url_for(page_param => page_or_class.number), :class => link_classes, **yield(page_or_class)
                else
                  tag.span body, :class => link_classes
                end
-        concat tag.li link, :class => ["page-item", { n => !linked }]
+        concat tag.li link, :class => ["page-item", { page_or_class => !linked }]
       end
     end
   end
index cde848e5d13762ac718431632aaf44c597c3bf54..a496268e49909c7381cec21ec2729c15dfc4aeb4 100644 (file)
@@ -4,7 +4,7 @@ module OpenGraphHelper
   def opengraph_tags(title, properties)
     tags = {
       "og:site_name" => t("layouts.project_name.title"),
-      "og:title" => title || t("layouts.project_name.title"),
+      "og:title" => properties["og:title"] || title || t("layouts.project_name.title"),
       "og:type" => "website",
       "og:url" => url_for(:only_path => false),
       "og:description" => properties["og:description"] || t("layouts.intro_text")
index 0831cde6e21e316759c9a0a8546979b053f38445..e00a2253f7ded7898bf68fda69437d10c4d8470e 100644 (file)
@@ -60,7 +60,7 @@ module UserHelper
                 :size => "36"),
       auth_path(options.merge(:provider => provider)),
       :method => :post,
-      :class => "auth_button btn btn-light p-2",
+      :class => "auth_button btn btn-outline-secondary border p-2",
       :title => t("application.auth_providers.#{provider}.title")
     )
   end
index e5d6e39aca4a6259f95a92c1ed2c873d63877ed0..d47827074afd0c939facc643d5b246e5233df517 100644 (file)
@@ -18,10 +18,10 @@ module UserMailerHelper
     )
   end
 
-  def message_body(&block)
+  def message_body(&)
     render(
       :partial => "message_body",
-      :locals => { :body => capture(&block) }
+      :locals => { :body => capture(&) }
     )
   end
 
index e839c0ae65f27f5af07df0d03b43f046914800a5..02017bdb9fff76497dfb3693943435bf7b6f19fa 100644 (file)
@@ -7,12 +7,12 @@ module UserRolesHelper
     if current_user&.administrator?
       if user.role?(role)
         link_to role_icon_svg_tag(role, false, t("users.show.role.revoke.#{role}")),
-                revoke_role_path(user, role),
-                :method => :post,
+                user_role_path(user, role),
+                :method => :delete,
                 :data => { :confirm => t("user_role.revoke.are_you_sure", :name => user.display_name, :role => role) }
       else
         link_to role_icon_svg_tag(role, true, t("users.show.role.grant.#{role}")),
-                grant_role_path(user, role),
+                user_role_path(user, role),
                 :method => :post,
                 :data => { :confirm => t("user_role.grant.are_you_sure", :name => user.display_name, :role => role) }
       end
index 940dd6c7907a39972ff2f261d2091438e1d7c565..48285cbc1ebd60273f108cdf526f8eba5e7a6b8c 100644 (file)
@@ -10,6 +10,10 @@ class TraceImporterJob < ApplicationJob
       UserMailer.gpx_failure(trace, "0 points parsed ok. Do they all have lat,lng,alt,timestamp?").deliver
       trace.destroy
     end
+  rescue XML::Error => e
+    logger.info e.to_s
+    UserMailer.gpx_failure(trace, e).deliver
+    trace.destroy
   rescue StandardError => e
     logger.info e.to_s
     e.backtrace.each { |l| logger.info l }
index 86e77703b697569f021e281e575349c8595753b2..dee3dafbed35562ab865f11c64fcad4d61e8a067 100644 (file)
@@ -247,8 +247,8 @@ class UserMailer < ApplicationMailer
     end
   end
 
-  def with_recipient_locale(recipient, &block)
-    I18n.with_locale(Locale.available.preferred(recipient.preferred_languages), &block)
+  def with_recipient_locale(recipient, &)
+    I18n.with_locale(Locale.available.preferred(recipient.preferred_languages), &)
   end
 
   def from_address(name, type, id, token, user_id = nil)
diff --git a/app/models/access_token.rb b/app/models/access_token.rb
deleted file mode 100644 (file)
index d2c0dba..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-# == Schema Information
-#
-# Table name: oauth_tokens
-#
-#  id                    :integer          not null, primary key
-#  user_id               :integer
-#  type                  :string(20)
-#  client_application_id :integer
-#  token                 :string(50)
-#  secret                :string(50)
-#  authorized_at         :datetime
-#  invalidated_at        :datetime
-#  created_at            :datetime
-#  updated_at            :datetime
-#  allow_read_prefs      :boolean          default(FALSE), not null
-#  allow_write_prefs     :boolean          default(FALSE), not null
-#  allow_write_diary     :boolean          default(FALSE), not null
-#  allow_write_api       :boolean          default(FALSE), not null
-#  allow_read_gpx        :boolean          default(FALSE), not null
-#  allow_write_gpx       :boolean          default(FALSE), not null
-#  callback_url          :string
-#  verifier              :string(20)
-#  scope                 :string
-#  valid_to              :datetime
-#  allow_write_notes     :boolean          default(FALSE), not null
-#
-# Indexes
-#
-#  index_oauth_tokens_on_token    (token) UNIQUE
-#  index_oauth_tokens_on_user_id  (user_id)
-#
-# Foreign Keys
-#
-#  oauth_tokens_client_application_id_fkey  (client_application_id => client_applications.id)
-#  oauth_tokens_user_id_fkey                (user_id => users.id)
-#
-
-class AccessToken < OauthToken
-  belongs_to :user, :optional => true
-  belongs_to :client_application, :optional => true
-
-  scope :valid, -> { where(:invalidated_at => nil) }
-
-  validates :user, :secret, :presence => true
-
-  before_create :set_authorized_at
-
-  def includes_scope?(scope)
-    self[:"allow_#{scope}"]
-  end
-
-  protected
-
-  def set_authorized_at
-    self.authorized_at = Time.now.utc
-  end
-end
diff --git a/app/models/client_application.rb b/app/models/client_application.rb
deleted file mode 100644 (file)
index d9d6b2d..0000000
+++ /dev/null
@@ -1,109 +0,0 @@
-# == Schema Information
-#
-# Table name: client_applications
-#
-#  id                :integer          not null, primary key
-#  name              :string
-#  url               :string
-#  support_url       :string
-#  callback_url      :string
-#  key               :string(50)
-#  secret            :string(50)
-#  user_id           :integer
-#  created_at        :datetime
-#  updated_at        :datetime
-#  allow_read_prefs  :boolean          default(FALSE), not null
-#  allow_write_prefs :boolean          default(FALSE), not null
-#  allow_write_diary :boolean          default(FALSE), not null
-#  allow_write_api   :boolean          default(FALSE), not null
-#  allow_read_gpx    :boolean          default(FALSE), not null
-#  allow_write_gpx   :boolean          default(FALSE), not null
-#  allow_write_notes :boolean          default(FALSE), not null
-#
-# Indexes
-#
-#  index_client_applications_on_key      (key) UNIQUE
-#  index_client_applications_on_user_id  (user_id)
-#
-# Foreign Keys
-#
-#  client_applications_user_id_fkey  (user_id => users.id)
-#
-
-class ClientApplication < ApplicationRecord
-  belongs_to :user, :optional => true
-  has_many :tokens, :class_name => "OauthToken", :dependent => :delete_all
-  has_many :access_tokens
-  has_many :oauth2_verifiers
-  has_many :oauth_tokens
-
-  validates :key, :presence => true, :uniqueness => true
-  validates :name, :url, :secret, :presence => true
-  validates :url, :format => /\A#{URI::DEFAULT_PARSER.make_regexp(%w[http https])}\z/
-  validates :support_url, :allow_blank => true, :format => /\A#{URI::DEFAULT_PARSER.make_regexp(%w[http https])}\z/
-  validates :callback_url, :allow_blank => true, :format => /\A#{URI::DEFAULT_PARSER.make_regexp}\z/
-
-  before_validation :generate_keys, :on => :create
-
-  attr_accessor :token_callback_url
-
-  def self.find_token(token_key)
-    token = OauthToken.includes(:client_application).find_by(:token => token_key)
-    token if token&.authorized?
-  end
-
-  def self.verify_request(request, options = {}, &block)
-    signature = OAuth::Signature.build(request, options, &block)
-    return false unless OauthNonce.remember(signature.request.nonce, signature.request.timestamp)
-
-    signature.verify
-  rescue OAuth::Signature::UnknownSignatureMethod
-    false
-  end
-
-  def self.all_permissions
-    Oauth.scopes.collect { |s| :"allow_#{s.name}" }
-  end
-
-  def oauth_server
-    @oauth_server ||= OAuth::Server.new("https://#{Settings.server_url}")
-  end
-
-  def credentials
-    @credentials ||= OAuth::Consumer.new(key, secret)
-  end
-
-  def create_request_token(_params = {})
-    params = { :client_application => self, :callback_url => token_callback_url }
-    permissions.each do |p|
-      params[p] = true
-    end
-    RequestToken.create(params)
-  end
-
-  def access_token_for_user(user)
-    unless token = access_tokens.valid.find_by(:user_id => user)
-      params = { :user => user }
-
-      permissions.each do |p|
-        params[p] = true
-      end
-
-      token = access_tokens.create(params)
-    end
-
-    token
-  end
-
-  # the permissions that this client would like from the user
-  def permissions
-    ClientApplication.all_permissions.select { |p| self[p] }
-  end
-
-  protected
-
-  def generate_keys
-    self.key = OAuth::Helper.generate_key(40)[0, 40]
-    self.secret = OAuth::Helper.generate_key(40)[0, 40]
-  end
-end
index 825336d16e684ac25fb15c5f4f3294cd652d281d..1bec9a33cfa05968c040904182ab12b14e8e588f 100644 (file)
@@ -199,10 +199,6 @@ class Node < ApplicationRecord
     save_with_history!
   end
 
-  def tags_as_hash
-    tags
-  end
-
   def tags
     @tags ||= node_tags.to_h { |t| [t.k, t.v] }
   end
index 0b0597434f0fa5842f31862da19bdf9ec1711da6..6d8ca078fa42e1d12e1652e3795a1e32caf02c26 100644 (file)
@@ -23,6 +23,8 @@ class Note < ApplicationRecord
 
   has_many :comments, -> { left_joins(:author).where(:visible => true, :users => { :status => [nil, "active", "confirmed"] }).order(:created_at) }, :class_name => "NoteComment", :foreign_key => :note_id
   has_many :all_comments, -> { left_joins(:author).order(:created_at) }, :class_name => "NoteComment", :foreign_key => :note_id, :inverse_of => :note
+  has_many :subscriptions, :class_name => "NoteSubscription"
+  has_many :subscribers, :through => :subscriptions, :source => :user
 
   validates :id, :uniqueness => true, :presence => { :on => :update },
                  :numericality => { :on => :update, :only_integer => true }
diff --git a/app/models/note_subscription.rb b/app/models/note_subscription.rb
new file mode 100644 (file)
index 0000000..76e8a22
--- /dev/null
@@ -0,0 +1,20 @@
+# == Schema Information
+#
+# Table name: note_subscriptions
+#
+#  user_id :bigint(8)        not null, primary key
+#  note_id :bigint(8)        not null, primary key
+#
+# Indexes
+#
+#  index_note_subscriptions_on_note_id  (note_id)
+#
+# Foreign Keys
+#
+#  fk_rails_...  (note_id => notes.id)
+#  fk_rails_...  (user_id => users.id)
+#
+class NoteSubscription < ApplicationRecord
+  belongs_to :user
+  belongs_to :note
+end
diff --git a/app/models/oauth2_token.rb b/app/models/oauth2_token.rb
deleted file mode 100644 (file)
index 3435b25..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-# == Schema Information
-#
-# Table name: oauth_tokens
-#
-#  id                    :integer          not null, primary key
-#  user_id               :integer
-#  type                  :string(20)
-#  client_application_id :integer
-#  token                 :string(50)
-#  secret                :string(50)
-#  authorized_at         :datetime
-#  invalidated_at        :datetime
-#  created_at            :datetime
-#  updated_at            :datetime
-#  allow_read_prefs      :boolean          default(FALSE), not null
-#  allow_write_prefs     :boolean          default(FALSE), not null
-#  allow_write_diary     :boolean          default(FALSE), not null
-#  allow_write_api       :boolean          default(FALSE), not null
-#  allow_read_gpx        :boolean          default(FALSE), not null
-#  allow_write_gpx       :boolean          default(FALSE), not null
-#  callback_url          :string
-#  verifier              :string(20)
-#  scope                 :string
-#  valid_to              :datetime
-#  allow_write_notes     :boolean          default(FALSE), not null
-#
-# Indexes
-#
-#  index_oauth_tokens_on_token    (token) UNIQUE
-#  index_oauth_tokens_on_user_id  (user_id)
-#
-# Foreign Keys
-#
-#  oauth_tokens_client_application_id_fkey  (client_application_id => client_applications.id)
-#  oauth_tokens_user_id_fkey                (user_id => users.id)
-#
-
-class Oauth2Token < AccessToken
-  attr_accessor :state
-
-  def as_json(_options = {})
-    d = { :access_token => token, :token_type => "bearer" }
-    d[:expires_in] = expires_in if expires_at
-    d
-  end
-
-  def to_query
-    q = "access_token=#{token}&token_type=bearer"
-    q << "&state=#{CGI.escape(state)}" if @state
-    q << "&expires_in=#{expires_in}" if expires_at
-    q << "&scope=#{CGI.escape(scope)}" if scope
-    q
-  end
-
-  def expires_in
-    expires_at.to_i - Time.now.to_i
-  end
-end
diff --git a/app/models/oauth2_verifier.rb b/app/models/oauth2_verifier.rb
deleted file mode 100644 (file)
index 1613eab..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-# == Schema Information
-#
-# Table name: oauth_tokens
-#
-#  id                    :integer          not null, primary key
-#  user_id               :integer
-#  type                  :string(20)
-#  client_application_id :integer
-#  token                 :string(50)
-#  secret                :string(50)
-#  authorized_at         :datetime
-#  invalidated_at        :datetime
-#  created_at            :datetime
-#  updated_at            :datetime
-#  allow_read_prefs      :boolean          default(FALSE), not null
-#  allow_write_prefs     :boolean          default(FALSE), not null
-#  allow_write_diary     :boolean          default(FALSE), not null
-#  allow_write_api       :boolean          default(FALSE), not null
-#  allow_read_gpx        :boolean          default(FALSE), not null
-#  allow_write_gpx       :boolean          default(FALSE), not null
-#  callback_url          :string
-#  verifier              :string(20)
-#  scope                 :string
-#  valid_to              :datetime
-#  allow_write_notes     :boolean          default(FALSE), not null
-#
-# Indexes
-#
-#  index_oauth_tokens_on_token    (token) UNIQUE
-#  index_oauth_tokens_on_user_id  (user_id)
-#
-# Foreign Keys
-#
-#  oauth_tokens_client_application_id_fkey  (client_application_id => client_applications.id)
-#  oauth_tokens_user_id_fkey                (user_id => users.id)
-#
-
-class Oauth2Verifier < OauthToken
-  validates :user, :presence => true, :associated => true
-
-  attr_accessor :state
-
-  def exchange!(_params = {})
-    OauthToken.transaction do
-      token = Oauth2Token.create! :user => user, :client_application => client_application, :scope => scope
-      invalidate!
-      token
-    end
-  end
-
-  def code
-    token
-  end
-
-  def redirect_url
-    callback_url
-  end
-
-  def to_query
-    q = "code=#{token}"
-    q << "&state=#{CGI.escape(state)}" if @state
-    q
-  end
-
-  protected
-
-  def generate_keys
-    self.token = OAuth::Helper.generate_key(20)[0, 20]
-    self.expires_at = 10.minutes.from_now
-    self.authorized_at = Time.now.utc
-  end
-end
diff --git a/app/models/oauth_nonce.rb b/app/models/oauth_nonce.rb
deleted file mode 100644 (file)
index e08121c..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# == Schema Information
-#
-# Table name: oauth_nonces
-#
-#  id         :bigint(8)        not null, primary key
-#  nonce      :string
-#  timestamp  :integer
-#  created_at :datetime
-#  updated_at :datetime
-#
-# Indexes
-#
-#  index_oauth_nonces_on_nonce_and_timestamp  (nonce,timestamp) UNIQUE
-#
-
-# Simple store of nonces. The OAuth Spec requires that any given pair of nonce and timestamps are unique.
-# Thus you can use the same nonce with a different timestamp and viceversa.
-class OauthNonce < ApplicationRecord
-  validates :timestamp, :presence => true
-  validates :nonce, :presence => true, :uniqueness => { :scope => :timestamp }
-
-  # Remembers a nonce and it's associated timestamp. It returns false if it has already been used
-  def self.remember(nonce, timestamp)
-    return false if Time.now.to_i - timestamp.to_i > 86400
-
-    oauth_nonce = OauthNonce.create(:nonce => nonce, :timestamp => timestamp.to_i)
-    return false if oauth_nonce.new_record?
-
-    oauth_nonce
-  end
-end
diff --git a/app/models/oauth_token.rb b/app/models/oauth_token.rb
deleted file mode 100644 (file)
index ae15dc6..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-# == Schema Information
-#
-# Table name: oauth_tokens
-#
-#  id                    :integer          not null, primary key
-#  user_id               :integer
-#  type                  :string(20)
-#  client_application_id :integer
-#  token                 :string(50)
-#  secret                :string(50)
-#  authorized_at         :datetime
-#  invalidated_at        :datetime
-#  created_at            :datetime
-#  updated_at            :datetime
-#  allow_read_prefs      :boolean          default(FALSE), not null
-#  allow_write_prefs     :boolean          default(FALSE), not null
-#  allow_write_diary     :boolean          default(FALSE), not null
-#  allow_write_api       :boolean          default(FALSE), not null
-#  allow_read_gpx        :boolean          default(FALSE), not null
-#  allow_write_gpx       :boolean          default(FALSE), not null
-#  callback_url          :string
-#  verifier              :string(20)
-#  scope                 :string
-#  valid_to              :datetime
-#  allow_write_notes     :boolean          default(FALSE), not null
-#
-# Indexes
-#
-#  index_oauth_tokens_on_token    (token) UNIQUE
-#  index_oauth_tokens_on_user_id  (user_id)
-#
-# Foreign Keys
-#
-#  oauth_tokens_client_application_id_fkey  (client_application_id => client_applications.id)
-#  oauth_tokens_user_id_fkey                (user_id => users.id)
-#
-
-class OauthToken < ApplicationRecord
-  belongs_to :client_application, :optional => true
-  belongs_to :user, :optional => true
-
-  scope :authorized, -> { where("authorized_at IS NOT NULL and invalidated_at IS NULL") }
-
-  validates :token, :presence => true, :uniqueness => true
-  validates :user, :associated => true
-  validates :client_application, :presence => true
-
-  before_validation :generate_keys, :on => :create
-
-  def invalidated?
-    invalidated_at != nil
-  end
-
-  def invalidate!
-    update(:invalidated_at => Time.now.utc)
-  end
-
-  def authorized?
-    !authorized_at.nil? && !invalidated?
-  end
-
-  def to_query
-    "oauth_token=#{token}&oauth_token_secret=#{secret}"
-  end
-
-  protected
-
-  def generate_keys
-    self.token = OAuth::Helper.generate_key(40)[0, 40]
-    self.secret = OAuth::Helper.generate_key(40)[0, 40]
-  end
-end
index b323f0b4f0eb65bef77b0750008d6a3d95d326cf..f29eed9dda9cbaf7d3532fde9cd22432eca08b1f 100644 (file)
@@ -47,7 +47,7 @@ class OldNode < ApplicationRecord
   belongs_to :redaction, :optional => true
   belongs_to :current_node, :class_name => "Node", :foreign_key => "node_id", :inverse_of => :old_nodes
 
-  has_many :old_tags, :class_name => "OldNodeTag", :query_constraints => [:node_id, :version], :inverse_of => :old_node
+  has_many :old_tags, :class_name => "OldNodeTag", :foreign_key => [:node_id, :version], :inverse_of => :old_node
 
   def validate_position
     errors.add(:base, "Node is not in the world") unless in_world?
@@ -85,10 +85,6 @@ class OldNode < ApplicationRecord
 
   attr_writer :tags
 
-  def tags_as_hash
-    tags
-  end
-
   # Pretend we're not in any ways
   def ways
     []
index 8f632a6713a04eccc5bc8c1bb8873e8b42698b16..503ecf27adaee5820f6b53bb003e3272531b3e20 100644 (file)
@@ -15,7 +15,7 @@
 class OldNodeTag < ApplicationRecord
   self.table_name = "node_tags"
 
-  belongs_to :old_node, :query_constraints => [:node_id, :version], :inverse_of => :old_tags
+  belongs_to :old_node, :foreign_key => [:node_id, :version], :inverse_of => :old_tags
 
   validates :old_node, :associated => true
   validates :k, :v, :allow_blank => true, :length => { :maximum => 255 }, :characters => true
index 7d5a3fbb4096e3c8e077a9595d8ec067ef969638..9f551d839fc2c57be000f37f67ccd952ec9a313c 100644 (file)
@@ -31,8 +31,8 @@ class OldRelation < ApplicationRecord
   belongs_to :redaction, :optional => true
   belongs_to :current_relation, :class_name => "Relation", :foreign_key => "relation_id", :inverse_of => :old_relations
 
-  has_many :old_members, -> { order(:sequence_id) }, :class_name => "OldRelationMember", :query_constraints => [:relation_id, :version], :inverse_of => :old_relation
-  has_many :old_tags, :class_name => "OldRelationTag", :query_constraints => [:relation_id, :version], :inverse_of => :old_relation
+  has_many :old_members, -> { order(:sequence_id) }, :class_name => "OldRelationMember", :foreign_key => [:relation_id, :version], :inverse_of => :old_relation
+  has_many :old_tags, :class_name => "OldRelationTag", :foreign_key => [:relation_id, :version], :inverse_of => :old_relation
 
   validates :changeset, :associated => true
   validates :timestamp, :presence => true
index 5a11566059c94c5479018928e3a6096567805a71..6d5aaf5c9653861db673981fd73b5eb5fcba12c6 100644 (file)
@@ -21,7 +21,7 @@
 class OldRelationMember < ApplicationRecord
   self.table_name = "relation_members"
 
-  belongs_to :old_relation, :query_constraints => [:relation_id, :version], :inverse_of => :old_members
+  belongs_to :old_relation, :foreign_key => [:relation_id, :version], :inverse_of => :old_members
   # A bit messy, referring to the current tables, should do for the data browser for now
   belongs_to :member, :polymorphic => true
 
index 31399c00d1dafefa296610403408b55bd918329a..39566aeb97b2c321636f30b19eb8a850bc36bcc8 100644 (file)
@@ -15,7 +15,7 @@
 class OldRelationTag < ApplicationRecord
   self.table_name = "relation_tags"
 
-  belongs_to :old_relation, :query_constraints => [:relation_id, :version], :inverse_of => :old_tags
+  belongs_to :old_relation, :foreign_key => [:relation_id, :version], :inverse_of => :old_tags
 
   validates :old_relation, :associated => true
   validates :k, :v, :allow_blank => true, :length => { :maximum => 255 }, :characters => true
index 8577330c52823dd808e5128b7047f7a17dcd9c5a..0c53f90bdbe2f84f1fc885499fe05cb27bbf4311 100644 (file)
@@ -31,8 +31,8 @@ class OldWay < ApplicationRecord
   belongs_to :redaction, :optional => true
   belongs_to :current_way, :class_name => "Way", :foreign_key => "way_id", :inverse_of => :old_ways
 
-  has_many :old_nodes, :class_name => "OldWayNode", :query_constraints => [:way_id, :version], :inverse_of => :old_way
-  has_many :old_tags, :class_name => "OldWayTag", :query_constraints => [:way_id, :version], :inverse_of => :old_way
+  has_many :old_nodes, :class_name => "OldWayNode", :foreign_key => [:way_id, :version], :inverse_of => :old_way
+  has_many :old_tags, :class_name => "OldWayTag", :foreign_key => [:way_id, :version], :inverse_of => :old_way
 
   validates :changeset, :associated => true
   validates :timestamp, :presence => true
index e031aba10f2bd47f269e5eea19eb5958dffe7cb1..b2a16c16b39af7cefe8646e0c17bde05953641b3 100644 (file)
@@ -19,7 +19,7 @@
 class OldWayNode < ApplicationRecord
   self.table_name = "way_nodes"
 
-  belongs_to :old_way, :query_constraints => [:way_id, :version], :inverse_of => :old_nodes
+  belongs_to :old_way, :foreign_key => [:way_id, :version], :inverse_of => :old_nodes
   # A bit messy, referring to current nodes and ways, should do for the data browser for now
   belongs_to :node
   belongs_to :way
index 96ec8baf5ea9c873fad49261c839cfa59add2672..82ce132ec8bf8051399bc246f6752f5a532c9811 100644 (file)
@@ -15,7 +15,7 @@
 class OldWayTag < ApplicationRecord
   self.table_name = "way_tags"
 
-  belongs_to :old_way, :query_constraints => [:way_id, :version], :inverse_of => :old_tags
+  belongs_to :old_way, :foreign_key => [:way_id, :version], :inverse_of => :old_tags
 
   validates :old_way, :associated => true
   validates :k, :v, :allow_blank => true, :length => { :maximum => 255 }, :characters => true
index f09647320004f99dc1734964a3e265ffb97b272e..69e2acfd19ce3222f425c9734d983ede7b630101 100644 (file)
@@ -234,7 +234,7 @@ class Relation < ApplicationRecord
       element = model.lock("for share").find_by(:id => m[1])
 
       # and check that it is OK to use.
-      raise OSM::APIPreconditionFailedError, "Relation with id #{id} cannot be saved due to #{m[0]} with id #{m[1]}" unless element&.visible? && element&.preconditions_ok?
+      raise OSM::APIPreconditionFailedError, "Relation with id #{id} cannot be saved due to #{m[0]} with id #{m[1]}" unless element&.visible? && element.preconditions_ok?
 
       hash[m[1]] = true
     end
diff --git a/app/models/request_token.rb b/app/models/request_token.rb
deleted file mode 100644 (file)
index ec38f74..0000000
+++ /dev/null
@@ -1,82 +0,0 @@
-# == Schema Information
-#
-# Table name: oauth_tokens
-#
-#  id                    :integer          not null, primary key
-#  user_id               :integer
-#  type                  :string(20)
-#  client_application_id :integer
-#  token                 :string(50)
-#  secret                :string(50)
-#  authorized_at         :datetime
-#  invalidated_at        :datetime
-#  created_at            :datetime
-#  updated_at            :datetime
-#  allow_read_prefs      :boolean          default(FALSE), not null
-#  allow_write_prefs     :boolean          default(FALSE), not null
-#  allow_write_diary     :boolean          default(FALSE), not null
-#  allow_write_api       :boolean          default(FALSE), not null
-#  allow_read_gpx        :boolean          default(FALSE), not null
-#  allow_write_gpx       :boolean          default(FALSE), not null
-#  callback_url          :string
-#  verifier              :string(20)
-#  scope                 :string
-#  valid_to              :datetime
-#  allow_write_notes     :boolean          default(FALSE), not null
-#
-# Indexes
-#
-#  index_oauth_tokens_on_token    (token) UNIQUE
-#  index_oauth_tokens_on_user_id  (user_id)
-#
-# Foreign Keys
-#
-#  oauth_tokens_client_application_id_fkey  (client_application_id => client_applications.id)
-#  oauth_tokens_user_id_fkey                (user_id => users.id)
-#
-
-class RequestToken < OauthToken
-  attr_accessor :provided_oauth_verifier
-
-  def authorize!(user)
-    return false if authorized?
-
-    self.user = user
-    self.authorized_at = Time.now.utc
-    self.verifier = OAuth::Helper.generate_key(20)[0, 20] unless oauth10?
-    save
-  end
-
-  def exchange!
-    return false unless authorized?
-    return false unless oauth10? || verifier == provided_oauth_verifier
-
-    RequestToken.transaction do
-      params = { :user => user, :client_application => client_application }
-      # copy the permissions from the authorised request token to the access token
-      client_application.permissions.each do |p|
-        params[p] = self[p]
-      end
-
-      access_token = AccessToken.create(params)
-      invalidate!
-      access_token
-    end
-  end
-
-  def to_query
-    if oauth10?
-      super
-    else
-      "#{super}&oauth_callback_confirmed=true"
-    end
-  end
-
-  def oob?
-    callback_url.nil? || callback_url.casecmp?("oob")
-  end
-
-  def oauth10?
-    Settings.key?(:oauth_10_support) && Settings.oauth_10_support && callback_url.blank?
-  end
-end
index 4241a9e5687b0e4d71876794dd3fd41e6aacb2f1..917faca2184f38f79999d7ea5e31f5768727d0d7 100644 (file)
@@ -15,7 +15,6 @@
 #  pass_salt            :string
 #  email_valid          :boolean          default(FALSE), not null
 #  new_email            :string
-#  creation_ip          :string
 #  languages            :string
 #  status               :enum             default("pending"), not null
 #  terms_agreed         :datetime
 #  tou_agreed           :datetime
 #  diary_comments_count :integer          default(0)
 #  note_comments_count  :integer          default(0)
+#  creation_address     :inet
 #
 # Indexes
 #
+#  index_users_on_creation_address   (creation_address) USING gist
 #  users_auth_idx                    (auth_provider,auth_uid) UNIQUE
 #  users_display_name_canonical_idx  (lower(NORMALIZE(display_name, NFKC)))
 #  users_display_name_idx            (display_name) UNIQUE
@@ -65,9 +66,8 @@ class User < ApplicationRecord
   has_and_belongs_to_many :changeset_subscriptions, :class_name => "Changeset", :join_table => "changesets_subscribers", :foreign_key => "subscriber_id"
   has_many :note_comments, :foreign_key => :author_id, :inverse_of => :author
   has_many :notes, :through => :note_comments
-
-  has_many :client_applications
-  has_many :oauth_tokens, -> { order(:authorized_at => :desc).preload(:client_application) }, :class_name => "OauthToken", :inverse_of => :user
+  has_many :note_subscriptions, :class_name => "NoteSubscription"
+  has_many :subscribed_notes, :through => :note_subscriptions, :source => :note
 
   has_many :oauth2_applications, :class_name => Doorkeeper.config.application_model.name, :as => :owner
   has_many :access_grants, :class_name => Doorkeeper.config.access_grant_model.name, :foreign_key => :resource_owner_id
@@ -332,7 +332,6 @@ class User < ApplicationRecord
   ##
   # revoke any authentication tokens
   def revoke_authentication_tokens
-    oauth_tokens.authorized.each(&:invalidate!)
     access_tokens.not_expired.each(&:revoke)
   end
 
@@ -377,12 +376,6 @@ class User < ApplicationRecord
     suspend! if may_suspend? && spam_score > Settings.spam_threshold
   end
 
-  ##
-  # return an oauth 1 access token for a specified application
-  def access_token(application_key)
-    ClientApplication.find_by(:key => application_key).access_token_for_user(self)
-  end
-
   ##
   # return an oauth 2 access token for a specified application
   def oauth_token(application_id)
@@ -430,8 +423,8 @@ class User < ApplicationRecord
     if moderator?
       Settings.moderator_changeset_comments_per_hour
     else
-      previous_comments = changeset_comments.limit(200).count
-      max_comments = previous_comments / 200.0 * Settings.max_changeset_comments_per_hour
+      previous_comments = changeset_comments.limit(Settings.comments_to_max_changeset_comments).count
+      max_comments = previous_comments / Settings.comments_to_max_changeset_comments.to_f * Settings.max_changeset_comments_per_hour
       max_comments = max_comments.floor.clamp(Settings.initial_changeset_comments_per_hour, Settings.max_changeset_comments_per_hour)
       max_comments /= 2**active_reports
       max_comments.floor.clamp(Settings.min_changeset_comments_per_hour, Settings.max_changeset_comments_per_hour)
index f6665cefecae153f74a1e9192ad17031dc21b704..3feda6139a4473b637ae4d678fd90da8f6879be6 100644 (file)
@@ -20,7 +20,7 @@
                          :data => { "bs-toggle" => "collapse",
                                     "bs-target" => "#login_auth_buttons, #openid_login_form" },
                          :title => t(".openid.title"),
-                         :class => "btn btn-light p-2" %>
+                         :class => "btn btn-outline-secondary border p-2" %>
         <% elsif provider != @preferred_auth_provider %>
           <%= auth_button provider %>
         <% end -%>
index 8477a11a05af10c542e3b9dd17433be9904d3f64..14f1c2927b69321afd10fa6942bff48cf28a2e4f 100644 (file)
@@ -5,9 +5,6 @@
     <li class="nav-item">
       <%= link_to t(".account_settings"), edit_account_path, :class => "nav-link #{'active' if %w[accounts deletions].include?(controller_name)}" %>
     </li>
-    <li class="nav-item">
-      <%= link_to t(".oauth1_settings"), oauth_clients_path(current_user), :class => "nav-link #{'active' if controller_name == 'oauth_clients'}" %>
-    </li>
     <li class="nav-item">
       <%= link_to t(".oauth2_applications"), oauth_applications_path, :class => "nav-link #{'active' if controller_name == 'oauth2_applications'}" %>
     </li>
similarity index 79%
rename from app/views/changeset_comments/index.rss.builder
rename to app/views/changeset_comments/feeds/show.rss.builder
index f055c20144c6c9e257552a66d5e7c4bac5fa6e70..c86b938f78deb01085205d05a461d7c5bb0b065b 100644 (file)
@@ -6,7 +6,7 @@ xml.rss("version" => "2.0",
     else
       xml.title t(".title_all")
     end
-    xml.link url_for(:controller => "site", :action => "index", :only_path => false)
+    xml.link root_url
 
     xml << render(:partial => "comment", :collection => @comments)
   end
diff --git a/app/views/changeset_comments/feeds/timeout.rss.builder b/app/views/changeset_comments/feeds/timeout.rss.builder
new file mode 100644 (file)
index 0000000..c56ebb8
--- /dev/null
@@ -0,0 +1,12 @@
+xml.rss("version" => "2.0",
+        "xmlns:dc" => "http://purl.org/dc/elements/1.1/") do
+  xml.channel do
+    if params[:changeset_id]
+      xml.title t("changeset_comments.feeds.show.title_particular", :changeset_id => params[:changeset_id])
+    else
+      xml.title t("changeset_comments.feeds.show.title_all")
+    end
+    xml.link root_url
+    xml.description t(".sorry")
+  end
+end
diff --git a/app/views/changeset_comments/timeout.atom.builder b/app/views/changeset_comments/timeout.atom.builder
deleted file mode 100644 (file)
index b5eeeed..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-atom_feed(:language => I18n.locale, :schema_date => 2009,
-          :id => url_for(params.merge(:only_path => false)),
-          :root_url => url_for(params.merge(:only_path => false, :format => nil)),
-          "xmlns:georss" => "http://www.georss.org/georss") do |feed|
-  feed.title @title
-
-  feed.subtitle :type => "xhtml" do |xhtml|
-    xhtml.p do |p|
-      p << t(".sorry")
-    end
-  end
-end
diff --git a/app/views/changeset_comments/timeout.html.erb b/app/views/changeset_comments/timeout.html.erb
deleted file mode 100644 (file)
index 641b1df..0000000
+++ /dev/null
@@ -1 +0,0 @@
-<p><%= t ".sorry" %></p>
diff --git a/app/views/changesets/_elements.html.erb b/app/views/changesets/_elements.html.erb
new file mode 100644 (file)
index 0000000..fd5dd8a
--- /dev/null
@@ -0,0 +1,12 @@
+<%= turbo_frame_tag "changeset_#{type.pluralize}" do %>
+  <%= render :partial => "paging_nav", :locals => { :type => type, :pages => pages } %>
+  <ul class="list-unstyled" data-turbo="false">
+    <% elements.each do |element| %>
+      <%= element_list_item type, element do
+            t "printable_name.current_and_old_links_html",
+              :current_link => link_to(printable_element_name(element), :controller => type.pluralize, :action => :show, :id => element.id[0]),
+              :old_link => link_to(printable_element_version(element), :controller => "old_#{type.pluralize}", :action => :show, :id => element.id[0], :version => element.version)
+          end %>
+    <% end %>
+  </ul>
+<% end %>
index aa7ee23b9372342b0b9b04664051beda3a4225ef..0587382222de27d64af44dc64dbc04ffff8c1a03 100644 (file)
@@ -1,6 +1,9 @@
-<div class="d-flex flex-wrap gap-2">
-  <h4 class="fs-5 mb-0"><%= type_and_paginated_count(type, pages) %></h4>
-  <% if pages.page_count > 1 %>
-    <%= sidebar_classic_pagination(pages, "#{type}_page") %>
-  <% end %>
-</div>
+<h4 class="fs-5"><%= type_and_paginated_count(type, pages) %></h4>
+<% if pages.page_count > 1 %>
+  <%= sidebar_classic_pagination(pages, "#{type}_page") do |page|
+        {
+          :title => type_and_paginated_count(type, pages, page),
+          :data => { :turbo => "true" }
+        }
+      end %>
+<% end %>
index 97e6351a0a108561ac495534a8e30c75ab13cb11..fc5f7cbbc85bfaeb57c78d71a383aea88d73125d 100644 (file)
@@ -13,9 +13,9 @@
   </div>
 <% end -%>
 <% elsif params[:bbox] %>
-  <p class="mx-3"><%= t(params[:max_id] ? ".no_more_area" : ".empty_area") %></p>
+  <p class="mx-3"><%= params[:max_id] ? t(".no_more_area") : t(".empty_area") %></p>
 <% elsif params[:display_name] %>
-  <p class="mx-3"><%= t(params[:max_id] ? ".no_more_user" : ".empty_user") %></p>
+  <p class="mx-3"><%= params[:max_id] ? t(".no_more_user") : t(".empty_user") %></p>
 <% else %>
-  <p class="mx-3"><%= t(params[:max_id] ? ".no_more" : ".empty") %></p>
+  <p class="mx-3"><%= params[:max_id] ? t(".no_more") : t(".empty") %></p>
 <% end %>
index 915b0ef352531c5bbbb749e27fb5299f597df6e4..a47049e999620a70effb50d2d5edb0a30db41229 100644 (file)
@@ -40,9 +40,9 @@
         <% next unless comment.visible || current_user&.moderator? %>
         <li id="c<%= comment.id %>">
           <small class='text-body-secondary'>
-            <%= t comment.visible ? ".comment_by_html" : ".hidden_comment_by_html",
-                  :time_ago => friendly_date_ago(comment.created_at),
-                  :user => link_to(comment.author.display_name, comment.author) %>
+            <%= comment_by_options = { :time_ago => friendly_date_ago(comment.created_at),
+                                       :user => link_to(comment.author.display_name, comment.author) }
+                comment.visible ? t(".comment_by_html", **comment_by_options) : t(".hidden_comment_by_html", **comment_by_options) %>
             <% if current_user&.moderator? %>
               —
               <%= tag.button t(".#{comment.visible ? 'hide' : 'unhide'}_comment"),
   <% end %>
 
   <% unless @ways.empty? %>
-    <%= render :partial => "paging_nav", :locals => { :type => "way", :pages => @way_pages } %>
-    <ul class="list-unstyled">
-      <% @ways.each do |way| %>
-        <%= element_list_item "way", way do
-              t "printable_name.current_and_old_links_html",
-                :current_link => link_to(printable_element_name(way), way_path(way.way_id)),
-                :old_link => link_to(printable_element_version(way), old_way_path(way.way_id, way.version))
-            end %>
-      <% end %>
-    </ul>
+    <%= render :partial => "elements", :locals => { :type => "way", :elements => @ways, :pages => @way_pages } %>
   <% end %>
 
   <% unless @relations.empty? %>
-    <%= render :partial => "paging_nav", :locals => { :type => "relation", :pages => @relation_pages } %>
-    <ul class="list-unstyled">
-      <% @relations.each do |relation| %>
-        <%= element_list_item "relation", relation do
-              t "printable_name.current_and_old_links_html",
-                :current_link => link_to(printable_element_name(relation), relation_path(relation.relation_id)),
-                :old_link => link_to(printable_element_version(relation), old_relation_path(relation.relation_id, relation.version))
-            end %>
-      <% end %>
-    </ul>
+    <%= render :partial => "elements", :locals => { :type => "relation", :elements => @relations, :pages => @relation_pages } %>
   <% end %>
 
   <% unless @nodes.empty? %>
-    <%= render :partial => "paging_nav", :locals => { :type => "node", :pages => @node_pages } %>
-    <ul class="list-unstyled">
-      <% @nodes.each do |node| %>
-        <%= element_list_item "node", node do
-              t "printable_name.current_and_old_links_html",
-                :current_link => link_to(printable_element_name(node), node_path(node.node_id), { :rel => link_follow(node) }),
-                :old_link => link_to(printable_element_version(node), old_node_path(node.node_id, node.version), { :rel => link_follow(node) })
-            end %>
-      <% end %>
-    </ul>
+    <%= render :partial => "elements", :locals => { :type => "node", :elements => @nodes, :pages => @node_pages } %>
   <% end %>
 </div>
 
index 66e40cd805733223825fc3bd731cd4ac297bb481..cc6019cff5f7ac7b8a57d4b2bdeef8b3936339f3 100644 (file)
@@ -19,8 +19,6 @@
   </table>
 
   <%= render "shared/pagination",
-             :newer_key => "diary_comments.page.newer_comments",
-             :older_key => "diary_comments.page.older_comments",
              :newer_id => @newer_comments_id,
              :older_id => @older_comments_id %>
 </turbo-frame>
index dbf8a439e78b8b472865639720a56a7055a62849..b3e406816507adc51103415057b44e96a023a0aa 100644 (file)
@@ -13,9 +13,9 @@
     <% if can? :hide, DiaryComment %>
       <span>
         <% if diary_comment.visible? %>
-          <%= link_to t(".hide_link"), hide_diary_comment_path(diary_comment.diary_entry.user, diary_comment.diary_entry, diary_comment), :method => :post, :data => { :confirm => t(".confirm") } %>
+          <%= link_to t(".hide_link"), hide_diary_comment_path(diary_comment), :method => :post, :data => { :confirm => t(".confirm") } %>
         <% else %>
-          <%= link_to t(".unhide_link"), unhide_diary_comment_path(diary_comment.diary_entry.user, diary_comment.diary_entry, diary_comment), :method => :post, :data => { :confirm => t(".confirm") } %>
+          <%= link_to t(".unhide_link"), unhide_diary_comment_path(diary_comment), :method => :post, :data => { :confirm => t(".confirm") } %>
         <% end %>
       </span>
     <% end %>
index f07db9b6c73c953f0172f28b202e3b4a2b6f8f6f..c44a5417ea4538c8005322f9925c232a3ad1a4a6 100644 (file)
@@ -4,8 +4,6 @@
   <%= render @entries %>
 
   <%= render "shared/pagination",
-             :newer_key => "diary_entries.page.newer_entries",
-             :older_key => "diary_entries.page.older_entries",
              :newer_id => @newer_entries_id,
              :older_id => @older_entries_id %>
 </turbo-frame>
index f87a4909dd3a4144bdae95a0505fcdc8b5d8817e..56f468f2f655a1303038a237173aca13550d7099 100644 (file)
@@ -4,7 +4,7 @@
 
 <% @sources.each do |source| %>
   <h4>
-    <%= t(".title.results_from_html", :results_link => link_to(t(".title.#{source[:name]}"), source[:url].to_s)) %>
+    <%= link_to t(".title.#{source[:name]}"), source[:url].to_s %>
   </h4>
   <div class="search_results_entry mx-n3" data-href="<%= url_for @params.merge(:action => "search_#{source[:name]}") %>">
     <div class="text-center loader">
diff --git a/app/views/issues/_page.html.erb b/app/views/issues/_page.html.erb
new file mode 100644 (file)
index 0000000..f625f0e
--- /dev/null
@@ -0,0 +1,42 @@
+<turbo-frame id="pagination" target="_top">
+  <% if @issues.length == 0 %>
+    <% if params[:search_by_user].present? && !@find_user %>
+      <p><%= t ".user_not_found" %></p>
+    <% else %>
+      <p><%= t ".issues_not_found" %></p>
+    <% end %>
+  <% else %>
+    <table class="table table-sm">
+      <thead>
+        <tr>
+          <th><%= t ".status" %></th>
+          <th><%= t ".reports" %></th>
+          <th><%= t ".reported_item" %></th>
+          <th><%= t ".reported_user" %></th>
+          <th><%= t ".last_updated" %></th>
+        </tr>
+      </thead>
+      <tbody>
+        <% @issues.each do |issue| %>
+          <tr>
+            <td><%= t ".states.#{issue.status}" %></td>
+            <td class="text-nowrap"><%= link_to t(".reports_count", :count => issue.reports_count), issue %></td>
+            <td><%= link_to reportable_title(issue.reportable), reportable_url(issue.reportable) %></td>
+            <td><%= link_to issue.reported_user.display_name, issue.reported_user if issue.reported_user %></td>
+            <td>
+              <% if issue.user_updated %>
+                <%= t ".last_updated_time_ago_user_html", :user => link_to(issue.user_updated.display_name, issue.user_updated),
+                                                          :time_ago => friendly_date_ago(issue.updated_at) %>
+              <% else %>
+                <%= friendly_date_ago(issue.updated_at) %>
+              <% end %>
+            </td>
+          </tr>
+        <% end %>
+      </tbody>
+    </table>
+    <%= render "shared/pagination",
+               :newer_id => @newer_issues_id,
+               :older_id => @older_issues_id %>
+  <% end %>
+</turbo-frame>
index 523f90846a1a35a4e459dddce6a445c72fca0ad9..95dfbf6f25edf8ff9e3a120d27af48af0461f43e 100644 (file)
@@ -4,7 +4,7 @@
 
 <p><%= t ".search_guidance" %></p>
 
-<%= form_tag(issues_path, :method => :get) do %>
+<%= form_tag(issues_path, :method => :get, :data => { "turbo" => true, "turbo-frame" => "pagination", "turbo-action" => "advance" }) do %>
   <div class="row gx-1">
     <div class="mb-3 col-md-auto">
       <%= select_tag :status,
   </div>
 <% end %>
 
-<% if @issues.length == 0 %>
-  <p><%= t ".issues_not_found" %></p>
-<% else %>
-  <table class="table table-sm">
-    <thead>
-      <tr>
-        <th><%= t ".status" %></th>
-        <th><%= t ".reports" %></th>
-        <th><%= t ".reported_item" %></th>
-        <th><%= t ".reported_user" %></th>
-        <th><%= t ".last_updated" %></th>
-      </tr>
-    </thead>
-    <tbody>
-      <% @issues.each do |issue| %>
-        <tr>
-          <td><%= t ".states.#{issue.status}" %></td>
-          <td class="text-nowrap"><%= link_to t(".reports_count", :count => issue.reports_count), issue %></td>
-          <td><%= link_to reportable_title(issue.reportable), reportable_url(issue.reportable) %></td>
-          <td><%= link_to issue.reported_user.display_name, issue.reported_user if issue.reported_user %></td>
-          <td>
-            <% if issue.user_updated %>
-              <%= t ".last_updated_time_ago_user_html", :user => link_to(issue.user_updated.display_name, issue.user_updated),
-                                                        :time_ago => friendly_date_ago(issue.updated_at) %>
-            <% else %>
-              <%= friendly_date_ago(issue.updated_at) %>
-            <% end %>
-          </td>
-        </tr>
-      <% end %>
-    </tbody>
-  </table>
-<% end %>
+<%= render :partial => "page" %>
index 344c5ed711fb316e7e8e647fbe73db888beb3d84..3d2c7f774e1c48c3ab31e85497e7761dd1850be6 100644 (file)
@@ -1,5 +1,5 @@
 <% unless (banner = next_banner()).nil? %>
-  <%= tag.div :id => "banner", :class => "position-relative", :data => { :bs_theme => token_list(:dark => banner[:dark]) } do %>
+  <%= tag.div :id => "banner", :class => "position-relative", :data => { :bs_theme => (banner[:dark] ? "dark" : "light") } do %>
     <%= link_to (image_tag banner[:img], :srcset => banner[:srcset], :alt => banner[:alt], :title => banner[:alt]), banner[:link] %>
     <button type="button"
             class="btn-close position-absolute top-0 end-0 m-4 opacity-100 bg-white bg-opacity-50"
index d8adbd0fdc286d437efd2afcc68f442a0f433c2f..8a7ed6fe4b643bbb08a9b8b8cdfec58f298581d7 100644 (file)
@@ -1,26 +1,13 @@
-<% if flash[:error] %>
-  <div class="alert alert-danger row mx-0 mb-0 p-3 rounded-0 align-items-center">
-    <div class="col-auto">
-      <%= notice_svg_tag %>
-    </div>
-    <div class="col"><%= render_flash(flash[:error]) %></div>
-  </div>
-<% end %>
-
-<% if flash[:warning] %>
-  <div class="alert alert-warning row mx-0 mb-0 p-3 rounded-0 align-items-center">
-    <div class="col-auto">
-      <%= notice_svg_tag %>
-    </div>
-    <div class="col"><%= render_flash(flash[:warning]) %></div>
-  </div>
-<% end %>
-
-<% if flash[:notice] %>
-  <div class="alert alert-success row mx-0 mb-0 p-3 rounded-0 align-items-center">
-    <div class="col-auto">
-      <%= notice_svg_tag %>
-    </div>
-    <div class="col"><%= render_flash(flash[:notice]) %></div>
-  </div>
+<% [[:error, :danger], [:warning, :warning], [:notice, :success]].each do |flash_type, bootstrap_type| %>
+  <% if flash[flash_type] %>
+    <%= tag.div :class => "alert alert-#{bootstrap_type} row mx-0 mb-0 p-3 rounded-0 align-items-center",
+                :data => { :turbo_temporary => true } do %>
+      <div class="col-auto">
+        <%= notice_svg_tag %>
+      </div>
+      <div class="col">
+        <%= render_flash flash[flash_type] %>
+      </div>
+    <% end %>
+  <% end %>
 <% end %>
index e96564b82b84839d0ab4d15bbfe998b9d80b1d58..fcf134fd29c8b0d9c673fcea647e3679b54e448b 100644 (file)
@@ -8,27 +8,23 @@
   <a href="#" id="menu-icon"></a>
   <nav class='primary'>
     <%= content_for :header %>
-    <div class="btn-group">
-      <div id="edit_tab" class="btn-group">
-        <%= link_to t("layouts.edit"),
-                    edit_path,
-                    :class => "btn btn-outline-primary geolink editlink",
-                    :id => "editanchor",
-                    :data => { :editor => preferred_editor } %>
-        <button class='btn btn-outline-primary dropdown-toggle dropdown-toggle-split' type='button' data-bs-toggle='dropdown'></button>
-        <ul class='dropdown-menu'>
-          <% Editors::RECOMMENDED_EDITORS.each do |editor| %>
-            <li>
-              <%= link_to t("layouts.edit_with", :editor => t("editor.#{editor}.description")),
-                          edit_path(:editor => editor),
-                          :data => { :editor => editor },
-                          :class => "geolink editlink dropdown-item" %>
-            </li>
-          <% end %>
-        </ul>
-      </div>
-      <%= link_to t("layouts.history"), history_path, :class => "btn btn-outline-primary geolink flex-grow-1", :id => "history_tab" %>
-      <%= link_to t("layouts.export"), export_path, :class => "btn btn-outline-primary geolink", :id => "export_tab" %>
+    <div id="edit_tab" class="btn-group">
+      <%= link_to t("layouts.edit"),
+                  edit_path,
+                  :class => "btn btn-outline-primary geolink editlink",
+                  :id => "editanchor",
+                  :data => { :editor => preferred_editor } %>
+      <button class='btn btn-outline-primary dropdown-toggle dropdown-toggle-split flex-grow-0' type='button' data-bs-toggle='dropdown'></button>
+      <ul class='dropdown-menu'>
+        <% Editors::RECOMMENDED_EDITORS.each do |editor| %>
+          <li>
+            <%= link_to t("layouts.edit_with", :editor => t("editor.#{editor}.description")),
+                        edit_path(:editor => editor),
+                        :data => { :editor => editor },
+                        :class => "geolink editlink dropdown-item" %>
+          </li>
+        <% end %>
+      </ul>
     </div>
   </nav>
   <nav class='secondary d-flex gap-2 align-items-center'>
           <% end -%>
         </li>
       <% end %>
+      <li class="compact-hide nav-item">
+        <%= link_to t("layouts.history"), history_path, :class => header_nav_link_class(history_path) %>
+      </li>
+      <li class="compact-hide nav-item">
+        <%= link_to t("layouts.export"), export_path, :class => header_nav_link_class(export_path) %>
+      </li>
       <li class="compact-hide nav-item">
         <%= link_to t("layouts.gps_traces"), traces_path, :class => header_nav_link_class(traces_path) %>
       </li>
@@ -70,6 +72,8 @@
               <% end -%>
             </li>
           <% end %>
+          <li><%= link_to t("layouts.history"), history_path, :class => "dropdown-item" %></li>
+          <li><%= link_to t("layouts.export"), export_path, :class => "dropdown-item" %></li>
           <li><%= link_to t("layouts.gps_traces"), traces_path, :class => "dropdown-item" %></li>
           <li><%= link_to t("layouts.user_diaries"), diary_entries_path, :class => "dropdown-item" %></li>
           <li><%= link_to t("layouts.communities"), communities_path, :class => "dropdown-item" %></li>
index 36e1a7a9298ab8da3b9a081b6438f491f59437bf..691e9fa7291e16f5e3cd26aaeecfc678dcc73898 100644 (file)
@@ -37,7 +37,7 @@
   </form>
 
   <form method="GET" action="<%= directions_path %>" class="directions_form bg-body-secondary pb-2">
-    <div class="d-flex flex-row-reverse px-3 py-3"><button type="button" class="btn-close" aria-label="<%= t("javascripts.close") %>"></button></div>
+    <div class="d-flex flex-row-reverse px-3 pt-3 pb-1"><button type="button" class="btn-close" aria-label="<%= t("javascripts.close") %>"></button></div>
 
     <div class="d-flex flex-column mx-2 gap-1">
       <div class="d-flex gap-1 align-items-center">
index 90995ed88d999fb3ef896595d9ffbacc074a0ce1..c3b4792021c211040e04ae95d7d5d50b72d7c9a2 100644 (file)
@@ -3,14 +3,14 @@
 <% content_for :heading do %>
   <h1><%= t("users.show.my messages") %></h1>
   <ul class="nav nav-tabs">
-    <% { ".my_inbox" => inbox_messages_path, ".my_outbox" => outbox_messages_path, ".muted_messages" => muted_messages_path }.each do |i18n_key, path| %>
+    <% { t(".my_inbox") => inbox_messages_path, t(".my_outbox") => outbox_messages_path, t(".muted_messages") => muted_messages_path }.each do |label, path| %>
     <% next if path == muted_messages_path && current_user.muted_messages.none? %>
 
     <li class="nav-item">
       <% if path == active_link_path %>
-        <a class="nav-link active"><%= t(i18n_key) %></a>
+        <a class="nav-link active"><%= label %></a>
       <% else %>
-        <%= link_to t(i18n_key), path, :class => "nav-link" %>
+        <%= link_to label, path, :class => "nav-link" %>
       <% end %>
     </li>
     <% end %>
index 8fe5084692072d1a9e57e5c1bfc93c5b27b14f3c..99d6d0435512d0f8e33ef8ccc3112dec762ad20f 100644 (file)
@@ -18,8 +18,8 @@
 <div class="richtext text-break"><%= @message.body.to_html %></div>
 
 <div>
+  <%= link_to t(".reply_button"), message_reply_path(@message), :class => "btn btn-primary" %>
   <% if current_user == @message.recipient %>
-    <%= link_to t(".reply_button"), message_reply_path(@message), :class => "btn btn-primary" %>
     <%= link_to t(".unread_button"), message_mark_path(@message, :mark => "unread"), :method => "post", :class => "btn btn-primary" %>
     <%= link_to t(".destroy_button"), message_path(@message), :method => "delete", :class => "btn btn-danger" %>
   <% else %>
diff --git a/app/views/nodes/timeout.html.erb b/app/views/nodes/timeout.html.erb
new file mode 100644 (file)
index 0000000..61415c6
--- /dev/null
@@ -0,0 +1,5 @@
+<% set_title(t("browse.timeout.title")) %>
+
+<%= render "sidebar_header", :title => t("browse.timeout.title") %>
+
+<p><%= t ".sorry", :id => params[:id] %></p>
index 207f8877918bbaedf6af21f503f8b26c72efff8e..5209256d69d572636f3ffb232bbf83b1649f8003 100644 (file)
@@ -1,17 +1,36 @@
-<p>
+<nav>
+  <% link_class = "page-link icon-link text-center text-nowrap" %>
+  <ul class="pagination">
+    <% previous_link_content = capture do %>
+      <%= previous_page_svg_tag :class => "flex-shrink-0" %>
+      <%= t(".previous") %>
+    <% end %>
+    <% if @page > 1 %>
+      <li class="page-item">
+        <%= link_to previous_link_content, @params.merge(:page => @page - 1), :class => link_class %>
+      </li>
+    <% else %>
+      <li class="page-item disabled">
+        <%= tag.span previous_link_content, :class => link_class %>
+      </li>
+    <% end %>
 
-<% if @page > 1 %>
-<%= link_to t("changesets.changeset_paging_nav.previous"), @params.merge(:page => @page - 1) %>
-<% else %>
-<%= t("changesets.changeset_paging_nav.previous") %>
-<% end %>
+    <li class="page-item active">
+      <%= tag.span t(".showing_page", :page => @page), :class => link_class %>
+    </li>
 
-| <%= t("changesets.changeset_paging_nav.showing_page", :page => @page) %> |
-
-<% if @notes.size < @page_size %>
-<%= t("changesets.changeset_paging_nav.next") %>
-<% else %>
-<%= link_to t("changesets.changeset_paging_nav.next"), @params.merge(:page => @page + 1) %>
-<% end %>
-
-</p>
+    <% next_link_content = capture do %>
+      <%= t(".next") %>
+      <%= next_page_svg_tag :class => "flex-shrink-0" %>
+    <% end %>
+    <% if @notes.size < @page_size %>
+      <li class="page-item disabled">
+        <%= tag.span next_link_content, :class => link_class %>
+      </li>
+    <% else %>
+      <li class="page-item">
+        <%= link_to next_link_content, @params.merge(:page => @page + 1), :class => link_class %>
+      </li>
+    <% end %>
+  </ul>
+</nav>
index d5efe0d79c79e3308c0f26252b7a403e6b3b3070..c883126658e7c69b7cb278f4d9724c35f3d12bdd 100644 (file)
@@ -6,6 +6,20 @@
            :commented => tag.span(t(".subheading_commented"), :class => "px-2 py-1 bg-body") %></p>
 <% end %>
 
+<%= form_with :url => user_notes_path(@user), :method => :get, :data => { :turbo => true } do %>
+  <div class="row gx-2 align-items-end">
+    <div class="col-sm-auto mb-3">
+      <%= label_tag :status, t(".status") %>
+      <%= select_tag :status,
+                     options_for_select([[t(".all"), "all"], [t(".open"), "open"], [t(".closed"), "closed"]], params[:status] || "all"),
+                     :class => "form-select" %>
+    </div>
+    <div class="col-sm-auto mb-3">
+      <%= submit_tag t(".apply"), :name => nil, :class => "btn btn-primary" %>
+    </div>
+  </div>
+<% end %>
+
 <% if @notes.empty? %>
   <h4><%= t ".no_notes" %></h4>
 
index 4aa2e7fd345d196b9b3d0f4ad215b9a6950b6432..8dda65c25dc556fa5d095d3492da272fd801fb41 100644 (file)
     <p class='alert alert-warning'><%= t ".anonymous_warning" %></p>
   <% end -%>
 
+  <div class="row">
+    <div class="col">
+      <h4><%= t(".discussion") %></h4>
+    </div>
+
+    <% if current_user %>
+      <div class="col-auto">
+        <% if @note.subscribers.exists?(current_user.id) %>
+          <%= tag.button t(".unsubscribe"),
+                         :type => "button",
+                         :class => "btn btn-sm btn-primary",
+                         :name => "unsubscribe",
+                         :data => { :method => "DELETE",
+                                    :url => api_note_subscription_path(@note) } %>
+        <% else %>
+          <%= tag.button t(".subscribe"),
+                         :type => "button",
+                         :class => "btn btn-sm btn-primary",
+                         :name => "subscribe",
+                         :data => { :method => "POST",
+                                    :url => api_note_subscription_path(@note) } %>
+        <% end %>
+      </div>
+    <% end %>
+  </div>
+
   <% if @note_comments.length > 1 %>
     <div class='note-comments'>
       <ul class="list-unstyled">
diff --git a/app/views/oauth/authorize.html.erb b/app/views/oauth/authorize.html.erb
deleted file mode 100644 (file)
index b8fe11f..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<% content_for :heading do %>
-  <h1><%= t ".title" %></h1>
-<% end %>
-
-<p><%= t(".request_access_html", :app_name => link_to(@token.client_application.name, @token.client_application.url), :user => link_to(current_user.display_name, current_user)) %></p>
-
-<%= bootstrap_form_tag do |f| %>
-  <%= f.hidden_field :oauth_token, :value => @token.token %>
-  <% if params[:oauth_callback] -%>
-    <%= f.hidden_field :oauth_callback, :value => params[:oauth_callback] %>
-  <% end -%>
-  <%= f.form_group :permissions, :label => { :text => t(".allow_to") } do %>
-    <% @token.client_application.permissions.each do |perm| -%>
-      <%= f.check_box perm, :value => "yes", :checked => @token.read_attribute(perm), :label => t(".#{perm}") %>
-    <% end -%>
-  <% end -%>
-  <%= f.primary t(".grant_access") %>
-<% end %>
diff --git a/app/views/oauth/authorize_failure.html.erb b/app/views/oauth/authorize_failure.html.erb
deleted file mode 100644 (file)
index 7142a71..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<% content_for :heading do %>
-  <h1><%= t ".title" %></h1>
-<% end %>
-
-<p><%= @message %></p>
diff --git a/app/views/oauth/authorize_success.html.erb b/app/views/oauth/authorize_success.html.erb
deleted file mode 100644 (file)
index 63239a3..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<% content_for :heading do %>
-  <h1><%= t ".title" %></h1>
-<% end %>
-
-<p><%= t(".allowed_html", :app_name => link_to(@token.client_application.name, @token.client_application.url)) %></p>
-
-<% if @token.oob? and not @token.oauth10? %>
-<p><%= t ".verification", :code => @token.verifier %></p>
-<% end %>
index 51267c069e3e80f486c803093c46ba197fa7d60a..7fde3e0e7f19d57aa0ca9b2a4ca0d7a43e49e3b4 100644 (file)
@@ -3,5 +3,5 @@
 <%= f.form_group :confidential do %>
   <%= f.check_box :confidential %>
 <% end %>
-<%= f.collection_check_boxes :scopes, Oauth.scopes(:oauth2 => true, :privileged => current_user.administrator?), :name, :description %>
+<%= f.collection_check_boxes :scopes, Oauth.scopes(:privileged => current_user.administrator?), :name, :description %>
 <%= f.primary %>
diff --git a/app/views/oauth_clients/_form.html.erb b/app/views/oauth_clients/_form.html.erb
deleted file mode 100644 (file)
index e13f411..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<%= f.text_field :name %>
-<%= f.text_field :url %>
-<%= f.text_field :callback_url %>
-<%= f.text_field :support_url %>
-<div class='mb-3'>
-  <p><%= t ".requests" %></p>
-  <% ClientApplication.all_permissions.each do |perm| %>
-    <%= f.check_box perm %>
-  <% end %>
-</div>
-<%= f.primary %>
diff --git a/app/views/oauth_clients/edit.html.erb b/app/views/oauth_clients/edit.html.erb
deleted file mode 100644 (file)
index b029968..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<% content_for :heading do %>
-  <h1><%= t ".title" %></h1>
-<% end %>
-
-<%= render :partial => "settings_menu" %>
-
-<%= bootstrap_form_for @client_application, :url => oauth_client_path(@client_application.user.display_name, @client_application), :html => { :method => :put } do |f| %>
-  <%= render :partial => "form", :locals => { :f => f } %>
-<% end %>
diff --git a/app/views/oauth_clients/index.html.erb b/app/views/oauth_clients/index.html.erb
deleted file mode 100644 (file)
index b4c2558..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<% content_for :heading do %>
-  <h1><%= t ".title" %></h1>
-<% end %>
-
-<%= render :partial => "settings_menu" %>
-
-<% unless @tokens.empty? %>
-<h3><%= t ".my_tokens" %></h3>
-<p><%= t ".list_tokens" %></p>
-<table class="table table-sm">
-  <thead>
-    <tr>
-      <th><%= t ".application" %></th>
-      <th><%= t ".issued_at" %></th>
-      <th>&nbsp;</th>
-    </tr>
-  </thead>
-  <% @tokens.each do |token| %>
-    <tr>
-      <td><%= link_to token.client_application.name, token.client_application.url %></td>
-      <td><%= token.authorized_at %></td>
-      <td>
-        <%= form_tag({ :controller => "oauth", :action => "revoke" }) do %>
-          <%= hidden_field_tag "token", token.token, :autocomplete => "off" %>
-          <%= submit_tag t(".revoke"), :class => "btn btn-sm btn-primary" %>
-        <% end %>
-      </td>
-    </tr>
-  <% end %>
-</table>
-<% end %>
-<h3><%= t ".my_apps" %></h3>
-<% if @client_applications.empty? %>
-<p><%= t(".no_apps_html", :oauth => link_to(t(".oauth"), "https://oauth.net")) %></p>
-<% else %>
-<p><%= t ".registered_apps" %></p>
-<ul>
-  <% @client_applications.each do |client| %>
-    <li class="client_application">
-      <%= link_to client.name, :action => :show, :id => client.id %>
-    </li>
-  <% end %>
-</ul>
-<% end %>
-<% if Settings.oauth_10_registration -%>
-<%= link_to t(".register_new"), { :action => :new }, :class => "btn btn-outline-primary" %>
-<% end -%>
diff --git a/app/views/oauth_clients/new.html.erb b/app/views/oauth_clients/new.html.erb
deleted file mode 100644 (file)
index a048f3d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<% content_for :heading do %>
-  <h1><%= t ".title" %></h1>
-<% end %>
-
-<%= render :partial => "settings_menu" %>
-
-<%= bootstrap_form_for @client_application, :url => { :action => :create } do |f| %>
-  <%= render :partial => "form", :locals => { :f => f } %>
-<% end %>
diff --git a/app/views/oauth_clients/not_found.erb b/app/views/oauth_clients/not_found.erb
deleted file mode 100644 (file)
index fda9ab0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-<p><%= t('.sorry', :type => @type) %></p>
diff --git a/app/views/oauth_clients/show.html.erb b/app/views/oauth_clients/show.html.erb
deleted file mode 100644 (file)
index c7b10f1..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<% content_for :heading do %>
-  <h1><%= t(".title", :app_name => @client_application.name) %></h1>
-<% end %>
-
-<%= render :partial => "settings_menu" %>
-
-<dl class="row">
-  <dt class="col-sm-3"><%= t ".key" %></dt>
-  <dd class="col-sm-9"><%= @client_application.key %></dt>
-  <dt class="col-sm-3"><%= t ".secret" %></dt>
-  <dd class="col-sm-9"><%= @client_application.secret %></dd>
-  <dt class="col-sm-3"><%= t ".url" %></dt>
-  <dd class="col-sm-9">http<%= "s" if request.ssl? %>://<%= request.host_with_port %><%= @client_application.oauth_server.request_token_path %></dd>
-  <dt class="col-sm-3"><%= t ".access_url" %></dt>
-  <dd class="col-sm-9">http<%= "s" if request.ssl? %>://<%= request.host_with_port %><%= @client_application.oauth_server.access_token_path %></dd>
-  <dt class="col-sm-3"><%= t ".authorize_url" %></dt>
-  <dd class="col-sm-9">http<%= "s" if request.ssl? %>://<%= request.host_with_port %><%= @client_application.oauth_server.authorize_path %></dd>
-</dl>
-
-<div>
-  <p><%= t ".requests" %></p>
-  <ul>
-    <% @client_application.permissions.each do |perm| %>
-      <li><%= t("activerecord.attributes.client_application.#{perm}") %></li>
-    <% end %>
-  </ul>
-  <p><%= t ".support_notice" %></p>
-</div>
-
-<div>
-  <%= link_to t(".edit"), edit_oauth_client_path(@client_application.user.display_name, @client_application), :method => :get, :class => "btn btn-outline-primary" %>
-  <%= link_to t(".delete"), oauth_client_path(@client_application.user.display_name, @client_application), :method => :delete, :data => { :confirm => t(".confirm") }, :class => "btn btn-outline-danger" %>
-</div>
diff --git a/app/views/old_nodes/timeout.html.erb b/app/views/old_nodes/timeout.html.erb
new file mode 100644 (file)
index 0000000..61415c6
--- /dev/null
@@ -0,0 +1,5 @@
+<% set_title(t("browse.timeout.title")) %>
+
+<%= render "sidebar_header", :title => t("browse.timeout.title") %>
+
+<p><%= t ".sorry", :id => params[:id] %></p>
diff --git a/app/views/old_relations/timeout.html.erb b/app/views/old_relations/timeout.html.erb
new file mode 100644 (file)
index 0000000..61415c6
--- /dev/null
@@ -0,0 +1,5 @@
+<% set_title(t("browse.timeout.title")) %>
+
+<%= render "sidebar_header", :title => t("browse.timeout.title") %>
+
+<p><%= t ".sorry", :id => params[:id] %></p>
diff --git a/app/views/old_ways/timeout.html.erb b/app/views/old_ways/timeout.html.erb
new file mode 100644 (file)
index 0000000..61415c6
--- /dev/null
@@ -0,0 +1,5 @@
+<% set_title(t("browse.timeout.title")) %>
+
+<%= render "sidebar_header", :title => t("browse.timeout.title") %>
+
+<p><%= t ".sorry", :id => params[:id] %></p>
index b6b6ef46e063e8f358eac3c64dc6ad8a440a918f..26dad64cfe1907eb415acb84f3880be59abdc8e5 100644 (file)
@@ -10,3 +10,9 @@
 <% else %>
   <p><%= t ".empty" %></p>
 <% end %>
+
+<% if can?(:create, Redaction) %>
+  <div>
+    <%= link_to t(".new"), new_redaction_path, :class => "btn btn-outline-primary" %>
+  </div>
+<% end %>
index 5b9749a5113b7f2c3caa686b98c84b7b3103c75a..fe073d123752ffbfeadf6e6fb23c6699d54a78ec 100644 (file)
@@ -18,7 +18,7 @@
     <%= link_to t(".edit"), edit_redaction_path(@redaction), :class => "btn btn-outline-primary" %>
   <% end %>
   <% if can?(:destroy, Redaction) %>
-    <%= link_to t(".destroy"), @redaction, :method => "delete", :class => "btn btn-outline-danger", :remote => true, :data => { :confirm => t(".confirm") } %>
+    <%= link_to t(".destroy"), @redaction, :class => "btn btn-outline-danger", :data => { :turbo => true, :turbo_method => "DELETE", :turbo_confirm => t(".confirm") } %>
   <% end %>
 </div>
 <% end %>
diff --git a/app/views/relations/timeout.html.erb b/app/views/relations/timeout.html.erb
new file mode 100644 (file)
index 0000000..61415c6
--- /dev/null
@@ -0,0 +1,5 @@
+<% set_title(t("browse.timeout.title")) %>
+
+<%= render "sidebar_header", :title => t("browse.timeout.title") %>
+
+<p><%= t ".sorry", :id => params[:id] %></p>
index 9d05d4af80d44b7bf956824ee163dc66d4db225f..c2d96b63cc37ae2b9def6ba868cf8742927c3212 100644 (file)
@@ -40,7 +40,7 @@
   <%= f.password_field :password, :autocomplete => "on", :tabindex => 2, :value => "", :skip_label => true %>
 
   <%= f.form_group do %>
-    <%= f.check_box :remember_me, { :label => t(".remember"), :tabindex => 3, :checked => (params[:remember_me] == "yes") }, "yes" %>
+    <%= f.check_box :remember_me, { :label => t(".remember"), :tabindex => 3, :checked => (params[:remember_me] == "true") }, "yes" %>
   <% end %>
 
   <div class="mb-3">
index c8eddcd379b9ca414d44f24b45ffdee99b0f901a..547078c51158f5be69df8eaa3232f3b82c0e1b7e 100644 (file)
@@ -1,9 +1,12 @@
+<% if older_id || newer_id %>
+
+<% translation_scope ||= "shared.pagination.#{controller.controller_name}" %>
 <nav>
   <% link_class = "page-link icon-link text-center" %>
   <ul class="pagination">
     <% newer_link_content = capture do %>
       <%= previous_page_svg_tag :class => "flex-shrink-0 d-none d-sm-block" %>
-      <%= t(newer_key) %>
+      <%= t :newer, :scope => translation_scope %>
     <% end %>
     <% if newer_id -%>
       <li class="page-item d-flex">
@@ -16,7 +19,7 @@
     <% end -%>
 
     <% older_link_content = capture do %>
-      <%= t(older_key) %>
+      <%= t :older, :scope => translation_scope %>
       <%= next_page_svg_tag :class => "flex-shrink-0 d-none d-sm-block" %>
     <% end %>
     <% if older_id -%>
@@ -30,3 +33,5 @@
     <% end -%>
   </ul>
 </nav>
+
+<% end %>
index 5b84fd6ed889bce1d774cdbb746082a946b8056a..eb11aa13cab3cfa0d927666f54209572056c74da 100644 (file)
       <div id="<%= id %>_edit" class="tab-pane show active">
         <%= builder.text_area(attribute, options.merge(:wrapper => false, "data-preview-url" => preview_url(:type => type))) %>
       </div>
-      <div id="<%= id %>_preview" class="tab-pane richtext text-break"></div>
+      <div id="<%= id %>_preview" class="tab-pane">
+        <div class="richtext_placeholder text-center py-5" hidden>
+          <div class="spinner-border" role="status">
+            <span class="visually-hidden"><%= t("browse.start_rjs.loading") %></span>
+          </div>
+        </div>
+        <div class="richtext text-break"></div>
+      </div>
       <div id="<%= id %>_help" class="tab-pane">
         <div class="card bg-body-tertiary h-100">
           <div class="card-body">
index 6cc32edd037dc8817a574252ca6633859c3e813b..56e82f8f8c1472d066cb992c05c0d563c9f87cd1 100644 (file)
@@ -27,9 +27,9 @@
             <circle cx="15" cy="15" r="13" fill="none" stroke="#c0c0c0" stroke-width="4" />
             <path d="m 15,22 c 0,0 5,-4.5199 5,-8 0,-3 -2,-5 -5,-5 -3,0 -5,2 -5,5 0,3.4801 5,8 5,8 z" fill="#c0c0c0" />
           </svg>
-          <h2 class="flex-grow-1 mb-0"><%= t "site.about.local_knowledge_title" %></h2>
+          <h2 class="flex-grow-1 mb-0"><%= t ".local_knowledge_title" %></h2>
         </div>
-        <p><%= t "site.about.local_knowledge_html" %></p>
+        <p><%= t ".local_knowledge_html" %></p>
       </section>
 
       <section>
             <circle cx="15" cy="15" r="13" fill="none" stroke="#c0c0c0" stroke-width="4" />
             <path d="m 15,7 -6,6 0,7 4,0 0,-4 4,0 0,4 4,0 0,-7 z" fill="#c0c0c0" />
           </svg>
-          <h2 class="flex-grow-1 mb-0"><%= t "site.about.community_driven_title" %></h2>
+          <h2 class="flex-grow-1 mb-0"><%= t ".community_driven_title" %></h2>
         </div>
         <p>
-          <%= t "site.about.community_driven_1_html", :osm_blog_link => link_to(t("site.about.community_driven_osm_blog"),
-                                                                                t("site.about.community_driven_osm_blog_url")),
-                                                      :user_diaries_link => link_to(t("site.about.community_driven_user_diaries"),
-                                                                                    diary_entries_path),
-                                                      :community_blogs_link => link_to(t("site.about.community_driven_community_blogs"),
-                                                                                       t("site.about.community_driven_community_blogs_url")),
-                                                      :osm_foundation_link => link_to(t("site.about.community_driven_osm_foundation"),
-                                                                                      t("site.about.community_driven_osm_foundation_url")) %>
+          <%= t ".community_driven_1_html", :osm_blog_link => link_to(t(".community_driven_osm_blog"),
+                                                                      t(".community_driven_osm_blog_url")),
+                                            :user_diaries_link => link_to(t(".community_driven_user_diaries"),
+                                                                          diary_entries_path),
+                                            :community_blogs_link => link_to(t(".community_driven_community_blogs"),
+                                                                             t(".community_driven_community_blogs_url")),
+                                            :osm_foundation_link => link_to(t(".community_driven_osm_foundation"),
+                                                                            t(".community_driven_osm_foundation_url")) %>
         </p>
       </section>
 
             <circle cx="15" cy="15" r="13" fill="none" stroke="#c0c0c0" stroke-width="4" />
             <path d="M20.196 18 a6 6 0 1 1 0 -6" fill="none" stroke="#c0c0c0" stroke-width="3" />
           </svg>
-          <h2 class="flex-grow-1 mb-0"><%= t "site.about.open_data_title" %></h2>
+          <h2 class="flex-grow-1 mb-0"><%= t ".open_data_title" %></h2>
         </div>
         <p>
-          <%= t "site.about.open_data_1_html", :open_data => tag.i(t("site.about.open_data_open_data")),
-                                               :copyright_license_link => link_to(t("site.about.open_data_copyright_license"),
-                                                                                  copyright_path) %></p>
+          <%= t ".open_data_1_html", :open_data => tag.i(t(".open_data_open_data")),
+                                     :copyright_license_link => link_to(t(".open_data_copyright_license"),
+                                                                        copyright_path) %></p>
       </section>
 
       <section id="legal">
                     d="M.5 1 a1 1 0 0 0 0 -2 h-2.5 a1 1 0 0 1 0 -2 h.5" />
             </g>
           </svg>
-          <h2 class="flex-grow-1 mb-0"><%= t "site.about.legal_title" %></h2>
+          <h2 class="flex-grow-1 mb-0"><%= t ".legal_title" %></h2>
         </div>
         <p>
-          <%= t "site.about.legal_1_1_html", :openstreetmap_foundation_link => link_to(t("site.about.legal_1_1_openstreetmap_foundation"),
-                                                                                       t("site.about.legal_1_1_openstreetmap_foundation_url")),
-                                             :terms_of_use_link => link_to(t("site.about.legal_1_1_terms_of_use"),
-                                                                           t("site.about.legal_1_1_terms_of_use_url")),
-                                             :aup_link => link_to(t("site.about.legal_1_1_aup"),
-                                                                  t("site.about.legal_1_1_aup_url")),
-                                             :privacy_policy_link => link_to(t("site.about.legal_1_1_privacy_policy"),
-                                                                             t("site.about.legal_1_1_privacy_policy_url")) %>
+          <%= t ".legal_1_1_html", :openstreetmap_foundation_link => link_to(t(".legal_1_1_openstreetmap_foundation"),
+                                                                             t(".legal_1_1_openstreetmap_foundation_url")),
+                                   :terms_of_use_link => link_to(t(".legal_1_1_terms_of_use"),
+                                                                 t(".legal_1_1_terms_of_use_url")),
+                                   :aup_link => link_to(t(".legal_1_1_aup"),
+                                                        t(".legal_1_1_aup_url")),
+                                   :privacy_policy_link => link_to(t(".legal_1_1_privacy_policy"),
+                                                                   t(".legal_1_1_privacy_policy_url")) %>
         </p>
         <p>
-          <%= t "site.about.legal_2_1_html", :contact_the_osmf_link => link_to(t("site.about.legal_2_1_contact_the_osmf"),
-                                                                               t("site.about.legal_2_1_contact_the_osmf_url")) %>
+          <%= t ".legal_2_1_html", :contact_the_osmf_link => link_to(t(".legal_2_1_contact_the_osmf"),
+                                                                     t(".legal_2_1_contact_the_osmf_url")) %>
         </p>
         <p>
-          <%= t "site.about.legal_2_2_html", :registered_trademarks_link => link_to(t("site.about.legal_2_2_registered_trademarks"),
-                                                                                    t("site.about.legal_2_2_registered_trademarks_url")) %>
+          <%= t ".legal_2_2_html", :registered_trademarks_link => link_to(t(".legal_2_2_registered_trademarks"),
+                                                                          t(".legal_2_2_registered_trademarks_url")) %>
         </p>
       </section>
 
               <line x1="15" y1="11" x2="15" y2="19" />
             </g>
           </svg>
-          <h2 class="flex-grow-1 mb-0"><%= t "site.about.partners_title" %></h2>
+          <h2 class="flex-grow-1 mb-0"><%= t ".partners_title" %></h2>
         </div>
         <p><%= t "layouts.hosting_partners_2024_html", :fastly => link_to(t("layouts.partners_fastly"), "https://www.fastly.com/"),
                                                        :corpmembers => link_to(t("layouts.partners_corpmembers"), "https://osmfoundation.org/wiki/Corporate_Members"),
index e1ce3fe48604a897b201f1beeb40837ad9a8b982..422da553408cc73c4b2fcd5f21d09104f412fa2d 100644 (file)
@@ -1,7 +1,5 @@
 <turbo-frame id="pagination" target="_top" data-turbo="false">
   <%= render "shared/pagination",
-             :newer_key => "traces.page.newer",
-             :older_key => "traces.page.older",
              :newer_id => @newer_traces_id,
              :older_id => @older_traces_id %>
 
@@ -12,8 +10,6 @@
   </table>
 
   <%= render "shared/pagination",
-             :newer_key => "traces.page.newer",
-             :older_key => "traces.page.older",
              :newer_id => @newer_traces_id,
              :older_id => @older_traces_id %>
 </turbo-frame>
index f60eea7f1cbe22834e631359484b592f6cddb0a7..992f16199ac38a5044fa8df507b8dfc27b29e6c4 100644 (file)
@@ -27,7 +27,7 @@
                          when "public", "identifiable" then "success"
                          else "danger"
                          end %>
-        <span class="badge bg-<%= badge_class %> text-white"><%= t(".#{trace.visibility}") %></span>
+        <span class="badge text-bg-<%= badge_class %>"><%= t(".#{trace.visibility}") %></span>
       </li>
     </ul>
     <p class="text-body-secondary mb-0">
index bff8cd3bc0af22acd12731ebf364c4087b8fcbd2..ae5ffe5657ffbbfaddc7e2a0cd519aae89ddba26 100644 (file)
@@ -3,7 +3,8 @@
 <% end %>
 
 <%= bootstrap_form_for @trace, :url => { :action => "create" }, :html => { :multipart => true } do |f| %>
-  <%= f.file_field :gpx_file, :placeholder => t("helpers.file.prompt") %>
+  <%= f.file_field :gpx_file, :placeholder => t("helpers.file.prompt"),
+                              :help => ".gpx, .tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2" %>
   <%= f.text_field :description, :maxlength => 255 %>
   <%= f.text_field :tagstring %>
   <%= f.select :visibility,
similarity index 87%
rename from app/views/user_blocks/_blocks.html.erb
rename to app/views/user_blocks/_page.html.erb
index de6feafa1e4d6ee695cedd90741ee9a34f67520a..8c8557f606e358b196d170209ecbb5779947ccd1 100644 (file)
@@ -19,8 +19,6 @@
   </table>
 
   <%= render "shared/pagination",
-             :newer_key => "user_blocks.blocks.newer",
-             :older_key => "user_blocks.blocks.older",
              :newer_id => @newer_user_blocks_id,
              :older_id => @older_user_blocks_id %>
 </turbo-frame>
index 38254a5a3d166781f1e3e80bfadb5c932c0c2b9f..73748e5570757fffcdf16294fbf781bbcfb2f6d1 100644 (file)
@@ -7,7 +7,7 @@
 <% end %>
 
 <% unless @user_blocks.empty? %>
-<%= render :partial => "blocks" %>
+<%= render :partial => "page" %>
 <% else %>
 <p><%= t ".empty", :name => @user.display_name %></p>
 <% end %>
index 38254a5a3d166781f1e3e80bfadb5c932c0c2b9f..73748e5570757fffcdf16294fbf781bbcfb2f6d1 100644 (file)
@@ -7,7 +7,7 @@
 <% end %>
 
 <% unless @user_blocks.empty? %>
-<%= render :partial => "blocks" %>
+<%= render :partial => "page" %>
 <% else %>
 <p><%= t ".empty", :name => @user.display_name %></p>
 <% end %>
index 854d62037f4ace3e7e7a9f76398235a20867fb6a..5b040e2b5630cbef31f9c051c68015a3e4c019e2 100644 (file)
@@ -7,7 +7,7 @@
 <% end %>
 
 <% unless @user_blocks.empty? %>
-<%= render :partial => "blocks" %>
+<%= render :partial => "page" %>
 <% else %>
 <p><%= t ".empty" %></p>
 <% end %>
index ee2dea2ebfad31cb0bfc5a19c54cda347b0eda77..40af762d70ff6f0698c0e2bb28c6e6b3b0f62c27 100644 (file)
@@ -1,3 +1,5 @@
+<p><%= t ".hi", :to_user => @friendship.befriendee.display_name %></p>
+
 <p><%= t ".had_added_you", :user => @friendship.befriender.display_name %></p>
 
 <%= message_body do %>
index 22c2bbfe7e6efcf14845bb4ec87843d6abc2b3c1..104b0f1c925f63a2c4820974c69dd986249647b7 100644 (file)
@@ -1,3 +1,5 @@
+<%= t ".hi", :to_user => @friendship.befriendee.display_name %>
+
 <%= t '.had_added_you', :user => @friendship.befriender.display_name %>
 
 <%= t '.see_their_profile', :userurl => @viewurl %>
index 8a58a29b7f0d0204cf0cd5f8479fc7815d6c26d8..e505474e1c1019e1cec411818ae82584fa8e680e 100644 (file)
@@ -3,8 +3,6 @@
     <div class="row">
       <div class="col">
         <%= render "shared/pagination",
-                   :newer_key => "users.page.newer",
-                   :older_key => "users.page.older",
                    :newer_id => @newer_users_id,
                    :older_id => @older_users_id %>
       </div>
@@ -32,8 +30,6 @@
     <div class="row">
       <div class="col">
         <%= render "shared/pagination",
-                   :newer_key => "users.page.newer",
-                   :older_key => "users.page.older",
                    :newer_id => @newer_users_id,
                    :older_id => @older_users_id %>
       </div>
index ef50ccaf2fb4bffa27c19ce8950fbbd6b7e13209..2fb14b6bdf7056f2196e4c476905f49480e0d758 100644 (file)
@@ -4,10 +4,10 @@
   </td>
   <td>
     <p>
-      <% if user.creation_ip %>
+      <% if user.creation_address %>
         <%= t "users.index.summary_html",
               :name => link_to(user.display_name, user),
-              :ip_address => link_to(user.creation_ip, :ip => user.creation_ip),
+              :ip_address => link_to(user.creation_address, :ip => user.creation_address),
               :date => l(user.created_at, :format => :friendly) %>
       <% else %>
         <%= t "users.index.summary_no_ip_html",
index c73581b25a8493d4d6edcbbc43dbfd4cf4afdf71..d479b1d56dad13e0ab1e94e5188f8b6331ccf2cd 100644 (file)
               <%= link_to t(".comments"), diary_comments_path(@user) %>
               <span class='badge count-number'><%= number_with_delimiter(@user.diary_comments.size) %></span>
             </li>
-            <li>
-              <% if current_user and current_user.friends_with?(@user) %>
-                <%= link_to t(".remove as friend"), remove_friend_path(:display_name => @user.display_name), :method => :post %>
-              <% elsif current_user %>
-                <%= link_to t(".add as friend"), make_friend_path(:display_name => @user.display_name), :method => :post %>
-              <% else %>
-                <%= link_to t(".add as friend"), make_friend_path(:display_name => @user.display_name) %>
-              <% end %>
-            </li>
+            <% if current_user %>
+              <li>
+                <% if current_user.friends_with?(@user) %>
+                  <%= link_to t(".remove as friend"), remove_friend_path(:display_name => @user.display_name), :method => :post %>
+                <% else %>
+                  <%= link_to t(".add as friend"), make_friend_path(:display_name => @user.display_name), :method => :post %>
+                <% end %>
+              </li>
+            <% end %>
 
             <% if @user.blocks.exists? %>
               <li>
             <dl class="list-inline">
               <dt class="list-inline-item m-0"><%= t ".email address" %></dt>
               <dd class="list-inline-item"><%= @user.email %></dd>
-              <% unless @user.creation_ip.nil? -%>
+              <% unless @user.creation_address.nil? -%>
                 <dt class="list-inline-item m-0"><%= t ".created from" %></dt>
-                <dd class="list-inline-item"><%= link_to @user.creation_ip, users_path(:ip => @user.creation_ip) %></dd>
+                <dd class="list-inline-item"><%= link_to @user.creation_address, users_path(:ip => @user.creation_address) %></dd>
               <% end -%>
               <dt class="list-inline-item m-0"><%= t ".status" %></dt>
               <dd class="list-inline-item"><%= link_to @user.status.capitalize, users_path(:status => @user.status) %></dd>
index b7efe912e27e68dea89326de851e2591b1f6e476..a5dc3291de8968c1a02ab8a59a198ee853e0d8d8 100644 (file)
@@ -69,8 +69,8 @@
   <%= hidden_field_tag("referer", h(params[:referer])) unless params[:referer].nil? %>
 
   <div class="mb-3">
-    <%= submit_tag("Continue", :name => "continue", :id => "continue", :disabled => true, :class => "btn btn-primary") %>
-    <%= submit_tag("Cancel", :name => "decline", :id => "decline", :class => "btn btn-outline-secondary") %>
+    <%= submit_tag(t(".continue"), :name => "continue", :id => "continue", :disabled => true, :class => "btn btn-primary") %>
+    <%= submit_tag(t(".cancel"), :name => "decline", :id => "decline", :class => "btn btn-outline-secondary") %>
   </div>
 
   <div class="mb-3">
diff --git a/app/views/ways/timeout.html.erb b/app/views/ways/timeout.html.erb
new file mode 100644 (file)
index 0000000..61415c6
--- /dev/null
@@ -0,0 +1,5 @@
+<% set_title(t("browse.timeout.title")) %>
+
+<%= render "sidebar_header", :title => t("browse.timeout.title") %>
+
+<p><%= t ".sorry", :id => params[:id] %></p>
diff --git a/bin/brakeman b/bin/brakeman
new file mode 100755 (executable)
index 0000000..ace1c9b
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/env ruby
+require "rubygems"
+require "bundler/setup"
+
+ARGV.unshift("--ensure-latest")
+
+load Gem.bin_path("brakeman", "brakeman")
diff --git a/bin/rubocop b/bin/rubocop
new file mode 100755 (executable)
index 0000000..40330c0
--- /dev/null
@@ -0,0 +1,8 @@
+#!/usr/bin/env ruby
+require "rubygems"
+require "bundler/setup"
+
+# explicit rubocop config increases performance slightly while avoiding config confusion.
+ARGV.unshift("--config", File.expand_path("../.rubocop.yml", __dir__))
+
+load Gem.bin_path("rubocop", "rubocop")
index b5accee8aca084a9d9d65a33eb4fd995f714eef4..ff6a47532311f69c591687838c96795d49608cde 100755 (executable)
--- a/bin/setup
+++ b/bin/setup
@@ -1,8 +1,8 @@
 #!/usr/bin/env ruby
 require "fileutils"
 
-# path to your application root.
 APP_ROOT = File.expand_path("..", __dir__)
+APP_NAME = "openstreetmap".freeze
 
 def system!(*args)
   system(*args, :exception => true)
@@ -30,4 +30,8 @@ FileUtils.chdir APP_ROOT do
 
   puts "\n== Restarting application server =="
   system! "bin/rails restart"
+
+  # puts "\n== Configuring puma-dev =="
+  # system "ln -nfs #{APP_ROOT} ~/.puma-dev/#{APP_NAME}"
+  # system "curl -Is https://#{APP_NAME}.test/up | head -n 1"
 end
index 4517e8adfb611d8d073041274321212ff95bf6e1..05d7fb41d664ff4226ac4ee1c28b486e83917630 100644 (file)
@@ -9,7 +9,7 @@ Bundler.require(*Rails.groups)
 module OpenStreetMap
   class Application < Rails::Application
     # Initialize configuration defaults for originally generated Rails version.
-    config.load_defaults 7.1
+    config.load_defaults 7.2
 
     # Please, add to the `ignore` list any other `lib` subdirectories that do
     # not contain `.rb` files, or that should not be reloaded or eager loaded.
index bf49d70da412c24590fbeeb0417d1f6e9f7c54f9..bc4b587486a3225b67cf0d1b74b83fd56f78d661 100644 (file)
@@ -14,7 +14,7 @@ Rails.application.configure do
   # Show full error reports.
   config.consider_all_requests_local = true
 
-  # Enable server timing
+  # Enable server timing.
   config.server_timing = true
 
   # Enable/disable caching. By default caching is disabled.
@@ -24,9 +24,7 @@ Rails.application.configure do
     config.action_controller.enable_fragment_cache_logging = true
 
     config.cache_store = :memory_store
-    config.public_file_server.headers = {
-      "Cache-Control" => "public, max-age=#{2.days.to_i}"
-    }
+    config.public_file_server.headers = { "Cache-Control" => "public, max-age=#{2.days.to_i}" }
   else
     config.action_controller.perform_caching = false
 
@@ -39,8 +37,12 @@ Rails.application.configure do
   # Don't care if the mailer can't send.
   config.action_mailer.raise_delivery_errors = false
 
+  # Disable caching for Action Mailer templates even if Action Controller
+  # caching is enabled.
   config.action_mailer.perform_caching = false
 
+  config.action_mailer.default_url_options = { :host => "localhost", :port => 3000 }
+
   # Print deprecation notices to the Rails logger.
   config.active_support.deprecation = :log
 
@@ -59,11 +61,6 @@ Rails.application.configure do
   # Highlight code that enqueued background job in logs.
   config.active_job.verbose_enqueue_logs = true
 
-  # Debug mode disables concatenation and preprocessing of assets.
-  # This option may cause significant delays in view rendering with a large
-  # number of complex assets.
-  config.assets.debug = true
-
   # Suppress logger output for asset requests.
   config.assets.quiet = true
 
@@ -74,14 +71,17 @@ Rails.application.configure do
   # config.i18n.raise_on_missing_translations = true
 
   # Annotate rendered view with file names.
-  config.action_view.annotate_rendered_view_with_filenames = true
+  config.action_view.annotate_rendered_view_with_filenames = true
 
   # Uncomment if you wish to allow Action Cable access from any origin.
   # config.action_cable.disable_request_forgery_protection = true
 
-  # Raise error when a before_action's only/except options reference missing actions
+  # Raise error when a before_action's only/except options reference missing actions.
   config.action_controller.raise_on_missing_callback_actions = true
 
+  # Apply autocorrection by RuboCop to files generated by `bin/rails generate`.
+  # config.generators.apply_rubocop_autocorrect_after_generate!
+
   # Disable host validation.
   config.hosts = []
 end
index 5ce25fc2c649e86f6cf5a03682d7fb24503b9eec..9a7e072b4ec6889fc419dca02c3ca5912285d5a8 100644 (file)
@@ -13,21 +13,23 @@ Rails.application.configure do
   config.eager_load = true
 
   # Full error reports are disabled and caching is turned on.
-  config.consider_all_requests_local       = false
+  config.consider_all_requests_local = false
   config.action_controller.perform_caching = true
 
   # Ensures that a master key has been made available in ENV["RAILS_MASTER_KEY"], config/master.key, or an environment
   # key such as config/credentials/production.key. This key is used to decrypt credentials (and other encrypted files).
   # config.require_master_key = true
 
-  # Enable static file serving from the `/public` folder (turn off if using NGINX/Apache for it).
-  config.public_file_server.enabled = true
+  # Disable serving static files from `public/`, relying on NGINX/Apache to do so instead.
+  # config.public_file_server.enabled = false
 
-  # Compress JavaScripts and CSS.
+  # Compress JavaScripts using a preprocessor.
   config.assets.js_compressor = Terser.new
+
+  # Compress CSS using a preprocessor.
   # config.assets.css_compressor = :sass
 
-  # Do not fallback to assets pipeline if a precompiled asset is missed.
+  # Do not fall back to assets pipeline if a precompiled asset is missed.
   config.assets.compile = false
 
   # Enable serving of images, stylesheets, and JavaScripts from an asset server.
@@ -52,15 +54,18 @@ Rails.application.configure do
   # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
   # config.force_ssl = true
 
+  # Skip http-to-https redirect for the default health check endpoint.
+  # config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }
+
   # Log to STDOUT by default
-  # config.logger = ActiveSupport::Logger.new($stdout)
-  #                                      .tap  { |logger| logger.formatter = Logger::Formatter.new }
-  #                                      .then { |logger| ActiveSupport::TaggedLogging.new(logger) }
+  # config.logger = ActiveSupport::Logger.new(STDOUT)
+  #   .tap  { |logger| logger.formatter = ::Logger::Formatter.new }
+  #   .then { |logger| ActiveSupport::TaggedLogging.new(logger) }
 
   # Prepend all log lines with the following tags.
   config.log_tags = [:request_id]
 
-  # Info include generic and useful information about system operation, but avoids logging too much
+  # "info" includes generic and useful information about system operation, but avoids logging too much
   # information to avoid inadvertent exposure of personally identifiable information (PII). If you
   # want to log everything, set the level to "debug".
   config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
@@ -72,9 +77,11 @@ Rails.application.configure do
   # config.cache_store = :mem_cache_store
 
   # Use a real queuing backend for Active Job (and separate queues per environment).
-  # config.active_job.queue_adapter     = :resque
+  # config.active_job.queue_adapter = :resque
   # config.active_job.queue_name_prefix = "openstreetmap_production"
 
+  # Disable caching for Action Mailer templates even if Action Controller
+  # caching is enabled.
   config.action_mailer.perform_caching = false
 
   # Configure caching of static assets
index 451eecc50f5acbc79ed7f86e184ab847002c11bb..7ac52c5e4d3030b29432f45f2f7b06803d3ae1b9 100644 (file)
@@ -18,17 +18,14 @@ Rails.application.configure do
   config.eager_load = ENV["CI"].present?
 
   # Configure public file server for tests with Cache-Control for performance.
-  config.public_file_server.enabled = true
-  config.public_file_server.headers = {
-    "Cache-Control" => "public, max-age=#{1.hour.to_i}"
-  }
+  config.public_file_server.headers = { "Cache-Control" => "public, max-age=#{1.hour.to_i}" }
 
   # Show full error reports and disable caching.
-  config.consider_all_requests_local       = true
+  config.consider_all_requests_local = true
   config.action_controller.perform_caching = false
   config.cache_store = :null_store
 
-  # Raise exceptions instead of rendering exception templates.
+  # Render exception templates for rescuable exceptions and raise for other exceptions.
   config.action_dispatch.show_exceptions = :rescuable
 
   # Disable request forgery protection in test environment.
@@ -40,6 +37,8 @@ Rails.application.configure do
   # Disable logging in tests, for speed increases. Set to :info to bring back logging
   config.log_level = :warn
 
+  # Disable caching for Action Mailer templates even if Action Controller
+  # caching is enabled.
   config.action_mailer.perform_caching = false
 
   # Tell Action Mailer not to deliver emails to the real world.
@@ -47,6 +46,10 @@ Rails.application.configure do
   # ActionMailer::Base.deliveries array.
   config.action_mailer.delivery_method = :test
 
+  # Unlike controllers, the mailer instance doesn't have any context about the
+  # incoming request so you'll need to provide the :host parameter yourself.
+  config.action_mailer.default_url_options = { :host => Settings.server_url }
+
   # Print deprecation notices to the stderr.
   config.active_support.deprecation = :stderr
 
@@ -65,7 +68,7 @@ Rails.application.configure do
   # Annotate rendered view with file names.
   # config.action_view.annotate_rendered_view_with_filenames = true
 
-  # Raise error when a before_action's only/except options reference missing actions
+  # Raise error when a before_action's only/except options reference missing actions.
   config.action_controller.raise_on_missing_callback_actions = true
 
   # Use the test adapter for ActiveJob during testing.
index a52b1e63f85c28cb2e82557fd635e676a56e1c71..fac9d555b55ebbaf6aec18a9f82454a9edbf58f2 100644 (file)
@@ -122,6 +122,18 @@ module.exports = [
       "yoda": "error"
     }
   },
+  {
+    // Additional configuration for test files
+    files: ["test/**/*.js"],
+    languageOptions: {
+      globals: {
+        ...globals.mocha,
+        expect: "readonly",
+        assert: "readonly",
+        should: "readonly"
+      }
+    }
+  },
   {
     files: ["config/eslint.js"],
     languageOptions: {
index bdd18a965b0168bb126623b565991096a82504c1..2b0420224e5206ed0c21ccd65ef0d23356151e67 100644 (file)
@@ -122,12 +122,20 @@ search:
 ignore_unused:
   - 'geocoder.search_osm_nominatim.prefix.*'
   - 'javascripts.*'
+  - 'doorkeeper.*'
+  - 'users.auth_failure.*'   # OmniAuth provider callback error messages
   - 'activerecord.attributes.*'
   - 'activerecord.models.*'
   - 'activerecord.help.*'
   - 'helpers.submit.*'
   - 'datetime.distance_in_words_ago.*'
   - 'reports.new.categories.*' # double interpolation in reports_helper
+  - 'shared.pagination.*'
+  - 'auth.providers.*'
+  - 'time.formats.blog' # used for formatting blog dates
+  - 'time.formats.friendly' # used for formatting dates / times in a friendly way
+  - 'activerecord.errors.models.user_mute.attributes.subject.format' # used for formatting error message during validation in user_mute.rb
+  - 'activerecord.errors.models.user_mute.is_already_muted' # used as part of error message during validation in user_mute.rb
 # - '{devise,kaminari,will_paginate}.*'
 # - 'simple_form.{yes,no}'
 # - 'simple_form.{placeholders,hints,labels}.*'
index c1d4e2f783127b92ee028c6bebf2c2841efd3dbf..a2df9167f420d37da6f3ab263dbf98efaddc4701 100644 (file)
@@ -225,7 +225,7 @@ Doorkeeper.configure do
   # https://doorkeeper.gitbook.io/guides/ruby-on-rails/scopes
 
   # default_scopes  :public
-  optional_scopes(*Oauth::SCOPES, *Oauth::PRIVILEGED_SCOPES, *Oauth::OAUTH2_SCOPES)
+  optional_scopes(*Oauth::SCOPES, *Oauth::PRIVILEGED_SCOPES)
 
   # Allows to restrict only certain scopes for grant_type.
   # By default, all the scopes will be available for all the grant types.
index 812e6610d9e67a46b1df270cd5a201cf41d3dff4..b0b993e90da722048e1856962386b86bdfe56a6f 100644 (file)
@@ -1,8 +1,4 @@
-require "oauth/controllers/provider_controller"
 require "oauth/helper"
-require "oauth/rack/oauth_filter"
-
-Rails.configuration.middleware.use OAuth::Rack::OAuthFilter
 
 module OAuth
   module Helper
@@ -20,71 +16,4 @@ module OAuth
       end.force_encoding(Encoding::UTF_8)
     end
   end
-
-  module RequestProxy
-    class RackRequest
-      def method
-        request.request_method
-      end
-    end
-  end
 end
-
-module OpenStreetMap
-  module ProviderController
-    def self.prepended(mod)
-      super
-      mod.singleton_class.prepend(OpenStreetMap::ProviderController::ClassMethods)
-    end
-
-    def render(options = {})
-      text = options.delete(:text)
-      if text
-        super(options.merge(:plain => text))
-      elsif options.delete(:nothing)
-        status = options.delete(:status) || :ok
-        head status, options
-      else
-        super
-      end
-    end
-
-    module ClassMethods
-      def included(controller)
-        controller.class_eval do
-          def self.before_filter(...)
-            before_action(...)
-          end
-
-          def self.skip_before_filter(...)
-            skip_before_action(...)
-          end
-        end
-
-        super
-      end
-    end
-  end
-
-  module OAuthFilter
-    def oauth1_verify(request, options = {}, &block)
-      signature = OAuth::Signature.build(request, options, &block)
-      return false unless OauthNonce.remember(signature.request.nonce, signature.request.timestamp)
-
-      value = signature.verify
-      if request.ssl? && !value
-        http_request = request.dup
-        http_request.define_singleton_method(:scheme) { "http" }
-        http_request.define_singleton_method(:port) { 80 }
-        signature = OAuth::Signature.build(http_request, options, &block)
-        value = signature.verify
-      end
-      value
-    rescue OAuth::Signature::UnknownSignatureMethod
-      false
-    end
-  end
-end
-
-OAuth::Controllers::ProviderController.prepend(OpenStreetMap::ProviderController)
-OAuth::Rack::OAuthFilter.prepend(OpenStreetMap::OAuthFilter)
index a78dbb282b482a28db3f4fd81fea6ec9430c3612..798d9ca546db80f0b82960bb79f0db13078615f0 100644 (file)
@@ -88,10 +88,15 @@ mapnik:
   - { min_zoom: 14, name: building, width: 10, height: 10, fill: "#ab9793" }
   - { min_zoom: 15, name: building, width: 10, height: 10, fill: "#b9a99c", border: "#a99a8d" }
   - { min_zoom: 16, name: building, width: 10, height: 10, fill: "#c4b6ab", border: "#a99a8d" }
-  # stations: stations.mss
-  - { min_zoom: 12, name: station, width: 4, height: 4, fill: "#7981b0" }
-  - { min_zoom: 13, name: station, width: 6, height: 6, fill: "#7981b0" }
+  # stations: stations.mss, amenity-points.mss
+  - { min_zoom: 12, max_zoom: 12, name: station, width: 4, height: 4, fill: "#7981b0" }
+  - { min_zoom: 13, max_zoom: 13, name: station, width: 6, height: 6, fill: "#7981b0" }
+  - { min_zoom: 13, max_zoom: 13, name: railway_halt, width: 4, height: 4, fill: "#7981b0" }
+  - { min_zoom: 14, max_zoom: 14, name: [station, subway_station], width: 6, height: 6, fill: "#7981b0" }
+  - { min_zoom: 14, max_zoom: 14, name: [railway_halt, tram_stop], width: 4, height: 4, fill: "#7981b0" }
   - { min_zoom: 15, name: station, width: 9, height: 9, fill: "#7981b0" }
+  - { min_zoom: 15, name: [railway_halt, subway_station, tram_stop], width: 6, height: 6, fill: "#7981b0" }
+  - { min_zoom: 16, name: bus_stop, width: 6, height: 6, fill: "#0092da" }
   # other
   - { min_zoom: 11, name: [summit, peak], image: summit.svg } # amenity-points.mss
   - { min_zoom: 13, name: tunnel, width: 50, height: 5, casing: grey, casing-dasharray: "4 2", casing-dashoffset: 1 } # roads.mss
@@ -153,57 +158,3 @@ cyclemap:
   - { min_zoom: 15, name: bicycle_parking, image: bicycle_parking.png }
   - { min_zoom: 16, name: bicycle_parking_small, image: bicycle_parking_small.svg }
   - { min_zoom: 16, name: toilets, image: toilets.png }
-opnvkarte:
-  - { min_zoom:  6, name: rail, width: 52, height: 1, fill: "#868686" }
-  - { min_zoom:  8, name: rail, width: 52, height: 2, fill: "#868686" }
-  - { min_zoom: 11, name: rail, width: 52, height: 3, fill: "#868686", line: "#eeeeee", line-dasharray: 10, line-dashoffset: 9 }
-  - { min_zoom: 15, name: rail, width: 52, height: 4, fill: "#868686", line: "#eeeeee", line-dasharray: 10, line-dashoffset: 9, line-width: 2 }
-  - { min_zoom: 17, name: rail, image: rail17.svg }
-  - { min_zoom:  6, name: train, width: 52, height:  2, fill: "#ffc366" }
-  - { min_zoom: 10, name: train, width: 52, height:  3, fill: "#ffc366" }
-  - { min_zoom: 12, name: train, width: 52, height:  4, fill: "#ffc366" }
-  - { min_zoom: 14, name: train, width: 52, height:  8, fill: "#ffc366" }
-  - { min_zoom: 16, name: train, width: 52, height: 10, fill: "#ffc366" }
-  - { min_zoom: 10, name: light_rail, width: 52, height:  3, fill: "#66ff66" }
-  - { min_zoom: 12, name: light_rail, width: 52, height:  4, fill: "#66ff66" }
-  - { min_zoom: 14, name: light_rail, width: 52, height:  8, fill: "#66ff66" }
-  - { min_zoom: 16, name: light_rail, width: 52, height: 10, fill: "#66ff66" }
-  - { min_zoom: 10, name: tram, width: 52, height:  3, fill: "#3333fe" }
-  - { min_zoom: 12, name: tram, width: 52, height:  4, fill: "#3333fe" }
-  - { min_zoom: 14, name: tram, width: 52, height:  8, fill: "#3333fe" }
-  - { min_zoom: 16, name: tram, width: 52, height: 10, fill: "#3333fe" }
-  - { min_zoom: 10, name: subway, width: 52, height:  3, fill: "#33339f" }
-  - { min_zoom: 12, name: subway, width: 52, height:  4, fill: "#33339f" }
-  - { min_zoom: 14, name: subway, width: 52, height:  8, fill: "#33339f" }
-  - { min_zoom: 16, name: subway, width: 52, height: 10, fill: "#33339f" }
-  - { min_zoom:  9, name: ferry, width: 52, height: 2, fill: "#9f339f" }
-  - { min_zoom: 14, name: ferry, width: 52, height: 3, fill: "#9f339f" }
-  - { min_zoom: 10, name: trolleybus, width: 52, height:  3, fill: "#9f3333" }
-  - { min_zoom: 12, name: trolleybus, width: 52, height:  4, fill: "#9f3333" }
-  - { min_zoom: 14, name: trolleybus, width: 52, height:  8, fill: "#9f3333" }
-  - { min_zoom: 16, name: trolleybus, width: 52, height: 10, fill: "#9f3333" }
-  - { min_zoom: 11, name: bus, width: 52, height:  1, fill: "#fe3333" }
-  - { min_zoom: 12, name: bus, width: 52, height:  2, fill: "#fe3333" }
-  - { min_zoom: 13, name: bus, width: 52, height:  3, fill: "#fe3333" }
-  - { min_zoom: 14, name: bus, width: 52, height:  4, fill: "#fe3333" }
-  - { min_zoom: 16, name: bus, width: 52, height: 10, fill: "#fe3333" }
-  - { min_zoom: 13, name: bus_stop, image: bus_stop13.svg }
-  - { min_zoom: 15, name: bus_stop, image: bus_stop15.svg }
-  - { min_zoom: 13, name: stop, image: stop13.svg }
-  - { min_zoom: 15, name: stop, image: stop15.svg }
-  - { min_zoom:  8, name: motorway, width: 52, height:  4, fill: "#dddddd", casing: "#6d6d6d" }
-  - { min_zoom: 13, name: motorway, width: 52, height:  8, fill: "#dddddd", casing: "#6d6d6d" }
-  - { min_zoom: 15, name: motorway, width: 52, height: 13, fill: "#dddddd", casing: "#6d6d6d", line: "#ffffff", line-dasharray: 12, line-dashoffset: 4 }
-  - { min_zoom: 17, name: motorway, width: 52, height: 17, fill: "#dddddd", casing: "#6d6d6d", line: "#ffffff", line-dasharray: 12, line-dashoffset: 4, casing-width: 2 }
-  - { min_zoom:  8, name: main_road, width: 52, height:  1, fill: "#5c6d6d88" }
-  - { min_zoom: 11, name: main_road, width: 52, height:  4, fill: "#dddddd", casing: "#a1968b" }
-  - { min_zoom: 13, name: main_road, width: 52, height:  8, fill: "#dddddd", casing: "#a1968b" }
-  - { min_zoom: 15, name: main_road, width: 52, height: 13, fill: "#dddddd", casing: "#a1968b" }
-  - { min_zoom: 17, name: main_road, width: 52, height: 17, fill: "#dddddd", casing: "#a1968b" }
-  # landcover
-  - { min_zoom:  0, name: [lake, reservoir], width: 26, height: 10, fill: "#a1cbea" }
-  - { min_zoom:  8, name: [lake, reservoir], width: 26, height: 10, fill: "#bfd3ef" }
-  - { min_zoom:  4, name: [forest, wood], width: 26, height: 10, fill: "#b9c5a3" }
-  - { min_zoom:  4, name: built_up, width: 26, height: 10, fill: "#d8d8d8" }
-  - { min_zoom:  9, name: farmland, width: 26, height: 10, fill: "#eae8d6" }
-  - { min_zoom: 12, name: [park, allotments], width: 26, height: 10, fill: "#c2d89a" }
diff --git a/config/layers.yml b/config/layers.yml
new file mode 100644 (file)
index 0000000..3b5bc94
--- /dev/null
@@ -0,0 +1,72 @@
+- leafletOsmId: "Mapnik"
+  code: "M"
+  keyId: "mapnik"
+  nameId: "standard"
+  credit:
+    id: "make_a_donation"
+    href: "https://supporting.openstreetmap.org"
+    donate: true
+
+- leafletOsmId: "CyclOSM"
+  code: "Y"
+  keyId: "cyclosm"
+  nameId: "cyclosm"
+  credit:
+    id: "cyclosm_credit"
+    children:
+      cyclosm_link:
+        id: "cyclosm_name"
+        href: "https://www.cyclosm.org"
+      osm_france_link:
+        id: "osm_france"
+        href: "https://openstreetmap.fr/"
+
+- leafletOsmId: "CycleMap"
+  code: "C"
+  keyId: "cyclemap"
+  nameId: "cycle_map"
+  apiKeyId: "THUNDERFOREST_KEY"
+  credit:
+    id: "thunderforest_credit"
+    children:
+      thunderforest_link:
+        id: "andy_allan"
+        href: "https://www.thunderforest.com/"
+
+- leafletOsmId: "TransportMap"
+  code: "T"
+  keyId: "transportmap"
+  nameId: "transport_map"
+  apiKeyId: "THUNDERFOREST_KEY"
+  credit:
+    id: "thunderforest_credit"
+    children:
+      thunderforest_link:
+        id: "andy_allan"
+        href: "https://www.thunderforest.com/"
+
+- leafletOsmId: "TracestrackTopo"
+  code: "P"
+  keyId: "tracestracktopo"
+  nameId: "tracestracktop_topo"
+  apiKeyId: "TRACESTRACK_KEY"
+  credit:
+    id: "tracestrack_credit"
+    children:
+      tracestrack_link:
+        id: "tracestrack"
+        href: "https://www.tracestrack.com/"
+
+- leafletOsmId: "HOT"
+  code: "H"
+  keyId: "hot"
+  nameId: "hot"
+  credit:
+    id: "hotosm_credit"
+    children:
+      hotosm_link:
+        id: "hotosm_name"
+        href: "https://www.hotosm.org/"
+      osm_france_link:
+        id: "osm_france"
+        href: "https://openstreetmap.fr/"
index 8054043a61f42c868389448f1051f8d112daa50f..dd6bea380aa4d27996a9249253ced1153a352a7e 100644 (file)
@@ -46,10 +46,6 @@ af:
         create: Skep versperring
         update: Werk versperring by
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: dit lyk nie of dit 'n geldige e-posadres is nie
-        email_address_not_routable: is nie aanstuurbaar nie
     models:
       acl: Toegangsbeheerlys
       changeset: Wysigingstel
@@ -368,21 +364,21 @@ af:
       introduction: Klik op die kaart om bakens naby te ontdek.
       nearby: Bakens naby
       enclosing: Omsluitende bakens
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Nuwe opmerking oor wysigingstel #%{changeset_id} deur %{author}'
+        commented_at_by_html: '%{when} gelede deur %{user} opgedateer'
+      show:
+        title_all: OpenStreetMap bespreking oor wysigingstelle
+        title_particular: 'OpenStreetMap wysigingstel #%{changeset_id} bespreking'
+      timeout:
+        sorry: Jammer, die lys met kommentaar wat u versoek het, het te lank geneem
+          om op te spoor.
   changesets:
-    changeset_paging_nav:
-      showing_page: Bladsy %{page}
-      next: Volgende »
-      previous: « Vorige
     changeset:
-      anonymous: Anoniem
       no_edits: (geen wysigings)
       view_changeset_details: Beskou die wysigingstel se besonderhede
-    changesets:
-      id: ID
-      saved_at: Gestoor op
-      user: Gebruiker
-      comment: Kommentaar
-      area: Gebied
     index:
       title: Wysigingstelle
       title_user: Veranderings deur %{user}
@@ -424,18 +420,6 @@ af:
     timeout:
       sorry: Jammer, die lys wysigingstelle wat u versoek het, neem lank om uit te
         haal.
-  changeset_comments:
-    comment:
-      comment: 'Nuwe opmerking oor wysigingstel #%{changeset_id} deur %{author}'
-      commented_at_by_html: '%{when} gelede deur %{user} opgedateer'
-    comments:
-      comment: 'Nuwe opmerking oor wysigingstel #%{changeset_id} deur %{author}'
-    index:
-      title_all: OpenStreetMap bespreking oor wysigingstelle
-      title_particular: 'OpenStreetMap wysigingstel #%{changeset_id} bespreking'
-    timeout:
-      sorry: Jammer, die lys met kommentaar wat u versoek het, het te lank geneem
-        om op te spoor.
   dashboards:
     contact:
       km away: '%{count}km vêr'
@@ -473,8 +457,6 @@ af:
       no_entries: Geen dagboekinskrywings nie
     page:
       recent_entries: Onlangse dagboekinskrywings
-      older_entries: Vorige Inskrywings
-      newer_entries: Jonger inskrywings
     edit:
       title: Wysig dagboekinskrywing
       marker_text: Ligging van dagboekinskrywing
@@ -511,8 +493,6 @@ af:
       report: Rapporteer hierdie kommentaar
     location:
       location: 'Ligging:'
-      view: Beskou
-      edit: Wysig
     feed:
       user:
         title: OpenStreetMap-dagboekinskrywings vir %{user}
@@ -530,8 +510,6 @@ af:
       post: Inskrywing
       when: Wanneer
       comment: Kommentaar
-      newer_comments: Nuwer kommentaar
-      older_comments: Ouer Kommentaar
   doorkeeper:
     flash:
       applications:
@@ -1279,10 +1257,6 @@ af:
         level9: Dorpsgrens
         level10: Voorstedelike grens
         level11: Buurtgrens
-      types:
-        cities: Stede
-        towns: Dorpe
-        places: Plekke
     results:
       no_results: Geen resultate gevind nie
       more_results: Nog resultate
@@ -1296,20 +1270,20 @@ af:
       not_updated: Nie opgedateer nie
       search: Soek
       search_guidance: 'Deursoek probleme:'
+      states:
+        ignored: Geïgnoreer
+        open: Oop
+        resolved: Opgelos
+    page:
       user_not_found: Gebruiker bestaan nie
       issues_not_found: Geen sulke probleme gevind nie
       status: Status
       reports: Berigte
       last_updated: Laas opgedateer
-      link_to_reports: Beskou verslae
       reports_count:
         one: 1 verslag
         other: '%{count} verslae'
       reported_item: Gerapporteerde item
-      states:
-        ignored: Geïgnoreer
-        open: Oop
-        resolved: Opgelos
     show:
       title: '%{status} Probleem #%{issue_id}'
       report_created_at_html: Eerste vermelding op %{datetime}
@@ -1391,18 +1365,12 @@ af:
     history: Geskiedenis
     export: Voer uit
     issues: Probleme
-    data: Data
-    export_data: Voer data uit
     gps_traces: GPS-spore
-    gps_traces_tooltip: Bestuur GPS-spore
     user_diaries: Gebruikersdagboeke
-    user_diaries_tooltip: Wys gebruikersdagboeke
     edit_with: Redigeer met %{editor}
-    tag_line: Die Vrye Wiki-Wêreldkaart
     intro_header: Welkom by OpenStreetMap!
     intro_text: OpenStreetMap is wêreldkaart deur gewone mense geskep. Die gebruik
       daarvan is gratis en val onder 'n oop-lisensie.
-    intro_2_create_account: Skep 'n gebruikerrekening
     partners_fastly: Fastly
     partners_partners: vennote
     tou: Gebruiksvoorwaardes
@@ -1410,16 +1378,9 @@ af:
       gedoen word.
     osm_read_only: Die OpenStreetMap-databasis kan tans slegs gelees word terwyl noodsaaklike
       onderhoud gedoen word.
-    donate: Ondersteun OpenStreetMap deur aan die Fonds vir hardwareopgradering te
-      %{link}.
     help: Hulp
     about: Aangaande
     copyright: Kopiereg
-    community: Gemeenskap
-    community_blogs: Gemeenskapblogs
-    make_a_donation:
-      title: Ondersteun OpenStreetMap met 'n geldelike skenking
-      text: Skenk aan die projek
     learn_more: Meer inligting
     more: Meer
   user_mailer:
@@ -1458,7 +1419,6 @@ af:
       greeting: Hallo,
     changeset_comment_notification:
       hi: Hallo %{to_user},
-      greeting: Hallo,
       commented:
         partial_changeset_with_comment: met kommentaar '%{changeset_comment}'
         partial_changeset_with_comment_html: met kommentaar '%{changeset_comment}'
@@ -1494,7 +1454,6 @@ af:
     message_summary:
       unread_button: Merk as ongelees
       read_button: Merk as gelees
-      reply_button: Beantwoord
       destroy_button: Skrap
     new:
       title: Stuur boodskap
@@ -1561,14 +1520,12 @@ af:
       success: Profiel opgedateer.
   sessions:
     new:
-      title: Meld aan
       tab_title: Meld aan
       email or username: 'E-posadres of gebruikernaam:'
       password: 'Wagwoord:'
       remember: Onthou my
       lost password link: Wagwoord vergeet?
       login_button: Meld aan
-      register now: Registreer nou
       with external: 'Gebruik andersins ’n derde party om mee aan te meld:'
       auth failure: Jammer, kon nie met hierdie inligting aanmeld nie.
     destroy:
@@ -1586,9 +1543,15 @@ af:
     richtext_field:
       edit: Wysig
       preview: Voorskou
+    pagination:
+      diary_comments:
+        older: Ouer Kommentaar
+        newer: Nuwer kommentaar
+      diary_entries:
+        older: Vorige Inskrywings
+        newer: Jonger inskrywings
   site:
     about:
-      next: Volgende
       local_knowledge_title: Plaaslike kennis
       community_driven_title: Gemeenskapsgedrewe
       open_data_title: Open Data
@@ -1648,10 +1611,8 @@ af:
       title: Enige vrae?
     sidebar:
       search_results: Soekuitslae
-      close: Sluit
     search:
       search: Soek
-      get_directions: Kry rigtingaanwysings
       get_directions_title: Kry rigtingaanwysings tussen twee punte
       from: Van
       to: Na
@@ -1738,8 +1699,6 @@ af:
       visibility_help: wat beteken dit?
     update:
       updated: Spore opgedateer
-    trace_optionals:
-      tags: Merkers
     show:
       title: Beskou spoor %{name}
       heading: Besigtig spoor %{name}
@@ -1780,12 +1739,9 @@ af:
       traces_from: Openbare spore van %{user}
     destroy:
       scheduled_for_deletion: Spoor is vir verwydering geoormerk
-    make_public:
-      made_public: Spoor is openbaar gemaak
   application:
     settings_menu:
       account_settings: Rekeninginstellings
-      oauth1_settings: OAuth 1 instellings
       oauth2_applications: OAuth 2 programme
     auth_providers:
       openid:
@@ -1807,25 +1763,6 @@ af:
         title: Meld aan met Wikipedia
         alt: Meld aan met ’n Wikipedia-rekening
   oauth:
-    authorize:
-      allow_to: 'Sta die kliëntprogram toe om:'
-      allow_read_prefs: u gebruikersvoorkeure lees.
-      allow_write_prefs: jou gebruikersvoorkeure wysig.
-      allow_write_diary: skep dagboekinskrywings, lewer kommentaar en ontmoet vriende.
-      allow_write_api: die kaart wysig.
-      allow_write_gpx: laai GPS-spore op.
-      allow_write_notes: notas wysig.
-      grant_access: Verleen toegang
-    authorize_success:
-      title: Magtigingsversoek toegestaan
-      allowed_html: U het die program %{app_name} toegang tot u rekening verleen.
-      verification: Die bevestigingskode is %{code}
-    authorize_failure:
-      title: Magtigingsversoek het misluk
-      denied: U het die program %{app_name} toegang tot u rekening geweier.
-      invalid: Die magtigingsteken is ongeldig.
-    revoke:
-      flash: U het die teken vir %{application} teruggetrek.
     permissions:
       missing: U het nie die program toegang tot hierdie fasiliteit verleen nie.
     scopes:
@@ -1835,32 +1772,6 @@ af:
       write_api: Die kaart wysig
       write_gpx: Laai GPS-spore op
       write_notes: Notas wysig
-  oauth_clients:
-    new:
-      title: Registreer 'n nuwe toepassing
-    edit:
-      title: Redigeer u program
-    show:
-      title: OAuth-besonderhede vir %{app_name}
-      secret: 'Verbruikersgeheim:'
-      url: Versoek teken-URL
-      access_url: 'Toegangsteken-URL:'
-      authorize_url: 'Magtig URL:'
-      edit: Redigeer besonderhede
-      confirm: Is u seker?
-      requests: 'Versoek die volgende regte van die gebruiker:'
-    index:
-      title: My OAuth-gegewens
-      application: Programnaam
-      issued_at: Uitgereik op
-      revoke: Herroep!
-      my_apps: My kliëntprogramme
-      oauth: OAuth
-      register_new: Registreer u program
-    form:
-      requests: 'Versoek die volgende regte van die gebruiker:'
-    not_found:
-      sorry: Jammer, die %{type} kon nie gevind word.
   oauth2_applications:
     index:
       name: Naam
@@ -1900,7 +1811,6 @@ af:
       heading: Voorwaardes
       heading_ct: Bydraervoorwaardes
       continue: Gaan voort
-      decline: Weier
       legale_names:
         france: Frankryk
         italy: Italië
@@ -1970,15 +1880,6 @@ af:
       hide: Versteek verkose gebruikers
     auth_failure:
       no_authorization_code: Geen matigingskode
-  user_role:
-    grant:
-      title: Bevestig toekenning van rol
-      heading: Bevestig toekenning van rol
-      confirm: Bevestig
-    revoke:
-      title: Bevestig herroeping van rol
-      heading: Bevestig herroeping van rol
-      confirm: Bevestig
   user_blocks:
     not_found:
       sorry: Jammer, die gebruiker met ID %{id} kon nie gevind word.
@@ -1996,11 +1897,6 @@ af:
       title: Gebruikerversperrings
       heading: Lys van gebruikersversperrings
       empty: Niemand is nog versper nie.
-    revoke:
-      time_future_html: Diehier versperring sal tyd oor %{time} verstreke.
-      confirm: Wil u definitief hierdie versperring herroep?
-      revoke: Herroep!
-      flash: Hierdie versperring is herroep.
     helper:
       time_future_html: Tyd oor %{time} verstreke.
       until_login: Aktief totdat die gebruiker aanmeld.
@@ -2031,20 +1927,14 @@ af:
       heading_html: '%{block_on} is deur %{block_by} versper'
       created: 'Geskep:'
       status: Status
-      show: Wys
       edit: Redigeer
-      revoke: Herroep!
-      confirm: Is u seker?
       reason: 'Rede agter die versperring:'
       revoker: 'Herroep deur:'
-      needs_view: Die gebruiker moet aanmeld alvorens hierdie versperring verwyder
-        sal word.
     block:
       not_revoked: (nie herroep nie)
       show: Wys
       edit: Redigeer
-      revoke: Herroep!
-    blocks:
+    page:
       display_name: Versperde gebruiker
       creator_name: Skepper
       reason: Rede vir die versperring
@@ -2069,6 +1959,8 @@ af:
     new:
       title: Nuwe nota
       add: Voeg nota by
+    notes_paging_nav:
+      showing_page: Bladsy %{page}
   javascripts:
     close: Sluit
     share:
index dfdd03bd206d69dec3d2012127d41e11575f9c5d..860ad370f40a334f24caa7306f7c8fe32c05bd7e 100644 (file)
@@ -178,20 +178,9 @@ aln:
         tag: Pērshkrimi i wiki faqes pēr %{key}=%{value} tag
       wikipedia_link: '%{page} artikulli nē Wikipedia'
   changesets:
-    changeset_paging_nav:
-      showing_page: Tu e shfaq faqen %{page}
-      next: Tjetra »
-      previous: «Previous
     changeset:
-      anonymous: Anonim
       no_edits: (Nuk ka redaktimet)
       view_changeset_details: Shikoni detajet changeset
-    changesets:
-      id: ID
-      saved_at: Ruhen në
-      user: Përdorues
-      comment: Koment
-      area: Zonë
     index:
       title: Changesets
       title_user: Changesets nga %{user}
@@ -229,8 +218,6 @@ aln:
       no_entries: Nuk ka shënime në ditar
     page:
       recent_entries: 'shënimet e fundit ditar:'
-      older_entries: Shënimet e Vjetra
-      newer_entries: Shënimet Ma Të Reja
     edit:
       title: hyrje Edit ditar
       marker_text: Vendndodhja Ditari hyrje
@@ -261,8 +248,6 @@ aln:
       confirm: Konfirmo
     location:
       location: 'Lokacioni:'
-      view: Kshyre
-      edit: Ndrysho
     feed:
       user:
         title: hyra OpenStreetMap ditar për %{user}
@@ -643,10 +628,6 @@ aln:
           wadi: luginë
           waterfall: Ujëvarë
           weir: Pendë
-      types:
-        cities: Qytetet
-        towns: Qytetet
-        places: Places
     results:
       no_results: Nuk është gjetur asnjë rezultat
       more_results: Më shumë rezultate
@@ -661,19 +642,12 @@ aln:
     history: Historia
     export: Eksport
     gps_traces: GPS Gjurmët
-    gps_traces_tooltip: Manage gjurmë GPS
     user_diaries: Përdoruesi Diaries
-    user_diaries_tooltip: përdorues ditaret Shiko
-    tag_line: Free Harta Wiki Botërore
     osm_offline: Baza e të dhanave të OpenStreetMap niher për niher jasht funksioni
       derisa disa punë themelore po kryhen në bazën e të dhanave.
     osm_read_only: Baza e të dhënave OpenStreetMap është aktualisht në mënyrë read-only
       ndërsa thelbësor bazës së të dhënave mirëmbajtjen puna është kryer.
-    donate: OpenStreetMap Mbështetja nga %{link} në Fondin Hardware Upgrade.
     copyright: Copyright & License
-    make_a_donation:
-      title: OpenStreetMap Mbështetje me një donacion monetar
-      text: Bëni një donacion
   user_mailer:
     diary_comment_notification:
       subject: '[OpenStreetMap] %{user} ka komentu në shënimin tond të ditarit'
@@ -736,7 +710,6 @@ aln:
     message_summary:
       unread_button: Bone si të palexume
       read_button: Bone si të lexume
-      reply_button: Përgjigju
       destroy_button: Fshije
     new:
       title: Qo mesazh
@@ -803,7 +776,6 @@ aln:
       update home location on click: Ndryshoma venin kur të klikoj në hart?
   sessions:
     new:
-      title: Kyçu
       tab_title: Kycu
       email or username: 'Email Adresa ose Username:'
       password: 'Fjalekalimi:'
@@ -815,6 +787,11 @@ aln:
       title: Dil
       heading: Dil nga OpenStreetMap
       logout_button: Dil
+  shared:
+    pagination:
+      diary_entries:
+        older: Shënimet e Vjetra
+        newer: Shënimet Ma Të Reja
   site:
     copyright:
       title: Copyright
@@ -873,7 +850,6 @@ aln:
       export_button: Eksporto
     sidebar:
       search_results: Rezultatet e Kërkimit
-      close: Mshele
     search:
       search: Kërko
       where_am_i: Ku jom une?
@@ -952,8 +928,6 @@ aln:
       title: Duke ndryshue të dhanen %{name}
       heading: Ndrysho të dhanën %{name}
       visibility_help: Çka do me than kjo?
-    trace_optionals:
-      tags: Etiketat
     show:
       title: Duke par gjurmën %{name}
       heading: Tuj i kqyr t'dhanat %{name}
@@ -990,8 +964,6 @@ aln:
       tagged_with: ' e etikume me %{tags}'
     destroy:
       scheduled_for_deletion: Gjurma u parapa për fshirje
-    make_public:
-      made_public: Gjurma u ba publike
     offline_warning:
       message: Sistemi i ngarkimit GPX për momentin asht jasht përdonimit
     offline:
@@ -1005,59 +977,6 @@ aln:
     setup_user_auth:
       blocked: qasja juaj në API është bllokuar. Ju lutemi të log-in për ndërfaqe
         web për të mësuar më shumë.
-  oauth:
-    authorize:
-      request_access_html: Aplikacioni %{app_name} po kërkon qasje në llogarinë tonde.
-        Ju lutem kshyrne nëse doni që aplikacioni me i pas kto mundësi. Ju muni me
-        zgjedh sa ma shumë ose sa ma pak që të doni.
-      allow_to: 'Lejoni klientin të aplikimit:'
-      allow_read_prefs: lexoni preferencat tuaj të përdoruesit.
-      allow_write_prefs: ndryshuar parapëlqimet tuaj të përdoruesit.
-      allow_write_diary: krijojnë të hyra ditar, komentet dhe të bëni miq të rinj.
-      allow_write_api: modifikimin e hartes.
-      allow_read_gpx: lexoni privat tuaj GPS gjurmë.
-      allow_write_gpx: GPS upload gjurmë.
-    revoke:
-      flash: Ju keni revokuar shenjë për %{application}
-  oauth_clients:
-    new:
-      title: Regjistroje një aplikacion të ri
-    edit:
-      title: Redakto kërkesën tuaj
-    show:
-      title: Detajet OAuth për %{app_name}
-      key: 'Konsumatorit kryesore:'
-      secret: 'Konsumatorit Sekret:'
-      url: 'URL Kërkesë Shenjë:'
-      access_url: 'URL Qasja Shenjë:'
-      authorize_url: 'Authorise URL:'
-      support_notice: Ne mbështesim HMAC-SHA1 (rekomandohet) si tekst i thjeshtë në
-        mënyrë SSL.
-      edit: Edit Details
-      requests: 'Kërkuar të drejtat e mëposhtme nga përdoruesit:'
-    index:
-      title: Detajet e mia OAuth
-      my_tokens: Aplikimet e mia i Autorizuar
-      list_tokens: 'Argumentet e mëposhtme janë lëshuar për aplikimet në emrin tuaj:'
-      application: Emri i Aplikacionit
-      issued_at: Lëshuar në
-      revoke: Tërheq!
-      my_apps: Aplikime Klienti im
-      no_apps_html: A keni një aplikim që ju do të doja të regjistruar për të përdorur
-        me ne duke përdorur %{oauth} standarde? Ju duhet të regjistroheni kërkesën
-        tuaj para se ajo mund të bëjë kërkesë OAuth për këtë shërbim.
-      registered_apps: 'Ju keni aplikimet e mëposhtme klientit të regjistruar:'
-      register_new: Regjistroje aplikacionin tond
-    form:
-      requests: 'Kërkesë të drejtat e mëposhtme nga përdoruesit:'
-    not_found:
-      sorry: Na vjen keq, se %{type} nuk mund të gjendet.
-    create:
-      flash: Informatat jon regjistru me sukses.
-    update:
-      flash: Përditësuar më të dhënat e klientit me sukses
-    destroy:
-      flash: Shkatërruar kërkesë e klientit regjistrimit
   oauth2_applications:
     new:
       title: Regjistroje një aplikacion të ri
@@ -1072,7 +991,6 @@ aln:
       heading: rregullat për Pjesëmarrës
       consider_pd: Unë e konsideroj kontributet e mia të jenë në domenin publik
       consider_pd_why: çka o kjo?
-      decline: Mos prano
       legale_select: 'Ju lutem zgjidhni vendin tuaj të banimit:'
       legale_names:
         france: Franca
@@ -1140,21 +1058,11 @@ aln:
       already_has_role: Shfrytzuesi tashmë ka ni rol %{role}.
       doesnt_have_role: Ky shfrytzeus nuk ka asni rrol %{role}
     grant:
-      title: Konfirmo dhanjen e rolit
-      heading: Konfirmo dhenjen e rolit
       are_you_sure: A jeni i sigurt që po doni mja dhonë rolin `%{role}' te përdoruesi
         `%{name}'?
-      confirm: Konfirmo
-      fail: Nuk i dha rol tmadh `%{role}' te perdoruesi `%{name}'. Ju lutna kontrollone
-        perdoruesin dhe rolin qe a jane te dzte valid.
     revoke:
-      title: Konfirmoje rolin duke e zgjuar
-      heading: Konfirmoje folin duke e zgjuar
       are_you_sure: A jeni i sigurt qe ju doni me zgjue rolin `%{role}' prej perdoruesit
         `%{name}'?
-      confirm: Konfirmo
-      fail: Nuk munet me zgjue folin `%{role}' prej perdoruesit `%{name}'. Ju lutem
-        kontrolloje perdoruesin edhe rolin a jane te dyte valid.
   user_blocks:
     model:
       non_moderator_update: Duhet të jetë një moderator për të krijuar ose rinovuar
@@ -1183,14 +1091,6 @@ aln:
       title: blloqe Përdoruesi
       heading: Lista e blloqeve përdorues
       empty: Nuk ka blloqe janë bërë ende.
-    revoke:
-      title: Revokimin e bllokuar në %{block_on}
-      heading_html: Revokimin e bllokuar në %{block_on} nga %{block_by}
-      time_future_html: Ky bllok do të përfundojë në %{time}.
-      past_html: Ky bllok u mbyll %{time} më parë dhe nuk mund të kthehet tani.
-      confirm: Jeni i sigurt që dëshironi të revokuar kete kategori?
-      revoke: Tërheq!
-      flash: Ky bllok është revokuar.
     helper:
       time_future_html: Përfundon në %{time}.
       until_login: Aktiv deri kur përdoruesi shkrimet in
@@ -1211,24 +1111,22 @@ aln:
       title: '%{block_on} bllokuar nga %{block_by}'
       heading_html: '%{block_on} bllokuar nga %{block_by}'
       status: Statusi
-      show: Tregoj
       edit: Redaktoj
-      revoke: Tërheq!
-      confirm: A jeni i sigurt?
       reason: 'Arsyeja për bllok:'
       revoker: 'Revoker:'
-      needs_view: Shfrytëzuesi duhet të hyj para se të fshihet ky bllok.
     block:
       not_revoked: (Jo revokuar)
       show: Tregoj
       edit: Redaktoj
-      revoke: Tërheq!
-    blocks:
+    page:
       display_name: Përdoruesi Blocked
       creator_name: Krijuesi
       reason: Arsyeja për bllok
       status: Statusi
       revoker_name: Revokuar nga ana
+  notes:
+    notes_paging_nav:
+      showing_page: Tu e shfaq faqen %{page}
   javascripts:
     map:
       base:
index 818a0e65b9689eae97e04e0959ca51bd496f2ebb..033774cb54faf68163fb69afd6fe1b92bea5abfb 100644 (file)
@@ -89,9 +89,6 @@ ar:
         update: تحديث المنع
   activerecord:
     errors:
-      messages:
-        invalid_email_address: لا يبدو أنه عنوان بريد إلكتروني صالح
-        email_address_not_routable: غير قابل للتوجيه
       models:
         user_mute:
           is_already_muted: تمت كتم الصوت بالفعل
@@ -169,7 +166,7 @@ ar:
         longitude: خط الطول
         public: عام
         description: الوصف
-        gpx_file: Ø±Ù\81ع Ù\85Ù\84Ù\81 GPX
+        gpx_file: Ø§Ø®ØªØ± Ù\85Ù\84Ù\81 ØªØªØ¨Ø¹ GPS
         visibility: الرؤية
         tagstring: الوسوم
       message:
@@ -466,7 +463,8 @@ ar:
         note: ملحوظة
     timeout:
       title: خطأ انتهاء الوقت
-      sorry: عذرًا، بيانات %{type} بالمعرّف %{id} استغرقت وقتًا طويلا للاسترداد.
+      sorry: عذراً، استغرق استرداد البيانات الخاصة بـ %{type} بالمعرف %{id} وقتًا
+        طويلاً.
       type:
         node: العقدة
         way: الطريق
@@ -482,8 +480,8 @@ ar:
         way: طريق
         relation: علاقة
     start_rjs:
-      feature_warning: يجري تحميل ميزات %{num_features}، والتي يمكن أن تجعل متصفّحك
-        بطيئاً أو عديم الاستجابة. هل أنت متأكد من رغبتك بعرض هذه البيانات؟
+      feature_warning: جارٍ تحميل %{num_features} من الميزات، مما قد يؤدي إلى بطء
+        متصفحك أو عدم استجابته. هل أنت متأكد من أنك تريد عرض هذه البيانات؟
       load_data: تحميل البيانات
       loading: جارٍ التحميل...
     tag_details:
@@ -502,21 +500,21 @@ ar:
       introduction: اضغط على الخريطة لمعرفة النقاط القريبة
       nearby: نقاط قريبة
       enclosing: نقاط مرافقة
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'تعليق جديد على مجموعة التغيير #%{changeset_id} بواسطة %{author}'
+        commented_at_by_html: تم التحديث %{when} بواسطة %{user}
+      show:
+        title_all: مناقشة مجموعة تغيير خريطة الشارع المفتوحة
+        title_particular: مناقشة مجموعة تغيير خريطة الشارع المفتوحة %{changeset_id}
+      timeout:
+        sorry: عذرا، لقد استغرقت قائمة تعليقات مجموعة التغييرات اللتي طلبتها وقتا
+          طويلا لاستردادها.
   changesets:
-    changeset_paging_nav:
-      showing_page: الصفحة %{page}
-      next: التالي »
-      previous: «السابق
     changeset:
-      anonymous: مجهول
       no_edits: (لا تعديلات)
       view_changeset_details: اعرض تفاصيل حزمة التغييرات
-    changesets:
-      id: المعرف
-      saved_at: حُفِظ في
-      user: المستخدم
-      comment: التعليق
-      area: منطقة
     index:
       title: حزم التغييرات
       title_user: حزم التغييرات بواسطة %{user}
@@ -546,7 +544,6 @@ ar:
       title: تغييرات %{id}
       created_by_html: تم إنشاؤه بواسطة %{link_user} على %{created}.
     no_such_entry:
-      title: لا يوجد مثل هذه التغييرات
       heading: 'لا يوجد إدخال بالمعرف: %{id}'
       body: عذرًا، لا يوجد مجموعة تغيير بالمعرف %{id}. يرجى التحقق من الإملاء، أو
         ربما الرابط الذي قمت بالنقر عليه خاطئ.
@@ -580,18 +577,6 @@ ar:
       relations_paginated: الصلات (%{x}-%{y} من %{count})
     timeout:
       sorry: عذرا، لقد استغرقت قائمة مجموعات التغييرات اللتي طلبتها وقتا طويلا لاستردادها.
-  changeset_comments:
-    comment:
-      comment: 'تعليق جديد على مجموعة التغيير #%{changeset_id} بواسطة %{author}'
-      commented_at_by_html: تم التحديث %{when} بواسطة %{user}
-    comments:
-      comment: 'تعليق جديد على مجموعة التغيير #%{changeset_id} بواسطة %{author}'
-    index:
-      title_all: مناقشة مجموعة تغيير خريطة الشارع المفتوحة
-      title_particular: مناقشة مجموعة تغيير خريطة الشارع المفتوحة %{changeset_id}
-    timeout:
-      sorry: عذرا، لقد استغرقت قائمة تعليقات مجموعة التغييرات اللتي طلبتها وقتا طويلا
-        لاستردادها.
   dashboards:
     contact:
       km away: على بعد %{count}كم
@@ -632,8 +617,6 @@ ar:
       no_entries: لا توجد مدخلات يومية
     page:
       recent_entries: إدخالات يوميات حديثة
-      older_entries: المدخلات الأقدم
-      newer_entries: المدخلات الأحدث
     edit:
       title: عدل مدخلة يومية
       marker_text: موقع مدخلة اليومية
@@ -657,6 +640,9 @@ ar:
       comment_count:
         zero: لا تعليق
         one: '%{count} تعليق'
+        two: تعليقان
+        few: تعليقات قليلة
+        many: تعليقات كثيرة
         other: '%{count} تعليقات'
       no_comments: لا يوجد تعليقات
       edit_link: عدل هذه المدخلة
@@ -672,8 +658,6 @@ ar:
       report: أبلغ عن هذا التعليق
     location:
       location: 'الموقع:'
-      view: اعرض
-      edit: تعديل
     feed:
       user:
         title: مدخلات يومية خريطة الشارع المفتوحة للمستخدم ل%{user}
@@ -700,8 +684,6 @@ ar:
       post: إرسال
       when: متى
       comment: التعليق
-      newer_comments: التعليقات الأحدث
-      older_comments: التعليقات الأقدم
   doorkeeper:
     errors:
       messages:
@@ -743,7 +725,6 @@ ar:
   geocoder:
     search:
       title:
-        results_from_html: نتائج من %{results_link}
         latlon: داخلي
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1481,10 +1462,6 @@ ar:
         level9: حدود قرية
         level10: حدود الضاحية
         level11: حدود الحي
-      types:
-        cities: مدن
-        towns: مدن
-        places: أماكن
     results:
       no_results: لم يتم العثور على نتائج
       more_results: المزيد من النتائج
@@ -1498,12 +1475,16 @@ ar:
       not_updated: لم يتم تحديثه
       search: البحث
       search_guidance: 'بحث عن مشاكل:'
+      states:
+        ignored: تم تجاهله
+        open: فتح
+        resolved: تم حله
+    page:
       user_not_found: المستخدم غير موجود
       issues_not_found: لم يتم العثور على مشاكل كهذه
       status: الحالة
       reports: بلاغات
       last_updated: آخر تحديث
-      link_to_reports: عرض البلاغات
       reports_count:
         zero: صفر بلاغ
         one: بلاغ واحد
@@ -1512,10 +1493,6 @@ ar:
         many: '%{count} بلاغات'
         other: '%{count} بلاغ'
       reported_item: شيء تم الابلاغ عنه
-      states:
-        ignored: تم تجاهله
-        open: فتح
-        resolved: تم حله
     show:
       title: '%{status} المشكلة #%{issue_id}'
       reports:
@@ -1606,18 +1583,12 @@ ar:
     history: تاريخ
     export: صدِّر
     issues: المشاكل
-    data: البيانات
-    export_data: تصدير البيانات
     gps_traces: آثار جي بي أس
-    gps_traces_tooltip: عالج آثار جي بي إس
     user_diaries: يوميات المستخدمين
-    user_diaries_tooltip: اعرض يوميات المستخدمين
     edit_with: حرر باستعمال %{editor}
-    tag_line: ويكي خريطة العالم الحرة
     intro_header: مرحبا بكم في خريطة الشارع المفتوحة!
     intro_text: خريطة الشارع المفتوحة هي خريطة العالم، أُنشِئت بواسطة أشخاص مثلك وحرة
       الاستخدام برخصة مفتوحة.
-    intro_2_create_account: أنشئ حساب مستخدم
     partners_fastly: بسرعة
     partners_partners: الشركاء
     tou: شروط الاستخدام
@@ -1625,17 +1596,10 @@ ar:
       من أعمال الصيانة الأساسية لقاعدة البيانات.
     osm_read_only: حاليًا قاعدة بيانات خريطة الشارع المفتوحة في وضع القراءة بينما
       يتم الانتهاء من أعمال الصيانة الأساسية لقاعدة البيانات.
-    donate: ادعم خريطة الشارع المفتوحة ب%{link} لتمويل ترقية العتاد.
     help: مساعدة
     about: حول
     copyright: حقوق النسخ
     communities: مجتمعات
-    community: مجتمع
-    community_blogs: مدونات المجتمع
-    community_blogs_title: مدونات لأعضاء من مجتمع خريطة الشارع المفتوحة
-    make_a_donation:
-      title: ادعم خريطة الشارع المفتوحة بهبة نقدية
-      text: تبرع
     learn_more: التعرف على المزيد
     more: المزيد
   user_mailer:
@@ -1666,17 +1630,20 @@ ar:
       befriend_them: "\uFEFFيمكنك أيضًا إضافتهم كصديق على %{befriendurl}."
       befriend_them_html: يمكنك أيضًا إضافتهم كصديق على %{befriendurl}.
     gpx_description:
-      description_with_tags: 'Ù\88Ù\8aبدÙ\88 Ø°Ø§Ù\84Ù\83 Ù\85Ù\84Ù\81 GPX Ø§Ù\84خاص Ø¨Ù\83 Ù\87Ù\88 %{trace_name} Ù\85ع Ø§Ù\84Ù\88صÙ\81
-        %{trace_description} والعلامات التالية: %{tags}'
-      description_with_tags_html: 'يبدو أن ملف GPX الخاص بك %{trace_name} مع الوصف
-        %{trace_description} والعلامات التالية: %{tags}'
-      description_with_no_tags: يبدو أن ملف GPX الخاص بك %{trace_name} ومع ذالك الوصف
-        %{trace_description} وبدون وسوم
-      description_with_no_tags_html: يبدو أن ملف GPX الخاص بك %{trace_name} مع الوصف
-        %{trace_description} وبدون وسوم
+      description_with_tags: 'Ù\8aبدÙ\88 Ø£Ù\86 Ù\85Ù\84Ù\81Ù\83 Ù\87Ù\88 %{trace_name} Ù\85ع Ø§Ù\84Ù\88صÙ\81 %{trace_description}
+        والعلامات التالية: %{tags}'
+      description_with_tags_html: 'يبدو أن ملفك هو %{trace_name} مع الوصف %{trace_description}
+        والعلامات التالية: %{tags}'
+      description_with_no_tags: يبدو أن ملفك هو %{trace_name} مع الوصف %{trace_description}
+        ولا يحتوي على علامات
+      description_with_no_tags_html: يبدو أن ملفك هو %{trace_name} مع الوصف %{trace_description}
+        ولا يحتوي على علامات
     gpx_failure:
       hi: مرحبًا %{to_user}،
-      failed_to_import: 'فشل الاستيراد، الخطأ هو:'
+      failed_to_import: 'فشل استيراد الملف كملف تتبع GPS. يرجى التأكد من أن الملف
+        عبارة عن ملف GPX صالح أو أرشيف يحتوي على ملفات GPX بتنسيق مدعوم (.tar.gz،
+        .tar.bz2، .tar، .zip، .gpx.gz، .gpx.bz2). هل يمكن أن تكون هناك مشكلة في التنسيق
+        أو بناء الجملة في الملف؟ إليك خطأ الاستيراد:'
       more_info: أكثر معلومة عن جي بي اكس يستورد الفشل و كيف ل يتجنب هم يستطيع يكون
         وجد في%{url}.
       more_info_html: يمكن العثور على مزيد من المعلومات حول إخفاقات استيراد GPX وكيفية
@@ -1742,11 +1709,10 @@ ar:
           الملاحظة بالقرب من %{place}.
         commented_note_html: أعاد %{commenter} تنشيط ملاحظة الخريطة التي علقت عليها.
           الملاحظة قريبة من %{place}.
-      details: Ù\8aÙ\85Ù\83Ù\86 Ø§Ù\84عثÙ\88ر Ø¹Ù\84Ù\89 Ù\85زÙ\8aد Ù\85Ù\86 Ø§Ù\84تÙ\81اصÙ\8aÙ\84 Ø­Ù\88Ù\84 Ù\87Ø°Ù\87 Ø§Ù\84Ù\85Ù\84احظة Ù\81Ù\8a %{url}.
-      details_html: Ù\8aÙ\85Ù\83Ù\86 Ø§Ù\84عثÙ\88ر Ø¹Ù\84Ù\89 Ù\85زÙ\8aد Ù\85Ù\86 Ø§Ù\84تÙ\81اصÙ\8aÙ\84 حول الملاحظة على %{url}.
+      details: Ù\82Ù\85 Ø¨Ø§Ù\84رد Ø£Ù\88 Ø§Ù\84تعرÙ\81 Ø¹Ù\84Ù\89 Ø§Ù\84Ù\85زÙ\8aد Ø­Ù\88Ù\84 Ø§Ù\84Ù\85Ù\84احظة Ø¹Ù\84Ù\89 %{url}.
+      details_html: Ù\82Ù\85 Ø¨Ø§Ù\84رد Ø£Ù\88 Ø§Ù\84تعرÙ\81 Ø¹Ù\84Ù\89 Ø§Ù\84Ù\85زÙ\8aد حول الملاحظة على %{url}.
     changeset_comment_notification:
       hi: أهلا %{to_user}،
-      greeting: مرحبا،
       commented:
         subject_own: '[خريطة الشارع المفتوحة] علق %{commenter} على على إحدى مجموعات
           تغييراتك'
@@ -1762,12 +1728,12 @@ ar:
         partial_changeset_with_comment: مع تعليق '%{changeset_comment}'
         partial_changeset_with_comment_html: مع التعليق " %{changeset_comment}"
         partial_changeset_without_comment: بدون تعليق
-      details: Ù\8aÙ\85Ù\83Ù\86 Ø§Ù\84عثÙ\88ر Ø¹Ù\84Ù\89 Ù\85زÙ\8aد Ù\85Ù\86 Ø§Ù\84تÙ\81اصÙ\8aÙ\84 Ø­Ù\88Ù\84 Ù\85جÙ\85Ù\88عة Ø§Ù\84تغÙ\8aÙ\8aرات Ù\81Ù\8a %{url}.
-      details_html: Ù\8aÙ\85Ù\83Ù\86 Ø§Ù\84عثÙ\88ر Ø¹Ù\84Ù\89 Ù\85زÙ\8aد Ù\85Ù\86 Ø§Ù\84تÙ\81اصÙ\8aÙ\84 حول مجموعة التغييرات على %{url}.
-      unsubscribe: Ù\84Ø¥Ù\84غاء Ø§Ù\84اشتراÙ\83 Ù\85Ù\86 Ø§Ù\84تحدÙ\8aثات Ù\84Ù\87Ø°Ù\87 Ø§Ù\84تغÙ\8aÙ\8aراتØ\9b Ù\82Ù\85 Ø¨Ø²Ù\8aارة %{url} Ù\88اÙ\86Ù\82ر
-        على "إلغاء الاشتراك".
-      unsubscribe_html: Ù\84Ø¥Ù\84غاء Ø§Ù\84اشتراÙ\83 Ù\81Ù\8a ØªØ­Ø¯Ù\8aثات Ù\87Ø°Ù\87 Ø§Ù\84Ù\85جÙ\85Ù\88عة Ø\8c Ù\82Ù\85 Ø¨Ø²Ù\8aارة %{url}
-        Ù\88اÙ\86Ù\82ر Ù\81Ù\88Ù\82 "Ø¥Ù\84غاء Ø§Ù\84اشتراÙ\83".
+      details: Ù\82Ù\85 Ø¨Ø§Ù\84رد Ø£Ù\88 Ø§Ù\84تعرÙ\81 Ø¹Ù\84Ù\89 Ø§Ù\84Ù\85زÙ\8aد Ø­Ù\88Ù\84 Ù\85جÙ\85Ù\88عة Ø§Ù\84تغÙ\8aÙ\8aرات Ø¹Ù\84Ù\89 %{url}.
+      details_html: Ù\82Ù\85 Ø¨Ø§Ù\84رد Ø£Ù\88 Ø§Ù\84تعرÙ\81 Ø¹Ù\84Ù\89 Ø§Ù\84Ù\85زÙ\8aد حول مجموعة التغييرات على %{url}.
+      unsubscribe: Ù\8aÙ\85Ù\83Ù\86Ù\83 Ø¥Ù\84غاء Ø§Ù\84اشتراÙ\83 Ù\81Ù\8a Ø§Ù\84تحدÙ\8aثات Ø§Ù\84خاصة Ø¨Ù\85جÙ\85Ù\88عة Ø§Ù\84تغÙ\8aÙ\8aرات Ù\87Ø°Ù\87
+        على %{url}.
+      unsubscribe_html: Ù\8aÙ\85Ù\83Ù\86Ù\83 Ø¥Ù\84غاء Ø§Ù\84اشتراÙ\83 Ù\81Ù\8a Ø§Ù\84تحدÙ\8aثات Ø§Ù\84خاصة Ø¨Ù\85جÙ\85Ù\88عة Ø§Ù\84تغÙ\8aÙ\8aرات
+        Ù\87Ø°Ù\87 Ø¹Ù\84Ù\89 %{url}.
   confirmations:
     confirm:
       heading: تحقق من بريدك الإلكتروني
@@ -1819,7 +1785,6 @@ ar:
     message_summary:
       unread_button: التعليم كغير مقروءة
       read_button: التعليم كمقروءة
-      reply_button: رد
       destroy_button: حذف
     new:
       title: أرسل رسالة
@@ -1835,7 +1800,6 @@ ar:
       body: عذرًا لا توجد رسالة بذلك المعرف.
     outbox:
       title: صندوق الصادر
-      actions: الإجراءات
       messages:
         one: لديك %{count} رسالة مبعوثة
         other: لديك %{count} رسائل مبعوثة
@@ -1845,16 +1809,18 @@ ar:
     muted:
       title: الرسائل المخفية
     reply:
-      wrong_user: "\uFEFFأنت مسجل للدخول باسم '%{user}' ولكن الرسالة التي طلبت الرد
-        عليها لم تكن مرسلة لذلك المستخدم؛ يُرجَى تسجيل الدخول كمستخدم صحيح للرد."
+      wrong_user: لقد قمت بتسجيل الدخول باسم '%{user}' ولكن الرسالة التي طلبت الرد
+        عليها لم يتم إرسالها إلى هذا المستخدم. يرجى تسجيل الدخول باسم المستخدم الصحيح
+        حتى تتمكن من الرد.
     show:
       title: اقرأ الرسالة
       reply_button: رد
       unread_button: التعليم كغير مقروءة
       destroy_button: احذف
       back: رجوع
-      wrong_user: "\uFEFFأنت مسجل للدخول باسم '%{user}' ولكن الرسالة التي طلبت قراءتها
-        لم تكن من أو إلى ذلك المستخدم؛ يُرجَى تسجيل الدخول كمستخدم صحيح للرد."
+      wrong_user: لقد قمت بتسجيل الدخول باسم '%{user}' ولكن الرسالة التي طلبت قراءتها
+        لم يتم إرسالها من قبل هذا المستخدم أو إليه. يرجى تسجيل الدخول باسم المستخدم
+        الصحيح حتى تتمكن من قراءتها.
     sent_message_summary:
       destroy_button: حذف
     heading:
@@ -1871,7 +1837,7 @@ ar:
     new:
       title: نسيان كلمة السر
       heading: أنسيت كلمة السر؟
-      email address: 'عنوان البريد الإلكتروني:'
+      email address: عنوان البريد الإلكتروني
       new password button: أعد ضبط كلمة السر
       help_text: أدخل عنوان البريد الإلكتروني الذي استخدمته للتسجيل، وسوف نرسل عليه
         رابطا يمكنك استخدامه لإعادة تعيين كلمة المرور.
@@ -1919,15 +1885,13 @@ ar:
       failure: تعذر تحديث الملف الشخصي.
   sessions:
     new:
-      title: تسجيل الدخول
       tab_title: تسجيل الدخول
-      email or username: 'عنوان البريد الإلكتروني أو اسم المستخدم:'
-      password: 'كلمة السر:'
+      email or username: عنوان البريد الإلكتروني أو اسم المستخدم
+      password: كلمة المرور
       remember: تذكرني
       lost password link: أنسيت كلمة المرور؟
       login_button: تسجيل الدخول
-      register now: سجل حسابًا الآن
-      with external: 'بدلا من ذلك، استخدم طرفا ثالثا لتسجيل الدخول:'
+      with external: أو قم بتسجيل الدخول باستخدام طرف ثالث
       auth failure: آسف، لا يمكن الدخول بتلك التفاصيل.
     destroy:
       title: تسجيل الخروج
@@ -1956,9 +1920,18 @@ ar:
     richtext_field:
       edit: تعديل
       preview: معاينة
+    pagination:
+      diary_comments:
+        older: التعليقات الأقدم
+        newer: التعليقات الأحدث
+      diary_entries:
+        older: المدخلات الأقدم
+        newer: المدخلات الأحدث
+      traces:
+        older: الآثار القديمة
+        newer: الآثار الحديثة
   site:
     about:
-      next: التالي
       heading_html: ٪ {copyright} OpenStreetMap٪ {br} من المساهمين%{copyright}%{br}
       used_by_html: '%{name} تدعم البيانات على آلالاف من مواقع الويب وتطبيقات الجوّال
         والأجهزة'
@@ -1976,10 +1949,11 @@ ar:
       community_driven_community_blogs: مدونات المجتمع
       community_driven_osm_foundation: مؤسسة OSM
       open_data_title: البيانات المفتوحة
-      open_data_1_html: "\nOpenStreetMap هو %{open_data}: أنت حر في استخدامه لأي غرض\n
-        طالما أنك تنسب إلى OpenStreetMap والمساهمين فيه. إذا قمت بتعديل أو \n بناء
-        على البيانات بطرق معينة ، فيجوز لك توزيع النتيجة فقط\nتحت نفس الترخيص. راجع
-        %{copyright_license_link} للحصول على التفاصيل."
+      open_data_1_html: |-
+        OpenStreetMap هو %{open_data}: يمكنك استخدامه لأي غرض
+         طالما أنك تنسب الفضل إلى OpenStreetMap ومساهميه. إذا قمت بتعديل أو
+        البناء على البيانات بطرق معينة، فيجوز لك توزيع النتيجة فقط
+        بموجب نفس الترخيص. راجع %{copyright_license_link} للحصول على التفاصيل.
       open_data_open_data: البيانات المفتوحة
       open_data_copyright_license: صفحة حقوق النشر والترخيص
       legal_title: قانوني
@@ -2105,8 +2079,6 @@ ar:
       user_page_link: صفحة مستخدم
       anon_edits_link_text: ابحث عن السبب لماذا هو هذا الحال.
       id_not_configured: لم يتم تكوين آي دي
-      no_iframe_support: متصفحك لا يدعم الإطارات المضمنة HTML، والتي هي ضرورية لهذه
-        الميزة.
     export:
       title: صدِّر
       manually_select: اختر يدويًا منطقة أخرى
@@ -2176,10 +2148,8 @@ ar:
       title: هل هناك أسئلة؟
     sidebar:
       search_results: نتائج البحث
-      close: أغلق
     search:
       search: بحث
-      get_directions: احصل على الاتجاهات
       get_directions_title: البحث عن الاتجاهات بين نقطتين
       from: من
       to: إلى
@@ -2210,14 +2180,14 @@ ar:
           ferry: عبارة
           bus: حافلة
           cable_car: عربة أسلاك
-          chair_lift: تلفريك
+          chair_lift: مصعد كرسي
           runway: مدرج مطار
-          taxiway: مدرج مطار لمناورات الطائرات
+          taxiway: ممر الطائرات
           apron: ساحة مطار
           admin: حدود إدارية
           city: مدينة
           forest: غابة
-          wood: ØºØ§Ø¨Ø©
+          wood: Ø®Ø´Ø¨
           golf: ملعب غولف
           park: منتزه
           common: شائع
@@ -2242,7 +2212,7 @@ ar:
           building: مبنى كبير
           station: محطة قطار
           summit: قمة
-          peak: ذروة
+          peak: قمة
           tunnel: غطاء متقطع = نفق
           bridge: غطاء أسود = جسر
           private: وصول خصوصي
@@ -2295,8 +2265,6 @@ ar:
       visibility_help: ماذا يعني هذا؟
     update:
       updated: تم تحديث التتبع
-    trace_optionals:
-      tags: الوسوم
     show:
       title: عرض الأثر %{name}
       heading: عرض الأثر %{name}
@@ -2320,8 +2288,12 @@ ar:
     trace:
       pending: في الانتظار
       count_points:
-        one: 1 نقطة
-        other: '%{count} نقاط'
+        zero: لا نقاط
+        one: '%{count} نقطة'
+        two: نقطتان
+        few: نقاط قليلة
+        many: نقاط كثيرة
+        other: '%{count} نقطة'
       more: المزيد
       trace_details: اعرض تفاصيل الأثر
       view_map: اعرض الخريطة
@@ -2338,13 +2310,8 @@ ar:
       wiki_page: صفحة ويكي
       upload_trace: حمل أثر
       my_traces: أثري في GPS
-    page:
-      older: الآثار القديمة
-      newer: الآثار الحديثة
     destroy:
       scheduled_for_deletion: تم جدولة الأثر للحذف
-    make_public:
-      made_public: تم جعل الأثر عمومي
     offline_warning:
       message: نظام رفع ملفات جي بي إكس غير متاح حاليًا
     offline:
@@ -2360,8 +2327,6 @@ ar:
     require_cookies:
       cookies_needed: يبدو أن الكوكيز عندك معطلة - يرجى تفعيل الكوكيز في متصفحك قبل
         المتابعة.
-    require_admin:
-      not_an_admin: عليك أن تكون مدير  لتنفيذ هذا الإجراء.
     setup_user_auth:
       blocked_zero_hour: لديك رسالة عاجلة على موقع ويب OpenStreetMap. يجب أن تقرأ
         الرسالة قبل أن تتمكن من حفظ تعديلاتك.
@@ -2373,90 +2338,26 @@ ar:
       account_settings: إعدادات الحساب
     auth_providers:
       openid:
-        title: تسجيل الدخول بOpenID
-        alt: ØªØ³Ø¬Ù\8aÙ\84 Ø§Ù\84دخÙ\88Ù\84 Ø¨Ø§Ø³ØªØ®Ø¯Ø§Ù\85 Ù\85سار OpenID
+        title: تسجيل الدخول باستخدام OpenID
+        alt: Ø´Ø¹ار OpenID
       google:
         title: تسجيل الدخول باستخدام جوجل
-        alt: ØªØ³Ø¬Ù\8aÙ\84 Ø§Ù\84دخÙ\88Ù\84 Ø¨ Google OpenID
+        alt: Ø´Ø¹Ø§Ø± Ø¬Ù\88جÙ\84
       facebook:
-        title: تسجيل الدخول باستخدام فيس بوك
-        alt: ØªØ³Ø¬Ù\8aÙ\84 Ø§Ù\84دخÙ\88Ù\84 Ø¨Ø­Ø³Ø§Ø¨ فيسبوك
+        title: تسجيل الدخول باستخدام الفيسبوك
+        alt: Ø´Ø¹Ø§Ø± Ø§Ù\84فيسبوك
       microsoft:
-        title: تسجيل الدخول مع مايكروسوفت
-        alt: ØªØ³Ø¬Ù\8aÙ\84 Ø§Ù\84دخÙ\88Ù\84 Ø¨Ø­Ø³Ø§Ø¨ مايكروسوفت
+        title: تسجيل الدخول باستخدام مايكروسوفت
+        alt: Ø´Ø¹Ø§Ø± مايكروسوفت
       github:
-        title: ØªØ³Ø¬Ù\8aÙ\84 Ø§Ù\84دخÙ\88Ù\84 Ø¨Ø¬Ù\8aثب
-        alt: ØªØ³Ø¬Ù\8aÙ\84 Ø§Ù\84دخÙ\88Ù\84 Ø¨Ø§Ø³ØªØ®Ø¯Ø§Ù\85 Ø­Ø³Ø§Ø¨ Ø¬Ù\8aثب
+        title: ØªØ³Ø¬Ù\8aÙ\84 Ø§Ù\84دخÙ\88Ù\84 Ø¨Ø§Ø³ØªØ®Ø¯Ø§Ù\85 GitHub
+        alt: Ø´Ø¹Ø§Ø± GitHub
       wikipedia:
-        title: ØªØ³Ø¬Ù\8aÙ\84 Ø§Ù\84دخÙ\88Ù\84 Ø¹Ø¨Ø± ويكيبيديا
-        alt: Ø³Ø¬Ù\84 Ø§Ù\84دخÙ\88Ù\84 Ø¨Ø§Ø³ØªØ®Ø¯Ø§Ù\85 Ø­Ø³Ø§Ø¨ ويكيبيديا
+        title: ØªØ³Ø¬Ù\8aÙ\84 Ø§Ù\84دخÙ\88Ù\84 Ø¨Ø§Ø³ØªØ®Ø¯Ø§Ù\85 ويكيبيديا
+        alt: Ø´Ø¹Ø§Ø± ويكيبيديا
   oauth:
-    authorize:
-      title: السماح بالوصول إلى حسابك
-      request_access_html: التطبيق %{app_name} يطلب الوصول إلى حسابك %{user}. يرجى
-        التحقق ما إذا كنت تريد أن يكون للتطبيق هذه القدرات. يمكن أن تختار ما تشاء.
-      allow_to: 'اسمح للتطبيق بأن:'
-      allow_read_prefs: يقرأ تفضيلات المستخدم.
-      allow_write_prefs: عدّل تفضيلات المستخدم.
-      allow_write_diary: إنشاء مدخلات يومية، تعليقات وإضافة أصدقاء.
-      allow_write_api: تعديل الخريطة.
-      allow_read_gpx: قراءة آثار جي بي أس الخاصة بك.
-      allow_write_gpx: ارفع آثار GPS.
-      allow_write_notes: تعديل الملاحظات.
-      grant_access: منح حق الوصول
-    authorize_success:
-      title: طلب الترخيص مسموح
-      allowed_html: لقد دخلت للتطبيق %{app_name} ادخل إلى حسابك.
-      verification: رمز التحقق هو %{code}.
-    authorize_failure:
-      title: فشل طلب الترخيص
-      denied: لقد رفضت وصول التطبيق %{app_name} إلى حسابك.
-      invalid: رمز المصادقة غير صالح.
-    revoke:
-      flash: لقد أبطلت نموذج التطبيق %{application}
     permissions:
       missing: لم تسمح بالوصول إلى التطبيق لهذا المرفق
-  oauth_clients:
-    new:
-      title: سجِّل طلبا جديد
-    edit:
-      title: عدل طلبك
-    show:
-      title: تفاصيل OAuth لـ%{app_name}
-      key: 'مفتاح المستهلك:'
-      secret: 'سر المستهلك:'
-      url: 'رابط طلب النموذج:'
-      access_url: 'رابط وصول النموذج:'
-      authorize_url: 'رابط التصريح:'
-      support_notice: نحن ندعم HMAC-SHA1 (موصى به) وتوقيعات RSA-SHA1 signatures.
-      edit: عدّل التفاصيل
-      delete: أمحي الزبون
-      confirm: هل أنت متأكد؟
-      requests: 'طلب الصلاحيات التالية من المستخدم:'
-    index:
-      title: تفاصيل OAuth الخاص بي
-      my_tokens: تطبيقاتي المصرحة
-      list_tokens: 'النماذج التالية أصدرت للتطبيقات باسمك:'
-      application: اسم التطبيق
-      issued_at: أُصدِر في
-      revoke: ابطل!
-      my_apps: تطبيقاتي
-      no_apps_html: هل لديك تطبيق تود أن تسجله للاستخدام معنا من خلال %{oauth} القياسي؟
-        يجب عليك أن تسجل تطبيق الويب الخاص قبل أن يتمكن من تقديم طلبات OAuth لهذه
-        الخدمة.
-      oauth: أوث
-      registered_apps: 'لديك التطبيقات المسجلة التالية:'
-      register_new: سجِّل تطبيقك
-    form:
-      requests: 'اطلب الصلاحيات التالية من المستخدم:'
-    not_found:
-      sorry: عذرًا، لم يتم العثور على تلك %{type}.
-    create:
-      flash: تم تسجيل المعلومات بنجاح
-    update:
-      flash: تم تحديث معلومات العميل بنجاح
-    destroy:
-      flash: دُمِّر تسجيل تطبيق العميل
   oauth2_applications:
     index:
       name: الاسم
@@ -2480,13 +2381,12 @@ ar:
       no_auto_account_create: للأسف نحن غير قادرين في الوقت الحالي على إنشاء حساب
         لك تلقائيًا.
       about:
-        header: حًرَّة وقابلة للتحرير
+        header: مجاني وقابل للتعديل.
       display name description: اسم المستخدم الخاص بك الظاهر علنًا، يمكنك تغيير هذا
         في التفضيلات في وقت لاحق.
-      external auth: 'مصادقة طرف ثالث:'
       continue: أنشئ حسابًا
       terms accepted: نشكرك على قبول شروط المساهم الجديدة!
-      use external auth: 'بدلا من ذلك، استخدم طرفا ثالثا لتسجيل الدخول:'
+      use external auth: أو قم بالتسجيل مع طرف ثالث
     terms:
       title: شروط
       heading: شروط
@@ -2502,9 +2402,7 @@ ar:
       consider_pd: بالإضافة إلى ما طُرح أعلاه، أريد أن أنوه أنني أعتبر مساهماتي ملكية
         عامة.
       consider_pd_why: ما هذا؟
-      consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
       continue: استمر
-      decline: أرفض
       you need to accept or decline: الرجاء القراءة ومن ثم قبول أو رفض شروط المساهمة
         الجديدة للمتابعة.
       legale_select: 'بلد الإقامة:'
@@ -2590,29 +2488,20 @@ ar:
       option_1: |-
         إذا كنت جديدا في خريطة الشارع المفتوح، الرجاء إنشاء حساب جديد
         باستخدام النموذج أدناه.
-      option_2: "إذا كان لديك حساب بالفعل، فيمكنك تسجيل الدخول إلى حسابك \nباستخدام
-        اسم المستخدم وكلمة المرور الخاصة بك، ثم ربط الحساب \nبمعرفك في إعدادات المستخدم
-        الخاصة بك."
+      option_2: |-
+        إذا كان لديك حساب بالفعل، فيمكنك تسجيل الدخول إلى حسابك
+         باستخدام اسم المستخدم وكلمة المرور، ثم ربط الحساب
+         بمعرفك في إعدادات المستخدم الخاصة بك.
   user_role:
     filter:
-      not_a_role: السلسلة `%{role}' ليست دور صالح.
+      not_a_role: السلسلة '%{role}' ليست دورًا صالحًا.
       already_has_role: لدى المستخدم الدور  %{role} سابقًا
       doesnt_have_role: ليس للمستخدم الدور %{role}.
       not_revoke_admin_current_user: لا يمكن إبطال دور المشرف من المستخدم الحالي.
     grant:
-      title: تأكيد منح الدور
-      heading: تأكيد منح الدور
-      are_you_sure: هل أنت متأكد من أنك تريد منح الدور `%{role}' إلى المستخدم `%{name}'؟
-      confirm: أكّد
-      fail: لا يمكن منح الدور '%{role}' للمستخدم '%{name}'. يرجى التحقق من أن المستخدم
-        والدور كلاهما صحيحين.
+      are_you_sure: هل أنت متأكد أنك تريد منح الدور '%{role}' للمستخدم '%{name}'؟
     revoke:
-      title: تأكيد إلغاء الدور
-      heading: تأكيد إلغاء الدور
-      are_you_sure: هل أنت متأكد من أنك تريد إبطال الدور `%{role}' من المستخدم `%{name}'؟
-      confirm: أكّد
-      fail: لا يمكن إبطال الدور '%{role}' من المستخدم '%{name}'. يرجى التحقق من أن
-        المستخدم والدور كلاهما صحيحين.
+      are_you_sure: هل أنت متأكد أنك تريد إلغاء الدور '%{role}' من المستخدم '%{name}'؟
   user_blocks:
     model:
       non_moderator_update: يجب أن تكون وسيط لإنشاء أو تحديث عرقلة.
@@ -2642,14 +2531,6 @@ ar:
       title: عرقلات المستخدم
       heading: لائحة بعرقلات المستخدمين
       empty: لم يتم إنشاء عرقلات حتى الآن.
-    revoke:
-      title: إبطال العرقلة على %{block_on}
-      heading_html: إبطال العرقلة على %{block_on} بواسطة %{block_by}
-      time_future_html: هذه العرقلة ستنتهي في %{time}.
-      past_html: هذه العرقلة انتهت %{time} ولا يمكن إبطالها الآن.
-      confirm: هل أنت متأكد أنك ترغب في إبطال هذه العرقلة ؟
-      revoke: ابطل!
-      flash: تم إبطال هذه العرقلة.
     helper:
       time_future_html: ينتهي في %{time}.
       until_login: نشط حتى يقوم المستخدم بتسجيل الدخول.
@@ -2657,21 +2538,39 @@ ar:
       time_past_html: انتهى %{time}.
       block_duration:
         hours:
-          few: '%{count} ساعات'
-          one: ساعة واحد
-          two: ساعتين
+          zero: لا ساعة
+          one: '%{count} ساعة'
+          two: ساعتان
+          few: ساعات قليلة
+          many: ساعات كثيرة
           other: '%{count} ساعة'
         days:
+          zero: لا يوم
           one: يوم واحد
+          two: يومان
+          few: أيام قليلة
+          many: أيام كثيرة
           other: '%{count} أيام'
         weeks:
-          one: أسبوع واحد
-          other: '%{count} أسابيع'
+          zero: لا أسبوع
+          one: '%{count} أسبوع'
+          two: أسبوعان
+          few: أسابيع قليلة
+          many: أسابيع كثيرة
+          other: '%{count} أسبوع'
         months:
+          zero: لا شهر
           one: شهر واحد
+          two: شهران
+          few: شهور قليلة
+          many: شهور كثيرة
           other: '%{count} أشهر'
         years:
+          zero: لا سنة
           one: سنة واحدة
+          two: سنتان
+          few: سنين قليلة
+          many: سنين كثيرة
           other: '%{count} سنوات'
     blocks_on:
       title: العرقلات على %{name}
@@ -2687,19 +2586,14 @@ ar:
       created: 'تم الإنشاء:'
       duration: 'المدة:'
       status: 'الحالة:'
-      show: اعرض
       edit: تعديل
-      revoke: ابطل!
-      confirm: هل أنت متأكد؟
       reason: 'سبب العرقلة:'
       revoker: 'المبطل:'
-      needs_view: المستخدم يحتاج لتسجيل الدخول قبل أن يتم مسح هذه العرقلة.
     block:
       not_revoked: (لم تلغ)
       show: اعرض
       edit: تعديل
-      revoke: ابطل!
-    blocks:
+    page:
       display_name: مستخدم مُعرقل
       creator_name: المنشئ
       reason: السبب العرقلة
@@ -2724,7 +2618,7 @@ ar:
     index:
       title: ملاحظات مقدمة أو علق عليها %{user}
       heading: ملاحظات %{user}
-      subheading_html: تم إرسال الملاحظات أو التعليق عليها بواسطة %{user}
+      subheading_html: ملاحظات %{submitted} أو %{commented} بواسطة %{user}
       no_notes: لا توجد ملاحظات
       id: معرف
       creator: منشئ
@@ -2752,6 +2646,8 @@ ar:
       advice: ملاحظتك عامة ويمكن استخدامها لتحديث الخريطة ، لذا لا تدخل معلومات شخصية
         أو معلومات من خرائط محمية بحقوق النشر أو قوائم دليل.
       add: أضف ملاحظة
+    notes_paging_nav:
+      showing_page: الصفحة %{page}
   javascripts:
     close: أغلق
     share:
@@ -2772,7 +2668,7 @@ ar:
       center_marker: مركز الخريطة على العلامة
       paste_html: ألصق HTML لتضمينه في موقع ويب
       view_larger_map: عرض خريطة بحجم أكبر
-      only_standard_layer: Ù\8aÙ\85Ù\83Ù\86 Ø§Ø³ØªÙ\8aراد Ø§Ù\84طبÙ\82Ø© Ø§Ù\84Ù\82Ù\8aاسÙ\8aØ© فقط كصورة
+      only_standard_layer: Ù\8aÙ\85Ù\83Ù\86 ØªØµØ¯Ù\8aر Ø§Ù\84طبÙ\82ات Ø§Ù\84Ù\82Ù\8aاسÙ\8aØ© Ù\88خرÙ\8aطة Ø§Ù\84دÙ\88رة Ù\88اÙ\84Ù\86Ù\82Ù\84 فقط كصورة
     embed:
       report_problem: أبلغ عن مشكلة
     key:
index 866c0e0abc1b5287d37e1cc2d9558f2bd1e49adc..59489ad0bf9ed8487879a966563e0d36d4e1c977 100644 (file)
@@ -11,7 +11,7 @@ arz:
   helpers:
     submit:
       diary_comment:
-        create: Ø­Ù\81ظ
+        create: ØªØ¹Ù\84Ù\8aÙ\82
       message:
         create: أرسل
       client_application:
@@ -81,7 +81,7 @@ arz:
         longitude: خط الطول
         public: عام
         description: الوصف
-        gpx_file: 'ابلود فايل GPX:'
+        gpx_file: اختر ملف تعقب GPS
         visibility: الرؤية
         tagstring: الوسوم
       message:
@@ -146,20 +146,9 @@ arz:
     tag_details:
       tags: الوسوم
   changesets:
-    changeset_paging_nav:
-      showing_page: الصفحه %{page}
-      next: التالى »
-      previous: «السابق
     changeset:
-      anonymous: مجهول
       no_edits: (لا تعديلات)
       view_changeset_details: اعرض تفاصيل حزمه التغييرات
-    changesets:
-      id: المعرّف
-      saved_at: حُفظ في
-      user: المستخدم
-      comment: التعليق
-      area: منطقة
     index:
       title: حزم التغييرات
       title_user: حزم التغييرات بواسطه %{user}
@@ -196,8 +185,6 @@ arz:
       no_entries: لا يوجد مدخلات يومية
     page:
       recent_entries: 'المدخلات اليوميه الحديثة:'
-      older_entries: المدخلات الأقدم
-      newer_entries: المدخلات الأحدث
     edit:
       title: عدل المدخله بتاعه اليوميه
       marker_text: موقع مدخله اليومية
@@ -206,7 +193,7 @@ arz:
       user_title: يوميه %{user}
       leave_a_comment: اترك تعليقًا
       login_to_leave_a_comment_html: '%{login_link} لترك تعليق'
-      login: ØªØ³Ø¬Ù\8aÙ\84 Ø§Ù\84دخÙ\88Ù\84
+      login: دخول
     no_such_entry:
       title: مدخله يوميه غير موجودة
       heading: 'لا يوجد مدخله بالمعرّف: %{id}'
@@ -578,10 +565,6 @@ arz:
           stream: جدول
           wadi: وادي
           waterfall: شلال
-      types:
-        cities: مدن
-        towns: بلدات
-        places: أماكن
     results:
       no_results: لم يتم العثور على نتائج
   layouts:
@@ -595,18 +578,11 @@ arz:
     history: تاريخ
     export: صدِّر
     gps_traces: آثار جى بى أس
-    gps_traces_tooltip: اتحكم فى اثار GPS
     user_diaries: يوميات المستخدمين
-    user_diaries_tooltip: اعرض يوميات المستخدمين
-    tag_line: ويكى خريطه العالم الحرة
     osm_offline: حاليًا قاعده بيانات خريطه الشارع المفتوحه مغلقه بينما يتم الانتهاء
       من أعمال الصيانه الأساسيه لقاعده البيانات.
     osm_read_only: حاليًا قاعده بيانات خريطه الشارع المفتوحه فى وضع القراءه بينما
       يتم الانتهاء من أعمال الصيانه الأساسيه لقاعده البيانات.
-    donate: ادعم خريطه الشارع المفتوحه ب%{link} لتمويل ترقيه العتاد.
-    make_a_donation:
-      title: ادعم خريطه الشارع المفتوحه بهبه نقدية
-      text: تبرع
   user_mailer:
     diary_comment_notification:
       subject: '[خريطه الشارع المفتوحة] %{user} أضاف تعليقًا على مدخلتك فى اليومية'
@@ -625,7 +601,10 @@ arz:
       see_their_profile: يمكنك أن تشاهد ملفه الشخصى على %{userurl} وإضافته كصديق أيضًا
         إن كنت ترغب فى ذلك.
     gpx_failure:
-      failed_to_import: 'فشل الاستيراد. الخطأ هو:'
+      failed_to_import: 'فشلت في الاستيراد كملف تعقب GPS. من فضلك تحقق من إن الملف
+        الخاص بك هو ملف GPX صالح أو أرشيف يحتوي على ملف (ملفات) GPX في الصيغة المُدعمة
+        (.tar.gz، .tar.bz2, .tar، .zip، .gpx.gz ، .gpx .bz2). ممكن يكون هناك مشكلة
+        في التنسيق أو النص مع ملفك؟ هيك خطأ التأمين:'
       subject: '[خريطه الشارع المفتوحة] فشل استيراد جى بى إكس'
     gpx_success:
       subject: '[خريطه الشارع المفتوحة] نجاح استيراد جى بى إكس'
@@ -667,7 +646,6 @@ arz:
     message_summary:
       unread_button: علّم كغير مقروءة
       read_button: علّم كمقروءة
-      reply_button: رد
       destroy_button: احذف
     new:
       title: أرسل رسالة
@@ -699,7 +677,7 @@ arz:
     new:
       title: نسيان كلمه المرور
       heading: أنسيت كلمه المرور؟
-      email address: 'عنوان البريد الإلكتروني:'
+      email address: عنوان البريد الإلكتروني
       new password button: إعاده ضبط كلمه المرور
       help_text: أدخل عنوان البريد الإلكترونى الذى استخدمته للتسجيل ، وسوف نرسل عليه
         رابط يمكنك استخدامه لإعاده تعيين كلمه المرور.
@@ -717,13 +695,17 @@ arz:
       update home location on click: حدّث موقع المنزل عندما أنقر على الخريطة؟
   sessions:
     new:
-      title: ولوج
-      tab_title: ولوج
-      email or username: 'عنوان البريد الإلكترونى أو اسم المستخدم:'
-      password: 'كلمه المرور:'
+      tab_title: دخول
+      email or username: عنوان البريد الإلكتروني أو اسم المستخدم
+      password: كلمة مرور
       lost password link: أنسيت كلمه المرور؟
-      login_button: لُج
+      login_button: دخول
       auth failure: آسف، لا يمكن الدخول بتلك التفاصيل.
+  shared:
+    pagination:
+      diary_entries:
+        older: المدخلات الأقدم
+        newer: المدخلات الأحدث
   site:
     index:
       js_1: أنت إما تستخدم متصفح لا يدعم جافا سكريبت، أو أنك عطلت استعمال جافا سكريبت.
@@ -740,7 +722,6 @@ arz:
       export_button: صدِّر
     sidebar:
       search_results: نتائج البحث
-      close: أغلق
     search:
       search: بحث
       where_am_i: أين أنا؟
@@ -761,11 +742,11 @@ arz:
           rail: سكه حديدية
           subway: قطار الأنفاق
           runway: مدرج مطار للإقلاع/الهبوط
-          taxiway: مدرج مطار لمناورات الطائرات
+          taxiway: طريق تاكسي
           apron: ساحه مطار
           admin: حدود إدارية
           forest: غابة
-          wood: ØºØ§Ø¨Ø©
+          wood: Ø§Ù\84خشب
           golf: ملعب غولف
           park: منتزه
           common: شائع
@@ -774,7 +755,7 @@ arz:
           industrial: منطقه صناعية
           commercial: منطقه تجارية
           lake: بحيرة
-          reservoir: خزان
+          reservoir: مخزن
           farm: أرض زراعية
           cemetery: مقبرة
           allotments: حصص سكنية
@@ -787,7 +768,7 @@ arz:
           building: مبنى كبير
           station: محطه قطار
           summit: قمة
-          peak: ذروة
+          peak: قمة
           private: استخدام خصوصي
           construction: الطرق تحت الإنشاء
   traces:
@@ -809,8 +790,6 @@ arz:
       title: تعديل الأثر %{name}
       heading: تعديل الأثر %{name}
       visibility_help: ماذا يعنى هذا؟
-    trace_optionals:
-      tags: الوسوم
     show:
       title: عرض الأثر %{name}
       heading: عرض الأثر %{name}
@@ -845,8 +824,6 @@ arz:
       tagged_with: ' موسوم مع %{tags}'
     destroy:
       scheduled_for_deletion: تم جدوله الأثر للحذف
-    make_public:
-      made_public: تم جعل الأثر عمومي
     offline_warning:
       message: نظام رفع ملفات جى بى إكس غير متاح حاليًا
     offline:
@@ -859,52 +836,6 @@ arz:
     setup_user_auth:
       blocked: لقد تم عرقله وصولك إلى الـ API. يرجى تسجيل الدخول من صفحه الموقع لمعرفه
         المزيد.
-  oauth:
-    authorize:
-      request_access_html: التطبيق %{app_name} يطلب الوصول إلى حسابك. يرجى التحقق
-        ما إذا كنت تريد أن يكون للتطبيق هذه القدرات. يمكن أن تختار ما تشاء.
-      allow_to: 'اسمح للتطبيق بأن:'
-      allow_read_prefs: يقرأ تفضيلات المستخدم.
-      allow_write_prefs: عدّل تفضيلات المستخدم.
-      allow_write_diary: إنشاء مدخلات يوميه، تعليقات وإضافه أصدقاء.
-      allow_write_api: يعدّل الخريطه.
-      allow_read_gpx: قراءه آثار جى بى أس الخاصه بك.
-      allow_write_gpx: ارفع آثار GPS.
-  oauth_clients:
-    new:
-      title: سجِّل تطبيق جديد
-    edit:
-      title: عدّل تطبيقك
-    show:
-      title: تفاصيل OAuth للتطبيق %{app_name}
-      url: 'رابط الطلب:'
-      authorize_url: 'رابط التصريح:'
-      support_notice: نحن ندعم HMAC-SHA1 (مستحسن) وكذلك النص العادى فى وضع ssl.
-      edit: عدّل التفاصيل
-      requests: 'طلب الصلاحيات التاليه من المستخدم:'
-    index:
-      title: تفاصيل OAuth الخاص بي
-      my_tokens: تطبيقاتى المصرحة
-      list_tokens: 'التصاريح الصادره باسمك للتطبيقات التالية:'
-      application: اسم التطبيق
-      issued_at: أُصدِر في
-      revoke: ابطل!
-      my_apps: تطبيقاتي
-      no_apps_html: هل لديك تطبيق تود أن تسجله للاستخدام معنا من خلال %{oauth} القياسي؟
-        يجب عليك أن تسجل تطبيق الويب الخاص قبل أن يتمكن من تقديم طلبات OAuth لهذه
-        الخدمه.
-      registered_apps: 'لديك التطبيقات المسجله التالية:'
-      register_new: سجِّل تطبيقك
-    form:
-      requests: 'اطلب الصلاحيات التاليه من المستخدم:'
-    not_found:
-      sorry: عذرًا، لم يتم العثور على تلك %{type}.
-    create:
-      flash: تم تسجيل المعلومات بنجاح
-    update:
-      flash: تم تحديث معلومات العميل بنجاح
-    destroy:
-      flash: دمّر تسجيل التطبيق
   users:
     new:
       title: اعمل حساب
@@ -954,23 +885,13 @@ arz:
       flash success: جميع تعديلاتك الآن عامه، ومسموح لك بالتعديل الآن.
   user_role:
     filter:
-      not_a_role: السلسله `%{role}' ليست دور صالح.
+      not_a_role: السطر '%{role}' مش دور صالح.
       already_has_role: لدى المستخدم الدور  %{role} سابقًا
       doesnt_have_role: ليس للمستخدم الدور %{role}.
     grant:
-      title: تأكيد منح الدور
-      heading: تأكيد منح الدور
       are_you_sure: هل أنت متأكد من أنك تريد منح الدور `%{role}' إلى المستخدم `%{name}'؟
-      confirm: أكّد
-      fail: لا يمكن منح الدور '%{role}' للمستخدم '%{name}'. يرجى التحقق من أن المستخدم
-        والدور كلاهما صحيحين.
     revoke:
-      title: تأكيد إلغاء الدور
-      heading: تأكيد إلغاء الدور
-      are_you_sure: هل أنت متأكد من أنك تريد إبطال الدور `%{role}' من المستخدم `%{name}'؟
-      confirm: أكّد
-      fail: لا يمكن إبطال الدور '%{role}' من المستخدم '%{name}'. يرجى التحقق من أن
-        المستخدم والدور كلاهما صحيحين.
+      are_you_sure: أكنت متأكد انك بتريد إلغاء الدور '%{role}' من المستخدم '%{name}'?
   user_blocks:
     model:
       non_moderator_update: يجب أن تكون وسيط لإنشاء أو تحديث عرقله.
@@ -998,14 +919,6 @@ arz:
       title: عرقلات المستخدم
       heading: لائحه بعرقلات المستخدم
       empty: لم يتم إنشاء عرقلات حتى الآن.
-    revoke:
-      title: إبطال العرقله على %{block_on}
-      heading_html: إبطال العرقله على %{block_on} بواسطه %{block_by}
-      time_future_html: هذه العرقله ستنتهى فى %{time}.
-      past_html: هذه العرقله انتهت منذ %{time} ولا يمكن إبطالها الآن.
-      confirm: هل أنت متأكد أنك ترغب فى إبطال هذه العرقله ؟
-      revoke: ابطل!
-      flash: تم إبطال هذه العرقله.
     helper:
       time_future_html: ينتهى فى %{time}.
       until_login: نشط حتى يقوم المستخدم بتسجيل الدخول.
@@ -1028,24 +941,22 @@ arz:
       title: '%{block_on} عُرقل بواسطه %{block_by}'
       heading_html: '%{block_on} عُرقل بواسطه %{block_by}'
       status: الحالة
-      show: اعرض
       edit: عدّل
-      revoke: ابطل!
-      confirm: هل أنت متأكد؟
       reason: 'سبب العرقلة:'
       revoker: 'المبطل:'
-      needs_view: المستخدم يحتاج لتسجيل الدخول قبل أن يتم مسح هذه العرقله.
     block:
       not_revoked: (لم تلغ)
       show: اعرض
       edit: عدّل
-      revoke: ابطل!
-    blocks:
+    page:
       display_name: مستخدم معرقل
       creator_name: المنشئ
       reason: السبب للعرقلة
       status: الحالة
       revoker_name: مُبطل بواسطة
+  notes:
+    notes_paging_nav:
+      showing_page: الصفحه %{page}
   javascripts:
     map:
       base:
index 41972a7da066372edc7835d40a2acfd0870724d4..d0e9f358da08599a80ed9e8cc834646ece69699b 100644 (file)
@@ -1,7 +1,6 @@
 # Messages for Asturian (asturianu)
 # Exported from translatewiki.net
 # Export driver: phpyaml
-# Author: Amire80
 # Author: Danieldegroot2
 # Author: Enolp
 # Author: Fitoschido
@@ -19,20 +18,20 @@ ast:
       friendly: '%e de %B de %Y a les %H:%M'
   helpers:
     file:
-      prompt: Esbillar un ficheru
+      prompt: Escoyer un ficheru
     submit:
       diary_comment:
         create: Comentar
       diary_entry:
         create: Espublizar
-        update: Actualizar
+        update: Anovar
       issue_comment:
         create: Añader comentariu
       message:
         create: Unviar
       client_application:
         create: Rexistrar
-        update: Actualizar
+        update: Anovar
       oauth2_application:
         update: Anovar
       redaction:
@@ -40,16 +39,11 @@ ast:
         update: Guardar redaición
       trace:
         create: Xubir
-        update: Guardar cambeos
+        update: Guardar los cambeos
       user_block:
         create: Crear un bloquéu
         update: Actualizar el bloquéu
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: nun paez que sía una dirección de corréu electrónicu
-          válida.
-        email_address_not_routable: nun ye enrutable
     models:
       acl: Llista de Control d'Accesu
       changeset: Conxuntu de cambeos
@@ -336,21 +330,22 @@ ast:
       introduction: Fai clic nel mapa p'alcontrar entidaes cercanes.
       nearby: Entidaes cercanes
       enclosing: Entidaes envolventes
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Comentariu nuevu sobro''l conxuntu de cambios #%{changeset_id} de
+          %{author}'
+        commented_at_by_html: Anovao %{when} por %{user}
+      show:
+        title_all: Alderique del conxuntu de cambeos d'OpenStreetMap
+        title_particular: 'Alderique del conxuntu de cambeos #%{changeset_id} d''OpenStreetMap'
+      timeout:
+        sorry: Llevó demasiao tiempu baxar la llista de comentarios del conxuntu de
+          cambeos que pidisti.
   changesets:
-    changeset_paging_nav:
-      showing_page: Páxina %{page}
-      next: Siguiente »
-      previous: « Anterior
     changeset:
-      anonymous: Anónimu
       no_edits: (ensin ediciones)
       view_changeset_details: Ver detalles del conxuntu de cambeos
-    changesets:
-      id: ID
-      saved_at: Guardao el
-      user: Usuariu
-      comment: Comentariu
-      area: Área
     index:
       title: Conxuntos de cambeos
       title_user: Conxuntos de cambeos de %{user}
@@ -391,20 +386,6 @@ ast:
       relations_paginated: Rellaciones (%{x}-%{y} de %{count})
     timeout:
       sorry: Llevó demasiao tiempu baxar la llista de conxuntos de cambeos que pidisti.
-  changeset_comments:
-    comment:
-      comment: 'Comentariu nuevu sobro''l conxuntu de cambios #%{changeset_id} de
-        %{author}'
-      commented_at_by_html: Anovao %{when} por %{user}
-    comments:
-      comment: 'Comentariu nuevu sobro''l conxuntu de cambios #%{changeset_id} de
-        %{author}'
-    index:
-      title_all: Alderique del conxuntu de cambeos d'OpenStreetMap
-      title_particular: 'Alderique del conxuntu de cambeos #%{changeset_id} d''OpenStreetMap'
-    timeout:
-      sorry: Llevó demasiao tiempu baxar la llista de comentarios del conxuntu de
-        cambeos que pidisti.
   dashboards:
     contact:
       km away: a %{count}km de distancia
@@ -441,8 +422,6 @@ ast:
       no_entries: Nun hai entraes nel diariu
     page:
       recent_entries: Entraes más nueves del diariu
-      older_entries: Entraes anteriores
-      newer_entries: Entraes más nueves
     edit:
       title: Editar entrada del Diariu
       marker_text: Allugamientu de la entrada del diariu
@@ -478,8 +457,6 @@ ast:
       report: Informar d'esti comentariu
     location:
       location: 'Allugamientu:'
-      view: Ver
-      edit: Editar
     feed:
       user:
         title: Entraes nel diariu d'OpenStreetMap de %{user}
@@ -495,8 +472,6 @@ ast:
       post: Publicar
       when: Cuándo
       comment: Comentariu
-      newer_comments: Comentarios más nuevos
-      older_comments: Comentarios anteriores
   errors:
     internal_server_error:
       title: Error na aplicación
@@ -517,7 +492,6 @@ ast:
   geocoder:
     search:
       title:
-        results_from_html: Resultaos de %{results_link}
         latlon: Fontes internes
         osm_nominatim: Nominatim d’OpenStreetMap
         osm_nominatim_reverse: Nominatim d’OpenStreetMap
@@ -1105,10 +1079,6 @@ ast:
         level8: Frontera de ciudá
         level9: Frontera de villa
         level10: Frontera de barriu
-      types:
-        cities: Ciudaes
-        towns: Villes
-        places: Llugares
     results:
       no_results: Nun s'alcontraron resultaos
       more_results: Más resultaos
@@ -1122,20 +1092,20 @@ ast:
       not_updated: Ensin anovar
       search: Buscar
       search_guidance: 'Buscar problemes:'
+      states:
+        ignored: Inoráu
+        open: Abrir
+        resolved: Resueltu
+    page:
       user_not_found: L'usuariu nun esiste
       issues_not_found: Nun s'alcontraron problemes
       status: Estáu
       reports: Informes
       last_updated: Caberu anovamientu
-      link_to_reports: Ver los informes
       reports_count:
         one: 1 Informe
         other: '%{count} Informes'
       reported_item: Elementu reportáu
-      states:
-        ignored: Inoráu
-        open: Abrir
-        resolved: Resueltu
     show:
       title: '%{status} Problema #%{issue_id}'
       reports:
@@ -1215,39 +1185,26 @@ ast:
     logout: Salir
     log_in: Aniciar sesión
     sign_up: Rexistrase
-    start_mapping: Principiar col mapéu
+    start_mapping: Comenzar a mapiar
     edit: Editar
     history: Historial
     export: Esportar
     issues: Problemes
-    data: Datos
-    export_data: Esportar datos
     gps_traces: Traces GPS
-    gps_traces_tooltip: Alministrar traces de GPS
     user_diaries: Diarios d'usuariu
-    user_diaries_tooltip: Ver los diarios d'usuariu
     edit_with: Editar con %{editor}
-    tag_line: El Wiki Mapamundi llibre
     intro_header: ¡Afáyate n'OpenStreetMap!
     intro_text: OpenStreetMap ye un mapa del mundu, creáu por persones como tu y d'usu
       llibre baxo una llicencia abierta.
-    intro_2_create_account: Crear una cuenta d'usuariu
     partners_partners: asociaos
     tou: Condiciones d'usu
     osm_offline: La base de datos d'OpenStreetMap anguaño ta desconectada mentanto
       se faen trabayos esenciales de mantenimientu de la base de datos.
     osm_read_only: La base de datos d'OpenStreetMap anguaño ta en mou de sólo llectura
       mentanto se faen trabayos esenciales de mantenimientu de la base de datos.
-    donate: Sofita OpenStreetMap %{link} al Fondu pal Anovamientu del Hardware.
     help: Ayuda
     about: Tocante a
     copyright: Drechos d'autor
-    community: Comunidá
-    community_blogs: Blogues de la Comunidá
-    community_blogs_title: Blogues de miembros de la comunidá d'OpenStreetMap
-    make_a_donation:
-      title: Sofita OpenStreetMap con un donativu económicu
-      text: Fai un donativu
     learn_more: Más información
     more: Más
   user_mailer:
@@ -1321,7 +1278,6 @@ ast:
       details: Pue alcontrar más detalles sobro la nota en %{url}.
     changeset_comment_notification:
       hi: Bones %{to_user},
-      greeting: Bones,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} comentó unu de los tos conxuntos
           de cambios'
@@ -1379,7 +1335,6 @@ ast:
     message_summary:
       unread_button: Marcar como non lleíu
       read_button: Marcar como lleíu
-      reply_button: Contestar
       destroy_button: Desaniciar
     new:
       title: Unviar mensaxe
@@ -1470,23 +1425,31 @@ ast:
       failure: Nun pudo anovase’l perfil.
   sessions:
     new:
-      title: Entrar
       tab_title: Entrar
       email or username: 'Direición de corréu o nome d''usuariu:'
       password: 'Contraseña:'
       remember: Recordame
       lost password link: ¿Perdisti la contraseña?
       login_button: Entrar
-      register now: Rexistrate agora
       with external: 'Alternativamente, usa un terceru p''aniciar sesión:'
       auth failure: Sentímoslo, nun se pudo coneutar al sistema con esos datos.
     destroy:
       title: Salir
       heading: Colar d'OpenStreetMap
       logout_button: Salir
+  shared:
+    pagination:
+      diary_comments:
+        older: Comentarios anteriores
+        newer: Comentarios más nuevos
+      diary_entries:
+        older: Entraes anteriores
+        newer: Entraes más nueves
+      traces:
+        older: Traces más antigües
+        newer: Traces más nueves
   site:
     about:
-      next: Siguiente
       used_by_html: '%{name} proporciona datos de mapes a milenta sitios web, aplicaciones
         pa móviles, y preseos de hardware'
       lede_text: OpenStreetMap ta construíu por una comunidá de cartógrafos que contribuyen
@@ -1513,7 +1476,7 @@ ast:
           a la %{native_link} d'esta páxina o pues dexar de lleer sobro'l copyright
           y %{mapping_link}.
         native_link: versión n'asturianu
-        mapping_link: principiar col mapéu
+        mapping_link: comenzar a mapiar
       legal_babble:
         credit_title_html: Cómo dar reconocimientu a OpenStreetMap
         credit_1_html: Riquimos qu'uses el créditu &ldquo;&copy; Collaboradores d'OpenStreetMap&rdquo;.
@@ -1548,8 +1511,6 @@ ast:
       user_page_link: páxina d'usuariu
       anon_edits_link_text: Descubri por qué ye'l casu.
       id_not_configured: iD nun ta configuráu
-      no_iframe_support: El to navegador nun tien encontu pa los iframes HTML, que
-        se necesiten pa esta carauterística.
     export:
       title: Esportar
       manually_select: Seleiciona manualmente un área distinta
@@ -1624,14 +1585,12 @@ ast:
       title: ¿Tien alguna entruga?
     sidebar:
       search_results: Resultaos de la gueta
-      close: Zarrar
     search:
       search: Guetar
-      get_directions: Obtener indicaciones
       get_directions_title: Alcuentra indicaciones ente dos puntos
       from: Dende
       to: A
-      where_am_i: Â¿Ã\9a esto?
+      where_am_i: Â¿Ã\93nde ta esto?
       where_am_i_title: Describi el to allugamientu actual usando el motor de gueta
       submit_text: Dir
       reverse_directions_text: Invertir direiciones
@@ -1707,7 +1666,7 @@ ast:
           importantes que puen ser afayadices.
       rules:
         title: ¡Regles!
-      start_mapping: Principiar col mapéu
+      start_mapping: Comenzar a mapiar
       add_a_note:
         title: ¿Nun tien tiempu pa editar? ¡Amieste una nota!
         para_1: |-
@@ -1723,7 +1682,7 @@ ast:
         puntos axeitaos con marques d'hora)
     new:
       upload_trace: Xubir traza GPS
-      visibility_help: ¿qué ye esto?
+      visibility_help: ¿qué significa esto?
       help: Ayuda
       help_url: https://wiki.openstreetmap.org/wiki/Upload
     create:
@@ -1742,11 +1701,9 @@ ast:
     edit:
       title: Editando la traza %{name}
       heading: Editando la traza %{name}
-      visibility_help: ¿qué ye esto?
+      visibility_help: ¿qué significa esto?
     update:
       updated: Xubióse la traza
-    trace_optionals:
-      tags: Etiquetes
     show:
       title: Amosando la traza %{name}
       heading: Amosando la traza %{name}
@@ -1787,13 +1744,8 @@ ast:
       tagged_with: ' etiquetaes con %{tags}'
       upload_trace: Xubir una traza
       my_traces: Les mios traces GPS
-    page:
-      older: Traces más antigües
-      newer: Traces más nueves
     destroy:
       scheduled_for_deletion: Traza marcada pa desaniciar
-    make_public:
-      made_public: Traza fecha pública
     offline_warning:
       message: El sistema pa xubir ficheros GPX nun ta disponible anguaño
     offline:
@@ -1812,8 +1764,6 @@ ast:
     require_cookies:
       cookies_needed: Paez que tienes les cookies desactivaes - activa les cookies
         nel restolador enantes de siguir.
-    require_admin:
-      not_an_admin: Has de ser alministrador pa facer esa aición.
     setup_user_auth:
       blocked_zero_hour: Tienes un mensaxe urxente nel sitiu web d'OpenStreetMap.
         Tienes de lleer el mensaxe antes de que puedas guardar les ediciones.
@@ -1842,73 +1792,8 @@ ast:
         title: Aniciar sesión con Wikipedia
         alt: Aniciar sesión con una cuenta de Wikipedia
   oauth:
-    authorize:
-      title: Autorizar l'accesu a la to cuenta
-      request_access_html: L'aplicación %{app_name} ta solicitando accesu a la to
-        cuenta, %{user}. Por favor, revisa si quies que l'aplicación tenga les capacidaes
-        darréu. Puedes esbillar tantes o tan poques como te preste.
-      allow_to: 'Permitir a l''aplicación cliente:'
-      allow_read_prefs: lleer les preferencies d'usuariu.
-      allow_write_prefs: camudar les preferencies d'usuariu.
-      allow_write_diary: crear entraes del diariu, comentarios y facer amigos.
-      allow_write_api: camudar el mapa.
-      allow_read_gpx: lleer les tos traces GPS privaes.
-      allow_write_gpx: xubir traces GPS.
-      allow_write_notes: camudar notes.
-      grant_access: Permitir accesu
-    authorize_success:
-      title: Solicitú d'autorización permitida
-      allowed_html: Permitió que l'aplicación %{app_name} tenga accesu a la so cuenta.
-      verification: El códigu de comprobación ye %{code}.
-    authorize_failure:
-      title: Falló la solicitú d'autorización
-      denied: Refugó a l'aplicación %{app_name} l'accesu a la so cuenta.
-      invalid: El pase d'autorización nun ye válidu.
-    revoke:
-      flash: Refugasti'l token pa %{application}
     permissions:
       missing: Nun permitisti l'accesu de l'aplicación a esta instalación
-  oauth_clients:
-    new:
-      title: Rexistrar una aplicación nueva
-    edit:
-      title: Editar la to aplicación
-    show:
-      title: Detalles d'OAuth pa %{app_name}
-      key: 'Clave del consumidor:'
-      secret: 'Pregunta secreta del consumidor:'
-      url: 'URL del Token de Solicitú:'
-      access_url: 'URL del Token d''accesu:'
-      authorize_url: 'URL d''autorización:'
-      support_notice: Tenemos sofitu pa HMAC-SHA1 (encamentáu) y pa robles RSA-SHA1.
-      edit: Editar los detalles
-      delete: Desaniciar cliente
-      confirm: ¿Tas seguru?
-      requests: 'Pidir los permisos darréu al usuariu:'
-    index:
-      title: Los mios detalles d'OAuth
-      my_tokens: Les mios aplicaciones autorizaes
-      list_tokens: 'Los tokens darréu s''emitieron a aplicaciones nel to nome:'
-      application: Nome d'aplicación
-      issued_at: Emitíu el
-      revoke: ¡Desaniciar!
-      my_apps: Les mios aplicaciones cliente
-      no_apps_html: ¿Tienes una aplicación que quieras rexistrar pa usar con nós usando
-        l'estándar %{oauth}? Tienes de rexistrar la to aplicación web enantes de que
-        pueda facer solicitúes OAuth a esti serviciu.
-      oauth: OAuth
-      registered_apps: 'Tienes rexistraes les aplicaciones cliente darréu:'
-      register_new: Rexistra la to aplicación
-    form:
-      requests: 'Pidir los permisos darréu al usuariu:'
-    not_found:
-      sorry: Lo sentimos, esi %{type} nun se pudo alcontrar.
-    create:
-      flash: Se rexistró la información correutamente
-    update:
-      flash: S'anovó la información del cliente correutamente
-    destroy:
-      flash: Se destruyó'l rexistru de l'aplicación cliente
   oauth2_applications:
     new:
       title: Rexistrar una aplicación nueva
@@ -1921,7 +1806,6 @@ ast:
         header: Llibre y editable
       display name description: El nome d'usuariu que s'amuesa en público. Pue camudalo
         más sero nes preferencies.
-      external auth: 'Autenticación con un terceru:'
       continue: Date d'alta
       terms accepted: ¡Gracies por aceutar les condiciones de collaboración!
       use external auth: Alternativamente, usa un terceru p'aniciar sesión
@@ -1940,9 +1824,7 @@ ast:
       consider_pd: Amás de lo anterior, considero que les mios collaboraciones pasen
         a ser Dominiu Públicu
       consider_pd_why: ¿qué ye esto?
-      consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
       continue: Siguir
-      decline: Refugar
       you need to accept or decline: Por favor, llei y aceuta o refuga les nueves
         Condiciones de Collaboración pa siguir.
       legale_select: 'Seleiciona el to país de residencia:'
@@ -2040,19 +1922,9 @@ ast:
       not_revoke_admin_current_user: Nun pudo quitase'l rol d'alministrador al usuariu
         actual.
     grant:
-      title: Confirmar dar rol
-      heading: Confirmar dar rol
       are_you_sure: ¿Seguro que quies da-y el rol «%{role}» al usuariu «%{name}»?
-      confirm: Confirmar
-      fail: Nun pues da-y el rol «%{role}» al usuariu «%{name}». Comprueba que tanto
-        l'usuariu como'l rol son válidos.
     revoke:
-      title: Confirmar quitar rol
-      heading: Confirmar quitar rol
       are_you_sure: ¿Seguro que quies quita-y el rol «%{role}» al usuariu «%{name}»?
-      confirm: Confirmar
-      fail: Nun pues quita-y el rol «%{role}» al usuariu «%{name}». Comprueba que
-        tanto l'usuariu como'l rol son válidos.
   user_blocks:
     model:
       non_moderator_update: Has de ser moderador pa crear o anovar un bloquéu.
@@ -2080,14 +1952,6 @@ ast:
       title: Bloqueos d'usuariu
       heading: Llista de bloqueos d'usuariu
       empty: Entá nun se fizo dengún bloquéu.
-    revoke:
-      title: Desaniciando'l bloquéu a %{block_on}
-      heading_html: Desaniciando'l bloquéu a %{block_on} por %{block_by}
-      time_future_html: Esti bloquéu finará en %{time}.
-      past_html: Esti bloquéu finó %{time} y nun pue revocase agora.
-      confirm: ¿Seguro que quies desaniciar esti bloquéu?
-      revoke: ¡Desaniciar!
-      flash: Esti bloquéu se desanició.
     helper:
       time_future_html: Fina en %{time}.
       until_login: Activu fasta que'l usuariu anicie sesión.
@@ -2123,19 +1987,14 @@ ast:
       heading_html: '%{block_on} bloquiáu por %{block_by}'
       created: Creáu
       status: Estáu
-      show: Amosar
       edit: Editar
-      revoke: ¡Desaniciar!
-      confirm: ¿Tas seguru?
       reason: 'Motivu del bloquéu:'
       revoker: 'Desaniciador:'
-      needs_view: L'usuariu tien de coneutase enantes de que se desanicie esti bloquéu.
     block:
       not_revoked: (non desaniciáu)
       show: Amosar
       edit: Editar
-      revoke: ¡Desaniciar!
-    blocks:
+    page:
       display_name: Usuariu bloquiáu
       creator_name: Creador
       reason: Motivu del bloquéu
@@ -2174,6 +2033,8 @@ ast:
         información personal, o información de mapes con drechos d'autor o llistes
         de teléfonos).
       add: Amestar nota
+    notes_paging_nav:
+      showing_page: Páxina %{page}
   javascripts:
     close: Zarrar
     share:
@@ -2306,7 +2167,7 @@ ast:
         roundabout_without_exit: Na rotonda toma la salida haza %{name}
         leave_roundabout_without_exit: Sal de la rotonda - %{name}
         stay_roundabout_without_exit: Sigui na rotonda - %{name}
-        start_without_exit: Principiar en %{name}
+        start_without_exit: 'Comenzar en: %{name}'
         destination_without_exit: Aportasti al destín
         against_oneway_without_exit: Dir escontra direición per %{name}
         end_oneway_without_exit: Final de sentíu únicu en %{name}
index 4b918bfb5b32295eee8ae22f3fc4af8a69342ceb..917cf11bdef9cb11d28da213a0579c90eacfffad 100644 (file)
@@ -13,6 +13,7 @@
 # Author: Vugar 1981
 # Author: Wertuose
 # Author: Şeyx Şamil
+# Author: Əkrəm Cəfər
 ---
 az:
   time:
@@ -134,7 +135,7 @@ az:
         other: təxminən %{count} saat əvvəl
       half_a_minute: yarım dəqiqə əvvəl
   editor:
-    default: Susmaya görə (hal-hazırda %{name})
+    default: Defolt (hal-hazırda %{name})
     id:
       name: iD
       description: iD (brauzerdaxili redaktə)
@@ -222,20 +223,9 @@ az:
         tag: '%{key}=%{value} teqini təsvir edən viki səhifəsi'
       wikipedia_link: Vikipediyada %{page} məqaləsi
   changesets:
-    changeset_paging_nav:
-      showing_page: Səhifə %{page}
-      next: Növbəti »
-      previous: « Əvvəlki
     changeset:
-      anonymous: Anonim
       no_edits: (redaktə yoxdur)
       view_changeset_details: Dəyişikliklər dəstinin ətraflı görüntüsü
-    changesets:
-      id: ID
-      saved_at: Saxlanıldı
-      user: İstifadəçi
-      comment: Şərh
-      area: Ərazi
     index:
       title: Dəyişikliklər dəsti
       title_user: '%{user} tərəfindən edilmiş dəyişikliklər dəsti'
@@ -279,8 +269,6 @@ az:
       no_entries: Gundəlikdə yazı yoxdur
     page:
       recent_entries: Ən son gündəlik qeydləri
-      older_entries: Köhnə yazılar
-      newer_entries: Yeni yazılar
     edit:
       title: Gündəlik yazısıni redaktə et
       marker_text: Gundəlik yazısının yazıldığı yer
@@ -311,8 +299,6 @@ az:
       confirm: Təsdiq etmək
     location:
       location: 'Yerləşdiyi yer:'
-      view: Görünüş
-      edit: Redaktə
     feed:
       user:
         title: '%{user} üçün OpenStreetMap gündəlik yazıları'
@@ -329,8 +315,6 @@ az:
       post: Post
       when: Nə vaxt
       comment: Şərh
-      newer_comments: Yeni şərhlər
-      older_comments: Köhnə Şərhlər
   friendships:
     make_friend:
       heading: '%{user}-i(ı) dostluğa əlavə edək?'
@@ -785,10 +769,6 @@ az:
         level8: Şəhər sərhəddi
         level9: Kənd sərhəddi
         level10: Məhəllə sərhəddi
-      types:
-        cities: Şəhərlər
-        towns: Şəhər qəsəbələri
-        places: Yerlər
     results:
       no_results: Nəticələr tapılmadı
       more_results: Daha çox nəticə
@@ -802,24 +782,12 @@ az:
     edit: Redaktə
     history: Tarix
     export: İxrac
-    data: Məlumatlar
-    export_data: Məlumatların ixracı
     gps_traces: GPS cizgilər
-    gps_traces_tooltip: GPS cizgilər ilə işləmək
     user_diaries: İstifadəçi Gündəlikləri
-    user_diaries_tooltip: İstifadəçilərin gündəliklərinə baxmaq
     edit_with: '%{editor} köməyi ilə dəyişdir'
-    tag_line: Azad Viki Dünya Xəritəsi
-    intro_2_create_account: İstifadəçi hesabı yarat
     partners_partners: partnyorlar
     help: Kömək
     copyright: Müəllif hüquqları və Lisenziyalar
-    community: İcma
-    community_blogs: İcma bloqları
-    community_blogs_title: OpenStreetMap icmasının iştirakçılarının bloqları
-    make_a_donation:
-      title: OpenStreetMap-i dəstəkləmək üçün maddi yardım et
-      text: Maddi yardım et
   user_mailer:
     diary_comment_notification:
       subject: '[OpenStreetMap] %{user} adlı istifadəçi sənin gündəliy yazına şərh
@@ -865,7 +833,6 @@ az:
     message_summary:
       unread_button: Oxunulmamış kimi işarələ
       read_button: Oxunulmuş kimi işarələ
-      reply_button: Geri göndər
       destroy_button: Sil
     new:
       title: Mesaj göndər
@@ -915,18 +882,27 @@ az:
       replace image: Hazırki şəkili əvəzlə
   sessions:
     new:
-      title: Daxil olun
       tab_title: Daxil olun
       password: 'Parol:'
       remember: Məni xatırla
       login_button: Daxil ol
-      register now: İndi qeydiyyatdan keç
       with external: 'Alternativ olaraq, daxil olmaq üçün üçüncü tərəfdən istifadə
         edin:'
     destroy:
       title: Sistemdən çıx
       heading: OpenStreetMap-dən çıx
       logout_button: Sistemdən çıx
+  shared:
+    pagination:
+      diary_comments:
+        older: Köhnə Şərhlər
+        newer: Yeni şərhlər
+      diary_entries:
+        older: Köhnə yazılar
+        newer: Yeni yazılar
+      users:
+        older: Köhnə İstifadəçilər
+        newer: Yeni İstifadəçilər
   site:
     copyright:
       title: Müəllif hüquqları və Lisenziyalar
@@ -956,7 +932,6 @@ az:
         url: http://wiki.openstreetmap.org/wiki/Az:Beginners%27_guide
     sidebar:
       search_results: Axtarış Nəticələri
-      close: Bağla
     search:
       search: Axtar
       where_am_i: Mən haradayam?
@@ -1019,18 +994,12 @@ az:
         alt: GitHub loqosu
       wikipedia:
         alt: Vikipediya hesabı ilə daxil olun
-  oauth_clients:
-    show:
-      confirm: Əminsiniz?
-    index:
-      revoke: Ləğv et!
   users:
     new:
       title: Hesab aç
       continue: Davam et
     terms:
       consider_pd_why: bu nədir?
-      decline: İmtina
       legale_names:
         france: Fransa
         italy: İtaliya
@@ -1053,17 +1022,10 @@ az:
       title: İstifadəçilər
       heading: İstifadəçilər
     page:
-      older: Köhnə İstifadəçilər
-      newer: Yeni İstifadəçilər
       found_users:
         one: '%{count} istifadəçi tapıldı'
         other: '%{count} istifadəçi tapıldı'
       hide: Seçilmiş istifadəçiləri gizlət
-  user_role:
-    grant:
-      confirm: Təsdiq et
-    revoke:
-      confirm: Təsdiq et
   user_blocks:
     create:
       flash: '%{name} adlı istifadəçiyə blok yaradılıb.'
@@ -1072,12 +1034,6 @@ az:
     index:
       title: İstifadəçi blokları
       heading: İstifadəçi blokları siyahısı
-    revoke:
-      title: '%{block_on} adlı istifadəçi üçün blok ləğv edilib'
-      heading_html: '%{block_on} adlı istifadəçi üçün blok, %{block_by} tərəfindən
-        ləğv edilib'
-      revoke: Ləğv et!
-      flash: Bu blok ləğv edilib.
     helper:
       time_past_html: '%{time} əvvəl sona çatıb.'
     blocks_by:
@@ -1085,14 +1041,11 @@ az:
     show:
       title: '%{block_on}, %{block_by} tərəfindən blok edilib'
       status: Status
-      show: 'Göstər:'
-      revoke: Ləğv et!
     block:
       not_revoked: (ləgv edilməyib)
       show: Göstər
       edit: Redaktə et
-      revoke: Ləğv et!
-    blocks:
+    page:
       display_name: Bloklanmış İstifadəçilər
       creator_name: Yaradıcı
       reason: Bloklanma səbəbi
@@ -1101,6 +1054,8 @@ az:
   notes:
     show:
       description: Təsvir
+    notes_paging_nav:
+      showing_page: Səhifə %{page}
   javascripts:
     map:
       base:
index 3d4999779aa608eafeb2b19659cffe70c1548205..2b9da91afb1c1374434454bddab0a658056ca962 100644 (file)
@@ -2,7 +2,6 @@
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: AiseluRB
-# Author: Amire80
 # Author: Bashkorttan
 # Author: Lizalizaufa
 # Author: MR973
@@ -25,7 +24,7 @@ ba:
       prompt: Файлды һайлағыҙ
     submit:
       diary_comment:
-        create: Һаҡларға
+        create: Комментарий
       diary_entry:
         create: Баҫтырырға
         update: Яңыртырға
@@ -51,8 +50,11 @@ ba:
   activerecord:
     errors:
       messages:
-        invalid_email_address: Ысын электрон почта адресына оҡшамаған
-        email_address_not_routable: йүнәлешле түгел
+        display_name_is_user_n: use_n була алмай, әгәр n һеҙҙең ҡулланыусы идентификаторығыҙ
+          булмаһа.
+      models:
+        user_mute:
+          is_already_muted: тауышы инде һүндерелгән
     models:
       acl: Инеүҙе сикләү исемлеге
       changeset: Төҙәтеүҙәр пакеты
@@ -107,6 +109,7 @@ ba:
       diary_entry:
         user: Ҡулланыусы
         title: Тема
+        body: Текст
         latitude: Киңлек
         longitude: Оҙонлоҡ
         language_code: Тел
@@ -160,6 +163,7 @@ ba:
         confidential: Ҡушымта клиент серен сер итеп тоторға мөмкин булған урындарҙа
           ҡулланыласаҡ (үҙ мобиль ҡушымталар һәм бер битле ҡушымталар конфиденциаль
           түгел)
+        redirect_uri: URI өсөн бер юл ҡулланығыҙ
       trace:
         tagstring: өтөр аша
       user_block:
@@ -174,41 +178,41 @@ ba:
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: яҡынса 1 сәғәт элек
-        other: яҡынса %{count} сәғәт элек
+        one: '%{count} сәғәт самаһы элек'
+        other: '%{count} сәғәт самаһы элек'
       about_x_months:
-        one: яҡынса 1 ай элек
-        other: яҡынса %{count} ай элек
+        one: '%{count} ай самаһы элек'
+        other: '%{count} ай самаһы элек'
       about_x_years:
-        one: яҡынса 1 йыл элек
-        other: яҡынса %{count} йыл элек
+        one: '%{count} йыл самаһы элек'
+        other: '%{count} йыл самаһы элек'
       almost_x_years:
-        one: 1 йыл элек тиерлек
-        other: '%{count} Ð¹Ñ\8bл Ñ\8dлек Ñ\82иеÑ\80лек'
+        one: '%{count} йыл тирәһе элек'
+        other: '%{count} Ð¹Ñ\8bл Ñ\82иÑ\80Ó\99һе Ñ\8dлек'
       half_a_minute: ярты минут элек
       less_than_x_seconds:
-        one: 1 секунд кәм элек
-        other: '%{count} секунд кәм элек'
+        one: '%{count} секундтан аҙ ваҡыт элек'
+        other: '%{count} секундтан аҙ ваҡыт элек'
       less_than_x_minutes:
-        one: 1 минут кәм элек
-        other: '%{count} минут кәм элек'
+        one: '%{count} минуттан аҙ ваҡыт элек'
+        other: '%{count} минуттан аҙ ваҡыт элек'
       over_x_years:
-        one: яҡынса 1 йыл элек
-        other: яҡынса %{count} йыл элек
+        one: '%{count} йылдан ашыу ваҡыт элек'
+        other: '%{count} йылдан ашыу ваҡыт элек'
       x_seconds:
-        one: 1 секунд элек
+        one: '%{count} секунд элек'
         other: '%{count} секунд элек'
       x_minutes:
-        one: 1 минут элек
+        one: '%{count} минут элек'
         other: '%{count} минут элек'
       x_days:
-        one: 1 көн элек
+        one: '%{count} көн элек'
         other: '%{count} көн элек'
       x_months:
-        one: 1 ай элек
+        one: '%{count} ай элек'
         other: '%{count} ай элек'
       x_years:
-        one: 1 йыл элек
+        one: '%{count} йыл элек'
         other: '%{count} йыл элек'
   editor:
     default: Һайланмаған (ҡуйылған %{name})
@@ -239,6 +243,7 @@ ba:
         reopened_at_by_html: Кире асылды %{when} ҡулланыусы %{user}
       rss:
         title: OpenStreetMap Яҙмалары
+        description_all: Яһалған, комментарий бирелгән йәки ябыҡ иҫкәрмәләр исемлеге
         description_area: Һеҙҙең өлкәлә яһалған, комментарий бирелгән йәки ябылған
           яҙмалар исемлеге [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]
         description_item: RSS-яҙмалар ағымы %{id}
@@ -249,21 +254,99 @@ ba:
       entry:
         comment: Комментарий
         full: Тулы текст
+  account:
+    deletions:
+      show:
+        title: Минең иҫәп яҙманы юйырға
+        warning: Иғтибар! Аккаунтты юйыу процесы һуңғы, һәм кире ҡайтарып булмай.
+        delete_account: Аккаунтты юйырға
+        delete_introduction: 'Түбәндәге төймә ярҙамында OpenStreetMap аккаунтты юйырға
+          мөмкин. Түбәндәге нескәлектәргә иғтибар итегеҙ:'
+        delete_profile: Һеҙҙең профилегеҙҙең мәғлүмәттәре, шул иҫәптән аватар, тасуирлама
+          һәм өй адресы юйыласаҡ.
+        delete_display_name: Һеҙҙең күрһәтелгән исемегеҙ юйыласаҡ, һәм уны башҡа аккаунттар
+          ҡуллана аласаҡ.
+        retain_caveats: 'Шулай ҙа, һеҙҙең аккаунт юйылғандан һуң да, OpenStreetMap-та
+          һеҙ хаҡында ҡайһы бер мәғлүмәттәр һаҡланасаҡ:'
+        retain_edits: Карта базаһына индергән төҙәтмәләрегеҙ, әгәр ҙә бар икән, һаҡланасаҡ.
+        retain_traces: Ебәрелгән тректарығыҙ, әгәр ҙә бар икән, һаҡланасаҡ.
+        retain_diary_entries: Көндәлек яҙмаларығыҙ һәм комментарийҙарығыҙ, әгәр ҙә
+          бар икән, һаҡланасаҡ, ләкин улар күренмәйәсәк.
+        retain_notes: Карта ла яҙмаларығыҙ һәм комментарийҙарығыҙ, әгәр ҙә бар икән,
+          һаҡланасаҡ, ләкин улар күренмәйәсәк.
+        retain_changeset_discussions: Үҙгәртеүҙәр пакеты буйынса фекер алышыуҙарығыҙ,
+          әгәр ҙә бар икән, һаҡланасаҡ.
+        retain_email: Электрон почта адресығыҙ һаҡланасаҡ.
+        recent_editing_html: Һеҙ яңыраҡ үҙгәртеүҙәр индергәнгә күрә, аккаунтығыҙҙы
+          хәҙер юйып булмай. Уны юйыу %{time} мөмкин буласаҡ.
+        confirm_delete: Һеҙ ышанаһығыҙмы?
+        cancel: Кире алыу
+  accounts:
+    edit:
+      title: Аккаунтты үҙгәртергә
+      my settings: Минең көйләүҙәр
+      current email address: Ағымдағы электрон почта адресы
+      external auth: Тышҡы аутентификация
+      openid:
+        link text: был нимә?
+      public editing:
+        heading: Дөйөм ҡулланыусылар өсөн мөхәррирләү
+        enabled: Ҡабыҙылған. Мөхәррирләргә була. Төҙәтеүҙәр аноним түгел.
+        enabled link text: был нимә?
+        disabled: Һүндерелгән һәм мәғлүмәтте мөхәррирләп булмай, бөтә алдағы төҙәтеүҙәр
+          аноним.
+        disabled link text: Ни өсөн мөхәррирләй алмайым?
+      contributor terms:
+        heading: Ҡатнашыу шарттары
+        agreed: Һеҙ яңы Ҡатнашыу шарттарына ризалыҡ бирҙегеҙ.
+        not yet agreed: Һеҙ яңы Ҡатнашыу шарттарына әле ризалыҡ бирмәнегеҙ.
+        review link text: Зинһар, үҙегеҙгә уңайлы ваҡытта ошо һылтанма буйынса күсеп,
+          яңы Ҡатнашыу шарттарына ризалыҡ бирегеҙ.
+        agreed_with_pd: Һеҙ шулай уҡ үҙегеҙҙең төҙәтеүҙәрегеҙҙе Йәмәғәтселек Милке
+          тип иҫәпләүегеҙҙе белдерҙегеҙ.
+        link text: был нимә?
+      save changes button: Үҙгәрештәрҙе һаҡлау
+      delete_account: Аккаунтты юйырға...
+    go_public:
+      heading: Дөйөм ҡулланыусылар өсөн мөхәррирләү
+      currently_not_public: Әлеге ваҡытта һеҙҙең үҙгәртеүҙәрегеҙ аноним, һәм кешеләр
+        һеҙгә хәбәр ебәрә йәки һеҙҙең урынлашыу урынығыҙҙы күрә алмай. Үҙегеҙҙең төҙәтеүҙәрегеҙҙе
+        күрһәтергә һәм кешеләргә веб-сайт аша һеҙҙең менән бәйләнешкә инергә мөмкинлек
+        биреү өсөн, түбәндәге төймәгә баҫығыҙ.
+      only_public_can_edit: API 0.6-ға күскәндән һуң, тик асыҡ ҡулланыусылар ғына
+        карта мәғлүмәттәрен мөхәррирләй ала.
+      find_out_why: Ни өсөн икәнен белергә
+      email_not_revealed: Электрон почта адресығыҙ асыҡ булһа ла, ул күрһәтелмәйәсәк.
+      not_reversible: Был ғәмәлде кире ҡайтарып булмай, һәм хәҙер бөтә яңы ҡулланыусылар
+        автоматик рәүештә асыҡ була.
+      make_edits_public_button: Бөтә үҙгәрештәремде асыҡ итеп ҡуйырға
+    update:
+      success_confirm_needed: Ҡулланыусы тураһында мәғлүмәт уңышлы яңыртылды. Яңы
+        адресығыҙҙы раҫлау өсөн электрон почтағыҙҙы тикшерегеҙ.
+      success: Ҡулланыусы тураһында мәғлүмәт уңышлы яңыртылды.
+    destroy:
+      success: Аккаунт юйылды.
   browse:
+    deleted_ago_by_html: '%{time_ago} элек %{user} тарафынан юйылды.'
+    edited_ago_by_html: '%{time_ago} элек %{user} тарафынан үҙгәртелде'
     version: Версия
+    redacted_version: Редакцияланған версия
     in_changeset: Төҙәтеүҙәр пакеты
     anonymous: Аноним
     no_comment: (комментарий юҡ)
     part_of: Ҡатнаша
     part_of_relations:
-      one: 1 мөнәсәбәт
+      one: '%{count} мөнәсәбәт'
       other: '%{count} мөнәсәбәттәр'
     part_of_ways:
-      one: 1 юл
+      one: '%{count} юл'
       other: '%{count} юлдар'
     download_xml: ' XML-ды күсереү'
     view_history: Тарих
+    view_unredacted_history: Төҙәтелмәгән тарихты ҡарау
     view_details: Ентекләберәк
+    view_redacted_data: Төҙәтелгән мәғлүмәтте ҡарау
+    view_redaction_message: Төҙәтелгән хәбәрҙе ҡарау
     location: 'Географик урын:'
     node:
       title_html: 'Нөктә: %{name}'
@@ -273,6 +356,7 @@ ba:
       history_title_html: 'Һыҙат тарихы: %{name}'
       nodes: Нөктәләр
       nodes_count:
+        one: '%{count} төйөн'
         other: '%{count} төйөндәр'
       also_part_of_html:
         one: һыҙатта бар %{related_ways}
@@ -282,7 +366,7 @@ ba:
       history_title_html: 'Мөнәсәбәт тарихы: %{name}'
       members: Ҡатнашыусылар
       members_count:
-        one: 1 ағза
+        one: '%{count} ағза'
         other: '%{count} ағзалар'
     relation_member:
       entry_role_html: '%{type} %{name} ролендә %{role}'
@@ -320,8 +404,8 @@ ba:
         way: Һыҙат
         relation: Мөнәсәбәт
     start_rjs:
-      feature_warning: Объекттарҙың %{num_features}-ын күсереп алыу мотлаҡ, был брауҙерығыҙҙы
-        яйлатыуы мөмкин. Ошо мәғлүмәттәрҙе ысынлап та ҡарарға теләйһегеҙме?
+      feature_warning: '%{num_features} объектты йөкләү браузерығыҙҙы яйлатыуы мөмкин.
+        Был мәғлүмәтте ҡарарға теләйһегеҙме?'
       load_data: Мәғлүмәттәрҙе күсерергә
       loading: Тейәү...
     tag_details:
@@ -334,29 +418,41 @@ ba:
       wikimedia_commons_link: Wikimedia Commonsта %{page} элемент
       telephone_link: Шылтыратырға %{phone_number}
       colour_preview: Төҫтәрҙе ҡарау %{colour_value}
+      email_link: Электрон почта %{email}
     query:
       title: Объекттар тураһында мәғлүмәт
       introduction: Яҡындағы объекттарҙы табыу өсөн картаға баҫығыҙ
       nearby: Яҡындағы объекттар
       enclosing: Урыны
+  old_nodes:
+    not_found:
+      sorry: Ғәфү итегеҙ, %{id} һанлы төйөндөң %{version} версияһы табылманы.
+  old_ways:
+    not_found:
+      sorry: Ғәфү итегеҙ, %{id} һанлы юлдың %{version} версияһы табылманы.
+  old_relations:
+    not_found:
+      sorry: Ғәфү итегеҙ, %{id} һанлы бәйләнештең %{version} версияһы табылманы.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: '%{author} тарафынан төҙәтмәләр пакетына %{changeset_id} яңы комментарий'
+        commented_at_by_html: Яңыртылған %{when} ҡулланыусы %{user} тарафынан
+      show:
+        title_all: OpenStreetMap төҙәтмәләр пакеты буйынса фекерләшеү
+        title_particular: ' OpenStreetMap #%{changeset_id} төҙәтмәләр пакеты буйынса
+          фекерләшеү'
+      timeout:
+        sorry: Ҡыҙғанысҡа ҡаршы, һеҙ һораған төҙәтмә пакеттары исемлеген алыу өсөн
+          күп ваҡыт талап итә.
   changesets:
-    changeset_paging_nav:
-      showing_page: ' %{page} бите'
-      next: Киләһе »
-      previous: « Алдағы
     changeset:
-      anonymous: Аноним
       no_edits: (төҙәтеүҙәр юҡ)
       view_changeset_details: Төҙәтеүҙәр пакетының тәфсирен ҡарап сығырға
-    changesets:
-      id: ID
-      saved_at: Тамамланған
-      user: Ҡулланыусы
-      comment: Комментарий
-      area: Өлкә
     index:
       title: Төҙәтеүҙәр пакеты
       title_user: ' %{user} ҡулланыусыһының төҙәтеүҙәр пакеты'
+      title_user_link_html: 'Үҙгәртеүҙәр йыйылмаһы: %{user_link} тарафынан'
       title_friend: Дуҫтарҙың төҙәтеүҙәр пакеты
       title_nearby: Эргәләге ҡатнашыусыларҙың төҙәтеүҙәр пакеты
       empty: Төҙәтеүҙәр пакеты табылманы.
@@ -372,12 +468,38 @@ ba:
         created: Булдырылған
         closed: Ябыҡ
         belongs_to: Автор
+    subscribe:
+      heading: Киләһе үҙгәртеүҙәр йыйылмаһы буйынса фекер алышыуға яҙылырға теләйһегеҙме?
+      button: Фекер алышыуға яҙылырға
+    unsubscribe:
+      heading: Киләһе үҙгәртеүҙәр йыйылмаһы буйынса фекер алышыуҙан баш тартырға?
+      button: Фекер алышыуҙан баш тартырға
+    heading:
+      title: Үҙгәртеүҙәр йыйылмаһы %{id}
+      created_by_html: '%{created} көндө %{link_user} тарафынан булдырылған.'
+    no_such_entry:
+      heading: '%{id} һанлы яҙма табылманы'
+      body: Ғәфү итегеҙ, %{id} һанлы үҙгәртеүҙәр йыйылмаһы юҡ. Яҙыуығыҙҙы тикшерегеҙ
+        йәки бәлки һеҙ баҫҡан һылтанма дөрөҫ түгелдер.
     show:
       title: 'Төҙәтеүҙәр пакеты: %{id}'
+      created: 'Булдырылған: %{when}'
+      closed: 'Ябылған: %{when}'
+      created_ago_html: 'Булдырылған: %{time_ago} элек'
+      closed_ago_html: 'Ябылған: %{time_ago} элек'
+      created_ago_by_html: '%{time_ago} элек %{user} тарафынан булдырылған'
+      closed_ago_by_html: '%{time_ago} элек %{user} тарафынан ябылған'
       discussion: Фекер алышыу
       join_discussion: Фекер алышыуға ҡушылыу өсөн системаға инегеҙ
       still_open: Төҙәтмәләр пакеты әле асыҡ. Фекер алышыу, төҙәтмәләр пакеты ябылғандан
         һуң ғына буласаҡ.
+      subscribe: Яҙылыу
+      unsubscribe: Баш тартыу
+      comment_by_html: '%{time_ago} элек %{user} тарафынан комментарий'
+      hidden_comment_by_html: '%{time_ago} элек %{user} тарафынан йәшерелгән комментарий'
+      hide_comment: йәшереү
+      unhide_comment: күрһәтеү
+      comment: Комментарий
       changesetxml: Төҙәтеүҙәр пакетының XML-ы
       osmchangexml: osmChange XML
     paging_nav:
@@ -390,34 +512,29 @@ ba:
     timeout:
       sorry: Ҡыҙғанысҡа ҡаршы, һеҙ һораған төҙәтмә пакеттары исемлеген алыу өсөн күп
         ваҡыт талап итә.
-  changeset_comments:
-    comment:
-      comment: '%{author} тарафынан төҙәтмәләр пакетына %{changeset_id} яңы комментарий'
-      commented_at_by_html: Яңыртылған %{when} ҡулланыусы %{user} тарафынан
-    comments:
-      comment: '%{author} тарафынан төҙәтмәләр пакетына %{changeset_id} яңы комментарий'
-    index:
-      title_all: OpenStreetMap төҙәтмәләр пакеты буйынса фекерләшеү
-      title_particular: ' OpenStreetMap #%{changeset_id} төҙәтмәләр пакеты буйынса
-        фекерләшеү'
-    timeout:
-      sorry: Ҡыҙғанысҡа ҡаршы, һеҙ һораған төҙәтмә пакеттары исемлеген алыу өсөн күп
-        ваҡыт талап итә.
   dashboards:
     contact:
       km away: '%{count}км һеҙҙән'
       m away: '%{count}м һеҙҙән'
+      latest_edit_html: 'Һуңғы үҙгәртеү (%{ago}):'
     popup:
       your location: Һеҙҙең урынығыҙ
       nearby mapper: Яҡындағы картограф
       friend: Дуҫ
     show:
       title: Минең панель
+      no_home_location_html: Яҡындағы ҡулланыусыларҙы күреү өсөн %{edit_profile_link}
+        баҫып, урынлашҡан урынығыҙҙы билдәләгеҙ.
       edit_your_profile: Профильде үҙгәртеү
       my friends: Дуҫтарым
       no friends: Һеҙ әле бер дуҫта өҫтәмәнегеҙ.
       nearby users: Яҡындағы башҡа ҡулланыусылар
+      no nearby users: Әлегә яҡында карталау менән шөғөлләнгән башҡа ҡулланыусылар
+        юҡ.
+      friends_changesets: дуҫтарҙың үҙгәртеүҙәр йыйылмалары
       friends_diaries: дуҫтар көндәлеге
+      nearby_changesets: күршеләрҙең үҙгәртеүҙәр йыйылмалары
+      nearby_diaries: күршеләрҙең көндәлек яҙмалары
   diary_entries:
     new:
       title: Көндәлектә яңы яҙма
@@ -436,14 +553,15 @@ ba:
       no_entries: Көндәлектә яҙмалар юҡ
     page:
       recent_entries: Һуңғы көндәлек яҙмалары
-      older_entries: Иҫкерәк яҙмалар
-      newer_entries: Яңыраҡ яҙмалар
     edit:
       title: Көндәлек яҙианы редакторлау
       marker_text: Иҫкәрмә яҙыу урыны
     show:
       title: Ҡуланыусы %{user} көндәлеге %{title}
       user_title: '%{user} өулланыусының көндәлеге'
+      discussion: Фекер алышыу
+      subscribe: Яҙылыу
+      unsubscribe: Баш тартыу
       leave_a_comment: Комментарий ҡалдырыу
       login_to_leave_a_comment_html: Фекер яҙыу өсөн %{login_link}
       login: Инеү
@@ -474,8 +592,6 @@ ba:
       report: Был комментарий тураһында хәбәр итеү
     location:
       location: Урын
-      view: Ҡарау
-      edit: Төҙәтмә
     feed:
       user:
         title: '%{user} OpenStreetMap көндәлеге яҙмаһы'
@@ -486,20 +602,78 @@ ba:
       all:
         title: OpenStreetMap көндәлек яҙмаһы
         description: OpenStreetMap ҡулланысыларының һуңғы көндәлек яҙмалары
+    subscribe:
+      heading: Көндәлек яҙмаһы буйынса фекер алышыуға яҙылырға теләйһегеҙме?
+      button: Фекер алышыуға яҙылырға
+    unsubscribe:
+      heading: Көндәлек яҙмаһы буйынса фекер алышыуҙан баш тартырға теләйһегеҙме?
+      button: Фекер алышыуҙан баш тартырға
   diary_comments:
     index:
+      title: '%{user} тарафынан өҫтәлгән көндәлек комментарийҙары'
+      heading: '%{user} көндәлек комментарийҙары'
+      subheading_html: '%{user} тарафынан өҫтәлгән көндәлеккә комментарийҙар'
       no_comments: Көндәлектә комментарийҙар юҡ
     page:
       post: Post
       when: Ҡасан
       comment: Комментарий
-      newer_comments: Яңыраҡ фекерҙәр
-      older_comments: Иҫкерәк фекерҙәр
+    new:
+      heading: Көндәлек яҙмаһы буйынса фекер алышыуға комментарий өҫтәргәме?
   doorkeeper:
+    errors:
+      messages:
+        account_selection_required: Авторизация серверы ҡулланыусы иҫәбен һайлауҙы
+          талап итә
+        consent_required: Авторизация серверы ҡулланыусының ризалығын талап итә
+        interaction_required: Авторизация серверы ҡулланыусының ҡатнашыуын талап итә
+        login_required: Авторизация серверы һуңғы-ҡулланыусының аутентификацияһын
+          талап итә
     flash:
       applications:
         create:
           notice: Ҡушымта теркәлгән.
+    openid_connect:
+      errors:
+        messages:
+          auth_time_from_resource_owner_not_configured: 'Хата: юҡ конфигурация Doorkeeper::OpenidConnect.configure.auth_time_from_resource_owner.'
+          reauthenticate_resource_owner_not_configured: Doorkeeper::OpenidConnect.configure.reauthenticate_resource_owner
+            юғалған конфигурация арҡаһында уңышһыҙлыҡ.
+          resource_owner_from_access_token_not_configured: Doorkeeper::OpenidConnect.configure.resource_owner_from_access_token
+            арҡаһында уңышһыҙлыҡ.
+          select_account_for_resource_owner_not_configured: Doorkeeper::OpenidConnect.configure.select_account_for_resource_owner
+            юғалған конфигурация арҡаһында уңышһыҙлыҡ.
+          subject_not_configured: 'ID токенын булдырыу хата: Doorkeeper::OpenidConnect.configure.subject
+            конфигурацияһы юҡ.'
+    scopes:
+      address: Физик адресығыҙҙы ҡарағыҙ
+      email: Электрон почта адресығыҙҙы ҡарағыҙ
+      openid: Иҫәп яҙмағыҙҙы раҫлағыҙ
+      phone: Телефон номерығыҙҙы ҡарау
+      profile: Профиль мәғлүмәтегеҙҙе ҡарау
+  errors:
+    contact:
+      contact_url_title: Төрлө бәйләнеш каналдары аңлатмаһы
+      contact: контакт
+      contact_the_community_html: Әгәр ҙә боҙоҡ һылтанма/хаталыҡ тапһағыҙ, %{contact_link}
+        OpenStreetMap берләшмәһе менән бәйләнешкә сығырға ҡурҡмағыҙ. Үтенесегеҙҙең
+        теүәл URL-адресын яҙып ҡуйығыҙ.
+    bad_request:
+      title: Хаталы һорау
+      description: OpenStreetMap серверында һораған операцияғыҙ дөрөҫ түгел (HTTP
+        400)
+    forbidden:
+      title: Тыйылған
+      description: OpenStreetMap серверында һораған операцияғыҙ тик администраторҙар
+        өсөн генә мөмкин (HTTP 403)
+    internal_server_error:
+      title: Ҡушымта хатаһы
+      description: OpenStreetMap серверында һорауҙы үтәүгә ҡамасаулаған көтөлмәгән
+        шарттар килеп сыҡты (HTTP 500)
+    not_found:
+      title: Файл табылманы
+      description: OpenStreetMap серверында был исем менән файл/директория/API операцияһы
+        табылманы (HTTP 404)
   friendships:
     make_friend:
       heading: '%{user} дуҫтарға өҫтәргә?'
@@ -507,12 +681,17 @@ ba:
       success: '%{name} хәҙер һеҙҙең дуҫ!'
       failed: Ғәфү итегеҙ, %{name} дуҫтарға өҫтәп булманы.
       already_a_friend: Һеҙ %{name} менән әле дуҫтарһығыҙ.
+      limit_exceeded: Һуңғы ваҡытта һеҙ күп ҡулланыусыларҙы дуҫ итеп өҫтәнегеҙ. Яңы
+        дуҫтар өҫтәр алдынан бер аҙ көтөгөҙ.
     remove_friend:
       heading: '%{user} дуҫтарҙан алып ташларға?'
       button: Дуҫтарҙан алып ташларға
       success: '%{name} дуҫтарҙан алып ташланды.'
       not_a_friend: '%{name} һеҙҙең дуҫ түгел.'
   geocoder:
+    search:
+      title:
+        latlon: Эске
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -529,8 +708,8 @@ ba:
         aeroway:
           aerodrome: Аэродром
           airstrip: Осоу-ултырыу һыҙаты
-          apron: Ð\9fеÑ\80Ñ\80он
-          gate: Ҡапҡа (аэропорт)
+          apron: Ð\90Ñ\8dÑ\80опоÑ\80Ñ\82 Ð¿ÐµÑ\80Ñ\80онÑ\8b
+          gate: Аэропорт ҡапҡаһы
           hangar: Ангар
           helipad: Вертолет майҙансығы
           holding_position: Көтөү урыны
@@ -539,7 +718,7 @@ ba:
           runway: Осоу-ултырыу юлы
           taxilane: Такси юлы
           taxiway: Рулләү юлы
-          terminal: Ð¢ÐµÑ\80минал
+          terminal: Ð\90Ñ\8dÑ\80опоÑ\80Ñ\82 Ñ\82еÑ\80миналÑ\8b
           windsock: Виндсок
         amenity:
           animal_boarding: Хайуандар өсөн интернат
@@ -585,7 +764,7 @@ ba:
           fire_station: Янғын һүндереү һағы
           food_court: Ресторан ихатаһы
           fountain: Фонтан
-          fuel: Ð\97апÑ\80авка
+          fuel: Ð¯Ò\93Ñ\8bÑ\83лÑ\8bÒ¡ Ò¡Ð¾Ð¹Ð¾Ñ\83 Ñ\81Ñ\82анÑ\86иÑ\8fÒ»Ñ\8b
           gambling: Уйын йорто
           grave_yard: Зыярат
           grit_bin: Грит Бин
@@ -647,6 +826,7 @@ ba:
           waste_dump_site: Сүплек
           watering_place: Һыу эсеү урыны
           water_point: Һыу алыу
+          weighbridge: Ваҡытлыса үлсәү ҡоролмаһы
           "yes": Уңайлыҡ
         boundary:
           aboriginal_lands: Абориген ерҙәре
@@ -675,6 +855,7 @@ ba:
           college: Колледж бинаһы
           commercial: Офис бинаһы
           construction: Төҙөлөп ятҡан бина
+          cowshed: Һыйыр һарайы
           detached: Айырым йорт
           dormitory: Дөйөм ятаҡ
           duplex: Дуплекс
@@ -687,6 +868,7 @@ ba:
           hospital: Дауахана бинаһы
           hotel: Ҡунаҡхана
           house: Өй
+          houseboat: Йорт кәмәһе (хаусбот)
           hut: Хижина
           industrial: Сәнәғәт бинаһы
           kindergarten: Балалар баҡсаһы
@@ -703,6 +885,7 @@ ba:
           shed: Һарай
           stable: Тотороҡло
           static_caravan: Ҡарауан
+          sty: сусҡа аҙбары
           temple: Храм бинаһы
           terrace: Терраса менән бина
           train_station: Тимер юл вокзалы
@@ -711,7 +894,7 @@ ba:
           "yes": Бина
         club:
           scout: Скаут төркөмө базаһы
-          sport: Спортклуб
+          sport: Спорт клубы
           "yes": Клуб
         craft:
           beekeeper: Умартасы
@@ -759,9 +942,11 @@ ba:
           bus_stop: Автобус туҡталышы
           construction: Ремонт барған юл
           corridor: Коридор
+          crossing: Кисеү (киҫешкән урын)
           cycleway: Велосипед юлы
           elevator: Лифт
           emergency_access_point: Ашығыс ярҙам пункты
+          emergency_bay: Ашығыс туҡталыш урыны
           footway: Тротуар
           ford: Йөҙөп сығыу урыны
           give_way: '"Юл бир" билдәһе'
@@ -797,6 +982,7 @@ ba:
           trailhead: Trailhead
           trunk: Төп юл
           trunk_link: Магистраль
+          turning_circle: Боролоу түңәрәге
           turning_loop: Боролош өсөн юл
           unclassified: Урындағы юл
           "yes": Юл
@@ -822,6 +1008,7 @@ ba:
           memorial: Һәйкәл
           milestone: Тарихи ваҡиға
           mine: Карьер
+          mine_shaft: Шахта стволы
           monument: Монумент
           railway: Тарихи тимер юлы
           roman_road: Рим юлы
@@ -830,6 +1017,7 @@ ba:
           stone: Таш
           tomb: Ҡәбер
           tower: Башня
+          wayside_chapel: Юл буйындағы часовня
           wayside_cross: Юл яны тәреһе
           wayside_shrine: Юл яны ғибәҙәтханаһы
           wreck: Батҡан кәмә остоғо
@@ -838,6 +1026,7 @@ ba:
           "yes": Юл киҫелеше
         landuse:
           allotments: Баҡсалар
+          aquaculture: Аквакультура
           basin: Бассейн
           brownfield: Төҙөлөш өсөн таҙартыу
           cemetery: Ҡәберлек
@@ -860,17 +1049,24 @@ ba:
           quarry: Карьер
           railway: Тимер юл
           recreation_ground: Ял итеү урыны
+          religious: Дини ер участкаһы
           reservoir: Һыу һаҡлағыс
           reservoir_watershed: Һыу һаҡлағыстың һыу айырсаһы
           residential: Йәшәү районы
-          retail: Һатыу итеү биләмәһе
+          retail: Сауҙа зонаһы
           village_green: Йәшел ауыл
           vineyard: Йөҙөм баҡсаһы
           "yes": Ерҙе ҡулланыу
         leisure:
+          adult_gaming_centre: Өлкәндәр өсөн уйын үҙәге
+          amusement_arcade: Күңел асыу аркадаһы
+          bandstand: Эстрада
           beach_resort: Үҫентеле пляж
           bird_hide: Йәшерен ултырғыс (ҡоштарҙы күҙәтеү өсөн)
+          bleachers: Трибуналар
+          bowling_alley: Боулинг аллеяһы
           common: Альменда
+          dance: Бейеү залы
           dog_park: Эт өсөн майҙансыҡ
           firepit: Усаҡ урыны
           fishing: Балыҡ тотоу
@@ -878,11 +1074,12 @@ ba:
           fitness_station: Фитнес-станция
           garden: Баҡса
           golf_course: Гольф яланы
-          horse_riding: Ат базаһы
+          horse_riding: Һыбай йөрөү үҙәге
           ice_rink: Һырғалаҡ
           marina: Яхталар пристане
           miniature_golf: Минигольф
           nature_reserve: Заповедник
+          outdoor_seating: Асыҡ һауала ултырыу урыны
           park: Парк
           picnic_table: Пикник өҫтәле
           pitch: Спорт майҙансығы
@@ -898,37 +1095,76 @@ ba:
           water_park: Аквапарк
           "yes": Буш ваҡыт
         man_made:
+          adit: Шахта ауыҙы
           advertising: Реклама
           antenna: Антенна
+          avalanche_protection: Ҡар ишелмәһенән һаҡлау ҡоролмаһы
           beacon: Маяҡ
           beam: Нур
           beehive: Умарта
+          breakwater: Тулҡын өҙгөс
           bridge: Күпер
           bunker_silo: Бункер
+          cairn: Таш өйөмө
           chimney: Төтөн торбаһы
+          clearcut: Таяҡлыҡ (урманды таҙартыу урыны)
           communications_tower: Бәйләнеш манараһы
           crane: Кран
+          cross: Киҫелеш
+          dolphin: Причал посты
+          dyke: Яр буйы дамбаһы
+          embankment: Өйөм
           flagpole: Флагшток
           gasometer: Газометр
+          groyne: Грейфер
           kiln: Мейес
           lighthouse: Маяҡ
           manhole: Люк
           mast: Мачта
           mine: Рудник
+          mineshaft: Шахта стволы
+          monitoring_station: Мониторинг станцияһы
+          petroleum_well: Нефть скважинаһы
+          pier: Пирс
           pipeline: Торба юлы
+          pumping_station: Насос станцияһы
+          reservoir_covered: Ябыҡ һыуһаҡлағыс
+          silo: Силос
+          snow_cannon: Кар яуҙырыу ҡоралы
+          snow_fence: Ҡар кәртәһе
+          storage_tank: Һаҡлау цистернаһы
+          street_cabinet: Урам шкафы
+          surveillance: Күҙәтеү системаһы
+          telescope: Телескоп
+          tower: Башня
+          utility_pole: Инженер селтәрҙәре бағанаһы
+          wastewater_plant: Ағынты һыуҙарҙы таҙартыу өсөн ҡоролма
+          watermill: Һыу тирмәне
+          water_tap: Һыу краны
+          water_tower: Һыу манараһы
+          water_well: Ҡоҙоҡ
+          water_works: Һыу ҡоролмалары
+          windmill: Ел тирмәне
           works: Фабрика
           "yes": Кеше ҡулы менән яһалған
         military:
           airfield: Хәрби аэродром
           barracks: Казармалар
+          bunker: Бункер
+          checkpoint: Контроль тикшереү пункты
+          trench: Траншея
+          "yes": Хәрби
         mountain_pass:
           "yes": Үткәүел
         natural:
+          atoll: Атолл
+          bare_rock: Яланғас ҡая
           bay: Ҡултыҡ
           beach: Пляж
           cape: Морон
           cave_entrance: Мәмерйәгә инеү
           cliff: Ҡая упҡыны
+          coastline: Яр һыҙаты
           crater: Кратер
           dune: Дюна
           fell: Ҡаҡ тау түбәһе
@@ -939,12 +1175,15 @@ ba:
           grassland: Туғай
           heath: Вереск үҫкән ялан
           hill: Тау түбәһе
+          hot_spring: Ҡайнар шишмә
           island: Утрау
+          isthmus: Боғаҙ
           land: Ер
           marsh: Үләнле һаҙлыҡ
           moor: Тау һаҙлығы
           mud: Батҡаҡ
           peak: Тау түбәһе
+          peninsula: Ярымутрау
           point: Морон
           reef: Риф
           ridge: Һырт
@@ -953,16 +1192,481 @@ ba:
           sand: Ҡом
           scree: Таш ҡойолоуы
           scrub: Ҡыуаҡлыҡ
+          shingle: Ҡырсынташ
           spring: Шишмә
+          stone: Таш
           strait: Боғаҙ
           tree: Ағас
+          tree_row: Ағас рәте
+          tundra: Тундра
           valley: Үҙән
           volcano: Вулкан
           water: Һыу
           wetland: Һаҙлыҡлы урын
           wood: Урман
+          "yes": Тәбиғи объект
         office:
           accountant: Бухгалтер
+          administrative: Администрация
+          advertising_agency: Реклама агентлығы
+          architect: Архитектор
+          association: Ассоциация
+          company: Компания
+          diplomatic: Дипломатик офис
+          educational_institution: Белем биреү учреждениеһы
+          employment_agency: Эш биреү агентлығы
+          energy_supplier: Энергия менән тәьмин итеү офисы
+          estate_agent: Күсемһеҙ милек агентлығы
+          financial: Финанс офисы
+          government: Хөкүмәт офисы
+          insurance: Страховка офисы
+          it: IT-офис
+          lawyer: Юрист
+          logistics: Логистика офисы
+          newspaper: Газета офисы
+          ngo: Коммерцияға ҡарамаған ойошма офисы
+          notary: Нотариус
+          religion: Дини офис
+          research: Тикшеренеүҙәр офисы
+          tax_advisor: Һалым буйынса консультант
+          telecommunication: Телекоммуникация офисы
+          travel_agent: Сәйәхәт агентлығы
+          "yes": Офистар
+        place:
+          allotments: Баҡса участкалары
+          archipelago: Архипелаг
+          city: Ҡала
+          city_block: Ҡала кварталы
+          country: Ил
+          county: Өйәҙ
+          farm: Ферма
+          hamlet: Ҡасаба
+          house: Йорт
+          houses: Йорттар
+          island: Утрау
+          islet: Кесе утрау
+          isolated_dwelling: Яңғыҙ торлаҡ
+          locality: Ҡырағай ауыл, урман, кеше йәшәмәгән урын
+          municipality: Муниципалитет
+          neighbourhood: Күршелек
+          plot: Участка
+          postcode: Почта индексы
+          quarter: Ҡала районы
+          region: Регион
+          sea: Диңгеҙ
+          square: Майҙан
+          state: Өлкә/Штат
+          subdivision: Төбәк бүлексәһе
+          suburb: Ҡала сите
+          town: Ҡаласыҡ
+          village: Ауыл
+          "yes": Урын
+        railway:
+          abandoned: Һүтелгән тимер юлдары
+          buffer_stop: Буфер туҡталыш
+          construction: Төҙөлөштәге тимер юл
+          disused: Ҡулланылмаған тимер юл
+          funicular: Фуникулёр тимер юлы
+          halt: Тимер юл станцияһы
+          junction: Тимер юл уғы
+          level_crossing: Тимер юл аша сығыу урыны
+          light_rail: Еңел рельс юлы транспорты
+          miniature: Тимер юл макеты
+          monorail: Монорельс
+          narrow_gauge: Тар колеялы тимер юлы
+          platform: Тимер юл платформаһы
+          preserved: Тарихи тимер юлы
+          proposed: Проектлана торған тимер юл
+          rail: Рельс
+          spur: Тимер юл тармағы
+          station: Тимер юл станцияһы
+          stop: Тимер юл туҡталышы
+          subway: Метро
+          subway_entrance: Метроға инеү урыны
+          switch: Тимер юл уғы
+          tram: Трамвай
+          tram_stop: Трамвай туҡталышы
+          turntable: Тимер юл әйләндереү ҡоролмаһы
+          yard: Тимер юл депоһы
+        shop:
+          agrarian: Аграр магазин
+          alcohol: Алкоголь һатыу магазины
+          antiques: Антиквариат
+          appliance: Көнкүреш техникаһы магазины
+          art: Сәнғәт салоны
+          baby_goods: Балалар өсөн тауарҙар
+          bag: Сумкалар магазины
+          bakery: Икмәкхана
+          bathroom_furnishing: Ванна бүлмәһе өсөн йыһаздар
+          beauty: Матурлыҡ салоны
+          bed: Йоҡо кәрәк-ярағы продукцияһы
+          beverages: Эсемлектәр магазины
+          bicycle: Велосипед магазины
+          bookmaker: Букмекер
+          books: Китап магазины
+          boutique: Бутик
+          butcher: Ит кибете
+          car: Автомобилдәр һатыу һәм ремонтлау
+          car_parts: Автомагазин
+          car_repair: Автомобиль ремонтлау
+          carpet: Келәм магазины
+          charity: Хәйриә магазины
+          cheese: Сыр магазины
+          chemist: Көнкүреш химияһы магазины
+          chocolate: Шоколад
+          clothes: Кейем магазины
+          coffee: Кофе магазины
+          computer: Компьютер магазины
+          confectionery: Кондитер магазины
+          convenience: Аҙыҡ-түлек магазины
+          copyshop: Күсермә хеҙмәттәре
+          cosmetics: Косметика
+          craft: Ҡул эштәре өсөн тауарҙар магазины
+          curtain: Пәрҙәләр магазины
+          dairy: Һөт магазины
+          deli: Деликатес магазины
+          department_store: Универсам
+          discount: Арзан хаҡлы тауарҙар магазины
+          doityourself: «Үҙең эшлә» тибындағы магазин
+          dry_cleaning: Кейем таҙартыу хеҙмәте
+          e-cigarette: Электрон тәмәке магазины
+          electronics: Электроника магазины
+          erotic: Эротик тауарҙар магазины
+          estate_agent: Күсемһеҙ милек агентлығы
+          fabric: Туҡыма магазины
+          farm: Фермер продукттары магазины
+          fashion: Модалы кейем магазины
+          fishing: Балыҡ тотоу кәрәк-яраҡтары магазины
+          florist: Сәскә магазины
+          food: Аҙыҡ-түлек
+          frame: Рамка магазины
+          funeral_directors: Йыназа/ерләү хеҙмәте агентлығы
+          furniture: Мебель
+          garden_centre: Баҡса үҙәге
+          gas: Газ ҡорамалдары магазины
+          general: Магазин
+          gift: Бүләктәр магазины
+          greengrocer: Йәшелсә магазины
+          grocery: Аҙыҡ-түлек магазины
+          hairdresser: Сәс ҡырҡыусы салон
+          hardware: Хужалыҡ магазины
+          health_food: Сәләмәт аҙыҡ-түлек магазины
+          hearing_aids: Ишетеү аппараттары
+          herbalist: Үлән белгесе
+          hifi: Аудио-/видео-аппаратура магазины
+          houseware: Һауыт-һаба магазины
+          ice_cream: Туңдырма магазины
+          interior_decoration: Интерьер биҙәү
+          jewelry: Ювелир магазины
+          kiosk: Киоск
+          kitchen: Кухня магазины
+          laundry: Кер йыуыу хеҙмәте
+          locksmith: Слесарь
+          lottery: Лотерея
+          mall: Молл
+          massage: Массаж
+          medical_supply: Медицина тауарҙары магазины
+          mobile_phone: Кеҫә телефондары магазины
+          money_lender: Кредитор
+          motorcycle: Мотоциклдар магазины
+          motorcycle_repair: Мотоцикл ремонтлау магазины
+          music: Музыка магазины
+          musical_instrument: Музыкаль инструменттар
+          newsagent: Матбуғат киоскы
+          nutrition_supplements: Туҡланыу өҫтәмәләре
+          optician: Оптика
+          organic: Органик продукттар магазины
+          outdoor: Актив ял магазины
+          paint: Буяу магазины
+          pastry: Кондитер магазины
+          pawnbroker: Ломбард
+          perfumery: Парфюмерия
+          pet: Зоомагазин
+          pet_grooming: Өй хайуандарын ҡарау хеҙмәте
+          photo: Фотомагазин
+          seafood: Диңгеҙ аҙыҡтары
+          second_hand: Комиссион магазины
+          sewing: Тегеү салоны
+          shoes: Аяҡ кейеме магазины
+          sports: Спорт магазины
+          stationery: Канцеляр тауарҙары
+          storage_rental: Склад арендаһы
+          supermarket: Супермаркет
+          tailor: Тегенсе
+          tattoo: Тату салон
+          tea: Сәй магазины
+          ticket: Касса
+          tobacco: Тәмәке магазины
+          toys: Уйынсыҡтар магазины
+          travel_agency: Сәйәхәт агентлығы
+          tyres: Шина магазины
+          vacant: Буш магазин
+          variety_store: Бер хаҡлы магазин
+          video: Видеомагазин
+          video_games: Видеоуйындар магазины
+          wholesale: Күмәртәләп һатыу магазины
+          wine: Шарап магазины
+          "yes": Магазин
+        tourism:
+          alpine_hut: Альп өйсөгө
+          apartment: Ял фатиры
+          artwork: Художестволы әҫәр
+          attraction: Достопримечательность
+          bed_and_breakfast: Ярымпансион
+          cabin: Туристар өсөн ҡыйыҡ
+          camp_pitch: Кемпинг
+          camp_site: Лагерь
+          caravan_site: Йөрөүсе йорттар өсөн туҡталҡа
+          chalet: Шале
+          gallery: Галерея
+          guest_house: Ҡунаҡ йорто
+          hostel: Хостел
+          hotel: Ҡунаҡхана
+          information: Мәғлүмәт
+          motel: Мотель
+          museum: Музей
+          picnic_site: Пикник урыны
+          theme_park: Тематик парк
+          viewpoint: Күҙәтеү майҙансығы
+          wilderness_hut: Ҡырағай өй
+          zoo: Зоопарк
+        tunnel:
+          building_passage: Бина үткәүеле
+          culvert: Кульверт
+          "yes": Туннель
+        waterway:
+          artificial: Яһалма һыу юлы
+          boatyard: Кәмәләр яһау верфиһы
+          canal: Канал
+          dam: Дамба
+          derelict_canal: Кибеп бөткән канал
+          ditch: Соҡор
+          dock: Док
+          drain: Һыу ағыҙыу ҡоҙоғо
+          lock: Шлюз
+          lock_gate: Шлюз ҡапҡаһы
+          mooring: Тоташтырыу урыны
+          rapids: Йылға тупһаһы
+          river: Йылға
+          stream: Шишмә
+          wadi: Вади (ҡоро йылға үҙәне)
+          waterfall: Шарлауыҡ
+          weir: Плотина
+          "yes": Һыу юлы
+      admin_levels:
+        level2: Ил сиге
+        level3: Төбәк сиге
+        level4: Штат, субъект сиге
+        level5: Төбәк сиге
+        level6: Район (өйәҙ) сиге
+        level7: Муниципалитет сиге
+        level8: Ҡала сиге
+        level9: Ауыл сиге
+        level10: Ҡала яны, сите сиге
+        level11: Күршелек сиге
+    results:
+      no_results: Бер нимә лә табылманы
+      more_results: Күберәк һөҙөмтәләр
+  issues:
+    index:
+      title: Проблемалар
+      select_status: Статус һайлағыҙ
+      select_type: Төрҙө һайлағыҙ
+      select_last_updated_by: Һуңғы тапҡыр кем үҙгәрткәнен һайлау
+      reported_user: Хәбәр иткән ҡулланыусы
+      not_updated: Яңыртылмаған
+      search: Эҙләү
+      search_guidance: 'Проблемаларҙы эҙләү:'
+      states:
+        ignored: Иғтибарһыҙ ҡалдырылған
+        open: Асыҡ
+        resolved: Хәл ителде
+    page:
+      user_not_found: Ҡулланыусы юҡ
+      issues_not_found: Бындай мәсьәләләр табылманы
+      reported_user: Хәбәр ителгән ҡулланыусы
+      status: Статус
+      reports: Отчеттар
+      last_updated: Һуңғы яңыртыу
+      last_updated_time_ago_user_html: '%{user} тарафынан %{time_ago} элек'
+      reports_count:
+        one: '%{count} хәбәр'
+        other: '%{count} хәбәрҙәр'
+      reported_item: Хәбәр темаһы
+      states:
+        ignored: Иғтибарһыҙ ҡалдырылған
+        open: Асыҡ
+        resolved: Хәл ителде
+    show:
+      title: '%{status} Мәсьәлә #%{issue_id}'
+      reports:
+        one: '%{count} хәбәр'
+        other: '%{count} хәбәрҙәр'
+      no_reports: Отчеттар юҡ
+      report_created_at_html: 'Тәүге тапҡыр хәбәр ителгән: %{datetime}'
+      last_resolved_at_html: 'Һуңғы тапҡыр хәл ителде: %{datetime}'
+      last_updated_at_html: 'Һуңғы тапҡыр яңыртылды: %{datetime}, автор: %{displayname}'
+      resolve: Хәл итергә
+      ignore: Иғтибарһыҙ ҡалдырырға
+      reopen: Яңынан асыу
+      reports_of_this_issue: Был мәсьәлә тураһында хәбәрҙәр
+      read_reports: Уҡылған хәбәрҙәр
+      new_reports: Яңы хәбәрҙәр
+      other_issues_against_this_user: Был ҡулланыусыға ҡаршы башҡа мәсьәләләр
+      no_other_issues: Был ҡулланыусыға ҡаршы башҡа мәсьәләләр юҡ.
+      comments_on_this_issue: Был мәсьәләгә комментарийҙар
+    resolve:
+      resolved: Мәсьәлә статусы 'Хәл ителгән' тип ҡуйылған
+    ignore:
+      ignored: Мәсьәлә статусы 'Иғтибарһыҙ ҡалдырылған' тип ҡуйылған
+    reopen:
+      reopened: Мәсьәлә статусы 'Асыҡ' тип ҡуйылған
+    comments:
+      comment_from_html: Фекер %{user_link} тарафынан %{comment_created_at} өҫтәлде
+      reassign_param: Мәсьәләне яңынан тәғәйенләргәме?
+    reports:
+      reported_by_html: '%{category} тип хәбәр ителгән, автор: %{user}, %{updated_at}
+        көнө'
+    helper:
+      reportable_title:
+        diary_comment: '%{entry_title}, комментарий №%{comment_id}'
+        note: Иҫкәрмә №%{note_id}
+  issue_comments:
+    create:
+      comment_created: Һеҙҙең комментарий уңышлы өҫтәлде
+      issue_reassigned: Һеҙҙең комментарий өҫтәлде, һәм мәсьәлә яңынан тәғәйенләнде
+  reports:
+    new:
+      title_html: Хәбәр %{link}
+      missing_params: Яңы хәбәрҙе булдырып булмай
+      disclaimer:
+        intro: 'Сайт модераторҙарына хәбәрегеҙҙе ебәрер алдынан, түбәндәгеләрҙе тикшерегеҙ:'
+        not_just_mistake: Һеҙ ышанаһығыҙ, проблема хата ғына түгел
+        unable_to_fix: Һеҙ үҙегеҙ йәки йәмәғәтселек ағзалары ярҙамында проблеманы
+          хәл итә алмайһығыҙ
+        resolve_with_user: Мәсьәләне тейешле ҡулланыусы менән хәл итергә тырышып ҡаранығыҙ
+      categories:
+        diary_entry:
+          spam_label: Был көндәлек яҙмаһы спам булып тора/спамды үҙ эсенә ала
+          offensive_label: Был көндәлек яҙмаһы әшәке/ҡыйырһытыусы
+          threat_label: Был көндәлек яҙмала хәүеф бар
+          other_label: Башҡа
+        diary_comment:
+          spam_label: Был көндәлек комментарийы спам булып тора/спамды үҙ эсенә ала
+          offensive_label: Был көндәлек комментарийы әшәке/ҡыйырһытыусы
+          threat_label: Был көндәлек комментарийында хәүеф бар
+          other_label: Башҡа
+        user:
+          spam_label: Был ҡулланыусы профиле спам булып тора/спамды үҙ эсенә ала
+          offensive_label: Был ҡулланыусы профиле әшәке/ҡыйырһытыусы
+          threat_label: Был ҡулланыусы профилендә хәүеф бар
+          vandal_label: Был ҡулланыусы вандал
+          other_label: Башҡа
+        note:
+          spam_label: Был иҫкәрмә спам булып тора
+          personal_label: Был иҫкәрмәлә шәхси мәғлүмәттәр бар
+          abusive_label: Был иҫкәрмә йәберләүсе
+          other_label: Башҡа
+    create:
+      successful_report: Һеҙҙең хәбәрегеҙ уңышлы теркәлде
+      provide_details: Зинһар, кәрәкле мәғлүмәттәрҙе бирегеҙ
+  layouts:
+    logo:
+      alt_text: OpenStreetMap логотибы
+    home: Төп урынға күсеү
+    logout: Сығыу
+    log_in: Инеү
+    sign_up: Теркәлеү
+    start_mapping: Карталауҙы башлау
+    edit: Үҙгәртеү
+    history: Тарих
+    export: Экспорт
+    issues: Проблемалар
+    gps_traces: GPS-тректар
+    user_diaries: Ҡулланыусылар көндәлектәре
+    edit_with: '%{editor} менән мөхәррирләү'
+    intro_header: OpenStreetMap-ҡа рәхим итегеҙ!
+    intro_text: OpenStreetMap — был донъя картаһы, ул һеҙҙең кеүек кешеләр тарафынан
+      төҙөлә һәм асыҡ лицензия аҫтында ирекле ҡулланыу өсөн тәғәйенләнгән.
+    hosting_partners_2024_html: Хостингты %{fastly}, %{corpmembers} һәм башҡа %{partners}
+      ярҙам итә.
+    partners_fastly: Fastly
+    partners_corpmembers: OSMF корпоратив ағзалары
+    partners_partners: партнерҙары
+    tou: Ҡулланыу шарттары
+    osm_offline: OpenStreetMap базаһы әлеге ваҡытта ҡулланыу өсөн ябыҡ, сөнки мөһим
+      техник эштәр башҡарыла.
+    osm_read_only: OpenStreetMap базаһы әлеге ваҡытта тик уҡыу өсөн генә асыҡ, сөнки
+      кәрәкле техник хеҙмәтләндереү эштәре алып барыла.
+    nothing_to_preview: Күрһәтерлек бер нәмә лә юҡ.
+    help: Ярҙам
+    about: Тураһында
+    copyright: Авторлыҡ хоҡуҡтары
+    communities: Берләшмәләр
+    learn_more: Тулыраҡ белергә
+    more: Тағы
+  user_mailer:
+    diary_comment_notification:
+      description: OpenStreetMap көндәлек яҙмаһы №%{id}
+      subject: '[OpenStreetMap] %{user} көндәлек яҙмаһына аңлатма бирҙе'
+      hi: Сәләм, %{to_user},
+      header: '%{from_user} OpenStreetMap көндәлек яҙмаһына %{subject} темаһы буйынса
+        аңлатма бирҙе:'
+      header_html: '%{from_user} OpenStreetMap көндәлек яҙмаһына \"%{subject}\" темаһы
+        буйынса аңлатма бирҙе:'
+      footer: Комментарийҙы %{readurl} адресы буйынса уҡый алаһығыҙ, %{commenturl}
+        адресы буйынса аңлатма ҡалдыра алаһығыҙ йәки авторға %{replyurl} адресы буйынса
+        хәбәр ебәрә алаһығыҙ
+      footer_html: Комментарийҙы шулай уҡ %{readurl} адресы буйынса уҡый алаһығыҙ,
+        %{commenturl} адресы буйынса аңлатма ҡалдыра алаһығыҙ йәки авторға %{replyurl}
+        адресы буйынса хәбәр ебәрә алаһығыҙ
+      footer_unsubscribe: Һөйләшеүҙән %{unsubscribeurl} адресы буйынса яҙылыуҙы туҡтата
+        алаһығыҙ
+      footer_unsubscribe_html: Һөйләшеүҙән яҙылыуҙы %{unsubscribeurl} адресы буйынса
+        туҡтата алаһығыҙ
+    message_notification:
+      subject: '[OpenStreetMap] %{message_title}'
+      hi: Сәләм, %{to_user},
+      header: '%{from_user} һеҙгә OpenStreetMap аша "%{subject}" темаһы менән хәбәр
+        ебәрҙе:'
+      header_html: '%{from_user} һеҙгә OpenStreetMap аша "%{subject}" темаһы менән
+        хәбәр ебәрҙе:'
+      footer: Хәбәрҙе шулай уҡ %{readurl} адресы буйынса уҡый алаһығыҙ һәм авторға
+        %{replyurl} адресы буйынса яуап ебәрә алаһығыҙ
+      footer_html: Хәбәрҙе шулай уҡ %{readurl} адресы буйынса уҡый алаһығыҙ һәм авторға
+        %{replyurl} адресы буйынса хәбәр ебәрә алаһығыҙ
+    friendship_notification:
+      hi: Сәләм, %{to_user},
+      subject: '[OpenStreetMap] %{user} һеҙҙе дуҫ итеп өҫтәне'
+      had_added_you: '%{user} OpenStreetMap-та һеҙҙе дуҫ итеп өҫтәне.'
+      see_their_profile: Уның профилен %{userurl} адресы буйынса ҡарай алаһығыҙ.
+      see_their_profile_html: Уларҙың профилен %{userurl} адресы буйынса ҡарай алаһығыҙ.
+      befriend_them: Һеҙ уларҙы дуҫ итеп %{befriendurl} адресы буйынса өҫтәй алаһығыҙ.
+      befriend_them_html: Һеҙ уларҙы дуҫ итеп %{befriendurl} адресы буйынса өҫтәй
+        алаһығыҙ.
+    gpx_description:
+      description_with_tags: 'Был һеҙҙең GPX файлығыҙға оҡшай: %{trace_name}, тасуирламаһы:
+        %{trace_description}, һәм түбәндәге билдәләр: %{tags}'
+      description_with_tags_html: 'Һеҙҙең GPX файлығыҙ, исеме: %{trace_name}, тасуирламаһы:
+        %{trace_description}, һәм түбәндәге тегтары: %{tags}'
+      description_with_no_tags: 'Һеҙҙең GPX файлығыҙ, исеме: %{trace_name}, тасуирламаһы:
+        %{trace_description}, тегтары юҡ'
+      description_with_no_tags_html: 'Һеҙҙең GPX файлығыҙ, исеме: %{trace_name}, тасуирламаһы:
+        %{trace_description}, тегтары юҡ'
+    gpx_failure:
+      hi: Сәләм, %{to_user},
+      failed_to_import: 'импортлау мөмкин түгел. Бына хата:'
+  shared:
+    pagination:
+      diary_comments:
+        older: Иҫкерәк фекерҙәр
+        newer: Яңыраҡ фекерҙәр
+      diary_entries:
+        older: Иҫкерәк яҙмалар
+        newer: Яңыраҡ яҙмалар
+      issues:
+        older: Иҫке мәсьәләләр
+        newer: Яңы мәсьәләләр
   site:
     export:
       title: Сығарырға
@@ -978,9 +1682,11 @@ ba:
       open_title: 'Эшкәртелмәгән мәҡәлә #%{note_name}'
       closed_title: 'Эшкәртелгән мәҡәләа #%{note_name}'
       hidden_title: 'Йәшерелгән яҙма #%{note_name}'
-      report: Ð\91Ñ\8bл Ñ\8fÒ\99ма Ñ\82Ñ\83Ñ\80аһÑ\8bнда Ñ\85Ó\99бÓ\99Ñ\80 Ð¸Ñ\82еү
+      report: Ð±Ñ\8bл Ñ\8fÒ\99маÒ\93а Ñ\8fлÑ\8bÑ\83 Ð±Ð¸Ñ\80егеÒ\99
     new:
       title: Яңы мәҡәлә
+    notes_paging_nav:
+      showing_page: ' %{page} бите'
   javascripts:
     share:
       only_standard_layer: Бары стандарт ҡатлам ғына һүрәт кеүек экспортлана ала
index f2a4930083295167fecba657c6a3045d8c8f7f15..1a7f6db32a9c05fa09b019f58baf9049818c6957 100644 (file)
@@ -45,8 +45,6 @@ be-Tarask:
   activerecord:
     errors:
       messages:
-        invalid_email_address: не падобны на карэктны адрас э-пошты
-        email_address_not_routable: не маршрутызаваны
         display_name_is_user_n: ня можа быць user_n, калі n — ня ваш карыстальніцкі
           id
       models:
@@ -366,20 +364,9 @@ be-Tarask:
       nearby: Аб’екты паблізу
       enclosing: Навакольныя аб’екты
   changesets:
-    changeset_paging_nav:
-      showing_page: Старонка %{page}
-      next: Наступная »
-      previous: « Папярэдняя
     changeset:
-      anonymous: Ананім
       no_edits: (без рэдагаваньняў)
       view_changeset_details: Паказаць падрабязнасьці набору зьменаў
-    changesets:
-      id: Ідэнтыфікатар
-      saved_at: Захаваны як
-      user: Карыстальнік
-      comment: Камэнтар
-      area: Абшар
     index:
       title: Наборы зьменаў
       title_user: Набор зьменаў %{user}
@@ -440,8 +427,6 @@ be-Tarask:
       no_entries: У дзёньніку няма запісаў
     page:
       recent_entries: Апошнія запісы ў дзёньніку
-      older_entries: Старэйшыя запісы
-      newer_entries: Навейшыя запісы
     edit:
       title: Рэдагаваць запіс у дзёньніку
       marker_text: Месцазнаходжаньне запісу дзёньніка
@@ -474,8 +459,6 @@ be-Tarask:
       confirm: Пацьвердзіць
     location:
       location: 'Месцазнаходжаньне:'
-      view: Паказаць
-      edit: Рэдагаваць
     feed:
       user:
         title: Запісы ў дзёньніку OpenStreetMap карыстальніка %{user}
@@ -882,10 +865,6 @@ be-Tarask:
           wadi: Сухое рэчышча
           waterfall: Вадаспад
           weir: Плаціна
-      types:
-        cities: Гарады
-        towns: Гарады
-        places: Месцы
     results:
       no_results: Нічога ня знойдзена
       more_results: Больш вынікаў
@@ -900,24 +879,14 @@ be-Tarask:
     history: Гісторыя
     export: Экспартаваць
     gps_traces: GPS-шляхі
-    gps_traces_tooltip: Кіраваць GPS-шляхамі
     user_diaries: Дзёньнікі карыстальнікаў
-    user_diaries_tooltip: Паказаць дзёньнікі карыстальнікаў
     edit_with: Рэдагаваць праз %{editor}
-    tag_line: Вольная Wiki-мапа сьвету
-    intro_2_create_account: Стварыце рахунак
     osm_offline: База зьвестак OpenStreetMap у цяперашні момант недаступная, таму
       што праводзяцца неабходныя тэхнічныя работы.
     osm_read_only: База зьвестак OpenStreetMap у цяперашні момант даступная толькі
       для чытаньня, таму што праводзяцца неабходныя тэхнічныя работы.
-    donate: Падтрымайце OpenStreetMap %{link} у фонд абнаўленьня абсталяваньня.
     help: Дапамога
     copyright: Аўтарскія правы
-    community_blogs: Блёгі супольнасьці
-    community_blogs_title: Блёгі чальцоў супольнасьці OpenStreetMap
-    make_a_donation:
-      title: Падтрымаць OpenStreetMap грашовым ахвяраваньнем
-      text: Зрабіць ахвяраваньне
   user_mailer:
     diary_comment_notification:
       subject: Карыстальнік [OpenStreetMap] %{user} пакінуў камэнтар у дзёньніку
@@ -995,7 +964,6 @@ be-Tarask:
     message_summary:
       unread_button: Пазначыць як непрачытанае
       read_button: Пазначыць як прачытанае
-      reply_button: Адказаць
       destroy_button: Выдаліць
     new:
       title: Даслаць паведамленьне
@@ -1067,19 +1035,22 @@ be-Tarask:
         на мапу?
   sessions:
     new:
-      title: Увайсьці
       tab_title: Уваход
       email or username: Адрас электроннай пошты ці імя карыстальніка
       password: Пароль
       remember: Запомніць мяне
       lost password link: Забылі пароль?
       login_button: Увайсьці
-      register now: Зарэгістравацца зараз
       auth failure: Прабачце, немагчыма ўвайсьці з такім адрасам і паролем.
     destroy:
       title: Выйсьці
       heading: Выйсьці з OpenStreetMap
       logout_button: Выйсьці
+  shared:
+    pagination:
+      diary_entries:
+        older: Старэйшыя запісы
+        newer: Навейшыя запісы
   site:
     about:
       open_data_title: Адкрытыя зьвесткі
@@ -1121,8 +1092,6 @@ be-Tarask:
         Вы можаце зрабіць Вашыя рэдагаваньні публічнымі на Вашай %{user_page}.
       user_page_link: старонцы карыстальніка
       anon_edits_link_text: Даведацца ў чым справа.
-      no_iframe_support: Ваш браўзэр не падтрымлівае рамкі HTML, якія зьяўляюцца неабходнымі
-        для гэтай магчымасьці.
     export:
       manually_select: Выбраць іншы абшар
       licence: Ліцэнзія
@@ -1137,7 +1106,6 @@ be-Tarask:
       title: Маеце пытаньні?
     sidebar:
       search_results: Вынікі пошуку
-      close: Закрыць
     search:
       search: Пошук
       where_am_i: Дзе гэта?
@@ -1225,8 +1193,6 @@ be-Tarask:
       title: Рэдагаваньне трэку %{name}
       heading: Рэдагаваньне трэку %{name}
       visibility_help: што гэта азначае?
-    trace_optionals:
-      tags: Тэгі
     show:
       title: Прагляд трэку %{name}
       heading: Прагляд трэку %{name}
@@ -1266,8 +1232,6 @@ be-Tarask:
       upload_trace: Загрузіць трэк
     destroy:
       scheduled_for_deletion: Трэк заплянаваны на выдаленьне
-    make_public:
-      made_public: Трэк зроблены публічным
     offline_warning:
       message: Сыстэма загрузкі GPX-файлаў у цяперашні момант недаступная
     offline:
@@ -1283,58 +1247,6 @@ be-Tarask:
       need_to_see_terms: Ваш доступ да API часова прыпынены. Калі ласка, увайдзіце
         ў ўэб-інтэрфэйс, каб каб паглядзець умовы супрацоўніцтва. Вам не абавязкова
         пагаджацца зь імі, але неабходна зь імі азнаёміцца.
-  oauth:
-    authorize:
-      request_access_html: Дастасаваньне %{app_name} патрабуе доступ да Вашага рахунку,
-        %{user}. Калі ласка, праверце, ці Вы жадаеце, каб дастасаваньне мела наступныя
-        магчымасьці. Вы можаце выбраць любую колькасьць.
-      allow_to: 'Дазволіць кліенцкаму дастасаваньню:'
-      allow_read_prefs: чытаць Вашыя налады ўдзельніка.
-      allow_write_prefs: зьмяняць Вашыя налады ўдзельніка.
-      allow_write_diary: ствараць запісы ў дзёньніку, камэнтары і знаёміцца.
-      allow_write_api: зьмяняць мапу.
-      allow_read_gpx: чытаць Вашыя прыватныя GPS-трэкі.
-      allow_write_gpx: загружаць GPS-трэкі.
-    revoke:
-      flash: Вы адклікалі ключ для дастасаваньня %{application}
-  oauth_clients:
-    new:
-      title: Зарэгістраваць новае дастасаваньне
-    edit:
-      title: Рэдагаваць Вашае дастасаваньне
-    show:
-      title: Падрабязнасьці OAuth для %{app_name}
-      key: 'Ключ спажыўца:'
-      secret: 'Сакрэт спажыўца:'
-      url: 'URL-адрас ключа запыту:'
-      access_url: 'URL-адрас ключа доступу:'
-      authorize_url: 'URL-адрас аўтарызацыі:'
-      support_notice: Мы падтрымліваем HMAC-SHA1 (рэкамэндуецца) і подпісы RSA-SHA1.
-      edit: Рэдагаваць падрабязнасьці
-      requests: 'Запыт наступных дазволаў ад удзельніка:'
-    index:
-      title: Мае падрабязнасьці OAuth
-      my_tokens: Мае аўтарызаваныя дастасаваньні
-      list_tokens: 'Наступныя ключы былі створаныя для дастасаваньняў на Вашае імя:'
-      application: Назва дастасаваньня
-      issued_at: Выданы ў
-      revoke: Адклікаць!
-      my_apps: Мае кліенцкія дастасаваньні
-      no_apps_html: Вы маеце дастасаваньне, якое жадаеце зарэгістраваць для ўзаемадзеяньня
-        з намі праз стандарт %{oauth}? Вам неабходна зарэгістраваць Вашае ўэб-дастасаваньне
-        перад тым, як яно зможа зрабіць OAuth-запыты на гэты сэрвэр.
-      registered_apps: 'Вы маеце зарэгістраванымі наступныя кліенцкія дастасаваньні:'
-      register_new: Зарэгістраваць Вашае дастасаваньне
-    form:
-      requests: 'Запытаць наступныя дазволы ад удзельніка:'
-    not_found:
-      sorry: Прабачце, немагчыма знайсьці гэты %{type}.
-    create:
-      flash: Інфармацыя пасьпяхова зарэгістраваная
-    update:
-      flash: Кліенцкая інфармацыя была абноўленая пасьпяхова
-    destroy:
-      flash: Зьнішчаная рэгістрацыя кліенцкага дастасаваньня
   users:
     new:
       title: Зарэгістравацца
@@ -1350,7 +1262,6 @@ be-Tarask:
       consider_pd: У дадатак да прыведзенага вышэй, я пацьвярджаю, што мой унёсак
         знаходзіцца ў грамадзкім набытку
       consider_pd_why: што гэта?
-      decline: Адхіліць
       you need to accept or decline: Калі ласка, прачытайце, а потым згадзіцеся ці
         адхіліце новыя ўмовы супрацоўніцтва для працягу.
       legale_select: 'Калі ласка, выберыце сваю краіну пражываньня:'
@@ -1425,19 +1336,9 @@ be-Tarask:
       already_has_role: Карыстальнік ужо мае ролю %{role}.
       doesnt_have_role: Карыстальнік ня мае ролі %{role}.
     grant:
-      title: Пацьвердзіць наданьне ролі
-      heading: Пацьвердзіць наданьне ролі
       are_you_sure: Вы ўпэўнены, што жадаеце надаць ролю `%{role}' удзельніку `%{name}'?
-      confirm: Пацьвердзіць
-      fail: Немагчыма надаць ролю `%{role}' удзельніку `%{name}'. Калі ласка, праверце
-        каб удзельнік і роля былі слушнымі.
     revoke:
-      title: Пацьвердзіць адмену ролі
-      heading: Пацьвердзіць адмену ролі
       are_you_sure: Вы ўпэўнены, што жадаеце скасаваць ролю `%{role}' удзельніка `%{name}'?
-      confirm: Пацьвердзіць
-      fail: Не магчыма адмяніць ролю `%{role}' удзельніка `%{name}'. Калі ласка, праверце
-        каб удзельнік і роля былі слушнымі.
   user_blocks:
     model:
       non_moderator_update: Трэба быць мадэратарам, каб стварыць ці адбавіць блякаваньне.
@@ -1468,14 +1369,6 @@ be-Tarask:
       title: Блякаваньні ўдзельніка
       heading: Сьпіс блякаваньняў удзельніка
       empty: Блякаваньняў яшчэ не было.
-    revoke:
-      title: Зьняць блякаваньне з %{block_on}
-      heading_html: Зьняць блякаваньне з %{block_on}, створанае %{block_by}
-      time_future_html: Гэтае блякаваньне скончыцца ў %{time}.
-      past_html: Гэтае блякаваньне скончылася %{time} і ня можа быць цяпер адкліканае.
-      confirm: Вы ўпэўнены, што жадаеце адклікаць гэтае блякаваньне?
-      revoke: Адклікаць!
-      flash: Гэтае блякаваньне было адкліканае.
     helper:
       time_future_html: Канчаецца ў %{time}.
       until_login: Актыўнае да моманту ўваходу ўдзельніка ў сыстэму.
@@ -1497,20 +1390,14 @@ be-Tarask:
       title: '%{block_on} заблякаваны %{block_by}'
       heading_html: '%{block_on} заблякаваны %{block_by}'
       status: 'Статус:'
-      show: Паказаць
       edit: Рэдагаваць
-      revoke: Адклікаць!
-      confirm: Вы ўпэўненыя?
       reason: 'Прычына блякаваньня:'
       revoker: 'Адклікаўшы:'
-      needs_view: Удзельніку трэба ўвайсьці ў сыстэму, перад тым як гэтае блякаваньне
-        будзе зьнятае.
     block:
       not_revoked: (не адкліканае)
       show: Паказаць
       edit: Рэдагаваць
-      revoke: Адклікаць!
-    blocks:
+    page:
       display_name: Заблякаваны ўдзельнік
       creator_name: Стваральнік
       reason: Прычына блякаваньня
@@ -1519,6 +1406,8 @@ be-Tarask:
   notes:
     show:
       title: 'Нататка: %{id}'
+    notes_paging_nav:
+      showing_page: Старонка %{page}
   javascripts:
     map:
       base:
index 0512f3c14659612b3949fff2c2b6fa30d8bf0c0e..a31c0917926d552f0fc070187fd712de64c6d7b7 100644 (file)
@@ -31,8 +31,6 @@ be:
     formats:
       friendly: '%e %B %Y у %H:%M'
       blog: '%e %B %Y'
-  count:
-    at_least_pattern: '%{count}+'
   helpers:
     file:
       prompt: Абраць файл
@@ -64,8 +62,6 @@ be:
   activerecord:
     errors:
       messages:
-        invalid_email_address: не падобны на карэктны адрас электроннай пошты
-        email_address_not_routable: немагчыма пракласці маршрут
         display_name_is_user_n: не можа быць user_n, калі n не з’яўляецца вашым ідэнтыфікатарам
           карыстальніка
       models:
@@ -496,21 +492,21 @@ be:
   old_relations:
     not_found:
       sorry: На жаль, адносіны №%{id} версіі %{version} не знойдзены.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Новы каментар на пакет правак %{changeset_id} ад %{author}
+        commented_at_by_html: Абноўлена %{when} удзельнікам %{user}
+      show:
+        title_all: Абмеркаванне пакета правак OpenStreetMap
+        title_particular: 'Абмеркаванне пакета правак OpenStreetMap #%{changeset_id}'
+      timeout:
+        sorry: Выбачайце, спіс набораў правак, што Вы запыталі, занадта вялікі для
+          атрымання.
   changesets:
-    changeset_paging_nav:
-      showing_page: Старонка %{page}
-      next: Далей »
-      previous: « Назад
     changeset:
-      anonymous: Ананімны
       no_edits: (без змен)
       view_changeset_details: Падрабязней пра пакет правак
-    changesets:
-      id: ID
-      saved_at: Захаваны
-      user: Карыстальнік
-      comment: Каментар
-      area: Мясцовасць
     index:
       title: Пакет правак
       title_user: Пакет правак ад %{user}
@@ -540,7 +536,6 @@ be:
       title: Набор змен %{id}
       created_by_html: Створана %{link_user} %{created}.
     no_such_entry:
-      title: Няма такіх змяненняў
       heading: 'Няма запісу з нумарам: %{id}'
       body: На жаль, няма змяненняў з нумарам %{id}. Калі ласка, праверце, ці карэктна
         уведзены нумар, або магчыма вам далі няслушную спасылку.
@@ -574,17 +569,6 @@ be:
       relations_paginated: Дачыненні (%{x}-%{y} з %{count})
     timeout:
       sorry: Выбачайце, спіс набораў правак, што Вы запыталі, занадта вялікі для атрымання.
-  changeset_comments:
-    comment:
-      comment: Новы каментар на пакет правак %{changeset_id} ад %{author}
-      commented_at_by_html: Абноўлена %{when} удзельнікам %{user}
-    comments:
-      comment: Новы каментар на пакет правак %{changeset_id} ад %{author}
-    index:
-      title_all: Абмеркаванне пакета правак OpenStreetMap
-      title_particular: 'Абмеркаванне пакета правак OpenStreetMap #%{changeset_id}'
-    timeout:
-      sorry: Выбачайце, спіс набораў правак, што Вы запыталі, занадта вялікі для атрымання.
   dashboards:
     contact:
       km away: '%{count} км ад вас'
@@ -626,8 +610,6 @@ be:
       no_entries: Няма запісаў
     page:
       recent_entries: Свежыя запісы ў дзённіку
-      older_entries: Даўнейшыя запісы
-      newer_entries: Навейшыя запісы
     edit:
       title: Правіць запіс у дзённіку
       marker_text: Месцазнаходжанне запісу дзённіка
@@ -670,8 +652,6 @@ be:
       report: Паскардзіцца на гэты каментар
     location:
       location: 'Месца:'
-      view: Прагляд
-      edit: Правіць
       coordinates: '%{latitude}; %{longitude}'
     feed:
       user:
@@ -699,8 +679,6 @@ be:
       post: Апублікаваць
       when: Калі
       comment: Каментар
-      newer_comments: Навейшыя каментары
-      older_comments: Старэйшыя каментары
     new:
       heading: Дадаць каментар да абмеркавання наступнага запісу ў дзённіку?
   doorkeeper:
@@ -776,7 +754,6 @@ be:
   geocoder:
     search:
       title:
-        results_from_html: Вынікі з %{results_link}
         latlon: Унутраны
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1553,10 +1530,6 @@ be:
         level9: Мяжа раёну н/п
         level10: Мяжа прыгараду
         level11: Мяжа суседства
-      types:
-        cities: Гарады
-        towns: Мястэчкі
-        places: Месцы
     results:
       no_results: Нічога не знойдзена
       more_results: Больш вынікаў
@@ -1570,23 +1543,23 @@ be:
       not_updated: Не абнаўлялася
       search: Пошук
       search_guidance: 'Пошук праблем:'
+      states:
+        ignored: Праігнаравана
+        open: Адкрыта
+        resolved: Вырашана
+    page:
       user_not_found: Такога карыстальніка няма
       issues_not_found: Няма такіх пытанняў
       status: Статус
       reports: Скаргі
       last_updated: Апошняе змяненне
       last_updated_time_ago_user_html: '%{time_ago} %{user}'
-      link_to_reports: Глядзець скаргі
       reports_count:
         one: '%{count} скарга'
         few: '%{count} скаргі'
         many: '%{count} скаргаў'
         other: '%{count} скаргі(-аў)'
       reported_item: Скарга
-      states:
-        ignored: Праігнаравана
-        open: Адкрыта
-        resolved: Вырашана
     show:
       title: '%{status} Праблема #%{issue_id}'
       reports:
@@ -1674,18 +1647,12 @@ be:
     history: Гісторыя
     export: Экспарт
     issues: Праблемы
-    data: Даныя
-    export_data: Экспарт даных
     gps_traces: GPS-сляды
-    gps_traces_tooltip: Кіраваць GPS-слядамі
     user_diaries: Дзённікі карыстальнікаў
-    user_diaries_tooltip: Дзённікі карыстальнікаў
     edit_with: Правіць з дапамогаю %{editor}
-    tag_line: Свабодная Wiki-карта свету
     intro_header: Вітаем у OpenStreetMap!
     intro_text: OpenStreetMap - гэта карта свету, створаная людзьмі, як вы, і бясплатная
       для выкарыстання на ўмовах адкрытай ліцэнзіі.
-    intro_2_create_account: Стварыць уліковы запіс удзельніка
     hosting_partners_2024_html: Хостынг падтрымліваюць %{fastly}, %{corpmembers} і
       іншыя %{partners}.
     partners_fastly: Fastly
@@ -1696,17 +1663,10 @@ be:
       неабходная тэхнічная праца.
     osm_read_only: База даных OpenStreetMap зараз даступная толькі для чытання, таму
       што праходзіць неабходная тэхнічная праца.
-    donate: Падтрымайце OpenStreetMap %{link} у фонд абнаўлення тэхнікі.
     help: Даведка
     about: Пра праект
     copyright: Аўтарскае права
     communities: Супольнасці
-    community: Супольнасьць
-    community_blogs: Блогі супольнасці
-    community_blogs_title: Блогі ўдзельнікаў супольнасці OpenStreetMap
-    make_a_donation:
-      title: Падтрымаць OpenStreetMap грашовым ахвяраваннем
-      text: Зрабіць ахвяраванне
     learn_more: Даведацца больш
     more: Больш падрабязна
   user_mailer:
@@ -1829,7 +1789,6 @@ be:
     changeset_comment_notification:
       description: Набор зменаў OpenStreetMap №%{id}
       hi: Прывітанне, %{to_user},
-      greeting: Прывітанне,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} пракаментаваў адзін з вашых набораў
           зменаў'
@@ -1904,7 +1863,6 @@ be:
     message_summary:
       unread_button: Адзначыць як нечытанае
       read_button: Адзначыць як прачытанае
-      reply_button: Адказаць
       destroy_button: Выдаліць
       unmute_button: Перамясціць у папку "Уваходныя"
     new:
@@ -1921,7 +1879,6 @@ be:
       body: Шкада, паведамлення з гэтым ідэнтыфікатарам няма.
     outbox:
       title: Зыходныя
-      actions: Дзеянні
       messages:
         one: Вы адаслалі %{count} паведамленне
         other: Вы адаслалі %{count} паведамленняў
@@ -2023,7 +1980,6 @@ be:
       failure: Немагчыма абнавіць профіль.
   sessions:
     new:
-      title: Уваход
       tab_title: Уваход
       login_to_authorize_html: Увайдзіце ў сістэму OpenStreetMap, каб мець доступ
         да %{client_app_name}.
@@ -2032,7 +1988,6 @@ be:
       remember: Памятаць мяне
       lost password link: Згубілі пароль?
       login_button: Увайсці
-      register now: Зарэгістравацца зараз
       with external: або ўвайдзіце ў сістэму з дапамогай пабочнага сэрвісу
       or: або
       auth failure: Прабачце, немагчыма увайсці з такім адрасам і паролем.
@@ -2064,9 +2019,21 @@ be:
     richtext_field:
       edit: Правіць
       preview: Перадпаказ
+    pagination:
+      diary_comments:
+        older: Старэйшыя каментары
+        newer: Навейшыя каментары
+      diary_entries:
+        older: Даўнейшыя запісы
+        newer: Навейшыя запісы
+      traces:
+        older: Даўнейшыя сляды
+        newer: Свежыя сляды
+      users:
+        older: Даўнейшыя карыстальнікі
+        newer: Навейшыя карыстальнікі
   site:
     about:
-      next: Далей
       heading_html: '%{copyright}OpenStreetMap %{br} удзельнікаў'
       used_by_html: '%{name} забяспечвае картаграфічнымі данымі тысячы сайтаў, мабільных
         праграм і прылад'
@@ -2196,8 +2163,6 @@ be:
       user_page_link: старонка карыстальніка
       anon_edits_link_text: Даведацца ў чым справа.
       id_not_configured: iD не быў настроены
-      no_iframe_support: Ваш браўзер не падтрымлівае рамкі HTML, якія з’яўляюцца неабходнымі
-        для гэтай функцыі.
     export:
       title: Экспарт
       manually_select: Выбраць іншую мясцовасць
@@ -2273,10 +2238,8 @@ be:
       title: Ёсць пытанні?
     sidebar:
       search_results: Вынікі пошуку
-      close: Закрыць
     search:
       search: Пошук
-      get_directions: Пракласці маршрут
       get_directions_title: Знайсці маршрут паміж двума пунктамі
       from: Старт
       to: Фініш
@@ -2421,8 +2384,6 @@ be:
       visibility_help: што гэта значыць?
     update:
       updated: След абноўлены
-    trace_optionals:
-      tags: Тэгі
     show:
       title: Прагляд следу %{name}
       heading: Прагляд следу %{name}
@@ -2470,13 +2431,8 @@ be:
         на %{wiki_link}.'
       upload_trace: Адаслаць GPS-след
       my_traces: Мае GPS-сляды
-    page:
-      older: Даўнейшыя сляды
-      newer: Свежыя сляды
     destroy:
       scheduled_for_deletion: След запланаваны на выдаленне
-    make_public:
-      made_public: След апублікаваны
     offline_warning:
       message: Сістэма загрузкі GPX-файлаў ў бягучы момант недаступная
     offline:
@@ -2494,8 +2450,6 @@ be:
     require_cookies:
       cookies_needed: Здаецца, што ў Ва забароненыя cookies. Калі ласка, дазвольце
         іх ў Вашым браўзеры перад тым, як працягваць.
-    require_admin:
-      not_an_admin: Вам неабходна быць адміністратарам для выканання гэтага дзеяння.
     setup_user_auth:
       blocked_zero_hour: У вас ёсць тэрміновае паведамленне на сайце OpenStreetMap.
         Вам трэба прачытаць паведамленне, перш чым вы зможаце захаваць вашы змены.
@@ -2506,7 +2460,6 @@ be:
         вам варта праглядзець іх.
     settings_menu:
       account_settings: Налады ўліковага запісу
-      oauth1_settings: Налады OAuth 1
       oauth2_applications: Праграмы OAuth 2
       oauth2_authorizations: Аўтарызацыі OAuth 2
     auth_providers:
@@ -2529,73 +2482,8 @@ be:
         title: Увайсці праз Вікіпедыю
         alt: Уваход з выкарыстаннем уліковага запісу Вікіпедыі
   oauth:
-    authorize:
-      title: Дазваленне на доступ да вашага ўліковага запісу
-      request_access_html: Праграма %{app_name} запытвае доступ да Вашага уліковага
-        запісу, %{user}. Праверце калі ласка, ці хочаце Вы, каб праграма мела наступныя
-        мажлівасці. Вы можаце абраць адну ці некалькі, як пажадаеце.
-      allow_to: 'Дазволіць кліенцкай праграме:'
-      allow_read_prefs: чытаць Вашыя налады карыстальніка.
-      allow_write_prefs: змяняць Вашыя налады ўдзельніка.
-      allow_write_diary: ствараць запісы ў дзённіку, каментары і знаёміцца.
-      allow_write_api: змяняць карту.
-      allow_read_gpx: чытаць уласныя GPS-сляды.
-      allow_write_gpx: адаслаць GPS-сляды.
-      allow_write_notes: змяняць заўвагі.
-      grant_access: Прадастаўленне Доступу
-    authorize_success:
-      title: Запыт на аўтарызацыю дазволены
-      allowed_html: Вы надалі праграме %{app_name} доступ да вашага ўліковага запісу.
-      verification: 'Праверачны код: %{code}.'
-    authorize_failure:
-      title: Не ўдалося выканаць запыт аўтарызацыі
-      denied: Вы скасавалі доступ да вашага ўліковага запісу для праграмы %{app_name}.
-      invalid: Токен аўтарызацыі не сапраўдны.
-    revoke:
-      flash: Вы адклікалі токен для праграмы %{application}
     permissions:
       missing: Вы не дазволілі праграме атрымаць доступ да гэтай функцыі
-  oauth_clients:
-    new:
-      title: Зарэгістраваць новую праграму
-    edit:
-      title: Рэдагаваць праграму
-    show:
-      title: Падрабязнасьці OAuth для %{app_name}
-      key: 'Ключ спажыўца:'
-      secret: 'Сакрэт спажыўца:'
-      url: 'URL-адрас токена запыта:'
-      access_url: 'URL-адрас ключа доступу:'
-      authorize_url: 'URL-адрас аўтарызацыі:'
-      support_notice: Мы падтрымліваем HMAC-SHA1 (рэкамендуецца) і подпісы RSA-SHA1.
-      edit: Рэдагаваць падрабязнасці
-      delete: Выдаліць кліента
-      confirm: Вы ўпэўненыя?
-      requests: 'Запыт наступных дазволаў ад удзельніка:'
-    index:
-      title: Мае падрабязнасці OAuth
-      my_tokens: Мае аўтарызаваныя праграмы
-      list_tokens: 'Наступныя токены былі створаныя для вашых праграм:'
-      application: Назва праграмы
-      issued_at: 'Выпісаны:'
-      revoke: Адазваны!
-      my_apps: Мае кліенцкія праграмы
-      no_apps_html: Вы маеце праграму, якую жадаеце зарэгістраваць для ўзаемадзеяння
-        з намі праз стандарт %{oauth}? Вам неабходна зарэгістраваць Вашу вэб-праграму
-        перад тым, як яна зможа зрабіць OAuth-запыты на гэты сервер.
-      oauth: OAuth
-      registered_apps: 'Вы маеце зарэгістраванымі наступныя кліенцкія праграмы:'
-      register_new: Зарэгістраваць праграму
-    form:
-      requests: 'Запытаць наступныя дазволы ад удзельніка:'
-    not_found:
-      sorry: Прабачце, немагчыма знайсці гэты %{type}.
-    create:
-      flash: Інфармацыя паспяхова зарэгістраваная
-    update:
-      flash: Кліенцкая інфармацыя была абноўленая паспяхова
-    destroy:
-      flash: Рэгістрацыя кліенцкай праграмы выдалена
   oauth2_applications:
     index:
       new: Зарэгістраваць новую праграму
@@ -2628,8 +2516,6 @@ be:
           і %{contributor_terms_link}.
         privacy_policy: палітыкай прыватнасці
         contributor_terms: умовамі ўдзелу
-      tou: умовамі карыстання
-      external auth: 'Аўтэнтыфікацыя праз:'
       continue: Зарэгістравацца
       terms accepted: Дзякуй за прыняцце новых умоў ўдзелу!
       email_help:
@@ -2656,9 +2542,7 @@ be:
       consider_pd: У праграму да прыведзенага пагаднення, я пацвярджаю, што мой уклад
         знаходзіцца ў грамадскім набытку
       consider_pd_why: што гэта?
-      consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
       continue: Працягнуць
-      decline: Адхіліць
       you need to accept or decline: Калі ласка, прачытайце, а потым згадзіцеся ці
         адхіліце новыя ўмовы супрацоўніцтва для працягу.
       legale_select: 'Краіна пражывання:'
@@ -2739,8 +2623,6 @@ be:
       summary_no_ip_html: '%{name} створаны %{date}'
       empty: Адпаведныя карыстальнікі не знойдзеныя
     page:
-      older: Даўнейшыя карыстальнікі
-      newer: Навейшыя карыстальнікі
       confirm: Пацвердзіць выбраных карыстальнікаў
       hide: Схаваць выбраных карыстальнікаў
     suspended:
@@ -2772,19 +2654,9 @@ be:
       not_revoke_admin_current_user: Немагчыма адазваць ролю адміністратара для гэтага
         карыстальніка.
     grant:
-      title: Пацвердзіць наданне ролі
-      heading: Пацвердзіць наданне ролі
       are_you_sure: Вы ўпэўнены, што жадаеце надаць ролю `%{role}' удзельніку `%{name}'?
-      confirm: Пацвердзіць
-      fail: Немагчыма надаць ролю `%{role}' удзельніку `%{name}'. Калі ласка, праверце
-        каб удзельнік і роля былі слушнымі.
     revoke:
-      title: Пацвердзіць адмену ролі
-      heading: Пацвердзіць адмену ролі
       are_you_sure: Вы ўпэўнены, што жадаеце адмяніць ролю `%{role}' удзельніка `%{name}'?
-      confirm: Пацвердзіць
-      fail: Немагчыма адмяніць ролю `%{role}' удзельніка `%{name}'. Калі ласка, праверце
-        каб удзельнік і роля былі слушнымі.
   user_blocks:
     model:
       non_moderator_update: Трэба быць мадэратарам, каб стварыць ці зняць блакіроўку.
@@ -2814,14 +2686,6 @@ be:
       title: Блакіроўкі карыстальніка
       heading: Спіс блакіровак карыстальніка
       empty: Блакіровак яшчэ не было.
-    revoke:
-      title: Зняць блакіроўку з %{block_on}
-      heading_html: Зняць блакіроўку з %{block_on}, створаную %{block_by}
-      time_future_html: Гэтая блакіроўка скончыцца ў %{time}.
-      past_html: Гэтая блакіроўка скончылася %{time} і не можа быць цяпер адклікана.
-      confirm: Вы ўпэўнены, што жадаеце адклікаць гэтую блакіроўку?
-      revoke: Адазваць!
-      flash: Гэтая блакіроўка была адклікана.
     helper:
       time_future_html: Заканчваецца праз %{time}.
       until_login: Актыўная да моманту ўваходу ўдзельніка ў сістэму.
@@ -2862,20 +2726,14 @@ be:
       created: 'Створана:'
       duration: 'Працягласць:'
       status: 'Статус:'
-      show: Паказаць
       edit: Рэдагаваць
-      revoke: Адазваць!
-      confirm: Вы ўпэўненыя?
       reason: 'Прычына блакіроўкі:'
       revoker: 'Адклікаўшы:'
-      needs_view: Удзельніку трэба ўвайсці ў сістэму, перад тым як гэтая блакіроўка
-        будзе знята.
     block:
       not_revoked: (не адкліканы)
       show: Паказаць
       edit: Рэдагаваць
-      revoke: Адазваць!
-    blocks:
+    page:
       display_name: Заблакаваны карыстальнік
       creator_name: Стваральнік
       reason: Прычына блакіроўкі
@@ -2925,6 +2783,8 @@ be:
         карты, таму не ўводзьце асабістую інфармацыю або інфармацыю з абароненых аўтарскім
         правам карт або рэестраў.
       add: Дадаць заўвагу
+    notes_paging_nav:
+      showing_page: Старонка %{page}
   javascripts:
     close: Закрыць
     share:
index 83c953f31bd9ef92f1565cab237c407c93b92fbb..7173dac39a981fb3c03a26f9f9e624103bf9cb6d 100644 (file)
@@ -52,10 +52,6 @@ bg:
         create: Създаване на блок
         update: Обновяване на блок
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: не изглежда действителен адрес на електронна поща
-        email_address_not_routable: е недостъпен
     models:
       acl: Списък за контрол на достъпа
       changeset: Списък с промени
@@ -364,21 +360,21 @@ bg:
       title: Търсене на обекти
       introduction: Щракнете върху картата, за да търсите обекти в близост.
       nearby: Обекти в близост
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Нов коментар към списък с промени № %{changeset_id} на %{author}
+        commented_at_by_html: Обновен преди %{when} от %{user}
+      show:
+        title_all: Дискусия за промяна на OpenStreetMap
+        title_particular: 'Разговор за промяната #%{changeset_id} на OpenStreetMap'
+      timeout:
+        sorry: Съжаляваме, но списъка с коментарит по промените който заявихте се
+          зарежда твърде дълго.
   changesets:
-    changeset_paging_nav:
-      showing_page: Страница %{page}
-      next: Следваща »
-      previous: « Предишна
     changeset:
-      anonymous: Анонимен
       no_edits: (без промяна)
       view_changeset_details: Подробности за списъка с промени
-    changesets:
-      id: ID
-      saved_at: Записан на
-      user: Потребител
-      comment: Коментар
-      area: Област
     index:
       title: Списък с промени
       title_user: Списък с промените на %{user}
@@ -422,18 +418,6 @@ bg:
       relations_paginated: Релации(%{x}-%{y} от %{count})
     timeout:
       sorry: Съжаляваме, но списъка с промени който заявихте се зарежда твърде дълго.
-  changeset_comments:
-    comment:
-      comment: Нов коментар към списък с промени № %{changeset_id} на %{author}
-      commented_at_by_html: Обновен преди %{when} от %{user}
-    comments:
-      comment: Нов коментар към списък с промени № %{changeset_id} на %{author}
-    index:
-      title_all: Дискусия за промяна на OpenStreetMap
-      title_particular: 'Разговор за промяната #%{changeset_id} на OpenStreetMap'
-    timeout:
-      sorry: Съжаляваме, но списъка с коментарит по промените който заявихте се зарежда
-        твърде дълго.
   dashboards:
     contact:
       km away: '%{count} км от вас'
@@ -471,8 +455,6 @@ bg:
       no_entries: Няма записи в дневника
     page:
       recent_entries: Последни публикации в дневника
-      older_entries: По-стари записи
-      newer_entries: По-нови записи
     edit:
       title: Променяне на публикация в дневника
       marker_text: Място на бележка от дневник
@@ -508,8 +490,6 @@ bg:
       report: Докладване на коментара
     location:
       location: 'Местоположение:'
-      view: Преглеждане
-      edit: Променяне
     feed:
       user:
         title: OpenStreetMap дневник записи за %{user}
@@ -527,8 +507,6 @@ bg:
       post: Публикация
       when: Кога
       comment: Коментар
-      newer_comments: По-нови коментари
-      older_comments: По-стари коментари
   doorkeeper:
     scopes:
       address: Вижте вашия физически адрес
@@ -550,7 +528,6 @@ bg:
   geocoder:
     search:
       title:
-        results_from_html: Резултати от %{results_link}
         latlon: Вътрешни
     search_osm_nominatim:
       prefix:
@@ -1143,10 +1120,6 @@ bg:
         level8: Граница на землище
         level9: Граница на селото
         level10: Граница на предградията
-      types:
-        cities: Градове
-        towns: Градове
-        places: Места
     results:
       no_results: Не бяха открити резултати
       more_results: Повече резултати
@@ -1159,21 +1132,21 @@ bg:
       reported_user: Докладван потребител
       search: Търсене
       search_guidance: 'Търсете за проблеми:'
+      states:
+        ignored: Пренебрегнат
+        open: Отворен
+        resolved: Затворени
+    page:
       user_not_found: Потребителят не съществува
       issues_not_found: Не е открит такъв проблем
       status: Състояние
       reports: Доклади
       last_updated: Последна промяна
       last_updated_time_ago_user_html: '%{time_ago} от %{user}'
-      link_to_reports: Преглед на докладите
       reports_count:
         one: '%{count} доклад'
         other: '%{count} доклада'
       reported_item: Докладван елемент
-      states:
-        ignored: Пренебрегнат
-        open: Отворен
-        resolved: Затворени
     show:
       title: '%{status} Проблем #%{issue_id}'
       reports:
@@ -1251,18 +1224,12 @@ bg:
     history: История
     export: Експортиране
     issues: Проблеми
-    data: Данни
-    export_data: Експортиране на данни
     gps_traces: Следи от GPS
-    gps_traces_tooltip: Управление на следи от GPS
     user_diaries: Потребителски дневници
-    user_diaries_tooltip: Дневници на потребители
     edit_with: Променяне с %{editor}
-    tag_line: Свободна Wiki-карта на света
     intro_header: Добре дошли в OpenStreetMap!
     intro_text: OpenStreetMap е карта на света създадена от хора като вас, за свободно
       ползване и под отворен лиценз.
-    intro_2_create_account: Създаване на сметка
     partners_partners: партньори
     tou: Условия за ползване
     osm_offline: Базата на данни на  OpenStreetMap в момента е изключена докато се
@@ -1273,10 +1240,6 @@ bg:
     about: За проекта
     copyright: Авторски права
     communities: Общности
-    community: Общност
-    make_a_donation:
-      title: Подкрепете OpenStreetMap с парично дарение
-      text: Направете дарение
     learn_more: Научете повече
     more: Още
   user_mailer:
@@ -1341,7 +1304,6 @@ bg:
       details: Отговорете или прочетете повече за бележката на адрес %{url}.
     changeset_comment_notification:
       hi: Здравейте %{to_user},
-      greeting: Здравейте,
       commented:
         commented_changeset: '%{commenter} е оставил коментар в %{time} към промените,
           които наблюдавате, създадени от %{changeset_author}'
@@ -1389,7 +1351,6 @@ bg:
     message_summary:
       unread_button: Отбелязване като непрочетено
       read_button: Отбелязване като прочетено
-      reply_button: Отговор
       destroy_button: Изтриване
     new:
       title: Изпращане на съобщение
@@ -1403,7 +1364,6 @@ bg:
       body: Съжаляваме но няма съобщение със това id.
     outbox:
       title: Изходящи
-      actions: Действия
       messages:
         one: Изпратили сте %{count} съобщение
         other: Изпратили сте %{count} съобщения
@@ -1480,14 +1440,12 @@ bg:
       failure: Неуспешно обновление на профила.
   sessions:
     new:
-      title: Влизане
       tab_title: Влизане
       email or username: Електронна поща или потребителско име
       password: Парола
       remember: Запомняне
       lost password link: Забравена парола?
       login_button: Влизане
-      register now: Регистрирайте се
       with external: 'Или използвайте удостоверяване от външен източник:'
       auth failure: Съжаляваме, но не можете да влезете с тези данни.
     destroy:
@@ -1512,9 +1470,18 @@ bg:
     richtext_field:
       edit: Редактиране
       preview: Предварителен преглед
+    pagination:
+      diary_comments:
+        older: По-стари коментари
+        newer: По-нови коментари
+      diary_entries:
+        older: По-стари записи
+        newer: По-нови записи
+      traces:
+        older: По-стари следи
+        newer: По-нови следи
   site:
     about:
-      next: Напред
       heading_html: '%{copyright}OpenStreetMap %{br} сътрудници'
       used_by_html: '%{name} осигурява картографски данни на хиляди страници, мобилни
         приложения и устройства'
@@ -1676,10 +1643,8 @@ bg:
       title: Въпроси?
     sidebar:
       search_results: Резултати от търсенето
-      close: Затваряне
     search:
       search: Търсене
-      get_directions: Упътване
       get_directions_title: Намерете маршрут между две точки
       from: От
       to: До
@@ -1831,8 +1796,6 @@ bg:
       visibility_help: какво означава това?
     update:
       updated: Трасето е обновено
-    trace_optionals:
-      tags: Етикети
     show:
       pending: Обработва се
       filename: 'Име на файл:'
@@ -1871,9 +1834,6 @@ bg:
       upload_trace: Качване на следи от GPS
       all_traces: Всички следи
       my_traces: Моите следи
-    page:
-      older: По-стари следи
-      newer: По-нови следи
     georss:
       title: OpenStreetMap GPS трасета
     description:
@@ -1883,8 +1843,6 @@ bg:
       description_without_count: Файл на GPX от %{user}
   application:
     permission_denied: Нямате разрешение за достъп до това действие
-    require_admin:
-      not_an_admin: Трябва да сте админ за да извършите това действие
     auth_providers:
       openid:
         title: Влизане с OpenID
@@ -1905,46 +1863,11 @@ bg:
         title: Влизане с Уикипедия
         alt: Лого на Уикипедия
   oauth:
-    authorize:
-      allow_to: 'Позволи приложението на клиента да:'
-      allow_read_prefs: прочетете вашите потребителски предпочитания
-      allow_write_prefs: променете вашите потребителски предпочитания.
-      allow_write_diary: създай дневник на бележките, коментарите и новите приятелства
-      allow_write_api: промени картата.
-      allow_read_gpx: прочети вашите лични GPS следи.
-      allow_write_gpx: Качване на GPS следи.
-      allow_write_notes: променяне на бележки.
-      grant_access: Позволи достъп
-    authorize_success:
-      title: Искането за достъп е разрешено
-      allowed_html: Вие позволихте на приложение %{app_name} достъп до вашия профил.
-      verification: Верификационния код е %{code}.
-    authorize_failure:
-      title: Искането за достъп не успя
-    revoke:
-      flash: Анулирахте удостоверяването на %{application}
     scopes:
       write_prefs: Променете потребителски предпочитания
       write_diary: Създай дневник на бележките, коментарите и новите приятелства
       write_api: Промени картата
       write_notes: Промени бележки
-  oauth_clients:
-    show:
-      key: 'Клиентски ключ:'
-      secret: 'Клиентски секрет:'
-      edit: Редакция детайли
-      delete: Изтриване Клиент
-      confirm: Сигурен ли сте?
-    index:
-      title: Мои данни за OAuth
-      my_tokens: Упълномощени от мен приложения
-      list_tokens: 'Следните токени са издадени на приложения от ваше име:'
-      application: Име на приложението
-      issued_at: Упълномощено на
-      revoke: Анулиране!
-      my_apps: Мои клиентски приложения
-      oauth: OAuth
-      register_new: Регистриране на приложение
   users:
     new:
       title: Регистриране
@@ -1953,7 +1876,6 @@ bg:
         paragraph_1: За разлика от други карти, OpenStreetMap е изцяло създадена от
           хора като Вас и е безплатна за всеки, който иска да я поправи, актуализира,
           изтегли и използва.
-      external auth: 'Удостоверяване от външен източник:'
       continue: Регистриране
       terms accepted: Благодарим Ви, че приемате новите условия за сътрудничество!
       use external auth: Или използвайте удостоверяване от външен източник
@@ -1963,7 +1885,6 @@ bg:
       heading_ct: Условия за сътрудничество
       consider_pd_why: какво е това?
       continue: Продължаване
-      decline: Отхвърли
       you need to accept or decline: За да продължите, моля, прочетете, а след това
         се съгласете или откажете новите условия за сътрудничество.
       legale_select: 'Държава на пребиваване:'
@@ -2030,19 +1951,12 @@ bg:
       hide: Скрий избраните потребители
     suspended:
       support: поддръжка
-  user_role:
-    grant:
-      confirm: Потвърждаване
-    revoke:
-      confirm: Потвърждаване
   user_blocks:
     not_found:
       back: Обратно към индекс
     edit:
       title: Промяна на блокирането на %{name}
       heading_html: Промяна на блокирането на %{name}
-    revoke:
-      revoke: Анулиране!
     helper:
       time_future_html: Изтича след %{time}.
       block_duration:
@@ -2065,14 +1979,11 @@ bg:
       created: 'Създадена:'
       duration: 'Продължителност:'
       status: 'Състояние:'
-      show: Показване
       edit: Променяне
-      revoke: Анулиране!
-      confirm: Сигурни ли сте?
       reason: 'Причина за анулиране:'
     block:
       edit: Редактиране
-    blocks:
+    page:
       display_name: Блокиран потребител
       creator_name: Създател
       reason: Причина за блокиране
@@ -2123,6 +2034,8 @@ bg:
         картата, така че не въвеждайте лична информация или информация от карти или
         списъци с указатели, защитени с авторски права.
       add: Добавяне на бележка
+    notes_paging_nav:
+      showing_page: Страница %{page}
   javascripts:
     close: Затваряне
     share:
index f1897261b39907ee4a7278c93cd5500ac91e6972..3b30f1a0ae28cee3c191f4edf27862eb93c06b65 100644 (file)
@@ -20,6 +20,7 @@
 # Author: R4bb1
 # Author: Rasal Lia
 # Author: RiazACU
+# Author: San1joy23
 # Author: Sayma Jahan
 # Author: Tahmid
 # Author: Tauhid16
@@ -67,8 +68,10 @@ bn:
   activerecord:
     errors:
       messages:
-        invalid_email_address: কোনও বৈধ ইমেল ঠিকানা বলে মনে হচ্ছে না
-        email_address_not_routable: রাউটের যোগ্য নয়
+        display_name_is_user_n: n আপনার ব্যবহারকারী আইডি না হলে user_n হবে না
+      models:
+        user_mute:
+          is_already_muted: ইতিমধ্যেই মিউট করা হয়েছে
     models:
       acl: প্রবেশাধিকার নিয়ন্ত্রণ তালিকা
       changeset: পরিবর্তনসমূহ
@@ -143,7 +146,7 @@ bn:
         longitude: দ্রাঘিমাংশ
         public: সার্বজনীন
         description: বিবরণ
-        gpx_file: à¦\9cিপিà¦\8fà¦\95à§\8dস à¦«à¦¾à¦\87ল à¦\86পলà§\8bড করুন
+        gpx_file: à¦\9cিপিà¦\8fস à¦\9fà§\8dরà§\87স à¦«à¦¾à¦\87ল à¦¨à¦¿à¦°à§\8dবাà¦\9aন করুন
         visibility: দৃষ্টিযোগ্যতা
         tagstring: ট্যাগসমূহ
       message:
@@ -255,6 +258,7 @@ bn:
         reopened_at_by_html: '%{when} %{user} দ্বারা পুনর্সক্রিয়'
       rss:
         title: ওপেনস্ট্রিটম্যাপ টীকা
+        description_all: রিপোর্ট করা, মন্তব্য করা বা বন্ধ করা নোটের তালিকা
         description_area: নোটের তালিকা, রিপোর্ট করা, মন্তব্য করা বা আপনার এলাকায়
           বন্ধ করা [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]
         description_item: নোট %{id}-এর জন্য একটি আরএসএস চারণ
@@ -289,6 +293,8 @@ bn:
         retain_changeset_discussions: আপনার পরিবর্তন ধার্য আলোচনাগুলি, যদি করে থাকেন,
           রয়ে যাবে।
         retain_email: আপমার ইমেইল ঠিকানা রয়ে যাবে।
+        recent_editing_html: আপনি সম্প্রতি সম্পাদনা করেছেন বলে আপনার অ্যাকাউন্টটি
+          বর্তমানে মুছে ফেলা যাবে না। %{time} পরে মুছে ফেলা সম্ভব হবে।
         confirm_delete: আপনি কি নিশ্চিত?
         cancel: বাতিল করুন
   accounts:
@@ -340,6 +346,7 @@ bn:
     deleted_ago_by_html: '%{user} কর্তৃক %{time_ago} অপসারিত'
     edited_ago_by_html: '%{user} কর্তৃক %{time_ago} সম্পাদিত'
     version: সংস্করণ
+    redacted_version: সংশোধিত সংস্করণ
     in_changeset: পরিবর্তনসমূহ
     anonymous: নামহীন
     no_comment: (কোনো মন্তব্য নেই)
@@ -352,6 +359,7 @@ bn:
       other: '%{count}টি রাস্তা'
     download_xml: XML ডাউনলোড করুন
     view_history: ইতিহাস দেখুন
+    view_unredacted_history: অসংশোধিত ইতিহাস দেখুন
     view_details: বিস্তারিত দেখুন
     location: 'অবস্থান:'
     node:
@@ -431,24 +439,49 @@ bn:
       introduction: নিকটবর্তী বৈশিষ্ট্য খুঁজে পেতে মানচিত্রে ক্লিক করুন।
       nearby: নিকটবর্তী বৈশিষ্ট্য
       enclosing: আবদ্ধ বৈশিষ্ট্য
+  nodes:
+    timeout:
+      sorry: দুঃখিত, আইডি %{id} এর সাথে সম্পৃক্ত নোডের উপাত্ত পুনরুদ্ধার করতে অতিরিক্ত
+        সময় লেগেছে।
+  old_nodes:
+    timeout:
+      sorry: দুঃখিত, আইডি %{id} এর সাথে সম্পৃক্ত নোডের ইতিহাস পুনরুদ্ধার করতে অতিরিক্ত
+        সময় লেগেছে।
+  ways:
+    timeout:
+      sorry: দুঃখিত, আইডি %{id} এর সাথে সম্পৃক্ত রাস্তার উপাত্ত পুনরুদ্ধার করতে অতিরিক্ত
+        সময় লেগেছে।
+  old_ways:
+    timeout:
+      sorry: দুঃখিত, আইডি %{id} এর সাথে সম্পৃক্ত রাস্তার ইতিহাস পুনরুদ্ধার করতে অতিরিক্ত
+        সময় লেগেছে।
+  relations:
+    timeout:
+      sorry: দুঃখিত, আইডি %{id} এর সাথে সম্পৃক্ত সম্পর্কের তথ্য পুনরুদ্ধার করতে অতিরিক্ত
+        সময় লেগেছে।
+  old_relations:
+    timeout:
+      sorry: দুঃখিত, আইডি %{id} এর সাথে সম্পৃক্ত সম্পর্কের ইতিহাস পুনরুদ্ধার করতে
+        অতিরিক্ত সময় লেগেছে।
+  changeset_comments:
+    feeds:
+      comment:
+        comment: '%{author} কর্তৃক পরিবর্তনধার্য #%{changeset_id} এ নতুন মন্তব্য'
+        commented_at_by_html: '%{user} কর্তৃক %{when} হালনাগাদকৃত'
+      show:
+        title_all: ওপেনস্ট্রিটম্যাপ পরিবর্তনধার্যের আলোচনা
+        title_particular: 'ওপেনস্ট্রিটম্যাপ পরিবর্তনধার্য #%{changeset_id} আলোচনা'
+      timeout:
+        sorry: দুঃখিত, আপনার অনুরোধ করা চেঞ্জসেট মন্তব্যের তালিকা পুনরুদ্ধার করতে
+          খুব বেশি সময় লেগেছে।
   changesets:
-    changeset_paging_nav:
-      showing_page: '%{page}টি পাতা'
-      next: পরবর্তী »
-      previous: « পূর্ববর্তী
     changeset:
-      anonymous: বেনামী ব্যবহারকারী
       no_edits: (কোনো সম্পাদনা নেই)
       view_changeset_details: পরিবর্তনধার্যের বিস্তারিত দেখুন
-    changesets:
-      id: আইডি
-      saved_at: সংরক্ষণের তারিখ
-      user: ব্যবহারকারী
-      comment: মন্তব্য
-      area: এলাকা
     index:
       title: পরিবর্তনধার্য
       title_user: '%{user} কর্তৃক পরিবর্তন ধার্য'
+      title_user_link_html: '%{user_link}-এর দ্বারা পরিবর্তনগুলি'
       title_friend: আমার বন্ধুদের দ্বারা পরিবর্তনসেট
       title_nearby: কাছকাছি ব্যবহারকারীর পরিবর্তনধার্য
       empty: কোনো পরিবর্তনধার্য পাওয়া যায়নি।
@@ -464,8 +497,16 @@ bn:
         created: তৈরি হয়েছে
         closed: বন্ধ হয়েছে
         belongs_to: লেখক
+    subscribe:
+      button: আলোচনায় সাবস্ক্রাইব করুন
+    unsubscribe:
+      button: আলোচনায় আনসাবস্ক্রাইব করুন
+    no_such_entry:
+      heading: '%{id} আইডির কোনো ভুক্তি নেই'
     show:
       title: 'পরিবর্তনধার্য: %{id}'
+      created: 'তৈরি করা হয়েছে: %{when}'
+      closed: 'বন্ধ করা হয়েছে: %{when}'
       created_ago_html: '%{time_ago} তৈরি'
       closed_ago_html: '%{time_ago} বন্ধকৃত'
       created_ago_by_html: '%{user} কর্তৃক %{time_ago} তৈরিকৃত'
@@ -474,6 +515,8 @@ bn:
       join_discussion: আলোচনায় যোগ দিতে প্রবেশ করুন
       still_open: চেঞ্জসেট এখনও খোলা - চেঞ্জসেট বন্ধ হয়ে গেলে আলোচনা খোলা হবে।
       hidden_comment_by_html: '%{user} %{time_ago} মন্তব্যটি লুকিয়েছেন'
+      hide_comment: লুকান
+      unhide_comment: দৃশ্যমান করুন
       comment: মন্তব্য
       changesetxml: পরিবর্তনধার্য এক্সএমএল
       osmchangexml: osmChange এক্সএমএল
@@ -487,18 +530,6 @@ bn:
     timeout:
       sorry: দুঃখিত, আপনি যেই পরিবর্তনসেটটির জন্য আবেদন করছেন সেটি ফিরিয়ে আনতে আরও
         সময় লাগবে।
-  changeset_comments:
-    comment:
-      comment: '%{author} কর্তৃক পরিবর্তনধার্য #%{changeset_id} এ নতুন মন্তব্য'
-      commented_at_by_html: '%{user} কর্তৃক %{when} হালনাগাদকৃত'
-    comments:
-      comment: '%{author} কর্তৃক পরিবর্তনধার্য #%{changeset_id} এ নতুন মন্তব্য'
-    index:
-      title_all: ওপেনস্ট্রিটম্যাপ পরিবর্তনধার্যের আলোচনা
-      title_particular: 'ওপেনস্ট্রিটম্যাপ পরিবর্তনধার্য #%{changeset_id} আলোচনা'
-    timeout:
-      sorry: দুঃখিত, আপনার অনুরোধ করা চেঞ্জসেট মন্তব্যের তালিকা পুনরুদ্ধার করতে খুব
-        বেশি সময় লেগেছে।
   dashboards:
     contact:
       km away: '%{count}কিমি দূরে'
@@ -540,8 +571,6 @@ bn:
       no_entries: কোনও দিনলিপির ভুক্তি নেই
     page:
       recent_entries: সাম্প্রতিক দিনলিপির ভুক্তি
-      older_entries: পুরাতন ভুক্তি
-      newer_entries: নতুনতর ভুক্তি
     edit:
       title: দিনলিপির ভুক্তি সম্পাদনা করুন
       marker_text: দিনলিপির ভুক্তির অবস্থান
@@ -582,8 +611,6 @@ bn:
       report: এই মন্তব্যের বিরুদ্ধে অভিযোগ করুন
     location:
       location: 'অবস্থান:'
-      view: দেখুন
-      edit: সম্পাদনা
     feed:
       user:
         title: ওপেনস্ট্রিটম্যাপে %{user}-এর দিনলিপির ভুক্তি
@@ -607,15 +634,16 @@ bn:
       post: পোস্ট
       when: কখন
       comment: মন্তব্য
-      newer_comments: নতুনতর মন্তব্য
-      older_comments: পুরাতন মন্তব্য
   doorkeeper:
     flash:
       applications:
         create:
           notice: অ্যাপ্লিকেশন নিবন্ধিত।
     scopes:
+      address: আপনার আসল ঠিকানা দেখুন
       email: আপনার ইমেইল ঠিকানা দেখুন
+      phone: আপনার ফোন নম্বর দেখুন
+      profile: আপনার প্রোফাইলের তথ্য দেখুন
   errors:
     contact:
       contact: যোগাযোগ
@@ -1193,28 +1221,35 @@ bn:
           fashion: ফ্যাশন সামগ্রীর দোকান
           florist: ফুলওয়ালা
           food: খাবারের দোকান
+          frame: ফ্রেমের দোকান
           funeral_directors: অন্ত্যেষ্টিক্রিয়া পরিচালকবৃন্দ
           furniture: আসবাবপত্র
           garden_centre: বাগান কেন্দ্র
+          gas: গ্যাসের দোকান
           general: সাধারণ দোকান
           gift: উপহারের দোকান
           greengrocer: সবজিওয়ালা
           grocery: মুদি দোকান
           hairdresser: নাপিত
           hardware: যন্ত্রাংশের দোকান
+          health_food: স্বাস্থ্যকর খাবারের দোকান
           hearing_aids: শ্রবণসহায়ক যন্ত্র
+          herbalist: ভেষজ বিশেষজ্ঞ
           hifi: হাই-ফাই দোকান
           houseware: ঘরোয়া জিনিসের দোকান
           ice_cream: আইসক্রিমের দোকান
           interior_decoration: ভিতরের সজ্জা
           jewelry: গহনার দোকান
+          kiosk: কিয়স্কের দোকান
           kitchen: রান্নাঘরের দোকান
           laundry: ধোপার দোকান
           locksmith: চাবিওয়ালা
           lottery: লটারি
           mall: বিপণী বিতান
           massage: ম্যাসেজ
+          medical_supply: চিকিৎসা সামগ্রীর দোকান
           mobile_phone: মোবাইল ফোনের দোকান
+          money_lender: ঋণদাতা
           motorcycle: মোটোরসইকেলের দোকান
           motorcycle_repair: মোটরসাইকেল মেরামতের দোকান
           music: সঙ্গীতের দোকান
@@ -1223,8 +1258,11 @@ bn:
           nutrition_supplements: পুষ্টি সম্পূরক
           optician: চশমা বিক্রেতা
           organic: জৈব খাদ্যের দোকান
+          outdoor: আউটডোর দোকান
           paint: রঙের দোকান
+          pastry: পেস্ট্রির দোকান
           perfumery: সুগন্ধিশালা
+          pet: পোষা প্রাণীর দোকান
           photo: ছবির দোকান
           seafood: সামুদ্রিক খাবার
           second_hand: পুরনো-সামগ্রীর দোকান
@@ -1248,6 +1286,7 @@ bn:
           wine: মদের দোকান
           "yes": দোকান
         tourism:
+          artwork: শিল্পকর্ম
           attraction: আকর্ষণ
           cabin: পর্যটক কেবিন
           camp_site: ক্যাম্পের স্থল
@@ -1284,6 +1323,7 @@ bn:
           "yes": জলপথ
       admin_levels:
         level2: রাষ্ট্রের সীমানা
+        level3: অঞ্চলের সীমানা
         level4: রাজ্যের সীমানা
         level5: অঞ্চলের সীমানা
         level6: প্রদেশের সীমানা
@@ -1291,10 +1331,6 @@ bn:
         level8: নগরের সীমান
         level9: গ্রামের সীমানা
         level10: উপনগরের সীমানা
-      types:
-        cities: নগর
-        towns: শহর
-        places: স্থান
     results:
       no_results: ফলাফল খুঁজে পাওয়া যায়নি
       more_results: আরও ফলাফল
@@ -1304,12 +1340,17 @@ bn:
       select_status: স্থিতি নির্বাচন করুন
       select_type: প্রকার নির্বাচন করুন
       search: অনুসন্ধান
+      states:
+        ignored: উপেক্ষিত
+        open: খুলুন
+        resolved: মীমাংসিত
+    page:
       user_not_found: ব্যবহারকারীর অস্তিত্ব নেই
+      issues_not_found: এই ধরনের কোনও ইস্যু পাওয়া যায়নি
       status: স্থিতি
       reports: অভিযোগ
       last_updated: সর্বশেষ হালনাগাদ
       last_updated_time_ago_user_html: '%{user} কর্তৃক %{time_ago}'
-      link_to_reports: প্রতিবেদনসমূহ দেখুন
       reports_count:
         one: '%{count}টি প্রতিবেদন'
         other: '%{count}টি প্রতিবেদন'
@@ -1323,6 +1364,7 @@ bn:
       reports_of_this_issue: এই সমস্যা প্রতিবেদন করুন
       read_reports: প্রতিবেদন পড়ুন
       new_reports: নতুন প্রতিবেদন
+      comments_on_this_issue: এই বিষয়ে মন্তব্যসমূহ
     helper:
       reportable_title:
         note: 'টীকা #%{note_id}'
@@ -1361,30 +1403,18 @@ bn:
     history: ইতিহাস
     export: রপ্তানি
     issues: সমস্যা
-    data: উপাত্ত
-    export_data: উপাত্ত রপ্তানি করুন
     gps_traces: জিপিএস ট্রেস
-    gps_traces_tooltip: জিপিএস ট্রেস ব্যাবস্থাপনা
     user_diaries: ব্যবহারকারীর দিনলিপি
-    user_diaries_tooltip: ব্যবহারকারী দিনলিপি দেখুন
     edit_with: '%{editor} দিয়ে সম্পাদনা করুন'
-    tag_line: মুক্ত উইকি বিশ্ব মানচিত্র
     intro_header: ওপেনস্ট্রিটম্যাপে স্বাগতম!
     intro_text: ওপেনস্ট্রিটম্যাপ বিশ্বের একটি মানচিত্র; যা আপনার মতো মানুষের দ্বারা
       নির্মিত এবং এটি মুক্ত লাইসেন্সের অধীনে বিনামূল্যে ব্যবহারযোগ্য।
-    intro_2_create_account: একটি ব্যবহারকারী অ্যাকাউন্ট তৈরি করুন
     partners_partners: সহযোগীগণ
     tou: ব্যবহারের শর্তাবলী
     help: সাহায্য
     about: পরিচিতি
     copyright: মেধাস্বত্ব
     communities: সম্প্রদায়
-    community: সম্প্রদায়
-    community_blogs: সম্প্রদায়ের ব্লগ
-    community_blogs_title: ওপেনস্ট্রিটম্যাপ সম্প্রদায়ের সদস্যগণের ব্লগ
-    make_a_donation:
-      title: আর্থিক অনুদান দিয়ে ওপেনস্ট্রিটম্যাপকে সাহায্য করুন
-      text: দান করুন
     learn_more: আরও পড়ুন
     more: আরও
   user_mailer:
@@ -1408,8 +1438,21 @@ bn:
         করতে পারেন।
       befriend_them_html: আপনি %{befriendurl} এ ক্লিক করে তাকেও আপনার বন্ধু হিসেবে
         যোগ করতে পারেন।
+    gpx_description:
+      description_with_tags: 'দেখে মনে হচ্ছে %{trace_description} বিবরণযুক্ত আপনার
+        %{trace_name} ফাইল ও নিম্নলিখিত ট্যাগ: %{tags}'
+      description_with_tags_html: 'দেখে মনে হচ্ছে %{trace_description} বিবরণযুক্ত
+        আপনার %{trace_name} ফাইল ও নিম্নলিখিত ট্যাগ: %{tags}'
+      description_with_no_tags: দেখে মনে হচ্ছে %{trace_description} বিবরণযুক্ত আপনার
+        %{trace_name} ফাইল ও ট্যাগহীন
+      description_with_no_tags_html: দেখে মনে হচ্ছে %{trace_description} বিবরণযুক্ত
+        আপনার %{trace_name} ফাইল ও ট্যাগহীন
     gpx_failure:
       hi: সুপ্রিয় %{to_user},
+      failed_to_import: 'GPS ট্রেস ফাইল হিসাবে আমদানি করা ব্যর্থ হয়েছে। অনুগ্রহ করে
+        যাচাই করুন যে আপনার ফাইলটি একটি বৈধ GPX ফাইল বা সমর্থিত (.tar.gz, .tar.bz2,
+        .tar, .zip, .gpx.gz, .gpx.bz2) বিন্যাসযুক্ত GPX ফাইল। আপনার ফাইলের বিন্যাস
+        বা সিনট্যাক্সে সমস্যা? এখানে আমদানি ত্রুটি দেওয়া হলো:'
     gpx_success:
       hi: সুপ্রিয় %{to_user},
     signup_confirm:
@@ -1435,7 +1478,6 @@ bn:
       details: টীকাটি সম্পর্কে আরও বিস্তারিত %{url} এ পাওয়া যাবে।
     changeset_comment_notification:
       hi: সুপ্রিয় %{to_user},
-      greeting: সুপ্রিয়,
       commented:
         partial_changeset_without_comment: মন্তব্যহীন
       details: পরিবর্তনধার্য সম্পর্কে আরও বিস্তারিত %{url} এ পাওয়া যাবে।
@@ -1470,7 +1512,6 @@ bn:
     message_summary:
       unread_button: অপঠিত হিসেবে চিহ্নিত করুন
       read_button: পঠিত হিসেবে চিহ্নিত করুন
-      reply_button: প্রত্যুত্তর
       destroy_button: মুছুন
       unmute_button: ইনবক্সে সরান
     new:
@@ -1544,22 +1585,29 @@ bn:
       delete image: বর্তমান ছবিটি অপসারণ করুন
       replace image: বর্তমান ছবি বদল করুন
       home location: বাড়ির অবস্থান
+      show: দেখাও
+      delete: অপসারণ
     update:
       success: প্রোফাইল পরিবর্তিত হয়েছে।
   sessions:
     new:
-      title: প্রবেশ করুন
-      tab_title: প্রবেশ
+      tab_title: প্রবেশ করুন
       email or username: ইমেইল ঠিকানা অথবা ব্যবহারকারী নাম
       password: পাসওয়ার্ড
       remember: আমাকে মনে রাখো
       lost password link: পাসওয়ার্ড ভুলে গেছেন?
       login_button: প্রবেশ করুন
-      register now: এখনই নিবন্ধন করুন
+      or: অথবা
       auth failure: দুঃখিত, এই তথ্য দিয়ে প্রবেশ করানো যাচ্ছে না।
     destroy:
       title: প্রস্থান
+      heading: ওপেনস্ট্রিটম্যাপ থেকে লগআউট করুন
       logout_button: প্রস্থান
+    suspended_flash:
+      suspended: দুঃখিত, সন্দেহজনক কার্যকলাপের কারণে আপনার অ্যাকাউন্ট স্থগিত করা হয়েছে।
+      contact_support_html: আপনি যদি এই বিষয়ে আলোচনা করতে চান তাহলে অনুগ্রহ করে %{support_link}-এর
+        সাথে যোগাযোগ করুন।
+      support: সহায়তা
   shared:
     markdown_help:
       heading_html: '%{kramdown_link} দিয়ে পার্স করা হয়েছে'
@@ -1577,9 +1625,16 @@ bn:
     richtext_field:
       edit: সম্পাদনা
       preview: প্রাকদর্শন
+      help: সাহায্য
+    pagination:
+      diary_comments:
+        older: পুরাতন মন্তব্য
+        newer: নতুনতর মন্তব্য
+      diary_entries:
+        older: পুরাতন ভুক্তি
+        newer: নতুনতর ভুক্তি
   site:
     about:
-      next: পরবর্তী
       heading_html: '%{copyright}ওপেনস্ট্রিটম্যাপ %{br} অবদানকারীগণ'
       used_by_html: '%{name} হাজার হাজার ওয়েবসাইট, মোবাইল অ্যাপ্লিকেশন এবং হার্ডওয়্যার
         ডিভাইসের জন্য মানচিত্রের উপাত্ত সরবরাহ করে'
@@ -1682,10 +1737,8 @@ bn:
       title: কোনও প্রশ্ন?
     sidebar:
       search_results: অনুসন্ধানের ফলাফল
-      close: বন্ধ
     search:
       search: অনুসন্ধান
-      get_directions: দিক নির্দেশনা পান
       get_directions_title: দুটি বিন্দুর মধ্যে নির্দেশনী খুঁজুন
       from: এ থেকে
       to: এ পর্যন্ত
@@ -1738,9 +1791,11 @@ bn:
           university: বিশ্ববিদ্যালয়
           hospital: হাসপাতাল
           station: রেল স্টেশন
+          railway_halt: রেলওয়ে স্টপ
+          subway_station: সাবওয়ে স্টেশন
+          tram_stop: ট্রাম স্টপ
           peak: শৃঙ্গ
           bus_stop: বাস স্টপ
-          stop: স্টপ
           bicycle_shop: সাইকেলের দোকান
           bicycle_rental: সাইকেল ভাড়া
           bicycle_parking: সাইকেল পার্কিং
@@ -1778,8 +1833,6 @@ bn:
       title: অনুসরণ সম্পাদনা %{name}
       heading: অনুসরণ সম্পাদনা %{name}
       visibility_help: এটার মানে কি?
-    trace_optionals:
-      tags: ট্যাগসমূহ
     show:
       title: '%{name} অনুসরণটি দেখছেন'
       heading: '%{name} অনুসরণটি দেখছেন'
@@ -1842,23 +1895,8 @@ bn:
         title: উইকিপিডিয়া দিয়ে প্রবেশ করুন
         alt: উইকিপিডিয়া লোগো
   oauth:
-    authorize:
-      allow_write_api: মানচিত্রটি পরিবর্তন করুন
     scopes:
       openid: ওপেনস্ট্রিটম্যাপ ব্যবহার করে সাইন-ইন করুন
-  oauth_clients:
-    new:
-      title: একটি নতুন আবেদন নিবন্ধন করুন
-    show:
-      edit: বিবরণ সম্পাদনা করুন
-      confirm: আপনি কি নিশ্চিত?
-    index:
-      title: আমার OAuth সংক্রান্ত তথ্য
-      my_tokens: আমার অনুমোদিত অ্যাপ্লিকেশনসমূহ
-      list_tokens: 'নিম্নলিখিত টোকেনগুলি আপনার নামে অধীনে অ্যাপ্লিকেশনগুলির জন্য তৈরী
-        করা হয়েছে:'
-      application: অ্যাপ্লিকেশনের নাম
-      issued_at: অনুমোদনের তারিখ
   oauth2_applications:
     index:
       name: নাম
@@ -1885,7 +1923,6 @@ bn:
         header: মুক্ত ও সম্পাদনাযোগ্য
       by_signing_up:
         privacy_policy: গোপনীয়তার নীতি
-      tou: ব্যবহারের শর্তাবলী
       continue: নিবন্ধন করুন
       terms accepted: নতুন অবদানকারী শর্তাবলী গ্রহণ করার জন্য ধন্যবাদ!
       email_help:
@@ -1905,7 +1942,7 @@ bn:
       consider_pd_why: এটি কী?
       informal_translations: অনানুষ্ঠানিক অনুবাদ
       continue: অব্যাহত রাখুন
-      decline: প্রত্যাখ্যান করুন
+      cancel: বাতিল
       you need to accept or decline: অনুগ্রহ করে পড়ুন এবং তারপরে চালিয়ে যেতে নতুন
         অবদানকারীর শর্তাবলী স্বীকার করুন বা প্রত্যাখ্যান করুন।
       legale_select: 'আপনার দেশ বাছাই করুন:'
@@ -2002,29 +2039,16 @@ bn:
       not_revoke_admin_current_user: বর্তমান ব্যবহারকারীর থেকে প্রশাসকের ভূমিকা প্রত্যাহার
         করা যাবে না৷
     grant:
-      title: দায়িত্ব প্রদানকরণ নিশ্চিত করুন
-      heading: দায়িত্ব প্রদানকরণ নিশ্চিত করুন
       are_you_sure: আপনি কি `%{name}' ব্যবহারকারী কে `%{role}' দায়িত্বটি দিতে চান?
-      confirm: নিশ্চিত করুন
-      fail: '`%{name}'' ব্যবহারকারীর `%{role}'' দায়িত্বটি প্রদান সম্ভব হয় নি। দয়া
-        করে দেখুন যে এই ব্যবহারকারী এবং দায়িত্বটি সঠিক কিনা।'
     revoke:
-      title: দায়িত্ব বাতিলকরণ নিশ্চিত করুন
-      heading: দায়িত্ব বাতিলকরণ নিশ্চিত করুন
       are_you_sure: আপনি কি নিশ্চিতভাবে `%{name}' ব্যবহারকারীর উক্ত `%{role}' দায়িত্বটি
         বাতিল করতে চান?
-      confirm: নিশ্চিত করুন
-      fail: '`%{name}'' ব্যবহারকারীর `%{role}'' দায়িত্বটি বাতিল অযোগ্য। দয়া করে
-        দেখুন যে এই ব্যবহারকারী এবং দায়িত্বটি সঠিক কিনা।'
   user_blocks:
     model:
       non_moderator_revoke: একটি ব্লক প্রত্যাহার করতে অবশ্যই একজন মডারেটর হতে হবে।
     not_found:
       sorry: দুঃখিত, ID %{id} সহ ব্যবহারকারী ব্লক খুঁজে পাওয়া যায়নি।
       back: সূচকে ফিরে যান
-    revoke:
-      revoke: প্রত্যাহার!
-      flash: এই অবরোধ প্রত্যাহার করা হয়েছে।
     revoke_all:
       revoke: প্রত্যাহার!
     helper:
@@ -2036,13 +2060,10 @@ bn:
       created: 'তৈরি হয়েছে:'
       duration: 'স্থিতিকাল:'
       status: 'স্থিতি:'
-      show: দেখাও
       edit: সম্পাদনা
-      revoke: প্রত্যাহার!
-      confirm: আপনি কি নিশ্চিত?
     block:
       edit: সম্পাদনা
-    blocks:
+    page:
       display_name: বাধাপ্রাপ্ত ব্যবহারকারী
   user_mutes:
     index:
@@ -2057,6 +2078,7 @@ bn:
       closed_title: 'মীমাংসিত টীকা #%{note_name}'
       hidden_title: 'লুকানো টীকা #%{note_name}'
       report: এই নোট সম্পর্কে অভিযোগ জানান
+      discussion: আলোচনা
       hide: লুকান
       resolve: মিমাংসা করুন
       reactivate: পুনঃসক্রিয়
@@ -2066,6 +2088,8 @@ bn:
     new:
       title: নতুন টীকা
       add: টীকাযুক্ত করুন
+    notes_paging_nav:
+      showing_page: '%{page}টি পাতা'
   javascripts:
     close: বন্ধ
     share:
@@ -2137,6 +2161,7 @@ bn:
       empty: প্রদর্শন করার মতো সম্পাদন নেই।
       heading: সম্পাদন সমূহের তালিকা
       title: সম্পাদন সমূহের তালিকা
+      new: নতুন রিডাকশন
     new:
       heading: নতুন সম্পাদনের জন্য তথ্য লিখুন
       title: নতুন সম্পাদন তৈরি করা হচ্ছে
index a6dd38a2b1a74778cf3165ad8247026a4a23f867..820609208901d2033e491c947c7a19628043eea4 100644 (file)
@@ -2,7 +2,6 @@
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: Adriendelucca
-# Author: Amire80
 # Author: Dishual
 # Author: Fohanno
 # Author: Fulup
@@ -55,15 +54,13 @@ br:
   activerecord:
     errors:
       messages:
-        invalid_email_address: ne ziskouez ket bezañ ur chomlec'h postel mat
-        email_address_not_routable: n'haller ket routañ
         display_name_is_user_n: n'hall ket bezañ user_n nemet hag e vefe "n" ho kod
           anaout implijer
       models:
         user_mute:
           is_already_muted: a zo bet kuzhet dija
     models:
-      acl: Listenn kontroll moned
+      acl: Roll kontrollañ ar monedoù
       changeset: Hollad cheñchamantoù
       changeset_tag: Tikedenn an hollad cheñchamantoù
       country: Bro
@@ -99,8 +96,8 @@ br:
       way_tag: Tikedenn an hent
     attributes:
       client_application:
-        name: Anv (rediet)
-        url: URL an arload pennañ (rekis)
+        name: Anv (Rekis)
+        url: URL pennañ an arload (Rekis)
         callback_url: URL gervel en-dro
         support_url: URL skoazell
         allow_read_prefs: lenn o fenndibaboù implijer.
@@ -116,7 +113,7 @@ br:
         user: Implijer
         title: Danvez
         body: Testenn
-        latitude: Lec'hed
+        latitude: Ledred
         longitude: Hedred
         language_code: Yezh
       doorkeeper/application:
@@ -136,7 +133,7 @@ br:
         longitude: Hedred
         public: Foran
         description: Deskrivadur
-        gpx_file: 'Enporzhiañ ur restr GPX :'
+        gpx_file: Dibab ar restr roudoù GPS
         visibility: Gwelusted
         tagstring: Tikedennoù
       message:
@@ -321,11 +318,11 @@ br:
       current email address: Chomlec'h postel a-vremañ
       external auth: Dilesadur diavaez
       openid:
-        link text: petra eo se ?
+        link text: petra eo an dra-se ?
       public editing:
         heading: Kemm foran
         enabled: Gweredekaet. N'eo ket dizanv ha gallout a ra aozañ roadennoù.
-        enabled link text: Petra eo se ?
+        enabled link text: petra eo an dra-se ?
         disabled: Diweredekaet ha ne c'hall ket aozañ roadennoù ; diznav eo an holl
           aozadennoù kent.
         disabled link text: Perak n'on ket evit aozañ ?
@@ -336,7 +333,7 @@ br:
         review link text: Heuilhit al liamm-mañ evel ma karot evit sellet ouzh diferadennoù
           nevez ar c'henlabourer hag asantiñ dezho.
         agreed_with_pd: Disklêriet hoc'h eus ivez emañ ho tegasadennoù en domani foran.
-        link text: Petra eo se ?
+        link text: petra eo an dra-se ?
       save changes button: Enrollañ ar c'hemmoù
       delete_account: Dilemel ar gont...
     go_public:
@@ -470,21 +467,21 @@ br:
     not_found:
       sorry: 'Hon digarezit, n''eo ket bet kavet ar stumm %{version} eus an darempred
         #%{id}.'
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Evezhiadenn nevez diwar-benn an hollad cheñchamantoù #%{changeset_id}
+          gant %{author}'
+        commented_at_by_html: Hizivaet %{when} gant %{user}
+      show:
+        title_all: Kaozeadenn hollad cheñchamantoù OpenStreetMap
+        title_particular: 'Kaozeadenn hollad cheñchamantoù #%{changeset_id} OpenStreetMap'
+      timeout:
+        sorry: Ho tigarez, re hir eo adtapout ar roll evezhiadennoù ho peus goulennet.
   changesets:
-    changeset_paging_nav:
-      showing_page: Pajenn %{page}
-      next: War-lerc'h »
-      previous: « Kent
     changeset:
-      anonymous: Dizanv
       no_edits: (aozadenn ebet)
       view_changeset_details: Gwelet munudoù an hollad cheñchamantoù
-    changesets:
-      id: ID
-      saved_at: Enrollet an/ar
-      user: Implijer
-      comment: Evezhiadenn
-      area: Takad
     index:
       title: Hollad cheñchamantoù
       title_user: Hollad cheñchamantoù %{user}
@@ -512,7 +509,6 @@ br:
       title: Hollad cheñchamantoù %{id}
       created_by_html: Bet krouet gant %{link_user} d'an %{created}.
     no_such_entry:
-      title: N'eus ket eus an hollad cheñchamantoù-mañ
       heading: 'Enmont ebet gant an id: %{id}'
     show:
       title: 'Hollad cheñchamantoù: %{id}'
@@ -544,19 +540,6 @@ br:
       relations_paginated: Darempredoù (%{x}-%{y} diwar %{count})
     timeout:
       sorry: Ho tigarez, re hir eo adtapout ar roll cheñchamantoù hoc'h eus goulennet.
-  changeset_comments:
-    comment:
-      comment: 'Evezhiadenn nevez diwar-benn an hollad cheñchamantoù #%{changeset_id}
-        gant %{author}'
-      commented_at_by_html: Hizivaet %{when} gant %{user}
-    comments:
-      comment: Evezhiadenn nevez war an hollad cheñchamantoù %{changeset_id} gant
-        %{author}
-    index:
-      title_all: Kaozeadenn hollad cheñchamantoù OpenStreetMap
-      title_particular: 'Kaozeadenn hollad cheñchamantoù #%{changeset_id} OpenStreetMap'
-    timeout:
-      sorry: Ho tigarez, re hir eo adtapout ar roll evezhiadennoù ho peus goulennet.
   dashboards:
     contact:
       km away: war-hed %{count} km
@@ -597,8 +580,6 @@ br:
       no_entries: Enmont ebet en ho teizlevr
     page:
       recent_entries: 'Enmontoù nevez en deizlevr:'
-      older_entries: Enmont koshañ
-      newer_entries: Enmont nevesañ
     edit:
       title: Aozañ enmont an deizlevr
       marker_text: Lec'hiadur an enmont en deizlevr
@@ -642,8 +623,6 @@ br:
       report: Signaliñ an evezhiadenn-mañ
     location:
       location: 'Lec''hiadur:'
-      view: Diskwel
-      edit: Aozañ
       coordinates: '%{latitude} ; %{longitude}'
     feed:
       user:
@@ -670,8 +649,6 @@ br:
       post: Embann
       when: Pegoulz
       comment: Evezhiadenn
-      newer_comments: Evezhiadennoù nevesañ
-      older_comments: Evezhiadennoù koshañ
   doorkeeper:
     flash:
       applications:
@@ -711,7 +688,6 @@ br:
   geocoder:
     search:
       title:
-        results_from_html: Disoc'hoù %{results_link}
         latlon: Diabarzh
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -876,6 +852,7 @@ br:
           college: Savadur skolaj
           commercial: Savadur kenwerzhel
           construction: Savadur war sevel
+          cowshed: Kraou-saout
           detached: Pennti
           dormitory: Kouskva
           duplex: Ti duplex
@@ -905,6 +882,7 @@ br:
           shed: Lochenn
           stable: Marchosi
           static_caravan: Karavanenn
+          sty: Kraou-moc'h
           temple: Templ
           terrace: Renkad savadurioù
           train_station: Porzh-houarn
@@ -1481,10 +1459,6 @@ br:
         level9: Bevenn ar gumun
         level10: Bevenn ar bannlev
         level11: Harzoù amezegezh
-      types:
-        cities: Keodedoù
-        towns: Kêrioù
-        places: Lec'hioù
     results:
       no_results: N'eus bet kavet respont ebet
       more_results: Disoc'hoù all
@@ -1498,13 +1472,17 @@ br:
       not_updated: Nann hizvivaet
       search: Klask
       search_guidance: 'Kudennoù enklask :'
+      states:
+        ignored: Lezet a-gostez
+        open: Digor
+        resolved: Diskoulmet
+    page:
       user_not_found: N'eus ket eus an implijer
       issues_not_found: N'eus bet kavet kudenn ebet
       status: Statud
       reports: Danevelloù
       last_updated: Hizivaet da ziwezhañ
       last_updated_time_ago_user_html: '%{time_ago} gant %{user}'
-      link_to_reports: Gwelet an danevelloù
       reports_count:
         one: 1 danevell
         two: 2 zanevell
@@ -1603,18 +1581,12 @@ br:
     history: Istor
     export: Ezporzhiañ
     issues: Kudennoù
-    data: Roadennoù
-    export_data: Ezporzhiañ roadennoù
     gps_traces: Roudoù GPS
-    gps_traces_tooltip: Merañ ar roudoù GPS
     user_diaries: Deizlevrioù an implijer
-    user_diaries_tooltip: Gwelet deizlevrioù an implijerien
     edit_with: Kemmañ gant %{editor}
-    tag_line: Kartenn digoust eus ar bed Wiki
     intro_header: Donemat en OpenStreetMap !
     intro_text: Ur gartenn eus ar bed eo OprenStreetMap, krouet gant tud eveldoc'h
       ha frank hec'h implij dindan un aotre-implij digor.
-    intro_2_create_account: Krouiñ ur gont implijer
     partners_fastly: Fastly
     partners_partners: Kevelourien
     tou: Termenoù implijout
@@ -1622,17 +1594,10 @@ br:
       gant ul labour kempenn bras.
     osm_read_only: Diaz roadennoù OpenStreetMap zo da lenn hepken evit bremañ evit
       bremañ abalamour da labourioù kempenn bras.
-    donate: Skoazellit OpenStreetMap dre %{link} d'an Hardware Upgrade Fund.
     help: Skoazell
     about: Diwar-benn
     copyright: Gwirioù oberour & Aotre-implijout
     communities: Kumuniezhioù
-    community: Kumuniezh
-    community_blogs: Blogoù ar gumuniezh
-    community_blogs_title: Blogoù izili kumuniezh OpenStreetMap
-    make_a_donation:
-      title: Skoazellañ OpenStreetMap gant ur road arc'hant
-      text: Ober un donezon
     learn_more: Gouzout hiroc'h
     more: Muioc'h
   user_mailer:
@@ -1748,7 +1713,6 @@ br:
     changeset_comment_notification:
       description: 'Hollad cheñchamantoù OpenStreetMap #%{id}'
       hi: Demat %{to_user},
-      greeting: Demat,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} en deus addispleget unan eus ho
           kemmoù'
@@ -1819,7 +1783,6 @@ br:
     message_summary:
       unread_button: Merkañ evel anlennet
       read_button: Merkañ evel lennet
-      reply_button: Respont
       destroy_button: Dilemel
       unmute_button: Dilec'hiañ d'ar voest resev
     new:
@@ -1836,7 +1799,6 @@ br:
       body: Ho tigarez, n'eus kemennadenn ebet gant an id-se.
     outbox:
       title: Boest kas
-      actions: Oberoù
       messages:
         one: Kaset hoc'h eus %{count} gemennadenn
         other: Kaset hoc'h eus %{count} kemennadenn
@@ -1931,14 +1893,12 @@ br:
       failure: N'haller ket hizivaat ar profil.
   sessions:
     new:
-      title: Kevreañ
       tab_title: Kevreañ
       email or username: Chomlec'h postel pe anv implijer
       password: Ger-tremen
       remember: Derc'hel soñj ac'hanon
       lost password link: Ankouaet ho ker-tremen ganeoc'h ?
       login_button: Kevreañ
-      register now: En em enskrivañ bremañ
       with external: 'pe kevreit gant un tredeour:'
       or: pe
       auth failure: Ho tigarez, met n'eus ket bet gallet hoc'h anavezout gant an titouroù
@@ -1970,9 +1930,28 @@ br:
     richtext_field:
       edit: Aozañ
       preview: Rakwelet
+      help: Skoazell
+    pagination:
+      diary_comments:
+        older: Evezhiadennoù koshañ
+        newer: Evezhiadennoù nevesañ
+      diary_entries:
+        older: Enmont koshañ
+        newer: Enmont nevesañ
+      issues:
+        older: Kudennoù koshoc'h
+        newer: Kudennoù nevesoc'h
+      traces:
+        older: ↓Roudoù kozh
+        newer: ↓Roudoù nevez
+      user_blocks:
+        older: Stankadurioù koshoc'h
+        newer: Stankadurioù nevesañ
+      users:
+        older: Implijerien goshoc'h
+        newer: Implijerien nevesoc'h
   site:
     about:
-      next: War-lerc'h
       heading_html: Kenlabourerien %{copyright}OpenStreetMap %{br}
       used_by_html: Pourchas a ra %{name} roadennoù kartennaouiñ da viliadoù a lec'hiennoù
         web, arloadoù hezoug hag ardivinkoù
@@ -2073,12 +2052,14 @@ br:
           an Tailhoù.'
         contributors_fr_france: Bro-C'hall
         contributors_hr_croatia: Kroatia
+        contributors_hr_open_data_portal: Porched broadel ar roadennoù frank
         contributors_nl_netherlands: Izelvroioù
         contributors_nz_new_zealand: Zeland Nevez
         contributors_nz_linz_data_service: Servij roadennoù LINZ
         contributors_nz_cc_by: CC BY 4.0
         contributors_rs_serbia: Serbia
         contributors_rs_rgz: Aotrouniezh Geodezek Serbia
+        contributors_rs_open_data_portal: Porched broadel ar roadennoù frank
         contributors_si_slovenia: Slovenia
         contributors_si_mkgp: Ministrerezh al Labour-douar, ar C'hoadegi hag ar Boued
         contributors_es_spain: Spagn
@@ -2115,8 +2096,6 @@ br:
       user_page_link: pajenn implijer
       anon_edits_link_text: Kavit perak.
       id_not_configured: N'eo ket bet kefluniet an ID
-      no_iframe_support: N'eo ket ho merdeer evit ober gant iframmoù HTML, hag ezhomm
-        zo eus ar re-se evit an arc'hweladur-mañ.
     export:
       title: Ezporzhiañ
       manually_select: Diuzañ un takad disheñvel gant an dorn
@@ -2202,10 +2181,8 @@ br:
       welcome_mat: Kit da welet ar Welcome Mat
     sidebar:
       search_results: Disoc'hoù enklask
-      close: Serriñ
     search:
       search: Klask
-      get_directions: Kaout an durc'hadurioù
       get_directions_title: Kavit an hentoù etre an daou boent
       from: Eus
       to: Da
@@ -2286,6 +2263,9 @@ br:
           hospital: Ospital
           building: Savadur pouezus
           station: Porzh-houarn
+          railway_halt: Porzh-houarn
+          subway_station: Arsav metro
+          tram_stop: Arsav tramgarr
           summit: Lein
           peak: Pikern
           tunnel: Bord poentoùigoù = riboul
@@ -2294,7 +2274,6 @@ br:
           destination: Moned d'ar pal
           construction: Hentoù war ar stern
           bus_stop: Arsav karr-boutin
-          stop: Arsav
           bicycle_shop: Stal varc'hoù-houarn
           bicycle_rental: Stal feurmiñ marc'hoù-houarn
           bicycle_parking: Parklec'h belioù
@@ -2385,8 +2364,6 @@ br:
       visibility_help: Petra a dalvez an dra-mañ ?
     update:
       updated: Roudennoù hizivaet
-    trace_optionals:
-      tags: Tikedennoù
     show:
       title: O welet ar roud %{name}
       heading: O welet ar roud %{name}
@@ -2442,13 +2419,8 @@ br:
       my_traces: Ma roudoù
       traces_from: Roudoù GPS foran gant %{user}
       remove_tag_filter: Lemel ar sil tikedennoù
-    page:
-      older: ↓Roudoù kozh
-      newer: ↓Roudoù nevez
     destroy:
       scheduled_for_deletion: Roudenn da vezañ dilamet
-    make_public:
-      made_public: Roudenn lakaet da vezañ foran
     offline_warning:
       message: Ne'z a ket ar sistem enporzhiañ restroù GPX en-dro evit ar poent
     offline:
@@ -2466,8 +2438,6 @@ br:
     require_cookies:
       cookies_needed: Diweredekaet eo an toupinoù ganeoc'h war a seblant - gweredekait
         an toupinoù en ho merdeer a-raok mont pelloc'h, mar plij.
-    require_admin:
-      not_an_admin: Ret eo deoc'h bezañ merour evit kas an ober-mañ da benn.
     setup_user_auth:
       blocked_zero_hour: Ur gemennadenn vallus zo war lec'hienn OpenStreetMap evidoc'h.
         Ret eo deoc'h he lenn a-raok gallout enrollañ ho kemmoù.
@@ -2478,11 +2448,11 @@ br:
         a-du ganto met ret eo deoc'h bezañ lennet anezho.
     settings_menu:
       account_settings: Arventennoù ar gont
-      oauth1_settings: Arventennoù OAuth 1
       oauth2_applications: Arloadoù OAuth 2
       oauth2_authorizations: Aotreoù OAuth 2
       muted_users: Implijerien kuzhet
     auth_providers:
+      openid_url: URL OpenID
       openid_login_button: Kenderc'hel
       openid:
         title: Kevreañ gant OpenID
@@ -2503,30 +2473,6 @@ br:
         title: Kevreañ gant Wikipedia
         alt: Logo Wikipedia
   oauth:
-    authorize:
-      title: Aotren mont d'ho kont
-      request_access_html: Emañ an arload %{app_name} o c'houlenn mont d'ho kont,
-        %{user}. Gwiriit hag-eñ hoc'h eus c'hoant e vefe ar barregezhioù-mañ gant
-        hoc'h arloadoù. Gallout a rit dibab kement ha ma karit.
-      allow_to: 'Lezel an arload arval da :'
-      allow_read_prefs: lenn ho penndibaboù implijer.
-      allow_write_prefs: kemmañ ho penndibaboù implijer.
-      allow_write_diary: krouiñ enmonedoù en deizlevr, addisplegoù ha kavout mignoned.
-      allow_write_api: kemmañ ar gartenn.
-      allow_read_gpx: lenn ho roudoù GPS prevez.
-      allow_write_gpx: kas roudoù GPS.
-      allow_write_notes: kemmañ notennoù
-      grant_access: Grataat ar monet
-    authorize_success:
-      title: Reked aotre roet
-      allowed_html: Aotreet ho peus an arload %{app_name} da vont d'ho kont.
-      verification: Ar c'hod gwiriekaat zo %{code}.
-    authorize_failure:
-      title: C'hwitet eo ar goulenn aotre
-      denied: Miret ho peus ouzh an arload %{app_name} da vont d'ho kont.
-      invalid: Ar jedouer aotren n'eo ket reizh.
-    revoke:
-      flash: Torret hoc'h eus ar jedouer evit %{application}
     permissions:
       missing: N'eo ket bet aotreet an arload ganeoc'h d'ober gan an arc'hwel-mañ
     scopes:
@@ -2539,47 +2485,6 @@ br:
       write_gpx: Enporzhiañ ar roudoù GPS
       write_notes: Kemmañ an notennoù
       read_email: Lenn chomlec'h postel an implijer
-  oauth_clients:
-    new:
-      title: Marilhañ un arload nevez
-    edit:
-      title: Aozañ hoc'h arload
-    show:
-      title: Munudoù OAuth evit %{app_name}
-      key: 'Alc''hwez implijer :'
-      secret: 'Sekred an implijer :'
-      url: 'URL ar jedouer reked :'
-      access_url: 'URL ar jedouer moned :'
-      authorize_url: 'URL aotren :'
-      support_notice: Degemer a reomp ar sinadurioù HMAC-SHA1 (erbedet) ha RSA-SHA1.
-      edit: Aozañ ar munudoù
-      delete: Diverkañ an arval
-      confirm: Ha sur oc'h ?
-      requests: 'O c''houlenn an aotreoù-mañ digant an implijer :'
-    index:
-      title: Ma munudoù OAuth
-      my_tokens: Ma arloadoù aotreet
-      list_tokens: 'Ar jedoueroù-mañ zo bet skignet d''an arloadoù en hoc''h anv :'
-      application: Anv an arload
-      issued_at: Kaset da
-      revoke: Disteuler !
-      my_apps: Ma arloadoù arvalien
-      no_apps_html: Ha bez' hoc'h eus un arload ho pefe c'hoant da varilhañ evit implijout
-        ar standard %{oauth} ganimp ? Ret eo deoc'h marilhañ hoc'h arload web a-raok
-        dezhi ober rekedoù d'ar servij-mañ.
-      oauth: OAuth
-      registered_apps: 'Marilhet eo an arloadoù arvalien-mañ ganeoc''h :'
-      register_new: Marilhañ hoc'h arload
-    form:
-      requests: 'Goulenn an aotreoù-mañ digant an implijer :'
-    not_found:
-      sorry: Ho tigarez, an %{type}-mañ n'eo ket bet kavet.
-    create:
-      flash: Marilhet eo bet an titouroù
-    update:
-      flash: Hizivaet eo bet titouroù an arval
-    destroy:
-      flash: Distrujet eo bet marilhadur an arload arval
   oauth2_applications:
     index:
       new: Marilhañ un arload nevez
@@ -2646,8 +2551,6 @@ br:
       by_signing_up:
         privacy_policy: reolennoù prevezded
         contributor_terms: reolennoù ar genlabourerien
-      tou: Termenoù implijout
-      external auth: 'Dilesadur trede :'
       continue: En em enskrivañ
       terms accepted: Trugarez deoc'h evit bezañ asantet da ziferadennoù nevez ar
         c'henlabourer !
@@ -2670,7 +2573,7 @@ br:
       readable_summary: diverrañ a c'hall bezañ lennet gant tud
       informal_translations: troidigezhioù diofisiel
       continue: Kenderc'hel
-      decline: Nac'h
+      cancel: Nullañ
       you need to accept or decline: Lennit da gentañ Termenoù ar berzhidi nevez ha
         goude-se nac'hit pe asantit evit gallout kenderc'hel.
       legale_select: 'Mar plij diuzit ar vro e lec''h m''emaoc''h o chom :'
@@ -2711,6 +2614,7 @@ br:
       add as friend: Ouzhpennañ d'ar vignoned
       mapper since: 'Kartennour abaoe :'
       last map edit: 'Kemm diwezhañ ar gartenn:'
+      no activity yet: Obererezh ebet c'hoazh
       uid: 'Kod anaout an implijer:'
       ct status: 'Diferadennoù ar c''henlabourer :'
       ct undecided: En entremar
@@ -2733,6 +2637,7 @@ br:
           importer: Lemel ar gwirioù enporzhiañ
       block_history: stankadurioù oberiant
       moderator_history: Stankadurioù roet
+      revoke_all_blocks: Dilemel an holl stankadennoù
       comments: evezhiadennoù
       create_block: Stankañ an implijer-mañ
       activate_user: Gweredekaat an implijer-mañ
@@ -2754,8 +2659,6 @@ br:
       summary_no_ip_html: '%{name} krouet d''an %{date}'
       empty: N'eo bet kavet implijer klotaus ebet !
     page:
-      older: Implijerien goshoc'h
-      newer: Implijerien nevesoc'h
       found_users:
         one: '%{count} implijer kavet'
         two: '%{count} implijer kavet'
@@ -2792,21 +2695,11 @@ br:
       not_revoke_admin_current_user: Ne c'haller ket tennañ ar gwirioù melestrer digant
         an implijer bremañ.
     grant:
-      title: Kadarnaat roidigezh ar roll
-      heading: Kadarnaat roidigezh ar roll
       are_you_sure: Ha sur oc'h hoc'h eus c'hoant da reiñ ar roll "%{role}" d'an implijer
         "%{name}" ?
-      confirm: Kadarnaat
-      fail: N'eus ket bet gallet grataat ar roll « %{role} » d'an implijer « %{name}
-        ». Gwiriit hag-eñ eo reizh an implijer hag ar roll.
     revoke:
-      title: Kadarnaat torridigezh ar roll
-      heading: Kadarnaat torridigezh ar roll
       are_you_sure: Ha sur oc'h hoc'h eus c'hoant da lemel ar roll "%{role}" digant
         an implijer "%{name}" ?
-      confirm: Kadarnaat
-      fail: N'eus ket bet gallet lemel ar roll « %{role} » digant an implijer « %{name}
-        ». Gwiriit hag-eñ eo reizh an implijer hag ar roll.
   user_blocks:
     model:
       non_moderator_update: Ret eo deoc'h bezañ habaskaer evit krouiñ pe hizivaat
@@ -2823,6 +2716,7 @@ br:
       title: Oc'h aozañ ur stankadur evit %{name}
       heading_html: Oc'h aozañ ur stankadur evit %{name}
       period: Pegeit, adalek bremañ, e vo stanket an implijer war an API.
+      revoke: Distankañ
     filter:
       block_period: Ar prantad stankañ a rank bezañ unan eus an talvoudoù a c'haller
         dibab ar roll disac'hañ.
@@ -2836,15 +2730,6 @@ br:
       title: Stankadurioù an implijer
       heading: Roll stankadurioù an implijer
       empty: N'eus bet graet stankadur ebet c'hoazh.
-    revoke:
-      title: O tisteurel ur stankadur evit %{block_on}
-      heading_html: O lemel ur stankadur war %{block_on} gant %{block_by}
-      time_future_html: Echu e vo ar stankadur-mañ a-benn %{time}.
-      past_html: Aet eo ar stankadur-mañ d'e dermen d'an %{time} ha ne c'hall ket
-        bezañ torret bremañ.
-      confirm: Ha sur oc'h hoc'h eus c'hoant da derriñ ar stankadur-mañ ?
-      revoke: Disteuler !
-      flash: Torret eo bet ar stankadur-mañ.
     revoke_all:
       title: Disteurel an holl stankadurioù evit %{block_on}
       heading_html: O tisteurel an holl stankadurioù evit %{block_on}
@@ -2900,26 +2785,19 @@ br:
       created: 'Krouet:'
       duration: 'Padelezh :'
       status: 'Statud:'
-      show: Diskouez
       edit: Aozañ
-      revoke: Disteuler !
-      confirm: Ha sur oc'h ?
       reason: 'Abeg ar stankadur :'
       revoker: 'Torrer :'
-      needs_view: Ret eo d'an implijer kevreañ a-raok ma vefe diverket ar stankadur-mañ.
     block:
       not_revoked: (n'eo ket torret)
       show: Diskouez
       edit: Aozañ
-      revoke: Disteuler !
-    blocks:
+    page:
       display_name: Implijer stanket
       creator_name: Krouer
       reason: Abeg evit stankañ
       status: Statud
       revoker_name: Torret gant
-      older: Stankadurioù koshoc'h
-      newer: Stankadurioù nevesañ
     navigation:
       all_blocks: An holl stankadurioù
       blocks_on_me: Stankadurioù evidon
@@ -2927,6 +2805,7 @@ br:
       blocks_by_me: Stankadurioù graet ganin
       blocks_by_user: Stankadurioù gant %{user}
       block: 'Stankadur #%{id}'
+      new_block: Stankadenn nevez
   user_mutes:
     index:
       title: Implijerien kuzhet
@@ -2944,10 +2823,14 @@ br:
           muted_user: Implijer·ez kuzhet
           actions: Oberoù
         tbody:
+          unmute: Adlakaat ar son
           send_message: Kas ur gemennadenn
     create:
       notice: Kuzhet ho peus %{name}.
       error: Ne c'haller ket kuzhat %{name}. %{full_message}.
+    destroy:
+      notice: Adlakaet hoc'h eus son %{name}/
+      error: N'eus ket bet gallet adlakaat ar son evit an implijer. Klaskit en-dro.
   notes:
     index:
       title: Notennoù kaset pe addispleget gant %{user}
@@ -2998,6 +2881,10 @@ br:
         gartenn. Setu perak eo arabat ebarzhiñ titouroù personel pe titouroù o tont
         eus kartennoù gwarezet na endalc'hioù rolloù.
       add: Ouzhpennañ un notenn
+    notes_paging_nav:
+      showing_page: Pajenn %{page}
+      next: War-lerc'h
+      previous: Kent
   javascripts:
     close: Serriñ
     share:
@@ -3195,6 +3082,7 @@ br:
       empty: Skridaozadenn ebet da ziskouez.
       heading: Roll ar skridaozadennoù
       title: Roll skridaozadennoù
+      new: Skridaozadenn nevez
     new:
       heading: Merkit an titouroù evit ar skridaozadenn nevez
       title: O krouiñ ur skridaozadenn nevez
index ac70859598daca3adeec0046e91b60632d35f347..ad06e69178cee2cf91743fa93d2c553979b2f9d4 100644 (file)
@@ -49,9 +49,6 @@ bs:
         create: Napraviti blokadu
         update: Osvježiti blokadu
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: ne izgleda kao važeća adresa e-pošte
     models:
       acl: Kontrole pristupa
       changeset: Set promjena
@@ -246,20 +243,9 @@ bs:
       nearby: Obližnje značajke
       enclosing: Značajke okruženja
   changesets:
-    changeset_paging_nav:
-      showing_page: Stranica %{page}
-      next: Sljedeća »
-      previous: « Prethodna
     changeset:
-      anonymous: Anonimno
       no_edits: (nema izmjena)
       view_changeset_details: Pregled detalja o setu promjena
-    changesets:
-      id: ID
-      saved_at: Spremljeno
-      user: Korisnik
-      comment: Komentar
-      area: Područje
     index:
       title: Setovi promjena
       title_user: Setovi promjena od %{user}
@@ -322,8 +308,6 @@ bs:
       no_entries: Nema unosa u dnevniku
     page:
       recent_entries: 'Nedavni unosi u dnevnik:'
-      older_entries: Stariji unosi
-      newer_entries: Noviji unosi
     edit:
       title: Uredi unos u dnevniku
       marker_text: Lokacija unosa u dnevnik
@@ -355,8 +339,6 @@ bs:
       confirm: Potvrditi
     location:
       location: 'Lokacija:'
-      view: Pogledati
-      edit: Uredi
     feed:
       user:
         title: Unosi u OpenStreetMap dnevnik za korisnika %{user}
@@ -372,8 +354,6 @@ bs:
       post: Post
       when: Kada
       comment: Komentar
-      newer_comments: Noviji komentari
-      older_comments: Stariji komentari
   friendships:
     make_friend:
       heading: Dodati %{user} kao prijatelja?
@@ -843,10 +823,6 @@ bs:
         level8: Granica grada
         level9: Granica sela
         level10: Granica predgrađa
-      types:
-        cities: Gradovi
-        towns: Manji gradovi
-        places: Mjesta
     results:
       no_results: Nema pronađenih rezultata
       more_results: Više rezultata
@@ -860,33 +836,20 @@ bs:
     edit: Urediti
     history: Historija
     export: Izvoz
-    data: Podaci
-    export_data: Izvoz podataka
     gps_traces: GPS trase
-    gps_traces_tooltip: Upravljanje GPS trasama
     user_diaries: Dnevnici korisnika
-    user_diaries_tooltip: Prikazati dnevnike korisnika
     edit_with: Uredi sa %{editor}
-    tag_line: Slobodna wiki karta Svijeta
     intro_header: Dobordošli na OpenStreetMap stranicu!
     intro_text: OpenStreetMap predstavlja mapu svijeta, kreiranu od strane ljudi kao
       što ste vi i može se besplatno koristiti.
-    intro_2_create_account: Napravite korisnički račun
     partners_partners: partnera
     osm_offline: OpenStreetMap baza podataka je trenutno nedostupna dok se ne završe
       važni radovi na održavanju.
     osm_read_only: OpenStreetMap baza podataka je trenutno samo u modu čitanja, dok
       se ne sprovedu važni radovi na održavanju baze podataka.
-    donate: Podržite OpenStreetMap sa %{link} Hardware Upgrade Fond-om.
     help: Pomoć
     about: O nama
     copyright: Autorska prava i dozvola
-    community: Zajednica
-    community_blogs: Blogovi zajednice
-    community_blogs_title: Blogovi članova OpenStreetMap zajednice
-    make_a_donation:
-      title: Podržite Openstreetmap novčanom donacijom
-      text: Donirajte
     learn_more: Saznaj više
   user_mailer:
     diary_comment_notification:
@@ -934,8 +897,6 @@ bs:
       commented:
         subject_own: '[OpenStreetMap] %{commenter} je dao komentar na jednu od tvojih
           bilješki.'
-    changeset_comment_notification:
-      greeting: Zdravo,
   confirmations:
     confirm:
       heading: Provjerite vaš email!
@@ -974,7 +935,6 @@ bs:
     message_summary:
       unread_button: Označiti kao nepročitano
       read_button: Označiti kao pročitano
-      reply_button: Odgovoriti
       destroy_button: Izbrisati
     new:
       title: Poslati poruku
@@ -1047,22 +1007,30 @@ bs:
       update home location on click: Osvježiti matičnu lokaciju kada kliknem na kartu?
   sessions:
     new:
-      title: Prijava
       tab_title: Prijava
       email or username: 'E-mail adresa ili korisničko ime:'
       password: 'Lozinka:'
       remember: Zapamti me
       lost password link: Izgubili ste lozinku?
       login_button: Prijava
-      register now: Registrirajte se sada
       auth failure: Žao mi je, ne možemo Vas prijaviti s ovim detaljima.
     destroy:
       title: Odjava
       heading: Odjava iz OpenStreetMap
       logout_button: Odjava
+  shared:
+    pagination:
+      diary_comments:
+        older: Stariji komentari
+        newer: Noviji komentari
+      diary_entries:
+        older: Stariji unosi
+        newer: Noviji unosi
+      traces:
+        older: Starije trase
+        newer: Novije trase
   site:
     about:
-      next: Sljedeće
       open_data_title: Open Data
     copyright:
       title: Autorska prava i dozvola
@@ -1112,8 +1080,6 @@ bs:
         Možete promjeniti Vaše promjene u javne sa %{user_page}.
       user_page_link: korisnička stranica
       anon_edits_link_text: Otkrijte zašto je to tako.
-      no_iframe_support: Vaš preglednik ne podržava HTML iframes, koji su potrebni
-        za ovu značajku.
     export:
       title: Izvezi
       manually_select: Ručno izabrati drukčije područje
@@ -1142,7 +1108,6 @@ bs:
       title: Pitanja?
     sidebar:
       search_results: Rezultati pretrage
-      close: Zatvoriti
     search:
       search: Pretraga
       from: Od
@@ -1235,8 +1200,6 @@ bs:
       title: Uređivanje trase %{name}
       heading: Uređivanje trase %{name}
       visibility_help: Šta ovo znači?
-    trace_optionals:
-      tags: Oznake
     show:
       title: Prikaz trase %{name}
       heading: Prikaz trase %{name}
@@ -1273,13 +1236,8 @@ bs:
       description: Pretraži nedavno objavljene GPS tragove
       tagged_with: ' označeno sa %{tags}'
       upload_trace: Poslati GPS trasu
-    page:
-      older: Starije trase
-      newer: Novije trase
     destroy:
       scheduled_for_deletion: Trasa raspoređena za brisanje
-    make_public:
-      made_public: Trasa za javnost
     offline_warning:
       message: Sistem za GPX upload trenutno nije u funkciji.
     offline:
@@ -1295,60 +1253,6 @@ bs:
       need_to_see_terms: Vaš pristup API-ju je privremeno suspendovan. Molimo da se
         prijavite na web upravljačku ploču da pogledate Uslove za doprinosioce. Ne
         morate se složiti, ali ih morate pogledati.
-  oauth:
-    authorize:
-      request_access_html: 'Aplikacija %{app_name} zahtjeva pristup Vašem korisničkom
-        računu:  %{user}. Provjerite želite li da aplikacija ima sljedeće mogućnosti.
-        Možete odabrati koliko joj pristupa želite dopustiti.'
-      allow_to: 'Dozvoliti klijentskoj aplikaciji da:'
-      allow_read_prefs: Pročitajte Vaše korisničke postavke.
-      allow_write_prefs: Izmjenite Vaše korisničke postavke.
-      allow_write_diary: Zapište u dnevnik, komentirajte i sklopite prijateljstva.
-      allow_write_api: Izmijenite kartu.
-      allow_read_gpx: Pročitajte Vaše privatne GPS trase.
-      allow_write_gpx: Postaviti GPS trase.
-    revoke:
-      flash: Opozvali ste značku za %{application}
-  oauth_clients:
-    new:
-      title: Registrirajte novu aplikaciju
-    edit:
-      title: Uredite Vašu aplikaciju
-    show:
-      title: OAuth detalji za %{app_name}
-      key: 'Ključ korisnika:'
-      secret: 'Tajna korisnika:'
-      url: 'URL za zahtjev značke:'
-      access_url: 'URL pristupa znački:'
-      authorize_url: 'URL ovlaštenja:'
-      support_notice: Podržavamo HMAC-SHA1 (preporučeno) i potpise RSA-SHA1.
-      edit: Urediti detalje
-      delete: Izbrisati klijenta
-      confirm: Da li ste sigurni?
-      requests: 'Zahtjevamo sljedeće dozvole od korisnika:'
-    index:
-      title: Moji OAuth detalji
-      my_tokens: Moje ovlaštene aplikacije
-      list_tokens: 'Sljedeće značke su izdane aplikacijama na vaše ime:'
-      application: Ime aplikacije
-      issued_at: Izdano u
-      revoke: Opozvati!
-      my_apps: Moje klijentske aplikacije
-      no_apps_html: Imate li aplikaciju koju želite registrirati za korištenje sa
-        %{oauth} standardom? Morate registrirati Vašu web aplikaciju prije nego ona
-        može slati OAuth zahtjeve za ovu uslugu
-      registered_apps: 'Imate registrirane sljedeće klijentske aplikacije:'
-      register_new: Registrirajte Vašu aplikaciju
-    form:
-      requests: 'Zahtjevamo sljedeće dozvole od korisnika:'
-    not_found:
-      sorry: Žao mi je, taj se %{type} ne može naći.
-    create:
-      flash: Informacije su uspješno registrirane
-    update:
-      flash: Informacije o klijentu uspješno osvježene
-    destroy:
-      flash: Uništena registracija klijent aplikacije
   users:
     new:
       title: Otvorite račun
@@ -1364,7 +1268,6 @@ bs:
       consider_pd: Osim gore navedenog ugovora, smatram da su moji doprinosi u javnom
         vlasništvu (Public Domain)
       consider_pd_why: Šta je ovo?
-      decline: Odbiti
       you need to accept or decline: Molimo pročitajte i onda ili prihvatite ili odbijte
         nove Uslove za doprinosioce da bi ste nastavili.
       legale_select: 'Molimo odaberite Vašu zemlju prebivališta:'
@@ -1439,21 +1342,11 @@ bs:
       already_has_role: Korisnik već ima ulogu %{role}.
       doesnt_have_role: Korisnik nema ulogu %{role}.
     grant:
-      title: Potvrditi dodjelu uloge
-      heading: Potvrditi dodjelu uloge
       are_you_sure: Jeste li sigurni da želite dodjeliti ulogu `%{role}' korisniku
         `%{name}'?
-      confirm: Potvrditi
-      fail: Ne možemo dodjeliti ulogu `%{role}' korisniku `%{name}'. Molimo provjeriti
-        ispravnost i korisnika i uloge.
     revoke:
-      title: Potvrditi opoziv uloge
-      heading: Potvrditi opoziv uloge
       are_you_sure: Jeste li sigurni da želite opozvati ulogu `%{role}' korisnika
         `%{name}'?
-      confirm: Potvrditi
-      fail: Ne možemo opozvati ulogu `%{role}' korisniku `%{name}'. Molimo provjeriti
-        ispravnost i korisnika i uloge.
   user_blocks:
     model:
       non_moderator_update: Morate biti moderator da napravite ili osvježite blokadu.
@@ -1480,14 +1373,6 @@ bs:
       title: Blokade korisnika
       heading: Lista blokada korisnika
       empty: Blokade još nisu napravljene
-    revoke:
-      title: Opoziv blokade na %{block_on}
-      heading_html: Opoziv blokade na %{block_on} od %{block_by}
-      time_future_html: Blokada će završiti za %{time}.
-      past_html: Blokada je završila prije %{time} i ne može se opozvati sada.
-      confirm: Jeste li sgurni da želite opozvati ovu blokadu?
-      revoke: Opozvati!
-      flash: Ova blokada je opozvana.
     helper:
       time_future_html: Završava u %{time}.
       until_login: Aktivno dok se korsnik ne prijavi.
@@ -1509,19 +1394,14 @@ bs:
       heading_html: '%{block_on} blokiran od strane %{block_by}'
       created: Napravljeno
       status: Stanje
-      show: Pokazati
       edit: Urediti
-      revoke: Opozvati!
-      confirm: Da li ste sigurni?
       reason: Razlog za blokadu
       revoker: 'Opozivalac:'
-      needs_view: Korisnik se mora prijaviti prije nego se blokada očisti.
     block:
       not_revoked: (nije opozvano)
       show: Pokazati
       edit: Urediti
-      revoke: Opozvati!
-    blocks:
+    page:
       display_name: Blokirani korisnik
       creator_name: Kreator
       reason: Razlog za blokadu
@@ -1543,6 +1423,8 @@ bs:
       comment: Komentiraj
     new:
       title: Nova bilješka
+    notes_paging_nav:
+      showing_page: Stranica %{page}
   javascripts:
     close: Zatvori
     share:
index 6c6c27a63eb140d43857bb1e2f65c49c5ac77700..8c309fb2fba1d57c2e8ff61186ed815b1cfeccd2 100644 (file)
@@ -83,9 +83,6 @@ ca:
         update: Actualitza el bloc
   activerecord:
     errors:
-      messages:
-        invalid_email_address: no sembla que sigui una adreça electrònica vàlida
-        email_address_not_routable: no és routable
       models:
         user_mute:
           is_already_muted: ja està silenciat
@@ -436,9 +433,9 @@ ca:
         way: via
         relation: relació
     start_rjs:
-      feature_warning: Carregant %{num_features} característiques que poden fer que
-        el vostre navegador funcioni més lent o que no respongui. Voleu mostrar aquestes
-        dades de tota manera?
+      feature_warning: S'estan carregant %{num_features} característiques que poden
+        fer que el vostre navegador funcioni més lent o que no respongui. Voleu mostrar
+        aquestes dades de tota manera?
       load_data: Carregar dades
       loading: S'està carregant...
     tag_details:
@@ -457,21 +454,21 @@ ca:
       introduction: Feu clic al mapa per a trobar objectes propers.
       nearby: Objectes propers
       enclosing: Objectes envoltants
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Nou comentari al conjunt de canvis #%{changeset_id} de %{author}'
+        commented_at_by_html: Actualitzat a %{when} per %{user}
+      show:
+        title_all: Debat sobre els conjunts de canvis d'OpenStreetMap
+        title_particular: 'Debat sobre el conjunt de canvis #%{changeset_id} d''OpenStreetMap'
+      timeout:
+        sorry: La llista de comentaris de conjunts de canvis que heu sol·licitat ha
+          trigat massa a recuperar-se.
   changesets:
-    changeset_paging_nav:
-      showing_page: Pàgina %{page}
-      next: Següent »
-      previous: « Anterior
     changeset:
-      anonymous: Anònim
       no_edits: (no hi ha cap edició)
       view_changeset_details: Mostra els detalls del conjunt de canvis
-    changesets:
-      id: ID
-      saved_at: Desat a
-      user: Usuari
-      comment: Comentari
-      area: Àrea
     index:
       title: Conjunts de canvis
       title_user: Conjunts de canvis de %{user}
@@ -522,18 +519,6 @@ ca:
     timeout:
       sorry: La llista de conjunt de canvis que heu sol·licitat ha trigat massa a
         carregar-se.
-  changeset_comments:
-    comment:
-      comment: 'Nou comentari al conjunt de canvis #%{changeset_id} de %{author}'
-      commented_at_by_html: Actualitzat a %{when} per %{user}
-    comments:
-      comment: 'Nou comentari de %{author} al conjunt de canvis #%{changeset_id}'
-    index:
-      title_all: Debat sobre els conjunts de canvis d'OpenStreetMap
-      title_particular: 'Debat sobre el conjunt de canvis #%{changeset_id} d''OpenStreetMap'
-    timeout:
-      sorry: La llista de comentaris de conjunts de canvis que heu sol·licitat ha
-        trigat massa a recuperar-se.
   dashboards:
     contact:
       km away: '%{count}km de distància'
@@ -574,8 +559,6 @@ ca:
       no_entries: No hi ha cap entrada en el diari
     page:
       recent_entries: Entrades recents al diari
-      older_entries: Entrades més antigues
-      newer_entries: Entrades més noves
     edit:
       title: Edita l'entrada del diari
       marker_text: Ubicació de l'entrada del Diari
@@ -613,8 +596,6 @@ ca:
       report: Denuncia aquest comentari
     location:
       location: 'Ubicació:'
-      view: Mostra
-      edit: Editar
     feed:
       user:
         title: Entrades de diari d'OpenStreetMap de %{user}
@@ -635,8 +616,6 @@ ca:
       post: Publicar
       when: Quan
       comment: Comentari
-      newer_comments: Comentaris més nous
-      older_comments: Comentaris més antics
   doorkeeper:
     flash:
       applications:
@@ -678,7 +657,6 @@ ca:
   geocoder:
     search:
       title:
-        results_from_html: Resultats de %{results_link}
         latlon: Fonts internes
         osm_nominatim: Nominatim de l’OpenStreetMap
         osm_nominatim_reverse: Nominatim de l’OpenStreetMap
@@ -1452,10 +1430,6 @@ ca:
         level9: Límit inframunicipal (nivell 9)
         level10: Límit de suburbi-barri (nivell 10)
         level11: Límit del veïnat
-      types:
-        cities: Ciutats
-        towns: Viles
-        places: Llocs
     results:
       no_results: Cap resultat trobat
       more_results: Més resultats
@@ -1469,21 +1443,21 @@ ca:
       not_updated: No actualitzat
       search: Cerca
       search_guidance: 'Cercar incidències:'
+      states:
+        ignored: Ignorat
+        open: Obert
+        resolved: Resolt
+    page:
       user_not_found: El compte d’usuari no existeix
       issues_not_found: No s'ha trobat cap incidència d'aquest tipus
       status: Estat
       reports: Denúncies
       last_updated: Darrera actualització
       last_updated_time_ago_user_html: '%{time_ago} per %{user}'
-      link_to_reports: Veure les denúncies
       reports_count:
         one: '%{count} Informe'
         other: '%{count} Informes'
       reported_item: Element denunciat
-      states:
-        ignored: Ignorat
-        open: Obert
-        resolved: Resolt
     show:
       title: '%{status} Incidència #%{issue_id}'
       reports:
@@ -1569,18 +1543,12 @@ ca:
     history: Historial
     export: Exporta
     issues: Incidències
-    data: Dades
-    export_data: Exporta les dades
     gps_traces: Traces de GPS
-    gps_traces_tooltip: Gestiona les traces GPS
     user_diaries: Diaris d'usuari
-    user_diaries_tooltip: Mostra els diaris d’usuari
     edit_with: Edita amb %{editor}
-    tag_line: El mapa col·laboratiu lliure
     intro_header: OpenStreetMap us dona la benvinguda
     intro_text: L'OpenStreetMap és un mapa del món creat per persones com tu i d'ús
       lliure sota una llicència oberta.
-    intro_2_create_account: Crea un compte d’usuari
     partners_fastly: Fastly
     partners_partners: socis
     tou: Condicions d’ús
@@ -1588,17 +1556,10 @@ ca:
       actuacions de manteniment necessàries.
     osm_read_only: La base de dades OpenStreetMap actualment és en el mode només de
       lectura mentre es fan les actuacions de manteniment necessàries.
-    donate: Ajudeu l'OpenStreetMap amb %{link} al Fons de Modernització del Maquinari.
     help: Ajuda
     about: Informació
     copyright: Drets d'autor
     communities: Comunitats
-    community: Comunitat
-    community_blogs: Blogs de la comunitat
-    community_blogs_title: Blogs dels membres de la comunitat OpenStreetMap
-    make_a_donation:
-      title: Ajudeu l'OpenStreetMap amb una donació econòmica
-      text: Feu una donació
     learn_more: Aprèn-ne més
     more: Més
   user_mailer:
@@ -1712,11 +1673,10 @@ ca:
           La nota és a prop de %{place}.'
         commented_note_html: '%{commenter} ha reactivat una nota de mapa que havíeu
           comentat. La nota és a prop de %{place}.'
-      details: Podeu trobar més detalls de la nota a %{url}.
-      details_html: Podeu trobar més detalls de la nota a %{url}.
+      details: Responeu o informeu-vos més sobre la nota a %{url}.
+      details_html: Responeu o informeu-vos més sobre la nota a %{url}.
     changeset_comment_notification:
       hi: Hola %{to_user},
-      greeting: Hola,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} ha comentat un dels vostres conjunts
           de canvis'
@@ -1733,8 +1693,8 @@ ca:
         partial_changeset_with_comment: amb comentari '%{changeset_comment}'
         partial_changeset_with_comment_html: amb el comentari '%{changeset_comment}'
         partial_changeset_without_comment: cap comentari
-      details: Podeu trobar més detalls del conjunt de canvis a %{url}
-      details_html: Podeu trobar més detalls del conjunt de canvis a %{url}.
+      details: Responeu o informeu-vos més sobre el conjunt de canvis a %{url}.
+      details_html: Responeu o informeu-vos més sobre el conjunt de canvis a %{url}.
       unsubscribe: Podeu deixar de seguir les actualitzacions d'aquest conjunt de
         canvis a %{url}.
       unsubscribe_html: Podeu deixar de seguir les actualitzacions d'aquest conjunt
@@ -1790,7 +1750,6 @@ ca:
     message_summary:
       unread_button: Marca com a no llegit
       read_button: Marca com a llegit
-      reply_button: Respon
       destroy_button: Suprimeix
       unmute_button: Mou a la safata d'entrada
     new:
@@ -1807,7 +1766,6 @@ ca:
       body: No hi ha cap missatge amb aquesta id.
     outbox:
       title: Safata de sortida
-      actions: Accions
       messages:
         one: Teniu %{count} missatge enviat
         other: Teniu %{count} missatges enviats
@@ -1900,15 +1858,14 @@ ca:
       failure: No s'ha pogut actualitzar el perfil.
   sessions:
     new:
-      title: Inicia la sessió
-      tab_title: Inicia la sessió
+      tab_title: Inicieu la sessió
       email or username: Adreça de correu o nom d'usuari
       password: Contrasenya
       remember: Recorda'm
       lost password link: Heu perdut la contrasenya?
-      login_button: Accés
-      register now: Registreu-vos-hi ara
-      with external: Alternativament, inicieu una sessió mitjançant un tercer
+      login_button: Inicieu la sessió
+      with external: o inicieu la sessió mitjançant un tercer
+      or: o
       auth failure: No podeu iniciar la sessió amb aquesta informació.
     destroy:
       title: Surt
@@ -1933,12 +1890,29 @@ ca:
       image: Imatge
       alt: Text alternatiu
       url: URL
+      codeblock: Bloc de codi
     richtext_field:
       edit: Edita
       preview: Previsualitza
+      help: Ajuda
+    pagination:
+      diary_comments:
+        older: Comentaris més antics
+        newer: Comentaris més nous
+      diary_entries:
+        older: Entrades més antigues
+        newer: Entrades més noves
+      traces:
+        older: Traces més antigues
+        newer: Traces més recents
+      user_blocks:
+        older: Bloquejos més antics
+        newer: Bloquejos més nous
+      users:
+        older: Usuaris més antics
+        newer: Usuaris més nous
   site:
     about:
-      next: Següent
       heading_html: '%{copyright}Col·laboradors %{br} d''OpenStreetMap'
       used_by_html: '%{name} proporciona dades cartogràfiques a milers de llocs web,
         aplicacions per a mòbils i dispositius'
@@ -1977,7 +1951,7 @@ ca:
       legal_2_1_html: '%{contact_the_osmf_link} si teniu qüestions sobre la llicència,
         copyright o altres temes legals.'
       legal_2_1_contact_the_osmf: Contacteu amb l'OSMF
-      legal_2_2_html: OpenStreetMap, el logo de la lupa i Estat del Mapa són %{registered_trademarks_link}.
+      legal_2_2_html: OpenStreetMap, el logotip de la lupa i Estat del Mapa són %{registered_trademarks_link}.
       legal_2_2_registered_trademarks: marca registrada de l'OSMF
       partners_title: Socis
     copyright:
@@ -2101,8 +2075,8 @@ ca:
         infringement_2_1_takedown_procedure: procediment de retirada
         infringement_2_1_online_filing_page: pàgina del formulari en línia
         trademarks_title: Marques registrades
-        trademarks_1_1_html: OpenStreetMap, el logo de la lupa i Estat del Mapa són
-          marques registrades de la Fundació OpenStreetMap. Si teniu dubtes sobre
+        trademarks_1_1_html: OpenStreetMap, el logotip de la lupa i Estat del Mapa
+          són marques registrades de la Fundació OpenStreetMap. Si teniu dubtes sobre
           l'ús de les marques, vegeu %{trademark_policy_link}.
         trademarks_1_1_trademark_policy: Polítiques de marca registrada
     index:
@@ -2122,8 +2096,6 @@ ca:
       user_page_link: pàgina d'usuari
       anon_edits_link_text: Llegeix aquí per què.
       id_not_configured: iD no s'ha configurat
-      no_iframe_support: El vostre navegador no és compatible amb iframes HTML, que
-        són necessàries per a aquesta funcionalitat.
     export:
       title: Exporta
       manually_select: Selecciona manualment una àrea diferent
@@ -2230,10 +2202,8 @@ ca:
       welcome_mat: Feu un cop d'ull al Material de benvinguda
     sidebar:
       search_results: Resultats de la cerca
-      close: Tanca
     search:
       search: Cerca
-      get_directions: Obtén indicacions
       get_directions_title: Trobeu indicacions entre dos punts
       from: De
       to: A
@@ -2322,7 +2292,6 @@ ca:
           destination: Servitud de pas
           construction: Carreteres en construcció
           bus_stop: Parada d'autobús
-          stop: Parada
           bicycle_shop: Botiga de bicicletes
           bicycle_rental: Lloguer de bicicletes
           bicycle_parking: Aparcament de bicicletes
@@ -2434,8 +2403,6 @@ ca:
       visibility_help_url: https://wiki.openstreetmap.org/wiki/Ca:Visibility_of_GPS_traces
     update:
       updated: Traça actualitzada
-    trace_optionals:
-      tags: Etiquetes
     show:
       title: S'està mostrant la traça %{name}
       heading: Visualització de la traça %{name}
@@ -2488,13 +2455,8 @@ ca:
       my_traces: Les meves traces
       traces_from: Traces públiques de %{user}
       remove_tag_filter: Elimina el filtre d'etiquetes
-    page:
-      older: Traces més antigues
-      newer: Traces més recents
     destroy:
       scheduled_for_deletion: Traça programada per a ser suprimida
-    make_public:
-      made_public: Traça feta pública
     offline_warning:
       message: El sistema de càrrega de fitxers GPX no està disponible actualment
     offline:
@@ -2513,8 +2475,6 @@ ca:
     require_cookies:
       cookies_needed: Sembla que teniu les galetes inhabilitades al navegador; habiliteu-les
         abans de continuar.
-    require_admin:
-      not_an_admin: Cal que sigueu administrador per dur a terme aquesta acció.
     setup_user_auth:
       blocked_zero_hour: Teniu un missatge urgent en el lloc web d'OpenStreetMap.
         Cal que el llegiu per a poder desar els vostres canvis.
@@ -2525,54 +2485,29 @@ ca:
         que les accepteu, però sí que les llegiu.
     settings_menu:
       account_settings: Configuració del compte
-      oauth1_settings: Paràmetres OAuth 1
       oauth2_applications: Aplicacions OAuth 2
       oauth2_authorizations: Autoritzacions OAuth 2
       muted_users: Usuaris silenciats
     auth_providers:
       openid:
-        title: Inicia sessió amb un compte OpenID
-        alt: Inicia sessió amb un URL d'OpenID
+        title: Inicieu sessió amb un compte OpenID
+        alt: Logotip d'OpenID
       google:
         title: Inicieu la sessió amb Google
-        alt: Inicieu la sessió amb un compte OpenID de Google
+        alt: Logotip de Google
       facebook:
         title: Inicieu la sessió amb Facebook
-        alt: Inicieu la sessió amb un compte de Facebook
+        alt: Logotip de Facebook
       microsoft:
-        title: Inicieu la sessió amb Windows
-        alt: Inicieu de sessió amb un compte de Windows
+        title: Inicieu la sessió amb Microsoft
+        alt: Logotip de Microsoft
       github:
         title: Inicieu la sessió amb GitHub
-        alt: Inicieu la sessió amb un compte de GitHub
+        alt: Logotip de GitHub
       wikipedia:
         title: Inicieu la sessió amb Viquipèdia
-        alt: Inicieu la sessió amb un compte de Viquipèdia
+        alt: Logotip de Viquipèdia
   oauth:
-    authorize:
-      title: Autoritzeu l'accés al vostre compte
-      request_access_html: L'aplicació %{app_name} sol·licita accés al vostre compte,
-        %{user}. Marqueu si voleu autoritzar l'aplicació a tenir les següents funcions.
-        Podeu triar les que vulgueu.
-      allow_to: 'Permeteu a l''aplicació client de:'
-      allow_read_prefs: llegir les vostres preferències d'usuari.
-      allow_write_prefs: modificar les vostres preferències d'usuari.
-      allow_write_diary: crear entrades de diari, comentaris i fer amics.
-      allow_write_api: modificar el mapa.
-      allow_read_gpx: llegir les vostres traces GPS privades.
-      allow_write_gpx: pujar traces GPS.
-      allow_write_notes: modificar les notes.
-      grant_access: Permet l’accés
-    authorize_success:
-      title: Sol·licitud d'autorització permesa
-      allowed_html: Heu permès que l'aplicació %{app_name} accedeixi al vostre compte.
-      verification: El codi de verificació és %{code}.
-    authorize_failure:
-      title: La sol·licitud d'autorització ha fallat
-      denied: Heu denegat que l'aplicació %{app_name} accedeixi al vostre compte.
-      invalid: El testimoni d’autorització no és vàlid.
-    revoke:
-      flash: Heu anul·lat el testimoni per %{application}
     permissions:
       missing: No heu permès l'accés de l'aplicació a aquesta característica
     scopes:
@@ -2585,49 +2520,6 @@ ca:
       write_notes: Modifica les notes
       read_email: Llegir adreça de correu electrònic d'usuari
       skip_authorization: Aprovar automàticament l'aplicació
-  oauth_clients:
-    new:
-      title: Registreu una nova aplicació
-    edit:
-      title: Editeu la vostra aplicació
-    show:
-      title: Detalls OAuth per %{app_name}
-      key: 'Clau de consumidor:'
-      secret: 'Pregunta secreta del consumidor:'
-      url: 'URL del testimoni de sol·licitud:'
-      access_url: 'URL del testimoni d''accés:'
-      authorize_url: 'Autoritzeu URL:'
-      support_notice: Som compatibles amb les signatures de tipus HMAC-SHA1 (recomanades)
-        i RSA-SHA1.
-      edit: Edita els detalls
-      delete: Esborra el client
-      confirm: N'esteu segur?
-      requests: 'Demana els permisos següents a l''usuari:'
-    index:
-      title: Els meus detalls OAuth
-      my_tokens: Les meves aplicacions autoritzades
-      list_tokens: 'Els testimonis següents han estat enviats a aplicacions en el
-        vostre nom:'
-      application: 'Nom de l’aplicació:'
-      issued_at: Emès A
-      revoke: Revoca!
-      my_apps: Les meves aplicacions client
-      no_apps_html: ¿Teniu cap aplicació que voldríeu inscriure per usar amb nosaltres
-        utilitzant l'estàndard %{oauth}? Heu de registrar la vostra aplicació web
-        abans que pugui fer peticions OAuth a aquest servei.
-      oauth: OAuth
-      registered_apps: 'Teniu les següents aplicacions client registrades:'
-      register_new: Registreu l'aplicació
-    form:
-      requests: 'Sol·licitar els permisos següents a l''usuari:'
-    not_found:
-      sorry: No s'ha pogut trobar aquest %{type}.
-    create:
-      flash: La informació s'ha enregistrat correctament
-    update:
-      flash: La informació del client s'ha actualitzat correctament
-    destroy:
-      flash: S'ha destruït el registre de l'aplicació client
   oauth2_applications:
     index:
       title: Les meves aplicacions client
@@ -2673,6 +2565,7 @@ ca:
       title: Les meves aplicacions autoritzades
       application: Aplicació
       permissions: Permisos
+      last_authorized: Últims autoritzats
       no_applications_html: Encara no heu autoritzat cap aplicació %{oauth2}.
     application:
       revoke: Revoca l'accés
@@ -2680,31 +2573,35 @@ ca:
   users:
     new:
       title: Registreu-vos-hi
+      tab_title: Registreu-vos
+      signup_to_authorize_html: Registreu-vos amb OpenStreetMap per accedir a %{client_app_name}.
       no_auto_account_create: No us podem crear un compte automàticament.
       please_contact_support_html: Contacteu amb l'%{support_link} per gestionar la
         creació d'un compte - intentarem tractar la sol·licitud tan aviat com sigui
         possible.
       support: assistència
       about:
-        header: Lliure i editable
+        header: Lliure i editable.
         paragraph_1: A diferència d'altres mapes, OpenStreetMap està completament
           creat per persones com tu, i és lliure per tal que qualsevol persona pugui
           arreglar-lo, actualitzar-lo, descarregar-lo i utilitzar-lo.
-        paragraph_2: Registreu-vos per començar a contribuir. Us enviarem un correu
-          electrònic per confirmar el vostre compte.
+        paragraph_2: Registreu-vos per començar a contribuir.
+        welcome: Benvingut/da a OpenStreetMap
       display name description: El nom d'usuari que es mostrarà públicament. El podeu
         canviar més endavant a les preferències.
       by_signing_up:
         privacy_policy: política de privadesa
         privacy_policy_title: Política de privadesa de l'OSMF incloent la secció sobre
           adreces de correu electrònic
-      external auth: 'Autenticació mitjançant tercers:'
+        contributor_terms: condicions de col·laboració
       continue: Registreu-vos-hi
       terms accepted: Gràcies per acceptar els nous termes de col·laboració.
       email_help:
         html: La vostra adreça no es mostrarà públicament, consulteu la nostra %{privacy_policy_link}
           per obtenir més informació.
-      use external auth: 'Alternativament, inicieu la sessió mitjançant un tercer:'
+      consider_pd: domini públic
+      or: o
+      use external auth: o inicieu la sessió mitjançant un tercer
     terms:
       title: Termes
       heading: Termes
@@ -2725,7 +2622,6 @@ ca:
       readable_summary: resum llegible per humans
       informal_translations: traduccions informals
       continue: Continua
-      decline: Rebutja
       you need to accept or decline: Per a poder continuar, llegiu i després accepteu
         o rebutgeu els nous termes de col·laboració .
       legale_select: 'País de residència:'
@@ -2806,8 +2702,6 @@ ca:
       summary_no_ip_html: '%{name} creat el %{date}'
       empty: No hi ha usuaris que coincideixin s'ha trobat
     page:
-      older: Usuaris més antics
-      newer: Usuaris més nous
       confirm: Confirmar usuaris seleccionats
       hide: Amaga els usuaris seleccionats
     suspended:
@@ -2841,19 +2735,9 @@ ca:
       not_revoke_admin_current_user: No es poden retirar els drets d'administrador
         de l'usuari actual.
     grant:
-      title: Confirmi la concessió de rol
-      heading: Confirmi la concessió de rol
       are_you_sure: Esteu segur que voleu concedir el paper "%{role}" a l'usuari "%{name}"?
-      confirm: Confirma
-      fail: No s'ha pogut concedir el rol "%{role}" a l'usuari "%{name}". Comproveu
-        que l'usuari i el rol són vàlids.
     revoke:
-      title: Confirmar revocació de rol
-      heading: Confirmar revocació de rol
       are_you_sure: Esteu segur que voleu revocar el rol `%{role}' de l'usuari `%{name}'?
-      confirm: Confirma
-      fail: No s'ha pogut revocar el paper "%{role}" des de l'usuari "%{name}". Si
-        us plau, comproveu que l'usuari i el paper són vàlids.
   user_blocks:
     model:
       non_moderator_update: Ha de ser un moderador per crear o un bloc d'actualització.
@@ -2881,14 +2765,6 @@ ca:
       title: Blocs de l'usuari
       heading: Llista de quadres de l'usuari
       empty: Encara no s'ha fet cap bloc.
-    revoke:
-      title: Revocació de bloc en %{block_on}
-      heading_html: Revocació de bloc en %{block_on} %{block_by}
-      time_future_html: Aquest blocatge acabarà en %{time}.
-      past_html: Aquest blocatge va acabar a %{time} i ara no es pot revocar.
-      confirm: Esteu segur que voleu revocar aquest bloc?
-      revoke: Revoca!
-      flash: Aquest bloc ha estat revocat.
     revoke_all:
       revoke: Revoca
       flash: S'han revocat tots els bloquejos actius.
@@ -2928,26 +2804,19 @@ ca:
       created: 'Creat:'
       duration: 'Duració:'
       status: 'Estat:'
-      show: Mostra
       edit: Edita
-      revoke: Revoca
-      confirm: N'esteu segur?
       reason: 'Motiu del blocatge:'
       revoker: 'Revoker:'
-      needs_view: L'usuari ha d'iniciar una sessió abans que es netegi el bloc.
     block:
       not_revoked: (no revocat)
       show: Mostra
       edit: Edita
-      revoke: Revoca!
-    blocks:
+    page:
       display_name: S'ha blocat l'usuari
       creator_name: Creador
       reason: Motiu del blocatge
       status: Estat
       revoker_name: Revocat per
-      older: Bloquejos més antics
-      newer: Bloquejos més nous
     navigation:
       all_blocks: Tots els bloquejos
       blocks_on_me: Bloquejos a mi
@@ -3025,10 +2894,16 @@ ca:
       intro: Heu trobat un error o bé hi falta res? Informeu-ne a altres col·laboradors
         per tal que puguin solucionar-ho. Moveu el marcador a la posició correcta
         i escriviu-hi una anotació per tal de descriure el problema.
+      anonymous_warning_log_in: inicia la sessió
+      anonymous_warning_sign_up: registreu-vos
       advice: La vostra nota és pública i pot utilitzar-se per actualitzar el mapa,
         per tant, no hi introduïu cap informació personal, o informació de mapes amb
         copyright o bé llistats de directori.
       add: Afegeix una nota
+    notes_paging_nav:
+      showing_page: Pàgina %{page}
+      next: Següent
+      previous: Anterior
   javascripts:
     close: Tanca
     share:
@@ -3043,14 +2918,16 @@ ca:
       custom_dimensions: Estableix dimensions personalitzades
       format: 'Format:'
       scale: 'Escala:'
-      image_dimensions: La imatge mostrarà la capa estàndard a %{width} x %{height}
+      image_dimensions: La imatge mostrarà la capa %{layer} amb una mida de %{width}
+        x %{height}
       download: Descàrrega
       short_url: URL curt
       include_marker: Inclou el marcador
       center_marker: Centra el mapa al marcador
       paste_html: Enganxa l'HTML per inserir-ho a un lloc web
       view_larger_map: Mostra un mapa més gran
-      only_standard_layer: Només la capa estàndard es pot exportar com a imatge
+      only_standard_layer: Solament es poden exportar com a imatge les capes Standard,
+        Cycle Map i Transport
     embed:
       report_problem: Informeu sobre un problema
     key:
index e4240d0ca4e98bf9b0ad3c0ea8ce275fede01b69..8f28d55e54d03f04121ca063952915571e6ed6a1 100644 (file)
@@ -42,8 +42,6 @@ ce:
   activerecord:
     errors:
       messages:
-        invalid_email_address: электронан поштан адресе тера дац
-        email_address_not_routable: неъбиллина бац
         display_name_is_user_n: user_n хила йиш йац, наггахь n хьан лелоша ID йацахь
       models:
         user_mute:
@@ -79,7 +77,7 @@ ce:
       tracetag: Трекан тег
       user: Декъашхо
       user_preference: Декъашхочун гӀирс нисбар
-      user_token: Декъашхочун билгало
+      user_token: Декъашхочун токен
       way: Сиз
       way_node: Сизан тӀадам
       way_tag: Сизан тег
@@ -425,21 +423,21 @@ ce:
   old_relations:
     not_found:
       sorry: 'Бехк ма билла, йукъаметтиг #%{id} версин %{version} карийна йац.'
+  changeset_comments:
+    feeds:
+      comment:
+        comment: '#%{changeset_id} %{author} керла коммент нисдаран пакет тIе'
+        commented_at_by_html: Карлайаккхина %{when} декъашхочо %{user}
+      show:
+        title_all: OpenStreetMap тӀехь дина нисдарийн дийцар
+        title_particular: 'OpenStreetMap #%{changeset_id} тӀехь дина нисдарийн дийцар'
+      timeout:
+        sorry: Бехк ма билла, ахьа бихина нисдарийн могӀанаш, арабаха тӀехь сов хьан
+          оьшу.
   changesets:
-    changeset_paging_nav:
-      showing_page: АгӀо %{page}
-      next: РогӀера →
-      previous: ← Хьалхара
     changeset:
-      anonymous: Аноним
       no_edits: (нисдарш дац)
       view_changeset_details: Нисдаршка мадарра хьажа
-    changesets:
-      id: ID
-      saved_at: Чекхйаьлла
-      user: Декъашхо
-      comment: Коммент
-      area: Меттиг
     index:
       title: Нисдарш
       title_user: Декъашхочун %{user} нисдарш
@@ -469,7 +467,6 @@ ce:
       title: 'Нисдарш: %{id}'
       created_by_html: Кхоьлина %{link_user} on %{created}.
     no_such_entry:
-      title: Иштта хийцама пакет бац
       heading: 'ДӀайазайина йац id: %{id}'
       body: Бехк ма билла, id %{id} хийцамаш бац. Дехар ду, нийса йазийни хьажа, хьо
         чоьха ваьла ссылка нийса ца хила а тарло.
@@ -504,18 +501,6 @@ ce:
     timeout:
       sorry: Бехк ма билла, ахьа бихина нисдарийн могӀа, арабаккха тӀехь сов хьан
         оьшу.
-  changeset_comments:
-    comment:
-      comment: '#%{changeset_id} %{author} керла коммент нисдаран пакет тIе'
-      commented_at_by_html: Карлайаккхина %{when} декъашхочо %{user}
-    comments:
-      comment: 'Керла комментари нисдаран пакет тIе #%{changeset_id} декъашхочо %{author}'
-    index:
-      title_all: OpenStreetMap тӀехь дина нисдарийн дийцар
-      title_particular: 'OpenStreetMap #%{changeset_id} тӀехь дина нисдарийн дийцар'
-    timeout:
-      sorry: Бехк ма билла, ахьа бихина нисдарийн могӀанаш, арабаха тӀехь сов хьан
-        оьшу.
   dashboards:
     contact:
       km away: Хьун тIера %{count} км
@@ -557,8 +542,6 @@ ce:
       no_entries: Дневник чохь дӀайаздарш дац
     page:
       recent_entries: Дукха хан йоцу дӀайаздарш
-      older_entries: Шира дӀайаздарш
-      newer_entries: Керла дӀайаздарш
     edit:
       title: ДӀайаздарш тадар
       marker_text: Билгало йазйаран меттиг
@@ -598,8 +581,6 @@ ce:
       report: ХӀокху комментах хаамбе
     location:
       location: 'Меттиг:'
-      view: Хьажа
-      edit: Нисдар
     feed:
       user:
         title: Дневникийн дӀайаздарш OpenStreetMap цуна %{user}
@@ -627,8 +608,6 @@ ce:
       post: Хаам
       when: Маца
       comment: Коммент
-      newer_comments: Керла комменташ
-      older_comments: Шира комменташ
     new:
       heading: Дневник йазъйаран дискуссе комментари тӀетоха?
   doorkeeper:
@@ -706,7 +685,6 @@ ce:
   geocoder:
     search:
       title:
-        results_from_html: '%{results_link} тӀера жамӀаш'
         latlon: Чоьхьара
     search_osm_nominatim:
       prefix:
@@ -1482,10 +1460,6 @@ ce:
         level9: Йуртан доза
         level10: ГӀалин йистан доза
         level11: Лулахойн доза
-      types:
-        cities: ГӀаланаш
-        towns: ГӀаланийн маттигаш
-        places: Меттигаш
     results:
       no_results: ХӀума ца карийна
       more_results: Кхин каринарш
@@ -1499,13 +1473,18 @@ ce:
       not_updated: Карлайаккхин йац
       search: Лахар
       search_guidance: 'Проблемаш лахар:'
+      states:
+        ignored: Игнорйина
+        open: Йиллина
+        resolved: Кечйина
+    page:
       user_not_found: Иштта декъашхо вац
       issues_not_found: Иштта проблемаш карийна йац
+      reported_user: Декъашхочун хаам
       status: Статус
       reports: Хаамаш
       last_updated: ТӀаьххьара хийцам
       last_updated_time_ago_user_html: '%{time_ago} хIокху %{user}'
-      link_to_reports: Хаамашка хьажа
       reports_count:
         one: '%{count} хаам'
         other: '%{count} хаамаш'
@@ -1598,18 +1577,12 @@ ce:
     history: Истори
     export: Экспорт
     issues: Проблемаш
-    data: Хаамаш
-    export_data: Хаамаш экспортбан
     gps_traces: GPS-трекаш
-    gps_traces_tooltip: Болхбе GPS-трекашца
     user_diaries: Декъашхочун дневник
-    user_diaries_tooltip: Декъашхошна тептаршка хьажа
     edit_with: Нисайе кхуьнца %{editor}
-    tag_line: Маьрша дуьненан Вики карта
     intro_header: Марша вогӀийла хьо OpenStreetMap!
     intro_text: OpenStreetMap — дуьненан карта ду, хьо санна болчу наха кхоьллина,
       ткъа хIара маьрша лело йиш йу йиллина лицензица.
-    intro_2_create_account: Декъашхочун аккаунт кхолла
     hosting_partners_2024_html: Хостинг лелош йу %{fastly}, %{corpmembers}, кхин а
       %{partners}.
     partners_fastly: Сиха
@@ -1621,17 +1594,10 @@ ce:
     osm_read_only: OpenStreetMap база карарчу хенахь ешаран режимехь йу,база Ӏалашъяран
       белхаш дӀахьош долу дер.
     nothing_to_preview: Хьалххе хьажа хӀумма а дац.
-    donate: Дехар ду, гӀо де OpenStreetMap %{link} аппаратан фонда карлайоккхуш.
     help: ГӀо
     about: Проектах лаьцна
     copyright: Авторийн бакъонаш
     communities: Тобаш
-    community: Тоба
-    community_blogs: Тобан блог
-    community_blogs_title: OpenStreetMap тобан декъашхошна блогаш
-    make_a_donation:
-      title: ГIо де OpenStreetMap-ан сахана ахчаца
-      text: ГIо де проектан
     learn_more: Цул совнаха хаа
     more: Кхин а
   user_mailer:
@@ -1761,7 +1727,6 @@ ce:
     changeset_comment_notification:
       description: 'OpenStreetMap хийцаман гулам #%{id}'
       hi: Маршалла ду %{to_user},
-      greeting: Маршалла,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} комментари йина хьан цхьана хийцаман
           гуламна'
@@ -1835,7 +1800,6 @@ ce:
     message_summary:
       unread_button: Билгалйе ца йешна санна
       read_button: Билгалйе йешна санна
-      reply_button: Жоп ло
       destroy_button: ДӀайаккха
       unmute_button: ДӀаяхийта Инбокс чу
     new:
@@ -1852,7 +1816,6 @@ ce:
       body: Бехк ма билла цу ID-ца цхьа а хаам бац.
     outbox:
       title: ДӀайохьуьйтурш
-      actions: Дар
       messages:
         one: Хьан %{count} дIабахийтина хаам
         other: Хьан %{count} дIабахийтина хаамаш
@@ -1951,7 +1914,6 @@ ce:
       failure: Профиль карлаяккха аьтто ца баьлла.
   sessions:
     new:
-      title: ЧугӀо
       tab_title: ЧугӀо
       login_to_authorize_html: OpenStreetMap чу вала, %{client_app_name} чу кхача.
       email or username: Эл. пошт йа декъашхочун цӀе
@@ -1959,7 +1921,6 @@ ce:
       remember: Дагалаца со
       lost password link: Йицйелла пароль?
       login_button: ЧугӀо
-      register now: ДӀадазло
       with external: йа кхи сайтан агӀонца чувала
       or: йа
       auth failure: Бехк ма билла, цу цIарца йе парольца чувала аьтто ца баьлла.
@@ -1993,9 +1954,27 @@ ce:
       edit: Нисйан
       preview: Хьажа
       help: ГӀо
+    pagination:
+      diary_comments:
+        older: Шира комменташ
+        newer: Керла комменташ
+      diary_entries:
+        older: Шира дӀайаздарш
+        newer: Керла дӀайаздарш
+      issues:
+        older: Шира арахецнарш
+        newer: Керла арахецнарш
+      traces:
+        older: Шира трекаш
+        newer: Керла трекаш
+      user_blocks:
+        older: Шира блокаш
+        newer: Керла блокаш
+      users:
+        older: Зедела декъашхой
+        newer: Керла декъашхой
   site:
     about:
-      next: Кхин дӀа
       heading_html: '%{copyright}OpenStreetMap %{br} декъашхой'
       used_by_html: '%{name} картан хаамаш ло эзарнаш сайташна а, мобилан программашна
         а, аппаратан гӀирсашна а'
@@ -2015,10 +1994,10 @@ ce:
       community_driven_community_blogs: тобан блогаш
       community_driven_osm_foundation: OSM Фонд
       open_data_title: Беллина хаамаш
-      open_data_1_html: 'OpenStreetMap %{open_data} йу: хьо маьрша ву цунах пайдаэца
-        Ð¼Ñ\83Ñ\8cлÑ\85Ñ\85аÑ\87Ñ\83 Ð° Ó\80алаÑ\88онÑ\86а, Ð°Ñ\85Ñ\8c OpenStreetMap Ð°, Ñ\86Ñ\83Ñ\8cнан Ð°Ð³Ó\80онÑ\87аÑ\88 Ð¹Ñ\83й Ñ\85аиÑ\82Ñ\87Ñ\85Ñ\8cана.
-        Ð\9dагаÑ\85Ñ\8c Ñ\81анна Ð°Ñ\85Ñ\8c Ñ\86Ñ\85Ñ\8cаÑ\86Ñ\86а ÐºÐµÐ¿Ð°Ñ\80а Ñ\85ийÑ\86амаÑ\88 Ð±Ð°Ñ\85Ñ\8c Ð¹Ð° Ñ\86Ñ\83 Ñ\82Ó\80еÑ\85Ñ\8c Ð´Ó\80аÑ\85Ó\80оÑ\82Ñ\82абаÑ\85Ñ\8c, Ð°Ñ\85Ñ\8c
-        Ð¸Ð·Ð° Ð±ÐµÐ½ Ð»Ð¸Ñ\86ензиÑ\86а Ð´Ó\80аÑ\81адаÑ\80жо Ð¼ÐµÐ³Ð°Ñ\80 Ð´Ð°Ñ\86. Ð¥Ñ\8cовÑ\81а %{copyright_license_link} .'
+      open_data_1_html: 'OpenStreetMap %{open_data} йу: ахьа иза лело мегар ду муьлххачу
+        Ð° Ó\80алаÑ\88онÑ\86а, Ð°Ñ\85Ñ\8c OpenStreetMap Ð°, Ñ\86Ñ\83Ñ\8cнан Ð°Ð³Ó\80онÑ\87аÑ\88 Ð¹Ñ\83й Ñ\85аиÑ\82Ñ\87Ñ\85Ñ\8cана. Ð\9dагаÑ\85Ñ\8c Ñ\81анна
+        Ð°Ñ\85Ñ\8c Ñ\86Ñ\85Ñ\8cаÑ\86Ñ\86а ÐºÐµÐ¿Ð°Ñ\80а Ñ\85ийÑ\86амаÑ\88 Ð±Ð°Ñ\85Ñ\8c Ð¹Ð° Ñ\86Ñ\83 Ñ\82Ó\80еÑ\85Ñ\8c Ð´Ó\80аÑ\85Ó\80оÑ\82Ñ\82абаÑ\85Ñ\8c, Ð°Ñ\85Ñ\8c Ð¸Ð·Ð° Ð±ÐµÐ½ Ð»Ð¸Ñ\86ензиÑ\86а
+        дӀасадаржо мегар дац. Хьовса %{copyright_license_link} .'
       open_data_open_data: биллина хаамаш
       open_data_copyright_license: Авторан бакъона а, лицензина а агӀо
       legal_title: Юристийн хаттарш
@@ -2214,7 +2193,6 @@ ce:
       user_page_link: декъашхочун агӀо
       anon_edits_link_text: Иштта хӀунда ду хаа.
       id_not_configured: iD нисдар дина дац
-      no_iframe_support: Хьан браузеро HTML гурнаш лелош бац, ама уьш оьшу оцу функцина.
     export:
       title: Экспорт йан
       manually_select: Билгале кхин меттиг
@@ -2314,10 +2292,8 @@ ce:
       welcome_mat: Хьовса Welcome Mat
     sidebar:
       search_results: Карийнарш
-      close: ДӀачӀагӀа
     search:
       search: Лахар
-      get_directions: Маршрут йила
       get_directions_title: Шина тIадам юккъехь маршрут лаха
       from: Старт
       to: Финиш
@@ -2407,7 +2383,6 @@ ce:
           destination: Ӏалашан тӀекхача
           construction: Некъ бар
           bus_stop: Автобус соцу меттиг
-          stop: Сацо
           bicycle_shop: Вилспетан туька
           bicycle_rental: Вилспетан прокат
           bicycle_parking: Вилспетан парковка
@@ -2516,8 +2491,6 @@ ce:
       visibility_help: хӀара хӀун бохург ду?
     update:
       updated: Трек карлайаккхийна
-    trace_optionals:
-      tags: Тегаш
     show:
       title: Трекига хьажа %{name}
       heading: Трекига хьажа %{name}
@@ -2570,13 +2543,8 @@ ce:
       my_traces: Сан трекаш
       traces_from: '%{user}-ан йукъара трекаш'
       remove_tag_filter: ДӀаяккха теган фильтр
-    page:
-      older: Шира трекаш
-      newer: Керла трекаш
     destroy:
       scheduled_for_deletion: ДӀаяккха лерина трек
-    make_public:
-      made_public: Трек йукъараллина йина
     offline_warning:
       message: GPX файлаш чуйахаран система карарчу хенахь болх беш яц
     offline:
@@ -2590,25 +2558,20 @@ ce:
         other: -ах GPX файл %{count}-тIера тIадамаш %{user}-ах
       description_without_count: GPX файл %{user} декъашхочун
   application:
-    basic_auth_disabled: 'HTTP коьрта аутентификаци дӀаяьккхина йу: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 а, 1.0a дIайайна: %{link}'
     permission_denied: Хьан бакъо йац и гӀуллакх кхочушдан.
     require_cookies:
       cookies_needed: Хьан cookies дӀайайначух тера ду - дехар ду хьайн браузерехь
         cookies дӀаяха, кхидIа болх бале.
-    require_admin:
-      not_an_admin: И гӀуллакх кхочушдан хьо админ хила веза.
     setup_user_auth:
       blocked_zero_hour: OpenStreetMap сайта тӀехь сихонца хаам бу хьан. Хьайн хийцамаш
         ларбан аьтто балале хьалха хаам беша беза.
       blocked: "Хьан API-на тӀекхачара дӀакъевлина йу. \nДехар ду, веб-интерфейсехула
-        чу вала, цунах лаьцна дерг хаа."
+        чу вала, цуьнах лаьцна дерг хаа."
       need_to_see_terms: Хьан API-на тӀекхачаран, ханна сацийна йу. Дехар ду, веб-интерфейсехула
         чу вала, дакъалацаран бехкамашига хьажа. Реза хила ца оьшу, амма хьо царга
         хьажа веза.
     settings_menu:
       account_settings: Аккаунтан нисдарш
-      oauth1_settings: OAuth 1 нисдарш
       oauth2_applications: OAuth 2 приложенеш
       oauth2_authorizations: OAuth 2 авторизациш
       muted_users: ДIакъоьвлина декъашхой
@@ -2634,30 +2597,6 @@ ce:
         title: Чувала Википеди чухула
         alt: Википеди логотип
   oauth:
-    authorize:
-      title: Хьайн аккаунте кхача бакъо ло
-      request_access_html: '%{app_name} программано дехар до хьан аккаунте, %{user}.
-        Дехар ду, хьажа, хьайна лаьий цу приложенин лахахь йийцина таронаш хилийта.
-        Царех муьлхха а йа ерриге а харжа йиш йу хьан.'
-      allow_to: 'ХIокха приложенина бакъо ло:'
-      allow_read_prefs: хьайн лелоран нисдараш деша.
-      allow_write_prefs: хьайн лелоран нисдараш хийца.
-      allow_write_diary: кхолла таптаран йаздарш, комментареш йан, доттагӀий лаха.
-      allow_write_api: карта нисдар
-      allow_read_gpx: хьайн леррина GPS трекаш еша.
-      allow_write_gpx: GPS-трекаш чуйаха
-      allow_write_notes: заметкаш нисйар
-      grant_access: Бакъо ло
-    authorize_success:
-      title: Авторизацин дехар дан бакъо елла
-      allowed_html: Ахь бакъо елира %{app_name} программана хьайн аккаунт чуйала бакъо.
-      verification: Тоьшалла до код %{code}.
-    authorize_failure:
-      title: Авторизацин дехар кхочуш ца хилла
-      denied: Ахь бакъо ца елира %{app_name} программина хьайн аккаунта чу кхача.
-      invalid: Авторизацин токен нийса яц.
-    revoke:
-      flash: Ахь йухаяьккхина %{application} токен
     permissions:
       missing: Ахь бакъо ца елла цу приложенина хӀокху объекте кхача
     scopes:
@@ -2676,48 +2615,6 @@ ce:
       skip_authorization: Автоматически дӀахьедар тӀечӀагӀдар
     for_roles:
       moderator: ХӀара бакъо лерина йу модераторшна бен лело йиш йоцучу гӀуллакхашна
-  oauth_clients:
-    new:
-      title: Регистаци е керла приложенина
-      disabled: OAuth 1 программаш дӀаязъяр дӀаяьккхина
-    edit:
-      title: Хийца хьан приложени
-    show:
-      title: OAuth ма-йарра %{app_name}
-      key: 'Клиентан догIа:'
-      secret: 'Клиентан секрет:'
-      url: 'Токенан URL дехар:'
-      access_url: 'Токенан URL тӀекхочийла:'
-      authorize_url: 'Авторизаци йе URL:'
-      support_notice: Оха гӀо до HMAC-SHA1 (тхайга хаьтча) а, RSA-SHA1 а  йазорша.
-      edit: Деталаш хийца
-      delete: Клиент дӀаяккха
-      confirm: Бакъалла лаьий хӀуна?
-      requests: 'Декъашхочуьнга хӀара бакъонаш ехар:'
-    index:
-      title: Сан OAuth детальш
-      my_tokens: Сан бакъо елла приложениш
-      list_tokens: 'Хьан цӀарах йолчу приложенишна хӀара токенаш елла:'
-      application: ТӀетохаран цӀе
-      issued_at: Арахецна
-      revoke: Йухадаккха!
-      my_apps: Сан клиентан приложениш
-      no_apps_html: '%{oauth} стандартах пайда а оьцуш, тхоьца лело дӀаязъян лууш
-        йолу программа юй хьан? Хьайн веб-программа дӀаязъян еза, цо хIокха сервисе
-        OAuth дехарш дан йиш хилале.'
-      oauth: OAuth
-      registered_apps: 'Хьан хIара клиентийн приложенеш дӀаязйина йу:'
-      register_new: Хьайн программа дӀайазъе
-    form:
-      requests: 'Декъашхочунга хӀара бакъонаш еха:'
-    not_found:
-      sorry: Бехк ма билла, и %{type} ца карийна.
-    create:
-      flash: Информаци кхиамца дӀайазйина
-    update:
-      flash: Клиентийн информаци кхиамца карлайаккхина
-    destroy:
-      flash: Клиентан приложени регистраци хӀаллакйина
   oauth2_applications:
     index:
       title: Сан клиентийн приложениш
@@ -2796,8 +2693,6 @@ ce:
         privacy_policy_title: OSMF къайленан политика, цу йукъахь электронан почтан
           адресех лаьцна дакъа а
         contributor_terms: дакъалацархочун хьелаш
-      tou: Лелоран биллам
-      external auth: 'Арахьара сайт аккаунтца:'
       continue: Кхин дӀа
       terms accepted: Баркалла хьуна, керла лелоран биллам тӀеэцарна!
       email_help:
@@ -2831,7 +2726,6 @@ ce:
       informal_translations: формалан доцу гочдар
       continue: Кхин дӀа
       declined: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined?uselang=ce
-      decline: Йухатоха
       you need to accept or decline: Дехар ду, деша, тӀаккха реза хила йа йухатоха
         керла дакъалацаран хьелаш.
       legale_select: 'Дехар ду, шу деха пачхьалкх хьаржар:'
@@ -2919,8 +2813,6 @@ ce:
       summary_no_ip_html: '%{name} кхоьллина %{date}'
       empty: ЦхьаьнабогӀуш болу декъашхой ца карийна
     page:
-      older: Зедела декъашхой
-      newer: Керла декъашхой
       found_users:
         one: '%{count} декъашхо карийна'
         other: '%{count} декъашхоша карийна'
@@ -2957,20 +2849,10 @@ ce:
       not_revoke_admin_current_user: Карарчу хенахь декъашхочунгара администраторан
         роль йухаяккха йиш яц.
     grant:
-      title: Роль дӀаялар тӀечӀагӀде
-      heading: Роль дӀаялар тӀечӀагӀде
       are_you_sure: Хьо тешна вуй хьайна `%{role}' роль дӀаяла лаьий, декъашхочунна
         `%{name}'?
-      confirm: Бакъдан
-      fail: '`%{role}'' роль дӀаяла аьтто ца баьлла `%{name}'' декъашхочунна. Дехар
-        ду, лелош верг а, роль а йохуш юйла хьажа.'
     revoke:
-      title: Роль йухаяккхар тӀечӀагӀде
-      heading: Роль йухаяккхар тӀечӀагӀде
       are_you_sure: Хьо тешна вуй хьайна `%{role}' роль дӀаяккха лаьий `%{name}' декъашхочуьнгара?
-      confirm: Бакъдан
-      fail: '`%{role}'' роль йухаяккха аьтто ца баьлла `%{name}'' декъашхочуьнгара.
-        Дехар ду, лелош верг а, роль а нийса юйла хьажа.'
   user_blocks:
     model:
       non_moderator_update: Блок кхолла йа карлаяккха модератор хила веза.
@@ -2986,12 +2868,15 @@ ce:
       title: ' %{name} декъашхочун блок хийцар'
       heading_html: ' %{name} декъашхочун блок хийцар'
       period: Мел хенан, хӀинца дуьйна, декъашхо API-х дӀакъовла веза.
+      revoke: ДӀайаккхаблок
     filter:
       block_period: Блокировкан мур хила беза цхьаъ маьIан долуш тептарчура хаьржина.
     create:
       flash: Декъашхочунна %{name} тӀехь блок кхоьллина .
     update:
       only_creator_can_edit: И блок кхоьллинчу модераторан бен хийца йиш яц.
+      only_creator_can_edit_without_revoking: ХӀара блок кхоьллинчу модераторан бен
+        йиш йац иза хийца, йуха а ца йоккхуш.
       only_creator_or_revoker_can_edit: ХӀара блок кхоьллинчу йа йухайаьккхинчу модераторийн
         бен хийца йиш йац.
       inactive_block_cannot_be_reactivated: ХӀара блок жигара йац, йуха дӀахӀотто
@@ -3001,14 +2886,6 @@ ce:
       title: Декъашхочун блоктохар
       heading: Декъашхойн блокийн тептар
       empty: Цкъачунна а блокаш йина йац.
-    revoke:
-      title: '%{block_on}-ан блок йухаяккхар'
-      heading_html: '%{block_on} тӀера блок йухаяккхар  %{block_by} тоьхна йол'
-      time_future_html: ХӀара блок чекхйолу %{time} йалча.
-      past_html: ХӀара блок чекхъяьлла %{time}, кхи иза йухаяккха йиш йац.
-      confirm: Хьо тешна вуй, хьайна и блок йухаяккха лаьий?
-      revoke: ДӀайаккха блок!
-      flash: ХӀара блок дӀайаьккхина.
     revoke_all:
       title: '%{block_on} тӀера ерриг блокаш йухаяхар'
       heading_html: '%{block_on} тӀера ерриг блокаш йухаяхар'
@@ -3055,26 +2932,19 @@ ce:
       created: 'Кхоьллина:'
       duration: 'Йохалла:'
       status: 'Статус:'
-      show: Гайта
       edit: Хийца
-      revoke: ДӀайаккхаблок!
-      confirm: Бакъалла лаьий хӀуна?
       reason: 'Блоктохаран бахьана:'
       revoker: 'БлокдӀайаьккхинарг:'
-      needs_view: И блок дӀаяккхале хьалха декъашхо дIавазавала веза.
     block:
       not_revoked: (блок дIа ца йаьккхина)
       show: Гайта
       edit: Нисйан
-      revoke: ДӀайаккхаблок!
-    blocks:
+    page:
       display_name: Блоктоьхна декъашхо
       creator_name: Автор
       reason: Блоктохаран бахьана
       status: Статус
       revoker_name: ДӀайаьккхина блок
-      older: Шира блокаш
-      newer: Керла блокаш
     navigation:
       all_blocks: Ерриге а блокаш
       blocks_on_me: Сан блоктохарш
@@ -3165,6 +3035,8 @@ ce:
         цундела ма базбе хьайха лаьцна хаамаш а, йа авторан бакъонаш ларъеш йолчу
         карташа, йа каталогийн тептаршкара хаамаш а.
       add: ТӀетоха билгало
+    notes_paging_nav:
+      showing_page: АгӀо %{page}
   javascripts:
     close: ДӀачӀагӀа
     share:
index 8e915565969e64dcb741dceadfb79ccf372e7a21..26024bec2ffd8998d49e49e00fc66b297fc60072 100644 (file)
@@ -2,7 +2,6 @@
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: AlesFiala2002
-# Author: Amire80
 # Author: Bilbo
 # Author: Bilykralik16
 # Author: Chmee2
@@ -41,6 +40,7 @@
 # Author: Paxt
 # Author: Reaperman
 # Author: Robins7
+# Author: ShaggyCZ - Main
 # Author: Spotter
 # Author: StenSoft
 # Author: Tchoř
@@ -89,8 +89,6 @@ cs:
   activerecord:
     errors:
       messages:
-        invalid_email_address: není platná e-mailová adresa
-        email_address_not_routable: není routovatelná
         display_name_is_user_n: nemůže být user_n, pokud n není vaše ID uživatele
       models:
         user_mute:
@@ -169,7 +167,7 @@ cs:
         longitude: Zeměpisná délka
         public: Veřejná
         description: Popis
-        gpx_file: Nahrát GPX soubor
+        gpx_file: Vyberte soubor s GPS stopou
         visibility: Viditelnost
         tagstring: Značky
       message:
@@ -460,7 +458,7 @@ cs:
         note: poznámka
     timeout:
       title: Vypršel časový limit
-      sorry: Promiňte, ale načítání dat %{type} číslo %{id} trvalo příliš dlouho.
+      sorry: Promiňte, ale načítání dat %{type} s ID %{id} trvalo příliš dlouho.
       type:
         node: uzlu
         way: cesty
@@ -496,30 +494,45 @@ cs:
       introduction: Pro nalezení okolních prvků klikněte na mapu.
       nearby: Okolní prvky
       enclosing: Umístění prvku
+  nodes:
+    timeout:
+      sorry: Promiňte, ale načítání dat uzlu s id %{id} trvalo příliš dlouho.
   old_nodes:
     not_found:
       sorry: 'Je nám líto, ale verze %{version} uzlu #%{id} nebyla nalezena.'
+    timeout:
+      sorry: Promiňte, ale načítání historie uzlu s id %{id} trvalo příliš dlouho.
+  ways:
+    timeout:
+      sorry: Promiňte, ale načítání dat cesty s id %{id} trvalo příliš dlouho.
   old_ways:
     not_found:
       sorry: 'Je nám líto, ale verze %{version} cesty #%{id} nebyla nalezena.'
+    timeout:
+      sorry: Promiňte, ale načítání historie cesty s id %{id} trvalo příliš dlouho.
+  relations:
+    timeout:
+      sorry: Promiňte, ale načítání dat relace s id %{id} trvalo příliš dlouho.
   old_relations:
     not_found:
       sorry: 'Je nám líto, ale verze %{version} relace #%{id} nebyla nalezena.'
+    timeout:
+      sorry: Promiňte, ale načítání historie relace s id %{id} trvalo příliš dlouho.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: '%{author} napsal nový komentář k sadě změn #%{changeset_id}'
+        commented_at_by_html: Aktualizováno %{when} uživatelem %{user}
+      show:
+        title_all: Diskuse k sadě změn na OpenStreetMap
+        title_particular: 'Diskuse k sadě změn #%{changeset_id} na OpenStreetMap'
+      timeout:
+        sorry: Omlouváme se, ale vámi požadované komentáře k sadě změn se načítaly
+          příliš dlouho.
   changesets:
-    changeset_paging_nav:
-      showing_page: Stránka %{page}
-      next: Následující »
-      previous: « Předchozí
     changeset:
-      anonymous: Anonymní
       no_edits: (žádné změny)
       view_changeset_details: Zobrazit detaily sady změn
-    changesets:
-      id: ID
-      saved_at: Uloženo v
-      user: Uživatel
-      comment: Komentář
-      area: Oblast
     index:
       title: Sady změn
       title_user: Sady změn uživatele %{user}
@@ -549,7 +562,6 @@ cs:
       title: Sada změn %{id}
       created_by_html: Vytvořil uživatel %{link_user} %{created}.
     no_such_entry:
-      title: Taková sada změn neexistuje
       heading: Záznam s ID %{id} neexistuje
       body: Je nám líto, ale sada změn s ID %{id} neexistuje. Zkontrolujte překlepy
         nebo jste možná klikli na chybný odkaz.
@@ -583,18 +595,6 @@ cs:
       relations_paginated: Relace (%{x}–%{y} z %{count})
     timeout:
       sorry: Omlouváme se, ale vámi požadovaný seznam sad změn se načítal příliš dlouho.
-  changeset_comments:
-    comment:
-      comment: '%{author} napsal nový komentář k sadě změn #%{changeset_id}'
-      commented_at_by_html: Aktualizováno %{when} uživatelem %{user}
-    comments:
-      comment: '%{author} napsal nový komentář k sadě změn #%{changeset_id}'
-    index:
-      title_all: Diskuse k sadě změn na OpenStreetMap
-      title_particular: 'Diskuse k sadě změn #%{changeset_id} na OpenStreetMap'
-    timeout:
-      sorry: Omlouváme se, ale vámi požadované komentáře k sadě změn se načítaly příliš
-        dlouho.
   dashboards:
     contact:
       km away: '%{count} km'
@@ -636,8 +636,6 @@ cs:
       no_entries: Žádné záznamy v deníku
     page:
       recent_entries: Nedávné deníkové záznamy
-      older_entries: Starší záznamy
-      newer_entries: Novější záznamy
     edit:
       title: Upravit zápis do deníku
       marker_text: Místo deníkového záznamu
@@ -679,8 +677,6 @@ cs:
       report: Nahlásit tento komentář
     location:
       location: 'Místo:'
-      view: Zobrazit
-      edit: Upravit
     feed:
       user:
         title: Záznamy v OpenStreetMap deníku uživatele %{user}
@@ -707,8 +703,6 @@ cs:
       post: Záznam
       when: Kdy
       comment: Komentář
-      newer_comments: Novější komentáře
-      older_comments: Starší komentáře
     new:
       heading: Přidat komentář do následující diskuse k deníkovému záznamu?
   doorkeeper:
@@ -782,7 +776,6 @@ cs:
   geocoder:
     search:
       title:
-        results_from_html: Výsledky z %{results_link}
         latlon: Interní
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1558,10 +1551,6 @@ cs:
         level9: Hranice vesnice
         level10: Hranice městské části
         level11: Hranice sousedství
-      types:
-        cities: Velkoměsta
-        towns: Města
-        places: Místa
     results:
       no_results: Nenalezeny žádné výsledky
       more_results: Další výsledky
@@ -1575,13 +1564,18 @@ cs:
       not_updated: Neaktualizováno
       search: Hledat
       search_guidance: 'Hledat problémy:'
+      states:
+        ignored: Ignorováno
+        open: Otevřeno
+        resolved: Vyřešeno
+    page:
       user_not_found: Uživatel neexistuje
       issues_not_found: Takové problémy nebyly nalezeny
+      reported_user: Nahlášený uživatel
       status: Stav
       reports: Hlášení
       last_updated: Poslední změna
       last_updated_time_ago_user_html: '%{time_ago} uživatelem %{user}'
-      link_to_reports: Zobrazit hlášení
       reports_count:
         one: '%{count} Hlášení'
         few: '%{count} Hlášení'
@@ -1678,18 +1672,12 @@ cs:
     history: Historie
     export: Export
     issues: Problémy
-    data: Data
-    export_data: Export dat
     gps_traces: GPS stopy
-    gps_traces_tooltip: Spravovat GPS stopy
     user_diaries: Deníky uživatelů
-    user_diaries_tooltip: Zobrazit deníky uživatelů
     edit_with: Upravit pomocí %{editor}
-    tag_line: Otevřená wiki-mapa světa
     intro_header: Vítejte v OpenStreetMap!
     intro_text: OpenStreetMap je mapa světa, vytvořená lidmi jako vy a volně využitelná
       pod otevřenou licencí.
-    intro_2_create_account: Vytvořit uživatelský účet
     hosting_partners_2024_html: Hosting podporují %{fastly}, %{corpmembers} a další
       %{partners}.
     partners_fastly: Fastly
@@ -1700,17 +1688,11 @@ cs:
       údržbě mimo provoz.
     osm_read_only: Databáze OpenStreetMap je momentálně kvůli probíhající neodkladné
       údržbě pouze pro čtení.
-    donate: Podpořte OpenStreetMap %{link} Fondu na upgrady hardwaru
+    nothing_to_preview: Není k čemu zobrazovat náhled.
     help: Nápověda
     about: O projektu
     copyright: Autorská práva
     communities: Komunity
-    community: Komunita
-    community_blogs: Komunitní blogy
-    community_blogs_title: Blogy členů komunity OpenStreetMap
-    make_a_donation:
-      title: Podpořte OpenStreetMap finančním příspěvkem
-      text: Pošlete příspěvek
     learn_more: Více informací
     more: Další
   user_mailer:
@@ -1748,13 +1730,22 @@ cs:
       befriend_them: Můžete si ho/ji také přidat jako přítele na %{befriendurl}.
       befriend_them_html: Můžete si ho/ji také přidat jako přítele na %{befriendurl}.
     gpx_description:
-      description_with_tags_html: 'Vypadá to, že váš GPX soubor %{trace_name} s popisem
+      description_with_tags: 'Vypadá to, že váš soubor %{trace_name} s popisem %{trace_description}
+        a s těmito značkami: %{tags}'
+      description_with_tags_html: 'Vypadá to, že váš soubor %{trace_name} s popisem
         %{trace_description} a s těmito značkami: %{tags}'
-      description_with_no_tags_html: Vypadá to, že váš GPX soubor %{trace_name} s
-        popisem %{trace_description} a bez značek
+      description_with_no_tags: Vypadá to, že váš soubor %{trace_name} s popisem %{trace_description}
+        a bez značek
+      description_with_no_tags_html: Vypadá to, že váš soubor %{trace_name} s popisem
+        %{trace_description} a bez značek
     gpx_failure:
       hi: Ahoj, %{to_user},
-      failed_to_import: 'se nepodařilo nahrát. Chybové hlášení následuje:'
+      failed_to_import: 'se nepodařilo naimportovat jako GPS stopu. Zkontrolujte si
+        prosím, zda váš soubor je platný soubor GPX nebo archiv obsahující GPX soubor(y)
+        v podporovaném formátu (.tar.gz, tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2).
+        Možná je u vašeho souboru problém s formátem nebo syntaxí? Zde je chyba importu:'
+      more_info: Více informací o chybách při importu GPX a jak se jim vyhnout, najdete
+        na %{url}.
       more_info_html: Více informací o chybách při importu GPX a jak se jim vyhnout,
         najdete na %{url}.
       import_failures_url: http://wiki.openstreetmap.org/wiki/GPX_Import_Failures?uselang=cs
@@ -1766,6 +1757,8 @@ cs:
         few: úspěšně načteno s %{trace_points} z možných %{count} bodů.
         many: úspěšně načteno s %{trace_points} z možných %{count} bodu.
         other: úspěšně načteno s %{trace_points} z možných %{count} bodů.
+      trace_location: Vaše stopa je dostupná na %{trace_url}
+      all_your_traces: Všechny úspěšně načtené GPX stopy můžete najít na %{url}
       all_your_traces_html: Všechny úspěšně načtené GPX stopy můžete najít na %{url}.
       subject: '[OpenStreetMap] Úspěšný import GPX'
     signup_confirm:
@@ -1835,7 +1828,6 @@ cs:
     changeset_comment_notification:
       description: 'Sada změn OpenStreetMap #%{id}'
       hi: Dobrý den, uživateli %{to_user},
-      greeting: Dobrý den,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} okomentoval jednu z vašich sad
           změn'
@@ -1909,7 +1901,6 @@ cs:
     message_summary:
       unread_button: Označit jako nepřečtené
       read_button: Označit jako přečtené
-      reply_button: Odpovědět
       destroy_button: Smazat
       unmute_button: Přesunout do doručené pošty
     new:
@@ -1926,7 +1917,6 @@ cs:
       body: Je mi líto, ale žádná zpráva s tímto ID neexistuje.
     outbox:
       title: Odeslaná pošta
-      actions: Akce
       messages:
         few: Máte %{count} odeslané zprávy
         one: Máte %{count} odeslanou zprávu
@@ -2029,7 +2019,6 @@ cs:
       failure: Nepodařilo se nastavit profil.
   sessions:
     new:
-      title: Přihlásit se
       tab_title: Přihlášení
       login_to_authorize_html: Pro přístup k %{client_app_name} se přihlaste do OpenStreetMap.
       email or username: E-mailová adresa nebo uživatelské jméno
@@ -2037,7 +2026,6 @@ cs:
       remember: Zapamatuj si mě
       lost password link: Ztratili jste heslo?
       login_button: Přihlásit se
-      register now: Zaregistrujte se
       with external: nebo se přihlaste prostřednictvím třetí strany
       or: nebo
       auth failure: Je mi líto, ale s uvedenými údaji se nemůžete přihlásit.
@@ -2069,9 +2057,28 @@ cs:
     richtext_field:
       edit: Upravit
       preview: Náhled
+      help: Nápověda
+    pagination:
+      diary_comments:
+        older: Starší komentáře
+        newer: Novější komentáře
+      diary_entries:
+        older: Starší záznamy
+        newer: Novější záznamy
+      issues:
+        older: Starší problémy
+        newer: Novější problémy
+      traces:
+        older: Starší stopy
+        newer: Novější stopy
+      user_blocks:
+        older: Starší bloky
+        newer: Novější bloky
+      users:
+        older: Starší uživatelé
+        newer: Novější uživatelé
   site:
     about:
-      next: Další
       heading_html: '%{copyright}přispěvatelé %{br} OpenStreetMap'
       used_by_html: '%{name} poskytuje mapová data pro tisíce webových stránek, mobilních
         aplikací a hardwarových zařízení'
@@ -2295,8 +2302,6 @@ cs:
       user_page_link: uživatelské stránce
       anon_edits_link_text: Proč to tak je?
       id_not_configured: iD nebyl nakonfigurován
-      no_iframe_support: Váš prohlížeč nepodporuje vložené HTML rámy (iframes), které
-        jsou pro tuto funkci nezbytné.
     export:
       title: Export
       manually_select: Ručně vybrat jinou oblast
@@ -2396,10 +2401,8 @@ cs:
       welcome_mat: Podívejte se na Welcome Mat
     sidebar:
       search_results: Výsledky hledání
-      close: Zavřít
     search:
       search: Hledat
-      get_directions: Najít trasu
       get_directions_title: Najít trasu mezi dvěma body
       from: Odkud
       to: Kam
@@ -2480,6 +2483,9 @@ cs:
           hospital: nemocnice
           building: Významná budova
           station: Nádraží
+          railway_halt: Železniční zastávka
+          subway_station: Stanice metra
+          tram_stop: Tramvajová zastávka
           summit: Vrchol
           peak: hora
           tunnel: Čárkované obrysy = tunel
@@ -2488,7 +2494,6 @@ cs:
           destination: Průjezd zakázán
           construction: Cesta ve výstavbě
           bus_stop: Autobusová zastávka
-          stop: Stop
           bicycle_shop: Cykloobchod
           bicycle_rental: Půjčovna kol
           bicycle_parking: Parkoviště pro kola
@@ -2575,7 +2580,7 @@ cs:
       identifiable: Identifikovatelná (zobrazuje se v seznamu a jako identifikovatelné
         uspořádané body s časovou značkou)
     new:
-      upload_trace: Nahrát GPS trasu
+      upload_trace: Nahrát GPS stopu
       visibility_help: co tohle znamená?
       visibility_help_url: http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces?uselang=cs
       help: Nápověda
@@ -2604,8 +2609,6 @@ cs:
       visibility_help_url: http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces?uselang=cs
     update:
       updated: Stopa nahrána
-    trace_optionals:
-      tags: Štítky
     show:
       title: Zobrazení stopy %{name}
       heading: Zobrazení stopy %{name}
@@ -2660,13 +2663,8 @@ cs:
       my_traces: Moje stopy
       traces_from: Veřejné stopy uživatele %{user}
       remove_tag_filter: Vymazat filtr tagů
-    page:
-      older: Starší stopy
-      newer: Novější stopy
     destroy:
       scheduled_for_deletion: Stopa označena ke smazání
-    make_public:
-      made_public: Stopa zveřejněna
     offline_warning:
       message: Systém pro načítání GPX souborů je momentálně mimo provoz.
     offline:
@@ -2680,14 +2678,10 @@ cs:
         other: GPX soubor s %{count} body od uživatele %{user}
       description_without_count: GPX soubor od uživatele %{user}
   application:
-    basic_auth_disabled: 'HTTP Basic autentizace je zakázaná: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 a 1.0a jsou zakázané: %{link}'
     permission_denied: Pro přístup k této akci nemáte oprávnění
     require_cookies:
       cookies_needed: Vypadá to, že máte zakázány cookies – před pokračováním si je
         v prohlížeči zapněte.
-    require_admin:
-      not_an_admin: Tuto akci může provést jen správce.
     setup_user_auth:
       blocked_zero_hour: Na webu OpenStreetMap máte urgentní zprávu. Tuto zprávu si
         musíte přečíst, než budete moci ukládat své editace.
@@ -2698,7 +2692,6 @@ cs:
         odsouhlasit, musíte si je ale zobrazit.
     settings_menu:
       account_settings: Nastavení účtu
-      oauth1_settings: Nastavení OAuth 1
       oauth2_applications: Aplikace OAuth 2
       oauth2_authorizations: Autorizace OAuth 2
       muted_users: Ztlumení uživatelé
@@ -2724,30 +2717,6 @@ cs:
         title: Přihlásit se účtem na Wikipedii
         alt: Logo Wikipedie
   oauth:
-    authorize:
-      title: Autorizovat přístup k vašemu účtu
-      request_access_html: Aplikace %{app_name} žádá o přístup k vašemu účtu %{user}.
-        Vyberte si, zda si přejete, aby aplikace měla následující oprávnění. Můžete
-        jich zvolit libovolný počet.
-      allow_to: 'Umožnit klientské aplikaci:'
-      allow_read_prefs: číst vaše uživatelské nastavení.
-      allow_write_prefs: měnit vaše uživatelské nastavení.
-      allow_write_diary: vytvářet deníkové záznamy, komentovat a navazovat přátelství.
-      allow_write_api: upravovat mapu.
-      allow_read_gpx: číst vaše soukromé GPS stopy.
-      allow_write_gpx: nahrávat GPS stopy.
-      allow_write_notes: měnit poznámky.
-      grant_access: Udělit přístup
-    authorize_success:
-      title: Požadavek na autorizaci povolen
-      allowed_html: Udělili jste aplikaci %{app_name} přístup k vašemu účtu.
-      verification: Ověřovací kód je %{code}.
-    authorize_failure:
-      title: Požadavek na autorizaci se nezdařil
-      denied: Odepřeli jste aplikaci %{app_name} přístup k vašemu účtu.
-      invalid: Autorizační token je neplatný.
-    revoke:
-      flash: Přístup pro aplikaci %{application} byl odvolán.
     permissions:
       missing: Aplikaci jste nedovolili přístup k této funkci
     scopes:
@@ -2759,53 +2728,13 @@ cs:
       read_gpx: Číst soukromé GPS stopy
       write_gpx: Nahrávat GPS stopy
       write_notes: Měnit poznámky
-      write_redactions: Upravte mapová data
+      write_redactions: Skrývat mapová data
       read_email: Přečíst e-mailovou adresu uživatele
+      consume_messages: Číst, aktualizovat stav a mazat zprávy uživatelů
+      send_messages: Posílat soukromé zprávy jiným uživatelům
       skip_authorization: Automaticky schválit aplikaci
     for_roles:
       moderator: Toto oprávnění je pro akce dostupné pouze moderátorům
-  oauth_clients:
-    new:
-      title: Registrace nové aplikace
-      disabled: Registrace aplikací OAuth 1 byla zakázána
-    edit:
-      title: Upravit aplikaci
-    show:
-      title: Podrobnosti OAuth pro %{app_name}
-      key: 'Klíč konzumenta (consumer key):'
-      secret: 'Tajemství konzumenta (consumer secret):'
-      url: 'URL tokenu požadavku:'
-      access_url: 'URL přístupového tokenu:'
-      authorize_url: 'Autorizační URL:'
-      support_notice: Podporujeme HMAC-SHA1 (doporučeno) a podpisy RSA-SHA1.
-      edit: Upravit podrobnosti
-      delete: Smazat klienta
-      confirm: Opravdu?
-      requests: 'Uživatelé se žádají o následující oprávnění:'
-    index:
-      title: Moje nastavení OAuth
-      my_tokens: Mé autorizované aplikace
-      list_tokens: 'Aplikacím byly vaším jménem vydány následující přístupové tokeny:'
-      application: Název aplikace
-      issued_at: Vydáno
-      revoke: Odvolat!
-      my_apps: Mé klientské aplikace
-      no_apps_html: Máte nějakou aplikaci používající standard %{oauth}, která by
-        s námi měla spolupracovat? Aplikaci je potřeba nejdříve zaregistrovat, až
-        poté k nám bude moci posílat OAuth požadavky.
-      oauth: OAuth
-      registered_apps: 'Máte zaregistrovány následující klientské aplikace:'
-      register_new: Zaregistrovat aplikaci
-    form:
-      requests: 'Žádat uživatele o následující oprávnění:'
-    not_found:
-      sorry: Je nám líto, ale nepodařilo se najít %{type}.
-    create:
-      flash: Údaje úspěšně zaregistrovány
-    update:
-      flash: Klientské informace úspěšně aktualizovány
-    destroy:
-      flash: Registrace klientské aplikace zrušena
   oauth2_applications:
     index:
       title: Mé klientské aplikace
@@ -2886,8 +2815,6 @@ cs:
         privacy_policy_title: Pravidla ochrany osobních údajů OSMF, včetně části o
           e-mailových adresách
         contributor_terms: podmínkami pro přispěvatele
-      tou: podmínkami užití
-      external auth: 'Autentizace třetí stranou:'
       continue: Zaregistrovat se
       terms accepted: Děkujeme za odsouhlasení nových podmínek pro přispěvatele!
       email_help:
@@ -2922,7 +2849,7 @@ cs:
       informal_translations: neoficiální překlady
       continue: Pokračovat
       declined: http://wiki.openstreetmap.org/wiki/CS:Contributor_Terms_Declined?uselang=cs
-      decline: Nesouhlasím
+      cancel: Zrušit
       you need to accept or decline: Pro pokračování si prosím přečtěte a přijměte
         nebo odmítněte nové Podmínky pro přispěvatele.
       legale_select: 'Označte zemi, ve které sídlíte:'
@@ -3010,8 +2937,6 @@ cs:
       summary_no_ip_html: '%{name} vytvořen %{date}'
       empty: Nebyli nalezeni žádní uživatelé vyhovující podmínkám
     page:
-      older: Starší uživatelé
-      newer: Novější uživatelé
       found_users:
         one: Nalezen %{count} uživatel
         few: Nalezeni %{count} uživatelé
@@ -3048,19 +2973,9 @@ cs:
       not_revoke_admin_current_user: Správcovskou roli nelze odebrat aktuálně přihlášenému
         uživateli.
     grant:
-      title: Potvrdit přidělení role
-      heading: Potvrdit přidělení role
-      are_you_sure: Opravdu chtete přidělit roli `%{role}' uživateli `%{name}'?
-      confirm: Potvrdit
-      fail: Nelze přidělit roli `%{role}' uživateli `%{name}'. Zkontrolujte prosím,
-        zda jsou uživatel i role platnými údaji.
+      are_you_sure: Opravdu chcete přidělit roli „%{role}“ uživateli „%{name}“?
     revoke:
-      title: Potvrdit odebrání role
-      heading: Potvrdit odebrání role
-      are_you_sure: Opravdu chcete odebrat roli `%{role}' uživateli `%{name}'?
-      confirm: Potvrdit
-      fail: Nelze odebrat roli `%{role}' uživateli `%{name}'. Zkontrolujte prosím,
-        zda jsou uživatel i role platnými údaji.
+      are_you_sure: Opravdu chcete odebrat roli „%{role}“ uživateli „%{name}“?
   user_blocks:
     model:
       non_moderator_update: K vytvoření nebo aktualizaci bloku musíte být moderátorem.
@@ -3076,25 +2991,24 @@ cs:
       title: Upravit blok na uživatele %{name}
       heading_html: Úprava bloku na %{name}
       period: Jak dlouho (od nynějška) bude uživatel blokován z užívání API.
+      revoke: Odvolat blokování
     filter:
       block_period: Doba bloku musí být jedna z těch, které obsahuje rozevírací seznam.
     create:
       flash: Uživatel %{name} zablokován.
     update:
       only_creator_can_edit: Jen moderátor, který tento blok vytvořil, ho může upravovat.
+      only_creator_can_edit_without_revoking: Jen moderátor, který toto blokování
+        vytvořil, ho může upravovat bez jeho odvolání.
+      only_creator_or_revoker_can_edit: Jen moderátoři, kteří toto blokování vytvořili
+        nebo jej odvolali, ho mohou upravovat.
+      inactive_block_cannot_be_reactivated: Toto blokování není aktivní a nelze jej
+        znovu aktivovat.
       success: Blok aktualizován.
     index:
       title: Bloky uživatele
       heading: Seznam bloků uživatele
       empty: Ještě nebyl vytvořen žádny blok.
-    revoke:
-      title: Zrušení bloku pro %{block_on}
-      heading_html: Zrušení bloku pro %{block_on} od %{block_by}
-      time_future_html: Tento blok skončí v %{time}.
-      past_html: Teto blok skončil %{time} a již nemůže být zrušen.
-      confirm: Opravdu chcete zrušit tento blok?
-      revoke: Zrušit !
-      flash: Tento blok byl zrušen.
     revoke_all:
       title: Zrušení všech bloků uživatele %{block_on}
       heading_html: Zrušení všech bloků uživatele %{block_on}
@@ -3152,26 +3066,19 @@ cs:
       created: 'Vytvořeno:'
       duration: 'Doba trvání:'
       status: 'Stav:'
-      show: Zobrazit
       edit: Upravit
-      revoke: Zrušit !
-      confirm: Jste si jistý?
       reason: 'Důvod bloku:'
       revoker: 'Zrušil:'
-      needs_view: Aby se blok smazal, uživatel se musí nejprve přihlásit.
     block:
       not_revoked: (nezrušeno)
       show: Zobrazit
       edit: Upravit
-      revoke: Zrušit !
-    blocks:
+    page:
       display_name: Zablokovaný uživatel
       creator_name: Autor
       reason: Důvod pro blok
       status: Stav
       revoker_name: Zrušil
-      older: Starší bloky
-      newer: Novější bloky
     navigation:
       all_blocks: Všechny bloky
       blocks_on_me: Moje zablokování
@@ -3179,6 +3086,7 @@ cs:
       blocks_by_me: Zablokování mnou
       blocks_by_user: Bloky od uživatele %{user}
       block: 'Blok #%{id}'
+      new_block: Nové blokování
   user_mutes:
     index:
       title: Ztlumení uživatelé
@@ -3260,6 +3168,10 @@ cs:
       advice: Vaše poznámka je veřejná a může sloužit k úpravám mapy, proto nevkládejte
         žádné osobní údaje ani informace z autorskoprávně chráněných map či adresářů.
       add: Přidat poznámku
+    notes_paging_nav:
+      showing_page: Stránka %{page}
+      next: Následující
+      previous: Předchozí
   javascripts:
     close: Zavřít
     share:
@@ -3455,9 +3367,10 @@ cs:
       heading: Upravit redakci
       title: Upravit redakci
     index:
-      empty: Žádné opravy k ukázání.
-      heading: Seznam oprav
-      title: Seznam oprav
+      empty: Žádné redakce k ukázání.
+      heading: Seznam redakcí
+      title: Seznam redakcí
+      new: Nová redakce
     new:
       heading: Zadejte informace k nové redakci
       title: Tvorba nové redakce
index 9b020ee699caeeddc94943e9aaa46579cd92c9e2..628665cd88a5ddf9ef5fbdf71f01815ffb4b90f5 100644 (file)
@@ -22,7 +22,7 @@ cy:
         create: Cyhoeddi
         update: Diweddaru
       issue_comment:
-        create: Ychwanegu sylw
+        create: Ychwanegu Sylw
       message:
         create: Anfon
       client_application:
@@ -43,8 +43,6 @@ cy:
   activerecord:
     errors:
       messages:
-        invalid_email_address: nid yw'n ymddangos ei fod yn gyfeiriad e-bost dilys
-        email_address_not_routable: nid yw'n gyrchadwy
         display_name_is_user_n: ni all fod yn user_n oni bai mai n yw eich rhif defnyddiwr
       models:
         user_mute:
@@ -73,7 +71,7 @@ cy:
       relation: Perthynas
       relation_member: Aelod Perthynol
       relation_tag: Tag Perthynas
-      report: Adrodd
+      report: Rhoi gwybod
       session: Sesiwn
       trace: Ôl
       tracepoint: Pwynt Olion
@@ -123,7 +121,7 @@ cy:
         longitude: Hydred
         public: Cyhoeddus
         description: Disgrifiad
-        gpx_file: Uwchlwytho Ffeil GPX
+        gpx_file: Dewiswch Ffeil Ôl GPS
         visibility: Gwelededd
         tagstring: Tagiau
       message:
@@ -135,7 +133,7 @@ cy:
         title: Teitl
         description: Disgrifiad
       report:
-        category: Dewiswch reswm dros eich adroddiad
+        category: Dewiswch reswm dros roi gwybod
         details: Rhowch mwy o fanylion am y broblem (gofynnol).
       user:
         auth_provider: Darparwr Ap
@@ -157,40 +155,45 @@ cy:
       trace:
         tagstring: defnyddiwch goma i wahaniaethu
       user_block:
+        reason: Y rheswm dros flocio'r defnyddiwr. Byddwch mor barchus a rhesymol
+          â phosibl, gan roi cymaint o fanylion ag y gallwch chi am y sefyllfa, gan
+          gofio y bydd eich neges yn weladwy gan y cyhoedd. Byddwch yn ymwybodol na
+          fydd pob defnyddiwr yn deall jargon y gymuned, felly ceisiwch ddefnyddio
+          termau cyffredinol.
         needs_view: Oes angen i'r defnyddiwr fewngofnodi cyn y bydd y bloc hwn yn
-          cael ei glirio?
+          cael ei ddirymu?
       user:
         new_email: (byth ei ddangos yn gyhoeddus)
   datetime:
     distance_in_words_ago:
       about_x_hours:
         zero: '%{count} awr yn ôl'
-        one: tua %{count} awr yn ôl
+        one: tuag %{count} awr yn ôl
         two: tua %{count} awr yn ôl
         few: tua %{count} awr yn ôl
         many: tua %{count} awr yn ôl
         other: tua %{count} awr yn ôl
       about_x_months:
         zero: tua %{count} mis yn ôl
-        one: tua %{count} mis yn ôl
+        one: tuag %{count} mis yn ôl
         two: tua %{count} fis yn ôl
         few: tua %{count} mis yn ôl
         many: tua %{count} mis yn ôl
         other: tua %{count} mis yn ôl
       about_x_years:
-        zero: tua %{count} blynedd yn ôl
-        one: tuag %{count} blynedd yn ôl
+        zero: tua %{count} flwyddyn yn ôl
+        one: tua blwyddyn yn ôl
         two: tua %{count} flynedd yn ôl
-        few: tua %{count} blynedd yn ôl
-        many: tua %{count} blynedd yn ôl
+        few: tua %{count} mlynedd yn ôl
+        many: tua %{count} mlynedd yn ôl
         other: tua %{count} blynedd yn ôl
       almost_x_years:
-        zero: bron %{count} blynedd yn ôl
-        one: bron %{count} blynedd yn ôl
-        two: bron %{count} flynedd yn ôl
-        few: bron %{count} blynedd yn ôl
-        many: bron %{count} blynedd yn ôl
-        other: bron %{count} blynedd yn ôl
+        zero: bron %{count} flwyddyn yn ôl
+        one: bron i flwyddyn yn ôl
+        two: bron %{count} flynedd yn ôl
+        few: bron %{count} blynedd yn ôl
+        many: bron %{count} blynedd yn ôl
+        other: bron %{count} blynedd yn ôl
       half_a_minute: hanner munud yn ôl
       less_than_x_seconds:
         zero: llai nag eiliad yn ôl.
@@ -208,7 +211,7 @@ cy:
         other: llai na %{count} munud yn ôl.
       over_x_years:
         zero: dros %{count} blynedd yn ôl
-        one: dros %{count} blynedd yn ôl
+        one: dros flwyddyn yn ôl
         two: dros %{count} flynedd yn ôl
         few: dros %{count} blynedd yn ôl
         many: dros %{count} blynedd yn ôl
@@ -242,8 +245,8 @@ cy:
         many: '%{count} mis yn ôl'
         other: '%{count} mis yn ôl'
       x_years:
-        zero: '%{count} blynedd yn ôl'
-        one: '%{count} blynedd yn ôl'
+        zero: '%{count} flwyddyn yn ôl'
+        one: Blwyddyn yn ôl
         two: '%{count} flynedd yn ôl'
         few: '%{count} blynedd yn ôl'
         many: '%{count} blynedd yn ôl'
@@ -273,8 +276,8 @@ cy:
         commented_at_by_html: Diweddarwyd %{when} gan %{user}
         closed_at_html: Datryswyd %{when}
         closed_at_by_html: Datryswyd %{when} gan %{user}
-        reopened_at_html: Ailysgogwyd %{when}
-        reopened_at_by_html: Ailysgogwyd %{when} gan %{user}
+        reopened_at_html: Ailagorwyd %{when}
+        reopened_at_by_html: Ailagorwyd %{when} gan %{user}
       rss:
         title: Nodiadau OpenStreetMap
         description_all: Rhestr o nodiadau newydd, gyda sylwadau, neu wedi cau
@@ -284,7 +287,7 @@ cy:
         opened: Nodyn newydd (ger %{place})
         commented: Sylw newydd (ger %{place})
         closed: nodyn wedi'i gau (ger %{place})
-        reopened: nodyn wedi'i ailysgogi (ger %{place})
+        reopened: nodyn wedi'i ailagor (ger %{place})
       entry:
         comment: Sylw
         full: Nodyn llawn
@@ -293,7 +296,7 @@ cy:
       show:
         title: Dileu fy nghyfrif
         warning: Rhybudd! Mae'r broses dileu cyfrif yn derfynol, ac ni ellir ei gwrthdroi.
-        delete_account: Dileu cyfrif
+        delete_account: Dileu Cyfrif
         delete_introduction: 'Gallwch chi ddileu eich cyfrif OpenStreetMap gan ddefnyddio''r
           botwm isod. Nodwch y manylion canlynol:'
         delete_profile: Bydd eich gwybodaeth broffil, gan gynnwys eich afatar, disgrifiad
@@ -304,6 +307,8 @@ cy:
           yn cael eu cadw.
         retain_traces: Cedwir unrhyw olion rydych chi wedi uwchlwytho os ydynt yn
           bodoli.
+        retain_notes: Bydd eich nodiadau map a'ch sylwadau nodyn, os ydynt yn bodoli,
+          yn cael eu cadw ond wedi'u cuddio o'r cyhoedd.
         retain_changeset_discussions: Bydd eich trafodaethau grwpiau newid, os ydynt
           yn bodoli, yn cael eu cadw.
         retain_email: Bydd eich cyfeiriad e-bost yn cael ei gadw.
@@ -328,14 +333,24 @@ cy:
         not yet agreed: Nid ydych wedi cytuno â'r Telerau Cyfranwyr newydd eto.
         review link text: Dilynwch y ddolen hon i adolygu a derbyn y Telerau Cyfranwyr
           newydd.
+        agreed_with_pd: Rydych hefyd wedi datgan eich bod yn ystyried bod eich golygiadau
+          yn y Parth Cyhoeddus.
         link text: beth yw hwn?
       save changes button: Cadw newidiadau
-      delete_account: Dileu cyfrif...
+      delete_account: Dileu Cyfrif...
     go_public:
       heading: Golygu cyhoeddus
+      currently_not_public: Ar hyn o bryd mae eich golygiadau yn ddienw ac ni all
+        pobl anfon negeseuon atoch na gweld eich lleoliad. Er mwyn dangos beth wnaethoch
+        chi ei olygu a chaniatáu i bobl gysylltu â chi drwy'r wefan, cliciwch y botwm
+        isod.
       only_public_can_edit: Ers y newid yn fersiwn 0.6 yr API, dim ond defnyddwyr
         cyhoeddus all olygu data map.
       find_out_why: dyma pam
+      email_not_revealed: Ni fydd eich cyfeiriad e-bost yn cael ei ddatgelu wrth fod
+        yn gyhoeddus.
+      not_reversible: Ni ellir gwrthdroi'r weithred hon ac mae pob defnyddiwr newydd
+        bellach yn gyhoeddus yn ddiofyn.
       make_edits_public_button: Gwneud fy holl olygiadau yn gyhoeddus
     update:
       success: Diweddarwyd gwybodaeth defnyddiwr yn llwyddiannus.
@@ -423,7 +438,7 @@ cy:
         note: nod
     timeout:
       title: Gwall Goramser
-      sorry: Cymerodd yn rhy hir i adalw data math %{type} (gydag ID %{id})!
+      sorry: Sori, cymerodd yn rhy hir i adalw data math %{type} gyda'r id %{id}.
       type:
         node: nod
         way: llwybr
@@ -459,30 +474,45 @@ cy:
       introduction: Cliciwch ar y map i ddarganfod nodweddion gerllaw.
       nearby: Nodweddion gerllaw
       enclosing: Nodweddion amgáu
+  nodes:
+    timeout:
+      sorry: Sori, cymerodd yn rhy hir i adalw data'r nod gyda'r id %{id}.
   old_nodes:
     not_found:
       sorry: 'Sori, ni ellir canfod fersiwn %{version} o''r nod #%{id}.'
+    timeout:
+      sorry: Sori, cymerodd yn rhy hir i adalw hanes y nod gyda'r id %{id}.
+  ways:
+    timeout:
+      sorry: Sori, cymerodd yn rhy hir i adalw data'r llwybr gyda'r id %{id}.
   old_ways:
     not_found:
       sorry: 'Sori, ni ellir canfod fersiwn %{version} o lwybr #%{id}.'
+    timeout:
+      sorry: Sori, cymerodd yn rhy hir i adalw hanes y llwybr gyda'r id %{id}.
+  relations:
+    timeout:
+      sorry: Sori, cymerodd yn rhy hir i adalw data'r perthynas gyda'r id %{id}.
   old_relations:
     not_found:
       sorry: 'Sori, ni ellir canfod fersiwn %{version} o''r perthynas #%{id}.'
+    timeout:
+      sorry: Sori, cymerodd yn rhy hir i adalw hanes y perthynas gyda'r id %{id}.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Sylw newydd ar grŵp newid %{changeset_id} gan %{author}
+        commented_at_by_html: Diweddarwyd %{when} gan %{user}
+      show:
+        title_all: Trafodaeth grŵp newid OpenStreetMap
+        title_particular: Trafodaeth grŵp newid OpenStreetMap %{changeset_id}
+      timeout:
+        sorry: Sori, cymerodd yn rhy hir i adalw rhestr o sylwadau grŵp newid y gofynnoch
+          amdanynt.
   changesets:
-    changeset_paging_nav:
-      showing_page: Tudalen %{page}
-      next: Nesaf »
-      previous: « Blaenorol
     changeset:
-      anonymous: Dienw
       no_edits: (dim golygiadau)
       view_changeset_details: Gweld manylion y grŵp newid
-    changesets:
-      id: ID
-      saved_at: Cadwyd am
-      user: Defnyddiwr
-      comment: Sylw
-      area: Ardal
     index:
       title: Grwpiau newid
       title_user: Grwpiau newid gan %{user}
@@ -503,15 +533,18 @@ cy:
         closed: Caëwyd
         belongs_to: Awdur
     subscribe:
+      heading: Tanysgrifio i'r drafodaeth grŵp newid ganlynol?
       button: Tanysgrifio i drafodaeth
     unsubscribe:
+      heading: Dad-danysgrifio i'r drafodaeth grŵp newid ganlynol?
       button: Dad-danysgrifio o'r drafodaeth
     heading:
       title: Grŵp newid %{id}
       created_by_html: Crëwyd gan %{link_user} ar %{created}.
     no_such_entry:
-      title: Dim grŵp newid o'r fath
       heading: 'Dim cofnod gyda''r id: %{id}'
+      body: Mae'n ddrwg gennym, nid oes grŵp newid gyda'r id %{id}. Gwiriwch eich
+        sillafu, neu efallai bod y ddolen rydych chi wedi ei chlicio arni'n anghywir.
     show:
       title: 'Grŵp newid: %{id}'
       created: 'Crëwyd: %{when}'
@@ -543,15 +576,6 @@ cy:
     timeout:
       sorry: Mae'n ddrwg gennym, cymerodd y rhestr o grwpiau newid y gofynnoch amdanynt
         rhy hir i'w hadalw.
-  changeset_comments:
-    comment:
-      comment: Sylw newydd ar grŵp newid %{changeset_id} gan %{author}
-      commented_at_by_html: Diweddarwyd %{when} gan %{user}
-    comments:
-      comment: Sylw newydd ar grŵp newid %{changeset_id} gan %{author}
-    index:
-      title_all: Trafodaeth Grŵp Newid OpenStreetMap
-      title_particular: Trafodaeth grŵp newid OpenStreetMap %{changeset_id}
   dashboards:
     contact:
       km away: '%{count}km i ffwrdd'
@@ -592,8 +616,6 @@ cy:
       no_entries: Dim cofnodion dyddiadur
     page:
       recent_entries: Cofnodion dyddiadur diweddar
-      older_entries: Cofnodion Hŷn
-      newer_entries: Confodion Diweddarach
     edit:
       title: Golygu Cofnod Dyddiadur
       marker_text: Lleoliad cofnod dyddiadur
@@ -629,17 +651,15 @@ cy:
       hide_link: Cuddio'r cofnod hwn
       unhide_link: Datguddio'r cofnod hwn
       confirm: Cadarnhau
-      report: Adrodd y cofnod hwn
+      report: Rhoi gwybod am y cofnod hwn
     diary_comment:
       comment_from_html: Sylwadau gan %{link_user} ar %{comment_created_at}
       hide_link: Cuddio'r sylw hwn
       unhide_link: Datguddio'r sylw hwn
       confirm: Cadarnhau
-      report: Adrodd y sylw hwn
+      report: Rhoi gwybod am y sylw hwn
     location:
       location: 'Lleoliad:'
-      view: Gweld
-      edit: Golygu
     feed:
       user:
         title: Cofnodion dyddiadur OpenStreetMap ar gyfer %{user}
@@ -652,6 +672,7 @@ cy:
         title: Cofnodion dyddiadur OpenStreetMap
         description: Cofnodion dyddiadur diweddar gan ddefnyddwyr OpenStreetMap
     subscribe:
+      heading: Tanysgrifio i'r drafodaeth cofnod dyddiadur ganlynol?
       button: Tanysgrifio i drafodaeth
     unsubscribe:
       heading: Dad-danysgrifio o'r drafodaeth cofnod dyddiadur ganlynol?
@@ -666,8 +687,6 @@ cy:
       post: Post
       when: Pryd
       comment: Sylw
-      newer_comments: Sylwadau Diweddarach
-      older_comments: Sylwadau Hŷn
   doorkeeper:
     flash:
       applications:
@@ -724,7 +743,6 @@ cy:
   geocoder:
     search:
       title:
-        results_from_html: Canlyniadau o %{results_link}
         latlon: Mewnol
     search_osm_nominatim:
       prefix:
@@ -750,8 +768,8 @@ cy:
           navigationaid: Cymorth Cyfeiriadu Hedfan
           parking_position: Lle Parcio
           runway: Rhedfa Awyr
-          taxilane: Safle Tacsis
-          taxiway: Safle tacsi
+          taxilane: Tacsiffordd
+          taxiway: Tacsiffordd
           terminal: Terfynell Maes Awyr
           windsock: Hosan Wynt
         amenity:
@@ -793,7 +811,7 @@ cy:
           driving_school: Ysgol Yrru
           embassy: Llysgenhadaeth
           events_venue: Lleoliad Digwyddiadau
-          fast_food: Bwyd Parod
+          fast_food: Bwyd Brys
           ferry_terminal: Terfynell Fferi
           fire_station: Gorsaf Dân
           food_court: Cwrt Fwydydd
@@ -892,7 +910,7 @@ cy:
           cowshed: Beudy
           detached: Tŷ Datgysylltiedig
           dormitory: Dorm
-          duplex: Tŷ Deublyg
+          duplex: Tŷ Pâr
           farm: Ffermdy
           farm_auxiliary: Tŷ Fferm Ategol
           garage: Garej
@@ -902,7 +920,7 @@ cy:
           hospital: Adeilad Ysbyty
           hotel: Adeilad Gwesty
           house: Tŷ
-          houseboat: Cwch preswyl
+          houseboat: Cwch Preswyl
           hut: Cwt
           industrial: Adeilad Diwydiannol
           kindergarten: Adeilad Meithrinfa
@@ -910,7 +928,7 @@ cy:
           office: Adeilad Swyddfa
           public: Adeilad Cyhoeddus
           residential: Adeilad Preswyl
-          retail: Adeilad Adwerthu
+          retail: Adeilad Manwerthu
           roof: To
           ruins: Adeilad Adfeiliedig
           school: Adeilad Ysgol
@@ -1032,7 +1050,7 @@ cy:
           castle: Castell
           charcoal_pile: Pentwr Siarcol Hanesyddol
           church: Eglwys
-          city_gate: Gat y Ddinas
+          city_gate: Gât y Ddinas
           citywalls: Waliau Ddinas
           fort: Caer
           heritage: Safle Dreftadaeth
@@ -1075,10 +1093,10 @@ cy:
           greenfield: Glastir
           industrial: Ardal Ddiwydiannol
           landfill: Safle Tirlenwi
-          meadow: Dôl
-          military: Ardal Milwrol
+          meadow: Gwaun
+          military: Ardal Filwrol
           mine: Mwynglawdd
-          orchard: Berllan
+          orchard: Perllan
           plant_nursery: Meithrinfa Blanhigion
           quarry: Chwarel
           railway: Rheilffordd
@@ -1087,7 +1105,7 @@ cy:
           reservoir: Cronfa Ddŵr
           reservoir_watershed: Gwahanfa Ddŵr
           residential: Ardal Breswyl
-          retail: Parc Adwerthu
+          retail: Ardal Fanwerthu
           village_green: Llain Pentref
           vineyard: Gwinllan
           "yes": Defnydd Tir
@@ -1233,7 +1251,7 @@ cy:
           tree: Coeden
           tree_row: Rhes o Goed
           tundra: Twndra
-          valley: Dyffryn
+          valley: Dyffryn / Cwm
           volcano: Llosgfynydd
           water: Dŵr
           wetland: Gwlyptir
@@ -1250,7 +1268,7 @@ cy:
           educational_institution: Sefydliad Addysgol
           employment_agency: Asiantaeth Cyflogi
           energy_supplier: Swyddfa Gyflenwr Ynni
-          estate_agent: Gwerthwr Tai
+          estate_agent: Asiant Eiddo
           financial: Swyddfa Gyllid
           government: Swyddfa Llywodraeth
           insurance: Swyddfa Yswiriant
@@ -1342,7 +1360,7 @@ cy:
           butcher: Cigydd
           car: Siop Geir
           car_parts: Rhannau Ceir
-          car_repair: Trwsio Ceir
+          car_repair: Gweithdy Atgyweirio Ceir
           carpet: Siop Garpedi
           charity: Siop Elusen
           cheese: Siop Gaws
@@ -1366,7 +1384,7 @@ cy:
           e-cigarette: Siop E-Sigaréts
           electronics: Siop Electroneg
           erotic: Siop Erotig
-          estate_agent: Gwerthwr Tai
+          estate_agent: Asiant Eiddo
           fabric: Siop Ddeunydd
           farm: Siop Fferm
           fashion: Siop Ffasiwn
@@ -1486,7 +1504,7 @@ cy:
           wadi: Sychnant
           waterfall: Rheadr
           weir: Cored
-          "yes": Dyfrffyrdd
+          "yes": Dyfrffordd
       admin_levels:
         level2: Ffin Gwledydd
         level3: Ffin Rhanbarth
@@ -1498,29 +1516,31 @@ cy:
         level9: Ffin Pentref
         level10: Ffin Maesdref
         level11: Ffin Cymdogaeth
-      types:
-        cities: Dinasoedd
-        towns: Trefi
-        places: Lleoedd
     results:
       no_results: Dim canlyniadau
-      more_results: Mwy o ganlyniadau
+      more_results: Rhagor o ganlyniadau
   issues:
     index:
       title: Gwallau
-      select_status: Dewis statws
-      select_type: Dewis math
-      reported_user: Defnyddiwr ag adroddwyd
+      select_status: Dewis Statws
+      select_type: Dewis Math
+      select_last_updated_by: Dewiswch Diweddarwyd Diwethaf Gan
+      reported_user: Defnyddiwr a roddwyd gwybod
       not_updated: Heb ei Ddiweddaru
       search: Chwilio
       search_guidance: 'Chwilio Gwallau:'
+      states:
+        ignored: Anwybyddwyd
+        open: Agor
+        resolved: Datryswyd
+    page:
       user_not_found: Nid yw'r defnyddiwr yn bodoli
       issues_not_found: Ni chanfuwyd unrhyw faterion o'r fath
+      reported_user: Defnyddiwr a roddwyd gwybod
       status: Statws
       reports: Adroddiadau
       last_updated: Diweddarwyd ddiwethaf
       last_updated_time_ago_user_html: '%{time_ago} gan %{user}'
-      link_to_reports: Gweld adroddiadau
       reports_count:
         zero: '%{count} Adroddiad'
         one: '%{count} Adroddiad'
@@ -1528,11 +1548,11 @@ cy:
         few: '%{count} Adroddiad'
         many: '%{count} Adroddiad'
         other: '%{count} Adroddiad'
-      reported_item: Eitem ag adroddwyd
+      reported_item: Eitem a roddwyd gwybod
       states:
         ignored: Anwybyddwyd
-        open: Agor
-        resolved: Datryswyd
+        open: Agored
+        resolved: Wedi datrys
     show:
       title: '%{status} Gwall #%{issue_id}'
       reports:
@@ -1543,7 +1563,7 @@ cy:
         many: '%{count} adroddiad'
         other: '%{count} adroddiad'
       no_reports: Dim adroddiadau
-      report_created_at_html: Adroddwyd gyntaf am %{datetime}
+      report_created_at_html: Rhoddwyd gwybod gyntaf am %{datetime}
       last_resolved_at_html: Datryswyd ddiwethaf am %{datetime}
       last_updated_at_html: Diweddarwyd ddiwethaf am %{datetime} gan %{displayname}
       resolve: Datrys
@@ -1552,7 +1572,15 @@ cy:
       reports_of_this_issue: Adroddiadau o'r Mater hwn
       read_reports: Darllen Adroddiadau
       new_reports: Adroddiadau Newydd
+      other_issues_against_this_user: Materion eraill yn erbyn y defnyddiwr hwn
+      no_other_issues: Dim materion eraill yn erbyn y defnyddiwr hwn.
       comments_on_this_issue: Sylwadau ar y mater hwn
+    resolve:
+      resolved: Mae statws y mater wedi'i osod i 'Datrys'
+    ignore:
+      ignored: Mae statws y mater wedi'i osod i 'Anwybyddwyd'
+    reopen:
+      reopened: Mae statws y mater wedi'i osod i 'Agored'
     comments:
       comment_from_html: Sylw gan %{user_link} ar %{comment_created_at}
       reassign_param: Ailbennu'r Mater?
@@ -1565,14 +1593,15 @@ cy:
   issue_comments:
     create:
       comment_created: Postiwyd eich sylw yn llwyddiannus
+      issue_reassigned: Crëwyd eich sylw a chafodd y mater ei ailbennu
   reports:
     new:
-      title_html: Adrodd %{link}
+      title_html: Rhoi gwybod am %{link}
       missing_params: Ni ellir creu adroddiad newydd
       disclaimer:
-        intro: 'Cyn anfon eich adroddiad at gymedrolwyr y safle, sicrhewch:'
+        intro: 'Cyn i chi roi gwybod i gymedrolwyr y safle, gwnewch yn siŵr:'
         not_just_mistake: Eich bod chi'n siŵr nad yw'r broblem yn gamgymeriad
-        unable_to_fix: Nid ydych chi'n gallu datrys y broblem eich hun neu gyda chymorth
+        unable_to_fix: Nad ydych chi'n gallu datrys y broblem eich hun neu gyda chymorth
           y gymuned
         resolve_with_user: Eich bod chi eisoes wedi ceisio datrys y broblem gyda'r
           defnyddiwr dan sylw
@@ -1613,18 +1642,14 @@ cy:
     history: Hanes
     export: Allforio
     issues: Problemau
-    data: Data
-    export_data: Allforio data
     gps_traces: Olion GPS
-    gps_traces_tooltip: Rheoli Amlinellau GPS
     user_diaries: Dyddiaduron
-    user_diaries_tooltip: Gweld dyddiaduron defnyddwyr
     edit_with: Golygu gyda %{editor}
-    tag_line: Y Map Wici Rhydd o'r Byd
     intro_header: Croeso i OpenStreetMap!
     intro_text: Mae OpenStreetMap yn fap o'r byd, wedi'i greu gan bobl fel chi ac
       sydd ar gael i'w ddefnyddio am ddim a dan drwydded rydd.
-    intro_2_create_account: Creu cyfrif defnyddiwr
+    hosting_partners_2024_html: Cefnogir y gynhaliaeth gan %{fastly}, %{corpmembers},
+      a %{partners} eraill.
     partners_fastly: Fastly
     partners_corpmembers: Aelodau corfforaethol OSMF
     partners_partners: phartneriaid
@@ -1634,17 +1659,10 @@ cy:
     osm_read_only: Nid yw'n bosib golygu cronfa ddata OpenStreetMap ar hyn o bryd
       tra bod gwaith cynnal a chadw hanfodol yn digwydd.
     nothing_to_preview: Dim rhagolwg.
-    donate: Cefnogwch OpenStreetMap gan %{link} i'r Gronfa Uwchraddio Caledwedd.
     help: Cymorth
     about: Ynghylch
     copyright: Hawlfraint
     communities: Cymunedau
-    community: Cymuned
-    community_blogs: Blogiau'r Gymuned
-    community_blogs_title: Blogiau gan aelodau cymuned OpenStreetMap
-    make_a_donation:
-      title: Cefnogwch OpenStreetMap gyda rhodd ariannol
-      text: Rhoi arian
     learn_more: Dysgu Mwy
     more: Mwy
   user_mailer:
@@ -1657,6 +1675,14 @@ cy:
     message_notification:
       subject: '[OpenStreetMap] %{message_title}'
       hi: Helo %{to_user},
+      header: 'Anfonodd %{from_user} neges atoch chi trwy OpenStreetMap gyda''r pwnc
+        %{subject}:'
+      header_html: 'Anfonodd %{from_user} neges atoch chi trwy OpenStreetMap gyda''r
+        pwnc %{subject}:'
+      footer: Gallwch hefyd ddarllen y neges yn %{readurl} a gallwch anfon neges at
+        yr awdur yn %{replyurl}
+      footer_html: Gallwch hefyd ddarllen y neges yn %{readurl} a gallwch anfon neges
+        at yr awdur yn %{replyurl}
     friendship_notification:
       hi: Helo %{to_user},
       subject: '[OpenStreetMap] Ychwanegodd %{user} chi fel ffrind'
@@ -1666,17 +1692,20 @@ cy:
       befriend_them: Gallwch hefyd eu hychwanegu fel ffrind ar %{befriendurl}.
       befriend_them_html: Gallwch hefyd eu hychwanegu fel ffrind ar %{befriendurl}.
     gpx_description:
-      description_with_tags: 'Mae''n edrych fel eich ffeil GPX %{trace_name} gyda''r
+      description_with_tags: 'Mae''n edrych fel eich ffeil %{trace_name} gyda''r disgrifiad
+        %{trace_description} a''r tagiau canlynol: %{tags}'
+      description_with_tags_html: 'Mae''n edrych fel eich ffeil %{trace_name} gyda''r
         disgrifiad %{trace_description} a''r tagiau canlynol: %{tags}'
-      description_with_tags_html: 'Mae''n edrych fel eich ffeil GPX %{trace_name}
-        gyda''r disgrifiad %{trace_description} a''r tagiau canlynol: %{tags}'
-      description_with_no_tags: Mae'n edrych fel eich ffeil GPX %{trace_name} gyda'r
+      description_with_no_tags: Mae'n edrych fel eich ffeil %{trace_name} gyda'r disgrifiad
+        %{trace_description} a dim tagiau
+      description_with_no_tags_html: Mae'n edrych fel eich ffeil %{trace_name} gyda'r
         disgrifiad %{trace_description} a dim tagiau
-      description_with_no_tags_html: Mae'n edrych fel eich ffeil GPX %{trace_name}
-        gyda'r disgrifiad %{trace_description} a dim tagiau
     gpx_failure:
       hi: Helo %{to_user},
-      failed_to_import: 'methwyd â mewnforio. Dyma''r gwall:'
+      failed_to_import: 'methwyd â mewnforio fel ffeil trac GPS. Gwnewch yn siŵr bod
+        eich ffeil yn ffeil GPX dilys neu''n archif sy''n cynnwys ffeil(iau) GPX mewn
+        fformat a gefnogir (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2). A allai
+        fod problem gyda''r fformat neu''r gystrawen? Dyma''r gwall mewnforio:'
       subject: '[OpenStreetMap] Methiant Mewnforio GPX'
     gpx_success:
       hi: Helo %{to_user},
@@ -1706,6 +1735,8 @@ cy:
     lost_password:
       subject: '[OpenStreetMap] Cais ailosod cyfrinair'
       greeting: Helo,
+      hopefully_you: Mae rhywun (chi o bosib) wedi gofyn i'r cyfrinair gael ei ailosod
+        ar gyfrif openstreetmap.org y cyfeiriad e-bost hwn.
       click_the_link: Os mai chi yw hwn, cliciwch ar y ddolen isod i ailosod eich
         cyfrinair.
     note_comment_notification:
@@ -1725,18 +1756,25 @@ cy:
           chi ddiddordeb ynddo'
         your_note: Datrysodd %{commenter} un o'ch nodiadau map ger %{place}.
         your_note_html: Datrysodd %{commenter} un o'ch nodiadau map ger %{place}.
+        commented_note: Mae %{commenter} wedi datrys nodyn map rydych chi wedi gwneud
+          sylw arno. Mae'r nodyn yn agos i %{place}.
+        commented_note_html: Mae %{commenter} wedi datrys nodyn map rydych chi wedi
+          gwneud sylw arno. Mae'r nodyn yn agos i %{place}.
       reopened:
-        subject_own: '[OpenStreetMap] Ailysgogodd %{commenter} un o''ch nodiadau'
-        subject_other: '[OpenStreetMap] Ailysgogodd %{commenter} nodyn y mae gennych
-          ddiddordeb ynddo'
-        your_note: Ailysgogodd %{commenter} un o'ch nodiadau map ger %{place}.
-        your_note_html: Ailysgogodd %{commenter} un o'ch nodiadau map ger %{place}.
+        subject_own: '[OpenStreetMap] Gwnaeth %{commenter} ail agor un o''ch nodiadau'
+        subject_other: '[OpenStreetMap] Gwnaeth %{commenter} ail agor nodyn y mae
+          gennych ddiddordeb ynddo'
+        your_note: Gwnaeth %{commenter} ail agor un o'ch nodiadau map ger %{place}.
+        your_note_html: Gwnaeth %{commenter} ail agor un o'ch nodiadau map ger %{place}.
+        commented_note: Gwnaeth %{commenter} ail agor nodyn map rydych chi wedi gwneud
+          sylw arno. Mae'r nodyn yn agos i %{place}.
+        commented_note_html: Gwnaeth %{commenter} ail agor nodyn map rydych chi wedi
+          gwneud sylw arno. Mae'r nodyn yn agos i %{place}.
       details: 'Ateb neu ddysgu mwy am y nodyn: %{url}.'
       details_html: 'Ateb neu ddysgu mwy am y nodyn: %{url}.'
     changeset_comment_notification:
       description: 'Grŵp newid OpenStreetMap #%{id}'
       hi: Helo %{to_user},
-      greeting: Helo,
       commented:
         subject_own: '[OpenStreetMap] Gwnaeth %{commenter} sylw ar un o''ch grwpiau
           newid'
@@ -1750,6 +1788,10 @@ cy:
         partial_changeset_without_comment: dim sylw
       details: 'Ateb neu ddysgu mwy am y grŵp newid: %{url}.'
       details_html: 'Ateb neu ddysgu mwy am y grŵp newid: %{url}.'
+      unsubscribe: Gallwch ddad-danysgrifio o ddiweddariadau i'r grŵp newid hwn yn
+        %{url}.
+      unsubscribe_html: Gallwch ddad-danysgrifio o ddiweddariadau i'r grŵp newid hwn
+        yn %{url}.
   confirmations:
     confirm:
       heading: Gwiriwch eich e-byst!
@@ -1791,7 +1833,7 @@ cy:
         â'r %{people_mapping_nearby_link}?
       people_mapping_nearby: pobl yn mapio gerllaw
     messages_table:
-      from: Gan
+      from: O
       to: I
       subject: Pwnc
       date: Dyddiad
@@ -1799,7 +1841,6 @@ cy:
     message_summary:
       unread_button: Marcio fel heb ei ddarllen
       read_button: Marcio fel wedi'i ddarllen
-      reply_button: Ateb
       destroy_button: Dileu
       unmute_button: Symud i'r Mewnflwch
     new:
@@ -1816,7 +1857,6 @@ cy:
       body: Sori, nid oes neges gyda'r id yno.
     outbox:
       title: Blwch Allan
-      actions: Gweithredoedd
       messages:
         one: Mae gennych %{count} neges wedi ei anfon
         other: Mae gennych %{count} neges wedi eu hanfon
@@ -1825,6 +1865,13 @@ cy:
       people_mapping_nearby: pobl yn mapio gerllaw
     muted:
       title: Negeseuon ag Anwybyddwyd
+      messages:
+        zero: '%{count} neges wedi''i anwybyddu'
+        one: '%{count} neges wedi''i anwybyddu'
+        two: Mae gennych %{count} neges wedi'i anwybyddu
+        few: Mae gennych %{count} neges wedi'i anwybyddu
+        many: Mae gennych %{count} neges wedi'i anwybyddu
+        other: Mae gennych %{count} neges wedi'i anwybyddu
     show:
       title: Darllen neges
       reply_button: Ateb
@@ -1854,8 +1901,10 @@ cy:
       title: Ailosod cyfrinair
       heading: Ailosod cyfrinair ar gyfer %{user}
       reset: Ailosod cyfrinair
+      flash token bad: Methu dod o hyd i'r tocyn hwnnw, gwiriwch yr URL?
     update:
       flash changed: Mae eich cyfrinair wedi'i newid.
+      flash token bad: Methu dod o hyd i'r tocyn hwnnw, gwiriwch yr URL?
   preferences:
     show:
       title: Dewisiadau
@@ -1888,6 +1937,8 @@ cy:
       image size hint: (delweddau sgwâr o leiaf 100x100 yw'r gorau)
       home location: Lleoliad Cartref
       no home location: Nid ydych wedi gosod eich lleoliad cartref.
+      update home location on click: Diweddaru lleoliad cartref pan fyddaf yn clicio
+        ar y map?
       show: Dangos
       delete: Dileu
       undelete: Dadwneud dileu
@@ -1896,7 +1947,6 @@ cy:
       failure: Ni ellir diweddaru'r proffil.
   sessions:
     new:
-      title: Mewngofnodi
       tab_title: Mewngofnodi
       login_to_authorize_html: Mewngofnodwch i OpenStreetMap i gael mynediad i %{client_app_name}.
       email or username: Cyfeiriad E-Bost neu Enw Defnyddiwr
@@ -1904,7 +1954,6 @@ cy:
       remember: Cofiwch fi
       lost password link: Wedi anghofio eich cyfrinair?
       login_button: Mewngofnodi
-      register now: Cofrestru nawr
       with external: neu fewngofnodi gyda thrydydd parti
       or: neu
       auth failure: Mae'n ddrwg gennym, ni ellir mewngofnodi gyda'r manylion hynny.
@@ -1937,17 +1986,42 @@ cy:
       edit: Golygu
       preview: Rhagolwg
       help: Cymorth
+    pagination:
+      diary_comments:
+        older: Sylwadau Hŷn
+        newer: Sylwadau Diweddarach
+      diary_entries:
+        older: Cofnodion Hŷn
+        newer: Confodion Diweddarach
+      issues:
+        older: Materion Hŷn
+        newer: Materion Newydd
+      traces:
+        older: Olion Hŷn
+        newer: Olion Diweddarach
+      user_blocks:
+        older: Blociau Hŷn
+        newer: Blociau Diweddarach
+      users:
+        older: Defnyddwyr Hŷn
+        newer: Defnyddwyr Newydd
   site:
     about:
-      next: Nesaf
       heading_html: '%{copyright}Cyfranwyr %{br} OpenStreetMap'
       used_by_html: Mae %{name} yn darparu data map ar gyfer miloedd o wefannau, apiau
         symudol a dyfeisiau caledwedd
+      lede_text: Mae OpenStreetMap yn cael ei greu gan gymuned o fapwyr sy'n cyfrannu
+        ac yn cynnal a chadw data am ffyrdd, llwybrau, caffis, gorsafoedd trenau,
+        a llawer mwy ledled y byd.
       local_knowledge_title: Gwybodaeth Leol
       local_knowledge_html: Mae OpenStreetMap yn rhoi pwyslais ar wybodaeth leol.
         Mae cyfranwyr yn defnyddio delweddaeth o'r awyr, dyfeisiau GPS, a mapiau maes
         technoleg isel i wirio bod OSM yn gywir ac yn gyfredol.
       community_driven_title: Gwaith y Gymuned
+      community_driven_1_html: |-
+        Mae cymuned OpenStreetMap yn amrywiol, yn angerddol, ac yn tyfu bob dydd.
+        Mae ein cyfranwyr yn cynnwys mapwyr brwdfrydig, gweithwyr profesiynol GIS, peirianwyr sy'n rhedeg y gweinyddion OSM, gwirfoddolwyr dyngarol sy'n mapio ardaloedd wedi'u heffeithio gan drychinebau, a llawer mwy.
+        Er mwyn dysgu rhagor am y gymuned, gweler %{osm_blog_link}, %{user_diaries_link}, %{community_blogs_link} a gwefan %{osm_foundation_link}.
       community_driven_osm_blog: Blog OpenStreetMap
       community_driven_user_diaries: dyddiaduron defnyddwyr
       community_driven_community_blogs: blogiau cymunedol
@@ -1961,35 +2035,45 @@ cy:
         ddosbarthu'r canlyniad
         o dan yr un drwydded yn unig. Gweler y %{copyright_license_link} am fanylion.
       open_data_open_data: ddata agored
-      open_data_copyright_license: Dudalen Hawlfraint a Thrwydded
+      open_data_copyright_license: dudalen Hawlfraint a Thrwydded
       legal_title: Cyfreithiol
       legal_1_1_openstreetmap_foundation: OpenStreetMap Foundation
       legal_1_1_terms_of_use: Telerau Gwasanaeth
       legal_1_1_aup: Polisïau Defnydd Derbyniol
       legal_1_1_privacy_policy: Polisi Preifatrwydd
-      legal_2_1_html: Cysylltwch â'r %{contact_the_osmf_link} os oes gennych chi gwestiynau
-        am drwydded, hawlfraint neu gwestiynau cyfreithiol eraill.
-      legal_2_1_contact_the_osmf: cysylltwch â'r OSMF
+      legal_2_1_html: '%{contact_the_osmf_link} os oes gennych gwestiynau am drwydded,
+        hawlfraint neu gwestiynau cyfreithiol eraill.'
+      legal_2_1_contact_the_osmf: Cysylltwch â'r OSMF
+      legal_2_2_html: Mae OpenStreetMap, y logo chwyddwydr a "State of the Map" yn
+        %{registered_trademarks_link}.
       legal_2_2_registered_trademarks: nodau masnach cofrestredig yr OSMF
       partners_title: Partneriaid
     copyright:
       title: Hawlfraint a Thrwydded
       foreign:
         title: Ynglŷn â'r cyfieithiad hwn
-        html: Mewn achos o wrthdaro rhwng y dudalen hon a gyfieithwyd a %{english_original_link},
-          y dudalen Saesneg fydd yn cael blaenoriaeth
-        english_link: y Saesneg gwreiddiol
+        html: Mewn achos o wrthdaro rhwng y dudalen hon a gyfieithwyd a%{english_original_link},
+          bydd y dudalen Saesneg yn cael blaenoriaeth
+        english_link: '''r gwreiddiol yn Saesneg'
       native:
         title: Ynglŷn â'r dudalen hon
+        html: Rydych chi'n darllen fersiwn Saesneg y dudalen hawlfraint. Gallwch fynd
+          yn ôl i %{native_link} y dudalen hon, neu allwch stopio darllen am hawlfraint
+          a %{mapping_link}.
         native_link: fersiwn Cymraeg
         mapping_link: dechrau mapio
       legal_babble:
-        introduction_1_open_data: data agored
+        introduction_1_html: Mae OpenStreetMap%{registered_trademark_link} yn %{open_data},
+          wedi'i drwyddedu o dan y %{odc_odbl_link} (ODbL) gan %{osm_foundation_link}
+          (OSMF).
+        introduction_1_open_data: ddata agored
         introduction_1_odc_odbl: Open Data Commons Open Database License
-        introduction_1_osm_foundation: OpenStreetMap Foundation
-        introduction_2_html: |-
-          Rydych yn rhydd i gopïo, dosbarthu, trosglwyddo ac addasu ein data, cyn belled â'ch bod yn cydnabod OpenStreetMap a'i
-          gyfranwyr. Os ydych chi'n newid neu'n adeiladu ar ein data, dim ond o dan yr un drwydded y cewch chi ddosbarthu eich canlyniad. Mae'r %{legal_code_link} llawn yn esbonio eich hawliau a'ch cyfrifoldebau.
+        introduction_1_osm_foundation: Sefydliad OpenStreetMap
+        introduction_2_html: Rydych yn rhydd i gopïo, dosbarthu, trosglwyddo ac addasu
+          ein data, cyn belled â'ch bod yn cydnabod OpenStreetMap a'i gyfranwyr. Os
+          ydych yn newid neu'n adeiladu ar ein data, dim ond o dan yr un drwydded
+          y cewch ddosbarthu eich canlyniad. Mae'r %{legal_code_link} llawn yn esbonio
+          eich hawliau a'ch cyfrifoldebau.
         introduction_2_legal_code: cod cyfreithiol
         introduction_3_html: Mae ein dogfennaeth wedi'i thrwyddedu o dan drwydded
           %{creative_commons_link} (CC BY-SA 2.0).
@@ -1997,7 +2081,7 @@ cy:
         credit_title_html: Sut i gydnabod OpenStreetMap
         credit_1_html: 'Pan fyddwch yn defnyddio data OpenStreetMap, mae rhaid i chi
           wneud y ddau beth canlynol:'
-        credit_2_1: Rhoi cydnabyddiaeth i OpenStreetMap trwy arddangos ein hysbysiad
+        credit_2_1: Rhoi cydnabyddiaeth i OpenStreetMap drwy arddangos ein hysbysiad
           hawlfraint.
         credit_2_2: Gwnewch yn glir bod y data ar gael o dan y Drwydded Cronfa Ddata
           Agored.
@@ -2005,58 +2089,122 @@ cy:
           Ar gyfer yr hysbysiad hawlfraint, mae gennym ofynion gwahanol o ran sut y dylid ei arddangos, yn dibynnu ar sut rydych yn defnyddio ein data. Er enghraifft, mae rheolau
           gwahanol yn berthnasol ar sut i ddangos yr hysbysiad hawlfraint yn dibynnu a ydych wedi creu map pori, map printiedig neu ddelwedd statig. Ceir manylion llawn am y gofynion yn y %{attribution_guidelines_link}.
         credit_3_attribution_guidelines: Canllawiau Priodoli
-        credit_4_1_this_copyright_page: y dudalen hawlfraint hon
+        credit_4_1_html: "Er mwyn gwneud yn glir bod y data ar gael o dan y Drwydded
+          Cronfa Ddata Agored, gallwch roi dolen i'r %{this_copyright_page_link}.\nFel
+          arall, ac fel gofyniad os ydych yn dosbarthu OSM ar ffurf data\n, gallwch
+          enwi a chysylltu'n uniongyrchol â'r drwydded(au). Yn y cyfryngau\nlle nad
+          yw dolenni'n bosibl (e.e. gweithiau printiedig), rydym yn awgrymu eich bod
+          yn cyfeirio eich darllenwyr at openstreetmap.org (efallai drwy ehangu\n'OpenStreetMap'
+          i'r cyfeiriad llawn hwn) ac at opendatacommons.org. \nYn yr enghraifft hon,
+          mae'r cydnabyddiaeth yn ymddangos yng nghornel y map."
+        credit_4_1_this_copyright_page: dudalen hawlfraint hon
         attribution_example:
           alt: Enghraifft o sut i briodoli OpenStreetMap ar dudalen we
-          title: Enghraifft o gydnabyddiaeth
-        more_title_html: Darganfod rhagor
-        more_1_1_osmf_licence_page: Tudalen Trwydded OSMF
+          title: Enghraifft o briodoli
+        more_title_html: Dysgu rhagor
+        more_1_1_html: Gallwch ddysgu mwy am ddefnyddio ein data a sut i roi gydnabyddiaeth
+          i ni ar %{osmf_licence_page_link}
+        more_1_1_osmf_licence_page: dudalen Drwydded yr OSMF
+        more_2_1_html: |-
+          Er mai data agored yw OpenStreetMap, ni allwn ddarparu API map am ddim ar gyfer defnyddwyr trydydd parti.
+          Gweler ein %{api_usage_policy_link}, %{tile_usage_policy_link} a %{nominatim_usage_policy_link}.
         more_2_1_api_usage_policy: Polisi Defnydd API
         more_2_1_tile_usage_policy: Polisi Defnydd Teils
         more_2_1_nominatim_usage_policy: Polisi Defnydd Nominatim
         contributors_title_html: Ein cyfranwyr
+        contributors_intro_html: |-
+          Mae ein cyfranwyr yn filoedd o unigolion. Rydym hefyd yn cynnwys
+          data sydd wedi'i drwyddedu'n agored gan asiantaethau mapio cenedlaethol
+          a ffynonellau eraill, gan gynnwys:
+        contributors_at_credit_html: '%{austria}: Yn cynnwys data gan %{stadt_wien_link}
+          (o dan %{cc_by_link}), %{land_vorarlberg_link}, a Land Tirol (o dan %{cc_by_at_with_amendments_link}).'
         contributors_at_austria: Awstria
         contributors_at_stadt_wien: Stadt Wien
         contributors_at_cc_by: CC BY
         contributors_at_land_vorarlberg: Land Vorarlberg
         contributors_at_cc_by_at_with_amendments: CC BY AT gyda diwygiadau
+        contributors_au_credit_html: '%{australia}: Yn ymgorffori neu''n datblygu
+          gan ddefnyddio Ffiniau Gweinyddol &copy; %{geoscape_australia_link} wedi''i
+          drwyddedu gan Gymanwlad Awstralia o dan %{cc_licence_link}.'
         contributors_au_australia: Awstralia
         contributors_au_geoscape_australia: Geoscape Australia
         contributors_au_cc_licence: Trwydded Creative Commons Attribution 4.0 International
           (CC BY 4.0)
+        contributors_ca_credit_html: '%{canada}: Yn cynnwys data gan GeoBase&reg;,
+          GeoGratis  (&copy; Adran Adnoddau Naturiol Canada), CanVec (&copy; Adran
+          Adnoddau Naturiol Canada), a StatCan (Adran Ddaearyddiaeth, Ystadegau Canada).'
         contributors_ca_canada: Canada
+        contributors_cz_credit_html: '%{czechia}: Yn cynnwys data gan Weinyddiaeth
+          y Wladwriaeth Tirfesur a Pharseli Tir wedi''i drwyddedu o dan %{cc_licence_link}'
         contributors_cz_czechia: Gweriniaeth Tsiec
         contributors_cz_cc_licence: Creative Commons Attribution 4.0 International
           licence (CC BY 4.0)
+        contributors_fi_credit_html: '%{finland}: Yn cynnwys data gan Gronfa Ddata
+          Arolwg Tir Topograffig Cenedlaethol y Ffindir a chfronfeydd data eraill,
+          o dan %{nlsfi_license_link}.'
         contributors_fi_finland: Y Ffindir
-        contributors_fi_nlsfi_license: Trwydded NLSFI
-        contributors_fr_credit_html: '%{france}: Cynhwysir data gan Direction Générale
+        contributors_fi_nlsfi_license: Drwydded NLSFI
+        contributors_fr_credit_html: '%{france}: Yn cynnwys data gan Direction Générale
           des Impôts.'
         contributors_fr_france: Ffrainc
+        contributors_hr_credit_html: '%{croatia}: Yn cynnwys data gan y %{dgu_link}
+          a %{open_data_portal} (gwybodaeth gyhoeddus Croatia).'
         contributors_hr_croatia: Croatia
-        contributors_hr_open_data_portal: Porth Data Agored Cenedlaethol
-        contributors_nl_credit_html: '%{netherlands}: Cynhwysir data &copy; AND, 2007
-          (%{and_link})'
+        contributors_hr_dgu: Gweinyddiaeth Geodetig Talaith Croatia
+        contributors_hr_open_data_portal: Phorth Data Agored Cenedlaethol
+        contributors_nl_credit_html: '%{netherlands}: Yn cynnwys data &copy; AND,
+          2007 (%{and_link})'
         contributors_nl_netherlands: Iseldiroedd
+        contributors_nz_credit_html: '%{new_zealand}: Yn cynnwys data o ffynhonnell
+          %{linz_data_service_link} wedi''i drwyddedu i''w hailddefnyddio o dan %{cc_by_link}.'
         contributors_nz_new_zealand: Seland Newydd
         contributors_nz_linz_data_service: Gwasanaeth Data LINZ
         contributors_nz_cc_by: CC BY 4.0
+        contributors_rs_credit_html: '%{serbia}: Yn cynnwys data gan yr %{rgz_link}
+          a''r %{open_data_portal} (gwybodaeth gyhoeddus Serbia), 2018.'
         contributors_rs_serbia: Serbia
-        contributors_rs_open_data_portal: National Open Data Portal
+        contributors_rs_rgz: Awdurdodaeth Geodetig Serbia
+        contributors_rs_open_data_portal: Porth Data Agored Cenedlaethol
+        contributors_si_credit_html: '%{slovenia}: Yn cynnwys data o''r %{gu_link}
+          a''r %{mkgp_link} (gwybodaeth gyhoeddus Slofenia).'
         contributors_si_slovenia: Slofenia
+        contributors_si_gu: Awdurdodaeth Tirfesur a Mapio
         contributors_si_mkgp: Gweinyddiaeth Amaethyddiaeth, Coedwigaeth a Bwyd
+        contributors_es_credit_html: '%{spain}: Yn cynnwys data o ffynhonnell Sefydliad
+          Daearyddol Cenedlaethol Sbaen (%{ign_link}) a''r System Cartograffig Genedlaethol
+          (%{scne_link}) wedi''i drwyddedu i''w hailddefnyddio o dan %{cc_by_link}.'
         contributors_es_spain: Sbaen
         contributors_es_ign: IGN
         contributors_es_cc_by: CC BY 4.0
+        contributors_za_credit_html: '%{south_africa}: Yn cynnwys data o''r ffynhonnell
+          %{ngi_link}, cedwir hawlfraint gan y wladwriaeth.'
         contributors_za_south_africa: De Affrica
+        contributors_za_ngi: 'Prif Gyfarwyddiaeth: Gwybodaeth Geo-Ofodol Cenedlaethol'
         contributors_gb_credit_html: '%{united_kingdom}: Yn cynnwys data Arolwg Ordnans
           &copy; Hawlfraint y Goron a chronfa ddata 2010-2023.'
         contributors_gb_united_kingdom: Y Deyrnas Unedig
-        contributors_2_contributors_page: Tudalen gyfranwyr
-        infringement_title_html: Torri hawlfraint
+        contributors_2_html: |-
+          Am fanylion pellach am y rhain, a ffynonellau eraill sydd wedi cael eu defnyddio
+          er mwyn helpu i wella OpenStreetMap, gweler y %{contributors_page_link} ar Wici OpenStreetMap.
+        contributors_2_contributors_page: dudalen gyfranwyr
+        contributors_footer_2_html: |-
+          Nid yw cynnwys data yn OpenStreetMap yn awgrymu bod y darparwr data
+           gwreiddiol yn cefnogi OpenStreetMap, yn darparu unrhyw warant, neu
+           yn derbyn unrhyw atebolrwydd.
+        infringement_title_html: Toriadau hawlfraint
+        infringement_1_html: Hoffem atgofio cyfranwyr OSM i beidio ag ychwanegu data
+          o unrhyw ffynonellau hawlfreintiedig (e.e. Google Maps neu fapiau print)
+          heb ganiatâd penodol gan ddeiliaid yr hawlfraint.
+        infringement_2_1_html: |-
+          Os ydych yn credu bod deunydd hawlfreintiedig wedi'i ychwanegu'n amhriodol
+          at gronfa ddata OpenStreetMap neu'r wefan hon, dilynwch ein %{takedown_procedure_link} neu ffeiliwch yn uniongyrchol ar ein
+          %{online_filing_page_link}.
         infringement_2_1_takedown_procedure: gweithdrefn tynnu i lawr
         infringement_2_1_online_filing_page: tudalen ffeilio ar-lein
         trademarks_title: Nodau Masnach
+        trademarks_1_1_html: |-
+          Mae OpenStreetMap, y logo chwyddwydr a State of the Map yn nodau masnach cofrestredig y Sefydliad OpenStreetMap. Os oes gennych gwestiynau am eich defnydd o'r marciau, gweler ein
+          %{trademark_policy_link}.
         trademarks_1_1_trademark_policy: Polisi Nod Masnach
     index:
       js_2: Mae OpenStreetMap yn defnyddio JavaScript ar gyfer ei fap llithrig.
@@ -2086,7 +2234,7 @@ cy:
           description: Ffynonellau ychwanegol a nodir ar wici OpenStreetMap
       export_button: Allforio
     fixthemap:
-      title: Adrodd am broblem / Cywiro map
+      title: Rhoi gwybod am broblem / Cywiro'r map
       how_to_help:
         title: Sut i Helpu
         join_the_community:
@@ -2096,8 +2244,12 @@ cy:
             OpenStreetMap ac ychwanegu neu atgyweirio'r data eich hun.
       other_concerns:
         title: Gofidion eraill
+        concerns_html: |-
+          Os oes gennych bryderon am sut caiff ein data ei ddefnyddio neu am y cynnwys, cysylltwch â'n
+          %{copyright_link} am ragor o wybodaeth gyfreithiol, neu cysylltwch â'r %{working_group_link} priodol.
         copyright: tudalen hawlfraint
         working_group: Gweithgor OSMF
+        working_group_url: https://wiki.osmfoundation.org/wiki/Working_Groups
     help:
       title: Cael Cymorth
       welcome:
@@ -2121,18 +2273,26 @@ cy:
         title: Wici OpenStreetMap
         description: Archwiliwch y wici am ddogfennau manwl OpenStreetMap.
     potlatch:
+      removed: Mae eich golygydd OpenStreetMap diofyn wedi'i osod fel Potlatch. Oherwydd
+        bod Adobe Flash Player wedi'i dynnu'n ôl, nid yw Potlatch bellach ar gael
+        i'w ddefnyddio mewn porwr gwe.
       desktop_application_html: 'Gallwch barhau i ddefnyddio Potlatch yma: %{download_link}.'
+      download: Lawrlwytho'r rhaglen bwrdd gwaith ar gyfer Mac a Windows
+      id_editor_html: Fel arall, gallwch osod eich golygydd rhagosodedig i iD, sy'n
+        rhedeg yn eich porwr gwe fel y gwnaeth Potlatch yn flaenorol. %{change_preferences_link}.
       change_preferences: Newidiwch eich dewisiadau yma
     any_questions:
       title: Unrhyw gwestiynau?
-      get_help_here: Cael cymorth yma
-      welcome_mat: Edrychwch ar y Mat Croeso
+      paragraph_1_html: |-
+        Mae gan OpenStreetMap nifer o adnoddau ar gyfer dysgu am y prosiect, holi ac ateb
+        cwestiynau, a thrafod ac ysgrifennu dogfennaeth ar bynciau mapio.
+        %{help_link}. Ydych chi'n gweithio gyda sefydliad sy'n gwneud cynlluniau ar gyfer OpenStreetMap? %{welcome_mat_link}.
+      get_help_here: Cewch gymorth yma
+      welcome_mat: Dyma'r Mat Croeso
     sidebar:
       search_results: Canlyniadau Chwilio
-      close: Cau
     search:
       search: Chwilio
-      get_directions: Cael cyfeiriadau
       get_directions_title: Cael cyfeiriadau rhwng dau bwynt
       from: O
       to: I
@@ -2189,7 +2349,7 @@ cy:
           common: Comin
           built_up: Ardal Adeiledig
           resident: Ardal breswyl
-          retail: Ardal adwerthu
+          retail: Ardal fanwerthu
           industrial: Ardal ddiwydiannol
           commercial: Ardal fasnachol
           heathland: Rhos
@@ -2214,6 +2374,9 @@ cy:
           hospital: Ysbyty
           building: Adeilad arwyddocâol
           station: Gorsaf drên
+          railway_halt: Arhosfa drenau
+          subway_station: Gorsaf Isffordd
+          tram_stop: Safle Tramiau
           summit: Pen Mynydd
           peak: Copa
           tunnel: Border toredig = twnnel
@@ -2222,7 +2385,6 @@ cy:
           destination: Mynediad cyrchfan
           construction: Ffyrdd yn cael eu hadeiladu
           bus_stop: Safle Bws
-          stop: Safle
           bicycle_shop: Siop feiciau
           bicycle_rental: Beic Hur
           bicycle_parking: Man parcio beiciau
@@ -2340,8 +2502,6 @@ cy:
       visibility_help: beth mae hyn yn golygu?
     update:
       updated: Ôl wedi'i ddiweddaru
-    trace_optionals:
-      tags: Tagiau
     show:
       title: Wrthi'n gweld Ôl %{name}
       heading: Wrthi'n gweld Ôl %{name}
@@ -2397,13 +2557,8 @@ cy:
       my_traces: Fy Olion
       traces_from: Olion Cyhoeddus gan %{user}
       remove_tag_filter: Dileu Hidlydd Tagiau
-    page:
-      older: Olion Hŷn
-      newer: Olion Diweddarach
     destroy:
       scheduled_for_deletion: Mae'r ôl wedi'i drefnu i'w ddileu
-    make_public:
-      made_public: Mae'r ôl bellach yn gyhoeddus
     offline_warning:
       message: Nid yw'r system uwchlwytho ffeiliau GPX ar gael ar hyn o bryd
     offline:
@@ -2421,14 +2576,10 @@ cy:
         other: Ffeil GPX â %{count} pwynt gan %{user}
       description_without_count: Ffeil GPX gan %{user}
   application:
-    basic_auth_disabled: 'Mae Dilysiad Sylfaenol HTTP wedi''i analluogi: %{link}'
-    oauth_10a_disabled: 'Analluogir OAuth 1.0 a 1.0a: %{link}'
     permission_denied: Nid oes gennych ganiatâd i gael mynediad at y weithred honno
     require_cookies:
       cookies_needed: Mae'n ymddangos eich bod wedi analluogi cwcis - galluogwch gwcis
         yn eich porwr cyn parhau.
-    require_admin:
-      not_an_admin: Mae rhaid ichi fod yn weinyddwr i gyflawni'r weithred honno.
     setup_user_auth:
       blocked_zero_hour: Mae gennych neges frys ar wefan OpenStreetMap. Mae angen
         ichi ddarllen y neges cyn y byddwch chi'n gallu cadw eich golygiadau.
@@ -2439,7 +2590,6 @@ cy:
         ond rhaid ichi eu darllen.
     settings_menu:
       account_settings: Gosodiadau Cyfrif
-      oauth1_settings: Gosodiadau OAuth 1
       oauth2_applications: Apiau OAuth 2
       oauth2_authorizations: Awdurdodiadau OAuth 2
       muted_users: Defnyddwyr ag Anwybyddwyd
@@ -2465,64 +2615,20 @@ cy:
         title: Mewngofnodi ag Wicipedia
         alt: Logo Wicipedia
   oauth:
-    authorize:
-      title: Awdurdodi mynediad i'ch cyfrif
-      allow_to: 'Caniatáu''r rhaglen cleient i:'
-      allow_read_prefs: ddarllen eich gosodiadau defnyddiwr.
-      allow_write_prefs: addasu eich gosodiadau defnyddiwr.
-      allow_write_diary: greu cofnodion dyddiadur, sylwadau a gwneud ffrindiau.
-      allow_write_api: addasu'r map.
-      allow_read_gpx: ddarllen eich olion GPS.
-      allow_write_gpx: uwchlwytho olion GPS.
-      allow_write_notes: addasu nodiadau.
-      grant_access: Awdurdodi
-    authorize_success:
-      title: Caniatawyd y cais awdurdodiad.
-      allowed_html: Rydych wedi caniatáu mynediad i'ch cyfrif gan y rhaglen %{app_name}.
-      verification: Y cod dilysiad yw %{code}
-    authorize_failure:
-      title: Methwyd y cais awdurdodiad.
-      denied: Rydych wedi gwrthod mynediad i'ch cyfrif gan y rhaglen %{app_name}.
-      invalid: Nid yw'r tocyn awdurdodiad yn ddilys.
-    revoke:
-      flash: Rydych chi wedi dirymu'r tocyn ar gyfer %{application}.
     scopes:
       openid: Mewngofnodi ag OpenStreetMap
       read_prefs: Darllen dewisiadau defnyddwyr
       write_prefs: Addasu dewisiadau defnyddwyr
+      write_diary: Creu cofnodion dyddiadur, sylwadau a gwneud ffrindiau
       write_api: Golygu'r map
       read_gpx: Darllen olion GPS preifat
       write_gpx: Uwchlwytho olion GPS
       write_notes: Addasu nodiadau
       write_redactions: Gorchuddio data map
       read_email: Darllen cyfeiriad e-bost defnyddwyr
+      consume_messages: Darllen, diweddaru statws a dileu negeseuon defnyddiwr
       send_messages: Anfon negeseuon preifat at ddefnyddwyr eraill
       skip_authorization: Cymeradwyo cais yn awtomatig
-  oauth_clients:
-    new:
-      title: Cofrestru ap newydd
-      disabled: Ni ellir cofrestru apiau OAuth 1 bellach
-    edit:
-      title: Golygu eich ap
-    show:
-      title: Manylion OAuth ar gyfer %{app_name}
-      key: 'Allwedd Defnyddiwr:'
-      secret: 'Cyfrinach Defnyddiwr:'
-      url: 'URL Cais Tocyn:'
-      access_url: URL Tocyn Mynediad
-      authorize_url: 'URL Awdurdodi:'
-      edit: Golygu Manylion
-      delete: Dileu Cleient
-      confirm: Ydych chi'n siŵr?
-    index:
-      title: Fy Manylion OAuth
-      my_tokens: Fy Apiau Awdurdodedig
-      application: Enw'r Ap
-      issued_at: Dyddiad awdurdodi
-      revoke: Dirymu!
-      my_apps: Fy Apiau Cleient
-      oauth: OAuth
-      register_new: Cofrestru eich ap
   oauth2_applications:
     index:
       title: Fy Apiau Cleient
@@ -2560,6 +2666,7 @@ cy:
       application: Ap
       permissions: Caniatadau
       last_authorized: Awdurdodwyd Ddiweddaf
+      no_applications_html: Nid ydych wedi awdurdodi unrhyw apiau %{oauth2} eto.
     application:
       revoke: Dirymu Mynediad
       confirm_revoke: Dirymu mynediad ar gyfer yr ap hwn?
@@ -2579,8 +2686,6 @@ cy:
       by_signing_up:
         privacy_policy: polisi preifatrwydd
         contributor_terms: thelerau cyfranwyr
-      tou: telerau defnydd
-      external auth: 'Dilysu Trydydd Parti:'
       continue: Cofrestru
       terms accepted: Diolch am dderbyn telerau newydd cyfranwyr!
       email_help:
@@ -2595,11 +2700,15 @@ cy:
       heading_ct: Telerau Cyfranwyr
       read_ct: Rwyf wedi darllen ac yn cytuno â'r telerau cyfranwyr uchod
       read_tou: Rwyf wedi darllen ac yn cytuno â'r Telerau Defnyddio
+      consider_pd: Yn ogystal â'r uchod, ystyriaf fod fy nghyfraniadau yn y Parth
+        Cyhoeddus
       consider_pd_why: beth yw hwn?
+      guidance_info_html: 'Gwybodaeth i helpu i ddeall y termau hyn: %{readable_summary_link}
+        a rhai %{informal_translations_link}'
       readable_summary: crynodeb darllenadwy
       informal_translations: cyfieithiadau anffurfiol
       continue: Parhau
-      decline: Gwrthod
+      cancel: Canslo
       legale_select: 'Gwlad breswyl:'
       legale_names:
         france: Ffrainc
@@ -2659,9 +2768,9 @@ cy:
           importer: Tynnu statws mewnforiwr
       block_history: Blociau Gweithredol
       moderator_history: Blociau a roddwyd
-      revoke_all_blocks: Dirymu pob bloc
+      revoke_all_blocks: Diddymu pob bloc
       comments: Sylwadau
-      create_block: Rhwystro'r Defnyddiwr hwn
+      create_block: Blocio'r Defnyddiwr Hwn
       activate_user: Gwneud y cyfri'n fyw
       confirm_user: Cadarnhau'r Defnyddiwr
       unconfirm_user: Dad-gadarnhau'r defnyddiwr hwn
@@ -2670,7 +2779,7 @@ cy:
       unhide_user: Datguddio'r Defnyddiwr
       delete_user: Dileu'r Defnyddiwr
       confirm: Cadarnhau
-      report: Adrodd y defnyddiwr hwn
+      report: Rhoi gwybod am y defnyddiwr hwn
     go_public:
       flash success: Mae eich holl olygiadau nawr yn gyhoeddus a gallech nawr parhau
         i olygu.
@@ -2681,8 +2790,6 @@ cy:
       summary_no_ip_html: '%{name} wedi''i greu ar %{date}'
       empty: Heb ganfod unrhyw defnyddwyr sy'n cyfateb
     page:
-      older: Defnyddwyr Hŷn
-      newer: Defnyddwyr Newydd
       found_users:
         zero: Canfuwyd %{count} defnyddiwr
         one: Canfuwyd %{count} defnyddiwr
@@ -2706,15 +2813,6 @@ cy:
       heading: Nid yw eich ID yn gysylltiedig â chyfrif OpenStreetMap eto.
       option_1: "Os ydych yn newydd i OpenStreetMap, crëwch \ngyfrif newydd\ngan ddefnyddio'r
         ffurflen isod."
-  user_role:
-    grant:
-      title: Cadarnhau rhoi rôl
-      heading: Cadarnhau rhoi rôl
-      confirm: Cadarnhau
-    revoke:
-      title: Cadarnhau dirymu rôl
-      heading: Cadarnhau dirymu rôl
-      confirm: Cadarnhau
   user_blocks:
     model:
       non_moderator_update: Rhaid bod yn gymedrolwr i greu neu ddiweddaru bloc.
@@ -2727,23 +2825,23 @@ cy:
     edit:
       title: Wrthi'n golygu bloc ar %{name}
       heading_html: Wrthi'n golygu bloc ar %{name}
+      revoke: Diddymu bloc
     create:
       flash: Wedi creu bloc ar ddefnyddiwr %{name}.
     update:
       only_creator_can_edit: Dim ond y cymedrolwr a grëodd y bloc hwn all ei olygu.
+      inactive_block_cannot_be_reactivated: Mae'r bloc hwn yn anweithredol ac ni ellir
+        ei ail-weithredu.
       success: Bloc wedi'i ddiweddaru.
     index:
       title: Blociau defnyddiwr
       heading: Rhestr o flociau defnyddwyr
       empty: Dim blociau eto.
-    revoke:
-      title: Yn dadflocio %{block_on}
-      time_future_html: Daw'r bloc i ben ymhen %{time}.
-      past_html: Daeth y bloc hwn i ben %{time} ac nid oes modd ei ddiddymu nawr.
-      revoke: Dad-flocio!
-      flash: Tynnwyd y bloc hwn.
     revoke_all:
+      title: Diddymu pob bloc ar %{block_on}
+      heading_html: Diddymu pob bloc ar %{block_on}
       empty: Nid oes gan %{name} flociau gweithredol.
+      confirm: Ydych chi wir eisiau diddymu %{active_blocks}?
       active_blocks:
         zero: '%{count} blociau cyfredol.'
         one: '%{count} %{count} bloc cyfredol.'
@@ -2752,9 +2850,12 @@ cy:
         many: '%{count} bloc cyfredol.'
         other: '%{count} bloc cyfredol.'
       revoke: Dad-flocio!
+      flash: Diddymwyd pob bloc gweithredol.
     helper:
       time_future_html: Yn dod i ben mewn %{time}.
       until_login: Gweithredol hyd nes bod y defnyddiwr yn mewngofnodi.
+      time_future_and_until_login_html: Daw i ben ymhen %{time} ac ar ôl i'r defnyddiwr
+        fewngofnodi.
       time_past_html: Wedi dod i ben %{time}.
       block_duration:
         hours:
@@ -2763,7 +2864,7 @@ cy:
           two: '%{count} awr'
           few: '%{count} awr'
           many: '%{count} awr'
-          other: '%{count} hours'
+          other: '%{count} awr'
         days:
           zero: '%{count} diwrnod'
           one: '%{count} diwrnod'
@@ -2786,8 +2887,8 @@ cy:
           many: '%{count} mis'
           other: '%{count} mis'
         years:
-          zero: '%{count} blynedd'
-          one: '%{count} blynedd'
+          zero: '%{count} flwyddyn'
+          one: Blwyddyn
           two: '%{count} flynedd'
           few: '%{count} blynedd'
           many: '%{count} blynedd'
@@ -2801,32 +2902,24 @@ cy:
       heading_html: Rhestr Blociau gan %{name}
       empty: Nid oes unrhyw blociau gan %{name} eto.
     show:
-      title: '%{block_on} a flociwyd gan %{block_by}'
-      heading_html: '%{block_on} a flociwyd gan %{block_by}'
+      title: Blociwyd %{block_on} gan %{block_by}
+      heading_html: Blociwyd %{block_on} gan %{block_by}
       created: 'Crëwyd:'
       duration: 'Cyfnod:'
       status: 'Statws:'
-      show: Dangos
       edit: Golygu
-      revoke: Dad-flocio!
-      confirm: Ydych chi'n siŵr?
       reason: 'Rheswm dros y bloc:'
       revoker: 'Dad-flociwr:'
-      needs_view: Mae angen i'r defnyddiwr fewngofnodi cyn y bydd y bloc hwn yn cael
-        ei glirio.
     block:
       not_revoked: (heb ei ddirymu)
       show: Dangos
       edit: Golygu
-      revoke: Dad-flocio!
-    blocks:
-      display_name: Defnyddwyr wedi'i blocio
+    page:
+      display_name: Defnyddiwr wedi'i blocio
       creator_name: Crëwr
       reason: Rheswm dros flocio
       status: Statws
       revoker_name: Dirymwyd gan
-      older: Blociau Hŷn
-      newer: Blociau Diweddarach
     navigation:
       all_blocks: Pob Bloc
       blocks_on_me: Blociau arnaf i
@@ -2872,6 +2965,11 @@ cy:
       description: Disgrifiad
       created_at: Crëwyd
       last_changed: Newidiwyd ddiwethaf
+      apply: Rhoi ar waith
+      all: Popeth
+      open: Agored
+      closed: Wedi cau
+      status: Statws
     show:
       title: 'Nodyn: %{id}'
       description: Disgrifiad
@@ -2884,15 +2982,18 @@ cy:
       event_commented_by_anonymous_html: Sylw gan berson ddienw %{time_ago}
       event_closed_by_html: Datryswyd gan %{user} %{time_ago}
       event_closed_by_anonymous_html: Datryswyd gan berson ddienw %{time_ago}
-      event_reopened_by_html: Ailysgogwyd gan %{user} %{time_ago}
-      event_reopened_by_anonymous_html: Ailysgogwyd gan berson ddienw %{time_ago}
+      event_reopened_by_html: Ailagorwyd gan %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Ailagorwyd gan berson ddienw %{time_ago}
       event_hidden_by_html: Cuddiwyd gan %{user} %{time_ago}
-      report: adrodd y nodyn hwn
+      report: roi gwybod am y nodyn hwn
       anonymous_warning: Mae'r nodyn hwn yn cynnwys sylwadau gan ddefnyddwyr dienw
         y dylid eu gwirio'n annibynnol.
+      discussion: Trafodaeth
+      subscribe: Tanysgrifio
+      unsubscribe: Dad-danysgrifio
       hide: Cuddio
       resolve: Datrys
-      reactivate: Ailysgogi
+      reactivate: Ail agor
       comment_and_resolve: Sylw a Datrys
       comment: Sylw
       log_in_to_comment: Mewngofnodwch i ysgrifennu sylw ar y nodyn hwn
@@ -2915,6 +3016,10 @@ cy:
         felly peidiwch ag ysgrifennu gwybodaeth bersonol, na gwybodaeth o fapiau hawlfreintiedig
         neu gyfeiriaduron.
       add: Ychwanegu Nodyn
+    notes_paging_nav:
+      showing_page: Tudalen %{page}
+      next: Nesaf
+      previous: Cynt
   javascripts:
     close: Cau
     share:
@@ -2929,6 +3034,7 @@ cy:
       custom_dimensions: Gosod dimensiynau addas
       format: 'Fformat:'
       scale: 'Graddfa:'
+      image_dimensions: Bydd y llun yn dangos yr haen %{layer} ar %{width} x %{height}
       download: Lawrlwytho
       short_url: URL Byr
       include_marker: Cynnwys marciwr
@@ -2936,7 +3042,7 @@ cy:
       paste_html: Gludwch HTML i'w fewnosod yn y wefan
       view_larger_map: Gweld Map Mawr
     embed:
-      report_problem: Adrodd am broblem
+      report_problem: Rhoi gwybod am broblem
     key:
       title: Allwedd Map
       tooltip: Allwedd Map
@@ -2979,6 +3085,9 @@ cy:
       map_data_zoom_in_tooltip: Chwyddwch mewn i weld data'r map
       queryfeature_tooltip: Manylion nodweddion
       queryfeature_disabled_tooltip: Chwyddwch i mewn i gael manylion nodweddion
+      embed_html_disabled: Nid yw mewnosod HTML ar gael ar gyfer yr haen fap hon
+    edit_help: Symudwch y map a chwyddwch i mewn i leoliad rydych chi am ei olygu,
+      yna cliciwch yma.
     directions:
       ascend: Esgyn
       engines:
@@ -3015,8 +3124,11 @@ cy:
           at %{directions}
         onramp_right_without_exit: Trowch i'r dde ar y ramp i %{name}
         onramp_right_with_directions: Trowch i'r dde ar y ramp tuag at %{directions}
+        onramp_right_with_name_directions: Trowch i'r dde ar y ramp i %{name}, tuag
+          at %{directions}
         onramp_right_without_directions: Trowch i'r dde i'r ramp
         onramp_right: Trowch i'r dde i'r ramp
+        endofroad_right_without_exit: Ar ddiwedd y ffordd trowch i'r dde i %{name}
         merge_right_without_exit: Cyfunwch i'r dde ar %{name}
         fork_right_without_exit: Wrth y fforch trowch i'r dde i %{name}
         turn_right_without_exit: Trowch i'r dde ar %{name}
@@ -3029,6 +3141,12 @@ cy:
         offramp_left_with_exit_name: Cymerwch allanfa %{exit} ar y chwith i %{name}
         offramp_left_with_exit_directions: Cymerwch allanfa %{exit} ar y chwith tuag
           at %{directions}
+        offramp_left_with_exit_name_directions: Cymerwch allanfa %{exit} ar y chwith
+          i %{name}, tuag at %{directions}
+        offramp_left_with_name: Cymerwch y ramp ar y chwith i %{name}
+        offramp_left_with_directions: Cymerwch y ramp ar y chwith tuag at %{directions}
+        offramp_left_with_name_directions: Cymerwch y ramp ar y chwith i %{name},
+          tuag at %{directions}
         onramp_left_without_exit: Trowch i'r chwith ar y ramp i %{name}
         onramp_left_with_directions: Trowch i'r chwith ar y ramp tuag at %{directions}
         onramp_left_with_name_directions: Trowch i'r chwith ar y ramp i %{name}, tuag
@@ -3087,6 +3205,7 @@ cy:
       empty: Dim gorchuddiadau i'w dangos.
       heading: Rhestr Orchuddiadau
       title: Rhestr Orchuddiadau
+      new: Gorchuddiad Newydd
     new:
       heading: Rhoi Gwybodaeth ar gyfer Gorchuddiad Newydd
       title: Gorchuddiad Newydd
index 569b3a86dbcbaeb53f9ba5325d834fb875056fbb..ae2c2e2966b8ab1da4b8e6b70848cd74ebc74b73 100644 (file)
@@ -1,7 +1,6 @@
 # Messages for Danish (dansk)
 # Exported from translatewiki.net
 # Export driver: phpyaml
-# Author: Amire80
 # Author: Antonla
 # Author: Brufnus
 # Author: Christian List
@@ -73,8 +72,6 @@ da:
   activerecord:
     errors:
       messages:
-        invalid_email_address: ser ikke ud til at være en gyldig e-mailadresse
-        email_address_not_routable: kan ikke rutes
         display_name_is_user_n: kan ikke være user_n medmindre n er dit bruger-id
       models:
         user_mute:
@@ -153,7 +150,7 @@ da:
         longitude: Længdegrad
         public: Offentlig
         description: Beskrivelse
-        gpx_file: Overfør GPX-fil
+        gpx_file: Vælg GPS-sporingsfil
         visibility: Synlighed
         tagstring: Egenskaber
       message:
@@ -412,7 +409,7 @@ da:
         note: bemærkning
     timeout:
       title: Timeoutfejl
-      sorry: Beklager, data for %{type} med id %{id} tog for lang tid at hente
+      sorry: Beklager, data for %{type} med id %{id} tog for lang tid at hente.
       type:
         node: punkt
         way: vej
@@ -449,30 +446,46 @@ da:
       introduction: Klik på kortet for at finde kortobjekter i nærheden.
       nearby: Kortobjekter i nærheden
       enclosing: Omgivende kortobjekter
+  nodes:
+    timeout:
+      sorry: Beklager, data for punktet med id %{id} tog for lang tid at hente.
   old_nodes:
     not_found:
       sorry: 'Beklager, node #%{id} version %{version} kunne ikke findes.'
+    timeout:
+      sorry: Beklager, historikken for punktet med id %{id} tog for lang tid at hente.
+  ways:
+    timeout:
+      sorry: Beklager, data for vejen med id %{id} tog for lang tid at hente.
   old_ways:
     not_found:
       sorry: 'Beklager, vej #%{id} version %{version} kunne ikke findes.'
+    timeout:
+      sorry: Beklager, historikken for vejen med id %{id} tog for lang tid at hente.
+  relations:
+    timeout:
+      sorry: Beklager, data for relationen med id %{id} tog for lang tid at hente.
   old_relations:
     not_found:
       sorry: 'Beklager, relation #%{id} version %{version} kunne ikke findes.'
+    timeout:
+      sorry: Beklager, historikken for relationen med id %{id} tog for lang tid at
+        hente.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Ny kommentar til ændringssæt nummer %{changeset_id} af %{author}
+        commented_at_by_html: Opdateret %{when} af %{user}
+      show:
+        title_all: OpenStreetMap-diskussion om ændringssæt
+        title_particular: 'OpenStreetMap-diskussion om ændringssæt #%{changeset_id}'
+      timeout:
+        sorry: Desværre tog det for lang tid at indlæse kommentarerne til ændringssættet
+          du har bedt om.
   changesets:
-    changeset_paging_nav:
-      showing_page: Side %{page}
-      next: Næste »
-      previous: « Forrige
     changeset:
-      anonymous: Anonym
       no_edits: (ingen ændringer)
       view_changeset_details: Vis detaljer for ændringssæt
-    changesets:
-      id: Id
-      saved_at: Gemt
-      user: Bruger
-      comment: Kommentar
-      area: Område
     index:
       title: Ændringssæt
       title_user: Ændringssæt af %{user}
@@ -502,7 +515,6 @@ da:
       title: Ændringssæt %{id}
       created_by_html: Oprettet af %{link_user} %{created}.
     no_such_entry:
-      title: Intet sådant ændringssæt
       heading: 'Intet indlæg med id: %{id}'
       body: Der findes desværre intet ændringssæt med id %{id}. Tjek stavningen, eller
         måske er linket du trykkede på forkert.
@@ -537,18 +549,6 @@ da:
     timeout:
       sorry: Desværre tog det for lang tid at indlæse den liste af ændringssæt du
         har bedt om.
-  changeset_comments:
-    comment:
-      comment: Ny kommentar til ændringssæt nummer %{changeset_id} af %{author}
-      commented_at_by_html: Opdateret %{when} af %{user}
-    comments:
-      comment: 'Ny kommentar til ændringssæt #%{changeset_id} af %{author}'
-    index:
-      title_all: OpenStreetMap-diskussion om ændringssæt
-      title_particular: 'OpenStreetMap-diskussion om ændringssæt #%{changeset_id}'
-    timeout:
-      sorry: Desværre tog det for lang tid at indlæse kommentarerne til ændringssættet
-        du har bedt om.
   dashboards:
     contact:
       km away: '%{count}km væk'
@@ -590,8 +590,6 @@ da:
       no_entries: Ingen blogindlæg
     page:
       recent_entries: Seneste blogindlæg
-      older_entries: Ældre indlæg
-      newer_entries: Nyere indlæg
     edit:
       title: Rediger blogindlæg
       marker_text: Placering for blogindlæg
@@ -631,8 +629,6 @@ da:
       report: Rapporter denne kommentar
     location:
       location: 'Sted:'
-      view: Vis
-      edit: Rediger
     feed:
       user:
         title: OpenStreetMap-blogindlæg fra %{user}
@@ -659,8 +655,6 @@ da:
       post: Indsend
       when: Hvornår
       comment: Kommentar
-      newer_comments: Nyere kommentarer
-      older_comments: Ældre kommentarer
     new:
       heading: Vil du tilføje en kommentar til følgende blogindlægsdiskussion?
   doorkeeper:
@@ -733,7 +727,6 @@ da:
   geocoder:
     search:
       title:
-        results_from_html: Resultater fra %{results_link}
         latlon: Internt
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1509,10 +1502,6 @@ da:
         level9: Bydelsgrænse
         level10: Sognegrænse
         level11: Nabolagsgrænse
-      types:
-        cities: Storbyer
-        towns: Byer
-        places: Steder
     results:
       no_results: Ingen resultater fundet
       more_results: Flere resultater
@@ -1526,20 +1515,25 @@ da:
       not_updated: Ikke opdateret
       search: Søg
       search_guidance: 'Søgning blandt sager:'
+      states:
+        ignored: Ignoréret
+        open: Åbn
+        resolved: Løst
+    page:
       user_not_found: Brugeren findes ikke
       issues_not_found: Sag ikke fundet
+      reported_user: Repporteret bruger
       status: Status
       reports: Rapporter
       last_updated: Sidst opdateret
       last_updated_time_ago_user_html: '%{time_ago} af %{user}'
-      link_to_reports: Vis rapporter
       reports_count:
         one: '%{count} rapport'
         other: '%{count} rapporter'
       reported_item: Rapporteret element
       states:
-        ignored: Ignoréret
-        open: Åbn
+        ignored: Ignoreret
+        open: Åben
         resolved: Løst
     show:
       title: '%{status} Sag #%{issue_id}'
@@ -1626,18 +1620,12 @@ da:
     history: Historik
     export: Eksportér
     issues: Problemer
-    data: Data
-    export_data: Eksporter data
     gps_traces: GPS-spor
-    gps_traces_tooltip: Håndtér GPS-spor
     user_diaries: Brugerblogs
-    user_diaries_tooltip: Vis brugerblogs
     edit_with: Redigér med %{editor}
-    tag_line: Det frie Wiki-verdenskort
     intro_header: Velkommen til OpenStreetMap!
     intro_text: OpenStreetMap er et kort over verden, skabt af folk som dig og gratis
       at bruge under en åben licens.
-    intro_2_create_account: Opret en brugerkonto
     hosting_partners_2024_html: Hosting støttes af %{fastly}, %{corpmembers}, og andre
       %{partners}.
     partners_fastly: Fastly
@@ -1649,17 +1637,10 @@ da:
     osm_read_only: OpenStreetMap databasen er for øjeblikket ikke redigerbar på grund
       af database vedligeholdelse.
     nothing_to_preview: Intet at forhåndsvise
-    donate: Støt OpenStreetMap med en %{link} til Hardware-upgradefonden.
     help: Hjælp
     about: Om
     copyright: Ophavsret
     communities: Fællesskaber
-    community: Fællesskabet
-    community_blogs: Blogs fra bidragsydere
-    community_blogs_title: Blogs fra medlemmer af OpenStreetMap-fællesskabet
-    make_a_donation:
-      title: Støt OpenStreetMap med en donation
-      text: Donér
     learn_more: Lær mere
     more: Mere
   user_mailer:
@@ -1697,17 +1678,20 @@ da:
       befriend_them: Du kan også tilføje dem som ven på %{befriendurl}.
       befriend_them_html: Du kan også tilføje dem som ven på %{befriendurl}.
     gpx_description:
-      description_with_tags: 'Det ser ud til, at din GPX-fil %{trace_name} med beskrivelsen
+      description_with_tags: 'Det ser ud til, at din fil %{trace_name} med beskrivelsen
+        %{trace_description} og de følgende tags: %{tags}'
+      description_with_tags_html: 'Det ser ud som om din fil %{trace_name} med beskrivelsen
         %{trace_description} og de følgende tags: %{tags}'
-      description_with_tags_html: 'Det ser ud som om din GPX-fil %{trace_name} med
-        beskrivelsen %{trace_description} og de følgende tags: %{tags}'
-      description_with_no_tags: Det ser ud til, at din GPX-fil %{trace_name} med beskrivelsen
+      description_with_no_tags: Det ser ud til, at din fil %{trace_name} med beskrivelsen
+        %{trace_description} og uden tags
+      description_with_no_tags_html: Det ser ud som om din fil %{trace_name} med beskrivelsen
         %{trace_description} og uden tags
-      description_with_no_tags_html: Det ser ud som om din GPX-fil %{trace_name} med
-        beskrivelsen %{trace_description} og uden tags
     gpx_failure:
       hi: Hej %{to_user},
-      failed_to_import: 'kunne ikke importeres. Her er fejlen:'
+      failed_to_import: 'ikke kunne importeres som en GPS-sporingsfil. Bekræft venligst,
+        at din fil er en gyldig GPX-fil eller et arkiv, der indeholder GPX-fil(er)
+        i det understøttede format (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2)
+        . Kan der være et format- eller syntaksproblem med din fil? Her er importfejlen:'
       more_info: Yderligere information vedrørende fejl i forbindelse med GPX-import
         og hvordan de kan undgås, kan findes på %{url}.
       more_info_html: Yderligere information vedrørende fejl i forbindelse med GPX-import
@@ -1790,7 +1774,6 @@ da:
     changeset_comment_notification:
       description: 'OpenStreetMap-ændringssæt #%{id}'
       hi: Hej %{to_user},
-      greeting: Hej,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} har kommenteret på et af dine ændringssæt'
         subject_other: '[OpenStreetMap] %{commenter} har kommenteret på et ændringssæt,
@@ -1862,7 +1845,6 @@ da:
     message_summary:
       unread_button: Marker som ulæst
       read_button: Marker som læst
-      reply_button: Svar
       destroy_button: Slet
       unmute_button: Flyt til Indbakke
     new:
@@ -1879,7 +1861,6 @@ da:
       body: Beklager, der er ingen besked med det id.
     outbox:
       title: Udbakke
-      actions: Handlinger
       messages:
         one: Du har %{count} sendt besked
         other: Du har %{count} sendte beskeder
@@ -1893,7 +1874,7 @@ da:
         other: Du har  %{count} stillegjorte beskeder
     reply:
       wrong_user: Du er logget på som '%{user}', men den besked du har bedt om at
-        svare på blev ikke sendt til den bruger. Log venligst på som den korrekte
+        svare på, blev ikke sendt til den bruger. Log venligst på som den korrekte
         bruger for at svare.
     show:
       title: Læse besked
@@ -1902,8 +1883,8 @@ da:
       destroy_button: Slet
       back: Tilbage
       wrong_user: Du er logget på som '%{user}', men den besked du har bedt om at
-        læse er ikke sendt af eller til den pågældende bruger. Log venligst på som
-        den korrekte bruger for at læse den.
+        læse, er ikke sendt af eller til den bruger. Log venligst på som den korrekte
+        bruger for at læse den.
     sent_message_summary:
       destroy_button: Slet
     heading:
@@ -1980,7 +1961,6 @@ da:
       failure: Kunne ikke opdatere profil.
   sessions:
     new:
-      title: Log ind
       tab_title: Log ind
       login_to_authorize_html: Log ind på OpenStreetMap for at få adgang til %{client_app_name}.
       email or username: E-mailadresse eller brugernavn
@@ -1988,7 +1968,6 @@ da:
       remember: Husk mig
       lost password link: Glemt din adgangskode?
       login_button: Log ind
-      register now: Registrér nu
       with external: eller log ind med en tredjepart
       or: eller
       auth failure: Kunne ikke logge på med disse oplysninger.
@@ -2022,9 +2001,27 @@ da:
       edit: Rediger
       preview: Forhåndsvisning
       help: Hjælp
+    pagination:
+      diary_comments:
+        older: Ældre kommentarer
+        newer: Nyere kommentarer
+      diary_entries:
+        older: Ældre indlæg
+        newer: Nyere indlæg
+      issues:
+        older: Ældre problemer
+        newer: Nyere problemer
+      traces:
+        older: Ældre spor
+        newer: Nyere spor
+      user_blocks:
+        older: Ældre blokeringer
+        newer: Nyere blokeringer
+      users:
+        older: Ældre brugere
+        newer: Nyere brugere
   site:
     about:
-      next: Næste
       heading_html: '%{copyright}OpenStreetMap-%{br}bidragsydere'
       used_by_html: '%{name} leverer kortdata til tusindvis af websteder, mobile apps
         og hardware-enheder'
@@ -2247,8 +2244,6 @@ da:
       user_page_link: brugerside
       anon_edits_link_text: Find ud af hvorfor.
       id_not_configured: iD er ikke blevet konfigureret
-      no_iframe_support: Din browser understøtter ikke HTML-iframes, hvilket er nødvendigt
-        for denne funktion.
     export:
       title: Eksportér
       manually_select: Vælg et andet område manuelt
@@ -2351,10 +2346,8 @@ da:
       welcome_mat: Få flere svar på Velkomstsiden
     sidebar:
       search_results: Søgeresultater
-      close: Luk
     search:
       search: Søg
-      get_directions: Få rutevejledninger
       get_directions_title: Find vejen mellem to punkter
       from: Fra
       to: Til
@@ -2435,6 +2428,9 @@ da:
           hospital: Sygehus
           building: Vigtig bygning
           station: Togstation
+          railway_halt: Jernbane-trinbræt
+          subway_station: Undergrundsstation
+          tram_stop: Sporvognsstoppested
           summit: Bjergtop
           peak: Højdepunkt
           tunnel: Stiplet kant = tunnel
@@ -2443,7 +2439,6 @@ da:
           destination: Ærindekørsel tilladt
           construction: Veje under konstruktion
           bus_stop: Busstop
-          stop: Stop
           bicycle_shop: Cykelhandler
           bicycle_rental: Cykeludlejning
           bicycle_parking: Cykelparkering
@@ -2541,10 +2536,11 @@ da:
       upload_failed: Beklager, GPX-overførslen mislykkedes. En administrator er blevet
         notificeret om fejlen. Prøv venligst igen
       traces_waiting:
-        one: Du har allerede et GPS-spor i køen. Overvej at vente på at dette færdiggøres
-          før du overfører flere spor for ikke at blokere køen for andre brugere.
-        other: Du har allerede %{count} GPS-spor i køen. Overvej at vente på at disse
-          færdiggøres før du overfører flere spor for ikke at blokere køen for andre
+        one: Du har %{count} spor som afventer overførsel. Overvej at vente på at
+          dette færdiggøres før du overfører flere for ikke at blokere køen for andre
+          brugere.
+        other: Du har %{count} spor som afventer overførsel. Overvej at vente på at
+          disse færdiggøres før du overfører flere for ikke at blokere køen for andre
           brugere.
     edit:
       cancel: Annuller
@@ -2553,12 +2549,10 @@ da:
       visibility_help: hvad betyder det her?
     update:
       updated: Spor opdateret
-    trace_optionals:
-      tags: Egenskaber
     show:
       title: Viser spor %{name}
       heading: Viser spor %{name}
-      pending: VENTENDE
+      pending: AFVENTENDE
       filename: 'Filnavn:'
       download: hent
       uploaded: 'Overført:'
@@ -2577,7 +2571,7 @@ da:
       visibility: 'Synlighed:'
       confirm_delete: Slet dette spor?
     trace:
-      pending: VENTENDE
+      pending: AFVENTENDE
       count_points:
         one: '%{count} punkt'
         other: '%{count} punkter'
@@ -2607,13 +2601,8 @@ da:
       my_traces: Mine spor
       traces_from: Offentlige GPS-spor fra %{user}
       remove_tag_filter: Fjern tag-filter
-    page:
-      older: Ældre spor
-      newer: Nyere spor
     destroy:
       scheduled_for_deletion: Spor planlagt til at blive slettet
-    make_public:
-      made_public: Spor gjort offentlig
     offline_warning:
       message: Systemet der håndterer overførsler af GPX-filer er på nuværende tidspunkt
         ikke tilgængeligt
@@ -2629,14 +2618,10 @@ da:
         other: GPX fil med %{count} punkter fra %{user}
       description_without_count: GPX fil fra %{user}
   application:
-    basic_auth_disabled: 'Basal HTTP-godkendelse (Basic Auth) er deaktiveret: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 og 1.0a er deaktiveret: %{link}'
     permission_denied: Du har ikke rettigheder til at udføre den handling
     require_cookies:
       cookies_needed: Du har tilsyneladende deaktiveret cookies i din browser. Aktivér
         cookies før du fortsætter.
-    require_admin:
-      not_an_admin: Du skal være administrator for at udføre denne handling.
     setup_user_auth:
       blocked_zero_hour: Du har en vigtig besked på OpenStreetMap-hjemmesiden. Du
         skal læse denne besked, før du kan gemme dine redigeringer.
@@ -2647,7 +2632,6 @@ da:
         men du skal læse dem.
     settings_menu:
       account_settings: Kontoindstillinger
-      oauth1_settings: OAuth 1-indstillinger
       oauth2_applications: OAuth 2-applikationer
       oauth2_authorizations: OAuth 2-autorisationer
       muted_users: Stillegjorte Brugere
@@ -2673,30 +2657,6 @@ da:
         title: Log ind med Wikipedia
         alt: Wikipedia-logo
   oauth:
-    authorize:
-      title: Tillad adgang til din konto
-      request_access_html: Programmet %{app_name} anmoder om adgang til din konto,
-        %{user}. Kontroller, om du vil tillade adgang til følgende funktioner. Du
-        kan vælge lige så mange eller så få, som du ønsker.
-      allow_to: 'Tillad klient-applikationen at:'
-      allow_read_prefs: læse dine brugerpræferencer.
-      allow_write_prefs: ændre dine brugeralternativer.
-      allow_write_diary: oprette blogindlæg, kommentarer og indgå venskaber.
-      allow_write_api: ændre kortet.
-      allow_read_gpx: læse dine private GPS-spor.
-      allow_write_gpx: overfør GPS-spor.
-      allow_write_notes: ændre bemærkninger.
-      grant_access: Tillad adgang
-    authorize_success:
-      title: Anmodning om tilladelse godkendt
-      allowed_html: Du har givet programmet %{app_name} adgang til din konto.
-      verification: Bekræftelseskoden er %{code}.
-    authorize_failure:
-      title: Anmodning om tilladelse mislykkedes
-      denied: Du har nægtet programmet %{app_name} adgang til din konto.
-      invalid: Godkendelse token er ikke gyldigt.
-    revoke:
-      flash: Du har tilbagekaldt adgang for %{application}
     permissions:
       missing: Du har ikke givet applikationen adgang til denne facilitet
     scopes:
@@ -2715,48 +2675,6 @@ da:
       skip_authorization: Godkend applikation automatisk
     for_roles:
       moderator: Denne tilladelse er til handlinger, der kun er tilgængelige for moderatorer
-  oauth_clients:
-    new:
-      title: Registrere en ny applikation
-      disabled: Registrering af OAuth 1-applikationer er blevet deaktiveret
-    edit:
-      title: Redigere din applikation
-    show:
-      title: OAuth detaljer for %{app_name}
-      key: 'Forbrugernøgle:'
-      secret: 'Forbrugerhemmelighed:'
-      url: 'Request Token URL:'
-      access_url: 'Access Token URL:'
-      authorize_url: 'Godkend URL:'
-      support_notice: Vi understøtter HMAC-SHA1- (anbefales) og RSA-SHA1-signaturer.
-      edit: Redigér detaljer
-      delete: Slet klient
-      confirm: Er du sikker?
-      requests: 'Anmoder brugeren om følgende tilladelser:'
-    index:
-      title: Mine OAuth-detaljer
-      my_tokens: Mine godkendte programmer
-      list_tokens: 'De følgende nøgler er blevet udstedt til programmer i dit navn:'
-      application: Programnavn
-      issued_at: Udstedt
-      revoke: Tilbagekald!
-      my_apps: Mine klientprogrammer
-      no_apps_html: Har du et program, du gerne vil registrere til brug med os ved
-        hjælp af %{oauth} standarden? Du skal registrere dit Webprogram, før det kan
-        foretage OAuth anmodninger til denne tjeneste.
-      oauth: OAuth
-      registered_apps: 'Du har registreret følgende klientprogrammer:'
-      register_new: Registrer dit program
-    form:
-      requests: 'Anmod brugeren om følgende tilladelser:'
-    not_found:
-      sorry: Beklager, men %{type} kunne ikke findes.
-    create:
-      flash: Registrering af informationen lykkedes
-    update:
-      flash: Opdateret klientoplysninger
-    destroy:
-      flash: Annulerede klient programmets registrering
   oauth2_applications:
     index:
       title: Mine klientapplikationer
@@ -2834,8 +2752,6 @@ da:
         privacy_policy: privatlivs-politik
         privacy_policy_title: OSMF privatlivs-politik inklusiv afsnit om e-mailadresser
         contributor_terms: vilkår for bidragsydere
-      tou: brugsbetingelser
-      external auth: 'Tredjeparts-godkendelse:'
       continue: Opret konto
       terms accepted: Tak for at du accepterede de nye vilkår for bidragsydere!
       email_help:
@@ -2863,13 +2779,12 @@ da:
       consider_pd: I tillæg til ovennævnte anser jeg mit bidrag for at være fælleseje/frit
         for ophavsret (public domain)
       consider_pd_why: hvad er dette?
-      consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
       guidance_info_html: 'Oplysninger til at hjælpe med at forstå disse udtryk: et
         %{readable_summary_link} og nogle %{informal_translations_link}'
       readable_summary: menneskeligt læsbart sammendrag
       informal_translations: uformelle oversættelser
       continue: Fortsæt
-      decline: Afslå
+      cancel: Annullér
       you need to accept or decline: Læs og godkend eller afvis de nye vilkår for
         bidragsydere for at fortsætte.
       legale_select: 'Vælg dit bopælsland:'
@@ -2957,8 +2872,6 @@ da:
       summary_no_ip_html: '%{name} oprettet på %{date}'
       empty: Ingen brugere fundet
     page:
-      older: Ældre brugere
-      newer: Nyere brugere
       found_users:
         one: '%{count} bruger fundet'
         other: '%{count} brugere fundet'
@@ -2997,19 +2910,11 @@ da:
       not_revoke_admin_current_user: Kan ikke trække administratorrollen tilbage fra
         nuværende bruger.
     grant:
-      title: Bekræft rolletildeling
-      heading: Bekræft rolletildeling
-      are_you_sure: Er du sikker på du vil tildele rollen '%{role}' til brugeren '%{name}'?
-      confirm: Bekræft
-      fail: Kunne ikke give rollen '%{role}' til brugeren '%{name}'. Kontroller at
-        brugeren og rollen begge er gyldige.
+      are_you_sure: Er du sikker på, du vil tildele rollen '%{role}' til brugeren
+        '%{name}'?
     revoke:
-      title: Bekræft fratagelse af rolle
-      heading: Bekræft fratagelse af rolle
-      are_you_sure: Er du sikker på du vil fratage rollen "%{role}" fra brugeren "%{name}"?
-      confirm: Bekræft
-      fail: Kunne ikke fratage rollen %{role} fra brugeren %{name}. Kontroller at
-        brugeren og rollen begge er gyldige.
+      are_you_sure: Er du sikker på, du vil fratage rollen "%{role}" fra brugeren
+        "%{name}"?
   user_blocks:
     model:
       non_moderator_update: Skal være en moderator for at oprette eller opdatere en
@@ -3026,6 +2931,7 @@ da:
       title: Redigerer blokering af %{name}
       heading_html: Redigerer blokering af %{name}
       period: Hvor længe, fra og med nu, brugeren vil blive blokeret fra API.
+      revoke: Tilbagekald blokering
     filter:
       block_period: Blokeringsperioden skal være en af de værdier der er valgbar i
         listen over værdier.
@@ -3034,6 +2940,8 @@ da:
     update:
       only_creator_can_edit: Kun moderatoren som oprettede denne blokering kan ændre
         den.
+      only_creator_can_edit_without_revoking: Kun den moderator, der oprettede denne
+        blokering, kan redigere den uden at tilbagekalde den.
       only_creator_or_revoker_can_edit: Kun de moderatorer, der har oprettet eller
         ophævet denne blokering, kan redigere den.
       inactive_block_cannot_be_reactivated: Denne blokering er inaktiv og kan ikke
@@ -3043,14 +2951,6 @@ da:
       title: Brugerblokeringer
       heading: Liste over brugerblokeringer
       empty: Ingen blokeringer er blevet udført endnu.
-    revoke:
-      title: Tilbagekalder blokering af %{block_on}
-      heading_html: Tilbagekalder blokering på %{block_on} af %{block_by}
-      time_future_html: Denne blokering vil ende om %{time}.
-      past_html: Denne blokering endte %{time} og kan ikke tilbagekaldes nu.
-      confirm: Er du sikker på du vil tilbagekalde denne blokering?
-      revoke: Tilbagekald!
-      flash: Denne blokering er blevet tilbagekaldt.
     revoke_all:
       title: Træk alle blokeringer på %{block_on} tilbage
       heading_html: Fjerner alle blokeringer på %{block_on}
@@ -3097,26 +2997,19 @@ da:
       created: 'Oprettet:'
       duration: 'Varighed:'
       status: 'Status:'
-      show: Vis
       edit: Redigér
-      revoke: Tilbagekald!
-      confirm: Er du sikker?
       reason: 'Årsag til blokering:'
       revoker: 'Tilbagekalder:'
-      needs_view: Brugeren skal logge på, før denne blokering vil blive fjernet
     block:
       not_revoked: (ikke tilbagekaldt)
       show: Vis
       edit: Redigér
-      revoke: Tilbagekald!
-    blocks:
+    page:
       display_name: Blokkeret bruger
       creator_name: Oprettet af
       reason: Årsag til blokering
       status: Status
       revoker_name: Tilbagekaldt af
-      older: Ældre blokeringer
-      newer: Nyere blokeringer
     navigation:
       all_blocks: Alle blokeringer
       blocks_on_me: Blokeringer af mig
@@ -3161,6 +3054,11 @@ da:
       description: Beskrivelse
       created_at: Oprettet den
       last_changed: Sidst ændret
+      apply: Anvend
+      all: Alle
+      open: Åben
+      closed: Lukket
+      status: Status
     show:
       title: 'Bemærkning: %{id}'
       description: Beskrivelse
@@ -3179,6 +3077,9 @@ da:
       report: rapportere denne bemærkning
       anonymous_warning: Denne bemærkning indeholder kommentarer fra anonyme brugere
         som bør undergå en uafhængig kontrol af oplysningerne.
+      discussion: Diskussion
+      subscribe: Abonner
+      unsubscribe: Afmeld abonnement
       hide: Skjul
       resolve: Løs
       reactivate: Genaktiver
@@ -3201,10 +3102,14 @@ da:
         hvis du vil modtage opdateringer til din bemærkning.
       anonymous_warning_log_in: Log ind
       anonymous_warning_sign_up: tilmeld dig
-      advice: Dine oplysninger er offentlige og vil måske blive brugt til at opdatere
+      advice: Din bemærkning er offentlig og vil måske blive brugt til at opdatere
         kortet, så indtast ikke personlige oplysninger eller oplysninger fra kort
-        beskyttet af ophavsret eller mappeoversigter.
+        beskyttet af ophavsret eller katalogfortegnelser.
       add: Tilføj bemærkning
+    notes_paging_nav:
+      showing_page: Side %{page}
+      next: Næste
+      previous: Forrige
   javascripts:
     close: Luk
     share:
@@ -3222,7 +3127,7 @@ da:
       image_dimensions: Billedet vil vise laget %{layer} i %{width} x %{height}
       download: Hent
       short_url: Kort URL
-      include_marker: Tilføj markør
+      include_marker: Medtag markør
       center_marker: Centrér kortet på markøren
       paste_html: Indsæt HTML som skal indlejres i websiden
       view_larger_map: Vis større kort
@@ -3398,6 +3303,7 @@ da:
       empty: Ingen omarbejdelser at vise.
       heading: Liste over omarbejdelser
       title: Liste over omarbejdelser
+      new: Ny omarbejdelse
     new:
       heading: Angiv oplysninger om ny omarbejdelse
       title: Opretter ny omarbejdelse
index d52321ec31252ab90a2e706ca461b7a8a0547977..833e4f3c71260eb6824f993eaf207c08f7a6cc8a 100644 (file)
@@ -8,6 +8,7 @@
 # Author: Alefar
 # Author: Als-Holder
 # Author: Amilopowers
+# Author: AnupamM
 # Author: Apmon
 # Author: Atomkraftzwerg
 # Author: Avatar
@@ -88,6 +89,7 @@
 # Author: RacoonyRE
 # Author: Raymond
 # Author: Reneman
+# Author: Robert Wetzlmayr
 # Author: Schmackes
 # Author: Sebastian Wallroth
 # Author: Simon04
@@ -150,8 +152,6 @@ de:
   activerecord:
     errors:
       messages:
-        invalid_email_address: scheint keine gültige E-Mail-Adresse zu sein
-        email_address_not_routable: ist nicht routingfähig
         display_name_is_user_n: kann nicht user_n sein, es sei denn, n ist deine Benutzer-ID
       models:
         user_mute:
@@ -230,7 +230,7 @@ de:
         longitude: Längengrad
         public: Öffentlich
         description: Beschreibung
-        gpx_file: GPX-Datei hochladen
+        gpx_file: GPS-Trace-Datei auswählen
         visibility: Sichtbarkeit
         tagstring: Tags
       message:
@@ -495,7 +495,8 @@ de:
         note: Hinweis
     timeout:
       title: Zeitüberschreitungsfehler
-      sorry: Es dauerte leider zu lange, die Daten für %{type} mit der ID %{id} abzurufen.
+      sorry: Leider hat das Abrufen der Daten für den %{type} mit der ID %{id} zu
+        lange gedauert.
       type:
         node: den Knoten
         way: den Weg
@@ -532,33 +533,55 @@ de:
       introduction: Klicke auf die Karte, um benachbarte Objekte zu finden.
       nearby: Benachbarte Objekte
       enclosing: Umschließende Objekte
+  nodes:
+    timeout:
+      sorry: Leider hat das Abrufen der Daten für den Knoten mit der ID %{id} zu lange
+        gedauert.
   old_nodes:
     not_found:
       sorry: 'Entschuldigung, Knoten #%{id} Version %{version} konnte nicht gefunden
         werden.'
+    timeout:
+      sorry: Leider hat das Abrufen der Historie des Knotens mit der ID %{id} zu lange
+        gedauert.
+  ways:
+    timeout:
+      sorry: Leider hat das Abrufen der Daten für den Weg mit der ID %{id} zu lange
+        gedauert.
   old_ways:
     not_found:
       sorry: 'Entschuldigung, Weg #%{id} Version %{version} konnte nicht gefunden
         werden.'
+    timeout:
+      sorry: Leider hat das Abrufen der Historie des Weges mit der ID %{id} zu lange
+        gedauert.
+  relations:
+    timeout:
+      sorry: Leider hat das Abrufen der Daten der Relation mit der ID %{id} zu lange
+        gedauert.
   old_relations:
     not_found:
       sorry: 'Entschuldigung, Relation #%{id} Version %{version} konnte nicht gefunden
         werden.'
+    timeout:
+      sorry: Leider dauerte das Abrufen der Historie der Relation mit der ID %{id}
+        zu lange.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Neuer Diskussionsbeitrag zum Änderungssatz Nr. %{changeset_id} von
+          %{author}
+        commented_at_by_html: '%{when} von %{user} aktualisiert'
+      show:
+        title_all: Diskussion zum OpenStreetMap-Änderungssatz
+        title_particular: Diskussion zum OpenStreetMap-Änderungssatz Nr. %{changeset_id}
+      timeout:
+        sorry: Leider ist die Liste der Kommentare der Änderungssätze, die du angefordert
+          hast, für den Abruf zu lang.
   changesets:
-    changeset_paging_nav:
-      showing_page: Seite %{page}
-      next: Nächste »
-      previous: « Vorherige
     changeset:
-      anonymous: Anonym
       no_edits: (keine Bearbeitungen)
       view_changeset_details: Details des Änderungssatzes anzeigen
-    changesets:
-      id: ID
-      saved_at: Gespeichert am
-      user: Benutzer
-      comment: Kommentar
-      area: Bereich
     index:
       title: Änderungssätze
       title_user: Änderungssätze von %{user}
@@ -588,7 +611,6 @@ de:
       title: Änderungssatz %{id}
       created_by_html: Erstellt von %{link_user} am %{created}.
     no_such_entry:
-      title: Dieser Änderungssatz existiert nicht
       heading: 'Kein Eintrag mit der ID: %{id}'
       body: Es existiert leider kein Änderungssatz mit der ID %{id}. Bitte überprüfe
         deine Rechtschreibung, oder vielleicht ist der Link, auf den du geklickt hast,
@@ -623,19 +645,6 @@ de:
       relations_paginated: Relationen (%{x}–%{y} von %{count})
     timeout:
       sorry: Es hat leider zu lange gedauert, die angeforderten Änderungssätze abzurufen.
-  changeset_comments:
-    comment:
-      comment: Neuer Diskussionsbeitrag zum Änderungssatz Nr. %{changeset_id} von
-        %{author}
-      commented_at_by_html: '%{when} von %{user} aktualisiert'
-    comments:
-      comment: 'Neuer Kommentar zum Änderungssatz #%{changeset_id} von %{author}'
-    index:
-      title_all: Diskussion zum OpenStreetMap-Änderungssatz
-      title_particular: Diskussion zum OpenStreetMap-Änderungssatz Nr. %{changeset_id}
-    timeout:
-      sorry: Leider ist die Liste der Kommentare der Änderungssätze, die du angefordert
-        hast, für den Abruf zu lang.
   dashboards:
     contact:
       km away: '%{count} km entfernt'
@@ -677,8 +686,6 @@ de:
       no_entries: Keine Blogeinträge
     page:
       recent_entries: Neueste Einträge
-      older_entries: Ältere
-      newer_entries: Neuere
     edit:
       title: Blog-Eintrag bearbeiten
       marker_text: Ort des Blogeintrags
@@ -719,8 +726,6 @@ de:
       report: Diesen Kommentar melden
     location:
       location: 'Ort:'
-      view: Anzeigen
-      edit: Bearbeiten
     feed:
       user:
         title: OpenStreetMap Blogeinträge von %{user}
@@ -747,8 +752,6 @@ de:
       post: Blogeintrag
       when: Zeitpunkt
       comment: Kommentar
-      newer_comments: Neuere Kommentare
-      older_comments: Ältere Kommentare
     new:
       heading: Einen Kommentar zur folgenden Tagebucheintragsdiskussion hinzufügen?
   doorkeeper:
@@ -824,7 +827,6 @@ de:
   geocoder:
     search:
       title:
-        results_from_html: Ergebnisse von %{results_link}
         latlon: Intern
     search_osm_nominatim:
       prefix:
@@ -1598,10 +1600,6 @@ de:
         level9: Stadtteilgrenze
         level10: Nachbarschaftsgrenze
         level11: Nachbarschaftsgrenze
-      types:
-        cities: Großstädte
-        towns: Städte
-        places: Orte
     results:
       no_results: Keine Ergebnisse gefunden
       more_results: Mehr Treffer
@@ -1615,13 +1613,18 @@ de:
       not_updated: Nicht aktualisiert
       search: Suchen
       search_guidance: 'Probleme durchsuchen:'
+      states:
+        ignored: Ignoriert
+        open: Offen
+        resolved: Erledigt
+    page:
       user_not_found: Der Benutzer ist nicht vorhanden
       issues_not_found: Keine entsprechenden Probleme gefunden
+      reported_user: Gemeldeter Benutzer
       status: Status
       reports: Meldungen
       last_updated: Zuletzt aktualisiert
       last_updated_time_ago_user_html: '%{time_ago} von %{user}'
-      link_to_reports: Meldungen ansehen
       reports_count:
         one: Eine Meldung
         other: '%{count} Meldungen'
@@ -1717,18 +1720,12 @@ de:
     history: Chronik
     export: Export
     issues: Probleme
-    data: Daten
-    export_data: Daten exportieren
     gps_traces: GPS-Tracks
-    gps_traces_tooltip: GPS-Tracks verwalten
     user_diaries: Benutzer-Blogs
-    user_diaries_tooltip: Benutzer-Blogs lesen
     edit_with: Bearbeiten mit %{editor}
-    tag_line: Die freie Wiki-Weltkarte
     intro_header: Willkommen bei OpenStreetMap!
     intro_text: OpenStreetMap ist eine Karte der Welt, erstellt von Menschen wie dir
       und frei verwendbar unter einer offenen Lizenz.
-    intro_2_create_account: Erstelle ein Benutzerkonto
     hosting_partners_2024_html: Das Hosting wird von %{fastly}, %{corpmembers} und
       anderen %{partners} unterstützt.
     partners_fastly: Fastly
@@ -1740,18 +1737,10 @@ de:
     osm_read_only: Die OpenStreetMap-Datenbank ist im Moment wegen wichtiger Wartungsarbeiten
       im „Nur-Lesen-Modus“.
     nothing_to_preview: Es existiert keine Vorschau.
-    donate: Unterstütze die OpenStreetMap-Hardwarespendenaktion durch eine eigene
-      %{link}.
     help: Hilfe
     about: Über
     copyright: Urheberrecht
     communities: Gemeinschaften
-    community: Gemeinschaft
-    community_blogs: Blogs
-    community_blogs_title: Blogs von Mitwirkenden bei OpenStreetMap
-    make_a_donation:
-      title: Unterstütze OpenStreetMap mit einer Geldspende
-      text: Spenden
     learn_more: Mehr erfahren
     more: Mehr
   user_mailer:
@@ -1791,17 +1780,21 @@ de:
       befriend_them: Du kannst sie/ihn unter %{befriendurl} ebenfalls als Freund hinzufügen.
       befriend_them_html: Du kannst sie/ihn unter %{befriendurl} auch als Freund hinzufügen.
     gpx_description:
-      description_with_tags: 'Es sieht so aus, als ob deine GPX-Datei %{trace_name}
-        mit der Beschreibung %{trace_description} und den folgenden Tags: %{tags}'
-      description_with_tags_html: 'Es scheint, dass deine GPX-Datei %{trace_name}
-        mit der Beschreibung %{trace_description} und den folgenden Tags: %{tags}'
-      description_with_no_tags: Es sieht so aus, als ob deine GPX-Datei %{trace_name}
-        mit der Beschreibung %{trace_description} und ohne Tags
-      description_with_no_tags_html: Es scheint, dass deine GPX-Datei %{trace_name}
+      description_with_tags: 'Es sieht so aus, als ob deine Datei %{trace_name} mit
+        der Beschreibung %{trace_description} und den folgenden Tags: %{tags}'
+      description_with_tags_html: 'Es scheint, dass deine Datei %{trace_name} mit
+        der Beschreibung %{trace_description} und den folgenden Tags: %{tags}'
+      description_with_no_tags: Es sieht so aus, als ob deine Datei %{trace_name}
         mit der Beschreibung %{trace_description} und ohne Tags
+      description_with_no_tags_html: Es scheint, dass deine Datei %{trace_name} mit
+        der Beschreibung %{trace_description} und ohne Tags
     gpx_failure:
       hi: Hallo %{to_user},
-      failed_to_import: 'konnte nicht importiert werden, die Fehlermeldung:'
+      failed_to_import: 'konnte nicht als GPS-Trace-Datei importiert werden. Bitte
+        vergewissere dich, dass deine Datei eine gültige GPX-Datei oder ein Archiv
+        ist, das GPX-Dateien im unterstützten Format (.tar.gz, .tar.bz2, .tar, .zip,
+        .gpx.gz, .gpx.bz2) enthält. Könnte es ein Format- oder Syntaxproblem mit deiner
+        Datei geben? Hier ist der Fehler beim Importieren:'
       more_info: Weitere Informationen über Fehler bei GPX-Importen und wie sie vermieden
         werden können finden sich in %{url}
       more_info_html: Weitere Informationen über Fehler bei GPX-Importen und wie sie
@@ -1882,15 +1875,14 @@ de:
         your_note_html: '%{commenter} hat einen Hinweis von dir in der Nähe von %{place}
           reaktiviert.'
         commented_note: '%{commenter} hat einen Hinweis in der Nähe von %{place},
-          den du kommentiert hattest, reaktivert.'
+          den du kommentiert hattest, reaktiviert.'
         commented_note_html: '%{commenter} hat einen Hinweis in der Nähe von %{place},
-          den du kommentiert hattest, reaktivert.'
+          den du kommentiert hattest, reaktiviert.'
       details: Antworte oder erfahre mehr über die Notiz unter %{url}.
       details_html: Antworte oder erfahre mehr über die Notiz unter %{url}.
     changeset_comment_notification:
       description: 'OpenStreetMap-Änderungssatz #%{id}'
       hi: Hallo %{to_user},
-      greeting: Hallo,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} hat einen deiner Änderungssätze
           diskutiert'
@@ -1966,7 +1958,6 @@ de:
     message_summary:
       unread_button: Als ungelesen markieren
       read_button: Als gelesen markieren
-      reply_button: Antworten
       destroy_button: Löschen
       unmute_button: In den Posteingang verschieben
     new:
@@ -1983,7 +1974,6 @@ de:
       body: Leider existiert keine Nachricht mit dieser ID.
     outbox:
       title: Gesendet
-      actions: Aktionen
       messages:
         one: Du hast %{count} Nachricht gesendet
         other: Du hast %{count} Nachrichten gesendet
@@ -1996,18 +1986,18 @@ de:
         one: '%{count} stummgeschatete Nachricht'
         other: '%{count} stummgeschatete Nachrichten'
     reply:
-      wrong_user: Du bist angemeldet als '%{user}', aber die Nachricht, auf die du
-        antworten wolltest, wurde nicht an diesen Benutzer gesendet. Bitte melde dich
-        zum Beantworten mit dem richtigen Benutzer an.
+      wrong_user: Du bist als '%{user}' angemeldet, aber die Nachricht, auf die du
+        antworten möchtest, wurde nicht an diesen Benutzer gesendet. Bitte melde dich
+        mit dem korrekten Benutzer an, um zu antworten.
     show:
       title: Nachricht lesen
       reply_button: Antworten
       unread_button: Als ungelesen markieren
       destroy_button: Löschen
       back: Zurück
-      wrong_user: Du bist angemeldet als '%{user}', aber die Nachricht, die du lesen
-        wolltest, wurde von einem oder an einen anderen Benutzer geschickt. Bitte
-        melde dich zum Lesen mit dem richtigen Benutzer an.
+      wrong_user: Du bist als '%{user}' angemeldet, aber die Nachricht, die du lesen
+        möchtest, wurde nicht von diesem Benutzer oder an diesen gesendet. Bitte melde
+        dich mit dem korrekten Benutzer an, um sie zu lesen.
     sent_message_summary:
       destroy_button: Löschen
     heading:
@@ -2087,7 +2077,6 @@ de:
       failure: Profil konnte nicht aktualisiert werden.
   sessions:
     new:
-      title: Anmelden
       tab_title: Anmelden
       login_to_authorize_html: Melde dich bei OpenStreetMap an, um auf %{client_app_name}
         zuzugreifen.
@@ -2096,7 +2085,6 @@ de:
       remember: Anmeldedaten merken
       lost password link: Passwort vergessen?
       login_button: Anmelden
-      register now: Jetzt registrieren
       with external: oder melde dich über einen Drittanbieter an
       or: oder
       auth failure: Mit diesen Daten leider keine Anmeldung möglich.
@@ -2129,9 +2117,27 @@ de:
       edit: Bearbeiten
       preview: Vorschau
       help: Hilfe
+    pagination:
+      diary_comments:
+        older: Ältere Kommentare
+        newer: Neuere Kommentare
+      diary_entries:
+        older: Ältere
+        newer: Neuere
+      issues:
+        older: Ältere Probleme
+        newer: Neuere Probleme
+      traces:
+        older: Ältere Tracks
+        newer: Neuere Tracks
+      user_blocks:
+        older: Ältere Sperren
+        newer: Neuere Sperren
+      users:
+        older: Ältere Benutzer
+        newer: Neuere Benutzer
   site:
     about:
-      next: Nächste
       heading_html: '%{copyright}OpenStreetMap %{br} Mitwirkende'
       used_by_html: '%{name} stellt Kartendaten für tausende von Webseiten, Apps und
         andere Geräte zur Verfügung'
@@ -2377,8 +2383,6 @@ de:
       user_page_link: Einstellungsseite
       anon_edits_link_text: Hier findest du mehr Infos dazu.
       id_not_configured: iD wurde nicht konfiguriert
-      no_iframe_support: Der Browser unterstützt keine HTML-Inlineframes (iframes),
-        die für diese Funktion notwendig sind.
     export:
       title: Exportieren
       manually_select: Einen anderen Bereich manuell auswählen
@@ -2486,10 +2490,8 @@ de:
       welcome_mat: Schau Dir das Willkommenspaket an
     sidebar:
       search_results: Suchergebnisse
-      close: Schließen
     search:
       search: Suchen
-      get_directions: Route berechnen
       get_directions_title: Routenberechnung zwischen zwei Orten
       from: Von
       to: Nach
@@ -2570,6 +2572,9 @@ de:
           hospital: Krankenhaus
           building: Bedeutendes Gebäude
           station: Bahnhof
+          railway_halt: Eisenbahnhaltestelle
+          subway_station: U-Bahnhof
+          tram_stop: Straßenbahnhaltestelle
           summit: Gipfel
           peak: Gipfel
           tunnel: Gestrichelter Rand = Tunnel
@@ -2578,7 +2583,6 @@ de:
           destination: Nur für Anrainer
           construction: Straßen im Bau
           bus_stop: Bushaltestelle
-          stop: Stop
           bicycle_shop: Fahrradladen
           bicycle_rental: Fahrradverleih
           bicycle_parking: Fahrradparkplatz
@@ -2694,8 +2698,6 @@ de:
       visibility_help_url: https://wiki.openstreetmap.org/wiki/DE:Visibility_of_GPS_traces
     update:
       updated: Track aktualisiert
-    trace_optionals:
-      tags: Tags
     show:
       title: Track %{name} ansehen
       heading: Track %{name} ansehen
@@ -2748,13 +2750,8 @@ de:
       my_traces: Meine Tracks
       traces_from: Öffentliche Tracks von %{user}
       remove_tag_filter: Tag-Filter entfernen
-    page:
-      older: Ältere Tracks
-      newer: Neuere Tracks
     destroy:
       scheduled_for_deletion: Für die Löschung vorgesehener Track
-    make_public:
-      made_public: Track (öffentlich)
     offline_warning:
       message: Das Upload-System für GPX-Dateien ist derzeit nicht verfügbar
     offline:
@@ -2769,15 +2766,10 @@ de:
         other: GPX-Datei mit %{count} Punkten von %{user}
       description_without_count: GPX-Datei von %{user}
   application:
-    basic_auth_disabled: 'Die HTTP-Basisauthentifizierung ist deaktiviert: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 und 1.0a sind deaktiviert: %{link}'
-    auth_disabled_link: https://wiki.openstreetmap.org/wiki/DE:2024_authentication_update
     permission_denied: Du hast keine Berechtigung, um auf diese Aktion zuzugreifen.
     require_cookies:
       cookies_needed: Es scheint als hättest du Cookies ausgeschaltet. Bitte aktiviere
         Cookies, bevor du fortfährst.
-    require_admin:
-      not_an_admin: Du musst ein Administrator sein, um diese Aktion auszuführen.
     setup_user_auth:
       blocked_zero_hour: Du hast eine dringende Nachricht auf der OpenStreetMap-Webseite.
         Du musst sie zuerst lesen, bevor du deine Bearbeitungen speichern kannst.
@@ -2788,7 +2780,6 @@ de:
         einzusehen. Du musst nicht einverstanden sein, aber du musst sie gesehen haben.
     settings_menu:
       account_settings: Kontoeinstellungen
-      oauth1_settings: OAuth 1-Einstellungen
       oauth2_applications: OAuth 2-Anwendungen
       oauth2_authorizations: OAuth 2-Berechtigungen
       muted_users: Stummgeschaltete Benutzer
@@ -2814,32 +2805,6 @@ de:
         title: Mit Wikipedia anmelden
         alt: Wikipedia Logo
   oauth:
-    authorize:
-      title: Zugriff auf dein Benutzerkonto autorisieren
-      request_access_html: 'Die Anwendung %{app_name} möchte auf  dein OpenStreetMap-Konto
-        %{user} zugreifen. Bitte entscheide, ob du der Anwendung die folgenden Berechtigungen
-        gewähren möchtest. Du kannst ihr entweder alle oder einige der folgenden Berechtigungen
-        gewähren:'
-      allow_to: 'Erlaube der Anwendung:'
-      allow_read_prefs: Deine Benutzereinstellungen zu lesen
-      allow_write_prefs: Deine Benutzereinstellungen verändern.
-      allow_write_diary: Blogeinträge und Kommentare zu schreiben und Freunde einzutragen
-      allow_write_api: Karte bearbeiten.
-      allow_read_gpx: Deine privaten GPS-Tracks auszulesen
-      allow_write_gpx: GPS-Tracks hochzuladen
-      allow_write_notes: Notizen bearbeiten.
-      grant_access: Zugriff gewähren
-    authorize_success:
-      title: Autorisierungsanfrage genehmigt
-      allowed_html: Du hast den Benutzerkontenzugriff für die Anwendung %{app_name}
-        gewährt.
-      verification: Der Verifizierungscode ist %{code}.
-    authorize_failure:
-      title: Autorisierungsanfrage fehlgeschlagen
-      denied: Du hast den Benutzerkontenzugriff für die Anwendung %{app_name} abgelehnt.
-      invalid: Der Autorisierungstoken ist nicht gültig.
-    revoke:
-      flash: Du hast die Berechtigung für %{application} zurückgezogen
     permissions:
       missing: Du hast den Anwendungszugriff auf diese Einrichtung nicht zugelassen.
     scopes:
@@ -2859,47 +2824,6 @@ de:
     for_roles:
       moderator: Diese Berechtigung gilt nur für Aktionen, die nur Moderatoren zur
         Verfügung stehen.
-  oauth_clients:
-    new:
-      title: Eine neue Anwendung registrieren
-      disabled: Die Registrierung von OAuth-1-Anwendungen wurde deaktiviert
-    edit:
-      title: Anwendung bearbeiten
-    show:
-      title: OAuth-Details für %{app_name}
-      key: 'Schlüssel:'
-      secret: 'Geheimnis:'
-      url: 'Tokenanfrage-URL:'
-      access_url: 'Zugriffstoken-URL:'
-      authorize_url: 'Berechtigungs-URL:'
-      support_notice: Wir unterstützen HMAC-SHA1 (empfohlen) und RSA-SHA1-Signaturen.
-      edit: Details bearbeiten
-      delete: Client löschen
-      confirm: Bist du sicher?
-      requests: 'Vom Benutzer folgende Genehmigungen anfordern:'
-    index:
-      title: Meine OAuth-Details
-      my_tokens: Meine autorisierten Anwendungen
-      list_tokens: 'Die folgenden Token wurde an Anwendungen in Ihrem Namen vergeben:'
-      application: Anwendungsname
-      issued_at: Ausgestellt am
-      revoke: Aufheben!
-      my_apps: Meine Client-Anwendungen
-      no_apps_html: Wenn du mit einer Anwendung den %{oauth}-Standard verwenden möchtest,
-        musst du sie hier registrieren.
-      oauth: OAuth
-      registered_apps: 'Du hast die folgenden Client-Anwendungen registriert:'
-      register_new: Anwendung registrieren
-    form:
-      requests: 'Vom Benutzer die folgenden Genehmigungen anfordern:'
-    not_found:
-      sorry: '%{type} konnte leider nicht gefunden werden.'
-    create:
-      flash: Daten erfolgreich registriert
-    update:
-      flash: Client-Informationen erfolgreich aktualisiert
-    destroy:
-      flash: Die registrierte Client-Anwendung wurde entfernt
   oauth2_applications:
     index:
       title: Meine Client-Anwendungen
@@ -2981,8 +2905,6 @@ de:
         privacy_policy_title: OSMF-Datenschutzrichtlinie einschließlich Abschnitt
           zu E-Mail-Adressen
         contributor_terms: Bedingungen für Mitwirkende
-      tou: Nutzungsbedingungen
-      external auth: 'Drittparteiauthentifikation:'
       continue: Registrieren
       terms accepted: Vielen Dank, dass du den neuen Bedingungen für Mitwirkende zugestimmt
         hast!
@@ -3013,14 +2935,13 @@ de:
       consider_pd: Zusätzlich zu den oben genannten Bedingungen betrachte ich meine
         Beiträge als gemeinfrei (Public Domain)
       consider_pd_why: Was bedeutet dies?
-      consider_pd_why_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain?uselang=de
       guidance_info_html: 'Informationen zum Verständnis dieser Begriffe: ein %{readable_summary_link}
         und einige %{informal_translations_link}'
       readable_summary: menschenlesbare Zusammenfassung
       informal_translations: informelle Übersetzung
       continue: Weiter
       declined: https://wiki.openstreetmap.org/wiki/DE:Contributor_Terms_Declined
-      decline: Ablehnen
+      cancel: Abbrechen
       you need to accept or decline: Bitte lies die neuen Bedingungen für Mitwirkende
         und nimm sie an oder lehne sie ab, bevor du weitermachst.
       legale_select: 'Bitte wähle das Land deines Wohnsitzes:'
@@ -3110,8 +3031,6 @@ de:
       summary_no_ip_html: '%{name} erstellt am %{date}'
       empty: Keine übereinstimmenden Benutzer gefunden
     page:
-      older: Ältere Benutzer
-      newer: Neuere Benutzer
       found_users:
         one: '%{count} Benutzer gefunden'
         other: '%{count} Benutzer gefunden'
@@ -3150,23 +3069,11 @@ de:
       not_revoke_admin_current_user: Die Administratorrolle kann nicht dem aktuellen
         Benutzer entzogen werden.
     grant:
-      title: Bestätige Rollenzuordnung
-      heading: Bestätige Rollenzuordnung
-      are_you_sure: Bist du sicher, dass du Nutzer „%{name}“ der Rolle „%{role}“ zuordnen
-        möchtest?
-      confirm: Bestätigen
-      fail: Der Nutzer „%{name}“ konnte der Rolle „%{role}“ nicht zugeordnet werden.
-        Bitte überprüfe, ob es sich um einen gültigen Benutzer und eine gültige Rolle
-        handelt.
+      are_you_sure: Bist du sicher, dass du Benutzer „%{name}“ der Rolle „%{role}“
+        zuordnen möchtest?
     revoke:
-      title: Bestätige Aufhebung der Rollenzuordnung
-      heading: Bestätige Aufhebung der Rollenzuordnung
       are_you_sure: Bist du sicher, dass du die Zuordnung von Benutzer „%{name}“ zur
         Rolle „%{role}“ aufheben willst?
-      confirm: Bestätigen
-      fail: Konnte die Zuordnung von Benutzer „%{name}“ zu Rolle „%{role}“ nicht aufheben.
-        Bitte überprüfe, ob es sich um einen gültigen Benutzer und eine gültige Rolle
-        handelt.
   user_blocks:
     model:
       non_moderator_update: Du musst Moderator sein, um eine Sperre einzurichten oder
@@ -3185,6 +3092,7 @@ de:
       heading_html: Sperre von %{name} bearbeiten
       period: Dauer, ab jetzt, während der dem Benutzer der Zugriff auf die API gesperrt
         wird.
+      revoke: Sperre aufheben
     filter:
       block_period: Die Sperrdauer muss einem der Werte aus der Drop-Down-Liste entsprechen.
     create:
@@ -3192,6 +3100,8 @@ de:
     update:
       only_creator_can_edit: Nur der Moderator, der die Sperre eingerichtet hat, kann
         sie ändern.
+      only_creator_can_edit_without_revoking: Nur der Moderator, der diesen Block
+        erstellt hat, kann ihn bearbeiten, ohne die Berechtigung zu entziehen.
       only_creator_or_revoker_can_edit: Nur die Moderatoren, die die Sperre eingerichtet
         haben, können sie ändern.
       inactive_block_cannot_be_reactivated: Diese Sperre ist inaktiv und kann nicht
@@ -3201,14 +3111,6 @@ de:
       title: Benutzersperren
       heading: Liste der Benutzersperren
       empty: Noch nie gesperrt.
-    revoke:
-      title: Sperre für %{block_on} aufheben
-      heading_html: Sperre für %{block_on} durch %{block_by} aufgehoben
-      time_future_html: 'Blockablaufdatum: %{time}.'
-      past_html: Diese Sperre endete %{time} und kann nicht mehr aufgehoben werden.
-      confirm: Bist du sicher, dass du diese Sperre aufheben möchtest?
-      revoke: Aufheben
-      flash: Die Sperre wurde aufgehoben.
     revoke_all:
       title: Alle Sperren auf %{block_on} aufheben
       heading_html: Alle Sperren auf %{block_on} aufheben
@@ -3255,27 +3157,19 @@ de:
       created: 'Erstellt:'
       duration: 'Dauer:'
       status: 'Status:'
-      show: anzeigen
       edit: Bearbeiten
-      revoke: Aufheben!
-      confirm: Bist du sicher?
       reason: 'Grund der Sperre:'
       revoker: 'Aufgehoben von:'
-      needs_view: Der Benutzer muss sich wieder anmelden, damit die Sperre beendet
-        wird.
     block:
       not_revoked: (nicht aufgehoben)
       show: Anzeigen
       edit: Bearbeiten
-      revoke: Aufheben!
-    blocks:
+    page:
       display_name: Gesperrter Benutzer
       creator_name: Urheber
       reason: Grund der Sperre
       status: Status
       revoker_name: Aufgehoben von
-      older: Ältere Sperren
-      newer: Neuere Sperren
     navigation:
       all_blocks: Alle Sperren
       blocks_on_me: Meine Sperren
@@ -3322,6 +3216,11 @@ de:
       description: Hinweis
       created_at: Erstellt am
       last_changed: Zuletzt geändert
+      apply: Anwenden
+      all: Alle
+      open: Offen
+      closed: Geschlossen
+      status: Status
     show:
       title: 'Hinweis: %{id}'
       description: Beschreibung
@@ -3340,6 +3239,9 @@ de:
       report: diesen Hinweis melden
       anonymous_warning: Dieser Hinweis enthält Kommentare von anonymen Benutzern,
         die unabhängig geprüft werden sollten.
+      discussion: Diskussion
+      subscribe: Abonnieren
+      unsubscribe: Abbestellen
       hide: Verstecken
       resolve: Erledigt
       reactivate: Reaktivieren
@@ -3367,6 +3269,10 @@ de:
         werden. Gib deshalb keine persönlichen oder urheberrechtlich geschützten Informationen
         von anderen Karten oder Verzeichnislisten an.
       add: Hinweis/Fehler melden
+    notes_paging_nav:
+      showing_page: Seite %{page}
+      next: Weiter
+      previous: Zurück
   javascripts:
     close: Schließen
     share:
@@ -3565,6 +3471,7 @@ de:
       empty: Keine Redactions.
       heading: Liste der Redactions
       title: Liste der Redaktionen
+      new: Neue Redaktion
     new:
       heading: Informationenen für eine neue Redaction eingeben
       title: Neue Redaction erstellen
index e2594f58b7313c460a0a82e5b885b3ee674d73dc..a51629a53a679c74bd2b2255559abf9293f58cdd 100644 (file)
@@ -48,8 +48,6 @@ diq:
   activerecord:
     errors:
       messages:
-        invalid_email_address: Ravêrde ze yew adresê eposta nêaseno
-        email_address_not_routable: Tadeyaye niyo
         display_name_is_user_n: n, hendık kamiya karkeriya şoma nêbo  user_n nêbeno.
       models:
         user_mute:
@@ -277,20 +275,9 @@ diq:
       nearby: Nezdıra xısusiyeti
       enclosing: Muhtewa xısusiyeti
   changesets:
-    changeset_paging_nav:
-      showing_page: Pele %{page}
-      next: Bahdoyên »
-      previous: « Verên
     changeset:
-      anonymous: Anonim
       no_edits: (vırnayış çıniyo)
       view_changeset_details: Teferuatê vurnayışê seti bıvin
-    changesets:
-      id: ID
-      saved_at: Cayê qeydi
-      user: Karber
-      comment: Mışewre
-      area: Erd
     index:
       title: Qeydê vurnayışan
       title_user: Vurriyayışê qeydi %{user}
@@ -381,15 +368,11 @@ diq:
       report: Nê mışewreyi rapor ke
     location:
       location: 'Lokasyon:'
-      view: Bıvêne
-      edit: Bıvurne
   diary_comments:
     page:
       post: Rışte
       when: Key
       comment: Mışewre
-      newer_comments: Mışewreyê Newey
-      older_comments: Mışewreyê Kehani
   errors:
     contact:
       contact: irtibat
@@ -819,17 +802,14 @@ diq:
           dam: Berac
           lock: İskele
           river: Ro
-      types:
-        cities: Sûki
-        towns: Bacari
-        places: Cayi
   issues:
     index:
+      states:
+        open: Ake
+    page:
       status: Weziyet
       reports: Rapori
       last_updated: Rocanekerdışo Peyên
-      states:
-        open: Ake
   layouts:
     logout: Bıveciye
     log_in: Cı kewe
@@ -837,13 +817,10 @@ diq:
     edit: Bıvurne
     history: Tarix
     export: Teberdayış
-    data: Melumati
     tou: Şertê gurenayışi
     help: Peşti
     about: Heqa
     copyright: Heqa telifi
-    community: Cemaet
-    community_blogs: Blogê Cemaeti
     learn_more: Tayêna bımuse
     more: Zêde
   user_mailer:
@@ -858,8 +835,6 @@ diq:
     note_comment_notification:
       anonymous: Yew karbero bêname
       greeting: Merheba,
-    changeset_comment_notification:
-      greeting: Merheba,
   confirmations:
     confirm:
       button: Tesdiq ke
@@ -874,7 +849,6 @@ diq:
       subject: Mewzu
       date: Tarix
     message_summary:
-      reply_button: Cewab bıde
       destroy_button: Bestere
     new:
       title: Mesac bırışê
@@ -909,20 +883,23 @@ diq:
       home location: 'Herune:'
   sessions:
     new:
-      title: Cıkewtış
       tab_title: Cıkewtış
       email or username: 'Adresa e-posteyi ya zi nameyê karberi:'
       password: 'Parola:'
       remember: Mı biya xo viri
       lost password link: Şıma parolay xo ke xo vira?
       login_button: Cıkewtış
-      register now: Enewkê qeyd bê
     destroy:
       title: Veciyayış
       heading: OpenStreetMap ra vıcyayış
       logout_button: Veciyayış
     suspended_flash:
       support: peşti
+  shared:
+    pagination:
+      diary_comments:
+        older: Mışewreyê Kehani
+        newer: Mışewreyê Newey
   site:
     copyright:
       native:
@@ -943,7 +920,6 @@ diq:
       export_button: Teberdayış
     sidebar:
       search_results: Peyniya cıgeyrayışi
-      close: Kip ke
     search:
       search: Cı geyre
       from: Rıştoğ
@@ -973,8 +949,6 @@ diq:
   traces:
     new:
       help: Peşti
-    trace_optionals:
-      tags: Etiketi
     show:
       title: Rêça %{name} mocnêyêna
       heading: Rêça %{name} mocnêyêna
@@ -1007,13 +981,6 @@ diq:
       public_traces: Pêron rê akerde rêçê GPS
       public_traces_from: '%{user} ra pêron rê akerde rêçê GPS'
       tagged_with: '%{tags} ya etiketyayo'
-  oauth_clients:
-    show:
-      edit: Teferuatan bıvurne
-      confirm: Şıma bêgumanê?
-    index:
-      issued_at: Mersela
-      revoke: Terkne!
   users:
     new:
       continue: Qeyd be
@@ -1022,7 +989,6 @@ diq:
       heading: Terimi
       consider_pd_why: no çıko?
       continue: Dewam ke
-      decline: Red kerê
       legale_names:
         france: Fransa
         italy: İtalya
@@ -1080,11 +1046,6 @@ diq:
     suspended:
       title: Hesab Darideyo
       heading: Hesab Darideyo
-  user_role:
-    grant:
-      confirm: Tesdiq ke
-    revoke:
-      confirm: Tesdiq ke
   user_blocks:
     new:
       title: '%{name}i rê blok vırazeno.'
@@ -1096,8 +1057,6 @@ diq:
       success: Bloqe noroc resneya.
     index:
       title: Bloqeyê karberi
-    revoke:
-      revoke: Terkne!
     helper:
       time_future_html: '%{time} dı bıqediyo'
       time_past_html: '%{time} qedya'
@@ -1115,17 +1074,13 @@ diq:
       title: Karber %{block_by} karber %{block_on} ke bloqe
       heading_html: Karber %{block_by} karber %{block_on} ke bloqe
       status: Weziyet
-      show: Bımocne
       edit: Bıvurne
-      revoke: Terkne!
-      confirm: Şıma bêgumanê?
       revoker: 'Terkner:'
     block:
       not_revoked: (nê terkiyayo)
       show: Bımocne
       edit: Bıvurne
-      revoke: Terkne!
-    blocks:
+    page:
       display_name: Karberê kılitbiyayey
       creator_name: Vıraştoğ
       status: Weziyet
@@ -1141,6 +1096,8 @@ diq:
       comment: Mışewre
     new:
       title: Nota Newi
+    notes_paging_nav:
+      showing_page: Pele %{page}
   javascripts:
     close: Kip ke
     share:
index 3641726238ace2190b112c37925eb5d3f518d31f..12d4779b156483247ec98648ff3873274f270ecf 100644 (file)
@@ -263,20 +263,9 @@ dsb:
       wikipedia_link: Nastawk %{page} we Wikipediji
       telephone_link: Na %{phone_number} zazwoniś
   changesets:
-    changeset_paging_nav:
-      showing_page: Bok %{page}
-      next: Pśiducy »
-      previous: « Pjerwjejšny
     changeset:
-      anonymous: Anonymny
       no_edits: (žedne změny)
       view_changeset_details: Drobnostki sajźbow změnow pokazaś
-    changesets:
-      id: ID
-      saved_at: Datum składowanja
-      user: Wužywaŕ
-      comment: Komentar
-      area: Wurězk
     index:
       title: Sajźby změnow
       title_user: Sajźby změnow wót %{user}
@@ -344,8 +333,6 @@ dsb:
       no_entries: Žedne zapiski dnjownika
     page:
       recent_entries: Nejnowše zapiski dnjownika
-      older_entries: Starše zapiski
-      newer_entries: Nowše zapiski
     edit:
       title: Zapisk dnjownika wobźěłaś
       marker_text: Městno zapiska dnjownika
@@ -379,8 +366,6 @@ dsb:
       confirm: Wobkšuśiś
     location:
       location: 'Městno:'
-      view: Woglědaś se
-      edit: Wobźěłaś
     feed:
       user:
         title: Zapiski dnjownika OpenStreetMap za %{user}
@@ -396,8 +381,6 @@ dsb:
       post: Powěsć
       when: Cas
       comment: Komentar
-      newer_comments: Nowše komentary
-      older_comments: Starše komentary
   friendships:
     make_friend:
       heading: '%{user} ako pśijaśela pśidaś?'
@@ -863,10 +846,6 @@ dsb:
         level8: Měsćańska granica
         level9: Granica měsćańskego źěla
         level10: Pśedměsćańska granica
-      types:
-        cities: Wjelike města
-        towns: Města
-        places: Městna
     results:
       no_results: Žedne wuslědki namakane
       more_results: Dalšne wuslědki
@@ -881,34 +860,21 @@ dsb:
     edit: Wobźěłaś
     history: Historija
     export: Eksport
-    data: Daty
-    export_data: Daty eksportěrowaś
     gps_traces: GPS-slědy
-    gps_traces_tooltip: GPS-slědy zastojaś
     user_diaries: Dnjowniki
-    user_diaries_tooltip: Wužywarske dnjowniki cytaś
     edit_with: Z %{editor} wobźěłaś
-    tag_line: Licha wikikórta swěta
     intro_header: Witaj k OpenStreetMap!
     intro_text: OpenStreetMap jó kórta swěta, napórana wót luźi ako ty a dajo se licho
       pód wótwórjoneju licencu wužywaś.
-    intro_2_create_account: Załož wužywarske konto
     partners_partners: partnerow
     osm_offline: Datowa banka OpenStreetMap jo tuchylu offline, dokulaž se wažne źěło
       za wótglědowanje datoweje banki pśewjedujo.
     osm_read_only: Datowa banka OpenStreetMap jo tuchylu w modusu "Jano cytaś", dokulaž
       se wažne źěło za wótglědowanje datoweje banki pśewjedujo.
-    donate: Pódprěj OpenStreetMap pśez %{link} do fondsa aktualizacije hardware
     help: Pomoc
     about: Wó
     copyright: Awtorske pšawo
     communities: Zgromadnosći
-    community: Zgromaźeństwo
-    community_blogs: Blogi zgromaźeństwa
-    community_blogs_title: Blogi cłonkow zgromaźeństwa OpenStreetMap
-    make_a_donation:
-      title: Pódprěj OpenStreetMap z pjenjezneju pósćiwanku
-      text: Pósćiś
     learn_more: Dalšne informacije
     more: Wěcej
   user_mailer:
@@ -1031,7 +997,6 @@ dsb:
     message_summary:
       unread_button: Ako njepśecytany markěrowaś
       read_button: Ako pśecytany markěrowaś
-      reply_button: Wótegroniś
       destroy_button: Lašowaś
     new:
       title: Powěsć pósłaś
@@ -1121,22 +1086,30 @@ dsb:
       update home location on click: Bydlišćo pśi kliknjenju na kórtu aktualizěrowaś?
   sessions:
     new:
-      title: Pśizjawjenje
       tab_title: Pśizjawjenje
       email or username: 'E-mailowa adresa abo wužywarske mě:'
       password: 'Gronidło:'
       remember: Spomnjeś se
       lost password link: Sy swójo gronidło zabył?
       login_button: Pśizjawiś se
-      register now: Něnto registrěrowaś
       auth failure: Bóžko, pśizjawjenje z toś tymi datami njejo móžno.
     destroy:
       title: Wótzjawiś se
       heading: Z OpenStreetMap se wótzjawiś
       logout_button: Wótzjawjenje
+  shared:
+    pagination:
+      diary_comments:
+        older: Starše komentary
+        newer: Nowše komentary
+      diary_entries:
+        older: Starše zapiski
+        newer: Nowše zapiski
+      traces:
+        older: Starše slědy
+        newer: Nowše slědy
   site:
     about:
-      next: Pśiducy
       used_by_html: '%{name} staja kórtowe daty za sta websedłow, mobilne nałoženja
         a rědy k dispoziciji'
       lede_text: OpenStreetMap twóri se wót zgromaźeństwa kartěrowarjow, kótarež pśinosuju
@@ -1195,8 +1168,6 @@ dsb:
       user_page_link: wužywarskem boku
       anon_edits_link_text: Wuslěź, cogodla tomu tak jo.
       id_not_configured: iD njejo se konfigurěrował
-      no_iframe_support: Twój wobglědowak njepódpěrujo HTML-elementy iframe, kótarež
-        su trěbne za toś tu funkciju.
     export:
       title: Eksportěrowaś
       manually_select: Drugi wurězk manuelnje wubraś
@@ -1257,7 +1228,6 @@ dsb:
       title: Maš hyšći pšašanja?
     sidebar:
       search_results: Pytańske wuslědki
-      close: Zacyniś
     search:
       search: Pytaś
       where_am_i: Źo som?
@@ -1364,8 +1334,6 @@ dsb:
       title: Wobźěłujo se slěd %{name}
       heading: Wobźěłujo se slěd %{name}
       visibility_help: Co to groni?
-    trace_optionals:
-      tags: Atributy
     show:
       title: Pokazujo se slěd %{name}
       heading: Pokazujo se slěd %{name}
@@ -1402,13 +1370,8 @@ dsb:
       description: Nejnowše nagraśa GPS-cerow pśepytaś
       tagged_with: '   wobznamjenjony pśez %{tags}'
       upload_trace: Slěd nagraś
-    page:
-      older: Starše slědy
-      newer: Nowše slědy
     destroy:
       scheduled_for_deletion: Za wulašowanje pśedwiźona cera
-    make_public:
-      made_public: Wózjawjona cera
     offline_warning:
       message: Nagrawański system GPX-datajow njestoj tuchylu k dispoziciji
     offline:
@@ -1433,70 +1396,6 @@ dsb:
       need_to_see_terms: Twój pśistup na API jo nachylu wusajźony. Pšosym pśizjaw
         se k webpówjerchoju, aby se wužywarske wuměnjenja woglědał. Njetrjebaš zwóliś
         do nich, musyš se je jano woglědaś.
-  oauth:
-    authorize:
-      title: Pśistup na twójo konto awtorizěrowaś
-      request_access_html: Aplikacija %{app_name} pšosy wó pśistup na twójo konto,
-        %{user}. Pšosym pśeglědaj, lěc aplikacija móžo slědujuce pšawa měś. Móžoš
-        ze slědujucych pšawow jadne pšawo abo teke někotare z nich wubraś.
-      allow_to: 'Dowól aplikaciji:'
-      allow_read_prefs: twóje wužywarske nastajenja cytaś.
-      allow_write_prefs: twóje wužywarske nastajenja změniś
-      allow_write_diary: zapiski dnjownika a komentary spisaś a pśijaśelow zapisaś
-      allow_write_api: kórtu změniś.
-      allow_read_gpx: twóje priwatne GPS-slědy cytaś.
-      allow_write_gpx: GPS-slědy nagraś.
-      allow_write_notes: pokazki změniś.
-    authorize_success:
-      title: Awtorizěrowańske napšašowanje dowólone
-      allowed_html: Sy pśistup nałoženja %{app_name} na twójo konto dowólił.
-      verification: Pśeglědowański kode jo %{code}
-    authorize_failure:
-      title: Awtorizěrowańske napšašowanje njejo se raźiło
-      denied: Sy pśistup nałoženja %{app_name} na twójo konto wótpokazał.
-      invalid: Awtorizěrowański token njejo płaśiwy.
-    revoke:
-      flash: Sy token za %{application} anulěrował.
-  oauth_clients:
-    new:
-      title: Nowu aplikaciju registrěrowaś
-    edit:
-      title: Twóju aplikaciju wobźěłaś
-    show:
-      title: OAuth-drobnostki za %{app_name}
-      key: 'Kluc pśetrjebowarja:'
-      secret: 'Pótajmnosć pśetrjebowarja:'
-      url: 'URL za napšašowański token:'
-      access_url: 'URL pśistupnego tokena:'
-      authorize_url: 'URL awtorizěrowaś:'
-      support_notice: Pódpěramy HMAC-SHA1 (pórucujo se) a signatury RSA_SH1.
-      edit: Drobnostki wobźěłaś
-      delete: Klient wulašowaś
-      confirm: Sy se wěsty?
-      requests: 'Pominaju se slědujuce pšawa wót wužywarja:'
-    index:
-      title: Móje OAuth-drobnostiki
-      my_tokens: Móje awtorizěrowane aplikacije
-      list_tokens: 'Slědujuce tokeny su se wustajili za aplikacije w twójom mjenju:'
-      application: Mě aplikacije
-      issued_at: Wustajony
-      revoke: Wótpóraś!
-      my_apps: Móje aplikacije
-      no_apps_html: Maš aplikaciju, kótaruž coš registrěrowaś, aby ju ze standardom
-        %{oauth} wužywał? Musyš swóju webaplikaciju registrěrowaś, nježli až móžoš
-        toś tej słužbje OAuth-napšašowanja pósłaś.
-      registered_apps: 'Sy slědujuce aplikacije zregistrěrował:'
-      register_new: Twóju aplikaciju registrěrowaś
-    form:
-      requests: 'Pominaj slědujuce pšawa wót wužywarja:'
-    not_found:
-      sorry: Bóžko toś ten %{type} njejo se namakał.
-    create:
-      flash: Jo informacije wuspěšnje zregistrěrował.
-    update:
-      flash: Informacije wó klienśe wuspěšnje zaktualizěrowane
-    destroy:
-      flash: Registrěrowanje aplikacije znicone
   users:
     new:
       title: Registrěrowaś
@@ -1513,7 +1412,6 @@ dsb:
       consider_pd: Pśidatnje ku górjejce dojadnanjeju, mam swóje pśinoski za zjawnosć
         pśistupne.
       consider_pd_why: Co to jo?
-      decline: Wótpokazaś
       you need to accept or decline: Pšosym pśecytaj nowe wužywarske wuměnjenja a
         akceptěruj abo wótpokaž je, nježli až dalej cyniš.
       legale_select: 'Pšosym wubjeŕ kraj swójogo bydleńskego sedla:'
@@ -1593,19 +1491,9 @@ dsb:
       already_has_role: Wužywaŕ ma južo rolu %{role}.
       doesnt_have_role: Wužywaŕ njama rolu %{role}.
     grant:
-      title: Rozdaśe role wobkšuśiś
-      heading: Rozdaśe role wobkšuśiś
       are_you_sure: Coš napšawdu wužywarjeju "%{name}" rolu "%{role}" daś?
-      confirm: Wobkšuśiś
-      fail: Wužywaŕ "%{name}" njejo mogał rolu "%{role}" dostaś. Pšosym pśeglědaj,
-        lěc wužywaŕ a rola stej płaśiwej.
     revoke:
-      title: Zajmjeśe role wobkšuśiś
-      heading: Zajmjeśe role wobkšuśiś
       are_you_sure: Coš napšawdu wužywarjeju "%{name}" rolu "%{role}" zajmjeś?
-      confirm: Wobkšuśiś
-      fail: Njejo móžno było wužwyarjeju  "%{name}" rolu "%{role}" zajmjeś. Pšosym
-        pśeglědaj, lěc wužywaŕ a rola stej płaśiwej.
   user_blocks:
     model:
       non_moderator_update: Musy moderator byś, aby blokěrowanje wuźělił abo aktualizěrował.
@@ -1634,14 +1522,6 @@ dsb:
       title: Wužywarske blokěrowanja
       heading: Lisćina wužywarskich blokěrowanjow
       empty: Blokěrowanja hyšći njejsu se wuźělili.
-    revoke:
-      title: Wótpórajo se blokěrowanje pśeśiwo %{block_on}
-      heading_html: Wótpórajo se blokěrowanje pśeśiwo %{block_on} wót %{block_by}
-      time_future_html: Toś to blokěrowanje skóńcyjo se %{time}.
-      past_html: Toś to blokěrowanje jo se %{time} skóńcyło a njedajo se něnto wótpóraś.
-      confirm: Coš napšawdu toś to blokěrowanje wótpóraś?
-      revoke: Wótpóraś!
-      flash: Toś to blokěrowanje jo se wótpórało.
     helper:
       time_future_html: Kóńcy se %{time}.
       until_login: Aktiwny, až wužywaŕ se njepśizjawja.
@@ -1664,19 +1544,14 @@ dsb:
       title: '%{block_on} zablokěrowany wót %{block_by}'
       heading_html: '%{block_on} jo se zablokěrował wót %{block_by}'
       status: Status
-      show: Pokazaś
       edit: Wobźěłaś
-      revoke: Wótpóraś!
-      confirm: Sy se wěsty?
       reason: 'Pśicyna za blokěrowanje:'
       revoker: 'Anulěrowaŕ:'
-      needs_view: Wužywaŕ musy se pśizjawiś, nježli blokěrowanje se wótpórajo.
     block:
       not_revoked: (nic wótpórany)
       show: Pokazaś
       edit: Wobźěłaś
-      revoke: Wótpóraś!
-    blocks:
+    page:
       display_name: Zablokěrowany wužywaŕ
       creator_name: Blokěrowaŕ
       reason: Pśicyna za blokěrowanje
@@ -1712,6 +1587,8 @@ dsb:
         aby problem rozkładł. (Pšosym njezapódaj wósobinske informacije abo informacije
         z kórtow šćitanych pśez awtorske pšawo abo lisćiny zarědnikow.)
       add: Pokazku pśidaś
+    notes_paging_nav:
+      showing_page: Bok %{page}
   javascripts:
     close: Zacyniś
     share:
index 834ecf05b91e11ad67e83d7751214e5dd46ba4fd..4989e02e919d42f64d23f998cb01c99a333b92da 100644 (file)
@@ -10,6 +10,7 @@
 # Author: Consta
 # Author: Crazymadlover
 # Author: Danieldegroot2
+# Author: Dimitris131
 # Author: Dogogos123
 # Author: Evropi
 # Author: FocalPoint
@@ -33,6 +34,7 @@
 # Author: Opensavk
 # Author: P20kios
 # Author: Panos78
+# Author: PeachyOne
 # Author: Protnet
 # Author: Ruila
 # Author: Shirayuki
@@ -80,8 +82,6 @@ el:
   activerecord:
     errors:
       messages:
-        invalid_email_address: δεν φαίνεται να είναι έγκυρη διεύθυνση ηλ. ταχυδρομείου
-        email_address_not_routable: δεν είναι δρομολογητέο
         display_name_is_user_n: δεν μπορεί να είναι user_n εκτός αν το n είναι το
           αναγνωριστικό χρήστη σας
       models:
@@ -89,8 +89,8 @@ el:
           is_already_muted: είναι ήδη σε σίγαση
     models:
       acl: Λίστα ελέγχου πρόσβασης
-      changeset: Î\9fμάδα αλλαγών
-      changeset_tag: Ετικέτα ομάδας αλλαγών
+      changeset: Î£Ï\8dνολο αλλαγών
+      changeset_tag: Ετικέτα συνόλου αλλαγών
       country: Χώρα
       diary_comment: Σχόλιο ημερολογίου
       diary_entry: Καταχώριση ημερολογίου
@@ -105,9 +105,9 @@ el:
       old_relation: Παλαιά σχέση
       old_relation_member: Παλαιό μέλος της σχέσης
       old_relation_tag: Παλαιά ετικέτα της σχέσης
-      old_way: Î Î±Î»Î±Î¹Î¬ Î´Î¹Î±Î´Ï\81ομή
-      old_way_node: Î\9aÏ\8cμβοÏ\82 Ï\80αλαιάÏ\82 Î´Î¹Î±Î´Ï\81ομής
-      old_way_tag: Î\95Ï\84ικέÏ\84α Ï\80αλαιάÏ\82 Î´Î¹Î±Î´Ï\81ομής
+      old_way: Î Î±Î»Î±Î¹Î¬ Î³Ï\81αμμή
+      old_way_node: Î\9aÏ\8cμβοÏ\82 Ï\80αλαιάÏ\82 Î³Ï\81αμμής
+      old_way_tag: Î\95Ï\84ικέÏ\84α Ï\80αλαιάÏ\82 Î³Ï\81αμμής
       relation: Σχέση
       relation_member: Μέλος της σχέσης
       relation_tag: Ετικέτα της σχέσης
@@ -119,9 +119,9 @@ el:
       user: Χρήστης
       user_preference: Προτιμήσεις χρήστη
       user_token: Διακριτικό χρήστη
-      way: Î\94ιαδÏ\81ομή
-      way_node: Î\9aÏ\8cμβοÏ\82 Î´Î¹Î±Î´Ï\81ομής
-      way_tag: Î\95Ï\84ικέÏ\84α Î´Î¹Î±Î´Ï\81ομής
+      way: Î\93Ï\81αμμή
+      way_node: Î\9aÏ\8cμβοÏ\82 Î³Ï\81αμμής
+      way_tag: Î\95Ï\84ικέÏ\84α Î³Ï\81αμμής
     attributes:
       client_application:
         name: Όνομα (απαιτείται)
@@ -162,7 +162,7 @@ el:
         longitude: Γεωγραφικό μήκος
         public: Δημόσιο
         description: Περιγραφή
-        gpx_file: Î\91νέβαÏ\83μα GPX Î±Ï\81Ï\87είοÏ\85
+        gpx_file: Î\95Ï\80ιλογή Î±Ï\81Ï\87είοÏ\85 Î¯Ï\87νοÏ\85Ï\82 GPX
         visibility: Ορατότητα
         tagstring: Ετικέτες
       message:
@@ -181,9 +181,9 @@ el:
         auth_provider: Πάροχος αυθεντικοποίησης
         auth_uid: UID αυθεντικοποίησης
         email: Διεύθυνση ηλεκτρονικού ταχυδρομείου
-        new_email: Νέα διεύθυνση email
+        new_email: Νέα διεύθυνση ηλεκτρονικού ταχυδρομείου
         active: Ενεργό
-        display_name: Î\95μÏ\86άνιÏ\83η Î¿Î½Ï\8cμαÏ\84οÏ\82
+        display_name: Î\95μÏ\86ανιζÏ\8cμενο Î\8cνομα
         description: Περιγραφή προφίλ
         home_lat: Γεωγραφικό πλάτος
         home_lon: Γεωγραφικό μήκος
@@ -338,9 +338,9 @@ el:
         agreed: Έχετε αποδεχτεί τους νέους Όρους Συνεισφοράς.
         not yet agreed: Δεν έχετε αποδεχτεί τους νέους Όρους Συνεισφοράς.
         review link text: Παρακαλούμε ακολουθήστε αυτό το σύνδεσμο, για την ενημέρωση
-          σας και την αποδοχή των νέων όρων συνεισφοράς.
-        agreed_with_pd: Δηλώσατε επίσης ότι αποδέχεστε ότι οι τροποποιήσεις σας ανήκουν
-          στον δημόσιο τομέα.
+          σας και την αποδοχή των νέων Όρων Συνεισφοράς.
+        agreed_with_pd: Δηλώσατε επίσης ότι αποδέχεστε ότι οι τροποποιήσεις σας αποτελούν
+          κοινό κτήμα.
         link text: τι είναι αυτό;
       save changes button: Αποθήκευση αλλαγών
       delete_account: Διαγραφή λογαριασμού...
@@ -350,10 +350,11 @@ el:
         δεν μπορούν να σας στείλουν μηνύματα ή να δουν την τοποθεσία σας. Για να δείξετε
         τι επεξεργαστήκατε και να επιτρέψετε στους άλλους να επικοινωνήσουν μαζί σας
         μέσω του ιστότοπου, κάντε κλικ στο παρακάτω κουμπί.
-      only_public_can_edit: Î\91Ï\80Ï\8c Ï\84ην Î±Î»Î»Î±Î³Î® Ï\84οÏ\85 API 0.6, Î¼Ï\8cνο Î¿Î¹ Î´Î·Î¼Ï\8cÏ\83ιοι Ï\87Ï\81ήÏ\83Ï\84εÏ\82 Î¼Ï\80οÏ\81οÏ\8dν
-        να επεξεργάζονται τα δεδομένα χάρτη.
+      only_public_can_edit: Î\9cεÏ\84ά Ï\84ην Î±Î»Î»Î±Î³Î® Ï\83Ï\84ο API 0.6, Î¼Ï\8cνο Î¿Î¹ Î´Î·Î¼Ï\8cÏ\83ιοι Ï\87Ï\81ήÏ\83Ï\84εÏ\82
+        Î¼Ï\80οÏ\81οÏ\8dν Î½Î± ÎµÏ\80εξεÏ\81γάζονÏ\84αι Ï\84α Î´ÎµÎ´Î¿Î¼Î­Î½Î± Ï\87άÏ\81Ï\84η.
       find_out_why: μάθετε γιατί
-      email_not_revealed: Η διεύθυνση email σας δεν θα αποκαλυφθεί αν γίνει δημόσια.
+      email_not_revealed: Η διεύθυνση ηλεκτρονικού ταχυδρομείου σας δεν θα αποκαλυφθεί
+        αν γίνει δημόσια.
       not_reversible: Αυτή η ενέργεια δεν μπορεί να αντιστραφεί και όλοι οι νέοι χρήστες
         είναι πλέον δημόσιοι από προεπιλογή.
       make_edits_public_button: Να γίνουν όλες οι επεξεργασίες μου δημόσιες
@@ -377,8 +378,8 @@ el:
       one: '%{count} σχέση'
       other: '%{count} σχέσεις'
     part_of_ways:
-      one: '%{count} Î´Î¹Î±Î´Ï\81ομή'
-      other: '%{count} Î´Î¹Î±Î´Ï\81ομές'
+      one: '%{count} Î³Ï\81αμμή'
+      other: '%{count} Î³Ï\81αμμές'
     download_xml: Λήψη XML
     view_history: Προβολή ιστορικού
     view_unredacted_history: Προβολή μη τροποποιημένου ιστορικού
@@ -390,15 +391,15 @@ el:
       title_html: 'Κόμβος: %{name}'
       history_title_html: 'Ιστορικό κόμβου: %{name}'
     way:
-      title_html: 'Î\94ιαδÏ\81ομή: %{name}'
-      history_title_html: 'Î\99Ï\83Ï\84οÏ\81ικÏ\8c Î´Î¹Î±Î´Ï\81ομής: %{name}'
+      title_html: 'Î\93Ï\81αμμή: %{name}'
+      history_title_html: 'Î\99Ï\83Ï\84οÏ\81ικÏ\8c Î³Ï\81αμμής: %{name}'
       nodes: Κόμβοι
       nodes_count:
         one: '%{count} κόμβος'
         other: '%{count} κόμβοι'
       also_part_of_html:
-        one: Ï\84μήμα Ï\84ηÏ\82 Î´Î¹Î±Î´Ï\81ομής %{related_ways}
-        other: Ï\84μήμα Ï\84Ï\89ν Î´Î¹Î±Î´Ï\81ομών %{related_ways}
+        one: Ï\84μήμα Ï\84ηÏ\82 Î³Ï\81αμμής %{related_ways}
+        other: Ï\84μήμα Ï\84Ï\89ν Î³Ï\81αμμών %{related_ways}
     relation:
       title_html: 'Σχέση: %{name}'
       history_title_html: 'Ιστορικό σχέσης: %{name}'
@@ -410,7 +411,7 @@ el:
       entry_role_html: '%{type} %{name} ως %{role}'
       type:
         node: Κόμβος
-        way: Î\94ιαδÏ\81ομή
+        way: Î\93Ï\81αμμή
         relation: Σχέση
     containing_relation:
       entry_html: Σχέση %{relation_name}
@@ -420,17 +421,17 @@ el:
       sorry: 'Λυπάμαι, το %{type} #%{id} δεν βρέθηκε.'
       type:
         node: κόμβος
-        way: Î´Î¹Î±Î´Ï\81ομή
+        way: Î³Ï\81αμμή
         relation: σχέση
         changeset: ομάδα αλλαγών
         note: σημείωση
     timeout:
       title: Σφάλμα λήξης χρόνου
-      sorry: Λυπάμαι, τα δεδομένα για το %{type} με αναγνωριστικό %{id}, χρειάστηκαν
+      sorry: Λυπάμαι, τα δεδομένα για το %{type} με αναγνωριστικό %{id} χρειάστηκαν
         πολύ χρόνο για να ανακτηθούν.
       type:
         node: κόμβος
-        way: Î´Î¹Î±Î´Ï\81ομή
+        way: Î³Ï\81αμμή
         relation: σχέση
         changeset: ομάδα αλλαγών
         note: σημείωση
@@ -440,7 +441,7 @@ el:
         ότι έχει αναθεωρηθεί. Παρακαλούμε δείτε %{redaction_link} για λεπτομέρειες.
       type:
         node: κόμβος
-        way: Î´Î¹Î±Î´Ï\81ομή
+        way: Î³Ï\81αμμή
         relation: σχέση
     start_rjs:
       feature_warning: Η φόρτωση %{num_features} χαρακτηριστικών ενδέχεται να καταστήσει
@@ -464,30 +465,51 @@ el:
       introduction: Κάντε κλικ στον χάρτη για να βρείτε κοντινά χαρακτηριστικά.
       nearby: Κοντινά χαρακτηριστικά
       enclosing: Περικλείει τα χαρακτηριστικά
+  nodes:
+    timeout:
+      sorry: Λυπάμαι, τα δεδομένα για τον κόμβο με αναγνωριστικό %{id} χρειάστηκαν
+        πολύ χρόνο για να ανακτηθούν.
   old_nodes:
     not_found:
       sorry: 'Λυπούμαστε, η έκδοση %{version} του κόμβου #%{id} δεν βρέθηκε.'
+    timeout:
+      sorry: Λυπάμαι, το ιστορικό για τον κόμβο με αναγνωριστικό %{id} χρειάστηκε
+        πολύ χρόνο για να ανακτηθεί.
+  ways:
+    timeout:
+      sorry: Λυπάμαι, τα δεδομένα για την γραμμή με αναγνωριστικό %{id} χρειάστηκαν
+        πολύ χρόνο για να ανακτηθούν.
   old_ways:
     not_found:
       sorry: 'Λυπούμαστε, η έκδοση %{version} της γραμμής #%{id} δεν βρέθηκε.'
+    timeout:
+      sorry: Λυπάμαι, το ιστορικό για την γραμμή με αναγνωριστικό %{id} χρειάστηκε
+        πολύ χρόνο για να ανακτηθεί.
+  relations:
+    timeout:
+      sorry: Λυπάμαι, τα δεδομένα για την σχέση με αναγνωριστικό %{id} χρειάστηκαν
+        πολύ χρόνο για να ανακτηθούν.
   old_relations:
     not_found:
       sorry: 'Λυπούμαστε, η έκδοση %{version} της σχέσης #%{id} δεν βρέθηκε.'
+    timeout:
+      sorry: Λυπάμαι, το ιστορικό για την σχέση με αναγνωριστικό %{id} χρειάστηκε
+        πολύ χρόνο για να ανακτηθεί.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Νέο σχόλιο σχετικά με τις αλλαγές #%{changeset_id} από τον %{author}'
+        commented_at_by_html: Ενημερώθηκε %{when} πριν από τον %{user}
+      show:
+        title_all: Συζήτηση αλλαγών OpenStreetMap
+        title_particular: 'Συζήτηση αλλαγών OpenStreetMap #%{changeset_id}'
+      timeout:
+        sorry: Μας συγχωρείτε, η λίστα των σχολίων της ομάδας αλλαγών που ζητήσατε,
+          χρειάστηκε πολύ χρόνο για να ανακτηθεί.
   changesets:
-    changeset_paging_nav:
-      showing_page: Σελίδα %{page}
-      next: Επόμενη »
-      previous: « Προηγούμενη
     changeset:
-      anonymous: Ανώνυμος
       no_edits: (χωρίς επεξεργασίες)
       view_changeset_details: Προβολή λεπτομερειών αλλαγών
-    changesets:
-      id: ID
-      saved_at: Αποθηκεύτηκε στις
-      user: Χρήστης
-      comment: Σχόλιο
-      area: Περιοχή
     index:
       title: Αλλαγές
       title_user: Αλλαγές από %{user}
@@ -517,7 +539,6 @@ el:
       title: Ομάδα αλλαγών %{id}
       created_by_html: Δημιουργήθηκε από %{link_user} στις %{created}.
     no_such_entry:
-      title: Δεν υπάρχει τέτοια ομάδα αλλαγών
       heading: 'Δεν υπάρχει καταχώρηση με id: %{id}'
       body: Λυπούμαστε, δεν υπάρχει ομάδα αλλαγών με το id %{id}. Παρακαλούμε ελέγξτε
         για τυχόν ορθογραφικά λάθη ή ίσως ο σύνδεσμος που πατήσατε να είναι λάθος.
@@ -545,25 +566,13 @@ el:
     paging_nav:
       nodes: Kόμβοι (%{count})
       nodes_paginated: Κόμβοι (%{x}-%{y} από %{count})
-      ways: Î\94ιαδÏ\81ομέÏ\82 (%{count})
-      ways_paginated: Î\94ιαδÏ\81ομές (%{x}-%{y} από %{count})
+      ways: Î\93Ï\81αμμέÏ\82(%{count})
+      ways_paginated: Î\93Ï\81αμμές (%{x}-%{y} από %{count})
       relations: Σχέσεις (%{count})
       relations_paginated: Σχέσεις (%{x}-%{y} από %{count})
     timeout:
       sorry: Λυπάμαι, ο κατάλογος των αλλαγών που ζητήσατε χρειάστηκε πολύ χρόνο για
         να ανακτηθεί.
-  changeset_comments:
-    comment:
-      comment: 'Νέο σχόλιο σχετικά με τις αλλαγές #%{changeset_id} από τον %{author}'
-      commented_at_by_html: Ενημερώθηκε %{when} πριν από τον %{user}
-    comments:
-      comment: 'Νέο σχόλιο σχετικά με τις αλλαγές #%{changeset_id} από τον %{author}'
-    index:
-      title_all: Συζήτηση αλλαγών OpenStreetMap
-      title_particular: 'Συζήτηση αλλαγών OpenStreetMap #%{changeset_id}'
-    timeout:
-      sorry: Μας συγχωρείτε, η λίστα των σχολίων της ομάδας αλλαγών που ζητήσατε,
-        χρειάστηκε πολύ χρόνο για να ανακτηθεί.
   dashboards:
     contact:
       km away: '%{count}km μακριά'
@@ -605,8 +614,6 @@ el:
       no_entries: Χωρίς καταχωρήσεις ημερολογίου
     page:
       recent_entries: Πρόσφατες καταχωρήσεις ημερολογίου
-      older_entries: Παλιότερες καταχωρήσεις
-      newer_entries: Νεότερες καταχωρήσεις
     edit:
       title: Επεξεργασία καταχώρισης ημερολογίου
       marker_text: Τοποθεσία καταχώρησης ημερολογίου
@@ -648,8 +655,6 @@ el:
       report: Αναφορά σχολίου
     location:
       location: 'Τοποθεσία:'
-      view: Προβολή
-      edit: Επεξεργασία
     feed:
       user:
         title: Καταχωρήσεις ημερολογίου OpenStreetMap για τον %{user}
@@ -677,8 +682,6 @@ el:
       post: Καταχώρηση
       when: Πότε
       comment: Σχόλιο
-      newer_comments: Νεότερα σχόλια
-      older_comments: Παλαιότερα σχόλια
     new:
       heading: Να προσθέσετε ένα σχόλιο στην ακόλοουθη συζήτηση για την καταχώριση
         ημερολογίου;
@@ -760,7 +763,6 @@ el:
   geocoder:
     search:
       title:
-        results_from_html: Αποτελέσματα από %{results_link}
         latlon: Internal
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -901,7 +903,7 @@ el:
           weighbridge: Γέφυρα ζυγοστάθμισης
           "yes": Υποδομή
         boundary:
-          aboriginal_lands: Περιοχή Αβορίγινων
+          aboriginal_lands: Περιοχή Αυτόχθονων
           administrative: Διοικητικό όριο
           census: Όριο απογραφής
           national_park: Εθνικό πάρκο
@@ -1536,10 +1538,6 @@ el:
         level9: Σύνορο χωριού
         level10: Σύνορο προαστίου
         level11: Σύνορο γειτονιάς
-      types:
-        cities: Πόλεις
-        towns: Κωμοπόλεις
-        places: Τοποθεσίες
     results:
       no_results: Δεν βρέθηκε κανένα αποτέλεσμα
       more_results: Περισσότερα αποτελέσματα
@@ -1553,21 +1551,26 @@ el:
       not_updated: Μη ενημερωμένο
       search: Αναζήτηση
       search_guidance: 'Αναζήτηση ζητημάτων:'
+      states:
+        ignored: Παραβλέφθηκε
+        open: Άνοιγμα
+        resolved: Επιλυμένος
+    page:
       user_not_found: Ο χρήστης δεν υπάρχει
       issues_not_found: Δεν βρέθηκαν τέτοια ζητήματα
+      reported_user: Αναφερόμενος χρήστης
       status: Κατάσταση
       reports: Αναφορές
       last_updated: Τελευταία ενημέρωση
       last_updated_time_ago_user_html: '%{time_ago} από %{user}'
-      link_to_reports: Προβολή αναφορών
       reports_count:
         one: '%{count} Αναφορά'
         other: '%{count} Αναφορές'
       reported_item: Αναφερόμενο στοιχείο
       states:
         ignored: Παραβλέφθηκε
-        open: Î\86νοιγμα
-        resolved: Επιλυμένος
+        open: Î\91νοιÏ\87Ï\84Ï\8c
+        resolved: Επιλυμένο
     show:
       title: '%{status} Ζήτημα #%{issue_id}'
       reports:
@@ -1655,18 +1658,12 @@ el:
     history: Ιστορικό
     export: Εξαγωγή
     issues: Ζητήματα
-    data: Δεδομένα
-    export_data: Εξαγωγή δεδομένων
     gps_traces: Ίχνη GPS
-    gps_traces_tooltip: Διαχείριση ιχνών GPS
     user_diaries: Ημερολόγια χρηστών
-    user_diaries_tooltip: Προβολή ημερολογίων χρηστών
     edit_with: Επεξεργασία με %{editor}
-    tag_line: Ο ελεύθερος παγκόσμιος χάρτης Wiki
     intro_header: Καλώς ήρθατε στο OpenStreetMap!
     intro_text: Το OpenStreetMap είναι χάρτης του κόσμου, που δημιουργήθηκε από ανθρώπους
       σαν κι εσάς και είναι δωρεάν, υπό άδεια ελεύθερης χρήσης.
-    intro_2_create_account: Δημιουργήστε ένα λογαριασμό χρήστη
     hosting_partners_2024_html: Η φιλοξενία υποστηρίζεται από %{fastly}, %{corpmembers}
       και άλλους %{partners}.
     partners_fastly: Fastly
@@ -1678,17 +1675,10 @@ el:
     osm_read_only: Η βάση δεδομένων του OpenStreetMap έχει τεθεί προσωρινά σε λειτουργία
       «μόνο για ανάγνωση» λόγω εργασιών συντήρησης.
     nothing_to_preview: Τίποτα για προεπισκόπηση.
-    donate: Υποστηρίξτε το OpenStreetMap %{link} στον έρανο αναβάθμισης υλικού.
     help: Βοήθεια
     about: Σχετικά
     copyright: Πνευματικά δικαιώματα
     communities: Κοινότητες
-    community: Κοινότητα
-    community_blogs: Ιστολόγια της κοινότητας
-    community_blogs_title: Ιστολόγια μελών της κοινότητας του OpenStreetMap
-    make_a_donation:
-      title: Υποστήριξε το OpenStreetMap με δωρεά χρημάτων
-      text: Κάντε μια δωρεά
     learn_more: Μάθετε περισσότερα
     more: Περισσότερα
   user_mailer:
@@ -1726,17 +1716,21 @@ el:
       befriend_them: Μπορείτε επίσης να τους προσθέσετε ως φίλους στο %{befriendurl}.
       befriend_them_html: Μπορείτε επίσης να τους προσθέσετε ως φίλους στο %{befriendurl}.
     gpx_description:
-      description_with_tags: 'Φαίνεται πως το αρχείο σας GPX %{trace_name} με την
+      description_with_tags: 'Φαίνεται πως το αρχείο σας %{trace_name} με την περιγραφή
+        %{trace_description} και με τις παρακάτω ετικέτες: %{tags}'
+      description_with_tags_html: 'Φαίνεται πως το αρχείο σου %{trace_name} με την
         περιγραφή %{trace_description} και με τις παρακάτω ετικέτες: %{tags}'
-      description_with_tags_html: 'Φαίνεται πως το αρχείο σου GPX %{trace_name} με
-        την περιγραφή %{trace_description} και με τις παρακάτω ετικέτες: %{tags}'
-      description_with_no_tags: Φαίνεται πως το αρχείο σας GPX %{trace_name} με την
+      description_with_no_tags: Φαίνεται πως το αρχείο σας %{trace_name} με την περιγραφή
+        %{trace_description} και χωρίς ετικέτες
+      description_with_no_tags_html: Φαίνεται πως το αρχείο σου %{trace_name} με την
         περιγραφή %{trace_description} και χωρίς ετικέτες
-      description_with_no_tags_html: Φαίνεται πως το αρχείο σου GPX %{trace_name}
-        με την περιγραφή %{trace_description} και χωρίς ετικέτες
     gpx_failure:
       hi: Γεια σας %{to_user},
-      failed_to_import: 'Απέτυχε η εισαγωγή. Το σφάλμα είναι:'
+      failed_to_import: 'απέτυχε να εισαχθεί ως αρχείο ίχνους GPX. Παρακαλώ επαληθεύστε
+        ότι το αρχείο σας είναι ένα έγκυρο αρχείο GPX ή ένα συμπιεσμένο αρχείο που
+        περιέχει αρχείο/αρχεία GPX στην υποστηριζόμενη μορφή (.tar.gz, .tar.bz2, .tar,
+        .zip, .gpx.gz, .gpx.bz2). Μπορεί να υπάρχει πρόβλημα μορφής ή σύνταξης με
+        το αρχείο σας; Το σφάλμα της εισαγωγής είναι:'
       more_info: Περισσότερες πληροφορίες σχετικά με τα σφάλματα εισαγωγής GPX και
         πως να τα αποφύγετε, μπορείτε να βρείτε στο %{url}.
       more_info_html: Περισσότερες πληροφορίες σχετικά με τις αποτυχίες εισαγωγής
@@ -1824,7 +1818,6 @@ el:
     changeset_comment_notification:
       description: 'OpenStreetMap Ομάδα Αλλαγών #%{id}'
       hi: Γεια σας, %{to_user},
-      greeting: Γεια,
       commented:
         subject_own: '[OpenStreetMap] {{GENDER:%{commenter}|Ο|Η}} %{commenter} σχολίασε
           μια από τις ομάδες αλλαγών σας.'
@@ -1902,7 +1895,6 @@ el:
     message_summary:
       unread_button: Σήμανση ως αδιάβαστο
       read_button: Σήμανση ως διαβασμένο
-      reply_button: Απάντηση
       destroy_button: Διαγραφή
       unmute_button: Μετακίνηση στα Εισερχόμενα
     new:
@@ -1919,7 +1911,6 @@ el:
       body: Λυπάμαι δεν υπάρχει μήνυμα με αυτό το αναγνωριστικό.
     outbox:
       title: Εξερχόμενα
-      actions: Ενέργειες
       messages:
         one: Έχετε %{count} απεσταλμένο μήνυμα
         other: Έχετε %{count} απεσταλμένα μηνύματα
@@ -1932,7 +1923,7 @@ el:
         one: '%{count} μήνυμα σε σίγαση'
         other: Έχετε %{count} μηνύματα σε σίγαση
     reply:
-      wrong_user: Έχετε συνδεθεί ως «%{user}» αλλά το μήνυμα που ζητάτε να απαντήσετε
+      wrong_user: Έχετε συνδεθεί ως '%{user}' αλλά το μήνυμα που ζητάτε να απαντήσετε
         δεν έχει σταλεί σε αυτόν το χρήστη. Παρακαλούμε συνδεθείτε με το σωστό όνομα
         χρήστη ώστε να μπορέσετε να απαντήσετε.
     show:
@@ -1941,7 +1932,7 @@ el:
       unread_button: Σήμανση ως αδιάβαστο
       destroy_button: Διαγραφή
       back: Επιστροφή
-      wrong_user: Έχετε συνδεθεί ως «%{user}» αλλά το μήνυμα που ζητάτε να διαβάσετε
+      wrong_user: Έχετε συνδεθεί ως '%{user}' αλλά το μήνυμα που ζητάτε να διαβάσετε
         δεν έχει σταλεί σε εσάς ούτε από εσάς. Παρακαλούμε συνδεθείτε με το σωστό
         όνομα χρήστη ώστε να μπορέσετε να το διαβάσετε.
     sent_message_summary:
@@ -2021,7 +2012,6 @@ el:
       failure: Δεν μπόρεσε να ενημερωθεί το προφίλ.
   sessions:
     new:
-      title: Σύνδεση
       tab_title: Σύνδεση
       login_to_authorize_html: Συνδεθείτε στο OpenStreetMap για πρόσβαση στο %{client_app_name}.
       email or username: Διεύθυνση Ηλ. Ταχυδρομείου ή Όνομα Χρήστη
@@ -2029,7 +2019,6 @@ el:
       remember: Να με θυμάσαι
       lost password link: Ξεχάσατε το συνθηματικό σας;
       login_button: Σύνδεση
-      register now: Εγγραφείτε τώρα
       with external: ή συνδεθείτε μέσω τρίτης υπηρεσίας
       or: ή
       auth failure: Λυπούμαστε, δεν μπορείτε να συνδεθείτε με αυτές τις λεπτομέρειες.
@@ -2063,9 +2052,27 @@ el:
       edit: Επεξεργασία
       preview: Προεπισκόπηση
       help: Βοήθεια
+    pagination:
+      diary_comments:
+        older: Παλαιότερα σχόλια
+        newer: Νεότερα σχόλια
+      diary_entries:
+        older: Παλιότερες καταχωρήσεις
+        newer: Νεότερες καταχωρήσεις
+      issues:
+        older: Παλαιότερα ζητήματα
+        newer: Νεότερα ζητήματα
+      traces:
+        older: Παλαιότερα ίχνη
+        newer: Νεότερα ίχνη
+      user_blocks:
+        older: Παλαιότερες φραγές
+        newer: Νεότερες φραγές
+      users:
+        older: Παλαιότεροι Χρήστες
+        newer: Νεότεροι Χρήστες
   site:
     about:
-      next: Επόμενη
       heading_html: '%{copyright}OpenStreetMap %{br} συνεισφέροντες'
       used_by_html: Το %{name} προσφέρει δεδομένα χάρτη σε χιλιάδες ιστότοπους, εφαρμογές
         κινητού και συσκευές υλισμικού
@@ -2088,16 +2095,20 @@ el:
       community_driven_community_blogs: ιστολόγια κοινότητας
       community_driven_osm_foundation: Ίδρυμα OSM
       open_data_title: Ανοικτά Δεδομένα
-      open_data_1_html: 'Το OpenStreetMap ÎµÎ¯Î½Î±Î¹ %{open_data}: ÎµÎ¯Ï\83Ï\84ε ÎµÎ»ÎµÏ\8dθεÏ\81οι Î½Î± Ï\84ην
+      open_data_1_html: 'Το OpenStreetMap ÎµÎ¯Î½Î±Î¹ %{open_data}: ÎµÎ¯Ï\83Ï\84ε ÎµÎ»ÎµÏ\8dθεÏ\81οι Î½Î± Ï\84α
         χρησιμοποιήστε για οποιονδήποτε σκοπό, εφόσον μνημονεύετε το OpenStreetMap
-        ÎºÎ±Î¹ Ï\84οÏ\85Ï\82 Ï\83Ï\85νειÏ\83Ï\86έÏ\81ονÏ\84ές του. Εάν προσαρμόσετε ή αξιοποιήσετε αυτά τα δεδομένα
+        ÎºÎ±Î¹ Ï\84οÏ\85Ï\82 Ï\83Ï\85νειÏ\83Ï\86έÏ\81ονÏ\84ες του. Εάν προσαρμόσετε ή αξιοποιήσετε αυτά τα δεδομένα
         με συγκεκριμένους τρόπους, πρέπει να διανείμετε το αποτέλεσμα μόνο υπό την
         ίδια άδεια χρήσης. Δείτε τη σελίδα %{copyright_license_link} για λεπτομέρειες.'
       open_data_open_data: ανοιχτά δεδομένα
       open_data_copyright_license: Σελίδα Πνευματικών Δικαιωμάτων και Άδειας Χρήσης
       legal_title: Νομικό
+      legal_1_1_html: Αυτός ο ιστότοπος και πολλές άλλες σχετικές υπηρεσίες διαχειρίζονται
+        επίσημα από το %{openstreetmap_foundation_link} (OSMF) εκ μέρους της κοινότητας.
+        Η χρήση όλων των υπηρεσιών που διαχειρίζεται το OSMF υπόκειται στους %{terms_of_use_link}
+        μας, στις %{aup_link} και στην %{privacy_policy_link} μας.
       legal_1_1_openstreetmap_foundation: Ίδρυμα OpenStreetMap
-      legal_1_1_terms_of_use: Όροι Χρήσης
+      legal_1_1_terms_of_use: Όρους Χρήσης
       legal_1_1_aup: Αποδεκτές Πολιτικές Χρήσης
       legal_1_1_privacy_policy: Πολιτική Απορρήτου
       legal_2_1_html: |-
@@ -2117,7 +2128,7 @@ el:
         english_link: της πρωτότυπης Αγγλικής
       native:
         title: Σχετικά με αυτήν τη σελίδα
-        html: Î Ï\81οβάλλεÏ\84ε η αγγλική έκδοση της σελίδας πνευματικών δικαιωμάτων. Μπορείτε
+        html: Î Ï\81οβάλλεÏ\84αι η αγγλική έκδοση της σελίδας πνευματικών δικαιωμάτων. Μπορείτε
           να επιστρέψετε στην %{native_link} της σελίδας ή να σταματήσετε να διαβάζετε
           για τα πνευματικά δικαιώματα και να %{mapping_link}.
         native_link: ελληνική έκδοση
@@ -2129,6 +2140,10 @@ el:
         introduction_1_open_data: ανοιχτά δεδομένα
         introduction_1_odc_odbl: Open Data Commons Άδεια Ανοικτής Βάσης Δεδομένων
         introduction_1_osm_foundation: Ίδρυμα OpenStreetMap
+        introduction_2_html: |-
+          Είστε ελεύθεροι να αντιγράψετε, να διανείμετε, να μεταδώσετε και να προσαρμόσετε τα δεδομένα μας,
+          αρκεί να πιστώσετε το OpenStreetMap και το
+          συνεισφέροντες. Εάν τροποποιήσετε ή βασιστείτε στα δεδομένα μας, μπορείτε να διανείμετε το αποτέλεσμα μόνο με την ίδια άδεια. Ο πλήρης %{legal_code_link} εξηγεί τα δικαιώματα και τις υποχρεώσεις σας.
         introduction_2_legal_code: νομικός κώδικας
         introduction_3_html: Η τεκμηρίωση μας αδειοδοτείται βάσει της άδειας %{creative_commons_link}
           (CC BY-SA 2.0).
@@ -2141,7 +2156,23 @@ el:
           δικαιωμάτων μας.
         credit_2_2: Διευκρινίσετε ότι τα δεδομένα είναι διαθέσιμα υπό την Άδεια Ανοιχτής
           Βάσης Δεδομένων.
+        credit_3_html: Για τη σημείωση πνευματικών δικαιωμάτων, έχουμε διαφορετικές
+          απαιτήσεις σχετικά με τον τρόπο εμφάνισης της, ανάλογα με τον τρόπο με τον
+          οποίο χρησιμοποιείτε τα δεδομένα μας. Για παράδειγμα, ισχύουν διαφορετικοί
+          κανόνες σχετικά με τον τρόπο εμφάνισης της σημείωσης πνευματικών δικαιωμάτων,
+          ανάλογα με το αν έχετε δημιουργήσει έναν χάρτη με δυνατότητα περιήγησης,
+          έναν έντυπο χάρτη ή μια στατική εικόνα. Μπορείτε να βρείτε πλήρεις λεπτομέρειες
+          σχετικά με τις απαιτήσεις στις %{attribution_guidelines_link}.
         credit_3_attribution_guidelines: Οδηγίες Αναφοράς
+        credit_4_1_html: Για να καταστήσετε σαφές ότι τα δεδομένα είναι διαθέσιμα
+          υπό την Άδεια Ανοιχτής Βάσης Δεδομένων, μπορείτε να βάλετε σύνδεσμο προς
+          %{this_copyright_page_link}. Εναλλακτικά, και ως απαίτηση εάν διανέμετε
+          το OSM σε μορφή δεδομένων, μπορείτε να ονομάσετε και να βάλετε σύνδεσμο
+          απευθείας προς την άδεια ή τις άδειες. Σε μέσα όπου οι σύνδεσμοι δεν είναι
+          δυνατοί (π.χ. έντυπα έργα), σας προτείνουμε να κατευθύνετε τους αναγνώστες
+          σας στο openstreetmap.org (ίσως επεκτείνοντας το 'OpenStreetMap' σε αυτήν
+          την πλήρη διεύθυνση) και στο opendatacommons.org. Σε αυτό το παράδειγμα,
+          τα εύσημα εμφανίζονται στη γωνία του χάρτη.
         credit_4_1_this_copyright_page: αυτή τη σελίδα πνευματικών δικαιωμάτων
         attribution_example:
           alt: Παράδειγμα του πως αναφέρεται το OpenStreetMap σε μια ιστοσελίδα
@@ -2156,33 +2187,50 @@ el:
         more_2_1_api_usage_policy: Πολιτική Χρήσης API
         more_2_1_tile_usage_policy: Πολιτική Χρήσης Πλακιδίων
         more_2_1_nominatim_usage_policy: Πολιτική Χρήσης Nominatim
-        contributors_title_html: Î\9fι Ï\83Ï\85νειÏ\83Ï\86έÏ\81ονÏ\84ές μας
+        contributors_title_html: Î\9fι Ï\83Ï\85νειÏ\83Ï\86έÏ\81ονÏ\84ες μας
         contributors_intro_html: 'Οι συνεισφέροντες μας είναι χιλιάδες άτομα. Επίσης
           έχουμε περιλάβει δεδομένα ανοικτής άδειας από εθνικές υπηρεσίες χαρτογράφησης
           και άλλες πηγές, μεταξύ αυτών:'
         contributors_at_credit_html: |-
-          %{austria}: Περιέχει δεδομένα από %{stadt_wien_link} (under %{cc_by_link}), %{land_vorarlberg_link}
-          και Land Tirol (under %{cc_by_at_with_amendments_link}).
+          %{austria}: Περιέχει δεδομένα από %{stadt_wien_link} (υπό %{cc_by_link}), %{land_vorarlberg_link}
+          και Land Tirol (υπό %{cc_by_at_with_amendments_link}).
         contributors_at_austria: Αυστρία
         contributors_at_stadt_wien: Stadt Wien
         contributors_at_cc_by: CC BY
         contributors_at_land_vorarlberg: Land Vorarlberg
         contributors_at_cc_by_at_with_amendments: CC BY AT με τροποποιήσεις
+        contributors_au_credit_html: |-
+          %{australia}: Ενσωματώνει ή ανεπτυγμένα χρησιμοποιώντας τα Διοικητικά Όρια &copy; %{geoscape_australia_link}
+          αδειοδοτημένα από την Κοινοπολιτεία της Αυστραλίας υπό την %{cc_licence_link}.
         contributors_au_australia: Αυστραλία
         contributors_au_geoscape_australia: Geoscape Australia
         contributors_au_cc_licence: άδεια Creative Commons Αναφορά Δημιουργού 4.0
           Διεθνές (CC BY 4.0)
+        contributors_ca_credit_html: "%{canada}: Περιέχει δεδομένα από \nGeoBase&reg;,
+          GeoGratis (&copy; Υπουργείο Φυσικών Πόρων Καναδά), CanVec (&copy; Υπουργείο
+          Φυσικών Πόρων Καναδά), και StatCan (Τομέας Γεωγραφίας, Στατιστική Υπηρεσία
+          του Καναδά)."
         contributors_ca_canada: Καναδάς
+        contributors_cz_credit_html: '%{czechia}: Περιέχει δεδομένα από την Κρατική
+          Διοίκηση Τοπογραφίας και Κτηματολογίου αδειοδοτημένα υπό την %{cc_licence_link}'
         contributors_cz_czechia: Τσεχία
         contributors_cz_cc_licence: άδεια Creative Commons Αναφορά Δημιουργού 4.0
           Διεθνές (CC BY 4.0)
+        contributors_fi_credit_html: '%{finland}: Περιέχει δεδομένα από την Εθνική
+          Τοπογραφική Υπηρεσία της Φινλανδικής Τοπογραφικής Βάσης Δεδομένων και άλλα
+          σύνολα δεδομένων, υπό την %{nlsfi_license_link}.'
         contributors_fi_finland: Φινλανδία
         contributors_fi_nlsfi_license: Άδεια NLSFI
         contributors_fr_credit_html: |-
           %{france}: Περιέχει δεδομένα που προέρχονται από
           Direction Générale des Impôts.
         contributors_fr_france: Γαλλία
+        contributors_hr_credit_html: |-
+          %{croatia}: Περιέχει δεδομένα από την %{dgu_link} και την %{open_data_portal}
+          (δημόσιες πληροφορίες της Κροατίας).
         contributors_hr_croatia: Κροατία
+        contributors_hr_dgu: Κρατική Γεωδαιτική Διοίκηση της Κροατίας
+        contributors_hr_open_data_portal: Εθνική Πύλη Ανοικτών Δεδομένων
         contributors_nl_credit_html: '%{netherlands}: Περιέχει δεδομένα &copy; AND
           (Automotive Navigation Data), 2007 (%{and_link})'
         contributors_nl_netherlands: Κάτω Χώρες
@@ -2259,8 +2307,6 @@ el:
       user_page_link: σελίδα χρήστη
       anon_edits_link_text: Μάθετε γιατί συμβαίνει αυτό.
       id_not_configured: Ο iD δεν έχει ρυθμιστεί
-      no_iframe_support: Ο περιηγητής σας δεν υποστηρίζει το στοιχείο iframe του HTML,
-        που είναι απαραίτητο για αυτήν την λειτουργία.
     export:
       title: Εξαγωγή
       manually_select: Χειροκίνητη επιλογή διαφορετικής περιοχής
@@ -2293,7 +2339,7 @@ el:
     fixthemap:
       title: Αναφέρετε πρόβλημα / Διορθώστε τον χάρτη
       how_to_help:
-        title: Î Ï\8eς να Βοηθήσετε
+        title: Î Ï\89ς να Βοηθήσετε
         join_the_community:
           title: Γνωρίστε την κοινότητα
           explanation_html: Αν έχετε παρατηρήσει ένα πρόβλημα με τα δεδομένα του χάρτη
@@ -2307,8 +2353,11 @@ el:
             στην αποθήκευση και άλλοι χαρτογράφοι θα το ερευνήσουν.
       other_concerns:
         title: Άλλες ανησυχίες
+        concerns_html: |-
+          Εάν έχετε ανησυχίες σχετικά με τον τρόπο με τον οποίο χρησιμοποιούνται τα δεδομένα μας ή σχετικά με το περιεχόμενο, παρακαλούμε συμβουλευτείτε τη
+          %{copyright_link} μας για περισσότερες νομικές πληροφορίες, ή επικοινωνήστε με την κατάλληλη %{working_group_link}.
         copyright: σελίδα πνευματικών δικαιωμάτων
-        working_group: Î\9fμάδα ÎµÏ\81γαÏ\83ίαÏ\82 OSMF
+        working_group: Î¿Î¼Î¬Î´Î± ÎµÏ\81γαÏ\83ίαÏ\82 Ï\84οÏ\85 OSMF
     help:
       title: Βοήθεια
       introduction: Το OpenStreetMap έχει πολλαπλούς πόρους για να μάθετε για το εγχείρημα,
@@ -2341,7 +2390,7 @@ el:
           που βασίζονται στο OpenStreetMap και άλλες υπηρεσίες.
       welcomemat:
         title: Για τις Οργανώσεις
-        description: Για μια οργάνωση που κάνει σχέδια για το OpenStreetMap? Βρείτε
+        description: Για μια οργάνωση που κάνει σχέδια για το OpenStreetMap; Βρείτε
           ότι χρειάζεται στο Welcome Mat.
       wiki:
         title: OpenStreetMap Wiki
@@ -2366,10 +2415,8 @@ el:
       welcome_mat: Δείτε το Χαλάκι Καλωσορίσματος
     sidebar:
       search_results: Αποτελέσματα Αναζήτησης
-      close: Κλείσιμο
     search:
       search: Αναζήτηση
-      get_directions: Λάβετε οδηγίες
       get_directions_title: Βρείτε οδηγίες μεταξύ δύο σημείων
       from: Από
       to: Προς
@@ -2450,6 +2497,9 @@ el:
           hospital: Νοσοκομείο
           building: Σημαντικό κτήριο
           station: Σιδηροδρομικός σταθμός
+          railway_halt: Σιδηροδρομική στάση
+          subway_station: Σταθμός μετρό
+          tram_stop: Στάση τραμ
           summit: Κορυφή
           peak: Κορυφή
           tunnel: Διακεκομμένο περίβλημα = σήραγγα
@@ -2458,7 +2508,6 @@ el:
           destination: Πρόσβαση προορισμού
           construction: Δρόμοι υπό κατασκευή
           bus_stop: Στάση λεωφορείου
-          stop: Στάση
           bicycle_shop: Κατάστημα ποδηλάτων
           bicycle_rental: Ενοικίαση ποδηλάτων
           bicycle_parking: Χώρος στάθμευσης ποδηλάτων
@@ -2492,11 +2541,11 @@ el:
           ή ένα δέντρο.
         a_way_html: Μια %{way} είναι μια γραμμή ή περιοχή, όπως δρόμος, ρέμα, λίμνη
           ή κτίριο.
-        a_tag_html: Î\97 %{tag} ÎµÎ¯Î½Î±Î¹ Î´ÎµÎ´Î¿Î¼Î­Î½Î± Ï\80οÏ\85 Ï\83Ï\87εÏ\84ίζονÏ\84αι Î¼Îµ ÎºÏ\8cμβοÏ\85Ï\82 Î® Î´Î¹Î±Î´Ï\81ομές,
+        a_tag_html: Î\97 %{tag} ÎµÎ¯Î½Î±Î¹ Î´ÎµÎ´Î¿Î¼Î­Î½Î± Ï\80οÏ\85 Ï\83Ï\87εÏ\84ίζονÏ\84αι Î¼Îµ ÎºÏ\8cμβοÏ\85Ï\82 Î® Î³Ï\81αμμές,
           όπως το όνομα ενός εστιατορίου ή το όριο ταχύτητας του δρόμου.
         editor: επεξεργαστής
         node: κόμβος
-        way: Î´Î¹Î±Î´Ï\81ομή
+        way: Î³Ï\81αμμή
         tag: ετικέτα
       rules:
         title: Κανόνες!
@@ -2536,6 +2585,11 @@ el:
         list_text: 'Οι ακόλουθες κοινότητες έχουν συσταθεί επίσημα ως Τοπικά Παραρτήματα:'
       other_groups:
         title: Άλλες Ομάδες
+        other_groups_html: Δεν υπάρχει ανάγκη να δημιουργήσετε επίσημα μια ομάδα στον
+          ίδιον βαθμό με τα Τοπικά Παραρτήματα. Πράγματι πολλές ομάδες υπάρχουν με
+          μεγάλη επιτυχία ως μια άτυπη συγκέντρωση ανθρώπων ή ως μια ομάδα κοινότητας.
+          Οποιοσδήποτε μπορεί να στήσει μια ή να συμμετάσχει σε αυτές. Διαβάστε περισσότερα
+          στη %{communities_wiki_link}.
         communities_wiki: Wiki σελίδα κοινοτήτων
   traces:
     visibility:
@@ -2571,8 +2625,6 @@ el:
       visibility_help: τι σημαίνει αυτό;
     update:
       updated: Το ίχνος ενημερώθηκε
-    trace_optionals:
-      tags: Χαρακτηριστικά
     show:
       title: Προβολή ίχνους %{name}
       heading: Προβολή ίχνους %{name}
@@ -2612,26 +2664,21 @@ el:
     index:
       public_traces: Δημόσια ίχνη GPS
       my_gps_traces: Τα ίχνη GPS μου
-      public_traces_from: Δημόσια ίχνη GPS από τον %{user}
+      public_traces_from: Δημόσια ίχνη GPS από %{user}
       description: Προβολή πρόσφατων μεταφορτωμένων ιχνών GPS
       tagged_with: ' με ετικέτα %{tags}'
       empty_title: Τίποτα εδώ ακόμα
       empty_upload_html: '%{upload_link} ή μάθετε περισσότερα για την ανίχνευση GPS
         στο %{wiki_link}.'
-      upload_new: Î\9cεÏ\84αÏ\86Ï\8cÏ\81Ï\84Ï\89Ï\83η Î½Î­Î±Ï\82 Î´Î¹Î±Î´Ï\81ομής
+      upload_new: Î\9cεÏ\84αÏ\86Ï\8cÏ\81Ï\84Ï\89Ï\83η Î½Î­Î¿Ï\85 Î¯Ï\87νοÏ\85ς
       wiki_page: σελίδα wiki
       upload_trace: Αποστολή ίχνους
       all_traces: Όλα τα ίχνη
       my_traces: Τα ίχνη μου
       traces_from: Δημόσια ίχνη από %{user}
       remove_tag_filter: Κατάργηση φίλτρου ετικετών
-    page:
-      older: Παλαιότερα ίχνη
-      newer: Νεότερα ίχνη
     destroy:
       scheduled_for_deletion: Το ίχνος προγραμματίστηκε για διαγραφή
-    make_public:
-      made_public: Το ίχνος έγινε δημόσιο
     offline_warning:
       message: Το σύστημα μεταφόρτωσης αρχείων GPX δεν είναι διαθέσιμο προς το παρών
     offline:
@@ -2646,16 +2693,11 @@ el:
         other: αρχείο GPX με %{count} σημεία από %{user}
       description_without_count: Αρχείο GPX από τον χρήστη %{user}
   application:
-    basic_auth_disabled: 'Ο Βασικός Έλεγχος Ταυτότητας HTTP είναι απενεργοποιημένος:
-      %{link}'
-    oauth_10a_disabled: 'Τα OAuth 1.0 και 1.0a είναι απενεργοποιημένα: %{link}'
     permission_denied: Δεν έχετε τα απαραίτητα δικαιώματα για πρόσβαση σε αυτήν την
       ενέργεια
     require_cookies:
       cookies_needed: Φαίνεται ότι έχετε τα cookies απενεργοποιημένα - παρακαλούμε
         ενεργοποιήστε τα cookies στο πρόγραμμα περιήγησής σας πριν συνεχίσετε.
-    require_admin:
-      not_an_admin: Πρέπει να είστε διαχειριστής για αυτή την ενέργεια.
     setup_user_auth:
       blocked_zero_hour: Εκκρεμεί επείγον μήνυμα στον ιστότοπο του OpenStreetMap.
         Πρέπει να διαβάσετε το μήνυμα πριν να μπορείτε να αποθηκεύσετε τις αλλαγές
@@ -2667,7 +2709,6 @@ el:
         Δεν χρειάζεται να τους αποδεχτείτε, αλλά θα πρέπει να τους δείτε.
     settings_menu:
       account_settings: Ρυθμίσεις λογαριασμού
-      oauth1_settings: Ρυθμίσεις OAuth 1
       oauth2_applications: Εφαρμογές OAuth 2
       oauth2_authorizations: Εξουσιοδοτήσεις OAuth 2
       muted_users: Χρήστες σε Σίγαση
@@ -2693,33 +2734,6 @@ el:
         title: Σύνδεση με Wikipedia
         alt: Λογότυπο Wikipedia
   oauth:
-    authorize:
-      title: Επιτρέψτε την πρόσβαση στο λογαριασμό σας
-      request_access_html: Η εφαρμογή %{app_name} ζητά πρόσβαση στον λογαριασμό σας,
-        %{user}. Παρακαλούμε ελέγξτε κατά πόσο θέλετε η εφαρμογή να έχει τις παρακάτω
-        δυνατότητες. Μπορείτε να επιλέξετε όσες θέλετε.
-      allow_to: 'Επιτρέψτε στην εφαρμογή πελάτη να:'
-      allow_read_prefs: διαβάσει τις προτιμήσεις σας.
-      allow_write_prefs: τροποποιήσει τις προτιμήσεις χρήστη.
-      allow_write_diary: δημιουργήσει καταχωρήσεις ημερολογίου, σχόλια και να κάνει
-        φίλους.
-      allow_write_api: τροποποιήσει το χάρτη.
-      allow_read_gpx: διαβάσει τα ιδιωτικά σας GPS ίχνη.
-      allow_write_gpx: ανεβάσει ίχνη GPS.
-      allow_write_notes: τροποποιήσει σημειώσεις.
-      grant_access: Παροχή Πρόσβασης
-    authorize_success:
-      title: Επιτρέπεται το αίτημα εξουσιοδότησης
-      allowed_html: Παραχωρήσατε στην εφαρμογή %{app_name} πρόσβαση στον λογαριασμό
-        σας.
-      verification: Ο κωδικός επαλήθευσης είναι %{code}.
-    authorize_failure:
-      title: Η αίτηση επαλήθευσης απέτυχε
-      denied: Έχετε αρνηθεί την πρόσβαση της εφαρμογής %{app_name} στον λογαριασμό
-        σας.
-      invalid: Το αδειοδοτικό επαλήθευσης δεν είναι έγκυρο.
-    revoke:
-      flash: Ανακαλέσατε την αδειοδότηση για το %{application}.
     permissions:
       missing: Δεν έχετε επιτρέψει την πρόσβαση εφαρμογής σε αυτήν την λειτουργία
     scopes:
@@ -2739,48 +2753,6 @@ el:
       skip_authorization: Αυτόματη έγκριση εφαρμογής
     for_roles:
       moderator: Αυτή η άδεια είναι για ενέργειες διαθέσιμες μόνο στους διαχειριστές
-  oauth_clients:
-    new:
-      title: Καταχώρηση νέας εφαρμογής
-      disabled: Η εγγραφή των εφαρμογών OAuth 1 έχει απενεργοποιηθεί
-    edit:
-      title: Επεξεργασία της αίτησής σας
-    show:
-      title: Λεπτομέρειες OAuth για το %{app_name}
-      key: 'Κλειδί Καταναλωτή:'
-      secret: 'Μυστικό Καταναλωτή:'
-      url: 'URL αιτήματος αδειοδότησης:'
-      access_url: 'URL πρόσβασης αδειοδότησης:'
-      authorize_url: 'URL εξουσιοδότησης:'
-      support_notice: Υποστηρίζουμε τις υπογραφές HMAC-SHA1 (συνιστάται) και RSA-SHA1.
-      edit: Επεξεργασία λεπτομερειών
-      delete: Διαγραφή Πελάτη
-      confirm: Είσαστε σίγουροι;
-      requests: 'Αίτηση των ακόλουθων αδειών από τον χρήστη:'
-    index:
-      title: Οι λεπτομέρειες του OAuth μου
-      my_tokens: Οι Εξουσιοδοτημένες Εφαρμογές μου
-      list_tokens: 'Τα ακόλουθα tokens έχουν εκδοθεί για προγράμματα στο όνομα σας:'
-      application: Όνομα εφαρμογής
-      issued_at: Εκδόθηκε στις
-      revoke: Ανακαλέστε!
-      my_apps: Οι Εφαρμογές Πελάτη Μου
-      no_apps_html: Έχετε μια εφαρμογή που θέλετε να καταχωρήσετε για χρήση μαζί μας
-        χρησιμοποιώντας το πρότυπο %{oauth}; Πρέπει να δηλώσετε την εφαρμογή ιστού
-        σας πριν μπορέσει ο OAuth υποβάλει αιτήματα γι αυτήν την υπηρεσία.
-      oauth: OAuth
-      registered_apps: 'Έχετε τις παρακάτω εφαρμογές πελάτη καταχωρημένες:'
-      register_new: Καταχωρήστε την εφαρμογή σας
-    form:
-      requests: 'Αιτηθείτε τις ακόλουθες άδειες από τον χρήστη:'
-    not_found:
-      sorry: Λυπούμαστε, αυτός ο %{type} δεν μπόρεσε να βρεθεί.
-    create:
-      flash: Οι πληροφορίες καταχωρήθηκαν επιτυχώς
-    update:
-      flash: Οι πληροφορίες του πελάτη ενημερώθηκαν με επιτυχία
-    destroy:
-      flash: Η εγγραφή της εφαρμογής πελάτη καταστράφηκε
   oauth2_applications:
     index:
       title: Οι Εφαρμογές Πελάτη μου
@@ -2862,8 +2834,6 @@ el:
         privacy_policy_title: Πολιτική απορρήτου OSMF, συμπεριλαμβανομένης της ενότητας
           για τις διευθύνσεις ηλεκτρονικού ταχυδρομείου
         contributor_terms: όρους συνεισφοράς
-      tou: όρους χρήσης
-      external auth: 'Έλεγχος ταυτότητας από τρίτο μέρος:'
       continue: Εγγραφή
       terms accepted: Ευχαριστούμε για την αποδοχή των νέων όρων συνεισφοράς!
       email_help:
@@ -2898,7 +2868,7 @@ el:
       readable_summary: περίληψη αναγνώσιμη από τον άνθρωπο
       informal_translations: ανεπίσημες μεταφράσεις
       continue: Συνέχεια
-      decline: Διαφωνώ
+      cancel: Ακύρωση
       you need to accept or decline: Παρακαλούμε διαβάστε και αποδεχτείτε ή απορρίψτε
         τους νέους Όρους Συνεισφοράς για να συνεχίσετε.
       legale_select: 'Παρακαλούμε επιλέξτε τη χώρα κατοικίας σας:'
@@ -2988,8 +2958,6 @@ el:
       summary_no_ip_html: '%{name} δημιουργήθηκε στις %{date}'
       empty: Δεν βρέθηκαν χρήστες που να ταιριάζουν
     page:
-      older: Παλαιότεροι Χρήστες
-      newer: Νεότεροι Χρήστες
       found_users:
         one: '%{count} χρήστης βρέθηκε'
         other: '%{count} χρήστες βρέθηκαν'
@@ -3020,27 +2988,17 @@ el:
         να συσχετίσετε τον λογαριασμό με το ID σας στις ρυθμίσεις χρήστη.
   user_role:
     filter:
-      not_a_role: Î\97 Ï\83Ï\84οιÏ\87ειοÏ\83ειÏ\81ά `%{role}' δεν είναι ένας έγκυρος ρόλος.
+      not_a_role: Î\97 Ï\83Ï\85μβολοÏ\83ειÏ\81ά '%{role}' δεν είναι ένας έγκυρος ρόλος.
       already_has_role: Ο χρήστης έχει ήδη ρόλο %{role}.
       doesnt_have_role: Ο χρήστης δεν έχει ρόλο %{role}.
       not_revoke_admin_current_user: Ο διαχειριστικός ρόλος δεν μπορεί να αναιρεθεί
         από τον τρέχον χρήστη.
     grant:
-      title: Επιβεβαίωση χορήγησης ρόλου
-      heading: Επιβεβαίωση χορήγησης ρόλου
-      are_you_sure: Είστε βέβαιος ότι θέλετε να εκχωρήσετε το ρόλο `%{role}' στον
-        χρήστη `%{name}'?
-      confirm: Επιβεβαίωση
-      fail: Δεν μπόρεσε να εξουσιοδοτήσει τον ρόλο `%{role}' στο χρήστη %{name}. Παρακαλούμε
-        ελέγξετε ότι ο χρήστης και ο ρόλος είναι και οι δύο έγκυροι
+      are_you_sure: Είστε βέβαιος ότι θέλετε να εκχωρήσετε το ρόλο '%{role}' στον
+        χρήστη '%{name}';
     revoke:
-      title: Επιβεβαίωση ανάκλησης ρόλου
-      heading: Επιβεβαίωση ανάκλησης ρόλου
-      are_you_sure: Σίγουρα θέλετε να ανακαλέστε τον ρόλο «%{role}» από τον χρήστη
-        «%{name}»;
-      confirm: Επιβεβαίωση
-      fail: Δεν μπόρεσε να αναιρέσει τον ρόλο %{role} από τον χρήστη %{name}'. Παρακαλούμε
-        τσεκάρετε ότι ο χρήστης και ο ρόλος είναι και οι δύο έγκυροι.
+      are_you_sure: Σίγουρα θέλετε να ανακαλέστε τον ρόλο '%{role}' από τον χρήστη
+        '%{name}';
   user_blocks:
     model:
       non_moderator_update: Πρέπει να είστε συντονιστής για να δημιουργήσετε ή να
@@ -3057,6 +3015,7 @@ el:
       title: Επεξεργασία φραγής στον %{name}
       heading_html: Επεξεργασία φραγής στον %{name}
       period: Για πόσο καιρό από τώρα θα είναι αποκλεισμένος ο χρήστης από το API.
+      revoke: Ανάκληση φραγής
     filter:
       block_period: Η περίοδος φραγής πρέπει να είναι μία από τις τιμές στην πτυσσόμενη
         λίστα.
@@ -3065,6 +3024,8 @@ el:
     update:
       only_creator_can_edit: Μόνο ο συντονιστής που δημιούργησε αυτήν τη φραγή μπορεί
         να την επεξεργαστεί.
+      only_creator_can_edit_without_revoking: Μόνο ο συντονιστής που δημιούργησε αυτήν
+        τη φραγή μπορεί να την επεξεργαστεί χωρίς ανάκληση.
       only_creator_or_revoker_can_edit: Μόνο οι διαχειριστές που δημιούργησαν ή ανακαλέσαν
         αυτή τη φραγή μπορούν να την επεξεργαστούν.
       inactive_block_cannot_be_reactivated: Αυτή η φραγή είναι ανενεργή και δεν μπορεί
@@ -3074,14 +3035,6 @@ el:
       title: Φραγές χρήστη
       heading: Λίστα φραγών του χρήστη
       empty: Δεν έχουν γίνει ακόμα φραγές.
-    revoke:
-      title: Ανάκληση φραγής του/της %{block_on}
-      heading_html: Ανάκληση φραγής του/της %{block_on} από τον/την %{block_by}
-      time_future_html: Αυτή η φραγή θα λήξει στις %{time}.
-      past_html: Αυτή η φραγή τελείωσε %{time} και δεν μπορεί να ανακληθεί τώρα.
-      confirm: Είστε σίγουρος πως επιθυμείτε να ανακαλέσετε αυτή τη φραγή;
-      revoke: Ανακαλέστε!
-      flash: Αυτή η φραγή έχει ανακληθεί.
     revoke_all:
       title: Ανάκληση όλων των φραγών σε %{block_on}
       heading_html: Ανάκληση όλων των φραγών σε %{block_on}
@@ -3128,26 +3081,19 @@ el:
       created: 'Δημιουργήθηκε:'
       duration: 'Διάρκεια:'
       status: 'Κατάσταση:'
-      show: Εμφάνιση
       edit: Επεξεργασία
-      revoke: Ανακαλέστε!
-      confirm: Είστε σίγουρος?
       reason: 'Αιτία φραγής:'
       revoker: 'Έκανε την ανάκληση:'
-      needs_view: Ο χρήστης πρέπει να συνδεθεί προτού εκκαθαριστεί αυτή η φραγή.
     block:
       not_revoked: (δεν έχει ανακληθεί)
       show: Εμφάνιση
       edit: Επεξεργασία
-      revoke: Ανακαλέστε!
-    blocks:
+    page:
       display_name: Αποκλεισμένος Χρήστης
       creator_name: Δημιουργός
       reason: Αιτία φραγής
       status: Κατάσταση
       revoker_name: Ανακλήθηκε από
-      older: Παλαιότερες φραγές
-      newer: Νεότερες φραγές
     navigation:
       all_blocks: Όλες οι φραγές
       blocks_on_me: Φραγές σε μένα
@@ -3194,6 +3140,11 @@ el:
       description: Περιγραφή
       created_at: Δημιουργήθηκε στις
       last_changed: Τελευταία αλλαγή
+      apply: Εφαρμογή
+      all: Όλα
+      open: Ανοιχτή
+      closed: Κλειστή
+      status: Κατάσταση
     show:
       title: 'Σημείωση: %{id}'
       description: Περιγραφή
@@ -3212,11 +3163,14 @@ el:
       report: αναφορά αυτής της σημείωσης
       anonymous_warning: Αυτό η σημείωση περιλαμβάνει σχόλια από ανώνυμους χρήστες
         που πρέπει να επαληθεύονται ανεξάρτητα.
+      discussion: Συζήτηση
+      subscribe: Εγγραφή
+      unsubscribe: Κατάργηση εγγραφής
       hide: Απόκρυψη
       resolve: Επιλύστε
       reactivate: Επανενεργοποίηση
       comment_and_resolve: Σχολιάστε και Επιλύστε
-      comment: Σχολιάζω
+      comment: Σχολιάστε
       log_in_to_comment: Συνδεθείτε για να σχολιάσετε σε αυτή την σημείωση
       report_link_html: Εάν αυτή η σημείωση περιέχει ευαίσθητες πληροφορίες που πρέπει
         να αφαιρεθούν, μπορείτε %{link}.
@@ -3238,6 +3192,10 @@ el:
         του χάρτη, γι'αυτό μην προστέθετε προσωπικές πληροφορίες, ή πληροφορίες από
         χάρτες που καλύπτονται από πνευματικά δικαιώματα ή καταχωρήσεις καταλόγου.
       add: Προσθήκη Σημείωσης
+    notes_paging_nav:
+      showing_page: Σελίδα %{page}
+      next: Επόμενη
+      previous: Προηγούμενη
   javascripts:
     close: Κλείσιμο
     share:
@@ -3419,7 +3377,7 @@ el:
       time: Διάρκεια
     query:
       node: Κόμβος
-      way: Î\94ιαδÏ\81ομή
+      way: Î\93Ï\81αμμή
       relation: Σχέση
       nothing_found: Δεν βρέθηκαν χαρακτηριστικά
       error: 'Σφάλμα επικοινωνίας με τον %{server}: %{error}'
@@ -3439,6 +3397,7 @@ el:
       empty: Καμία παράληψη προς εμφάνιση.
       heading: Κατάλογος παραλήψεων
       title: Κατάλογος συντακτικών αλλαγών
+      new: Νέα Απόκρυψη
     new:
       heading: Εισαγωγή πληροφοριών για νέα παράληψη
       title: Δημιουργώντας νέα παράληψη
@@ -3449,7 +3408,7 @@ el:
       user: 'Δημιουργός:'
       edit: Επεξεργασία αυτής της παράληψης
       destroy: Κατάργηση αυτής της παράληψης
-      confirm: Είσαι σίγουρος?
+      confirm: Είσαι σίγουρος;
     create:
       flash: Η παράληψη δημιουργήθηκε.
     update:
index ab750c264f91dc33749e82bcf41e7f940881e707..b478474b2ae4dd8c2e47c7e9b8f5dd7d65f5efdc 100644 (file)
@@ -3,7 +3,6 @@
 # Export driver: phpyaml
 # Author: Abijeet Patro
 # Author: Alefar
-# Author: Amire80
 # Author: Andibing
 # Author: BEANS
 # Author: Back ache
@@ -30,6 +29,7 @@
 # Author: Michel Bakni
 # Author: Mvolz
 # Author: Sampablokuper
+# Author: Samthecrazyman
 # Author: Samwilson
 # Author: Shirayuki
 # Author: Smsm1
@@ -66,10 +66,6 @@ en-GB:
         create: Create block
         update: Update block
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: does not appear to be a valid e-mail address
-        email_address_not_routable: is not routable
     models:
       acl: Access Control List
       changeset: Changeset
@@ -109,7 +105,6 @@ en-GB:
       client_application:
         name: Name (Required)
         url: Main Application URL (Required)
-        callback_url: 'Callback URL:'
         support_url: Support URL
         allow_read_prefs: read their user preferences
         allow_write_prefs: modify their user preferences
@@ -138,7 +133,6 @@ en-GB:
         longitude: Longitude
         public: Public
         description: Description
-        gpx_file: Upload GPX File
         visibility: Visibility
         tagstring: Tags
       message:
@@ -149,11 +143,8 @@ en-GB:
       redaction:
         description: Description
       report:
-        category: 'Select a reason for your report:'
         details: Please provide some more details about the problem (required).
       user:
-        email: E-mail
-        new_email: New Email Address
         active: Active
         display_name: Display Name
         description: Profile Description
@@ -250,7 +241,6 @@ en-GB:
     edit:
       title: Edit account
       my settings: My settings
-      current email address: Current Email Address
       external auth: External Authentication
       openid:
         link text: what is this?
@@ -274,8 +264,6 @@ en-GB:
       heading: Public editing
       make_edits_public_button: Make all my edits public
     update:
-      success_confirm_needed: User information updated successfully. Check your email
-        for a note to confirm your new email address.
       success: User information updated successfully.
   browse:
     version: Version
@@ -321,7 +309,6 @@ en-GB:
         note: note
     timeout:
       title: Timeout Error
-      sorry: Sorry, the data for the %{type} with the id %{id}, took too long to retrieve.
       type:
         node: node
         way: way
@@ -354,21 +341,21 @@ en-GB:
       introduction: Click on the map to find nearby features.
       nearby: Nearby features
       enclosing: Enclosing features
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'New comment on changeset #%{changeset_id} by %{author}'
+        commented_at_by_html: Updated %{when} by %{user}
+      show:
+        title_all: OpenStreetMap changeset discussion
+        title_particular: 'OpenStreetMap changeset #%{changeset_id} discussion'
+      timeout:
+        sorry: Sorry, the list of changeset comments you requested took too long to
+          retrieve.
   changesets:
-    changeset_paging_nav:
-      showing_page: Page %{page}
-      next: Next »
-      previous: « Previous
     changeset:
-      anonymous: Anonymous
       no_edits: (no edits)
       view_changeset_details: View changeset details
-    changesets:
-      id: ID
-      saved_at: Saved at
-      user: User
-      comment: Comment
-      area: Area
     index:
       title: Changesets
       title_user: Changesets by %{user}
@@ -409,18 +396,6 @@ en-GB:
       relations_paginated: Relations (%{x}-%{y} of %{count})
     timeout:
       sorry: Sorry, the list of changesets you requested took too long to retrieve.
-  changeset_comments:
-    comment:
-      comment: 'New comment on changeset #%{changeset_id} by %{author}'
-      commented_at_by_html: Updated %{when} by %{user}
-    comments:
-      comment: 'New comment on changeset #%{changeset_id} by %{author}'
-    index:
-      title_all: OpenStreetMap changeset discussion
-      title_particular: 'OpenStreetMap changeset #%{changeset_id} discussion'
-    timeout:
-      sorry: Sorry, the list of changeset comments you requested took too long to
-        retrieve.
   dashboards:
     contact:
       km away: '%{count}km away'
@@ -443,12 +418,7 @@ en-GB:
       title: New Diary Entry
     form:
       location: Location
-      use_map_link: Use map
     index:
-      title: Users' diaries
-      title_friends: Friends' diaries
-      title_nearby: Nearby Users' diaries
-      user_title: '%{user}''s diary'
       in_language_title: Diary Entries in %{language}
       new: New Diary Entry
       new_title: Compose a new entry in my user diary
@@ -456,14 +426,9 @@ en-GB:
       no_entries: No diary entries
     page:
       recent_entries: Recent diary entries
-      older_entries: Older Entries
-      newer_entries: Newer Entries
     edit:
-      title: Edit diary entry
       marker_text: Diary entry location
     show:
-      title: '%{user}''s diary | %{title}'
-      user_title: '%{user}''s diary'
       leave_a_comment: Leave a comment
       login_to_leave_a_comment_html: '%{login_link} to leave a comment'
     no_such_entry:
@@ -492,8 +457,6 @@ en-GB:
       report: Report this comment
     location:
       location: 'Location:'
-      view: View
-      edit: Edit
     feed:
       user:
         title: OpenStreetMap diary entries for %{user}
@@ -509,8 +472,6 @@ en-GB:
       post: Post
       when: When
       comment: Comment
-      newer_comments: Newer Comments
-      older_comments: Older Comments
   doorkeeper:
     errors:
       messages:
@@ -556,7 +517,7 @@ en-GB:
         amenity:
           animal_shelter: Animal Shelter
           arts_centre: Arts Centre
-          atm: ATM
+          atm: Cash Machine
           bank: Bank
           bar: Bar
           bbq: BBQ
@@ -566,11 +527,10 @@ en-GB:
           bicycle_repair_station: Bicycle Repair Station
           biergarten: Beer Garden
           blood_bank: Blood Bank
-          boat_rental: Boat Rental
+          boat_rental: Boat Hire
           brothel: Brothel
           bureau_de_change: Bureau de Change
           bus_station: Bus Station
-          cafe: Café
           car_rental: Car Hire
           car_sharing: Car Sharing
           car_wash: Car Wash
@@ -661,19 +621,16 @@ en-GB:
           viaduct: Viaduct
           "yes": Bridge
         building:
-          apartment: Apartment
-          apartments: Apartments
+          apartment: Flat
+          apartments: Flats
           bungalow: Bungalow
           cabin: Cabin
           chapel: Chapel
-          church: Church
           college: College Building
           commercial: Commercial Building
           construction: Building under Construction
           garage: Garage
           garages: Garages
-          hospital: Hospital
-          hotel: Hotel
           house: House
           industrial: Industrial Building
           roof: Roof
@@ -704,7 +661,7 @@ en-GB:
           construction: Highway under construction
           corridor: Corridor
           cycleway: Cycle Path
-          elevator: Elevator
+          elevator: Lift
           emergency_access_point: Emergency Access Point
           footway: Footpath
           ford: Ford
@@ -732,7 +689,7 @@ en-GB:
           speed_camera: Speed Camera
           steps: Steps
           stop: Stop Sign
-          street_lamp: Street Lamp
+          street_lamp: Lamp Post
           tertiary: Tertiary Road
           tertiary_link: Tertiary Road
           track: Track
@@ -831,7 +788,6 @@ en-GB:
         man_made:
           adit: Adit
           advertising: Advertising
-          antenna: Antenna/Antennae
           avalanche_protection: Avalanche Protection
           beacon: Beacon
           beam: Beam
@@ -988,7 +944,7 @@ en-GB:
           tram_stop: Tram Stop
           yard: Railway Yard
         shop:
-          alcohol: Off Licence
+          alcohol: Off-licence
           antiques: Antiques
           art: Art Shop
           bakery: Bakery
@@ -1001,7 +957,7 @@ en-GB:
           butcher: Butcher
           car: Car Shop
           car_parts: Car Parts
-          car_repair: Car Repair
+          car_repair: Mechanic
           carpet: Carpet Shop
           charity: Charity Shop
           chemist: Chemist
@@ -1033,7 +989,7 @@ en-GB:
           hardware: Hardware Store
           houseware: Houseware Shop
           interior_decoration: Interior Decoration
-          jewelry: Jewellers
+          jewelry: Jewellery Shop
           kiosk: Kiosk Shop
           kitchen: Kitchen Shop
           laundry: Laundry
@@ -1055,7 +1011,6 @@ en-GB:
           second_hand: Second-hand Shop
           shoes: Shoe Shop
           sports: Sports Shop
-          stationery: Stationers
           supermarket: Supermarket
           tailor: Tailor
           ticket: Ticket Shop
@@ -1063,7 +1018,7 @@ en-GB:
           toys: Toy Shop
           travel_agency: Travel Agency
           video: Video Shop
-          wine: Off Licence
+          wine: Off-licence
           "yes": Shop
         tourism:
           alpine_hut: Alpine Hut
@@ -1115,15 +1070,11 @@ en-GB:
         level8: City Boundary
         level9: Village Boundary
         level10: Suburb Boundary
-      types:
-        cities: Cities
-        towns: Towns
-        places: Places
     results:
       no_results: No results found
       more_results: More results
   issues:
-    index:
+    page:
       reports: Reports
   layouts:
     logo:
@@ -1136,33 +1087,20 @@ en-GB:
     edit: Edit
     history: History
     export: Export
-    data: Data
-    export_data: Export Data
-    gps_traces: GPS Traces
-    gps_traces_tooltip: Manage GPS traces
+    gps_traces: GPS Tracks
     user_diaries: User Diaries
-    user_diaries_tooltip: View user diaries
     edit_with: Edit with %{editor}
-    tag_line: The Free Wiki World Map
     intro_header: Welcome to OpenStreetMap!
     intro_text: OpenStreetMap is a map of the world, created by people like you and
       free to use under an open licence.
-    intro_2_create_account: Create a user account
     partners_partners: partners
     osm_offline: The OpenStreetMap database is currently offline while essential database
       maintenance work is carried out.
     osm_read_only: The OpenStreetMap database is currently in read-only mode while
       essential database maintenance work is carried out.
-    donate: Support OpenStreetMap by %{link} to the Hardware Upgrade Fund.
     help: Help
     about: About
     copyright: Copyright
-    community: Community
-    community_blogs: Community Blogs
-    community_blogs_title: Blogs from members of the OpenStreetMap community
-    make_a_donation:
-      title: Support OpenStreetMap with a monetary donation
-      text: Make a Donation
     learn_more: Learn More
     more: More
   user_mailer:
@@ -1186,7 +1124,6 @@ en-GB:
       see_their_profile: You can see their profile at %{userurl}.
       befriend_them: You can also add them as a friend at %{befriendurl}.
     gpx_failure:
-      failed_to_import: 'failed to import. Here is the error:'
       subject: '[OpenStreetMap] GPX Import failure'
     gpx_success:
       subject: '[OpenStreetMap] GPX Import success'
@@ -1201,14 +1138,10 @@ en-GB:
     email_confirm:
       subject: '[OpenStreetMap] Confirm your e-mail address'
       greeting: Hi,
-      hopefully_you: Someone (hopefully you) would like to change their email address
-        over at %{server_url} to %{new_address}.
       click_the_link: If this is you, please click the link below to confirm the change.
     lost_password:
       subject: '[OpenStreetMap] Password reset request'
       greeting: Hi,
-      hopefully_you: Someone (possibly you) has asked for the password to be reset
-        on this email address's openstreetmap.org account.
       click_the_link: If this is you, please click the link below to reset your password.
     note_comment_notification:
       anonymous: An anonymous user
@@ -1237,7 +1170,6 @@ en-GB:
           on. The note is near %{place}.'
     changeset_comment_notification:
       hi: Hi %{to_user},
-      greeting: Hi,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} has commented on one of your changesets'
         subject_other: '[OpenStreetMap] %{commenter} has commented on a changeset
@@ -1249,10 +1181,6 @@ en-GB:
         partial_changeset_without_comment: without comment
   confirmations:
     confirm:
-      heading: Check your email!
-      introduction_1: We sent you a confirmation email.
-      introduction_2: Confirm your account by clicking on the link in the email and
-        you'll be able to start mapping.
       press confirm button: Press the confirm button below to activate your account.
       button: Confirm
       success: Confirmed your account, thanks for signing up!
@@ -1265,7 +1193,6 @@ en-GB:
       press confirm button: Press the confirm button below to confirm your new e-mail
         address.
       button: Confirm
-      success: Confirmed your change of email address!
       failure: An e-mail address has already been confirmed with this token.
       unknown_token: That confirmation code has expired or does not exist.
   messages:
@@ -1289,7 +1216,6 @@ en-GB:
     message_summary:
       unread_button: Mark as unread
       read_button: Mark as read
-      reply_button: Reply
       destroy_button: Delete
     new:
       title: Send message
@@ -1330,7 +1256,6 @@ en-GB:
     new:
       title: Lost password
       heading: Forgotten Password?
-      email address: E-mail Address
       new password button: Reset password
       help_text: Enter the e-mail address you used to sign up, we will send a link
         to it that you can use to reset your password.
@@ -1362,15 +1287,24 @@ en-GB:
       password: Password
       remember: Remember me
       lost password link: Lost your password?
-      register now: Register now
       auth failure: Sorry, could not log in with those details.
     destroy:
       title: Logout
       heading: Logout of OpenStreetMap
       logout_button: Logout
+  shared:
+    pagination:
+      diary_comments:
+        older: Older Comments
+        newer: Newer Comments
+      diary_entries:
+        older: Older Entries
+        newer: Newer Entries
+      traces:
+        older: Older Traces
+        newer: Newer Traces
   site:
     about:
-      next: Next
       lede_text: OpenStreetMap is built by a community of mappers that contribute
         and maintain data about roads, trails, cafés, railway stations, and much more,
         all over the world.
@@ -1440,8 +1374,6 @@ en-GB:
       user_page_link: user page
       anon_edits_link_text: Find out why this is the case.
       id_not_configured: iD has not been configured
-      no_iframe_support: Your browser doesn't support HTML iframes, which are necessary
-        for this feature.
     export:
       title: Export
       manually_select: Manually select a different area
@@ -1468,7 +1400,6 @@ en-GB:
           description: Additional sources listed on the OpenStreetMap wiki
       export_button: Export
     fixthemap:
-      title: Report a problem/Fix the map
       how_to_help:
         title: How to Help
         join_the_community:
@@ -1508,10 +1439,8 @@ en-GB:
       title: Any questions?
     sidebar:
       search_results: Search Results
-      close: Close
     search:
       search: Search
-      get_directions: Get directions
       get_directions_title: Find directions between two points
       from: From
       to: To
@@ -1538,7 +1467,7 @@ en-GB:
           rail: Railway
           subway: Subway
           cable_car: Cable car
-          chair_lift: Chair lift
+          chair_lift: Chairlift
           runway: Airport Runway
           taxiway: Taxiway
           apron: Airport apron
@@ -1619,20 +1548,13 @@ en-GB:
           for these to finish before uploading any more, so as not to block the queue
           for other users.
     edit:
-      title: Editing trace %{name}
-      heading: Editing trace %{name}
       visibility_help: what does this mean?
-    trace_optionals:
-      tags: Tags
     show:
-      title: Viewing trace %{name}
-      heading: Viewing trace %{name}
       pending: PENDING
       filename: 'Filename:'
       download: download
       uploaded: 'Uploaded:'
       points: 'Points:'
-      start_coordinates: 'Start coordinate:'
       map: map
       edit: edit
       owner: 'Owner:'
@@ -1657,18 +1579,11 @@ en-GB:
       private: PRIVATE
       trackable: TRACKABLE
     index:
-      public_traces: Public GPS traces
-      public_traces_from: Public GPS traces from %{user}
       description: Browse recent GPS track uploads
       tagged_with: ' tagged with %{tags}'
       upload_trace: Upload a trace
-    page:
-      older: Older Traces
-      newer: Newer Traces
     destroy:
       scheduled_for_deletion: Trace scheduled for deletion
-    make_public:
-      made_public: Trace made public
     offline_warning:
       message: The GPX file upload system is currently unavailable
     offline:
@@ -1692,73 +1607,8 @@ en-GB:
         to the web interface to view the Contributor Terms. You do not need to agree,
         but you must view them.
   oauth:
-    authorize:
-      title: Authorise access to your account
-      request_access_html: The application %{app_name} is requesting access to your
-        account, %{user}. Please check whether you would like the application to have
-        the following capabilities. You may choose as many or as few as you like.
-      allow_to: 'Allow the client application to:'
-      allow_read_prefs: read your user preferences.
-      allow_write_prefs: modify your user preferences.
-      allow_write_diary: create diary entries, comments and make friends.
-      allow_write_api: modify the map.
-      allow_read_gpx: read your private GPS traces.
-      allow_write_gpx: upload GPS traces.
-      allow_write_notes: modify notes.
-      grant_access: Grant Access
-    authorize_success:
-      title: Authorisation request allowed
-      allowed_html: You have granted application %{app_name} access to your account.
-      verification: The verification code is %{code}.
-    authorize_failure:
-      title: Authorisation request failed
-      denied: You have denied application %{app_name} access to your account.
-      invalid: The authorisation token is not valid.
-    revoke:
-      flash: You've revoked the token for %{application}
     permissions:
       missing: You have not permitted the application access to this facility
-  oauth_clients:
-    new:
-      title: Register a new application
-    edit:
-      title: Edit your application
-    show:
-      title: OAuth details for %{app_name}
-      key: 'Consumer Key:'
-      secret: 'Consumer Secret:'
-      url: 'Request Token URL:'
-      access_url: 'Access Token URL:'
-      authorize_url: 'Authorise URL:'
-      support_notice: We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures.
-      edit: Edit Details
-      delete: Delete Client
-      confirm: Are you sure?
-      requests: 'Requesting the following permissions from the user:'
-    index:
-      title: My OAuth Details
-      my_tokens: My Authorised Applications
-      list_tokens: 'The following tokens have been issued to applications in your
-        name:'
-      application: Application Name
-      issued_at: Issued At
-      revoke: Revoke!
-      my_apps: My Client Applications
-      no_apps_html: Do you have an application you would like to register for use
-        with us using the %{oauth} standard? You must register your web application
-        before it can make OAuth requests to this service.
-      registered_apps: 'You have the following client applications registered:'
-      register_new: Register your application
-    form:
-      requests: 'Request the following permissions from the user:'
-    not_found:
-      sorry: Sorry, that %{type} could not be found.
-    create:
-      flash: Registered the information successfully
-    update:
-      flash: Updated the client information successfully
-    destroy:
-      flash: Destroyed the client application registration
   oauth2_applications:
     new:
       title: Register a new application
@@ -1769,7 +1619,6 @@ en-GB:
         account for you automatically.
       display name description: Your publicly displayed username. You can change this
         later in the preferences.
-      external auth: 'Third Party Authentication:'
       continue: Sign Up
       terms accepted: Thanks for accepting the new contributor terms!
     terms:
@@ -1778,8 +1627,6 @@ en-GB:
       consider_pd: In addition to the above, I consider my contributions to be in
         the Public Domain
       consider_pd_why: what's this?
-      consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
-      decline: Decline
       you need to accept or decline: Please read and then either accept or decline
         the new Contributor Terms to continue.
       legale_select: 'Country of residence:'
@@ -1836,7 +1683,6 @@ en-GB:
       comments: Comments
       create_block: Block this User
       activate_user: Activate this User
-      confirm_user: Confirm this user
       hide_user: Hide this User
       unhide_user: Unhide this User
       delete_user: Delete this User
@@ -1868,25 +1714,8 @@ en-GB:
         using the form below.
   user_role:
     filter:
-      not_a_role: The string `%{role}' is not a valid role.
       already_has_role: The user already has role %{role}.
       doesnt_have_role: The user does not have role %{role}.
-    grant:
-      title: Confirm role granting
-      heading: Confirm role granting
-      are_you_sure: Are you sure you want to grant the role `%{role}' to the user
-        `%{name}'?
-      confirm: Confirm
-      fail: Could not grant role `%{role}' to user `%{name}'. Please check that the
-        user and role are both valid.
-    revoke:
-      title: Confirm role revoking
-      heading: Confirm role revoking
-      are_you_sure: Are you sure you want to revoke the role `%{role}' from the user
-        `%{name}'?
-      confirm: Confirm
-      fail: Could not revoke role `%{role}' from user `%{name}'. Please check that
-        the user and role are both valid.
   user_blocks:
     model:
       non_moderator_update: Must be a moderator to create or update a block.
@@ -1914,14 +1743,6 @@ en-GB:
       title: User blocks
       heading: List of user blocks
       empty: No blocks have been made yet.
-    revoke:
-      title: Revoking block on %{block_on}
-      heading_html: Revoking block on %{block_on} by %{block_by}
-      time_future_html: This block will end in %{time}.
-      past_html: This block ended %{time} and cannot be revoked now.
-      confirm: Are you sure you wish to revoke this block?
-      revoke: Revoke!
-      flash: This block has been revoked.
     helper:
       time_future_html: Ends in %{time}.
       until_login: Active until the user logs in.
@@ -1934,30 +1755,23 @@ en-GB:
           other: '%{count} hours'
     blocks_on:
       title: Blocks on %{name}
-      heading_html: List of blocks on %{name}
       empty: '%{name} has not been blocked yet.'
     blocks_by:
       title: Blocks by %{name}
-      heading_html: List of blocks by %{name}
       empty: '%{name} has not made any blocks yet.'
     show:
       title: '%{block_on} blocked by %{block_by}'
       heading_html: '%{block_on} blocked by %{block_by}'
       created: 'Created:'
       status: 'Status:'
-      show: Show
       edit: Edit
-      revoke: Revoke!
-      confirm: Are you sure?
       reason: 'Reason for block:'
       revoker: 'Revoker:'
-      needs_view: The user needs to log in before this block will be cleared.
     block:
       not_revoked: (not revoked)
       show: Show
       edit: Edit
-      revoke: Revoke!
-    blocks:
+    page:
       display_name: Blocked User
       creator_name: Creator
       reason: Reason for block
@@ -1966,7 +1780,6 @@ en-GB:
   notes:
     index:
       title: Notes submitted or commented on by %{user}
-      heading: '%{user}''s notes'
       subheading_html: Notes %{submitted} or %{commented} by %{user}
       id: Id
       creator: Creator
@@ -1994,6 +1807,8 @@ en-GB:
       advice: Your note is public and may be used to update the map, so don't enter
         personal information or information from copyrighted maps or directory listings.
       add: Add Note
+    notes_paging_nav:
+      showing_page: Page %{page}
   javascripts:
     close: Close
     share:
@@ -2099,7 +1914,6 @@ en-GB:
         slight_left_without_exit: Slight left onto %{name}
         via_point_without_exit: (via point)
         follow_without_exit: Follow %{name}
-        roundabout_without_exit: At roundabout take exit onto %{name}
         leave_roundabout_without_exit: Leave roundabout - %{name}
         stay_roundabout_without_exit: Stay on roundabout - %{name}
         start_without_exit: Start on %{name}
@@ -2136,20 +1950,10 @@ en-GB:
       query_features: Query features
       centre_map: Centre map here
   redactions:
-    edit:
-      heading: Edit redaction
-      title: Edit redaction
     index:
       empty: No redactions to show.
-      heading: List of redactions
-      title: List of redactions
-    new:
-      heading: Enter information for new redaction
-      title: Creating new redaction
     show:
       description: 'Description:'
-      heading: Showing redaction "%{title}"
-      title: Showing redaction
       user: 'Creator:'
       edit: Edit this redaction
       destroy: Remove this redaction
index 36698f02ce024e27dadba4f9699dbf3225b8023a..2a92fbb63c65ecf4dda142b567c35943971e4efb 100644 (file)
@@ -38,8 +38,6 @@ en:
   activerecord:
     errors:
       messages:
-        invalid_email_address: does not appear to be a valid e-mail address
-        email_address_not_routable: is not routable
         display_name_is_user_n: can't be user_n unless n is your user id
       models:
         user_mute:
@@ -124,7 +122,7 @@ en:
         longitude: "Longitude"
         public: "Public"
         description: "Description"
-        gpx_file: Upload GPX File
+        gpx_file: Choose GPS Trace File
         visibility: Visibility
         tagstring: Tags
       message:
@@ -287,7 +285,7 @@ en:
         not yet agreed: "You have not yet agreed to the new Contributor Terms."
         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
-        link: "https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms"
+        link: "https://osmfoundation.org/wiki/Licence/Contributor_Terms"
         link text: "what is this?"
       save changes button: Save Changes
       delete_account: Delete Account...
@@ -371,7 +369,7 @@ en:
         note: note
     timeout:
       title: Timeout Error
-      sorry: "Sorry, the data for the %{type} with the id %{id}, took too long to retrieve."
+      sorry: "Sorry, the data for the %{type} with the id %{id} took too long to retrieve."
       type:
         node: node
         way: way
@@ -405,30 +403,44 @@ en:
       introduction: "Click on the map to find nearby features."
       nearby: "Nearby features"
       enclosing: "Enclosing features"
+  nodes:
+    timeout:
+      sorry: "Sorry, the data for the node with the id %{id} took too long to retrieve."
   old_nodes:
     not_found:
       sorry: "Sorry, node #%{id} version %{version} could not be found."
+    timeout:
+      sorry: "Sorry, the history of the node with the id %{id} took too long to retrieve."
+  ways:
+    timeout:
+      sorry: "Sorry, the data for the way with the id %{id} took too long to retrieve."
   old_ways:
     not_found:
       sorry: "Sorry, way #%{id} version %{version} could not be found."
+    timeout:
+      sorry: "Sorry, the history of the way with the id %{id} took too long to retrieve."
+  relations:
+    timeout:
+      sorry: "Sorry, the data for the relation with the id %{id} took too long to retrieve."
   old_relations:
     not_found:
       sorry: "Sorry, relation #%{id} version %{version} could not be found."
+    timeout:
+      sorry: "Sorry, the history of the relation with the id %{id} took too long to retrieve."
+  changeset_comments:
+    feeds:
+      comment:
+        comment: "New comment on changeset #%{changeset_id} by %{author}"
+        commented_at_by_html: "Updated %{when} by %{user}"
+      show:
+        title_all: OpenStreetMap changeset discussion
+        title_particular: "OpenStreetMap changeset #%{changeset_id} discussion"
+      timeout:
+        sorry: "Sorry, the list of changeset comments you requested took too long to retrieve."
   changesets:
-    changeset_paging_nav:
-      showing_page: "Page %{page}"
-      next: "Next »"
-      previous: "« Previous"
     changeset:
-      anonymous: "Anonymous"
       no_edits: "(no edits)"
       view_changeset_details: "View changeset details"
-    changesets:
-      id: "ID"
-      saved_at: "Saved at"
-      user: "User"
-      comment: "Comment"
-      area: "Area"
     index:
       title: "Changesets"
       title_user: "Changesets by %{user}"
@@ -458,7 +470,6 @@ en:
       title: "Changeset %{id}"
       created_by_html: "Created by %{link_user} on %{created}."
     no_such_entry:
-      title: "No such changeset"
       heading: "No entry with the id: %{id}"
       body: "Sorry, there is no changeset with the id %{id}. Please check your spelling, or maybe the link you clicked is wrong."
     show:
@@ -490,17 +501,6 @@ en:
       relations_paginated: "Relations (%{x}-%{y} of %{count})"
     timeout:
       sorry: "Sorry, the list of changesets you requested took too long to retrieve."
-  changeset_comments:
-    comment:
-      comment: "New comment on changeset #%{changeset_id} by %{author}"
-      commented_at_by_html: "Updated %{when} by %{user}"
-    comments:
-      comment: "New comment on changeset #%{changeset_id} by %{author}"
-    index:
-      title_all: OpenStreetMap changeset discussion
-      title_particular: "OpenStreetMap changeset #%{changeset_id} discussion"
-    timeout:
-      sorry: "Sorry, the list of changeset comments you requested took too long to retrieve."
   dashboards:
     contact:
       km away: "%{count}km away"
@@ -540,8 +540,6 @@ en:
       no_entries: No diary entries
     page:
       recent_entries: "Recent diary entries"
-      older_entries: Older Entries
-      newer_entries: Newer Entries
     edit:
       title: Edit Diary Entry
       marker_text: Diary entry location
@@ -580,8 +578,6 @@ en:
       report: Report this comment
     location:
       location: "Location:"
-      view: "View"
-      edit: "Edit"
       coordinates: "%{latitude}; %{longitude}"
     feed:
       user:
@@ -609,8 +605,6 @@ en:
       post: Post
       when: When
       comment: Comment
-      newer_comments: "Newer Comments"
-      older_comments: "Older Comments"
     new:
       heading: Add a comment to the following diary entry discussion?
   doorkeeper:
@@ -673,7 +667,6 @@ en:
   geocoder:
     search:
       title:
-        results_from_html: 'Results from %{results_link}'
         latlon: Internal
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1083,7 +1076,7 @@ en:
         man_made:
           adit: "Adit"
           advertising: "Advertising"
-          antenna:  "Antenna"
+          antenna: "Antenna"
           avalanche_protection: "Avalanche Protection"
           beacon: "Beacon"
           beam: "Beam"
@@ -1450,10 +1443,6 @@ en:
         level9: "Village Boundary"
         level10: "Suburb Boundary"
         level11: "Neighbourhood Boundary"
-      types:
-        cities: Cities
-        towns: Towns
-        places: Places
     results:
       no_results: "No results found"
       more_results: "More results"
@@ -1467,13 +1456,18 @@ en:
       not_updated: Not Updated
       search: Search
       search_guidance: "Search Issues:"
+      states:
+        ignored: Ignored
+        open: Open
+        resolved: Resolved
+    page:
       user_not_found: User does not exist
       issues_not_found: No such issues found
+      reported_user: Reported User
       status: Status
       reports: Reports
       last_updated: Last Updated
       last_updated_time_ago_user_html: "%{time_ago} by %{user}"
-      link_to_reports: View Reports
       reports_count:
         one: "%{count} Report"
         other: "%{count} Reports"
@@ -1570,17 +1564,11 @@ en:
     history: History
     export: Export
     issues: Issues
-    data: Data
-    export_data: Export Data
     gps_traces: GPS Traces
-    gps_traces_tooltip: Manage GPS traces
     user_diaries: User Diaries
-    user_diaries_tooltip: View user diaries
     edit_with: Edit with %{editor}
-    tag_line: The Free Wiki World Map
     intro_header: Welcome to OpenStreetMap!
     intro_text: OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
-    intro_2_create_account: "Create a user account"
     hosting_partners_2024_html: "Hosting is supported by %{fastly}, %{corpmembers}, and other %{partners}."
     partners_fastly: "Fastly"
     partners_corpmembers: "OSMF corporate members"
@@ -1589,17 +1577,10 @@ en:
     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
     nothing_to_preview: "Nothing to preview."
-    donate: "Support OpenStreetMap by %{link} to the Hardware Upgrade Fund."
     help: Help
     about: About
     copyright: Copyright
     communities: Communities
-    community: Community
-    community_blogs: "Community Blogs"
-    community_blogs_title: "Blogs from members of the OpenStreetMap community"
-    make_a_donation:
-      title: Support OpenStreetMap with a monetary donation
-      text: Make a Donation
     learn_more: "Learn More"
     more: More
   user_mailer:
@@ -1629,13 +1610,13 @@ en:
       befriend_them: "You can also add them as a friend at %{befriendurl}."
       befriend_them_html: "You can also add them as a friend at %{befriendurl}."
     gpx_description:
-      description_with_tags: "It looks like your GPX file %{trace_name} with the description %{trace_description} and the following tags: %{tags}"
-      description_with_tags_html: "It looks like your GPX file %{trace_name} with the description %{trace_description} and the following tags: %{tags}"
-      description_with_no_tags: "It looks like your GPX file %{trace_name} with the description %{trace_description} and no tags"
-      description_with_no_tags_html: "It looks like your GPX file %{trace_name} with the description %{trace_description} and no tags"
+      description_with_tags: "It looks like your file %{trace_name} with the description %{trace_description} and the following tags: %{tags}"
+      description_with_tags_html: "It looks like your file %{trace_name} with the description %{trace_description} and the following tags: %{tags}"
+      description_with_no_tags: "It looks like your file %{trace_name} with the description %{trace_description} and no tags"
+      description_with_no_tags_html: "It looks like your file %{trace_name} with the description %{trace_description} and no tags"
     gpx_failure:
       hi: "Hi %{to_user},"
-      failed_to_import: "failed to import. Here is the error:"
+      failed_to_import: "failed to be imported as a GPS trace file. Please verify that your file is a valid GPX file or an archive containing GPX file(s) in the supported format (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2). Could there be a format or syntax issue with your file? Here is the importing error:"
       more_info: "More information about GPX import failures and how to avoid them can be found at %{url}."
       more_info_html: "More information about GPX import failures and how to avoid them can be found at %{url}."
       import_failures_url: "https://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
@@ -1695,7 +1676,6 @@ en:
     changeset_comment_notification:
       description: "OpenStreetMap Changeset #%{id}"
       hi: "Hi %{to_user},"
-      greeting: "Hi,"
       commented:
         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your changesets"
         subject_other: "[OpenStreetMap] %{commenter} has commented on a changeset you are interested in"
@@ -1757,7 +1737,6 @@ en:
     message_summary:
       unread_button: "Mark as unread"
       read_button: "Mark as read"
-      reply_button: "Reply"
       destroy_button: "Delete"
       unmute_button: "Move to Inbox"
     new:
@@ -1773,7 +1752,6 @@ en:
       body: "Sorry there is no message with that id."
     outbox:
       title: "Outbox"
-      actions: "Actions"
       messages:
         one: "You have %{count} sent message"
         other: "You have %{count} sent messages"
@@ -1785,14 +1763,14 @@ en:
         one: "%{count} muted message"
         other: "You have %{count} muted messages"
     reply:
-      wrong_user: "You are logged in as `%{user}' but the message you have asked to reply to was not sent to that user. Please log in as the correct user in order to reply."
+      wrong_user: "You are logged in as '%{user}' but the message you have asked to reply to was not sent to that user. Please log in as the correct user in order to reply."
     show:
       title: "Read message"
       reply_button: "Reply"
       unread_button: "Mark as unread"
       destroy_button: "Delete"
       back: "Back"
-      wrong_user: "You are logged in as `%{user}' but the message you have asked to read was not sent by or to that user. Please log in as the correct user in order to read it."
+      wrong_user: "You are logged in as '%{user}' but the message you have asked to read was not sent by or to that user. Please log in as the correct user in order to read it."
     sent_message_summary:
       destroy_button: "Delete"
     heading:
@@ -1866,7 +1844,6 @@ en:
       failure: Couldn't update profile.
   sessions:
     new:
-      title: "Log in"
       tab_title: "Log in"
       login_to_authorize_html: "Log in to OpenStreetMap to access %{client_app_name}."
       email or username: "Email Address or Username"
@@ -1874,7 +1851,6 @@ en:
       remember: "Remember me"
       lost password link: "Lost your password?"
       login_button: "Log in"
-      register now: Register now
       with external: "or log in with a third party"
       or: "or"
       auth failure: "Sorry, could not log in with those details."
@@ -1908,9 +1884,27 @@ en:
       edit: Edit
       preview: Preview
       help: Help
+    pagination:
+      diary_comments:
+        older: Older Comments
+        newer: Newer Comments
+      diary_entries:
+        older: Older Entries
+        newer: Newer Entries
+      issues:
+        older: Older Issues
+        newer: Newer Issues
+      traces:
+        older: Older Traces
+        newer: Newer Traces
+      user_blocks:
+        older: Older Blocks
+        newer: Newer Blocks
+      users:
+        older: Older Users
+        newer: Newer Users
   site:
     about:
-      next: Next
       heading_html: "%{copyright}OpenStreetMap %{br} contributors"
       copyright_symbol_html: "&copy;"
       used_by_html: "%{name} provides map data for thousands of websites, mobile apps, and hardware devices"
@@ -1955,11 +1949,11 @@ en:
       legal_1_1_openstreetmap_foundation: OpenStreetMap Foundation
       legal_1_1_openstreetmap_foundation_url: https://osmfoundation.org/
       legal_1_1_terms_of_use: Terms of Use
-      legal_1_1_terms_of_use_url: https://wiki.osmfoundation.org/wiki/Terms_of_Use
+      legal_1_1_terms_of_use_url: https://osmfoundation.org/wiki/Terms_of_Use
       legal_1_1_aup: Acceptable Use Policies
       legal_1_1_aup_url: https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy
       legal_1_1_privacy_policy: Privacy Policy
-      legal_1_1_privacy_policy_url: https://wiki.osmfoundation.org/wiki/Privacy_Policy
+      legal_1_1_privacy_policy_url: https://osmfoundation.org/wiki/Privacy_Policy
       legal_2_1_html: |
         Please %{contact_the_osmf_link}
         if you have licensing, copyright or other legal questions.
@@ -1968,7 +1962,7 @@ en:
       legal_2_2_html: |
         OpenStreetMap, the magnifying glass logo and State of the Map are %{registered_trademarks_link}.
       legal_2_2_registered_trademarks: registered trademarks of the OSMF
-      legal_2_2_registered_trademarks_url: https://wiki.osmfoundation.org/wiki/Trademark_Policy
+      legal_2_2_registered_trademarks_url: https://osmfoundation.org/wiki/Trademark_Policy
       partners_title: Partners
     copyright:
       title: Copyright and License
@@ -2015,7 +2009,7 @@ en:
          created a browsable map, a printed map or a static image. Full details on the
          requirements can be found in the %{attribution_guidelines_link}.
         credit_3_attribution_guidelines: Attribution Guidelines
-        credit_3_attribution_guidelines_url: https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines
+        credit_3_attribution_guidelines_url: https://osmfoundation.org/wiki/Licence/Attribution_Guidelines
         credit_4_1_html: |
           To make clear that the data is available under the Open
           Database License, you may link to %{this_copyright_page_link}.
@@ -2059,7 +2053,7 @@ en:
         contributors_at_land_vorarlberg: Land Vorarlberg
         contributors_at_land_vorarlberg_url: https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm
         contributors_at_cc_by_at_with_amendments: CC BY AT with amendments
-        contributors_at_cc_by_at_with_amendments_url: https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/
+        contributors_at_cc_by_at_with_amendments_url: https://www.tirol.gv.at/data/nutzungsbedingungen/
         contributors_au_credit_html: |
           %{australia}: Incorporates or developed using Administrative Boundaries &copy; %{geoscape_australia_link}
           licensed by the Commonwealth of Australia under %{cc_licence_link}.
@@ -2171,7 +2165,7 @@ en:
           to our %{takedown_procedure_link} or file directly at our
           %{online_filing_page_link}.
         infringement_2_1_takedown_procedure: takedown procedure
-        infringement_2_1_takedown_procedure_url: https://wiki.osmfoundation.org/wiki/Takedown_procedure
+        infringement_2_1_takedown_procedure_url: https://osmfoundation.org/wiki/Takedown_procedure
         infringement_2_1_online_filing_page: on-line filing page
         infringement_2_1_online_filing_page_url: https://dmca.openstreetmap.org/
         trademarks_title: Trademarks
@@ -2180,7 +2174,7 @@ en:
           OpenStreetMap Foundation. If you have questions about your use of the marks, please see our
           %{trademark_policy_link}.
         trademarks_1_1_trademark_policy: Trademark Policy
-        trademarks_1_1_trademark_policy_url: https://wiki.osmfoundation.org/wiki/Trademark_Policy
+        trademarks_1_1_trademark_policy_url: https://osmfoundation.org/wiki/Trademark_Policy
     index:
       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
       js_2: "OpenStreetMap uses JavaScript for its slippy map."
@@ -2197,7 +2191,6 @@ en:
       anon_edits_link: "https://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
       anon_edits_link_text: "Find out why this is the case."
       id_not_configured: "iD has not been configured"
-      no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
     export:
       title: "Export"
       manually_select: "Manually select a different area"
@@ -2242,7 +2235,7 @@ en:
           %{copyright_link} for more legal information, or contact the appropriate %{working_group_link}.
         copyright: copyright page
         working_group: OSMF working group
-        working_group_url: https://wiki.osmfoundation.org/wiki/Working_Groups
+        working_group_url: https://osmfoundation.org/wiki/Working_Groups
     help:
       title: Getting Help
       introduction: |
@@ -2298,10 +2291,8 @@ en:
       welcome_mat_url: https://welcome.openstreetmap.org/
     sidebar:
       search_results: Search Results
-      close: Close
     search:
       search: Search
-      get_directions: "Get directions"
       get_directions_title: "Find directions between two points"
       from: "From"
       to: "To"
@@ -2382,6 +2373,9 @@ en:
           hospital: "Hospital"
           building: "Significant building"
           station: "Railway station"
+          railway_halt: "Railway halt"
+          subway_station: "Subway station"
+          tram_stop: "Tram stop"
           summit: "Summit"
           peak: "Peak"
           tunnel: "Dashed casing = tunnel"
@@ -2390,7 +2384,6 @@ en:
           destination: "Destination access"
           construction: "Roads under construction"
           bus_stop: "Bus stop"
-          stop: "Stop"
           bicycle_shop: "Bicycle shop"
           bicycle_rental: "Bicycle rental"
           bicycle_parking: "Bicycle parking"
@@ -2501,8 +2494,6 @@ en:
       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
     update:
       updated: Trace updated
-    trace_optionals:
-      tags: "Tags"
     show:
       title: "Viewing Trace %{name}"
       heading: "Viewing Trace %{name}"
@@ -2555,13 +2546,8 @@ en:
       my_traces: "My Traces"
       traces_from: "Public Traces from %{user}"
       remove_tag_filter: "Remove Tag Filter"
-    page:
-      older: "Older Traces"
-      newer: "Newer Traces"
     destroy:
       scheduled_for_deletion: "Trace scheduled for deletion"
-    make_public:
-      made_public: "Trace made public"
     offline_warning:
       message: "The GPX file upload system is currently unavailable"
     offline:
@@ -2575,21 +2561,15 @@ en:
         other: "GPX file with %{count} points from %{user}"
       description_without_count: "GPX file from %{user}"
   application:
-    basic_auth_disabled: "HTTP Basic Authentication is disabled: %{link}"
-    oauth_10a_disabled: "OAuth 1.0 and 1.0a are disabled: %{link}"
-    auth_disabled_link: "https://wiki.openstreetmap.org/wiki/2024_authentication_update"
     permission_denied: You do not have permission to access that action
     require_cookies:
       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
-    require_admin:
-      not_an_admin: You need to be an admin to perform that action.
     setup_user_auth:
       blocked_zero_hour: "You have an urgent message on the OpenStreetMap website. You need to read the message before you will be able to save your edits."
       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
       need_to_see_terms: "Your access to the API is temporarily suspended. Please log-in to the web interface to view the Contributor Terms. You do not need to agree, but you must view them."
     settings_menu:
       account_settings: Account Settings
-      oauth1_settings: OAuth 1 settings
       oauth2_applications: OAuth 2 applications
       oauth2_authorizations: OAuth 2 authorizations
       muted_users: Muted Users
@@ -2615,28 +2595,6 @@ en:
         title: Log in with Wikipedia
         alt: Wikipedia logo
   oauth:
-    authorize:
-      title: "Authorize access to your account"
-      request_access_html: "The application %{app_name} is requesting access to your account, %{user}. Please check whether you would like the application to have the following capabilities. You may choose as many or as few as you like."
-      allow_to: "Allow the client application to:"
-      allow_read_prefs:  "read your user preferences."
-      allow_write_prefs: "modify your user preferences."
-      allow_write_diary: "create diary entries, comments and make friends."
-      allow_write_api:   "modify the map."
-      allow_read_gpx:    "read your private GPS traces."
-      allow_write_gpx:   "upload GPS traces."
-      allow_write_notes: "modify notes."
-      grant_access: "Grant Access"
-    authorize_success:
-      title: "Authorization request allowed"
-      allowed_html: "You have granted application %{app_name} access to your account."
-      verification: "The verification code is %{code}."
-    authorize_failure:
-      title: "Authorization request failed"
-      denied: "You have denied application %{app_name} access to your account."
-      invalid: "The authorization token is not valid."
-    revoke:
-      flash: "You've revoked the token for %{application}"
     permissions:
       missing: "You have not permitted the application access to this facility"
     scopes:
@@ -2655,46 +2613,6 @@ en:
       skip_authorization: Auto approve application
     for_roles:
       moderator: This permission is for actions available only to moderators
-  oauth_clients:
-    new:
-      title: "Register a new application"
-      disabled: "Registration of OAuth 1 applications has been disabled"
-    edit:
-      title: "Edit your application"
-    show:
-      title: "OAuth details for %{app_name}"
-      key: "Consumer Key:"
-      secret: "Consumer Secret:"
-      url: "Request Token URL:"
-      access_url: "Access Token URL:"
-      authorize_url: "Authorise URL:"
-      support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
-      edit: "Edit Details"
-      delete: "Delete Client"
-      confirm: "Are you sure?"
-      requests: "Requesting the following permissions from the user:"
-    index:
-      title: "My OAuth Details"
-      my_tokens: "My Authorised Applications"
-      list_tokens: "The following tokens have been issued to applications in your name:"
-      application: "Application Name"
-      issued_at: "Issued At"
-      revoke: "Revoke!"
-      my_apps: "My Client Applications"
-      no_apps_html: "Do you have an application you would like to register for use with us using the %{oauth} standard? You must register your web application before it can make OAuth requests to this service."
-      oauth: OAuth
-      registered_apps: "You have the following client applications registered:"
-      register_new: "Register your application"
-    form:
-      requests: "Request the following permissions from the user:"
-    not_found:
-      sorry: "Sorry, that %{type} could not be found."
-    create:
-      flash: "Registered the information successfully"
-    update:
-      flash: "Updated the client information successfully"
-    destroy:
-      flash: "Destroyed the client application registration"
   oauth2_applications:
     index:
       title: "My Client Applications"
@@ -2761,22 +2679,20 @@ en:
       by_signing_up:
         html: "By signing up, you agree to our %{tou_link}, %{privacy_policy_link} and %{contributor_terms_link}."
         privacy_policy: privacy policy
-        privacy_policy_url: https://wiki.osmfoundation.org/wiki/Privacy_Policy
+        privacy_policy_url: https://osmfoundation.org/wiki/Privacy_Policy
         privacy_policy_title: OSMF privacy policy including section on email addresses
-        contributor_terms_url: "https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms"
+        contributor_terms_url: "https://osmfoundation.org/wiki/Licence/Contributor_Terms"
         contributor_terms: "contributor terms"
-      tou: "terms of use"
-      external auth: "Third Party Authentication:"
       continue: Sign Up
       terms accepted: "Thanks for accepting the new contributor terms!"
       email_help:
         privacy_policy: privacy policy
-        privacy_policy_url: https://wiki.osmfoundation.org/wiki/Privacy_Policy
+        privacy_policy_url: https://osmfoundation.org/wiki/Privacy_Policy
         privacy_policy_title: OSMF privacy policy including section on email addresses
         html: 'Your address is not displayed publicly, see our %{privacy_policy_link} for more information.'
       consider_pd_html: "I consider my contributions to be in the %{consider_pd_link}."
       consider_pd: "public domain"
-      consider_pd_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain
+      consider_pd_url: https://osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain
       or: "or"
       use external auth: "or sign up with a third party"
     terms:
@@ -2790,13 +2706,13 @@ en:
       read_tou: "I have read and agree to the Terms of Use"
       consider_pd: "In addition to the above, I consider my contributions to be in the Public Domain"
       consider_pd_why: "what's this?"
-      consider_pd_why_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain
+      consider_pd_why_url: https://osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain
       guidance_info_html: "Information to help understand these terms: a %{readable_summary_link} and some %{informal_translations_link}"
       readable_summary: human readable summary
       informal_translations: informal translations
-      continue: Continue
+      continue: "Continue"
       declined: "https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
-      decline: "Decline"
+      cancel: "Cancel"
       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
       legale_select: "Country of residence:"
       legale_names:
@@ -2881,8 +2797,6 @@ en:
       summary_no_ip_html: "%{name} created on %{date}"
       empty: No matching users found
     page:
-      older: "Older Users"
-      newer: "Newer Users"
       found_users:
         one: "%{count} user found"
         other: "%{count} users found"
@@ -2912,22 +2826,14 @@ en:
         with your ID in your user settings.
   user_role:
     filter:
-      not_a_role: "The string `%{role}' is not a valid role."
+      not_a_role: "The string '%{role}' is not a valid role."
       already_has_role: "The user already has role %{role}."
       doesnt_have_role: "The user does not have role %{role}."
       not_revoke_admin_current_user: "Cannot revoke administrator role from current user."
     grant:
-      title: Confirm role granting
-      heading: Confirm role granting
-      are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
-      confirm: "Confirm"
-      fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
+      are_you_sure: "Are you sure you want to grant the role '%{role}' to the user '%{name}'?"
     revoke:
-      title: Confirm role revoking
-      heading: Confirm role revoking
-      are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
-      confirm: "Confirm"
-      fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
+      are_you_sure: "Are you sure you want to revoke the role '%{role}' from the user '%{name}'?"
   user_blocks:
     model:
       non_moderator_update: "Must be a moderator to create or update a block."
@@ -3003,24 +2909,19 @@ en:
       created: "Created:"
       duration: "Duration:"
       status: "Status:"
-      show: "Show"
       edit: "Edit"
-      confirm: "Are you sure?"
       reason: "Reason for block:"
       revoker: "Revoker:"
-      needs_view: "The user needs to log in before this block will be cleared."
     block:
       not_revoked: "(not revoked)"
       show: "Show"
       edit: "Edit"
-    blocks:
+    page:
       display_name: "Blocked User"
       creator_name: "Creator"
       reason: "Reason for block"
       status: "Status"
       revoker_name: "Revoked by"
-      older: "Older Blocks"
-      newer: "Newer Blocks"
     navigation:
       all_blocks: "All Blocks"
       blocks_on_me: "Blocks on Me"
@@ -3065,6 +2966,11 @@ en:
       description: "Description"
       created_at: "Created at"
       last_changed: "Last changed"
+      apply: "Apply"
+      all: "All"
+      open: "Open"
+      closed: "Closed"
+      status: "Status"
     show:
       title: "Note: %{id}"
       description: "Description"
@@ -3083,6 +2989,9 @@ en:
       report: report this note
       coordinates_html: "%{latitude}, %{longitude}"
       anonymous_warning: This note includes comments from anonymous users which should be independently verified.
+      discussion: Discussion
+      subscribe: Subscribe
+      unsubscribe: Unsubscribe
       hide: Hide
       resolve: Resolve
       reactivate: Reactivate
@@ -3101,6 +3010,10 @@ en:
       anonymous_warning_sign_up: "sign up"
       advice: "Your note is public and may be used to update the map, so don't enter personal information, or information from copyrighted maps or directory listings."
       add: Add Note
+    notes_paging_nav:
+      showing_page: "Page %{page}"
+      next: "Next"
+      previous: "Previous"
   javascripts:
     close: Close
     share:
@@ -3242,16 +3155,16 @@ en:
         slight_left_without_exit: Slight left onto %{name}
         via_point_without_exit: (via point)
         follow_without_exit: Follow %{name}
-        roundabout_without_exit: At roundabout take exit onto %{name}
-        leave_roundabout_without_exit: Leave roundabout - %{name}
-        stay_roundabout_without_exit: Stay on roundabout - %{name}
+        roundabout_without_exit: At the roundabout take the exit onto %{name}
+        leave_roundabout_without_exit: Leave the roundabout - %{name}
+        stay_roundabout_without_exit: Stay on the roundabout - %{name}
         start_without_exit: Start on %{name}
         destination_without_exit: Reach destination
         against_oneway_without_exit: Go against one-way on %{name}
         end_oneway_without_exit: End of one-way on %{name}
-        roundabout_with_exit: At roundabout take exit %{exit} onto %{name}
-        roundabout_with_exit_ordinal: At roundabout take %{exit} exit onto %{name}
-        exit_roundabout: Exit roundabout onto %{name}
+        roundabout_with_exit: At the roundabout take the exit %{exit} onto %{name}
+        roundabout_with_exit_ordinal: At the roundabout take the %{exit} exit onto %{name}
+        exit_roundabout: Exit the roundabout onto %{name}
         unnamed: "unnamed road"
         courtesy: "Directions courtesy of %{link}"
         exit_counts:
@@ -3288,6 +3201,7 @@ en:
       empty: "No redactions to show."
       heading: "List of Redactions"
       title: "List of Redactions"
+      new: "New Redaction"
     new:
       heading: "Enter Information for New Redaction"
       title: "Creating New Redaction"
index e54304a19a509698be032b79eff4e36b9f55bcb0..0e4589d1fb5ffa1d686775bb2312e07fab3d3292 100644 (file)
@@ -64,8 +64,6 @@ eo:
   activerecord:
     errors:
       messages:
-        invalid_email_address: ŝajne ne estas ĝusta retpoŝta adreso
-        email_address_not_routable: ne estas enkursigebla
         display_name_is_user_n: ne povas esti user_n, escepte se n estas via uzant-identigilo
       models:
         user_mute:
@@ -144,7 +142,7 @@ eo:
         longitude: Longitudo
         public: Publika
         description: Priskribo
-        gpx_file: Alŝuti GPX-dosieron
+        gpx_file: Elekti GPS-spur-dosieron
         visibility: Videbleco
         tagstring: Etikedoj
       message:
@@ -401,8 +399,8 @@ eo:
         note: rimarko
     timeout:
       title: Tempolimo atingita
-      sorry: Bedaŭrinde la datumoj por la %{type} kun la identigilo %{id} alvenis
-        tro malrapide.
+      sorry: Bedaŭrinde akiri datumojn de la %{type} kun identigilo %{id} okupis tro
+        multan tempon.
       type:
         node: nodo
         way: linio
@@ -438,30 +436,51 @@ eo:
       introduction: Alklaku la mapon por trovi proksimajn objektojn.
       nearby: Proksimaj objektoj
       enclosing: Ĉirkaŭaj objektoj
+  nodes:
+    timeout:
+      sorry: Bedaŭrinde akiri datumojn de la nodo kun identigilo %{id} okupis tro
+        multan tempon.
   old_nodes:
     not_found:
       sorry: 'Bedaŭrinde la nodo #%{id} en versio %{version} ne troveblas.'
+    timeout:
+      sorry: Bedaŭrinde akiri historion de la nodo kun identigilo %{id} okupis tro
+        multan tempon.
+  ways:
+    timeout:
+      sorry: Bedaŭrinde akiri datumojn de la linio kun identigilo %{id} okupis tro
+        multan tempon.
   old_ways:
     not_found:
       sorry: 'Bedaŭrinde la linio #%{id} en versio %{version} ne troveblas.'
+    timeout:
+      sorry: Bedaŭrinde akiri historion de la linio kun identigilo %{id} okupis tro
+        multan tempon.
+  relations:
+    timeout:
+      sorry: Bedaŭrinde akiri datumojn de la rilato kun identigilo %{id} okupis tro
+        multan tempon.
   old_relations:
     not_found:
       sorry: 'Bedaŭrinde la rilato #%{id} en versio %{version} ne troveblas.'
+    timeout:
+      sorry: Bedaŭrinde akiri historion de la rilato kun identigilo %{id} okupis tro
+        multan tempon.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Nova komento de %{author} al ŝanĝaro #%{changeset_id}'
+        commented_at_by_html: Ĝisdatigita %{when} de %{user}
+      show:
+        title_all: Diskuto pri OpenStreetMap-ŝanĝaro
+        title_particular: 'Diskuto pri ŝanĝaro #%{changeset_id}'
+      timeout:
+        sorry: Bedaŭrinde daŭris tro longe por akiri la petitan liston de komentoj
+          pri ŝanĝaro.
   changesets:
-    changeset_paging_nav:
-      showing_page: Paĝo %{page}
-      next: Sekva »
-      previous: « Antaŭa
     changeset:
-      anonymous: Anonimulo
       no_edits: (neniu redakto)
       view_changeset_details: Vidi detalojn pri ŝanĝaro
-    changesets:
-      id: Identigilo
-      saved_at: Konservita je
-      user: Uzanto
-      comment: Komento
-      area: Areo
     index:
       title: Ŝanĝaroj
       title_user: Ŝanĝaroj de %{user}
@@ -491,7 +510,6 @@ eo:
       title: Ŝanĝaro %{id}
       created_by_html: Kreita de %{link_user} je %{created}.
     no_such_entry:
-      title: Neniu tia ŝanĝaro
       heading: 'Neniu ŝanĝaro kun la identigilo: %{id}'
       body: Bedaŭrinde ne ekzistas ŝanĝaro kun la identigilo %{id}. Kontrolu pri liter-eraroj
         aŭ eble vi alklakis eraran ligilon.
@@ -525,18 +543,6 @@ eo:
       relations_paginated: Rilatoj (%{x}-%{y} el %{count})
     timeout:
       sorry: Bedaŭrinde daŭris tro longe kompili la petitan liston de ŝanĝaroj.
-  changeset_comments:
-    comment:
-      comment: 'Nova komento de %{author} al ŝanĝaro #%{changeset_id}'
-      commented_at_by_html: Ĝisdatigita %{when} de %{user}
-    comments:
-      comment: 'Nova komento de %{author} al ŝanĝaro #%{changeset_id}'
-    index:
-      title_all: Diskuto pri OpenStreetMap-ŝanĝaro
-      title_particular: 'Diskuto pri ŝanĝaro #%{changeset_id}'
-    timeout:
-      sorry: Bedaŭrinde daŭris tro longe por akiri la petitan liston de komentoj pri
-        ŝanĝaro.
   dashboards:
     contact:
       km away: '%{count} km for'
@@ -577,8 +583,6 @@ eo:
       no_entries: Neniu taglibra afiŝo
     page:
       recent_entries: Lastaj taglibraj afiŝoj
-      older_entries: Pli malnovaj afiŝoj
-      newer_entries: Pli novaj afiŝoj
     edit:
       title: Redakti Taglibran Afiŝon
       marker_text: Kie krei afiŝon
@@ -618,8 +622,6 @@ eo:
       report: Raporti ĉi tiun komenton
     location:
       location: 'Pozicio:'
-      view: Montri
-      edit: Redakti
     feed:
       user:
         title: OpenStreetMap taglibraj afiŝoj de %{user}
@@ -646,8 +648,6 @@ eo:
       post: Afiŝi
       when: Kiam
       comment: Komento
-      newer_comments: Pli novaj komentoj
-      older_comments: Pli malnovaj komentoj
     new:
       heading: Ĉu aldoni komenton al la diskuto pri tiu ĉi taglibra afiŝo?
   doorkeeper:
@@ -720,7 +720,6 @@ eo:
   geocoder:
     search:
       title:
-        results_from_html: Rezultoj el %{results_link}
         latlon: internaj
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1312,7 +1311,7 @@ eo:
           rail: Relvojo
           spur: Branĉtrako
           station: Stacidomo fervoja
-          stop: Haltejo fervoja
+          stop: Haltejo fervoja (haltloko)
           subway: Metroo
           subway_entrance: Metro-enirejo
           switch: Trakforko
@@ -1496,10 +1495,6 @@ eo:
         level9: Limo de kvartalo (niv.9)
         level10: Limo de subkvartalo (niv.10)
         level11: Limo de najbaraĵo (niv.11)
-      types:
-        cities: Urbegoj
-        towns: Urboj
-        places: Lokoj
     results:
       no_results: Neniu rezulto trovita
       more_results: Pliaj rezultoj
@@ -1513,13 +1508,18 @@ eo:
       not_updated: Ne aktualigita
       search: Serĉi
       search_guidance: 'Serĉi problemon:'
+      states:
+        ignored: Ignorita
+        open: Malfermita
+        resolved: Solvita
+    page:
       user_not_found: Uzanto ne ekzistas
       issues_not_found: Ne trovis tian problemon
+      reported_user: Raportita uzanto
       status: Stato
       reports: Raportoj
       last_updated: Laste aktualigita
       last_updated_time_ago_user_html: '%{time_ago} de %{user}'
-      link_to_reports: Montri raportojn
       reports_count:
         one: '%{count} raporto'
         other: '%{count} raportoj'
@@ -1611,18 +1611,12 @@ eo:
     history: Historio
     export: Elporti
     issues: Problemoj
-    data: Datumoj
-    export_data: Elporti datumojn
     gps_traces: GPS-spuroj
-    gps_traces_tooltip: Manipuli la GPS-spurojn
     user_diaries: Taglibroj de uzantoj
-    user_diaries_tooltip: Esplori taglibrojn de uzantoj
     edit_with: Redakti per %{editor}
-    tag_line: La libera viki-mondmapo
     intro_header: Bonvenon al OpenStreetMap!
     intro_text: OpenStreetMap estas mapo de la mondo, kreata de homoj kiel vi, kaj
       libere uzebla laŭ malferma permesilo.
-    intro_2_create_account: Krei konton
     hosting_partners_2024_html: Retgastigo estas provizata de %{fastly}, %{corpmembers}
       kaj aliaj %{partners}.
     partners_fastly: Fastly
@@ -1634,17 +1628,10 @@ eo:
     osm_read_only: La OpenStreetMap-datumbazo estas nuntempe nurlega pro necesaj laboroj
       de prizorgado.
     nothing_to_preview: Nenio por antaŭvidi.
-    donate: Subteni OpenStreetMap %{link} al fonduso por modernigi aparataron.
     help: Helpo
     about: Pri
     copyright: Aŭtorrajto
     communities: Komunumoj
-    community: Komunumo
-    community_blogs: Taglibroj de komunumo
-    community_blogs_title: Taglibroj de anoj de OpenStreetMap-komunumo
-    make_a_donation:
-      title: Subteni OpenStreetMap per mondonaco
-      text: Donaci
     learn_more: Ekscii pli
     more: Pli
   user_mailer:
@@ -1681,17 +1668,20 @@ eo:
       befriend_them: Vi ankaŭ povas aldoni vin kiel amikon ĉe %{befriendurl}.
       befriend_them_html: Vi ankaŭ povas aldoni ilin kiel amiko ĉe %{befriendurl}
     gpx_description:
-      description_with_tags: 'Ŝajnas, ke tio ĉi estas via GPX‑dosiero %{trace_name}
-        kun la priskribo %{trace_description} kaj kun la jenaj etikedoj: %{tags}'
-      description_with_tags_html: 'Ŝajnas, ke tio ĉi estas via GPX‑dosiero %{trace_name}
+      description_with_tags: 'Ŝajnas, ke tio ĉi estas via dosiero %{trace_name} kun
+        la priskribo %{trace_description} kaj kun la jenaj etikedoj: %{tags}'
+      description_with_tags_html: 'Ŝajnas, ke tio ĉi estas via dosiero %{trace_name}
         kun la priskribo %{trace_description} kaj kun la jenaj etikedoj: %{tags}'
-      description_with_no_tags: Ŝajnas, ke tio ĉi estas via GPX‑dosiero %{trace_name}
+      description_with_no_tags: Ŝajnas, ke tio ĉi estas via dosiero %{trace_name}
         kun la priskribo %{trace_description} kaj sen etikedoj
-      description_with_no_tags_html: Ŝajnas, ke tio ĉi estas via GPX‑dosiero %{trace_name}
+      description_with_no_tags_html: Ŝajnas, ke tio ĉi estas via dosiero %{trace_name}
         kun la priskribo %{trace_description} kaj sen etikedoj
     gpx_failure:
       hi: Saluton %{to_user},
-      failed_to_import: 'ne estas enportita sukcese. Eraro:'
+      failed_to_import: 'ne estis enportita sukcese kiel GPS-spur-dosiero. Kontrolu,
+        ĉu via dosiero estas ĝusta GPX-dosiero aŭ arĥivo entenanta GPX-dosiero(j)n
+        en la subtenata dosierformo (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2).
+        Eble okazis eraro pri dosierformo aŭ pri sintakso de spur-dosiero. Eraro:'
       more_info: Pliaj informoj pri eraroj dum enporti GPX‑dosierojn troviĝas ĉe %{url}.
       more_info_html: Pliaj informoj pri eraroj dum enporti GPX‑dosierojn troviĝas
         ĉe %{url}.
@@ -1764,7 +1754,6 @@ eo:
     changeset_comment_notification:
       description: 'OpenStreetMap: ŝanĝaro %{id}'
       hi: Saluton %{to_user},
-      greeting: Saluton,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} komentis vian ŝanĝaron'
         subject_other: '[OpenStreetMap] %{commenter} komentis ŝanĝaron pri kiu vi
@@ -1832,7 +1821,6 @@ eo:
     message_summary:
       unread_button: Marki kiel nelegitan
       read_button: Marki kiel legitan
-      reply_button: Respondi
       destroy_button: Forigi
       unmute_button: Movi al ricevujo
     new:
@@ -1849,7 +1837,6 @@ eo:
       body: Bedaŭrinde ne ekzistas mesaĝo kun tiu ĉi identigilo.
     outbox:
       title: Senditujo
-      actions: Agoj
       messages:
         one: Vi havas %{count} senditan mesaĝon
         other: Vi havas %{count} senditajn mesaĝojn
@@ -1949,7 +1936,6 @@ eo:
       failure: Ne povis aktualigi la profilon.
   sessions:
     new:
-      title: Ensaluti
       tab_title: Ensaluti
       login_to_authorize_html: Ensalutu al OpenStreetMap por aliri %{client_app_name}.
       email or username: Retpoŝta adreso aŭ uzantnomo
@@ -1957,7 +1943,6 @@ eo:
       remember: Memori min
       lost password link: Ĉu vi forgesis vian pasvorton?
       login_button: Ensaluti
-      register now: Registriĝi
       with external: 'ensaluti per ekstera liveranto:'
       or: aŭ
       auth failure: Bedaŭrinde ne povas ensaluti kun ĉi tiuj informoj.
@@ -1990,9 +1975,27 @@ eo:
       edit: Redakti
       preview: Antaŭvidi
       help: Helpo
+    pagination:
+      diary_comments:
+        older: Pli malnovaj komentoj
+        newer: Pli novaj komentoj
+      diary_entries:
+        older: Pli malnovaj afiŝoj
+        newer: Pli novaj afiŝoj
+      issues:
+        older: Pli malnovaj problemoj
+        newer: Pli novaj problemoj
+      traces:
+        older: Pli malnovaj spuroj
+        newer: Pli novaj spuroj
+      user_blocks:
+        older: Pli malnovaj blokadoj
+        newer: Pli novaj blokadoj
+      users:
+        older: Pli malnovaj uzantoj
+        newer: Pli novaj uzantoj
   site:
     about:
-      next: Sekva
       heading_html: '%{copyright}kontribuintoj de %{br} OpenStreetMap'
       used_by_html: '%{name} liveras map-datumojn por miloj da retejoj, poŝtelefonaj
         aplikaĵoj kaj aparatoj'
@@ -2213,8 +2216,6 @@ eo:
       user_page_link: uzantpaĝo
       anon_edits_link_text: Tie ĉi vi sciiĝis kiel.
       id_not_configured: iD ne estas agordita
-      no_iframe_support: Via foliumilo ne subtenas 'HTML iframes', ili estas bezonataj
-        por tiu ĉi eblo.
     export:
       title: Elporti
       manually_select: Permane elektu alian areon.
@@ -2314,10 +2315,8 @@ eo:
       welcome_mat: Welcome Mat
     sidebar:
       search_results: Serĉrezultoj
-      close: Fermi
     search:
       search: Serĉi
-      get_directions: Difini la kurson
       get_directions_title: Difinas la kurson inter du punktoj
       from: El
       to: Al
@@ -2398,6 +2397,9 @@ eo:
           hospital: Malsanulejo
           building: Grava konstruaĵo
           station: Stacidomo
+          railway_halt: Haltejo fervoja
+          subway_station: Stacio metroa
+          tram_stop: Haltejo trama
           summit: Montosupro
           peak: Montpinto
           tunnel: Strekumita konturo - tunelo
@@ -2406,7 +2408,6 @@ eo:
           destination: Aliro nur al celo
           construction: Vojoj konstruataj
           bus_stop: Haltejo aŭtobusa
-          stop: Haltejo
           bicycle_shop: Bicikl-vendejo
           bicycle_rental: Bicikl-pruntejo
           bicycle_parking: Parkumejo bicikla
@@ -2488,14 +2489,15 @@ eo:
         communities_wiki: tiu ĉi viki-paĝo
   traces:
     visibility:
-      private: Privata (kunhavigita nur kiel sennomaj, malordigitaj punktoj)
-      public: Publika (montrata en spurlisto kaj kiel sennomaj, neordigitaj punktoj)
-      trackable: Spurebla (kunhavigita nur kiel sennomaj, ordigitaj punktoj kun tempstampoj)
-      identifiable: Identigebla (montrata en spurlisto kaj kiel identigeblaj, ordigitaj
-        punktoj kun tempstampo)
+      private: privata (kunhavigata nur kiel sennomaj, malordigitaj punktoj)
+      public: publika (montrata en la listo “GPS-spuroj“ kaj kiel sennomaj, neordigitaj
+        punktoj)
+      trackable: spurebla (kunhavigata nur kiel sennomaj, ordigitaj punktoj kun tempstampoj)
+      identifiable: identigebla (montrata en la listo “GPS-spuroj” kaj kiel identigeblaj,
+        ordigitaj punktoj kun tempstampoj)
     new:
       upload_trace: Alŝuti GPS-spuron
-      visibility_help: kion tio signifas?
+      visibility_help: Pliaj informoj
       help: Helpo
       help_url: https://wiki.openstreetmap.org/wiki/Upload
     create:
@@ -2517,8 +2519,6 @@ eo:
       visibility_help: kion tio signifas?
     update:
       updated: Alŝutis spuron
-    trace_optionals:
-      tags: Etikedoj
     show:
       title: Montrado de spuro %{name}
       heading: Montrado de spuro %{name}
@@ -2570,13 +2570,8 @@ eo:
       my_traces: Miaj spuroj
       traces_from: Publikaj spuroj de %{user}
       remove_tag_filter: Forigi filtrilon de etikedoj
-    page:
-      older: Pli malnovaj spuroj
-      newer: Pli novaj spuroj
     destroy:
       scheduled_for_deletion: Spuro forviŝota
-    make_public:
-      made_public: Publikigita spuro
     offline_warning:
       message: La sistemo por alŝutado de GPX-dosieroj estas nune nedisponebla
     offline:
@@ -2590,14 +2585,10 @@ eo:
         other: GPX-dosiero kun %{count} punktoj de %{user}
       description_without_count: GPX-dosiero de %{user}
   application:
-    basic_auth_disabled: 'Baza alira aŭtentigo estas malaktiva: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 kaj 1.0a estas malaktivaj: %{link}'
     permission_denied: Vi ne rajtas fari tiun ĉi agon
     require_cookies:
       cookies_needed: Ŝajnas, ke vi malaktivigis 'kuketojn' - bonvolu aktivigi 'kuketojn'
         en via foliumilo por pluigi.
-    require_admin:
-      not_an_admin: Vi devas esti administranto por fari tion.
     setup_user_auth:
       blocked_zero_hour: Vi havas urĝan mesaĝon en la retejo OpenStreetMap. Vi devas
         legi la mesaĝon antaŭ ol vi povos konservi viajn redaktojn.
@@ -2608,7 +2599,6 @@ eo:
         akcepti ĝin, sed vi devas legi ĝin.
     settings_menu:
       account_settings: Agordoj pri konto
-      oauth1_settings: Agordoj OAuth 1
       oauth2_applications: Aplikaĵoj OAuth 2
       oauth2_authorizations: Rajtigoj OAuth 2
       muted_users: Silentigitaj uzantoj
@@ -2634,30 +2624,6 @@ eo:
         title: Ensaluti per Vikipedio
         alt: markemblemo de Vikipedio
   oauth:
-    authorize:
-      title: Rajtigi aliron al via konto
-      request_access_html: La aplikaĵo %{app_name} petas pri aliro al la konto de
-        %{user}. Bonvolu kontroli rajtojn, kiujn vi donas al aplikaĵo. Vi povas elekti
-        rajtojn laŭvole.
-      allow_to: 'Permesi al porklienta aplikaĵo:'
-      allow_read_prefs: legi agordojn de uzanto.
-      allow_write_prefs: modifi viajn agordojn de uzanto.
-      allow_write_diary: afiŝi en taglibro, komenti kaj amikiĝi.
-      allow_write_api: redakti la mapon.
-      allow_read_gpx: legi viajn privatajn GPS-spurojn.
-      allow_write_gpx: alŝuti GPS-spurojn.
-      allow_write_notes: modifi rimarkojn.
-      grant_access: Permesi aliron
-    authorize_success:
-      title: Rajtiga peto akceptita
-      allowed_html: Vi permesis al aplikaĵo %{app_name} aliron al via konto.
-      verification: La kontrol-kodon estas %{code}.
-    authorize_failure:
-      title: Rajtiga peto malakceptita
-      denied: Vi malpermesis al aplikaĵo %{app_name} aliron al via konto
-      invalid: La rajtiga ĵetono ne plu validas.
-    revoke:
-      flash: Vi malvalidigis la ĵetonon por %{application}
     permissions:
       missing: Vi ne permesis al aplikaĵo aliri al ĉi tiu eblo
     scopes:
@@ -2676,48 +2642,6 @@ eo:
       skip_authorization: Aŭtomate akcepti aplikaĵojn
     for_roles:
       moderator: Tiu ĉi permeso estas por agoj disponeblaj nur por kontrolantoj
-  oauth_clients:
-    new:
-      title: Registri novan aplikaĵon
-      disabled: Registrado de aplikaĵoj OAuth 1 estas malŝaltita
-    edit:
-      title: Modifi vian aplikaĵon
-    show:
-      title: OAuth-detaloj por %{app_name}
-      key: 'Klienta ŝlosilo:'
-      secret: 'Klienta sekreto:'
-      url: 'Retadreso de petoĵetono:'
-      access_url: 'Retadreso de atingoĵetono:'
-      authorize_url: 'Retadreso de rajtigado:'
-      support_notice: Ni subtenas subskribojn HMAC-SHA1 (konsilinda) kaj RSA-SHA1.
-      edit: Redakti detalojn
-      delete: Forigi klienton
-      confirm: Ĉu vi certas?
-      requests: 'Petado pri la jenaj permesoj de la uzanto:'
-    index:
-      title: Miaj OAuth-detaloj
-      my_tokens: Miaj permesataj aplikaĵoj
-      list_tokens: 'La jenaj ĵetonoj estis aldonitaj al aplikaĵoj komisie de vi:'
-      application: Nomo de aplikaĵo
-      issued_at: Eldonita je
-      revoke: Malvalidigi!
-      my_apps: Miaj klientaj aplikaĵoj
-      no_apps_html: Ĉu vi havas iun aplikaĵon, kiun vi volas registri uzante la normon
-        %{oauth}? Vi devas registri vian retaplikaĵon, antaŭ ĝi eblos fari OAuth-petojn
-        al tiu ĉi servo.
-      oauth: OAuth
-      registered_apps: 'Vi havas la jenajn porklientajn aplikaĵojn registritajn:'
-      register_new: Registri vian aplikaĵon
-    form:
-      requests: 'Peti pri la jenajn permesojn de la uzanto:'
-    not_found:
-      sorry: Bedaŭrinde %{type} ne trovita.
-    create:
-      flash: Sukcese registrita la informon
-    update:
-      flash: Informoj pri kliento estas ĝisdatigitaj sukcese
-    destroy:
-      flash: La porklienta aplikaĵo forigita
   oauth2_applications:
     index:
       title: Miaj klientaj aplikaĵoj
@@ -2796,8 +2720,6 @@ eo:
         privacy_policy_title: privateca politiko de OSMF enhavanta sekcion pri uzo
           de retpoŝta adreso
         contributor_terms: Interkonsento pri kontribuado
-      tou: Kondiĉoj de uzado
-      external auth: 'Ensaluti per ekstera servo:'
       continue: Registriĝi
       terms accepted: Dankon por akcepto de nova interkonsento pri kontribuado!
       email_help:
@@ -2832,7 +2754,7 @@ eo:
       readable_summary: konciza sumiĝo
       informal_translations: neoficialaj tradukoj
       continue: Daŭrigi
-      decline: Malakcepti
+      cancel: Nuligi
       you need to accept or decline: Bonvolu legi kaj aŭ akcepti aŭ malakcepti la
         novan interkonsenton pri uzado por pluigi.
       legale_select: 'Loĝlando:'
@@ -2919,8 +2841,6 @@ eo:
       summary_no_ip_html: '%{name} kreita je %{date}'
       empty: Kongruaj uzantoj ne trovitaj
     page:
-      older: Pli malnovaj uzantoj
-      newer: Pli novaj uzantoj
       found_users:
         one: '%{count} trovita uzanto'
         other: '%{count} trovitaj uzantoj'
@@ -2949,25 +2869,15 @@ eo:
         kaj poste kunligi la konton kun via identigilo en agordoj de uzanto.
   user_role:
     filter:
-      not_a_role: La ĉeno `%{role}' ne estas valida rolo.
+      not_a_role: La ĉeno '%{role}' ne estas ĝusta rolo.
       already_has_role: La uzanto jam rolas %{role}.
       doesnt_have_role: La uzanto ne rolas %{role}.
       not_revoke_admin_current_user: Ne povas nuligi rolon de administranto de nuna
         uzanto.
     grant:
-      title: Konfirmi donadon de rolo
-      heading: Konfirmi donadon de rolo
-      are_you_sure: Ĉu vi certe volas doni la rolon '%{role}'  al la uzanto '%{name}'?
-      confirm: Konfirmi
-      fail: Ne povas doni rolon '%{role}' al la uzanto '%{name}'. Bonvolu kontroli,
-        ĉu kaj uzanto kaj rolo estas ĝustaj.
+      are_you_sure: Ĉu vi certe volas doni la rolon '%{role}' al la uzanto '%{name}'?
     revoke:
-      title: Konfirmi nuligo de rolo
-      heading: Konfirmi nuligon de rolo
       are_you_sure: Ĉu vi certe volas nuligi la rolon '%{role}' de la uzanto '%{name}'?
-      confirm: Konfirmi
-      fail: Ne povas nuligi la rolon '%{role}' de la uzanto '%{name}'. Bonvolu kontroli,
-        ĉu kaj uzanto kaj rolo estas ĝustaj.
   user_blocks:
     model:
       non_moderator_update: Vi devas esti kontrolanto por doni aŭ ĝisdatigi blokadon.
@@ -2983,6 +2893,7 @@ eo:
       title: Redaktado de blokado por %{name}
       heading_html: Redaktado de blokado por %{name}
       period: Por kiom da tempo, ekde nun, la uzanto estos blokita por aliro al API.
+      revoke: Malvalidigi blokadon
     filter:
       block_period: La periodo de blokado estu unu el la valoroj elektitaj el la fallisto.
     create:
@@ -2990,6 +2901,8 @@ eo:
     update:
       only_creator_can_edit: Nur la kontrolanto kiu kreis ĉi tiun blokadon, povas
         redakti ĝin.
+      only_creator_can_edit_without_revoking: Nur la kontrolanto, kiu kreis tiun ĉi
+        blokadon, povas redakti sen malvalidigi ĝin.
       only_creator_or_revoker_can_edit: Nur la kontrolantoj, kiuj kreis aŭ nuligis
         tiun ĉi blokadon povas redakti ĝin.
       inactive_block_cannot_be_reactivated: Tiu ĉi blokado estas neaktiva kaj ne povas
@@ -2999,14 +2912,6 @@ eo:
       title: Blokadoj de uzanto
       heading: Listo de blokadoj de uzanto
       empty: Ankoraŭ neniu farita blokado.
-    revoke:
-      title: Nuligado de blokado por %{block_on}
-      heading_html: Nuligado de blokado por %{block_on} kreitaj de %{block_by}
-      time_future_html: Ĉi tiu blokado finiĝos je %{time}.
-      past_html: La blokado finiĝis %{time} kaj ĝi ne povas esti nuligita nun.
-      confirm: Ĉu vi certe volas nuligi ĉi tiun blokadon?
-      revoke: Malbloki!
-      flash: Ĉi tiu blokado estas nuligita.
     revoke_all:
       title: Nuligado de ĉiujn blokojn por %{block_on}
       heading_html: Nuligado de ĉiujn blokojn por %{block_on}
@@ -3050,26 +2955,19 @@ eo:
       created: 'Kreita:'
       duration: 'Daŭro:'
       status: 'Stato:'
-      show: Montri
       edit: Redakti
-      revoke: Malbloki!
-      confirm: Ĉu vi certas?
       reason: 'Kialo de blokado:'
       revoker: 'Malblokanto:'
-      needs_view: La uzanto devas ensaluti antaŭ ĉi tiu blokado nuligos.
     block:
       not_revoked: (ne nuligita)
       show: Montri
       edit: Redakti
-      revoke: Malbloki!
-    blocks:
+    page:
       display_name: Blokita uzanto
       creator_name: Kreinto
       reason: Kialo de blokado
       status: Stato
       revoker_name: Nuligita de
-      older: Pli malnovaj blokadoj
-      newer: Pli novaj blokadoj
     navigation:
       all_blocks: Ĉiuj blokadoj
       blocks_on_me: Blokadoj por mi
@@ -3115,6 +3013,11 @@ eo:
       description: Priskribo
       created_at: Kreita je
       last_changed: Laste ŝanĝita
+      apply: Apliki
+      all: ĉia
+      open: malfermita
+      closed: fermita
+      status: Stato
     show:
       title: 'Rimarko: %{id}'
       description: Priskribo
@@ -3134,6 +3037,9 @@ eo:
       coordinates_html: '%{latitude}; %{longitude}'
       anonymous_warning: Ĉi tiu rimarko enhavas komentojn de anonimuloj, kiuj devas
         esti kontrolitaj sendepende.
+      discussion: Diskuto
+      subscribe: Observi
+      unsubscribe: Malobservi
       hide: Kaŝi
       resolve: Solvi
       reactivate: Remalfermi
@@ -3159,6 +3065,10 @@ eo:
         do ne enmetu privatajn informojn kaj informojn el kopirajtaj mapoj aŭ aliaj
         datumbazoj.
       add: Aldoni rimarkon
+    notes_paging_nav:
+      showing_page: Paĝo %{page}
+      next: Sekva
+      previous: Antaŭa
   javascripts:
     close: Fermi
     share:
@@ -3357,6 +3267,7 @@ eo:
       empty: Neniu korekto por montri.
       heading: Listo de korektoj
       title: Listo de korektoj
+      new: Nova korekto
     new:
       heading: Entajpu informojn pri novan korekton
       title: Kreado de nova korekto
index 5f3c1993974278816ffbf1404b057c4b0b9406dd..26b0e2cc75fd8360bbaaa8619826bb68b22cc9b8 100644 (file)
@@ -6,7 +6,6 @@
 # Author: Agent
 # Author: Aguslr
 # Author: Alberto Chung
-# Author: Amire80
 # Author: Anarhistička Maca
 # Author: Angoca
 # Author: AnupamM
@@ -137,8 +136,6 @@ es:
   activerecord:
     errors:
       messages:
-        invalid_email_address: no parece ser una dirección de correo electrónico válida
-        email_address_not_routable: no es enrutable
         display_name_is_user_n: no puedes ser user_n a menos que n sea tu ID de usuario
       models:
         user_mute:
@@ -167,7 +164,7 @@ es:
       relation: Relación
       relation_member: Miembro de la relación
       relation_tag: Etiqueta de la relación
-      report: Informe
+      report: Denunciar
       session: Sesión
       trace: Traza
       tracepoint: Punto de la traza
@@ -217,7 +214,7 @@ es:
         longitude: Longitud
         public: Pública
         description: Descripción
-        gpx_file: Cargar archivo GPX
+        gpx_file: Seleccionar archivo de traza GPS
         visibility: Visibilidad
         tagstring: Etiquetas
       message:
@@ -483,7 +480,7 @@ es:
         note: nota
     timeout:
       title: Error de tiempo de espera
-      sorry: Lo sentimos, los datos para %{type} con el identificador %{id} han tardado
+      sorry: Lo sentimos, los datos para el %{type} con identificador %{id} tardaron
         demasiado tiempo en obtenerse.
       type:
         node: nodo
@@ -521,30 +518,50 @@ es:
       introduction: Haz clic en el mapa para encontrar elementos cercanos.
       nearby: Elementos cercanos
       enclosing: Elementos delimitantes
+  nodes:
+    timeout:
+      sorry: Lo sentimos, los datos para el nodo con id %{id} tardaron demasiado en
+        recuperarse.
   old_nodes:
     not_found:
       sorry: 'Lo sentimos, no se pudo encontrar el nodo #%{id} versión %{version}.'
+    timeout:
+      sorry: Lo sentimos, el historial del nodo con id %{id} tardó demasiado en obtenerse.
+  ways:
+    timeout:
+      sorry: Lo sentimos, los datos para la vía con identificador %{id} han tardado
+        demasiado tiempo en obtenerse.
   old_ways:
     not_found:
       sorry: 'Lo sentimos, no se pudo encontrar la vía #%{id} versión %{version}.'
+    timeout:
+      sorry: Lo sentimos, el historial del nodo con id %{id} tardó demasiado en obtenerse.
+  relations:
+    timeout:
+      sorry: Lo sentimos, los datos para la relación con identificador %{id} han tardado
+        demasiado tiempo en obtenerse.
   old_relations:
     not_found:
       sorry: 'Lo sentimos, no se pudo encontrar la relación #%{id} versión %{version}.'
+    timeout:
+      sorry: Lo sentimos, el historial de la relación con id %{id} tardó demasiado
+        en obtenerse.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Comentario nuevo sobre el conjunto de cambios #%{changeset_id} de
+          %{author}'
+        commented_at_by_html: Actualizado %{when} por %{user}
+      show:
+        title_all: Discusión del conjunto de cambios de OpenStreetMap
+        title_particular: 'Discusión del conjunto de cambios #%{changeset_id} de OpenStreetMap'
+      timeout:
+        sorry: Lo sentimos, la lista de comentarios del conjunto de cambios que solicitó
+          tardó demasiado en obtenerse.
   changesets:
-    changeset_paging_nav:
-      showing_page: Página %{page}
-      next: Siguiente »
-      previous: « Anterior
     changeset:
-      anonymous: Anónimo
       no_edits: (sin ediciones)
       view_changeset_details: Ver detalles del conjunto de cambios
-    changesets:
-      id: Id.
-      saved_at: Guardado en
-      user: Usuario
-      comment: Comentario
-      area: Área
     index:
       title: Conjuntos de cambios
       title_user: Conjunto de cambios de %{user}
@@ -574,7 +591,6 @@ es:
       title: Conjunto de cambios %{id}
       created_by_html: Creado por %{link_user} el %{created}.
     no_such_entry:
-      title: No existe tal conjunto de cambios
       heading: 'No hay entrada con id: %{id}'
       body: Lo sentimos, no existe algún conjunto de cambios con id %{id}. Revisa
         los dígitos, o tal vez el enlace en el que hiciste clic sea incorrecto.
@@ -609,20 +625,6 @@ es:
     timeout:
       sorry: Lo sentimos, la lista de conjuntos de cambios que solicitó tardó demasiado
         en obtenerse.
-  changeset_comments:
-    comment:
-      comment: 'Comentario nuevo sobre el conjunto de cambios #%{changeset_id} de
-        %{author}'
-      commented_at_by_html: Actualizado %{when} por %{user}
-    comments:
-      comment: 'Comentario nuevo sobre el conjunto de cambios #%{changeset_id} de
-        %{author}'
-    index:
-      title_all: Discusión del conjunto de cambios de OpenStreetMap
-      title_particular: 'Discusión del conjunto de cambios #%{changeset_id} de OpenStreetMap'
-    timeout:
-      sorry: Lo sentimos, la lista de comentarios del conjunto de cambios que solicitó
-        tardó demasiado en obtenerse.
   dashboards:
     contact:
       km away: '%{count} km. de distancia'
@@ -663,8 +665,6 @@ es:
       no_entries: No hay entradas en el diario
     page:
       recent_entries: Entradas recientes en el diario
-      older_entries: Entradas más antiguas
-      newer_entries: Entradas más recientes
     edit:
       title: Editar entrada del diario
       marker_text: Ubicación de la entrada del diario
@@ -704,8 +704,6 @@ es:
       report: Denunciar este comentario
     location:
       location: 'Ubicación:'
-      view: Ver
-      edit: Editar
     feed:
       user:
         title: Entradas de diario de OpenStreetMap de %{user}
@@ -733,8 +731,6 @@ es:
       post: Publicación
       when: Cuando
       comment: Comentario
-      newer_comments: Comentarios más recientes
-      older_comments: Comentarios más antiguos
     new:
       heading: ¿Añadir un comentario a la siguiente discusión de entrada en el diario?
   doorkeeper:
@@ -812,7 +808,6 @@ es:
   geocoder:
     search:
       title:
-        results_from_html: Resultados de %{results_link}
         latlon: Interno
         osm_nominatim: Nominatim de OpenStreetMap
         osm_nominatim_reverse: Nominatim de OpenStreetMap
@@ -1074,7 +1069,7 @@ es:
           footway: Sendero
           ford: Vado
           give_way: Señal de ceda el paso
-          living_street: Calle viva
+          living_street: Calle residencial
           milestone: Hito
           motorway: Autovía
           motorway_junction: Cruce de autovías
@@ -1556,7 +1551,7 @@ es:
           zoo: Zoológico
         tunnel:
           building_passage: Pasaje de edificio
-          culvert: Alcantarilla
+          culvert: Desagüe
           "yes": Túnel
         waterway:
           artificial: Vía fluvial artificial
@@ -1588,10 +1583,6 @@ es:
         level9: Límite de pueblo
         level10: Límite de suburbio
         level11: Límite vecinal
-      types:
-        cities: Ciudades
-        towns: Pueblos
-        places: Lugares
     results:
       no_results: No se han encontrado resultados
       more_results: Más resultados
@@ -1605,13 +1596,18 @@ es:
       not_updated: No actualizado
       search: Buscar
       search_guidance: 'Buscar incidencias:'
+      states:
+        ignored: Ignorado
+        open: Abierto
+        resolved: Resuelto
+    page:
       user_not_found: El usuario no existe
       issues_not_found: No se encontraron incidencias de este tipo
+      reported_user: Usuario denunciado
       status: Estado
       reports: Denuncias
       last_updated: Última actualización
       last_updated_time_ago_user_html: '%{time_ago} por %{user}'
-      link_to_reports: Ver denuncias
       reports_count:
         one: '%{count} reporte'
         other: '%{count} reportes'
@@ -1625,7 +1621,7 @@ es:
       reports:
         one: '%{count} reporte'
         other: '%{count} reportes'
-      no_reports: Sin reportes
+      no_reports: Sin denuncias
       report_created_at_html: Denunciado por primera vez el %{datetime}
       last_resolved_at_html: Resuelto por última vez el %{datetime}
       last_updated_at_html: Actualizado por última vez el %{datetime} por %{displayname}
@@ -1709,18 +1705,12 @@ es:
     history: Historial
     export: Exportar
     issues: Incidencias
-    data: Datos
-    export_data: Exportar datos
     gps_traces: Trazas GPS
-    gps_traces_tooltip: Gestiona las trazas GPS
     user_diaries: Diarios de usuario
-    user_diaries_tooltip: Ver diarios de usuario
     edit_with: Editar con %{editor}
-    tag_line: El wikimapamundi libre
     intro_header: ¡Bienvenido a OpenStreetMap!
     intro_text: OpenStreetMap es un mapa del mundo, creado por gente como tú y de
       uso libre bajo una licencia abierta.
-    intro_2_create_account: Crear una cuenta de usuario
     hosting_partners_2024_html: El alojamiento cuenta con el respaldo de %{fastly},
       %{corpmembers} y otros %{partners}.
     partners_fastly: Fastly
@@ -1732,17 +1722,10 @@ es:
     osm_read_only: La base de datos de OpenStreetMap se encuentra en modo de sólo
       lectura debido a trabajos de mantenimiento.
     nothing_to_preview: Nada que previsualizar.
-    donate: Apoya a OpenStreetMap %{link} al Fondo de modernización de hardware.
     help: Ayuda
     about: Acerca de
     copyright: Derechos de autor
     communities: Comunidades
-    community: Comunidad
-    community_blogs: Blogs de la comunidad
-    community_blogs_title: Blogs de miembros de la comunidad de OpenStreetMap
-    make_a_donation:
-      title: Apoya a OpenStreetMap con una donación monetaria
-      text: Hacer una donación
     learn_more: Más información
     more: Más
   user_mailer:
@@ -1778,17 +1761,21 @@ es:
       befriend_them: También puedes añadirlo como amigo en %{befriendurl}.
       befriend_them_html: También puedes añadirlo como amigo en %{befriendurl}.
     gpx_description:
-      description_with_tags: 'Parece que tu archivo GPX %{trace_name} con la descripción
-        %{trace_description} y las etiquetas siguientes: %{tags}'
-      description_with_tags_html: 'Parece que tu archivo GPX %{trace_name} con la
-        descripción %{trace_description} y las etiquetas siguientes: %{tags}'
-      description_with_no_tags: Parece que tu archivo GPX %{trace_name} con la descripción
+      description_with_tags: 'Parece que tu archivo %{trace_name} con la descripción
+        %{trace_description} y las siguientes etiquetas: %{tags}'
+      description_with_tags_html: 'Parece que tu archivo %{trace_name} con la descripción
+        %{trace_description} y las siguientes etiquetas: %{tags}'
+      description_with_no_tags: Parece que tu archivo %{trace_name} con la descripción
+        %{trace_description} y sin etiquetas
+      description_with_no_tags_html: Parece que tu archivo %{trace_name} con la descripción
         %{trace_description} y sin etiquetas
-      description_with_no_tags_html: Parece que tu archivo GPX %{trace_name} con la
-        descripción %{trace_description} y sin etiquetas
     gpx_failure:
       hi: Hola %{to_user},
-      failed_to_import: 'no ha podido ser importado. El mensaje de error es:'
+      failed_to_import: 'falló en la importación como un archivo de traza GPS. Verifica
+        si tu archivo es un archivo GPX válido o un contenedor de archivo(s) GPX en
+        el formato soportado (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz. , .gpx .bz2).
+        ¿Podría haber un problema de formato o sintaxis con tu archivo? Aquí está
+        el error de importación:'
       more_info: Más información sobre fallas de importación de GPX y cómo evitarlas
         se puede encontrar en %{url}.
       more_info_html: Más información sobre los errores de importación de GPX y y
@@ -1871,7 +1858,6 @@ es:
     changeset_comment_notification:
       description: 'Conjunto de cambios de OpenStreetMap #%{id}'
       hi: Hola %{to_user},
-      greeting: Hola,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} ha comentado uno de tus conjuntos
           de cambios'
@@ -1945,7 +1931,6 @@ es:
     message_summary:
       unread_button: Marcar como no leído
       read_button: Marcar como leí­do
-      reply_button: Responder
       destroy_button: Eliminar
       unmute_button: Trasladar a la bandeja de entrada
     new:
@@ -1962,7 +1947,6 @@ es:
       body: Lo sentimos, no hay mensaje alguno con este identificador.
     outbox:
       title: Bandeja de salida
-      actions: Acciones
       messages:
         one: Tiene %{count} mensaje enviado
         other: Tiene %{count} mensajes enviados
@@ -2067,7 +2051,6 @@ es:
       failure: No se pudo actualizar el perfil.
   sessions:
     new:
-      title: Iniciar sesión
       tab_title: Iniciar sesión
       login_to_authorize_html: Inicia sesión en OpenStreetMap para acceder a %{client_app_name}.
       email or username: 'Dirección de correo electrónico o nombre de usuario:'
@@ -2075,7 +2058,6 @@ es:
       remember: Recordarme
       lost password link: ¿Has perdido tu contraseña?
       login_button: Iniciar sesión
-      register now: Registrarse ahora
       with external: o inicia sesión con un tercero
       or: o
       auth failure: Lo sentimos. No se pudo iniciar sesión con esos datos.
@@ -2109,9 +2091,27 @@ es:
       edit: Editar
       preview: Previsualizar
       help: Ayuda
+    pagination:
+      diary_comments:
+        older: Comentarios más antiguos
+        newer: Comentarios más recientes
+      diary_entries:
+        older: Entradas más antiguas
+        newer: Entradas más recientes
+      issues:
+        older: Incidencias más antiguas
+        newer: Incidencias más recientes
+      traces:
+        older: Trazas más antiguas
+        newer: Trazas más recientes
+      user_blocks:
+        older: Bloqueos más antiguos
+        newer: Bloqueos más recientes
+      users:
+        older: Usuarios más antiguos
+        newer: Usuarios más recientes
   site:
     about:
-      next: Siguiente
       heading_html: Contribuidores %{copyright}OpenStreetMap %{br}
       used_by_html: '%{name} proporciona datos de mapas para miles de sitios web,
         aplicaciones móviles y dispositivos de hardware'
@@ -2345,8 +2345,6 @@ es:
       user_page_link: página de usuario
       anon_edits_link_text: Descubre a qué se debe.
       id_not_configured: iD no ha sido configurado
-      no_iframe_support: Tu navegador no soporta iframes HTML, que son necesarios
-        para esta funcionalidad.
     export:
       title: Exportar
       manually_select: Seleccionar manualmente un área diferente
@@ -2454,10 +2452,8 @@ es:
       welcome_mat: Echa un vistazo a la alfombra de bienvenida
     sidebar:
       search_results: Resultados de la búsqueda
-      close: Cerrar
     search:
       search: Buscar
-      get_directions: Obtener indicaciones
       get_directions_title: Encontrar indicaciones entre dos puntos
       from: Desde
       to: Hacia
@@ -2538,6 +2534,9 @@ es:
           hospital: Hospital
           building: Edificio significativo
           station: Estación de tren
+          railway_halt: Parada de ferrocarril
+          subway_station: Estación de metro
+          tram_stop: Parada de tranvía
           summit: Cumbre
           peak: Pico
           tunnel: Borde a rayas = túnel
@@ -2546,7 +2545,6 @@ es:
           destination: Acceso a destino
           construction: Vías en construcción
           bus_stop: Parada de autobuses
-          stop: Parada
           bicycle_shop: Tienda de bicicletas
           bicycle_rental: Alquiler de bicicletas
           bicycle_parking: Estacionamiento de bicicletas
@@ -2664,8 +2662,6 @@ es:
       visibility_help_url: https://wiki.openstreetmap.org/wiki/ES:Visibilidad_de_trazas_GPS
     update:
       updated: Traza actualizada
-    trace_optionals:
-      tags: Etiquetas
     show:
       title: Viendo traza %{name}
       heading: Viendo traza %{name}
@@ -2719,13 +2715,8 @@ es:
       my_traces: Mis trazas
       traces_from: Trazas Públicos de %{user}
       remove_tag_filter: Eliminar Filtro de Etiquetas
-    page:
-      older: Trazas más antiguas
-      newer: Trazas más recientes
     destroy:
       scheduled_for_deletion: Traza programada para eliminación
-    make_public:
-      made_public: Traza hecha pública
     offline_warning:
       message: El sistema de subida de archivos GPX no se encuentra disponible en
         este momento
@@ -2741,14 +2732,10 @@ es:
         other: Archivo GPX con %{count} puntos de %{user}
       description_without_count: Archivo GPX de %{user}
   application:
-    basic_auth_disabled: 'La autenticación básica de HTTPS está desactivada: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 y 1.0a están desactivados: %{link}'
     permission_denied: No tienes permisos para realizar esa acción
     require_cookies:
       cookies_needed: Parece que tienes las cookies deshabilitadas. Habilita las cookies
         en tu navegador antes de continuar.
-    require_admin:
-      not_an_admin: Necesitas ser un administrador para realizar esa acción.
     setup_user_auth:
       blocked_zero_hour: Tienes un mensaje urgente en el sitio web de OpenStreetMap.
         Debes leer el mensaje para poder guardar tus ediciones.
@@ -2759,7 +2746,6 @@ es:
         pero debes conocerlos.
     settings_menu:
       account_settings: Configuración de la cuenta
-      oauth1_settings: Otras configuraciones
       oauth2_applications: Aplicaciones de OAuth 2
       oauth2_authorizations: Autorizaciones de OAuth 2
       muted_users: Usuarios silenciados
@@ -2785,30 +2771,6 @@ es:
         title: Inicia sesión con Wikipedia
         alt: Logotipo de Wikipedia
   oauth:
-    authorize:
-      title: Autorizar el acceso a tu cuenta
-      request_access_html: La aplicación %{app_name} solicita acceso a tu cuenta,
-        %{user}. Comprueba si deseas que la aplicación tenga las siguientes capacidades.
-        Puedes elegir tantas o tan pocas como quieras.
-      allow_to: 'Permitir a la aplicación cliente:'
-      allow_read_prefs: leer tus preferencias de usuario.
-      allow_write_prefs: modificar tus preferencias de usuario.
-      allow_write_diary: crear entradas en el diario, comentarios y hacer amigos.
-      allow_write_api: modificar el mapa.
-      allow_read_gpx: leer tus trazas GPS privadas.
-      allow_write_gpx: subir trazas GPS.
-      allow_write_notes: cambiar notas.
-      grant_access: Otorgar acceso
-    authorize_success:
-      title: Solicitud de autorización permitida
-      allowed_html: Has otorgado acceso a tu cuenta a la aplicación %{app_name}.
-      verification: El código de verificación es %{code}.
-    authorize_failure:
-      title: Falló la solicitud de autorización
-      denied: Has denegado a la aplicación %{app_name} el acceso a tu cuenta.
-      invalid: El token de autorización no es válido.
-    revoke:
-      flash: Revocaste el token para %{application}
     permissions:
       missing: No has permitido que la aplicación acceda a esta instalación.
     scopes:
@@ -2827,48 +2789,6 @@ es:
       skip_authorization: Auto aprobar aplicación
     for_roles:
       moderator: Este permiso es para acciones disponibles solo para moderadores.
-  oauth_clients:
-    new:
-      title: Registrar una nueva aplicación
-      disabled: Se ha deshabilitado el registro de aplicaciones OAuth 1
-    edit:
-      title: Editar tu aplicación
-    show:
-      title: Detalles de OAuth de %{app_name}
-      key: 'Clave de Consumidor:'
-      secret: 'Secreto de consumidor:'
-      url: 'URL de token de solicitud:'
-      access_url: 'URL de token de acceso:'
-      authorize_url: 'URL de autorización:'
-      support_notice: Soportamos HMAC-SHA1 (recomendado) y firmas RSA-SHA1.
-      edit: Editar detalles
-      delete: Eliminar cliente
-      confirm: ¿Estás seguro?
-      requests: 'Solicitando los siguientes permisos del usuario:'
-    index:
-      title: Mis datos OAuth
-      my_tokens: Mis aplicaciones autorizadas
-      list_tokens: 'Se han emitido los siguientes tokens para aplicaciones en tu nombre:'
-      application: Nombre de la aplicación
-      issued_at: Emitido el
-      revoke: ¡Revocar!
-      my_apps: Mis aplicaciones cliente
-      no_apps_html: ¿Tienes una aplicación que te gustaría registrar para usar con
-        nosotros utilizando el estándar %{oauth}? Debes registrar tu aplicación web
-        antes de que puedas hacer solicitudes OAuth a este servicio.
-      oauth: OAuth
-      registered_apps: 'Tienes las siguientes aplicaciones cliente registradas:'
-      register_new: Registra tu aplicación
-    form:
-      requests: 'Solicita los siguientes permisos del usuario:'
-    not_found:
-      sorry: Lo sentimos, ese %{type} no puede ser encontrado.
-    create:
-      flash: Información registrada exitosamente
-    update:
-      flash: Actualizada la información del cliente exitosamente
-    destroy:
-      flash: Destruido el registro de aplicación del cliente
   oauth2_applications:
     index:
       title: Mis aplicaciones de cliente
@@ -2947,8 +2867,6 @@ es:
         privacy_policy_title: Política de privacidad de la OSMF, incluida la sección
           sobre direcciones de correo electrónico
         contributor_terms: términos de colaborador
-      tou: términos de uso
-      external auth: 'Autentificación de terceros:'
       continue: Registrarse
       terms accepted: ¡Gracias por aceptar los nuevos Términos de Colaborador!
       email_help:
@@ -2985,7 +2903,7 @@ es:
       informal_translations: traducciones informales
       continue: Continuar
       declined: https://wiki.openstreetmap.org/wiki/ES:Términos_de_contribuidor_rechazados
-      decline: Declinar
+      cancel: Cancelar
       you need to accept or decline: Lee y luego acepta o rechaza los nuevos Términos
         de Colaborador para continuar.
       legale_select: 'País de residencia:'
@@ -3074,8 +2992,6 @@ es:
       summary_no_ip_html: '%{name} creado el %{date}'
       empty: No hay usuarios coincidentes
     page:
-      older: Usuarios antiguos
-      newer: Usuarios más recientes
       found_users:
         one: '%{count} usuario encontrado'
         other: '%{count} usuarios encontrados'
@@ -3113,21 +3029,11 @@ es:
       not_revoke_admin_current_user: No se pudo revocar el rol de administrador del
         usuario actual.
     grant:
-      title: Confirmar otorgamiento de rol
-      heading: Confirmar adjudicación de rol
       are_you_sure: ¿Estás seguro de que deseas otorgar el rol `%{role}' al usuario
         `%{name}'?
-      confirm: Confirmar
-      fail: No pudo otorgarse el rol `%{role}' al usuario `%{name}'. Comprueba que
-        el usuario y el rol sean válidos.
     revoke:
-      title: Confirmar revocación de rol
-      heading: Confirmar revocación de rol
       are_you_sure: ¿Estás seguro de que deseas revocar el rol `%{role}' del usuario
         `%{name}'?
-      confirm: Confirmar
-      fail: No se pudo revocar el rol `%{role}' del usuario `%{name}'. Comprueba que
-        el usuario y el rol sean válidos.
   user_blocks:
     model:
       non_moderator_update: Debes ser un moderador para poder crear o actualizar un
@@ -3146,6 +3052,7 @@ es:
       heading_html: Editando el bloqueo sobre %{name}
       period: ¿Por cuánto tiempo, empezando desde ahora, el usuario tendrá bloqueado
         el uso de la API?
+      revoke: Revocar bloqueo
     filter:
       block_period: El periodo de bloqueo debe de ser uno de los valores seleccionables
         de la lista desplegable.
@@ -3153,6 +3060,8 @@ es:
       flash: Has creado un bloqueo en el usuario %{name}.
     update:
       only_creator_can_edit: Sólo el moderador que ha creado este bloqueo puede editarlo.
+      only_creator_can_edit_without_revoking: Sólo el moderador que creó este bloqueo
+        puede editarlo sin revocarlo.
       only_creator_or_revoker_can_edit: Solo los moderadores que han creado o revocado
         este bloqueo pueden editarlo.
       inactive_block_cannot_be_reactivated: Este bloqueo está inactivo y no puede
@@ -3162,14 +3071,6 @@ es:
       title: Bloqueos de usuario
       heading: Listado de bloqueos de usuario
       empty: Todavía no se ha hecho algún bloqueo.
-    revoke:
-      title: Revocando el bloqueo sobre %{block_on}
-      heading_html: Revocando el bloqueo sobre %{block_on} por %{block_by}
-      time_future_html: Este bloqueo finalizará en %{time}.
-      past_html: Este bloqueo terminó %{time} y no puede ser revocado ahora.
-      confirm: ¿Estás seguro de que deseas revocar este bloqueo?
-      revoke: ¡Revocar!
-      flash: Este bloqueo ha sido revocado.
     revoke_all:
       title: Revocando todos los bloqueos en %{block_on}
       heading_html: Revocando todos los bloqueos en %{block_on}
@@ -3216,27 +3117,19 @@ es:
       created: 'Creado:'
       duration: 'Duración:'
       status: 'Estado:'
-      show: Mostrar
       edit: Editar
-      revoke: ¡Revocar!
-      confirm: ¿Estás seguro?
       reason: 'Razón del bloqueo:'
       revoker: 'Revocador:'
-      needs_view: El usuario tiene que iniciar sesión antes de que este bloqueo sea
-        eliminado
     block:
       not_revoked: (no revocado)
       show: Mostrar
       edit: Editar
-      revoke: ¡Revocar!
-    blocks:
+    page:
       display_name: Usuario bloqueado
       creator_name: Creador
       reason: Razón del bloqueo
       status: Estado
       revoker_name: Revocado por
-      older: Bloqueos más antiguos
-      newer: Bloqueos más recientes
     navigation:
       all_blocks: Todos los bloqueos
       blocks_on_me: Bloqueos sobre mí
@@ -3244,6 +3137,7 @@ es:
       blocks_by_me: Bloqueados por mí
       blocks_by_user: Bloqueos por %{user}
       block: 'Bloqueo #%{id}'
+      new_block: Nuevo bloqueo
   user_mutes:
     index:
       title: Usuarios silenciados
@@ -3324,6 +3218,10 @@ es:
         que no des información personal ni datos provenientes de mapas o catálogos
         protegidos por derechos de autor.
       add: Añadir nota
+    notes_paging_nav:
+      showing_page: Página %{page}
+      next: Siguiente
+      previous: Anterior
   javascripts:
     close: Cerrar
     share:
@@ -3522,6 +3420,7 @@ es:
       empty: No hay ninguna censura para mostrar.
       heading: Lista de censuras
       title: Lista de censuras
+      new: Nueva censura
     new:
       heading: Introduce la información de la nueva censura
       title: Creando nueva censura
index 3165dd072dfc9e755539ed2f8115d50e4f4cf190..6ecf31b3d68a93298a927866c9d829614a5125e3 100644 (file)
@@ -51,8 +51,6 @@ et:
   activerecord:
     errors:
       messages:
-        invalid_email_address: ei tundu olema korrektne e-posti aadress
-        email_address_not_routable: e-posti domeen ei tundu olema seadistatud
         display_name_is_user_n: ei saa olla user_n, kui n ei ole sinu kasutaja identifikaator
       models:
         user_mute:
@@ -129,7 +127,7 @@ et:
         longitude: Pikkus
         public: Avalik
         description: Kirjeldus
-        gpx_file: Laadi üles GPX-fail
+        gpx_file: Vali GPX-rajafail
         visibility: Nähtavus
         tagstring: Sildid
       message:
@@ -423,21 +421,22 @@ et:
   old_relations:
     not_found:
       sorry: 'Vabandust, relatsiooni #%{id} versiooni %{version} ei õnnestu leida.'
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Uus kommentaar muudatuskogumi #%{changeset_id} kohta kasutajalt
+          %{author}'
+        commented_at_by_html: Uuendanud %{user} %{when}
+      show:
+        title_all: OpenStreetMapi muudatuskogumi arutelu
+        title_particular: 'OpenStreetMapi muudatuskogumi #%{changeset_id} arutelu'
+      timeout:
+        sorry: Vabandust, sinu päritud muudatuskogumi kommetaaride loendi laadimiseks
+          kulus liiga kaua aega.
   changesets:
-    changeset_paging_nav:
-      showing_page: Leht %{page}
-      next: Järgmine »
-      previous: « Eelmine
     changeset:
-      anonymous: Anonüümne
       no_edits: (muudatused puuduvad)
       view_changeset_details: Vaata muudatuskogumi üksikasju
-    changesets:
-      id: ID
-      saved_at: Salvestatud
-      user: Kasutaja
-      comment: Kommentaar
-      area: Ala
     index:
       title: Muudatuskogumid
       title_user: Kasutaja %{user} muudatuskogumid
@@ -467,7 +466,6 @@ et:
       title: Muudatuskogum %{id}
       created_by_html: Loonud %{link_user} kuupäeval %{created}
     no_such_entry:
-      title: Sellist muudatuskogumit ei leidu
       heading: Ei leidu kirjet identifikaatoriga %{id}
       body: Vabandust, muudatuskogumit identifikaatoriga %{id} ei ole olemas. Palun
         kontrolli, kas kirjutasid selle õigesti või kas link millel klõpsasid, on
@@ -502,18 +500,6 @@ et:
       relations_paginated: Relatsioonid (%{x}–%{y} %{count}-st)
     timeout:
       sorry: Kahjuks võttis taotletud muudatuskogumite laadimine liiga kaua aega.
-  changeset_comments:
-    comment:
-      comment: 'Uus kommentaar muudatuskogumi #%{changeset_id} kohta kasutajalt %{author}'
-      commented_at_by_html: Uuendanud %{user} %{when}
-    comments:
-      comment: 'Uus kommentaar muudatuskogumi #%{changeset_id} kohta kasutajalt %{author}'
-    index:
-      title_all: OpenStreetMapi muudatuskogumi arutelu
-      title_particular: 'OpenStreetMapi muudatuskogumi #%{changeset_id} arutelu'
-    timeout:
-      sorry: Vabandust, sinu päritud muudatuskogumi kommetaaride loendi laadimiseks
-        kulus liiga kaua aega.
   dashboards:
     contact:
       km away: '%{count} kilomeetri kaugusel'
@@ -555,8 +541,6 @@ et:
       no_entries: Päevikus pole sissekandeid.
     page:
       recent_entries: Hiljutised päevikusissekanded
-      older_entries: Vanemad...
-      newer_entries: Uuemad...
     edit:
       title: Muuda päevikusissekannet
       marker_text: Päevikusissekande tegemise asukoht
@@ -596,8 +580,6 @@ et:
       report: Teata sellest kommentaarist
     location:
       location: 'Asukoht:'
-      view: Vaata
-      edit: muuda
     feed:
       user:
         title: Kasutaja %{user} OpenStreetMapi päevikusissekanded
@@ -625,8 +607,6 @@ et:
       post: Postitus
       when: Millal
       comment: Kommentaar
-      newer_comments: Uuemad kommentaarid
-      older_comments: Vanemad kommentaarid
   doorkeeper:
     flash:
       applications:
@@ -673,7 +653,6 @@ et:
   geocoder:
     search:
       title:
-        results_from_html: '%{results_link} tulemused'
         latlon: Sisemised
         osm_nominatim: OpenStreetMap Nominatimi
         osm_nominatim_reverse: OpenStreetMap Nominatimi
@@ -1443,10 +1422,6 @@ et:
         level9: 9. järgu piir
         level10: 10. järgu piir
         level11: Naabruskonna piirjoon
-      types:
-        cities: Suurlinnad
-        towns: Linnad
-        places: Kohad
     results:
       no_results: Ei leidnud midagi
       more_results: Veel tulemusi
@@ -1458,12 +1433,12 @@ et:
       reported_user: Kasutaja, kellest on teada antud
       not_updated: Pole uuendatud
       search: Otsi
+    page:
       user_not_found: Kasutajat pole olemas.
       status: Olek
       reports: Kaebused
       last_updated: Viimati uuendatud
       last_updated_time_ago_user_html: '%{user} %{time_ago} eest'
-      link_to_reports: Vaata kaebuseid
       reports_count:
         one: '%{count} kaebus'
         other: '%{count} kaebust'
@@ -1524,18 +1499,12 @@ et:
     edit: Redigeeri
     history: Ajalugu
     export: Eksport
-    data: Andmed
-    export_data: Andmete eksportimine
     gps_traces: GPS-rajad
-    gps_traces_tooltip: Halda GPS-radasid
     user_diaries: Kasutajate päevikud
-    user_diaries_tooltip: Vaata kasutajate päevikuid
     edit_with: Redigeeri rakendusega %{editor}
-    tag_line: Vaba viki-maailmakaart
     intro_header: Tere tulemast OpenStreetMapi!
     intro_text: OpenStreetMap on maailma kaart, mille on loonud inimesed nagu sina
       ja seda võib vabalt kasutada avatud litsentsi tingimustel.
-    intro_2_create_account: loo oma konto
     hosting_partners_2024_html: Serverimajutust aitavad korraldada %{fastly}, %{corpmembers}
       ja muud %{partners}.
     partners_fastly: Fastly
@@ -1546,17 +1515,10 @@ et:
       vajalikke hooldustöid.
     osm_read_only: OpenStreetMapi andmebaas on hetkel oluliste hooldustööde tõttu
       ligipääsetav ainult lugemiseks.
-    donate: Toeta OpenStreetMapi %{link} Riistvara Uuendamise Fondi.
     help: Juhend
     about: Teave
     copyright: Autoriõigused
     communities: Kogukonnad
-    community: Kogukond
-    community_blogs: Kogukonna blogid
-    community_blogs_title: OpenStreetMapi kogukonna liikmete blogid
-    make_a_donation:
-      title: Toeta OpenStreetMapi rahaliselt
-      text: Anneta
     learn_more: Lisateave
     more: Veel
   user_mailer:
@@ -1593,13 +1555,16 @@ et:
       befriend_them: Sa võid ta lisada oma sõbraks aadressil %{befriendurl}.
       befriend_them_html: Saad ta ka enda sõbraks lisada aadressil %{befriendurl}.
     gpx_description:
-      description_with_tags_html: Tundub, et sinu GPX-fail %{trace_name} kirjeldusega
+      description_with_tags_html: Tundub, et sinu fail %{trace_name} kirjeldusega
         %{trace_description} ning siltidega %{tags}
-      description_with_no_tags_html: Tundub, et sinu siltideta GPX-fail %{trace_name}
+      description_with_no_tags_html: Tundub, et sinu siltideta fail %{trace_name}
         kirjeldusega %{trace_description}
     gpx_failure:
       hi: Tere, %{to_user}
-      failed_to_import: 'importimine ebaõnnestus. Siin on viga:'
+      failed_to_import: 'importimine GPS-rajafailiks ebaõnnestus. Palun veendu, et
+        sinu fail on korrektne GPX-fail või arhiiv, mis sisaldab GPX-faili või GPX-faile
+        ja mille vorming on toetatud (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2).
+        Kas sinu failis võib olla vormingu- või süntaksiviga? Siin on importimisviga:'
       more_info_html: Rohkem teavet GPX-failide importimise funktsiooni ja nende vältimise
         kohta leiad aadressilt %{url}.
       subject: '[OpenStreetMap] GPX-faili importimine nurjus'
@@ -1677,7 +1642,6 @@ et:
     changeset_comment_notification:
       description: 'OpenStreetMapi muudatuskogum #%{id}'
       hi: Tere, %{to_user}
-      greeting: Tere!
       commented:
         subject_own: '[OpenStreetMap] %{commenter} on kommenteerinud üht sinu muudatuskogumit'
         subject_other: '[OpenStreetMap] %{commenter} on kommenteerinud muudatuskogumit,
@@ -1747,7 +1711,6 @@ et:
     message_summary:
       unread_button: Märgi mitteloetuks
       read_button: Märgi loetuks
-      reply_button: Vasta
       destroy_button: Kustuta
       unmute_button: Teisalda postkasti
     new:
@@ -1764,7 +1727,6 @@ et:
       body: Vabandust, kuid sellise ID-ga sõnum puudub.
     outbox:
       title: Saadetud sõnumid
-      actions: Toimingud
       messages:
         one: Sul on %{count} saadetud sõnum.
         other: Sul on %{count} saadetud sõnumit.
@@ -1861,14 +1823,12 @@ et:
       failure: Profiili ei õnnestunud uuendada.
   sessions:
     new:
-      title: Sisselogimine
       tab_title: Logi sisse
       email or username: E-posti aadress või kasutajanimi
       password: Parool
       remember: Jäta mind meelde
       lost password link: Kas unustasid parooli?
       login_button: Logi sisse
-      register now: Registreeru nüüd
       with external: või logi sisse kolmanda osapoole kaudu
       auth failure: Kahjuks ei õnnestu nende andmetega sisse logida.
     destroy:
@@ -1900,9 +1860,24 @@ et:
     richtext_field:
       edit: Muuda
       preview: Eelvaade
+    pagination:
+      diary_comments:
+        older: Vanemad kommentaarid
+        newer: Uuemad kommentaarid
+      diary_entries:
+        older: Vanemad...
+        newer: Uuemad...
+      traces:
+        older: Vanemad rajad
+        newer: Uuemad rajad
+      user_blocks:
+        older: Vanemad blokeeringud
+        newer: Uuemad blokeeringud
+      users:
+        older: Vanemad kasutajad
+        newer: Uuemad kasutajad
   site:
     about:
-      next: Edasi
       heading_html: '%{copyright}OpenStreetMapi %{br} kaastöölised'
       used_by_html: '%{name} varustab kaardiandmetega tuhandeid veebisaite, mobiilirakendusi
         ja riistvaraseadmeid.'
@@ -2135,8 +2110,6 @@ et:
       user_page_link: kasutajaleht
       anon_edits_link_text: Uuri välja, miks see on nii.
       id_not_configured: iD ei ole seadistatud
-      no_iframe_support: Sinu brauser ei toeta  HTML-i funktsiooni "iframes", mis
-        on vajalik selle režiimi toimimiseks.
     export:
       title: Eksportimine
       manually_select: Vali käsitsi teine ala
@@ -2239,10 +2212,8 @@ et:
       welcome_mat: Vaata tutvustuslehte
     sidebar:
       search_results: Otsingu tulemused
-      close: Sulge
     search:
       search: Otsi
-      get_directions: Näita mulle teed
       get_directions_title: Juhised liikumiseks kahe punkti vahel
       from: Alguspunkt
       to: Sihtpunkt
@@ -2331,7 +2302,6 @@ et:
           destination: Üksnes läbisõiduks
           construction: Ehitatavad teed
           bus_stop: Bussipeatus
-          stop: Peatus
           bicycle_shop: Rattapood
           bicycle_rental: Jalgrattarent
           bicycle_parking: Jalgrattaparkla
@@ -2433,8 +2403,6 @@ et:
       visibility_help: mida see tähendab?
     update:
       updated: Rada uuendatud.
-    trace_optionals:
-      tags: Sildid
     show:
       title: Raja %{name} vaatamine
       heading: Raja %{name} vaatamine
@@ -2484,13 +2452,8 @@ et:
       my_traces: Minu rajad
       traces_from: Kasutaja %{user} avalikud rajad
       remove_tag_filter: Eemalda sildifilter
-    page:
-      older: Vanemad rajad
-      newer: Uuemad rajad
     destroy:
       scheduled_for_deletion: Raja kustutamine kantud tööplaani.
-    make_public:
-      made_public: Rada on nüüd avalik
     offline_warning:
       message: GPX-failide üleslaadimise süsteem pole praegu saadaval.
     offline:
@@ -2515,54 +2478,30 @@ et:
         kuid sa pead neid vaatama.
     settings_menu:
       account_settings: Konto sätted
-      oauth1_settings: OAuth 1 sätted
       oauth2_applications: OAuth 2 rakendused
       oauth2_authorizations: OAuth 2 volitused
       muted_users: Vaigistatud kasutajad
     auth_providers:
+      openid_login_button: Jätka
       openid:
         title: Logi sisse OpenID-ga
-        alt: Logi sisse OpenID URL-iga
+        alt: OpenID logo
       google:
         title: Logi sisse Google'i kaudu
-        alt: Logi sisse Google'i OpenID-ga
+        alt: Google'i logo
       facebook:
         title: Logi sisse Facebooki kaudu
-        alt: Logi sisse Facebooki kontoga
+        alt: Facebooki logo
       microsoft:
         title: Logi sisse Microsofti kaudu
-        alt: Logi sisse Microsofti kontoga
+        alt: Microsofti logo
       github:
         title: Logi sisse GitHubi kaudu
-        alt: Logi sisse GitHubi kontoga
+        alt: GitHubi logo
       wikipedia:
         title: Logi sisse Vikipeedia kaudu
-        alt: Logi sisse Vikipeedia kontoga
+        alt: Vikipeedia logo
   oauth:
-    authorize:
-      title: Lubada juurdepääs sinu kontole
-      request_access_html: Rakendus %{app_name} taotleb juurdepääsu sinu kontole %{user}.
-        Palun kontrolli, kas soovid, et rakendusel oleks järgmised võimalused. Võid
-        valida neist nii palju või vähe kui soovid.
-      allow_to: 'Klientrakendusel lubatakse:'
-      allow_read_prefs: lugeda sinu kasutajaeelistusi.
-      allow_write_prefs: muuta sinu kasutajaeelistusi.
-      allow_write_diary: luua päevikusissekandeid, kommentaare ja saada sõbraks.
-      allow_write_api: muuta kaarti.
-      allow_read_gpx: lugeda sinu isiklikke GPS-radu.
-      allow_write_gpx: laadida üles GPS-radu.
-      allow_write_notes: muuta märkuseid.
-      grant_access: Luba juurdepääs
-    authorize_success:
-      title: Volitamistaotlus lubatud
-      allowed_html: Oled andnud rakendusele %{app_name} juurdepääsu oma kontole.
-      verification: Kontrollkood on %{code}.
-    authorize_failure:
-      title: Volitamistaotlus ebaõnnestus
-      denied: Oled keelanud rakendusele %{app_name} juurdepääsu oma kontole.
-      invalid: Volitamisluba ei ole kehtiv.
-    revoke:
-      flash: Oled tühistanud rakenduse %{application} loa.
     scopes:
       openid: Sisse logida kasutades OpenStreetMapi
       read_prefs: Lugeda kasutajaeelistusi
@@ -2574,48 +2513,10 @@ et:
       write_notes: Muuta märkusi
       write_redactions: Katta kaardiandmed kinni
       read_email: Lugeda kasutaja e-posti aadressi
+      consume_messages: Lugeda ja kustutada kasutaja sõnumeid ning uuendada nende
+        olekut
+      send_messages: Saata teistele kasutajatele erasõnumeid
       skip_authorization: Kiita rakendus heaks automaatselt
-  oauth_clients:
-    new:
-      title: Uue rakenduse registreerimine
-    edit:
-      title: Redigeeri oma rakendust
-    show:
-      title: Rakenduse %{app_name} OAuthi üksikasjad
-      key: 'Tarbija võti:'
-      secret: 'Tarbija saladus:'
-      url: Taotlustõendi URL
-      access_url: 'Pääsutõendi URL:'
-      authorize_url: 'Volitamise URL:'
-      support_notice: Me toetame HMAC-SHA1 (soovitatav) ja RSA-SHA1 allkirju.
-      edit: Muuda üksikasju
-      delete: Kustuta klient
-      confirm: Kas oled kindel?
-      requests: 'Kasutajalt taotletakse järgmisi õigusi:'
-    index:
-      title: Minu OAuthi üksikasjad
-      my_tokens: Minu volitatud rakendused
-      list_tokens: 'Sinu nimel on rakendustele väljastatud järgmised load:'
-      application: Rakenduse nimi
-      issued_at: Väljastatud
-      revoke: Tühista!
-      my_apps: Minu klientrakendused
-      no_apps_html: Kas sul on rakendus, mida soovid siin kasutamiseks registreerida,
-        kasutades standardit %{oauth}? Enne kui see saab antud teenusele OAuthi päringuid
-        saata, pead oma veebirakenduse registreerima.
-      oauth: OAuth
-      registered_apps: 'Sul on registreeritud on järgmised klientrakendused:'
-      register_new: Registreeri oma rakendus
-    form:
-      requests: 'Kasutajalt nõutakse järgmisi õiguseid:'
-    not_found:
-      sorry: Kahjuks tüüpi %{type} ei leitud.
-    create:
-      flash: Teave registreeriti edukalt.
-    update:
-      flash: Kliendi informatsioon uuendati edukalt.
-    destroy:
-      flash: Klientrakenduse registreering hävitati.
   oauth2_applications:
     index:
       title: Minu klientrakendused
@@ -2680,11 +2581,12 @@ et:
         privacy_policy_title: OSMF-i andmekaitsereeglid, milles on alaosa e-posti
           aadresside kohta
         contributor_terms: kaastöötingimustega
-      tou: kasutustingimustega
-      external auth: 'Kolmanda osapoole autentimine:'
       continue: Registreeru
       terms accepted: Täname, et nõustusid uute kaastöötingimustega!
       email_help:
+        privacy_policy: andmekaitsereeglitega
+        privacy_policy_title: OSMF-i andmekaitsereeglid, sealhulgas peatükk e-posti
+          aadresside kohta
         html: Sinu aadressi ei kuvata avalikult, tutvu meie %{privacy_policy_link}.
       consider_pd_html: Pean enda kaastööd %{consider_pd_link} kuuluvaks.
       consider_pd: avalikku omandisse
@@ -2710,7 +2612,6 @@ et:
       readable_summary: inimloetav kokkuvõte
       informal_translations: mitteametlikud tõlked
       continue: Jätka
-      decline: Ei nõustu
       you need to accept or decline: Enne jätkamist tutvu palun uute kaastöötingimustega
         ning seejärel kas nõustu või ära nõustu nendega.
       legale_select: 'Palun valige oma elukohariik:'
@@ -2792,8 +2693,6 @@ et:
       summary_no_ip_html: '%{name} loodud (%{date})'
       empty: Sobivaid kasutajaid ei leitud!
     page:
-      older: Vanemad kasutajad
-      newer: Uuemad kasutajad
       found_users:
         one: '%{count} kasutaja leitud'
         other: '%{count} kasutajat leitud'
@@ -2820,23 +2719,14 @@ et:
         ja parooli ning siduda seejärel kasutajasätetes konto oma ID-ga.
   user_role:
     filter:
-      not_a_role: String `%{role}' ei ole kehtiv roll.
+      not_a_role: String '%{role}' ei ole kehtiv roll.
       already_has_role: Kasutajal on juba roll %{role}.
       doesnt_have_role: Kasutajal ei ole rolli %{role}.
     grant:
-      title: Kinnita rolli andmine
-      heading: Kinnita rolli andmine
-      are_you_sure: Oled kindel, et soovid anda rolli `%{role}' kasutajale `%{name}'?
-      confirm: Kinnita
-      fail: Ei õnnestu anda rolli `%{role}' kasutajale `%{name}'. Palun veendu, et
-        kasutaja ja roll on mõlemad kehtivad.
+      are_you_sure: Kas oled kindel, et soovid anda rolli '%{role}' kasutajale '%{name}'?
     revoke:
-      title: Kinnita rolli tühistamine
-      heading: Kinnita rolli tühistamine
-      are_you_sure: Oled kindel, et soovid tühistada kasutaja `%{name}' rolli `%{role}'?
-      confirm: Kinnita
-      fail: Ei õnnestu eemaldada rolli `%{role}' kasutajalt `%{name}'. Palun kontrolli,
-        et kasutaja ja roll on mõlemad kehtivad.
+      are_you_sure: Kas oled kindel, et soovid tühistada kasutaja '%{name}' rolli
+        '%{role}'?
   user_blocks:
     model:
       non_moderator_update: Blokeeringu loomiseks või uuendamiseks pead olema moderaator.
@@ -2865,14 +2755,6 @@ et:
       title: Kasutajate blokeeringud
       heading: Kasutajate blokeeringute loetelu
       empty: Ühtegi blokeeringut pole veel antud.
-    revoke:
-      title: Kasutaja %{block_on} blokeeringu eemaldamine
-      heading_html: Kasutaja %{block_on} blokeeringu eemaldamine (blokeerinud %{block_by})
-      time_future_html: See blokeering lõpeb %{time} pärast.
-      past_html: See blokeering lõppes %{time} ja seda ei saa enam tagasi võtta.
-      confirm: Kas oled kindel, et soovid seda blokeeringut tühistada?
-      revoke: Tühista!
-      flash: See blokeering on tühistatud.
     helper:
       time_future_html: Lõpuni %{time}.
       until_login: Aktiivne kuni kasutaja logib sisse.
@@ -2908,26 +2790,19 @@ et:
       created: 'Loodud:'
       duration: 'Kestus:'
       status: 'Olek:'
-      show: Näita
       edit: Redigeeri
-      revoke: Tühista!
-      confirm: Oled Sa kindel?
       reason: 'Blokeerimise põhjus:'
       revoker: Tühistaja
-      needs_view: Kasutaja peab sisse logima enne kui see blokeering eemaldatakse.
     block:
       not_revoked: (pole tühistatud)
       show: Näita
       edit: Redigeeri
-      revoke: Tühista!
-    blocks:
+    page:
       display_name: Blokeeritud kasutaja
       creator_name: Blokeerija
       reason: Blokeerimise põhjus
       status: Olek
       revoker_name: Tühistanud
-      older: Vanemad blokeeringud
-      newer: Uuemad blokeeringud
     navigation:
       all_blocks: Kõik blokeeringud
       blocks_on_me: Mulle seatud blokeeringud
@@ -3015,6 +2890,8 @@ et:
         palun ära kirjuta siia isiklikku teavet ega teavet autoriõigustega kaitstud
         kaartidelt ega kataloogiloenditest.
       add: Lisa märkus
+    notes_paging_nav:
+      showing_page: Leht %{page}
   javascripts:
     close: Sulge
     share:
@@ -3029,14 +2906,15 @@ et:
       custom_dimensions: Vali suurus käsitsi
       format: 'Vorming:'
       scale: 'Mõõtkava:'
-      image_dimensions: Pildil näeb tavakaarti suurusega %{width} × %{height}
+      image_dimensions: Pildil näeb kihti %{layer} suuruses %{width} × %{height}
       download: Laadi alla
       short_url: Lühilink
       include_marker: Lisa marker
       center_marker: Tsentreeri kaart markerile
       paste_html: Kopeeri HTML-kood oma veebilehele
       view_larger_map: Vaata suuremat kaarti
-      only_standard_layer: Ainult tavakaarti saab pildina eksportida
+      only_standard_layer: Ainult tava-, ratta- ja transpordikaardi kihte saab pildina
+        eksportida
     embed:
       report_problem: Teata probleemist
     key:
index bab1ad1d180781c69de55f796ae56bd7ccbf39d2..76980234003e6d785f34ea05569c31eb728fe48e 100644 (file)
@@ -58,8 +58,6 @@ eu:
   activerecord:
     errors:
       messages:
-        invalid_email_address: badirudi ez dela e-posta helbide egoki bat
-        email_address_not_routable: ezin da biderik kalkulatu
         display_name_is_user_n: ezin da user_n izan, salbu eta n zure erabiltzaile
           ID-a bada
       models:
@@ -439,21 +437,22 @@ eu:
   old_relations:
     not_found:
       sorry: Barkatu, ezin izan da %{id} erlazioaren %{version} bertsioa aurkitu.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: '%{changeset_id} aldaketan %{author} erabiltzaileak iruzkin berria
+          egin du'
+        commented_at_by_html: '%{user} erabiltzaileak duela %{when} eguneratua'
+      show:
+        title_all: OpenStreetMap aldaketen eztabaida
+        title_particular: 'OpenStreetMap #%{changeset_id} aldaketen eztabaida.'
+      timeout:
+        sorry: Barkatu, zuk eskatutako aldaketen zerrenda berreskuratzeko denbora
+          gehiegi behar izan da.
   changesets:
-    changeset_paging_nav:
-      showing_page: '%{page} orrialdea'
-      next: Hurrengoa »
-      previous: « Aurrekoa
     changeset:
-      anonymous: Anonimoa
       no_edits: (aldaketarik gabe)
       view_changeset_details: Ikusi aldaketen xehetasunak
-    changesets:
-      id: ID
-      saved_at: Noiz gordeta
-      user: Erabiltzailea
-      comment: Iruzkina
-      area: Eremua
     index:
       title: Aldaketak
       title_user: '%{user}k egindako aldaketak'
@@ -506,19 +505,6 @@ eu:
     timeout:
       sorry: Barkatu, zuk eskatutako aldaketen zerrenda berreskuratzeko denbora gehiegi
         behar izan da.
-  changeset_comments:
-    comment:
-      comment: '%{changeset_id} aldaketan %{author} erabiltzaileak iruzkin berria
-        egin du'
-      commented_at_by_html: '%{user} erabiltzaileak duela %{when} eguneratua'
-    comments:
-      comment: '%{changeset_id} aldaketan %{author}k iruzkin berria egin du'
-    index:
-      title_all: OpenStreetMap aldaketen eztabaida
-      title_particular: 'OpenStreetMap #%{changeset_id} aldaketen eztabaida.'
-    timeout:
-      sorry: Barkatu, zuk eskatutako aldaketen zerrenda berreskuratzeko denbora gehiegi
-        behar izan da.
   dashboards:
     contact:
       km away: '%{count} km-tara'
@@ -559,8 +545,6 @@ eu:
       no_entries: Eguneroko sarrerarik ez
     page:
       recent_entries: Azkenengoko eguneroko sarrerak
-      older_entries: Sarrera zaharragoak
-      newer_entries: Sarrera berriagoak
     edit:
       title: Eguneroko sarrera aldatu
       marker_text: Eguneroko sarrera kokapena
@@ -599,8 +583,6 @@ eu:
       report: Salatu iruzkin hau
     location:
       location: 'Kokapena:'
-      view: Ikusi
-      edit: Aldatu
     feed:
       user:
         title: '%{user} erabiltzailearentzako OpenStreetMap eguneroko sarrerak'
@@ -622,8 +604,6 @@ eu:
       post: Argitaratu
       when: Noiz
       comment: Iruzkina
-      newer_comments: Iruzkin berriagoak
-      older_comments: Iruzkin zaharragoak
   doorkeeper:
     errors:
       messages:
@@ -680,7 +660,6 @@ eu:
   geocoder:
     search:
       title:
-        results_from_html: '%{results_link} ren emaitzak'
         latlon: Barnekoa
     search_osm_nominatim:
       prefix:
@@ -1452,10 +1431,6 @@ eu:
         level9: Herriko muga
         level10: Auzoko muga
         level11: Auzo muga
-      types:
-        cities: Hiriak
-        towns: Herriak
-        places: Lekuak
     results:
       no_results: Ez da emaitzarik aurkitu
       more_results: Emaitza gehiago
@@ -1469,21 +1444,21 @@ eu:
       not_updated: Eguneratu gabea
       search: Bilatu
       search_guidance: 'Arazoak bilatu:'
+      states:
+        ignored: Ezikusia
+        open: Ireki
+        resolved: Konponduta
+    page:
       user_not_found: Erabiltzailea ez da existitzen
       issues_not_found: Ez da halako arazorik aurkitu
       status: Egoera
       reports: Reporteak
       last_updated: Azken eguneratzea
       last_updated_time_ago_user_html: Duela %{time_ago} %{user} erabiltzaileak
-      link_to_reports: Reporteak ikusi
       reports_count:
         one: txosten %{count}
         other: '%{count} txosten'
       reported_item: Salatutako elementua
-      states:
-        ignored: Ezikusia
-        open: Ireki
-        resolved: Konponduta
     show:
       title: '%{status} %{issue_id} arazoa'
       reports:
@@ -1569,18 +1544,12 @@ eu:
     history: Historia
     export: Esportatu
     issues: Arazoak
-    data: Datuak
-    export_data: Esportatu datuak
     gps_traces: GPS Aztarnak
-    gps_traces_tooltip: GPS aztarnak kudeatu
     user_diaries: Erabiltzaileen egunerokoak
-    user_diaries_tooltip: Erabiltzaile egunerokoak ikusi
     edit_with: '%{editor}rekin editatu'
-    tag_line: Doako Wiki Mundu Mapa
     intro_header: Ongi etorri OpenStreetMap-era!
     intro_text: OpenStreetMap munduko mapa da, zu bezalako jendeak sortutakoa eta
       doako lizentzia irekiarekin erabiltzeko dagoena.
-    intro_2_create_account: Erabiltzaile kontua sortu
     partners_fastly: Fastly
     partners_partners: bazkideak
     tou: Erabilera-baldintzak
@@ -1588,18 +1557,10 @@ eu:
       mantentze lanak burutzen diren bitartean.
     osm_read_only: OpenStreetMap datu-basea irakurtzeko soilik moduan dago, oinarrizko
       datu-basearen mantentze lanak egiten diren bitartean.
-    donate: OpenStreetMap lagundu, Hardware Berritze Funtsaren bidez %{link}-n klik
-      eginez.
     help: Laguntza
     about: Honi buruz
     copyright: Egile-eskubideak
     communities: Komunitateak
-    community: Komunitatea
-    community_blogs: Komunitateko blogak
-    community_blogs_title: OpenStreetMap komunitateko kideen blogak
-    make_a_donation:
-      title: Diru laguntza batekin OpenStreetMap lagundu
-      text: Dohaintza egin
     learn_more: Ikasi gehiago
     more: Gehiago
   user_mailer:
@@ -1718,7 +1679,6 @@ eu:
       details_html: Oharrari buruzko xehetasun gehiago %{url} helbidean aurki daitezke.
     changeset_comment_notification:
       hi: Kaixo %{to_user},
-      greeting: Kaixo,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} zure aldaketa batean iruzkina utzi
           du'
@@ -1792,7 +1752,6 @@ eu:
     message_summary:
       unread_button: Markatu irakurri gabekotzat
       read_button: Markatu irakurritzat
-      reply_button: Erantzun
       destroy_button: Ezabatu
       unmute_button: Mugitu Sarrera-ontzira
     new:
@@ -1809,7 +1768,6 @@ eu:
       body: Barkatu baina id horrekin ez dago mezurik.
     outbox:
       title: Irteerako ontzia
-      actions: Ekintzak
       messages:
         one: '%{count} Mezua bidali duzu'
         other: ' %{count} Mezuak bidali dituzu'
@@ -1906,14 +1864,12 @@ eu:
       failure: Ezin izan da profila eguneratu.
   sessions:
     new:
-      title: Saio-hasiera
       tab_title: Saio-hasiera
       email or username: 'Eposta helbide edo erabiltzaile izena:'
       password: Pasahitza
       remember: Gogora nazazu
       lost password link: Pasahitza ahaztu duzu?
       login_button: Saioa hasi
-      register now: Erregistratu orain
       with external: 'Bestela, erabili hirugarrenen bat saioa hasteko:'
       auth failure: Barkatu, ezin izan da saioa hasi xehetasun horiekin.
     destroy:
@@ -1944,9 +1900,18 @@ eu:
     richtext_field:
       edit: Aldatu
       preview: Aurreikuspena
+    pagination:
+      diary_comments:
+        older: Iruzkin zaharragoak
+        newer: Iruzkin berriagoak
+      diary_entries:
+        older: Sarrera zaharragoak
+        newer: Sarrera berriagoak
+      traces:
+        older: Aztarna zaharragoak
+        newer: Aztarna berriagoak
   site:
     about:
-      next: Hurrengoa
       heading_html: '%{copyright}OpenStreetMap %{br} laguntzaileak'
       used_by_html: '%{name}-k mapa datuz hornitzen ditu milaka web gune, mugikorretako
         aplikazio eta hardware gailu.'
@@ -2100,8 +2065,6 @@ eu:
       user_page_link: Lankide orria
       anon_edits_link_text: Aurkitu zergatik hau kasua den.
       id_not_configured: iD-a ez da konfiguratu
-      no_iframe_support: Zure nabigatzaileak ez ditu onartzen HTML iframe-ak, funtzio
-        honetarako ezinbestekoak direnak.
     export:
       title: Esportatu
       manually_select: Aukeratu eskuz eremu ezberdin bat
@@ -2198,10 +2161,8 @@ eu:
       welcome_mat: Begiratu ongi etorria emateko txartelak.
     sidebar:
       search_results: Bilaketaren emaitzak
-      close: Itxi
     search:
       search: Bilatu
-      get_directions: Norabideak lortu
       get_directions_title: Bi puntuen arteko norabideak aurkitu
       from: Abiagunea
       to: Helmuga
@@ -2288,7 +2249,6 @@ eu:
           destination: Helmuga sarbidea
           construction: Eraikitzen ari diren errepideak
           bus_stop: Autobus geltokia
-          stop: Geltokia
           bicycle_shop: Bizikleta-denda
           bicycle_rental: Bizikleta alokairua
           bicycle_parking: Bizikleta-aparkalekua
@@ -2375,8 +2335,6 @@ eu:
       visibility_help: Zer esan nahi du honek?
     update:
       updated: Bilaketa eguneratua
-    trace_optionals:
-      tags: Etiketak
     show:
       title: '%{name} aztarna ikusten'
       heading: '%{name} aztarna ikusten'
@@ -2427,13 +2385,8 @@ eu:
       my_traces: Nire aztarnak
       traces_from: '%{user} erabiltzailearen GPS aztarna publikoak'
       remove_tag_filter: Kendu etiketa-iragazkia
-    page:
-      older: Aztarna zaharragoak
-      newer: Aztarna berriagoak
     destroy:
       scheduled_for_deletion: Ezabatzear dauden aztarnak
-    make_public:
-      made_public: Publikoak egindako aztarnak
     offline_warning:
       message: GPX fitxategia kargatzeko sistema ez dago erabilgarri
     offline:
@@ -2451,8 +2404,6 @@ eu:
     require_cookies:
       cookies_needed: Cookieak desgaituta dituzu - gaitu cookie-ak zure nabigatzailean
         jarraitu aurretik mesedez.
-    require_admin:
-      not_an_admin: Ekintza hori burutzeko administratzaile izan behar duzu.
     setup_user_auth:
       blocked_zero_hour: OpenStreetMap webguneko premiazko mezu bat duzu. Zure aldaketak
         gorde ahal izango dituzu mezua irakurri eta gero.
@@ -2463,7 +2414,6 @@ eu:
         behar dituzu.
     settings_menu:
       account_settings: Kontu ezarpenak
-      oauth1_settings: OAuth 1 ezarpenak
       oauth2_applications: OAuth 2 aplikazioak
       oauth2_authorizations: OAuth 2 baimenak
     auth_providers:
@@ -2486,30 +2436,6 @@ eu:
         title: Saioa hasi Wikipediarekin
         alt: Wikipedia kontuarekin saioa hasi
   oauth:
-    authorize:
-      title: Zure kontuan sartzeko baimena eman
-      request_access_html: '%{app_name} aplikazioak zure konturako sarbidea eskatzen
-        du, %{user}. Egiaztatu eskaera hurrengo gaitasunak izatea nahi duzula. Nahi
-        dituzun edo ez bezalakoak aukeratu ditzakezu.'
-      allow_to: 'Baimendu bezeroaren aplikazioa:'
-      allow_read_prefs: Irakurri zure erabiltzaile hobespenak
-      allow_write_prefs: aldatu zure erabiltzaile hobespenak.
-      allow_write_diary: sortu eguroko sarreak, iruzkinak eta lagunak egin.
-      allow_write_api: mapa aldatu.
-      allow_read_gpx: irakurri zure GPS aztarna pribatuak.
-      allow_write_gpx: GPS aztarnak igo.
-      allow_write_notes: Oharrak aldatu.
-      grant_access: Baimena Eman
-    authorize_success:
-      title: Baimen eskaera onartua
-      allowed_html: '%{app_name} aplikazioari zure kontura sartzeko baimena eman diozu.'
-      verification: Egiaztapen kodea %{code} da.
-    authorize_failure:
-      title: Baimen eskaerak kale egin du
-      denied: '%{app_name} aplikazioari zure kontura sartzeko baimena kendu diozu.'
-      invalid: Baimen token-a ez du balio.
-    revoke:
-      flash: '%{application}-rako token-a ezeztatu egin duzu'
     permissions:
       missing: Ez duzu aplikaziorako sarbidea baimendu instalazio honetan
     scopes:
@@ -2522,47 +2448,6 @@ eu:
       write_notes: Aldatu oharrak
       read_email: Irakurri erabiltzailearen posta elektronikoko helbidea
       skip_authorization: Onartu automatikoki aplikazioa
-  oauth_clients:
-    new:
-      title: Aplikazio berri bat erregistratu
-    edit:
-      title: Zure aplikazioa editatu
-    show:
-      title: '%{app_name}rako OAuth xehetasunak'
-      key: 'Kontsumitzaile Giltza:'
-      secret: 'Kontsumitzaile Sekretua:'
-      url: 'Token URLa eskatu:'
-      access_url: Token URLra sartu
-      authorize_url: 'URLa baimendu:'
-      support_notice: HMAC-SHA1 (gomendatua) eta RSA-SHA1 sinadurak onartzen ditugu.
-      edit: Editatu xehetasunak
-      delete: Ezabatu bezeroa
-      confirm: Ziur zaude?
-      requests: 'Erabiltzaile honen ondorengo baimenak eskatu:'
-    index:
-      title: Nire OAuth xehetasunak
-      my_tokens: Nire Baimendutako Aplikazioak
-      list_tokens: 'Honako tokenak zure izenean dituzun aplikazioetara igorri dira:'
-      application: Aplikazioaren izena
-      issued_at: Hor emandakoa
-      revoke: Ezeztatu!
-      my_apps: Nire Bezero Aplikazioak
-      no_apps_html: Gurekin erabiltzeko erregistratu nahi duzun aplikazio bat duzu
-        %{oauth} estandarraren bidez? Zure web aplikazioa erregistratu behar duzu
-        OAuth zerbitzurako eskaera egin aurretik.
-      oauth: OAuth
-      registered_apps: 'Ondorengo bezero aplikazio erregistratuak dituzu:'
-      register_new: Zure aplikazio erregistratu
-    form:
-      requests: 'Erabiltzaile honen ondorengo baimenak eskatu:'
-    not_found:
-      sorry: Barkatu, %{type} hori ezin izan da aurkitu.
-    create:
-      flash: Informazioa arrakastaz erregistratu da
-    update:
-      flash: Bezero informazioa arrakastaz eguneratu da
-    destroy:
-      flash: Bezeroaren eskaera erregistroa suntsitua
   oauth2_applications:
     index:
       title: Nire Bezero Aplikazioak
@@ -2630,7 +2515,6 @@ eu:
         privacy_policy: pribatutasun politika
         privacy_policy_title: OSMF pribatutasun-politika helbide elektronikoei buruzko
           atala barne
-      external auth: 'Hirugarrenen Autentifikazioa:'
       continue: Eman izena
       terms accepted: Eskerrik asko laguntzaileen termino berriak onartzeagatik!
       email_help:
@@ -2657,7 +2541,6 @@ eu:
         eta %{informal_translations_link}'
       informal_translations: itzulpen informalak
       continue: Jarraitu
-      decline: Ez onartu
       you need to accept or decline: Irakurri eta gero, onartu edo ezetsi Kolaboratzaileen
         termino berriak jarraitzeko.
       legale_select: 'Mesedez bizi zaren herrialdean aukeratu:'
@@ -2771,19 +2654,9 @@ eu:
       not_revoke_admin_current_user: Ezin da administratzaile rola uneko erabiltzaileari
         errebokatu.
     grant:
-      title: Berretsi eginkizuna ematea
-      heading: Berretsi eginkizuna ematea
       are_you_sure: Ziur zaude `%{role}' rola eman nahi diozula`%{name}' erabiltzaileari?
-      confirm: Berretsi
-      fail: Ezin izan da "%{role} rola esleitu `%{name}' erabiltzailearentzat. Egiaztatu
-        erabiltzaile eta rola baliagarriak direla.
     revoke:
-      title: Berretsi eginkizuna kentzea
-      heading: Berretsi eginkizuna kentzea
       are_you_sure: Ziur zaude `%{role}' rola kendu nahi diozula`%{name}' erabiltzaileari?
-      confirm: Berretsi
-      fail: '%{name} erabiltzaileari ezin izan zaio %{role} rola ezeztatu. Egiaztatu
-        erabiltzailea eta rola balio duten mesedez.'
   user_blocks:
     model:
       non_moderator_update: Moderatzailea izan behar du blokeo bat sortu edo eguneratzeko.
@@ -2811,14 +2684,6 @@ eu:
       title: Erabiltzaile blokeak
       heading: Erabiltzaile blokeen zerrenda
       empty: Blokeorik ez da egin oraindik.
-    revoke:
-      title: '%{block_on} blokeoa ezeztatzen'
-      heading_html: '%{block_by} erabiltzaileak egindako %{block_on} blokeoa ezeztatzen'
-      time_future_html: Blokeo hau %{time}-n bukatuko da.
-      past_html: Blokeo hau %{time} bukatu da eta ezin da orain ezeztatu.
-      confirm: Blokeo hau ezeztatu nahi duzula argi daukazu?
-      revoke: Ezeztatu!
-      flash: Blokeo hau ezeztatu da.
     helper:
       time_future_html: '%{time}n bukatzen du'
       until_login: Erabiltzaileak saioa hasi arte aktiboa.
@@ -2855,19 +2720,14 @@ eu:
       created: 'Sortua:'
       duration: 'Iraupena:'
       status: 'Egoera:'
-      show: Erakutsi
       edit: Aldatu
-      revoke: Ezeztatu!
-      confirm: Ziur zaude?
       reason: 'Blokeatzeko arrazoia:'
       revoker: 'Ezeztatu duena:'
-      needs_view: Erabiltzaileak saioa hasi behar du blokeoa kendu baino lehen.
     block:
       not_revoked: (ez da ezeztatu)
       show: Erakutsi
       edit: Aldatu
-      revoke: Ezeztatu!
-    blocks:
+    page:
       display_name: Blokeatutako Erabiltzailea
       creator_name: Egilea
       reason: Blokeatzeko arrazoia
@@ -2911,6 +2771,8 @@ eu:
         ez sartu informazio pertsonala edo \ncopyright-dun mapei edo direktorio zerrendei
         buruzko informaziorik."
       add: Gehitu oharra
+    notes_paging_nav:
+      showing_page: '%{page} orrialdea'
   javascripts:
     close: Itxi
     share:
index 7a877cbcc352b164221143ec8bf86b49984a6345..e3dd9ed20b84eaa22cf63c905ff273bc9a2e972d 100644 (file)
@@ -3,7 +3,6 @@
 # Export driver: phpyaml
 # Author: Ahangarha
 # Author: Alirezaaa
-# Author: Amire80
 # Author: Amirsara
 # Author: Arash.pt
 # Author: Arian Ar
@@ -85,10 +84,6 @@ fa:
         create: ایجاد مسدودی
         update: به‌روز رسانی مسدودی
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: نشانی رایانامه نامعتبر به نظر می‌رسد
-        email_address_not_routable: قابل مسیریابی نیست
     models:
       acl: فهرست کنترل دسترسی
       changeset: بستهٔ تغییر
@@ -448,21 +443,21 @@ fa:
       introduction: روی نقشه کلیک کنید تا عارضه‌های نزدیک را بیابید
       nearby: عارضه‌های نزدیک
       enclosing: عارضه‌های دربرگیر
+  changeset_comments:
+    feeds:
+      comment:
+        comment: نظر جدید روی بستهٔ تغییر %{changeset_id} از %{author}
+        commented_at_by_html: '%{when} %{user} روزآمدش کرد'
+      show:
+        title_all: بحث بستهٔ تغییر OpenStreetMap
+        title_particular: 'بحث بستهٔ تغییر #%{changeset_id} در OpenStreetMap'
+      timeout:
+        sorry: شوربختانه بازیابی نظرات بستهٔ تغییر که درخواست نموده‌اید، خیلی طولانی
+          شد.
   changesets:
-    changeset_paging_nav:
-      showing_page: صفحهٔ %{page}
-      next: بعدی »
-      previous: « قبلی
     changeset:
-      anonymous: گمنام
       no_edits: (بدون ویرایش)
       view_changeset_details: نمایش جزئیات بستهٔ تغییر
-    changesets:
-      id: شناسه
-      saved_at: ذخیره‌شده در
-      user: کاربر
-      comment: نظر
-      area: منطقه
     index:
       title: بسته‌های تغییر
       title_user: بسته‌های تغییر %{user}
@@ -509,18 +504,6 @@ fa:
       relations_paginated: رابطه‌ها (%{x}-%{y} از %{count})
     timeout:
       sorry: شوربختانه بازیابی بسته‌های تغییر که درخواست نموده‌اید، خیلی طولانی شد.
-  changeset_comments:
-    comment:
-      comment: نظر جدید روی بستهٔ تغییر %{changeset_id} از %{author}
-      commented_at_by_html: '%{when} %{user} روزآمدش کرد'
-    comments:
-      comment: نظر جدید روی بستهٔ تغییر %{changeset_id} از %{author}
-    index:
-      title_all: بحث بستهٔ تغییر OpenStreetMap
-      title_particular: 'بحث بستهٔ تغییر #%{changeset_id} در OpenStreetMap'
-    timeout:
-      sorry: شوربختانه بازیابی نظرات بستهٔ تغییر که درخواست نموده‌اید، خیلی طولانی
-        شد.
   dashboards:
     contact:
       km away: ‏%{count} کیلومتر فاصله
@@ -561,8 +544,6 @@ fa:
       no_entries: روزنوشتی نیست
     page:
       recent_entries: روزنوشت‌های اخیر
-      older_entries: روزنوشت‌های قدیمی‌تر
-      newer_entries: روزنوشت‌های جدیدتر
     edit:
       title: ویرایش روزنوشت
       marker_text: مکان روزنوشت
@@ -599,8 +580,6 @@ fa:
       report: گزارش این نظر
     location:
       location: 'مکان:'
-      view: نمایش
-      edit: ویرایش
     feed:
       user:
         title: ‫روزنوشت‌های %{user} در OpenStreetMap‬
@@ -625,8 +604,6 @@ fa:
       post: فرسته
       when: زمان
       comment: نظر
-      newer_comments: نظرات جدیدتر
-      older_comments: نظرات قدیمی‌تر
   doorkeeper:
     flash:
       applications:
@@ -668,7 +645,6 @@ fa:
   geocoder:
     search:
       title:
-        results_from_html: نتایج %{results_link}
         latlon: داخلی
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1373,10 +1349,6 @@ fa:
         level9: مرز منطقه شهری
         level10: مرز دهستان/شهر
         level11: محدوده محله
-      types:
-        cities: شهرها
-        towns: شهرها
-        places: مکان‌ها
     results:
       no_results: نتیجه‌ای یافت نشد
       more_results: نتایج بیشتر
@@ -1390,20 +1362,20 @@ fa:
       not_updated: روزآمدنشده
       search: جستجو
       search_guidance: 'جستجوی مسئله‌ها:'
+      states:
+        ignored: نادیده‌گرفته‌شده
+        open: باز
+        resolved: حل‌شده
+    page:
       user_not_found: کاربر وجود ندارد
       issues_not_found: چنین مسئله‌ای یافت نشد
       status: وضعیت
       reports: گزارش‌ها
       last_updated: آخرین روزآمدسازی
-      link_to_reports: دیدن گزارش‌ها
       reports_count:
         one: '%{count} گزارش'
         other: '%{count} گزارش'
       reported_item: مورد گزارش‌شده
-      states:
-        ignored: نادیده‌گرفته‌شده
-        open: باز
-        resolved: حل‌شده
     show:
       title: '%{status} موضوع #%{issue_id}'
       reports:
@@ -1490,18 +1462,12 @@ fa:
     history: تاریخچه
     export: برون‌ریزی
     issues: مسئله‌ها
-    data: داده
-    export_data: برون‌ریزی داده
     gps_traces: ردهای GPS
-    gps_traces_tooltip: مدیریت ردهای GPS
     user_diaries: روزنوشت‌های کاربر
-    user_diaries_tooltip: دیدن روزنوشت‌های کاربر
     edit_with: ویرایش با %{editor}
-    tag_line: نقشهٔ ویکی‌گونه و آزاد جهان
     intro_header: به OpenStreetMap خوش آمدید!
     intro_text: OpenStreetMap نقشه‌ای از جهان است که افرادی مانند شما آن را ساخته‌اند
       و آزادید آن را تحت پروانه‌ای آزاد استفاده کنید.
-    intro_2_create_account: ساخت حساب کاربری
     partners_partners: شرکای تجاری
     tou: شرایط استفاده
     osm_offline: پایگاه دادهٔ OpenStreetMap هم‌اکنون برون‌خط است تا کارهای ضروری برای
@@ -1509,17 +1475,10 @@ fa:
     osm_read_only: پایگاه دادهٔ OpenStreetMap هم‌اکنون در حالت فقط‌خواندنی است تا
       کارهای ضروری برای نگهداری آن انجام گیرد.
     nothing_to_preview: چیزی برای پیش‌نمایش وجود ندارد.
-    donate: با %{link} به «صندوق ارتقای سخت‌افزار»، OpenStreetMap را حمایت کنید.
     help: راهنما
     about: درباره
     copyright: حق نشر
     communities: جوامع
-    community: جامعه
-    community_blogs: بلاگ‌های جامعه
-    community_blogs_title: بلاگ‌هایی از اعضای جامعهٔ OpenStreetMap
-    make_a_donation:
-      title: OpenStreetMap را با کمک مالی حمایت کنید
-      text: کمک مالی کنید
     learn_more: اطلاعات بیشتر
     more: بیشتر
   user_mailer:
@@ -1651,7 +1610,6 @@ fa:
       details_html: '‫جزئیات بیشتر دربارهٔ یادداشت را اینجا ببینید: %{url}‬'
     changeset_comment_notification:
       hi: ‫سلام %{to_user}، ‬
-      greeting: سلام،‏
       commented:
         subject_own: '[OpenStreetMap] ‫%{commenter} روی یکی از بسته‌های تغییر شما
           نظر داد‬'
@@ -1725,7 +1683,6 @@ fa:
     message_summary:
       unread_button: نشان بزن نخواندم
       read_button: نشان بزن که خواندم
-      reply_button: پاسخ
       destroy_button: حذف
     new:
       title: فرستادن پیام
@@ -1825,14 +1782,12 @@ fa:
       failure: ذخیره‌سازی نمایه انجام نشد.
   sessions:
     new:
-      title: ورود
       tab_title: ورود
       email or username: نشانی رایانامه یا نام کاربری
       password: رمز عبور
       remember: مرا به خاطر بسپار
       lost password link: رمز عبورتان را فراموش کرده‌اید؟
       login_button: ورود
-      register now: اکنون نام‌نویسی کنید
       with external: 'به‌جای ثبت نام، از روش شخص ثالث استفاده کنید:'
       auth failure: متأسفانه با این اطلاعات نمی‌توان وارد شد.
     destroy:
@@ -1862,9 +1817,19 @@ fa:
     richtext_field:
       edit: ویرایش
       preview: پیش‌نمایش
+      help: راهنما
+    pagination:
+      diary_comments:
+        older: نظرات قدیمی‌تر
+        newer: نظرات جدیدتر
+      diary_entries:
+        older: روزنوشت‌های قدیمی‌تر
+        newer: روزنوشت‌های جدیدتر
+      traces:
+        older: ردهای کهنه‌تر
+        newer: ردهای تازه‌تر
   site:
     about:
-      next: بعدی
       heading_html: مشارکت‌کنندگان %{br} %{copyright}OpenStreetMap
       used_by_html: '%{name} برای هزاران وبگاه، کارهٔ تلفن همراه و افزارهٔ سخت‌افزاری
         دادهٔ نقشه فراهم می‌کند.'
@@ -1953,8 +1918,6 @@ fa:
       user_page_link: صفحهٔ کاربری
       anon_edits_link_text: بفهمید چرا این‌طور است.
       id_not_configured: iD پیکربندی نشده است
-      no_iframe_support: مرورگر شما فریم‌های HTML را، که برای این ویژگی لازم است،
-        پشتیبانی نمی‌کند.
     export:
       title: برون‌ریزی
       manually_select: به‌صورت دستی منطقهٔ دیگری انتخاب کنید
@@ -2025,10 +1988,8 @@ fa:
       title: سؤالی دارید؟
     sidebar:
       search_results: نتایج جستجو
-      close: بستن
     search:
       search: جستجو
-      get_directions: دریافت مسیر
       get_directions_title: یافتن مسیرهای بین دو نقطه
       from: از
       to: به
@@ -2148,8 +2109,6 @@ fa:
       visibility_help_url: https://wiki.openstreetmap.org/wiki/Fa:Visibility_of_GPS_traces
     update:
       updated: رد روزآمد شد
-    trace_optionals:
-      tags: برچسب‌ها
     show:
       title: در حال دیدن رد %{name}
       heading: در حال دیدن رد %{name}
@@ -2193,13 +2152,8 @@ fa:
       my_traces: ردهای من
       traces_from: ردهای عمومی %{user}
       remove_tag_filter: حذف پالایهٔ برچسب
-    page:
-      older: ردهای کهنه‌تر
-      newer: ردهای تازه‌تر
     destroy:
       scheduled_for_deletion: این رد در زمان‌بندی حذف قرار گرفت
-    make_public:
-      made_public: رد عمومی شد
     offline_warning:
       message: سامانهٔ بارگذاری GPX در حال حاضر در دسترس نیست
     offline:
@@ -2217,8 +2171,6 @@ fa:
     require_cookies:
       cookies_needed: به‌نظر می‌رسد کوکی‌ها را غیرفعال کرده‌اید - لطفاً قبل از ادامه
         کوکی‌های مرورگرتان را فعال کنید.
-    require_admin:
-      not_an_admin: برای انجام آن کنش باید مدیر باشید.
     setup_user_auth:
       blocked_zero_hour: در وبگاه OpenStreetMap یک پیام خیلی مهم دارید. برای اینکه
         بتوانید ویرایش‌های خود را ذخیره کنید باید ابتدا آن را بخوانید.
@@ -2229,7 +2181,6 @@ fa:
         ولی حتماً باید آن را ببینید.
     settings_menu:
       account_settings: تنظیمات حساب
-      oauth1_settings: تنظیمات OAuth 1
       oauth2_applications: برنامه‌های OAuth 2
       oauth2_authorizations: مجوزهای OAuth 2
     auth_providers:
@@ -2252,30 +2203,6 @@ fa:
         title: ورود با ویکی‌پدیا
         alt: ورود با حساب ویکی‌پدیا
   oauth:
-    authorize:
-      title: اجازهٔ دسترسی به حسابتان را صادر کنید
-      request_access_html: برنامهٔ %{app_name} درخواست دسترسی به حساب کاربری شما (%{user})
-        دارد. لطفاً بررسی کنید که آیا مایلید برنامه به قابلیت‌های زیر دسترسی داشته
-        باشد. می‌توانید همه یا فقط مواردی را که دوست دارید انتخاب کنید.
-      allow_to: 'برنامهٔ کارخواه مجاز است که:'
-      allow_read_prefs: ترجیحات کاربری شما را بخواند.
-      allow_write_prefs: ترجیحات کاربری شما را تغییر دهد.
-      allow_write_diary: روزنوشت ایجاد کند، نظر ثبت کند و دوست اضافه کند.
-      allow_write_api: نقشه را تغییر دهد.
-      allow_read_gpx: ردهای GPS خصوصی شما را بخواند.
-      allow_write_gpx: ردهای GPS را بارگذاری کند.
-      allow_write_notes: یادداشت‌ها را تغییر دهد.
-      grant_access: دسترسی می‌دهم
-    authorize_success:
-      title: درخواست اجازه قبول شد
-      allowed_html: دسترسی برنامهٔ %{app_name} به حسابتان را مجاز کرده‌اید.
-      verification: کد تأیید %{code} است.
-    authorize_failure:
-      title: درخواست اجازه انجام نشد
-      denied: دسترسی برنامهٔ %{app_name} به حسابتان را رد کرده‌اید.
-      invalid: توکن مجوز معتبر نیست.
-    revoke:
-      flash: توکن مربوط به %{application} را باطل کرده‌اید
     permissions:
       missing: اجازهٔ دسترسی به این امکان را به برنامه نداده‌اید
     scopes:
@@ -2288,47 +2215,6 @@ fa:
       write_notes: اصلاح یادداشت‌ها
       read_email: خواندن نشانی رایانامهٔ کاربر
       skip_authorization: برنامه با تأیید خودکار
-  oauth_clients:
-    new:
-      title: ثبت برنامهٔ جدید
-    edit:
-      title: ویرایش برنامه‌تان
-    show:
-      title: جزئیات OAuth برای %{app_name}
-      key: 'کلید مصرف‌کننده:'
-      secret: 'کد مخفی مصرف‌کننده:'
-      url: 'نشانی وب توکن درخواست:'
-      access_url: 'نشانی وب توکن دسترسی:'
-      authorize_url: 'Authorise URL:'
-      support_notice: از امضاهای HMAC-SHA1 (توصیه‌شده) و RSA-SHA1 پشتیبانی می‌کنیم.
-      edit: ویرایش جزئیات
-      delete: حذف کارخواه
-      confirm: آیا مطمئن هستید؟
-      requests: 'مجوزهای زیر از کاربر درخواست می‌شود:'
-    index:
-      title: جزئیات OAuth من
-      my_tokens: برنامه‌های مجاز من
-      list_tokens: 'توکن‌های زیر با نام شما برای برنامه‌های زیر صادر شده است:'
-      application: نام برنامه
-      issued_at: تاریخ صدور
-      revoke: باطل شود!
-      my_apps: برنامه‌های کارخواه من
-      no_apps_html: آیا برنامه‌ای دارید که می‌خواهید برای استفاده با ما از طریق استاندارد
-        %{oauth} ثبتش کنید؟ پیش از آنکه برنامهٔ وب شما بتواند درخواست‌های OAuth انجام
-        دهد باید آن را ثبت کنید.
-      oauth: OAuth
-      registered_apps: 'برنامه‌های کارخواه زیر را ثبت کرده‌اید:'
-      register_new: برنامه‌تان را ثبت کنید
-    form:
-      requests: 'مجوزهای زیر را از کاربر درخواست کن:'
-    not_found:
-      sorry: شوربختانه آن %{type} یافت نشد.
-    create:
-      flash: اطلاعات با موفقیت ثبت شد
-    update:
-      flash: اطلاعات کارخواه با موفقیت روزآمد شد
-    destroy:
-      flash: نام‌نویسی برنامهٔ کارخواه از بین رفت
   oauth2_applications:
     index:
       title: برنامه‌های کارخواه من
@@ -2388,7 +2274,6 @@ fa:
         بعداً آن را در تنظیمات تغییر دهید.
       by_signing_up:
         privacy_policy: سیاست محرمانگی
-      external auth: 'احراز هویت شخص ثالث:'
       continue: ثبت نام
       terms accepted: از اینکه شرایط جدید مشارکت‌کننده را پذیرفتید، سپاسگزاریم!
       use external auth: به‌جای ثبت نام، از روش شخص ثالث استفاده کنید
@@ -2408,7 +2293,6 @@ fa:
       consider_pd: علاوه بر موارد بالا، می‌پذیرم که مشارکت‌هایم در مالکیت عمومی باشد.
       consider_pd_why: این چیست؟
       continue: ادامه
-      decline: نمی‌پذیرم
       you need to accept or decline: برای ادامه لطفاً بخوانید و سپس شرایط جدید مشارکت‌کننده
         را بپذیرید یا رد کنید.
       legale_select: 'كشور محل سكونت:'
@@ -2514,21 +2398,11 @@ fa:
       doesnt_have_role: کاربر نقش %{role} را ندارد.
       not_revoke_admin_current_user: امکان ابطال نقش مدیر برای کاربر جاری وجود ندارد.
     grant:
-      title: تأیید اعطای نقش
-      heading: تأیید اعطای نقش
       are_you_sure: آیا اطمینان دارید که می‌خواهید نقش '%{role}' را به کاربر '%{name}'
         اعطا  کنید؟
-      confirm: تأیید
-      fail: نمی‌توان نقش %{role} را به کاربر %{name} اعطا کرد. لطفاً مطمئن شوید که
-        کاربر و نقش هر دو معتبر باشند.
     revoke:
-      title: تأیید ابطال نقش
-      heading: تأیید ابطال نقش
       are_you_sure: آیا اطمینان دارید که می‌خواهید نقش `%{role}' را برای کاربر '%{name}'
         باطل نمایید؟
-      confirm: تأیید
-      fail: نمی‌توان نقش %{role} را برای کاربر %{name} باطل کرد. لطفاً مطمئن شوید
-        که کاربر و نقش هر دو معتبر باشند.
   user_blocks:
     model:
       non_moderator_update: برای ایجاد یا روزآمدسازیِ یک مسدودی باید ناظم باشید.
@@ -2551,19 +2425,13 @@ fa:
     update:
       only_creator_can_edit: فقط ناظمی که این مسدودی را ایجاد کرده می‌تواند آن را
         ویرایش کند.
+      inactive_block_cannot_be_reactivated: این قطع دسترسی غیرفعال است و نمی‌توان
+        آن را مجدداً فعال کرد.
       success: مسدودی روزآمد شد.
     index:
       title: مسدودی‌های کاربر
       heading: لیست مسدودی‌های کاربری
       empty: هنوز مسدودیتی ساخته نشده.
-    revoke:
-      title: ابطال مسدودی %{block_on}
-      heading_html: ابطال مسدودی %{block_on}، مسدودشده به دست %{block_by}
-      time_future_html: این مسدودی در %{time} پایان می‌یابد.
-      past_html: این مسدودی %{time} پایان یافته و اکنون قابل‌ابطال نیست.
-      confirm: مطمئنید می‌خواهید این مسدودی را باطل کنید؟
-      revoke: باطل شود!
-      flash: این مسدودی باطل شد.
     helper:
       time_future_html: '%{time} دیگر پایان می‌یابد.'
       until_login: تا وقتی کاربر وارد شود فعال می‌ماند.
@@ -2592,19 +2460,14 @@ fa:
       created: 'ایجاد شده:'
       duration: 'مدت:'
       status: 'وضعیت:'
-      show: نمایش
       edit: ویرایش
-      revoke: باطل شود!
-      confirm: آیا مطمئن هستید؟
       reason: 'دلیل مسدودی:'
       revoker: 'باطل‌کننده:'
-      needs_view: برای پاک‌شدن این مسدودی کاربر باید وارد حسابش شود.
     block:
       not_revoked: (باطل نشده)
       show: نمایش
       edit: ویرایش
-      revoke: باطل شود!
-    blocks:
+    page:
       display_name: کاربر مسدود
       creator_name: ایجادکننده
       reason: دلیل مسدودی
@@ -2660,6 +2523,8 @@ fa:
       advice: همهٔ افراد این یادداشت شما را می‌بینند. بنابراین اطلاعات خصوصی یا اطلاعات
         برداشت‌شده از منابع دارای حق نشر را اینجا ننویسید.
       add: افزودن یادداشت
+    notes_paging_nav:
+      showing_page: صفحهٔ %{page}
   javascripts:
     close: بستن
     share:
index 852cfd4896090851b4af93c9e4b0f08485e2a9d8..1c091e9b3db2f76b2996b5303277c1ef90dfb4ef 100644 (file)
@@ -14,6 +14,7 @@
 # Author: Espeox
 # Author: Jnovikov
 # Author: Joquliina
+# Author: Kesäpäivä
 # Author: Konstaduck
 # Author: Laurianttila
 # Author: Lliehu
@@ -89,9 +90,6 @@ fi:
         update: Päivitä esto
   activerecord:
     errors:
-      messages:
-        invalid_email_address: '"%s" ei näytä olevan kelvollinen sähköpostiosoite.'
-        email_address_not_routable: reittiohjeet eivät ole saatavilla
       models:
         user_mute:
           is_already_muted: on jo hiljennetty
@@ -446,21 +444,21 @@ fi:
       introduction: Napsauta karttaa löytääksesi lähistön karttakohteita.
       nearby: Lähistön karttakohteet
       enclosing: Ympäröivät karttakohteet
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Käyttäjä %{author} kommentoi muutoskokoelmaa #%{changeset_id}'
+        commented_at_by_html: '%{user} päivittänyt %{when}'
+      show:
+        title_all: Keskustelu OpenStreetMapin muutoskokoelmasta
+        title_particular: 'OpenStreetMap muutoskokoelma #%{changeset_id} keskustelu'
+      timeout:
+        sorry: Valitettavasti pyytämäsi muutoskokoelmien kommenttien hakeminen kesti
+          liian kauan.
   changesets:
-    changeset_paging_nav:
-      showing_page: Sivu %{page}
-      next: Seuraava »
-      previous: « Edellinen
     changeset:
-      anonymous: Tuntematon
       no_edits: (ei muokkauksia)
       view_changeset_details: Näytä muutoskokoelman tarkemmat tiedot
-    changesets:
-      id: Tunniste
-      saved_at: Tallennettu
-      user: Käyttäjä
-      comment: Kommentti
-      area: Alue
     index:
       title: Muutoskokoelmat
       title_user: Käyttäjän %{user} muutoskokoelmat
@@ -511,18 +509,6 @@ fi:
     timeout:
       sorry: Valitettavasti pyytämäsi muutoskokoelmien listan hakeminen kesti liian
         kauan.
-  changeset_comments:
-    comment:
-      comment: 'Käyttäjä %{author} kommentoi muutoskokoelmaa #%{changeset_id}'
-      commented_at_by_html: '%{user} päivittänyt %{when}'
-    comments:
-      comment: 'Uusi kommentti käyttäjän %{author} muutoskokoelmassa #%{changeset_id}'
-    index:
-      title_all: Keskustelu OpenStreetMapin muutoskokoelmasta
-      title_particular: 'OpenStreetMap muutoskokoelma #%{changeset_id} keskustelu'
-    timeout:
-      sorry: Valitettavasti pyytämäsi muutoskokoelmien kommenttien hakeminen kesti
-        liian kauan.
   dashboards:
     contact:
       km away: '%{count} kilometrin päässä'
@@ -563,8 +549,6 @@ fi:
       no_entries: Päiväkirjassa ei ole merkintöjä.
     page:
       recent_entries: Uusimmat päiväkirjamerkinnät
-      older_entries: Vanhempia...
-      newer_entries: Uudempia...
     edit:
       title: Muokkaa päiväkirjamerkintää
       marker_text: Päiväkirjamerkinnän sijainti
@@ -602,8 +586,6 @@ fi:
       report: Ilmianna kommentti
     location:
       location: 'Sijainti:'
-      view: Näytä
-      edit: Muokkaa
     feed:
       user:
         title: Käyttäjän %{user} OpenStreetMap-päiväkirjamerkinnät
@@ -625,8 +607,6 @@ fi:
       post: Kommentti
       when: Päiväys
       comment: Kommentti
-      newer_comments: Uudemmat kommentit
-      older_comments: Vanhemmat kommentit
   doorkeeper:
     flash:
       applications:
@@ -662,7 +642,6 @@ fi:
   geocoder:
     search:
       title:
-        results_from_html: Tulokset kohteesta %{results_link}
         latlon: Sisäinen
     search_osm_nominatim:
       prefix:
@@ -1425,10 +1404,6 @@ fi:
         level9: Kylän raja
         level10: Asuinalueen raja
         level11: Naapuruston raja
-      types:
-        cities: Kaupungit
-        towns: Kylät
-        places: Paikat
     results:
       no_results: Ei hakutuloksia
       more_results: Lisää tuloksia
@@ -1442,21 +1417,22 @@ fi:
       not_updated: Ei päivitetty
       search: Etsi
       search_guidance: 'Etsi tapauksia:'
+      states:
+        ignored: Aiheeton
+        open: Käsittelyssä
+        resolved: Ratkaistu
+    page:
       user_not_found: Käyttäjää ei löydy
       issues_not_found: Tapahtumia ei löytynyt
+      reported_user: Ilmiannettu käyttäjä
       status: Tila
       reports: Ilmiannot
       last_updated: Päivitetty
       last_updated_time_ago_user_html: '%{time_ago}, %{user}'
-      link_to_reports: Näytä ilmiannot
       reports_count:
         one: '%{count} ilmoitus'
         other: '%{count} ilmiantoa'
       reported_item: Ilmiannettu kohde
-      states:
-        ignored: Aiheeton
-        open: Käsittelyssä
-        resolved: Ratkaistu
     show:
       title: '%{status} Tapaus #%{issue_id}'
       reports:
@@ -1540,18 +1516,12 @@ fi:
     history: Historia
     export: Vienti
     issues: Ilmiannot
-    data: Tiedot
-    export_data: Vie tiedostona
     gps_traces: GPS-jäljet
-    gps_traces_tooltip: Hallitse GPS-jälkiä
     user_diaries: Päiväkirjamerkinnät
-    user_diaries_tooltip: Näytä käyttäjän päiväkirjat
     edit_with: 'Muokkaa: %{editor}'
-    tag_line: Avoin wikimaailmankartta
     intro_header: Tervetuloa OpenStreetMapiin!
     intro_text: OpenStreetMap on vapaaehtoisten luoma maailmankartta, jota voi käyttää
       vapaasti avoimella lisenssillä.
-    intro_2_create_account: luomalla ensin käyttäjätunnuksen
     partners_fastly: Fastly
     partners_partners: kumppanimme
     tou: Käyttöehdot
@@ -1559,17 +1529,10 @@ fi:
       ylläpitotöiden takia.
     osm_read_only: OpenStreetMapin tietokantaa ei toistaiseksi voi muokata välttämättömien
       ylläpitotöiden takia.
-    donate: Tue OpenStreetMapia %{link} laitteistopäivitysrahastoon.
     help: Ohje
     about: Tietoja
     copyright: Tekijänoikeudet
     communities: Yhteisöt
-    community: Yhteisö
-    community_blogs: Yhteisöblogit
-    community_blogs_title: OpenStreetMap-yhteisön jäsenten blogit
-    make_a_donation:
-      title: Tue OpenStreetMapia rahallisella lahjoituksella.
-      text: Lahjoita
     learn_more: Lisätietoja
     more: Lisää
   user_mailer:
@@ -1670,7 +1633,6 @@ fi:
       details_html: Lisätietoja karttailmoituksesta löytyy osoitteesta %{url}.
     changeset_comment_notification:
       hi: Hei %{to_user}!
-      greeting: Hei,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} on kommentoinut muutoskokoelmaasi'
         subject_other: '[OpenStreetMap] %{commenter} on kommentoinut sinua kiinnostavaa
@@ -1736,7 +1698,6 @@ fi:
     message_summary:
       unread_button: Merkitse lukemattomaksi
       read_button: Merkitse luetuksi
-      reply_button: Vastaa
       destroy_button: Poista
     new:
       title: Lähetä viesti
@@ -1752,7 +1713,6 @@ fi:
       body: Valitettavasti tällä ID-tunnuksella ei ole viestiä.
     outbox:
       title: Lähetetyt
-      actions: Toiminnot
       messages:
         one: Kansiossa on %{count} lähetetty viesti.
         other: Kansiossa on %{count} lähetettyä viestiä.
@@ -1839,15 +1799,14 @@ fi:
       failure: Profiilia ei voitu päivittää.
   sessions:
     new:
-      title: Kirjautumissivu
       tab_title: Kirjaudu
       email or username: Sähköpostiosoite tai käyttäjätunnus
       password: Salasana
       remember: Pidä minut sisäänkirjautuneena
       lost password link: Unohditko salasanasi?
       login_button: Kirjaudu sisään
-      register now: Rekisteröidy
-      with external: 'Voit myös kirjautua jonkun muun palvelun tunnuksilla:'
+      with external: 'tai kirjaudu jonkun muun palvelun tunnuksilla:'
+      or: tai
       auth failure: Kirjautuminen epäonnistui.
     destroy:
       title: Kirjaudu ulos
@@ -1874,9 +1833,21 @@ fi:
     richtext_field:
       edit: Muokkaa
       preview: Esikatsele
+    pagination:
+      diary_comments:
+        older: Vanhemmat kommentit
+        newer: Uudemmat kommentit
+      diary_entries:
+        older: Vanhempia...
+        newer: Uudempia...
+      traces:
+        older: Vanhat jäljet
+        newer: Uudet jäljet
+      users:
+        older: Vanhemmat käyttäjät
+        newer: Uudemmat käyttäjät
   site:
     about:
-      next: Seuraava
       heading_html: '%{copyright}OpenStreetMap %{br} kartoittajat'
       used_by_html: Tuhannet verkkosivustot, mobiilisovellukset ja laitteistot käyttävät
         %{name}-karttaa
@@ -1981,6 +1952,8 @@ fi:
         contributors_at_cc_by_at_with_amendments: CC-BY AT -lisenssillä tietyin muutoksin
         contributors_au_australia: Australia
         contributors_au_geoscape_australia: Geoscape Australia
+        contributors_au_cc_licence: Creative Commons Nimeä 4.0 Kansainvälinen (CC
+          BY 4.0)
         contributors_ca_credit_html: |-
           %{canada}: Sisältää karttatietoja GeoBasesta&reg;, GeoGratisista (&copy; Department of Natural
           Resources Canada), CanVecista (&copy; Department of Natural
@@ -1988,6 +1961,8 @@ fi:
           Statistics Canada).
         contributors_ca_canada: Kanada
         contributors_cz_czechia: Tšekki
+        contributors_cz_cc_licence: Creative Commons Nimeä 4.0 Kansainvälinen (CC
+          BY 4.0)
         contributors_fi_credit_html: '%{finland}: Sisältää karttatietoja Maanmittauslaitoksen
           maastotietokannasta ja muista lähteistä %{nlsfi_license_link} mukaisesti.'
         contributors_fi_finland: Suomi
@@ -2048,8 +2023,6 @@ fi:
       user_page_link: käyttäjätiedot
       anon_edits_link_text: Perustelut (englanniksi) julkisuusvaatimukselle.
       id_not_configured: iD-ohjelmaa ei ole asetettu
-      no_iframe_support: Käytössä oleva selain ei tue HTML-kehyksiä, joka vaaditaan
-        tämän toiminnon käyttämiseen.
     export:
       title: Alueen vienti
       manually_select: Valitse pienempi alue
@@ -2135,10 +2108,8 @@ fi:
       get_help_here: Hae apua täältä
     sidebar:
       search_results: Hakutulokset
-      close: Sulje
     search:
       search: Haku
-      get_directions: Hae reittiohjeet
       get_directions_title: Hae reittiohjeet kahden paikan välille
       from: Lähtöpaikka
       to: Määränpää
@@ -2313,8 +2284,6 @@ fi:
       visibility_help: Mitä tämä tarkoittaa?
     update:
       updated: Jälki päivitetty
-    trace_optionals:
-      tags: Ominaisuustiedot
     show:
       title: Näytetään jälkeä %{name}
       heading: Näytetään jälkeä %{name}
@@ -2364,13 +2333,8 @@ fi:
       my_traces: Omat jäljet
       traces_from: Julkiset jäljet käyttäjältä %{user}
       remove_tag_filter: Poista tunnistesuodatin
-    page:
-      older: Vanhat jäljet
-      newer: Uudet jäljet
     destroy:
       scheduled_for_deletion: Jälki on poistojonossa.
-    make_public:
-      made_public: Jäljestä tehtiin julkinen
     offline_warning:
       message: GPX-tiedostojen tallennus ei ole tällä hetkellä käytettävissä
     offline:
@@ -2388,8 +2352,6 @@ fi:
     require_cookies:
       cookies_needed: Selaimen evästeet on otettu pois päältä - salli evästeiden käyttö
         selaimessasi ennen jatkamista.
-    require_admin:
-      not_an_admin: Vain pääkäyttäjät voivat käyttää tätä toimintoa.
     setup_user_auth:
       blocked_zero_hour: Olet saanut kiireellisen viestin OpenStreetMapin verkkopalvelussa.
         Viesti on luettava, ennen kuin karttaan voi tallentaa muutoksia.
@@ -2399,54 +2361,31 @@ fi:
         suostua, mutta ne täytyy lukea.
     settings_menu:
       account_settings: Käyttäjäasetukset
-      oauth1_settings: OAuth 1 -asetukset
       oauth2_applications: OAuth 2 -sovellukset
       oauth2_authorizations: OAuth 2 -käyttöoikeudet
       muted_users: Hiljennetyt käyttäjät
     auth_providers:
+      openid_url: OpenID-URL
+      openid_login_button: Jatka
       openid:
         title: Kirjaudu sisään OpenID:llä
-        alt: Kirjaudu sisään OpenID-osoitteella
+        alt: OpenID-logo
       google:
         title: Kirjaudu käyttämällä Google-tunnustasi
-        alt: Kirjaudu käyttämällä Google OpenID-tunnustasi
+        alt: Google-logo
       facebook:
         title: Kirjaudu Facebookin avulla
-        alt: Kirjaudu käyttämällä Facebook-tunnustasi
+        alt: Facebook-logo
       microsoft:
         title: Kirjaudu Microsoft-tilin avulla
-        alt: Kirjaudu sisään Microsoft-tililläsi
+        alt: Microsoft-logo
       github:
         title: Kirjaudu GitHubin avulla
-        alt: Kirjaudu GitHub-tilin avulla
+        alt: GitHub-logo
       wikipedia:
         title: Kirjaudu sisään Wikipedialla
-        alt: Kirjaudu sisään Wikipedia-tunnuksella
+        alt: Wikipedia-logo
   oauth:
-    authorize:
-      title: Salli tilisi käyttö
-      request_access_html: Sovellus %{app_name} pyytää pääsyä käyttäjätiliisi %{user}.
-        Tarkasta oikeudet, jotka tahdot antaa sovellukselle. Voit valita mielestäsi
-        sopivat oikeudet.
-      allow_to: 'Salli asiakassovelluksen:'
-      allow_read_prefs: lukea käyttäjäsi asetuksia
-      allow_write_prefs: muokata käyttäjäsi asetuksia
-      allow_write_diary: kirjoita päiväkirjamerkintöjä, kommentoi ja löydä kavereita.
-      allow_write_api: muokata karttaa
-      allow_read_gpx: lukea yksityisiä GPS-jälkiäsi
-      allow_write_gpx: tallenna GPS-jälkiä.
-      allow_write_notes: Muokkaa karttailmoituksia.
-      grant_access: Myönnä oikeudet
-    authorize_success:
-      title: Valtuutuspyyntö hyväksytty
-      allowed_html: Sovellukselle %{app_name} on myönnetty käyttöoikeus käyttäjätiliisi.
-      verification: Vahvistuskoodi on %{code}.
-    authorize_failure:
-      title: Valtuutuspyyntö epäonnistui
-      denied: Sovelluksen %{app_name} käyttöoikeus käyttäjätiliisi on poistettu.
-      invalid: Tunnistuspoletti ei kelpaa.
-    revoke:
-      flash: Olet poistanut sovelluksen %{application} käyttöoikeudet
     permissions:
       missing: Et ole sallinut sovelluksen käyttöoikeutta tähän palveluun
     scopes:
@@ -2460,47 +2399,6 @@ fi:
       write_notes: Karttailmoitusten muokkaaminen
       read_email: Lue käyttäjän sähköpostiosoite
       skip_authorization: Hyväksy hakemus automaattisesti
-  oauth_clients:
-    new:
-      title: Rekisteröi uusi sovellus
-    edit:
-      title: Muokkaa sovellustasi
-    show:
-      title: OAuth-tiedot sovellukselle %{app_name}
-      key: 'Kuluttajan avain:'
-      secret: 'Kuluttajan salaisuus:'
-      url: 'Pyynnön URL-poletti:'
-      access_url: 'Käyttöoikeuspoletin URL-osoite:'
-      authorize_url: 'Valtuuta URL-osoite:'
-      support_notice: Tuemme HMAC-SHA1 (suositeltu) ja RSA-SHA1 allekirjoituksia.
-      edit: Muokkaa yksityiskohtia
-      delete: Poista asiakas
-      confirm: Oletko varma?
-      requests: 'Pyydetään seuraavia oikeuksia käyttäjältä:'
-    index:
-      title: OAuth-asetukset
-      my_tokens: Valtuutetut sovellukset
-      list_tokens: 'Seuraavat sovellukset ovat käyttäneet tätä käyttäjätunnusta:'
-      application: Sovelluksen nimi
-      issued_at: Käytetty viimeksi
-      revoke: Peruuta!
-      my_apps: Itse kehittämäni sovellukset
-      no_apps_html: Oletko kehittänyt sovelluksen, jonka haluaisit käyttävän %{oauth}-kirjautumismenetelmää?
-        Sovellus on rekisteröitävä, ennen kuin se voi lähettää kirjautumispyyntöjä
-        palveluun.
-      oauth: OAuth
-      registered_apps: 'Seuraavat sovellukset käyttävät käyttäjätunnustasi:'
-      register_new: Rekisteröi sovelluksesi
-    form:
-      requests: 'Sovellus pyytää lupaa:'
-    not_found:
-      sorry: Valitettavasti tyyppiä %{type} ei löydy.
-    create:
-      flash: Tiedot on lähetetty hyväksyttäväksi.
-    update:
-      flash: Sovelluksen tiedot on päivitetty.
-    destroy:
-      flash: Sovelluksen käyttöoikeus on poistettu.
   oauth2_applications:
     index:
       title: Omat asiakasohjelmistot
@@ -2555,22 +2453,25 @@ fi:
         nyt käytössä.
       support: tuki
       about:
-        header: Muokkaa vapaasti
+        header: Muokkaa vapaasti.
         paragraph_1: Toisin kuin muut karttapalvelut, OpenStreetMap on täysin tavallisten
           ihmisten luoma. Kuka tahansa voi korjata, päivittää, ladata ja käyttää sitä
           ilmaiseksi.
         paragraph_2: Osallistu projektiin luomalla käyttäjätunnus.
+        welcome: Tervetuloa OpenStreetMapiin
       display name description: Julkisesti näkyvä käyttäjänimi. Tätä voi myöhemmin
         muuttaa asetuksista.
       by_signing_up:
         html: Rekisteröitymällä hyväksyt %{tou_link}, %{privacy_policy_link} ja %{contributor_terms_link}.
         privacy_policy: tietosuojakäytäntö
-      external auth: 'Kolmannen osapuolen todennus:'
+        contributor_terms: osallistumisehdot
       continue: Rekisteröidy
       terms accepted: Kiitos uusien osallistujaehtojen hyväksymisestä!
       email_help:
+        privacy_policy: tietosuojakäytäntö
         html: Osoitetta ei näytetä julkisesti, lisätietoja on sivulla %{privacy_policy_link}.
       consider_pd_html: Pidän tuotoksiani %{consider_pd_link}.
+      or: tai
       use external auth: Kirjaudu toisen palvelun tunnuksilla
     terms:
       title: Ehdot
@@ -2587,14 +2488,13 @@ fi:
       consider_pd: Edellisen lisäksi katson lisäyksieni olevan tekijänoikeudettomia
         Public Domain -lisenssillä
       consider_pd_why: Mikä tämä on?
-      consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
       guidance_info_html: 'Vaihtoehtoisia lukutapoja: %{readable_summary_link} ja
         %{informal_translations_link}'
       readable_summary: selkokielinen yhteenveto (englanniksi)
       informal_translations: epäviralliset käännökset
       continue: Seuraava
       declined: https://wiki.openstreetmap.org/wiki/Fi:Contributor_Terms_Declined
-      decline: En hyväksy
+      cancel: Peruuta
       you need to accept or decline: Ennen jatkamista lue läpi osallistumisehdot ja
         hyväksy tai hylkää se.
       legale_select: 'Valitse asuinmaasi:'
@@ -2632,6 +2532,7 @@ fi:
       remove as friend: Poista kavereista
       add as friend: Lisää kaveriksi
       mapper since: 'Rekisteröitynyt:'
+      last map edit: 'Viimeisin karttamuokkaus:'
       ct status: 'Osallistumisehdot:'
       ct undecided: Ei valittu
       ct declined: Hylätty
@@ -2670,8 +2571,6 @@ fi:
       summary_no_ip_html: '%{name} luotu %{date}'
       empty: Käyttäjiä ei löytynyt.
     page:
-      older: Vanhemmat käyttäjät
-      newer: Uudemmat käyttäjät
       confirm: Vahvista valitut käyttäjät
       hide: Piilota valitut käyttäjät
     suspended:
@@ -2700,19 +2599,9 @@ fi:
       not_revoke_admin_current_user: Ei voida perua järjestelmänvalvojan roolia nykyiseltä
         käyttäjältä.
     grant:
-      title: Vahvista roolin myöntäminen
-      heading: Vahvista roolin myöntäminen
       are_you_sure: Haluatko varmasti lisätä käyttäjän ”%{name}” ryhmään ”%{role}”?
-      confirm: Vahvista
-      fail: Roolin ”%{role}” myöntäminen käyttäjälle ”%{name}” epäonnistui. Tarkista
-        että käyttäjä ja rooli ovat molemmat kelvollisia.
     revoke:
-      title: Vahvista roolin poistaminen
-      heading: Vahvista roolin poistaminen
       are_you_sure: Haluatko varmasti poistaa käyttäjän ”%{name}” ryhmästä ”%{role}”?
-      confirm: Vahvista
-      fail: Ryhmän ”%{role}” poistaminen käyttäjältä ”%{name}” epäonnistui. Tarkista
-        että käyttäjä ja ryhmä ovat molemmat kelvollisia.
   user_blocks:
     model:
       non_moderator_update: Sinun on oltava moderaattori luodaksesi tai muokataksesi
@@ -2741,14 +2630,6 @@ fi:
       title: Estetyt käyttäjät
       heading: Luettelo käyttäjän estoista
       empty: Ei estoja.
-    revoke:
-      title: Esto %{block_on} poistetaan
-      heading_html: Poistetaan käyttäjän %{block_on} esto, jonka oli tehnyt %{block_by}
-      time_future_html: Tämä esto päättyy %{time} kuluttua.
-      past_html: Tämä esto päättyi %{time} ja sitä ei voida poistaa.
-      confirm: Oletko varma, että haluat poistaa tämän eston?
-      revoke: Poista!
-      flash: Tämä esto on poistettu
     helper:
       time_future_html: Päättyy %{time} kuluttua.
       until_login: Aktiivinen kunnes käyttäjä kirjautuu sisään.
@@ -2785,19 +2666,14 @@ fi:
       created: Luotu
       duration: 'Kesto:'
       status: Tila
-      show: Näytä
       edit: Muokkaa
-      revoke: Estä!
-      confirm: Oletko varma?
       reason: 'Syy estoon:'
       revoker: 'Estäjä:'
-      needs_view: Käyttäjän täytyy kirjautua sisään ennen kuin esto poistuu.
     block:
       not_revoked: (ei kumottu)
       show: Näytä
       edit: Muokkaa
-      revoke: Estä!
-    blocks:
+    page:
       display_name: Estetty käyttäjä
       creator_name: Tekijä
       reason: Eston syy
@@ -2848,6 +2724,7 @@ fi:
       reactivate: Avaa uudelleen
       comment_and_resolve: Kommentoi + ratkaise
       comment: Kommentoi
+      log_in_to_comment: Kirjaudu sisään kommentoidaksesi tätä karttailmoitusta
       report_link_html: Jos tämä karttailmoitus sisältää arkaluontoisia tietoja, jotka
         on poistettava, voit %{link}.
       other_problems_resolved: Kaikkiin muihin ongelmiin riittää ratkaisu.
@@ -2858,11 +2735,18 @@ fi:
       intro: Huomasitko virheen tai puuttuvan kohteen? Ilmoita siitä muille kartoittajille,
         jolloin virhe voidaan korjata. Siirrä merkkipiste oikeaan kohtaan ja kirjoita
         selite ongelmasta.
+      anonymous_warning_html: Et ole kirjautunut sisään. %{log_in} tai %{sign_up},
+        jos haluat saada päivityksiä karttailmoituksestasi.
+      anonymous_warning_log_in: Kirjaudu sisään
       anonymous_warning_sign_up: rekisteröidy
       advice: Merkintä näkyy julkisesti kaikille, älä kirjoita henkilökohtaisia tietoja.
         Aineistoa kehitetään palautteen perusteella, minkä takia älä käytä lähteenä
         muita karttoja tai hakemistoja.
       add: Lähetä ilmoitus
+    notes_paging_nav:
+      showing_page: Sivu %{page}
+      next: Seuraava
+      previous: Edellinen
   javascripts:
     close: Sulje
     share:
index 93559824487a275ceff650a77439474147865981..d83512221afb23eea8b3c38279c7476ed32d16ec 100644 (file)
@@ -33,10 +33,6 @@ fit:
         create: Luo esto
         update: Päivitä esto
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: '"%s" ei näytä olevan kelvollinen e-postiatressi'
-        email_address_not_routable: reittiohjeet eivät ole saatavilla
     models:
       acl: Pääsyoikeuslista
       changeset: Muutoskokoelma
@@ -276,21 +272,21 @@ fit:
       introduction: Näytä luettelo lähistön karttakohteista knapauttamalla karthaa.
       nearby: Lähistön karttakohteet
       enclosing: Ympäröivät karttakohteet
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Käyttäjä %{author} kommentoi muutoskokoelmaa #%{changeset_id}'
+        commented_at_by_html: '%{user} päivittänyt %{when}'
+      show:
+        title_all: Keskustelu OpenStreetMapin muutoskokoelmasta
+        title_particular: 'OpenStreetMap muutoskokoelma #%{changeset_id} keskustelu'
+      timeout:
+        sorry: Valitettavasti pyytämäsi muutoskokoelmien kommenttien hakeminen kesti
+          liian kauan.
   changesets:
-    changeset_paging_nav:
-      showing_page: Sivu %{page}
-      next: Seuraava »
-      previous: « Eelinen
     changeset:
-      anonymous: Tuntematon
       no_edits: (ei mookkauksia)
       view_changeset_details: Näytä muutoskokoelman tarkemmat tieot
-    changesets:
-      id: Tunniste
-      saved_at: Säästetty
-      user: Käyttäjä
-      comment: Kommentti
-      area: Alue
     index:
       title: Muutoskokoelmat
       title_user: Käyttäjän %{user} muutoskokoelmat
@@ -328,18 +324,6 @@ fit:
     timeout:
       sorry: Valitettavasti pyytämäsi muutoskokoelmien listan hakeminen kesti liian
         kauan.
-  changeset_comments:
-    comment:
-      comment: 'Käyttäjä %{author} kommentoi muutoskokoelmaa #%{changeset_id}'
-      commented_at_by_html: '%{user} päivittänyt %{when}'
-    comments:
-      comment: 'Uusi kommentti käyttäjän %{author} muutoskokoelmassa #%{changeset_id}'
-    index:
-      title_all: Keskustelu OpenStreetMapin muutoskokoelmasta
-      title_particular: 'OpenStreetMap muutoskokoelma #%{changeset_id} keskustelu'
-    timeout:
-      sorry: Valitettavasti pyytämäsi muutoskokoelmien kommenttien hakeminen kesti
-        liian kauan.
   dashboards:
     contact:
       km away: '%{count} kilometrin päässä'
@@ -366,8 +350,6 @@ fit:
       no_entries: Päiväkirjassa ei ole merkintöjä.
     page:
       recent_entries: Uusimmat päiväkirjamerkinnät
-      older_entries: Vanhempia...
-      newer_entries: Uuempia...
     edit:
       title: Mookkaa päiväkirjamerkintää
       marker_text: Päiväkirjamerkinnän sijainti
@@ -403,8 +385,6 @@ fit:
       report: Ilmianna kommentti
     location:
       location: 'Paikka:'
-      view: Näytä
-      edit: Mookkaa
     feed:
       user:
         title: Käyttäjän %{user} OpenStreetMap-päiväkirjamerkinnät
@@ -421,8 +401,6 @@ fit:
       post: Kommentti
       when: Taatumi
       comment: Kommentti
-      newer_comments: Uuemmat kommentit
-      older_comments: Vanhemmat kommentit
   friendships:
     make_friend:
       button: Lissää ystäväksi
@@ -489,10 +467,6 @@ fit:
         tourism:
           museum: Myseymmi
           zoo: Elläintarha
-      types:
-        cities: Kaupunkit
-        towns: Kylät
-        places: Paikat
     results:
       no_results: Ei hakuresyltaatteja
       more_results: Lissää resyltaatteja
@@ -506,18 +480,18 @@ fit:
       not_updated: Ei päivitetty
       search: Hakea
       search_guidance: 'Eti tapauksia:'
+      states:
+        open: Avvaa
+        resolved: Ratkaistu
+    page:
       user_not_found: Käyttäjää ei löydy
       issues_not_found: Tapahtumia ei löytynyt
       status: Tila
       reports: Ilmiannot
       last_updated: Päivitetty
-      link_to_reports: Näytä ilmiannot
       reports_count:
         one: 1 ilmotus
         other: '%{count} ilmiantoa'
-      states:
-        open: Avvaa
-        resolved: Ratkaistu
     show:
       title: '%{status} Tapaus #%{issue_id}'
       reports:
@@ -578,20 +552,13 @@ fit:
     history: Histuuria
     export: Eksporteeraus
     issues: Ilmiannot
-    data: Tieot
-    export_data: Exporteeraa tiedostona
     gps_traces: GPS-jäljet
-    gps_traces_tooltip: Hallitse GPS-jälkiä
     user_diaries: Päiväkirjamerkinnät
-    user_diaries_tooltip: Näytä käyttäjän päiväkirjat
     edit_with: 'Mookkaa: %{editor}'
-    tag_line: Vapaa ja avvoin maailmankartta
     intro_header: Tervetuloa OpenStreetMaphiin!
-    intro_2_create_account: luomalla ensin käyttäjäkonttun
     tou: Käyttöehdot
     help: Apua
     about: Tästä
-    community: Föreeninki
     learn_more: Lue lissää
     more: Lissää
   user_mailer:
@@ -626,7 +593,6 @@ fit:
       greeting: Hei,
     changeset_comment_notification:
       hi: Hei %{to_user},
-      greeting: Hei,
       commented:
         partial_changeset_with_comment: kommentin kanssa '%{changeset_comment}'
         partial_changeset_without_comment: ei kommenttia
@@ -656,7 +622,6 @@ fit:
     message_summary:
       unread_button: Markeeraa lukemattomaksi
       read_button: Markeeraa luetuksi
-      reply_button: Vastaa
       destroy_button: Ota poies
     new:
       title: Lähätä viesti
@@ -711,20 +676,25 @@ fit:
       no home location: Kotopaikkaa ei ole vielä määritetty.
   sessions:
     new:
-      title: Lokkaussivu
       tab_title: Lokkaa
       email or username: 'E-postiatressi tai käyttäjänimi:'
       password: 'Salasana:'
       lost password link: Unhouttanu sinun salasanan?
       login_button: Lokkaa sisäle
-      register now: Luo konttu nyt
     destroy:
       title: Lokkaa ulos
       heading: Lokkaa ulos OpenStreetMapista
       logout_button: Lokkaa ulos
+  shared:
+    pagination:
+      diary_comments:
+        older: Vanhemmat kommentit
+        newer: Uuemmat kommentit
+      diary_entries:
+        older: Vanhempia...
+        newer: Uuempia...
   site:
     about:
-      next: Seuraava
       used_by_html: Tuhannet verkkosivustot, mupiilisovellukset ja laitteistot käyttävät
         %{name}-karttaa
       lede_text: OpenStreetMapia rakentavat vapaaehtoiset yhteisön jäsenet, jotka
@@ -792,7 +762,6 @@ fit:
         title: OpenStreetMap wiki
     sidebar:
       search_results: Hakuresyltaatit
-      close: Sulje
     search:
       search: Haku
       from: Lähtöpaikka
@@ -842,13 +811,6 @@ fit:
         title: Lokkaa sisäle Feispukilla
       wikipedia:
         title: Lokkaa sisäle Wikipeetialla
-  oauth_clients:
-    edit:
-      title: Mookkaa sovellustasi
-    show:
-      edit: Mookkaa yksityiskohtia
-      delete: Ota poies kynti
-      confirm: Oletko varma?
   users:
     new:
       title: Luo konttu
@@ -900,6 +862,8 @@ fit:
       comment: Kommentoi
     new:
       title: Uusi karttailmoitus
+    notes_paging_nav:
+      showing_page: Sivu %{page}
   javascripts:
     close: Sulje
     share:
index 927f284c3df46075e32042832521ba3bc5a98a48..7ad0f537abee3ea24c1389551086dd9f5d3edca0 100644 (file)
@@ -6,7 +6,6 @@
 # Author: Adriendelucca
 # Author: Ajeje Brazorf
 # Author: Alno
-# Author: Amire80
 # Author: Antimuonium
 # Author: BlueCamille
 # Author: Boniface
 # Author: Linedwell
 # Author: Litlok
 # Author: Ljubinka
+# Author: LouisXIV
 # Author: Ltrlg
 # Author: Lucky
 # Author: Lulucmy
 # Author: MacOS Weed
 # Author: Macofe
+# Author: Mahabarata
 # Author: Manaviko
 # Author: Mathieu
 # Author: McDutchie
 # Author: SleaY
 # Author: StephaneP
 # Author: Syl
+# Author: Tacsipacsi
+# Author: Terio legale
 # Author: The RedBurn
 # Author: Thibaut120094
 # Author: Trial
 # Author: Tuxxic
 # Author: Urhixidur
+# Author: VALENTIN NVJ
 # Author: VIGNERON
 # Author: Vcalame
 # Author: Vega
@@ -150,8 +154,6 @@ fr:
   activerecord:
     errors:
       messages:
-        invalid_email_address: ne semble pas être une adresse de courriel valide
-        email_address_not_routable: n’est pas routable
         display_name_is_user_n: ne peut pas être user_n à moins que n ne soit votre
           identifiant d’utilisateur
       models:
@@ -232,7 +234,7 @@ fr:
         longitude: Longitude
         public: Public
         description: Description
-        gpx_file: Téléverser un fichier GPX
+        gpx_file: Choisir le fichier de trace GPS
         visibility: Visibilité
         tagstring: Balises
       message:
@@ -319,6 +321,7 @@ fr:
         other: il y a %{count} ans
   printable_name:
     with_name_html: '%{name} (%{id})'
+    current_and_old_links_html: '%{current_link}, %{old_link}'
   editor:
     default: Par défaut (actuellement %{name})
     id:
@@ -415,7 +418,7 @@ fr:
           et accepter les nouvelles Conditions de contribution.
         agreed_with_pd: Vous avez également déclaré que vous considérez vos modifications
           comme relevant du domaine public.
-        link: https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms/FR
+        link: https://osmfoundation.org/wiki/Licence/Contributor_Terms/FR
         link text: qu’est-ce ?
       save changes button: Enregistrer les modifications
       delete_account: Supprimer le compte…
@@ -507,7 +510,7 @@ fr:
         note: note
     timeout:
       title: Erreur de dépassement du délai d’attente
-      sorry: Désolé, obtenir les données pour l’objet %{type} d’identifiant %{id}
+      sorry: Désolé, l'extraction des données pour le %{type} avec l'identifiant %{id}
         a pris trop de temps.
       type:
         node: nœud
@@ -545,30 +548,52 @@ fr:
       introduction: Cliquer sur la carte pour trouver des objets à proximité.
       nearby: Objets à proximité
       enclosing: Objets englobants
+  nodes:
+    timeout:
+      sorry: Désolé, l'extraction des données du nœud avec l'identifiant %{id} a pris
+        trop de temps.
   old_nodes:
     not_found:
       sorry: Désolé, la version %{version} du nœud %{id} est introuvable.
+    timeout:
+      sorry: Désolé, l'historique du nœud avec l'ID %{id} a pris trop de temps à récupérer.
+  ways:
+    timeout:
+      sorry: Désolé, les données du chemin avec l'ID %{id} ont pris trop de temps
+        à récupérer.
   old_ways:
     not_found:
       sorry: Désolé, la version %{version} du chemin %{id} est introuvable.
+    timeout:
+      sorry: Désolé, l'historique du chemin avec l'identifiant %{id} a pris trop de
+        temps pour être récupéré.
+  relations:
+    timeout:
+      sorry: Désolé, l'extraction des données de la relation avec l'identifiant %{id}
+        a pris trop de temps.
   old_relations:
     not_found:
       sorry: Désolé, la version %{version} de la relation %{id} est introuvable.
+    timeout:
+      sorry: Désolé, l'historique de la relation avec l'identifiant %{id} a pris trop
+        de temps pour être récupéré.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Nouveau commentaire sur le groupe de modifications nº %{changeset_id}
+          par %{author}
+        commented_at_by_html: Mis à jour le %{when} par %{user}
+      show:
+        title_all: Discussion sur le groupe de modifications OpenStreetMap
+        title_particular: Discussion sur le groupe de modifications OpenStreetMap
+          %{changeset_id}
+      timeout:
+        sorry: Désolé, récupérer les commentaires du groupe de modifications que vous
+          avez demandés a pris trop de temps.
   changesets:
-    changeset_paging_nav:
-      showing_page: Page %{page}
-      next: Suivant ›
-      previous: ‹ Précédent
     changeset:
-      anonymous: Anonyme
       no_edits: (aucune modification)
       view_changeset_details: Afficher les détails du groupe de modifications
-    changesets:
-      id: Identifiant
-      saved_at: Enregistré vers
-      user: Utilisateur
-      comment: Commentaire
-      area: Zone
     index:
       title: Groupes de modifications
       title_user: Groupes de modifications par %{user}
@@ -598,7 +623,6 @@ fr:
       title: Groupe de modifications %{id}
       created_by_html: Créé par %{link_user} le %{created}.
     no_such_entry:
-      title: Aucun ensemble de modifications de ce type
       heading: 'Aucune entrée avec l’identifiant : %{id}'
       body: Désolé, il n’y a aucun groupe de modifications avec l’identifiant %{id}.
         Peut-être avez-vous fait une erreur en le recopiant ou suivi un lien erroné ?
@@ -633,20 +657,6 @@ fr:
     timeout:
       sorry: Désolé, récupérer la liste des groupes de modifications que vous avez
         demandée a pris trop de temps.
-  changeset_comments:
-    comment:
-      comment: Nouveau commentaire sur le groupe de modifications nº %{changeset_id}
-        par %{author}
-      commented_at_by_html: Mis à jour le %{when} par %{user}
-    comments:
-      comment: Nouveau commentaire sur le groupe de modifications %{changeset_id}
-        par %{author}
-    index:
-      title_all: Discussion sur le groupe de modifications OpenStreetMap
-      title_particular: Discussion sur le groupe de modifications OpenStreetMap %{changeset_id}
-    timeout:
-      sorry: Désolé, récupérer les commentaires du groupe de modifications que vous
-        avez demandés a pris trop de temps.
   dashboards:
     contact:
       km away: à %{count} km
@@ -688,8 +698,6 @@ fr:
       no_entries: Aucune entrée de journal
     page:
       recent_entries: Entrées récentes du journal
-      older_entries: Entrées plus anciennes
-      newer_entries: Entrées plus récentes
     edit:
       title: Modifier l’entrée du journal
       marker_text: Emplacement de l’entrée du journal
@@ -730,8 +738,6 @@ fr:
       report: Signaler ce commentaire
     location:
       location: 'Emplacement :'
-      view: Afficher
-      edit: Modifier
       coordinates: '%{latitude} ; %{longitude}'
     feed:
       user:
@@ -760,8 +766,6 @@ fr:
       post: Billet
       when: Quand
       comment: Commentaire
-      newer_comments: Commentaires plus récents
-      older_comments: Commentaires plus anciens
     new:
       heading: Ajouter un commentaire à cette discussion ?
   doorkeeper:
@@ -839,7 +843,6 @@ fr:
   geocoder:
     search:
       title:
-        results_from_html: Résultats de %{results_link}
         latlon: Interne
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1007,6 +1010,7 @@ fr:
           college: Bâtiment d’enseignement supérieur
           commercial: Bâtiment de bureaux
           construction: Bâtiment en construction
+          cowshed: Étable
           detached: Maison isolée
           dormitory: Dortoir
           duplex: Maison en duplex
@@ -1036,6 +1040,7 @@ fr:
           shed: Cabanon
           stable: Écurie
           static_caravan: Caravane
+          sty: Porcherie
           temple: Bâtiment de temple
           terrace: Rangée de bâtiments
           train_station: Bâtiment de gare ferroviaire
@@ -1614,10 +1619,6 @@ fr:
         level9: Limite de village ou arrondissement municipal
         level10: Limite de quartier
         level11: Frontière de voisinage
-      types:
-        cities: Grandes villes
-        towns: Petites villes
-        places: Lieux
     results:
       no_results: Aucun résultat n’a été trouvé
       more_results: Plus de résultats
@@ -1631,13 +1632,18 @@ fr:
       not_updated: Non mis à jour
       search: Rechercher
       search_guidance: 'Problèmes de recherche :'
+      states:
+        ignored: Ignoré
+        open: Ouvert
+        resolved: Résolu
+    page:
       user_not_found: L’utilisateur ou l’utilisatrice n’existe pas
       issues_not_found: Aucun problème trouvé de ce type
+      reported_user: Utilisateur signalé
       status: État
       reports: Rapports
       last_updated: Dernière mise à jour
       last_updated_time_ago_user_html: '%{time_ago} par %{user}'
-      link_to_reports: Afficher les rapports
       reports_count:
         one: '%{count} rapport'
         other: '%{count} rapports'
@@ -1735,18 +1741,12 @@ fr:
     history: Historique
     export: Exporter
     issues: Problèmes
-    data: Données
-    export_data: Exporter les données
     gps_traces: Traces GPS
-    gps_traces_tooltip: Gérer les traces GPS
     user_diaries: Journaux des utilisateurs
-    user_diaries_tooltip: Voir les journaux d’utilisateurs
     edit_with: Modifier avec %{editor}
-    tag_line: La carte wiki libre du monde
     intro_header: Bienvenue dans OpenStreetMap !
     intro_text: OpenStreetMap est une carte du monde, créée par des gens comme vous
       et libre d’utilisation sous licence libre.
-    intro_2_create_account: Créez un compte d’utilisateur
     hosting_partners_2024_html: L’hébergement est pris en charge par %{fastly}, %{corpmembers},
       et d’autres %{partners}.
     partners_fastly: Fastly
@@ -1758,17 +1758,10 @@ fr:
     osm_read_only: La base de données OpenStreetMap est actuellement en mode lecture
       seule ; une maintenance essentielle à son bon fonctionnement est en cours.
     nothing_to_preview: Rien à voir en avant.
-    donate: Soutenez OpenStreetMap, %{link} au fonds de mise à niveau du matériel.
     help: Aide
     about: À propos
     copyright: Droits d’auteur
     communities: Communautés
-    community: Communauté
-    community_blogs: Blogues de la communauté
-    community_blogs_title: Blogues de membres de la communauté OpenStreetMap
-    make_a_donation:
-      title: Soutenez OpenStreetMap avec un don financier
-      text: Faire un don
     learn_more: En savoir plus
     more: Plus
   user_mailer:
@@ -1808,17 +1801,21 @@ fr:
       befriend_them: 'Vous pouvez également l’ajouter comme ami(e) ici : %{befriendurl}.'
       befriend_them_html: Vous pouvez aussi l’ajouter comme ami à l’adresse %{befriendurl}.
     gpx_description:
-      description_with_tags: Il semble que votre fichier GPX « %{trace_name} » avec
-        la description « %{trace_description} » et les balises « %{tags} »
-      description_with_tags_html: Il semble que votre fichier GPX « %{trace_name} »
-        avec la description « %{trace_description} » et les balises « %{tags} »
-      description_with_no_tags: Il semble que votre fichier GPX « %{trace_name} »
-        avec la description « %{trace_description} » et sans balise
-      description_with_no_tags_html: Il semble que votre fichier GPX « %{trace_name} »
-        avec la description « %{trace_description} » et sans balise
+      description_with_tags: 'Il semble que votre fichier %{trace_name} avec la description
+        %{trace_description} et les balises suivantes : %{tags}'
+      description_with_tags_html: 'Il semble que votre fichier %{trace_name} avec
+        la description %{trace_description} et les balises suivantes : %{tags}'
+      description_with_no_tags: Il semble que votre fichier %{trace_name} avec la
+        description %{trace_description} et sans balises
+      description_with_no_tags_html: Il semble que votre fichier %{trace_name} avec
+        la description %{trace_description} et sans balises
     gpx_failure:
       hi: Bonjour %{to_user},
-      failed_to_import: 'n’a pas pu être importé. Voici l’erreur :'
+      failed_to_import: 'échec de l''importation en tant que fichier de trace GPS.
+        Veuillez vérifier que votre fichier est un fichier GPX valide ou une archive
+        contenant des fichiers GPX au format pris en charge (.tar.gz, .tar.bz2, .tar,
+        .zip, .gpx.gz, .gpx.bz2). Votre fichier pourrait-il présenter un problème
+        de format ou de syntaxe ? Voici l''erreur d''importation :'
       more_info: Vous trouverez plus d’informations sur les échecs d’import GPX et
         comment les éviter à l’adresse %{url}.
       more_info_html: Vous trouverez plus d’informations sur les échecs d’import GPX
@@ -1902,7 +1899,6 @@ fr:
     changeset_comment_notification:
       description: 'Groupe de modifications OpenStreetMap #%{id}'
       hi: Bonjour %{to_user},
-      greeting: Bonjour,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} a commenté un de vos groupes de
           modifications'
@@ -1980,7 +1976,6 @@ fr:
     message_summary:
       unread_button: Marquer comme non lu
       read_button: Marquer comme lu
-      reply_button: Répondre
       destroy_button: Supprimer
       unmute_button: Déplacer vers la boîte de réception
     new:
@@ -1997,7 +1992,6 @@ fr:
       body: Désolé, il n’y a aucun message avec cet identifiant.
     outbox:
       title: Boîte d’envoi
-      actions: Actions
       messages:
         one: Vous n’avez aucun message envoyé
         other: Vous avez %{count} messages envoyés
@@ -2010,7 +2004,7 @@ fr:
         one: un ancien message
         other: '%{count} anciens messages'
     reply:
-      wrong_user: Vous êtes identifié(e) sous le nom `%{user}' mais le message auquel
+      wrong_user: Vous êtes identifié(e) sous le nom « %{user} » mais le message auquel
         vous souhaitez répondre n’a pas été envoyé à cet utilisateur. Veuillez vous
         connecter avec l’identifiant correct pour pouvoir répondre.
     show:
@@ -2019,9 +2013,9 @@ fr:
       unread_button: Marque comme non lu
       destroy_button: Supprimer
       back: Retour
-      wrong_user: Vous êtes identifié comme « %{user} » mais le message que vous avez
-        demandé de lire n’a pas été envoyé par cet utilisateur, ni ne lui a été destiné.
-        Veuillez vous connecter avec le bon identifiant pour pouvoir le lire.
+      wrong_user: Vous êtes identifié(e) sous le nom « %{user} » mais le message que
+        vous souhaitez lire n’a pas été envoyé par ou à cet utilisateur. Veuillez
+        vous connecter avec le bon identifiant pour pouvoir le voir.
     sent_message_summary:
       destroy_button: Supprimer
     heading:
@@ -2101,7 +2095,6 @@ fr:
       failure: Impossible de mettre à jour le profil.
   sessions:
     new:
-      title: Se connecter
       tab_title: Se connecter
       login_to_authorize_html: Connectez-vous à OpenStreetMap pour accéder à %{client_app_name}.
       email or username: 'Adresse de courriel ou nom d’utilisateur :'
@@ -2109,7 +2102,6 @@ fr:
       remember: Se souvenir de moi
       lost password link: Vous avez perdu votre mot de passe ?
       login_button: Se connecter
-      register now: S’inscrire maintenant
       with external: 'Vous pouvez également utiliser un service tiers pour vous connecter :'
       or: ou
       auth failure: Désolé, mais les informations fournies n’ont pas permis de vous
@@ -2126,6 +2118,7 @@ fr:
   shared:
     markdown_help:
       heading_html: Analysé avec %{kramdown_link}
+      kramdown_url: https://kramdown.gettalong.org/quickref.html
       headings: Titres
       heading: Titre
       subheading: Sous-titre
@@ -2143,9 +2136,27 @@ fr:
       edit: Modifier
       preview: Aperçu
       help: Aide
+    pagination:
+      diary_comments:
+        older: Commentaires plus anciens
+        newer: Commentaires plus récents
+      diary_entries:
+        older: Entrées plus anciennes
+        newer: Entrées plus récentes
+      issues:
+        older: Problèmes plus anciens
+        newer: Problèmes plus récents
+      traces:
+        older: Traces plus anciennes
+        newer: Traces plus récentes
+      user_blocks:
+        older: Blocs plus anciens
+        newer: Blocs plus récents
+      users:
+        older: Utilisateurs plus anciens
+        newer: Utilisateurs plus récents
   site:
     about:
-      next: Suivant
       heading_html: '%{copyright}contributeurs%{br} d’OpenStreetMap'
       used_by_html: '%{name} fournit les données cartographiques pour des milliers
         de sites web, d’applications mobiles et d’appareils'
@@ -2273,7 +2284,7 @@ fr:
         contributors_at_land_vorarlberg: Land de Vorarlberg
         contributors_at_land_vorarlberg_url: https://vorarlberg.at/-/wms-dienste
         contributors_at_cc_by_at_with_amendments: CC BY AT avec amendements
-        contributors_at_cc_by_at_with_amendments_url: https://www.tirol.gv.at/sicherheit/geoinformationen-karten/
+        contributors_at_cc_by_at_with_amendments_url: https://www.tirol.gv.at/data/nutzungsbedingungen/
         contributors_au_credit_html: |-
           %{australia} : incorpore ou est développé à l'aide des Limites administratives © %{geoscape_australia_link}
           sous licence du Commonwealth d’Australie sous %{cc_licence_link}.
@@ -2394,8 +2405,6 @@ fr:
       anon_edits_html: (%{link})
       anon_edits_link_text: Trouvez pourquoi ici.
       id_not_configured: iD n’a pas été configuré
-      no_iframe_support: Votre navigateur ne prend pas en charge les ''iframes HTML'',
-        qui sont nécessaires pour cette fonctionnalité.
     export:
       title: Exporter
       manually_select: Sélectionner manuellement une autre zone
@@ -2505,10 +2514,8 @@ fr:
       welcome_mat: Découvrez le Tapis de bienvenue
     sidebar:
       search_results: Résultats de la recherche
-      close: Fermer
     search:
       search: Recherche
-      get_directions: Obtenir les directions
       get_directions_title: Trouvez des itinéraires entre deux points
       from: De
       to: À
@@ -2589,6 +2596,9 @@ fr:
           hospital: Hôpital
           building: Bâtiment important
           station: Gare ferroviaire
+          railway_halt: Gare ferroviaire
+          subway_station: Station de métro
+          tram_stop: Arrêt de tramway
           summit: Sommet
           peak: Pic
           tunnel: Bordure pointillée = tunnel
@@ -2597,7 +2607,6 @@ fr:
           destination: Accès réservé aux riverains
           construction: Routes en construction
           bus_stop: Arrêt de bus
-          stop: Arrêter
           bicycle_shop: Magasin de vélos
           bicycle_rental: Location de vélos
           bicycle_parking: Parking à vélos
@@ -2663,26 +2672,25 @@ fr:
     communities:
       title: Communautés
       lede_text: |-
-        Des personnes du monde entier utilisent ou contribuent à OpenStreetMap.
-        Alors que beaucoup participent en tant qu’individus, d’autres ont formé des communautés.
-        Ces groupes sont de tailles variées et représentent des zones géographiques allant des petites villes aux grandes régions multi-pays.
-        Ils peuvent aussi être formels ou informels.
+        Des personnes du monde entier contribuent ou utilisent OpenStreetMap. Alors que beaucoup participent de manière individuelle, d’autres ont formé des communautés.
+        Ces groupes sont de tailles diverses et rassemblent des zones géographiques allant de petites villes à de grands territoires multi pays.
+        Ils peuvent aussi être officiels ou non.
       local_chapters:
-        title: Chapitres locaux
-        about_text: Les chapitres locaux sont des groupes au niveau national ou régional
-          qui ont pris la décision formelle d’établir des entités juridiques à but
-          non lucratif. Ils représentent la carte et les cartographes de la région
-          lorsqu’ils traitent avec le gouvernement local, les entreprises et les médias.
-          Ils ont également formé une affiliation avec la Fondation OpenStreetMap
-          (OSMF), en fournissant un lien vers l’organe directeur au plan juridique
-          et du droit d’auteur.
-        list_text: 'Les communautés suivantes sont officiellement établies en tant
-          que chapitres locaux :'
+        title: Sections locales
+        about_text: Les Sections Locales sont des groupes de niveau national ou régional
+          qui ont pris la décision formelle de devenir des entités juridiques à but
+          non lucratif. Elles représentent une zone géographique et les cartographes
+          y travaillant lorsqu’elles traitent avec les pouvoirs publics, les entreprises
+          et les médias locaux. Elles sont également affiliées à la Fondation OpenStreetMap
+          (OSMF), ce qui leur donne un lien avec l’instance dirigeante au niveau juridique
+          et des droits d’auteur.
+        list_text: 'Les communautés suivantes sont officiellement définies en tant
+          que Sections Locales :'
       other_groups:
         title: Autres groupes
         other_groups_html: |-
-          Il n’est pas nécessaire d’établir formellement un groupe dans la même mesure que les chapitres locaux.
-          En effet, de nombreux groupes existent avec beaucoup de succès en tant que rassemblement informel de personnes ou en tant que groupe communautaire. Chacun peut en créer ou en rejoindre un. En savoir plus sur la %{communities_wiki_link}.
+          Il n’est pas nécessaire de créer un nouveau groupe officiel ayant le même périmètre que les Sections Locales.
+          Par ailleurs, de nombreux groupes existent déjà avec grand succès en tant que rassemblement informel de personnes ou en tant que groupe communautaire. Vous pouvez les rejoindre ou bien créer le votre. Pour aller plus loin voir la %{communities_wiki_link}.
         communities_wiki: page wiki des communautés
         communities_wiki_url: https://wiki.openstreetmap.org/wiki/FR:User_group
   traces:
@@ -2721,8 +2729,6 @@ fr:
       visibility_help_url: https://wiki.openstreetmap.org/wiki/FR:Visibilit%C3%A9_des_traces_GPS
     update:
       updated: Trace mise à jour
-    trace_optionals:
-      tags: Mots-clés
     show:
       title: Affichage de la trace %{name}
       heading: Affichage de la trace %{name}
@@ -2776,13 +2782,8 @@ fr:
       my_traces: Mes traces
       traces_from: Traces publiques de %{user}
       remove_tag_filter: Retirer le filtre de balises
-    page:
-      older: Traces plus anciennes
-      newer: Traces plus récentes
     destroy:
       scheduled_for_deletion: Trace planifiée pour suppression
-    make_public:
-      made_public: Trace rendue publique
     offline_warning:
       message: Le système de téléversement de fichiers GPX est actuellement indisponible
     offline:
@@ -2797,14 +2798,10 @@ fr:
         other: Fichier GPX avec %{count} points de %{user}
       description_without_count: Fichier GPX de %{user}
   application:
-    basic_auth_disabled: 'L''authentification HTTP de base est désactivée : %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 et 1.0a sont désactivés : %{link}'
     permission_denied: Vous n’avez pas le droit d’accéder à cette action
     require_cookies:
       cookies_needed: Il semble que les témoins (cookies) soient désactivés dans votre
         navigateur. Veuillez les activer avant de continuer.
-    require_admin:
-      not_an_admin: Vous devez être un administrateur pour effectuer cette action.
     setup_user_auth:
       blocked_zero_hour: Vous avez un message urgent sur le site web OpenStreetMap.
         Vous devez lire le message avant de pouvoir enregistrer vos modifications.
@@ -2815,7 +2812,6 @@ fr:
         Vous n’avez pas besoin de les accepter, mais vous devez les visualiser.
     settings_menu:
       account_settings: Paramètres du compte
-      oauth1_settings: Paramètres OAuth 1
       oauth2_applications: Applications OAuth 2
       oauth2_authorizations: Droits OAuth 2
       muted_users: Utilisateurs silencieux
@@ -2841,33 +2837,6 @@ fr:
         title: Se connecter avec Wikipédia
         alt: Logo Wikipédia
   oauth:
-    authorize:
-      title: Autoriser l’accès à votre compte
-      request_access_html: L’application %{app_name} demande l’accès à votre compte,
-        %{user}. Veuillez vérifiez si vous désirez que l’application dispose des droits
-        suivants. Vous pouvez lui accorder autant ou aussi peu de droits que vous
-        le souhaitez.
-      allow_to: 'Autoriser l’application cliente à :'
-      allow_read_prefs: lire vos préférences utilisateur ;
-      allow_write_prefs: modifier vos préférences utilisateur ;
-      allow_write_diary: créer des entrées dans votre journal, faire des commentaires
-        et ajouter des ami(e)s ;
-      allow_write_api: modifier la carte.
-      allow_read_gpx: lire vos traces GPS privées ;
-      allow_write_gpx: téléverser des traces GPS.
-      allow_write_notes: modifier des notes.
-      grant_access: Accorder l’accès
-    authorize_success:
-      title: La demande d’autorisation a été acceptée
-      allowed_html: Vous avez accordé à l’application %{app_name} l’accès à votre
-        compte.
-      verification: Le code de vérification est %{code}.
-    authorize_failure:
-      title: La demande d’autorisation a échoué
-      denied: Vous avez refusé à l’application %{app_name} l’accès à votre compte.
-      invalid: Le jeton d’autorisation n’est pas valide.
-    revoke:
-      flash: Vous avez révoqué le jeton pour %{application}
     permissions:
       missing: Vous n’avez pas autorisé l’application à accéder à cette fonctionnalité
     scopes:
@@ -2888,49 +2857,6 @@ fr:
     for_roles:
       moderator: Cette autorisation concerne les actions disponibles uniquement pour
         les modérateurs
-  oauth_clients:
-    new:
-      title: Inscrire une nouvelle application
-      disabled: L'enregistrement d'applications OAuth 1 a été désactivé
-    edit:
-      title: Modifier votre application
-    show:
-      title: Détails OAuth pour %{app_name}
-      key: 'Clé de l’utilisateur :'
-      secret: 'Secret de l’utilisateur :'
-      url: 'URL du jeton de requête :'
-      access_url: 'URL du jeton d’accès :'
-      authorize_url: 'URL d’autorisation :'
-      support_notice: Nous prenons en charge les signatures HMAC-SHA1 (recommandé)
-        et RSA-SHA1.
-      edit: Modifier les détails
-      delete: Supprimer le client
-      confirm: Êtes-vous sûr ?
-      requests: 'Demande les permissions suivantes à l’utilisateur :'
-    index:
-      title: Mes détails OAuth
-      my_tokens: Mes applications enregistrées
-      list_tokens: 'Les jetons suivants ont été émis aux applications en votre nom :'
-      application: Nom de l’application
-      issued_at: Émis le
-      revoke: Révoquer !
-      my_apps: Mes applications clientes
-      no_apps_html: Avez-vous une application que vous aimeriez inscrire pour son
-        utilisation avec nous via le standard %{oauth} ? Vous devez inscrire votre
-        application web avant qu’elle puisse faire des requêtes OAuth sur ce service.
-      oauth: OAuth
-      registered_apps: 'Vous avez inscrit les applications clientes suivantes :'
-      register_new: Enregistrez votre application
-    form:
-      requests: 'Demander les permissions suivantes à l’utilisateur :'
-    not_found:
-      sorry: Désolé, ce %{type} n’a pas pu être trouvé.
-    create:
-      flash: Informations enregistrées avec succès
-    update:
-      flash: Informations du client enregistrées avec succès
-    destroy:
-      flash: Enregistrement de l’application cliente supprimé
   oauth2_applications:
     index:
       title: Mes applications clientes
@@ -3010,10 +2936,8 @@ fr:
         privacy_policy: politique de confidentialité
         privacy_policy_title: Politique de confidentialité de l’OSMF, qui comprend
           une section sur les adresses de courriel
-        contributor_terms_url: https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms/FR
+        contributor_terms_url: https://osmfoundation.org/wiki/Licence/Contributor_Terms/FR
         contributor_terms: Conditions de contribution
-      tou: conditions d'utilisation
-      external auth: 'Authentification tierce :'
       continue: S’inscrire
       terms accepted: Merci d’avoir accepté les nouveaux termes du contributeur !
       email_help:
@@ -3043,14 +2967,13 @@ fr:
       consider_pd: En plus de l’accord ci-dessus, je considère mes contributions comme
         étant dans le domaine public.
       consider_pd_why: qu’est-ce que ceci ?
-      consider_pd_why_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain
       guidance_info_html: 'Informations pour aider à comprendre ces termes : un %{readable_summary_link}
         et quelques %{informal_translations_link}'
       readable_summary: résumé lisible par un humain
       informal_translations: traductions informelles
       continue: Continuer
       declined: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
-      decline: Refuser
+      cancel: Annuler
       you need to accept or decline: Veuillez lire et ensuite soit accepter ou refuser
         les nouvelles Conditions du contributeur pour continuer.
       legale_select: 'Veuillez sélectionner votre pays de résidence :'
@@ -3139,8 +3062,6 @@ fr:
       summary_no_ip_html: '%{name} créé le %{date}'
       empty: Aucun utilisateur correspondant n’a été trouvé
     page:
-      older: Utilisateurs plus anciens
-      newer: Utilisateurs plus récents
       found_users:
         one: '%{count} utilisateur trouvé'
         other: '%{count} utilisateurs trouvés'
@@ -3176,21 +3097,11 @@ fr:
       not_revoke_admin_current_user: Impossible de retirer les droits d’administrateur
         pour l’utilisateur actuel.
     grant:
-      title: Confirmer l’octroi du rôle
-      heading: Confirmer l’octroi du rôle
       are_you_sure: Êtes-vous sûr de vouloir octroyer le rôle « %{role} » à l’utilisateur
         « %{name} » ?
-      confirm: Confirmer
-      fail: Impossible d’octroyer le rôle « %{role} » à l’utilisateur « %{name} ».
-        Vérifiez que l’utilisateur et le rôle sont valides.
     revoke:
-      title: Confirmer la révocation du rôle
-      heading: Confirmer la révocation du rôle
       are_you_sure: Êtes-vous sûr de vouloir révoquer le rôle « %{role} » de l’utilisateur
         « %{name} » ?
-      confirm: Confirmer
-      fail: Impossible de révoquer le rôle « %{role} » de l’utilisateur « %{name}
-        ». Vérifiez que l’utilisateur et le rôle sont valides.
   user_blocks:
     model:
       non_moderator_update: Vous devez être modérateur pour créer ou modifier un blocage.
@@ -3209,6 +3120,7 @@ fr:
       heading_html: Modification d’un blocage sur « %{name} »
       period: Pendant combien de temps, à partir de maintenant, l’utilisateur ou l’utilisatrice
         doit être bloqué(e) sur l’API.
+      revoke: Supprimer le blocage
     filter:
       block_period: La période de blocage doit être choisie dans la liste déroulante.
     create:
@@ -3216,6 +3128,8 @@ fr:
     update:
       only_creator_can_edit: Seul le modérateur ou la modératrice qui a créé ce blocage
         peut le modifier.
+      only_creator_can_edit_without_revoking: Seul le modérateur qui a créé ce blocage
+        peut modifier le texte sans annuler le blocage.
       only_creator_or_revoker_can_edit: Seuls les modérateurs ayant créé ou annulé
         ce blocage peuvent le modifier.
       inactive_block_cannot_be_reactivated: Ce bloc est inactif et ne peut pas être
@@ -3225,14 +3139,6 @@ fr:
       title: Blocages d’utilisateur
       heading: Liste des blocages
       empty: Aucun blocage n’a encore été effectué.
-    revoke:
-      title: Annulation d’un blocage sur « %{block_on} »
-      heading_html: Annulation d’un blocage sur « %{block_on} » par « %{block_by} »
-      time_future_html: Ce blocage se terminera dans %{time}.
-      past_html: Ce blocage s’est terminé à %{time} et ne peut plus être annulé.
-      confirm: Êtes-vous sûr(e) de vouloir annuler ce blocage ?
-      revoke: Révoquer !
-      flash: Ce blocage a été annulé.
     revoke_all:
       title: Révoquer tous les blocages sur %{block_on}
       heading_html: Révoquer tous les blocages sur %{block_on}
@@ -3279,27 +3185,19 @@ fr:
       created: 'Créé :'
       duration: 'Durée :'
       status: 'État :'
-      show: Afficher
       edit: Modifier
-      revoke: Révoquer !
-      confirm: Êtes-vous sûr(e) ?
       reason: 'Raison du blocage :'
       revoker: 'Révocateur :'
-      needs_view: L’utilisateur ou l’utilisatrice doit se connecter avant que ce blocage
-        soit annulé.
     block:
       not_revoked: (non révoqué)
       show: Afficher
       edit: Modifier
-      revoke: Révoquer !
-    blocks:
+    page:
       display_name: Utilisateur bloqué
       creator_name: Créateur
       reason: Motif du blocage
       status: État
       revoker_name: Révoqué par
-      older: Blocs plus anciens
-      newer: Blocs plus récents
     navigation:
       all_blocks: Tous les blocages
       blocks_on_me: Blocages me concernant
@@ -3307,6 +3205,7 @@ fr:
       blocks_by_me: Blocages de ma part
       blocks_by_user: Blocages effectués par %{user}
       block: 'Blocage #%{id}'
+      new_block: Nouveau blocage
   user_mutes:
     index:
       title: Utilisateurs en sourdine
@@ -3345,6 +3244,11 @@ fr:
       description: Description
       created_at: Créée le
       last_changed: Dernière modification
+      apply: Appliquer
+      all: Tous
+      open: Ouvert
+      closed: Fermé
+      status: État
     show:
       title: 'Note : %{id}'
       description: Description
@@ -3364,6 +3268,9 @@ fr:
       coordinates_html: '%{latitude} ; %{longitude}'
       anonymous_warning: Cette note comprend des commentaires d’utilisateurs anonymes,
         qui devraient être vérifiés de façon indépendante.
+      discussion: Discussion
+      subscribe: S’abonner
+      unsubscribe: Se désabonner
       hide: Masquer
       resolve: Marquer comme résolue
       reactivate: Réactiver
@@ -3389,6 +3296,10 @@ fr:
         carte, aussi n’entrez aucune information personnelle, ni aucune information
         venant de cartes protégées, ni aucune entrée de répertoire ou d’annuaire.
       add: Ajouter une note
+    notes_paging_nav:
+      showing_page: Page %{page}
+      next: Suivant
+      previous: Précédent
   javascripts:
     close: Fermer
     share:
@@ -3434,7 +3345,7 @@ fr:
         standard: Standard
         cycle_map: Carte cyclable
         transport_map: Carte de transport
-        tracestracktop_topo: Topo de Tracestack
+        tracestracktop_topo: Topo de Tracestrack
         hot: Humanitaire
       layers:
         header: Couches de carte
@@ -3443,15 +3354,15 @@ fr:
         gps: Traces GPS publiques
         overlays: Activer des surcouches pour corriger des problèmes de la carte
         title: Couches
-      openstreetmap_contributors: Les Contributeurs d’OpenStreetMap
+      openstreetmap_contributors: Contributeurs OpenStreetMap
       make_a_donation: Faire un don
       website_and_api_terms: Conditions d’utilisation du site web et de l’API
-      cyclosm_credit: Style de carreaux par %{cyclosm_link} hébergé par %{osm_france_link}
+      cyclosm_credit: Style de tuiles par %{cyclosm_link} hébergé par %{osm_france_link}
       osm_france: OpenStreetMap France
-      thunderforest_credit: Carreaux fournis aimablement par %{thunderforest_link}
+      thunderforest_credit: Tuiles fournies aimablement par %{thunderforest_link}
       andy_allan: Andy Allan
-      tracestrack_credit: Carreaux fournis aimablement par %{tracestrack_link}
-      hotosm_credit: Style de carreaux par %{hotosm_link} hébergé par %{osm_france_link}
+      tracestrack_credit: Tuiles fournies aimablement par %{tracestrack_link}
+      hotosm_credit: Style de tuiles de %{hotosm_link} hébergé par %{osm_france_link}
       hotosm_name: L’Équipe OpenStreetMap Humanitaire
     site:
       edit_tooltip: Modifier la carte
@@ -3584,6 +3495,7 @@ fr:
       empty: Aucun masquage à afficher.
       heading: Liste des masquages
       title: Liste des masquages
+      new: Nouvelle édition
     new:
       heading: Saisissez les informations sur le nouveau masquage
       title: Création d’un nouveau masquage
index be7c4c10f59de84c5cc99065a58094caeee45a45..7faa3f1c5b33820dfde18fe379c30a961f905830 100644 (file)
@@ -37,10 +37,6 @@ fur:
         create: Cree bloc
         update: Inzorne bloc
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: nol samee jessi une direzion di pueste eletroniche
-          valide
     models:
       acl: Liste di control des jentradis
       changeset: Grup di cambiaments
@@ -348,21 +344,22 @@ fur:
       introduction: Frache su la mape par cjatâ lis robis dongje.
       nearby: Elements dongje
       enclosing: Elements includûts
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Gnûf coment sul grup di cambiaments #%{changeset_id} di %{author}'
+        commented_at_by_html: Inzornât %{when} di %{user}
+      show:
+        title_all: Discussion sul grup di cambiaments di OpenStreetMap
+        title_particular: 'Discussion sul grup di cambiaments #%{changeset_id} di
+          OpenStreetMap'
+      timeout:
+        sorry: Nus displâs, la liste dai coments ai grups di cambiaments che tu âs
+          domandât e je stade masse timp a cjamâsi.
   changesets:
-    changeset_paging_nav:
-      showing_page: Pagjine %{page}
-      next: Sucessîf →
-      previous: ← Precedent
     changeset:
-      anonymous: Anonim
       no_edits: (nissun cambiament)
       view_changeset_details: Viôt detais dal grup di cambiaments
-    changesets:
-      id: ID
-      saved_at: Salvât ai
-      user: Utent
-      comment: Coment
-      area: Zone
     index:
       title: Grups di cambiaments
       title_user: Grups di cambiaments di %{user}
@@ -409,18 +406,6 @@ fur:
     timeout:
       sorry: Nus displâs, la liste dai grups di cambiaments che tu âs domandât e je
         stade masse timp a cjamâsi.
-  changeset_comments:
-    comment:
-      comment: 'Gnûf coment sul grup di cambiaments #%{changeset_id} di %{author}'
-      commented_at_by_html: Inzornât %{when} di %{user}
-    comments:
-      comment: 'Gnûf coment sul grup di cambiaments #%{changeset_id} di %{author}'
-    index:
-      title_all: Discussion sul grup di cambiaments di OpenStreetMap
-      title_particular: 'Discussion sul grup di cambiaments #%{changeset_id} di OpenStreetMap'
-    timeout:
-      sorry: Nus displâs, la liste dai coments ai grups di cambiaments che tu âs domandât
-        e je stade masse timp a cjamâsi.
   dashboards:
     contact:
       km away: '%{count}km di distance'
@@ -462,8 +447,6 @@ fur:
       no_entries: Nissune vôs tal diari
     page:
       recent_entries: Ultimis vôs dal diari
-      older_entries: Vôs plui vieris
-      newer_entries: Vôs plui gnovis
     edit:
       title: Cambie vôs dal diari
       marker_text: Lûc de vôs dal diari
@@ -498,8 +481,6 @@ fur:
       report: Segnale chest coment
     location:
       location: 'Lûc:'
-      view: Viôt
-      edit: Cambie
     feed:
       user:
         title: Vôs dal diari di OpenStreetMap par %{user}
@@ -520,8 +501,6 @@ fur:
       post: Messaç
       when: Cuant
       comment: Coment
-      newer_comments: Coments plui gnûfs
-      older_comments: Coments plui vieris
   doorkeeper:
     flash:
       applications:
@@ -546,7 +525,6 @@ fur:
   geocoder:
     search:
       title:
-        results_from_html: Risultâts di %{results_link}
         latlon: Interni
     search_osm_nominatim:
       prefix:
@@ -911,10 +889,6 @@ fur:
         level7: Confine municipâl
         level8: Confin di citât
         level9: Confin di vilaç
-      types:
-        cities: Citâts
-        towns: Citadinis
-        places: Puescj
     results:
       no_results: Nissun risultât
       more_results: Altris risultâts
@@ -922,16 +896,16 @@ fur:
     index:
       reported_user: Utent segnalât
       search: Cîr
+      states:
+        ignored: Ignorât
+        open: Viert
+        resolved: Risolt
+    page:
       status: Stât
       reports: Segnalazions
-      link_to_reports: Viôt lis segnalazions
       reports_count:
         one: '%{count} segnalazion'
         other: '%{count} segnalazions'
-      states:
-        ignored: Ignorât
-        open: Viert
-        resolved: Risolt
     show:
       reports:
         one: '%{count} segnalazion'
@@ -957,18 +931,12 @@ fur:
     edit: Cambie
     history: Storic
     export: Espuarte
-    data: Dâts
-    export_data: Espuarte i dâts
     gps_traces: Percors GPS
-    gps_traces_tooltip: Gjestìs i percors GPS
     user_diaries: Diaris dai utents
-    user_diaries_tooltip: Viôt i diaris dai utents
     edit_with: Cambie cun %{editor}
-    tag_line: Il WikiMapeMont libar
     intro_header: Benvignût in OpenStreetMap!
     intro_text: OpenStreetMap e je une mape dal mont, creade di int come te e di ûs
       libar sot di une licence vierte.
-    intro_2_create_account: Cree il to profîl utent
     partners_fastly: Fastly
     partners_partners: associâts
     tou: Cundizions pal ûs
@@ -976,17 +944,10 @@ fur:
       o sin daûr a fâ lavôrs essenziâi di manutenzion de base di dâts.
     osm_read_only: La base di dâts di OpenStreetMap e je par cumò dome in leture dilunc
       la esecuzion di lavôrs essenziâi di manutenzion de base di dâts.
-    donate: Sosten OpenStreetMap %{link} al font pal inzornament dal hardware.
     help: Jutori
     about: Informazions
     copyright: Copyright
     communities: Comunitâts
-    community: Comunitât
-    community_blogs: Blogs de comunitât
-    community_blogs_title: Blogs di bande dai membris de comunitât OpenStreetMap
-    make_a_donation:
-      title: Sosten OpenStreetMap fasint une donazion monetarie
-      text: Done alc
     learn_more: Par savênt di plui
     more: Plui
   user_mailer:
@@ -1064,7 +1025,6 @@ fur:
     message_summary:
       unread_button: Segne come no let
       read_button: Segne come let
-      reply_button: Rispuint
       destroy_button: Elimine
     new:
       title: Mande messaç
@@ -1077,7 +1037,6 @@ fur:
       heading: Messaç no cjatât
     outbox:
       title: In jessude
-      actions: Azions
       messages:
         one: Tu âs %{count} messaç in jessude
         other: Tu âs %{count} messaçs in jessude
@@ -1150,14 +1109,12 @@ fur:
       success: Profîl inzornât
   sessions:
     new:
-      title: Jentre
       tab_title: Jentre
       email or username: 'Direzion di pueste eletroniche o non utent:'
       password: 'Password:'
       remember: Visiti di me
       lost password link: Password pierdude?
       login_button: Jentre
-      register now: Regjistriti cumò
       auth failure: Nus displâs, ma no si à rivât a jentrâ cun i dâts inserîts.
     destroy:
       title: Jes
@@ -1175,9 +1132,18 @@ fur:
     richtext_field:
       edit: Cambie
       preview: Anteprime
+    pagination:
+      diary_comments:
+        older: Coments plui vieris
+        newer: Coments plui gnûfs
+      diary_entries:
+        older: Vôs plui vieris
+        newer: Vôs plui gnovis
+      traces:
+        older: Percors plui vieris
+        newer: Percors plui gnûfs
   site:
     about:
-      next: Prossim
       local_knowledge_title: Cognossince locâl
       community_driven_osm_blog: Blog di OpenStreetMap
       community_driven_user_diaries: diaris dai utents
@@ -1223,8 +1189,6 @@ fur:
         Tu puedis impuestâ come publics i tiei cambiaments de tô %{user_page}.
       user_page_link: pagjine dal utent
       anon_edits_link_text: Discuvierç parcè che al è cussì.
-      no_iframe_support: Il to sgarfadôr nol supuarte i iframes HTML, che a coventin
-        par cheste funzion.
     export:
       title: Espuarte
       manually_select: Sielç a man une aree divierse
@@ -1266,10 +1230,8 @@ fur:
       title: Domandis?
     sidebar:
       search_results: Risultâts de ricercje
-      close: Siere
     search:
       search: Cîr
-      get_directions: Cjate indicazions
       get_directions_title: Cjate lis indicazions tra doi ponts
       from: Di
       to: A
@@ -1320,7 +1282,6 @@ fur:
           private: Acès privât
           construction: Stradis in costruzion
           bus_stop: Fermade autobus
-          stop: Fermade
           bicycle_shop: Buteghe di bicicletis
     welcome:
       title: Benvignût!
@@ -1356,8 +1317,6 @@ fur:
       visibility_help: ce vuelial dî?
     update:
       updated: Percors inzornât
-    trace_optionals:
-      tags: Etichetis
     show:
       title: Daûr a viodi il percors %{name}
       heading: Daûr a viodi il percors %{name}
@@ -1403,9 +1362,6 @@ fur:
       all_traces: Ducj i percors
       my_traces: I miei percors
       traces_from: Percors publics di %{user}
-    page:
-      older: Percors plui vieris
-      newer: Percors plui gnûfs
     georss:
       title: Percors GPS di OpenStreetMap
     description:
@@ -1413,7 +1369,6 @@ fur:
   application:
     settings_menu:
       account_settings: Impostazions dal profîl
-      oauth1_settings: Impostazions OAuth1
       oauth2_applications: Aplicazions OAuth 2
       oauth2_authorizations: Autorizazions OAuth 2
     auth_providers:
@@ -1436,57 +1391,10 @@ fur:
         title: Jentre cun Vichipedie
         alt: Jentre cuntun cont de Vichipedie
   oauth:
-    authorize:
-      title: Permèt l'accès al to cont
-      request_access_html: La aplicazion %{app_name} e je daûr a domandâ di vê acès
-        al to profîl, %{user}. Controle se tu sês dacuardi che la aplicazion e podedi
-        fâ chestis robis. Tu puedis sielzi ogni opzion in mût indipendent.
-      allow_to: 'Permèt ae aplicazion client di:'
-      allow_read_prefs: lei lis tôs preferencis dal utent.
-      allow_write_prefs: modificâ lis tôs preferencis dal utent.
-      allow_write_diary: creâ vôs dal diari, comentâ e zontâ amîs.
-      allow_write_api: modificâ la mape.
-      allow_read_gpx: lei i tiei percors GPS privâts.
-      allow_write_gpx: cjamâ percors GPS.
-      allow_write_notes: cambiâ lis notis.
-      grant_access: Permèt l'accès
-    authorize_success:
-      verification: Il codiç di verifiche al è %{code}.
-    revoke:
-      flash: Tu âs revocât il token par %{application}
     scopes:
       write_prefs: Modificâ lis preferencis dal utent
       write_api: Modificâ la mape
       write_notes: Cambiâ lis notis
-  oauth_clients:
-    new:
-      title: Regjistre une gnove aplicazion
-    edit:
-      title: Cambie la tô aplicazion
-    show:
-      title: Detais OAuth par {app_name}
-      authorize_url: 'Autorize URL:'
-      edit: Cambie i detais
-      delete: Elimine client
-      confirm: Sêstu sigûr?
-      requests: 'Domande i permès ca sot al utent:'
-    index:
-      title: I miei detais OAuth
-      my_tokens: Lis aplicazions che o ai autorizât
-      list_tokens: 'Lis autorizazions ca sot a son stadis aprovadis cul to non aes
-        aplicazions:'
-      application: Non de aplicazion
-      issued_at: Aprovade il
-      revoke: Revoche!
-      my_apps: Lis mês aplicazions Client
-      no_apps_html: Âstu une aplicazion web che tu volaressis regjistrâ par doprâ
-        ca di no cul standard %{oauth}? Tu scugnis regjistrâle prime che podedi fâ
-        richiestis OAuth a chest servizi.
-      oauth: OAuth
-      registered_apps: 'Tu âs chestis aplicazions client regjistradis:'
-      register_new: Regjistre la tô aplicazion
-    form:
-      requests: 'Domande i permès ca sot al utent:'
   oauth2_applications:
     index:
       no_applications_html: Âstu une aplicazion che tu volaressis regjistrâ par doprâ
@@ -1532,7 +1440,6 @@ fur:
         header: Libare e modificabile
       display name description: Il non utent che al vignarà mostrât a ducj. Tu podarâs
         gambiâlu plui tart tes preferencis.
-      external auth: 'Autenticazion vie une tierce part:'
       continue: Regjistriti
       terms accepted: Graziis par vê acetât i gnûfs tiermins par contribuî!
       use external auth: In alternative, dopre une tierce part par jentrâ
@@ -1543,7 +1450,6 @@ fur:
         come di Public Domini
       consider_pd_why: ce isal chest?
       continue: Va indevant
-      decline: No aceti
       you need to accept or decline: Par plasê lei e po acete o refude i gnûfs Tiermins
         par Contribuî par lâ indevant.
       legale_select: 'Sielç il stât dulà che tu âs la residences:'
@@ -1617,11 +1523,6 @@ fur:
       support: assistence
     auth_failure:
       unknown_error: Autenticazion falide
-  user_role:
-    grant:
-      confirm: Conferme
-    revoke:
-      confirm: Conferme
   user_blocks:
     not_found:
       back: Torne al somari
@@ -1634,9 +1535,6 @@ fur:
       title: Blocs dal utent
       heading: Liste dai blocs dal utent
       empty: No son stâts metûts blocs fin cumò.
-    revoke:
-      time_future_html: Chest bloc al finìs ca di %{time}.
-      revoke: Revoche!
     helper:
       time_future_html: Finìs ca di %{time}.
       time_past_html: Finît %{time} indaûr.
@@ -1658,18 +1556,14 @@ fur:
       created: 'Creât:'
       duration: 'Durade:'
       status: 'Stât:'
-      show: Mostre
       edit: Cambie
-      revoke: Revoche!
-      confirm: Sêstu sigûr?
       reason: 'Reson dal bloc:'
       revoker: 'Chel che al à revocât:'
     block:
       not_revoked: (no revocât)
       show: Mostre
       edit: Cambie
-      revoke: Revoche!
-    blocks:
+    page:
       display_name: Utent blocât
       creator_name: Creadôr
       reason: Reson dal bloc
@@ -1727,6 +1621,8 @@ fur:
         par cui no sta zontâ informazions personâls o di mapis cuviertis dal copyright
         o listis.
       add: Zonte une note
+    notes_paging_nav:
+      showing_page: Pagjine %{page}
   javascripts:
     close: Siere
     share:
index eac98653cff9d19b96a5b736552c20f5d602dc77..f332de1e33a68bdbcf624e1cea9b7ecc37737aff 100644 (file)
@@ -38,10 +38,6 @@ fy:
         create: Utsluting oanmeitsje
         update: Utsluting bywurkje
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: liket gjin jildich e-mailadres te wêzen
-        email_address_not_routable: is net rûtearber
     models:
       acl: Tagongskontrôlelist
       changeset: Wizigingsset
@@ -389,21 +385,21 @@ fy:
       introduction: Klik op 'e kaart foar skaaimerken fuortby.
       nearby: Skaaimerken yn 'e omkriten
       enclosing: Omfetsjende skaaimerken
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Nije reäksje op wizigingsset #%{changeset_id} fan %{author}'
+        commented_at_by_html: Bywurke %{when} troch %{user}
+      show:
+        title_all: Oerlis oer OpenStreetMap-wizigingsset
+        title_particular: 'Oerlis oer OpenStreetMap-wizigingsset #%{changeset_id}'
+      timeout:
+        sorry: Spitich, it opheljen fan 'e list wizigingssetreäksjes dy't jo fregen
+          duorre te lang.
   changesets:
-    changeset_paging_nav:
-      showing_page: Side %{page}
-      next: Folgjende »
-      previous: « Foarige
     changeset:
-      anonymous: Anonym
       no_edits: (gjin bewurkings)
       view_changeset_details: Wizigingssetgegevens besjen
-    changesets:
-      id: ID
-      saved_at: Bewarre op
-      user: Meidogger
-      comment: Beskriuwing
-      area: Krite
     index:
       title: Wizigingssets
       title_user: Wizigingssets fan %{user}
@@ -445,18 +441,6 @@ fy:
     timeout:
       sorry: Spitich, it opheljen fan 'e list wizigingssets dy't jo fregen duorre
         te lang.
-  changeset_comments:
-    comment:
-      comment: 'Nije reäksje op wizigingsset #%{changeset_id} fan %{author}'
-      commented_at_by_html: Bywurke %{when} troch %{user}
-    comments:
-      comment: 'Nije reäksje op wizigingsset #%{changeset_id} fan %{author}'
-    index:
-      title_all: Oerlis oer OpenStreetMap-wizigingsset
-      title_particular: 'Oerlis oer OpenStreetMap-wizigingsset #%{changeset_id}'
-    timeout:
-      sorry: Spitich, it opheljen fan 'e list wizigingssetreäksjes dy't jo fregen
-        duorre te lang.
   dashboards:
     contact:
       km away: '%{count}km fuort'
@@ -497,8 +481,6 @@ fy:
       no_entries: Gjin deiboekstikken
     page:
       recent_entries: Deiboekstikken fan koartby
-      older_entries: Aldere stikken
-      newer_entries: Nijere stikken
     edit:
       title: Deiboekstik bewurkje
       marker_text: Lokaasje deiboekstik
@@ -534,8 +516,6 @@ fy:
       report: Dizze reäksje melde
     location:
       location: 'Lokaasje:'
-      view: Besjen
-      edit: Bewurkje
     feed:
       user:
         title: OpenStreetMap Deiboekstikken fan %{user}
@@ -556,8 +536,6 @@ fy:
       post: Stik
       when: Wannear
       comment: Reäksje
-      newer_comments: Nijere reäksjes
-      older_comments: Aldere reäksjes
   doorkeeper:
     flash:
       applications:
@@ -1348,10 +1326,6 @@ fy:
         level9: Steds-/doarpsgrins
         level10: Wenplak-/dielgebietsgrins
         level11: Wyk-/buertgrins
-      types:
-        cities: Grutte stêden
-        towns: Stêden
-        places: Plakken
     results:
       no_results: Gjin treffers fûn
       more_results: Mear treffers
@@ -1365,20 +1339,20 @@ fy:
       not_updated: Net bywurke
       search: Sykje
       search_guidance: 'Problemen trochsykje:'
+      states:
+        ignored: Negearre
+        open: Iepen
+        resolved: Oplost
+    page:
       user_not_found: Meidogger bestiet net
       issues_not_found: Gjin oerienkommende problemen fûn
       status: Status
       reports: Meldings
       last_updated: Lêst bywurke
-      link_to_reports: Meldings besjen
       reports_count:
         one: 1 melding
         other: '%{count} meldings'
       reported_item: Meld elemint
-      states:
-        ignored: Negearre
-        open: Iepen
-        resolved: Oplost
     show:
       title: '%{status} probleem #%{issue_id}'
       reports:
@@ -1465,18 +1439,12 @@ fy:
     history: Skiednis
     export: Eksportearje
     issues: Problemen
-    data: Gegevens
-    export_data: Data eksportearje
     gps_traces: GPS-trajekten
-    gps_traces_tooltip: GPS-trajekten beheare
     user_diaries: Meidoggerdeiboeken
-    user_diaries_tooltip: Deiboeken fan meidoggers besjen
     edit_with: Bewurkje mei %{editor}
-    tag_line: De frije wiki-wrâldkaart
     intro_header: Wolkom by OpenStreetMap!
     intro_text: OpenStreetMap is in wrâldkaart makke troch minsken krekt as jo, en
       frij te brûken ûnder in iepen lisinsje.
-    intro_2_create_account: Meitsje in akkount as meidogger
     partners_fastly: Fastly
     partners_partners: partners
     tou: Gebrûksbetingsten
@@ -1484,16 +1452,9 @@ fy:
       ûnderhâldswurk útfierd wurdt.
     osm_read_only: De OpenStreetMap-databank is op it stuit allinnich yn lêsmodus,
       wylst der it nedige ûnderhâldswurk útfierd wurdt.
-    donate: Stypje OpenStreetMap en %{link} oan it Fernijingsfûns foar Kompjûtersystemen.
     help: Help
     about: Oer
     copyright: Auteursrjochten
-    community: Mienskip
-    community_blogs: Mienskipsblochs
-    community_blogs_title: Blochs fan leden út 'e OpenStreetMap-mienskip
-    make_a_donation:
-      title: Stypje OpenStreetMap mei in jilddonaasje
-      text: Donaasje jaan
     learn_more: Mear witte
     more: Mear
   user_mailer:
@@ -1605,7 +1566,6 @@ fy:
       details_html: Fierdere gegevens oer de notysje fine jo op %{url}.
     changeset_comment_notification:
       hi: Goeie %{to_user},
-      greeting: Goeie,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} hat op ien fan jo wizigingssets
           reägearre'
@@ -1677,7 +1637,6 @@ fy:
     message_summary:
       unread_button: As net-lêzen oanmerke
       read_button: As lêzen oanmerke
-      reply_button: Beäntwurdzje
       destroy_button: Wiskje
     new:
       title: Berjocht stjoere
@@ -1776,14 +1735,12 @@ fy:
       failure: Koe it profyl net bywurkje.
   sessions:
     new:
-      title: Oanmelde
       tab_title: Oanmelde
       email or username: 'E-mailadres as meidochnamme:'
       password: 'Wachtwurd:'
       remember: My ûnthâlde
       lost password link: Jo wachtwurd kwyt?
       login_button: Oanmelde
-      register now: No ynskriuwe
       with external: 'Brûk oars in treddepartij om jo oan te melden:'
       auth failure: Spitich, koe jo net oanmelde mei dy gegevens.
     destroy:
@@ -1807,9 +1764,18 @@ fy:
     richtext_field:
       edit: Bewurkje
       preview: Proefbyld
+    pagination:
+      diary_comments:
+        older: Aldere reäksjes
+        newer: Nijere reäksjes
+      diary_entries:
+        older: Aldere stikken
+        newer: Nijere stikken
+      traces:
+        older: Aldere trajekten
+        newer: Nijere trajekten
   site:
     about:
-      next: Folgjende
       used_by_html: '%{name} leveret kaartdata foar tûzenen websteeën, mobile apps
         en kompjûterapparaten'
       lede_text: OpenStreetMap wurdt makke troch in mienskip fan kaartmakkers, dy't
@@ -1874,8 +1840,6 @@ fy:
       user_page_link: meidoggerside
       anon_edits_link_text: Fyn út wêrom't dat sa is.
       id_not_configured: iD is net konfigurearre
-      no_iframe_support: Jo webblêder stipet gjin HTML-iframes, dy't nedich binne
-        foar dizze funksje.
     export:
       title: Eksportearje
       manually_select: Mei de hân in oar gebiet selektearje
@@ -1953,10 +1917,8 @@ fy:
       title: Noch fragen?
     sidebar:
       search_results: Sykresultaten
-      close: Slute
     search:
       search: Sykje
-      get_directions: Rûtebeskriuwing krije
       get_directions_title: In rûtebeskriuwing fine tusken twa punten
       from: Fan
       to: Nei
@@ -2075,8 +2037,6 @@ fy:
       visibility_help: wat betsjut dat?
     update:
       updated: Trajekt bywurke
-    trace_optionals:
-      tags: Lebels
     show:
       title: Trajekt %{name} besjen
       heading: Trajekt %{name} besjen
@@ -2122,13 +2082,8 @@ fy:
       my_traces: Myn trajekten
       traces_from: Iepenbiere trajekten fan %{user}
       remove_tag_filter: Lebelfilter weilitte
-    page:
-      older: Aldere trajekten
-      newer: Nijere trajekten
     destroy:
       scheduled_for_deletion: Trajekt ynplend om te wiskjen
-    make_public:
-      made_public: Trajekt iepenbier makke
     offline_warning:
       message: It systeem foar opladen fan GPX-bestannen is op it stuit net beskikber
     offline:
@@ -2147,8 +2102,6 @@ fy:
     require_cookies:
       cookies_needed: It liket dat jo 'koekjes' út stean hawwe - set koekjes oan yn
         jo webblêder foar't jo trochgeane.
-    require_admin:
-      not_an_admin: Jo moatte behearder wêze om dy hanneling útfiere te kinnen.
     setup_user_auth:
       blocked_zero_hour: Jo hawwe in driuwend berjocht op it OpenStreetMap-webstee.
         Jo moatte it berjocht lêze foar't jo jo bewurkings fêstlizze kinne.
@@ -2159,7 +2112,6 @@ fy:
         mar jo moatte se besjen.
     settings_menu:
       account_settings: Akkountynstellings
-      oauth1_settings: Ynstellings OAuth 1
       oauth2_applications: Applikaasjes OAuth 2
       oauth2_authorizations: Autorisaasjes OAuth 2
     auth_providers:
@@ -2182,30 +2134,6 @@ fy:
         title: Oanmelde mei de Wikipedy
         alt: Meld jo oan mei in Wikipedy-akkount
   oauth:
-    authorize:
-      title: Tagong ta jo akkount autorisearje
-      request_access_html: De applikaasje %{app_name} freget tagong ta jo akkount,
-        %{user}. Gean nei oft jo wolle dat de applikaasje de neikommende mooglikheden
-        kriget. Jo meie der sa folle of sa min kieze as jo wolle.
-      allow_to: 'De kliïnt-applikaasje tastean om:'
-      allow_read_prefs: jo meidoggerfoarkarren te lêzen.
-      allow_write_prefs: jo meidoggerfoarkarren te wizigjen.
-      allow_write_diary: deiboekstikken, reäksjes en freonen te meitsjen.
-      allow_write_api: de kaart te wizigjen.
-      allow_read_gpx: jo privee-GPS-trajekten te lêzen.
-      allow_write_gpx: GPS-trajekten op te laden.
-      allow_write_notes: notysjes te wizigjen.
-      grant_access: Tagong jaan
-    authorize_success:
-      title: Autorisaasjefersyk tastien
-      allowed_html: Jo hawwe de applikaasje %{app_name} tagong ta jo akkount jûn.
-      verification: De ferifikaasjekoade is %{code}.
-    authorize_failure:
-      title: Autorisaasjefersyk mislearre
-      denied: Jo hawwe de applikaasje %{app_name} tagong ta jo akkount wegere.
-      invalid: De autorisaasjekaai is net jildich.
-    revoke:
-      flash: Jo hawwe de kaai foar %{application} ynlutsen
     permissions:
       missing: Jo hawwe de applikaasje de tagong ta dizze foarsjenning net tastien
     scopes:
@@ -2218,47 +2146,6 @@ fy:
       write_notes: Notysjes wizigjen
       read_email: Meidogger-e-mailadres lêzen
       skip_authorization: Applikaasje automatysk goedkarren
-  oauth_clients:
-    new:
-      title: In nije applikaasje registrearje
-    edit:
-      title: Jo applikaasje bewurkje
-    show:
-      title: OAuth-gegevens foar %{app_name}
-      key: 'Konsumint-kaai:'
-      secret: 'Konsumint-geheim:'
-      url: 'Fersykkaai-URL:'
-      access_url: 'Tagongskaai-URL:'
-      authorize_url: 'Autorisaasje-URL:'
-      support_notice: Wy stypje ûndertekeningen mei HMAC-SHA1 (oanret) en RSA-SHA1.
-      edit: Gegevens bewurkje
-      delete: Kliïnt wiskje
-      confirm: Seker witte?
-      requests: 'Freget de neikommende rjochten fan ''e meidogger:'
-    index:
-      title: Myn OAuth-gegevens
-      my_tokens: Myn autorisearre applikaasjes
-      list_tokens: 'De neikommende kaaien binne ôfjûn oan applikaasjes op jo namme:'
-      application: Applikaasjenamme
-      issued_at: Ofjûn op
-      revoke: Ynlûke!
-      my_apps: Myn kliïnt-applikaasjes
-      no_apps_html: Hawwe jo in applikaasje dy't jo registrearje wolle foar gebrûk
-        by ús mei de %{oauth}-standert? Dan moatte jo jo webapplikaasje registrearje
-        foardat er OAuth-fersiken foar dy tsjinst dwaan kin.
-      oauth: OAuth
-      registered_apps: 'Jo hawwe de neikommende kliïnt-applikaasjes registrearre:'
-      register_new: Jo applikaasje registrearje
-    form:
-      requests: 'Freegje de neikommende rjochten fan ''e meidogger:'
-    not_found:
-      sorry: Spitich, mar %{type} koe net fûn wurde.
-    create:
-      flash: Registrearjen fan 'e ynformaasje slagge
-    update:
-      flash: Bywurkjen fan 'e kliïnt-ynformaasje slagge
-    destroy:
-      flash: Registraasje fan 'e kliïnt-applikaasje ferneatige
   oauth2_applications:
     index:
       title: Myn kliïnt-applikaasjes
@@ -2317,7 +2204,6 @@ fy:
         header: Frij en bewurkber
       display name description: Jo meidochnamme dy't elkenien sjen kin. Jo kinne dy
         letter yn 'e foarkarren feroarje.
-      external auth: 'Tredde-autentifikaasje:'
       continue: Ynskriuwe
       terms accepted: Tankjewol foar it akseptearjen fan 'e nije bydragersbetingsten!
       use external auth: Brûk oars in treddepartij om jo oan te melden
@@ -2339,7 +2225,6 @@ fy:
         Publyk Domein
       consider_pd_why: wat is dat?
       continue: Fierder
-      decline: Ofwize
       you need to accept or decline: Lês de nije Bydragersbetingsten; jo kinne fierder
         nei it akseptearjen of ôfwizen derfan.
       legale_select: 'Lân fan ferbliuw:'
@@ -2447,21 +2332,11 @@ fy:
       not_revoke_admin_current_user: Kin de beheardersrol fan dizze meidogger net
         ynlûke.
     grant:
-      title: Rol takennen befêstigje
-      heading: Rol takennen befêstigje
       are_you_sure: Witte jo seker dat jo de rol fan '%{role}' oan 'e meidogger '%{name}'
         takenne wolle?
-      confirm: Befêstigje
-      fail: Koe de rol fan '%{role}' oan 'e meidogger '%{name}' net takenne. Gean
-        nei oft meidogger en rol beide jildich binne.
     revoke:
-      title: Rol ynlûken befêstigje
-      heading: Rol ynlûken befêstigje
       are_you_sure: Witte jo seker dat jo de rol fan '%{role}' fan 'e meidogger '%{name}'
         ynlûke wolle?
-      confirm: Befêstigje
-      fail: Koe de rol fan '%{role}' fan 'e meidogger '%{name}' net ynlûke. Gean nei
-        oft meidogger en rol beide jildich binne.
   user_blocks:
     model:
       non_moderator_update: Moat tafersjochhâlder wêze om in útsluting oanmeitsje
@@ -2491,14 +2366,6 @@ fy:
       title: Utslutings fan meidoggers
       heading: List mei útslutings fan meidoggers
       empty: Der binne noch gjin útslutings oanmakke.
-    revoke:
-      title: Utsluting foar %{block_on} ynlûke
-      heading_html: Utsluting foar %{block_on} troch %{block_by} ynlûke
-      time_future_html: Dizze útsluting ferfalt oer %{time}.
-      past_html: Dizze útsluting is %{time} ferfallen en kin net mear ynlutsen wurde.
-      confirm: Witte jo seker dat jo dizze útsluting ynlûke wolle?
-      revoke: Ynlûke!
-      flash: Dizze útsluting is ynlutsen.
     helper:
       time_future_html: Ferfalt oer %{time}.
       until_login: Rint oant oanmelding meidogger.
@@ -2534,19 +2401,14 @@ fy:
       created: 'Oanmakke:'
       duration: 'Tiidsdoer:'
       status: 'Status:'
-      show: Werjaan
       edit: Bewurkje
-      revoke: Ynlûke!
-      confirm: Seker witte?
       reason: 'Reden foar útsluting:'
       revoker: 'Ynlûker:'
-      needs_view: De meidogger moat oanmelde foar't dizze útsluting ferfalt.
     block:
       not_revoked: (net ynlutsen)
       show: Werjaan
       edit: Bewurkje
-      revoke: Ynlûke!
-    blocks:
+    page:
       display_name: Utsletten meidogger
       creator_name: Oanmakker
       reason: Reden foar útsluting
@@ -2588,6 +2450,8 @@ fy:
       advice: Jo notysje is iepenbier en kin brûkt wurde ta ferbettering fan 'e kaart;
         dat fier neat persoanliks yn, gjin ynfo fan kaarten of yndeksen mei auteursrjocht.
       add: Notysje taheakje
+    notes_paging_nav:
+      showing_page: Side %{page}
   javascripts:
     close: Slute
     share:
index f09b673912fda6bd09ebb4c7d353c4b91ff27c69..7463a5478c97170651f5c5b629574758085d722c 100644 (file)
@@ -37,9 +37,6 @@ ga:
         create: Cruthaigh bac
         update: Cruthaigh bac
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: ', is cosúil nach seoladh ríomhphost bailí é'
     models:
       changeset: Tacar athruithe
       changeset_tag: Clib do Thacar athruithe
@@ -281,21 +278,21 @@ ga:
       introduction: Cliceáil ar an léarscáil chun gnéithe in aice láimhe a aimsiú.
       nearby: Gnéithe in aice láimhe
       enclosing: Gnéithe thart timpeall air
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Nóta tráchta nua ar thacar athruithe %{changeset_id} ó %{author}
+        commented_at_by_html: Nuashonraithe %{when} ó shin ag %{user}
+      show:
+        title_all: Plé ar thacair athruithe OpenStreetMap
+        title_particular: Plé ar thacar athruithe %{changeset_id} de chuid OpenStreetMap
+      timeout:
+        sorry: Ár leithscéil, thóg sé rófhada an liosta de na tacair athruithe a d'iarr
+          tú a aisghabháil.
   changesets:
-    changeset_paging_nav:
-      showing_page: Leathanach %{page}
-      next: Ar aghaidh »
-      previous: « Siar
     changeset:
-      anonymous: Gan Ainm
       no_edits: (níl aon athrú ann)
       view_changeset_details: Amharc ar shonraí an tacair athruithe
-    changesets:
-      id: ID
-      saved_at: Sábháilte ag
-      user: Úsáideoir
-      comment: Nóta tráchta
-      area: Limistéar
     index:
       title: Tacair athruithe
       title_user: Tacair athruithe de chuid %{user}
@@ -335,18 +332,6 @@ ga:
     timeout:
       sorry: Ár leithscéil, thóg sé rófhada an liosta de na tacair athruithe a d'iarr
         tú a aisghabháil.
-  changeset_comments:
-    comment:
-      comment: Nóta tráchta nua ar thacar athruithe %{changeset_id} ó %{author}
-      commented_at_by_html: Nuashonraithe %{when} ó shin ag %{user}
-    comments:
-      comment: Nóta tráchta nua ar thacar athruithe %{changeset_id} ó %{author}
-    index:
-      title_all: Plé ar thacair athruithe OpenStreetMap
-      title_particular: Plé ar thacar athruithe %{changeset_id} de chuid OpenStreetMap
-    timeout:
-      sorry: Ár leithscéil, thóg sé rófhada an liosta de na tacair athruithe a d'iarr
-        tú a aisghabháil.
   dashboards:
     contact:
       km away: '%{count} km uait'
@@ -376,8 +361,6 @@ ga:
       no_entries: Níl aon iontráil dialainne ann
     page:
       recent_entries: Iontrálacha dialainne le déanaí
-      older_entries: Iontrálacha Níos Sine
-      newer_entries: Iontrálacha Níos Nuaí
     edit:
       title: Iontráil dialainne a chur in eagar
       marker_text: Suíomh na hiontrála dialainne
@@ -417,8 +400,6 @@ ga:
       report: Déan an nóta tráchta seo a thuairisciú
     location:
       location: 'Suíomh:'
-      view: Amharc
-      edit: Cuir in eagar
     feed:
       user:
         title: Iontrálacha dialainne OpenStreetMap le haghaidh %{user}
@@ -437,8 +418,6 @@ ga:
       post: Postáil
       when: Cá huair
       comment: Nóta tráchta
-      newer_comments: Nótaí Tráchta Níos Úire
-      older_comments: Nótaí Tráchta Níos Sine
   friendships:
     make_friend:
       heading: Cuir %{user} leis mar chara?
@@ -993,10 +972,6 @@ ga:
         level8: Teorainn Cathrach
         level9: Teorainn Sráidbhaile
         level10: Teorainn Bruachbhaile
-      types:
-        cities: Cathracha
-        towns: Bailte
-        places: Áiteacha
     results:
       no_results: Gan torthaí
       more_results: Tuilleadh torthaí
@@ -1004,6 +979,7 @@ ga:
     index:
       title: Fadhbanna
       select_status: Roghnaigh stádas
+    page:
       last_updated: Nuashonrú deireanach
     show:
       title: '%{status} Fadhb #%{issue_id}'
@@ -1077,34 +1053,20 @@ ga:
     history: Stair
     export: Easpórtáil
     issues: Fadhbanna
-    data: Sonraí
-    export_data: Easpórtáil Sonraí
     gps_traces: Loirg GPS
-    gps_traces_tooltip: Loirg GPS a bhainistiú
     user_diaries: Dialanna Úsáideoirí
-    user_diaries_tooltip: Amharc ar dhialanna úsáideoirí
     edit_with: Cuir in eagar le %{editor}
-    tag_line: An Léarscáil Dhomhanda Vicí Shaor in Aisce
     intro_header: Fáilte go OpenStreetMap!
     intro_text: Is léarscáil den domhan é OpenStreetMap, a chruthaigh daoine cosúil
       leatsa agus atá saor in aisce le húsáid faoi cheadúnas oscailte.
-    intro_2_create_account: Cruthaigh cuntas úsáideora
     partners_partners: comhpháirtithe
     osm_offline: Tá bunachar sonraí OpenStreetMap as líne faoi láthair fad agus atá
       obair chothabhála riachtanach á dhéanamh ar an mbunachar sonraí.
     osm_read_only: Tá bunachar sonraí OpenStreetMap sa mhód inléite amháin faoi láthair
       fad agus a dhéantar obair chothabhála riachtanach ar an mbunachar sonraí.
-    donate: Tabhair tacaíocht d'OpenStreetMap trí %{link} a dhéanamh leis an gCiste
-      don Uasghrádú ar Chrua-earraí.
     help: Cabhair
     about: Maidir linn
     copyright: Cóipcheart
-    community: Pobal
-    community_blogs: Blaganna an Phobail
-    community_blogs_title: Blaganna ó dhaoine i bpobal OpenStreetMap
-    make_a_donation:
-      title: Tabhairt tacaíocht do OpenStreetMap le síntiús airgid
-      text: Tabhair Síntiús Airgid
     learn_more: Tuilleadh Eolais
     more: Tuilleadh
   user_mailer:
@@ -1190,7 +1152,6 @@ ga:
       details: Tá tuilleadh sonraí faoin nóta ar fáil ag %{url}.
     changeset_comment_notification:
       hi: A %{to_user}, a chara,
-      greeting: A chara,
       commented:
         subject_own: '[OpenStreetMap] D''fhág %{commenter} nóta tráchta ar cheann
           de na tacair athruithe atá agat'
@@ -1251,7 +1212,6 @@ ga:
     message_summary:
       unread_button: Marcáil neamhléite
       read_button: Marcáil léite
-      reply_button: Freagair
       destroy_button: Scrios
     new:
       title: Seol teachtaireacht
@@ -1325,23 +1285,31 @@ ga:
       home location: Suíomh Baile
   sessions:
     new:
-      title: Logáil isteach
       tab_title: Logáil isteach
       email or username: 'Seoladh Ríomhphoist nó Ainm Úsáideora:'
       password: 'Focal Faire:'
       remember: Cuimhnigh orm
       lost password link: Focal faire caillte agat?
       login_button: Logáil isteach
-      register now: Cláraigh anois
       with external: 'Nó, bain úsáid as tríú páirtí le logáil isteach:'
       auth failure: Ár leithscéil, níorbh fhéidir logáil isteach leis na sonraí sin.
     destroy:
       title: Logáil amach
       heading: Logáil amach as OpenStreetMap
       logout_button: Logáil amach
+  shared:
+    pagination:
+      diary_comments:
+        older: Nótaí Tráchta Níos Sine
+        newer: Nótaí Tráchta Níos Úire
+      diary_entries:
+        older: Iontrálacha Níos Sine
+        newer: Iontrálacha Níos Nuaí
+      traces:
+        older: Loirg Níos Sine
+        newer: Loirg Níos Úire
   site:
     about:
-      next: Ar aghaidh
       used_by_html: Cumhachtaíonn %{name} sonraí léarscáile ar  na mílte suíomh gréasáin,
         feidhmchlár móibíleach agus gléas crua-earraí
       local_knowledge_title: Eolas Áitiúil
@@ -1394,8 +1362,6 @@ ga:
       user_page_link: leathanach úsáideora
       anon_edits_link_text: Faigh amach cén fáth ar amhlaidh atá.
       id_not_configured: Níor cumraíodh iD
-      no_iframe_support: Ní thacaíonn do bhrabhsálaí leis an ngné 'iframe' de chuid
-        HTML, rud atá riachtanach don ghné seo.
     export:
       title: Easportáil
       manually_select: Roghnaigh limistéar eile de láimh
@@ -1460,10 +1426,8 @@ ga:
       title: Aon cheist agat?
     sidebar:
       search_results: Torthaí an chuardaigh
-      close: Dún
     search:
       search: Cuardaigh
-      get_directions: Treoracha a fháil
       get_directions_title: Treoracha a aimsiú idir dhá phointe
       from: Ó
       to: Chuig
@@ -1567,8 +1531,6 @@ ga:
       title: Lorg %{name} á chur in eagar
       heading: Lorg %{name} á chur in eagar
       visibility_help: céard a chiallaíonn seo?
-    trace_optionals:
-      tags: Clibeanna
     show:
       title: Amharc ar lorg %{name}
       heading: Amharc ar lorg %{name}
@@ -1611,13 +1573,8 @@ ga:
       tagged_with: a bhfuil na clibeanna %{tags} acu
       upload_trace: Lorg a uaslódáil
       my_traces: Mo loirg GPS
-    page:
-      older: Loirg Níos Sine
-      newer: Loirg Níos Úire
     destroy:
       scheduled_for_deletion: Lorg sceidealta le scriosadh
-    make_public:
-      made_public: Lorg curtha ar fáil go poiblí
     offline_warning:
       message: Níl córas uaslódála na gcomhad GPX ar fáil faoi láthair
     offline:
@@ -1665,76 +1622,11 @@ ga:
         title: Logáil isteach le Vicipéid
         alt: Logáil isteach le Cuntas Vicipéid
   oauth:
-    authorize:
-      title: Rochtain ar do chuntas a údarú
-      request_access_html: D'iarr an feidhmchlár %{app_name} rochtain ar do chuntas,
-        %{user}. Seiceáil ar mhaith leat go mbeadh na cumais seo a leanas ag an bhfeidhmchlár.
-        Is féidir leat a mhéad nó a laghad acu agus is mian leat a roghnú.
-      allow_to: 'Ceadaigh don chliant-fheidhmchlár an méid seo a leanas a dhéanamh:'
-      allow_read_prefs: do shainroghanna úsáideora a léamh.
-      allow_write_prefs: do shainroghanna úsáideora a athrú.
-      allow_write_diary: iontrálacha dialainne agus nótaí tráchta a chruthú agus cairde
-        a dhéanamh.
-      allow_write_api: an léarscáil a athrú.
-      allow_read_gpx: do loirg phríobháideacha GPS a léamh.
-      allow_write_gpx: loirg GPS a uaslódáil.
-      allow_write_notes: nótaí a athrú.
-      grant_access: Tabhar an Rochtain
-    authorize_success:
-      title: Ceadaíodh an t-iarratas ar údarú
-      allowed_html: Thug tú rochtain ar do chuntas don fheidhmchár %{app_name}.
-      verification: Is é %{code} an cód fíorúcháin.
-    authorize_failure:
-      title: Theip ar an iarratas ar údarú
-      denied: Dhiúltaigh tú rochtain ar do chuntas don fheidhmchár %{app_name}.
-      invalid: Níl an ceadchomhartha bailí.
-    revoke:
-      flash: Tharraing tú siar an ceadchomhartha le haghaidh %{application}
     permissions:
       missing: Níor thug tú cead don fheidhmchlár rochtain a fháil ar an áis seo
     scopes:
       write_diary: Iontrálacha dialainne agus nótaí tráchta a chruthú agus cairde
         a dhéanamh.
-  oauth_clients:
-    new:
-      title: Iarratas nua a chlárú
-    edit:
-      title: D'iarratas a chur in eagar
-    show:
-      title: Sonraí OAuth le haghaidh %{app_name}
-      key: 'Eochair an Íditheora:'
-      secret: 'Rún an Íditheora:'
-      url: 'URL Cheadchomhartha an Iarratais:'
-      access_url: 'URL Cheadchomhartha na Rochtana:'
-      authorize_url: 'URL an Údaraithe:'
-      support_notice: Tacaímid le síniú HMAC-SHA1 (molta) agus síniú RSA-SHA1.
-      edit: Cuir Sonraí in Eagar
-      delete: Scrios Cliant
-      confirm: An bhfuil tú cinnte?
-      requests: 'Na ceadanna seo a leanas á n-iarraidh ón úsáideoir:'
-    index:
-      title: Mo Shonraí OAuth
-      my_tokens: Na Feidhmchláir atá údaraithe agam
-      list_tokens: 'Eisíodh na ceadchomharthaí seo a leanas faoi d''ainm chuig feidhmchláir:'
-      application: Ainm an Fheidhmchláir
-      issued_at: Eisithe Ag
-      revoke: Tarraing siar!
-      my_apps: Na Cliant-fheidhmchláir atá agam
-      no_apps_html: An bhfuil feidhmchlár agat ar mhaith leat a chlárú lena úsáid
-        linn leis an gcaighdeán %{oauth}? Ní mór duit d'fheidhmchlár gréasáin a chlárú
-        sula féidir leis iarrataí OAuth a dhéanamh chuig an tseirbhís seo.
-      registered_apps: 'Tá na cliant-fheidhmchláir seo a leanas cláraithe agat:'
-      register_new: D'fheidhmchlár a chlárú
-    form:
-      requests: 'Na ceadanna seo a leanas a iarraidh ón úsáideoir:'
-    not_found:
-      sorry: Ár leithscéil, níorbh fhéidir an %{type} sin a aimsiú.
-    create:
-      flash: Cláraíodh an fhaisnéis
-    update:
-      flash: Tugadh an fhaisnéis faoin gcliant cothrom le dáta
-    destroy:
-      flash: Scriosadh clárú an chliant-fheidhmchláir
   users:
     new:
       title: Clárú
@@ -1744,7 +1636,6 @@ ga:
         header: Saor in aisce agus oscailte don eagarthóireacht
       display name description: An t-ainm úsáideora atá agat a thaispeántar go poiblí.
         Is féidir leat é seo a athrú níos moille sna sainroghanna.
-      external auth: 'Fíordheimhniú Tríú Páirtí:'
       continue: Cláraigh
       terms accepted: Go raibh maith agat as glacadh leis na téarmaí nua do rannchuiditheoirí.
       use external auth: Nó, bain úsáid as tríú páirtí le logáil isteach
@@ -1752,7 +1643,6 @@ ga:
       title: Téarmaí
       heading: Téarmaí
       consider_pd_why: céard é seo?
-      decline: Diúltaigh
       legale_select: 'Tír chónaithe:'
       legale_names:
         france: An Fhrainc
@@ -1800,29 +1690,17 @@ ga:
     index:
       title: Úsáideoirí
       heading: Úsáideoirí
-  user_role:
-    revoke:
-      confirm: Deimhnigh
   user_blocks:
-    revoke:
-      confirm: An bhfuil tú cinnte gur mhaith leat an bac seo a tharraingt siar?
-      revoke: Tarraing siar!
-      flash: Tarraingíodh an bac seo siar.
     helper:
       block_duration:
         hours:
           one: uair amháin an chloig
           other: '%{count} uair an chloig'
-    show:
-      show: Taispeáin
-      confirm: An bhfuil tú cinnte?
-      needs_view: Ní mór don úsáideoir logáil isteach sula nglanfar an bac seo.
     block:
       not_revoked: (nár tarraingíodh siar)
       show: Taispeáin
       edit: Cuir in Eagar
-      revoke: Tarraing siar!
-    blocks:
+    page:
       display_name: Úsáideoir Bactha
       creator_name: Cruthaitheoir
       reason: Cúis don bhac
@@ -1843,6 +1721,8 @@ ga:
     new:
       title: Nóta Nua
       add: Cuir Nóta Leis
+    notes_paging_nav:
+      showing_page: Leathanach %{page}
   javascripts:
     close: Dún
     share:
index 98b02e68bd82188c5c3015a70ebefb3aef8c28a8..a3a89fd6700e09b2ff3c38fef2e7b956496c71b4 100644 (file)
@@ -156,11 +156,6 @@ gcf:
       introduction: Pijé asi kat-la pou jwenn biten toupréla.
       nearby: Biten pa lwen
   changesets:
-    changeset_paging_nav:
-      showing_page: Kotéfèy %{page}
-      previous: Pwochenn
-    changesets:
-      comment: Komantasyon
     show:
       discussion: Bokantaj
       join_discussion: Konèkté-w pou jwenn bokantaj-la
@@ -194,8 +189,6 @@ gcf:
       no_entries: Pa ni nouvèl an jounal a-w
     page:
       recent_entries: 'Nouvel fré:'
-      older_entries: Nouvèl rasi
-      newer_entries: Nouvèl pi fré
     edit:
       marker_text: Ola jounal la ka koumansé
     show:
@@ -218,13 +211,9 @@ gcf:
       comment_from_html: Komantè a %{link_user} koté %{comment_created_at}
       hide_link: Dévwè komantasyon-lasa
       confirm: Konfirmé
-    location:
-      view: Vwè
   diary_comments:
     page:
       comment: Komantasyon
-      newer_comments: Sé komantasyon pli nèf la
-      older_comments: Pli vyé komantasyon
   doorkeeper:
     scopes:
       phone: Vwè liméwo a téléfòn a-w
@@ -429,9 +418,6 @@ gcf:
         level8: Lizyè a konmin
         level9: Lizyè a vilaj
         level10: Lizyè a sèksyon
-      types:
-        cities: Vil prensipal
-        towns: Vil
     results:
       no_results: Yo pa jwenn p'on rézilta
   issues:
@@ -463,7 +449,6 @@ gcf:
     export: Voyé déwò
     gps_traces: Chimen GPS
     user_diaries: Jounal
-    tag_line: Lyannaj pou kat lib
     intro_header: Kontan vwè-w asi OpenStreetMap!
     intro_text: Openstreetmap, sé on kat a lèmonn-la ki fèt parapòt a moun kon-w é
       lib pou sèvi épi-y évè on lisans lib.
@@ -471,10 +456,7 @@ gcf:
       travay enpòtan asi-y pou-y maché bien.
     osm_read_only: Atchelman ou pé li selamn base a doné a OpenStreetMap ; Yo ka fè
       on gwo travay enpòtan asi-y pou-y maché bien.
-    donate: Ba OpenStreetMap on Fòs, %{link} Pou fè matériel la vansé.
     help: Anmwé
-    make_a_donation:
-      text: Ba OpenStreetMap On Fòs
     more: Plis
   user_mailer:
     diary_comment_notification:
@@ -508,7 +490,6 @@ gcf:
           ou konmanté. Maké-la ora a %{place}.'
     changeset_comment_notification:
       hi: Yéla %{to_user},
-      greeting: Yéla,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} voyé on komantasyon asi yonn a
           krèy a modifikasyon a-w'
@@ -552,16 +533,21 @@ gcf:
       delete: Néyantizé
   sessions:
     new:
-      title: Konnékté-w
       tab_title: Konnékté-w
       email or username: 'Adrès imél oben nom itilizatè a-w :'
       password: 'Kòd a''w:'
       remember: Sonjé-mwen
       lost password link: Ou pèd kòd a-w?
       login_button: Konnékté-w
+  shared:
+    pagination:
+      diary_comments:
+        older: Pli vyé komantasyon
+        newer: Sé komantasyon pli nèf la
+      diary_entries:
+        older: Nouvèl rasi
+        newer: Nouvèl pi fré
   site:
-    about:
-      next: Jousapré
     copyright:
       native:
         mapping_link: koumansé kataj-la
@@ -589,7 +575,6 @@ gcf:
         title: Kontan vwè-w asi OpenStreetMap
     sidebar:
       search_results: Rézilta a chèché aw
-      close: Fèmé
     search:
       search: Chèché
       where_am_i: Ola sa yé?
@@ -637,13 +622,8 @@ gcf:
       wikipedia:
         title: Konèkté-w épi Wikipédya
   oauth:
-    authorize:
-      allow_write_api: modifyé kat-la.
     scopes:
       write_api: Modifyé kat-la
-  oauth_clients:
-    show:
-      confirm: Ès ou sèkten?
   oauth2_applications:
     show:
       delete: Néyantizé
@@ -678,12 +658,6 @@ gcf:
       flash success: Tou sa ou fè jis alè ki lé piblik ou pa otorizé édité.
     suspended:
       support: janmdifòs
-  user_role:
-    revoke:
-      confirm: Konfirmé
-  user_blocks:
-    show:
-      confirm: Ès ou sèkten?
   user_mutes:
     index:
       table:
@@ -692,6 +666,8 @@ gcf:
   notes:
     index:
       last_changed: Dènyé lèwvwè yo modifyé-y
+    notes_paging_nav:
+      showing_page: Kotéfèy %{page}
   javascripts:
     close: Fèmé
     share:
index fa0c5e9da1c3102fc80afe8ddfa5979d3bacb61d..cc09459225c14b77b2055d886a56323a8259b60c 100644 (file)
@@ -2,7 +2,6 @@
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: Akerbeltz
-# Author: Amire80
 # Author: Cuan
 # Author: Dimitar
 # Author: GunChleoc
@@ -80,11 +79,16 @@ gd:
         name: Ainm (Riatanach)
         callback_url: URL ais-ghairm
         support_url: URL taice
+        allow_write_api: am mapa atharrachadh
+        allow_read_gpx: na lorgaidhean GPS prìobhaideach aca a leughadh
+        allow_write_gpx: lorgaidhean GPS a luchdadh suas
+        allow_write_notes: nòtaichean atharrachadh
       diary_comment:
         body: Bodhaig
       diary_entry:
         user: Cleachdaiche
         title: Cuspair
+        body: Bodhaig
         latitude: Domhan-leud
         longitude: Domhan-fhad
         language_code: Cànan
@@ -231,6 +235,7 @@ gd:
   account:
     deletions:
       show:
+        confirm_delete: A bheil thu cinnteach?
         cancel: Sguir dheth
   accounts:
     edit:
@@ -357,26 +362,25 @@ gd:
       wikidata_link: An nì %{page} air Wikidata
       wikipedia_link: An artaigil %{page} air Wikidata
       telephone_link: Cuir fòn gu %{phone_number}
+      email_link: Post-d %{email}
     query:
       title: Lorg feartan sònraichte
       introduction: Briog air a' mhapa gus feartan faisg air a lorg.
       nearby: Feartan am fagas
       enclosing: Feartan timcheall air
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Beachd ùr air seata atharraichean OpenStreetMap %{changeset_id} le
+          %{author}
+        commented_at_by_html: Air ùrachadh %{when} le %{user}
+      show:
+        title_all: Deasbaireachd air seataichean atharraichean OpenStreetMap
+        title_particular: Deasbaireachd air seata atharraichean OpenStreetMap %{changeset_id}
   changesets:
-    changeset_paging_nav:
-      showing_page: Duilleag %{page}
-      next: Air adhart »
-      previous: « Air ais
     changeset:
-      anonymous: Gun ainm
       no_edits: (cha deach a dheasachadh)
       view_changeset_details: Seall mion-fhiosrachadh air an t-seata atharraichean
-    changesets:
-      id: ID
-      saved_at: Air a shàbhaladh
-      user: Cleachdaiche
-      comment: Beachd
-      area: Raon
     index:
       title: Seataichean atharraichean
       title_user: Seataichean atharraichean le %{user}
@@ -423,14 +427,6 @@ gd:
     timeout:
       sorry: Duilich ach thug e ro fhada gus an seata atharraichean a dh'iarr thu
         fhaighinn.
-  changeset_comments:
-    comment:
-      comment: Beachd ùr air seata atharraichean OpenStreetMap %{changeset_id} le
-        %{author}
-      commented_at_by_html: Air ùrachadh %{when} le %{user}
-    index:
-      title_all: Deasbaireachd air seataichean atharraichean OpenStreetMap
-      title_particular: Deasbaireachd air seata atharraichean OpenStreetMap %{changeset_id}
   dashboards:
     contact:
       km away: '%{count}km air falbh'
@@ -466,8 +462,6 @@ gd:
       no_entries: Chan eil clàr san leabhar-latha
     page:
       recent_entries: Clàran an leabhair-latha o chionn goirid
-      older_entries: Clàran nas sine
-      newer_entries: Clàran nas ùire
     edit:
       title: Deasaich clàr an leabhair-latha
       marker_text: Àite clàr an leabhair-latha
@@ -501,8 +495,6 @@ gd:
       confirm: Dearbhaich
     location:
       location: 'Àite:'
-      view: Seall
-      edit: Deasaich
     feed:
       user:
         title: Clàran san leabhar-latha OpenStreetMap aig %{user}
@@ -520,8 +512,6 @@ gd:
       post: Post
       when: Àm
       comment: Beachd
-      newer_comments: Beachdan nas ùire
-      older_comments: Beachdan nas sine
   errors:
     forbidden:
       title: Toirmisgte
@@ -650,6 +640,7 @@ gd:
           "yes": Drochaid
         building:
           garage: Garaids
+          garages: Garaidsean
           house: Taigh
           shed: Seada
           static_caravan: Carabhan
@@ -1034,13 +1025,25 @@ gd:
         level8: Crìoch baile
         level9: Crìoch baile bhig
         level10: Crìoch frith-bhaile
-      types:
-        cities: Bailtean
-        towns: Bailtean
-        places: Àiteachan
     results:
       no_results: Cha deach toradh a lorg
       more_results: Barrachd toraidhean
+  issues:
+    index:
+      search: Lorg
+      states:
+        open: Fosgailte
+    show:
+      reports:
+        one: '%{count} aithris'
+        two: '%{count} aithris'
+        few: '%{count} aithrisean'
+        other: '%{count} aithris'
+      read_reports: Leugh aithrisean
+      new_reports: Aithrisean Ùra
+    helper:
+      reportable_title:
+        note: 'Nòta #%{note_id}'
   layouts:
     logo:
       alt_text: Suaicheantas OpenStreetMap
@@ -1052,33 +1055,20 @@ gd:
     edit: Deasaich
     history: Eachdraidh
     export: Às-phortaich
-    data: Dàta
-    export_data: Às-phortaich dàta
     gps_traces: Lorgaidhean GPS
-    gps_traces_tooltip: Stiùirich na lorgaidhean GPS
     user_diaries: Leabhraichean-latha
-    user_diaries_tooltip: Seall leabhraichean-latha
     edit_with: Deasaich le %{editor}
-    tag_line: Mapa uicidh saor an t-saoghail
     intro_header: Fàilte gu OpenStreetMap!
     intro_text: '''S e mapa an t-saoghail a tha san OpenStreetMap a chaidh a chruthachadh
       le daoine mar thu fhèin ''s a tha saor fo cheadachas fhosgailte.'
-    intro_2_create_account: Cruthaich cunntas cleachdaiche
     partners_partners: com-pàirtichean eile
     osm_offline: Tha an stòr-dàta aig OpenStreetMap far loidhńe an-dràsta on a tha
       sinn a' dèanamh obair-charaidh riatanach air.
     osm_read_only: Tha an stòr-dàta aig OpenStreetMap sa mhodh leughaidh a-mhàin an-dràsta
       on a tha sinn a' dèanamh obair-charaidh riatanach air.
-    donate: Cuir taic ri OpenStreetMap agus %{link} a chum àrdachadh a' bhathair-chruaidh.
     help: Cobhair
     about: Mu dhèidhinn
     copyright: Còir-lethbhreac
-    community: Coimhearsnachd
-    community_blogs: Blogaichean coimhearsnachd
-    community_blogs_title: Blogaichean aig buill dhen choimhearsnachd OpenStreetMap
-    make_a_donation:
-      title: Cuir taic ri OpenStreetMap le tìodhlac airgid
-      text: Thoir tìodhlac dhuinn
     learn_more: Barrachd fiosrachaidh
     more: Barrachd
   user_mailer:
@@ -1097,6 +1087,7 @@ gd:
       footer_html: '''S urrainn dhut an teachdaireachd a leughadh air %{readurl} cuideachd
         agus freagairt a sgrìobhadh air %{replyurl}'
     friendship_notification:
+      hi: Shin thu, %{to_user},
       subject: '[OpenStreetMap] Chuir %{user} ''na charaid ris thu'
       had_added_you: '[OpenStreetMap] Chuir %{user} ''na charaid ris thu air OpenStreetMap.'
       see_their_profile: '''S urrainn dhut a'' phròifil aig an neach ud a shealltainn
@@ -1104,9 +1095,11 @@ gd:
       befriend_them: '''S urrainn dhut an neach ud a a chur ''nad caraid ris air %{befriendurl}
         cuideachd.'
     gpx_failure:
+      hi: Shin thu, %{to_user},
       failed_to_import: 'ion-phortachadh. Seo a'' mhearachd:'
       subject: '[OpenStreetMap] Dh''fhàillig le ion-phortadh GPX'
     gpx_success:
+      hi: Shin thu, %{to_user},
       subject: '[OpenStreetMap] Shoirbhich le ion-phortadh GPX'
     signup_confirm:
       subject: '[OpenStreetMap] Fàilte gu OpenStreetMap'
@@ -1134,6 +1127,7 @@ gd:
       click_the_link: Mas e tusa a bh' ann, briog air a' cheangal gu h-ìosal gus am
         facal-faire agad ath-shuidheachadh.
     note_comment_notification:
+      description: 'Nòta OpenStreetMap #%{id}'
       anonymous: Ball gun ainm
       greeting: Shin thu,
       commented:
@@ -1163,7 +1157,6 @@ gd:
       details: Gheibh thu barrachd fiosrachaidh air an nòta air %{url}.
     changeset_comment_notification:
       hi: Shin thu, %{to_user},
-      greeting: Shin thu,
       commented:
         subject_own: '[OpenStreetMap] Thug %{commenter} beachd air seata atharraichean
           agad'
@@ -1218,7 +1211,6 @@ gd:
     message_summary:
       unread_button: Cuir comharra nach deach a leughadh
       read_button: Cuir comharra gun deach a leughadh
-      reply_button: Freagair
       destroy_button: Sguab às
     new:
       title: Cuir teachdaireachd
@@ -1264,7 +1256,7 @@ gd:
     new:
       title: Facal-faire air chall
       heading: Na chaill thu am facal-faire agad?
-      email address: 'Seòladh puist-d:'
+      email address: Seòladh puist-d
       new password button: Ath-shuidhich am facal-faire
       help_text: Cuir a-steach an seòladh puist-d a chleachd thu gus an cunntas agad
         a chlàradh agus cuiridh sinn post-d dha as urrainn dhut cleachdadh gus am
@@ -1293,14 +1285,12 @@ gd:
         fuireach le briogadh air a' mhapa?
   sessions:
     new:
-      title: Clàraich a-steach
       tab_title: Clàraich a-steach
       email or username: Seòladh puist-d no ainm-cleachdaiche
       password: Facal-faire
       remember: Cuimhnich orm
       lost password link: Na chaill thu am facal-faire agad?
       login_button: Clàraich a-steach
-      register now: Clàraich an-dràsta
       with external: 'No cleachd treas-phàrtaidh airson clàradh a-steach:'
       or: "no"
       auth failure: Duilich ach chan urrainn dhuinn do clàradh a-steach leis an fiosrachadh
@@ -1314,9 +1304,18 @@ gd:
       image: Dealbh
     richtext_field:
       edit: Deasaich
+    pagination:
+      diary_comments:
+        older: Beachdan nas sine
+        newer: Beachdan nas ùire
+      diary_entries:
+        older: Clàran nas sine
+        newer: Clàran nas ùire
+      traces:
+        older: Lorgaidhean nas sine
+        newer: Lorgaidhean nas ùire
   site:
     about:
-      next: Air adhart
       used_by_html: Bheir %{name} dàta mapa dha mhìltean de làraichean-lìn, aplacaidean
         inneil-làimhe agus uidheaman bathair-chruaidh
       lede_text: Tha OpenStreetMap 'ga thogail le coimhearsnachd de luchd-mapachaidh
@@ -1359,6 +1358,9 @@ gd:
           Gabhaidh sinn a-steach dàta fo cheadachas fosgailte aig buidhnean
           mapachaidh nàiseanta agus tùsan eile, agus tha an fheadhainn a leanas
           'nam measg:
+        contributors_at_austria: An Ostair
+        contributors_au_australia: Astràilia
+        contributors_ca_canada: Canada
         contributors_fr_france: An Fhraing
         contributors_nl_netherlands: Na Tìrean Ìsle
         contributors_nz_new_zealand: Sealainn Nuadh
@@ -1390,8 +1392,6 @@ gd:
       user_page_link: duilleag a' chleachdaiche
       anon_edits_link_text: Faigh a-mach carson
       id_not_configured: Cha deach iD a rèiteachadh
-      no_iframe_support: Cha toir am brabhsair agad taic ri HTML iframes a tha riatanach
-        airson an fhearta seo.
     export:
       title: Às-phortaich
       manually_select: Tagh raon eile a làimh
@@ -1454,10 +1454,8 @@ gd:
       title: A bheil ceist sam bith agad?
     sidebar:
       search_results: Toraidhean luirg
-      close: Dùin
     search:
       search: Lorg
-      get_directions: Faigh seòlaidhean
       get_directions_title: Lorg seòlaidhean eadar dà àite
       from: O
       to: Gu
@@ -1579,8 +1577,6 @@ gd:
       title: A' deasachadh lorgadh %{name}
       heading: A' deasachadh lorgadh %{name}
       visibility_help: Dè as ciall dha seo?
-    trace_optionals:
-      tags: Tagaichean
     show:
       title: A' sealltainn lorgadh %{name}
       heading: A' sealltainn lorgadh %{name}
@@ -1622,14 +1618,9 @@ gd:
         goirid
       tagged_with: ' ris a bheil taga %{tags}'
       upload_trace: Luchdaich suas lorgadh
-    page:
-      older: Lorgaidhean nas sine
-      newer: Lorgaidhean nas ùire
     destroy:
       scheduled_for_deletion: Chaidh an lorgadh seo a chur air an sgeideil gus a sguabadh
         às
-    make_public:
-      made_public: Chaidh an lorgadh seo 'na fhear poblach
     offline_warning:
       message: Chan eil siostam luchdaidh suas nam faidhlichean GPX ri fhaighinn an-dràsta
     offline:
@@ -1675,75 +1666,6 @@ gd:
       wikipedia:
         title: Clàraich a-steach leis an Uicipeid
         alt: Suaicheantas Uicipeid
-  oauth:
-    authorize:
-      title: Ceadaich inntrigeadh dhan chunntas agad
-      request_access_html: Dh'iarr aplacaid %{app_name} inntrigeadh dhan chunntas
-        agad, %{user}. Thoir sùil a bheil thu airson 's gum bi na comasan a leanas
-        air an aplacaid. 'S urrainn dhut an t-uiread dhiubh a thogras tu a thaghadh,
-        ge b' e mòr no beag.
-      allow_to: 'Faodaidh aplacaid a'' chliant:'
-      allow_read_prefs: roghainnean a' chleachdaiche agad a leughadh.
-      allow_write_prefs: roghainnean a' chleachdaiche agad atharrachadh.
-      allow_write_diary: clàran leabhair-latha a chruthachadh, beachdan a thoirt agus
-        caraidean a chur ris.
-      allow_write_api: am mapa atharrachadh.
-      allow_read_gpx: na lorgaidhean GPS prìobhaideach agad a leughadh.
-      allow_write_gpx: lorgaidhean GPS a luchdadh suas.
-      allow_write_notes: nòtaichean atharrachadh.
-      grant_access: Thoir inntrigeadh
-    authorize_success:
-      title: Chaidh gabhail ri iarrtas a' chead
-      allowed_html: Thug thu cead dha dh'aplacaid %{app_name} an cunntas agad inntrigeadh.
-      verification: '''S e %{code} a tha sa chòd dearbhaidh.'
-    authorize_failure:
-      title: Chaidh iarrtas a' chead a dhiùltadh
-      denied: Dhiùlt thu gun inntrigeadh aplacaid %{app_name} an cunntas agad.
-      invalid: Chan eil tòcan a' chead dligheach.
-    revoke:
-      flash: Tha thu air tòcan a' chead airson %{application} a chùl-ghairm
-  oauth_clients:
-    new:
-      title: Clàraich aplacaid ùr
-    edit:
-      title: Deasaich an aplacaid agad
-    show:
-      title: Fiosrachadh OAuth airson %{app_name}
-      key: 'Iuchair a'' chleachdaiche:'
-      secret: 'Rùn a'' chleachdaiche:'
-      url: 'URL tòcan an iarrtais:'
-      access_url: 'URL tòcan an inntrigidh:'
-      authorize_url: 'URL a'' chead:'
-      support_notice: Ciridh sinn taic ri soidhneadh HMAC-SHA1 (a mholamaid) agus
-        RSA-SHA1.
-      edit: Deasaich am fiosrachadh
-      delete: Sguab às an cliant
-      confirm: A bheil thu cinnteach?
-      requests: 'Ag iarraidh on chleachdaiche gum faodar:'
-    index:
-      title: Am fiosrachadh OAuth agad
-      my_tokens: Na h-aplacaidean agam air a bheil cead
-      list_tokens: 'Chaidh na tòcanan seo a thoirt seachad dha dh''aplacaidean às
-        do leth:'
-      application: Ainm na h-aplacaid
-      issued_at: Air a thoirt seachad
-      revoke: Cùl-ghairm!
-      my_apps: Na h-aplacaidean cliant agam
-      no_apps_html: A bheil aplacaid agad a bu toil leat clàradh gus a cleachdadh
-        leinn 's a chleachdas an stannard %{oauth}? Feumaidh tu an aplacaid-lìn agad
-        a clàradh mus fhaod e iarrtas OAuth a chur dhan t-seirbheis seo.
-      registered_apps: 'Seo na h-aplacaidean cliant a clàraich thu leinn:'
-      register_new: Clàraich an aplacaid agad
-    form:
-      requests: 'Iarr on chleachdaiche gum faodar:'
-    not_found:
-      sorry: Duilich ach cha deach a' %{type} ud a lorg.
-    create:
-      flash: Chaidh am fiosrachadh a chlàradh gu soirbheachail
-    update:
-      flash: Chaidh fiosrachadh a' chliant ùrachadh gu soirbheachail
-    destroy:
-      flash: Chaidh clàradh na h-aplacaid cliant a mhilleadh
   users:
     new:
       title: Clàraich
@@ -1753,9 +1675,9 @@ gd:
         header: Saor agus gabhaidh deasachadh
       display name description: An t-ainm-cleachdaiche agad a thèid a shealltainn
         gu poblach. 'S urrainn dhut seo atharrachadh uair sam bith sna roghainnean.
-      external auth: 'Dearbhadh treas-phàrtaidh:'
       continue: Clàraich
       terms accepted: Mòran taing gun do dh'aontaich thu ri teirmichean a' chom-pàirtiche!
+      or: "no"
       use external auth: No cleachd treas-phàrtaidh airson clàradh a-steach
     terms:
       title: Teirmichean a' chom-pàirtiche
@@ -1763,8 +1685,6 @@ gd:
       consider_pd: A bharrachd air an aonta gu h-àrd, aontaichidh mi gun dèid na bheir
         mi dhuibh 'nam cho-thabhartaiche a chur sa Public Domain
       consider_pd_why: Dè th`ann?
-      consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
-      decline: Cha ghabh mi ris
       you need to accept or decline: Feuch an leugh thu teirmichean ùra a' chom-pàirtiche
         agus an uairsin aontaich no nach gabh riutha mus lean thu air adhart.
       legale_select: 'Dùthaich còmhnaidh:'
@@ -1848,23 +1768,11 @@ gd:
       already_has_role: Tha an dreuchd "%{role}" aig a' chleachdaiche mar-thà.
       doesnt_have_role: Chan eil an dreuchd "%{role}" aig a' chleachdaiche.
     grant:
-      title: Dearbhaich toirt seachad dreuchd
-      heading: Dearbhaich toirt seachad dreuchd
       are_you_sure: A bheil thu cinnteach gu bheil thu airson an dreuchd "%{role}"
         a thoirt dhan chleachdaiche "%{name}"?
-      confirm: Dearbhaich
-      fail: Cha b' urrainn dhuinn an dreuchd "%{role}" a thoirt dhan chleachdaiche
-        "%{name}". Dearbhaich gu bheil an dà chuid an cleachdaiche agus an dreuchd
-        dligheach.
     revoke:
-      title: Dearbhaich cùl-ghairm dreuchd
-      heading: Dearbhaich cùl-ghairm dreuchd
       are_you_sure: A bheil thu cinnteach gu bheil thu airson an dreuchd "%{role}"
         a thoirt air falbh on chleachdaiche "%{name}"?
-      confirm: Dearbhaich
-      fail: Cha b' urrainn dhuinn an dreuchd "%{role}" a thoirt air falbh on chleachdaiche
-        "%{name}". Dearbhaich gu bheil an dà chuid an cleachdaiche agus an dreuchd
-        dligheach.
   user_blocks:
     model:
       non_moderator_update: Feumaidh tu bhith 'nad mhaoir mus urrainn dhut bacadh
@@ -1897,15 +1805,6 @@ gd:
       title: Bacadh chleachdaichean
       heading: Liosta dhe na cleachdaichean a chaidh a bhacadh.
       empty: Cha deach duine sam bith a bhacadh fhathast.
-    revoke:
-      title: A' cùl-ghairm am bacadh air %{block_on}
-      heading_html: A' cùl-ghairm am bacadh air %{block_on} le %{block_by}
-      time_future_html: Falbhaidh an ùine air a' bacadh seo an ceann %{time}.
-      past_html: Dh'fhalbh an ùine air a' bhacadh seo o chionn %{time} agus cha ghabh
-        a chùl-ghairm a-nis.
-      confirm: A bheil thu cinnteach gu bheil thu airson am bacadh seo a chùl-ghairm?
-      revoke: Cùl-ghairm!
-      flash: Chaidh am bacadh seo a chùl-ghairm.
     helper:
       time_future_html: Falbhaidh an ùine air an ceann %{time}.
       until_login: Gnìomhach gus an clàraich an cleachdaiche a-steach.
@@ -1925,20 +1824,14 @@ gd:
       title: Chaidh %{block_on} a bhacadh le %{block_by}
       heading_html: Chaidh %{block_on} a bhacadh le %{block_by}
       status: Staid
-      show: Seall
       edit: Deasaich
-      revoke: Cùl-ghairm!
-      confirm: A bheil thu cinnteach?
       reason: 'Adhbhar a'' bhacaidh:'
       revoker: 'Cùl-ghairm le:'
-      needs_view: Feumaidh an cleachdaiche clàradh a-steach mus dèid am bacadh seo
-        a thoirt air falamh.
     block:
       not_revoked: (cha deach a chùl-ghairm)
       show: Seall
       edit: Deasaich
-      revoke: Cùl-ghairm!
-    blocks:
+    page:
       display_name: Cleachdaiche bacte
       creator_name: Cruthadair
       reason: Adhbhar a' bhacaidh
@@ -1974,7 +1867,10 @@ gd:
         eile ach an urrainn dhuinn seo a chàradh. Gluais an comharra gun ionad cheart
         agus sgrìobh nòta gus an duilgheadas a mhìneachadh. (Thoir an aire nach cuir
         thu a-steach fiosrachadh pearsanta no o mhapaichean no eòlairean fo chòir-lethbhreac.)
+      anonymous_warning_log_in: clàraich a-steach
       add: Cuir nòta ris
+    notes_paging_nav:
+      showing_page: Duilleag %{page}
   javascripts:
     close: Dùin
     share:
@@ -2029,9 +1925,15 @@ gd:
       Briog an-seo an uairsin.
     directions:
       engines:
+        fossgis_osrm_bike: Rothair (OSRM)
         fossgis_osrm_car: Càr (OSRM)
+        fossgis_osrm_foot: Coiseachd (OSRM)
         graphhopper_bicycle: Baidhseagal (GraphHopper)
+        graphhopper_car: Càr (GraphHopper)
         graphhopper_foot: Coiseachd (GraphHopper)
+        fossgis_valhalla_bicycle: Rothair (Valhalla)
+        fossgis_valhalla_car: Càr (Valhalla)
+        fossgis_valhalla_foot: Coiseachd (Valhalla)
       directions: Seòlaidhean
       distance: Astar
       errors:
@@ -2043,6 +1945,17 @@ gd:
         turn_left_without_exit: Tionndaidh gu clì dha %{name}
         unnamed: gun ainm
         courtesy: Chaidh na seòlaidhean a thoirt dhuinn le cead %{link}
+        exit_counts:
+          first: 1d
+          second: 2na
+          third: 3mh
+          fourth: 4mh
+          fifth: 5mh
+          sixth: 6mh
+          seventh: 7mh
+          eighth: 8mh
+          ninth: 9mh
+          tenth: 10mh
       time: Ùine
     query:
       node: Nòd
index 28e5f553faa72131ed90bb3a4dca4b78a48f43b1..79b2016503c3db888d7ebc9df91161d400cff105 100644 (file)
@@ -57,8 +57,6 @@ gl:
   activerecord:
     errors:
       messages:
-        invalid_email_address: non semella ser un enderezo de correo electrónico válido
-        email_address_not_routable: non é atinxíbel
         display_name_is_user_n: non pode ser user_n agás que n sexa o teu identificador
           de usuario
       models:
@@ -138,7 +136,7 @@ gl:
         longitude: Lonxitude
         public: Público
         description: Descrición
-        gpx_file: Subir un ficheiro GPX
+        gpx_file: Elixir un ficheiro de pista GPS
         visibility: Visibilidade
         tagstring: Etiquetas
       message:
@@ -400,7 +398,8 @@ gl:
         note: nota
     timeout:
       title: Tempo excedido
-      sorry: Tardouse demasiado en obter os datos para o %{type} co id %{id}.
+      sorry: Tardouse demasiado en obter os datos para o tipo "%{type}" co identificador
+        %{id}.
       type:
         node: nó
         way: vía
@@ -426,41 +425,61 @@ gl:
       wiki_link:
         key: A páxina de descrición da etiqueta %{key}
         tag: A páxina de descrición da etiqueta %{key}=%{value}
-      wikidata_link: O elemento %{page} no Wikidata
+      wikidata_link: O elemento %{page} en Wikidata
       wikipedia_link: O artigo sobre %{page} na Wikipedia
-      wikimedia_commons_link: O elemento %{page} en Wikimedia Comúns
+      wikimedia_commons_link: O elemento %{page} en Wikimedia Commons
       telephone_link: Chamar a %{phone_number}
       colour_preview: Previsualización da cor %{colour_value}
       email_link: Correo electrónico %{email}
     query:
       title: Consultar os elementos
-      introduction: Prema no mapa para atopar elementos preto daquí.
-      nearby: Elementos preto daquí
-      enclosing: Elementos darredor
+      introduction: Preme no mapa para atopar elementos preto de aquí.
+      nearby: Elementos preto de aquí
+      enclosing: Elementos arredor
+  nodes:
+    timeout:
+      sorry: Tardouse demasiado en obter os datos para o nodo co identificador %{id}.
   old_nodes:
     not_found:
       sorry: Sentímolo, non se puido atopar a versión %{version} do nó n.º %{id}.
+    timeout:
+      sorry: Tardouse demasiado en obter o historial para o nodo co identificador
+        %{id}.
+  ways:
+    timeout:
+      sorry: Tardouse demasiado en obter os datos para a vía co identificador %{id}.
   old_ways:
     not_found:
       sorry: Sentímolo, non se puido atopar a versión %{version} da vía n.º %{id}.
+    timeout:
+      sorry: Tardouse demasiado en obter o historial para a vía co identificador %{id}.
+  relations:
+    timeout:
+      sorry: Tardouse demasiado en obter os datos para a relación co identificador
+        %{id}.
   old_relations:
     not_found:
       sorry: Sentímolo, non se puido atopar a versión %{version} da relación n.º %{id}.
+    timeout:
+      sorry: Tardouse demasiado en obter o historial para a relación co identificador
+        %{id}.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Novo comentario sobre o conxunto de modificacións n.º %{changeset_id}
+          de %{author}
+        commented_at_by_html: Actualizado %{when} por %{user}
+      show:
+        title_all: Parola do conxunto de modificacións no OpenStreetMap
+        title_particular: Conversa do conxunto de modificacións n.º %{changeset_id}
+          do OpenStreetMap
+      timeout:
+        sorry: Sentímolo, a listaxe dos comentarios do conxuntos de modificacións
+          que solicitaches tardou moito en obterse.
   changesets:
-    changeset_paging_nav:
-      showing_page: Páxina %{page}
-      next: Seguinte »
-      previous: « Anterior
     changeset:
-      anonymous: Anónimo
       no_edits: (sen edicións)
       view_changeset_details: Ollar os detalles do conxunto de modificacións
-    changesets:
-      id: ID
-      saved_at: Gardado o
-      user: Usuario
-      comment: Comentario
-      area: Zona
     index:
       title: Conxuntos de modificacións
       title_user: Conxuntos de modificacións por %{user}
@@ -491,7 +510,6 @@ gl:
       title: Conxunto de modificacións %{id}
       created_by_html: Creado por %{link_user} o %{created}.
     no_such_entry:
-      title: Non existe ese conxunto de modificacións
       heading: 'Non hai ningunha entrada co ID: %{id}'
       body: Non existe ningún conxunto de modificacións co identificador %{id}. Comproba
         a ortografía ou que a ligazón que seguiches estea ben.
@@ -526,21 +544,6 @@ gl:
     timeout:
       sorry: Desculpe que levase moito tempo obter a listaxe do conxunto de modificacións
         que solicitou.
-  changeset_comments:
-    comment:
-      comment: Novo comentario sobre o conxunto de modificacións n.º %{changeset_id}
-        de %{author}
-      commented_at_by_html: Actualizado %{when} por %{user}
-    comments:
-      comment: Novo comentario sobre o conxunto de modificacións n.º %{changeset_id}
-        de %{author}
-    index:
-      title_all: Parola do conxunto de modificacións no OpenStreetMap
-      title_particular: Conversa do conxunto de modificacións n.º %{changeset_id}
-        do OpenStreetMap
-    timeout:
-      sorry: Sentímolo, a listaxe dos comentarios do conxuntos de modificacións que
-        solicitaches tardou moito en obterse.
   dashboards:
     contact:
       km away: a %{count}km de distancia
@@ -582,8 +585,6 @@ gl:
       no_entries: Non hai entradas no diario
     page:
       recent_entries: Entradas recentes no diario
-      older_entries: Entradas máis vellas
-      newer_entries: Entradas máis novas
     edit:
       title: Editar a entrada do diario
       marker_text: Localización da entrada no diario
@@ -623,8 +624,6 @@ gl:
       report: Denunciar este comentario
     location:
       location: 'Localización:'
-      view: Ollar
-      edit: Editar
     feed:
       user:
         title: Entradas no diario do OpenStreetMap de %{user}
@@ -653,8 +652,6 @@ gl:
       post: Artigo
       when: Cando
       comment: Comentario
-      newer_comments: Comentarios máis recentes
-      older_comments: Comentarios máis vellos
     new:
       heading: Queres engadir un comentario á seguinte conversa sobre a entrada no
         diario?
@@ -732,7 +729,6 @@ gl:
   geocoder:
     search:
       title:
-        results_from_html: Resultados de %{results_link}
         latlon: Fontes internas
         osm_nominatim: Nominatim do OpenStreetMap
         osm_nominatim_reverse: Nominatim do OpenStreetMap
@@ -1508,10 +1504,6 @@ gl:
         level9: Fronteira da vila
         level10: Fronteira do barrio
         level11: Fronteira de barrio
-      types:
-        cities: Cidades
-        towns: Municipios
-        places: Lugares
     results:
       no_results: Non se atopou ningún resultado
       more_results: Máis resultados
@@ -1525,21 +1517,26 @@ gl:
       not_updated: Non Actualizados
       search: Procurar
       search_guidance: 'Procurar problemas:'
+      states:
+        ignored: Ignorados
+        open: Abertos
+        resolved: Resoltos
+    page:
       user_not_found: O usuario non existe
       issues_not_found: Non se atoparon problemas
+      reported_user: Usuario denunciado
       status: Estado
       reports: Denuncias
       last_updated: Última actualización
       last_updated_time_ago_user_html: '%{time_ago} por %{user}'
-      link_to_reports: Ollar denuncias
       reports_count:
         one: '%{count} denuncia'
         other: '%{count} denuncias'
-      reported_item: Elemento informado
+      reported_item: Elemento denunciado
       states:
-        ignored: Ignorados
-        open: Abertos
-        resolved: Resoltos
+        ignored: Ignorado
+        open: Aberto
+        resolved: Resolto
     show:
       title: '%{status} Erro n.º %{issue_id}'
       reports:
@@ -1624,18 +1621,12 @@ gl:
     history: Historial
     export: Exportar
     issues: Problemas
-    data: Datos
-    export_data: Exportar os datos
     gps_traces: Pistas GPS
-    gps_traces_tooltip: Xestionar as pistas GPS
     user_diaries: Diarios de usuario
-    user_diaries_tooltip: Ollar os diarios do usuario
     edit_with: Editar co %{editor}
-    tag_line: O mapa mundial libre
     intro_header: Dámosche a benvida ó OpenStreetMap!
     intro_text: O OpenStreetMap é un mapa do mundo, creado por xente coma ti e de
       libre uso baixo unha licenza aberta.
-    intro_2_create_account: Crea unha conta de usuario
     hosting_partners_2024_html: O aloxamento está fornecido por %{fastly}, %{corpmembers}
       e outros %{partners}.
     partners_fastly: Fastly
@@ -1647,17 +1638,10 @@ gl:
     osm_read_only: A base de datos do OpenStreetMap atópase en modo de só lectura
       mentres realizamos traballos de mantemento nela.
     nothing_to_preview: Non hai nada que previsualizar.
-    donate: Apoie o OpenStreetMap %{link} ao fondo de actualización de hardware.
     help: Axuda
     about: Acerca de
     copyright: Dereitos de autoría
     communities: Comunidades
-    community: Comunidade
-    community_blogs: Blogs da comunidade
-    community_blogs_title: Blogs de membros da comunidade do OpenStreetMap
-    make_a_donation:
-      title: Apoie o OpenStreetMap cunha doazón
-      text: Facer unha doazón
     learn_more: Máis información
     more: Máis
   user_mailer:
@@ -1695,17 +1679,21 @@ gl:
       befriend_them: Tamén pode engadilo coma amizade no %{befriendurl}.
       befriend_them_html: Tamén podes engadilo como amizade no %{befriendurl}.
     gpx_description:
-      description_with_tags: 'Parece o teu ficheiro GPX %{trace_name} coa descrición
+      description_with_tags: 'Parece que o teu ficheiro %{trace_name} coa descrición
         %{trace_description} e as seguintes etiquetas: %{tags}'
-      description_with_tags_html: 'Parece o teu ficheiro GPX %{trace_name} coa descrición
+      description_with_tags_html: 'Parece que o teu ficheiro %{trace_name} coa descrición
         %{trace_description} e as seguintes etiquetas: %{tags}'
-      description_with_no_tags: Parece o teu ficheiro GPX %{trace_name} coa descrición
+      description_with_no_tags: Parece que o teu ficheiro %{trace_name} coa descrición
         %{trace_description} e sen etiquetas
-      description_with_no_tags_html: Parece o teu ficheiro GPX %{trace_name} coa descrición
+      description_with_no_tags_html: Parece que o teu ficheiro %{trace_name} coa descrición
         %{trace_description} e sen etiquetas
     gpx_failure:
       hi: 'Ola %{to_user}:'
-      failed_to_import: 'erro ao importar. Velaquí atópase o erro:'
+      failed_to_import: 'non se puido importar como ficheiro de pista GPS. Verifica
+        que o teu ficheiro sexa un ficheiro GPX válido ou un arquivo que conteña ficheiros
+        GPX no formato admitido (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2).
+        Seica hai algún problema de formato ou de sintaxe co teu ficheiro? Velaquí
+        está o erro de importación:'
       more_info: Máis información sobre os erros de importación de GPX e como evitalos
         en %{url}.
       more_info_html: Máis información sobre os erros de importación de GPX e como
@@ -1723,7 +1711,7 @@ gl:
       all_your_traces_html: Podes atopar todas as pistas GPX que subiches en %{url}.
       subject: '[OpenStreetMap] Importación GPX correcta'
     signup_confirm:
-      subject: '[OpenStreetMap] Dámoslle a benvida ao OpenStreetMap'
+      subject: '[OpenStreetMap] Dámosche a benvida ao OpenStreetMap'
       greeting: Boas!
       created: Alguén (se cadra ti) acaba de crear unha conta en %{site_url}.
       confirm: 'Antes de facer ren, cómpre confirmar que esta solicitude veu de ti.
@@ -1786,7 +1774,6 @@ gl:
     changeset_comment_notification:
       description: Conxunto de modificacións do OpenStreetMap n.º %{id}
       hi: 'Ola, %{to_user}:'
-      greeting: 'Ola:'
       commented:
         subject_own: O %{commenter} de [OpenStreetMap] fixo un comentario nun dos
           teus conxuntos de modificacións
@@ -1852,7 +1839,7 @@ gl:
       old_messages:
         one: '%{count} mensaxe vella'
         other: '%{count} mensaxes vellas'
-      no_messages_yet_html: Aínda non ten ningunha mensaxe. Por que non se pon en
+      no_messages_yet_html: Aínda non tes ningunha mensaxe. Por que non te pos en
         contacto con algunhas das %{people_mapping_nearby_link}?
       people_mapping_nearby: persoas preto de ti
     messages_table:
@@ -1864,7 +1851,6 @@ gl:
     message_summary:
       unread_button: Marcar como non lido
       read_button: Marcar como lido
-      reply_button: Responder
       destroy_button: Eliminar
       unmute_button: Mover á caixa de entrada
     new:
@@ -1873,20 +1859,19 @@ gl:
       back_to_inbox: Volver á caixa de entrada
     create:
       message_sent: Mensaxe enviada
-      limit_exceeded: Estivo enviando unha morea de mensaxes recentemente. Agarde
+      limit_exceeded: Enviaches unha morea de mensaxes dun tempo a esta parte. Agarda
         uns intres denantes de tentar enviar máis.
     no_such_message:
       title: Non se atopou a mensaxe
       heading: Non se atopou a mensaxe
-      body: Non hai ningunha mensaxe con esa ID.
+      body: Non hai ningunha mensaxe con ese identificador.
     outbox:
       title: Caixa de saída
-      actions: Accións
       messages:
         one: Enviaches %{count} mensaxe
         other: Enviaches %{count} mensaxes
-      no_sent_messages_html: Aínda non enviou ningunha mensaxe. Por que non se pon
-        en contacto con algunhas das %{people_mapping_nearby_link}?
+      no_sent_messages_html: Aínda non enviaches ningunha mensaxe. Por que non te
+        pos en contacto con algunhas das %{people_mapping_nearby_link}?
       people_mapping_nearby: persoas preto de ti
     muted:
       title: Mensaxes silenciadas
@@ -1985,7 +1970,6 @@ gl:
       failure: Non foi posíbel actualizar o perfil.
   sessions:
     new:
-      title: Acceder ao sistema
       tab_title: Acceder ao sistema
       login_to_authorize_html: Inicia sesión no OpenStreetMap para acceder a %{client_app_name}.
       email or username: Enderezo de correo electrónico ou nome de usuario
@@ -1993,7 +1977,6 @@ gl:
       remember: Lembrádeme
       lost password link: Perdiches o teu contrasinal?
       login_button: Acceder ao sistema
-      register now: Rexístrate agora
       with external: ou accede cun servizo de terceiros
       or: ou
       auth failure: Sentímolo, non puido acceder ó sistema con eses datos.
@@ -2026,9 +2009,27 @@ gl:
       edit: Editar
       preview: Vista previa
       help: Axuda
+    pagination:
+      diary_comments:
+        older: Comentarios máis vellos
+        newer: Comentarios máis recentes
+      diary_entries:
+        older: Entradas máis vellas
+        newer: Entradas máis novas
+      issues:
+        older: Problemas máis vellos
+        newer: Problemas máis novos
+      traces:
+        older: Pistas máis antigas
+        newer: Pistas máis novas
+      user_blocks:
+        older: Bloqueos máis antigos
+        newer: Bloqueos máis novos
+      users:
+        older: Usuarios máis vellos
+        newer: Usuarios máis novos
   site:
     about:
-      next: Seguinte
       heading_html: '%{copyright}Colaboradores do %{br} OpenStreetMap'
       used_by_html: '%{name} fornece datos xeográficos para milleiros de sitios web,
         aplicacións para móbiles e dispositivos físicos'
@@ -2275,8 +2276,6 @@ gl:
       user_page_link: páxina de usuario
       anon_edits_link_text: Descobra velaquí o motivo.
       id_not_configured: O iD non está configurado
-      no_iframe_support: O teu navegador non soporta os iframes HTML, necesarios para
-        este elemento.
     export:
       title: Exportar
       manually_select: Seleccionar de xeito manual outra zona
@@ -2380,10 +2379,8 @@ gl:
       welcome_mat: Visita o Welcome Mat
     sidebar:
       search_results: Resultados da procura
-      close: Pechar
     search:
       search: Procurar
-      get_directions: Obter indicacións
       get_directions_title: Atopar indicacións entre dous puntos
       from: De
       to: A
@@ -2464,6 +2461,9 @@ gl:
           hospital: Hospital
           building: Edificio significativo
           station: Estación de ferrocarrís
+          railway_halt: Apeadoiro de ferrocarrís
+          subway_station: Estación de metro
+          tram_stop: Parada de tranvía
           summit: Cumio
           peak: Cume
           tunnel: Bordo a raias = túnel
@@ -2472,7 +2472,6 @@ gl:
           destination: Acceso a destino
           construction: Estradas baixo construción
           bus_stop: Parada de bus
-          stop: Parada
           bicycle_shop: Tenda de bicicletas
           bicycle_rental: Alugueiro de bicicletas
           bicycle_parking: Aparcadoiro de bicicletas
@@ -2584,8 +2583,6 @@ gl:
       visibility_help: que significa isto?
     update:
       updated: Pista actualizada
-    trace_optionals:
-      tags: Etiquetas
     show:
       title: Ollando a pista "%{name}"
       heading: Ollando a pista "%{name}"
@@ -2638,13 +2635,8 @@ gl:
       my_traces: As miñas pistas GPS
       traces_from: Pistas públicas de %{user}
       remove_tag_filter: Eliminar etiqueta do filtro
-    page:
-      older: Pistas máis antigas
-      newer: Pistas máis novas
     destroy:
       scheduled_for_deletion: Pista agardando a súa eliminación
-    make_public:
-      made_public: Pista feita pública
     offline_warning:
       message: O sistema de subida de ficheiros GPX non está dispoñíbel
     offline:
@@ -2658,14 +2650,10 @@ gl:
         other: Ficheiro GPX con %{count} puntos de %{user}
       description_without_count: Ficheiro GPX de %{user}
   application:
-    basic_auth_disabled: 'A autenticación básica HTTP está desactivada: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 e 1.0a están desactivados: %{link}'
     permission_denied: Non ten permisos para acceder a esa acción
     require_cookies:
       cookies_needed: Semella que ten as cookies do navegador desactivadas. Actíveas
         antes de continuar.
-    require_admin:
-      not_an_admin: Tes que ser administrador para poder levar a cabo esa acción.
     setup_user_auth:
       blocked_zero_hour: Tes unha mensaxe urxente no sitio web do OpenStreetMap. Debes
         ler a mensaxe antes de poderes gardar as túas edicións.
@@ -2676,7 +2664,6 @@ gl:
         debes coñecelos.
     settings_menu:
       account_settings: Axustes da conta
-      oauth1_settings: Axustes OAuth 1
       oauth2_applications: Aplicacións OAuth 2
       oauth2_authorizations: Autorizacións OAuth 2
       muted_users: Usuarios silenciados
@@ -2702,30 +2689,6 @@ gl:
         title: Acceder ó sistema coa Wikipedia
         alt: Logo da Wikipedia
   oauth:
-    authorize:
-      title: Autorizar o acceso á túa conta
-      request_access_html: A aplicación %{app_name} solicita acceso á túa conta, %{user}.
-        Comproba que desexas que a aplicación teña as seguintes capacidades. Podes
-        escoller cantas queiras.
-      allow_to: 'Permitir á aplicación de cliente a:'
-      allow_read_prefs: ler as súas preferencias de usuario.
-      allow_write_prefs: modificar as súas preferencias de usuario.
-      allow_write_diary: crear entradas de diario, comentarios e facer amizades.
-      allow_write_api: modificar o mapa.
-      allow_read_gpx: ler as súas pistas GPS privadas.
-      allow_write_gpx: subir pistas GPS.
-      allow_write_notes: modificar as notas.
-      grant_access: Permitir o acceso
-    authorize_success:
-      title: Aceptouse a solicitude de autorización
-      allowed_html: Concediches á aplicación %{app_name} o acceso á túa conta.
-      verification: O código de verificación é %{code}.
-    authorize_failure:
-      title: Fallou a solicitude de autorización
-      denied: Revogaches á aplicación %{app_name} o acceso á túa conta.
-      invalid: O pase de autorización non é válido.
-    revoke:
-      flash: Revogou o pase de %{application}
     permissions:
       missing: Non permitiu á aplicación acceder a esta instalación
     scopes:
@@ -2745,48 +2708,6 @@ gl:
     for_roles:
       moderator: Estes permisos son para as accións dispoñibles unicamente para os
         moderadores
-  oauth_clients:
-    new:
-      title: Rexistrar unha nova aplicación
-      disabled: Desactivouse o rexistro de aplicacións OAuth 1
-    edit:
-      title: Editar a túa aplicación
-    show:
-      title: Detalles OAuth para %{app_name}
-      key: 'Chave ou clave do consumidor:'
-      secret: 'Pregunta secreta do consumidor:'
-      url: 'URL do pase da solicitude:'
-      access_url: 'Acceder á URL do pase:'
-      authorize_url: 'Autorizar a URL:'
-      support_notice: Soportamos HMAC-SHA1 (recomendado) e sinaturas RSA-SHA1.
-      edit: Editar os detalles
-      delete: Eliminar o cliente
-      confirm: Queres continuar?
-      requests: 'Solicitar os seguintes permisos ó usuario:'
-    index:
-      title: Os meus detalles OAuth
-      my_tokens: As miñas aplicacións autorizadas
-      list_tokens: 'Os seguintes pases emitíronse ás aplicacións no teu nome:'
-      application: Nome da aplicación
-      issued_at: Publicado o
-      revoke: Revogar!
-      my_apps: As miñas aplicacións de cliente
-      no_apps_html: Tes unha aplicación que desexes rexistrar para empregar o estándar
-        %{oauth}? Tes que rexistrar a túa aplicación web antes de poder facer solicitudes
-        OAuth neste servizo.
-      oauth: OAuth
-      registered_apps: 'Ten rexistradas as seguintes aplicacións de cliente:'
-      register_new: Rexistrar a túa aplicación
-    form:
-      requests: 'Solicitar os seguintes permisos ao usuario:'
-    not_found:
-      sorry: Sentímolo, non se puido atopar este %{type}.
-    create:
-      flash: A información rexistrouse de xeito correcto
-    update:
-      flash: Actualizou de xeito correcto a información do cliente
-    destroy:
-      flash: Destruíu o rexistro da aplicación de cliente
   oauth2_applications:
     index:
       title: As miñas aplicacións de cliente
@@ -2866,8 +2787,6 @@ gl:
         privacy_policy_title: Política de protección de datos da OSMF, que contén
           unha sección sobre os enderezos de correo electrónico
         contributor_terms: termos do colaborador
-      tou: termos de uso
-      external auth: 'Autenticación de terceiros:'
       continue: Rexistrarse
       terms accepted: Grazas por aceptar os novos termos do colaborador!
       email_help:
@@ -2896,16 +2815,15 @@ gl:
       consider_pd: Ademais do anterior, coido que as miñas contribucións están baixo
         dominio público
       consider_pd_why: que é isto?
-      consider_pd_why_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain
       guidance_info_html: 'Información para axudar a comprender estes termos: un %{readable_summary_link}
         e algunhas %{informal_translations_link}'
       readable_summary: resumo lexible por humanos
       informal_translations: traducións informais
       continue: Continuar
-      decline: Rexeitar
+      cancel: Cancelar
       you need to accept or decline: Le e, deseguido, acepta ou rexeita os novos termos
         do colaborador para continuar.
-      legale_select: 'Escolle o teu país de residencia:'
+      legale_select: 'País de residencia:'
       legale_names:
         france: Francia
         italy: Italia
@@ -2990,8 +2908,6 @@ gl:
       summary_no_ip_html: '%{name} creado o %{date}'
       empty: Non se atoparon usuarios que coincidisen
     page:
-      older: Usuarios máis vellos
-      newer: Usuarios máis novos
       found_users:
         one: Atopouse %{count} usuario
         other: Atopáronse %{count} usuarios
@@ -3026,20 +2942,9 @@ gl:
       not_revoke_admin_current_user: Non se puido revogar os dereitos de administrador
         do usuario actual.
     grant:
-      title: Confirmar a concesión do rol
-      heading: Confirmar a concesión do rol
-      are_you_sure: Ten a certeza de querer concederlle o rol "%{role}" ó usuario
-        "%{name}"?
-      confirm: Confirmar
-      fail: Non se lle puido conceder o rol "%{role}" ó usuario "%{name}". Comproba
-        que tanto o usuario coma o rol son correctos.
+      are_you_sure: Queres concederlle o rol "%{role}" ó usuario "%{name}"?
     revoke:
-      title: Confirmar a revogación do rol
-      heading: Confirmar a revogación do rol
-      are_you_sure: Ten a certeza de querer revogarlle o rol "%{role}" ó usuario "%{name}"?
-      confirm: Confirmar
-      fail: Non se lle puido revogar o rol "%{role}" ó usuario "%{name}". Comprobe
-        que tanto o usuario coma o rol son correctos.
+      are_you_sure: Queres quitarlle o rol "%{role}" ó usuario "%{name}"?
   user_blocks:
     model:
       non_moderator_update: Cómpre ser moderador para crear ou actualizar un bloqueo.
@@ -3057,6 +2962,7 @@ gl:
       heading_html: Editando o bloqueo de %{name}
       period: Por canto tempo, a partir de agora, o usuario terá bloqueado o uso da
         API?
+      revoke: Revogar o bloqueo
     filter:
       block_period: O período de bloqueo debe elixirse de entre os valores presentes
         na listaxe despregábel.
@@ -3064,6 +2970,8 @@ gl:
       flash: Bloqueo creado para o usuario %{name}.
     update:
       only_creator_can_edit: Só o moderador que creou o bloqueo pode editalo.
+      only_creator_can_edit_without_revoking: Só o moderador que creou o bloqueo pode
+        editalo sen revogalo.
       only_creator_or_revoker_can_edit: Só os moderadores que crearon ou revogaron
         o bloqueo poden editalo.
       inactive_block_cannot_be_reactivated: O bloqueo está inactivo e non se pode
@@ -3073,14 +2981,6 @@ gl:
       title: Bloqueos de usuario
       heading: Listaxe dos bloqueos de usuario
       empty: Aínda non se fixo ningún bloqueo.
-    revoke:
-      title: Revogando o bloqueo en %{block_on}
-      heading_html: Revogando o bloqueo en %{block_on} por %{block_by}
-      time_future_html: Este bloqueo rematará en %{time}.
-      past_html: Este bloqueo rematou %{time} e xa non se pode revogar.
-      confirm: Ten a certeza de querer revogar este bloqueo?
-      revoke: Revogar!
-      flash: Revogouse o bloqueo.
     revoke_all:
       title: Revogando todos os bloqueos en %{block_on}
       heading_html: Revogando todos os bloqueos en %{block_on}
@@ -3127,27 +3027,19 @@ gl:
       created: Creado
       duration: 'Duración:'
       status: Estado
-      show: Amosar
       edit: Editar
-      revoke: Revogar!
-      confirm: Queres continuar?
       reason: 'Motivo para o bloqueo:'
       revoker: 'Autor da revogación:'
-      needs_view: O usuario ten que acceder ó sistema antes de que o bloqueo sexa
-        revogado.
     block:
       not_revoked: (non revogado)
       show: Amosar
       edit: Editar
-      revoke: Revogar!
-    blocks:
+    page:
       display_name: Usuario bloqueado
       creator_name: Creador
       reason: Motivo para o bloqueo
       status: Estado
       revoker_name: Revogado por
-      older: Bloqueos máis antigos
-      newer: Bloqueos máis novos
     navigation:
       all_blocks: Todos os bloqueos
       blocks_on_me: Os meus bloqueos
@@ -3193,6 +3085,11 @@ gl:
       description: Descrición
       created_at: Creado o
       last_changed: Última modificación
+      apply: Aplicar
+      all: Todas
+      open: Abertas
+      closed: Pechadas
+      status: Estado
     show:
       title: 'Nota: %{id}'
       description: Descrición
@@ -3211,6 +3108,9 @@ gl:
       report: denunciar esta nota
       anonymous_warning: Esta nota inclúe comentarios de usuarios anónimos que deben
         verificarse de xeito independente.
+      discussion: Conversa
+      subscribe: Subscribirse
+      unsubscribe: Cancelar a subscrición
       hide: Agochar
       resolve: Resolver
       reactivate: Reactivar
@@ -3236,6 +3136,10 @@ gl:
         por conseguinte, non insiras información persoal, nin datos de mapas protexidos
         por dereitos de autoría ou listaxes de directorios.
       add: Engadir a nota
+    notes_paging_nav:
+      showing_page: Páxina %{page}
+      next: Seguinte
+      previous: Anterior
   javascripts:
     close: Pechar
     share:
@@ -3432,6 +3336,7 @@ gl:
       empty: Non hai ningunha censura que amosar.
       heading: Listaxe de censuras
       title: Listaxe de censuras
+      new: Nova censura
     new:
       heading: Escriba a información da nova censura
       title: Creando unha nova censura
index ffd78b12b47924c0c869885dec54ace483e28a44..51a47ff4b059416cde2c94927d69cc62156ac76f 100644 (file)
@@ -217,8 +217,6 @@ gsw:
       title: Am Bearbeite vum Track %{name}
       heading: Track %{name} bearbeite
       visibility_help: Was heißt des?
-    trace_optionals:
-      tags: Markierige
     show:
       title: Am Aaluege vum Track %{name}
       heading: Am Bschaue vum Track %{name}
@@ -253,8 +251,6 @@ gsw:
       tagged_with: Gchännzeichnet mit %{tags}
     destroy:
       scheduled_for_deletion: Track, wu zum Lesche vorgsäh isch
-    make_public:
-      made_public: Track, wu vereffetligt isch
   users:
     go_public:
       flash success: Alli Dyyni Bearbeitige sion jetz effetlig, un Du derfsch jetz
@@ -265,20 +261,9 @@ gsw:
       already_has_role: Dr Nutzer ghert scho zue dr Rolle %{role}.
       doesnt_have_role: Dr Nutzer het kei Roll %{role}.
     grant:
-      title: Rollezueornig bstetige
-      heading: Rollezueornig bstetige
       are_you_sure: Bisch sicher, ass Du dr Benutzer „%{name}“ dr Rolle „%{role}“
         witt zueordne?
-      confirm: Bstetige
-      fail: Dr Benutzer „%{name}“ het dr Rolle „%{role}“ nit chenne zuegordnet wären.
-        Bitte iberprief, eb s sich um e giltige Benutzer un e giltigi Rolle handlet.
     revoke:
-      title: Ufhebig vu dr Rollezueornig bstetige
-      heading: D Ufhebig vu dr Rollezueornig bstetige
       are_you_sure: Bisch sicher, ass Du d Zueornig vum Benutzer „%{name}“ zue dr
         Rolle „%{role}“ witt ufhebe?
-      confirm: Bstetige
-      fail: Het d Zueornig vum Benutzer „%{name}“ zue dr Rolle „%{role}“ nit chenne
-        ufhebe. Bitte iberprief, eb s sich um e giltige Benutzer un e giltigi Rolle
-        handlet.
 ...
index e127d11a545b7eb2e6af61c79c87048eb781d5b5..797ab0edbd1aa794d73ad9bf8ca3abd7b439ff1b 100644 (file)
@@ -168,11 +168,6 @@ gu:
   changesets:
     changeset:
       no_edits: (કોઈ સંપાદન નહીં)
-    changesets:
-      id: ID
-      user: વપરાશકર્તા
-      comment: ટિપ્પણી
-      area: વિસ્તાર
     show:
       discussion: ચર્ચા
       hide_comment: છુપાવો
@@ -199,8 +194,6 @@ gu:
       no_entries: ડાયરીમાં કોઈ નોંધણી નથી
     page:
       recent_entries: તાજેતરની ડાયરીની નોંધણીઓ
-      older_entries: જૂની નોંધણીઓ
-      newer_entries: નવી નોંધણીઓ
     edit:
       title: ડાયરીની નોંધણીમાં ફેરફાર કરો
     show:
@@ -213,8 +206,6 @@ gu:
     page:
       when: ક્યારે
       comment: ટિપ્પણી
-      newer_comments: નવી ટિપ્પણીઓ
-      older_comments: જૂની ટિપ્પણીઓ
   doorkeeper:
     scopes:
       address: તમારું ભૌતિક સરનામું જુઓ
@@ -536,9 +527,6 @@ gu:
         level8: શહેરની સીમા
         level9: ગામની સીમા
         level10: ઉપનગરની સીમા
-      types:
-        cities: શહેરો
-        towns: નગરો
     results:
       no_results: કોઈ પરિણામો ન મળ્યા
   issues:
@@ -550,13 +538,13 @@ gu:
       reported_user: જાણ કરાયેલ વપરાશકર્તા
       not_updated: સુધારેલ નથી
       search_guidance: 'સમસ્યાઓ શોધો:'
+    page:
       user_not_found: વપરાશકર્તા અસ્તિત્વમાં નથી
       issues_not_found: આવી કોઈ સમસ્યાઓ મળી નહીં
       status: સ્થિતિ
       reports: અહેવાલો
       last_updated: છેલ્લે સુધારેલ
       last_updated_time_ago_user_html: '%{time_ago} %{user} દ્વારા'
-      link_to_reports: અહેવાલો જુઓ
     show:
       no_reports: કોઈ અહેવાલ નહીં
   reports:
@@ -591,11 +579,8 @@ gu:
     home: ઘરના સ્થાન પર જાઓ
     history: ઇતિહાસ
     issues: સમસ્યાઓ
-    data: ડેટા
     user_diaries: વપરાશકર્તા ડાયરીઓ
-    user_diaries_tooltip: વપરાશકર્તા ડાયરીઓ જુઓ
     edit_with: '%{editor}ના ઉપયોગથી સંપાદન કરો'
-    intro_2_create_account: વપરાશકર્તા ખાતું બનાવો
     hosting_partners_2024_html: હોસ્ટિંગ %{fastly}, %{corpmembers}, અને અન્ય %{partners}
       દ્વારા સમર્થિત છે.
     partners_fastly: Fastly
@@ -605,8 +590,6 @@ gu:
     help: સહાયતા
     about: વિશે
     copyright: પ્રકાશનાધિકાર
-    make_a_donation:
-      text: દાન આપો
     learn_more: વધુ જાણો
     more: વધુ
   user_mailer:
@@ -633,7 +616,6 @@ gu:
       greeting: નમસ્તે,
     changeset_comment_notification:
       hi: નમસ્તે %{to_user},
-      greeting: નમસ્તે,
   confirmations:
     confirm:
       button: ખાતરી કરો
@@ -644,7 +626,6 @@ gu:
       subject: વિષય
       date: તારીખ
     message_summary:
-      reply_button: ઉત્તર આપો
       destroy_button: દૂર કરો
   passwords:
     new:
@@ -689,6 +670,16 @@ gu:
     markdown_help:
       image: છબી
       url: URL
+    pagination:
+      diary_comments:
+        older: જૂની ટિપ્પણીઓ
+        newer: નવી ટિપ્પણીઓ
+      diary_entries:
+        older: જૂની નોંધણીઓ
+        newer: નવી નોંધણીઓ
+      users:
+        older: જૂના વપરાશકર્તાઓ
+        newer: નવા વપરાશકર્તાઓ
   site:
     about:
       local_knowledge_title: સ્થાનિક જ્ઞાન
@@ -784,7 +775,6 @@ gu:
         welcome: OpenStreetMapમાં સ્વાગત છે
       by_signing_up:
         privacy_policy: ગોપનિયતા નીતિ
-      tou: વપરાશની શરતો
       email_help:
         privacy_policy: ગોપનીયતા નીતિ
       or: અથવા
@@ -822,24 +812,14 @@ gu:
     index:
       title: વપરાશકર્તાઓ
       heading: વપરાશકર્તાઓ
-    page:
-      older: જૂના વપરાશકર્તાઓ
-      newer: નવા વપરાશકર્તાઓ
     suspended:
       title: ખાતું નિલંબિત
       heading: ખાતું નિલંબિત
-  user_role:
-    grant:
-      confirm: ખાતરી કરો
-    revoke:
-      confirm: ખાતરી કરો
   user_blocks:
     index:
       title: વપરાશકર્તા અવરોધો
       heading: વપરાશકર્તા અવરોધોની યાદી
       empty: હજુ સુધી કોઈ અવરોધો કરવામાં આવ્યા નથી.
-    revoke:
-      time_future_html: આ અવરોધ %{time}માં સમાપ્ત થશે.
     revoke_all:
       empty: '%{name} ને કોઈ સક્રિય અવરોધ નથી.'
     helper:
index 7b3c39bd781cfb399232664a3bff14142c33ebf0..ee567f2ec7af8badae6b132926a962794c71ae53 100644 (file)
@@ -77,8 +77,6 @@ he:
   activerecord:
     errors:
       messages:
-        invalid_email_address: זאת אינה כתובת דוא״ל תקנית
-        email_address_not_routable: לא בר־ניתוב
         display_name_is_user_n: זה לא יכול להיות user_n אלא אם כן n הוא מזהה המשתמש
           שלך
       models:
@@ -158,7 +156,7 @@ he:
         longitude: קו אורך
         public: ציבורי
         description: תיאור
-        gpx_file: ×\94×¢×\9c×\90ת ×§×\95×\91×¥ GPX
+        gpx_file: × ×\90 ×\9c×\91×\97×\95ר ×§×\95×\91×¥ ×\9eס×\9c×\95×\9c GPS
         visibility: נִראוּת
         tagstring: תגים
       message:
@@ -441,7 +439,7 @@ he:
         note: הערה
     timeout:
       title: שגיאת זמן מוקצב
-      sorry: ×\90× ×\95 ×\9eתנצ×\9c×\99×\9d, ×\90×\9a ×\98×¢×\99נת ×\94×\9e×\99×\93×¢ ×¢×\91×\95ר %{type} ×\9eספר %{id}, ×\90ר×\9b×\94 זמן רב מדי.
+      sorry: ×\90× ×\95 ×\9eתנצ×\9c×\99×\9d, ×\90×\97×\96×\95ר ×\94נת×\95× ×\99×\9d ×¢×\91×\95ר %{type} ×\9eספר %{id} ×\90ר×\9a זמן רב מדי.
       type:
         node: נקודה
         way: קו
@@ -477,30 +475,45 @@ he:
       introduction: יש ללחוץ על המפה כדי למצוא ישויות בסביבה.
       nearby: ישויות בסביבה
       enclosing: ישויות מכילות
+  nodes:
+    timeout:
+      sorry: אנו מתנצלים, אחזור הנתונים עבור הנקודה מספר %{id} ארך זמן רב מדי.
   old_nodes:
     not_found:
       sorry: לא ניתן למצוא את נקודה מס׳ %{id} בגרסה %{version}, מחילה.
+    timeout:
+      sorry: אנו מתנצלים, אחזור ההיסטוריה של נקודה מספר %{id} ארך זמן רב מדי.
+  ways:
+    timeout:
+      sorry: אנו מתנצלים, אחזור הנתונים עבור הדרך מספר %{id} ארך זמן רב מדי.
   old_ways:
     not_found:
       sorry: לא ניתן למצוא את דרך מס׳ %{id} בגרסה %{version}, מחילה.
+    timeout:
+      sorry: אנו מתנצלים, אחזור ההיסטוריה של דרך מספר %{id} ארך זמן רב מדי.
+  relations:
+    timeout:
+      sorry: אנו מתנצלים, אחזור הנתונים עבור היחס מספר %{id} ארך זמן רב מדי.
   old_relations:
     not_found:
       sorry: לא ניתן למצוא את יחס מס׳ %{id} בגרסה %{version}, מחילה.
+    timeout:
+      sorry: אנו מתנצלים, אחזור ההיסטוריה של יחס מספר %{id} ארך זמן רב מדי.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: הערה חדשה על ערכת שינויים מס׳ %{changeset_id} מאת %{author}
+        commented_at_by_html: עודכנה %{when} על־ידי %{user}
+      show:
+        title_all: דיון בערכת שינויים של OpenStreetMap
+        title_particular: דיון בערכת שינויים מס׳ %{changeset_id} של OpenStreetMap
+      timeout:
+        sorry: הזמן שלקח לרשימת ההערות על ערכת השינויים שביקשת להתקבל ארוך מדי, עמך
+          הסליחה.
   changesets:
-    changeset_paging_nav:
-      showing_page: הדף %{page}
-      next: הבא »
-      previous: « הקודם
     changeset:
-      anonymous: אלמוני
       no_edits: (אין עריכות)
       view_changeset_details: הצגת פרטי ערכת שינויים
-    changesets:
-      id: מזהה
-      saved_at: נשמרו ב־
-      user: משתמש
-      comment: תגובה
-      area: שטח
     index:
       title: ערכות שינויים
       title_user: ערכות שינויים מאת %{user}
@@ -530,7 +543,6 @@ he:
       title: ערכת שינויים %{id}
       created_by_html: נוצרה על־ידי %{link_user} ב־%{created}.
     no_such_entry:
-      title: אין ערכת שינויים כזאת
       heading: 'אין רשומה עם המזהה: %{id}'
       body: סליחה, אין ערכת שינויים עם המזהה %{id}. אולי האיות לא נכון ואולי לחצת
         על קישור שגוי.
@@ -563,18 +575,6 @@ he:
       relations_paginated: יחסים (%{x}–%{y} מתוך %{count})
     timeout:
       sorry: קבלת רשימת ערכות השינויים שביקשת אורכת זמן רב מדי, עמך הסליחה.
-  changeset_comments:
-    comment:
-      comment: הערה חדשה על ערכת שינויים מס׳ %{changeset_id} מאת %{author}
-      commented_at_by_html: עודכנה %{when} על־ידי %{user}
-    comments:
-      comment: הערה חדשה בערכת שינויים מס׳ %{changeset_id} מאת %{author}
-    index:
-      title_all: דיון בערכת שינויים של OpenStreetMap
-      title_particular: דיון בערכת שינויים מס׳ %{changeset_id} של OpenStreetMap
-    timeout:
-      sorry: הזמן שלקח לרשימת ההערות על ערכת השינויים שביקשת להתקבל ארוך מדי, עמך
-        הסליחה.
   dashboards:
     contact:
       km away: במרחק %{count} ק״מ
@@ -615,8 +615,6 @@ he:
       no_entries: אין רשומות יומן
     page:
       recent_entries: רשומות יומן אחרונות
-      older_entries: רשומות ישנות יותר
-      newer_entries: רשומות חדשות יותר
     edit:
       title: עריכת רשומת יומן
       marker_text: מיקום רשומת היומן
@@ -646,7 +644,7 @@ he:
         other: '%{count} תגובות'
       no_comments: אין תגובות
       edit_link: עריכת רשומה זו
-      hide_link: ×\94סתרת ×¨×©×\95×\9e×\94 ×\96×\95
+      hide_link: ×\94סתרת ×\94רש×\95×\9e×\94 ×\94×\96×\90ת
       unhide_link: ביטול הסתרת רשומה זו
       confirm: אישור
       report: לדווח על הרשומה הזאת
@@ -658,8 +656,6 @@ he:
       report: לדווח על ההערה הזאת
     location:
       location: 'מיקום:'
-      view: הצגה
-      edit: עריכה
     feed:
       user:
         title: רשומות יומן OpenStreetMap של %{user}
@@ -686,8 +682,6 @@ he:
       post: רשומה
       when: מתי
       comment: תגובה
-      newer_comments: הערות חדשות
-      older_comments: הערות ישנות
     new:
       heading: להוסיף הערה לדיון ברשומת היומן הבאה?
   doorkeeper:
@@ -756,7 +750,6 @@ he:
   geocoder:
     search:
       title:
-        results_from_html: תוצאות מתוך %{results_link}
         latlon: מקורות פנימיים
         osm_nominatim: נומינטים של OpenStreetMap
         osm_nominatim_reverse: נומינטים של OpenStreetMap
@@ -1532,10 +1525,6 @@ he:
         level9: גבול רובע
         level10: גבול שכונה
         level11: גבול תת־שכונה
-      types:
-        cities: ערים
-        towns: עיירות
-        places: מקומות
     results:
       no_results: לא נמצאו תוצאות
       more_results: תוצאות נוספות
@@ -1549,13 +1538,18 @@ he:
       not_updated: לא עדכני
       search: חיפוש
       search_guidance: 'חיפוש בעיות:'
+      states:
+        ignored: התעלמות
+        open: פתוחה
+        resolved: נפתרה
+    page:
       user_not_found: המשתמש לא קיים
       issues_not_found: לא נמצאו בעיות כאלה
+      reported_user: משתמש מדווח
       status: מצב
       reports: דיווחים
       last_updated: עדכון אחרון
       last_updated_time_ago_user_html: '%{time_ago} מאת %{user}'
-      link_to_reports: הצגת דיווחים
       reports_count:
         one: דיווח אחד
         two: '%{count} דיווחים'
@@ -1563,9 +1557,9 @@ he:
         other: '%{count} דיווחים'
       reported_item: פריט שדווח
       states:
-        ignored: ×\94תע×\9c×\9e×\95ת
-        open: פתוחה
-        resolved: × ×¤×ª×¨×\94
+        ignored: ×\97סר־×\94שפע×\94
+        open: פתוח
+        resolved: ×¤×ª×\95ר
     show:
       title: בעיה במצב %{status} מס׳ %{issue_id}
       reports:
@@ -1651,18 +1645,12 @@ he:
     history: היסטוריה
     export: יצוא
     issues: תקלות
-    data: נתונים
-    export_data: ייצוא נתונים
     gps_traces: מסלולי GPS
-    gps_traces_tooltip: ניהול מסלולי GPS
     user_diaries: יומני משתמשים
-    user_diaries_tooltip: צפייה ביומני המשתמש
     edit_with: לעריכה עם %{editor}
-    tag_line: מפת עולם חופשית בשיטת הוויקי
     intro_header: ברוכים הבאים ל־OpenStreetMap!
     intro_text: OpenStreetMap היא מפה של העולם, שנוצרת על־ידי אנשים כמוך, וחופשית
       לשימוש תחת רישיון פתוח.
-    intro_2_create_account: נא ליצור חשבון משתמש
     hosting_partners_2024_html: האירוח נתמך על־ידי %{fastly}, %{corpmembers} ועוד
       %{partners}
     partners_fastly: פאסטלי
@@ -1674,17 +1662,10 @@ he:
     osm_read_only: מסד הנתונים של אתר OpenStreetMap נתון כעת במצב קריאה בלבד בשל עבודות
       תחזוקה המבוצעות בו.
     nothing_to_preview: אין מה להראות בתצוגה מקדימה.
-    donate: תִמכו ב־OpenStreetMap על־ידי %{link} לקרן לשדרוג החומרה.
     help: עזרה
     about: אודות
     copyright: זכויות יוצרים
     communities: קהילות
-    community: קהילה
-    community_blogs: בלוגים של הקהילה
-    community_blogs_title: בלוגים של חברי קהילת OpenStreetMap
-    make_a_donation:
-      title: תִמכו במיזם OpenStreetMap על־ידי מתן תרומה כספית
-      text: תרומה
     learn_more: מידע נוסף
     more: עוד
   user_mailer:
@@ -1717,17 +1698,20 @@ he:
       befriend_them: באפשרותך לסמנו כחבר בכתובת %{befriendurl}.
       befriend_them_html: באפשרותך לסמנו כחבר בכתובת %{befriendurl}.
     gpx_description:
-      description_with_tags: 'זה נראה כמו קובץ ה־GPX שלך %{trace_name} עם התיאור %{trace_description}
+      description_with_tags: 'נראה שהקובץ שלך %{trace_name} עם התיאור %{trace_description}
+        ועם התגים הבאים: %{tags}'
+      description_with_tags_html: 'נראה שהקובץ שלך %{trace_name} עם התיאור %{trace_description}
         ועם התגים הבאים: %{tags}'
-      description_with_tags_html: 'זה נראה כמו קובץ ה־GPX שלך %{trace_name} עם התיאור
-        %{trace_description} ועם התגים הבאים: %{tags}'
-      description_with_no_tags: זה נראה כמו קובץ ה־GPX שלך %{trace_name} עם התיאור
-        %{trace_description} וללא תגים
-      description_with_no_tags_html: זה נראה כמו קובץ ה־GPX שלך %{trace_name} עם התיאור
-        %{trace_description} וללא תגים
+      description_with_no_tags: נראה שהקובץ שלך %{trace_name} עם התיאור %{trace_description}
+        וללא תגים
+      description_with_no_tags_html: נראה שהקובץ שלך %{trace_name} עם התיאור %{trace_description}
+        וללא תגים
     gpx_failure:
       hi: שלום %{to_user},
-      failed_to_import: 'לא יובא כראוי. הינה השגיאה:'
+      failed_to_import: 'הייבוא כקובץ מסלול GPS נכשל. נא לוודא שהקובץ שלך הוא קובץ
+        GPX תקני או ארכיון בתסדירים הנתמכים (‎.tar.gz,‏ ‎.tar.bz2,‏ ‎.tar,‏ ‎.zip,‏
+        ‎.gpx.gz,‏ ‎.gpx.bz2) שמכיל קובצי GPX. יכול להיות שיש בעיית תחביר או תסדיר
+        בקובץ שלך? הנה שגיאת הייבוא:'
       more_info: מידע נוסף על תקלות ביבוא GPX ועל איך להימנע מהן נמצא בכתובת %{url}.
       more_info_html: מידע נוסף על תקלות ביבוא GPX ועל איך להימנע מהן נמצא בכתובת
         %{url}.
@@ -1800,7 +1784,6 @@ he:
     changeset_comment_notification:
       description: ערכת שינויים של OpenStreetMap מס׳ %{id}
       hi: שלום %{to_user},
-      greeting: שלום,
       commented:
         subject_own: ‫[OpenStreetMap] קיבלת הערה מאת %{commenter} על אחת מערכות השינויים
           שלך
@@ -1871,7 +1854,6 @@ he:
     message_summary:
       unread_button: סימון כ„לא נקרא”
       read_button: סימון כ„נקרא”
-      reply_button: להשיב
       destroy_button: מחיקה
       unmute_button: העברה לדואר הנכנס
     new:
@@ -1887,7 +1869,6 @@ he:
       body: אנו מצטערים, אין הודעה עם המזהה הזה.
     outbox:
       title: תיבת דואר יוצא
-      actions: פעולות
       messages:
         one: יש לך הודעה אחת שנשלחה
         other: יש לך %{count} הודעות שנשלחו
@@ -1985,7 +1966,6 @@ he:
       failure: לא ניתן לעדכן פרופיל.
   sessions:
     new:
-      title: כניסה
       tab_title: כניסה
       login_to_authorize_html: נא להיכנס ל־OpenStreetMap כדי לגשת ליישום %{client_app_name}.
       email or username: כתובת דוא״ל או שם משתמש
@@ -1993,7 +1973,6 @@ he:
       remember: לזכור אותי
       lost password link: איבדת את הסיסמה שלך?
       login_button: כניסה
-      register now: להירשם עכשיו
       with external: לחלופין, אפשר להשתמש בצד שלישי כדי להיכנס
       or: או
       auth failure: סליחה, לא ניתן להיכנס עם הפרטים האלה.
@@ -2025,9 +2004,27 @@ he:
       edit: עריכה
       preview: תצוגה מקדימה
       help: עזרה
+    pagination:
+      diary_comments:
+        older: הערות ישנות
+        newer: הערות חדשות
+      diary_entries:
+        older: רשומות ישנות יותר
+        newer: רשומות חדשות יותר
+      issues:
+        older: בעיות ישנות יותר
+        newer: בעיות חדשות יותר
+      traces:
+        older: מסלולים ישנים יותר
+        newer: מסלולים חדשים יותר
+      user_blocks:
+        older: חסימות ישנות יותר
+        newer: חסימות חדשות יותר
+      users:
+        older: משתמשים ישנים יותר
+        newer: משתמשים חדשים יותר
   site:
     about:
-      next: הבא
       heading_html: '%{copyright}תורמי %{br} OpenStreetMap'
       used_by_html: '%{name} מספקת נתוני מפות לאלפי אתרי אינטרנט, יישומים ומכשירים
         שונים'
@@ -2267,8 +2264,6 @@ he:
       user_page_link: דף המשתמש
       anon_edits_link_text: ר' הסבר מדוע זה כך.
       id_not_configured: לא התבצעו הגדרות של iD
-      no_iframe_support: הדפדפן שלך אינו תומך במסגרות iframe של HTML, שחיוניות לתכונה
-        הזאת.
     export:
       title: יצוא
       manually_select: בחירה ידנית של אזור אחר
@@ -2365,10 +2360,8 @@ he:
       welcome_mat: בדוק את אזור קבלת הפנים
     sidebar:
       search_results: תוצאות החיפוש
-      close: לסגירה
     search:
       search: חיפוש
-      get_directions: כיוונים
       get_directions_title: למצוא את הדרך בין שתי נקודות
       from: מ
       to: ל
@@ -2449,6 +2442,9 @@ he:
           hospital: בית חולים
           building: בניין בעל חשיבות
           station: תחנת רכבת
+          railway_halt: מעצור מסילת ברזל
+          subway_station: תחנת רכבת תחתית
+          tram_stop: תחנת רכבת קלה
           summit: פסגה
           peak: פסגה
           tunnel: קו מקווקו = מנהרה
@@ -2457,7 +2453,6 @@ he:
           destination: גישה ליעד
           construction: דרכים בבנייה
           bus_stop: תחנת אוטובוס
-          stop: עצירה
           bicycle_shop: חנות אופניים
           bicycle_rental: השכרת אופניים
           bicycle_parking: חניית אופניים
@@ -2557,8 +2552,6 @@ he:
       visibility_help: מה זה אומר?
     update:
       updated: המסלול עודכן
-    trace_optionals:
-      tags: תגים
     show:
       title: הצגת מסלול %{name}
       heading: הצגת מסלול %{name}
@@ -2612,13 +2605,8 @@ he:
       my_traces: המסלולים שלי
       traces_from: מסלולים ציבוריים מאת %{user}
       remove_tag_filter: הסרת סינון לפי תג
-    page:
-      older: מסלולים ישנים יותר
-      newer: מסלולים חדשים יותר
     destroy:
       scheduled_for_deletion: מסלול מיועד למחיקה
-    make_public:
-      made_public: מסלול שהוגדר ציבורי
     offline_warning:
       message: מערכת העלאת קובצי GPX אינה זמינה כעת
     offline:
@@ -2632,14 +2620,10 @@ he:
         other: קובץ GPS עם %{count} נקודות מאת %{user}
       description_without_count: קובץ GPS מאת %{user}
   application:
-    basic_auth_disabled: 'אימות בסיסי ב־HTTP כבוי: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 ו־1.0a כבויים: %{link}'
     permission_denied: אין לך הרשאה לגשת לפעולה הזאת
     require_cookies:
       cookies_needed: נראה שהעוגיות כבויות אצלך – נא להפעיל עוגיות בדפדפן שלך כדי
         להמשיך.
-    require_admin:
-      not_an_admin: עליך להחזיק בהרשאות ניהול כדי לבצע את הפעולה הזאת.
     setup_user_auth:
       blocked_zero_hour: יש לך מסר דחוף באתר OpenStreetMap. עליך לקרוא את ההודעה לפני
         שמירת העריכות שלך.
@@ -2648,7 +2632,6 @@ he:
         התרומה. אין צורך לקבל אותם, אבל חובה להציג אותם.
     settings_menu:
       account_settings: הגדרות חשבון
-      oauth1_settings: הגדרות OAuth 1
       oauth2_applications: יישומי OAuth 2
       oauth2_authorizations: אישורי OAuth 2
       muted_users: משתמשים מושתקים
@@ -2674,30 +2657,6 @@ he:
         title: כניסה עם ויקיפדיה
         alt: סמל ויקיפדיה
   oauth:
-    authorize:
-      title: אישור הגישה לחשבון שלך
-      request_access_html: היישום %{app_name} דורש גישה לחשבונך, %{user}. נא לבדוק
-        האם מתאים לך שהיישום יקבל את היכולות האלו. אפשר לבחור או לא לבחור את כל מה
-        שמתאים לך.
-      allow_to: לאפשר ליישום הלקוח שלך
-      allow_read_prefs: לקרוא את העדפות המשתמש שלך.
-      allow_write_prefs: לשנות את העדפות המשתמש שלך.
-      allow_write_diary: ליצור רשומות יומן והערות ולהוסיף חברים.
-      allow_write_api: לשנות את המפה.
-      allow_read_gpx: לקרוא את מסלולי ה־GPS הפרטיים שלך.
-      allow_write_gpx: להעלות מסלולי GPS.
-      allow_write_notes: לשנות הערות
-      grant_access: מתן גישה
-    authorize_success:
-      title: בקשת אישור אושרה
-      allowed_html: נתת ליישום %{app_name} גישה לחשבונך.
-      verification: קוד האימות הוא %{code}.
-    authorize_failure:
-      title: בקשת אישור נכשלה
-      denied: שללת מהיישום %{app_name} את הגישה לחשבון שלך.
-      invalid: האסימון האישור אינו תקף.
-    revoke:
-      flash: שללת את האסימון מהיישום %{application}.
     permissions:
       missing: לא נתת להרשאה גישה למתקן הזה
     scopes:
@@ -2716,47 +2675,6 @@ he:
       skip_authorization: לאשר את היישום אוטומטית
     for_roles:
       moderator: ההרשאה הזאת מיועדת לפעולות שזמינות רק למפקחים
-  oauth_clients:
-    new:
-      title: רישון יישום חדש
-      disabled: רישום יישומי OAuth 1 הושבת
-    edit:
-      title: עריכת היישום שלך
-    show:
-      title: פרטי OAuth עבור %{app_name}
-      key: 'מפתח צרכן:'
-      secret: 'סוד צרכן:'
-      url: 'כתובת אסימון בקשה:'
-      access_url: 'כתובת אסימון גישה:'
-      authorize_url: 'כתובת אישור:'
-      support_notice: אנחנו תומכים בחתימות ב־HMAC-SHA1 (מומלץ) וגם ב־RSA-SHA1.
-      edit: עריכת פרטים
-      delete: מחיקת לקוח
-      confirm: באמת?
-      requests: 'מבקש את ההרשאות הבאות מהמשתמש:'
-    index:
-      title: פרטי ה־OAuth שלי
-      my_tokens: היישומים המאושרים שלי
-      list_tokens: 'האסימונים הבאים הונפקו ליישום בשמך:'
-      application: שם היישום
-      issued_at: הונפק ב־
-      revoke: לשלול!
-      my_apps: יישומי הלקוח שלי
-      no_apps_html: האם יש לך יישום שברצונך לרשום לשימוש אצלנו באמצעות תקן %{oauth}?
-        יש לרשום את יישום הרשת שלך לפני שיוכל לשלוח בקשות OAuth לשירות הזה.
-      oauth: oauth
-      registered_apps: 'רשמת את יישומי הלקוח הבאים:'
-      register_new: רישום היישום שלך
-    form:
-      requests: 'לבקש את ההרשאות הבאות מהמשתמש:'
-    not_found:
-      sorry: סליחה, הסוג %{type} לא נמצא.
-    create:
-      flash: המידע נרשם בהצלחה
-    update:
-      flash: מידע הלקוח עודכן בהצלחה
-    destroy:
-      flash: רישום יישום הלקוח נהרס
   oauth2_applications:
     index:
       title: יישומי הלקוח שלי
@@ -2829,8 +2747,6 @@ he:
         privacy_policy: מדיניות הפרטיות
         privacy_policy_title: מדיניות הפרטיות של OSMF כוללת סעיף על כתובות דוא״ל
         contributor_terms: תנאי התרומה
-      tou: תנאי השימוש
-      external auth: 'אימות עם צד שלישי:'
       continue: הרשמה
       terms accepted: תודה על קבלת תנאי התרומה החדשים!
       email_help:
@@ -2856,14 +2772,13 @@ he:
       read_tou: קראתי את תנאי השימוש ואני מסכימ/ה לתנאים אלו
       consider_pd: בנוסף לכתוב לעיל, מבחינתי כל עריכותיי שייכות לנחלת הכלל
       consider_pd_why: מה זה?
-      consider_pd_why_url: https://wiki.osmfoundation.org/wiki/License_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain
       guidance_info_html: 'מידע שיעזור להבין את המונחים האלה: %{readable_summary_link}
         וכמה %{informal_translations_link}'
       readable_summary: תקציר קריא לבני־אדם
       informal_translations: תרגומים בלתי־פורמליים
       continue: להמשיך
       declined: https://wiki.openstreetmap.org/wiki/He:Contributor_Terms_Declined
-      decline: סירוב
+      cancel: ביטול
       you need to accept or decline: נא לקרוא ולקבל או לדחות את תנאי התרומה החדשים
         כדי להמשיך.
       legale_select: 'נא לבחור ארץ מגורים:'
@@ -2950,8 +2865,6 @@ he:
       summary_no_ip_html: '%{name} נוצר ב־%{date}'
       empty: לא נמצאו משתמשים תואמים
     page:
-      older: משתמשים ישנים יותר
-      newer: משתמשים חדשים יותר
       found_users:
         one: נמצא משתמש אחד
         two: נמצאו שני משתמשים
@@ -2986,19 +2899,9 @@ he:
       doesnt_have_role: למשתמש אין תפקיד %{role}.
       not_revoke_admin_current_user: לא ניתן לשלול הרשאות מנהל מהמשתמש הנוכחי.
     grant:
-      title: לאשר הענקת תפקיד
-      heading: לאשר הענקת תפקיד
-      are_you_sure: האם ברצונך באמת להעניק תפקיד „%{role}” למשתמש „%{name}”?
-      confirm: אישור
-      fail: הענקת התפקיד „%{role}” למשתמש „%{name}” נכשלה. נא לבדוק שהמשתמש והתפקיד
-        תקינים.
+      are_you_sure: באמת להעניק את התפקיד „%{role}” למשתמש „%{name}”?
     revoke:
-      title: אישור שלילת תפקיד
-      heading: אישור שלילת תפקיד
-      are_you_sure: האם באמת לשלול את התפקיד „%{role}” מהמשתמש „%{name}”?
-      confirm: אישור
-      fail: שלילת התפקיד „%{role}” מהמשתמש „%{name}” נכשלה. נא לבדוק שהמשתמש והתפקיד
-        תקינים.
+      are_you_sure: באמת לשלול את התפקיד „%{role}” מהמשתמש „%{name}”?
   user_blocks:
     model:
       non_moderator_update: צריך להיות מפקח כדי ליצור או לעדכן חסימה.
@@ -3014,12 +2917,15 @@ he:
       title: עריכת החסימה על %{name}
       heading_html: עריכת החסימה על %{name}
       period: למשך כמה זמן מעכשיו החשבון ייחסם מביצוע פעולות API.
+      revoke: שחרור חסימה
     filter:
       block_period: תקופת החסימה צריכה להיות אחד הערכים שאפשר לבחור ברשימה הנפתחת.
     create:
       flash: נוצרה חסימה על חשבון %{name}
     update:
       only_creator_can_edit: רק המפקח שיצר את החסימה הזאת יכול לערוך אותה.
+      only_creator_can_edit_without_revoking: רק המפקח שיצר את החסימה הזאת יכול לערוך
+        אותה בלי ביטול מלא.
       only_creator_or_revoker_can_edit: רק המפקחים שיצרו או ביטלו את החסימה הזאת יכולים
         לערוך אותה.
       inactive_block_cannot_be_reactivated: החסימה הזאת אינה פעילה ולא ניתן להפעיל
@@ -3029,14 +2935,6 @@ he:
       title: חסימות משתמש
       heading: רשימת חסימות משתמש
       empty: עוד לא נעשו חסימות.
-    revoke:
-      title: ביטול החסימה על %{block_on}
-      heading_html: ביטול החסימה של %{block_on} על־ידי %{block_by}
-      time_future_html: החסימה תסתיים ב־%{time}.
-      past_html: החסימה הזאת הסתיימה ב־%{time} ואי־אפשר לבטל אותה.
-      confirm: האם ברצונך לבטל את החסימה הזאת?
-      revoke: לבטל!
-      flash: החסימה הזאת בוטלה.
     revoke_all:
       title: הסרת כל החסימות של %{block_on}
       heading_html: הסרת כל החסימות של %{block_on}
@@ -3094,26 +2992,19 @@ he:
       created: 'תאריך היצירה:'
       duration: 'משך זמן:'
       status: 'מצב:'
-      show: הצגה
       edit: עריכה
-      revoke: ביטול!
-      confirm: באמת?
       reason: 'סיבה לחסימה:'
       revoker: 'מבטל:'
-      needs_view: המשתמש צריך להיכנס לחשבון לפני שהחסימה הזאת יכולה להתבטל.
     block:
       not_revoked: (לא בוטלה)
       show: הצגה
       edit: עריכה
-      revoke: לבטל!
-    blocks:
+    page:
       display_name: משתמש חסום
       creator_name: יוצר
       reason: סיבה לחסימה
       status: מצב
       revoker_name: בוטלה על־ידי
-      older: חסימות ישנות יותר
-      newer: חסימות חדשות יותר
     navigation:
       all_blocks: כל החסימות
       blocks_on_me: חסימות שלי
@@ -3161,6 +3052,11 @@ he:
       description: תיאור
       created_at: 'יצירה:'
       last_changed: 'שינוי אחרון:'
+      apply: החלה
+      all: הכול
+      open: פתוחה
+      closed: סגורה
+      status: מצב
     show:
       title: 'הערה: %{id}'
       description: תיאור
@@ -3179,6 +3075,9 @@ he:
       report: לדווח על ההערה הזאת
       anonymous_warning: ההערה הזאת כוללת תגובות ממשתמשים אלמוניים שצריך לאמת באופן
         עצמאי.
+      discussion: דיון
+      subscribe: מינוי
+      unsubscribe: ביטול מינוי
       hide: להסתיר
       resolve: לפתור
       reactivate: הפעלה מחדש
@@ -3200,6 +3099,10 @@ he:
       anonymous_warning_sign_up: להירשם
       advice: /start
       add: הוספת הערה
+    notes_paging_nav:
+      showing_page: הדף %{page}
+      next: הבא
+      previous: הקודם
   javascripts:
     close: סגירה
     share:
@@ -3388,21 +3291,22 @@ he:
   redactions:
     edit:
       heading: עריכת הסרה
-      title: ×¢×¨×\99×\9bת ×\97×\99ת×\95×\9a
+      title: ×¢×¨×\99×\9bת ×\94סר×\94
     index:
       empty: אין הסרות שאפשר להציג.
-      heading: ×¨×©×\99×\9eת ×\97×\99ת×\95×\9b×\99×\9d
+      heading: ×¨×©×\99×\9eת ×\94סר×\95ת
       title: רשימת הסרות
+      new: הסרה חדשה
     new:
       heading: הוספת מידע להסרה חדשה
-      title: ×\9eת×\91צעת ×\99צ×\99רת ×\97×\99ת×\95×\9a ×\97×\93ש
+      title: ×\9eת×\91צעת ×\99צ×\99רת ×\94סר×\94 ×\97×\93ש×\94
     show:
       description: 'תיאור:'
       heading: הצגת ההסרה „%{title}”
-      title: ×\94צ×\92ת ×\97×\99ת×\95×\9a
+      title: ×\94צ×\92ת ×\94סר×\94
       user: 'יוצר:'
       edit: עריכת ההסרה הזאת
-      destroy: ×\94סרת ×\94×\97×\99ת×\95×\9a ×\94×\96×\94
+      destroy: ×\9e×\97×\99קת ×\94×\94סר×\94 ×\94×\96×\90ת
       confirm: באמת?
     create:
       flash: הסרה נוצרה.
@@ -3411,7 +3315,7 @@ he:
     destroy:
       not_empty: ההסרה אינה ריקה. נא לבטל את הסרות הגרסאות ששיכות להסרה הזאת לפני
         ביטולה.
-      flash: ×\94×\97×\99ת×\95×\9a × ×\94רס.
+      flash: ×\94×\94סר×\94 × ×\94רס×\94.
       error: אירעה שגיאה בעת ביטול ההסרה הזאת.
   validations:
     leading_whitespace: יש רווח בהתחלה
index 30ff2d5d39cbaee469387aece97fd1f2429f69c9..f5ddfc58dd6877ff3656a80aa38f0eef36858a1d 100644 (file)
@@ -2,6 +2,7 @@
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: Abijeet Patro
+# Author: Abijeet Patro - Normal
 # Author: Ansumang
 # Author: AnupamM
 # Author: Bhatakati aatma
@@ -55,10 +56,6 @@ hi:
         create: ब्लॉक बनाएँ
         update: ब्लॉक को अपडेट करें
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: 'यह ई-मेल ऐड्रेस संभवत: अमान्य है'
-        email_address_not_routable: रास्ता बनाने लायक नहीं है
     models:
       acl: अभिगम नियंत्रण सूची
       changeset: बदलाव
@@ -370,21 +367,21 @@ hi:
       introduction: आस-पास की सुविधाओं के लिए नक़्शे पर क्लिक करें
       nearby: आस-पास की सुविधाएँ
       enclosing: पास की सुविधाएँ
+  changeset_comments:
+    feeds:
+      comment:
+        comment: '%{author} द्वारा #%{changeset_id} पर नया कमेंट'
+        commented_at_by_html: '%{user} द्वारा %{when} को अपडेट किया गया'
+      show:
+        title_all: ओपनस्ट्रीटमैप चेंजसेट चर्चा
+        title_particular: ओपनस्ट्रीटमैप चेंजसेट %{changeset_id} चर्चा
+      timeout:
+        sorry: माफ़ कीजिए, जिन चेंजसेट कमेंटों की आपने अनुरोध की थी उन्हें लाने में
+          कुछ ज़्यादा ही वक्त लग गया।
   changesets:
-    changeset_paging_nav:
-      showing_page: पृष्ठ %{page}
-      next: अगला »
-      previous: « पिछला
     changeset:
-      anonymous: अनाम
       no_edits: (कोई सम्पादन नहीं है)
       view_changeset_details: इस changeset के विवरण देखे
-    changesets:
-      id: आईडी
-      saved_at: समय जब सुरक्षित किया गया
-      user: सदस्य
-      comment: टिप्पणी
-      area: क्षेत्र
     index:
       title: चेंजसेट
       title_user: '%{user} द्वारा चेंजसेट'
@@ -422,18 +419,6 @@ hi:
     timeout:
       sorry: माफ़ कीजिए, जिन चेंजसेट की आपने अनुरोध की थी उन्हें लाने में कुछ ज़्यादा
         ही वक्त लग गया।
-  changeset_comments:
-    comment:
-      comment: '%{author} द्वारा #%{changeset_id} पर नया कमेंट'
-      commented_at_by_html: '%{user} द्वारा %{when} को अपडेट किया गया'
-    comments:
-      comment: '%{author} द्वारा चेंजसेट %{changeset_id} पर नया कमेंट'
-    index:
-      title_all: ओपनस्ट्रीटमैप चेंजसेट चर्चा
-      title_particular: ओपनस्ट्रीटमैप चेंजसेट %{changeset_id} चर्चा
-    timeout:
-      sorry: माफ़ कीजिए, जिन चेंजसेट कमेंटों की आपने अनुरोध की थी उन्हें लाने में
-        कुछ ज़्यादा ही वक्त लग गया।
   dashboards:
     popup:
       friend: दोस्त
@@ -457,8 +442,6 @@ hi:
       no_entries: कोई डायरी एंट्री नहीं है
     page:
       recent_entries: 'नई डायरी एंट्रियाँ:'
-      older_entries: पुरानी प्रविष्टियाँ
-      newer_entries: नवीनतम प्रविष्टियाँ
     edit:
       title: डायरी एंट्री को संपादित करें
       marker_text: डायरी एंट्री का स्थान
@@ -494,8 +477,6 @@ hi:
       report: इस कमेंट को रिपोर्ट करें
     location:
       location: 'स्थान:'
-      view: देखें
-      edit: सम्पादित करें
     feed:
       user:
         title: '%{user} के लिए ओपनस्ट्रीटमैप डायरी एंट्री'
@@ -511,8 +492,6 @@ hi:
       post: पोस्ट
       when: कब
       comment: टिप्पणी
-      newer_comments: नई प्रतिक्रियाएं
-      older_comments: पुरनी प्रतिक्रियाएं
   errors:
     contact:
       contact: संपर्क
@@ -881,14 +860,16 @@ hi:
         level8: शहर सीमा
         level9: गांव सीमा
         level10: इलाके की सीमा
-      types:
-        cities: नगर
-        towns: शहर
-        places: स्थल
   issues:
     index:
       title: समस्याएँ
       search: ढूंडें
+    page:
+      reported_user: रिपोर्ट किया गया उपयोगकर्ता
+      states:
+        ignored: अनदेखी की गई
+        open: खोलें
+        resolved: समाधान-प्राप्त
     show:
       resolve: समाधान करें
       ignore: अंदेखा करें
@@ -912,9 +893,7 @@ hi:
     history: इतिहास
     export: निर्यात
     issues: समस्याएं
-    data: आँकड़े
     help: सहायता
-    community: समुदाय
   user_mailer:
     diary_comment_notification:
       subject: '[OpenStreetMap] %{user} ने एक दैनिकी पर प्रतिक्रिया दी'
@@ -950,6 +929,17 @@ hi:
     new:
       password: पासवर्ड
       or: या
+  shared:
+    pagination:
+      diary_comments:
+        older: पुरनी प्रतिक्रियाएं
+        newer: नई प्रतिक्रियाएं
+      diary_entries:
+        older: पुरानी प्रविष्टियाँ
+        newer: नवीनतम प्रविष्टियाँ
+      issues:
+        older: पुरानी समस्याएं
+        newer: नए मुद्दे
   site:
     about:
       legal_1_1_terms_of_use: उपयोग की शर्तें
@@ -1007,7 +997,6 @@ hi:
           hospital: अस्पताल
           building: महत्वपूर्ण भवन
           station: रेलवे स्टेशन
-          stop: रोकें
   traces:
     new:
       visibility_help: इसका क्या मतलब है?
@@ -1019,9 +1008,6 @@ hi:
   application:
     auth_providers:
       openid_login_button: जारी रखें
-  oauth_clients:
-    show:
-      key: उपभोक्ता कुंजी
   oauth2_applications:
     index:
       name: नाम
@@ -1037,6 +1023,8 @@ hi:
       tab_title: साइन अप करें
       support: सहायता
       or: या
+    terms:
+      cancel: रद्द करें
     index:
       title: सदस्य
       heading: सदस्य
@@ -1055,6 +1043,11 @@ hi:
     index:
       created_at: 'निर्माण का समय:'
       last_changed: अंतिम परिवर्तन
+      apply: लागू करें
+      all: सभी
+      open: खोलें
+      closed: बंद किया हुआ
+      status: स्थिति
     show:
       title: 'नोट: %{id}'
       description: विवरण
@@ -1062,6 +1055,9 @@ hi:
       closed_title: 'सुलझा नोट #%{note_name}'
       hidden_title: 'छिपाया नोट #%{note_name}'
       report: इस नोट को रिपोर्ट कर
+      discussion: चर्चा
+      subscribe: सदस्यता लें
+      unsubscribe: सदस्यता छोड़ें
       hide: छुपाएँ
       resolve: समाधान करें
       reactivate: 'पुन: सक्रिय करें'
@@ -1079,6 +1075,10 @@ hi:
         सकता है, इसलिए निजी जानकारी दर्ज न करें या कॉपीराइट वाले नक्शे या निर्देशिका
         सूची से जानकारी न दें।
       add: नोट जोड़ें
+    notes_paging_nav:
+      showing_page: पृष्ठ %{page}
+      next: अगला
+      previous: पिछला
   javascripts:
     site:
       createnote_disabled_tooltip: नोट जोड़ने के लिए जूम इन करें
index 7150902fe398a1c7643866c80c959fcb38b2a04f..310d2dee21997284c1f517b97feea0a30dcc67b4 100644 (file)
@@ -51,9 +51,6 @@ hr:
         create: Napravi blokadu
         update: Ažuriraj blokadu
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: ne izgleda kao ispravna adresa e-pošte
     models:
       acl: Kontrole pristupa
       changeset: Set promjena
@@ -356,21 +353,18 @@ hr:
       introduction: Klikni na kartu za pronalazak okolnih elemenata karte.
       nearby: Obližnji elementi karte
       enclosing: Obuhvaćeni elementi karte
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Novi komentar na setu promjena #%{changeset_id} od %{author}'
+        commented_at_by_html: Osvježio korisnik %{user} %{when}
+      show:
+        title_all: Rasprava o OpenStreetMap setu promjena
+        title_particular: 'Rasprava o OpenStreetMap setu promjena #%{changeset_id}'
   changesets:
-    changeset_paging_nav:
-      showing_page: Stranica %{page}
-      next: Sljedeća »
-      previous: « Prethodna
     changeset:
-      anonymous: Anoniman
       no_edits: (nema promjena)
       view_changeset_details: Prikaži detalje seta promjena
-    changesets:
-      id: ID
-      saved_at: Spremljeno
-      user: Korisnik
-      comment: Komentar
-      area: Područje
     index:
       title: Setovi promjena
       title_user: Setovi promjena od %{user}
@@ -409,15 +403,6 @@ hr:
       relations_paginated: Relacije(%{x}-%{y} od %{count})
     timeout:
       sorry: Nažalost, preuzimanje popisa setova promjena predugo traje.
-  changeset_comments:
-    comment:
-      comment: 'Novi komentar na setu promjena #%{changeset_id} od %{author}'
-      commented_at_by_html: Osvježio korisnik %{user} %{when}
-    comments:
-      comment: 'Novi komentar od %{author} na setu promjena #%{changeset_id}'
-    index:
-      title_all: Rasprava o OpenStreetMap setu promjena
-      title_particular: 'Rasprava o OpenStreetMap setu promjena #%{changeset_id}'
   dashboards:
     contact:
       km away: udaljen %{count}km
@@ -452,8 +437,6 @@ hr:
       no_entries: Nema zapisa u dnevniku
     page:
       recent_entries: Nedavni zapisi u dnevnik
-      older_entries: Stariji zapisi
-      newer_entries: Noviji zapisi
     edit:
       title: Uredi Zapis u Dnevniku
       marker_text: Lokacija unosa u dnevnik
@@ -486,8 +469,6 @@ hr:
       confirm: Potvrdi
     location:
       location: 'Lokacija:'
-      view: Prikaži
-      edit: Uredi
     feed:
       user:
         title: Zapisi OpenStreetMap dnevnika od korisnika %{user}
@@ -504,8 +485,6 @@ hr:
       post: Pošalji
       when: Kada
       comment: Komentar
-      newer_comments: Noviji komentari
-      older_comments: Stariji komentari
   friendships:
     make_friend:
       heading: Dodaj %{user} kao prijatelja?
@@ -1020,10 +999,6 @@ hr:
         level8: Granica naselja
         level9: Granica sela
         level10: Granica predgrađa
-      types:
-        cities: Gradovi
-        towns: Manji gradovi
-        places: Mjesta
     results:
       no_results: Nisu nađeni rezultati
       more_results: Više rezultata
@@ -1038,31 +1013,19 @@ hr:
     edit: Uredi
     history: Povijest
     export: Izvoz
-    data: Podaci
-    export_data: Izvezi podatke
     gps_traces: GNSS tragovi
-    gps_traces_tooltip: Upravljaj GNSS tragovima
     user_diaries: Dnevnik
-    user_diaries_tooltip: Prikaži korisničke dnevnike
     edit_with: Uredi s %{editor}
-    tag_line: Slobodna wiki karta Svijeta
     intro_header: Dobrodošao/la na OpenStreetMap!
     intro_text: OpenStreetMap je karta svijeta, stvorena od strane ljudi (volontera/doprinositelja)
       i može se slobodno koristiti pod licencijom otvorenog koda (ODbL).
-    intro_2_create_account: Stvori korisnički račun
     osm_offline: OpenStreetMap baza podataka je trenutno nedostupna dok se ne završe
       važni radovi na održavanju.
     osm_read_only: Zbog radova na održavanju baze podataka OpenStreetMapa, istu trenutačno
       nije moguće mijenjati.
-    donate: Podržite OpenStreetMap sa %{link} Hardware Upgrade Fond.
     help: Pomoć
     about: O projektu
     copyright: Autorska prava
-    community_blogs: Blogovi zajednice
-    community_blogs_title: Blogovi članova OpenStreetMap zajednice
-    make_a_donation:
-      title: Podržite Openstreetmap novčanom donacijom
-      text: Donirajte
     learn_more: Saznaj više
     more: Više
   user_mailer:
@@ -1156,7 +1119,6 @@ hr:
     message_summary:
       unread_button: Označi kao nepročitano
       read_button: Označi kao pročitano
-      reply_button: Odgovori
       destroy_button: Obriši
     new:
       title: Pošalji poruku
@@ -1230,23 +1192,31 @@ hr:
       update home location on click: Ažuriraj lokaciju doma kada kliknem na kartu?
   sessions:
     new:
-      title: Prijava
       tab_title: Prijava
       email or username: 'Email adresa ili korisničko ime:'
       password: 'Lozinka:'
       remember: Zapamti me
       lost password link: Izgubljena zaporka?
       login_button: Prijava
-      register now: Registrirajte se sada
       with external: 'Ili koristite drugi servis za prijavljivanje:'
       auth failure: Žao mi je, ne mogu prijaviti s ovim detaljima.
     destroy:
       title: Odjava
       heading: Odjava iz OpenStreetMap-a
       logout_button: Odjava
+  shared:
+    pagination:
+      diary_comments:
+        older: Stariji komentari
+        newer: Noviji komentari
+      diary_entries:
+        older: Stariji zapisi
+        newer: Noviji zapisi
+      traces:
+        older: Stariji tragovi
+        newer: Noviji tragovi
   site:
     about:
-      next: Dalje
       used_by_html: '%{name} snabdijeva geografskim podacima tisuće internetskih stranica,
         mobilnih aplikacija i uređaja'
       lede_text: OpenStreetMap je izgradila zajednica kartografa koji donose i održavaju
@@ -1326,8 +1296,6 @@ hr:
       user_page_link: korisnička stranica
       anon_edits_link_text: Otkrij zašto je to slučaj.
       id_not_configured: iD nije konfiguriran
-      no_iframe_support: Tvoj preglednik ne podržava HTML iframes, koji su nužni za
-        ovu mogućnost.
     export:
       title: Izvoz
       manually_select: Ručno izaberi drukčije područje
@@ -1364,10 +1332,8 @@ hr:
       title: Ima li pitanja?
     sidebar:
       search_results: Rezultati pretraživanja
-      close: Zatvori
     search:
       search: Traži
-      get_directions: Nabavi upute
       get_directions_title: Nađi upute između dvije točke
       from: Od
       to: Do
@@ -1470,8 +1436,6 @@ hr:
       title: Uređivanje traga %{name}
       heading: Uređivanje trase %{name}
       visibility_help: Što ovo znači?
-    trace_optionals:
-      tags: Oznake
     show:
       title: Prikaz traga %{name}
       heading: Prikaz trase %{name}
@@ -1509,13 +1473,8 @@ hr:
       tagged_with: ' označeni sa %{tags}'
       upload_trace: Postavi GNSS trag
       my_traces: Moji GNSS tragovi
-    page:
-      older: Stariji tragovi
-      newer: Noviji tragovi
     destroy:
       scheduled_for_deletion: Trase raspoređene za brisanje
-    make_public:
-      made_public: Trag je postao javan
     offline_warning:
       message: Sustav za GPX upload trenutno nije u funkciji.
     offline:
@@ -1551,60 +1510,6 @@ hr:
       wikipedia:
         title: Prijavi se preko Wikipedije
         alt: Prijavi se s Wikipedijinim računom
-  oauth:
-    authorize:
-      request_access_html: Aplikacija %{app_name} zahtjeva pristup vašem korisničkom
-        računu (%{user}). Provjerite želite li da aplikacija ima te mogućnosti, te
-        odaberite koliko joj želite dopustiti.
-      allow_to: 'Dozvoli klijentskoj aplikaciji da:'
-      allow_read_prefs: pročitajte svoje korisničke postavke
-      allow_write_prefs: izmjeni korisničke postavke
-      allow_write_diary: Zapište u dnevnik, komentirajte i stvorite prijatelje.
-      allow_write_api: izmijeni kartu
-      allow_read_gpx: čitaj svoje privatne GNSS tragove.
-      allow_write_gpx: postavi GNSS tragove.
-      allow_write_notes: izmijeni bilješke.
-    revoke:
-      flash: Opozvali ste token za %{application}
-  oauth_clients:
-    new:
-      title: Registriraj novu aplikaciju
-    edit:
-      title: Uredi svoju aplikaciju
-    show:
-      title: OAuth detalji za %{app_name}
-      key: 'Consumer Key:'
-      secret: 'Consumer Secret:'
-      url: 'Request Token URL:'
-      access_url: 'Access Token URL:'
-      authorize_url: 'Authorise URL:'
-      support_notice: Podržavamo HMAC-SHA1 (preporučuje se) i RSA-SHA1 potpis.
-      edit: Uredi detalje
-      confirm: Jesi li siguran/na?
-      requests: 'Zahtjevam sijedeće dozvole od korisnika:'
-    index:
-      title: Moji OAuth detalji
-      my_tokens: Moje odobrene aplikacije
-      list_tokens: 'Sljedeći tokeni su izdani aplikacijama na Vaše ime:'
-      application: Ime aplikacije
-      issued_at: Izdano u
-      revoke: Opozovi!
-      my_apps: Moje klijentske aplikacije
-      no_apps_html: Imate li aplikaciju koju želite registrirati za korištenje s  %{oauth}
-        standardom? Morate registrirati svoju web aplikaciju prije nego možete dati
-        OAuth zahtjeve za ovu uslugu
-      registered_apps: 'Imate registrirane sljedeće aplikacije:'
-      register_new: Registriraj svoju aplikaciju
-    form:
-      requests: 'Zahtjevam sijedeće dozvole od korisnika:'
-    not_found:
-      sorry: Žao mi je, da se %{type} ne može naći.
-    create:
-      flash: Informacije su uspješno registrirane
-    update:
-      flash: Informacije o klijentu uspješno ažurirane
-    destroy:
-      flash: Uništena registracija klijent aplikacije
   users:
     new:
       title: Otvori račun
@@ -1614,7 +1519,6 @@ hr:
         header: Slobodna i svatko je može uređivati
       display name description: Javno prikazano korisničko ime. Možete ga promjeniti
         i kasnije u postavkama.
-      external auth: 'Prijavljivanje s drugog servisa:'
       continue: Otvori račun
       terms accepted: Hvala za prihvaćanje novih pridonositeljskih uvjeta!
       use external auth: Alternativno, koristite drugi servis za prijavljivanje
@@ -1625,7 +1529,6 @@ hr:
         vlasništvu (Public Domain)
       consider_pd_why: što je ovo?
       continue: Nastavi
-      decline: Odbaci
       you need to accept or decline: Molim pročitaj, a zatim ili prihvati ili odbij
         nove Uvjete doprinošenja.
       legale_select: 'Molimo odaberite svoju zemlju prebivališta:'
@@ -1705,21 +1608,11 @@ hr:
       already_has_role: Korisnik već ima ulogu %{role}.
       doesnt_have_role: Korisnik nema ulogu %{role}.
     grant:
-      title: Potvrdi dodjelu uloge
-      heading: Potvrdi dodjelu uloge
       are_you_sure: Jeste li sigurni da želite dodjeliti ulogu `%{role}' korisniku
         `%{name}'?
-      confirm: Potvrdi
-      fail: Ne mogu dodjeliti ulogu `%{role}' korisniku `%{name}'. Molim provjeriti
-        ispravnost korisnika i uloge.
     revoke:
-      title: Potvrdi opoziv uloge
-      heading: Potvrdi opoziv uloge
       are_you_sure: Jeste li sigurni da želite opozvati ulogu `%{role}' iz korisnika
         `%{name}'?
-      confirm: Potvrdi
-      fail: Nemogu opozvati ulogu `%{role}' iz korisnika `%{name}'. Molim provjerite
-        jeli korisnik i uloga ispravno.
   user_blocks:
     model:
       non_moderator_update: Morate biti moderator da stvorite ili ažurirate  blokadu.
@@ -1746,14 +1639,6 @@ hr:
       title: Korisnikove blokade
       heading: Lista korisničkih blokada
       empty: Još nije napravljena nijedna blokada.
-    revoke:
-      title: Opozivanje blokade na %{block_on}
-      heading_html: Opozivanje blokade na %{block_on} od %{block_by}
-      time_future_html: Blokada će završiti za %{time}.
-      past_html: Blokada je završila u %{time} i ne može se sada opozvati.
-      confirm: Jeste li sigurni da želite opozvati ovu blokadu?
-      revoke: Opozovi!
-      flash: Ova blokada je opozvana.
     helper:
       time_future_html: Završava u %{time}.
       until_login: Aktivno dok se korisnik ne prijavi.
@@ -1791,19 +1676,14 @@ hr:
       heading_html: '%{block_by} blokirao %{block_on}'
       created: Stvoreno
       status: Status
-      show: Prikaži
       edit: Uredi
-      revoke: Opozovi!
-      confirm: Jeste li sigurni?
       reason: 'Razlog za blokadu:'
       revoker: 'Opozivatelj:'
-      needs_view: Korisnik se mora prijaviti prije nego se blokada očisti.
     block:
       not_revoked: (nije opozvano)
       show: Prikaži
       edit: Uredi
-      revoke: Opozovi!
-    blocks:
+    page:
       display_name: Blokirani korisnik
       creator_name: Tvorac
       reason: Razlog za blokadu
@@ -1843,6 +1723,8 @@ hr:
         ne upisujte osobne podatke, ili podatke sa karata ili tablica podataka zaštićenih
         autorskim pravima.
       add: Dodaj bilješku
+    notes_paging_nav:
+      showing_page: Stranica %{page}
   javascripts:
     close: Zatvori
     share:
index 51f6411098bbdf856cc831ce19f8d8c69b66fe29..d6968c849abced4a091b8d0002a503adcaef6090 100644 (file)
@@ -1,7 +1,6 @@
 # Messages for Upper Sorbian (hornjoserbsce)
 # Exported from translatewiki.net
 # Export driver: phpyaml
-# Author: Amire80
 # Author: J budissin
 # Author: Macofe
 # Author: McDutchie
@@ -43,8 +42,6 @@ hsb:
   activerecord:
     errors:
       messages:
-        invalid_email_address: njezda so płaćiwa mejlkowa adresa być
-        email_address_not_routable: njeje routojomna
         display_name_is_user_n: njemóže wužiwar user_n być, chibazo n je twój wužiwarski
           ID
       models:
@@ -415,21 +412,20 @@ hsb:
       introduction: Klikń na kartu, zo by susodne objekty namakał(a).
       nearby: Objekty w bliskosći
       enclosing: Wobdawace funkcije
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Nowy komentar k sadźbje změnow čo. %{changeset_id} wot %{author}
+        commented_at_by_html: Aktualizowany %{when} wot %{user}
+      show:
+        title_all: Diskusija wo sadźbje změnow OpenStreetMap
+        title_particular: Diskusija wo sadźbje změnow čo. %{changeset_id} OpenStreetMap
+      timeout:
+        sorry: Bohužel je předołho trało, wot tebje požadanu lisćinu komentarow wotwołać.
   changesets:
-    changeset_paging_nav:
-      showing_page: Strona %{page}
-      next: Přichodna »
-      previous: « Předchadna
     changeset:
-      anonymous: Anonymnje
       no_edits: (žane změny)
       view_changeset_details: Podrobnosće sadźby změnow pokazać
-    changesets:
-      id: ID
-      saved_at: 'Składowane:'
-      user: Wužiwar
-      comment: Komentar
-      area: Wobłuk
     index:
       title: Sadźby změnow
       title_user: Sadźby změnow wot %{user}
@@ -482,17 +478,6 @@ hsb:
       relations_paginated: Relacije (%{x}-%{y} z %{count})
     timeout:
       sorry: Bohužel je předołho trało, požadanu lisćinu změnow wotwołać.
-  changeset_comments:
-    comment:
-      comment: Nowy komentar k sadźbje změnow čo. %{changeset_id} wot %{author}
-      commented_at_by_html: Aktualizowany %{when} wot %{user}
-    comments:
-      comment: Nowy komentar k sadźbje změnow čo. %{changeset_id} wot %{author}
-    index:
-      title_all: Diskusija wo sadźbje změnow OpenStreetMap
-      title_particular: Diskusija wo sadźbje změnow čo. %{changeset_id} OpenStreetMap
-    timeout:
-      sorry: Bohužel je předołho trało, wot tebje požadanu lisćinu komentarow wotwołać.
   dashboards:
     contact:
       km away: '%{count} km zdaleny'
@@ -533,8 +518,6 @@ hsb:
       no_entries: Žane zapiski w dźeniku
     page:
       recent_entries: Najnowše zapiski w dźeniku
-      older_entries: Starše zapiski
-      newer_entries: Nowše zapiski
     edit:
       title: Dźenikowy zapisk wobdźěłać
       marker_text: Městno dźenikoweho zapiska
@@ -574,8 +557,6 @@ hsb:
       report: Tutón komentar zdźělić
     location:
       location: 'Městno:'
-      view: Pokazać
-      edit: Wobdźěłać
     feed:
       user:
         title: OpenStreetMap dźenikowe zapiski wot wužiwarja %{user}
@@ -601,8 +582,6 @@ hsb:
       post: Zapisk
       when: Hdy
       comment: Komentar
-      newer_comments: Nowše komentary
-      older_comments: Starše komentary
   doorkeeper:
     flash:
       applications:
@@ -639,7 +618,6 @@ hsb:
   geocoder:
     search:
       title:
-        results_from_html: Wuslědki z %{results_link}
         latlon: Interny
     search_osm_nominatim:
       prefix:
@@ -1383,10 +1361,6 @@ hsb:
         level9: hranica měšćanskeho dźěla
         level10: hranica štwórće
         level11: Susodstwowa hranica
-      types:
-        cities: wulkoměsta
-        towns: města
-        places: městna
     results:
       no_results: Žane wuslědki namakane
       more_results: Dalše wuslědki
@@ -1400,22 +1374,22 @@ hsb:
       not_updated: Njeaktualizowany
       search: Pytać
       search_guidance: 'Problemy přepytać:'
+      states:
+        ignored: Ignorowany
+        open: Wočinjeny
+        resolved: Rozrisany
+    page:
       user_not_found: Wužiwar njeeksistuje
       issues_not_found: Žane wotpowědne problemy namakane
       status: Status
       reports: Rozprawy
       last_updated: Poslednja aktualizacija
-      link_to_reports: Rozprawy sej wobhladać
       reports_count:
         one: '%{count} rozprawa'
         two: '%{count} rozprawje'
         few: '%{count} rozprawy'
         other: '%{count} rozprawow'
       reported_item: Zjewjeny objekt
-      states:
-        ignored: Ignorowany
-        open: Wočinjeny
-        resolved: Rozrisany
     show:
       title: '%{status} Problem čo. %{issue_id}'
       reports:
@@ -1502,35 +1476,22 @@ hsb:
     history: Historija
     export: Eksport
     issues: Problemy
-    data: Daty
-    export_data: Daty eksportować
     gps_traces: GPS-ćěrje
-    gps_traces_tooltip: GPS-ćěrje zrjadować
     user_diaries: Wužiwarske dźeniki
-    user_diaries_tooltip: Wužiwarske dźeniki čitać
     edit_with: Wobdźěłać z %{editor}
-    tag_line: Swobodna karta swěta
     intro_header: Witaj k OpenStreetMap!
     intro_text: OpenStreetMap je karta swěta, wutworjena wot ludźi kaž tebje a hodźi
       so swobodnje pod wotewrjenej licencu wužiwać.
-    intro_2_create_account: Załož wužiwarske konto
     partners_partners: partnerow
     tou: Wužiwanske wuměnjenja
     osm_offline: Datowa banka OpenStreetMap je tuchwilu offline, dokelž so wažne hladanske
       dźěła na njej přewjedu.
     osm_read_only: Datowa banka OpenStreetMap je tuchwilu jenož čitajomna, dokelž
       so wažne hladanske dźěła na njej přewjedu.
-    donate: Podpěraj darjensku akciju OpenStreetMap za hardware přez %{link}.
     help: Pomoc
     about: Wo projekće
     copyright: Awtorske prawo
     communities: Zhromadnosće
-    community: Zhromadźenstwo
-    community_blogs: Dźeniki zhromadźenstwa
-    community_blogs_title: Dźeniki čłonow zhromadźenstwa OpenStreetMap
-    make_a_donation:
-      title: OpenStreetMap z pjenježnym darom podpěrać
-      text: Darić
     learn_more: Wjace zhonić
     more: Wjace
   user_mailer:
@@ -1639,7 +1600,6 @@ hsb:
       details_html: Dalše podrobnosće wo pokazce namakaš pod %{url}.
     changeset_comment_notification:
       hi: Witaj %{to_user},
-      greeting: Witaj,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} je jednu z twojich změnow komentował(a)'
         subject_other: '[OpenStreetMap] %{commenter} je sadźbu změnow komentował,
@@ -1683,8 +1643,8 @@ hsb:
       failure: E-mejlowa adresa je hižo z tutym kodom wobkrućena.
       unknown_token: Wobkrućenski kod je spadnjeny abo njeeksistuje.
     resend_success_flash:
-      confirmation_sent: Smy wobkrućensku noticu na %{email} póslali a tak ruče hač
-        swoje konto wobkrućiš, móžeš kartěrowanje započeć.
+      confirmation_sent: Smy wobkrućensku noticu na %{email} pósłali a ručež swoje
+        konto wobkrućiš, móžeš z kartěrowanjom započeć.
       whitelist: Jeli přećiwospamowy system wužiwaš, kotryž wobkrućenske naprašowanja
         sćele, přewzmi %{sender} do swojeje běłeje lisćiny, dokelž njemóžemy na wobkrućenske
         naprašowanja wotmołwić.
@@ -1714,7 +1674,6 @@ hsb:
     message_summary:
       unread_button: Jako njepřečitanu markěrować
       read_button: Jako přečitanu markěrować
-      reply_button: Wotmołwić
       destroy_button: Wotstronić
     new:
       title: Powěsć pósłać
@@ -1730,7 +1689,6 @@ hsb:
       body: Bohužel njeje powěsć z tutej ID.
     outbox:
       title: Pósłane
-      actions: Akcije
       messages:
         few: Sy %{count} powěsće pósłał(a)
         one: Sy %{count} powěsć pósłał(a)
@@ -1825,14 +1783,12 @@ hsb:
       failure: Profil njeda so aktualizować.
   sessions:
     new:
-      title: Přizjewjenje
       tab_title: Přizjewjenje
       email or username: E-mejlowa adresa abo wužiwarske mjeno
       password: Hesło
       remember: Spomjatkować sej
       lost password link: Swoje hesło zabył?
       login_button: Přizjewjenje
-      register now: Nětko registrować
       with external: 'Wužiwaj jako alternatiwu třećeho za přizjewjenje:'
       auth failure: Bohužel přizjewjenje z tutymi podaćemi móžno njeje.
     destroy:
@@ -1859,9 +1815,18 @@ hsb:
     richtext_field:
       edit: Wobdźěłać
       preview: Přehlad
+    pagination:
+      diary_comments:
+        older: Starše komentary
+        newer: Nowše komentary
+      diary_entries:
+        older: Starše zapiski
+        newer: Nowše zapiski
+      traces:
+        older: Starše ćěrje
+        newer: Nowše ćěrje
   site:
     about:
-      next: Dale
       used_by_html: '%{name} kartowe daty za tysacy websydłow, mobilnych nałoženjow
         a gratwo k dispoziciji staja'
       lede_text: OpenStreetMap twori so wot zhromadźenstwa kartěrowarjow, kiž přinošuja
@@ -1951,8 +1916,6 @@ hsb:
       user_page_link: wužiwarskej stronje
       anon_edits_link_text: Zwěsćić, čehoždla je tomu tak.
       id_not_configured: iD njeje so konfigurował
-      no_iframe_support: Twó wobhladowak njepodpěruje iframe-elementy, kotrež su za
-        tutu funkciju trěbne.
     export:
       title: Eksportować
       manually_select: Druhi wobłuk manuelnje wubrać
@@ -2031,10 +1994,8 @@ hsb:
       title: Maš hišće prašenja?
     sidebar:
       search_results: Pytanske wuslědki
-      close: Začinić
     search:
       search: Pytać
-      get_directions: Rutu wuličić
       get_directions_title: Wobličenje čary mjez městnomaj
       from: Wot
       to: Do
@@ -2184,8 +2145,6 @@ hsb:
       visibility_help: što to woznamjenja?
     update:
       updated: Ćěr je so zaktualizowała.
-    trace_optionals:
-      tags: Atributy
     show:
       title: Ćěr %{name} pokazać
       heading: Ćěr %{name} pokazać
@@ -2233,13 +2192,8 @@ hsb:
       all_traces: Wšě ćěrje
       my_traces: Moje ćěrje
       traces_from: Zjawne ćěrje wot %{user}
-    page:
-      older: Starše ćěrje
-      newer: Nowše ćěrje
     destroy:
       scheduled_for_deletion: Čara předwidźana za zničenje
-    make_public:
-      made_public: Čara wozjewjena
     offline_warning:
       message: Nahrawanski system GPX-datajow tuchwilu k dispoziciji njesteji.
     offline:
@@ -2259,8 +2213,6 @@ hsb:
     require_cookies:
       cookies_needed: Zda so, zo maš placki znjemóžnjene - prošu zmóžń placki w swojim
         wobhladowaku, prjedy hač pokročuješ.
-    require_admin:
-      not_an_admin: Dyrbiš administrator być, zo by tutu akciju wuwjedł.
     setup_user_auth:
       blocked: Twój přistup k API je so blokował. Prošu přizjew so do webpowjercha,
         zo by wjace zhonił.
@@ -2269,7 +2221,6 @@ hsb:
         přezjedny być, dyrbiš sej je jenož wobhladać.
     settings_menu:
       account_settings: Kontowe nastajenja
-      oauth1_settings: Nastajenja OAUTH 1
       oauth2_applications: Nastajenja OAUTH 2
       oauth2_authorizations: Prawa OAUTH 2
       muted_users: Zněmjeni wužiwarjo
@@ -2293,30 +2244,6 @@ hsb:
         title: Z Wikipediju přizjewić
         alt: Z kontom Wikipedije přizjewić
   oauth:
-    authorize:
-      title: Přistup na twoje konto awtorizować
-      request_access_html: Aplikacija %{app_name} prosy wo přistup na twoje konto,
-        %{user}. Prošu rozsudź, hač aplikacija ma slědowace prawa měć. Móžeš wšě abo
-        jenož někotre z nich wubrać.
-      allow_to: 'Dowól nałoženju:'
-      allow_read_prefs: twoje wužiwarske nastajenja čitać.
-      allow_write_prefs: twoje wužiwarske nastajenja změnić.
-      allow_write_diary: dźenikowe zapiski a komentary spisać a přećelow zapisać.
-      allow_write_api: kartu změnić.
-      allow_read_gpx: twoje priwatne GPS-ćěrje čitać.
-      allow_write_gpx: GPS-ćěrje nahrać.
-      allow_write_notes: pokazki změnić.
-      grant_access: Přistup dać
-    authorize_success:
-      title: Awtorizowanske naprašowanje dowolene
-      allowed_html: Sy přistup nałoženja %{app_name} na twoje konto dowolił.
-      verification: Přepruwowanski kod je %{code}.
-    authorize_failure:
-      title: Awtorizowanske napřašowanje je so njeporadźiło
-      denied: Sy přistup nałoženja %{app_name} na twoje konto wotpokazał.
-      invalid: Awtorizaciski token płaćiwy njeje.
-    revoke:
-      flash: Sy token za %{application} anulował.
     scopes:
       read_prefs: Wužiwarske nastajenja čitać
       write_prefs: Wužiwarske nastajenja změnić
@@ -2324,47 +2251,6 @@ hsb:
       read_gpx: Priwatne GPS-ćěrje čitać
       write_gpx: GPS-ćěrje nahrać
       write_notes: Noticy změnić
-  oauth_clients:
-    new:
-      title: Nowu aplikaciju registrować
-    edit:
-      title: Twoju aplikaciju wobdźěłać
-    show:
-      title: Podrobnosće OAuth za %{app_name}
-      key: 'Kluč přetrjebowarja:'
-      secret: 'Potajnstwo přetrjebowarja:'
-      url: URL za naprašowanski token
-      access_url: 'URL za přistupny token:'
-      authorize_url: 'URL awtorizować:'
-      support_notice: Podpěrujemy HMAC-SHA1 (poručeny) kaž tež signatury RSA_SH1.
-      edit: Podrobnosće wobdźěłać
-      delete: Klient zhašeć
-      confirm: Sy sej wěsty?
-      requests: 'Požadanje lědowacych prawow wot wužiwarja:'
-    index:
-      title: Moje podrobnosće OAuth
-      my_tokens: Moje awtorizowane aplikacije
-      list_tokens: 'Slědowace tokeny buchu w twojim mjenom za aplikacije wudate:'
-      application: Mjeno aplikacije
-      issued_at: Datum wudaća
-      revoke: Anulować!
-      my_apps: Moje klientowe aplikacije
-      no_apps_html: Maš aplikaciju, kotruž chceš za wužiwanje z standardom %{oauth}
-        registrować? Dyrbiš swoju webaplikaciju registrować, prjedy hač móžeš naprašowanja
-        OAuth k tutej słužbje wotpósłać.
-      oauth: OAuth
-      registered_apps: 'Sy slědowace aplikacije zregistrował:'
-      register_new: Twoju aplikaciju registrować
-    form:
-      requests: 'Slědowace prawa wot wužiwarja požadać:'
-    not_found:
-      sorry: Tón typ %{type} njeda so namakać.
-    create:
-      flash: Informacije wuspěšnje zregistrowane
-    update:
-      flash: Klientowe informacije wuspěšnje zaktualizowane
-    destroy:
-      flash: Registrowanje klientoweje aplikacije bu zničene
   oauth2_applications:
     index:
       title: Moje klientowe aplikacije
@@ -2421,7 +2307,6 @@ hsb:
         w nastajenjach změnić.
       by_signing_up:
         privacy_policy: prawidła priwatnosće
-      external auth: Awtentifikacija přez třeću stronu
       continue: Registrować
       terms accepted: Dźakujemy so, zo sy nowe wuměnjenja za sobuskutkowarjow akceptował!
       use external auth: Jako alternatiwa wužij třeću stronu za přizjewjenje
@@ -2433,10 +2318,8 @@ hsb:
       consider_pd: Přidatnje k horjeka mjenowanym wuměnjenjam, mam swoje přinoški
         za powšitkownosći wužitne.
       consider_pd_why: Što to je?
-      consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
       continue: Dale
       declined: https://wiki.openstreetmap.org/wiki/DE:Contributor_Terms_Declined
-      decline: Wotpokazać
       you need to accept or decline: Prošu přečitaj nowe wužiwarske wuměnjenja a akceptuj
         abo wotpokazaj je, prjedy hač dale činiš.
       legale_select: 'Prošu wubjer kraj swojeho bydlišća:'
@@ -2544,19 +2427,9 @@ hsb:
       not_revoke_admin_current_user: Administratorowa róla njeda so aktualnemu wužiwarjej
         prěč wzać.
     grant:
-      title: Daće róle wobkrućić
-      heading: Daće róle wobkrućić
       are_you_sure: Chceš woprawdźe wužiwarjej "%{name}" rólu "%{role}" dać?
-      confirm: Wobkrućić
-      fail: Njebě móžno wužiwarjej "%{name}" rólu "%{role}" dać. Prošu skontroluj,
-        hač wužiwar a róla staj płaćiwej.
     revoke:
-      title: Zebranje róle wobkrućić
-      heading: Zebranje róle wobkrućić
       are_you_sure: Chceš woprawdźe wužiwarjej "%{name}" rólu "%{role}" preč wzać?
-      confirm: Wobkrućić
-      fail: Njebě móžno rólu "%{role} wužiwarjej "%{name}" preč wzać. Prošu skontroluj,
-        hačj wužiwar kaž tež róla stej płaćiwej.
   user_blocks:
     model:
       non_moderator_update: Dyrbiš moderator być, zo by blokowanje wudźělił abo aktualizował.
@@ -2585,14 +2458,6 @@ hsb:
       title: Wužiwarske blokowanja
       heading: Lisćina wužiwarskich blokowanjow
       empty: Hišće njejsu so žane blokowanja wudźělili.
-    revoke:
-      title: Zběhnje so blokowanje přećiwo %{block_on}
-      heading_html: Zběhnje so blokowanje přećiwo %{block_on} wot %{block_by}
-      time_future_html: Tute blokowanje skónči so %{time}.
-      past_html: Tute blokowanje je so %{time} skónčiło a njeda so nětko zběhnyć.
-      confirm: Chceš woprawdźe tute blokowanje zběhnyć?
-      revoke: Zběhnyć!
-      flash: Tute blokowanje je so zběhnyło.
     revoke_all:
       empty: '%{name} aktiwne zablokowanja nima.'
       active_blocks:
@@ -2648,19 +2513,14 @@ hsb:
       created: 'Wutworjeny:'
       duration: 'Traće:'
       status: 'Status:'
-      show: Pokazać
       edit: Wobdźěłać
-      revoke: Blokowanje zběhnyć!
-      confirm: Chceš woprawdźe?
       reason: 'Přičina za blokowanje:'
       revoker: 'Zeběracy wužiwar:'
-      needs_view: Wužiwar dyrbi so přizjewić, prjedy hač tute blokowanje so zběhnje.
     block:
       not_revoked: (njezběhnjeny)
       show: Pokazać
       edit: Wobdźěłać
-      revoke: Zběhnyć!
-    blocks:
+    page:
       display_name: Zablokowany wužiwar
       creator_name: Blokowar
       reason: Přičina za blokowanje
@@ -2726,6 +2586,8 @@ hsb:
         móhli to porjedźić. Přesuń marku ke korektnej poziciji a zapisaj pokazku,
         zo by problem wujasnił.
       add: Pokazku přidać
+    notes_paging_nav:
+      showing_page: Strona %{page}
   javascripts:
     close: Začinić
     share:
index cc6f85ced08ff46a3cc658fa0b0ba6c88ae63820..d599f70b05d68a073731ca8cf1547e01c51741b1 100644 (file)
@@ -71,8 +71,6 @@ hu:
   activerecord:
     errors:
       messages:
-        invalid_email_address: nem tűnik érvényes e-mail-címnek
-        email_address_not_routable: nem irányítható
         display_name_is_user_n: nem lehet user_n, hacsak nem az n a Te felhasználói
           azonosítód
       models:
@@ -80,8 +78,8 @@ hu:
           is_already_muted: már el van némítva
     models:
       acl: Hozzáférés-szabályzási lista
-      changeset: Módosításcsomag
-      changeset_tag: Módosításcsomag címkéje
+      changeset: Módosításkészlet
+      changeset_tag: Módosításkészlet címkéje
       country: Ország
       diary_comment: Hozzászólás a naplóhoz
       diary_entry: Naplóbejegyzés
@@ -153,7 +151,7 @@ hu:
         longitude: Földrajzi hosszúság
         public: Nyilvános
         description: Leírás
-        gpx_file: GPX fájl feltöltése
+        gpx_file: GPX fájl kiválasztása
         visibility: Láthatóság
         tagstring: Címkék
       message:
@@ -297,7 +295,7 @@ hu:
           megmaradnak, de nem lesznek láthatóak.
         retain_notes: Térképjegyzeteid és jegyzethozzászólásaid (ha vannak) megmaradnak,
           de nem lesznek láthatóak.
-        retain_changeset_discussions: A módosításcsomagokhoz fűzött hozzászólásaid
+        retain_changeset_discussions: A módosításkészletekhez fűzött hozzászólásaid
           (ha vannak) megőrződnek.
         retain_email: Az e-mail-címed is megmarad.
         recent_editing_html: Mivel nemrégiben szerkesztettél, fiókod jelenleg nem
@@ -353,7 +351,7 @@ hu:
     edited_ago_by_html: Szerkesztette %{user} %{time_ago}
     version: Verzió
     redacted_version: Szerkesztett verzió
-    in_changeset: Módosításcsomag
+    in_changeset: Módosításkészlet
     anonymous: névtelen
     no_comment: (nincs hozzászólás)
     part_of: 'Része ennek:'
@@ -368,6 +366,7 @@ hu:
     view_unredacted_history: Módosítatlan előzményeket megtekintése
     view_details: Részletek megtekintése
     view_redacted_data: Módosított előzményeket megtekintése
+    view_redaction_message: Adattörlési üzenet megtekintése
     location: 'Hely:'
     node:
       title_html: '%{name} pont'
@@ -405,7 +404,7 @@ hu:
         node: pont
         way: vonal
         relation: kapcsolat
-        changeset: módosításcsomag
+        changeset: módosításkészlet
         note: jegyzet
     timeout:
       title: Időtúllépési hiba
@@ -415,7 +414,7 @@ hu:
         node: pont
         way: vonal
         relation: kapcsolat
-        changeset: módosításcsomag
+        changeset: módosításkészlet
         note: jegyzet
     redacted:
       redaction: '%{id} adattörlési művelet'
@@ -446,65 +445,86 @@ hu:
       introduction: Kattints a térképre a közeli objektumok megtalálásához.
       nearby: Közeli objektumok
       enclosing: A helyet körülvevő objektumok
+  nodes:
+    timeout:
+      sorry: Sajnáljuk, a %{id} azonosítójú csomópont adatainak lekérése túl sokáig
+        tartott.
   old_nodes:
     not_found:
       sorry: 'Sajnáljuk, nem található meg #%{id} pont %{version} verziója.'
+    timeout:
+      sorry: Sajnáljuk, a %{id} azonosítójú csomópont előzményeinek lekérése túl sokáig
+        tartott.
+  ways:
+    timeout:
+      sorry: Sajnáljuk, a %{id} azonosítójú úthoz tartozó adatok lekérése túl sokáig
+        tartott.
   old_ways:
     not_found:
       sorry: 'Sajnáljuk, nem található meg #%{id} vonal %{version} verziója.'
+    timeout:
+      sorry: Sajnáljuk, a(z) %{id} azonosítójú út előzményeinek lekérése túl sokáig
+        tartott.
+  relations:
+    timeout:
+      sorry: Sajnáljuk, a %{id} azonosítójú reláció adatainak lekérése túl sokáig
+        tartott.
   old_relations:
     not_found:
       sorry: 'Sajnáljuk, nem található meg #%{id} kapcsolat %{version} verziója.'
+    timeout:
+      sorry: Sajnáljuk, a %{id} azonosítójú reláció előzményeinek lekérése túl sokáig
+        tartott.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Új hozzászólás #%{changeset_id} módosításkészlethez %{author} felhasználótól'
+        commented_at_by_html: '%{user} frissítette ekkor: %{when}'
+      show:
+        title_all: OpenStreetMap módosításkészlet-megbeszélés
+        title_particular: 'A #%{changeset_id} OpenStreetMap módosításkészlethez tartozó
+          megbeszélés'
+      timeout:
+        sorry: Sajnáljuk, túl sokáig tartott az általad kért módosításkészlet-hozzászólások
+          listájának lekérése.
   changesets:
-    changeset_paging_nav:
-      showing_page: '%{page} oldal'
-      next: Következő »
-      previous: « Előző
     changeset:
-      anonymous: Névtelen
       no_edits: (nincs szerkesztés)
-      view_changeset_details: Módosításcsomag részleteinek megtekintése
-    changesets:
-      id: Azonosító
-      saved_at: 'Mentve:'
-      user: Felhasználó
-      comment: Hozzászólás
-      area: Terület
+      view_changeset_details: Módosításkészlet részleteinek megtekintése
     index:
-      title: Módosításcsomagok
-      title_user: '%{user} módosításcsomagjai'
-      title_user_link_html: '%{user_link} módosításcsomagjai'
-      title_friend: Ismerősök módosításcsomagjai
-      title_nearby: Közeli felhasználók módosításcsomagjai
-      empty: Nem található módosításcsomag
-      empty_area: Nincs módosításcsomag erre a területre.
-      empty_user: Nincs módosításcsomag ettől a felhasználótól.
-      no_more: Nem találtunk több módosításcsomagot
-      no_more_area: Nincs több módosításcsomag ezen a területen.
-      no_more_user: Nincs több módosításcsomag ettől a felhasználótól.
+      title: Módosításkészletek
+      title_user: '%{user} módosításkészletei'
+      title_user_link_html: '%{user_link} módosításkészletei'
+      title_friend: Ismerősök módosításkészletei
+      title_nearby: Közeli felhasználók módosításkészletei
+      empty: Nem található módosításkészlet
+      empty_area: Ezen a területen nincs módosításkészlet.
+      empty_user: Ettől a felhasználótól nincs módosításkészlet.
+      no_more: Nem találtunk több módosításkészletet.
+      no_more_area: Ezen a területen nincs több módosításkészlet.
+      no_more_user: Ettől a felhasználótól nincs több módosításkészlet.
       load_more: Továbbiak betöltése
       feed:
-        title: '%{id} módosításcsomag'
-        title_comment: '%{id} módosításcsomag - %{comment}'
+        title: '%{id} módosításkészlet'
+        title_comment: '%{id} módosításkészlet - %{comment}'
         created: Létrehozva
         closed: Lezárva
         belongs_to: Szerző
     subscribe:
-      heading: Feliratkozol a következő változáscsomag megbeszélgetésre?
+      heading: Feliratkozol a következő módosításkészlet megbeszélésére?
       button: Feliratkozás a megbeszélésre
     unsubscribe:
-      heading: Leiratkozol a következő változáscsomag megbeszélgetésről?
+      heading: Leiratkozol a következő módosításkészlet megbeszéléséről?
       button: Leiratkozás a megbeszélésről
     heading:
-      title: '%{id} számú módosításcsomag'
+      title: '%{id} számú módosításkészlet'
       created_by_html: 'Létrehozta: %{link_user} (%{created}).'
     no_such_entry:
-      title: Nincs ilyen módosítócsomag
-      heading: 'Nincs naplóbejegyzés ezzel az azonosítóval: %{id}'
-      body: Sajnáljuk, nincs %{id} azonosítójú módosítócsomag. Ellenőrizd a helyességét.
+      heading: Nincs %{id} azonosítójú naplóbejegyzés
+      body: Sajnáljuk, nincs %{id} azonosítójú módosításkészlet. Ellenőrizd a helyességét.
         Az is lehet, hogy rossz linkre kattintottál.
     show:
-      title: '%{id} módosításcsomag'
+      title: '%{id} módosításkészlet'
       created: 'Létrehozva: %{when}'
       closed: 'Lezárva: %{when}'
       created_ago_html: Létrehozva %{time_ago}
@@ -513,17 +533,17 @@ hu:
       closed_ago_by_html: Lezárta %{user} %{time_ago}
       discussion: Megbeszélés
       join_discussion: Jelentkezz be, hogy bekapcsolódhass a megbeszélésbe
-      still_open: A módosításcsomag még nyitva van – a megbeszélés akkor nyílik meg,
-        ha a módosításcsomag lezárul.
+      still_open: A módosításkészlet még nyitva van – a megbeszélés akkor nyílik meg,
+        ha a módosításkészlet lezárul.
       subscribe: Feliratkozás
       unsubscribe: Leiratkozás
       comment_by_html: Hozzászólt %{user} %{time_ago}
       hidden_comment_by_html: Rejtett hozzászólás %{user} felhasználótól %{time_ago}
-      hide_comment: elrejt
-      unhide_comment: megjelenít
+      hide_comment: elrejtés
+      unhide_comment: megjelenítés
       comment: Hozzászólás
-      changesetxml: Módosításcsomag adatai (XML)
-      osmchangexml: Módosításcsomag tartalma (osmChange XML)
+      changesetxml: Módosításkészlet adatai (XML)
+      osmchangexml: Módosításkészlet tartalma (osmChange XML)
     paging_nav:
       nodes: Pontok (%{count})
       nodes_paginated: 'Pontok (%{x}-%{y} ennyiből: %{count})'
@@ -532,21 +552,8 @@ hu:
       relations: Kapcsolatok (%{count})
       relations_paginated: 'Kapcsolatok (%{x}-%{y} ennyiből: %{count})'
     timeout:
-      sorry: Sajnáljuk, az általad kért módosításcsomagok listájának beolvasása túl
+      sorry: Sajnáljuk, az általad kért módosításkészletek listájának beolvasása túl
         sokáig tartott.
-  changeset_comments:
-    comment:
-      comment: 'Új hozzászólás #%{changeset_id} módosításcsomaghoz  %{author} felhasználótól'
-      commented_at_by_html: '%{user} frissítette ekkor: %{when}'
-    comments:
-      comment: 'Új hozzászólás #%{changeset_id} módosításcsomaghoz  %{author} felhasználótól'
-    index:
-      title_all: OpenStreetMap módosításcsomag-megbeszélés
-      title_particular: 'A #%{changeset_id} OpenStreetMap módosításcsomaghoz tartozó
-        megbeszélés'
-    timeout:
-      sorry: Sajnáljuk, túl sokáig tartott az általad kért módosításcsomag-hozzászólások
-        listájának lekérése.
   dashboards:
     contact:
       km away: '%{count} km távolságra'
@@ -566,9 +573,9 @@ hu:
       nearby users: További közeli felhasználók
       no nearby users: Még nincsenek más felhasználók, akik megadták, hogy a közelben
         szerkesztenek.
-      friends_changesets: ismerősök módosításcsomagjai
+      friends_changesets: ismerősök módosításkészletei
       friends_diaries: ismerősök naplóbejegyzései
-      nearby_changesets: közeli felhasználók módosításcsomagjai
+      nearby_changesets: közeli felhasználók módosításkészletei
       nearby_diaries: közeli felhasználók naplóbejegyzései
   diary_entries:
     new:
@@ -588,8 +595,6 @@ hu:
       no_entries: Nincs naplóbejegyzés
     page:
       recent_entries: Legutóbbi naplóbejegyzések
-      older_entries: Régebbi bejegyzések
-      newer_entries: Újabb bejegyzések
     edit:
       title: Naplóbejegyzés szerkesztése
       marker_text: Naplóbejegyzés helye
@@ -597,6 +602,8 @@ hu:
       title: '%{user} naplója | %{title}'
       user_title: '%{user} naplója'
       discussion: Megbeszélés
+      subscribe: Feliratkozás
+      unsubscribe: Leiratkozás
       leave_a_comment: Hozzászólás
       login_to_leave_a_comment_html: '%{login_link} a hozzászóláshoz'
       login: Bejelentkezés
@@ -628,8 +635,6 @@ hu:
       report: Hozzászólás bejelentése
     location:
       location: 'Hely:'
-      view: Megtekintés
-      edit: Szerkesztés
     feed:
       user:
         title: '%{user} OpenStreetMap naplóbejegyzései'
@@ -657,8 +662,8 @@ hu:
       post: Bejegyzés
       when: Mikor
       comment: Hozzászólás
-      newer_comments: Újabb hozzászólások
-      older_comments: Régebbi hozzászólások
+    new:
+      heading: Hozzáfűzől egy megjegyzést a következő naplóhozzászóláshoz?
   doorkeeper:
     errors:
       messages:
@@ -699,6 +704,9 @@ hu:
       contact_the_community_html: Nyugodtan keresd fel az OpenStreetMap közösséget
         (%{contact_link}), ha hibás linket vagy más hibát találtál. Kérjük, ne felejtsd
         el feljegyezni a hibás oldal pontos URL-jét.
+    bad_request:
+      title: Rossz kérés
+      description: Az OpenStreetMap szerveren kért művelet nem érvényes (HTTP 400)
     forbidden:
       title: Tiltott
       description: Az OpenStreetMap szerveren kért művelet csak a rendszergazdáknak
@@ -728,7 +736,6 @@ hu:
   geocoder:
     search:
       title:
-        results_from_html: 'Találatok innen: %{results_link}'
         latlon: Belső
     search_osm_nominatim:
       prefix:
@@ -893,6 +900,7 @@ hu:
           college: Főiskolai épület
           commercial: Kereskedelmi épület
           construction: Épülő épület
+          cowshed: Tehénistálló
           detached: Családi ház
           dormitory: Kollégiumépület
           duplex: Ikerház
@@ -922,6 +930,7 @@ hu:
           shed: Fészer
           stable: Lóistálló
           static_caravan: Álló lakókocsi
+          sty: Disznóól
           temple: Nem keresztény templomépület
           terrace: Sorház
           train_station: Vasútállomás-épület
@@ -1500,10 +1509,6 @@ hu:
         level9: Faluhatár
         level10: Városrészhatár
         level11: Környékhatár
-      types:
-        cities: Nagyvárosok
-        towns: Kisvárosok
-        places: Helyek
     results:
       no_results: Nincs találat
       more_results: További eredmények
@@ -1517,19 +1522,24 @@ hu:
       not_updated: Nem frissített
       search: Keresés
       search_guidance: 'Problémák keresése:'
+      states:
+        ignored: Figyelmen kívül hagyva
+        open: Nyitva
+        resolved: Megoldva
+    page:
       user_not_found: A felhasználó nem létezik
       issues_not_found: Nem található ilyen probléma
+      reported_user: Bejelentett felhasználó
       status: Állapot
       reports: Bejelentések
       last_updated: Utoljára frissítve
       last_updated_time_ago_user_html: '%{time_ago} %{user} felhasználó által'
-      link_to_reports: Bejelentések megtekintése
       reports_count:
         one: '%{count} bejelentés'
         other: '%{count} bejelentés'
       reported_item: Jelentett elem
       states:
-        ignored: Figyelmen kívül hagyva
+        ignored: Mellőzve
         open: Nyitva
         resolved: Megoldva
     show:
@@ -1616,18 +1626,12 @@ hu:
     history: Előzmények
     export: Exportálás
     issues: Problémák
-    data: Adatok
-    export_data: Adatok exportálása
     gps_traces: GPS-nyomvonalak
-    gps_traces_tooltip: GPS-nyomvonalak kezelése
     user_diaries: Naplók
-    user_diaries_tooltip: Felhasználói naplók megtekintése
     edit_with: 'Szerkesztés a következővel: %{editor}'
-    tag_line: A szabad világtérkép
     intro_header: Üdvözöljük az OpenStreetMap-en!
     intro_text: Az OpenStreetMap egy világtérkép, amelyet hozzád hasonló emberek készítenek
       és szabad licenc alatt elérhető.
-    intro_2_create_account: Felhasználói fiók létrehozása
     hosting_partners_2024_html: A hostingot a %{fastly}, %{corpmembers} és más %{partners}
       támogatják.
     partners_fastly: Fastly
@@ -1638,17 +1642,11 @@ hu:
       munkát végeznek.
     osm_read_only: Az OpenStreetMap-adatbázis jelenleg csak olvasható, miközben alapvető
       adatbázis-karbantartási munkát végeznek.
-    donate: Támogasd az OpenStreetMapet a Hardverfrissítési Alapba történő %{link}sal.
+    nothing_to_preview: Nincs mit megtekinteni.
     help: Súgó
     about: Névjegy
     copyright: Szerzői jog és licenc
     communities: Közösségek
-    community: Közösség
-    community_blogs: Közösségi blogok
-    community_blogs_title: Blogok az OpenStreetMap közösség tagjaitól
-    make_a_donation:
-      title: Támogasd az OpenStreetMapet pénzadománnyal
-      text: Adományozz
     learn_more: További info
     more: Több
   user_mailer:
@@ -1684,13 +1682,23 @@ hu:
       befriend_them: 'Te is hozzáadhatod ismerősként itt: %{befriendurl}.'
       befriend_them_html: 'Te is hozzáadhatod ismerősként itt: %{befriendurl}'
     gpx_description:
-      description_with_tags_html: Úgy tűnik, a te %{trace_name} nevű, %{trace_description}
-        leírással és %{tags} címkékkel rendelkező GPX fájlod
-      description_with_no_tags_html: Úgy tűnik, a te %{trace_name} nevű, %{trace_description}
-        leírású, címke nélküli GPX fájlod
+      description_with_tags: Ez úgy néz ki, mint a te %{trace_name} nevű, %{trace_description}
+        leírású és %{tags} címkékkel rendelkező fájlod
+      description_with_tags_html: Ez úgy néz ki, mint a te %{trace_name} nevű, %{trace_description}
+        leírású és %{tags} címkékkel rendelkező fájlod
+      description_with_no_tags: Ez úgy néz ki, mint te %{trace_name} nevű, %{trace_description}
+        leírású, címke nélküli fájlod
+      description_with_no_tags_html: Ez úgy néz ki, mint a te %{trace_name} nevű,
+        %{trace_description} leírású, címke nélküli fájlod
     gpx_failure:
       hi: Szia %{to_user}!
-      failed_to_import: 'importálása sikertelen. Ez a hiba:'
+      failed_to_import: 'nem sikerült GPS nyomkövetési fájlként importálni. Kérjük,
+        ellenőrizze, hogy a fájl egy érvényes GPX-fájl vagy egy GPX-fájl(oka)t tartalmazó
+        archívum a támogatott formátumban (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz,
+        .gpx.bz2). . Formátum- vagy szintaktikai probléma lehet a fájllal? Itt van
+        az importálási hiba:'
+      more_info: 'További információ a GPX importálási hibáiról és azok elkerüléséről
+        itt található: %{url}.'
       more_info_html: 'A GPX importálási hibákról és elkerülésükről további tájékoztatás
         olvasható itt: %{url}.'
       subject: '[OpenStreetMap] Sikertelen GPX importálás'
@@ -1700,6 +1708,9 @@ hu:
         one: sikeresen betöltődött a lehetséges %{count} pontból %{trace_points} ponttal.
         other: sikeresen betöltődött a lehetséges %{count} pontból %{trace_points}
           ponttal.
+      trace_location: 'Nyomkövetése itt érhető el: %{trace_url}'
+      all_your_traces: 'Az összes sikeresen feltöltött GPX nyomkövetés megtalálható
+        itt: %{url}'
       all_your_traces_html: 'Az összes sikeresen feltöltött GPX nyomkövetés megtalálható
         itt: %{url}.'
       subject: '[OpenStreetMap] Sikeres GPX importálás'
@@ -1761,33 +1772,30 @@ hu:
           A jegyzet %{place} közelében van.'
         commented_note_html: '%{commenter} újra megnyitott egy jegyzetet, amelyhez
           hozzászóltál. A jegyzet %{place} közelében van.'
-      details: 'A jegyzetről további részletek találhatók itt: %{url}.'
-      details_html: 'A jegyzetről további részletek találhatók itt: %{url}.'
+      details: 'Válaszolj, vagy tudj meg többet a jegyzetről itt: %{url}.'
+      details_html: 'Válaszolj, vagy tudj meg többet a jegyzetről itt: %{url}.'
     changeset_comment_notification:
-      description: 'OpenStreetMap módosításcsomag #%{id}'
+      description: 'OpenStreetMap módosításkészlet #%{id}'
       hi: Szia %{to_user}!
-      greeting: Szia!
       commented:
-        subject_own: '[OpenStreetMap] %{commenter} hozzászólt az egyik módosításcsomagodhoz'
-        subject_other: '[OpenStreetMap] %{commenter} hozzászólt egy módosításcsomaghoz,
+        subject_own: '[OpenStreetMap] %{commenter} hozzászólt az egyik módosításkészletedhez'
+        subject_other: '[OpenStreetMap] %{commenter} hozzászólt egy módosításkészlethez,
           amely téged is érdekel'
-        your_changeset: '%{commenter} hozzászólt az egyik módosításcsomagodhoz ekkor:
+        your_changeset: '%{commenter} hozzászólt az egyik módosításkészletedhez ekkor:
           %{time}'
-        your_changeset_html: '%{commenter} hozzászólt az egyik módosításcsomagodhoz
+        your_changeset_html: '%{commenter} hozzászólt az egyik módosításkészletedhez
           ekkor: %{time}'
         commented_changeset: '%{commenter} hozzászólt %{changeset_author} általad
-          is figyelt módosításcsomagjához ekkor: %{time}'
+          is figyelt módosításkészletéhez ekkor: %{time}'
         commented_changeset_html: '%{commenter} hozzászólt %{changeset_author} általad
-          is figyelt módosításcsomagjához ekkor: %{time}'
+          is figyelt módosításkészletéhez ekkor: %{time}'
         partial_changeset_with_comment: „%{changeset_comment}” hozzászólással
         partial_changeset_with_comment_html: '%{changeset_comment} hozzászólással'
         partial_changeset_without_comment: hozzászólás nélkül
-      details: 'A módosításcsomagról további részletek találhatók itt: %{url}.'
-      details_html: 'A módosításcsomagról további részletek találhatók itt: %{url}.'
-      unsubscribe: 'Az ehhez a módosításcsomaghoz tartozó frissítésekről való leiratkozáshoz
-        látogass el a következő oldalra: %{url}.'
-      unsubscribe_html: 'Az ehhez a módosításcsomaghoz tartozó frissítésekről való
-        leiratkozáshoz látogass el a következő oldalra: %{url}.'
+      details: 'Válaszolj, vagy tudj meg többet a módosításkészletről itt: %{url}.'
+      details_html: 'Válaszolj, vagy tudj meg többet a módosításkészletről itt: %{url}.'
+      unsubscribe: 'A módosításkészlet frissüléseiről leiratkozhatsz itt: %{url}.'
+      unsubscribe_html: 'A módosításkészlet frissüléseiről leiratkozhatsz itt: %{url}.'
   confirmations:
     confirm:
       heading: Nézd meg az e-mailjeidet!
@@ -1840,7 +1848,6 @@ hu:
     message_summary:
       unread_button: Jelölés olvasatlanként
       read_button: Jelölés olvasottként
-      reply_button: Válasz
       destroy_button: Törlés
       unmute_button: Áthelyezés a Beérkezett üzenetek mappába
     new:
@@ -1857,7 +1864,6 @@ hu:
       body: Sajnáljuk, nincs ilyen azonosítójú üzenet.
     outbox:
       title: Elküldött üzenetek
-      actions: Műveletek
       messages:
         one: Egy elküldött üzeneted van
         other: '%{count} elküldött üzeneted van'
@@ -1957,15 +1963,16 @@ hu:
       failure: Nem sikerült frissíteni a profilt.
   sessions:
     new:
-      title: Bejelentkezés
       tab_title: Bejelentkezés
+      login_to_authorize_html: Jelentkezz be az OpenStreetMap alkalmazásba a %{client_app_name}
+        eléréséhez.
       email or username: E-mail-cím vagy felhasználónév
       password: Jelszó
       remember: Emlékezz rám
       lost password link: Elfelejtetted a jelszavad?
       login_button: Bejelentkezés
-      register now: Regisztrálj most
-      with external: 'Alternatívaként használj külső fiókot a bejelentkezéshez:'
+      with external: vagy használj külső fiókot a bejelentkezéshez
+      or: vagy
       auth failure: Sajnáljuk, ilyen adatokkal nem tudsz bejelentkezni.
     destroy:
       title: Kijelentkezés
@@ -1995,9 +2002,28 @@ hu:
     richtext_field:
       edit: Szerkesztés
       preview: Előnézet
+      help: Súgó
+    pagination:
+      diary_comments:
+        older: Régebbi hozzászólások
+        newer: Újabb hozzászólások
+      diary_entries:
+        older: Régebbi bejegyzések
+        newer: Újabb bejegyzések
+      issues:
+        older: Régebbi problémák
+        newer: Újabb problémák
+      traces:
+        older: Régebbi nyomvonalak
+        newer: Újabb nyomvonalak
+      user_blocks:
+        older: Régebbi blokkolások
+        newer: Újabb blokkolások
+      users:
+        older: Régebbi felhasználók
+        newer: Újabb felhasználók
   site:
     about:
-      next: Következő
       heading_html: '%{copyright}OpenStreetMap %{br} közreműködők'
       used_by_html: '%{name} több ezer weboldalnak, mobilalkalmazásnak és hardvereszköznek
         biztosít térképadatokat'
@@ -2120,27 +2146,73 @@ hu:
         contributors_at_land_vorarlberg: Vorarlberg tartomány
         contributors_at_land_vorarlberg_url: https://vorarlberg.at/-/wms-dienste
         contributors_at_cc_by_at_with_amendments: módosított CC BY AT
+        contributors_au_credit_html: |-
+          %{australia}: Az adminisztratív határok © %{geoscape_australia_link}
+          felhasználása, illetve fejlesztése az Ausztrál Nemzetközösség által a %{cc_licence_link} alatt.
         contributors_au_australia: Ausztrália
         contributors_au_geoscape_australia: Geoscape Australia
+        contributors_au_cc_licence: Creative Commons Nevezd meg! 4.0 nemzetközi licenc
+          (CC BY 4.0)
+        contributors_ca_credit_html: |-
+          %{canada}: adatokat tartalmaz a következő forrásokból:
+          GeoBase®, GeoGratis (© Department of Natural
+          Resources Canada), CanVec (© Department of Natural
+          Resources Canada), és StatCan (Geography Division,
+          Statistics Canada).
         contributors_ca_canada: Kanada
+        contributors_cz_credit_html: |-
+          %{czechia}: Az Állami Földmérési
+          and Kataszteri Hivatal adatait tartalmazza, a %{cc_licence_link} licenc alatt
         contributors_cz_czechia: Csehország
+        contributors_cz_cc_licence: Creative Commons Nevezd meg! 4.0 nemzetközi licenc
+          (CC BY 4.0)
+        contributors_fi_credit_html: |-
+          %{finland}: A Finnországi Topográfiai Adatbázis
+          National Land Survey adatait és más adatkészleteket tartalmazza a %{nlsfi_license_link} alatt.
         contributors_fi_finland: Finnország
         contributors_fi_nlsfi_license: NLSFI licenc
         contributors_fr_credit_html: '%{france}: adatokat tartalmaz a következő forrásból:
           Direction Générale des Impôts.'
         contributors_fr_france: Franciaország
+        contributors_hr_credit_html: '%{croatia}: adatokat tartalmaz a következő forrásokból:
+          %{dgu_link} és %{open_data_portal} (Horvátország nyilvános információi)'
+        contributors_hr_croatia: Horvátország
+        contributors_hr_dgu: Horvátországi Állami Geodéziai Igazgatóság
+        contributors_hr_open_data_portal: Országos Nyílt Adat Portál
         contributors_nl_credit_html: '%{netherlands}: &copy; AND adatokat tartalmaz,
           2007 (%{and_link})'
         contributors_nl_netherlands: Hollandia
+        contributors_nz_credit_html: '%{new_zealand}: adatokat tartalmaz a következő
+          forrásból: %{linz_data_service_link} és újrafelhasználásra licencelve %{cc_by_link}
+          alatt.'
         contributors_nz_new_zealand: Új-Zéland
+        contributors_nz_linz_data_service: LINZ Data Service
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_rs_credit_html: '%{serbia}: adatokat tartalmaz az alábbi forrásból:
+          %{rgz_link} és %{open_data_portal} (Szerbia nyilvános információi), 2018.'
         contributors_rs_serbia: Szerbia
         contributors_rs_rgz: Szerb Geodéziai Hatóság
+        contributors_rs_open_data_portal: Országos Nyílt Adat Portál
+        contributors_si_credit_html: '%{slovenia}: adatokat tartalmazz az alábbi forrásból:
+          %{gu_link} és %{mkgp_link} (Szlovénia nyilvános információi).'
         contributors_si_slovenia: Szlovénia
+        contributors_si_gu: Földmérési és Térképészeti Hatóság
         contributors_si_mkgp: Mezőgazdasági, Erdészeti és Élelmiszerügyi Minisztérium
+        contributors_es_credit_html: |-
+          %{spain}: A
+          Spanish National Geographic Institute-tól (%{ign_link}) és
+          National Cartographic System-től (%{scne_link})
+          -től származó adatokat tartalmaz, amelyeket a %{cc_by_link} alatt újrafelhasználhatóak.
         contributors_es_spain: Spanyolország
         contributors_es_cc_by: CC BY 4.0
+        contributors_za_credit_html: '%{south_africa}: A %{ngi_link} forrásból származó
+          adatokat tartalmazza, az állam szerzői joga fenntartva.'
         contributors_za_south_africa: Dél-Afrika
+        contributors_za_ngi: 'Chief Directorate: National Geo-Spatial Information'
         contributors_gb_united_kingdom: Egyesült Királyság
+        contributors_2_html: Ezekről és más, az OpenStreetMap fejlesztésére használt
+          forrásokról további részletekért tekintsd meg a %{contributors_page_link}
+          részt az OpenStreetMap Wikin.
         contributors_2_contributors_page: Közreműködők oldala
         contributors_footer_2_html: Az adatok befoglalása az OpenStreetMapbe nem jelenti
           azt, hogy az eredeti adatszolgáltató támogatja az OpenStreetMapet, garanciát
@@ -2150,6 +2222,11 @@ hu:
           ne adjanak hozzá adatokat egyetlen szerzői jogvédett forrásból se (pl. Google
           Térkép vagy nyomtatott térképek) a szerzői jog tulajdonosának kifejezett
           engedélye nélkül.
+        infringement_2_1_html: |-
+          Ha úgy gondolod, hogy a szerzői jog által védett anyagokat nem megfelelően adták hozzá az OpenStreetMap adatbázishoz vagy ehhez az oldalhoz, kérjük, tekintsd meg
+          %{takedown_procedure_link} oldalunkat, vagy fájlokat közvetlenül a
+          %{online_filing_page_link} címen.
+        infringement_2_1_takedown_procedure: eltávolítási eljárás
         infringement_2_1_online_filing_page: on-line bejelentési oldal
         trademarks_title: Védjegyek
         trademarks_1_1_html: |-
@@ -2172,8 +2249,6 @@ hu:
       user_page_link: felhasználói oldal
       anon_edits_link_text: Nézz utána, miért van ez.
       id_not_configured: Az iD nincs beállítva
-      no_iframe_support: A böngésződ nem támogatja a HTML iframes-t, amely ehhez a
-        funkcióhoz szükséges.
     export:
       title: Exportálás
       manually_select: Más terület kézi kijelölése
@@ -2260,11 +2335,13 @@ hu:
         description: Böngészd a wikit mélyreható OpenStreetMap dokumentációért.
     potlatch:
       removed: Az alapértelmezett szerkesztőd a Potlatch. Mivel az Adobe Flash Playert
-        visszavonták, a Potlatch webböngészőben már nem futtatható.
-      download: az asztali alkalmazás letöltése Mac és Windows rendszerre
+        visszavonták, ezért webböngészőben már nem futtatható.
+      desktop_application_html: Továbbra is használhatod azonban a Potlatch-ot, ha
+        %{download_link}
+      download: letöltöd az asztali alkalmazást Mac vagy Windows rendszerre
       id_editor_html: Alternatív megoldásként beállíthatod alapértelmezett szerkesztőként
-        az iD-t, amely webböngészőben fut, mint hajdanán a Potlatch. %{change_preferences_link}.
-      change_preferences: Itt módosíthatja beállításait
+        az iD-t, amely webböngészőben fut, mint hajdanán a Potlatch. %{change_preferences_link}.
+      change_preferences: Beállításaidat itt módosíthatod
     any_questions:
       title: Kérdésed van?
       paragraph_1_html: |-
@@ -2275,10 +2352,8 @@ hu:
       welcome_mat: Nézd meg az előszobát
     sidebar:
       search_results: Keresés eredménye
-      close: Bezár
     search:
       search: Keresés
-      get_directions: Útvonaltervezés
       get_directions_title: Útirány keresése két pont között
       from: Innen
       to: Ide
@@ -2359,6 +2434,9 @@ hu:
           hospital: Kórház
           building: Fontosabb épület
           station: Vasútállomás
+          railway_halt: Vasúti megálló
+          subway_station: Metrómegálló
+          tram_stop: Villamosmegálló
           summit: Hegycsúcs
           peak: Hegycsúcs
           tunnel: Szaggatott szegély = alagút
@@ -2367,7 +2445,6 @@ hu:
           destination: Csak célforgalom
           construction: Épülő utak
           bus_stop: Buszmegálló
-          stop: Megálló
           bicycle_shop: Kerékpárbolt
           bicycle_rental: Kerékpárkölcsönzés
           bicycle_parking: Kerékpártároló
@@ -2476,8 +2553,6 @@ hu:
       visibility_help: Mit jelent ez?
     update:
       updated: Nyomvonal frissítve
-    trace_optionals:
-      tags: Címkék
     show:
       title: 'Nyomvonal megtekintése: %{name}'
       heading: 'Nyomvonal megtekintése: %{name}'
@@ -2512,6 +2587,7 @@ hu:
       identifiable: AZONOSÍTHATÓ
       private: NEM NYILVÁNOS
       trackable: NYOMKÖVETHETŐ
+      details_with_tags_html: '%{time_ago}, %{user} itt: %{tags}'
       details_without_tags_html: '%{user} által %{time_ago}'
     index:
       public_traces: Nyilvános GPS-nyomvonalak
@@ -2529,13 +2605,8 @@ hu:
       my_traces: Saját nyomvonalak
       traces_from: '%{user} nyilvános nyomvonalai'
       remove_tag_filter: Címkeszűrő eltávolítása
-    page:
-      older: Régebbi nyomvonalak
-      newer: Újabb nyomvonalak
     destroy:
       scheduled_for_deletion: A nyomvonal törlésre kijelölve
-    make_public:
-      made_public: A nyomvonal nyilvános lett
     offline_warning:
       message: A GPX-fájlfeltöltő rendszer jelenleg nem érhető el
     offline:
@@ -2551,9 +2622,6 @@ hu:
     require_cookies:
       cookies_needed: Úgy tűnik, hogy a böngésződben le vannak tiltva a sütik. A folytatáshoz
         engedélyezd őket.
-    require_admin:
-      not_an_admin: Ennek a műveletnek az elvégzéséhez adminisztrátori jogosultsággal
-        kell rendelkezned.
     setup_user_auth:
       blocked_zero_hour: Sürgős üzeneted van az OpenStreetMap weboldalon. A szerkesztésed
         elmentése előtt el kell olvasnod.
@@ -2564,55 +2632,31 @@ hu:
         Ezt nem kell elfogadnod, de meg kell tekintened.
     settings_menu:
       account_settings: Fiók beállításai
-      oauth1_settings: OAuth 1 beállítások
       oauth2_applications: OAuth 2 alkalmazások
       oauth2_authorizations: OAuth 2 engedélyek
       muted_users: Elnémított felhasználók
     auth_providers:
+      openid_url: OpenID URL
+      openid_login_button: Folytatás
       openid:
         title: Bejelentkezés OpenID-vel
-        alt: Bejelentkezés OpenID-URL-lel
+        alt: OpenID-logó
       google:
         title: Bejelentkezés Google-lel
-        alt: Bejelentkezés Google OpenID-vel
+        alt: Google logó
       facebook:
         title: Bejelentkezés Facebook-kal
-        alt: Bejelentkezés Facebook fiókkal
+        alt: Facebook logó
       microsoft:
         title: Bejelentkezés Microsofttal.
-        alt: Bejelentkezés Microsoft fiókkal
+        alt: Microsoft logó
       github:
         title: Bejelentkezés GitHub-bal
-        alt: Bejelentkezés GitHub fiókkal
+        alt: GitHub logó
       wikipedia:
         title: Bejelentkezés Wikipédiával
-        alt: Wikipédia fiókkal való bejelentkezés
+        alt: Wikipédia logó
   oauth:
-    authorize:
-      title: A fiókodhoz való hozzáférés engedélyezése
-      request_access_html: Kedves %{user}! A(z) %{app_name} alkalmazás hozzáférést
-        kér a felhasználói fiókodhoz. Kérlek, jelöld, ha azt szeretnéd, hogy az alkalmazás
-        képes legyen az alábbiakra. Annyit választasz ki, amennyit szeretnél.
-      allow_to: 'Az alábbiak engedélyezése a kliensalkalmazásnak:'
-      allow_read_prefs: felhasználói beállítások elolvasása.
-      allow_write_prefs: felhasználói beállítások módosítása.
-      allow_write_diary: naplóbejegyzések, hozzászólások létrehozása és ismerősök
-        hozzáadása.
-      allow_write_api: a térkép módosítása.
-      allow_read_gpx: magán GPS-nyomvonalaid megtekintése.
-      allow_write_gpx: GPS-nyomvonalak feltöltése.
-      allow_write_notes: jegyzet módosítása
-      grant_access: Hozzáférés megadása
-    authorize_success:
-      title: Hozzáférési kérés jóváhagyva
-      allowed_html: '%{app_name} számára hozzáférést biztosítottál a fiókodhoz.'
-      verification: 'Az ellenőrző kód: %{code}.'
-    authorize_failure:
-      title: Az azonosítás sikertelen.
-      denied: '%{app_name} alkalmazástól megtagadtad, hogy hozzáférhessen a fiókodhoz.'
-      invalid: A hitelesítő token érvénytelen.
-    revoke:
-      flash: Visszavontad a(z) %{application} tokenjét
     permissions:
       missing: Nem engedted meg az alkalmazás számára, hogy hozzáférjen ehhez a létesítményhez
     scopes:
@@ -2626,49 +2670,12 @@ hu:
       write_notes: Jegyzetek módosítása
       write_redactions: Térképadatok szerkesztése
       read_email: Felhasználó e-mail-címének elolvasása
+      consume_messages: Felhasználói üzenetek olvasása, státuszénak módosítása és
+        törlése
+      send_messages: Privát üzenetek küldése más felhasználóknak
       skip_authorization: Alkalmazás automatikus jóváhagyása
-  oauth_clients:
-    new:
-      title: Új alkalmazás regisztrálása
-      disabled: Az OAuth 1 alkalmazások regisztrációja le van tiltva
-    edit:
-      title: Alkalmazásod szerkesztése
-    show:
-      title: '%{app_name} OAuth részletei'
-      key: 'Fogyasztói kulcs:'
-      secret: 'Fogyasztói titok:'
-      url: 'Tokenkérési URL:'
-      access_url: 'Token-hozzáférési URL:'
-      authorize_url: 'Felhatalmazási URL:'
-      support_notice: Támogatjuk a HMAC-SHA1 (ajánlott) és az RSA-SHA1 hitelesítést.
-      edit: Részletek szerkesztése
-      delete: Ügyfél törlése
-      confirm: Biztos vagy benne?
-      requests: 'A következő engedélyek kérése a felhasználótól:'
-    index:
-      title: OAuth részletek
-      my_tokens: Engedélyezett alkalmazások
-      list_tokens: 'A nevedben a következő tokenek lettek kibocsátva alkalmazásokhoz:'
-      application: Alkalmazás neve
-      issued_at: 'Kibocsátva:'
-      revoke: Visszavonás!
-      my_apps: Kliensalkalmazásaim
-      no_apps_html: Van egy olyan alkalmazásod, amit szeretnél regisztrálni a velünk
-        való használathoz a(z) %{oauth} szabvány használatával? Regisztrálnod kell
-        a webalkalmazásod, mielőtt OAuth kéréseket küld ehhez a szolgáltatáshoz.
-      oauth: OAuth
-      registered_apps: 'A következő kliensalkalmazások vannak regisztrálva:'
-      register_new: Alkalmazásod regisztrálása
-    form:
-      requests: 'A következő engedélyek kérése a felhasználótól:'
-    not_found:
-      sorry: Sajnáljuk, ez a(z) %{type} nem található.
-    create:
-      flash: Az információ sikeresen regisztrálva
-    update:
-      flash: A kliens információi sikeresen frissítve
-    destroy:
-      flash: A kliensalkalmazás regisztrációja törölve
+    for_roles:
+      moderator: Ez az engedély csak a moderátorok számára elérhető műveletekre vonatkozik
   oauth2_applications:
     index:
       title: Kliensalkalmazásaim
@@ -2722,6 +2729,9 @@ hu:
   users:
     new:
       title: Felhasználói fiók létrehozása
+      tab_title: Regisztráció
+      signup_to_authorize_html: Regisztrálj az OpenStreetMap szolgáltatással a %{client_app_name}
+        eléréséhez.
       no_auto_account_create: Sajnos jelenleg nem tudunk neked létrehozni automatikusan
         egy felhasználói fiókot.
       please_contact_support_html: Kérjük, lépj kapcsolatba velünk (%{support_link}),
@@ -2729,22 +2739,37 @@ hu:
         feldolgozni.
       support: támogatás
       about:
-        header: Szabad és szerkeszthető
+        header: Szabad és szerkeszthető.
         paragraph_1: Más térképekkel ellentétben az OpenStreetMap-et teljes mértékben
           hozzád hasonló emberek hozzák létre, és bárki ingyenesen javíthatja, frissítheti,
           letöltheti és használhatja.
-        paragraph_2: Regisztrálj a közreműködés megkezdéséhez. A fiókod megerősítéséhez
-          küldeni fogunk egy e-mailt.
+        paragraph_2: Regisztrálj a közreműködés megkezdéséhez.
+        welcome: Üdvözlünk az OpenStreetMapen
+      duplicate_social_email: Ha már rendelkezel OpenStreetMap fiókkal, és külső identitásszolgáltatót
+        szeretnél használni, kérjük, jelentkezz be jelszavaddal, és módosítsd fiókod
+        beállításait.
       display name description: A nyilvánosan megjelenített felhasználóneved. A beállításaidban
         később megváltoztathatod.
       by_signing_up:
+        html: 'A regisztrációval elfogadod a következőt: %{tou_link}, %{privacy_policy_link}
+          és %{contributor_terms_link}.'
         privacy_policy: adatvédelmi irányelvek
         privacy_policy_title: Az OSMF adatvédelmi szabályzata, beleértve az e-mail
           címekről szóló részt
-      external auth: 'Harmadik fél általi hitelesítés:'
+        contributor_terms: közreműködői feltételek
       continue: Regisztráció
       terms accepted: Köszönjük, hogy elfogadtad az új közreműködési feltételeket!
-      use external auth: Alternatívaként használhatsz külső fiókokat a bejelentkezéshez
+      email_help:
+        privacy_policy: adatvédelmi irányelvek
+        privacy_policy_title: Az OSMF adatvédelmi szabályzata, beleértve az e-mail
+          címekről szóló részt
+        html: Címed nem jelenik meg nyilvánosan; további információért tekintsd meg
+          a %{privacy_policy_link} oldalunkat.
+      consider_pd_html: Úgy vélem, hogy szerkesztéseim a %{consider_pd_link} kategóriába
+        tartoznak.
+      consider_pd: közkincs
+      or: vagy
+      use external auth: vagy használhatsz külső fiókokat a bejelentkezéshez
     terms:
       title: Feltételek
       heading: Feltételek
@@ -2761,10 +2786,12 @@ hu:
       read_tou: Elolvastam és elfogadom a felhasználási feltételeket
       consider_pd: A fenti megállapodáson felül, a hozzájárulásaimat közkinccsé nyilvánítom
       consider_pd_why: mi ez?
+      guidance_info_html: 'Információk a kifejezések megértéséhez: egy %{readable_summary_link}
+        és néhány %{informal_translations_link}'
       readable_summary: ember által olvasható összefoglaló
       informal_translations: informális fordítások
       continue: Folytatás
-      decline: Elutasítás
+      cancel: Mégse
       you need to accept or decline: A folytatáshoz kérjük, olvasd el, majd fogadd
         el vagy utasítsd el az új közreműködési feltételeket.
       legale_select: 'Kérlek, válaszd ki a lakóhelyed szerinti országot:'
@@ -2806,6 +2833,8 @@ hu:
       remove as friend: Ismerős eltávolítása
       add as friend: Felvétel ismerősnek
       mapper since: 'Térképszerkesztő ezóta:'
+      last map edit: 'Legutóbbi térképszerkesztés:'
+      no activity yet: Még nincs tevékenység
       uid: 'Felhasználói azonosító:'
       ct status: 'Hozzájárulási feltételek:'
       ct undecided: Nem eldöntött
@@ -2850,8 +2879,6 @@ hu:
       summary_no_ip_html: '%{name} letrejött ekkor: %{date}'
       empty: Nem találtam egyező felhasználót
     page:
-      older: Régebbi felhasználók
-      newer: Újabb felhasználók
       found_users:
         one: '%{count} felhasználó található'
         other: '%{count} felhasználó található'
@@ -2886,19 +2913,9 @@ hu:
       not_revoke_admin_current_user: Nem lehet visszavonni az aktuális felhasználó
         adminisztrátorjogát.
     grant:
-      title: Szerep kiosztásának megerősítése
-      heading: Szerep kiosztásának megerősítése
       are_you_sure: Biztosan kiosztod '%{name}' felhasználónak a '%{role}' szerepet?
-      confirm: Megerősítés
-      fail: '%{name} felhasználónak nem sikerült meadni a %{role} szerepet. Kérjük,
-        ellenőrizd, hogy a felhasználó és a szerep érvényes-e.'
     revoke:
-      title: Szerep visszavonásának megerősítése
-      heading: Szerep visszavonásának megerősítése
       are_you_sure: Biztosan megfosztod '%{name}' felhasználót '%{role}' szerepétől?
-      confirm: Megerősítés
-      fail: A %{role} szerepet nem sikerült visszavonni %{name} felhasználótól. Kérjük,
-        ellenőrizd, hogy a felhasználó és a szerep érvényes-e.
   user_blocks:
     model:
       non_moderator_update: Blokkolás kiosztásához vagy frissítéséhez moderátornak
@@ -2915,6 +2932,7 @@ hu:
       title: '%{name} blokkolásának szerkesztése'
       heading_html: '%{name} blokkolásának szerkesztése'
       period: Mennyi ideig lesz a felhasználó blokkolva az API-tól, mostantól számítva.
+      revoke: Blokk visszavonása
     filter:
       block_period: A blokkolási időszaknak egy, a legördülő listából kiválasztható
         értéknek kell lennie.
@@ -2922,23 +2940,22 @@ hu:
       flash: '%{name} felhasználó blokkolva lett.'
     update:
       only_creator_can_edit: Csak a blokkolást létrehozó moderátor szerkesztheti.
+      only_creator_can_edit_without_revoking: Csak a blokkot létrehozó moderátor szerkesztheti
+        azt visszavonás nélkül.
+      only_creator_or_revoker_can_edit: Csak azok a moderátorok szerkeszthetik, akik
+        létrehozták vagy visszavonták ezt a blokkot.
+      inactive_block_cannot_be_reactivated: Ez a blokk inaktív, és nem aktiválható
+        újra.
       success: Blokkolás frissítve.
     index:
       title: Felhasználói blokkolások
       heading: Felhasználói blokkolások listája
       empty: Még nem lett kiosztva blokkolás.
-    revoke:
-      title: '%{block_on} blokkolásának visszavonása'
-      heading_html: '%{block_on} blokkolásának visszavonása %{block_by} által'
-      time_future_html: Ez a blokkolás %{time} múlva véget ér.
-      past_html: Ez a tiltás véget ért %{time} időpontban, és már nem vonható vissza.
-      confirm: Biztosan vissza szeretnéd vonni ezt a blokkolást?
-      revoke: Visszavonás!
-      flash: Ez a blokkolás vissza lett vonva.
     revoke_all:
       title: '%{block_on} valamennyi blokkolásának visszavonása'
       heading_html: '%{block_on} valamennyi blokkolásának visszavonása'
       empty: '%{name} nem rendelkezik aktív blokkolással.'
+      confirm: Biztos benne, hogy visszavonod a %{active_blocks} blookkolást?
       active_blocks:
         one: '%{count} aktív blokkolás'
         other: '%{count} aktív blokkolás'
@@ -2980,26 +2997,27 @@ hu:
       created: 'Létrehozva:'
       duration: 'Időtartam:'
       status: 'Állapot:'
-      show: Megjelenítés
       edit: Szerkesztés
-      revoke: Visszavonás!
-      confirm: Biztos vagy benne?
       reason: 'Blokkolás indoklása:'
       revoker: 'Visszavonó:'
-      needs_view: A felhasználónak be kell jelentkeznie, mielőtt a blokkolás feloldódna.
     block:
       not_revoked: (nincs visszavonva)
       show: Megjelenítés
       edit: Szerkesztés
-      revoke: Visszavonás!
-    blocks:
+    page:
       display_name: Blokkolt felhasználó
       creator_name: Készítő
       reason: Blokkolás indoklása
       status: Állapot
       revoker_name: 'Visszavonta:'
-      older: Régebbi blokkolások
-      newer: Újabb blokkolások
+    navigation:
+      all_blocks: Minden blokk
+      blocks_on_me: Engem sújtó blokkolások
+      blocks_on_user: '%{user} blokkolásai'
+      blocks_by_me: Általam kiosztott blokkolások
+      blocks_by_user: '%{user} blokkolásai'
+      block: '#%{id} blokk'
+      new_block: Újabb blokkolások
   user_mutes:
     index:
       title: Elnémított felhasználók
@@ -3060,6 +3078,7 @@ hu:
       reactivate: Újraaktiválás
       comment_and_resolve: Hozzászólás és megoldás
       comment: Hozzászólás
+      log_in_to_comment: Jelentkezzen be, hogy megjegyzést fűzhessen ehhez a jegyzethez
       report_link_html: Ha ez a jegyzet eltávolítandó érzékeny információkat tartalmaz,
         akkor használhatod a %{link} funkciót.
       other_problems_resolve: A jegyzettel kapcsolatos összes többi problémánál légy
@@ -3072,10 +3091,18 @@ hu:
       intro: Hibát találtál vagy valami hiányzik? Tudasd a többi térképezővel, hogy
         javítani tudjuk. Mozgasd a jelölőt a megfelelő helyre, és minél pontosabban
         írd le a problémát.
+      anonymous_warning_html: Nem vagy  bejelentkezve. Kérlek %{log_in} vagy %{sign_up},
+        ha frissítéseket szeretne kapni a hozzászólásodról.
+      anonymous_warning_log_in: jelentkezz be
+      anonymous_warning_sign_up: regisztrálj
       advice: A jegyzeted nyilvános és használható a térkép frissítéséhez, ezért ne
         adj meg személyes adatokat vagy jogvédett térképről vagy katalógusokból származó
         információkat.
       add: Jegyzet hozzáadása
+    notes_paging_nav:
+      showing_page: '%{page} oldal'
+      next: Következő
+      previous: Előző
   javascripts:
     close: Bezárás
     share:
@@ -3090,7 +3117,7 @@ hu:
       custom_dimensions: Kiterjedés megadása
       format: 'Formátum:'
       scale: 'Méretarány:'
-      image_dimensions: A kép a normál réteget fogja megjeleníteni %{width}×%{height}
+      image_dimensions: A kép a %{layer} réteget fogja megjeleníteni %{width}×%{height}
         képpont méretben.
       download: Letöltés
       short_url: Rövid URL
@@ -3098,7 +3125,8 @@ hu:
       center_marker: Legyen a helyjelölő a térkép középpontja
       paste_html: Weboldalba beágyazáshoz illeszd be ezt a HTML-t
       view_larger_map: Nagyobb térkép
-      only_standard_layer: Csak az alapréteget lehet képként exportálni
+      only_standard_layer: Csak az alap, kerékpáros és tömegközlekedési rétegek exportálható
+        képként
     embed:
       report_problem: Probléma bejelentése
     key:
@@ -3121,6 +3149,7 @@ hu:
         standard: Alapértelmezett
         cycle_map: Kerékpártérkép
         transport_map: Tömegközlekedés
+        tracestracktop_topo: Tracetrack Topo
         hot: Humanitárius
       layers:
         header: Térképnézetek
@@ -3132,7 +3161,12 @@ hu:
       openstreetmap_contributors: OpenStreetMap közreműködők
       make_a_donation: Adományozz
       website_and_api_terms: Webhely és API feltételek
+      cyclosm_credit: 'A %{cyclosm_link} csempestílusa: %{osm_france_link}'
       osm_france: OpenStreetMap Franciaország
+      thunderforest_credit: A csempék a %{thunderforest_link} jóvoltából
+      andy_allan: Andy Allan
+      tracestrack_credit: A csempék a %{tracestrack_link} jóvoltából
+      hotosm_credit: 'A %{hotosm_link} csempestílusa: %{osm_france_link}'
       hotosm_name: Humanitárius OpenStreetMap csapat
     site:
       edit_tooltip: Térkép szerkesztése
@@ -3268,6 +3302,7 @@ hu:
       empty: Nincs megjeleníthető adattörlési művelet.
       heading: Adattörlések listája
       title: Adattörlések listája
+      new: Új adattörlési művelet
     new:
       heading: Információ megadása új adattörlési művelethez
       title: Új adattörlési művelet létrehozása
index 65c98c3f3c1422366a3e88527da90bb839b5fbfe..2c41b8f25414ce2ed8bb65355a4a22b45dac41c0 100644 (file)
@@ -33,8 +33,8 @@ ia:
         create: Registrar
         update: Actualisar
       redaction:
-        create: Crear suppression
-        update: Salveguardar suppression
+        create: Crear censura
+        update: Salveguardar censura
       trace:
         create: Incargar
         update: Salveguardar modificationes
@@ -44,8 +44,6 @@ ia:
   activerecord:
     errors:
       messages:
-        invalid_email_address: non pare esser un adresse de e-mail valide
-        email_address_not_routable: non es attingibile
         display_name_is_user_n: non pote esser user_n si n non es tu ID de usator
       models:
         user_mute:
@@ -124,7 +122,7 @@ ia:
         longitude: Longitude
         public: Public
         description: Description
-        gpx_file: Incargar file GPX
+        gpx_file: Elige un file de tracia GPS
         visibility: Visibilitate
         tagstring: Etiquettas
       message:
@@ -393,9 +391,9 @@ ia:
         changeset: gruppo de modificationes
         note: nota
     redacted:
-      redaction: Suppression %{id}
+      redaction: Censura %{id}
       message_html: Le version %{version} de iste %{type} non pote esser monstrate
-        perque illo ha essite supprimite. Vide %{redaction_link} pro detalios.
+        perque illo ha essite censurate. Vide %{redaction_link} pro detalios.
       type:
         node: nodo
         way: via
@@ -421,30 +419,53 @@ ia:
       introduction: Clicca sur le carta pro cercar objectos a proximitate.
       nearby: Objectos proxime
       enclosing: Objectos inglobante
+  nodes:
+    timeout:
+      sorry: Pardono, le datos pro le nodo con le ID %{id} ha prendite troppo de tempore
+        pro esser recuperate.
   old_nodes:
     not_found:
       sorry: Guai, le version %{version} del nodo №%{id} non pote esser trovate.
+    timeout:
+      sorry: Pardono, le historia del nodo con le ID %{id} ha prendite troppo de tempore
+        pro esser recuperate.
+  ways:
+    timeout:
+      sorry: Pardono, le datos pro le via con le ID %{id} ha prendite troppo de tempore
+        pro esser recuperate.
   old_ways:
     not_found:
       sorry: Guai, le version %{version} del via №%{id} non pote esser trovate.
+    timeout:
+      sorry: Pardono, le historia del via con le ID %{id} ha prendite troppo de tempore
+        pro esser recuperate.
+  relations:
+    timeout:
+      sorry: Pardono, le datos pro le relation con le ID %{id} ha prendite troppo
+        de tempore pro esser recuperate.
   old_relations:
     not_found:
       sorry: Guai, le version %{version} del relation №%{id} non pote esser trovate.
+    timeout:
+      sorry: Pardono, le historia del relation con le ID %{id} ha prendite troppo
+        de tempore pro esser recuperate.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Nove commento sur le gruppo de modificationes № %{changeset_id} per
+          %{author}
+        commented_at_by_html: Actualisate %{when} per %{user}
+      show:
+        title_all: Discussion sur un gruppo de modificationes in OpenStreetMap
+        title_particular: Discussion sur le gruppo de modificationes OpenStreetMap
+          № %{changeset_id}
+      timeout:
+        sorry: Le lista de commentos sur gruppos de modificationes que tu requestava
+          tardava troppo de tempore pro esser recuperate.
   changesets:
-    changeset_paging_nav:
-      showing_page: Pagina %{page}
-      next: Sequente »
-      previous: « Precedente
     changeset:
-      anonymous: Anonyme
       no_edits: (nulle modification)
       view_changeset_details: Vider detalios del gruppo de modificationes
-    changesets:
-      id: ID
-      saved_at: Salveguardate le
-      user: Usator
-      comment: Commento
-      area: Area
     index:
       title: Gruppos de modificationes
       title_user: Gruppos de modificationes facite per %{user}
@@ -474,7 +495,6 @@ ia:
       title: Gruppo de modificationes %{id}
       created_by_html: Create per %{link_user} le %{created}.
     no_such_entry:
-      title: Gruppo de modificationes non trovate
       heading: 'Nulle entrata con le ID: %{id}'
       body: Non existe un gruppo de modificationes con le ID %{id}. Per favor verifica
         le orthographia, o pote esser que le ligamine que tu sequeva es incorrecte.
@@ -509,21 +529,6 @@ ia:
     timeout:
       sorry: Le lista de gruppos de modificationes que tu requestava tardava troppo
         de tempore pro esser recuperate.
-  changeset_comments:
-    comment:
-      comment: Nove commento sur le gruppo de modificationes № %{changeset_id} per
-        %{author}
-      commented_at_by_html: Actualisate %{when} per %{user}
-    comments:
-      comment: Nove commento sur le gruppo de modificationes № %{changeset_id} per
-        %{author}
-    index:
-      title_all: Discussion sur un gruppo de modificationes in OpenStreetMap
-      title_particular: Discussion sur le gruppo de modificationes OpenStreetMap №
-        %{changeset_id}
-    timeout:
-      sorry: Le lista de commentos sur gruppos de modificationes que tu requestava
-        tardava troppo de tempore pro esser recuperate.
   dashboards:
     contact:
       km away: a %{count} km de distantia
@@ -564,8 +569,6 @@ ia:
       no_entries: Nulle entrata in diario
     page:
       recent_entries: Entratas recente del diario
-      older_entries: Entratas plus ancian
-      newer_entries: Entratas plus recente
     edit:
       title: Modificar entrata de diario
       marker_text: Loco de entrata de diario
@@ -605,8 +608,6 @@ ia:
       report: Signalar iste commento
     location:
       location: 'Loco:'
-      view: Vider
-      edit: Modificar
     feed:
       user:
         title: Entratas de diario de OpenStreetMap de %{user}
@@ -633,8 +634,8 @@ ia:
       post: Articulo
       when: Quando
       comment: Commento
-      newer_comments: Commentos plus recente
-      older_comments: Commentos plus ancian
+    new:
+      heading: Adder un commento al sequente discussion de entrata de diario?
   doorkeeper:
     errors:
       messages:
@@ -709,7 +710,6 @@ ia:
   geocoder:
     search:
       title:
-        results_from_html: Resultatos de %{results_link}
         latlon: Interne
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1485,10 +1485,6 @@ ia:
         level9: Limite de village
         level10: Limite de suburbio
         level11: Frontiera de quartiero
-      types:
-        cities: Citates
-        towns: Villages
-        places: Locos
     results:
       no_results: Nulle resultato trovate
       more_results: Plus resultatos
@@ -1502,13 +1498,18 @@ ia:
       not_updated: Non actualisate
       search: Recerca
       search_guidance: 'Cercar problemas:'
+      states:
+        ignored: Ignorate
+        open: Aperte
+        resolved: Resolvite
+    page:
       user_not_found: Usator non existe
       issues_not_found: Nulle tal problema trovate
+      reported_user: Usator reportate
       status: Stato
       reports: Reportos
       last_updated: Ultime actualisation
       last_updated_time_ago_user_html: '%{time_ago} per %{user}'
-      link_to_reports: Vider reportos
       reports_count:
         one: '%{count} reporto'
         other: '%{count} reportos'
@@ -1604,18 +1605,12 @@ ia:
     history: Historia
     export: Exportar
     issues: Problemas
-    data: Datos
-    export_data: Exportar datos
     gps_traces: Tracias GPS
-    gps_traces_tooltip: Gerer tracias GPS
     user_diaries: Diarios de usatores
-    user_diaries_tooltip: Leger diarios de usatores
     edit_with: Modificar con %{editor}
-    tag_line: Le wiki-carta libere del mundo
     intro_header: Benvenite a OpenStreetMap!
     intro_text: OpenStreetMap es un carta del mundo, create per gente como tu e libere
       de usar sub un licentia aperte.
-    intro_2_create_account: Crea un conto de usator
     hosting_partners_2024_html: Le allogiamento web es supportate per %{fastly}, %{corpmembers}
       e altere %{partners}.
     partners_fastly: Fastly
@@ -1626,17 +1621,11 @@ ia:
       a operationes de mantenentia essential.
     osm_read_only: Le base de datos de OpenStreetMap es al momento in modo de solmente
       lectura durante le execution de mantenentia essential.
-    donate: Supporta OpenStreetMap per %{link} al Fundo de Actualisation de Hardware.
+    nothing_to_preview: Nihil a previsualisar.
     help: Adjuta
     about: A proposito
     copyright: Derectos de autor
     communities: Communitates
-    community: Communitate
-    community_blogs: Blogs del communitate
-    community_blogs_title: Blogs de membros del communitate de OpenStreetMap
-    make_a_donation:
-      title: Supporta OpenStreetMap con un donation monetari
-      text: Facer un donation
     learn_more: Leger plus
     more: Plus
   user_mailer:
@@ -1674,13 +1663,23 @@ ia:
       befriend_them: Tu pote equalmente adder le/la como amico a %{befriendurl}.
       befriend_them_html: Tu pote equalmente adder le/la como amico a %{befriendurl}.
     gpx_description:
-      description_with_tags_html: 'Pare que tu file GPX %{trace_name} con le description
+      description_with_tags: 'Pare que tu file %{trace_name} con le description %{trace_description}
+        e le sequente etiquettas: %{tags}'
+      description_with_tags_html: 'Pare que tu file %{trace_name} con le description
         %{trace_description} e le sequente etiquettas: %{tags}'
-      description_with_no_tags_html: Pare que tu file GPX %{trace_name} con le description
+      description_with_no_tags: Pare que tu file %{trace_name} con le description
+        %{trace_description} e sin etiquettas
+      description_with_no_tags_html: Pare que tu file %{trace_name} con le description
         %{trace_description} e sin etiquettas
     gpx_failure:
       hi: Salute %{to_user},
-      failed_to_import: 'ha fallite de importar. Ecce le error:'
+      failed_to_import: 'non poteva esser importate como file de tracia GPS. Per favor
+        verifica que le file es un file GPX valide o un archivo que contine file(s)
+        GPX in un formato supportate (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2).
+        Pote il haber un problema de formato o syntaxe con tu file? Ecce le error
+        de importation:'
+      more_info: Plus information sur le fallimento de importation GPX e como evitar
+        lo se trova sur %{url}.
       more_info_html: Plus information sur le fallimento de importation GPX e como
         evitar lo se trova sur %{url}.
       import_failures_url: https://wiki.openstreetmap.org/wiki/GPX_Import_Failures?uselang=ia
@@ -1692,6 +1691,9 @@ ia:
           puncto.
         other: ha essite cargate con successo con %{trace_points} ex un maximo de
           %{count} punctos.
+      trace_location: Tu tracia es disponibile sur %{trace_url}
+      all_your_traces: Tote tu tracias GPX incargate con successo pote esser trovate
+        sur %{url}
       all_your_traces_html: Tote le tracias GPX que tu ha incargate con successo pote
         esser trovate a %{url}.
       subject: '[OpenStreetMap] Importation GPX succedite'
@@ -1761,7 +1763,6 @@ ia:
     changeset_comment_notification:
       description: 'Gruppo de modificationes OpenStreetMap #%{id}'
       hi: Salute %{to_user},
-      greeting: Salute,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} ha commentate un de tu gruppos
           de modificationes'
@@ -1836,7 +1837,6 @@ ia:
     message_summary:
       unread_button: Marcar como non legite
       read_button: Marcar como legite
-      reply_button: Responder
       destroy_button: Deler
       unmute_button: Displaciar al cassa de entrata
     new:
@@ -1853,7 +1853,6 @@ ia:
       body: Non existe un message con iste ID.
     outbox:
       title: Cassa de exito
-      actions: Actiones
       messages:
         one: Tu ha %{count} message inviate
         other: Tu ha %{count} messages inviate
@@ -1954,7 +1953,6 @@ ia:
       failure: Non poteva actualisar le profilo.
   sessions:
     new:
-      title: Aperir session
       tab_title: Aperir session
       login_to_authorize_html: Aperi session in OpenStreetMap pro acceder a %{client_app_name}.
       email or username: Adresse de e-mail o nomine de usator
@@ -1962,7 +1960,6 @@ ia:
       remember: Memorar me
       lost password link: Contrasigno perdite?
       login_button: Aperir session
-      register now: Registrar ora
       with external: o usa un tertio pro aperir session
       or: o
       auth failure: Pardono, non poteva aperir un session con iste detalios.
@@ -1994,9 +1991,28 @@ ia:
     richtext_field:
       edit: Modificar
       preview: Previsualisar
+      help: Adjuta
+    pagination:
+      diary_comments:
+        older: Commentos plus ancian
+        newer: Commentos plus recente
+      diary_entries:
+        older: Entratas plus ancian
+        newer: Entratas plus recente
+      issues:
+        older: Problemas plus ancian
+        newer: Problemas plus recente
+      traces:
+        older: Tracias plus ancian
+        newer: Tracias plus nove
+      user_blocks:
+        older: Blocos plus ancian
+        newer: Blocos plus nove
+      users:
+        older: Usatores plus ancian
+        newer: Usatores plus nove
   site:
     about:
-      next: Sequente
       heading_html: '%{copyright}Contributores %{br} de OpenStreetMap'
       used_by_html: '%{name} forni datos cartographic a milles de sitos web, applicationes
         mobile e dispositivos physic'
@@ -2226,8 +2242,6 @@ ia:
       user_page_link: pagina de usator
       anon_edits_link_text: Lege proque isto es le caso.
       id_not_configured: iD non ha essite configurate
-      no_iframe_support: Tu navigator non supporta le iframes in HTML, necessari pro
-        iste functionalitate.
     export:
       title: Exportar
       manually_select: Seliger manualmente un altere area
@@ -2332,10 +2346,8 @@ ia:
       welcome_mat: Discoperi le Tapete de benvenita
     sidebar:
       search_results: Resultatos del recerca
-      close: Clauder
     search:
       search: Cercar
-      get_directions: Obtener itinerario
       get_directions_title: Indicar le cammino inter duo punctos
       from: De
       to: A
@@ -2416,6 +2428,9 @@ ia:
           hospital: Hospital
           building: Edificio significante
           station: Station ferroviari
+          railway_halt: Station facultative
+          subway_station: Station de metro
+          tram_stop: Halto de tram
           summit: Summitate
           peak: Picco
           tunnel: Bordo a lineettas = tunnel
@@ -2424,7 +2439,6 @@ ia:
           destination: Traffico local
           construction: Vias in construction
           bus_stop: Halto de autobus
-          stop: Halto
           bicycle_shop: Magazin de bicyclettas
           bicycle_rental: Location de bicyclettas
           bicycle_parking: Parcamento de bicyclettas
@@ -2538,8 +2552,6 @@ ia:
       visibility_help: que significa isto?
     update:
       updated: Tracia actualisate
-    trace_optionals:
-      tags: Etiquettas
     show:
       title: Visualisation del tracia %{name}
       heading: Visualisation del tracia %{name}
@@ -2592,13 +2604,8 @@ ia:
       my_traces: Mi tracias
       traces_from: Tracias public de %{user}
       remove_tag_filter: Remover filtro de etiquettas
-    page:
-      older: Tracias plus ancian
-      newer: Tracias plus nove
     destroy:
       scheduled_for_deletion: Tracia programmate pro deletion
-    make_public:
-      made_public: Tracia rendite public
     offline_warning:
       message: Le systema pro incargar files GPX es actualmente indisponibile
     offline:
@@ -2612,14 +2619,10 @@ ia:
         other: File GPX con %{count} punctos de %{user}
       description_without_count: File GPX de %{user}
   application:
-    basic_auth_disabled: 'Le authentication HTTP basic es disactivate: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 e 1.0a es disactivate: %{link}'
     permission_denied: Tu non ha le permission de acceder a iste action
     require_cookies:
       cookies_needed: Tu pare haber disactivate le cookies. Per favor activa le cookies
         in tu navigator ante de continuar.
-    require_admin:
-      not_an_admin: Tu debe esser administrator pro exequer iste action.
     setup_user_auth:
       blocked_zero_hour: Tu ha un message urgente sur le sito web de OpenStreetMap.
         Tu debe leger le message ante de poter salveguardar tu modificationes.
@@ -2630,11 +2633,11 @@ ia:
         Non es necessari declarar se de accordo, ma es obligatori haber legite los.
     settings_menu:
       account_settings: Parametros del conto
-      oauth1_settings: Configuration OAuth 1
       oauth2_applications: Applicationes OAuth 2
       oauth2_authorizations: Autorisationes OAuth 2
       muted_users: Usatores silentiate
     auth_providers:
+      openid_url: URL de OpenID
       openid_login_button: Continuar
       openid:
         title: Aperir session con OpenID
@@ -2655,30 +2658,6 @@ ia:
         title: Aperir session con Wikipedia
         alt: Logotypo de Wikipedia
   oauth:
-    authorize:
-      title: Autorisar accesso a tu conto
-      request_access_html: Le application %{app_name} requesta accesso a tu conto
-        "%{user}". Per favor verifica si tu vole que le application ha le sequente
-        possibilitates. Tu pote seliger tantes o si poches como tu vole.
-      allow_to: 'Permitter al application cliente:'
-      allow_read_prefs: leger tu preferentias de usator.
-      allow_write_prefs: modificar tu preferentias de usator.
-      allow_write_diary: crear entratas de diario, commentos e adder amicos.
-      allow_write_api: modificar le carta.
-      allow_read_gpx: leger tu tracias GPS private.
-      allow_write_gpx: incargar tracias GPS.
-      allow_write_notes: modificar notas.
-      grant_access: Conceder accesso
-    authorize_success:
-      title: Requesta de autorisation acceptate
-      allowed_html: Tu ha concedite al application %{app_name} le accesso a tu conto.
-      verification: Le codice de verification es %{code}.
-    authorize_failure:
-      title: Requesta de autorisation fallite
-      denied: Tu ha refusate al application %{app_name} le accesso a tu conto.
-      invalid: Le token de autorisation non es valide.
-    revoke:
-      flash: Tu ha revocate le token pro %{application}
     permissions:
       missing: Tu non ha permittite al application le accesso a iste facilitate
     scopes:
@@ -2692,52 +2671,11 @@ ia:
       write_notes: Modificar notas
       write_redactions: Censurar datos del carta
       read_email: Leger le adresse de e-mail del usator
+      consume_messages: Leger, actualisar stato e deler messages del usator
       send_messages: Inviar messages private a altere usatores
       skip_authorization: Approbar automaticamente le application
     for_roles:
       moderator: Iste permission es pro actiones que es disponibile solmente al moderatores
-  oauth_clients:
-    new:
-      title: Registrar un nove application
-      disabled: Le registration de applicationes OAuth 1 ha essite disactivate
-    edit:
-      title: Modificar tu application
-    show:
-      title: Detalios OAuth pro %{app_name}
-      key: 'Clave de consumitor:'
-      secret: 'Secreto de consumitor:'
-      url: 'URL del token de requesta:'
-      access_url: 'URL del token de accesso:'
-      authorize_url: 'URL de autorisation:'
-      support_notice: Nos supporta le signaturas HMAC-SHA1 (recommendate) e RSA-SHA1.
-      edit: Modificar detalios
-      delete: Deler cliente
-      confirm: Es tu secur?
-      requests: 'Le sequente permissiones es requestate del usator:'
-    index:
-      title: Mi detalios OAuth
-      my_tokens: Mi applicationes autorisate
-      list_tokens: 'Le sequente tokens ha essite emittite a applicationes in tu nomine:'
-      application: Nomine del application
-      issued_at: Emittite le
-      revoke: Revocar!
-      my_apps: Mi applicationes cliente
-      no_apps_html: Ha tu un aplication que tu vole registrar pro uso con nos per
-        medio del standard %{oauth}? Tu debe registrar tu application web ante que
-        illo pote facer requestas OAuth a iste servicio.
-      oauth: OAuth
-      registered_apps: 'Tu ha le sequente applicationes cliente registrate:'
-      register_new: Registrar tu application
-    form:
-      requests: 'Requestar le sequente permissiones del usator:'
-    not_found:
-      sorry: Pardono, iste %{type} non poteva esser trovate.
-    create:
-      flash: Informationes registrate con successo
-    update:
-      flash: Le information del cliente ha essite actualisate con successo
-    destroy:
-      flash: Le registration del application cliente ha essite destruite
   oauth2_applications:
     index:
       title: Mi applicationes cliente
@@ -2818,8 +2756,6 @@ ia:
         privacy_policy_title: Politica de confidentialitate del OSMF con un section
           sur adresses de e-mail
         contributor_terms: conditiones de contributor
-      tou: conditiones de uso
-      external auth: 'Authentication per tertios:'
       continue: Crear conto
       terms accepted: Gratias pro acceptar le nove conditiones de contributor!
       email_help:
@@ -2853,7 +2789,7 @@ ia:
       readable_summary: summario legibile per humanos
       informal_translations: traductiones informal
       continue: Continuar
-      decline: Declinar
+      cancel: Cancellar
       you need to accept or decline: Per favor lege e postea accepta o declina le
         nove Conditiones del Contributor pro continuar.
       legale_select: 'Per favor selige tu pais de residentia:'
@@ -2941,8 +2877,6 @@ ia:
       summary_no_ip_html: '%{name} create le %{date}'
       empty: Nulle usator correspondente trovate
     page:
-      older: Usatores plus ancian
-      newer: Usatores plus nove
       found_users:
         one: '%{count} usator trovate'
         other: '%{count} usatores trovate'
@@ -2977,19 +2911,9 @@ ia:
       not_revoke_admin_current_user: Impossibile revocar le rolo de administrator
         del usator actual.
     grant:
-      title: Confirmar le concession del rolo
-      heading: Confirmar le concession del rolo
       are_you_sure: Es tu secur de voler conceder le rolo `%{role}' al usator `%{name}'?
-      confirm: Confirmar
-      fail: Impossibile conceder le rolo `%{role}' al usator `%{name}'. Verifica que
-        e le usator e le rolo es valide.
     revoke:
-      title: Confirmar le revocation del rolo
-      heading: Confirmar le revocation del rolo
       are_you_sure: Es tu secur de voler revocar le rolo `%{role}' del usator `%{name}'?
-      confirm: Confirmar
-      fail: Impossibile revocar le rolo `%{role}' del usator `%{name}'. Verifica que
-        e le usator e le rolo es valide.
   user_blocks:
     model:
       non_moderator_update: Debe esser moderator pro crear o actualisar un blocada.
@@ -3005,27 +2929,26 @@ ia:
       title: Modification de un blocada sur %{name}
       heading_html: Modification de un blocada sur %{name}
       period: Quante tempore, a partir de ora, essera le usator blocate del API?
+      revoke: Revocar blocada
     filter:
       block_period: Le periodo de blocada debe esser un del valores seligibile in
         le lista disrolante.
     create:
       flash: Creava un blocada del usator %{name}.
     update:
-      only_creator_can_edit: Solmente le moderator qui creava iste blocada pote modificar
-        lo.
+      only_creator_can_edit: Solmente le moderator qui ha create iste blocada pote
+        modificar lo.
+      only_creator_can_edit_without_revoking: Solmente le moderator qui ha create
+        iste blocada pote modificar lo sin revocar.
+      only_creator_or_revoker_can_edit: Solmente le moderatores qui ha create o revocate
+        iste blocada pote modificar lo.
+      inactive_block_cannot_be_reactivated: Iste blocada es inactive e non pote esser
+        reactivate.
       success: Blocada actualisate.
     index:
       title: Blocadas de usatores
       heading: Lista de blocadas de usatores
       empty: Nulle blocada ha ancora essite effectuate.
-    revoke:
-      title: Revoca blocada de %{block_on}
-      heading_html: Revoca blocada de %{block_on} per %{block_by}
-      time_future_html: Iste blocada expirara in %{time}.
-      past_html: Iste blocada expirava %{time} e non pote esser revocate ora.
-      confirm: Es tu secur de voler revocar iste blocada?
-      revoke: Revocar!
-      flash: Iste blocada ha essite revocate.
     revoke_all:
       title: Revocation de tote le blocadas de %{block_on}
       heading_html: Revocation de tote le blocadas de %{block_on}
@@ -3072,26 +2995,19 @@ ia:
       created: 'Create:'
       duration: 'Durata:'
       status: 'Stato:'
-      show: Monstrar
       edit: Modificar
-      revoke: Revocar!
-      confirm: Es tu secur?
       reason: 'Motivo del blocada:'
       revoker: 'Revocator:'
-      needs_view: Le usator debe aperir un session ante que iste blocada es cancellate.
     block:
       not_revoked: (non revocate)
       show: Monstrar
       edit: Modificar
-      revoke: Revocar!
-    blocks:
+    page:
       display_name: Usator blocate
       creator_name: Creator
       reason: Motivo del blocada
       status: Stato
       revoker_name: Revocate per
-      older: Blocos plus ancian
-      newer: Blocos plus nove
     navigation:
       all_blocks: Tote le blocadas
       blocks_on_me: Blocadas sur me
@@ -3099,6 +3015,7 @@ ia:
       blocks_by_me: Blocadas facite per me
       blocks_by_user: Blocadas facite per %{user}
       block: Blocada №%{id}
+      new_block: Nove blocada
   user_mutes:
     index:
       title: Usatores silentiate
@@ -3181,6 +3098,10 @@ ia:
         non insere alcun information personal, ni datos ab cartas o catalogos protegite
         per derectos de autor.
       add: Adder nota
+    notes_paging_nav:
+      showing_page: Pagina %{page}
+      next: Sequente
+      previous: Precedente
   javascripts:
     close: Clauder
     share:
@@ -3195,14 +3116,15 @@ ia:
       custom_dimensions: Personalisar dimensiones
       format: 'Formato:'
       scale: 'Scala:'
-      image_dimensions: Le imagine monstrara le strato standard in %{width} x %{height}
+      image_dimensions: Le imagine monstrara le strato %{layer} in %{width} x %{height}
       download: Discargar
       short_url: URL curte
       include_marker: Includer marcator
       center_marker: Centrar le carta sur le marcator
       paste_html: Colla HTML pro incorporar in sito web
       view_larger_map: Vider carta plus grande
-      only_standard_layer: Solmente le strato standard pote esser exportate como imagine
+      only_standard_layer: Solmente le stratos Standard, Carta cyclista e Carta de
+        transporto pote esser exportate como imagine
     embed:
       report_problem: Reportar problema
     key:
@@ -3368,32 +3290,33 @@ ia:
       centre_map: Centrar le carta hic
   redactions:
     edit:
-      heading: Modificar suppression
-      title: Modificar obscuration
+      heading: Modificar censura
+      title: Modificar censura
     index:
-      empty: Il non ha suppressiones a monstrar.
-      heading: Lista de obscurationes
-      title: Lista de suppressiones
+      empty: Il non ha censuras a monstrar.
+      heading: Lista de censuras
+      title: Lista de censuras
+      new: Nove censura
     new:
-      heading: Specifica information pro nove suppression
-      title: Creation de nove obscuration
+      heading: Insere le information del nove censura
+      title: Creation de un nove censura
     show:
       description: 'Description:'
-      heading: Es monstrate le suppression "%{title}"
-      title: Presentation de obscuration
+      heading: Es monstrate le censura “%{title}”
+      title: Examinar un censura
       user: 'Creator:'
-      edit: Modificar iste suppression
-      destroy: Remover iste obscuration
+      edit: Modificar iste censura
+      destroy: Remover iste censura
       confirm: Es tu secur?
     create:
-      flash: Suppression create.
+      flash: Censura create.
     update:
       flash: Cambios salveguardate.
     destroy:
-      not_empty: Le suppression non es vacue. Per favor dis-supprime tote le versiones
-        pertinente a iste suppression ante de destruer lo.
-      flash: Obscuration destruite.
-      error: Un error occurreva durante le destruction de iste suppression.
+      not_empty: Le censura non es vacue. Per favor dis-censura tote le versiones
+        pertinente a iste censura ante de destruer lo.
+      flash: Censura destruite.
+      error: Un error ha occurrite durante le destruction de iste censura.
   validations:
     leading_whitespace: ha spatios al initio
     trailing_whitespace: ha spatios al fin
index fe8bad4fd6da6220d585d3cf6bb2a13c50ea66eb..f16032aab44026b8407a11b85af2790ec9a8f90f 100644 (file)
@@ -78,8 +78,6 @@ id:
   activerecord:
     errors:
       messages:
-        invalid_email_address: nampaknya bukan alamat surel yang sah
-        email_address_not_routable: tidak dapat dirutekan
         display_name_is_user_n: tidak bisa menjadi user_n kecuali n adalah id pengguna
           Anda
       models:
@@ -441,21 +439,21 @@ id:
   old_relations:
     not_found:
       sorry: 'Maaf, relasi #%{id} versi %{version} tidak dapat ditemukan.'
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Komentar baru di set perubahan #%{changeset_id} oleh %{author}'
+        commented_at_by_html: Diperbarui %{when} oleh %{user}
+      show:
+        title_all: Diskusi set perubahan OpenStreetMap
+        title_particular: 'Diskusi set perubahan OpenStreetMap #%{changeset_id}'
+      timeout:
+        sorry: Maaf, daftar komentar set perubahan yang Anda minta butuh waktu lama
+          untuk ditampilkan.
   changesets:
-    changeset_paging_nav:
-      showing_page: Halaman %{page}
-      next: Berikutnya »
-      previous: « Sebelumnya
     changeset:
-      anonymous: Anonim
       no_edits: (tidak ada edit)
       view_changeset_details: Lihat informasi set perubahan
-    changesets:
-      id: ID
-      saved_at: Disimpan di
-      user: Pengguna
-      comment: Komentar
-      area: Area
     index:
       title: Set perubahan
       title_user: Set perubahan oleh %{user}
@@ -504,18 +502,6 @@ id:
     timeout:
       sorry: Maaf, daftar kumpulan set perubahan yang Anda minta terlalu lama untuk
         diambil.
-  changeset_comments:
-    comment:
-      comment: 'Komentar baru di set perubahan #%{changeset_id} oleh %{author}'
-      commented_at_by_html: Diperbarui %{when} oleh %{user}
-    comments:
-      comment: 'Komentar baru di set perubahan #%{changeset_id} oleh %{author}'
-    index:
-      title_all: Diskusi set perubahan OpenStreetMap
-      title_particular: 'Diskusi set perubahan OpenStreetMap #%{changeset_id}'
-    timeout:
-      sorry: Maaf, daftar komentar set perubahan yang Anda minta butuh waktu lama
-        untuk ditampilkan.
   dashboards:
     contact:
       km away: sejauh %{count}km
@@ -557,8 +543,6 @@ id:
       no_entries: Tidak ada entri catatan harian
     page:
       recent_entries: 'Entri buku harian terbaru:'
-      older_entries: Entri Lama
-      newer_entries: Entri Baru
     edit:
       title: Sunting Entri Catatan Harian
       marker_text: Lokasi entri catatan harian
@@ -595,8 +579,6 @@ id:
       report: Laporkan komentar ini
     location:
       location: 'Lokasi:'
-      view: Lihat
-      edit: Sunting
     feed:
       user:
         title: Entri catatan harian OpenStreetMap untuk %{user}
@@ -618,8 +600,6 @@ id:
       post: Artikel
       when: Kapan
       comment: Komentar
-      newer_comments: Komentar Baru
-      older_comments: Komentar Lama
   doorkeeper:
     errors:
       messages:
@@ -686,7 +666,6 @@ id:
   geocoder:
     search:
       title:
-        results_from_html: Hasil dari %{results_link}
         latlon: Internal
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1460,10 +1439,6 @@ id:
         level9: Batas Desa
         level10: Batas kota pinggiran
         level11: Batas RT
-      types:
-        cities: Kota (jamak)
-        towns: Kota Kecil (jamak)
-        places: Tempat (jamak)
     results:
       no_results: Tidak ada hasil yang ditemukan
       more_results: Hasil lainnya
@@ -1477,20 +1452,20 @@ id:
       not_updated: Tidak Diperbarui
       search: Cari
       search_guidance: 'Cari Isu:'
+      states:
+        ignored: Diabaikan
+        open: Dibuka
+        resolved: Diselesaikan
+    page:
       user_not_found: Pengguna tidak ada
       issues_not_found: Isu tidak ditemukan
       status: Status
       reports: Laporan
       last_updated: Terakhir Diperbarui
       last_updated_time_ago_user_html: '%{time_ago} oleh %{user}'
-      link_to_reports: Lihat Laporan
       reports_count:
         other: '%{count} Laporan'
       reported_item: Butir dilaporkan
-      states:
-        ignored: Diabaikan
-        open: Dibuka
-        resolved: Diselesaikan
     show:
       title: '%{status} Isu #%{issue_id}'
       reports:
@@ -1576,18 +1551,12 @@ id:
     history: Riwayat
     export: Ekspor
     issues: Masalah
-    data: Data
-    export_data: Ekspor Data
     gps_traces: Jejak GPS
-    gps_traces_tooltip: Mengatur jejak GPS
     user_diaries: Catatan Harian Pengguna
-    user_diaries_tooltip: Lihat catatan harian pengguna
     edit_with: Edit menggunakan %{editor}
-    tag_line: Peta Dunia Wiki Gratis
     intro_header: Selamat datang di OpenStreetMap!
     intro_text: OpenStreetMap adalah peta dunia, diciptakan oleh orang-orang seperti
       Anda dan bebas untuk digunakan di bawah lisensi terbuka.
-    intro_2_create_account: Buat Akun
     partners_fastly: Fastly
     partners_partners: mitra
     tou: Ketentuan Penggunaan
@@ -1595,17 +1564,10 @@ id:
       pekerjaan pemeliharaan database penting.
     osm_read_only: OpenStreetMap database saat ini adalah pada mode read-only (hanya
       dapat dilihat) sementara pekerjaan pemeliharaan database penting sedang dilakukan.
-    donate: Dukung OpenStreetMap %{link} untuk biaya upgrade Hardware.
     help: Bantuan
     about: Tentang
     copyright: Hak Cipta
     communities: Komunitas
-    community: Komunitas
-    community_blogs: Blog Komunitas
-    community_blogs_title: Blog dari anggota komunitas OpenStreetMap
-    make_a_donation:
-      title: Dukung OpenStreetMap dengan donasi finansial
-      text: Menyumbang
     learn_more: Pelajari Lagi
     more: Selanjutnya
   user_mailer:
@@ -1739,7 +1701,6 @@ id:
     changeset_comment_notification:
       description: 'Set perubahan OpenStreetMap #%{id}'
       hi: Halo %{to_user},
-      greeting: Halo,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} mengomentari salah satu perubahan
           Anda'
@@ -1814,7 +1775,6 @@ id:
     message_summary:
       unread_button: Tandai belum dibaca
       read_button: Tandai sudah dibaca
-      reply_button: Balas
       destroy_button: Hapus
       unmute_button: Pindahkan ke Kotak Masuk
     new:
@@ -1831,7 +1791,6 @@ id:
       body: Maaf tidak ada pesan dengan id tersebut.
     outbox:
       title: Kotak keluar
-      actions: Tindakan
       messages:
         one: Anda memiliki %{count} pesan terkirim
         other: Anda memiliki %{count} pesan terkirim
@@ -1934,14 +1893,12 @@ id:
       failure: Tidak dapat memperbarui profil.
   sessions:
     new:
-      title: Masuk log
       tab_title: Masuk log
       email or username: Alamat Email atau Nama Pengguna
       password: Kata Sandi
       remember: Ingat saya
       lost password link: Kehilangan kata sandi Anda?
       login_button: Masuk log
-      register now: Daftar sekarang
       with external: 'Atau, gunakan pihak ketiga untuk masuk:'
       auth failure: Maaf, tidak bisa login dengan rincian tersebut.
     destroy:
@@ -1971,9 +1928,18 @@ id:
     richtext_field:
       edit: Sunting
       preview: Pratayang
+    pagination:
+      diary_comments:
+        older: Komentar Lama
+        newer: Komentar Baru
+      diary_entries:
+        older: Entri Lama
+        newer: Entri Baru
+      traces:
+        older: Jejak-jejak Lama
+        newer: Trek-trek terbaru
   site:
     about:
-      next: Berikutnya
       heading_html: '%{copyright}Kontributor %{br} OpenStreetMap'
       used_by_html: Kekuatan %{name} menyediakan peta data untuk ribuan situs web,
         aplikasi seluler, dan perangkat keras
@@ -2187,8 +2153,6 @@ id:
       user_page_link: halaman pengguna
       anon_edits_link_text: Cari tahu mengapa hal ini terjadi.
       id_not_configured: iD belum dikonfigurasikan
-      no_iframe_support: Peramban Anda tidak mendukung iframe HTML yang diperlukan
-        untuk fitur ini.
     export:
       title: Ekspor
       manually_select: Pilih wilayah berbeda secara manual
@@ -2291,10 +2255,8 @@ id:
       welcome_mat: Kunjungi halaman Selamat Datang
     sidebar:
       search_results: Hasil Pencarian
-      close: Tutup
     search:
       search: Pencarian
-      get_directions: Dapatkan petunjuk arah
       get_directions_title: Dapatkan petunjuk arah antara dua tempat
       from: Dari
       to: Ke
@@ -2383,7 +2345,6 @@ id:
           destination: Akses tujuan
           construction: Jalan sedang diperbaiki
           bus_stop: Halte bus
-          stop: Perhentian
           bicycle_shop: Toko sepeda
           bicycle_rental: Penyewaan sepeda
           bicycle_parking: Tempat parkir sepeda
@@ -2496,8 +2457,6 @@ id:
       visibility_help: apa artinya ini?
     update:
       updated: Jejak diperbarui
-    trace_optionals:
-      tags: 'Tags:'
     show:
       title: Melihat jejak %{name}
       heading: Melihat trek %{name}
@@ -2547,13 +2506,8 @@ id:
       my_traces: Jejak Saya
       traces_from: Jejak Publik dari %{user}
       remove_tag_filter: Hapus Filter Tag
-    page:
-      older: Jejak-jejak Lama
-      newer: Trek-trek terbaru
     destroy:
       scheduled_for_deletion: Trek yang dijadwalkan untuk dihapus
-    make_public:
-      made_public: Jejak yang dipublikasikan
     offline_warning:
       message: Sistem upload file GPX saat ini tidak tersedia
     offline:
@@ -2571,8 +2525,6 @@ id:
     require_cookies:
       cookies_needed: Anda tampaknya memiliki cookies yang tidak aktif - mohon aktifkan
         cookies pada browser anda sebelum melanjutkan.
-    require_admin:
-      not_an_admin: Anda harus merupakan administrator untuk melakukan tindakan itu.
     setup_user_auth:
       blocked_zero_hour: Anda mendapat pesan penting di situs web OpenStreetMap. Anda
         harus membaca pesan tersebut sebelum Anda bisa menyimpan suntingan Anda.
@@ -2583,7 +2535,6 @@ id:
         perlu untuk setuju, tapi Anda harus melihat mereka.
     settings_menu:
       account_settings: Setelan Akun
-      oauth1_settings: Setelah OAuth 1
       oauth2_applications: Aplikasi OAuth 2
       oauth2_authorizations: Otorisasi OAuth 2
       muted_users: Pengguna yang Dibisukan
@@ -2608,30 +2559,6 @@ id:
         title: Masuk log dengan Wikipedia
         alt: Masuk log dengan Akun Wikipedia
   oauth:
-    authorize:
-      title: Otorisasi akses ke akun Anda
-      request_access_html: Aplikasi %{app_name} akan meminta akses ke akun, %{user}.
-        Periksa apakah Anda ingin aplikasi untuk memiliki kemampuan berikut. Anda
-        dapat memilih sebanyak atau sesedikit yang Anda inginkan.
-      allow_to: 'Memungkinkan klien aplikasi untuk:'
-      allow_read_prefs: baca pengaturan pengguna anda.
-      allow_write_prefs: modifikasi pengaturan pengguna anda.
-      allow_write_diary: membuat entri buku harian, komentar dan berteman.
-      allow_write_api: memodifikasi peta.
-      allow_read_gpx: baca jejak GPS pribadi Anda.
-      allow_write_gpx: unggah jejak GPS.
-      allow_write_notes: memodifikasi catatan.
-      grant_access: Ijinkan Akses
-    authorize_success:
-      title: Permintaan otorisasi diperbolehkan
-      allowed_html: Anda telah memberikan aplikasi %{app_name} akses ke akun Anda.
-      verification: Kode verifikasi adalah %{code}.
-    authorize_failure:
-      title: Permintaan otorisasi gagal
-      denied: Anda telah menolak aplikasi %{app_name} mengakses akun Anda.
-      invalid: Otorisasi token ini tidak berlaku.
-    revoke:
-      flash: Anda telah menolak token untuk %(application}
     permissions:
       missing: Anda tidak mengizinkan akses aplikasi ke fasilitas ini
     scopes:
@@ -2648,47 +2575,6 @@ id:
       consume_messages: Baca, update status dan hapus pesan pengguna
       send_messages: Kirim pesan pribadi ke pengguna ini
       skip_authorization: Setujui aplikasi secara otomatis
-  oauth_clients:
-    new:
-      title: Daftar aplikasi baru
-    edit:
-      title: Edit aplikasi Anda
-    show:
-      title: Rincian OAuth untuk %{app_name}
-      key: 'Key konsumen:'
-      secret: 'Rahasia konsumen:'
-      url: 'Minta URL Token:'
-      access_url: 'Akses URL Token:'
-      authorize_url: 'Otorisasi URL:'
-      support_notice: Kami mendukung tanda tangan HMAC-SHA1 (disarankan) dan RSA-SHA1
-      edit: Edit Rincian
-      delete: Menghapus klien
-      confirm: Apakah Anda yakin?
-      requests: 'Meminta izin berikut dari pengguna:'
-    index:
-      title: Rincian OAuth saya
-      my_tokens: Aplikasi yang telah saya setujui
-      list_tokens: 'Token berikut telah dikeluarkan untuk aplikasi untuk nama Anda:'
-      application: Nama aplikasi
-      issued_at: Diterbitkan di
-      revoke: Batalkan!
-      my_apps: Aplikasi klien saya
-      no_apps_html: Apakah anda memiliki aplikasi yang ingin didaftarkan untuk digunakan
-        dengan menggunakan standar %{oauth}? Anda harus mendaftar aplikasi web Anda
-        sebelum dapat membuat permintaan OAuth untuk layanan ini.
-      oauth: OAuth
-      registered_apps: 'Anda memiliki aplikasi klien terdaftar berikut:'
-      register_new: Daftarkan aplikasi anda
-    form:
-      requests: 'Meminta izin berikut dari pengguna:'
-    not_found:
-      sorry: Maaf, %{type} tidak dapat ditemukan.
-    create:
-      flash: Informasi telah terdaftar dengan sukses.
-    update:
-      flash: Informasi klien telah sukses diperbarui.
-    destroy:
-      flash: Registrasi aplikasi klien telah dibatalkan.
   oauth2_applications:
     index:
       title: Aplikasi Klien Saya
@@ -2759,7 +2645,6 @@ id:
         privacy_policy: kebijakan privasi
         privacy_policy_title: Kebijakan privasi OSMF meliputi aturan soal alamat surat
           elektronik
-      external auth: 'Autentikasi Pihak Ketiga:'
       continue: Mendaftar
       terms accepted: Terima kasih telah menerima persyaratan kontributor yang baru!
       email_help:
@@ -2787,7 +2672,6 @@ id:
       readable_summary: ringkasan dasar
       informal_translations: terjemahan tidak resmi
       continue: Lanjutkan
-      decline: Tolak
       you need to accept or decline: Silahkan baca dan setujui atau tolak Persyaratan
         Kontributor yang baru untuk melanjutkan.
       legale_select: 'Silahkan pilih negara tempat tinggal Anda:'
@@ -2904,21 +2788,11 @@ id:
       not_revoke_admin_current_user: Tidak bisa mencabut peran administrator dari
         pengguna ini.
     grant:
-      title: Konfirmasi pemberian peran
-      heading: Konfirmasi pemberian peran
       are_you_sure: Apakah Anda yakin ingin memberikan peran `%{role}' kepada pengguna
         `%{name}'?
-      confirm: Konfirmasi
-      fail: Tidak bisa memberikan peran `%{role}' kepada pengguna `%{name}'. Silahkan
-        periksa bahwa pengguna dan perannya valid.
     revoke:
-      title: Konfirmasi pencabutan peran
-      heading: Konfirmasi pencabutan peran
       are_you_sure: Apakah Anda yakin Anda ingin mencabut peran `%{role}' dari pengguna
         `%{name}'?
-      confirm: Konfirmasi
-      fail: Tidak dapat mencabut peran `%{role}' dari pengguna `%{name}'. Silahkan
-        periksa bahwa pengguna dan perannya valid.
   user_blocks:
     model:
       non_moderator_update: Harus merupakan moderator untuk membuat atau memperbarui
@@ -2947,15 +2821,6 @@ id:
       title: Blokir oleh pegguna
       heading: Daftar blokir oleh pengguna
       empty: Belum ada blokir yang dibuat.
-    revoke:
-      title: Membatalkan lokir pada %{block_on}
-      heading_html: Membatalkan blokir pada %{block_on} oleh %{block_by}
-      time_future_html: Blokir ini akan berakhir pada %{time}.
-      past_html: Blokir ini telah berakhir %{time} dan tidak dapat dibatalkan kembali
-        sekarang.
-      confirm: Apakah Anda yakin untuk membatalkan blokir ini?
-      revoke: Batalkan!
-      flash: Blokir ini telah dibatalkan.
     revoke_all:
       title: Mencabut semua pemblokiran pada %{block_on}
       heading_html: Mencabut semua pemblokiran pada %{block_on}
@@ -2996,19 +2861,14 @@ id:
       created: 'Dibuat:'
       duration: 'Waktu tempuh:'
       status: 'Status:'
-      show: Tampilkan
       edit: Edit
-      revoke: Batalkan!
-      confirm: Apakah Anda yakin?
       reason: 'Alasan untuk blokir:'
       revoker: 'Pembatal:'
-      needs_view: Pengguna harus log in sebelum blokir ini dihapus.
     block:
       not_revoked: (tidak dicabut)
       show: Tampilkan
       edit: Edit
-      revoke: Batalkan!
-    blocks:
+    page:
       display_name: Pengguna yang Diblokir
       creator_name: Pencipta
       reason: Alasan untuk blokir
@@ -3089,6 +2949,8 @@ id:
         jadi jangan masukkan informasi pribadi, atau informasi dari peta atau daftar
         direktori yang berhak cipta.
       add: Tambah Catatan
+    notes_paging_nav:
+      showing_page: Halaman %{page}
   javascripts:
     close: Tutup
     share:
index de1fea20dc01c1f329c8829e7130df3d9fda511d..821c795520a419b914eaa9a9db846e7b3969e081 100644 (file)
@@ -2,6 +2,7 @@
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: Gravitystorm
+# Author: Gylfiolafsson
 # Author: LoveIceLang
 # Author: Macofe
 # Author: McDutchie
@@ -20,8 +21,6 @@ is:
     formats:
       friendly: '%e. %B %Y kl. %H:%M'
       blog: '%e. %B %Y'
-  count:
-    at_least_pattern: '%{count}+'
   helpers:
     file:
       prompt: Veldu skrá
@@ -53,8 +52,6 @@ is:
   activerecord:
     errors:
       messages:
-        invalid_email_address: lítur ekki út fyrir að vera gilt tölvupóstfang
-        email_address_not_routable: er ekki nothæft
         display_name_is_user_n: getur ekki verið user_n nema n sé notandaauðkennið
           þitt
       models:
@@ -233,7 +230,6 @@ is:
   auth:
     providers:
       none: Ekkert
-      openid: OpenID
       google: Google
       facebook: Facebook
       microsoft: Microsoft
@@ -456,21 +452,21 @@ is:
   old_relations:
     not_found:
       sorry: 'Því miður, venslin #%{id} útgáfa %{version} fundust ekki.'
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Ný athugasemd við breytingasettið #%{changeset_id} eftir %{author}'
+        commented_at_by_html: Uppfært %{when} af %{user}
+      show:
+        title_all: Umræða um OpenStreetMap breytingasett
+        title_particular: 'Umræða um OpenStreetMap breytingasett #%{changeset_id}'
+      timeout:
+        sorry: Því miður, það tók of langan tíma að ná í listann yfir þær athugasemdir
+          við breytingasett sem þú baðst um.
   changesets:
-    changeset_paging_nav:
-      showing_page: Síða %{page}
-      next: Áfram »
-      previous: « Til baka
     changeset:
-      anonymous: Nafnlaus
       no_edits: (engar breytingar)
       view_changeset_details: Skoða breytingasett nánar
-    changesets:
-      id: Auðkenni (ID)
-      saved_at: Vistað
-      user: Notandi
-      comment: Athugasemd
-      area: Svæði
     index:
       title: Breytingasett
       title_user: Breytingar eftir %{user}
@@ -500,7 +496,6 @@ is:
       title: Breytingasett %{id}
       created_by_html: Útbúið af %{link_user} þann %{created}.
     no_such_entry:
-      title: Ekkert slíkt breytingasett
       heading: 'Engin færsla er til með auðkennið: %{id}'
       body: Breytingasett númerið %{id} er ekki til. Kannski settirðu inn rangt stafsetta
         slóð eða fylgdir ógildum tengli.
@@ -535,18 +530,6 @@ is:
     timeout:
       sorry: Því miður, það tók of langan tíma að ná í listann yfir þau breytingasett
         sem þú baðst um.
-  changeset_comments:
-    comment:
-      comment: 'Ný athugasemd við breytingasettið #%{changeset_id} eftir %{author}'
-      commented_at_by_html: Uppfært %{when} af %{user}
-    comments:
-      comment: 'Ný athugasemd við breytingasett #%{changeset_id} eftir %{author}'
-    index:
-      title_all: Umræða um OpenStreetMap breytingasett
-      title_particular: 'Umræða um OpenStreetMap breytingasett #%{changeset_id}'
-    timeout:
-      sorry: Því miður, það tók of langan tíma að ná í listann yfir þær athugasemdir
-        við breytingasett sem þú baðst um.
   dashboards:
     contact:
       km away: í %{count} km fjarlægð
@@ -588,8 +571,6 @@ is:
       no_entries: Engar bloggfærslur
     page:
       recent_entries: Nýlegar bloggfærslur
-      older_entries: Eldri færslur
-      newer_entries: Nýrri færslur
     edit:
       title: Breyta bloggfærslu
       marker_text: Staðsetning bloggfærslu
@@ -629,8 +610,6 @@ is:
       report: Tilkynna þessa athugasemd
     location:
       location: 'Staðsetning:'
-      view: Skoða
-      edit: Breyta
       coordinates: '%{latitude}; %{longitude}'
     feed:
       user:
@@ -658,8 +637,6 @@ is:
       post: Senda
       when: Þegar
       comment: Athugasemd
-      newer_comments: Nýrri athugasemdir
-      older_comments: Eldri athugasemdir
     new:
       heading: Bæta athugasemd við umræðu með bloggfærslu?
   doorkeeper:
@@ -735,7 +712,6 @@ is:
   geocoder:
     search:
       title:
-        results_from_html: Niðurstöður frá %{results_link}
         latlon: Innri
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1512,10 +1488,6 @@ is:
         level9: Þorpsmörk
         level10: Úthverfamörk
         level11: Mörk hverfis
-      types:
-        cities: Borgir
-        towns: Bæir
-        places: Staðir
     results:
       no_results: Ekkert fannst
       more_results: Fleiri niðurstöður
@@ -1529,21 +1501,21 @@ is:
       not_updated: Ekki uppfært
       search: Leita
       search_guidance: 'Leita að vandamálum:'
+      states:
+        ignored: Hunsað
+        open: Opna
+        resolved: Leyst
+    page:
       user_not_found: Notandi er ekki til
       issues_not_found: Engin slík vandamál fundust
       status: Staða
       reports: Skýrslur
       last_updated: Síðast uppfært
       last_updated_time_ago_user_html: '%{time_ago} af %{user}'
-      link_to_reports: Skoða skýrslur
       reports_count:
         one: '%{count} skýrsla'
         other: '%{count} skýrslur'
       reported_item: Tilkynnt atriði
-      states:
-        ignored: Hunsað
-        open: Opna
-        resolved: Leyst
     show:
       title: '%{status} vandamál #%{issue_id}'
       reports:
@@ -1633,18 +1605,12 @@ is:
     history: Breytingaskrá
     export: Flytja út
     issues: Vandamál
-    data: Gögn
-    export_data: Flytja út gögn
     gps_traces: GPS ferlar
-    gps_traces_tooltip: Sjá alla GPS ferla
     user_diaries: Blogg notenda
-    user_diaries_tooltip: Sjá blogg notenda
     edit_with: Breyta með %{editor}
-    tag_line: Frjálsa wiki heimskortið
     intro_header: Velkomin(n) í OpenStreetMap!
     intro_text: OpenStreetMap er heimskort gert af fólki eins og þér. Það er gefið
       út með opnu hugbúnaðarleyfi og það kostar ekkert að nota það.
-    intro_2_create_account: Búa til notandaaðgang
     hosting_partners_2024_html: Vefhýsing er studd af %{fastly}, %{corpmembers} og
       öðrum %{partners}.
     partners_fastly: Fastly
@@ -1655,17 +1621,10 @@ is:
     osm_read_only: Ekki er hægt að skrifa í OpenStreetMap gagnagrunninn í augnablikinu
       vegna viðhalds.
     nothing_to_preview: Ekkert til að forskoða.
-    donate: Hjálpaðu OpenStreetMap verkefninu með %{link} í vélbúnaðarsjóðinn.
     help: Hjálp
     about: Um hugbúnaðinn
     copyright: Höfundaréttur
     communities: Samfélög
-    community: Samfélag
-    community_blogs: Blogg félaga
-    community_blogs_title: Blogg frá meðlimum OpenStreetMap samfélagsins
-    make_a_donation:
-      title: Hjálpaðu OpenStreetMap verkefninu með fjárframlagi
-      text: Styrkja verkefnið
     learn_more: Vita meira
     more: Meira
   user_mailer:
@@ -1800,7 +1759,6 @@ is:
     changeset_comment_notification:
       description: 'OpenStreetMap-breytingasett #%{id}'
       hi: Hæ %{to_user},
-      greeting: Hæ,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} hefur gert athugasemd við eitt
           af breytingasettunum þínum'
@@ -1874,7 +1832,6 @@ is:
     message_summary:
       unread_button: Merkja sem ólesin
       read_button: Merkja sem lesin
-      reply_button: Svara
       destroy_button: Eyða
       unmute_button: Færa í innhólf
     new:
@@ -1891,7 +1848,6 @@ is:
       body: Því miður er ekkert skilaboð með þetta auðkenni.
     outbox:
       title: Úthólf
-      actions: Aðgerðir
       messages:
         one: Þú hefur sent %{count} skilaboð
         other: Þú hefur sent %{count} skilaboð
@@ -1992,7 +1948,6 @@ is:
       failure: Gat ekki uppfært kjörstillingar.
   sessions:
     new:
-      title: Skrá inn
       tab_title: Skrá inn
       login_to_authorize_html: Skráðu inn á OpenStreetMap til að fá aðgang að %{client_app_name}.
       email or username: Tölvupóstur eða notandanafn
@@ -2000,7 +1955,6 @@ is:
       remember: Muna innskráninguna
       lost password link: Gleymdirðu lykilorðinu þínu?
       login_button: Skrá inn
-      register now: Skrá þig núna
       with external: eða skráð inn með utanaðkomandi þjónustu
       or: eða
       auth failure: Þetta notandanafn eða lykilorð er rangt.
@@ -2034,9 +1988,25 @@ is:
     richtext_field:
       edit: Breyta
       preview: Forskoða
+      help: Hjálp
+    pagination:
+      diary_comments:
+        older: Eldri athugasemdir
+        newer: Nýrri athugasemdir
+      diary_entries:
+        older: Eldri færslur
+        newer: Nýrri færslur
+      traces:
+        older: Eldri ferlar
+        newer: Nýrri ferlar
+      user_blocks:
+        older: Eldri bönn
+        newer: Nýrri bönn
+      users:
+        older: Eldri notendur
+        newer: Nýrri notendur
   site:
     about:
-      next: Næsta
       heading_html: '%{copyright}OpenStreetMap %{br} þátttakendur'
       used_by_html: '%{name} veitir kortagögn á þúsundum vefsvæða, símaforritum og
         tækjum'
@@ -2176,7 +2146,6 @@ is:
         contributors_at_land_vorarlberg: Land Vorarlberg
         contributors_at_land_vorarlberg_url: https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm
         contributors_at_cc_by_at_with_amendments: CC BY AT með viðaukum
-        contributors_at_cc_by_at_with_amendments_url: https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/
         contributors_au_credit_html: |-
           %{australia}: Inniheldur gögn eða er þróað með Administrative Boundaries &copy; %{geoscape_australia_link}
           sem gert er aðgengilegt af Commonwealth of Australia með %{cc_licence_link}.
@@ -2316,8 +2285,6 @@ is:
       anon_edits_html: (%{link})
       anon_edits_link_text: Finndu út afhverju.
       id_not_configured: Það er ekki búið að setja upp auðkenni
-      no_iframe_support: Því miður styður vafrinn þinn ekki HTML-iframes, sem er nauðsynlegt
-        ef nota á þennan eiginleika.
     export:
       title: Flytja út
       manually_select: Veldu annað svæði handvirkt
@@ -2426,10 +2393,8 @@ is:
       welcome_mat_url: https://welcome.openstreetmap.org/
     sidebar:
       search_results: Leitarniðurstöður
-      close: Loka
     search:
       search: Leita
-      get_directions: Fá leiðsögn
       get_directions_title: Finna leiðir milli tveggja punkta
       from: Frá
       to: Til
@@ -2518,7 +2483,6 @@ is:
           destination: Umferð leyfileg á ákveðinn áfangastað
           construction: Vegir í byggingu
           bus_stop: Strætisvagnabiðstöð
-          stop: Biðstöð
           bicycle_shop: Hjólaverslun
           bicycle_rental: Reiðhjólaleiga
           bicycle_parking: Reiðhjólastæði
@@ -2637,8 +2601,6 @@ is:
       visibility_help_url: https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces
     update:
       updated: Ferill uppfærður
-    trace_optionals:
-      tags: Merki
     show:
       title: Skoða ferilinn %{name}
       heading: Skoða ferilinn %{name}
@@ -2691,13 +2653,8 @@ is:
       my_traces: Ferlarnir mínir
       traces_from: Opinberir ferlar frá %{user}
       remove_tag_filter: Fjarlægja merkjasíu
-    page:
-      older: Eldri ferlar
-      newer: Nýrri ferlar
     destroy:
       scheduled_for_deletion: Þessum feril verður eitt
-    make_public:
-      made_public: Ferilinn var gerður sjáanlegur
     offline_warning:
       message: Ekki er hægt að hlaða upp GPX ferlum í augnablikinu
     offline:
@@ -2711,16 +2668,10 @@ is:
         other: GPX-skrá með %{count} punktum frá %{user}
       description_without_count: GPX-skrá frá %{user}
   application:
-    basic_auth_disabled: 'Einföld HTTP-auðkenning (Basic Authentication) er óvirk:
-      %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 og 1.0a eru óvirk: %{link}'
-    auth_disabled_link: https://wiki.openstreetmap.org/wiki/2024_authentication_update
     permission_denied: Þú hefur ekki réttindi til að nota þessa aðgerð
     require_cookies:
       cookies_needed: Þú virðist ekki vera með stuðning við vefkökur í vafranum þínum.
         Þú verður að virkja þann stuðning áður en þú getur haldið áfram.
-    require_admin:
-      not_an_admin: Þú þarft að vera möppudýr til að framkvæma þessa aðgerð.
     setup_user_auth:
       blocked_zero_hour: Þú átt áríðandi skilaboð á OpenStreetMap vefsvæðinu. Þú verður
         að lesa þessi skilaboð áður en þú getur vistað neinar breytingar.
@@ -2732,7 +2683,6 @@ is:
         að skoða þá.
     settings_menu:
       account_settings: Kjörstillingar
-      oauth1_settings: OAuth 1 stillingar
       oauth2_applications: OAuth 2 forrit
       oauth2_authorizations: OAuth 2 auðkenningar
       muted_users: Þaggaðir notendur
@@ -2758,34 +2708,6 @@ is:
         title: Skrá inn með Wikipedia
         alt: Táknmerki Wikipedia
   oauth:
-    authorize:
-      title: Auðkenndu aðgang að notandaaðganginum þínum
-      request_access_html: Forritið %{app_name} hefur óskað eftir að fá aðgang að
-        OpenStreetMap í gegnum notandaaðganginn þinn, %{user}. Merktu við hvað eiginleika
-        þú vilt gefa forritinu leyfi fyrir. Hægt er að haka við hvaða eiginleika sem
-        er.
-      allow_to: 'Leyfa forritinu að:'
-      allow_read_prefs: lesa notandastillingarnar þínar.
-      allow_write_prefs: breyta notandastillingunum þínum.
-      allow_write_diary: búa til bloggfærslur, setja inn athugasemdir og bæta við
-        vinum.
-      allow_write_api: breyta kortagögnunum.
-      allow_read_gpx: lesa einka-GPS-ferlana þína.
-      allow_write_gpx: senda inn GPS ferla.
-      allow_write_notes: breyta minnispunktum.
-      grant_access: Veita aðgang
-    authorize_success:
-      title: Auðkenningarbeiðni samþykkt
-      allowed_html: Þú hefur veitt forritinu %{app_name} aðgang að notandaaðganginum
-        þínum.
-      verification: Sannvottunarkóðinn er %{code}.
-    authorize_failure:
-      title: Auðkenningarbeiðni brást
-      denied: Þú hefur neitað forritinu %{app_name} um aðgang að notandaaðganginum
-        þínum.
-      invalid: Auðkenningarteiknið er ekki gilt.
-    revoke:
-      flash: Þú afturkallaðir aðgangsteiknið fyrir %{application}
     permissions:
       missing: Þú hefur ekki gefið forritinu heimild fyrir aðgang að þessum eiginleikum
     scopes:
@@ -2804,49 +2726,6 @@ is:
       skip_authorization: Samþykkja forrit sjálfvirkt
     for_roles:
       moderator: Þessi heimild er fyrir aðgerðir sem eingöngu tiltækar fyrir umsjónarmenn
-  oauth_clients:
-    new:
-      title: Skrá nýtt forrit
-      disabled: Skráning OAuth 1 forrita hefur verið gerð óvirk
-    edit:
-      title: Breyta forritinu þínu
-    show:
-      title: OAuth stillingar fyrir %{app_name}
-      key: 'Lykill notanda:'
-      secret: 'Leyniorð notanda:'
-      url: 'Slóð á beiðniteikn:'
-      access_url: 'Slóð á aðgangsteikn:'
-      authorize_url: 'Leyfa slóð (URL):'
-      support_notice: Við styðjum HMAC-SHA1 (mælt með) og RSA-SHA1 undirritanir.
-      edit: Breyta þessari skráningu
-      delete: Eyða biðlara
-      confirm: Ertu viss?
-      requests: 'Óska eftir eftirfarandi leyfum frá notendum:'
-    index:
-      title: OAuth stillingar
-      my_tokens: Auðkenndu forritin mín
-      list_tokens: 'Eftirfarandi aðgangsteikn hafa verðið gefin út í þínu nafni til
-        handa forritum:'
-      application: Heiti forrits
-      issued_at: Gefið út þann
-      revoke: Eyða banninu
-      my_apps: Forritin mín
-      no_apps_html: Ert þú að nota forrit sem þú myndir vilja skrá til notkunar hjá
-        okkur með %{oauth} staðlinum? Þú verður að skrá vefforritið áður en það fer
-        að senda OAuth-beiðnir á þessa þjónustu.
-      oauth: OAuth
-      registered_apps: 'Þú hefur skráð eftirfarandi forrit:'
-      register_new: Skrá nýtt forrit
-    form:
-      requests: 'Óska eftir eftirfarandi leyfum frá notandanum:'
-    not_found:
-      sorry: Því miður, þessi %{type} fannst ekki.
-    create:
-      flash: Nýtt OAuth forrit hefur verið skráð
-    update:
-      flash: Uppfærði upplýsingar biðlaraforritsins
-    destroy:
-      flash: Eyðilagði skráningu biðlaraforritsins
   oauth2_applications:
     index:
       title: Forritin mín
@@ -2930,8 +2809,6 @@ is:
           tölvupóstföng
         contributor_terms_url: https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms
         contributor_terms: skilmálar vegna framlags
-      tou: notkunarskilmálar
-      external auth: 'Auðkenning með þriðja aðila:'
       continue: Nýskrá
       terms accepted: Bestu þakkir fyrir að samþykkja nýju skilmálana vegna framlags
         þíns!
@@ -2962,14 +2839,12 @@ is:
       consider_pd: Til viðbótar við ofangreint samkomulag, lít ég svo á að framlög
         mín verði í almenningseigu (Public Domain)
       consider_pd_why: hvað þýðir þetta?
-      consider_pd_why_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain
       guidance_info_html: 'Upplýsingar sem hjálpa til við að skilja þessi hugtök:
         %{readable_summary_link} á mannamáli og nokkrar %{informal_translations_link}'
       readable_summary: læsilegt yfirlit
       informal_translations: óformlegar þýðingar
       continue: Halda áfram
       declined: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
-      decline: Hafna
       you need to accept or decline: Endilega lestu og samþykktu eða hafnaðu nýju
         skilmálunum vegna framlags þíns, áður en þú heldur áfram.
       legale_select: 'Búseta (land):'
@@ -3058,8 +2933,6 @@ is:
       summary_no_ip_html: '%{name} útbúinn þann %{date}'
       empty: Engir samsvarandi notendur fundust
     page:
-      older: Eldri notendur
-      newer: Nýrri notendur
       found_users:
         one: '%{count} notandi fannst'
         other: '%{count} notendur fundust'
@@ -3096,19 +2969,9 @@ is:
       doesnt_have_role: Notandinn er ekki með „%{role}“ leyfi.
       not_revoke_admin_current_user: Get ekki svift þennan notanda möppudýrsréttindum.
     grant:
-      title: Staðfestu leyfisveitingu
-      heading: Staðfestu leyfisveitingu
       are_you_sure: Staðfestu að þú viljir veita notandanum „%{name}“ leyfið „%{role}“
-      confirm: Staðfesta
-      fail: Gat ekki veitt „%{name}“ leyfið „%{role}“. Staðfestu að notandinn og leyfið
-        séu bæði gild.
     revoke:
-      title: Staðfestu leyfissviftingu
-      heading: Staðfestu leyfissviftingu
       are_you_sure: Staðfestu að þú viljir svifta notandann „%{name}“ leyfinu „%{role}“
-      confirm: Staðfesta
-      fail: Gat ekki svift „%{name}“ leyfinu „%{role}“. Staðfestu að notandinn og
-        leyfið séu bæði gild.
   user_blocks:
     model:
       non_moderator_update: Þú verður að vera stjórnandi til að búa til eða breyta
@@ -3125,6 +2988,7 @@ is:
       title: Breyti banni gegn %{name}
       heading_html: Breyti banni gegn %{name}
       period: Hversu lengi á að banna notandann frá því að nota forritunarviðmótið?
+      revoke: Afturkalla útilokun
     filter:
       block_period: Banntíminn verður að vera í forstillingunum.
     create:
@@ -3138,15 +3002,6 @@ is:
       title: Bönn
       heading: Listi yfir bönn
       empty: Enginn hefur verið bannaður enn.
-    revoke:
-      title: Eyði banni á %{block_on}
-      heading_html: Eyði banni á %{block_on} eftir %{block_by}
-      time_future_html: Bannið endar eftir %{time}.
-      past_html: Bannið endaði fyrir %{time} síðan og er ekki hægt að afturkalla það
-        núna.
-      confirm: Staðfestu að þú viljir eyða þessu banni.
-      revoke: Eyða banninu
-      flash: Banninu var eytt.
     revoke_all:
       title: Eyði öllum bönnum á %{block_on}
       heading_html: Eyði öllum bönnum á %{block_on}
@@ -3193,26 +3048,19 @@ is:
       created: 'Búið til:'
       duration: 'Tímalengd:'
       status: 'Staða:'
-      show: Sýna
       edit: Breyta
-      revoke: Eyða banninu
-      confirm: Ertu viss?
       reason: 'Ástæða banns:'
       revoker: 'Eytt af:'
-      needs_view: Notandinn þarf að innskrá sig áður en bannið fellur úr gildi.
     block:
       not_revoked: (ekki eytt)
       show: Sýna
       edit: Breyta
-      revoke: Eyða banninu
-    blocks:
+    page:
       display_name: Bann gegn
       creator_name: Búið til af
       reason: Ástæða banns
       status: Staða
       revoker_name: Eytt af
-      older: Eldri bönn
-      newer: Nýrri bönn
     navigation:
       all_blocks: Öll bönn
       blocks_on_me: Bönn gegn mér
@@ -3304,6 +3152,8 @@ is:
         kortið; því ættirðu ekki að setja inn neinar persónulegar upplýsingar, eða
         upplýsingar úr höfundarvörðu efni.
       add: Bæta við minnispunkti
+    notes_paging_nav:
+      showing_page: Síða %{page}
   javascripts:
     close: Loka
     share:
index 941f79c99d358e56cb913911caa1b84fd17e148b..51c2bfc4b6a7671ca581be15009f993275adb9ad 100644 (file)
@@ -15,7 +15,9 @@
 # Author: Davio
 # Author: Devid Farinelli
 # Author: Dieterdreist
+# Author: Dream Indigo
 # Author: Efred
+# Author: Egidio24
 # Author: Einreiher
 # Author: Federico Mugnaini
 # Author: Frammm
@@ -52,6 +54,7 @@
 # Author: Ricordisamoa
 # Author: Rippitippi
 # Author: Ruila
+# Author: Ruthven
 # Author: Selven
 # Author: Shirayuki
 # Author: Simone
@@ -98,8 +101,6 @@ it:
   activerecord:
     errors:
       messages:
-        invalid_email_address: non sembra essere un indirizzo e-mail valido
-        email_address_not_routable: non è instradabile
         display_name_is_user_n: non puoi essere user_n a meno che n non sia il tuo
           ID utente
       models:
@@ -179,7 +180,7 @@ it:
         longitude: Longitudine
         public: Pubblico
         description: Descrizione
-        gpx_file: Carica file GPX
+        gpx_file: Scegli il file di traccia GPS
         visibility: Visibilità
         tagstring: Etichette
       message:
@@ -358,7 +359,7 @@ it:
           accettare le nuove regole per contribuire.
         agreed_with_pd: Hai anche dichiarato di considerare le tue modifiche come
           fossero di pubblico dominio.
-        link: https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms/IT
+        link: https://osmfoundation.org/wiki/Licence/Contributor_Terms/IT
         link text: che cos'è questo?
       save changes button: Salva modifiche
       delete_account: Elimina account...
@@ -443,7 +444,7 @@ it:
         note: nota
     timeout:
       title: Errore di timeout
-      sorry: Ci rincresce, il reperimento di dati per %{type} con id %{id} ha richiesto
+      sorry: Spiacenti, il recupero dei dati per %{type} con ID %{id} ha richiesto
         troppo tempo.
       type:
         node: nodo
@@ -481,30 +482,51 @@ it:
       introduction: Clicca sulla cartina per disponibilità nei pressi.
       nearby: Disponibilità nei pressi
       enclosing: Elementi inglobanti
+  nodes:
+    timeout:
+      sorry: Siamo spiacenti, il recupero dei dati per il nodo con ID %{id} ha richiesto
+        troppo tempo.
   old_nodes:
     not_found:
       sorry: 'Impossibile trovare il nodo #%{id} alla versione %{version}.'
+    timeout:
+      sorry: Spiacenti, il recupero della cronologia del nodo con ID %{id} ha richiesto
+        troppo tempo.
+  ways:
+    timeout:
+      sorry: Siamo spiacenti, il recupero dei dati con ID %{id} ha richiesto troppo
+        tempo.
   old_ways:
     not_found:
       sorry: 'Impossibile trovare il percorso #%{id} alla versione %{version}.'
+    timeout:
+      sorry: Spiacenti, il recupero della cronologia del percorso con l'ID %{id} ha
+        richiesto troppo tempo.
+  relations:
+    timeout:
+      sorry: Spiacenti, il recupero dei dati per la relazione con l'ID %{id} ha richiesto
+        troppo tempo.
   old_relations:
     not_found:
       sorry: 'Impossibile trovare la relazione #%{id} alla versione %{version}.'
+    timeout:
+      sorry: Spiacenti, il recupero della cronologia della relazione con l'ID %{id}
+        ha richiesto troppo tempo.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Nuovo commento al gruppo di modifiche #%{changeset_id} di %{author}'
+        commented_at_by_html: Aggiornato %{when} da %{user}
+      show:
+        title_all: Discussione sul gruppo di modifiche OpenStreetMap
+        title_particular: 'Discussione sul gruppo di modifiche OpenStreetMap #%{changeset_id}'
+      timeout:
+        sorry: Spiacenti, l'elenco richiesto di commenti al changeset ha impiegato
+          troppo tempo per poter essere recuperato.
   changesets:
-    changeset_paging_nav:
-      showing_page: Pagina %{page}
-      next: Successivo »
-      previous: « Precedente
     changeset:
-      anonymous: Anonimo
       no_edits: (nessuna modifica)
       view_changeset_details: Visualizza i dettagli del gruppo di modifiche
-    changesets:
-      id: ID
-      saved_at: Salvato il
-      user: Utente
-      comment: Commenta
-      area: Area
     index:
       title: Gruppi di modifiche
       title_user: Gruppi di modifiche di %{user}
@@ -513,10 +535,10 @@ it:
       title_nearby: Gruppi di modifiche da parte di utenti nelle vicinanze
       empty: Nessun gruppo di modifiche trovato.
       empty_area: Nessun gruppo di modifiche in quest'area.
-      empty_user: Nessun gruppo di modifiche da questutente.
+      empty_user: Nessun gruppo di modifiche da quest'utente.
       no_more: Nessun altro gruppo di modifiche trovato.
       no_more_area: Nessun altro gruppo di modifiche in quest'area.
-      no_more_user: Nessun altro gruppo di modifiche da questutente.
+      no_more_user: Nessun altro gruppo di modifiche da quest'utente.
       load_more: Caricane ancora
       feed:
         title: Gruppo di modifiche %{id}
@@ -534,7 +556,6 @@ it:
       title: Gruppo di modifiche %{id}
       created_by_html: Creato da %{link_user} il %{created}.
     no_such_entry:
-      title: Gruppo di modifiche non trovato
       heading: 'Nessuna voce con l''ID: %{id}'
       body: Non esiste alcun gruppo di modifiche con l’ID %{id}. Controlla la digitazione
         o che il collegamento sul quale hai cliccato non sia errato.
@@ -569,18 +590,6 @@ it:
     timeout:
       sorry: Spiacenti, l'elenco dei gruppi di modifiche che hai richiesto ha impiegato
         troppo tempo per poter essere recuperato.
-  changeset_comments:
-    comment:
-      comment: 'Nuovo commento al gruppo di modifiche #%{changeset_id} di %{author}'
-      commented_at_by_html: Aggiornato %{when} da %{user}
-    comments:
-      comment: 'Nuovo commento al gruppo di modifiche #%{changeset_id} di %{author}'
-    index:
-      title_all: Discussione sul gruppo di modifiche OpenStreetMap
-      title_particular: 'Discussione sul gruppo di modifiche OpenStreetMap #%{changeset_id}'
-    timeout:
-      sorry: Spiacenti, l'elenco richiesto di commenti al changeset ha impiegato troppo
-        tempo per poter essere recuperato.
   dashboards:
     contact:
       km away: distante %{count} km
@@ -622,8 +631,6 @@ it:
       no_entries: Nessuna voce nel diario
     page:
       recent_entries: Voci del diario recenti
-      older_entries: Voci più vecchie
-      newer_entries: Voci più recenti
     edit:
       title: Modifica voce del diario
       marker_text: Luogo della voce del diario
@@ -664,8 +671,6 @@ it:
       report: Segnala questo commento
     location:
       location: 'Luogo:'
-      view: Visualizza
-      edit: Modifica
     feed:
       user:
         title: Voci del diario di OpenStreetMap per %{user}
@@ -692,8 +697,6 @@ it:
       post: Messaggio
       when: Quando
       comment: Commento
-      newer_comments: Commenti più recenti
-      older_comments: Commenti più vecchi
     new:
       heading: Aggiungere un commento alla discussione sulla seguente voce del diario?
   doorkeeper:
@@ -770,7 +773,6 @@ it:
   geocoder:
     search:
       title:
-        results_from_html: Risultati da %{results_link}
         latlon: Interno
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1546,10 +1548,6 @@ it:
         level9: Confine amministrativo 9º livello - Subcittadino, borgo
         level10: Confine amministrativo 10º livello - Subcittadino, quartiere
         level11: Confine di quartiere
-      types:
-        cities: Città
-        towns: Cittadine
-        places: Luoghi
     results:
       no_results: Nessun risultato trovato
       more_results: Altri risultati
@@ -1563,13 +1561,18 @@ it:
       not_updated: Non aggiornato
       search: Ricerca
       search_guidance: 'Ricerca problemi:'
+      states:
+        ignored: Ignorato
+        open: Aperto
+        resolved: Risolto
+    page:
       user_not_found: L'utente non esiste
       issues_not_found: Nessun problema trovato
+      reported_user: Utente segnalato
       status: Stato
       reports: Segnalazioni
       last_updated: Ultima modifica
       last_updated_time_ago_user_html: '%{time_ago} da %{user}'
-      link_to_reports: Visualizza segnalazioni
       reports_count:
         one: '%{count} segnalazione'
         other: '%{count} segnalazioni'
@@ -1593,8 +1596,8 @@ it:
       reports_of_this_issue: Segnalazioni di questo problema
       read_reports: Leggi segnalazioni
       new_reports: Nuove segnalazioni
-      other_issues_against_this_user: Altri problemi riguardanti questutente
-      no_other_issues: Nessun altro problema riguardante questutente.
+      other_issues_against_this_user: Altri problemi riguardanti quest'utente
+      no_other_issues: Nessun altro problema riguardante quest'utente.
       comments_on_this_issue: Commenti a questo problema
     resolve:
       resolved: Lo stato del problema è stato impostato su ‘Risolto’
@@ -1639,10 +1642,10 @@ it:
           threat_label: Questo commento al diario contiene minacce
           other_label: Altro
         user:
-          spam_label: Il profilo di questutente è/contiene spam
-          offensive_label: Il profilo di questutente è osceno/offensivo
-          threat_label: Il profilo di questutente contiene minacce
-          vandal_label: Questutente è un vandalo
+          spam_label: Il profilo di quest'utente è/contiene spam
+          offensive_label: Il profilo di quest'utente è osceno/offensivo
+          threat_label: Il profilo di quest'utente contiene minacce
+          vandal_label: Quest'utente è un vandalo
           other_label: Altro
         note:
           spam_label: Questa nota è spam
@@ -1664,18 +1667,12 @@ it:
     history: Cronologia
     export: Esporta
     issues: Problemi
-    data: Dati
-    export_data: Esporta dati
     gps_traces: Tracciati GPS
-    gps_traces_tooltip: Gestisci i tracciati GPS
     user_diaries: Diari degli utenti
-    user_diaries_tooltip: Visualizza diari utente
     edit_with: Modifica con %{editor}
-    tag_line: La wiki-mappa libera del mondo
     intro_header: Benvenuti in OpenStreetMap!
     intro_text: OpenStreetMap è una mappa del mondo, creata da persone come te e libera
       da utilizzare secondo una licenza aperta.
-    intro_2_create_account: Crea un account utente
     hosting_partners_2024_html: L'hosting è supportato da %{fastly}, %{corpmembers}
       e da altri %{partners}.
     partners_fastly: Fastly
@@ -1687,17 +1684,10 @@ it:
     osm_read_only: Il database di OpenStreetMap è al momento in modalità sola-lettura
       per permettere lo svolgimento di alcuni lavori essenziali su di esso.
     nothing_to_preview: Niente da visualizzare in anteprima.
-    donate: Supporta OpenStreetMap %{link} al fondo destinato all'aggiornamento dell'hardware.
     help: Aiuto
     about: Informazioni
     copyright: Copyright
     communities: Comunità
-    community: Comunità
-    community_blogs: Blog della comunità
-    community_blogs_title: Blog dei membri della comunità OpenStreetMap
-    make_a_donation:
-      title: Aiuta OpenStreetMap con una donazione in denaro
-      text: Fai una donazione
     learn_more: Ulteriori informazioni
     more: Altro
   user_mailer:
@@ -1735,17 +1725,21 @@ it:
       befriend_them: Puoi anche aggiungerli come amici in %{befriendurl}.
       befriend_them_html: Puoi anche aggiungerli come amici in %{befriendurl}.
     gpx_description:
-      description_with_tags: 'Sembra che il tuo file GPX %{trace_name} con la descrizione
+      description_with_tags: 'Sembra che il tuo file %{trace_name} con la descrizione
+        %{trace_description} e le seguenti etichette: %{tags}'
+      description_with_tags_html: 'Sembra che il tuo file %{trace_name} con la descrizione
         %{trace_description} e le seguenti etichette: %{tags}'
-      description_with_tags_html: 'Sembra che il tuo file GPX %{trace_name} con la
-        descrizione %{trace_description} e le seguenti etichette: %{tags}'
-      description_with_no_tags: Sembra che il tuo file GPX %{trace_name} con la descrizione
+      description_with_no_tags: Sembra che il tuo file %{trace_name} con la descrizione
+        %{trace_description} e senza etichette
+      description_with_no_tags_html: Sembra che il tuo file %{trace_name} con la descrizione
         %{trace_description} e senza etichette
-      description_with_no_tags_html: Sembra che il tuo file GPX %{trace_name} con
-        la descrizione %{trace_description} e senza etichette
     gpx_failure:
       hi: Ciao %{to_user},
-      failed_to_import: 'fallito nell''importazione. Questo è l''errore:'
+      failed_to_import: 'non è riuscito a essere importato come file di traccia GPS.
+        Verifica che il tuo file sia un file GPX valido o un archivio contenente file
+        GPX nel formato supportato (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2).
+        Potrebbe esserci un problema di formato o sintassi con il tuo file? Ecco l''errore
+        di importazione:'
       more_info: Per ulteriori informazioni sugli errori di importazione GPX e su
         come evitarli, consulta %{url}.
       more_info_html: Troverai maggiori informazioni sul fallimento dell'importazione
@@ -1783,9 +1777,9 @@ it:
     lost_password:
       subject: '[OpenStreetMap] Richiesta nuova password'
       greeting: Ciao,
-      hopefully_you: Qualcuno (probabilmente tu stesso) ha chiesto di resettare la
-        password del profilo utente di openstreetmap.org associato a questo indirizzo
-        di posta elettronica.
+      hopefully_you: Qualcuno (probabilmente tu) ha chiesto di resettare la password
+        del profilo utente di openstreetmap.org associato a questo indirizzo di posta
+        elettronica.
       click_the_link: Se sei tu, per favore clicca sul link sotto per resettare la
         password
     note_comment_notification:
@@ -1830,7 +1824,6 @@ it:
     changeset_comment_notification:
       description: 'Gruppo di modifiche OpenStreetMap #%{id}'
       hi: Ciao %{to_user},
-      greeting: Ciao,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} ha commentato uno dei tuoi changeset'
         subject_other: '[OpenStreetMap] %{commenter} ha commentato su uno dei changeset
@@ -1905,7 +1898,6 @@ it:
     message_summary:
       unread_button: Segna come non letto
       read_button: Segna come già letto
-      reply_button: Rispondi
       destroy_button: Cancella
       unmute_button: Sposta nella Posta in arrivo
     new:
@@ -1922,7 +1914,6 @@ it:
       body: Siamo spiacenti, non ci sono messaggi con l'id indicato.
     outbox:
       title: Posta in uscita
-      actions: Azioni
       messages:
         one: Hai %{count} messaggio inviato
         other: Hai %{count} messaggi inviati
@@ -2023,7 +2014,6 @@ it:
       failure: Impossibile aggiornare il profilo.
   sessions:
     new:
-      title: Entra
       tab_title: Entra
       login_to_authorize_html: Accedi a OpenStreetMap per accedere a %{client_app_name}.
       email or username: Indirizzo e-mail o nome utente
@@ -2031,7 +2021,6 @@ it:
       remember: Ricordati di me
       lost password link: Persa la password?
       login_button: Entra
-      register now: Registrati ora
       with external: o accedi tramite terze parti
       or: o
       auth failure: Spiacenti, non si può accedere con questi dettagli.
@@ -2064,9 +2053,27 @@ it:
       edit: Modifica
       preview: Anteprima
       help: Aiuto
+    pagination:
+      diary_comments:
+        older: Commenti più vecchi
+        newer: Commenti più recenti
+      diary_entries:
+        older: Voci più vecchie
+        newer: Voci più recenti
+      issues:
+        older: Problemi più vecchi
+        newer: Problemi più recenti
+      traces:
+        older: Tracce più vecchie
+        newer: Tracce più recenti
+      user_blocks:
+        older: Blocchi più vecchi
+        newer: Blocchi più recenti
+      users:
+        older: Utenti più vecchi
+        newer: Utenti più recenti
   site:
     about:
-      next: Successivo
       heading_html: '%{copyright}OpenStreetMap %{br} contributori'
       used_by_html: '%{name} fornisce dati geografici per migliaia di siti web, applicazioni
         mobili e dispositivi hardware'
@@ -2177,7 +2184,7 @@ it:
           cartografiche nazionali o di altra fonte, tra cui:'
         contributors_at_credit_html: |-
           %{austria}: Contiene dati da %{stadt_wien_link} (rilasciati con licenza %{cc_by_link}), %{land_vorarlberg_link}
-          e Land del Tirolo (rilasciati con licenza %{cc_by_at_with_amendments_link}).
+          e Land del Tirolo (pubblicati con licenza %{cc_by_at_with_amendments_link}).
         contributors_at_austria: Austria
         contributors_at_stadt_wien: Città di Vienna
         contributors_at_cc_by: CC BY
@@ -2293,13 +2300,11 @@ it:
       user_page_link: pagina utente
       anon_edits_link_text: Leggi il perché.
       id_not_configured: iD non è stato configurato
-      no_iframe_support: Il proprio browser non supporta gli iframe HTML, necessari
-        per questa funzionalità.
     export:
       title: Esporta
       manually_select: Seleziona manualmente un'area differente
       licence: Licenza
-      licence_details_html: I dati OpenStreetMap sono rilasciati con licenza %{odbl_link}
+      licence_details_html: I dati OpenStreetMap sono pubblicati con licenza %{odbl_link}
         (ODbL).
       odbl: Licenza della base di dati aperti Open Data Commons (ODbL)
       too_large:
@@ -2395,12 +2400,11 @@ it:
         della mappatura in collaborazione con gli altri. %{help_link}. Sei una organizzazione
         con dei piani riguardanti OpenStreetMap? %{welcome_mat_link}.
       get_help_here: Ottieni assistenza qui
+      welcome_mat: Dai un'occhiata al Welcome Mat
     sidebar:
       search_results: Risultati della ricerca
-      close: Chiudi
     search:
       search: Cerca
-      get_directions: Ottieni indicazioni
       get_directions_title: Trova indicazioni tra due punti
       from: Da
       to: A
@@ -2454,6 +2458,7 @@ it:
           golf: Campo da golf
           park: Parco
           common: Area comune
+          built_up: Area edificata
           resident: Zona residenziale
           retail: Zona con negozi
           industrial: Zona industriale
@@ -2480,6 +2485,9 @@ it:
           hospital: Ospedale
           building: Edificio significativo
           station: Stazione ferroviaria
+          railway_halt: Fermata ferroviaria
+          subway_station: Stazione della metropolitana
+          tram_stop: Fermata del tram
           summit: Vetta
           peak: Picco montuoso
           tunnel: Linea tratteggiata = tunnel
@@ -2488,7 +2496,6 @@ it:
           destination: Servitù di passaggio
           construction: Strade in costruzione
           bus_stop: Fermata dell'autobus
-          stop: Fermata
           bicycle_shop: Negozio di biciclette
           bicycle_rental: Noleggio biciclette
           bicycle_parking: Parcheggio per biciclette
@@ -2610,8 +2617,6 @@ it:
       visibility_help: che cosa significa questo?
     update:
       updated: Traccia aggiornata
-    trace_optionals:
-      tags: Etichette
     show:
       title: Visualizzazione tracciato %{name}
       heading: Visualizzazione del tracciato %{name}
@@ -2664,13 +2669,8 @@ it:
       my_traces: I miei tracciati
       traces_from: Tracciati pubblici di %{user}
       remove_tag_filter: Rimuovi filtro delle etichette
-    page:
-      older: Tracce più vecchie
-      newer: Tracce più recenti
     destroy:
       scheduled_for_deletion: Tracciato in attesa di essere eliminato
-    make_public:
-      made_public: Tracciato reso pubblico
     offline_warning:
       message: Il caricamento dei file GPX non è al momento disponibile
     offline:
@@ -2685,14 +2685,10 @@ it:
         other: File GPX con %{count} punti da %{user}
       description_without_count: File GPX da %{user}
   application:
-    basic_auth_disabled: 'L''autenticazione di base HTTP è disabilitata: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 e 1.0a sono disabilitati: %{link}'
     permission_denied: Non disponi dei permessi necessari per eseguire questa azione
     require_cookies:
       cookies_needed: Pare che tu abbia i cookie non abilitati - abilita i cookie
         nel tuo browser prima di continuare.
-    require_admin:
-      not_an_admin: Per effettuare quell’azione devi essere un amministratore.
     setup_user_auth:
       blocked_zero_hour: Hai un messaggio urgente sul sito di OpenStreetMap. Per poter
         salvare le tue modifiche devi prima leggere quel messaggio.
@@ -2703,7 +2699,6 @@ it:
         Non c'è bisogno che tu aderisca, però è necessario che tu li legga.
     settings_menu:
       account_settings: Impostazioni account
-      oauth1_settings: Impostazioni OAuth
       oauth2_applications: Applicazioni OAuth 2
       oauth2_authorizations: Autorizzazioni OAuth 2
       muted_users: Utenti silenziati
@@ -2729,30 +2724,6 @@ it:
         title: Accedi con Wikipedia
         alt: Logo di Wikipedia
   oauth:
-    authorize:
-      title: Autorizzare l'accesso al tuo account
-      request_access_html: L'applicazione %{app_name} sta richiedendo l'accesso al
-        tuo profilo, %{user}. Si prega di verificare se si desidera che l'applicazione
-        abbia le seguenti capacità. È possibile scegliere a piacere.
-      allow_to: 'Consenti all''applicazione client di:'
-      allow_read_prefs: leggere le tue preferenze.
-      allow_write_prefs: modificare le tue preferenze utente.
-      allow_write_diary: creare pagine di diario, commenti e stringere amicizie.
-      allow_write_api: modificare la mappa.
-      allow_read_gpx: leggere i tuoi tracciati GPS privati.
-      allow_write_gpx: caricare tracciati GPS.
-      allow_write_notes: modificare le note.
-      grant_access: Concedi l'accesso
-    authorize_success:
-      title: Richiesta di autorizzazione consentita
-      allowed_html: Hai consentito l'accesso all'applicazione %{app_name} al tuo account.
-      verification: Il codice di verifica è %{code}.
-    authorize_failure:
-      title: Richiesta di autorizzazione non riuscita
-      denied: Hai negato l'accesso all'applicazione %{app_name} al tuo account.
-      invalid: Il token di autorizzazione non è valido.
-    revoke:
-      flash: Hai revocato il token per %{application}
     permissions:
       missing: Non hai autorizzato l'applicazione ad accedere a questa funzione
     scopes:
@@ -2771,48 +2742,6 @@ it:
       skip_authorization: Approvazione automatica applicazione
     for_roles:
       moderator: Questa autorizzazione è per le azioni disponibili solo ai moderatori
-  oauth_clients:
-    new:
-      title: Registra una nuova applicazione
-      disabled: La registrazione delle applicazioni OAuth 1 è stata disabilitata
-    edit:
-      title: Modifica la tua applicazione
-    show:
-      title: Dettagli OAuth per %{app_name}
-      key: 'Chiave del consumatore:'
-      secret: 'Codice segreto dell''utilizzatore:'
-      url: 'URL del token di richiesta:'
-      access_url: 'URL del token di accesso:'
-      authorize_url: 'Autorizza URL:'
-      support_notice: Supportiamo HMAC-SHA1 (consigliato) e firme RSA-SHA1.
-      edit: Modifica dettagli
-      delete: Eliminare Client
-      confirm: Sei sicuro?
-      requests: 'Richieste le seguenti autorizzazioni da parte dell''utente:'
-    index:
-      title: I miei dettagli OAuth
-      my_tokens: Le mie applicazioni autorizzate
-      list_tokens: 'I seguenti token sono stati rilasciati a tuo nome per applicazioni:'
-      application: Nome dell'Applicazione
-      issued_at: Rilasciato il
-      revoke: Revoca!
-      my_apps: Le mie applicazioni client
-      no_apps_html: Hai un applicazione che desideri registrare per l'utilizzo con
-        noi usando lo standard %{oauth}? Devi registrare la tua applicazione web,
-        prima di poter effettuare richieste OAuth a questo servizio.
-      oauth: OAuth
-      registered_apps: 'Hai le seguenti applicazioni client registrate:'
-      register_new: Registra la tua applicazione
-    form:
-      requests: 'Richiedi le seguenti autorizzazioni da parte dell''utente:'
-    not_found:
-      sorry: Siamo dolenti, quel %{type} non è stato trovato.
-    create:
-      flash: Informazione registrata con successo
-    update:
-      flash: Aggiornate con successo le informazioni sul client
-    destroy:
-      flash: Distrutta la registrazione dell'applicazione client
   oauth2_applications:
     index:
       title: Le mie applicazioni client
@@ -2891,8 +2820,6 @@ it:
         privacy_policy_title: Informativa sulla privacy di OSM Foundation compresa
           la sezione sugli indirizzi e-mail
         contributor_terms: regole per contribuire
-      tou: condizioni d'uso
-      external auth: 'Autenticazione tramite terze parti:'
       continue: Registrati
       terms accepted: Grazie di aver accettato le nuove regole per contribuire!
       email_help:
@@ -2927,7 +2854,7 @@ it:
       readable_summary: riassunto leggibile da un essere umano
       informal_translations: traduzioni informali
       continue: Continua
-      decline: Non accetto
+      cancel: Annulla
       you need to accept or decline: Si prega di leggere e poi accettare o rifiutare
         i nuovi termini di contribuzione per continuare.
       legale_select: 'Seleziona il tuo Paese di residenza:'
@@ -2958,8 +2885,8 @@ it:
       my_dashboard: La mia dashboard
       blocks on me: Blocchi su di me
       blocks by me: Blocchi applicati da me
-      create_mute: Silenzia questutente
-      destroy_mute: Non silenziare più questutente
+      create_mute: Silenzia quest'utente
+      destroy_mute: Non silenziare più quest'utente
       edit_profile: Modifica profilo
       send message: Invia messaggio
       diary: Diario
@@ -2980,9 +2907,9 @@ it:
       status: 'Stato:'
       spam score: 'Punteggio Spam:'
       role:
-        administrator: Questutente è un amministratore
-        moderator: Questutente è un moderatore
-        importer: Questutente è un importatore
+        administrator: Quest'utente è un amministratore
+        moderator: Quest'utente è un moderatore
+        importer: Quest'utente è un importatore
         grant:
           administrator: Assegna l'accesso come amministratore
           moderator: Assegna l'accesso come moderatore
@@ -2995,16 +2922,16 @@ it:
       moderator_history: Blocchi applicati
       revoke_all_blocks: Revoca tutti i blocchi
       comments: Commenti
-      create_block: Blocca questutente
-      activate_user: Attiva questutente
-      confirm_user: Conferma questutente
-      unconfirm_user: Annulla la conferma di questo utente.
-      unsuspend_user: Annulla la sospensione di questo utente.
-      hide_user: Nascondi questutente
-      unhide_user: Mostra questutente
-      delete_user: Cancella questutente
+      create_block: Blocca quest'utente
+      activate_user: Attiva quest'utente
+      confirm_user: Conferma quest'utente
+      unconfirm_user: Annulla la conferma di quest'utente
+      unsuspend_user: Annulla la sospensione di quest'utente
+      hide_user: Nascondi quest'utente
+      unhide_user: Mostra quest'utente
+      delete_user: Cancella quest'utente
       confirm: Conferma
-      report: Segnala questutente
+      report: Segnala quest'utente
     go_public:
       flash success: Tutte le tue modifiche sono ora pubbliche, e hai il permesso
         di modificare.
@@ -3015,8 +2942,6 @@ it:
       summary_no_ip_html: '%{name} creato il %{date}'
       empty: Nessun utente corrispondente trovato
     page:
-      older: Utenti più vecchi
-      newer: Utenti più recenti
       found_users:
         one: '%{count} utente trovato'
         other: '%{count} utenti trovati'
@@ -3046,25 +2971,15 @@ it:
         impostazioni.
   user_role:
     filter:
-      not_a_role: La stringa `%{role}' non è un ruolo valido.
+      not_a_role: La stringa '%{role}' non è un ruolo valido.
       already_has_role: L'utente possiede già il ruolo %{role}.
       doesnt_have_role: L'utente non possiede il ruolo %{role}.
       not_revoke_admin_current_user: Impossibile rimuovere i privilegi di amministratore
         all'utente corrente.
     grant:
-      title: Conferma l'assegnazione del ruolo
-      heading: Conferma l'assegnazione del ruolo
-      are_you_sure: Si è sicuri di voler assegnare il ruolo `%{role}' all'utente `%{name}'?
-      confirm: Conferma
-      fail: Impossibile assegnare il ruolo `%{role}' all'utente `%{name}'. Si prega
-        di controllare che l'utente ed il ruolo siano entrambi validi.
+      are_you_sure: Sei sicuro di voler assegnare il ruolo '%{role}' all'utente '%{name}'?
     revoke:
-      title: Conferma la revoca del ruolo
-      heading: Conferma la revoca del ruolo
-      are_you_sure: Si è sicuri di voler revocare il ruolo `%{role}' dall'utente `%{name}'?
-      confirm: Conferma
-      fail: Impossibile revocare il ruolo `%{role}' dall'utente `%{name}'. Si prega
-        di controllare che utente e ruolo siano entrambi validi.
+      are_you_sure: Sei sicuro di voler revocare il ruolo '%{role}' all'utente '%{name}'?
   user_blocks:
     model:
       non_moderator_update: Devi essere un moderatore per creare o aggiornare un blocco.
@@ -3082,6 +2997,7 @@ it:
       heading_html: Modifica del blocco su %{name}
       period: Quanto a lungo, a partire da adesso, l'accesso alle API sarà bloccato
         per l'utente.
+      revoke: Revoca blocco
     filter:
       block_period: Il periodo di blocco deve essere uno dei valori selezionabili
         nella lista a tendina.
@@ -3089,6 +3005,8 @@ it:
       flash: È stato imposto un blocco sull'utente %{name}.
     update:
       only_creator_can_edit: Solo il moderatore che ha creato questo blocco può modificarlo.
+      only_creator_can_edit_without_revoking: Solo il moderatore che ha creato questo
+        blocco può modificarlo senza revocarlo.
       only_creator_or_revoker_can_edit: Solo i moderatori che hanno creato o revocato
         questo blocco possono modificarlo.
       inactive_block_cannot_be_reactivated: Questo blocco è inattivo e non può essere
@@ -3098,14 +3016,6 @@ it:
       title: Blocchi dell'utente
       heading: Lista dei blocchi dell'utente
       empty: Non è stato ancora applicato alcun blocco.
-    revoke:
-      title: Revoca del blocco su %{block_on}
-      heading_html: Revoca del blocco su %{block_on} imposto da %{block_by}
-      time_future_html: Questo blocco terminerà fra %{time}.
-      past_html: Questo blocco è terminato %{time} e non può essere revocato ora.
-      confirm: Sei sicuro di voler revocare questo blocco?
-      revoke: Revoca!
-      flash: Questo blocco è stato revocato.
     revoke_all:
       title: Revoca tutti i blocchi su %{block_on}
       heading_html: Revoca tutti i blocchi su %{block_on}
@@ -3152,26 +3062,19 @@ it:
       created: 'Creato:'
       duration: 'Durata:'
       status: 'Stato:'
-      show: Mostra
       edit: Modifica
-      revoke: Revoca!
-      confirm: Sei sicuro?
       reason: 'Motivazione del blocco:'
       revoker: 'Revocatore:'
-      needs_view: L'utente deve collegarsi prima che questo blocco sia cancellato.
     block:
       not_revoked: (non revocato)
       show: Mostra
       edit: Modifica
-      revoke: Revoca!
-    blocks:
+    page:
       display_name: Utente bloccato
       creator_name: Autore
       reason: Motivo del blocco
       status: Stato
       revoker_name: Revocato da
-      older: Blocchi più vecchi
-      newer: Blocchi più recenti
     navigation:
       all_blocks: Tutti i blocchi
       blocks_on_me: Blocchi su di me
@@ -3179,6 +3082,7 @@ it:
       blocks_by_me: Blocchi applicati da me
       blocks_by_user: Blocchi imposti da %{user}
       block: 'Blocco #%{id}'
+      new_block: Nuovo blocco
   user_mutes:
     index:
       title: Utenti silenziati
@@ -3217,6 +3121,11 @@ it:
       description: Descrizione
       created_at: Creata il
       last_changed: Modificata per l'ultima volta
+      apply: Applica
+      all: Tutto
+      open: Aperto
+      closed: Chiuso
+      status: Stato
     show:
       title: 'Nota: %{id}'
       description: Descrizione
@@ -3235,6 +3144,9 @@ it:
       report: segnalare questa nota
       anonymous_warning: Questa nota include commenti da parte di utenti anonimi che
         devono essere verificati in modo indipendente.
+      discussion: Discussione
+      subscribe: Iscriviti
+      unsubscribe: Annulla iscrizione
       hide: Nascondi
       resolve: Risolta
       reactivate: Riattiva
@@ -3260,6 +3172,10 @@ it:
         mappa, pertanto non inserire informazioni personali e neppure dati provenienti
         da mappe protette da copyright oppure elenchi.
       add: Aggiungi la nota
+    notes_paging_nav:
+      showing_page: Pagina %{page}
+      next: Successivo
+      previous: Precedente
   javascripts:
     close: Chiudi
     share:
@@ -3454,6 +3370,7 @@ it:
       empty: Nessuna revisione disponibile.
       heading: Elenco di revisioni
       title: Elenco di revisioni
+      new: Nuova redazione
     new:
       heading: Inserire informazioni per una nuova revisione
       title: Crea nuova revisione
index e551f8704621f83f3f6abf1f789274137d217a56..7ee065dfeed4fff5f069a59430664ab79340b61a 100644 (file)
@@ -5,7 +5,6 @@
 # Author: Aefgh39622
 # Author: Afaz
 # Author: Ajeje Brazorf
-# Author: Amire80
 # Author: Aphaia
 # Author: Atysn
 # Author: Chqaz
@@ -41,6 +40,7 @@
 # Author: Oinary
 # Author: Omotecho
 # Author: Otokoume
+# Author: PoCoSoFo
 # Author: RYOUMA1117
 # Author: Ruila
 # Author: Rxy
@@ -104,8 +104,6 @@ ja:
   activerecord:
     errors:
       messages:
-        invalid_email_address: 有効なメールアドレスではないようです
-        email_address_not_routable: ルート作成できません
         display_name_is_user_n: n がユーザIDでない限り、 user_n にすることはできません。
       models:
         user_mute:
@@ -184,7 +182,7 @@ ja:
         longitude: 経度
         public: 公開
         description: 説明
-        gpx_file: ' GPX ファイルをアップロード'
+        gpx_file: GPSトレースファイルを選択
         visibility: 可視性
         tagstring: タグ
       message:
@@ -328,7 +326,7 @@ ja:
       contributor terms:
         heading: 協力者規約
         agreed: あなたは、新しい協力者規約を承諾しています。
-        not yet agreed: あなたは、まだ新しい投稿規約を承諾していません。
+        not yet agreed: あなたは、新しい協力者規約をまだ承諾していません。
         review link text: ご都合の良い時にこのリンクをクリックして新しい協力者規約を確認の上、承諾してください。
         agreed_with_pd: また、あなたは、自分の編集結果がパブリックドメインにあるべきだと考えているということも宣言しています。
         link text: これは何ですか?
@@ -421,7 +419,7 @@ ja:
         way: ウェイ
         relation: リレーション
     start_rjs:
-      feature_warning: '%{num_features} 件の地物を読み込むことで、お使いのブラウザーが遅くなったり反応がなくなったりするおそれがあります。このデータを本当に表示しますか?'
+      feature_warning: '%{num_features}件の地物を読み込むことで、お使いのブラウザが遅くなったり反応がなくなったりするおそれがあります。このデータを本当に表示しますか?'
       load_data: データの読み込み
       loading: 読み込み中...
     tag_details:
@@ -440,30 +438,44 @@ ja:
       introduction: 地図上をクリックすると、近くの地物を探します。
       nearby: 近くの地物
       enclosing: 付近の地物
+  nodes:
+    timeout:
+      sorry: 申し訳ありませんが、ノードのデータ(id %{id})は、時間がかかりすぎたため取得できませんでした。
   old_nodes:
     not_found:
       sorry: 'ノード #%{id} のバージョン %{version} が見つかりませんでした。'
+    timeout:
+      sorry: 申し訳ありませんが、ID %{id} の履歴データは時間がかかりすぎたため取得できませんでした。
+  ways:
+    timeout:
+      sorry: 申し訳ありませんが、ウェイのデータ(id %{id})は時間がかかりすぎたため取得できませんでした。
   old_ways:
     not_found:
       sorry: 'ウェイ #%{id} のバージョン %{version} が見つかりませんでした。'
+    timeout:
+      sorry: 申し訳ありませんが、ウェイの履歴データ(id %{id})は時間がかかりすぎたため取得できませんでした。
+  relations:
+    timeout:
+      sorry: 申し訳ありませんが、リレーションのデータ(id %{id})は時間がかかりすぎたため取得できませんでした。
   old_relations:
     not_found:
       sorry: 'リレーション #%{id} のバージョン %{version} が見つかりませんでした。'
+    timeout:
+      sorry: 申し訳ありませんが、リレーションの履歴データ(id %{id})は時間がかかりすぎたため取得できませんでした。
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 変更セット#%{changeset_id}への%{author}による新しいコメント
+        commented_at_by_html: '%{when}に%{user}さんが更新'
+      show:
+        title_all: OpenStreetMap変更セットの議論
+        title_particular: OpenStreetMap変更セット#%{changeset_id}の議論
+      timeout:
+        sorry: 申し訳ありませんが、要求した変更セットのコメントの一覧は時間がかかりすぎたため取得できませんでした。
   changesets:
-    changeset_paging_nav:
-      showing_page: '%{page}ページ'
-      next: 次 »
-      previous: « 前
     changeset:
-      anonymous: 匿名
       no_edits: (編集がありません)
       view_changeset_details: 変更セットの詳細を閲覧
-    changesets:
-      id: ID
-      saved_at: 保存日時
-      user: 利用者
-      comment: コメント
-      area: 領域
     index:
       title: 変更セット
       title_user: '%{user} による変更セット'
@@ -493,7 +505,6 @@ ja:
       title: 変更セット %{id}
       created_by_html: ユーザ %{link_user} によって %{created} に作成されました。
     no_such_entry:
-      title: 対象の変更セットがありません
       heading: 'ID番号: %{id} のエントリはありません'
       body: 申し訳ありませんが、ID %{id} という変更セットはありません。入力した文字列が誤っているか、クリックしたリンクが間違っている可能性があります。
     show:
@@ -525,17 +536,6 @@ ja:
       relations_paginated: リレーション (%{x}-%{y} / %{count})
     timeout:
       sorry: 申し訳ありませんが、要求した変更セットの一覧は時間がかかりすぎたため取得できませんでした。
-  changeset_comments:
-    comment:
-      comment: 変更セット#%{changeset_id}への%{author}による新しいコメント
-      commented_at_by_html: '%{when}に%{user}さんが更新'
-    comments:
-      comment: 変更セット#%{changeset_id}への%{author}による新しいコメント
-    index:
-      title_all: OpenStreetMap変更セットの議論
-      title_particular: OpenStreetMap変更セット#%{changeset_id}の議論
-    timeout:
-      sorry: 申し訳ありませんが、要求した変更セットのコメントの一覧は時間がかかりすぎたため取得できませんでした。
   dashboards:
     contact:
       km away: 距離 %{count} km
@@ -575,8 +575,6 @@ ja:
       no_entries: 日記エントリはありません
     page:
       recent_entries: 最近の日記エントリ
-      older_entries: 以前のエントリ
-      newer_entries: 以降のエントリ
     edit:
       title: 日記の編集
       marker_text: 日記のロケーション
@@ -614,8 +612,6 @@ ja:
       report: このコメントを報告
     location:
       location: '位置:'
-      view: 表示
-      edit: 編集
     feed:
       user:
         title: '%{user} さんの OpenStreetMap 日記エントリ'
@@ -642,8 +638,6 @@ ja:
       post: 投稿
       when: 日時
       comment: コメント
-      newer_comments: 新しいコメント
-      older_comments: 古いコメント
     new:
       heading: この日記エントリの議論にコメントを追加しますか?
   doorkeeper:
@@ -709,7 +703,6 @@ ja:
   geocoder:
     search:
       title:
-        results_from_html: '結果: %{results_link}'
         latlon: 内部
     search_osm_nominatim:
       prefix:
@@ -904,6 +897,7 @@ ja:
           shed: 小屋
           stable: 畜舎
           static_caravan: キャラバン
+          sty: 豚小屋
           temple: 寺院
           terrace: テラスハウス
           train_station: 駅舎
@@ -1298,7 +1292,7 @@ ja:
           rail: 線路
           spur: 支線
           station: 鉄道駅
-          stop: 鉄道
+          stop: 鉄道停止位置
           subway: 地下鉄
           subway_entrance: 地下鉄駅入口
           switch: 鉄道の分岐器
@@ -1311,7 +1305,7 @@ ja:
           alcohol: 酒屋
           antiques: 骨董品
           appliance: 電器店
-          art: アート ショップ
+          art: アートショップ
           baby_goods: 赤ちゃん用品
           bag: 鞄屋
           bakery: パン屋
@@ -1378,7 +1372,7 @@ ja:
           jewelry: 宝石店
           kiosk: キオスク
           kitchen: キッチン用品店
-          laundry: ã\82¯ã\83ªã\83¼ã\83\8bã\83³ã\82°åº\97
+          laundry: ã\82³ã\82¤ã\83³ã\83©ã\83³ã\83\89ã\83ªã\83¼
           locksmith: 鍵屋
           lottery: 宝くじ
           mall: モール
@@ -1482,10 +1476,6 @@ ja:
         level9: 村境
         level10: 街区境
         level11: 町会の境界
-      types:
-        cities: 都市
-        towns: 町
-        places: 場所
     results:
       no_results: 該当するものはありません
       more_results: その他の結果
@@ -1495,17 +1485,22 @@ ja:
       select_status: 状態を選択
       select_type: タイプを選択
       select_last_updated_by: 最近の更新を選択
-      reported_user: 利用者を通報
+      reported_user: 通報された利用者
       not_updated: 更新はありません
       search: 検索
       search_guidance: '検索の問題点:'
+      states:
+        ignored: 無視
+        open: 開く
+        resolved: 解決済
+    page:
       user_not_found: 利用者が存在しません
       issues_not_found: このような問題はありません
+      reported_user: 通報された利用者
       status: 状態
       reports: 報告
       last_updated: 最近の更新
       last_updated_time_ago_user_html: '%{time_ago}, 実施ユーザ %{user}'
-      link_to_reports: レポートを表示
       reports_count:
         other: '%{count}件のレポート'
       reported_item: レポートした項目
@@ -1573,7 +1568,7 @@ ja:
           spam_label: この利用者プロフィールはスパムを含む/スパムである
           offensive_label: この利用者プロフィールは卑猥/違法である
           threat_label: この利用者プロフィールは脅迫を含む
-          vandal_label: この利用者は破壊者である
+          vandal_label: この利用者は荒らしである
           other_label: その他
         note:
           spam_label: この注記はスパムである
@@ -1595,17 +1590,11 @@ ja:
     history: 履歴
     export: エクスポート
     issues: 問題点
-    data: データ
-    export_data: データをエクスポート
     gps_traces: GPSトレース
-    gps_traces_tooltip: トレースの管理
     user_diaries: 利用者の日記
-    user_diaries_tooltip: 利用者の日記を閲覧する
     edit_with: '%{editor} で編集'
-    tag_line: 自由なウィキ世界地図
     intro_header: OpenStreetMap へようこそ!
     intro_text: OpenStreetMap は、あなたのような人々が作成した世界地図であり、オープン ライセンスの下で自由に利用できます。
-    intro_2_create_account: 新しい利用者アカウントを作成
     hosting_partners_2024_html: ホスティングは %{fastly} 、 %{corpmembers} 、そしてその他の %{partners}
       による支援をいただいています。
     partners_fastly: Fastly
@@ -1614,17 +1603,11 @@ ja:
     tou: 利用規約
     osm_offline: OpenStreetMap のデータベースはメンテナンスのため一時的に停止しています。
     osm_read_only: OpenStreetMap のデータベースは、メンテナンスのため一時的に読み取り専用モードになっています。
-    donate: ハードウェア アップグレード基金への%{link}で、OpenStreetMap を支援します
+    nothing_to_preview: プレビューするものはありません
     help: ヘルプ
     about: このサイトについて
     copyright: 著作権
     communities: コミュニティ
-    community: コミュニティ
-    community_blogs: コミュニティ ブログ
-    community_blogs_title: OpenStreetMap コミュニティのメンバーからのブログ
-    make_a_donation:
-      title: 金銭を寄贈して OpenStreetMap を支援
-      text: 寄付
     learn_more: 詳細
     more: その他
   user_mailer:
@@ -1654,20 +1637,28 @@ ja:
       befriend_them: '%{befriendurl} で友達になることができます。'
       befriend_them_html: '%{befriendurl} で友達になることができます。'
     gpx_description:
-      description_with_tags_html: その GPX ファイル%{trace_name}は解説が%{trace_description}で次のタグがついているようです:%{tags}
-      description_with_no_tags_html: その GPX ファイル%{trace_name}は解説が%{trace_description}ですが、タグがないようです
+      description_with_tags: その GPX ファイル%{trace_name}の解説は%{trace_description}で、次のタグがついているようです:%{tags}
+      description_with_tags_html: その GPX ファイル%{trace_name}の解説は%{trace_description}で、次のタグがついているようです:%{tags}
+      description_with_no_tags: その GPX ファイル%{trace_name}の解説は%{trace_description}ですが、タグがないようです
+      description_with_no_tags_html: その GPX ファイル%{trace_name}の解説は%{trace_description}ですが、タグがないようです
     gpx_failure:
       hi: こんにちは、%{to_user} さん。
-      failed_to_import: 'インポートするのに失敗しました。エラーはここです。:'
+      failed_to_import: 'GPS トレース ファイルとしてインポートできませんでした。ファイルが有効な GPXファイル、または、GPX ファイルを含む圧縮ファイル(対応形式は.tar.gz,
+        .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2)であることを確認してください。ファイルの形式または構造に問題がある可能性があります。エラー内容は次の通りです:'
+      more_info: GPXインポートの失敗とその回避方法についての詳細は、%{url}に記載されています。
       more_info_html: GPXインポートの失敗とその回避方法についての詳細は、%{url}に記載されています。
-      subject: '[OpenStreetMap] GPX ã\81®ã\82¤ã\83³ã\83\9dã\83¼ã\83\88ã\81\8c失敗'
+      subject: '[OpenStreetMap] GPX ã\82¤ã\83³ã\83\9dã\83¼ã\83\88ã\81«失敗'
     gpx_success:
       hi: こんにちは、%{to_user} さん。
+      loaded:
+        other: 利用可能なポイント %{count} 個のうち、%{trace_points} 個の読み込みに成功しました。
+      trace_location: トレースは %{trace_url} で確認できます
+      all_your_traces: アップロードされたGPXトレースログは %{url} から参照できます。
       all_your_traces_html: アップロードが完了したGPXトレースログは %{url} から参照できます。
       subject: '[OpenStreetMap] GPX のインポートが成功'
     signup_confirm:
       subject: '[OpenStreetMap] OpenStreetMapへようこそ'
-      greeting: ã\82\84ã\81\82ã\80\81ç\9a\86ã\81\95ã\82\93!
+      greeting: ã\81\93ã\82\93ã\81«ã\81¡ã\81¯ã\80\81
       created: 誰か (おそらくあなた) が %{site_url} でアカウントを作成しました。
       confirm: 私たちが他に何かする前に、この要求があなたのものであることを確認する必要がありますので、その後であなたのアカウントを確認するために下のリンクをクリックしてください。
       welcome: アカウントを確認したあと、開始するための追加情報を提供します。
@@ -1711,7 +1702,6 @@ ja:
     changeset_comment_notification:
       description: 'OpenStreetMap 変更セット #%{id}'
       hi: こんにちは、%{to_user} さん。
-      greeting: こんにちは、
       commented:
         subject_own: '[OpenStreetMap] %{commenter} さんがあなたの変更セットにコメントしました'
         subject_other: '[OpenStreetMap] %{commenter}さんがあなたが関心を持っているメモにコメントしました'
@@ -1744,8 +1734,8 @@ ja:
       heading: メール アドレスの変更を確認
       press confirm button: 新しいメール アドレスを確認するために確認ボタンを押してください。
       button: 確認
-      success: メール アドレスが変更されたことを確認しました。
-      failure: このトークンは、メール アドレスの確認に使用済みです。
+      success: メールアドレスが変更されたことを確認しました。
+      failure: このトークンは、メールアドレスの確認に使用済みです。
       unknown_token: その確認コードは期限切れ、または存在しません。
     resend_success_flash:
       confirmation_sent: 新しい確認書を%{email}に送りましたので、アカウントを確認したらすぐにマッピングができるようになります。
@@ -1769,7 +1759,6 @@ ja:
     message_summary:
       unread_button: 未読にする
       read_button: 既読にする
-      reply_button: 返信
       destroy_button: 削除
       unmute_button: 受信箱へ移動
     new:
@@ -1785,7 +1774,6 @@ ja:
       body: 申し訳ありませんが、この ID のメッセージはありません。
     outbox:
       title: 送信箱
-      actions: 操作
       messages:
         other: '%{count} 件の送信済みメッセージがあります'
       no_sent_messages_html: 送信したメッセージはまだありません。%{people_mapping_nearby_link}とお近づきになってはいかがですか?
@@ -1823,7 +1811,7 @@ ja:
       heading: パスワードを忘れた場合はこちら
       email address: 'メールアドレス:'
       new password button: パスワードを再設定
-      help_text: 利用者登録に使用したメール アドレスを入力してください。そのアドレス宛に、パスワードを再設定するためのリンクをお送りします。
+      help_text: 利用者登録に使用したメールアドレスを入力してください。そのアドレス宛に、パスワードを再設定するためのリンクをお送りします。
     create:
       send_paranoid_instructions: メールアドレスが当サイトのデータベースに存在する場合、数分以内にあなたのメールアドレスにパスワード復元リンクが送信されます。
     edit:
@@ -1875,7 +1863,6 @@ ja:
       failure: プロファイルを更新できませんでした。
   sessions:
     new:
-      title: ログイン
       tab_title: ログイン
       login_to_authorize_html: '%{client_app_name} へのアクセスにはOpenStreetMapでのログインが必要です。'
       email or username: 'メールアドレスまたは利用者名:'
@@ -1883,7 +1870,6 @@ ja:
       remember: ログイン状態を保持
       lost password link: パスワードを忘れた場合はこちら
       login_button: ログイン
-      register now: 今すぐ登録
       with external: 'サードパーティのアカウントでもログインできます:'
       or: または
       auth failure: 申し訳ありませんが、入力された情報ではログインできませんでした。
@@ -1893,9 +1879,11 @@ ja:
       logout_button: ログアウト
     suspended_flash:
       suspended: 不審なアクティビティがあったため、アカウントが停止されました。
+      contact_support_html: この件について話し合うには、%{support_link} までご連絡ください。
       support: サポート
   shared:
     markdown_help:
+      heading_html: '%{kramdown_link} で解析'
       headings: 見出し
       heading: 見出し
       subheading: 小見出し
@@ -1908,12 +1896,33 @@ ja:
       image: 画像
       alt: 代替テキスト
       url: URL
+      codeblock: コードブロック
     richtext_field:
       edit: 編集
       preview: プレビュー
+      help: ヘルプ
+    pagination:
+      diary_comments:
+        older: 古いコメント
+        newer: 新しいコメント
+      diary_entries:
+        older: 以前のエントリ
+        newer: 以降のエントリ
+      issues:
+        older: 古い問題
+        newer: 新しい問題
+      traces:
+        older: 以前のトレース
+        newer: 以降のトレース
+      user_blocks:
+        older: 前のブロック
+        newer: 次のブロック
+      users:
+        older: 前のユーザー
+        newer: 次のユーザー
   site:
     about:
-      next: 次へ
+      heading_html: '%{copyright}OpenStreetMap %{br} 貢献者'
       used_by_html: '%{name} は数千ものウェブサイト、モバイル アプリ、ハードウェア機器に地図データを提供しています'
       lede_text: OpenStreetMapは、道路、通路、カフェ、鉄道駅など、世界中にあるすべてのものに関するデータを提供・メンテナンスしているマッパーのコミュニティによって構築されています。
       local_knowledge_title: 地元の情報
@@ -1935,7 +1944,10 @@ ja:
       legal_1_1_terms_of_use: 利用規約
       legal_1_1_aup: 利用規定
       legal_1_1_privacy_policy: プライバシー・ポリシー
-      legal_2_1_contact_the_osmf: OSMFに連絡
+      legal_2_1_html: |-
+        ライセンス、著作権、その他の法的な問題については、%{contact_the_osmf_link}
+        までお問い合わせください。
+      legal_2_1_contact_the_osmf: OSMF
       legal_2_2_html: OpenStreetMap、虫眼鏡のロゴ、および State of the Map は %{registered_trademarks_link}
         です。
       legal_2_2_registered_trademarks: OSMFの登録商標
@@ -1996,7 +2008,17 @@ ja:
         contributors_at_land_vorarlberg: Land Vorarlberg
         contributors_at_cc_by_at_with_amendments: CC BY AT with amendments
         contributors_au_australia: オーストラリア
+        contributors_au_geoscape_australia: ジオスケープ・オーストラリア
+        contributors_au_cc_licence: クリエイティブ・コモンズ・ライセンス 表示 4.0 国際 (CC BY 4.0)
+        contributors_ca_credit_html: |-
+          %{canada}: GeoBase&reg;、GeoGratis (&copy; Department of Natural
+          Resources Canada)、CanVec (&copy; Department of Natural
+          Resources Canada)、および StatCan (Geography Division,
+          Statistics Canada)のデータが含まれます。
         contributors_ca_canada: カナダ
+        contributors_cz_credit_html: |-
+          %{czechia}: State Administration of Land Surveying
+          and Cadastre(%{cc_licence_link}ライセンス下)のデータが含まれます。
         contributors_cz_czechia: チェコ
         contributors_cz_cc_licence: Creative Commons Attribution 4.0 International
           licence (CC BY 4.0)
@@ -2029,7 +2051,13 @@ ja:
           %{serbia}: Contains data from the %{rgz_link} and %{open_data_portal}
           (public information of Serbia), 2018.
         contributors_rs_serbia: セルビア
+        contributors_rs_rgz: セルビア測地局
+        contributors_rs_open_data_portal: National Open Data Portal
+        contributors_si_credit_html: |-
+          %{slovenia}: %{gu_link}および %{mkgp_link}
+          (public information of Slovenia)のデータが含まれます。
         contributors_si_slovenia: スロベニア
+        contributors_si_mkgp: 農林食品省
         contributors_es_spain: スペイン
         contributors_za_south_africa: 南アフリカ
         contributors_gb_united_kingdom: イギリス
@@ -2060,7 +2088,6 @@ ja:
       user_page_link: 利用者ページ
       anon_edits_link_text: なぜそうなのかを調べる。
       id_not_configured: iDが設定されていません。
-      no_iframe_support: あなたのブラウザーは、この機能に必須の HTML iframe に未対応です。
     export:
       title: エクスポート
       manually_select: ドラッグして別の領域を選択
@@ -2110,8 +2137,9 @@ ja:
         description: コミュニティが、初心者向けガイドを整備しています。
       community:
         title: コミュニティフォーラム
+        description: OpenStreetMap に関する支援を求めたり、会話をしたりするための共有の場です。
       mailing_lists:
-        title: メーリング リスト
+        title: メーリングリスト
         description: メーリングリストは話題や地域ごとに多種多様で、質問や興味のある事項について議論できる場です。
       irc:
         title: IRC
@@ -2136,14 +2164,15 @@ ja:
       change_preferences: 設定変更
     any_questions:
       title: 何か質問はありますか?
+      paragraph_1_html: |-
+        OpenStreetMap には、さまざまなコミュニケーションのための手段が用意されており、プロジェクトについて学習したり、質問したり回答したり、マッピングのトピックについて共同で議論したり、文書化したりできます。
+        %{help_link}。ご所属の組織でOpenStreetMap との取り組みを検討中ですか? %{welcome_mat_link}。
       get_help_here: ヘルプを取得
       welcome_mat: ウェルカムマットを表示
     sidebar:
       search_results: 検索結果
-      close: 閉じる
     search:
       search: 検索
-      get_directions: ルートを検索
       get_directions_title: 2点を結ぶルートを検索
       from: 出発点
       to: 目的地
@@ -2208,6 +2237,7 @@ ja:
           reservoir: 貯水池
           intermittent_water: 間欠性水路
           glacier: 氷河
+          reef: 暗礁
           wetland: 湿地帯
           farm: 農牧場
           brownfield: 褐色地
@@ -2263,11 +2293,10 @@ ja:
       start_mapping: マッピングを開始
       continue_authorization: 認可を続行
       add_a_note:
-        title: 編集する時間がないためメモを残します
-        para_1: |-
-          些細な修正だけをしたいが、サインアップしたり編集の仕方を勉強する時間がない場合は、
-          簡単にメモを追加できます。
-        the_map: マップ
+        title: 編集する時間がないためメモを残す
+        para_1: ちょっとした修正をしたいが、利用者登録して編集の仕方を勉強する時間がない場合は、簡単にメモを残せます。
+        para_2_html: '%{map_link}の地図に移動してメモアイコン%{note_icon}をクリックするだけです。これで地図上に印が追加され、ドラッグして移動させることができます。メッセージを追加し、保存をクリックすれば、他のマッパーが調査するでしょう。'
+        the_map: 地図
     communities:
       title: コミュニティ
       lede_text: |-
@@ -2313,8 +2342,6 @@ ja:
       visibility_help_url: http://wiki.openstreetmap.org/wiki/JA:Visibility_of_GPS_traces
     update:
       updated: トレースが更新されました
-    trace_optionals:
-      tags: タグ
     show:
       title: トレース %{name} の表示
       heading: トレース %{name} の表示
@@ -2348,26 +2375,25 @@ ja:
       identifiable: 識別可能
       private: 非公開
       trackable: 追跡可能
+      details_with_tags_html: '%{time_ago} に %{user} が %{tags} に投稿'
+      details_without_tags_html: '%{time_ago}に%{user}によって投稿されました'
     index:
       public_traces: 公開GPSトレース
       my_gps_traces: 自作のGPSトレース
       public_traces_from: '%{user}さんによる公開GPSトレース'
       description: 最近のGPSトレースのアップロードを参照
       tagged_with: (タグ %{tags} が付いているもの)
+      empty_title: まだ何もありません
+      empty_upload_html: '%{upload_link} 、またはGPSトレースについて %{wiki_link} で詳しく学ぶ。'
       upload_new: 新しいファイルをアップロード
       wiki_page: ウィキページ
       upload_trace: トレースをアップロード
-      all_traces: 全ての痕跡
-      my_traces: 私の痕跡
+      all_traces: 全てのトレース
+      my_traces: 自分のトレース
       traces_from: '%{user}さんによる公開GPSトレース'
       remove_tag_filter: タグフィルターの削除
-    page:
-      older: 以前のトレース
-      newer: 以降のトレース
     destroy:
       scheduled_for_deletion: トレースの削除準備を行いました
-    make_public:
-      made_public: トレースを公開しました
     offline_warning:
       message: GPX ファイルのアップロード システムは現在利用できません
     offline:
@@ -2380,20 +2406,15 @@ ja:
         ファイル}}'
       description_without_count: '%{user} による GPX ファイル'
   application:
-    basic_auth_disabled: 'HTTP Basic認証は無効化されています: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 および 1.0a は無効化されています: %{link}'
     permission_denied: その処理をする権限がありません
     require_cookies:
       cookies_needed: ブラウザーの Cookie が無効になっているようです。続行する前にブラウザーの Cookie を有効にしてください。
-    require_admin:
-      not_an_admin: この作業を行うには、管理者になる必要があります。
     setup_user_auth:
       blocked_zero_hour: OpenStreetMap Web サイトに緊急のメッセージがあります。まずメッセージを読まないと、編集内容を保存することができません。
       blocked: APIへのアクセスがブロックされました。Web インターフェイスからログインし直して詳細を確認してください。
       need_to_see_terms: あなたは一時的にAPIの利用を停止されています。ウェブインターフェイスにログインして協力者規約をご覧ください。同意しなくてもかまいませんが、必ずご覧ください。
     settings_menu:
       account_settings: アカウント設定
-      oauth1_settings: OAuth 1 設定
       oauth2_applications: OAuth 2 アプリケーション
       oauth2_authorizations: OAuth 2 認証
       muted_users: ミュートした利用者
@@ -2419,28 +2440,6 @@ ja:
         title: ウィキペディアでログイン
         alt: ウィキペディアロゴ
   oauth:
-    authorize:
-      title: あなたのアカウントへのアクセスの認証
-      request_access_html: アプリケーション %{app_name} があなたのアカウント%{user} への接続許可を求めています。そのアプリケーションに以下を許可してもよいかどうかを確認してください。単独もしくは複数の許可を与えることができます。
-      allow_to: 'クライアント アプリケーションに以下の操作を許可する:'
-      allow_read_prefs: 自分の利用者設定を読み込む。
-      allow_write_prefs: 自分の利用者設定を変更する。
-      allow_write_diary: 日記エントリを作成する、コメントする、友達を作る。
-      allow_write_api: 地図を変更する。
-      allow_read_gpx: 自分の非公開GPSトレースを読み込む。
-      allow_write_gpx: GPSトレースをアップロードする。
-      allow_write_notes: メモを変更する。
-      grant_access: アクセスを許可
-    authorize_success:
-      title: 認証リクエストが成功しました
-      allowed_html: アプリケーション %{app_name} によるあなたのアカウントへのアクセスを許可しました。
-      verification: 検証コードは %{code} です。
-    authorize_failure:
-      title: 認証リクエストに失敗しました
-      denied: アプリケーション %{app_name} によるあなたのアカウントへのアクセスを拒否しました。
-      invalid: 認証トークンが有効ではありません。
-    revoke:
-      flash: '%{application} へのトークンを失効しました。'
     permissions:
       missing: この機能についてアプリケーションにアクセスを許可していません。
     scopes:
@@ -2453,49 +2452,10 @@ ja:
       write_gpx: GPSトレースをアップロードする
       write_notes: メモを変更する
       read_email: 利用者のメールアドレスを読む
+      send_messages: 他の利用者にプライベートメッセージを送信する
       skip_authorization: 自動的に申請を承認する
     for_roles:
       moderator: モデレータ専用アクション用の権限
-  oauth_clients:
-    new:
-      title: アプリケーションの新規登録
-      disabled: OAuth 1アプリケーションの登録が無効化されました
-    edit:
-      title: アプリケーションの編集
-    show:
-      title: '%{app_name} の OAuth の詳細'
-      key: 'コンシューマー キー:'
-      secret: 'コンシューマー シークレット:'
-      url: 'リクエスト トークン URL:'
-      access_url: 'アクセス トークン URL:'
-      authorize_url: '承認 URL:'
-      support_notice: HMAC-SHA1 署名 (推奨) および RSA-SHA1 署名に対応しています。
-      edit: 詳細を編集
-      delete: クライアントを削除
-      confirm: 本当によろしいですか?
-      requests: '利用者が以下の許可をリクエストしています:'
-    index:
-      title: 自分の OAuth の詳細
-      my_tokens: 認証を許可したアプリケーション
-      list_tokens: 'アプリケーションに対してあなたの名前で以下のトークンが許可されています:'
-      application: アプリケーション名
-      issued_at: 発行日時
-      revoke: 取り消す!
-      my_apps: クライアント アプリケーション
-      no_apps_html: OSMのサイトで使用するアプリケーションを新しく %{oauth} で登録するにはOAuthリクエストの前にあらかじめwebから登録しておく必要があります。
-      oauth: OAuth
-      registered_apps: '以下のクライアント アプリケーションが登録済みです:'
-      register_new: アプリケーションの登録
-    form:
-      requests: '利用者が以下の許可をリクエストしています:'
-    not_found:
-      sorry: 申し訳ありませんが、この %{type} は見つかりませんでした。
-    create:
-      flash: 正常に登録完了しました。
-    update:
-      flash: クライアント情報の更新が正常に終了しました
-    destroy:
-      flash: 破棄されたクライアント アプリケーションの登録
   oauth2_applications:
     index:
       title: クライアント アプリケーション
@@ -2547,11 +2507,13 @@ ja:
     new:
       title: 利用者登録
       tab_title: 利用者登録
+      signup_to_authorize_html: '%{client_app_name} にアクセスするには、OpenStreetMap に利用者登録してください。'
       no_auto_account_create: 残念ながら、現在、自動ではアカウントを作成できません。
+      please_contact_support_html: アカウントの作成をご希望の場合は、%{support_link} までご連絡ください。 - できる限りすみやかに対応いたします。
       support: サポート
       about:
         header: フリーで編集可能
-        paragraph_1: 他の地図とは異なり、OpenStreetMapは完全に皆さんのような人によって作成されおり、誰でも自由に修正・更新・ダウンロード・利用ができます。
+        paragraph_1: ä»\96ã\81®å\9c°å\9b³ã\81¨ã\81¯ç\95°ã\81ªã\82\8aã\80\81OpenStreetMapã\81¯å®\8cå\85¨ã\81«ç\9a\86ã\81\95ã\82\93ã\81®ã\82\88ã\81\86ã\81ªäººã\81«ã\82\88ã\81£ã\81¦ä½\9cæ\88\90ã\81\95ã\82\8cã\81¦ã\81\8aã\82\8aã\80\81誰ã\81§ã\82\82è\87ªç\94±ã\81«ä¿®æ­£ã\83»æ\9b´æ\96°ã\83»ã\83\80ã\82¦ã\83³ã\83­ã\83¼ã\83\89ã\83»å\88©ç\94¨ã\81\8cã\81§ã\81\8dã\81¾ã\81\99ã\80\82
         paragraph_2: 投稿を通じて貢献するには、登録が必要です。
         welcome: OpenStreetMap へようこそ。
       duplicate_social_email: すでに OpenStreetMap アカウントをお持ちで第三者認証プロバイダーを使用したい場合は、パスワードを使用してログインしたうえでアカウントの設定を変更してください。
@@ -2561,8 +2523,6 @@ ja:
         privacy_policy: プライバシー・ポリシー
         privacy_policy_title: OSMFのプライバシーポリシー(電子メールアドレスに関するセクションを含む)
         contributor_terms: 協力者規約
-      tou: 利用規約
-      external auth: 'サードパーティ認証:'
       continue: 利用者登録
       terms accepted: 新しい協力者規約を承諾していただき、ありがとうございます!
       email_help:
@@ -2589,7 +2549,6 @@ ja:
       informal_translations: 非公式の翻訳
       continue: 続行
       declined: http://wiki.openstreetmap.org/wiki/JA:Contributor_Terms_Declined
-      decline: 拒否
       you need to accept or decline: 続行するには新しい協力者規約を読んで承諾または拒否してください。
       legale_select: 'お住まいの国:'
       legale_names:
@@ -2680,6 +2639,8 @@ ja:
       heading: アカウント停止
       support: サポート
       automatically_suspended: 不審なアクティビティがあったため、アカウントが自動的に停止されました。
+      contact_support_html: この決定は管理者によってすぐに検討されます。この件について話し合いたい場合は、%{support_link}
+        までお問い合わせください。
     auth_failure:
       connection_failed: 認証プロバイダへの接続に失敗しました
       invalid_credentials: 無効な認証資格情報です
@@ -2698,17 +2659,9 @@ ja:
       doesnt_have_role: 利用者に %{role} 権限が付与されていません。
       not_revoke_admin_current_user: 現在の利用者から管理者権限を剥奪することはできません。
     grant:
-      title: 権限付与の確認
-      heading: 権限付与の確認
       are_you_sure: 利用者「%{name}」に「%{role}」権限を本当に与えますか?
-      confirm: 確認
-      fail: 利用者「%{name}」に「%{role}」権限を付与できませんでした。利用者および権限が両方とも正しいか確認してください。
     revoke:
-      title: 権限取り消しの確認
-      heading: 権限取り消しの確認
       are_you_sure: 利用者「%{name}」の「%{role}」権限を本当に取り消しますか?
-      confirm: 確認
-      fail: 利用者「%{name}」の「%{role}」権限を取り消せませんでした。利用者および権限が両方とも正しいか確認してください。
   user_blocks:
     model:
       non_moderator_update: ブロックの作成/更新にはモデレーター権限が必要です。
@@ -2735,14 +2688,6 @@ ja:
       title: 利用者のブロック
       heading: 利用者ブロックの一覧
       empty: ブロックはまだ行われていません。
-    revoke:
-      title: '%{block_on} のブロックの取り消し'
-      heading_html: ブロックは %{block_on} に %{block_by} によって取り消されました。
-      time_future_html: このブロックは %{time} に終了します。
-      past_html: このブロックは%{time}に終了したため、もう取り消せません。
-      confirm: このブロックを本当に取り消しますか?
-      revoke: 取り消す!
-      flash: このブロックは取り消されました。
     helper:
       time_future_html: '%{time} に終了します。'
       until_login: 利用者がログインするまで有効です。
@@ -2773,19 +2718,14 @@ ja:
       created: 作成:
       duration: 期間:
       status: 状態:
-      show: 表示
       edit: 編集
-      revoke: 取り消す!
-      confirm: 本当によろしいですか?
       reason: 'ブロックの理由:'
       revoker: '取消:'
-      needs_view: ブロックを解除するには、利用者はログインし直す必要があります。
     block:
       not_revoked: (取り消されていません)
       show: 表示する
       edit: 編集
-      revoke: 取り消す!
-    blocks:
+    page:
       display_name: ブロックされている利用者
       creator_name: 作成者
       reason: ブロックされた理由
@@ -2817,7 +2757,9 @@ ja:
       title: '%{user} さんが投稿またはコメントしたメモ'
       heading: '%{user}さんのメモ'
       subheading_html: '%{user}さんが%{submitted}または%{commented}したメモ'
-      no_notes: メモなし
+      subheading_submitted: 投稿
+      subheading_commented: コメント
+      no_notes: メモはありません
       id: ID
       creator: 作成者
       description: 説明
@@ -2829,22 +2771,38 @@ ja:
       open_title: '未解決のメモ #%{note_name}'
       closed_title: '解決済のメモ #%{note_name}'
       hidden_title: '非表示のメモ #%{note_name}'
-      report: このノートを報告
+      event_opened_by_html: '%{user} が %{time_ago} に作成しました'
+      event_opened_by_anonymous_html: 匿名ユーザーによって%{time_ago}に作成されました
+      event_commented_by_html: '%{time_ago}, %{user} からのコメント'
+      event_commented_by_anonymous_html: 匿名ユーザーからのコメント %{time_ago}
+      event_closed_by_html: '%{user} によって %{time_ago} に解決されました'
+      event_closed_by_anonymous_html: 匿名ユーザーにより %{time_ago} に解決されました
+      event_reopened_by_html: '%{user} によって %{time_ago} に再アクティブ化されました'
+      event_reopened_by_anonymous_html: 匿名ユーザーにより %{time_ago} に再アクティブ化されました
+      event_hidden_by_html: '%{user} によって %{time_ago} に非表示化されました'
+      report: このメモを報告
       anonymous_warning: このメモはIP利用者によるコメントも含んでいるため、個別に確認してください。
       hide: 隠す
       resolve: 解決
       reactivate: 再有効化
       comment_and_resolve: コメント & 解決
       comment: コメント
+      log_in_to_comment: このメモにコメントするためにはログインが必要です
       report_link_html: このメモに削除が必要な機密情報が含まれている場合は、%{link}してください。
+      other_problems_resolve: メモに関するその他の問題は、コメントによってご自分で解決してください。
       other_problems_resolved: その他の問題には、解決で十分です。
+      disappear_date_html: このメモは解決済みです。あと%{disappear_in}で地図から消えます。
     new:
       title: 新しいメモ
       intro: 間違いや情報の抜けがありましたか? 他のマッパーが修正できるよう、お知らせください。マーカーを正しい位置に移動し、問題を説明するメモを入力します。
+      anonymous_warning_html: ログインしていません。メモの更新情報を受け取りたい場合は、%{log_in} または %{sign_up}
+        してください。
       anonymous_warning_log_in: ログイン
       anonymous_warning_sign_up: 利用者登録
       advice: 投稿したメモは公開され、地図の更新に利用されます。そのため、著作権保護された地図や一覧情報からの転用情報や、個人情報の入力は行わないでください。
       add: メモを追加
+    notes_paging_nav:
+      showing_page: '%{page}ページ'
   javascripts:
     close: 閉じる
     share:
@@ -2859,14 +2817,14 @@ ja:
       custom_dimensions: 独自の寸法を設定
       format: '形式:'
       scale: '縮尺:'
-      image_dimensions: 画像の表示は標準レイヤで %{width} x %{height} となります
+      image_dimensions: 画像の表示は%{layer}レイヤで %{width} x %{height} となります
       download: ダウンロード
       short_url: 短縮 URL
       include_marker: マーカーを含める
       center_marker: マーカーを地図の中心にする
       paste_html: 以下の HTML をあなたのサイトに貼り付けてください
       view_larger_map: 大きな地図を表示
-      only_standard_layer: 標準レイヤーのみ画像としてエクスポートできます
+      only_standard_layer: æ¨\99æº\96ã\80\81ã\82µã\82¤ã\82¯ã\83ªã\83³ã\82°ã\83\9eã\83\83ã\83\97ã\80\81交é\80\9aã\83\9eã\83\83ã\83\97ã\83¬ã\82¤ã\83¤ã\83¼ã\81®ã\81¿ç\94»å\83\8fã\81¨ã\81\97ã\81¦ã\82¨ã\82¯ã\82¹ã\83\9dã\83¼ã\83\88ã\81§ã\81\8dã\81¾ã\81\99
     embed:
       report_problem: 問題を報告
     key:
@@ -2887,7 +2845,8 @@ ja:
         standard: 標準
         cycle_map: サイクリングマップ
         transport_map: 交通マップ
-        hot: Humanitarian
+        tracestracktop_topo: トレーストラックトポ
+        hot: 人道支援
       layers:
         header: 地図のレイヤー
         notes: 地図メモ
@@ -2897,8 +2856,13 @@ ja:
         title: レイヤー
       openstreetmap_contributors: OpenStreetMapの貢献者
       make_a_donation: 寄付をする
+      website_and_api_terms: ウェブサイトおよびAPIの利用規約
+      cyclosm_credit: '%{cyclosm_link} によるタイルスタイル (%{osm_france_link} がホスト)'
       osm_france: OpenStreetMap France
+      thunderforest_credit: タイル提供: %{thunderforest_link}
       andy_allan: Andy Allan
+      tracestrack_credit: タイル提供: %{tracestrack_link}
+      hotosm_credit: '%{hotosm_link} によるタイルスタイル (%{osm_france_link} がホスト)'
       hotosm_name: Humanitarian OpenStreetMap Team
     site:
       edit_tooltip: 地図を編集
@@ -2914,9 +2878,9 @@ ja:
     directions:
       ascend: 上り坂
       engines:
-        fossgis_osrm_bike: 自転車
-        fossgis_osrm_car: 自動車
-        fossgis_osrm_foot: 歩行
+        fossgis_osrm_bike: 自転車(OSRM)
+        fossgis_osrm_car: 自動車(OSRM)
+        fossgis_osrm_foot: 徒歩(OSRM)
         graphhopper_bicycle: 自転車(GraphHopper)
         graphhopper_car: 自動車(GraphHopper)
         graphhopper_foot: 歩行(GraphHopper)
index 09b74de9a4c83e25e516b4a472bbf8847498ffe3..16fe02f2192ef1730a582caec4dba0872a8df88d 100644 (file)
@@ -194,20 +194,13 @@ ka:
     tag_details:
       wikipedia_link: სტატია %{page} ვიკიპედიაში
       telephone_link: დარეკეთ %{phone_number}
+  changeset_comments:
+    feeds:
+      comment:
+        commented_at_by_html: განაახლა %{when} წინ მომხმარებელმა %{user}
   changesets:
-    changeset_paging_nav:
-      showing_page: გვერდი %{page}
-      next: შემდეგი →
-      previous: ← წინა
     changeset:
-      anonymous: ანონიმი
       no_edits: (რედაქტირება არ არის)
-    changesets:
-      id: ID
-      saved_at: შენახულია როგორც
-      user: მომხმარებელი
-      comment: კომენტარი
-      area: ტერიტორია
     index:
       title: ცვლილებების პაკეტი
       load_more: მეტის ჩატვირთვა
@@ -229,9 +222,6 @@ ka:
       ways_paginated: ხაზები (%{x}-%{y} %{count}-დან)
       relations: ურთიერთობები (%{count})
       relations_paginated: ურთიერთობები (%{x}-%{y} %{count}-დან)
-  changeset_comments:
-    comment:
-      commented_at_by_html: განაახლა %{when} წინ მომხმარებელმა %{user}
   dashboards:
     contact:
       km away: '%{count}კმ თქვენგან'
@@ -254,9 +244,6 @@ ka:
       in_language_title: დღიურის ჩანაწერები %{language}
       new: დღიურში ახალი ჩანაწერის გაკეთება
       no_entries: დღიურში არ არის ჩანაწერები
-    page:
-      older_entries: ძველი ჩანაწერები
-      newer_entries: უახლესი ჩანაწერები
     edit:
       title: დღიურის ჩანაწერის რედაქტირება
     show:
@@ -282,15 +269,11 @@ ka:
       confirm: დადასტურება
     location:
       location: 'მდებარეობა:'
-      view: იხილეთ
-      edit: რედაქტირება
   diary_comments:
     page:
       post: პოსტი
       when: როდის
       comment: კომენტარი
-      newer_comments: ახალი კომენტარები
-      older_comments: ძველი კომენტარები
   friendships:
     make_friend:
       heading: დავამატო %{user} მეგობრებში?
@@ -735,10 +718,6 @@ ka:
         level8: ქალაქის საზღვარი
         level9: სოფლის საზღვარი
         level10: გარეუბნის საზღვარი
-      types:
-        cities: ქალაქები
-        towns: დაბები
-        places: ადგილები
     results:
       no_results: შედეგი ვერ მოიძებნა
       more_results: მეტი შედეგი
@@ -754,17 +733,10 @@ ka:
     export: ექსპორტი
     gps_traces: GPS გზები
     user_diaries: მომხმარებლების დღიურები
-    user_diaries_tooltip: მომხმარებლების დღიურების ნახვა
     edit_with: რედაქტირება %{editor}
-    tag_line: თავისუფალი ვიკი-რუკა
-    intro_2_create_account: მომხმარებლის ანგარიშის შექმნა
     partners_partners: პარტნიორები
     help: დახმარება
     copyright: საავტორო უფლები
-    community: თანასაზოგადოება
-    community_blogs: თანასაზოგადოების ბლოგები
-    make_a_donation:
-      text: პროექტის დახმარება
     more: მეტი
   user_mailer:
     diary_comment_notification:
@@ -815,7 +787,6 @@ ka:
     message_summary:
       unread_button: მონიშნეთ როგორც წაუკითხავი
       read_button: მონიშნეთ როგორც წაკითხული
-      reply_button: პასუხი
       destroy_button: წაშლა
     new:
       title: შეტყობინების გაგზავნა
@@ -871,18 +842,24 @@ ka:
       home location: 'ჩემი ადგილსამყოფელი:'
   sessions:
     new:
-      title: შესვლა
       tab_title: შესვლა
       email or username: 'ელ. ფოსტის მისამართი, ან მომხმარებლის სახელი:'
       password: 'პაროლი:'
       remember: დამიმახსოვრე
       lost password link: დაგავიწყდათ პაროლი?
       login_button: შესვლა
-      register now: დარეგისტრირდით ახლავე
     destroy:
       title: გასვლა
       heading: OpenStreetMap-დან გასვლა
       logout_button: გასვლა
+  shared:
+    pagination:
+      diary_comments:
+        older: ძველი კომენტარები
+        newer: ახალი კომენტარები
+      diary_entries:
+        older: ძველი ჩანაწერები
+        newer: უახლესი ჩანაწერები
   site:
     copyright:
       title: საავტორო უფლებები და ლიცენზია
@@ -904,7 +881,6 @@ ka:
       export_button: ექსპორტი
     sidebar:
       search_results: ძიების შედეგები
-      close: დახურვა
     search:
       search: ძიება
       where_am_i: სად ვარ მე?
@@ -973,23 +949,12 @@ ka:
       identifiable: იდენტიფიცირებადი
       private: პირადი
       trackable: კონტროლირებადი
-  oauth:
-    authorize:
-      allow_write_api: რუკის შეცვლა.
-  oauth_clients:
-    show:
-      edit: დეტალების რედაქტირება
-      confirm: დარწმუნებული ხართ?
-    index:
-      application: აპლიკაციის სახელი
-      revoke: განბლოკვა!
   users:
     new:
       title: რეგისტრაცია
       continue: რეგისტრაცია
     terms:
       consider_pd_why: რა არის ეს?
-      decline: უარყოფა
       legale_select: 'გთხოვთ, აირჩიეთ თქვენი ქვეყანა:'
       legale_names:
         france: საფრანგეთი
@@ -1024,11 +989,6 @@ ka:
     index:
       title: მომხმარებლები
       heading: მომხმარებლები
-  user_role:
-    grant:
-      confirm: დადასტურება
-    revoke:
-      confirm: დადასტურება
   user_blocks:
     new:
       title: მომხმარებელ %{name} ბლოკირების შექმნა
@@ -1041,12 +1001,6 @@ ka:
     index:
       title: მომხმარებლის ბლოკირებები
       heading: მომხმარებლის ბლოკირებების სია
-    revoke:
-      time_future_html: ეს ბლოკირება დასრულდა %{time}.
-      past_html: ეს ბლოკირება დასრულდა %{time} წინ და მისი გაუქმება უკვე შეუძლებელია.
-      confirm: დარწმუნებული ხართ, რომ ამ ბლოკირების მოხსნა გსურთ?
-      revoke: განბლოკვა!
-      flash: ეს ბლოკირება მოიხსნა.
     helper:
       time_future_html: მთავრდება %{time}–ში.
       until_login: აქტიურია მანამდე, სანამ მომხმარებელი არ შევა სისტემაში.
@@ -1067,19 +1021,14 @@ ka:
       title: '%{block_on}, დაადო ბლოკი: %{block_by}'
       heading_html: '%{block_on}, დაადო ბლოკი: %{block_by}'
       status: სტატუსი
-      show: ჩვენება
       edit: რედაქტირება
-      revoke: განბლოკვა!
-      confirm: დარწმუნებული ხართ?
       reason: 'დაბლოკვის მიზეზი:'
       revoker: 'განმბლოკველი:'
-      needs_view: სანამ მოხდება ბლოკის მოხსნა, მანამდე საჭიროა მომხმარებლის დარეგისტრირება
     block:
       not_revoked: (არ არის განბლოკილი)
       show: ჩვენება
       edit: რედაქტირება
-      revoke: განბლოკვა!
-    blocks:
+    page:
       display_name: დაბლოკილი მომხმარებელი
       creator_name: შემქმნელი
       reason: დაბლოკვის მიზეზი
@@ -1100,6 +1049,8 @@ ka:
     new:
       title: ახალი შენიშვნა
       add: შენიშვნის დამატება
+    notes_paging_nav:
+      showing_page: გვერდი %{page}
   javascripts:
     map:
       base:
index 992ce1c81b1b0dcfa6ba97341ffe350b1df802ae..24d5b1dc7e2f49dcfd56690335a142ad00ddd44a 100644 (file)
@@ -47,10 +47,6 @@ kab:
         create: Rnu iḥder
         update: Beddel iḥder
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: Ur yettbin ara d tansa n imayl taɣbalt
-        email_address_not_routable: Ur izmir ara ad ibeddel abrid
     models:
       acl: Tabdart n usenqed n unekcum
       changeset: Agraw n ibeddilen
@@ -308,21 +304,21 @@ kab:
       introduction: Sit ɣef tkarḍa allen ad tafeḍ tiɣawsiwin iqeṛben.
       nearby: Tiɣawsiqin iqeṛben
       enclosing: Tiɣawsiwin timagbarin
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Awennit amaynut deg ugraw n usnifel uṭṭ %{changeset_id} par %{author}
+        commented_at_by_html: Yettwalqem %{when} aya sɣur %{user}
+      show:
+        title_all: Asqerdec deg ugraw n usnifel OpenStreetMap
+        title_particular: Asqerdec deg ugraw n usnifel OpenStreetMap wis %{changeset_id}
+      timeout:
+        sorry: Suref-aɣ, tabdart n iygrawen n usnifel i d-tessutreḍ tettawi ddeqs
+          n wakud akken ad d-tali.
   changesets:
-    changeset_paging_nav:
-      showing_page: Asebter %{page}
-      next: Ɣer zdat »
-      previous: « Ɣer deffir
     changeset:
-      anonymous: Udrig
       no_edits: (ulac abeddel)
       view_changeset_details: Sken talqayt n ugraw n yibeddilen
-    changesets:
-      id: Asulay
-      saved_at: Yettwasekles deg
-      user: Aseqdac
-      comment: Awennit
-      area: Tamnaḍt
     index:
       title: Agraw n usnifel
       title_user: Igrawen n usnifel sɣur %{user}
@@ -364,18 +360,6 @@ kab:
     timeout:
       sorry: Suref-aɣ, tabdart n igrawen n usnifel i d-sutreḍ tettwai ddeqs n wakud
         akkena d d-ali.
-  changeset_comments:
-    comment:
-      comment: Awennit amaynut deg ugraw n usnifel uṭṭ %{changeset_id} par %{author}
-      commented_at_by_html: Yettwalqem %{when} aya sɣur %{user}
-    comments:
-      comment: Awennit amaynut deg ugraw n usnifel wis %{changeset_id} sɣur %{author}
-    index:
-      title_all: Asqerdec deg ugraw n usnifel OpenStreetMap
-      title_particular: Asqerdec deg ugraw n usnifel OpenStreetMap wis %{changeset_id}
-    timeout:
-      sorry: Suref-aɣ, tabdart n iygrawen n usnifel i d-tessutreḍ tettawi ddeqs n
-        wakud akken ad d-tali.
   dashboards:
     contact:
       km away: '%{count} km'
@@ -409,8 +393,6 @@ kab:
       no_entries: Ulac anekcam n uɣmis
     page:
       recent_entries: Inekcamen ineggura n uɣmis
-      older_entries: Inekcam iqbuṛen
-      newer_entries: Inekcam ineggura
     edit:
       title: Ẓreg anekcam n uɣmis
       marker_text: Adig n unekcam n uɣmis
@@ -446,8 +428,6 @@ kab:
       report: Mel awennit-a
     location:
       location: 'Adig:'
-      view: Sken
-      edit: Ẓreg
     feed:
       user:
         title: Imagraden n uṣmis OpenStreetMap i %{user}
@@ -463,8 +443,6 @@ kab:
       post: Amagrad
       when: Melmi
       comment: Awennit
-      newer_comments: Iwenniten ineggura
-      older_comments: Iwenniten iqbuṛen
   friendships:
     make_friend:
       heading: Rnu %{user} d amdakkel?
@@ -771,10 +749,6 @@ kab:
         level8: Talast n temdint
         level9: Talast n taddart
         level10: Talast n ugmama
-      types:
-        cities: Timdinin
-        towns: Tuddar
-        places: Idigen
     results:
       no_results: Ulac igmaḍ
       more_results: Ugar n igmaḍ
@@ -789,33 +763,20 @@ kab:
     edit: Ẓreg
     history: Amazray
     export: Sifeḍ
-    data: Isefka
-    export_data: Sifeḍ isefka
     gps_traces: Lǧerrat GPS
-    gps_traces_tooltip: Sefrek lǧerrat GPS
     user_diaries: Iɣmisen n iseqdacen
-    user_diaries_tooltip: Sken iɣmisen n iseqdacen
     edit_with: Ẓreg s %{editor}
-    tag_line: Takarḍa n uwiki ilelli n umaḍal
     intro_header: Anṣuf ar OpenStreetMap!
     intro_text: OpenStreetMap d takarḍa n umadal, rnna-tt yemdanen am kečč d tilellit
       i useqdec ddaw n turagt tilellit.
-    intro_2_create_account: Rnu amiḍan n useqdac
     partners_partners: imendiden
     osm_offline: Taffa n isefka n OpenStreetMap ur teqqin ara yakan tura imi aseǧǧem
       ilaqen yettwaselkam akken ad teddu akken iwata.
     osm_read_only: Taffa n isefka n OpenStreetMap tella deg uskar n tɣuri kan akka
       tura, imi aseǧǧem ilaqen yettwaselkam akken ad teddu akken iwata.
-    donate: Mudd afus i OpenStreetMap s %{link}i usali n uswir n warrum-is.
     help: Tallelt
     about: Ɣef
     copyright: Izerfan n umeskar
-    community: Tamezdagnut
-    community_blogs: Iblugen n tmezdagnut
-    community_blogs_title: Iblugen n iɛeggalen n tmezdagnut OpenStreetMap
-    make_a_donation:
-      title: Mudd afus i OpenStreetMap s tewsa n yidirem
-      text: Mudd tawsa
     learn_more: Issin ugar
     more: Ugar
   user_mailer:
@@ -878,7 +839,6 @@ kab:
       details: Ugar n telɣut ɣef yezmilt ad tettwaf di %{url}
     changeset_comment_notification:
       hi: Azul %{to_user},
-      greeting: Azul,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} yerna awennit ar yiwet si tezmilin-ik
           n tagrumma n usnifel'
@@ -916,7 +876,6 @@ kab:
     message_summary:
       unread_button: Creḍ ur yettwaɣra ara
       read_button: Creḍ yettwaɣra
-      reply_button: Err
       destroy_button: Kkes
     new:
       title: Azen izen
@@ -969,21 +928,28 @@ kab:
       update home location on click: Snifel adig n uxxam-ik ticki siteɣ ɣef tkarḍa?
   sessions:
     new:
-      title: Qqen
       tab_title: Qqen
       email or username: 'Tansa imayl neɣ isem n useqdac:'
       password: 'Awal uffir:'
       remember: Cfu fell-i
       lost password link: Tweddreḍ awal-ik uffir?
       login_button: Qqen
-      register now: Jerred tura
     destroy:
       title: Tuffɣa
       heading: Tuffɣa si OpenStreetMap
       logout_button: Tuffɣa
+  shared:
+    pagination:
+      diary_comments:
+        older: Iwenniten iqbuṛen
+        newer: Iwenniten ineggura
+      diary_entries:
+        older: Inekcam iqbuṛen
+        newer: Inekcam ineggura
+      traces:
+        newer: Lɣerrat timaynutin
   site:
     about:
-      next: Ar zdat
       open_data_title: Isefka ilelliyen
       legal_title: Asaḍuf
       partners_title: Imendiden
@@ -1062,10 +1028,8 @@ kab:
       title: Asteqsi?
     sidebar:
       search_results: Igmad n unadi
-      close: Mdel
     search:
       search: Nadi
-      get_directions: Awi iwellihen
       from: Seg
       to: I
       where_am_i: Anida yella waya?
@@ -1088,8 +1052,6 @@ kab:
       help: Tallelt
     edit:
       title: Ẓreg lǧeṛṛa %{name}
-    trace_optionals:
-      tags: Ticraḍ
     show:
       pending: YETTRAǦU
       filename: 'Isem n ufaylu :'
@@ -1120,12 +1082,8 @@ kab:
       description: Snirem lǧ€rrat GPS tineggura i yilin
       tagged_with: yettwaṛekkez s %{tags}
       upload_trace: Azen lǧerra
-    page:
-      newer: Lɣerrat timaynutin
     destroy:
       scheduled_for_deletion: Tafuɣalt yettwaheggan i tukksa
-    make_public:
-      made_public: Lǧerra GPS yuɣalen d tazayezt
     offline_warning:
       message: Anagraw n tuzna n ifuyla GPX ulac-it tura
     offline:
@@ -1166,54 +1124,8 @@ kab:
         title: Qqen s Wikipedia
         alt: qqes s umiḍan Wikipedia
   oauth:
-    authorize:
-      title: Sireg anekcum ar umiḍan-ik
-      allow_to: 'Sireg asnas amsaɣ i:'
-      allow_read_prefs: ɣeṛ ismenyifen-ik n useqdac.
-      allow_write_prefs: Ẓreg ismenyifen-ik n useqdac.
-      allow_write_diary: rnu inekcam deg uɣmis, iwenniten akked imdukkal.
-      allow_write_api: snifel takarḍa
-      allow_read_gpx: ɣeṛ lǧerrat-ik GPS usligen.
-      allow_write_gpx: azen lǧerrat GPS
-      allow_write_notes: snifel tizmilin.
-      grant_access: Mudd tasiregt
-    authorize_success:
-      title: Asuter n tsiregt tettwaqbel
-      allowed_html: Yessefk ad tmuddeḍ tasiregt ar umiḍan-ik i usnas %{app_name}.
-      verification: Asenqed n tengalt d %{code}.
-    authorize_failure:
-      title: Asuter n tsiregt ur yeddi ara
-      denied: Tugwiḍ tasiregt n unekcu ar umiḍan-ik i usnas %{app_name}.
-      invalid: Ajiṭun n tsiregt mačči d ameɣtu.
-    revoke:
-      flash: Teḥwiḍ ajiṭun i %{application}
     permissions:
       missing: Ur teǧǧiḍ ara asnas akken ad yeqqen ar usebdded-agi
-  oauth_clients:
-    new:
-      title: Sekles asnas amaynut
-    edit:
-      title: Ẓreg asnas-ik
-    show:
-      title: Talqayt OAuth i %{app_name}
-      key: 'Tasarutt n useqdac:'
-      secret: 'Tabadnit n useqdac:'
-      url: 'Tansa n ujiṭun n tuttra:'
-      access_url: 'Tansa n ujiṭun n unelcum:'
-      authorize_url: 'Tansa URL n tsiregt:'
-      support_notice: Nsefrak izmulen HMAC-SHA1 (yelha) akked RSA-SHA1
-      edit: Ẓreg talqayt
-      delete: Kkes amsaɣ
-      confirm: Tebɣiḍ?
-      requests: 'Asuter n tsirag-agi i useqdac:'
-    index:
-      title: Talqayt-iw OAuth
-      my_tokens: Isnasen-iw yettwaskelsen
-      application: Isem n usnas
-      issued_at: Yeffeɣ-d di
-      revoke: Ḥwi!
-      my_apps: Isnasen-iw imsaɣen
-      register_new: Sekles asnas-il
   users:
     new:
       title: Jerred
@@ -1222,7 +1134,6 @@ kab:
       title: Tiwtilin n iwiziw
       heading: Tiwtilin n iwiziw
       consider_pd_why: d acu-t wa?
-      decline: Agwi
       legale_select: 'Tamurt n tnezduɣt:'
       legale_names:
         france: Fṛansa
@@ -1287,11 +1198,6 @@ kab:
     auth_association:
       option_1: Ma yella d amaynut i d-tusiḍ ɣer OpenStreetMap, ttxil-ek(m) seɣnew
         amiḍan amaynut s tallalt n tferkit adda-ya.
-  user_role:
-    grant:
-      confirm: Sentem
-    revoke:
-      confirm: Sentem
   user_blocks:
     helper:
       time_future_html: Ad ifak di %{time}.
@@ -1309,17 +1215,12 @@ kab:
       heading_html: '%{block_on} isewḥel-it %{block_by}'
       created: Yettwarna
       status: Addad
-      show: Sken
       edit: Ẓreg
-      revoke: Ḥwi!
-      confirm: Tebɣiḍ?
       reason: 'Taɣzint n  usewḥel:'
-      needs_view: Aseqdac-agi yesra ad yeqqen send ad yettwakkes u sewḥel.
     block:
       show: Sken
       edit: Ẓreg
-      revoke: Ḥwi!
-    blocks:
+    page:
       display_name: Aseqdac iweḥlen
       creator_name: Amernay
       reason: Taɣzint n  usewḥel
@@ -1348,6 +1249,8 @@ kab:
     new:
       title: Tazmilt tamaynut
       add: Rnu tazmilt
+    notes_paging_nav:
+      showing_page: Asebter %{page}
   javascripts:
     close: Mdel
     share:
index fa566affdd35f83cc9786c96e669da10fa6285ae..54c620e84349cd773ab313c6b10af9696c4aa798 100644 (file)
@@ -37,10 +37,6 @@ kk-cyrl:
         create: Бұғаттауды жасау
         update: Бұғаттауды жаңарту
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: жарамды е-пошта мекенжайына ұқсамайды
-        email_address_not_routable: қолжетімді емес
     models:
       acl: Қолжетімділікті бақылау тізімі
       changeset: Өңдеме дестесі
@@ -311,18 +307,14 @@ kk-cyrl:
     query:
       title: Маңайдағы нысандар
       nearby: Маңайдағы нысандар
+  changeset_comments:
+    feeds:
+      comment:
+        commented_at_by_html: '%{when} %{user} жаңартқан'
   changesets:
-    changeset_paging_nav:
-      showing_page: '%{page}-беті'
-      next: Келесі »
-      previous: « Алдыңғы
     changeset:
-      anonymous: Аноним
       no_edits: (өңдемелер жоқ)
       view_changeset_details: Өңдеме дестесінің егжей-тегжейін көру
-    changesets:
-      id: ID
-      user: Қолданушы
     index:
       title: Өңдеме дестелері
       title_user: '%{user} жасаған өңдемелер дестелері'
@@ -335,8 +327,6 @@ kk-cyrl:
         belongs_to: Автор
     heading:
       title: Өңдеме дестесі %{id}
-    no_such_entry:
-      title: Мұндай өңдеме дестесі жоқ
     show:
       title: 'Өңдеме дестесі: %{id}'
       discussion: Талқылау
@@ -349,9 +339,6 @@ kk-cyrl:
       nodes: Нүктелер (%{count})
       ways: Сызықтар (%{count})
       relations: Қатынастар (%{count})
-  changeset_comments:
-    comment:
-      commented_at_by_html: '%{when} %{user} жаңартқан'
   dashboards:
     contact:
       km away: Бұдан %{count} км жерде
@@ -379,8 +366,6 @@ kk-cyrl:
       no_entries: Күнделікте еш жазба жоқ
     page:
       recent_entries: Жуықтағы күнделік жазбалары
-      older_entries: Ескілеу жазбалар
-      newer_entries: Жаңалау жазбалар
     edit:
       title: Күнделік жазбасын өңдеу
     show:
@@ -400,16 +385,12 @@ kk-cyrl:
       hide_link: Бұл пікірді жасыру
       unhide_link: Бұл пікірді көрсету
       confirm: Құптау
-    location:
-      edit: Өңдеу
     subscribe:
       button: Талқыға жазылу
   diary_comments:
     page:
       when: Қашан
       comment: Пікір
-      newer_comments: Жаңалау пікірлер
-      older_comments: Ескілеу пікірлер
   doorkeeper:
     flash:
       applications:
@@ -434,7 +415,6 @@ kk-cyrl:
   geocoder:
     search:
       title:
-        results_from_html: '%{results_link} берген нәтиже'
         latlon: Жүйе
     search_osm_nominatim:
       prefix:
@@ -884,10 +864,6 @@ kk-cyrl:
         level6: Аудан шекарасы
         level8: Қала шекарасы
         level9: Ауыл шекарасы
-      types:
-        cities: Үлкен қалалар
-        towns: Қалалар
-        places: Орындар
     results:
       no_results: Ештеңе табылмады
   issues:
@@ -921,7 +897,6 @@ kk-cyrl:
     history: Тарих
     export: Экспорттау
     gps_traces: GPS бағдарлары
-    gps_traces_tooltip: GPS бағдарларын басқару
     user_diaries: Қолданушылардың күнделіктері
     edit_with: '%{editor} көмегімен өңдеу'
     intro_header: OpenStreetMap-ке қош келдіңіз!
@@ -931,8 +906,6 @@ kk-cyrl:
     about: Жоба туралы
     copyright: Авторлық құқықтар
     communities: Қауымдастықтар
-    community: Қауымдастық
-    community_blogs: Қауымдастық блогтары
     learn_more: Көбірек білу
     more: Мәзір
   user_mailer:
@@ -961,7 +934,6 @@ kk-cyrl:
       greeting: Сәлеметсіз бе,
     changeset_comment_notification:
       hi: Сәлеметсіз бе, %{to_user},
-      greeting: Сәлеметсіз бе,
   messages:
     messages_table:
       from: Кімнен
@@ -971,12 +943,10 @@ kk-cyrl:
     message_summary:
       unread_button: Оқылмаған деп белгілеу
       read_button: Оқылды деп белгілеу
-      reply_button: Жауап беру
       destroy_button: Жою
     new:
       title: Хат жіберу
     outbox:
-      actions: Әрекеттер
       messages:
         one: '%{count} хат жібердіңіз'
         other: '%{count} хат жібердіңіз'
@@ -1024,7 +994,6 @@ kk-cyrl:
       success: Бейін жаңартылды.
   sessions:
     new:
-      title: Кіру
       tab_title: Кіру
       password: Құпиясөз
       remember: Жүйеде қалу
@@ -1041,6 +1010,13 @@ kk-cyrl:
       url: URL
     richtext_field:
       edit: Өңдеу
+    pagination:
+      diary_comments:
+        older: Ескілеу пікірлер
+        newer: Жаңалау пікірлер
+      diary_entries:
+        older: Ескілеу жазбалар
+        newer: Жаңалау жазбалар
   site:
     about:
       open_data_title: Ашық дерек
@@ -1094,7 +1070,6 @@ kk-cyrl:
         title: OpenStreetMap Уики
     sidebar:
       search_results: Іздеу нәтижелері
-      close: Жабу
     search:
       search: Іздеу
       where_am_i: Бұл қайда?
@@ -1152,8 +1127,6 @@ kk-cyrl:
       cancel: Болдырмау
     update:
       updated: Бағдар жаңартылды
-    trace_optionals:
-      tags: Тегтер
     show:
       filename: 'Файл атауы:'
       download: жүктеп алу
@@ -1168,7 +1141,6 @@ kk-cyrl:
       edit_map: Картаны өңдеу
   application:
     settings_menu:
-      oauth1_settings: OAuth 1 баптаулары
       oauth2_applications: OAuth 2 қосымшалары
     auth_providers:
       openid:
@@ -1183,12 +1155,6 @@ kk-cyrl:
         title: GitHub арқылы кіру
       wikipedia:
         title: Уикипедия арқылы кіру
-  oauth_clients:
-    show:
-      confirm: Сенімдісіз бе?
-    index:
-      revoke: Күшін жою!
-      oauth: OAuth
   oauth2_applications:
     index:
       permissions: Рұқсаттар
@@ -1253,11 +1219,10 @@ kk-cyrl:
           other: '%{count} жыл'
     show:
       edit: Өңдеу
-      confirm: Сенімдісіз бе?
       reason: 'Бұғаттау себебі:'
     block:
       edit: Өңдеу
-    blocks:
+    page:
       reason: 'Бұғаттау себебі:'
   notes:
     index:
@@ -1269,6 +1234,8 @@ kk-cyrl:
     new:
       title: Жаңа ескертпе
       add: Ескертпе қосу
+    notes_paging_nav:
+      showing_page: '%{page}-беті'
   javascripts:
     close: Жабу
     share:
index 443162479d90fd36888cca5bca86de7d71876c0d..98237c03f768fdebc5033116fd30552f5c05f426 100644 (file)
@@ -36,9 +36,6 @@ km:
         create: បង្កើតប្លុក
         update: អាប់ដេតប្លុក
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: មិន​ទំនង​ជា​អាសយដ្ឋាន​អ៊ីមែល​ត្រឹមត្រូវ​ទេ
     models:
       changeset: សំណុំបន្លាស់ប្តូរ​
       changeset_tag: ស្លាកនៃសំណុំបន្លាស់ប្តូរ​
@@ -163,20 +160,9 @@ km:
       tags: ស្លាក​
       wikipedia_link: អត្ថបទ %{page} នៅលើវិគីភីឌា
   changesets:
-    changeset_paging_nav:
-      showing_page: ទំព័រ %{page}
-      next: បន្ទាប់ »
-      previous: « មុន
     changeset:
-      anonymous: អនាមិក
       no_edits: (គ្មានកំណែប្រែ​)
       view_changeset_details: មើលព័ត៌មានលម្អិតរបស់សំណុំបន្លាស់ប្តូរ​
-    changesets:
-      id: អត្តលេខ
-      saved_at: បានរក្សាទុក​នៅ​
-      user: អ្នកប្រើប្រាស់​
-      comment: មតិយោបល់​
-      area: តំបន់
     index:
       title: សំណុំបន្លាស់ប្ដូរ
       title_user: សំណុំបន្លាស់ប្ដូរធ្វើដោយ %{user}
@@ -230,8 +216,6 @@ km:
       no_entries: គ្មានកំណត់ហេតុទេ
     page:
       recent_entries: ប្រកាសកំណត់ហេតុថ្មីៗ
-      older_entries: ប្រកាសចាស់ៗ
-      newer_entries: ប្រកាសថ្មីៗ
     edit:
       title: កែប្រែប្រកាសកំណត់ហេតុ
       marker_text: ទីតាំងប្រកាសន៍កំណត់ហេតុ
@@ -252,8 +236,6 @@ km:
       confirm: បញ្ជាក់​
     location:
       location: ទីតាំង​៖​
-      view: មើល​
-      edit: កែប្រែ
   friendships:
     make_friend:
       success: '%{name} ឥឡូវនេះជាមិត្តរបស់អ្នក​។'
@@ -607,8 +589,6 @@ km:
           zoo: សួនសត្វ
         waterway:
           canal: ព្រែកជីក
-      types:
-        cities: ក្រុង​
   layouts:
     logout: កត់ឈ្មោះចេញ
     log_in: កត់ឈ្មោះចូល
@@ -616,13 +596,9 @@ km:
     edit: កែប្រែ​
     history: ប្រវត្តិ​
     export: នាំចេញ​
-    tag_line: ផែនទីពិភពលោក​វិគីសេរី
     help: ជំនួយ
     about: អំពី
     copyright: រក្សាសិទ្ឋ
-    community: សហគមន៍
-    make_a_donation:
-      text: ជួយ​ឧបត្ថម្ភ​
     learn_more: ស្វែងយល់បន្ថែម
     more: ផ្សេងទៀត
   user_mailer:
@@ -660,13 +636,17 @@ km:
       back_to_inbox: ត្រឡប់ទៅប្រអប់សំបុត្រ​
   sessions:
     new:
-      title: កត់ឈ្មោះចូល
       tab_title: កត់ឈ្មោះចូល
       email or username: អាសយដ្ឋានអ៊ីមែល ឬឈ្មោះអ្នកប្រើប្រាស់​៖
       login_button: កត់ឈ្មោះចូល
     destroy:
       title: កត់ឈ្មោះចេញ
       logout_button: កត់ឈ្មោះចេញ
+  shared:
+    pagination:
+      diary_entries:
+        older: ប្រកាសចាស់ៗ
+        newer: ប្រកាសថ្មីៗ
   site:
     copyright:
       foreign:
@@ -682,7 +662,6 @@ km:
       export_button: នាំចេញ​
     sidebar:
       search_results: លទ្ធផលនៃការស្វែងរក​
-      close: បិទ​
     search:
       search: ស្វែងរក​
       where_am_i: ខ្ញុំនៅទីណា​?
@@ -712,8 +691,6 @@ km:
       help: ជំនួយ​
     edit:
       visibility_help: តើនេះមានន័យ​ដូចម្ដេច​​?
-    trace_optionals:
-      tags: ស្លាក​
     show:
       filename: ឈ្មោះឯកសារ​៖
       download: ទាញយក
@@ -744,18 +721,12 @@ km:
         title: កត់ឈ្មោះចូលដោយប្រើ GitHub
       wikipedia:
         title: កត់ឈ្មោះចូលដោយប្រើវិគីភីឌា
-  oauth_clients:
-    edit:
-      title: កែប្រែ​ទំរង់បែបបទរបស់អ្នក​
-    show:
-      edit: កែប្រែ​ព័ត៌មានលម្អិត​
   users:
     new:
       title: ចុះឈ្មោះ​ចូល
       continue: ចុះឈ្មោះចូល
       use external auth: ប្រើភ្នាក់ងារទី៣ដើម្បីកត់ឈ្មោះចូល
     terms:
-      decline: បដិសេធ
       legale_select: ប្រទេស​ស្នាក់​នៅ៖
       legale_names:
         france: ប្រទេសបារាំង
@@ -772,6 +743,8 @@ km:
       description: ការពិពណ៌នា
     new:
       title: កំណត់សម្គាល់ថ្មី
+    notes_paging_nav:
+      showing_page: ទំព័រ %{page}
   javascripts:
     embed:
       report_problem: រាយការណ៍​បញ្ហា
index 39cba20345d69efd742b975df1a6dfade2ce3623..632c965614b5612d1a5a774f538e7f485f1687c9 100644 (file)
@@ -3,6 +3,7 @@
 # Export driver: phpyaml
 # Author: AKJ GOWDA
 # Author: Ananth subray
+# Author: Anzx
 # Author: Nayvik
 # Author: Omshivaprakash
 # Author: Shankar
@@ -41,9 +42,6 @@ kn:
         create: ಅಪ್ಲೋಡ್
         update: ಬದಲಾವಣೆಗಳನ್ನು ಉಳಿಸಿ
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: ಈ ಮಿಂಚಂಚೆಯು ಅಸ್ತಿತ್ವದಲ್ಲಿದ್ದಂತೆ ಕಾಣುವುದಿಲ್ಲ
     models:
       acl: ಪ್ರವೇಶ ನಿಯಂತ್ರಣ ಸೂಚಿ
       changeset: ಬದಲಾವಣೆಗಳು
@@ -273,21 +271,18 @@ kn:
       introduction: ಹತ್ತಿರದ ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಹುಡುಕಲು ನಕ್ಷೆಯ ಮೇಲೆ ಕ್ಲಿಕ್ ಮಾಡಿ.
       nearby: ಹತ್ತಿರದ ವೈಶಿಷ್ಟ್ಯಗಳು
       enclosing: ಆವರಿಸಿರುವ ವೈಶಿಷ್ಟ್ಯಗಳು
+  changeset_comments:
+    feeds:
+      comment:
+        comment: '%{author} ಅವರಿಂದ ಬದಲಾವಣಾ ಸಂಖ್ಯೆ %{changeset_id} ರ ಹೊಸ ಅನಿಸಿಕೆ'
+        commented_at_by_html: '%{user}ಅವರಿಂದ %{when} ಹಿಂದೆ ನವೀಕರಿಸಲಾಗಿದೆ'
+      show:
+        title_all: ಓಪನ್ ಸ್ಟ್ತ್ರೀಟ್ ಮ್ಯಾಪ್ ಬದಲಾವಣೆಗಳ ಚರ್ಚೆ
+        title_particular: ಓಪನ್ ಸ್ಟ್ರೀಟ್ ಮ್ಯಾಪ್ ಬದಲಾವಣಾ ಸಂಖ್ಯೆ %{changeset_id} ಯ ಚರ್ಚೆ
   changesets:
-    changeset_paging_nav:
-      showing_page: ಪುಟ %{page}
-      next: ‍ಮುಂದಿನ »
-      previous: ‍‍ « ಹಿಂದಿನ
     changeset:
-      anonymous: ಅನಾಮಧೇಯ
       no_edits: (ಸಂಪಾದನೆಗಳಿಲ್ಲ)
       view_changeset_details: ಬದಲಾವಣೆಯ ವಿವರಗಳನ್ನು ತೋರಿಸಿ
-    changesets:
-      id: ಐಡಿ
-      saved_at: ಇಲ್ಲಿ ಉಳಿಸಲಾಗಿದೆ
-      user: ಬಳಕೆದಾರ
-      comment: ಟಿಪ್ಪಣಿ
-      area: ಪ್ರದೇಶ
     index:
       title: ಬದಲಾವಣೆಗಳು
       title_user: '%{user}ಅವರಿಂದಾದ ಬದಲಾವಣೆಗಳು'
@@ -319,13 +314,6 @@ kn:
       relations_paginated: ಸಂಬಂಧಗಳು(%{x}-%{y} of %{count})
     timeout:
       sorry: ಕ್ಷಮಿಸಿ, ನೀವು ಕೇಳಿದ ಬದಲಾವಣಾ ಪಟ್ಟಿ ಪಡೆಯಲು ದೀರ್ಘ ಸಮಯ ಬೇಕಾಯಿತು.
-  changeset_comments:
-    comment:
-      comment: '%{author} ಅವರಿಂದ ಬದಲಾವಣಾ ಸಂಖ್ಯೆ %{changeset_id} ರ ಹೊಸ ಅನಿಸಿಕೆ'
-      commented_at_by_html: '%{user}ಅವರಿಂದ %{when} ಹಿಂದೆ ನವೀಕರಿಸಲಾಗಿದೆ'
-    index:
-      title_all: ಓಪನ್ ಸ್ಟ್ತ್ರೀಟ್ ಮ್ಯಾಪ್ ಬದಲಾವಣೆಗಳ ಚರ್ಚೆ
-      title_particular: ಓಪನ್ ಸ್ಟ್ರೀಟ್ ಮ್ಯಾಪ್ ಬದಲಾವಣಾ ಸಂಖ್ಯೆ %{changeset_id} ಯ ಚರ್ಚೆ
   dashboards:
     contact:
       km away: '%{count} ಕಿಮೀ ದೂರ'
@@ -354,8 +342,6 @@ kn:
       no_entries: ದಿನಚರಿ ದಾಖಲಾತಿಗಳಿಲ್ಲ
     page:
       recent_entries: ಇತ್ತೀಚೆಗಿನ ದಿನಚರಿ ದಾಖಲಾತಿಗಳು
-      older_entries: ಹಳೆಯ ದಾಖಲಾತಿಗಳು
-      newer_entries: ಹೊಸದಾದ ದಾಖಲಾತಿಗಳು
     edit:
       title: ದಿನಚರಿ ದಾಖಲಾತಿಯನ್ನು ತಿದ್ದಿರಿ
       marker_text: ದಿನಚರಿ ದಾಖಲೆಯ ಸ್ಥಳ
@@ -383,8 +369,6 @@ kn:
       report: ಈ ಟಿಪ್ಪಣಿಯನ್ನು ವರದಿ ಮಾಡಿ
     location:
       location: 'ಸ್ಥಳ:'
-      view: ವೀಕ್ಷಿಸಿ
-      edit: ಸಂಪಾದಿಸಿ
     feed:
       user:
         title: ಓಪನ್ ಸ್ಟ್ರೀಟ್ ಮ್ಯಾಪ್ ನಲ್ಲಿ %{user} ಅವರ ದಿನಚರಿ ದಾಖಲಾತಿಗಳು
@@ -396,8 +380,6 @@ kn:
       post: ಪೋಸ್ಟ್ ಮಾಡಿ
       when: ಯಾವಾಗ
       comment: ಟಿಪ್ಪಣಿ
-      newer_comments: ಹೊಸ ಟಿಪ್ಪಣಿಗಳು
-      older_comments: ಹಳೆ ಟಿಪ್ಪಣಿಗಳು
   friendships:
     make_friend:
       button: ಸ್ನೇಹಿತರಾಗಿ ಸೇರಿಸಿ
@@ -638,22 +620,19 @@ kn:
         level4: ರಾಜ್ಯದ ಗಡಿ
         level8: ನಗರದ ಗಡಿ
         level9: ಹಳ್ಳಿಯ ಗಡಿ
-      types:
-        cities: ನಗರಗಳು
-        towns: ಪಟ್ಟಣಗಳು
-        places: ಸ್ಥಳಗಳು
     results:
       no_results: ಯಾವುದೇ ಫಲಿತಾಂಶಗಳಿಲ್ಲ
   issues:
     index:
       search: ಹುಡುಕು
+      states:
+        open: ತೆರೆ
+        resolved: ಪರಿಹರಿಸಲಾಗಿದೆ
+    page:
       user_not_found: ಬಳಕೆದಾರ ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ
       status: ಸ್ಥಿತಿಗತಿ
       reports: ವರದಿಗಳು
       last_updated: ಕೊನೆಯ ಬದಲಾವಣೆ
-      states:
-        open: ತೆರೆ
-        resolved: ಪರಿಹರಿಸಲಾಗಿದೆ
     show:
       resolve: ಪರಿಹರಿಸಿ
       ignore: ನಿರ್ಲಕ್ಷಿಸಿ
@@ -677,19 +656,12 @@ kn:
     edit: ಸಂಪಾದಿಸಿ
     history: ಇತಿಹಾಸ
     export: ರಫ್ತು ಮಾಡು
-    data: ದತ್ತಾಂಶ
-    export_data: ದತ್ತಾಂಶ ರಫ್ತುಮಾಡು
     intro_header: ಒಪನ್ ಸ್ಟ್ರೀಟ್ ಮ್ಯಾಪ್ ಗೆ  ಸುಸ್ವಾಗತ!
-    intro_2_create_account: ಹೊಸ ಬಳಕೆದಾರ ಖಾತೆಯನ್ನು ರಚಿಸಿ
     tou: ಬಳಕೆಯ ನಿಬಂಧನೆಗಳು
     help: ಸಹಾಯ
     about: ನಮ್ಮ ಬಗ್ಗೆ
     copyright: ಕಾಯ್ದಿರಿಸಿದ ಹಕ್ಕುಗಳು
     communities: ಸಮುದಾಯಗಳು
-    community: ಸಮುದಾಯ
-    community_blogs: ಸಮುದಾಯದ ಬ್ಲಾಗ್ ಗಳು
-    make_a_donation:
-      text: ದೇಣಿಗೆ ನೀಡಿ
     learn_more: ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ
     more: ಇನ್ನಷ್ಟು
   user_mailer:
@@ -706,8 +678,6 @@ kn:
     note_comment_notification:
       anonymous: ಒಬ್ಬ ಅನಾಮಧೇಯ ಸದಸ್ಯ
       greeting: ನಮಸ್ತೆ,
-    changeset_comment_notification:
-      greeting: ನಮಸ್ತೆ,
   confirmations:
     confirm:
       button: ಧೃಡಪಡಿಸಿ
@@ -720,7 +690,6 @@ kn:
       subject: ವಿಷಯ
       date: ದಿನಾಂಕ
     message_summary:
-      reply_button: ಉತ್ತರಿಸಿ
       destroy_button: ಅಳಿಸು
     new:
       title: ಸಂದೇಶ ಕಳುಹಿಸಿ
@@ -762,7 +731,6 @@ kn:
       delete: ಅಳಿಸಿ
   sessions:
     new:
-      title: ಲಾಗ್ ಇನ್
       tab_title: ಲಾಗಿನ್
       password: 'ಪ್ರವೇಶಪದ:'
       login_button: ಲಾಗಿನ್
@@ -783,9 +751,15 @@ kn:
     richtext_field:
       edit: ಸಂಪಾದಿಸಿ
       preview: ಮುನ್ನೋಟ
+    pagination:
+      diary_comments:
+        older: ಹಳೆ ಟಿಪ್ಪಣಿಗಳು
+        newer: ಹೊಸ ಟಿಪ್ಪಣಿಗಳು
+      diary_entries:
+        older: ಹಳೆಯ ದಾಖಲಾತಿಗಳು
+        newer: ಹೊಸದಾದ ದಾಖಲಾತಿಗಳು
   site:
     about:
-      next: ಮುಂದಿನ
       local_knowledge_title: ಸ್ಥಳೀಯ ಜ್ಞಾನ
       open_data_title: ಮುಕ್ತ ದತ್ತಾಂಶ
     copyright:
@@ -833,11 +807,8 @@ kn:
         title: ಓಪನ್‌ಸ್ಟ್ರೀಟ್‌ಮ್ಯಾಪ್ ವಿಕಿ
     any_questions:
       title: ಏನಾದರು ಪ್ರಶ್ನೆಗಳಿವೆಯೇ?
-    sidebar:
-      close: ಮುಚ್ಚಿ
     search:
       search: ಹುಡುಕು
-      get_directions: ದಾರಿಯನ್ನು ಹುಡುಕಿ
       from: ಇಂದ
       to: ಗೆ
       where_am_i: ಇದು ಎಲ್ಲಿದೆ?
@@ -881,9 +852,6 @@ kn:
       wikipedia:
         title: ವಿಕಿಪೀಡಿಯದೊಂದಿಗೆ ಪ್ರವೇಶಿಸಿ
         alt: ವಿಕಿಪೀಡಿಯ ಖಾತೆಯೊಂದಿಗೆ ಪ್ರವೇಶಿಸಿ
-  oauth_clients:
-    show:
-      edit: ವಿವರಗಳನ್ನು ಸಂಪಾದಿಸಿ
   oauth2_applications:
     application:
       edit: ಸಂಪಾದಿಸಿ
@@ -910,6 +878,8 @@ kn:
       hidden_title: 'ಅಡಗಿಸಿದ ಟಿಪ್ಪಣಿ #%{note_name}'
     new:
       title: ಹೊಸ ಟಿಪ್ಪಣಿ
+    notes_paging_nav:
+      showing_page: ಪುಟ %{page}
   javascripts:
     directions:
       instructions:
index dc07272d0d534af94c5946f399ba9e114c61c6c9..aaf9f098d5f1494b3611f30c91b804ddf59dfa1f 100644 (file)
@@ -34,6 +34,7 @@
 # Author: SeoJeongHo
 # Author: Stleamist
 # Author: Sukjong0406
+# Author: Suleiman the Magnificent Television
 # Author: Theshinster123
 # Author: Twotwo2019
 # Author: Wehwei
@@ -85,8 +86,6 @@ ko:
   activerecord:
     errors:
       messages:
-        invalid_email_address: 유효한 이메일 주소로 보이지 않음
-        email_address_not_routable: 라우팅할 수 없음
         display_name_is_user_n: n이 사용자 ID가 아니라면 user_n이 될 수 없음
       models:
         user_mute:
@@ -165,7 +164,7 @@ ko:
         longitude: 경도
         public: 공개
         description: 설명
-        gpx_file: GPX 파일 올리기
+        gpx_file: GPS 트레이스 파일 선택
         visibility: 공개 여부
         tagstring: 태그
       message:
@@ -195,6 +194,8 @@ ko:
         pass_crypt_confirmation: 비밀번호 확인
     help:
       doorkeeper/application:
+        confidential: 클라이언트 비밀을 유지할 수 있는 곳에서 애플리케이션이 사용됩니다 (네이티브 모바일 앱과 싱글 페이지 앱은
+          기밀이 아닙니다).
         redirect_uri: URI마다 1줄 사용
       trace:
         tagstring: 쉼표로 구분
@@ -288,6 +289,7 @@ ko:
         retain_notes: 지도 메모와 메모에 달린 댓글이 있는 경우 유지되지만 보기에서 숨겨집니다.
         retain_changeset_discussions: 바뀜집합 토론이 있는 경우 유지됩니다.
         retain_email: 이메일 주소는 그대로 유지됩니다.
+        recent_editing_html: 최근 편집했으므로 현재 계정을 삭제할 수 없습니다. %{time} 후에 삭제가 가능합니다.
         confirm_delete: 확실합니까?
         cancel: 취소
   accounts:
@@ -385,7 +387,7 @@ ko:
         note: 참고
     timeout:
       title: 시간 초과 오류
-      sorry: 죄송합니다, %{id} id인 %{type}에 대한 데이터를 는데 너무 오래 걸립니다.
+      sorry: 죄송합니다, %{id} id인 %{type}에 대한 데이터를 가져오는데 너무 오래 걸립니다.
       type:
         node: 교점
         way: 길
@@ -421,30 +423,44 @@ ko:
       introduction: 근처의 지물을 찾으려면 지도에서 클릭하세요.
       nearby: 근처 지물
       enclosing: 근접 지역 내 지물
+  nodes:
+    timeout:
+      sorry: 죄송합니다, %{id} id인 노드에 대한 데이터를 가져오는데 너무 오래 걸립니다.
   old_nodes:
     not_found:
       sorry: '죄송합니다. 버전 %{version}의 노드 #%{id}를 찾을 수 없습니다.'
+    timeout:
+      sorry: 죄송합니다, %{id} id인 노드의 역사를 가져오는데 너무 오래 걸립니다.
+  ways:
+    timeout:
+      sorry: 죄송합니다, %{id} id인 길 데이터를 가져오는데 너무 오래 걸립니다.
   old_ways:
     not_found:
       sorry: '죄송합니다. 버전 %{version}의 경로 #%{id}를 찾을 수 없습니다.'
+    timeout:
+      sorry: 죄송합니다, %{id} id인 길 역사를 가져오는데 너무 오래 걸립니다.
+  relations:
+    timeout:
+      sorry: 죄송합니다, %{id} id인 관계 데이터를 가져오는데 너무 오래 걸립니다.
   old_relations:
     not_found:
       sorry: '죄송합니다. 버전 %{version}의 관계 #%{id}를 찾을 수 없습니다.'
+    timeout:
+      sorry: 죄송합니다, %{id} id인 관계 역사를 가져오는데 너무 오래 걸립니다.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: '바뀜집합 #%{changeset_id}에 %{author}님이 새 댓글을 남김'
+        commented_at_by_html: '%{user}님이 %{when}에 업데이트함'
+      show:
+        title_all: 오픈스트리트맵 바뀜집합 토론
+        title_particular: '오픈스트리트맵 바뀜집합 #%{changeset_id} 토론'
+      timeout:
+        sorry: 죄송합니다, 요청하는 바뀜집합 댓글을 불러오는 데 너무 오래 걸렸습니다.
   changesets:
-    changeset_paging_nav:
-      showing_page: '%{page}쪽'
-      next: 다음 »
-      previous: « 이전
     changeset:
-      anonymous: 익명
       no_edits: (편집 없음)
       view_changeset_details: 바뀜집합의 자세한 사항 보기
-    changesets:
-      id: ID
-      saved_at: 저장된 시간
-      user: 사용자
-      comment: 의견
-      area: 구역
     index:
       title: 바뀜집합
       title_user: '%{user}님의 바뀜집합'
@@ -474,7 +490,7 @@ ko:
       title: 바뀜집합 %{id}
       created_by_html: '%{created}에 의해 %{link_user}이(가) 생성되었습니다.'
     no_such_entry:
-      title: 해당 바뀜집합이 없습니다.
+      heading: 'id에 해당하는 엔트리 없음: %{id}'
     show:
       title: '바뀜집합: %{id}'
       created: '생성 시기: %{when}'
@@ -504,17 +520,6 @@ ko:
       relations_paginated: 관계(%{count}개 중 %{x}-%{y})
     timeout:
       sorry: 죄송합니다, 요청하는 바뀜집합 목록을 가져오는 데 너무 오래 걸렸습니다.
-  changeset_comments:
-    comment:
-      comment: '바뀜집합 #%{changeset_id}에 %{author}님이 새 댓글을 남김'
-      commented_at_by_html: '%{user}님이 %{when}에 업데이트함'
-    comments:
-      comment: '바뀜집합 #%{changeset_id}에 %{author}님이 새 댓글을 남김'
-    index:
-      title_all: 오픈스트리트맵 바뀜집합 토론
-      title_particular: '오픈스트리트맵 바뀜집합 #%{changeset_id} 토론'
-    timeout:
-      sorry: 죄송합니다, 요청하는 바뀜집합 댓글을 불러오는 데 너무 오래 걸렸습니다.
   dashboards:
     contact:
       km away: '%{count}km 거리'
@@ -554,8 +559,6 @@ ko:
       no_entries: 일기 항목이 없습니다
     page:
       recent_entries: 최근 일기 항목
-      older_entries: 이전 항목
-      newer_entries: 다음 항목
     edit:
       title: 일기 항목 수정
       marker_text: 일기 항목 위치
@@ -570,7 +573,7 @@ ko:
       login: 로그인
     no_such_entry:
       title: 해당 일기 항목이 없음
-      heading: '%{id} ID 항목 없음'
+      heading: 'id에 해당하는 엔트리 없음: %{id}'
       body: 안타깝게도, ID가 %{id}인 일기 항목이나 댓글이 없습니다. 맞춤법이나 클릭한 링크의 유효성을 확인해 주세요.
     diary_entry:
       posted_by_html: '%{link_user}님이 %{language_link}로 %{created}에 게시함.'
@@ -593,8 +596,6 @@ ko:
       report: 이 의견 신고
     location:
       location: '위치:'
-      view: 보기
-      edit: 편집
     feed:
       user:
         title: '%{user}의 오픈스트리트맵 일기 항목'
@@ -620,9 +621,13 @@ ko:
       post: 게시물
       when: 날짜
       comment: 의견
-      newer_comments: 새 의견
-      older_comments: 이전 의견
   doorkeeper:
+    errors:
+      messages:
+        account_selection_required: 인가 서버에는 최종 사용자의 계정 선택이 필요합니다
+        consent_required: 인가 서버에는 최종 사용자의 동의가 필요합니다
+        interaction_required: 인가 서버에는 최종 사용자의 소통이 필요합니다
+        login_required: 인가 서버에는 최종 사용자의 인증이 필요합니다
     flash:
       applications:
         create:
@@ -646,6 +651,7 @@ ko:
         알려주십시오. 요청의 정확한 URL을 기록해 두십시오.
     bad_request:
       title: 잘못된 요청
+      description: 오픈스트리트맵 서버에서 요청하신 작업이 유효하지 않습니다 (HTTP 400)
     forbidden:
       title: 접근 거부됨
       description: 오픈스트리트맵 서버에 요청한 이 작업은 관리자만 사용할 수 있습니다(HTTP 403).
@@ -671,7 +677,6 @@ ko:
   geocoder:
     search:
       title:
-        results_from_html: '%{results_link}의 결과'
         latlon: 내부
     search_osm_nominatim:
       prefix:
@@ -1420,10 +1425,6 @@ ko:
         level9: 마을 경계
         level10: 교외 경계
         level11: 이웃 경계
-      types:
-        cities: 도시
-        towns: 마을
-        places: 장소
     results:
       no_results: 결과가 없습니다
       more_results: 더 많은 결과
@@ -1437,20 +1438,20 @@ ko:
       not_updated: 업데이트되지 않음
       search: 검색
       search_guidance: '이슈 검색:'
+      states:
+        ignored: 무시됨
+        open: 열림
+        resolved: 해결됨
+    page:
       user_not_found: 사용자가 존재하지 않습니다
       issues_not_found: 해당 이슈를 찾을 수 없습니다
       status: 상태
       reports: 보고서
       last_updated: 최근 업데이트
       last_updated_time_ago_user_html: '%{time_ago} %{user}님'
-      link_to_reports: 보고서 보기
       reports_count:
         other: 신고 %{count}건
       reported_item: 항목 신고함
-      states:
-        ignored: 무시됨
-        open: 열림
-        resolved: 해결됨
     show:
       title: '%{status} 문제 #%{issue_id}'
       reports:
@@ -1535,18 +1536,12 @@ ko:
     history: 역사
     export: 내보내기
     issues: 이슈
-    data: 데이터
-    export_data: 데이터 내보내기
     gps_traces: GPS 궤적
-    gps_traces_tooltip: GPS 궤적 관리
     user_diaries: 사용자 일기
-    user_diaries_tooltip: 사용자 일기 보기
     edit_with: '%{editor} 계정으로 편집'
-    tag_line: 자유로운 위키 세계지도
     intro_header: 오픈스트리트맵에 오신 것을 환영합니다!
     intro_text: 오픈스트리트맵 (OpenStreetMap)은 여러분과 같은 사람들이 만들어, 개방형 라이선스에 따라 자유롭게 사용할 수
       있는 세계 지도입니다.
-    intro_2_create_account: 사용자 계정을 만드세요
     hosting_partners_2024_html: 호스팅은 %{fastly}, %{corpmembers}, 기타 %{partners}에서 지원합니다.
     partners_fastly: Fastly
     partners_corpmembers: OSMF 기업 회원
@@ -1554,17 +1549,11 @@ ko:
     tou: 이용 약관
     osm_offline: 데이터베이스 점검을 위해 현재 오픈스트리트맵의 데이터가 오프라인 상태에 있습니다.
     osm_read_only: 데이터베이스 점검을 위해 현재 오픈스트리트맵의 데이터가 읽기 전용으로 되어 있습니다.
-    donate: 하드웨어 업데이트 기금에서 %{link}에 의해 OpenStreet를 지원합니다.
+    nothing_to_preview: 미리 볼 항목이 없습니다.
     help: 도움말
     about: 소개
     copyright: 저작권
     communities: 커뮤니티
-    community: 공동체
-    community_blogs: 공동체 블로그
-    community_blogs_title: 오픈스트리트맵 커뮤니티 회원 블로그
-    make_a_donation:
-      title: 기부로 오픈스트리트맵 후원하기
-      text: 기부하기
     learn_more: 더 알아보기
     more: 더 보기
   user_mailer:
@@ -1600,6 +1589,9 @@ ko:
       hi: 안녕하세요 %{to_user}님,
       loaded:
         other: 가능한 점 %{count}개 가운데 점 %{trace_points}개를 성공적으로 불러왔습니다.
+      trace_location: 트레이스는 %{trace_url}에서 볼 수 있습니다
+      all_your_traces: 성공적으로 업로드한 모든 GPX 트레이스는 %{url}에서 볼 수 있습니다
+      all_your_traces_html: 성공적으로 업로드한 모든 GPX 트레이스는 %{url}에서 볼 수 있습니다.
       subject: '[OpenStreetMap] GPX 가져오기 성공'
     signup_confirm:
       subject: '[OpenStreetMap] 오픈스트리트맵에 오신 것을 환영합니다'
@@ -1654,7 +1646,6 @@ ko:
     changeset_comment_notification:
       description: 'OpenStreetMap 바뀜집합 #%{id}'
       hi: 안녕하세요 %{to_user}님,
-      greeting: 안녕하세요,
       commented:
         subject_own: '[OpenStreetMap] %{commenter}님이 바뀜집합에 댓글을 남겼습니다'
         subject_other: '[오픈스트리트맵] %{commenter}님이 내가 관심을 가진 바뀜집합에 뎟글을 남겼습니다'
@@ -1715,10 +1706,10 @@ ko:
       to: 받는이
       subject: 제목
       date: 날짜
+      actions: 동작
     message_summary:
       unread_button: 읽지 않음으로 표시
       read_button: 읽음으로 표시
-      reply_button: 답장
       destroy_button: 삭제
     new:
       title: 메시지 보내기
@@ -1739,6 +1730,10 @@ ko:
       no_sent_messages_html: 아직 보낸 메시지가 없습니다. %{people_mapping_nearby_link}에서 마음에
         드는 친구를 찾아보는 것은 어떨까요?
       people_mapping_nearby: 근처에 매핑한 사람
+    muted:
+      title: 알림에서 제외된 메시지
+      messages:
+        other: 알림 미표시 메시지 %{count}개
     reply:
       wrong_user: '''%{user}''님으로 로그인하고 있지만 답장을 요청한 메시지가 해당 사용자에게 보내지지 않았습니다. 답장을
         하려면 올바른 사용자로 로그인하세요.'
@@ -1755,6 +1750,7 @@ ko:
     heading:
       my_inbox: 받은 쪽지함
       my_outbox: 보낸 쪽지함
+      muted_messages: 알림에서 제외된 메시지
     mark:
       as_read: 메시지를 읽은 것으로 표시
       as_unread: 메시지를 읽지 않은 것으로 표시
@@ -1767,6 +1763,9 @@ ko:
       email address: 이메일 주소
       new password button: 비밀번호 재설정
       help_text: 가입할 때 사용한 이메일 주소를 입력하세요, 비밀번호를 재설정하여 사용할 수 있는 링크를 보내드립니다.
+    create:
+      send_paranoid_instructions: 귀하의 이메일 주소가 데이터베이스에 존재하는 경우 몇 분 후에 귀하의 이메일 주소로 비밀번호
+        복구 링크를 받게 됩니다.
     edit:
       title: 비밀번호 재설정
       heading: '%{user}의 비밀번호 재설정'
@@ -1816,14 +1815,13 @@ ko:
       failure: 프로필을 갱신할 수 없음.
   sessions:
     new:
-      title: 로그인
       tab_title: 로그인
+      login_to_authorize_html: '%{client_app_name}에 접근하려면 오픈스트리트맵에 로그인하십시오.'
       email or username: 이메일 주소 또는 사용자 이름
       password: 비밀번호
       remember: 로그인 상태를 기억하기
       lost password link: 비밀번호를 잊으셨나요?
       login_button: 로그인
-      register now: 지금 등록하세요
       with external: 혹은 제3자 방식으로 로그인하기
       or: 혹은
       auth failure: 죄송합니다, 입력한 정보로 로그인할 수 없습니다.
@@ -1854,9 +1852,28 @@ ko:
     richtext_field:
       edit: 편집
       preview: 미리 보기
+      help: 도움말
+    pagination:
+      diary_comments:
+        older: 이전 의견
+        newer: 새 의견
+      diary_entries:
+        older: 이전 항목
+        newer: 다음 항목
+      issues:
+        older: 이전 문제
+        newer: 새 문제
+      traces:
+        older: 이전 궤적
+        newer: 다음 궤적
+      user_blocks:
+        older: 옛 차단내역
+        newer: 최근 차단내역
+      users:
+        older: 이전 사용자
+        newer: 신규 사용자
   site:
     about:
-      next: 다음
       heading_html: '%{copyright}OpenStreetMap %{br} 기여자'
       used_by_html: '%{name}은 수많은 웹사이트와 모바일 앱, 하드웨어 장치를 위해 지도 자료를 제공합니다'
       lede_text: OpenStreetMap은 전 세계의 도로나 오솔길, 카페, 기차역을 비롯한 다양한 정보를 관리하고 기여하는 지도 편집자
@@ -2038,7 +2055,6 @@ ko:
       user_page_link: 사용자 문서
       anon_edits_link_text: 왜 이러한지 알아보세요.
       id_not_configured: iD가 설정되지 않았습니다
-      no_iframe_support: 브라우저가 이 기능에 필요한 HTML iframe을 지원하지 않습니다.
     export:
       title: 내보내기
       manually_select: 수동으로 다른 지역 선택
@@ -2129,10 +2145,8 @@ ko:
       welcome_mat: '''환영 매트''를 확인하세요'
     sidebar:
       search_results: 검색 결과
-      close: 닫기
     search:
       search: 검색
-      get_directions: 길 찾기
       get_directions_title: 두 점 사이의 길 찾기
       from: 출발지
       to: 도착지
@@ -2186,13 +2200,16 @@ ko:
           golf: 골프장
           park: 공원
           common: 공유지
+          built_up: 시가지
           resident: 주거 지역
           retail: 소매 지역
           industrial: 산업 지역
           commercial: 상업/관공서 지역
           heathland: 황무지
+          scrubland: 관목지
           lake: 호수
           reservoir: 저수지
+          intermittent_water: 간헐적인 수역
           glacier: 빙하
           reef: 암초
           wetland: 습지
@@ -2210,6 +2227,9 @@ ko:
           hospital: 병원
           building: 주요 건물
           station: 철도역
+          railway_halt: 철도 간이역
+          subway_station: 지하철역
+          tram_stop: 전차 정거장
           summit: 산꼭대기
           peak: 봉우리
           tunnel: 점선 테두리 = 터널
@@ -2218,7 +2238,6 @@ ko:
           destination: 목적 통행
           construction: 공사 중인 도로
           bus_stop: 버스 정류장
-          stop: 중지
           bicycle_shop: 자전거 가게
           bicycle_rental: 자전거 대여
           bicycle_parking: 자전거 주차장
@@ -2312,8 +2331,6 @@ ko:
       visibility_help: 이게 무슨 뜻입니까?
     update:
       updated: 추적 업데이트됨
-    trace_optionals:
-      tags: 태그
     show:
       title: '%{name} 경로 보기'
       heading: '%{name} 경로 보기'
@@ -2363,13 +2380,8 @@ ko:
       my_traces: 내 발자취
       traces_from: '%{user}님의 공개 GPS 궤적'
       remove_tag_filter: 태그 필터 제거
-    page:
-      older: 이전 궤적
-      newer: 다음 궤적
     destroy:
       scheduled_for_deletion: 삭제 계획중인 궤적
-    make_public:
-      made_public: 추적이 공개적으로 만들어짐
     offline_warning:
       message: GPX 파일 올리기 시스템은 현재 사용할 수 없습니다
     offline:
@@ -2386,8 +2398,6 @@ ko:
     permission_denied: 이 작업에 접근할 권한이 없습니다
     require_cookies:
       cookies_needed: 쿠키를 비활성화한 것으로 보입니다 - 계속하기 전에 브라우저에서 쿠키를 활성화하세요.
-    require_admin:
-      not_an_admin: 해당 동작을 수행하려면 관리자 권한이 필요합니다.
     setup_user_auth:
       blocked_zero_hour: OpenStreetMap 웹사이트에 중요 메시지가 있습니다. 편집을 저장하기 전에 이 메시지를 읽어야
         합니다.
@@ -2396,53 +2406,31 @@ ko:
         약관에 동의할 필요는 없습니다만 기여자 약관을 보아야 합니다.
     settings_menu:
       account_settings: 계정 설정
-      oauth1_settings: OAuth 1 설정
       oauth2_applications: OAuth 2 애플리케이션
       oauth2_authorizations: OAuth 2 인가
+      muted_users: 알림에서 제외된 사용자
     auth_providers:
+      openid_url: 오픈ID URL
       openid_login_button: 계속
       openid:
         title: OpenID로 로그인하기
-        alt: OpenID URL로 로그인
+        alt: OpenID 로고
       google:
         title: Google로 로그인하기
-        alt: Google OpenID로 로그인하기
+        alt: 구글 로고
       facebook:
         title: Facebook으로 로그인
-        alt: Facebook 계정으로 로그인하기
+        alt: 페이스북 로고
       microsoft:
         title: Microsoft로 로그인하기
-        alt: Microsoft 계정으로 로그인하기
+        alt: 마이크로소프트 로고
       github:
         title: GitHub으로 로그인
-        alt: GitHub 계정으로 로그인
+        alt: 깃허브 로고
       wikipedia:
         title: Wikipedia로 로그인하기
-        alt: Wikipedia 계정으로 로그인
+        alt: 위키백과 로고
   oauth:
-    authorize:
-      title: 내 계정에 접근 인증
-      request_access_html: '%{app_name} 애플리케이션이 %{user} 계정에 접근을 요청합니다. 애플리케이션이 다음
-        기능을 수행할 것인지 확인하세요. 원하는 만큼 많거나 적게 선택할 수 있습니다.'
-      allow_to: '다음 클라이언트 애플리케이션을 허용합니다:'
-      allow_read_prefs: 사용자 환경 설정을 읽습니다.
-      allow_write_prefs: 사용자 환경 설정을 수정합니다.
-      allow_write_diary: 일기 항목과 댓글을 생성하고 친구를 추가합니다.
-      allow_write_api: 지도를 수정합니다.
-      allow_read_gpx: 비공개 GPS 궤적을 읽습니다.
-      allow_write_gpx: GPS 궤적을 업로드합니다.
-      allow_write_notes: 참고를 수정합니다.
-      grant_access: 권한 부여
-    authorize_success:
-      title: 인증 요청이 허가됨
-      allowed_html: 내 계정에 %{app_name} 애플리케이션 접근이 부여되었습니다.
-      verification: 인증 코드는 %{code}입니다.
-    authorize_failure:
-      title: 인증 요청이 실패됨
-      denied: 내 계정에 %{app_name} 애플리케이션 접근이 거부되었습니다.
-      invalid: 인증 토큰이 올바르지 않습니다.
-    revoke:
-      flash: '%{application}에 대한 토큰을 해제했습니다'
     permissions:
       missing: 이 애플리케이션이 이 기능을 사용할 수 있도록 승인하지 않았습니다
     scopes:
@@ -2454,48 +2442,11 @@ ko:
       read_gpx: 비공개 GPS 궤적 읽기
       write_gpx: GPS 궤적 업로드
       write_notes: 참고 수정
+      write_redactions: 지도 데이터 삭제
       read_email: 사용자 이메일 주소 읽기
+      consume_messages: 사용자 메시지 읽기, 상태 업데이트 및 삭제
+      send_messages: 다른 사용자에게 개인 메시지 보내기
       skip_authorization: 애플리케이션 자동 승인
-  oauth_clients:
-    new:
-      title: 새 애플리케이션 등록
-    edit:
-      title: 내 애플리케이션 편집
-    show:
-      title: '%{app_name}에 대한 OAuth 자세한 정보'
-      key: '컨슈머 키:'
-      secret: '컨슈머 비밀 값:'
-      url: '요청 토큰 URL:'
-      access_url: '접근 토큰 URL:'
-      authorize_url: '요청 URL:'
-      support_notice: HMAC-SHA1(권장)과 RSA-SHA1 서명을 지원합니다.
-      edit: 자세한 사항 편집
-      delete: 클라이언트 삭제
-      confirm: 확실합니까?
-      requests: '사용자로부터 다음 권한을 요청합니다:'
-    index:
-      title: 내 OAuth 자세한 정보
-      my_tokens: 내 인증한 애플리케이션
-      list_tokens: '다음 토큰이 내 이름으로 애플리케이션에 발급했습니다:'
-      application: 애플리케이션 이름
-      issued_at: 발행
-      revoke: 해제!
-      my_apps: 내 클라이언트 애플리케이션
-      no_apps_html: '%{oauth} 표준을 사용하여 OpenStreetMap과 함께 사용하기 위해 등록할 애플리케이션이 있습니까?
-        이 서비스에 OAuth를 요청하기 전에 웹 애플리케이션을 등록해야 합니다.'
-      oauth: OAuth
-      registered_apps: '등록된 다음 클라이언트 애플리케이션이 있습니다:'
-      register_new: 내 애플리케이션 등록
-    form:
-      requests: '사용자로부터 다음 권한을 요청합니다:'
-    not_found:
-      sorry: 안타깝게도, 해당 %{type}의 내용을 찾을 수 없습니다.
-    create:
-      flash: 성공적으로 정보를 등록했습니다
-    update:
-      flash: 성공적으로 클라이언트 정보를 업데이트했습니다
-    destroy:
-      flash: 클라이언트 애플리케이션 등록을 파기했습니다
   oauth2_applications:
     index:
       title: 내 클라이언트 애플리케이션
@@ -2564,11 +2515,11 @@ ko:
         privacy_policy: 개인정보처리방침
         privacy_policy_title: 이메일 주소 섹션을 포함한 OSMF 개인 정보 보호 정책
         contributor_terms: 기여자 약관
-      tou: 이용약관
-      external auth: '제3자 인증:'
       continue: 가입하기
       terms accepted: 새 기여자 약관에 동의해 주셔서 감사합니다!
       email_help:
+        privacy_policy: 개인정보처리방침
+        privacy_policy_title: 이메일 주소 섹션을 포함한 OSMF 개인 정보 보호 정책
         html: 당신의 주소는 공개적으로 노출되지 않습니다. 자세한 내용은 %{privacy_policy_link}를 참조하세요.
       consider_pd_html: 내 기여가 %{consider_pd_link}에 속함을 선언합니다.
       consider_pd: 퍼블릭 도메인
@@ -2586,14 +2537,13 @@ ko:
       read_tou: 이용약관을 읽었으며 동의합니다
       consider_pd: 위의 내용 외에도 내 기여가 퍼블릭 도메인에 있다고 간주합니다
       consider_pd_why: 무엇인가요?
-      consider_pd_why_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain
       guidance_info_html: '이러한 용어를 이해하는 데 도움이 되는 정보: %{readable_summary_link} / 일부
         %{informal_translations_link}'
       readable_summary: 해석 요약본
       informal_translations: 비공식 번역
       continue: 계속
       declined: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
-      decline: 거부
+      cancel: 취소
       you need to accept or decline: 계속하려면 새 기여자 약관을 읽고 나서 동의나 거부하세요.
       legale_select: '거주 국가:'
       legale_names:
@@ -2633,6 +2583,8 @@ ko:
       remove as friend: 친구 제거
       add as friend: 친구 추가
       mapper since: '가입일:'
+      last map edit: '마지막 지도 편집:'
+      no activity yet: 아직 활동이 없습니다
       uid: '사용자 아이디:'
       ct status: '기여자 약관:'
       ct undecided: 정의되지 않음
@@ -2676,7 +2628,8 @@ ko:
       summary_no_ip_html: '%{name}이(가) %{date}에 만들어짐'
       empty: 일치하는 사용자를 찾을 수 없습니다
     page:
-      newer: 신규 사용자
+      found_users:
+        other: 사용자 %{count}명 찾음
       confirm: 선택한 사용자 확인
       hide: 선택한 사용자 숨기기
     suspended:
@@ -2704,17 +2657,9 @@ ko:
       doesnt_have_role: 사용자는 %{role} 역할이 없습니다.
       not_revoke_admin_current_user: 현재 사용자로부터 관리자 역할을 철회할 수 없습니다.
     grant:
-      title: 역할 부여 확인
-      heading: 역할 부여 확인
       are_you_sure: '''%{name}'' 사용자에게 ''%{role}'' 역할을 부여하겠습니까?'
-      confirm: 확인
-      fail: '''%{name} 사용자에게 ''%{role}'' 역할을 부여할 수 없습니다. 사용자와 역할이 모두 올바른지 확인하세요.'
     revoke:
-      title: 역할 해제 확인
-      heading: 역할 해제 확인
       are_you_sure: '''%{name}'' 사용자로부터 ''%{role}'' 역할을 해제하겠습니까?'
-      confirm: 확인
-      fail: '''%{name} 사용자로부터 ''%{role}'' 역할을 해제할 수 없습니다. 사용자와 역할이 모두 올바른지 확인하세요.'
   user_blocks:
     model:
       non_moderator_update: 차단을 만들거나 바꾸려면 운영자여야 합니다.
@@ -2730,26 +2675,21 @@ ko:
       title: '%{name} 사용자에 대한 차단 편집'
       heading_html: '%{name} 사용자에 대한 차단 편집'
       period: 사용자가 지금부터 얼마나 오랫동안 API에서 차단하나요.
+      revoke: 차단 해제
     filter:
       block_period: 차단 기간은 드롭 다운 목록에서 선택할 수 있는 값 중 하나여야 합니다.
     create:
       flash: '%{name} 사용자를 차단했습니다.'
     update:
       only_creator_can_edit: 이 차단을 한 운영자만 편집할 수 있습니다.
+      inactive_block_cannot_be_reactivated: 이 차단은 비활성화되어 있으므로 다시 활성화할 수 없습니다.
       success: 차단이 업데이트되었습니다.
     index:
       title: 사용자 차단
       heading: 사용자 차단 목록
       empty: 아직 차단하지 않았습니다.
-    revoke:
-      title: '%{block_on}에 차단 해제함'
-      heading_html: '%{block_by}에 의해 %{block_on}에 차단 해제함'
-      time_future_html: 이 차단은 %{time}에 끝납니다.
-      past_html: 이 차단은 %{time}에 끝났고 지금 해제할 수 없습니다.
-      confirm: 이 차단을 해제하겠습니까?
-      revoke: 해제!
-      flash: 이 차단을 해제했습니다.
     revoke_all:
+      empty: '%{name}님은 현재 차단되어 있지 않습니다.'
       revoke: 해제!
       flash: 모든 차단 내역이 비활성화되었습니다.
     helper:
@@ -2782,26 +2722,19 @@ ko:
       created: '만든 시간:'
       duration: '기간:'
       status: '상태:'
-      show: 보기
       edit: 편집
-      revoke: 해제!
-      confirm: 확실합니까?
       reason: '차단 이유:'
       revoker: '해제:'
-      needs_view: 차단 해제하기 전에 다시 로그인해야합니다.
     block:
       not_revoked: (철회하지 않음)
       show: 보기
       edit: 편집
-      revoke: 해제!
-    blocks:
+    page:
       display_name: 차단된 사용자
       creator_name: 만든이
       reason: 차단 이유
       status: 상태
       revoker_name: 해제자
-      older: 옛 차단내역
-      newer: 최근 차단내역
     navigation:
       all_blocks: 모든 차단
       blocks_on_me: 나의 차단내역
@@ -2809,10 +2742,18 @@ ko:
       blocks_by_me: 내가 차단한 내역
       blocks_by_user: '%{user}님이 차단한 내역'
       block: '#%{id} 차단'
+      new_block: 최근 차단
   user_mutes:
     index:
+      title: 알림에서 제외된 사용자
+      my_muted_users: 나의 알림에서 제외된 사용자
+      you_have_muted_n_users:
+        other: 사용자 %{count}명에게서 오는 알림을 표시하지 않도록 했습니다
+      user_mute_admins_and_moderators: 관리자와 중재자의 알림은 받지 않도록 할 수 있지만, 해당 사용자의 메시지의
+        알림은 받지 않도록 할 수 없습니다.
       table:
         thead:
+          muted_user: 알림에서 제외된 사용자
           actions: 동작
         tbody:
           unmute: 음소거 해제
@@ -2836,6 +2777,11 @@ ko:
       description: 설명
       created_at: 만든 날짜
       last_changed: 마지막으로 바뀜
+      apply: 적용
+      all: 모두
+      open: 열림
+      closed: 닫힘
+      status: 상태
     show:
       title: '참고: %{id}'
       description: 설명
@@ -2853,6 +2799,9 @@ ko:
       event_hidden_by_html: '%{time_ago} %{user}님이 숨김 처리함'
       report: 이 참고 신고
       anonymous_warning: 이 참고는 익명 사용자의 댓글을 포함하므로 별도로 확인해야 합니다.
+      discussion: 토론
+      subscribe: 구독
+      unsubscribe: 구독 해지
       hide: 숨기기
       resolve: 해결
       reactivate: 다시 활성화
@@ -2867,10 +2816,16 @@ ko:
       title: 새로운 참고
       intro: 실수했거나 없는 무언가를 발견했나요? 다른 매퍼에게 알려주어 고칠 수 있게 해주세요. 마커를 올바른 위치로 이동하고, 참고를
         남겨 문제를 설명해주세요.
+      anonymous_warning_html: 로그인하지 않았습니다. 노트에 대한 업데이트를 받으려면 %{log_in} 또는 %{sign_up}해
+        주십시오.
       anonymous_warning_log_in: 로그인
       anonymous_warning_sign_up: 가입하기
       advice: 노트는 공개되어 지도 업데이트에 쓰일 수 있으므로 개인정보 또는 저작권이 있는 지도나 디렉터리 리스팅의 정보를 입력하지 마십시오.
       add: 참고 추가
+    notes_paging_nav:
+      showing_page: '%{page}쪽'
+      next: 다음
+      previous: 이전
   javascripts:
     close: 닫기
     share:
@@ -2885,14 +2840,14 @@ ko:
       custom_dimensions: 사용자 지정 치수 설정
       format: '형식:'
       scale: '축척:'
-      image_dimensions: 이미지가 %{width} x %{height}로 표준 레이어를 표시합니다
+      image_dimensions: 이미지가 %{width} x %{height}로 %{layer} 레이어를 표시합니다
       download: 다운로드
       short_url: 짧은 URL
       include_marker: 표시 포함
       center_marker: 표시의 가운데 지도
       paste_html: HTML을 붙여 넣어 웹사이트에 포함시키세요
       view_larger_map: 큰 지도 보기
-      only_standard_layer: 표준 레이어만 그림으로 내보낼 수 있습니다
+      only_standard_layer: 표준, 사이클 지도, 교통 레이어만 그림으로 내보낼 수 있습니다
     embed:
       report_problem: 문제점 보고
     key:
index b57ee5640df08d4660d2f40440c7346be84b6fb2..45182065d92faf0d1f253bf7b47e39cf47638b91 100644 (file)
@@ -74,12 +74,6 @@ ksh:
         way: Wääsch
     start_rjs:
       load_data: Daate laade
-  changesets:
-    changeset_paging_nav:
-      next: Nächs »
-      previous: « Vörijje
-    changesets:
-      user: Metmaacher
   diary_entries:
     form:
       use_map_link: Landkaat bruche
@@ -165,10 +159,6 @@ ksh:
           wadi: e Waadi, e drüsch Daal
           waterfall: ne Wasserfall
           weir: e Wehr
-      types:
-        cities: Jruße Schtädte
-        towns: Klein Schtädte
-        places: Dörper, Ööt, un Pläz
     results:
       no_results: Nix jefonge
       more_results: Mih&nbsp;…
@@ -217,7 +207,6 @@ ksh:
       flash changed: Ding Paßwoot es jeändert.
   sessions:
     new:
-      title: Enlogge
       tab_title: Enlogge
       email or username: 'De Adräß för de e-mail udder der Metmaacher_Nahme:'
       password: 'Paßwoot:'
@@ -238,8 +227,6 @@ ksh:
         title: Aanleidong för Aanfänger
       irc:
         title: IRC
-    sidebar:
-      close: Zohmaache
     search:
       search: Söhke
       where_am_i: Woh ben esch?
@@ -319,8 +306,6 @@ ksh:
       tagged_with: ' met %{tags} makeet'
     destroy:
       scheduled_for_deletion: Opnahm för fottzeschmiiße
-    make_public:
-      made_public: Öffentlesch jemaate Opnahm
     offline_warning:
       message: Dat Syßtehm för GPX-Datteije huhzelaade es em Momang nit ze bruche.
     offline:
@@ -345,19 +330,8 @@ ksh:
       github:
         title: Övver GitHub ennlogge
         alt: Donn övver ene Zohjang bei GitHub ennlogge
-  oauth:
-    authorize:
-      allow_write_api: donn de Landkaat änndere
-      allow_read_gpx: donn de privaate eije GPS-Opnahme lässe
-      allow_write_gpx: GPS-Opnahme huhlaade
-  oauth_clients:
-    show:
-      edit: Einzelheite ändere
-    index:
-      revoke: Zeröckroofe!
   users:
     terms:
-      decline: Aflehne
       legale_names:
         france: Frangkrisch
         italy: Ėtaaalije
@@ -377,7 +351,6 @@ ksh:
   user_blocks:
     show:
       created: Aanjelaat
-      show: Zeisch
   javascripts:
     embed:
       report_problem: Donn e Problehm mälde
index ea7b3ea2f9e0b979c21a2887ac45472475ffc0c8..deab2c5c1c4fcdde076bae3cf0fe12280a0d43a4 100644 (file)
@@ -44,9 +44,6 @@ ku-Latn:
         update: Astengê nû bike
   activerecord:
     errors:
-      messages:
-        invalid_email_address: ne weke navnîşaneke e-peyamê ya derbasdar e
-        email_address_not_routable: nikare were alîkirin
       models:
         user_mute:
           is_already_muted: jixwe bêdengkirî ne
@@ -409,21 +406,22 @@ ku-Latn:
         ser xerîteyê.
       nearby: Xisûsiyetên nêz
       enclosing: Taybetmendiyên muhtewa
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Şîroveya nû yê li ser qeyda guhartinan a %{changeset_id} yê ji alî
+          %{author} ve
+        commented_at_by_html: '%{when} ji aliyê %{user} ve hate rojanekirin'
+      show:
+        title_all: Gotûbêja qeyda guhartinên OpenStreetMapê
+        title_particular: Gotûbêja qeyda guhartinan a %{changeset_id} yê OpenStreetMapê
+      timeout:
+        sorry: Bibore, bidestxistina lîsteya şîroveyên desteya guhartinan ê ku te
+          xwest demeke dirêj girt.
   changesets:
-    changeset_paging_nav:
-      showing_page: Rûpel %{page}
-      next: Pêşve »
-      previous: « Yê berê
     changeset:
-      anonymous: Anonîm
       no_edits: (nehatiye guhartin)
       view_changeset_details: Dêtayên qeyda guhartinan bibîne
-    changesets:
-      id: ID
-      saved_at: Dema qeydê
-      user: Bikarhêner
-      comment: Şîrove
-      area: Herêm
     index:
       title: Desteya guhartinan
       title_user: Desteyên guhartinan yên ji alî %{user} ve
@@ -468,20 +466,6 @@ ku-Latn:
     timeout:
       sorry: Bibore, bidestxistina lîsteya desteyên guhartinan ê ku te xwest demeke
         dirêj girt.
-  changeset_comments:
-    comment:
-      comment: Şîroveya nû yê li ser qeyda guhartinan a %{changeset_id} yê ji alî
-        %{author} ve
-      commented_at_by_html: '%{when} ji aliyê %{user} ve hate rojanekirin'
-    comments:
-      comment: 'Şîroveya nû li ser desteya guhartinan ya #%{changeset_id} ji aliyê
-        %{author} ve'
-    index:
-      title_all: Gotûbêja qeyda guhartinên OpenStreetMapê
-      title_particular: Gotûbêja qeyda guhartinan a %{changeset_id} yê OpenStreetMapê
-    timeout:
-      sorry: Bibore, bidestxistina lîsteya şîroveyên desteya guhartinan ê ku te xwest
-        demeke dirêj girt.
   dashboards:
     contact:
       km away: '%{count} km dûr e'
@@ -523,8 +507,6 @@ ku-Latn:
       no_entries: Nivîsên rojane tine
     page:
       recent_entries: Nivîsên rojane yên dawîn
-      older_entries: Nivîsên Kevintir
-      newer_entries: Nivîsên Nûtir
     edit:
       title: Nivîsa rojane sererast bike
       marker_text: Cihê nivîsên rojane
@@ -562,8 +544,6 @@ ku-Latn:
       report: Vê şîroveyê ragihîne
     location:
       location: 'Cih:'
-      view: Bibîne
-      edit: Biguherîne
     feed:
       user:
         title: Nivîsên rojane yên %{user} a OpenStreetMapê
@@ -584,8 +564,6 @@ ku-Latn:
       post: Nivîs
       when: Kengê
       comment: Şîrove
-      newer_comments: Şîroveyên nûtir
-      older_comments: Şîroveyên kevintir
   doorkeeper:
     flash:
       applications:
@@ -628,7 +606,6 @@ ku-Latn:
   geocoder:
     search:
       title:
-        results_from_html: Netîceyên ji %{results_link}
         latlon: Daxilî
     search_osm_nominatim:
       prefix:
@@ -1400,10 +1377,6 @@ ku-Latn:
         level9: Sînora gundê
         level10: Sînora taxê
         level11: Sînora Taxê
-      types:
-        cities: Bajarên mezin
-        towns: Bajar
-        places: Cih
     results:
       no_results: Ti encam nehatin dîtin
       more_results: Encamên zêdetir
@@ -1417,21 +1390,21 @@ ku-Latn:
       not_updated: Rojanekirin Nebû
       search: Lê bigere
       search_guidance: Pirsgirêkên Lêgerînê
+      states:
+        ignored: Guh nedê
+        open: Veke
+        resolved: Çareserkirî ye
+    page:
       user_not_found: Bikarhêner tune ye
       issues_not_found: Pirsgirêkekî wiha nehat dîtin
       status: Rewş
       reports: Rapor
       last_updated: Rojanekirina dawî
       last_updated_time_ago_user_html: '%{time_ago} ji aliyê %{user} ve'
-      link_to_reports: Raporan Bibîne
       reports_count:
         one: '%{count} Rapor'
         other: '%{count} Rapor'
       reported_item: Hêmanê Raporkirî
-      states:
-        ignored: Guh nedê
-        open: Veke
-        resolved: Çareserkirî ye
     show:
       title: '%{status} Pirsgirêk #%{issue_id}'
       reports:
@@ -1519,18 +1492,12 @@ ku-Latn:
     history: Dîrok
     export: Derxîne
     issues: Pirsgirêk
-    data: Dane
-    export_data: Daneyan derxîne derve
     gps_traces: Şopên GPSê
-    gps_traces_tooltip: Şopên GPSê îdare bike
     user_diaries: Rojnivîskên bikarhênerê
-    user_diaries_tooltip: Rojnivîskên bikarhênerê bibîne
     edit_with: Bi %{editor} sererast bike
-    tag_line: Xerîteya Dinyayê a Wîkiya Azad
     intro_header: Tu bi xêr hatî OpenStreetMapêǃ
     intro_text: OpenStreetMap xerîteyekî dinyayê ye ku ji aliyê kesên wek te ve tê
       çêkirin û emilandina we belaş e û di bin lîsansa azad de ye.
-    intro_2_create_account: Ji xwe re hesabekî çêbike
     partners_fastly: Fastly
     partners_partners: şirîkên me
     tou: Mercên Bikaranînê
@@ -1538,17 +1505,10 @@ ku-Latn:
       sererastkirinê tê kirin.
     osm_read_only: Databasa OpenStreetMapê vê gavê di moda tenê-xwendinê de ye ji
       ber ku niha xebatên sererastkirinê tê kirin.
-    donate: Ji bo Fonda Pêşxistina Hişkalavê bi %{link} piştgiriyê bide OpenStreetMapê.
     help: Alîkarî
     about: Derbar
     copyright: Mafê daneriyê
     communities: Civat
-    community: Civak
-    community_blogs: Blogên Civakê
-    community_blogs_title: Blogên endamên civaka OpenStreetMapê
-    make_a_donation:
-      title: Bi bexşa pereyê hûn dikarin piştgiriyê bidin OpenStreetMapê
-      text: Bexş bike
     learn_more: Zêdetir Hîn Bibe
     more: Zêdetir
   user_mailer:
@@ -1668,7 +1628,6 @@ ku-Latn:
       details_html: Cewab bide an di derbarê notê de zêdetir hîn bibe ji %{url}.
     changeset_comment_notification:
       hi: Merheba %{to_user},
-      greeting: Merheba,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} yek ji desteyên te yên guherandinê
           şiroveyek nivîsand'
@@ -1744,7 +1703,6 @@ ku-Latn:
     message_summary:
       unread_button: Wek nexwendî nîşan bide
       read_button: Wek xwendî nîşan bide
-      reply_button: Cewab bide
       destroy_button: Jê bibe
     new:
       title: Peyamê bişîne
@@ -1848,14 +1806,12 @@ ku-Latn:
       failure: Profîlê nikare rojane bike.
   sessions:
     new:
-      title: Têkeve
       tab_title: Têkeve
       email or username: Adresa e-peyamê an Navê Bikarhêneriyê
       password: Şîfre
       remember: Min bi bîr bîne
       lost password link: Te şîfreya xwe winda kir?
       login_button: Têkeve
-      register now: Vê gavê xwe qeyd bike
       with external: An bi sepaneke alîyê sêyem têkeve
       auth failure: Bibore, bi van dêtayan re tu têneketî.
     destroy:
@@ -1884,9 +1840,18 @@ ku-Latn:
     richtext_field:
       edit: Biguherîne
       preview: Pêşdîtin
+    pagination:
+      diary_comments:
+        older: Şîroveyên kevintir
+        newer: Şîroveyên nûtir
+      diary_entries:
+        older: Nivîsên Kevintir
+        newer: Nivîsên Nûtir
+      traces:
+        older: Şopên kevintir
+        newer: Şopên nûtir
   site:
     about:
-      next: Pêşve
       used_by_html: '%{name} li ser bi hezaran malper, sepanên mobîl û cîhazên hişkalavan,
         daneyên nexşeyê pêşkêş dike'
       lede_text: OpenStreetMap ji alî civata nexşesazên ku ji seransera dinyayê der
@@ -1954,8 +1919,6 @@ ku-Latn:
       user_page_link: rûpela bikarhêner
       anon_edits_link_text: Hîn bibe ku ev rewş çima wisa bûye.
       id_not_configured: iD nehatiye mîhengkirin
-      no_iframe_support: Geroka te piştgiriyê nade iframe'yên HTML ku ji bo nişandana
-        vê taybetmendiyê lazim e.
     export:
       title: Derxîne
       manually_select: Bi destê xwe cihekî din bibijêre
@@ -2038,10 +2001,8 @@ ku-Latn:
       title: Pirsekî te heye?
     sidebar:
       search_results: Encamên lêgerînê
-      close: Bigire
     search:
       search: Lêbigere
-      get_directions: Tarîfa riyê bistîne
       get_directions_title: Di navbera du nuqteyan de rê nîşanî min bide
       from: Ji
       to: Ji bo
@@ -2173,8 +2134,6 @@ ku-Latn:
       visibility_help: Ev tê çi maneyê?
     update:
       updated: Şop hate nûkirin
-    trace_optionals:
-      tags: Etîketên vê
     show:
       title: Şopa %{name} tê dîtin
       heading: Şopa %{name} tê nîşandan
@@ -2220,13 +2179,8 @@ ku-Latn:
       my_traces: Şopên min
       traces_from: Şopên Giştî ji %{user}
       remove_tag_filter: Parzûna etîketê rake
-    page:
-      older: Şopên kevintir
-      newer: Şopên nûtir
     destroy:
       scheduled_for_deletion: Şop ji bo jêbirinê hate plankirin
-    make_public:
-      made_public: Şop, ji her kesê re vekirî ye
     offline_warning:
       message: Sîstema şandinê yê dosyeyên GPXê vêga neberdest e
     offline:
@@ -2244,8 +2198,6 @@ ku-Latn:
     require_cookies:
       cookies_needed: Tê xuyan ku te kûkiyan girtiye - xêra xwe berî ku tu dewam bikî,
         kûkiyan di geroka xwe de aktîv bike.
-    require_admin:
-      not_an_admin: Ji bo ku tu vê kiryarê bikî divê tu bibî rêvebirek.
     setup_user_auth:
       blocked_zero_hour: Li ser malpera OpenStreetMapê ji te re peyamek acîl heye.
         Berî ku tu guherandinên xwe qeyd bikî divê tu wê peyamê bixwînî.
@@ -2256,7 +2208,6 @@ ku-Latn:
         ku tu van qebûl bikî, lê divê tu van bibînî.
     settings_menu:
       account_settings: Mîhengên Hesabê
-      oauth1_settings: Mîhengên OAuth 1
       oauth2_applications: Aplîkasyonên OAuth 2
       oauth2_authorizations: Destûrdarkirinên OAuth 2
     auth_providers:
@@ -2279,30 +2230,6 @@ ku-Latn:
         title: Logoya Wîkîpediyayê
         alt: Logoya Wîkîpediyayê
   oauth:
-    authorize:
-      title: Ji bo gihîna hesabê xwe selahiyetê bide
-      request_access_html: Sepana %{app_name} dixwaze bigihîje hesabê te, %{user}.
-        Xêra xwe kontrol bike ku tu dixwazî ev sepan bigihîje van taybetmendiyên li
-        jêr. Çiqas bixwazibî an jî tenê çend heb ji wan dikarî bibijêrî.
-      allow_to: 'Ji bo van tiştên li jêr, destûrê bide sepana telebkar:'
-      allow_read_prefs: xwendina hevyazên te yên bikarheneriyê.
-      allow_write_prefs: guherandina hevyazên te yên bikarheneriyê.
-      allow_write_diary: çêkirina rojnivîskan, şiroveyan û hevaltîyan.
-      allow_write_api: guherandina nexşeyê.
-      allow_read_gpx: xwendina şopên te yên GPSê ên xisûsî.
-      allow_write_gpx: barkirina şopên GPSê.
-      allow_write_notes: guherandina notan.
-      grant_access: Destûra gihîştinê bide
-    authorize_success:
-      title: Ji bo gihînê destûr hate dayîn
-      allowed_html: Tu destûr dayî sepana %{app_name} ji bo ku bigîhîje hesabê te.
-      verification: Koda teyîdkirinê %{code} ye.
-    authorize_failure:
-      title: Daxwaza selahiyetdarkirinê bi ser neket
-      denied: Tu destûr nedayî sepana %{app_name} ji bo ku bigîhîje hesabê te.
-      invalid: Nîşana destûrdariyê ne derbasdar e.
-    revoke:
-      flash: Te destûra ji bo %{application} betal kir
     permissions:
       missing: Te destûrê neda ji bo ku ev sepan bigihije vê îmkanê.
     scopes:
@@ -2316,47 +2243,6 @@ ku-Latn:
       write_notes: Notan biguherîne
       read_email: Adresa epeyamê yê bikarhênerê bixwîne
       skip_authorization: Aplîkasyona bi otomatîkî pejirandinê
-  oauth_clients:
-    new:
-      title: Sepanekî nû qeyd bike
-    edit:
-      title: Sepanê xwe biguherîne
-    show:
-      title: Dêtayên OAuthê yê ji bo %{app_name}
-      key: 'Mifteya mişteriyê:'
-      secret: Mehremiyeta mişteriyanː
-      url: URLya ji bo xwestina destûrêː
-      access_url: URLya ji bo gihîna mifteyêː
-      authorize_url: URLya ji bo destûrdanêː
-      support_notice: Em piştgiriyê didin îmzeyên HMAC-SHA1 (tê pêşniyarkirin) û RSA-SHA1.
-      edit: Dêtayan biguherîne
-      delete: Telebkarê jê bibe
-      confirm: Tu piştrast î?
-      requests: Destûrên ku ji bikarhênerê têne xwestin ev inː
-    index:
-      title: Dêtayên min ên OAuthê
-      my_tokens: Sepanên min ên destûrdayî
-      list_tokens: 'Ev destûrên li jêr, ji sepana bi navê te re hate dayîn:'
-      application: Navê sepanê
-      issued_at: Wextê weşanê
-      revoke: Betal bike!
-      my_apps: Sepanên min ên telebkar
-      no_apps_html: Gelo sepanek heye tu bixwazibî wê qeyd bikî û pê standarda %{oauth}
-        biemilînî ji bo ku digel me bi kar bînî? Berî ku tu ji OAuthê vê xizmetê bixwazibî
-        divê tu sepanê xwe yê webê bidî qeydkirin.
-      oauth: OAuth
-      registered_apps: Van sepanên telebkar bide qeydkirinː
-      register_new: Sepanê xwe qeyd bike
-    form:
-      requests: Destûrên ku ji bikarhênerê têne xwestin ev inː
-    not_found:
-      sorry: Li me bibore, me ev %{type} nedît.
-    create:
-      flash: Te agahiyan bi serkeftinî da qeydkirin.
-    update:
-      flash: Agahiyên mişteriyê bi serkeftinî hate nûkirin.
-    destroy:
-      flash: Sepana telebkar qeyda xwe ji holê rakir
   oauth2_applications:
     index:
       title: Sepanên min ên telebkar
@@ -2419,7 +2305,6 @@ ku-Latn:
         header: Belaş e û dikare were sererastkirin.
       display name description: Navê te yê ku ji her kesê re tê xuyan. Tu paşê dikarî
         vê navê ji hevyazên xwe biguherînî.
-      external auth: 'Teyîdkirina bi aliyên sêyem:'
       continue: Qeyd bibe
       terms accepted: Em spasiya te dikin ji bo ku te şertên beşdariyê yê nû qebûl
         kirǃ
@@ -2444,7 +2329,6 @@ ku-Latn:
       readable_summary: kurteya xwendinbar ê li gor însanan
       informal_translations: tercimeyên nefermî
       continue: Dewam bike
-      decline: Red bike
       you need to accept or decline: Ji bo ku dewam bikî, xêra xwe şertên beşdariyê
         bixwîne û piştre qebûl an jî red bike.
       legale_select: Welatê ku tu lê îqamet dikîː
@@ -2556,20 +2440,10 @@ ku-Latn:
       not_revoke_admin_current_user: Rola rêvebiriyê ji vê bikarhênerê nikare were
         rakirin.
     grant:
-      title: Rola ku hatiye dayîn tesdîq bike
-      heading: Rola ku hatiye dayîn bipejirîne
       are_you_sure: Tu piştrast î ku tu dixwazî rola `%{role}' bidî bikarhêner `%{name}'?
-      confirm: Pesend bike
-      fail: Rola `%{role}' ji bikarhêner `%{name}' re nekarî were dayîn. Xêra xwe
-        kontrol bike ku rol û bikarhêner muteber in an na.
     revoke:
-      title: Rakirina rolê bipejirîne
-      heading: Rakirina rolê tesdîq bike
       are_you_sure: Tu piştrast î ku tu dixwazî rola `%{role}' ji bikarhêner `%{name}'
         rabikî?
-      confirm: Bipejirîne
-      fail: Rola `%{role}' ji bikarhêner `%{name}' nikare were rakirin. Xêra xwe kontrol
-        bike ka bikarhêner û rol muteber in an na.
   user_blocks:
     model:
       non_moderator_update: Ji bo ku astengiyek çêbikî an jî nû bikî, divê tu moderatorek
@@ -2599,15 +2473,6 @@ ku-Latn:
       title: Astengiyên bikarhêner
       heading: Lîsteya astengiyên bikarhêneran
       empty: Hêj nehatiye astengkirin.
-    revoke:
-      title: Rakirina astengiyên li ser %{block_on}
-      heading_html: Rakirina astengiya ku ji aliyê %{block_by} ve li ser %{block_on}
-        hatiye çêkirin
-      time_future_html: Wê astengî di %{time} de xilas bibe.
-      past_html: Ev astengî %{time} xilas bûye û niha nikare were rakirin.
-      confirm: Tu bawer î ku tu dixwazî vî astengiyê rabikî?
-      revoke: Betal bike!
-      flash: Ev astengî hate betalkirin.
     helper:
       time_future_html: Di %{time} de diqede.
       until_login: Heta ku bikarhêner têkeve aktîv e
@@ -2644,19 +2509,14 @@ ku-Latn:
       created: 'Hate çêkirin:'
       duration: 'Mawe:'
       status: 'Rewş:'
-      show: nîşan bide
       edit: Biguherîne
-      revoke: Betal bike!
-      confirm: Tu piştrast î?
       reason: 'Sedema astengkirinê:'
       revoker: Yê ku rakiriyeː
-      needs_view: Divê bikarhêner berî ku ev astengî rabe têbikeve.
     block:
       not_revoked: (ne betalkirî)
       show: Nîşan bide
       edit: Biguherîne
-      revoke: Betal bike!
-    blocks:
+    page:
       display_name: Bikarhênerê astengkirî
       creator_name: Çêker
       reason: Sedema astengkirinê
@@ -2715,6 +2575,8 @@ ku-Latn:
         bikaranîn, lewma agahiyên xwe yên şexsî an jî agahiyên ji nexşeyên ku bi mafê
         daneriyê tên parastin an jî agahiyên ji lîsteya naverokê nenivîse.
       add: Notê lê zêde bike
+    notes_paging_nav:
+      showing_page: Rûpel %{page}
   javascripts:
     close: Bigre
     share:
index 28949587738247387cb7cddb18d7948e209a0d93..be03792e517d0b541663c8e82a93a43279d47302 100644 (file)
@@ -45,10 +45,6 @@ lb:
         create: Spären
         update: Spär aktualiséieren
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: schéngt keng valabel E-Mail-Adress ze sinn
-        email_address_not_routable: ass net routingfäeg
     models:
       acl: Zougrëffssteierlëscht
       changeset: Set vun Ännerungen
@@ -123,7 +119,7 @@ lb:
         longitude: Geografesch Längt
         public: Ëffentlech
         description: Beschreiwung
-        gpx_file: GPX-Fichier eroplueden
+        gpx_file: GPX-Trace-Fichier eraussichen
         visibility: Visibilitéit
         tagstring: Markéierungen
       message:
@@ -303,7 +299,7 @@ lb:
       make_edits_public_button: All meng Ännerunge ëffentlech maachen
     update:
       success_confirm_needed: Benotzerinformatioun aktualiséiert. Checkt Är E-Mail
-        op eng Benoriichtegung fir Är nei Email-Adress ze confirméieren.
+        op eng Benoriichtegung fir Är nei E-Mail-Adress ze confirméieren.
       success: Benotzerinformatioun ass elo aktualiséiert.
     destroy:
       success: Benotzerkont geläscht.
@@ -331,7 +327,7 @@ lb:
       history_title_html: 'Versioune vum Wee: %{name}'
       nodes: Kniet
       nodes_count:
-        one: 1 Knuet
+        one: '%{count} Knuet'
         other: '%{count} Kniet'
       also_part_of_html:
         one: Deel vum Wee %{related_ways}
@@ -381,7 +377,8 @@ lb:
         relation: Relatioun
     start_rjs:
       feature_warning: D'Luede vun %{num_features} Funktioune kann dëse Browser méi
-        lues maachen oder afréieren. Sollen dës Donnéeë wierklech ugewise ginn?
+        lues maachen oder afréieren. Sidd Dir sécher dat Dir dës Donnéeë wëllt ugewise
+        kréien?
       load_data: Donnéeë lueden
       loading: Lueden...
     tag_details:
@@ -400,21 +397,22 @@ lb:
       introduction: Klick op d'Kaart, fir Objeten an der Noperschaft ze fannen.
       nearby: Objeten an der Noperschaft
       enclosing: Ëmschléißend Objeten
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Neien Diskussiounsbäitrag zum Ännerungssaz #%{changeset_id} vun
+          %{author}'
+        commented_at_by_html: '%{when} vum %{user} aktualiséiert'
+      show:
+        title_all: Diskussioun iwwer den OpenStreetMap-Ännerungssaz
+        title_particular: 'Diskussioun iwwer den OpenStreetMap-Ännerungssaz #%{changeset_id}'
+      timeout:
+        sorry: Leider ass d'Lëscht mat de Commentairë vun den Ännerungssätz, déis
+          du ugefuerdert hues, fir den Ofruff ze laang.
   changesets:
-    changeset_paging_nav:
-      showing_page: Säit %{page}
-      next: Nächst »
-      previous: « Vireg
     changeset:
-      anonymous: Anonym
       no_edits: (keng Ännerungen)
       view_changeset_details: Detailer vum Ännerungssaz uweisen
-    changesets:
-      id: Nummer (ID)
-      saved_at: Gespäichert de(n)
-      user: Benotzer
-      comment: Bemierkung
-      area: Beräich
     index:
       title: Sette vun Ännerungen
       title_user: Sette vun Ännerunge vum %{user}
@@ -436,12 +434,20 @@ lb:
         belongs_to: Auteur
     show:
       title: 'Set vun Ännerungen: %{id}'
+      created: 'Ugeluecht: %{when}'
+      closed: 'Zougemaach: %{when}'
+      created_ago_html: Ugeluecht %{time_ago}
+      closed_ago_html: Zougemaach %{time_ago}
+      created_ago_by_html: Ugeluecht %{time_ago} vum %{user}
+      closed_ago_by_html: Zougemaach %{time_ago} vum %{user}
       discussion: Diskussioun
       join_discussion: Loggt Iech an, fir bei der Diskussioun matzemaachen
       still_open: Den Ännerungssaz ass nach op. 'Diskussioun gëtt opgemaach, esoubal
         wéi den Ännerungssaz zou ass.
       subscribe: Abonéieren
       unsubscribe: Ofbestellen
+      comment_by_html: Kommentar vum %{user} %{time_ago}
+      hidden_comment_by_html: Verstoppte Kommentar vum %{user} %{time_ago}
       hide_comment: verstoppen
       unhide_comment: nees weisen
       comment: Kommentéieren
@@ -456,18 +462,6 @@ lb:
       relations_paginated: Relatiounen (%{x}-%{y} vu(n) %{count})
     timeout:
       sorry: Et leider ze laang gedauert, déi ugefuerdert Ännerungssätz ofzeruffen.
-  changeset_comments:
-    comment:
-      comment: 'Neien Diskussiounsbäitrag zum Ännerungssaz #%{changeset_id} vun %{author}'
-      commented_at_by_html: '%{when} vum %{user} aktualiséiert'
-    comments:
-      comment: 'Neie Commentaire zum Ännerungssaz #%{changeset_id} vun %{author}'
-    index:
-      title_all: Diskussioun iwwer den OpenStreetMap-Ännerungssaz
-      title_particular: 'Diskussioun iwwer den OpenStreetMap-Ännerungssaz #%{changeset_id}'
-    timeout:
-      sorry: Leider ass d'Lëscht mat de Commentairë vun den Ännerungssätz, déis du
-        ugefuerdert hues, fir den Ofruff ze laang.
   dashboards:
     contact:
       km away: '%{count} km ewech'
@@ -509,8 +503,6 @@ lb:
       no_entries: Keng Bloganträg
     page:
       recent_entries: Neiest Anträg
-      older_entries: Eeler Anträg
-      newer_entries: Méi nei Anträg
     edit:
       title: Blogantrag beaarbechten
       marker_text: Plaz vum Blogantrag
@@ -536,6 +528,7 @@ lb:
       comment_count:
         one: '%{count} Bemierkung'
         other: '%{count} Bemierkungen'
+      no_comments: Keng Kommentaren
       edit_link: Dësen Antrag beaarbechten
       hide_link: Dësen Antrag verstoppen
       unhide_link: Dësen Antrag net méi verstoppen
@@ -549,8 +542,6 @@ lb:
       report: Dëse Commentaire mellen
     location:
       location: 'Plaz:'
-      view: Weisen
-      edit: Änneren
     feed:
       user:
         title: OpenStreetMap Bloganträg vun %{user}
@@ -571,8 +562,6 @@ lb:
       post: Blogantrag
       when: Wéini
       comment: Bemierkung
-      newer_comments: Méi nei Bemierkungen
-      older_comments: Méi al Bemierkungen
   doorkeeper:
     flash:
       applications:
@@ -604,6 +593,9 @@ lb:
       success: '%{name} gouf als Äre Frënd ewechgeholl.'
       not_a_friend: '%{name} ass kee vun Äre Frënn.'
   geocoder:
+    search:
+      title:
+        latlon: Intern
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -767,6 +759,7 @@ lb:
           college: Héichschoulgebai
           commercial: Commercëgebai
           construction: Gebai am Bau
+          cowshed: Koustall
           detached: Eenzelt Haus
           dormitory: Studentewunnheem
           duplex: Duebelhaus
@@ -796,6 +789,7 @@ lb:
           shed: Schapp
           stable: Stall
           static_caravan: Rulott
+          sty: Schwéngsstall
           temple: Tempelgebai
           terrace: Terrass
           train_station: Gebai vun der Gare (Eisebunn)
@@ -1374,10 +1368,6 @@ lb:
         level9: Staddeelgrenz
         level10: Noperschaftsgrenz
         level11: Noperschaftsgrenz
-      types:
-        cities: Stied
-        towns: Dierfer
-        places: Plazen
     results:
       no_results: Näischt fonnt
       more_results: Méi Resultater
@@ -1391,25 +1381,32 @@ lb:
       not_updated: Net aktualiséiert
       search: Sichen
       search_guidance: 'Problemer duerchsichen:'
+      states:
+        ignored: Ignoréiert
+        open: Opmaachen
+        resolved: Geléist
+    page:
       user_not_found: Benotzer gëtt et net
       issues_not_found: Keng entspriechend Problemer fonnt
+      reported_user: Gemellte Benotzer
       status: Status
       reports: Rapporten
       last_updated: Lescht Aktualiséierung
-      link_to_reports: Rapporte weisen
+      last_updated_time_ago_user_html: '%{time_ago} vum %{user}'
       reports_count:
         one: '%{count} Bericht'
         other: '%{count} Berichter'
       reported_item: Gemellten Objet
       states:
         ignored: Ignoréiert
-        open: Opmaachen
+        open: Oppen
         resolved: Geléist
     show:
       title: '%{status} Problem Nr. %{issue_id}'
       reports:
         one: '%{count} Meldung'
         other: '%{count} Meldungen'
+      no_reports: Kee Rapport
       report_created_at_html: Fir d'éischt gemellt den %{datetime}
       last_resolved_at_html: Fir d'lescht erleedegt den %{datetime}
       last_updated_at_html: Fir d'lescht aktualiséiert den %{datetime} vun %{displayname}
@@ -1491,18 +1488,12 @@ lb:
     history: Versiounen
     export: Exportéieren
     issues: Problemer
-    data: Donnéeën
-    export_data: Donnéeën exportéieren
     gps_traces: GPS-Spueren
-    gps_traces_tooltip: GPS-Spuere verwalten
     user_diaries: Benotzer Bloggen
-    user_diaries_tooltip: Benotzer-Blogge liesen
     edit_with: Ännere mat %{editor}
-    tag_line: D'fräi Wiki-Weltkaart
     intro_header: Wëllkomm bei OpenStreetMap!
     intro_text: OpenStreetMap ass eng Kaart vun der Welt, déi vu Leit wéi Iech gemaach
       gouf an déi fräi ënner enger oppener Lizenz benotzt ka ginn.
-    intro_2_create_account: E Benotzerkont uleeën
     partners_fastly: Fastly
     partners_partners: Partneren
     tou: Benotzungs-Bedéngungen
@@ -1510,17 +1501,10 @@ lb:
       muss ginn.
     osm_read_only: D'OpenStreetMap Datebank kann den Ament nëmmen ausgelies an net
       beaarbecht ginn, well se gewaart gëtt.
-    donate: Ënnerstëtz d'OpenStreetMap-Hardwarenspendenaktioun duerch eng eegen %{link}
     help: Hëllef
     about: Iwwer
     copyright: Copyright
     communities: Communautéiten
-    community: Communautéit
-    community_blogs: Bloggen
-    community_blogs_title: Blogge vu Matwierkenden bei OpenStreetMap
-    make_a_donation:
-      title: Ënnerstëtzt OpenStreetMap mat engem Don
-      text: En Don maachen
     learn_more: Méi wëssen
     more: Méi
   user_mailer:
@@ -1557,8 +1541,8 @@ lb:
     gpx_description:
       description_with_tags_html: 'Et schéngt, datt déng GPX-Datei %{trace_name} mat
         der Beschreiwung %{trace_description} an de folgenden Taggen: %{tags}'
-      description_with_no_tags_html: Et schéngt, datt deng GPX-Datei %{trace_name}
-        mat der Beschreiwung %{trace_description} an ouni Taggen
+      description_with_no_tags_html: Et schéngt, datt Äre Fichier %{trace_name} mat
+        der Beschreiwung %{trace_description} an ouni Taggen
     gpx_failure:
       hi: Salut %{to_user},
       failed_to_import: 'konnt net importéiert ginn. Hei ass de Feeler:'
@@ -1634,11 +1618,10 @@ lb:
           deens du kommentéiert has, reaktivéiert.'
         commented_note_html: '%{commenter} huet en Hiweis an der Noperschaft vu(n)
           %{place}, deens du kommentéiert has, reaktivéiert.'
-      details: Méi Detailer iwwer d'Notiz fannt Dir op %{url}.
+      details: Äntweren oder méi gewuer ginn iwwer d'Notiz op %{url}.
       details_html: Méi Detailer iwwer d'Notiz fannt Dir op %{url}.
     changeset_comment_notification:
       hi: Salut %{to_user},
-      greeting: Salut,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} huet ee vun dengen Ännerungssätz
           kommentéiert.'
@@ -1715,7 +1698,6 @@ lb:
     message_summary:
       unread_button: Als net gelies markéieren
       read_button: Als gelies markéieren
-      reply_button: Äntwerten
       destroy_button: Läschen
     new:
       title: Noriicht schécken
@@ -1731,7 +1713,6 @@ lb:
       body: Leider gëtt et kee Message mat där ID.
     outbox:
       title: Outbox
-      actions: Aktiounen
       messages:
         one: Du hues %{count} Noriicht gesent
         other: Du hues %{count} Noriichte gesent
@@ -1739,18 +1720,18 @@ lb:
         Kontakt ophuelen?
       people_mapping_nearby: Mapperen an der Noperschaft
     reply:
-      wrong_user: Dir sidd als '%{user}' ugemellt, awer d'Noriicht, déi Dir beäntwere
-        wollt, gouf un en anere Benotzer geschéckt. Mellt Iech fir d'Beäntwerte wannechgelift
-        mat dem richtege Benotzerkont un.
+      wrong_user: Dir sidd als '%{user}' ugemellt, awer d'Noriicht, op déi Dir äntwere
+        wollt, gouf net un dëse Benotzer geschéckt. Mellt Iech wgl. mat dem richtege
+        Benotzerkont u fir z'äntweren.
     show:
       title: Message liesen
       reply_button: Äntwerten
       unread_button: Als net gelies markéieren
       destroy_button: Läschen
       back: Zeréck
-      wrong_user: Du bass ugemellt als '%{user}', awer d'Noriicht, déis du liese wollts,
-        gouf un en anere Benotzer geschéckt. Wannechgelift mell dech fir ze liese
-        mat dem richtege Benotzer un.
+      wrong_user: Dir sidd als '%{user}' ugemellt, awer d'Noriicht, déi Dir liese
+        wollt, gouf net vun an net un dëse Benotzer geschéckt. Mellt Iech wgl. mat
+        dem richtege Benotzerkont u fir se ze liesen.
     sent_message_summary:
       destroy_button: Läschen
     heading:
@@ -1821,14 +1802,12 @@ lb:
       failure: De Profil konnt net aktualiséiert ginn.
   sessions:
     new:
-      title: Aloggen
       tab_title: Aloggen
       email or username: E-Mail-Adress oder Benotzernumm
       password: Passwuert
       remember: Sech u mech erënneren
       lost password link: Hutt Dir Äert Passwuert vergiess?
       login_button: Aloggen
-      register now: Elo aschreiwen
       with external: 'Benotzt alternativ eng Drëtt Partei fir anzeloggen:'
       or: oder
       auth failure: Mat dëssen Daten ass leider keng Umeldung méiglech.
@@ -1859,9 +1838,24 @@ lb:
       edit: Änneren
       preview: Virschau
       help: Hëllef
+    pagination:
+      diary_comments:
+        older: Méi al Bemierkungen
+        newer: Méi nei Bemierkungen
+      diary_entries:
+        older: Eeler Anträg
+        newer: Méi nei Anträg
+      issues:
+        older: Méi al Problemer
+        newer: Méi nei Problemer
+      traces:
+        older: Eeler Spueren
+        newer: Méi nei Spueren
+      users:
+        older: Eeler Benotzer
+        newer: Méi nei Benotzer
   site:
     about:
-      next: Weider
       used_by_html: '%{name} stellt Kaartendonnéeë fir dausende vu Websäiten, Appen
         an anere Geräter zur Verfügung'
       lede_text: OpenStreetMap gëtt vun enger Panoplie vu Mapperen erstallt, déi Donnéeën
@@ -1898,7 +1892,9 @@ lb:
           anere Quellen an, dorënner:'
         contributors_at_austria: Éisträich
         contributors_at_stadt_wien: Stad Wien
+        contributors_at_land_vorarlberg: Land Vorarlberg
         contributors_au_australia: Australien
+        contributors_au_geoscape_australia: Geoscape Australien
         contributors_ca_canada: Kanada
         contributors_cz_czechia: Tschechien
         contributors_fi_finland: Finnland
@@ -1906,6 +1902,7 @@ lb:
         contributors_hr_croatia: Kroatien
         contributors_nl_netherlands: Holland
         contributors_nz_new_zealand: Neiséiland
+        contributors_nz_cc_by: CC BY 4.0
         contributors_rs_serbia: Serbien
         contributors_si_slovenia: Slowenien
         contributors_es_spain: Spuenien
@@ -1967,7 +1964,6 @@ lb:
       title: Nach Froen?
     sidebar:
       search_results: Resultater vum Sichen
-      close: Zoumaachen
     search:
       search: Sichen
       from: Vum
@@ -2108,13 +2104,11 @@ lb:
       public_traces: Ëffentlech GPS Spueren
       public_traces_from: Ëffentlech GPS-Spuere vu(n) %{user}
       description: Lescht GPS-Spuer-Uploads duerchsichen
+      wiki_page: Wiki-Säit
       all_traces: All Spuren
       my_traces: Meng Spueren
       traces_from: Ëffentlech Spuere vum %{user}
       remove_tag_filter: Tag-Filter ewechhuelen
-    page:
-      older: Eeler Spueren
-      newer: Méi nei Spueren
     destroy:
       scheduled_for_deletion: Fir d'Läsche bestëmmt Spuer
     georss:
@@ -2122,10 +2116,8 @@ lb:
     description:
       description_without_count: GPX-Fichier vum %{user}
   application:
-    oauth_10a_disabled: 'OAuth 1.0 an 1.0a sinn desaktivéiert: %{link}'
     settings_menu:
       account_settings: Astellunge vum Benotzerkont
-      oauth1_settings: OAuth 1-Astellungen
       oauth2_applications: OAuth 2 Applikatiounen
       oauth2_authorizations: OAuth 2 Autorisatiounen
     auth_providers:
@@ -2150,15 +2142,6 @@ lb:
         title: Mat Wikipedia aloggen
         alt: Wikipedia-Logo
   oauth:
-    authorize:
-      title: Zougrëff op Äre Benotzerkont autoriséieren
-      allow_read_prefs: Är Benotzerastellunge liesen.
-      allow_write_prefs: Är Benotzerastellungen änneren.
-      allow_write_diary: Bloganträg a Commentairë schreiwen a Frënn fannen
-      allow_write_api: d'Kaart änneren.
-      allow_read_gpx: Deng privat GPS-Spueren ausliesen
-      allow_write_gpx: GPS-Spueren héichlueden
-      allow_write_notes: Notizen änneren.
     scopes:
       read_prefs: Benotzerastellunge liesen
       write_prefs: Benotzerastellungen änneren
@@ -2168,20 +2151,6 @@ lb:
       write_gpx: GPS-Tracks eroplueden
       write_notes: Notizzen änneren
       read_email: D'E-mail-Adress vum Benotzer liesen
-  oauth_clients:
-    new:
-      title: Eng nei Applikatioun registréieren
-    show:
-      authorize_url: 'URL autoriséieren:'
-      edit: Detailer änneren
-      delete: Client läschen
-      confirm: Sidd Dir sécher?
-    index:
-      title: Meng OAuth Detailer
-      my_tokens: Meng autoriséiert Applikatiounen
-      revoke: Ophiewen!
-      my_apps: Meng Clients-Applikatiounen
-      oauth: OAuth
   oauth2_applications:
     index:
       title: Meng Clients-Applikatiounen
@@ -2235,6 +2204,8 @@ lb:
       consider_pd: Zousätzlech zu den uewe genannte Konditioune betruechten ech meng
         Bäiträg als gemengfräi (domaine public).
       consider_pd_why: wat ass dat?
+      continue: Weider
+      cancel: Ofbriechen
       legale_select: 'Sicht wgl. d''Land eraus wou Dir wunnt:'
       legale_names:
         france: Frankräich
@@ -2258,6 +2229,7 @@ lb:
       my_preferences: Meng Benotzerastellungen
       my_dashboard: Meng Iwwersiichtssäit
       blocks by me: vu Mir Gespaart
+      edit_profile: Profil änneren
       send message: Message schécken
       diary: Blog
       edits: Ännerungen
@@ -2296,8 +2268,6 @@ lb:
       heading: Benotzer
       empty: Et goufe keng sou Benotzer fonnt
     page:
-      older: Eeler Benotzer
-      newer: Méi nei Benotzer
       found_users:
         one: '%{count} Benotzer fonnt'
         other: '%{count} Benotzer fonnt'
@@ -2312,25 +2282,17 @@ lb:
         andeem Dir de Formulaire hei drënner benotzt.
   user_role:
     filter:
-      not_a_role: D'Zeechen '%{role}' ass keng valabel Roll.
+      not_a_role: D'Zeecheketten '%{role}' ass keng gülteg Roll.
       already_has_role: De Benotzer huet d'Roll %{role} schonn.
       doesnt_have_role: De Benotzer huet d'Roll %{role} net.
       not_revoke_admin_current_user: Et ass net méiglech dem Aktuelle Benotzer d'Administrateursrechter
         ewechzehuelen.
     grant:
-      title: Confirméiert d'Zoudeele vun der Roll
-      heading: Confirméiert d'Zoudeele vun der Roll
-      are_you_sure: Sidd Dir sécher datt Dir dem Benotzer '%{name}' d'Roll '%{role}'
+      are_you_sure: Sidd Dir sécher, datt Dir dem Benotzer '%{name}' d'Roll '%{role}'
         zoudeele wëllt?
-      confirm: Confirméieren
     revoke:
-      title: Confirméiert d'Zréckzéie vun der Roll
-      heading: Confirméiert d'Zréckzéie vun der Roll
-      are_you_sure: Sidd Dir sécher datt Dir dem Benotzer '%{name}' d'Roll '%{role}'
+      are_you_sure: Sidd Dir sécher, datt Dir dem Benotzer '%{name}' d'Roll '%{role}'
         ofhuele wëllt?
-      confirm: Confirméieren
-      fail: D'Roll '%{role}' konnt net vum Benotzer '%{name}' ewechgeholl ginn. Kuckt
-        wgl. no ob de Benotzer an d'Roll allen zwee valabel sinn.
   user_blocks:
     not_found:
       back: Zréck op d'Iwwersiicht
@@ -2340,9 +2302,6 @@ lb:
       title: Benotzerspären
       heading: Lëscht vu gespaarte Benotzer
       empty: Et goufe nach keng Späre gemaach.
-    revoke:
-      revoke: Ophiewen!
-      flash: Dës Spär gouf opgehuewen.
     helper:
       block_duration:
         hours:
@@ -2372,17 +2331,13 @@ lb:
       created: 'Ugeluecht:'
       duration: 'Dauer:'
       status: 'Status:'
-      show: Weisen
       edit: Änneren
-      revoke: Ophiewen!
-      confirm: Sidd Dir sécher?
       reason: 'Grond fir d''Spär:'
     block:
       not_revoked: (net opgehuewen)
       show: Weisen
       edit: Änneren
-      revoke: Ophiewen!
-    blocks:
+    page:
       display_name: Gespaarte Benotzer
       reason: Grond fir d'Spär
       status: Status
@@ -2399,6 +2354,7 @@ lb:
       no_notes: Keng Notizen
       description: Beschreiwung
       last_changed: Lescht Ännerung
+      status: Status
     show:
       title: 'Notiz: %{id}'
       description: Beschreiwung
@@ -2406,6 +2362,9 @@ lb:
       closed_title: 'Geléisten Hiweis #%{note_name}'
       hidden_title: Verstoppt Notiz N° %{note_name}
       report: Dësen Hiweis mellen
+      discussion: Diskussioun
+      subscribe: Abonéieren
+      unsubscribe: Ofbestellen
       hide: Verstoppen
       resolve: Léisen
       reactivate: Reaktivéieren
@@ -2413,6 +2372,10 @@ lb:
     new:
       title: Nei Notiz
       add: Notiz derbäisetzen
+    notes_paging_nav:
+      showing_page: Säit %{page}
+      next: Nächst
+      previous: Vireg
   javascripts:
     close: Zoumaachen
     share:
index f7d54859f0ab045ff8d1b521edaf9eea6c22f949..b8b1f7b30ac4376b128364020aab5ee19d759cb3 100644 (file)
@@ -62,8 +62,6 @@ lt:
   activerecord:
     errors:
       messages:
-        invalid_email_address: nepanašus į tinkamą e-pašto adresą
-        email_address_not_routable: nemaršrutizuojamas
         display_name_is_user_n: negali būti user_n, nebent n yra jūsų naudotojo id
       models:
         user_mute:
@@ -142,7 +140,7 @@ lt:
         longitude: Ilguma
         public: Viešas
         description: Aprašymas
-        gpx_file: Įkelti GPX failą
+        gpx_file: Pasirinkite GPS sekimo failą
         visibility: Matomumas
         tagstring: Žymos
       message:
@@ -368,6 +366,7 @@ lt:
     deleted_ago_by_html: Ištrinta %{user} %{time_ago}
     edited_ago_by_html: Redaguota %{user} %{time_ago}
     version: Versija
+    redacted_version: Redaguota versija
     in_changeset: Pakeitimas
     anonymous: anonimas
     no_comment: (nėra komentaro)
@@ -384,7 +383,10 @@ lt:
       other: '%{count} kelių'
     download_xml: Atsisiųsti XML
     view_history: Žiūrėti istoriją
+    view_unredacted_history: Žiūrėti neredaguotą versiją
     view_details: Žiūrėti detales
+    view_redacted_data: Žiūrėti redaguotus duomenis
+    view_redaction_message: Žiūrėti redaguotą pranešimą
     location: 'Vieta:'
     node:
       title_html: 'Taškas: %{name}'
@@ -430,8 +432,7 @@ lt:
         note: pastaba
     timeout:
       title: Laiko pabaigos klaida
-      sorry: Atsiprašome, bet duomenys objekto su id %{id} ir tipo %{type} buvo ištraukiami
-        per ilgai.
+      sorry: Atsiprašome, bet %{type} su %{id} gauti užtruko per ilgai.
       type:
         node: taškas
         way: kelias
@@ -447,8 +448,8 @@ lt:
         way: kelias
         relation: ryšys
     start_rjs:
-      feature_warning: Įkeliami %{num_features} geoobjektai, todėl jūsų naršyklė gali
-        sulėtėti ir nesugebėti klausyti komandų. Ar tikrai norite rodyti šiuos duomenis?
+      feature_warning: Įkeliami %{num_features} objektai, todėl jūsų naršyklė gali
+        sulėtėti ar neatsakyti. Ar tikrai norite rodyti šiuos duomenis?
       load_data: Kraunami duomenys
       loading: Kraunama...
     tag_details:
@@ -467,24 +468,37 @@ lt:
       introduction: Spauskite ant žemėlapio, norėdami rasti gretimus objektus
       nearby: Artimi objektai
       enclosing: Gaubiantys objektai
+  ways:
+    timeout:
+      sorry: Atsiprašome, užtruko per ilgai gauti kelio, kurio id %{id}, duomenis.
+  old_ways:
+    not_found:
+      sorry: Atsiprašome, kelio %{id} %{version} versija nerasta.
+    timeout:
+      sorry: Atsiprašome, užtruko per ilgai gauti kelio, kurio id %{id}, istoriją.
+  relations:
+    timeout:
+      sorry: Atsiprašome, užtruko per ilgai gauti sąsają su id %{id}.
   old_relations:
     not_found:
       sorry: Atsiprašome, santykio %{id} versijos %{version} nepavyko rasti.
+    timeout:
+      sorry: Atsiprašome, užtruko per ilgai gauti sąsajos su id %{id} istoriją.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Naujas pakeitimo #%{changeset_id} komentaras. Parašė %{author}'
+        commented_at_by_html: '%{user} pakeitė %{when}'
+      show:
+        title_all: OpenStreetMap pakeitimo aptarimas
+        title_particular: 'OpenStreetMap pakeitimo #%{changeset_id} aptarimas'
+      timeout:
+        sorry: Atsiprašome, jūsų paprašytų pakeitimo komentarų ištraukimas užtruko
+          per ilgai.
   changesets:
-    changeset_paging_nav:
-      showing_page: Puslapis %{page}
-      next: Kitas »
-      previous: « Ankstesnis
     changeset:
-      anonymous: Anonimiškas
       no_edits: (nėra pakeitimų)
       view_changeset_details: Žiūrėti pakeitimo detales
-    changesets:
-      id: ID
-      saved_at: Įrašymo laikas
-      user: Naudotojas
-      comment: Komentaras
-      area: Plotas
     index:
       title: Pakeitimai
       title_user: Naudotojo %{user} pakeitimai
@@ -504,8 +518,23 @@ lt:
         created: Sukurtas
         closed: Uždarytas
         belongs_to: Autorius
+    subscribe:
+      heading: Prenumeruoti šią pakeitimų rinkinio diskusiją?
+      button: Prenumeruokite diskusiją
+    unsubscribe:
+      heading: Atsisakyti šio pakeitimų rinkinio diskusijos prenumeratos?
+      button: Atsisakyti diskusijos prenumeratos
+    heading:
+      title: Pakeitimų rinkinys %{id}
+      created_by_html: Sukūrė %{link_user} %{created}.
+    no_such_entry:
+      heading: 'Nėra įrašo su id: %{id}'
+      body: Atsiprašome, nėra pakeitimų rinkinio su id %{id}. Patikrinkite rašybą,
+        o gal nuoroda, kurią spustelėjote, yra neteisinga.
     show:
       title: 'Pakeitimas: %{id}'
+      created: 'Sukurta: %{when}'
+      closed: 'Uždaryta: %{when}'
       created_ago_html: Sukurta %{time_ago}
       closed_ago_html: Uždaryta %{time_ago}
       created_ago_by_html: Sukurta %{user} %{time_ago}
@@ -532,18 +561,6 @@ lt:
       relations_paginated: Ryšiai (%{x}-%{y} iš %{count})
     timeout:
       sorry: Atsiprašome, bet jūsų prašytų pakeitimų ištraukimas užtruko per ilgai.
-  changeset_comments:
-    comment:
-      comment: 'Naujas pakeitimo #%{changeset_id} komentaras. Parašė %{author}'
-      commented_at_by_html: '%{user} pakeitė %{when}'
-    comments:
-      comment: 'Naujas pakeitimo #%{changeset_id} komentaras. Parašė %{author}'
-    index:
-      title_all: OpenStreetMap pakeitimo aptarimas
-      title_particular: 'OpenStreetMap pakeitimo #%{changeset_id} aptarimas'
-    timeout:
-      sorry: Atsiprašome, jūsų paprašytų pakeitimo komentarų ištraukimas užtruko per
-        ilgai.
   dashboards:
     contact:
       km away: Nutolęs %{count}km
@@ -585,14 +602,15 @@ lt:
       no_entries: Nėra dienoraščio įrašų
     page:
       recent_entries: Paskutiniai dienoraščio įrašai
-      older_entries: Senesni įrašai
-      newer_entries: Naujesni įrašai
     edit:
       title: Keisti dienoraščio įrašą
       marker_text: Dienoraščio įrašo pozicija
     show:
       title: '%{user} dienoraštis | %{title}'
       user_title: '%{user} dienoraštis'
+      discussion: Diskusija
+      subscribe: Prenumeruoti
+      unsubscribe: Atsisakyti prenumeratos
       leave_a_comment: Palikti komentarą
       login_to_leave_a_comment_html: '%{login_link}, kad paliktumėte komentarą'
       login: Prisijungti
@@ -624,8 +642,6 @@ lt:
       report: Pranešti apie šį komentarą
     location:
       location: 'Vieta:'
-      view: Žiūrėti
-      edit: Keisti
     feed:
       user:
         title: Naudotojo %{user} OpenStreetMap dienoraščio įrašai
@@ -636,6 +652,12 @@ lt:
       all:
         title: OpenStreetMap dienoraščio įrašai
         description: Paskutiniai OpenStreetMap naudotojų dienoraščių įrašai
+    subscribe:
+      heading: Užsiprenumeruoti šią dienoraščio įrašo diskusiją?
+      button: Prenumeruokite diskusiją
+    unsubscribe:
+      heading: Atsisakyti šios dienoraščio įrašo diskusijos prenumeratos?
+      button: Atsisakyti diskusijos prenumeratos
   diary_comments:
     index:
       title: Dienoraščio komentarus pridėjo %{user}
@@ -646,9 +668,18 @@ lt:
       post: Įrašas
       when: Kada
       comment: Komentaras
-      newer_comments: Naujesni komentarai
-      older_comments: Senesni komentarai
+    new:
+      heading: Pridėti komentarą prie šios dienoraščio įrašo diskusijos?
   doorkeeper:
+    errors:
+      messages:
+        account_selection_required: Autorizacijos serveris reikalauja galutinio naudotojo
+          abonemento pasirinkimo
+        consent_required: Autorizacijos serveriui reikalingas galutinio naudotojo
+          sutikimas
+        interaction_required: Autorizacijos serveris reikalauja galutinio naudotojo
+          sąveikos
+        login_required: Autorizacijos serveriui reikalingas galutinio naudotojo autentifikavimas
     flash:
       applications:
         create:
@@ -666,6 +697,10 @@ lt:
       contact_the_community_html: Jei radote neveikiančią nuorodą ar klaidą, prašome
         %{contact_link} su OpenStreetMap bendruomene. Prašome įrašyti tikslų užklausos
         universalųjį adresą (URL).
+    bad_request:
+      title: Bloga užklausa
+      description: Operacija, kurios paprašėte „OpenStreetMap“ serveryje, negalima
+        (HTTP 400)
     forbidden:
       title: Uždrausta
       description: Jūsų prašomas veiksmas OpenStreetMap serveryje yra leidžiamas tik
@@ -695,7 +730,6 @@ lt:
   geocoder:
     search:
       title:
-        results_from_html: Rezultatai iš %{results_link}
         latlon: Vidinis
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1441,10 +1475,6 @@ lt:
         level9: Kaimo riba
         level10: Priemiesčio riba
         level11: Mikrorajono riba
-      types:
-        cities: Miestai
-        towns: Miestai
-        places: Vietos
     results:
       no_results: Daugiau rezultatų nėra
       more_results: Daugiau rezultatų
@@ -1453,17 +1483,23 @@ lt:
       title: Problemos
       select_status: Parinkite būseną
       select_type: Pasirinkite tipą
+      select_last_updated_by: Pasirinkite Paskutinį kartą atnaujino
       reported_user: Pranešęs naudotojas
       not_updated: Neatnaujinta
       search: Ieškoti
       search_guidance: 'Problemų paieška:'
+      states:
+        ignored: Ignoruota
+        open: Atidaryta
+        resolved: Išspręsta
+    page:
       user_not_found: Naudotojo nėra
       issues_not_found: Tokių problemų nerasta
+      reported_user: Praneštas naudotojas
       status: Būsena
       reports: Pranešimai
       last_updated: Paskutinis atnaujinimas
       last_updated_time_ago_user_html: '%{time_ago} %{user}'
-      link_to_reports: Žiūrėti pranešimus
       reports_count:
         one: '{%count} pranešimas'
         few: '%{count} pranešimai'
@@ -1562,40 +1598,32 @@ lt:
     history: Istorija
     export: Eksportuoti
     issues: Problemos
-    data: Duomenys
-    export_data: Eksportuoti duomenis
     gps_traces: GPS pėdsakai
-    gps_traces_tooltip: Tvarkyti GPS pėdsakus
     user_diaries: Dienoraščiai
-    user_diaries_tooltip: Peržiūrėti naudotojų dienoraščius
     edit_with: Redaguoti su %{editor}
-    tag_line: Atviras wiki žemėlapis
     intro_header: Sveiki atvykę į OpenStreetMap!
     intro_text: OpenStreetMap yra pasaulio žemėlapis, kuriamas žmonių, tokių kaip
       jūs. Jis atviras ir laisvas - naudojamas pagal atvirą licenciją.
-    intro_2_create_account: sukurti naudotojo paskyrą
+    hosting_partners_2024_html: Prieglobą palaiko %{fastly}, %{corpmembers} ir kiti
+      %{partners}.
     partners_fastly: Fastly
+    partners_corpmembers: OSMF korporacijos nariai
     partners_partners: partneriai
     tou: Naudojimo sąlygos
     osm_offline: Šiuo metu OpenStreetMap duomenų bazė išjungta, nes vykdomi svarbūs
       priežiūros darbai.
     osm_read_only: OpenStreetMap duomenų bazė šiuo metu dirba tik skaitymo režimu,
       nes vykdomi esminiai priežiūros darbai.
-    donate: Paremkite OpenStreetMap %{link} aparatinės įrangos atnaujinimo fondui.
+    nothing_to_preview: Nėra ką peržiūrėti.
     help: Pagalba
     about: Apie
     copyright: Teisės ir licencija
     communities: Bendruomenės
-    community: Bendruomenė
-    community_blogs: Dienoraščiai
-    community_blogs_title: OpenStreetMap bendruomenės blogai
-    make_a_donation:
-      title: Paremkite OpenStreetMap finansiškai
-      text: Paremkite
     learn_more: Sužinoti daugiau
     more: Daugiau
   user_mailer:
     diary_comment_notification:
+      description: 'OpenStreetMap dienoraščio įrašas #%{id}'
       subject: '[OpenStreetMap] %{user} pakomentavo dienoraščio įrašą'
       hi: Sveiki, %{to_user},
       header: '%{from_user} pakomentavo jūsų OpenStreetMap dienoraščio įrašą su tema
@@ -1606,6 +1634,8 @@ lt:
         galite adresu %{commenturl} arba nusiųsti žinutę autoriui adresu %{replyurl}
       footer_html: Jūs taip pat galite perskaityti komentarą %{readurl} ir pakomentuoti
         %{commenturl} arba nusiųsti žinutę autoriui %{replyurl}
+      footer_unsubscribe: Diskusijos prenumeratos galite atsisakyti %{unsubscribeurl}
+      footer_unsubscribe_html: Diskusijos prenumeratos galite atsisakyti %{unsubscribeurl}
     message_notification:
       subject: '[OpenStreetMap] %{message_title}'
       hi: Sveiki, %{to_user},
@@ -1625,18 +1655,30 @@ lt:
       befriend_them: 'Galite pridėti juos prie draugų: %{befriendurl}'
       befriend_them_html: Galite pridėti juos prie draugų %{befriendurl}
     gpx_description:
-      description_with_tags_html: 'Panašu, kad Jūsų GPX failas %{trace_name} su aprašymu
+      description_with_tags: 'Panašu, kad jūsų failas %{trace_name} su aprašymu %{trace_description}
+        ir šiomis žymomis: %{tags}'
+      description_with_tags_html: 'Panašu, kad jūsų failas %{trace_name} su aprašymu
         %{trace_description} ir šiomis žymomis: %{tags}'
-      description_with_no_tags_html: Panašu, kad Jūsų GPX failas %{trace_name} su
-        aprašymu %{trace_description} ir be žymų
+      description_with_no_tags: Panašu, kad jūsų failas %{trace_name} su aprašymu
+        %{trace_description} ir be žymų
+      description_with_no_tags_html: Panašu, kad jūsų failas %{trace_name} su aprašymu
+        %{trace_description} ir be žymų
     gpx_failure:
       hi: Sveiki, %{to_user},
-      failed_to_import: 'nebuvo sėkmingai importuotas. Štai klaidos pranešimas:'
+      failed_to_import: 'nepavyko importuoti kaip GPS sekimo failas. Patvirtinkite,
+        kad failas yra galiojantis GPX failas arba archyvas, kuriame yra palaikomo
+        formato GPX failas (-ai) (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2).
+        Ar gali būti failo formato ar sintaksės problemų? Importavimo klaida:'
+      more_info: Daugiau informacijos apie GPX importo nesėkmes ir kaip jų išvengti
+        galima rasti %{url}.
       more_info_html: Daugiau informacijos apie GPX įkėlimo klaidas ir kaip jų išvengti
         rasite adresu %{url}
       subject: '[OpenStreetMap] Nepavyko įkelti pėdsako (GPX)'
     gpx_success:
       hi: Sveiki, %{to_user},
+      trace_location: Jūsų pėdsakai pasiekiami %{trace_url}
+      all_your_traces: Visus sėkmingai įkeltus GPX pėdsakus rasite %{url}
+      all_your_traces_html: Visus sėkmingai įkeltus GPX pėdsakus rasite %{url}.
       subject: '[OpenStreetMap] Sėkmingai įkeltas pėdsakas (GPX)'
     signup_confirm:
       subject: '[OpenStreetMap] Sveiki atvykę į OpenStreetMap'
@@ -1662,6 +1704,7 @@ lt:
       click_the_link: Jei tai jūs, paspauskite žemiau esančią nuorodą, kad iš naujo
         nustatytumėte slaptažodį.
     note_comment_notification:
+      description: 'OpenStreetMap pastaba #%{id}'
       anonymous: Anoniminis naudotojas
       greeting: Sveiki,
       commented:
@@ -1696,11 +1739,11 @@ lt:
           Pastaba yra netoli %{place}.'
         commented_note_html: '%{commenter} pakartotinai aktyvavo žemėlapio pastabą,
           kurią Jūs pakomentavote. Pastaba yra netoliese %{place}.'
-      details: Daugiau informacijos apie pastabą galima rasti %{url}.
-      details_html: Daugiau informacijos apie pastabą galima rasti %{url}.
+      details: Atsakykite arba sužinokite daugiau apie pastabą %{url}.
+      details_html: Atsakykite arba sužinokite daugiau apie pastabą %{url}.
     changeset_comment_notification:
+      description: 'OpenStreetMap pakeitimų rinkinys #%{id}'
       hi: Sveiki, %{to_user},
-      greeting: Labas,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} pakomentavo vieną iš jūsų pakeitimų'
         subject_other: '[OpenStreetMap] %{commenter} pakomentavo vieną iš jus dominančių
@@ -1714,12 +1757,12 @@ lt:
         partial_changeset_with_comment: su komentaru '%{changeset_comment}'
         partial_changeset_with_comment_html: su komentaru '%{changeset_comment}'
         partial_changeset_without_comment: be komentaro
-      details: Daugiau informacijos apie pakeitimą rasite čia %{url}.
-      details_html: Daugiau informacijos apie pakeitimą rasite adresu %{url}.
-      unsubscribe: Jei norite atsisakyti šio pakeitimo atnaujinimų, eikite į %{url}
-        ir spauskite „Atsisakyti“.
-      unsubscribe_html: Jei norite atsisakyti šio pakeitimo atnaujinimų, atidarykite
-        šią nuorodą %{url} ir spauskite „Atsisakyti“.
+      details: Atsakykite arba sužinokite daugiau apie pakeitimų rinkinį %{url}.
+      details_html: Atsakykite arba sužinokite daugiau apie pakeitimų rinkinį %{url}.
+      unsubscribe: Galite atsisakyti šio pakeitimų rinkinio naujinių prenumeratos
+        %{url}.
+      unsubscribe_html: Galite atsisakyti šio pakeitimų rinkinio naujinių prenumeratos
+        %{url}.
   confirmations:
     confirm:
       heading: Patikrinkite savo pašto dėžutę!
@@ -1774,7 +1817,6 @@ lt:
     message_summary:
       unread_button: Žymėti neskaitytu
       read_button: Žymėti skaitytu
-      reply_button: Atsakyti
       destroy_button: Ištrinti
       unmute_button: Perkelti į gautuosius
     new:
@@ -1791,7 +1833,6 @@ lt:
       body: Gaila, bet žinutės su tokiu id nėra.
     outbox:
       title: Išsiųstieji
-      actions: Veiksmai
       messages:
         one: Jūs %{count} nusiųstą pranešimą
         other: Jūs %{count} nusiųstus(-ų) pranešimus(-ų)
@@ -1801,18 +1842,18 @@ lt:
     muted:
       title: Nutildyti pranešimai
     reply:
-      wrong_user: Jūs prisijungęs kaip „%{user}“, bet pranešimas, kuriuo jūsų prašyta
-        atsakyti, nebuvo nusiųstas tam naudotojui. Prisijunkite prie teisingos naudotojo
-        paskyros, jei norite atsakyti.
+      wrong_user: Jūs prisijungę kaip „%{user}“, bet pranešimas, į kurį rašyta atsakyti,
+        nebuvo siųstas tam naudotojui. Prisijunkite prie teisingos naudotojo paskyros,
+        jei norite atsakyti.
     show:
       title: Skaityti pranešimą
       reply_button: Atsakyti
       unread_button: Pažymėti neperskaitytu
       destroy_button: Trinti
       back: Grįžti
-      wrong_user: Jūs prisijungęs kaip „%{user}“, bet pranešimas, kurį jūsų prašyta
-        perskaityti, nebuvo nusiųstas to ar tam naudotojui. Prisijunkite prie teisingos
-        naudotojo paskyros, jei norite tai perskaityti.
+      wrong_user: Jūs prisijungę kaip „%{user}“, bet pranešimas, kuri prašėte perskaityti,
+        nebuvo siųstas tam naudotojui. Prisijunkite prie teisingos naudotojo paskyros,
+        jei norite perskaityti.
     sent_message_summary:
       destroy_button: Ištrinti
     heading:
@@ -1836,6 +1877,9 @@ lt:
       help_text: Įveskite elektroninio pašto adresą, kurį naudojote užsiregistruodami.
         Mes atsiųsime nuorodą į elektroninį paštą, kurią galėsite naudoti norėdami
         iš naujo nustatyti slaptažodį.
+    create:
+      send_paranoid_instructions: Jei jūsų el. pašto adresas yra mūsų duomenų bazėje,
+        po kelių minučių į savo el. pašto adresą gausite slaptažodžio atkūrimo nuorodą.
     edit:
       title: Iš naujo nustatyti slaptažodį
       heading: Iš naujo nustatyti naudotojo %{user} slaptažodį
@@ -1886,15 +1930,15 @@ lt:
       failure: Nepavyko atnaujinti profilio.
   sessions:
     new:
-      title: Prisijungti
       tab_title: Prisijungti
+      login_to_authorize_html: Prisijunkite prie OpenStreetMap, kad pasiektumėte %{client_app_name}.
       email or username: 'El. pašto adresas ar naudotojo vardas:'
       password: Slaptažodis
       remember: Prisiminti prisijungimą
       lost password link: Pamiršote slaptažodį?
       login_button: Prisijungti
-      register now: Užsiregistruoti
-      with external: 'Alternatyviai, naudokite trečią šalį prisijungimui:'
+      with external: arba prisijunkite naudodami trečiąją šalį
+      or: ar
       auth failure: Atsiprašome, negalite prisijungti su tokiais duomenimis.
     destroy:
       title: Atsijungti
@@ -1923,9 +1967,28 @@ lt:
     richtext_field:
       edit: Redaguoti
       preview: Peržiūrėti
+      help: Pagalba
+    pagination:
+      diary_comments:
+        older: Senesni komentarai
+        newer: Naujesni komentarai
+      diary_entries:
+        older: Senesni įrašai
+        newer: Naujesni įrašai
+      issues:
+        older: Senesnės problemos
+        newer: Naujesnės problemos
+      traces:
+        older: Senesni pėdsakai
+        newer: Naujesni pėdsakai
+      user_blocks:
+        older: Senesni blokavimai
+        newer: Naujesni blokavimai
+      users:
+        older: Senesni naudotojai
+        newer: Naujesni naudotojai
   site:
     about:
-      next: Kitas
       heading_html: '%{copyright}OpenStreetMap %{br} bendradarbiai'
       used_by_html: '%{name} pateikia žemėlapio duomenis tūkstančiams interneto puslapių,
         mobilių aplikacijų ir techninės įrangos įrenginių'
@@ -1936,6 +1999,14 @@ lt:
         orotofoto nuotraukas, GPS įrenginius ir paprastus lauko žemėlapius, tikrindami,
         kad OSM duomenys yra teisingi ir aktualūs.
       community_driven_title: Bendruomenės vystomas
+      community_driven_1_html: |-
+        OpenStreetMap bendruomenė yra įvairi, aistringa ir auga kiekvieną dieną.
+        Mūsų bendradarbiai yra entuziastai žemėlapių kūrėjai, GIS profesionalai, inžinieriai
+        jie valdo OSM serverius, humanitarai apibrėžia stichinių nelaimių paveiktas teritorijas
+        ir daug daugiau.
+        Norėdami sužinoti daugiau apie bendruomenę, apsilankykite %{osm_blog_link},
+        %{user_diaries_link}, %{community_blogs_link} ir
+        %{osm_foundation_link} svetainėje.
       community_driven_osm_blog: OpenStreetMap tinklaraštis
       community_driven_user_diaries: naudotojų dienoraščiai
       community_driven_community_blogs: bendruomenių tinklaraščiai
@@ -1961,6 +2032,8 @@ lt:
         Prašome %{contact_the_osmf_link}
         Jei turite licencijų, autorių teisių ar kitų teisinių klausimų.
       legal_2_1_contact_the_osmf: susisiekti su OSMF
+      legal_2_2_html: OpenStreetMap, didinamojo stiklo logotipas ir žemėlapio būsena
+        yra %{registered_trademarks_link}.
       legal_2_2_registered_trademarks: OSMF registruotie prekių ženklai
       partners_title: Partneriai
     copyright:
@@ -1984,6 +2057,12 @@ lt:
         introduction_1_open_data: atviri duomenys
         introduction_1_odc_odbl: Open Data Commons Open Database licencija
         introduction_1_osm_foundation: OpenStreetMap fondas
+        introduction_2_html: Galite laisvai kopijuoti, platinti, perduoti ir pritaikyti
+          mūsų duomenis, jei tik nurodysite OpenStreetMap ir jo pagalbininkus. Jei
+          pakeisite arba remsitės mūsų duomenimis, rezultatus galite platinti tik
+          pagal tą pačią licenciją. Pilnas %{legal_code_link} paaiškina jūsų teises
+          ir pareigas.
+        introduction_2_legal_code: teisinis kodas
         introduction_3_html: Mūsų dokumentai yra licencijuoti pagal %{creative_commons_link}
           licenciją (CC BY-SA 2.0).
         introduction_3_creative_commons: Creative Commons Attribution-ShareAlike 2.0
@@ -1993,7 +2072,20 @@ lt:
         credit_2_1: Nurodykite priskyrimą naudojant OpenStreetMap autorių teisių pranešimą.
         credit_2_2: Paaiškinkite, kad duomenys yra prieinami pagal atviros duomenų
           bazės licenciją.
+        credit_3_html: |-
+          Autorių teisių įspėjimui taikome skirtingus reikalavimus,
+          atsižvelgiant į tai, kaip naudojate mūsų duomenis. Pavyzdžiui, taikomos skirtingos
+          taisyklės, kaip rodyti pranešimą apie autorių teises, atsižvelgiant į tai, ar
+          sukūrėte naršomą žemėlapį, spausdintą žemėlapį ar statinį vaizdą. Visą informaciją apie
+          reikalavimus rasite %{attribution_guidelines_link}.
         credit_3_attribution_guidelines: Priskyrimo gairės
+        credit_4_1_html: "Kad būtų aišku, duomenys yra prieinami pagal Open\nDatabase
+          licenciją, galite nurodyti į %{this_copyright_page_link}.\nAlternatyviai
+          arba, jei platinate OSM\nduomenų forma, galite pateikti nuorodą tiesiai
+          į licenciją (-as). Medijoje,\nkur nuorodos neįmanomos (pvz., spausdintuose
+          kūriniuose), siūlome\nnukreipti savo skaitytojus į openstreetmap.org (galbūt
+          išplečiant\n'OpenStreetMap' šiuo visu adresu) ir į opendatacommons.org.
+          \nŠiame pavyzdyje nuoroda rodoma žemėlapio kampe."
         credit_4_1_this_copyright_page: šį autorių teisių puslapį
         attribution_example:
           alt: Pavyzdys kaip galima priskirti paskyrimus OpenStreetMap svetainėje
@@ -2002,13 +2094,26 @@ lt:
         more_1_1_html: Skaitykite daugiau apie mūsų duomenų naudojimą ir kaip mums
           priskirti autorystę apsilankę %{osmf_licence_page_link}.
         more_1_1_osmf_licence_page: OSMF licencijos puslapis
+        more_2_1_html: Nors OpenStreetMap yra atvirų duomenų, mes negalime teikti
+          nemokamo žemėlapių API trečiosioms šalims. Žiūrėkite mūsų %{api_usage_policy_link},
+          %{tile_usage_policy_link} ir %{nominatim_usage_policy_link}.
         more_2_1_api_usage_policy: API naudojimo politika
+        more_2_1_tile_usage_policy: Plytelių naudojimo politika
+        more_2_1_nominatim_usage_policy: Nominatim naudojimo politika
         contributors_title_html: Mūsų autoriai
         contributors_intro_html: Mūsų autoriai yra tūkstančiai įvairių žmonių. Taip
           pat įtrauktas ir laisvai prieinamas turinys iš valstybinių kartografijos
           agentūrų bei įvairių kitų šaltinių.
+        contributors_at_credit_html: |-
+          %{austria}: yra duomenų iš %{stadt_wien_link} (pagal %{cc_by_link}), %{land_vorarlberg_link}
+          ir Land Tirol (pagal %{cc_by_at_with_amendments_link}).
         contributors_at_austria: Austrija
+        contributors_at_stadt_wien: Vienos miestas
+        contributors_at_land_vorarlberg: Forarlbergo žemė
         contributors_at_cc_by_at_with_amendments: CC BY AT su pakeitimais
+        contributors_au_credit_html: |-
+          %{australia}: įtraukta arba sukurta naudojant administracines ribas © %{geoscape_australia_link}
+          licencijuota Australijos Sandraugos pagal %{cc_licence_link}.
         contributors_au_australia: Australija
         contributors_au_geoscape_australia: Geoscape Australia
         contributors_au_cc_licence: Creative Commons Attribution 4.0 tarptautinė licencija
@@ -2035,6 +2140,12 @@ lt:
           %{france}: yra duomenų iš
           Bendrojo mokesčių valdytojo.
         contributors_fr_france: Prancūzija
+        contributors_hr_credit_html: |-
+          %{croatia}: yra duomenų iš %{dgu_link} ir %{open_data_portal}
+          (vieša Kroatijos informacija).
+        contributors_hr_croatia: Kroatija
+        contributors_hr_dgu: Kroatijos valstybinė geodezijos administracija
+        contributors_hr_open_data_portal: Nacionalinis atvirų duomenų portalas
         contributors_nl_credit_html: '%{netherlands}: Yra &copy; AND duomenų, 2007
           (%{and_link})'
         contributors_nl_netherlands: Nyderlandai
@@ -2067,7 +2178,13 @@ lt:
         contributors_za_south_africa: Pietų Afrika
         contributors_za_ngi: 'Vyriausiasis direktoratas: Nacionalinė geografinė erdvinė
           informacija'
+        contributors_gb_credit_html: |-
+          %{united_kingdom}: yra Ordnance
+          apklausos duomenų © Karūnos autorių teisės ir duomenų bazės teisės 2010-2023.
         contributors_gb_united_kingdom: Jungtinė Karalystė
+        contributors_2_html: |-
+          Norėdami gauti daugiau informacijos apie šiuos ir kitus šaltinius, kurie buvo naudojami
+          siekiant pagerinti OpenStreetMap, žiūrėkite %{contributors_page_link} OpenStreetMap Viki.
         contributors_2_contributors_page: Pagalbininkų puslapis
         contributors_footer_2_html: Duomenų įtraukimas į OpenStreetMap nereiškia,
           kad originalių duomenų tiekėjas remia OpenStreetMap. Nenumatomos jokios
@@ -2078,6 +2195,8 @@ lt:
           leidimo naudoti.
         infringement_2_1_takedown_procedure: pašalinimo procedūra
         infringement_2_1_online_filing_page: pildymo internetu puslapis
+        trademarks_title: Prekių ženklai
+        trademarks_1_1_trademark_policy: Prekių ženklų politika
     index:
       js_1: Jūs arba naudojate naršyklę, nepalaikančią JavaScript, arba išjungėte
         JavaScript palaikymą.
@@ -2094,8 +2213,6 @@ lt:
       user_page_link: naudotojo puslapis
       anon_edits_link_text: Sužinokite, kodėl taip yra.
       id_not_configured: iD nesukonfigūruotas
-      no_iframe_support: Jūsų naršyklė nepalaiko HTML iframe'ų, o šiai savybei jie
-        būtini.
     export:
       title: Eksportuoti
       manually_select: Rankiniu būdu parinkti kitą sritį
@@ -2153,8 +2270,8 @@ lt:
         title: Pradedančiojo vadovas
         description: Bendruomenės palaikomas vadovas pradedantiesiems.
       community:
-        title: Bendruomenės forumas
-        description: Bendra vieta pokalbiams apie OpenStreetMap.
+        title: Pagalba ir bendruomenės forumas
+        description: Bendra vieta, kur galima ieškoti pagalbos ir kalbėtis apie „OpenStreetMap“.
       mailing_lists:
         title: El. pašto grupės
         description: Užduokite klausimą ar diskutuokite apie įdomius dalykus daugelyje
@@ -2184,12 +2301,12 @@ lt:
       change_preferences: Pakeiskite savo nustatymus čia
     any_questions:
       title: Turite klausimų?
+      get_help_here: Gaukite pagalbą čia
+      welcome_mat: Žiūrėkite pasveikinimą
     sidebar:
       search_results: Paieškos rezultatai
-      close: Uždaryti
     search:
       search: Paieška
-      get_directions: Gauti nurodymus
       get_directions_title: Rasti maršruto nurodymus tarp dviejų taškų
       from: Iš
       to: Iki
@@ -2206,6 +2323,7 @@ lt:
           primary: Pirmosios reikšmės kelias
           secondary: Antros reikšmės kelias
           unclassified: Neklasifikuotas kelias
+          pedestrian: Pėsčiųjų kelias
           track: Pėdsakas
           bridleway: Raitųjų takas
           cycleway: Dviračių takas
@@ -2269,6 +2387,9 @@ lt:
           hospital: Ligoninė
           building: Didelis pastatas
           station: Geležinkelio stotis
+          railway_halt: Geležinkelio sustojimas
+          subway_station: Metro stotis
+          tram_stop: Tramvajaus stotelė
           summit: Viršūnė
           peak: Viršukalnė
           tunnel: Punktyriniai kraštai = tiltas
@@ -2277,7 +2398,6 @@ lt:
           destination: Atvykimo susisiekimas
           construction: Statomi keliai
           bus_stop: Autobusų stotelė
-          stop: Sustojimas
           bicycle_shop: Dviračių parduotuvė
           bicycle_rental: Dviračių nuoma
           bicycle_parking: Dviračių stovėjimo aikštelė
@@ -2290,12 +2410,21 @@ lt:
         instrukcija su svarbiausiais dalykais, kuriuos turėtumėte žinoti.
       whats_on_the_map:
         title: Kas yra žemėlapyje
+        on_the_map_html: |-
+          „OpenStreetMap“ yra vieta žemėlapiams sudaryti, kur dalykai %{real_and_current} –
+          čia yra milijonai pastatų, kelių ir kitos informacijos apie vietas. Galite nustatyti
+          bet kokias jums įdomias realaus pasaulio funkcijas.
+        real_and_current: tikri ir dabartiniai
       basic_terms:
         title: Pagrindiniai žymėjimo terminai
         paragraph_1: OpenStreetMap turi savo žodyną. Čia keli pagrindiniai naudojami
           terminai/žodžiai.
+        an_editor_html: '%{editor} yra programa ar svetainėje, skirta redaguoti žemėlapį.'
+        a_node_html: '%{node} yra taškas žemėlapyje, pvz., restoranas ar medis.'
         a_way_html: '%{way} – tai linija arba teritorija, kaip kelias, upelis, ežeras
           ar pastatas.'
+        a_tag_html: '%{tag} yra šiek tiek duomenų apie tašką arba kelią, pvz., restorano
+          pavadinimas arba kelio greičio ribojimas.'
         editor: redaktorius
         node: taškas
         way: kelias
@@ -2319,6 +2448,9 @@ lt:
         Jos taip pat gali būti formalios arba neformalios.
       local_chapters:
         title: Vietiniai skyriai
+      other_groups:
+        title: Kitos grupės
+        communities_wiki: Bendruomenių viki puslapis
   traces:
     visibility:
       private: Privatus (dalinamas tik kaip anonimiškas, taškai nesurikiuoti)
@@ -2353,8 +2485,6 @@ lt:
       visibility_help: ką tai reiškia?
     update:
       updated: Pėdsakas įkeltas
-    trace_optionals:
-      tags: Žymos
     show:
       title: Peržiūrimas pėdsakas %{name}
       heading: Peržiūrimas pėdsakas %{name}
@@ -2390,6 +2520,8 @@ lt:
       identifiable: IDENTIFIKUOJAMAS
       private: PRIVATUS
       trackable: ATSEKAMAS
+      details_with_tags_html: '%{time_ago}, %{user}, %{tags}'
+      details_without_tags_html: '%{time_ago} %{user}'
     index:
       public_traces: Vieši GPS pėdsakai
       my_gps_traces: Mano GPS pėdsakai
@@ -2406,13 +2538,8 @@ lt:
       my_traces: Mano GPS pėdsakai
       traces_from: Vieši naudotojo %{user} pėdsakai
       remove_tag_filter: Pašalinti žymų filtrą
-    page:
-      older: Senesni pėdsakai
-      newer: Naujesni pėdsakai
     destroy:
       scheduled_for_deletion: Trasa, numatyta ištrinimui
-    make_public:
-      made_public: Pėdsakas nuo dabar bus viešas
     offline_warning:
       message: GPX pėdsakų įkėlimo sistema šiuo metu neveikia.
     offline:
@@ -2430,8 +2557,6 @@ lt:
     require_cookies:
       cookies_needed: Panašu, kad išjungėte slapukus. Prieš tęsdami, įjunkite savo
         naršyklėje slapukus.
-    require_admin:
-      not_an_admin: Norėdami įvykdyti šį veiksmą turite būti administratoriumi.
     setup_user_auth:
       blocked_zero_hour: Turite neatidėliotiną pranešimą OpenStreetMap puslapyje.
         Jums reikia perskaityti šį pranešimą prieš galint išsaugoti pakeitimus.
@@ -2442,56 +2567,35 @@ lt:
         neprivalote su jomis sutikti, bet perskaityti - privalote.
     settings_menu:
       account_settings: Paskyros nustatymai
-      oauth1_settings: „OAuth 1“ nustatymai
       oauth2_applications: „OAuth 2“ programos
       oauth2_authorizations: „OAuth 2“ prieigos teisės
+      muted_users: Nutildyti naudotojai
     auth_providers:
+      openid_url: OpenID URL
+      openid_login_button: Tęsti
       openid:
-        title: Prisijunkite su OpenID
-        alt: Prisijunkite su OpenID URL
+        title: Prisijungti su OpenID
+        alt: OpenID logotipas
       google:
-        title: Prisijunkite su Google
-        alt: Prisijunkite su Google OpenID
+        title: Prisijungti su Google
+        alt: Google logotipas
       facebook:
         title: Prisijungti su Facebook
-        alt: Prisijungti su Facebook paskyra
+        alt: Facebook logotipas
       microsoft:
         title: Prisijungti su Microsoft
-        alt: Prisijungti su Microsoft paskyra
+        alt: Microsoft logotipas
       github:
         title: Prisijungti su GitHub
-        alt: Prisijungti su GitHub Paskyra
+        alt: GitHub logotipas
       wikipedia:
         title: Prisijungti su Vikipedija
-        alt: Prisijungti su Vikipedija Paskyra
+        alt: Vikipedijos logotipas
   oauth:
-    authorize:
-      title: Autorizuoti priėjimą prie jūsų paskyros
-      request_access_html: Programa %{app_name} prašo prieigos prie jūsų paskyros,
-        %{user}. Peržiūrėkite, ar jūs norėtumėte taikyti šias galimybes. Galite pasirinkti
-        tiek kiek jums reikia.
-      allow_to: 'Leisti kliento programai:'
-      allow_read_prefs: skaityti jūsų naudotojo nustatymus
-      allow_write_prefs: kaisti jūsų naudotojo nustatymus.
-      allow_write_diary: kurti dienoraščio įrašus, komentarus ir susirasti draugų.
-      allow_write_api: keisti žemėlapį.
-      allow_read_gpx: skaityti jūsų asmeninius GPS pėdsakus.
-      allow_write_gpx: įkelti GPS pėdsakus.
-      allow_write_notes: modifikuoti pastabas.
-      grant_access: Suteikti prieigą
-    authorize_success:
-      title: Autorizavimo užklausa leista
-      allowed_html: Jūs leidote aplikacijai %{app_name} prieiti prie savo paskyros.
-      verification: Patvirtinimo kodas yra %{code}.
-    authorize_failure:
-      title: Autorizacijos užklausa nepavyko
-      denied: Jūs neleidote aplikacijai %{app_name} prieiti prie savo paskyros.
-      invalid: Netinkamas autorizacijos žetonas.
-    revoke:
-      flash: Jūs atšaukėte savo ženklą programai %{application}
     permissions:
       missing: Jūs nesuteikėte leidimo programai pasiekti šios priemonės
     scopes:
+      openid: Prisijungti su OpenStreetMap
       read_prefs: Skaityti naudotojo parinktis
       write_prefs: Keisti naudotojo parinktis
       write_diary: Sukurti dienoraščio įrašus, komentarus ir pridėti draugus
@@ -2499,49 +2603,13 @@ lt:
       read_gpx: Skaityti privačius GPS pėdsakus
       write_gpx: Įkelti GPS pėdsakus
       write_notes: Keisti pastabas
+      write_redactions: Redaguoti žemėlapio duomenis
       read_email: Skaityti naudotojo el. pašto adresą
+      consume_messages: Skaityti, atnaujinti būseną ir ištrinti naudotojo pranešimus
+      send_messages: Siųsti asmenines žinutes kitiems naudotojams
       skip_authorization: Automatinis programos patvirtinimas
-  oauth_clients:
-    new:
-      title: Registruoti naują programą
-    edit:
-      title: Keisti jūsų programą
-    show:
-      title: OAuth informacija programai %{app_name}
-      key: 'Naudotojo raktas:'
-      secret: 'Naudotojo paslaptis:'
-      url: 'Teikti prašymą ženklo nuorodai:'
-      access_url: 'Prieiga ženklo nuorodai:'
-      authorize_url: 'Leisti nuorodą:'
-      support_notice: Mes palaikome HMAC-SHA1 (rekomenduojama) ir RSA-SHA1 parašus.
-      edit: Keisti detales
-      delete: Pašąlinti klientą
-      confirm: Esate tikras?
-      requests: 'Prašoma šių teisių iš naudotojo:'
-    index:
-      title: Mano OAuth duomenys
-      my_tokens: Mano autorizuotos programos
-      list_tokens: 'Jūsų vardu programoms buvo išduoti tokie žetonai:'
-      application: Programos pavadinimas
-      issued_at: Išduota
-      revoke: Atšaukti!
-      my_apps: Mano klientinės programos
-      no_apps_html: Ar turite programą, kurią norėtumėti priregistruoti tolimesniam
-        darbui su mumis naudojant %{oauth} standartą? Jūs turite įregistruoti savo
-        internetinę programą, kad ji galėtų siųsti OAuth užklausas šiai paslaugai.
-      oauth: OAuth
-      registered_apps: 'Jūs turite priregistravę šias kliento programas:'
-      register_new: Registruoti jūsų programą
-    form:
-      requests: 'Prašyti naudojo leidimo:'
-    not_found:
-      sorry: Atsiprašome, šis %{type} nerastas.
-    create:
-      flash: Informacija užregistruota sėkmingai
-    update:
-      flash: Kliento informacija sėkmingai atnaujinta
-    destroy:
-      flash: Panaikinta kliento programos registracija
+    for_roles:
+      moderator: Šis leidimas skirtas veiksmams, prieinamiems tik moderatoriams
   oauth2_applications:
     index:
       title: Mano klientinės programos
@@ -2586,6 +2654,7 @@ lt:
       title: Mano programos su prieigos teisėmis
       application: Programa
       permissions: Leidimai
+      last_authorized: Paskutinį kartą įgaliota
       no_applications_html: Jūs dar nesuteikėte leidimų nei vienai programai naudojančiai
         %{oauth2}.
     application:
@@ -2594,22 +2663,41 @@ lt:
   users:
     new:
       title: Sukurti paskyrą
+      tab_title: Užsiregistruoti
+      signup_to_authorize_html: Prisiregistruokite naudodami „OpenStreetMap“, kad
+        pasiektumėte %{client_app_name}.
       no_auto_account_create: Deja šiuo metu negalime jums automatiškai sukurti paskyros.
+      please_contact_support_html: Susisiekite su %{support_link} dėl paskyros sukūrimo
+        – mes pasistengsime kuo greičiau išnagrinėti užklausą.
+      support: pagalba
       about:
-        header: Laisvas ir redaguojamas
+        header: Laisvas ir redaguojamas.
         paragraph_1: Skirtingai nuo kitų žemėlapių, OpenStreetMap žemėlapį visiškai
           sukūrė žmonės, tokie kaip tu, ir jį nemokamai gali taisyti, atnaujinti,
           atsisiųsti ir naudoti kiekvienas.
-        paragraph_2: Užsiregistruok ir pradėk prisidėti. Atsiųsime el. laišką, kad
-          patvirtintume tavo paskyrą.
+        paragraph_2: Užsiregistruokite ir prisidėkite.
+        welcome: Sveiki atvykę į OpenStreetMap
+      duplicate_social_email: Jei jau turite OpenStreetMap paskyrą ir norite naudoti
+        trečiosios šalies tapatybės teikėją, prisijunkite naudodami slaptažodį ir
+        pakeiskite paskyros nustatymus.
       display name description: Jūsų viešai rodomas naudotojo vardas. Jei norėsite,
         galėsite jį vėliau pakeisti savo nustatymuose.
       by_signing_up:
+        html: Prisiregistruodami sutinkate su mūsų %{tou_link}, %{privacy_policy_link}
+          ir %{contributor_terms_link}.
         privacy_policy: privatumo politika
-      external auth: 'Trečios šalies autentikacija:'
+        contributor_terms: bendraautorių sąlygos
       continue: Užsiregistruoti
       terms accepted: Ačiū, kad patvirtinote naująsias talkininkų sąlygas!
-      use external auth: Alternatyviai, naudokite trečią šalį prisijungimui
+      email_help:
+        privacy_policy: privatumo politika
+        privacy_policy_title: OSMF privatumo politika, įskaitant skyrių apie el. pašto
+          adresus
+        html: Jūsų adresas nerodomas viešai, daugiau informacijos rasite mūsų %{privacy_policy_link}.
+      consider_pd_html: Manau, kad mano indėlis yra %{consider_pd_link}.
+      consider_pd: viešo domeno
+      or: ar
+      use external auth: arba prisijunkite naudodami trečiąją šalį
     terms:
       title: Sąlygos
       heading: Sąlygos
@@ -2618,11 +2706,18 @@ lt:
         sąlygas, tai padarius, pažymėti abi varneles ir tada spausti tęsimo mygtuką.
       contributor_terms_explain: Ši sutartis valdo jūsų dabartinį ir būsimą indėlį.
       read_ct: Aš perskaičiau ir sutinku su aukščiau pateiktomis talkininko sąlygomis
+      tou_explain_html: Šie %{tou_link} reglamentuoja svetainės ir kitos OSMF teikiamos
+        infrastruktūros naudojimą. Prašome paspausti nuorodą, perskaityti ir sutikti
+        su tekstu.
       read_tou: Aš perskaičiau ir sutinku su naudojimo sąlygomis
       consider_pd: Be pirmiau paminėtų, laikau, kad mano indėlis būtų Viešo Naudojimo
       consider_pd_why: kas tai?
+      guidance_info_html: 'Informacija, padedanti suprasti šiuos terminus: %{readable_summary_link}
+        ir kai kurie %{informal_translations_link}'
+      readable_summary: žmogui skirta santrauka
+      informal_translations: neformalūs vertimai
       continue: Tęsti
-      decline: Nesutinku
+      cancel: Atšaukti
       you need to accept or decline: Norėdami tęsti perskaitykite ir sutikite, arba
         nesutikite su Talkininkų sąlygomis.
       legale_select: 'Gyvenamoji vieta:'
@@ -2631,6 +2726,8 @@ lt:
         italy: Italija
         rest_of_world: Likęs pasaulis
     terms_declined_flash:
+      terms_declined_html: Apgailestaujame, kad nusprendėte nesutikti su naujomis
+        bendraautoriu sąlygomis. Norėdami gauti daugiau informacijos, žr. %{terms_declined_link}.
       terms_declined_link: šis viki puslapis
     no_such_user:
       title: Nėra tokio naudotojo
@@ -2651,6 +2748,8 @@ lt:
       my_dashboard: Mano valdymo skydelis
       blocks on me: Apribojimai man
       blocks by me: Mano sukurti apribojimai
+      create_mute: Nutildyti šį naudotoją
+      destroy_mute: Nebetildyti šio naudotojo
       edit_profile: Redaguoti profilį
       send message: Siųsti žinutę
       diary: Dienoraštis
@@ -2660,6 +2759,9 @@ lt:
       remove as friend: Nebedraugauti
       add as friend: Pridėti draugą
       mapper since: 'Žymi nuo:'
+      last map edit: 'Paskutinis žemėlapio keitimas:'
+      no activity yet: Kol kas nėra veiklos
+      uid: 'Naudotojo id:'
       ct status: Talkininkų sąlygos
       ct undecided: Nenuspręsta
       ct declined: Atmesta
@@ -2670,14 +2772,18 @@ lt:
       role:
         administrator: Šis naudotojas yra administratorius
         moderator: Šis naudotojas yra moderatorius
+        importer: Šis naudotojas yra importuotojas
         grant:
           administrator: Suteikti administratoriaus teises
           moderator: Suteikti moderatoriaus teises
+          importer: Suteikti importuotojui prieigą
         revoke:
           administrator: Atšaukti administratoriaus teises
           moderator: Atšaukti moderatoriaus teises
+          importer: Atšaukti importuotojo prieigą
       block_history: Aktyvūs blokavimai
       moderator_history: Gauti užblokavimai
+      revoke_all_blocks: Atšaukti visus blokavimus
       comments: Komentarai
       create_block: Blokuoti šį naudotoją
       activate_user: Aktyvuoti šį naudotoją
@@ -2721,9 +2827,9 @@ lt:
         Jei esate naujokas OpenStreetMap, prašome sukurti naują paskyrą
         naudodami žemiau pateiktą formą.
       option_2: |-
-        Jei jau turite sąskaitą, galite prisijungti prie savo sąskaitos
-        naudodami savo vartotojo vardą ir slaptažodį, ir tada susieti paskyrą
-        su savo ID, savo vartotojo nustatymuose.
+        Jei jau turite paskyrą, galite prisijungti prie savo paskyros
+        naudodami savo naudotojo vardą ir slaptažodį, ir tada susieti paskyrą
+        su savo ID, savo naudotojo nustatymuose.
   user_role:
     filter:
       not_a_role: Eilutė „%{role}“ nėra tinkama rolė.
@@ -2732,19 +2838,9 @@ lt:
       not_revoke_admin_current_user: Negalima atimti administratoriaus rolės iš dabartinio
         naudotojo.
     grant:
-      title: Patvirtinkite rolės suteikimą
-      heading: Patvirtinkite rolės suteikimą
       are_you_sure: Ar tikrai norite naudotojui `%{name}' suteikti rolę `%{role}'?
-      confirm: Patvirtinti
-      fail: Nepavyko suteikti rolės „%{role}“ naudotojui „%{name}“. Patikrinkite,
-        kad tiek naudotojas, tiek rolė įvesta teisingai.
     revoke:
-      title: Patvirtinkite rolės atšaukimą
-      heading: Patvirtinkite rolės atšaukimą
       are_you_sure: Ar tikrai norite atšaukti `%{role}' nuo naudotojo „%{name}“?
-      confirm: Patvirtinti
-      fail: Nepavyko atimti rolės „%{role}“ iš naudotojo „%{name}“. Patikrinkite,
-        kad tiek naudotojas, tiek rolė įvesta teisingai.
   user_blocks:
     model:
       non_moderator_update: Norėdami sukurti ar atnaujinti blokavimą turite būti moderatoriumi.
@@ -2762,6 +2858,7 @@ lt:
       heading_html: Keičiamas naudotojo %{name} blokavimas
       period: Kiek laiko, pradedant nuo šios minutės, naudotojui bus uždrausta naudotis
         API.
+      revoke: Atšaukti blokavimą
     filter:
       block_period: Blokavimo periodo reikšmė turi būti pasirinkta iš iškrentančio
         sąrašo.
@@ -2769,20 +2866,24 @@ lt:
       flash: Naudotojas %{name} užblokuotas.
     update:
       only_creator_can_edit: Tik šį blokavimą sukūręs moderatorius gali jį keisti.
+      only_creator_can_edit_without_revoking: Tik šį blokavimą sukūręs moderatorius
+        gali jį keisti jo nepašalinant.
+      only_creator_or_revoker_can_edit: Tik šį blokavimą sukūręs ar atšaukęs moderatorius
+        gali jį keisti.
+      inactive_block_cannot_be_reactivated: Šis blokavimas neaktyvus ir jo negalima
+        iš naujo suaktyvinti.
       success: Blokavimas atnaujintas.
     index:
       title: Naudotojų blokavimai
       heading: Naudotojo blokavimų sąrašas
       empty: Niekas dar nebuvo blokuojamas.
-    revoke:
-      title: Atšaukiamas naudotojo %{block_on} blokavimas
-      heading_html: Atšaukiamas naudotojo %{block_on} blokavimas, sukurtas naudotojo
-        %{block_by}
-      time_future_html: Šis blokavimas pasibaigs po %{time}.
-      past_html: Šis blokavimas baigėsi %{time}, todėl nebegali būti atšauktas.
-      confirm: Ar tikrai norite atšaukti šį blokavimą?
+    revoke_all:
+      title: Atšaukiami visi %{block_on} blokavimai
+      heading_html: Atšaukiami visi %{block_on} blokavimai
+      empty: '%{name} neturi aktyvių blokavimų.'
+      confirm: Ar tikrai norite atšaukti %{active_blocks}?
       revoke: Atšaukti!
-      flash: Šis blokavimas buvo atšauktas
+      flash: Visi aktyvūs blokavimai atšaukti.
     helper:
       time_future_html: Baigiasi po %{time}.
       until_login: Aktyvus iki naudotojo prisijungimo.
@@ -2829,24 +2930,44 @@ lt:
       created: 'Sukurta:'
       duration: 'Trukmė:'
       status: 'Būsena:'
-      show: Rodyti
       edit: Keisti
-      revoke: Atšaukti!
-      confirm: Ar tikrai?
       reason: 'Blokavimo priežastis:'
       revoker: 'Atšaukėjas:'
-      needs_view: Naudotojas turi prisijungti, kad jo blokavimas būtų panaikintas.
     block:
       not_revoked: (neatšauktas)
       show: Rodyti
       edit: Keisti
-      revoke: Atšaukti!
-    blocks:
+    page:
       display_name: Blokuojamas naudotojas
       creator_name: Kūrėjas
       reason: Blokavimo priežastis
       status: Būsena
       revoker_name: Atšaukė
+    navigation:
+      all_blocks: Visi blokavimai
+      blocks_on_me: Mano blokavimai
+      blocks_on_user: '%{user} blokavimai'
+      blocks_by_me: Mano sukurti blokavimai
+      blocks_by_user: '%{user} sukurti blokavimai'
+      block: 'Blokavimas #%{id}'
+      new_block: Naujas blokavimas
+  user_mutes:
+    index:
+      title: Nutildyti naudotojai
+      my_muted_users: Mano nutildyti naudotojai
+      table:
+        thead:
+          muted_user: Nutildytas naudotojas
+          actions: Veiksmai
+        tbody:
+          unmute: Nebetildyti
+          send_message: Siųsti žinutę
+    create:
+      notice: Nutildėte %{name}.
+      error: '%{name} nepavyko nutildyti. %{full_message}.'
+    destroy:
+      notice: Nebetildote %{name}.
+      error: Nepavyko nebetildyti naudotojo. Bandykite dar kartą.
   notes:
     index:
       title: Pastabas pateikė arba komentavo %{user}
@@ -2891,6 +3012,8 @@ lt:
         todėl neįvedinėkite asmeninės informacijos arba informacijos iš autorių teisių
         apsaugotų žemėlapių ar katalogų.
       add: Pridėti pastabą
+    notes_paging_nav:
+      showing_page: Puslapis %{page}
   javascripts:
     close: Uždaryti
     share:
index ee136445f863dcea216978453eae1e085ca9204c..405c47dcbb8b9e2a563ddb2308f7400b0e39d7d9 100644 (file)
@@ -56,9 +56,6 @@ lv:
         create: Veidot liegumu
         update: Atjaunot bloku
   activerecord:
-    errors:
-      messages:
-        email_address_not_routable: nav maršrutējams
     models:
       acl: Piekļuves vadības saraksts
       changeset: Izmaiņu kopa
@@ -327,21 +324,18 @@ lv:
       introduction: Noklikšķiniet uz kartes, lai atrastu tuvumā esošos objektus.
       nearby: Tuvējie objekti
       enclosing: Ietvertās funkcijas
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Jauni komentāri par autora: %{author} pārmaiņām %{changeset_id}'
+        commented_at_by_html: '%{user} atjaunoja %{when} atpakaļ'
+      show:
+        title_all: Diskusija par izmaiņām OpenStreetMap
+        title_particular: 'Diskusija par OpenStreetMap izmaiņām #%{changeset_id}'
   changesets:
-    changeset_paging_nav:
-      showing_page: '%{page}. lapa'
-      next: Nākamā »
-      previous: « Iepriekšējā
     changeset:
-      anonymous: Anonīms
       no_edits: (nav labojumu)
       view_changeset_details: Skatīt sīkāku informāciju par izmaiņu kopu
-    changesets:
-      id: ID
-      saved_at: Saglabāts
-      user: Lietotājs
-      comment: Komentārs
-      area: Apgabals
     index:
       title: Izmaiņu kopas
       title_user: Lietotāja %{user} izmaiņu kopas
@@ -383,13 +377,6 @@ lv:
     timeout:
       sorry: Atvainojiet, jūsu pieprasīto izmaiņu kopu ielāde prasīja pārāk daudz
         laika.
-  changeset_comments:
-    comment:
-      comment: 'Jauni komentāri par autora: %{author} pārmaiņām %{changeset_id}'
-      commented_at_by_html: '%{user} atjaunoja %{when} atpakaļ'
-    index:
-      title_all: Diskusija par izmaiņām OpenStreetMap
-      title_particular: 'Diskusija par OpenStreetMap izmaiņām #%{changeset_id}'
   dashboards:
     contact:
       km away: '%{count} km attālumā'
@@ -429,8 +416,6 @@ lv:
       no_entries: Dienasgrāmatā nav ierakstu
     page:
       recent_entries: Pēdējie dienasgrāmatas ieraksti
-      older_entries: Vecāki ieraksti
-      newer_entries: Jaunāki ieraksti
     edit:
       title: Rediģēt dienasgrāmatas ierakstu
       marker_text: Dienasgrāmatas ieraksta atrašanās vieta
@@ -466,8 +451,6 @@ lv:
       report: Ziņot par šo komentāru
     location:
       location: 'Atrašanās vieta:'
-      view: Skatīt
-      edit: Labot
     feed:
       user:
         title: Lietotāja %{user} OpenStreetMap dienasgrāmatas ieraksti
@@ -484,8 +467,6 @@ lv:
       post: Publicēt
       when: Kad
       comment: Komentārs
-      newer_comments: Jaunāki komentāri
-      older_comments: Vecāki komentāri
   friendships:
     make_friend:
       heading: Pievienot %{user} kā draugu?
@@ -1159,10 +1140,6 @@ lv:
         level9: Ciema robeža
         level10: Priekšpilsētas robeža
         level11: Apkaimes robeža
-      types:
-        cities: Pilsētas
-        towns: Pilsētas
-        places: Vietas
     results:
       no_results: Nav atrasts neviens rezultāts
       more_results: Vairāk rezultātu
@@ -1172,15 +1149,15 @@ lv:
       not_updated: Nav atjaunināts
       search: Meklēt
       search_guidance: 'Meklēšanas problēmas:'
+      states:
+        ignored: Ignorēts
+        open: Atvērt
+    page:
       user_not_found: Šis lietotājs neeksistē
       issues_not_found: Šādas problēmas netika atrastas
       status: Statuss
       reports: Ziņojumi
       last_updated: Pēdējais labojums
-      link_to_reports: Skatīt ziņojumus
-      states:
-        ignored: Ignorēts
-        open: Atvērt
     show:
       resolve: Atrisināt
       ignore: Ignorēt
@@ -1198,35 +1175,22 @@ lv:
     edit: Labot
     history: Vēsture
     export: Eksportēt
-    data: Dati
-    export_data: Eksportēt datus
     gps_traces: GPS trases
-    gps_traces_tooltip: Pārvaldīt GPS trases
     user_diaries: Lietotāju dienasgrāmatas
-    user_diaries_tooltip: Skatīt lietotāju dienasgrāmatas
     edit_with: Rediģēt ar %{editor}
-    tag_line: Atvērtā Wiki pasaules karte
     intro_header: Laipni lūdzam OpenStreetMap!
     intro_text: OpenStreetMap ir pasaules karte, kuru veido cilvēki kā tu, un tā ir
       bezmaksas lietošanai zem atvērtas licences.
-    intro_2_create_account: Izveidot lietotāja kontu
     partners_partners: partneri
     tou: Lietošanas noteikumi
     osm_offline: OpenStreetMap datubāze šobrīd nav pieejama, tiek veikti svarīgi datubāzes
       apkalpošanas darbi.
     osm_read_only: OpenStreetMap datubāze šobrīd ir pieejama tikai-lasāmā režīmā,
       jo tiek veikti svarīgi datubāzes apkalpes darbi.
-    donate: Atbalstiet OpenStreetMap, %{link} aparatūras uzlabošanas fondam.
     help: Palīdzība
     about: Par
     copyright: Autortiesības
     communities: Kopienas
-    community: Kopiena
-    community_blogs: Kopienas emuāri
-    community_blogs_title: OpenStreetMap kopienas locekļu emuāri
-    make_a_donation:
-      title: Atbalstiet OpenStreetMap ar naudas ziedojumu
-      text: Ziedot attīstībai
     learn_more: Uzzināt Vairāk
     more: Vairāk
   user_mailer:
@@ -1307,7 +1271,6 @@ lv:
       details: Vairāk informācijas par piezīmēm var atrast %{url}.
     changeset_comment_notification:
       hi: Sveiks, %{to_user},
-      greeting: Sveicināti,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} ir komentējis kādu no tavām izmaiņām'
         subject_other: '[OpenStreetMap] %{commenter} ir komentējis kādu no izmaiņām,
@@ -1365,7 +1328,6 @@ lv:
     message_summary:
       unread_button: Atzīmēt kā nelasītu
       read_button: Atzīmēt kā lasītu
-      reply_button: Atbildēt
       destroy_button: Dzēst
     new:
       title: Nosūtīt ziņu
@@ -1461,14 +1423,12 @@ lv:
       failure: Nevarēja atjaunināt profilu.
   sessions:
     new:
-      title: Pieslēgties
       tab_title: Pieslēgties
       email or username: 'E-pasta adrese vai lietotājvārds:'
       password: 'Parole:'
       remember: Atcerēties mani
       lost password link: Aizmirsi paroli?
       login_button: Pieslēgties
-      register now: Reģistrēties
       with external: Alternatīvi, varat izmantot trešās puses 'ielogošanās' opciju
       auth failure: Diemžēl nevarēja ieiet ar šiem datiem
     destroy:
@@ -1480,9 +1440,19 @@ lv:
       contact_support_html: Lūdzu, sazinieties ar %{support_link}, ja vēlaties to
         apspriest.
       support: atbalsts
+  shared:
+    pagination:
+      diary_comments:
+        older: Vecāki komentāri
+        newer: Jaunāki komentāri
+      diary_entries:
+        older: Vecāki ieraksti
+        newer: Jaunāki ieraksti
+      traces:
+        older: Vecākas trases
+        newer: Jaunākas Trases
   site:
     about:
-      next: Tālāk
       heading_html: '%{copyright}OpenStreetMap %{br} datu sniedzēji'
       used_by_html: '%{name} darbina kartes datus simtiem mājaslapu, mobilajās aplikācijās
         un aparatūras ierīcēs'
@@ -1564,8 +1534,6 @@ lv:
       user_page_link: dalībnieka lapa
       anon_edits_link_text: Uzzini, kāpēc tā notiek.
       id_not_configured: iD nav konfigurēts
-      no_iframe_support: Tavs pārlūks neatbalsta HTML rāmjus, kas ir nepieciešami
-        šai iezīmei.
     export:
       title: Eksportēt
       manually_select: Manuāli izvēlēties citu teritoriju
@@ -1637,10 +1605,8 @@ lv:
       get_help_here: Saņemiet palīdzību šeit
     sidebar:
       search_results: Meklēšanas rezultāti
-      close: Aizvērt
     search:
       search: Meklēt
-      get_directions: Iegūt norādījumus
       get_directions_title: Iegūt norādījumus starp diviem punktiem
       from: "No"
       to: Uz
@@ -1768,8 +1734,6 @@ lv:
       title: Rediģē trasi %{name}
       heading: Rediģē trasi %{name}
       visibility_help: ko tas nozīmē?
-    trace_optionals:
-      tags: Iezīmes
     show:
       title: Trase %{name}
       heading: Trase %{name}
@@ -1808,13 +1772,8 @@ lv:
       tagged_with: ar birkām %{tags}
       empty_title: Šeit vēl nekā nav
       upload_trace: Augšupielādēt trasi
-    page:
-      older: Vecākas trases
-      newer: Jaunākas Trases
     destroy:
       scheduled_for_deletion: Trase atzīmēta dzēšanai
-    make_public:
-      made_public: Trase padarīta publiska
     offline_warning:
       message: GPX failu augšupielādes sistēma pašlaik nav pieejama
     offline:
@@ -1859,74 +1818,8 @@ lv:
         title: Ieiet ar Vikipēdiju
         alt: Ieiet ar Vikipēdijas kontu
   oauth:
-    authorize:
-      title: Atļaut piekļuvi savam kontam
-      request_access_html: Aplikācija %{app_name} pieprasa pieeju tavas lietotājam,
-        %{user}. Lūdzu pārbaudi, vai tu vēlies, lai aplikācijai būtu sekojošās iespējas.
-        Tu vari izvēlēties cik daudz vai maz tu vēlies.
-      allow_to: 'Ļaut klienta programmai:'
-      allow_read_prefs: lasīt jūsu lietotāja iestatījumus.
-      allow_write_prefs: mainīt jūsu lietotāja iestatījumus.
-      allow_write_diary: izveidot dienasgrāmatas ierakstus, komentārus un norādīt
-        draugus.
-      allow_write_api: mainīt karti.
-      allow_read_gpx: lasīt jūsu privātās GPS trases.
-      allow_write_gpx: augšupielādēt GPS trases.
-      allow_write_notes: labot piezīmes.
-      grant_access: Piešķirt piekļuvi
-    authorize_success:
-      title: Autorizācijas pieprasījums atļauts
-      allowed_html: Tu esi piešķīris tiesības %{app_name} piekļūt tavam lietotājam.
-      verification: Pārbaudes kods ir %{code}.
-    authorize_failure:
-      title: Autorizācijas pieprasījums neizdevās
-      denied: Tu esi liedzis programmai %{app_name} piekļūt savam lietotājam.
-      invalid: Autorizācijas kods nav derīgs.
-    revoke:
-      flash: Tu esi atsaucis pilnvaru priekš %{application}
     scopes:
       write_api: Mainīt karti
-  oauth_clients:
-    new:
-      title: Jaunas aplikācijas reģistrēšana
-    edit:
-      title: Rediģē savu pieteikumu
-    show:
-      title: OAuth detaļas %{app_name}
-      key: 'Patērētāja atslēga:'
-      secret: 'Patērētāja noslēpums:'
-      url: 'Pieprasījuma pilnvaru URL:'
-      access_url: 'Piekļuves pilnvaras URL:'
-      authorize_url: 'Autorizēšanas URL:'
-      support_notice: Mēs atbalstām HMAC-SHA1 (ieteicams) un RSA-SHA1 paraksti.
-      edit: Labot detaļas
-      delete: Dzēst klientu
-      confirm: Vai esat pārliecināts?
-      requests: 'Pieprasīt sekojošās atļaujas no lietotāja:'
-    index:
-      title: Manas OAuth detaļas
-      my_tokens: Manas autorizētās aplikācijas
-      list_tokens: 'Sekojošās pilnvaras ir izsniegtas aplikācijām uz Jūsu vārda:'
-      application: Programmas nosaukums
-      issued_at: Izdots
-      revoke: Atsaukt!
-      my_apps: Manas klienta programmas
-      no_apps_html: Vai tev ir aplikācija, kuru tu vēlētos reģistrēt lietošanai ar
-        mums lietojot %{oauth} standartu? Tev nepieciešams reģistrēt savu aplikāciju
-        pirms tā var veikt OAuth pieprasījumus šim servisam.
-      oauth: OAuth
-      registered_apps: 'Tev ir reģistrētas sekojošās klientu aplikācijas:'
-      register_new: Reģistrēt savu aplikāciju
-    form:
-      requests: 'Pieprasa sekojošās atļaujas no lietotāja:'
-    not_found:
-      sorry: Atvainojiet, šis %{type} nav atrasts.
-    create:
-      flash: Veiksmīgi reģistrēja informāciju
-    update:
-      flash: Klienta informācija atjaunināta veiksmīgi
-    destroy:
-      flash: Iznīcināja klienta aplikācijas reģistrāciju
   users:
     new:
       title: Reģistrēties
@@ -1935,7 +1828,6 @@ lv:
         header: Brīvs un rediģējams
       display name description: Vārds, kas tiks rādīts publiski. Jūs to vēlāk varēsiet
         izmainīt iestatījumos.
-      external auth: 'Trešo Pušu Autentifikācija:'
       continue: Reģistrēties
       terms accepted: Paldies, ka pieņēmāt jaunos devuma noteikumus!
       use external auth: Alternatīvi, varat izmantot trešās puses 'ielogošanās' opciju
@@ -1946,7 +1838,6 @@ lv:
         būšanu Publiskajā Domēnā
       consider_pd_why: kas tas ir?
       informal_translations: neformāli tulkojumi
-      decline: Nepiekrītu
       you need to accept or decline: Lūdzu izlasi un vai nu pieņem vai noraidi jaunos
         Veidotāju Noteikumus, lai turpinātu.
       legale_select: 'Lūdzu, atlasiet savu dzīvesvietas valsti:'
@@ -2040,21 +1931,11 @@ lv:
       already_has_role: Lietotājam jau ir loma %{role}.
       doesnt_have_role: Lietotājam nav loma %{role}.
     grant:
-      title: Apstiprināt lomu piešķiršanu
-      heading: Apstiprināt lomu piešķiršanu
       are_you_sure: Vai tu esi pārliecināts, ka vēlies piešķirt lomu `%{role}' lietotājam
         `%{name}'?
-      confirm: Apstiprināt
-      fail: Nevarēja piešķirt lomu `%{role}' lietotājam `%{name}'. Lūdzu pārbaudi,
-        ka lietotājs un loma ir pareizi.
     revoke:
-      title: Apstiprināt lomu atcelšanu
-      heading: Apstiprināt lomu atcelšanu
       are_you_sure: Vai tu esi drošs, ka vēlies atsaukt lomu `%{role}' no lietotāja
         `%{name}'?
-      confirm: Apstiprināt
-      fail: Neizdevās atsaukt lomu `%{role}' no lietotāja `%{name}'. Lūdzu pārbaudi,
-        ka tas lietotājs un loma ir derīgi.
   user_blocks:
     model:
       non_moderator_update: Jābūt moderatoram, lai veidotu vai atjaunotu liegumu.
@@ -2082,14 +1963,6 @@ lv:
       title: Lietotāja liegumi
       heading: Lietotāja liegumu saraksts
       empty: Pašlaik nav izveidotu liegumu.
-    revoke:
-      title: Atcelt liegumu uz %{block_on}
-      heading_html: Atceļ liegumu uz %{block_on} pēc %{block_by}
-      time_future_html: Šis liegums beigsies %{time}.
-      past_html: Šis liegums beidzās %{time} atpakaļ un nevar tikt atsaukts.
-      confirm: Vai jūs tiešām vēlaties atcelt šo bloku?
-      revoke: Atsaukt!
-      flash: Šis bloks ir atsaukts.
     helper:
       time_future_html: Beidzas %{time}.
       until_login: Aktīvs līdz lietotājs autorizēsies.
@@ -2111,19 +1984,14 @@ lv:
       heading_html: '%{block_on} bloķēts pēc %{block_by}'
       created: Izveidots
       status: Statuss
-      show: Rādīt
       edit: Labot
-      revoke: Atsaukt!
-      confirm: Vai esat pārliecināts?
       reason: 'Bloķēšanas iemesls:'
       revoker: 'Atsaucējs:'
-      needs_view: Lietotājam ir jāautorizējas, pirms liegums tiks notīrīts.
     block:
       not_revoked: (nav atsaukts)
       show: Rādīt
       edit: Labot
-      revoke: Atsaukt!
-    blocks:
+    page:
       display_name: Bloķēts lietotājs
       creator_name: Autors
       reason: Iemesls liegumam
@@ -2170,6 +2038,8 @@ lv:
         tāpēc neievadiet personisku informāciju vai informāciju no kartēm vai direktoriju
         sarakstiem, uz kuriem attiecas autortiesības.
       add: Pievienot piezīmi
+    notes_paging_nav:
+      showing_page: '%{page}. lapa'
   javascripts:
     close: Aizvērt
     share:
index 4f68aa25ca6882cae677a02949e0086362bed425..f64385a105837af110fb0e9c8f6ce5b3e3358f20 100644 (file)
@@ -44,8 +44,6 @@ mk:
   activerecord:
     errors:
       messages:
-        invalid_email_address: не претставува важечка е-пошта
-        email_address_not_routable: не е насочлива
         display_name_is_user_n: не може да биде user_n освен ако n е вашата корисничка
           назнака
       models:
@@ -125,7 +123,7 @@ mk:
         longitude: Гео. должина
         public: Јавно
         description: Опис
-        gpx_file: Ð\9fодигни GPX-подаÑ\82оÑ\82ека
+        gpx_file: Ð\98збеÑ\80еÑ\82е Ð¿Ð¾Ð´Ð°Ñ\82оÑ\82ека Ñ\81о Ð\93Ð\9fС-Ñ\82Ñ\80аги
         visibility: Видливост
         tagstring: Ознаки
       message:
@@ -380,7 +378,8 @@ mk:
         note: белешка
     timeout:
       title: Грешка поради истек на времето
-      sorry: Жалиме, но добивањето на податоците за %{type} со id %{id} трае предолго.
+      sorry: Жалиме, но добивањето на податоците за %{type} со назнака %{id} трае
+        предолго.
       type:
         node: јазол
         way: пат
@@ -416,30 +415,49 @@ mk:
       introduction: Стиснете на картата за да ги најдете елементите во близина.
       nearby: Елементи во близина
       enclosing: Обиколни елементи
+  nodes:
+    timeout:
+      sorry: Жалиме, но добивањето на податоците за јазолот со назнака %{id} трае
+        предолго.
   old_nodes:
     not_found:
       sorry: 'За жал, не го најдов јазолот #%{id} верзија %{version}.'
+    timeout:
+      sorry: Жалиме, но добивањето на историјата на јазолот со назнака %{id} трае
+        предолго.
+  ways:
+    timeout:
+      sorry: Жалиме, но добивањето на податоците за патот со назнака %{id} трае предолго.
   old_ways:
     not_found:
       sorry: 'За жал, не го најдов патот #%{id} верзија %{version}.'
+    timeout:
+      sorry: Жалиме, но добивањето на историјата на патот со назнака %{id} трае предолго.
+  relations:
+    timeout:
+      sorry: Жалиме, но добивањето на податоците за односот со назнака %{id} трае
+        предолго.
   old_relations:
     not_found:
       sorry: 'За жал, не го најдов односот #%{id} верзија %{version}.'
+    timeout:
+      sorry: Жалиме, но добивањето на историјата на односот со назнака %{id} трае
+        предолго.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Нов коментар за промената #%{changeset_id} на %{author}'
+        commented_at_by_html: Подновено %{when} од %{user}
+      show:
+        title_all: Разговор за промена на OpenStreetMap
+        title_particular: 'Разговор за промената #%{changeset_id} на OpenStreetMap'
+      timeout:
+        sorry: За жал, на списокот на измени што го побаравте му требаше предолго
+          за да се преземе.
   changesets:
-    changeset_paging_nav:
-      showing_page: Страница %{page}
-      next: Следно »
-      previous: « Претходно
     changeset:
-      anonymous: Анонимец
       no_edits: (нема уредувања)
       view_changeset_details: Погл. поединости за измените
-    changesets:
-      id: Назнака
-      saved_at: Зачувано во
-      user: Корисник
-      comment: Коментар
-      area: Подрачје
     index:
       title: Измени
       title_user: Измени на %{user}
@@ -469,7 +487,6 @@ mk:
       title: Измени %{id}
       created_by_html: Создадено од %{link_user} на %{created}.
     no_such_entry:
-      title: Нема такви измени
       heading: 'Нема ставка со назнаката: %{id}'
       body: Жалиме, но не постојат измени со назнаката %{id}. Проверете да не сте
         згрешиле во пишувањето, или пак да не сте стиснале на погрешна врска.
@@ -504,18 +521,6 @@ mk:
     timeout:
       sorry: За жал, на списокот на промени што го побаравте му требаше предолго за
         да се добие.
-  changeset_comments:
-    comment:
-      comment: 'Нов коментар за промената #%{changeset_id} на %{author}'
-      commented_at_by_html: Подновено %{when} од %{user}
-    comments:
-      comment: 'Нов коментар за промената #%{changeset_id} на %{author}'
-    index:
-      title_all: Разговор за промена на OpenStreetMap
-      title_particular: 'Разговор за промената #%{changeset_id} на OpenStreetMap'
-    timeout:
-      sorry: За жал, на списокот на измени што го побаравте му требаше предолго за
-        да се преземе.
   dashboards:
     contact:
       km away: '%{count} км од вас'
@@ -557,8 +562,6 @@ mk:
       no_entries: Нема дневнички ставки
     page:
       recent_entries: Скорешни дневнички ставки
-      older_entries: Постари ставки
-      newer_entries: Понови ставки
     edit:
       title: Уреди дневничка ставка
       marker_text: Наоѓалиште на дневничката ставка
@@ -598,8 +601,6 @@ mk:
       report: Пријави го коментаров
     location:
       location: 'Местоположба:'
-      view: Преглед
-      edit: Уреди
     feed:
       user:
         title: Дневнички ставки на %{user}
@@ -627,8 +628,6 @@ mk:
       post: Објава
       when: Кога
       comment: Коментар
-      newer_comments: Понови коментари
-      older_comments: Постари коментари
     new:
       heading: Ставате коментар во следниов разговор за дневничка ставка?
   doorkeeper:
@@ -703,7 +702,6 @@ mk:
   geocoder:
     search:
       title:
-        results_from_html: Исход од %{results_link}
         latlon: Внатрешни
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1315,7 +1313,7 @@ mk:
           bathroom_furnishing: Санитарии
           beauty: Козметика
           bed: Кревети и постелнина
-          beverages: Ð\9fиÑ\98алоци
+          beverages: Ð\9fиÑ\98алаци
           bicycle: Продавница за велосипеди
           bookmaker: Бележник
           books: Книжарница
@@ -1479,10 +1477,6 @@ mk:
         level9: Селска граница
         level10: Населбена граница
         level11: Маалска граница
-      types:
-        cities: Градови
-        towns: Гратчиња
-        places: Места
     results:
       no_results: Не пронајдов ништо
       more_results: Повеќе ставки
@@ -1496,13 +1490,18 @@ mk:
       not_updated: Неподновено
       search: Пребарај
       search_guidance: 'Пребарајте проблеми:'
+      states:
+        ignored: Занемарено
+        open: Отворено
+        resolved: Решено
+    page:
       user_not_found: Корисникот не постои
       issues_not_found: Не пронајдов таков проблем
+      reported_user: Пријавен корисник
       status: Статус
       reports: Пријави
       last_updated: Последна поднова
       last_updated_time_ago_user_html: '%{time_ago} од %{user}'
-      link_to_reports: Преглед на пријави
       reports_count:
         one: '%{count} пријава'
         other: '%{count} пријави'
@@ -1595,18 +1594,12 @@ mk:
     history: Историја
     export: Извези
     issues: Проблеми
-    data: Податоци
-    export_data: Извези податоци
     gps_traces: ГПС-траги
-    gps_traces_tooltip: Работа со ГПС-траги
     user_diaries: Кориснички дневници
-    user_diaries_tooltip: Види кориснички дневници
     edit_with: Уреди со %{editor}
-    tag_line: Слободна вики-карта на светот
     intro_header: Добре дојдовте на OpenStreetMap!
     intro_text: OpenStreetMap е карта на светот создадена од луѓе како вас и се нуди
       за слободна употреба под отворена лиценца.
-    intro_2_create_account: Создајте корисничка сметка
     hosting_partners_2024_html: Вдомувањето е поддржано од %{fastly}, %{corpmembers},
       и други %{partners}.
     partners_fastly: Fastly
@@ -1618,18 +1611,10 @@ mk:
     osm_read_only: Базата на податоци на OpenStreetMap моментално може само да се
       чита, додека ги извршиме неопходните одржувања.
     nothing_to_preview: Нема што да се прегледа.
-    donate: Поддржете ја OpenStreetMap со %{link} за Фондот за обнова на машинската
-      опрема.
     help: Помош
     about: За нас
     copyright: Авторски права
     communities: Заедници
-    community: Заедница
-    community_blogs: Блогови на заедницата
-    community_blogs_title: Блогови од членови на заедницата на OpenStreetMap
-    make_a_donation:
-      title: Поддржете ја OpenStreetMap со паричен прилог
-      text: Дарувајте
     learn_more: Дознајте повеќе
     more: Повеќе
   user_mailer:
@@ -1667,17 +1652,20 @@ mk:
       befriend_them: Можете личноста и да ја додадете како пријател на %{befriendurl}.
       befriend_them_html: Можете личноста и да ја додадете како пријател на %{befriendurl}.
     gpx_description:
-      description_with_tags: 'Вашата GPX-податотека %{trace_name} со описот %{trace_description}
+      description_with_tags: 'Вашата податотека %{trace_name} со описот %{trace_description}
         и следниве ознаки: %{tags}'
-      description_with_tags_html: 'Вашата GPX-податотека %{trace_name} со описот %{trace_description}
+      description_with_tags_html: 'Вашата податотека %{trace_name} со описот %{trace_description}
         и следниве ознаки: %{tags}'
-      description_with_no_tags: Вашата GPX-податотека %{trace_name} со описот %{trace_description}
+      description_with_no_tags: Вашата податотека %{trace_name} со описот %{trace_description}
+        и без ознаки
+      description_with_no_tags_html: Вашата податотека %{trace_name} со описот %{trace_description}
         и без ознаки
-      description_with_no_tags_html: Вашата GPX-податотека %{trace_name} со описот
-        %{trace_description} и без ознаки
     gpx_failure:
       hi: Здраво %{to_user},
-      failed_to_import: не можеше да се увезе. Еве ја грешката;
+      failed_to_import: 'не можеше да се увезе. Проверете дали е важечка GPX-податотека
+        или архив што содржи GPX-податотека/ки во поддржан формат (.tar.gz, .tar.bz2,
+        .tar, .zip, .gpx.gz, .gpx.bz2). Да не има форматен или синтаксен проблем со
+        податотеката? Еве ја гршеката при увоз:'
       more_info: Повеќе информации за неуспесите на увозот на GPX и тоа како да ги
         одбегнете ќе најдете на %{url}.
       more_info_html: Повеќе информации за неуспесите на увозот на GPX и тоа како
@@ -1758,7 +1746,6 @@ mk:
     changeset_comment_notification:
       description: Измени бр. %{id} во OpenStreetMap
       hi: Здраво %{to_user},
-      greeting: Здраво,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} искоментира на една од вашите промени'
         subject_other: '[OpenStreetMap] %{commenter} искоментира на промена што ве
@@ -1830,7 +1817,6 @@ mk:
     message_summary:
       unread_button: Означи како непрочитано
       read_button: Означи како прочитано
-      reply_button: Одговори
       destroy_button: Избриши
       unmute_button: Премести во Примени
     new:
@@ -1847,7 +1833,6 @@ mk:
       body: За жал, нема порака со таа назнака.
     outbox:
       title: За праќање
-      actions: Дејства
       messages:
         one: Имате %{count} испратена порака
         other: Имате %{count} испратени пораки
@@ -1948,7 +1933,6 @@ mk:
       failure: Не можев да го подновам профилот.
   sessions:
     new:
-      title: Најава
       tab_title: Најава
       login_to_authorize_html: Најавете се на OpenStreetMap за пристап до %{client_app_name}.
       email or username: Е-пошта или корисничко име
@@ -1956,7 +1940,6 @@ mk:
       remember: Запомни ме
       lost password link: Ја заборавивте лозинката?
       login_button: Најава
-      register now: Зачленете се сега
       with external: или најавете преку надворешно место
       or: или
       auth failure: Жалиме, не можевме да ве најавиме со тие податоци.
@@ -1989,9 +1972,27 @@ mk:
       edit: Уреди
       preview: Преглед
       help: Помош
+    pagination:
+      diary_comments:
+        older: Постари коментари
+        newer: Понови коментари
+      diary_entries:
+        older: Постари ставки
+        newer: Понови ставки
+      issues:
+        older: Постари проблеми
+        newer: Понови проблеми
+      traces:
+        older: Постари траги
+        newer: Понови траги
+      user_blocks:
+        older: Постари блокови
+        newer: Понови блокови
+      users:
+        older: Постари корисници
+        newer: Понови корисници
   site:
     about:
-      next: Следно
       heading_html: '%{copyright}OpenStreetMap %{br} учесници'
       used_by_html: '%{name} обезбедува картографски податоци на илјадници мрежни
         места, мобилни прилози и сметачки уреди'
@@ -2226,8 +2227,6 @@ mk:
       user_page_link: корисничка страница
       anon_edits_link_text: Дознајте зошто ова е така.
       id_not_configured: Не му се зададени поставки на уредувачкиот програм „iD“
-      no_iframe_support: Вашиот прелистувач не поддржува „иРамки“ (iframes) со HTML,
-        без кои оваа можност не може да работи.
     export:
       title: Извези
       manually_select: Рачно изберете друга површина
@@ -2328,10 +2327,8 @@ mk:
       welcome_mat: Погледајте ја подлогата за добредојде
     sidebar:
       search_results: Исход од пребарувањето
-      close: Затвори
     search:
       search: Пребарај
-      get_directions: Дај насоки
       get_directions_title: Добијте насоки за движење меѓу две точки
       from: Од
       to: До
@@ -2412,6 +2409,9 @@ mk:
           hospital: Болница
           building: Значајно здание
           station: Железничка станица
+          railway_halt: Железничка постојка
+          subway_station: Метростаница
+          tram_stop: Трамвајска постојка
           summit: Врв
           peak: Врв
           tunnel: Испрекината линија = тунел
@@ -2420,7 +2420,6 @@ mk:
           destination: Пристап до одредницата
           construction: Патишта во изградба
           bus_stop: Автобуска постојка
-          stop: Постојка
           bicycle_shop: Точкар
           bicycle_rental: Изнајмување велосипеди
           bicycle_parking: Паркирање велосипеди
@@ -2532,8 +2531,6 @@ mk:
       visibility_help_url: https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces?uselang=mk
     update:
       updated: Трагата е подновена
-    trace_optionals:
-      tags: Ознаки
     show:
       title: Ја гледате трагата  %{name}
       heading: Ја гледате трагата %{name}
@@ -2586,13 +2583,8 @@ mk:
       my_traces: Мои траги
       traces_from: Јавни траги од %{user}
       remove_tag_filter: Отстрани филтер за ознаки
-    page:
-      older: Постари траги
-      newer: Понови траги
     destroy:
       scheduled_for_deletion: Трагата е закажана за бришење
-    make_public:
-      made_public: Трагата е објавена
     offline_warning:
       message: Системот за подигање на GPX-податотеки моментално е недостапен
     offline:
@@ -2606,14 +2598,10 @@ mk:
         other: GPX-податотеки со %{count} точки од %{user}
       description_without_count: GPX-податотека од %{user}
   application:
-    basic_auth_disabled: 'Оневозможена е основната заверка со HTTP: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 и 1.0a се оневозможени: %{link}'
     permission_denied: Немате дозвола за ова дејство
     require_cookies:
       cookies_needed: Изгледа сте оневозможиле колачиња - дозволете колачиња во прелистувачот
         за да можете да продолжите,
-    require_admin:
-      not_an_admin: За да го изведете тоа, треба да сте администратор.
     setup_user_auth:
       blocked_zero_hour: Имате итна порака на OpenStreetMap. Ќе мора да ја прочитате
         пораката пред да ги зачувате уредувањата.
@@ -2624,7 +2612,6 @@ mk:
         Нема потреба да се согласувате со услоците, но мора да ги прочитате.
     settings_menu:
       account_settings: Нагодувања на сметката
-      oauth1_settings: Поставки за OAuth 1
       oauth2_applications: Поставки за OAuth 2
       oauth2_authorizations: Овластувања за OAuth 2
       muted_users: Замолкнати корисници
@@ -2650,30 +2637,6 @@ mk:
         title: Најава со Википедија
         alt: Лого на Википедија
   oauth:
-    authorize:
-      title: Овластете пристап до вашата сметка
-      request_access_html: Извршникот %{app_name} бара пристап до вашата сметка, %{user}.
-        Видете дали би сакале извршникот да ги има следните можности. Можете да одберете
-        колку што сакате.
-      allow_to: 'Дозволи му на клиентскиот програм да:'
-      allow_read_prefs: ви ги чита корисничките прилагодувања.
-      allow_write_prefs: ги менува вашите кориснички прилагодувања.
-      allow_write_diary: создава ставки во дневникот, пишува коментари и да се спријателува.
-      allow_write_api: ја менува картата.
-      allow_read_gpx: ви ги чита вашите лични ГПС-траги.
-      allow_write_gpx: подига ГПС-траги.
-      allow_write_notes: измена на белешки.
-      grant_access: Дај пристап
-    authorize_success:
-      title: Барањето за овластување е дозволено
-      allowed_html: На извршникот %{app_name} му дадовте пристап до вашата сметка.
-      verification: Потврдниот код гласи %{code}.
-    authorize_failure:
-      title: Барањето за овластување не успеа
-      denied: На извршникот %{app_name} му го одбивте пристапот до вашата сметка.
-      invalid: Шифрата за овластување е неважечка.
-    revoke:
-      flash: Ja поништивте шифрата за %{application}
     permissions:
       missing: Му немате дозволено пристап на прилогот до оваа можност
     scopes:
@@ -2692,55 +2655,13 @@ mk:
       skip_authorization: Автоодобрување на прилог
     for_roles:
       moderator: Оваа дозвола е за дејства достапни само за модератори.
-  oauth_clients:
-    new:
-      title: Пријавете нов прилог
-      disabled: Пријавувањето на прилози OAuth 1 е оневозможено
-    edit:
-      title: Уредете го прилогот
-    show:
-      title: OAuth податоци за %{app_name}
-      key: 'Потрошувачки клуч:'
-      secret: 'Потрошувачка тајна:'
-      url: 'Побарај URL на шифрата:'
-      access_url: 'URL на пристапата шифра:'
-      authorize_url: 'Дозволи URL:'
-      support_notice: Поддржуваме потписи во HMAC-SHA1 (препорачано) и RSA-SHA1.
-      edit: Измени поединости
-      delete: Избриши клиент
-      confirm: Дали сте сигурни?
-      requests: Ги барам следните дозволи од корисникот
-    index:
-      title: Мои OAuth податоци
-      my_tokens: Мои овластени прилози
-      list_tokens: 'Следниве шифри се издадени на прилози во ваше име:'
-      application: Назив на прил. програм
-      issued_at: Издадено
-      revoke: Поништи!
-      my_apps: Мои клиентни прилози
-      no_apps_html: Дали имате прилог кој би сакале да го пријавите за користење кај
-        нас, со стандардот %{oauth}? Прилогот мора да се пријави пред да може да поставува
-        OAuth-барања до оваа служба.
-      oauth: OAuth
-      registered_apps: 'Ги имате пријавено следниве клиентски прилози:'
-      register_new: Пријавете го вашиот пирлог
-    form:
-      requests: 'Побарај ги следниве дозволи од корисникот:'
-    not_found:
-      sorry: За жал, тој %{type} не е пронајден.
-    create:
-      flash: Информациите се успешно приајвени
-    update:
-      flash: Клиентските информации се успешно подновени
-    destroy:
-      flash: Уништено е пријавното пријавување за клиентскиот програм.
   oauth2_applications:
     index:
       title: Мои клиентски прилози
       no_applications_html: Дали имате прилг што би сакале да го пријавите за користење
         кај нас, со стандардот {oauth2}? Прилогот мора да е пријавен пред да може
         да поставува OAuth-барања до оваа служба.
-      new: Пријавете нов пирлог
+      new: Пријавете нов прилог
       name: Име
       permissions: Дозволи
     application:
@@ -2748,7 +2669,7 @@ mk:
       delete: Избриши
       confirm_delete: Да го избришам прилогов?
     new:
-      title: Пријавете нов пирлог
+      title: Пријавете нов прилог
     edit:
       title: Уредете го прилогот
     show:
@@ -2812,8 +2733,6 @@ mk:
           адреси
         contributor_terms_url: https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms
         contributor_terms: услови на учество
-      tou: услови на употреба
-      external auth: 'Заверка за надворешното место:'
       continue: Зачленување
       terms accepted: Ви благодариме што ги прифативте новите услови за учество!
       email_help:
@@ -2840,14 +2759,13 @@ mk:
       read_tou: Ги прочитав Условите на употреба и се согласувам со нив
       consider_pd: Покрај горенаведеното, моите придонеси ги сметам за јавна сопственост
       consider_pd_why: Што е ова?
-      consider_pd_why_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain?uselang=mk
       guidance_info_html: 'Информации што ќе ви помогнат да ги разберете овие поими:
         %{readable_summary_link} и некои %{informal_translations_link}'
       readable_summary: човечки читлив опис
       informal_translations: неформални преводи
       continue: Продолжи
       declined: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined?uselang=mk
-      decline: Одбиј
+      cancel: Откажи
       you need to accept or decline: Прочитајте ги новите Услови за учество, а потоа
         согласете се или одбијте ги.
       legale_select: 'Одберете ја вашата земја на живеење:'
@@ -2935,8 +2853,6 @@ mk:
       summary_no_ip_html: '%{name} создадено на %{date}'
       empty: Нема најдено такви корисници
     page:
-      older: Постари корисници
-      newer: Понови корисници
       found_users:
         one: Најдов %{count} корисник
         other: Најдов %{count} корисници
@@ -2973,21 +2889,11 @@ mk:
       not_revoke_admin_current_user: Не можам да му ја одземам администраторската
         улога на тековниот корисник.
     grant:
-      title: Потврди доделување на улога
-      heading: Потврди доделување на улога
       are_you_sure: Дали сигурно сакае да му ја доделите улогата `%{role}' на корисникот
         `%{name}'?
-      confirm: Потврди
-      fail: Не можев даму ја доделам улогата `%{role}' на корисникот `%{name}'. Проверете
-        дали корисникот и улогата се важечки.
     revoke:
-      title: Потврди лишување од улога
-      heading: Потврди лишување од улога
       are_you_sure: Дали сигурно сакате да го лишите корисникот  `%{name}' од улогата
         `%{role}' ?
-      confirm: Потврди
-      fail: Не можев да го лишам корисникот`%{name}' од улогата `%{role}'. Проверете
-        дали корисникот и улогата се важечки.
   user_blocks:
     model:
       non_moderator_update: Морате да бидете модератор за да правите или подновувате
@@ -3004,12 +2910,15 @@ mk:
       title: Уредување на блок за %{name}
       heading_html: Уредување на блок за %{name}
       period: Колку да трае блокот на корисникот?
+      revoke: Отповикај блок
     filter:
       block_period: Периодот на блокада мора да биде со рок избран од паѓачкиот список.
     create:
       flash: Направен е блок на корисникот %{name}.
     update:
       only_creator_can_edit: Само модераторот кој го направил блоков може да го менува.
+      only_creator_can_edit_without_revoking: Само модераторот кој го направил блоков
+        може да го уредува без отповикување.
       only_creator_or_revoker_can_edit: Овој блок можат да го менуваат само модератори
         кои го создале или отповикале.
       inactive_block_cannot_be_reactivated: Овој блок е неактивен и не може да се
@@ -3019,14 +2928,6 @@ mk:
       title: Кориснички блокови
       heading: Список на кориснички блокови
       empty: Досега сè уште нема блокови.
-    revoke:
-      title: Поништување на блок за %{block_on}
-      heading_html: Поништување на блок за %{block_on} од %{block_by}
-      time_future_html: Овој блок истекува за %{time}.
-      past_html: Овој блок истекол %{time} и сега не може да се отповика.
-      confirm: Дали сигурно дакате да го поништите овој блок?
-      revoke: Поништи!
-      flash: Овој блок е поништен.
     revoke_all:
       title: Отповикување на сите блокови на %{block_on}
       heading_html: Отповикување на сите блокови на %{block_on}
@@ -3073,26 +2974,19 @@ mk:
       created: 'Создадено:'
       duration: 'Траење:'
       status: 'Статус:'
-      show: Прикажи
       edit: Уреди
-      revoke: Поништи!
-      confirm: Дали сте сигурни?
       reason: 'Причина за блокирање:'
       revoker: 'Поништувач:'
-      needs_view: Овој корисник мора да се најави пред да се исчисти блокот.
     block:
       not_revoked: (не се поништува)
       show: Прикажи
       edit: Уреди
-      revoke: Поништи!
-    blocks:
+    page:
       display_name: Блокиран корисник
       creator_name: Создавач
       reason: Причина за блокирање
       status: Статус
       revoker_name: 'Поништил:'
-      older: Постари блокови
-      newer: Понови блокови
     navigation:
       all_blocks: Сите блокови
       blocks_on_me: Добиени блокови
@@ -3181,6 +3075,10 @@ mk:
         Затоа, не внесувајте лични податоци, или пак податоци од карти или именици
         заштитени со авторски права.
       add: Додај белешка
+    notes_paging_nav:
+      showing_page: Страница %{page}
+      next: Следно
+      previous: Претходно
   javascripts:
     close: Затвори
     share:
@@ -3374,6 +3272,7 @@ mk:
       empty: Нема исправки за приказ.
       heading: Список на исправки
       title: Список на исправки
+      new: Нова исправка
     new:
       heading: Внесете информации за нова исправка
       title: Создавање на нова исправка
index 92ec5c37fac7138ac23afce40ef0682875f3dd30..0dd8e0ef68fc207b18cf5d4d821932469f8de223 100644 (file)
@@ -134,16 +134,8 @@ mo:
     tag_details:
       tags: Маркаже
   changesets:
-    changeset_paging_nav:
-      showing_page: Паӂина %{page}
-      next: Урмэтоаря →
-      previous: ← Пречедента
     changeset:
-      anonymous: Аноним
       no_edits: (фэрэ модификэрь)
-    changesets:
-      user: Утилизатор
-      comment: Коментариу
     index:
       feed:
         created: Креат
@@ -171,8 +163,6 @@ mo:
       confirm: Конфирмаре
     diary_comment:
       confirm: Конфирмаре
-    location:
-      edit: Редактаре
   diary_comments:
     page:
       post: Месаж
@@ -503,10 +493,6 @@ mo:
           river: Рыу/Флувиу
           stream: Пырэу
           waterfall: Каскадэ
-      types:
-        cities: Ораше
-        towns: Орэшеле
-        places: Локурь
     results:
       no_results: Ну с'а гэсит нич ун резултат
       more_results: Май мулте резултате
@@ -527,23 +513,16 @@ mo:
     history: Историк
     export: Експортаре
     issues: Проблеме
-    data: Дате
-    export_data: Експортаря дателор
     gps_traces: Трасаре-GPS
     user_diaries: Журналеле утилизаторилор
     edit_with: Редактаря ку ажуторул %{editor}
     intro_header: Бине аць венит ла OpenStreetMap!
     intro_text: OpenStreetMap есте о хартэ а лумий, креатэ де оамень ка ши думнявоастрэ,
       ши поате фи утилизатэ ын мод либер суб о личенцэ дескисэ.
-    intro_2_create_account: Креаць ун конт де утилизатор
     partners_partners: партенерь
     help: Ажутор
     about: Деспре проект
     copyright: Дрепт де аутор
-    community: Комунитате
-    community_blogs: Блогуриле комунитэций
-    make_a_donation:
-      text: Фачець о донацие
     learn_more: Афлаць май мулте
     more: Май мулте
   passwords:
@@ -561,14 +540,12 @@ mo:
       home location: 'Локул де решединцэ:'
   sessions:
     new:
-      title: Презентаци-вэ
       tab_title: Презентаци-вэ
       email or username: 'Пошта електроникэ сау нумеле де утилизатор:'
       password: 'Паролэ:'
       remember: Пэстраря сесиуний
       lost password link: Аць уйтат парола?
       login_button: Ынтраря ын конт
-      register now: Ынреӂистраци-вэ акум
     destroy:
       title: Ынкееря сесиуний
       heading: Ешире дин OpenStreetMap
@@ -612,4 +589,6 @@ mo:
       hidden_title: 'Нотэ аскунсэ #%{note_name}'
     new:
       title: Нотэ ноуэ
+    notes_paging_nav:
+      showing_page: Паӂина %{page}
 ...
index afdaa0dfad36eec78c1584c5ac3e78bcd2fea41a..1f1f7da6fd5d63e9bff99a151383faaaa01c07f6 100644 (file)
@@ -36,9 +36,6 @@ mr:
         create: चढवा
         update: जतन करा
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: वैध ईमेल पत्ता वाटत नाही.
     models:
       acl: पोहोच नियंत्रण यादी
       changeset: बदलसंच
@@ -267,21 +264,15 @@ mr:
       wikipedia_link: विकिपिडियावरील %{page} हा लेख
     query:
       title: वस्तूंची विचारणा
+  changeset_comments:
+    feeds:
+      show:
+        title_all: OpenStreetMap बदलसंच चर्चा
+        title_particular: 'OpenStreetMap बदलसंच #%{changeset_id} चर्चा'
   changesets:
-    changeset_paging_nav:
-      showing_page: लेख %{page}
-      next: पुढील »
-      previous: « मागील
     changeset:
-      anonymous: अनामिक
       no_edits: (संपादने नाहीत)
       view_changeset_details: बदलसंचाचा तपशील पहा
-    changesets:
-      id: ओळखसंख्या (आयडी)
-      saved_at: ला जतन केले
-      user: सदस्य
-      comment: टिप्पणी
-      area: क्षेत्र
     index:
       title: बदलसंच
       title_user: '%{user}चे बदलसंच'
@@ -315,10 +306,6 @@ mr:
       relations_paginated: संबंध (%{x}-%{y}, %{count} पैकी)
     timeout:
       sorry: क्षमा असावी, आपण मागितलेली बदलसंचाची यादी मिळविण्यास फार वेळ लागला.
-  changeset_comments:
-    index:
-      title_all: OpenStreetMap बदलसंच चर्चा
-      title_particular: 'OpenStreetMap बदलसंच #%{changeset_id} चर्चा'
   dashboards:
     contact:
       km away: '%{count} कि.मी. दूर'
@@ -353,8 +340,6 @@ mr:
       no_entries: रिक्त अनुदिनी
     page:
       recent_entries: रोजनिशीतील अलीकडील नोंदी
-      older_entries: जुन्या नोंदी
-      newer_entries: नव्या नोंदी
     edit:
       title: रोजनिशीतील नोंद संपादा
       marker_text: रोजनिशीतील नोंदीचे ठिकाण
@@ -387,8 +372,6 @@ mr:
       confirm: खात्री करा
     location:
       location: 'ठिकाण:'
-      view: पहा
-      edit: संपादन करा
     feed:
       user:
         title: '%{user}कडून ओपनस्ट्रीटमॅप रोजनिशी-नोंदी'
@@ -404,8 +387,6 @@ mr:
       post: पाठवा
       when: कधी
       comment: टिप्पणी
-      newer_comments: नवे अभिप्राय
-      older_comments: जुन्या टिप्पण्या
   geocoder:
     search_osm_nominatim:
       prefix:
@@ -831,10 +812,6 @@ mr:
         level8: शहर सिमा
         level9: खेडे सिमा
         level10: उपनगर सिमा
-      types:
-        cities: शहरे
-        towns: गावे
-        places: ठिकाणे
     results:
       no_results: परिणाम सापडले नाही
       more_results: अधिक निकाल
@@ -849,33 +826,21 @@ mr:
     edit: संपादन करा
     history: इतिहास
     export: निर्यात
-    data: माहिती
-    export_data: माहिती निर्यात
     gps_traces: GPS अनुरेख
     user_diaries: सदस्य अनुदिनी
-    user_diaries_tooltip: सदस्य अनुदिनी पहा
     edit_with: '%{editor} वापरून संपादन करा'
-    tag_line: मुक्त विकि जागतिक नकाशा
     intro_header: ओपनस्ट्रीटमॅपवर स्वागत आहे!
     intro_text: ओपनस्ट्रीटमॅप हा जगाचा नकाशा आहे, जो आपल्यासारख्या लोकांनी तयार केला
       आहे, व जो खुल्या परवान्यांतर्गत वापरास मुक्त आहे.
-    intro_2_create_account: सदस्यखाते तयार करा
     partners_partners: भागीदार
     osm_offline: डाटाबेसचे आवश्यक देखरेखीचे काम असल्यामुळे ओपनस्ट्रीटमॅप डाटाबेस ही
       जालावेगळी करण्यात आलेली आहे.
     osm_read_only: डाटाबेसचे आवश्यक देखरेखीचे काम असल्यामुळे, ओपनस्ट्रीटमॅप डाटाबेस
       ही सध्या फक्त वाचू शकता येणार आहे.
-    donate: हार्डवेअर अपग्रेड फंडमध्ये योगदानाने%{link} ओपनस्ट्रीटमॅपला साहाय्य करा.
     help: साहाय्य
     about: आमच्याबद्दल
     copyright: प्रताधिकार
     communities: समुदाय
-    community: समुदाय
-    community_blogs: अनुदिनी
-    community_blogs_title: ओपनस्ट्रीटमॅप समुदायाच्या सदस्यांच्या अनुदिनी
-    make_a_donation:
-      title: आर्थिक देणगी देऊन  करुन ओपनस्ट्रीटमॅपला  साहाय्य करा.
-      text: देणगी द्या
     learn_more: अधिक जाणून घ्या
     more: अधिक
   user_mailer:
@@ -947,7 +912,6 @@ mr:
     message_summary:
       unread_button: न वाचलेले अशी खूण करा
       read_button: वाचले अशी खूण करा
-      reply_button: उत्तर
       destroy_button: वगळा
     new:
       title: संदेश पाठवा
@@ -1020,17 +984,25 @@ mr:
       image size hint: (किमान १००x१०० आकाराची चौरस चित्रे उत्तम)
   sessions:
     new:
-      title: सनोंद प्रवेश करा
       tab_title: सनोंद प्रवेश करा
       email or username: 'विपत्रपत्ता किंवा सदस्यनाव:'
       password: 'परवलीचा शब्द:'
       remember: माझी आठवण ठेवा
       lost password link: परवलीचा शब्द विसरलात?
       login_button: सनोंद प्रवेश करा
-      register now: आत्ता नोंदणी करा
+  shared:
+    pagination:
+      diary_comments:
+        older: जुन्या टिप्पण्या
+        newer: नवे अभिप्राय
+      diary_entries:
+        older: जुन्या नोंदी
+        newer: नव्या नोंदी
+      traces:
+        older: जुने अनुरेख
+        newer: नवे अनुरेख
   site:
     about:
-      next: पुढील
       used_by_html: '%{name} हजारो संकेतस्थळे, मोबाइल अॅप्स आणि हार्डवेअर उपकरणांसाठी
         नकाशा डेटा प्रदान करते'
       lede_text: OpenStreetMap हा मानचित्रकारांनी उभारलेला एक प्रकल्प आहे ज्यात जगभरातील
@@ -1128,7 +1100,6 @@ mr:
       title: काही प्रश्न?
     sidebar:
       search_results: शोध निकाल
-      close: बंद करा
     search:
       search: शोधा
       from: पासून
@@ -1230,8 +1201,6 @@ mr:
       title: अनुरेख %{name} संपादन
       heading: अनुरेख %{name} संपादन
       visibility_help: ह्याचा अर्थ काय?
-    trace_optionals:
-      tags: खूणपताका
     show:
       pending: प्रलंबित
       filename: 'संचिकानाम:'
@@ -1267,38 +1236,14 @@ mr:
       upload_trace: अनुरेख चढवा
       all_traces: सर्व अनुरेख
       my_traces: माझे अनुरेख
-    page:
-      older: जुने अनुरेख
-      newer: नवे अनुरेख
     georss:
       title: OpenStreetMap GPS अनुरेखा
   application:
     settings_menu:
       account_settings: खाते मांडण्या
-      oauth1_settings: OAuth 1 मांडण्या
   oauth:
-    authorize:
-      allow_write_gpx: GPS अनुरेख चढवा
     scopes:
       write_gpx: GPS अनुरेख चढवा
-  oauth_clients:
-    new:
-      title: नवीन अनुप्रयोगाची नोंदणी करा
-    edit:
-      title: अनुप्रयोग संपादा
-    show:
-      title: '%{app_name}साठी OAuth तपशील'
-      key: 'उपभोक्ता किल्ली:'
-      secret: 'उपभोक्ता गुपित:'
-      url: 'विनंती बिल्ला URL:'
-      access_url: 'प्रवेश बिल्ला URL:'
-      edit: तपशील संपादा
-      confirm: नक्की आहात?
-    index:
-      title: माझे OAuth तपशील
-      register_new: आपल्या अनुप्रयोगाची नोंदणी करा
-    form:
-      requests: 'सदस्याकडून खालील परवानग्यांची मागणी करा:'
   users:
     new:
       title: नोंदणी करा
@@ -1309,7 +1254,6 @@ mr:
       title: योगदात्यांसाठी अटी
       heading: योगदात्यांसाठी अटी
       consider_pd_why: हे काय आहे?
-      decline: अमान्य
       legale_select: 'राहण्याचा देश:'
       legale_names:
         france: फ्रान्स
@@ -1379,6 +1323,8 @@ mr:
         म्हणजे ते आम्ही ठिकठाक करु. मार्करला अचूक स्थानी न्या व ती समस्या समजवण्यास
         एक सूचना टंका. (कृपया येथे काही वैयक्तिक माहिती टाकू नका.)
       add: टीप जोडा
+    notes_paging_nav:
+      showing_page: लेख %{page}
   javascripts:
     close: बंद करा
     share:
index 1de64021624a28e4f6161c7cd128821e5e13cb12..1ba56971f85f34f07005aba0331055f210c92ed7 100644 (file)
@@ -1,7 +1,6 @@
 # Messages for Malay (Bahasa Melayu)
 # Exported from translatewiki.net
 # Export driver: phpyaml
-# Author: Amire80
 # Author: Anakmalaysia
 # Author: Hakimi97
 # Author: Izing
@@ -49,10 +48,6 @@ ms:
         create: Buat sekatan
         update: Kemaskinikan sekatan
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: tidak kelihatan sebagai alamat e-mel yang sah
-        email_address_not_routable: tidak dapat dijalankan
     models:
       acl: Senarai Kawalan Capaian
       changeset: Set Ubah
@@ -127,7 +122,7 @@ ms:
         longitude: Garis Bujur
         public: Umum
         description: Keterangan
-        gpx_file: Muat Naik Fail GPX
+        gpx_file: Pilih Fail Jejak GPS
         visibility: Keterlihatan
         tagstring: Tag
       message:
@@ -346,21 +341,15 @@ ms:
       title: Ciri-ciri pertanyaan
       introduction: Klik pada peta untuk mencari ciri-ciri terdekat.
       nearby: Ciri-ciri terdekat
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Komen baru pada set prubahan #%{changeset_id} oleh %{author}'
+        commented_at_by_html: Dikemaskini %{when} oleh %{user}
   changesets:
-    changeset_paging_nav:
-      showing_page: Halaman %{page}
-      next: Berikutnya »
-      previous: « Sebelumnya
     changeset:
-      anonymous: Awanama
       no_edits: (tiada suntingan)
       view_changeset_details: Lihat butiran set perubahan
-    changesets:
-      id: ID
-      saved_at: Disimpan pada
-      user: Pengguna
-      comment: Komen
-      area: Kawasan
     index:
       title: Set perubahan
       title_user: Set perubahan oleh %{user}
@@ -400,10 +389,6 @@ ms:
     timeout:
       sorry: Maaf, senarai set perubahan yang anda minta mengambil masa yang terlalu
         lama untuk diambil.
-  changeset_comments:
-    comment:
-      comment: 'Komen baru pada set prubahan #%{changeset_id} oleh %{author}'
-      commented_at_by_html: Dikemaskini %{when} oleh %{user}
   dashboards:
     contact:
       km away: '%{count}km jauhnya'
@@ -441,8 +426,6 @@ ms:
       no_entries: Tiada catatan diari
     page:
       recent_entries: Catatan diari terkini
-      older_entries: Catatan Terdahulu
-      newer_entries: Catatan Terkini
     edit:
       title: Sunting catatan diari
       marker_text: Lokasi catatan diari
@@ -475,8 +458,6 @@ ms:
       report: Laporkan komen ini
     location:
       location: 'Lokasi:'
-      view: Paparkan
-      edit: Sunting
     feed:
       user:
         title: Catatan diari OpenStreetMap oleh %{user}
@@ -495,8 +476,6 @@ ms:
       post: Muat Naik
       when: Bila
       comment: Komen
-      newer_comments: Komen Terbaru
-      older_comments: Komen Lama
   doorkeeper:
     flash:
       applications:
@@ -1130,10 +1109,6 @@ ms:
         level8: Sempadan Bandar
         level9: Sempadan Desa
         level10: Sempadan Pinggir Bandar
-      types:
-        cities: Bandaraya
-        towns: Pekan
-        places: Tempat
     results:
       no_results: Tiada hasil carian
       more_results: Lebih banyak hasil
@@ -1145,14 +1120,14 @@ ms:
       not_updated: Tidak Dikemaskini
       search: Cari
       search_guidance: 'Cari Isu:'
+      states:
+        ignored: Diabaikan
+        open: Buka
+    page:
       user_not_found: Pengguna tidak wujud
       status: Status
       reports: Laporan
       last_updated: Kali Terahkir Dikemaskini
-      link_to_reports: Lihat Laporan
-      states:
-        ignored: Diabaikan
-        open: Buka
     show:
       no_reports: Tiada laporan
       ignore: Abaikan
@@ -1195,35 +1170,22 @@ ms:
     history: Sejarah
     export: Eksport
     issues: Masalah-masalah
-    data: Data
-    export_data: Eksport Data
     gps_traces: Jejak GPS
-    gps_traces_tooltip: Uruskan jejak GPS
     user_diaries: Diari Pengguna
-    user_diaries_tooltip: Lihat diari pengguna
     edit_with: Sunting dengan %{editor}
-    tag_line: Peta Dunia Wiki Bebas
     intro_header: Selamat datang ke OpenStreetMap!
     intro_text: OpenStreetMap ialah peta dunia yang diwujudkan oleh insan seperti
       anda, dan bebas digunakan dengan berlandaskan lesen terbuka.
-    intro_2_create_account: Buka akaun pengguna
     partners_partners: rakan-rakan kongsi
     tou: Syarat-Syarat Penggunaan
     osm_offline: Pangkalan data OpenStreetMap kini diputuskan sambungannya sementara
       kerja penyelenggaran mustahak dilangsungkan.
     osm_read_only: Pangkalan data OpenStreetMap sekarang ditetapkan pada mod baca
       sahaja sementara kerja penyelenggaran mustahak dilangsungkan.
-    donate: Sokong OpenStreetMap dengan %{link} kepada Dana Penaiktarafan Perkakas.
     help: Bantuan
     about: Perihal
     copyright: Hak Cipta
     communities: Masyarakat
-    community: Komuniti
-    community_blogs: Blog Komuniti
-    community_blogs_title: Blog-blog ahli komuniti OpenStreetMap
-    make_a_donation:
-      title: Sokonglah OpenStreetMap dengan dermaan dalam bentuk wang
-      text: Derma
     learn_more: Ketahui Lebih Lanjut
     more: Selebihnya
   user_mailer:
@@ -1310,7 +1272,6 @@ ms:
       details: Butiran lanjut tentang nota berkenaan boleh didapati di %{url}.
     changeset_comment_notification:
       hi: Hai %{to_user},
-      greeting: Apa khabar,
       commented:
         partial_changeset_with_comment: dengan komen '%{changeset_comment}'
         partial_changeset_without_comment: tanpa komen
@@ -1355,7 +1316,6 @@ ms:
     message_summary:
       unread_button: Tanda sebagai belum dibaca
       read_button: Tanda sebagai sudah dibaca
-      reply_button: Balas
       destroy_button: Hapuskan
     new:
       title: Hantar pesanan
@@ -1445,14 +1405,12 @@ ms:
       failure: Tidak dapat mengemas kini profil.
   sessions:
     new:
-      title: Log masuk
       tab_title: Log masuk
       email or username: 'Alamat E-mel atau Nama Pengguna:'
       password: 'Kata laluan:'
       remember: Ingati saya
       lost password link: Lupa kata laluan anda?
       login_button: Log masuk
-      register now: Daftar sekarang
       auth failure: Maaf, log masuk tidak dapat dibenarkan dengan butiran-butiran
         itu.
     destroy:
@@ -1478,9 +1436,18 @@ ms:
     richtext_field:
       edit: Sunting
       preview: Pralihat
+    pagination:
+      diary_comments:
+        older: Komen Lama
+        newer: Komen Terbaru
+      diary_entries:
+        older: Catatan Terdahulu
+        newer: Catatan Terkini
+      traces:
+        older: Jejak Lama
+        newer: Jejak Baru
   site:
     about:
-      next: Berikutnya
       used_by_html: '%{name} menjana data peta pada ratusan laman web, aplikasi mudah
         alih dan peranti perkakasan'
       lede_text: OpenStreetMap dibina oleh sekumpulan pemeta yang menyumbangkan dan
@@ -1566,8 +1533,6 @@ ms:
       user_page_link: laman pengguna
       anon_edits_link_text: Ketahuilah sebab jadinya begini.
       id_not_configured: iD belum dikonfigurasi
-      no_iframe_support: Pelayar web anda tidak menyokong 'iframe' HTML yang diperlukan
-        untuk ciri ini.
     export:
       title: Eksport
       manually_select: Pilih kawasan yang lain secara insani
@@ -1648,10 +1613,8 @@ ms:
       get_help_here: Dapatkan bantuan di sini
     sidebar:
       search_results: Hasil Carian
-      close: Tutup
     search:
       search: Cari
-      get_directions: Dapatkan Arah
       get_directions_title: Cari panduan arah antara dua titik
       from: Daripada
       to: Kepada
@@ -1766,8 +1729,6 @@ ms:
       title: Menyunting jejak %{name}
       heading: Menyunting jejak %{name}
       visibility_help: apakah maksud ini?
-    trace_optionals:
-      tags: Tag
     show:
       title: Menyunting jejak %{name}
       heading: Menyunting jejak %{name}
@@ -1809,13 +1770,8 @@ ms:
       upload_trace: Muat naik jejak
       all_traces: Semua Jejak
       my_traces: Jejak Saya
-    page:
-      older: Jejak Lama
-      newer: Jejak Baru
     destroy:
       scheduled_for_deletion: Jejak dijadualkan untuk penghapusan
-    make_public:
-      made_public: Jejak diumumkan
     offline_warning:
       message: Sistem muat naik fail GPX kini tidak boleh digunakan.
     offline:
@@ -1861,78 +1817,11 @@ ms:
         title: Log masuk dengan Wikipedia
         alt: Log masuk dengan akaun Wikipedia
   oauth:
-    authorize:
-      title: Benarkan akses kepada akaun anda
-      request_access_html: Aplikasi %{app_name} sedang memohon akses kepada akaun
-        anda, %{user}. Sila semak sama ada anda menginginkan aplikasi itu untuk memiliki
-        kebolehan-kebolehan yang berikut. Anda boleh memilih sebanyak mana yang anda
-        suka.
-      allow_to: 'Benarkan aplikasi klien untuk:'
-      allow_read_prefs: membaca keutamaan pengguna anda.
-      allow_write_prefs: mengubah suai keutamaan pengguna anda.
-      allow_write_diary: membuat catatan diari dan komen serta berkawan.
-      allow_write_api: mengubah suai peta.
-      allow_read_gpx: membaca jejak GPS peribadi anda.
-      allow_write_gpx: memuat naik jejak GPS.
-      allow_write_notes: menyunting nota.
-    authorize_success:
-      title: Permohonan kebenaran dibenarkan
-      allowed_html: Anda telah memberi aplikasi %{app_name} akses kepada akaun anda.
-      verification: Kod penentusahan ialah %{code}.
-    authorize_failure:
-      title: Permohonan kebenaran gagal.
-      denied: Anda telah melarang aplikasi %{app_name} daripada mengakses akaun anda.
-      invalid: Token kebenaran ini tidak sah.
-    revoke:
-      flash: Anda telah menarik balik token untuk %{application}
     scopes:
       read_prefs: Baca keutamaan pengguna
       write_api: Ubah suai peta
       write_notes: Ubah suai nota
       read_email: Baca alamat e-mel pengguna
-  oauth_clients:
-    new:
-      title: Daftarkan aplikasi baru
-    edit:
-      title: Sunting aplikasi anda
-    show:
-      title: Butiran OAuth untuk %{app_name}
-      key: 'Kunci Pengguna:'
-      secret: 'Rahsia Pengguna:'
-      url: 'URL Token Permohonan:'
-      access_url: 'URL Token Akses:'
-      authorize_url: 'URL Kebenaran:'
-      support_notice: Kam menyokong tandatangan HMAC-SHA1 (yang disyorkan) dan RSA-SHA1.
-      edit: Sunting Butiran
-      delete: Hapuskan Klien
-      confirm: Adakah anda pasti?
-      requests: 'Kebenaran-kebenaran berikut dipohon daripada pengguna tersebut:'
-    index:
-      title: Butiran OAuth Saya
-      my_tokens: Aplikasi Saya yang Dibenarkan
-      list_tokens: 'Token-token yang berikut telah diserahkan pada aplikasi-aplikasi
-        atas nama anda:'
-      application: Nama Aplikasi
-      issued_at: Dikeluarkan Pada
-      revoke: Tarik Balik!
-      my_apps: Aplikasi Klien Saya
-      no_apps_html: Adakah anda mempunyai aplikasi yang ingin anda daftarkan untuk
-        digunakan dengan kami yang menggunakan piawaian %{oauth}? Anda mesti mendaftarkan
-        aplikasi web anda sebelum ia boleh membuat permintaan OAuth kepada perkhidmatan
-        ini.
-      oauth: OAuth
-      registered_apps: 'Anda telah mendaftarkan aplikasi-alikasi klien yang berikut:'
-      register_new: Daftarkan aplikasi anda
-    form:
-      requests: 'Pohon kebenaran-kebenaran yang berikut daripada pengguna ini:'
-    not_found:
-      sorry: Maaf, %{type} itu tidak dapat dijumpai.
-    create:
-      flash: Maklumat berjaya didaftarkan
-    update:
-      flash: Maklumat klien berjaya dikemaskinikan
-    destroy:
-      flash: Permohonan aplikasi klien dihapuskan
   oauth2_applications:
     index:
       name: Nama
@@ -1958,7 +1847,6 @@ ms:
         header: Bebas dan boleh disunting
       display name description: Nama pengguna anda yang dipaparkan kepada awam. Anda
         boleh menukarnya dalam keutamaan anda pada bila-bila masa.
-      external auth: Pengesahan Pihak Ketiga
       continue: Daftar
       terms accepted: Terima kasih kerana menerima terma-terma penyumbang yang baru!
       use external auth: Secara alternatif, gunakan khidmat pihak ketiga untuk log
@@ -1972,7 +1860,7 @@ ms:
       readable_summary: ringkasan yang boleh dibaca manusia
       informal_translations: penterjemahan tidak formal
       continue: Sambung
-      decline: Tolak
+      cancel: Batalkan
       you need to accept or decline: Sila baca, kemudian terima atau tolak Terma-Terma
         Penyumbang yang baru untuk bersambung.
       legale_select: 'Sila pilih negara kediaman anda:'
@@ -2059,21 +1947,11 @@ ms:
       already_has_role: Pengguna ini sudah pun memegang peranan %{role}.
       doesnt_have_role: Pengguna ini tidak memegang peranan %{role}.
     grant:
-      title: Sahkan pemberian peranan
-      heading: Sahkan pemberian peranan
       are_you_sure: Adakah anda benar-benar ingin memberikan peranan '%{role}' kepada
         pengguna '%{name}'?
-      confirm: Sahkan
-      fail: Peranan '%{role}' tidak dapat diberikan kepada pengguna '%{name}'. Sila
-        semak supaya kedua-dua pengguna dan peranan itu adalah sah.
     revoke:
-      title: Sahkan penarikan balik peranan
-      heading: Sahkan penarikan balik peranan
       are_you_sure: Adakah anda benar-benar ingin menarik balik peranan '%{role}'
         daripada pengguna '%{name}'?
-      confirm: Sahkan
-      fail: Peranan '%{role}' tidak dapat ditarik balik daripada pengguna '%{name}'.
-        Sila semak supaya kedua-dua pengguna dan peranan itu adalah sah.
   user_blocks:
     model:
       non_moderator_update: Anda mesti menjadi penyelia untuk membuat atau mengemaskinikan
@@ -2102,15 +1980,6 @@ ms:
       title: Sekatan terhadap pengguna
       heading: Senarai sekatan pengguna
       empty: Belum ada sekatan yang dilakukan.
-    revoke:
-      title: Sekatan terhadap %{block_on} sedang ditarik balik
-      heading_html: Sekatan terhadap %{block_on} sedang ditarik balik oleh %{block_by}
-      time_future_html: Sekatan ini akan berakhir pada %{time}.
-      past_html: Sekatan ini telah tamat %{time} dahulu dan tidak boleh ditarik balik
-        sekarang.
-      confirm: Adakah anda benar-benar ingin membuang sekatan ini?
-      revoke: Tarik Balik!
-      flash: Sekatan ini telah ditarik balik.
     helper:
       time_future_html: Berakhir dalam masa %{time}.
       until_login: Aktif sehingga pengguna itu log masuk.
@@ -2133,19 +2002,14 @@ ms:
       created: 'Dicipta:'
       duration: 'Tempoh:'
       status: 'Status:'
-      show: Tunjukkan
       edit: Sunting
-      revoke: Tarik Balik!
-      confirm: Adakah anda pasti?
       reason: 'Sebab sekatan:'
       revoker: 'Penarik balik:'
-      needs_view: Pengguna perlu log masuk sebelum sekatan ini dapat ditarik balik.
     block:
       not_revoked: (tidak ditarik balik)
       show: Tunjukkan
       edit: Sunting
-      revoke: Tarik Balik!
-    blocks:
+    page:
       display_name: Pengguna yang Disekat
       creator_name: Pembuat
       reason: Sebab sekatan
@@ -2186,6 +2050,8 @@ ms:
         nota untuk menerangkan kemusykilan itu. (Tolong jangan isikan maklumat peribadi
         ataupun maklumat daripada peta-peta atau senarai direktori yang terhakcipta.)
       add: Tambah Nota
+    notes_paging_nav:
+      showing_page: Halaman %{page}
   javascripts:
     close: Tutup
     share:
index 918217411f079abf11e5a87f703d2770c5ab8694..d214bd5ce559af385c03740212947e7a6f77f513 100644 (file)
@@ -3,10 +3,16 @@
 # Export driver: phpyaml
 # Author: Dr Lotus Black
 # Author: Ninjastrikers
+# Author: Zyh333222
 # Author: ခွန်ပညာႏ(တောင်ႏကီꩻ)
 # Author: သူထွန်း
 ---
 my:
+  time:
+    formats:
+      friendly: |-
+        %e %B %Y
+         at %H:%M
   helpers:
     file:
       prompt: ဖိုင်ရွေးပါ
@@ -157,19 +163,13 @@ my:
       tags: အမည်တွဲများ
       wikidata_link: ဝီကီဒေတာပေါ်ရှိ %{page} item
       wikipedia_link: ဝီကီပီးဒီးယားပေါ်ရှိ %{page} ဆောင်းပါး
+  changeset_comments:
+    feeds:
+      comment:
+        commented_at_by_html: '%{user} က %{when} အကြာက မွမ်းမံခဲ့သည်'
   changesets:
-    changeset_paging_nav:
-      showing_page: စာမျက်နှာ %{page}
-      next: ရှေ့ »
-      previous: « ယခင်က
     changeset:
-      anonymous: အမည်မသိ
       no_edits: (တည်းဖြတ်မှု မရှိ)
-    changesets:
-      id: အိုင်ဒီ
-      user: အသုံးပြုသူ
-      comment: မှတ်ချက်
-      area: ဧရိယာ
     index:
       load_more: ပိုမိုခေါ်ယူရန်
       feed:
@@ -181,9 +181,6 @@ my:
       join_discussion: ဆွေးနွေးရန် လော့အင်ဝင်ပါ
       hide_comment: ဝှက်
       unhide_comment: မဝှက်တော့ရန်
-  changeset_comments:
-    comment:
-      commented_at_by_html: '%{user} က %{when} အကြာက မွမ်းမံခဲ့သည်'
   dashboards:
     contact:
       km away: '%{count}ကီလိုမီတာ အကွာ'
@@ -215,13 +212,9 @@ my:
       report: ဤမှတ်ချက်ကို အစီရင်ခံတင်ပြရန်
     location:
       location: 'တည်နေရာ:'
-      view: ကြည့်ရန်
-      edit: ပြင်ဆင်ရန်
   diary_comments:
     page:
       comment: မှတ်ချက်
-      newer_comments: ပိုသစ်သော မှတ်ချက်များ
-      older_comments: ပိုဟောင်းသော မှတ်ချက်များ
   geocoder:
     search_osm_nominatim:
       prefix:
@@ -469,27 +462,23 @@ my:
           dam: တမံ
           river: မြစ်
           waterfall: ရေတံခွန်
-      types:
-        cities: မြို့များ
-        towns: မြို့များ
-        places: နေရာများ
     results:
       no_results: မည်သည့်ရလဒ်မျှ မရပါ
       more_results: ရလဒ်များ ပို၍
   issues:
     index:
       search: ရှာဖွေရန်
+      states:
+        ignored: လျစ်လျူရှု
+        open: ဖွင့်ပါ
+    page:
       user_not_found: အသုံးပြုသူ မတည်ရှိပါ
       status: အခြေအနေ
       reports: အစီရင်ခံစာများ
       last_updated: နောက်ဆုံး မွမ်းမံခဲ့သည်
-      link_to_reports: အစီရင်ခံစာများကို ကြည့်ရန်
       reports_count:
         one: 1 အစီရင်ခံစာ
         other: '%{count} အစီရင်ခံစာများ'
-      states:
-        ignored: လျစ်လျူရှု
-        open: ဖွင့်ပါ
     show:
       ignore: လျစ်လျူရှု
       read_reports: အစီရင်ခံစာများ ဖတ်ရှုရန်
@@ -520,10 +509,8 @@ my:
     edit: ပြင်ဆင်
     history: ရာဇဝင်
     export: တင်ပို့ရန်
-    data: ဒေတာ
     gps_traces: ဂျီပီအက်စ်ခြေရာများ
     user_diaries: အသုံးပြုသူများ၏ နေ့စဉ်မှတ်တမ်းများ
-    user_diaries_tooltip: အသုံးပြုသူများ၏ နေ့စဉ်မှတ်တမ်းများကို ကြည့်ရန်
     edit_with: '%{editor} ဖြင့် ပြင်ဆင်ရန်'
     intro_header: OpenStreetMap မှ ကြိုဆိုပါ၏
     partners_fastly: မြန်မြန်ဆန်ဆန်
@@ -531,10 +518,6 @@ my:
     help: အ​ကူ​အ​ညီ​
     about: အကြောင်း
     copyright: မူပိုင်ခွင့်
-    community: အသိုက်အဝိုင်း
-    community_blogs: အသိုက်အဝိုင်း ဘလော့များ
-    make_a_donation:
-      text: အလှူတစ်ခု ပြုလုပ်ရန်
     learn_more: ပိုမို လေ့လာရန်
     more: ပို၍
   user_mailer:
@@ -553,7 +536,6 @@ my:
       greeting: ဟိုင်း၊
     changeset_comment_notification:
       hi: ဟိုင်း %{to_user}၊
-      greeting: ဟိုင်း၊
   confirmations:
     confirm:
       heading: သင်၏အီးမေးလ်ကို စစ်ဆေးရန်
@@ -572,7 +554,6 @@ my:
       date: နေ့စွဲ
     message_summary:
       read_button: ဖတ်ပြီးကြောင်း မှတ်သားရန်
-      reply_button: အကြောင်းပြန်ရန်
       destroy_button: ဖျက်​ပါ​
     new:
       title: မက်ဆေ့ ပို့ရန်
@@ -604,14 +585,12 @@ my:
       flash changed: သင့်စကားဝှက်ကို ပြောင်းလဲပြီးပါပြီ
   sessions:
     new:
-      title: အကောင့်ထဲဝင်ရန်
       tab_title: အကောင့်ထဲဝင်ရန်
       email or username: အီးမေးလ်လိပ်စာ သို့မဟုတ် အသုံးပြုသူအမည်
       password: စကားဝှက်
       remember: မိမိကို မှတ်မိပါ
       lost password link: စကားဝှက် မေ့နေသလား။
       login_button: အကောင့်ထဲဝင်ရန်
-      register now: အခုပဲ မှတ်ပုံတင်ရန်
     destroy:
       title: အကောင့်မှပြန်ထွက်
       logout_button: အကောင့်မှပြန်ထွက်
@@ -622,9 +601,12 @@ my:
     richtext_field:
       edit: ပြင်ဆင်ရန်
       preview: ကြိုတင်အစမ်းကြည့်ရှုရန်
+    pagination:
+      diary_comments:
+        older: ပိုဟောင်းသော မှတ်ချက်များ
+        newer: ပိုသစ်သော မှတ်ချက်များ
   site:
     about:
-      next: ရှေ့
       local_knowledge_title: ဒေသန္တရ ဗဟုသုတ
       legal_title: တရားဝင်
       partners_title: လုပ်ဖော်ကိုင်ဖက်များ
@@ -658,10 +640,8 @@ my:
       title: မေးစရာ ရှိသေးလား
     sidebar:
       search_results: ရှာဖွေမှု ရလာဒ်များ
-      close: ပိတ်ရန်
     search:
       search: ရှာဖွေရန်
-      get_directions: လမ်းကြောင်းများ ရယူရန်
       from: မှ
       to: သို့
       submit_text: သွားပါ
@@ -716,9 +696,6 @@ my:
       wikipedia:
         title: ဝီကီပီးဒီးယားဖြင့် အကောင့်ထဲဝင်ရန်
         alt: ဝီကီပီးဒီးယားအကောင့်ဖြင့် အကောင့်ထဲဝင်ရန်
-  oauth_clients:
-    show:
-      confirm: သေချာပါသလား
   users:
     new:
       title: မှတ်ပုံတင်ရန်
@@ -727,7 +704,6 @@ my:
       title: သတ်မှတ်ချက်များ
       heading: သတ်မှတ်ချက်များ
       continue: ဆက်လက်
-      decline: ငြင်းပယ်ရန်
       legale_select: 'နေထိုင်ရာ နိုင်ငံ:'
       legale_names:
         france: ပြင်သစ်
@@ -746,11 +722,6 @@ my:
     index:
       title: အသုံးပြုသူများ
       heading: အသုံးပြုသူများ
-  user_role:
-    grant:
-      confirm: အတည်ပြု
-    revoke:
-      confirm: အတည်ပြု
   user_blocks:
     helper:
       block_duration:
@@ -768,13 +739,11 @@ my:
           other: '%{count} နှစ်'
     show:
       status: အခြေအနေ
-      show: ပြ
       edit: ပြင်ဆင်
-      confirm: သေချာပါသလား
     block:
       show: ပြသရန်
       edit: ပြင်ဆင်ရန်
-    blocks:
+    page:
       creator_name: ဖန်တီးသူ
       status: အခြေအနေ
   notes:
@@ -788,6 +757,8 @@ my:
       hide: ဝှက်ရန်
     new:
       title: မှတ်စု အသစ်
+    notes_paging_nav:
+      showing_page: စာမျက်နှာ %{page}
   javascripts:
     close: ပိတ်ရန်
     share:
index 1303a28c8c1981b4a3eda1cdbfe651cfe6d46faa..c24f750519308f547db7cc201574b19ebe6fda31 100644 (file)
@@ -67,8 +67,6 @@ nb:
   activerecord:
     errors:
       messages:
-        invalid_email_address: later ikke til å være en gyldig e-postadresse
-        email_address_not_routable: kan ikke rutes
         display_name_is_user_n: kan ikke være user_n med mindre n allerede er bruker-ID-en
           din
       models:
@@ -405,21 +403,20 @@ nb:
       introduction: Klikk på kartet for å finne nærliggende funksjoner.
       nearby: Nærliggende funksjoner
       enclosing: Regionsfunksjoner
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Ny kommentar til endringssett %{changeset_id} av %{author}
+        commented_at_by_html: Oppdatert for %{when} siden av %{user}
+      show:
+        title_all: OpenStreetMap-endringssettsdiskusjon
+        title_particular: 'OpenStreetMap-endringssettsdiskusjon #%{changeset_id}'
+      timeout:
+        sorry: Listen over endringssett du ba om tok for lang tid å hente.
   changesets:
-    changeset_paging_nav:
-      showing_page: Side %{page}
-      next: Neste »
-      previous: « Forrige
     changeset:
-      anonymous: Anonym
       no_edits: (ingen redigeringer)
       view_changeset_details: Vis endringssettsdetaljer
-    changesets:
-      id: ID
-      saved_at: Lagret den
-      user: Bruker
-      comment: Kommentar
-      area: Område
     index:
       title: Endringssett
       title_user: Endringssett av %{user}
@@ -462,17 +459,6 @@ nb:
       relations_paginated: Forbindelser (%{x}-%{y} av %{count})
     timeout:
       sorry: Listen over endringssett du ba om tok for lang tid å hente.
-  changeset_comments:
-    comment:
-      comment: Ny kommentar til endringssett %{changeset_id} av %{author}
-      commented_at_by_html: Oppdatert for %{when} siden av %{user}
-    comments:
-      comment: Ny kommentar til endringssett %{changeset_id} av %{author}
-    index:
-      title_all: OpenStreetMap-endringssettsdiskusjon
-      title_particular: 'OpenStreetMap-endringssettsdiskusjon #%{changeset_id}'
-    timeout:
-      sorry: Listen over endringssett du ba om tok for lang tid å hente.
   dashboards:
     contact:
       km away: '%{count}km unna'
@@ -510,8 +496,6 @@ nb:
       no_entries: Ingen innlegg i dagboka
     page:
       recent_entries: Nye innlegg i dagboka
-      older_entries: Eldre innlegg
-      newer_entries: Nyere innlegg
     edit:
       title: Rediger dagbokinnlegg
       marker_text: Lokalisasjonen for dagbokoppføring
@@ -549,8 +533,6 @@ nb:
       report: Rapporter denne kommentaren
     location:
       location: 'Posisjon:'
-      view: Vis
-      edit: Rediger
     feed:
       user:
         title: Innlegg i OpenStreetMap-dagboka for %{user}
@@ -566,8 +548,6 @@ nb:
       post: Artikkel
       when: Når
       comment: Kommentar
-      newer_comments: Nyere kommentarer
-      older_comments: Eldre kommentarer
   errors:
     contact:
       contact: kontakt
@@ -1071,7 +1051,7 @@ nb:
         place:
           allotments: Jordlapper
           archipelago: Øygruppe
-          city: By
+          city: Storby
           city_block: Bykvartal
           country: Land
           county: Fylke
@@ -1094,7 +1074,7 @@ nb:
           state: Delstat
           subdivision: Underavdeling
           suburb: Forstad
-          town: Tettsted
+          town: By
           village: Landsby
           "yes": Sted
         railway:
@@ -1268,10 +1248,6 @@ nb:
         level8: Bygrense
         level9: Landsbygrense
         level10: Forstadsgrense
-      types:
-        cities: Byer
-        towns: Småbyer
-        places: Steder
     results:
       no_results: Ingen resultat funnet
       more_results: Flere resultat
@@ -1285,21 +1261,21 @@ nb:
       not_updated: Ikke oppdatert
       search: Søk
       search_guidance: 'Søk blant saker:'
+      states:
+        ignored: Sett bort fra
+        open: Åpen
+        resolved: Løst
+    page:
       user_not_found: Brukeren finnes ikke
       issues_not_found: Ingen slik sak funnet
       status: Status
       reports: Rapporter
       last_updated: Sist oppdatert
       last_updated_time_ago_user_html: '%{time_ago} av %{user}'
-      link_to_reports: Se på rapporter
       reports_count:
         one: '%{count} rapport'
         other: '%{count} rapporter'
       reported_item: Rapportert element
-      states:
-        ignored: Sett bort fra
-        open: Åpen
-        resolved: Løst
     show:
       title: '%{status} Sak #%{issue_id}'
       reports:
@@ -1384,35 +1360,22 @@ nb:
     history: Historikk
     export: Eksporter
     issues: Problemer
-    data: Data
-    export_data: Eksporter data
     gps_traces: GPS-spor
-    gps_traces_tooltip: Behandle GPS-spor
     user_diaries: Brukerdagbok
-    user_diaries_tooltip: Vis brukerens dagbok
     edit_with: Rediger med %{editor}
-    tag_line: Fritt Wiki-verdenskart
     intro_header: Velkommen til OpenStreetMap!
     intro_text: OpenStreetMap er et kart over verden, skapt av mennesker som deg,
       og gratis å bruke under en åpen lisens.
-    intro_2_create_account: Opprett en brukerkonto
     partners_partners: partnere
     tou: Bruksvilkår
     osm_offline: OpenStreetMap databasen er for øyeblikket utilgjengelig mens essensielt
       vedlikeholdsarbeid utføres.
     osm_read_only: OpenStreetMap kan ikke redigeres akkurat nå, på grunn av nødvendig
       vedlikeholdsarbeid.
-    donate: Støtt OpenStreetMap ved %{link} til Hardware Upgrade Fund (et fond for
-      maskinvareoppgraderinger).
     help: Hjelp
     about: Om
     copyright: Opphavsrett
-    community: Fellesskap
-    community_blogs: Fellesskapsblogger
-    community_blogs_title: Blogger fra medlemmene i OpenStreetMap-felleskapet
-    make_a_donation:
-      title: Støtt OpenStreetMap med en donasjon
-      text: Doner
+    communities: Fellesskap
     learn_more: Lær mer
     more: Mer
   user_mailer:
@@ -1493,7 +1456,6 @@ nb:
       details: Flere opplysninger om merknaden finner du på %{url}.
     changeset_comment_notification:
       hi: Hei %{to_user},
-      greeting: Hei,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} har kommentert en av dine endringer'
         subject_other: '[OpenStreetMap] %{commenter} har kommentert en endring du
@@ -1550,7 +1512,6 @@ nb:
     message_summary:
       unread_button: Marker som ulest
       read_button: Marker som lest
-      reply_button: Svar
       destroy_button: Slett
       unmute_button: Flytt til innboksen
     new:
@@ -1567,7 +1528,6 @@ nb:
       body: Det er ingen melding med den ID-en.
     outbox:
       title: Utboks
-      actions: Handlinger
       messages:
         one: Du har %{count} sendt melding
         other: Du har %{count} sendte meldinger
@@ -1660,14 +1620,12 @@ nb:
       failure: Kunne ikke oppdatere profil.
   sessions:
     new:
-      title: Logg inn
       tab_title: Logg inn
       email or username: E-postadresse eller brukernavn
       password: Passord
       remember: Husk meg
       lost password link: Mistet passordet ditt?
       login_button: Logg inn
-      register now: Registrer deg nå
       with external: 'Alternativt kan du bruke en tredjepart til å logge inn:'
       auth failure: Beklager, kunne ikke logge inn med den informasjonen
     destroy:
@@ -1677,9 +1635,21 @@ nb:
   shared:
     richtext_field:
       edit: Rediger
+    pagination:
+      diary_comments:
+        older: Eldre kommentarer
+        newer: Nyere kommentarer
+      diary_entries:
+        older: Eldre innlegg
+        newer: Nyere innlegg
+      traces:
+        older: Eldre spor
+        newer: Nyere spor
+      users:
+        older: Eldre brukere
+        newer: Nyere brukere
   site:
     about:
-      next: Neste
       used_by_html: Tusenvis av nettsteder, mobilapper og maskinvareenheter bruker
         kartdata fra %{name}
       lede_text: OpenStreetMap er bygd av et fellesskap av kartleggere som oppretter
@@ -1755,8 +1725,6 @@ nb:
       user_page_link: brukerside
       anon_edits_link_text: Finn ut hvorfor dette er tilfellet.
       id_not_configured: iD er ikke satt opp
-      no_iframe_support: Nettleseren din støtter ikke HTML iframes som er nødvendig
-        for denne egenskapen.
     export:
       title: Eksporter
       manually_select: Velg et annet område manuelt
@@ -1829,10 +1797,8 @@ nb:
       title: Noen spørsmål?
     sidebar:
       search_results: Søkeresultater
-      close: Lukk
     search:
       search: Søk
-      get_directions: Få veianvisninger
       get_directions_title: Finn veien mellom to punkter
       from: Fra
       to: Til
@@ -1865,7 +1831,7 @@ nb:
           apron: terminal
           admin: Administrativ grense
           capital: Hovedstad
-          city: By
+          city: Storby
           forest: Skog
           wood: Ved
           golf: Golfbane
@@ -1903,7 +1869,6 @@ nb:
           destination: Destinasjonstilgang
           construction: Veier under konstruksjon
           bus_stop: Busstopp
-          stop: Stopp
           bicycle_shop: Sykkelbutikk
           bicycle_rental: Sykkelutleie
           bicycle_parking: Sykkelparkering
@@ -1927,6 +1892,27 @@ nb:
         title: Har du ikke tid til å kartlegge selv? Legg inn en merknad!
         para_1: Hvis du bare vil ha rettet en liten detalj, men ikke har tid til å
           gjøre dette selv, kan du legge inn en merknad.
+    communities:
+      title: Fellesskap
+      lede_text: |-
+        Mennesker fra hele verden bidrar til eller bruker OpenStreetMap. Mens mange deltar individuelt, har andre dannet fellesskap.
+        Disse gruppene fins i mange størrelser og representerer brukere fra små byer til store regioner som spenner over flere land.
+        De kan også være formelle eller uformelle.
+      local_chapters:
+        title: Lokale avdelinger
+        about_text: |-
+          Lokale avdelinger er grupper på land- eller regionnivå som har tatt det formelle skrittet med å
+          etablere ikke-for-profit juridiske enheter. De representerer områdets kart og kartleggere når
+          de har å gjøre med lokale myndigheter, næringsliv og media. De har også dannet en tilknytning
+          med OpenStreetMap Foundation (OSMF), og gir dem en lenke til det juridiske og opphavsrettslige
+          styrende organet.
+        list_text: 'De følgende fellesskapene er formelt etablert som lokale avdelinger:'
+      other_groups:
+        title: Andre grupper
+        other_groups_html: |-
+          Det er ikke nødvendig å formelt etablere en gruppe i samme grad som de lokale avdelingene.
+          Mange grupper eksisterer faktisk svært vellykket som en uformell samling av mennesker eller som en
+          fellesskapsgruppe. Alle kan sette opp eller bli med i disse. Les mer på %{communities_wiki_link}.
   traces:
     visibility:
       private: Privat (bare delt som anononyme, usorterte punkter)
@@ -1960,8 +1946,6 @@ nb:
       visibility_help: hva betyr dette?
     update:
       updated: Sporet ble oppdatert
-    trace_optionals:
-      tags: Egenskaper
     show:
       title: Viser spor %{name}
       heading: Viser spor %{name}
@@ -2002,13 +1986,8 @@ nb:
       tagged_with: merket med %{tags}
       upload_trace: Last opp et GPS-spor
       my_traces: Mine spor
-    page:
-      older: Eldre spor
-      newer: Nyere spor
     destroy:
       scheduled_for_deletion: Spor planlagt slettet
-    make_public:
-      made_public: Spor gjort offentlig
     offline_warning:
       message: Systemet for opplasting av GPX-filer er ikke tilgjengelig for øyeblikket.
     offline:
@@ -2027,8 +2006,6 @@ nb:
     require_cookies:
       cookies_needed: Du ser ut til å ha deaktivert informasjonskapsler. Aktiver informasjonskapsler
         i nettleseren din før du fortsetter.
-    require_admin:
-      not_an_admin: Du må være administrator for å kunne utføre denne handlingen.
     setup_user_auth:
       blocked_zero_hour: Du har en viktig beskjed på OpenStreetMap-nettsida. Du må
         lese beskjeden før du vil kunne lagre redigeringene dine.
@@ -2057,30 +2034,6 @@ nb:
         title: Logg inn med Wikipedia
         alt: Logg inn med en Wikipedia-konto
   oauth:
-    authorize:
-      title: Autoriser tilgang til din konto
-      request_access_html: Applikasjonen %{app_name} ber om tilgang til din konto,
-        %{user}. Sjekk om du vil at applikasjonen skal ha følgende muligheter. Du
-        kan velge så mange eller få du vil.
-      allow_to: 'Gi programmet lov til å:'
-      allow_read_prefs: lese brukeralternativ dine.
-      allow_write_prefs: endre brukeralternativ dine.
-      allow_write_diary: opprette dagbokoppføringer, kommentarer og finne venner.
-      allow_write_api: endre kartet.
-      allow_read_gpx: lese dine private GPS-spor.
-      allow_write_gpx: laste opp GPS-spor.
-      allow_write_notes: endre merknader.
-      grant_access: Gi tilgang
-    authorize_success:
-      title: Autoriseringsforespørsel tillatt
-      allowed_html: Du har gitt programmet %{app_name} tilgang til din konto.
-      verification: Verifikasjonskoden er %{code}.
-    authorize_failure:
-      title: Mislykket forespørsel om autorisering
-      denied: Du har nektet programmet %{app_name} tilgang til din konto.
-      invalid: Autoriseringstoken er ikke gyldig.
-    revoke:
-      flash: Du slettet nøkkelen for %{application}
     permissions:
       missing: Du har ikke latt applikasjonen få tilgang til denne fasiliteten
     scopes:
@@ -2091,47 +2044,6 @@ nb:
       write_gpx: Last opp GPS-spor
       write_notes: Endre merknader
       read_email: Lese brukerens e-postadresse
-  oauth_clients:
-    new:
-      title: Registrer en ny applikasjon
-    edit:
-      title: Rediger ditt programvare
-    show:
-      title: OAuth-detaljer for %{app_name}
-      key: 'Forbrukernøkkel:'
-      secret: 'Forbrukerhemmelighet:'
-      url: 'URL for forespørelsnøkkel:'
-      access_url: URL for tilgangensnøkkel
-      authorize_url: 'Godkjenn URL:'
-      support_notice: Vi støtter HMAC-SHA1 (anbefalt) og RSA-SHA1 signaturer.
-      edit: Rediger detaljer
-      delete: Slett klient
-      confirm: Er du sikker?
-      requests: 'Ber om følgende tillatelser fra brukeren:'
-    index:
-      title: Mine OAuth-detaljer
-      my_tokens: Mine autoriserte applikasjoner
-      list_tokens: 'Følgende nøkler er utstedt til programmer i ditt navn:'
-      application: Applikasjonsnavn
-      issued_at: Utstedt
-      revoke: Tilbakekall!
-      my_apps: Mine klientapplikasjoner
-      no_apps_html: Har du et program som du vil registrere for bruk med oss gjennom
-        %{oauth}-standarden? Da må du først registrere ditt nettprogram før det kan
-        gjøre OAuth-forespørsler til denne tjenesten.
-      oauth: OAuth
-      registered_apps: 'Du har registrert følgende klientapplikasjoner:'
-      register_new: Registrer din applikasjon
-    form:
-      requests: 'Be om følgende tillatelser fra brukeren:'
-    not_found:
-      sorry: Klarte ikke finne den %{type}-en.
-    create:
-      flash: Vellykket registrering av informasjonen
-    update:
-      flash: Oppdaterte klientinformasjonen
-    destroy:
-      flash: Ødelagt klientapplikasjonsregistreringen
   oauth2_applications:
     index:
       title: Mine applikasjoner
@@ -2154,7 +2066,6 @@ nb:
         header: Gratis og redigerbar
       display name description: Ditt offentlig fremviste brukernavn. Du kan endre
         dette senere i alternativ.
-      external auth: 'Tredjepartsgodkjenning:'
       continue: Registrer deg
       terms accepted: Takk for at du godtok de nye bidragsytervilkårene!
       use external auth: Alternativt kan du bruke en tredjepart til å logge inn
@@ -2173,9 +2084,7 @@ nb:
       consider_pd: I tillegg til det ovennevnte anser jeg mine bidrag for å være i
         public domain
       consider_pd_why: hva er dette?
-      consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
       continue: Fortsett
-      decline: Avslå
       you need to accept or decline: Les og deretter enten godta eller avslå de nye
         bidragsytervilkårene for å fortsette.
       legale_select: 'Velg ditt bostedsland:'
@@ -2244,8 +2153,6 @@ nb:
       summary_no_ip_html: '%{name} opprettet %{date}'
       empty: Ingen samsvarende brukere funnet
     page:
-      older: Eldre brukere
-      newer: Nyere brukere
       confirm: Bekreft valgte brukere
       hide: Skjul valgte brukere
     suspended:
@@ -2270,20 +2177,10 @@ nb:
       not_revoke_admin_current_user: Kan ikke fjerne administratorrollen fra gjeldende
         bruker.
     grant:
-      title: Bekreft rolletildeling
-      heading: Bekreft rolletildeling
       are_you_sure: Er du sikker på at du vil gi rollen `%{role}' til brukeren `%{name}'?
-      confirm: Bekreft
-      fail: Kunne ikke gi rollen "%{role}" til bruker "%{name}". Sjekk at brukeren
-        og rollen er gyldig.
     revoke:
-      title: Bekreft fjerning av rolle
-      heading: Bekreft fjerning av rolle
       are_you_sure: Er du sikker på at du vil fjerne rollen "%{role}" fra brukeren
         "%{name}"?
-      confirm: Bekreft
-      fail: Kunne ikke fjerne rollen "%{role}" fra bruker "%{name}". Sjekk at bruker
-        og rolle er gyldig.
   user_blocks:
     model:
       non_moderator_update: Må være en moderator for å opprette eller oppdatere en
@@ -2313,14 +2210,6 @@ nb:
       title: Brukerblokkeringer
       heading: Liste over brukerblokkeringer
       empty: Ingen blokkeringer har blitt utført ennå.
-    revoke:
-      title: Tilbakekaller blokkering på %{block_on}
-      heading_html: Tilbakekaller blokkering på %{block_on} av %{block_by}
-      time_future_html: Denne blokkeringen ender om %{time}
-      past_html: Denne blokkeringen endte for %{time} og kan ikke tilbakekalles nå.
-      confirm: Er du sikker på at du vil tilbakekalle denne blokkeringen?
-      revoke: Tilbakekall!
-      flash: Denne blokkeringen har blitt tilbakekalt.
     helper:
       time_future_html: Slutter om %{time}.
       until_login: Aktiv inntil brukeren logger inn.
@@ -2356,19 +2245,14 @@ nb:
       heading_html: '%{block_on} blokkert av %{block_by}'
       created: 'Opprettet:'
       status: 'Status:'
-      show: Vis
       edit: Rediger
-      revoke: Tilbakekall!
-      confirm: Er du sikker?
       reason: 'Årsak for blokkering:'
       revoker: 'Tilbakekaller:'
-      needs_view: Brukeren må logge inn før denne blokkeringen blir fjernet.
     block:
       not_revoked: (ikke tilbakekalt)
       show: Vis
       edit: Rediger
-      revoke: Tilbakekall!
-    blocks:
+    page:
       display_name: Blokkert bruker
       creator_name: Opprettet av
       reason: Årsak for blokkering
@@ -2407,6 +2291,8 @@ nb:
         for å oppdatere kartet, så ikke inkluder personlig info eller informasjon
         fra opphavsrett-beskyttede kart eller kataloger.
       add: Legg til merknad
+    notes_paging_nav:
+      showing_page: Side %{page}
   javascripts:
     close: Lukk
     share:
index 4c9a1dc655b79408a9b6bd98f4cab6e28c4e38f9..ad41557d12cde52b9ae27223cbee122a7ddb65b8 100644 (file)
@@ -99,17 +99,8 @@ nds:
     start_rjs:
       loading: An’t Laden...
   changesets:
-    changeset_paging_nav:
-      showing_page: Sied %{page}
     changeset:
-      anonymous: Anonym
       no_edits: (keen Ännern)
-    changesets:
-      id: ID
-      saved_at: Spiekert an’n
-      user: Bruker
-      comment: Kommentar
-      area: Rebeed
   dashboards:
     contact:
       km away: '%{count} km weg'
@@ -135,8 +126,6 @@ nds:
       no_entries: Keen Dagbook-Indrääg
     page:
       recent_entries: Jüngste Dagbook-Indrääg
-      older_entries: Öller Indrääg
-      newer_entries: Jünger Indrääg
     edit:
       title: Dagbook-Indrag ännern
       marker_text: Oort von’n Indrag
@@ -153,9 +142,6 @@ nds:
         one: 1 Kommentar
         other: '%{count} Kommentare'
       edit_link: Dissen Indrag ännern
-    location:
-      view: Ankieken
-      edit: Ännern
   friendships:
     make_friend:
       success: '%{name} ist nu dien Fründ.'
@@ -396,10 +382,6 @@ nds:
           wadi: Wadi
           waterfall: Waterfall
           weir: Wehr
-      types:
-        cities: Städer
-        towns: lüttje Städer
-        places: Öörd
     results:
       no_results: nix funnen
       more_results: Mehr
@@ -413,10 +395,7 @@ nds:
     history: Geschicht
     export: Export
     user_diaries: Bruker-Dagböker
-    user_diaries_tooltip: Bruker-Dagböker wiesen
     help: Hülp
-    make_a_donation:
-      text: Spenn wat
   user_mailer:
     diary_comment_notification:
       hi: Moin %{to_user},
@@ -437,7 +416,6 @@ nds:
     message_summary:
       unread_button: as ‚noch nich leest‘ kennteken
       read_button: as ‚leest‘ kennteken
-      reply_button: Antern
       destroy_button: Wegdoon
     new:
       title: Naricht sennen
@@ -473,12 +451,16 @@ nds:
       no home location: Du hest dien Standoort nich angeven.
   sessions:
     new:
-      title: Anmellen
       tab_title: Anmellen
       email or username: 'E-Mail-Adress oder Brukernaam:'
       password: 'Passwoord:'
       lost password link: Passwoord vergeten?
       login_button: Anmellen
+  shared:
+    pagination:
+      diary_entries:
+        older: Öller Indrääg
+        newer: Jünger Indrääg
   site:
     copyright:
       native:
@@ -488,8 +470,6 @@ nds:
     export:
       licence: Lizenz
       export_button: Export
-    sidebar:
-      close: Sluten
     search:
       search: Söken
       where_am_i: Woneem bün ik?
@@ -564,9 +544,6 @@ nds:
       edit_map: Koort ännern
       public: APEN
       private: PRIVAAT
-  oauth_clients:
-    show:
-      edit: Details ännern
   users:
     new:
       title: Brukerkonto opstellen
@@ -587,11 +564,13 @@ nds:
   user_blocks:
     show:
       status: Status
-      show: Wiesen
       edit: Ännern
     block:
       show: Wiesen
       edit: Ännern
+  notes:
+    notes_paging_nav:
+      showing_page: Sied %{page}
   javascripts:
     map:
       base:
index a5f0cbbb2b915e22438fa746ff3473820f29e78b..b6a7bf7a06160b0fc83d413ff50574d112c34e18 100644 (file)
@@ -23,8 +23,6 @@ ne:
   time:
     formats:
       friendly: '%e %B %Y मा %H:%M'
-  count:
-    at_least_pattern: '%{count}+'
   helpers:
     file:
       prompt: फाइल छान्नुहोस्
@@ -55,9 +53,6 @@ ne:
         update: ब्लक अद्यावधिक गर्नुहाेस्
   activerecord:
     errors:
-      messages:
-        invalid_email_address: इमेल मान्य देखिँदैन
-        email_address_not_routable: राउटेबल छैन
       models:
         user_mute:
           is_already_muted: पहिले नै म्युट गरिएको छ
@@ -346,21 +341,18 @@ ne:
       introduction: नजिकैका फिचरहरू भेटाउन नक्सामा क्लिक गर्नुहोस्
       nearby: नजिकैका फिचरहरू
       enclosing: यसभित्र रहेका फिचरहरू
+  changeset_comments:
+    feeds:
+      comment:
+        comment: '%{author}द्वारा #%{changeset_id}मा नयाँ टिप्पणी'
+        commented_at_by_html: '%{user}  द्वारा  %{when} पहिले अद्यावधिक गरिएको'
+      show:
+        title_all: OpenStreetMap परिवर्वतन सूची छलफल
+        title_particular: 'OpenStreetMap परिवर्तन सूची #%{changeset_id} छलफल'
   changesets:
-    changeset_paging_nav:
-      showing_page: पृष्ठ %{page}
-      next: अर्को »
-      previous: « अघिल्लो
     changeset:
-      anonymous: बेनाम
       no_edits: (कुनै सम्पादनहरू छैनन्)
       view_changeset_details: परिवर्तनहरूको विवरण हेर्नुहोस्
-    changesets:
-      id: आईडी(ID)
-      saved_at: सुरक्षित गरिएको समय
-      user: प्रयोगकर्ता
-      comment: टिप्पणी
-      area: क्षेत्र
     index:
       title: परिवर्नहरू
       title_user: '%{user}द्वरा गरिएका परिवर्तनहरू'
@@ -403,15 +395,6 @@ ne:
     timeout:
       sorry: माफ गर्नुहोला, तपाईँले खोज्नुभएको परिवर्तनहरूको सूची प्राप्त गर्न निकै
         समय लाग्यो ।
-  changeset_comments:
-    comment:
-      comment: '%{author}द्वारा #%{changeset_id}मा नयाँ टिप्पणी'
-      commented_at_by_html: '%{user}  द्वारा  %{when} पहिले अद्यावधिक गरिएको'
-    comments:
-      comment: '%{author}द्वारा #%{changeset_id}मा नयाँ टिप्पणी'
-    index:
-      title_all: OpenStreetMap परिवर्वतन सूची छलफल
-      title_particular: 'OpenStreetMap परिवर्तन सूची #%{changeset_id} छलफल'
   dashboards:
     contact:
       km away: '%{count}किमि टाढा'
@@ -442,8 +425,6 @@ ne:
       no_entries: कुनै पनि अभिलेखहरू भेटिएनन्
     page:
       recent_entries: हालैका दैनिकीहरू
-      older_entries: पुराना अभिलेखहरू
-      newer_entries: नयाँ अभिलेखहरू
     edit:
       title: डायरी प्रविष्ठी सम्पादन गर्नुहोस्
       marker_text: डायरी प्रविष्ठी स्थान
@@ -483,8 +464,6 @@ ne:
       report: यस टिप्पणी माथि उजुरी गर्ने
     location:
       location: 'स्थान:'
-      view: अवलोकन गर्नुहोस्
-      edit: सम्पादन गर्नुहोस्
       coordinates: '%{latitude}; %{longitude}'
     feed:
       user:
@@ -506,8 +485,6 @@ ne:
       post: पोष्ट
       when: कहिले
       comment: टिप्पणी
-      newer_comments: नयाँ टिप्पणीहरू
-      older_comments: पूरानो टिप्पणीहरू
   errors:
     contact:
       contact: सम्पर्क
@@ -1025,19 +1002,16 @@ ne:
         level8: सहर सीमा
         level9: गाउँ सीमा
         level10: उपनगर सीमा
-      types:
-        cities: सहरहरू
-        towns: नगरहरू
-        places: स्थानहरू
     results:
       no_results: कुनै नतिजाहरू भेटिएनन्
       more_results: थप नतिजाहरू
   issues:
     index:
       search: खोज्नुहोस्
-      status: स्थिति
       states:
         open: खोल्नुहोस्
+    page:
+      status: स्थिति
     show:
       ignore: वेवास्ता गर्नुहाेस्
       new_reports: नयाँ प्रतिवेदनहरू
@@ -1065,23 +1039,14 @@ ne:
     edit: सम्पादन गर्नुहोस्
     history: इतिहास
     export: निर्यात गर्नुहोस्
-    data: डेटा
-    export_data: डेटा निर्यात गर्नुहोस्
     gps_traces: GPS ट्रेसहरू
-    gps_traces_tooltip: GPS ट्रेसहरू व्यवस्थापन गर्नुहोस्
     user_diaries: प्रयोगकर्ताका डायरीहरू
-    user_diaries_tooltip: प्रयोगकर्ता डायरीहरू हेर्नुहोस्
     edit_with: '%{editor} प्रयोग गरेर सम्पादन गर्नुहोस्'
-    tag_line: स्वतन्त्र र खुला विकी विश्व म्याप
     intro_header: ओपन स्ट्रिट म्यापमा स्वागत छ!
     partners_partners: समर्थकहरू
     help: सहायता
     about: बारेमा
     copyright: प्रतिलिपि अधिकार
-    community: समुदाय
-    community_blogs: समूदाय ब्लगहरू
-    make_a_donation:
-      text: दान गर्नुहोस्
     learn_more: थप जान्नुहोस्
     more: थप
   user_mailer:
@@ -1107,7 +1072,6 @@ ne:
       greeting: नमस्ते,
     changeset_comment_notification:
       hi: नमस्ते %{to_user},
-      greeting: नमस्ते,
   confirmations:
     confirm:
       button: निश्चित गर्नुहोस्
@@ -1128,7 +1092,6 @@ ne:
     message_summary:
       unread_button: नपढिएको रूपमा चिनो लगाउनुहोस्
       read_button: पढिएको रूपमा चिनो लगाउनुहोस्
-      reply_button: जवाफ दिने
       destroy_button: हटाउनुहोस्
     new:
       title: सान्देस पठाउ
@@ -1178,11 +1141,9 @@ ne:
       delete: हटाउनुहोस्
   sessions:
     new:
-      title: प्रवेश
       tab_title: प्रवेश
       password: पासवर्ड
       login_button: प्रवेश
-      register now: अहिले दर्ता गर्नुहोस्
       with external: वा तेस्रो पक्षसँग लग इन गर्नुहोस्
       or: अथवा
       auth failure: माफ गर्नुहोस्, ती विवरणहरूसँग लग इन गर्न सकिएन।
@@ -1203,9 +1164,15 @@ ne:
     richtext_field:
       edit: सम्पादन गर्नुहोस्
       preview: पूर्वावलोकन
+    pagination:
+      diary_comments:
+        older: पूरानो टिप्पणीहरू
+        newer: नयाँ टिप्पणीहरू
+      diary_entries:
+        older: पुराना अभिलेखहरू
+        newer: नयाँ अभिलेखहरू
   site:
     about:
-      next: अर्को
       local_knowledge_title: स्थानीय ज्ञान
       community_driven_title: समूदायबाट सञ्चालित
       community_driven_osm_blog: ओपनस्ट्रिटम्याप ब्लग
@@ -1299,11 +1266,8 @@ ne:
         title: स्विचटु‍ओएसएम
       wiki:
         title: ओपनस्ट्रिटम्याप विकि
-    sidebar:
-      close: बन्द गर्नुहोस्
     search:
       search: खोज्नुहोस्
-      get_directions: दिशानिर्देशन प्राप्त गर्नुहोस्
       from: बाट
       to: लाई
       submit_text: जानुहोस्
@@ -1347,7 +1311,6 @@ ne:
           summit: शिखर
           peak: शिखर
           bus_stop: बस बिसौनी
-          stop: रोक्ने
           bicycle_shop: साइकल पसल
           bicycle_rental: साइकल भाडामा
           bicycle_parking: साकल पार्किङ
@@ -1380,8 +1343,6 @@ ne:
       title: ट्रेस सम्पादन गर्दै %{name}
       heading: ट्रेस सम्पादन गर्दै %{name}
       visibility_help: यसको मतलब के हो ?
-    trace_optionals:
-      tags: ट्यागहरू
     show:
       title: हेर्दै ट्रेस %{name}
       heading: हेर्दै ट्रेस %{name}
@@ -1421,8 +1382,6 @@ ne:
       my_traces: मेरा ट्रेसहरू
     destroy:
       scheduled_for_deletion: मेट्नको लागि तालिकावद्ध गरिएको ट्रेस
-    make_public:
-      made_public: सार्वजनिक बनाइएको ट्रेस
   application:
     auth_providers:
       openid_login_button: जारी राख्ने
@@ -1442,9 +1401,6 @@ ne:
       wikipedia:
         title: विकिपिडियाकाे प्रयाेग गरि प्रवेश गर्नुहाेस्
         alt: विकिपिडिया खाताद्वारा प्रवेश गर्नुहोस्
-  oauth_clients:
-    show:
-      confirm: निश्चित हुनुहुन्छ ?
   oauth2_applications:
     index:
       name: नाम
@@ -1476,7 +1432,6 @@ ne:
       heading_ct: योगदानकर्ता सर्तहरू
       consider_pd_why: यो के हो ?
       continue: जारी राख्ने
-      decline: असहमत
       legale_names:
         france: फ्रान्स
         italy: इटाली
@@ -1513,35 +1468,22 @@ ne:
       already_has_role: प्रयोगकर्ता सँग %{role} भूमिका पहिले देखि नै छ।
       doesnt_have_role: प्रयोगर्ताको %{role}को भूमिका छैन
     grant:
-      title: भूमिका प्रदान निश्चित गर्ने
-      heading: भूमिका प्रदान निश्चित गर्ने
       are_you_sure: भूमिका `%{role}' प्रयोगकर्ता `%{name}'लाई प्रदान गर्न निश्चित
         हुनुहुन्छ?
-      confirm: निश्चित गर्नुहोस्
-      fail: भूमिका `%{role}' प्रयोगकर्ता  `%{name}'लाई प्रदान गर्न सकिएन । कृपया प्रयोगकर्ता
-        र भूमिका दुबै मान्य छन् भनि जाँच गर्नुहोस् ।
     revoke:
-      title: भूमिका फिर्ता निश्चित गर्ने
-      heading: भूमिका फिर्ता निश्चित गर्ने
       are_you_sure: तपाईँ भूमिका `%{role}' , `%{name} प्रोगकर्ताबाट फिर्ता लिने कुरामा
         निश्चित हुनुहुन्छ'?
-      confirm: निश्चित गर्नुहोस्
-      fail: भूमिका `%{role}' ,`%{name}'बाट फिर्ता लिन सकिएन । प्रोगकर्ता नाम र भूमिका
-        दुबै मान्य छन् भन्ने खुलाउनु होस् ।
   user_blocks:
     show:
       created: सृजना गरिएको
       duration: 'अवधि:'
       status: 'स्थिति:'
-      show: देखाउनुहोस्
       edit: सम्पादन गर्नुहोस्
-      revoke: रद्द गर्नुहोस्!
-      confirm: निश्चित हुनुहुन्छ ?
       reason: 'प्रतिबन्धको कारण:'
     block:
       show: देखाउनुहोस्
       edit: सम्पादन गर्नुहोस्
-    blocks:
+    page:
       creator_name: सर्जक
       status: वस्तुस्थिति
   user_mutes:
@@ -1566,6 +1508,8 @@ ne:
       comment: टिप्पणी
     new:
       title: नयाँ टिप्पणी
+    notes_paging_nav:
+      showing_page: पृष्ठ %{page}
   javascripts:
     close: बन्द गर्नुहोस्
     share:
index 3ef0a42917f64c4d8f1fd97e373f9130167a6c1d..a700cc529c468cb888b1f9fe67bc5a7884df1401 100644 (file)
@@ -102,8 +102,6 @@ nl:
   activerecord:
     errors:
       messages:
-        invalid_email_address: lijkt geen geldig e-mailadres te zijn
-        email_address_not_routable: is niet routeerbaar
         display_name_is_user_n: kan niet user_n zijn, tenzij n uw gebruikers-ID is
       models:
         user_mute:
@@ -182,7 +180,7 @@ nl:
         longitude: Lengtegraad
         public: Openbaar
         description: Beschrijving
-        gpx_file: 'GPX-bestand uploaden:'
+        gpx_file: Kies GPS-trajectbestand
         visibility: Zichtbaarheid
         tagstring: Labels
       message:
@@ -444,8 +442,7 @@ nl:
         note: opmerking
     timeout:
       title: Tijdslimiet overschreden
-      sorry: Het ophalen van de gegevens voor de %{type} met het ID %{id} duurde te
-        lang.
+      sorry: Het ophalen van de gegevens voor %{type} ID %{id} duurde te lang.
       type:
         node: knooppunt
         way: weg
@@ -483,30 +480,48 @@ nl:
       introduction: Klik op de kaart om nabije objecten te vinden.
       nearby: Objecten in de buurt
       enclosing: Omsluitende objecten
+  nodes:
+    timeout:
+      sorry: Het ophalen van de gegevens voor het ID %{id} duurde te lang.
   old_nodes:
     not_found:
       sorry: 'Sorry, knooppunt #%{id} versie %{version} kon niet worden gevonden.'
+    timeout:
+      sorry: Het ophalen van de gegevens voor knooppunt met het ID %{id} duurde te
+        lang.
+  ways:
+    timeout:
+      sorry: Het ophalen van de gegevens voor de weg met het ID %{id} duurde te lang.
   old_ways:
     not_found:
       sorry: 'Sorry, weg #%{id} versie %{version} niet kon worden gevonden.'
+    timeout:
+      sorry: Het ophalen van de geschiedenis voor de weg met het ID %{id} duurde te
+        lang.
+  relations:
+    timeout:
+      sorry: Het ophalen van de relatie met het ID %{id} duurde te lang.
   old_relations:
     not_found:
       sorry: 'Sorry, relatie #%{id} versie %{version} kon niet worden gevonden.'
+    timeout:
+      sorry: Het ophalen van de geschiedenis voor de relatie met het ID %{id} duurde
+        te lang.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Nieuwe reactie bij wijzigingenset #%{changeset_id} door %{author}'
+        commented_at_by_html: '%{when} bijgewerkt door %{user}'
+      show:
+        title_all: Overleg over een wijzigingenset van OpenStreetMap
+        title_particular: 'Overleg over wijzigingenset #%{changeset_id} van OpenStreetMap'
+      timeout:
+        sorry: Sorry, het oproepen van de lijst met wijzigingenset-opmerkingen die
+          u hebt opgevraagd duurde te lang.
   changesets:
-    changeset_paging_nav:
-      showing_page: Pagina %{page}
-      next: Volgende »
-      previous: « Vorige
     changeset:
-      anonymous: Anoniem
       no_edits: (geen bewerkingen)
       view_changeset_details: Details wijzigingenset weergeven
-    changesets:
-      id: ID
-      saved_at: Opgeslagen op
-      user: Gebruiker
-      comment: Opmerking
-      area: Gebied
     index:
       title: Wijzigingensets
       title_user: Wijzigingensets door %{user}
@@ -536,7 +551,6 @@ nl:
       title: Wijzigingenreeks %{id}
       created_by_html: Gemaakt door %{link_user} op %{created}.
     no_such_entry:
-      title: Een dergelijke wijzigingenreeks bestaat niet
       heading: 'Geen gegevens met de id: %{id}'
       body: Er is geen wijzigingenreeks met de id %{id}. Controleer uw spelling, of
         wellicht is de lijk die u hebt gevolgd foutief.
@@ -571,18 +585,6 @@ nl:
     timeout:
       sorry: Het oproepen van de lijst met wijzigingensets die u hebt opgevraagd duurde
         te lang.
-  changeset_comments:
-    comment:
-      comment: 'Nieuwe reactie bij wijzigingenset #%{changeset_id} door %{author}'
-      commented_at_by_html: '%{when} bijgewerkt door %{user}'
-    comments:
-      comment: 'Nieuwe reactie bij wijzigingenset #%{changeset_id} door %{author}'
-    index:
-      title_all: Overleg over een wijzigingenset van OpenStreetMap
-      title_particular: 'Overleg over wijzigingenset #%{changeset_id} van OpenStreetMap'
-    timeout:
-      sorry: Sorry, het oproepen van de lijst met wijzigingenset-opmerkingen die u
-        hebt opgevraagd duurde te lang.
   dashboards:
     contact:
       km away: '%{count} km verwijderd'
@@ -624,8 +626,6 @@ nl:
       no_entries: Het dagboek is leeg
     page:
       recent_entries: Recente dagboekberichten
-      older_entries: Oudere berichten
-      newer_entries: Nieuwere berichten
     edit:
       title: Dagboekbericht bewerken
       marker_text: Locatie van dagboekbericht
@@ -665,8 +665,6 @@ nl:
       report: Rapporteer deze reactie
     location:
       location: 'Locatie:'
-      view: Weergeven
-      edit: Bewerken
     feed:
       user:
         title: OpenStreetMap-dagboekberichten van %{user}
@@ -694,8 +692,6 @@ nl:
       post: Dagboekbericht
       when: Wanneer
       comment: Reactie
-      newer_comments: Nieuwere reacties
-      older_comments: Oudere reacties
     new:
       heading: Een reactie toevoegen aan de volgende dagboekaantekening?
   doorkeeper:
@@ -770,7 +766,6 @@ nl:
   geocoder:
     search:
       title:
-        results_from_html: Resultaten van %{results_link}
         latlon: Intern
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1546,10 +1541,6 @@ nl:
         level9: Dorpsgrens
         level10: Stadsdeelgrens
         level11: Grens van buurt
-      types:
-        cities: Steden
-        towns: Steden
-        places: Plaatsen
     results:
       no_results: Geen resultaten gevonden
       more_results: Meer resultaten
@@ -1559,17 +1550,22 @@ nl:
       select_status: Selecteer Status
       select_type: Selecteer Type
       select_last_updated_by: Selecteer Laatst Bijgewerkt Door
-      reported_user: Gerapporteerde Gebruiker
+      reported_user: Gerapporteerde gebruiker
       not_updated: Niet Bijgewerkt
       search: Zoeken
       search_guidance: 'Problemen zoeken:'
+      states:
+        ignored: Genegeerd
+        open: Open
+        resolved: Opgelost
+    page:
       user_not_found: Gebruiker bestaat niet
       issues_not_found: Geen dergelijke problemen gevonden
+      reported_user: Gerapporteerde gebruiker
       status: Status
       reports: Rapportages
       last_updated: Laatst Bijgewerkt
       last_updated_time_ago_user_html: '%{time_ago} door %{user}'
-      link_to_reports: Rapporten weergeven
       reports_count:
         one: '%{count} rapport'
         other: '%{count} rapporten'
@@ -1666,18 +1662,12 @@ nl:
     history: Geschiedenis
     export: Exporteren
     issues: Problemen
-    data: Gegevens
-    export_data: Gegevens exporteren
     gps_traces: Gps-trajecten
-    gps_traces_tooltip: Gps-trajecten beheren
     user_diaries: Gebruikersdagboeken
-    user_diaries_tooltip: Gebruikersdagboeken weergeven
     edit_with: Bewerken met %{editor}
-    tag_line: De vrije wikiwereldkaart
     intro_header: Welkom bij OpenStreetMap!
     intro_text: OpenStreetMap is een kaart van de wereld, gemaakt door mensen zoals
       u en vrij te gebruiken onder een open licentie.
-    intro_2_create_account: Maak een account aan
     hosting_partners_2024_html: Hosting wordt ondersteund door %{fastly}, %{corpmembers}
       en andere %{partners}.
     partners_fastly: Fastly
@@ -1689,17 +1679,10 @@ nl:
     osm_read_only: De OpenStreetMap-database kan op het moment niet gewijzigd worden
       wegens het uitvoeren van onderhoudswerkzaamheden.
     nothing_to_preview: Er is geen voorvertoning.
-    donate: Ondersteun OpenStreetMap door te %{link} aan het Hardware Upgrade-fonds.
     help: Hulp
     about: Over
     copyright: Auteursrechten
     communities: Gemeenschappen
-    community: Gemeenschap
-    community_blogs: Gemeenschapsblogs
-    community_blogs_title: Blogs van leden van de OpenStreetMap-gemeenschap
-    make_a_donation:
-      title: Steun OpenStreetMap met een donatie
-      text: Doneren
     learn_more: Meer lezen
     more: Meer
   user_mailer:
@@ -1737,17 +1720,21 @@ nl:
       befriend_them: U kunt deze gebruiker ook als vriend toevoegen op %{befriendurl}.
       befriend_them_html: U kunt deze gebruiker ook als vriend toevoegen op %{befriendurl}.
     gpx_description:
-      description_with_tags: Het ziet ernaar uit dat uw GPX-bestand %{trace_name}
-        met beschrijving %{trace_description} en de labels %{tags}
-      description_with_tags_html: Het ziet ernaar uit dat uw GPX-bestand %{trace_name}
+      description_with_tags: Het ziet ernaar uit dat uw bestand %{trace_name} met
+        beschrijving %{trace_description} en de labels %{tags}
+      description_with_tags_html: Het ziet ernaar uit dat uw bestand %{trace_name}
         met beschrijving %{trace_description} en de labels %{tags}
-      description_with_no_tags: Het ziet ernaar uit dat uw GPX-bestand %{trace_name}
-        met beschrijving %{trace_description} zonder labels
-      description_with_no_tags_html: Het ziet ernaar uit dat uw GPX-bestand %{trace_name}
+      description_with_no_tags: Het ziet ernaar uit dat uw bestand %{trace_name} met
+        beschrijving %{trace_description} zonder labels
+      description_with_no_tags_html: Het ziet ernaar uit dat uw bestand %{trace_name}
         met beschrijving %{trace_description} zonder labels
     gpx_failure:
       hi: Hallo %{to_user},
-      failed_to_import: 'is niet geïmporteerd. Hier volgt de foutmelding:'
+      failed_to_import: 'niet kon worden geïmporteerd als GPS-trajectbestand. Controleer
+        of uw bestand een geldig GPX-bestand is of een archief met GPX-bestand(en)
+        in een ondersteund formaat (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2).
+        Is er misschien een formaat- of syntaxisprobleem met uw bestand? Hier is de
+        importfout:'
       more_info: Meer informatie over mislukte GPX-imports en hoe u ze kunt vermijden,
         kunt u vinden op %{url}.
       more_info_html: Meer informatie over mislukte GPX-imports en hoe u ze kunt vermijden,
@@ -1834,7 +1821,6 @@ nl:
     changeset_comment_notification:
       description: 'OpenStreetMap-wijzigingenreeks #%{id}'
       hi: Hoi %{to_user},
-      greeting: Hallo,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} heeft gereageerd op één van uw
           wijzigingensets'
@@ -1908,7 +1894,6 @@ nl:
     message_summary:
       unread_button: Markeren als ongelezen
       read_button: Markeren als gelezen
-      reply_button: Antwoorden
       destroy_button: Verwijderen
       unmute_button: Naar Inbox verplaatsen
     new:
@@ -1925,7 +1910,6 @@ nl:
       body: Er is geen bericht met dat ID.
     outbox:
       title: Postvak UIT
-      actions: Handelingen
       messages:
         one: U hebt één verzonden bericht
         other: U hebt %{count} verzonden berichten
@@ -2027,7 +2011,6 @@ nl:
       failure: Kon het profiel niet bijwerken.
   sessions:
     new:
-      title: Aanmelden
       tab_title: Aanmelden
       login_to_authorize_html: Meld u aan bij OpenStreetMap om toegang te krijgen
         tot %{client_app_name}.
@@ -2036,7 +2019,6 @@ nl:
       remember: Aanmeldgegevens onthouden
       lost password link: Wachtwoord vergeten?
       login_button: Aanmelden
-      register now: Nu inschrijven
       with external: of meld u aan via een derde
       or: of
       auth failure: Met deze gegevens kunt u helaas niet aanmelden.
@@ -2068,9 +2050,27 @@ nl:
       edit: Bewerken
       preview: Voorvertoning
       help: Hulp
+    pagination:
+      diary_comments:
+        older: Oudere reacties
+        newer: Nieuwere reacties
+      diary_entries:
+        older: Oudere berichten
+        newer: Nieuwere berichten
+      issues:
+        older: Oudere meldingen
+        newer: Nieuwere meldingen
+      traces:
+        older: Oudere trajecten
+        newer: Nieuwere trajecten
+      user_blocks:
+        older: Oudere blokkades
+        newer: Nieuwere blokkades
+      users:
+        older: Oudere gebruikers
+        newer: Nieuwere gebruikers
   site:
     about:
-      next: Volgende
       heading_html: '%{copyright}OpenStreetMap- %{br} bijdragers'
       used_by_html: '%{name} levert kaartgegevens aan duizenden websites, mobiele
         apps en hardware-apparaten'
@@ -2305,7 +2305,7 @@ nl:
       license:
         copyright: Copyright OpenStreetMap en bijdragers, onder een open licentie
       remote_failed: Bewerken is mislukt. Zorg dat JOSM of Merkaartor is geladen en
-        dat de instelling voor Remote Control is ingeschakeld
+        dat de instelling voor afstandsbediening is ingeschakeld
     edit:
       not_public: U hebt ingesteld dat uw bewerkingen niet openbaar zijn.
       not_public_description_html: U kunt de kaart niet meer bewerken, behalve als
@@ -2313,8 +2313,6 @@ nl:
       user_page_link: gebruikerspagina
       anon_edits_link_text: Lees waarom dit het geval is.
       id_not_configured: iD is niet ingesteld
-      no_iframe_support: Uw browser ondersteunt geen iframes HTML die nodig zijn voor
-        deze functie.
     export:
       title: Exporteren
       manually_select: Handmatig een ander gebied selecteren
@@ -2420,10 +2418,8 @@ nl:
       welcome_mat: Bekijk de welkomstmat
     sidebar:
       search_results: Zoekresultaten
-      close: Sluiten
     search:
       search: Zoeken
-      get_directions: Routebeschrijving
       get_directions_title: Routebeschrijving tussen twee punten
       from: Van
       to: Naar
@@ -2504,6 +2500,9 @@ nl:
           hospital: Ziekenhuis
           building: Belangrijk gebouw
           station: Spoorwegstation
+          railway_halt: Spoorweghalte
+          subway_station: Metrostation
+          tram_stop: Tramhalte
           summit: Top
           peak: Piek
           tunnel: Tunnel
@@ -2512,7 +2511,6 @@ nl:
           destination: Bestemmingsverkeer
           construction: Weg in aanleg
           bus_stop: Bushalte
-          stop: Halte
           bicycle_shop: Fietsenwinkel
           bicycle_rental: Fietsverhuur
           bicycle_parking: Fietsenstalling
@@ -2625,8 +2623,6 @@ nl:
       visibility_help_url: https://wiki.openstreetmap.org/wiki/NL:Visibility_of_GPS_traces
     update:
       updated: Traject bijgewerkt
-    trace_optionals:
-      tags: Labels
     show:
       title: Traject %{name} weergeven
       heading: Traject %{name} aan het weergeven
@@ -2678,13 +2674,8 @@ nl:
       my_traces: Mijn trajecten
       traces_from: Openbare trajecten van %{user}
       remove_tag_filter: Labelfilter verwijderen
-    page:
-      older: Oudere trajecten
-      newer: Nieuwere trajecten
     destroy:
       scheduled_for_deletion: Traject staat op de lijst voor verwijdering
-    make_public:
-      made_public: Traject openbaar gemaakt
     offline_warning:
       message: Het systeem voor het uploaden van GPX-bestanden is momenteel niet beschikbaar
     offline:
@@ -2699,14 +2690,10 @@ nl:
         other: GPX-bestand met %{count} punten van %{user}
       description_without_count: GPX-bestand van %{user}
   application:
-    basic_auth_disabled: 'HTTP-basisauthenticatie is uitgeschakeld: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 en 1.0a zijn uitgeschakeld: %{link}'
     permission_denied: U hebt geen toestemming om toegang te krijgen tot die handeling
     require_cookies:
       cookies_needed: U hebt cookies waarschijnlijk uitgeschakeld in uw browser. Schakel
         cookies in voordat u verder gaat.
-    require_admin:
-      not_an_admin: U moet moderator zijn om deze handeling te kunnen verrichten.
     setup_user_auth:
       blocked_zero_hour: U heeft een urgente melding op de website van OpenStreetMap.
         U moet het bericht lezen voordat u uw wijzigingen op kunt slaan.
@@ -2717,7 +2704,6 @@ nl:
         niet te onderschijven, maar moet ze wel gezien hebben.
     settings_menu:
       account_settings: Accountinstellingen
-      oauth1_settings: OAuth 1 instellingen
       oauth2_applications: OAuth 2 toepassingen
       oauth2_authorizations: OAuth 2 autorisaties
       muted_users: Gedempte gebruikers
@@ -2743,30 +2729,6 @@ nl:
         title: Aanmelden met Wikipedia
         alt: Wikipedia-logo
   oauth:
-    authorize:
-      title: Geef toegang tot uw account
-      request_access_html: De toepassing %{app_name} vraagt toegang tot uw account
-        %{user}. Controleer of u deze toepassing de volgende mogelijkheden wilt bieden.
-        U kunt zoveel of zo weinig rechten toewijzen als u wilt.
-      allow_to: 'De clienttoepassing de volgende rechten geven:'
-      allow_read_prefs: uw gebruikersvoorkeuren lezen.
-      allow_write_prefs: uw gebruikersvoorkeuren wijzigen.
-      allow_write_diary: dagboekberichten schrijven, reacties geven en vrienden maken
-      allow_write_api: de kaart wijzigen.
-      allow_read_gpx: uw persoonlijke gps-trajecten lezen
-      allow_write_gpx: Gps-trajecten uploaden
-      allow_write_notes: opmerkingen wijzigen.
-      grant_access: Toegang verlenen
-    authorize_success:
-      title: Autorisatieaanvraag toegestaan
-      allowed_html: U hebt de toepassing %{app_name} toegang verleend tot uw account.
-      verification: De controlecode is %{code}.
-    authorize_failure:
-      title: De autorisatieaanvraag is mislukt.
-      denied: U hebt de toepassing %{app_name} toegang tot uw account geweigerd.
-      invalid: Het autorisatietoken is niet geldig.
-    revoke:
-      flash: U hebt het token voor %{application} ingetrokken
     permissions:
       missing: U heeft niet toegestaan dat de toepassing toegang heeft tot dit kenmerk.
     scopes:
@@ -2786,48 +2748,6 @@ nl:
     for_roles:
       moderator: Deze toestemming geldt alleen voor acties die alleen toegankelijk
         zijn voor moderators
-  oauth_clients:
-    new:
-      title: Nieuwe toepassing registreren
-      disabled: Registratie van OAuth 1 applicaties is uitgeschakeld
-    edit:
-      title: Uw toepassing bewerken
-    show:
-      title: OAuth-gegevens voor %{app_name}
-      key: 'Gebruikerssleutel:'
-      secret: 'Gebruikersgeheim:'
-      url: 'URL voor tokenverzoek:'
-      access_url: 'URL voor toegangstoken:'
-      authorize_url: 'URL voor autorisatie:'
-      support_notice: HMAC-SHA-1- (aangeraden) en RSA-SHA1-handtekeningen worden ondersteund.
-      edit: Details bewerken
-      delete: Client verwijderen
-      confirm: Weet u het zeker?
-      requests: 'Van de gebruiker worden de volgende rechten gevraagd:'
-    index:
-      title: Mijn OAuth-gegevens
-      my_tokens: Mijn geautoriseerde toepassingen
-      list_tokens: 'De volgende tokens zijn op uw naam voor toepassingen uitgegeven:'
-      application: Naam toepassing
-      issued_at: Uitgegeven op
-      revoke: Intrekken!
-      my_apps: Mijn client-toepassingen
-      no_apps_html: Heeft u een toepassing die u wilt registreren met de %{oauth}-standaard?
-        Dan moet u uw webtoepassing registreren voordat u OAuth-verzoeken naar deze
-        dienst kunt maken.
-      oauth: OAuth
-      registered_apps: 'U hebt de onderstaande client-toepassingen geregistreerd:'
-      register_new: Uw toepassing registreren
-    form:
-      requests: 'De volgende toegang van gebruikers vragen:'
-    not_found:
-      sorry: Die %{type} kon helaas niet worden gevonden.
-    create:
-      flash: De informatie is succesvol geregistreerd
-    update:
-      flash: De informatie voor de client is bijgewerkt
-    destroy:
-      flash: Registratie van de client-toepassing verwijderd
   oauth2_applications:
     index:
       title: Mijn client-toepassingen
@@ -2907,8 +2827,6 @@ nl:
         privacy_policy: privacybeleid
         privacy_policy_title: OSMF-privacybeleid, met een kopje over e-mailadressen
         contributor_terms: bijdragevoorwaarden
-      tou: gebruiksvoorwaarden
-      external auth: 'Authenticatie van derden:'
       continue: Registreren
       terms accepted: Dank u wel voor het aanvaarden van de nieuwe bijdragersovereenkomst!
       email_help:
@@ -2942,7 +2860,7 @@ nl:
       readable_summary: voor mensen leesbare samenvatting
       informal_translations: informele vertalingen
       continue: Doorgaan
-      decline: Weigeren
+      cancel: Annuleren
       you need to accept or decline: Lees de nieuwe Bijdragersvoorwaarden en besluit
         daarna deze te accepteren of te verwerpen voordat u door kunt gaan.
       legale_select: 'Selecteer het land waarin u woont:'
@@ -3029,8 +2947,6 @@ nl:
       summary_no_ip_html: '%{name} aangemaakt op %{date}'
       empty: Geen gebruikers gevonden
     page:
-      older: Oudere gebruikers
-      newer: Nieuwere gebruikers
       found_users:
         one: '%{count} gebruiker gevonden'
         other: '%{count} gebruikers gevonden'
@@ -3066,21 +2982,11 @@ nl:
       not_revoke_admin_current_user: Kan administratorrol van de huidige gebruiker
         niet laten vallen.
     grant:
-      title: Toekennen rechten bevestigen
-      heading: Toekennen rechten bevestigen
       are_you_sure: Weet u zeker dat u de rol "%{role}" aan gebruiker "%{name}" wilt
         toekennen?
-      confirm: Bevestigen
-      fail: Het was niet mogelijk de rol "%{role}" aan gebruiker "%{name}" toe te
-        kennen. Controleer of de gebruikersnaam en rolnaam correct waren.
     revoke:
-      title: Intrekken rechten bevestigen
-      heading: Intrekken rechten bevestigen
       are_you_sure: Weet u zeker dat u de rol "%{role}" van gebruiker "%{name}" wilt
         intrekken?
-      confirm: Bevestigen
-      fail: Het was niet mogelijk de rol "%{role}" voor gebruiker "%{name}" in te
-        trekken. Controleer of de gebruikersnaam en rolnaam correct waren.
   user_blocks:
     model:
       non_moderator_update: U moet moderator zijn om een blokkade te kunnen instellen
@@ -3099,6 +3005,7 @@ nl:
       heading_html: Blokkade voor %{name} bijwerken
       period: Hoe lang, per nu, moet de gebruiker worden uitgesloten van het gebruik
         van de API?
+      revoke: Blokkade intrekken
     filter:
       block_period: De duur van de blokkade moet één van de waarden in het menu zijn.
     create:
@@ -3106,21 +3013,17 @@ nl:
     update:
       only_creator_can_edit: Alleen de moderator die deze blokkade heeft ingesteld
         kan wijzigingen aanbrengen.
+      only_creator_can_edit_without_revoking: Alleen de moderator die deze blokkade
+        heeft ingesteld kan er zonder intrekken wijzigingen in aanbrengen.
       only_creator_or_revoker_can_edit: Alleen de moderator die deze blokkade heeft
         ingesteld of ingetrokken kan wijzigingen aanbrengen.
+      inactive_block_cannot_be_reactivated: Deze blokkade is inactief en kan niet
+        opnieuw worden geactiveerd.
       success: De blokkade is bijgewerkt.
     index:
       title: Gebruikersblokkades
       heading: Lijst met gebruikersblokkades
       empty: Er zijn nog geen blokkades ingesteld.
-    revoke:
-      title: Blokkade voor %{block_on} intrekken
-      heading_html: Blokkade voor %{block_on} door %{block_by} intrekken
-      time_future_html: Deze blokkade vervalt over %{time}.
-      past_html: De blokkade is %{time} vervallen en kan nu niet ingetrokken worden.
-      confirm: Weet u zeker dat u deze blokkade wilt intrekken?
-      revoke: Intrekken
-      flash: Deze blokkade is ingetrokken.
     revoke_all:
       title: Alle blokkeringen op %{block_on} intrekken
       heading_html: Alle blokkeringen op %{block_on} intrekken
@@ -3167,26 +3070,19 @@ nl:
       created: 'Aangemaakt:'
       duration: 'Tijdsduur:'
       status: 'Status:'
-      show: Weergeven
       edit: Bewerken
-      revoke: Intrekken
-      confirm: Weet u het zeker?
       reason: 'Reden voor blokkade:'
       revoker: 'Ingetrokken door:'
-      needs_view: De gebruiker moet zich aanmelden voordat deze blokkade wordt verwijderd.
     block:
       not_revoked: (niet ingetrokken)
       show: Weergeven
       edit: Bewerken
-      revoke: Intrekken
-    blocks:
+    page:
       display_name: Geblokkeerde gebruiker
       creator_name: Auteur
       reason: Reden voor blokkade
       status: Status
       revoker_name: Ingetrokken door
-      older: Oudere blokkades
-      newer: Nieuwere blokkades
     navigation:
       all_blocks: Alle blokkades
       blocks_on_me: Blokkades voor u
@@ -3194,6 +3090,7 @@ nl:
       blocks_by_me: Blokkades door u
       blocks_by_user: Blokkades door %{user}
       block: 'Blokkade #%{id}'
+      new_block: Nieuwe blokkade
   user_mutes:
     index:
       title: Gedempte gebruikers
@@ -3231,6 +3128,11 @@ nl:
       description: Beschrijving
       created_at: Aangemaakt op
       last_changed: Laatste wijziging
+      apply: Toepassen
+      all: Alle
+      open: Open
+      closed: Gesloten
+      status: Status
     show:
       title: 'Opmerking: %{id}'
       description: Beschrijving
@@ -3250,6 +3152,9 @@ nl:
       coordinates_html: '%{latitude}; %{longitude}'
       anonymous_warning: In deze opmerking staan reacties van anonieme gebruikers
         die moeten worden gecontroleerd.
+      discussion: Overleg
+      subscribe: Abonneren
+      unsubscribe: Uitschrijven
       hide: Verbergen
       resolve: Oplossen
       reactivate: Opnieuw activeren
@@ -3276,6 +3181,10 @@ nl:
         werken. Vul hier dus geen persoonlijke informatie in, en ook geen informatie
         uit kaarten of telefoonboeken waar auteursrechtelijke bescherming op rust.
       add: Opmerking toevoegen
+    notes_paging_nav:
+      showing_page: Pagina %{page}
+      next: Volgende
+      previous: Vorige
   javascripts:
     close: Sluiten
     share:
@@ -3297,7 +3206,7 @@ nl:
       center_marker: Kaart centreren op de marker
       paste_html: Kopieer de HTML-code en voeg deze toe aan uw website
       view_larger_map: Grotere kaart weergeven
-      only_standard_layer: Alleen de lagen Standaard, Fietskaart en Transportlagen
+      only_standard_layer: Alleen de lagen Standaard, Fietskaart en Transportkaart
         kunnen worden geëxporteerd als afbeelding
     embed:
       report_problem: Een probleem melden
@@ -3469,6 +3378,7 @@ nl:
       empty: Geen weer te geven redigeringen.
       heading: Lijst met redigeringen
       title: Lijst met redigeringen
+      new: Nieuwe redactie
     new:
       heading: Gegevens voor nieuwe redigering invoeren
       title: Aanmaak van een nieuwe redigering
index fe48a37779ba63062371beab6c3b9af0b3bf0f0c..c8c922764c9e80c6bed75b5617f84cb44540df4d 100644 (file)
@@ -3,7 +3,6 @@
 # Export driver: phpyaml
 # Author: 6400
 # Author: Abaksle
-# Author: Amire80
 # Author: Bjorni
 # Author: Danieldegroot2
 # Author: Dimitar
@@ -56,10 +55,6 @@ nn:
         create: Opprett blokkering
         update: Oppdater blokkering
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: ser ikkje ut til å vere ei gyldig e-postadresse
-        email_address_not_routable: kan ikkje rutast
     models:
       acl: Tilgangskontrolliste
       changeset: Endringssett
@@ -387,21 +382,20 @@ nn:
       introduction: Klikk på kartet for å visa objekt i nærleiken.
       nearby: Nærliggjande objekt
       enclosing: Omgjevande objekt
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Ny kommentar til endringssett #%{changeset_id} av %{author}'
+        commented_at_by_html: Oppdatert %{when} av %{user}
+      show:
+        title_all: Endringssettdiskusjon hjå OpenStreetMap
+        title_particular: Diskusjon om endringssett %{changeset_id} hjå OpenStreetMap
+      timeout:
+        sorry: Lista over kommentarar til endringssett tok for lang tid å henta.
   changesets:
-    changeset_paging_nav:
-      showing_page: Side %{page}
-      next: Neste »
-      previous: « Førre
     changeset:
-      anonymous: Anonym
       no_edits: (ingen redigeringar)
       view_changeset_details: Vis detaljar for endringssett
-    changesets:
-      id: ID
-      saved_at: Lagra
-      user: Brukar
-      comment: Kommentar
-      area: Område
     index:
       title: Endringssett
       title_user: Endringssett av %{user}
@@ -449,17 +443,6 @@ nn:
       relations_paginated: Samhøve (%{x}–%{y} av %{count})
     timeout:
       sorry: Lista over endringssett du ba om tok for lang tid å hente.
-  changeset_comments:
-    comment:
-      comment: 'Ny kommentar til endringssett #%{changeset_id} av %{author}'
-      commented_at_by_html: Oppdatert %{when} av %{user}
-    comments:
-      comment: 'Ny kommentar til endringssett #%{changeset_id} av %{author}'
-    index:
-      title_all: Endringssettdiskusjon hjå OpenStreetMap
-      title_particular: Diskusjon om endringssett %{changeset_id} hjå OpenStreetMap
-    timeout:
-      sorry: Lista over kommentarar til endringssett tok for lang tid å henta.
   dashboards:
     contact:
       km away: '%{count}km unna'
@@ -501,8 +484,6 @@ nn:
       no_entries: Ingen oppføringar i dagboka
     page:
       recent_entries: Nye oppføringer i dagboka
-      older_entries: Eldre oppføringar
-      newer_entries: Nyare oppføringar
     edit:
       title: Rediger dagbokoppføring
       marker_text: Stad for dagbokoppføring
@@ -539,8 +520,6 @@ nn:
       report: Rapporter denne kommentaren
     location:
       location: 'Stad:'
-      view: Vis
-      edit: Endra
     feed:
       user:
         title: Oppføringar i OpenStreetMap-dagboka frå %{user}
@@ -561,8 +540,6 @@ nn:
       post: Oppføring
       when: Når
       comment: Kommentar
-      newer_comments: Nyare kommentarar
-      older_comments: Eldre kommentarar
   friendships:
     make_friend:
       heading: Legg til %{user} som ein ven?
@@ -580,7 +557,6 @@ nn:
   geocoder:
     search:
       title:
-        results_from_html: Resultata frå %{results_link}
         latlon: Intern
     search_osm_nominatim:
       prefix:
@@ -1351,10 +1327,6 @@ nn:
         level9: Landsbygrense
         level10: Forstadsgrense
         level11: Grannelagsgrense
-      types:
-        cities: Byar
-        towns: Småbyar
-        places: Stader
     results:
       no_results: Ingen resultat funne
       more_results: Fleire resultat
@@ -1368,21 +1340,21 @@ nn:
       not_updated: Ikkje oppdatert
       search: Søk
       search_guidance: 'Søk blant saker:'
+      states:
+        ignored: Sett bort frå
+        open: Open
+        resolved: Løyst
+    page:
       user_not_found: Brukaren finst ikkje
       issues_not_found: Ingen slike saker funne
       status: Stode
       reports: Meldingar
       last_updated: Sist oppdatert
       last_updated_time_ago_user_html: '%{time_ago} av %{user}'
-      link_to_reports: Sjå meldingar
       reports_count:
         one: '%{count} melding'
         other: '%{count} meldingar'
       reported_item: Meld objekt
-      states:
-        ignored: Sett bort frå
-        open: Open
-        resolved: Løyst
     show:
       title: '%{status} Sak #%{issue_id}'
       reports:
@@ -1466,18 +1438,12 @@ nn:
     history: Historikk
     export: Eksporter
     issues: Problem
-    data: Data
-    export_data: Eksportar data
     gps_traces: GPS-spor
-    gps_traces_tooltip: Handsam GPS-spor
     user_diaries: Brukardagbok
-    user_diaries_tooltip: Vis brukaren si dagbok
     edit_with: Rediger med %{editor}
-    tag_line: Fritt Wiki-verdenskart
     intro_header: Velkomen til OpenStreetMap!
     intro_text: OpenStreetMap er eit verdskart, laga av folk som deg. Kartet er gratis
       å bruke under ein open lisens.
-    intro_2_create_account: Opprett ein brukarkonto
     partners_fastly: Fastly
     partners_partners: partnarar
     tou: Bruksvilkår
@@ -1485,18 +1451,10 @@ nn:
       vedlikeholdsarbeid vert utført.
     osm_read_only: OpenStreetMap kan ikkje redigerast akkurat no, på grunn av nødvendig
       vedlikehaldsarbeid.
-    donate: Støytt OpenStreetMap ved %{link} til Hardware Upgrade Fund (eit fond for
-      maskinvareoppgraderinger).
     help: Hjelp
     about: Om
     copyright: Opphavsrett
     communities: Fellesskap
-    community: Samfunnet
-    community_blogs: Bloggar
-    community_blogs_title: Bloggar frå medlemmane i OpenStreetMap-felleskapet
-    make_a_donation:
-      title: Støtt OpenStreetMap med ei pengegåve
-      text: Gje pengegåve
     learn_more: Les meir
     more: Meir
   user_mailer:
@@ -1606,7 +1564,6 @@ nn:
       details_html: Fleire detaljar om merknaden finst på %{url}.
     changeset_comment_notification:
       hi: Hei %{to_user},
-      greeting: Hei,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} har kommentert eitt av endringssetta
           dine'
@@ -1679,7 +1636,6 @@ nn:
     message_summary:
       unread_button: Marker som ulese
       read_button: Marker som lese
-      reply_button: Svar
       destroy_button: Slett
     new:
       title: Send melding
@@ -1778,14 +1734,12 @@ nn:
       failure: Kunne ikkje oppdatera profilen.
   sessions:
     new:
-      title: Logg inn
       tab_title: Logg inn
       email or username: 'E-postadresse eller brukarnamn:'
       password: 'Passord:'
       remember: Hugs meg
       lost password link: Mista passordet ditt?
       login_button: Logg inn
-      register now: Registrer deg no
       with external: 'Alternativt kan du bruke ein tredjepart til å logge inn:'
       auth failure: Beklagar, kunne ikkje logge inn med den informasjonen
     destroy:
@@ -1815,9 +1769,18 @@ nn:
     richtext_field:
       edit: Endra
       preview: Førehandsvising
+    pagination:
+      diary_comments:
+        older: Eldre kommentarar
+        newer: Nyare kommentarar
+      diary_entries:
+        older: Eldre oppføringar
+        newer: Nyare oppføringar
+      traces:
+        older: Eldre spor
+        newer: Nyare spor
   site:
     about:
-      next: Neste
       heading_html: '%{copyright}OpenStreetMap-%{br}bidragsytarane'
       used_by_html: '%{name} leverer kartdata til tusenvis av nettstadar, mobilappar
         og maskinvare-einingar'
@@ -2020,8 +1983,6 @@ nn:
       user_page_link: brukarside
       anon_edits_link_text: Finn ut kvifor dette er tilfellet.
       id_not_configured: iD er ikkje konfigurert
-      no_iframe_support: Nettlesaren din støttar ikkje HTML iframes som er naudsynt
-        for denne eigenskapen.
     export:
       title: Eksporter
       manually_select: Vel eit anna område manuelt
@@ -2098,10 +2059,8 @@ nn:
       title: Spørsmål?
     sidebar:
       search_results: Søkjeresultat
-      close: Lukk
     search:
       search: Søk
-      get_directions: Få køyrerettleiing
       get_directions_title: Finn vegen mellom to punkt
       from: Frå
       to: Til
@@ -2201,8 +2160,6 @@ nn:
       title: Redigerer spor %{name}
       heading: Redigerer spor %{name}
       visibility_help: kva tyder dette?
-    trace_optionals:
-      tags: Merkelappar
     show:
       title: Viser spor %{name}
       heading: Viser spor %{name}
@@ -2239,13 +2196,8 @@ nn:
       description: Vis siste opplasta GPS loggar
       tagged_with: merkte med %{tags}
       upload_trace: Last opp eit GPS-spor
-    page:
-      older: Eldre spor
-      newer: Nyare spor
     destroy:
       scheduled_for_deletion: Spor planlagt sletta
-    make_public:
-      made_public: Spor gjort offentleg
     offline_warning:
       message: Systemet for opplasting av GPX-filer er ikkje tilgjengeleg for augneblunken.
     offline:
@@ -2285,71 +2237,6 @@ nn:
       wikipedia:
         title: Logg inn med Wikipedia
         alt: Logg inn med ein Wikipedia-konto
-  oauth:
-    authorize:
-      title: Autoriser tilgang til kontoen din
-      request_access_html: Applikasjonen %{app_name} ber om tilgjenge til kontoen
-        din, %{user}. Sjekk om du vil at applikasjonen skal ha følgjande løyve. Du
-        kan velje så mange eller så få som du vil.
-      allow_to: 'Gje programmet lov til å:'
-      allow_read_prefs: lese brukarinnstillingane dine.
-      allow_write_prefs: endre brukarinnstillingane dine
-      allow_write_diary: opprette dagbokoppføringar, kommentarar og finne venner.
-      allow_write_api: endre kartet.
-      allow_read_gpx: lese dine private GPS-spor.
-      allow_write_gpx: laste opp GPS-spor.
-      allow_write_notes: endre notisar.
-      grant_access: Gje tilgang
-    authorize_success:
-      title: Autorisasjonsførespurnad tillaten
-      allowed_html: Du har gitt programmet %{app_name} tilgang til kontoen din.
-      verification: Stadfestingskoden er %{code}.
-    authorize_failure:
-      title: Mislykka førespurnad om autorisering
-      denied: Du har nekta programmet %{app_name} tilgang til kontoen din.
-      invalid: Autoriseringsnykelen (token) er ikkje gyldig.
-    revoke:
-      flash: Du sletta nøkkelen for %{application}
-  oauth_clients:
-    new:
-      title: Registrer ein ny applikasjon
-    edit:
-      title: Rediger programvara di
-    show:
-      title: OAuth-detaljar for %{app_name}
-      key: 'Forbrukarnøkkel:'
-      secret: 'Forbrukarhemmelegheit:'
-      url: 'URL for forespørelsnøkkel:'
-      access_url: URL for tilgangensnøkkel
-      authorize_url: 'Godkjenn URL:'
-      support_notice: Me støttar HMAC-SHA1 (tilrådt) og RSA-SHA1 signaturar.
-      edit: Rediger detaljar
-      delete: Ta bort klient
-      confirm: Er du sikker?
-      requests: 'Ber om følgjande løyve frå brukaren:'
-    index:
-      title: Mine OAuth-detaljar
-      my_tokens: Dei autoriserte applikasjonane mine
-      list_tokens: 'Følgjande nøklar er utskrivne til program i namnet ditt:'
-      application: Programnamn
-      issued_at: Utskrive
-      revoke: Tilbakekall!
-      my_apps: Mine klientapplikasjoner
-      no_apps_html: Har du eit program som du vil registrere for bruk med oss gjennom
-        %{oauth}-standarden? Då må du først registrere ditt nettprogram før det kan
-        gjere OAuth-førespurnader til denne tenesta.
-      registered_apps: 'Du har registrert følgjande klientapplikasjoner:'
-      register_new: Registrer applikasjonen din
-    form:
-      requests: 'Be om følgjande løyve frå brukaren:'
-    not_found:
-      sorry: Klarte ikkje finne den %{type}-en.
-    create:
-      flash: Vellukka registrering av informasjonen
-    update:
-      flash: Oppdaterte klientinformasjonen
-    destroy:
-      flash: Øydelagt klientapplikasjonsregistreringen
   oauth2_applications:
     new:
       title: Registrer ein ny applikasjon
@@ -2370,8 +2257,6 @@ nn:
       consider_pd: I tillegg til den ovannemnde avtala ansar eg bidraga mine for å
         vere i public domain
       consider_pd_why: kva er dette?
-      consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_i_want_my_contributions_to_be_public_domain
-      decline: Avslå
       you need to accept or decline: Les og deretter anten godta eller avslå dei nye
         bidragsytervilkåra for å halde fram.
       legale_select: 'Vel ditt bostedsland:'
@@ -2454,20 +2339,10 @@ nn:
       already_has_role: Brukaren har allereie rollen %{role}.
       doesnt_have_role: Brukaren har ikkje rollen %{role}.
     grant:
-      title: Stadfest rolletildeling
-      heading: Stadfest rolletildeling
       are_you_sure: Er du sikker på at du vil gje rollen `%{role}' til brukaren `%{name}'?
-      confirm: Stadfest
-      fail: Kunne ikkje gje rollen "%{role}" til brukar "%{name}". Sjekk at brukaren
-        og rollen er gyldig.
     revoke:
-      title: Stadfest fjerning av rolle
-      heading: Stadfest fjerning av rolle
       are_you_sure: Er du sikker på at du vil fjerne rollen "%{role}" frå brukaren
         "%{name}"?
-      confirm: Stadfest
-      fail: Kunne ikkje fjerne rollen "%{role}" frå brukar "%{name}". Sjekk at nytter
-        og rolle er gyldig.
   user_blocks:
     model:
       non_moderator_update: Må vere ein moderator for å opprette eller oppdatere ei
@@ -2497,14 +2372,6 @@ nn:
       title: Brukerblokkeringer
       heading: Liste over brukarblokkeringar
       empty: Ingen blokkeringar har vorte utførde enno.
-    revoke:
-      title: Tilbakekaller blokkering på %{block_on}
-      heading_html: Tilbakekaller blokkering på %{block_on} av %{block_by}
-      time_future_html: Denne blokkeringa endar i %{time}
-      past_html: Denne blokkeringa enda %{time} sidan og kan ikkje tilbakekalles no.
-      confirm: Er du sikker på at du vil tilbakekalle denne blokkeringa?
-      revoke: Tilbakekall!
-      flash: Denne blokkeringa har vorte tilbakekalt.
     helper:
       time_future_html: Sluttar om %{time}.
       until_login: Aktiv inntil brukaren loggar inn.
@@ -2528,19 +2395,14 @@ nn:
       heading_html: '%{block_on} blokkert av %{block_by}'
       created: Oppretta
       status: Status
-      show: Vis
       edit: Rediger
-      revoke: Tilbakekall!
-      confirm: Er du sikker?
       reason: 'Årsak for blokkering:'
       revoker: 'Tilbakekaller:'
-      needs_view: Brukaren må logge inn før denne blokkeringa vert fjerna.
     block:
       not_revoked: (ikkje tilbakekalt)
       show: Vis
       edit: Rediger
-      revoke: Tilbakekall!
-    blocks:
+    page:
       display_name: Blokkert brukar
       creator_name: Oppretta av
       reason: Årsak for blokkering
@@ -2572,6 +2434,8 @@ nn:
     new:
       title: Ny merknad
       add: Legg til merknad
+    notes_paging_nav:
+      showing_page: Side %{page}
   javascripts:
     close: Lat att
     share:
index 7e906c597f3d6fc9f2d4c1619a2733c7dbc50f8e..01ac78d5296dba0e89c493b056aec31e5108e939 100644 (file)
@@ -42,10 +42,6 @@ nqo:
         create: ߘߏߙߊ ߘߏ߫ ߛߌ߲ߘߌ߫
         update: ߘߏߙߊ ߘߏ߫ ߟߊߦߟߍ߬
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: ߊ߬ ߡߊ߫ ߓߐ߫ ߦߏ߫ ߢ:ߞߏ߲ߘߏ ߛߊ߲߬ߓߊ߬ߕߐ߮ ߓߍ߲߬ߣߍ߲ ߠߋ߬
-        email_address_not_routable: ߊ߬ ߕߍ߫ ߛߙߊ߬ߕߊ߫ ߘߌ߫
     models:
       acl: ߞߣߐ߬ߜߍ߲߬ ߛߙߍߘߍ ߟߊߛߐ߬ߘߐ߲߫
       changeset: ߟߊ߬ߘߏ߲߬ߠߌ߲ ߡߊߝߊ߬ߟߋ߲߫
@@ -354,21 +350,23 @@ nqo:
       introduction: ߡߊߔ ߛߐ߲߬ߞߌ߲߫ ߞߊ߬ ߌ ߡߊߛߘߎ߬ߧߊ߬ ߟߊߓߊ߯ߙߊߟߌ ߟߎ߫ ߢߌߣߌ߲߫.
       nearby: ߕߙߐ߬ߝߍ߬ ߟߊߓߊ߯ߙߊߟߌ
       enclosing: ߟߊ߬ߓߊ߰ߙߊ߬ߟߌ߫ ߡߊߛߎ߬ߘߎ߲߬ߧߊ߬ߣߍ߲ ߠߎ߬
+  changeset_comments:
+    feeds:
+      comment:
+        comment: ߞߊ߲߬ߞߎ߬ߡߊ߬ ߞߎߘߊ߫ ߦߋ߫ ߡߊ߬ߦߟߍ߬ߡߊ߲߬ߠߌ߲߬ ߠߊߞߊ߬ߝߏ߬ߣߍ߲ %{changeset_id}
+          %{author} ߓߟߏ߫
+        commented_at_by_html: ߊ߬ ߟߊߘߎߘߦߊߣߍ߲߫ ߦߋ߫ %{when} ߊ߬ ߣߌ߫ %{user} ߓߟߏ߫
+      show:
+        title_all: ߏߔߌ߲ߛߑߕߙߌߕߑߡߊߔ ߡߊ߬ߦߟߍ߬ߡߊ߲߬ߠߌ߲߫ ߞߙߎ ߘߊߘߐߖߊߥߏ
+        title_particular: ߏߔߌ߲ߛߑߕߙߌߕߑߡߊߔ ߡߊ߬ߦߟߍ߬ߡߊ߲߬ߠߌ߲߬ ߠߊߞߊ߬ߝߏ߬ߣߍ߲ %{changeset_id}
+          ߘߊߘߐߖߊߥߏ
+      timeout:
+        sorry: ߤߊߞߍ߬ߕߏ߫߸ ߡߊ߬ߦߟߍ߬ߡߊ߲߬ߠߌ߲߬ ߠߊߞߊ߬ߝߏ߬ߣߍ߲ ߞߊ߲߬ߞߎߡߊ ߛߙߍߘߍ ߡߍ߲ ߡߊߢߌߣߌ߲ ߦߴߌ
+          ߘߐ߫ ߌ ߓߟߏ߫߸ ߊ߬ ߓߘߊ߫ ߥߛߎ߬ ߖߊ߲߬ߓߊ ߟߋ߬ ߞߵߊ߬ ߡߊߛߐ߬ߘߐ߲ ߘߐ߫.
   changesets:
-    changeset_paging_nav:
-      showing_page: ߞߐߜߍ %{page}
-      next: ߟߊ߬ߕߎ߲߰ߠߊ»
-      previous: ߟߊ߬ߕߎ߲߰ߠߊ ߟߎ߬
     changeset:
-      anonymous: ߕߐ߯ߒߕߊ߲
       no_edits: (ߡߊ߬ߦߟߍ߬ߡߊ߲߬ߠߌ߲߬ ߕߴߦߋ߲߬)
       view_changeset_details: ߟߊ߬ߘߏ߲߬ߠߌ߲ ߡߊ߬ߝߊ߬ߟߋ߲߬ߠߌ߲ ߝߊߙߊ߲ߝߊ߯ߛߟߌ ߘߐߜߍ߫
-    changesets:
-      id: ID
-      saved_at: ߊ߬ ߓߘߊ߫ ߟߊߞߎ߲߬ߘߎ߫
-      user: ߟߊ߬ߓߊ߰ߙߊ߬ߟߊ
-      comment: ߡߙߌߣߊ߲
-      area: ߦߙߐ
     index:
       title: ߟߊ߬ߘߏ߲߬ߠߌ߲ ߠߎ߬ ߡߊߝߊ߬ߟߋ߲߫
       title_user: '%{user} ߓߘߊ߫ ߟߊ߬ߘߏ߲߬ߠߌ߲ ߡߊߝߊ߬ߟߋ߲߫'
@@ -417,21 +415,6 @@ nqo:
     timeout:
       sorry: ߤߊߞߍ߬ߕߏ߫߸ ߡߊ߬ߦߟߍ߬ߡߊ߲߬ߠߌ߲߬ ߠߊߞߊ߬ߝߏ߬ߣߍ߲ ߛߙߍߘߍ ߡߍ߲ ߡߊߢߌߣߌ߲ ߦߴߌ ߘߐ߫ ߌ ߓߟߏ߫߸
         ߊ߬ ߓߘߊ߫ ߥߛߎ߬ ߖߊ߲߬ߓߊ ߟߋ߬ ߕߵߊ߬ ߡߊߛߐ߬ߘߐ߲ ߘߐ߫.
-  changeset_comments:
-    comment:
-      comment: ߞߊ߲߬ߞߎ߬ߡߊ߬ ߞߎߘߊ߫ ߦߋ߫ ߡߊ߬ߦߟߍ߬ߡߊ߲߬ߠߌ߲߬ ߠߊߞߊ߬ߝߏ߬ߣߍ߲ %{changeset_id} %{author}
-        ߓߟߏ߫
-      commented_at_by_html: ߊ߬ ߟߊߘߎߘߦߊߣߍ߲߫ ߦߋ߫ %{when} ߊ߬ ߣߌ߫ %{user} ߓߟߏ߫
-    comments:
-      comment: ߞߊ߲߬ߞߎ߬ߡߊ߬ ߞߎߘߊ߫ ߦߋ߫ ߡߊ߬ߦߟߍ߬ߡߊ߲߬ߠߌ߲߬ ߠߊߞߊ߬ߝߏ߬ߣߍ߲ %{changeset_id} ߠߊ߫
-        %{author} ߓߟߏ߫
-    index:
-      title_all: ߏߔߌ߲ߛߑߕߙߌߕߑߡߊߔ ߡߊ߬ߦߟߍ߬ߡߊ߲߬ߠߌ߲߫ ߞߙߎ ߘߊߘߐߖߊߥߏ
-      title_particular: ߏߔߌ߲ߛߑߕߙߌߕߑߡߊߔ ߡߊ߬ߦߟߍ߬ߡߊ߲߬ߠߌ߲߬ ߠߊߞߊ߬ߝߏ߬ߣߍ߲ %{changeset_id}
-        ߘߊߘߐߖߊߥߏ
-    timeout:
-      sorry: ߤߊߞߍ߬ߕߏ߫߸ ߡߊ߬ߦߟߍ߬ߡߊ߲߬ߠߌ߲߬ ߠߊߞߊ߬ߝߏ߬ߣߍ߲ ߞߊ߲߬ߞߎߡߊ ߛߙߍߘߍ ߡߍ߲ ߡߊߢߌߣߌ߲ ߦߴߌ
-        ߘߐ߫ ߌ ߓߟߏ߫߸ ߊ߬ ߓߘߊ߫ ߥߛߎ߬ ߖߊ߲߬ߓߊ ߟߋ߬ ߞߵߊ߬ ߡߊߛߐ߬ߘߐ߲ ߘߐ߫.
   dashboards:
     contact:
       km away: ߞߎߘߍ %{count} ߝߏ߬ߣߊ߲ ߠߊ߫
@@ -468,8 +451,6 @@ nqo:
       no_entries: ߕߋ߬ߟߋ߲ ߟߊ߬ߘߏ߲߬ߠߌ߲߬ߣߐ߬ ߟߎ߬ ߕߴߦߋ߲߬
     page:
       recent_entries: ߕߋ߬ߟߋ߲ ߟߊ߬ߘߏ߲߬ߠߌ߲߬ߣߐ ߞߐߟߕߊ ߟߎ߬
-      older_entries: ߟߊ߬ߘߏ߲߬ߠߌ߲ ߞߘߐ߬ߡߊ߲ ߠߎ߬
-      newer_entries: ߟߊ߬ߘߏ߲߬ߠߌ߲߬ ߞߎߘߊߟߡߊ ߟߎ߬
     edit:
       title: ߕߋ߬ߟߋ߲ ߟߊ߬ߘߏ߲߬ߠߌ߲ ߡߊߦߟߍ߬ߡߊ߲߫
       marker_text: ߕߋ߬ߟߋ߲ ߟߊ߬ߘߏ߲߬ߠߌ߲ ߘߌ߲߬ߞߌߙߊ ߟߎ߬
@@ -502,8 +483,6 @@ nqo:
       report: ߡߙߌߣߊ߲ ߣߌ߲߬ ߠߊߞߏߝߐ߫
     location:
       location: 'ߘߌ߲߬ߞߌߙߊ:'
-      view: ߦߌ߬ߘߊ߬ߟߌ
-      edit: ߊ߬ ߡߊߦߟߍ߬ߡߊ߲߫
     feed:
       user:
         title: ߏߔߌ߲ߛߕߑߙߌߕߑߡߊߔ %{user} ߟߊ߫ ߕߋ߬ߟߋ߲ ߟߊ߬ߘߏ߲߬ߠߌ߲ ߠߎ߬
@@ -525,8 +504,6 @@ nqo:
       post: ߗߋߓߏ߲
       when: ߕߎ߬ߡߊ߫ ߖߐ߲߬
       comment: ߡߙߌߣߊ߲ߦߌߘߊ
-      newer_comments: ߡߙߌߣߊ߲ߦߌߘߊ ߞߎߘߊ ߟߎ߬
-      older_comments: ߡߙߌߣߊ߲ߦߌߘߊ ߞߘߐ߬ߡߊ߲ ߠߎ߬
   doorkeeper:
     flash:
       applications:
@@ -558,7 +535,6 @@ nqo:
   geocoder:
     search:
       title:
-        results_from_html: ߞߐߝߟߌ ߝߘߊߣߍ߲߫ ߦߋ߫ %{results_link} ߟߋ߬ ߟߊ߫
         latlon: ߞߣߐߟߊ
     search_osm_nominatim:
       prefix:
@@ -1001,9 +977,6 @@ nqo:
         level8: ߛߏ ߓߐߕߏ߲
         level9: ߕߏߘߊ ߓߐߕߏ߲
         level11: ߛߌ߰ߢߐ߲߰ߦߊ߬ ߦߙߐ ߓߐߕߏ߲
-      types:
-        towns: ߛߏ
-        places: ߘߌ߲߬ߞߌߙߊ
     results:
       no_results: ߞߐߝߟߌ߫ ߡߊ߫ ߛߐ߬ߘߐ߲߬
       more_results: ߞߐߝߟߌ߫ ߜߘߍ ߟߎ߬
@@ -1016,16 +989,16 @@ nqo:
       not_updated: ߊ߬ ߡߊ߫ ߟߏ߲ߘߐߦߊ߫
       search: ߢߌߣߌ߲ߠߌ߲
       search_guidance: ߓߐ߲ߘߊ ߘߏ߫ ߢߌߣߌ߲߫
+      states:
+        ignored: ߊ߬ ߡߊߓߌ߬ߟߊ߬ߣߍ߲߫
+        open: ߊ߬ ߟߊߞߊ߬
+        resolved: ߊ߬ ߓߘߊ߫ ߢߊߓߐ߫
+    page:
       user_not_found: ߟߊ߬ߓߊ߰ߙߊ߬ߟߊ ߏ߬ ߕߴߦߋ߲߬
       issues_not_found: ߒ߬ߒ߫ ߓߐ߲ߘߊ߫ ߛߎ߮ ߏ߬ ߡߊ߫ ߛߐ߬ߘߐ߲߫
       status: ߡߊ߬ߘߎ߮
       last_updated: ߟߏ߲ߘߐߦߊߟߌ ߞߐ߯ߟߕߊ
-      link_to_reports: ߞߏߝߐߟߌ߫ ߟߎ߬ ߘߐߜߍ߫
       reported_item: ߝߛߌ߬ ߟߊߞߏߝߐߣߍ߲
-      states:
-        ignored: ߊ߬ ߡߊߓߌ߬ߟߊ߬ߣߍ߲߫
-        open: ߊ߬ ߟߊߞߊ߬
-        resolved: ߊ߬ ߓߘߊ߫ ߢߊߓߐ߫
     show:
       title: '%{status} ߝߌ߬ߛߌ #%{issue_id}'
       report_created_at_html: ߞߏߝߐߟߌ߫ ߝߟߐ ߞߍ߫ ߘߊ߫ %{datetime}
@@ -1087,28 +1060,18 @@ nqo:
     history: ߘߐ߬ߝߐ
     export: ߟߊ߬ߝߏ߬ߦߌ߬ߟߌ
     issues: ߓߐ߲ߘߊ ߟߎ߫
-    data: ߓߟߏߡߟߊ
-    export_data: ߓߟߏߡߟߊ ߟߊߝߏ߬ߦߌ߬
     gps_traces: GPS ߣߐ߬ߣߐ߬ߟߌ
-    gps_traces_tooltip: GPS ߜߙߋ߬ߓߐ߬ߟߌ ߘߊߘߐߓߍ߲߬
     user_diaries: ߟߊ߬ߓߊ߰ߙߊ߬ߟߊ ߕߋߟߋ߲ ߠߎ߬
-    user_diaries_tooltip: ߟߊ߬ߓߊ߰ߙߊ߬ߟߊ ߕߋ߬ߟߋ߲ ߦߋ߫
     edit_with: ߊ߬ ߡߊߦߟߍ߬ߡߊ߲߫ %{editor} ߘߌ߫
-    tag_line: ߥߞߌ ߛߙߊ߬ߓߊߟߌ ߘߎߢߊ߫ ߔߊ߬ߔߘߊ
     intro_header: ߌ ߣߌ߫ ߛߣߍ߫ ߏߔߌ߲߫ ߛߕߑߙߌߕ ߡߊߔ ߞߊ߲߬߹
     intro_text: ߏߔߌ߲߫ ߛߕߑߙߌߕ ߡߊߔ ߦߋ߫ ߘߎߢߊ߫ ߔߊ߬ߔߘߊ ߟߋ߬ ߘߌ߫߸ ߡߍ߲ ߛߌ߲ߘߌߣߍ߲߫ ߦߋ߫ ߡߐ߱ ߟߎ߬
       ߓߟߏ߫ ߦߏ߫ ߌߟߋ߸ ߊ߬ ߟߊߓߊ߯ߙߊ ߦߋ߫ ߛߙߊ߬ߓߊߟߌ ߟߋ߬ ߘߌ߫ ߟߊ߬ߘߤߊ߬ߟߌ߫ ߘߊߦߟߍ߬ߣߍ߲ ߞߘߐ߫.
-    intro_2_create_account: ߖߊ߬ߕߋ߬ߘߊ ߘߏ߫ ߘߊߦߟߍ߬
     partners_fastly: ߝߊߛߕߑߟߋ߫
     partners_partners: ߞߊ߬ߝߏ߬ߢߐ߲߮ ߠߎ߬
     tou: ߟߊ߬ߓߊ߰ߙߊ߬ߟߌ ߛߙߊߕߌ
     help: ߘߍ߬ߡߍ߲߬ߠߌ߲
     about: ߞߊ߬ ߓߍ߲߬
     copyright: ߓߊߦߟߍߡߊ߲ ߤߊߞߍ
-    community: ߘߍ߬ߘߊ
-    make_a_donation:
-      title: ߏߔߌ߲ߛߑߕߙߌߕߑߡߊߔ ߞߐߡߊߓߌ߲ߓߌ߲߫ ߥߏߘߌ ߣߌ߬ߟߌ ߟߊ߫
-      text: ߣߌ߬ߟߌ ߘߏ߫ ߞߍ߫
     learn_more: ߘߏߜߘߍ߫ ߟߎ߫ ߘߐߞߊ߬ߙߊ߲߬
     more: ߡߊ߬ߞߊ߬ߝߏ߬ ߜߘߍ ߟߎ߬
   user_mailer:
@@ -1213,7 +1176,6 @@ nqo:
         ߘߐ߫.
     changeset_comment_notification:
       hi: ߌ ߣߌ߫ ߕߎ߬ߡߊ߫ %{to_user}
-      greeting: ߌ ߣߌ߫ ߕߎ߬ߡߊ߬߸
       commented:
         partial_changeset_with_comment: ߡߙߌߣߊ߲ ߘߌ߫ %{changeset_comment}ߴ
         partial_changeset_without_comment: ߞߵߊ߬ ߕߘߍ߬ ߡߙߌߣߊ߲߫ ߕߍ߫
@@ -1253,7 +1215,6 @@ nqo:
     message_summary:
       unread_button: ߊ߬ ߞߍ߫ ߞߊ߬ߙߊ߲߬ߓߊߟߌ ߘߌ߫
       read_button: ߊ߬ ߣߐ߬ߣߐ߫ ߘߐ߬ߞߊ߬ߙߊ߲߬ߣߍ߲ ߘߌ߫
-      reply_button: ߊ߬ ߞߐߖߋ߬ߓߌ߬
       destroy_button: ߊ߬ ߖߏ߬ߛߌ߬
     new:
       title: ߗߋߛߓߍ ߗߋ߫
@@ -1349,14 +1310,12 @@ nqo:
       failure: ߢߊߞߙߍ ߕߍ߫ ߛߐ߲߬ ߟߏ߲ߘߐߦߊ߫ ߟߊ߫.
   sessions:
     new:
-      title: ߌ ߜߊ߲߬ߞߎ߲߫
       tab_title: ߌ ߜߊ߲߬ߞߎ߲߫
       email or username: 'ߢ:ߞߏ߲ߘߏ ߛߊ߲߬ߓߊ߬ߕߐ߮ ߥߟߊ߫ ߟߊ߬ߓߊ߰ߙߊ߬ߟߌ߬ ߕߐ߮:'
       password: 'ߕߊ߬ߡߌ߲߬ߞߊ߲:'
       remember: ߒ ߖߊ߲߭ߓߌ߬ߟߊ߬
       lost password link: ߌ ߓߘߊ߫ ߢߌ߬ߣߊ߬ ߌ ߟߊ߫ ߕߊ߬ߡߌ߲߬ߞߊ߲ ߠߊ߫؟
       login_button: ߌ ߜߊ߲߬ߞߎ߲߫
-      register now: ߌ ߕߐ߮ ߛߓߍ߫ ߡߎ߬ߕߎ߲߫
       auth failure: ߤߊߞߍ߬ߕߏ߫߸ ߌ ߕߴߛߋ߫ ߌ ߜߊ߲߬ߞߎ߲߬ ߠߊ߫ ߝߊߙߊ߲ߝߊ߯ߛߌ ߏ߬ ߟߐ߬ߟߊ߫.
     destroy:
       title: ߌ ߜߊ߲߬ߞߎ߲߬ߣߍ߲ ߓߐ߫
@@ -1378,9 +1337,18 @@ nqo:
     richtext_field:
       edit: ߊ߬ ߡߊߦߟߍ߬ߡߊ߲߫
       preview: ߟߊ߬ߕߎ߲߰ߠߊ
+    pagination:
+      diary_comments:
+        older: ߡߙߌߣߊ߲ߦߌߘߊ ߞߘߐ߬ߡߊ߲ ߠߎ߬
+        newer: ߡߙߌߣߊ߲ߦߌߘߊ ߞߎߘߊ ߟߎ߬
+      diary_entries:
+        older: ߟߊ߬ߘߏ߲߬ߠߌ߲ ߞߘߐ߬ߡߊ߲ ߠߎ߬
+        newer: ߟߊ߬ߘߏ߲߬ߠߌ߲߬ ߞߎߘߊߟߡߊ ߟߎ߬
+      traces:
+        older: ߜߋ߬ߙߋ ߞߘߐ߬ߡߊ߲ ߠߎ߬
+        newer: ߜߋ߬ߙߋ ߞߎߘߡߊ ߟߎ߬
   site:
     about:
-      next: ߢߍߕߊ
       used_by_html: '%{name} ߓߘߊ߫ ߡߊߔ ߘߕߊ ߡߊߛߐ߫ ߓߟߐߟߐ߫ ߞߍߦߙߐ ߥߊ߯ ߦߙߌߞߊ ߟߊ߫. ߜߋߟߋ߲ߜߋߟߋ߲
         ߟߥߊ߬ߟߌ߬ߟߊ߲ ߣߌ߫ ߞߍߟߊ߲߫ ߛߎ߲ߝߘߍߡߊ ߟߎ߬'
       lede_text: "ߏߔߌ߲ߛߑߕߙߌߕߑߡߊߔ ߟߊߘߊ߲ߣߍ߲߫ ߦߋ߫ ߔߊ߬ߔߘߊ߬ߦߊ߬ߟߊ ߘߍ߬ߘߊ ߟߎ߬ ߟߋ߬ ߓߟߏ߫ ߡߍ߲
@@ -1458,10 +1426,8 @@ nqo:
       title: ߢߌ߬ߣߌ߲߬ߞߊ߬ߟߌ߬ ߛߌ߫؟
     sidebar:
       search_results: ߞߐߝߟߌ ߟߎ߬ ߢߌߣߌ߲߫
-      close: ߊ߬ ߘߊߕߎ߲߯
     search:
       search: ߢߌߣߌ߲ߣߌ߲
-      get_directions: ߞߎ߲߬ߕߋߟߋ߲ ߠߎ߬ ߡߊߛߐ߬ߘߐ߲߬
       get_directions_title: ߞߎ߲߬ߕߋߟߋ߲ ߢߌߣߌ߲߫ ߘߊߞߎ߲߫ ߝߌ߬ߟߊ߬ ߟߎ߫ ߕߍ߫
       from: ߞߊ߬ ߝߘߊ߫
       to: ߞߊ߬ ߕߊ߯
@@ -1524,8 +1490,6 @@ nqo:
       visibility_help: ߣߌ߲߬ ߞߘߐ ߦߋ߫ ߡߎ߲߬ ߘߌ߫؟
     update:
       updated: ߜߋ߬ߙߋ ߓߘߊ߫ ߟߊߞߎߘߦߊ߫
-    trace_optionals:
-      tags: ߘߎ߲ߛߓߍ ߟߎ߬
     show:
       title: ߜߋ߬ߙߋ ߦߋߟߌ %{name}
       heading: ߜߋ߬ߙߋ ߦߋߟߌ %{name}
@@ -1562,13 +1526,8 @@ nqo:
       all_traces: ߜߋ߬ߙߋ ߟߎ߬ ߓߍ߯
       my_traces: ߒ ߝߏ߲߬ߝߏ߲ ߠߎ߬
       traces_from: ߜߍߘߐ߫ ߜߙߋ ߟߎ߬ ߞߊ߬ ߝߘߊ߫ %{user} ߟߊ߫
-    page:
-      older: ߜߋ߬ߙߋ ߞߘߐ߬ߡߊ߲ ߠߎ߬
-      newer: ߜߋ߬ߙߋ ߞߎߘߡߊ ߟߎ߬
     destroy:
       scheduled_for_deletion: ߜߋ߬ߙߋ ߟߐ߯ߟߊߟߌ ߖߏ߰ߛߌ߬ ߞߊ߲ߡߊ߬
-    make_public:
-      made_public: ߜߋ߬ߙߋ ߡߍ߲ ߛߌ߲ߘߌߣߍ߲߫ ߦߋ߫ ߖߊ߬ߡߊ ߓߟߏ߫
     offline_warning:
       message: GPX ߞߐߕߐ߮ ߟߊߦߟߍ߬ ߞߊ߲ߞߋ ߕߴߊ߬ ߟߊ߫ ߕߍ߯ߣߍ߲ ߣߌ߲߬ ߘߐ߫ ߕߊ߲߬
     offline:
@@ -1583,8 +1542,6 @@ nqo:
     require_cookies:
       cookies_needed: ߌ ߞߎ߲߬ߓߐߣߍ߲߫ ߠߋ߬ ߦߏ߫ ߞߎߞߌߦߋ ߓߐߣߴߊ߬ ߟߴߌ ߓߟߏ߫ - ߞߎߞߌߦߋ ߓߌ߬ߟߵߊ߬
         ߟߴߌ ߟߊ߫ ߛߏ߲߯ߓߊߟߊ߲ ߠߊ߫ ߦߊ߬ߣߴߌ ߦߋ߫ ߛߌߟߊ ߘߊߓߊ߲߫.
-    require_admin:
-      not_an_admin: ߌ ߞߊߡߊ߲߫ ߞߊ߬ ߞߍ߫ ߞߎ߲߬ߠߊ߬ߛߌ߰ߟߊ ߘߌ߫ ߦߊ߬ߣߴߌ ߦߋ߫ ߞߴߏ߬ ߓߟߏߦߊ߫.
     setup_user_auth:
       blocked_zero_hour: ' ߌ ߓߘߊ߫ ߜߍ߬ߘߍ߲߬ߘߐ߬ ߗߋߛߓߍ ߘߏ߫ ߛߐ߬ߘߐ߲߬ ߏߔߌ߲ߛߑߕߙߌߕߑߡߊߔ ߓߟߐߟߐ߫
         ߞߍߦߙߐ ߟߊ߫. ߌ ߞߊߞߊ߲߫ ߞߵߏ߬ ߞߊ߬ߙߊ߲߬ ߡߎߣߎ߲߬ ߏ߬ ߓߊ߯ ߞߴߌ ߘߌ߫ ߛߋ߫ ߞߵߌ ߟߊ߫ ߡߊ߬ߦߟߍ߬ߡߊ߲߬ߠߌ߲
@@ -1596,7 +1553,6 @@ nqo:
         ߡߊ߬߸ ߞߏ߬ߣߌ߲߬ ߌ ߦߴߊ߬ߟߎ߬ ߦߋ߫ ߕߎ߲߫.
     settings_menu:
       account_settings: ߖߊ߬ߕߋ߬ߘߊ ߟߊ߬ߓߍ߲߬ߢߐ߲߰ߡߦߊ߬ߘߊ ߟߎ߫
-      oauth1_settings: 0Auth 1 ߟߊ߬ߓߍ߲߬ߢߐ߲߰ߡߦߊ߬ߘߊ
       oauth2_applications: 0Auth 2 ߟߥߊ߬ߟߌ߬ߟߌ ߟߎ߬
       oauth2_authorizations: 0Auth 2 ߖߡߊ߬ߙߌ߬ߦߊ߬ߟߌ
     auth_providers:
@@ -1619,29 +1575,6 @@ nqo:
         title: ߌ ߜߊ߲߬ߞߎ߲߫ ߥߞߌߔߋߘߌߦߊ ߟߊ߫
         alt: ߌ ߜߊ߲߬ߞߎ߲߫ ߥߞߌߔߋߘߌߦߊ ߖߊ߬ߕߋ߬ߘߊ ߟߊ߫
   oauth:
-    authorize:
-      title: ߌ ߟߊ߫ ߖߊ߬ߕߋ߬ߘߊ ߟߊߛߐ߬ߘߐ߲ ߠߊߘߌ߬ߢߍ߬
-      request_access_html: ߟߥߊ߬ߟߌ߬ߟߊ߲ %{app_name} ߦߴߌ ߟߊ߫ ߖߊ߬ߕߋ߬ߘߊ ߟߊߛߐ߬ߘߐ߲߬ ߞߏ ߡߊߢߌߣߌ߲߫
-        ߠߊ߫߸ %{user} ߊ߬ ߡߊߝߟߍ߫ ߡߎߣߎ߲߬ ߖߊ߰ߣߌ߲߫ ߣߌ߫ ߟߥߊ߬ߟߌ߬ߟߊ߲ ߠߊ߫ ߛߋߞߏߦߊ ߏ߬ ߟߎ߬ ߟߊߛߐ߬ߘߐ߲
-        ߞߊߘߴߌ ߦߋ߫. ߌ ߘߌ߫ ߛߋ߫ ߛߌߦߊߡߊ߲߫ ߛߎߥߊ߲ߘߌ߫ ߟߴߊ߬ߟߎ߬ ߘߐ߫ ߥߟߊ߫ ߞߋߟߋ߲߫߸ ߡߍ߲ ߓߊ߯ ߘߌߦߊ߫
-        ߌ ߦߋ߫ ߕߎ߲߫.
-      allow_to: 'ߛߊ߲߬ߠߌ߲߬ߢߐ߲߰ ߟߥߊߟߌߟߊ߲ ߠߊߘߌ߬ߢߍ߫ ߞߊ߬:'
-      allow_read_prefs: ߌ ߟߊ߫ ߟߊ߬ߓߊ߰ߙߊ߬ߟߊ߫ ߦߟߌߡߊߛߙߋ ߟߎ߬ ߞߊ߬ߙߊ߲߫.
-      allow_write_prefs: ߌ ߟߊ߫ ߟߊ߬ߓߊ߰ߙߊ߬ߟߊ߫ ߦߟߌߡߊߛߙߋ ߟߎ߬ ߡߊߦߟߍ߬ߡߊ߲߫.
-      allow_write_diary: ߕߋ߬ߟߋ߲ ߟߊ߬ߘߏ߲߬ߠߌ߲ ߛߌ߲ߘߌ߫߸ ߡߙߌߣߊ߲ ߊ߬ ߣߌ߫ ߞߊ߬ ߕߋߙߌ ߟߎ߬ ߟߊߘߊ߲߫.
-      allow_write_api: ߔߊ߬ߔߘߊ ߡߊߦߟߍ߬ߡߊ߲߫
-      allow_read_gpx: ߌ ߘߎ߲߬ߘߎ߬ߡߊ߬ GPS ߝߏ߲߬ߝߏ߲ ߠߎ߬ ߘߐߞߊ߬ߙߊ߲߬
-      allow_write_gpx: GPS ߝߏ߲߬ߝߏ߲ ߠߊߞߎߘߦߊ߫.
-      allow_write_notes: ߦߟߌߡߊߛߙߋ ߟߎ߬ ߡߊߦߟߍ߬ߡߊ߲߫
-      grant_access: ߟߊ߬ߛߐ߬ߘߐ߲߬ߠߌ߲ ߠߊߡߌ߬ߘߊ߬
-    authorize_success:
-      title: ߟߊ߬ߘߌ߬ߢߍ߬ߟߌ ߡߊ߬ߢߌ߬ߣߌ߲߬ߠߌ߲ ߓߘߊ߫ ߟߊߘߤߊ߬
-      allowed_html: ߌ ߓߘߊ߫ ߘߌ߬ߢߍ߫ ߟߥߊ߬ߟߌ߬ߟߊ߲ %{app_name} ߡߊ߬ ߛߌ ߟߊ߫ ߖߊ߬ߕߋ߬ߘߊ ߟߊߛߐ߬ߘߐ߲
-        ߠߊ߫.
-      verification: ߝߛߍ߬ߝߛߍ߬ߟߌ ߘߏߞߊ߲ ߦߋ߫ %{code} ߟߋ߬ ߘߌ߫
-    authorize_failure:
-      title: ߟߊ߬ߘߌ߬ߢߍ߬ߟߌ ߡߊ߬ߢߌ߬ߣߌ߲߬ߠߌ߲ ߓߘߊ߫ ߗߌߙߏ߲߫
-      invalid: ߟߊ߬ߘߌ߬ߢߍ߬ߟߌ ߖߐߟߐ߲ߞߐ ߓߍ߲߬ߣߍ߲߫ ߕߍ߫
     scopes:
       read_prefs: ߟߊ߬ߓߊ߰ߙߊ߬ߟߊ ߟߊ߫ ߦߟߌߡߊߛߙߋ ߟߎ߬ ߘߐߞߊ߬ߙߊ߲߬
       write_prefs: ߟߊ߬ߓߊ߰ߙߊ߬ߟߊ ߟߊ߫ ߦߟߌߡߊߛߙߋ ߟߎ߬ ߡߊߦߟߍ߬ߡߊ߲߫
@@ -1650,30 +1583,6 @@ nqo:
       write_gpx: GPS ߝߏ߲߬ߝߏ߲ ߠߊߦߟߍ߬
       write_notes: ߦߟߌߣߐ ߟߎ߬ ߡߊߦߟߍ߬ߡߊ߲߫
       read_email: ߟߊ߬ߓߊ߰ߙߊ߬ߟߊ ߟߊ߫ ߢߎߡߍߙߋ߲ߞߏ߲ߘߏ ߛߊ߲߬ߓߊ߬ߕߐ߮ ߞߊ߬ߙߊ߲߬
-  oauth_clients:
-    new:
-      title: ߟߥߊ߬ߟߌ߬ߟߌ߬ ߞߎߘߊ߫ ߟߊߞߎ߲߬ߘߎ߫
-    edit:
-      title: ߌ ߟߊ߫ ߟߥߊ߬ߟߌ߬ߟߊ߲ ߡߊߦߟߍ߬ߡߊ߲߫
-    show:
-      title: OAuthn %{app_name} ߝߊߙߊ߲ߝߊ߯ߛߟߌ
-      url: 'ߖߐߟߐ߲ߞߐ ߡߊ߬ߢߌ߬ߣߌ߲߬ߠߌ߲ URL:'
-      access_url: 'ߟߊ߬ߛߐ߬ߘߐ߲߬ߠߌ߲ ߖߐߟߐ߲ߞߐ URL:'
-      edit: ߝߊߙߊ߲ߝߊ߯ߛߟߌ ߟߎ߬ ߡߊߦߟߍ߬ߡߊ߲߫
-      delete: ߛߊ߲߬ߠߌ߲߬ߢߐ߲߮ ߖߏ߬ߛߌ߫
-      confirm: ߌ ߟߊߣߴߏ߬ ߟߊ߫؟
-    index:
-      title: ߒ ߠߊ߫ 0Auth ߝߊߙߊ߲ߝߊ߯ߛߌ
-      my_tokens: ߒ ߠߊ߫ ߟߥߊ߬ߟߌ߬ߟߊ߲߫ ߖߡߊ߬ߙߌ߬ߦߊ߬ߣߍ߲ ߠߎ߬
-      oauth: OAuth
-    not_found:
-      sorry: ߤߊߞߍ߬ߕߏ߫߸ %{type} ߕߍߣߊ߬ ߛߐ߬ߘߐ߲߬ ߠߊ߫.
-    create:
-      flash: ߞߌ߬ߓߊ߬ߙߏ߬ߦߊ ߟߊߞߎ߲߬ߘߎ߬ߟߌ ߓߘߊ߫ ߛߎߘߊ߲߫ ߞߏߟߌߞߏߟߌ߫
-    update:
-      flash: ߛߊ߲߬ߣߌ߲߬ߢߐ߲߮ ߞߎ߲߬ߠߊ߬ߝߏߣߌ߲ ߓߘߊ߫ ߟߊߞߎߘߦߊ߫ ߞߏߟߌߞߏߟߌ߫.
-    destroy:
-      flash: ߛߊ߲߬ߠߌ߲߬ߢߐ߲߰ ߟߥߊߟߌߟߊ߲ ߕߐ߯ߛߓߍߟߌ ߓߘߊ߫ ߘߐߕߌߢߍ߫ ߔߛߐߞߐ߫.
   oauth2_applications:
     index:
       title: ߒ ߛߊ߲߬ߠߌ߲߬ߢߐ߲߰ ߟߥߊߟߌߟߊ߲ ߠߎ߬
@@ -1730,7 +1639,6 @@ nqo:
       consider_pd: ߛߊ߲ߝߍߟߊ ߏ߬ ߡߊߞߊ߬ߝߏ߬ߟߌ ߘߐ߫ ߌ ߞߐ߫߸ ߒ ߧߋ߫ ߒ ߠߊ߫ ߓߟߏߡߊߜߍ߲ ߖߊ߬ߕߋ߬ ߟߴߊ߬
         ߞߍ ߘߐ߫ ߖߊ߬ߡߊ ߘߍ߬ߒ߬ߡߊ߬ߝߋ߲ ߘߌ߫
       consider_pd_why: ߣߌ߲߬ ߦߋ߫ ߡߎ߲߬ ߘߌ߫؟
-      consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
       continue: ߊ߬ ߘߊߓߊ߲߫
       legale_select: 'ߌ ߛߌ߰ߣߍ߲߬ ߦߋ߫ ߖߡߊ߬ߣߊ ߡߍ߲ ߘߐ߫:'
       legale_names:
@@ -1797,11 +1705,6 @@ nqo:
       support: ߘߍ߬ߡߍ߲߬ߠߌ߲
     auth_failure:
       unknown_error: ߕߎ߬ߡߊ߬ߢߐ߲߰ߦߊ ߓߘߊ߫ ߗߌߙߏ߲߫
-  user_role:
-    grant:
-      confirm: ߊ߬ ߟߊߛߙߋߦߊ߫
-    revoke:
-      confirm: ߊ߬ ߟߊߛߙߋߦߊ߫
   user_blocks:
     helper:
       time_future_html: ߘߌ߫ ߓߊ߲߫ %{time} ߟߊ߫.
@@ -1809,14 +1712,12 @@ nqo:
       created: 'ߛߌ߲ߘߌߣߍ߲:'
       duration: 'ߘߎ߲ߡߊߟߌ:'
       status: 'ߡߊ߬ߘߎ߮:'
-      show: ߦߌ߬ߘߊ߬ߟߌ
       edit: ߊ߬ ߡߊߦߟߍ߬ߡߊ߲߫
-      confirm: ߌ ߟߊߣߴߏ߬ ߟߊ߫؟
       reason: 'ߓߊ߬ߟߊ߲߬ߠߌ߲ ߞߎ߲߭:'
     block:
       show: ߊ߬ ߦߌ߬ߘߊ߬
       edit: ߊ߬ ߡߊߦߟߍ߬ߡߊ߲߫
-    blocks:
+    page:
       creator_name: ߛߌ߲ߘߌߟߊ߲
       reason: ߓߊ߬ߟߊ߲߬ߠߌ߲ ߞߎ߲߭
   notes:
@@ -1840,6 +1741,8 @@ nqo:
     new:
       title: ߦߟߌߣߐ߫ ߞߎߘߊ߫
       add: ߦߟߌߣߐ ߝߙߊ߬
+    notes_paging_nav:
+      showing_page: ߞߐߜߍ %{page}
   javascripts:
     close: ߊ߬ ߘߊߕߎ߲߯
     share:
index b24c8d215896bf679c544a90a4fd8414eb91f3be..e1f9da2e250a842d11aefb2dd5dff6bbaf6dfbd6 100644 (file)
@@ -46,10 +46,6 @@ oc:
         create: Crear un blòt
         update: Modificar lo blòt
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: sembla pas una adreiça de corrier electronic valida
-        email_address_not_routable: es pas rotable
     models:
       acl: Lista de contraròtle d’accès
       changeset: Grop de modificacions
@@ -406,21 +402,23 @@ oc:
       introduction: Clicar sus la mapa per trobar los objèctes a proximitat.
       nearby: Objèctes a proximitat
       enclosing: Objèctes englobants
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Comentari novèu sus lo grop de modificacions nº %{changeset_id} per
+          %{author}
+        commented_at_by_html: Actualizat fa %{when} per %{user}
+      show:
+        title_all: Discussion sus lo grop de modificacions OpenStreetMap
+        title_particular: Discussion sus lo grop de modificacions OpenStreetMap nº
+          %{changeset_id}
+      timeout:
+        sorry: O planhèm, la lista deis grops de modificacions qu'avètz demandada
+          met tròp de temps per èsser recuperada.
   changesets:
-    changeset_paging_nav:
-      showing_page: Pagina %{page}
-      next: Seguent →
-      previous: « Precedents
     changeset:
-      anonymous: Anonim
       no_edits: (sensa modificacion)
       view_changeset_details: Mostrar per lo menut lo grop de modificacions
-    changesets:
-      id: Identificant
-      saved_at: Sauvat a
-      user: Utilizaire
-      comment: Comentari
-      area: Airau
     index:
       title: Gropes de modificacions
       title_user: Gropes de modificacions per %{user}
@@ -462,20 +460,6 @@ oc:
     timeout:
       sorry: O planhèm, la lista deis gropes de modificacions qu'avètz demandada met
         tròp de temps per èsser recuperada.
-  changeset_comments:
-    comment:
-      comment: Comentari novèu sus lo grop de modificacions nº %{changeset_id} per
-        %{author}
-      commented_at_by_html: Actualizat fa %{when} per %{user}
-    comments:
-      comment: Comentari novèu sus lo grop de modificacions nº %{changeset_id} per
-        %{author}
-    index:
-      title_all: Discussion sus lo grop de modificacions OpenStreetMap
-      title_particular: Discussion sus lo grop de modificacions OpenStreetMap nº %{changeset_id}
-    timeout:
-      sorry: O planhèm, la lista deis grops de modificacions qu'avètz demandada met
-        tròp de temps per èsser recuperada.
   dashboards:
     contact:
       km away: '%{count} km'
@@ -518,8 +502,6 @@ oc:
       no_entries: Ges d'entrada dins vòstre jornau
     page:
       recent_entries: 'Intradas recentas de jornau :'
-      older_entries: Entradas pus ancianas
-      newer_entries: Entradas pus recentas
     edit:
       title: Modificar l'entrada de jornau
       marker_text: Emplaçament de l'entrada de jornau
@@ -556,8 +538,6 @@ oc:
       report: Denonciar aqueste comentari
     location:
       location: 'Luòc :'
-      view: Mostrar
-      edit: Editar
     feed:
       user:
         title: Entradas de jornau d'OpenStreetMap per %{user}
@@ -579,8 +559,6 @@ oc:
       post: Mandar
       when: Quand
       comment: Comentari
-      newer_comments: Comentaris pus recents
-      older_comments: Comentaris pus ancians
   doorkeeper:
     flash:
       applications:
@@ -1374,10 +1352,6 @@ oc:
         level9: Limit dau vilatge
         level10: Limit de la banlèga
         level11: Limit de quartier
-      types:
-        cities: Vilas
-        towns: Vilòtas
-        places: Plaças
     results:
       no_results: Cap de resultat es pas estat trobat
       more_results: Mai de resultats
@@ -1391,20 +1365,20 @@ oc:
       not_updated: Pas actualizat
       search: Recercar
       search_guidance: 'Cercar d''incidéncias:'
+      states:
+        ignored: Ignorat
+        open: Dobèrt
+        resolved: Reglat
+    page:
       user_not_found: Aqueste utilizaire existís pas
       issues_not_found: Se trobèron pas d'incidéncias d'aqueste tipe
       status: Estatut
       reports: Rapòrts
       last_updated: Darriera actualizacion
-      link_to_reports: Mostrar lei rapòrts
       reports_count:
         one: 1 rapòrt
         other: '%{count} rapòrts'
       reported_item: Element raportat
-      states:
-        ignored: Ignorat
-        open: Dobèrt
-        resolved: Reglat
     show:
       title: '%{status} Incidéncia #%{issue_id}'
       reports:
@@ -1489,18 +1463,12 @@ oc:
     history: Istoric
     export: Exportar
     issues: Incidéncias
-    data: Donadas
-    export_data: Exportar las donadas
     gps_traces: Traças GPS
-    gps_traces_tooltip: Gerir las traças GPS
     user_diaries: Jornals
-    user_diaries_tooltip: Veire los jornals d'utilizaires
     edit_with: Modificar amb %{editor}
-    tag_line: La mapa cooperativa liura
     intro_header: Benvenguda dins OpenStreetMap !
     intro_text: OpenStreetMap es una mapa dau monde, creada per de personas coma vos
       e liura d’utilizacion sota licéncia liura.
-    intro_2_create_account: Creatz un compte d'utilizaire
     partners_fastly: Fastly
     partners_partners: partenaris
     tou: Condicions d'utilizacion
@@ -1508,16 +1476,9 @@ oc:
       mantenença essenciala a son bon foncionament es en cors.
     osm_read_only: La basa de donadas d'OpenStreetMap es actualament en mòde lectura
       sola ; una mantenença essenciala a son bon foncionament es en cors.
-    donate: Sostenètz OpenStreetMap, %{link} al fons per melhorar lo material.
     help: Ajuda
     about: A prepaus
     copyright: Dreits d’autor
-    community: Comunautat
-    community_blogs: Blogs de la comunautat
-    community_blogs_title: Blogs de membres de la comunautat OpenStreetMap
-    make_a_donation:
-      title: Sostenètz OpenStreetMap amb un don financièr
-      text: Far un don
     learn_more: Ne saber mai
     more: Mai
   user_mailer:
@@ -1627,7 +1588,6 @@ oc:
       details_html: Podètz trobar mai de detalhs de la nòta a %{url}.
     changeset_comment_notification:
       hi: Bonjorn %{to_user},
-      greeting: Bonjorn,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} a comentat un de vòstres ensembles
           de cambiaments'
@@ -1691,7 +1651,6 @@ oc:
     message_summary:
       unread_button: Marcar coma pas legit
       read_button: Marcar coma legit
-      reply_button: Respondre
       destroy_button: Suprimir
     new:
       title: Mandar un messatge
@@ -1790,14 +1749,12 @@ oc:
       failure: S'es pas pogut actualizar lo perfiu.
   sessions:
     new:
-      title: Se connectar
       tab_title: Connexion
       email or username: 'Adreça e-mail o nom d''utilizaire :'
       password: 'Senhal :'
       remember: Se remembrar de ieu
       lost password link: Avètz perdut vòstre senhal ?
       login_button: Se connectar
-      register now: S'inscriure ara
       with external: 'A la plaça, utilizatz un tèrç per vos connectar :'
       auth failure: O planhèm, mas las informacions provesidas an pas permés de vos
         identificar.
@@ -1821,9 +1778,18 @@ oc:
     richtext_field:
       edit: Modificar
       preview: Previsualizacion
+    pagination:
+      diary_comments:
+        older: Comentaris pus ancians
+        newer: Comentaris pus recents
+      diary_entries:
+        older: Entradas pus ancianas
+        newer: Entradas pus recentas
+      traces:
+        older: Ancianas traças
+        newer: Traças novèlas
   site:
     about:
-      next: Seguent
       used_by_html: '%{name} fornís de donadas cartograficas sus de milierats de sites
         web, aplicacions mobilas e aparelhs'
       lede_text: OpenStreetMap es bastit per una comunautat de cartografes benevòls
@@ -1948,10 +1914,8 @@ oc:
       title: De questions ?
     sidebar:
       search_results: Resultats de la recèrca
-      close: Tampar
     search:
       search: Recèrca
-      get_directions: Obténer las direccions
       get_directions_title: Trobatz d'itineraris entre dos punts
       from: De
       to: A
@@ -2064,8 +2028,6 @@ oc:
       visibility_help: qué significa aquò ?
     update:
       updated: Traça actualizada
-    trace_optionals:
-      tags: Balisas
     show:
       title: Afichatge de la traça %{name}
       heading: Afichatge de la traça %{name}
@@ -2109,13 +2071,8 @@ oc:
       my_traces: Mei traças GPS
       traces_from: Traças GPS publicas de %{user}
       remove_tag_filter: Elimina lo filtre d'etiquetas
-    page:
-      older: Ancianas traças
-      newer: Traças novèlas
     destroy:
       scheduled_for_deletion: Pista prevista per la supression
-    make_public:
-      made_public: Pista renduda publica
     offline_warning:
       message: Lo sistèma de mandadís GPX es actualament indisponible
     offline:
@@ -2133,8 +2090,6 @@ oc:
     require_cookies:
       cookies_needed: Sembla qu'avètz lei galetas inabilitadas - abilitatz lei galetas
         au navigador abans de contunhar.
-    require_admin:
-      not_an_admin: Avètz besonh d’èsser un administrador per realizar aquesta accion.
     setup_user_auth:
       blocked_zero_hour: Avètz un messatge urgent sus lo site web de OpenStreetMap.
         Avètz de legir lo messatge abans que posquetz sauvar lei modificacions.
@@ -2161,67 +2116,6 @@ oc:
       wikipedia:
         title: Se connectar amb Wikipèdia
         alt: Se connectar amb un compte de Wikipèdia
-  oauth:
-    authorize:
-      title: Autorizar l’accès a vòstre compte
-      allow_to: 'Autorizar l''aplicacion client a :'
-      allow_read_prefs: legir vòstras preferéncias d'utilizaire.
-      allow_write_prefs: modificar vòstras preferéncias d'utilizaire.
-      allow_write_diary: creatz d'entradas dins lo jornal, de comentaris e fasètz-vos
-        d'amics.
-      allow_write_api: modificar la mapa.
-      allow_read_gpx: legir vòstras traças GPS privadas.
-      allow_write_gpx: mandar de traças GPS.
-      allow_write_notes: modificar las nòtas.
-      grant_access: Acordar l’accès
-    authorize_success:
-      title: La demanda d’autorizacion es estada acceptada
-      allowed_html: Avètz acordat a l’aplicacion %{app_name} l’accès a vòstre compte.
-      verification: Lo còdi de verificacion es %{code}.
-    authorize_failure:
-      title: La demanda d’autorizacion a fracassat
-      denied: Avètz refusat a l’aplicacion %{app_name} l’accès a vòstre compte.
-      invalid: Lo geton d’autorizacion es invalid.
-    revoke:
-      flash: Avètz revocat lo geton per %{application}
-  oauth_clients:
-    new:
-      title: Enregistratz una novèla aplicacion
-    edit:
-      title: Modificar vòstra aplicacion
-    show:
-      title: Detalhs OAuth per %{app_name}
-      key: 'Clau de l''utilizaire :'
-      secret: 'Secret de l''utilizaire :'
-      url: 'URL del geton de requèsta :'
-      access_url: 'URL del geton d''accès :'
-      authorize_url: 'URL d''autorizacion :'
-      support_notice: Suportam las signaturas HMAC-SHA1 (recomandat) e RSA-SHA1.
-      edit: Modificar los detalhs
-      delete: Suprimir lo client
-      confirm: Sètz segur ?
-      requests: 'Demanda las permissions seguentas a l''utilizaire :'
-    index:
-      title: Mos detalhs OAuth
-      my_tokens: Mas aplicacions enregistradas
-      list_tokens: 'Los getons seguents son estats emeses a las aplicacions en vòstre
-        nom :'
-      application: Nom de l'aplicacion
-      issued_at: Emés lo
-      revoke: Revocar !
-      my_apps: Mas aplicacions clientas
-      registered_apps: 'Avètz las aplicacions clientas seguentas enregistradas :'
-      register_new: Enregistratz vòstra aplicacion
-    form:
-      requests: 'Demandar las permissions seguentas a l''utilizaire :'
-    not_found:
-      sorry: O planhèm, aqueste %{type} a pas pogut èsser trobat.
-    create:
-      flash: Informacions enregistradas amb succès
-    update:
-      flash: Informacions del client enregistradas amb succès
-    destroy:
-      flash: Enregistrament de l'aplicacion clienta suprimit
   users:
     new:
       title: S’inscriure
@@ -2229,7 +2123,6 @@ oc:
         header: Liure e modificable
       display name description: Vòstre nom d'utilizaire afichat publicament. Podètz
         cambiar aquò ulteriorament dins las preferéncias.
-      external auth: 'Autentificacion tèrça :'
       continue: S’inscriure
       terms accepted: Mercé d’aver acceptat los novèls tèrmes del contributor !
       use external auth: A la plaça, utilizatz un tèrç per vos connectar
@@ -2240,7 +2133,6 @@ oc:
         dins lo domeni public
       consider_pd_why: qu’es aquò ?
       continue: Contunhar
-      decline: Declinar
       you need to accept or decline: Legissètz e puèi, siá acceptatz o refusatz las
         novèlas condicions de contributor per contunhar.
       legale_select: 'País de residéncia :'
@@ -2324,15 +2216,8 @@ oc:
       already_has_role: L'utilizaire possedís ja lo ròtle %{role}.
       doesnt_have_role: L'utilizaire a pas lo ròtle %{role}.
     grant:
-      title: Confirmar l'autrejament del ròtle
-      heading: Confirmar l'autrejament del ròtle
       are_you_sure: Sètz segur que volètz atribuir lo ròtle `%{role}' a l'utilizaire
         `%{name}'?
-      confirm: Confirmar
-    revoke:
-      title: Confirmar la revocacion del ròtle
-      heading: Confirmar la revocacion del ròtle
-      confirm: Confirmar
   user_blocks:
     model:
       non_moderator_update: Vos cal èsser moderator per crear o modificar un blocatge.
@@ -2357,15 +2242,6 @@ oc:
       title: Blocatges utilizaire
       heading: Lista dels blocatges
       empty: Cap de blocatge es pas encara estat efectuat.
-    revoke:
-      title: Revòca un blocatge sus %{block_on}
-      heading_html: Revòca un blocatge sus %{block_on} per %{block_by}
-      time_future_html: Aqueste blocatge s'acabarà dins %{time}.
-      past_html: Aqueste blocatge s'es acabat i a %{time} e pòt pas èsser revocat
-        ara.
-      confirm: Sètz segur que volètz revocar aqueste blocatge ?
-      revoke: Revocar !
-      flash: Aqueste blocatge es estat revocat.
     helper:
       time_future_html: Acaba a %{time}.
       until_login: Actiu fins al moment que l'utilizaire se connectarà.
@@ -2402,19 +2278,14 @@ oc:
       created: Creat
       duration: 'Durada :'
       status: Estatut
-      show: Afichar
       edit: Modificar
-      revoke: Revocar !
-      confirm: Sètz segur ?
       reason: 'Motiu del blocatge :'
       revoker: 'Revocador :'
-      needs_view: L'utilizaire se deu connectar abans qu'aqueste blocatge siá suprimit.
     block:
       not_revoked: (pas revocat)
       show: Mostrar
       edit: Modificar
-      revoke: Revocar !
-    blocks:
+    page:
       display_name: Utilizaire blocat
       creator_name: Creator
       reason: Motiu del blocatge
@@ -2451,6 +2322,8 @@ oc:
         per que i pòscan remediar. Desplaçatz lo marcador a la posicion exacta e escrivètz
         una nòta per explicar lo problèma.
       add: Ajustar una nòta
+    notes_paging_nav:
+      showing_page: Pagina %{page}
   javascripts:
     close: Plegar
     share:
index d0b3b1ca83362a86313327c19e4ae02c2c81e71f..9df3f0be93a6535c32bca904d1ab42e7d7986536 100644 (file)
@@ -15,19 +15,27 @@ pa:
     formats:
       friendly: '%e %B %Y at %H:%M'
   helpers:
+    file:
+      prompt: ਫਾਇਲ ਚੁਣੋ
     submit:
       diary_comment:
         create: ਟਿੱਪਣੀ
       diary_entry:
         create: ਸਾਂਭੋ
-        update: à¨\85ੱਪਡà©\87à¨\9f à¨\95ਰà©\8b
+        update: à¨¨à¨µà¨¿à¨\86à¨\93
       issue_comment:
         create: ਟਿੱਪਣੀ ਕਰੋ
       message:
         create: ਭੇਜੋ
       client_application:
-        create: ਇੰਦਰਾਜ ਕਰਾਉ
-        update: ਸੋਧੋ
+        create: ਇੰਦਰਾਜ ਕਰਾਓ
+        update: ਨਵਿਆਓ
+      oauth2_application:
+        create: ਇੰਦਰਾਜ ਕਰਾਓ
+        update: ਨਵਿਆਉ
+      redaction:
+        create: ਸੁਧਾਈ ਬਣਾਓ
+        update: ਸੁਧਾਈ ਸੰਭਾਲੋ
       trace:
         create: ਚੜ੍ਹਾਉ
         update: ਤਬਦੀਲੀਆਂ ਸਾਂਭੋ
@@ -37,14 +45,18 @@ pa:
   activerecord:
     errors:
       messages:
-        invalid_email_address: ਜਾਇਜ਼ ਈਮੇਲ ਪਤਾ ਨਹੀਂ ਲੱਗ ਰਿਹਾ
+        display_name_is_user_n: ਵਰਤੋਂਕਾਰ_n  ਨਹੀਂ ਹੋ ਸਕਦੇ ਜਦੋਂ ਤੱਕ n ਤੁਹਾਡੀ ਵਰਤੋਂਕਾਰ
+          ਸ਼ਿਨਾਖਤ(id) ਨਹੀਂ ਹੈ
+      models:
+        user_mute:
+          is_already_muted: ਪਹਿਲਾਂ ਹੀ ਚੁੱਪ ਹੈ
     models:
       acl: ਅਸੈੱਸ ਕੰਟਰੋਲ ਲਿਸਟ
-      changeset: ਤਬਦੀਲੀ ਲੜੀ
+      changeset: ਤਬਦੀਲੀ-ਲੜੀਆਂ
       changeset_tag: ਤਬਦੀਲੀ ਲੜੀ ਨਿਸ਼ਾਨ
       country: ਮੁਲਕ
-      diary_comment: à¨¡à¨¾à¨\87ਰà©\80 ਟਿੱਪਣੀ
-      diary_entry: à¨¡à¨¾à¨\87ਰà©\80 ਇੰਦਰਾਜ
+      diary_comment: à¨°à©\8bà¨\9c਼ਨਾਮà¨\9aਾ ਟਿੱਪਣੀ
+      diary_entry: à¨°à©\8bà¨\9c਼ਨਾਮà¨\9aਾ ਇੰਦਰਾਜ
       friend: ਦੋਸਤ
       issue: ਮੁੱਦਾ
       language: ਬੋਲੀ
@@ -64,8 +76,8 @@ pa:
       relation_tag: ਸਬੰਧ ਟੈਗ
       report: ਇਤਲਾਹ ਦਿਓ
       session: ਸੈਸ਼ਨ
-      trace: à¨\9fਰà©\87ਸ
-      tracepoint: à¨\9fਰà©\87ਸ à¨ªà©\81à¨\86à¨\87à©°à¨\9f
+      trace: à¨\96à©\81ਰਾ-à¨\96à©\8bà¨\9c
+      tracepoint: à¨\96à©\81ਰਾ-à¨\96à©\8bà¨\9c à¨¥à¨¾à¨\82
       tracetag: ਟਰੇਸ ਨਿਸ਼ਾਨ
       user: ਵਰਤੋਂਕਾਰ
       user_preference: ਵਰਤੋਂਕਾਰ ਤਰਜੀਹਾਂ
@@ -77,20 +89,28 @@ pa:
       client_application:
         name: ਨਾਮ (ਲੋੜੀਂਦਾ)
         url: ਮੁੱਢਲਾ Application URL (ਲੋੜੀਂਦਾ ਹੈ)
+        callback_url: ਮੁੜਕੇ-ਫੋਨ-ਕਰੋ  URL
         support_url: ਮਦਦ URL
         allow_read_prefs: ਉਹਨਾਂ ਦੀਆਂ ਵਰਤੋਂਕਾਰ ਤਰਜੀਹਾਂ ਨੂੰ ਪੜ੍ਹੋ
         allow_write_prefs: ਉਹਨਾਂ ਦੀਆਂ ਵਰਤੋਂਕਾਰ ਤਰਜੀਹਾਂ ਨੂੰ ਸੋਧੋ
+        allow_write_diary: ਰੋਜ਼ਨਾਮਚਾ ਦਰਜ਼ ਕਰੋ, ਟਿੱਪਣੀਆਂ ਕਰੋ ਅਤੇ ਦੋਸਤ ਬਣਾਓ
         allow_write_api: ਨਕਸ਼ੇ ਨੂੰ ਸੋਧੋ
+        allow_read_gpx: ਉਹਨਾਂ ਦੇ ਨਿੱਜੀ GPS ਖੁਰਾ-ਖੋਜ ਪੜ੍ਹੋ
+        allow_write_gpx: GPS ਖੁਰਾ-ਖੋਜ ਜੋੜੋ
+        allow_write_notes: ਨੋਟਾਂ ਨੂੰ ਸੋਧੋ
       diary_comment:
         body: ਮੁੱਖ ਭਾਗ
       diary_entry:
         user: ਵਰਤੋਂਕਾਰ
         title: ਵਿਸ਼ਾ
+        body: ਮੁੱਖ ਭਾਗ
         latitude: ਅਕਸ਼ਾਂਸ਼
         longitude: ਲੰਬਕਾਰ
         language_code: ਬੋਲੀ
       doorkeeper/application:
         name: ਨਾਂ
+        redirect_uri: URIs ਵਾਪਸ-ਮੋੜੋ
+        confidential: ਗੁਪਤ ਅਰਜ਼ੀ?
         scopes: ਇਜਾਜ਼ਤਾਂ
       friend:
         user: ਵਰਤੋਂਕਾਰ
@@ -98,14 +118,15 @@ pa:
       trace:
         user: ਵਰਤੋਂਕਾਰ
         visible: ਵਿਖਣ-ਯੋਗ
-        name: ਨਾਂ
+        name: à¨«à¨¼à¨¾à¨\88ਲ à¨¦à¨¾ à¨¨à¨¾à¨\82
         size: ਅਕਾਰ
         latitude: ਅਕਸ਼ਾਂਸ਼
         longitude: ਲੰਬਕਾਰ
         public: ਜਨਤਕ
         description: ਵੇਰਵਾ
-        visibility: 'ਦਿੱਸਣਯੋਗਤਾ:'
-        tagstring: 'ਟੈਗ:'
+        gpx_file: GPS ਖੁਰਾ-ਖੋਜ ਫਾਇਲ ਚੁਣੋ
+        visibility: ਦਿੱਸਣਯੋਗਤਾ
+        tagstring: ਟੈਗ
       message:
         sender: ਭੇਜਣ ਵਾਲਾ
         title: ਵਿਸ਼ਾ
@@ -118,17 +139,29 @@ pa:
         category: ਆਪਣੀ ਇਤਲਾਹ ਦਾ ਕਾਰਨ ਚੁਣੋ
         details: ਕਿਰਪਾ ਕਰਕੇ ਸਮੱਸਿਆ ਬਾਰੇ ਕੁਝ ਹੋਰ ਵੇਰਵੇ ਪ੍ਰਦਾਨ ਕਰੋ (ਲੋੜੀਂਦਾ)
       user:
+        auth_uid: UID ਦੀ ਪ੍ਰਮਾਣਿਕਤਾ
         email: ਈਮੇਲ
         new_email: 'ਨਵਾਂ ਈਮੇਲ ਪਤਾ:'
         active: ਸਰਗਰਮ
-        display_name: à¨µà¨¿à¨\96ਾà¨\89ਣ à¨¨à¨¾à¨\82
-        description: ਵੇਰਵਾ
+        display_name: à¨¨à¨¾à¨\82 à¨µà¨¿à¨\96ਾà¨\93
+        description: à¨ªà©\8dਰà©\8bਫਾà¨\88ਲ à¨µà©\87ਰਵਾ
         home_lat: ਅਕਸ਼ਾਂਸ਼
         home_lon: 'ਰੇਖਾਂਸ਼:'
         languages: ਤਰਜੀਹੀ ਬੋਲੀਆਂ
         preferred_editor: ਤਰਜੀਹੀ ਸੰਪਾਦਕ
         pass_crypt: ਪਛਾਣ-ਸ਼ਬਦ
+        pass_crypt_confirmation: ਪਛਾਣ-ਸ਼ਬਦ ਦੀ ਤਸਦੀਕ ਕਰੋ
     help:
+      doorkeeper/application:
+        redirect_uri: ਹਰ URI ਲਈ ਇੱਕ ਲਕੀਰ ਦੀ ਵਰਤੋਂ ਕਰੋ
+      user_block:
+        reason: ਜਿਸ ਕਾਰਨ ਵਰਤੋਂਕਾਰ ਉਤੇ ਪਾਬੰਦੀ ਲਾਈ ਜਾ ਰਹੀ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਜਿੰਨਾ ਸੰਭਵ
+          ਹੋ ਸਕੇ ਸ਼ਾਂਤ ਅਤੇ ਵਾਜਬ ਰਹੋ, ਸਥਿਤੀ ਬਾਰੇ ਜਿੰਨਾ ਹੋ ਸਕੇ ਵੇਰਵੇ ਦਿਓ, ਯਾਦ ਰੱਖੋ ਕਿ
+          ਸੁਨੇਹਾ ਜਨਤਕ ਤੌਰ 'ਤੇ ਦਿਖਾਈ ਦੇਵੇਗਾ। ਯਾਦ ਰੱਖੋ ਕਿ ਸਾਰੇ ਵਰਤੋਂਕਾਰ ਭਾਈਚਾਰੇ ਦਿਆਂ
+          ਸ਼ਬਦਾਵਲੀ ਨੂੰ ਨਹੀਂ ਸਮਝਦੇ, ਇਸ ਲਈ ਕਿਰਪਾ ਕਰਕੇ ਆਮ ਆਦਮੀ ਦੇ ਸ਼ਬਦਾਂ ਦੀ ਵਰਤੋਂ ਕਰਨ
+          ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰੋ।
+        needs_view: ਇਸ ਪਾਬੰਦੀ ਨੂੰ ਸਾਫ਼ ਕੀਤੇ ਜਾਣ ਤੋਂ ਪਹਿਲਾਂ ਕੀ ਵਰਤੋਂਕਾਰ ਨੂੰ ਦਾਖਲ ਹੋਨ
+          ਦੀ ਲੋੜ ਹੈ?
       user:
         new_email: (ਜਨਤਕ ਤੌਰ 'ਤੇ ਕਦੇ ਨਹੀਂ ਪ੍ਰਦਰਸ਼ਿਤ)
   datetime:
@@ -188,11 +221,22 @@ pa:
     notes:
       comment:
         opened_at_html: '%{when} ਬਣਾਇਆ ਗਿਆ'
-        opened_at_by_html: '%{when} ਨੂੰ %{user} ਦੁਆਰਾ ਬਣਾਇਆ ਗਿਆ'
+        opened_at_by_html: '%{when} ਨੂੰ %{user} ਵੱਲੋਂ ਬਣਾਇਆ ਗਿਆ'
+        commented_at_html: '%{when} ਨਵਿਆਇਆ ਗਿਆ'
+        commented_at_by_html: '%{when}  ਨੂੰ %{user} ਵੱਲੋਂ ਨਵਿਆਈਆ ਗਿਆ'
         closed_at_html: '%{when} ਹੱਲ ਕੀਤਾ'
-        closed_at_by_html: '%{when} à¨¨à©\82à©° %{user} à¨¦à©\81à¨\86ਰਾ ਹੱਲ ਕੀਤਾ ਗਿਆ'
+        closed_at_by_html: '%{when} à¨¨à©\82à©° %{user} à¨µà©±à¨²à©\8bà¨\82 ਹੱਲ ਕੀਤਾ ਗਿਆ'
         reopened_at_html: '%{when} ਮੁੜ ਸਰਗਰਮ ਕੀਤਾ'
-        reopened_at_by_html: '%{when} ਨੂੰ %{user} ਦੁਆਰਾ ਮੁੜ ਸਰਗਰਮ ਕੀਤਾ'
+        reopened_at_by_html: '%{when} ਨੂੰ %{user} ਵੱਲੋਂ ਮੁੜ ਸਰਗਰਮ ਕੀਤਾ'
+      rss:
+        title: ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ ਦੇ ਨੋਟ
+        description_all: ਇਤਲਾਹ ਦਿਤੇ, ਟਿੱਪਣੀ ਕੀਤੇ ਜਾਂ ਬੰਦ ਕੀਤੇ ਨੋਟਾਂ ਦੀ ਸੂਚੀ
+        description_area: ਤੁਹਾਡੇ ਖੇਤਰ ਵਿੱਚ, ਇਤਲਾਹ ਦਿਤੇ, ਟਿੱਪਣੀ ਕੀਤੇ ਜਾਂ ਬੰਦ ਕੀਤੇ ਨੋਟਾਂ
+          ਦੀ ਸੂਚੀ [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]
+        opened: ਨਵਾਂ ਨੋਟ (%{place} ਦੇ ਨੇੜੇ)
+        commented: ਨਵੀਂ ਟਿੱਪਣੀ (%{place} ਦੇ ਨੇੜੇ)
+        closed: ਬੰਦ ਨੋਟ (%{place} ਦੇ ਨੇੜੇ)
+        reopened: ਮੁਡ਼-ਸਰਗਰਮ ਨੋਟ (%{place} ਦੇ ਨੇੜੇ)
       entry:
         comment: ਟਿੱਪਣੀ
         full: ਪੂਰੀ ਟਿੱਪਣੀ
@@ -211,6 +255,14 @@ pa:
           ਰੱਖੀ ਜਾਵੇਗੀ, ਭਾਵੇਂ ਤੁਹਾਡਾ ਖਾਤਾ ਮਿਟਾ ਦਿੱਤਾ ਗਿਆ ਹੋਵੇ:'
         retain_edits: ਨਕਸ਼ੇ ਦੇ ਭੰਡਾਰ ਵਿੱਚ ਤੁਹਾਡੇ ਸੰਪਾਦਨ, ਜੇ ਕੋਈ ਹਨ, ਨੂੰ ਬਰਕਰਾਰ ਰੱਖਿਆ
           ਜਾਵੇਗਾ।
+        retain_traces: ਤੁਹਾਡੇ ਜੋੜੇ ਖੁਰਾ-ਖੋਜ, ਜੇ ਕੋਈ ਹਨ, ਤਾਂ ਉਨ੍ਹਾਂ ਨੂੰ ਬਰਕਰਾਰ ਰੱਖਿਆ
+          ਜਾਵੇਗਾ।
+        retain_diary_entries: ਤੁਹਾਡੇ ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ ਅਤੇ ਰੋਜ਼ਨਾਮਚਾ ਟਿੱਪਣੀਆਂ, ਜੇ ਕੋਈ
+          ਹਨ, ਤਾਂ ਉਨ੍ਹਾਂ ਨੂੰ ਬਰਕਰਾਰ ਰੱਖਿਆ ਜਾਵੇਗਾ ਪਰ ਉਨ੍ਹਾਂ ਨੂੰ ਦੇਖਣ ਤੋਂ ਲੁਕਾਇਆ ਜਾਵੇਗਾ।
+        retain_notes: ਤੁਹਾਡੇ ਨਕਸ਼ੇ ਦੇ ਨੋਟ ਅਤੇ ਨੋਟ ਟਿੱਪਣੀਆਂ, ਜੇ ਕੋਈ ਹਨ, ਨੂੰ ਬਰਕਰਾਰ
+          ਰੱਖਿਆ ਜਾਵੇਗਾ ਪਰ ਵੇਖਣ ਤੋਂ ਲੁਕਾਇਆ ਜਾਵੇਗਾ।
+        retain_changeset_discussions: ਤੁਹਾਡੀ ਤਬਦੀਲੀ-ਲੜੀਆਂ ਬਾਰੇ ਵਿਚਾਰ-ਵਟਾਂਦਰੇ, ਜੇ ਕੋਈ
+          ਹਨ, ਨੂੰ ਬਰਕਰਾਰ ਰੱਖਿਆ ਜਾਵੇਗਾ।
         retain_email: ਤੁਹਾਡਾ ਈਮੇਲ ਪਤਾ ਬਰਕਰਾਰ ਰੱਖਿਆ ਜਾਵੇਗਾ।
         recent_editing_html: ਜਿਵੇਂ ਕਿ ਤੁਸੀਂ ਹਾਲ ਹੀ ਵਿੱਚ ਸੰਪਾਦਿਤ ਕੀਤਾ ਹੈ ਤੁਹਾਡੇ ਖਾਤੇ
           ਨੂੰ ਵਰਤਮਾਨ ਵਿੱਚ ਮਿਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ। %{time} ਵਿੱਚ ਮਿਟਾਉਣਾ ਸੰਭਵ ਹੋਵੇਗਾ।
@@ -219,18 +271,25 @@ pa:
   accounts:
     edit:
       title: ਖਾਤਾ ਸੋਧੋ
-      my settings: à¨®à©\87ਰà©\80à¨\86à¨\82 à¨¸à©\88à¨\9fਿੰà¨\97ਾਂ
+      my settings: à¨®à©\87ਰà©\80à¨\86à¨\82 à¨¤à¨°à¨\9cà©\80ਹਾਂ
       current email address: 'ਮੌਜੂਦਾ ਈਮੇਲ ਪਤਾ:'
+      external auth: ਬਾਹਰੀ ਪ੍ਰਮਾਣਿਕਤਾ
       openid:
         link text: ਇਹ ਕੀ ਹੈ?
       public editing:
         heading: ਜਨਤਕ ਸੁਧਾਈ
+        enabled: ਯੋਗ ਕੀਤਾ। ਅਗਿਆਤ ਨਹੀਂ ਹੈ ਅਤੇ ਡਾਟਾ ਨੂੰ ਸੋਧ ਸਕਦਾ ਹੈ।
         enabled link text: ਇਹ ਕੀ ਹੈ?
+        disabled: ਅਯੋਗ ਹੈ ਅਤੇ ਡੇਟਾ ਨੂੰ ਸੋਧ ਨਹੀਂ ਸਕਦਾ ਹੈ, ਸਾਰੇ ਪਿਛਲੇ ਸੋਧ ਅਗਿਆਤ ਹਨ।
         disabled link text: ਮੈਂ ਸੋਧ ਕਿਉਂ ਨਹੀਂ ਕਰ ਸਕਦਾ?
       contributor terms:
         heading: 'ਯੋਗਦਾਨ ਦੀਆਂ ਸ਼ਰਤਾਂ:'
         agreed: ਤੁਸੀਂ ਯੋਗਦਾਨੀ ਦੀਆਂ ਨਵੀਆਂ ਸ਼ਰਤਾਂ ਨਾਲ਼ ਸਹਿਮਤੀ ਜਤਾਈ ਹੈ।
         not yet agreed: ਤੁਸੀਂ ਯੋਗਦਾਨੀ ਦੀਆਂ ਨਵੀਆਂ ਸ਼ਰਤਾਂ ਨਾਲ਼ ਸਹਿਮਤੀ ਨਹੀਂ ਜਤਾਈ।
+        review link text: ਕ੍ਰਿਪਾ ਕਰਕੇ ਨਵੀਂ ਯੋਗਦਾਨ ਦੀਆਂ ਸ਼ਰਤਾਂ ਦੀ ਸਮੀਖਿਆ ਕਰਨ ਅਤੇ ਸਵੀਕਾਰ
+          ਕਰਨ ਲਈ ਆਪਣੀ ਸਹੂਲਤ ਅਨੁਸਾਰ ਇਸ ਕੜੀ ਦੀ ਪਾਲਣਾ ਕਰੋ।
+        agreed_with_pd: ਤੁਸੀਂ ਇਹ ਵੀ ਐਲਾਨ ਕੀਤਾ ਹੈ ਕਿ ਤੁਸੀਂ ਆਪਣੇ ਸੋਧਾਂ ਨੂੰ ਜਨਤਕ ਖੇਤਰ
+          ਵਿੱਚ ਮੰਨਦੇ ਹੋ।
         link text: ਇਹ ਕੀ ਹੈ?
       save changes button: ਤਬਦੀਲੀਆਂ ਸਾਂਭੋ
       delete_account: ਖਾਤਾ ਮਿਟਾਓ
@@ -240,29 +299,50 @@ pa:
         ਨਹੀਂ ਭੇਜ ਸਕਦੇ ਜਾਂ ਤੁਹਾਡਾ ਟਿਕਾਣਾ ਨਹੀਂ ਦੇਖ ਸਕਦੇ। ਇਹ ਦਿਖਾਉਣ ਲਈ ਕਿ ਤੁਸੀਂ ਕੀ ਸੰਪਾਦਿਤ
         ਕੀਤਾ ਹੈ ਅਤੇ ਲੋਕਾਂ ਨੂੰ ਵੈੱਬਸਾਈਟ ਰਾਹੀਂ ਤੁਹਾਡੇ ਨਾਲ ਸੰਪਰਕ ਕਰਨ ਦੀ ਇਜਾਜ਼ਤ ਦਿੱਤੀ
         ਹੈ, ਹੇਠਾਂ ਦਿੱਤੇ ਬਟਨ 'ਤੇ ਕਲਿੱਕ ਕਰੋ।
+      only_public_can_edit: 0. 6 ਏਪੀਆਈ(API) ਤਬਦੀਲੀ ਤੋਂ ਬਾਅਦ, ਸਿਰਫ ਜਨਤਕ ਵਰਤੋਂਕਾਰ ਹੀ
+        ਨਕਸ਼ੇ ਦੇ ਡੇਟਾ ਨੂੰ ਸੋਧ ਸਕਦੇ ਹਨ।
       find_out_why: ਪਤਾ ਕਰੋ ਕਿਉਂ
       email_not_revealed: ਤੁਹਾਡਾ ਈਮੇਲ ਪਤਾ ਜਨਤਕ ਹੋਣ ਨਾਲ ਪ੍ਰਗਟ ਨਹੀਂ ਕੀਤਾ ਜਾਵੇਗਾ।
       not_reversible: ਇਸ ਕਾਰਵਾਈ ਨੂੰ  ਵਾਪਸ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ ਅਤੇ ਸਾਰੇ ਨਵੇਂ ਵਰਤੋਂਕਾਰ
         ਹੁਣ ਮੂਲ ਰੂਪ ਵਿੱਚ ਜਨਤਕ ਹਨ।
       make_edits_public_button: ਮੇਰੀਆਂ ਸਾਰੀਆਂ ਸੋਧਾਂ ਜਨਤਕ ਕਰੋ
+    update:
+      success_confirm_needed: ਵਰਤੋਂਕਾਰ ਜਾਣਕਾਰੀ ਨਵਿਆਓਣ ਵਿੱਚ ਕਾਮਯਾਬ। ਆਪਣੇ ਨਵੇਂ ਈਮੇਲ
+        ਪਤੇ ਦੀ ਤਸਦੀਕ ਕਰਨ ਲਈ ਇੱਕ ਨੋਟ ਲਈ ਆਪਣੀ ਈਮੇਲ ਦੀ ਜਾਂਚ ਕਰੋ।
+      success: ਵਰਤੋਂਕਾਰ ਜਾਣਕਾਰੀ ਨਵਿਆਓਣ ਵਿੱਚ ਕਾਮਯਾਬ।
     destroy:
       success: ਖਾਤਾ ਮਿਟਾ ਦਿੱਤਾ ਗਿਆ ਹੈ।
   browse:
-    deleted_ago_by_html: '%{time_ago} à¨¨à©\82à©° %{user} à¨¦à©\81à¨\86ਰਾ ਮਿਟਾਇਆ ਗਿਆ'
-    edited_ago_by_html: '%{time_ago} à¨¨à©\82à©° %{user} à¨¦à©\81à¨\86ਰਾ ਸੋਧਿਆ ਗਿਆ'
+    deleted_ago_by_html: '%{time_ago} à¨¨à©\82à©° %{user} à¨µà©±à¨²à©\8bà¨\82 ਮਿਟਾਇਆ ਗਿਆ'
+    edited_ago_by_html: '%{time_ago} à¨¨à©\82à©° %{user} à¨µà©±à¨²à©\8bà¨\82 ਸੋਧਿਆ ਗਿਆ'
     version: ਵਰਜਨ
-    in_changeset: ਤਬਦੀਲੀਆਂ
+    redacted_version: ਸੋਧਿਆ ਸੰਸਕਰਣ
+    in_changeset: ਤਬਦੀਲੀ-ਲੜੀਆਂ
     anonymous: ਬੇਪਛਾਣ
     no_comment: (ਕੋਈ ਟਿੱਪਣੀ ਨਹੀਂ)
     part_of: ਦਾ ਹਿੱਸਾ
     part_of_relations:
       one: '%{count} ਸਬੰਧ'
       other: '%{count} ਸਬੰਧ'
+    part_of_ways:
+      one: '%{count} ਤਰੀਕਾ'
+      other: '%{count} ਤਰੀਕੇ'
     download_xml: XML ਲਾਹੋ
     view_history: ਅਤੀਤ ਵੇਖੋ
+    view_unredacted_history: ਸੋਧਿਆ ਨਹੀਂ ਗਿਆ ਇਤਿਹਾਸ ਵੇਖੋ
     view_details: ਵੇਰਵੇ ਵੇਖੋ
+    view_redacted_data: ਸੋਧਿਆ ਡੇਟਾ ਵੇਖੋ
+    view_redaction_message: ਸੋਧੇ ਗਏ ਸੁਨੇਹੇ ਵੇਖੋ
     location: 'ਟਿਕਾਣਾ:'
+    way:
+      title_html: 'ਤਰੀਕਾ: %{name}'
+      history_title_html: 'ਤਰੀਕੇ ਦਾ ਇਤਿਹਾਸ: %{name}'
+      also_part_of_html:
+        one: ਤਰੀਕੇ ਦਾ ਹਿੱਸਾ %{related_ways}
+        other: ਤਰੀਕਿਆਂ ਦਾ ਹਿੱਸਾ %{related_ways}
     relation:
+      title_html: 'ਰਿਸ਼ਤਾ: %{name}'
+      history_title_html: 'ਰਿਸ਼ਤਾ ਇਤਿਹਾਸ: %{name}'
       members: ਜੀਅ
     relation_member:
       entry_role_html: '%{type} %{name} %{role} ਵਜੋਂ'
@@ -283,6 +363,9 @@ pa:
         changeset: ਚੇਂਜ਼ਸੈੱਟ
         note: ਨੋਟ
     timeout:
+      title: ਵਕਤ-ਖ਼ਤਮ ਹੋ ਗਿਆ ਦੀ ਗ਼ਲਤੀ
+      sorry: ਮੁਆਫ ਕਰਨਾ, ਸ਼ਿਨਾਖਤ %{id} ਵਾਲੇ %{type} ਲਈ ਡਾਟਾ ਨੂੰ ਮੁੜ ਪ੍ਰਾਪਤ ਕਰਨ ਵਿੱਚ
+        ਬਹੁਤ ਲੰਬਾ ਵੱਕਤ ਲੱਗ ਗਿਆ।
       type:
         node: ਨੋਡ
         way: ਰਾਹ
@@ -290,6 +373,7 @@ pa:
         changeset: ਚੇਂਜ਼ਸੈੱਟ
         note: ਨੋਟ
     redacted:
+      redaction: ਸੋਧ %{id}
       type:
         node: ਨੋਡ
         way: ਰਾਹ
@@ -299,7 +383,10 @@ pa:
       loading: ਲੱਦ ਰਿਹਾ ਹੈ...
     tag_details:
       tags: ਟੈਗ
-      wikipedia_link: '%{page} ਲੇਖ ਵਿਕਿਪੀਡਿਆ ਉੱਤੇ'
+      wiki_link:
+        key: '%{key} ਟੈਗ ਲਈ ਵਿਕੀ ਵੇਰਵਾ ਸਫ਼ਾ'
+        tag: '%{key} =%{value} ਟੈਗ ਲਈ ਵਿਕੀ ਵੇਰਵਾ ਸਫ਼ਾ'
+      wikipedia_link: '%{page} ਲੇਖ ਵਿਕੀਪੀਡੀਆ ਉੱਤੇ'
       telephone_link: '%{phone_number} ਨੂੰ ਫੋਨ ਕਰੋ'
       colour_preview: ਰੰਗ %{colour_value} ਝਲਕ
       email_link: ਈਮੇਲ %{email}
@@ -308,21 +395,46 @@ pa:
       introduction: ਨੇੜਲੀ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਲੱਭਣ ਲਈ ਨਕਸ਼ੇ ਉੱਤੇ ਕਲਿੱਕ ਕਰੋ।
       nearby: ਨੇੜਲੀ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ
       enclosing: ਨੱਥੀ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ
+  ways:
+    timeout:
+      sorry: ਮਾਫ਼ ਕਰਨਾ, ਸ਼ਿਨਾਖਤ %{id} ਵਾਲੇ ਤਰੀਕੇ ਲਈ ਡੇਟਾ ਨੂੰ ਮੁੜ ਪ੍ਰਾਪਤ ਕਰਨ ਵਿੱਚ ਬਹੁਤ
+        ਲੰਬਾ ਵੱਕਤ ਲੱਗਾ।
+  old_ways:
+    timeout:
+      sorry: ਮਾਫ਼ ਕਰਨਾ, ਸ਼ਿਨਾਖਤ %{id} ਨਾਲ ਤਰੀਕੇ ਦੇ ਇਤਿਹਾਸ ਨੂੰ ਮੁੜ ਪ੍ਰਾਪਤ ਕਰਨ ਵਿੱਚ
+        ਬਹੁਤ ਲੰਬਾ ਵੱਕਤ ਲੱਗਾ।
+  relations:
+    timeout:
+      sorry: ਮਾਫ਼ ਕਰਨਾ, ਸ਼ਿਨਾਖਤ %{id} ਨਾਲ ਸਬੰਧਾਂ ਲਈ ਡੇਟਾ ਨੂੰ ਮੁੜ ਪ੍ਰਾਪਤ ਕਰਨ ਵਿੱਚ ਬਹੁਤ
+        ਲੰਬਾ ਵੱਕਤ ਲੱਗਾ।
+  old_relations:
+    timeout:
+      sorry: ਮਾਫ਼ ਕਰਨਾ, ਸ਼ਿਨਾਖਤ %{id} ਨਾਲ ਸਬੰਧਾਂ ਦੇ ਇਤਿਹਾਸ ਨੂੰ ਮੁੜ ਪ੍ਰਾਪਤ ਕਰਨ ਵਿੱਚ
+        ਬਹੁਤ ਲੰਬਾ ਵੱਕਤ ਲੱਗਾ।
+  changeset_comments:
+    feeds:
+      comment:
+        comment: '%{author} ਵੱਲੋਂ ਤਬਦੀਲੀ-ਲੜੀਆਂ #%%{changeset_id} ਉੱਤੇ ਨਵੀਂ ਟਿੱਪਣੀ'
+        commented_at_by_html: '%{when} %{user} ਵੱਲੋਂ ਨਵਿਆਓਣਾ ਕੀਤਾ ਗਿਆ'
+      timeout:
+        sorry: ਮਾਫ਼ ਕਰਨਾ, ਤੁਹਾਡੇ ਦੁਆਰਾ ਬੇਨਤੀ ਕੀਤੀ ਤਬਦੀਲੀ-ਲੜੀਆਂ ਦੀਆਂ ਟਿੱਪਣੀਆਂ ਦੀ ਸੂਚੀ
+          ਨੂੰ ਮੁੜ-ਪ੍ਰਾਪਤ ਕਰਨ ਵਿੱਚ ਬਹੁਤ ਲੰਮਾ ਸਮਾਂ ਲੱਗਿਆ ਹੈ।
   changesets:
-    changeset_paging_nav:
-      showing_page: ਸਫ਼ਾ %{page}
-      next: ਅਗਲਾ »
-      previous: « ਪਿਛਲਾ
     changeset:
-      anonymous: ਬੇਪਛਾਣ
       no_edits: (ਕੋਈ ਸੋਧ ਨਹੀਂ)
-    changesets:
-      id: ਸ਼ਨਾਖ਼ਤ
-      user: ਵਰਤੋਂਕਾਰ
-      comment: ਟਿੱਪਣੀ
-      area: ਖੇਤਰ
+      view_changeset_details: ਤਬਦੀਲੀ-ਲੜੀਆਂ ਦੇ ਬਦਲੇ ਵੇਰਵੇ ਵੇਖੋ
     index:
-      title: ਤਬਦੀਲੀਆਂ
+      title: ਤਬਦੀਲੀ-ਲੜੀਆਂ
+      title_user: '%{user} ਵੱਲੋਂ ਤਬਦੀਲੀ-ਲੜੀਆਂ'
+      title_user_link_html: '%{user_link} ਵੱਲੋਂ ਤਬਦੀਲੀ-ਲੜੀਆਂ'
+      title_friend: ਮੇਰੇ ਦੋਸਤਾਂ ਵੱਲੋਂ ਤਬਦੀਲੀ-ਲੜੀਆਂ
+      title_nearby: ਨੇੜਲੇ ਵਰਤੋਂਕਾਰਾਂ ਵੱਲੋਂ ਤਬਦੀਲੀ-ਲੜੀਆਂ
+      empty: ਕੋਈ ਤਬਦੀਲੀ-ਲੜੀਆਂ ਨਹੀਂ ਮਿਲਿਆਂ।
+      empty_area: ਇਸ ਖੇਤਰ ਵਿੱਚ ਕੋਈ ਤਬਦੀਲੀ-ਲੜੀਆਂ ਨਹੀਂ ਹਨ।
+      empty_user: ਇਸ ਵਰਤੋਂਕਾਰ ਵੱਲੋਂ ਕੋਈ ਤਬਦੀਲੀ-ਲੜੀਆਂ ਨਹੀਂ ਜੋੜਿਆਂ ਹਨ।
+      no_more: ਕੋਈ ਤਬਦੀਲੀ-ਲੜੀਆਂ ਨਹੀਂ ਮਿਲਿਆਂ।
+      no_more_area: ਇਸ ਖੇਤਰ ਵਿੱਚ ਕੋਈ ਤਬਦੀਲੀ-ਲੜੀਆਂ ਨਹੀਂ ਹਨ।
+      no_more_user: ਇਸ ਵਰਤੋਂਕਾਰ ਵੱਲੋਂ ਕੋਈ ਤਬਦੀਲੀ-ਲੜੀਆਂ ਨਹੀਂ ਜੋੜਿਆਂ ਹਨ।
       load_more: ਹੋਰ ਪੜ੍ਹੋ
       feed:
         title: ਤਬਦੀਲੀ ਲੜੀ %{id}
@@ -330,77 +442,202 @@ pa:
         created: ਬਣਾਇਆ ਗਿਆ
         closed: ਬੰਦ ਹੋਇਆ
         belongs_to: ਲੇਖਕ
+    subscribe:
+      heading: ਹੇਠਾਂ ਦਿੱਤੀ ਵੱਲੋਂ ਤਬਦੀਲੀ-ਲੜੀਆਂ ਦੀ ਗੱਲਬਾਤ ਲਈ ਗਾਹਕ ਬਣੋ?
+      button: ਚਰਚਾ ਲਈ ਗਾਹਕ ਬਣੋ
+    unsubscribe:
+      heading: ਹੇਠਾਂ ਦਿੱਤੀਆਂ ਤਬਦੀਲੀ-ਲੜੀਆਂ ਚਰਚਾ ਤੋਂ ਗਾਹਕੀ ਹਟਾਓ?
+      button: ਚਰਚਾ ਤੋਂ ਗਾਹਕੀ ਹਟਾਓ
+    heading:
+      title: ਤਬਦੀਲੀ-ਲੜੀ %{id}
+      created_by_html: '%{link_user} ਵੱਲੋਂ %{created} ਨੂੰ ਬਣਾਇਆ ਗਿਆ।'
+    no_such_entry:
+      heading: ਸ਼ਿਨਾਖਤ:%{id} ਨਾਲ ਕੋਈ ਇੰਦਰਾਜ ਨਹੀਂ ਹੈ
+      body: ਮਾਫ਼ ਕਰਨਾ, id %{id} ਨਾਲ ਕੋਈ ਤਬਦੀਲੀ ਨਹੀਂ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਆਪਣੇ ਸ਼ਬਦ-ਜੋੜ ਦੀ
+        ਜਾਂਚ ਕਰੋ, ਜਾਂ ਹੋ ਸਕਦਾ ਹੈ ਕਿ ਤੁਹਾਡੇ ਵੱਲੋਂ ਕਲਿੱਕ ਕੀਤੀ ਗਈ ਕੜੀ ਗਲਤ ਹੈ।
     show:
       title: 'ਤਬਦੀਲੀ ਲੜੀ: %{id}'
       created: 'ਬਣਾਇਆ ਗਿਆ: %{when}'
       closed: 'ਬੰਦ ਕੀਤਾ: %{when}'
       created_ago_html: '%{time_ago} ਬਣਾਇਆ ਗਿਆ'
       closed_ago_html: '%{time_ago} ਬੰਦ ਕੀਤਾ'
-      created_ago_by_html: '%{time_ago} à¨¨à©\82à©° %{user} à¨¦à©\81à¨\86ਰਾ ਬਣਾਇਆ ਗਿਆ'
-      closed_ago_by_html: '%{time_ago} à¨¨à©\82à©° %{user} à¨¦à©\81à¨\86ਰਾ ਬੰਦ ਕੀਤਾ ਗਿਆ'
+      created_ago_by_html: '%{time_ago} à¨¨à©\82à©° %{user} à¨µà©±à¨²à©\8bà¨\82 ਬਣਾਇਆ ਗਿਆ'
+      closed_ago_by_html: '%{time_ago} à¨¨à©\82à©° %{user} à¨µà©±à¨²à©\8bà¨\82 ਬੰਦ ਕੀਤਾ ਗਿਆ'
       discussion: ਗੱਲ-ਬਾਤ
       join_discussion: ਗੱਲਬਾਤ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋਣ ਲਈ ਦਾਖ਼ਲ ਹੋਵੋ
+      still_open: ਤਬਦੀਲੀ-ਲੜੀ ਅਜੇ ਵੀ ਖੁੱਲ੍ਹੀ ਏ - ਤਬਦੀਲੀ-ਲੜੀ ਬੰਦ ਹੋਣ 'ਤੇ ਚਰਚਾ ਖੁੱਲ੍ਹ
+        ਜਾਵੇਗੀ।
+      subscribe: ਗਾਹਕ ਬਣੋ
+      unsubscribe: ਗਾਹਕੀ ਰੱਦ ਕਰੋ
       comment_by_html: '%{user} %{time_ago} ਤੋਂ ਟਿੱਪਣੀ'
       hidden_comment_by_html: '%{user} %{time_ago} ਤੋਂ ਲੁਕਵੀਂ ਟਿੱਪਣੀ'
+      hide_comment: ਲੁਕਾਓ
+      unhide_comment: ਮੁੜ-ਵਿਖਾਓ
+      comment: ਟਿੱਪਣੀ
       changesetxml: ਤਬਦੀਲੀ ਲੜੀ XML
+    paging_nav:
+      ways: ਤਰੀਕੇ (%{count})
+      ways_paginated: '%{count} ਵਿੱਚੋਂ (%{x}-%{y} ਦਾ ਤਰੀਕਾ'
+      relations: ਸਬੰਧ (%{count})
+      relations_paginated: '%{count} ਵਿੱਚੋਂ (%{x}-%{y} ਦਾ ਸਬੰਧ'
+    timeout:
+      sorry: ਮੁਆਫ ਕਰਨਾ, ਤੁਹਾਡੇ ਦੁਆਰਾ ਬੇਨਤੀ ਕੀਤੀ ਤਬਦੀਲੀ-ਲੜੀਆਂ ਦੀ ਸੂਚੀ ਨੂੰ ਪ੍ਰਾਪਤ ਕਰਨ
+        ਵਿੱਚ ਬਹੁਤ ਲੰਬਾ ਸਮਾਂ ਲੱਗ ਗਿਆ।
   dashboards:
     contact:
       km away: '%{count}ਕਿ.ਮੀ. ਪਰ੍ਹਾਂ'
       m away: '%{count}ਮੀਟਰ ਪਰ੍ਹਾਂ'
       latest_edit_html: 'ਤਾਜ਼ੇ ਸੋਧ (%{ago}):'
     popup:
-      your location: ਤੁਹਾਡੀ ਸਥਿਤੀ
+      your location: ਤੁਹਾਡਾ ਟਿਕਾਣਾ
+      nearby mapper: ਨੇਡ਼ਲੇ ਨਕਸ਼ਾ-ਨਵੀਸ਼
       friend: ਦੋਸਤ
     show:
+      no_home_location_html: '%{edit_profile_link} ਅਤੇ ਨੇਡ਼ਲੇ ਵਰਤੋਂਕਾਰ ਨੂੰ ਵੇਖਣ ਲਈ
+        ਆਪਣੇ ਘਰ ਦਾ ਟਿਕਾਣਾ ਕਾਇਮ ਕਰੋ।'
       my friends: ਮੇਰੇ ਦੋਸਤ
       no friends: ਤੁਸੀਂ ਅਜੇ ਕੋਈ ਮਿੱਤਰ ਨਹੀਂ ਜੋੜਿਆ।
       nearby users: ਨੇੜੇ-ਤੇੜੇ ਦੇ ਹੋਰ ਵਰਤੋਂਕਾਰ
+      no nearby users: ਅਜੇ ਤੱਕ ਇੱਥੇ ਨੇੜੇ ਕੋਈ ਹੋਰ ਵਰਤੋਂਕਾਰ ਨਹੀਂ ਹਨ ਜੋ  ਨਕਸ਼ਾ-ਉਲੀਕਣ
+        ਨੂੰ ਸਵੀਕਾਰ ਕਰਦੇ ਹਨ।
+      friends_changesets: ਦੋਸਤਾਂ ਦਿਆਂ ਤਬਦੀਲੀ-ਲੜੀਆਂ
+      friends_diaries: ਦੋਸਤਾਂ ਦੇ ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ਼
+      nearby_changesets: ਨੇੜਲੇ ਵਰਤੋਂਕਾਰ ਦੀ ਤਬਦੀਲੀ-ਲੜੀਆਂ
+      nearby_diaries: ਨੇੜਲੇ ਵਰਤੋਂਕਾਰ ਦੇ ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ਼
   diary_entries:
+    new:
+      title: ਰੋਜ਼ਨਾਮਚੇ 'ਚ ਨਵਾਂ ਇੰਦਰਾਜ
     form:
       location: ਟਿਕਾਣਾ
       use_map_link: ਨਕਸ਼ਾ ਵਰਤੋ
+    index:
+      title: ਵਰਤੋਂਕਾਰਾਂ ਦੇ ਰੋਜ਼ਨਾਮਚੇ
+      title_friends: ਦੋਸਤਾਂ ਦੇ ਰੋਜ਼ਨਾਮਚੇ
+      title_nearby: ਨੇਡ਼ਲੇ ਵਰਤੋਂਕਾਰਾਂ ਦੇ ਰੋਜ਼ਨਾਮਚੇ
+      user_title: '%{user} ਦੇ ਰੋਜ਼ਨਾਮਚੇ'
+      in_language_title: '%{language} ਵਿੱਚ ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ਼'
+      new: ਰੋਜ਼ਨਾਮਚੇ 'ਚ ਨਵਾਂ ਇੰਦਰਾਜ
+      new_title: ਮੇਰੇ ਰੋਜ਼ਨਾਮਚੇ ਵਿੱਚ ਇੱਕ ਨਵਾਂ ਇੰਦਰਾਜ਼ ਲਿਖੋ
+      my_diary: ਮੇਰਾ ਰੋਜ਼ਨਾਮਚਾ
+      no_entries: ਕੋਈ ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ਼ ਨਹੀਂ ਏ
+    page:
+      recent_entries: ਹਾਲੀਆ ਦੇ ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ਼
+    edit:
+      title: ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ਼ ਨੂੰ ਸੋਧੋ
+      marker_text: ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ਼ ਟਿਕਾਣਾ
     show:
+      title: '%{user} ਦੇ ਰੋਜ਼ਨਾਮਚੇ ਦਾ | %{title}'
+      user_title: '%{user} ਦੇ ਰੋਜ਼ਨਾਮਚੇ'
       discussion: ਗੱਲ-ਬਾਤ
+      subscribe: ਗਾਹਕ ਬਣੋ
+      unsubscribe: ਗਾਹਕੀ ਰੱਦ ਕਰੋ
       leave_a_comment: ਕੋਈ ਟਿੱਪਣੀ ਛੱਡੋ
       login_to_leave_a_comment_html: ਟਿੱਪਣੀ ਛੱਡਣ ਵਾਸਤੇ %{login_link}
       login: ਦਾਖ਼ਲ ਹੋਵੋ
     no_such_entry:
-      title: ਅਜਿਹਾ ਕੋਈ ਡਾਇਰੀ ਇੰਦਰਾਜ ਨਹੀਂ
+      title: ਅਜਿਹਾ ਕੋਈ ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ ਨਹੀਂ ਏ
+      heading: ਸ਼ਿਨਾਖਤ:%{id} ਨਾਲ ਕੋਈ ਇੰਦਰਾਜ ਨਹੀਂ ਹੈ
+      body: ਮਾਫ਼ ਕਰਨਾ, ਸ਼ਿਨਾਖਤ %{id} ਨਾਲ ਕੋਈ ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ ਜਾਂ ਟਿੱਪਣੀ ਨਹੀਂ ਹੈ।
+        ਕਿਰਪਾ ਕਰਕੇ ਆਪਣੇ ਸ਼ਬਦ-ਜੋੜ ਦੀ ਜਾਂਚ ਕਰੋ, ਜਾਂ ਹੋ ਸਕਦਾ ਹੈ ਕਿ ਤੁਹਾਡੇ ਵੱਲੋਂ ਕਲਿੱਕ
+        ਕੀਤੀ ਗਈ ਕੜੀ ਗਲਤ ਹੋਵੇ।
     diary_entry:
+      posted_by_html: |-
+        %{link_user} ਵੱਲੋਂ %{created} ਨੂੰ %{language_link} ਵਿੱਚ ਜੋੜਿਆ ਗਿਆ।
+        ਐਮ ਵੱਲੋਂ 10 ਨੂੰ ਪੰਜਾਬੀ ਵਿੱਚ ਪੋਸਟ ਕੀਤਾ ਗਿਆ।
+      updated_at_html: ਆਖਰੀ ਵਾਰ %{updated} ਨੂੰ ਨਵਿਆਈਆ ਗਿਆ।
       comment_link: ਇਸ ਇੰਦਰਾਜ 'ਤੇ ਟਿੱਪਣੀ ਕਰੋ
-      reply_link: ਇਸ ਇੰਦਰਾਜ ਦਾ ਜੁਆਬ ਦਿਉ
+      reply_link: ਲੇਖਕ ਨੂੰ ਸੁਨੇਹਾ ਭੇਜੋ
+      comment_count:
+        one: '%{count} ਟਿੱਪਣੀ'
+        other: '%{count} ਟਿੱਪਣੀਆਂ'
       no_comments: ਕੋਈ ਟਿੱਪਣੀਆਂ ਨਹੀਂ
       edit_link: ਇਹ ਇੰਦਰਾਜ ਸੋਧੋ
       hide_link: ਇਹ ਇੰਦਰਾਜ ਲੁਕਾਉ
+      unhide_link: ਇਹ ਇੰਦਰਾਜ ਮੁੜ-ਵਿਖਾਓ
       confirm: ਤਸਦੀਕ ਕਰੋ
+      report: ਇਸ ਇੰਦਰਾਜ ਦੀ ਇਤਲਾਹ ਦਿਓ
     diary_comment:
+      comment_from_html: '%{link_user} ਵੱਲੋਂ %{comment_created_at} ''ਤੇ ਟਿੱਪਣੀ'
       hide_link: ਇਹ ਟਿੱਪਣੀ ਲੁਕਾਉ
+      unhide_link: ਇਸ ਟਿੱਪਣੀ ਨੂੰ ਮੁੜ-ਵਿਖਾਓ
       confirm: ਤਸਦੀਕ ਕਰੋ
+      report: ਇਸ ਟਿੱਪਣੀ ਦੀ ਇਤਲਾਹ ਦਿਓ
     location:
       location: 'ਟਿਕਾਣਾ:'
-      view: ਵੇਖੋ
-      edit: ਸੋਧੋ
+    feed:
+      user:
+        title: '%{user} ਲਈ OpenStreetMap ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ'
+        description: '%{user} ਤੋਂ ਤਾਜ਼ਾ OpenStreetMap ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ'
+      language:
+        title: '%{language_name} ਵਿੱਚ OpenStreetMap ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ'
+        description: '%{language_name} ਵਿੱਚ OpenStreetMap ਦੇ ਵਰਤੋਂਕਾਰ ਤੋਂ ਹਾਲੀਆ ਰੋਜ਼ਨਾਮਚਾ
+          ਇੰਦਰਾਜ'
+      all:
+        title: OpenStreetMap ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ
+        description: OpenStreetMap ਦੇ ਵਰਤੋਂਕਾਰ ਤੋਂ ਹਾਲੀਆ ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ
+    subscribe:
+      heading: ਹੇਠ ਲਿਖੀ ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ ਚਰਚਾ ਦੀ ਗਾਹਕੀ ਲਓ?
+      button: ਚਰਚਾ ਲਈ ਗਾਹਕੀ ਲਓ
+    unsubscribe:
+      heading: ਹੇਠ ਲਿਖੇ ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ ਚਰਚਾ ਤੋਂ ਗਾਹਕੀ ਹਟਾਓ?
+      button: ਚਰਚਾ ਤੋਂ ਗਾਹਕੀ ਹਟਾਓ
   diary_comments:
+    index:
+      title: ਰੋਜ਼ਨਾਮਚਾ ਟਿੱਪਣੀਆਂ %{user} ਵੱਲੋਂ ਜੋੜੀਆਂ ਗਈਆਂ
+      heading: '%{user} ਦੀਆਂ ਰੋਜ਼ਨਾਮਚਾ ਟਿੱਪਣੀਆਂ'
+      subheading_html: ਰੋਜ਼ਨਾਮਚਾ ਟਿੱਪਣੀਆਂ %{user} ਵੱਲੋਂ ਜੋੜੀਆਂ ਗਈਆਂ
+      no_comments: ਕੋਈ ਰੋਜ਼ਨਾਮਚਾ ਟਿੱਪਣੀਆਂ ਨਹੀਂ ਹਨ
     page:
       post: ਡਾਕ
       when: ਕਦੋਂ
       comment: ਟਿੱਪਣੀ
-      newer_comments: ਨਵੀਆਂ ਟਿੱਪਣੀਆਂ
-      older_comments: ਪੁਰਾਣੀਆਂ ਟਿੱਪਣੀਆਂ
+    new:
+      heading: ਹੇਠ ਲਿਖੇ ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ ਚਰਚਾ ਵਿੱਚ ਕੋਈ ਟਿੱਪਣੀ ਸ਼ਾਮਲ ਕਰੋ?
+  doorkeeper:
+    scopes:
+      address: ਆਪਣਾ ਭੌਤਿਕ ਪਤਾ ਵੇਖੋ
+      email: ਆਪਣਾ ਈਮੇਲ ਪਤਾ ਵੇਖੋ
+      openid: ਆਪਣੇ ਖਾਤੇ ਦੀ ਤਸਦੀਕ ਕਰੋ
+      phone: ਆਪਣਾ ਫ਼ੋਨ ਨੰਬਰ ਵੇਖੋ
+      profile: ਆਪਣੀ ਪ੍ਰੋਫਾਈਲ ਜਾਣਕਾਰੀ ਵੇਖੋ
+  errors:
+    contact:
+      contact_url_title: ਵੱਖ-ਵੱਖ ਸੰਪਰਕ ਚੈਨਲਾਂ ਬਾਰੇ ਦੱਸਿਆ
+      contact: ਰਾਬਤਾ
+    bad_request:
+      title: ਮਾਡ਼ੀ ਬੇਨਤੀ
+    forbidden:
+      title: ਵਰਜਿਤ
+    internal_server_error:
+      title: ਆਦੇਸ਼ਕਾਰੀ ਦੀ ਗਲਤੀ
+    not_found:
+      title: ਫਾਇਲ ਨਹੀਂ ਲੱਭੀ
   friendships:
     make_friend:
       heading: '%{user} ਨਾਲ਼ ਯਾਰੀ ਪਾਉਣੀ ਹੈ?'
       button: ਦੋਸਤ ਵਜੋਂ ਜੋੜੋ
       success: '%{name} ਹੁਣ ਤੁਹਾਡਾ ਦੋਸਤ ਹੈ!'
+      failed: ਮੁਆਫ ਕਰਨਾ,%{name} ਨੂੰ ਦੋਸਤ ਵਜੋਂ ਜੋਡ਼ਨ ਵਿੱਚ ਅਸਫਲ ਰਿਹਾ।
       already_a_friend: ਤੁਸੀਂ ਪਹਿਲੋਂ ਹੀ %{name} ਨਾਲ਼ ਯਾਰੀ ਪਾ ਚੁੱਕੇ ਹੋ।
+      limit_exceeded: ਤੁਸੀਂ ਹਾਲ ਹੀ ਵਿੱਚ ਬਹੁਤ ਸਾਰੇ ਵਰਤੋਂਕਾਰਾਂ ਨਾਲ ਦੋਸਤੀ ਕੀਤੀ ਹੈ। ਕਿਰਪਾ
+        ਕਰਕੇ ਹੋਰ ਦੋਸਤੀ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਕੁਝ ਸਮਾਂ ਉਡੀਕ ਕਰੋ।
     remove_friend:
       heading: '%{user} ਨਾਲ਼ ਯਾਰੀ ਤੋੜਨੀ ਹੈ?'
       button: ਯਾਰੀ ਤੋੜੋ
+      success: '%{name} ਨੂੰ ਤੁਹਾਡੇ ਦੋਸਤਾਂ ਵਿੱਚੋਂ ਹਟਾ ਦਿੱਤਾ ਗਿਆ ਸੀ।'
+      not_a_friend: '%{name} ਤੁਹਾਡੇ ਦੋਸਤਾਂ ਵਿੱਚੋਂ ਇੱਕ ਨਹੀਂ ਹੈ।'
   geocoder:
+    search:
+      title:
+        latlon: ਅੰਦਰੂਨੀ
     search_osm_nominatim:
       prefix:
+        aerialway:
+          cable_car: ਕੇਬਲ ਕਾਰ
+          gondola: ਗੋਂਡੋਲਾ ਲਿਫਟ
         aeroway:
           aerodrome: ਏਰੋਡਰੋਮ
+          airstrip: ਹਵਾਈ ਪੱਟੀ
           apron: ਐਪਰਨ
           gate: ਹਵਾਈ ਅੱਡੇ ਦਾ ਦਰਵਾਜ਼ਾ
           helipad: ਹੈਲੀਪੈਡ
@@ -416,6 +653,7 @@ pa:
           bench: ਬੈਂਚ
           bicycle_parking: ਸਾਈਕਲ ਪਾਰਕਿੰਗ
           bicycle_rental: ਕਿਰਾਏ 'ਤੇ ਸਾਈਕਲ
+          bicycle_repair_station: ਸਾਈਕਲ ਮੁਰੰਮਤ ਥਾਂ
           biergarten: ਬੀਅਰ ਬਾਗ਼
           boat_rental: ਕਿਸ਼ਤੀ ਕਿਰਾਇਆ
           brothel: ਕੋਠਾ
@@ -451,22 +689,28 @@ pa:
           hospital: ਹਸਪਤਾਲ
           hunting_stand: ਸ਼ਿਕਾਰ ਸਟੈਂਡ
           ice_cream: ਆਈਸ ਕਰੀਮ
+          internet_cafe: ਇੰਟਰਨੈੱਟ ਕੈਫੇ
           kindergarten: ਬਾਲਵਾੜੀ
-          library: ਪੁਸਤਕਾਲਾ
+          language_school: ਭਾਸ਼ਾ ਸਕੂਲ
+          library: ਕਿਤਾਬਘਰ
           marketplace: ਮੰਡੀ ਦੀ ਥਾਂ
           monastery: ਮੱਠ
           motorcycle_parking: ਮੋਟਰਸਾਈਕਲ ਪਾਰਕਿੰਗ
+          music_school: ਸੰਗੀਤ ਸਕੂਲ
           nightclub: ਰਾਤ ਦਾ ਕਲੱਬ
           nursing_home: ਨਰਸਿੰਗ ਹੋਮ
           parking: ਪਾਰਕਿੰਗ
           parking_entrance: ਪਾਰਕਿੰਗ ਪਰਵੇਸ਼
-          pharmacy: ਫ਼ਾਰਮੇਸੀ
+          payment_terminal: ਭੁਗਤਾਨ ਜੰਤਰ
+          pharmacy: ਦਵਾਈ ਦੀ ਹੱਟੀ
           place_of_worship: ਭਗਤੀ ਦਾ ਘਰ
           police: ਪੁਲਿਸ
           post_box: ਡਾਕ ਬਕਸਾ
           post_office: ਡਾਕ ਘਰ
           prison: ਜੇਲ੍ਹ
           pub: ਪਬ
+          public_bath: ਜਨਤਕ ਇਸ਼ਨਾਨਘਰ
+          public_bookcase: ਜਨਤਕ ਕਿਤਾਬ-ਅਲਮਾਰੀ
           public_building: ਜਨਤਕ ਇਮਾਰਤ
           recycling: ਰੀਸਾਈਕਲ ਬਿੰਦੂ
           restaurant: ਰੈਸਟੋਰੈਂਟ
@@ -482,17 +726,26 @@ pa:
           theatre: ਥੀਏਟਰ
           toilets: ਪਖਾਣੇ
           townhall: ਟਾਊਨ ਹਾਲ
+          training: ਸਿਖਲਾਈ ਦੀ ਸਹੂਲਤ
           university: ਯੂਨੀਵਰਸਿਟੀ
+          vehicle_inspection: ਗੱਡੀ ਨਿਰੀਖਣ
           vending_machine: ਮਾਲ-ਵੇਚੂ ਮਸ਼ੀਨ
           veterinary: ਡੰਗਰਾਂ ਦਾ ਹਸਪਤਾਲ
-          village_hall: à¨ªà¨¿à©°à¨¡ à¨¦à¨¾ à¨¹à¨¾à¨²
+          village_hall: à¨ªà¨¿à©°à¨¡ à¨¦à¨¾ à¨ªà©°à¨\9aਾà¨\87ਤ à¨\98ਰ
           waste_basket: ਕੂੜਾਦਾਨ
           waste_disposal: ਕੂੜੇਦਾਨ
+          watering_place: ਪਾਣੀ ਵਾਲੀ ਥਾਂ
+          water_point: ਪਾਣੀ ਦੀ ਥਾਂ
+          weighbridge: ਧਰਮ ਕੰਡਾ
+          "yes": ਸਹੂਲਤਾਂ
         boundary:
+          aboriginal_lands: ਆਦਿਵਾਸੀ ਜ਼ਮੀਨਾਂ
           administrative: ਪ੍ਰਬੰਧਕੀ ਸਰਹੱਦ
           census: ਮਰਦਮਸ਼ੁਮਾਰੀ ਸਰਹੱਦ
           national_park: ਕੌਮੀ ਬਾਗ਼
+          political: ਚੋਣ ਹੱਦ
           protected_area: ਸੁਰੱਖਿਅਤ ਖੇਤਰ
+          "yes": ਹੱਦ
         bridge:
           aqueduct: ਪੁਲ
           suspension: ਲਮਕਦਾ ਪੁਲ
@@ -500,21 +753,64 @@ pa:
           viaduct: ਘਾਟੀ ਉਤਲਾ ਪੁਲ
           "yes": ਪੁਲ
         building:
+          apartment: ਅਪਾਰਟਮੈਂਟ
+          apartments: ਅਪਾਰਟਮੈਂਟ
+          bungalow: ਬੰਗਲਾ
+          cabin: ਕੋਠੜੀ
+          chapel: ਛੋਟਾ ਗਿਰਜਾਘਰ
+          church: ਧਾਰਮਿਕ ਥਾਂ
+          civic: ਨਾਗਰਿਕ ਇਮਾਰਤ
+          college: ਕਾਲਜ ਦੀ ਇਮਾਰਤ
+          commercial: ਵਪਾਰਕ ਇਮਾਰਤ
+          construction: ਉਸਾਰੀ ਹੇਠ ਇਮਾਰਤ
+          cowshed: ਗਊਸ਼ਾਲਾ
+          detached: ਵੱਖ ਕੀਤਾ ਘਰ
+          garage: ਗਰਾਜ
+          garages: ਗਰਾਜਾਂ
+          hospital: ਹਸਪਤਾਲ ਦੀ ਇਮਾਰਤ
+          hotel: ਹੋਟਲ ਦੀ ਇਮਾਰਤ
+          house: ਘਰ
+          hut: ਕੁੱਲੀ
+          kindergarten: ਬਾਲਵਾੜੀ ਇਮਾਰਤ
+          office: ਦਫ਼ਤਰ ਦੀ ਇਮਾਰਤ
+          public: ਜਨਤਕ ਇਮਾਰਤ
+          residential: ਰਿਹਾਇਸ਼ੀ ਇਮਾਰਤ
+          retail: ਪ੍ਰਚੂਨ ਇਮਾਰਤ
+          roof: ਛੱਤ
+          ruins: ਟੁੱਟੀ ਇਮਾਰਤ
+          school: ਸਕੂਲ ਦੀ ਇਮਾਰਤ
+          shed: ਢਾਰਾ
+          stable: ਤਬੇਲਾ
+          static_caravan: ਕਾਰਵਾਂ
+          temple: ਮੰਦਰ ਦੀ ਇਮਾਰਤ
+          train_station: ਰੇਲ ਅੱਡਾ ਇਮਾਰਤ
+          university: ਵਿਸ਼ਵ-ਵਿਦਿਆਲੇ ਦੀ ਇਮਾਰਤ
+          warehouse: ਗੁਦਾਮ
           "yes": ਇਮਾਰਤ
+        club:
+          "yes": ਕਲੱਬ
         craft:
+          beekeeper: ਮਧੂ ਮੱਖੀ ਪਾਲਣ ਵਾਲਾ
+          blacksmith: ਲੋਹਾਰ
           brewery: ਬਰੂਅਰੀ
           carpenter: ਤਰਖਾਣ
+          confectionery: ਮਿਠਾਈ
           electrician: ਇਲੈਕਟਰੀਸ਼ਨ
           gardener: ਮਾਲੀ
+          handicraft: ਦਸਤਕਾਰੀ
           painter: ਚਿੱਤਰਕਾਰ
           photographer: ਫ਼ੋਟੋਗ੍ਰਾਫ਼ਰ
           plumber: ਨਲਸਾਜ਼
+          sawmill: ਆਰਾ ਚੱਕੀ
           shoemaker: ਮੋਚੀ
           tailor: ਦਰਜੀ
+          winery: ਸ਼ਰਾਬ ਦਾ ਕਾਰਖ਼ਾਨਾ(Winery)
           "yes": ਕਰਾਫਟ ਦੁਕਾਨ
         emergency:
           ambulance_station: ਐਂਬੂਲੈਂਸ ਸਟੇਸ਼ਨ
           defibrillator: ਡੀਫਿਬ੍ਰੀਲੇਟਰ
+          fire_extinguisher: ਅੱਗ ਬੁਝਾਉਣ ਵਾਲਾ ਜੰਤਰ
+          fire_water_pond: ਅੱਗ ਦੇ ਪਾਣੀ ਦਾ ਟੋਆ
           landing_site: ਸੰਕਟਕਾਲੀਨ ਉਤਰ ਸਥਾਨ
           phone: ਐਮਰਜੈਂਸੀ ਫ਼ੋਨ
         highway:
@@ -522,6 +818,7 @@ pa:
           bridleway: ਘੋੜ-ਰਾਹ
           bus_stop: ਬੱਸ ਅੱਡਾ
           construction: ਉਸਾਰੀ ਹੇਠ ਹਾਈਵੇ
+          crossing: ਪਾਰ-ਕਰਨਾ
           cycleway: ਸਾਈਕਲ ਰਾਹ
           elevator: ਲਿਫਟ
           emergency_access_point: ਐਮਰਜੈਂਸੀ ਪਹੁੰਚ ਬਿੰਦੂ
@@ -534,7 +831,7 @@ pa:
           motorway_link: ਮੋਟਰਵੇ ਰੋਡ
           path: ਰਾਹ
           pedestrian: ਪੈਦਲ ਜਾਣ ਲਈ ਰਾਹ
-          platform: à¨ªà¨²à©\87à¨\9fਫਾਰਮ
+          platform: à¨\85ੱਡਾ
           primary: ਮੁੱਢਲੀ ਸੜਕ
           primary_link: ਮੁੱਢਲੀ ਸੜਕ
           raceway: ਰੇਸਵੇ
@@ -547,20 +844,27 @@ pa:
           services: ਮੋਟਰਵੇ ਸੇਵਾਵਾਂ
           speed_camera: ਗਤੀ ਕੈਮਰਾ
           steps: ਪੌੜੀਆਂ
+          stop: ਰੁੱਕ ਜਾਓ
           street_lamp: ਗਲੀ ਬੱਤੀ
           tertiary: ਤੀਜੇ ਪੱਧਰ ਦੀ ਸੜਕ
           tertiary_link: ਤੀਜੇ ਪੱਧਰ ਦੀ ਸੜਕ
           track: ਟਰੈਕ
+          traffic_mirror: ਆਵਾਜਾਈ ਸ਼ੀਸ਼ਾ
           traffic_signals: ਟਰੈਫਿਕ ਸਿਗਨਲ
           trunk: ਟਰੰਕ ਸੜਕ
           trunk_link: ਟਰੰਕ ਸੜਕ
+          turning_circle: ਮੁੜਨ ਵਾਲਾ ਗੋਲ-ਘਤੇਰਾ
           unclassified: ਅਵਰਗੀਕ੍ਰਿਤ ਰੋਡ
           "yes": ਸੜਕ
         historic:
+          aircraft: ਇਤਿਹਾਸਕ ਹਵਾਈ ਜਹਾਜ਼
           archaeological_site: ਪੁਰਾਤੱਤਵ ਸਥਾਨ
           battlefield: ਜੰਗ ਦਾ ਮੈਦਾਨ
+          boundary_stone: ਹੱਦ ਪੱਥਰ
           building: ਇਤਿਹਾਸਕ ਇਮਾਰਤ
+          cannon: ਇਤਿਹਾਸਕ ਤੋਪ
           castle: ਗੜ੍ਹੀ
+          charcoal_pile: ਇਤਿਹਾਸਕ ਕੋਲੇ ਦਾ ਢੇਰ
           church: ਗਿਰਜਾ
           city_gate: ਸ਼ਹਿਰ ਗੇਟ
           citywalls: ਸ਼ਹਿਰ ਦੀਆੰ ਕੰਧਾੰ
@@ -569,21 +873,29 @@ pa:
           house: ਘਰ
           manor: ਮੈਨਰ
           memorial: ਯਾਦਗਾਰ
+          milestone: ਇਤਿਹਾਸਕ ਮੀਲ ਪੱਥਰ
           mine: ਖਾਨ
           monument: ਸਮਾਰਕ
+          railway: ਇਤਿਹਾਸਕ ਰੇਲ-ਗੱਡੀ
           ruins: ਖੰਡਰ
           stone: ਪੱਥਰ
           tomb: ਮਕਬਰਾ
           tower: ਬੁਰਜ
+          wayside_chapel: ਰਾਹ ਦੇ ਕੰਢੇ ਛੋਟਾ ਗਿਰਜਾਘਰ
+          wayside_cross: ਰਾਹ ਦੇ ਕੰਢੇ ਕਰਾਸ
+          wayside_shrine: ਰਾਹ ਦੇ ਕੰਢੇ ਮੰਦਰ
+          "yes": ਇਤਿਹਾਸਕ ਥਾਂ
         junction:
           "yes": ਜੰਕਸ਼ਨ
         landuse:
+          allotments: ਹਿੱਸਾ
+          aquaculture: ਜਲ ਖੇਤੀਬਾਡ਼ੀ
           basin: ਹੌਜ਼ੀ
           cemetery: ਸ਼ਮਸ਼ਾਨ
           commercial: ਵਪਾਰਕ ਖੇਤਰ
-          conservation: à¨°à©±à¨\96
-          construction: ਉਸਾਰੀ
-          farmland: ਖੇਤ ਭੂਮੀ
+          conservation: à¨¸à©°à¨­à¨¾à¨² à¨\96à©\87ਤਰ
+          construction: ਉਸਾਰੀ ਖੇਤਰ
+          farmland: ਖੇਤੀਬਾੜੀ ਦੀ ਜ਼ਮੀਨ
           farmyard: ਫਾਰਮਯਾਰਡ
           forest: ਜੰਗਲ
           garages: ਗੈਰਜ
@@ -593,24 +905,32 @@ pa:
           military: ਫ਼ੌਜੀ ਇਲਾਕਾ
           mine: ਖਾਨ
           orchard: ਬਗ਼ੀਚਾ
+          plant_nursery: ਬੂਟਿਆਂ ਦੀ ਪਨੀਰੀ
+          quarry: ਖੱਡ
           railway: ਰੇਲਵੇ
           recreation_ground: ਮਨੋਰੰਜਨ ਮੈਦਾਨ
+          religious: ਧਾਰਮਿਕ ਥਾਂ
           reservoir: ਸਰੋਵਰ
           residential: ਰਿਹਾਇਸ਼ੀ ਇਲਾਕਾ
           retail: ਪਰਚੂਨ ਖੇਤਰ
           village_green: ਸ਼ਾਮਲਾਤ
           vineyard: ਅੰਗੂਰਾਂ ਦਾ ਬਾਗ਼
+          "yes": ਜ਼ਮੀਨ ਦੀ ਵਰਤੋਂ
         leisure:
           common: ਸ਼ਾਮਲਾਟ
           dog_park: ਕੁੱਤਾ ਪਾਰਕ
+          firepit: ਅੱਗ ਦਾ ਟੋਆ
           fishing: ਮੱਛੀ-ਖੋਜ ਇਲਾਕਾ
           fitness_centre: ਫਿੱਟਨੈੱਸ ਕੇੰਦਰ
           fitness_station: ਤੰਦਰੁਸਤੀ ਅੱਡਾ
           garden: ਬਾਗ਼
           golf_course: ਗੋਲਫ਼ ਮੈਦਾਨ
+          horse_riding: ਘੋੜ ਸਵਾਰੀ ਕੇਂਦਰ
           ice_rink: ਬਰਫ਼ੀਲਾ ਫ਼ਰਸ਼
+          marina: ਸਮੁੰਦਰੀ ਕਿਨਾਰਾ
           miniature_golf: ਨਿੱਕੀ ਗੋਲਫ਼
           nature_reserve: ਕੁਦਰਤੀ ਰੱਖ
+          outdoor_seating: ਬਾਹਰੀ ਬੈਠਣ ਦੀ ਥਾਂ
           park: ਪਾਰਕ
           pitch: ਖੇਡ ਦੀ ਬੀੜ
           playground: ਖੇਡ ਮੈਦਾਨ
@@ -622,13 +942,35 @@ pa:
           track: ਭੱਜਣ ਲਈ ਟਰੈਕ
           water_park: ਜਲ ਪਾਰਕ
         man_made:
+          advertising: ਇਸ਼ਤਿਹਾਰਬਾਜ਼ੀ
+          avalanche_protection: ਬਰਫ਼ੀਲੇ ਤੂਫ਼ਾਨ ਤੋਂ ਬਚਾਅ
+          beehive: ਮਖਿਆਲ
+          bridge: ਪੁਲ
+          bunker_silo: ਬੰਕਰ
+          chimney: ਚਿਮਨੀ
+          crane: ਕਰੇਨ
+          embankment: ਬੰਨ੍ਹ
+          flagpole: ਝੰਡੇ ਦਾ ਡੰਡਾ
+          kiln: ਭੱਠਾ/ਭੱਠੀ
           lighthouse: ਲਾਈਟਹਾਊਸ
+          mast: ਸ਼ਤੀਰ
+          mine: ਖਾਨ
           pipeline: ਪਾਈਪਲਾਈਨ
+          silo: ਭੜੋਲਾ
+          snow_cannon: ਬਰਫ ਦੀ ਤੋਪ
+          snow_fence: ਬਰਫ ਦੀ ਵਾਡ਼
+          surveillance: ਨਿਗਰਾਨੀ
           tower: ਬੁਰਜ
+          utility_pole: ਬਿਜਲੀ ਦਾ ਖੰਬਾ
+          water_tap: ਪਾਣੀ ਦੀ ਟੂਟੀ
+          water_well: ਖੂਹ
           works: ਫੈਕਟਰੀ
+          "yes": ਮਨੁੱਖ ਦੁਆਰਾ ਬਣਾਇਆ
         military:
           airfield: ਫ਼ੌਜੀ ਉਡਾਣ-ਖੇਤਰ
           barracks: ਬੈਰਕ
+          checkpoint: ਨਾਕਾ
+          "yes": ਫੌਜ
         mountain_pass:
           "yes": ਦੱਰਾ
         natural:
@@ -642,6 +984,7 @@ pa:
           forest: ਜੰਗਲ
           geyser: ਗੀਜ਼ਰ
           glacier: ਗਲੇਸ਼ੀਅਰ
+          grassland: ਘਾਹ ਦਾ ਮੈਦਾਨ
           heath: ਸਿਹਤ
           hill: ਪਹਾੜੀ
           island: ਟਾਪੂ
@@ -654,6 +997,7 @@ pa:
           reef: ਰੀਫ਼
           ridge: ਰਿੱਜ
           rock: ਚਟਾਨ
+          saddle: ਕਾਠੀ
           sand: ਰੇਤ
           scree: ਰੇੜ੍ਹ
           scrub: ਝਾੜ ਬਰੋਟਾ
@@ -661,26 +1005,37 @@ pa:
           stone: ਪੱਥਰ
           strait: ਪਣਜੋੜ
           tree: ਦਰੱਖ਼ਤ
+          tree_row: ਰੁੱਖ ਦੀ ਕਤਾਰ
           valley: ਘਾਟੀ
           volcano: ਜਵਾਲਾਮੁਖੀ
           water: ਪਾਣੀ
           wetland: ਨਮ ਇਲਾਕਾ
-          wood: ਜੰਗਲ
+          wood: ਲੱਕੜ
+          "yes": ਕੁਦਰਤੀ ਗੁਣ
         office:
-          accountant: à¨\85à¨\95ਾà¨\8aà¨\82à¨\9fà©\88à¨\82à¨\9f
+          accountant: à¨²à©\87à¨\96ਾà¨\95ਾਰ
           administrative: ਪ੍ਰਸ਼ਾਸਨ
           architect: ਨਕਸ਼ਾਕਾਰ
           company: ਕੰਪਨੀ
+          educational_institution: ਵਿਦਿਅਕ ਸੰਸਥਾ
           employment_agency: ਰੁਜ਼ਗਾਰ ਏਜੰਸੀ
-          estate_agent: ਇਸਟੇਟ ਏਜੰਸੀ
+          estate_agent: ਜਾਇਦਾਦ ਕਰਿੰਦਾ
+          financial: ਵਿੱਤੀ ਦਫਤਰ
           government: ਸਰਕਾਰੀ ਦਫ਼ਤਰ
           insurance: ਬੀਮਾ ਦਫ਼ਤਰ
+          it: ਆਈਟੀ ਦਫਤਰ
           lawyer: ਵਕੀਲ
+          newspaper: ਅਖ਼ਬਾਰ ਦਾ ਦਫ਼ਤਰ
           ngo: ਐੱਨ੦ਜੀ੦ਓ ਦਫ਼ਤਰ
+          notary: ਨੋਟਰੀ
+          religion: ਧਾਰਮਿਕ ਦਫ਼ਤਰ
+          research: ਖੋਜ ਦਫ਼ਤਰ
           telecommunication: ਦੂਰ-ਸੰਚਾਰ ਦਫ਼ਤਰ
           travel_agent: ਟਰੈਵਲ ਏਜੰਸੀ
           "yes": ਦਫ਼ਤਰ
         place:
+          allotments: ਹਿੱਸਾ
+          archipelago: ਦੀਪ ਸਮੂਹ
           city: ਸ਼ਹਿਰ
           country: ਮੁਲਕ
           county: ਰਾਜ
@@ -702,7 +1057,7 @@ pa:
           suburb: ਉਪਨਗਰ
           town: ਕਸਬਾ
           village: ਪਿੰਡ
-          "yes": à¨¥à¨¾à©°
+          "yes": à¨¥à¨¾à¨\82
         railway:
           abandoned: ਛੱਡਿਆ ਹੋਇਆ ਰੇਲਵੇ
           construction: ਉਸਾਰੀ ਹੇਠ ਰੇਲਵੇ
@@ -714,13 +1069,14 @@ pa:
           miniature: ਛੋਟੀ ਰੇਲ
           monorail: ਇਕਹਿਰੀ ਰੇਲ
           narrow_gauge: ਭੀੜੀ ਰੇਲ
-          platform: ਰੇਲਵੇ ਪਲੇਟਫਾਰਮ
+          platform: ਰੇਲਗੱਡੀ ਦਾ ਅੱਡਾ
+          rail: ਰੇਲਗੱਡੀ
           station: ਰੇਲਵੇ ਸਟੇਸ਼ਨ
           subway: ਸੱਬਵੇ
           subway_entrance: ਸਬਵੇ ਪ੍ਰਵੇਸ਼
           tram: ਟਰਾਮਵੇ
           tram_stop: ਟਰਾਮ ਅੱਡਾ
-          yard: ਰੇਲਵੇ ਯਾਰਡ
+          yard: ਰੇਲ-ਵਾੜਾ
         shop:
           antiques: ਪ੍ਰਾਚੀਨ
           art: ਕਲਾ ਹੱਟੀ
@@ -728,7 +1084,7 @@ pa:
           beauty: ਬਿਊਟੀ ਪਾਰਲਰ
           beverages: ਪੀਣ ਪਦਾਰਥਾਂ ਦੀ ਹੱਟੀ
           bicycle: ਸਾਈਕਲਾਂ ਦੀ ਦੁਕਾਨ
-          books: à¨\95ਿਤਾਬਾà¨\82 à¨¦à©\80 à¨¦à©\81à¨\95ਾਨ
+          books: à¨\95ਿਤਾਬਾà¨\82 à¨¦à©\80 à¨¹à©±à¨\9fà©\80
           boutique: ਬੁਟੀਕ
           butcher: ਕਸਾਈ
           car: ਕਾਰਾਂ ਦੀ ਦੁਕਾਨ
@@ -736,21 +1092,26 @@ pa:
           car_repair: ਕਾਰ ਮੁਰੰਮਤ
           carpet: ਗ਼ਲੀਚਿਆਂ ਦੀ ਦੁਕਾਨ
           charity: ਦਾਨ ਦੀ ਹੱਟੀ
+          cheese: ਪਨੀਰ ਦੀ ਹੱਟੀ
           chemist: ਦਵਾਈਆਂ ਦੀ ਦੁਕਾਨ
+          chocolate: ਚਾਕਲੇਟ
           clothes: ਬਜਾਜੀ ਹੱਟੀ
+          coffee: ਕੌਫੀ ਦੀ ਹੱਟੀ
           computer: ਕੰਪਿਊਟਰਾਂ ਦੀ ਦੁਕਾਨ
           confectionery: ਹਲਵਾਈ
           convenience: ਸੌਖ ਕੇਂਦਰ
           copyshop: ਕਾਪੀ ਹੱਟੀ
           cosmetics: ਸੁਰਖੀ-ਬਿੰਦੀ ਦੀ ਦੁਕਾਨ
+          curtain: ਪਰਦੇ ਦੀ ਹੱਟੀ
           deli: ਡੇਲੀ
           department_store: ਡਿਪਾਰਟਮੈਂਟ ਸਟੋਰ
           discount: ਛੋਟ ਵਾਲੀਆਂ ਚੀਜ਼ਾਂ ਦੀ ਦੁਕਾਨ
-          doityourself: à¨\86ਪ à¨\95ਰà©\8b
+          doityourself: à¨\87ਹ-à¨\86ਪਣà©\87-à¨\86ਪ-à¨\95ਰà©\8b à¨¹à©±à¨\9fà©\80
           dry_cleaning: ਡਰਾਈ ਕਲੀਨਰ
           electronics: ਬਿਜਲਾਣੂ ਦੁਕਾਨ
-          estate_agent: ਇਸਟੇਟ ਏਜੰਟ
-          farm: ਫ਼ਾਰਮ ਦੁਕਾਨ
+          estate_agent: ਜਾਇਦਾਦ ਕਰਿੰਦਾ
+          fabric: ਕੱਪਡ਼ੇ ਦੀ ਹੱਟੀ
+          farm: ਕਾਸ਼ਤਕਾਰਾਂ ਦੀ ਹੱਟੀ
           fashion: ਫ਼ੈਸ਼ਨਾਂ ਦੀ ਹੱਟੀ
           florist: ਫੁੱਲਾਂ ਦੀ ਦੁਕਾਨ
           food: ਖ਼ੁਰਾਕ ਦੀ ਹੱਟੀ
@@ -760,37 +1121,49 @@ pa:
           general: ਜਨਰਲ ਸਟੋਰ
           gift: ਤੋਹਫ਼ਿਆਂ ਦੀ ਦੁਕਾਨ
           grocery: ਰਾਸ਼ਨ ਦੀ ਹੱਟੀ
-          hairdresser: à¨µà¨¾à¨² à¨¤à¨¿à¨\86ਰ à¨\95ਰਨ à¨µà¨¾à¨²à¨¾
+          hairdresser: à¨¹à¨\9cਾਮਤ-ਹੱà¨\9fà©\80
           hardware: ਹਾਰਡਵੇਅਰ ਸਟੋਰ
           hifi: ਹਾਈ-ਫ਼ਾਈ
+          houseware: ਘਰੇਲੂ ਸਮਾਨ ਦੀ ਹੱਟੀ
+          interior_decoration: ਅੰਦਰੂਨੀ ਸਜਾਵਟ
           jewelry: ਗਹਿਣਿਆਂ ਦੀ ਦੁਕਾਨ
           kiosk: ਖੋਖਾ
+          kitchen: ਰਸੋਈ ਦੀ ਹੱਟੀ
           laundry: ਧੋਬੀਘਾਟ
+          lottery: ਲਾਟਰੀ
           mall: ਮਾਲ
+          massage: ਮਾਲਸ਼ ਦੀ ਹੱਟੀ
           mobile_phone: ਮੋਬਾਈਲ ਫੋਨਾਂ ਦੀ ਦੁਕਾਨ
           motorcycle: ਮੋਟਰਸਾਈਕਲਾਂ ਦੀ ਦੁਕਾਨ
           music: ਸੰਗੀਤ ਦੀ ਦੁਕਾਨ
+          musical_instrument: ਸੰਗੀਤ ਜੰਤਰ
           newsagent: ਅਖ਼ਬਾਰਾਂ ਦਾ ਏਜੰਟ
           optician: ਐਨਕਸਾਜ਼
           organic: ਕਾਰਬਨੀ ਖ਼ੁਰਾਕ ਦੀ ਹੱਟੀ
           outdoor: ਮੈਦਾਨੀ ਵਸਤਾਂ ਦੀ ਹੱਟੀ
           pet: ਪਾਲਤੂ ਜਾਨਵਰਾਂ ਦੀ ਦੁਕਾਨ
           photo: ਤਸਵੀਰਾਂ ਦੀ ਦੁਕਾਨ
+          sewing: ਸਿਲਾਈ ਦੀ ਹੱਟੀ
           shoes: ਜੁੱਤੀਆਂ ਦੀ ਦੁਕਾਨ
           sports: ਖੇਡਾਂ ਦੀ ਦੁਕਾਨ
           stationery: ਸਟੇਸ਼ਨਰੀ ਦੀ ਦੁਕਾਨ
           supermarket: ਸੁਪਰਮਾਰਕਿਟ
           tailor: ਦਰਜੀ
+          tea: ਚਾਹ ਦੀ ਦੁਕਾਨ
+          tobacco: ਤੰਬਾਕੂ ਦੀ ਦੁਕਾਨ
           toys: ਖਿਡੌਣਿਆਂ ਦੀ ਦੁਕਾਨ
           travel_agency: ਟਰੈਵਲ ਏਜੰਸੀ
+          vacant: ਖਾਲੀ ਦੁਕਾਨ
           video: ਵੀਡੀਓ ਦੀ ਦੁਕਾਨ
+          wholesale: ਥੋਕ ਦੀ ਦੁਕਾਨ
+          wine: ਸ਼ਰਾਬ ਦੀ ਦੁਕਾਨ
           "yes": ਹੱਟੀ
         tourism:
-          apartment: ਅਪਾਰਟਮੈਂਟ
+          apartment: à¨\9bà©\81ੱà¨\9fà©\80à¨\86à¨\82 à¨¦à¨¾ à¨\85ਪਾਰà¨\9fਮà©\88à¨\82à¨\9f
           artwork: ਕਾਰੀਗਰੀ
           attraction: ਖਿੱਚ
           bed_and_breakfast: ਮੰਜਾ ਤੇ ਨਾਸ਼ਤਾ
-          cabin: à¨\95à©\88ਬਿਨ
+          cabin: à¨¸à©\88ਲਾਨà©\80 à¨\95à©\8bਠà©\9cà©\80
           camp_site: ਛਾਉਣੀ
           caravan_site: ਕਾਫ਼ਲਾ ਟਿਕਾਣਾ
           chalet: ਲੱਕੜ ਦਾ ਘਰ
@@ -828,19 +1201,87 @@ pa:
           "yes": ਜਲਮਾਰਗ
       admin_levels:
         level2: ਦੇਸ਼ ਦੀ ਹੱਦ
+        level3: ਇਲਾਕੇ ਦੀ ਹੱਦ
         level4: ਰਾਜ ਦੀ ਹੱਦ
         level5: ਇਲਾਕੇ ਦੀ ਹੱਦ
         level6: ਕਾਊਂਟੀ ਦੀ ਹੱਦ
+        level7: ਨਗਰਪਾਲਿਕਾ ਹੱਦ
         level8: ਸ਼ਹਿਰ ਦੀ ਹੱਦ
-        level9: à¨ªà¨¿à©°à¨¡ à¨¦à©\80 à¨\9cà©\82ਹ
+        level9: à¨ªà¨¿à©°à¨¡ à¨¦à©\80 à¨¹à©±à¨¦
         level10: ਉਪਨਗਰ ਦੀ ਜੂਹ
-      types:
-        cities: ਸ਼ਹਿਰ
-        towns: ਕਸਬੇ
-        places: ਥਾਂਵਾਂ
+        level11: ਗੁਆਂਢ ਦੀ ਹੱਦ
     results:
       no_results: ਕੋਈ ਨਤੀਜੇ ਨਹੀਂ ਲੱਭੇ
       more_results: ਹੋਰ ਨਤੀਜੇ
+  issues:
+    index:
+      title: ਮੁੱਦੇ
+      select_type: ਕਿਸਮ ਚੁਣੋ
+      select_last_updated_by: ਵੱਲੋਂ ਆਖਰੀ ਵਾਰ ਨਵਿਆਈਆ ਨੂੰ  ਚੁਣੋ
+      reported_user: ਇਤਲਾਹ ਕੀਤਾ ਵਰਤੋਂਕਾਰ
+      not_updated: ਨਵਿਆਈਆ ਨਹੀਂ ਗਿਆ
+      search: ਲੱਭੋ
+      search_guidance: 'ਮੁੱਦੇ ਲੱਭੋ:'
+      states:
+        ignored: ਨਜ਼ਰਅੰਦਾਜ਼ ਕੀਤਾ
+        open: ਖੋਲ੍ਹੋ
+        resolved: ਹੱਲ-ਕੱਢਿਆ ਗਿਆ
+    page:
+      user_not_found: ਵਰਤੋਂਕਾਰ ਮੌਜੂਦ ਨਹੀਂ ਹੈ
+      issues_not_found: ਅਜਿਹੀਆਂ ਕੋਈ ਸਮੱਸਿਆਵਾਂ ਨਹੀਂ ਮਿਲੀਆਂ
+      reported_user: ਇਤਲਾਹ ਕੀਤਾ ਵਰਤੋਂਕਾਰ
+      reports: ਇਤਲਾਹਵਾਂ
+      last_updated: ਆਖਰੀ ਵਾਰ ਨਵਿਆਈਆ ਗਿਆ
+      last_updated_time_ago_user_html: '%{time_ago} %{user} ਵੱਲੋਂ'
+      states:
+        ignored: ਨਜ਼ਰਅੰਦਾਜ਼ ਕੀਤਾ
+        open: ਖੋਲ੍ਹੋ
+        resolved: ਹੱਲ-ਕੱਢਿਆ ਗਿਆ
+    show:
+      title: '%{status} ਮੁੱਦਾ #%{issue_id}'
+      no_reports: ਕੋਈ ਇਤਲਾਹ ਨਹੀਂ
+      report_created_at_html: ਪਹਿਲੀ ਵਾਰ %{datetime} ਨੂੰ ਇਤਲਾਹ ਕੀਤੀ ਗਈ
+      last_resolved_at_html: ਆਖਰੀ ਵਾਰ %{datetime} 'ਤੇ ਹੱਲ ਕੀਤਾ ਗਿਆ
+      last_updated_at_html: ਆਖਰੀ ਵਾਰ %{datetime} ਵਜੇ %{displayname} ਵੱਲੋਂ  ਨਵਿਆਈਆ
+        ਗਿਆ
+      resolve: ਹੱਲ-ਕੱਢੋ
+      ignore: ਨਜ਼ਰਅੰਦਾਜ਼ ਕਰੋ
+      reopen: ਮੁਡ਼ ਖੋਲ੍ਹੋ
+      other_issues_against_this_user: ਇਸ ਵਰਤੋਂਕਾਰ ਦੇ ਖਿਲਾਫ ਹੋਰ ਮੁੱਦੇ
+      no_other_issues: ਇਸ ਵਰਤੋਂਕਾਰ ਦੇ ਖਿਲਾਫ ਕੋਈ ਹੋਰ ਮੁੱਦੇ ਨਹੀਂ ਹਨ।
+      comments_on_this_issue: ਇਸ ਮੁੱਦੇ 'ਤੇ ਟਿੱਪਣੀ
+    reports:
+      reported_by_html: '%{updated_at} ਨੂੰ %{user} ਵੱਲੋਂ %{category} ਵਜੋਂ ਇਤਲਾਹ ਕੀਤੀ
+        ਗਈ'
+    helper:
+      reportable_title:
+        diary_comment: '%{entry_title}, ਟਿੱਪਣੀ #%{comment_id}'
+  reports:
+    new:
+      title_html: ਇਤਲਾਹ ਦਿਓ %{link}
+      missing_params: ਨਵੀਂ ਇਤਲਾਹ ਨਹੀਂ ਬਣਾਈ ਜਾ ਸਕਦੀ
+      disclaimer:
+        intro: 'ਸਾਈਟ ਸੰਚਾਲਕਾਂ ਨੂੰ ਆਪਣੀ ਇਤਲਾਹ ਭੇਜਣ ਤੋਂ ਪਹਿਲਾਂ, ਕਿਰਪਾ ਕਰਕੇ ਯਕੀਨੀ ਬਣਾਓ
+          ਕਿ:'
+        not_just_mistake: ਤੁਹਾਨੂੰ ਯਕੀਨ ਹੈ ਕਿ ਸਮੱਸਿਆ ਸਿਰਫ਼ ਇੱਕ ਗਲਤੀ ਨਹੀਂ ਹੈ
+        unable_to_fix: ਤੁਸੀਂ ਆਪਣੇ ਆਪ ਜਾਂ ਆਪਣੇ ਸਾਥੀ ਭਾਈਚਾਰੇ ਦੇ ਮੈਂਬਰਾਂ ਦੀ ਮਦਦ ਨਾਲ ਸਮੱਸਿਆ
+          ਨੂੰ ਹੱਲ ਕਰਨ ਵਿੱਚ ਅਸਮਰੱਥ ਹੋ।
+        resolve_with_user: ਤੁਸੀਂ ਪਹਿਲਾਂ ਹੀ ਸਬੰਧਤ ਵਰਤੋਂਕਾਰ ਨਾਲ ਸਮੱਸਿਆ ਨੂੰ ਹੱਲ ਕਰਨ ਦੀ
+          ਕੋਸ਼ਿਸ਼ ਕੀਤੀ ਹੈ
+      categories:
+        diary_entry:
+          threat_label: ਇਸ ਰੋਜ਼ਨਾਮਚੇ ਵਿੱਚ ਇੱਕ ਧਮਕੀ ਹੈ
+          other_label: ਹੋਰ
+        diary_comment:
+          other_label: ਹੋਰ
+        user:
+          vandal_label: ਇਹ ਵਰਤੋਂਕਾਰ ਇੱਕ ਵਿਨਾਸ਼ਕਾਰੀ ਹੈ
+          other_label: ਹੋਰ
+        note:
+          personal_label: ਇਸ ਨੋਟ ਵਿੱਚ ਨਿੱਜੀ ਡੇਟਾ ਸ਼ਾਮਲ ਹੈ
+          other_label: ਹੋਰ
+    create:
+      provide_details: ਕਿਰਪਾ ਕਰਕੇ ਲੋਡ਼ੀਂਦੇ ਵੇਰਵੇ ਪ੍ਰਦਾਨ ਕਰੋ
   layouts:
     logo:
       alt_text: ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ ਮਾਰਕਾ
@@ -852,36 +1293,39 @@ pa:
     edit: ਸੋਧੋ
     history: ਪੁਰਾਣਾ
     export: ਬਰਾਮਦ
-    data: ਸਮੱਗਰੀ
-    export_data: ਸਮੱਗਰੀ ਬਰਾਮਦ ਕਰੋ
+    issues: ਮੁੱਦੇ
+    gps_traces: GPS ਖੁਰਾ-ਖੋਜ
+    user_diaries: ਵਰਤੋਂਕਾਰਾਂ ਦੇ ਰੋਜ਼ਨਾਮਚੇ
     edit_with: '%{editor} ਨਾਲ ਸੋਧੋ'
     intro_header: ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ ਉੱਤੇ ਜੀ ਆਇਆਂ ਨੂੰ
-    intro_2_create_account: ਇੱਕ ਵਰਤੋਂਕਾਰ ਖਾਤਾ ਬਣਾਉ
     partners_partners: ਜੋੜੀਦਾਰ
+    tou: ਵਰਤੋਂ ਦੀਆਂ ਸ਼ਰਤਾਂ
     help: ਮਦਦ
     about: ਬਾਬਤ
     copyright: ਨਕਲ-ਹੱਕ
-    community: ਭਾਈਚਾਰਾ
-    community_blogs: ਭਾਈਚਾਰਕ ਬਲਾਗ
-    community_blogs_title: ਓਪਨ-ਸਟਰੀਟ-ਮੈਪ ਭਾਈਚਾਰੇ ਦੇ ਜੀਆਂ ਵੱਲੋਂ ਬਲਾਗ
-    make_a_donation:
-      text: ਦਾਨ ਦਿਉ
+    communities: ਭਾਈਚਾਰੇ
     learn_more: ਹੋਰ ਜਾਣੋ
     more: ਹੋਰ
   user_mailer:
+    diary_comment_notification:
+      hi: ਸਤਿ ਸ੍ਰੀ ਅਕਾਲ %{to_user}
     message_notification:
       subject: '[ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ] %{message_title}'
+      hi: ਸਤਿ ਸ੍ਰੀ ਅਕਾਲ %{to_user}
       header: '%{from_user} ਨੇ ਤੁਹਾਨੂੰ ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ ਰਾਹੀਂ %{subject}: ਵਿਸ਼ੇ ਨਾਲ
         ਸੁਨੇਹਾ ਭੇਜਿਆ ਹੈ।'
       header_html: '%{from_user} ਨੇ ਤੁਹਾਨੂੰ %{subject} ਵਿਸ਼ੇ ਦੇ ਨਾਲ ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ
         ਰਾਹੀਂ ਇੱਕ ਸੁਨੇਹਾ ਭੇਜਿਆ ਹੈ:'
     friendship_notification:
+      hi: ਸਤਿ ਸ੍ਰੀ ਅਕਾਲ %{to_user}
       subject: '[ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ] %{user} ਨੇ ਤੁਹਾਨੂੰ ਇੱਕ ਦੋਸਤ ਵਜੋਂ ਸ਼ਾਮਲ ਕੀਤਾ ਹੈ'
       had_added_you: '%{user} ਨੇ ਤੁਹਾਨੂੰ ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ ''ਤੇ ਇੱਕ ਦੋਸਤ ਵਜੋਂ ਸ਼ਾਮਲ
         ਕੀਤਾ ਹੈ।'
     gpx_failure:
+      hi: ਸਤਿ ਸ੍ਰੀ ਅਕਾਲ %{to_user}
       subject: '[ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ] GPX ਦਰਾਮਦ ਅਸਫਲਤਾ'
     gpx_success:
+      hi: ਸਤਿ ਸ੍ਰੀ ਅਕਾਲ %{to_user}
       subject: '[ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ] GPX ਦਰਾਮਦ ਸਫਲਤਾ'
     signup_confirm:
       subject: '[ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ] ਉੱਤੇ ਜੀ ਆਈਆਂ ਨੂੰ'
@@ -895,7 +1339,6 @@ pa:
       anonymous: ਇੱਕ ਗੁੰਮਨਾਮ ਵਰਤੋਂਕਾਰ
       greeting: ਸਤਿ ਸ੍ਰੀ ਅਕਾਲ,
     changeset_comment_notification:
-      greeting: ਸਤਿ ਸ੍ਰੀ ਅਕਾਲ,
       commented:
         partial_changeset_without_comment: ਬਿਨਾ ਟਿੱਪਣੀ
   confirmations:
@@ -905,6 +1348,7 @@ pa:
       button: ਤਸਦੀਕ ਕਰੋ
       already active: ਇਹ ਖਾਤਾ ਪਹਿਲੋਂ ਹੀ ਤਸਦੀਕ ਹੋ ਚੁੱਕਾ ਹੈ।
       unknown token: ਉਸ ਤਸਦੀਕੀ ਕੋਡ ਦੀ ਮਿਆਦ ਜਾਂ ਹੋਂਦ ਖ਼ਤਮ ਹੋ ਚੁੱਕੀ ਹੈ।
+      click_here: ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ
     confirm_resend:
       failure: ਵਰਤੋਂਕਾਰ %{name} ਨਹੀਂ ਲੱਭਿਆ।
     confirm_email:
@@ -920,13 +1364,15 @@ pa:
       to: ਵੱਲ
       subject: ਵਿਸ਼ਾ
       date: ਮਿਤੀ
+      actions: ਕਾਰਵਾਈਆਂ
     message_summary:
-      reply_button: ਜੁਆਬ
+      unread_button: ਨਾ ਪਡ਼੍ਹੇ ਹੋਏ ਵਜੋਂ ਨਿਸ਼ਾਨ ਲਾਓ
+      read_button: ਪੜ੍ਹੇ ਵਜੋਂ ਨਿਸ਼ਾਨ ਲਾਓ
       destroy_button: ਮਿਟਾਓ
     new:
       title: ਸੁਨੇਹਾ ਘੱਲੋ
     create:
-      message_sent: à¨¸à©\81ਨà©\87ਹਾ à¨­à©\87à¨\9cਿਆ ਗਿਆ
+      message_sent: à¨¸à©\81ਨà©\87ਹਾ à¨\98ੱਲਿਆ ਗਿਆ
     no_such_message:
       title: ਅਜਿਹਾ ਕੋਈ ਸੁਨੇਹਾ ਨਹੀਂ
       heading: ਅਜਿਹਾ ਕੋਈ ਸੁਨੇਹਾ ਨਹੀਂ
@@ -935,12 +1381,16 @@ pa:
     show:
       title: ਸੁਨੇਹਾ ਪੜ੍ਹੋ
       reply_button: ਜੁਆਬ
-      unread_button: ਅਣ-ਪੜ੍ਹਿਆ ਨਿਸ਼ਾਨ ਲਾਉ
-      back: ਪਿੱਛੇ
+      unread_button: ਨਹੀਂ-ਪੜ੍ਹਿਆ ਵਜੋਂ ਨਿਸ਼ਾਨ ਲਾਓ
+      destroy_button: ਮਿਟਾਓ
+      back: ਪਿਛਾਂਹ
     sent_message_summary:
       destroy_button: ਮਿਟਾਓ
     heading:
       my_inbox: ਮੇਰਾ ਇਨਬਾਕਸ
+    mark:
+      as_read: ਸੁਨੇਹੇ ਨੂੰ ਪਡ਼੍ਹਿਆ ਗਿਆ ਵਜੋਂ ਨਿਸ਼ਾਨਬੱਧ ਕੀਤਾ ਗਿਆ
+      as_unread: ਸੁਨੇਹੇ ਨੂੰ ਨਹੀਂ-ਪਡ਼੍ਹਿਆ ਵਜੋਂ ਨਿਸ਼ਾਨਬੱਧ ਕੀਤਾ ਗਿਆ
     destroy:
       destroyed: ਸੁਨੇਹਾ ਮਿਟਾਇਆ ਗਿਆ
   passwords:
@@ -954,41 +1404,92 @@ pa:
       reset: ਪਛਾਣ ਸ਼ਬਦ ਮੁੜ-ਸੈੱਟ ਕਰੋ
     update:
       flash changed: ਤੁਹਾਡਾ ਪਛਾਣ ਸ਼ਬਦ ਬਦਲਿਆ ਜਾ ਚੁੱਕਾ ਹੈ।
+  preferences:
+    show:
+      title: ਮੇਰੀਆਂ ਤਰਜੀਹਾਂ
+      preferred_languages: ਤਰਜੀਹੀ ਬੋਲੀਆਂ
+      edit_preferences: ਤਰਜੀਹਾਂ ਨੂੰ ਸੋਧੋ
+    edit:
+      title: ਤਰਜੀਹਾਂ ਨੂੰ ਸੋਧੋ
+      save: ਤਰਜੀਹਾਂ ਨੂੰ ਨਵਿਆਓ
+      cancel: ਰੱਦ ਕਰੋ
+    update:
+      failure: ਤਰਜੀਹਾਂ ਨੂੰ ਨਵਿਆਈਆ ਨਹੀਂ ਜਾ ਸਕਿਆ।
+    update_success_flash:
+      message: ਤਰਜੀਹਾਂ ਨਵਿਆਈਆਂ ਗਈਆਂ।
   profiles:
     edit:
+      cancel: ਰੱਦ ਕਰੋ
       image: 'ਤਸਵੀਰ:'
       gravatar:
         gravatar: ਗਰੈਵੇਤਾਰ ਵਰਤੋ
+        what_is_gravatar: ਗਰਾਵਤਾਰ ਕੀ ਹੈ?
       new image: ਇੱਕ ਤਸਵੀਰ ਜੋੜੋ
       keep image: ਮੌਜੂਦਾ ਤਸਵੀਰ ਰੱਖੋ
       delete image: ਮੌਜੂਦਾ ਤਸਵੀਰ ਹਟਾਉ
       replace image: ਮੌਜੂਦਾ ਤਸਵੀਰ ਵਟਾਉ
       home location: ਘਰ ਦਾ ਟਿਕਾਣਾ
-      no home location: ਤੁਸੀਂ ਆਪਣੇ ਘਰ ਦੀ ਸਥਿਤੀ ਨਹੀਂ ਦੱਸੀ ਹੈ।
+      no home location: ਤੁਸੀਂ ਆਪਣੇ ਘਰ ਦਾ ਟਿਕਾਣਾਂ ਨਹੀਂ ਦਾਖਲ ਕੀਤਾ ਹੈ।
+      show: ਵਿਖਾਓ
+      delete: ਮਿਟਾਓ
+    update:
+      success: ਪ੍ਰੋਫਾਈਲ ਨਵਿਆਈਆ ਗਿਆ।
   sessions:
     new:
-      title: ਦਾਖ਼ਲ ਹੋਵੋ
       tab_title: ਦਾਖ਼ਲ ਹੋਵੋ
       email or username: 'ਈਮੇਲ ਪਤਾ ਜਾਂ ਵਰਤੋਂਕਾਰ-ਨਾਂ:'
-      password: 'ਪਛਾਣ-ਸ਼ਬਦ:'
+      password: ਲੰਘ-ਸ਼ਬਦ
       remember: ਮੈਨੂੰ ਯਾਦ ਰੱਖੋ
       lost password link: ਆਪਣਾ ਪਛਾਣ-ਸ਼ਬਦ ਗੁਆ ਦਿੱਤਾ?
       login_button: ਦਾਖ਼ਲ ਹੋਵੋ
-      register now: ਹੁਣੇ ਰਜਿਸਟਰ ਕਰੋ
+      or: ਜਾਂ
+      auth failure: ਮੁਆਫ ਕਰਨਾ, ਇਨ੍ਹਾਂ ਵੇਰਵਿਆਂ ਨਾਲ ਦਾਖਲ ਨਹੀਂ ਹੋ ਸਕਿਆ।
     destroy:
       title: ਬਾਹਰ ਆਉ
       heading: ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ ਤੋਂ ਬਾਹਰ ਆਓ
       logout_button: ਬਾਹਰ ਆਉ
+    suspended_flash:
+      suspended: ਮੁਆਫ ਕਰਨਾ, ਸ਼ੱਕੀ ਗਤੀਵਿਧੀ ਕਾਰਨ ਤੁਹਾਡਾ ਖਾਤਾ ਮੁਅੱਤਲ ਕਰ ਦਿੱਤਾ ਗਿਆ ਹੈ।
+  shared:
+    markdown_help:
+      headings: ਸਿਰਨਾਵੇਂ
+      heading: ਸਿਰਨਾਵਾਂ
+      link: ਕੜੀ
+      text: ਲਿਖਤ
+      image: ਤਸਵੀਰ
+      alt: ਬਦਲਵੀਂ ਲਿਖਤ
+    richtext_field:
+      edit: ਸੋਧ
+      preview: ਝਾਤ
+      help: ਮਦਦ
+    pagination:
+      diary_comments:
+        older: ਪੁਰਾਣੀਆਂ ਟਿੱਪਣੀਆਂ
+        newer: ਨਵੀਆਂ ਟਿੱਪਣੀਆਂ
+      issues:
+        older: ਪੁਰਾਣੇ ਮੁੱਦੇ
+        newer: ਨਵੇਂ ਮੁੱਦੇ
+      traces:
+        older: ਪੁਰਾਣੇ ਖੁਰਾ-ਖੋਜ
+        newer: ਨਵੇਂ ਖੁਰਾ-ਖੋਜ
+      users:
+        older: ਪੁਰਾਣੇ ਵਰਤੋਂਕਾਰ
+        newer: ਨਵੇਂ ਵਰਤੋਂਕਾਰ
   site:
     about:
-      next: ਅੱਗੇ
       heading_html: '%{copyright}ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ %{br} ਯੋਗਦਾਨੀ'
       local_knowledge_title: ਸਥਾਨੀ ਗਿਆਨ
-      open_data_title: ਓਪਨ ਡਾਟਾ
+      community_driven_user_diaries: ਵਰਤੋਂਕਾਰਾਂ ਦੇ ਰੋਜ਼ਨਾਮਚੇ
+      open_data_title: ਡਾਟਾ ਖੋਲ੍ਹੋ
+      open_data_open_data: ਡਾਟਾ ਖੋਲ੍ਹੋ
+      open_data_copyright_license: ਨਕਲ-ਹੱਕ ਤੇ ਲਸੰਸ ਸਫ਼ਾ
       legal_title: ਕਾਨੂੰਨੀ
+      legal_1_1_terms_of_use: ਵਰਤੋਂ ਦੀਆਂ ਸ਼ਰਤਾਂ
+      legal_1_1_aup: ਸਵੀਕਾਰਯੋਗ ਵਰਤੋਂ ਨੀਤੀਆਂ
+      legal_1_1_privacy_policy: ਨਿੱਜਤਾ ਨੀਤੀ
       partners_title: ਸਾਂਝੀਦਾਰ
     copyright:
-      title: à¨¨à¨\95ਲ-ਹੱà¨\95 à¨¤à©\87 à¨²à¨¾à¨\87ਸੰਸ
+      title: ਨਕਲ-ਹੱਕ ਤੇ ਲਸੰਸ
       foreign:
         title: ਇਸ ਤਰਜਮੇ ਬਾਰੇ
         english_link: ਮੂਲ ਅੰਗਰੇਜ਼ੀ
@@ -998,14 +1499,33 @@ pa:
         mapping_link: ਨਕਸ਼ਾਬੰਦੀ ਸ਼ੁਰੂ ਕਰੋ
       legal_babble:
         introduction_1_osm_foundation: ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ ਸੰਸਥਾ
+        introduction_2_legal_code: ਕਾਨੂੰਨੀ ਜ਼ਾਬਤਾ
         credit_title_html: ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ ਨੂੰ ਕਿਵੇਂ ਸੇਹਰਾ ਦੇਣਾ ਹੈ
         credit_1_html: 'ਜਿੱਥੇ ਤੁਸੀਂ ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ ਡੇਟਾ ਦੀ ਵਰਤੋਂ ਕਰਦੇ ਹੋ, ਤੁਹਾਨੂੰ
           ਹੇਠ ਲਿਖੀਆਂ ਦੋ ਚੀਜ਼ਾਂ ਕਰਨ ਦੀ ਲੋੜ ਹੁੰਦੀ ਹੈ:'
+        credit_3_attribution_guidelines: ਗੁਣ-ਸੰਬੰਧੀ ਦਿਸ਼ਾ-ਨਿਰਦੇਸ਼
+        credit_4_1_this_copyright_page: ਇਹ ਨਕਲ-ਹੱਕ ਸਫ਼ਾ
         more_title_html: ਹੋਰ ਜਾਣਕਾਰੀ ਲੱਭਣ ਵਾਸਤੇ
         contributors_title_html: ਸਾਡੇ ਯੋਗਦਾਨੀ
+        contributors_at_austria: ਆਸਟਰੀਆ
+        contributors_at_stadt_wien: ਸਟੈਡਟ ਵਿਏਨ
+        contributors_at_land_vorarlberg: ਲੈਂਡ ਵੋਰਾਰਲਬਰ੍ਗ
+        contributors_au_australia: ਆਸਟਰੇਲੀਆ
+        contributors_ca_canada: ਕੈਨੇਡਾ
+        contributors_cz_czechia: ਚੈਕੀਆ
+        contributors_fi_finland: ਫਿਨਲੈਂਡ
+        contributors_fr_france: ਫ਼ਰਾਂਸ
+        contributors_hr_croatia: ਕਰੋਸ਼ੀਆ
+        contributors_nl_netherlands: ਨੀਦਰਲੈਂਡ
+        contributors_nz_new_zealand: ਨਿਊਜ਼ੀਲੈਂਡ
+        contributors_rs_serbia: ਸਰਬੀਆ
+        contributors_si_slovenia: ਸਲੋਵੇਨੀਆ
+        contributors_es_spain: ਸਪੇਨ
+        contributors_za_south_africa: ਦੱਖਣੀ ਅਫ਼ਰੀਕਾ
+        contributors_2_contributors_page: ਯੋਗਦਾਨ ਪਾਉਣ ਵਾਲੇਆਂ ਦਾ ਵਰਕਾ
     edit:
       user_page_link: ਵਰਤੋਂਕਾਰ ਵਰਕਾ
-      anon_edits_link_text: à¨ªà¨¤à¨¾ à¨\95ਰà©\8b à¨\95ਿ à¨®à¨¾à¨®à¨²à¨¾ à¨\87ਸ à¨¤à¨°à©\8dਹਾà¨\82 ਕਿਉਂ ਹੈ।
+      anon_edits_link_text: à¨ªà¨¤à¨¾ à¨\95ਰà©\8b à¨\95ਿ à¨\85à¨\9cਿਹਾ ਕਿਉਂ ਹੈ।
     export:
       title: ਬਰਾਮਦ
       manually_select: ਆਪਣੇ ਆਪ ਇੱਕ ਵੱਖਰਾ ਖੇਤਰ ਚੁਣੋ
@@ -1026,46 +1546,63 @@ pa:
       title: ਮਦਦ ਲੈਣੀ
       welcome:
         url: /ਜੀ ਆਇਆਂ ਨੂੰ
-        title: à¨\93.à¨\90ੱਸ.à¨\90ੱਮ. 'ਤੇ ਜੀ ਆਇਆਂ ਨੂੰ
+        title: à¨\96à©\81ੱਲà©\8dਹਾ-à¨\97ਲà©\80-ਨà¨\95ਸ਼ਾ à¨\89ੱਤੇ ਜੀ ਆਇਆਂ ਨੂੰ
       beginners_guide:
-        title: ਸ਼ੁਰੂਆਤੀ ਗਾਈਡ
+        title: ਸ਼ੁਰੂਆਤੀ ਦਸਤੀ
+      mailing_lists:
+        title: ਡਾਕ ਸੂਚੀਆਂ
       irc:
         title: ਆਈ.ਆਰ.ਸੀ
+      welcomemat:
+        title: ਸੰਸਥਾਵਾਂ ਲਈ
       wiki:
-        title: wiki.openstreetmap.org
+        title: ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ ਵਿਕੀ
+    potlatch:
+      change_preferences: ਇੱਥੇ ਆਪਣੀਆਂ ਤਰਜੀਹਾਂ ਬਦਲੋ
     any_questions:
       title: ਕੋਈ ਸੁਆਲ?
+      get_help_here: ਇੱਥੇ ਮਦਦ ਪ੍ਰਾਪਤ ਕਰੋ
     sidebar:
       search_results: ਖੋਜ ਨਤੀਜੇ
-      close: ਬੰਦ ਕਰੋ
     search:
       search: ਖੋਜੋ
-      get_directions: ਦਿਸ਼ਾਵਾਂ ਪ੍ਰਾਪਤ ਕਰੋ
       from: ਵੱਲੋਂ
       to: ਵੱਲ
       where_am_i: ਇਹ ਕਿੱਥੇ ਹੈ?
-      submit_text: à¨\9cਾà¨\89
+      submit_text: à¨\9cਾà¨\93
     key:
       table:
         entry:
           motorway: ਮੋਟਰਵੇਅ
+          main_road: ਮੁੱਢਲੀ ਸੜਕ
           trunk: ਟਰੰਕ ਸੜਕ
           primary: ਮੁੱਢਲੀ ਸੜਕ
           secondary: ਸਕੈਂਡਰੀ ਸੜਕ
+          pedestrian: ਪੈਦਲ ਜਾਣ ਲਈ ਰਾਹ
           track: ਟਰੈਕ
           bridleway: ਘੋੜ-ਰਾਹ
           cycleway: ਸਾਈਕਲ ਦਾ ਰਾਹ
           footway: ਪੈਦਲ ਰਾਹ
           rail: ਰੇਲਵੇ
+          train: ਰੇਲਗੱਡੀ
           subway: ਸਬ-ਵੇਅ
+          ferry: ਕਿਸ਼ਤੀ
+          light_rail: ਹਲਕੀ ਰੇਲ
+          bus: ਬੱਸ
           cable_car: ਕੇਬਲ ਕਾਰ
           chair_lift: ਕੁਰਸੀ ਲਿਫ਼ਟ
           runway: ਹਵਾਈ ਅੱਡੇ ਦੀ ਉਡਾਣ ਪੱਟੀ
           taxiway: ਟੈਕਸੀਵੇਅ
           apron: ਹਵਾਈ ਅੱਡੇ ਦਾ ਐਪਰਨ
           admin: ਪ੍ਰਬੰਧਕੀ ਸਰਹੱਦ
+          capital: ਰਾਜਧਾਨੀ
+          city: ਸ਼ਹਿਰ
+          orchard: ਬਗ਼ੀਚਾ
+          vineyard: ਅੰਗੂਰਾਂ ਦਾ ਬਾਗ਼
           forest: ਜੰਗਲ
           wood: ਲੱਕੜ
+          grass: ਘਾਹ
+          sand: ਰੇਤ
           golf: ਗੋਲਫ਼ ਮੈਦਾਨ
           park: ਪਾਰਕ
           common: ਸ਼ਾਮਲਾਟ
@@ -1074,7 +1611,7 @@ pa:
           industrial: ਉਦਯੋਗਿਕ ਖੇਤਰ
           commercial: ਵਪਾਰਕ ਖੇਤਰ
           lake: ਝੀਲ
-          reservoir: à¨\95à©\81ੰਡ
+          reservoir: à¨¸à¨°à©\8bਵਰ
           farm: ਖੇਤ
           cemetery: ਸ਼ਮਸ਼ਾਨ
           pitch: ਖੇਡ ਦੀ ਪਿੱਚ
@@ -1083,30 +1620,55 @@ pa:
           military: ਫ਼ੌਜੀ ਇਲਾਕਾ
           school: ਸਕੂਲ
           university: ਯੂਨੀਵਰਸਿਟੀ
+          hospital: ਹਸਪਤਾਲ
           building: ਮਹੱਤਵਪੂਰਨ ਇਮਾਰਤ
           station: ਰੇਲਵੇ ਸਟੇਸ਼ਨ
           summit: ਸਿਖਰ
           peak: ਚੋਟੀ
+          private: ਨਿੱਜੀ ਲਾਂਘਾ
           construction: ਉਸਾਰੀ ਹੇਠ ਸੜਕਾਂ
+          bicycle_rental: ਸਾਈਕਲ ਕਿਰਾਏ 'ਤੇ
     welcome:
       title: ਜੀ ਆਇਆਂ ਨੂੰ!
       whats_on_the_map:
         title: ਨਕਸ਼ੇ ਉੱਤੇ ਕੀ ਹੈ
+        real_and_current: ਅਸਲੀ ਅਤੇ ਮੌਜੂਦਾ
+      basic_terms:
+        title: ਨਕਸ਼ਾ-ਉਲੀਕਣ ਲਈ ਬੁਨਿਆਦੀ ਸ਼ਰਤਾਂ
+        editor: ਸੋਧਕ
+        way: ਰਾਹ
       rules:
         title: ਨਿਯਮ!
+        imports: ਦਰਾਮਦ
       start_mapping: ਨਕਸ਼ਾਬੰਦੀ ਸ਼ੁਰੂ ਕਰੋ
       add_a_note:
         title: ਸੋਧਣ ਦੀ ਵਿਹਲ ਨਹੀਂ? ਕੋਈ ਨੋਟ ਜੋੜੋ!
+        the_map: ਨਕਸ਼ਾ
+    communities:
+      title: ਭਾਈਚਾਰੇ
+      local_chapters:
+        title: ਸਥਾਨਕ ਸ਼ਾਖਾਵਾਂ
+      other_groups:
+        title: ਹੋਰ ਸਮੂਹ
+        communities_wiki: ਭਾਈਚਾਰੇ ਵਿਕੀ ਸਫ਼ਾ
   traces:
+    visibility:
+      private: ਨਿੱਜੀ (ਸਿਰਫ਼ ਅਗਿਆਤ, ਬਿਨਾਂ ਕ੍ਰਮਬੱਧ ਬਿੰਦੂਆਂ ਵਜੋਂ ਸਾਂਝਾ ਕੀਤਾ ਗਿਆ)
+      public: ਜਨਤਕ (ਖੁਰਾ-ਖੋਜ ਸੂਚੀ ਵਿੱਚ ਅਤੇ ਅਗਿਆਤ, ਬਿਨਾਂ ਕ੍ਰਮਬੱਧ ਬਿੰਦੂਆਂ ਵਜੋਂ ਦਿਖਾਇਆ
+        ਗਿਆ)
     new:
       visibility_help: ਇਹਦਾ ਕੀ ਮਤਲਬ ਹੈ?
       help: ਮਦਦ
     edit:
+      cancel: ਰੱਦ ਕਰੋ
+      title: ਖੁਰਾ-ਖੋਜ %{name} ਨੂੰ ਸੋਧਿਆ ਜਾ ਰਿਹਾ ਹੈ
+      heading: ਖੁਰਾ-ਖੋਜ %{name} ਨੂੰ ਸੋਧਿਆ ਜਾ ਰਿਹਾ ਹੈ
       visibility_help: ਇਹਦਾ ਕੀ ਮਤਲਬ ਹੈ?
-    trace_optionals:
-      tags: ਟੈਗ
+    update:
+      updated: ਖੁਰਾ-ਖੋਜ ਨਵਿਆਈ ਗਈ
     show:
       title: ਖੁਰਾ-ਖੋਜ %{name} ਵੇਖ ਰਿਹਾ ਹੈ
+      heading: ਖੁਰਾ-ਖੋਜ %{name} ਵੇਖ ਰਿਹਾ ਹੈ
       pending: ਲਮਕਦਾ
       filename: 'ਫ਼ਾਈਲ ਦਾ ਨਾਂ:'
       download: ਡਾਊਨਲੋਡ
@@ -1124,9 +1686,12 @@ pa:
       delete_trace: ਇਹ ਖੁਰ-ਖੋਜ ਮਿਟਾਉ
       trace_not_found: ਖੁਰ-ਖੋਜ ਨਹੀਂ ਲੱਭਿਆ!
       visibility: 'ਦਿੱਸਣਯੋਗਤਾ:'
+      confirm_delete: ਇਹ ਖੁਰ-ਖੋਜ ਨੂੰ ਮਿਟਾਉਣਾ ਹੈ?
     trace:
       pending: ਲਮਕਦਾ
-      count_points: '%{count} ਬਿੰਦੂ'
+      count_points:
+        one: '%{count} ਇਕਾਈ'
+        other: '%{count} ਇਕਾਈਆ'
       more: ਹੋਰ
       trace_details: ਖੁਰਾ-ਖੋਜ ਦਾ ਵੇਰਵਾ ਵੇਖੋ
       view_map: ਨਕਸ਼ਾ ਵੇਖੋ
@@ -1135,45 +1700,153 @@ pa:
       identifiable: ਪਛਾਣਯੋਗ
       private: ਨਿੱਜੀ
       trackable: ਪੈੜ ਕੱਢਣਯੋਗ
+      details_with_tags_html: '%{tags} ਵਿੱਚ %{time_ago} %{user} ਵੱਲੋਂ'
+      details_without_tags_html: '%{time_ago} %{user} ਵੱਲੋਂ'
     index:
+      public_traces: ਜਨਤਕ GPS ਖੁਰਾ-ਖੋਜ
+      my_gps_traces: ਮੇਰੇ GPS ਖੁਰਾ-ਖੋਜ
+      public_traces_from: '%{user} ਤੋਂ ਜਨਤਕ GPS ਖੁਰਾ-ਖੋਜ'
       tagged_with: '%{tags} ਨਾਲ਼ ਨਿਸ਼ਾਨਦੇਹ'
+      upload_new: ਇੱਕ ਨਵਾਂ ਖੁਰਾ-ਖੋਜ ਚੜ੍ਹਾਉ
+      wiki_page: ਵਿਕੀ ਸਫ਼ਾ
       upload_trace: ਕੋਈ ਖੁਰਾ-ਖੋਜ ਚੜ੍ਹਾਉ
-    page:
-      older: ਪੁਰਾਣੇ ਖੁਰਾ-ਖੋਜ
-      newer: ਨਵੇਂ ਖੁਰਾ-ਖੋਜ
+      all_traces: ਸਾਰੇ ਖੁਰਾ-ਖੋਜ
+      my_traces: ਮੇਰੇ ਖੁਰਾ-ਖੋਜ
+      traces_from: '%{user} ਤੋਂ ਜਨਤਕ ਖੁਰਾ-ਖੋਜ'
+    georss:
+      title: OpenStreetMap GPS ਖੁਰਾ-ਖੋਜ
+    description:
+      description_without_count: '%{user} ਤੋਂ GPX ਫ਼ਾਈਲ'
+  application:
+    permission_denied: ਤੁਹਾਨੂੰ ਉਸ ਕਾਰਵਾਈ ਤੱਕ ਪਹੁੰਚ ਕਰਨ ਦੀ ਇਜਾਜ਼ਤ ਨਹੀਂ ਹੈ
+    settings_menu:
+      account_settings: ਖਾਤਾ ਤਰਜੀਹਾਂ
+    auth_providers:
+      openid_login_button: ਜਾਰੀ ਰੱਖੋ
+      openid:
+        title: OpenID ਨਾਲ ਦਾਖ਼ਲ ਹੋਵੋ
+      google:
+        title: ਗੂਗਲ ਨਾਲ ਦਾਖਲ ਹੋਵੋ
+        alt: ਗੂਗਲ ਮਾਰਕਾ
+      facebook:
+        title: ਫੇਸਬੁੱਕ ਨਾਲ ਦਾਖਲ ਹੋਵੋ
+        alt: ਫੇਸਬੁੱਕ ਮਾਰਕਾ
+      microsoft:
+        title: ਮਾਈਕਰੋਸੌਫਟ ਨਾਲ ਦਾਖਲ ਹੋਵੋ
+      github:
+        title: GitHub ਨਾਲ ਦਾਖਲ ਹੋਵੋ
+        alt: GitHub ਮਾਰਕਾ
+      wikipedia:
+        title: ਵਿਕੀਪੀਡੀਆ ਨਾਲ ਦਾਖਲ ਹੋਵੋ
+        alt: ਵਿਕੀਪੀਡੀਆ ਮਾਰਕਾ
   oauth:
-    authorize:
-      allow_write_notes: ਟਿੱਪਣੀਆੰ ਸੋਧੋ।
-  oauth_clients:
+    scopes:
+      openid: OpenStreetMap ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਦਾਖਲ ਹੋਵੋ
+      read_prefs: ਪੜ੍ਹਨ ਦੀਆਂ ਤਰਜੀਹਾਂ
+      write_prefs: ਵਰਤੋਂਕਾਰ ਤਰਜੀਹਾਂ ਨੂੰ ਸੋਧੋ
+      write_diary: ਰੋਜ਼ਨਾਮਚਾ ਦਰਜ਼ ਕਰੋ, ਟਿੱਪਣੀਆਂ ਕਰੋ ਅਤੇ ਦੋਸਤ ਬਣਾਓ
+      write_api: ਨਕਸ਼ੇ ਨੂੰ ਬਦਲੋ
+      read_gpx: ਨਿੱਜੀ GPS ਖੁਰਾ-ਖੋਜ ਪੜ੍ਹੋ
+      write_gpx: GPS ਖੁਰਾ-ਖੋਜ ਜੋੜੋ
+      write_notes: ਨੋਟਾਂ ਨੂੰ ਸੋਧੋ
+      write_redactions: ਨਕਸ਼ੇ ਦੇ ਡੇਟਾ ਨੂੰ ਸੋਧੋ
+      read_email: ਵਰਤੋਂਕਾਰ ਈਮੇਲ ਪਤਾ ਪਡ਼੍ਹੋ
+  oauth2_applications:
+    index:
+      name: ਨਾਂ
+      permissions: ਇਜਾਜ਼ਤਾਂ
+    application:
+      edit: ਸੋਧ
+      delete: ਮਿਟਾਓ
+    show:
+      edit: ਸੋਧ
+      delete: ਮਿਟਾਓ
+      client_secret_warning: ਇਸ ਰਾਜ਼ ਨੂੰ ਸੁਰੱਖਿਅਤ ਰੱਖਣਾ ਯਕੀਨੀ ਬਣਾਓ-ਇਹ ਮੁੜ ਪਹੁੰਚਯੋਗ
+        ਨਹੀਂ ਹੋਵੇਗਾ
+      permissions: ਇਜਾਜ਼ਤਾਂ
+      redirect_uris: URIs ਵਾਪਸ-ਮੋੜੋ
+  oauth2_authorizations:
     new:
-      title: ਕਿਸੇ ਨਵੀਂ ਅਰਜ਼ੀ ਦਾ ਇੰਦਰਾਜ ਕਰਾਉ
-    edit:
-      title: ਆਪਣੀ ਅਰਜ਼ੀ ਸੋਧੋ
+      authorize: ਅਧਿਕਾਰ ਦਿਓ
+      deny: ਇਨਕਾਰ ਕਰੋ
+    error:
+      title: ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ।
     show:
-      edit: ਵੇਰਵੇ ਸੋਧੋ
-      confirm: ਕੀ ਤੁਹਾਨੂੰ ਯਕੀਨ ਹੈ?
+      title: ਅਧਿਕਾਰ ਕੋਡ
+  oauth2_authorized_applications:
     index:
-      revoke: ਪਰਤਾਉ!
-      register_new: ਆਪਣੀ ਅਰਜ਼ੀ ਦਾ ਇੰਦਰਾਜ ਕਰਾਓ
+      permissions: ਇਜਾਜ਼ਤਾਂ
+      last_authorized: ਆਖਰੀ ਵਾਰ ਅਧਿਕਾਰ ਦਿਤਾ
+    application:
+      revoke: ਪਹੁੰਚ ਰੱਦ ਕਰੋ
   users:
     new:
-      title: ਭਰਤੀ ਹੋਵੋ
+      title: ਖਾਤਾ ਬਣਾਓ
+      tab_title: ਖਾਤਾ ਬਣਾਓ
+      no_auto_account_create: ਬਦਕਿਸਮਤੀ ਨਾਲ ਅਸੀਂ ਇਸ ਵੇਲੇ ਤੁਹਾਡੇ ਲਈ ਸਵੈਚਲਿਤ ਤੌਰ 'ਤੇ
+        ਇੱਕ ਖਾਤਾ ਬਣਾਉਣ ਦੇ ਯੋਗ ਨਹੀਂ ਹਾਂ।
+      please_contact_support_html: ਕਿਰਪਾ ਕਰਕੇ ਖਾਤਾ ਬਣਾਉਣ ਦਾ ਪ੍ਰਬੰਧ ਕਰਨ ਲਈ %{support_link}
+        ਨਾਲ ਸੰਪਰਕ ਕਰੋ-ਅਸੀਂ ਜਿੰਨੀ ਜਲਦੀ ਹੋ ਸਕੇ ਬੇਨਤੀ ਨਾਲ ਨਜਿੱਠਣ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰਾਂਗੇ।
       about:
         header: ਮੁਫ਼ਤ ਅਤੇ ਸੋਧਣਯੋਗ
-      continue: ਭਰਤੀ ਹੋਵੋ
+        welcome: ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ ਉੱਤੇ ਜੀ ਆਇਆਂ ਨੂੰ
+      display name description: ਤੁਹਾਡਾ ਜਨਤਕ ਤੌਰ 'ਤੇ ਪ੍ਰਦਰਸ਼ਿਤ ਵਰਤੋਂਕਾਰ ਨਾਂ। ਤੁਸੀਂ
+        ਇਸਨੂੰ ਬਾਅਦ ਵਿੱਚ ਤਰਜੀਹਾਂ ਵਿੱਚੋਂ ਬਦਲ ਸਕਦੇ ਹੋ।
+      by_signing_up:
+        privacy_policy: ਨਿੱਜਤਾ ਨੀਤੀ
+        privacy_policy_title: OSMF ਦੀ ਗੋਪਨੀਯਤਾ ਨੀਤੀ ਜਿਸ ਵਿੱਚ ਈਮੇਲ ਪਤੇ 'ਤੇ ਭਾਗ ਸ਼ਾਮਲ
+          ਹਨ
+        contributor_terms: ਯੋਗਦਾਨੀ ਦੀਆਂ ਸ਼ਰਤਾਂ
+      continue: ਖਾਤਾ ਬਣਾਓ
+      terms accepted: ਯੋਗਦਾਨ ਪਾਉਣ ਵਾਲੀਆਂ ਨਵੀਆਂ ਸ਼ਰਤਾਂ ਨੂੰ ਸਵੀਕਾਰ ਕਰਨ ਲਈ ਧੰਨਵਾਦ!
+      email_help:
+        privacy_policy: ਨਿੱਜਤਾ ਨੀਤੀ
+        privacy_policy_title: OSMF ਦੀ ਗੋਪਨੀਯਤਾ ਨੀਤੀ ਜਿਸ ਵਿੱਚ ਈਮੇਲ ਪਤੇ 'ਤੇ ਭਾਗ ਸ਼ਾਮਲ
+          ਹਨ
+        html: ਤੁਹਾਡਾ ਪਤਾ ਜਨਤਕ ਤੌਰ 'ਤੇ ਪ੍ਰਦਰਸ਼ਿਤ ਨਹੀਂ ਕੀਤਾ ਗਿਆ ਹੈ, ਵਧੇਰੇ ਜਾਣਕਾਰੀ ਲਈ
+          ਸਾਡਾ %{privacy_policy_link} ਵੇਖੋ।
+      consider_pd_html: ਮੈਂ ਆਪਣੇ ਯੋਗਦਾਨਾਂ ਨੂੰ %{consider_pd_link} ਵਿੱਚ ਮੰਨਦਾ ਹਾਂ।
+      consider_pd: ਜਨਤਕ ਖੇਤਰ
+      or: ਜਾਂ
+      use external auth: ਜਾਂ ਕਿਸੇ ਤੀਜੀ ਧਿਰ ਨਾਲ ਦਾਖਲ ਹੋਵੋ
     terms:
       title: ਸ਼ਰਤਾਂ
       heading: ਸ਼ਰਤਾਂ
+      heading_ct: ਯੋਗਦਾਨੀ ਦੀਆਂ ਸ਼ਰਤਾਂ
+      read and accept with tou: ਕਿਰਪਾ ਕਰਕੇ ਯੋਗਦਾਨ ਪਾਉਣ ਵਾਲੇ ਸਮਝੌਤੇ ਅਤੇ ਵਰਤੋਂ ਦੀਆਂ
+        ਸ਼ਰਤਾਂ ਨੂੰ ਪਡ਼੍ਹੋ, ਜਦੋਂ ਪੂਰਾ ਹੋ ਜਾਵੇ ਤਾਂ ਦੋਵੇਂ ਡੱਬੀਆਂ ਤੇ ਨਿਸ਼ਾਨ ਲਾਵੋ ਅਤੇ ਫਿਰ
+        ਜਾਰੀ ਰੱਖੋ ਬਟਨ ਨੂੰ ਦਬਾਓ।
+      contributor_terms_explain: ਇਹ ਇਕਰਾਰਨਾਮਾ ਤੁਹਾਡੇ ਮੌਜੂਦਾ ਅਤੇ ਭਵਿੱਖ ਦੇ ਯੋਗਦਾਨਾਂ
+        ਦੀਆਂ ਸ਼ਰਤਾਂ ਨੂੰ ਨਿਯੰਤਰਿਤ ਕਰਦਾ ਹੈ।
+      read_ct: ਮੈਂ ਉਪਰੋਕਤ ਯੋਗਦਾਨ ਪਾਉਣ ਵਾਲੀਆਂ ਸ਼ਰਤਾਂ ਨੂੰ ਪਡ਼੍ਹਿਆ ਅਤੇ ਉਹਨਾਂ ਨਾਲ ਸਹਿਮਤ
+        ਹਾਂ।
+      read_tou: ਮੈਂ ਵਰਤੋਂ ਦੀਆਂ ਸ਼ਰਤਾਂ ਨੂੰ ਪੜ੍ਹ ਲਿਆ ਹੈ ਅਤੇ ਉਹਨਾਂ ਨਾਲ ਸਹਿਮਤ ਹਾਂ
+      consider_pd: ਉਪਰੋਕਤ ਤੋਂ ਇਲਾਵਾ, ਮੈਂ ਆਪਣੇ ਯੋਗਦਾਨ ਨੂੰ ਜਨਤਕ ਖੇਤਰ ਵਿੱਚ ਮੰਨਦਾ ਹਾਂ
       consider_pd_why: ਇਹ ਕੀ ਹੈ?
+      guidance_info_html: 'ਇਹਨਾਂ ਸ਼ਰਤਾਂ ਨੂੰ ਸਮਝਣ ਲਈ ਜਾਣਕਾਰੀ: ਇੱਕ %{readable_summary_link}
+        ਅਤੇ ਕੁਝ %{informal_translations_link}'
+      readable_summary: ਮਨੁੱਖੀ ਪਡ਼੍ਹਨਯੋਗ ਸੰਖੇਪ
       informal_translations: ਗ਼ੈਰ-ਰਸਮੀ ਤਰਜਮਾ
-      decline: ਮਨਜ਼ੂਰ ਨਹੀਂ
+      continue: ਜਾਰੀ ਰੱਖੋ
+      cancel: ਰੱਦ ਕਰੋ
+      you need to accept or decline: ਕਿਰਪਾ ਕਰਕੇ ਪਡ਼੍ਹੋ ਅਤੇ ਫਿਰ ਜਾਰੀ ਰੱਖਣ ਲਈ ਨਵੀਂ ਯੋਗਦਾਨ
+        ਦੀਆਂ ਸ਼ਰਤਾਂ ਨੂੰ ਸਵੀਕਾਰ ਜਾਂ ਅਸਵੀਕਾਰ ਕਰੋ।
       legale_select: 'ਆਪਣੀ ਰਿਹਾਇਸ਼ ਦਾ ਦੇਸ਼ ਚੁਣੋ:'
       legale_names:
         france: ਫ਼ਰਾਂਸ
         italy: ਇਟਲੀ
         rest_of_world: ਬਾਕੀ ਦੁਨੀਆਂ
+    terms_declined_flash:
+      terms_declined_html: ਸਾਨੂੰ ਅਫ਼ਸੋਸ ਹੈ ਕਿ ਤੁਸੀਂ ਯੋਗਦਾਨ ਪਾਉਣ ਵਾਲੀਆਂ ਨਵੀਆਂ ਸ਼ਰਤਾਂ
+        ਨੂੰ ਸਵੀਕਾਰ ਨਾ ਕਰਨ ਦਾ ਫੈਸਲਾ ਕੀਤਾ ਹੈ। ਵਧੇਰੇ ਜਾਣਕਾਰੀ ਲਈ, ਕਿਰਪਾ ਕਰਕੇ %{terms_declined_link}
+        ਵੇਖੋ।
+      terms_declined_link: ਇਹ ਵਿਕੀ ਸਫ਼ਾ
     no_such_user:
       title: ਕੋਈ ਅਜਿਹਾ ਵਰਤੋਂਕਾਰ ਨਹੀਂ
+      heading: ਵਰਤੋਂਕਾਰ %{user} ਮੌਜੂਦ ਨਹੀਂ ਹੈ
+      body: ਮਾਫ਼ ਕਰਨਾ, %{user} ਨਾਂ ਦਾ ਕੋਈ ਵਰਤੋਂਕਾਰ ਨਹੀਂ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਆਪਣੇ ਸ਼ਬਦ-ਜੋੜ
+        ਦੀ ਜਾਂਚ ਕਰੋ, ਜਾਂ ਹੋ ਸਕਦਾ ਹੈ ਕਿ ਤੁਹਾਡੇ ਵੱਲੋਂ ਕਲਿੱਕ ਕੀਤੀ ਗਈ ਕੜੀ ਗਲਤ ਹੈ।
+      deleted: ਮਿਟਾਇਆ ਹੋਇਆ
     show:
       my diary: ਮੇਰਾ ਰੋਜ਼ਨਾਮਚਾ
       my edits: ਮੇਰੀਆਂ ਸੋਧਾਂ
@@ -1181,8 +1854,9 @@ pa:
       my notes: ਮੇਰੇ ਨੋਟ
       my messages: ਮੇਰੇ ਸੁਨੇਹੇ
       my profile: ਮੇਰਾ ਖ਼ਾਕਾ
-      my settings: à¨®à©\87ਰà©\80à¨\86à¨\82 à¨¸à©\88à¨\9fਿੰà¨\97ਾਂ
+      my settings: à¨®à©\87ਰà©\80à¨\86à¨\82 à¨¤à¨°à¨\9cà©\80ਹਾਂ
       my comments: ਮੇਰੀਆਂ ਟਿੱਪਣੀਆਂ
+      my_preferences: ਮੇਰੀਆਂ ਤਰਜੀਹਾਂ
       blocks on me: ਮੇਰੇ ਉੱਤੇ ਰੋਕਾਂ
       blocks by me: ਮੇਰੇ ਵੱਲੋਂ ਰੋਕਾਂ
       send message: ਸੁਨੇਹਾ ਘੱਲੋ
@@ -1192,73 +1866,105 @@ pa:
       notes: ਨਕਸ਼ੇ ਦੇ ਨੋਟ
       remove as friend: ਯਾਰੀ ਤੋੜੋ
       add as friend: ਯਾਰੀ ਪਾਉ
-      mapper since: 'ਕਦੋਂ ਤੋਂ ਨਕਸ਼ਾਸਾਜ਼:'
+      mapper since: 'ਕਦੋਂ ਤੋਂ ਨਕਸ਼ਾ-ਨਵੀਸ਼:'
+      no activity yet: ਹਾਲੇ ਕੋਈ ਗਤੀਵਿਧੀ ਨਹੀਂ ਹੈ
+      uid: 'ਵਰਤੋਂਕਾਰ ਸ਼ਿਨਾਖਤ:'
       ct status: 'ਯੋਗਦਾਨੀ ਦੀਆਂ ਸ਼ਰਤਾਂ:'
       ct undecided: ਦੁਚਿੱਤੀ 'ਚ
-      ct declined: à¨¨à¨\95ਾਰà©\80
+      ct declined: à¨®à¨¨à¨\9c਼à©\82ਰ à¨¨à¨¹à©\80à¨\82 à¨¹à©\88
       email address: 'ਈਮੇਲ ਪਤਾ:'
       created from: 'ਕਿੱਥੋਂ ਉਸਾਰਿਆ:'
       status: 'ਦਰਜਾ:'
       role:
         administrator: ਇਹ ਵਰਤੋਂਕਾਰ ਇੱਕ ਪ੍ਰਬੰਧਕ ਹੈ।
         moderator: ਇਹ ਵਰਤੋਂਕਾਰ ਇੱਕ ਵਿਚੋਲਾ ਹੈ।
+        importer: ਇਹ ਵਰਤੋਂਕਾਰ ਇੱਕ ਦਰਾਮਦਕਾਰ ਹੈ
         grant:
           administrator: ਪ੍ਰਬੰਧਕੀ ਹੱਕ ਦਿਓ
           moderator: ਵਿਚੋਲਗੀ ਦੇ ਹੱਕ ਦਿਉ
+          importer: ਦਰਾਮਦਕਾਰ ਪਹੁੰਚ ਪ੍ਰਦਾਨ ਕਰੋ
+        revoke:
+          administrator: ਪ੍ਰਬੰਧਕੀ ਪਹੁੰਚ ਰੱਦ ਕਰੋ
+          importer: ਦਰਾਮਦਕਾਰ ਪਹੁੰਚ ਰੱਦ ਕਰੋ
       comments: ਟਿੱਪਣੀਆਂ
       create_block: ਇਸ ਵਰਤੋਂਕਾਰ 'ਤੇ ਰੋਕ ਲਾਉ
       activate_user: ਇਸ ਵਰਤੋਂਕਾਰ ਨੂੰ ਕਿਰਿਆਸ਼ੀਲ ਕਰੋ
-      confirm_user: ਇਸ ਵਰਤੋਂਕਾਰ ਨੂੰ ਤਸਦੀਕ ਕਰੋ
+      confirm_user: ਇਸ ਵਰਤੋਂਕਾਰ ਦੀ ਤਸਦੀਕ ਕਰੋ
+      unsuspend_user: ਇਸ ਵਰਤੋਂਕਾਰ ਨੂੰ ਮੁਅੱਤਲ ਨਾ ਕਰੋ
       hide_user: ਇਸ ਵਰਤੋਂਕਾਰ ਨੂੰ ਲੁਕਾਉ
-      unhide_user: à¨\87ਸ à¨µà¨°à¨¤à©\8bà¨\82à¨\95ਾਰ à¨¦à¨¾ à¨\89ਹਲਾ à¨¹à¨\9fਾà¨\89
+      unhide_user: à¨\87ਸ à¨µà¨°à¨¤à©\8bà¨\82à¨\95ਾਰ à¨¨à©\82à©° à¨®à©\81à©\9c-ਵਿà¨\96ਾà¨\93
       delete_user: ਇਸ ਵਰਤੋਂਕਾਰ ਨੂੰ ਮਿਟਾਉ
       confirm: ਤਸਦੀਕ ਕਰੋ
+      report: ਇਸ ਵਰਤੋਂਕਾਰ ਦੀ ਇਤਲਾਹ ਦਿਓ
+    go_public:
+      flash success: ਤੁਹਾਡੇ ਸਾਰੇ ਸੋਧ ਹੁਣ ਜਨਤਕ ਹਨ, ਅਤੇ ਤੁਹਾਨੂੰ ਹੁਣ ਸੋਧ ਕਰਨ ਦੀ ਇਜਾਜ਼ਤ
+        ਹੈ।
     index:
       title: ਵਰਤੋਂਕਾਰ
       heading: ਵਰਤੋਂਕਾਰ
+      summary_html: '%{date} ਨੂੰ %{ip_address} ਤੋਂ %{name} ਬਣਾਇਆ ਗਿਆ'
+      summary_no_ip_html: '%{name} ਨੂੰ %{date} ਨੂੰ ਬਣਾਇਆ ਗਿਆ'
       empty: ਕੋਈ ਮੇਲ ਖਾਂਦੇ ਵਰਤੋਂਕਾਰ ਨਹੀਂ ਲੱਭੇ
     page:
+      found_users:
+        one: '%{count} ਵਰਤੋਂਕਾਰ ਲੱਭੇ'
+        other: '%{count} ਵਰਤੋਂਕਾਰ ਲੱਭੇ'
       confirm: ਚੁਣੇ ਹੋਏ ਵਰਤੋਂਕਾਰਾਂ ਦੀ ਤਸਦੀਕ ਕਰੋ
       hide: ਚੁਣੇ ਹੋਏ ਵਰਤੋਂਕਾਰ ਲੁਕਾਉ
     suspended:
       title: ਖਾਤਾ ਮੁਅੱਤਲ ਕੀਤਾ ਗਿਆ
       heading: ਖਾਤਾ ਮੁਅੱਤਲ ਕੀਤਾ ਗਿਆ
-  user_role:
-    grant:
-      confirm: ਤਸਦੀਕ ਕਰੋ
-    revoke:
-      confirm: ਤਸਦੀਕ ਕਰੋ
   user_blocks:
     not_found:
       back: ਤਤਕਰੇ ਵੱਲ ਵਾਪਸ
+    edit:
+      revoke: ਪਾਬੰਦੀਆਂ ਨੂੰ ਰੱਦ ਕਰੋ
     update:
       success: ਰੋਕ ਨਵਿਆਈ ਗਈ।
-    revoke:
+    revoke_all:
       revoke: ਪਰਤਾਉ!
-      flash: ਇਹ ਰੋਕ ਪਰਤਾ ਦਿੱਤੀ ਗਈ ਹੈ।
     helper:
       block_duration:
         hours:
           one: '%{count} ਘੰਟਾ'
           other: '%{count} ਘੰਟੇ'
+        days:
+          one: '%{count} ਦਿਨ'
+          other: '%{count} ਦਿਨਾਂ'
+        weeks:
+          one: '%{count} ਹਫ਼ਤਾ'
+          other: '%{count} ਹਫ਼ਤੇ'
+        months:
+          one: '%{count} ਮਹੀਨਾ'
+          other: '%{count} ਮਹੀਨੇ'
+        years:
+          one: '%{count} ਸਾਲ'
+          other: '%{count} ਸਾਲ'
     show:
+      created: 'ਬਣਾਇਆ ਗਿਆ:'
+      duration: 'ਮਿਆਦ:'
       status: ਹਾਲਾਤ
-      show: ਵਿਖਾਉ
       edit: ਸੋਧੋ
-      confirm: ਕੀ ਤੁਹਾਨੂੰ ਯਕੀਨ ਹੈ?
       reason: 'ਰੋਕ ਦਾ ਕਾਰਨ:'
       revoker: 'ਪਰਤਾਉਣ ਵਾਲ਼ਾ:'
     block:
       show: ਵਿਖਾਉ
       edit: ਸੋਧੋ
-      revoke: ਪਰਤਾਉ!
-    blocks:
+    page:
       display_name: ਰੋਕਿਆ ਵਰਤੋਂਕਾਰ
       creator_name: ਸਿਰਜਣਹਾਰ
       reason: ਰੋਕ ਦਾ ਕਾਰਨ
       status: ਦਰਜਾ
+  user_mutes:
+    index:
+      table:
+        thead:
+          actions: ਕਾਰਵਾਈਆਂ
+        tbody:
+          send_message: ਸੁਨੇਹਾ ਘੱਲੋ
   notes:
     index:
+      id: ਸ਼ਿਨਾਖਤ
       creator: ਸਿਰਜਣਹਾਰ
       description: ਵੇਰਵਾ
       created_at: ਕਦੋਂ ਸਿਰਜਿਆ ਗਿਆ
@@ -1269,10 +1975,17 @@ pa:
       hide: ਉਹਲੇ ਕਰੋ
       resolve: ਹੱਲ਼ ਕੱਢੋ
       reactivate: ਮੁੜ ਚਾਲੂ ਕਰੋ
+      comment_and_resolve: ਟਿੱਪਣੀ ਕਰੋ ਅਤੇ ਹੱਲ ਕਰੋ
       comment: ਟਿੱਪਣੀ ਕਰੋ
     new:
       title: ਨਵੀੰ ਟਿੱਪਣੀ
+      anonymous_warning_log_in: ਦਾਖ਼ਲ ਹੋਵੋ
+      anonymous_warning_sign_up: ਖਾਤਾ ਬਣਾਓ
       add: ਟਿੱਪਣੀ ਜੋੜੋ
+    notes_paging_nav:
+      showing_page: ਸਫ਼ਾ %{page}
+      next: ਅਗਲਾ
+      previous: ਪਿਛਲਾ
   javascripts:
     close: ਬੰਦ ਕਰੋ
     share:
@@ -1288,6 +2001,8 @@ pa:
       download: ਉਤਾਰੋ
       short_url: ਨਿੱਕਾ ਯੂ.ਆਰ.ਐੱਲ.
       view_larger_map: ਵਡੇਰਾ ਨਕਸ਼ਾ ਵੇਖੋ
+    embed:
+      report_problem: ਸਮੱਸਿਆ ਦੀ ਇਤਲਾਹ ਦਿਓ
     key:
       title: ਨਕਸ਼ੇ ਦਾ ਟੀਕਾ
       tooltip: ਨਕਸ਼ੇ ਦਾ ਟੀਕਾ
@@ -1306,13 +2021,82 @@ pa:
         header: ਨਕਸ਼ੇ ਦੀਆਂ ਤਹਿਆਂ
         notes: ਨਕਸ਼ੇ ਦੇ ਨੋਟ
         data: ਨਕਸ਼ੇ ਦੀ ਸਮੱਗਰੀ
+        gps: ਜਨਤਕ GPS ਖੁਰਾ-ਖੋਜ
         title: ਤਹਿਆਂ
+      make_a_donation: ਦਾਨ ਦਿਉ
     site:
       edit_tooltip: ਨਕਸ਼ਾ ਸੋਧੋ
       edit_disabled_tooltip: ਨਕਸ਼ਾ ਸੋਧਣ ਵਾਸਤੇ ਅੰਦਰ ਨੂੰ ਜਾਉ
       createnote_tooltip: ਨਕਸ਼ੇ 'ਤੇ ਕੋਈ ਨੋਟ ਜੋੜੋ
       createnote_disabled_tooltip: ਨਕਸ਼ੇ 'ਤੇ ਕੋਈ ਨੋਟ ਜੋੜਨ ਵਾਸਤੇ ਅੰਦਰ ਨੂੰ ਜਾਉ
+    directions:
+      ascend: ਚਡ਼੍ਹਾਈ
+      engines:
+        fossgis_osrm_bike: ਸੈਕਲ (OSRM)
+        fossgis_osrm_car: ਕਾਰ (OSRM)
+        fossgis_osrm_foot: ਪੈਦਲ (OSRM)
+        graphhopper_bicycle: ਸੈਕਲ (GraphHopper)
+      distance: ਵਾਟ
+      distance_m: '%{distance}ਮੀਟਰ'
+      distance_km: '%{distance}ਕਿਲੋਮੀਟਰ'
+      errors:
+        no_place: ਮਾਫ਼ ਕਰਨਾ - '%{place}' ਨੂੰ ਲੱਭ ਨਹੀਂ ਸਕਿਆ।
+      instructions:
+        continue_without_exit: '%{name} ''ਤੇ ਚੱਲੀ-ਚੱਲੋ'
+        slight_right_without_exit: '%{name} ਉੱਤੇ ਥੋੜ੍ਹਾ ਜਿਹਾ ਸੱਜੇ ਪਾਸੇ'
+        onramp_right_without_directions: ਢਲਾਣਦਾਰ-ਰਾਹ ਉੱਤੇ ਸੱਜੇ ਮੁੜੋ
+        onramp_right: ਢਲਾਣਦਾਰ-ਰਾਹ ਉੱਤੇ ਸੱਜੇ ਮੁੜੋ
+        merge_right_without_exit: '%{name} ਉੱਤੇ ਸੱਜੇ ਪਾਸੇ ਰਲੋ'
+        fork_right_without_exit: ਦੋਸੜਕੇ 'ਤੇ %{name} ਵਲ ਸੱਜੇ ਪਾਸੇ ਮੁਡ਼ੋ
+        turn_right_without_exit: '%{name} ਉੱਤੇ ਸੱਜੇ ਮੁੜੋ'
+        turn_left_without_exit: '%{name} ਵੱਲ ਖੱਬੇ ਮੁੜੋ'
+        offramp_left_with_exit: ਖੱਬੇ ਪਾਸੇ %{exit} ਤੋਂ ਬਾਹਰ ਨਿਕਲੋ
+        offramp_left_with_name: '%{name} ਉੱਤੇ ਖੱਬੇ ਪਾਸੇ ਢਲਾਣਦਾਰ-ਰਾਹ ਲਵੋ'
+        offramp_left_with_directions: '%{directions} ਵੱਲ ਖੱਬੇ ਪਾਸੇ ਢਲਾਣਦਾਰ-ਰਾਹ ਲਵੋ'
+        onramp_left_without_directions: ਢਲਾਣਦਾਰ-ਰਾਹ ਉੱਤੇ ਖੱਬੇ ਪਾਸੇ ਮੁਡ਼ੋ
+        onramp_left: ਢਲਾਣਦਾਰ-ਰਾਹ ਉੱਤੇ ਖੱਬੇ ਪਾਸੇ ਮੁੜੋ
+        endofroad_left_without_exit: ਸੜਕ ਦੇ ਅਖੀਰ ਵਿੱਚ %{name} ਵੱਲ ਖੱਬੇ ਮੁੜੋ
+        merge_left_without_exit: '%{name} ਉੱਤੇ ਖੱਬੇ ਪਾਸੇ ਰਲੋ'
+        fork_left_without_exit: ਦੋਸੜਕੇ 'ਤੇ %{name}' ਤੇ ਖੱਬੇ ਪਾਸੇ ਮੁਡ਼ੋ
+        slight_left_without_exit: '%{name} ਉੱਤੇ ਥੋੜ੍ਹਾ ਜਿਹਾ ਖੱਬੇ ਪਾਸੇ'
+        follow_without_exit: '%{name} ਦੇ ਨਾਲ ਚੱਲੀ-ਚੱਲੋ'
+        roundabout_without_exit: ਗੋਲ ਚੱਕਰ 'ਤੋਂ ਨਿਕਲ ਕੇ %{name} ਉੱਤੇ ਜਾਓ
+        leave_roundabout_without_exit: ਗੋਲ ਚੱਕਰ-%{name} ਛੱਡੋ
+        stay_roundabout_without_exit: ਗੋਲ ਚੱਕਰ - %{name} 'ਤੇ ਰਹੋ
+        start_without_exit: '%{name} ਤੋਂ ਸ਼ੁਰੂ ਕਰੋ'
+        destination_without_exit: ਟਿਕਾਣਾ 'ਤੇ ਪਹੁੰਚ ਗਏ।
+        end_oneway_without_exit: '%{name} ''ਤੇ ਇੱਕ-ਤਰਫਾ ਰਾਹ ਦੀ ਸਮਾਪਤੀ'
+        roundabout_with_exit: ਗੋਲ ਚੱਕਰ 'ਤੋਂ %{exit} ਨਿਕਲ ਕੇ %{name} ਉੱਤੇ ਜਾਓ
+        roundabout_with_exit_ordinal: ਗੋਲ ਚੱਕਰ 'ਤੋਂ %{exit} ਕੱਢ ਕੇ %{name} ਉੱਤੇ ਜਾਓ
+        exit_roundabout: ਗੋਲ ਚੱਕਰ ਤੋਂ %{name} ਉੱਤੇ ਬਾਹਰ ਨਿਕਲੋ
+        unnamed: ਅਣਜਾਣ ਸਡ਼ਕ
+        exit_counts:
+          first: ਪਹਿਲਾ
+          second: ਦੂਜਾ
+          third: ਤੀਜਾ
+          fourth: ਚੌਥਾ
+          fifth: 5ਵਾਂ(ਪੰਜਵਾਂ)
+          sixth: 6ਵਾਂ(ਛੇਵਾਂ)
+          seventh: 7ਵਾਂ(ਸੱਤਵਾਂ)
+          eighth: 8ਵਾਂ(ਅੱਠਵਾਂ)
+          ninth: 9ਵਾਂ(ਨੌਵਾਂ)
+          tenth: 10ਵਾਂ(ਦਸਵਾਂ)
+      time: ਵਕਤ
+    query:
+      way: ਰਾਹ
+      error: '%{server} ਨਾਲ ਸੰਪਰਕ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %{error}'
+    context:
+      show_address: ਪਤਾ ਦਿਖਾਓ
+      query_features: ਪੁੱਛਗਿੱਛ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ
+      centre_map: ਨਕਸ਼ੇ ਦਾ ਕੇਂਦਰ ਇੱਥੇ
   redactions:
     show:
+      description: 'ਵੇਰਵਾ:'
+      user: ਸਿਰਜਣਹਾਰ
       confirm: ਕੀ ਤੁਹਾਨੂੰ ਯਕੀਨ ਹੈ?
+    update:
+      flash: ਤਬਦੀਲੀਆਂ ਸੰਭਾਲੀਆਂ ਗਈਆਂ ਹਨ।
+  validations:
+    invalid_characters: ਗਲਤ ਅੱਖਰ ਸ਼ਾਮਲ ਹਨ
+    url_characters: ਖਾਸ URL ਅੱਖਰ (%{characters}) ਸ਼ਾਮਲ ਹਨ
 ...
index b04746c9c32583c3eec83ab877f5c63bb25cf39b..6d47057867b4b5f772ec08ff58a8fbca1c955f86 100644 (file)
@@ -37,6 +37,7 @@
 # Author: Maraf24
 # Author: Maro21
 # Author: Mateon1
+# Author: Meeqoo
 # Author: Mikini
 # Author: Mkot
 # Author: Nemo bis
@@ -80,7 +81,7 @@ pl:
       prompt: Wybierz plik
     submit:
       diary_comment:
-        create: Wyślij komentarz
+        create: Skomentuj
       diary_entry:
         create: Opublikuj
         update: Uaktualnij
@@ -90,7 +91,7 @@ pl:
         create: Wyślij
       client_application:
         create: Zarejestruj
-        update: Edytuj
+        update: Uaktualnij
       oauth2_application:
         create: Zarejestruj
         update: Aktualizuj
@@ -106,8 +107,6 @@ pl:
   activerecord:
     errors:
       messages:
-        invalid_email_address: nie wygląda na poprawny adres e-mail
-        email_address_not_routable: nie jest routowalny
         display_name_is_user_n: nie może mieć wartości user_n, chyba że n jest Twoim
           identyfikatorem użytkownika
       models:
@@ -119,9 +118,9 @@ pl:
       changeset_tag: Znacznik zestawu zmian
       country: Państwo
       diary_comment: Komentarz do dziennika
-      diary_entry: Wpis do dziennika
+      diary_entry: Wpis dziennika
       friend: Znajomy
-      issue: problem
+      issue: Problem
       language: Język
       message: Wiadomość
       node: Węzeł
@@ -132,12 +131,12 @@ pl:
       old_relation_member: Człon starej relacji
       old_relation_tag: Znacznik wcześniejszej relacji
       old_way: Stara linia
-      old_way_node: Węzeł starej linii
+      old_way_node: Węzeł wcześniejszej linii
       old_way_tag: Znacznik starej linii
       relation: Relacja
       relation_member: Człon relacji
-      relation_tag: Tag relacji
-      report: zgłoszenie
+      relation_tag: Znacznik relacji
+      report: Zgłoszenie
       session: Sesja
       trace: Ślad
       tracepoint: Punkt śladu
@@ -188,9 +187,9 @@ pl:
         longitude: Długość geograficzna
         public: Publiczny
         description: Opis
-        gpx_file: Prześlij plik GPX
+        gpx_file: Wybierz plik śladu GPS
         visibility: Widoczność
-        tagstring: Tagi
+        tagstring: Znaczniki
       message:
         sender: Nadawca
         title: Temat
@@ -208,19 +207,19 @@ pl:
         email: E-mail
         new_email: Nowy adres e-mail
         active: Aktywny
-        display_name: Wyświetlana nazwa
-        description: Opis
-        home_lat: 'Szerokość:'
-        home_lon: 'Długość geograficzna:'
+        display_name: Nazwa wyświetlana
+        description: Opis profilu
+        home_lat: Szerokość geograficzna
+        home_lon: Długość geograficzna
         languages: Preferowane języki
-        preferred_editor: 'Preferowane edytowanie w:'
+        preferred_editor: Preferowany edytor
         pass_crypt: Hasło
         pass_crypt_confirmation: Potwierdź hasło
     help:
       doorkeeper/application:
-        confidential: Aplikacja będzie używana tam, gdzie tajny klucz klienta może
-          być zachowany jako poufny (natywne aplikacje mobilne i aplikacje jednostronicowe
-          nie są poufne)
+        confidential: Aplikacja będzie używana tam, gdzie klucz klienta może być zachowany
+          jako poufny (natywne aplikacje mobilne i aplikacje jednostronicowe nie są
+          poufne)
         redirect_uri: Każdy URI w osobnej linii
       trace:
         tagstring: rozdzielone przecinkami
@@ -255,7 +254,7 @@ pl:
         few: prawie %{count} lata temu
         many: prawie %{count} lat temu
         other: prawie %{count} roku temu
-      half_a_minute: 30 sekund temu
+      half_a_minute: pół minuty temu
       less_than_x_seconds:
         one: mniej niż sekundę temu
         few: mniej niż %{count} sekundy temu
@@ -315,8 +314,8 @@ pl:
   api:
     notes:
       comment:
-        opened_at_html: Stworzono %{when}
-        opened_at_by_html: Stworzono %{when} przez %{user}
+        opened_at_html: Utworzono %{when}
+        opened_at_by_html: Utworzono %{when} przez %{user}
         commented_at_html: Zaktualizowano %{when}
         commented_at_by_html: Zaktualizowano %{when} przez %{user}
         closed_at_html: Rozwiązano %{when}
@@ -328,11 +327,11 @@ pl:
         description_all: Lista zgłoszonych, skomentowanych lub zamkniętych uwag
         description_area: Lista uwag stworzonych, skomentowanych lub zamkniętych w
           twojej okolicy [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]
-        description_item: Kanał RSS uwagi %{id}
-        opened: 'nowa uwaga (w lokalizacji: %{place})'
+        description_item: Kanał RSS dla uwagi %{id}
+        opened: nowa uwaga (w pobliżu %{place})
         commented: nowy komentarz (w pobliżu %{place})
-        closed: 'zamknięta uwaga (w lokalizacji: %{place})'
-        reopened: 'ponownie aktywowana uwaga (w lokalizacji: %{place})'
+        closed: zamknięta uwaga (w pobliżu %{place})
+        reopened: ponownie aktywowana uwaga (w pobliżu %{place})
       entry:
         comment: Komentarz
         full: Pełna treść uwagi
@@ -340,7 +339,7 @@ pl:
     deletions:
       show:
         title: Usuń moje konto
-        warning: Uwaga! Proces usuwania konta jest ostateczny i nie można go cofnąć.
+        warning: Uwaga! Usunięcie konta jest ostateczne i nie można go cofnąć.
         delete_account: Usuń konto
         delete_introduction: 'Możesz usunąć swoje konto OpenStreetMap używając poniższego
           przycisku. Proszę zwrócić uwagę na następujące szczegóły:'
@@ -368,29 +367,29 @@ pl:
       title: Zmiana ustawień konta
       my settings: Ustawienia
       current email address: Aktualny adres e-mail
-      external auth: 'Zewnętrzne uwierzytelnienie:'
+      external auth: Zewnętrzne uwierzytelnienie
       openid:
         link: https://wiki.openstreetmap.org/wiki/Pl:OpenID
         link text: co to jest?
       public editing:
-        heading: 'Edycje publiczne:'
+        heading: Edycje publiczne
         enabled: Włączone. Nieanonimowy i uprawniony do edycji danych.
         enabled link text: co to jest?
         disabled: Wyłączone i nieuprawniony do edycji danych, wszystkie wcześniejsze
           edycje są anonimowe.
         disabled link text: dlaczego nie mogę mapować?
       contributor terms:
-        heading: 'Warunki uczestnictwa:'
+        heading: Warunki uczestnictwa
         agreed: Wyrażono zgodę na nowe Warunki Uczestnictwa.
         not yet agreed: Nie wyrażono zgody na nowe Warunki Uczestnictwa.
-        review link text: Na tej stronie możesz zapoznać się z nowymi Warunkami Uczestnictwa
-          i je zaakceptować.
-        agreed_with_pd: Zadeklarowałeś, że twoje edycje publikujesz w domenie publicznej.
+        review link text: Skorzystaj z tego odnośnika w dogodnym momencie, aby zapoznać
+          się z nowymi Warunkami Uczestnictwa i je zaakceptować.
+        agreed_with_pd: Zadeklarowałeś, że swoje edycje publikujesz w domenie publicznej.
         link text: co to jest?
       save changes button: Zapisz zmiany
       delete_account: Usuń konto...
     go_public:
-      heading: 'Edycje publiczne:'
+      heading: Edycje publiczne
       currently_not_public: Twoje edycje są obecnie anonimowe i inni nie mogą ci wysyłać
         wiadomości ani zobaczyć twojej lokalizacji. Aby pokazać swoje edycje i umożliwić
         innym kontakt z tobą przez stronę, kliknij przycisk poniżej.
@@ -400,7 +399,7 @@ pl:
       email_not_revealed: Twój adres e-mail nie będzie wyświetlany publicznie.
       not_reversible: Tej akcji nie można cofnąć, a wszyscy nowi użytkownicy są teraz
         domyślnie publiczni.
-      make_edits_public_button: Niech wszystkie edycje będą publiczne.
+      make_edits_public_button: Niech wszystkie moje edycje będą publiczne.
     update:
       success_confirm_needed: Zaktualizowano profil użytkownika. Sprawdź, czy przyszedł
         już e-mail potwierdzający nowy adres mailowy.
@@ -422,7 +421,7 @@ pl:
       many: '%{count} relacji'
       other: '%{count} relacji'
     part_of_ways:
-      one: 1 linia
+      one: '%{count} linia'
       few: '%{count} linie'
       many: '%{count} linii'
       other: '%{count} linii'
@@ -441,7 +440,7 @@ pl:
       history_title_html: 'Historia linii: %{name}'
       nodes: Węzły
       nodes_count:
-        one: 1 węzeł
+        one: '%{count} węzeł'
         few: '%{count} węzły'
         many: '%{count} węzłów'
         other: '%{count} węzła'
@@ -453,7 +452,7 @@ pl:
       history_title_html: 'Historia relacji: %{name}'
       members: Człony relacji
       members_count:
-        one: 1 człon
+        one: '%{count} człon'
         few: '%{count} człony'
         many: '%{count} członów'
         other: '%{count} członu'
@@ -514,30 +513,49 @@ pl:
       introduction: Kliknij na mapie, by wyszukać pobliskie obiekty.
       nearby: Obiekty w pobliżu
       enclosing: Większe, otaczające obiekty
+  nodes:
+    timeout:
+      sorry: Niestety, pobranie danych węzła o identyfikatorze %{id} trwało zbyt długo.
   old_nodes:
     not_found:
       sorry: 'Nie odnaleziono węzła #%{id} w wersji %{version}.'
+    timeout:
+      sorry: Niestety, pobranie historii węzła o identyfikatorze %{id} trwało zbyt
+        długo.
+  ways:
+    timeout:
+      sorry: Niestety, pobranie danych linii o identyfikatorze %{id} trwało zbyt długo.
   old_ways:
     not_found:
       sorry: 'Nie odnaleziono linii #%{id} w wersji %{version}.'
+    timeout:
+      sorry: Niestety, pobranie historii linii o identyfikatorze %{id} trwało zbyt
+        długo.
+  relations:
+    timeout:
+      sorry: Niestety, pobranie danych relacji o identyfikatorze %{id} trwało zbyt
+        długo.
   old_relations:
     not_found:
       sorry: 'Nie odnaleziono relacji #%{id} w wersji %{version}.'
+    timeout:
+      sorry: Niestety, pobranie historii relacji o identyfikatorze %{id} trwało zbyt
+        długo.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Nowy komentarz do zestawu zmian #%{changeset_id}% autorstwa %{author}'
+        commented_at_by_html: Zaktualizowano %{when} przez %{user}
+      show:
+        title_all: Dyskusja na temat zestawu zmian
+        title_particular: 'Dyskusja na temat zestawu zmian #%{changeset_id}'
+      timeout:
+        sorry: Niestety, pobieranie listy żądanych komentarzy do zestawów zmian trwało
+          zbyt długo.
   changesets:
-    changeset_paging_nav:
-      showing_page: Strona %{page}
-      next: Następna »
-      previous: « Poprzednia
     changeset:
-      anonymous: Anonim
       no_edits: (brak edycji)
       view_changeset_details: Zobacz szczegóły zestawu zmian
-    changesets:
-      id: ID
-      saved_at: Zapisano
-      user: Użytkownik
-      comment: Komentarz
-      area: Obszar
     index:
       title: Zestawy zmian
       title_user: Zestawy zmian użytkownika %{user}
@@ -567,7 +585,7 @@ pl:
       title: Zestaw zmian %{id}
       created_by_html: Utworzony przez %{link_user} w %{created}.
     no_such_entry:
-      title: Brak takiego zestawu zmian
+      heading: Brak wpisu o identyfikatorze %{id}
       body: Niestety nie odnaleziono zestawu zmian o identyfikatorze %{id}. Sprawdź
         pisownię. Być może skorzystano z nieprawidłowego odnośnika.
     show:
@@ -600,18 +618,6 @@ pl:
       relations_paginated: Relacje (%{x}-%{y} z %{count})
     timeout:
       sorry: Niestety, pobieranie listy żądanych zestawów zmian trwało zbyt długo.
-  changeset_comments:
-    comment:
-      comment: 'Nowy komentarz do zestawu zmian #%{changeset_id}% autorstwa %{author}'
-      commented_at_by_html: Zaktualizowano %{when} przez %{user}
-    comments:
-      comment: 'Nowy komentarz do zestawu zmian #%{changeset_id} autorstwa %{author}'
-    index:
-      title_all: Dyskusja na temat zestawu zmian
-      title_particular: 'Dyskusja na temat zestawu zmian #%{changeset_id}'
-    timeout:
-      sorry: Niestety, pobieranie listy żądanych komentarzy do zestawów zmian trwało
-        zbyt długo.
   dashboards:
     contact:
       km away: '%{count} km stąd'
@@ -653,8 +659,6 @@ pl:
       no_entries: Brak wpisów dziennika
     page:
       recent_entries: Ostatnie wpisy do dziennika
-      older_entries: Starsze wpisy
-      newer_entries: Nowsze wpisy
     edit:
       title: Edycja wpisu dziennika
       marker_text: Umiejscowienie wpisu dziennika
@@ -697,8 +701,6 @@ pl:
       report: Zgłoś ten komentarz
     location:
       location: 'Położenie:'
-      view: Podgląd
-      edit: Edytuj
     feed:
       user:
         title: Wpisy użytkownika %{user}
@@ -711,6 +713,7 @@ pl:
         description: Ostatnie wpisy dzienników od użytkowników OpenStreetMap
     subscribe:
       heading: Zasubskrybować następującą dyskusję dotyczącą wpisu do pamiętnika?
+      button: Subskrybuj dyskusję
     unsubscribe:
       heading: Wypisać się z poniższej dyskusji na temat wpisu dziennika?
       button: Wypisz się z dyskusji
@@ -724,17 +727,33 @@ pl:
       post: Wpis
       when: Kiedy
       comment: Komentarz
-      newer_comments: Nowsze komentarze
-      older_comments: Starsze komentarze
+    new:
+      heading: Czy dodać komentarz do tej dyskusji o wpisie dziennika?
   doorkeeper:
     errors:
       messages:
         account_selection_required: Serwer autoryzacji wymaga wybrania konta użytkownika
           końcowego
+        consent_required: Serwer autoryzacyjny wymaga zgody użytkownika końcowego
+        interaction_required: Serwer autoryzacyjny wymaga interakcji użytkownika końcowego
+        login_required: Serwer autoryzacyjny wymaga uwierzytelnienia użytkownika końcowego
     flash:
       applications:
         create:
           notice: Zarejestrowano aplikację.
+    openid_connect:
+      errors:
+        messages:
+          auth_time_from_resource_owner_not_configured: Błąd spowodowany brakiem konfiguracji
+            Doorkeeper::OpenidConnect.configure.auth_time_from_resource_owner.
+          reauthenticate_resource_owner_not_configured: Błąd spowodowany brakiem konfiguracji
+            Doorkeeper::OpenidConnect.configure.reauthenticate_resource_owner.
+          resource_owner_from_access_token_not_configured: Błąd spowodowany brakiem
+            konfiguracji Doorkeeper::OpenidConnect.configure.auth_time_from_resource_owner.
+          select_account_for_resource_owner_not_configured: Błąd spowodowany brakiem
+            konfiguracji Doorkeeper::OpenidConnect.configure.auth_time_from_resource_owner.
+          subject_not_configured: Generowanie tokena ID nie powiodło się z powodu
+            braku konfiguracji Doorkeeper::OpenidConnect.configure.subject.
     scopes:
       address: Wyświetl swój adres
       email: Zobacz swój adres e-mail
@@ -749,6 +768,10 @@ pl:
       contact_the_community_html: '%{contact_link} ze społecznością OpenStreetMap,
         jeśli znalazłeś uszkodzony link lub błąd. Zapisz dokładny adres URL swojego
         żądania.'
+    bad_request:
+      title: Nieprawidłowe żądanie
+      description: Operacja, której zażądałeś na serwerze OpenStreetMap jest nieprawidłowa
+        (HTTP 400)
     forbidden:
       title: Dostęp zabroniony
       description: Żądana operacja na serwerze OpenStreetMap jest dostępna tylko dla
@@ -778,7 +801,6 @@ pl:
   geocoder:
     search:
       title:
-        results_from_html: Wyniki z %{results_link}
         latlon: Internal
         osm_nominatim: Nominatim
         osm_nominatim_reverse: Nominatim
@@ -945,6 +967,7 @@ pl:
           college: Budynek koledżu / szkoły policealnej
           commercial: Budynek komercyjny
           construction: Budynek w budowie
+          cowshed: Obora
           detached: Dom wolnostojący
           dormitory: Dom studencki
           duplex: Bliźniak
@@ -974,6 +997,7 @@ pl:
           shed: Szopa
           stable: Stajnia
           static_caravan: Przyczepa kempingowa
+          sty: Chlew
           temple: Budynek świątyni
           terrace: Domy szeregowe
           train_station: Budynek dworca
@@ -1552,10 +1576,6 @@ pl:
         level9: Granica dzielnicy
         level10: Granica osiedla
         level11: Granica osiedla
-      types:
-        cities: Miasta
-        towns: Miasta
-        places: Miejsca
     results:
       no_results: Nic nie znaleziono
       more_results: Więcej wyników
@@ -1569,13 +1589,18 @@ pl:
       not_updated: Niezaktualizowane
       search: Wyszukaj
       search_guidance: 'Przeszukaj sprawy:'
+      states:
+        ignored: zignorowane
+        open: otwarte
+        resolved: rozwiązane
+    page:
       user_not_found: Użytkownik nie istnieje
       issues_not_found: Nie znaleziono takiej sprawy
+      reported_user: Zgłoszony użytkownik
       status: Stan
       reports: Zgłoszenia
       last_updated: Ostatnia aktualizacja
       last_updated_time_ago_user_html: '%{time_ago} przez %{user}'
-      link_to_reports: Zobacz zgłoszenia
       reports_count:
         one: 1 zgłoszenie
         few: '%{count} zgłoszenia'
@@ -1583,9 +1608,9 @@ pl:
         other: '%{count} zgłoszenia'
       reported_item: Zgłoszony element
       states:
-        ignored: zignorowane
-        open: otwarte
-        resolved: rozwiązane
+        ignored: Zignorowano
+        open: Otwórz
+        resolved: Rozwiązane
     show:
       title: '%{status} sprawa #%{issue_id}'
       reports:
@@ -1605,7 +1630,7 @@ pl:
       read_reports: Czytaj zgłoszenia
       new_reports: Nowe zgłoszenia
       other_issues_against_this_user: Inne sprawy przeciwko temu użytkownikowi
-      no_other_issues: Brak innych zgłoszeń dotyczących tego użytkownika.
+      no_other_issues: Brak innych spraw dotyczących tego użytkownika.
       comments_on_this_issue: Komentarze o tej sprawie
     resolve:
       resolved: Status sprawy został ustawiony na „Rozwiązana”
@@ -1674,42 +1699,34 @@ pl:
     history: Zmiany
     export: Eksport
     issues: Sprawy
-    data: Dane
-    export_data: Eksportuj dane
     gps_traces: Ślady GPS
-    gps_traces_tooltip: Zarządzanie śladami GPS
     user_diaries: Dzienniki
-    user_diaries_tooltip: Przeglądaj dzienniki użytkownika
     edit_with: Edytuj w %{editor}
-    tag_line: Wolna wikimapa świata
     intro_header: Witamy w OpenStreetMap!
     intro_text: OpenStreetMap to mapa świata stworzona przez ludzi takich jak ty i
       z możliwością użycia pod otwartą licencją.
-    intro_2_create_account: Utwórz konto
+    hosting_partners_2024_html: Hosting jest wspierany przez %{fastly}, %{corpmembers}
+      i innych %{partners}.
     partners_fastly: Fastly
-    partners_partners: partnerzy
+    partners_corpmembers: członków korporacyjnych OSMF
+    partners_partners: partnerów
     tou: Warunki użytkowania
     osm_offline: Baza danych OpenStreetMap jest niedostępna na czas ważnych zadań
       administracyjnych, które są w tym momencie wykonywane.
     osm_read_only: Baza danych OpenStreetMap jest w trybie tylko do odczytu na czas
       ważnych zadań administracyjnych, które są w tym momencie wykonywane.
-    donate: Wspomóż projekt OpenStreetMap %{link} na fundusz rozbudowy sprzętu komputerowego.
+    nothing_to_preview: Nie ma nic do podglądu.
     help: Pomoc
     about: Informacje
     copyright: Prawa autorskie
     communities: Społeczności
-    community: Społeczność
-    community_blogs: Blogi społeczności
-    community_blogs_title: Blogi członków społeczności OpenStreetMap
-    make_a_donation:
-      title: Wspomóż OpenStreetMap za pomocą darowizny pieniężnej
-      text: Przekaż darowiznę
     learn_more: Dowiedz się więcej
     more: Więcej
   user_mailer:
     diary_comment_notification:
-      subject: '[OpenStreetMap] Użytkownik %{user} skomentował wpis dziennika'
-      hi: Witaj %{to_user},
+      description: 'Wpis dziennika OpenStreetMap #%{id}'
+      subject: '[OpenStreetMap] %{user} skomentował wpis dziennika'
+      hi: Cześć, %{to_user},
       header: '%{from_user} zostawił(a) komentarz do wpisu w dzienniku OpenStreetMap
         o temacie %{subject}:'
       header_html: '%{from_user} zostawił(a) komentarz do wpisu w dzienniku OpenStreetMap
@@ -1718,9 +1735,13 @@ pl:
         %{commenturl} lub wysłać wiadomość do autora pod %{replyurl}
       footer_html: Możesz również przeczytać komentarz pod %{readurl}, skomentować
         go pod %{commenturl} lub wysłać wiadomość do autora pod %{replyurl}
+      footer_unsubscribe: Możesz wypisać się z subskrypcji tego wpisu dziennika pod
+        %{unsubscribeurl}
+      footer_unsubscribe_html: Możesz wypisać się z subskrypcji tego wpisu dziennika
+        pod %{unsubscribeurl}
     message_notification:
       subject: '[OpenStreetMap] %{message_title}'
-      hi: Witaj %{to_user},
+      hi: Cześć, %{to_user},
       header: '%{from_user} wysłał do ciebie wiadomość z OpenStreetMap o temacie %{subject}:'
       header_html: '%{from_user} wysłał do ciebie wiadomość z OpenStreetMap o temacie
         %{subject}:'
@@ -1729,26 +1750,43 @@ pl:
       footer_html: Możesz również przeczytać wiadomość na %{readurl} i wysłać wiadomość
         do autora na %{replyurl}
     friendship_notification:
-      hi: Witaj %{to_user},
-      subject: '[OpenStreetMap] Użytkownik %{user} dodał cię jako znajomego'
+      hi: Cześć, %{to_user},
+      subject: '[OpenStreetMap] %{user} dodał cię jako znajomego'
       had_added_you: '%{user} dodał(a) cię jako swojego znajomego na OpenStreetMap.'
       see_their_profile: Możesz zobaczyć jego profil na stronie %{userurl}.
       see_their_profile_html: Możesz zobaczyć jego profil na stronie %{userurl}.
       befriend_them: Możesz również dodać go jako znajomego na %{befriendurl}.
       befriend_them_html: Możesz również dodać go jako znajomego na %{befriendurl}.
     gpx_description:
-      description_with_tags_html: 'Wygląda na to, że twój plik GPX %{trace_name} z
-        opisem %{trace_description} i tagami: %{tags}'
-      description_with_no_tags_html: Wygląda na to, że twój plik GPX %{trace_name}
-        z opisem %{trace_description} i bez tagów
+      description_with_tags: 'Wygląda jak twój plik GPX %{trace_name} z opisem %{trace_description}
+        i tagami: %{tags}'
+      description_with_tags_html: 'Wygląda jak twój plik %{trace_name} z opisem %{trace_description}
+        i następującymi tagami: %{tags}'
+      description_with_no_tags: Wygląda jak twój plik %{trace_name} z opisem %{trace_description}
+        i bez tagów
+      description_with_no_tags_html: Wygląda jak twój plik %{trace_name} z opisem
+        %{trace_description} i bez tagów
     gpx_failure:
       hi: Cześć, %{to_user},
-      failed_to_import: 'nie został zaimportowany. Komunikat błędu:'
+      failed_to_import: 'nie udało się zaimportować jako pliku śladu GPS. Sprawdź,
+        czy plik jest prawidłowym plikiem GPX lub archiwum zawierającym plik(i) GPX
+        w obsługiwanym formacie (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2).
+        Czy plik może mieć problem z formatem lub składnią? Oto błąd importu:'
+      more_info: Więcej informacji na temat błędów importu plików GPX można znaleźć
+        na %{url}.
       more_info_html: Więcej informacji na temat błędów importu plików GPX można znaleźć
         na %{url}.
       subject: '[OpenStreetMap] Nieudane importowanie pliku GPX'
     gpx_success:
       hi: Cześć, %{to_user},
+      loaded: '{{PLURAL|one=załadowano pomyślnie z %{trace_points} z możliwego %{count}
+        punktu.|few=załadowano pomyślnie z %{trace_points} z możliwych %{count} punktów.|many=załadowano
+        pomyślnie z %{trace_points} z możliwych %{count} punktów.'
+      trace_location: Twój ślad jest dostępny pod adresem %{trace_url}
+      all_your_traces: Wszystkie pomyślnie przesłane ślady GPX można znaleźć pod adresem
+        %{url}
+      all_your_traces_html: Wszystkie pomyślnie przesłane ślady GPX można znaleźć
+        pod adresem %{url}
       subject: '[OpenStreetMap] Zaimportowano plik GPX'
     signup_confirm:
       subject: '[OpenStreetMap] Witamy w OpenStreetMap'
@@ -1759,7 +1797,7 @@ pl:
       welcome: Po potwierdzeniu konta dostarczymy ci dodatkowych informacji o tym,
         jak zacząć.
     email_confirm:
-      subject: '[OpenStreetMap] Potwierdzenie adresu e-mail'
+      subject: '[OpenStreetMap] Potwierdź swój e-mail'
       greeting: Cześć,
       hopefully_you: Ktoś (prawdopodobnie ty) chce zmienić adres e-mail w %{server_url}
         na %{new_address}.
@@ -1771,20 +1809,21 @@ pl:
         w serwisie openstreetmap.org przypisanego do tego adresu e-mail.
       click_the_link: Jeśli to ty, kliknij poniższy odnośnik, aby wyczyścić hasło.
     note_comment_notification:
+      description: 'Notatka OpenStreetMap #%{id}'
       anonymous: Anonimowy użytkownik
-      greeting: Witaj,
+      greeting: Cześć,
       commented:
-        subject_own: '[OpenStreetMap] Użytkownik %{commenter} skomentował uwagę'
+        subject_own: '[OpenStreetMap] %{commenter} skomentował twoją uwagę'
         subject_other: '[OpenStreetMap] %{commenter} skomentował interesującą cię
           uwagę'
         your_note: '%{commenter} zostawił komentarz do jednej z twoich uwag na mapie
           w lokalizacji: %{place}.'
         your_note_html: '%{commenter} zostawił komentarz do jednej z twoich uwag na
           mapie w lokalizacji: %{place}.'
-        commented_note: Użytkownik %{commenter} zostawił komentarz do skomentowanej
-          uwagi. Znajduje się ona w położeniu %{place}.
-        commented_note_html: Użytkownik %{commenter} zostawił komentarz do skomentowanej
-          uwagi. Znajduje się ona w położeniu %{place}.
+        commented_note: '%{commenter} zostawił komentarz do skomentowanej przez ciebie
+          uwagi. Znajduje się ona w położeniu %{place}.'
+        commented_note_html: '%{commenter} zostawił komentarz do skomentowanej przez
+          ciebie uwagi. Znajduje się ona w położeniu %{place}.'
       closed:
         subject_own: '[OpenStreetMap] %{commenter} rozwiązał twoją uwagę'
         subject_other: '[OpenStreetMap] %{commenter} rozwiązał interesującą cię uwagę'
@@ -1797,23 +1836,22 @@ pl:
         commented_note_html: 'Użytkownik %{commenter} rozwiązał skomentowaną uwagę.
           Znajduje się ona w położeniu: %{place}.'
       reopened:
-        subject_own: '[OpenStreetMap] %{commenter} ponownie aktywował jedną z twoich
-          uwag'
+        subject_own: '[OpenStreetMap] %{commenter} ponownie aktywował twoją uwagę'
         subject_other: '[OpenStreetMap] %{commenter} ponownie aktywował interesującą
           cię uwagę'
         your_note: '%{commenter} ponownie aktywował jedną z twoich uwag na mapie w
           lokalizacji: %{place}'
         your_note_html: '%{commenter} ponownie aktywował jedną z twoich uwag na mapie
           w lokalizacji: %{place}'
-        commented_note: Użytkownik %{commenter} ponownie aktywował skomentowaną uwagę.
-          Znajduje się ona w położeniu %{place}.
-        commented_note_html: Użytkownik %{commenter} ponownie aktywował skomentowaną
-          uwagę. Znajduje się ona w położeniu %{place}.
+        commented_note: '%{commenter} ponownie aktywował skomentowaną przez ciebie
+          uwagę. Znajduje się ona w położeniu %{place}.'
+        commented_note_html: '%{commenter} ponownie aktywował skomentowaną przez ciebie
+          uwagę. Znajduje się ona w położeniu %{place}.'
       details: 'Więcej informacji na temat uwagi można znaleźć pod adresem: %{url}.'
       details_html: 'Więcej informacji na temat uwagi można znaleźć pod adresem: %{url}.'
     changeset_comment_notification:
-      hi: Witaj %{to_user},
-      greeting: Cześć,
+      description: 'Zestaw zmian OpenStreetMap #%{id}'
+      hi: Cześć, %{to_user},
       commented:
         subject_own: '[OpenStreetMap] %{commenter} skomentował jeden z twoich zestawów
           zmian'
@@ -1826,8 +1864,8 @@ pl:
           %{changeset_author}, który śledzisz, utworzony %{time}'
         commented_changeset_html: '%{commenter} zostawił komentarz do zestawu zmian
           użytkownika %{changeset_author}, który śledzisz, utworzony %{time}'
-        partial_changeset_with_comment: z komentarzem '%{changeset_comment}'
-        partial_changeset_with_comment_html: z komentarzem '%{changeset_comment}'
+        partial_changeset_with_comment: z komentarzem %{changeset_comment}
+        partial_changeset_with_comment_html: z komentarzem %{changeset_comment}
         partial_changeset_without_comment: bez komentarza
       details: 'Więcej informacji na temat zestawu zmian można znaleźć pod adresem:
         %{url}.'
@@ -1893,8 +1931,8 @@ pl:
     message_summary:
       unread_button: Oznacz jako nieprzeczytaną
       read_button: Oznacz jako przeczytaną
-      reply_button: Odpowiedz
       destroy_button: Usuń
+      unmute_button: Przenieś do skrzynki odbiorczej
     new:
       title: Wysyłanie wiadomości
       send_message_to_html: Wyślij nową wiadomość do %{name}
@@ -1909,7 +1947,6 @@ pl:
       body: Niestety nie ma wiadomości o tym identyfikatorze.
     outbox:
       title: Wiadomości wysłane
-      actions: Operacje
       messages:
         one: '%{count} wysłana wiadomość'
         few: '%{count} wysłane wiadomości'
@@ -1917,6 +1954,13 @@ pl:
       no_sent_messages_html: Nie masz jeszcze wysłanych wiadomości. Może skontaktujesz
         się z %{people_mapping_nearby_link}?
       people_mapping_nearby: użytkownikami z twojej okolicy
+    muted:
+      title: Wyciszone wiadomości
+      messages:
+        one: Masz %{count} wyciszoną wiadomość
+        few: Masz %{count} wyciszone wiadomości
+        many: Masz %{count} wyciszonych wiadomości
+        other: Masz %{count} wyciszonych wiadomości
     reply:
       wrong_user: Jesteś zalogowany jako %{user}, ale wiadomość, na którą chcesz odpowiedzieć,
         nie została wysłana do tego użytkownika. Zaloguj się jako właściwy użytkownik,
@@ -1935,9 +1979,13 @@ pl:
     heading:
       my_inbox: wiadomości odebrane
       my_outbox: wiadomości wysłane
+      muted_messages: Wyciszone wiadomości
     mark:
       as_read: Wiadomość została oznaczona jako przeczytana
       as_unread: Wiadomość została oznaczona jako nieprzeczytana
+    unmute:
+      notice: Wiadomość przeniesiono do wiadomości odebranych
+      error: Nie można było przenieść wiadomości do skrzynki odbiorczej.
     destroy:
       destroyed: Wiadomość usunięta
   passwords:
@@ -2002,14 +2050,14 @@ pl:
       failure: Nie udało się zaktualizować profilu.
   sessions:
     new:
-      title: Logowanie
       tab_title: Logowanie
+      login_to_authorize_html: Zaloguj się do OpenStreetMap, aby uzyskać dostęp do
+        %{client_app_name}.
       email or username: Adres e-mail lub nazwa użytkownika
       password: Hasło
       remember: Zapamiętaj dane uwierzytelniające
       lost password link: Zapomniałeś hasła?
       login_button: Zaloguj się
-      register now: Zarejestruj się
       with external: 'Alternatywnie, zaloguj się przez:'
       or: lub
       auth failure: Niestety, podane dane nie pozwoliły na zalogowanie.
@@ -2042,9 +2090,29 @@ pl:
     richtext_field:
       edit: Edytuj
       preview: Podgląd
+      help: Pomoc
+    pagination:
+      diary_comments:
+        older: Starsze komentarze
+        newer: Nowsze komentarze
+      diary_entries:
+        older: Starsze wpisy
+        newer: Nowsze wpisy
+      issues:
+        older: Starsze sprawy
+        newer: Nowsze sprawy
+      traces:
+        older: Starsze ślady
+        newer: Nowsze ślady
+      user_blocks:
+        older: Starsze blokady
+        newer: Nowsze blokady
+      users:
+        older: Starsi użytkownicy
+        newer: Nowsi użytkownicy
   site:
     about:
-      next: Dalej
+      heading_html: '%{copyright}Autorzy OpenStreetMap%{br}'
       used_by_html: '%{name} dostarcza dane mapowe tysiącom stron internetowych, aplikacji
         oraz urządzeń'
       lede_text: OpenStreetMap jest tworzony przez społeczność dodającą dane o drogach,
@@ -2054,22 +2122,40 @@ pl:
         zdjęć satelitarnych, lotniczych, nawigacji GPS i zwykłych map, aby zweryfikować,
         czy dane w OSM są dokładne i aktualne.
       community_driven_title: Zarządzany przez społeczność
-      community_driven_osm_blog: Blog OpenStreetMap
+      community_driven_1_html: Społeczność OpenStreetMap jest zróżnicowana, pełna
+        pasji i rośnie każdego dnia. Nasi współpracownicy to entuzjaści mapowania,
+        specjaliści GIS, inżynierowie obsługujący serwery OSM, humanitarni mapujący
+        obszary dotknięte klęskami żywiołowymi i wielu innych. Aby dowiedzieć się
+        więcej o społeczności, odwiedź %{osm_blog_link}, %{user_diaries_link}, %{community_blogs_link}
+        i stronę %{osm_foundation_link}.
+      community_driven_osm_blog: blog OpenStreetMap
       community_driven_user_diaries: dzienniki użytkowników
-      community_driven_community_blogs: blogi społecznościowe
-      community_driven_osm_foundation: Fundacja OSM
+      community_driven_community_blogs: blogi społeczności
+      community_driven_osm_foundation: Fundacji OSM
       open_data_title: Otwarte dane
+      open_data_1_html: 'OpenStreetMap to %{open_data}: można z nich korzystać w dowolnym
+        celu, pod warunkiem podania nazwy OpenStreetMap i jej autorów. Jeśli zmienisz
+        lub wykorzystasz dane w określony sposób, możesz rozpowszechniać wynik tylko
+        na tej samej licencji. Szczegółowe informacje można znaleźć na stronie %{copyright_license_link}.'
       open_data_open_data: otwarte dane
-      open_data_copyright_license: Strona dotycząca praw autorskich i licencji
+      open_data_copyright_license: Prawa autorskie i licencja
       legal_title: Pytania prawne
-      legal_1_1_openstreetmap_foundation: Fundacja OpenStreetMap
-      legal_1_1_terms_of_use: Warunki użytkowania
-      legal_1_1_aup: Zasady dozwolonego użytku
-      legal_1_1_privacy_policy: Polityka prywatności
-      legal_2_1_contact_the_osmf: skontaktuj się z OSM
+      legal_1_1_html: Ta strona i wiele innych powiązanych usług są formalnie obsługiwane
+        przez %{openstreetmap_foundation_link} (OSMF) w imieniu społeczności. Korzystanie
+        ze wszystkich usług obsługiwanych przez OSMF podlega naszym %{terms_of_use_link},
+        %{aup_link} i naszej %{privacy_policy_link}.
+      legal_1_1_openstreetmap_foundation: Fundację OpenStreetMap
+      legal_1_1_terms_of_use: Warunkom użytkowania
+      legal_1_1_aup: Zasadom dopuszczalnego użytkowania
+      legal_1_1_privacy_policy: Polityce prywatności
+      legal_2_1_html: W przypadku pytań dotyczących licencji, praw autorskich lub
+        innych kwestii prawnych prosimy o %{contact_the_osmf_link}.
+      legal_2_1_contact_the_osmf: kontakt z OSMF
+      legal_2_2_html: OpenStreetMap, logo z lupą i State of the Map są %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: zastrzeżonymi znakami towarowymi OSMF
       partners_title: Partnerzy
     copyright:
-      title: Prawa autorskie i&nbsp;licencja
+      title: Prawa autorskie i licencja
       foreign:
         title: Informacje o tłumaczeniu
         html: W przypadku rozbieżności pomiędzy tym tłumaczeniem a %{english_original_link}
@@ -2151,7 +2237,12 @@ pl:
           (&copy; Department of Natural Resources Canada), CanVec (&copy; Department
           of Natural Resources Canada) i StatCan (Geography Division, Statistics Canada).'
         contributors_ca_canada: Kanada
+        contributors_cz_credit_html: |-
+          %{czechia}: Zawiera dane z Państwowej Administracji Geodezji
+          i Katastru licencjonowane na podstawie %{cc_licence_link}
         contributors_cz_czechia: Czechy
+        contributors_cz_cc_licence: Licencja Creative Commons Uznanie autorstwa 4.0
+          Międzynarodowa (CC BY 4.0)
         contributors_fi_credit_html: '%{finland}: Zawiera dane z National Land Survey
           of Finland''s Topographic Database i innych zbiorów danych, na podstawie
           %{nlsfi_license_link}.'
@@ -2237,8 +2328,6 @@ pl:
       user_page_link: stronie użytkownika
       anon_edits_link_text: Tu dowiesz się dlaczego.
       id_not_configured: iD nie został skonfigurowany
-      no_iframe_support: Używana przeglądarka nie obsługuje HTML iframes, które są
-        niezbędne do tej funkcji.
     export:
       title: Eksportuj
       manually_select: Ręcznie zaznacz inny obszar
@@ -2276,8 +2365,16 @@ pl:
             ulicę lub adres, najlepszym sposobem na dodanie lub naprawę takich danych
             jest dołączenie do społeczności OpenStreetMap i dokonanie edycji lub naprawy
             własnoręcznie.
+        add_a_note:
+          instructions_1_html: |-
+            Wystarczy kliknąć %{note_icon} lub tę samą ikonę na mapie.
+            To doda znacznik do mapy, który możesz przesuwać
+            przeciągając. Dodaj swoją wiadomość, a następnie kliknij zapisz, a inni mapperzy to zbadają.
       other_concerns:
         title: Inne kwestie
+        concerns_html: |-
+          Jeśli masz wątpliwości dotyczące sposobu wykorzystania naszych danych lub treści, zapoznaj się z naszą stroną
+          %{copyright_link}, aby uzyskać więcej informacji prawnych, lub skontaktuj się z odpowiednią  %{working_group_link}.
         copyright: strona z prawami autorskimi
         working_group: Grupa robocza OSMF
     help:
@@ -2322,16 +2419,20 @@ pl:
         Player został wycofany, Potlatch nie jest już dostępny w przeglądarce.
       desktop_application_html: Nadal możesz używać Potlatch przez %{download_link}.
       download: pobranie aplikacji komputerowej dla komputerów Mac i Windows
+      id_editor_html: Alternatywnie możesz ustawić domyślny edytor na iD, który będzie
+        działał w Twojej przeglądarce internetowej, tak jak wcześniej Potlatch. %{change_preferences_link}.
       change_preferences: Zmień swoje preferencje tutaj
     any_questions:
       title: Czy masz jakieś pytania?
+      paragraph_1_html: |-
+        OpenStreetMap ma kilka zasobów wiedzy o projekcie, zadawania pytań i odpowiadania na nie oraz wspólnego omawiania i dokumentowania tematów mapowania.
+        %{help_link}. Reprezentujesz organizację planującą używanie OpenStreetMap? %{welcome_mat_link}.
       get_help_here: Uzyskaj pomoc tutaj
+      welcome_mat: Odwiedź Stronę Powitalną
     sidebar:
       search_results: Wyniki wyszukiwania
-      close: Zamknij
     search:
       search: Wyszukiwanie
-      get_directions: Wyznacz trasę
       get_directions_title: Wyznacz trasę pomiędzy dwoma punktami
       from: Początek trasy
       to: Koniec trasy
@@ -2412,6 +2513,9 @@ pl:
           hospital: Szpital
           building: Ważny budynek
           station: Stacja kolejowa
+          railway_halt: Przystanek kolejowy
+          subway_station: Stacja metra
+          tram_stop: Przystanek tramwajowy
           summit: Góra
           peak: Szczyt
           tunnel: Kreskowany obrys – tunel
@@ -2420,10 +2524,10 @@ pl:
           destination: Dostęp tylko do punktu docelowego
           construction: Drogi w budowie
           bus_stop: Przystanek autobusowy
-          stop: Stop
           bicycle_shop: Sklep rowerowy
           bicycle_rental: Wypożyczalnia rowerów
           bicycle_parking: Parking dla rowerów
+          bicycle_parking_small: Mały parking dla rowerów
           toilets: Toalety
     welcome:
       title: Witamy!
@@ -2432,32 +2536,47 @@ pl:
         rzeczami, o których musisz wiedzieć.
       whats_on_the_map:
         title: Co jest na mapie
-        real_and_current: prawdziwy i aktualny
-        doesnt: nie
+        on_the_map_html: OpenStreetMap to miejsce do mapowania rzeczy, które są zarówno
+          %{real_and_current} – zawiera miliardy budynków, dróg i innych szczegółów
+          dotyczących miejsc. Możesz mapować dowolne obiekty świata rzeczywistego,
+          które cię interesują.
+        real_and_current: rzeczywiste, jak i aktualne
+        off_the_map_html: Nie wprowadzamy obiektów nieistniejących, hipotetycznych
+          oraz danych ze źródeł objętych prawami autorskimi. Jeśli nie masz pozwolenia,
+          nie kopiuj z innych map (zarówno tych papierowych, jak i online).%{doesnt}
       basic_terms:
         title: Podstawowe zasady mapowania
         paragraph_1: OpenStreetMap ma własny slang. Oto kilka słów, które ci się przydadzą.
         an_editor_html: '%{editor} to program lub strona internetowa, za pomocą których
           można edytować mapę.'
-        editor: edytor
-        node: węzeł
+        a_node_html: '%{node} to punkt na mapie, np. latarnia lub drzewo.'
+        a_way_html: '%{way} to droga lub obszar, np. ulica, rzeka, jezioro lub budynek.'
+        a_tag_html: '%{tag} to część danych opisująca linię lub węzeł, np. nazwa restauracji
+          lub ograniczenie prędkości na drodze.'
+        editor: Edytor
+        node: Węzeł
         way: Linia
         tag: Znacznik
       rules:
         title: Zasady!
-        para_1_html: |-
-          OpenStreetMap ma kilka formalnych zasad, ale oczekujemy, że wszyscy uczestnicy będą współpracować i komunikować się ze społecznością. Jeśli rozważasz
-          jakąkolwiek czynność inną niż ręczna edycja, przeczytaj i postępuj zgodnie ze wskazówkami na
-          %{imports_link} i %{automated_edits_link}.
-        imports: Import
-        automated_edits: Zautomatyzowane edycje
+        para_1_html: W OpenStreetMap jest kilka formalnych zasad, ale oczekujemy,
+          że wszyscy uczestnicy będą współpracować i komunikować się ze społecznością.
+          Jeśli planujesz jakieś działania inne niż same edycje manualne, proszę przeczytaj
+          i dostosuj się do zaleceń dotyczących %{imports_link} oraz %{automated_edits_link}.
+        imports: importów
+        imports_url: https://wiki.openstreetmap.org/wiki/Import/Guidelines
+        automated_edits: automatycznych edycji
+        automated_edits_url: https://wiki.openstreetmap.org/wiki/Pl:Automated_Edits_code_of_conduct
       start_mapping: Rozpocznij mapowanie
       continue_authorization: Kontynuuj autoryzację
       add_a_note:
         title: Nie masz czasu na edycję? Dodaj uwagę!
         para_1: Jeśli chcesz wprowadzić małą zmianę, ale nie masz czasu na rejestrację
           i poznanie sposobów edycji, możesz łatwo dodać uwagę.
-        the_map: mapa
+        para_2_html: 'Wystarczy, że przejdziesz na %{map_link} i klikniesz ikonę:
+          %{note_icon}. Ta czynność doda znacznik, który możesz przesunąć przez przeciągnięcie.
+          Dodaj swoją uwagę i zapisz ją – inni mapujący zajmą się twoim zgłoszeniem.'
+        the_map: mapę
     communities:
       title: Społeczności
       lede_text: Ludzie z całego świata tworzą lub używają OpenStreetMap. Podczas
@@ -2476,7 +2595,10 @@ pl:
           lokalne OSMF:'
       other_groups:
         title: Inne grupy
-        communities_wiki: Strona społeczności wiki
+        other_groups_html: |-
+          Nie ma potrzeby formalnego tworzenia grupy w takim samym stopniu, jak w przypadku oddziałów lokalnych.
+          W rzeczywistości wiele grup istnieje z powodzeniem jako nieformalne zgromadzenie ludzi lub jako grupa społeczna. Każdy może je założyć lub do nich dołączyć. Dowiedz się więcej na %{communities_wiki_link}.
+        communities_wiki: stronie Wiki
   traces:
     visibility:
       private: Prywatny (udostępniany jedynie jako anonimowy, nieuporządkowane punkty)
@@ -2489,7 +2611,7 @@ pl:
     new:
       upload_trace: Wgraj ślad GPS
       visibility_help: co to znaczy?
-      visibility_help_url: https://wiki.openstreetmap.org/wiki/Pl:Visibility_of_GPS_traces
+      visibility_help_url: https://wiki.openstreetmap.org/wiki/Pl:Widoczno%C5%9B%C4%87_%C5%9Blad%C3%B3w_GPS
       help: Pomoc
       help_url: https://wiki.openstreetmap.org/wiki/Pl:Upload
     create:
@@ -2513,8 +2635,6 @@ pl:
       visibility_help_url: http://wiki.openstreetmap.org/wiki/Pl:Visibility_of_GPS_traces
     update:
       updated: Ślad został zaktualizowany
-    trace_optionals:
-      tags: Tagi
     show:
       title: Przeglądanie śladu %{name}
       heading: Przeglądanie śladu %{name}
@@ -2551,6 +2671,8 @@ pl:
       identifiable: IDENTYFIKOWALNY
       private: PRYWATNY
       trackable: MOŻLIWY DO ŚLEDZENIA
+      details_with_tags_html: '%{time_ago} przez %{user} w %{tags}'
+      details_without_tags_html: '%{time_ago} przez %{user}'
     index:
       public_traces: Publiczne ślady GPS
       my_gps_traces: Moje ślady GPS
@@ -2567,13 +2689,8 @@ pl:
       my_traces: Moje ślady GPS
       traces_from: Publiczne ślady GPS użytkownika %{user}
       remove_tag_filter: Usuń filtr tagów
-    page:
-      older: Starsze ślady
-      newer: Nowsze ślady
     destroy:
       scheduled_for_deletion: Ślad oczekuje na usunięcie
-    make_public:
-      made_public: Ślad stał się publicznie dostępny
     offline_warning:
       message: System przesyłania plików GPX jest obecnie niedostępny
     offline:
@@ -2591,8 +2708,6 @@ pl:
     require_cookies:
       cookies_needed: Wygląda na to, że wyłączono obsługę ciasteczek w przeglądarce.
         Proszę ją włączyć przed kontynuowaniem.
-    require_admin:
-      not_an_admin: Musisz mieć uprawnienia administratora do wykonania tego działania.
     setup_user_auth:
       blocked_zero_hour: Masz pilną wiadomość na stronie OpenStreetMap. Musisz przeczytać
         tę wiadomość, zanim będzie można zapisywać zmiany.
@@ -2603,55 +2718,31 @@ pl:
         ich akceptować, ale musisz się z nimi zapoznać.
     settings_menu:
       account_settings: Ustawienia konta
-      oauth1_settings: Ustawienia OAuth 1
       oauth2_applications: Aplikacje OAuth 2
       oauth2_authorizations: Autoryzacje OAuth 2
+      muted_users: Wyciszeni użytkownicy
     auth_providers:
+      openid_url: Adres URL OpenID
       openid_login_button: Kontynuuj
       openid:
         title: Zaloguj się przez OpenID
-        alt: Zaloguj się za pomocą adresu URL OpenID
+        alt: Logo OpenID
       google:
         title: Zaloguj się przez Google
-        alt: Zaloguj się przez Google OpenID
+        alt: Logo Google
       facebook:
         title: Zaloguj się przez Facebooka
-        alt: Zaloguj się przez konto Facebook
+        alt: Logo Facebooka
       microsoft:
         title: Zaloguj się przez Microsoft
-        alt: Zaloguj się kontem Microsoft
+        alt: Logo Microsoftu
       github:
         title: Zaloguj się przez GitHub
-        alt: Zaloguj się przez konto GitHub
+        alt: Logo GitHub
       wikipedia:
         title: Zaloguj się przez Wikipedię
-        alt: Zaloguj się przez konto Wikipedii
+        alt: Logo Wikipedii
   oauth:
-    authorize:
-      title: Uwierzytelnij dostęp do konta
-      request_access_html: Aplikacja %{app_name} żąda dostępu do konta użytkownika
-        %{user}. Proszę potwierdzić przyznanie aplikacji poniższych uprawnień. Można
-        wybrać dowolną liczbę opcji.
-      allow_to: 'Zezwól aplikacji klienckiej na:'
-      allow_read_prefs: odczytywanie preferencji konta
-      allow_write_prefs: modyfikowanie preferencji konta
-      allow_write_diary: tworzenie wpisów w dzienniku, dopisywanie komentarzy i nawiązywanie
-        kontaktów.
-      allow_write_api: modyfikowanie mapy
-      allow_read_gpx: odczytywanie prywatnych śladów GPS
-      allow_write_gpx: przesyłanie śladów GPS
-      allow_write_notes: modyfikowanie uwag.
-      grant_access: Przyznaj dostęp
-    authorize_success:
-      title: Dozwolone żądanie uwierzytelnienia
-      allowed_html: Przyznano dostęp do konta aplikacji %{app_name}.
-      verification: Kod weryfikacyjny to %{code}.
-    authorize_failure:
-      title: Nieudane żądanie uwierzytelnienia
-      denied: Odmówiono dostępu do konta aplikacji %{app_name}.
-      invalid: Token uwierzytelnienia jest nieprawidłowy.
-    revoke:
-      flash: Odwołano uprawnienia aplikacji %{application}
     permissions:
       missing: Nie zezwoliłeś aplikacji na dostęp do tej funkcji
     scopes:
@@ -2666,49 +2757,11 @@ pl:
       write_notes: Modyfikowanie uwag
       write_redactions: Redagowanie danych mapy
       read_email: Odczytywanie adresu e-mail użytkownika
+      consume_messages: Czytaj, aktualizuj status i usuwaj wiadomości użytkownika
+      send_messages: Wysyłaj prywatne wiadomości do innych użytkowników
       skip_authorization: Automatycznie akceptuj aplikację
-  oauth_clients:
-    new:
-      title: Rejestrowanie nowej aplikacji
-      disabled: Rejestracja aplikacji OAuth 1 została wyłączona
-    edit:
-      title: Edycja aplikacji
-    show:
-      title: Szczegóły OAuth do %{app_name}
-      key: 'Klucz odbiorcy:'
-      secret: 'Sekret odbiorcy:'
-      url: 'URL znacznika zapytania:'
-      access_url: 'URL znaki dostępu:'
-      authorize_url: 'URL upoważnienia:'
-      support_notice: Wspieramy HMAC-SHA1 (zalecane) i sygnatury RSA-SHA1.
-      edit: Edytuj szczegóły
-      delete: Usuń klienta
-      confirm: Jesteś pewien?
-      requests: 'Zapytanie następujących uprawnień ze strony użytkownika:'
-    index:
-      title: Szczegóły uwierzytelnienia OAuth
-      my_tokens: Zarejestrowane programy
-      list_tokens: 'Wydano następujące tokeny aplikacjom w imieniu użytkownika:'
-      application: Nazwa aplikacji
-      issued_at: Czas wydania
-      revoke: Odwołaj!
-      my_apps: Programy klienckie
-      no_apps_html: Poniżej można zarejestrować programy korzystające ze standardu
-        %{oauth}. Programy należy wcześniej zarejestrować, nim będzie można skorzystać
-        z zapytań OAuth do tej usługi.
-      oauth: OAuth
-      registered_apps: 'Zarejestrowano następujące aplikacje klienckie:'
-      register_new: Zarejestruj swoją aplikację
-    form:
-      requests: 'Żądanie następujących uprawnień od użytkowników:'
-    not_found:
-      sorry: Niestety, nie odnaleziono %{type}.
-    create:
-      flash: Zarejestrowano informacje
-    update:
-      flash: Informacje o kliencie zostały pomyślnie zaktualizowane
-    destroy:
-      flash: Usunięto rejestrację aplikacji
+    for_roles:
+      moderator: To uprawnienie dotyczy działań dostępnych wyłącznie dla moderatorów
   oauth2_applications:
     index:
       title: Moje aplikacje klienckie
@@ -2763,30 +2816,41 @@ pl:
     new:
       title: Zarejestruj się
       tab_title: Rejestracja
+      signup_to_authorize_html: Zaloguj się do OpenStreetMap, aby uzyskać dostęp do
+        %{client_app_name}.
       no_auto_account_create: Niestety nie możemy aktualnie stworzyć ci konta automatycznie.
       please_contact_support_html: Skontaktuj się z %{support_link} w celu umówienia
         się na założenie konta – postaramy się rozpatrzyć prośbę jak najszybciej.
       support: supportem
       about:
-        header: Darmowa i edytowalna
+        header: Darmowa i edytowalna.
         paragraph_1: W przeciwieństwie do innych map, OpenStreetMap jest w całości
-          tworzona przez ludzi takich jak Ty i każdy może ją bezpłatnie poprawiać,
+          tworzona przez ludzi takich jak ty i każdy może ją bezpłatnie poprawiać,
           aktualizować, pobierać i używać.
-        paragraph_2: Zarejestruj się, aby zacząć współtworzyć. Wyślemy wiadomość e-mail,
-          aby potwierdzić Twoje konto.
+        paragraph_2: Zarejestruj się, aby zacząć współtworzyć.
         welcome: Witamy w OpenStreetMap
+      duplicate_social_email: Jeśli posiadasz już konto OpenStreetMap i chcesz skorzystać
+        z usług zewnętrznego dostawcy tożsamości, zaloguj się, podając swoje hasło,
+        i zmień ustawienia swojego konta.
       display name description: Twoja publiczna nazwa użytkownika. Można ją później
         zmienić w ustawieniach.
       by_signing_up:
-        privacy_policy: Polityka prywatności
+        html: Rejestrując się, wyrażasz zgodę na nasze %{tou_link}, %{privacy_policy_link}
+          i %{contributor_terms_link}.
+        privacy_policy: politykę prywatności
         privacy_policy_title: Polityka prywatności OSMF, w tym sekcja dotycząca adresów
           e-mail
-      external auth: 'Logowanie przez:'
+        contributor_terms: warunki uczestnictwa
       continue: Zarejestruj się
       terms accepted: Dziękujemy za przyjęcie nowych Warunków uczestnictwa!
       email_help:
+        privacy_policy: politykę prywatności
+        privacy_policy_title: Polityka prywatności OSMF, w tym sekcja dotycząca adresów
+          e-mail
         html: Twój adres nie jest wyświetlany publicznie, zobacz naszą %{privacy_policy_link},
           aby uzyskać więcej informacji.
+      consider_pd_html: Uznaję mój wkład za należący do %{consider_pd_link}
+      consider_pd: domeny publicznej
       or: lub
       use external auth: 'Alternatywnie, zarejestruj się przez:'
     terms:
@@ -2805,10 +2869,12 @@ pl:
       consider_pd: Oprócz powyższych warunków, stwierdzam również, że mój wkład jest
         w domenie publicznej
       consider_pd_why: co to oznacza?
-      consider_pd_why_url: https://wiki.osmfoundation.org/w/index.php?title=Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain&redirect=no
+      guidance_info_html: 'Informacje pomocne w zrozumieniu tych terminów: %{readable_summary_link}
+        i %{informal_translations_link}'
+      readable_summary: czytelne podsumowanie
       informal_translations: tłumaczenia nieformalne
       continue: Dalej
-      decline: Nie akceptuję
+      cancel: Anuluj
       you need to accept or decline: Prosimy przeczytać i następnie przyjąć lub odrzucić
         nowe Warunki uczestnictwa, aby kontynuować.
       legale_select: 'Proszę wybrać kraj zamieszkania:'
@@ -2897,6 +2963,11 @@ pl:
       summary_no_ip_html: '%{name} utworzony %{date}'
       empty: Nie znaleziono pasujących użytkowników
     page:
+      found_users:
+        one: Znaleziono %{count} użytkownika
+        few: Znaleziono %{count} użytkowników
+        many: Znaleziono %{count} użytkowników
+        other: Znaleziono %{count} użytkowników
       confirm: Zatwierdź zaznaczonych użytkowników
       hide: Ukryj zaznaczonych użytkowników
     suspended:
@@ -2928,19 +2999,9 @@ pl:
       not_revoke_admin_current_user: Nie można odwołać roli administratora z bieżącego
         użytkownika.
     grant:
-      title: Potwierdź przyznanie roli
-      heading: Potwierdź przyznanie roli
       are_you_sure: Czy na pewno chcesz przyznać rolę „%{role}” użytkownikowi %{name}?
-      confirm: Potwierdź
-      fail: Nie można przyznać roli „%{role}” użytkownikowi %{name}. Sprawdź, czy
-        użytkownik i rola są poprawne.
     revoke:
-      title: Potwierdź odwołanie roli
-      heading: Potwierdź odwołanie roli
       are_you_sure: Czy na pewno chcesz odwołać rolę „%{role}” użytkownikowi %{name}?
-      confirm: Potwierdź
-      fail: Nie można odwołać roli „%{role}” użytkownikowi %{name}. Sprawdź, czy użytkownik
-        i rola są poprawne.
   user_blocks:
     model:
       non_moderator_update: Musisz być moderatorem, by ustanowić lub edytować blokadę.
@@ -2959,25 +3020,24 @@ pl:
       heading_html: Edycja blokady użytkownika %{name}
       period: Na jak długo, od tego momentu, użytkownik ma mieć zablokowany dostęp
         do API.
+      revoke: Odwołaj blok
     filter:
       block_period: Długość blokady należy wybrać z listy rozwijanej.
     create:
       flash: Nałożono blokadę na użytkownika %{name}.
     update:
       only_creator_can_edit: Tylko moderator, który nałożył blokadę, może ją edytować.
+      only_creator_can_edit_without_revoking: Tylko moderator, który utworzył tę blokadę,
+        może ją edytować bez odwoływania.
+      only_creator_or_revoker_can_edit: Tylko moderatorzy, którzy utworzyli lub odwołali
+        tę blokadę, mogą ją edytować.
+      inactive_block_cannot_be_reactivated: Ta blokada jest nieaktywna i nie można
+        jej ponownie aktywować.
       success: Blokada została zaktualizowana.
     index:
-      title: Blokady użytkownika
+      title: Blokady użytkowników
       heading: Lista blokad użytkowników
       empty: Nie nałożono do tej pory żadnych blokad.
-    revoke:
-      title: Odwoływanie blokady użytkownika %{block_on}
-      heading_html: Odwoływanie blokady użytkownika %{block_on} nałożonej przez %{block_by}
-      time_future_html: Blokada zakończy się za %{time}.
-      past_html: Blokada zakończyła się %{time} i nie można jej już odwołać.
-      confirm: Czy na pewno chcesz odwołać tę blokadę?
-      revoke: Odwołaj!
-      flash: Blokada została odwołana.
     revoke_all:
       title: Odwoływanie wszystkich blokad nałożonych na użytkownika %{block_on}
       heading_html: Odwoływanie wszystkich blokad nałożonych na użytkownika %{block_on}
@@ -3036,26 +3096,19 @@ pl:
       created: 'Utworzona:'
       duration: 'Długość blokady:'
       status: 'Stan:'
-      show: Wyświetl
       edit: Edytuj
-      revoke: Odwołaj!
-      confirm: Na pewno?
       reason: 'Przyczyna blokady:'
       revoker: 'Cofający uprawnienia:'
-      needs_view: Użytkownik musi się zalogować, zanim blokada zostanie zdjęta.
     block:
       not_revoked: (nieodwołana)
       show: Pokaż
       edit: Edytuj
-      revoke: Odwołaj!
-    blocks:
+    page:
       display_name: Zablokowany użytkownik
       creator_name: Twórca
       reason: Powód blokady
       status: Status
       revoker_name: Odwołana przez
-      older: Starsze blokady
-      newer: Nowsze blokady
     navigation:
       all_blocks: Wszystkie blokady
       blocks_on_me: Blokady nałożone na mnie
@@ -3063,13 +3116,24 @@ pl:
       blocks_by_me: Blokady nałożone przeze mnie
       blocks_by_user: Blokady nałożone przez %{user}
       block: Blokada nr %{id}
+      new_block: Nowy blok
   user_mutes:
     index:
+      title: Wyciszeni użytkownicy
+      my_muted_users: Wyciszeni użytkownicy
+      you_have_muted_n_users:
+        one: Wyciszyłeś %{count} użytkownika.
+        few: Wyciszyłeś %{count} użytkowników.
+        many: Wyciszyłeś %{count} użytkowników.
+        other: Wyciszyłeś %{count} użytkowników.
       user_mute_explainer: Wiadomości od wyciszonych użytkowników są przenoszone do
         osobnej skrzynki odbiorczej, a ty nie otrzymasz powiadomień e-mailem.
       user_mute_admins_and_moderators: Możesz wyciszyć administratorów i moderatorów,
         jednak ich wiadomości nie będą wyciszone.
       table:
+        thead:
+          muted_user: Wyciszony użytkownik
+          actions: Akcje
         tbody:
           unmute: Wyłącz wyciszenie
           send_message: Wyślij wiadomość
@@ -3136,6 +3200,10 @@ pl:
         nie podawaj tu więc informacji osobistych oraz informacji z map i źródeł chronionych
         prawami autorskimi.
       add: Dodaj uwagę
+    notes_paging_nav:
+      showing_page: Strona %{page}
+      next: Następny
+      previous: Poprzedni
   javascripts:
     close: Zamknij
     share:
@@ -3150,7 +3218,7 @@ pl:
       custom_dimensions: Własne wymiary
       format: 'Format:'
       scale: 'Skala:'
-      image_dimensions: Obraz będzie przedstawiał podstawową warstwę w rozdzielczości
+      image_dimensions: Obraz będzie przedstawiał warstwę %{layer} w rozdzielczości
         %{width}×%{height}
       download: Pobierz
       short_url: Krótki URL
@@ -3158,7 +3226,8 @@ pl:
       center_marker: Wyśrodkuj mapę na znaczniku
       paste_html: Wklej podany kod HTML do swojej strony
       view_larger_map: Wyświetl większą mapę
-      only_standard_layer: Tylko warstwa standardowa może być eksportowana jako obraz
+      only_standard_layer: Tylko warstwa podstawowa, rowerowa lub transportu publicznego
+        może być eksportowana jako obraz
     embed:
       report_problem: Zgłoś błąd
     key:
@@ -3335,6 +3404,7 @@ pl:
       empty: Brak poprawek do pokazania.
       heading: Lista poprawek
       title: Lista poprawek
+      new: Nowa sekcja
     new:
       heading: Wprowadź informacje o nowej poprawce
       title: Tworzenie nowej poprawki
index 92f4a89c4e7abdcc139671bab81ae4c589e663e0..a36e67b0f47ddbfcfdf967362c00de0756fd9b64 100644 (file)
@@ -40,10 +40,6 @@ pnb:
         create: روک بݨاؤ
         update: روک نویاؤ
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: جائز ای‌میَل پتہ نہیں لگ‌ رہا
-        email_address_not_routable: ایہہ روٹ نہیں کر سکدا اے
     models:
       acl: ایکسیس کنٹرول لِسٹ
       changeset: تبدیلیاں
@@ -354,7 +350,7 @@ pnb:
       wiki_link:
         key: وِکی تے صفحہ لئی %{key} ٹیگ
         tag: ایہہ ‎%{key}=‎%{value}‎ وِکی تے ٹیگ دا تفصیل
-      wikidata_link: وِکیڈیٹا تے %{page} لئی آئیٹم
+      wikidata_link: وکیڈیٹے تے %{page}
       wikipedia_link: '%{page} لیکھ وِکِپیڈیا اُنتے'
       wikimedia_commons_link: وِکیمیڈیا کامنز تے %{page} لئی آئیٹم
       telephone_link: '%{phone_number} نوں فون کرو'
@@ -363,21 +359,20 @@ pnb:
       title: نقشاں لئی پرشن
       introduction: اِتھے نقشے تے نقش لبھیو
       nearby: نقشاں لبے
+  changeset_comments:
+    feeds:
+      comment:
+        comment: تبدیلیاں نمبر %{changeset_id} تے %{author} ناوں ٹپݨی کیٹا
+        commented_at_by_html: '%{when} %{user} نواں کیتا'
+      show:
+        title_all: تبدیلیاں تے گل بات
+        title_particular: تبدیلیاں نمبر %{changeset_id} تے گل بات
+      timeout:
+        sorry: افسوس، تبدیلیاں دیاں ٹپݨیاں نہیں لبھ سکیاں، ٹائم آؤٹ ہوگیا سی۔
   changesets:
-    changeset_paging_nav:
-      showing_page: ورقہ %{page}
-      next: اگلا »
-      previous: « پچھلا
     changeset:
-      anonymous: انام
       no_edits: (کوئی سودھ نہیں)
       view_changeset_details: تبدیلیاں وروے ویکھو
-    changesets:
-      id: آئی‌ڈی ایڈیٹر
-      saved_at: سانبھیئے
-      user: ورتنوالا
-      comment: ٹپݨی
-      area: علاقہ
     index:
       title: تبدیلیاں
       title_user: '%{user} دیاں تبدیلیاں'
@@ -414,17 +409,6 @@ pnb:
       relations_paginated: سمبندھ (⁠%{count} وچ %{x} توں %{y}⁠)
     timeout:
       sorry: افسوس، تبدیلیاں دیاں لڑیاں نہیں لبھ سکیاں، ٹائم آؤٹ ہوگیا سی۔
-  changeset_comments:
-    comment:
-      comment: تبدیلیاں نمبر %{changeset_id} تے %{author} ناوں ٹپݨی کیٹا
-      commented_at_by_html: '%{when} %{user} نواں کیتا'
-    comments:
-      comment: تبدیلیاں نمبر %{changeset_id} تے %{author} نواں ٹپݨی کیتی کئی اے۔
-    index:
-      title_all: تبدیلیاں تے گل بات
-      title_particular: تبدیلیاں نمبر %{changeset_id} تے گل بات
-    timeout:
-      sorry: افسوس، تبدیلیاں دیاں ٹپݨیاں نہیں لبھ سکیاں، ٹائم آؤٹ ہوگیا سی۔
   dashboards:
     contact:
       km away: ایہہ %{count} کیلو میٹر پرھاں
@@ -465,8 +449,6 @@ pnb:
       no_entries: روزنامچے وچ لیکھ نہیں اے
     page:
       recent_entries: حالیہ روزنامچے دے لیکھ
-      older_entries: پُراݨے لیکھ
-      newer_entries: نویں لیکھ
     edit:
       title: ایہہ لیکھ سودھیو
       marker_text: ایہدا لیکھ دی ستھتی
@@ -505,8 +487,6 @@ pnb:
       report: ایہہ ٹپݨی ریپورٹ کریو
     location:
       location: 'ستھتی:'
-      view: ویکھو
-      edit: سودھو
     feed:
       user:
         title: ایہہ «%{user}» روزنامچے دے لیکھ
@@ -527,8 +507,6 @@ pnb:
       post: لیکھ
       when: کدوں
       comment: ٹپݨی
-      newer_comments: ناویاں ٹپݨیاں
-      older_comments: پُراݨی ٹپݨیاں
   doorkeeper:
     flash:
       applications:
@@ -1107,10 +1085,6 @@ pnb:
         level8: شہر دی حد
         level9: پنڈ دی جوہ
         level10: اُپنگر دی جوہ
-      types:
-        cities: شَہر
-        towns: قصبے
-        places: تھاواں
     results:
       no_results: کوئی نتیجے نہیں لبھے
       more_results: ہور نتیجے
@@ -1124,20 +1098,20 @@ pnb:
       not_updated: نہیں نواں کیتا
       search: کھوجو
       search_guidance: 'مسئلے لئی کھوجیو:'
+      states:
+        ignored: نظر انداز کیتے گئے
+        open: کھولھ
+        resolved: حل شدہ
+    page:
       user_not_found: ورتنوالا نہیں ہوگیا سی
       issues_not_found: کجھ مسئلے نہیں لبھیئے
       status: حالت
       reports: رپورٹاں
       last_updated: حالیہ سودھ دی تریخ
-      link_to_reports: رپورٹاں ویکھیو
       reports_count:
         one: اِکّ رپورٹ
         other: '%{count} رپورٹاں'
       reported_item: رپورٹ دی چیز
-      states:
-        ignored: نظر انداز کیتے گئے
-        open: کھولھ
-        resolved: حل شدہ
     show:
       title: '[%{status}] مسئلہ: %{issue_id}'
       reports:
@@ -1209,16 +1183,10 @@ pnb:
     history: تریخ
     export: برامد کرو
     issues: مسئلے
-    data: ڈَیٹا
-    export_data: ڈَیٹا برامد کرو
     gps_traces: کھرے کھوجاں
-    gps_traces_tooltip: کھرے کھوجاں ورتاؤ
     user_diaries: روزنامچے
-    user_diaries_tooltip: ایہہ لیکھ ویکھو
     edit_with: '%{editor} نال سودھو'
-    tag_line: آزاد نقشہ جو جہڑے جہڑے سودھ سکدے اے
     intro_header: اوپن سٹریٹ میپ تے سواگت اے!
-    intro_2_create_account: ورتنوالے دا کھاتہ بݨاؤݨ
     partners_fastly: فَیستلی
     partners_partners: جوڑیدار
     tou: ورتن شرطاں
@@ -1226,11 +1194,6 @@ pnb:
     about: بارے
     copyright: نکل حق
     communities: مجلساں
-    community: بھائیچارا
-    community_blogs: بھائچارک بلاگ
-    community_blogs_title: اوپن سٹریٹ مَیپ بھائیچارے دے جیاں ولّوں بلاگ
-    make_a_donation:
-      text: دان کریو
     learn_more: ہور سکھو
     more: ہور
   user_mailer:
@@ -1299,7 +1262,6 @@ pnb:
       details_html: 'ایس نوٹ بارے وچ ہور جانکاری پڑھیو: %{url}'
     changeset_comment_notification:
       hi: سالام %{to_user}،
-      greeting: سالام،
       commented:
         subject_own: '[⁠اوایس‌ایم⁠] تہاڈیاں تبدیلیاں تے «⁠%{commenter}⁠» ٹپݨی چھڈ‌یاں
           گیاں'
@@ -1358,7 +1320,6 @@ pnb:
     message_summary:
       unread_button: اݨ پڑھا نشان لاؤ
       read_button: پڑھا نشان لاؤ
-      reply_button: جواب
       destroy_button: مٹاؤ
     new:
       title: سنہا گھلو
@@ -1440,14 +1401,12 @@ pnb:
       failure: تہاڈے صفحہ نہیں کر سکدے اے۔
   sessions:
     new:
-      title: لوگ‌این
       tab_title: لوگ‌این کرو
       email or username: 'ای‌میل دا پتہ یا ورتنوالے دا ناں:'
       password: 'پاس‌ورڈ:'
       remember: مینوں یاد رکھو
       lost password link: آپݨا پاس‌ورڈ گوا دتا؟
       login_button: لوگ‌این
-      register now: ہُݨے رجِستر کرو
       with external: 'لوگ‌این کرن لئی ہور چݨ سکیو:'
       auth failure: افسوس، یہہ ویروے نال لوگ‌این کر نہیں سکدے۔
     destroy:
@@ -1470,9 +1429,18 @@ pnb:
     richtext_field:
       edit: سودھو
       preview: وکھالہ
+    pagination:
+      diary_comments:
+        older: پُراݨی ٹپݨیاں
+        newer: ناویاں ٹپݨیاں
+      diary_entries:
+        older: پُراݨے لیکھ
+        newer: نویں لیکھ
+      traces:
+        older: پراݨے کھر کھوجاں
+        newer: نویں کھر کھوجاں
   site:
     about:
-      next: اگلا
       used_by_html: ویب سائیٹ، اَیپ تے ہارڈویر لئی %{name} توں نقشے دے ڈیٹا دیندے
         اے۔
       lede_text: اِتھے سڑک، پِنڈ، شہر، نگر تے ہور نشان لئی نقشے والے نقش پاؤندے گیئے
@@ -1520,8 +1488,6 @@ pnb:
       user_page_link: ورتنوالے دا صفحہ
       anon_edits_link_text: پتہ کرو کہ ماملا ایس ترھاں کیوں اے۔
       id_not_configured: آئی‌ڈی ایڈیٹر نہیں چالو ہندا سی۔
-      no_iframe_support: تہاڈے براؤزر ایچ ٹی ایم ایل فریم ویکھ نہیں سکدے اے، ایہہ
-        ورتݨے چاہیدے۔
     export:
       title: برامد کرو
       manually_select: آپݨے آپ اِکّ وکھرا کھیتر چݨو
@@ -1579,10 +1545,8 @@ pnb:
       title: کوئی سوال؟
     sidebar:
       search_results: کھوج نتیجے
-      close: بند کرو
     search:
       search: کھوجو
-      get_directions: دشاواں پراپت کرو
       from: ولوں
       to: ول
       where_am_i: کیہ تھاں اے؟
@@ -1677,8 +1641,6 @@ pnb:
       visibility_help: ایہدا کیہ مطلب اے؟
     update:
       updated: کھرا نواں کیتا
-    trace_optionals:
-      tags: ٹیگ
     show:
       title: 'کھرا: %{name}'
       heading: 'کھرا: %{name}'
@@ -1724,11 +1686,6 @@ pnb:
       my_traces: میرے کھرے
       traces_from: «%{user}» دے عوام کھرے
       remove_tag_filter: فلٹر ہٹاؤ
-    page:
-      older: پراݨے کھر کھوجاں
-      newer: نویں کھر کھوجاں
-    make_public:
-      made_public: عام کھرے کھوجاں
     georss:
       title: کھرے کھوجاں
     description:
@@ -1736,7 +1693,6 @@ pnb:
   application:
     settings_menu:
       account_settings: کھاتے دیاں سیٹنگاں
-      oauth1_settings: آوتھ ورژن 1 سیٹنگاں
       oauth2_applications: آوتھ ورژن 2 اَیپ
       oauth2_authorizations: آوتھ ورژن 2 ورتݨ
     auth_providers:
@@ -1759,16 +1715,6 @@ pnb:
         title: وِکیپیڈیا نال لوگ‌این کرو
         alt: وِکیپیڈیا ورتو
   oauth:
-    authorize:
-      allow_write_diary: روزنامچے وچ لیکھ بݨا سکدیو، ٹپݨی کریو تے دوست جوڑیو
-      allow_write_api: نقشہ سودھ سکدا
-      allow_write_gpx: کھرے چڑھاؤݨے
-      allow_write_notes: نوٹ سودھ سکدا
-      grant_access: اِجازت دیو
-    authorize_success:
-      verification: 'پکا کرن دا کوڈ: %{code}'
-    authorize_failure:
-      invalid: اِجازت دا ٹوکن نہیں درست اے۔
     scopes:
       read_prefs: ورتنوالے دیاں ترجیحاں پڑھا سکدیاں
       write_prefs: ورتنوالے دیاں ترجیحاں سودھ سکدیاں
@@ -1777,27 +1723,6 @@ pnb:
       write_gpx: کھرے چڑھاؤݨے
       write_notes: نوٹ سودھ سکدا
       read_email: ای‌میل دے پتے پڑھاؤݨے
-  oauth_clients:
-    new:
-      title: نوان اَیپ جوڑو
-    edit:
-      title: اَیپ سودھو
-    show:
-      key: 'ورتوں دی کنجی:'
-      access_url: 'پہنچ ٹوکن دی کڑی دا پتہ:'
-      authorize_url: 'اِجازت دی کڑی:'
-      edit: وروے سودھو
-      delete: اَیپ مٹاؤ
-      confirm: تسیں پکے کیہ اے؟
-    index:
-      title: او اوتھ ویروے
-      my_tokens: میریاں اِجازت نال ایپلیکیشناں
-      application: ایپلیکیشن دا ناں
-      revoke: پرتاؤ!
-      my_apps: میرے اَیپ
-      no_apps_html: تہاڈے %{oauth} نال کجھ اَیپ جوڑنے چاہیدے؟ اِتھے ایہہ پاؤن‌گے سی۔
-      oauth: او آوتھ
-      register_new: آپݨی ارزی دا اِندراج کراؤ
   oauth2_applications:
     index:
       title: میرے اَیپ
@@ -1850,7 +1775,6 @@ pnb:
         منع)۔
       consider_pd_why: ایہہ کیہ اے؟
       continue: اگے
-      decline: منظور نہیں
       legale_select: 'تسیں کیہ دیش رہندے:'
       legale_names:
         france: فرینس
@@ -1927,15 +1851,6 @@ pnb:
       unknown_error: اِجازت لے نہیں سکی گئی
     auth_association:
       heading: حالاں تہاڈے شناختی نال کجھ کھاتہ نہیں جوڑدے اے۔
-  user_role:
-    grant:
-      title: رول پکا کرو
-      heading: رول پکا کرو
-      confirm: پکا کرو
-    revoke:
-      title: رول ہٹاؤݨ پکا کرو
-      heading: رول ہٹاؤݨ پکا کرو
-      confirm: پکا کرو
   user_blocks:
     not_found:
       back: تتکرے ول واپس
@@ -1945,10 +1860,6 @@ pnb:
       title: ورتنوالے دے روکاں
       heading: ورتنوالیاں لئی روکاں دی لسٹ
       empty: حالاں کوئی روکاں نہیں بݨائیاں گیاں۔
-    revoke:
-      confirm: تسیں پکے، ایہہ روک پرتاؤ؟
-      revoke: پرتاؤ
-      flash: ایہہ روک پرتا دتی گئی اے۔
     helper:
       block_duration:
         hours:
@@ -1969,17 +1880,13 @@ pnb:
     show:
       created: 'بݨایا:'
       status: حالت
-      show: وکھاؤ
       edit: سودھو
-      revoke: پرتاؤ!
-      confirm: پکے؟
       revoker: 'پرتاؤݨ والا:'
     block:
       not_revoked: (نہیں پرتائی دتی گئی)
       show: وکھاؤ
       edit: سودھو
-      revoke: پرتاؤ
-    blocks:
+    page:
       display_name: روکیا ورتنوالا
       creator_name: لیکھک
       reason: روک دا کارن
@@ -2009,6 +1916,8 @@ pnb:
     new:
       title: نواں نوٹ
       add: نوٹ پایو
+    notes_paging_nav:
+      showing_page: ورقہ %{page}
   javascripts:
     close: بند کرو
     share:
index a65fec84b635914c3168f0b239cb49b24d1863a0..b5391a760ed29c9bdb46df225ed06dc774a8e25b 100644 (file)
@@ -111,13 +111,6 @@ ps:
     start_rjs:
       loading: رابرسېرېږي...
   changesets:
-    changeset:
-      anonymous: ورکنومی
-    changesets:
-      id: پېژند
-      user: کارن
-      comment: تبصره
-      area: سيمه
     index:
       feed:
         created: جوړ شو
@@ -140,8 +133,6 @@ ps:
       confirm: تاييد
     location:
       location: 'ځای:'
-      view: کتل
-      edit: سمول
   diary_comments:
     page:
       when: کله
@@ -280,10 +271,6 @@ ps:
           river: رود
           stream: لښتی
           waterfall: ځوړاوبی
-      types:
-        cities: ښارونه
-        towns: ښارګوټي
-        places: ځايونه
     results:
       no_results: کومې پايلې و  نه موندل شوې
       more_results: نورې پايلې
@@ -295,8 +282,6 @@ ps:
     edit: سمول
     history: پېښليک
     help: لارښود
-    make_a_donation:
-      text: بسپنه ورکول
     learn_more: نور مالومات
   user_mailer:
     diary_comment_notification:
@@ -316,7 +301,6 @@ ps:
     messages_table:
       date: نېټه
     message_summary:
-      reply_button: ځوابول
       destroy_button: ړنگول
     new:
       title: پيغام لېږل
@@ -335,7 +319,6 @@ ps:
       new image: يو انځور ورگډول
   sessions:
     new:
-      title: ننوتل
       tab_title: ننوتل
       password: 'پټنوم:'
       login_button: ننوتل
@@ -357,7 +340,6 @@ ps:
       licence: منښتليک
     sidebar:
       search_results: د پلټنې پايلې
-      close: تړل
     search:
       search: پلټل
       where_am_i: زه چېرته يم؟
@@ -396,16 +378,10 @@ ps:
       github:
         title: د گېټ هب له لارې ننوتل
         alt: د يو گېټ هب گڼون له لارې ننوتل
-  oauth_clients:
-    show:
-      confirm: آيا تاسې ډاډه ياست؟
-    index:
-      application: کاريال نوم
   users:
     new:
       title: نومليکنه
     terms:
-      decline: ردول
       legale_names:
         france: فرانسه
         italy: اېټاليا
@@ -430,21 +406,15 @@ ps:
     index:
       title: کارنان
       heading: کارنان
-  user_role:
-    grant:
-      confirm: تاييد
-    revoke:
-      confirm: تاييد
   user_blocks:
     show:
       created: جوړ شو
       status: دريځ
-      show: ښکاره کول
       edit: سمول
     block:
       show: ښکاره کول
       edit: سمول
-    blocks:
+    page:
       creator_name: جوړونکی
       status: دريځ
   notes:
index 7f311c01324722f5ff5a693c2fde49e8fc0a9ec1..fe0ded915ff5b87d4ef54b5c6d89cd88f7fc1ae7 100644 (file)
@@ -1,6 +1,7 @@
 # Messages for Portuguese (português)
 # Exported from translatewiki.net
 # Export driver: phpyaml
+# Author: Alchimista
 # Author: Andrekowacs
 # Author: AntMadeira
 # Author: Athena in Wonderland
@@ -81,8 +82,6 @@ pt-PT:
   activerecord:
     errors:
       messages:
-        invalid_email_address: não parece ser um endereço de correio eletrónico válido
-        email_address_not_routable: não é atingível
         display_name_is_user_n: não pode ser user_n a não ser que n seja a tua id
           de utilizador
       models:
@@ -114,9 +113,9 @@ pt-PT:
       relation_tag: Etiqueta da relação
       report: Denúncia
       session: Sessão
-      trace: Trajeto
-      tracepoint: Ponto do trajeto
-      tracetag: Etiqueta do trajeto
+      trace: Rota
+      tracepoint: Ponto de Rota
+      tracetag: Etiqueta de Rota
       user: Utilizador
       user_preference: Preferências do utilizador
       user_token: Token do utilizador
@@ -442,8 +441,8 @@ pt-PT:
         relation: relação
     start_rjs:
       feature_warning: A carregar %{num_features} elementos. Isto poderá deixar o
-        navegador lento ou sem resposta. Tens a certeza de que queres ver estes elementos
-        todos?
+        navegador lento ou sem resposta. Tens a certeza de que queres mostrar estes
+        dados?
       load_data: Carregar Dados
       loading: A carregar…
     tag_details:
@@ -462,30 +461,38 @@ pt-PT:
       introduction: Clica no mapa para descobrir elementos próximos.
       nearby: Elementos próximos
       enclosing: Elementos delimitadores
+  nodes:
+    timeout:
+      sorry: Lamentamos, mas os dados do node com o id  %{id} levou demasiado tempo.
   old_nodes:
     not_found:
       sorry: 'Desculpe, o nó #%{id} versão %{version} não foi encontrado.'
+    timeout:
+      sorry: Lamentamos, mas o histórico do nó com o id %{id} demorou muito para ser
+        obido.
   old_ways:
     not_found:
       sorry: 'Desculpe, não foi possível encontrar #%{id} versão %{version}.'
   old_relations:
     not_found:
       sorry: 'Desculpe, a relação #%{id} versão %{version} não foi encontrada.'
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Novo comentário sobre o conjunto de alterações n.º %{changeset_id}
+          de %{author}
+        commented_at_by_html: Atualizado %{when} por %{user}
+      show:
+        title_all: Discussão sobre conjunto de alterações do OpenStreetMap
+        title_particular: Discussão sobre o conjunto de alterações n.º %{changeset_id}
+          do OpenStreetMap
+      timeout:
+        sorry: Lamentamos, a lista de comentários sobre conjuntos de alterações que
+          pediste demorou demasiado tempo a ser obtida.
   changesets:
-    changeset_paging_nav:
-      showing_page: Página %{page}
-      next: Seguinte »
-      previous: « Anterior
     changeset:
-      anonymous: Anónimo
       no_edits: (sem edições)
       view_changeset_details: Ver detalhes do conjunto de alterações
-    changesets:
-      id: ID
-      saved_at: Gravado em
-      user: Utilizador
-      comment: Comentário
-      area: Área
     index:
       title: Conjuntos de alterações
       title_user: Conjuntos de alterações de %{user}
@@ -515,7 +522,6 @@ pt-PT:
       title: Conjunto de alterações %{id}
       created_by_html: Criado por %{link_user} em %{created}.
     no_such_entry:
-      title: Não existe tal conjunto de alterações
       heading: 'Nenhuma entrada com o id: %{id}'
       body: Desculpe, não há conjunto de alterações com o id %{id}. Verifique a ortografia,
         ou talvez o link em que clicou esteja errado.
@@ -550,21 +556,6 @@ pt-PT:
     timeout:
       sorry: Lamentamos, mas a lista de conjuntos de alterações que pediste excedeu
         o tempo limite de resposta.
-  changeset_comments:
-    comment:
-      comment: Novo comentário sobre o conjunto de alterações n.º %{changeset_id}
-        de %{author}
-      commented_at_by_html: Atualizado %{when} por %{user}
-    comments:
-      comment: Novo comentário sobre o conjunto de alterações n.º %{changeset_id}
-        de %{author}
-    index:
-      title_all: Discussão sobre conjunto de alterações do OpenStreetMap
-      title_particular: Discussão sobre o conjunto de alterações n.º %{changeset_id}
-        do OpenStreetMap
-    timeout:
-      sorry: Lamentamos, a lista de comentários sobre conjuntos de alterações que
-        pediste demorou demasiado tempo a ser obtida.
   dashboards:
     contact:
       km away: '%{count} km de distância'
@@ -606,8 +597,6 @@ pt-PT:
       no_entries: Diário sem publicações
     page:
       recent_entries: Publicações recentes em diários
-      older_entries: Publicações mais antigas
-      newer_entries: Publicações mais recentes
     edit:
       title: Editar publicação do diário
       marker_text: Localização da publicação no diário
@@ -648,8 +637,6 @@ pt-PT:
       report: Denunciar este comentário
     location:
       location: 'Localização:'
-      view: Ver
-      edit: Editar
     feed:
       user:
         title: Publicações no diário OpenStreetMap de %{user}
@@ -678,8 +665,8 @@ pt-PT:
       post: Publicação
       when: Quando
       comment: Comentário
-      newer_comments: Comentários mais recentes
-      older_comments: Comentários mais antigos
+    new:
+      heading: Adicionar um comentário à seguinte discussão de entrada no diário?
   doorkeeper:
     errors:
       messages:
@@ -754,7 +741,6 @@ pt-PT:
   geocoder:
     search:
       title:
-        results_from_html: Resultados de %{results_link}
         latlon: Interno
         osm_nominatim: Nominatim do OpenStreetMap
         osm_nominatim_reverse: Nominatim do OpenStreetMap
@@ -921,6 +907,7 @@ pt-PT:
           college: Edifício de faculdade
           commercial: Edifício comercial
           construction: Edifício em construção
+          cowshed: Vacaria
           detached: Casa isolada
           dormitory: Dormitório
           duplex: Casa dupla
@@ -950,6 +937,7 @@ pt-PT:
           shed: Barracão
           stable: Estábulo
           static_caravan: Caravana
+          sty: Pocilga
           temple: Edíficio de templo
           terrace: Edifício geminado
           train_station: Edifício de estação dos comboios
@@ -1528,10 +1516,6 @@ pt-PT:
         level9: Fronteira de freguesia
         level10: Fronteira de subúrbio
         level11: Fronteira de bairro
-      types:
-        cities: Cidades
-        towns: Vilas
-        places: Lugares
     results:
       no_results: Não foram encontrados resultados
       more_results: Mais resultados
@@ -1545,21 +1529,26 @@ pt-PT:
       not_updated: Não atualizado
       search: Pesquisar
       search_guidance: 'Pesquisar problemas:'
+      states:
+        ignored: Ignorado
+        open: Abertos
+        resolved: Resolvidos
+    page:
       user_not_found: O utilizador não existe
       issues_not_found: Não se encontraram problemas desse tipo
+      reported_user: Utilizador Denunciado
       status: Estado
       reports: Denúncias
       last_updated: Última atualização
       last_updated_time_ago_user_html: Há %{time_ago} por %{user}
-      link_to_reports: Ver denúncias
       reports_count:
         one: '%{count} denúncia'
         other: '%{count} denúncias'
       reported_item: Elemento denunciado
       states:
-        ignored: Ignorado
-        open: Abertos
-        resolved: Resolvidos
+        ignored: Ignorada
+        open: Aberta
+        resolved: Resolvida
     show:
       title: '%{status} Denúncia #%{issue_id}'
       reports:
@@ -1645,18 +1634,12 @@ pt-PT:
     history: Histórico
     export: Exportar
     issues: Problemas
-    data: Dados
-    export_data: Exportar dados
     gps_traces: Rotas GPS
-    gps_traces_tooltip: Gerir rotas GPS
     user_diaries: Diários dos Utilizadores
-    user_diaries_tooltip: Ver diários do utilizador
     edit_with: Editar com %{editor}
-    tag_line: O mapa mundial livre e editável
     intro_header: Bem-vind@ ao OpenStreetMap!
     intro_text: O OpenStreetMap é um mapa do mundo, criado por pessoas como tu e de
       uso livre sob uma licença aberta.
-    intro_2_create_account: Cria uma conta de utilizador
     hosting_partners_2024_html: O alojamento é suportado por %{fastly}, %{corpmembers}
       e outros %{partners}.
     partners_fastly: Fastly
@@ -1667,17 +1650,11 @@ pt-PT:
       de manutenção.
     osm_read_only: A base de dados do OpenStreetMap encontra-se em modo de leitura
       devido a trabalhos de manutenção.
-    donate: Apoia o OpenStreetMap %{link} para o Fundo de Atualização do Hardware.
+    nothing_to_preview: Nada para pré-visualizar.
     help: Ajuda
     about: Sobre
     copyright: Direitos de Autor
     communities: Comunidades
-    community: Comunidade
-    community_blogs: Blogues da comunidade
-    community_blogs_title: Blogues de membros da comunidade OpenStreetMap
-    make_a_donation:
-      title: Apoia o OpenStreetMap com um donativo monetário
-      text: Fazer donativo
     learn_more: Mais informações
     more: Mais
   user_mailer:
@@ -1713,15 +1690,21 @@ pt-PT:
       see_their_profile: Podes ver o perfil dele em %{userurl}.
       see_their_profile_html: Podes ver o seu perfil em %{userurl}.
       befriend_them: Também podes adicioná-lo como amigo em %{befriendurl}.
-      befriend_them_html: Também os podes adicionar como amigos em %{befriendurl}.
+      befriend_them_html: Também podes adicionar este utilizador como amigo em %{befriendurl}.
     gpx_description:
+      description_with_tags: 'Parece que o teu ficheiro GPX %{trace_name} com a descrição
+        %{trace_description} e as seguintes etiquetas: %{tags}'
       description_with_tags_html: 'Parece que o teu ficheiro GPX %{trace_name} com
         a descrição %{trace_description} e as etiquetas: %{tags}'
+      description_with_no_tags: Parece que o teu ficheiro GPX %{trace_name} com a
+        descrição %{trace_description} e sem etiquetas
       description_with_no_tags_html: Parece que o teu ficheiro GPX %{trace_name} com
         a descrição %{trace_description} e sem etiquetas
     gpx_failure:
       hi: Olá, %{to_user}.
       failed_to_import: 'falhou na importação. Eis o erro:'
+      more_info: Podes encontrar mais informações sobre falhas de importação de ficheiros
+        GPX e como as evitar em %{url}.
       more_info_html: Podes encontrar mais informações sobre falhas de importação
         GPX e como evitá-las em %{url}.
       import_failures_url: https://wiki.openstreetmap.org/wiki/GPX_Import_Failures?uselang=pt
@@ -1731,7 +1714,10 @@ pt-PT:
       loaded:
         one: carregado com sucesso com %{trace_points} de %{count} point possível.
         other: carregado com sucesso com %{trace_points} de %{count} pontos possíveis.
-      all_your_traces_html: Todos os trajetos GPX que enviaste podem ser encontrados
+      trace_location: A tua rota está disponível em %{trace_url}
+      all_your_traces: Todas as tuas rotas GPX enviadas com sucesso podem ser encontradas
+        em %{url}
+      all_your_traces_html: Todas as rotas GPX que enviaste podem ser encontradas
         em %{url}.
       subject: '[OpenStreetMap] Importação de GPX bem-sucedida'
     signup_confirm:
@@ -1798,7 +1784,6 @@ pt-PT:
     changeset_comment_notification:
       description: Conjunto de alterações n.º %{id}
       hi: Olá, %{to_user}.
-      greeting: Olá,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} comentou um dos teus conjuntos
           de alterações'
@@ -1873,7 +1858,6 @@ pt-PT:
     message_summary:
       unread_button: Marcar como não lida
       read_button: Marcar como lida
-      reply_button: Responder
       destroy_button: Eliminar
       unmute_button: Mover para caixa de entrada
     new:
@@ -1890,7 +1874,6 @@ pt-PT:
       body: Lamentamos, não existe nenhuma mensagem com esse identificador (id).
     outbox:
       title: Caixa de saída
-      actions: Ações
       messages:
         one: Tens %{count} mensagem enviada
         other: Tens %{count} mensagens enviadas
@@ -1991,7 +1974,6 @@ pt-PT:
       failure: Não foi possível atualizar o perfil.
   sessions:
     new:
-      title: Entrar
       tab_title: Iniciar sessão
       login_to_authorize_html: Inicia sessão no OpenStreetMap para acederes a %{client_app_name}.
       email or username: 'E-mail ou Nome de utilizador:'
@@ -1999,7 +1981,6 @@ pt-PT:
       remember: Ficar autenticado entre sessões
       lost password link: Perdeste a tua palavra-passe?
       login_button: Iniciar sessão
-      register now: Regista-te agora
       with external: ou inicia sessão com uma aplicação de terceiros
       or: ou
       auth failure: Lamentamos, mas não foi possível iniciar sessão com os dados fornecidos.
@@ -2030,9 +2011,28 @@ pt-PT:
     richtext_field:
       edit: Editar
       preview: Pré-visualizar
+      help: Ajuda
+    pagination:
+      diary_comments:
+        older: Comentários mais antigos
+        newer: Comentários mais recentes
+      diary_entries:
+        older: Publicações mais antigas
+        newer: Publicações mais recentes
+      issues:
+        older: Problemas antigos
+        newer: Problemas recentes
+      traces:
+        older: Rotas GPS mais antigas
+        newer: Rotas GPS mais recentes
+      user_blocks:
+        older: Blocos mais antigos
+        newer: Blocos mais recentes
+      users:
+        older: Utilizadores mais antigos
+        newer: Utilizadores mais recentes
   site:
     about:
-      next: Seguinte
       heading_html: '%{copyright}Contribuidores %{br} do OpenStreetMap'
       used_by_html: O %{name} fornece dados a milhares de sítios na Internet, aplicações
         de telemóveis e outros dispositivos
@@ -2108,9 +2108,9 @@ pt-PT:
         credit_title_html: Como creditar o OpenStreetMap
         credit_1_html: 'Onde usar dados do OpenStreetMap, é necessário fazer as duas
           coisas seguintes:'
-        credit_2_1: Forneça os devidos créditos ao OpenStreetMap exibindo o nosso
+        credit_2_1: Fornecer os devidos créditos ao OpenStreetMap, exibindo o nosso
           aviso de direitos de autor.
-        credit_2_2: Deixe claro que os dados estão disponíveis sob a Licença de Base
+        credit_2_2: Deixar claro que os dados estão disponíveis sob a Licença de Base
           de Dados Abertos.
         credit_3_html: Para o aviso de direitos de autor, temos vários requisitos
           para a sua exibição, dependendo da forma como usa os nossos dados. Por exemplo,
@@ -2252,13 +2252,11 @@ pt-PT:
       user_page_link: página de utilizador
       anon_edits_link_text: Descobre a que se deve isto.
       id_not_configured: O editor iD não foi configurado
-      no_iframe_support: O teu navegador de Internet não suporta iframes HTML, que
-        são necessárias para esta funcionalidade.
     export:
       title: Exportar
       manually_select: Selecionar manualmente outra área
       licence: Licença
-      licence_details_html: Os dados do OpenStreetMap são licenciados sob %{odbl_link}
+      licence_details_html: Os dados do OpenStreetMap são licenciados sob %{odbl_link}
         (ODbL).
       odbl: Licença de Base de Dados Aberta de Open Data Commons
       too_large:
@@ -2356,10 +2354,8 @@ pt-PT:
       welcome_mat: Visite o Welcome Mat
     sidebar:
       search_results: Resultados da Pesquisa
-      close: Fechar
     search:
       search: Pesquisar
-      get_directions: Obter direções
       get_directions_title: Obter itinerário entre dois pontos
       from: De
       to: Para
@@ -2448,7 +2444,6 @@ pt-PT:
           destination: Acesso explícito ao local
           construction: Estradas em construção
           bus_stop: Paragem de autocarro
-          stop: Paragem
           bicycle_shop: Loja de bicicletas
           bicycle_rental: Aluguer de bicicletas
           bicycle_parking: Estacionamento de bicicletas
@@ -2561,8 +2556,6 @@ pt-PT:
       visibility_help: o que significa isto?
     update:
       updated: Rota atualizada
-    trace_optionals:
-      tags: Etiquetas
     show:
       title: A ver a rota %{name}
       heading: A ver a rota %{name}
@@ -2615,13 +2608,8 @@ pt-PT:
       my_traces: As Minhas Rotas
       traces_from: Rotas Públicas de %{user}
       remove_tag_filter: Eliminar filtro de etiqueta
-    page:
-      older: Rotas GPS mais antigas
-      newer: Rotas GPS mais recentes
     destroy:
       scheduled_for_deletion: Rota programada para eliminação
-    make_public:
-      made_public: Rota tornada pública
     offline_warning:
       message: O sistema de envio de ficheiros GPX encontra-se indisponível
     offline:
@@ -2635,14 +2623,10 @@ pt-PT:
         other: Ficheiro GPX com %{count} pontos de %{user}
       description_without_count: Ficheiro GPX de %{user}
   application:
-    basic_auth_disabled: 'A Autenticação Básica HTTP está desativada: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 e 1.0a estão desativados: %{link}'
     permission_denied: Não tens permissões para realizar essa operação
     require_cookies:
       cookies_needed: Parece que tens os "cookies" desativados - por favor, ativa-os
         no teu navegador de Internet antes de continuar.
-    require_admin:
-      not_an_admin: Tens de ser um administrador para realizar essa operação.
     setup_user_auth:
       blocked_zero_hour: Tens uma mensagem urgente no website do OpenStreetMap. Terás
         de ler a mensagem antes de poderes gravar as tuas edições.
@@ -2653,56 +2637,31 @@ pt-PT:
         Não precisas de aceitar os termos, mas tens de os ver.
     settings_menu:
       account_settings: Definições
-      oauth1_settings: Definições OAuth 1
       oauth2_applications: Aplicações OAuth 2
       oauth2_authorizations: Autorizações OAuth 2
       muted_users: Utilizadores Silenciados
     auth_providers:
+      openid_url: URL OpenID
       openid_login_button: Continuar
       openid:
         title: Iniciar sessão com OpenID
-        alt: Iniciar sessão com um URL do OpenID
+        alt: Logótipo OpenID
       google:
         title: Iniciar sessão com Google
-        alt: Iniciar sessão com um OpenID do Google
+        alt: Logótipo Google
       facebook:
         title: Iniciar sessão com Facebook
-        alt: Iniciar sessão com uma conta Facebook
+        alt: Logótipo Facebook
       microsoft:
         title: Iniciar sessão com Microsoft
-        alt: Iniciar sessão com uma conta Microsoft
+        alt: Logótipo Microsoft
       github:
         title: Iniciar sessão com GitHub
-        alt: Iniciar sessão com uma conta GitHub
+        alt: Logótipo GitHub
       wikipedia:
         title: Iniciar sessão com a Wikipédia
-        alt: Iniciar sessão com uma conta Wikipédia
+        alt: Logótipo Wikipédia
   oauth:
-    authorize:
-      title: Autorizar Acesso À Tua Conta
-      request_access_html: A aplicação %{app_name} está a pedir acesso à tua conta,
-        %{user}. Por favor, confere se queres dar à aplicação as seguintes funcionalidades.
-        Podes escolher as que quiseres e quantas quiseres.
-      allow_to: 'Dar permissão à aplicação:'
-      allow_read_prefs: para ler as tuas preferências de utilizador.
-      allow_write_prefs: para alterar as tuas preferências de utilizador.
-      allow_write_diary: para criar publicações no diário, comentários e adicionar
-        amigos.
-      allow_write_api: para modificar o mapa.
-      allow_read_gpx: para ler as tuas rotas de GPS privadas.
-      allow_write_gpx: para enviar rotas GPS.
-      allow_write_notes: para modificar notas.
-      grant_access: Dar acesso
-    authorize_success:
-      title: Pedido de autorização permitido
-      allowed_html: Concedeste à aplicação %{app_name} acesso à tua conta.
-      verification: O código de verificação é %{code}.
-    authorize_failure:
-      title: O pedido de autorização falhou
-      denied: Negaste o acesso da aplicação %{app_name} à tua conta.
-      invalid: O token de autorização não é válido.
-    revoke:
-      flash: O token para a aplicação %{application} foi cancelado
     permissions:
       missing: Não deste permissão à aplicação para aceder a este serviço
     scopes:
@@ -2716,51 +2675,11 @@ pt-PT:
       write_notes: Modificar notas
       write_redactions: Rever dados do mapa
       read_email: ‎Ler e-mail de utilizador
+      consume_messages: Ler, atualizar estado e apagar mensagens de utilizadores
+      send_messages: Enviar mensagens privadas a outros utilizadores
       skip_authorization: Aprovar a aplicação automaticamente
     for_roles:
       moderator: Esta permissão é para ações disponíveis apenas para moderadores
-  oauth_clients:
-    new:
-      title: Registar uma nova aplicação
-      disabled: O registo com aplicações OAuth 1 foi desativado
-    edit:
-      title: Edita a tua aplicação
-    show:
-      title: Detalhes do OAuth de %{app_name}
-      key: 'Chave de consumidor:'
-      secret: 'Segredo de consumidor:'
-      url: 'URL do token de pedido:'
-      access_url: 'URL do token de acesso:'
-      authorize_url: 'URL de autorização:'
-      support_notice: Suportamos assinaturas HMAC-SHA1 (recomendada) e RSA-SHA1.
-      edit: Editar detalhes
-      delete: Eliminar cliente
-      confirm: Tens a certeza?
-      requests: 'A pedir as seguintes permissões ao utilizador:'
-    index:
-      title: Os Meus Dados OAuth
-      my_tokens: Aplicações autorizadas
-      list_tokens: 'Os seguintes tokens foram emitidos a aplicações em teu nome:'
-      application: Nome da aplicação
-      issued_at: Emitido em
-      revoke: Anular!
-      my_apps: As minhas aplicações autorizadas
-      no_apps_html: Tens uma aplicação que queiras registar para ser utilizada com
-        o OpenStreetMap utilizando o padrão %{oauth}? Tens de registar a aplicação
-        web antes de poderes fazer solicitações OAuth a este serviço.
-      oauth: OAuth
-      registered_apps: 'Tens as seguintes aplicações registadas:'
-      register_new: Regista a tua aplicação
-    form:
-      requests: 'Pedir as seguintes permissões do utilizador:'
-    not_found:
-      sorry: Lamentamos, não foi possível encontrar esse %{type}.
-    create:
-      flash: As informações foram registadas com sucesso
-    update:
-      flash: A atualização dos dados do cliente foi feita com sucesso
-    destroy:
-      flash: O registo da aplicação foi eliminado
   oauth2_applications:
     index:
       title: As minhas aplicações de cliente
@@ -2840,8 +2759,6 @@ pt-PT:
         privacy_policy_title: Política de privacidade da OSMF incluindo secção sobre
           endereços de correio eletrónico
         contributor_terms: Termos de Contribuidor
-      tou: Termos de Utilização
-      external auth: 'Autenticação por terceiros:'
       continue: Criar conta
       terms accepted: Obrigado por aceitares os novos termos de contribuidor!
       email_help:
@@ -2877,7 +2794,6 @@ pt-PT:
       informal_translations: traduções informais
       continue: Continuar
       declined: https://wiki.openstreetmap.org/wiki/Pt:Contributor_Terms_Declined
-      decline: Rejeitar
       you need to accept or decline: Por favor, lê e, em seguida, aceita ou recusa
         os novos Termos do Contribuidor para continuar.
       legale_select: 'País de residência:'
@@ -2967,8 +2883,6 @@ pt-PT:
       summary_no_ip_html: '%{name} criado em %{date}'
       empty: Não foram encontrados utilizadores correspondentes
     page:
-      older: Utilizadores mais antigos
-      newer: Utilizadores mais recentes
       found_users:
         one: '%{count} utilizador encontrado'
         other: '%{count} utilizadores encontrados'
@@ -3004,21 +2918,11 @@ pt-PT:
       not_revoke_admin_current_user: Não foi possível retirar os direitos de administrador
         do atual utilizador.
     grant:
-      title: Confirmar a concessão do cargo
-      heading: Confirmar concessão do cargo
       are_you_sure: Tens a certeza de que pretendes conceder o cargo `%{role}' ao
         utilizador `%{name}'?
-      confirm: Confirmar
-      fail: Não foi possível conceder o cargo `%{role}' ao utilizador `%{name}'. Por
-        favor, verifica se o utilizador e o cargo são válidos.
     revoke:
-      title: Confirmar revogação de cargo
-      heading: Confirmar revogação de cargo
       are_you_sure: Tens a certeza de que pretendes retirar o cargo `%{role}' ao utilizador
         `%{name}'?
-      confirm: Confirmar
-      fail: Não foi possível retirar o cargo `%{role}' ao utilizador `%{name}'. Por
-        favor, verifica se o utilizador e o cargo são válidos.
   user_blocks:
     model:
       non_moderator_update: Tens de ser um moderador para criar ou atualizar um bloqueio.
@@ -3036,6 +2940,7 @@ pt-PT:
       heading_html: A editar o bloqueio em %{name}
       period: Por quanto tempo, com início agora, o utilizador será bloqueado na utilização
         da API.
+      revoke: Revogar bloqueio
     filter:
       block_period: O período de bloqueio tem de corresponder a um dos valores selecionáveis
         da lista.
@@ -3044,19 +2949,17 @@ pt-PT:
     update:
       only_creator_can_edit: Este bloqueio só pode ser editado pelo moderador que
         o criou.
+      only_creator_can_edit_without_revoking: Só o moderador que criou este bloqueio
+        é que o pode editar sem o revogar.
+      only_creator_or_revoker_can_edit: Só os moderadores que criaram ou revogaram
+        este bloqueio é que o podem editar.
+      inactive_block_cannot_be_reactivated: Este bloqueio está inativo e não pode
+        ser reativado.
       success: Bloqueio atualizado.
     index:
       title: Bloqueios do utilizador
       heading: Lista de bloqueios do utilizador
       empty: Ainda não foram feitos bloqueios.
-    revoke:
-      title: A retirar o bloqueio de %{block_on}
-      heading_html: A retirar o bloqueio de %{block_on} por %{block_by}
-      time_future_html: Este bloqueio terminará em %{time}.
-      past_html: Este bloqueio terminou a %{time} e já não pode ser revogado.
-      confirm: Tens a certeza de que queres revogar este bloqueio?
-      revoke: Revogar!
-      flash: Este bloqueio foi revogado.
     revoke_all:
       title: A retirar o bloqueio de %{block_on}
       heading_html: A retirar o bloqueio de %{block_on}
@@ -3103,26 +3006,19 @@ pt-PT:
       created: 'Criado:'
       duration: 'Duração:'
       status: 'Estado:'
-      show: Mostrar
       edit: Editar
-      revoke: Revogar!
-      confirm: Tens a certeza?
       reason: 'Razão do bloqueio:'
       revoker: 'Quem revogou:'
-      needs_view: O utilizador tem de iniciar sessão antes de este bloqueio terminar.
     block:
       not_revoked: (não revogado)
       show: Mostrar
       edit: Editar
-      revoke: Revogar!
-    blocks:
+    page:
       display_name: Utilizador Bloqueado
       creator_name: Criador
       reason: Motivo do bloqueio
       status: Estado
       revoker_name: Revogado por
-      older: Blocos mais antigos
-      newer: Blocos mais recentes
     navigation:
       all_blocks: Todos os bloqueios
       blocks_on_me: Quem me bloqueou
@@ -3130,6 +3026,7 @@ pt-PT:
       blocks_by_me: Os meus bloqueios
       blocks_by_user: Bloqueios de %{user}
       block: 'Bloqueio #%{id}'
+      new_block: Novo Bloqueio
   user_mutes:
     index:
       title: Utilizadores Silenciados
@@ -3213,6 +3110,8 @@ pt-PT:
         mapa, portanto, não introduzas informações pessoais, dados de mapas ou catálogos
         protegidos por direitos de autor.'
       add: Adicionar Nota
+    notes_paging_nav:
+      showing_page: Página %{page}
   javascripts:
     close: Fechar
     share:
@@ -3227,14 +3126,15 @@ pt-PT:
       custom_dimensions: Definir dimensões
       format: 'Formato:'
       scale: 'Escala:'
-      image_dimensions: A imagem mostrará a camada padrão com %{width} x %{height}
+      image_dimensions: A imagem mostrará a camada %{layer} com %{width} x %{height}
       download: Transferir
       short_url: URL curto
       include_marker: Incluir marcador
       center_marker: Centrar o mapa no marcador
       paste_html: Colar HTML para incorporar na página web
       view_larger_map: Ver mapa maior
-      only_standard_layer: Só a camada padrão pode ser exportada como imagem
+      only_standard_layer: Só as camadas Padrão, de Ciclismo e de Transporte é que
+        podem ser exportadas como imagem
     embed:
       report_problem: Reportar um problema
     key:
index 6a9715b2d5bfa42585aa638b7f81ed188eca6a53..3e1789eebef5d53c13609b084198abb75fa859c0 100644 (file)
@@ -8,6 +8,7 @@
 # Author: BraulioBezerra
 # Author: Brunomelnic
 # Author: Cainamarques
+# Author: Cats
 # Author: CorraleH
 # Author: Crazymadlover
 # Author: Cristofer Alves
@@ -32,6 +33,7 @@
 # Author: JasonZe
 # Author: Jgpacker
 # Author: Jgrocha
+# Author: Juliana Reboucas de Oliveira
 # Author: Lc97
 # Author: Leosls
 # Author: Luckas
@@ -70,7 +72,7 @@
 pt:
   time:
     formats:
-      friendly: '%e %B %Y às %H:%M'
+      friendly: '%e de %B de %Y às %H:%M'
   helpers:
     file:
       prompt: Escolher arquivo
@@ -102,8 +104,6 @@ pt:
   activerecord:
     errors:
       messages:
-        invalid_email_address: não parece ser um endereço de e-mail válido
-        email_address_not_routable: não é roteável
         display_name_is_user_n: não pode ser user_n a não ser que n seja o seu ID
           de usuário
       models:
@@ -183,7 +183,7 @@ pt:
         longitude: Longitude
         public: Público
         description: Descrição
-        gpx_file: Enviar Arquivo GPX
+        gpx_file: Escolha o arquivo de rastreamento do GPS
         visibility: Visibilidade
         tagstring: Etiquetas
       message:
@@ -326,7 +326,7 @@ pt:
         retain_traces: Seus rastros enviados, caso existam, serão retidos.
         retain_diary_entries: Seus diários e comentários em diários, se existirem,
           serão retidos mas escondidos.
-        retain_notes: Suas notas em mapas e comentários em notas, se existirem, serão
+        retain_notes: Suas notas de mapa e comentários das notas, se existirem, serão
           retidas mas escondidas.
         retain_changeset_discussions: Suas discussões em conjuntos de edições, se
           existirem, serão retidas.
@@ -443,7 +443,8 @@ pt:
         note: Nota
     timeout:
       title: Erro de tempo limite
-      sorry: Desculpe, os dados para %{type} com id %{id} demoraram demais para chegar.
+      sorry: Desculpe, os dados para %{type} com id %{id} demoraram demais para ser
+        obtidos.
       type:
         node: ponto
         way: linha
@@ -479,30 +480,50 @@ pt:
       introduction: Clique no mapa para achar elementos próximos
       nearby: Elementos próximos
       enclosing: Elementos envoltórios
+  nodes:
+    timeout:
+      sorry: Desculpe, os dados para o nó com id %{id} demoraram demais para ser obtidos.
   old_nodes:
     not_found:
       sorry: 'Desculpe, o nó #%{id} versão %{version} não foi encontrado.'
+    timeout:
+      sorry: Desculpe, o histórico do nó com id %{id} demorou demais para ser obtido.
+  ways:
+    timeout:
+      sorry: Desculpe, os dados do caminho com o id %{id} demoraram muito para serem
+        recuperados.
   old_ways:
     not_found:
       sorry: 'Desculpe, não foi possível encontrar o caminho #%{id} versão %{version}.'
+    timeout:
+      sorry: Desculpe, o histórico do caminho com o id %{id} levou muito tempo para
+        ser recuperado.
+  relations:
+    timeout:
+      sorry: Desculpe, os dados do caminho com o id %{id} demoraram muito para serem
+        recuperados.
   old_relations:
     not_found:
       sorry: 'Desculpe, a relação #%{id} versão %{version} não foi encontrada.'
+    timeout:
+      sorry: Desculpe, o histórico do caminho com o id %{id} levou muito tempo para
+        ser recuperado.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Comentário novo no conjunto de alterações #%{changeset_id} por %{author}'
+        commented_at_by_html: Atualizado %{when} por %{user}
+      show:
+        title_all: Discussão de conjunto de alterações do OpenStreetMap
+        title_particular: 'Discussão do conjunto de alteração #%{changeset_id} do
+          OpenStreetMap'
+      timeout:
+        sorry: Desculpe, a lista de comentários do conjunto de alterações que você
+          solicitou demorou muito para ser recuperada.
   changesets:
-    changeset_paging_nav:
-      showing_page: Página %{page}
-      next: Seguinte »
-      previous: « Anterior
     changeset:
-      anonymous: Anônimo
       no_edits: (sem alterações)
       view_changeset_details: Ver detalhes do conjunto de alterações
-    changesets:
-      id: ID
-      saved_at: Salvo em
-      user: Usuário
-      comment: Comentário
-      area: Área
     index:
       title: Conjuntos de alterações
       title_user: Conjuntos de alterações de %{user}
@@ -532,7 +553,6 @@ pt:
       title: Conjunto de alterações %{id}
       created_by_html: Criado por %{link_user} em %{created}.
     no_such_entry:
-      title: Não existe esse conjunto de alterações
       heading: 'Não há postagens no diário com o id: %{id}'
       body: Desculpe, não há conjunto de alterações com o id %{id}. Verifique a ortografia,
         ou talvez o link que que você clicou esteja errado.
@@ -567,18 +587,6 @@ pt:
     timeout:
       sorry: A lista de conjuntos de alterações solicitada está demorando demais para
         chegar.
-  changeset_comments:
-    comment:
-      comment: 'Comentário novo no conjunto de alterações #%{changeset_id} por %{author}'
-      commented_at_by_html: Atualizado %{when} por %{user}
-    comments:
-      comment: 'Comentário novo no conjunto de alterações #%{changeset_id} por %{author}'
-    index:
-      title_all: Discussão de conjunto de alterações do OpenStreetMap
-      title_particular: 'Discussão do conjunto de alteração #%{changeset_id} do OpenStreetMap'
-    timeout:
-      sorry: Desculpe, a lista de comentários do conjunto de alterações que você solicitou
-        demorou muito para ser recuperada.
   dashboards:
     contact:
       km away: '%{count}km de distância'
@@ -619,8 +627,6 @@ pt:
       no_entries: Sem publicações no diário
     page:
       recent_entries: Publicações recentes no diário
-      older_entries: Publicações mais antigas
-      newer_entries: Publicações mais novas
     edit:
       title: Editar publicação no diário
       marker_text: Localização da publicação no diário
@@ -660,8 +666,6 @@ pt:
       report: Denunciar este comentário
     location:
       location: 'Local:'
-      view: Exibir
-      edit: Editar
     feed:
       user:
         title: Publicações do diário do OpenStreetMap de %{user}
@@ -689,8 +693,6 @@ pt:
       post: Entrada
       when: Quando
       comment: Comentário
-      newer_comments: Comentários mais recentes
-      older_comments: Comentários mais antigos
     new:
       heading: Deseja adicionar um comentário na seguinte discussão sobre a entrada
         de diário?
@@ -769,7 +771,6 @@ pt:
   geocoder:
     search:
       title:
-        results_from_html: Resultados de %{results_link}
         latlon: Interno
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1545,10 +1546,6 @@ pt:
         level9: Limite de Distrito Municipal
         level10: Limite de Bairro
         level11: Limite da vizinhança
-      types:
-        cities: Cidades maiores
-        towns: Cidades menores
-        places: Lugares
     results:
       no_results: Nenhum resultado encontrado
       more_results: Mais resultados
@@ -1562,20 +1559,25 @@ pt:
       not_updated: Não atualizado
       search: Pesquisar
       search_guidance: 'Pesquisar problemas:'
+      states:
+        ignored: Ignorado
+        open: Aberto
+        resolved: Resolvido
+    page:
       user_not_found: Usuário não existe
       issues_not_found: Nenhum problema foi encontrado
+      reported_user: Usuário Denunciado
       status: Status
       reports: Denúncias
       last_updated: Última Atualização
       last_updated_time_ago_user_html: Há %{time_ago} por %{user}
-      link_to_reports: Ver denúncias
       reports_count:
         one: '%{count} denúncia'
         other: '%{count} denúncias'
       reported_item: Elemento denunciado
       states:
         ignored: Ignorado
-        open: Aberto
+        open: Abrir
         resolved: Resolvido
     show:
       title: '%{status} Problema #%{issue_id}'
@@ -1662,18 +1664,12 @@ pt:
     history: Histórico
     export: Exportar
     issues: Problemas
-    data: Dados
-    export_data: Exportar dados
     gps_traces: Trilhas GPS
-    gps_traces_tooltip: Gerenciar trilhas de GPS
     user_diaries: Diários de usuário
-    user_diaries_tooltip: Ver os diários dos usuários
     edit_with: Edite com %{editor}
-    tag_line: A Wiki de mapas livres
     intro_header: Bem-vindo(a) ao OpenStreetMap!
     intro_text: O OpenStreetMap é um mapa do mundo, criado por pessoas como você e
       de uso livre sob uma licença aberta.
-    intro_2_create_account: Criar uma conta de usuário
     hosting_partners_2024_html: A hospedagem é suportada por %{fastly}, %{corpmembers}
       e outros %{partners}.
     partners_fastly: Fastly
@@ -1684,18 +1680,10 @@ pt:
     osm_read_only: A base de dados do OpenStreetMap está em modo somente leitura devido
       a operações de manutenção.
     nothing_to_preview: Nada para pré-visualizar.
-    donate: 'Ajude o OpenStreetMap fazendo doações para o Fundo de Melhoria de Hardware:
-      %{link}.'
     help: Ajuda
     about: Sobre
     copyright: Direitos autorais
     communities: Comunidades
-    community: Comunidade
-    community_blogs: Blogs da comunidade
-    community_blogs_title: Blogs de membros da comunidade OpenStreetMap
-    make_a_donation:
-      title: Ajude o OpenStreetMap com uma doação monetária
-      text: Faça uma doação
     learn_more: Saiba Mais
     more: Mais
   user_mailer:
@@ -1733,17 +1721,20 @@ pt:
       befriend_them: Você também pode adicioná-lo(a) como amigo em %{befriendurl}.
       befriend_them_html: Você também pode adicioná-lo(a) como amigo em %{befriendurl}.
     gpx_description:
-      description_with_tags: 'Parece com o seu arquivo GPX %{trace_name} com a descrição
+      description_with_tags: 'Parece que o seu arquivo %{trace_name} com a descrição
         %{trace_description} e as seguintes etiquetas: %{tags}'
-      description_with_tags_html: 'Parece que seu arquivo GPX %{trace_name} com a
-        descrição %{trace_description} e as seguintes etiquetas: %{tags}'
-      description_with_no_tags: Parece com o seu arquivo GPX %{trace_name} com a descrição
+      description_with_tags_html: 'Parece que seu arquivo %{trace_name} com a descrição
+        %{trace_description} e as seguintes etiquetas: %{tags}'
+      description_with_no_tags: Parece com o seu arquivo %{trace_name} com a descrição
+        %{trace_description} e sem etiquetas
+      description_with_no_tags_html: Parece que seu arquivo %{trace_name} com a descrição
         %{trace_description} e sem etiquetas
-      description_with_no_tags_html: Parece que seu arquivo GPX %{trace_name} com
-        a descrição %{trace_description} e sem etiquetas
     gpx_failure:
       hi: Olá %{to_user},
-      failed_to_import: 'falha ao importar. Veja a mensagem de erro:'
+      failed_to_import: 'falha na importação do arquivo de rastreamento de GPS. Por
+        favor, verifique se o formato do arquivo é GPX válido ou outro formato aceito
+        (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2). Poderia haver um problema
+        de formato ou sintaxe em seu arquivo? Veja detalhes sobre este erro:'
       more_info: Mais informações sobre as falhas de importação de GPX e como evitá-las
         podem ser encontradas em %{url}.
       more_info_html: Mais informações sobre as falhas de importação GPX e como evitá-las
@@ -1825,7 +1816,6 @@ pt:
     changeset_comment_notification:
       description: Conjunto de alterações n.º %{id}
       hi: Olá %{to_user},
-      greeting: Olá,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} comentou um conjunto de alterações
           seu'
@@ -1900,7 +1890,6 @@ pt:
     message_summary:
       unread_button: Marcar como não lida
       read_button: Marcar como lida
-      reply_button: Responder
       destroy_button: Apagar
       unmute_button: Mover para caixa de entrada
     new:
@@ -1917,7 +1906,6 @@ pt:
       body: Não existe uma mensagem com este id.
     outbox:
       title: Caixa de Saída
-      actions: Ações
       messages:
         one: Você tem %{count} mensagem enviada
         other: Você tem %{count} mensagens enviadas
@@ -1930,7 +1918,7 @@ pt:
         one: '%{count} mensagem silenciada'
         other: Você tem %{count} mensagens silenciadas
     reply:
-      wrong_user: Você está conectado como `%{user}' mas a mensagem que você quer
+      wrong_user: Você está conectado como '%{user}' mas a mensagem que você quer
         responder não foi enviada para este usuário. Entre com o usuário correto para
         poder responder.
     show:
@@ -1939,7 +1927,7 @@ pt:
       unread_button: Marcar como não lida
       destroy_button: Apagar
       back: Voltar
-      wrong_user: Você está conectado como `%{user}' mas a mensagem que você quer
+      wrong_user: Você está conectado como '%{user}' mas a mensagem que você quer
         ler não foi enviada para ou por este usuário. Entre com o usuário correto
         para poder ler.
     sent_message_summary:
@@ -2018,7 +2006,6 @@ pt:
       failure: Não foi possível atualizar o perfil.
   sessions:
     new:
-      title: Entrar
       tab_title: Entrar
       login_to_authorize_html: Entre no OpenStreetMap para acederes a %{client_app_name}.
       email or username: E-mail ou nome de usuário
@@ -2026,7 +2013,6 @@ pt:
       remember: Lembrar neste computador
       lost password link: Esqueceu sua senha?
       login_button: Entrar
-      register now: Registre agora
       with external: ou entre com uma aplicativo de terceiros
       or: ou
       auth failure: Impossível entrar com estas informações.
@@ -2059,9 +2045,27 @@ pt:
       edit: Editar
       preview: Pré-visualizar
       help: Ajuda
+    pagination:
+      diary_comments:
+        older: Comentários mais antigos
+        newer: Comentários mais recentes
+      diary_entries:
+        older: Publicações mais antigas
+        newer: Publicações mais novas
+      issues:
+        older: Problemas antigos
+        newer: Problemas recentes
+      traces:
+        older: Trilhas mais antigas
+        newer: Trilhas mais recentes
+      user_blocks:
+        older: Bloqueios mais antigos
+        newer: Bloqueios mais recentes
+      users:
+        older: Usuários antigos
+        newer: Novos usuários
   site:
     about:
-      next: Próximo
       heading_html: '%{copyright}Contribuidores %{br} do OpenStreetMap'
       used_by_html: O %{name} fornece dados de mapa para milhares de sites, aplicativos
         móveis e dispositivos de hardware
@@ -2126,7 +2130,7 @@ pt:
           por %{open_data}, licenciados sob %{odc_odbl_link} (ODbL) pela %{osm_foundation_link}
           (OSMF).
         introduction_1_open_data: dados abertos
-        introduction_1_odc_odbl: Licença de banco de dados aberto de Oper Data Commons
+        introduction_1_odc_odbl: Licença de Base de Dados Aberta de Open Data Commons
         introduction_1_osm_foundation: OpenStreetMap Foundation
         introduction_2_html: |-
           Você é livre para copiar, distribuir, transmitir e adaptar nossos dados, contanto que você dê crédito ao OpenStreetMap e seus
@@ -2143,8 +2147,8 @@ pt:
           duas coisas a seguir:'
         credit_2_1: Forneça crédito ao OpenStreetMap exibindo nossa nota de direitos
           autorais.
-        credit_2_2: Deixe claro que os dados estão disponíveis sob a Open Database
-          License.
+        credit_2_2: Deixe claro que os dados estão disponíveis sob a Licença de Base
+          de Dados Aberta.
         credit_3_html: Para o aviso de direitos de autor, temos vários requisitos
           para a sua exibição, dependendo da forma como usa os nossos dados. Por exemplo,
           aplicam-se regras diferentes para a exibição do aviso de direitos de autor
@@ -2174,8 +2178,8 @@ pt:
           dados, cujas licenças são abertas, de organismos nacionais de cartografia
           e de outras fontes, dentre elas:
         contributors_at_credit_html: |-
-          %{austria}: Contém dados de %{stadt_wien_link} (conforme %{cc_by_link}), %{land_vorarlberg_link}
-          e Land Tirol (conforme %{cc_by_at_with_amendments_link}).
+          %{austria}: Contém dados da %{stadt_wien_link} (sob %{cc_by_link}), %{land_vorarlberg_link}
+          e do Estado do Tirol (sob %{cc_by_at_with_amendments_link}).
         contributors_at_austria: Áustria
         contributors_at_stadt_wien: Cidade de Viena
         contributors_at_cc_by: CC BY
@@ -2197,7 +2201,7 @@ pt:
         contributors_cz_credit_html: |-
           %{czechia}: Contém dados da Administração Estatal de Agrimensura
           e Cadastro licenciados sob %{cc_licence_link}
-        contributors_cz_czechia: Tcheca
+        contributors_cz_czechia: República Tcheca
         contributors_cz_cc_licence: Atribuição Creative Commons 4.0 Licença Internacional
           (CC BY 4.0)
         contributors_fi_credit_html: '%{finland}: Contém dados do Serviço Topográfico
@@ -2211,7 +2215,7 @@ pt:
         contributors_hr_credit_html: |-
           %{croatia}: Contém dados de %{dgu_link} e %{open_data_portal}
           (informação pública da Croácia).
-        contributors_hr_croatia: Croata
+        contributors_hr_croatia: Croácia
         contributors_hr_dgu: Administração Geodésica Estatal da Croácia
         contributors_hr_open_data_portal: Portal Nacional de Dados Abertos
         contributors_nl_credit_html: '%{netherlands}: Contém &copy; e dados, 2007
@@ -2223,15 +2227,16 @@ pt:
         contributors_nz_new_zealand: Nova Zelândia
         contributors_nz_linz_data_service: LINZ Data Service
         contributors_nz_cc_by: CC BY 4.0
-        contributors_rs_credit_html: '%{serbia}%{open_data_portal}: Contém dados de
-          %{rgz_link} e %{open_data_portal} (informações públicas da Sérvia), 2018.'
+        contributors_rs_credit_html: |-
+          %{serbia}: Contém dados da %{rgz_link} e %{open_data_portal}
+          (informações públicas da Sérvia), 2018.
         contributors_rs_serbia: Sérvia
         contributors_rs_rgz: Autoridade Geodésica da Sérvia
         contributors_rs_open_data_portal: Portal Nacional de Dados Abertos
         contributors_si_credit_html: |-
           %{slovenia}: Contém dados da %{gu_link} e %{mkgp_link}
-          (informação pública da Eslovénia).
-        contributors_si_slovenia: Eslovenia
+          (informação pública da Eslovênia).
+        contributors_si_slovenia: Eslovênia
         contributors_si_gu: Autoridade de Levantamento Topográfico e Mapeamento
         contributors_si_mkgp: Ministério da Agricultura, Silvicultura e Alimentos
         contributors_es_credit_html: '%{spain}: Contém dados do Instituto Geográfico
@@ -2288,15 +2293,13 @@ pt:
       user_page_link: página de usuário
       anon_edits_link_text: Descubra se é esse o seu caso.
       id_not_configured: iD não foi configurado
-      no_iframe_support: Seu navegador não suporta iframes HTML, que são necessários
-        para esse recurso.
     export:
       title: Exportar
       manually_select: Selecionar outra área manualmente
       licence: Licença
       licence_details_html: Os dados do OpenStreetMap são licenciados por %{odbl_link}
         (ODbL).
-      odbl: Licença de banco de dados aberto de Oper Data Commons
+      odbl: Licença de Base de Dados Aberta de Open Data Commons
       too_large:
         advice: 'Se a exportação acima falhar, considere o uso de uma das fontes listadas
           abaixo:'
@@ -2397,10 +2400,8 @@ pt:
       welcome_mat: Visite o Material de Boas-Vindas.
     sidebar:
       search_results: Resultados da busca
-      close: Fechar
     search:
       search: Buscar
-      get_directions: Obter itinerário
       get_directions_title: Ache um caminho entre dois pontos
       from: De
       to: Para
@@ -2481,6 +2482,9 @@ pt:
           hospital: Hospital
           building: Edifício importante
           station: Estação ferroviária
+          railway_halt: Estação de trem
+          subway_station: Estação de metrô
+          tram_stop: Ponto de bonde
           summit: Cume
           peak: cume
           tunnel: Túnel (contorno tracejado)
@@ -2489,7 +2493,6 @@ pt:
           destination: Acesso local apenas
           construction: Vias em construção
           bus_stop: Ponto de ônibus
-          stop: Parada
           bicycle_shop: Loja de bicicletas
           bicycle_rental: Aluguel de bicicletas
           bicycle_parking: Bicicletário
@@ -2604,8 +2607,6 @@ pt:
       visibility_help_url: http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces?uselang=pt-br
     update:
       updated: Rastreamento atualizado
-    trace_optionals:
-      tags: Etiquetas
     show:
       title: Visualizando trilha %{name}
       heading: Visualizando trilha %{name}
@@ -2657,13 +2658,8 @@ pt:
       my_traces: Minhas trilhas
       traces_from: Traços públicos de %{user}
       remove_tag_filter: Remova o filtro de marcações
-    page:
-      older: Trilhas mais antigas
-      newer: Trilhas mais recentes
     destroy:
       scheduled_for_deletion: Trilha marcada para ser apagada
-    make_public:
-      made_public: Trilha publicada
     offline_warning:
       message: O sistema de envio de arquivos GPX não está disponível no momento
     offline:
@@ -2678,14 +2674,10 @@ pt:
         other: Arquivo GPX com %{count} pontos de %{user}
       description_without_count: Arquivo GPX de %{user}
   application:
-    basic_auth_disabled: 'A autenticação básica HTTP está desativada: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 e 1.0a estão desativados: %{link}'
     permission_denied: Você não tem permissão para acessar essa ação
     require_cookies:
       cookies_needed: Parece que você está com os cookies desabilitados - habilite-os
         no seu navegador antes de continuar.
-    require_admin:
-      not_an_admin: Você precisa ser um administrador para realizar essa ação.
     setup_user_auth:
       blocked_zero_hour: Há uma mensagem urgente para você no site do OpenStreetMap.
         Você deve lê-la para poder voltar a salvar suas edições.
@@ -2695,7 +2687,6 @@ pt:
         concordar, mas você deve vê-los.
     settings_menu:
       account_settings: Configurações da conta
-      oauth1_settings: Configurações do OAuth 1
       oauth2_applications: Aplicações OAuth 2
       oauth2_authorizations: Autorizações do OAuth 2
       muted_users: Usuários silenciados
@@ -2721,30 +2712,6 @@ pt:
         title: Entrar com Wikipédia
         alt: Logotipo da Wikipédia
   oauth:
-    authorize:
-      title: Autorizar acesso à sua conta
-      request_access_html: A aplicação %{app_name} está pedindo acesso à sua conta,
-        %{user}. Confira se deseja mesmo que a aplicação tenha as capacidades a seguir.
-        Você pode escolher as que quiser.
-      allow_to: 'Permitir a aplicação cliente:'
-      allow_read_prefs: ler suas preferências.
-      allow_write_prefs: modificar suas preferências de usuário.
-      allow_write_diary: criar entradas de diário, comentários e adicionar amigos.
-      allow_write_api: modificar o mapa.
-      allow_read_gpx: ler suas trilhas de GPS privadas.
-      allow_write_gpx: enviar trilhas de GPS.
-      allow_write_notes: alterar notas.
-      grant_access: Dar acesso
-    authorize_success:
-      title: Pedido de autorização permitido
-      allowed_html: Dar acesso à sua conta ao programa %{app_name}.
-      verification: O código de verificação é %{code}.
-    authorize_failure:
-      title: Falha na autorização
-      denied: Negou acesso à sua conta ao programa %{app_name}.
-      invalid: O token de autorização não é válido.
-    revoke:
-      flash: Você cancelou o token para %{application}
     permissions:
       missing: Você não permitiu o acesso da aplicação a esta facilidade
     scopes:
@@ -2763,49 +2730,6 @@ pt:
       skip_authorization: Aplicação de aprovação automática
     for_roles:
       moderator: Esta permissão é para ações disponíveis apenas para moderadores
-  oauth_clients:
-    new:
-      title: Registrar uma nova aplicação
-      disabled: O registro com aplicativos OAuth 1 foi desativado
-    edit:
-      title: Editar sua aplicação
-    show:
-      title: Detalhes do OAuth de %{app_name}
-      key: Chave de consumidor
-      secret: Segredo do consumidor
-      url: URL do token de requisição
-      access_url: 'URL do token de acesso:'
-      authorize_url: 'URL de autorização:'
-      support_notice: Adotamos assinaturas HMAC-SHA1 (recomendado) e RSA-SHA1.
-      edit: Editar detalhes
-      delete: Excluir cliente
-      confirm: Tem certeza?
-      requests: 'Pedindo as seguintes permissões ao usuário:'
-    index:
-      title: Meus detalhes do OAuth
-      my_tokens: Meus aplicativos autorizados
-      list_tokens: 'Os seguintes tokens foram distribuidos para aplicações em seu
-        nome:'
-      application: Nome do aplicativo
-      issued_at: Emitido em
-      revoke: Cancelar!
-      my_apps: Meus clientes de aplicativos
-      no_apps_html: Você tem um aplicativo que gostaria de registrar para usar conosco
-        com o padrão %{oauth}? Você deve registrar sua aplicação web antes que ela
-        possa fazer requisições OAuth para esse serviço.
-      oauth: OAuth
-      registered_apps: 'Você tem as seguintes aplicações cliente registradas:'
-      register_new: Registre seu aplicativo
-    form:
-      requests: 'Solicitar as seguintes permissões ao usuário:'
-    not_found:
-      sorry: Esse %{type} não pôde ser encontrado.
-    create:
-      flash: Sucesso ao registrar a informação
-    update:
-      flash: Sucesso ao atualizar as informações do cliente
-    destroy:
-      flash: O registro da aplicação cliente foi apagado
   oauth2_applications:
     index:
       title: Minhas aplicações de cliente
@@ -2886,8 +2810,6 @@ pt:
           endereços de e-mail
         contributor_terms_url: https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms
         contributor_terms: termos do contribuidor
-      tou: termos de uso
-      external auth: 'Autenticação de Terceiros:'
       continue: Registrar-se
       terms accepted: Obrigado por aceitar os novos termos de contribuição!
       email_help:
@@ -2921,7 +2843,7 @@ pt:
       informal_translations: traduções informais
       continue: Continuar
       declined: https://wiki.openstreetmap.org/wiki/Pt:Contributor_Terms_Declined?uselang=pt-br
-      decline: Discordo
+      cancel: Cancelar
       you need to accept or decline: Por favor leia e, em seguida, aceite ou recuse
         os novos termos do contribuidor para continuar.
       legale_select: 'País em que você mora:'
@@ -3010,8 +2932,6 @@ pt:
       summary_no_ip_html: '%{name} criado em %{date}'
       empty: Não há usuários correspondentes
     page:
-      older: Usuários antigos
-      newer: Novos usuários
       found_users:
         one: '%{count} usuário encontrado'
         other: '%{count} usuários encontrados'
@@ -3043,25 +2963,15 @@ pt:
         com o seu ID em suas configurações de usuário.
   user_role:
     filter:
-      not_a_role: O texto "%{role}" não é um papel válido.
+      not_a_role: O texto '%{role}' não é um papel válido.
       already_has_role: O usuário já tem o papel %{role}.
       doesnt_have_role: O usuário não tem o papel %{role}.
       not_revoke_admin_current_user: Não foi possível retirar os direitos de administrador
         do atual usuário.
     grant:
-      title: Confirmar adição de papel
-      heading: Confirmar adição de papel
-      are_you_sure: Deseja mesmo dar o papel "%{role}" ao usuário "%{name}"?
-      confirm: Confirmar
-      fail: Não foi possível dar o papel "%{role}" ao usuário "%{name}". Confira se
-        o usuário e o papel são ambos válidos.
+      are_you_sure: Deseja mesmo dar o papel '%{role}' ao usuário '%{name}'?
     revoke:
-      title: Confirmar remoção de papel
-      heading: Confirmar remoção de papel
       are_you_sure: Deseja mesmo retirar o papel "%{role}" do usuário "%{name}"?
-      confirm: Confirmar
-      fail: Não foi possível retirar o papel "%{role}" do usuário "%{name}". Confira
-        se o usuário e o papel são ambos válidos.
   user_blocks:
     model:
       non_moderator_update: É necessário ser um moderador para criar ou atualizar
@@ -3078,6 +2988,7 @@ pt:
       title: Editando bloqueio em %{name}
       heading_html: Editando bloqueio em %{name}
       period: Começando agora, por quanto tempo impedir o usuário de usar a API.
+      revoke: Revogar o bloqueio
     filter:
       block_period: O período de bloqueio deve ser um dos valores selecionáveis na
         lista.
@@ -3085,6 +2996,8 @@ pt:
       flash: Bloquear o usuário %{name}.
     update:
       only_creator_can_edit: Somente o moderador que criou esse bloqueio pode editá-lo.
+      only_creator_can_edit_without_revoking: Somente o moderador que criou esse bloqueio
+        pode editar sem revogá-lo.
       only_creator_or_revoker_can_edit: Somente os moderadores que criaram ou revogaram
         esse bloqueio pode editá-lo.
       inactive_block_cannot_be_reactivated: Este bloqueio está inativo e não pode
@@ -3094,14 +3007,6 @@ pt:
       title: Bloqueios do usuário
       heading: Lista de bloqueios de usuário
       empty: Nenhum bloqueio foi aplicado ainda.
-    revoke:
-      title: Retirando bloqueio de %{block_on}
-      heading_html: Retirando bloqueio em %{block_on} por %{block_by}
-      time_future_html: Esse bloqueio terminará em %{time}.
-      past_html: Esse bloqueio terminou há %{time} e não pode ser retirado agora.
-      confirm: Deseja realmente retirar esse bloqueio?
-      revoke: Cancelar!
-      flash: Esse bloqueio foi retirado.
     revoke_all:
       title: Revogando todos os bloqueios em %{block_on}
       heading_html: Revogando todos os bloqueios em %{block_on}
@@ -3147,26 +3052,19 @@ pt:
       created: 'Criação:'
       duration: 'Duração:'
       status: 'Status:'
-      show: Exibir
       edit: Editar
-      revoke: Cancelar!
-      confirm: Tem certeza?
       reason: 'Razão do bloqueio:'
       revoker: 'Quem retirou:'
-      needs_view: O usuário precisa se logar para esse bloqueio ser retirado.
     block:
       not_revoked: (não retirado)
       show: Exibir
       edit: Editar
-      revoke: Cancelar!
-    blocks:
+    page:
       display_name: Usuário bloqueado
       creator_name: Criador
       reason: Razão para o bloqueio
       status: Status
       revoker_name: Retirado por
-      older: Bloqueios mais antigos
-      newer: Bloqueios mais recentes
     navigation:
       all_blocks: Todos os bloqueios
       blocks_on_me: Bloqueios sobre mim
@@ -3174,6 +3072,7 @@ pt:
       blocks_by_me: Bloqueios por mim
       blocks_by_user: Bloqueios por %{user}
       block: 'Bloqueio #%{id}'
+      new_block: Novo bloqueio
   user_mutes:
     index:
       title: Usuários silenciados
@@ -3200,17 +3099,22 @@ pt:
       error: Não foi possível silenciar o usuário. Por favor tente novamente.
   notes:
     index:
-      title: Notas postadas ou comentadas por %{user}
+      title: Notas enviadas ou comentadas por %{user}
       heading: Notas de %{user}
-      subheading_html: Notas %{submitted} or %{commented} por %{user}
-      subheading_submitted: submetido
-      subheading_commented: comentado
+      subheading_html: Notas %{submitted} ou %{commented} por %{user}
+      subheading_submitted: enviadas
+      subheading_commented: comentadas
       no_notes: Sem notas
       id: ID
       creator: Criador
       description: Descrição
-      created_at: Criado em
+      created_at: Criada em
       last_changed: Última alteração
+      apply: Aplicar
+      all: Todos
+      open: Abrir
+      closed: Fechado
+      status: Estado
     show:
       title: 'Nota: %{id}'
       description: Descrição
@@ -3229,6 +3133,9 @@ pt:
       report: denunciar esta nota
       anonymous_warning: Esta nota contém comentários de usuários anônimos que devem
         ser conferidos separadamente.
+      discussion: Discussão
+      subscribe: Inscrever-se
+      unsubscribe: Cancelar inscrição
       hide: Esconder
       resolve: Resolver
       reactivate: Reativar
@@ -3254,6 +3161,10 @@ pt:
         não insira informações pessoais ou dados de mapas protegidos por direitos
         autorais ou listas de diretórios.
       add: Incluir nota
+    notes_paging_nav:
+      showing_page: Página %{page}
+      next: Próxima
+      previous: Anterior
   javascripts:
     close: Fechar
     share:
@@ -3323,7 +3234,7 @@ pt:
       edit_disabled_tooltip: Aproxime para editar o mapa
       createnote_tooltip: Incluir uma nota no mapa
       createnote_disabled_tooltip: Aproxime para incluir uma nota no mapa
-      map_notes_zoom_in_tooltip: Aproxime para ver notas no mapa
+      map_notes_zoom_in_tooltip: Aproxime para ver notas de mapa
       map_data_zoom_in_tooltip: Aproxime para ver dados do mapa
       queryfeature_tooltip: Consultar elementos
       queryfeature_disabled_tooltip: Aproxime para consultar elementos
@@ -3448,6 +3359,7 @@ pt:
       empty: Nenhuma anulação para mostrar.
       heading: Lista de anulações
       title: Lista de anulações
+      new: Nova seção
     new:
       heading: Introduza a informação da nova anulação
       title: Criando uma nova anulação
index 54e7d8e93a41a7e43e4ff5833b3712f677ed3eef..9350e4ee5a4151e5b9c1fc7d0c32ace2c61f6174 100644 (file)
@@ -2,12 +2,14 @@
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: Alesaru
+# Author: Alextranslate
 # Author: Andreyyshore
 # Author: Buraddo
 # Author: C1pr1an
 # Author: Cevamihnea
 # Author: Cristina S
 # Author: EddyPetrisor
+# Author: Firilacroco
 # Author: GabiBil
 # Author: Gravitystorm
 # Author: Heron702
@@ -19,6 +21,7 @@
 # Author: Popetedenis
 # Author: Ruila
 # Author: Strainu
+# Author: Trotinel Iftode
 # Author: WebSourceContentRO
 # Author: Wintereu
 ---
@@ -57,8 +60,11 @@ ro:
   activerecord:
     errors:
       messages:
-        invalid_email_address: nu pare a fi o adresă de e-mail validă
-        email_address_not_routable: nu este rutabil
+        display_name_is_user_n: nu poate fi user_n, decât dacă n este ID-ul utilizatorului
+          tău
+      models:
+        user_mute:
+          is_already_muted: este deja lipsit de drept de vorbire
     models:
       acl: Lista de control al accesului
       changeset: Set de modificări
@@ -444,21 +450,21 @@ ro:
       introduction: Dați clic pe hartă pentru a găsi obiectivele din apropiere.
       nearby: Obiectivele din apropiere
       enclosing: Caracteristici de închidere
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Comentariu nou privind modificările #%{changeset_id} de către %{author}'
+        commented_at_by_html: Actualizat %{when} de %{user}
+      show:
+        title_all: Discuție set de schimbări OpenStreetMap
+        title_particular: 'Set de schimbări OpenStreetMap discuție #%{changeset_id}'
+      timeout:
+        sorry: Ne pare rău, lista de comenzi modificate pe care le-ați solicitat a
+          durat prea mult timp pentru a fi preluate.
   changesets:
-    changeset_paging_nav:
-      showing_page: Pagina %{page}
-      next: Următoarea »
-      previous: « Precedenta
     changeset:
-      anonymous: Anonim
       no_edits: (nu există editări)
       view_changeset_details: Vizualizare detalii set de schimbări
-    changesets:
-      id: ID
-      saved_at: Salvat la
-      user: Utilizator
-      comment: Comentariu
-      area: Zonă
     index:
       title: Set de modificări
       title_user: Seturi de modificări făcute de %{user}
@@ -478,8 +484,14 @@ ro:
         created: Creat
         closed: Închis
         belongs_to: Autor
+    subscribe:
+      button: Abonează-te la discuție
+    unsubscribe:
+      button: Dezabonează-te de la discuție
     show:
       title: 'Set de modificări: %{id}'
+      created: 'Creat: %{when}'
+      closed: 'Închis: %{when}'
       created_ago_html: Creat %{time_ago}
       closed_ago_html: Închis %{time_ago}
       created_ago_by_html: Creat %{time_ago} de %{user}
@@ -507,18 +519,6 @@ ro:
     timeout:
       sorry: Ne pare rău, preluarea listei de modificări pe care ați solicitat-o a
         durat prea mult.
-  changeset_comments:
-    comment:
-      comment: 'Comentariu nou privind modificările #%{changeset_id} de către %{author}'
-      commented_at_by_html: Actualizat %{when} de %{user}
-    comments:
-      comment: 'Comentariu nou făcut la #%{changeset_id} de %{author}'
-    index:
-      title_all: Discuție set de schimbări OpenStreetMap
-      title_particular: 'Set de schimbări OpenStreetMap discuție #%{changeset_id}'
-    timeout:
-      sorry: Ne pare rău, lista de comenzi modificate pe care le-ați solicitat a durat
-        prea mult timp pentru a fi preluate.
   dashboards:
     contact:
       km away: '%{count} km depărtare'
@@ -560,14 +560,15 @@ ro:
       no_entries: Nu există înregistrări în jurnal
     page:
       recent_entries: Înregistrări recente din jurnal
-      older_entries: Înregistrări mai vechi
-      newer_entries: Înregistrări mai noi
     edit:
       title: Modifică înregistrare jurnal
       marker_text: Poziția înregistrării din jurnal
     show:
       title: Jurnalul utilizatorului %{user} | %{title}
       user_title: Jurnalul utilizatorului %{user}
+      discussion: Discuție
+      subscribe: Abonează-te
+      unsubscribe: Dezabonează-te
       leave_a_comment: Adaugă un comentariu
       login_to_leave_a_comment_html: '%{login_link} este necesară pentru a comenta'
       login: Autentificare
@@ -600,8 +601,6 @@ ro:
       report: Reclamă acest comentariu
     location:
       location: 'Localizare:'
-      view: Vizualizează
-      edit: Modifică
     feed:
       user:
         title: Înregistrări în jurnalul OpenStreetMap pentru %{user}
@@ -613,6 +612,12 @@ ro:
       all:
         title: Înregistrări în jurnalul OpenStreetMap
         description: Înregistrări recente în jurnale de la utilizatorii OpenStreetMap
+    subscribe:
+      heading: Te abonezi la următoarea discuție de intrare a jurnalului?
+      button: Abonează-te la discuție
+    unsubscribe:
+      heading: Te dezabonezi de la următoarea discuție de intrare a jurnalului?
+      button: Dezabonează-te de la discuție
   diary_comments:
     index:
       title: Comentarii din jurnal adăugate de %{user}
@@ -623,8 +628,8 @@ ro:
       post: Postează
       when: Când
       comment: Comentariu
-      newer_comments: Comentarii mai noi
-      older_comments: Comentarii mai vechi
+    new:
+      heading: Adaugi un comentariu la următoarea discuție de intrare a jurnalului?
   doorkeeper:
     errors:
       messages:
@@ -663,6 +668,9 @@ ro:
       contact_the_community_html: Simțiți-vă liber să %{contact_link} comunitatea
         OpenStreetMap dacă ați găsit un link invalid/o eroare. Notați adresa URL exactă
         a solicitării dvs.
+    bad_request:
+      description: Cererea pe care ați făcut-o pe serverul OpenStreetMap nu este validă.
+        (HTTP 400)
     forbidden:
       title: Interzis
       description: Operația pe care ați solicitat-o pe serverul OpenStreetMap este
@@ -692,7 +700,6 @@ ro:
   geocoder:
     search:
       title:
-        results_from_html: Rezultate de la %{results_link}
         latlon: Intern
     search_osm_nominatim:
       prefix:
@@ -719,7 +726,7 @@ ro:
           parking_position: Poziția de parcare
           runway: Pistă
           taxilane: Banda de taxi
-          taxiway: Pistă de manevră
+          taxiway: Pistă de taxi avioane
           terminal: Terminal Aeroport
           windsock: Con de vânt
         amenity:
@@ -857,6 +864,7 @@ ro:
           college: Clădire Colegiu
           commercial: Clădire comercială
           construction: Clădire în construcție
+          cowshed: Fermă de vaci
           detached: Casă decomandată
           dormitory: Dormitor
           duplex: Casă duplex
@@ -886,6 +894,7 @@ ro:
           shed: Șură
           stable: Grajd
           static_caravan: Rulotă
+          sty: Cocină
           temple: Clădire templu
           terrace: Case înșiruite
           train_station: Gară
@@ -1464,10 +1473,6 @@ ro:
         level9: Limita satului
         level10: Limită de suburbie
         level11: Limită Cartier
-      types:
-        cities: Orașe
-        towns: Orășele
-        places: Locuri
     results:
       no_results: Niciun rezultat găsit
       more_results: Mai multe rezultate
@@ -1481,13 +1486,18 @@ ro:
       not_updated: Ultima actualizare
       search: Căutare
       search_guidance: 'Probleme de căutare:'
+      states:
+        ignored: Ignorat
+        open: Deschis
+        resolved: Rezolvat
+    page:
       user_not_found: Utilizatorul nu exista
       issues_not_found: Nu au fost găsite astfel de probleme
+      reported_user: Utilizator raportat
       status: Stare
       reports: Rapoarte
       last_updated: Ultima actualizare
       last_updated_time_ago_user_html: '%{time_ago} de %{user}'
-      link_to_reports: Vizualizați rapoartele
       reports_count:
         one: '%{count} Raport'
         few: '%{count} Raporturi'
@@ -1583,40 +1593,32 @@ ro:
     history: Istoric
     export: Exportă
     issues: Probleme
-    data: Date
-    export_data: Exportă datele
     gps_traces: Track-uri GPS
-    gps_traces_tooltip: Gestionați traseele GPS
     user_diaries: Jurnalele utilizatorilor
-    user_diaries_tooltip: Vizualizați jurnalele de utilizatori
     edit_with: Modificare cu %{editor}
-    tag_line: Harta liberă Wiki World Map
     intro_header: Bine ați venit la OpenStreetMap!
     intro_text: OpenStreetMap este o hartă a lumii, creată de oameni ca tine și liberă
       pentru utilizare sub o licență deschisă.
-    intro_2_create_account: Creează un cont de utilizator
+    hosting_partners_2024_html: Găzduirea este susținută de %{fastly}, %{corpmembers},
+      și alți %{partners}.
     partners_fastly: Fastly
+    partners_corpmembers: Membrii corporați ai OSMF
     partners_partners: parteneri
     tou: Termeni de Utilizare
     osm_offline: Baza de date OpenStreetMap este în prezent offline, în timp ce se
       efectuează lucrări esențiale de întreținere a bazelor de date.
     osm_read_only: Baza de date OpenStreetMap este în prezent în modul read-only,
       în timp ce se efectuează lucrări de întreținere a bazei de date.
-    donate: Sprijiniți OpenStreetMap cu %{link} la Fondul de Upgrade Hardware.
+    nothing_to_preview: Nimic de previzualizat.
     help: Ajutor
     about: Despre
     copyright: Drepturi de autor
     communities: Comunități
-    community: Comunitate
-    community_blogs: Bloguri ale comunității
-    community_blogs_title: Bloguri ale membrilor comunității OpenStreetMap
-    make_a_donation:
-      title: Sprijiniți OpenStreetMap printr-o donație în bani
-      text: Faceți o donație
     learn_more: Aflați mai multe
     more: Mai multe
   user_mailer:
     diary_comment_notification:
+      description: 'Intrare Jurnal OpenStreetMap #%{id}'
       subject: '[OpenStreetMap] %{user} a comentat o intrare în jurnal'
       hi: Salut %{to_user},
       header: '%{from_user} a comentat intrarea jurnalului OpenStreetMap cu subiectul
@@ -1627,6 +1629,8 @@ ro:
         la %{commenturl} sau să răspundeți la %{replyurl}
       footer_html: De asemenea, puteți citi comentariul la %{readurl} și puteți comenta
         la %{commenturl} sau să trimiteți un mesaj autorului la %{replyurl}
+      footer_unsubscribe: Te poți dezabona de la discuție la %{unsubscribeurl}
+      footer_unsubscribe_html: Te poți dezabona de la discuție la %{unsubscribeurl}
     message_notification:
       subject: '[OpenStreetMap] %{message_title}'
       hi: Salut, %{to_user},
@@ -1651,7 +1655,11 @@ ro:
         descrierea %{trace_description} și fără etichete
     gpx_failure:
       hi: Salut %{to_user},
-      failed_to_import: 'nu a reușit să importe. Iată eroarea:'
+      failed_to_import: 'nu a putut fi importat ca fișier de urmărire GPS. Verificați
+        dacă fișierul dvs. este un fișier GPX valid sau o arhivă care conține fișiere
+        GPX în formatul acceptat (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2)
+        . Ar putea fi o problemă de format sau de sintaxă cu fișierul dvs.? Iată eroarea
+        de import:'
       more_info_html: Mai multe informații despre eșecurile de import GPX și despre
         cum să le evitați pot fi găsite la %{url}.
       subject: '[OpenStreetMap] eșec import fișier GPX'
@@ -1663,7 +1671,7 @@ ro:
         other: ""
       subject: '[OpenStreetMap] succes import fișier GPX'
     signup_confirm:
-      subject: '[OpenStreetMap] Bun venit la OpenStreetMap'
+      subject: '[OpenStreetMap] Bun-venit la OpenStreetMap'
       greeting: Salut!
       created: Cineva (sperăm că tu) tocmai a creat un cont la %{site_url}.
       confirm: 'Înainte de a face orice altceva, trebuie să confirmați că această
@@ -1686,6 +1694,7 @@ ro:
       click_the_link: Dacă sunteți dumneavoastră, vă rugăm să faceți click pe linkul
         de mai jos pentru a vă reseta parola.
     note_comment_notification:
+      description: 'Notă OpenStreetMap #%{id}'
       anonymous: Un utilizator anonim
       greeting: Salut,
       commented:
@@ -1720,11 +1729,10 @@ ro:
           Nota este aproape de %{place}.'
         commented_note_html: '%{commenter} a reactivat o notă de hartă pe care ați
           comentat-o. Nota este aproape de %{place}.'
-      details: Mai multe detalii despre notă pot fi găsite la adresa %{url}.
-      details_html: Mai multe detalii despre notă pot fi găsite la %{url}.
+      details: Răspunde sau găsește mai multe detalii despre notă la adresa %{url}.
+      details_html: Răspunde sau găsește mai multe detalii despre notă la adresa %{url}.
     changeset_comment_notification:
       hi: Salut %{to_user},
-      greeting: Salut,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} a comentat unul dintre seturile
           de modificări'
@@ -1801,8 +1809,8 @@ ro:
     message_summary:
       unread_button: Marchează ca necitit
       read_button: Marchează ca citit
-      reply_button: Răspunde
       destroy_button: Șterge
+      unmute_button: Mută în Primite
     new:
       title: Trimite mesajul
       send_message_to_html: Trimiteți un mesaj nou către %{name}
@@ -1817,7 +1825,6 @@ ro:
       body: Ne pare rău că nu există niciun mesaj cu acel id.
     outbox:
       title: Mesaje trimise
-      actions: Acțiuni
       messages:
         one: Aveți %{count} mesaj trimis
         other: Aveți %{count} (de) mesaje trimise
@@ -1842,9 +1849,13 @@ ro:
     heading:
       my_inbox: Mesaje primite
       my_outbox: Mesaje trimise
+      muted_messages: Mesaje muted
     mark:
       as_read: Mesaj marcat ca fiind citit
       as_unread: Mesaj marcat ca necitit
+    unmute:
+      notice: Mesajul a fost mutat în Primite
+      error: Mesajul nu a putut fi mutat în Primite
     destroy:
       destroyed: Mesaj șters
   passwords:
@@ -1855,6 +1866,10 @@ ro:
       new password button: Resetare parolă
       help_text: Introduceți adresa de e-mail pe care ați utilizat-o pentru a vă înscrie,
         vom trimite un link la aceasta pe care îl puteți utiliza pentru a reseta parola.
+    create:
+      send_paranoid_instructions: Dacă adresa dvs. de e-mail există în baza noastră
+        de date, veți primi un link de recuperare a parolei la adresa dvs. de e-mail
+        în câteva minute.
     edit:
       title: Resetare parolă
       heading: Resetați parola pentru %{user}
@@ -1905,15 +1920,15 @@ ro:
       failure: Nu s-a putut actualiza profilul.
   sessions:
     new:
-      title: Autentificare
       tab_title: Autentificare
+      login_to_authorize_html: Autentifică-te în OpenStreetMap pentru a accesa %{client_app_name}.
       email or username: 'Adresa de e-mail sau numele de utilizator:'
       password: 'Parolă:'
       remember: Ține-mă minte
       lost password link: Parolă pierdută/uitată?
       login_button: Autentificare
-      register now: Formular de inregistrare
-      with external: 'Alternativ, utilizați o terță parte pentru a vă conecta:'
+      with external: 'sau utilizați o terță parte pentru a vă conecta:'
+      or: sau
       auth failure: Ne pare rău, nu v-am putut conecta la aceste detalii.
     destroy:
       title: Ieșire
@@ -1943,9 +1958,25 @@ ro:
     richtext_field:
       edit: Editează
       preview: Previzualizare
+      help: Ajutor
+    pagination:
+      diary_comments:
+        older: Comentarii mai vechi
+        newer: Comentarii mai noi
+      diary_entries:
+        older: Înregistrări mai vechi
+        newer: Înregistrări mai noi
+      issues:
+        older: Probleme mai vechi
+        newer: Probleme noi
+      traces:
+        older: Urme mai vechi
+        newer: Urme mai noi
+      users:
+        older: Utilizatori mai vechi
+        newer: Utilizatori noi
   site:
     about:
-      next: Înainte
       heading_html: '%{copyright}OpenStreetMap %{br} contributori'
       used_by_html: '%{name} furnizează date de hărți pentru mii de site-uri web,
         aplicații mobile și dispozitive hardware'
@@ -2091,6 +2122,8 @@ ro:
           Resources Canada) și StatCan (Divizia de Geografie,
           Statistics Canada).
         contributors_ca_canada: Canada
+        contributors_cz_credit_html: '%{czechia}: Conține date de la Administrația
+          Statală de Recensământ a Pământului și Cadastru, licențiată sub %{cc_licence_link}'
         contributors_cz_czechia: Cehia
         contributors_cz_cc_licence: Creative Commons Attribution 4.0 International
           licence (CC BY 4.0)
@@ -2104,6 +2137,9 @@ ro:
           %{france}: Conține date provenite din
           Direction Générale des Impôts.
         contributors_fr_france: Franța
+        contributors_hr_croatia: Croația
+        contributors_hr_dgu: Administrația Statală Geodetică a Croației
+        contributors_hr_open_data_portal: Portalul Național de Date Libere
         contributors_nl_credit_html: '%{netherlands}: Conține &copy; AND data, 2007
           (%{and_link})'
         contributors_nl_netherlands: Țările de Jos
@@ -2182,8 +2218,6 @@ ro:
       user_page_link: pagină de utilizator
       anon_edits_link_text: Aflați de ce este cazul.
       id_not_configured: iD nu a fost configurat
-      no_iframe_support: Browserul dvs. nu acceptă iframe HTML care sunt necesare
-        pentru această caracteristică.
     export:
       title: Exportare
       manually_select: Selectați manual o altă zonă
@@ -2240,7 +2274,7 @@ ro:
         pentru a răspunde și pune întrebări și pentru a colaborara și documenta subiectele
         legate de cartografiere.
       welcome:
-        url: Bun venit
+        url: /welcome
         title: Bine ați venit la OpenStreetMap
         description: Începeți cu acest ghid rapid care acoperă elementele de bază
           OpenStreetMap.
@@ -2285,13 +2319,11 @@ ro:
         întrebări și pentru a discuta și a documenta colaborativ despre cartografiere.
         %{help_link}. Ești o organizație care are planuri pentru OpenStreetMap? %{welcome_mat_link}.
       get_help_here: Obțineți ajutor aici
-      welcome_mat: Consultați Pagina de Bun Venit
+      welcome_mat: Consultați pagina de bun-venit
     sidebar:
       search_results: Rezultatele căutării
-      close: Închide
     search:
       search: Căutare
-      get_directions: Indicații de orientare
       get_directions_title: Găsiți direcții între două puncte
       from: De la
       to: Către
@@ -2315,20 +2347,24 @@ ro:
           cycleway_national: Rețeaua națională de ciclism
           cycleway_regional: Rețeaua regională de ciclism
           cycleway_local: Rețeaua locală de ciclism
+          cycleway_mtb: Rută pentru biciclete de munte
           footway: Trotuar
           rail: Cale ferată
           train: Tren
           subway: Stație de metrou
           ferry: Feribot
+          light_rail: Metrou
           tram: Tramvai
           trolleybus: Troleibuz
           bus: Autobuz
           cable_car: Telecabină
           chair_lift: Telescaun
           runway: Pistă de Aeroport
-          taxiway: taxiway
+          taxiway: Pistă de taxi avioane
           apron: Aeronavă
           admin: Graniță administrativă
+          capital: Capitală
+          city: Oraș
           orchard: Livadă
           vineyard: Podgorie
           forest: Pădure
@@ -2358,6 +2394,7 @@ ro:
           allotments: Repartizările
           pitch: Teren de sport
           centre: Centru de sport
+          beach: Plajă
           reserve: Rezervație naturală
           military: Zonă militară
           school: School; university
@@ -2365,6 +2402,9 @@ ro:
           hospital: Spital
           building: Clădire importantă
           station: Gară
+          railway_halt: Haltă
+          subway_station: Stație metrou
+          tram_stop: Stație tramvai
           summit: Vârf de munte
           peak: Vârf
           tunnel: Dashed casing = tunel
@@ -2373,16 +2413,16 @@ ro:
           destination: Accesul la destinație
           construction: Drumuri în construcție
           bus_stop: Stație de autobuz
-          stop: Stație
           bicycle_shop: Magazin de biciclete
+          bicycle_rental: Închiriere biciclete
           bicycle_parking: Parcare pentru biciclete
+          bicycle_parking_small: Parcare mică pentru biciclete
           toilets: Toalete
     welcome:
-      title: Bun venit!
-      introduction: |-
-        Bun venit la OpenStreetMap, harta liberă și editabilă a lumii. Acum că sunteți autentificat
-        , ești pregătit să începi cartografierea. Iată un ghid rapid cu cele mai importante
-        lucruri pe care trebuie să le cunoașteți.
+      title: Bun-venit!
+      introduction: Bun-venit la OpenStreetMap, harta liberă și editabilă a lumii.
+        Acum că v-ați autentificat, sunteți gata să începeți cartografierea. Iată
+        un ghid rapid cu cele mai importante lucruri pe care trebuie să le cunoașteți.
       whats_on_the_map:
         title: Ce este pe Hartă
         on_the_map_html: |-
@@ -2485,8 +2525,6 @@ ro:
       visibility_help: ce înseamnă asta?
     update:
       updated: Traseul a fost actualizat
-    trace_optionals:
-      tags: Etichete
     show:
       title: Editarea traseului %{name}
       heading: Editarea traseului %{name}
@@ -2538,13 +2576,8 @@ ro:
       my_traces: Înregistrările mele GPS
       traces_from: Traseele GPS publice de la %{user}
       remove_tag_filter: Eliminați filtrul de etichete
-    page:
-      older: Urme mai vechi
-      newer: Urme mai noi
     destroy:
       scheduled_for_deletion: Traseul este programat pentru ștergere
-    make_public:
-      made_public: Urma este făcută publică
     offline_warning:
       message: Sistemul de încărcare a fișierelor GPX nu este disponibil momentan
     offline:
@@ -2563,8 +2596,6 @@ ro:
     require_cookies:
       cookies_needed: Se pare că ați dezactivat modulele cookie - vă rugăm să activați
         cookie-urile în browser înainte de a continua.
-    require_admin:
-      not_an_admin: Trebuie să fii administrator pentru a efectua acea acțiune.
     setup_user_auth:
       blocked_zero_hour: Aveți un mesaj urgent pe site-ul OpenStreetMap. Trebuie să
         citiți mesajul înainte de a putea salva editările.
@@ -2575,12 +2606,12 @@ ro:
         de acord, dar trebuie să le vizualizați.
     settings_menu:
       account_settings: Setările contului
-      oauth1_settings: Setări OAuth 1
       oauth2_applications: Aplicații OAuth 2
       oauth2_authorizations: Autorizări OAuth 2
     auth_providers:
+      openid_login_button: Continuă
       openid:
-        title: Login with OpenID
+        title: Autentificare cu OpenID
         alt: Conectați-vă cu un URL OpenID
       google:
         title: Autentificare cu Google
@@ -2598,30 +2629,6 @@ ro:
         title: Autentificare la Wikipedia
         alt: Conectați-vă cu un cont Wikipedia
   oauth:
-    authorize:
-      title: Autorizați accesul la contul dvs.
-      request_access_html: Aplicația %{app_name} cere acces la contul dumneavoastră,
-        %{user}. Vă rugăm să alegeți care din următoarele permisiuni le poate avea
-        aplicația. Puteți alege cât de multe sau cât de puține doriți.
-      allow_to: 'Permiteți aplicației client:'
-      allow_read_prefs: citiți preferințele dvs. de utilizator.
-      allow_write_prefs: modificați-vă preferințele de utilizator
-      allow_write_diary: creați intrări de jurnal, comentați și creați prieteni.
-      allow_write_api: modifică harta.
-      allow_read_gpx: citiți-vă traseele GPS private.
-      allow_write_gpx: încărcați urma GPS
-      allow_write_notes: modificați notele.
-      grant_access: Acordă acces
-    authorize_success:
-      title: Solicitarea de autorizare este permisă
-      allowed_html: Ați acordat aplicației %{app_name} acces la contul dvs.
-      verification: Codul de verificare este %{code}.
-    authorize_failure:
-      title: Solicitarea de autorizare a eșuat
-      denied: Ați refuzat accesul aplicației %{app_name} în contul dvs.
-      invalid: Tokenul de autorizare nu este valid.
-    revoke:
-      flash: Ați revocat tokenul pentru %{application}
     permissions:
       missing: Nu ați permis accesul aplicației la această facilitate
     scopes:
@@ -2636,48 +2643,8 @@ ro:
       write_redactions: Redactați datele hărții
       read_email: Citiți adresa de e-mail a utilizatorului
       skip_authorization: Aprobare automată a cererii
-  oauth_clients:
-    new:
-      title: Înregistrare aplicație nouă
-    edit:
-      title: Editați aplicația
-    show:
-      title: OAuth detalii pentru %{app_name}
-      key: 'Cheia de consum:'
-      secret: 'Secretul consumatorilor:'
-      url: 'Solicitați URL-ul Token:'
-      access_url: 'Adresa URL de acces:'
-      authorize_url: 'Autorizați adresa URL:'
-      support_notice: Noi sprijinim HMAC-SHA1 (recomandat) și semnăturile RSA-SHA1.
-      edit: Modificare detalii
-      delete: Ștergeți clientul
-      confirm: Sunteți sigur(ă)?
-      requests: 'Solicitarea următoarelor permisiuni de la utilizator:'
-    index:
-      title: Detalii despre OAuth
-      my_tokens: Aplicațiile mele autorizate
-      list_tokens: 'Următoarele tokens au fost emise pentru aplicațiile în numele
-        dvs.:'
-      application: Numele aplicației
-      issued_at: Emis la
-      revoke: Revocă!
-      my_apps: Aplicațiile mele pentru clienți
-      no_apps_html: Aveți o aplicație pe care doriți să o înregistrați pentru a fi
-        utilizată cu noi folosind standardul %{oauth}? Trebuie să vă înregistrați
-        aplicația web înainte de a putea face cereri OAuth pentru acest serviciu.
-      oauth: OAuth
-      registered_apps: 'Aveți următoarele aplicații de client înregistrate:'
-      register_new: Înregistrați-vă cererea
-    form:
-      requests: 'Solicitarea următoarelor permisiuni de la utilizator:'
-    not_found:
-      sorry: Ne pare rău, %{type} nu a putut fi găsit.
-    create:
-      flash: A înregistrat informațiile cu succes
-    update:
-      flash: Actualizarea informațiilor despre client cu succes
-    destroy:
-      flash: A distrus înregistrarea aplicației clientului
+    for_roles:
+      moderator: Această permisiune este pentru acțiuni valabile exclusiv pentru moderatori
   oauth2_applications:
     index:
       title: Aplicațiile mele client
@@ -2723,6 +2690,7 @@ ro:
       title: Aplicațiile mele autorizate
       application: Aplicație
       permissions: Permisiuni
+      last_authorized: Ultima autorizare
       no_applications_html: Nu ați autorizat încă nicio aplicație %{oauth2}.
     application:
       revoke: Revocă accesul
@@ -2730,6 +2698,8 @@ ro:
   users:
     new:
       title: Înregistrare
+      tab_title: Înregistrare
+      signup_to_authorize_html: Autentifică-te cu OpenStreetMap pentru a accesa %{client_app_name}.
       no_auto_account_create: Din păcate, în prezent nu putem crea automat un cont
         pentru dvs.
       please_contact_support_html: Vă rugăm să contactați %{support_link} pentru a
@@ -2743,13 +2713,13 @@ ro:
           să descarce și să folosească.
         paragraph_2: Înscrie-te pentru a începe să contribui. Vă vom trimite un e-mail
           pentru a vă confirma contul.
+        welcome: Bun venit la OpenStreetMap
       display name description: Numele dvs. de utilizator afișat public. Puteți schimba
         acest lucru mai târziu în preferințe.
       by_signing_up:
         privacy_policy: Politica de confidențialitate
         privacy_policy_title: Politica de confidențialitate OSMF, inclusiv secțiunea
           privind adresele de e-mail
-      external auth: 'Verificarea terță parte:'
       continue: Înregistrare
       terms accepted: Vă mulțumim pentru acceptarea noilor termeni de contribuire!
       email_help:
@@ -2773,13 +2743,12 @@ ro:
       consider_pd: Pe lângă acordul de mai sus, consider că contribuțiile mele sunt
         în Domeniul Public
       consider_pd_why: Ce este aceasta?
-      consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
       guidance_info_html: 'Informații pentru a ajuta la înțelegerea acestor termeni:
         un %{readable_summary_link} și câteva %{informal_translations_link}'
       readable_summary: rezumat care poate fi citit de om
       informal_translations: traduceri informale
       continue: Continuă
-      decline: Declină
+      cancel: Anulează
       you need to accept or decline: Citiți și apoi acceptați sau refuzați continuarea
         noilor Termeni de contribuire.
       legale_select: 'Țara de reședință:'
@@ -2819,6 +2788,8 @@ ro:
       remove as friend: Scoate din lista de prieteni
       add as friend: Adaugă Prieten
       mapper since: 'Cartograf din:'
+      last map edit: 'Ultima editare a hărții:'
+      no activity yet: Nicio activitate încă
       uid: 'ID-ul de utilizator:'
       ct status: 'Termenii colaboratorului:'
       ct undecided: Nedefinit
@@ -2897,19 +2868,9 @@ ro:
       not_revoke_admin_current_user: Nu se poate revoca rolul de administrator de
         la utilizatorul curent.
     grant:
-      title: Confirmați acordarea rolului
-      heading: Confirmați acordarea rolului
       are_you_sure: Sigur doriți să acordați rolul `%{role}' utilizatorului `%{name}'?
-      confirm: Confirmă
-      fail: Nu s-a putut acorda rolului `%{role}' utilizatorului `%{name}'. Verificați
-        dacă utilizatorul și rolul sunt valide.
     revoke:
-      title: Confirmați revocarea rolului
-      heading: Confirmați revocarea rolului
       are_you_sure: Sigur doriți să revocați rolul `%{role}' de la utilizatorul `%{name}'?
-      confirm: Confirmă
-      fail: Nu s-a putut revoca rolul `%{role}' de la utilizatorul `%{name}'.  Verificați
-        dacă utilizatorul și rolul sunt valide.
   user_blocks:
     model:
       non_moderator_update: Trebuie să fiți moderator pentru a crea sau actualiza
@@ -2939,15 +2900,6 @@ ro:
       title: Blocările utilizatorului
       heading: Lista blocărilor de utilizator
       empty: Nu au fost efectuate blocări încă.
-    revoke:
-      title: Revocarea blocării pe %{block_on}
-      heading_html: Revocarea blocării pe %{block_on} de %{block_by}
-      time_future_html: Această blocare se va termina pe %{time}.
-      past_html: Această blocare s-a încheiat în urmă cu %{time} și nu poate fi revocată
-        acum.
-      confirm: Sigur doriți să revocați această blocare?
-      revoke: Revocă!
-      flash: Această blocare a fost revocată.
     helper:
       time_future_html: Se termină în %{time}.
       until_login: Activ până când utilizatorul se conectează.
@@ -2989,20 +2941,14 @@ ro:
       created: 'Creat:'
       duration: 'Durată:'
       status: 'Stare:'
-      show: Arată
       edit: Modificare
-      revoke: Revocă!
-      confirm: Sunteți sigur(ă)?
       reason: 'Motivul blocării:'
       revoker: Revocă!
-      needs_view: Utilizatorul trebuie să se conecteze înainte ca această blocare
-        să fie ștearsă
     block:
       not_revoked: (nu este revocată)
       show: Arată
       edit: Modificare
-      revoke: Revocă!
-    blocks:
+    page:
       display_name: Utilizator blocat
       creator_name: Creator
       reason: Motivul blocării
@@ -3066,6 +3012,10 @@ ro:
         hărții, astfel încât să nu introduceți informații personale sau informații
         din hărți protejate prin drepturi de autor sau listări de directoare.
       add: Adaugă notație
+    notes_paging_nav:
+      showing_page: Pagina %{page}
+      next: Următorul
+      previous: Anterior
   javascripts:
     close: Închide
     share:
index 980421ae74b7b412817d275aac53bca657daa541..5bbdf567b26cb523fda9c4a96f7e4c09a42918fa 100644 (file)
@@ -37,6 +37,7 @@
 # Author: Express2000
 # Author: Ezhick
 # Author: Facenapalm
+# Author: Firapinch
 # Author: Fontan 030
 # Author: FreeExec
 # Author: G0rn
@@ -54,6 +55,7 @@
 # Author: Komzpa
 # Author: Link2xt
 # Author: Lockal
+# Author: Lutece398
 # Author: Macofe
 # Author: Mavl
 # Author: MaxSem
 # Author: Nemo bis
 # Author: Nitch
 # Author: Nk88
+# Author: Nyuhn
 # Author: Nzeemin
 # Author: Okras
 # Author: Pacha Tchernof
 # Author: Parukhin
+# Author: Pavel200071
 # Author: Perevod16
 # Author: PlushBoy
 # Author: Pplex.vhs
@@ -148,13 +152,11 @@ ru:
   activerecord:
     errors:
       messages:
-        invalid_email_address: не похоже на действительный адрес электронной почты
-        email_address_not_routable: не маршрутизирован
         display_name_is_user_n: не может быть user_n, если n не является вашим идентификатором
           пользователя
       models:
         user_mute:
-          is_already_muted: Ñ\83же Ð¾Ñ\82клÑ\8eÑ\87ен Ð·Ð²Ñ\83к
+          is_already_muted: Ñ\83же Ð·Ð°Ð³Ð»Ñ\83Ñ\88Ñ\91н
     models:
       acl: Список контроля доступа
       changeset: Пакет правок
@@ -430,7 +432,7 @@ ru:
           и подтвердите согласие с новыми Условиями участия.
         agreed_with_pd: Вы также заявили, что вы считаете свои правки находящимися
           в общественном достоянии.
-        link: https://wiki.openstreetmap.org/wiki/RU:Open_Database_License/Contributor_Terms?uselang=ru
+        link: https://openstreetmap.org/wiki/RU:Open_Database_License/Contributor_Terms?uselang=ru
         link text: что это?
       save changes button: Сохранить изменения
       delete_account: Удалить учётную запись…
@@ -570,21 +572,21 @@ ru:
   old_relations:
     not_found:
       sorry: 'К сожалению, отношение #%{id} версии %{version} не найдено.'
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Новый комментарий к пакету правок #%{changeset_id} от %{author}'
+        commented_at_by_html: Обновлена %{when} пользователем %{user}
+      show:
+        title_all: Обсуждение пакета правок OpenStreetMap
+        title_particular: 'Обсуждение пакета правок OpenStreetMap #%{changeset_id}'
+      timeout:
+        sorry: К сожалению, список пакетов правок, который вы запросили, требует слишком
+          много времени для извлечения.
   changesets:
-    changeset_paging_nav:
-      showing_page: Страница %{page}
-      next: Следующая →
-      previous: ← Предыдущая
     changeset:
-      anonymous: Аноним
       no_edits: (нет правок)
       view_changeset_details: Просмотреть подробности пакета правок
-    changesets:
-      id: ID
-      saved_at: Завершено
-      user: Пользователь
-      comment: Комментарий
-      area: Область
     index:
       title: Пакеты правок
       title_user: Пакеты правок пользователя %{user}
@@ -614,7 +616,6 @@ ru:
       title: Пакет правок %{id}
       created_by_html: Создал %{link_user} %{created}.
     no_such_entry:
-      title: Нет такого пакета правок
       heading: 'Нет записи с номером: %{id}'
       body: К сожалению, пакета правок с идентификатором %{id} нет. Пожалуйста, проверьте
         правильность написания, возможно, ссылка, по которой вы перешли, неверна.
@@ -649,18 +650,6 @@ ru:
     timeout:
       sorry: К сожалению, список пакетов правок, который вы запросили, требует слишком
         много времени для извлечения.
-  changeset_comments:
-    comment:
-      comment: 'Новый комментарий к пакету правок #%{changeset_id} от %{author}'
-      commented_at_by_html: Обновлена %{when} пользователем %{user}
-    comments:
-      comment: 'Новый комментарий к пакету правок #%{changeset_id} от %{author}'
-    index:
-      title_all: Обсуждение пакета правок OpenStreetMap
-      title_particular: 'Обсуждение пакета правок OpenStreetMap #%{changeset_id}'
-    timeout:
-      sorry: К сожалению, список пакетов правок, который вы запросили, требует слишком
-        много времени для извлечения.
   dashboards:
     contact:
       km away: '%{count} км от вас'
@@ -702,8 +691,6 @@ ru:
       no_entries: Нет записей в дневнике
     page:
       recent_entries: Недавние записи в дневнике
-      older_entries: Более старые записи
-      newer_entries: Более новые записи
     edit:
       title: Редактировать запись дневника
       marker_text: Место написания заметки
@@ -745,8 +732,6 @@ ru:
       report: Сообщить об этом комментарии
     location:
       location: 'Место:'
-      view: Посмотреть
-      edit: Правка
     feed:
       user:
         title: Дневниковые записи OpenStreetMap пользователя %{user}
@@ -775,8 +760,6 @@ ru:
       post: Сообщение
       when: Когда
       comment: Комментарий
-      newer_comments: Более новые комментарии
-      older_comments: Более старые комментарии
     new:
       heading: Добавить комментарий к следующему обсуждению записи в дневнике?
   doorkeeper:
@@ -850,7 +833,6 @@ ru:
   geocoder:
     search:
       title:
-        results_from_html: Результаты из %{results_link}
         latlon: Внутренний
     search_osm_nominatim:
       prefix:
@@ -1260,12 +1242,14 @@ ru:
           antenna: Антенна
           avalanche_protection: Защита от лавин
           beacon: Маяк
+          beam: Балка
           beehive: Улей
           breakwater: Волнорез
           bridge: Мост
           bunker_silo: Бункер
           cairn: Пирамида из камней
           chimney: Дымовая труба
+          clearcut: Вырубленный лес
           communications_tower: Башня связи
           crane: Кран
           cross: Перекресток
@@ -1622,10 +1606,6 @@ ru:
         level9: Граница села, деревни
         level10: Граница пригорода
         level11: Граница между соседствами
-      types:
-        cities: Города
-        towns: Городские поселения
-        places: Места
     results:
       no_results: Ничего не найдено
       more_results: Ещё результаты
@@ -1639,23 +1619,24 @@ ru:
       not_updated: Не обновлялось
       search: Найти
       search_guidance: Поиск проблем
+      states:
+        ignored: Проигнорировано
+        open: Открыто
+        resolved: Обработано
+    page:
       user_not_found: Пользователь не существует
       issues_not_found: Такие проблемы не найдены
+      reported_user: Пользователь в сообщении
       status: Статус
       reports: Сообщения
       last_updated: Последнее изменение
       last_updated_time_ago_user_html: '%{time_ago} %{user}'
-      link_to_reports: Просмотр сообщений
       reports_count:
         one: 1 сообщение
         few: '%{count} сообщения'
         many: '%{count} сообщений'
         other: '%{count} сообщений'
-      reported_item: Тема сообщения
-      states:
-        ignored: Проигнорировано
-        open: Открыто
-        resolved: Обработано
+      reported_item: Элемент в сообщении
     show:
       title: '%{status} Проблема #%{issue_id}'
       reports:
@@ -1685,7 +1666,7 @@ ru:
       comment_from_html: Комментарий участника %{user_link}, созданный %{comment_created_at}
       reassign_param: Переназначить проблему?
     reports:
-      reported_by_html: Указано как %{category} пользователем %{user} в %{updated_at}
+      reported_by_html: Указано как %{category} пользователем %{user} %{updated_at}
     helper:
       reportable_title:
         diary_comment: '%{entry_title}, коммент. #%{comment_id}'
@@ -1742,18 +1723,12 @@ ru:
     history: История
     export: Экспорт
     issues: Проблемы
-    data: Данные
-    export_data: Экспортировать данные
     gps_traces: GPS-треки
-    gps_traces_tooltip: Работать с GPS-треками
     user_diaries: Дневники участников
-    user_diaries_tooltip: Посмотреть дневники участников
     edit_with: Редактировать с помощью %{editor}
-    tag_line: Свободная вики-карта мира
     intro_header: Добро пожаловать на OpenStreetMap!
     intro_text: OpenStreetMap является картой мира, созданной такими же людьми, как
       и вы, и может свободно использоваться под открытой лицензией.
-    intro_2_create_account: Создайте учётную запись
     hosting_partners_2024_html: Хостинг поддерживается %{fastly}, %{corpmembers} и
       другими %{partners}.
     partners_fastly: Fastly
@@ -1763,17 +1738,10 @@ ru:
       необходимое техническое обслуживание.
     osm_read_only: База данных OpenStreetMap в данный момент доступна только для чтения,
       так как проводится необходимое техническое обслуживание.
-    donate: Поддержите OpenStreetMap %{link} в Фонд обновления оборудования.
     help: Помощь
     about: О проекте
     copyright: Авторские права
     communities: Сообщества
-    community: Сообщество
-    community_blogs: Блоги сообщества
-    community_blogs_title: Блоги членов сообщества OpenStreetMap
-    make_a_donation:
-      title: Поддержите OpenStreetMap денежным пожертвованием
-      text: Поддержать проект
     learn_more: Узнать больше
     more: Ещё
   user_mailer:
@@ -1786,6 +1754,8 @@ ru:
         %{commenturl} или ответить — %{replyurl}
       footer_html: Вы можете также прочитать комментарий — %{readurl}, оставить свой
         — %{commenturl} или ответить автору — %{replyurl}
+      footer_unsubscribe: Вы можете отписаться от обсуждения на %{unsubscribeurl}
+      footer_unsubscribe_html: Вы можете отписаться от обсуждения на %{unsubscribeurl}
     message_notification:
       subject: '[OpenStreetMap] %{message_title}'
       hi: Здравствуйте, %{to_user},
@@ -1806,10 +1776,10 @@ ru:
       befriend_them: Вы также можете добавить их в качестве друзей в %{befriendurl}.
       befriend_them_html: Вы также можете добавить их в качестве друзей в %{befriendurl}.
     gpx_description:
-      description_with_tags_html: 'Похоже, ваш файл GPX %{trace_name} с описанием
+      description_with_tags_html: 'Похоже, ваш файл файл %{trace_name} с описанием
         %{trace_description} и следующими тегами: %{tags}'
-      description_with_no_tags_html: Похоже, ваш файл GPX %{trace_name} с описанием
-        %{trace_description} и без тегов
+      description_with_no_tags_html: Похоже, ваш файл %{trace_name} с описанием %{trace_description}
+        и без тегов
     gpx_failure:
       hi: Здравствуйте, %{to_user},
       failed_to_import: 'сбой импорта. Произошла ошибка:'
@@ -1891,7 +1861,6 @@ ru:
       details_html: 'Ответить или узнать больше о заметке: %{url}.'
     changeset_comment_notification:
       hi: Здравствуйте, %{to_user},
-      greeting: Здравствуйте,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} прокомментировал один из ваших
           пакетов правок'
@@ -1912,8 +1881,8 @@ ru:
       details_html: Ответить или узнать больше о пакете правок можно на %{url}.
       unsubscribe: Вы можете отказаться от новых сообщений для этого пакета правок
         перейдя по ссылке %{url}.
-      unsubscribe_html: Ð§Ñ\82обÑ\8b Ð¾Ñ\82казаÑ\82Ñ\8cÑ\81Ñ\8f Ð¾Ñ\82 Ð¿Ð¾Ð´Ð¿Ð¸Ñ\81ки Ð½Ð° Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ\8f Ñ\8dÑ\82ого Ð½Ð°Ð±Ð¾Ñ\80а Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ð¹,
-        Ð·Ð°Ð¹Ð´Ð¸Ñ\82е Ð½Ð° %{url} Ð¸ Ð½Ð°Ð¶Ð¼Ð¸Ñ\82е Â«Ð\9eÑ\82пиÑ\81аÑ\82Ñ\8cÑ\81Ñ\8f».
+      unsubscribe_html: Ð\92Ñ\8b Ð¼Ð¾Ð¶ÐµÑ\82е Ð¾Ñ\82пиÑ\81аÑ\82Ñ\8cÑ\81Ñ\8f Ð¾Ñ\82 Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ð¹ Ñ\8dÑ\82ого Ð½Ð°Ð±Ð¾Ñ\80а Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ð¹
+        Ð½Ð° %{url}.
   confirmations:
     confirm:
       heading: Проверьте свою электронную почту!
@@ -1969,8 +1938,8 @@ ru:
     message_summary:
       unread_button: Пометить как непрочитанное
       read_button: Пометить как прочитанное
-      reply_button: Ответить
       destroy_button: Удалить
+      unmute_button: Переместить во Входящие
     new:
       title: Отправить сообщение
       send_message_to_html: Отправить новое сообщение для %{name}
@@ -1991,7 +1960,6 @@ ru:
         Извините, но сообщения с таким ID нет.
     outbox:
       title: Исходящие
-      actions: Действия
       messages:
         few: У вас %{count} отправленных сообщения
         many: У вас %{count} отправленных сообщений
@@ -2000,27 +1968,32 @@ ru:
       no_sent_messages_html: Нет отправленных сообщений. Почему бы не пообщаться с
         %{people_mapping_nearby_link}?
       people_mapping_nearby: пользователями поблизости
+    muted:
+      title: Заглушённые сообщения
     reply:
-      wrong_user: |2-
-
-        Ð\92Ñ\8b Ð²Ð¾Ñ\88ли ÐºÐ°Ðº `%{user}', Ð½Ð¾ Ð¾Ñ\82веÑ\82 Ð½Ð° Ð²Ð°Ñ\88 Ð²Ð¾Ð¿Ñ\80оÑ\81 Ð±Ñ\8bл Ð¾Ñ\82пÑ\80авлен Ð½Ðµ Ñ\8dÑ\82омÑ\83 Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8e. Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð²Ð¾Ð¹Ð´Ð¸Ñ\82е ÐºÐ°Ðº Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ий Ð²Ð°Ñ\88емÑ\83 Ð²Ð¾Ð¿Ñ\80оÑ\81Ñ\83 Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8c, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\87иÑ\82аÑ\82Ñ\8c Ð¾Ñ\82веÑ\82.
+      wrong_user: Вы вошли в систему под именем '%{user}', но сообщение, на которое
+        вы просили ответить, не было отправлено этому пользователю. Пожалуйста, войдите
+        Ð² Ñ\81иÑ\81Ñ\82емÑ\83 Ð¿Ð¾Ð´ Ð¿Ñ\80авилÑ\8cнÑ\8bм Ð¸Ð¼ÐµÐ½ÐµÐ¼, Ñ\87Ñ\82обÑ\8b Ð¾Ñ\82веÑ\82иÑ\82Ñ\8c.
     show:
       title: Просмотр сообщения
       reply_button: Ответить
       unread_button: Пометить как непрочитанное
       destroy_button: Удалить
       back: Назад
-      wrong_user: Ð\92Ñ\8b Ð²Ð¾Ñ\88ли ÐºÐ°Ðº Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8c `%{user}', Ð½Ð¾ Ð¾Ñ\82веÑ\82 Ð½Ð° Ð²Ð°Ñ\88 Ð²Ð¾Ð¿Ñ\80оÑ\81 Ð±Ñ\8bл
-        Ð¾Ñ\82пÑ\80авлен Ð½Ðµ Ñ\8dÑ\82им Ð¸Ð»Ð¸ Ð½Ðµ Ñ\8dÑ\82омÑ\83 Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8e. Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð²Ð¾Ð¹Ð´Ð¸Ñ\82е ÐºÐ°Ðº Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ий
-        вашему вопросу пользователь, чтобы прочитать его.
+      wrong_user: Ð\92Ñ\8b Ð²Ð¾Ñ\88ли Ð² Ñ\81иÑ\81Ñ\82емÑ\83 Ð¿Ð¾Ð´ Ð¸Ð¼ÐµÐ½ÐµÐ¼ '%{user}', Ð½Ð¾ Ñ\81ообÑ\89ение, ÐºÐ¾Ñ\82оÑ\80ое Ð²Ñ\8b
+        Ð¿Ñ\80оÑ\81или Ð¿Ñ\80оÑ\87иÑ\82аÑ\82Ñ\8c, Ð½Ðµ Ð±Ñ\8bло Ð¾Ñ\82пÑ\80авлено Ñ\8dÑ\82им Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елем. Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð²Ð¾Ð¹Ð´Ð¸Ñ\82е
+        в систему под правильным именем, чтобы прочитать его.
     sent_message_summary:
       destroy_button: Удалить
     heading:
       my_inbox: Мои входящие
       my_outbox: Мои исходящие
+      muted_messages: Заглушённые сообщения
     mark:
       as_read: Сообщение отмечено как прочитанное
       as_unread: Сообщение отмечено как непрочитанное
+    unmute:
+      notice: Сообщение перемещено во Входящие
     destroy:
       destroyed: Сообщение удалено
   passwords:
@@ -2082,14 +2055,12 @@ ru:
       failure: Не удалось обновить профиль.
   sessions:
     new:
-      title: Вход
       tab_title: Вход
-      email or username: 'Эл. почта или имя пользователя:'
+      email or username: Адрес эл. почты или имя пользователя
       password: Пароль
       remember: Запомнить меня
       lost password link: Забыли пароль?
       login_button: Представиться
-      register now: Зарегистрируйтесь
       with external: 'Или воспользуйтесь аккаунтом с другого сайта:'
       or: или
       auth failure: Извините, вход с этими именем или паролем невозможен.
@@ -2121,9 +2092,21 @@ ru:
       edit: Править
       preview: Предпросмотр
       help: Помощь
+    pagination:
+      diary_comments:
+        older: Более старые комментарии
+        newer: Более новые комментарии
+      diary_entries:
+        older: Более старые записи
+        newer: Более новые записи
+      traces:
+        older: Более старые треки
+        newer: Более новые треки
+      users:
+        older: Участники с большим стажем
+        newer: Новые участники
   site:
     about:
-      next: Далее
       used_by_html: '%{name} предоставляет данные для тысяч сайтов, мобильных приложений
         и устройств'
       lede_text: OpenStreetMap создан сообществом картографов, которые добавляют и
@@ -2141,6 +2124,7 @@ ru:
       community_driven_osm_blog: блог OpenStreetMap
       community_driven_user_diaries: дневники пользователей
       community_driven_community_blogs: блоги сообщества
+      community_driven_osm_foundation: Фонд OSM
       open_data_title: Открытые данные
       open_data_1_html: |-
         OpenStreetMap — это %{open_data}: вы можете использовать их для любых целей
@@ -2155,7 +2139,9 @@ ru:
         %{openstreetmap_foundation_link} (OSMF)
         от имени сообщества. Использование всех сервисов OSMF регулируется
         нашими %{terms_of_use_link}, %{aup_link} и %{privacy_policy_link}.
+      legal_1_1_openstreetmap_foundation: Фонд OpenStreetMap
       legal_1_1_terms_of_use: Условиями использования
+      legal_1_1_aup: Политики приемлемого использования
       legal_1_1_privacy_policy: Политикой конфиденциальности
       legal_2_1_html: |-
         Пожалуйста, %{contact_the_osmf_link}
@@ -2184,11 +2170,16 @@ ru:
           лицензированные по \n%{odc_odbl_link} (ODbL), разработанной %{osm_foundation_link}
           (OSMF)."
         introduction_1_open_data: открытые данные
+        introduction_1_odc_odbl: Лицензия Open Data Commons Open Database
+        introduction_1_osm_foundation: Фонд OpenStreetMap
         introduction_2_html: Вы можете свободно копировать, распространять, передавать
           и дорабатывать наши данные до тех пор, пока вы ссылаетесь на OpenStreetMap
           и его участников. Если вы изменяете или берёте наши данные за основу, то
           вы должны распространять результат только по такой же лицензии. Полный %{legal_code_link}
           юридический текст лицензии разъясняет ваши права и обязанности.
+        introduction_3_html: Наша документация распространяется по лицензии %{creative_commons_link}
+          (CC BY-SA 2.0).
+        introduction_3_creative_commons: Creative Commons Attribution-ShareAlike 2.0
         credit_title_html: Как сослаться на OpenStreetMap
         credit_1_html: 'Если вы используете данные OpenStreetMap, вы должны выполнить
           следующие два условия:'
@@ -2207,6 +2198,7 @@ ru:
           В качестве альтернативы, а также в качестве требования, если вы распространяете OSM в виде набора данных, вы можете назвать лицензию(и) и дать на неё(них) прямую ссылку.
           В СМИ, где ссылки физически невозможны (например, в печатных изданиях), мы предлагаем вам направлять читателей на сайт openstreetmap.org (возможно, расширив написание «OpenStreetMap» до полного веб-адреса) и на opendatacommons.org.
           В этом примере, упоминание находится в углу карты.
+        credit_4_1_this_copyright_page: эту страницу об авторских правах
         attribution_example:
           alt: Пример того, как сослаться на OpenStreetMap с веб-страницы
           title: Пример указания авторства
@@ -2217,6 +2209,7 @@ ru:
           Проект также включает данные под свободными лицензиями от национальных картографических
           агентств и от других источников, среди которых:'
         contributors_at_austria: Австрия
+        contributors_at_stadt_wien: город Вена
         contributors_at_land_vorarlberg: Земля Форарльберг
         contributors_au_australia: Австралия
         contributors_ca_canada: Канада
@@ -2273,8 +2266,6 @@ ru:
       anon_edits_html: '%{link}'
       anon_edits_link_text: Выяснить, в чём дело.
       id_not_configured: iD не был настроен
-      no_iframe_support: Ваш браузер не поддерживает рамки в HTML, а они нужны для
-        этого режима.
     export:
       title: Экспортировать
       manually_select: Выделить другую область
@@ -2331,8 +2322,8 @@ ru:
         title: Руководство для начинающих
         description: Сообщество поддерживает руководство для начинающих.
       community:
-        title: Ð¤орум сообщества
-        description: Общедоступное место для разговоров об OpenStreetMap.
+        title: Ð\9fомоÑ\89Ñ\8c Ð¸ Ñ\84орум сообщества
+        description: Общедоступное место для поиска помощи и разговоров об OpenStreetMap.
       mailing_lists:
         title: Списки рассылок
         description: Задайте вопрос или обсудите насущные вопросы в списке рассылок
@@ -2358,6 +2349,7 @@ ru:
         в веб-браузере.
       desktop_application_html: Вы по-прежнему можете использовать Potlatch с помощью
         %{download_link}.
+      download: загрузка настольного приложения для Mac и Windows
       id_editor_html: Как альтернатива, вы можете установить iD в качестве редактора
         по умолчанию, который запускается в вашем веб-браузере, как это раньше делал
         Potlatch. %{change_preferences_link}.
@@ -2371,10 +2363,8 @@ ru:
       welcome_mat: Шагните на приветственный коврик
     sidebar:
       search_results: Результаты поиска
-      close: Закрыть
     search:
       search: Поиск
-      get_directions: Проложить маршрут
       get_directions_title: Поиск маршрута между двумя точками
       from: Старт
       to: Финиш
@@ -2392,24 +2382,27 @@ ru:
           primary: Магистральная дорога
           secondary: Второстепенная дорога
           unclassified: Дорога местного значения
+          pedestrian: Пешеходная дорога
           track: Просёлочная дорога
           bridleway: Дорога для верховой езды
           cycleway: Велосипедная дорога
           cycleway_national: Национальная велодорожка
           cycleway_regional: Региональная велодорожка
           cycleway_local: Велодорожка местного значения
+          cycleway_mtb: Маршрут для горного велосипеда
           footway: Пешеходная дорожка
           rail: Железная дорога
           train: Поезд
           subway: Линия метро
           ferry: Паром
+          light_rail: Легкорельсовый транспорт
           tram: Трамвай
           trolleybus: Троллейбус
           bus: Автобус
           cable_car: Канатная дорога
           chair_lift: кресельный подъёмник
           runway: Взлётно-посадочная полоса аэропорта
-          taxiway: рулёжная дорожка
+          taxiway: Рулёжная дорожка
           apron: Перрон аэродрома
           admin: Административная граница
           capital: Столица
@@ -2422,6 +2415,7 @@ ru:
           grass: Трава
           meadow: Луг
           bare_rock: Голая скала
+          sand: Песок
           golf: Площадка для гольфа
           park: Парк
           common: Общественная земля
@@ -2431,8 +2425,10 @@ ru:
           industrial: Промышленный район
           commercial: Коммерческий район
           heathland: Вересковая пустошь
+          scrubland: Скрэб
           lake: Озеро
           reservoir: Водохранилище
+          intermittent_water: Пересыхающий водоём
           glacier: Ледник
           reef: Риф
           wetland: Заболоченная территория
@@ -2450,6 +2446,9 @@ ru:
           hospital: Больница
           building: Значительное здание
           station: Железнодорожная станция
+          railway_halt: Железнодорожная остановка
+          subway_station: Станция метро
+          tram_stop: Трамвайная остановка
           summit: Вершина
           peak: Вершина горы
           tunnel: Туннель (пунктир)
@@ -2525,12 +2524,12 @@ ru:
         формальными или неформальными."
       local_chapters:
         title: Местные отделения
-        about_text: |-
-          Ð\9cеÑ\81Ñ\82нÑ\8bе Ð¾Ñ\82делениÑ\8f â\80\94 Ñ\8dÑ\82о Ð³Ñ\80Ñ\83ппÑ\8b Ð½Ð° Ñ\83Ñ\80овне Ñ\81Ñ\82Ñ\80анÑ\8b Ð¸Ð»Ð¸ Ñ\80егиона, ÐºÐ¾Ñ\82оÑ\80Ñ\8bе Ñ\81делали Ñ\84оÑ\80малÑ\8cнÑ\8bй Ñ\88аг
-          учредив некоммерческие юридические лица. Они представляют карту района и картографов, когда
-          Ð¸Ð¼ÐµÑ\8eÑ\82 Ð´ÐµÐ»Ð¾ Ñ\81 Ð¼ÐµÑ\81Ñ\82нÑ\8bми Ð¾Ñ\80ганами Ð²Ð»Ð°Ñ\81Ñ\82и, Ð±Ð¸Ð·Ð½ÐµÑ\81ом Ð¸ Ð¡Ð\9cÐ\98. Ð\9eни Ñ\82акже Ð·Ð°ÐºÐ»Ñ\8eÑ\87или Ñ\81оÑ\8eз
-          с OpenStreetMap Foundation (OSMF), что дало им связь с правовым и авторским
-          руководящим органом.
+        about_text: "Местные отделения — это группы на уровне страны или региона,
+          ÐºÐ¾Ñ\82оÑ\80Ñ\8bе Ñ\81делали Ñ\84оÑ\80малÑ\8cнÑ\8bй Ñ\88аг, \nÑ\83Ñ\87Ñ\80едив Ð½ÐµÐºÐ¾Ð¼Ð¼ÐµÑ\80Ñ\87еÑ\81кие Ñ\8eÑ\80идиÑ\87еÑ\81кие Ð»Ð¸Ñ\86а.
+          Они представляют карту района и картографов, когда\nимеют дело с местными
+          Ð¾Ñ\80ганами Ð²Ð»Ð°Ñ\81Ñ\82и, Ð±Ð¸Ð·Ð½ÐµÑ\81ом Ð¸ Ð¡Ð\9cÐ\98. Ð\9eни Ñ\82акже Ð·Ð°ÐºÐ»Ñ\8eÑ\87или Ñ\81оÑ\8eз Ñ\81 OpenStreetMap
+          Foundation (OSMF), что дало им связь с управляющим органом по правовым вопросам
+          и вопросам авторского права."
         list_text: 'Следующие сообщества официально учреждены как местные отделения:'
       other_groups:
         title: Другие группы
@@ -2576,8 +2575,6 @@ ru:
       visibility_help_url: http://wiki.openstreetmap.org/wiki/RU:%D0%92%D0%B8%D0%B4%D0%B8%D0%BC%D0%BE%D1%81%D1%82%D1%8C_GPS-%D1%82%D1%80%D0%B5%D0%BA%D0%BE%D0%B2?uselang=ru
     update:
       updated: Трек обновлён
-    trace_optionals:
-      tags: 'Теги:'
     show:
       title: Просмотр трека %{name}
       heading: Просмотр трека %{name}
@@ -2631,13 +2628,8 @@ ru:
       my_traces: Мои треки
       traces_from: Общедоступные трассировки от %{user}
       remove_tag_filter: Удалить фильтр тегов
-    page:
-      older: Более старые треки
-      newer: Более новые треки
     destroy:
       scheduled_for_deletion: Запланировано к удалению
-    make_public:
-      made_public: Трек сделан общедоступным
     offline_warning:
       message: Система загрузки файлов GPX в настоящий момент недоступна
     offline:
@@ -2655,8 +2647,6 @@ ru:
     require_cookies:
       cookies_needed: Похоже, что у вас выключены куки. Пожалуйста, включите куки
         в вашем браузере, прежде чем продолжить.
-    require_admin:
-      not_an_admin: Вам нужно быть администратором для выполнения этого действия
     setup_user_auth:
       blocked_zero_hour: У вас есть срочное сообщение на сайте OpenStreetMap. Вам
         нужно прочитать сообщение, прежде чем вы сможете сохранить ваши изменения.
@@ -2667,9 +2657,9 @@ ru:
         но вы должны просмотреть их.
     settings_menu:
       account_settings: Настройки профиля
-      oauth1_settings: Настройки OAuth 1
       oauth2_applications: OAuth 2 приложения
       oauth2_authorizations: OAuth 2 авторизации
+      muted_users: Заглушённые пользователи
     auth_providers:
       openid_login_button: Продолжить
       openid:
@@ -2683,7 +2673,7 @@ ru:
         alt: Логотип Facebook
       microsoft:
         title: Войти с помощью Microsoft
-        alt: Ð\92ойÑ\82и Ñ\81 Ð¿Ð¾Ð¼Ð¾Ñ\89Ñ\8cÑ\8e Ñ\83Ñ\87Ñ\91Ñ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и Microsoft
+        alt: Ð»Ð¾Ð³Ð¾Ñ\82ип Microsoft
       github:
         title: Войти с GitHub
         alt: Логотип GitHub
@@ -2691,31 +2681,6 @@ ru:
         title: Войти с помощью Википедии
         alt: Логотип Википедии
   oauth:
-    authorize:
-      title: Разрешить доступ к вашей учётной записи
-      request_access_html: Приложение %{app_name} запрашивает доступ к вашей учётной
-        записи, %{user}. Пожалуйста, проверьте хотите ли вы, чтобы приложение имело
-        следующие возможности. Вы можете выбрать любые из них или все.
-      allow_to: 'Разрешить этому приложению:'
-      allow_read_prefs: читать ваши пользовательские настройки
-      allow_write_prefs: изменять ваши настройки на сайте
-      allow_write_diary: создавать записи в дневнике и комментировать, заводить друзей
-      allow_write_api: редактировать карту.
-      allow_read_gpx: читать ваши частные GPS-треки.
-      allow_write_gpx: передавать GPS-треки на сервер
-      allow_write_notes: изменять заметки
-      grant_access: Предоставить доступ
-    authorize_success:
-      title: Запрос на авторизацию разрешён
-      allowed_html: Вы предоставили приложению %{app_name} доступ к вашей учётной
-        записи.
-      verification: 'Проверочный код: %{code}.'
-    authorize_failure:
-      title: Сбой запроса авторизации
-      denied: Вы запретили приложению %{app_name} доступ к вашей учётной записи.
-      invalid: Токен авторизации недействителен.
-    revoke:
-      flash: Вы отозвали токен для приложения %{application}
     permissions:
       missing: Вы не дали разрешение приложению на доступ к данной возможности
     scopes:
@@ -2728,48 +2693,6 @@ ru:
       write_notes: Изменить заметки
       write_redactions: Редактировать данные карты
       read_email: Читать адрес электронной почты пользователя
-  oauth_clients:
-    new:
-      title: Зарегистрировать новое приложение
-    edit:
-      title: Изменить ваше приложение
-    show:
-      title: Подробности OAuth для %{app_name}
-      key: 'Потребительский ключ:'
-      secret: 'Потребительский секрет:'
-      url: 'URL маркера запроса:'
-      access_url: 'URL маркера доступа:'
-      authorize_url: 'Авторизующий URL:'
-      support_notice: Мы поддерживаем HMAC-SHA1 (рекомендуется) и RSA-SHA1 подписи.
-      edit: Изменить подробности
-      delete: Удаление клиента
-      confirm: Вы уверены?
-      requests: 'Запрос следующих разрешений со стороны пользователя:'
-    index:
-      title: Мои подробности OAuth
-      my_tokens: Мои авторизованные приложения
-      list_tokens: 'Следующие токены были выпущены для приложений на ваше имя:'
-      application: Название приложения
-      issued_at: Выдан в
-      revoke: Отозвать!
-      my_apps: Мои клиентские приложения
-      no_apps_html: Есть ли у вас приложения, которые бы вы хотели зарегистрироваться
-        для взаимодействия с нами через стандарт %{oauth}? Вы должны зарегистрировать
-        ваше веб-приложение перед тем, как оно сможет сделать OAuth-запрос к этой
-        службе.
-      oauth: OAuth
-      registered_apps: 'У вас зарегистрированы следующие клиентские приложения:'
-      register_new: Зарегистрировать ваше приложение
-    form:
-      requests: 'Запросить у пользователя следующие разрешения:'
-    not_found:
-      sorry: К сожалению, этот %{type} не может быть найден.
-    create:
-      flash: Информация успешно зарегистрирована
-    update:
-      flash: Клиентская информация успешно обновлена
-    destroy:
-      flash: Уничтожена регистрация клиентского приложения
   oauth2_applications:
     index:
       title: Мои клиентские приложения
@@ -2816,6 +2739,7 @@ ru:
       title: Мои авторизованные приложения
       application: Приложение
       permissions: Разрешения
+      last_authorized: Последняя авторизация
       no_applications_html: Вы еще не авторизовали ни одно приложение %{oauth2}.
     application:
       revoke: Отозвать доступ
@@ -2828,19 +2752,18 @@ ru:
         для вас учётную запись.
       support: поддержка
       about:
-        header: Свободно редактируемая
+        header: Свободно редактируемая.
         paragraph_1: В отличие от других карт, OpenStreetMap полностью создана такими
           же людьми, как и вы, и каждый может бесплатно исправлять, обновлять, загружать
           и использовать ее.
-        paragraph_2: Зарегистрируйтесь, чтобы начать вносить свой вклад. Мы отправим
-          электронное письмо для подтверждения вашей учетной записи.
+        paragraph_2: Зарегистрируйтесь, чтобы начать вносить свой вклад.
+        welcome: Добро пожаловать в OpenStreetMap
       display name description: Ваше имя, как оно будет видно другим пользователям.
         Вы сможете изменить его позже в настройках.
       by_signing_up:
         privacy_policy: политику конфиденциальности
         privacy_policy_title: Политика конфиденциальности OSMF, включая раздел об
           адресах электронной почты
-      external auth: 'Внешний сайт с учётной записью:'
       continue: Зарегистрироваться
       terms accepted: Спасибо за принятие новых условий участия!
       email_help:
@@ -2864,11 +2787,10 @@ ru:
       consider_pd: В дополнение к вышеизложенному, я принимаю во внимание, что мой
         вклад находится в общественном достоянии
       consider_pd_why: что это значит?
-      consider_pd_why_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain?uselang=ru
       readable_summary: удобочитаемое резюме
       continue: Продолжить
       declined: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined?uselang=ru
-      decline: Отклонить
+      cancel: Отмена
       you need to accept or decline: Пожалуйста, прочитайте, а затем согласитесь или
         отклоните новые Условия участия.
       legale_select: 'Пожалуйста, выберите страну вашего проживания:'
@@ -2900,6 +2822,8 @@ ru:
       my_dashboard: Мой пульт
       blocks on me: Мои блокировки
       blocks by me: Наложенные мною блокировки
+      create_mute: Заглушить этого пользователя
+      destroy_mute: Отменить заглушение этого пользователя
       edit_profile: Редактировать профиль
       send message: Отправить сообщение
       diary: Дневник
@@ -2949,8 +2873,6 @@ ru:
       summary_no_ip_html: '%{name} создан %{date}'
       empty: Не найдено соответствующих пользователей
     page:
-      older: Участники с большим стажем
-      newer: Новые участники
       confirm: Подтвердить выделенных пользователей
       hide: Скрыть выделенных пользователей
     suspended:
@@ -2978,26 +2900,16 @@ ru:
         настройках.
   user_role:
     filter:
-      not_a_role: Строка «%{role}» не является допустимой ролью.
+      not_a_role: Строка '%{role}' не является допустимой ролью.
       already_has_role: Пользователь уже имеет роль %{role}.
       doesnt_have_role: У пользователя нет роли %{role}.
       not_revoke_admin_current_user: Невозможно отозвать роль отозвать администратора
         у текущего пользователя.
     grant:
-      title: Подтвердить присвоение роли
-      heading: Подтверждение присвоения роли
-      are_you_sure: Вы уверены, что хотите присвоить роль «%{role}» пользователю «%{name}»?
-      confirm: Подтвердить
-      fail: Не возможно присвоить роль «%{role}» пользователю «%{name}». Пожалуйста,
-        проверьте, что пользователь и роль являются допустимыми.
+      are_you_sure: Вы уверены, что хотите присвоить роль '%{role}' пользователю '%{name}'?
     revoke:
-      title: Подтвердить отзыв роли
-      heading: Подтверждение отзыва роли
-      are_you_sure: Вы уверены, что хотите отозвать роль «%{role}» у пользователя
-        «%{name}»?
-      confirm: Подтвердить
-      fail: Не удалось отозвать роль «%{role}» у пользователя «%{name}. Пожалуйста,
-        проверьте, что пользователь и роль являются допустимыми.
+      are_you_sure: Вы уверены, что хотите отозвать роль '%{role}' у пользователя
+        '%{name}'?
   user_blocks:
     model:
       non_moderator_update: Нужно быть модератором, чтобы создать или изменить блокировку.
@@ -3028,15 +2940,6 @@ ru:
       title: Блокировки пользователей
       heading: Список блокировок пользователей
       empty: Блокировки ещё не были созданы.
-    revoke:
-      title: Снять блокировку для %{block_on}
-      heading_html: Отмена блокировки для пользователя %{block_on}, которую создал
-        %{block_by}
-      time_future_html: Эта блокировка закончится через %{time}.
-      past_html: Эта блокировка закончилась %{time} и уже не может быть отменена.
-      confirm: Вы уверены, что хотите снять эту блокировку?
-      revoke: Снять блокировку!
-      flash: Эта блокировка была снята.
     helper:
       time_future_html: Заканчивается через %{time}.
       until_login: Активно до тех пор, пока пользователь не войдёт в систему.
@@ -3046,6 +2949,8 @@ ru:
       block_duration:
         hours:
           one: 1 час
+          few: '%{count} часа'
+          many: '%{count} часов'
           other: '%{count} час.'
         days:
           one: 1 день
@@ -3077,20 +2982,14 @@ ru:
       created: 'Создано:'
       duration: 'Длительность:'
       status: 'Статус:'
-      show: Показывать
       edit: Изменить
-      revoke: Разблокировать!
-      confirm: Вы уверены?
       reason: 'Причина блокировки:'
       revoker: 'Разблокировавший:'
-      needs_view: Пользователь должен зарегистрироваться, прежде чем это блокирование
-        будет снято.
     block:
       not_revoked: (не разблокирован)
       show: Показать
       edit: Править
-      revoke: Разблокировать!
-    blocks:
+    page:
       display_name: Заблокированный пользователь
       creator_name: Автор
       reason: Причина блокировки
@@ -3098,16 +2997,28 @@ ru:
       revoker_name: Разблокировал
   user_mutes:
     index:
+      title: Заглушённые пользователи
+      my_muted_users: Мои заглушённые пользователи
+      user_mute_explainer: Сообщения заглушённых пользователей помещаются в отдельную
+        папку входящих сообщений и вы не получите уведомлений по электронной почте.
+      user_mute_admins_and_moderators: Вы можете заглушить администраторов и модераторов,
+        но их сообщения не будут заглушены.
       table:
         thead:
+          muted_user: Заглушённый пользователь
           actions: Действия
         tbody:
           send_message: Отправить сообщение
+    create:
+      notice: Вы заглушили пользователя %{name}.
+    destroy:
+      notice: Вы отменили заглушение пользователя %{name}.
+      error: Пользователь не может быть заглушён. Пожалуйста, попробуйте ещё раз.
   notes:
     index:
       title: Заметки, созданные или прокомментированный участником %{user}
       heading: Заметки участника %{user}
-      subheading_html: Заметки, созданные или прокомментированные участником %{user}
+      subheading_html: Заметки %{submitted} или %{commented} участником %{user}
       no_notes: Нет заметок
       id: Идентификатор
       creator: Автор
@@ -3130,6 +3041,9 @@ ru:
       report: пожаловаться на эту заметку
       anonymous_warning: Заметка содержит комментарии анонимных участников. Требуется
         независимая проверка сведений.
+      discussion: Обсуждение
+      subscribe: Подписаться
+      unsubscribe: Отписаться
       hide: Скрыть
       resolve: Закрыть
       reactivate: Открыть снова
@@ -3146,10 +3060,14 @@ ru:
       intro: Заметили ошибку или отсутствие чего-либо? Дайте знать об этом другим
         картографам, чтобы они могли это исправить. Переместите маркер в нужное место
         и напечатайте сообщение, объясняющее проблему.
+      anonymous_warning_log_in: войти
+      anonymous_warning_sign_up: зарегистрироваться
       advice: Ваша заметка является общедоступной и может использоваться для обновления
         карты, поэтому не вводите личную информацию, информацию из защищённых авторскими
         правами карт или справочников.
       add: Добавить заметку
+    notes_paging_nav:
+      showing_page: Страница %{page}
   javascripts:
     close: Закрыть
     share:
@@ -3346,6 +3264,7 @@ ru:
       empty: Нет исправлений для показа.
       heading: Список исправлений
       title: Список исправлений
+      new: Новое исправление
     new:
       heading: Введите информацию для нового исправления
       title: Создание нового исправления
index 83ff414ef3fae0b60f3da08ef4c3803654000ee8..60bc6b0f63f12340a0496c9c7efa1aa3618d82f6 100644 (file)
@@ -193,18 +193,8 @@ sat:
       introduction: ᱱᱚᱠᱥᱟ ᱨᱮ ᱚᱛᱟᱭ ᱢᱮ ᱥᱩᱨᱠᱚᱣᱟ ᱜᱩᱱᱠᱚ ᱧᱟᱢ ᱞᱟᱹᱜᱤᱫᱛᱮ ᱾
       nearby: ᱥᱩᱨᱠᱚᱣᱟ ᱜᱩᱱᱠᱚ
   changesets:
-    changeset_paging_nav:
-      showing_page: ᱥᱟᱦᱴᱟ %{page}
-      next: ᱤᱱᱟ ᱛᱟᱭᱚᱢ >>
-      previous: « ᱛᱟᱭᱚᱢ
     changeset:
-      anonymous: ᱵᱟᱝ ᱵᱟᱰᱟᱭ
       no_edits: (ᱥᱟᱯᱲᱟᱣ ᱵᱟᱝ)
-    changesets:
-      id: ID
-      user: ᱵᱮᱵᱷᱟᱨᱤᱡ
-      comment: ᱚᱠᱛᱟ
-      area: ᱡᱟᱭᱜᱟ
     index:
       load_more: ᱟᱨᱦᱚᱸ ᱞᱟᱫᱮ ᱢᱮ
       feed:
@@ -239,9 +229,6 @@ sat:
       new: ᱱᱟᱶᱟ ᱰᱟᱭᱨᱤ ᱟᱫᱮᱨ
       my_diary: ᱤᱧᱭᱟᱜ ᱰᱟᱭᱨᱤ
       no_entries: ᱰᱟᱭᱨᱤ ᱟᱫᱮᱨᱠᱚ ᱵᱟᱹᱱᱩᱜ-ᱟ
-    page:
-      older_entries: ᱢᱟᱨᱤᱭᱟ ᱟᱫᱮᱨᱠᱚ
-      newer_entries: ᱱᱟᱶᱟᱱᱟ ᱟᱫᱮᱨᱠᱚ
     edit:
       title: ᱰᱟᱭᱨᱤ ᱟᱫᱮᱨ ᱥᱟᱯᱲᱟᱣ ᱢᱮ
       marker_text: ᱰᱟᱭᱨᱤ ᱟᱫᱮᱨ ᱨᱮᱭᱟᱜ ᱡᱟᱭᱜᱟ
@@ -261,14 +248,10 @@ sat:
       report: ᱱᱚᱶᱟ ᱚᱠᱛᱟ ᱨᱤᱯᱚᱴ ᱢᱮ
     location:
       location: 'ᱡᱟᱭᱜᱟ:'
-      view: ᱧᱮᱞ ᱢᱮ
-      edit: ᱥᱟᱯᱲᱟᱣ
   diary_comments:
     page:
       when: ᱛᱤᱥ
       comment: ᱚᱠᱛᱟ
-      newer_comments: ᱱᱟᱶᱟᱱᱟ ᱚᱠᱛᱟᱠᱚ
-      older_comments: ᱢᱟᱨᱤᱱᱟ ᱚᱠᱛᱟᱠᱚ
   friendships:
     make_friend:
       button: ᱜᱟᱛᱤ ᱞᱮᱠᱟ ᱥᱮᱞᱮᱫ ᱮᱢ
@@ -452,18 +435,14 @@ sat:
         level4: ᱡᱤᱞᱟᱹ ᱜᱷᱮᱨᱟ
         level6: ᱫᱤᱥᱚᱢ ᱜᱷᱮᱨᱟ
         level8: ᱥᱚᱦᱚᱨ ᱜᱷᱮᱨᱟ
-      types:
-        cities: ᱥᱚᱦᱚᱨᱠᱚ
-        towns: ᱴᱟᱩᱱᱠᱚ
-        places: ᱡᱟᱭᱜᱟᱠᱚ
   issues:
     index:
       search: ᱥᱮᱸᱫᱽᱨᱟ
-      status: ᱫᱚᱥᱟ
-      reports: ᱨᱤᱯᱚᱴᱠᱚ
-      link_to_reports: ᱨᱤᱯᱚᱴᱠᱚ ᱧᱮᱞ ᱢᱮ
       states:
         open: ᱡᱷᱤᱡ ᱢᱮ
+    page:
+      status: ᱫᱚᱥᱟ
+      reports: ᱨᱤᱯᱚᱴᱠᱚ
     show:
       new_reports: ᱱᱟᱶᱟ ᱨᱤᱯᱚᱴᱠᱚ
   reports:
@@ -487,19 +466,12 @@ sat:
     edit: ᱥᱟᱯᱲᱟᱣ
     history: ᱱᱟᱜᱟᱢ
     export: ᱵᱷᱮᱡᱟ
-    data: ᱥᱟᱹᱠᱷᱭᱟᱹᱛ
-    export_data: ᱥᱟᱹᱠᱷᱭᱟᱹᱛ ᱵᱷᱮᱡᱟ
     user_diaries: ᱵᱮᱵᱷᱟᱨᱤᱡ ᱠᱚᱣᱟ ᱰᱟᱭᱨᱤᱠᱚ
-    user_diaries_tooltip: ᱵᱮᱵᱷᱟᱨᱤᱡ ᱰᱟᱭᱨᱤᱠᱚ ᱧᱮᱞ ᱢᱮ
     edit_with: '%{editor} ᱛᱮ ᱥᱟᱯᱲᱟᱣ ᱢᱮ'
     intro_header: OpenStreetMap ᱨᱮ ᱥᱟᱹᱜᱩᱱ ᱫᱟᱨᱟᱢ!
-    intro_2_create_account: ᱢᱤᱫ ᱵᱮᱵᱷᱟᱨᱤᱭᱟᱹ ᱠᱷᱟᱛᱟ ᱛᱮᱭᱟᱨ ᱛᱟᱢ
     help: ᱜᱚᱸᱲᱚᱸ
     about: ᱵᱟᱵᱚᱛ
     copyright: ᱪᱷᱟᱯᱟᱦᱚᱠ
-    community: ᱵᱤᱨᱟᱹᱫ
-    make_a_donation:
-      text: ᱫᱟᱱ ᱮᱢᱢᱮ
     learn_more: ᱟᱨᱦᱚᱸ ᱪᱤᱫᱢᱮ
     more: ᱵᱟᱹᱲᱛᱤ
   confirmations:
@@ -534,13 +506,11 @@ sat:
       home location: 'ᱚᱲᱟᱜ ᱡᱟᱭᱜᱟ:'
   sessions:
     new:
-      title: ᱵᱚᱞᱚᱜ ᱢᱮ
       tab_title: ᱵᱚᱞᱚᱜ ᱢᱮ
       password: 'ᱫᱟᱱᱟᱝ ᱥᱟᱵᱟᱫᱽ:'
       remember: ᱫᱤᱥᱟᱹᱭᱤᱧ ᱢᱮ
       lost password link: ᱟᱢᱟᱜ ᱫᱟᱱᱟᱝ ᱥᱟᱵᱟᱫᱽ ᱟᱫᱟᱠᱟᱫᱟᱢ?
       login_button: ᱵᱚᱞᱚᱜ ᱢᱮ
-      register now: ᱱᱤᱛᱜᱮ ᱚᱞ ᱦᱚᱪᱚᱜ ᱢᱮ
     destroy:
       title: ᱩᱰᱩᱜᱚᱜᱢᱮ
       logout_button: ᱩᱰᱩᱜᱚᱜᱢᱮ
@@ -553,9 +523,14 @@ sat:
     richtext_field:
       edit: ᱥᱟᱯᱲᱟᱣ
       preview: ᱧᱮᱞ ᱵᱤᱰᱟᱹᱣ
+    pagination:
+      diary_comments:
+        older: ᱢᱟᱨᱤᱱᱟ ᱚᱠᱛᱟᱠᱚ
+        newer: ᱱᱟᱶᱟᱱᱟ ᱚᱠᱛᱟᱠᱚ
+      diary_entries:
+        older: ᱢᱟᱨᱤᱭᱟ ᱟᱫᱮᱨᱠᱚ
+        newer: ᱱᱟᱶᱟᱱᱟ ᱟᱫᱮᱨᱠᱚ
   site:
-    about:
-      next: ᱛᱟᱭᱚᱢ ᱨᱮᱱᱟᱜ
     copyright:
       native:
         mapping_link: ᱱᱚᱠᱥᱟ ᱛᱮᱭᱟᱨ ᱮᱦᱚᱵ ᱢᱮ
@@ -567,11 +542,8 @@ sat:
     help:
       welcome:
         title: OpenStreetMap ᱨᱮ ᱥᱟᱹᱜᱩᱱ ᱫᱟᱨᱟᱢ
-    sidebar:
-      close: ᱵᱚᱸᱫᱚ
     search:
       search: ᱥᱮᱸᱫᱽᱨᱟ
-      get_directions: ᱫᱤᱥᱟᱠᱚ ᱧᱟᱢ ᱢᱮ
       where_am_i: ᱱᱚᱣᱟ ᱚᱠᱟ ᱨᱮ ᱢᱮᱱᱟᱜ-ᱟ?
       submit_text: ᱜᱚ
     key:
@@ -617,18 +589,6 @@ sat:
         title: ᱜᱤᱴᱦᱚᱵ ᱥᱟᱣᱛᱮ ᱞᱚᱜᱤᱱ ᱢᱮ
       wikipedia:
         title: ᱩᱭᱠᱤᱯᱤᱰᱤᱭᱟ ᱥᱟᱣᱛᱮ ᱞᱚᱜᱤᱱ ᱢᱮ
-  oauth:
-    authorize:
-      allow_write_api: ᱱᱚᱠᱥᱟ ᱵᱚᱫᱚᱞ ᱢᱮ ᱾
-      allow_write_notes: ᱠᱷᱟᱴᱟᱹ ᱚᱞᱠᱚ ᱵᱚᱫᱚᱞ ᱢᱮ ᱾
-  oauth_clients:
-    edit:
-      title: ᱟᱢᱟᱜ ᱟᱹᱨᱡᱤ ᱥᱟᱠᱟᱢ ᱥᱟᱯᱲᱟᱣ ᱛᱟᱢ
-    show:
-      edit: ᱵᱤᱵᱨᱚᱱᱠᱚ ᱥᱟᱯᱲᱟᱣ ᱢᱮ
-      confirm: ᱪᱮᱫ ᱟᱢ ᱜᱚᱴᱟ ᱢᱮᱱᱟᱢ-ᱟ?
-    index:
-      application: ᱟᱹᱨᱡᱤ ᱥᱟᱠᱟᱢ ᱧᱩᱛᱩᱢ
   users:
     new:
       title: ᱧᱩᱛᱩᱢ ᱚᱞ
@@ -656,21 +616,14 @@ sat:
     index:
       title: ᱵᱮᱵᱦᱟᱨᱤᱡᱽᱠᱩ
       heading: ᱵᱮᱵᱦᱟᱨᱤᱡᱽᱠᱩ
-  user_role:
-    grant:
-      confirm: ᱜᱚᱴᱟᱭ ᱢᱮ
-    revoke:
-      confirm: ᱜᱚᱴᱟᱭ ᱢᱮ
   user_blocks:
     show:
       status: ᱫᱚᱥᱟ
-      show: ᱧᱮᱞ
       edit: ᱥᱟᱯᱲᱟᱣ
-      confirm: ᱪᱮᱫ ᱟᱢ ᱜᱚᱴᱟ ᱢᱮᱱᱟᱢ-ᱟ?
     block:
       show: ᱧᱮᱞ
       edit: ᱥᱟᱯᱲᱟᱣ
-    blocks:
+    page:
       status: ᱫᱚᱥᱟ
   notes:
     show:
@@ -682,6 +635,8 @@ sat:
     new:
       title: ᱱᱟᱶᱟ ᱠᱷᱟᱴᱚ ᱚᱞ
       add: ᱠᱷᱟᱴᱟᱹ ᱚᱞ ᱥᱮᱞᱮᱫ ᱢᱮ
+    notes_paging_nav:
+      showing_page: ᱥᱟᱦᱴᱟ %{page}
   javascripts:
     close: ᱵᱚᱸᱫᱚ
     share:
index d07b441d6b0f78ddd06edb0bd7a2bc66ecdb3d6f..effa017924c693e6c05e38ffd90f1f799441f3e7 100644 (file)
@@ -40,10 +40,6 @@ sc:
         create: Crea unu blocu
         update: Atualiza su blocu
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: non paret èssere un'indiritzu de posta eletrònica vàlidu
-        email_address_not_routable: non si podet incarrerare
     models:
       acl: Lista de Controllu de Atzessu
       changeset: Annantu de modìficas
@@ -421,21 +417,21 @@ sc:
       introduction: Incarca in sa mapa pro agatare elementos a curtzu.
       nearby: Elementos a curtzu
       enclosing: Elementos chi inserrant custu puntu
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Cummentu nou a s''annantu de modìficas #%{changeset_id} de %{author}'
+        commented_at_by_html: Atualizadu %{when} dae %{user}
+      show:
+        title_all: Arresonu subra su grupu de modìficas de OpenStreetMap
+        title_particular: 'Arresonu de s''annantu de modìficas de OpenStreetMap #%{changeset_id}'
+      timeout:
+        sorry: S'elencu de grupos de modìficas chi as pedidu at bisongiadu de tropu
+          tempus pro lu recuperare.
   changesets:
-    changeset_paging_nav:
-      showing_page: Pàgina %{page}
-      next: Imbeniente »
-      previous: « Antepostu
     changeset:
-      anonymous: Anònimu
       no_edits: (peruna modìfica)
       view_changeset_details: Pòmpia sos detàllios de s'annantu de modìficas
-    changesets:
-      id: ID
-      saved_at: Sarvadu su
-      user: Impitadore
-      comment: Cummentu
-      area: Àrea
     index:
       title: Annantos de modìficas
       title_user: Annantos de modìficas de %{user}
@@ -484,18 +480,6 @@ sc:
     timeout:
       sorry: S'elencu de annantos de modìficas chi as pedidu at bisongiadu de tropu
         tempus pro lu recuperare.
-  changeset_comments:
-    comment:
-      comment: 'Cummentu nou a s''annantu de modìficas #%{changeset_id} de %{author}'
-      commented_at_by_html: Atualizadu %{when} dae %{user}
-    comments:
-      comment: 'Cummentu nou a s''annantu de modìficas #%{changeset_id} de %{author}'
-    index:
-      title_all: Arresonu subra su grupu de modìficas de OpenStreetMap
-      title_particular: 'Arresonu de s''annantu de modìficas de OpenStreetMap #%{changeset_id}'
-    timeout:
-      sorry: S'elencu de grupos de modìficas chi as pedidu at bisongiadu de tropu
-        tempus pro lu recuperare.
   dashboards:
     contact:
       km away: ' a %{count} km de distàntzia'
@@ -537,8 +521,6 @@ sc:
       no_entries: Peruna intrada in su diàriu
     page:
       recent_entries: Intradas reghentes in su diàriu
-      older_entries: Intradas prus antigas
-      newer_entries: Intradas prus noas
     edit:
       title: Modìfica s'intrada de su diàriu
       marker_text: Positzione de s'intrada de su diàriu
@@ -575,8 +557,6 @@ sc:
       report: Sinnala custu cummentu
     location:
       location: 'Logu:'
-      view: Ammustra
-      edit: Modìfica
     feed:
       user:
         title: Intradas de diàriu de OpenStreetMap de %{user}
@@ -598,8 +578,6 @@ sc:
       post: Publicatzione
       when: Cando
       comment: Cummentu
-      newer_comments: Cummentos prus noos
-      older_comments: Cummentos prus betzos
   doorkeeper:
     errors:
       messages:
@@ -670,7 +648,6 @@ sc:
   geocoder:
     search:
       title:
-        results_from_html: Resurtados dae %{results_link}
         latlon: Internu
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1447,10 +1424,6 @@ sc:
         level9: Làcana de 9u livellu - sutamunitzipale (distretu tzitadinu)
         level10: Làcana de livellu 10 (bighinadu)
         level11: Làcana de trighìngiu
-      types:
-        cities: Tzitades
-        towns: Tzitadinas
-        places: Logos
     results:
       no_results: Perunu resultadu agadadu
       more_results: Àteros risultados
@@ -1464,21 +1437,21 @@ sc:
       not_updated: No atualizadu
       search: Chirca
       search_guidance: 'Chirca problemas:'
+      states:
+        ignored: Ignoradu
+        open: Abertu
+        resolved: Risoltu
+    page:
       user_not_found: S'utente no esistit
       issues_not_found: Perunu problema de custa casta agatadu
       status: Istadu
       reports: Informes
       last_updated: Ùrtimu agiornamentu
       last_updated_time_ago_user_html: '%{time_ago} dae %{user}'
-      link_to_reports: Abbàida sos informes
       reports_count:
         one: '%{count} sinnalatzione'
         other: '%{count} sinnalatziones'
       reported_item: Elementu sinnaladu
-      states:
-        ignored: Ignoradu
-        open: Abertu
-        resolved: Risoltu
     show:
       title: '%{status} Problema #%{issue_id}'
       reports:
@@ -1566,18 +1539,12 @@ sc:
     history: Cronologia
     export: Esporta
     issues: Problemas
-    data: Datos
-    export_data: Esporta sos datos
     gps_traces: Rastas GPS
-    gps_traces_tooltip: Amministra sas rastas GPS
     user_diaries: Diàrios de sos utentes
-    user_diaries_tooltip: Pòmpia sos diàrios de sos utentes
     edit_with: Modìfica cun %{editor}
-    tag_line: Sa mapa wiki lìbera de su mundu
     intro_header: Bene bènnidu in OpenStreetMap!
     intro_text: OpenStreetMap est una mapa de su mundu, creada dae persones che a
       tie e de impreu lìberu suta de una litzèntzia aberta.
-    intro_2_create_account: Crea unu contu de utente
     partners_fastly: Fastly
     partners_partners: sòtzios
     tou: Conditziones de impreu
@@ -1585,17 +1552,10 @@ sc:
       ca sunt faghende traballos essentziales de mantenimentu.
     osm_read_only: In custu momentu sa base de datos de OpenStreetMap est in modalidade
       de leghidura ebbia, ca sunt faghende traballos essentziales de mantenimentu.
-    donate: Agiuda a OpenStreetMap %{link} a su Fundu de Modernizatzione de s'Hardware.
     help: Agiudu
     about: Informatziones
     copyright: Deretu de autore
     communities: Comunidades
-    community: Comunidade
-    community_blogs: Blogs de sa comunidade
-    community_blogs_title: Blogs de sos membros de sa comunidade de OpenStreetMap
-    make_a_donation:
-      title: Agiuda a OpenStreetMap cun una donatzione econòmica
-      text: Faghe una donatzione
     learn_more: Leghe àteru
     more: Àteru
   user_mailer:
@@ -1630,8 +1590,8 @@ sc:
       befriend_them: Lu podes fintzas annànghere comente amigu in %{befriendurl}.
       befriend_them_html: Lu podes fintzas annànghere comente amigu in %{befriendurl}.
     gpx_description:
-      description_with_tags_html: 'Paret s''archìviu GPX tuo %{trace_name} cun sa
-        descritzione %{trace_description} e sas etichetas chi sighint: %{tags}'
+      description_with_tags_html: 'Paret s''archìviu tuo %{trace_name} cun sa descritzione
+        %{trace_description} e sas etichetas chi sighint: %{tags}'
       description_with_no_tags_html: Paret s'archìviu GPX tuo %{trace_name} cun sa
         descritzione %{trace_description} e chene etichetas
     gpx_failure:
@@ -1713,7 +1673,6 @@ sc:
       details_html: Podes agatare detàllios in prus subra de sa nota in %{url}.
     changeset_comment_notification:
       hi: Salude %{to_user},
-      greeting: Salude,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} at cummentadu unu de sos annantos
           de modìficas tuos'
@@ -1790,7 +1749,6 @@ sc:
     message_summary:
       unread_button: Sinna comente no lèghidu
       read_button: Sinna comente lèghidu
-      reply_button: Risponde
       destroy_button: Cantzella
     new:
       title: Imbia messàgiu
@@ -1839,7 +1797,7 @@ sc:
     new:
       title: Crae de intrada pèrdida
       heading: Ais ismentigadu sa crae de intrada?
-      email address: 'Indiritzu de posta eletrònica:'
+      email address: Indiritzu de posta eletrònica
       new password button: Riprìstina sa crae de intrada
       help_text: Inserta s'indiritzu de posta chi as impreadu pro ti registrare, l'amus
         a imbiare unu ligàmene chi as a pòdere impreare pro ripristinare sa crae de
@@ -1894,15 +1852,13 @@ sc:
       failure: Non s'est pòdidu atualizare su profilu.
   sessions:
     new:
-      title: Intra
       tab_title: Intra
-      email or username: 'Indiritzu de posta o nùmene de utente:'
-      password: 'Crae:'
+      email or username: Indiritzu de posta o nùmene de utente
+      password: Crae
       remember: Ammenta·ti de mene
       lost password link: Ais pèrdidu sa crae de intrada tua?
       login_button: Intra
-      register now: Registra·ti como
-      with external: 'In alternativa, intra impreende unu servìtziu esternu:'
+      with external: o intra impreende unu servìtziu esternu
       auth failure: Non podes intrare cun custos detàllios.
     destroy:
       title: Essi
@@ -1932,9 +1888,18 @@ sc:
     richtext_field:
       edit: Modìfica
       preview: Antiprima
+    pagination:
+      diary_comments:
+        older: Cummentos prus betzos
+        newer: Cummentos prus noos
+      diary_entries:
+        older: Intradas prus antigas
+        newer: Intradas prus noas
+      traces:
+        older: Rastas prus betzas
+        newer: Rastas prus noas
   site:
     about:
-      next: Imbeniente
       heading_html: '%{copyright}Contribuidores%{br} de OpenStreetMap'
       used_by_html: '%{name} frunit datos cartogràficos a mìgias de sitos web, aplicatziones
         pro telefoneddos e dispositivos fìsicos'
@@ -2168,8 +2133,6 @@ sc:
       user_page_link: pàgina de utente
       anon_edits_link_text: Impara inoghe su proite.
       id_not_configured: iD no est istadu cunfiguradu
-      no_iframe_support: Su navigadore tuo non tenet su suportu pro sos iframes HTML,
-        chi sunt netzessàrios pro custa funtzionalidade.
     export:
       title: Esporta
       manually_select: Seletziona un'àrea diferente in manera manuale
@@ -2278,10 +2241,8 @@ sc:
       welcome_mat: Bìsita su tapeteddu de benebènnidu
     sidebar:
       search_results: Risultados de sa chirca
-      close: Serra
     search:
       search: Chirca
-      get_directions: Otene indicatziones
       get_directions_title: Agatades indicatziones intre duos puntos
       from: Dae
       to: Cara a
@@ -2306,44 +2267,61 @@ sc:
           cycleway_local: Pista tziclàbile locale
           footway: Caminu pro pedones
           rail: Ferrovia
+          train: Trenu
           subway: Metropolitana
+          light_rail: Trenu lèbiu/metropolitana lèbia
+          tram: Tram
+          bus: Postale
           cable_car: Funivia
-          chair_lift: ascensore carrotzina
+          chair_lift: Ascensore carrutzina
           runway: Pista de aeroportu
           taxiway: carrera de furriada
           apron: Àrea de parchègiu de sos aèreos
           admin: Làcana amministrativa
+          capital: Capitale
+          city: Tzitade
+          vineyard: Bìngia
           forest: Litu
           wood: Buscu
+          farmland: Terras de coltivu
+          grass: Erba
+          meadow: Pradu
+          bare_rock: Roca nuda
+          sand: Arena
           golf: Campu de golf
           park: Parcu
           common: Comunu
+          built_up: Zona fraigada
           resident: Àrea de residèntzia
           retail: Àrea cummertziale
           industrial: Àrea industriale
           commercial: Àrea cummertziale
           heathland: Istruvina
           lake: Lagu
-          reservoir: riserva de abba
+          reservoir: Riserva de abba
           farm: Fatoria
           brownfield: Terrinu industriale abbandonadu
           cemetery: Campusantu
           allotments: Giardinos familiares
           pitch: Campu isportivu
           centre: Tzentru isportivu
+          beach: Marina
           reserve: Reserva naturale
           military: Zona militare
           school: Iscola
-          university: universidade
+          university: Universidade
+          hospital: Ispidale
           building: Edifìtziu significativu
           station: Istatzione ferroviària
+          tram_stop: Firmada de su tram
           summit: Cùcuru de monte
-          peak: cùcuru
+          peak: Cùcuru
           tunnel: Lìnia trategiada = galleria
           bridge: Oros nieddos = ponte
           private: Atzessu privadu
           destination: Atzessu pro sa destinatzione
           construction: Caminos in costrutzione
+          bus_stop: Firmada de su postale
           bicycle_shop: Butega de bitzicletas
           bicycle_parking: Parchègiu pro bitzicletas
           toilets: Còmodu
@@ -2460,8 +2438,6 @@ sc:
       visibility_help: ite cheret nàrrere?
     update:
       updated: Rasta atualizada
-    trace_optionals:
-      tags: Etichetas
     show:
       title: Pompiende sa rasta %{name}
       heading: Pompiende sa rasta %{name}
@@ -2512,13 +2488,8 @@ sc:
       my_traces: Sas rastas meas
       traces_from: Rastas pùblicas de %{user}
       remove_tag_filter: Boga su filtru de etichetas
-    page:
-      older: Rastas prus betzas
-      newer: Rastas prus noas
     destroy:
       scheduled_for_deletion: Rasta programmada pro s'iscantzelladura
-    make_public:
-      made_public: Rasta fata pùblica
     offline_warning:
       message: Su sistema de carrigamentu de archìvios GPX no est a disponimentu in
         custu momentu
@@ -2538,8 +2509,6 @@ sc:
     require_cookies:
       cookies_needed: Paret chi apas sos testimòngios inabilitados - abilita·los in
         su navigadore tuo in antis de sighire.
-    require_admin:
-      not_an_admin: Depes èssere un'amministradore pro fàghere custa atzione.
     setup_user_auth:
       blocked_zero_hour: Tenes unu messàgiu urgente in su situ web de OpenStreetMap.
         Bisòngiat chi lu legas pro pòdere sarvare sas modìficas tuas.
@@ -2550,54 +2519,30 @@ sc:
         de los atzetare, ma los depes bìdere.
     settings_menu:
       account_settings: Impostatziones de su contu
-      oauth1_settings: Impostatziones OAuth 1
       oauth2_applications: Aplicatziones OAuth 2
       oauth2_authorizations: Autorizatziones OAuth 2
     auth_providers:
+      openid_url: URL OpenID
+      openid_login_button: Sighi
       openid:
         title: Intra cun OpenID
-        alt: Intra cun un'URL de OpenID
+        alt: Logotipu de OpenID
       google:
         title: Intra cun Google
-        alt: Intra cun un'OpenID de Google
+        alt: Logotipu de Google
       facebook:
         title: Intra cun Facebook
-        alt: Intra cun unu contu de Facebook
+        alt: Logotipu de Facebook
       microsoft:
         title: Intra cun Microsoft
-        alt: Intra cun unu contu de Microsoft
+        alt: Logotipu de Microsoft
       github:
         title: Intra cun GitHub
-        alt: Intra cun unu contu de GitHub
+        alt: Logotipu de GitHub
       wikipedia:
         title: Intra cun Wikipedia
-        alt: Intra cun unu contu de Wikipedia
+        alt: Logotipu de Wikipedia
   oauth:
-    authorize:
-      title: Autoriza s'atzessu a su contu tuo
-      request_access_html: S'aplicatzione %{app_name} est pedende atzessu a su contu
-        tuo, %{user}. Verìfica si boles chi s'aplicatzione apat sas abilidades chi
-        sighint. Podes isseberare sas chi boles.
-      allow_to: 'Permite a s''aplicatzione cliente de:'
-      allow_read_prefs: lèghere sas preferèntzias tuas de utente.
-      allow_write_prefs: modificare sas preferèntzias tuas de utente.
-      allow_write_diary: creare intradas de su diàriu, cummentos e fàghere amistades.
-      allow_write_api: modificare sa mapa.
-      allow_read_gpx: lèghere sas rastas GPS privadas tuas.
-      allow_write_gpx: carrigare rastas GPS.
-      allow_write_notes: modificare notas.
-      grant_access: Cuntzede s'atzessu
-    authorize_success:
-      title: Dimanda de autorizatzione permìtida
-      allowed_html: As cuntzèdidu a s'aplicatzione %{app_name} s'atzessu a su contu
-        tuo.
-      verification: Su còdighe de verìfica est %{code}.
-    authorize_failure:
-      title: Dimanda de autorizatzione fallida
-      denied: As negadu a s'aplicatzione %{app_name} s'atzessu a su contu tuo.
-      invalid: Su getone de autorizatzione no est vàlidu.
-    revoke:
-      flash: As revocadu su getone pro %{application}
     permissions:
       missing: No as cuntzèdidu s'atzessu a custa caraterìstica  a s'aplicatzione
     scopes:
@@ -2611,48 +2556,6 @@ sc:
       write_notes: Modìfica sas notas
       read_email: Lèghere s'indiritzu de posta eletrònica de s'utente
       skip_authorization: Aprovatzione automàtica de s'aplicatzione
-  oauth_clients:
-    new:
-      title: Registra un'aplicatzione noa
-    edit:
-      title: Modìfica s'aplicatzione tua
-    show:
-      title: Detàllios OAuth pro %{app_name}
-      key: 'Crae de consumadore:'
-      secret: 'Segretu de su consumadore:'
-      url: 'URL de su getone de dimanda:'
-      access_url: 'URL de su getone de atzessu:'
-      authorize_url: 'URL de autorizatzione:'
-      support_notice: Tenimus su suportu pro firmas HMAC-SHA1 (racumandadas) e RSA-SHA1.
-      edit: Modìfica sos detàllios
-      delete: Iscantzella su cliente
-      confirm: Seguru ses?
-      requests: 'Pedende a s''utente sos permissos chi sighint:'
-    index:
-      title: Sos detàllios meos OAuth
-      my_tokens: Sas aplicatziones autorizadas meas
-      list_tokens: 'Sos getones chi sighint sunt istados emìtidos a nùmene tuo pro
-        aplicatziones:'
-      application: Nùmene de s'aplicatzione
-      issued_at: Emìtidu su
-      revoke: Rèvoca!
-      my_apps: Sas aplicatziones clientes meas
-      no_apps_html: Tenes un'aplicatzione chi dias bòlere registrare pro s'impreu
-        cun nois impreende s'istandard %{oauth}? Depes registrare s'aplicatzione web
-        tua in antis chi potzat fàghere rechestas OAuth a custu servìtziu.
-      oauth: OAuth
-      registered_apps: 'Tenes custas aplicatziones clientes registradas:'
-      register_new: Registra s'aplicatzione tua
-    form:
-      requests: 'Pedi a s''utente sos permissos chi sighint:'
-    not_found:
-      sorry: A dolu mannu custu %{type} non s'est agatadu.
-    create:
-      flash: Informatzione registrada cun sutzessu
-    update:
-      flash: Informatziones de su cliente atualizadas in manera curreta
-    destroy:
-      flash: Registratzione de s'aplicatzione cliente destruida
   oauth2_applications:
     index:
       title: Sas aplicatziones clientes meas
@@ -2698,6 +2601,7 @@ sc:
       title: Sas aplicatziones autorizadas meas
       application: Aplicatzione
       permissions: Permissos
+      last_authorized: Ùrtima autorizatzione
       no_applications_html: No as galu autorizadu peruna aplicatzione %{oauth2}.
     application:
       revoke: Rèvoca s'atzessu
@@ -2705,6 +2609,8 @@ sc:
   users:
     new:
       title: Iscrie·ti
+      tab_title: Registrati·ti
+      signup_to_authorize_html: Registra·ti cun OpenStreetMap pro atzèdere a %{client_app_name}.
       no_auto_account_create: A dolu mannu como non semus in gradu de creare unu contu
         pro tene in automàticu.
       please_contact_support_html: Cuntata %{support_link} pro fàghere in manera chi
@@ -2712,26 +2618,28 @@ sc:
         su prus in presse chi podimus.
       support: assistèntzia
       about:
-        header: Lìbera e modificàbile
+        header: Lìbera e modificàbile.
         paragraph_1: A diferèntzia de àteras mapas, OpenStreetMap est totu realizada
           dae persones che a tie e chie si siat la podet currègere, agiornare, iscarrigare
           o impreare in manera lìbera.
-        paragraph_2: Registra·ti pro incumintzare a contribuire. T'amus a imbiare
-          una lìtera eletrònica pro cunfirmare su contu tuo.
+        paragraph_2: Registra·ti pro incumintzare a contribuire.
+        welcome: Bene bènnidu in OpenStreetMap
+      duplicate_social_email: Si tenes giai unu contu de OpenStreetMap e boles impreare
+        unu frunidore de identidade esternu, intra impreende sa crae tua e muda sas
+        impostaduras de su contu tuo.
       display name description: Su nùmene de utente chi s'at a mustrare in manera
         pùblica. Lu podes cambiare prus a tardu in sas preferèntzias.
       by_signing_up:
         privacy_policy: polìtica de riservadesa
         privacy_policy_title: Informativa subra de sa riservadesa de sa Fundatzione
           OSM chi incluet sa setzione subra de sos indiritzos de posta eletrònica
-      external auth: 'Autenticatzione pro mèdiu de unu servìtziu esternu:'
       continue: Iscrie·ti
       terms accepted: Ti torramus gràtzias pro àere atzetadu sas cunditziones noas
         de collaboratzione.
       email_help:
         html: S'indiritzu tuo no est ammustradu in manera pùblica, consulta sa %{privacy_policy_link}
           pro àteras informatziones.
-      use external auth: 'In alternativa, intra impreende unu servìtziu esternu:'
+      use external auth: o registra·ti impreende unu servìtziu esternu
     terms:
       title: Tèrmines
       heading: Tèrmines
@@ -2755,7 +2663,6 @@ sc:
       readable_summary: resumu chi un'èssere umanu podet lèghere
       informal_translations: tradutziones informales
       continue: Sighi
-      decline: Refuda
       you need to accept or decline: Pro pòdere sighire leghe e a pustis atzeta o
         refuda sos tèrmines noos de collaboratzione.
       legale_select: 'Paisu de residèntzia:'
@@ -2861,31 +2768,21 @@ sc:
         Si ses nou in OpenStreetMap pro praghere crea unu contu nou
         impreende su mòdulu inoghe in suta.
       option_2: |-
-        Si tenes giai unu contu bi posed intrare
+        Si tenes giai unu contu bi podes intrare
         impreende su nùmene utente tuo e sa crae tua e a pustis assotziende su contu
         cun s'ID tuo in sas impostatziones de utente tuas.
   user_role:
     filter:
-      not_a_role: S'istringa `%{role}' no est unu ruolu vàlidu.
+      not_a_role: S'istringa '%{role}' no est unu ruolu vàlidu.
       already_has_role: S'utente tenet giai su ruolu %{role}.
       doesnt_have_role: S'utente non tenet su ruolu %{role}.
       not_revoke_admin_current_user: Non faghet a revocare su ruolu de amministradore
         dae s'utente atuale.
     grant:
-      title: Cunfirma sa cuntzessione de ruolu
-      heading: Cunfirma sa cuntzessione de ruolu
-      are_you_sure: Ses seguru de bòlere cuntzèdere su ruolu `%{role}' a s'utente
-        `%{name}'?
-      confirm: Cunfirma
-      fail: No est istadu possìbile cuntzèdere su ruolu `%{role}' a s'utente `%{name}'.
-        Assegura·ti chi siat s'utente siat su ruolu siant vàlidos.
+      are_you_sure: Ses seguru de bòlere cuntzèdere su ruolu '%{role}' a s'utente
+        '%{name}'?
     revoke:
-      title: Cunfirma sa rèvoca de ruolu
-      heading: Cunfirma sa rèvoca de ruolu
-      are_you_sure: Ses seguru de bòlere revocare su ruolu `%{role}' de s'utente `%{name}'?
-      confirm: Cunfirma
-      fail: No est istadu possìbile revocare su ruolu `%{role}' de s'utente `%{name}'.
-        Assegura·ti chi siat s'utente siat su ruolu siant vàlidos.
+      are_you_sure: Ses seguru de bòlere revocare su ruolu '%{role}' de s'utente '%{name}'?
   user_blocks:
     model:
       non_moderator_update: Depes èssere unu moderadore pro creare o atualizare unu
@@ -2915,14 +2812,6 @@ sc:
       title: Blocos de s'utente
       heading: Lista de blocos de s'utente
       empty: Non s'est fatu galu perunu blocu.
-    revoke:
-      title: Revochende su blocu pro %{block_on}
-      heading_html: Revochende su blocu pro %{block_on} fatu dae %{block_by}
-      time_future_html: Custu blocu at a agabbare a pustis de %{time}.
-      past_html: Custu blocu est agabbadu %{time} e non si podet revocare como.
-      confirm: Ses seguru de bòlere revocare custu blocu?
-      revoke: Rèvoca!
-      flash: Custu blocu est istadu revocadu.
     helper:
       time_future_html: Agabbat in %{time}.
       until_login: Ativu finas a cando s'utente non si connetet.
@@ -2959,25 +2848,25 @@ sc:
       created: 'Creadu:'
       duration: 'Durada:'
       status: 'Istadu:'
-      show: Ammustra
       edit: Modìfica
-      revoke: Rèvoca!
-      confirm: Seguru ses?
       reason: 'Resone de su blocu:'
       revoker: 'Revocadore:'
-      needs_view: S'utente tenet bisòngiu de s'autenticare in antis chi custu blocu
-        bèngiat iscantzelladu.
     block:
       not_revoked: (non revocadu)
       show: Ammustra
       edit: Modìfica
-      revoke: Rèvoca!
-    blocks:
+    page:
       display_name: Utente blocadu
       creator_name: Creadore
       reason: Resone de su blocu
       status: Istadu
       revoker_name: Revocadu dae
+    navigation:
+      all_blocks: Totu sos blocos
+      blocks_on_me: Blocos subra a mene
+      blocks_by_me: Blocos fatos dae mene
+      block: 'Blocu #%{id}'
+      new_block: Blocu nou
   notes:
     index:
       title: Notas insertadas o cummentadas dae %{user}
@@ -3026,10 +2915,16 @@ sc:
       intro: As agatadu una faddina o carchi cosa chi mancat? Informa sos àteros mapadores
         a manera chi lu potzant acontzare. Move su marcadore a sa positzione curreta
         e iscrie una nota pro descrìere su problema.
+      anonymous_warning_log_in: intra
+      anonymous_warning_sign_up: registra·ti
       advice: Sa nota tua est pùblica e si podet impreare pro atualizare sa mapa,
         duncas non nch'insertes peruna informatzione personale o informatzione de
         mapas cun deretu de autore o elencos.
       add: Annanghe una nota
+    notes_paging_nav:
+      showing_page: Pàgina %{page}
+      next: Imbeniente
+      previous: Antepostu
   javascripts:
     close: Serra
     share:
@@ -3044,7 +2939,7 @@ sc:
       custom_dimensions: Imposta dimensiones personalizadas
       format: 'Formadu:'
       scale: 'Iscala:'
-      image_dimensions: S'immàgine at a mustrare s'istratu istandard in %{width} x
+      image_dimensions: S'immàgine at a mustrare s'istratu %{layer} in %{width} x
         %{height}
       download: Iscàrriga
       short_url: URL curtzu
@@ -3052,7 +2947,8 @@ sc:
       center_marker: Tzentra sa mapa in su marcadore
       paste_html: Incolla s'HTML pro l'integrare in su situ web
       view_larger_map: Pòmpia una mapa prus manna
-      only_standard_layer: Petzi s'istratu istandard si podet esportare comente immàgine
+      only_standard_layer: Petzi sos istratos istandard, pro su tziclismu e pro sos
+        trasportos si podent esportare comente immàgine
     embed:
       report_problem: Sinnala unu problema
     key:
index 78a786285a0ecfd7a52b2df7c2a54b6471d36a81..a39c4316f7403cb3575b943ecf3ff43d16613645 100644 (file)
@@ -2,6 +2,7 @@
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: Ajeje Brazorf
+# Author: GianAntonucci
 # Author: Gmelfi
 # Author: LametinoWiki
 # Author: Macofe
@@ -15,44 +16,49 @@ scn:
       friendly: '%e %B %Y ê %H:%M'
   helpers:
     file:
-      prompt: Scegghi file
+      prompt: Scarta u pricu
     submit:
       diary_comment:
         create: Cummenta
       diary_entry:
         create: Pùbblica
-        update: Agghiorna
+        update: Attualizza
       issue_comment:
-        create: Agghiunci cummentu
+        create: Agghiunci un cummentu
       message:
         create: Manna
       client_application:
-        create: Riggistra
-        update: Agghiorna
+        create: Riggìstrati
+        update: Attualizza
       oauth2_application:
-        create: Riggistrati
-        update: Aggiorna
+        create: Riggìstrati
+        update: Attualizza
       redaction:
-        create: Crea l'occultamentu
-        update: Sarva occultamentu
+        create: Crea u redact
+        update: Sarba u redact
       trace:
         create: Càrrica
-        update: Sarva li canciamenti
+        update: Sarba i canci
       user_block:
-        create: Crea lu bloccu
-        update: Aggiorna lu bloccu
+        create: Crea u bloccu
+        update: Attualizza u bloccu
   activerecord:
     errors:
       messages:
-        invalid_email_address: nun pari èssiri nu nnirizzu email vàlidu
+        display_name_is_user_n: nun po èssiri user_n abbestra ca si n nun è u to ID
+          utenti
+      models:
+        user_mute:
+          is_already_muted: già sta mutu
     models:
-      acl: Lista di cuntrollu d'accessu
-      changeset: Gruppu di canciamenti
-      changeset_tag: Etichetta dû gruppu di canciamenti
-      country: Paisi
-      diary_comment: Cummentu ntô diariu
+      acl: Lista di cuntrollu di l’accessi
+      changeset: Gruppu dî canci
+      changeset_tag: Etichetta dû gruppu dî canci
+      country: Pajisi
+      diary_comment: Cummentu nnô diariu
       diary_entry: Vuci dû diariu
       friend: Amicu
+      issue: Prubblema
       language: Lingua
       message: Missaggiu
       node: Gruppu
@@ -60,87 +66,101 @@ scn:
       old_node: Gruppu vecchiu
       old_node_tag: Etichetta vecchia dû gruppu
       old_relation: Rilazzioni vecchia
-      old_relation_member: Membru vecchiu dâ rilazzioni
+      old_relation_member: Mèmmiru vecchiu dâ rilazzioni
       old_relation_tag: Etichetta vecchia dâ rilazzioni
       old_way: Caminu vecchiu
       old_way_node: Gruppu vecchiu dû caminu
       old_way_tag: Etichetta vecchia dû caminu
       relation: Rilazzioni
-      relation_member: Membru dâ rilazzioni
+      relation_member: Mèmmiru dâ rilazzioni
       relation_tag: Etichetta dâ rilazzioni
+      report: Signalazzioni
       session: Sissioni
-      trace: Tracciatu
-      tracepoint: Puntu dû tracciatu
-      tracetag: Etichetta dû tracciatu
+      trace: Traccia
+      tracepoint: Puntu dâ traccia
+      tracetag: Etichetta dâ traccia
       user: Utenti
       user_preference: Prifirenza di l'utenti
-      user_token: Lassa-passari di l'utenti
+      user_token: Còdici di l'utenti
       way: Caminu
       way_node: Gruppu dû caminu
       way_tag: Etichetta dû caminu
     attributes:
       client_application:
-        callback_url: URL di callback
-        support_url: URL di l'assistenza
-        allow_write_prefs: canciari li mpustazzioni d'utenti.
-        allow_write_diary: criari vuci dû diariu, cummenti e fari amici.
-        allow_write_api: cancia la cartina
-        allow_read_gpx: lèggi li sò tracciati GPS privati.
-        allow_write_gpx: càrrica li tracciati GPS
-        allow_write_notes: cancia li noti
+        name: Nomu (ubblicatoriu)
+        url: Nnirizzu URL mastru di l’applicazzioni (ubblicatoriu)
+        callback_url: Nnirizzu URL di richiamata
+        support_url: Nnirizzu URL pi l’assistenza
+        allow_read_prefs: leggi i so prifirenzi di l’utenti
+        allow_write_prefs: cancia i so mpustazzioni di l’utenti.
+        allow_write_diary: criari pàggini dû diariu, cummenti e fàrisi amici
+        allow_write_api: cancia a carta
+        allow_read_gpx: leggi i so tracci GPS privati
+        allow_write_gpx: càrrica i traccia GPS
+        allow_write_notes: cancia i noti
       diary_comment:
         body: Corpu
       diary_entry:
         user: Utenti
-        title: Oggettu
+        title: Uggettu
         body: Corpu
         latitude: Latitùdini
-        longitude: Loncitùdini
+        longitude: Luncitùdini
         language_code: Lingua
       doorkeeper/application:
         name: Nomu
         redirect_uri: URI di rimannu
+        confidential: Applicazzioni cunfidinziali?
+        scopes: Pirmisi
       friend:
         user: Utenti
         friend: Amicu
       trace:
         user: Utenti
         visible: Visìbbili
-        name: Nomu dû file
+        name: Nomu dû pricu
         size: Grannizza
         latitude: Latitùdini
-        longitude: Loncitùdini
+        longitude: Luncitùdini
         public: Pùbblicu
         description: Discrizzioni
-        gpx_file: Carricari file GPX
+        gpx_file: Scarta u pricu dâ traccia GPS
         visibility: Visibbilità
         tagstring: Etichetti
       message:
         sender: Mittenti
-        title: Oggettu
+        title: Uggettu
         body: Corpu
-        recipient: Distinatariu
+        recipient: Ricàpitu
       redaction:
         title: Tìtulu
         description: Discrizzioni
+      report:
+        category: Scarta na scaciuni pâ to signalazzioni
+        details: Dinni cchiù assai ncapu ô prubblema (ubblicatoriu).
       user:
-        email: Posta elittrònica
-        new_email: Nnirizzu di posta elittrònica novu
+        auth_provider: Tranzuntaturi
+        auth_uid: UID di tranzuntazzioni
+        email: E-mail
+        new_email: Nnirizzu e-mail novu
         active: Attivu
         display_name: Nomu ammustratu
         description: Discrizzioni dû prufilu
         home_lat: Latitùdini
         home_lon: Luncitùdini
         languages: Lingui prifiruti
-        pass_crypt: Palora d'òrdini
-        pass_crypt_confirmation: Cunferma password
+        preferred_editor: Edituri prifirutu
+        pass_crypt: Chiavi d’accessu
+        pass_crypt_confirmation: Cunferma chiavi d’accessu
     help:
+      doorkeeper/application:
+        redirect_uri: Usa un ringu pi ogni URI
       trace:
         tagstring: spartuti câ vìrgula
       user_block:
-        needs_view: Havi a tràsiri l'utenti avanti chi stu bloccu veni livatu?
+        needs_view: A l'utenti serbi di tràsiri prima ca si leva ssu bloccu?
       user:
-        new_email: (nun veni ammustratu mai pubblicamenti)
+        new_email: (mai fattu vìdiri ô pùbblicu)
   datetime:
     distance_in_words_ago:
       x_minutes:
@@ -156,13 +176,13 @@ scn:
         one: 1 annu fa
         other: '%{count} anni fa'
   editor:
-    default: Pridifinutu (com'a ora %{name})
+    default: Pridifinutu (camora %{name})
     id:
       name: iD
-      description: iD (editor ntô browser)
+      description: iD (edituri nnô browser)
     remote:
-      name: Telecumannu
-      description: Telecumannu (JOSM, Potlatch, Merkaartor)
+      name: Cuntrollu di luntanu
+      description: Cuntrollu di luntanu (JOSM, Potlatch, Merkaartor)
   auth:
     providers:
       none: Nuḍḍu
@@ -174,93 +194,92 @@ scn:
   api:
     notes:
       comment:
-        opened_at_html: Criatu %{when}
-        opened_at_by_html: Criatu %{when} di %{user}
-        commented_at_html: Aggiurnatu %{when}
-        commented_at_by_html: Aggiurnatu %{when} di %{user}
-        closed_at_html: Arrisurvuta %{when}
-        closed_at_by_html: Arrisurvuta %{when} di %{user}
-        reopened_at_html: Rigraputa %{when}
-        reopened_at_by_html: Rigraputa %{when} di %{user}
+        opened_at_html: Criata %{when}
+        opened_at_by_html: Criata %{when} di %{user}
+        commented_at_html: Attualizzata %{when}
+        commented_at_by_html: Attualizzata %{when} di %{user}
+        closed_at_html: Risurbuta %{when}
+        closed_at_by_html: Risurbuta %{when} di %{user}
+        reopened_at_html: Graputa arrè %{when}
+        reopened_at_by_html: Graputa arrè %{when} di %{user}
       rss:
-        title: Noti d'OpenStreetMap
-        description_area: N’elencu dî noti signalati, cummintati o arrisurvuti ntâ
-          tò zona [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]
-        description_item: Un flussu RSS pâ nota %{id}
+        title: Noti dOpenStreetMap
+        description_area: Na lista di noti, signalati, cummintati o risurbuti nnâ
+          to zona [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]
+        description_item: Un feed RSS pâ nota %{id}
         opened: nota nova (vicinu a %{place})
         commented: cummentu novu (vicinu a %{place})
-        closed: nota arrisurvuta (vicinu a %{place})
-        reopened: nota riattivata (vicinu a %{place})
+        closed: nota risurbuta (vicinu a %{place})
+        reopened: nota graputa arrè (vicinu a %{place})
       entry:
         comment: Cummentu
         full: Nota cumpleta
   account:
     deletions:
       show:
-        title: Cancella lu mè cuntu
-        delete_account: Cancella cuntu
-        confirm_delete: Sî sicuru?
-        cancel: Annulla
+        title: Scancella u me cuntu
+        delete_account: Scancella u cuntu
+        confirm_delete: Sicuru sì?
+        cancel: Sfai
   accounts:
     edit:
-      title: Cancia lu cuntu
-      my settings: Li mè mpustazzioni
-      current email address: Nnirizzu email attuali
-      external auth: Autinticazzioni esterna
+      title: Cancia u cuntu
+      my settings: Mpustazzioni
+      current email address: Nnirizzu e-mail attuali
+      external auth: Tranzuntari di fora
       openid:
-        link: http://wiki.openstreetmap.org/wiki/IT:OpenID
-        link text: chi voli diri?
+        link: http://wiki.openstreetmap.org/wiki/OpenID
+        link text: zoccu è chissu?
       public editing:
-        heading: Canciamenti pùbblici
-        enabled: Attivati. Nun sî anònimu e poi canciari li dati.
-        enabled link text: chi voli diri?
-        disabled: Disattivati, e nun poi canciari li dati, tutti li canciamenti pricidenti
-          sunnu anònimi.
-        disabled link text: pirchì nun pozzu fari canciamenti?
+        heading: Canciu pùbblicu
+        enabled: Abbilitati. Senza anònimu e cû pirmisu pi canciari i dati.
+        enabled link text: zoccu è chissu?
+        disabled: Disabbilitati e senza u pirmisu pi canciari i dati, tutti i canci
+          d’avanti sunnu anònimi.
+        disabled link text: picchì nun pozzu fari canci?
       contributor terms:
-        heading: Cunnizzioni di cuntribbuzzioni
-        agreed: Accittasti li cunnizzioni di cuntribbuzzioni novi.
-        not yet agreed: Ancora nun accittasti li cunnizzioni di cuntribbuzzioni novi.
-        review link text: Quannu voi tu vai nta stu link pi lèggiri e accittari li
-          cunnizzioni di cuntribbuzzioni novi.
-        agreed_with_pd: Dichiarasti macari chi cunzìddiri li tò canciamenti ntô Duminiu
-          Pùbblicu.
-        link text: chi voli diri?
-      save changes button: Sarva li canciamenti
-      delete_account: Cancella cuntu...
+        heading: Règuli pî cuntribbuti
+        agreed: Accittasti i règuli pî cuntribbuti novi.
+        not yet agreed: Ancora nun accittasti i règuli pî cuntribbuti novi.
+        review link text: Quannu rinesci ammacca sta lijami pi ti lèggiri i règuli
+          pî cuntribbuti novi e p’accittalli.
+        agreed_with_pd: Dicisti macari ca cunzìddiri i to canci comu si sunnu di duminiu
+          pùbblicu.
+        link text: zoccu è chissu?
+      save changes button: Sarba i canci
+      delete_account: Scancella u cuntu...
     go_public:
-      heading: Canciamenti pùbblici
-      make_edits_public_button: Arrenni tutti li mè canciamenti pùbblici
+      heading: Canciu pùbblicu
+      make_edits_public_button: Tutti i me canci falli pùbblici
     update:
-      success_confirm_needed: Li nfurmazzioni di l'utenti foru aggiurnati boni. Cuntrolla
-        la tò posta elittrònica chi t'havi a arrivari nu missaggiu pi cunfirmari lu
-        nnirizzu di posta novu.
-      success: Li nfurmazzioni di l'utenti foru aggiurnati boni.
+      success_confirm_needed: Nfurmazzioni di l'utenti attualizzati. Cuntrolla a to
+        e-mail pi cunfirmari u to nnirizzu di posta elittrònica novu.
+      success: Nfurmazzioni di l'utenti attualizzati.
     destroy:
-      success: Cuntu cancillatu.
+      success: Cuntu scancillatu.
   browse:
     version: Virsioni
-    in_changeset: Gruppu di canciamenti
+    in_changeset: Gruppu dî canci
     anonymous: anònimu
-    no_comment: (nuḍḍu cummentu)
-    part_of: Fa parti di
-    download_xml: Scàrrica ntô furmatu XML
-    view_history: Talìa la crunuluggìa
-    view_details: Talìa li dittagghî
+    no_comment: (senza cummentu)
+    part_of: Parti di
+    download_xml: Scàrrica XML
+    view_history: Talìa a storia
+    view_details: Talìa i minutagghi
     location: 'Locu:'
     node:
       title_html: 'Gruppu: %{name}'
-      history_title_html: 'Crunuluggìa dû gruppu: %{name}'
+      history_title_html: 'Storia dû gruppu: %{name}'
     way:
       title_html: 'Caminu: %{name}'
-      history_title_html: 'Crunuluggìa dû caminu: %{name}'
-      nodes: Gruppa
+      history_title_html: 'Storia dû caminu: %{name}'
+      nodes: Gruppi
       also_part_of_html:
         one: parti dû caminu %{related_ways}
         other: parti dî camini %{related_ways}
     relation:
       title_html: 'Rilazzioni: %{name}'
-      history_title_html: 'Crunuluggìa dâ rilazzioni: %{name}'
+      history_title_html: 'Storia dâ rilazzioni: %{name}'
       members: Mèmmiri
       members_count:
         one: 1 mèmmiru
@@ -275,11 +294,11 @@ scn:
       entry_html: Rilazzioni %{relation_name}
       entry_role_html: Rilazzioni %{relation_name} (comu %{relation_role})
     not_found:
-      title: Nun attruvatu
-      sorry: 'Purtroppu, %{type} #%{id} nun si potti attruvari.'
+      title: Senza truvatu
+      sorry: 'Purtroppu, %{type} #%{id} nun si potti truvari.'
       type:
-        node: lu gruppu
-        way: lu caminu
+        node: gruppu
+        way: caminu
         relation: la rilazzioni
         changeset: lu gruppu di canciamenti
         note: nota
@@ -322,21 +341,20 @@ scn:
       introduction: Clicca supra â cartina pi circari l'elimenti vicini.
       nearby: Elimenti vicini
       enclosing: Elimenti chi cuntèninu
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Cummentu novu supra ô gruppu di canciamenti #%{changeset_id} di
+          %{author}'
+        commented_at_by_html: Aggiurnatu %{when} fa di %{user}
+      show:
+        title_all: Discussioni supra ô gruppu di canciamenti d'OpenStreetMap
+        title_particular: 'Discussioni supra ô gruppu di canciamenti d''OpenStreetMap
+          #%{changeset_id}'
   changesets:
-    changeset_paging_nav:
-      showing_page: Pàggina %{page}
-      next: Appressu »
-      previous: « Arreri
     changeset:
-      anonymous: Anònimu
       no_edits: (nuḍḍu canciamentu)
       view_changeset_details: Ammustra li dittagghî dû gruppu di canciamenti
-    changesets:
-      id: ID
-      saved_at: Sarvatu lu
-      user: Utenti
-      comment: Cummentu
-      area: Ària
     index:
       title: Gruppi di canciamenti
       title_user: Gruppi di canciamenti di %{user}
@@ -376,14 +394,6 @@ scn:
     timeout:
       sorry: Purtroppu, ci vosi troppu tempu pi pigghiari la lista dî gruppi di canciamenti
         c'addumannasti.
-  changeset_comments:
-    comment:
-      comment: 'Cummentu novu supra ô gruppu di canciamenti #%{changeset_id} di %{author}'
-      commented_at_by_html: Aggiurnatu %{when} fa di %{user}
-    index:
-      title_all: Discussioni supra ô gruppu di canciamenti d'OpenStreetMap
-      title_particular: 'Discussioni supra ô gruppu di canciamenti d''OpenStreetMap
-        #%{changeset_id}'
   dashboards:
     contact:
       km away: luntanu %{count} km
@@ -422,8 +432,6 @@ scn:
       no_entries: Nuḍḍa vuci ntô diariu
     page:
       recent_entries: Vuci dû diariu ricenti
-      older_entries: Vuci cchiù vecchî
-      newer_entries: Vuci cchiù novi
     edit:
       title: Cancia sta vuci dû diariu
       marker_text: Locu dâ vuci dû diariu
@@ -456,8 +464,6 @@ scn:
       confirm: Cunferma
     location:
       location: 'Locu:'
-      view: Talìa
-      edit: Cancia
     feed:
       user:
         title: Vuci dû diariu d'OpenStreetMap pi %{user}
@@ -473,8 +479,6 @@ scn:
       post: Missaggiu
       when: Quannu
       comment: Cummentu
-      newer_comments: Cummenti cchiù novi
-      older_comments: Cummenti cchiù vecchî
   friendships:
     make_friend:
       heading: Agghiùnciri a %{user} comu amicu?
@@ -763,8 +767,8 @@ scn:
           "yes": Passu di muntagna
         natural:
           bay: Gulfu
-          beach: Praia
-          cape: Capu
+          beach: Praja
+          cape: Punta
           cave_entrance: Trasuta dâ grutta
           cliff: Sdirrupu
           crater: Crateri
@@ -776,7 +780,7 @@ scn:
           glacier: Ghiacciaiu
           grassland: Pratu
           heath: Brughiera
-          hill: Cullina
+          hill: Muntagnola
           island: Ìsula
           land: Terra
           marsh: Margiu
@@ -804,7 +808,8 @@ scn:
           accountant: Raggiuneri
           administrative: Ufficiu pùbblicu lucali
           architect: Architettu
-          company: Sucità
+          company: Azzienna
+          diplomatic: Ufficiu diplumàticu
           employment_agency: Agginzìa pû travagghiu
           estate_agent: Agginzìa Mmubbiliari
           government: Ufficiu pùbblicu
@@ -982,16 +987,13 @@ scn:
         level8: Cunfini di cumuni
         level9: Cunfini di villaggiu
         level10: Cunfini di quarteri
-      types:
-        cities: Cità
-        towns: Paisi
-        places: Posti
     results:
       no_results: Nuḍḍu risurtatu attruvatu
       more_results: Àutri risurtati
   issues:
     index:
       not_updated: Nun aggiurnatu
+    page:
       user_not_found: L'utenti nun esisti
       status: Statu
       last_updated: Ùrtimu aggiurnamentu
@@ -1028,35 +1030,24 @@ scn:
     edit: Cancia
     history: Crunuluggìa
     export: Esporta
-    data: Dati
-    export_data: Esporta li dati
     gps_traces: Tracciati GPS
-    gps_traces_tooltip: Gistisci li tracciati GPS
     user_diaries: Diarî di l'utenti
-    user_diaries_tooltip: Talìa li diarî di l'utenti
     edit_with: Cancia cu %{editor}
-    tag_line: La cartina-wiki dû munnu lìbbira
     intro_header: Bimminuti nta OpenStreetMap!
     intro_text: OpenStreetMap è na cartina dû munnu, criata di genti comu a tìa e
       lìbbira a adupirari secunnu na licenza graputa.
-    intro_2_create_account: Crea un cuntu d'utenti
     partners_partners: cullabburatura
+    tou: Cunnizzioni pi l’usu
     osm_offline: La basi di dati d'OpenStreetMap comu a ora nun è n lìnia pirchì si
       stannu facennu travagghî di manutinzioni funnamintali.
     osm_read_only: La basi di dati d'OpenStreetMap comu a ora è ntâ mudalità di sula
       littura pirchì si stannu facennu travagghî di manutinzioni funnamintali.
-    donate: Susteni a OpenStreetMap %{link} ô funnu pi l'aggiurnamentu di l'hardware.
+    nothing_to_preview: Nenti di vìdiri.
     help: Guida
     about: Nfurmazzioni
     copyright: Dritti d'auturi
-    community: Cumunità
-    community_blogs: Blog dâ cumunità
-    community_blogs_title: Blog di membri dâ cumunità d'OpenStreetMap
-    make_a_donation:
-      title: Susteni a OpenStreetMap cu na dunazzioni di dinaru
-      text: Fai na dunazzioni
     learn_more: Sapìrinni cchiossai
-    more: Àutri cosi
+    more: Autru
   user_mailer:
     diary_comment_notification:
       subject: '[OpenStreetMap] %{user} cummintau na vuci dû tò diariu'
@@ -1144,7 +1135,6 @@ scn:
       details: Poi attruvari àutri dittagghî di sta nota nta %{url}.
     changeset_comment_notification:
       hi: Salutamu %{to_user},
-      greeting: Salutamu,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} cummintau unu dî tò gruppa di canciamenti'
         subject_other: '[OpenStreetMap] %{commenter} cummintau unu dî gruppa di canciamenti
@@ -1200,7 +1190,6 @@ scn:
     message_summary:
       unread_button: Signa comu di lèggiri
       read_button: Signa comu già liggiutu
-      reply_button: Arrispunni
       destroy_button: Cancella
     new:
       title: Manna un missaggiu
@@ -1285,16 +1274,18 @@ scn:
       no home location: Ancora nun mpustasti la tò pusizzioni basi.
       update home location on click: Aggiorna la pusizzioni basi quannu cliccu supra
         â carta?
+      show: Fa’ vìdiri
+      delete: Scancella
+    update:
+      success: Cuntu attualizzatu.
   sessions:
     new:
-      title: Trasi
       tab_title: Trasi
       email or username: 'Nnirizzu di posta elittrònica o nomu utenti:'
-      password: 'Palora d''òrdini:'
+      password: 'Chiavi d’accessu:'
       remember: Arricòrdati di mìa
       lost password link: Pirdisti la tò palora d'òrdini?
       login_button: Trasi
-      register now: Scrìviti ora
       with external: 'O puru, trasi pi menzu di na terza parti:'
       auth failure: Purtroppu nun fu pussìbbili tràsiri cu sti dittagghî.
     destroy:
@@ -1313,9 +1304,18 @@ scn:
     richtext_field:
       edit: Cancia
       preview: Antiprima
+    pagination:
+      diary_comments:
+        older: Cummenti cchiù vecchî
+        newer: Cummenti cchiù novi
+      diary_entries:
+        older: Vuci cchiù vecchî
+        newer: Vuci cchiù novi
+      traces:
+        older: Tracciati cchiù vecchî
+        newer: Tracciati cchiù novi
   site:
     about:
-      next: Appressu
       used_by_html: '%{name} furnisci li dati giogràfici a migghiara di siti web,
         applicazzioni mòbbili e apparecchi hardware'
       lede_text: |-
@@ -1328,6 +1328,7 @@ scn:
         aggiurnatu.
       community_driven_title: Guidatu dâ cumunità
       open_data_title: Dati graputi
+      open_data_open_data: dati graputi
       legal_title: Noti ligali
       partners_title: Cullabburatura
     copyright:
@@ -1356,6 +1357,10 @@ scn:
         contributors_intro_html: 'Li nostri cuntribbutura sunnu migghiara di genti.
           Pigghiamu macari dati cu licenza graputa furnuti di l''agginzìi cartugràfichi
           nazziunali e d''àutri fonti, tra dî quali:'
+        contributors_nz_new_zealand: Nova Zilanna
+        contributors_rs_serbia: Serbia
+        contributors_si_slovenia: Sluvenia
+        contributors_es_spain: Spagna
         contributors_footer_2_html: La nclusioni dî dati nta OpenStreetMap nun ìmplica
           ca lu sò furnituri origginali susteni OpenStreetMap, furnisci na quarchi
           garanzìa, o accetta na quarchi rispunzabbilità.
@@ -1380,8 +1385,6 @@ scn:
       user_page_link: pàggina di l'utenti
       anon_edits_link_text: Ti spigamu pirchì.
       id_not_configured: iD nun fu cunfiguratu
-      no_iframe_support: Lu tò browser nun supporta l'iframe di l'HTML, chi sunnu
-        nicissarî pi sta funziunalità.
     export:
       title: Espurtazzioni
       manually_select: Scegghî manualmenti n'ària diffirenti
@@ -1451,10 +1454,8 @@ scn:
       title: Hai dumanni?
     sidebar:
       search_results: Risurtati di l'arricerca
-      close: Chiudi
     search:
       search: Arricerca
-      get_directions: Fatti dari nnicazzioni
       get_directions_title: Attrova nnicazzioni pi jiri d'un puntu a n'àutru
       from: Di
       to: A
@@ -1481,8 +1482,10 @@ scn:
           taxiway: pista di rullaggiu
           apron: Ària di parcheggiu ariupurtuali
           admin: Cunfini amministrativu
+          capital: Capitali
           forest: Furesta
           wood: Voscu
+          sand: Rina
           golf: Campu di golf
           park: Villa
           common: Cumuni
@@ -1560,8 +1563,6 @@ scn:
       title: Canciamentu dû tracciatu %{name}
       heading: Canciamentu dû tracciatu %{name}
       visibility_help: chi voli diri?
-    trace_optionals:
-      tags: Etichetti
     show:
       title: Visioni dû tracciatu %{name}
       heading: Visioni dû tracciatu %{name}
@@ -1600,13 +1601,8 @@ scn:
       description: Talìa li tracciati GPS carricati di picca tempu
       tagged_with: ' etichittati cu %{tags}'
       upload_trace: Càrrica nu tracciatu
-    page:
-      older: Tracciati cchiù vecchî
-      newer: Tracciati cchiù novi
     destroy:
       scheduled_for_deletion: Tracciatu ntâ spittata dâ cancillazzioni
-    make_public:
-      made_public: Tracciatu fattu pùbblicu
     offline_warning:
       message: Lu sistema di carricamentu dî file GPX pi com'ora è fora sirvizziu
     offline:
@@ -1632,7 +1628,6 @@ scn:
         pi forza, pirò l'hai a taliari.
     settings_menu:
       account_settings: Mpustazzioni cuntu
-      oauth1_settings: Mpustazzioni OAuth
     auth_providers:
       openid:
         title: Trasi cu n'OpenID
@@ -1653,77 +1648,12 @@ scn:
         title: Trasi cu Wikipedia
         alt: Trasi c'un cuntu Wikipedia
   oauth:
-    authorize:
-      title: Auturizzari l'accessu ô tò cuntu
-      request_access_html: L'applicazzioni %{app_name} addumanna l'accessu ô tò cuntu,
-        %{user}. Pi favuri cuntrolla si ti piaci chi l'applicazzioni havi accessu
-        a sti funziunalità. Poi scègghiri chiddi chi voi, a tò piaciri.
-      allow_to: 'Duna a l''applicazzioni clienti lu pirmissu di:'
-      allow_read_prefs: lèggiri li mpustazzioni d'utenti.
-      allow_write_prefs: canciari li mpustazzioni d'utenti.
-      allow_write_diary: criari vuci dû diariu e cummenti, e fari amici.
-      allow_write_api: canciari la cartina.
-      allow_read_gpx: lèggiri li tò tracciati GPS privati.
-      allow_write_gpx: carricari li tracciati GPS.
-      allow_write_notes: canciari li noti.
-      grant_access: Duna l’accessu
-    authorize_success:
-      title: Addumannata d'auturizzazzioni cunciduta
-      allowed_html: Cuncidisti l'accessu ô tò cuntu a l'applicazzioni %{app_name}.
-      verification: Lu còdici di virìfica è %{code}.
-    authorize_failure:
-      title: Addumannata d'auturizzazzioni nigata
-      denied: Nijasti l'accessu ô tò cuntu a l'applicazzioni %{app_name}.
-      invalid: Lu token d'auturizzazzioni nun è bonu.
-    revoke:
-      flash: Arrivucasti lu lassa-passari pi %{application}
     scopes:
       read_prefs: Leggi li prifirenzi utenti
       write_prefs: Cancia li prifirenzi utenti
       write_api: Cancia la cartina
       write_notes: Cancia li noti
       read_email: Lèggiri nnirizzu email utenti
-  oauth_clients:
-    new:
-      title: Riggistrazzioni di n'applicazzioni nova
-    edit:
-      title: Cancia la tò applicazzioni
-    show:
-      title: Dittagghî d'OAuth pi %{app_name}
-      key: 'Consumer Key:'
-      secret: 'Consumer Secret:'
-      url: 'URL pû Request Token:'
-      access_url: 'URL pi l''Access Token:'
-      authorize_url: 'URL d''auturizzazzioni:'
-      support_notice: Suppurtamu li firmi HMAC-SHA1 (cunzigghiati) e RSA-SHA1.
-      edit: Cancia li dittagghî
-      delete: Cancella stu clienti
-      confirm: Sî sicuru?
-      requests: 'Addumanna a l''utenti sti pirmissi:'
-    index:
-      title: Li mè dittagghî OAuth
-      my_tokens: Li mè applicazzioni auturizzati
-      list_tokens: 'A l''applicazzioni foru assignati sti lassa-passari a nomu tò:'
-      application: Nomu di l'applicazzioni
-      issued_at: Cuncidutu n data
-      revoke: Rèvuca!
-      my_apps: Li mè applicazzioni clienti
-      no_apps_html: Hai n'applicazzzioni chi vulissi riggistrari p'usàrila cu nuàutri
-        adupirannu lu standard %{oauth}? La tò applicazzioni web s'havi a riggistrari
-        prima chi poi fari addumannati OAuth unni stu sirvizziu.
-      oauth: OAuth
-      registered_apps: 'Hai riggistrati st''applicazzioni clienti:'
-      register_new: Riggistra la tò applicazzioni
-    form:
-      requests: 'Addumanna a l''utenti sti pirmissi:'
-    not_found:
-      sorry: Purtroppu ddu %{type} nun si potti attruvari.
-    create:
-      flash: Nfurmazzioni riggistrati boni
-    update:
-      flash: Li nfurmazzioni dû clienti foru aggiurnati boni
-    destroy:
-      flash: Fu distruiuta la riggistrazzioni di l'applicazzioni clienti
   oauth2_applications:
     index:
       name: Nomu
@@ -1742,7 +1672,6 @@ scn:
         header: Lìbbira e canciàbbili
       display name description: Lu tò nomu d'utenti comu veni ammustratu pubblicamenti.
         Appoi lu poi canciari ntê prifirenzi.
-      external auth: 'Autinticazzioni di terzi parti:'
       continue: Scrìviti
       terms accepted: T'arringrazziamu d'aviri accittatu li cunnizzioni di cuntribbuzzioni
         novi!
@@ -1753,7 +1682,6 @@ scn:
       consider_pd: Sparti dû cuntrattu ccassupra, cunzìddiru chi li mè cuntribbuti
         sunnu ntô Duminiu Pùbblicu
       consider_pd_why: chi voli diri?
-      decline: Rifiutu
       you need to accept or decline: Pi cuntinuari, pi favuri leggi li cunnizzioni
         di cuntribbuzzioni novi e appoi accèttali o rifiùtali.
       legale_select: 'Paisi di risidenza:'
@@ -1844,19 +1772,9 @@ scn:
       already_has_role: L'utenti già havi lu rolu %{role}.
       doesnt_have_role: L'utenti nun havi lu rolu %{role}.
     grant:
-      title: Cunferma la cuncissioni dûn rolu
-      heading: Cunferma la cuncissioni dûn rolu
       are_you_sure: Sî sicuru chi voi cuncèdiri lu rolu «%{role}» a l'utenti «%{name}»?
-      confirm: Cunferma
-      fail: Nun fu pussìbbili cuncèdiri lu rolu «%{role}» a l'utenti «%{name}». Pi
-        favuri cuntrolla chi tantu l'utenti quantu lu rolu sunnu vàlidi.
     revoke:
-      title: Cunferma la rèvuca dûn rolu
-      heading: Cunferma la rèvuca dûn rolu
       are_you_sure: Sî sicuru chi voi arrivucari lu rolu «%{role}» a l'utenti «%{name}»?
-      confirm: Cunferma
-      fail: Nun fu pussìbbili arrivucari lu rolu «%{role}» a l'utenti «%{name}». Pi
-        favuri cuntrolla chi tantu l'utenti quantu lu rolu sunnu vàlidi.
   user_blocks:
     model:
       non_moderator_update: Hai a èssiri nu mudiraturi pi criari o canciari un bloccu.
@@ -1884,14 +1802,6 @@ scn:
       title: Blocchi di l'utenti
       heading: Elencu dî blocchi di l'utenti
       empty: Ancora nun fu fattu nuḍḍu bloccu.
-    revoke:
-      title: Rèvuca dû bloccu di %{block_on}
-      heading_html: Rèvuca dû bloccu di %{block_on} fattu di %{block_by}
-      time_future_html: Stu bloccu finisci tra %{time}.
-      past_html: Stu bloccu finìu %{time} e ora nun si pò arrivucari cchiù.
-      confirm: Sî sicuru chi voi arrivucari stu bloccu?
-      revoke: Rèvuca!
-      flash: Stu bloccu fu arrivucatu.
     helper:
       time_future_html: Finisci tra %{time}
       until_login: Attivatu nfina a quannu l'utenti trasi.
@@ -1925,19 +1835,14 @@ scn:
       heading_html: '%{block_on} bluccatu di %{block_by}'
       created: 'Criatu:'
       status: 'Statu:'
-      show: Ammustra
       edit: Cancia
-      revoke: Rèvuca!
-      confirm: Sî sicuru?
       reason: 'Mutivu dû bloccu:'
       revoker: 'Rivucaturi:'
-      needs_view: L'utenti havi a tràsiri prima chi stu bloccu veni livatu.
     block:
       not_revoked: (nun arrivucatu)
       show: Ammustra
       edit: Cancia
-      revoke: Rèvuca!
-    blocks:
+    page:
       display_name: Utenti bluccatu
       creator_name: Criaturi
       reason: Mutivu dû bloccu
@@ -1975,6 +1880,8 @@ scn:
         mèttiri nfurmazzioni pirsunali, o puru chi vèninu di cartini o elenchi chi
         sunnu prutetti di drittu d'auturi.)
       add: Agghiunci la nota
+    notes_paging_nav:
+      showing_page: Pàggina %{page}
   javascripts:
     close: Chiudi
     share:
@@ -2102,10 +2009,14 @@ scn:
     create:
       flash: Occultamentu criatu.
     update:
-      flash: Canciamenti sarvati.
+      flash: Canci sarbati.
     destroy:
-      not_empty: St'occultamentu nun è vacanti. Pi favuri leva di l'occultamentu tutti
-        li virsioni chi nni fannu parti avanti chi lu distrudi.
-      flash: Occultamentu distruiutu.
-      error: Ammattìu n'erruri ntô distrùiri st'occultamentu.
+      not_empty: Sta rivisioni nun è vacanti. Leva a rivisioni a tutti i virsioni
+        chi ci appartèninu avanti ca a distrudi.
+      flash: Rivisioni distruduta.
+      error: Cci fu nu sbagghiu ntô mentri ca scancillava ssa rivisioni.
+  validations:
+    leading_whitespace: àvi nu spazziu jancu ô principiu
+    trailing_whitespace: àvi nu spazziu jancu â fini
+    url_characters: àvi caràttari URL spiciali (%{characters})
 ...
index a6702ca4480f8bc2f74123851c6a35351d1aa201..15509a1c523cd3dbecce268a0a3cb4a30f087ca0 100644 (file)
@@ -171,21 +171,14 @@ sco:
       wikidata_link: The %{page} item on Wikidata
       wikipedia_link: The %{page} airticle on Wikipaedia
       telephone_link: Caw %{phone_number}
+  changeset_comments:
+    feeds:
+      comment:
+        commented_at_by_html: Updatit %{when} ago bi %{user}
   changesets:
-    changeset_paging_nav:
-      showing_page: Page %{page}
-      next: Next »
-      previous: « Previous
     changeset:
-      anonymous: Anonymous
       no_edits: (no eedits)
       view_changeset_details: View chyngeset details
-    changesets:
-      id: ID
-      saved_at: Saved at
-      user: Uiser
-      comment: Comment
-      area: Area
     index:
       title: Chyngesets
       title_user: Chyngesets bi %{user}
@@ -219,9 +212,6 @@ sco:
       relations_paginated: Relations (%{x}-%{y} of %{count})
     timeout:
       sorry: Sorry, the leet o chyngesets ye requestit teuk too lang tae retrieve.
-  changeset_comments:
-    comment:
-      commented_at_by_html: Updatit %{when} ago bi %{user}
   diary_entries:
     new:
       title: New Diary Entry
@@ -239,8 +229,6 @@ sco:
       no_entries: No diary entries
     page:
       recent_entries: Recent diary entries
-      older_entries: Aulder Entries
-      newer_entries: Newer Entries
     edit:
       title: Eedit diary entry
       marker_text: Diary entry location
@@ -272,8 +260,6 @@ sco:
       confirm: Confirm
     location:
       location: 'Location:'
-      view: View
-      edit: Eedit
     feed:
       user:
         title: OpenStreetMap diary entries for %{user}
@@ -289,8 +275,6 @@ sco:
       post: Post
       when: When
       comment: Comment
-      newer_comments: Newer Comments
-      older_comments: Aulder Comments
   geocoder:
     search_osm_nominatim:
       prefix:
@@ -737,10 +721,6 @@ sco:
         level8: Ceety Boondary
         level9: Veelage Boondary
         level10: Suburb Boondary
-      types:
-        cities: Ceeties
-        towns: Touns
-        places: Places
     results:
       no_results: No results foond
       more_results: Mair results
@@ -755,33 +735,20 @@ sco:
     edit: Eedit
     history: History
     export: Export
-    data: Data
-    export_data: Export Data
     gps_traces: GPS Traces
-    gps_traces_tooltip: Manage GPS traces
     user_diaries: Uiser Diaries
-    user_diaries_tooltip: View uiser diaries
     edit_with: Eedit wi %{editor}
-    tag_line: The Free Wiki Warld Cairt
     intro_header: Walcome tae OpenStreetMap!
     intro_text: OpenStreetMap is a cairt o the warld, creatit bi fowk lik ye an free
       tae uise unner an open license.
-    intro_2_create_account: Create a uiser accoont
     partners_partners: pairtners
     osm_offline: The OpenStreetMap database is currently offline while essential database
       maintenance wirk is carried oot.
     osm_read_only: The OpenStreetMap database is currently in read-anly mode while
       essential database maintenance wirk is carried oot.
-    donate: Support OpenStreetMap bi %{link} tae the Hardware Upgrade Fund.
     help: Help
     about: Aboot
     copyright: Copyricht
-    community: Commonty
-    community_blogs: Commonty Blogs
-    community_blogs_title: Blogs frae members o the OpenStreetMap commonty
-    make_a_donation:
-      title: Support OpenStreetMap wi a monetary donation
-      text: Make a Donation
     learn_more: Learn Mair
     more: Mair
   user_mailer:
@@ -805,6 +772,14 @@ sco:
       title: Logoot
       heading: Logoot frae OpenStreetMap
       logout_button: Logoot
+  shared:
+    pagination:
+      diary_comments:
+        older: Aulder Comments
+        newer: Newer Comments
+      diary_entries:
+        older: Aulder Entries
+        newer: Newer Entries
   site:
     copyright:
       title: Copyricht an License
@@ -934,6 +909,8 @@ sco:
       intro: Spotted ae mistake or sommit missin? Lat ither mappers ken sae that we
         can fix it. Muiv the maurker til the richt poseetion n type ae few wairds
         tae explain the proablem. (Please dinna enter personal information here.)
+    notes_paging_nav:
+      showing_page: Page %{page}
   javascripts:
     directions:
       errors:
index 1e638c05c4de7868581225ccccf4a19ae2e7b86d..f50460fdfa77d342526313a6cfaf01fe1a173d60 100644 (file)
@@ -36,10 +36,6 @@ sh:
         create: Napravi blokadu
         update: Podnovi blokadu
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: ne izgleda kao važeća adresa e-pošte
-        email_address_not_routable: nije povezljiv
     models:
       acl: Kontrole pristupa
       changeset: Set promjena
@@ -256,16 +252,8 @@ sh:
     query:
       title: Informacije o objektima
   changesets:
-    changeset_paging_nav:
-      next: Sljedeća »
-      previous: « Prethodna
     changeset:
-      anonymous: Anoniman
       no_edits: (nema izmjena)
-    changesets:
-      user: Korisnik
-      comment: Komentar
-      area: Područje
     index:
       title: Setovi promjena
       title_user: Setovi promjena od %{user}
@@ -293,8 +281,6 @@ sh:
       no_entries: Nema zapisa u dnevniku
     page:
       recent_entries: Nedavni zapisi u dnevnik
-      older_entries: Stariji zapisi
-      newer_entries: Noviji zapisi
     edit:
       title: Uredi zapis u dnevnik
       marker_text: Lokacija unosa u dnevnik
@@ -328,8 +314,6 @@ sh:
       confirm: Potvrdi
     location:
       location: 'Lokacija:'
-      view: Prikaži
-      edit: Uredi
     feed:
       user:
         title: Zapisi dnevnika od korisnika %{user}
@@ -475,16 +459,13 @@ sh:
           prison: Zatvor
           pub: Pub
           public_bath: Javno kupalište
-      types:
-        cities: Gradovi
-        towns: Manji gradovi
-        places: Mjesta
     results:
       no_results: Nema rezultata
       more_results: Više rezultata
   issues:
     index:
       search: Pretraga
+    page:
       user_not_found: Korisnik ne postoji
       status: Status
       last_updated: Posljednja podnova
@@ -492,15 +473,11 @@ sh:
     edit: Uredi
     history: Historija
     export: Izvezi
-    data: Podaci
-    export_data: Izvezi podatke
     gps_traces: GPS tragovi
-    gps_traces_tooltip: Upravljanje GPS tragovima
     user_diaries: Dnevnici korisnika
     intro_header: Dobrodošao/la na OpenStreetMap!
     intro_text: OpenStreetMap je karta svijeta stvorena od strane ljudi kao što ste
       vi i može se slobodno koristiti pod licencom otvorenog koda.
-    intro_2_create_account: Napravi korisnički račun
     partners_fastly: Fastly
     partners_partners: partneri
     tou: Uslovi korištenja
@@ -508,17 +485,10 @@ sh:
       važni radovi na održavanju.
     osm_read_only: OpenStreetMap baza podataka je trenutno samo u modu čitanja, dok
       se ne sprovedu važni radovi na održavanju baze podataka.
-    donate: Podržite OpenStreetMap za %{link} Fond održavanja potrebnog hardvera.
     help: Pomoć
     about: O nama
     copyright: Autorska prava
     communities: Zajednice
-    community: Zajednica
-    community_blogs: Blogovi zajednice
-    community_blogs_title: Blogovi članova OpenStreetMap zajednice
-    make_a_donation:
-      title: Podržite OpenStreetMap novčanom donacijom
-      text: Donirajte
     learn_more: Saznajte više
     more: Više
   user_mailer:
@@ -555,7 +525,6 @@ sh:
     messages_table:
       to: Za
     message_summary:
-      reply_button: Odgovori
       destroy_button: Izbriši
     new:
       title: Pošalji poruku
@@ -590,14 +559,12 @@ sh:
       image size hint: (kvadratne slike od barem 100x100 piksela su najbolje)
   sessions:
     new:
-      title: Prijava
       tab_title: Prijava
       email or username: 'Imejl adresa ili korisničko ime:'
       password: 'Lozinka:'
       remember: Zapamti me
       lost password link: Izgubili ste lozinku?
       login_button: Prijava
-      register now: Registrirajte se sada
       with external: 'Ili koristite vanjski servis:'
       auth failure: Žao nam je, ne možemo vas prijaviti s ovim detaljima.
     suspended_flash:
@@ -609,9 +576,12 @@ sh:
     richtext_field:
       edit: Uredi
       preview: Pregled
+    pagination:
+      diary_entries:
+        older: Stariji zapisi
+        newer: Noviji zapisi
   site:
     about:
-      next: Sljedeće
       used_by_html: '%{name} snabdijeva geografskim podacima tisuće internetskih stranica,
         mobilnih priloga i uređaja'
       lede_text: OpenStreetMap je izgradila zajednica kartografa koji donose i održavaju
@@ -679,8 +649,6 @@ sh:
       user_page_link: korisničkoj stranici
       anon_edits_link_text: Otkrijte zašto je to slučaj.
       id_not_configured: Uređivački program "iD" nije konfiguriran
-      no_iframe_support: Vaš preglednik ne podržava "iOkvire" (iframes) sa HTML-om,
-        a oni su potrebni za ovu mogućnost.
     export:
       title: Izvoz
       manually_select: Ručno izaberi drukčije područje
@@ -763,7 +731,6 @@ sh:
   application:
     settings_menu:
       account_settings: Podešavanja računa
-      oauth1_settings: OAuth 1 postavke
       oauth2_applications: OAuth 2 prilozi
       oauth2_authorizations: OAuth 2 ovlaštenja
     auth_providers:
@@ -771,30 +738,6 @@ sh:
         title: Prijavi se sa OpenID-om
         alt: Prijavi se sa URL-om OpenID-a
   oauth:
-    authorize:
-      title: Autorizujte pristup svom računu
-      request_access_html: Izvršnik %{app_name} zahtjeva pristup vašem korisničkom
-        računu, %{user}. Odlučite se da li želite da izvršnik ima sljedeće mogućnosti.
-        Možete odabrati koliko joj pristupa želite dopustiti.
-      allow_to: 'Dozvoli klijentskoj aplikaciji da:'
-      allow_read_prefs: vam čita korisnička podešavanja.
-      allow_write_prefs: mijenja vaša korisnička podešavanja.
-      allow_write_diary: pravi unose u dnevniku, komentariše i dodaje prijatelje.
-      allow_write_api: mijenja kartu.
-      allow_read_gpx: vam čita vaše privatne GPS tragove.
-      allow_write_gpx: otprema GPS tragove.
-      allow_write_notes: mijenja bilješke.
-      grant_access: Dozvoli pristup
-    authorize_success:
-      title: Zahtjev za autorizaciju dopušten
-      allowed_html: Dali ste izvršniku %{app_name} pristup svom računu.
-      verification: Kod za potvrdu je %{code}.
-    authorize_failure:
-      title: Zahtjev za autorizaciju neuspješan
-      denied: Odbili ste izvršniku %{app_name} pristup svom računu.
-      invalid: Autorizacijski žeton nije važeći.
-    revoke:
-      flash: Opozvali ste žeton za %{application}
     permissions:
       missing: Niste dopustili pristup priloga ovom objektu
     scopes:
@@ -807,15 +750,6 @@ sh:
       write_notes: Promjena bilješki
       read_email: Čitanje korisničke imejl adrese
       skip_authorization: Automatsko odobravanje priloga
-  oauth_clients:
-    new:
-      title: Registriraj novi prilog
-    edit:
-      title: Uredi svoj prilog
-    show:
-      title: OAuth detalji za %{app_name}
-      key: 'Ključ potrošača:'
-      secret: 'Tajna potrošača:'
   users:
     new:
       title: Prijava
index 915a9c0abfc02dc11bc6bc1f124b582290c436a4..3972e6df9b08298b78f67e17b722835e69e8312a 100644 (file)
@@ -2,9 +2,9 @@
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: Aceman444
-# Author: Amire80
 # Author: Chiak
 # Author: Dušan Kreheľ
+# Author: Filip009
 # Author: Helix84
 # Author: Jose1711
 # Author: KuboF
@@ -22,6 +22,7 @@
 # Author: Ruila
 # Author: Spider 001757
 # Author: Teslaton
+# Author: Tj
 # Author: TomášPolonec
 # Author: Vladolc
 # Author: Wizzard
@@ -62,8 +63,6 @@ sk:
   activerecord:
     errors:
       messages:
-        invalid_email_address: nevyzerá ako platná e-mailová adresa
-        email_address_not_routable: nie je routovateľná
         display_name_is_user_n: nemôže byť user_n, pokiaľ n nie je vaše ID používateľa
       models:
         user_mute:
@@ -142,7 +141,7 @@ sk:
         longitude: Zem. dĺžka
         public: Verejné
         description: Popis
-        gpx_file: Nahrať GPX súbor
+        gpx_file: Vyberte súbor GPS
         visibility: Viditeľnosť
         tagstring: Značky
       message:
@@ -429,7 +428,7 @@ sk:
         note: poznámka
     timeout:
       title: Vypršal časový limit
-      sorry: Ľutujeme, ale načítanie dát %{type} číslo %{id} trvalo príliš dlho
+      sorry: Ľutujeme, ale načítanie dát typu %{type} číslo %{id} trvalo príliš dlho.
       type:
         node: uzol
         way: cesta
@@ -474,21 +473,21 @@ sk:
   old_relations:
     not_found:
       sorry: 'Ľutujeme, reláciu #%{id} verzie %{version} sa nepodarilo nájsť.'
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Nový komentár k sade zmien #%{changeset_id} od %{author}'
+        commented_at_by_html: Upravené %{when} používateľom %{user}
+      show:
+        title_all: Diskusia k sade zmien OpenStreetMap
+        title_particular: 'Diskusia k sade zmien OpenStreetMap #%{changeset_id}'
+      timeout:
+        sorry: Ľutujeme, ale vami požadovaný zoznam komentárov k sade zmien sa načítaval
+          príliš dlho.
   changesets:
-    changeset_paging_nav:
-      showing_page: Stránka %{page}
-      next: Ďalšia »
-      previous: « Predchádzajúca
     changeset:
-      anonymous: Anonym
       no_edits: (bez úprav)
       view_changeset_details: Zobraziť detaily sady zmien
-    changesets:
-      id: ID
-      saved_at: Uložené
-      user: Používateľ
-      comment: Komentár
-      area: Oblasť
     index:
       title: Sady zmien
       title_user: Sady zmien používateľa %{user}
@@ -518,7 +517,6 @@ sk:
       title: Sada zmien %{id}
       created_by_html: Vytvoril %{link_user} dňa %{created}.
     no_such_entry:
-      title: Žiadna takáto sada zmien
       heading: 'Žiadna položka s ID: %{id}'
       body: Ľutujeme, neexistuje žiadna sada zmien s ID %{id}. Skontrolujte si pravopis,
         alebo možno je odkaz, na ktorý ste klikli, nesprávny.
@@ -552,18 +550,6 @@ sk:
       relations_paginated: Relácie (%{x}–%{y} z %{count})
     timeout:
       sorry: Ľutujeme, ale vami požadovaný zoznam sád zmien sa načítaval príliš dlho.
-  changeset_comments:
-    comment:
-      comment: 'Nový komentár k sade zmien #%{changeset_id} od %{author}'
-      commented_at_by_html: Upravené %{when} používateľom %{user}
-    comments:
-      comment: 'Nový komentár k sade zmien #%{changeset_id} od používateľa %{author}'
-    index:
-      title_all: Diskusia k sade zmien OpenStreetMap
-      title_particular: 'Diskusia k sade zmien OpenStreetMap #%{changeset_id}'
-    timeout:
-      sorry: Ľutujeme, ale vami požadovaný zoznam komentárov k sade zmien sa načítaval
-        príliš dlho.
   dashboards:
     contact:
       km away: vzdialený %{count}km
@@ -604,8 +590,6 @@ sk:
       no_entries: Žiadny záznam denníka
     page:
       recent_entries: Nedávne záznamy denníka
-      older_entries: Staršie záznamy
-      newer_entries: Novšie záznamy
     edit:
       title: Upraviť záznam denníka
       marker_text: Poloha k záznamu v denníku
@@ -647,8 +631,6 @@ sk:
       report: Nahlásiť tento komentár
     location:
       location: 'Poloha:'
-      view: Zobraziť
-      edit: Upraviť
     feed:
       user:
         title: Záznamy OpenStreetMap denníka používateľa %{user}
@@ -663,6 +645,8 @@ sk:
     subscribe:
       heading: Prihlásiť sa na odber nasledujúcej diskusie o zmenách?
       button: Odoberať diskusiu
+    unsubscribe:
+      button: Zrušiť odber diskusie
   diary_comments:
     index:
       title: Komentáre k denníkom pridané používateľom %{user}
@@ -673,8 +657,6 @@ sk:
       post: Príspevok
       when: Kedy
       comment: Komentár
-      newer_comments: Novšie komentáre
-      older_comments: Staršie komentáre
   doorkeeper:
     flash:
       applications:
@@ -692,6 +674,8 @@ sk:
       contact: kontaktovať
       contact_the_community_html: Neváhajte %{contact_link} komunitu OpenStreetMap,
         ak ste našli nefunkčný odkaz/chybu. Poznačte si presnú adresu URL vašej žiadosti.
+    bad_request:
+      title: Chybná požiadavka
     forbidden:
       title: Zakázané
       description: Operácia, ktorú ste požadovali na serveri OpenStreetMap, je dostupná
@@ -721,7 +705,6 @@ sk:
   geocoder:
     search:
       title:
-        results_from_html: Výsledky z %{results_link}
         latlon: Interné
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -822,7 +805,7 @@ sk:
           parking_entrance: Vjazd na parkovisko
           parking_space: Parkovacie miesto
           payment_terminal: Platobný terminál
-          pharmacy: lekáreň
+          pharmacy: Lekáreň
           place_of_worship: Miesto pre bohoslužby
           police: Polícia
           post_box: Poštová schránka
@@ -832,6 +815,7 @@ sk:
           public_bath: Verejné kúpele
           public_bookcase: Verejná knihovnička
           public_building: Verejná budova
+          ranger_station: Stanica pre poštový kuriér
           recycling: Recyklačné miesto
           restaurant: Reštaurácia
           sanitary_dump_station: Sanitárna skládka
@@ -887,6 +871,7 @@ sk:
           college: Budova vysokej školy
           commercial: Komerčné budovy
           construction: Budova vo výstavbe
+          cowshed: Kravín
           detached: Rodinný dom (samostatne stojaci)
           dormitory: Študentský domov
           duplex: Dvojdom
@@ -916,6 +901,7 @@ sk:
           shed: Kôlňa
           stable: Stajňa
           static_caravan: Príves
+          sty: Krmník
           temple: Budova chrámu
           terrace: Radová zástavba
           train_station: Železničná stanica
@@ -939,6 +925,8 @@ sk:
           gardener: Záhradník
           glaziery: Sklenárstvo
           handicraft: Remeslo
+          hvac: Výrobňa klimatizácie
+          metal_construction: Výrobňa kovových konštrukcií
           painter: Maliar
           photographer: Fotograf
           plumber: Inštalatér
@@ -961,16 +949,20 @@ sk:
           life_ring: Záchranný kruh
           phone: Núdzový telefón
           siren: Núdzová siréna
+          suction_point: Núdzové čerpacie miesto
+          water_tank: Núdzová vodná nádrž
         highway:
           abandoned: Zrušená cesta
           bridleway: Cesta pre kone
           bus_guideway: Bus so sprievodcom
           bus_stop: Zastávka autobusu
           construction: Cesta vo výstavbe
+          corridor: Chodba
           crossing: Priechod
           cycleway: Cyklistický chodník
           elevator: Výťah
           emergency_access_point: Stanica prvej pomoci
+          emergency_bay: Núdzová odstavná plocha
           footway: Chodník
           ford: Brod
           give_way: Značka "daj prednosť v jazde"
@@ -1003,18 +995,24 @@ sk:
           track: Lesná/poľná cesta
           traffic_mirror: Dopravné zrkadlo
           traffic_signals: Semafor
+          trailhead: Začiatok turistickej trasy
           trunk: Cesta pre motorové vozidlá
           trunk_link: Privádzač k ceste pre motorové vozidlá
           turning_circle: Miesto na otočenie
+          turning_loop: Otočná slučka
           unclassified: Neklasifikovaná cesta
           "yes": Cesta
         historic:
+          aircraft: Historické lietadlo
           archaeological_site: Archeologické nálezisko
+          bomb_crater: Historický bombový kráter
           battlefield: Bojisko
           boundary_stone: Hraničný kameň
           building: Historická budova
           bunker: Bunker
+          cannon: Historické delo
           castle: Hrad
+          charcoal_pile: Historická hromada dreveného uhlia
           church: Kostol
           city_gate: Mestská brána
           citywalls: Mestské hradby
@@ -1024,10 +1022,14 @@ sk:
           house: Dom
           manor: Šľachtické sídlo
           memorial: Pomník
+          milestone: Historický míľnik
           mine: Baňa
+          mine_shaft: Banská šachta
           monument: Pamätník
+          railway: Historická železnica
           roman_road: Rímska cesta
           ruins: Ruina
+          rune_stone: Runový kameň
           stone: Balvan
           tomb: Náhrobok
           tower: Veža
@@ -1040,6 +1042,7 @@ sk:
           "yes": Križovatka
         landuse:
           allotments: Záhradkárska osada
+          aquaculture: Akvakultúra
           basin: Vodná nádrž
           brownfield: Opustená priemyselná oblasť (brownfield)
           cemetery: Cintorín
@@ -1062,6 +1065,7 @@ sk:
           quarry: Lom
           railway: Železnica
           recreation_ground: Rekreačná oblasť
+          religious: Náboženská pôda
           reservoir: Zásobník na vodu
           reservoir_watershed: Povodie nádrže
           residential: Obytná oblasť
@@ -1107,21 +1111,29 @@ sk:
           water_park: Aquapark
           "yes": Voľný čas
         man_made:
+          adit: Štôlňa
           advertising: Reklama
           antenna: Anténa
           avalanche_protection: Protilavínová ochrana
           beacon: Maják
+          beam: Nosník
           beehive: Včelí úľ
           breakwater: Vlnolam
           bridge: Most
           bunker_silo: Bunker
+          cairn: Mohyla
           chimney: Komín
           clearcut: Holorub
+          communications_tower: Komunikačná veža
           crane: Žeriav
           cross: Kríž
+          dolphin: Kotviaci bod
+          dyke: Hrádza
           embankment: Násyp
           flagpole: Vlajkový stožiar
           gasometer: Plynojem
+          groyne: Vlnolam
+          kiln: Pec
           lighthouse: Maják
           manhole: Vchod do kanála
           mast: Stožiar
@@ -1131,6 +1143,8 @@ sk:
           petroleum_well: Ropný vrt
           pier: Mólo
           pipeline: Vodovod
+          pumping_station: Prečerpávacia stanica
+          reservoir_covered: Krytá nádrž
           silo: Silo
           snow_cannon: Snehové delo
           snow_fence: Protisnehový plot
@@ -1179,11 +1193,13 @@ sk:
           hill: Kopec
           hot_spring: Termálny prameň
           island: Ostrov
+          isthmus: Pevninská šija
           land: Pevnina
           marsh: Bažina
           moor: Močiar
           mud: Bahno
           peak: Vrchol
+          peninsula: Polostrov
           point: Bod
           reef: Bradlo, Skalisko
           ridge: Hrebeň
@@ -1192,6 +1208,7 @@ sk:
           sand: Piesok
           scree: Sutina
           scrub: Krovie
+          shingle: Okruhliaky
           spring: Prameň
           stone: Balvan
           strait: Úžina
@@ -1248,6 +1265,7 @@ sk:
           locality: Oblasť
           municipality: Obecný úrad
           neighbourhood: Štvrť
+          plot: Pozemok
           postcode: PSČ
           quarter: Štvrť
           region: Región
@@ -1261,6 +1279,7 @@ sk:
           "yes": Miesto
         railway:
           abandoned: Zrušená železničná trať
+          buffer_stop: Zarážadlo
           construction: Železnica vo výstavbe
           disused: Nepoužívaná železnica
           funicular: Lanová dráha
@@ -1274,6 +1293,7 @@ sk:
           platform: Železničné nástupište
           preserved: Historická železnica
           proposed: Navrhovaná železnica
+          rail: Železnica
           spur: Železničná vlečka
           station: Železničná stanica
           stop: Železničná zastávka
@@ -1282,16 +1302,20 @@ sk:
           switch: Železničná výhybka
           tram: Električka
           tram_stop: Zastávka električky
+          turntable: Točňa
           yard: Železničné depo
         shop:
-          alcohol: Mimo povolenia
+          agrarian: Obchod s poľnohospodárskymi potrebami
+          alcohol: Predaj alkoholu
           antiques: Starožitnosti
+          appliance: Obchod so spotrebičmi
           art: Obchod s umením
           baby_goods: Detský tovar
           bag: Kabelky
           bakery: Pekáreň
           bathroom_furnishing: Vybavenie kúpeľne
           beauty: Salón krásy
+          bed: Posteľné výrobky
           beverages: Občerstvenie
           bicycle: Obchod s bicyklami
           bookmaker: Stávková kancelária
@@ -1304,48 +1328,64 @@ sk:
           carpet: Obchod s kobercami
           charity: Charitatívny obchod
           cheese: Obchod so syrmi
-          chemist: Lekáreň
+          chemist: Drogéria
           chocolate: Predajňa čokolády
           clothes: Obchod s konfekciou
           coffee: Predajňa kávy
           computer: Obchod s počítačmi
           confectionery: Cukráreň
-          convenience: Rozličný tovar
+          convenience: Potraviny
           copyshop: Copy centrum
           cosmetics: Parfuméria
+          craft: Obchod s remeselnými potrebami
+          curtain: Obchod so závesmi
+          dairy: Mliekáreň
           deli: Lahôdky
           department_store: Obchodný dom
           discount: Diskontná predajňa
           doityourself: Obchod pre kutilov
           dry_cleaning: Chemická čistiareň
+          e-cigarette: Obchod s elektronickými cigaretami
           electronics: Elektro
           erotic: Erotický obchod
           estate_agent: Realitná kancelária
+          fabric: Obchod s látkami
           farm: Poľnonákup
           fashion: Módny salón
+          fishing: Obchod s rybárskymi potrebami
           florist: Kvetinárstvo
           food: Obchod s potravinami
+          frame: Obchod s rámami
           funeral_directors: Pohrebníctvo
           furniture: Nábytok
           garden_centre: Záhradnícke centrum
+          gas: Predaj plynových fľaší
           general: Zmiešaný tovar
           gift: Suveníry
           greengrocer: Obchod so zeleninou
           grocery: Potraviny
           hairdresser: Kaderníctvo,holičstvo
           hardware: Železiarstvo
+          health_food: Obchod so zdravou výživou
           hearing_aids: Načúvacie prístroje
+          herbalist: Bylinkár
           hifi: Hi-Fi obchod
           houseware: Domáce potreby
           ice_cream: Zmrzlina
+          interior_decoration: Bytové doplnky
           jewelry: Zlatníctvo
           kiosk: Novinový stánok
+          kitchen: Predajňa kuchýň
           laundry: Práčovňa
+          locksmith: Zámočník
           lottery: Lotéria
-          mall: Pešia zóna
+          mall: Nákupné centrum
           massage: Masáž
+          medical_supply: Obchod so zdravotníckymi potrebami
           mobile_phone: Obchod s mobilnými telefónmi
+          money_lender: Peňažné pôžičky
           motorcycle: Motocyklový obchod
+          motorcycle_repair: Opravovňa motocyklov
           music: Hudobniny
           musical_instrument: Hudobné nástroje
           newsagent: Novinový stánok
@@ -1354,16 +1394,24 @@ sk:
           organic: Obchod so zdravou výživou
           outdoor: Turistický obchod
           paint: Farby-laky
+          pastry: Cukráreň
           pawnbroker: Záložňa
           perfumery: Parfuméria
           pet: Chovprodukt
+          pet_grooming: Starostlivosť o domáce zvieratá
           photo: Fotokino
+          seafood: Morské plody
           second_hand: Bazár
+          sewing: Obchod so šijacími potrebami
           shoes: Obuv
           sports: Športový obchod
           stationery: Papierníctvo
+          storage_rental: Prenájom skladovacích priestorov
           supermarket: Supermarket
           tailor: Krajčír
+          tattoo: Tetovací salón
+          tea: Predaj čajov
+          ticket: Predaj lístkov
           tobacco: Trafika
           toys: Hračkárstvo
           travel_agency: Cestovná kancelária
@@ -1371,14 +1419,18 @@ sk:
           vacant: Prázdny obchod
           variety_store: Lacný tovar
           video: Videopožičovňa, predaj DVD
+          video_games: Obchod s videohrami
+          wholesale: Veľkoobchod
           wine: Vináreň
           "yes": Obchod
         tourism:
           alpine_hut: Vysokohorská chata
+          apartment: Dovolenkový apartmán
           artwork: Umelecké dielo
           attraction: Atrakcia
           bed_and_breakfast: Nocľah a raňajky
           cabin: Turistický zrub
+          camp_pitch: Miesto pre táborenie
           camp_site: Kemping
           caravan_site: Autokemping
           chalet: Veľká chata
@@ -1392,6 +1444,7 @@ sk:
           picnic_site: Výletné miesto
           theme_park: Zábavný park
           viewpoint: Rozhľadňa, výhliadka
+          wilderness_hut: Chata v divočine
           zoo: Zoo
         tunnel:
           building_passage: Pasáž cez budovu
@@ -1427,10 +1480,6 @@ sk:
         level9: Hranica obce
         level10: Hranica časti obce
         level11: Hranica susedstva
-      types:
-        cities: Veľkomestá
-        towns: Mestá
-        places: Miesta
     results:
       no_results: Neboli nájdené žiadne výsledky
       more_results: Viac výsledkov
@@ -1444,13 +1493,18 @@ sk:
       not_updated: Neaktualizované
       search: Hľadať
       search_guidance: 'Hľadať hlásenia:'
+      states:
+        ignored: Ignorované
+        open: Otvorené
+        resolved: Vyriešené
+    page:
       user_not_found: Používateľ neexistuje
       issues_not_found: Nenašli sa žiadne také hlásenia
+      reported_user: Nahlásený používateľ
       status: Stav
       reports: Hlásenia
       last_updated: Posledná úprava
       last_updated_time_ago_user_html: '%{time_ago} používateľom %{user}'
-      link_to_reports: Zobraziť hlásenia
       reports_count:
         one: '%{count} hlásenie'
         few: '%{count} hlásenia}'
@@ -1539,18 +1593,12 @@ sk:
     history: História
     export: Export
     issues: Problémy
-    data: Údaje
-    export_data: Export údajov
     gps_traces: GPS stopy
-    gps_traces_tooltip: Správa GPS stôp
     user_diaries: Denníky používateľov
-    user_diaries_tooltip: Zobraziť denníky používateľov
     edit_with: Upraviť pomocou %{editor}
-    tag_line: Slobodná wiki-mapa sveta
     intro_header: Vitajte v OpenStreetMap!
     intro_text: OpenStreetMap je mapa sveta, vytvorené ľuďmi ako vy, voľne využiteľná
       pod slobodnou licenciou.
-    intro_2_create_account: Založte si konto
     hosting_partners_2024_html: Prevádzku serverov podporujú %{fastly}, %{corpmembers},
       a ďalší %{partners}.
     partners_fastly: Fastly
@@ -1561,17 +1609,11 @@ sk:
       databázy naďalej prebieha.
     osm_read_only: OpenStreetMap databáza je teraz len v móde čítania (bez možnosti
       zapisovania), zatiaľ čo potrebná údržba databázy naďalej prebieha.
-    donate: Podporte OpenStreetMap %{link} Fondu na obnovu hardwaru
+    nothing_to_preview: Nič k náhľadu.
     help: Pomocník
     about: O projekte
     copyright: Autorské práva
     communities: Komunity
-    community: Komunita
-    community_blogs: Komunitné blogy
-    community_blogs_title: Blogy členov komunity OpenStreetMap
-    make_a_donation:
-      title: Podporte OpenStreetMap finančným príspevkom
-      text: Darovanie
     learn_more: Viac info
     more: Ďalšie
   user_mailer:
@@ -1690,7 +1732,6 @@ sk:
     changeset_comment_notification:
       description: Sada zmien OpenStreetMap č. %{id}
       hi: Ahoj %{to_user},
-      greeting: Ahoj,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} pridal komentár k vašej sade zmien'
         subject_other: '[OpenStreetMap] %{commenter} pridal komentár k sade zmien,
@@ -1764,7 +1805,6 @@ sk:
     message_summary:
       unread_button: Označiť ako neprečítané
       read_button: Označiť ako prečítané
-      reply_button: Odpovedať
       destroy_button: Zmazať
       unmute_button: Presunúť do doručenej pošty
     new:
@@ -1781,7 +1821,6 @@ sk:
       body: Ľutujeme, neexistuje správa s takým ID.
     outbox:
       title: Odoslaná pošta
-      actions: Akcie
       messages:
         few: Máte %{count} odeslané správy
         one: Máte %{count} odoslanú správu
@@ -1877,14 +1916,12 @@ sk:
       failure: Nepodarilo sa upraviť profil.
   sessions:
     new:
-      title: Prihlásiť sa
       tab_title: Prihlásenie
       email or username: E-mailová adresa alebo prihlasovacie meno
       password: Heslo
       remember: Zapamätať
       lost password link: Stratili ste heslo?
       login_button: Prihlásiť
-      register now: Zaregistrujte se
       with external: ale použite na prihlásenie služby tretích strán
       or: alebo
       auth failure: Ľutujeme, s uvedenými údajmi sa nie je možné prihlásiť.
@@ -1915,9 +1952,19 @@ sk:
     richtext_field:
       edit: Upraviť
       preview: Náhľad
+      help: Pomocník
+    pagination:
+      diary_comments:
+        older: Staršie komentáre
+        newer: Novšie komentáre
+      diary_entries:
+        older: Staršie záznamy
+        newer: Novšie záznamy
+      traces:
+        older: Staršie stopy
+        newer: Novšie stopy
   site:
     about:
-      next: Ďalej
       heading_html: '%{copyright}prispievatelia %{br} OpenStreetMap'
       used_by_html: '%{name} poskytuje mapové dáta pre tisícky webových stránok, mobilných
         aplikácií a hardvérových zariadení'
@@ -2038,11 +2085,14 @@ sk:
         contributors_au_cc_licence: Medzinárodná licencia Creative Commons Attribution
           4.0 (CC BY 4.0)
         contributors_ca_canada: Kanada
+        contributors_cz_czechia: Česko
         contributors_fi_finland: Fínsko
         contributors_fr_france: Francúzsko
+        contributors_hr_croatia: Chorvátsko
         contributors_nl_netherlands: Holandsko
         contributors_nz_new_zealand: Nový Zéland
         contributors_nz_cc_by: CC BY 4.0
+        contributors_rs_serbia: Srbsko
         contributors_si_slovenia: Slovinsko
         contributors_es_spain: Španielsko
         contributors_es_cc_by: CC BY 4.0
@@ -2084,8 +2134,6 @@ sk:
       user_page_link: stránke používateľa
       anon_edits_link_text: Prečo to tak je?
       id_not_configured: iD zatiaľ nie je nakonfigurovaný
-      no_iframe_support: Váš prehliadač nepodporuje vložené HTML rámy (iframes), ktoré
-        sú pre túto funkciu nevyhnutné.
     export:
       title: Export
       manually_select: Manuálne vybrať inú oblasť
@@ -2184,10 +2232,8 @@ sk:
       welcome_mat: Pozrite sa na Welcome Mat
     sidebar:
       search_results: Výsledky vyhľadávania
-      close: Zavrieť
     search:
       search: Hľadať
-      get_directions: Nájsť trasu
       get_directions_title: Vyhľadať trasu medzi dvoma bodmi
       from: Odkiaľ
       to: Kam
@@ -2204,48 +2250,73 @@ sk:
           primary: Cesta prvej triedy
           secondary: Cesta druhej triedy
           unclassified: Neklasifikovaná cesta
+          pedestrian: Chodník pre chodcov
           track: Lesná/poľná cesta
           bridleway: Chodník pre kone
           cycleway: Cyklotrasa
           cycleway_national: Národná cyklotrasa
           cycleway_regional: Regionálna cyklotrasa
           cycleway_local: Miestna cyklotrasa
+          cycleway_mtb: Trasa pre horské bicykle
           footway: Chodník pre peších
           rail: Železnica
+          train: Vlak
           subway: Metro
+          ferry: Trajekt
           light_rail: Ľahké metro
+          tram: Električka
+          trolleybus: Trolejbus
+          bus: Autobus
           cable_car: Lanovka
           chair_lift: Sedačková lanovka
           runway: Letisková dráha
           taxiway: Pojazdová dráha
           apron: Letisková odbavovacia plocha
           admin: Administratívne hranice
+          capital: Hlavné mesto
+          city: Mesto
+          orchard: Sad
+          vineyard: Vinica
           forest: Les (udržiavaný)
           wood: Les
+          farmland: Poľnohospodárska pôda
+          grass: Tráva
+          meadow: Lúka
           bare_rock: Holá skala
+          sand: Piesok
           golf: Golfové ihrisko
           park: Park
           common: Pastvina
+          built_up: Zastavaná plocha
           resident: Obytná oblasť
           retail: Nákupná oblasť
           industrial: Priemyselná oblasť
           commercial: Komerčná oblasť
           heathland: Vresovisko
+          scrubland: Kroviny
           lake: Jazero
           reservoir: Nádrž
           intermittent_water: Občasná vodná plocha
+          glacier: Ľadovec
+          reef: Útes
+          wetland: Mokrina
           farm: Farma
           brownfield: Zborenisko
           cemetery: Cintorín
           allotments: Záhradkárska kolónia
           pitch: Športové ihrisko
           centre: Športové centrum
+          beach: Pláž
           reserve: Prírodná rezervácia
           military: Vojenský priestor
           school: Škola
           university: Univerzita
+          hospital: Nemocnica
           building: Významná budova
           station: Železničná stanica
+          railway_halt: Železničná zastávka
+          subway_station: Stanica metra
+          tram_stop: Zastávka električky
           summit: Vrchol
           peak: Vrchol
           tunnel: Čiarkovaný obrys = tunel
@@ -2253,8 +2324,11 @@ sk:
           private: Súkromný prístup
           destination: Prejazd zakázaný
           construction: Cesta vo výstavbe
+          bus_stop: Zastávka autobusu
           bicycle_shop: Obchod s bicyklami
+          bicycle_rental: Požičovňa bicyklov
           bicycle_parking: Parkovanie pre bicykle
+          bicycle_parking_small: Malé parkovisko pre bicykle
           toilets: WC
     welcome:
       title: Vitajte!
@@ -2295,10 +2369,12 @@ sk:
         imports: Importy (hromadné zadávanie)
         automated_edits: Automatické úpravy
       start_mapping: Začať mapovať
+      continue_authorization: Pokračovať v autorizácii
       add_a_note:
         title: Nie je čas upravovať? Pridajte poznámku!
         para_1: Pokiaľ chcete len opraviť nejakú drobnosť a nemáte čas sa registrovať
           a učiť sa upravovať, môžete jednoducho pridať poznámku.
+        the_map: Mapa
     communities:
       title: Komunity
       lede_text: |-
@@ -2347,8 +2423,8 @@ sk:
       title: Úprava stopy %{name}
       heading: Úprava stopy %{name}
       visibility_help: čo má toto znamenať?
-    trace_optionals:
-      tags: Tagy
+    update:
+      updated: Trasa bola aktualizovaná
     show:
       title: Sledovanie stopy %{name}
       heading: Sledovanie stopy %{name}
@@ -2392,16 +2468,15 @@ sk:
       description: Prechádzať nedávno nahrané GPS stopy
       tagged_with: ' označený s %{tags}'
       empty_title: Zatiaľ tu nič nie je
+      upload_new: Nahrať novú stopu
+      wiki_page: wiki stránke
       upload_trace: Nahrať stopu
       all_traces: Všetky stopy
       my_traces: Moje stopy
-    page:
-      older: Staršie stopy
-      newer: Novšie stopy
+      traces_from: Verejné stopy od %{user}
+      remove_tag_filter: Odstrániť filter značiek
     destroy:
       scheduled_for_deletion: Stopa plánovaná na vymazanie
-    make_public:
-      made_public: Zverejnená stopa
     offline_warning:
       message: Nahrávanie GPX súborov je momentálne nedostupné
     offline:
@@ -2412,14 +2487,10 @@ sk:
     description:
       description_without_count: GPX súbor od používateľa %{user}
   application:
-    basic_auth_disabled: 'HTTP Základná autentifikácia je vypnutá: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 a 1.0a sú vypnuté: %{link}'
     permission_denied: Nemáte oprávnenie na prístup k tejto akcii
     require_cookies:
       cookies_needed: Zdá sa, že máte zakázané cookies – povoľte prosím cookies vo
         vašom prehliadači a následne pokračujte.
-    require_admin:
-      not_an_admin: Túto akciu môže vykonať iba správca.
     setup_user_auth:
       blocked_zero_hour: Na webstránke OpenStreetMap máte súrnu správu. Túto správu
         si musíte prečítať predtým než budete môcť uložiť zmeny.
@@ -2430,11 +2501,11 @@ sk:
         ich odsúhlasiť, musíte si ich ale zobraziť.
     settings_menu:
       account_settings: Nastavenia účtu
-      oauth1_settings: Nastavenia OAuth 1
       oauth2_applications: Aplikácie OAuth 2
       oauth2_authorizations: Autorizácie OAuth 2
       muted_users: Stlmení používatelia
     auth_providers:
+      openid_url: OpenID URL
       openid_login_button: Pokračovať
       openid:
         title: Prihlásenie sa pomocou OpenID
@@ -2455,30 +2526,6 @@ sk:
         title: Prihlásiť sa pomocou Wikipédie
         alt: Prihláste sa pomocou účtu Wikipedia
   oauth:
-    authorize:
-      title: Povoľte prístup k vášmu účtu
-      request_access_html: Aplikácia %{app_name} požaduje prístup k vášmu kontu (%{user}).
-        Vyberte si, či si želáte, aby mala aplikácia nasledujúce oprávnenie. Môžete
-        zvoliť ľubovoľný počet oprávnení.
-      allow_to: 'Klientskej aplikácii umožniť:'
-      allow_read_prefs: čítať vaše osobné nastavenia.
-      allow_write_prefs: upraviť vaše osobné nastavenia.
-      allow_write_diary: vytvoriť položky denníka, poznámok a priateľov.
-      allow_write_api: upravovať mapu.
-      allow_read_gpx: čítať vaše súkromné GPS stopy.
-      allow_write_gpx: nahrať GPS stopy.
-      allow_write_notes: meniť poznámky.
-      grant_access: Udeliť prístup
-    authorize_success:
-      title: Požiadavka na autorizáciu povolená
-      allowed_html: Udelili ste aplikácii %{app_name} prístup k vášmu účtu.
-      verification: Váš overovací kód je %{code}.
-    authorize_failure:
-      title: Požiadavka na autorizáciu zlyhala
-      denied: Odopreli ste aplikácii %{app_name} prístup k vášmu účtu.
-      invalid: Autorizačný token je neplatný.
-    revoke:
-      flash: Prístup pre aplikáciu %{application} bol odvolaný.
     permissions:
       missing: Aplikácii ste nepovolili prístup k tejto funkcii
     scopes:
@@ -2497,48 +2544,6 @@ sk:
       skip_authorization: Automaticky schváliť aplikáciu
     for_roles:
       moderator: Toto oprávnenie je pre akcie dostupné iba moderátorom
-  oauth_clients:
-    new:
-      title: Registrácia novej aplikácie
-      disabled: Registrácia aplikácií cez OAuth 1 bola vypnutá
-    edit:
-      title: Upraviť aplikáciu
-    show:
-      title: Podrobnosti OAuth pre %{app_name}
-      key: 'Consumer Key:'
-      secret: 'Consumer Secret:'
-      url: 'Request Token URL:'
-      access_url: 'Access Token URL:'
-      authorize_url: 'Authorise URL:'
-      support_notice: Podporujeme HMAC-SHA1 (odporúča sa) a podpisy RSA-SHA1.
-      edit: Upraviť detaily
-      delete: Odstrániť klienta
-      confirm: Ste si istý?
-      requests: 'Žiadam nasledujúce oprávnenia od používateľa:'
-    index:
-      title: Moje OAuth nastavenia
-      my_tokens: Moje autorizované aplikácie
-      list_tokens: 'Nasledovné tokeny boli vo vašom mene vydané aplikáciám:'
-      application: Názov aplikácie
-      issued_at: Vydané
-      revoke: Odvolať!
-      my_apps: Moje klientské aplikácie
-      no_apps_html: Máte nejakú aplikáciu, využívajúcu štandard %{oauth}, ktorá by
-        s nami mala spolupracovať? Aplikáciu je potrebné najprv zaregistrovať, až
-        potom sem bude môcť posielať OAuth požiadavky.
-      oauth: OAuth
-      registered_apps: 'Máte zaregistrované nasledujúce klientské aplikácie:'
-      register_new: Zaregistrovať aplikáciu
-    form:
-      requests: 'Žiadať používateľov o nasledujúce oprávnenia:'
-    not_found:
-      sorry: Je nám ľúto, že %{type} nemožno nájsť.
-    create:
-      flash: Uspešne registrované informácie
-    update:
-      flash: Úspešne aktualizované informácie o klientovi
-    destroy:
-      flash: Registrácia klientskej aplikácie bola zrušená
   oauth2_applications:
     index:
       title: Moje klientske aplikácie
@@ -2546,9 +2551,11 @@ sk:
         ktorá by s nami mala spolupracovať? Aplikáciu je potrebné najprv zaregistrovať,
         až potom bude môcť posielať OAuth požiadavky k tejto službe.
       new: Zaregistrovať novú aplikáciu
+      name: Názov
       permissions: Povolenia
     application:
       edit: Upraviť
+      delete: Zmazať
       confirm_delete: Odstrániť túto aplikáciu?
     new:
       title: Zaregistrovať novú aplikáciu
@@ -2556,7 +2563,10 @@ sk:
       title: Upraviť aplikáciu
     show:
       edit: Upraviť
+      delete: Zmazať
       confirm_delete: Odstrániť túto aplikáciu?
+      client_id: ID klienta
+      client_secret: Tajomstvo klienta
       client_secret_warning: Uistite sa, že tento tajný kľúč si uložíte - viac sa
         už nezobrazí
       permissions: Povolenia
@@ -2587,26 +2597,31 @@ sk:
         do %{client_app_name}.
       no_auto_account_create: Bohužiaľ teraz nie sme schopný vytvoriť pre vás účet
         automaticky.
+      support: podpora
       about:
         header: Slobodné a upravovateľné.
         paragraph_1: Na rozdiel od iných máp OpenStreetMap tvoria výhradne dobrovoľníci
           ako ste vy a každý si ju môže bezplatne opraviť, aktualizovať, stiahnuť
           a použiť.
         paragraph_2: Ak chcete začať prispievať, zaregistrujte sa.
+        welcome: Vitajte v OpenStreetMap
       display name description: Vaše verejne zobrazené meno užívateľa. Môžete ho potom
         zmeniť v nastaveniach.
       by_signing_up:
         html: Registráciou súhlasíte s našimi %{tou_link}, %{privacy_policy_link}
           a %{contributor_terms_link}.
+        privacy_policy: Zásady ochrany súkromia
         privacy_policy_title: Pravidlá ochrany osobných údajov OSMF vrátane sekcie
           o e-mailových adresách
-      external auth: 'Autentifikácia treťou stranou:'
+        contributor_terms: Podmienky prispievania
       continue: Zaregistrujte sa
       terms accepted: Ďakujeme za odsúhlasenie nových podmienok prispievania!
       email_help:
         html: Vaša adresa sa nezobrazuje verejne, pre ďalšie informácie venujte pozornosť
           našim %{privacy_policy_link}.
       consider_pd_html: Moje príspevky považujem za %{consider_pd_link}.
+      consider_pd: Verejná doména
+      or: alebo
       use external auth: prípadne využite na registráciu služby tretích strán
     terms:
       title: Podmienky
@@ -2620,7 +2635,7 @@ sk:
         za slobodné dielo (Public Domain).
       consider_pd_why: čo to znamená?
       continue: Pokračovať
-      decline: Nesúhlasím
+      cancel: Zrušiť
       you need to accept or decline: Pre pokračovanie si prosím prečítajte a príjmite,
         alebo odmietnite nové Podmienky prispievania.
       legale_select: 'Zvoľte prosím svoju domovskú krajinu:'
@@ -2635,6 +2650,7 @@ sk:
       heading: Používateľ %{user} neexistuje
       body: Ľutujeme, používateľ %{user} neexistuje. Prosím skontrolujte váš text,
         alebo ste možno klikli na nesprávny odkaz.
+      deleted: zmazaný
     show:
       my diary: Môj denník
       my edits: Moje úpravy
@@ -2648,6 +2664,8 @@ sk:
       my_dashboard: Moja nástenka
       blocks on me: Moje zablokovania
       blocks by me: Mnou udelené bloky
+      create_mute: Stlmiť tohto používateľa
+      destroy_mute: Zrušiť stlmenie tohto používateľa
       edit_profile: Upraviť profil
       send message: Poslať správu
       diary: Denník
@@ -2658,6 +2676,8 @@ sk:
       add as friend: Pridať priateľa
       mapper since: 'Mapuje od:'
       last map edit: 'Posledná úprava mapy:'
+      no activity yet: Zatiaľ žiadna aktivita
+      uid: 'ID používateľa:'
       ct status: 'Podmienky prispievania:'
       ct undecided: Nerozhodnuté
       ct declined: Odmietnuté
@@ -2668,6 +2688,7 @@ sk:
       role:
         administrator: Tento používateľ je administrátor
         moderator: Tento používateľ je moderátor
+        importer: Tento používateľ je importér
         grant:
           administrator: Povoliť prístup administrátora
           moderator: Povoliť prístup moderátora
@@ -2700,8 +2721,22 @@ sk:
     suspended:
       title: Konto bolo pozastavené
       heading: Konto bolo pozastavené
+      support: podporu
+      automatically_suspended: Ľutujeme, váš účet bol automaticky pozastavený z dôvodu
+        podozrivej aktivity.
+      contact_support_html: Toto rozhodnutie bude čoskoro skontrolované správcom,
+        alebo môžete kontaktovať %{support_link}, ak si to želáte prediskutovať.
     auth_failure:
+      connection_failed: Pripojenie k poskytovateľovi overenia zlyhalo
+      invalid_credentials: Neplatné overovacie údaje
       no_authorization_code: Bez autorizačného kódu
+      unknown_signature_algorithm: Neznámy algoritmus podpisu
+      unknown_error: Overenie zlyhalo
+    auth_association:
+      heading: Vaše ID ešte nie je prepojené s účtom OpenStreetMap.
+      option_1: |-
+        Ak ste novým používateľom OpenStreetMap, vytvorte si nový účet
+        pomocou formulára nižšie.
   user_role:
     filter:
       not_a_role: Reťazec `%{role}' nemá platnú úlohu.
@@ -2710,19 +2745,9 @@ sk:
       not_revoke_admin_current_user: Rolu administrátora nie je možné odobrať aktuálne
         prihlásenému používateľovi.
     grant:
-      title: Potvrdiť pridelenie funkcie
-      heading: Potvrdiť pridelenie funkcie
       are_you_sure: Naozaj chcete prideliť úlohu `%{role}' pre používateľa `%{name}'?
-      confirm: Potvrdiť
-      fail: Nemôžem prideliť úlohu `%{role}' pre používateľa `%{name}'. Prosím vybrať
-        aby používateľ a úloha boli obe oprávnené.
     revoke:
-      title: Potvrdiť zrušenie funkcie
-      heading: Potvrdiť zrušenie funkcie
       are_you_sure: Určite chcete zrušiť úlohu `%{role}' používateľa `%{name}'?
-      confirm: Potvrdiť
-      fail: Nemôžem zrušiť úlohu `%{role}' od používateľa `%{name}'. Prosím skontrolujte
-        aby používateľ a úloha boli oprávnené.
   user_blocks:
     model:
       non_moderator_update: Musí byť moderátorom na vytvorenie alebo aktualizáciu
@@ -2739,6 +2764,7 @@ sk:
       title: Editácia bloku na %{name}
       heading_html: Editácia bloku na %{name}
       period: Ako dlho (odteraz) bude používateľ zablokovaný pre používanie API.
+      revoke: Zrušiť blokovanie
     filter:
       block_period: Blokovacia doba musí byť jedna z hodnôt voliteľná v roletovom
         menu.
@@ -2746,19 +2772,21 @@ sk:
       flash: Používateľ %{name} bol zablokovaný.
     update:
       only_creator_can_edit: Iba moderátor, ktorý vytvoril tento blok, ho môže editovať.
+      only_creator_can_edit_without_revoking: Len moderátor, ktorý vytvoril toto blokovanie,
+        ho môže upraviť bez jeho odvolania.
+      only_creator_or_revoker_can_edit: Len moderátori, ktorí toto blokovanie vytvorili
+        alebo zrušili, ho môžu upraviť.
+      inactive_block_cannot_be_reactivated: Toto blokovanie nie je aktívne a nemôže
+        byť znovu aktivované.
       success: Blok je aktualizovaný.
     index:
       title: Bloky používateľa
       heading: Zoznam blokov používateľa
       empty: Žiaden blok ešte nebol vytvorený.
-    revoke:
-      title: Zrušenie bloku pre %{block_on}
-      heading_html: Zrušenie bloku pre %{block_on} od %{block_by}
-      time_future_html: Tento blok skončí v %{time}.
-      past_html: Tento blok už skončil pred %{time} a nemôže byť zrušený.
-      confirm: Ste si istí, že chcete zrušiť tento blok?
-      revoke: Odvolať!
-      flash: Tento blok bol zrušený.
+    revoke_all:
+      title: Zrušenie všetkých blokovaní pre %{block_on}
+      heading_html: Zrušenie všetkých blokovaní pre %{block_on}
+      empty: '%{name} nemá žiadne aktívne blokovania.'
     helper:
       time_future_html: Končí o %{time}.
       until_login: Aktívny až do prihlásenia používateľa.
@@ -2804,19 +2832,14 @@ sk:
       created: 'Vytvorené:'
       duration: 'Trvanie:'
       status: 'Stav:'
-      show: Zobraziť
       edit: Upraviť
-      revoke: Odvolať!
-      confirm: Ste si istý?
       reason: 'Dôvod blokovania:'
       revoker: 'Odvolal:'
-      needs_view: Aby sa blok zmazal, požívateľ sa musí najprv prihlásiť.
     block:
       not_revoked: (nezrušený)
       show: Zobraziť
       edit: Upraviť
-      revoke: Odvolať!
-    blocks:
+    page:
       display_name: Blokovaný používateľ
       creator_name: Tvorca
       reason: Dôvod pre blokovanie
@@ -2882,6 +2905,10 @@ sk:
         žiadne osobné údaje ani informácie z máp alebo databáz chránených autorskými
         právami.
       add: Pridať poznámku
+    notes_paging_nav:
+      showing_page: Stránka %{page}
+      next: Nasledujúci
+      previous: Predchádzajúci
   javascripts:
     close: Zavrieť
     share:
@@ -2896,7 +2923,7 @@ sk:
       custom_dimensions: Nastaviť vlastné rozmery
       format: 'Formát:'
       scale: 'Mierka:'
-      image_dimensions: Obrázok bude zobrazovať štandardnú vrstvu s rozmermi %{width}
+      image_dimensions: Obrázok bude zobrazovať %{layer} vrstvu s rozmermi %{width}
         x %{height}
       download: Stiahnuť
       short_url: Krátke URL
@@ -2904,7 +2931,8 @@ sk:
       center_marker: Centrovať mapu na značku
       paste_html: HTML pre vloženie na webovú stránku
       view_larger_map: Zobraziť väčšiu mapu
-      only_standard_layer: Ako obrázok je možné exportovať iba štandardnú vrstvu
+      only_standard_layer: Ako obrázok je možné exportovať iba štandardnú vrstvu,
+        cyklomapu a dopravnú vrstvu.
     embed:
       report_problem: Nahlásiť problém
     key:
@@ -2931,6 +2959,7 @@ sk:
         standard: Štandardná
         cycle_map: Cyklomapa
         transport_map: Dopravná mapa
+        tracestracktop_topo: Tracestrack Topo
         hot: Humanitárna
       layers:
         header: Mapové vrstvy
@@ -3076,6 +3105,7 @@ sk:
       empty: Žiadne revízie na zobrazenie.
       heading: Zoznam revízií
       title: Zoznam revízií
+      new: Nová redakcia
     new:
       heading: Zadajte informácie k novej revízii.
       title: Vytváranie nových revízií
index 7c6f545f8602fcd9c38c4fa7fd4680d0f0eb72be..01fd59b038c04c1c885218260ecbfdd238c7f2a9 100644 (file)
@@ -40,10 +40,6 @@ skr-arab:
         create: بلاک بݨاؤ
         update: بلاک اپ ڈیٹ کرو
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: جائز ای میل پتہ کائنی لڳدا پیا
-        email_address_not_routable: روٹیبل کائنی
     models:
       acl: رسائی کنٹرول تندیر
       changeset: تبدیلیاں
@@ -110,7 +106,7 @@ skr-arab:
         longitude: طول البلد
         public: عوام
         description: تفصیل
-        gpx_file: جی پی ایکس فائل اپ لوڈ کرو
+        gpx_file: جی پی ایس ٹریس فائل چݨو
         visibility: نظرݨ دی صلاحیت
         tagstring: ٹیگ
       message:
@@ -240,19 +236,8 @@ skr-arab:
     query:
       enclosing: منسلک خصوصیات
   changesets:
-    changeset_paging_nav:
-      showing_page: ورقہ %{page}
-      next: اڳلا »
-      previous: « پچھلا
     changeset:
-      anonymous: گمنام
       no_edits: (کوئی ترمیم کائنی)
-    changesets:
-      id: آئی ڈی
-      saved_at: تے محفوظ ہے
-      user: ورتݨ آلا
-      comment: رائے
-      area: علاقہ
     index:
       title: تبدیلیاں
       empty: تبدیلیاں کائنی لبھیاں۔
@@ -263,6 +248,8 @@ skr-arab:
         belongs_to: مصنف
     show:
       title: تبدیلیاں:%{id}
+      created: بݨیا:%{when}
+      closed: 'بند تھیا: %{when}'
       created_ago_html: '%{time_ago} خلقیا'
       closed_ago_html: '%{time_ago} بند تھیا'
       discussion: بحث مباحثہ
@@ -291,12 +278,11 @@ skr-arab:
       use_map_link: نقشہ استعمال کرو
     index:
       my_diary: میݙی ڈائری
-    page:
-      older_entries: پراݨی انٹریاں
-      newer_entries: نویاں انٹریاں
     show:
       user_title: '%{user} دی ڈائری'
+      discussion: بحث مباحثہ
       subscribe: سبسکرائب کرو
+      unsubscribe: اݨ سبسکرائب کرو
       leave_a_comment: رائے ݙیوو
       login: لاگ ان تھیوو
     diary_entry:
@@ -313,15 +299,11 @@ skr-arab:
       confirm: تصدیق
     location:
       location: 'محل وقوع:'
-      view: ݙکھالے
-      edit: لکھو
   diary_comments:
     page:
       post: پوسٹ
       when: کڈݨ
       comment: رائے
-      newer_comments: نویں رائے
-      older_comments: پراݨی رائے
   doorkeeper:
     scopes:
       email: آپݨاں ای میل پتہ ݙیکھو
@@ -929,6 +911,7 @@ skr-arab:
           information: معلومات
           motel: موٹل
           museum: عڄائب گھر
+          theme_park: تھیم پارک
           zoo: چڑیا گھر
         tunnel:
           "yes": سرنگ
@@ -952,10 +935,6 @@ skr-arab:
         level7: میونسپلٹی سرحد
         level8: شہری سرحد
         level9: وستی سرحد
-      types:
-        cities: شہراں
-        towns: قصبے
-        places: جاہیں
     results:
       no_results: کوئی نتیجہ نی لبھا
       more_results: ٻئے نتیجے
@@ -967,11 +946,16 @@ skr-arab:
       not_updated: اپ ڈیٹ کائنی تھیا
       search: ڳولو
       search_guidance: 'ڳولݨ رولے:'
+      states:
+        open: کھولو
+        resolved: حل تھی ڳیا
+    page:
+      reported_user: رپورٹ تھیا ورتݨ آلا
       status: حیثیت
       reports: رپورٹاں
       last_updated: چھیکڑی تبدیلی
-      link_to_reports: رپوٹاں ݙیکھو
       states:
+        ignored: نظر انداز تھیا
         open: کھولو
         resolved: حل تھی ڳیا
     show:
@@ -1001,8 +985,6 @@ skr-arab:
     history: تاریخچہ
     export: ٻاہر بھیڄو
     issues: مسئلے
-    data: ڈیٹا
-    export_data: ڈَیٹا برامد کرو
     partners_fastly: تکھیرے
     partners_partners: بھائیوال
     tou: ورتݨ شرطاں
@@ -1010,8 +992,6 @@ skr-arab:
     about: تعارف
     copyright: نقل حقوق
     communities: برادریاں
-    community: برادری
-    community_blogs: برادری بلاگ
     learn_more: ٻیا سِکھو
     more: ٻئے
   user_mailer:
@@ -1035,9 +1015,11 @@ skr-arab:
       greeting: سلام،
     changeset_comment_notification:
       hi: سلام %{to_user}،
-      greeting: سلام،
+      commented:
+        partial_changeset_without_comment: تبصرے بغیر
   confirmations:
     confirm:
+      heading: آپݨی ای میل ݙیکھو!
       button: تصدیق
       click_here: اِتھ کلک کرو
     confirm_email:
@@ -1054,15 +1036,18 @@ skr-arab:
     message_summary:
       unread_button: نشان لاؤ جو کائنی پڑھا
       read_button: نشان لاؤ جو پڑھ گھدے
-      reply_button: جواب
       destroy_button: مٹاؤ
+      unmute_button: انباکس تے ون٘ڄو
     new:
       title: سنیہا پٹھو
       send_message_to_html: '%{name} کوں نواں سنیہا پٹھو'
       back_to_inbox: انباکس تے واپس
+    create:
+      message_sent: سنیہا بھیڄ ݙتے
     outbox:
       title: آؤٹ باکس
-      actions: عمل
+    muted:
+      title: خاموش تھئے سنیہے
     show:
       title: سنیہا پڑھو
       reply_button: جواب
@@ -1074,6 +1059,7 @@ skr-arab:
     heading:
       my_inbox: میݙا انباکس
       my_outbox: میݙا آؤٹ باکس
+      muted_messages: خاموش تھئے سنیہے
     destroy:
       destroyed: سنیہا مٹ ڳیا
   passwords:
@@ -1100,12 +1086,15 @@ skr-arab:
       save: پروفائل اپ ڈیٹ کرو
       cancel: منسوخ
       image: تصویر
+      gravatar:
+        gravatar: گراواتار ورتو
+        what_is_gravatar: گراواتار کیا ہے؟
+      new image: ہک تصویر شامل کرو
       show: ݙِکھاؤ
       delete: مٹاؤ
       undelete: بحال
   sessions:
     new:
-      title: لاگ ان
       tab_title: لاگ ان
       email or username: ای میل پتہ یا ورتݨ ناں
       password: پاس ورڈ
@@ -1132,9 +1121,18 @@ skr-arab:
       edit: لکھو
       preview: پیشگی ݙکھالا
       help: مدد
+    pagination:
+      diary_comments:
+        older: پراݨی رائے
+        newer: نویں رائے
+      diary_entries:
+        older: پراݨی انٹریاں
+        newer: نویاں انٹریاں
+      issues:
+        older: پراݨے مسئلے
+        newer: نویں مسئلے
   site:
     about:
-      next: اڳلا
       community_driven_community_blogs: برادری بلاگ
       community_driven_osm_foundation: او ایس ایم فاؤنڈیشن
       open_data_open_data: کھلا ڈیٹا
@@ -1165,6 +1163,7 @@ skr-arab:
         contributors_es_spain: سپین
         contributors_es_cc_by: سی سی بی وائی ٤.٠
         contributors_za_south_africa: جنوبی افریقہ
+        contributors_gb_united_kingdom: برطانیہ
         trademarks_title: ٹریڈ مارک
         trademarks_1_1_trademark_policy: ٹریڈمارک پالیسی
     export:
@@ -1179,8 +1178,6 @@ skr-arab:
         title: آئی آر سی
     any_questions:
       title: کوئی سوال؟
-    sidebar:
-      close: بند کرو
     search:
       search: ڳولو
       from: کنوں
@@ -1189,8 +1186,11 @@ skr-arab:
     key:
       table:
         entry:
+          motorway: موٹروے
           track: ٹرَیک
+          rail: ریلوے
           train: ڳَݙی
+          subway: سب وے
           light_rail: لائٹ ریل
           tram: ٹرام
           trolleybus: ٹرالی بس
@@ -1221,14 +1221,19 @@ skr-arab:
           university: یونی ورسٹی
           hospital: ہسپتال
           station: ریلوے ٹیشݨ
+          railway_halt: ریلوے ہالٹ
           peak: چوٹی
           bus_stop: بساں دا اݙا
-          stop: اݙہ
+          toilets: بیت الخلاء
     welcome:
       title: ست بسم اللہ!
       basic_terms:
+        editor: ایڈیٹر
         node: نوڈ
+        way: راہ
         tag: ٹیگ
+      rules:
+        title: اصول!
       add_a_note:
         the_map: نقشہ
     communities:
@@ -1238,8 +1243,6 @@ skr-arab:
       help: مدد
     edit:
       cancel: منسوخ
-    trace_optionals:
-      tags: ٹیگ
     show:
       filename: 'فائل ناں:'
       download: ڈاؤن لوڈ
@@ -1306,7 +1309,6 @@ skr-arab:
       support: سہارا
       by_signing_up:
         privacy_policy: رازداری پالیسی
-      tou: ورتݨ شرطاں
       continue: سائن اپ
       email_help:
         privacy_policy: رازداری پالیسی
@@ -1315,7 +1317,7 @@ skr-arab:
       title: شرطاں
       heading: شرطاں
       continue: جاری رکھو
-      decline: انکار کرو
+      cancel: منسوخ
       legale_names:
         france: فرانس
         italy: اِٹلی
@@ -1324,14 +1326,10 @@ skr-arab:
       my profile: میݙی پروفائل
       my settings: میݙیاں ترتیباں
       my comments: میݙے تبصرے
-  user_role:
-    grant:
-      confirm: تصدیق
-    revoke:
-      confirm: تصدیق
   user_blocks:
+    edit:
+      revoke: بلاک منسوخ کرو
     show:
-      show: ݙِکھاؤ
       edit: لکھو
     block:
       show: ݙِکھاؤ
@@ -1348,9 +1346,17 @@ skr-arab:
   notes:
     index:
       subheading_submitted: جمع تھی ڳیا
+      apply: لاڳو کرو
+      all: یکے
+      open: کھولو
+      closed: بند تھیا
+      status: حیثیت
     show:
       title: نوٹ:%{id}
       description: تفصیل
+      discussion: بحث مباحثہ
+      subscribe: سبسکرائب کرو
+      unsubscribe: اݨ سبسکرائب کرو
       hide: لُکاؤ
       resolve: حل کرو
       comment: تبصرہ
@@ -1359,6 +1365,10 @@ skr-arab:
       anonymous_warning_log_in: لاگ ان
       anonymous_warning_sign_up: سائن اپ
       add: نوٹ شامل کرو
+    notes_paging_nav:
+      showing_page: ورقہ %{page}
+      next: اڳلا
+      previous: پچھلا
   javascripts:
     close: بند کرو
     share:
index 0553a568ab03387f6fa84dec1baca1fb1cb22ecf..4265d53a84f42dd5e541050833f3ad916990ea11 100644 (file)
@@ -2,7 +2,6 @@
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: 123wiki456pedija789
-# Author: Amire80
 # Author: Damjang
 # Author: Dbc334
 # Author: Eleassar
@@ -57,8 +56,6 @@ sl:
   activerecord:
     errors:
       messages:
-        invalid_email_address: ni videti veljaven e-poštni naslov
-        email_address_not_routable: ni preusmerljiv
         display_name_is_user_n: ne more biti user_n, razen če je n vaš uporabniški
           ID
       models:
@@ -473,21 +470,21 @@ sl:
   old_relations:
     not_found:
       sorry: 'Žal relacije #%{id} različice %{version} ni bilo mogoče najti.'
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Nov komentar o naboru sprememb #%{changeset_id} uporabnika %{author}'
+        commented_at_by_html: Posodobil_a %{user} %{when}
+      show:
+        title_all: Razprava o naboru sprememb OpenStreetMap
+        title_particular: 'Razprava o naboru sprememb OpenStreetMap #%{changeset_id}'
+      timeout:
+        sorry: Žal je trajalo pridobivanje seznama komentarjev nabora sprememb, ki
+          ste ga zahtevali, predolgo.
   changesets:
-    changeset_paging_nav:
-      showing_page: Stran %{page}
-      next: Naprej »
-      previous: « Prejšnja
     changeset:
-      anonymous: Anonimen
       no_edits: (brez urejanj)
       view_changeset_details: Ogled podrobnosti nabora sprememb
-    changesets:
-      id: ID
-      saved_at: Shranjeno ob
-      user: Uporabnik
-      comment: Komentar
-      area: Območje
     index:
       title: Sklopi sprememb
       title_user: Sklopi sprememb od %{user}
@@ -517,7 +514,6 @@ sl:
       title: Nabor sprememb %{id}
       created_by_html: Ustvaril %{link_user} dne %{created}.
     no_such_entry:
-      title: Ni takega nabora sprememb
       heading: Zapisa z id-jem %{id} ni
       body: Oprostite, nabora sprememb z oznako %{id} ni. Prosimo, preverite črkovanje
         in povezavo, ki ste jo kliknili.
@@ -551,18 +547,6 @@ sl:
       relations_paginated: Zveze (%{x}-%{y} od %{count})
     timeout:
       sorry: Žal je trajalo pridobivanje zahtevanega nabora sprememb predolgo.
-  changeset_comments:
-    comment:
-      comment: 'Nov komentar o naboru sprememb #%{changeset_id} uporabnika %{author}'
-      commented_at_by_html: Posodobil_a %{user} %{when}
-    comments:
-      comment: 'Nov komentar o naboru sprememb #%{changeset_id} uporabnika %{author}'
-    index:
-      title_all: Razprava o naboru sprememb OpenStreetMap
-      title_particular: 'Razprava o naboru sprememb OpenStreetMap #%{changeset_id}'
-    timeout:
-      sorry: Žal je trajalo pridobivanje seznama komentarjev nabora sprememb, ki ste
-        ga zahtevali, predolgo.
   dashboards:
     contact:
       km away: oddaljen %{count} km
@@ -604,8 +588,6 @@ sl:
       no_entries: Ni dnevniških zapisov
     page:
       recent_entries: Nedavni dnevniški zapisi
-      older_entries: Starejši zapisi
-      newer_entries: Novejši zapisi
     edit:
       title: Uredi dnevniški zapis
       marker_text: Lokacija dnevniškega zapisa
@@ -645,8 +627,6 @@ sl:
       report: Prijavi ta komentar
     location:
       location: 'Lokacija:'
-      view: Prikaži
-      edit: Uredi
     feed:
       user:
         title: Dnevniški zapisi OpenStreetMap za uporabnika %{user}
@@ -667,8 +647,6 @@ sl:
       post: Objavi
       when: Kdaj
       comment: Komentar
-      newer_comments: Novejši komentarji
-      older_comments: Starejši komentarji
   doorkeeper:
     errors:
       messages:
@@ -736,7 +714,6 @@ sl:
   geocoder:
     search:
       title:
-        results_from_html: Zadetki iz %{results_link}
         latlon: Notranji
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1510,10 +1487,6 @@ sl:
         level9: Meja mesta
         level10: Meja predmestja
         level11: Meja soseske
-      types:
-        cities: Velika mesta
-        towns: Mesta
-        places: Kraji
     results:
       no_results: Ni zadetkov
       more_results: Več zadetkov
@@ -1527,23 +1500,23 @@ sl:
       not_updated: Ni posodobljeno
       search: Iskanje
       search_guidance: 'Preišči težave:'
+      states:
+        ignored: Prezrto
+        open: Odpri
+        resolved: Razrešeno
+    page:
       user_not_found: Uporabnik ne obstaja
       issues_not_found: Ni najdenih tovrstnih težav
       status: Stanje
       reports: Prijave
       last_updated: Zadnja posodobitev
       last_updated_time_ago_user_html: '%{user} %{time_ago}'
-      link_to_reports: Ogled prijav
       reports_count:
         one: '%{count} poročilo'
         two: '%{count} poročili'
         few: '%{count} poročila'
         other: '%{count} poročil'
       reported_item: Prijavljeni predmet
-      states:
-        ignored: Prezrto
-        open: Odpri
-        resolved: Razrešeno
     show:
       title: '%{status} Težava #%{issue_id}'
       reports:
@@ -1631,18 +1604,12 @@ sl:
     history: Zgodovina
     export: Izvozi
     issues: Težave
-    data: Podatki
-    export_data: Izvoz podatkov
     gps_traces: Sledi GPS
-    gps_traces_tooltip: Upravljanje sledi GPS
     user_diaries: Dnevnik
-    user_diaries_tooltip: Pregled dnevnikov uporabnikov
     edit_with: Za urejanje uporabi %{editor}
-    tag_line: Prosti viki zemljevid sveta
     intro_header: Pozdravljeni v OpenStreetMap!
     intro_text: OpenStreetMap je zemljevid sveta, ki ga ustvarjajo ljudje, kot ste
       vi, in brezplačen za uporabo pod odprto licenco.
-    intro_2_create_account: Ustvarite uporabniški račun
     partners_fastly: Fastly
     partners_partners: partnerji
     tou: Pogoji uporabe
@@ -1650,17 +1617,10 @@ sl:
       ni dostopna.
     osm_read_only: Baza OpenStreetMap je zaradi izvajanja nujnih vzdrževalnih del
       trenutno dostopna le za branje.
-    donate: Podprite OpenStreetMap z %{link} v fond za nadgradnjo strojne opreme.
     help: Pomoč
     about: O projektu
     copyright: Avtorske pravice
     communities: Skupnosti
-    community: Skupnost
-    community_blogs: Blogi skupnosti
-    community_blogs_title: Blogi članov skupnosti OpenStreetMap
-    make_a_donation:
-      title: Podprite OpenStreetMap z denarnim prispevkom
-      text: Donirajte
     learn_more: Več o tem
     more: Več
   user_mailer:
@@ -1791,7 +1751,6 @@ sl:
     changeset_comment_notification:
       description: Nabor sprememb OpenStreetMap št. %{id}
       hi: Pozdravljeni, %{to_user},
-      greeting: Pozdravljeni,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} je komentiral enega od vaših naborov
           sprememb'
@@ -1869,7 +1828,6 @@ sl:
     message_summary:
       unread_button: Označi kot neprebrano
       read_button: Označi kot prebrano
-      reply_button: Odgovori
       destroy_button: Izbriši
       unmute_button: Prestavi v mapo »Prejeto«.
     new:
@@ -1886,7 +1844,6 @@ sl:
       body: Žal ni sporočila s tem id-jem.
     outbox:
       title: Poslana pošta
-      actions: Dejanja
       messages:
         few: Imate %{count} poslana sporočila
         one: Imate %{count} poslano sporočilo
@@ -1986,7 +1943,6 @@ sl:
       failure: Profila ni bilo mogoče posodobiti.
   sessions:
     new:
-      title: Prijava
       tab_title: Prijava
       login_to_authorize_html: Za dostop do %{client_app_name} se prijavite z OpenStreetMap
       email or username: E-poštni naslov ali uporabniško ime
@@ -1994,7 +1950,6 @@ sl:
       remember: Zapomni si me
       lost password link: Ste pozabili geslo?
       login_button: Prijava
-      register now: Registrirajte se
       with external: ali pa se prijavite prek tretje osebe
       or: ali
       auth failure: Oprostite, prijava s temi podatki ni uspela.
@@ -2025,9 +1980,18 @@ sl:
     richtext_field:
       edit: Uredi
       preview: Predogled
+    pagination:
+      diary_comments:
+        older: Starejši komentarji
+        newer: Novejši komentarji
+      diary_entries:
+        older: Starejši zapisi
+        newer: Novejši zapisi
+      traces:
+        older: Starejše sledi
+        newer: Novejše sledi
   site:
     about:
-      next: Naslednja
       heading_html: Sodelavci %{copyright}OpenStreetMap %{br}
       used_by_html: '%{name} zagotavlja kartografske podatke za tisoče spletnih mest,
         mobilnih aplikacij in naprav'
@@ -2267,8 +2231,6 @@ sl:
       user_page_link: strani vašega uporabniškega računa
       anon_edits_link_text: Pojasnilo zakaj je temu tako.
       id_not_configured: iD še ni konfiguriran
-      no_iframe_support: Vaš brskalnik ne podpira HTML iframes, kar je potrebno za
-        to funkcijo.
     export:
       title: Izvozi
       manually_select: Ročno izberite drugo območje
@@ -2369,10 +2331,8 @@ sl:
       welcome_mat: Oglejte si podlogo za dobrodošlico
     sidebar:
       search_results: Iskalni zadetki
-      close: Zapri
     search:
       search: Iskanje
-      get_directions: Pridobite navodila za pot
       get_directions_title: Navodila za pot med dvema točkama
       from: Od
       to: Do
@@ -2461,7 +2421,6 @@ sl:
           destination: Dostop za dostavo
           construction: Ceste v gradnji
           bus_stop: Avtobusno postajališče
-          stop: Postajališče
           bicycle_shop: Kolesarska trgovina
           bicycle_rental: Izposoja koles
           bicycle_parking: Parkirišče za kolesa
@@ -2571,8 +2530,6 @@ sl:
       visibility_help: kaj to pomeni?
     update:
       updated: Sled posodobljena
-    trace_optionals:
-      tags: Oznake
     show:
       title: Prikaz sledi %{name}
       heading: Prikaz sledi %{name}
@@ -2625,13 +2582,8 @@ sl:
       my_traces: Moje sledi
       traces_from: Javne sledi uporabnika %{user}
       remove_tag_filter: Odstrani filter oznak
-    page:
-      older: Starejše sledi
-      newer: Novejše sledi
     destroy:
       scheduled_for_deletion: Sled bo izbrisana
-    make_public:
-      made_public: Sled je postala javna
     offline_warning:
       message: Sistem za nalaganje GPX-datotek trenutno ni na voljo.
     offline:
@@ -2650,8 +2602,6 @@ sl:
     require_cookies:
       cookies_needed: Videti je, da imate onemogočene piškotke – prosimo, omogočite
         jih v brskalniku, preden nadaljujete.
-    require_admin:
-      not_an_admin: Za izvedbo tega dejanja morate biti administrator.
     setup_user_auth:
       blocked_zero_hour: Na spletnem mestu OpenStreetMap imate nujno sporočilo. Preden
         boste lahko shranjevali urejanja, morate prebrati to sporočilo.
@@ -2662,7 +2612,6 @@ sl:
         strinjati, vendar si jih morate ogledati.
     settings_menu:
       account_settings: Nastavitve računa
-      oauth1_settings: Nastavitve OAuth 1
       oauth2_applications: Aplikacije OAuth 2
       oauth2_authorizations: Pooblastila OAuth 2
       muted_users: Utišani uporabniki
@@ -2688,32 +2637,6 @@ sl:
         title: Prijavi se z Wikipedijo
         alt: Logotip Wikipedije
   oauth:
-    authorize:
-      title: Dovoljenje za dostop do vašega računa
-      request_access_html: Aplikacija %{app_name} zahteva dostop do vašega računa
-        %{user}. Prosimo, preverite, ali želite aplikaciji omogočiti naslednje zmožnosti.
-        Izbirate lahko med poljubnim številom.
-      allow_to: 'Dovoli odjemalska aplikaciji dostop:'
-      allow_read_prefs: branje vaših uporabniških prilagoditev.
-      allow_write_prefs: spreminjanje uporabniških nastavitev.
-      allow_write_diary: ustvarjanje dnevniških zapisov, komentarjev in dodajanje
-        prijateljev.
-      allow_write_api: spreminjanje zemljevida.
-      allow_read_gpx: branje zasebnih sledi GPS.
-      allow_write_gpx: nalaganje sledi GPS.
-      allow_write_notes: spreminjanje opomb.
-      grant_access: Podeli dostop
-    authorize_success:
-      title: Zahtevek za pooblastitev je sprejet
-      allowed_html: Aplikaciji %{app_name} ste odobrili zahtevek za dostop do vašega
-        računa.
-      verification: Koda za preverjanje je %{code}.
-    authorize_failure:
-      title: Zahtevek za pooblastitev ni uspel
-      denied: Aplikaciji %{app_name} ste zavrnili zahtevek za dostop do vašega računa.
-      invalid: Žeton za pooblastitev ni veljaven.
-    revoke:
-      flash: Preklicali ste žeton za %{application}
     permissions:
       missing: Aplikaciji niste dovolili dostopa do te funkcije
     scopes:
@@ -2732,47 +2655,6 @@ sl:
       skip_authorization: Samodejna odobritev aplikacije
     for_roles:
       moderator: To dovoljenje je za dejanja, ki so na voljo samo moderatorjem
-  oauth_clients:
-    new:
-      title: Registriraj novo aplikacijo
-    edit:
-      title: Urejanje aplikacije
-    show:
-      title: Podatki OAuth za %{app_name}
-      key: 'Uporabnikov ključ:'
-      secret: 'Porabnikova skrivnost:'
-      url: 'URL zahteve žetona:'
-      access_url: 'URL žetona za dostop:'
-      authorize_url: 'URL pooblastitve:'
-      support_notice: Podpiramo HMAC-SHA1 (priporočeno) in podpise RSA-SHA1.
-      edit: Urejanje podrobnosti
-      delete: Izbriši odjemalca
-      confirm: Ste prepričani?
-      requests: 'Zahtevanje dovoljenja za naslednje dostope do uporabnikovih podatkov:'
-    index:
-      title: Moje nastavitve OAuth
-      my_tokens: Moje pooblaščene aplikacije
-      list_tokens: 'V vašem imenu so bili aplikacijam izdani naslednji žetoni:'
-      application: Ime aplikacije
-      issued_at: Izdan
-      revoke: Prekliči!
-      my_apps: Moje odjemalske aplikacije
-      no_apps_html: Imate aplikacijo, ki jo želite registrirati za uporabo z nami
-        po standardu %{oauth}? Da bo lahko za to storitev izvajala zahtevke OAuth,
-        jo morate najprej registrirati.
-      oauth: OAuth
-      registered_apps: 'Registrirane imate naslednje odjemalske aplikacije:'
-      register_new: Registriraj svojo aplikacijo
-    form:
-      requests: 'Zahteva dovoljenja za naslednje dostope do uporabnikovih podatkov:'
-    not_found:
-      sorry: Žal %{type} ni bilo mogoče najti.
-    create:
-      flash: Registriracija uspešna
-    update:
-      flash: Informacije odjemalca uspešno posodobljene
-    destroy:
-      flash: Registracija odjemalske aplikacije uničena
   oauth2_applications:
     index:
       title: Moje odjemalske aplikacije
@@ -2851,8 +2733,6 @@ sl:
         privacy_policy_title: Pravilnik o zasebnosti OSMF, vključno z razdelkom o
           e-poštnih naslovih
         contributor_terms: pogoji sodelovanja
-      tou: pogoji uporabe
-      external auth: Avtentikacija prek tretje osebe
       continue: Registracija
       terms accepted: Hvala za sprejem novih pogojev prispevanja!
       email_help:
@@ -2879,14 +2759,13 @@ sl:
       read_tou: Prebral sem pogoje uporabe in soglašam z njimi
       consider_pd: Poleg zgoraj navedenega menim, da so moji prispevki v javni domeni
       consider_pd_why: kaj je to?
-      consider_pd_why_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain
       guidance_info_html: 'Informacije za lažje razumevanje teh izrazov: %{readable_summary_link}
         in nekaj %{informal_translations_link}'
       readable_summary: človeško berljiv povzetek
       informal_translations: neuradnih prevodov
       continue: Nadaljuj
       declined: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
-      decline: Odkloni
+      cancel: Prekliči
       you need to accept or decline: Prosimo, preberite in nato sprejmite ali odklonite
         nove Pogoje za sodelovanje.
       legale_select: 'Izberite državo stalnega prebivališča:'
@@ -3001,19 +2880,9 @@ sl:
       not_revoke_admin_current_user: Trenutnemu uporabniku ni mogoče odvzeti vloge
         administratorja.
     grant:
-      title: Potrdi dodeljevanje vloge
-      heading: Potrdi dodeljevanje vloge
       are_you_sure: Ali res želite podeliti vlogo »%{role}« uporabniku »%{name}«?
-      confirm: Potrdi
-      fail: Uporabniku »%{name}« ni mogoče podeliti vloge »%{role}«. Preverite, ali
-        sta uporabnik in vloga pravilna.
     revoke:
-      title: Potrdi preklic vloge
-      heading: Potrdi preklic vloge
       are_you_sure: Ali res želite preklicati vlogo '%{role}' uporabnika '%{name}'?
-      confirm: Potrdi
-      fail: Ne morem preklicati vlogo '%{role}' uporabniku '%{name}'. Prosimo preverite,
-        če sta uporabnik in vloga pravilna.
   user_blocks:
     model:
       non_moderator_update: Da ustvarite ali spremenite blokiranje, morate biti moderator.
@@ -3040,14 +2909,6 @@ sl:
       title: Blokiranja uporabnika
       heading: Seznam blokiranj uporabnika
       empty: Ni bilo še nobenega blokiranja.
-    revoke:
-      title: Preklic blokiranja za %{block_on}
-      heading_html: Preklic blokiranja %{block_on} od %{block_by}
-      time_future_html: To blokiranje se bo končalo v %{time}.
-      past_html: To blokiranje se je končalo ob %{time} in ga ni več mogoče preklicati.
-      confirm: Ali res želite preklicati blokiranje?
-      revoke: Prekliči!
-      flash: To blokiranje je bilo preklicano.
     revoke_all:
       title: Preklic vseh blokiranj v %{block_on}
       heading_html: Preklic vseh blokiranj v %{block_on}
@@ -3105,19 +2966,14 @@ sl:
       created: 'Ustvarjeno:'
       duration: 'Trajanje:'
       status: 'Stanje:'
-      show: Prikaži
       edit: Uredi
-      revoke: Prekliči!
-      confirm: Ste prepričani?
       reason: 'Razlog za blokiranje:'
       revoker: 'Preklical:'
-      needs_view: Uporabnik se mora za pretek blokiranja prijaviti.
     block:
       not_revoked: (ni preklicano)
       show: Prikaži
       edit: Uredi
-      revoke: Prekliči!
-    blocks:
+    page:
       display_name: Blokirani uporabnik
       creator_name: Ustvarjalec
       reason: Razlog za blokiranje
@@ -3204,6 +3060,8 @@ sl:
         Ne vnašajte osebnih podatkov ali podatkov iz avtorsko varovanih zemljevidov
         ali imenikov.
       add: Dodaj opombo
+    notes_paging_nav:
+      showing_page: Stran %{page}
   javascripts:
     close: Zapri
     share:
index df6eed1c5b5095b7aa2d9c603a7c23beb3486197..1d18749667ca21513420c4501152c3b28ce9f749 100644 (file)
@@ -232,21 +232,19 @@ sq:
       introduction: Kliko në hartë për të gjetur tipare në afërsi.
       nearby: Tiparet në afërsi
       enclosing: Tipare të bashkangjitura
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Koment i ri mbi ndryshimet #%{changeset_id} nga %{author}'
+        commented_at_by_html: Përditësuar %{when} më parë nga %{user}
+      show:
+        title_all: Diskutimi mbi ndryshimet në OpenStreetMap
+        title_particular: 'Diskutimi mbi grupin e ndryshimeve #%{changeset_id} të
+          OpenStreetMap'
   changesets:
-    changeset_paging_nav:
-      showing_page: Faqe %{page}
-      next: Tjetra »
-      previous: « Mëparshëm
     changeset:
-      anonymous: Anonim
       no_edits: (nuk ka redaktime)
       view_changeset_details: Shikoni detajet e ndryshimeve
-    changesets:
-      id: ID
-      saved_at: Të ruajtura në
-      user: Përdoruesi
-      comment: Koment
-      area: Zona
     index:
       title: Ndryshimet
       title_user: Ndryshime fjalish nga %{user}
@@ -280,13 +278,6 @@ sq:
       relations_paginated: Marrëdhëniet (%{x}-%{y} nga %{count})
     timeout:
       sorry: Na vjen keq, lista e ndryshimeve që ju kërkuat zgjati shumë për t'u rikuperuar.
-  changeset_comments:
-    comment:
-      comment: 'Koment i ri mbi ndryshimet #%{changeset_id} nga %{author}'
-      commented_at_by_html: Përditësuar %{when} më parë nga %{user}
-    index:
-      title_all: Diskutimi mbi ndryshimet në OpenStreetMap
-      title_particular: 'Diskutimi mbi grupin e ndryshimeve #%{changeset_id} të OpenStreetMap'
   dashboards:
     contact:
       km away: '%{count}km larg'
@@ -317,8 +308,6 @@ sq:
       no_entries: Nuk ka shënime në ditar
     page:
       recent_entries: 'Shënimet më të fundit në ditar:'
-      older_entries: Shënimet e Vjetra
-      newer_entries: Shënimet më të reja
     edit:
       title: Redakto Shënimin në Ditar
       marker_text: Vendndodhja e shënimit në ditar
@@ -350,8 +339,6 @@ sq:
       confirm: Konfirmo
     location:
       location: 'Vendndodhja:'
-      view: Shfaq
-      edit: Redakto
     feed:
       user:
         title: OpenStreetMap shënime ditari për %{user}
@@ -368,8 +355,6 @@ sq:
       post: Posto
       when: Kur
       comment: Koment
-      newer_comments: Komentet më të fundit
-      older_comments: Komentet e vjetra
   friendships:
     make_friend:
       success: '%{name} është tani mik i juaj.'
@@ -833,10 +818,6 @@ sq:
         level2: Kufi vendi
         level4: Kufi i njësisë federale
         level5: Kufi regjional
-      types:
-        cities: Qytetet
-        towns: Qyteza
-        places: Vende
     results:
       no_results: Nuk është gjetur asnjë rezultat
       more_results: Më shumë rezultate
@@ -848,15 +829,15 @@ sq:
       not_updated: Nuk është ri- freskuar
       search: Kërko
       search_guidance: Probleme të kërkimit
+      states:
+        ignored: Injoruar
+        open: E hapur
+    page:
       user_not_found: Përdoruesi nuk ekziston
       status: Statusi
-      link_to_reports: Shiko raportimet
       reports_count:
         one: 1 Raport
         other: '%{count} raportet'
-      states:
-        ignored: Injoruar
-        open: E hapur
     show:
       report_created_at_html: E raportuar së pari tek %{datetime}
       last_updated_at_html: Herën e fundit i ri- freskuar%{datetime}nga%{displayname}
@@ -902,24 +883,15 @@ sq:
     edit: Redakto
     history: Historia
     export: Eksporti
-    data: Të dhënat
-    export_data: Eksporto të dhënat
     user_diaries: Ditarët e përdoruesit
-    user_diaries_tooltip: Shfaq ditarët e përdoruesit
     edit_with: Redakto me %{editor}
-    tag_line: Harta e lirë e botës Wiki
     intro_header: Mirësevjen në OpenStreetMap!
     intro_text: OpenStreetMap është hartë e botës, e krijuar nga njerëz si ti dhe
       për përdorim të lirshëm në kuadrin e një licence të hapur.
-    intro_2_create_account: Krijo një llogari përdoruesi
     partners_partners: partnerët
     help: Ndihmë
     about: Rreth
     copyright: Të drejtat e autorit
-    community: Komuniteti
-    community_blogs: Blogjet e komunitetit
-    make_a_donation:
-      text: Dhuro
     learn_more: Mëso më shumë
     more: Më shumë
   user_mailer:
@@ -938,7 +910,6 @@ sq:
     note_comment_notification:
       greeting: Përshëndetje,
     changeset_comment_notification:
-      greeting: Përshëndetje,
       commented:
         partial_changeset_without_comment: pa koment
   confirmations:
@@ -974,7 +945,6 @@ sq:
     message_summary:
       unread_button: Shëno si të palexuar
       read_button: Shëno si të lexuar
-      reply_button: Përgjigje
       destroy_button: Fshi
     new:
       title: Dërgo mesazh
@@ -1036,22 +1006,26 @@ sq:
         në hartë!
   sessions:
     new:
-      title: Identifikohu
       tab_title: Identifikohu
       email or username: 'Adresa e emailit ose emri i përdoruesit:'
       password: 'Fjalëkalimi:'
       remember: Më mbaj mend
       lost password link: Ke humbur fjalëkalimin?
       login_button: Identifikohu
-      register now: Regjistrohu tani
       auth failure: Na vjen keq, nuk mund të identifikohemi me ato detaje.
     destroy:
       title: Çidentifikohu
       heading: Çidentifikohu nga OpenStreetMap
       logout_button: Çidentifikohu
+  shared:
+    pagination:
+      diary_comments:
+        older: Komentet e vjetra
+        newer: Komentet më të fundit
+      diary_entries:
+        older: Shënimet e Vjetra
+        newer: Shënimet më të reja
   site:
-    about:
-      next: Tjetra
     copyright:
       title: Të drejtat autoriale dhe licensa
       foreign:
@@ -1140,7 +1114,6 @@ sq:
           të gjerë të listës së postimeve të ditës apo rajonale.
     sidebar:
       search_results: Rezultatet e kërkimit
-      close: Mbyll
     search:
       search: Kërko
       from: Prej
@@ -1195,8 +1168,6 @@ sq:
       title: Duke redaktuar gjurmën %{name}
       heading: Duke redaktuar gjurmën %{name}
       visibility_help: çfarë do të thotë kjo?
-    trace_optionals:
-      tags: Etiketat
     show:
       title: Duke shfaqur gjurmën %{name}
       heading: Duke shfaqur gjurmën %{name}
@@ -1235,8 +1206,6 @@ sq:
       upload_trace: Ngarko një gjurmë
     destroy:
       scheduled_for_deletion: Gjurmë e planifikuar për fshirje
-    make_public:
-      made_public: Gjurmë e bërë publike
     offline_warning:
       message: Sistemi i ngarkimit të skedës GPX aktualisht është jashtë përdonimit
     offline:
@@ -1244,8 +1213,6 @@ sq:
       message: Ruajtja e skedës GPC dhe sistemi i ngarkimit aktualisht është jashtë
         përdonimit
   application:
-    require_admin:
-      not_an_admin: Ju duhet të jeni administrator për të kryer atë veprim.
     auth_providers:
       openid:
         title: Identifikohu me OpenID
@@ -1253,10 +1220,6 @@ sq:
         title: Identifikohuni me GitHub
       wikipedia:
         alt: Identifikohuni me një llogari të Wikipedia-s
-  oauth_clients:
-    show:
-      edit: Redakto detajet
-      confirm: A je i sigurt?
   users:
     new:
       title: Krijo llogari
@@ -1273,8 +1236,6 @@ sq:
       consider_pd: Përveç marrëveshjes së mësipërme, unë i konsideroj kontributet
         e mia të jenë në Domeinin Publik
       consider_pd_why: çfarë është kjo?
-      consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
-      decline: Nuk e pranoj
       legale_select: 'Vendi i banimit:'
       legale_names:
         france: Francë
@@ -1345,31 +1306,16 @@ sq:
       already_has_role: Përdoruesi tashmë e ka rolin %{role}.
       doesnt_have_role: Përdoruesi nuk e ka rolin %{role}.
     grant:
-      title: Konfirmimi i dhënies së rolit
-      heading: Konfirmimi i dhënies së rolit
       are_you_sure: A jeni i sigurt që ju doni t'i jepni rolin `%{role}' përdoruesit
         `%{name}'?
-      confirm: Konfirmo
-      fail: Nuk mund t'i jepet roli `%{role}' përdoruesit `%{name}'. Ju lutemi, kontrolloni
-        që përdoruesi dhe roli të dyja të jenë të vlefshme.
     revoke:
-      title: Konfirmimi i revokimit të rolit
-      heading: Konfirmo revokimin e rolit
       are_you_sure: A je i sigurt që do ta revokosh rolin `%{role}' prej perdoruesit
         `%{name}'?
-      confirm: Konfirmo
-      fail: Nuk ia doli ta revokoj rolin `%{role}' prej perdoruesit `%{name}'. Të
-        lutem kontrollo përdoruesin dhe rolin nëse janë të dy të vlefshëm.
   user_blocks:
-    revoke:
-      revoke: Revoko!
-    show:
-      confirm: A jeni i sigurt?
     block:
       show: Shfaq
       edit: Redakto
-      revoke: Revoko!
-    blocks:
+    page:
       status: Statusi
       revoker_name: Revokuar nga
   notes:
@@ -1381,6 +1327,8 @@ sq:
       hidden_title: 'Shënim i fshehur #%{note_name}'
     new:
       title: Shënim i ri
+    notes_paging_nav:
+      showing_page: Faqe %{page}
   javascripts:
     site:
       edit_tooltip: Redakto hartën
index b6e2ecebf3201a98fba462da004c4976b9ee06fd..0e72e3ddabcc876f2562710927fda942c8fdf381 100644 (file)
@@ -88,7 +88,6 @@ sr-Latn:
         longitude: Geografska dužina
         public: Javno
         description: Opis
-        gpx_file: 'Otpremi GPX datoteku:'
         visibility: 'Vidljivost:'
         tagstring: 'Oznake:'
       message:
@@ -192,20 +191,9 @@ sr-Latn:
         tag: Stranica s opisom za oznaku %{key}=%{value}
       wikipedia_link: '%{page} članak na Vikipediji'
   changesets:
-    changeset_paging_nav:
-      showing_page: Prikaz stranice %{page}
-      next: Sledeća »
-      previous: « Prethodna
     changeset:
-      anonymous: Anonimno
       no_edits: (nema izmena)
       view_changeset_details: Pogledaj detalje skupa izmena
-    changesets:
-      id: Naznaka
-      saved_at: Sačuvano u
-      user: Korisnik
-      comment: Komentar
-      area: Područje
     index:
       title: Skupovi izmena
       title_user: Skupovi izmena korisnika %{user}
@@ -254,8 +242,6 @@ sr-Latn:
       no_entries: Nema unosa u dnevniku
     page:
       recent_entries: 'Skorašnji unosi u dnevniku:'
-      older_entries: Stariji unosi
-      newer_entries: Noviji unosi
     edit:
       title: Uredi unos u dnevniku
       marker_text: Lokacija unosa u dnevniku
@@ -286,8 +272,6 @@ sr-Latn:
       confirm: Potvrdi
     location:
       location: 'Lokacija:'
-      view: Pogledaj
-      edit: Uredi
     feed:
       user:
         title: Unosi u dnevniku za korisnika %{user}
@@ -303,8 +287,6 @@ sr-Latn:
       post: Postavi
       when: Kada
       comment: Komentar
-      newer_comments: Noviji komentari
-      older_comments: Stariji komentari
   friendships:
     make_friend:
       heading: Dodati korisnika %{user} kao prijatelja?
@@ -734,10 +716,6 @@ sr-Latn:
           wadi: Suvo korito reke
           waterfall: Vodopad
           weir: Brana
-      types:
-        cities: Gradovi
-        towns: Varošice
-        places: Mesta
     results:
       no_results: Nema rezultata
       more_results: Više rezultata
@@ -755,26 +733,15 @@ sr-Latn:
     history: Istorija
     export: Izvezi
     gps_traces: GPS tragovi
-    gps_traces_tooltip: Upravljajte GPS tragovima
     user_diaries: Dnevnici
-    user_diaries_tooltip: Pogledajte korisničke dnevnike
     edit_with: Uredi uređivačem %{editor}
-    tag_line: Slobodna viki mapa sveta
-    intro_2_create_account: Otvorite nalog
     partners_partners: partneri
     osm_offline: Baza podataka Openstritmapa je trenutno nedostupna dok se ne završe
       važni radovi na održavanju.
     osm_read_only: Zbog radova na održavanju baze podataka Openstritmapa, istu trenutno
       nije moguće menjati.
-    donate: Pomozite nam tako što ćete %{link} radi održavanja potrebnog hardvera.
     help: Pomoć
     copyright: Autorska prava i licenca
-    community: Zajednica
-    community_blogs: Blogovi zajednice
-    community_blogs_title: Blogovi članova zajednice
-    make_a_donation:
-      title: Podržite Openstritmap novčanim prilogom
-      text: Priložite novac
   user_mailer:
     diary_comment_notification:
       subject: '[OpenStreetMap] %{user} prokomentarisa vaš unos u dnevniku'
@@ -792,7 +759,6 @@ sr-Latn:
       see_their_profile: Možete videti njegov/njen profil na %{userurl}.
       befriend_them: Možete ga/je dodati i kao prijatelja na %{befriendurl}.
     gpx_failure:
-      failed_to_import: 'Uvoz nije uspeo. Greška:'
       import_failures_url: http://wiki.openstreetmap.org/wiki/GPX_Import_Failures?uselang=sr-ec
       subject: '[OpenStreetMap] GPX uvoz nije uspeo'
     gpx_success:
@@ -845,7 +811,6 @@ sr-Latn:
     message_summary:
       unread_button: Označi kao nepročitano
       read_button: Označi kao pročitano
-      reply_button: Odgovori
       destroy_button: Obriši
     new:
       title: Pošalji poruku
@@ -914,19 +879,28 @@ sr-Latn:
       update home location on click: Ažurirati mesto stanovanja kada kliknem na mapu?
   sessions:
     new:
-      title: Prijava
       tab_title: Prijava
       email or username: 'Imejl adresa ili korisničko ime:'
       password: 'Lozinka:'
       remember: Zapamti me
       lost password link: Zaboravili ste lozinku?
       login_button: Prijavi me
-      register now: Otvorite nalog
       auth failure: Ne mogu da vas prijavim s unetim podacima.
     destroy:
       title: Odjava
       heading: Odjava
       logout_button: Odjavi me
+  shared:
+    pagination:
+      diary_comments:
+        older: Stariji komentari
+        newer: Noviji komentari
+      diary_entries:
+        older: Stariji unosi
+        newer: Noviji unosi
+      traces:
+        older: Stariji tragovi
+        newer: Noviji tragovi
   site:
     copyright:
       title: Autorska prava i licenca
@@ -975,8 +949,6 @@ sr-Latn:
         Možete podesiti da vaše izmene budu javne s %{user_page}.
       user_page_link: korisničke stranice
       anon_edits_link_text: Saznajte zašto je to slučaj.
-      no_iframe_support: Vaš pregledač ne podržava HTML iframes, a oni su potrebni
-        za ovu mogućnost.
     export:
       manually_select: Ručno izaberite drugo područje
       licence: Licenca
@@ -986,7 +958,6 @@ sr-Latn:
       export_button: Izvezi
     sidebar:
       search_results: Rezultati pretrage
-      close: Zatvori
     search:
       search: Pretraga
       where_am_i: Gde sam?
@@ -1067,8 +1038,6 @@ sr-Latn:
       heading: Uređivanje traga %{name}
       visibility_help: šta ovo znači?
       visibility_help_url: http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces?uselang=sr-ec
-    trace_optionals:
-      tags: Oznake
     show:
       title: Pregled traga %{name}
       heading: Pregled traga %{name}
@@ -1104,13 +1073,8 @@ sr-Latn:
       public_traces_from: Javni GPS tragovi korisnika %{user}
       tagged_with: ' označeni sa %{tags}'
       upload_trace: Otpremi trag
-    page:
-      older: Stariji tragovi
-      newer: Noviji tragovi
     destroy:
       scheduled_for_deletion: Trag postavljen za brisanje
-    make_public:
-      made_public: Javni trag
     offline_warning:
       message: Sistem za otpremanje GPX datoteka trenutno nije dostupan
     offline:
@@ -1125,58 +1089,6 @@ sr-Latn:
       need_to_see_terms: Vaš pristup API-ju je privremeno ukinut. Prijavite se da
         biste pogledali uslove uređivanja. Ne morate da ih prihvatite, već samo da
         ih vidite.
-  oauth:
-    authorize:
-      request_access_html: Program %{app_name} zahteva pristup vašem nalogu, %{user}.
-        Odlučite se da li želite da mu ga omogućite. Možete izabrati bilo koji program.
-      allow_to: 'Dozvoli programu da:'
-      allow_read_prefs: čita vaše korisničke postavke.
-      allow_write_prefs: menja vaše korisničke postavke.
-      allow_write_diary: pravi unose u dnevniku, komentariše i dodaje prijatelje.
-      allow_write_api: menja mapu.
-      allow_read_gpx: čita vaše privatne GPS tragove.
-      allow_write_gpx: otprema GPS tragove.
-    revoke:
-      flash: Opozvali ste novčić za %{application}
-  oauth_clients:
-    new:
-      title: Upiši novi program
-    edit:
-      title: Uredi program
-    show:
-      title: OAuth detalji za %{app_name}
-      key: 'Ključ potrošača:'
-      secret: 'Tajna potrošača:'
-      url: 'Adresa zahtevnog novčića:'
-      access_url: 'Adresa pristupnog novčića:'
-      authorize_url: 'Adresa ovlašćenja:'
-      support_notice: Podržavamo HMAC-SHA1, kao i običan tekst u režimu SSL.
-      edit: Detalji izmene
-      delete: Obriši klijent
-      confirm: Jeste li sigurni?
-      requests: 'Zahtevanje sledećih dozvola od korisnika:'
-    index:
-      title: OAuth detalji
-      my_tokens: Odobreni programi
-      list_tokens: 'Sledeći novčići su izdani programima na vaše ime:'
-      application: Naziv programa
-      issued_at: Izdano
-      revoke: Opozovi
-      my_apps: Programi
-      no_apps_html: Imate li program koji želite da koristite sa standardom %{oauth}?
-        Morate upisati vaš program pre nego što on može da traži OAuth zahteve.
-      registered_apps: 'Sledeći programi su upisani:'
-      register_new: Upiši program
-    form:
-      requests: 'Zahtevaj sledeće dozvole od korisnika:'
-    not_found:
-      sorry: Žao nam je, %{type} nije pronađen.
-    create:
-      flash: Podaci su uspešno upisani
-    update:
-      flash: Podaci o klijentu su uspešno ažurirani
-    destroy:
-      flash: Upis programa je ukinut
   users:
     new:
       title: Otvaranje naloga
@@ -1193,7 +1105,6 @@ sr-Latn:
         javnom vlasništvu
       consider_pd_why: šta je ovo?
       declined: http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined?uselang=sr-ec
-      decline: Odbaci
       you need to accept or decline: Molimo vas da pročitate ugovor pre nego što ga
         prihvatite.
       legale_select: 'Izaberite zemlju prebivališta:'
@@ -1269,19 +1180,9 @@ sr-Latn:
       already_has_role: Korisnik već ima ulogu %{role}.
       doesnt_have_role: Korisnik nema ulogu %{role}.
     grant:
-      title: Potvrda dodele uloge
-      heading: Potvrda dodele uloge
       are_you_sure: Želite li da dodelite ulogu „%{role}“ korisniku %{name}?
-      confirm: Potvrdi
-      fail: Ne mogu da dodelim ulogu „%{role}“ korisniku %{name}. Proverite da li
-        su korisnik i uloga ispravni.
     revoke:
-      title: Potvrda oduzimanja uloge
-      heading: Potvrda oduzimanja uloge
       are_you_sure: Želite li da oduzmete ulogu „%{role}“ od korisnika %{name}?
-      confirm: Potvrdi
-      fail: Ne mogu da oduzmem ulogu „%{role}“ od korisnika %{name}. Proverite da
-        li su korisnik i uloga ispravni.
   user_blocks:
     model:
       non_moderator_update: Morate biti urednik da biste postavljali ili ažurirali
@@ -1310,14 +1211,6 @@ sr-Latn:
       title: Korisničke blokade
       heading: Spisak korisničkih blokada
       empty: Nije napravljena nijedna blokada.
-    revoke:
-      title: Opozivanje blokade na %{block_on}
-      heading_html: Opozivanje blokade na %{block_on} od %{block_by}
-      time_future_html: Ova blokada će se završiti za %{time}.
-      past_html: Ova blokada je završena pre %{time} i ne može se sada opozvati.
-      confirm: Želite li da opozovete ovu blokadu?
-      revoke: Opozovi
-      flash: Ova blokada je opozvana.
     helper:
       time_future_html: Završava se u %{time}.
       until_login: Aktivno sve dok se korisnik ne prijavi.
@@ -1338,24 +1231,22 @@ sr-Latn:
       title: '%{block_on} je blokiran/a od %{block_by}'
       heading_html: '%{block_on} je blokiran/a od %{block_by}'
       status: Stanje
-      show: Prikaži
       edit: Uredi
-      revoke: Opozovi
-      confirm: Jeste li sigurni?
       reason: 'Razlog za blokiranje:'
       revoker: 'Opozivalac:'
-      needs_view: Korisnik mora da se prijavi da bi blokada bila uklonjena.
     block:
       not_revoked: (nije opozvano)
       show: Prikaži
       edit: Uredi
-      revoke: Opozovi
-    blocks:
+    page:
       display_name: Blokirani korisnik
       creator_name: Tvorac
       reason: Razlozi za blokiranje
       status: Stanje
       revoker_name: Opozvao
+  notes:
+    notes_paging_nav:
+      showing_page: Prikaz stranice %{page}
   javascripts:
     map:
       base:
index 6897cd78819b2895dd36153e0e6fe3f63689129c..2a6d11089e9c630c3daf5be1a0c70f0184dbb5e1 100644 (file)
@@ -58,10 +58,6 @@ sr:
         create: Направи блокаду
         update: Ажурирај блокаду
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: не изгледа као важећа имејл адреса
-        email_address_not_routable: није повезљив(а)
     models:
       acl: Листа контроле приступа
       changeset: Скуп промена
@@ -136,7 +132,6 @@ sr:
         longitude: Географска дужина
         public: Јавно
         description: Опис
-        gpx_file: Отпреми GPX датотеку
         visibility: Видљивост
         tagstring: Ознаке
       message:
@@ -388,21 +383,21 @@ sr:
       introduction: Кликните на мапу да бисте пронашли објекте у близини.
       nearby: Објекти у близини
       enclosing: Локација
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Нови коментар на скуп промена #%{changeset_id} корисника %{author}'
+        commented_at_by_html: Ажурирао %{user} у %{when}
+      show:
+        title_all: Дискусија о скупу промена на OpenStreetMap-у
+        title_particular: 'Дискусија о скупу промена #%{changeset_id} на OpenStreetMap-у'
+      timeout:
+        sorry: Преузимање списка коментара за скупове промена који сте тражили трајало
+          је предуго.
   changesets:
-    changeset_paging_nav:
-      showing_page: Страница %{page}
-      next: Следеће »
-      previous: « Претходно
     changeset:
-      anonymous: Анонимно
       no_edits: (нема измена)
       view_changeset_details: Прикажи детаље скупа промена
-    changesets:
-      id: ID
-      saved_at: Сачувано у
-      user: Корисник
-      comment: Коментар
-      area: Област
     index:
       title: Скупови промена
       title_user: Скупови промена корисника %{user}
@@ -450,18 +445,6 @@ sr:
       relations_paginated: Односи (%{x}-%{y} од %{count})
     timeout:
       sorry: Преузимање захтеваних скупова промена је трајало предуго.
-  changeset_comments:
-    comment:
-      comment: 'Нови коментар на скуп промена #%{changeset_id} корисника %{author}'
-      commented_at_by_html: Ажурирао %{user} у %{when}
-    comments:
-      comment: 'Нови коментар о скупу промена #%{changeset_id} аутора %{author}'
-    index:
-      title_all: Дискусија о скупу промена на OpenStreetMap-у
-      title_particular: 'Дискусија о скупу промена #%{changeset_id} на OpenStreetMap-у'
-    timeout:
-      sorry: Преузимање списка коментара за скупове промена који сте тражили трајало
-        је предуго.
   dashboards:
     contact:
       km away: удаљено %{count} км
@@ -500,8 +483,6 @@ sr:
       no_entries: Нема уноса у дневнику
     page:
       recent_entries: Недавни уноси у дневнику
-      older_entries: Старији уноси
-      newer_entries: Новији уноси
     edit:
       title: Уреди унос у дневнику
       marker_text: Локација уноса у дневнику
@@ -538,8 +519,6 @@ sr:
       report: Пријави овај коментар
     location:
       location: 'Локација:'
-      view: Приказ
-      edit: Уреди
     feed:
       user:
         title: Уноси у дневнику OpenStreetMap-а корисника %{user}
@@ -559,8 +538,6 @@ sr:
       post: Објава
       when: Када
       comment: Коментар
-      newer_comments: Новији коментари
-      older_comments: Старији коментари
   doorkeeper:
     scopes:
       address: Види своју физичку адресу
@@ -1282,10 +1259,6 @@ sr:
         level8: Граница града
         level9: Граница села
         level10: Граница насеља
-      types:
-        cities: Градови
-        towns: Варошице
-        places: Места
     results:
       no_results: Нема резултата
       more_results: Више резултата
@@ -1299,16 +1272,16 @@ sr:
       not_updated: Није ажурно
       search: Претрага
       search_guidance: 'Претражи проблеме:'
+      states:
+        ignored: Занемарено
+        open: Отвори
+        resolved: Решено
+    page:
       user_not_found: Корисник не постоји
       issues_not_found: Нема таквих проблема
       status: Статус
       reports: Извештаји
       last_updated: Последње ажурирање
-      link_to_reports: Прикажи извештаје
-      states:
-        ignored: Занемарено
-        open: Отвори
-        resolved: Решено
     show:
       no_reports: Нема пријава
       resolve: Разреши
@@ -1360,18 +1333,12 @@ sr:
     history: Историја
     export: Извези
     issues: Проблеми
-    data: Подаци
-    export_data: Извези податке
     gps_traces: ГПС трагови
-    gps_traces_tooltip: Управљај ГПС траговима
     user_diaries: Дневници корисника
-    user_diaries_tooltip: Погледај дневнике корисника
     edit_with: Уреди помоћу %{editor}
-    tag_line: Слободна вики мапа света
     intro_header: Добро дошли на OpenStreetMap!
     intro_text: OpenStreetMap је мапа света коју су направили људи попут вас. Слободна
       је за коришћење под отвореном лиценцом.
-    intro_2_create_account: Отворите кориснички налог
     hosting_partners_2024_html: Хостинг пружају %{fastly}, %{corpmembers}, и други
       %{partners}.
     partners_partners: партнери
@@ -1380,17 +1347,10 @@ sr:
       радови на одржавању.
     osm_read_only: Базу OpenStreetMap-а тренутно није могуће мењати док се не заврше
       неопходни радови на одржавању.
-    donate: Подржите ОpenStreetMap са %{link} за Фонд за обнову хардвера.
     help: Помоћ
     about: О нама
     copyright: Ауторска права
     communities: Заједнице
-    community: Заједница
-    community_blogs: Блогови заједнице
-    community_blogs_title: Блогови чланова заједнице OpenStreetMap
-    make_a_donation:
-      title: Подржите ОpenStreetMap новчаним прилогом
-      text: Донирајте
     learn_more: Детаљније
     more: Више
   user_mailer:
@@ -1414,7 +1374,6 @@ sr:
       befriend_them: Можете га/је додати и као пријатеља на %{befriendurl}.
     gpx_failure:
       hi: Здраво %{to_user},
-      failed_to_import: 'Увоз није успео. Грешка:'
       import_failures_url: https://wiki.openstreetmap.org/wiki/GPX_Import_Failures?uselang=sr-ec
       subject: '[OpenStreetMap] GPX увоз није успео'
     gpx_success:
@@ -1472,7 +1431,6 @@ sr:
       details: Одговорите или сазнајте више о белешци на %{url}.
     changeset_comment_notification:
       hi: Поздрав, %{to_user},
-      greeting: Поздрав,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} је коментарисао о једном од Ваших
           чејнџсетова'
@@ -1531,7 +1489,6 @@ sr:
     message_summary:
       unread_button: Означи као непрочитано
       read_button: Означи као прочитано
-      reply_button: Одговори
       destroy_button: Обриши
     new:
       title: Пошаљи поруку
@@ -1547,7 +1504,6 @@ sr:
       body: Нажалост, нема поруке с тим ИБ.
     outbox:
       title: Послате
-      actions: Радње
       messages:
         one: Имате %{count} послату поруку
         other: Имате %{count} послате поруке
@@ -1565,9 +1521,9 @@ sr:
       unread_button: Означи као непрочитано
       destroy_button: Обриши
       back: Назад
-      wrong_user: Пријављени сте као %{user}, али порука коју сте желели да прочитате
-        Ð½Ð¸Ñ\98е Ð¿Ð¾Ñ\81лаÑ\82а Ñ\82ом ÐºÐ¾Ñ\80иÑ\81никÑ\83. Ð\9fÑ\80иÑ\98авиÑ\82е Ñ\81е ÐºÐ°Ð¾ Ð¸Ñ\81пÑ\80аван ÐºÐ¾Ñ\80иÑ\81ник Ð´Ð° Ð±Ð¸Ñ\81Ñ\82е Ñ\98е
-        прочитали.
+      wrong_user: Пријављени сте као '%{user}', али порука коју сте желели да прочитате
+        Ð½Ð¸Ñ\81Ñ\82е Ð¿Ð¾Ñ\81лали Ð²Ð¸ Ð¸Ð»Ð¸ Ñ\82ом ÐºÐ¾Ñ\80иÑ\81никÑ\83. Ð\9fÑ\80иÑ\98авиÑ\82е Ñ\81е ÐºÐ°Ð¾ Ð¸Ñ\81пÑ\80аван ÐºÐ¾Ñ\80иÑ\81ник Ð´Ð°
+        Ð±Ð¸Ñ\81Ñ\82е Ñ\98е Ð¿Ñ\80оÑ\87иÑ\82али.
     sent_message_summary:
       destroy_button: Обриши
     heading:
@@ -1632,14 +1588,12 @@ sr:
       success: Профил ажуриран.
   sessions:
     new:
-      title: Пријава
       tab_title: Пријава
       email or username: Имејл адреса или корисничко име
       password: Лозинка
       remember: Запамти ме
       lost password link: Заборавили сте лозинку?
       login_button: Пријави ме
-      register now: Отворите налог
       with external: или се пријавите путем треће стране
       or: или
       auth failure: Није могуће пријавити се са тим детаљима.
@@ -1663,9 +1617,18 @@ sr:
     richtext_field:
       edit: Уреди
       preview: Преглед
+    pagination:
+      diary_comments:
+        older: Старији коментари
+        newer: Новији коментари
+      diary_entries:
+        older: Старији уноси
+        newer: Новији уноси
+      traces:
+        older: Старији трагови
+        newer: Новији трагови
   site:
     about:
-      next: Следеће
       used_by_html: '%{name} обезбеђује картографске податке хиљадама сајтова, мобилних
         апликација и уређаја'
       lede_text: OpenStreetMap је направила заједница картографа који додавају и одржавају
@@ -1768,8 +1731,6 @@ sr:
       user_page_link: корисничке странице
       anon_edits_link_text: Сазнајте зашто је то случај.
       id_not_configured: iD није конфигурисан
-      no_iframe_support: Ваш прегледач не подржава HTML iframes, а они су потребни
-        за ову могућност.
     export:
       title: Извоз
       manually_select: Ручно изаберите другу област
@@ -1841,10 +1802,8 @@ sr:
       title: Питања?
     sidebar:
       search_results: Резултати претраге
-      close: Затвори
     search:
       search: Претрага
-      get_directions: Тражите упутства
       get_directions_title: Пронађите навигацију између две тачке
       from: Од
       to: До
@@ -1921,7 +1880,6 @@ sr:
           destination: Приступ одредишту
           construction: Путеви у изградњи
           bus_stop: Аутобуска станица
-          stop: Стоп
           bicycle_shop: Продавница бицикала
           bicycle_rental: Изнајмљивање бицикала
           bicycle_parking: Паркинг за бицикле
@@ -1984,8 +1942,6 @@ sr:
       visibility_help_url: http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces?uselang=sr-ec
     update:
       updated: Траг је ажуриран
-    trace_optionals:
-      tags: Ознаке
     show:
       title: Преглед трага %{name}
       heading: Преглед трага %{name}
@@ -2029,13 +1985,8 @@ sr:
       wiki_page: вики страница
       upload_trace: Отпреми траг
       my_traces: Моји трагови
-    page:
-      older: Старији трагови
-      newer: Новији трагови
     destroy:
       scheduled_for_deletion: Траг постављен за брисање
-    make_public:
-      made_public: Јавни траг
     offline_warning:
       message: Систем за отпремање GPX датотека тренутно није доступан
     offline:
@@ -2053,8 +2004,6 @@ sr:
     require_cookies:
       cookies_needed: Изгледа да сте онемогућили колачиће. Омогућите их пре него што
         наставите.
-    require_admin:
-      not_an_admin: Треба да будете администратор да бисте извршили ту радњу.
     setup_user_auth:
       blocked_zero_hour: Имате хитну поруку на веб-сајту OpenStreetMap. Морате прочитати
         поруку пре него што можете да чувате своје измене.
@@ -2086,70 +2035,8 @@ sr:
         title: Пријава преко Википедије
         alt: Логотип Википедије
   oauth:
-    authorize:
-      title: Ауторизујте приступ свом налогу
-      request_access_html: Програм %{app_name} захтева приступ вашем налогу, %{user}.
-        Одлучите се да ли желите да му га омогућите. Можете изабрати било који програм.
-      allow_to: 'Дозволи програму да:'
-      allow_read_prefs: чита ваше корисничке поставке.
-      allow_write_prefs: мења ваше корисничке поставке.
-      allow_write_diary: прави дневничке записе, коментарише и додаје пријатеље.
-      allow_write_api: мења мапу.
-      allow_read_gpx: чита ваше приватне GPS трагове.
-      allow_write_gpx: отпрема GPS трагове.
-      allow_write_notes: измени белешке.
-      grant_access: Додели приступ
-    authorize_success:
-      title: Омогућен захтев за ауторизацију
-      allowed_html: Омогућили сте да апликација %{app_name} приступи Вашем налогу.
-      verification: Верификациони код је %{code}.
-    authorize_failure:
-      title: Неуспешан захтев за ауторизацију
-      denied: Онемогућили сте да апликација %{app_name} приступи Вашем налогу.
-      invalid: Токен за ауторизацију није валидан.
-    revoke:
-      flash: Опозвали сте новчић за %{application}
     permissions:
       missing: Нисте дозволили приступ апликације овом одељењу
-  oauth_clients:
-    new:
-      title: Упиши нови програм
-    edit:
-      title: Уреди програм
-    show:
-      title: OAuth детаљи за %{app_name}
-      key: 'Кључ потрошача:'
-      secret: 'Тајна потрошача:'
-      url: 'Адреса захтевног новчића:'
-      access_url: 'Адреса приступног новчића:'
-      authorize_url: 'Адреса овлашћења:'
-      support_notice: Подржавамо HMAC-SHA1 (препоручује се) и RSA-SHA1 потписе.
-      edit: Детаљи измене
-      delete: Обриши клијент
-      confirm: Јесте ли сигурни?
-      requests: 'Захтевање следећих дозвола од корисника:'
-    index:
-      title: OAuth детаљи
-      my_tokens: Одобрени програми
-      list_tokens: 'Следећи новчићи су издани програмима на ваше име:'
-      application: Назив програма
-      issued_at: Издано
-      revoke: Опозови
-      my_apps: Програми
-      no_apps_html: Имате ли програм који желите да користите са стандардом %{oauth}?
-        Морате уписати ваш програм пре него што он може да тражи OAuth захтеве.
-      registered_apps: 'Следећи програми су уписани:'
-      register_new: Упиши програм
-    form:
-      requests: 'Захтевај следеће дозволе од корисника:'
-    not_found:
-      sorry: Жао нам је, %{type} није пронађен.
-    create:
-      flash: Подаци су успешно уписани
-    update:
-      flash: Подаци о клијенту су успешно ажурирани
-    destroy:
-      flash: Уништена је регистрација клијентског програма
   oauth2_applications:
     index:
       name: Назив
@@ -2188,8 +2075,6 @@ sr:
         променити у поставкама.
       by_signing_up:
         privacy_policy: политика приватности
-      tou: услови коришћења
-      external auth: 'Аутентификација треће стране:'
       continue: Отвори налог
       terms accepted: Хвала вам што прихватате нове услове уређивања.
       email_help:
@@ -2211,7 +2096,7 @@ sr:
       informal_translations: неформални преводи
       continue: Настави
       declined: http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined?uselang=sr-ec
-      decline: Одбаци
+      cancel: Откажи
       you need to accept or decline: Молимо вас да прочитате уговор пре него што га
         прихватите.
       legale_select: 'Изаберите земљу пребивалишта:'
@@ -2315,19 +2200,9 @@ sr:
       already_has_role: Корисник већ има улогу %{role}.
       doesnt_have_role: Корисник нема улогу %{role}.
     grant:
-      title: Потврда доделе улоге
-      heading: Потврда доделе улоге
       are_you_sure: Желите ли да доделите улогу „%{role}“ кориснику %{name}?
-      confirm: Потврди
-      fail: Не могу да доделим улогу „%{role}“ кориснику %{name}. Проверите да ли
-        су корисник и улога исправни.
     revoke:
-      title: Потврда одузимања улоге
-      heading: Потврда одузимања улоге
       are_you_sure: Желите ли да одузмете улогу „%{role}“ од корисника %{name}?
-      confirm: Потврди
-      fail: Не могу да одузмем улогу „%{role}“ од корисника %{name}. Проверите да
-        ли су корисник и улога исправни.
   user_blocks:
     model:
       non_moderator_update: Морате бити уредник да бисте постављали или ажурирали
@@ -2356,14 +2231,6 @@ sr:
       title: Корисничке блокаде
       heading: Листа корисничких блокада
       empty: Није направљена ниједна блокада.
-    revoke:
-      title: Опозивање блокаде на %{block_on}
-      heading_html: Опозивање блокаде на %{block_on} од %{block_by}
-      time_future_html: Ова блокада ће се завршити за %{time}.
-      past_html: Ова блокада је завршена у %{time} и не може се сада опозвати.
-      confirm: Желите ли да опозовете ову блокаду?
-      revoke: Опозови
-      flash: Ова блокада је опозвана.
     revoke_all:
       heading_html: Опозивање свих блокада на %{block_on}
       flash: Све активне блокаде су опозване.
@@ -2391,19 +2258,14 @@ sr:
       created: 'Направљено:'
       duration: 'Трајање:'
       status: 'Стање:'
-      show: Прикажи
       edit: Уреди
-      revoke: Опозови
-      confirm: Јесте ли сигурни?
       reason: 'Разлог за блокирање:'
       revoker: 'Опозивалац:'
-      needs_view: Корисник мора да се пријави да би блокада била уклоњена.
     block:
       not_revoked: (није опозвано)
       show: Прикажи
       edit: Уреди
-      revoke: Опозови
-    blocks:
+    page:
       display_name: Блокирани корисник
       creator_name: Творац
       reason: Разлози за блокирање
@@ -2451,6 +2313,8 @@ sr:
       advice: Ваша белешка је јавна и може се користити за ажурирање карте, па не
         уносите личне податке, податке који садрже ауторска права или податке из листинга.
       add: Додај белешку
+    notes_paging_nav:
+      showing_page: Страница %{page}
   javascripts:
     close: Затвори
     share:
index d04cc8943c13dfbc601ebdea1b5c83363898fdf7..21f21f5cc37016dd9a4de5395cb29e579533c304 100644 (file)
@@ -90,8 +90,6 @@ sv:
   activerecord:
     errors:
       messages:
-        invalid_email_address: verkar inte vara en giltig e-postadress.
-        email_address_not_routable: kan inte ruttas
         display_name_is_user_n: kan inte vara user_n om inte n är ditt användar-id
       models:
         user_mute:
@@ -170,7 +168,7 @@ sv:
         longitude: Longitud
         public: Offentlig
         description: Beskrivning
-        gpx_file: Ladda upp GPX-fil
+        gpx_file: Välj GPS-spårningsfil
         visibility: Synlighet
         tagstring: Taggar
       message:
@@ -385,7 +383,7 @@ sv:
     view_unredacted_history: Visa oredigerad historik
     view_details: Visa detaljer
     view_redacted_data: Visa redigerad data
-    view_redaction_message: Visa redigeringsmeddelande
+    view_redaction_message: Visa maskeringsmeddelande
     location: 'Plats:'
     node:
       title_html: 'Nod: %{name}'
@@ -435,7 +433,7 @@ sv:
         changeset: ändringsuppsättning
         note: not
     redacted:
-      redaction: Omarbetning %{id}
+      redaction: Maskering %{id}
       message_html: Version %{version} av denna %{type} kan inte visas då den har
         tagits bort. Se %{redaction_link} för detaljer.
       type:
@@ -464,30 +462,46 @@ sv:
       introduction: Klicka på kartan för att hitta funktioner i närheten.
       nearby: Finns i närheten
       enclosing: Omgivande kartobjekt
+  nodes:
+    timeout:
+      sorry: Tyvärr tog data för noden med id %{id} för lång tid att hämta.
   old_nodes:
     not_found:
       sorry: 'Tyvärr, nod #%{id} version %{version} kunde inte hittas.'
+    timeout:
+      sorry: Tyvärr tog historiken för noden med id %{id} för lång tid att hämta.
+  ways:
+    timeout:
+      sorry: Tyvärr tog data för vägen med id %{id} för lång tid att hämta.
   old_ways:
     not_found:
       sorry: 'Tyvärr, sträckan #%{id} version %{version} kunde inte hittas.'
+    timeout:
+      sorry: Tyvärr tog historiken för vägen med id %{id} för lång tid att hämta.
+  relations:
+    timeout:
+      sorry: Tyvärr tog data för relationen med id %{id} för lång tid att hämta.
   old_relations:
     not_found:
       sorry: 'Tyvärr, sträckan #%{id} version %{version} kunde inte hittas.'
+    timeout:
+      sorry: Tyvärr tog historiken för relationen med id %{id} för lång tid att hämta.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: Ny kommentar på ändringsuppsättning nummer %{changeset_id} av %{author}
+        commented_at_by_html: Uppdaterades för %{when} av %{user}
+      show:
+        title_all: Diskussion om OpenStreetMaps ändringsset
+        title_particular: Diskussioner om OpenStreetMaps ändringsuppsättning nummer
+          %{changeset_id}
+      timeout:
+        sorry: Tyvärr, listan med ändringsuppsättningskommentarer du begärde kunde
+          inte hämtas då begäran tog för lång tid.
   changesets:
-    changeset_paging_nav:
-      showing_page: Sida %{page}
-      next: Nästa »
-      previous: « Föregående
     changeset:
-      anonymous: Anonym
       no_edits: (inga redigeringar)
       view_changeset_details: Visa detaljer om ändringsuppsättning
-    changesets:
-      id: ID
-      saved_at: Sparades den
-      user: Användare
-      comment: Kommentar
-      area: Område
     index:
       title: Ändringsuppsättningar
       title_user: Ändringsuppsättningar av %{user}
@@ -517,7 +531,6 @@ sv:
       title: Ändringsuppsättning %{id}
       created_by_html: Skapades av %{link_user} %{created}.
     no_such_entry:
-      title: Ingen sådan ändringsuppsättning
       heading: 'Inget inlägg med ID: %{id}'
       body: Det finns tyvärr ingen ändringsuppsättning med ID:t %{id}. Kontrollera
         stavningen eller så kanske du tryckt på fel länk.
@@ -552,19 +565,6 @@ sv:
     timeout:
       sorry: Kunde tyvärr inte lista begärda ändringsuppsättningar. Begäran tog för
         lång tid att hämta.
-  changeset_comments:
-    comment:
-      comment: Ny kommentar på ändringsuppsättning nummer %{changeset_id} av %{author}
-      commented_at_by_html: Uppdaterades för %{when} av %{user}
-    comments:
-      comment: 'Ny kommentar på ändringsuppsättning #%{changeset_id} av %{author}'
-    index:
-      title_all: Diskussion om OpenStreetMaps ändringsset
-      title_particular: Diskussioner om OpenStreetMaps ändringsuppsättning nummer
-        %{changeset_id}
-    timeout:
-      sorry: Tyvärr, listan med ändringsuppsättningskommentarer du begärde kunde inte
-        hämtas då begäran tog för lång tid.
   dashboards:
     contact:
       km away: '%{count}km bort'
@@ -606,8 +606,6 @@ sv:
       no_entries: Inga dagboksinlägg
     page:
       recent_entries: Nyligen skapade dagboksinlägg
-      older_entries: Äldre inlägg
-      newer_entries: Nyare inlägg
     edit:
       title: Redigera dagboksinlägg
       marker_text: Plats för dagboksinlägg
@@ -647,8 +645,6 @@ sv:
       report: Rapportera den här kommentaren
     location:
       location: 'Plats:'
-      view: Visa
-      edit: Redigera
     feed:
       user:
         title: OpenStreetMap-dagboksinlägg för %{user}
@@ -675,8 +671,6 @@ sv:
       post: Inlägg
       when: När
       comment: Kommentar
-      newer_comments: Nyare kommentarer
-      older_comments: Äldre kommentarer
     new:
       heading: Lägg en kommentar på följande diskussion om dagboksinlägg?
   doorkeeper:
@@ -748,7 +742,6 @@ sv:
   geocoder:
     search:
       title:
-        results_from_html: Resultat från %{results_link}
         latlon: Intern
     search_osm_nominatim:
       prefix:
@@ -1522,10 +1515,6 @@ sv:
         level9: Bygräns
         level10: Förortsgräns
         level11: Kvartersgräns
-      types:
-        cities: Städer
-        towns: Samhällen
-        places: Platser
     results:
       no_results: Inga resultat hittades
       more_results: Fler resultat
@@ -1539,13 +1528,18 @@ sv:
       not_updated: Inte uppdaterad
       search: Sök
       search_guidance: 'Sök ärenden:'
+      states:
+        ignored: Ignorerad
+        open: Öppen
+        resolved: Löst
+    page:
       user_not_found: Användaren finns inte
       issues_not_found: Inga sådana ärenden hittades
+      reported_user: Rapporterad användare
       status: Status
       reports: Rapporter
       last_updated: Senast uppdaterad
       last_updated_time_ago_user_html: '%{time_ago} av %{user}'
-      link_to_reports: Visa rapporter
       reports_count:
         one: '%{count} rapport'
         other: '%{count} rapporter'
@@ -1639,18 +1633,12 @@ sv:
     history: Historik
     export: Exportera
     issues: Ärenden
-    data: Data
-    export_data: Exportera data
     gps_traces: GPS-spår
-    gps_traces_tooltip: Visa, ladda upp och ändra GPS-spår.
     user_diaries: Användardagböcker
-    user_diaries_tooltip: Visa användardagböcker
     edit_with: Redigera med %{editor}
-    tag_line: Den fria wiki-världskartan
     intro_header: Välkommen till OpenStreetMap!
     intro_text: OpenStreetMap är en karta över världen, skapad av människor som du
       och fri att använda under en öppen licens.
-    intro_2_create_account: Skapa ett användarkonto
     hosting_partners_2024_html: Driften stöds av %{fastly}, %{corpmembers} och andra
       %{partners}.
     partners_fastly: Fastly
@@ -1661,17 +1649,11 @@ sv:
       databasunderhåll pågår.
     osm_read_only: OpenStreetMap-databasen är skrivskyddad just nu, då nödvändigt
       databasunderhåll pågår.
-    donate: Stöd OpenStreetMap med en %{link} till hårdvarufonden.
+    nothing_to_preview: Ingenting att förhandsvisa.
     help: Hjälp
     about: Om
     copyright: Upphovsrätt
     communities: Gemenskaper
-    community: Gemenskap
-    community_blogs: Gemenskapens bloggar
-    community_blogs_title: Bloggar från medlemmar i OpenStreetMap-gemenskapen
-    make_a_donation:
-      title: Stöd OpenStreetMap med en monetär donation
-      text: Donera
     learn_more: Läs mer
     more: Mer
   user_mailer:
@@ -1710,13 +1692,23 @@ sv:
       befriend_them: Du kan också lägga till dem som en vän på %{befriendurl}.
       befriend_them_html: Du kan också lägga till dem som en vän på %{befriendurl}.
     gpx_description:
-      description_with_tags_html: 'Det ser ut som att din GPX-fil %{trace_name} med
-        beskrivningen %{trace_description} och följande taggar: %{tags}'
-      description_with_no_tags_html: Det ser ut som att din GPX-fil %{trace_name}
-        med beskrivningen %{trace_description} och inga taggar
+      description_with_tags: 'Det verkar som att din fil %{trace_name} med beskrivningen
+        %{trace_description} och följande taggar: %{tags}'
+      description_with_tags_html: 'Det verkar som att din fil %{trace_name} med beskrivningen
+        %{trace_description} och följande taggar: %{tags}'
+      description_with_no_tags: Det verkar som att din fil %{trace_name} med beskrivningen
+        %{trace_description} och inga taggar
+      description_with_no_tags_html: Det verkar som att din fil %{trace_name} med
+        beskrivningen %{trace_description} och inga taggar
     gpx_failure:
       hi: Hej %{to_user},
-      failed_to_import: 'misslyckats med att importera. Här är felet:'
+      failed_to_import: 'kunde inte importera som en GPS-spårningsfil. Kontrollera
+        att din fil är en giltig GPX-fil eller ett arkiv som innehåller GPX-filer
+        i ett format som stöds (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2).
+        Skulle det kunna vara problem med ett format eller syntax med din fil? Här
+        är importeringsfelet:'
+      more_info: Mer information om GPX-importeringsfel och hur man undviker dem finns
+        på %{url}.
       more_info_html: Mer information om misslyckade GPX-importer och hur man undviker
         dem återfinns på %{url}.
       subject: '[OpenStreetMap] Misslyckades importera GPX'
@@ -1725,6 +1717,8 @@ sv:
       loaded:
         one: inläst med %{trace_points} av %{count} möjlig punkt.
         other: inläst med %{trace_points} av %{count} möjliga punkter.
+      trace_location: Ditt spår finns på %{trace_url}
+      all_your_traces: Alla dina uppladdade GPX-spår finns på %{url}
       all_your_traces_html: Alla dina framgångsrikt uppladdade GPX-spår finns på %{url}.
       subject: '[OpenStreetMap] Lyckades importera GPX'
     signup_confirm:
@@ -1794,7 +1788,6 @@ sv:
     changeset_comment_notification:
       description: 'OpenStreetMap ändringsuppsättning #%{id}'
       hi: Hej %{to_user},
-      greeting: Hej,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} har kommenterat på en av dina ändringsuppsättningar'
         subject_other: '[OpenStreetMap] %{commenter} har kommenterat på ett ändringsuppsättning
@@ -1867,7 +1860,6 @@ sv:
     message_summary:
       unread_button: Markera som oläst
       read_button: Markera som läst
-      reply_button: Svara
       destroy_button: Radera
       unmute_button: Flytta till inkorg
     new:
@@ -1884,7 +1876,6 @@ sv:
       body: Det finns inget meddelande med det ID:et.
     outbox:
       title: Utkorg
-      actions: Åtgärder
       messages:
         one: Du har %{count} skickat ett meddelande
         other: Du har %{count} skickat meddelanden
@@ -1983,7 +1974,6 @@ sv:
       failure: Kunde inte uppdatera profilen.
   sessions:
     new:
-      title: Logga in
       tab_title: Logga in
       login_to_authorize_html: Logga in på OpenStreetMap för att komma åt %{client_app_name}.
       email or username: E-postadress eller Användarnamn
@@ -1991,7 +1981,6 @@ sv:
       remember: Kom ihåg mig
       lost password link: Glömt ditt lösenord?
       login_button: Logga in
-      register now: Registrera dig nu
       with external: eller logga in med en tredje part
       or: eller
       auth failure: Kunde inte logga in med de uppgifterna.
@@ -2022,9 +2011,28 @@ sv:
     richtext_field:
       edit: Redigera
       preview: Förhandsgranska
+      help: Hjälp
+    pagination:
+      diary_comments:
+        older: Äldre kommentarer
+        newer: Nyare kommentarer
+      diary_entries:
+        older: Äldre inlägg
+        newer: Nyare inlägg
+      issues:
+        older: Äldre problem
+        newer: Nyare problem
+      traces:
+        older: Äldre GPS-spår
+        newer: Nyare GPS-spår
+      user_blocks:
+        older: Äldre blockeringar
+        newer: Nya blockeringar
+      users:
+        older: Äldre användare
+        newer: Nyare användare
   site:
     about:
-      next: Nästa
       heading_html: '%{copyright}OpenStreetMap %{br} bidragsgivare'
       used_by_html: '%{name} förser tusentals webbsidor, mobilappar, appar och fysiska
         apparater med kartdata'
@@ -2259,8 +2267,6 @@ sv:
       user_page_link: användarsida
       anon_edits_link_text: Ta reda på varför det är så.
       id_not_configured: iD har inte konfigurerats
-      no_iframe_support: Din webbläsare stöder inte HTML iframes, vilken är nödvändig
-        för den här funktionen.
     export:
       title: Exportera
       manually_select: Välj ett annat område manuellt
@@ -2362,10 +2368,8 @@ sv:
       welcome_mat: Kolla in välkomstmattan
     sidebar:
       search_results: Sökresultat
-      close: Stäng
     search:
       search: Sök
-      get_directions: Få vägbeskrivningar
       get_directions_title: Hitta vägen mellan två punkter
       from: Från
       to: Till
@@ -2446,6 +2450,9 @@ sv:
           hospital: Sjukhus
           building: Viktig byggnad
           station: Järnvägsstation
+          railway_halt: Järnvägsstopp
+          subway_station: Tunnelbanestation
+          tram_stop: Spårvagnshållplats
           summit: Höjd
           peak: Topp
           tunnel: Streckade kanter = tunnel
@@ -2454,7 +2461,6 @@ sv:
           destination: Förbjuden genomfart
           construction: Vägar under konstruktion
           bus_stop: Busshållplats
-          stop: Hållplats
           bicycle_shop: Cykelaffär
           bicycle_rental: Cykeluthyrning
           bicycle_parking: Cykelparkering
@@ -2566,8 +2572,6 @@ sv:
       visibility_help: vad betyder detta?
     update:
       updated: GPS-spår uppdaterades
-    trace_optionals:
-      tags: Taggar
     show:
       title: Visar GPS-spår %{name}
       heading: Visar GPS-spår %{name}
@@ -2619,13 +2623,8 @@ sv:
       my_traces: Mina spår
       traces_from: Offentliga GPS-spår från %{user}
       remove_tag_filter: Ta bort taggfilter
-    page:
-      older: Äldre GPS-spår
-      newer: Nyare GPS-spår
     destroy:
       scheduled_for_deletion: GPS-spår schemalagt för radering
-    make_public:
-      made_public: GPS-spår offentliggjort
     offline_warning:
       message: GPX-uppladdningssystemet är för tillfället otillgängligt.
     offline:
@@ -2639,14 +2638,10 @@ sv:
         other: GPX-fil med %{count} punkter från %{user}
       description_without_count: GPX-fil från %{user}
   application:
-    basic_auth_disabled: 'Grundläggande HTTP-autentisering är inaktiverat: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 och 1.0a är inaktiverade: %{link}'
     permission_denied: Du har inte behörighet för denna åtgärd
     require_cookies:
       cookies_needed: Du verkar ha inaktiverat kakor - aktivera kakor i din webbläsare
         innan du fortsätter.
-    require_admin:
-      not_an_admin: Du måste vara administratör för att utföra denna åtgärd.
     setup_user_auth:
       blocked_zero_hour: Ett brådskande meddelande väntar dig på OpenStreetMaps hemsida.
         Du behöver läsa meddelandet innan du kan spara dina redigeringar.
@@ -2657,7 +2652,6 @@ sv:
         men du måste titta på dem.
     settings_menu:
       account_settings: Kontoinställningar
-      oauth1_settings: OAuth 1-inställningar
       oauth2_applications: OAuth 2-applikationer
       oauth2_authorizations: OAuth 2-auktoriseringar
       muted_users: Tystade användare
@@ -2683,32 +2677,6 @@ sv:
         title: Logga in med Wikipedia
         alt: Wikipedia-logotyp
   oauth:
-    authorize:
-      title: Auktorisera tillgång till ditt konto
-      request_access_html: Applikationen %{app_name} har begärt tillgång till ditt
-        konto, %{user}. Var god kontrollera om du vill att applikationen ska ha dessa
-        möjligheter. Du kan välja eller ta bort hur många val du vill.
-      allow_to: 'Tillåt klientapplikation att:'
-      allow_read_prefs: läs dina användaralternativ.
-      allow_write_prefs: ändra dina användaralternativ.
-      allow_write_diary: skapa dagboksinlägg, kommentarer och hitta vänner.
-      allow_write_api: ändra kartan.
-      allow_read_gpx: läs dina privata GPS-spår.
-      allow_write_gpx: ladda upp GPS-spår
-      allow_write_notes: ändra anteckningar.
-      grant_access: Bevilja åtkomst
-    authorize_success:
-      title: Auktoriseringsbegäran tillåten
-      allowed_html: Du har beviljat en applikation %{app_name} tillgång till ditt
-        konto.
-      verification: Verifikationskoden är %{code}.
-    authorize_failure:
-      title: Auktoriseringsbegäran misslyckades
-      denied: Du har blockerat en applikation %{app_name} från tillgång till ditt
-        konto.
-      invalid: Auktoriserings-nyckeln är inte giltig.
-    revoke:
-      flash: Du tagit bort nyckeln för %{application}
     permissions:
       missing: Du har inte gett applikationen åtkomst till den här faciliteten
     scopes:
@@ -2722,52 +2690,12 @@ sv:
       write_notes: Ändra anteckningar
       write_redactions: Omarbeta kartdata
       read_email: Läs användarens e-postadress
+      consume_messages: Läs, uppdatera status och radera användarmeddelanden
+      send_messages: Skicka privata meddelanden till andra användare
       skip_authorization: Godkänn applikation automatiskt
     for_roles:
       moderator: Denna behörighet är till för åtgärder som endast är tillgängliga
         för moderatorer
-  oauth_clients:
-    new:
-      title: Registrera en ny applikation
-      disabled: Registrering av OAuth 1-applikationer har inaktiverats
-    edit:
-      title: Redigera ditt tillägg
-    show:
-      title: OAuth-detaljer för %{app_name}
-      key: 'Konsumentnyckel:'
-      secret: 'Konsumenthemlighet:'
-      url: 'URL för anropsnyckel:'
-      access_url: 'URL för tillgångsnyckel:'
-      authorize_url: 'Godkänn URL:'
-      support_notice: Vi stödjer signaturer med HMAC-SHA1 (rekommenderas) och RSA-SHA1.
-      edit: Redigera detaljer
-      delete: Radera klient
-      confirm: Är du säker?
-      requests: 'Begär följande behörigheter från användaren:'
-    index:
-      title: Mina OAuth-detaljer
-      my_tokens: Mina auktoriserade applikationer
-      list_tokens: 'Följande nycklar har utfärdats till applikationer i ditt namn:'
-      application: Applikationsnamn
-      issued_at: Utfärdad den
-      revoke: Återkalla!
-      my_apps: Mina klientapplikationer
-      no_apps_html: Har du ett applikation som du vill registrera för användning hos
-        oss med hjälp av %{oauth}-standarden? Du måste registrera din webbapplikation
-        innan du kan göra OAuth-anropp till den här tjänsten.
-      oauth: OAuth
-      registered_apps: 'Du har följande klientapplikationer registrerade:'
-      register_new: Registrera din applikation
-    form:
-      requests: 'Be om följande behörigheter från användaren:'
-    not_found:
-      sorry: Tyvärr kunde inte %{type} hittas.
-    create:
-      flash: Informationen registrerades framgångsrikt
-    update:
-      flash: Uppdaterade klientinformationen framgångsrikt
-    destroy:
-      flash: Annullerade registreringen av klientapplikationen
   oauth2_applications:
     index:
       title: Mina klientapplikationer
@@ -2847,8 +2775,6 @@ sv:
         privacy_policy: integritetspolicy
         privacy_policy_title: OSMFs integritetspolicy inklusive avsnitt om e-postadresser
         contributor_terms: bidragsvillkor
-      tou: användarvillkor
-      external auth: 'Tredjepartsautentisering:'
       continue: Registrera
       terms accepted: Tack för att du accepterat de nya villkoren för bidrag till
         kartan!
@@ -2884,7 +2810,7 @@ sv:
       continue: |2-
 
         Fortsätt
-      decline: Avslå
+      cancel: Avbryt
       you need to accept or decline: Läs igenom och godkänn eller avböj de nya bidragsvillkoren
         för att fortsätta.
       legale_select: 'Hemland:'
@@ -2971,8 +2897,6 @@ sv:
       summary_no_ip_html: '%{name} skapad den %{date}'
       empty: Inga motsvarande användare hittades
     page:
-      older: Äldre användare
-      newer: Nyare användare
       found_users:
         one: '%{count} användare hittade'
         other: '%{count} användare hittade'
@@ -3004,27 +2928,17 @@ sv:
         med ditt ID i dina användarinställningar.
   user_role:
     filter:
-      not_a_role: Strängen `%{role}' är inte en korrekt roll.
+      not_a_role: Strängen '%{role}' är inte en giltig roll.
       already_has_role: Användaren har redan rollen %{role}.
       doesnt_have_role: Användaren har inte rollen %{role}.
       not_revoke_admin_current_user: Kan inte återkalla administratörsroll från nuvarande
         användare.
     grant:
-      title: Bekräfta rolltilldelning
-      heading: Bekräfta rolltilldelning
-      are_you_sure: Är du säker på att du vill ge rollen `%{role}' till användaren
-        `%{name}'?
-      confirm: Bekräfta
-      fail: Kunde inte ge rollen "%{role}" till användare "%{name}". Kontrollera att
-        både användare och roll är korrekta.
+      are_you_sure: Är du säker på att du vill ge rollen '%{role}' till användaren
+        '%{name}'?
     revoke:
-      title: Bekräfta återkallning av roll
-      heading: Bekräfta återkallande av roll
-      are_you_sure: Är du säker på att du vill återkalla rollen `%{role}' från användaren
-        `%{name}'?
-      confirm: Bekräfta
-      fail: Kunde inte återkalla rollen "%{role}" från användaren "%{name}". Kontrollera
-        att både användaren och rollen är korrekta.
+      are_you_sure: Är du säker på att du vill återkalla rollen '%{role}' från användaren
+        '%{name}'?
   user_blocks:
     model:
       non_moderator_update: Måste vara en moderator för att skapa eller uppdatera
@@ -3041,6 +2955,7 @@ sv:
       title: Redigera blockering på %{name}
       heading_html: Redigera blockering på %{name}
       period: Hur lång tid, från och med nu, användaren ska vara blockerad från API:t.
+      revoke: Återkalla blockering
     filter:
       block_period: Blockeringsperioden måste ha ett av värdena i rullgardinslistan.
     create:
@@ -3048,21 +2963,17 @@ sv:
     update:
       only_creator_can_edit: Bara moderatorn som skapade denna blockering kan redigera
         den.
+      only_creator_can_edit_without_revoking: Endast moderatorn som skapade blockeringen
+        kan redigera den utan att återkalla den.
       only_creator_or_revoker_can_edit: Endast moderatorer som skapade eller drog
         tillbaka den här blockeringen kan redigera den.
+      inactive_block_cannot_be_reactivated: Den här blockeringen är inaktiv och kan
+        inte återaktiveras.
       success: Blockering uppdaterad.
     index:
       title: Användarblockeringar
       heading: Lista över användarblockeringar
       empty: Inga blockeringar har gjorts ännu.
-    revoke:
-      title: Upphäv blockering av %{block_on}
-      heading_html: Upphäv blockering på %{block_on} av %{block_by}
-      time_future_html: Denna blockering kommer att avslutas inom %{time}.
-      past_html: Detta block avslutades %{time} och kan inte upphävas nu.
-      confirm: Är du säker på att du vill återkalla denna blockering?
-      revoke: Upphäv!
-      flash: Denna blockering har upphävts.
     revoke_all:
       title: Upphäv alla blockeringar av %{block_on}
       heading_html: Upphäver alla blockeringar av %{block_on}
@@ -3109,26 +3020,19 @@ sv:
       created: 'Skapad:'
       duration: 'Tidsperiod:'
       status: 'Status:'
-      show: Visa
       edit: Redigera
-      revoke: Återkalla!
-      confirm: Är du säker?
       reason: 'Anledning för blockering:'
       revoker: 'Återkallare:'
-      needs_view: Användaren måste logga in innan blockeringen upphör.
     block:
       not_revoked: (Inte återkallat)
       show: Visa
       edit: Redigera
-      revoke: Återkalla!
-    blocks:
+    page:
       display_name: Blockerad användare
       creator_name: Skapare
       reason: Orsak till blockering
       status: Status
       revoker_name: Återkallad av
-      older: Äldre blockeringar
-      newer: Nya blockeringar
     navigation:
       all_blocks: Alla blockeringar
       blocks_on_me: Blockeringar på mig
@@ -3136,6 +3040,7 @@ sv:
       blocks_by_me: Blockeringar av mig
       blocks_by_user: Blockeringar av %{user}
       block: 'Blockering #%{id}'
+      new_block: Ny blockering
   user_mutes:
     index:
       title: Tystade användare
@@ -3216,6 +3121,10 @@ sv:
         så skriv inte personuppgifter eller information från upphovsrättsligt skyddade
         kartor eller kataloger.
       add: Lägg till anteckning
+    notes_paging_nav:
+      showing_page: Sida %{page}
+      next: Nästa
+      previous: Föregående
   javascripts:
     close: Stäng
     share:
@@ -3400,12 +3309,13 @@ sv:
       centre_map: Centrera kartan här
   redactions:
     edit:
-      heading: Redigera redaktering
-      title: Redigera redaktering
+      heading: Redigera maskering
+      title: Redigera maskering
     index:
       empty: Inga maskeringar att visa.
       heading: Lista över maskeringar
       title: Lista över maskeringar
+      new: Ny maskering
     new:
       heading: Ange information för ny maskering
       title: Skapa ny maskering
index 5862f91525d5dbd11e79bf5299cc459cc39249da..faeb0d1b2d0df270371aa8351969c2fcfbf1d7c6 100644 (file)
@@ -51,9 +51,6 @@ ta:
         update: தொகுதியைப் புதுப்பி
   activerecord:
     errors:
-      messages:
-        invalid_email_address: செல்லுபடியாகும் மின்னஞ்சல் முகவரியாகத் தெரியவில்லை
-        email_address_not_routable: திசைதிருப்பக்கூடியது அல்ல
       models:
         user_mute:
           is_already_muted: ஏற்கனவே மௌனிக்கப்பட்டுள்ளார்
@@ -258,19 +255,8 @@ ta:
       wiki_link:
         key: விக்கி  விளக்கப்பக்கம் %{key} குறிச்சொல்லுக்காக
   changesets:
-    changeset_paging_nav:
-      showing_page: பக்கம் %{page}
-      next: அடுத்து »
-      previous: « முந்தைய
     changeset:
-      anonymous: அடையாளமற்றவர்
       no_edits: (திருத்தங்கள் இல்லை)
-    changesets:
-      id: அடையாளம் (ID)
-      saved_at: சேமிக்கப்பட்ட
-      user: பயனர்
-      comment: கருத்து
-      area: பகுதி
     index:
       title: மாற்றங்கள்
       load_more: மேலும் படிக்க
@@ -314,8 +300,6 @@ ta:
       no_entries: டைரி உள்ளீடுகள் இல்லை
     page:
       recent_entries: சமீப டைரி உள்ளீடுகள்
-      older_entries: பழைய உள்ளீடுகள்
-      newer_entries: புதிய உள்ளீடுகள்
     edit:
       title: நாட்குறிப்பேடு  உள்ளீட்டை  திருத்து
       marker_text: டைரி உள்ளீடு பகுதி
@@ -340,14 +324,11 @@ ta:
       report: இந்தப் பின்னூட்டத்தை முறையிடுக
     location:
       location: 'இடம்:'
-      view: காண்
-      edit: தொகு
   diary_comments:
     page:
       post: பதியவும்
       when: எப்பொழுது
       comment: கருத்துரை
-      newer_comments: புதிய கருத்துக்கள்
   geocoder:
     search_osm_nominatim:
       prefix:
@@ -593,10 +574,6 @@ ta:
           lock: பூட்டு
           river: ஆறு
           waterfall: நீர்வீழ்ச்சி
-      types:
-        cities: மாநகரங்கள்
-        towns: நகரங்கள்
-        places: இடங்கள்
     results:
       no_results: முடிவுகள் எதுவும் காணப்படவில்லை
       more_results: மேலும் முடிவுகள்
@@ -616,10 +593,6 @@ ta:
     history: வரலாறு
     help: உதவி
     copyright: பதிப்புரிமை
-    community: சமுதாயம்
-    community_blogs: சமுதாய வலைப்பதிவுகள்
-    make_a_donation:
-      text: ஒரு நன்கொடையை அளிக்கவும்
     learn_more: மேலும் அறிய
     more: மேலும்
   user_mailer:
@@ -627,8 +600,6 @@ ta:
       greeting: வணக்கம்,
     lost_password:
       greeting: வணக்கம்,
-    changeset_comment_notification:
-      greeting: வணக்கம்,
   messages:
     inbox:
       title: உள்பெட்டி
@@ -640,7 +611,6 @@ ta:
     message_summary:
       unread_button: வாசிக்கப்படாததாக என குறியிடு
       read_button: வாசித்ததாக குறியிடு
-      reply_button: பதிலளி
       destroy_button: நீக்கு
       unmute_button: வருமஞ்சலுக்கு நகர்த்து
     new:
@@ -654,7 +624,6 @@ ta:
       heading: அப்படியொரு தகவல் இல்லை
     outbox:
       title: அனுப்பியவை
-      actions: செயல்கள்
     muted:
       title: மௌனித்த தகவல்கள்
       messages:
@@ -693,14 +662,12 @@ ta:
       delete image: நடப்பு படத்தை நீக்கு
   sessions:
     new:
-      title: புகுபதிகை
       tab_title: புகுபதிகை
       email or username: 'மின்னஞ்சல் முகவரி அல்லது பயனர் பெயர்:'
       password: 'கடவுச்சொல்:'
       remember: என்னை நினைவில் வைத்துக்கொள்ளவும்
       lost password link: உங்கள் கடவுச்சொல் மறந்துவிட்டதா?
       login_button: புகுபதிகை
-      register now: இப்போது பதிவுசெய்யுங்கள்
     destroy:
       title: விடுபதிகை
       logout_button: விடுபதிகை
@@ -711,9 +678,13 @@ ta:
       image: படம்
     richtext_field:
       edit: தொகு
+    pagination:
+      diary_comments:
+        newer: புதிய கருத்துக்கள்
+      diary_entries:
+        older: பழைய உள்ளீடுகள்
+        newer: புதிய உள்ளீடுகள்
   site:
-    about:
-      next: அடுத்தது
     copyright:
       foreign:
         title: இந்த மொழிபெயர்ப்பு பற்றி
@@ -725,7 +696,6 @@ ta:
       export_button: ஏற்றுமதி செய்
     sidebar:
       search_results: தேடல் முடிவுகள்
-      close: மூடு
     search:
       search: தேடு
       submit_text: செல்
@@ -779,8 +749,6 @@ ta:
       help: உதவி
     edit:
       visibility_help: இது எதைக் குறிக்கிறது?
-    trace_optionals:
-      tags: குறிச்சொற்கள்
     show:
       pending: நிலுவையில்
       filename: 'கோப்புப்பெயர்:'
@@ -808,17 +776,10 @@ ta:
   application:
     settings_menu:
       muted_users: மௌனித்த பயனர்கள்
-  oauth_clients:
-    show:
-      edit: தொகுப்பு விவரங்கள்
-      confirm: உறுதியாகவா?
-    index:
-      revoke: திரும்பபெறு
   users:
     new:
       title: கணக்கை உருவாக்கு
     terms:
-      decline: நிராகரி
       legale_names:
         france: பிரான்சு
         italy: இத்தாலி
@@ -865,22 +826,15 @@ ta:
     suspended:
       title: கணக்கு இடைநீக்கம் செய்யப்பட்டுள்ளது
       heading: கணக்கு இடைநீக்கம் செய்யப்பட்டுள்ளது
-  user_role:
-    revoke:
-      confirm: உறுதிப்படுத்து
   user_blocks:
     show:
       status: நிலை
-      show: காட்டு
       edit: தொகு
-      revoke: திரும்பபெறு!
-      confirm: உறுதியாகவா?
       reason: 'தடைக்கான காரணம்:'
     block:
       show: காட்டு
       edit: தொகு
-      revoke: திரும்பபெறு!
-    blocks:
+    page:
       display_name: தடைசெய்யப்பட்ட பயனர்
       creator_name: உருவாக்கியவர்
       status: நிலை
@@ -909,6 +863,8 @@ ta:
       log_in_to_comment: இக்குறிப்புக்குக் கருத்துரை வழங்கப் புகுபதிக
     new:
       title: புதுக் குறிப்பு
+    notes_paging_nav:
+      showing_page: பக்கம் %{page}
   redactions:
     update:
       flash: மாற்றங்கள் சேமிக்கப்பட்டன
index 587e1c83e623b6dbe1b0305643a33e75fc42bdc7..b3e90c3d253a9c54e88f4d7acf4a4442a425f1a9 100644 (file)
@@ -46,10 +46,6 @@ te:
         create: నిరోధాన్ని సృష్టించండి
         update: నిరోధాన్ని తాజాకరించండి
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: సరైన ఈ-మెయిలు చిరునామాగా అనిపించడం లేదు
-        email_address_not_routable: రూటు చెయ్యలేనిది
     models:
       acl: అనుమతి నియంత్రణ జాబితా
       changeset: మార్పులసమితి
@@ -391,21 +387,20 @@ te:
       introduction: సమీపం లోని అంశాలను చూసేందుకు మ్యాపుపై నొక్కండి.
       nearby: దగ్గర్లోని విశేషాలు
       enclosing: అంశాలమ్ను శోధిస్తున్నారు
+  changeset_comments:
+    feeds:
+      comment:
+        comment: '#%{changeset_id} మార్పులసమితిపై %{author} వ్యాఖ్య ఏమీ చెయ్యలేదు'
+        commented_at_by_html: '%{when} %{user} తాజాకరించారు'
+      show:
+        title_all: OpenStreetMap మార్పులసమితి చర్చ
+        title_particular: 'OpenStreetMap మార్పులసమితి #%{changeset_id} చర్చ'
+      timeout:
+        sorry: సారీ, మీరడిగిన మార్పులసమితి వ్యాఖ్యలు తేవడానికి చాలా సమయం పట్టింది.
   changesets:
-    changeset_paging_nav:
-      showing_page: పేజీ %{page}
-      next: తదుపరి »
-      previous: « మునుపటి
     changeset:
-      anonymous: అనామకం
       no_edits: (మార్పులు లేవు)
       view_changeset_details: మార్పులసమితి వివరాలు చూడండి
-    changesets:
-      id: ఐడీ
-      saved_at: భద్రపరచిన సమయం
-      user: వాడుకరి
-      comment: వ్యాఖ్య
-      area: ప్రదేశం
     index:
       title: మార్పుల సమితులు
       title_user: '%{user} చేసిన మార్పులసమితులు'
@@ -445,17 +440,6 @@ te:
       relations_paginated: '%{count} లో %{x}-%{y} యొక్క సంబంధాలు'
     timeout:
       sorry: సారీ, మీరడిగిన మార్పులసమితుల జాబితాను తేవడంలో చాలా సమయం పట్టింది.
-  changeset_comments:
-    comment:
-      comment: '#%{changeset_id} మార్పులసమితిపై %{author} వ్యాఖ్య ఏమీ చెయ్యలేదు'
-      commented_at_by_html: '%{when} %{user} తాజాకరించారు'
-    comments:
-      comment: '#%{changeset_id} మార్పులసమితిపై %{author} గారి కొత్త వ్యాఖ్య'
-    index:
-      title_all: OpenStreetMap మార్పులసమితి చర్చ
-      title_particular: 'OpenStreetMap మార్పులసమితి #%{changeset_id} చర్చ'
-    timeout:
-      sorry: సారీ, మీరడిగిన మార్పులసమితి వ్యాఖ్యలు తేవడానికి చాలా సమయం పట్టింది.
   dashboards:
     contact:
       km away: '%{count}కిమీ దూరంలో'
@@ -496,8 +480,6 @@ te:
       no_entries: డైరీ పద్దులు లేవు
     page:
       recent_entries: ఇటీవలి డైరీ పద్దులు
-      older_entries: పాత పద్దులు
-      newer_entries: కొత్త పద్దులు
     edit:
       title: డైరీ పద్దును మార్చు
       marker_text: డైరీ పద్దు స్థానం
@@ -534,8 +516,6 @@ te:
       report: ఈ వ్యాఖ్యపై ఫిర్యాదు చెయ్యి
     location:
       location: 'ప్రాంతం:'
-      view: చూడండి
-      edit: మార్చు
     feed:
       user:
         title: '%{user} చేర్చిన OpenStreetMap డైరీ పద్దులు'
@@ -557,8 +537,6 @@ te:
       post: పంపించు
       when: ఎప్పుడు
       comment: వ్యాఖ్య
-      newer_comments: కొత్త వ్యాఖ్యలు
-      older_comments: పాత వ్యాఖ్యలు
   doorkeeper:
     flash:
       applications:
@@ -1348,10 +1326,6 @@ te:
         level9: గ్రామ పొలిమెర
         level10: శివారు సరిహద్దు
         level11: పేట సరిహద్దు
-      types:
-        cities: నగరాలు
-        towns: పట్టణాలు
-        places: ప్రదేశాలు
     results:
       no_results: ఫలితాలేమీ దొరకలేదు
       more_results: మరిన్ని ఫలితాలు
@@ -1365,20 +1339,20 @@ te:
       not_updated: తాజాకరించలేదు
       search: వెతుకు
       search_guidance: 'అంశాల్లో వెతుకు:'
+      states:
+        ignored: పట్టించుకోలేదు
+        open: తెరిచి ఉన్నవి
+        resolved: పరిష్కరించినవి
+    page:
       user_not_found: వాడుకరి ఉనికిలో లేరు
       issues_not_found: అలాంటి అంశాలేమీ కనబడలేదు
       status: స్థితి
       reports: నివేదికలు
       last_updated: చివరిగా తాజాకరించినది
-      link_to_reports: నివేదికలను చూడండి
       reports_count:
         one: 1 ఫిర్యాదు
         other: '%{count} ఫిర్యాదులు'
       reported_item: అంశంపై ఫిర్యాదు చేసారు
-      states:
-        ignored: పట్టించుకోలేదు
-        open: తెరిచి ఉన్నవి
-        resolved: పరిష్కరించినవి
     show:
       title: '%{status} అంశం #%{issue_id}'
       report_created_at_html: '%{datetime} న మొదటిసారి ఫిర్యాదు చేసారు'
@@ -1458,18 +1432,12 @@ te:
     history: చరిత్ర
     export: ఎగుమతి
     issues: అంశాలు
-    data: డేటా
-    export_data: డేటాను ఎగుమతి చెయ్యి
     gps_traces: GPS జాడలు
-    gps_traces_tooltip: GPS జాడలను నిర్వహించు
     user_diaries: వాడుకరి డైరీలు
-    user_diaries_tooltip: వాడుకరి డైరీలను చూడండి
     edit_with: '%{editor} తో సవరించండి'
-    tag_line: స్వేచ్ఛా వికీ ప్రపంచ పటం
     intro_header: ఓపెన్‌స్ట్రీట్‌మ్యాప్‌కి స్వాగతం!
     intro_text: OpenStreetMap, ఓ ప్రపంచ మ్యాపు. మీలాంటి వారే దీన్ని తయారు చేసారు.
       స్వేచ్ఛా లైసెన్సు ద్వారా స్వేచ్ఛగా దీన్ని వాడుకోవచ్చు.
-    intro_2_create_account: వాడుకరి ఖాతాను సృష్టించుకోండి
     partners_fastly: Fastly
     partners_partners: భాగస్వాములు
     tou: వాడుక నియమాలు
@@ -1477,16 +1445,9 @@ te:
       అది ప్రస్తుతం ఆఫ్‌లైనులో ఉంది.
     osm_read_only: OpenStreetMap డేటాబేసులో అత్యావశ్యకమైన నిర్వహణ పనులు జరుగుతున్నందున
       అది ప్రస్తుతం రీడ్-ఓన్లీ స్థితిలో ఉంది.
-    donate: హార్డ్‌వేర్ అప్‌గ్రేడ్ నిధికి %{link} ఇచ్చి, OpenStreetMap కు మద్దతివ్వండి.
     help: సహాయం
     about: గురించి
     copyright: నకలుహక్కులు
-    community: కమ్యూనిటీ
-    community_blogs: కమ్యూనిటీ బ్లాగులు
-    community_blogs_title: OpenStreetMap సముదాయ సభ్యుల బ్లాగులు
-    make_a_donation:
-      title: OpenStreetMap కు ధనసహాయం చేసి మద్దతివ్వండి
-      text: విరాళమివ్వండి
     learn_more: మరింత తెలుసుకోండి
     more: మరిన్ని
   user_mailer:
@@ -1594,7 +1555,6 @@ te:
       details_html: ఈ గమనిక గురించి మరిన్ని వివరాలను %{url} వద్ద చూడవచ్చు.
     changeset_comment_notification:
       hi: '%{to_user} గారూ,'
-      greeting: హలో,
       commented:
         subject_own: మీ మార్పులసమితుల్లో ఒకదానిపై [OpenStreetMap] %{commenter} వ్యాఖ్యానించారు
         subject_other: '[OpenStreetMap] మీకు ఆసక్తి ఉన్న మార్పులసమితిపై %{commenter}
@@ -1662,7 +1622,6 @@ te:
     message_summary:
       unread_button: చదవనట్లుగా గుర్తుపెట్టు
       read_button: చదివినట్లుగా గుర్తుపెట్టు
-      reply_button: జవాబివ్వు
       destroy_button: తొలగించు
     new:
       title: సందేశాన్ని పంపించు
@@ -1758,14 +1717,12 @@ te:
       failure: ప్రొఫైలును తాజాకరించలేక పోయాం.
   sessions:
     new:
-      title: ప్రవేశం
       tab_title: ప్రవేశం
       email or username: 'ఈమెయిల్ చిరునామా లేదా వాడుకరిపేరు:'
       password: 'సంకేతపదం:'
       remember: నన్ను గుర్తుంచుకో
       lost password link: మీ సంకేతపదం పోయిందా?
       login_button: ప్రవేశించు
-      register now: ఇప్పుడే నమోదవ్వండి
       with external: 'లేదా, ఏదైనా థర్డ్ పార్టీతో లాగినవండి:'
       auth failure: సారీ, ఈ వివరాలతో లాగిన్ చెయ్యలేకపోయాం.
     destroy:
@@ -1789,9 +1746,18 @@ te:
     richtext_field:
       edit: మార్చు
       preview: మునుజూపు
+    pagination:
+      diary_comments:
+        older: పాత వ్యాఖ్యలు
+        newer: కొత్త వ్యాఖ్యలు
+      diary_entries:
+        older: పాత పద్దులు
+        newer: కొత్త పద్దులు
+      traces:
+        older: పాత ట్రేసులు
+        newer: కొత్త ట్రేసులు
   site:
     about:
-      next: తదుపరి
       used_by_html: '%{name} వేలాది వెబ్‌సైట్లకు, మొబైలు యాప్‌లకు, హార్డ్‌వేరు డివైసులకూ
         మ్యాప్ డేటాను అందిస్తుంది'
       lede_text: OpenStreetMap ను మ్యాపర్ల సముదాయం నిర్మిస్తోంది. ఈ సముదాయ సభ్యులు
@@ -1857,8 +1823,6 @@ te:
     edit:
       user_page_link: వాడుకరి పేజీ
       anon_edits_link_text: ఇది ఇలా ఎందుకుందో తెలుసుకోండి.
-      no_iframe_support: మీ బ్రౌజరులో HTML iframes కు మద్దతు లేదు. ఈ అంశం పనిచేసేందుకు
-        అది అవసరం.
     export:
       title: ఎగుమతి
       manually_select: వేరే ప్రాంతాన్ని మానవికంగా ఎంచుకోండి
@@ -1922,10 +1886,8 @@ te:
       get_help_here: ఇక్కడ సహాయం పొందండి
     sidebar:
       search_results: అన్వేషణ ఫలితాలు
-      close: మూసివేయి
     search:
       search: వెతుకు
-      get_directions: మార్గసూచనలను పొందండి
       get_directions_title: రెండూ బిందువుల మధ్య మార్గసూచనలను తెలుసుకోండి
       from: నుండి
       to: కు
@@ -2029,8 +1991,6 @@ te:
       visibility_help: దీని అర్థం ఏమిటి?
     update:
       updated: ట్రేసును తాజాకరించారు
-    trace_optionals:
-      tags: ట్యాగులు
     show:
       title: '%{name} ట్రేసు సవరణ'
       heading: '%{name} ట్రేసు సవరణ'
@@ -2076,13 +2036,8 @@ te:
       my_traces: నా ట్రేసులు
       traces_from: '%{user} గారి బహిరంగ ట్రేసులు'
       remove_tag_filter: ట్యాగు వడపోతను తీసెయ్యి
-    page:
-      older: పాత ట్రేసులు
-      newer: కొత్త ట్రేసులు
     destroy:
       scheduled_for_deletion: ఈ ట్రేసు తొలగింపు కోసం వేచి ఉంది
-    make_public:
-      made_public: ట్రేసును బహిరంగ పరచాం
     offline_warning:
       message: GPX ఫైలు ఎక్కింపు వ్యవస్థ ప్రస్తుతం అందుబాటులో లేదు
     offline:
@@ -2100,8 +2055,6 @@ te:
     require_cookies:
       cookies_needed: మీ కూకీలను అచేతనం చేసినట్లున్నారు - ముందు మీ బ్రౌజరులో కూకీలను
         చేతనం చేసుకుని, ఆపై ముందుకు సాగండి.
-    require_admin:
-      not_an_admin: ఆ పని చెయ్యాలంటే మీరు నిర్వాహకులై ఉండాలి.
     setup_user_auth:
       blocked_zero_hour: OpenStreetMap వెబ్‌సైట్లో మీకు ఒక అర్జెంటు సందేశం ఉంది. మీ
         దిద్దుబాట్లను భద్రపరచాలంటే, ముందు మీరు ఆ సందేశాన్ని చదవాల్సి ఉంటుంది.
@@ -2112,7 +2065,6 @@ te:
         మీరు ఒప్పుకోవాల్సిన అవసరం లేదు, కానీ వాటిని చూసి తీరాలి.
     settings_menu:
       account_settings: ఖాతా అమరికలు
-      oauth1_settings: OAuth 1 అమరికలు
       oauth2_applications: OAuth 2 అనువర్తనాలు
       oauth2_authorizations: OAuth 2 ఆథరైజేషన్లు
     auth_providers:
@@ -2135,17 +2087,6 @@ te:
         title: వికీపీడియాతో లాగినవండి
         alt: వికీపీడియా ఖాతాతో లాగినవండి
   oauth:
-    authorize:
-      title: మీ ఖాతాను అందుకునేందుకు ఆథరైజు చెయ్యండి
-      allow_read_prefs: మీ వాడుకరి అభీష్టాలను చదవడం.
-      allow_write_prefs: మీ వాడుకరి అభీష్టాలను మార్చుకోవడం.
-      allow_write_diary: డైరీ ఎంట్రీలు, వ్యాఖ్యలు సృష్టించడం, మిత్రులను చేసుకోవడం.
-      allow_write_api: మ్యాపును సవరించడం.
-      allow_read_gpx: మీ ప్రైవేటు GPS ట్రేసులను చదవడం.
-      allow_write_gpx: GPS ట్రేసులను ఎక్కించడం.
-      allow_write_notes: గమనికలను సవరించడం.
-    authorize_success:
-      title: ఆథరైజేషను అభ్యర్థనను అనుమతించాం
     scopes:
       read_prefs: వాడుకరి అభీష్టాలను చదువు
       write_prefs: వాడుకరి అభీష్టాలను మార్చు
@@ -2153,12 +2094,6 @@ te:
       write_api: మ్యాపు సవరించండి
       read_gpx: ప్రైవేటు GPS ట్రేసులను చదవండి
       write_gpx: GPS ట్రేసులను ఎక్కించండి
-  oauth_clients:
-    show:
-      edit: వివరాలను మార్చు
-      confirm: నిశ్చయంగానే ఉన్నారా?
-    index:
-      application: ఉపకరణపు పేరు
   oauth2_applications:
     index:
       new: కొత్త అనువర్తనాన్ని నమోదు చెయ్యండి
@@ -2180,7 +2115,6 @@ te:
       consider_pd_why: ఇది ఏమిటి?
       informal_translations: అనధికారిక అనువాదాలు
       continue: కొనసాగించు
-      decline: తిరస్కరించు
       legale_select: 'నివసించే దేశం:'
       legale_names:
         france: ఫ్రాన్స్
@@ -2271,19 +2205,9 @@ te:
       not_revoke_admin_current_user: ప్రస్తుత వాడుకరి నుండి నిర్వాహక హోదాను తీసెయ్యడం
         విఫలమైంది.
     grant:
-      title: పాత్ర అనుమతిని నిర్థారించండి
-      heading: పాత్ర అనుమతి నిర్థారణ
       are_you_sure: వాడుకరి `%{name}' కి `%{role}' పాత్ర ఇవ్వాలని మీరు నిశ్చయించుకున్నారా?
-      confirm: నిర్ధారించు
-      fail: వాడుకరి `%{name}' కు `%{role}' పాత్రను ఇవ్వలేకపోయాం. వాడుకరి, పాత్ర రెండూ
-        సరైనవేనని నిర్థారించుకోండి.
     revoke:
-      title: పాత్ర ఉపసంహరణను నిర్థారించండి
-      heading: పాత్ర ఉపసంహరణ నిర్థారణ
       are_you_sure: వాడుకరి `%{name}' నుండి `%{role}' ను ఉపసంహరించాలని మీరు నిశ్చయించుకున్నారా?
-      confirm: నిర్ధారించు
-      fail: వాడుకరి `%{name}' నుండి `%{role}' ను ఉపసంహరించలేఖ పోయాం. వాడుకరి, పాత్ర
-        రెండూ సరైనవేనని నిర్థారించుకోండి.
   user_blocks:
     model:
       non_moderator_update: నిరోధాన్ని విధించాలన్నా, తాజాకరించాలన్నా మోడరేటరై ఉండాలి.
@@ -2310,14 +2234,6 @@ te:
       title: వాడుకరి నిరోధాలు
       heading: వాడుకరి నిరోధాల జాబితా
       empty: ఇంకా నిరోధాలేమీ విధించలేదు.
-    revoke:
-      title: '%{block_on} పై ఉన్న నిరోధాన్ని ఎత్తేస్తున్నారు.'
-      heading_html: '%{block_on} పై %{block_by} విధించిన నిరోధాన్ని ఎత్తేస్తున్నారు.'
-      time_future_html: '%{time} కు నిరోధం ముగుస్తుంది.'
-      past_html: '%{time} కు నిరోధం ముగిసిపోయింది. ఇప్పుడు దాన్ని ఎత్తివేయలేరు.'
-      confirm: మీరు నిజంగానే ఈ నిరోధాన్ని ఎత్తివేయాలనుకుంటున్నారా?
-      revoke: ఎత్తివేయండి!
-      flash: నిరోధాన్ని ఎత్తివేసారు.
     helper:
       time_future_html: '%{time}లో ముగుస్తుంది.'
       until_login: వాడుకరి లాగిన్ అయ్యేదాకా చేతనంగా ఉంటుంది.
@@ -2353,19 +2269,14 @@ te:
       created: 'సృష్టించినది:'
       duration: 'నిడివి:'
       status: 'స్థితి:'
-      show: చూపించు
       edit: మార్చు
-      revoke: ఎత్తివేయండి!
-      confirm: నిశ్చయించుకున్నారా?
       reason: 'నిరోధానికి కారణం:'
       revoker: 'ఎత్తివేసేవారు:'
-      needs_view: ఈ నిరోధం తొలగిపోవాలంటే ఈ వాడుకరి లాగినవ్వాలి.
     block:
       not_revoked: (ఎత్తివేయలేదు)
       show: చూపించు
       edit: మార్చు
-      revoke: ఎత్తివేయండి!
-    blocks:
+    page:
       display_name: నిరోధిత వాడుకరి
       creator_name: సృష్టికర్త
       reason: నిరోధానికి కారణం
@@ -2405,6 +2316,8 @@ te:
         అంచేత వ్యక్తిగత సమాచారాన్ని గానీ, కాపీహక్కులున్న మ్యాపుల సమాచారాన్ని గానీ,
         డైరెక్టరీల లోని సమాచారాన్ని గానీ చేర్చకండి.
       add: గమనికను చేర్చు
+    notes_paging_nav:
+      showing_page: పేజీ %{page}
   javascripts:
     close: మూసివేయి
     share:
index f7692761b8f206c4b32235548a0dc4ed5dd8b78d..62dff464fc8ce8414d54d8775510a045db8b86fe 100644 (file)
@@ -54,8 +54,6 @@ th:
   activerecord:
     errors:
       messages:
-        invalid_email_address: ดูเหมือนจะไม่ใช่ที่อยู่อีเมลที่ถูกต้อง
-        email_address_not_routable: ไม่สามารถกำหนดที่มาที่ไปได้
         display_name_is_user_n: ไม่สามารถเป็น user_n ได้ เว้นแต่ว่า n จะเป็นรหัสผู้ใช้ของคุณ
       models:
         user_mute:
@@ -134,7 +132,7 @@ th:
         longitude: ลองติจูด
         public: สาธารณะ
         description: คำอธิบาย
-        gpx_file: 'อัปโหลดไฟล์ GPX:'
+        gpx_file: เลือกไฟล์การติดตาม GPS
         visibility: 'สถานะการแสดง:'
         tagstring: แท็ก
       message:
@@ -279,11 +277,11 @@ th:
         disabled: ปิดใช้ และไม่สามารถแก้ไขแผนที่ได้อีก โดยการแก้ไขในอดีตทั้งหมดจะยังคงความนิรนามไว้
         disabled link text: ทำไมถึงแก้ไขไม่ได้?
       contributor terms:
-        heading: à¸\82à¹\89อà¸\81ำหà¸\99à¸\94à¸\9cูà¹\89มีสà¹\88วà¸\99รà¹\88วม
-        agreed: à¸\84ุà¸\93à¹\84à¸\94à¹\89ยอมรัà¸\9aà¸\82à¹\89อà¸\81ำหà¸\99à¸\94à¸\9cูà¹\89มีสà¹\88วà¸\99รà¹\88วมใหม่แล้ว
-        not yet agreed: à¸\84ุà¸\93ยัà¸\87à¹\84มà¹\88à¹\84à¸\94à¹\89ยอมรัà¸\9aà¸\82à¹\89อà¸\81ำหà¸\99à¸\94à¸\9cูà¹\89มีสà¹\88วà¸\99รà¹\88วมใหม่
+        heading: à¸\82à¹\89อà¸\81ำหà¸\99à¸\94à¸\9cูà¹\89รà¹\88วมà¹\83หà¹\89à¸\82à¹\89อมูล
+        agreed: à¸\84ุà¸\93à¹\84à¸\94à¹\89ยอมรัà¸\9aà¸\82à¹\89อà¸\81ำหà¸\99à¸\94à¸\9cูà¹\89รà¹\88วมà¹\83หà¹\89à¸\82à¹\89อมูลใหม่แล้ว
+        not yet agreed: à¸\84ุà¸\93ยัà¸\87à¹\84มà¹\88à¹\84à¸\94à¹\89ยอมรัà¸\9aà¸\82à¹\89อà¸\81ำหà¸\99à¸\94à¸\9cูà¹\89รà¹\88วมà¹\83หà¹\89à¸\82à¹\89อมูลใหม่
         review link text: โปรดเข้าลิงก์นี้ตามความสะดวกของคุณเพื่อตรวจสอบและยอมรับข้อกำหนดของผู้ร่วมให้ข้อมูลใหม่
-        agreed_with_pd: คุณยังได้ประกาศด้วยว่า คุณถือว่าการแก้ไขของคุณเป็นสาธารณสมบัติ
+        agreed_with_pd: à¸\84ุà¸\93ยัà¸\87à¹\84à¸\94à¹\89à¸\9bระà¸\81าศà¸\94à¹\89วยวà¹\88า à¸\84ุà¸\93à¸\96ือวà¹\88าà¸\81ารà¹\81à¸\81à¹\89à¹\84à¸\82à¸\82อà¸\87à¸\84ุà¸\93à¸\96ือวà¹\88าà¹\80à¸\9bà¹\87à¸\99สาà¸\98ารà¸\93สมà¸\9aัà¸\95ิ
         link text: นี่คืออะไร?
       save changes button: บันทึกการเปลี่ยนแปลง
       delete_account: ลบบัญชี...
@@ -403,21 +401,20 @@ th:
   old_relations:
     not_found:
       sorry: 'ขออภัย ไม่พบความสัมพันธ์ที่ #%{id} รุ่น %{version}'
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'ความคิดเห็นใหม่ที่มีต่อชุดการเปลี่ยนแปลง #%{changeset_id} โดย %{author}'
+        commented_at_by_html: ปรับปรุงเมื่อ %{when} โดย %{user}
+      show:
+        title_all: การอภิปรายชุดการเปลี่ยนแปลงของ OpenStreetMap
+        title_particular: 'การอภิปรายชุดการเปลี่ยนแปลง OpenStreetMap #%{changeset_id}'
+      timeout:
+        sorry: ขออภัย รายการชุดการเปลี่ยนแปลงที่ร้องขอใช้เวลานานเกินสมควรในการสืบค้น
   changesets:
-    changeset_paging_nav:
-      showing_page: หน้า %{page}
-      next: ถัดไป »
-      previous: « ก่อนหน้า
     changeset:
-      anonymous: ผู้ไม่ประสงค์ออกนาม
       no_edits: (ไม่มีรายการแก้ไข)
       view_changeset_details: ดูรายละเอียดชุดการเปลี่ยนแปลง
-    changesets:
-      id: รหัส
-      saved_at: บันทึกที่
-      user: ผู้ใช้
-      comment: แสดงความเห็น
-      area: พื้นที่
     index:
       title: ชุดการเปลี่ยนแปลง
       title_user: ชุดการเปลี่ยนแปลงที่ทำโดย %{user}
@@ -447,7 +444,6 @@ th:
       title: ชุดการเปลี่ยนแปลง %{id}
       created_by_html: สร้างโดย %{link_user} บน %{created}
     no_such_entry:
-      title: ไม่มีชุดการเปลี่ยนแปลงดังกล่าว
       heading: 'ไม่มีรายการที่มีรหัส: %{id}'
       body: ขออภัย ไม่มีชุดการเปลี่ยนแปลงที่มีรหัส %{id} โปรดตรวจสอขความถูกต้องของการสะกด
         หรือลิงก์ที่กดมานั้นมีข้อผิดพลาด
@@ -480,17 +476,6 @@ th:
       relations_paginated: ความสัมพันธ์ (%{x}-%{y} จาก %{count})
     timeout:
       sorry: ขออภัย รายการชุดการเปลี่ยนแปลงที่ร้องขอใช้เวลานานเกินสมควรในการสืบค้น
-  changeset_comments:
-    comment:
-      comment: 'ความคิดเห็นใหม่ที่มีต่อชุดการเปลี่ยนแปลง #%{changeset_id} โดย %{author}'
-      commented_at_by_html: ปรับปรุงเมื่อ %{when} โดย %{user}
-    comments:
-      comment: 'ความคิดเห็นใหม่ที่มีต่อชุดการเปลี่ยนแปลง #%{changeset_id} โดย %{author}'
-    index:
-      title_all: การอภิปรายชุดการเปลี่ยนแปลงของ OpenStreetMap
-      title_particular: 'การอภิปรายชุดการเปลี่ยนแปลง OpenStreetMap #%{changeset_id}'
-    timeout:
-      sorry: ขออภัย รายการชุดการเปลี่ยนแปลงที่ร้องขอใช้เวลานานเกินสมควรในการสืบค้น
   dashboards:
     contact:
       km away: ห่างออกไป %{count} กม.
@@ -530,8 +515,6 @@ th:
       no_entries: ไม่มีรายการบันทึก
     page:
       recent_entries: รายการบันทึกล่าสุด
-      older_entries: รายการก่อนหน้า
-      newer_entries: รายการใหม่กว่า
     edit:
       title: แก้ไขรายการบันทึก
       marker_text: ที่ตั้งของรายการบันทึก
@@ -570,8 +553,6 @@ th:
       report: แจ้งปัญหาเกี่ยวกับความเห็นนี้
     location:
       location: 'ที่ตั้ง:'
-      view: แสดง
-      edit: แก้ไข
     feed:
       user:
         title: รายการบันทึก OpenStreetMap สำหรับ %{user}
@@ -598,8 +579,6 @@ th:
       post: เผยแพร่
       when: เมื่อ
       comment: แสดงความเห็น
-      newer_comments: ความคิดเห็นใหม่กว่า
-      older_comments: ความคิดเห็นเก่ากว่า
   doorkeeper:
     errors:
       messages:
@@ -668,7 +647,6 @@ th:
   geocoder:
     search:
       title:
-        results_from_html: ผลลัพธ์จาก %{results_link}
         latlon: ภายใน
     search_osm_nominatim:
       prefix:
@@ -1439,10 +1417,6 @@ th:
         level9: แนวเขตหมู่บ้าน
         level10: แนวเขตชานเมือง
         level11: แนวเขตชุมชน
-      types:
-        cities: เมือง
-        towns: เมือง
-        places: สถานที่
     results:
       no_results: ไม่พบผลลัพธ์
       more_results: ดูผลลัพธ์เพิ่ม
@@ -1456,20 +1430,20 @@ th:
       not_updated: ไม่ได้ปรับปรุง
       search: ค้นหา
       search_guidance: 'ปัญหาในการค้นหา:'
+      states:
+        ignored: ละเว้น
+        open: เปิด
+        resolved: ปิดเรื่องแล้ว
+    page:
       user_not_found: ไม่มีผู้ใช้นี้
       issues_not_found: ไม่พบปัญหาดังกล่าว
       status: สถานะ
       reports: รายการปัญหาที่รับแจ้งจากผู้ใช้
       last_updated: ปรับปรุงล่าสุดเมื่อ
       last_updated_time_ago_user_html: '%{time_ago}โดย%{user}'
-      link_to_reports: ดูรายงาน
       reports_count:
         other: '%{count} การรายงาน'
       reported_item: รายการที่รายงาน
-      states:
-        ignored: ละเว้น
-        open: เปิด
-        resolved: ปิดเรื่องแล้ว
     show:
       title: 'ปัญหา %{status} #%{issue_id}'
       reports:
@@ -1552,17 +1526,11 @@ th:
     history: ประวัติ
     export: ส่งออก
     issues: ปัญหา
-    data: ข้อมูล
-    export_data: ส่งออกข้อมูล
     gps_traces: รอยทาง GPS
-    gps_traces_tooltip: จัดการรอยทาง GPS
     user_diaries: บันทึกของผู้ใช้
-    user_diaries_tooltip: ดูบันทึกของผู้ใช้
     edit_with: แก้ไขด้วย %{editor}
-    tag_line: แผนที่โลกวิกิ ใช้งานได้ไม่เสียค่าใช้จ่าย
     intro_header: ยินดีต้อนรับสู่ OpenStreetMap!
     intro_text: OpenStreetMap เป็นแผนที่โลกที่สร้างโดยผู้คนเช่นท่าน และใช้งานได้ไม่เสียค่าใช้จ่ายภายใต้สัญญาอนุญาตแบบเปิด
-    intro_2_create_account: สร้างบัญชีผู้ใช้ใหม่
     hosting_partners_2024_html: โฮสติ้งได้รับการสนับสนุนโดย %{fastly}, %{corpmembers}
       และ %{partners}
     partners_fastly: Fastly
@@ -1571,17 +1539,10 @@ th:
     tou: ข้อกำหนดการใช้งาน
     osm_offline: ฐานข้อมูลของ OpenStreetMap กำลังออฟไลน์เพื่อให้สามารถดำเนินการบำรุงรักษาตามปกติได้
     osm_read_only: ฐานข้อมูลของ OpenStreetMap กำลังอยู่ในโหมดอ่านอย่างเดียวเพื่อให้สามารถดำเนินการบำรุงรักษาตามปกติได้
-    donate: สนับสนุน OpenStreetMap โดย %{link} สมทบทุนปรับปรุงฮาร์ดแวร์
     help: วิธีใช้
     about: เกี่ยวกับ
     copyright: ลิขสิทธิ์
     communities: ชุมชน
-    community: ชุมชน
-    community_blogs: บทความชุมชน
-    community_blogs_title: บทความเพื่อชุมชนจากสมาชิก OpenStreetMap
-    make_a_donation:
-      title: สนับสนุน OpenStreetMap โดยการบริจาคเงิน
-      text: บริจาค
     learn_more: เรียนรู้เพิ่มเติม
     more: เพิ่มเติม
   user_mailer:
@@ -1675,7 +1636,6 @@ th:
       details: รายละเอียดเพิ่มเติมเกี่ยวกับบันทึกสามารถหาได้ที่ %{url}
     changeset_comment_notification:
       hi: เรียนคุณ %{to_user},
-      greeting: เรียนท่านผู้ใช้งาน
       commented:
         subject_own: '[OpenStreetMap] ผู้ใช้ %{commenter} ได้แสดงความคิดเห็นต่อชุดการเปลี่ยนแปลงของท่าน'
         subject_other: '[OpenStreetMap] ผู้ใช้ %{commenter} ได้แสดงความคิดเห็นต่อชุดการเปลี่ยนแปลงที่ท่านสนใจ'
@@ -1727,7 +1687,6 @@ th:
     message_summary:
       unread_button: ทำเครื่องหมายว่ายังไม่ได้อ่าน
       read_button: ทำเครื่องหมายว่าอ่านแล้ว
-      reply_button: ตอบกลับ
       destroy_button: ลบ
     new:
       title: ส่งข้อความ
@@ -1797,34 +1756,52 @@ th:
       update home location on click: แก้ไขที่อยู่บ้านถ้าคลิกแผนที่หรือไม่?
   sessions:
     new:
-      title: ลงชื่อเข้าใช้
       tab_title: ลงชื่อเข้าใช้
       email or username: 'อีเมลหรือชื่อผู้ใช้:'
-      password: 'รหัสผ่าน:'
+      password: รหัสผ่าน
       remember: จดจำฉันไว้ในระบบ
       lost password link: ลืมรหัสผ่านหรือ?
       login_button: ลงชื่อเข้าใช้
-      register now: สมัครเลย!
       with external: นอกจากนี้ ท่านสามารถใช้บัญชีผู้ใช้จากเว็บอื่นในการเข้าใช้งานได้
       auth failure: ขออภัย ไม่สามารถเข้าระบบด้วยชื่อผู้ใช้และรหัสผ่านดังกล่าวได้
     destroy:
       title: ออกจากระบบ
       heading: ออกจากระบบ OpenStreetMap
       logout_button: ออกจากระบบ
+  shared:
+    pagination:
+      diary_comments:
+        older: ความคิดเห็นเก่ากว่า
+        newer: ความคิดเห็นใหม่กว่า
+      diary_entries:
+        older: รายการก่อนหน้า
+        newer: รายการใหม่กว่า
+      traces:
+        older: รอยทางที่เก่ากว่า
+        newer: รอยทางที่ใหม่กว่า
   site:
     about:
-      next: ถัดไป
+      heading_html: ผู้ร่วมให้ข้อมูล %{br}%{copyright}OpenStreetMap
       used_by_html: '%{name} ให้ข้อมูลแผนที่แก่เว็บไซต์ แอปพลิเคชั่นมือถือ และอุปกรณ์นับพัน'
       lede_text: OpenStreetMap เป็นโครงการซึ่งสร้างสรรค์ขึ้นจากชุมชนของผู้ใช้และผู้สนใจ
         ที่ได้ทำการสำรวจ ปรับปรุง แบ่งปันข้อมูลแผนที่ถนน ทางหลวง ทางเดินป่า, ร้านกาแฟ,
         สถานีรถไฟ, และอื่นๆ อีกมากมายจากทั่วทุกมุมโลก
       local_knowledge_title: ความรู้จากท้องถิ่น
       local_knowledge_html: OpenStreetMap มุ่งเน้นส่งเสริมการใช้และเผยแพร่ความรู้จากคนท้องถิ่น
-        à¹\82à¸\94ยà¸\99ัà¸\81à¸\97ำà¹\81à¸\9cà¸\99à¸\97ีà¹\88à¹\83à¸\99à¸\97à¹\89อà¸\87à¸\96ิà¹\88à¸\99สามารถใช้ทั้งภาพถ่ายดาวเทียม อุปกรณ์ระบุตำแหน่งจีพีเอส
+        à¹\82à¸\94ยà¸\9cูà¹\89รà¹\88วมà¹\83หà¹\89à¸\82à¹\89อมูลสามารถใช้ทั้งภาพถ่ายดาวเทียม อุปกรณ์ระบุตำแหน่งจีพีเอส
         หรือแม้แต่ผังกระดาษ เพื่อเดินสำรวจ เพิ่มเติม และปรับปรุงข้อมูลแผนที่ OpenStreetMap
         ให้ละเอียด ถูกต้อง ทันสมัยอยู่เสมอได้ด้วยตนเอง ทุกที่ ทุกเวลา
       community_driven_title: ผลักดันโดยชุมชน
+      community_driven_1_html: ชุมชน OpenStreetMap นั้นมีความหลากหลาย มีความกระตือรือร้น
+        และเติบใหญ่ขึ้นในทุกๆ วัน ผู้ร่วมให้ข้อมูลของเราประกอบด้วยผู้รักการทำแผนที่ผ
+        ผู้เชี่ยวชาญด้าน GIS วิศวกรที่ดูแลเซิร์ฟเวอร์ OSM ผู้ทำแผนที่พื้นที่ที่ได้รับผลกระทบจากภัยพิบัติ
+        และอื่นๆ อีกมากมาย หากต้องการเรียนรู้เพิ่มเติมเกี่ยวกับชุมชน โปรดดูที่เว็บไซต์%{osm_blog_link},%{user_diaries_link},%{community_blogs_link}
+        และ %{osm_foundation_link}
       open_data_title: ข้อมูลเปิดเผย
+      open_data_1_html: OpenStreetMap อนุญาตให้ใช้ตามหลักเกณฑ์%{open_data} โดยจะนำไปใช้ในวัตถุประสงค์อื่นใดก็ได้
+        แต่ต้องแสดงทีมาและเครดิตต่อ OpenStreetMap และผู้ร่วมให้ข้อมูล ถ้าท่านปรับแก้
+        เพิ่มข้อมูล หรือกระทำการให้เกิดสิ่งอื่นใดใหม่ขึ้นต่องานที่มีนี้ ท่านสามารถแจกจ่ายได้แต่เพียงภายใต้สัญญาอนุญาตเดียวกันเท่านั้น
+        โปรดดู%{copyright_license_link}สำหรับลายละเอียดเพิ่มเติม
       legal_title: ข้อกำหนดทางกฎหมาย
       partners_title: องค์กรพันธมิตร
     copyright:
@@ -1841,6 +1818,10 @@ th:
         native_link: รุ่นภาษาTHIS_LANGUAGE_NAME_HERE
         mapping_link: เริ่มการทำแผนที่
       legal_babble:
+        introduction_2_html: คุณสามารถคัดลอก แจกจ่าย ถ่ายทอด และดัดแปลงข้อมูลของเราได้อย่างเสรี
+          ตราบใดที่คุณให้อ้างอิงเครดิต OpenStreetMap และผู้ร่วมให้ข้อมูล ถ้าคุณแก้ไข
+          หรือสร้างข้อมูลต่อจากข้อมูลของเรา คุณสามารถเผยแพร่ผลลัพธ์ภายใต้สัญญาเดิมเท่านั้น
+          คำอธิบายเพิ่มเติมเกี่ยวกับสิทธิและความรับผิดชอบของคุณสามารถเข้าถึงได้ที่%{legal_code_link}
         credit_title_html: วิธีการแสดงที่มาหรือคำขอบคุณ OpenStreetMap
         credit_1_html: |-
           เราจำเป็นต้องให้ท่านแสดงที่มาหรือคำขอบคุณแก่ &ldquo;&copy; ผู้ร่วมสร้างสรรค์ OpenStreetMap
@@ -1849,23 +1830,25 @@ th:
           alt: ตัวอย่างการอ้างอิง OpenStreetMap บนหน้าเว็บ
           title: ตัวอย่างการอ้างอิง
         more_title_html: ค้นหาเพิ่มเติม
-        contributors_title_html: ผู้ร่วมสร้างสรรค์ของเรา
-        contributors_intro_html: |-
-          ผู้มีส่วนร่วมของเราคือบุคคลนับพัน เรายังมีข้อมูลที่ใช้สัญญาอนุญาตแบบเปิดเผย
-          จากตัวแทนการทำแผนที่ของชาติต่าง ๆ และแหล่งข้อมูลอื่น ๆ ต่อไปนี้:
-        contributors_footer_2_html: |-
-          การรวมข้อมูลใน OpenStreetMap ไม่ได้หมายความว่าผู้ให้บริการข้อมูลดั้งเดิม
-          จะรับรอง OpenStreetMap รับประกัน หรือรับผิดชอบใด ๆ
+        contributors_title_html: ผู้ร่วมให้ข้อมูลของเรา
+        contributors_intro_html: 'ผู้ร่วมให้ข้อมูลของเรามีอยู่หลายพันคน เรายังมีข้อมูลที่ใช้สัญญาอนุญาตแบบเปิด
+          จากตัวแทนการทำแผนที่ของชาติต่าง ๆ และแหล่งข้อมูลอื่น ๆ ต่อไปนี้:'
+        contributors_at_credit_html: '%{austria}: มีข้อมูลจาก%{stadt_wien_link} (ภายใต้
+          %{cc_by_link}), %{land_vorarlberg_link} และ Land Tirol (ภายใต้ %{cc_by_at_with_amendments_link})'
+        contributors_at_austria: ออสเตรีย
+        contributors_at_stadt_wien: เมืองเวียนนา
+        contributors_at_land_vorarlberg: แลนด์ ฟอร์อาร์ลแบร์ค
+        contributors_at_cc_by_at_with_amendments: CC BY AT with amendments
+        contributors_footer_2_html: การรวมข้อมูลใน OpenStreetMap ไม่ได้หมายความว่าผู้ให้บริการข้อมูลดั้งเดิมจะรับรอง
+          OpenStreetMap รับประกัน หรือรับผิดชอบใด ๆ
         infringement_title_html: การละเมิดลิขสิทธิ์
-        infringement_1_html: |-
-          ผู้มีส่วนร่วม OSM จะถูกเตือนไม่ให้เพิ่มข้อมูลจากแหล่งข้อมูลที่มีลิขสิทธิ์
-          (เช่น Google Maps หรือแผนที่แบบพิมพ์) โดยไม่ได้รับอนุญาตอย่าง
-          ชัดเจนจากเจ้าของลิขสิทธิ์
+        infringement_1_html: ผู้ร่วมให้ข้อมูล OSM จะถูกเตือนไม่ให้เพิ่มข้อมูลจากแหล่งข้อมูลที่มีลิขสิทธิ์
+          (เช่น Google Maps หรือแผนที่แบบพิมพ์) โดยไม่ได้รับอนุญาตอย่างชัดเจนจากเจ้าของลิขสิทธิ์
     index:
       js_1: ท่านกำลังใช้เบราว์เซอร์ที่ไม่รองรับจาวาสคริปต์ หรือท่านปิดใช้งานจาวาสคริปต์
       js_2: OpenStreetMap ใช้จาวาสคริปต์ในการแสดงแผนที่
       license:
-        copyright: à¸ªà¸\87วà¸\99ลิà¸\82สิà¸\97à¸\98ิà¹\8cà¹\82à¸\94ย OpenStreetMap à¹\81ละà¸\9cูà¹\89มีสà¹\88วà¸\99รà¹\88วม ภายใต้สัญญาอนุญาตแบบเปิด
+        copyright: à¸ªà¸\87วà¸\99ลิà¸\82สิà¸\97à¸\98ิà¹\8cà¹\82à¸\94ย OpenStreetMap à¹\81ละà¸\9cูà¹\89รà¹\88วมà¹\83หà¹\89à¸\82à¹\89อมูล ภายใต้สัญญาอนุญาตแบบเปิด
       remote_failed: การแก้ไขล้มเหลว - ตรวจสอบให้แน่ใจว่าได้โหลด JOSM หรือ Merkaartor
         และได้เปิดใช้งานตัวเลือกการควบคุมระยะไกลแล้ว
     edit:
@@ -1875,7 +1858,6 @@ th:
       user_page_link: หน้าผู้ใช้
       anon_edits_link_text: ค้นหาว่าทำไมจึงเป็นเช่นนี้
       id_not_configured: ยังไม่ได้กำหนดค่า iD
-      no_iframe_support: เบราว์เซอร์ของท่านไม่รองรับการใช้งานเฟรมภายในหน้า HTML จึงไม่สามารถใช้ส่วนประกอบนี้ได้
     export:
       title: ส่งออก
       manually_select: เลือกพื้นที่อื่นด้วยตนเอง
@@ -1923,10 +1905,8 @@ th:
       title: มีคำถามอีกหรือไม่?
     sidebar:
       search_results: ผลการค้นหา
-      close: ปิด
     search:
       search: ค้นหา
-      get_directions: ขอเส้นทาง
       get_directions_title: ค้นหาเส้นทางระหว่างจุดสองจุด
       from: จาก
       to: ถึง
@@ -2026,8 +2006,6 @@ th:
     edit:
       cancel: ยกเลิก
       visibility_help: นี่หมายความว่าอะไร?
-    trace_optionals:
-      tags: ป้ายระบุ
     show:
       title: แสดงรอยทางชื่อ %{name}
       heading: แสดงรอยทางชื่อ %{name}
@@ -2067,9 +2045,6 @@ th:
       tagged_with: ระบุด้วยป้าย %{tags}
       upload_trace: อัปโหลดรอยทาง
       my_traces: รอยทาง GPS ของฉัน
-    page:
-      older: รอยทางที่เก่ากว่า
-      newer: รอยทางที่ใหม่กว่า
     offline_warning:
       message: ระบบอัปโหลดแฟ้มข้อมูล GPX ไม่พร้อมใช้งานในขณะนี้
     offline:
@@ -2102,74 +2077,10 @@ th:
         title: เข้าใช้งานด้วยวิกิพีเดีย
         alt: เข้าสู่ระบบด้วยบัญชีวิกิพีเดีย
   oauth:
-    authorize:
-      title: อนุญาตการเข้าถึงบัญชีของคุณ
-      request_access_html: 'โปรแกรม %{app_name} ได้ร้องขอการเข้าถึงบัญชีของคุณ (%{user}),
-        ซึ่งจะเป็นการขออนุญาตให้โปรแกรมนั้นสามารถกระทำการต่างๆ ที่ระบุด้านล่างได้
-        ในนามของคุณ, โดยที่นี้คุณจะติ๊กเลือกอนุญาตมากหรือน้อยแค่ไหนก็ได้ ตามที่คุณสบายใจ:'
-      allow_to: 'อนุญาตให้โปรแกรมสามารถ:'
-      allow_read_prefs: อ่านการตั้งค่าผู้ใช้ของคุณ
-      allow_write_prefs: แก้ไขการตั้งค่าผู้ใช้ของคุณ
-      allow_write_diary: เขียนบันทึก, แสดงความเห็น, และเพิ่มเพื่อน
-      allow_write_api: แก้ไขแผนที่
-      allow_read_gpx: อ่านรอยทาง GPS ของท่าน
-      allow_write_gpx: อัปโหลดรอยทาง GPS
-      allow_write_notes: แก้ไขหมายเหตุ
-      grant_access: อนุญาตการเข้าถึง
-    authorize_success:
-      title: การขอรับอนุญาตได้รับอนุมัติแล้ว
-      allowed_html: ท่านได้อนุญาตให้แอปพลิเคชัน %{app_name} เข้าถึงบัญชีของท่านแล้ว
-      verification: รหัสยืนยันคือ %{code}
-    authorize_failure:
-      title: การขอรับอนุญาตล้มเหลว
-      denied: ท่านได้อนุญาตให้แอปพลิเคชัน %{app_name} เข้าถึงบัญชีของท่านแล้ว
-      invalid: ข้อมูลการอนุญาตไม่ถูกต้อง
-    revoke:
-      flash: ท่านได้ยกเลิกข้อมูลสำหรับแอปพลิเคชัน %{application}
     permissions:
       missing: ท่านไม่ได้อนุญาตให้แอปพลิเคชันเข้าใช้งานส่วนนี้
     scopes:
       write_api: แก้ไขแผนที่
-  oauth_clients:
-    new:
-      title: ลงทะเบียนแอปพลิเคชันใหม่
-    edit:
-      title: แก้ไขการสมัครของท่าน
-    show:
-      title: รายละเอียด OAuth ของ %{app_name}
-      key: 'คีย์ผู้บริโภค:'
-      secret: 'ความลับผู้บริโภค:'
-      url: 'ขอตัวระบุยูอาร์แอล:'
-      access_url: 'เข้าถึงตัวระบุยูอาร์แอล:'
-      authorize_url: 'อนุญาตยูอาร์แอล:'
-      support_notice: เรารองรับลายเซ็นชนิด HMAC-SHA1 (แนะนำให้ใช้) และ RSA-SHA1
-      edit: แก้ไขรายละเอียด
-      delete: ลบไคลเอนต์
-      confirm: ท่านแน่ใจหรือไม่?
-      requests: 'ขอรับการอนุญาตต่อไปนี้จากผู้ใช้:'
-    index:
-      title: รายละเอียด OAuth ของฉัน
-      my_tokens: การสมัครของฉันที่ได้รับอนุญาตแล้ว
-      list_tokens: 'รายละเอียดต่อไปนี้ออกให้แก่แอปพลิเคชันในนามของท่าน:'
-      application: ชื่อแอปพลิเคชัน
-      issued_at: ออกให้ที่
-      revoke: เพิกถอน
-      my_apps: แอปพลิเคชันผู้ใช้ของฉัน
-      no_apps_html: ท่านมีแอปพลิเคชันที่ต้องการลงทะเบียนกับเรา โดยใช้มาตรฐาน %{oauth}
-        หรือไม่? ท่านจะต้องลงทะเบียนเว็บแอปพลิเคชันก่อนที่แอปพลิเคชันดังกล่าวจะสามารถขอรับการอนุญาต
-        requests มายังบริการของเราได้
-      registered_apps: 'ท่านมีแอปพลิเคชันฝั่งผู้ใช้ที่ลงทะเบียนไว้แล้วดังนี้:'
-      register_new: ลงทะเบียนแอปพลิเคชันของท่าน
-    form:
-      requests: 'ขอรับการอนุญาตต่อไปนี้จากผู้ใช้:'
-    not_found:
-      sorry: ขออภัย ชนิด %{type} หาไม่พบ
-    create:
-      flash: ลงทะเบียนข้อมูลเรียบร้อยแล้ว
-    update:
-      flash: ปรับปรุงข้อมูลฝั่งผู้ใช้เรียบร้อยแล้ว
-    destroy:
-      flash: ถอนการลงทะเบียนแอปพลิเคชันฝั่งผู้ใช้แล้ว
   oauth2_applications:
     index:
       name: ชื่อ
@@ -2182,20 +2093,18 @@ th:
       about:
         header: เสรีและแก้ไขได้
       display name description: ชื่อที่แสดงต่อสาธารณะ ท่านสามารถเปลี่ยนในภายหลังได้ในหน้าการตั้งค่า
-      external auth: 'บัญชีผู้ใช้จากเว็บอื่น:'
       continue: สมัครบัญชี
-      terms accepted: à¸\82อà¸\9aà¸\84ุà¸\93สำหรัà¸\9aà¸\81ารà¸\95อà¸\9aรัà¸\9aà¹\80à¸\87ืà¹\88อà¸\99à¹\84à¸\82à¸\9cูà¹\89รà¹\88วมสรà¹\89าà¸\87สรรà¸\84à¹\8c!
+      terms accepted: à¸\82อà¸\9aà¸\84ุà¸\93สำหรัà¸\9aà¸\81ารà¸\95อà¸\9aรัà¸\9aà¹\80à¸\87ืà¹\88อà¸\99à¹\84à¸\82à¸\9cูà¹\89รà¹\88วมà¹\83หà¹\89à¸\82à¹\89อมูล!
       use external auth: นอกจากนี้ ท่านสามารถใช้บัญชีผู้ใช้จากเว็บอื่นในการเข้าใช้งานได้
     terms:
       title: ข้อกำหนด
       heading: ข้อกำหนด
-      heading_ct: à¸\82à¹\89อà¸\81ำหà¸\99à¸\94à¸\9cูà¹\89มีสà¹\88วà¸\99รà¹\88วม
+      heading_ct: à¸\82à¹\89อà¸\81ำหà¸\99à¸\94à¸\9cูà¹\89รà¹\88วมà¹\83หà¹\89à¸\82à¹\89อมูล
       read_tou: ข้าพเจ้าได้อ่านและเห็นด้วยในข้อกำหนดการใช้งาน
       consider_pd: นอกเหนือจากข้อความข้างต้น ข้าพเจ้ายินดีสละการสร้างสรรค์ของข้าพเจ้าให้เป็นงานอันไม่มีลิขสิทธิ์
       consider_pd_why: นี้คืออะไร?
       continue: ถัดไป
-      decline: ไม่ยอมรับ
-      you need to accept or decline: กรุณาตรวจทานและเลือกยอมรับหรือไม่ยอมรับข้อกำหนดของผู้มีส่วนร่วมเพื่อไปต่อ
+      you need to accept or decline: กรุณาตรวจทานและเลือกยอมรับหรือไม่ยอมรับข้อกำหนดของผู้ร่วมให้ข้อมูลเพื่อไปต่อ
       legale_select: 'ประเทศที่พำนัก:'
       legale_names:
         france: ฝรั่งเศส
@@ -2225,7 +2134,7 @@ th:
       remove as friend: ลบจากรายการเพื่อน
       add as friend: เพิ่มเข้ารายการเพื่อน
       mapper since: 'ทำแผนที่นี้ตั้งแต่:'
-      ct status: 'à¹\80à¸\87ืà¹\88อà¸\99à¹\84à¸\82à¸\9cูà¹\89รà¹\88วมสรà¹\89าà¸\87สรรà¸\84à¹\8c:'
+      ct status: 'à¹\80à¸\87ืà¹\88อà¸\99à¹\84à¸\82à¸\9cูà¹\89รà¹\88วมà¹\83หà¹\89à¸\82à¹\89อมูล:'
       ct undecided: ยังไม่ตัดสินใจ
       ct declined: ไม่ยอมรับ
       email address: 'ที่อยู่อีเมล:'
@@ -2278,18 +2187,10 @@ th:
       doesnt_have_role: ผู้ใช้ไม่ได้มีสถานะ %{role}
       not_revoke_admin_current_user: ไม่สามารถเพิกถอนสิทธิ์ดูแลระบบจากผู้ใช้คนปัจจุบัน
     grant:
-      title: ยืนยันการแต่งตั้งสถานะ
-      heading: ยืนยันการแต่งตั้งสถานะ
       are_you_sure: ท่านแน่ใจว่าต้องการแต่งตั้งสถานะ `%{role}' แก่ผู้ใช้ `%{name}'
         หรือไม่?
-      confirm: ยืนยัน
-      fail: ไม่สามารถแต่งตั้งสถานะ `%{role}' แก่ผู้ใช้ `%{name}' โปรดตรวจสอบว่าทั้งผู้ใช้และสถานะเป็นที่ถูกต้องดีแล้ว
     revoke:
-      title: ยืนยันการถอดถอนสถานะ
-      heading: ยืนยันการถอดถอนสถานะ
       are_you_sure: ท่านแน่ใจว่าต้องการถอดถอนสถานะ `%{role}' จากผู้ใช้ `%{name}' หรือไม่?
-      confirm: ยืนยัน
-      fail: ไม่สามารถถอดถอนสถานะ `%{role}' แก่ผู้ใช้ `%{name}' โปรดตรวจสอบว่าทั้งผู้ใช้และสถานะเป็นที่ถูกต้องดีแล้ว
   user_blocks:
     model:
       non_moderator_update: จะต้องเป็นผู้ดูแลระบบจึงจะสามารถระงับ หรือแก้ไขการระงับผู้ใช้ได้
@@ -2314,12 +2215,6 @@ th:
       title: การระงับผู้ใช้
       heading: รายการการระงับผู้ใช้
       empty: ยังไม่มีการกีดกันใด ๆ
-    revoke:
-      title: ยกเลิกการระงับใช้งานของ %{block_on}
-      heading_html: เพิกถอนการระงับผู้ใช้ %{block_on} ซึ่งสั่งโดยผู้ใช้ %{block_by}
-      past_html: การระงับนี้ได้สิ้นสุดไปเมื่อ %{time} แล้ว การยกเลิกจึงไม่มีผล
-      confirm: แน่ใจหรือว่าต้องการจะยกเิลิกการระงับนี้?
-      flash: ได้ยกเลิกการระงับนี้แล้ว
     helper:
       time_future_html: จะสิ้นสุดใน %{time}
       until_login: มีผลจนถึงการเริ่มเข้าระบบครั้งถัดไป
@@ -2337,15 +2232,13 @@ th:
       heading_html: '%{block_on} โดนระงับโดย %{block_by}'
       created: ระงับเมื่อ
       status: สถานะ
-      show: แสดง
       edit: แก้ไข
       reason: 'เหตุผลสำหรับการระงับใช้งาน:'
-      needs_view: ผู้ใช้ต้องเข้าระบบก่อน การระงับนี้จึงจะถูกเพิกถอน
     block:
       not_revoked: (ไม่ได้มีการยกเลิก)
       show: แสดง
       edit: แก้ไข
-    blocks:
+    page:
       display_name: ผู้ใช้ที่ถูกระงับ
       creator_name: ผู้สั่งให้ระงับ
       reason: เหตุผลที่ต้องระงับใช้งาน
@@ -2372,6 +2265,8 @@ th:
     new:
       title: หมายเหตุใหม่
       add: เพิ่มหมายเหตุ
+    notes_paging_nav:
+      showing_page: หน้า %{page}
   javascripts:
     close: ปิด
     share:
@@ -2411,7 +2306,7 @@ th:
         gps: รอยทาง GPS สาธารณะ
         overlays: 'ซ้อนชั้นข้อมูลพิเศษเพื่อช่วยในการแก้ปัญหาแผนที่:'
         title: ชั้นแผนที่
-      openstreetmap_contributors: à¸\9cูà¹\89มีสà¹\88วà¸\99รà¹\88วม OpenStreetMap
+      openstreetmap_contributors: à¸\9cูà¹\89รà¹\88วมà¹\83หà¹\89à¸\82à¹\89อมูล OpenStreetMap
     site:
       edit_tooltip: แก้ไขแผนที่
       edit_disabled_tooltip: ขยายเพื่อแก้ไขแผนที่
index bd9206baaad95e3b9de129dada0c30f9df4ee130..0cf5e57aabe2b76e6e60d7a194a5c786ba749d4f 100644 (file)
@@ -48,10 +48,6 @@ tl:
         create: Likhain ang hadlang
         update: Isapanahon ang paghadlang
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: mukhang hindi wasto ang tirahan ng e-liham
-        email_address_not_routable: hindi maaaring i-ruta
     models:
       acl: Talaan ng Pantaban sa Pagpunta
       changeset: Pangkat ng pagbabago
@@ -356,21 +352,17 @@ tl:
       introduction: Pumindot sa mapa upang makahanap ng mga kalapit na tampok.
       nearby: Mga kalapit na tampok
       enclosing: Kalakip na mga tampok
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Bagong puna sa pangkat ng pagbabago #%{changeset_id} ni %{author}'
+        commented_at_by_html: Naisapanahon %{when} ni %{user}
+      show:
+        title_all: Pagtalakay ng pangkat ng pagbabago sa OpenStreetMap
   changesets:
-    changeset_paging_nav:
-      showing_page: Ika-%{page} na pahina
-      next: Kasunod »
-      previous: « Nakaraan
     changeset:
-      anonymous: Hindi nagpapakilala (anonimo)
       no_edits: (walang mga pamamatnugot)
       view_changeset_details: Tingnan ang mga detalye ng pangkat ng pagbabago
-    changesets:
-      id: ID
-      saved_at: Sinagip sa
-      user: Tagagamit
-      comment: Puna
-      area: Lugar
     index:
       title: Mga pangkat ng pagbabago
       title_user: Mga pangkat ng pagbabago ayon sa %{user}
@@ -411,12 +403,6 @@ tl:
     timeout:
       sorry: Paumanhin, ang talaan ng mga pangkat ng pagbabagong hiniling mo ay naging
         napakatagal bago nakuhang muli.
-  changeset_comments:
-    comment:
-      comment: 'Bagong puna sa pangkat ng pagbabago #%{changeset_id} ni %{author}'
-      commented_at_by_html: Naisapanahon %{when} ni %{user}
-    index:
-      title_all: Pagtalakay ng pangkat ng pagbabago sa OpenStreetMap
   dashboards:
     contact:
       km away: '%{count}km ang layo'
@@ -455,8 +441,6 @@ tl:
       no_entries: Walang mga pagpapasok sa talaarawan
     page:
       recent_entries: Kamakailang mga pagpapasok sa talaarawan
-      older_entries: Mas lumang mga Pagpapasok
-      newer_entries: Mas bagong mga Pagpapasok
     edit:
       title: Baguhin ang ipinasok sa talaarawan
       marker_text: Kinalalagay ng ipinasok sa talaarawan
@@ -491,8 +475,6 @@ tl:
       confirm: Tiyakin
     location:
       location: 'Lokasyon:'
-      view: Tingnan
-      edit: Baguhin
     feed:
       user:
         title: Mga pagpapasok sa talaarawan ng OpenStreetMap para kay %{user}
@@ -516,8 +498,6 @@ tl:
       post: Ipaskil
       when: Kailan
       comment: Puna
-      newer_comments: Mas Bagong mga Pagpuna
-      older_comments: Mas Lumang mga Puna
   friendships:
     make_friend:
       heading: Idagdag si %{user} bilang isang kaibigan?
@@ -1107,10 +1087,6 @@ tl:
         level9: Hangganan ng Nayon
         level10: Hangganan ng Kanugnog ng Lungsod
         level11: Hangganan ng Kapitbahayan
-      types:
-        cities: Mga lungsod
-        towns: Mga bayan
-        places: Mga lugar
     results:
       no_results: Walang natagpuang mga kinalabasan
       more_results: Marami pang mga kinalabasan
@@ -1123,18 +1099,18 @@ tl:
       not_updated: Hindi Naisapanahon
       search: Maghanap
       search_guidance: 'Maghanap ng mga Isyu:'
+      states:
+        ignored: Hindi pinansin
+        open: Bukas
+        resolved: Nalutas
+    page:
       status: Kalagayan
       reports: Mga ulat
       last_updated: Huling binago
-      link_to_reports: Tingnan ang mga Ulat
       reports_count:
         one: 1 Ulat
         other: '%{count} mga Ulat'
       reported_item: Naiulat na bagay
-      states:
-        ignored: Hindi pinansin
-        open: Bukas
-        resolved: Nalutas
     show:
       title: '%{status} Isyu #%{issue_id}'
       reports:
@@ -1197,18 +1173,12 @@ tl:
     history: Kasaysayan
     export: Iluwas
     issues: Mga isyu
-    data: Datos
-    export_data: Iluwas ang Datos
     gps_traces: Mga Bakas ng GPS
-    gps_traces_tooltip: Pamahalaan ang mga Bakas ng GPS
     user_diaries: Mga Talaarawan ng mga Tagagamit
-    user_diaries_tooltip: Tingnan ang mga talaarawan ng tagagamit
     edit_with: Mamatnugot sa pamamagitan ng %{editor}
-    tag_line: Ang Malayang Mapa sa Daigdig ng Wiki
     intro_header: Maligayang pagdating sa OpenStreetMap!
     intro_text: Ang OpenStreetMap ay isang mapa ng mundo na nilikha ng mga taong katulad
       mo at malayang gamitin sa ilalim ng isang bukas na lisensya.
-    intro_2_create_account: Lumikha ng isang akawnt ng tagagamit
     partners_fastly: Fastly
     partners_partners: mga kawaksi
     tou: Pagtatakda sa Paggamit
@@ -1217,17 +1187,9 @@ tl:
     osm_read_only: Ang kalipunan ng dato ng OpenStreetMap ay pangkasalukuyang nasa
       pamamaraang mababasa lamang habang isinasagawa ang mahalagang gawain ng pagpapanatili
       ng kalipunan ng dato.
-    donate: Tangkilikin ang OpenStreetMap sa pamamagitan ng %{link} sa Pondo ng Pagpapataas
-      ng Uri ng Hardwer.
     help: Tulong
     about: Patungkol
     copyright: Karapatang-sipi
-    community: Pamayanan
-    community_blogs: Mga Blog ng Pamayanan
-    community_blogs_title: Mga blog mula sa mga kasapi ng pamayanan ng OpenStreetMap
-    make_a_donation:
-      title: Tangkilikin ang OpenStreetMap sa pamamagitan ng isang abuloy na pananalapi
-      text: Magkaloob ng isang Abuloy
     learn_more: Umalam pa
     more: Marami pa
   user_mailer:
@@ -1325,7 +1287,6 @@ tl:
       details_html: Higit pang mga detalye tungkol sa tala ay matatagpuan sa %{url}.
     changeset_comment_notification:
       hi: Kumusta %{to_user},
-      greeting: Kumusta,
       commented:
         subject_own: '[OpenStreetMap] Pinuna ni %{commenter} ang isa sa iyong mga
           pangkat ng pagbabago'
@@ -1382,7 +1343,6 @@ tl:
     message_summary:
       unread_button: Tatakan bilang hindi pa nababasa
       read_button: Tatakan bilang nabasa na
-      reply_button: Tumugon
       destroy_button: Burahin
     new:
       title: Magpadala ng mensahe
@@ -1469,14 +1429,12 @@ tl:
         pinindot ko ang ibabaw ng mapa?
   sessions:
     new:
-      title: Lumagda
       tab_title: Lumagda
       email or username: 'Tirahan ng E-liham o Pangalan ng Tagagamit:'
       password: 'Password:'
       remember: Tandaan ako
       lost password link: Nawala ang password mo?
       login_button: Lumagda
-      register now: Magpatala na ngayon
       with external: 'Bilang alternatibo, gumamit ng serbisyo ikatlong partido para
         lumagda:'
       auth failure: Paumanhin, hindi makalagda sa pamamagitan ng mga detalyeng iyan.
@@ -1501,9 +1459,18 @@ tl:
     richtext_field:
       edit: Baguhin
       preview: Paunang tingin
+    pagination:
+      diary_comments:
+        older: Mas Lumang mga Puna
+        newer: Mas Bagong mga Pagpuna
+      diary_entries:
+        older: Mas lumang mga Pagpapasok
+        newer: Mas bagong mga Pagpapasok
+      traces:
+        older: Mas Lumang mga Bakas
+        newer: Mas Bagong mga Bakas
   site:
     about:
-      next: Kasunod
       used_by_html: Ang %{name} ay nagbibigay ng dato ng mapa para sa libu-libong
         mga website, mga mobile na app, at aparatong hardware
       lede_text: Ang OpenStreetMap ay nilikha ng isang komunidad ng mga nagmamapa
@@ -1565,8 +1532,6 @@ tl:
         magmula sa iyong %{user_page}.
       user_page_link: pahina ng tagagamit
       anon_edits_link_text: Alamin kung bakit ganito ang katayuan.
-      no_iframe_support: Hindi tinatangkilik ng pantingin-tingin mo ang mga iframe
-        ng HTML, na kailangan para sa tampok na ito.
     export:
       title: Iluwas
       manually_select: Kinakamay na pumili ng ibang lugar
@@ -1609,10 +1574,8 @@ tl:
       title: May mga tanong?
     sidebar:
       search_results: Mga Resulta ng Paghahanap
-      close: Isara
     search:
       search: Maghanap
-      get_directions: Kunin ang mga direksyon
       get_directions_title: Kumuha ng direksyon sa pagitan ng dalawang lugar
       from: Mula sa
       to: Papunta sa
@@ -1717,8 +1680,6 @@ tl:
       title: Binabago ang bakas na %{name}
       heading: Binabago ang %{name} ng bakas
       visibility_help: ano ba ang kahulugan nito?
-    trace_optionals:
-      tags: Mga tatak
     show:
       title: Tinitingnan ang bakas na %{name}
       heading: Tinatanaw ang bakas na %{name}
@@ -1760,13 +1721,8 @@ tl:
       upload_trace: Magkargang paitaas ng isang bakas
       all_traces: Lahat ng mga Bakas
       traces_from: Pangmadlang Pagbakas mula kay %{user}
-    page:
-      older: Mas Lumang mga Bakas
-      newer: Mas Bagong mga Bakas
     destroy:
       scheduled_for_deletion: Itinakda ang bakas para sa pagtatanggal
-    make_public:
-      made_public: Ginawang pangmadla ang bakas
     offline_warning:
       message: Pangkasalukuyang hindi makukuha ang sistema ng pagkakarga ng talaksang
         GPX
@@ -1809,70 +1765,11 @@ tl:
         title: Lumagda gamit ang Wikipedia
         alt: Lumagda gamit ang isang akawnt sa Wikipedia
   oauth:
-    authorize:
-      request_access_html: Ang aplikasyong %{app_name} ay humihiling na mapuntahan
-        ang akawnt mo, %{user}. Mangyaring suriin kung nais mong magkaroon ang aplikasyon
-        ng sumusunod na mga kakayahan. Maaari kang pumili ng marami o kaunti ayon
-        sa nais mo.
-      allow_to: 'Pahintulutan ang aplikasyon ng kliyente na:'
-      allow_read_prefs: basahin ang iyong mga kanaisan ng tagagamit.
-      allow_write_prefs: baguhin ang iyong mga kanaisan ng tagagamit.
-      allow_write_diary: lumikha ng mga pagpapasok sa talaarawan, mga puna at makipagkaibigan.
-      allow_write_api: baguhin ang mapa.
-      allow_read_gpx: basahin ang iyong pribadong mga bakas ng GPS.
-      allow_write_gpx: ikargang paitaas ang mga bakas ng GPS.
-      allow_write_notes: baguhin ang mga tala.
-    revoke:
-      flash: Binawi mo ang kahalip para sa %{application}
     scopes:
       read_prefs: Basahin ang mga kanaisan ng tagagamit
       write_api: Baguhin ang mapa
       write_notes: Baguhin ang mga tala
       read_email: Basahin ang tirahan ng e-liham ng tagagamit
-  oauth_clients:
-    new:
-      title: Magpatala ng isang bagong aplikasyon
-    edit:
-      title: Baguhin ang aplikasyon mo
-    show:
-      title: Mga detalye ng OAuth para sa %{app_name}
-      key: 'Susi ng Tagaubos:'
-      secret: 'Lihim ng Tagaubos:'
-      url: 'URL ng Kahalip ng Kahilingan:'
-      access_url: 'URL ng Kahalip ng Pagpapapunta:'
-      authorize_url: 'Payagan ang URL:'
-      support_notice: Sinusuportahan namin ang mga lagda ng HMAC-SHA1 (iminumungkahi)
-        at RSA-SHA1.
-      edit: Baguhin ang mga Detalye
-      delete: Burahin ang Kliyente
-      confirm: Natitiyak mo ba?
-      requests: 'Hinihiling ang sumusunod na mga pahintulot mula sa tagagamit:'
-    index:
-      title: Mga Detalye ng Aking OAuth
-      my_tokens: Pinahihintulutan Kong mga Aplikasyon
-      list_tokens: 'Ang sumusunod na mga kahalip ay ibinigay sa mga aplikasyon sa
-        pamamagitan ng pangalan mo:'
-      application: Pangalan ng Aplikasyon
-      issued_at: Ibinigay Doon Sa
-      revoke: Bawiin!
-      my_apps: Mga Aplikasyon ng Kliyente Ko
-      no_apps_html: Mayroon ka bang isang aplikasyon na nais mong ipatala upang gamitin
-        namin na ginagamit ang pamantayan ng  %{oauth}? Kailangang ipatala mo ang
-        iyong aplikasyon ng web bago ito makagawa ng mga kahilingan ng OAuth sa palingkurang
-        ito.
-      oauth: OAuth
-      registered_apps: 'Ipinatala mo ang sumusunod na mga aplikasyon ng kliyente:'
-      register_new: Ipatala ang aplikasyon mo
-    form:
-      requests: 'Hilingin ang sumusunod na mga pahintulot mula sa tagagamit:'
-    not_found:
-      sorry: Paumanhin, hindi matagpuan ang ganyang %{type}.
-    create:
-      flash: Matagumpay na naipatala ang kabatiran
-    update:
-      flash: Matagumpay na naisapanhon ang kabatiran sa kliyente
-    destroy:
-      flash: Winasak ang pagpapatala ng aplikasyon ng kliyente
   oauth2_applications:
     index:
       new: Magpatala ng bagong aplikasyon
@@ -1921,7 +1818,6 @@ tl:
         Nasasaklawan ng Madla.
       consider_pd_why: ano ba ito?
       continue: Magpatuloy
-      decline: Tanggihan
       you need to accept or decline: Mangyaring basahin at pagkaraan ay tanggipin
         o tanggihan ang bagong mga Tuntunin ng Tagapag-ambag upang makapagpatuloy.
       legale_select: 'Mangyaring piliin ang iyong bansang pinamamalagian:'
@@ -2006,21 +1902,11 @@ tl:
       already_has_role: Ang tagagamit ay may gampanin nang %{role}.
       doesnt_have_role: Ang tagagamit ay walang gampaning %{role}.
     grant:
-      title: Tiyakin ang pagbibigay ng gampanin
-      heading: Tiyakin ang pagbibigay ng gampanin
       are_you_sure: Nakatitiyak kang nais mong ibigay ang gampaning `%{role}' sa tagagamit
         na si `%{name}'?
-      confirm: Pagtibayin
-      fail: Hindi maibibigay ang gampaning `%{role}' sa tagagamit na si `%{name}'.  Mangyaring
-        suriin kung kapwa katanggap-tanggap ang tagagamit at gampanin.
     revoke:
-      title: Tiyakin ang pagbawi ng gampanin
-      heading: Tiyakin ang pagbawi sa gampanin
       are_you_sure: Nakatitiyak ka bang nais mong bawiin ang gampaning `%{role}' mula
         sa tagagamit na si `%{name}'?
-      confirm: Tiyakin
-      fail: Hindi na mababawi pa ang gampaning `%{role}' mula sa tagagamit na si `%{name}'.  Mangyaring
-        suriin kung kapwa katanggap-tanggap ang tagagamit at ang gampanin.
   user_blocks:
     model:
       non_moderator_update: Kailangang isang tagapangasiwa upang makalikha o magsapanahon
@@ -2051,14 +1937,6 @@ tl:
       title: Mga paghadlang ng tagagamit
       heading: Talaan ng mga paghadlang ng tagagamit
       empty: Wala pang nagagawang mga paghadlang.
-    revoke:
-      title: Binabawi ang paghadlang sa %{block_on}
-      heading_html: Binabawi ang paghadlang sa %{block_on} ni %{block_by}
-      time_future_html: Ang hadlang na ito ay magwawakas sa ganap na %{time}.
-      past_html: Ang hadlang na ito ay nagwakas noong %{time} at hindi na ngayon mababawi.
-      confirm: Nakatitiyak ka bang nais mong bawiin ang hadlang na ito?
-      revoke: Bawiin!
-      flash: Nabawi na ang hadlang na ito.
     helper:
       time_future_html: Magwawakas sa %{time}.
       until_login: Masigla hanggang sa paglagda ng tagagamit.
@@ -2095,20 +1973,14 @@ tl:
       created: 'Nilikha:'
       duration: 'Tagal ng panahon:'
       status: 'Kalagayan:'
-      show: Ipakita
       edit: Baguhin
-      revoke: Bawiin!
-      confirm: Nakatitiyak ka ba?
       reason: 'Dahilan ng paghadlang:'
       revoker: 'Tagapagbawi:'
-      needs_view: Ang tagagamit ay kailangang lumagda muna bago mahawi ang hadlang
-        na ito.
     block:
       not_revoked: (hindi binawi)
       show: Ipakita
       edit: Baguhin
-      revoke: Bawiin!
-    blocks:
+    page:
       display_name: Hinadlangang Tagagamit
       creator_name: Tagapaglikha
       reason: Dahilan ng pagharang
@@ -2141,6 +2013,8 @@ tl:
     new:
       title: Bagong Tala
       add: Magdagdag ng Tala
+    notes_paging_nav:
+      showing_page: Ika-%{page} na pahina
   javascripts:
     close: Isara
     share:
index d305cc8007adf715553d823443af5986bc5ce4f0..2640125c2f4af376cfdd5314f21850c8f387aa50 100644 (file)
@@ -6,7 +6,6 @@
 # Author: Alerque
 # Author: Alidemirtas
 # Author: Alpkant
-# Author: Amire80
 # Author: Archaeodontosaurus
 # Author: Asma
 # Author: BaRaN6161 TURK
@@ -54,6 +53,7 @@
 # Author: Vito Genovese
 # Author: Watermelon juice
 # Author: Zeugma
+# Author: İsimsizman
 # Author: 아라
 ---
 tr:
@@ -91,8 +91,6 @@ tr:
   activerecord:
     errors:
       messages:
-        invalid_email_address: geçerli bir e-posta adresi gibi görünmüyor
-        email_address_not_routable: yönlendirilebilir değil
         display_name_is_user_n: n, sizin kullanıcı kimliğiniz olmadıkça user_n olamaz
       models:
         user_mute:
@@ -139,7 +137,7 @@ tr:
         callback_url: Geri Arama Bağlantısı
         support_url: Destek Bağlantısı
         allow_read_prefs: kullanıcı tercihlerini okuyun
-        allow_write_prefs: onların kullanıcı tercihlerini değiştir
+        allow_write_prefs: kullanıcı tercihlerini değiştir
         allow_write_diary: günlük girdiler, yorumlar oluşturun ve arkadaş edinin
         allow_write_api: haritayı değiştir
         allow_read_gpx: özel GPS izlerini oku
@@ -171,7 +169,7 @@ tr:
         longitude: Boylam
         public: Kamu
         description: Açıklama
-        gpx_file: GPX Dosyası Yükle
+        gpx_file: GPS İz Dosyasını Seç
         visibility: Görünürlük
         tagstring: Etiketler
       message:
@@ -334,16 +332,17 @@ tr:
         enabled: Etkin. Anonim değil ve verileri düzenleyebilir.
         enabled link: https://wiki.openstreetmap.org/wiki/Tr:Anonymous_edits
         enabled link text: bu nedir?
-        disabled: Devre dışı ve verileri düzenleyemez; önceki düzenlemeleri hepsi
-          anonimdir.
+        disabled: Devre dışı bırakıldı ve verileri düzenleyemiyor, önceki tüm düzenlemeler
+          anonim.
         disabled link text: neden düzenleyemiyorum?
       contributor terms:
         heading: Katılımcı Şartları
         agreed: Yeni katılımcı şartlarını kabul ettin.
-        not yet agreed: Yeni katılımcı şartları kabul etmedin.
+        not yet agreed: Yeni Katılımcı Şartlarını henüz kabul etmediniz.
         review link text: Yeni Katkıda Bulunma Şartlarını incelemek ve kabul etmek
           için lütfen bu bağlantıyı kolaylık sağlamak için izleyin.
-        agreed_with_pd: Ayrıca düzenlediklerin Kamu Malı olsun diye kabul ettin.
+        agreed_with_pd: Ayrıca, düzenlemelerinizin Kamu Malı olduğunu düşündüğünüzü
+          de beyan ettiniz.
         link text: bu nedir?
       save changes button: Değişiklikleri Kaydet
       delete_account: Hesabı Sil...
@@ -359,7 +358,7 @@ tr:
       email_not_revealed: E-posta adresiniz herkese açık hale getirilerek gösterilmeyecektir.
       not_reversible: Bu işlem geri alınamaz ve tüm yeni kullanıcılar artık varsayılan
         olarak herkese açıktır.
-      make_edits_public_button: Bütün girdiklerim herkese açık olsun
+      make_edits_public_button: Tüm düzenlemelerimi herkese açık hale getirin
     update:
       success_confirm_needed: Kullanıcı bilgisi başarıyla güncellendi. Yeni e-posta
         adresinizi onaylamak için e-mail'inizi lütfen kontrol ediniz.
@@ -474,21 +473,22 @@ tr:
   old_relations:
     not_found:
       sorry: 'Üzgünüz, #%{id} ilişkisinin %{version} sürümü bulunamadı.'
+  changeset_comments:
+    feeds:
+      comment:
+        comment: '#%{changeset_id} değişiklik kaydı hakkında %{author}, yeni bir yorum
+          yaptı.'
+        commented_at_by_html: '%{user} tarafından %{when} güncellendi'
+      show:
+        title_all: OpenStreetMap değişiklik kaydı tartışması
+        title_particular: 'OpenStreetMap #%{changeset_id} değişiklik kaydı tartışması'
+      timeout:
+        sorry: Üzgünüz, talep ettiğiniz değişiklik kaydı yorumlarının alınması çok
+          uzun sürdü.
   changesets:
-    changeset_paging_nav:
-      showing_page: '%{page}. sayfa'
-      next: Sonraki »
-      previous: « Önceki
     changeset:
-      anonymous: Anonim
       no_edits: (düzenleme yok)
       view_changeset_details: Değişiklik kaydı ayrıntılarını görüntüle
-    changesets:
-      id: ID
-      saved_at: Kaydedilme
-      user: Kullanıcı
-      comment: Yorum
-      area: Alan
     index:
       title: Değişiklik Kayıtları
       title_user: '%{user} kullanıcısının değişiklik kayıtları'
@@ -518,7 +518,6 @@ tr:
       title: Değişiklik Kaydı %{id}
       created_by_html: '%{link_user} tarafından %{created} tarihinde oluşturuldu.'
     no_such_entry:
-      title: Böyle bir değişiklik kaydı yok
       heading: 'Şu kimliğe sahip girdi yok: %{id}'
       body: Üzgünüz, %{id} kimliğine sahip herhangi bir değişiklik kaydı yok. Lütfen
         yazımınızı kontrol edin ya da tıkladığınız bağlantı yanlış olabilir.
@@ -552,20 +551,6 @@ tr:
       relations_paginated: İlişkiler (%{x}-%{y} - toplam %{count})
     timeout:
       sorry: Üzgünüz, değişiklik kayıtlarının listelenmesi fazla sürdü.
-  changeset_comments:
-    comment:
-      comment: '#%{changeset_id} değişiklik kaydı hakkında %{author}, yeni bir yorum
-        yaptı.'
-      commented_at_by_html: '%{user} tarafından %{when} güncellendi'
-    comments:
-      comment: '#%{changeset_id} değişiklik kaydı hakkında %{author}, yeni bir yorum
-        yaptı'
-    index:
-      title_all: OpenStreetMap değişiklik kaydı tartışması
-      title_particular: 'OpenStreetMap #%{changeset_id} değişiklik kaydı tartışması'
-    timeout:
-      sorry: Üzgünüz, talep ettiğiniz değişiklik kaydı yorumlarının alınması çok uzun
-        sürdü.
   dashboards:
     contact:
       km away: '%{count} km uzak'
@@ -606,8 +591,6 @@ tr:
       no_entries: Günlük girdisi yok
     page:
       recent_entries: Son günlük girdileri
-      older_entries: Daha Eski Girdiler
-      newer_entries: Daha Yeni Girdiler
     edit:
       title: Günlük Girdisini Düzenle
       marker_text: Günlük girdisinin konumu
@@ -649,8 +632,6 @@ tr:
       report: Bu yorumu bildir
     location:
       location: 'Konum:'
-      view: Görüntüle
-      edit: Düzenle
     feed:
       user:
         title: '%{user} için OpenStreetMap günlük girdileri'
@@ -678,8 +659,8 @@ tr:
       post: Gönderi
       when: Tarih
       comment: Yorum
-      newer_comments: Daha Yeni Yorumlar
-      older_comments: Daha Eski Yorumlar
+    new:
+      heading: Aşağıdaki günlük girdisinin tartışmasına bir yorum ekle?
   doorkeeper:
     errors:
       messages:
@@ -752,7 +733,6 @@ tr:
   geocoder:
     search:
       title:
-        results_from_html: '%{results_link} sonuçları'
         latlon: Dahili
         osm_nominatim: OpenStreetMap Adaylığı
         osm_nominatim_reverse: OpenStreetMap Adaylığı
@@ -1528,10 +1508,6 @@ tr:
         level9: Köy Sınırı
         level10: Mahalle Sınırı
         level11: Mahalle Sınırı
-      types:
-        cities: Büyükşehirler
-        towns: Şehirler
-        places: Yerler
     results:
       no_results: Sonuç bulunamadı
       more_results: Daha fazla sonuç
@@ -1545,13 +1521,18 @@ tr:
       not_updated: Güncellenmedi
       search: Ara
       search_guidance: 'Arama Sorunları:'
+      states:
+        ignored: Yoksayıldı
+        open: Aç
+        resolved: Çözüldü
+    page:
       user_not_found: Kullanıcı mevcut değil
       issues_not_found: Böyle bir sorun bulunamadı
+      reported_user: Bildirilen Kullanıcı
       status: Durum
       reports: Raporlar
       last_updated: Son Güncelleme
       last_updated_time_ago_user_html: '%{user} tarafından %{time_ago}'
-      link_to_reports: Raporları Görüntüle
       reports_count:
         one: '%{count} Rapor'
         other: '%{count} Rapor'
@@ -1646,18 +1627,12 @@ tr:
     history: Geçmiş
     export: Dışa Aktar
     issues: Sorunlar
-    data: Veri
-    export_data: Verinin Dışalımı
     gps_traces: GPS İzleri
-    gps_traces_tooltip: GPS izleri yönet
     user_diaries: Kullanıcı Günlükleri
-    user_diaries_tooltip: Kullanıcı günlükleri görüntüle
     edit_with: '%{editor} kullanarak düzenle'
-    tag_line: Özgür Viki Dünya Haritası
     intro_header: OpenStreetMap'e hoş geldiniz!
     intro_text: OpenStreetMap, sizler tarafından oluşturulan ve açık lisans altında
       ücretsiz olarak kullanılabilen bir dünya haritasıdır.
-    intro_2_create_account: Bir kullanıcı hesabı oluşturun
     hosting_partners_2024_html: Barındırma hizmeti; %{fastly}, %{corpmembers} ve diğer
       %{partners} tarafından sağlanmaktadır.
     partners_fastly: Fastly
@@ -1668,17 +1643,11 @@ tr:
       şu anda çevrimdışıdır.
     osm_read_only: OpenStreetMap veritabanı bakım çalışmaları yürütüldüğü için veritabanı
       şu anda sadece okunur durumdadır.
-    donate: Donanım Yükseltme Fonu'na %{link} yaparak OpenStreetMap'e destek veriniz.
+    nothing_to_preview: Önizlenecek bir şey yok.
     help: Yardım
     about: Hakkında
     copyright: Telif Hakkı
     communities: Topluluklar
-    community: Topluluk
-    community_blogs: Üye Blogları
-    community_blogs_title: OpenStreetMap üyelerinin blogları
-    make_a_donation:
-      title: OpenStreetMap para bağışı ile destek verebilirsiniz
-      text: Bağış Yapın
     learn_more: Daha Fazla Bilgi
     more: Daha fazla
   user_mailer:
@@ -1732,6 +1701,8 @@ tr:
       loaded:
         one: olası %{count} puan üzerinden %{trace_points} ile başarıyla yüklendi.
         other: olası %{count} puan üzerinden %{trace_points} ile başarıyla yüklendi.
+      trace_location: İzleriniz %{trace_url} adresinde mevcuttur
+      all_your_traces: Başarıyla yüklediğiniz tüm GPX izleri, %{url} adresinde bulunabilir
       all_your_traces_html: Başarıyla yüklediğiniz tüm GPX izlerinizi %{url} adresinde
         bulabilirsiniz.
       subject: '[OpenStreetMap] GPX dosyası başarıyla alındı'
@@ -1806,7 +1777,6 @@ tr:
     changeset_comment_notification:
       description: 'OpenStreetMap Değişiklik Kaydı #%{id}'
       hi: Merhaba %{to_user},
-      greeting: Merhaba,
       commented:
         subject_own: '[OpenStreetMap] %{commenter}, sizin değişiklik kayıtlarınızdan
           birine yorum yaptı.'
@@ -1883,7 +1853,6 @@ tr:
     message_summary:
       unread_button: Okunmadı olarak işaretle
       read_button: Okundu olarak işaretle
-      reply_button: Yanıtla
       destroy_button: Sil
       unmute_button: Gelen Kutusuna Taşı
     new:
@@ -1900,7 +1869,6 @@ tr:
       body: Üzgünüz, bu kimlik ile bir mesaj yok.
     outbox:
       title: Giden kutusu
-      actions: Eylemler
       messages:
         one: '%{count} mesaj gönderdiniz'
         other: ' %{count} mesaj gönderdiniz'
@@ -2000,7 +1968,6 @@ tr:
       failure: Profil güncellenemedi.
   sessions:
     new:
-      title: Oturum Aç
       tab_title: Oturum Aç
       login_to_authorize_html: '%{client_app_name} uygulamasına erişmek için OpenStreetMap''te
         oturum açın.'
@@ -2009,7 +1976,6 @@ tr:
       remember: Beni hatırla
       lost password link: Parolanı mı unuttun?
       login_button: Oturum Aç
-      register now: Şimdi kaydol
       with external: veya üçüncü bir parti uygulaması kullanarak kaydolun
       or: veya
       auth failure: Üzgünüz, bu giriş ile oturum açılamadı.
@@ -2041,9 +2007,28 @@ tr:
     richtext_field:
       edit: Düzenle
       preview: Önizleme
+      help: Yardım
+    pagination:
+      diary_comments:
+        older: Daha Eski Yorumlar
+        newer: Daha Yeni Yorumlar
+      diary_entries:
+        older: Daha Eski Girdiler
+        newer: Daha Yeni Girdiler
+      issues:
+        older: Eski Sorunlar
+        newer: Daha Yeni Sorunlar
+      traces:
+        older: Daha Eski İzler
+        newer: En Yeni İzler
+      user_blocks:
+        older: Daha Eski Engellemeler
+        newer: Daha Yeni Engellemeler
+      users:
+        older: Daha Eski Kullanıcılar
+        newer: Daha Yeni Kullanıcılar
   site:
     about:
-      next: İleri
       heading_html: '%{copyright}OpenStreetMap''e %{br} katkıda bulunanlar'
       used_by_html: '%{name}; binlerce web sitesi, mobil uygulama ve donanım cihazı
         için harita verisi sağlar.'
@@ -2274,8 +2259,6 @@ tr:
       user_page_link: kullanıcı sayfası
       anon_edits_link_text: Durumun neden böyle olduğunu öğrenin.
       id_not_configured: iD yapılandırılmamış
-      no_iframe_support: Bu özelliği görüntülemek için gerekli olan HTML iframe tarayıcınız
-        desteklemiyor.
     export:
       title: Dışa Aktar
       manually_select: Fare kullanarak farklı bir alan seç
@@ -2379,10 +2362,8 @@ tr:
       welcome_mat: Sıcak Karşılamaya göz atın
     sidebar:
       search_results: Arama Sonuçları
-      close: Kapat
     search:
       search: Ara
-      get_directions: Yol tarifi al
       get_directions_title: İki nokta arasında yol tarifi bul
       from: Şuradan
       to: Şuraya
@@ -2463,6 +2444,9 @@ tr:
           hospital: Hastane
           building: Önemli yapı
           station: Gar
+          railway_halt: Demiryolu durağı
+          subway_station: Metro istasyonu
+          tram_stop: Tramvay durağı
           summit: Zirve
           peak: Zirve
           tunnel: çizgili kenar = tünel
@@ -2471,7 +2455,6 @@ tr:
           destination: Hedef noktası
           construction: yapım aşamasındaki yollar
           bus_stop: Otobüs durağı
-          stop: Durak
           bicycle_shop: Bisikletçi
           bicycle_rental: Bisiklet kiralama
           bicycle_parking: Bisiklet parkı
@@ -2586,8 +2569,6 @@ tr:
       visibility_help: bu ne demek?
     update:
       updated: İzleme güncellendi
-    trace_optionals:
-      tags: Etiketler
     show:
       title: '%{name} gpx dosyası görüntüleniyor'
       heading: İz %{name} görüntüleniyor
@@ -2640,13 +2621,8 @@ tr:
       my_traces: GPS İzlerim
       traces_from: '%{user} kullanıcısına ait herkese açık izler'
       remove_tag_filter: Etiket Filtresini Kaldır
-    page:
-      older: Daha Eski İzler
-      newer: En Yeni İzler
     destroy:
       scheduled_for_deletion: İz, silme işlemi için ayarlandı
-    make_public:
-      made_public: Iz herkese açık
     offline_warning:
       message: GPX dosya gönderme sistemi şu anda kullanılamıyor
     offline:
@@ -2660,14 +2636,10 @@ tr:
         other: '%{user} tarafından %{count} noktalı GPX dosyası'
       description_without_count: '%{user} tarafından GPX dosyası'
   application:
-    basic_auth_disabled: 'HTTP Temel Kimlik Doğrulaması devre dışı: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 ve 1.0a devre dışı bırakıldı: %{link}'
     permission_denied: Bu eyleme erişme izniniz yok
     require_cookies:
       cookies_needed: Çerezleri devre dışı bırakmış görünüyorsunuz - devam etmeden
         önce lütfen tarayıcınızda çerezleri etkinleştirin.
-    require_admin:
-      not_an_admin: Bu eylemi gerçekleştirmek için yönetici olmanız gerekiyor.
     setup_user_auth:
       blocked_zero_hour: OpenStreetMap web sitesinde önemli bir mesajınız var. Düzenlemelerinizi
         kaydetmeden önce mesajı okumanız gerekiyor.
@@ -2678,55 +2650,31 @@ tr:
         ancak bunları görmeniz gerekiyor.
     settings_menu:
       account_settings: Hesap Ayarları
-      oauth1_settings: OAuth 1 ayarları
       oauth2_applications: OAuth 2 uygulamaları
       oauth2_authorizations: OAuth 2 yetkilendirmeleri
       muted_users: Sessize Alınan Kullanıcılar
     auth_providers:
+      openid_url: OpenID URL'si
       openid_login_button: Devam et
       openid:
         title: OpenID ile giriş
-        alt: OpenID Bağlantısı ile giriş
+        alt: OpenID logosu
       google:
         title: Google ile giriş
-        alt: Google OpenID ile giriş
+        alt: Google logosu
       facebook:
         title: Facebook ile giriş
-        alt: Facebook Hesabı ile giriş
+        alt: Facebook logosu
       microsoft:
         title: Microsoft ile giriş
-        alt: Microsoft Hesabı ile giriş
+        alt: Microsoft logosu
       github:
         title: GitHub ile giriş
-        alt: GitHub Hesabı ile giriş
+        alt: GitHub logosu
       wikipedia:
         title: Vikipedi ile giriş
-        alt: Vikipedi Hesabı ile giriş
+        alt: Vikipedi logosu
   oauth:
-    authorize:
-      title: Hesabınıza erişimi yetkilendirin
-      request_access_html: '%{app_name} uygulaması hesabınıza, %{user}, erişim izni
-        istiyor. Lütfen uygulamanın aşağıdaki özelliklere sahip olmasını isteyip istemediğinizi
-        kontrol edin. İstediğiniz kadar veya az sayıda seçebilirsiniz.'
-      allow_to: 'İstemci uygulamanın aşağıdakilere izin vermesini sağlayın:'
-      allow_read_prefs: kullanıcı tercihlerinizi okuma.
-      allow_write_prefs: kullanıcı tercihlerinizi değiştirme.
-      allow_write_diary: günlük girdiler, yorumlar ve arkadaşlıklar oluşturma.
-      allow_write_api: haritayı değiştirme.
-      allow_read_gpx: özel GPS izlerini okuma.
-      allow_write_gpx: GPS izlerini yükleme.
-      allow_write_notes: notları değiştirme.
-      grant_access: Erişim izni ver
-    authorize_success:
-      title: Erişim isteğine izin verildi
-      allowed_html: '%{app_name} uygulamasının hesabınıza erişimine izin verdiniz.'
-      verification: Doğrulama kodu %{code}.
-    authorize_failure:
-      title: Yetkilendirme isteği başarısız oldu
-      denied: '%{app_name} uygulamasının hesabınıza erişmesini engellediniz.'
-      invalid: Yetkilendirme özelliği geçerli değil.
-    revoke:
-      flash: Özelliği %{application} için iptal ettiniz
     permissions:
       missing: Uygulamanın bu özelliğe erişimine izin vermediniz
     scopes:
@@ -2740,51 +2688,11 @@ tr:
       write_notes: Notları değiştir
       write_redactions: Harita verilerini düzelt
       read_email: Kullanıcı e-posta adresini oku
+      consume_messages: Kullanıcı mesajlarını okuyun, güncelleyin ve silin
+      send_messages: Diğer kullanıcılara özel mesajlar gönderin
       skip_authorization: Başvuruyu otomatik onayla
     for_roles:
       moderator: Bu izin yalnızca moderatörlerin erişebildiği işlemler içindir
-  oauth_clients:
-    new:
-      title: Yeni bir uygulama kaydedin
-      disabled: OAuth 1 uygulamalarının kaydı devre dışı bırakıldı
-    edit:
-      title: Uygulamanızı düzenleyin
-    show:
-      title: '%{app_name} için OAuth ayrıntıları'
-      key: 'Tüketici anahtarı:'
-      secret: 'Tüketici mahremiyeti:'
-      url: 'İstek Bağlantısı:'
-      access_url: 'Erişim Noktası Bağlantısı:'
-      authorize_url: 'Yetkilendirme Bağlantısı:'
-      support_notice: HMAC-SHA1 (önerilen) ve RSA-SHA1 imzalarını destekliyoruz.
-      edit: Ayrıntıları Düzenle
-      delete: İstemci Sil
-      confirm: Emin misiniz?
-      requests: 'Kullanıcıdan istenen izinler şöyledir:'
-    index:
-      title: OAuth Ayrıntılarım
-      my_tokens: Yetkilendirdiğim Uygulamalarım
-      list_tokens: 'Sizin için belirtilen uygulamalara aşağıdaki özellikler verildi:'
-      application: Uygulama Adı
-      issued_at: Yetki Tarihi
-      revoke: İptal!
-      my_apps: İstemci Uygulamalarım
-      no_apps_html: '%{oauth} standardını kullanarak bizimle birlikte kullanmak için
-        kayıt yaptırmak istediğiniz bir uygulama var mı? Bu hizmete OAuth''dan istekte
-        bulunmadan önce web uygulamanızı kaydettirmeniz gerekir.'
-      oauth: OAuth
-      registered_apps: 'Aşağıdaki istemci uygulamalarını kaydettiniz:'
-      register_new: Uygulamanızı kaydedin
-    form:
-      requests: 'Kullanıcıdan istenen izinler şöyledir:'
-    not_found:
-      sorry: Üzgünüz, bu %{type} bulunamadı.
-    create:
-      flash: Bilgileri başarıyla kaydettirdiniz
-    update:
-      flash: Müşteri bilgilerini başarıyla güncelleştirildi
-    destroy:
-      flash: İstemci uygulaması kaydını yok etti
   oauth2_applications:
     index:
       title: İstemci uygulamalarım
@@ -2865,11 +2773,12 @@ tr:
         privacy_policy_title: E-posta adresleriyle ilgili bölümü içeren OSMF gizlilik
           politikası
         contributor_terms: katılımcı şartları
-      tou: kullanım şartları
-      external auth: 'Üçüncü Taraf Kimlik Doğrulaması:'
       continue: Kaydol
       terms accepted: Yeni katılımcı şartları kabul ettiğin için teşekkür ederiz!
       email_help:
+        privacy_policy: gizlilik politikası
+        privacy_policy_title: E-posta adresleriyle ilgili bölümü içeren OSMF gizlilik
+          politikası
         html: Adresiniz herkese açık olarak görüntülenmiyor, daha fazla bilgi için
           %{privacy_policy_link} sayfasına bakın.
       consider_pd_html: Katkılarımın %{consider_pd_link} içinde olduğunu düşünüyorum.
@@ -2899,7 +2808,7 @@ tr:
       informal_translations: resmî olmayan çeviriler
       continue: Devam
       declined: https://wiki.openstreetmap.org/wiki/Tr:Contributor_Terms_Declined
-      decline: Reddet
+      cancel: İptal
       you need to accept or decline: Lütfen katılımcı şartlarını okuyunuz ve şartları
         kabul ya da ret ediniz.
       legale_select: 'İkamet edilen ülke:'
@@ -2988,8 +2897,6 @@ tr:
       summary_no_ip_html: '%{name} %{date} tarihinde oluşturuldu.'
       empty: Eşleşen kullanıcı bulunamadı
     page:
-      older: Daha Eski Kullanıcılar
-      newer: Daha Yeni Kullanıcılar
       found_users:
         one: '%{count} kullanıcı bulundu'
         other: '%{count} kullanıcı bulundu'
@@ -3025,21 +2932,11 @@ tr:
       not_revoke_admin_current_user: Geçerli kullanıcıdan yönetici görevini iptal
         edemezsiniz.
     grant:
-      title: Verilen görevi onayla
-      heading: Verilen görevi onayla
       are_you_sure: '%{role} görevini %{name} kullanıcısına vermek istediğinize emin
         misiniz?'
-      confirm: Onayla
-      fail: '%{name} kullanıcısına %{role} görevi verilemedi. Lütfen hem kullanıcının
-        hem görevin geçerli olduğunu kontrol edin.'
     revoke:
-      title: Görev iptalini onayla
-      heading: Görev iptalini onayla
       are_you_sure: '%{name} adlı kullanıcıyı %{role} görevinden almak istediğinizden
         emin misiniz?'
-      confirm: Onayla
-      fail: '`%{name}'' adlı kullanıcı `%{role}'' görevinden alınamadı. Lütfen kullanıcı
-        ve görevin geçerli olup olmadığını kontrol edin.'
   user_blocks:
     model:
       non_moderator_update: Engelleme yapmak ya da engellemeyi güncellemek için bir
@@ -3056,26 +2953,23 @@ tr:
       title: '%{name} adlı kullanıcının engelini değiştir'
       heading_html: '%{name} adlı kullanıcının engelini değiştir'
       period: Şu andan itibaren ne zamana kadar kullanıcıdan API engellenecek?
+      revoke: Engeli iptal et
     filter:
       block_period: Engel süresi, açılır listeden seçilebilen değerlerden biri olmalıdır.
     create:
       flash: '%{name} kullanıcısına engel oluşturuldu.'
     update:
       only_creator_can_edit: Yalnızca bu engeli oluşturan moderatör düzenleyebilir.
+      only_creator_can_edit_without_revoking: Bu engeli, yalnızca oluşturan moderatör
+        iptal etmeden düzenleyebilir.
+      only_creator_or_revoker_can_edit: Bu engeli, yalnızca oluşturan veya iptal eden
+        moderatörler düzenleyebilir.
+      inactive_block_cannot_be_reactivated: Bu engel etkin değil ve yeniden etkinleştirilemez.
       success: Engelleme güncellendi.
     index:
       title: Kullanıcı engelleri
       heading: Kullanıcı engelleri listesi
       empty: Henüz engelleme yapılmamış.
-    revoke:
-      title: '%{block_on} engellerini iptal etme'
-      heading_html: '%{block_by} tarafından yapılan %{block_on} engellerini iptal
-        etme'
-      time_future_html: Engellenme %{time} içerisinde bitecek.
-      past_html: Bu engelleme %{time} bitmiş ve artık iptal edilemez.
-      confirm: Bu engeli kaldırmak istediğine emin misin?
-      revoke: İptal!
-      flash: Bu engelleme iptal edildi.
     revoke_all:
       title: '%{block_on} tarihindeki tüm engellemeler iptal ediliyor'
       heading_html: '%{block_on} tarihindeki tüm engellemeler iptal ediliyor'
@@ -3122,26 +3016,19 @@ tr:
       created: 'Oluşturulma:'
       duration: 'Süre:'
       status: 'Durum:'
-      show: Göster
       edit: Düzenle
-      revoke: İptal!
-      confirm: Emin misiniz?
       reason: 'Engellenme sebebi:'
       revoker: 'Geri alan:'
-      needs_view: Engel kaldırılmadan önce kullanıcının giriş yapması gerekiyor.
     block:
       not_revoked: (iptal edilmemiş)
       show: Göster
       edit: Düzenle
-      revoke: İptal!
-    blocks:
+    page:
       display_name: Engellenen Kullanıcı
       creator_name: Oluşturan
       reason: Engellenme sebebi
       status: Durum
       revoker_name: İptal eden
-      older: Daha Eski Engellemeler
-      newer: Daha Yeni Engellemeler
     navigation:
       all_blocks: Tüm Engellemeler
       blocks_on_me: Engellendiklerim
@@ -3149,6 +3036,7 @@ tr:
       blocks_by_me: Engellediklerim
       blocks_by_user: '%{user} tarafından engellenenler'
       block: 'Engel #%{id}'
+      new_block: Yeni Engel
   user_mutes:
     index:
       title: Sessize Alınan Kullanıcılar
@@ -3231,6 +3119,10 @@ tr:
         bu nedenle kişisel bilgilerinizi veya telif hakkıyla korunan haritalar veya
         dizin listelerinden bilgi girmeyin.
       add: Not Ekle
+    notes_paging_nav:
+      showing_page: '%{page}. sayfa'
+      next: Sonraki
+      previous: Önceki
   javascripts:
     close: Kapat
     share:
@@ -3245,14 +3137,15 @@ tr:
       custom_dimensions: Özel boyutlar belirt
       format: 'Biçim:'
       scale: 'Ölçek:'
-      image_dimensions: Resim standart katmanda %{width}x%{height} gösterecek.
+      image_dimensions: Resim %{layer} katmanını %{width} x %{height} olarak gösterecektir
       download: İndir
       short_url: Kısa bağlantı
       include_marker: İşaret ekle
       center_marker: İşaretleyicide merkez harita
       paste_html: Web sitesine yerleştirmek için HTML'yi yapıştırın
       view_larger_map: Daha Büyük Haritayı Göster
-      only_standard_layer: Yalnızca standart katman bir resim olarak dışa aktarılabilir
+      only_standard_layer: Yalnızca Standart, Döngü Haritası ve Taşıma katmanları
+        görüntü olarak dışa aktarılabilir
     embed:
       report_problem: Bir sorunu şikayet et
     key:
@@ -3426,6 +3319,7 @@ tr:
       empty: Gösterilecek redaksiyon yok.
       heading: Redaksiyonların listesi
       title: Redaksiyonların listesi
+      new: Yeni Redaksiyon
     new:
       heading: Yeni redaksiyon için bilgi giriniz
       title: Yeni redaksiyon oluşturma
index faccaf08d8b8453049e499d6ac2e1586f3703530..5fd4c4f9f9cd767b51f1ea0c57d7997a2630cf68 100644 (file)
@@ -41,10 +41,6 @@ tt:
         create: Тыю ясарга
         update: Тыюны яңартырга
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: электрон почтаның дөрес юлламасына охшамаган
-        email_address_not_routable: тоташтырулы түгел
     models:
       acl: Хокуклар исемлеге
       changeset: Үзгәртүләр өеме
@@ -385,18 +381,8 @@ tt:
       tags: Тамгалар
       wikipedia_link: Википедиядә %{page} мәкаләсе
   changesets:
-    changeset_paging_nav:
-      showing_page: '%{page} бите'
-      next: Киләсе »
-      previous: « Алдагы
     changeset:
-      anonymous: Аноним
       no_edits: (төзәтмәләр юк)
-    changesets:
-      id: ID
-      user: Кулланучы
-      comment: Шәрех
-      area: Өлкә
     index:
       title: Үзгәрешләр пакетлары
       load_more: Күбрәк төяү
@@ -455,14 +441,10 @@ tt:
       confirm: Раслау
     location:
       location: 'Урын:'
-      view: Карау
-      edit: Төзәтмә
   diary_comments:
     page:
       when: Кайчан
       comment: Шәрех
-      newer_comments: Яңарак шәрехләр
-      older_comments: Искерәк шәрехләр
   errors:
     contact:
       contact: элемтә
@@ -767,19 +749,16 @@ tt:
         level6: Өяз чиге
         level8: Шәһәр чиге
         level9: Авыл чиге
-      types:
-        cities: Шәһәрләр
-        towns: Шәһәрчекләр
-        places: Урыннар
     results:
       no_results: Берни дә табылмады
   issues:
     index:
       search: Эзләү
-      status: Халәт
-      last_updated: Соңгы яңарту
       states:
         open: Ачык
+    page:
+      status: Халәт
+      last_updated: Соңгы яңарту
     show:
       ignore: Игътибарсыз калдыру
   reports:
@@ -799,14 +778,9 @@ tt:
     edit: Үзгәртү
     history: Тарих
     export: Чыгару
-    data: Мәгълүматлар
-    export_data: Мәгълүматларны чыгару
     user_diaries: Кулланучылар көндәлекләре
     help: Ярдәм
     about: Проект турында
-    make_a_donation:
-      title: OpenStreetMap'ка иганә бирегез
-      text: Иганә кертү
   user_mailer:
     diary_comment_notification:
       hi: Сәлам, %{to_user},
@@ -820,8 +794,6 @@ tt:
       greeting: Сәлам,
     note_comment_notification:
       greeting: Сәлам,
-    changeset_comment_notification:
-      greeting: Сәлам,
   confirmations:
     confirm:
       button: Раслау
@@ -851,14 +823,17 @@ tt:
       new image: Сурәтне өстәү
   sessions:
     new:
-      title: Керү
       tab_title: Керү
       password: 'Серсүз:'
       login_button: Керү
-      register now: Теркәлегезче
     destroy:
       title: Чыгу
       logout_button: Чыгу
+  shared:
+    pagination:
+      diary_comments:
+        older: Искерәк шәрехләр
+        newer: Яңарак шәрехләр
   site:
     export:
       licence: Лицензия
@@ -868,7 +843,6 @@ tt:
       export_button: Чыгару
     sidebar:
       search_results: Эзләү нәтиҗәләре
-      close: Ябу
     search:
       search: Эзләү
       where_am_i: Кайда бу?
@@ -905,8 +879,6 @@ tt:
           station: Тимер юл станциясе
           toilets: Бәдрәф
   traces:
-    trace_optionals:
-      tags: Тамгалар
     show:
       download: күчереп алу
       uploaded: 'Төялде:'
@@ -914,7 +886,6 @@ tt:
   users:
     terms:
       continue: Дәвам итү
-      decline: Кире кагу
     no_such_user:
       deleted: бетерелгән
     show:
@@ -931,9 +902,6 @@ tt:
     index:
       title: Кулланучылар
       heading: Кулланучылар
-  user_role:
-    grant:
-      confirm: Раслау
   user_blocks:
     helper:
       block_duration:
@@ -955,12 +923,11 @@ tt:
     show:
       created: Төзелгән
       status: Халәт
-      show: Күрсәтү
       edit: Үзгәртү
     block:
       show: Күрсәтү
       edit: Үзгәртү
-    blocks:
+    page:
       creator_name: Төзүче
       status: Халәт
   notes:
@@ -973,6 +940,8 @@ tt:
       title: 'Искәрмә: %{id}'
       description: Тасвирлама
       hide: Яшерү
+    notes_paging_nav:
+      showing_page: '%{page} бите'
   javascripts:
     close: Ябу
     share:
index 6b43a17d824df9cd4768737919ba4ca375f11a8e..8757283d9bf7433d68e77814732bc26d32a9564e 100644 (file)
@@ -4,7 +4,6 @@
 # Author: AS
 # Author: Alex Blokha
 # Author: Alex Khimich
-# Author: Amire80
 # Author: Andrew J.Kurbiko
 # Author: Andriykopanytsia
 # Author: Andygol
@@ -28,6 +27,7 @@
 # Author: Kareyac
 # Author: Lxlalexlxl
 # Author: Macofe
+# Author: MatviiBohdanFediura
 # Author: Mike140
 # Author: Movses
 # Author: Mykola Swarnyk
@@ -87,8 +87,6 @@ uk:
   activerecord:
     errors:
       messages:
-        invalid_email_address: не схоже на коректну адресу електронної пошти
-        email_address_not_routable: недоступний
         display_name_is_user_n: не може бути user_n, якщо n не є вашим ідентифікатором
           користувача
       models:
@@ -168,7 +166,7 @@ uk:
         longitude: Довгота
         public: Публічний
         description: Опис
-        gpx_file: Ð\97аванÑ\82ажиÑ\82и GPX-файл
+        gpx_file: Ð\9eбеÑ\80Ñ\96Ñ\82Ñ\8c GPX-файл
         visibility: Видимість
         tagstring: Теґи
       message:
@@ -503,30 +501,51 @@ uk:
       introduction: Клацніть на мапі, щоб отримати дані про об’єкти поруч.
       nearby: Об’єкти поруч
       enclosing: Оточуючі об’єкти
+  nodes:
+    timeout:
+      sorry: На жаль, отримання даних для точки з ідентифікатором %{id} тривало занадто
+        довго.
   old_nodes:
     not_found:
       sorry: 'На жаль, точку #%{id} версії %{version} не знайдено.'
+    timeout:
+      sorry: На жаль, отримання історії точки з ідентифікатором %{id} потребує багато
+        часу.
+  ways:
+    timeout:
+      sorry: На жаль, отримання даних для лінії з ідентифікатором %{id} зайняло занадто
+        багато часу.
   old_ways:
     not_found:
       sorry: 'На жаль, лінію #%{id} версії %{version} не знайдено.'
+    timeout:
+      sorry: На жаль, отримання історії лінії з ідентифікатором %{id} потребує багато
+        часу.
+  relations:
+    timeout:
+      sorry: На жаль, отримання даних для зв’язку з ідентифікатором %{id} зайняло
+        занадто багато часу.
   old_relations:
     not_found:
       sorry: 'На жаль, звʼязок #%{id} версії %{version} не знайдено.'
+    timeout:
+      sorry: На жаль, отримання історії звʼязку з ідентифікатором %{id} потребує багато
+        часу.
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Новий коментар до набору змін #%{changeset_id} від %{author}'
+        commented_at_by_html: Оновлено %{when} %{user}
+      show:
+        title_all: Обговорення наборів змін в OpenStreetMap
+        title_particular: 'Обговорення набору змін OpenStreetMap #%{changeset_id}'
+      timeout:
+        sorry: На жаль, перелік наборів змін, який ви запросили, потребує забагато
+          часу для завантаження.
   changesets:
-    changeset_paging_nav:
-      showing_page: Сторінка %{page}
-      next: Наступна →
-      previous: ← Попередня
     changeset:
-      anonymous: Анонім
       no_edits: (редагувань немає)
       view_changeset_details: Подивитися подробиці набору змін
-    changesets:
-      id: ID
-      saved_at: Збережено
-      user: Мапер
-      comment: Коментар
-      area: Ділянка
     index:
       title: Набори змін
       title_user: Набори змін від %{user}
@@ -556,7 +575,6 @@ uk:
       title: Набір змін %{id}
       created_by_html: Створений %{link_user} %{created}.
     no_such_entry:
-      title: Немає такого набору змін
       heading: Немає запису з id %{id}
       body: На жаль, немає набору змін %{id}. Будь ласка, перевірте посилання, або,
         можливо, посилання, яке ви натиснули, неправильне.
@@ -591,18 +609,6 @@ uk:
     timeout:
       sorry: На жаль, перелік наборів змін, який ви запросили, потребує забагато часу
         для завантаження.
-  changeset_comments:
-    comment:
-      comment: 'Новий коментар до набору змін #%{changeset_id} від %{author}'
-      commented_at_by_html: Оновлено %{when} %{user}
-    comments:
-      comment: 'Новий коментар до набору змін #%{changeset_id} від %{author}'
-    index:
-      title_all: Обговорення наборів змін в OpenStreetMap
-      title_particular: 'Обговорення набору змін OpenStreetMap #%{changeset_id}'
-    timeout:
-      sorry: На жаль, перелік наборів змін, який ви запросили, потребує забагато часу
-        для завантаження.
   dashboards:
     contact:
       km away: '%{count} км від вас'
@@ -643,8 +649,6 @@ uk:
       no_entries: У щоденнику немає записів
     page:
       recent_entries: Останні записи в щоденнику
-      older_entries: Старіші записи
-      newer_entries: Новіші записи
     edit:
       title: Редагувати нотатку
       marker_text: Місце написання нотатки
@@ -652,6 +656,8 @@ uk:
       title: Щоденник %{user} | %{title}
       user_title: Щоденник %{user}
       discussion: Обговорення
+      subscribe: Підписатися
+      unsubscribe: Відписатися
       leave_a_comment: Лишити коментар
       login_to_leave_a_comment_html: '%{login_link}, аби залишити коментар'
       login: Увійти
@@ -684,8 +690,6 @@ uk:
       report: Поскаржитись на цей коментар
     location:
       location: 'Місце:'
-      view: Переглянути
-      edit: Змінити
     feed:
       user:
         title: Записи щоденника OpenStreetMap %{user}
@@ -712,8 +716,8 @@ uk:
       post: Повідомлення
       when: Коли
       comment: Коментар
-      newer_comments: Нові коментарі
-      older_comments: Старіші коментарі
+    new:
+      heading: Додати коментар до обговорення запису в щоденнику?
   doorkeeper:
     errors:
       messages:
@@ -785,7 +789,6 @@ uk:
   geocoder:
     search:
       title:
-        results_from_html: Результати з %{results_link}
         latlon: Внутрішніх джерел
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -952,6 +955,7 @@ uk:
           college: Будівля коледжу
           commercial: Комерційна нерухомість
           construction: Будівля що будується
+          cowshed: Корівник
           detached: Будинок на одну родину
           dormitory: Гуртожиток
           duplex: Будинок поділений на два домогосподарства
@@ -981,6 +985,7 @@ uk:
           shed: Сарай
           stable: Стайня
           static_caravan: Будинок на колесах
+          sty: Свинарник
           temple: Будівля храму
           terrace: Таунхаус
           train_station: Будівля залізничної станції
@@ -1561,10 +1566,6 @@ uk:
           Адміністративна межа (9-й рівень)
         level10: Адміністративна межа району міста
         level11: Адміністративна межа (11-й рівень)
-      types:
-        cities: Міста
-        towns: Містечка
-        places: Місця
     results:
       no_results: Нічого не знайдено
       more_results: Більше результатів
@@ -1578,13 +1579,18 @@ uk:
       not_updated: Не оновлювалось
       search: Пошук
       search_guidance: 'Пошук Звернень:'
+      states:
+        ignored: Проігноровано
+        open: Відкрито
+        resolved: Розв'язано
+    page:
       user_not_found: Такого учасника не існує
       issues_not_found: Таке звернення не знайдене
+      reported_user: Мапер, на якого поскаржились
       status: Статус
       reports: Скарги
       last_updated: Останнє оновлення
       last_updated_time_ago_user_html: '%{user} %{time_ago}'
-      link_to_reports: Дивитися скарги
       reports_count:
         one: '%{count} Скарга'
         few: '%{count} Скарги'
@@ -1594,7 +1600,7 @@ uk:
       states:
         ignored: Проігноровано
         open: Відкрито
-        resolved: Ð Ð¾Ð·Ð²'Ñ\8fзано
+        resolved: Ð\92иÑ\80Ñ\96Ñ\88ено
     show:
       title: 'Звернення #%{issue_id} - %{status}'
       reports:
@@ -1683,39 +1689,27 @@ uk:
     history: Історія
     export: Експорт
     issues: Звернення
-    data: Дані
-    export_data: Експортувати дані
     gps_traces: GPS-треки
-    gps_traces_tooltip: Управління GPS треками
     user_diaries: Щоденники
-    user_diaries_tooltip: Подивитись щоденники
     edit_with: Редагувати – %{editor}
-    tag_line: Вільна Вікі-мапа Світу
     intro_header: Ласкаво просимо до OpenStreetMap!
     intro_text: OpenStreetMap — мапа світу, створена такими ж людьми, як і ви, для
       вільного використання під відкритою ліцензією.
-    intro_2_create_account: Створіть обліковий запис
     hosting_partners_2024_html: Хостинг підтримується %{fastly}, %{corpmembers} та
       іншими %{partners}.
     partners_fastly: Fastly
-    partners_corpmembers: Корпоративні члени OSMF
+    partners_corpmembers: Корпоративними членами OSMF
     partners_partners: партнерами
     tou: Умови використання
     osm_offline: База даних OpenStreetMap в даний момент недоступна, бо саме проводиться
       необхідне технічне обслуговування.
     osm_read_only: База даних OpenStreetMap в даний момент доступна тільки для читання,
       тому що проводиться необхідне технічне обслуговування.
-    donate: Підтримайте OpenStreetMap зробивши %{link} до Фонду оновлення обладнання.
+    nothing_to_preview: Нічого немає для перегляду.
     help: Довідка
     about: Про проєкт
     copyright: Авторські права
     communities: Спільноти
-    community: Спільнота
-    community_blogs: Блоги спільноти
-    community_blogs_title: Блоги членів спільноти OpenStreetMap
-    make_a_donation:
-      title: Підтримайте OpenStreetMap грошима
-      text: Підтримайте проєкт
     learn_more: Докладніше
     more: Більше
   user_mailer:
@@ -1753,13 +1747,23 @@ uk:
       befriend_them: Ви також можете додати їх як друзів %{befriendurl}.
       befriend_them_html: Ви також можете додати його/її до друзів %{befriendurl}.
     gpx_description:
-      description_with_tags_html: 'Схоже це ваш файл GPX %{trace_name}, що має опис
+      description_with_tags: 'Схоже це ваш GPX-файл %{trace_name} з описом %{trace_description}
+        і наступними теґами: %{tags}'
+      description_with_tags_html: 'Схоже це ваш GPX-файл %{trace_name}, що має опис
         — %{trace_description} та наступні теґи: %{tags}'
+      description_with_no_tags: Схоже це ваш GPX-файл %{trace_name} з описом %{trace_description}
+        і без теґів
       description_with_no_tags_html: Схоже це ваш файл GPX %{trace_name}, що має опис
-        - %{trace_description} Ñ\82а Ð±ÐµÐ· теґів
+        - %{trace_description} Ñ\82а Ð½Ðµ Ð¼Ð°Ñ\94 теґів
     gpx_failure:
       hi: Привіт, %{to_user},
-      failed_to_import: 'не вдалось імпортувати. Сталася помилка:'
+      failed_to_import: 'не вдалося імпортувати як файл GPS-треку. Переконайтеся,
+        що ваш файл є відповідним файлом GPX або архівом, який містить файл(и) GPX
+        у підтримуваному форматі (.tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2).
+        Чи може виникнути проблема з форматом або синтаксисом вашого файлу? Ось помилка
+        імпорту:'
+      more_info: Більше інформації про помилки імпорту GPX та способи їх уникнення
+        можна знайти за посиланням %{url}.
       more_info_html: Докладна інформація про проблеми імпорту GPX та шляхи їх вирішення
         знаходяться за посиланням %{url}.
       subject: '[OpenStreetMap] Збій імпорту GPX'
@@ -1770,6 +1774,9 @@ uk:
         few: 'успішно завантажено %{trace_points} точки з %{count} можливих. '
         many: успішно завантажено %{trace_points} точок з %{count} можливих.
         other: ""
+      trace_location: Ваш трек доступний за посиланням %{trace_url}
+      all_your_traces: Усі ваші успішно завантажені GPX-треки можна знайти за посиланням
+        %{url}.
       all_your_traces_html: Усі успішно завантажені треки GPX можна знайти за адресою
         %{url}.
       subject: '[OpenStreetMap] Імпорт GPX пройшов успішно'
@@ -1837,7 +1844,6 @@ uk:
     changeset_comment_notification:
       description: 'Набір змін OpenStreetMap #%{id}'
       hi: Привіт %{to_user},
-      greeting: Привіт,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} прокоментував один з ваших наборів
           змін'
@@ -1916,7 +1922,6 @@ uk:
     message_summary:
       unread_button: Позначити як непрочитане
       read_button: Позначити як прочитане
-      reply_button: Відповісти
       destroy_button: Вилучити
       unmute_button: Перемістити до "Вхідних".
     new:
@@ -1933,7 +1938,6 @@ uk:
       body: Вибачте, але повідомлення з цим ідентифікатором не існує.
     outbox:
       title: Вихідні
-      actions: Дії
       messages:
         one: У вас %{count} надіслане повідомлення
         few: У вас %{count} надісланих повідомлення
@@ -2037,7 +2041,6 @@ uk:
       failure: Неможливо зберегти оновлення профілю.
   sessions:
     new:
-      title: Ласкаво просимо
       tab_title: Ласкаво просимо
       login_to_authorize_html: Увійдіть до OpenStreetMap, щоб отримати доступ до %{client_app_name}.
       email or username: Ел. пошта або прізвисько
@@ -2045,7 +2048,6 @@ uk:
       remember: Запам’ятати мене
       lost password link: Забули пароль?
       login_button: Увійти
-      register now: Зареєструйтеся зараз
       with external: Або використовуйте, облікові записи з інших ресурсів
       or: або
       auth failure: Вибачте, вхід з цими ім’ям або паролем неможливий.
@@ -2077,9 +2079,28 @@ uk:
     richtext_field:
       edit: Редагувати
       preview: Попередній перегляд
+      help: Довідка
+    pagination:
+      diary_comments:
+        older: Старіші коментарі
+        newer: Нові коментарі
+      diary_entries:
+        older: Старіші записи
+        newer: Новіші записи
+      issues:
+        older: Старіші повідомлення
+        newer: Новіші повідомлення
+      traces:
+        older: Старіші треки
+        newer: Новіші треки
+      user_blocks:
+        older: Старіші блокування
+        newer: Новіші блокування
+      users:
+        older: Раніше зареєстровані користувачі
+        newer: Нещодавно зареєстровані користувачі
   site:
     about:
-      next: Далі
       heading_html: '%{copyright}Учасники %{br} OpenStreetMap'
       used_by_html: '%{name} надає картографічні дані для тисяч вебсайтів, мобільних
         застосунків та різних пристроїв'
@@ -2303,8 +2324,6 @@ uk:
       user_page_link: сторінка учасника
       anon_edits_link_text: З’ясувати в чому справа.
       id_not_configured: iD не був налаштований
-      no_iframe_support: Ваш оглядач не підтримує фрейми HTML, які необхідні для цієї
-        функції.
     export:
       title: Експорт
       manually_select: Виділіть іншу ділянку
@@ -2404,10 +2423,8 @@ uk:
       welcome_mat: Відвідайте Welcome Mat
     sidebar:
       search_results: Результати пошуку
-      close: Закрити
     search:
       search: Пошук
-      get_directions: Прокласти маршрут
       get_directions_title: Знайти маршрут між двома точками
       from: Від
       to: До
@@ -2489,6 +2506,9 @@ uk:
           hospital: Лікарня
           building: Значна споруда
           station: Залізнична станція
+          railway_halt: Залізнична зупинка
+          subway_station: Станція метро
+          tram_stop: Трамвайна зупинка
           summit: Вершина
           peak: Пік
           tunnel: Тунель (пунктиром)
@@ -2497,7 +2517,6 @@ uk:
           destination: Цільовий доступ
           construction: Будівництво дороги
           bus_stop: Автобусна зупинка
-          stop: Зупинка
           bicycle_shop: Веломагазин
           bicycle_rental: Прокат велосипедів
           bicycle_parking: Велопарковка
@@ -2617,8 +2636,6 @@ uk:
       visibility_help: ще це означає?
     update:
       updated: Трек оновлено
-    trace_optionals:
-      tags: 'Теґи:'
     show:
       title: Перегляд треку %{name}
       heading: Перегляд треку %{name}
@@ -2673,13 +2690,8 @@ uk:
       my_traces: Мої GPS-треки
       traces_from: Загальнодоступні GPS треки %{user}
       remove_tag_filter: Прибрати фільтри
-    page:
-      older: Старіші треки
-      newer: Новіші треки
     destroy:
       scheduled_for_deletion: Заплановано для вилучення
-    make_public:
-      made_public: Трек зроблено загальнодоступним
     offline_warning:
       message: Доступ до системи завантаження GPX-файлів на поточний момент відсутній
     offline:
@@ -2696,14 +2708,10 @@ uk:
         other: ""
       description_without_count: GPX файл від %{user}
   application:
-    basic_auth_disabled: 'HTTP Basic Authentication вимкнено: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 та 1.0a вимкнено: %{link}'
     permission_denied: Вибачте, у вас недостатньо прав для виконання цієї дії.
     require_cookies:
       cookies_needed: Схоже, що у вас вимкнені куки. Будь ласка, увімкніть куки у
         вашому оглядачі, перш ніж продовжити.
-    require_admin:
-      not_an_admin: Ви маєте бути адміністратором для виконання цієї дії.
     setup_user_auth:
       blocked_zero_hour: У вас є нагальне повідомлення на вебсайті OpenStreetMap.
         Вам потрібно прочитати повідомлення, перш ніж ви зможете зберегти ваші зміни.
@@ -2714,56 +2722,31 @@ uk:
         погоджуватись, але ви повинні переглянути їх.
     settings_menu:
       account_settings: Налаштування облікового запису
-      oauth1_settings: налаштування OAuth 1
       oauth2_applications: застосунки OAuth 2
       oauth2_authorizations: авторизації OAuth 2
       muted_users: Стишені учасники
     auth_providers:
+      openid_url: OpenID URL
       openid_login_button: Продовжити
       openid:
         title: Увійти за OpenID
-        alt: Увійти за OpenID URL
+        alt: OpenID лого
       google:
         title: Увійти через Google
-        alt: Увійти через Google OpenID
+        alt: Google лого
       facebook:
         title: Увійти з Facebook
-        alt: Увійти з облікового запису Facebook
+        alt: Facebook лого
       microsoft:
         title: Увійти з Microsoft
-        alt: Увійти з облікового запису Microsoft
+        alt: Microsoft лого
       github:
         title: Увійти через GitHub
-        alt: Вхід через обліковий запис GitHub
+        alt: GitHub лого
       wikipedia:
         title: Увійти через Вікіпедію
-        alt: Вхід через обліковий запис у Вікіпедії
+        alt: Wikipedia лого
   oauth:
-    authorize:
-      title: Авторизувати доступ до облікового запису
-      request_access_html: Застосунок %{app_name} намагається отримати доступ до вашого
-        облікового запису, %{user}. Будь ласка, перевірте чи бажаєте ви, щоб застосунок
-        мав наступні можливості. Ви можете обрати будь-яку кількість.
-      allow_to: 'Дозволити застосунку клієнта:'
-      allow_read_prefs: читати ваші налаштування.
-      allow_write_prefs: змінювати ваші налаштування.
-      allow_write_diary: створювати записи у щоденнику, коментарі та заводити друзів.
-      allow_write_api: змінювати мапу
-      allow_read_gpx: читати ваші приватні GPS-треки.
-      allow_write_gpx: передавати GPS-треки на сервер.
-      allow_write_notes: змінювати нотатки.
-      grant_access: Надати доступ
-    authorize_success:
-      title: Запит на авторизацію ухвалений
-      allowed_html: Ви надали застосунку %{app_name} доступ до вашого облікового запису.
-      verification: Код перевірки - %{code}.
-    authorize_failure:
-      title: Не вдалося виконати запит авторизації
-      denied: Ви відхили запит застосунку %{app_name} на доступ до вашого облікового
-        запису.
-      invalid: Неприпустимий маркер авторизації.
-    revoke:
-      flash: Ви відкликали маркер для застосунка %{application}
     permissions:
       missing: Ви не дозволили програмі отримати доступ до цієї функції
     scopes:
@@ -2778,51 +2761,11 @@ uk:
       write_notes: Змінювати нотатки
       write_redactions: Виконувати очищення даних
       read_email: Отримувати адресу е-пошти
+      consume_messages: Прочитати, оновити статус та видалити повідомлення користувача
+      send_messages: Надіслати приватне повідомлення іншим користувачам
       skip_authorization: Автоматичне схвалення заявки
     for_roles:
       moderator: Цей дозвіл призначений для дій, доступних лише модераторам
-  oauth_clients:
-    new:
-      title: Зареєструвати новий застосунок
-      disabled: Реєстрацію програм OAuth 1 вимкнено
-    edit:
-      title: Змінити дані вашого застосунку
-    show:
-      title: Параметри OAuth для %{app_name}
-      key: 'Ключ абонента:'
-      secret: 'Секретна фраза абонента:'
-      url: 'URL маркеру запита:'
-      access_url: 'URL маркер доступу:'
-      authorize_url: 'URL авторизації:'
-      support_notice: Ми підтримуємо підписи HMAC-SHA1 (рекомендується) і RSA-SHA1.
-      edit: Змінити параметри
-      delete: Вилучити клієнта
-      confirm: Ви впевнені?
-      requests: 'Запит наступних дозволів з налаштувань:'
-    index:
-      title: Параметри OAuth
-      my_tokens: Мої автентифіковані застосунки
-      list_tokens: 'Наступні токени були видані для застосунків на ваше ім’я:'
-      application: Назва застосунка
-      issued_at: Виданий
-      revoke: Відкликати!
-      my_apps: Застосунки-клієнти
-      no_apps_html: Чи є у вас застосунки, які б ви хотіли зареєструватися для взаємодії
-        з нами з допомогою %{oauth}? Ви повинні зареєструвати ваш вебзастосунок перед
-        тим, як він зможе зробити OAuth-запит до цієї служби.
-      oauth: OAuth
-      registered_apps: 'У вас зареєстровані такі клієнтські застосунки:'
-      register_new: Зареєструвати новий застосунок
-    form:
-      requests: 'Отримувати наступні дозволи:'
-    not_found:
-      sorry: На жаль, цей тип — %{type}, не можливо знайти.
-    create:
-      flash: Інформацію успішно зареєстровано
-    update:
-      flash: Інформацію клієнта успішно оновлено
-    destroy:
-      flash: Знищено реєстрацію клієнтського застосунку
   oauth2_applications:
     index:
       title: Застосунки-клієнти
@@ -2886,7 +2829,7 @@ uk:
         швидше.
       support: підтримкою
       about:
-        header: Вільні й доступні для редагування.
+        header: Вільні й доступні для редагування дані.
         paragraph_1: На відміну від інших мап, OpenStreetMap повністю створено людьми,
           такими ж як ви, і кожен може вільно виправляти, оновлювати, завантажувати
           та використовувати дані OpenStreetMap.
@@ -2899,21 +2842,22 @@ uk:
       display name description: Ваше ім’я учасника, доступне всім. Ви можете змінити
         його потім у ваших налаштуваннях.
       by_signing_up:
-        html: Реєструючись, ви приймаєте наші %{tou_link}, %{privacy_policy_link}
-          Ñ\96 %{contributor_terms_link}.
+        html: Реєструючись, ви приймаєте наші %{tou_link}, %{contributor_terms_link}
+          Ñ\82а Ð¿Ð¾Ð³Ð¾Ð´Ð¶Ñ\83Ñ\94Ñ\82еÑ\81Ñ\8c Ð· %{privacy_policy_link}.
         privacy_policy: Політикою конфіденційності
         privacy_policy_title: Політика конфіденційності OSMF, включаючи розділ про
           адреси електронної пошти
         contributor_terms: умови співпраці
-      tou: умови використання
-      external auth: 'Автентифікація через:'
       continue: Зареєструватись
       terms accepted: Дякуємо за прийняття нових умов співпраці!
       email_help:
+        privacy_policy: Політикою конфіденційності
+        privacy_policy_title: Політика конфіденційності OSMF, має розділ про адреси
+          електронної пошти
         html: Ваша адреса ніколи не показуватиметься публічно. Ознайомтесь з нашою
           %{privacy_policy_link} для отримання докладної інформації.
-      consider_pd_html: Я вважаю, що мій внесок належать до %{consider_pd_link}.
-      consider_pd: Ñ\81Ñ\83Ñ\81пÑ\96лÑ\8cного Ð½Ð°Ð´Ð±Ð°Ð½Ð½Ñ\8f
+      consider_pd_html: Я вважаю свій внесок %{consider_pd_link}.
+      consider_pd: Ñ\81Ñ\83Ñ\81пÑ\96лÑ\8cним Ð½Ð°Ð´Ð±Ð°Ð½Ð½Ñ\8fм
       or: або
       use external auth: або використовуйте, облікові записи з інших ресурсів для
         входу
@@ -2938,7 +2882,7 @@ uk:
       informal_translations: неофіційні переклади
       continue: Продовжити
       declined: https://wiki.openstreetmap.org/wiki/Uk:Contributor_Terms_Declined
-      decline: Відхилити
+      cancel: Скасувати
       you need to accept or decline: Будь ласка, прочитайте, а потім або прийміть
         або відхиліть нові Умови Участі.
       legale_select: 'Країна проживання:'
@@ -2981,6 +2925,8 @@ uk:
       remove as friend: Вилучити зі списку друзів
       add as friend: Додати до списку друзів
       mapper since: 'Обліковий запис створено:'
+      last map edit: 'Останнє редагування мапи:'
+      no activity yet: Ще немає активності
       uid: 'id учасника:'
       ct status: 'Умови співпраці:'
       ct undecided: Не визначились
@@ -3025,8 +2971,6 @@ uk:
       summary_no_ip_html: '%{name} зареєстровано %{date}'
       empty: Не знайдено учасників відповідно до критеріїв пошуку
     page:
-      older: Раніше зареєстровані користувачі
-      newer: Нещодавно зареєстровані користувачі
       found_users:
         one: знайдено %{count} користувача
         few: знайдено %{count} користувачів
@@ -3064,19 +3008,9 @@ uk:
       not_revoke_admin_current_user: Неможливо відкликати права адміністратора у поточного
         учасника.
     grant:
-      title: Підтвердження надання ролі
-      heading: Підтвердження надання ролі
       are_you_sure: Ви впевнені, що бажаєте надати роль «%{role}» учаснику «%{name}»?
-      confirm: Підтвердити
-      fail: Не можливо надати роль «%{role}» учаснику «%{name}». Будь ласка, перевірте,
-        що учасник та роль є дійсними.
     revoke:
-      title: Підтвердження відкликання ролі
-      heading: Підтвердження відкликання ролі
       are_you_sure: Ви впевнені, що хочете відкликати роль «%{role})» в учасника «%{name}»?
-      confirm: Підтвердити
-      fail: Не вдалося відкликати роль «%{role}» в учасника «%{name}». Будь ласка,
-        перевірте, що учасник та роль є дійсними.
   user_blocks:
     model:
       non_moderator_update: Потрібно бути модератором, щоб створити або змінити блокування.
@@ -3094,6 +3028,7 @@ uk:
       heading_html: Редагування блокування для %{name}
       period: Як довго, починаючи з поточного моменту, учаснику буде заблокований
         доступ до API.
+      revoke: Відкликати блокування
     filter:
       block_period: Період блокування повинен бути одним зі значень зі списку, що
         розкривається.
@@ -3102,19 +3037,17 @@ uk:
     update:
       only_creator_can_edit: Тільки модератор, який створив це блокування, може змінювати
         його.
+      only_creator_can_edit_without_revoking: Тільки модератор, який створив блокування,
+        може редагувати його без відкликання.
+      only_creator_or_revoker_can_edit: Тільки модератори, які створили або відкликали
+        блокування, можуть його редагувати.
+      inactive_block_cannot_be_reactivated: Це блокування неактивне і не може бути
+        повторно активоване.
       success: Блокування оновлено.
     index:
       title: Блокування учасника
       heading: Перелік запроваджених блокувань
       empty: Ще не накладено жодного блокування.
-    revoke:
-      title: Зняти блокування з %{block_on}
-      heading_html: Зняття блокування з %{block_on}, яке наклав %{block_by}
-      time_future_html: Це блокування закінчиться в %{time}.
-      past_html: Це блокування закінчилося %{time} тому і вже не може бути скасовано.
-      confirm: Ви впевнені, що бажаєте зняти це блокування?
-      revoke: Зняти блокування!
-      flash: Це блокування було знято.
     revoke_all:
       title: Зняти блокування з %{block_on}
       heading_html: Зняти блокування з %{block_on}
@@ -3173,26 +3106,19 @@ uk:
       created: 'Створено:'
       duration: 'Тривалість:'
       status: 'Стан:'
-      show: Показувати
       edit: Редагувати
-      revoke: Розблокувати!
-      confirm: Ви впевнені?
       reason: 'Причина блокування:'
       revoker: 'Розблокував:'
-      needs_view: Учаснику потрібно увійти перед тим, як блокування буде знято.
     block:
       not_revoked: (не розблокований)
       show: Показати
       edit: Редагувати
-      revoke: Розблокувати!
-    blocks:
+    page:
       display_name: Заблокований учасник
       creator_name: Автор
       reason: Причина блокування
       status: Стан
       revoker_name: Розблокував
-      older: Старіші блокування
-      newer: Новіші блокування
     navigation:
       all_blocks: Всі блокування
       blocks_on_me: Мої блокування
@@ -3200,6 +3126,7 @@ uk:
       blocks_by_me: Заблокований(а) мною
       blocks_by_user: Блокування, що їх наклав %{user}
       block: Блокування №%{id}
+      new_block: Нове блокування
   user_mutes:
     index:
       title: Стишені учасники
@@ -3282,6 +3209,10 @@ uk:
         Будь ласка, не додавайте персональні дані або інформацію, яка міститься на
         захищених авторським правом мапах чи каталогах.
       add: Додати нотатку
+    notes_paging_nav:
+      showing_page: Сторінка %{page}
+      next: Далі
+      previous: Назад
   javascripts:
     close: Закрити
     share:
@@ -3296,15 +3227,15 @@ uk:
       custom_dimensions: Встановити власні розміри
       format: 'Формат:'
       scale: 'Масштаб:'
-      image_dimensions: На зображені буде Стандартний шар (%{width} * %{height})
+      image_dimensions: На зображені буде шар %{layer} (%{width} * %{height})
       download: Завантажити
       short_url: Скорочене URL-посилання
       include_marker: Додати маркер
       center_marker: Центрувати мапу на маркері
       paste_html: HTML-код для вбудування у сайт
       view_larger_map: Переглянути більшу мапу
-      only_standard_layer: Тільки стандартний шар може бути експортований у вигляді
-        зображення
+      only_standard_layer: Тільки Стандартний шар, Веломапа та Мапа транспорту можуть
+        Ð±Ñ\83Ñ\82и ÐµÐºÑ\81поÑ\80Ñ\82ований Ñ\83 Ð²Ð¸Ð³Ð»Ñ\8fдÑ\96 Ð·Ð¾Ð±Ñ\80аженнÑ\8f
     embed:
       report_problem: Повідомити про проблему
     key:
@@ -3480,6 +3411,7 @@ uk:
       empty: Редакції для показу відсутні.
       heading: Перелік редакцій
       title: Перелік редакцій
+      new: Нова редакція
     new:
       heading: Введіть інформацію для нової редакції
       title: Створення нової редакції
index dfac18e8389cfba98c0f16424f8c350c70768015..1aabe21952a075e3b64b279eaf94fdb7170df8f2 100644 (file)
@@ -3,6 +3,7 @@
 # Export driver: phpyaml
 # Author: A Retired User
 # Author: Anewplayer
+# Author: Băng Tỏa
 # Author: Dinhxuanduyet
 # Author: Doraemonluonbentoi
 # Author: Flyplanevn27
@@ -23,6 +24,7 @@
 # Author: Trần Nguyễn Minh Huy
 # Author: Trọng Đặng
 # Author: Vinhtantran
+# Author: XDO
 # Author: 予弦
 # Author: 神樂坂秀吉
 ---
@@ -62,8 +64,6 @@ vi:
   activerecord:
     errors:
       messages:
-        invalid_email_address: hình như không phải là địa chỉ thư điện tử hợp lệ
-        email_address_not_routable: không thể gửi đến
         display_name_is_user_n: không thể là user_n trừ khi n là số người dùng của
           bạn
       models:
@@ -143,7 +143,7 @@ vi:
         longitude: Kinh độ
         public: Công khai
         description: Miêu tả
-        gpx_file: Tải lên Tập tin GPX
+        gpx_file: Chọn Tập tin Tuyến đường GPS
         visibility: 'Mức độ truy cập:'
         tagstring: 'Thẻ:'
       message:
@@ -386,7 +386,8 @@ vi:
         note: ghi chú
     timeout:
       title: Lỗi Hết Thời gian Chờ
-      sorry: Rất tiếc, đã chờ lấy dữ liệu của %{type} có ID %{id} quá lâu.
+      sorry: Rất tiếc, việc lấy dữ liệu loại %{type} có ID %{id} vượt quá thời gian
+        cho phép.
       type:
         node: nốt
         way: lối
@@ -402,9 +403,8 @@ vi:
         way: lối
         relation: quan hệ
     start_rjs:
-      feature_warning: Đang tải %{num_features} đối tượng, điều này sẽ chậm lại trình
-        duyệt của bạn hoặc làm nó không phản hồi. Bạn có chắc chắn muốn hiển thị toàn
-        bộ dữ liệu này?
+      feature_warning: Việc tải %{num_features} đối tượng có thể làm trình duyệt của
+        bạn bị chậm hoặc đơ. Bạn có chắc chắn muốn hiển thị dữ liệu này không?
       load_data: Tải Dữ liệu
       loading: Đang tải…
     tag_details:
@@ -423,30 +423,37 @@ vi:
       introduction: Nhấn chuột vào bản đồ để tìm những yếu tố lân cận.
       nearby: Yếu tố lân cận
       enclosing: Yếu tố bao gồm
+  nodes:
+    timeout:
+      sorry: Rất tiếc, việc lấy dữ liệu cho node có ID %{id} vượt quá thời gian cho
+        phép.
   old_nodes:
     not_found:
       sorry: 'Rất tiếc, không tìm thấy nốt #%{id} phiên bản %{version}.'
+    timeout:
+      sorry: Rất tiếc, việc lấy lịch sử cho node có ID %{id} vượt quá thời gian cho
+        phép.
   old_ways:
     not_found:
       sorry: 'Rất tiếc, không tìm thấy lối #%{id} phiên bản %{version}.'
   old_relations:
     not_found:
       sorry: 'Rất tiếc, không tìm thấy #%{id} phiên bản %{version}.'
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'Nhận xét mới về bộ thay đổi #%{changeset_id} của %{author}'
+        commented_at_by_html: Được %{user} cập nhật %{when}
+      show:
+        title_all: Thảo luận về bộ thay đổi tại OpenStreetMap
+        title_particular: 'Thảo luận về bộ thay đổi #%{changeset_id} tại OpenStreetMap'
+      timeout:
+        sorry: Rất tiếc, việc lấy danh sách lời tóm lược bộ thay đổi tốn quá nhiều
+          thì giờ.
   changesets:
-    changeset_paging_nav:
-      showing_page: Trang %{page}
-      next: Sau »
-      previous: « Trước
     changeset:
-      anonymous: Vô danh
       no_edits: (không có thay đổi)
       view_changeset_details: Xem chi tiết của bộ thay đổi
-    changesets:
-      id: ID
-      saved_at: Lưu vào lúc
-      user: Người dùng
-      comment: Tóm lược
-      area: Vùng
     index:
       title: Bộ thay đổi
       title_user: Những bộ thay đổi bởi %{user}
@@ -476,7 +483,6 @@ vi:
       title: Bộ thay đổi %{id}
       created_by_html: Được %{link_user} tạo %{created}.
     no_such_entry:
-      title: Không tìm thấy bộ thay đổi
       heading: 'Không tìm thấy mục có số: %{id}'
       body: Rất tiếc, không có bộ thay đổi với số %{id}. Xin hãy kiểm tra chính tả,
         hoặc có lẽ bạn đã theo một liên kết sai.
@@ -510,18 +516,6 @@ vi:
       relations_paginated: Các quan hệ (%{x}–%{y} trên %{count})
     timeout:
       sorry: Rất tiếc, việc lấy danh sách bộ thay đổi tốn quá nhiều thì giờ.
-  changeset_comments:
-    comment:
-      comment: 'Nhận xét mới về bộ thay đổi #%{changeset_id} của %{author}'
-      commented_at_by_html: Được %{user} cập nhật %{when}
-    comments:
-      comment: 'Nhận xét mới về bộ thay đổi #%{changeset_id} của %{author}'
-    index:
-      title_all: Thảo luận về bộ thay đổi tại OpenStreetMap
-      title_particular: 'Thảo luận về bộ thay đổi #%{changeset_id} tại OpenStreetMap'
-    timeout:
-      sorry: Rất tiếc, việc lấy danh sách lời tóm lược bộ thay đổi tốn quá nhiều thì
-        giờ.
   dashboards:
     contact:
       km away: cách %{count} km
@@ -562,8 +556,6 @@ vi:
       no_entries: Chưa có mục nhật ký
     page:
       recent_entries: Mục nhật ký gần đây
-      older_entries: Mục cũ hơn
-      newer_entries: Mục mới hơn
     edit:
       title: Sửa đổi mục nhật ký
       marker_text: Vị trí của mục nhật ký
@@ -602,8 +594,6 @@ vi:
       report: Báo cáo bình luận này
     location:
       location: 'Vị trí:'
-      view: Xem
-      edit: Sửa
     feed:
       user:
         title: Các mục nhật ký của %{user}
@@ -630,8 +620,6 @@ vi:
       post: Mục nhật ký
       when: Lúc đăng
       comment: Nhận xét
-      newer_comments: Các Nhận xét Mới hơn
-      older_comments: Các Nhận xét Cũ hơn
   doorkeeper:
     errors:
       messages:
@@ -703,7 +691,6 @@ vi:
   geocoder:
     search:
       title:
-        results_from_html: Kết quả từ %{results_link}
         latlon: Nội bộ
     search_osm_nominatim:
       prefix:
@@ -1391,10 +1378,6 @@ vi:
         level9: Biên giới Làng
         level10: Biên giới Khu phố
         level11: Biên giới Hàng xóm
-      types:
-        cities: Thành phố
-        towns: Thị xã
-        places: Địa điểm
     results:
       no_results: Không tìm thấy kết quả
       more_results: Thêm kết quả
@@ -1408,20 +1391,20 @@ vi:
       not_updated: Không được Cập nhật
       search: Tìm kiếm
       search_guidance: 'Tìm kiếm Vấn đề:'
+      states:
+        ignored: Bỏ qua
+        open: Mở
+        resolved: Giải quyết
+    page:
       user_not_found: Người dùng không tồn tại
       issues_not_found: Không tìm thấy vấn đề
       status: Trạng thái
       reports: Báo cáo
       last_updated: Lần Cập nhật Cuối
       last_updated_time_ago_user_html: '%{time_ago} bởi %{user}'
-      link_to_reports: Xem Báo cáo
       reports_count:
         other: '%{count} Báo cáo'
       reported_item: Mục Báo cáo
-      states:
-        ignored: Bỏ qua
-        open: Mở
-        resolved: Giải quyết
     show:
       title: 'Vấn đề %{status} #%{issue_id}'
       reports:
@@ -1506,18 +1489,12 @@ vi:
     history: Lịch sử
     export: Xuất
     issues: Vấn đề
-    data: Dữ liệu
-    export_data: Xuất Dữ liệu
     gps_traces: Tuyến GPS
-    gps_traces_tooltip: Quản lý tuyến đường GPS
     user_diaries: Nhật ký
-    user_diaries_tooltip: Đọc các nhật ký cá nhân
     edit_with: Sửa đổi dùng %{editor}
-    tag_line: Bản đồ Thế giới trên Wiki Mở
     intro_header: Chào mừng đến với OpenStreetMap!
     intro_text: OpenStreetMap là bản đồ thế giới do những người như bạn xây dựng và
       cho phép sử dụng thoải mái theo một giấy phép nguồn mở.
-    intro_2_create_account: Mở tài khoản mới
     hosting_partners_2024_html: Dịch vụ lưu trữ nhờ sự hỗ trợ của %{fastly}, %{corpmembers},
       và %{partners} khác.
     partners_fastly: Fastly
@@ -1528,17 +1505,10 @@ vi:
       hiện những công việc bảo quản cơ sở dữ liệu cần thiết.
     osm_read_only: Cơ sở dữ liệu OpenStreetMap đang bị khóa không được sửa đổi trong
       lúc đang thực hiện những công việc bảo quản cơ sở dữ liệu cần thiết.
-    donate: Hỗ trợ OpenStreetMap bằng cách %{link} cho Quỹ Nâng cấp Phần cứng.
     help: Trợ giúp
     about: Giới thiệu
     copyright: Bản quyền
     communities: Cộng đồng
-    community: Cộng đồng
-    community_blogs: Các Blog của Cộng đồng
-    community_blogs_title: Các blog của thành viên cộng đồng OpenStreetMap
-    make_a_donation:
-      title: Quyên góp tiền để hỗ trợ OpenStreetMap
-      text: Quyên góp
     learn_more: Tìm hiểu Thêm
     more: Thêm
   user_mailer:
@@ -1659,7 +1629,6 @@ vi:
     changeset_comment_notification:
       description: 'Bộ thay đổi OpenStreetMap #%{id}'
       hi: Chào %{to_user},
-      greeting: Chào bạn,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} đã bình luận về một bộ thay đổi
           của bạn'
@@ -1727,7 +1696,6 @@ vi:
     message_summary:
       unread_button: Đánh dấu là chưa đọc
       read_button: Đánh dấu là đã đọc
-      reply_button: Trả lời
       destroy_button: Xóa
       unmute_button: Chuyển vào Hộp thư đến
     new:
@@ -1744,7 +1712,6 @@ vi:
       body: Rất tiếc, không có thư nào với ID đó.
     outbox:
       title: Hộp thư đã gửi
-      actions: Tác vụ
       messages: Bạn có %{count} thư đã gửi
       no_sent_messages_html: Bạn chưa gửi thư cho người nào. Hãy thử liên lạc với
         %{people_mapping_nearby_link}?
@@ -1843,7 +1810,6 @@ vi:
       failure: Không thể cập nhật hồ sơ.
   sessions:
     new:
-      title: Đăng nhập
       tab_title: Đăng nhập
       login_to_authorize_html: Đăng nhập vào OpenStreetMap để truy cập %{client_app_name}.
       email or username: Địa chỉ Thư điện tử hoặc Tên người dùng
@@ -1851,7 +1817,6 @@ vi:
       remember: Nhớ tôi
       lost password link: Quên mất Mật khẩu?
       login_button: Đăng nhập
-      register now: Mở tài khoản ngay
       with external: hoặc đăng nhập qua dịch vụ bên thứ ba
       or: hoặc
       auth failure: Rất tiếc, không thể đăng nhập với những chi tiết đó.
@@ -1883,9 +1848,24 @@ vi:
     richtext_field:
       edit: Sửa đổi
       preview: Xem trước
+    pagination:
+      diary_comments:
+        older: Các Nhận xét Cũ hơn
+        newer: Các Nhận xét Mới hơn
+      diary_entries:
+        older: Mục cũ hơn
+        newer: Mục mới hơn
+      traces:
+        older: Tuyến đường Cũ hơn
+        newer: Tuyến đường Mới hơn
+      user_blocks:
+        older: Tác vụ Cấm Cũ hơn
+        newer: Tác vụ Cấm Mới hơn
+      users:
+        older: Người dùng Lâu hơn
+        newer: Người dùng Mới hơn
   site:
     about:
-      next: Tiếp
       heading_html: '%{copyright}những người đóng góp vào %{br} OpenStreetMap'
       used_by_html: '%{name} cung cấp dữ liệu bản đồ cho hàng ngàn trang Web, ứng
         dụng di động, và thiết bị phần cứng'
@@ -2072,8 +2052,6 @@ vi:
       user_page_link: trang cá nhân
       anon_edits_link_text: Tại sao vậy?
       id_not_configured: iD chưa được cấu hình
-      no_iframe_support: Tính năng này cần trình duyệt hỗ trợ khung nội bộ (iframe)
-        trong HTML.
     export:
       title: Xuất
       manually_select: Chọn vùng khác thủ công
@@ -2170,10 +2148,8 @@ vi:
       get_help_here: Nhận trợ giúp tại đây
     sidebar:
       search_results: Kết quả Tìm kiếm
-      close: Đóng
     search:
       search: Tìm kiếm
-      get_directions: Chỉ đường
       get_directions_title: Chỉ đường từ một địa điểm tới địa điểm khác
       from: Từ
       to: Đến
@@ -2257,7 +2233,6 @@ vi:
           destination: Chỉ giao thông địa phương
           construction: Đường đang xây
           bus_stop: Điểm dừng xe buýt
-          stop: Điểm dừng lại
           bicycle_shop: Tiệm xe đạp
           bicycle_rental: Cho thuê xe đạp
           bicycle_parking: Chỗ đậu xe đạp
@@ -2366,8 +2341,6 @@ vi:
       visibility_help_url: http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces?uselang=vi
     update:
       updated: Đã cập nhật tuyến đường
-    trace_optionals:
-      tags: Thẻ
     show:
       title: Xem tuyến đường %{name}
       heading: Xem tuyến đường %{name}
@@ -2419,13 +2392,8 @@ vi:
       my_traces: Tuyến đường của Tôi
       traces_from: Tuyến đường Công khai của %{user}
       remove_tag_filter: Loại bỏ Bộ lọc Thẻ
-    page:
-      older: Tuyến đường Cũ hơn
-      newer: Tuyến đường Mới hơn
     destroy:
       scheduled_for_deletion: Tuyến đường chờ được xóa
-    make_public:
-      made_public: Tuyến đường được phát hành công khai
     offline_warning:
       message: Hệ thống tải lên tập tin GPX tạm ngừng
     offline:
@@ -2438,14 +2406,10 @@ vi:
         other: Tập tin GPX của %{user} có %{count} địa điểm
       description_without_count: Tập tin GPX của %{user}
   application:
-    basic_auth_disabled: 'Xác thực Cơ bản HTTP đã bị tắt: %{link}'
-    oauth_10a_disabled: 'OAuth 1.0 và 1.0a đã bị tắt: %{link}'
     permission_denied: Bạn không có quyền thực hiện tác vụ này
     require_cookies:
       cookies_needed: Hình như đã tắt cookie. Xin hãy bật lên chức năng cookie trong
         trình duyệt để tiếp tục.
-    require_admin:
-      not_an_admin: Chỉ các quản lý viên có quyền thực hiện tác vụ đó.
     setup_user_auth:
       blocked_zero_hour: Bạn có tin nhắn mới rất quan trọng tại trang OpenStreetMap.
         Bạn phải đọc tin nhắn này trước khi được phép lưu thêm thay đổi.
@@ -2456,7 +2420,6 @@ vi:
         các điều khoản nhưng ít nhất phải đọc chúng.
     settings_menu:
       account_settings: Thiết lập Tài khoản
-      oauth1_settings: Thiết lập OAuth 1
       oauth2_applications: Ứng dụng OAuth 2
       oauth2_authorizations: Ủy quyền OAuth 2
       muted_users: Người dùng bị Tắt tiếng
@@ -2481,31 +2444,6 @@ vi:
         title: Đăng nhập qua Wikipedia
         alt: Biểu trưng Wikipedia
   oauth:
-    authorize:
-      title: Cho phép truy cập tài khoản của bạn
-      request_access_html: Chương trình %{app_name} xin phép truy cập tài khoản của
-        bạn, %{user}. Xin hãy chọn những khả năng mà bạn muốn cấp cho chương trình
-        này. Bạn có thể chọn nhiều hay ít khả năng tùy ý.
-      allow_to: 'Cho phép trình khách:'
-      allow_read_prefs: truy cập tùy chọn cá nhân.
-      allow_write_prefs: thay đổi tùy chọn cá nhân.
-      allow_write_diary: tạo mục trong nhật ký, bình luận, và kết bạn.
-      allow_write_api: sửa đổi bản đồ.
-      allow_read_gpx: truy cập các tuyến đường GPS bí mật của bạn.
-      allow_write_gpx: tải lên tuyến đường GPS.
-      allow_write_notes: thay đổi ghi chú.
-      grant_access: Cấp phép Truy cập
-    authorize_success:
-      title: Yêu cầu cho phép được chấp nhận
-      allowed_html: Bạn đã cho phép ứng dụng %{app_name} truy cập tài khoản của bạn.
-      verification: Mã xác minh là %{code}.
-    authorize_failure:
-      title: Yêu cầu cho phép bị thất bại
-      denied: Bạn đã từ chối ứng dụng %{app_name} không được phép truy cập tài khoản
-        của bạn.
-      invalid: Dấu hiệu cho phép không hợp lệ.
-    revoke:
-      flash: Bạn đã thu hồi dấu của %{application}
     permissions:
       missing: Bạn chưa cấp phép cho ứng dụng sử dụng chức năng này
     scopes:
@@ -2522,48 +2460,6 @@ vi:
       skip_authorization: Tự động chấp nhận đơn xin
     for_roles:
       moderator: Chỉ có điều hành viên có quyền thực hiện tác vụ này
-  oauth_clients:
-    new:
-      title: Đăng ký chương trình mới
-      disabled: Đã tắt chức năng đăng ký ứng dụng OAuth 1
-    edit:
-      title: Sửa đổi chương trình của bạn
-    show:
-      title: Chi tiết OAuth của %{app_name}
-      key: 'Từ khóa Tiêu dùng:'
-      secret: 'Mật khẩu Tiêu dùng:'
-      url: 'URL của Dấu Yêu cầu:'
-      access_url: 'URL của Dấu Truy cập:'
-      authorize_url: 'Cho phép URL:'
-      support_notice: Chúng tôi hỗ trợ các chữ ký HMAC-SHA1 (khuyên dùng) và RSA-SHA1.
-      edit: Sửa đổi Chi tiết
-      delete: Xóa Trình khách
-      confirm: Bạn có chắc không?
-      requests: 'Yêu cầu các khả năng của người dùng ở dưới:'
-    index:
-      title: Chi tiết OAuth của Tôi
-      my_tokens: Chương trình Tôi Cho phép
-      list_tokens: 'Các dấu ở dưới được gửi cho chương trình dùng tên của bạn:'
-      application: Tên Chương trình
-      issued_at: Lúc Cho phép
-      revoke: Thu hồi!
-      my_apps: Trình khách của Tôi
-      no_apps_html: Bạn có muốn đăng ký chương trình của bạn với chúng tôi dùng tiêu
-        chuẩn %{oauth}? Bạn cần phải đăng ký chương trình Web trước khi gửi yêu cầu
-        OAuth được.
-      oauth: OAuth
-      registered_apps: 'Các trình khá ở dưới đã được đăng ký:'
-      register_new: Đăng ký chương trình của bạn
-    form:
-      requests: 'Yêu cầu các khả năng của người dùng ở dưới:'
-    not_found:
-      sorry: Rất tiếc, không tìm thấy %{type} đó.
-    create:
-      flash: Đã đăng ký thông tin thành công
-    update:
-      flash: Đã cập nhật thông tin trình khách thành công
-    destroy:
-      flash: Đã xóa đăng ký trình khách
   oauth2_applications:
     index:
       title: Ứng dụng khách của tôi
@@ -2643,8 +2539,6 @@ vi:
         privacy_policy_title: Quy định về quyền riêng tư của OSMF, bao gồm phần về
           địa chỉ thư điện tử
         contributor_terms: các điều kiện đóng góp
-      tou: các điều khoản sử dụng
-      external auth: 'Xác minh qua Dịch vụ Bên thứ ba:'
       continue: Mở tài khoản
       terms accepted: Cám ơn bạn đã chấp nhận các điều khoản đóng góp mới!
       email_help:
@@ -2673,14 +2567,12 @@ vi:
       consider_pd: Bên ngoài các điều bên trên, tôi coi rằng các đóng góp của tôi
         thuộc về phạm vi công cộng
       consider_pd_why: đây là gì?
-      consider_pd_why_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain?uselang=vi
       guidance_info_html: 'Thông tin giúp hiểu các thuật ngữ này: a %{readable_summary_link}
         và một số %{informal_translations_link}'
       readable_summary: bản tóm tắt dễ đọc
       informal_translations: bản dịch không chính thức
       continue: Tiếp tục
       declined: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined?uselang=vi
-      decline: Từ chối
       you need to accept or decline: Để tiếp tục, xin vui lòng đọc các Điều khoản
         Đóng góp mới và chấp nhận hoặc từ chối chúng.
       legale_select: 'Vui lòng chọn quốc gia cư trú:'
@@ -2769,8 +2661,6 @@ vi:
       summary_no_ip_html: '%{name} mở ngày %{date}'
       empty: Không tìm thấy người dùng.
     page:
-      older: Người dùng Lâu hơn
-      newer: Người dùng Mới hơn
       found_users:
         other: Đã tìm thấy %{count} người dùng
       confirm: Xác nhận những Người dùng Được chọn
@@ -2805,19 +2695,9 @@ vi:
       not_revoke_admin_current_user: Không thể rút quyền quản lý viên từ người dùng
         hiện tại.
     grant:
-      title: Xác nhận cấp vai trò
-      heading: Xác nhận cấp vai trò
       are_you_sure: Bạn có chắc muốn cấp vai trò “%{role}” cho người dùng “%{name}”?
-      confirm: Xác nhận
-      fail: Không thể cấp vai trò “%{role}” cho người dùng “%{name}”. Vui lòng kiểm
-        tra rằng tên người dùng và vai trò đều hợp lệ.
     revoke:
-      title: Xác nhận rút vai trò
-      heading: Xác nhận rút vai trò
       are_you_sure: Bạn có chắc muốn rút vai trò “%{role}” của người dùng “%{name}”?
-      confirm: Xác nhận
-      fail: Không thể rút vai trò “%{role}” của người dùng “%{name}”. Vui lòng kiểm
-        tra rằng tên người dùng và vai trò đều hợp lệ.
   user_blocks:
     model:
       non_moderator_update: Chỉ có các điều hành viên được phép cấm hay cập nhật tác
@@ -2848,14 +2728,6 @@ vi:
       title: Người dùng bị cấm
       heading: Danh sách người dùng đang bị cấm
       empty: Chưa ai bị cấm.
-    revoke:
-      title: Bỏ cấm %{block_on}
-      heading_html: Bỏ tác vụ cấm %{block_on} bởi %{block_by}
-      time_future_html: Tác vụ cấm này sẽ hết hạn cách đây %{time}.
-      past_html: Tác vụ cấm này đã hết hạn %{time} nên không bỏ được.
-      confirm: Bạn có chắc muốn bỏ cấm người này?
-      revoke: Bỏ cấm!
-      flash: Đã bỏ cấm.
     revoke_all:
       title: Bỏ cấm tất cả vào %{block_on}
       heading_html: Bỏ cấm tất cả vào %{block_on}
@@ -2896,26 +2768,19 @@ vi:
       created: 'Tạo:'
       duration: 'Thời hạn:'
       status: 'Trạng thái:'
-      show: Hiện
       edit: Sửa đổi
-      revoke: Bỏ cấm!
-      confirm: Bạn có chắc không?
       reason: 'Lý do cấm:'
       revoker: 'Người bỏ cấm:'
-      needs_view: Người dùng cần phải đăng nhập trước khi bỏ cấm được.
     block:
       not_revoked: (không bị hủy)
       show: Hiện
       edit: Sửa đổi
-      revoke: Bỏ cấm!
-    blocks:
+    page:
       display_name: Người bị cấm
       creator_name: Người cấm
       reason: Lý do cấm
       status: Trạng thái
       revoker_name: Người bỏ cấm
-      older: Tác vụ Cấm Cũ hơn
-      newer: Tác vụ Cấm Mới hơn
     navigation:
       all_blocks: Tất cả các Tác vụ Cấm
       blocks_on_me: Tác vụ Cấm Tôi
@@ -3003,6 +2868,8 @@ vi:
         nhật bản đồ. Xin đừng ghi thông tin cá nhân hoặc thông tin lấy từ bản đồ hay
         danh bạ có bản quyền.
       add: Thêm Ghi chú
+    notes_paging_nav:
+      showing_page: Trang %{page}
   javascripts:
     close: Đóng
     share:
index 5fa334689a35a142d938c82b5cdf0a60891b2824..772cd9d0d086a724559e065ea7108229b40ff11d 100644 (file)
@@ -40,10 +40,6 @@ xmf:
         create: ბლოკირაფაშ გოჭყაფა
         update: ბლოკირაფაშ გოახალაფა
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: თინი ელექტრონული ფოსტაშ მიოწურაფუს ვამოგენს
-        email_address_not_routable: ვარე მარშრუტირაფილი
     models:
       acl: ხემეჭირნაფაშ კონტროლიშ ერკებული
       changeset: თირაფეფიშ პაკეტი
@@ -362,21 +358,18 @@ xmf:
       introduction: უახოლაში ობიექტეფიშ ოგორალო ქეგუნჭირით რუკა.
       nearby: უახოლაში ობიექტეფი
       enclosing: ორენი
+  changeset_comments:
+    feeds:
+      comment:
+        comment: 'ახალი კომენტარი თირუეფიშ პაკეტშო #%{changeset_id} %{author}-შე'
+        commented_at_by_html: გაახალებური რე %{when} %{user}-იშით
+      show:
+        title_all: OpenStreetMap-შ თირუეფიშ პაკეტიშ სხუნუა
+        title_particular: 'OpenStreetMap თირუეფიშ პაკეტიშ სხუნუა #%{changeset_id}'
   changesets:
-    changeset_paging_nav:
-      showing_page: ხასჷლა %{page}
-      next: გეჸვენჯი →
-      previous: ← კინოხიანი
     changeset:
-      anonymous: ანონიმი
       no_edits: (რედაქტირაფა ვა რე)
       view_changeset_details: თირუეფიშ პაკეტიშ კილიშკილი ინფორმაციაშ ძირაფა
-    changesets:
-      id: ID
-      saved_at: თებული რე
-      user: მახვარებუ
-      comment: კომენტარი
-      area: ტერიტორია
     index:
       title: თირუეფიშ პაკეტი
       title_user: მახვარებუ %{user}-შ თირუეფიშ პაკეტეფი
@@ -415,15 +408,6 @@ xmf:
     timeout:
       sorry: სანარღოთ, თირუეფიშ პაკეტეფიშ ერკებული, ნამუთ თქვა მითხითჷნ, ძალამ დიდი
         ბორჯი ოკო გიშაღალარო.
-  changeset_comments:
-    comment:
-      comment: 'ახალი კომენტარი თირუეფიშ პაკეტშო #%{changeset_id} %{author}-შე'
-      commented_at_by_html: გაახალებური რე %{when} %{user}-იშით
-    comments:
-      comment: 'ახალი კომენტარი თირუეფიშ პაკეტშო #%{changeset_id} %{author}-შე'
-    index:
-      title_all: OpenStreetMap-შ თირუეფიშ პაკეტიშ სხუნუა
-      title_particular: 'OpenStreetMap თირუეფიშ პაკეტიშ სხუნუა #%{changeset_id}'
   dashboards:
     contact:
       km away: თქვანდე %{count}კმ.
@@ -483,8 +467,6 @@ xmf:
       confirm: მეღება
     location:
       location: ორენიː
-      view: ძირაფა
-      edit: რედაქტირაფა
     feed:
       user:
         title: OpenStreetMap დღარიშ დინნაჭარეფი მახვარებუშო %{user}
@@ -499,8 +481,6 @@ xmf:
       post: პოსტი
       when: მუჟამს
       comment: კომენტარი
-      newer_comments: უახალაში კომენტარეფი
-      older_comments: ჯვეში კომენტარეფი
   errors:
     contact:
       contact: კონტაქტი
@@ -1054,18 +1034,18 @@ xmf:
         level8: ნოღაშ ხურგი
         level9: ოფუტეშ ხურგი
         level11: სამეძობოშ ხურგი
-      types:
-        cities: ნოღეფი
-        towns: დაბეფი
-        places: აბანეფი
     results:
       no_results: შედეგიქ ვეგორჷ
       more_results: უმოსი შედეგი
   layouts:
     intro_header: მოზოჯით OpenStreetMap-შა!
-    intro_2_create_account: მახვარებუეფიშ ანგარიშიშ გოჭყაფა
     tou: გჷმორინაფაშ წესეფი
     about: გეშა
+  shared:
+    pagination:
+      diary_comments:
+        older: ჯვეში კომენტარეფი
+        newer: უახალაში კომენტარეფი
   users:
     auth_failure:
       unknown_error: ავთენტიფიკაციაქ ვეგშართჷ
@@ -1086,4 +1066,6 @@ xmf:
       report: ქჷმოგინაფეთ თე მეღანკუაშ გეშა
     new:
       title: ახალი ხვილაფა
+    notes_paging_nav:
+      showing_page: ხასჷლა %{page}
 ...
index b3f7cb663e97dfbaccd8ccb13a17ee31edc77acf..1780623a841b1beefc34b8cc46c5e87f44c7b9d9 100644 (file)
@@ -74,8 +74,6 @@ yi:
     view_details: ווייזן פרטים
     location: 'לאקאציע:'
   changesets:
-    changeset_paging_nav:
-      showing_page: בלאַט %{page}
     index:
       feed:
         created: געשאַפֿן
@@ -105,8 +103,6 @@ yi:
     home: גיין צו היים לאקאציע
     history: היסטאָריע
     export: עקספארט
-    data: דאטן
-    export_data: עקספארטירן דאטן
     help: הילף
     about: וועגן
     more: נאָך
@@ -152,14 +148,11 @@ yi:
       continue: אײַנשרייבן
     terms:
       legale_select: 'וואוין־לאנד:'
-  user_role:
-    grant:
-      confirm: באַשטעטיקן
-    revoke:
-      confirm: באַשטעטיקן
   notes:
     show:
       hide: באַהאַלטן
+    notes_paging_nav:
+      showing_page: בלאַט %{page}
   javascripts:
     share:
       cancel: אַנולירן
index 3c4f5cc139c5fa8f271064bfad4f9f8ed24acb8d..8c0d70fc4c49fb65576097f07844552a164bdcac 100644 (file)
@@ -40,8 +40,6 @@ yo:
     home: ibùdó
     logout: jade
     log_in: Ìjáwọlé
-    make_a_donation:
-      text: Da wo si openstreetmap.org
   messages:
     show:
       title: Ka message
@@ -53,7 +51,6 @@ yo:
       title: ìtúntò ọ̀rọ̀ìpamọ́
   sessions:
     new:
-      title: Wole
       tab_title: Wole
       lost password link: Se eh ti san password nu?
       auth failure: Pele, e le wole pelu details yi.
index 881193eb718236e3adf9dae78f4cff1f82362a41..2a6a9a02650660a241229f1c5d9ab6e2f829543f 100644 (file)
@@ -5,7 +5,6 @@
 # Author: 500000000006城
 # Author: A Chinese Wikipedian
 # Author: A Retired User
-# Author: Amire80
 # Author: Anakmalaysia
 # Author: Angrydog001
 # Author: Anterdc99
@@ -59,6 +58,7 @@
 # Author: SkyEye FAST
 # Author: StarrySky
 # Author: StephDC
+# Author: TFX202X
 # Author: TianyinLee
 # Author: Tntchn
 # Author: TsuyaMarisa
@@ -124,8 +124,6 @@ zh-CN:
   activerecord:
     errors:
       messages:
-        invalid_email_address: 似乎不是有效的电子邮件地址
-        email_address_not_routable: 不可路由
         display_name_is_user_n: 不能为“user_n”,除非“n”是您的用户ID
       models:
         user_mute:
@@ -204,7 +202,7 @@ zh-CN:
         longitude: 经度
         public: 公开
         description: 描述
-        gpx_file: 上传 GPX 文件
+        gpx_file: 选择GPS轨迹文件
         visibility: 可见性
         tagstring: 标签
       message:
@@ -472,30 +470,44 @@ zh-CN:
       introduction: 点击地图以查找附近要素。
       nearby: 附近要素
       enclosing: 封闭要素
+  nodes:
+    timeout:
+      sorry: 抱歉,检索id为%{id}的节点数据花费时间过长。
   old_nodes:
     not_found:
       sorry: '抱歉,无法找到节点 #%{id} 的版本 %{version}。'
+    timeout:
+      sorry: 抱歉,检索id为%{id}的节点历史花费时间过长。
+  ways:
+    timeout:
+      sorry: 抱歉,检索id为%{id}的路径数据花费时间过长。
   old_ways:
     not_found:
       sorry: '抱歉,无法找到路径 #%{id} 的版本 %{version}。'
+    timeout:
+      sorry: 抱歉,检索id为%{id}的路径历史花费时间过长。
+  relations:
+    timeout:
+      sorry: 抱歉,检索id为%{id}的关系数据花费时间过长。
   old_relations:
     not_found:
       sorry: '抱歉,无法找到关系 #%{id} 的版本 %{version}。'
+    timeout:
+      sorry: 抱歉,检索id为%{id}的关系历史花费时间过长。
+  changeset_comments:
+    feeds:
+      comment:
+        comment: '%{author}对变更集%{changeset_id}的新评论'
+        commented_at_by_html: 由%{user}更新于%{when}
+      show:
+        title_all: OpenStreetMap 变更集讨论
+        title_particular: 'OpenStreetMap 变更集 #%{changeset_id} 讨论'
+      timeout:
+        sorry: 抱歉,您请求的变更集评论列表检索时间过长。
   changesets:
-    changeset_paging_nav:
-      showing_page: 第 %{page} 页
-      next: 下一页 »
-      previous: « 上一页
     changeset:
-      anonymous: 匿名用户
       no_edits: (无编辑)
       view_changeset_details: 查看变更集详情
-    changesets:
-      id: ID
-      saved_at: 保存于
-      user: 用户
-      comment: 评论
-      area: 区域
     index:
       title: 变更集
       title_user: '%{user}的变更集'
@@ -525,7 +537,6 @@ zh-CN:
       title: 变更集 %{id}
       created_by_html: 由 %{link_user} 在 %{created} 创建。
     no_such_entry:
-      title: 无此变更集
       heading: 找不到ID为%{id}的文章
       body: 对不起,没有ID为 %{id} 的变更集。请检查您的拼写,或者可能是点击了错误的链接。
     show:
@@ -557,17 +568,6 @@ zh-CN:
       relations_paginated: 关系 (%{x}-%{y},共 %{count})
     timeout:
       sorry: 抱歉,您所请求的变更集列表检索时间过长。
-  changeset_comments:
-    comment:
-      comment: '%{author}对变更集%{changeset_id}的新评论'
-      commented_at_by_html: 由%{user}更新于%{when}
-    comments:
-      comment: '%{author}对变更集%{changeset_id}的新评论'
-    index:
-      title_all: OpenStreetMap 变更集讨论
-      title_particular: 'OpenStreetMap 变更集 #%{changeset_id} 讨论'
-    timeout:
-      sorry: 抱歉,您请求的变更集评论列表检索时间过长。
   dashboards:
     contact:
       km away: '%{count}千米外'
@@ -607,8 +607,6 @@ zh-CN:
       no_entries: 无日记文章
     page:
       recent_entries: 最近的日记文章
-      older_entries: 较早的文章
-      newer_entries: 较新的文章
     edit:
       title: 编辑日记文章
       marker_text: 日记文章位置
@@ -647,8 +645,6 @@ zh-CN:
       report: 举报此评论
     location:
       location: 位置:
-      view: 查看
-      edit: 编辑
     feed:
       user:
         title: '%{user} 的 OpenStreetMap 日记文章'
@@ -675,8 +671,6 @@ zh-CN:
       post: 发布
       when: 时间
       comment: 评论
-      newer_comments: 较新评论
-      older_comments: 较旧评论
     new:
       heading: 在以下日记条目的讨论中留言吗?
   doorkeeper:
@@ -744,7 +738,6 @@ zh-CN:
   geocoder:
     search:
       title:
-        results_from_html: 来自%{results_link}的结果
         latlon: 内部
     search_osm_nominatim:
       prefix:
@@ -909,6 +902,7 @@ zh-CN:
           college: 学院建筑
           commercial: 商业建筑物
           construction: 在建建筑
+          cowshed: 牛棚
           detached: 独立式住宅
           dormitory: 宿舍
           duplex: 双拼住宅
@@ -938,6 +932,7 @@ zh-CN:
           shed: 棚
           stable: 马厩
           static_caravan: 大篷车
+          sty: 猪圈
           temple: 庙宇建筑
           terrace: 排屋
           train_station: 火车站建筑
@@ -1516,10 +1511,6 @@ zh-CN:
         level9: 村界
         level10: 村界
         level11: 邻里界
-      types:
-        cities: 城市
-        towns: 城镇
-        places: 地点
     results:
       no_results: 没有找到结果
       more_results: 更多结果
@@ -1533,13 +1524,18 @@ zh-CN:
       not_updated: 未更新
       search: 搜索
       search_guidance: 搜索问题:
+      states:
+        ignored: 已忽略
+        open: 开放
+        resolved: 已解决
+    page:
       user_not_found: 用户不存在
       issues_not_found: 找不到此问题
+      reported_user: 被举报用户
       status: 状态
       reports: 举报
       last_updated: 最后更新
       last_updated_time_ago_user_html: 由 %{user} 于 %{time_ago}
-      link_to_reports: 查看举报
       reports_count:
         one: '%{count}个举报'
         other: '%{count}个举报'
@@ -1631,17 +1627,11 @@ zh-CN:
     history: 历史
     export: 导出
     issues: 问题
-    data: 数据
-    export_data: 导出数据
     gps_traces: GPS 轨迹
-    gps_traces_tooltip: 管理GPS轨迹
     user_diaries: 用户日记
-    user_diaries_tooltip: 查看用户日记
     edit_with: 使用 %{editor} 编辑
-    tag_line: 自由的 Wiki 世界地图
     intro_header: 欢迎访问 OpenStreetMap!
     intro_text: OpenStreetMap 是一个世界地图,由像您一样的人们所构筑,可依据开放许可协议自由使用。
-    intro_2_create_account: 创建用户账户
     hosting_partners_2024_html: 由%{fastly}、%{corpmembers},以及其他%{partners}支持托管。
     partners_fastly: Fastly
     partners_corpmembers: OSMF 企业会员
@@ -1650,17 +1640,10 @@ zh-CN:
     osm_offline: 由于正在进行基本的数据库维护工作,OpenStreetMap 数据库目前处于脱机状态。
     osm_read_only: 由于正在进行基本的数据库维护工作,OpenStreetMap 数据库目前处于只读模式。
     nothing_to_preview: 无可预览内容。
-    donate: 通过给硬件升级基金%{link}支持 OpenStreetMap。
     help: 帮助
     about: 关于
     copyright: 著作权
     communities: 社区
-    community: 社区
-    community_blogs: 社区博客
-    community_blogs_title: OpenStreetMap 社区成员的博客
-    make_a_donation:
-      title: 通过捐款支持 OpenStreetMap
-      text: 捐款
     learn_more: 了解更多
     more: 更多
   user_mailer:
@@ -1690,14 +1673,13 @@ zh-CN:
       befriend_them: 您也可以在 %{befriendurl} 添加他们为朋友。
       befriend_them_html: 您也可以在%{befriendurl}把他们添加为朋友。
     gpx_description:
-      description_with_tags: 看起来您的GPX文件%{trace_name}(描述为%{trace_description},带如下标签:%{tags})
-      description_with_tags_html: 您的GPX文件 %{trace_name} ,其描述为 %{trace_description}
-        并有以下标签: %{tags}
-      description_with_no_tags: 看起来您的GPX文件%{trace_name}(描述为%{trace_description},不带标签)
-      description_with_no_tags_html: 似乎您的GPX文件%{trace_name},描述为%{trace_description},没有标签
+      description_with_tags: 看起来是您的文件%{trace_name}(描述为%{trace_description},带如下标签:%{tags})
+      description_with_tags_html: 看起来是您的文件%{trace_name},其描述为%{trace_description}并有以下标签:%{tags}
+      description_with_no_tags: 看起来是您的文件%{trace_name}(描述为%{trace_description},不带标签)
+      description_with_no_tags_html: 看起来是您的文件%{trace_name},其描述为%{trace_description},没有标签
     gpx_failure:
       hi: 您好,%{to_user}:
-      failed_to_import: 导入失败。下面是错误信息:
+      failed_to_import: 无法导入为GPS轨迹文件。请验证您的文件是否为有效的GPX文件或包含GPX文件的受支持格式(.tar.gz、.tar.bz2、.tar、.zip、.gpx.gz、.gpx.bz2)的存档。您的文件是否存在格式或语法问题?以下是导入错误信息:
       more_info: 更多有关GPX导入失败的信息及如何避免这些问题,可以在%{url}找到。
       more_info_html: 更多关于 GPX 导入失败的信息,以及如何避免失败可在%{url}找到。
       subject: '[OpenStreetMap] GPX 导入失败'
@@ -1754,7 +1736,6 @@ zh-CN:
     changeset_comment_notification:
       description: 'OpenStreetMap 变更集 #%{id}'
       hi: 您好,%{to_user}:
-      greeting: 您好,
       commented:
         subject_own: '[OpenStreetMap] %{commenter}评论了您的一个变更集'
         subject_other: '[OpenStreetMap] %{commenter} 评论了您感兴趣的一个变更集'
@@ -1810,7 +1791,6 @@ zh-CN:
     message_summary:
       unread_button: 标记为未读
       read_button: 标记为已读
-      reply_button: 回复
       destroy_button: 删除
       unmute_button: 移至收件箱
     new:
@@ -1826,7 +1806,6 @@ zh-CN:
       body: 对不起,没有具有该 id 的消息。
     outbox:
       title: 发件箱
-      actions: 操作
       messages:
         one: 您有 %{count} 条已发送信息
         other: 您有 %{count} 条已发送信息
@@ -1918,7 +1897,6 @@ zh-CN:
       failure: 无法更新个人资料。
   sessions:
     new:
-      title: 登录
       tab_title: 登录
       login_to_authorize_html: 登录 OpenStreetMap 以访问 %{client_app_name}。
       email or username: 电子邮件地址或用户名
@@ -1926,7 +1904,6 @@ zh-CN:
       remember: 记住我
       lost password link: 忘记密码?
       login_button: 登录
-      register now: 立即注册
       with external: 或使用第三方服务登录
       or: 或
       auth failure: 对不起,凭这些信息您无法登录。
@@ -1957,9 +1934,28 @@ zh-CN:
     richtext_field:
       edit: 编辑
       preview: 预览
+      help: 帮助
+    pagination:
+      diary_comments:
+        older: 较旧评论
+        newer: 较新评论
+      diary_entries:
+        older: 较早的文章
+        newer: 较新的文章
+      issues:
+        older: 旧问题
+        newer: 新问题
+      traces:
+        older: 较旧轨迹
+        newer: 较新轨迹
+      user_blocks:
+        older: 旧的封禁
+        newer: 新的封禁
+      users:
+        older: 老用户
+        newer: 新用户
   site:
     about:
-      next: 下一页
       heading_html: '%{copyright}OpenStreetMap %{br} 贡献者'
       used_by_html: '%{name} 为数以千计的网站、移动应用以及硬件设备提供地图数据'
       lede_text: OpenStreetMap 是一个由地图制作爱好者组成的社区。这些爱好者提供并维护世界各地关于道路、小道、咖啡馆、铁路车站等各种各样的数据。
@@ -2129,7 +2125,6 @@ zh-CN:
       user_page_link: 用户页面
       anon_edits_link_text: 了解为什么这很重要。
       id_not_configured: iD 尚未配置
-      no_iframe_support: 您的浏览器不支持 HTML 嵌入式框架,这是此功能所需要的。
     export:
       title: 导出
       manually_select: 手动选择不同的区域
@@ -2212,10 +2207,8 @@ zh-CN:
       welcome_mat: 查看欢迎垫
     sidebar:
       search_results: 搜索结果
-      close: 关闭
     search:
       search: 搜索
-      get_directions: 获取方向
       get_directions_title: 查找两点之间的方向
       from: 从
       to: 至
@@ -2296,6 +2289,9 @@ zh-CN:
           hospital: 医院
           building: 特殊建筑物
           station: 火车站
+          railway_halt: 铁路乘降所
+          subway_station: 地铁站
+          tram_stop: 有轨电车站
           summit: 山峰
           peak: 山峰
           tunnel: 双虚线=隧道
@@ -2304,7 +2300,6 @@ zh-CN:
           destination: 目的地通行
           construction: 在建道路
           bus_stop: 公共汽车站
-          stop: 停车站
           bicycle_shop: 自行车店
           bicycle_rental: 自行车租赁
           bicycle_parking: 自行车停车场
@@ -2385,8 +2380,6 @@ zh-CN:
       visibility_help: 这是什么意思?
     update:
       updated: 地点已更新!
-    trace_optionals:
-      tags: 标签
     show:
       title: 查看轨迹%{name}
       heading: 查看轨迹%{name}
@@ -2438,13 +2431,8 @@ zh-CN:
       my_traces: 我的轨迹
       traces_from: 来自%{user}的公开轨迹
       remove_tag_filter: 移除标签过滤器
-    page:
-      older: 较旧轨迹
-      newer: 较新轨迹
     destroy:
       scheduled_for_deletion: 计划删除的轨迹
-    make_public:
-      made_public: 公开化路径
     offline_warning:
       message: GPX 文件上传系统当前不可用
     offline:
@@ -2458,20 +2446,15 @@ zh-CN:
         other: 来自 %{user} 的带 %{count} 点的GPX文件
       description_without_count: 来自 %{user} 的 GPX 文件
   application:
-    basic_auth_disabled: HTTP 基本身份验证已禁用:%{link}
-    oauth_10a_disabled: OAuth 1.0 和 1.0a 已禁用:%{link}
     permission_denied: 您没有权限来执行此操作
     require_cookies:
       cookies_needed: 您似乎停用了 cookie - 请在继续操作前启用您的浏览器 cookie。
-    require_admin:
-      not_an_admin: 您需要成为管理员以执行该操作。
     setup_user_auth:
       blocked_zero_hour: 您在OpenStreetMap网站有一条紧急消息。在您可以保存您的编辑之前,您需要阅读这条消息。
       blocked: 您对 API 的访问已经被阻挡了。请登录到网站以了解更多信息。
       need_to_see_terms: 您对 API 的访问已暂时中止。请登录到网站以查看贡献者条款。您不需要同意,但必须查看它们。
     settings_menu:
       account_settings: 账户设置
-      oauth1_settings: OAuth 1设置
       oauth2_applications: OAuth 2应用程序
       oauth2_authorizations: OAuth 2授权
       muted_users: 已忽视用户
@@ -2497,28 +2480,6 @@ zh-CN:
         title: 使用维基百科登录
         alt: 维基百科标志
   oauth:
-    authorize:
-      title: 授权访问您的账户
-      request_access_html: '%{user},应用程序 %{app_name} 要求访问您的帐户。请确定您要让此应用程序使用下列功能。您可以按照自己的意思选择几个。'
-      allow_to: 允许客户应用程序:
-      allow_read_prefs: 读取您的用户首选项。
-      allow_write_prefs: 修改您的用户首选项。
-      allow_write_diary: 创建日记,评论和交朋友。
-      allow_write_api: 修改地图。
-      allow_read_gpx: 读取您的私人 GPS 轨迹。
-      allow_write_gpx: 上传 GPS 轨迹。
-      allow_write_notes: 修改注记。
-      grant_access: 授予访问权
-    authorize_success:
-      title: 已允许授权申请
-      allowed_html: 您已授权 %{app_name} 应用访问您的账户。
-      verification: 验证码为 %{code}。
-    authorize_failure:
-      title: 授权请求失败
-      denied: 您已经拒绝应用程序 %{app_name} 访问您的账户。
-      invalid: 授权令牌无效。
-    revoke:
-      flash: 您已经注销 %{application} 的令牌。
     permissions:
       missing: 您未给予应用访问此装置的权限
     scopes:
@@ -2537,46 +2498,6 @@ zh-CN:
       skip_authorization: 自动核准应用
     for_roles:
       moderator: 此权限仅适用于仲裁员可用的操作。
-  oauth_clients:
-    new:
-      title: 注册新应用程序
-      disabled: OAuth 1 应用程序的注册已被禁用
-    edit:
-      title: 编辑您的应用程序
-    show:
-      title: '%{app_name} 的 OAuth 详细信息'
-      key: 用户键:
-      secret: 用户密钥:
-      url: 请求令牌 URL:
-      access_url: 访问令牌 URL:
-      authorize_url: 授权 URL:
-      support_notice: 我们支持 HMAC-SHA1 (推荐)和 RSA-SHA1 签名。
-      edit: 编辑详细信息
-      delete: 删除客户端
-      confirm: 您确定吗?
-      requests: 向用户请求以下权限:
-    index:
-      title: 我的 OAuth 详细信息
-      my_tokens: 我的已授权应用程序
-      list_tokens: 下列令牌已发给您名下的应用程序:
-      application: 应用程序名称
-      issued_at: 发出于
-      revoke: 撤销!
-      my_apps: 我的客户应用程序
-      no_apps_html: 您是否有想要注册使用 %{oauth} 标准的应用程序?您必须先注册您的网页应用程序,才能对这个服务进行 OAuth 要求。
-      oauth: OAuth
-      registered_apps: 您已注册以下客户应用程序:
-      register_new: 注册您的应用程序
-    form:
-      requests: 向用户请求以下权限:
-    not_found:
-      sorry: 对不起,无法找到那个 %{type}。
-    create:
-      flash: 注册信息成功
-    update:
-      flash: 更新客户端信息成功
-    destroy:
-      flash: 已破坏此客户端应用程序注册
   oauth2_applications:
     index:
       title: 我的客户应用程序
@@ -2643,8 +2564,6 @@ zh-CN:
         privacy_policy: 隐私政策
         privacy_policy_title: OSM基金会隐私政策包括电子邮件地址部分
         contributor_terms: 贡献者条款
-      tou: 使用条款
-      external auth: 第三方身份验证:
       continue: 注册
       terms accepted: 感谢您接受新的贡献条款!
       email_help:
@@ -2671,7 +2590,7 @@ zh-CN:
       readable_summary: 人类可读的摘要
       informal_translations: 非正式翻译
       continue: 继续
-      decline: 拒绝
+      cancel: 取消
       you need to accept or decline: 请先阅读,然后接受或拒绝新的贡献者条款,再继续。
       legale_select: 请选择您居住的国家:
       legale_names:
@@ -2733,7 +2652,7 @@ zh-CN:
           moderator: 撤销仲裁员权限
           importer: 撤销导入者权限
       block_history: 激活的封禁
-      moderator_history: 执行封禁者
+      moderator_history: 给予封禁
       revoke_all_blocks: 撤销所有封禁
       comments: 评论
       create_block: 封禁此用户
@@ -2755,8 +2674,6 @@ zh-CN:
       summary_no_ip_html: '%{name} 创建于 %{date}'
       empty: 未找到匹配用户
     page:
-      older: 老用户
-      newer: 新用户
       found_users:
         one: 找到%{count}位用户
         other: 找到%{count}位用户
@@ -2786,17 +2703,9 @@ zh-CN:
       doesnt_have_role: 这个用户没有角色 %{role}。
       not_revoke_admin_current_user: 不能撤销当前用户的管理员角色。
     grant:
-      title: 确认角色授予
-      heading: 确认角色授予
       are_you_sure: 您确定要赋予用户 '%{name}' 角色 '%{role}' 吗?
-      confirm: 确认
-      fail: 无法授予用户 '%{name}' 角色 '%{role}'。请检查用户和角色是否都正确。
     revoke:
-      title: 确认角色吊销
-      heading: 确认角色吊销
       are_you_sure: 您确定要吊销用户 '%{name}' 角色 '%{role}' 吗?
-      confirm: 确认
-      fail: 无法吊销用户 '%{name}' 角色 '%{role}'。请检查用户和角色是否都正确。
   user_blocks:
     model:
       non_moderator_update: 必须为仲裁员才能创建或更新一个封禁。
@@ -2812,26 +2721,21 @@ zh-CN:
       title: 编辑对 %{name} 的封禁
       heading_html: 编辑对 %{name} 的封禁
       period: 从现在开始,该用户要被封禁不能使用 API 多久。
+      revoke: 撤销封禁
     filter:
       block_period: 封禁时期必须是在下拉菜单中可选择的数值之一。
     create:
       flash: 已建立对用户 %{name} 的封禁
     update:
       only_creator_can_edit: 只有执行此封禁的仲裁员才能编辑。
+      only_creator_can_edit_without_revoking: 只有执行此封禁的仲裁员可以不撤销而编辑。
       only_creator_or_revoker_can_edit: 只有建立或撤销此封禁的仲裁员才能编辑。
+      inactive_block_cannot_be_reactivated: 此封禁处于非活动状态,无法重新激活。
       success: 封禁已更新。
     index:
       title: 用户的封禁
       heading: 用户封禁列表
       empty: 尚未设定任何封禁。
-    revoke:
-      title: 正在撤销对 %{block_on} 的封禁
-      heading_html: 正在撤销 %{block_by} 对 %{block_on} 的封禁
-      time_future_html: 此封禁将于 %{time} 结束。
-      past_html: 此封禁已在%{time}结束,现在不能撤销。
-      confirm: 您确定要撤销该封禁?
-      revoke: 撤销!
-      flash: 该封禁已经被撤销。
     revoke_all:
       title: 正在撤销对%{block_on}的所有封禁
       heading_html: 正在撤销对%{block_on}的所有封禁
@@ -2877,26 +2781,19 @@ zh-CN:
       created: 已创建
       duration: 时长
       status: 状态
-      show: 显示
       edit: 编辑
-      revoke: 撤销!
-      confirm: 您确定吗?
       reason: 封禁的原因:
       revoker: 撤销者:
-      needs_view: 用户需要在该封禁清除前登录。
     block:
       not_revoked: (未撤销)
       show: 显示
       edit: 编辑
-      revoke: 撤销!
-    blocks:
+    page:
       display_name: 封禁的用户
       creator_name: 创建者
       reason: 封禁的原因
       status: 状态
       revoker_name: 撤销者
-      older: 旧的封禁
-      newer: 新的封禁
     navigation:
       all_blocks: 所有封禁
       blocks_on_me: 对我的封禁
@@ -2904,6 +2801,7 @@ zh-CN:
       blocks_by_me: 由我做出的封禁
       blocks_by_user: 由%{user}做出的封禁
       block: 封禁#%{id}
+      new_block: 新封禁
   user_mutes:
     index:
       title: 已忽视用户
@@ -2939,6 +2837,11 @@ zh-CN:
       description: 描述
       created_at: 创建于
       last_changed: 最后更改于
+      apply: 应用
+      all: 全部
+      open: 打开
+      closed: 关闭
+      status: 状态
     show:
       title: 注记:%{id}
       description: 描述
@@ -2956,6 +2859,9 @@ zh-CN:
       event_hidden_by_html: 由%{user}%{time_ago}隐藏
       report: 举报此注记
       anonymous_warning: 该注记包含匿名用户的评论,应独立地予以核实。
+      discussion: 讨论
+      subscribe: 订阅
+      unsubscribe: 取消订阅
       hide: 隐藏
       resolve: 解决
       reactivate: 重启
@@ -2974,6 +2880,10 @@ zh-CN:
       anonymous_warning_sign_up: 注册
       advice: 您的注释会公开,并可能用于更新地图,所以不要输入个人信息,或是来自版权保护地图的信息或目录列表。
       add: 添加注记
+    notes_paging_nav:
+      showing_page: 第 %{page} 页
+      next: 下一页
+      previous: 上一页
   javascripts:
     close: 关闭
     share:
@@ -3159,6 +3069,7 @@ zh-CN:
       empty: 无隐删可显示。
       heading: 隐删列表
       title: 隐删列表
+      new: 新修订
     new:
       heading: 请输入新隐删的信息
       title: 创建新隐删
index 7922595f088cd539e5a631f4c967ebc8c16a7be3..1b92cbde82f6575d6ae0c33d5df546cb2dadff6a 100644 (file)
@@ -41,10 +41,6 @@ zh-HK:
         create: 創建封鎖
         update: 更新封鎖
   activerecord:
-    errors:
-      messages:
-        invalid_email_address: 不像是有效的電郵地址。
-        email_address_not_routable: 不可繞送
     models:
       acl: 存取控制清單
       changeset: 變更集
@@ -312,18 +308,6 @@ zh-HK:
       introduction: 點擊地圖以尋找附近的地圖特徵。
       enclosing: 包圍着的地圖特徵
   changesets:
-    changeset_paging_nav:
-      showing_page: 第%{page}頁
-      next: 下一頁 »
-      previous: « 上一頁
-    changeset:
-      anonymous: 匿名
-    changesets:
-      id: ID
-      saved_at: 已儲存於
-      user: 用戶
-      comment: 評論
-      area: 區域
     index:
       title: 變更集
       title_user: '%{user}的變更集'
@@ -364,8 +348,6 @@ zh-HK:
       confirm: 確認
     location:
       location: 位置:
-      view: 檢視
-      edit: 編輯
     feed:
       user:
         title: '%{user}的OpenStreetMap日記文章'
@@ -379,8 +361,6 @@ zh-HK:
       post: 貼文
       when: 於
       comment: 評論
-      newer_comments: 較新評論
-      older_comments: 較舊評論
   friendships:
     make_friend:
       heading: 將%{user}加為好友?
@@ -1006,16 +986,13 @@ zh-HK:
         level8: 市界
         level9: 村界
         level10: 市郊邊界
-      types:
-        cities: 城市
-        towns: 市鎮
-        places: 地點
     results:
       no_results: 找不到結果
       more_results: 更多結果
   issues:
     index:
       reported_user: 曾經舉報的用戶
+    page:
       user_not_found: 用戶並不存在
     show:
       resolve: 解決
@@ -1045,12 +1022,9 @@ zh-HK:
     history: 歷史
     export: 匯出
     gps_traces: GPS軌跡
-    gps_traces_tooltip: 管理GPS軌跡
     user_diaries: 用戶日記
-    user_diaries_tooltip: 檢視用戶日記
     edit_with: 用%{editor}來編輯
     intro_header: 歡迎來到 OpenStreetMap!
-    intro_2_create_account: 建立用戶帳號
     tou: 使用條款
     help: 幫助
     copyright: 版權
@@ -1096,11 +1070,15 @@ zh-HK:
       lost password link: 忘記您的密碼?
     destroy:
       title: 登出
+  shared:
+    pagination:
+      diary_comments:
+        older: 較舊評論
+        newer: 較新評論
   site:
     edit:
       not_public: 您尚未把編輯公開。
       not_public_description_html: 您不這樣設定的話就將再無法編輯地圖。您可以在%{user_page}將閣下的編輯設為公開。
-      no_iframe_support: 閣下的瀏覽器並未支援此功能所必需的HTML iframes。
     export:
       title: 匯出
       manually_select: 手動選擇另一範圍
@@ -1114,7 +1092,6 @@ zh-HK:
         title: IRC
     sidebar:
       search_results: 搜尋結果
-      close: 關閉
     search:
       search: 搜尋
       where_am_i: 這是哪裡?
@@ -1159,19 +1136,8 @@ zh-HK:
     index:
       public_traces_from: '%{user}的公開GPS軌跡'
   oauth:
-    authorize:
-      allow_read_prefs: 讀取您的用戶設定。
-      allow_write_notes: 修改註記。
     scopes:
       write_notes: 修改註記
-  oauth_clients:
-    show:
-      requests: 向用戶要求下列權限:
-    index:
-      revoke: 撤銷!
-      oauth: OAuth
-    form:
-      requests: 向用戶要求下列權限:
   users:
     new:
       title: 註冊
@@ -1179,7 +1145,6 @@ zh-HK:
       about:
         header: 自由而可編輯
       display name description: 您公開顯示的用戶名稱。以後還可以在設定中更換。
-      external auth: 第三方身份認證:
       continue: 註冊
       terms accepted: 感謝您接受新的貢獻條款!
     terms:
@@ -1189,7 +1154,6 @@ zh-HK:
       read_tou: 我已經閱讀過並同意使用條款
       consider_pd: 除上述條款之外,我會把我的貢獻釋放到公共領域(Public Domain)
       continue: 繼續
-      decline: 拒絕
       legale_select: 請選擇您的居住地:
       legale_names:
         france: 法國
@@ -1220,6 +1184,8 @@ zh-HK:
       report: 舉報此註記
     new:
       title: 新增註記
+    notes_paging_nav:
+      showing_page: 第%{page}頁
   javascripts:
     share:
       embed: HTML
index a5ddcebb2a5e3d6be5fc0868628d1a9496e77f85..193fd8b15947eac89cedb340b7d7631a5ef4d6ee 100644 (file)
@@ -88,8 +88,6 @@ zh-TW:
   activerecord:
     errors:
       messages:
-        invalid_email_address: 似乎不是有效的電子郵件信箱地址。
-        email_address_not_routable: 不可發送
         display_name_is_user_n: 不能是「user_n」,除非「n」是你的使用者 ID
       models:
         user_mute:
@@ -168,7 +166,7 @@ zh-TW:
         longitude: 經度
         public: 公開
         description: 描述
-        gpx_file: 上傳 GPX 檔案
+        gpx_file: 選擇 GPX 軌跡檔案
         visibility: 能見度
         tagstring: 標籤
       message:
@@ -393,7 +391,7 @@ zh-TW:
         note: 註記
     timeout:
       title: 逾時錯誤
-      sorry: 抱歉,索取 id 為 %{id} 的 %{type} 資料,花費時間過長。
+      sorry: 很抱歉,索取 id 為 %{id} 的%{type}資料花費時間過長。
       type:
         node: 節點
         way: 路徑
@@ -427,30 +425,44 @@ zh-TW:
       introduction: 點選地圖以尋找附近的圖徵
       nearby: 附近圖徵
       enclosing: 區域內圖徵
+  nodes:
+    timeout:
+      sorry: 很抱歉,索取 id 為 %{id} 的節點資料花費時間過長。
   old_nodes:
     not_found:
       sorry: '很抱歉,無法找到版本 %{version} 的節點 #%{id}。'
+    timeout:
+      sorry: 很抱歉,索取 id 為 %{id} 的節點歷史花費時間過長。
+  ways:
+    timeout:
+      sorry: 很抱歉,索取 id 為 %{id} 的路徑資料花費時間過長。
   old_ways:
     not_found:
       sorry: 很抱歉,找不到版本 %{version} 的路徑 %{id}。
+    timeout:
+      sorry: 很抱歉,索取 id 為 %{id} 的路徑歷史花費時間過長。
+  relations:
+    timeout:
+      sorry: 很抱歉,索取 id 為 %{id} 的關聯資料花費時間過長。
   old_relations:
     not_found:
       sorry: '很抱歉,找不到版本 %{version} 的關聯 #%{id}。'
+    timeout:
+      sorry: 很抱歉,索取 id 為 %{id} 的關聯歷史花費時間過長。
+  changeset_comments:
+    feeds:
+      comment:
+        comment: '由 %{author} 對變更集 #%{changeset_id} 發表的新評論'
+        commented_at_by_html: 於%{when}由%{user}更新
+      show:
+        title_all: OpenStreetMap 變更集討論
+        title_particular: OpenStreetMap 變更集 %{changeset_id} 討論
+      timeout:
+        sorry: 很抱歉,你請求的變更集評論過長無法讀取
   changesets:
-    changeset_paging_nav:
-      showing_page: 第 %{page} 頁
-      next: 下一頁 »
-      previous: « 上一頁
     changeset:
-      anonymous: 匿名
       no_edits: (沒有編輯)
       view_changeset_details: 檢視變更集詳細資料
-    changesets:
-      id: ID
-      saved_at: 已儲存於
-      user: 使用者
-      comment: 評論
-      area: 區域
     index:
       title: 變更集
       title_user: '%{user} 的變更集'
@@ -480,7 +492,6 @@ zh-TW:
       title: 變更集 %{id}
       created_by_html: 由 %{link_user} 在 %{created} 建立。
     no_such_entry:
-      title: 沒有這樣的變更集
       heading: 沒有 id 為 %{id} 的項目
       body: 抱歉,沒有 id 為 %{id} 的變更集。請檢查你的拼字,或者可能是你按到錯誤的連結。
     show:
@@ -512,17 +523,6 @@ zh-TW:
       relations_paginated: 關聯 (%{count} 的 %{x}-%{y})
     timeout:
       sorry: 很抱歉,你請求的變更集清單過長無法讀取。
-  changeset_comments:
-    comment:
-      comment: '由 %{author} 對變更集 #%{changeset_id} 發表的新評論'
-      commented_at_by_html: 於%{when}由%{user}更新
-    comments:
-      comment: '%{author} 對變更集 #%{changeset_id} 發表的新評論'
-    index:
-      title_all: OpenStreetMap 變更集討論
-      title_particular: OpenStreetMap 變更集 %{changeset_id} 討論
-    timeout:
-      sorry: 很抱歉,你請求的變更集評論過長無法讀取
   dashboards:
     contact:
       km away: '%{count} 公里遠'
@@ -562,8 +562,6 @@ zh-TW:
       no_entries: 沒有日記項目
     page:
       recent_entries: 最近的日記項目
-      older_entries: 較舊的項目
-      newer_entries: 較新的項目
     edit:
       title: 編輯日記項目
       marker_text: 日記項目位置
@@ -602,8 +600,6 @@ zh-TW:
       report: 回報此評論
     location:
       location: 位置:
-      view: 檢視
-      edit: 編輯
     feed:
       user:
         title: '%{user} 的 OpenStreetMap 日記項目'
@@ -630,8 +626,6 @@ zh-TW:
       post: 貼文
       when: 於
       comment: 評論
-      newer_comments: 較新的評論
-      older_comments: 較舊的評論
     new:
       heading: 在以下日記項目討論添加評論?
   doorkeeper:
@@ -697,7 +691,6 @@ zh-TW:
   geocoder:
     search:
       title:
-        results_from_html: 來自 %{results_link} 的結果
         latlon: 內部
         osm_nominatim: OpenStreetMap Nominatim
         osm_nominatim_reverse: OpenStreetMap Nominatim
@@ -1473,10 +1466,6 @@ zh-TW:
         level9: 村里界
         level10: 市區邊界
         level11: 鄰近區界
-      types:
-        cities: 城市
-        towns: 鄉鎮
-        places: 地點
     results:
       no_results: 找不到結果
       more_results: 更多結果
@@ -1490,13 +1479,18 @@ zh-TW:
       not_updated: 尚未更新
       search: 搜尋
       search_guidance: 搜尋問題:
+      states:
+        ignored: 已忽略
+        open: 開放
+        resolved: 已解決
+    page:
       user_not_found: 使用者不存在
       issues_not_found: 查無像這樣的問題
+      reported_user: 已回報使用者
       status: 狀態
       reports: 回報
       last_updated: 上一次更新
       last_updated_time_ago_user_html: 由%{user}%{time_ago}
-      link_to_reports: 檢視回報
       reports_count:
         one: '%{count} 份回報'
         other: '%{count} 份回報'
@@ -1591,17 +1585,11 @@ zh-TW:
     history: 歷史
     export: 匯出
     issues: 問題
-    data: 資料
-    export_data: 匯出資料
     gps_traces: GPS 軌跡
-    gps_traces_tooltip: 管理 GPS 軌跡
     user_diaries: 日記
-    user_diaries_tooltip: 檢視日記
     edit_with: 以 %{editor} 編輯
-    tag_line: 自由的 wiki 世界地圖
     intro_header: 歡迎來到 OpenStreetMap!
     intro_text: OpenStreetMap 是一份全世界的地圖,由像你這樣的人們所建立,在開放授權下可以自由使用。
-    intro_2_create_account: 建立使用者帳號
     hosting_partners_2024_html: 由%{fastly}、%{corpmembers},和其他%{partners}支援代管。
     partners_fastly: Fastly
     partners_corpmembers: OSMF 團體成員
@@ -1610,17 +1598,10 @@ zh-TW:
     osm_offline: OpenStreetMap 資料庫目前正在離線,直到必要的資料庫維護工作完成為止。
     osm_read_only: OpenStreetMap 資料庫目前處於唯讀模式,直到必要的資料庫維護工作完成為止。
     nothing_to_preview: 無可預覽內容。
-    donate: 以 %{link} 給硬體升級基金來支援 OpenStreetMap。
     help: 說明
     about: 關於
     copyright: 著作權
     communities: 社群
-    community: 社群
-    community_blogs: 社群部落格
-    community_blogs_title: OpenStreetMap 社群成員的部落格
-    make_a_donation:
-      title: 以捐贈金錢來支援 OpenStreetMap
-      text: 捐款
     learn_more: 瞭解更多
     more: 更多
   user_mailer:
@@ -1650,13 +1631,13 @@ zh-TW:
       befriend_them: 你可以在 %{befriendurl} 把他加入為好友。
       befriend_them_html: 你可以在 %{befriendurl} 把他加入為好友。
     gpx_description:
-      description_with_tags: 看起來似乎是你的 GPX 檔案%{trace_name}帶有%{trace_description}描述而且沒有標籤:%{tags}
-      description_with_tags_html: 看起來似乎是你的 GPX 檔案%{trace_name}帶有%{trace_description}描述而且沒有標籤:%{tags}
-      description_with_no_tags: 看起來似乎是你的 GPX 檔案%{trace_name}帶有%{trace_description}描述而且沒有標籤
-      description_with_no_tags_html: 看起來似乎是你的 GPX 檔案%{trace_name}帶有%{trace_description}描述而且沒有標籤
+      description_with_tags: 看起來似乎是你的%{trace_name}檔案帶有%{trace_description}描述而且沒有標籤:%{tags}
+      description_with_tags_html: 看起來似乎是你的%{trace_name}檔案帶有%{trace_description}描述而且沒有標籤:%{tags}
+      description_with_no_tags: 看起來似乎是你的%{trace_name}檔案帶有%{trace_description}描述而且沒有標籤
+      description_with_no_tags_html: 看起來似乎是你的%{trace_name}檔案帶有%{trace_description}描述而且沒有標籤
     gpx_failure:
       hi: '%{to_user} 你好,'
-      failed_to_import: 看來匯入失敗。錯誤訊息為
+      failed_to_import: 匯入成 GPS 軌跡檔案失敗。請驗證您的檔案是否為有效的 GPX 檔案,或是否為含有 GPX 檔案的支援格式存檔(.tar.gz、.tar.bz2、.tar、.zip、.gpx.gz、.gpx.bz2)。您的檔案是否有格式或語法問題?此為匯入的錯誤內容
       more_info: 更多關於 GPX 匯入失敗的資訊與如何避免,可在 %{url} 查詢。
       more_info_html: 更多關於 GPX 匯入失敗的資訊與如何避免,可在 %{url} 查詢。
       subject: '[OpenStreetMap] GPX 匯入失敗'
@@ -1715,7 +1696,6 @@ zh-TW:
     changeset_comment_notification:
       description: 'OpenStreetMap 變更集 #%{id}'
       hi: 嗨 %{to_user},
-      greeting: 您好,
       commented:
         subject_own: '[OpenStreetMap] %{commenter} 對你的變更集做了評論'
         subject_other: '[OpenStreetMap] %{commenter} 對你感興趣的變更集做了評論'
@@ -1775,7 +1755,6 @@ zh-TW:
     message_summary:
       unread_button: 標記為未讀
       read_button: 標記為已讀
-      reply_button: 回覆
       destroy_button: 刪除
       unmute_button: 移至收件匣
     new:
@@ -1791,7 +1770,6 @@ zh-TW:
       body: 抱歉,並沒有這個 id 的訊息。
     outbox:
       title: 寄件匣
-      actions: 操作
       messages:
         one: 你有 %{count} 項已寄訊息
         other: 你有 %{count} 項已寄訊息
@@ -1883,7 +1861,6 @@ zh-TW:
       failure: 無法更新個人資料。
   sessions:
     new:
-      title: 登入
       tab_title: 登入
       login_to_authorize_html: 登入 OpenStreetMap 以存取 %{client_app_name}。
       email or username: 電子郵件地址或使用者名稱
@@ -1891,7 +1868,6 @@ zh-TW:
       remember: 記住我
       lost password link: 忘記密碼了?
       login_button: 登入
-      register now: 立即註冊
       with external: 或者使用第三方服務登入
       or: 或
       auth failure: 很抱歉,無法以這些資料登入。
@@ -1923,9 +1899,27 @@ zh-TW:
       edit: 編輯
       preview: 預覽
       help: 說明
+    pagination:
+      diary_comments:
+        older: 較舊的評論
+        newer: 較新的評論
+      diary_entries:
+        older: 較舊的項目
+        newer: 較新的項目
+      issues:
+        older: 舊問題
+        newer: 新問題
+      traces:
+        older: 較舊軌跡
+        newer: 較新軌跡
+      user_blocks:
+        older: 舊的封鎖
+        newer: 新的封鎖
+      users:
+        older: 舊使用者
+        newer: 新使用者
   site:
     about:
-      next: 下一頁
       heading_html: '%{copyright}OpenStreetMap %{br} 貢獻者'
       used_by_html: '%{name} 為數以千計的網站、行動應用程式和硬體提供地圖資料'
       lede_text: OpenStreetMap 是由製圖者社群所建立,他們提供及不斷更新包括有關世界各地的道路、路徑、咖啡館、火車站等等的資料。
@@ -2091,7 +2085,6 @@ zh-TW:
       user_page_link: 使用者頁面
       anon_edits_link_text: 瞭解為什麼這很重要。
       id_not_configured: iD 尚未設定
-      no_iframe_support: 你的瀏覽器不支援 HTML 嵌入式框架,這是這項功能所必要的。
     export:
       title: 匯出
       manually_select: 手動選擇不同的區域
@@ -2176,10 +2169,8 @@ zh-TW:
       welcome_mat: 查看歡迎墊
     sidebar:
       search_results: 搜尋結果
-      close: 關閉
     search:
       search: 搜尋
-      get_directions: 取得方向指引
       get_directions_title: 尋找兩點之間的路線
       from: 從
       to: 到
@@ -2260,6 +2251,9 @@ zh-TW:
           hospital: 醫院
           building: 重要建築
           station: 鐵路車站
+          railway_halt: 鐵路招呼站
+          subway_station: 地鐵站
+          tram_stop: 路面電車停靠站
           summit: 頂峰
           peak: 山峰
           tunnel: 虛線邊框 = 隧道
@@ -2268,7 +2262,6 @@ zh-TW:
           destination: 目的地進出
           construction: 興建中道路
           bus_stop: 公車站牌
-          stop: 停車站
           bicycle_shop: 自行車店
           bicycle_rental: 自行車出租
           bicycle_parking: 自行車停車場
@@ -2357,8 +2350,6 @@ zh-TW:
       visibility_help: 這是什麼意思?
     update:
       updated: 軌跡已更新
-    trace_optionals:
-      tags: 標籤
     show:
       title: 檢視軌跡 %{name}
       heading: 檢視軌跡 %{name}
@@ -2410,13 +2401,8 @@ zh-TW:
       my_traces: 我的軌跡
       traces_from: 來自 %{user} 的公開軌跡
       remove_tag_filter: 移除標籤篩選
-    page:
-      older: 較舊軌跡
-      newer: 較新軌跡
     destroy:
       scheduled_for_deletion: 軌跡已被排程刪除
-    make_public:
-      made_public: 軌跡標記為公開
     offline_warning:
       message: GPX 檔案上傳系統目前無法使用
     offline:
@@ -2430,20 +2416,15 @@ zh-TW:
         other: 由 %{user} 上傳的 GPX 檔案,含有 %{count} 點
       description_without_count: 由 %{user} 上傳的 GPX 檔案
   application:
-    basic_auth_disabled: HTTP 基本認證已停用:%{link}
-    oauth_10a_disabled: OAuth 1.0 與 1.0a 已停用:%{link}
     permission_denied: 你沒有權限來存取該操作。
     require_cookies:
       cookies_needed: 你似乎已停用 cookies - 請在瀏覽器中開啟 cookies 後再繼續。
-    require_admin:
-      not_an_admin: 你必須是管理員才可執行該動作。
     setup_user_auth:
       blocked_zero_hour: 你在 OpenStreetMap 網站有一個緊急訊息。在儲存你的編輯內容前請先閱讀該訊息。
       blocked: 你已經被封鎖使用 API。請登入網頁介面以瞭解更多資訊。
       need_to_see_terms: 我們已暫時中止你使用 API 的權限,請登入網頁介面查閱貢獻者條款,你不需要同意有關條款,但必須查閱它們。
     settings_menu:
       account_settings: 帳號設定
-      oauth1_settings: OAuth 1 設定
       oauth2_applications: OAuth 2 應用程式
       oauth2_authorizations: OAuth 2 授權
       muted_users: 已忽視使用者
@@ -2469,28 +2450,6 @@ zh-TW:
         title: 使用維基百科登入
         alt: 維基百科標誌
   oauth:
-    authorize:
-      title: 授權使用你的帳號
-      request_access_html: 應用程式 %{app_name} 要求使用你的帳號,%{user}。請確定你要讓此應用程式使用下列功能。你可以依自己喜好,選擇多少項功能。
-      allow_to: 允許用戶端應用程式:
-      allow_read_prefs: 讀取你的使用者偏好設定。
-      allow_write_prefs: 修改你的使用者偏好設定。
-      allow_write_diary: 建立日記、評論和加入好友。
-      allow_write_api: 修改地圖。
-      allow_read_gpx: 讀取你的私人 GPS 軌跡。
-      allow_write_gpx: 上傳 GPS 軌跡。
-      allow_write_notes: 修改註記。
-      grant_access: 授權存取
-    authorize_success:
-      title: 允許授權請求
-      allowed_html: 你已授權應用程式 %{app_name} 使用你的帳號。
-      verification: 驗證碼是 %{code}。
-    authorize_failure:
-      title: 授權請求失敗
-      denied: 你已拒絕應用程式 %{app_name} 使用你的帳號。
-      invalid: 認證授權密鑰無效。
-    revoke:
-      flash: 你已經撤銷 %{application} 的授權密鑰。
     permissions:
       missing: 你尚未允許應用程式來訪問此設施
     scopes:
@@ -2509,46 +2468,6 @@ zh-TW:
       skip_authorization: 自動核准申請
     for_roles:
       moderator: 此權限用於僅可由仲裁員執行的操作
-  oauth_clients:
-    new:
-      title: 註冊新的應用程式
-      disabled: 已停用 OAuth 1 應用程式的註冊
-    edit:
-      title: 編輯你的應用程式
-    show:
-      title: '%{app_name} 的 OAuth 詳細資料'
-      key: 消費者金鑰:
-      secret: 消費者祕密金鑰:
-      url: 要求授權密鑰 URL:
-      access_url: 連接授權密鑰 URL:
-      authorize_url: 授權 URL:
-      support_notice: 我們支援 HMAC-SHA1 (建議) 和 RSA-SHA1 署名。
-      edit: 編輯詳細資料
-      delete: 刪除客戶端
-      confirm: 你確定嗎?
-      requests: 向使用者要求下列權限:
-    index:
-      title: 我的 OAuth 詳細資料
-      my_tokens: 我授權的應用程式
-      list_tokens: 下列授權密鑰已核發給你名下的應用程式:
-      application: 應用程式名稱
-      issued_at: 已發於
-      revoke: 撤銷!
-      my_apps: 我的用戶端應用程式
-      no_apps_html: 你是否有想要註冊以使用於 %{oauth} 標準的應用程式?你必須先註冊你的網頁應用程式,才能對這個服務進行 OAuth 要求。
-      oauth: OAuth
-      registered_apps: 你已經註冊下列用戶端應用程式:
-      register_new: 註冊你的應用程式
-    form:
-      requests: 向使用者要求下列權限:
-    not_found:
-      sorry: 抱歉,找不到此 %{type}。
-    create:
-      flash: 註冊資訊成功
-    update:
-      flash: 更新客戶端資訊成功
-    destroy:
-      flash: 已銷毀此用戶端應用程式註冊
   oauth2_applications:
     index:
       title: 我的客戶端應用程式
@@ -2617,8 +2536,6 @@ zh-TW:
         privacy_policy_title: OSMF 隱私權政策包含電子郵件地址部份
         contributor_terms_url: https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms
         contributor_terms: 貢獻者條款
-      tou: 使用條款
-      external auth: 第三方身份認證
       continue: 註冊
       terms accepted: 感謝你接受新的貢獻條款!
       email_help:
@@ -2645,7 +2562,7 @@ zh-TW:
       readable_summary: 人類可讀的摘要
       informal_translations: 非正式翻譯
       continue: 繼續
-      decline: 拒絕
+      cancel: 取消
       you need to accept or decline: 請先閱讀,然後選擇接受或拒絕新的貢獻者條款,再繼續。
       legale_select: 請選擇您的居住地:
       legale_names:
@@ -2729,8 +2646,6 @@ zh-TW:
       summary_no_ip_html: '%{name} 建立於:%{date}'
       empty: 找不到符合的使用者
     page:
-      older: 舊使用者
-      newer: 新使用者
       found_users:
         one: 找到 %{count} 位使用者
         other: 找到 %{count} 位使用者
@@ -2760,17 +2675,9 @@ zh-TW:
       doesnt_have_role: 這個使用者沒有 %{role} 身份。
       not_revoke_admin_current_user: 無法撤銷目前使用者的管理員身份。
     grant:
-      title: 確認授與身份
-      heading: 確認授與身份
       are_you_sure: 你確定要授予使用者 "%{name}"  "%{role}" 的身份?
-      confirm: 確認
-      fail: 無法授予使用者 "%{name}"  "%{role}" 的身份。請檢查使用者和身份是否都正確。
     revoke:
-      title: 確認撤銷身份
-      heading: 確認撤銷身份
       are_you_sure: 你確定要撤銷使用者 "%{name}"  "%{role}" 的身份?
-      confirm: 確認
-      fail: 無法撤銷使用者 "%{name}"  "%{role}" 的身份。請檢查使用者和身份是否都正確。
   user_blocks:
     model:
       non_moderator_update: 只有仲裁員才可作出或更新封鎖。
@@ -2786,12 +2693,14 @@ zh-TW:
       title: 正在編輯對 %{name} 的封鎖
       heading_html: 正在編輯對 %{name} 的封鎖
       period: 從現在開始,這個使用者將被禁止使用 API 多久。
+      revoke: 撤銷封鎖
     filter:
       block_period: 封鎖期間必須是在下拉式選單中選填擇的其中一項數值。
     create:
       flash: 已建立對使用者 %{name} 的封鎖。
     update:
       only_creator_can_edit: 只有建立這項封鎖的仲裁員可作出編輯。
+      only_creator_can_edit_without_revoking: 只有做出此封鎖的仲裁員可作出編輯而不用撤銷。
       only_creator_or_revoker_can_edit: 只有建立或撤銷此封鎖的仲裁員可作出編輯。
       inactive_block_cannot_be_reactivated: 此封鎖無效且無法重新生效。
       success: 封鎖已更新。
@@ -2799,14 +2708,6 @@ zh-TW:
       title: 使用者封鎖
       heading: 使用者封鎖清單
       empty: 尚未設定任何使用者封鎖。
-    revoke:
-      title: 正在撤銷對 %{block_on} 的封鎖
-      heading_html: 正在撤銷 %{block_by} 對 %{block_on} 的封鎖
-      time_future_html: 這項封鎖將於 %{time} 結束。
-      past_html: 這項封鎖已在%{time}結束,現在不能撤銷。
-      confirm: 你確定要撤銷這項封鎖?
-      revoke: 撤銷!
-      flash: 這項封鎖已被撤銷。
     revoke_all:
       title: 正在撤銷對%{block_on}的封鎖
       heading_html: 正在撤銷對%{block_on}的所有封鎖
@@ -2852,26 +2753,19 @@ zh-TW:
       created: 建立於:
       duration: 期限:
       status: 狀態:
-      show: 顯示
       edit: 編輯
-      revoke: 撤銷!
-      confirm: 你確定嗎?
       reason: 封鎖的理由:
       revoker: 撤銷者:
-      needs_view: 在還原這個封鎖之前,該使用者需要先登入。
     block:
       not_revoked: (沒有撤銷)
       show: 顯示
       edit: 編輯
-      revoke: 撤銷!
-    blocks:
+    page:
       display_name: 被封鎖的使用者
       creator_name: 建立者
       reason: 封鎖的理由
       status: 狀態
       revoker_name: 撤銷者
-      older: 舊的封鎖
-      newer: 新的封鎖
     navigation:
       all_blocks: 所有封鎖
       blocks_on_me: 對我的封鎖
@@ -2950,6 +2844,10 @@ zh-TW:
       anonymous_warning_sign_up: 註冊
       advice: 你的註記已公開並可用於更新地圖,因此請不要輸入個人訊息,或是來自於具版權保護地圖的訊息以及目錄清單。
       add: 送出註記
+    notes_paging_nav:
+      showing_page: 第 %{page} 頁
+      next: 下一頁
+      previous: 上一頁
   javascripts:
     close: 關閉
     share:
@@ -3134,6 +3032,7 @@ zh-TW:
       empty: 沒有可顯示的修訂。
       heading: 修訂清單
       title: 修訂清單
+      new: 新修訂
     new:
       heading: 輸入新增修訂資訊
       title: 建立修訂中
index 283e163b1af2221500cbee5ffe3f88a0539b64a9..60e1b9c67a0b17400eee7a22935d1cf6312f5ae9 100644 (file)
@@ -1,38 +1,33 @@
-# Puma can serve each request in a thread from an internal thread pool.
-# The `threads` method setting takes two numbers: a minimum and maximum.
-# Any libraries that use thread pools should be configured to match
-# the maximum value specified for Puma. Default is set to 5 threads for minimum
-# and maximum; this matches the default thread size of Active Record.
-#
-max_threads_count = ENV.fetch("RAILS_MAX_THREADS", 5)
-min_threads_count = ENV.fetch("RAILS_MIN_THREADS") { max_threads_count }
-threads min_threads_count, max_threads_count
+# This configuration file will be evaluated by Puma. The top-level methods that
+# are invoked here are part of Puma's configuration DSL. For more information
+# about methods provided by the DSL, see https://puma.io/puma/Puma/DSL.html.
 
-# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
+# Puma starts a configurable number of processes (workers) and each process
+# serves each request in a thread from an internal thread pool.
 #
-port        ENV.fetch("PORT", 3000)
-
-# Specifies the `environment` that Puma will run in.
+# The ideal number of threads per worker depends both on how much time the
+# application spends waiting for IO operations and on how much you wish to
+# to prioritize throughput over latency.
 #
-environment ENV.fetch("RAILS_ENV") { "development" }
-
-# Specifies the `pidfile` that Puma will use.
-pidfile ENV.fetch("PIDFILE") { "tmp/pids/server.pid" }
-
-# Specifies the number of `workers` to boot in clustered mode.
-# Workers are forked web server processes. If using threads and workers together
-# the concurrency of the application would be max `threads` * `workers`.
-# Workers do not work on JRuby or Windows (both of which do not support
-# processes).
+# As a rule of thumb, increasing the number of threads will increase how much
+# traffic a given process can handle (throughput), but due to CRuby's
+# Global VM Lock (GVL) it has diminishing returns and will degrade the
+# response time (latency) of the application.
 #
-# workers ENV.fetch("WEB_CONCURRENCY") { 2 }
-
-# Use the `preload_app!` method when specifying a `workers` number.
-# This directive tells Puma to first boot the application and load code
-# before forking the application. This takes advantage of Copy On Write
-# process behavior so workers use less memory.
+# The default is set to 3 threads as it's deemed a decent compromise between
+# throughput and latency for the average Rails application.
 #
-# preload_app!
+# Any libraries that use a connection pool or another resource pool should
+# be configured to provide at least as many connections as the number of
+# threads. This includes Active Record's `pool` parameter in `database.yml`.
+threads_count = ENV.fetch("RAILS_MAX_THREADS", 3)
+threads threads_count, threads_count
+
+# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
+port ENV.fetch("PORT", 3000)
 
-# Allow puma to be restarted by `rails restart` command.
+# Allow puma to be restarted by `bin/rails restart` command.
 plugin :tmp_restart
+
+# Only use a pidfile when requested
+pidfile ENV["PIDFILE"] if ENV["PIDFILE"]
index b0e23301e998bd42e7f945df18b22357f9057021..f65042dd7d9ab1c9bf83e22b5c2f1c71c5503ff9 100644 (file)
@@ -108,6 +108,8 @@ OpenStreetMap::Application.routes.draw do
         post "close"
         post "reopen"
       end
+
+      resource :subscription, :only => [:create, :destroy], :controller => "note_subscriptions"
     end
 
     resources :user_blocks, :only => :show, :id => /\d+/, :controller => "user_blocks"
@@ -125,8 +127,11 @@ OpenStreetMap::Application.routes.draw do
   resources :old_relations, :path => "/relation/:id/history", :id => /\d+/, :version => /\d+/, :param => :version, :only => :show
   resources :changesets, :path => "changeset", :id => /\d+/, :only => :show do
     match :subscribe, :unsubscribe, :on => :member, :via => [:get, :post]
+
+    namespace :changeset_comments, :as => :comments, :path => :comments do
+      resource :feed, :only => :show, :defaults => { :format => "rss" }
+    end
   end
-  get "/changeset/:id/comments/feed" => "changeset_comments#index", :as => :changeset_comments_feed, :id => /\d*/, :defaults => { :format => "rss" }
   resources :notes, :path => "note", :id => /\d+/, :only => [:show, :new]
 
   get "/user/:display_name/history" => "changesets#index"
@@ -164,7 +169,11 @@ OpenStreetMap::Application.routes.draw do
   get "/communities" => "site#communities"
   get "/history" => "changesets#index"
   get "/history/feed" => "changesets#feed", :defaults => { :format => :atom }
-  get "/history/comments/feed" => "changeset_comments#index", :as => :changesets_comments_feed, :defaults => { :format => "rss" }
+  scope "/history" do
+    namespace :changeset_comments, :path => :comments, :as => :changesets_comments do
+      resource :feed, :only => :show, :defaults => { :format => "rss" }
+    end
+  end
   get "/export" => "site#export"
   get "/login" => "sessions#new"
   post "/login" => "sessions#create"
@@ -255,11 +264,13 @@ OpenStreetMap::Application.routes.draw do
   match "/user/:display_name/diary/:id/subscribe" => "diary_entries#subscribe", :via => [:get, :post], :as => :diary_entry_subscribe, :id => /\d+/
   match "/user/:display_name/diary/:id/unsubscribe" => "diary_entries#unsubscribe", :via => [:get, :post], :as => :diary_entry_unsubscribe, :id => /\d+/
   post "/user/:display_name/diary/:id/comments" => "diary_comments#create", :id => /\d+/, :as => :comment_diary_entry
-  post "/user/:display_name/diary/:id/comments/:comment/hide" => "diary_comments#hide", :id => /\d+/, :comment => /\d+/, :as => :hide_diary_comment
-  post "/user/:display_name/diary/:id/comments/:comment/unhide" => "diary_comments#unhide", :id => /\d+/, :comment => /\d+/, :as => :unhide_diary_comment
+  post "/diary_comments/:comment/hide" => "diary_comments#hide", :comment => /\d+/, :as => :hide_diary_comment
+  post "/diary_comments/:comment/unhide" => "diary_comments#unhide", :comment => /\d+/, :as => :unhide_diary_comment
 
   # user pages
-  resources :users, :path => "user", :param => :display_name, :only => [:show, :destroy]
+  resources :users, :path => "user", :param => :display_name, :only => [:show, :destroy] do
+    resource :role, :controller => "user_roles", :path => "roles/:role", :only => [:create, :destroy]
+  end
   get "/user/:display_name/account", :to => redirect(:path => "/account/edit")
   post "/user/:display_name/set_status" => "users#set_status", :as => :set_status_user
 
@@ -316,20 +327,7 @@ OpenStreetMap::Application.routes.draw do
   end
   resources :user_mutes, :only => [:index]
 
-  # oauth admin pages (i.e: for setting up new clients, etc...)
-  scope "/user/:display_name" do
-    resources :oauth_clients
-  end
-  match "/oauth/revoke" => "oauth#revoke", :via => [:get, :post]
-  match "/oauth/authorize" => "oauth#authorize", :via => [:get, :post], :as => :authorize
-  get "/oauth/token" => "oauth#token", :as => :token
-  match "/oauth/request_token" => "oauth#request_token", :via => [:get, :post], :as => :request_token
-  match "/oauth/access_token" => "oauth#access_token", :via => [:get, :post], :as => :access_token
-  get "/oauth/test_request" => "oauth#test_request", :as => :test_request
-
-  # roles and banning pages
-  post "/user/:display_name/role/:role/grant" => "user_roles#grant", :as => "grant_role"
-  post "/user/:display_name/role/:role/revoke" => "user_roles#revoke", :as => "revoke_role"
+  # banning pages
   get "/user/:display_name/blocks" => "user_blocks#blocks_on", :as => "user_blocks_on"
   get "/user/:display_name/blocks_by" => "user_blocks#blocks_by", :as => "user_blocks_by"
   get "/blocks/new/:display_name" => "user_blocks#new", :as => "new_user_block"
index 71df9ad3d7ef560eb732bbcf2467351b349209dd..db871775e784d4cfe5ceb29a71bfbdee7c89b2ed 100644 (file)
@@ -69,6 +69,7 @@ max_friends_per_hour: 60
 min_changeset_comments_per_hour: 1
 initial_changeset_comments_per_hour: 6
 max_changeset_comments_per_hour: 60
+comments_to_max_changeset_comments: 200
 moderator_changeset_comments_per_hour: 36000
 # Rate limit for changes
 min_changes_per_hour: 100
@@ -106,14 +107,6 @@ attachments_dir: ":rails_root/public/attachments"
 #logstash_path: ""
 # List of memcache servers to use for caching
 #memcache_servers: []
-# Enable HTTP basic authentication support
-basic_auth_support: true
-# Enable OAuth 1.0/1.0a registration
-oauth_10_registration: true
-# Enable legacy OAuth 1.0 support
-oauth_10_support: true
-# Enable OAuth 1.0a support
-oauth_10a_support: true
 # URL of Nominatim instance to use for geocoding
 nominatim_url: "https://nominatim.openstreetmap.org/"
 # Default editor
index fe5aa5d897341348905eb8b349ad8bd601016107..b0e2f461392cce37eb7221ad9f72e0601f7a361c 100644 (file)
@@ -21,6 +21,7 @@ trace_image_storage: "test"
 trace_icon_storage: "test"
 # Lower some rate limits for testing
 max_changeset_comments_per_hour: 10
+comments_to_max_changeset_comments: 20
 moderator_changeset_comments_per_hour: 15
 # Private key for signing id_tokens
 doorkeeper_signing_key: |
diff --git a/db/migrate/20240724194738_drop_oauth1_tables.rb b/db/migrate/20240724194738_drop_oauth1_tables.rb
new file mode 100644 (file)
index 0000000..ace4c82
--- /dev/null
@@ -0,0 +1,38 @@
+class DropOauth1Tables < ActiveRecord::Migration[7.1]
+  def change
+    remove_index :oauth_nonces, [:nonce, :timestamp], :unique => true
+
+    drop_table :oauth_nonces do |t|
+      t.string :nonce
+      t.integer :timestamp
+
+      t.timestamps :null => true
+    end
+
+    remove_index :oauth_tokens, :token, :unique => true
+
+    drop_table :oauth_tokens do |t|
+      t.integer :user_id
+      t.string :type, :limit => 20
+      t.integer :client_application_id
+      t.string :token, :limit => 50
+      t.string :secret, :limit => 50
+      t.timestamp :authorized_at, :invalidated_at
+      t.timestamps :null => true
+    end
+
+    remove_index :client_applications, :key, :unique => true
+
+    drop_table :client_applications do |t|
+      t.string :name
+      t.string :url
+      t.string :support_url
+      t.string :callback_url
+      t.string :key, :limit => 50
+      t.string :secret, :limit => 50
+      t.integer :user_id
+
+      t.timestamps :null => true
+    end
+  end
+end
diff --git a/db/migrate/20240910175616_add_user_creation_address.rb b/db/migrate/20240910175616_add_user_creation_address.rb
new file mode 100644 (file)
index 0000000..4d9ba40
--- /dev/null
@@ -0,0 +1,8 @@
+class AddUserCreationAddress < ActiveRecord::Migration[7.1]
+  disable_ddl_transaction!
+
+  def change
+    add_column :users, :creation_address, :inet
+    add_index :users, :creation_address, :using => :gist, :opclass => :inet_ops, :algorithm => :concurrently
+  end
+end
diff --git a/db/migrate/20240912181413_backfill_user_creation_address.rb b/db/migrate/20240912181413_backfill_user_creation_address.rb
new file mode 100644 (file)
index 0000000..3cc14f2
--- /dev/null
@@ -0,0 +1,14 @@
+class BackfillUserCreationAddress < ActiveRecord::Migration[7.1]
+  class User < ApplicationRecord
+  end
+
+  def up
+    User
+      .where(:creation_address => nil)
+      .where.not(:creation_ip => nil)
+      .in_batches(:of => 1000)
+      .update_all("creation_address = creation_ip::inet")
+  end
+
+  def down; end
+end
diff --git a/db/migrate/20240913171951_drop_user_creation_ip.rb b/db/migrate/20240913171951_drop_user_creation_ip.rb
new file mode 100644 (file)
index 0000000..7915f6e
--- /dev/null
@@ -0,0 +1,5 @@
+class DropUserCreationIp < ActiveRecord::Migration[7.1]
+  def change
+    safety_assured { remove_column :users, :creation_ip, :string }
+  end
+end
diff --git a/db/migrate/20241022141247_create_note_subscriptions.rb b/db/migrate/20241022141247_create_note_subscriptions.rb
new file mode 100644 (file)
index 0000000..9a2a28a
--- /dev/null
@@ -0,0 +1,8 @@
+class CreateNoteSubscriptions < ActiveRecord::Migration[7.2]
+  def change
+    create_table :note_subscriptions, :primary_key => [:user_id, :note_id] do |t|
+      t.references :user, :foreign_key => true, :index => false
+      t.references :note, :foreign_key => true
+    end
+  end
+end
diff --git a/db/migrate/20241023004427_backfill_note_subscriptions.rb b/db/migrate/20241023004427_backfill_note_subscriptions.rb
new file mode 100644 (file)
index 0000000..3c9a2ef
--- /dev/null
@@ -0,0 +1,15 @@
+class BackfillNoteSubscriptions < ActiveRecord::Migration[7.2]
+  class NoteComment < ApplicationRecord; end
+  class NoteSubscription < ApplicationRecord; end
+
+  disable_ddl_transaction!
+
+  def up
+    attrs = %w[user_id note_id]
+
+    NoteComment.in_batches(:of => 1000) do |note_comments|
+      rows = note_comments.distinct.where.not(:author_id => nil).pluck(:author_id, :note_id)
+      NoteSubscription.upsert_all(rows.map { |r| attrs.zip(r).to_h })
+    end
+  end
+end
index 49cd4b9fba9082cc6434b448fca00464156e1beb..9679e0b92561617b120b347632a2373bfa9aebcc 100644 (file)
@@ -472,51 +472,6 @@ CREATE TABLE public.changesets_subscribers (
 );
 
 
---
--- Name: client_applications; Type: TABLE; Schema: public; Owner: -
---
-
-CREATE TABLE public.client_applications (
-    id integer NOT NULL,
-    name character varying,
-    url character varying,
-    support_url character varying,
-    callback_url character varying,
-    key character varying(50),
-    secret character varying(50),
-    user_id integer,
-    created_at timestamp without time zone,
-    updated_at timestamp without time zone,
-    allow_read_prefs boolean DEFAULT false NOT NULL,
-    allow_write_prefs boolean DEFAULT false NOT NULL,
-    allow_write_diary boolean DEFAULT false NOT NULL,
-    allow_write_api boolean DEFAULT false NOT NULL,
-    allow_read_gpx boolean DEFAULT false NOT NULL,
-    allow_write_gpx boolean DEFAULT false NOT NULL,
-    allow_write_notes boolean DEFAULT false NOT NULL
-);
-
-
---
--- Name: client_applications_id_seq; Type: SEQUENCE; Schema: public; Owner: -
---
-
-CREATE SEQUENCE public.client_applications_id_seq
-    AS integer
-    START WITH 1
-    INCREMENT BY 1
-    NO MINVALUE
-    NO MAXVALUE
-    CACHE 1;
-
-
---
--- Name: client_applications_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
---
-
-ALTER SEQUENCE public.client_applications_id_seq OWNED BY public.client_applications.id;
-
-
 --
 -- Name: current_node_tags; Type: TABLE; Schema: public; Owner: -
 --
@@ -1096,6 +1051,16 @@ CREATE SEQUENCE public.note_comments_id_seq
 ALTER SEQUENCE public.note_comments_id_seq OWNED BY public.note_comments.id;
 
 
+--
+-- Name: note_subscriptions; Type: TABLE; Schema: public; Owner: -
+--
+
+CREATE TABLE public.note_subscriptions (
+    user_id bigint NOT NULL,
+    note_id bigint NOT NULL
+);
+
+
 --
 -- Name: notes; Type: TABLE; Schema: public; Owner: -
 --
@@ -1244,38 +1209,6 @@ CREATE SEQUENCE public.oauth_applications_id_seq
 ALTER SEQUENCE public.oauth_applications_id_seq OWNED BY public.oauth_applications.id;
 
 
---
--- Name: oauth_nonces; Type: TABLE; Schema: public; Owner: -
---
-
-CREATE TABLE public.oauth_nonces (
-    id bigint NOT NULL,
-    nonce character varying,
-    "timestamp" integer,
-    created_at timestamp without time zone,
-    updated_at timestamp without time zone
-);
-
-
---
--- Name: oauth_nonces_id_seq; Type: SEQUENCE; Schema: public; Owner: -
---
-
-CREATE SEQUENCE public.oauth_nonces_id_seq
-    START WITH 1
-    INCREMENT BY 1
-    NO MINVALUE
-    NO MAXVALUE
-    CACHE 1;
-
-
---
--- Name: oauth_nonces_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
---
-
-ALTER SEQUENCE public.oauth_nonces_id_seq OWNED BY public.oauth_nonces.id;
-
-
 --
 -- Name: oauth_openid_requests; Type: TABLE; Schema: public; Owner: -
 --
@@ -1306,55 +1239,6 @@ CREATE SEQUENCE public.oauth_openid_requests_id_seq
 ALTER SEQUENCE public.oauth_openid_requests_id_seq OWNED BY public.oauth_openid_requests.id;
 
 
---
--- Name: oauth_tokens; Type: TABLE; Schema: public; Owner: -
---
-
-CREATE TABLE public.oauth_tokens (
-    id integer NOT NULL,
-    user_id integer,
-    type character varying(20),
-    client_application_id integer,
-    token character varying(50),
-    secret character varying(50),
-    authorized_at timestamp without time zone,
-    invalidated_at timestamp without time zone,
-    created_at timestamp without time zone,
-    updated_at timestamp without time zone,
-    allow_read_prefs boolean DEFAULT false NOT NULL,
-    allow_write_prefs boolean DEFAULT false NOT NULL,
-    allow_write_diary boolean DEFAULT false NOT NULL,
-    allow_write_api boolean DEFAULT false NOT NULL,
-    allow_read_gpx boolean DEFAULT false NOT NULL,
-    allow_write_gpx boolean DEFAULT false NOT NULL,
-    callback_url character varying,
-    verifier character varying(20),
-    scope character varying,
-    valid_to timestamp without time zone,
-    allow_write_notes boolean DEFAULT false NOT NULL
-);
-
-
---
--- Name: oauth_tokens_id_seq; Type: SEQUENCE; Schema: public; Owner: -
---
-
-CREATE SEQUENCE public.oauth_tokens_id_seq
-    AS integer
-    START WITH 1
-    INCREMENT BY 1
-    NO MINVALUE
-    NO MAXVALUE
-    CACHE 1;
-
-
---
--- Name: oauth_tokens_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
---
-
-ALTER SEQUENCE public.oauth_tokens_id_seq OWNED BY public.oauth_tokens.id;
-
-
 --
 -- Name: redactions; Type: TABLE; Schema: public; Owner: -
 --
@@ -1608,7 +1492,6 @@ CREATE TABLE public.users (
     pass_salt character varying,
     email_valid boolean DEFAULT false NOT NULL,
     new_email character varying,
-    creation_ip character varying,
     languages character varying,
     status public.user_status_enum DEFAULT 'pending'::public.user_status_enum NOT NULL,
     terms_agreed timestamp without time zone,
@@ -1625,7 +1508,8 @@ CREATE TABLE public.users (
     home_tile bigint,
     tou_agreed timestamp without time zone,
     diary_comments_count integer DEFAULT 0,
-    note_comments_count integer DEFAULT 0
+    note_comments_count integer DEFAULT 0,
+    creation_address inet
 );
 
 
@@ -1728,13 +1612,6 @@ ALTER TABLE ONLY public.changeset_comments ALTER COLUMN id SET DEFAULT nextval('
 ALTER TABLE ONLY public.changesets ALTER COLUMN id SET DEFAULT nextval('public.changesets_id_seq'::regclass);
 
 
---
--- Name: client_applications id; Type: DEFAULT; Schema: public; Owner: -
---
-
-ALTER TABLE ONLY public.client_applications ALTER COLUMN id SET DEFAULT nextval('public.client_applications_id_seq'::regclass);
-
-
 --
 -- Name: current_nodes id; Type: DEFAULT; Schema: public; Owner: -
 --
@@ -1854,13 +1731,6 @@ ALTER TABLE ONLY public.oauth_access_tokens ALTER COLUMN id SET DEFAULT nextval(
 ALTER TABLE ONLY public.oauth_applications ALTER COLUMN id SET DEFAULT nextval('public.oauth_applications_id_seq'::regclass);
 
 
---
--- Name: oauth_nonces id; Type: DEFAULT; Schema: public; Owner: -
---
-
-ALTER TABLE ONLY public.oauth_nonces ALTER COLUMN id SET DEFAULT nextval('public.oauth_nonces_id_seq'::regclass);
-
-
 --
 -- Name: oauth_openid_requests id; Type: DEFAULT; Schema: public; Owner: -
 --
@@ -1868,13 +1738,6 @@ ALTER TABLE ONLY public.oauth_nonces ALTER COLUMN id SET DEFAULT nextval('public
 ALTER TABLE ONLY public.oauth_openid_requests ALTER COLUMN id SET DEFAULT nextval('public.oauth_openid_requests_id_seq'::regclass);
 
 
---
--- Name: oauth_tokens id; Type: DEFAULT; Schema: public; Owner: -
---
-
-ALTER TABLE ONLY public.oauth_tokens ALTER COLUMN id SET DEFAULT nextval('public.oauth_tokens_id_seq'::regclass);
-
-
 --
 -- Name: redactions id; Type: DEFAULT; Schema: public; Owner: -
 --
@@ -1981,14 +1844,6 @@ ALTER TABLE ONLY public.changesets
     ADD CONSTRAINT changesets_pkey PRIMARY KEY (id);
 
 
---
--- Name: client_applications client_applications_pkey; Type: CONSTRAINT; Schema: public; Owner: -
---
-
-ALTER TABLE ONLY public.client_applications
-    ADD CONSTRAINT client_applications_pkey PRIMARY KEY (id);
-
-
 --
 -- Name: current_node_tags current_node_tags_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
@@ -2165,6 +2020,14 @@ ALTER TABLE ONLY public.note_comments
     ADD CONSTRAINT note_comments_pkey PRIMARY KEY (id);
 
 
+--
+-- Name: note_subscriptions note_subscriptions_pkey; Type: CONSTRAINT; Schema: public; Owner: -
+--
+
+ALTER TABLE ONLY public.note_subscriptions
+    ADD CONSTRAINT note_subscriptions_pkey PRIMARY KEY (user_id, note_id);
+
+
 --
 -- Name: notes notes_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
@@ -2197,14 +2060,6 @@ ALTER TABLE ONLY public.oauth_applications
     ADD CONSTRAINT oauth_applications_pkey PRIMARY KEY (id);
 
 
---
--- Name: oauth_nonces oauth_nonces_pkey; Type: CONSTRAINT; Schema: public; Owner: -
---
-
-ALTER TABLE ONLY public.oauth_nonces
-    ADD CONSTRAINT oauth_nonces_pkey PRIMARY KEY (id);
-
-
 --
 -- Name: oauth_openid_requests oauth_openid_requests_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
@@ -2213,14 +2068,6 @@ ALTER TABLE ONLY public.oauth_openid_requests
     ADD CONSTRAINT oauth_openid_requests_pkey PRIMARY KEY (id);
 
 
---
--- Name: oauth_tokens oauth_tokens_pkey; Type: CONSTRAINT; Schema: public; Owner: -
---
-
-ALTER TABLE ONLY public.oauth_tokens
-    ADD CONSTRAINT oauth_tokens_pkey PRIMARY KEY (id);
-
-
 --
 -- Name: redactions redactions_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
@@ -2585,20 +2432,6 @@ CREATE INDEX index_changesets_subscribers_on_changeset_id ON public.changesets_s
 CREATE UNIQUE INDEX index_changesets_subscribers_on_subscriber_id_and_changeset_id ON public.changesets_subscribers USING btree (subscriber_id, changeset_id);
 
 
---
--- Name: index_client_applications_on_key; Type: INDEX; Schema: public; Owner: -
---
-
-CREATE UNIQUE INDEX index_client_applications_on_key ON public.client_applications USING btree (key);
-
-
---
--- Name: index_client_applications_on_user_id; Type: INDEX; Schema: public; Owner: -
---
-
-CREATE INDEX index_client_applications_on_user_id ON public.client_applications USING btree (user_id);
-
-
 --
 -- Name: index_diary_entry_subscriptions_on_diary_entry_id; Type: INDEX; Schema: public; Owner: -
 --
@@ -2683,6 +2516,13 @@ CREATE INDEX index_note_comments_on_body ON public.note_comments USING gin (to_t
 CREATE INDEX index_note_comments_on_created_at ON public.note_comments USING btree (created_at);
 
 
+--
+-- Name: index_note_subscriptions_on_note_id; Type: INDEX; Schema: public; Owner: -
+--
+
+CREATE INDEX index_note_subscriptions_on_note_id ON public.note_subscriptions USING btree (note_id);
+
+
 --
 -- Name: index_oauth_access_grants_on_application_id; Type: INDEX; Schema: public; Owner: -
 --
@@ -2746,13 +2586,6 @@ CREATE INDEX index_oauth_applications_on_owner_type_and_owner_id ON public.oauth
 CREATE UNIQUE INDEX index_oauth_applications_on_uid ON public.oauth_applications USING btree (uid);
 
 
---
--- Name: index_oauth_nonces_on_nonce_and_timestamp; Type: INDEX; Schema: public; Owner: -
---
-
-CREATE UNIQUE INDEX index_oauth_nonces_on_nonce_and_timestamp ON public.oauth_nonces USING btree (nonce, "timestamp");
-
-
 --
 -- Name: index_oauth_openid_requests_on_access_grant_id; Type: INDEX; Schema: public; Owner: -
 --
@@ -2760,20 +2593,6 @@ CREATE UNIQUE INDEX index_oauth_nonces_on_nonce_and_timestamp ON public.oauth_no
 CREATE INDEX index_oauth_openid_requests_on_access_grant_id ON public.oauth_openid_requests USING btree (access_grant_id);
 
 
---
--- Name: index_oauth_tokens_on_token; Type: INDEX; Schema: public; Owner: -
---
-
-CREATE UNIQUE INDEX index_oauth_tokens_on_token ON public.oauth_tokens USING btree (token);
-
-
---
--- Name: index_oauth_tokens_on_user_id; Type: INDEX; Schema: public; Owner: -
---
-
-CREATE INDEX index_oauth_tokens_on_user_id ON public.oauth_tokens USING btree (user_id);
-
-
 --
 -- Name: index_reports_on_issue_id; Type: INDEX; Schema: public; Owner: -
 --
@@ -2809,6 +2628,13 @@ CREATE INDEX index_user_blocks_on_user_id ON public.user_blocks USING btree (use
 CREATE UNIQUE INDEX index_user_mutes_on_owner_id_and_subject_id ON public.user_mutes USING btree (owner_id, subject_id);
 
 
+--
+-- Name: index_users_on_creation_address; Type: INDEX; Schema: public; Owner: -
+--
+
+CREATE INDEX index_users_on_creation_address ON public.users USING gist (creation_address inet_ops);
+
+
 --
 -- Name: messages_from_user_id_idx; Type: INDEX; Schema: public; Owner: -
 --
@@ -3032,14 +2858,6 @@ ALTER TABLE ONLY public.changesets
     ADD CONSTRAINT changesets_user_id_fkey FOREIGN KEY (user_id) REFERENCES public.users(id);
 
 
---
--- Name: client_applications client_applications_user_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
---
-
-ALTER TABLE ONLY public.client_applications
-    ADD CONSTRAINT client_applications_user_id_fkey FOREIGN KEY (user_id) REFERENCES public.users(id);
-
-
 --
 -- Name: current_node_tags current_node_tags_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
 --
@@ -3160,6 +2978,14 @@ ALTER TABLE ONLY public.diary_entry_subscriptions
     ADD CONSTRAINT diary_entry_subscriptions_user_id_fkey FOREIGN KEY (user_id) REFERENCES public.users(id);
 
 
+--
+-- Name: note_subscriptions fk_rails_2c1913f293; Type: FK CONSTRAINT; Schema: public; Owner: -
+--
+
+ALTER TABLE ONLY public.note_subscriptions
+    ADD CONSTRAINT fk_rails_2c1913f293 FOREIGN KEY (note_id) REFERENCES public.notes(id);
+
+
 --
 -- Name: oauth_access_grants fk_rails_330c32d8d9; Type: FK CONSTRAINT; Schema: public; Owner: -
 --
@@ -3200,6 +3026,14 @@ ALTER TABLE ONLY public.active_storage_variant_records
     ADD CONSTRAINT fk_rails_993965df05 FOREIGN KEY (blob_id) REFERENCES public.active_storage_blobs(id);
 
 
+--
+-- Name: note_subscriptions fk_rails_a352f4eced; Type: FK CONSTRAINT; Schema: public; Owner: -
+--
+
+ALTER TABLE ONLY public.note_subscriptions
+    ADD CONSTRAINT fk_rails_a352f4eced FOREIGN KEY (user_id) REFERENCES public.users(id);
+
+
 --
 -- Name: oauth_access_grants fk_rails_b4b53e07b8; Type: FK CONSTRAINT; Schema: public; Owner: -
 --
@@ -3376,22 +3210,6 @@ ALTER TABLE ONLY public.note_comments
     ADD CONSTRAINT note_comments_note_id_fkey FOREIGN KEY (note_id) REFERENCES public.notes(id);
 
 
---
--- Name: oauth_tokens oauth_tokens_client_application_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
---
-
-ALTER TABLE ONLY public.oauth_tokens
-    ADD CONSTRAINT oauth_tokens_client_application_id_fkey FOREIGN KEY (client_application_id) REFERENCES public.client_applications(id);
-
-
---
--- Name: oauth_tokens oauth_tokens_user_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
---
-
-ALTER TABLE ONLY public.oauth_tokens
-    ADD CONSTRAINT oauth_tokens_user_id_fkey FOREIGN KEY (user_id) REFERENCES public.users(id);
-
-
 --
 -- Name: redactions redactions_user_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
 --
@@ -3579,8 +3397,14 @@ INSERT INTO "schema_migrations" (version) VALUES
 ('23'),
 ('22'),
 ('21'),
+('20241023004427'),
+('20241022141247'),
+('20240913171951'),
+('20240912181413'),
+('20240910175616'),
 ('20240822121603'),
 ('20240813070506'),
+('20240724194738'),
 ('20240618193051'),
 ('20240605134916'),
 ('20240405083825'),
index c7022e0b0b914707c549c458f347f89b8bc530a4..b54b0e9f85a8b316ea296f1a42fae66720548784 100644 (file)
@@ -288,7 +288,7 @@ module ActionController
       end
 
       # Successively yields all the paginator's pages to the given block.
-      def each(&_block)
+      def each(&)
         page_count.times do |n|
           yield self[n + 1]
         end
index 72d16fc983cdbfd80b28201f1ce9b239c1b3b939..c450de4e149b6cff38bb3ab3a787789dd3ccc725 100644 (file)
@@ -145,7 +145,7 @@ module ActionView
         items = []
 
         if always_show_anchors && !(wp_first = window_pages[0]).first?
-          items.push [first.number.to_s, first.number]
+          items.push [first.number.to_s, first]
           items.push ["...", "disabled"] if wp_first.number - first.number > 1
         end
 
@@ -153,13 +153,13 @@ module ActionView
           if current_page == page && !link_to_current_page
             items.push [page.number.to_s, "active"]
           else
-            items.push [page.number.to_s, page.number]
+            items.push [page.number.to_s, page]
           end
         end
 
         if always_show_anchors && !(wp_last = window_pages[-1]).last?
           items.push ["...", "disabled"] if last.number - wp_last.number > 1
-          items.push [last.number.to_s, last.number]
+          items.push [last.number.to_s, last]
         end
 
         items
index 3e1cb9afa6d9cf6da4ca51d80255576c3f25f309..45a4dcf5fc0bd62335ea0339409e2c1fbfd49e6d 100644 (file)
@@ -27,7 +27,7 @@ module GPX
             point.timestamp = Time.parse(reader.read_string).utc
           end
         when XML::Reader::TYPE_END_ELEMENT
-          if reader.name == "trkpt" && point && point.valid?
+          if reader.name == "trkpt" && point&.valid?
             point.altitude ||= 0
             yield point
             @actual_points += 1
@@ -57,7 +57,7 @@ module GPX
         when "application/x-bzip" then io = Bzip2::FFI::Reader.open(@file)
         end
 
-        parse_file(XML::Reader.io(io), &block)
+        parse_file(XML::Reader.io(io, :options => XML::Parser::Options::NOERROR), &block)
       end
     end
 
index a8f49762112a739ccb351ff130dd71bc678ba6e5..679c564a63223e500afecac1a4a19b62dd458b2a 100644 (file)
@@ -1,8 +1,11 @@
 module Oauth
-  SCOPES = %w[read_prefs write_prefs write_diary write_api read_gpx write_gpx write_notes].freeze
+  SCOPES = %w[
+    read_prefs write_prefs write_diary
+    write_api read_gpx write_gpx write_notes write_redactions
+    consume_messages send_messages openid
+  ].freeze
   PRIVILEGED_SCOPES = %w[read_email skip_authorization].freeze
   MODERATOR_SCOPES = %w[write_redactions].freeze
-  OAUTH2_SCOPES = %w[write_redactions consume_messages send_messages openid].freeze
 
   class Scope
     attr_reader :name
@@ -16,10 +19,9 @@ module Oauth
     end
   end
 
-  def self.scopes(oauth2: false, privileged: false)
+  def self.scopes(privileged: false)
     scopes = SCOPES
     scopes += PRIVILEGED_SCOPES if privileged
-    scopes += OAUTH2_SCOPES if oauth2
     scopes.collect { |s| Scope.new(s) }
   end
 end
index 11383dd16beb855fb8f14ae2faf7b72515978379..c395a376881541abdc8c0b7d364584b39be0aac9 100644 (file)
@@ -38,7 +38,11 @@ module OsmCommunityIndex
                community_en_yaml.dig("_defaults", community.type, "name")
     community_name = community_locale_yaml.dig("_communities", community.strings["communityID"])
     # Change the `{community}` placeholder to `%{community}` and use Ruby's Kernel.format to fill it in.
-    translated_name = format(template.gsub("{", "%{"), { :community => community_name }) if template && community_name
+    begin
+      translated_name = format(template.gsub("{", "%{"), { :community => community_name }) if template && community_name
+    rescue KeyError => e
+      Rails.logger.warn e.full_message
+    end
     return translated_name if translated_name
 
     # Otherwise fall back to the (English-language) resource name
index 424e85c1095999e781147f35610193b36ade59e0..8983f3bd3bd1c4858d5aab8caa57a538d12b32a7 100644 (file)
@@ -32,11 +32,11 @@ module ShortLink
         else
           3.times do
             x <<= 1
-            x |= 1 unless (t & 32).zero?
+            x |= 1 unless t.nobits?(32)
             t <<= 1
 
             y <<= 1
-            y |= 1 unless (t & 32).zero?
+            y |= 1 unless t.nobits?(32)
             t <<= 1
           end
           z += 3
diff --git a/lib/tasks/cleanup.rake b/lib/tasks/cleanup.rake
new file mode 100644 (file)
index 0000000..2cfc7e4
--- /dev/null
@@ -0,0 +1,7 @@
+namespace :db do
+  desc "Expire old tokens"
+  task :expire_tokens => :environment do
+    Doorkeeper::AccessGrant.where("revoked_at < NOW() - INTERVAL '28 days' OR (created_at + expires_in * INTERVAL '1 second') < NOW() - INTERVAL '28 days'").delete_all
+    Doorkeeper::AccessToken.where("revoked_at < NOW() - INTERVAL '28 days' OR (created_at + expires_in * INTERVAL '1 second') < NOW() - INTERVAL '28 days'").delete_all
+  end
+end
index 14d9a5df92337df4802ead1d5fdc59bbbc696067..d78d74dfc1fdd6f0d9775f9218647732ad72fab6 100644 (file)
@@ -5,7 +5,7 @@
     "jquery-simulate": "^1.0.2",
     "js-cookie": "^3.0.0",
     "leaflet": "^1.8.0",
-    "leaflet.locatecontrol": "^0.81.0",
+    "leaflet.locatecontrol": "^0.82.0",
     "osm-community-index": "^5.2.0",
     "qs": "^6.9.4"
   },
diff --git a/public/oauth/crossdomain.xml b/public/oauth/crossdomain.xml
deleted file mode 100644 (file)
index a8029a9..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
-
-<cross-domain-policy>
-       <allow-access-from domain="*" secure="false"/>
-       <allow-http-request-headers-from domain="*" headers="*" secure="false"/>
-</cross-domain-policy>
index 058db57c6ace8ffd4ea47d30b0aa01a0c5b5a4eb..2edd47453f01fff6df512b2483de3a26c552b7ca 100644 (file)
@@ -1,3 +1,9 @@
+# OpenStreetMap's data is available for free in bulk from https://planet.openstreetmap.org
+# For regional extracts and documentation, see https://wiki.openstreetmap.org/wiki/Planet.osm
+# We encourage you to use these instead of scraping our site.
+# Scraping puts a high load on our donated resources and will lead to your IP being blocked.
+# Please respect our resources, and help us keep the service free and accessible for everyone.
+
 User-agent: *
 Disallow: /user/*/traces/
 Allow: /user/
diff --git a/script/cleanup b/script/cleanup
deleted file mode 100755 (executable)
index e829be1..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env ruby
-
-require File.join(File.dirname(__FILE__), "..", "config", "environment")
-
-OauthNonce.where("timestamp < EXTRACT(EPOCH FROM NOW() - INTERVAL '1 day')").delete_all
-OauthToken.where("invalidated_at < NOW() - INTERVAL '28 days'").delete_all
-RequestToken.where("authorized_at IS NULL AND created_at < NOW() - INTERVAL '28 days'").delete_all
-
-Doorkeeper::AccessGrant.where("revoked_at < NOW() - INTERVAL '28 days' OR (created_at + expires_in * INTERVAL '1 second') < NOW() - INTERVAL '28 days'").delete_all
-Doorkeeper::AccessToken.where("revoked_at < NOW() - INTERVAL '28 days' OR (created_at + expires_in * INTERVAL '1 second') < NOW() - INTERVAL '28 days'").delete_all
-
-exit 0
index b5656f6ac0b5b7aad20208084b990789985fdc9b..7d665454582a842ebb09d6bf2d313dcee955a64d 100755 (executable)
@@ -8,7 +8,7 @@ addresses = User.count(
     :status => %w[suspended deleted],
     :creation_time => Time.now.utc - 28.days..Time.now.utc
   },
-  :group => :creation_ip
+  :group => :creation_address
 )
 
 addresses.each do |address, count|
index f19234a8ec0f04ba8b4ac380d85b83734e1c1067..f6ecd4ed5742ab0a28b07a5017c541fdfdd55b92 100644 (file)
@@ -3,12 +3,6 @@
 # abort on error
 set -e
 
-# set locale to UTF-8 compatible. apologies to non-english speakers...
-locale-gen en_GB.utf8
-update-locale LANG=en_GB.utf8 LC_ALL=en_GB.utf8
-export LANG=en_GB.utf8
-export LC_ALL=en_GB.utf8
-
 # make sure we have up-to-date packages
 apt-get update
 
@@ -18,7 +12,7 @@ apt-get upgrade -y
 # install packages as explained in INSTALL.md
 apt-get install -y ruby ruby-dev ruby-bundler \
                      libxml2-dev libxslt1-dev nodejs npm \
-                     build-essential git-core \
+                     build-essential git-core firefox-esr \
                      postgresql postgresql-contrib libpq-dev libvips-dev libyaml-dev \
                      libsasl2-dev libffi-dev libgd-dev libarchive-dev libbz2-dev
 npm install --global yarn
index 59f5928d79d10725d7118e4c8dc2d34ec59c9a0c..99168375a884f62560ab732a84f54f2f6ec4c94b 100644 (file)
@@ -45,7 +45,7 @@ class GuestAbilityTest < AbilityTest
   test "user roles permissions for a guest" do
     ability = Ability.new nil
 
-    [:grant, :revoke].each do |action|
+    [:create, :destroy].each do |action|
       assert ability.cannot?(action, UserRole), "should not be able to #{action} UserRoles"
     end
   end
@@ -86,7 +86,7 @@ class ModeratorAbilityTest < AbilityTest
   test "User Roles permissions" do
     ability = Ability.new create(:moderator_user)
 
-    [:grant, :revoke].each do |action|
+    [:create, :destroy].each do |action|
       assert ability.cannot?(action, UserRole), "should not be able to #{action} UserRoles"
     end
 
@@ -159,7 +159,7 @@ class AdministratorAbilityTest < AbilityTest
   test "User Roles permissions for an administrator" do
     ability = Ability.new create(:administrator_user)
 
-    [:grant, :revoke].each do |action|
+    [:create, :destroy].each do |action|
       assert ability.can?(action, UserRole), "should be able to #{action} UserRoles"
     end
   end
index bcfcaf74e4d809ad0a8aba72af5c0837f8af062d..5e8396c676ac754543f5e08c27b5d82045b33e52 100644 (file)
@@ -88,12 +88,6 @@ end
 
 class UserApiCapabilityTest < ActiveSupport::TestCase
   test "user preferences" do
-    # a user with no tokens
-    capability = ApiCapability.new nil
-    [:index, :show, :update_all, :update, :destroy].each do |act|
-      assert capability.cannot? act, UserPreference
-    end
-
     # A user with empty tokens
     token = create(:oauth_access_token)
     capability = ApiCapability.new token
index 63c8090a83d735929ab1421fcafb0d935dc813aa..d2c3d5196ab9b5ccbcae32aaaed086e03650d7f5 100644 (file)
@@ -38,7 +38,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
     click_on "Logout", :match => :first
   end
 
-  def within_sidebar(&block)
-    within "#sidebar_content", &block
+  def within_sidebar(&)
+    within("#sidebar_content", &)
   end
 end
index f479b24b3cb99b3b9f68921fd772086f69bd4103..21f30714c2213034fef4e4d4041ce2e05273ef68 100644 (file)
@@ -41,7 +41,7 @@ module Api
       deleted_user = create(:user, :deleted)
       private_user_closed_changeset = create(:changeset, :closed, :user => private_user)
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       assert_difference "ChangesetComment.count", 1 do
         assert_no_difference "ActionMailer::Base.deliveries.size" do
@@ -74,7 +74,7 @@ module Api
 
       ActionMailer::Base.deliveries.clear
 
-      auth_header = basic_authorization_header user2.email, "test"
+      auth_header = bearer_authorization_header user2
 
       assert_difference "ChangesetComment.count", 1 do
         assert_difference "ActionMailer::Base.deliveries.size", 2 do
@@ -105,7 +105,7 @@ module Api
       post changeset_comment_path(create(:changeset, :closed), :text => "This is a comment")
       assert_response :unauthorized
 
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       # bad changeset id
       assert_no_difference "ChangesetComment.count" do
@@ -138,7 +138,7 @@ module Api
       changeset = create(:changeset, :closed)
       user = create(:user)
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       assert_difference "ChangesetComment.count", Settings.initial_changeset_comments_per_hour do
         1.upto(Settings.initial_changeset_comments_per_hour) do |count|
@@ -158,9 +158,9 @@ module Api
     def test_create_comment_experienced_user_rate_limit
       changeset = create(:changeset, :closed)
       user = create(:user)
-      create_list(:changeset_comment, 200, :author_id => user.id, :created_at => Time.now.utc - 1.day)
+      create_list(:changeset_comment, Settings.comments_to_max_changeset_comments, :author_id => user.id, :created_at => Time.now.utc - 1.day)
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       assert_difference "ChangesetComment.count", Settings.max_changeset_comments_per_hour do
         1.upto(Settings.max_changeset_comments_per_hour) do |count|
@@ -182,7 +182,7 @@ module Api
       user = create(:user)
       create(:issue_with_reports, :reportable => user, :reported_user => user)
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       assert_difference "ChangesetComment.count", Settings.initial_changeset_comments_per_hour / 2 do
         1.upto(Settings.initial_changeset_comments_per_hour / 2) do |count|
@@ -203,7 +203,7 @@ module Api
       changeset = create(:changeset, :closed)
       user = create(:moderator_user)
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       assert_difference "ChangesetComment.count", Settings.moderator_changeset_comments_per_hour do
         1.upto(Settings.moderator_changeset_comments_per_hour) do |count|
@@ -229,14 +229,14 @@ module Api
       assert_response :unauthorized
       assert comment.reload.visible
 
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       # not a moderator
       post changeset_comment_hide_path(comment), :headers => auth_header
       assert_response :forbidden
       assert comment.reload.visible
 
-      auth_header = basic_authorization_header create(:moderator_user).email, "test"
+      auth_header = bearer_authorization_header create(:moderator_user)
 
       # bad comment id
       post changeset_comment_hide_path(999111), :headers => auth_header
@@ -250,7 +250,7 @@ module Api
       comment = create(:changeset_comment)
       assert comment.visible
 
-      auth_header = basic_authorization_header create(:moderator_user).email, "test"
+      auth_header = bearer_authorization_header create(:moderator_user)
 
       post changeset_comment_hide_path(comment), :headers => auth_header
       assert_response :success
@@ -268,14 +268,14 @@ module Api
       assert_response :unauthorized
       assert_not comment.reload.visible
 
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       # not a moderator
       post changeset_comment_unhide_path(comment), :headers => auth_header
       assert_response :forbidden
       assert_not comment.reload.visible
 
-      auth_header = basic_authorization_header create(:moderator_user).email, "test"
+      auth_header = bearer_authorization_header create(:moderator_user)
 
       # bad comment id
       post changeset_comment_unhide_path(999111), :headers => auth_header
@@ -289,7 +289,7 @@ module Api
       comment = create(:changeset_comment, :visible => false)
       assert_not comment.visible
 
-      auth_header = basic_authorization_header create(:moderator_user).email, "test"
+      auth_header = bearer_authorization_header create(:moderator_user)
 
       post changeset_comment_unhide_path(comment), :headers => auth_header
       assert_response :success
@@ -303,11 +303,11 @@ module Api
     # But writing oauth tests is hard, and so it's easier to put in a controller test.)
     def test_api_write_and_terms_agreed_via_token
       user = create(:user, :terms_agreed => nil)
-      token = create(:oauth_access_token, :resource_owner_id => user.id, :scopes => %w[write_api])
+      auth_header = bearer_authorization_header(user, :scopes => %w[write_api])
       changeset = create(:changeset, :closed)
 
       assert_difference "ChangesetComment.count", 0 do
-        post changeset_comment_path(changeset), :params => { :text => "This is a comment" }, :headers => bearer_authorization_header(token.token)
+        post changeset_comment_path(changeset), :params => { :text => "This is a comment" }, :headers => auth_header
       end
       assert_response :forbidden
 
@@ -316,30 +316,7 @@ module Api
       user.save!
 
       assert_difference "ChangesetComment.count", 1 do
-        post changeset_comment_path(changeset), :params => { :text => "This is a comment" }, :headers => bearer_authorization_header(token.token)
-      end
-      assert_response :success
-    end
-
-    # This test does the same as above, but with basic auth, to similarly test that the
-    # abilities take into account terms agreement too.
-    def test_api_write_and_terms_agreed_via_basic_auth
-      user = create(:user, :terms_agreed => nil)
-      changeset = create(:changeset, :closed)
-
-      auth_header = basic_authorization_header user.email, "test"
-
-      assert_difference "ChangesetComment.count", 0 do
-        post changeset_comment_path(changeset, :text => "This is a comment"), :headers => auth_header
-      end
-      assert_response :forbidden
-
-      # Try again, after agreement with the terms
-      user.terms_agreed = Time.now.utc
-      user.save!
-
-      assert_difference "ChangesetComment.count", 1 do
-        post changeset_comment_path(changeset, :text => "This is a comment"), :headers => auth_header
+        post changeset_comment_path(changeset), :params => { :text => "This is a comment" }, :headers => auth_header
       end
       assert_response :success
     end
index 1d7afa03586130e5041b17a4722857a97f5561cf..c0be42a21614132b8628618a21749b663532d35a 100644 (file)
@@ -64,7 +64,7 @@ module Api
     # -----------------------
 
     def test_create
-      auth_header = basic_authorization_header create(:user, :data_public => false).email, "test"
+      auth_header = bearer_authorization_header create(:user, :data_public => false)
       # Create the first user's changeset
       xml = "<osm><changeset>" \
             "<tag k='created_by' v='osm test suite checking changesets'/>" \
@@ -72,7 +72,7 @@ module Api
       put changeset_create_path, :params => xml, :headers => auth_header
       assert_require_public_data
 
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
       # Create the first user's changeset
       xml = "<osm><changeset>" \
             "<tag k='created_by' v='osm test suite checking changesets'/>" \
@@ -99,13 +99,13 @@ module Api
     end
 
     def test_create_invalid
-      auth_header = basic_authorization_header create(:user, :data_public => false).email, "test"
+      auth_header = bearer_authorization_header create(:user, :data_public => false)
       xml = "<osm><changeset></osm>"
       put changeset_create_path, :params => xml, :headers => auth_header
       assert_require_public_data
 
       ## Try the public user
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
       xml = "<osm><changeset></osm>"
       put changeset_create_path, :params => xml, :headers => auth_header
       assert_response :bad_request, "creating a invalid changeset should fail"
@@ -117,23 +117,23 @@ module Api
       assert_response :unauthorized, "shouldn't be able to create a changeset with no auth"
 
       ## Now try to with a non-public user
-      auth_header = basic_authorization_header create(:user, :data_public => false).email, "test"
+      auth_header = bearer_authorization_header create(:user, :data_public => false)
       put changeset_create_path, :headers => auth_header
       assert_require_public_data
 
       ## Try an inactive user
-      auth_header = basic_authorization_header create(:user, :pending).email, "test"
+      auth_header = bearer_authorization_header create(:user, :pending)
       put changeset_create_path, :headers => auth_header
       assert_inactive_user
 
       ## Now try to use a normal user
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
       put changeset_create_path, :headers => auth_header
       assert_response :bad_request, "creating a changeset with no content should fail"
     end
 
     def test_create_wrong_method
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       get changeset_create_path, :headers => auth_header
       assert_response :not_found
@@ -216,7 +216,7 @@ module Api
 
       # one hidden comment shown to moderators
       moderator_user = create(:moderator_user)
-      auth_header = basic_authorization_header moderator_user.email, "test"
+      auth_header = bearer_authorization_header moderator_user
       get changeset_show_path(changeset), :params => { :include_discussion => true, :show_hidden_comments => true },
                                           :headers => auth_header
       assert_response :success, "cannot get closed changeset with comments"
@@ -322,7 +322,7 @@ module Api
 
       # one hidden comment shown to moderators
       moderator_user = create(:moderator_user)
-      auth_header = basic_authorization_header moderator_user.email, "test"
+      auth_header = bearer_authorization_header moderator_user
       get changeset_show_path(changeset), :params => { :format => "json", :include_discussion => true, :show_hidden_comments => true },
                                           :headers => auth_header
       assert_response :success, "cannot get closed changeset with comments"
@@ -416,12 +416,12 @@ module Api
       assert_response :unauthorized
 
       ## Try using the non-public user
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
       put changeset_close_path(private_changeset), :headers => auth_header
       assert_require_public_data
 
       ## The try with the public user
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       cs_id = changeset.id
       put changeset_close_path(cs_id), :headers => auth_header
@@ -439,7 +439,7 @@ module Api
       user = create(:user)
       changeset = create(:changeset)
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       put changeset_close_path(changeset), :headers => auth_header
       assert_response :conflict
@@ -452,7 +452,7 @@ module Api
       user = create(:user)
       changeset = create(:changeset, :user => user)
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       get changeset_close_path(changeset), :headers => auth_header
       assert_response :not_found
@@ -477,7 +477,7 @@ module Api
       end
 
       # Now try with auth
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
       cs_ids.each do |id|
         put changeset_close_path(id), :headers => auth_header
         assert_response :not_found, "The changeset #{id} doesn't exist, so can't be closed"
@@ -534,7 +534,7 @@ module Api
                       "shouldn't be able to upload a simple valid diff to changeset: #{@response.body}"
 
       ## Now try with a private user
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
       changeset_id = private_changeset.id
 
       # simple diff to change a node, way and relation by removing
@@ -563,7 +563,7 @@ module Api
                       "can't upload a simple valid diff to changeset: #{@response.body}"
 
       ## Now try with the public user
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
       changeset_id = changeset.id
 
       # simple diff to change a node, way and relation by removing
@@ -606,7 +606,7 @@ module Api
       way = create(:way_with_nodes, :nodes_count => 2)
       relation = create(:relation)
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # simple diff to create a node way and relation using placeholders
       diff = <<~CHANGESET
@@ -677,7 +677,7 @@ module Api
       create(:relation_member, :relation => super_relation, :member => used_way)
       create(:relation_member, :relation => super_relation, :member => used_node)
 
-      auth_header = basic_authorization_header changeset.user.display_name, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       diff = XML::Document.new
       diff.root = XML::Node.new "osmChange"
@@ -719,7 +719,7 @@ module Api
       node = create(:node)
       changeset = create(:changeset)
 
-      auth_header = basic_authorization_header changeset.user.display_name, "test"
+      auth_header = bearer_authorization_header changeset.user
       diff = "<osmChange><delete><node id='#{node.id}' version='#{node.version}' changeset='#{changeset.id}'/></delete></osmChange>"
 
       # upload it
@@ -736,7 +736,7 @@ module Api
 
     def test_repeated_changeset_create
       3.times do
-        auth_header = basic_authorization_header create(:user).email, "test"
+        auth_header = bearer_authorization_header
 
         # create a temporary changeset
         xml = "<osm><changeset>" \
@@ -751,7 +751,7 @@ module Api
 
     def test_upload_large_changeset
       user = create(:user)
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # create an old changeset to ensure we have the maximum rate limit
       create(:changeset, :user => user, :created_at => Time.now.utc - 28.days)
@@ -813,7 +813,7 @@ module Api
       create(:relation_member, :relation => relation, :member => used_way)
       create(:relation_member, :relation => relation, :member => used_node)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       diff = XML::Document.new
       diff.root = XML::Node.new "osmChange"
@@ -855,7 +855,7 @@ module Api
       create(:relation_member, :relation => super_relation, :member => used_way)
       create(:relation_member, :relation => super_relation, :member => used_node)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       diff = XML::Document.new
       diff.root = XML::Node.new "osmChange"
@@ -911,7 +911,7 @@ module Api
     def test_upload_invalid_too_long_tag
       changeset = create(:changeset)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       # simple diff to create a node way and relation using placeholders
       diff = <<~CHANGESET
@@ -941,7 +941,7 @@ module Api
 
       changeset = create(:changeset)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       # simple diff to create a node way and relation using placeholders
       diff = <<~CHANGESET
@@ -1000,7 +1000,7 @@ module Api
       relation = create(:relation)
       other_relation = create(:relation)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       # simple diff to create a node way and relation using placeholders
       diff = <<~CHANGESET
@@ -1043,7 +1043,7 @@ module Api
     def test_upload_multiple_valid
       node = create(:node)
       changeset = create(:changeset)
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       # change the location of a node multiple times, each time referencing
       # the last version. doesn't this depend on version numbers being
@@ -1081,7 +1081,7 @@ module Api
       node = create(:node)
       changeset = create(:changeset)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       diff = <<~CHANGESET
         <osmChange>
@@ -1103,7 +1103,7 @@ module Api
     def test_upload_missing_version
       changeset = create(:changeset)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       diff = <<~CHANGESET
         <osmChange>
@@ -1124,7 +1124,7 @@ module Api
     def test_action_upload_invalid
       changeset = create(:changeset)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       diff = <<~CHANGESET
         <osmChange>
@@ -1149,7 +1149,7 @@ module Api
       other_relation = create(:relation)
       create(:relation_tag, :relation => relation)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       diff = <<~CHANGESET
         <osmChange>
@@ -1184,7 +1184,7 @@ module Api
     def test_upload_reuse_placeholder_valid
       changeset = create(:changeset)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       diff = <<~CHANGESET
         <osmChange>
@@ -1218,7 +1218,7 @@ module Api
     def test_upload_placeholder_invalid
       changeset = create(:changeset)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       diff = <<~CHANGESET
         <osmChange>
@@ -1256,7 +1256,7 @@ module Api
     def test_upload_process_order
       changeset = create(:changeset)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       diff = <<~CHANGESET
         <osmChange>
@@ -1280,7 +1280,7 @@ module Api
     def test_upload_duplicate_delete
       changeset = create(:changeset)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       diff = <<~CHANGESET
         <osmChange>
@@ -1327,7 +1327,7 @@ module Api
       changeset = create(:changeset)
       way = create(:way)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       diff = <<~CHANGESET
         <osmChange>
@@ -1382,7 +1382,7 @@ module Api
       changeset = create(:changeset)
       relation = create(:relation)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       diff = <<~CHANGESET
         <osmChange>
@@ -1434,7 +1434,7 @@ module Api
     # test what happens if a diff is uploaded containing only a node
     # move.
     def test_upload_node_move
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       xml = "<osm><changeset>" \
             "<tag k='created_by' v='osm test suite checking changesets'/>" \
@@ -1471,7 +1471,7 @@ module Api
     ##
     # test what happens if a diff is uploaded adding a node to a way.
     def test_upload_way_extend
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       xml = "<osm><changeset>" \
             "<tag k='created_by' v='osm test suite checking changesets'/>" \
@@ -1512,7 +1512,7 @@ module Api
     def test_upload_empty_invalid
       changeset = create(:changeset)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       ["<osmChange/>",
        "<osmChange></osmChange>",
@@ -1532,7 +1532,7 @@ module Api
       node = create(:node)
       create(:relation_member, :member => node)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       # try and delete a node that is in use
       diff = XML::Document.new
@@ -1556,7 +1556,7 @@ module Api
     def test_upload_not_found
       changeset = create(:changeset)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       # modify node
       diff = <<~CHANGESET
@@ -1640,7 +1640,7 @@ module Api
     def test_upload_relation_placeholder_not_fix
       changeset = create(:changeset)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       # modify node
       diff = <<~CHANGESET
@@ -1674,7 +1674,7 @@ module Api
     def test_upload_multiple_delete_block
       changeset = create(:changeset)
 
-      auth_header = basic_authorization_header changeset.user.email, "test"
+      auth_header = bearer_authorization_header changeset.user
 
       node = create(:node)
       way = create(:way)
@@ -1717,7 +1717,7 @@ module Api
                                      :num_changes => Settings.initial_changes_per_hour - 2)
 
       # create authentication header
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # simple diff to create a node way and relation using placeholders
       diff = <<~CHANGESET
@@ -1772,7 +1772,7 @@ module Api
       end
 
       # create authentication header
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # simple diff to create a node way and relation using placeholders
       diff = <<~CHANGESET
@@ -1813,7 +1813,7 @@ module Api
                                      :max_lat => (0.5 * GeoRecord::SCALE).round, :max_lon => (2.5 * GeoRecord::SCALE).round)
 
       # create authentication header
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # simple diff to create a node
       diff = <<~CHANGESET
@@ -1847,7 +1847,7 @@ module Api
                                      :max_lat => (0.5 * GeoRecord::SCALE).round, :max_lon => (2.5 * GeoRecord::SCALE).round)
 
       # create authentication header
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # simple diff to create a node way and relation using placeholders
       diff = <<~CHANGESET
@@ -1873,7 +1873,7 @@ module Api
       node = create(:node)
 
       ## First try with a non-public user, which should get a forbidden
-      auth_header = basic_authorization_header create(:user, :data_public => false).email, "test"
+      auth_header = bearer_authorization_header create(:user, :data_public => false)
 
       # create a temporary changeset
       xml = "<osm><changeset>" \
@@ -1883,7 +1883,7 @@ module Api
       assert_response :forbidden
 
       ## Now try with a normal user
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       # create a temporary changeset
       xml = "<osm><changeset>" \
@@ -1928,7 +1928,7 @@ module Api
     #
     # NOTE: the error turned out to be something else completely!
     def test_josm_upload
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       # create a temporary changeset
       xml = "<osm><changeset>" \
@@ -1989,7 +1989,7 @@ module Api
       node = create(:node)
       node2 = create(:node)
       way = create(:way)
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       # create a temporary changeset
       xml = "<osm><changeset>" \
@@ -2104,7 +2104,7 @@ module Api
       way = create(:way)
       create(:way_node, :way => way, :node => create(:node, :lat => 0.3, :lon => 0.3))
 
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       # create a new changeset
       xml = "<osm><changeset/></osm>"
@@ -2193,7 +2193,7 @@ module Api
       assert_response :not_found, "shouldn't be able to get changesets by non-public user (name)"
 
       # but this should work
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
       get changesets_path(:user => private_user.id), :headers => auth_header
       assert_response :success, "can't get changesets by user ID"
       assert_changesets_in_order [private_user_changeset, private_user_closed_changeset]
@@ -2421,12 +2421,12 @@ module Api
       assert_response :unauthorized
 
       # try with the wrong authorization
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
       put changeset_show_path(private_changeset), :params => new_changeset.to_s, :headers => auth_header
       assert_response :conflict
 
       # now this should get an unauthorized
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
       put changeset_show_path(private_changeset), :params => new_changeset.to_s, :headers => auth_header
       assert_require_public_data "user with their data non-public, shouldn't be able to edit their changeset"
 
@@ -2442,12 +2442,12 @@ module Api
       assert_response :unauthorized
 
       # try with the wrong authorization
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
       put changeset_show_path(changeset), :params => new_changeset.to_s, :headers => auth_header
       assert_response :conflict
 
       # now this should work...
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
       put changeset_show_path(changeset), :params => new_changeset.to_s, :headers => auth_header
       assert_response :success
 
@@ -2460,7 +2460,7 @@ module Api
     # check that a user different from the one who opened the changeset
     # can't modify it.
     def test_changeset_update_invalid
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       changeset = create(:changeset)
       new_changeset = create_changeset_xml(:user => changeset.user, :id => changeset.id)
@@ -2478,7 +2478,7 @@ module Api
     ## FIXME should be changed to an integration test due to the with_controller
     def test_changeset_limits
       user = create(:user)
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # create an old changeset to ensure we have the maximum rate limit
       create(:changeset, :user => user, :created_at => Time.now.utc - 28.days)
@@ -2559,7 +2559,7 @@ module Api
     ##
     # test subscribe success
     def test_subscribe_success
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
       changeset = create(:changeset, :closed)
 
       assert_difference "changeset.subscribers.count", 1 do
@@ -2587,7 +2587,7 @@ module Api
       end
       assert_response :unauthorized
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # bad changeset id
       assert_no_difference "changeset.subscribers.count" do
@@ -2608,7 +2608,7 @@ module Api
     # test unsubscribe success
     def test_unsubscribe_success
       user = create(:user)
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
       changeset = create(:changeset, :closed)
       changeset.subscribers.push(user)
 
@@ -2637,7 +2637,7 @@ module Api
       end
       assert_response :unauthorized
 
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       # bad changeset id
       assert_no_difference "changeset.subscribers.count" do
index 0b54be4dc2051fe33c1c8434d5ced5f823fb45f4..cbf8dc870294fc7362341c2c3700f0e2e6aecc56 100644 (file)
@@ -59,10 +59,7 @@ module Api
       recipient = create(:user)
       sender = create(:user)
 
-      sender_token = create(:oauth_access_token,
-                            :resource_owner_id => sender.id,
-                            :scopes => %w[send_messages consume_messages])
-      sender_auth = bearer_authorization_header(sender_token.token)
+      sender_auth = bearer_authorization_header(sender, :scopes => %w[send_messages consume_messages])
 
       msg = build(:message)
 
@@ -101,10 +98,7 @@ module Api
       recipient = create(:user)
 
       sender = create(:user)
-      sender_token = create(:oauth_access_token,
-                            :resource_owner_id => sender.id,
-                            :scopes => %w[send_messages consume_messages])
-      sender_auth = bearer_authorization_header(sender_token.token)
+      sender_auth = bearer_authorization_header(sender, :scopes => %w[send_messages consume_messages])
 
       assert_no_difference "Message.count" do
         assert_no_difference "ActionMailer::Base.deliveries.size" do
@@ -160,20 +154,9 @@ module Api
       sender = create(:user)
       user3 = create(:user)
 
-      sender_token = create(:oauth_access_token,
-                            :resource_owner_id => sender.id,
-                            :scopes => %w[consume_messages])
-      sender_auth = bearer_authorization_header(sender_token.token)
-
-      recipient_token = create(:oauth_access_token,
-                               :resource_owner_id => recipient.id,
-                               :scopes => %w[consume_messages])
-      recipient_auth = bearer_authorization_header(recipient_token.token)
-
-      user3_token = create(:oauth_access_token,
-                           :resource_owner_id => user3.id,
-                           :scopes => %w[send_messages consume_messages])
-      user3_auth = bearer_authorization_header(user3_token.token)
+      sender_auth = bearer_authorization_header(sender, :scopes => %w[consume_messages])
+      recipient_auth = bearer_authorization_header(recipient, :scopes => %w[consume_messages])
+      user3_auth = bearer_authorization_header(user3, :scopes => %w[send_messages consume_messages])
 
       msg = create(:message, :unread, :sender => sender, :recipient => recipient)
 
@@ -264,15 +247,8 @@ module Api
       sender = create(:user)
       user3 = create(:user)
 
-      recipient_token = create(:oauth_access_token,
-                               :resource_owner_id => recipient.id,
-                               :scopes => %w[consume_messages])
-      recipient_auth = bearer_authorization_header(recipient_token.token)
-
-      user3_token = create(:oauth_access_token,
-                           :resource_owner_id => user3.id,
-                           :scopes => %w[send_messages consume_messages])
-      user3_auth = bearer_authorization_header(user3_token.token)
+      recipient_auth = bearer_authorization_header(recipient, :scopes => %w[consume_messages])
+      user3_auth = bearer_authorization_header(user3, :scopes => %w[send_messages consume_messages])
 
       msg = create(:message, :unread, :sender => sender, :recipient => recipient)
 
@@ -339,22 +315,13 @@ module Api
 
     def test_delete
       recipient = create(:user)
-      recipient_token = create(:oauth_access_token,
-                               :resource_owner_id => recipient.id,
-                               :scopes => %w[consume_messages])
-      recipient_auth = bearer_authorization_header(recipient_token.token)
+      recipient_auth = bearer_authorization_header(recipient, :scopes => %w[consume_messages])
 
       sender = create(:user)
-      sender_token = create(:oauth_access_token,
-                            :resource_owner_id => sender.id,
-                            :scopes => %w[send_messages consume_messages])
-      sender_auth = bearer_authorization_header(sender_token.token)
+      sender_auth = bearer_authorization_header(sender, :scopes => %w[send_messages consume_messages])
 
       user3 = create(:user)
-      user3_token = create(:oauth_access_token,
-                           :resource_owner_id => user3.id,
-                           :scopes => %w[send_messages consume_messages])
-      user3_auth = bearer_authorization_header(user3_token.token)
+      user3_auth = bearer_authorization_header(user3, :scopes => %w[send_messages consume_messages])
 
       msg = create(:message, :read, :sender => sender, :recipient => recipient)
 
@@ -407,22 +374,13 @@ module Api
 
     def test_list_messages
       user1 = create(:user)
-      user1_token = create(:oauth_access_token,
-                           :resource_owner_id => user1.id,
-                           :scopes => %w[send_messages consume_messages])
-      user1_auth = bearer_authorization_header(user1_token.token)
+      user1_auth = bearer_authorization_header(user1, :scopes => %w[send_messages consume_messages])
 
       user2 = create(:user)
-      user2_token = create(:oauth_access_token,
-                           :resource_owner_id => user2.id,
-                           :scopes => %w[send_messages consume_messages])
-      user2_auth = bearer_authorization_header(user2_token.token)
+      user2_auth = bearer_authorization_header(user2, :scopes => %w[send_messages consume_messages])
 
       user3 = create(:user)
-      user3_token = create(:oauth_access_token,
-                           :resource_owner_id => user3.id,
-                           :scopes => %w[send_messages consume_messages])
-      user3_auth = bearer_authorization_header(user3_token.token)
+      user3_auth = bearer_authorization_header(user3, :scopes => %w[send_messages consume_messages])
 
       # create some messages between users
       # user | inbox | outbox
@@ -523,10 +481,7 @@ module Api
 
     def test_paged_list_messages_asc
       recipient = create(:user)
-      recipient_token = create(:oauth_access_token,
-                               :resource_owner_id => recipient.id,
-                               :scopes => %w[consume_messages])
-      recipient_auth = bearer_authorization_header(recipient_token.token)
+      recipient_auth = bearer_authorization_header(recipient, :scopes => %w[consume_messages])
 
       sender = create(:user)
 
@@ -559,10 +514,7 @@ module Api
 
     def test_paged_list_messages_desc
       recipient = create(:user)
-      recipient_token = create(:oauth_access_token,
-                               :resource_owner_id => recipient.id,
-                               :scopes => %w[consume_messages])
-      recipient_auth = bearer_authorization_header(recipient_token.token)
+      recipient_auth = bearer_authorization_header(recipient, :scopes => %w[consume_messages])
 
       sender = create(:user)
 
index d9fabb012e18b21d0152cb2653e0a7f37e9dc470..9896c34a5a70ac491e27e600694237cc22e7abc6 100644 (file)
@@ -55,7 +55,7 @@ module Api
       assert_response :unauthorized, "node upload did not return unauthorized status"
 
       ## Now try with the user which doesn't have their data public
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
 
       # create a minimal xml file
       xml = "<osm><node lat='#{lat}' lon='#{lon}' changeset='#{private_changeset.id}'/></osm>"
@@ -66,7 +66,7 @@ module Api
       assert_require_public_data "node create did not return forbidden status"
 
       ## Now try with the user that has the public data
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # create a minimal xml file
       xml = "<osm><node lat='#{lat}' lon='#{lon}' changeset='#{changeset.id}'/></osm>"
@@ -92,7 +92,7 @@ module Api
       user = create(:user)
       changeset = create(:changeset, :user => user)
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
       lat = 3.434
       lon = 3.23
 
@@ -178,7 +178,7 @@ module Api
       assert_response :unauthorized
 
       ## now set auth for the non-data public user
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
 
       # try to delete with an invalid (closed) changeset
       xml = update_changeset(xml_for_node(private_node), private_user_closed_changeset.id)
@@ -226,7 +226,7 @@ module Api
       changeset = create(:changeset, :user => user)
       closed_changeset = create(:changeset, :closed, :user => user)
       node = create(:node, :changeset => changeset)
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # try to delete with an invalid (closed) changeset
       xml = update_changeset(xml_for_node(node), closed_changeset.id)
@@ -314,7 +314,7 @@ module Api
       ## Second test with the private user
 
       # setup auth
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
 
       ## trying to break changesets
 
@@ -356,7 +356,7 @@ module Api
       assert_response :forbidden
 
       # setup auth
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       ## trying to break changesets
 
@@ -477,7 +477,7 @@ module Api
       existing_tag = create(:node_tag)
       assert existing_tag.node.changeset.user.data_public
       # setup auth
-      auth_header = basic_authorization_header existing_tag.node.changeset.user.email, "test"
+      auth_header = bearer_authorization_header existing_tag.node.changeset.user
 
       # add an identical tag to the node
       tag_xml = XML::Node.new("tag")
@@ -503,7 +503,7 @@ module Api
       changeset = create(:changeset, :user => user)
 
       ## First try with the non-data public user
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
 
       # try and put something into a string that the API might
       # use unquoted and therefore allow code injection...
@@ -514,7 +514,7 @@ module Api
       assert_require_public_data "Shouldn't be able to create with non-public user"
 
       ## Then try with the public data user
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # try and put something into a string that the API might
       # use unquoted and therefore allow code injection...
@@ -552,7 +552,7 @@ module Api
                                      :num_changes => Settings.initial_changes_per_hour - 1)
 
       # create authentication header
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # try creating a node
       xml = "<osm><node lat='0' lon='0' changeset='#{changeset.id}'/></osm>"
@@ -599,7 +599,7 @@ module Api
       end
 
       # create authentication header
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # try creating a node
       xml = "<osm><node lat='0' lon='0' changeset='#{changeset.id}'/></osm>"
diff --git a/test/controllers/api/note_subscriptions_controller_test.rb b/test/controllers/api/note_subscriptions_controller_test.rb
new file mode 100644 (file)
index 0000000..0e38869
--- /dev/null
@@ -0,0 +1,142 @@
+require "test_helper"
+
+module Api
+  class NoteSubscriptionsControllerTest < ActionDispatch::IntegrationTest
+    def test_routes
+      assert_routing(
+        { :path => "/api/0.6/notes/1/subscription", :method => :post },
+        { :controller => "api/note_subscriptions", :action => "create", :note_id => "1" }
+      )
+      assert_routing(
+        { :path => "/api/0.6/notes/1/subscription", :method => :delete },
+        { :controller => "api/note_subscriptions", :action => "destroy", :note_id => "1" }
+      )
+    end
+
+    def test_create
+      user = create(:user)
+      auth_header = bearer_authorization_header user
+      note = create(:note_with_comments)
+      assert_empty note.subscribers
+
+      assert_difference "NoteSubscription.count", 1 do
+        assert_difference "note.subscribers.count", 1 do
+          post api_note_subscription_path(note), :headers => auth_header
+          assert_response :success
+        end
+      end
+      assert_equal user, note.subscribers.last
+    end
+
+    def test_create_fail_anonymous
+      note = create(:note_with_comments)
+
+      assert_no_difference "NoteSubscription.count" do
+        assert_no_difference "note.subscribers.count" do
+          post api_note_subscription_path(note)
+          assert_response :unauthorized
+        end
+      end
+    end
+
+    def test_create_fail_no_scope
+      user = create(:user)
+      auth_header = bearer_authorization_header user, :scopes => %w[read_prefs]
+      note = create(:note_with_comments)
+
+      assert_no_difference "NoteSubscription.count" do
+        assert_no_difference "note.subscribers.count" do
+          post api_note_subscription_path(note), :headers => auth_header
+          assert_response :forbidden
+        end
+      end
+    end
+
+    def test_create_fail_note_not_found
+      user = create(:user)
+      auth_header = bearer_authorization_header user
+
+      assert_no_difference "NoteSubscription.count" do
+        post api_note_subscription_path(999111), :headers => auth_header
+        assert_response :not_found
+      end
+      assert_match "not found", @response.body
+    end
+
+    def test_create_fail_already_subscribed
+      user = create(:user)
+      auth_header = bearer_authorization_header user
+      note = create(:note_with_comments)
+      create(:note_subscription, :user => user, :note => note)
+
+      assert_no_difference "NoteSubscription.count" do
+        assert_no_difference "note.subscribers.count" do
+          post api_note_subscription_path(note), :headers => auth_header
+          assert_response :conflict
+        end
+      end
+      assert_match "already subscribed", @response.body
+    end
+
+    def test_destroy
+      user = create(:user)
+      auth_header = bearer_authorization_header user
+      other_user = create(:user)
+      note = create(:note_with_comments)
+      other_note = create(:note_with_comments)
+      create(:note_subscription, :user => user, :note => note)
+      create(:note_subscription, :user => other_user, :note => note)
+      create(:note_subscription, :user => user, :note => other_note)
+
+      assert_difference "NoteSubscription.count", -1 do
+        assert_difference "note.subscribers.count", -1 do
+          delete api_note_subscription_path(note), :headers => auth_header
+          assert_response :success
+        end
+      end
+      note.reload
+      assert_equal [other_user], note.subscribers
+      assert_equal [user], other_note.subscribers
+    end
+
+    def test_destroy_fail_anonymous
+      note = create(:note_with_comments)
+
+      delete api_note_subscription_path(note)
+      assert_response :unauthorized
+    end
+
+    def test_destroy_fail_no_scope
+      user = create(:user)
+      auth_header = bearer_authorization_header user, :scopes => %w[read_prefs]
+      note = create(:note_with_comments)
+      create(:note_subscription, :user => user, :note => note)
+
+      assert_no_difference "NoteSubscription.count" do
+        assert_no_difference "note.subscribers.count" do
+          delete api_note_subscription_path(note), :headers => auth_header
+          assert_response :forbidden
+        end
+      end
+    end
+
+    def test_destroy_fail_note_not_found
+      user = create(:user)
+      auth_header = bearer_authorization_header user
+
+      delete api_note_subscription_path(999111), :headers => auth_header
+      assert_response :not_found
+      assert_match "not found", @response.body
+    end
+
+    def test_destroy_fail_not_subscribed
+      user = create(:user)
+      auth_header = bearer_authorization_header user
+      note = create(:note_with_comments)
+
+      delete api_note_subscription_path(note), :headers => auth_header
+      assert_response :not_found
+      assert_match "not subscribed", @response.body
+    end
+  end
+end
index 42972e494d85033c13f90b23faea40bef0c88f2f..5f69e6a2ac025e9eadf11a85795d040c349202c6 100644 (file)
@@ -101,10 +101,12 @@ module Api
       )
     end
 
-    def test_create_success
+    def test_create_anonymous_success
       assert_difference "Note.count", 1 do
         assert_difference "NoteComment.count", 1 do
-          post api_notes_path(:lat => -1.0, :lon => -1.0, :text => "This is a comment", :format => "json")
+          assert_no_difference "NoteSubscription.count" do
+            post api_notes_path(:lat => -1.0, :lon => -1.0, :text => "This is a comment", :format => "json")
+          end
         end
       end
       assert_response :success
@@ -135,7 +137,7 @@ module Api
       assert_nil js["properties"]["comments"].last["user"]
     end
 
-    def test_create_fail
+    def test_create_anonymous_fail
       assert_no_difference "Note.count" do
         assert_no_difference "NoteComment.count" do
           post api_notes_path(:lon => -1.0, :text => "This is a comment")
@@ -200,14 +202,44 @@ module Api
       assert_response :bad_request
     end
 
+    def test_create_success
+      user = create(:user)
+      auth_header = bearer_authorization_header user
+      assert_difference "Note.count", 1 do
+        assert_difference "NoteComment.count", 1 do
+          assert_difference "NoteSubscription.count", 1 do
+            post api_notes_path(:lat => -1.0, :lon => -1.0, :text => "This is a comment", :format => "json"), :headers => auth_header
+          end
+        end
+      end
+      assert_response :success
+      js = ActiveSupport::JSON.decode(@response.body)
+      assert_not_nil js
+      assert_equal "Feature", js["type"]
+      assert_equal "Point", js["geometry"]["type"]
+      assert_equal [-1.0, -1.0], js["geometry"]["coordinates"]
+      assert_equal "open", js["properties"]["status"]
+      assert_equal 1, js["properties"]["comments"].count
+      assert_equal "opened", js["properties"]["comments"].last["action"]
+      assert_equal "This is a comment", js["properties"]["comments"].last["text"]
+      assert_equal user.display_name, js["properties"]["comments"].last["user"]
+
+      note = Note.last
+      subscription = NoteSubscription.last
+      assert_equal user, subscription.user
+      assert_equal note, subscription.note
+    end
+
     def test_comment_success
       open_note_with_comment = create(:note_with_comments)
       user = create(:user)
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
       assert_difference "NoteComment.count", 1 do
-        assert_no_difference "ActionMailer::Base.deliveries.size" do
-          perform_enqueued_jobs do
-            post comment_api_note_path(open_note_with_comment, :text => "This is an additional comment", :format => "json"), :headers => auth_header
+        assert_difference "NoteSubscription.count", 1 do
+          assert_no_difference "ActionMailer::Base.deliveries.size" do
+            perform_enqueued_jobs do
+              post comment_api_note_path(open_note_with_comment, :text => "This is an additional comment", :format => "json"), :headers => auth_header
+            end
           end
         end
       end
@@ -222,6 +254,10 @@ module Api
       assert_equal "This is an additional comment", js["properties"]["comments"].last["text"]
       assert_equal user.display_name, js["properties"]["comments"].last["user"]
 
+      subscription = NoteSubscription.last
+      assert_equal user, subscription.user
+      assert_equal open_note_with_comment, subscription.note
+
       get api_note_path(open_note_with_comment, :format => "json")
       assert_response :success
       js = ActiveSupport::JSON.decode(@response.body)
@@ -233,7 +269,61 @@ module Api
       assert_equal "commented", js["properties"]["comments"].last["action"]
       assert_equal "This is an additional comment", js["properties"]["comments"].last["text"]
       assert_equal user.display_name, js["properties"]["comments"].last["user"]
+    end
+
+    def test_comment_without_notifications_success
+      # Ensure that emails are sent to users
+      first_user = create(:user)
+      second_user = create(:user)
+      third_user = create(:user)
+
+      note_with_comments_by_users = create(:note) do |note|
+        create(:note_comment, :note => note, :author => first_user)
+        create(:note_comment, :note => note, :author => second_user)
+      end
+
+      auth_header = bearer_authorization_header third_user
+
+      assert_difference "NoteComment.count", 1 do
+        assert_difference "NoteSubscription.count", 1 do
+          assert_no_difference "ActionMailer::Base.deliveries.size" do
+            perform_enqueued_jobs do
+              post comment_api_note_path(note_with_comments_by_users, :text => "This is an additional comment", :format => "json"), :headers => auth_header
+            end
+          end
+        end
+      end
+      assert_response :success
+      js = ActiveSupport::JSON.decode(@response.body)
+      assert_not_nil js
+      assert_equal "Feature", js["type"]
+      assert_equal note_with_comments_by_users.id, js["properties"]["id"]
+      assert_equal "open", js["properties"]["status"]
+      assert_equal 3, js["properties"]["comments"].count
+      assert_equal "commented", js["properties"]["comments"].last["action"]
+      assert_equal "This is an additional comment", js["properties"]["comments"].last["text"]
+      assert_equal third_user.display_name, js["properties"]["comments"].last["user"]
+
+      subscription = NoteSubscription.last
+      assert_equal third_user, subscription.user
+      assert_equal note_with_comments_by_users, subscription.note
+
+      get api_note_path(note_with_comments_by_users, :format => "json")
+      assert_response :success
+      js = ActiveSupport::JSON.decode(@response.body)
+      assert_not_nil js
+      assert_equal "Feature", js["type"]
+      assert_equal note_with_comments_by_users.id, js["properties"]["id"]
+      assert_equal "open", js["properties"]["status"]
+      assert_equal 3, js["properties"]["comments"].count
+      assert_equal "commented", js["properties"]["comments"].last["action"]
+      assert_equal "This is an additional comment", js["properties"]["comments"].last["text"]
+      assert_equal third_user.display_name, js["properties"]["comments"].last["user"]
+
+      ActionMailer::Base.deliveries.clear
+    end
 
+    def test_comment_with_notifications_success
       # Ensure that emails are sent to users
       first_user = create(:user)
       second_user = create(:user)
@@ -243,13 +333,17 @@ module Api
         create(:note_comment, :note => note, :author => first_user)
         create(:note_comment, :note => note, :author => second_user)
       end
+      create(:note_subscription, :note => note_with_comments_by_users, :user => first_user)
+      create(:note_subscription, :note => note_with_comments_by_users, :user => second_user)
 
-      auth_header = basic_authorization_header third_user.email, "test"
+      auth_header = bearer_authorization_header third_user
 
       assert_difference "NoteComment.count", 1 do
-        assert_difference "ActionMailer::Base.deliveries.size", 2 do
-          perform_enqueued_jobs do
-            post comment_api_note_path(note_with_comments_by_users, :text => "This is an additional comment", :format => "json"), :headers => auth_header
+        assert_difference "NoteSubscription.count", 1 do
+          assert_difference "ActionMailer::Base.deliveries.size", 2 do
+            perform_enqueued_jobs do
+              post comment_api_note_path(note_with_comments_by_users, :text => "This is an additional comment", :format => "json"), :headers => auth_header
+            end
           end
         end
       end
@@ -264,6 +358,10 @@ module Api
       assert_equal "This is an additional comment", js["properties"]["comments"].last["text"]
       assert_equal third_user.display_name, js["properties"]["comments"].last["user"]
 
+      subscription = NoteSubscription.last
+      assert_equal third_user, subscription.user
+      assert_equal note_with_comments_by_users, subscription.note
+
       email = ActionMailer::Base.deliveries.find { |e| e.to.first == first_user.email }
       assert_not_nil email
       assert_equal 1, email.to.length
@@ -290,6 +388,43 @@ module Api
       ActionMailer::Base.deliveries.clear
     end
 
+    def test_comment_twice_success
+      open_note_with_comment = create(:note_with_comments)
+      user = create(:user)
+      auth_header = bearer_authorization_header user
+      assert_difference "NoteComment.count", 1 do
+        assert_difference "NoteSubscription.count", 1 do
+          assert_no_difference "ActionMailer::Base.deliveries.size" do
+            perform_enqueued_jobs do
+              post comment_api_note_path(open_note_with_comment, :text => "This is an additional comment", :format => "json"), :headers => auth_header
+            end
+          end
+        end
+      end
+      assert_response :success
+      js = ActiveSupport::JSON.decode(@response.body)
+      assert_not_nil js
+      assert_equal 2, js["properties"]["comments"].count
+
+      subscription = NoteSubscription.last
+      assert_equal user, subscription.user
+      assert_equal open_note_with_comment, subscription.note
+
+      assert_difference "NoteComment.count", 1 do
+        assert_no_difference "NoteSubscription.count" do
+          assert_no_difference "ActionMailer::Base.deliveries.size" do
+            perform_enqueued_jobs do
+              post comment_api_note_path(open_note_with_comment, :text => "This is a second additional comment", :format => "json"), :headers => auth_header
+            end
+          end
+        end
+      end
+      assert_response :success
+      js = ActiveSupport::JSON.decode(@response.body)
+      assert_not_nil js
+      assert_equal 3, js["properties"]["comments"].count
+    end
+
     def test_comment_fail
       open_note_with_comment = create(:note_with_comments)
 
@@ -300,7 +435,7 @@ module Api
         assert_response :unauthorized
       end
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       assert_no_difference "NoteComment.count" do
         post comment_api_note_path(open_note_with_comment), :headers => auth_header
@@ -344,9 +479,11 @@ module Api
       post close_api_note_path(open_note_with_comment, :text => "This is a close comment", :format => "json")
       assert_response :unauthorized
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
-      post close_api_note_path(open_note_with_comment, :text => "This is a close comment", :format => "json"), :headers => auth_header
+      assert_difference "NoteSubscription.count", 1 do
+        post close_api_note_path(open_note_with_comment, :text => "This is a close comment", :format => "json"), :headers => auth_header
+      end
       assert_response :success
       js = ActiveSupport::JSON.decode(@response.body)
       assert_not_nil js
@@ -358,6 +495,10 @@ module Api
       assert_equal "This is a close comment", js["properties"]["comments"].last["text"]
       assert_equal user.display_name, js["properties"]["comments"].last["user"]
 
+      subscription = NoteSubscription.last
+      assert_equal user, subscription.user
+      assert_equal open_note_with_comment, subscription.note
+
       get api_note_path(open_note_with_comment.id, :format => "json")
       assert_response :success
       js = ActiveSupport::JSON.decode(@response.body)
@@ -375,7 +516,7 @@ module Api
       post close_api_note_path(12345)
       assert_response :unauthorized
 
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       post close_api_note_path(12345), :headers => auth_header
       assert_response :not_found
@@ -398,9 +539,11 @@ module Api
       post reopen_api_note_path(closed_note_with_comment, :text => "This is a reopen comment", :format => "json")
       assert_response :unauthorized
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
-      post reopen_api_note_path(closed_note_with_comment, :text => "This is a reopen comment", :format => "json"), :headers => auth_header
+      assert_difference "NoteSubscription.count", 1 do
+        post reopen_api_note_path(closed_note_with_comment, :text => "This is a reopen comment", :format => "json"), :headers => auth_header
+      end
       assert_response :success
       js = ActiveSupport::JSON.decode(@response.body)
       assert_not_nil js
@@ -412,6 +555,10 @@ module Api
       assert_equal "This is a reopen comment", js["properties"]["comments"].last["text"]
       assert_equal user.display_name, js["properties"]["comments"].last["user"]
 
+      subscription = NoteSubscription.last
+      assert_equal user, subscription.user
+      assert_equal closed_note_with_comment, subscription.note
+
       get api_note_path(closed_note_with_comment, :format => "json")
       assert_response :success
       js = ActiveSupport::JSON.decode(@response.body)
@@ -431,7 +578,7 @@ module Api
       post reopen_api_note_path(hidden_note_with_comment)
       assert_response :unauthorized
 
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       post reopen_api_note_path(12345), :headers => auth_header
       assert_response :not_found
@@ -550,12 +697,12 @@ module Api
       delete api_note_path(open_note_with_comment, :text => "This is a hide comment", :format => "json")
       assert_response :unauthorized
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       delete api_note_path(open_note_with_comment, :text => "This is a hide comment", :format => "json"), :headers => auth_header
       assert_response :forbidden
 
-      auth_header = basic_authorization_header moderator_user.email, "test"
+      auth_header = bearer_authorization_header moderator_user
 
       delete api_note_path(open_note_with_comment, :text => "This is a hide comment", :format => "json"), :headers => auth_header
       assert_response :success
@@ -572,7 +719,7 @@ module Api
       get api_note_path(open_note_with_comment, :format => "json"), :headers => auth_header
       assert_response :success
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       get api_note_path(open_note_with_comment, :format => "json"), :headers => auth_header
       assert_response :gone
@@ -585,12 +732,12 @@ module Api
       delete api_note_path(12345, :format => "json")
       assert_response :unauthorized
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       delete api_note_path(12345, :format => "json"), :headers => auth_header
       assert_response :forbidden
 
-      auth_header = basic_authorization_header moderator_user.email, "test"
+      auth_header = bearer_authorization_header moderator_user
 
       delete api_note_path(12345, :format => "json"), :headers => auth_header
       assert_response :not_found
index 7855079cc1af2ba515fa909f87d5503eb2480716..8ce19f3ea2f5f80669801e34fc3d9115d5f0181c 100644 (file)
@@ -48,7 +48,7 @@ module Api
       propagate_tags(node, node.old_nodes.last)
 
       ## First try this with a non-public user
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
 
       # setup a simple XML node
       xml_doc = xml_for_node(private_node)
@@ -95,7 +95,7 @@ module Api
       # probably should check that they didn't get written to the database
 
       ## Now do it with the public user
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # setup a simple XML node
 
@@ -212,7 +212,7 @@ module Api
     # test the redaction of an old version of a node, while being
     # authorised as a normal user.
     def test_redact_node_normal_user
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       node = create(:node, :with_history, :version => 4)
       node_v3 = node.old_nodes.find_by(:version => 3)
@@ -227,7 +227,7 @@ module Api
     # test that, even as moderator, the current version of a node
     # can't be redacted.
     def test_redact_node_current_version
-      auth_header = basic_authorization_header create(:moderator_user).email, "test"
+      auth_header = bearer_authorization_header create(:moderator_user)
 
       node = create(:node, :with_history, :version => 4)
       node_v4 = node.old_nodes.find_by(:version => 4)
@@ -238,39 +238,26 @@ module Api
       assert_response :bad_request, "shouldn't be OK to redact current version as moderator."
     end
 
-    def test_redact_node_by_regular_with_read_prefs_scope
-      auth_header = create_bearer_auth_header(create(:user), %w[read_prefs])
-      do_redact_redactable_node(auth_header)
-      assert_response :forbidden, "should need to be moderator to redact."
-    end
-
-    def test_redact_node_by_regular_with_write_api_scope
-      auth_header = create_bearer_auth_header(create(:user), %w[write_api])
+    def test_redact_node_by_regular_without_write_redactions_scope
+      auth_header = bearer_authorization_header(create(:user), :scopes => %w[read_prefs write_api])
       do_redact_redactable_node(auth_header)
       assert_response :forbidden, "should need to be moderator to redact."
     end
 
     def test_redact_node_by_regular_with_write_redactions_scope
-      auth_header = create_bearer_auth_header(create(:user), %w[write_redactions])
+      auth_header = bearer_authorization_header(create(:user), :scopes => %w[write_redactions])
       do_redact_redactable_node(auth_header)
       assert_response :forbidden, "should need to be moderator to redact."
     end
 
-    def test_redact_node_by_moderator_with_read_prefs_scope
-      auth_header = create_bearer_auth_header(create(:moderator_user), %w[read_prefs])
+    def test_redact_node_by_moderator_without_write_redactions_scope
+      auth_header = bearer_authorization_header(create(:moderator_user), :scopes => %w[read_prefs write_api])
       do_redact_redactable_node(auth_header)
       assert_response :forbidden, "should need to have write_redactions scope to redact."
     end
 
-    def test_redact_node_by_moderator_with_write_api_scope
-      auth_header = create_bearer_auth_header(create(:moderator_user), %w[write_api])
-      do_redact_redactable_node(auth_header)
-      assert_response :success, "should be OK to redact old version as moderator with write_api scope."
-      # assert_response :forbidden, "should need to have write_redactions scope to redact."
-    end
-
     def test_redact_node_by_moderator_with_write_redactions_scope
-      auth_header = create_bearer_auth_header(create(:moderator_user), %w[write_redactions])
+      auth_header = bearer_authorization_header(create(:moderator_user), :scopes => %w[write_redactions])
       do_redact_redactable_node(auth_header)
       assert_response :success, "should be OK to redact old version as moderator with write_redactions scope."
     end
@@ -287,7 +274,7 @@ module Api
       assert_response :forbidden, "Redacted node shouldn't be visible via the version API."
 
       # not even to a logged-in user
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
       get api_old_node_path(node_v1.node_id, node_v1.version), :headers => auth_header
       assert_response :forbidden, "Redacted node shouldn't be visible via the version API, even when logged in."
     end
@@ -305,7 +292,7 @@ module Api
                     "redacted node #{node_v1.node_id} version #{node_v1.version} shouldn't be present in the history."
 
       # not even to a logged-in user
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
       get api_node_history_path(node), :headers => auth_header
       assert_response :success, "Redaction shouldn't have stopped history working."
       assert_select "osm node[id='#{node_v1.node_id}'][version='#{node_v1.version}']", 0,
@@ -318,7 +305,7 @@ module Api
     def test_redact_node_moderator
       node = create(:node, :with_history, :version => 4)
       node_v3 = node.old_nodes.find_by(:version => 3)
-      auth_header = basic_authorization_header create(:moderator_user).email, "test"
+      auth_header = bearer_authorization_header create(:moderator_user)
 
       do_redact_node(node_v3, create(:redaction), auth_header)
       assert_response :success, "should be OK to redact old version as moderator."
@@ -346,13 +333,13 @@ module Api
     def test_redact_node_is_redacted
       node = create(:node, :with_history, :version => 4)
       node_v3 = node.old_nodes.find_by(:version => 3)
-      auth_header = basic_authorization_header create(:moderator_user).email, "test"
+      auth_header = bearer_authorization_header create(:moderator_user)
 
       do_redact_node(node_v3, create(:redaction), auth_header)
       assert_response :success, "should be OK to redact old version as moderator."
 
       # re-auth as non-moderator
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       # check can't see the redacted data
       get api_old_node_path(node_v3.node_id, node_v3.version), :headers => auth_header
@@ -386,7 +373,7 @@ module Api
       node_v1 = node.old_nodes.find_by(:version => 1)
       node_v1.redact!(create(:redaction))
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       post node_version_redact_path(node_v1.node_id, node_v1.version), :headers => auth_header
       assert_response :forbidden, "should need to be moderator to unredact."
@@ -401,7 +388,7 @@ module Api
       node_v1 = node.old_nodes.find_by(:version => 1)
       node_v1.redact!(create(:redaction))
 
-      auth_header = basic_authorization_header moderator_user.email, "test"
+      auth_header = bearer_authorization_header moderator_user
 
       post node_version_redact_path(node_v1.node_id, node_v1.version), :headers => auth_header
       assert_response :success, "should be OK to unredact old version as moderator."
@@ -417,7 +404,7 @@ module Api
       assert_select "osm node[id='#{node_v1.node_id}'][version='#{node_v1.version}']", 1,
                     "node #{node_v1.node_id} version #{node_v1.version} should now be present in the history for moderators without passing flag."
 
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       # check normal user can now see the redacted data
       get api_old_node_path(node_v1.node_id, node_v1.version), :headers => auth_header
@@ -432,13 +419,6 @@ module Api
 
     private
 
-    def create_bearer_auth_header(user, scopes)
-      token = create(:oauth_access_token,
-                     :resource_owner_id => user.id,
-                     :scopes => scopes)
-      bearer_authorization_header(token.token)
-    end
-
     def do_redact_redactable_node(headers = {})
       node = create(:node, :with_history, :version => 4)
       node_v3 = node.old_nodes.find_by(:version => 3)
index 892e52991a1feef0a5df0386c32d3c710444780d..880c340115d13e98c04e2c57aca1ebb919757b1b 100644 (file)
@@ -58,7 +58,7 @@ module Api
       relation = create(:relation, :with_history, :version => 4)
       relation_v3 = relation.old_relations.find_by(:version => 3)
 
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       do_redact_relation(relation_v3, create(:redaction), auth_header)
       assert_response :forbidden, "should need to be moderator to redact."
@@ -71,45 +71,32 @@ module Api
       relation = create(:relation, :with_history, :version => 4)
       relation_latest = relation.old_relations.last
 
-      auth_header = basic_authorization_header create(:moderator_user).email, "test"
+      auth_header = bearer_authorization_header create(:moderator_user)
 
       do_redact_relation(relation_latest, create(:redaction), auth_header)
       assert_response :bad_request, "shouldn't be OK to redact current version as moderator."
     end
 
-    def test_redact_relation_by_regular_with_read_prefs_scope
-      auth_header = create_bearer_auth_header(create(:user), %w[read_prefs])
-      do_redact_redactable_relation(auth_header)
-      assert_response :forbidden, "should need to be moderator to redact."
-    end
-
-    def test_redact_relation_by_regular_with_write_api_scope
-      auth_header = create_bearer_auth_header(create(:user), %w[write_api])
+    def test_redact_relation_by_regular_without_write_redactions_scope
+      auth_header = bearer_authorization_header(create(:user), :scopes => %w[read_prefs write_api])
       do_redact_redactable_relation(auth_header)
       assert_response :forbidden, "should need to be moderator to redact."
     end
 
     def test_redact_relation_by_regular_with_write_redactions_scope
-      auth_header = create_bearer_auth_header(create(:user), %w[write_redactions])
+      auth_header = bearer_authorization_header(create(:user), :scopes => %w[write_redactions])
       do_redact_redactable_relation(auth_header)
       assert_response :forbidden, "should need to be moderator to redact."
     end
 
-    def test_redact_relation_by_moderator_with_read_prefs_scope
-      auth_header = create_bearer_auth_header(create(:moderator_user), %w[read_prefs])
+    def test_redact_relation_by_moderator_without_write_redactions_scope
+      auth_header = bearer_authorization_header(create(:moderator_user), :scopes => %w[read_prefs write_api])
       do_redact_redactable_relation(auth_header)
       assert_response :forbidden, "should need to have write_redactions scope to redact."
     end
 
-    def test_redact_relation_by_moderator_with_write_api_scope
-      auth_header = create_bearer_auth_header(create(:moderator_user), %w[write_api])
-      do_redact_redactable_relation(auth_header)
-      assert_response :success, "should be OK to redact old version as moderator with write_api scope."
-      # assert_response :forbidden, "should need to have write_redactions scope to redact."
-    end
-
     def test_redact_relation_by_moderator_with_write_redactions_scope
-      auth_header = create_bearer_auth_header(create(:moderator_user), %w[write_redactions])
+      auth_header = bearer_authorization_header(create(:moderator_user), :scopes => %w[write_redactions])
       do_redact_redactable_relation(auth_header)
       assert_response :success, "should be OK to redact old version as moderator with write_redactions scope."
     end
@@ -126,7 +113,7 @@ module Api
       assert_response :forbidden, "Redacted relation shouldn't be visible via the version API."
 
       # not even to a logged-in user
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
       get api_old_relation_path(relation_v1.relation_id, relation_v1.version), :headers => auth_header
       assert_response :forbidden, "Redacted relation shouldn't be visible via the version API, even when logged in."
     end
@@ -144,7 +131,7 @@ module Api
                     "redacted relation #{relation_v1.relation_id} version #{relation_v1.version} shouldn't be present in the history."
 
       # not even to a logged-in user
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
       get api_old_relation_path(relation_v1.relation_id, relation_v1.version), :headers => auth_header
       get api_relation_history_path(relation), :headers => auth_header
       assert_response :success, "Redaction shouldn't have stopped history working."
@@ -159,7 +146,7 @@ module Api
       relation = create(:relation, :with_history, :version => 4)
       relation_v3 = relation.old_relations.find_by(:version => 3)
 
-      auth_header = basic_authorization_header create(:moderator_user).email, "test"
+      auth_header = bearer_authorization_header create(:moderator_user)
 
       do_redact_relation(relation_v3, create(:redaction), auth_header)
       assert_response :success, "should be OK to redact old version as moderator."
@@ -188,13 +175,13 @@ module Api
       relation = create(:relation, :with_history, :version => 4)
       relation_v3 = relation.old_relations.find_by(:version => 3)
 
-      auth_header = basic_authorization_header create(:moderator_user).email, "test"
+      auth_header = bearer_authorization_header create(:moderator_user)
 
       do_redact_relation(relation_v3, create(:redaction), auth_header)
       assert_response :success, "should be OK to redact old version as moderator."
 
       # re-auth as non-moderator
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       # check can't see the redacted data
       get api_old_relation_path(relation_v3.relation_id, relation_v3.version), :headers => auth_header
@@ -227,7 +214,7 @@ module Api
       relation_v1 = relation.old_relations.find_by(:version => 1)
       relation_v1.redact!(create(:redaction))
 
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       post relation_version_redact_path(relation_v1.relation_id, relation_v1.version), :headers => auth_header
       assert_response :forbidden, "should need to be moderator to unredact."
@@ -241,7 +228,7 @@ module Api
       relation_v1 = relation.old_relations.find_by(:version => 1)
       relation_v1.redact!(create(:redaction))
 
-      auth_header = basic_authorization_header create(:moderator_user).email, "test"
+      auth_header = bearer_authorization_header create(:moderator_user)
 
       post relation_version_redact_path(relation_v1.relation_id, relation_v1.version), :headers => auth_header
       assert_response :success, "should be OK to unredact old version as moderator."
@@ -257,7 +244,7 @@ module Api
       assert_select "osm relation[id='#{relation_v1.relation_id}'][version='#{relation_v1.version}']", 1,
                     "relation #{relation_v1.relation_id} version #{relation_v1.version} should still be present in the history for moderators."
 
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       # check normal user can now see the redacted data
       get api_old_relation_path(relation_v1.relation_id, relation_v1.version), :headers => auth_header
@@ -315,13 +302,6 @@ module Api
       end
     end
 
-    def create_bearer_auth_header(user, scopes)
-      token = create(:oauth_access_token,
-                     :resource_owner_id => user.id,
-                     :scopes => scopes)
-      bearer_authorization_header(token.token)
-    end
-
     def do_redact_redactable_relation(headers = {})
       relation = create(:relation, :with_history, :version => 4)
       relation_v3 = relation.old_relations.find_by(:version => 3)
index 8081082cf54bd405f9f3a6965e39b7502dfda835..cc9eaf312375b322ba94f27ff38099125450fddf 100644 (file)
@@ -98,7 +98,7 @@ module Api
     # test the redaction of an old version of a way, while being
     # authorised as a normal user.
     def test_redact_way_normal_user
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
       way = create(:way, :with_history, :version => 4)
       way_v3 = way.old_ways.find_by(:version => 3)
 
@@ -110,7 +110,7 @@ module Api
     # test that, even as moderator, the current version of a way
     # can't be redacted.
     def test_redact_way_current_version
-      auth_header = basic_authorization_header create(:moderator_user).email, "test"
+      auth_header = bearer_authorization_header create(:moderator_user)
       way = create(:way, :with_history, :version => 4)
       way_latest = way.old_ways.last
 
@@ -118,39 +118,26 @@ module Api
       assert_response :bad_request, "shouldn't be OK to redact current version as moderator."
     end
 
-    def test_redact_way_by_regular_with_read_prefs_scope
-      auth_header = create_bearer_auth_header(create(:user), %w[read_prefs])
-      do_redact_redactable_way(auth_header)
-      assert_response :forbidden, "should need to be moderator to redact."
-    end
-
-    def test_redact_way_by_regular_with_write_api_scope
-      auth_header = create_bearer_auth_header(create(:user), %w[write_api])
+    def test_redact_way_by_regular_without_write_redactions_scope
+      auth_header = bearer_authorization_header(create(:user), :scopes => %w[read_prefs write_api])
       do_redact_redactable_way(auth_header)
       assert_response :forbidden, "should need to be moderator to redact."
     end
 
     def test_redact_way_by_regular_with_write_redactions_scope
-      auth_header = create_bearer_auth_header(create(:user), %w[write_redactions])
+      auth_header = bearer_authorization_header(create(:user), :scopes => %w[write_redactions])
       do_redact_redactable_way(auth_header)
       assert_response :forbidden, "should need to be moderator to redact."
     end
 
-    def test_redact_way_by_moderator_with_read_prefs_scope
-      auth_header = create_bearer_auth_header(create(:moderator_user), %w[read_prefs])
+    def test_redact_way_by_moderator_without_write_redactions_scope
+      auth_header = bearer_authorization_header(create(:moderator_user), :scopes => %w[read_prefs write_api])
       do_redact_redactable_way(auth_header)
       assert_response :forbidden, "should need to have write_redactions scope to redact."
     end
 
-    def test_redact_way_by_moderator_with_write_api_scope
-      auth_header = create_bearer_auth_header(create(:moderator_user), %w[write_api])
-      do_redact_redactable_way(auth_header)
-      assert_response :success, "should be OK to redact old version as moderator with write_api scope."
-      # assert_response :forbidden, "should need to have write_redactions scope to redact."
-    end
-
     def test_redact_way_by_moderator_with_write_redactions_scope
-      auth_header = create_bearer_auth_header(create(:moderator_user), %w[write_redactions])
+      auth_header = bearer_authorization_header(create(:moderator_user), :scopes => %w[write_redactions])
       do_redact_redactable_way(auth_header)
       assert_response :success, "should be OK to redact old version as moderator with write_redactions scope."
     end
@@ -167,7 +154,7 @@ module Api
       assert_response :forbidden, "Redacted way shouldn't be visible via the version API."
 
       # not even to a logged-in user
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
       get api_old_way_path(way_v1.way_id, way_v1.version), :headers => auth_header
       assert_response :forbidden, "Redacted way shouldn't be visible via the version API, even when logged in."
     end
@@ -185,7 +172,7 @@ module Api
                     "redacted way #{way_v1.way_id} version #{way_v1.version} shouldn't be present in the history."
 
       # not even to a logged-in user
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
       get api_way_history_path(way), :headers => auth_header
       assert_response :success, "Redaction shouldn't have stopped history working."
       assert_select "osm way[id='#{way_v1.way_id}'][version='#{way_v1.version}']", 0,
@@ -198,7 +185,7 @@ module Api
     def test_redact_way_moderator
       way = create(:way, :with_history, :version => 4)
       way_v3 = way.old_ways.find_by(:version => 3)
-      auth_header = basic_authorization_header create(:moderator_user).email, "test"
+      auth_header = bearer_authorization_header create(:moderator_user)
 
       do_redact_way(way_v3, create(:redaction), auth_header)
       assert_response :success, "should be OK to redact old version as moderator."
@@ -226,13 +213,13 @@ module Api
     def test_redact_way_is_redacted
       way = create(:way, :with_history, :version => 4)
       way_v3 = way.old_ways.find_by(:version => 3)
-      auth_header = basic_authorization_header create(:moderator_user).email, "test"
+      auth_header = bearer_authorization_header create(:moderator_user)
 
       do_redact_way(way_v3, create(:redaction), auth_header)
       assert_response :success, "should be OK to redact old version as moderator."
 
       # re-auth as non-moderator
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       # check can't see the redacted data
       get api_old_way_path(way_v3.way_id, way_v3.version), :headers => auth_header
@@ -265,7 +252,7 @@ module Api
       way_v1 = way.old_ways.find_by(:version => 1)
       way_v1.redact!(create(:redaction))
 
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       post way_version_redact_path(way_v1.way_id, way_v1.version), :headers => auth_header
       assert_response :forbidden, "should need to be moderator to unredact."
@@ -280,7 +267,7 @@ module Api
       way_v1 = way.old_ways.find_by(:version => 1)
       way_v1.redact!(create(:redaction))
 
-      auth_header = basic_authorization_header moderator_user.email, "test"
+      auth_header = bearer_authorization_header moderator_user
 
       post way_version_redact_path(way_v1.way_id, way_v1.version), :headers => auth_header
       assert_response :success, "should be OK to unredact old version as moderator."
@@ -296,7 +283,7 @@ module Api
       assert_select "osm way[id='#{way_v1.way_id}'][version='#{way_v1.version}']", 1,
                     "way #{way_v1.way_id} version #{way_v1.version} should still be present in the history for moderators."
 
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       # check normal user can now see the unredacted data
       get api_old_way_path(way_v1.way_id, way_v1.version), :headers => auth_header
@@ -354,13 +341,6 @@ module Api
       end
     end
 
-    def create_bearer_auth_header(user, scopes)
-      token = create(:oauth_access_token,
-                     :resource_owner_id => user.id,
-                     :scopes => scopes)
-      bearer_authorization_header(token.token)
-    end
-
     def do_redact_redactable_way(headers = {})
       way = create(:way, :with_history, :version => 4)
       way_v3 = way.old_ways.find_by(:version => 3)
index cca85b404f8519e61c25a1567745548905c5cca5..2a7ac5e121d9113b309fdc890a247852e92515d6 100644 (file)
@@ -32,51 +32,10 @@ module Api
       assert_equal 0, js["permissions"].count
     end
 
-    def test_permissions_basic_auth
-      auth_header = basic_authorization_header create(:user).email, "test"
-      get permissions_path, :headers => auth_header
-      assert_response :success
-      assert_select "osm > permissions", :count => 1 do
-        assert_select "permission", :count => ClientApplication.all_permissions.size
-        ClientApplication.all_permissions.each do |p|
-          assert_select "permission[name='#{p}']", :count => 1
-        end
-      end
-
-      # Test json
-      get permissions_path(:format => "json"), :headers => auth_header
-      assert_response :success
-      assert_equal "application/json", @response.media_type
-
-      js = ActiveSupport::JSON.decode(@response.body)
-      assert_not_nil js
-      assert_equal ClientApplication.all_permissions.size, js["permissions"].count
-      ClientApplication.all_permissions.each do |p|
-        assert_includes js["permissions"], p.to_s
-      end
-    end
-
-    def test_permissions_oauth1
-      token = create(:access_token,
-                     :allow_read_prefs => true,
-                     :allow_write_api => true,
-                     :allow_read_gpx => false)
-      signed_get permissions_path, :oauth => { :token => token }
-      assert_response :success
-      assert_select "osm > permissions", :count => 1 do
-        assert_select "permission", :count => 2
-        assert_select "permission[name='allow_read_prefs']", :count => 1
-        assert_select "permission[name='allow_write_api']", :count => 1
-        assert_select "permission[name='allow_read_gpx']", :count => 0
-      end
-    end
-
     def test_permissions_oauth2
       user = create(:user)
-      token = create(:oauth_access_token,
-                     :resource_owner_id => user.id,
-                     :scopes => %w[read_prefs write_api])
-      get permissions_path, :headers => bearer_authorization_header(token.token)
+      auth_header = bearer_authorization_header(user, :scopes => %w[read_prefs write_api])
+      get permissions_path, :headers => auth_header
       assert_response :success
       assert_select "osm > permissions", :count => 1 do
         assert_select "permission", :count => 2
index eba3d255ef800d28cab49956699fd25237ffb132..5fb62d29f52550b5329581569b2329c035fcedbd 100644 (file)
@@ -221,7 +221,7 @@ module Api
       node = create(:node)
       way = create(:way_with_nodes, :nodes_count => 2)
 
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
 
       # create an relation without members
       xml = "<osm><relation changeset='#{private_changeset.id}'><tag k='test' v='yes' /></relation></osm>"
@@ -263,7 +263,7 @@ module Api
                       "relation upload did not return success status"
 
       ## Now try with the public user
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # create an relation without members
       xml = "<osm><relation changeset='#{changeset.id}'><tag k='test' v='yes' /></relation></osm>"
@@ -391,7 +391,7 @@ module Api
       relation = create(:relation)
       create_list(:relation_tag, 4, :relation => relation)
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       with_relation(relation.id) do |rel|
         # alter one of the tags
@@ -423,7 +423,7 @@ module Api
       relation = create(:relation)
       create_list(:relation_tag, 4, :relation => relation)
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       with_relation(relation.id) do |rel|
         # alter one of the tags
@@ -450,7 +450,7 @@ module Api
       relation = create(:relation)
       other_relation = create(:relation)
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
       with_relation(relation.id) do |rel|
         update_changeset(rel, changeset.id)
         put api_relation_path(other_relation), :params => rel.to_s, :headers => auth_header
@@ -466,7 +466,7 @@ module Api
       user = create(:user)
       changeset = create(:changeset, :user => user)
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # create a relation with non-existing node as member
       xml = "<osm><relation changeset='#{changeset.id}'>" \
@@ -487,7 +487,7 @@ module Api
       changeset = create(:changeset, :user => user)
       node = create(:node)
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # create some xml that should return an error
       xml = "<osm><relation changeset='#{changeset.id}'>" \
@@ -522,7 +522,7 @@ module Api
       assert_response :unauthorized
 
       ## Then try with the private user, to make sure that you get a forbidden
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
 
       # this shouldn't work, as we should need the payload...
       delete api_relation_path(relation), :headers => auth_header
@@ -564,7 +564,7 @@ module Api
       assert_response :forbidden
 
       ## now set auth for the public user
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # this shouldn't work, as we should need the payload...
       delete api_relation_path(relation), :headers => auth_header
@@ -743,7 +743,7 @@ module Api
       way1 = create(:way_with_nodes, :nodes_count => 2)
       way2 = create(:way_with_nodes, :nodes_count => 2)
 
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       doc_str = <<~OSM
         <osm>
@@ -816,13 +816,13 @@ module Api
       doc = XML::Parser.string(doc_str).parse
 
       ## First try with the private user
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
 
       put relation_create_path, :params => doc.to_s, :headers => auth_header
       assert_response :forbidden
 
       ## Now try with the public user
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       put relation_create_path, :params => doc.to_s, :headers => auth_header
       assert_response :success, "can't create a relation: #{@response.body}"
@@ -855,7 +855,7 @@ module Api
         </osm>
       OSM
       doc = XML::Parser.string(doc_str).parse
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       put relation_create_path, :params => doc.to_s, :headers => auth_header
       assert_response :success, "can't create a relation: #{@response.body}"
@@ -922,7 +922,7 @@ module Api
                                      :num_changes => Settings.initial_changes_per_hour - 1)
 
       # create authentication header
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # try creating a relation
       xml = "<osm><relation changeset='#{changeset.id}'>" \
@@ -982,7 +982,7 @@ module Api
       end
 
       # create authentication header
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # try creating a relation
       xml = "<osm><relation changeset='#{changeset.id}'>" \
@@ -1062,18 +1062,18 @@ module Api
     # that the changeset bounding box is +bbox+.
     def check_changeset_modify(bbox)
       ## First test with the private user to check that you get a forbidden
-      auth_header = basic_authorization_header create(:user, :data_public => false).email, "test"
+      auth_header = bearer_authorization_header create(:user, :data_public => false)
 
       # create a new changeset for this operation, so we are assured
       # that the bounding box will be newly-generated.
-      changeset_id = with_controller(Api::ChangesetsController.new) do
+      with_controller(Api::ChangesetsController.new) do
         xml = "<osm><changeset/></osm>"
         put changeset_create_path, :params => xml, :headers => auth_header
         assert_response :forbidden, "shouldn't be able to create changeset for modify test, as should get forbidden"
       end
 
       ## Now do the whole thing with the public user
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       # create a new changeset for this operation, so we are assured
       # that the bounding box will be newly-generated.
index b26782a3f015bdee3c30b98d7570a77375be45b0..6ce35bc7cb6089cb24c8dbe6860e582c999a009f 100644 (file)
@@ -44,12 +44,12 @@ module Api
       assert_response :unauthorized
 
       # Now with some other user, which should work since the trace is public
-      auth_header = basic_authorization_header create(:user).display_name, "test"
+      auth_header = bearer_authorization_header
       get api_trace_path(public_trace_file), :headers => auth_header
       assert_response :success
 
       # And finally we should be able to do it with the owner of the trace
-      auth_header = basic_authorization_header public_trace_file.user.display_name, "test"
+      auth_header = bearer_authorization_header public_trace_file.user
       get api_trace_path(public_trace_file), :headers => auth_header
       assert_response :success
       assert_select "gpx_file[id='#{public_trace_file.id}'][uid='#{public_trace_file.user.id}']", 1
@@ -64,12 +64,12 @@ module Api
       assert_response :unauthorized
 
       # Now try with another user, which shouldn't work since the trace is anon
-      auth_header = basic_authorization_header create(:user).display_name, "test"
+      auth_header = bearer_authorization_header
       get api_trace_path(anon_trace_file), :headers => auth_header
       assert_response :forbidden
 
       # And finally we should be able to get the trace details with the trace owner
-      auth_header = basic_authorization_header anon_trace_file.user.display_name, "test"
+      auth_header = bearer_authorization_header anon_trace_file.user
       get api_trace_path(anon_trace_file), :headers => auth_header
       assert_response :success
     end
@@ -83,12 +83,12 @@ module Api
       assert_response :unauthorized
 
       # Login, and try again
-      auth_header = basic_authorization_header deleted_trace_file.user.display_name, "test"
+      auth_header = bearer_authorization_header deleted_trace_file.user
       get api_trace_path(:id => 0), :headers => auth_header
       assert_response :not_found
 
       # Now try a trace which did exist but has been deleted
-      auth_header = basic_authorization_header deleted_trace_file.user.display_name, "test"
+      auth_header = bearer_authorization_header deleted_trace_file.user
       get api_trace_path(deleted_trace_file), :headers => auth_header
       assert_response :not_found
     end
@@ -102,14 +102,14 @@ module Api
       assert_response :unauthorized
 
       # Now with some other user, which should work since the trace is public
-      auth_header = basic_authorization_header create(:user).display_name, "test"
+      auth_header = bearer_authorization_header
       get api_trace_data_path(public_trace_file), :headers => auth_header
       follow_redirect!
       follow_redirect!
       check_trace_data public_trace_file, "848caa72f2f456d1bd6a0fdf228aa1b9"
 
       # And finally we should be able to do it with the owner of the trace
-      auth_header = basic_authorization_header public_trace_file.user.display_name, "test"
+      auth_header = bearer_authorization_header public_trace_file.user
       get api_trace_data_path(public_trace_file), :headers => auth_header
       follow_redirect!
       follow_redirect!
@@ -121,7 +121,7 @@ module Api
       identifiable_trace_file = create(:trace, :visibility => "identifiable", :fixture => "d")
 
       # Authenticate as the owner of the trace we will be using
-      auth_header = basic_authorization_header identifiable_trace_file.user.display_name, "test"
+      auth_header = bearer_authorization_header identifiable_trace_file.user
 
       # First get the data as is
       get api_trace_data_path(identifiable_trace_file), :headers => auth_header
@@ -147,12 +147,12 @@ module Api
       assert_response :unauthorized
 
       # Now with some other user, which shouldn't work since the trace is anon
-      auth_header = basic_authorization_header create(:user).display_name, "test"
+      auth_header = bearer_authorization_header
       get api_trace_data_path(anon_trace_file), :headers => auth_header
       assert_response :forbidden
 
       # And finally we should be able to do it with the owner of the trace
-      auth_header = basic_authorization_header anon_trace_file.user.display_name, "test"
+      auth_header = bearer_authorization_header anon_trace_file.user
       get api_trace_data_path(anon_trace_file), :headers => auth_header
       follow_redirect!
       follow_redirect!
@@ -168,12 +168,12 @@ module Api
       assert_response :unauthorized
 
       # Login, and try again
-      auth_header = basic_authorization_header create(:user).display_name, "test"
+      auth_header = bearer_authorization_header
       get api_trace_data_path(:id => 0), :headers => auth_header
       assert_response :not_found
 
       # Now try a trace which did exist but has been deleted
-      auth_header = basic_authorization_header deleted_trace_file.user.display_name, "test"
+      auth_header = bearer_authorization_header deleted_trace_file.user
       get api_trace_data_path(deleted_trace_file), :headers => auth_header
       assert_response :not_found
     end
@@ -195,16 +195,34 @@ module Api
       # Now authenticated
       create(:user_preference, :user => user, :k => "gps.trace.visibility", :v => "identifiable")
       assert_not_equal "trackable", user.preferences.find_by(:k => "gps.trace.visibility").v
-      auth_header = basic_authorization_header user.display_name, "test"
-      post gpx_create_path, :params => { :file => file, :description => "New Trace", :tags => "new,trace", :visibility => "trackable" }, :headers => auth_header
+
+      auth_header = bearer_authorization_header user
+
+      # Create trace and import tracepoints in background job
+      perform_enqueued_jobs do
+        post gpx_create_path, :params => { :file => file, :description => "New Trace", :tags => "new,trace", :visibility => "trackable" }, :headers => auth_header
+      end
+
       assert_response :success
+
       trace = Trace.find(response.body.to_i)
       assert_equal "a.gpx", trace.name
       assert_equal "New Trace", trace.description
       assert_equal %w[new trace], trace.tags.order(:tag).collect(&:tag)
       assert_equal "trackable", trace.visibility
-      assert_not trace.inserted
+      assert trace.inserted
       assert_equal File.new(fixture).read, trace.file.blob.download
+
+      # Validate tracepoints
+      assert_equal 1, trace.points.size
+      tp = trace.points.first
+      assert_equal 10000000, tp.latitude
+      assert_equal 10000000, tp.longitude
+      assert_equal 3221331576, tp.tile
+      assert_equal 0, tp.trackid
+      assert_in_delta(134.0, tp.altitude)
+      assert_equal DateTime.parse("2008-10-01T10:10:10.000Z"), tp.timestamp
+
       trace.destroy
       assert_equal "trackable", user.preferences.find_by(:k => "gps.trace.visibility").v
 
@@ -213,7 +231,7 @@ module Api
 
       # Now authenticated, with the legacy public flag
       assert_not_equal "public", user.preferences.find_by(:k => "gps.trace.visibility").v
-      auth_header = basic_authorization_header user.display_name, "test"
+      auth_header = bearer_authorization_header user
       post gpx_create_path, :params => { :file => file, :description => "New Trace", :tags => "new,trace", :public => 1 }, :headers => auth_header
       assert_response :success
       trace = Trace.find(response.body.to_i)
@@ -232,7 +250,7 @@ module Api
       # Now authenticated, with the legacy private flag
       second_user = create(:user)
       assert_nil second_user.preferences.find_by(:k => "gps.trace.visibility")
-      auth_header = basic_authorization_header second_user.display_name, "test"
+      auth_header = bearer_authorization_header second_user
       post gpx_create_path, :params => { :file => file, :description => "New Trace", :tags => "new,trace", :public => 0 }, :headers => auth_header
       assert_response :success
       trace = Trace.find(response.body.to_i)
@@ -257,28 +275,28 @@ module Api
       assert_response :unauthorized
 
       # Now with some other user, which should fail
-      auth_header = basic_authorization_header create(:user).display_name, "test"
+      auth_header = bearer_authorization_header
       put api_trace_path(public_trace_file), :params => create_trace_xml(public_trace_file), :headers => auth_header
       assert_response :forbidden
 
       # Now with a trace which doesn't exist
-      auth_header = basic_authorization_header create(:user).display_name, "test"
+      auth_header = bearer_authorization_header
       put api_trace_path(:id => 0), :params => create_trace_xml(public_trace_file), :headers => auth_header
       assert_response :not_found
 
       # Now with a trace which did exist but has been deleted
-      auth_header = basic_authorization_header deleted_trace_file.user.display_name, "test"
+      auth_header = bearer_authorization_header deleted_trace_file.user
       put api_trace_path(deleted_trace_file), :params => create_trace_xml(deleted_trace_file), :headers => auth_header
       assert_response :not_found
 
       # Now try an update with the wrong ID
-      auth_header = basic_authorization_header public_trace_file.user.display_name, "test"
+      auth_header = bearer_authorization_header public_trace_file.user
       put api_trace_path(public_trace_file), :params => create_trace_xml(anon_trace_file), :headers => auth_header
       assert_response :bad_request,
                       "should not be able to update a trace with a different ID from the XML"
 
       # And finally try an update that should work
-      auth_header = basic_authorization_header public_trace_file.user.display_name, "test"
+      auth_header = bearer_authorization_header public_trace_file.user
       t = public_trace_file
       t.description = "Changed description"
       t.visibility = "private"
@@ -293,7 +311,7 @@ module Api
     def test_update_tags
       tracetag = create(:tracetag)
       trace = tracetag.trace
-      auth_header = basic_authorization_header trace.user.display_name, "test"
+      auth_header = bearer_authorization_header trace.user
 
       put api_trace_path(trace), :params => create_trace_xml(trace), :headers => auth_header
       assert_response :success
@@ -314,22 +332,22 @@ module Api
       assert_response :unauthorized
 
       # Now with some other user, which should fail
-      auth_header = basic_authorization_header create(:user).display_name, "test"
+      auth_header = bearer_authorization_header
       delete api_trace_path(public_trace_file), :headers => auth_header
       assert_response :forbidden
 
       # Now with a trace which doesn't exist
-      auth_header = basic_authorization_header create(:user).display_name, "test"
+      auth_header = bearer_authorization_header
       delete api_trace_path(:id => 0), :headers => auth_header
       assert_response :not_found
 
       # And finally we should be able to do it with the owner of the trace
-      auth_header = basic_authorization_header public_trace_file.user.display_name, "test"
+      auth_header = bearer_authorization_header public_trace_file.user
       delete api_trace_path(public_trace_file), :headers => auth_header
       assert_response :success
 
       # Try it a second time, which should fail
-      auth_header = basic_authorization_header public_trace_file.user.display_name, "test"
+      auth_header = bearer_authorization_header public_trace_file.user
       delete api_trace_path(public_trace_file), :headers => auth_header
       assert_response :not_found
     end
index 41406e1b3d22413b50e07850dadf3ac91f29aacc..816be9b6e104d5c67aba52b23912079890e00983 100644 (file)
@@ -39,7 +39,7 @@ module Api
       assert_response :unauthorized, "should be authenticated"
 
       # authenticate as a user with no preferences
-      auth_header = basic_authorization_header create(:user).email, "test"
+      auth_header = bearer_authorization_header
 
       # try the read again
       get user_preferences_path, :headers => auth_header
@@ -53,7 +53,7 @@ module Api
       user = create(:user)
       user_preference = create(:user_preference, :user => user)
       user_preference2 = create(:user_preference, :user => user)
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header(user)
 
       # try the read again
       get user_preferences_path, :headers => auth_header
@@ -89,7 +89,7 @@ module Api
       assert_response :unauthorized, "should be authenticated"
 
       # authenticate as a user with preferences
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header(user)
 
       # try the read again
       get user_preference_path(:preference_key => "key"), :headers => auth_header
@@ -121,7 +121,7 @@ module Api
       end
 
       # authenticate as a user with preferences
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header(user)
 
       # try the put again
       assert_no_difference "UserPreference.count" do
@@ -181,7 +181,7 @@ module Api
       end
 
       # authenticate as a user with preferences
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header(user)
 
       # try adding a new preference
       assert_difference "UserPreference.count", 1 do
@@ -225,7 +225,7 @@ module Api
       assert_equal "value", UserPreference.find([user.id, "key"]).v
 
       # authenticate as a user with preferences
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header(user)
 
       # try the delete again
       assert_difference "UserPreference.count", -1 do
@@ -252,10 +252,10 @@ module Api
     # read preferences
     def test_show_using_token
       user = create(:user)
-      token = create(:oauth_access_token, :resource_owner_id => user.id, :scopes => %w[read_prefs])
+      auth_header = bearer_authorization_header(user, :scopes => %w[read_prefs])
       create(:user_preference, :user => user, :k => "key", :v => "value")
 
-      get user_preference_path(:preference_key => "key"), :headers => bearer_authorization_header(token.token)
+      get user_preference_path(:preference_key => "key"), :headers => auth_header
       assert_response :success
     end
 
@@ -264,10 +264,10 @@ module Api
     # by other methods.
     def test_show_using_token_fail
       user = create(:user)
-      token = create(:oauth_access_token, :resource_owner_id => user.id)
+      auth_header = bearer_authorization_header(user, :scopes => %w[])
       create(:user_preference, :user => user, :k => "key", :v => "value")
 
-      get user_preference_path(:preference_key => "key"), :headers => bearer_authorization_header(token.token)
+      get user_preference_path(:preference_key => "key"), :headers => auth_header
       assert_response :forbidden
     end
   end
index 8e7079b851a2cf7b79ae62bd3495e1dd7d8d43e2..874d9177105b6cba3b20bc7b8aef312914e47671 100644 (file)
@@ -75,96 +75,18 @@ module Api
       check_json_details(js, user, false, false)
     end
 
-    def test_show_oauth1
-      user = create(:user,
-                    :home_lat => 12.1, :home_lon => 23.4,
-                    :languages => ["en"])
-      good_token = create(:access_token,
-                          :user => user,
-                          :allow_read_prefs => true)
-      bad_token = create(:access_token,
-                         :user => user)
-      other_user = create(:user,
-                          :home_lat => 12.1, :home_lon => 23.4,
-                          :languages => ["en"])
-
-      # check that we can fetch our own details as XML with read_prefs
-      signed_get api_user_path(:id => user.id), :oauth => { :token => good_token }
-      assert_response :success
-      assert_equal "application/xml", response.media_type
-
-      # check the data that is returned
-      check_xml_details(user, true, false)
-
-      # check that we can fetch a different user's details as XML with read_prefs
-      signed_get api_user_path(:id => other_user.id), :oauth => { :token => good_token }
-      assert_response :success
-      assert_equal "application/xml", response.media_type
-
-      # check the data that is returned
-      check_xml_details(other_user, false, false)
-
-      # check that we can fetch our own details as XML without read_prefs
-      signed_get api_user_path(:id => user.id), :oauth => { :token => bad_token }
-      assert_response :success
-      assert_equal "application/xml", response.media_type
-
-      # check the data that is returned
-      check_xml_details(user, false, false)
-
-      # check that we can fetch our own details as JSON with read_prefs
-      signed_get api_user_path(:id => user.id, :format => "json"), :oauth => { :token => good_token }
-      assert_response :success
-      assert_equal "application/json", response.media_type
-
-      # parse the response
-      js = ActiveSupport::JSON.decode(@response.body)
-      assert_not_nil js
-
-      # check the data that is returned
-      check_json_details(js, user, true, false)
-
-      # check that we can fetch a different user's details as JSON with read_prefs
-      signed_get api_user_path(:id => other_user.id, :format => "json"), :oauth => { :token => good_token }
-      assert_response :success
-      assert_equal "application/json", response.media_type
-
-      # parse the response
-      js = ActiveSupport::JSON.decode(@response.body)
-      assert_not_nil js
-
-      # check the data that is returned
-      check_json_details(js, other_user, false, false)
-
-      # check that we can fetch our own details as JSON without read_prefs
-      signed_get api_user_path(:id => other_user.id, :format => "json"), :oauth => { :token => bad_token }
-      assert_response :success
-      assert_equal "application/json", response.media_type
-
-      # parse the response
-      js = ActiveSupport::JSON.decode(@response.body)
-      assert_not_nil js
-
-      # check the data that is returned
-      check_json_details(js, other_user, false, false)
-    end
-
     def test_show_oauth2
       user = create(:user,
                     :home_lat => 12.1, :home_lon => 23.4,
                     :languages => ["en"])
-      good_token = create(:oauth_access_token,
-                          :resource_owner_id => user.id,
-                          :scopes => %w[read_prefs])
-      bad_token = create(:oauth_access_token,
-                         :resource_owner_id => user.id,
-                         :scopes => %w[])
+      good_auth = bearer_authorization_header(user, :scopes => %w[read_prefs])
+      bad_auth = bearer_authorization_header(user, :scopes => %w[])
       other_user = create(:user,
                           :home_lat => 12.1, :home_lon => 23.4,
                           :languages => ["en"])
 
       # check that we can fetch our own details as XML with read_prefs
-      get api_user_path(:id => user.id), :headers => bearer_authorization_header(good_token.token)
+      get api_user_path(:id => user.id), :headers => good_auth
       assert_response :success
       assert_equal "application/xml", response.media_type
 
@@ -172,7 +94,7 @@ module Api
       check_xml_details(user, true, false)
 
       # check that we can fetch a different user's details as XML with read_prefs
-      get api_user_path(:id => other_user.id), :headers => bearer_authorization_header(good_token.token)
+      get api_user_path(:id => other_user.id), :headers => good_auth
       assert_response :success
       assert_equal "application/xml", response.media_type
 
@@ -180,7 +102,7 @@ module Api
       check_xml_details(other_user, false, false)
 
       # check that we can fetch our own details as XML without read_prefs
-      get api_user_path(:id => user.id), :headers => bearer_authorization_header(bad_token.token)
+      get api_user_path(:id => user.id), :headers => bad_auth
       assert_response :success
       assert_equal "application/xml", response.media_type
 
@@ -188,7 +110,7 @@ module Api
       check_xml_details(user, false, false)
 
       # check that we can fetch our own details as JSON with read_prefs
-      get api_user_path(:id => user.id, :format => "json"), :headers => bearer_authorization_header(good_token.token)
+      get api_user_path(:id => user.id, :format => "json"), :headers => good_auth
       assert_response :success
       assert_equal "application/json", response.media_type
 
@@ -200,7 +122,7 @@ module Api
       check_json_details(js, user, true, false)
 
       # check that we can fetch a different user's details as JSON with read_prefs
-      get api_user_path(:id => other_user.id, :format => "json"), :headers => bearer_authorization_header(good_token.token)
+      get api_user_path(:id => other_user.id, :format => "json"), :headers => good_auth
       assert_response :success
       assert_equal "application/json", response.media_type
 
@@ -212,7 +134,7 @@ module Api
       check_json_details(js, other_user, false, false)
 
       # check that we can fetch our own details as JSON without read_prefs
-      get api_user_path(:id => user.id, :format => "json"), :headers => bearer_authorization_header(bad_token.token)
+      get api_user_path(:id => user.id, :format => "json"), :headers => bad_auth
       assert_response :success
       assert_equal "application/json", response.media_type
 
@@ -238,7 +160,7 @@ module Api
       assert_response :unauthorized
 
       # check that we get a response when logged in
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
       get user_details_path, :headers => auth_header
       assert_response :success
       assert_equal "application/xml", response.media_type
@@ -247,7 +169,7 @@ module Api
       check_xml_details(user, true, false)
 
       # check that data is returned properly in json
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
       get user_details_path(:format => "json"), :headers => auth_header
       assert_response :success
       assert_equal "application/json", response.media_type
@@ -260,64 +182,20 @@ module Api
       check_json_details(js, user, true, false)
     end
 
-    def test_details_oauth1
-      user = create(:user,
-                    :home_lat => 12.1, :home_lon => 23.4,
-                    :languages => ["en"])
-      good_token = create(:access_token,
-                          :user => user,
-                          :allow_read_prefs => true)
-      bad_token = create(:access_token,
-                         :user => user)
-
-      # check that we can't fetch details as XML without read_prefs
-      signed_get user_details_path, :oauth => { :token => bad_token }
-      assert_response :forbidden
-
-      # check that we can fetch details as XML
-      signed_get user_details_path, :oauth => { :token => good_token }
-      assert_response :success
-      assert_equal "application/xml", response.media_type
-
-      # check the data that is returned
-      check_xml_details(user, true, false)
-
-      # check that we can't fetch details as JSON without read_prefs
-      signed_get user_details_path(:format => "json"), :oauth => { :token => bad_token }
-      assert_response :forbidden
-
-      # check that we can fetch details as JSON
-      signed_get user_details_path(:format => "json"), :oauth => { :token => good_token }
-      assert_response :success
-      assert_equal "application/json", response.media_type
-
-      # parse the response
-      js = ActiveSupport::JSON.decode(@response.body)
-      assert_not_nil js
-
-      # check the data that is returned
-      check_json_details(js, user, true, false)
-    end
-
     def test_details_oauth2
       user = create(:user,
                     :home_lat => 12.1, :home_lon => 23.4,
                     :languages => ["en"])
-      good_token = create(:oauth_access_token,
-                          :resource_owner_id => user.id,
-                          :scopes => %w[read_prefs])
-      bad_token = create(:oauth_access_token,
-                         :resource_owner_id => user.id)
-      email_token = create(:oauth_access_token,
-                           :resource_owner_id => user.id,
-                           :scopes => %w[read_prefs read_email])
+      good_auth = bearer_authorization_header(user, :scopes => %w[read_prefs])
+      bad_auth = bearer_authorization_header(user, :scopes => %w[])
+      email_auth = bearer_authorization_header(user, :scopes => %w[read_prefs read_email])
 
       # check that we can't fetch details as XML without read_prefs
-      get user_details_path, :headers => bearer_authorization_header(bad_token.token)
+      get user_details_path, :headers => bad_auth
       assert_response :forbidden
 
       # check that we can fetch details as XML without read_email
-      get user_details_path, :headers => bearer_authorization_header(good_token.token)
+      get user_details_path, :headers => good_auth
       assert_response :success
       assert_equal "application/xml", response.media_type
 
@@ -325,7 +203,7 @@ module Api
       check_xml_details(user, true, false)
 
       # check that we can fetch details as XML with read_email
-      get user_details_path, :headers => bearer_authorization_header(email_token.token)
+      get user_details_path, :headers => email_auth
       assert_response :success
       assert_equal "application/xml", response.media_type
 
@@ -333,11 +211,11 @@ module Api
       check_xml_details(user, true, true)
 
       # check that we can't fetch details as JSON without read_prefs
-      get user_details_path(:format => "json"), :headers => bearer_authorization_header(bad_token.token)
+      get user_details_path(:format => "json"), :headers => bad_auth
       assert_response :forbidden
 
       # check that we can fetch details as JSON without read_email
-      get user_details_path(:format => "json"), :headers => bearer_authorization_header(good_token.token)
+      get user_details_path(:format => "json"), :headers => good_auth
       assert_response :success
       assert_equal "application/json", response.media_type
 
@@ -349,7 +227,7 @@ module Api
       check_json_details(js, user, true, false)
 
       # check that we can fetch details as JSON with read_email
-      get user_details_path(:format => "json"), :headers => bearer_authorization_header(email_token.token)
+      get user_details_path(:format => "json"), :headers => email_auth
       assert_response :success
       assert_equal "application/json", response.media_type
 
@@ -434,107 +312,14 @@ module Api
       assert_select "user", :count => 0
     end
 
-    def test_index_oauth1
-      user1 = create(:user, :description => "test1", :terms_agreed => Date.yesterday)
-      user2 = create(:user, :description => "test2", :terms_agreed => Date.yesterday)
-      user3 = create(:user, :description => "test3", :terms_agreed => Date.yesterday)
-      good_token = create(:access_token, :user => user1, :allow_read_prefs => true)
-      bad_token = create(:access_token, :user => user1)
-
-      signed_get api_users_path, :params => { :users => user1.id }, :oauth => { :token => good_token }
-      assert_response :success
-      assert_equal "application/xml", response.media_type
-      assert_select "user", :count => 1 do
-        check_xml_details(user1, true, false)
-        assert_select "user[id='#{user2.id}']", :count => 0
-        assert_select "user[id='#{user3.id}']", :count => 0
-      end
-
-      signed_get api_users_path, :params => { :users => user2.id }, :oauth => { :token => good_token }
-      assert_response :success
-      assert_equal "application/xml", response.media_type
-      assert_select "user", :count => 1 do
-        assert_select "user[id='#{user1.id}']", :count => 0
-        check_xml_details(user2, false, false)
-        assert_select "user[id='#{user3.id}']", :count => 0
-      end
-
-      signed_get api_users_path, :params => { :users => "#{user1.id},#{user3.id}" }, :oauth => { :token => good_token }
-      assert_response :success
-      assert_equal "application/xml", response.media_type
-      assert_select "user", :count => 2 do
-        check_xml_details(user1, true, false)
-        assert_select "user[id='#{user2.id}']", :count => 0
-        check_xml_details(user3, false, false)
-      end
-
-      signed_get api_users_path, :params => { :users => "#{user1.id},#{user3.id}" }, :oauth => { :token => bad_token }
-      assert_response :success
-      assert_equal "application/xml", response.media_type
-      assert_select "user", :count => 2 do
-        check_xml_details(user1, false, false)
-        assert_select "user[id='#{user2.id}']", :count => 0
-        check_xml_details(user3, false, false)
-      end
-
-      signed_get api_users_path, :params => { :users => user1.id, :format => "json" }, :oauth => { :token => good_token }
-      assert_response :success
-      assert_equal "application/json", response.media_type
-      js = ActiveSupport::JSON.decode(@response.body)
-      assert_not_nil js
-      assert_equal 1, js["users"].count
-      check_json_details(js["users"][0], user1, true, false)
-
-      signed_get api_users_path, :params => { :users => user2.id, :format => "json" }, :oauth => { :token => good_token }
-      assert_response :success
-      assert_equal "application/json", response.media_type
-      js = ActiveSupport::JSON.decode(@response.body)
-      assert_not_nil js
-      assert_equal 1, js["users"].count
-      check_json_details(js["users"][0], user2, false, false)
-
-      signed_get api_users_path, :params => { :users => "#{user1.id},#{user3.id}", :format => "json" }, :oauth => { :token => good_token }
-      assert_response :success
-      assert_equal "application/json", response.media_type
-      js = ActiveSupport::JSON.decode(@response.body)
-      assert_not_nil js
-      assert_equal 2, js["users"].count
-      check_json_details(js["users"][0], user1, true, false)
-      check_json_details(js["users"][1], user3, false, false)
-
-      signed_get api_users_path, :params => { :users => "#{user1.id},#{user3.id}", :format => "json" }, :oauth => { :token => bad_token }
-      assert_response :success
-      assert_equal "application/json", response.media_type
-      js = ActiveSupport::JSON.decode(@response.body)
-      assert_not_nil js
-      assert_equal 2, js["users"].count
-      check_json_details(js["users"][0], user1, false, false)
-      check_json_details(js["users"][1], user3, false, false)
-
-      signed_get api_users_path, :params => { :users => create(:user, :suspended).id }, :oauth => { :token => good_token }
-      assert_response :success
-      assert_equal "application/xml", response.media_type
-      assert_select "user", :count => 0
-
-      signed_get api_users_path, :params => { :users => create(:user, :deleted).id }, :oauth => { :token => good_token }
-      assert_response :success
-      assert_equal "application/xml", response.media_type
-      assert_select "user", :count => 0
-
-      signed_get api_users_path, :params => { :users => 0 }, :oauth => { :token => good_token }
-      assert_response :success
-      assert_equal "application/xml", response.media_type
-      assert_select "user", :count => 0
-    end
-
     def test_index_oauth2
       user1 = create(:user, :description => "test1", :terms_agreed => Date.yesterday)
       user2 = create(:user, :description => "test2", :terms_agreed => Date.yesterday)
       user3 = create(:user, :description => "test3", :terms_agreed => Date.yesterday)
-      good_token = create(:oauth_access_token, :resource_owner_id => user1.id, :scopes => %w[read_prefs])
-      bad_token = create(:oauth_access_token, :resource_owner_id => user1.id, :scopes => %w[])
+      good_auth = bearer_authorization_header(user1, :scopes => %w[read_prefs])
+      bad_auth = bearer_authorization_header(user1, :scopes => %w[])
 
-      get api_users_path, :params => { :users => user1.id }, :headers => bearer_authorization_header(good_token.token)
+      get api_users_path, :params => { :users => user1.id }, :headers => good_auth
       assert_response :success
       assert_equal "application/xml", response.media_type
       assert_select "user", :count => 1 do
@@ -543,7 +328,7 @@ module Api
         assert_select "user[id='#{user3.id}']", :count => 0
       end
 
-      get api_users_path, :params => { :users => user2.id }, :headers => bearer_authorization_header(good_token.token)
+      get api_users_path, :params => { :users => user2.id }, :headers => good_auth
       assert_response :success
       assert_equal "application/xml", response.media_type
       assert_select "user", :count => 1 do
@@ -552,7 +337,7 @@ module Api
         assert_select "user[id='#{user3.id}']", :count => 0
       end
 
-      get api_users_path, :params => { :users => "#{user1.id},#{user3.id}" }, :headers => bearer_authorization_header(good_token.token)
+      get api_users_path, :params => { :users => "#{user1.id},#{user3.id}" }, :headers => good_auth
       assert_response :success
       assert_equal "application/xml", response.media_type
       assert_select "user", :count => 2 do
@@ -561,7 +346,7 @@ module Api
         check_xml_details(user3, false, false)
       end
 
-      get api_users_path, :params => { :users => "#{user1.id},#{user3.id}" }, :headers => bearer_authorization_header(bad_token.token)
+      get api_users_path, :params => { :users => "#{user1.id},#{user3.id}" }, :headers => bad_auth
       assert_response :success
       assert_equal "application/xml", response.media_type
       assert_select "user", :count => 2 do
@@ -570,7 +355,7 @@ module Api
         check_xml_details(user3, false, false)
       end
 
-      get api_users_path, :params => { :users => user1.id, :format => "json" }, :headers => bearer_authorization_header(good_token.token)
+      get api_users_path, :params => { :users => user1.id, :format => "json" }, :headers => good_auth
       assert_response :success
       assert_equal "application/json", response.media_type
       js = ActiveSupport::JSON.decode(@response.body)
@@ -578,7 +363,7 @@ module Api
       assert_equal 1, js["users"].count
       check_json_details(js["users"][0], user1, true, false)
 
-      get api_users_path, :params => { :users => user2.id, :format => "json" }, :headers => bearer_authorization_header(good_token.token)
+      get api_users_path, :params => { :users => user2.id, :format => "json" }, :headers => good_auth
       assert_response :success
       assert_equal "application/json", response.media_type
       js = ActiveSupport::JSON.decode(@response.body)
@@ -586,7 +371,7 @@ module Api
       assert_equal 1, js["users"].count
       check_json_details(js["users"][0], user2, false, false)
 
-      get api_users_path, :params => { :users => "#{user1.id},#{user3.id}", :format => "json" }, :headers => bearer_authorization_header(good_token.token)
+      get api_users_path, :params => { :users => "#{user1.id},#{user3.id}", :format => "json" }, :headers => good_auth
       assert_response :success
       assert_equal "application/json", response.media_type
       js = ActiveSupport::JSON.decode(@response.body)
@@ -595,7 +380,7 @@ module Api
       check_json_details(js["users"][0], user1, true, false)
       check_json_details(js["users"][1], user3, false, false)
 
-      get api_users_path, :params => { :users => "#{user1.id},#{user3.id}", :format => "json" }, :headers => bearer_authorization_header(bad_token.token)
+      get api_users_path, :params => { :users => "#{user1.id},#{user3.id}", :format => "json" }, :headers => bad_auth
       assert_response :success
       assert_equal "application/json", response.media_type
       js = ActiveSupport::JSON.decode(@response.body)
@@ -604,17 +389,17 @@ module Api
       check_json_details(js["users"][0], user1, false, false)
       check_json_details(js["users"][1], user3, false, false)
 
-      get api_users_path, :params => { :users => create(:user, :suspended).id }, :headers => bearer_authorization_header(good_token.token)
+      get api_users_path, :params => { :users => create(:user, :suspended).id }, :headers => good_auth
       assert_response :success
       assert_equal "application/xml", response.media_type
       assert_select "user", :count => 0
 
-      get api_users_path, :params => { :users => create(:user, :deleted).id }, :headers => bearer_authorization_header(good_token.token)
+      get api_users_path, :params => { :users => create(:user, :deleted).id }, :headers => good_auth
       assert_response :success
       assert_equal "application/xml", response.media_type
       assert_select "user", :count => 0
 
-      get api_users_path, :params => { :users => 0 }, :headers => bearer_authorization_header(good_token.token)
+      get api_users_path, :params => { :users => 0 }, :headers => good_auth
       assert_response :success
       assert_equal "application/xml", response.media_type
       assert_select "user", :count => 0
@@ -633,7 +418,7 @@ module Api
       assert_response :unauthorized
 
       # check that we get a response when logged in
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
       get user_gpx_files_path, :headers => auth_header
       assert_response :success
       assert_equal "application/xml", response.media_type
index e11cceeb2de7d194ec0c1ef523be129b5fa90e75..6aa4bdfa5d3b17173edfe8f7abbe8fa3f08c148a 100644 (file)
@@ -146,7 +146,7 @@ module Api
       changeset = create(:changeset, :user => user)
 
       ## First check that it fails when creating a way using a non-public user
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
 
       # use the first user's open changeset
       changeset_id = private_changeset.id
@@ -161,7 +161,7 @@ module Api
                       "way upload did not return forbidden status"
 
       ## Now use a public user
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # use the first user's open changeset
       changeset_id = changeset.id
@@ -207,7 +207,7 @@ module Api
       closed_changeset = create(:changeset, :closed, :user => user)
 
       ## First test with a private user to make sure that they are not authorized
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
 
       # use the first user's open changeset
       # create a way with non-existing node
@@ -235,7 +235,7 @@ module Api
                       "way upload to closed changeset with a private user did not return 'forbidden'"
 
       ## Now test with a public user
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # use the first user's open changeset
       # create a way with non-existing node
@@ -301,7 +301,7 @@ module Api
       assert_response :unauthorized
 
       # now set auth using the private user
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
 
       # this shouldn't work as with the 0.6 api we need pay load to delete
       delete api_way_path(private_way), :headers => auth_header
@@ -350,7 +350,7 @@ module Api
 
       ### Now check with a public user
       # now set auth
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # this shouldn't work as with the 0.6 api we need pay load to delete
       delete api_way_path(way), :headers => auth_header
@@ -419,7 +419,7 @@ module Api
       ## Second test with the private user
 
       # setup auth
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
 
       ## trying to break changesets
 
@@ -457,7 +457,7 @@ module Api
       ## Finally test with the public user
 
       # setup auth
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       ## trying to break changesets
 
@@ -541,7 +541,7 @@ module Api
 
       ## Try with the non-public user
       # setup auth
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
 
       # add an identical tag to the way
       tag_xml = XML::Node.new("tag")
@@ -559,7 +559,7 @@ module Api
 
       ## Now try with the public user
       # setup auth
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # add an identical tag to the way
       tag_xml = XML::Node.new("tag")
@@ -589,7 +589,7 @@ module Api
 
       ## Try with the non-public user
       # setup auth
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
 
       # add an identical tag to the way
       tag_xml = XML::Node.new("tag")
@@ -607,7 +607,7 @@ module Api
 
       ## Now try with the public user
       # setup auth
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # add an identical tag to the way
       tag_xml = XML::Node.new("tag")
@@ -635,7 +635,7 @@ module Api
 
       ## First test with the non-public user so should be rejected
       # setup auth
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
 
       # create duplicate tag
       tag_xml = XML::Node.new("tag")
@@ -655,7 +655,7 @@ module Api
 
       ## Now test with the public user
       # setup auth
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # create duplicate tag
       tag_xml = XML::Node.new("tag")
@@ -687,7 +687,7 @@ module Api
 
       ## First make sure that you can't with a non-public user
       # setup auth
-      auth_header = basic_authorization_header private_user.email, "test"
+      auth_header = bearer_authorization_header private_user
 
       # add the tag into the existing xml
       way_str = "<osm><way changeset='#{private_changeset.id}'>"
@@ -702,7 +702,7 @@ module Api
 
       ## Now do it with a public user
       # setup auth
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # add the tag into the existing xml
       way_str = "<osm><way changeset='#{changeset.id}'>"
@@ -769,7 +769,7 @@ module Api
                                      :num_changes => Settings.initial_changes_per_hour - 1)
 
       # create authentication header
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # try creating a way
       xml = "<osm><way changeset='#{changeset.id}'>" \
@@ -826,7 +826,7 @@ module Api
       end
 
       # create authentication header
-      auth_header = basic_authorization_header user.email, "test"
+      auth_header = bearer_authorization_header user
 
       # try creating a way
       xml = "<osm><way changeset='#{changeset.id}'>" \
diff --git a/test/controllers/changeset_comments/feeds_controller_test.rb b/test/controllers/changeset_comments/feeds_controller_test.rb
new file mode 100644 (file)
index 0000000..4858eb0
--- /dev/null
@@ -0,0 +1,92 @@
+require "test_helper"
+
+module ChangesetComments
+  class FeedsControllerTest < ActionDispatch::IntegrationTest
+    ##
+    # test all routes which lead to this controller
+    def test_routes
+      assert_routing(
+        { :path => "/changeset/1/comments/feed", :method => :get },
+        { :controller => "changeset_comments/feeds", :action => "show", :changeset_id => "1", :format => "rss" }
+      )
+      assert_routing(
+        { :path => "/history/comments/feed", :method => :get },
+        { :controller => "changeset_comments/feeds", :action => "show", :format => "rss" }
+      )
+    end
+
+    ##
+    # test comments feed
+    def test_feed
+      changeset = create(:changeset, :closed)
+      create_list(:changeset_comment, 3, :changeset => changeset)
+
+      get changesets_comments_feed_path(:format => "rss")
+      assert_response :success
+      assert_equal "application/rss+xml", @response.media_type
+      assert_select "rss", :count => 1 do
+        assert_select "channel", :count => 1 do
+          assert_select "item", :count => 3
+        end
+      end
+
+      get changesets_comments_feed_path(:format => "rss", :limit => 2)
+      assert_response :success
+      assert_equal "application/rss+xml", @response.media_type
+      assert_select "rss", :count => 1 do
+        assert_select "channel", :count => 1 do
+          assert_select "item", :count => 2
+        end
+      end
+
+      get changeset_comments_feed_path(changeset, :format => "rss")
+      assert_response :success
+      assert_equal "application/rss+xml", @response.media_type
+      last_comment_id = -1
+      assert_select "rss", :count => 1 do
+        assert_select "channel", :count => 1 do
+          assert_select "item", :count => 3 do |items|
+            items.each do |item|
+              assert_select item, "link", :count => 1 do |link|
+                match = assert_match(/^#{changeset_url changeset}#c(\d+)$/, link.text)
+                comment_id = match[1].to_i
+                assert_operator comment_id, "<", last_comment_id if last_comment_id != -1
+                last_comment_id = comment_id
+              end
+            end
+          end
+        end
+      end
+    end
+
+    ##
+    # test comments feed
+    def test_feed_bad_limit
+      get changesets_comments_feed_path(:format => "rss", :limit => 0)
+      assert_response :bad_request
+
+      get changesets_comments_feed_path(:format => "rss", :limit => 100001)
+      assert_response :bad_request
+    end
+
+    def test_feed_timeout
+      with_settings(:web_timeout => -1) do
+        get changesets_comments_feed_path
+      end
+      assert_response :error
+      assert_equal "application/rss+xml; charset=utf-8", @response.header["Content-Type"]
+      assert_dom "rss>channel>title", :text => "OpenStreetMap changeset discussion"
+      assert_dom "rss>channel>description", :text => /the list of changeset comments you requested took too long to retrieve/
+    end
+
+    def test_feed_changeset_timeout
+      with_settings(:web_timeout => -1) do
+        get changeset_comments_feed_path(123)
+      end
+      assert_response :error
+      assert_equal "application/rss+xml; charset=utf-8", @response.header["Content-Type"]
+      assert_dom "rss>channel>title", :text => "OpenStreetMap changeset #123 discussion"
+      assert_dom "rss>channel>description", :text => /the list of changeset comments you requested took too long to retrieve/
+    end
+  end
+end
diff --git a/test/controllers/changeset_comments_controller_test.rb b/test/controllers/changeset_comments_controller_test.rb
deleted file mode 100644 (file)
index b03640e..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-require "test_helper"
-
-class ChangesetCommentsControllerTest < ActionDispatch::IntegrationTest
-  ##
-  # test all routes which lead to this controller
-  def test_routes
-    assert_routing(
-      { :path => "/changeset/1/comments/feed", :method => :get },
-      { :controller => "changeset_comments", :action => "index", :id => "1", :format => "rss" }
-    )
-    assert_routing(
-      { :path => "/history/comments/feed", :method => :get },
-      { :controller => "changeset_comments", :action => "index", :format => "rss" }
-    )
-  end
-
-  ##
-  # test comments feed
-  def test_feed
-    changeset = create(:changeset, :closed)
-    create_list(:changeset_comment, 3, :changeset => changeset)
-
-    get changesets_comments_feed_path(:format => "rss")
-    assert_response :success
-    assert_equal "application/rss+xml", @response.media_type
-    assert_select "rss", :count => 1 do
-      assert_select "channel", :count => 1 do
-        assert_select "item", :count => 3
-      end
-    end
-
-    get changesets_comments_feed_path(:format => "rss", :limit => 2)
-    assert_response :success
-    assert_equal "application/rss+xml", @response.media_type
-    assert_select "rss", :count => 1 do
-      assert_select "channel", :count => 1 do
-        assert_select "item", :count => 2
-      end
-    end
-
-    get changeset_comments_feed_path(:id => changeset.id, :format => "rss")
-    assert_response :success
-    assert_equal "application/rss+xml", @response.media_type
-    last_comment_id = -1
-    assert_select "rss", :count => 1 do
-      assert_select "channel", :count => 1 do
-        assert_select "item", :count => 3 do |items|
-          items.each do |item|
-            assert_select item, "link", :count => 1 do |link|
-              match = assert_match(/^#{changeset_url changeset}#c(\d+)$/, link.text)
-              comment_id = match[1].to_i
-              assert_operator comment_id, "<", last_comment_id if last_comment_id != -1
-              last_comment_id = comment_id
-            end
-          end
-        end
-      end
-    end
-  end
-
-  ##
-  # test comments feed
-  def test_feed_bad_limit
-    get changesets_comments_feed_path(:format => "rss", :limit => 0)
-    assert_response :bad_request
-
-    get changesets_comments_feed_path(:format => "rss", :limit => 100001)
-    assert_response :bad_request
-  end
-end
index a06565aa1ca2740a6696aeffe5413062a853297f..65a71a9b57b05d8f4eda9c53a4f535d143d270b5 100644 (file)
@@ -17,12 +17,12 @@ class DiaryCommentsControllerTest < ActionDispatch::IntegrationTest
       { :controller => "diary_comments", :action => "create", :display_name => "username", :id => "1" }
     )
     assert_routing(
-      { :path => "/user/username/diary/1/comments/2/hide", :method => :post },
-      { :controller => "diary_comments", :action => "hide", :display_name => "username", :id => "1", :comment => "2" }
+      { :path => "/diary_comments/2/hide", :method => :post },
+      { :controller => "diary_comments", :action => "hide", :comment => "2" }
     )
     assert_routing(
-      { :path => "/user/username/diary/1/comments/2/unhide", :method => :post },
-      { :controller => "diary_comments", :action => "unhide", :display_name => "username", :id => "1", :comment => "2" }
+      { :path => "/diary_comments/2/unhide", :method => :post },
+      { :controller => "diary_comments", :action => "unhide", :comment => "2" }
     )
 
     get "/user/username/diary/comments/1"
@@ -186,19 +186,19 @@ class DiaryCommentsControllerTest < ActionDispatch::IntegrationTest
     diary_comment = create(:diary_comment, :diary_entry => diary_entry)
 
     # Try without logging in
-    post hide_diary_comment_path(user, diary_entry, diary_comment)
+    post hide_diary_comment_path(diary_comment)
     assert_response :forbidden
     assert DiaryComment.find(diary_comment.id).visible
 
     # Now try as a normal user
     session_for(user)
-    post hide_diary_comment_path(user, diary_entry, diary_comment)
+    post hide_diary_comment_path(diary_comment)
     assert_redirected_to :controller => :errors, :action => :forbidden
     assert DiaryComment.find(diary_comment.id).visible
 
     # Try as a moderator
     session_for(create(:moderator_user))
-    post hide_diary_comment_path(user, diary_entry, diary_comment)
+    post hide_diary_comment_path(diary_comment)
     assert_redirected_to diary_entry_path(user, diary_entry)
     assert_not DiaryComment.find(diary_comment.id).visible
 
@@ -207,7 +207,7 @@ class DiaryCommentsControllerTest < ActionDispatch::IntegrationTest
 
     # Finally try as an administrator
     session_for(create(:administrator_user))
-    post hide_diary_comment_path(user, diary_entry, diary_comment)
+    post hide_diary_comment_path(diary_comment)
     assert_redirected_to diary_entry_path(user, diary_entry)
     assert_not DiaryComment.find(diary_comment.id).visible
   end
@@ -218,19 +218,19 @@ class DiaryCommentsControllerTest < ActionDispatch::IntegrationTest
     diary_comment = create(:diary_comment, :diary_entry => diary_entry, :visible => false)
 
     # Try without logging in
-    post unhide_diary_comment_path(user, diary_entry, diary_comment)
+    post unhide_diary_comment_path(diary_comment)
     assert_response :forbidden
     assert_not DiaryComment.find(diary_comment.id).visible
 
     # Now try as a normal user
     session_for(user)
-    post unhide_diary_comment_path(user, diary_entry, diary_comment)
+    post unhide_diary_comment_path(diary_comment)
     assert_redirected_to :controller => :errors, :action => :forbidden
     assert_not DiaryComment.find(diary_comment.id).visible
 
     # Now try as a moderator
     session_for(create(:moderator_user))
-    post unhide_diary_comment_path(user, diary_entry, diary_comment)
+    post unhide_diary_comment_path(diary_comment)
     assert_redirected_to diary_entry_path(user, diary_entry)
     assert DiaryComment.find(diary_comment.id).visible
 
@@ -239,7 +239,7 @@ class DiaryCommentsControllerTest < ActionDispatch::IntegrationTest
 
     # Finally try as an administrator
     session_for(create(:administrator_user))
-    post unhide_diary_comment_path(user, diary_entry, diary_comment)
+    post unhide_diary_comment_path(diary_comment)
     assert_redirected_to diary_entry_path(user, diary_entry)
     assert DiaryComment.find(diary_comment.id).visible
   end
index aad759b5b68e3ebae15e20e60df50b27cf30814f..7d543250bc88a17b565cc72d99196d3f4b48a16d 100644 (file)
@@ -648,6 +648,17 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
     end
   end
 
+  def test_show_og_title
+    user = create(:user)
+    diary_entry = create(:diary_entry, :user => user, :title => "The Important Blog Post")
+
+    get diary_entry_path(user, diary_entry)
+    assert_response :success
+    assert_dom "head meta[property='og:title']" do
+      assert_dom "> @content", "The Important Blog Post"
+    end
+  end
+
   def test_show_og_image_with_no_image
     user = create(:user)
     diary_entry = create(:diary_entry, :user => user, :body => "nothing")
index b39aed77b21d497c04b4d378c2265aafd3d7a8ba..70d1beb18317b362d3dfd137023b406003646ac7 100644 (file)
@@ -245,7 +245,7 @@ class MessagesControllerTest < ActionDispatch::IntegrationTest
     # Check that we can't reply to somebody else's message
     get message_reply_path(message)
     assert_redirected_to login_path(:referer => message_reply_path(message))
-    assert_equal "You are logged in as `#{other_user.display_name}' but the message you have asked to reply to was not sent to that user. Please log in as the correct user in order to reply.", flash[:notice]
+    assert_equal "You are logged in as '#{other_user.display_name}' but the message you have asked to reply to was not sent to that user. Please log in as the correct user in order to reply.", flash[:notice]
 
     # Login as the right user
     session_for(recipient_user)
@@ -263,6 +263,21 @@ class MessagesControllerTest < ActionDispatch::IntegrationTest
     end
     assert Message.find(message.id).message_read
 
+    # Login as the sending user
+    session_for(user)
+
+    # Check that the message reply page loads
+    get message_reply_path(message)
+    assert_response :success
+    assert_template "new"
+    assert_select "title", "Re: #{message.title} | OpenStreetMap"
+    assert_select "form[action='/messages']", :count => 1 do
+      assert_select "input[type='hidden'][name='display_name'][value='#{recipient_user.display_name}']"
+      assert_select "input#message_title[value='Re: #{message.title}']", :count => 1
+      assert_select "textarea#message_body", :count => 1
+      assert_select "input[type='submit'][value='Send']", :count => 1
+    end
+
     # Asking to reply to a message with a bogus ID should fail
     get message_reply_path(99999)
     assert_response :not_found
@@ -287,26 +302,28 @@ class MessagesControllerTest < ActionDispatch::IntegrationTest
     # Check that we can't read the message
     get message_path(message)
     assert_redirected_to login_path(:referer => message_path(message))
-    assert_equal "You are logged in as `#{other_user.display_name}' but the message you have asked to read was not sent by or to that user. Please log in as the correct user in order to read it.", flash[:notice]
+    assert_equal "You are logged in as '#{other_user.display_name}' but the message you have asked to read was not sent by or to that user. Please log in as the correct user in order to read it.", flash[:notice]
 
     # Login as the message sender
     session_for(user)
 
-    # Check that the message sender can read the message
+    # Check that the message sender can read the message and that Reply button is available
     get message_path(message)
     assert_response :success
     assert_template "show"
     assert_select "a[href='#{user_path recipient_user}']", :text => recipient_user.display_name
+    assert_select "a.btn.btn-primary", :text => "Reply"
     assert_not Message.find(message.id).message_read
 
     # Login as the message recipient
     session_for(recipient_user)
 
-    # Check that the message recipient can read the message
+    # Check that the message recipient can read the message and that Reply button is available
     get message_path(message)
     assert_response :success
     assert_template "show"
     assert_select "a[href='#{user_path user}']", :text => user.display_name
+    assert_select "a.btn.btn-primary", :text => "Reply"
     assert Message.find(message.id).message_read
 
     # Asking to read a message with a bogus ID should fail
index 5bb08ea7104ba3ad21e531e1a9901ccb8a47a2ed..a294327231d78ca0b54b5e5f338ae305f27221d6 100644 (file)
@@ -90,4 +90,15 @@ class NodesControllerTest < ActionDispatch::IntegrationTest
     assert_select ".secondary-actions a", :text => "View History", :count => 1
     assert_select ".secondary-actions a", :text => "View Unredacted History", :count => 1
   end
+
+  def test_show_timeout
+    node = create(:node)
+    with_settings(:web_timeout => -1) do
+      get node_path(node)
+    end
+    assert_response :error
+    assert_template :layout => "map"
+    assert_dom "h2", "Timeout Error"
+    assert_dom "p", /#{Regexp.quote("the node with the id #{node.id}")}/
+  end
 end
index 4092ad7326599cfe964b7adc97d8790a57f7570e..71dfa42baefafa63bbfbe42a5b42555fbc3d832b 100644 (file)
@@ -184,4 +184,38 @@ class NotesControllerTest < ActionDispatch::IntegrationTest
     assert_template "notes/new"
     assert_select "#sidebar_content a[href='#{login_path(:referer => new_note_path)}']", :count => 0
   end
+
+  def test_index_filter_by_status
+    user = create(:user)
+    other_user = create(:user)
+
+    open_note = create(:note, :status => "open")
+    create(:note_comment, :note => open_note, :author => user)
+
+    closed_note = create(:note, :status => "closed")
+    create(:note_comment, :note => closed_note, :author => user)
+
+    hidden_note = create(:note, :status => "hidden")
+    create(:note_comment, :note => hidden_note, :author => user)
+
+    commented_note = create(:note, :status => "open")
+    create(:note_comment, :note => commented_note, :author => other_user)
+    create(:note_comment, :note => commented_note, :author => user)
+
+    get user_notes_path(user, :status => "all")
+    assert_response :success
+    assert_select "table.note_list tbody tr", :count => 3
+
+    get user_notes_path(user, :status => "open")
+    assert_response :success
+    assert_select "table.note_list tbody tr", :count => 2
+
+    get user_notes_path(user, :status => "closed")
+    assert_response :success
+    assert_select "table.note_list tbody tr", :count => 1
+
+    get user_notes_path(user)
+    assert_response :success
+    assert_select "table.note_list tbody tr", :count => 3
+  end
 end
index a5c37d8089b291ac10d1a2f76fe517bae191cc14..1333fa000cca1c4ba69d2dc67e94f56a286142da 100644 (file)
@@ -53,6 +53,16 @@ class Oauth2ApplicationsControllerTest < ActionDispatch::IntegrationTest
     assert_select "tbody tr", 2
   end
 
+  def test_index_with_moderator_app
+    user = create(:user)
+    create(:oauth_application, :owner => user, :scopes => "write_redactions")
+
+    session_for(user)
+
+    get oauth_applications_path
+    assert_response :success
+  end
+
   def test_new
     user = create(:user)
 
diff --git a/test/controllers/oauth_clients_controller_test.rb b/test/controllers/oauth_clients_controller_test.rb
deleted file mode 100644 (file)
index c4dd4a1..0000000
+++ /dev/null
@@ -1,204 +0,0 @@
-require "test_helper"
-
-class OauthClientsControllerTest < ActionDispatch::IntegrationTest
-  ##
-  # test all routes which lead to this controller
-  def test_routes
-    assert_routing(
-      { :path => "/user/username/oauth_clients", :method => :get },
-      { :controller => "oauth_clients", :action => "index", :display_name => "username" }
-    )
-    assert_routing(
-      { :path => "/user/username/oauth_clients/new", :method => :get },
-      { :controller => "oauth_clients", :action => "new", :display_name => "username" }
-    )
-    assert_routing(
-      { :path => "/user/username/oauth_clients", :method => :post },
-      { :controller => "oauth_clients", :action => "create", :display_name => "username" }
-    )
-    assert_routing(
-      { :path => "/user/username/oauth_clients/1", :method => :get },
-      { :controller => "oauth_clients", :action => "show", :display_name => "username", :id => "1" }
-    )
-    assert_routing(
-      { :path => "/user/username/oauth_clients/1/edit", :method => :get },
-      { :controller => "oauth_clients", :action => "edit", :display_name => "username", :id => "1" }
-    )
-    assert_routing(
-      { :path => "/user/username/oauth_clients/1", :method => :put },
-      { :controller => "oauth_clients", :action => "update", :display_name => "username", :id => "1" }
-    )
-    assert_routing(
-      { :path => "/user/username/oauth_clients/1", :method => :delete },
-      { :controller => "oauth_clients", :action => "destroy", :display_name => "username", :id => "1" }
-    )
-  end
-
-  def test_index
-    user = create(:user)
-    create_list(:client_application, 2, :user => user)
-    create_list(:access_token, 2, :user => user)
-
-    get oauth_clients_path(user)
-    assert_redirected_to login_path(:referer => oauth_clients_path(user))
-
-    session_for(user)
-
-    get oauth_clients_path(user)
-    assert_response :success
-    assert_template "index"
-    assert_select "li.client_application", 2
-  end
-
-  def test_new
-    user = create(:user)
-
-    get new_oauth_client_path(user)
-    assert_redirected_to login_path(:referer => new_oauth_client_path(user))
-
-    session_for(user)
-
-    get new_oauth_client_path(user)
-    assert_response :success
-    assert_template "new"
-    assert_select "form", 1 do
-      assert_select "input#client_application_name", 1
-      assert_select "input#client_application_url", 1
-      assert_select "input#client_application_callback_url", 1
-      assert_select "input#client_application_support_url", 1
-      ClientApplication.all_permissions.each do |perm|
-        assert_select "input#client_application_#{perm}", 1
-      end
-    end
-  end
-
-  def test_new_disabled
-    user = create(:user)
-
-    with_settings(:oauth_10_registration => false) do
-      get new_oauth_client_path(user)
-      assert_redirected_to login_path(:referer => new_oauth_client_path(user))
-
-      session_for(user)
-
-      get new_oauth_client_path(user)
-      assert_redirected_to oauth_clients_path(user)
-    end
-  end
-
-  def test_create
-    user = create(:user)
-
-    assert_difference "ClientApplication.count", 0 do
-      post oauth_clients_path(user)
-    end
-    assert_response :forbidden
-
-    session_for(user)
-
-    assert_difference "ClientApplication.count", 0 do
-      post oauth_clients_path(user, :client_application => { :name => "Test Application" })
-    end
-    assert_response :success
-    assert_template "new"
-
-    assert_difference "ClientApplication.count", 1 do
-      post oauth_clients_path(user, :client_application => { :name => "Test Application",
-                                                             :url => "http://test.example.com/" })
-    end
-    assert_redirected_to oauth_client_path(:id => ClientApplication.find_by(:name => "Test Application").id)
-  end
-
-  def test_show
-    user = create(:user)
-    client = create(:client_application, :user => user)
-    other_client = create(:client_application)
-
-    get oauth_client_path(user, client)
-    assert_redirected_to login_path(:referer => oauth_client_path(user, client.id))
-
-    session_for(user)
-
-    get oauth_client_path(user, other_client)
-    assert_response :not_found
-    assert_template "not_found"
-
-    get oauth_client_path(user, client)
-    assert_response :success
-    assert_template "show"
-  end
-
-  def test_edit
-    user = create(:user)
-    client = create(:client_application, :user => user)
-    other_client = create(:client_application)
-
-    get edit_oauth_client_path(user, client)
-    assert_redirected_to login_path(:referer => edit_oauth_client_path(user, client.id))
-
-    session_for(user)
-
-    get edit_oauth_client_path(user, other_client)
-    assert_response :not_found
-    assert_template "not_found"
-
-    get edit_oauth_client_path(user, client)
-    assert_response :success
-    assert_template "edit"
-    assert_select "form", 1 do
-      assert_select "input#client_application_name", 1
-      assert_select "input#client_application_url", 1
-      assert_select "input#client_application_callback_url", 1
-      assert_select "input#client_application_support_url", 1
-      ClientApplication.all_permissions.each do |perm|
-        assert_select "input#client_application_#{perm}", 1
-      end
-    end
-  end
-
-  def test_update
-    user = create(:user)
-    client = create(:client_application, :user => user)
-    other_client = create(:client_application)
-
-    put oauth_client_path(user, client)
-    assert_response :forbidden
-
-    session_for(user)
-
-    put oauth_client_path(user, other_client)
-    assert_response :not_found
-    assert_template "not_found"
-
-    put oauth_client_path(user, client, :client_application => { :name => "New Name", :url => nil })
-    assert_response :success
-    assert_template "edit"
-
-    put oauth_client_path(user, client, :client_application => { :name => "New Name", :url => "http://new.example.com/url" })
-    assert_redirected_to oauth_client_path(:id => client.id)
-  end
-
-  def test_destroy
-    user = create(:user)
-    client = create(:client_application, :user => user)
-    other_client = create(:client_application)
-
-    assert_difference "ClientApplication.count", 0 do
-      delete oauth_client_path(user, client)
-    end
-    assert_response :forbidden
-
-    session_for(user)
-
-    assert_difference "ClientApplication.count", 0 do
-      delete oauth_client_path(user, other_client)
-    end
-    assert_response :not_found
-    assert_template "not_found"
-
-    assert_difference "ClientApplication.count", -1 do
-      delete oauth_client_path(user, client)
-    end
-    assert_redirected_to oauth_clients_path(user)
-  end
-end
diff --git a/test/controllers/oauth_controller_test.rb b/test/controllers/oauth_controller_test.rb
deleted file mode 100644 (file)
index da01ba9..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-require "test_helper"
-
-class OauthControllerTest < ActionDispatch::IntegrationTest
-  ##
-  # test all routes which lead to this controller
-  def test_routes
-    assert_routing(
-      { :path => "/oauth/revoke", :method => :get },
-      { :controller => "oauth", :action => "revoke" }
-    )
-    assert_routing(
-      { :path => "/oauth/revoke", :method => :post },
-      { :controller => "oauth", :action => "revoke" }
-    )
-    assert_routing(
-      { :path => "/oauth/authorize", :method => :get },
-      { :controller => "oauth", :action => "authorize" }
-    )
-    assert_routing(
-      { :path => "/oauth/authorize", :method => :post },
-      { :controller => "oauth", :action => "authorize" }
-    )
-    assert_routing(
-      { :path => "/oauth/token", :method => :get },
-      { :controller => "oauth", :action => "token" }
-    )
-    assert_routing(
-      { :path => "/oauth/request_token", :method => :get },
-      { :controller => "oauth", :action => "request_token" }
-    )
-    assert_routing(
-      { :path => "/oauth/request_token", :method => :post },
-      { :controller => "oauth", :action => "request_token" }
-    )
-    assert_routing(
-      { :path => "/oauth/access_token", :method => :get },
-      { :controller => "oauth", :action => "access_token" }
-    )
-    assert_routing(
-      { :path => "/oauth/access_token", :method => :post },
-      { :controller => "oauth", :action => "access_token" }
-    )
-    assert_routing(
-      { :path => "/oauth/test_request", :method => :get },
-      { :controller => "oauth", :action => "test_request" }
-    )
-  end
-end
index bb4dffdc6e74636fd8c118e9bcc8207ceb7c775a..abaf30d62e68563e5f694e0a015b7e57668f77b4 100644 (file)
@@ -218,6 +218,17 @@ class OldNodesControllerTest < ActionDispatch::IntegrationTest
     assert_select "#sidebar_content", /node #0 version 0 could not be found/
   end
 
+  def test_show_timeout
+    node = create(:node, :with_history)
+    with_settings(:web_timeout => -1) do
+      get old_node_path(node, 1)
+    end
+    assert_response :error
+    assert_template :layout => "map"
+    assert_dom "h2", "Timeout Error"
+    assert_dom "p", /#{Regexp.quote("the node with the id #{node.id}")}/
+  end
+
   private
 
   def create_redacted_node
index a766f8b8db113178edf13a4504c8f8a622d6f646..f5de706cf59e92220e4ec5c2348e6dd9e06c7a9c 100644 (file)
@@ -177,6 +177,17 @@ class OldRelationsControllerTest < ActionDispatch::IntegrationTest
     assert_select "#sidebar_content", /relation #0 version 0 could not be found/
   end
 
+  def test_show_timeout
+    relation = create(:relation, :with_history)
+    with_settings(:web_timeout => -1) do
+      get old_relation_path(relation, 1)
+    end
+    assert_response :error
+    assert_template :layout => "map"
+    assert_dom "h2", "Timeout Error"
+    assert_dom "p", /#{Regexp.quote("the relation with the id #{relation.id}")}/
+  end
+
   private
 
   def create_redacted_relation
index 6455343cfa63af9b1e4c43cb28bab6b9bbb021a6..fcc2281b85753cec329c579cf81366a76a171fd2 100644 (file)
@@ -182,6 +182,17 @@ class OldWaysControllerTest < ActionDispatch::IntegrationTest
     assert_select "#sidebar_content", /way #0 version 0 could not be found/
   end
 
+  def test_show_timeout
+    way = create(:way, :with_history)
+    with_settings(:web_timeout => -1) do
+      get old_way_path(way, 1)
+    end
+    assert_response :error
+    assert_template :layout => "map"
+    assert_dom "h2", "Timeout Error"
+    assert_dom "p", /#{Regexp.quote("the way with the id #{way.id}")}/
+  end
+
   private
 
   def create_redacted_way
index 5ca72fe478263bde3b0234638990f1fc13ad8d92..b3bc4cf16f92900218605d4276b5141d18b76e8f 100644 (file)
@@ -102,7 +102,7 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
     # create an empty redaction
     redaction = create(:redaction)
 
-    delete redaction_path(:id => redaction)
+    delete redaction_path(redaction)
     assert_redirected_to(redactions_path)
   end
 
@@ -113,7 +113,7 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
     redaction = create(:redaction)
     create(:old_node, :redaction => redaction)
 
-    delete redaction_path(:id => redaction)
+    delete redaction_path(redaction)
     assert_redirected_to(redaction_path(redaction))
     assert_match(/^Redaction is not empty/, flash[:error])
   end
@@ -121,28 +121,28 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
   def test_delete_non_moderator
     session_for(create(:user))
 
-    delete redaction_path(:id => create(:redaction))
+    delete redaction_path(create(:redaction))
     assert_redirected_to :controller => "errors", :action => "forbidden"
   end
 
   def test_edit
     redaction = create(:redaction)
 
-    get edit_redaction_path(:id => redaction)
+    get edit_redaction_path(redaction)
     assert_redirected_to login_path(:referer => edit_redaction_path(redaction))
   end
 
   def test_edit_moderator
     session_for(create(:moderator_user))
 
-    get edit_redaction_path(:id => create(:redaction))
+    get edit_redaction_path(create(:redaction))
     assert_response :success
   end
 
   def test_edit_non_moderator
     session_for(create(:user))
 
-    get edit_redaction_path(:id => create(:redaction))
+    get edit_redaction_path(create(:redaction))
     assert_redirected_to :controller => "errors", :action => "forbidden"
   end
 
@@ -151,7 +151,7 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
 
     redaction = create(:redaction)
 
-    put redaction_path(:id => redaction, :redaction => { :title => "Foo", :description => "Description here." })
+    put redaction_path(redaction, :redaction => { :title => "Foo", :description => "Description here." })
     assert_redirected_to(redaction_path(redaction))
   end
 
@@ -160,7 +160,7 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
 
     redaction = create(:redaction)
 
-    put redaction_path(:id => redaction, :redaction => { :title => "Foo", :description => "" })
+    put redaction_path(redaction, :redaction => { :title => "Foo", :description => "" })
     assert_response :success
     assert_template :edit
   end
@@ -170,7 +170,7 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
 
     redaction = create(:redaction)
 
-    put redaction_path(:id => redaction, :redaction => { :title => "Foo", :description => "Description here." })
+    put redaction_path(redaction, :redaction => { :title => "Foo", :description => "Description here." })
     assert_redirected_to :controller => "errors", :action => "forbidden"
   end
 end
index 926d9502638c1650b46ae44182e6e723b045e933..bdcbd2fd7bf386df6d0e49887761394808fbff1f 100644 (file)
@@ -36,4 +36,15 @@ class RelationsControllerTest < ActionDispatch::IntegrationTest
     sidebar_browse_check :relation_path, member.id, "browse/feature"
     assert_select "a[href='#{relation_path relation}']", :count => 1
   end
+
+  def test_show_timeout
+    relation = create(:relation)
+    with_settings(:web_timeout => -1) do
+      get relation_path(relation)
+    end
+    assert_response :error
+    assert_template :layout => "map"
+    assert_dom "h2", "Timeout Error"
+    assert_dom "p", /#{Regexp.quote("the relation with the id #{relation.id}")}/
+  end
 end
index 914a4ab5608d32ce7fe343a2d6d5556ba47d3f31..f490b748c4a6c763699d2759909ba06f52944e69 100644 (file)
@@ -54,6 +54,24 @@ class SessionsControllerTest < ActionDispatch::IntegrationTest
     assert_redirected_to root_path
   end
 
+  def test_login_remembered
+    user = create(:user)
+
+    post login_path, :params => { :username => user.display_name, :password => "test", :remember_me => "yes" }
+    assert_redirected_to root_path
+
+    assert_equal 28 * 86400, session[:_remember_for]
+  end
+
+  def test_login_not_remembered
+    user = create(:user)
+
+    post login_path, :params => { :username => user.display_name, :password => "test", :remember_me => "0" }
+    assert_redirected_to root_path
+
+    assert_nil session[:_remember_for]
+  end
+
   def test_logout_without_referer
     post logout_path
     assert_redirected_to root_path
index 972cbb3c32be43e42978e19f27c74c633464ac97..c5f503d6299f5a8814b024b47cca24ed9af00847 100644 (file)
@@ -667,6 +667,17 @@ class TracesControllerTest < ActionDispatch::IntegrationTest
     assert_equal new_details[:visibility], trace.visibility
   end
 
+  # Test invalid updates
+  def test_update_invalid
+    trace = create(:trace)
+
+    # Invalid visibility
+    session_for(trace.user)
+    put trace_path(trace, :trace => { :description => "Changed description", :tagstring => "new_tag", :visibility => "wrong" })
+    assert_response :success
+    assert_select "title", :text => /^Editing Trace/
+  end
+
   # Test destroying a trace
   def test_destroy
     public_trace_file = create(:trace, :visibility => "public")
index ed310f52ea43239540bbea701b5bc66f48c15db2..2ab90364ec63672457b24070f17b48fc2c372909 100644 (file)
@@ -147,14 +147,72 @@ class UserBlocksControllerTest < ActionDispatch::IntegrationTest
     assert_select "h1 a[href='#{user_path active_block.user}']", :text => active_block.user.display_name
     assert_select "h1 a[href='#{user_path active_block.creator}']", :text => active_block.creator.display_name
     assert UserBlock.find(active_block.id).needs_view
+  end
 
-    # Login as the blocked user
-    session_for(active_block.user)
+  ##
+  # test clearing needs_view by showing a zero-hour block to the blocked user
+  def test_show_sets_deactivates_at_for_zero_hour_block
+    user = create(:user)
+    session_for(user)
 
-    # Now viewing it should mark it as seen
-    get user_block_path(:id => active_block)
-    assert_response :success
-    assert_not UserBlock.find(active_block.id).needs_view
+    freeze_time do
+      block = create(:user_block, :needs_view, :zero_hour, :user => user)
+      assert block.needs_view
+      assert_nil block.deactivates_at
+
+      travel 1.hour
+
+      get user_block_path(block)
+      assert_response :success
+      block.reload
+      assert_not block.needs_view
+      assert_equal Time.now.utc, block.deactivates_at
+
+      travel 1.hour
+
+      get user_block_path(block)
+      assert_response :success
+      block.reload
+      assert_not block.needs_view
+      assert_equal Time.now.utc - 1.hour, block.deactivates_at
+    end
+  end
+
+  ##
+  # test clearing needs_view by showing a timed block to the blocked user
+  def test_show_sets_deactivates_at_for_timed_block
+    user = create(:user)
+    session_for(user)
+
+    freeze_time do
+      block = create(:user_block, :needs_view, :created_at => Time.now.utc, :ends_at => Time.now.utc + 24.hours, :user => user)
+      assert block.needs_view
+      assert_nil block.deactivates_at
+
+      travel 1.hour
+
+      get user_block_path(block)
+      assert_response :success
+      block.reload
+      assert_not block.needs_view
+      assert_equal Time.now.utc + 23.hours, block.deactivates_at
+
+      travel 1.hour
+
+      get user_block_path(block)
+      assert_response :success
+      block.reload
+      assert_not block.needs_view
+      assert_equal Time.now.utc + 22.hours, block.deactivates_at
+
+      travel 24.hours
+
+      get user_block_path(block)
+      assert_response :success
+      block.reload
+      assert_not block.needs_view
+      assert_equal Time.now.utc - 2.hours, block.deactivates_at
+    end
   end
 
   ##
@@ -636,15 +694,15 @@ class UserBlocksControllerTest < ActionDispatch::IntegrationTest
                               :user_block => { :needs_view => true, :reason => "Testing deactivates_at" })
       end
       block = UserBlock.last
-      assert_equal Time.now.utc + 2.days, block.ends_at
+      assert_equal Time.now.utc + 48.hours, block.ends_at
       assert_nil block.deactivates_at
 
-      travel 1.day
+      travel 24.hours
       session_for(blocked_user)
       get user_block_path(block)
       block.reload
-      assert_equal Time.now.utc + 1.day, block.ends_at
-      assert_equal Time.now.utc + 1.day, block.deactivates_at
+      assert_equal Time.now.utc + 24.hours, block.ends_at
+      assert_equal Time.now.utc + 24.hours, block.deactivates_at
     end
   end
 
@@ -660,14 +718,14 @@ class UserBlocksControllerTest < ActionDispatch::IntegrationTest
                               :user_block => { :needs_view => true, :reason => "Testing deactivates_at" })
       end
       block = UserBlock.last
-      assert_equal Time.now.utc + 1.day, block.ends_at
+      assert_equal Time.now.utc + 24.hours, block.ends_at
       assert_nil block.deactivates_at
 
-      travel 2.days
+      travel 48.hours
       session_for(blocked_user)
       get user_block_path(block)
       block.reload
-      assert_equal Time.now.utc - 1.day, block.ends_at
+      assert_equal Time.now.utc - 24.hours, block.ends_at
       assert_equal Time.now.utc, block.deactivates_at
     end
   end
@@ -684,16 +742,16 @@ class UserBlocksControllerTest < ActionDispatch::IntegrationTest
                               :user_block => { :needs_view => false, :reason => "Testing deactivates_at" })
       end
       block = UserBlock.last
-      assert_equal Time.now.utc + 2.days, block.ends_at
-      assert_equal Time.now.utc + 2.days, block.deactivates_at
+      assert_equal Time.now.utc + 48.hours, block.ends_at
+      assert_equal Time.now.utc + 48.hours, block.deactivates_at
 
-      travel 1.day
+      travel 24.hours
       put user_block_path(block,
                           :user_block_period => "48",
                           :user_block => { :needs_view => false, :reason => "Testing deactivates_at updated" })
       block.reload
-      assert_equal Time.now.utc + 2.days, block.ends_at
-      assert_equal Time.now.utc + 2.days, block.deactivates_at
+      assert_equal Time.now.utc + 48.hours, block.ends_at
+      assert_equal Time.now.utc + 48.hours, block.deactivates_at
     end
   end
 
@@ -709,16 +767,16 @@ class UserBlocksControllerTest < ActionDispatch::IntegrationTest
                               :user_block => { :needs_view => false, :reason => "Testing deactivates_at" })
       end
       block = UserBlock.last
-      assert_equal Time.now.utc + 1.day, block.ends_at
-      assert_equal Time.now.utc + 1.day, block.deactivates_at
+      assert_equal Time.now.utc + 24.hours, block.ends_at
+      assert_equal Time.now.utc + 24.hours, block.deactivates_at
 
-      travel 2.days
+      travel 48.hours
       put user_block_path(block,
                           :user_block_period => "0",
                           :user_block => { :needs_view => false, :reason => "Testing deactivates_at updated" })
       block.reload
-      assert_equal Time.now.utc - 1.day, block.ends_at
-      assert_equal Time.now.utc - 1.day, block.deactivates_at
+      assert_equal Time.now.utc - 24.hours, block.ends_at
+      assert_equal Time.now.utc - 24.hours, block.deactivates_at
     end
   end
 
@@ -732,21 +790,21 @@ class UserBlocksControllerTest < ActionDispatch::IntegrationTest
       block = UserBlock.new :user => blocked_user,
                             :creator => moderator_user,
                             :reason => "because",
-                            :ends_at => Time.now.utc + 1.day,
+                            :ends_at => Time.now.utc + 24.hours,
                             :needs_view => false
 
       assert_difference "UserBlock.count", 1 do
         block.save :validate => false
       end
 
-      travel 2.days
+      travel 48.hours
       session_for(moderator_user)
       put user_block_path(block,
                           :user_block_period => "0",
                           :user_block => { :needs_view => false, :reason => "Testing legacy block update" })
       block.reload
-      assert_equal Time.now.utc - 1.day, block.ends_at
-      assert_equal Time.now.utc - 1.day, block.deactivates_at
+      assert_equal Time.now.utc - 24.hours, block.ends_at
+      assert_equal Time.now.utc - 24.hours, block.deactivates_at
     end
   end
 
index 73b4f04245d4b4a9d757ab9a0945c0234473ab05..301a89f568c9ae01dccf150759635436ed7c0760 100644 (file)
@@ -5,32 +5,32 @@ class UserRolesControllerTest < ActionDispatch::IntegrationTest
   # test all routes which lead to this controller
   def test_routes
     assert_routing(
-      { :path => "/user/username/role/rolename/grant", :method => :post },
-      { :controller => "user_roles", :action => "grant", :display_name => "username", :role => "rolename" }
+      { :path => "/user/username/roles/rolename", :method => :post },
+      { :controller => "user_roles", :action => "create", :user_display_name => "username", :role => "rolename" }
     )
     assert_routing(
-      { :path => "/user/username/role/rolename/revoke", :method => :post },
-      { :controller => "user_roles", :action => "revoke", :display_name => "username", :role => "rolename" }
+      { :path => "/user/username/roles/rolename", :method => :delete },
+      { :controller => "user_roles", :action => "destroy", :user_display_name => "username", :role => "rolename" }
     )
   end
 
   ##
-  # test the grant action
-  def test_grant
+  # test the grant role action
+  def test_update
     target_user = create(:user)
     normal_user = create(:user)
     administrator_user = create(:administrator_user)
     super_user = create(:super_user)
 
     # Granting should fail when not logged in
-    post grant_role_path(target_user, "moderator")
+    post user_role_path(target_user, "moderator")
     assert_response :forbidden
 
     # Login as an unprivileged user
     session_for(normal_user)
 
     # Granting should still fail
-    post grant_role_path(target_user, "moderator")
+    post user_role_path(target_user, "moderator")
     assert_redirected_to :controller => :errors, :action => :forbidden
 
     # Login as an administrator
@@ -39,7 +39,7 @@ class UserRolesControllerTest < ActionDispatch::IntegrationTest
     UserRole::ALL_ROLES.each do |role|
       # Granting a role to a non-existent user should fail
       assert_difference "UserRole.count", 0 do
-        post grant_role_path("non_existent_user", role)
+        post user_role_path("non_existent_user", role)
       end
       assert_response :not_found
       assert_template "users/no_such_user"
@@ -47,20 +47,20 @@ class UserRolesControllerTest < ActionDispatch::IntegrationTest
 
       # Granting a role to a user that already has it should fail
       assert_no_difference "UserRole.count" do
-        post grant_role_path(super_user, role)
+        post user_role_path(super_user, role)
       end
       assert_redirected_to user_path(super_user)
       assert_equal "The user already has role #{role}.", flash[:error]
 
       # Granting a role to a user that doesn't have it should work...
       assert_difference "UserRole.count", 1 do
-        post grant_role_path(target_user, role)
+        post user_role_path(target_user, role)
       end
       assert_redirected_to user_path(target_user)
 
       # ...but trying a second time should fail
       assert_no_difference "UserRole.count" do
-        post grant_role_path(target_user, role)
+        post user_role_path(target_user, role)
       end
       assert_redirected_to user_path(target_user)
       assert_equal "The user already has role #{role}.", flash[:error]
@@ -68,29 +68,29 @@ class UserRolesControllerTest < ActionDispatch::IntegrationTest
 
     # Granting a non-existent role should fail
     assert_difference "UserRole.count", 0 do
-      post grant_role_path(target_user, "no_such_role")
+      post user_role_path(target_user, "no_such_role")
     end
     assert_redirected_to user_path(target_user)
-    assert_equal "The string `no_such_role' is not a valid role.", flash[:error]
+    assert_equal "The string 'no_such_role' is not a valid role.", flash[:error]
   end
 
   ##
-  # test the revoke action
-  def test_revoke
+  # test the revoke role action
+  def test_destroy
     target_user = create(:user)
     normal_user = create(:user)
     administrator_user = create(:administrator_user)
     super_user = create(:super_user)
 
     # Revoking should fail when not logged in
-    post revoke_role_path(target_user, "moderator")
+    delete user_role_path(target_user, "moderator")
     assert_response :forbidden
 
     # Login as an unprivileged user
     session_for(normal_user)
 
     # Revoking should still fail
-    post revoke_role_path(target_user, "moderator")
+    delete user_role_path(target_user, "moderator")
     assert_redirected_to :controller => :errors, :action => :forbidden
 
     # Login as an administrator
@@ -99,7 +99,7 @@ class UserRolesControllerTest < ActionDispatch::IntegrationTest
     UserRole::ALL_ROLES.each do |role|
       # Removing a role from a non-existent user should fail
       assert_difference "UserRole.count", 0 do
-        post revoke_role_path("non_existent_user", role)
+        delete user_role_path("non_existent_user", role)
       end
       assert_response :not_found
       assert_template "users/no_such_user"
@@ -107,20 +107,20 @@ class UserRolesControllerTest < ActionDispatch::IntegrationTest
 
       # Removing a role from a user that doesn't have it should fail
       assert_no_difference "UserRole.count" do
-        post revoke_role_path(target_user, role)
+        delete user_role_path(target_user, role)
       end
       assert_redirected_to user_path(target_user)
       assert_equal "The user does not have role #{role}.", flash[:error]
 
       # Removing a role from a user that has it should work...
       assert_difference "UserRole.count", -1 do
-        post revoke_role_path(super_user, role)
+        delete user_role_path(super_user, role)
       end
       assert_redirected_to user_path(super_user)
 
       # ...but trying a second time should fail
       assert_no_difference "UserRole.count" do
-        post revoke_role_path(super_user, role)
+        delete user_role_path(super_user, role)
       end
       assert_redirected_to user_path(super_user)
       assert_equal "The user does not have role #{role}.", flash[:error]
@@ -128,13 +128,13 @@ class UserRolesControllerTest < ActionDispatch::IntegrationTest
 
     # Revoking a non-existent role should fail
     assert_difference "UserRole.count", 0 do
-      post revoke_role_path(target_user, "no_such_role")
+      delete user_role_path(target_user, "no_such_role")
     end
     assert_redirected_to user_path(target_user)
-    assert_equal "The string `no_such_role' is not a valid role.", flash[:error]
+    assert_equal "The string 'no_such_role' is not a valid role.", flash[:error]
 
     # Revoking administrator role from current user should fail
-    post revoke_role_path(administrator_user, "administrator")
+    delete user_role_path(administrator_user, "administrator")
     assert_redirected_to user_path(administrator_user)
     assert_equal "Cannot revoke administrator role from current user.", flash[:error]
   end
index 4f4edf10b034a82ad562b995bbb5328ab6db0382..dda157f01552cbcbc62664b64183d9e83ed56ae8 100644 (file)
@@ -476,7 +476,7 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
     moderator_user = create(:moderator_user)
     administrator_user = create(:administrator_user)
     _suspended_user = create(:user, :suspended)
-    _ip_user = create(:user, :creation_ip => "1.2.3.4")
+    _ip_user = create(:user, :creation_address => "1.2.3.4")
 
     # There are now 7 users - the five above, plus two extra "granters" for the
     # moderator_user and administrator_user
index e198f7cf6091f08af424b110955c86e6420d1739..995004cb4179236a95c8998263b90e872ae9366b 100644 (file)
@@ -36,4 +36,15 @@ class WaysControllerTest < ActionDispatch::IntegrationTest
     sidebar_browse_check :way_path, member.id, "browse/feature"
     assert_select "a[href='#{relation_path relation}']", :count => 1
   end
+
+  def test_show_timeout
+    way = create(:way)
+    with_settings(:web_timeout => -1) do
+      get way_path(way)
+    end
+    assert_response :error
+    assert_template :layout => "map"
+    assert_dom "h2", "Timeout Error"
+    assert_dom "p", /#{Regexp.quote("the way with the id #{way.id}")}/
+  end
 end
diff --git a/test/factories/client_applications.rb b/test/factories/client_applications.rb
deleted file mode 100644 (file)
index c2dbf7f..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-FactoryBot.define do
-  factory :client_application do
-    sequence(:name) { |n| "Client application #{n}" }
-    sequence(:url) { |n| "http://example.com/app/#{n}" }
-
-    user
-  end
-end
diff --git a/test/factories/note_subscriptions.rb b/test/factories/note_subscriptions.rb
new file mode 100644 (file)
index 0000000..5f09ec3
--- /dev/null
@@ -0,0 +1,3 @@
+FactoryBot.define do
+  factory :note_subscription
+end
diff --git a/test/gpx/fixtures/jpg.gpx b/test/gpx/fixtures/jpg.gpx
new file mode 100644 (file)
index 0000000..12dc8c4
Binary files /dev/null and b/test/gpx/fixtures/jpg.gpx differ
diff --git a/test/gpx/fixtures/jpg.gz.gpx b/test/gpx/fixtures/jpg.gz.gpx
new file mode 100644 (file)
index 0000000..2742808
Binary files /dev/null and b/test/gpx/fixtures/jpg.gz.gpx differ
index 24d74c85f3b0ad5d1a06aaad93f8eaf6f4739e2d..524851e63fe74ee3879a15a3da22e431578f3cb7 100644 (file)
@@ -88,8 +88,4 @@ class ApplicationHelperTest < ActionView::TestCase
     date = friendly_date_ago(Time.now.utc - 4.months)
     assert_match %r{^<time title=".*">4 months ago</time>$}, date
   end
-
-  def test_body_class; end
-
-  def test_header_nav_link_class; end
 end
index 56f5776ad575268fbfeba36f0052373d982342df..16c854a519983a7f30f959c337ad4434f3004e4b 100644 (file)
@@ -112,7 +112,7 @@ class UserHelperTest < ActionView::TestCase
   def test_auth_button
     button = auth_button("google")
     img_tag = "<img alt=\"Google logo\" class=\"rounded-1\" src=\"/images/auth_providers/google.svg\" width=\"36\" height=\"36\" />"
-    assert_equal("<a class=\"auth_button btn btn-light p-2\" title=\"Log in with Google\" rel=\"nofollow\" data-method=\"post\" href=\"/auth/google\">#{img_tag}</a>", button)
+    assert_equal("<a class=\"auth_button btn btn-outline-secondary border p-2\" title=\"Log in with Google\" rel=\"nofollow\" data-method=\"post\" href=\"/auth/google\">#{img_tag}</a>", button)
   end
 
   private
index 41366199c4f828479e25de389bc2d9cc2473fe3a..3b63889a356b1f174efa1c8308cf6783c9b0609a 100644 (file)
@@ -31,7 +31,7 @@ class UserRolesHelperTest < ActionView::TestCase
     create(:user) do |user|
       icon = role_icon(user, "moderator")
       icon_dom = Rails::Dom::Testing.html_document_fragment.parse(icon)
-      assert_dom icon_dom, "a:root[href='#{grant_role_path(user, 'moderator')}']", :count => 1 do
+      assert_dom icon_dom, "a:root[href='#{user_role_path(user, 'moderator')}'][data-method='post']", :count => 1 do
         assert_dom "> svg", :count => 1 do
           assert_dom "> title", :text => "Grant moderator access"
         end
@@ -39,7 +39,7 @@ class UserRolesHelperTest < ActionView::TestCase
 
       icon = role_icon(user, "importer")
       icon_dom = Rails::Dom::Testing.html_document_fragment.parse(icon)
-      assert_dom icon_dom, "a:root[href='#{grant_role_path(user, 'importer')}']", :count => 1 do
+      assert_dom icon_dom, "a:root[href='#{user_role_path(user, 'importer')}'][data-method='post']", :count => 1 do
         assert_dom "> svg", :count => 1 do
           assert_dom "> title", :text => "Grant importer access"
         end
@@ -49,7 +49,7 @@ class UserRolesHelperTest < ActionView::TestCase
     create(:moderator_user) do |user|
       icon = role_icon(user, "moderator")
       icon_dom = Rails::Dom::Testing.html_document_fragment.parse(icon)
-      assert_dom icon_dom, "a:root[href='#{revoke_role_path(user, 'moderator')}']", :count => 1 do
+      assert_dom icon_dom, "a:root[href='#{user_role_path(user, 'moderator')}'][data-method='delete']", :count => 1 do
         assert_dom "> svg", :count => 1 do
           assert_dom "> title", :text => "Revoke moderator access"
         end
@@ -57,7 +57,7 @@ class UserRolesHelperTest < ActionView::TestCase
 
       icon = role_icon(user, "importer")
       icon_dom = Rails::Dom::Testing.html_document_fragment.parse(icon)
-      assert_dom icon_dom, "a:root[href='#{grant_role_path(user, 'importer')}']", :count => 1 do
+      assert_dom icon_dom, "a:root[href='#{user_role_path(user, 'importer')}'][data-method='post']", :count => 1 do
         assert_dom "> svg", :count => 1 do
           assert_dom "> title", :text => "Grant importer access"
         end
@@ -67,7 +67,7 @@ class UserRolesHelperTest < ActionView::TestCase
     create(:importer_user) do |user|
       icon = role_icon(user, "moderator")
       icon_dom = Rails::Dom::Testing.html_document_fragment.parse(icon)
-      assert_dom icon_dom, "a:root[href='#{grant_role_path(user, 'moderator')}']", :count => 1 do
+      assert_dom icon_dom, "a:root[href='#{user_role_path(user, 'moderator')}'][data-method='post']", :count => 1 do
         assert_dom "> svg", :count => 1 do
           assert_dom "> title", :text => "Grant moderator access"
         end
@@ -75,7 +75,7 @@ class UserRolesHelperTest < ActionView::TestCase
 
       icon = role_icon(user, "importer")
       icon_dom = Rails::Dom::Testing.html_document_fragment.parse(icon)
-      assert_dom icon_dom, "a:root[href='#{revoke_role_path(user, 'importer')}']", :count => 1 do
+      assert_dom icon_dom, "a:root[href='#{user_role_path(user, 'importer')}'][data-method='delete']", :count => 1 do
         assert_dom "> svg", :count => 1 do
           assert_dom "> title", :text => "Revoke importer access"
         end
@@ -113,13 +113,13 @@ class UserRolesHelperTest < ActionView::TestCase
       icons = role_icons(user)
       icons_dom = Rails::Dom::Testing.html_document_fragment.parse(icons)
       assert_dom icons_dom, "a:root", :count => 3
-      assert_dom icons_dom, "a:root[href='#{grant_role_path(user, 'administrator')}']" do
+      assert_dom icons_dom, "a:root[href='#{user_role_path(user, 'administrator')}'][data-method='post']" do
         assert_dom "> svg > title", :text => "Grant administrator access"
       end
-      assert_dom icons_dom, "a:root[href='#{grant_role_path(user, 'moderator')}']" do
+      assert_dom icons_dom, "a:root[href='#{user_role_path(user, 'moderator')}'][data-method='post']" do
         assert_dom "> svg > title", :text => "Grant moderator access"
       end
-      assert_dom icons_dom, "a:root[href='#{grant_role_path(user, 'importer')}']" do
+      assert_dom icons_dom, "a:root[href='#{user_role_path(user, 'importer')}'][data-method='post']" do
         assert_dom "> svg > title", :text => "Grant importer access"
       end
     end
@@ -128,13 +128,13 @@ class UserRolesHelperTest < ActionView::TestCase
       icons = role_icons(user)
       icons_dom = Rails::Dom::Testing.html_document_fragment.parse(icons)
       assert_dom icons_dom, "a:root", :count => 3
-      assert_dom icons_dom, "a:root[href='#{grant_role_path(user, 'administrator')}']" do
+      assert_dom icons_dom, "a:root[href='#{user_role_path(user, 'administrator')}'][data-method='post']" do
         assert_dom "> svg > title", :text => "Grant administrator access"
       end
-      assert_dom icons_dom, "a:root[href='#{revoke_role_path(user, 'moderator')}']" do
+      assert_dom icons_dom, "a:root[href='#{user_role_path(user, 'moderator')}'][data-method='delete']" do
         assert_dom "> svg > title", :text => "Revoke moderator access"
       end
-      assert_dom icons_dom, "a:root[href='#{grant_role_path(user, 'importer')}']" do
+      assert_dom icons_dom, "a:root[href='#{user_role_path(user, 'importer')}'][data-method='post']" do
         assert_dom "> svg > title", :text => "Grant importer access"
       end
     end
@@ -143,13 +143,13 @@ class UserRolesHelperTest < ActionView::TestCase
       icons = role_icons(user)
       icons_dom = Rails::Dom::Testing.html_document_fragment.parse(icons)
       assert_dom icons_dom, "a:root", :count => 3
-      assert_dom icons_dom, "a:root[href='#{grant_role_path(user, 'administrator')}']" do
+      assert_dom icons_dom, "a:root[href='#{user_role_path(user, 'administrator')}'][data-method='post']" do
         assert_dom "> svg > title", :text => "Grant administrator access"
       end
-      assert_dom icons_dom, "a:root[href='#{grant_role_path(user, 'moderator')}']" do
+      assert_dom icons_dom, "a:root[href='#{user_role_path(user, 'moderator')}'][data-method='post']" do
         assert_dom "> svg > title", :text => "Grant moderator access"
       end
-      assert_dom icons_dom, "a:root[href='#{revoke_role_path(user, 'importer')}']" do
+      assert_dom icons_dom, "a:root[href='#{user_role_path(user, 'importer')}'][data-method='delete']" do
         assert_dom "> svg > title", :text => "Revoke importer access"
       end
     end
@@ -158,13 +158,13 @@ class UserRolesHelperTest < ActionView::TestCase
       icons = role_icons(user)
       icons_dom = Rails::Dom::Testing.html_document_fragment.parse(icons)
       assert_dom icons_dom, "a:root", :count => 3
-      assert_dom icons_dom, "a:root[href='#{revoke_role_path(user, 'administrator')}']" do
+      assert_dom icons_dom, "a:root[href='#{user_role_path(user, 'administrator')}'][data-method='delete']" do
         assert_dom "> svg > title", :text => "Revoke administrator access"
       end
-      assert_dom icons_dom, "a:root[href='#{revoke_role_path(user, 'moderator')}']" do
+      assert_dom icons_dom, "a:root[href='#{user_role_path(user, 'moderator')}'][data-method='delete']" do
         assert_dom "> svg > title", :text => "Revoke moderator access"
       end
-      assert_dom icons_dom, "a:root[href='#{revoke_role_path(user, 'importer')}']" do
+      assert_dom icons_dom, "a:root[href='#{user_role_path(user, 'importer')}'][data-method='delete']" do
         assert_dom "> svg > title", :text => "Revoke importer access"
       end
     end
diff --git a/test/integration/client_applications_test.rb b/test/integration/client_applications_test.rb
deleted file mode 100644 (file)
index e7e5b75..0000000
+++ /dev/null
@@ -1,91 +0,0 @@
-require "test_helper"
-
-class ClientApplicationsTest < ActionDispatch::IntegrationTest
-  ##
-  # run through the procedure of creating a client application and checking
-  # that it shows up on the user's account page.
-  def test_create_application
-    user = create(:user)
-
-    get "/login"
-    assert_redirected_to login_path(:cookie_test => "true")
-    follow_redirect!
-    assert_response :success
-    post "/login", :params => { "username" => user.email, "password" => "test", :referer => "/user/#{ERB::Util.u(user.display_name)}" }
-    assert_response :redirect
-    follow_redirect!
-    assert_response :success
-    assert_template "users/show"
-    get "/account/edit"
-    assert_response :success
-    assert_template "accounts/edit"
-
-    # check that the form to allow new client application creations exists
-    assert_in_heading do
-      assert_select "ul.nav.nav-tabs li.nav-item a[href='/user/#{ERB::Util.u(user.display_name)}/oauth_clients']"
-    end
-
-    # now we follow the link to the oauth client list
-    get "/user/#{ERB::Util.u(user.display_name)}/oauth_clients"
-    assert_response :success
-    assert_in_body do
-      assert_select "a[href='/user/#{ERB::Util.u(user.display_name)}/oauth_clients/new']"
-    end
-
-    # now we follow the link to the new oauth client page
-    get "/user/#{ERB::Util.u(user.display_name)}/oauth_clients/new"
-    assert_response :success
-    assert_in_heading do
-      assert_select "h1", "Register a new application"
-    end
-    assert_in_body do
-      assert_select "form[action='/user/#{ERB::Util.u(user.display_name)}/oauth_clients']" do
-        [:name, :url, :callback_url, :support_url].each do |inp|
-          assert_select "input[name=?]", "client_application[#{inp}]"
-        end
-        ClientApplication.all_permissions.each do |perm|
-          assert_select "input[name=?]", "client_application[#{perm}]"
-        end
-      end
-    end
-
-    post "/user/#{ERB::Util.u(user.display_name)}/oauth_clients",
-         :params => { "client_application[name]" => "My New App",
-                      "client_application[url]" => "http://my.new.app.org/",
-                      "client_application[callback_url]" => "http://my.new.app.org/callback",
-                      "client_application[support_url]" => "http://my.new.app.org/support" }
-    assert_response :redirect
-    follow_redirect!
-    assert_response :success
-    assert_template "oauth_clients/show"
-    assert_equal "Registered the information successfully", flash[:notice]
-
-    # now go back to the account page and check its listed under this user
-    get "/user/#{ERB::Util.u(user.display_name)}/oauth_clients"
-    assert_response :success
-    assert_template "oauth_clients/index"
-    assert_in_body { assert_select "li>a", "My New App" }
-  end
-
-  ##
-  # fake client workflow.
-  # this acts like a 3rd party client trying to access the site.
-  def test_3rd_party_token
-    # apparently the oauth gem doesn't really support being used inside integration
-    # tests, as its too tied into the HTTP headers and stuff that it signs.
-  end
-
-  private
-
-  ##
-  # utility method to make the HTML screening easier to read.
-  def assert_in_heading(&block)
-    assert_select("div.content-heading", &block)
-  end
-
-  ##
-  # utility method to make the HTML screening easier to read.
-  def assert_in_body(&block)
-    assert_select("div#content", &block)
-  end
-end
index ecffe3c46781e9edfac50e1208300489986e3e13..3f6f13cc9ae39a38058a4dd27c15363e8cb3f92b 100644 (file)
@@ -37,10 +37,9 @@ class CompressedRequestsTest < ActionDispatch::IntegrationTest
     # upload it
     post "/api/0.6/changeset/#{changeset.id}/upload",
          :params => diff,
-         :headers => {
-           "HTTP_AUTHORIZATION" => format("Basic %<auth>s", :auth => Base64.encode64("#{user.display_name}:test")),
+         :headers => bearer_authorization_header(user).merge(
            "HTTP_CONTENT_TYPE" => "application/xml"
-         }
+         )
     assert_response :success,
                     "can't upload an uncompressed diff to changeset: #{@response.body}"
 
@@ -86,11 +85,10 @@ class CompressedRequestsTest < ActionDispatch::IntegrationTest
     # upload it
     post "/api/0.6/changeset/#{changeset.id}/upload",
          :params => gzip_content(diff),
-         :headers => {
-           "HTTP_AUTHORIZATION" => format("Basic %<auth>s", :auth => Base64.encode64("#{user.display_name}:test")),
+         :headers => bearer_authorization_header(user).merge(
            "HTTP_CONTENT_ENCODING" => "gzip",
            "HTTP_CONTENT_TYPE" => "application/xml"
-         }
+         )
     assert_response :success,
                     "can't upload a gzip compressed diff to changeset: #{@response.body}"
 
@@ -136,11 +134,10 @@ class CompressedRequestsTest < ActionDispatch::IntegrationTest
     # upload it
     post "/api/0.6/changeset/#{changeset.id}/upload",
          :params => deflate_content(diff),
-         :headers => {
-           "HTTP_AUTHORIZATION" => format("Basic %<auth>s", :auth => Base64.encode64("#{user.display_name}:test")),
+         :headers => bearer_authorization_header(user).merge(
            "HTTP_CONTENT_ENCODING" => "deflate",
            "HTTP_CONTENT_TYPE" => "application/xml"
-         }
+         )
     assert_response :success,
                     "can't upload a deflate compressed diff to changeset: #{@response.body}"
 
@@ -157,11 +154,10 @@ class CompressedRequestsTest < ActionDispatch::IntegrationTest
     # upload it
     post "/api/0.6/changeset/#{changeset.id}/upload",
          :params => "",
-         :headers => {
-           "HTTP_AUTHORIZATION" => format("Basic %<auth>s", :auth => Base64.encode64("#{user.display_name}:test")),
+         :headers => bearer_authorization_header(user).merge(
            "HTTP_CONTENT_ENCODING" => "unknown",
            "HTTP_CONTENT_TYPE" => "application/xml"
-         }
+         )
     assert_response :unsupported_media_type
   end
 
diff --git a/test/integration/oauth_test.rb b/test/integration/oauth_test.rb
deleted file mode 100644 (file)
index dfe2552..0000000
+++ /dev/null
@@ -1,421 +0,0 @@
-require "test_helper"
-
-class OAuthTest < ActionDispatch::IntegrationTest
-  include OAuth::Helper
-
-  def test_oauth10_web_app
-    client = create(:client_application, :callback_url => "http://some.web.app.example.org/callback", :allow_read_prefs => true, :allow_write_api => true, :allow_read_gpx => true)
-    user = create(:user)
-
-    session_for(user)
-
-    oauth10_without_callback(client)
-    oauth10_with_callback(client, "http://another.web.app.example.org/callback")
-    oauth10_refused(client)
-  end
-
-  def test_oauth10_desktop_app
-    client = create(:client_application, :allow_read_prefs => true, :allow_write_api => true, :allow_read_gpx => true)
-    user = create(:user)
-
-    session_for(user)
-
-    oauth10_without_callback(client)
-    oauth10_refused(client)
-  end
-
-  def test_oauth10a_web_app
-    client = create(:client_application, :callback_url => "http://some.web.app.example.org/callback", :allow_read_prefs => true, :allow_write_api => true, :allow_read_gpx => true)
-    user = create(:user)
-
-    session_for(user)
-
-    oauth10a_without_callback(client)
-    oauth10a_with_callback(client, "http://another.web.app.example.org/callback")
-    oauth10a_refused(client)
-  end
-
-  def test_oauth10a_desktop_app
-    client = create(:client_application, :allow_read_prefs => true, :allow_write_api => true, :allow_read_gpx => true)
-    user = create(:user)
-
-    session_for(user)
-
-    oauth10a_without_callback(client)
-    oauth10a_refused(client)
-  end
-
-  private
-
-  def oauth10_without_callback(client)
-    token = get_request_token(client)
-
-    get "/oauth/authorize", :params => { :oauth_token => token.token }
-    assert_response :success
-    assert_template :authorize
-
-    post "/oauth/authorize",
-         :params => { :oauth_token => token.token,
-                      :allow_read_prefs => "1", :allow_write_prefs => "1" }
-    if client.callback_url
-      assert_redirected_to "#{client.callback_url}?oauth_token=#{token.token}"
-    else
-      assert_response :success
-      assert_template :authorize_success
-    end
-    token.reload
-    assert_not_nil token.created_at
-    assert_not_nil token.authorized_at
-    assert_nil token.invalidated_at
-    assert_allowed token, [:allow_read_prefs]
-
-    signed_get "/oauth/access_token", :oauth => { :token => token }
-    assert_response :success
-    token.reload
-    assert_not_nil token.created_at
-    assert_not_nil token.authorized_at
-    assert_not_nil token.invalidated_at
-    token = parse_token(response)
-    assert_instance_of AccessToken, token
-    assert_not_nil token.created_at
-    assert_not_nil token.authorized_at
-    assert_nil token.invalidated_at
-    assert_allowed token, [:allow_read_prefs]
-
-    post logout_path
-
-    signed_get "/api/0.6/user/preferences", :oauth => { :token => token }
-    assert_response :success
-
-    signed_get "/api/0.6/gpx/2", :oauth => { :token => token }
-    assert_response :forbidden
-
-    token.user.suspend!
-    signed_get "/api/0.6/user/preferences", :oauth => { :token => token }
-    assert_response :forbidden
-
-    token.user.hide!
-    signed_get "/api/0.6/user/preferences", :oauth => { :token => token }
-    assert_response :forbidden
-
-    token.user.unhide!
-    signed_get "/api/0.6/user/preferences", :oauth => { :token => token }
-    assert_response :success
-
-    session_for(token.user)
-
-    post "/oauth/revoke", :params => { :token => token.token }
-    assert_redirected_to oauth_clients_url(token.user.display_name)
-    token = OauthToken.find_by(:token => token.token)
-    assert_not_nil token.invalidated_at
-
-    signed_get "/api/0.6/user/preferences", :oauth => { :token => token }
-    assert_response :unauthorized
-  end
-
-  def oauth10_refused(client)
-    token = get_request_token(client)
-
-    get "/oauth/authorize", :params => { :oauth_token => token.token }
-    assert_response :success
-    assert_template :authorize
-
-    post "/oauth/authorize", :params => { :oauth_token => token.token }
-    assert_response :success
-    assert_template :authorize_failure
-    assert_select "p", "You have denied application #{client.name} access to your account."
-    token.reload
-    assert_nil token.authorized_at
-    assert_not_nil token.invalidated_at
-
-    get "/oauth/authorize", :params => { :oauth_token => token.token }
-    assert_response :success
-    assert_template :authorize_failure
-    assert_select "p", "The authorization token is not valid."
-    token.reload
-    assert_nil token.authorized_at
-    assert_not_nil token.invalidated_at
-
-    post "/oauth/authorize", :params => { :oauth_token => token.token }
-    assert_response :success
-    assert_template :authorize_failure
-    assert_select "p", "The authorization token is not valid."
-    token.reload
-    assert_nil token.authorized_at
-    assert_not_nil token.invalidated_at
-  end
-
-  def oauth10_with_callback(client, callback_url)
-    token = get_request_token(client)
-
-    get "/oauth/authorize", :params => { :oauth_token => token.token }
-    assert_response :success
-    assert_template :authorize
-
-    post "/oauth/authorize",
-         :params => { :oauth_token => token.token, :oauth_callback => callback_url,
-                      :allow_write_api => "1", :allow_read_gpx => "1" }
-    assert_redirected_to "#{callback_url}?oauth_token=#{token.token}"
-    token.reload
-    assert_not_nil token.created_at
-    assert_not_nil token.authorized_at
-    assert_nil token.invalidated_at
-    assert_allowed token, [:allow_write_api, :allow_read_gpx]
-
-    signed_get "/oauth/access_token", :oauth => { :token => token }
-    assert_response :success
-    token.reload
-    assert_not_nil token.created_at
-    assert_not_nil token.authorized_at
-    assert_not_nil token.invalidated_at
-    token = parse_token(response)
-    assert_instance_of AccessToken, token
-    assert_not_nil token.created_at
-    assert_not_nil token.authorized_at
-    assert_nil token.invalidated_at
-    assert_allowed token, [:allow_write_api, :allow_read_gpx]
-
-    post logout_path
-
-    trace = create(:trace, :user => token.user)
-    signed_get "/api/0.6/gpx/#{trace.id}", :oauth => { :token => token }
-    assert_response :success
-
-    signed_get "/api/0.6/user/details", :oauth => { :token => token }
-    assert_response :forbidden
-
-    token.user.suspend!
-    signed_get "/api/0.6/gpx/#{trace.id}", :oauth => { :token => token }
-    assert_response :forbidden
-
-    token.user.hide!
-    signed_get "/api/0.6/gpx/#{trace.id}", :oauth => { :token => token }
-    assert_response :forbidden
-
-    token.user.unhide!
-    signed_get "/api/0.6/gpx/#{trace.id}", :oauth => { :token => token }
-    assert_response :success
-
-    session_for(token.user)
-
-    post "/oauth/revoke", :params => { :token => token.token }
-    assert_redirected_to oauth_clients_url(token.user.display_name)
-    token = OauthToken.find_by(:token => token.token)
-    assert_not_nil token.invalidated_at
-
-    signed_get "/api/0.6/gpx/2", :oauth => { :token => token }
-    assert_response :unauthorized
-  end
-
-  def oauth10a_without_callback(client)
-    token = get_request_token(client, :oauth_callback => "oob")
-
-    get "/oauth/authorize", :params => { :oauth_token => token.token }
-    assert_response :success
-    assert_template :authorize
-
-    post "/oauth/authorize",
-         :params => { :oauth_token => token.token,
-                      :allow_read_prefs => "1", :allow_write_prefs => "1" }
-    if client.callback_url
-      assert_response :redirect
-      verifier = parse_verifier(response)
-      assert_redirected_to "http://some.web.app.example.org/callback?oauth_token=#{token.token}&oauth_verifier=#{verifier}"
-    else
-      assert_response :success
-      assert_template :authorize_success
-      m = response.body.match("<p>The verification code is ([A-Za-z0-9]+).</p>")
-      assert_not_nil m
-      verifier = m[1]
-    end
-    token.reload
-    assert_not_nil token.created_at
-    assert_not_nil token.authorized_at
-    assert_nil token.invalidated_at
-    assert_allowed token, [:allow_read_prefs]
-
-    signed_get "/oauth/access_token", :oauth => { :token => token }
-    assert_response :unauthorized
-
-    signed_get "/oauth/access_token", :oauth => { :token => token, :oauth_verifier => verifier }
-    assert_response :success
-    token.reload
-    assert_not_nil token.created_at
-    assert_not_nil token.authorized_at
-    assert_not_nil token.invalidated_at
-    token = parse_token(response)
-    assert_instance_of AccessToken, token
-    assert_not_nil token.created_at
-    assert_not_nil token.authorized_at
-    assert_nil token.invalidated_at
-    assert_allowed token, [:allow_read_prefs]
-
-    post logout_path
-
-    signed_get "/api/0.6/user/preferences", :oauth => { :token => token }
-    assert_response :success
-
-    trace = create(:trace, :user => token.user)
-    signed_get "/api/0.6/gpx/#{trace.id}", :oauth => { :token => token }
-    assert_response :forbidden
-
-    token.user.suspend!
-    signed_get "/api/0.6/user/preferences", :oauth => { :token => token }
-    assert_response :forbidden
-
-    token.user.hide!
-    signed_get "/api/0.6/user/preferences", :oauth => { :token => token }
-    assert_response :forbidden
-
-    token.user.unhide!
-    signed_get "/api/0.6/user/preferences", :oauth => { :token => token }
-    assert_response :success
-
-    session_for(token.user)
-
-    post "/oauth/revoke", :params => { :token => token.token }
-    assert_redirected_to oauth_clients_url(token.user.display_name)
-    token = OauthToken.find_by(:token => token.token)
-    assert_not_nil token.invalidated_at
-
-    signed_get "/api/0.6/user/preferences", :oauth => { :token => token }
-    assert_response :unauthorized
-  end
-
-  def oauth10a_with_callback(client, callback_url)
-    token = get_request_token(client, :oauth_callback => callback_url)
-
-    get "/oauth/authorize", :params => { :oauth_token => token.token }
-    assert_response :success
-    assert_template :authorize
-
-    post "/oauth/authorize",
-         :params => { :oauth_token => token.token,
-                      :allow_write_api => "1", :allow_read_gpx => "1" }
-    assert_response :redirect
-    verifier = parse_verifier(response)
-    assert_redirected_to "#{callback_url}?oauth_token=#{token.token}&oauth_verifier=#{verifier}"
-    token.reload
-    assert_not_nil token.created_at
-    assert_not_nil token.authorized_at
-    assert_nil token.invalidated_at
-    assert_allowed token, [:allow_write_api, :allow_read_gpx]
-
-    signed_get "/oauth/access_token", :oauth => { :token => token }
-    assert_response :unauthorized
-
-    signed_get "/oauth/access_token", :oauth => { :token => token, :oauth_verifier => verifier }
-    assert_response :success
-    token.reload
-    assert_not_nil token.created_at
-    assert_not_nil token.authorized_at
-    assert_not_nil token.invalidated_at
-    token = parse_token(response)
-    assert_instance_of AccessToken, token
-    assert_not_nil token.created_at
-    assert_not_nil token.authorized_at
-    assert_nil token.invalidated_at
-    assert_allowed token, [:allow_write_api, :allow_read_gpx]
-
-    post logout_path
-
-    trace = create(:trace, :user => token.user)
-    signed_get "/api/0.6/gpx/#{trace.id}", :oauth => { :token => token }
-    assert_response :success
-
-    signed_get "/api/0.6/user/details", :oauth => { :token => token }
-    assert_response :forbidden
-
-    token.user.suspend!
-    signed_get "/api/0.6/gpx/#{trace.id}", :oauth => { :token => token }
-    assert_response :forbidden
-
-    token.user.hide!
-    signed_get "/api/0.6/gpx/#{trace.id}", :oauth => { :token => token }
-    assert_response :forbidden
-
-    token.user.unhide!
-    signed_get "/api/0.6/gpx/#{trace.id}", :oauth => { :token => token }
-    assert_response :success
-
-    session_for(token.user)
-
-    post "/oauth/revoke", :params => { :token => token.token }
-    assert_redirected_to oauth_clients_url(token.user.display_name)
-    token = OauthToken.find_by(:token => token.token)
-    assert_not_nil token.invalidated_at
-
-    signed_get "/api/0.6/gpx/2", :oauth => { :token => token }
-    assert_response :unauthorized
-  end
-
-  def oauth10a_refused(client)
-    token = get_request_token(client, :oauth_callback => "oob")
-
-    get "/oauth/authorize", :params => { :oauth_token => token.token }
-    assert_response :success
-    assert_template :authorize
-
-    post "/oauth/authorize", :params => { :oauth_token => token.token }
-    assert_response :success
-    assert_template :authorize_failure
-    assert_select "p", "You have denied application #{client.name} access to your account."
-    token.reload
-    assert_nil token.authorized_at
-    assert_not_nil token.invalidated_at
-
-    get "/oauth/authorize", :params => { :oauth_token => token.token }
-    assert_response :success
-    assert_template :authorize_failure
-    assert_select "p", "The authorization token is not valid."
-    token.reload
-    assert_nil token.authorized_at
-    assert_not_nil token.invalidated_at
-
-    post "/oauth/authorize", :params => { :oauth_token => token.token }
-    assert_response :success
-    assert_template :authorize_failure
-    assert_select "p", "The authorization token is not valid."
-    token.reload
-    assert_nil token.authorized_at
-    assert_not_nil token.invalidated_at
-  end
-
-  def get_request_token(client, options = {})
-    signed_get "/oauth/request_token", :oauth => options.merge(:consumer => client)
-    assert_response :success
-    token = parse_token(response)
-    assert_instance_of RequestToken, token
-    assert_not_nil token.created_at
-    assert_nil token.authorized_at
-    assert_nil token.invalidated_at
-    assert_equal_allowing_nil options[:oauth_callback], token.callback_url
-    assert_allowed token, client.permissions
-
-    token
-  end
-
-  def parse_token(response)
-    params = CGI.parse(response.body)
-
-    token = OauthToken.find_by(:token => params["oauth_token"].first)
-    assert_equal token.secret, params["oauth_token_secret"].first
-
-    token
-  end
-
-  def parse_verifier(response)
-    params = CGI.parse(URI.parse(response.location).query)
-
-    assert_not_nil params["oauth_verifier"]
-    assert_predicate params["oauth_verifier"].first, :present?
-
-    params["oauth_verifier"].first
-  end
-
-  def assert_allowed(token, allowed)
-    ClientApplication.all_permissions.each do |p|
-      assert_equal allowed.include?(p), token.attributes[p.to_s]
-    end
-  end
-end
index 96717e092a79e4ae2dc3e5383aa5b8d83e7393e5..5147733e3edc4c50d46b9ac49992f050f976d100 100644 (file)
@@ -7,7 +7,7 @@ class UserBlocksTest < ActionDispatch::IntegrationTest
     get "/api/#{Settings.api_version}/user/details"
     assert_response :unauthorized
 
-    get "/api/#{Settings.api_version}/user/details", :headers => basic_authorization_header(blocked_user.display_name, "test")
+    get "/api/#{Settings.api_version}/user/details", :headers => bearer_authorization_header(blocked_user)
     assert_response :success
 
     # now block the user
@@ -18,7 +18,7 @@ class UserBlocksTest < ActionDispatch::IntegrationTest
       :ends_at => Time.now.utc + 5.minutes,
       :deactivates_at => Time.now.utc + 5.minutes
     )
-    get "/api/#{Settings.api_version}/user/details", :headers => basic_authorization_header(blocked_user.display_name, "test")
+    get "/api/#{Settings.api_version}/user/details", :headers => bearer_authorization_header(blocked_user)
     assert_response :forbidden
   end
 
@@ -33,7 +33,7 @@ class UserBlocksTest < ActionDispatch::IntegrationTest
       :ends_at => Time.now.utc + 5.minutes,
       :deactivates_at => Time.now.utc + 5.minutes
     )
-    get "/api/#{Settings.api_version}/user/details", :headers => basic_authorization_header(blocked_user.display_name, "test")
+    get "/api/#{Settings.api_version}/user/details", :headers => bearer_authorization_header(blocked_user)
     assert_response :forbidden
 
     # revoke the ban
@@ -53,7 +53,7 @@ class UserBlocksTest < ActionDispatch::IntegrationTest
     reset!
 
     # access the API again. this time it should work
-    get "/api/#{Settings.api_version}/user/details", :headers => basic_authorization_header(blocked_user.display_name, "test")
+    get "/api/#{Settings.api_version}/user/details", :headers => bearer_authorization_header(blocked_user)
     assert_response :success
   end
 end
index 1b0933d32b0f9c760f704ba707e49362cdc7f5ff..f75fde75e197be59b835632b71781f3cc7ab93ff 100644 (file)
@@ -171,13 +171,13 @@ class UserCreationTest < ActionDispatch::IntegrationTest
   end
 
   # Check that the user can successfully recover their password
-  def test_lost_password_recovery_success
-    # Open the lost password form
-    # Submit the lost password form
-    # Check the e-mail
-    # Submit the reset password token
-    # Check that the password has changed, and the user can login
-  end
+  def test_lost_password_recovery_success
+  #   Open the lost password form
+  #   Submit the lost password form
+  #   Check the e-mail
+  #   Submit the reset password token
+  #   Check that the password has changed, and the user can login
+  end
 
   def test_user_create_redirect
     new_email = "redirect_tester@osm.org"
index 46db4838808359832682765bb04d5271803975cf..d419003d9bcab15283570fa0817a540da1086c8b 100644 (file)
@@ -4,14 +4,14 @@ class UserTermsSeenTest < ActionDispatch::IntegrationTest
   def test_api_blocked
     user = create(:user, :terms_seen => false, :terms_agreed => nil)
 
-    get "/api/#{Settings.api_version}/user/preferences", :headers => auth_header(user.display_name, "test")
+    get "/api/#{Settings.api_version}/user/preferences", :headers => bearer_authorization_header(user)
     assert_response :forbidden
 
     # touch it so that the user has seen the terms
     user.terms_seen = true
     user.save
 
-    get "/api/#{Settings.api_version}/user/preferences", :headers => auth_header(user.display_name, "test")
+    get "/api/#{Settings.api_version}/user/preferences", :headers => bearer_authorization_header(user)
     assert_response :success
   end
 
@@ -58,10 +58,4 @@ class UserTermsSeenTest < ActionDispatch::IntegrationTest
     get "/traces/mine", :params => { :referer => "/diary/new" }
     assert_redirected_to :controller => :users, :action => :terms, :referer => "/diary/new"
   end
-
-  private
-
-  def auth_header(user, pass)
-    { "HTTP_AUTHORIZATION" => format("Basic %<auth>s", :auth => Base64.encode64("#{user}:#{pass}")) }
-  end
 end
index ad4cc7b9f283a57114e096a899988e36f5eff51d..0450943149ed9693bb4588996fb726015eabc906 100644 (file)
@@ -1,5 +1,5 @@
 //= require jquery
-//= require jquery.cookie/jquery.cookie
+//= require js-cookie/dist/js.cookie
 //= require osm
 //= require leaflet/dist/leaflet-src
 //= require leaflet.osm
 describe("OSM", function () {
   describe(".apiUrl", function () {
     it("returns a URL for a way", function () {
-      expect(OSM.apiUrl({type: "way", id: 10})).to.eq("/api/0.6/way/10/full");
+      expect(OSM.apiUrl({ type: "way", id: 10 })).to.eq("/api/0.6/way/10/full");
     });
 
     it("returns a URL for a node", function () {
-      expect(OSM.apiUrl({type: "node", id: 10})).to.eq("/api/0.6/node/10");
+      expect(OSM.apiUrl({ type: "node", id: 10 })).to.eq("/api/0.6/node/10");
     });
 
     it("returns a URL for a specific version", function () {
-      expect(OSM.apiUrl({type: "node", id: 10, version: 2})).to.eq("/api/0.6/node/10/2");
+      expect(OSM.apiUrl({ type: "node", id: 10, version: 2 })).to.eq("/api/0.6/node/10/2");
     });
   });
 
@@ -51,15 +51,15 @@ describe("OSM", function () {
     it("parses object params", function () {
       var params = OSM.mapParams("?node=1");
       expect(params).to.have.property("object");
-      expect(params.object).to.eql({type: "node", id: 1});
+      expect(params.object).to.eql({ type: "node", id: 1 });
 
       params = OSM.mapParams("?way=1");
       expect(params).to.have.property("object");
-      expect(params.object).to.eql({type: "way", id: 1});
+      expect(params.object).to.eql({ type: "way", id: 1 });
 
       params = OSM.mapParams("?relation=1");
       expect(params).to.have.property("object");
-      expect(params.object).to.eql({type: "relation", id: 1});
+      expect(params.object).to.eql({ type: "relation", id: 1 });
     });
 
     it("parses bbox params", function () {
@@ -85,21 +85,21 @@ describe("OSM", function () {
 
     it("parses lat/lon/zoom from the hash", function () {
       document.location.hash = "#map=16/57.6247/-3.6845";
-      params = OSM.mapParams("?");
+      const params = OSM.mapParams("?");
       expect(params).to.have.property("lat", 57.6247);
       expect(params).to.have.property("lon", -3.6845);
       expect(params).to.have.property("zoom", 16);
     });
 
     it("sets lat/lon from OSM.home", function () {
-      OSM.home = {lat: 57.6247, lon: -3.6845};
+      OSM.home = { lat: 57.6247, lon: -3.6845 };
       var params = OSM.mapParams("?");
       expect(params).to.have.property("lat", 57.6247);
       expect(params).to.have.property("lon", -3.6845);
     });
 
     it("sets bbox from OSM.location", function () {
-      OSM.location = {minlon: -3.6845, minlat: 57.6247, maxlon: -3.7845, maxlat: 57.7247};
+      OSM.location = { minlon: -3.6845, minlat: 57.6247, maxlon: -3.7845, maxlat: 57.7247 };
       var expected = L.latLngBounds([57.6247, -3.6845], [57.7247, -3.7845]);
       var params = OSM.mapParams("?");
       expect(params).to.have.property("bounds").deep.equal(expected);
@@ -134,7 +134,7 @@ describe("OSM", function () {
       params = OSM.mapParams("?");
       expect(params).to.have.property("layers", "C");
 
-      document.location.hash = "#map=5/57.6247/-3.6845&layers=M"
+      document.location.hash = "#map=5/57.6247/-3.6845&layers=M";
       params = OSM.mapParams("?");
       expect(params).to.have.property("layers", "M");
     });
@@ -156,66 +156,75 @@ describe("OSM", function () {
   describe(".formatHash", function () {
     it("formats lat/lon/zoom params", function () {
       var args = { center: L.latLng(57.6247, -3.6845), zoom: 9 };
-      expect(OSM.formatHash(args)).to.eq("#map=9/57.6247/-3.6845");
+      expect(OSM.formatHash(args)).to.eq("#map=9/57.625/-3.685");
     });
 
     it("respects zoomPrecision", function () {
       var args = { center: L.latLng(57.6247, -3.6845), zoom: 5 };
-      expect(OSM.formatHash(args)).to.eq("#map=5/57.625/-3.685");
+      expect(OSM.formatHash(args)).to.eq("#map=5/57.62/-3.68");
+
 
       args = { center: L.latLng(57.6247, -3.6845), zoom: 9 };
-      expect(OSM.formatHash(args)).to.eq("#map=9/57.6247/-3.6845");
+      expect(OSM.formatHash(args)).to.eq("#map=9/57.625/-3.685");
+
+
+      args = { center: L.latLng(57.6247, -3.6845), zoom: 12 };
+      expect(OSM.formatHash(args)).to.eq("#map=12/57.6247/-3.6845");
     });
 
     it("formats layers params", function () {
       var args = { center: L.latLng(57.6247, -3.6845), zoom: 9, layers: "C" };
-      expect(OSM.formatHash(args)).to.eq("#map=9/57.6247/-3.6845&layers=C");
+      expect(OSM.formatHash(args)).to.eq("#map=9/57.625/-3.685&layers=C");
     });
 
     it("ignores default layers", function () {
       var args = { center: L.latLng(57.6247, -3.6845), zoom: 9, layers: "M" };
-      expect(OSM.formatHash(args)).to.eq("#map=9/57.6247/-3.6845");
+      expect(OSM.formatHash(args)).to.eq("#map=9/57.625/-3.685");
     });
   });
 
-  describe(".zoomPrecision", function () {
-    it("suggests 0 digits for z0-1", function () {
-      expect(OSM.zoomPrecision(0)).to.eq(0);
-      expect(OSM.zoomPrecision(1)).to.eq(0);
-    });
 
-    it("suggests 1 digit for z2", function () {
+  describe(".zoomPrecision", function () {
+    it("suggests 1 digit for z0-2", function () {
+      expect(OSM.zoomPrecision(0)).to.eq(1);
+      expect(OSM.zoomPrecision(1)).to.eq(1);
       expect(OSM.zoomPrecision(2)).to.eq(1);
     });
 
-    it("suggests 2 digits for z3-4", function () {
+    it("suggests 2 digits for z3-6", function () {
       expect(OSM.zoomPrecision(3)).to.eq(2);
       expect(OSM.zoomPrecision(4)).to.eq(2);
+      expect(OSM.zoomPrecision(5)).to.eq(2);
+      expect(OSM.zoomPrecision(6)).to.eq(2);
     });
 
-    it("suggests 3 digits for z5-8", function () {
-      expect(OSM.zoomPrecision(5)).to.eq(3);
-      expect(OSM.zoomPrecision(6)).to.eq(3);
+    it("suggests 3 digits for z7-9", function () {
       expect(OSM.zoomPrecision(7)).to.eq(3);
       expect(OSM.zoomPrecision(8)).to.eq(3);
+      expect(OSM.zoomPrecision(9)).to.eq(3);
     });
 
-    it("suggests 4 digits for z9-16", function () {
-      expect(OSM.zoomPrecision(9)).to.eq(4);
+    it("suggests 4 digits for z10-12", function () {
       expect(OSM.zoomPrecision(10)).to.eq(4);
       expect(OSM.zoomPrecision(11)).to.eq(4);
       expect(OSM.zoomPrecision(12)).to.eq(4);
-      expect(OSM.zoomPrecision(13)).to.eq(4);
-      expect(OSM.zoomPrecision(14)).to.eq(4);
-      expect(OSM.zoomPrecision(15)).to.eq(4);
-      expect(OSM.zoomPrecision(16)).to.eq(4);
     });
 
-    it("suggests 5 digits for z17-20", function () {
-      expect(OSM.zoomPrecision(17)).to.eq(5);
-      expect(OSM.zoomPrecision(18)).to.eq(5);
-      expect(OSM.zoomPrecision(19)).to.eq(5);
-      expect(OSM.zoomPrecision(20)).to.eq(5);
+    it("suggests 5 digits for z13-16", function () {
+      expect(OSM.zoomPrecision(13)).to.eq(5);
+      expect(OSM.zoomPrecision(14)).to.eq(5);
+      expect(OSM.zoomPrecision(15)).to.eq(5);
+      expect(OSM.zoomPrecision(16)).to.eq(5);
+    });
+
+    it("suggests 6 digits for z17-19", function () {
+      expect(OSM.zoomPrecision(17)).to.eq(6);
+      expect(OSM.zoomPrecision(18)).to.eq(6);
+      expect(OSM.zoomPrecision(19)).to.eq(6);
+    });
+
+    it("suggests 7 digits for z20", function () {
+      expect(OSM.zoomPrecision(20)).to.eq(7);
     });
   });
 
@@ -224,24 +233,25 @@ describe("OSM", function () {
       $("body").html($("<div id='map'>"));
       var map = new L.OSM.Map("map", { center: [57.6247, -3.6845], zoom: 9 });
       map.updateLayers("");
-      expect(OSM.locationCookie(map)).to.eq("-3.6845|57.6247|9|M");
+      expect(OSM.locationCookie(map)).to.eq("-3.685|57.625|9|M");
     });
 
     it("respects zoomPrecision", function () {
       $("body").html($("<div id='map'>"));
       var map = new L.OSM.Map("map", { center: [57.6247, -3.6845], zoom: 9 });
       map.updateLayers("");
-      expect(OSM.locationCookie(map)).to.eq("-3.6845|57.6247|9|M");
-
-      map.setZoom(5);
-      expect(OSM.locationCookie(map)).to.eq("-3.685|57.625|5|M");
+      expect(OSM.locationCookie(map)).to.eq("-3.685|57.625|9|M");
+      // map.setZoom() doesn't update the zoom level for some reason
+      // using map._zoom here to update the zoom level manually
+      map._zoom = 5;
+      expect(OSM.locationCookie(map)).to.eq("-3.68|57.62|5|M");
     });
   });
 
   describe(".distance", function () {
     it("computes distance between points", function () {
-      var latlng1 = L.latLng(51.76712,-0.00484),
-        latlng2 = L.latLng(51.7675159, -0.0078329);
+      var latlng1 = L.latLng(51.76712, -0.00484),
+          latlng2 = L.latLng(51.7675159, -0.0078329);
 
       expect(OSM.distance(latlng1, latlng2)).to.be.closeTo(210.664, 0.005);
       expect(OSM.distance(latlng2, latlng1)).to.be.closeTo(210.664, 0.005);
diff --git a/test/javascripts/test_helper.js b/test/javascripts/test_helper.js
new file mode 100644 (file)
index 0000000..879b686
--- /dev/null
@@ -0,0 +1,41 @@
+/* eslint-disable */
+// Teaspoon includes some support files, but you can use anything from your own support path too.
+// require support/expect
+// require support/sinon
+//= require support/chai
+//= require support/chai-jq-0.0.7
+// require support/your-support-file
+//
+// PhantomJS (Teaspoons default driver) doesn't have support for Function.prototype.bind, which has caused confusion.
+// Use this polyfill to avoid the confusion.
+//= require support/phantomjs-shims
+//
+// You can require your own javascript files here. By default this will include everything in application, however you
+// may get better load performance if you require the specific files that are being used in the spec that tests them.
+//= require application
+//
+// Deferring execution
+// If you're using CommonJS, RequireJS or some other asynchronous library you can defer execution. Call
+// Teaspoon.execute() after everything has been loaded. Simple example of a timeout:
+//
+// Teaspoon.defer = true
+// setTimeout(Teaspoon.execute, 1000)
+//
+// Matching files
+// By default Teaspoon will look for files that match _spec.{js,js.coffee,.coffee}. Add a filename_spec.js file in your
+// spec path and it'll be included in the default suite automatically. If you want to customize suites, check out the
+// configuration in teaspoon_env.rb
+//
+// Manifest
+// If you'd rather require your spec files manually (to control order for instance) you can disable the suite matcher in
+// the configuration and use this file as a manifest.
+//
+// For more information: http://github.com/modeset/teaspoon
+//
+// Chai
+// If you're using Chai, you'll probably want to initialize your preferred assertion style. You can read more about Chai
+// at: http://chaijs.com/guide/styles
+//
+window.assert = chai.assert;
+window.expect = chai.expect;
+window.should = chai.should();
index e1ddcc9679cbd1161a366bffd20c6fdc6fbc4cb8..c6d44ecce22185fc3269db737261ba86625b3993 100644 (file)
@@ -52,6 +52,38 @@ class TraceImporterJobTest < ActiveJob::TestCase
     email = ActionMailer::Base.deliveries.last
     assert_equal trace.user.email, email.to[0]
     assert_match(/failure/, email.subject)
+    assert_no_match(/Start tag expected/, email.text_part.body.to_s, "should not include parser error")
+    assert_match(%r{jobs/trace_importer_job\.rb}, email.text_part.body.to_s, "should include stack backtrace")
+
+    ActionMailer::Base.deliveries.clear
+  end
+
+  def test_parse_error_notification
+    trace = create(:trace, :inserted => false, :fixture => "jpg")
+    Rails.logger.silence do
+      TraceImporterJob.perform_now(trace)
+    end
+
+    email = ActionMailer::Base.deliveries.last
+    assert_equal trace.user.email, email.to[0]
+    assert_match(/failure/, email.subject)
+    assert_match(/Start tag expected/, email.text_part.body.to_s, "should include parser error")
+    assert_no_match(%r{jobs/trace_importer_job\.rb}, email.text_part.body.to_s, "should not include stack backtrace")
+
+    ActionMailer::Base.deliveries.clear
+  end
+
+  def test_gz_parse_error_notification
+    trace = create(:trace, :inserted => false, :fixture => "jpg.gz")
+    Rails.logger.silence do
+      TraceImporterJob.perform_now(trace)
+    end
+
+    email = ActionMailer::Base.deliveries.last
+    assert_equal trace.user.email, email.to[0]
+    assert_match(/failure/, email.subject)
+    assert_match(/Start tag expected/, email.text_part.body.to_s, "should include parser error")
+    assert_no_match(%r{jobs/trace_importer_job\.rb}, email.text_part.body.to_s, "should not include stack backtrace")
 
     ActionMailer::Base.deliveries.clear
   end
index a922d7fd9965613b306fe7931999cf28ddd55933..9b10d81d98d5ac038ae718f9e41b4a8e887073ad 100644 (file)
@@ -40,4 +40,14 @@ class CountryTest < ActiveSupport::TestCase
     name = OsmCommunityIndex.resolve_name(community, community_locale_yaml, community_en_yaml)
     assert_equal("Translated Community Chapter", name)
   end
+
+  def test_i18n_invalid_replacement_token
+    # Ignore invalid replacement tokens in OCI data provided. This might happen if translators were mistakenly translating the predefined token ids.
+    community = Community.new({ "id" => "foo-chapter", "type" => "osm-lc", "strings" => { "community" => "Community Name", "communityID" => "communityname" } })
+    community_locale_yaml = { "_communities" => { "communityname" => "Translated Community" }, "_defaults" => { "osm-lc" => { "name" => "{comminauté} Chapter" } } }
+    community_en_yaml = {}
+
+    name = OsmCommunityIndex.resolve_name(community, community_locale_yaml, community_en_yaml)
+    assert_equal("Community Name", name)
+  end
 end
diff --git a/test/models/client_application_test.rb b/test/models/client_application_test.rb
deleted file mode 100644 (file)
index 9dc5ab5..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-require "test_helper"
-
-class ClientApplicationTest < ActiveSupport::TestCase
-  def test_url_valid
-    ok = ["http://example.com/test", "https://example.com/test"]
-    bad = ["", "ftp://example.com/test", "myapp://somewhere", "http://example.com\nhttp://example.net"]
-
-    ok.each do |url|
-      app = build(:client_application)
-      app.url = url
-      assert_predicate app, :valid?, "#{url} is invalid, when it should be"
-    end
-
-    bad.each do |url|
-      app = build(:client_application)
-      app.url = url
-      assert_not_predicate app, :valid?, "#{url} is valid when it shouldn't be"
-    end
-  end
-
-  def test_support_url_valid
-    ok = ["", "http://example.com/test", "https://example.com/test"]
-    bad = ["ftp://example.com/test", "myapp://somewhere", "gibberish", "http://example.com\nhttp://example.net"]
-
-    ok.each do |url|
-      app = build(:client_application)
-      app.support_url = url
-      assert_predicate app, :valid?, "#{url} is invalid, when it should be"
-    end
-
-    bad.each do |url|
-      app = build(:client_application)
-      app.support_url = url
-      assert_not_predicate app, :valid?, "#{url} is valid when it shouldn't be"
-    end
-  end
-
-  def test_callback_url_valid
-    ok = ["", "http://example.com/test", "https://example.com/test", "ftp://example.com/test", "myapp://somewhere"]
-    bad = ["gibberish", "http://example.com\nhttp://example.net"]
-
-    ok.each do |url|
-      app = build(:client_application)
-      app.callback_url = url
-      assert_predicate app, :valid?, "#{url} is invalid, when it should be"
-    end
-
-    bad.each do |url|
-      app = build(:client_application)
-      app.callback_url = url
-      assert_not_predicate app, :valid?, "#{url} is valid when it shouldn't be"
-    end
-  end
-end
diff --git a/test/models/oauth_nonce_test.rb b/test/models/oauth_nonce_test.rb
deleted file mode 100644 (file)
index 56178fb..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-require "test_helper"
-
-class OauthNonceTest < ActiveSupport::TestCase
-  ##
-  # the nonce has only one property, that it is a unique pair of
-  # string and timestamp.
-  def test_nonce_uniqueness
-    string = "0123456789ABCDEF"
-    timestamp = Time.now.to_i
-
-    nonce1 = OauthNonce.remember(string, timestamp)
-    assert_not_equal false, nonce1, "First nonce should be unique. Check your test database is empty."
-
-    nonce2 = OauthNonce.remember(string, timestamp)
-    assert_not nonce2, "Shouldn't be able to remember the same nonce twice."
-  end
-
-  ##
-  # nonces that are not current should be rejected
-  def test_nonce_not_current
-    string = "0123456789ABCDEF"
-
-    nonce1 = OauthNonce.remember(string, Time.now.to_i - 86430)
-    assert_not nonce1, "Nonces over a day in the past should be rejected"
-
-    nonce2 = OauthNonce.remember(string, Time.now.to_i - 86370)
-    assert_not_equal false, nonce2, "Nonces under a day in the past should be rejected"
-  end
-end
diff --git a/test/models/oauth_token_test.rb b/test/models/oauth_token_test.rb
deleted file mode 100644 (file)
index 73dd625..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-require "test_helper"
-
-class OauthTokenTest < ActiveSupport::TestCase
-  ##
-  # check that after calling invalidate! on a token, it is invalid.
-  def test_token_invalidation
-    tok = OauthToken.new
-    assert_not_predicate tok, :invalidated?, "Token should be created valid."
-    tok.invalidate!
-    assert_predicate tok, :invalidated?, "Token should now be invalid."
-  end
-
-  ##
-  # check that an authorized token is authorised and can be invalidated
-  def test_token_authorisation
-    tok = RequestToken.create(:client_application => create(:client_application))
-    assert_not_predicate tok, :authorized?, "Token should be created unauthorised."
-    tok.authorize!(create(:user))
-    assert_predicate tok, :authorized?, "Token should now be authorised."
-    tok.invalidate!
-    assert_not_predicate tok, :authorized?, "Token should now be invalid."
-  end
-end
diff --git a/test/models/request_token_test.rb b/test/models/request_token_test.rb
deleted file mode 100644 (file)
index 65d17d4..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-require "test_helper"
-
-class RequestTokenTest < ActiveSupport::TestCase
-  def test_oob
-    assert_predicate RequestToken.new, :oob?
-    assert_predicate RequestToken.new(:callback_url => "oob"), :oob?
-    assert_predicate RequestToken.new(:callback_url => "OOB"), :oob?
-    assert_not_predicate RequestToken.new(:callback_url => "http://test.host/"), :oob?
-  end
-end
index 10fd3d97ec9cb533494e72946a049def4c936620..6836c4f70a0fc81e15215ce5fbb445723b8c69b1 100644 (file)
@@ -304,18 +304,6 @@ class UserTest < ActiveSupport::TestCase
     assert_not_predicate user, :active?
   end
 
-  def test_soft_destroy_revokes_oauth1_tokens
-    user = create(:user)
-    access_token = create(:access_token, :user => user)
-    assert_equal 1, user.oauth_tokens.authorized.count
-
-    user.soft_destroy
-
-    assert_equal 0, user.oauth_tokens.authorized.count
-    access_token.reload
-    assert_predicate access_token, :invalidated?
-  end
-
   def test_soft_destroy_revokes_oauth2_tokens
     user = create(:user)
     oauth_access_token = create(:oauth_access_token, :resource_owner_id => user.id)
diff --git a/test/system/changeset_elements_test.rb b/test/system/changeset_elements_test.rb
new file mode 100644 (file)
index 0000000..9e65f5b
--- /dev/null
@@ -0,0 +1,75 @@
+require "application_system_test_case"
+
+class ChangesetElementsTest < ApplicationSystemTestCase
+  test "can navigate between element subpages without losing comment input" do
+    element_page_size = 20
+    changeset = create(:changeset, :closed)
+    ways = create_list(:way, element_page_size + 1, :with_history, :changeset => changeset)
+    way_paths = ways.map { |way| way_path(way) }
+    nodes = create_list(:node, element_page_size + 1, :with_history, :changeset => changeset)
+    node_paths = nodes.map { |node| node_path(node) }
+
+    sign_in_as(create(:user))
+    visit changeset_path(changeset)
+
+    within_sidebar do
+      next_page_way_path = assert_one_missing_link way_paths
+      assert_no_link "Ways (1-20 of 21)"
+      assert_link "Ways (21-21 of 21)"
+
+      assert_one_missing_link node_paths
+      assert_no_link "Nodes (1-20 of 21)"
+      assert_link "Nodes (21-21 of 21)"
+
+      fill_in "text", :with => "Comment text we don't want to lose"
+
+      click_on "Ways (21-21 of 21)"
+
+      assert_one_present_link way_paths, next_page_way_path
+      assert_link "Ways (1-20 of 21)"
+      assert_no_link "Ways (21-21 of 21)"
+
+      next_page_node_path = assert_one_missing_link node_paths
+      assert_no_link "Nodes (1-20 of 21)"
+      assert_link "Nodes (21-21 of 21)"
+
+      assert_field "text", :with => "Comment text we don't want to lose"
+
+      click_on "Nodes (21-21 of 21)"
+
+      assert_one_present_link way_paths, next_page_way_path
+      assert_link "Ways (1-20 of 21)"
+      assert_no_link "Ways (21-21 of 21)"
+
+      assert_one_present_link node_paths, next_page_node_path
+      assert_link "Nodes (1-20 of 21)"
+      assert_no_link "Nodes (21-21 of 21)"
+
+      assert_field "text", :with => "Comment text we don't want to lose"
+    end
+  end
+
+  private
+
+  def assert_one_missing_link(hrefs)
+    missing_href = nil
+    hrefs.each do |href|
+      missing = true
+      assert_link :href => href, :minimum => 0, :maximum => 1 do
+        missing = false
+      end
+      if missing
+        assert_nil missing_href, "unexpected extra missing link '#{href}'"
+        missing_href = href
+      end
+    end
+    assert_not_nil missing_href, "expected one link missing but all are present"
+    missing_href
+  end
+
+  def assert_one_present_link(hrefs, present_href)
+    hrefs.each do |href|
+      assert_link :href => href, :count => (href == present_href ? 1 : 0)
+    end
+  end
+end
diff --git a/test/system/changeset_test.rb b/test/system/changeset_test.rb
new file mode 100644 (file)
index 0000000..3f50d37
--- /dev/null
@@ -0,0 +1,19 @@
+require "application_system_test_case"
+
+class ChangesetSystemTest < ApplicationSystemTestCase
+  test "show existing changeset" do
+    changeset = create(:changeset)
+
+    visit changeset_path(changeset)
+    within_sidebar do
+      assert_text "Changeset: #{changeset.id}"
+    end
+  end
+
+  test "show error message for a changeset that doesn't exist" do
+    visit changeset_path(0)
+    within_sidebar do
+      assert_text "changeset #0 could not be found"
+    end
+  end
+end
diff --git a/test/system/friendships_test.rb b/test/system/friendships_test.rb
new file mode 100644 (file)
index 0000000..1db4d3c
--- /dev/null
@@ -0,0 +1,18 @@
+require "application_system_test_case"
+
+class FriendshipsTest < ApplicationSystemTestCase
+  test "show message when max frienships limit is exceeded" do
+    befriendee = create(:user)
+
+    sign_in_as create(:user)
+
+    with_settings(:max_friends_per_hour => 0) do
+      visit user_path(befriendee)
+      assert_link "Add Friend"
+
+      click_on "Add Friend"
+      assert_text "You have friended a lot of users recently"
+      assert_link "Add Friend"
+    end
+  end
+end
index 335063db9f171cea45714b8b5737c4d236fecfaa..679f711b307fbcaf156f1e35f366c719983d5e91 100644 (file)
@@ -28,27 +28,29 @@ class HistoryTest < ApplicationSystemTestCase
       create_visible_changeset(user, "next-changeset")
     end
 
-    visit "#{user_path(user)}/history"
-    changesets = find "div.changesets"
-    changesets.assert_text "bottom-changeset-in-batch-1"
-    changesets.assert_no_text "bottom-changeset-in-batch-2"
-    changesets.assert_no_text "first-changeset-in-history"
-    changesets.assert_selector "ol", :count => 1
-    changesets.assert_selector "li", :count => PAGE_SIZE
-
-    changesets.find(".changeset_more a.btn").click
-    changesets.assert_text "bottom-changeset-in-batch-1"
-    changesets.assert_text "bottom-changeset-in-batch-2"
-    changesets.assert_no_text "first-changeset-in-history"
-    changesets.assert_selector "ol", :count => 1
-    changesets.assert_selector "li", :count => 2 * PAGE_SIZE
-
-    changesets.find(".changeset_more a.btn").click
-    changesets.assert_text "bottom-changeset-in-batch-1"
-    changesets.assert_text "bottom-changeset-in-batch-2"
-    changesets.assert_text "first-changeset-in-history"
-    changesets.assert_selector "ol", :count => 1
-    changesets.assert_selector "li", :count => (2 * PAGE_SIZE) + 1
+    assert_nothing_raised do
+      visit "#{user_path(user)}/history"
+      changesets = find "div.changesets"
+      changesets.assert_text "bottom-changeset-in-batch-1"
+      changesets.assert_no_text "bottom-changeset-in-batch-2"
+      changesets.assert_no_text "first-changeset-in-history"
+      changesets.assert_selector "ol", :count => 1
+      changesets.assert_selector "li", :count => PAGE_SIZE
+
+      changesets.find(".changeset_more a.btn").click
+      changesets.assert_text "bottom-changeset-in-batch-1"
+      changesets.assert_text "bottom-changeset-in-batch-2"
+      changesets.assert_no_text "first-changeset-in-history"
+      changesets.assert_selector "ol", :count => 1
+      changesets.assert_selector "li", :count => 2 * PAGE_SIZE
+
+      changesets.find(".changeset_more a.btn").click
+      changesets.assert_text "bottom-changeset-in-batch-1"
+      changesets.assert_text "bottom-changeset-in-batch-2"
+      changesets.assert_text "first-changeset-in-history"
+      changesets.assert_selector "ol", :count => 1
+      changesets.assert_selector "li", :count => (2 * PAGE_SIZE) + 1
+    end
   end
 
   def create_visible_changeset(user, comment)
index b9b989c075132a9604d01c911dc2017f2613538f..327b888bc4e980f7076b67b69af7f4e98ce12170 100644 (file)
@@ -5,7 +5,7 @@ class IssuesTest < ApplicationSystemTestCase
 
   def test_view_issues_not_logged_in
     visit issues_path
-    assert_content I18n.t("sessions.new.title")
+    assert_content "Log in"
   end
 
   def test_view_issues_normal_user
@@ -19,7 +19,7 @@ class IssuesTest < ApplicationSystemTestCase
     sign_in_as(create(:moderator_user))
 
     visit issues_path
-    assert_content I18n.t("issues.index.issues_not_found")
+    assert_content I18n.t("issues.page.issues_not_found")
   end
 
   def test_view_issues
@@ -81,22 +81,22 @@ class IssuesTest < ApplicationSystemTestCase
     visit issues_path
     fill_in "search_by_user", :with => good_user.display_name
     click_on "Search"
-    assert_no_content I18n.t("issues.index.user_not_found")
-    assert_content I18n.t("issues.index.issues_not_found")
+    assert_no_content I18n.t("issues.page.user_not_found")
+    assert_content I18n.t("issues.page.issues_not_found")
 
     # User doesn't exist
     visit issues_path
     fill_in "search_by_user", :with => "Nonexistent User"
     click_on "Search"
-    assert_content I18n.t("issues.index.user_not_found")
-    assert_content I18n.t("issues.index.issues_not_found")
+    assert_content I18n.t("issues.page.user_not_found")
+    assert_no_content I18n.t("issues.page.issues_not_found")
 
     # Find Issue against bad_user
     visit issues_path
     fill_in "search_by_user", :with => bad_user.display_name
     click_on "Search"
-    assert_no_content I18n.t("issues.index.user_not_found")
-    assert_no_content I18n.t("issues.index.issues_not_found")
+    assert_no_content I18n.t("issues.page.user_not_found")
+    assert_no_content I18n.t("issues.page.issues_not_found")
   end
 
   def test_commenting
@@ -158,7 +158,50 @@ class IssuesTest < ApplicationSystemTestCase
 
     visit issues_path
 
-    assert_link I18n.t("issues.index.reports_count", :count => issue1.reports_count), :href => issue_path(issue1)
-    assert_link I18n.t("issues.index.reports_count", :count => issue2.reports_count), :href => issue_path(issue2)
+    assert_link I18n.t("issues.page.reports_count", :count => issue1.reports_count), :href => issue_path(issue1)
+    assert_link I18n.t("issues.page.reports_count", :count => issue2.reports_count), :href => issue_path(issue2)
+  end
+
+  def test_issues_pagination
+    1.upto(8).each do |n|
+      user = create(:user, :display_name => "extra_#{n}")
+      create(:issue, :reportable => user, :reported_user => user, :assigned_role => "administrator")
+    end
+
+    sign_in_as(create(:administrator_user))
+
+    visit issues_path(:limit => 5)
+
+    # First Page
+    assert_no_content I18n.t("issues.page.user_not_found")
+    assert_no_content I18n.t("issues.page.issues_not_found")
+    4.upto(8).each do |n|
+      assert_content(/extra_#{n}[^\d]/i, :count => 2)
+    end
+    1.upto(3).each do |n|
+      assert_no_content(/extra_#{n}[^\d]/i)
+    end
+
+    # Second Page
+    click_on "Older Issues"
+    assert_no_content I18n.t("issues.page.user_not_found")
+    assert_no_content I18n.t("issues.page.issues_not_found")
+    4.upto(8).each do |n|
+      assert_no_content(/extra_#{n}[^\d]/i)
+    end
+    1.upto(3).each do |n|
+      assert_content(/extra_#{n}[^\d]/i, :count => 2)
+    end
+
+    # Back to First Page
+    click_on "Newer Issues"
+    assert_no_content I18n.t("issues.page.user_not_found")
+    assert_no_content I18n.t("issues.page.issues_not_found")
+    4.upto(8).each do |n|
+      assert_content(/extra_#{n}[^\d]/i, :count => 2)
+    end
+    1.upto(3).each do |n|
+      assert_no_content(/extra_#{n}[^\d]/i)
+    end
   end
 end
index 7c830cc373c5d4955f42888216a52b1c5e672942..0577992f277432f631f36e13358f8fc78daaf5ee 100644 (file)
@@ -22,7 +22,7 @@ class NoteCommentsTest < ApplicationSystemTestCase
     end
   end
 
-  def test_add_comment
+  test "can add comment" do
     note = create(:note_with_comments)
     user = create(:user)
     sign_in_as(user)
@@ -125,4 +125,49 @@ class NoteCommentsTest < ApplicationSystemTestCase
       assert_button "Reactivate", :disabled => false
     end
   end
+
+  test "no subscribe button when not logged in" do
+    note = create(:note_with_comments)
+    visit note_path(note)
+
+    within_sidebar do
+      assert_no_button "Subscribe"
+      assert_no_button "Unsubscribe"
+    end
+  end
+
+  test "can subscribe" do
+    note = create(:note_with_comments)
+    user = create(:user)
+    sign_in_as(user)
+    visit note_path(note)
+
+    within_sidebar do
+      assert_button "Subscribe"
+      assert_no_button "Unsubscribe"
+
+      click_on "Subscribe"
+
+      assert_no_button "Subscribe"
+      assert_button "Unsubscribe"
+    end
+  end
+
+  test "can unsubscribe" do
+    note = create(:note_with_comments)
+    user = create(:user)
+    create(:note_subscription, :note => note, :user => user)
+    sign_in_as(user)
+    visit note_path(note)
+
+    within_sidebar do
+      assert_no_button "Subscribe"
+      assert_button "Unsubscribe"
+
+      click_on "Unsubscribe"
+
+      assert_button "Subscribe"
+      assert_no_button "Unsubscribe"
+    end
+  end
 end
diff --git a/test/system/redaction_destroy_test.rb b/test/system/redaction_destroy_test.rb
new file mode 100644 (file)
index 0000000..db0b016
--- /dev/null
@@ -0,0 +1,33 @@
+require "application_system_test_case"
+
+class RedactionDestroyTest < ApplicationSystemTestCase
+  test "fails to delete nonempty redaction" do
+    redaction = create(:redaction, :title => "Some-unwanted-data-redaction")
+    create(:old_node, :redaction => redaction)
+
+    sign_in_as create(:moderator_user)
+    visit redaction_path(redaction)
+    assert_text "Some-unwanted-data-redaction"
+
+    accept_alert do
+      click_on "Remove this redaction"
+    end
+    assert_text "Redaction is not empty"
+    assert_text "Some-unwanted-data-redaction"
+  end
+
+  test "deletes empty redaction" do
+    redaction = create(:redaction, :title => "No-unwanted-data-redaction")
+
+    sign_in_as create(:moderator_user)
+    visit redaction_path(redaction)
+    assert_text "No-unwanted-data-redaction"
+
+    accept_alert do
+      click_on "Remove this redaction"
+    end
+    assert_text "Redaction destroyed"
+    assert_text "List of Redactions"
+    assert_no_text "No-unwanted-data-redaction"
+  end
+end
diff --git a/test/system/users_test.rb b/test/system/users_test.rb
new file mode 100644 (file)
index 0000000..5d5bf56
--- /dev/null
@@ -0,0 +1,28 @@
+require "application_system_test_case"
+
+class UsersTest < ApplicationSystemTestCase
+  def setup
+    admin = create(:administrator_user)
+    sign_in_as(admin)
+  end
+
+  test "all users can be selected" do
+    create_list(:user, 100)
+
+    visit users_path
+
+    assert_css "tbody input[type=checkbox]:checked", :count => 0
+    assert_css "tbody input[type=checkbox]:not(:checked)", :count => 50
+    check "user_all"
+    assert_css "tbody input[type=checkbox]:checked", :count => 50
+    assert_css "tbody input[type=checkbox]:not(:checked)", :count => 0
+
+    click_on "Older Users", :match => :first
+
+    assert_css "tbody input[type=checkbox]:checked", :count => 0
+    assert_css "tbody input[type=checkbox]:not(:checked)", :count => 50
+    check "user_all"
+    assert_css "tbody input[type=checkbox]:checked", :count => 50
+    assert_css "tbody input[type=checkbox]:not(:checked)", :count => 0
+  end
+end
diff --git a/test/teaspoon_env.rb b/test/teaspoon_env.rb
new file mode 100644 (file)
index 0000000..8a9dc00
--- /dev/null
@@ -0,0 +1,193 @@
+Teaspoon.configure do |config|
+  # Determines where the Teaspoon routes will be mounted. Changing this to "/jasmine" would allow you to browse to
+  # `http://localhost:3000/jasmine` to run your tests.
+  config.mount_at = "/teaspoon"
+
+  # Specifies the root where Teaspoon will look for files. If you're testing an engine using a dummy application it can
+  # be useful to set this to your engines root (e.g. `Teaspoon::Engine.root`).
+  # Note: Defaults to `Rails.root` if nil.
+  config.root = nil
+
+  # Paths that will be appended to the Rails assets paths
+  # Note: Relative to `config.root`.
+  config.asset_paths = ["test/javascripts", "test/javascripts/stylesheets"]
+
+  # Fixtures are rendered through a controller, which allows using HAML, RABL/JBuilder, etc. Files in these paths will
+  # be rendered as fixtures.
+  config.fixture_paths = ["test/javascripts/fixtures"]
+
+  # SUITES
+  #
+  # You can modify the default suite configuration and create new suites here. Suites are isolated from one another.
+  #
+  # When defining a suite you can provide a name and a block. If the name is left blank, :default is assumed. You can
+  # omit various directives and the ones defined in the default suite will be used.
+  #
+  # To run a specific suite
+  # - in the browser: http://localhost/teaspoon/[suite_name]
+  # - with the rake task: rake teaspoon suite=[suite_name]
+  # - with the cli: teaspoon --suite=[suite_name]
+  config.suite do |suite|
+    # Specify the framework you would like to use. This allows you to select versions, and will do some basic setup for
+    # you -- which you can override with the directives below. This should be specified first, as it can override other
+    # directives.
+    # Note: If no version is specified, the latest is assumed.
+    #
+    # Versions: 1.10.0, 1.17.1, 1.18.2, 1.19.0, 2.0.1, 2.1.0, 2.2.4, 2.2.5, 2.3.3
+    suite.use_framework :mocha, "2.3.3"
+
+    # Specify a file matcher as a regular expression and all matching files will be loaded when the suite is run. These
+    # files need to be within an asset path. You can add asset paths using the `config.asset_paths`.
+    suite.matcher = "{test/javascripts,app/assets}/**/*_test.{js,js.coffee,coffee,es6,js.es6}"
+
+    # Load additional JS files, but requiring them in your spec helper is the preferred way to do this.
+    # suite.javascripts = []
+
+    # You can include your own stylesheets if you want to change how Teaspoon looks.
+    # Note: Spec related CSS can and should be loaded using fixtures.
+    # suite.stylesheets = ["teaspoon"]
+
+    # This suites spec helper, which can require additional support files. This file is loaded before any of your test
+    # files are loaded.
+    suite.helper = "test_helper"
+
+    # Partial to be rendered in the head tag of the runner. You can use the provided ones or define your own by creating
+    # a `_boot.html.erb` in your fixtures path, and adjust the config to `"/boot"` for instance.
+    #
+    # Available: boot, boot_require_js
+    suite.boot_partial = "boot"
+
+    # Partial to be rendered in the body tag of the runner. You can define your own to create a custom body structure.
+    suite.body_partial = "body"
+
+    # Hooks allow you to use `Teaspoon.hook("fixtures")` before, after, or during your spec run. This will make a
+    # synchronous Ajax request to the server that will call all of the blocks you've defined for that hook name.
+    # suite.hook :fixtures, &proc{}
+
+    # Determine whether specs loaded into the test harness should be embedded as individual script tags or concatenated
+    # into a single file. Similar to Rails' asset `debug: true` and `config.assets.debug = true` options. By default,
+    # Teaspoon expands all assets to provide more valuable stack traces that reference individual source files.
+    # suite.expand_assets = true
+
+    # Non-.js file extensions Teaspoon should consider JavaScript files
+    # suite.js_extensions = [/(\.js)?.coffee/, /(\.js)?.es6/, ".es6.js"]
+  end
+
+  # Example suite. Since we're just filtering to files already within the root test/javascripts, these files will also
+  # be run in the default suite -- but can be focused into a more specific suite.
+  # config.suite :targeted do |suite|
+  #  suite.matcher = "spec/javascripts/targeted/*_spec.{js,js.coffee,coffee}"
+  # end
+
+  # CONSOLE RUNNER SPECIFIC
+  #
+  # These configuration directives are applicable only when running via the rake task or command line interface. These
+  # directives can be overridden using the command line interface arguments or with ENV variables when using the rake
+  # task.
+  #
+  # Command Line Interface:
+  # teaspoon --driver=phantomjs --server-port=31337 --fail-fast=true --format=junit --suite=my_suite /spec/file_spec.js
+  #
+  # Rake:
+  # teaspoon DRIVER=phantomjs SERVER_PORT=31337 FAIL_FAST=true FORMATTERS=junit suite=my_suite
+
+  # Specify which headless driver to use. Supports PhantomJS, Selenium Webdriver and BrowserStack Webdriver.
+  #
+  # Available: :phantomjs, :selenium, :browserstack
+  # PhantomJS: https://github.com/jejacks0n/teaspoon/wiki/Using-PhantomJS
+  # Selenium Webdriver: https://github.com/jejacks0n/teaspoon/wiki/Using-Selenium-WebDriver
+  # BrowserStack Webdriver: https://github.com/jejacks0n/teaspoon/wiki/Using-BrowserStack-WebDriver
+  # Capybara Webkit: https://github.com/jejacks0n/teaspoon/wiki/Using-Capybara-Webkit
+  require "selenium-webdriver"
+  config.driver = :selenium
+  config.driver_options = {
+    :client_driver => :firefox,
+    :selenium_options => {
+      :options => Selenium::WebDriver::Firefox::Options.new(:args => ["-headless"])
+    }
+  }
+
+  # Specify additional options for the driver.
+  #
+  # PhantomJS: https://github.com/jejacks0n/teaspoon/wiki/Using-PhantomJS
+  # Selenium Webdriver: https://github.com/jejacks0n/teaspoon/wiki/Using-Selenium-WebDriver
+  # BrowserStack Webdriver: https://github.com/jejacks0n/teaspoon/wiki/Using-BrowserStack-WebDriver
+  # Capybara Webkit: https://github.com/jejacks0n/teaspoon/wiki/Using-Capybara-Webkit
+  # config.driver_options = nil
+
+  # Specify the timeout for the driver. Specs are expected to complete within this time frame or the run will be
+  # considered a failure. This is to avoid issues that can arise where tests stall.
+  # config.driver_timeout = 180
+
+  # Specify a server to use with Rack (e.g. thin, mongrel). If nil is provided Rack::Server is used.
+  # config.server = nil
+
+  # Specify a host to run on a specific host, otherwise Teaspoon will use 127.0.0.1.
+  # config.server_host = nil
+
+  # Specify a port to run on a specific port, otherwise Teaspoon will use a random available port.
+  # config.server_port = nil
+
+  # Timeout for starting the server in seconds. If your server is slow to start you may have to bump this, or you may
+  # want to lower this if you know it shouldn't take long to start.
+  # config.server_timeout = 20
+
+  # Force Teaspoon to fail immediately after a failing suite. Can be useful to make Teaspoon fail early if you have
+  # several suites, but in environments like CI this may not be desirable.
+  # config.fail_fast = true
+
+  # Specify the formatters to use when outputting the results.
+  # Note: Output files can be specified by using `"junit>/path/to/output.xml"`.
+  #
+  # Available: :dot, :clean, :documentation, :json, :junit, :pride, :rspec_html, :snowday, :swayze_or_oprah, :tap, :tap_y, :teamcity
+  # config.formatters = [:dot]
+
+  # Specify if you want color output from the formatters.
+  # config.color = true
+
+  # Teaspoon pipes all console[log/debug/error] to $stdout. This is useful to catch places where you've forgotten to
+  # remove them, but in verbose applications this may not be desirable.
+  # config.suppress_log = false
+
+  # COVERAGE REPORTS / THRESHOLD ASSERTIONS
+  #
+  # Coverage reports requires Istanbul (https://github.com/gotwarlost/istanbul) to add instrumentation to your code and
+  # display coverage statistics.
+  #
+  # Coverage configurations are similar to suites. You can define several, and use different ones under different
+  # conditions.
+  #
+  # To run with a specific coverage configuration
+  # - with the rake task: rake teaspoon USE_COVERAGE=[coverage_name]
+  # - with the cli: teaspoon --coverage=[coverage_name]
+
+  # Specify that you always want a coverage configuration to be used. Otherwise, specify that you want coverage
+  # on the CLI.
+  # Set this to "true" or the name of your coverage config.
+  # config.use_coverage = nil
+
+  # You can have multiple coverage configs by passing a name to config.coverage.
+  # e.g. config.coverage :ci do |coverage|
+  # The default coverage config name is :default.
+  config.coverage do |coverage|
+    # Which coverage reports Istanbul should generate. Correlates directly to what Istanbul supports.
+    #
+    # Available: text-summary, text, html, lcov, lcovonly, cobertura, teamcity
+    # coverage.reports = ["text-summary", "html"]
+
+    # The path that the coverage should be written to - when there's an artifact to write to disk.
+    # Note: Relative to `config.root`.
+    # coverage.output_path = "coverage"
+
+    # Assets to be ignored when generating coverage reports. Accepts an array of filenames or regular expressions. The
+    # default excludes assets from vendor, gems and support libraries.
+    # coverage.ignore = [%r{/lib/ruby/gems/}, %r{/vendor/assets/}, %r{/support/}, %r{/(.+)_helper.}]
+
+    # Various thresholds requirements can be defined, and those thresholds will be checked at the end of a run. If any
+    # aren't met the run will fail with a message. Thresholds can be defined as a percentage (0-100), or nil.
+    # coverage.statements = nil
+    # coverage.functions = nil
+    # coverage.branches = nil
+    # coverage.lines = nil
+  end
+end
index 1d04f57da0c9cee215350f95e8a1e7a6e0b5118f..79d5d0d33664e53769d575684ae9dc86e7445c3c 100644 (file)
@@ -133,53 +133,17 @@ module ActiveSupport
       assert_equal a.tags, b.tags, "tags on node #{a.id}"
     end
 
-    ##
-    # return request header for HTTP Basic Authorization
-    def basic_authorization_header(user, pass)
-      { "Authorization" => format("Basic %<auth>s", :auth => Base64.encode64("#{user}:#{pass}")) }
-    end
-
     ##
     # return request header for HTTP Bearer Authorization
-    def bearer_authorization_header(token)
-      { "Authorization" => "Bearer #{token}" }
-    end
-
-    ##
-    # make an OAuth signed request
-    def signed_request(method, uri, options = {})
-      uri = URI.parse(uri)
-      uri.scheme ||= "http"
-      uri.host ||= "www.example.com"
-
-      oauth = options.delete(:oauth)
-      params = options.fetch(:params, {}).transform_keys(&:to_s)
-
-      oauth[:consumer] ||= oauth[:token].client_application
-
-      helper = OAuth::Client::Helper.new(nil, oauth)
+    def bearer_authorization_header(token_or_user = nil, scopes: Oauth::SCOPES)
+      token = case token_or_user
+              when nil then create(:oauth_access_token, :scopes => scopes).token
+              when User then create(:oauth_access_token, :resource_owner_id => token_or_user.id, :scopes => scopes).token
+              when Doorkeeper::AccessToken then token_or_user.token
+              when String then token_or_user
+              end
 
-      request = OAuth::RequestProxy.proxy(
-        "method" => method.to_s.upcase,
-        "uri" => uri,
-        "parameters" => params.merge(helper.oauth_parameters)
-      )
-
-      request.sign!(oauth)
-
-      method(method).call(request.signed_uri, **options)
-    end
-
-    ##
-    # make an OAuth signed GET request
-    def signed_get(uri, options = {})
-      signed_request(:get, uri, options)
-    end
-
-    ##
-    # make an OAuth signed POST request
-    def signed_post(uri, options = {})
-      signed_request(:post, uri, options)
+      { "Authorization" => "Bearer #{token}" }
     end
 
     ##
@@ -205,7 +169,7 @@ module ActiveSupport
     ##
     # Not sure this is the best response we could give
     def assert_inactive_user(msg = "an inactive user shouldn't be able to access the API")
-      assert_response :unauthorized, msg
+      assert_response :forbidden, msg
       # assert_equal @response.headers['Error'], ""
     end
 
@@ -376,10 +340,10 @@ module ActiveSupport
       Settings.merge!(saved_settings)
     end
 
-    def with_user_account_deletion_delay(value, &block)
+    def with_user_account_deletion_delay(value, &)
       freeze_time
 
-      with_settings(:user_account_deletion_delay => value, &block)
+      with_settings(:user_account_deletion_delay => value, &)
     ensure
       unfreeze_time
     end
index 7e56b7e9edc9d2996aef49617ea58d10760700c8..99da55a78cade58c292321df249b99133d9018a0 100644 (file)
   // package.json
   var package_default = {
     name: "iD",
-    version: "2.30.2",
+    version: "2.30.4",
     description: "A friendly editor for OpenStreetMap",
     main: "dist/iD.min.js",
     repository: "github:openstreetmap/iD",
index 7a34f63257fddf12f98bf6713c2881bd0300880d..bbb39c175d7e481b1e139deedd6b34be4b4620da 100644 (file)
@@ -1 +1 @@
-[{"id":"LSA-ATKIS_BU","name":"© GeoBasis-DE/LVermGeo LSA, ATKIS_BU","type":"wms","template":"https://www.geodatenportal.sachsen-anhalt.de/wss/service/INSPIRE_LVermGeo_ATKIS_BU/guest?LANGUAGE=GER&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=BU.Building&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","polygon":[[[10.56074,52.00392],[10.56588,52],[10.61351,51.92026],[10.56621,51.85598],[10.69013,51.64568],[10.88483,51.61439],[10.99158,51.41802],[11.34477,51.38654],[11.46667,51.30465],[11.36695,51.22636],[11.46956,51.10979],[12.2299,50.93098],[12.29319,51.02138],[12.15085,51.45859],[12.23452,51.55626],[13.02375,51.63743],[13.15432,51.68641],[13.15012,51.87062],[12.65345,52.0114],[12.44355,52.0167],[12.21787,52.17114],[12.29715,52.22891],[12.31883,52.49459],[12.18565,52.49612],[12.14428,52.53241],[12.23671,52.62868],[12.25584,52.79854],[12.23343,52.85993],[11.82449,52.91752],[11.84481,52.95218],[11.62298,53.0417],[11.51282,53.00726],[11.49252,52.95981],[11.3554,52.89056],[11.09873,52.9127],[10.99998,52.9112],[10.94128,52.8538],[10.76565,52.84212],[10.75152,52.78499],[10.79684,52.71404],[11.00297,52.49614],[10.9346,52.4741],[11.0153,52.38886],[11.04297,52.38843],[11.06922,52.35727],[10.98026,52.34328],[11.01205,52.29087],[11.08563,52.22908],[11.02578,52.20988],[11.01905,52.17829],[11.06046,52.1724],[10.97565,52.10553],[10.94254,52.10349],[10.94274,52.09386],[10.9704,52.08525],[10.96512,52.05748],[10.87552,52.05818],[10.71061,52.04976],[10.64827,52.04107],[10.65499,52.02454],[10.56074,52.00392]]],"terms_url":"https://www.lvermgeo.sachsen-anhalt.de/de/kostenfreie_geobasisdaten_lvermgeo.html","terms_text":"© GeoBasis-DE/LVermGeo LSA","best":true,"description":"Shape of buildings in saxony-anhalt","overlay":true},{"id":"LSA-DOP20","name":"© GeoBasis-DE/LVermGeo LSA, DOP20","type":"wms","template":"https://www.geodatenportal.sachsen-anhalt.de/wss/service/ST_LVermGeo_DOP_WMS_OpenData/guest?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=lsa_lvermgeo_dop20_2&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","startDate":"2019-01-01T00:00:00.000Z","polygon":[[[10.56074,52.00392],[10.56588,52],[10.61351,51.92026],[10.56621,51.85598],[10.69013,51.64568],[10.88483,51.61439],[10.99158,51.41802],[11.34477,51.38654],[11.46667,51.30465],[11.36695,51.22636],[11.46956,51.10979],[12.2299,50.93098],[12.29319,51.02138],[12.15085,51.45859],[12.23452,51.55626],[13.02375,51.63743],[13.15432,51.68641],[13.15012,51.87062],[12.65345,52.0114],[12.44355,52.0167],[12.21787,52.17114],[12.29715,52.22891],[12.31883,52.49459],[12.18565,52.49612],[12.14428,52.53241],[12.23671,52.62868],[12.25584,52.79854],[12.23343,52.85993],[11.82449,52.91752],[11.84481,52.95218],[11.62298,53.0417],[11.51282,53.00726],[11.49252,52.95981],[11.3554,52.89056],[11.09873,52.9127],[10.99998,52.9112],[10.94128,52.8538],[10.76565,52.84212],[10.75152,52.78499],[10.79684,52.71404],[11.00297,52.49614],[10.9346,52.4741],[11.0153,52.38886],[11.04297,52.38843],[11.06922,52.35727],[10.98026,52.34328],[11.01205,52.29087],[11.08563,52.22908],[11.02578,52.20988],[11.01905,52.17829],[11.06046,52.1724],[10.97565,52.10553],[10.94254,52.10349],[10.94274,52.09386],[10.9704,52.08525],[10.96512,52.05748],[10.87552,52.05818],[10.71061,52.04976],[10.64827,52.04107],[10.65499,52.02454],[10.56074,52.00392]]],"terms_url":"https://www.lvermgeo.sachsen-anhalt.de/de/kostenfreie_geobasisdaten_lvermgeo.html","terms_text":"© GeoBasis-DE/LVermGeo LSA","best":true,"description":"aerial image of the state Saxony-Anhalt, 20 cm resolution"},{"id":"LSA-DVG","name":"© GeoBasis-DE/LVermGeo LSA, DVG","type":"wms","template":"https://www.geodatenportal.sachsen-anhalt.de/wss/service/ST_LVermGeo_DVG_WMS_OpenData/guest?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=10,9,13,1,11,3,12&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[10.56074,52.00392],[10.56588,52],[10.61351,51.92026],[10.56621,51.85598],[10.69013,51.64568],[10.88483,51.61439],[10.99158,51.41802],[11.34477,51.38654],[11.46667,51.30465],[11.36695,51.22636],[11.46956,51.10979],[12.2299,50.93098],[12.29319,51.02138],[12.15085,51.45859],[12.23452,51.55626],[13.02375,51.63743],[13.15432,51.68641],[13.15012,51.87062],[12.65345,52.0114],[12.44355,52.0167],[12.21787,52.17114],[12.29715,52.22891],[12.31883,52.49459],[12.18565,52.49612],[12.14428,52.53241],[12.23671,52.62868],[12.25584,52.79854],[12.23343,52.85993],[11.82449,52.91752],[11.84481,52.95218],[11.62298,53.0417],[11.51282,53.00726],[11.49252,52.95981],[11.3554,52.89056],[11.09873,52.9127],[10.99998,52.9112],[10.94128,52.8538],[10.76565,52.84212],[10.75152,52.78499],[10.79684,52.71404],[11.00297,52.49614],[10.9346,52.4741],[11.0153,52.38886],[11.04297,52.38843],[11.06922,52.35727],[10.98026,52.34328],[11.01205,52.29087],[11.08563,52.22908],[11.02578,52.20988],[11.01905,52.17829],[11.06046,52.1724],[10.97565,52.10553],[10.94254,52.10349],[10.94274,52.09386],[10.9704,52.08525],[10.96512,52.05748],[10.87552,52.05818],[10.71061,52.04976],[10.64827,52.04107],[10.65499,52.02454],[10.56074,52.00392]]],"terms_url":"https://www.lvermgeo.sachsen-anhalt.de/de/kostenfreie_geobasisdaten_lvermgeo.html","terms_text":"© GeoBasis-DE/LVermGeo LSA","best":true,"description":"Vector recording of administrative boundaries. The boundaries of the federal state, district, municipality and parts of the municipality are given. ","overlay":true},{"id":"ACT202402","name":"ACTmapi Imagery Feb 2024","type":"tms","template":"https://tiles.arcgis.com/tiles/E5n4f1VY84i0xSjy/arcgis/rest/services/ACT_Aerial_Imagery_202402_AGOL_Compatible/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-02-01T00:00:00.000Z","startDate":"2024-02-01T00:00:00.000Z","zoomExtent":[10,21],"polygon":[[[148.95441,-35.1913],[148.95671,-35.26401],[148.99951,-35.26311],[149.00464,-35.42537],[149.02606,-35.42492],[149.02718,-35.46048],[149.04893,-35.46002],[149.05067,-35.51481],[149.16183,-35.51248],[149.15955,-35.44057],[149.26981,-35.43825],[149.26753,-35.36627],[149.37743,-35.36396],[149.37688,-35.34653],[149.42076,-35.3456],[149.41904,-35.29114],[149.37555,-35.29206],[149.37497,-35.27373],[149.33042,-35.27467],[149.32984,-35.25611],[149.28748,-35.257],[149.28694,-35.23977],[149.26339,-35.24026],[149.26225,-35.20417],[149.2408,-35.20462],[149.24022,-35.18606],[149.21824,-35.18653],[149.21712,-35.15112],[149.19602,-35.15157],[149.19541,-35.13219],[149.17367,-35.13265],[149.17312,-35.11508],[149.06342,-35.1174],[149.06397,-35.13484],[149.04146,-35.13532],[149.04201,-35.15256],[148.99696,-35.15351],[148.99756,-35.17245],[148.97535,-35.17292],[148.97592,-35.19084],[148.95441,-35.1913]]],"terms_url":"http://actmapi.act.gov.au/terms.html","terms_text":"Aerial Imagery from ACTMapi ©ACT Government and MetroMap","best":true,"icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"AL_DPGJC_ASIG_SistemiAdresave","name":"Address System Albania (ASIG)","type":"wms","template":"https://geoportal.asig.gov.al/service/adresar/ows?FORMAT=image/png&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=adr_ndertese,adr_numertim,adr_rruge&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","polygon":[[[19.37421,41.84925],[19.40102,41.84539],[19.42943,41.83056],[19.47808,41.82062],[19.52986,41.806],[19.56674,41.77148],[19.56125,41.69243],[19.56674,41.6086],[19.51574,41.57104],[19.45267,41.59106],[19.45738,41.55173],[19.39853,41.42183],[19.39541,41.38119],[19.51053,41.28311],[19.49946,41.21819],[19.43969,41.1432],[19.45076,40.9913],[19.37991,40.8357],[19.32456,40.66177],[19.30619,40.42941],[19.47224,40.22518],[19.92651,39.91025],[20.03279,39.82528],[20.03218,39.68921],[20.20524,39.65847],[20.29511,39.80436],[20.36167,39.78902],[20.40494,39.82737],[20.38164,39.88358],[20.35168,39.98311],[20.40826,40.04938],[20.65122,40.09013],[20.75107,40.31636],[20.96075,40.47352],[21.05202,40.65969],[20.95883,40.78328],[20.96548,40.90665],[20.83901,40.93934],[20.73917,40.89407],[20.6726,41.085],[20.60604,41.09253],[20.50619,41.34038],[20.56737,41.40781],[20.45753,41.55271],[20.55543,41.57951],[20.53622,41.76952],[20.58278,41.91273],[20.58065,42.05317],[20.45171,42.27177],[20.24989,42.33037],[20.08081,42.55308],[19.8317,42.4648],[19.72066,42.65652],[19.28347,42.17924],[19.39928,42.10488],[19.36346,41.92303],[19.37899,41.88748],[19.37421,41.84925]]],"description":"Streets, Builings and Roads of Albania provided by ASIG Geoportal"},{"id":"ADOP_2017_1ft","name":"ADOP Orthoimagery 2017 (1ft)","type":"tms","template":"https://gis.arkansas.gov/arcgis/rest/services/ImageServices/IMAGERY_1FT_2017/ImageServer/WMTS/tile/1.0.0/ImageServices_IMAGERY_1FT_2017/default/default028mm/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2017-02-25T00:00:00.000Z","startDate":"2017-01-23T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[-94.62524,36.5001],[-94.62516,35.75006],[-94.50023,35.75013],[-94.50024,33.50009],[-94.12523,33.5001],[-94.12519,33.00017],[-91.00019,33.00024],[-91.0001,33.50004],[-91.12507,33.50018],[-91.12498,33.62513],[-91.0001,33.62513],[-90.99997,33.75011],[-90.87513,33.75011],[-90.87509,34.00011],[-90.75007,34.00011],[-90.75005,34.25009],[-90.62515,34.25012],[-90.62502,34.37514],[-90.50009,34.37507],[-90.50005,34.62509],[-90.37499,34.62512],[-90.37508,34.75022],[-90.25007,34.75001],[-90.25007,34.87511],[-90.12506,34.87505],[-90.12503,35.00009],[-90.00004,34.99998],[-90.00017,35.50023],[-89.8752,35.5003],[-89.87503,35.625],[-89.75015,35.625],[-89.74998,35.75006],[-89.62518,35.74993],[-89.62526,36.12512],[-89.8752,36.12505],[-89.87512,36.00007],[-90.25002,36.00009],[-90.25002,36.12505],[-90.12514,36.12512],[-90.12506,36.25009],[-90.00017,36.24995],[-90.00017,36.50012],[-94.62524,36.5001]]],"terms_url":"https://gis.arkansas.gov/programs/arkansas-digital-ortho-program-adop/","terms_text":"Arkansas GIS Office","description":"1-ft pixel resolution digital orthoimagery for the entire state of Arkansas at 2017","icon":"https://gis.arkansas.gov/wp-content/uploads/2014/12/AGISO.logo_.horiz_1-e1419362899946.png"},{"id":"ADOP_2017_6in","name":"ADOP Orthoimagery 2017 (6in)","type":"tms","template":"http://gis.arkansas.gov/arcgis/rest/services/ImageServices/High_Resolution_Composite/ImageServer/WMTS/tile/1.0.0/ImageServices_High_Resolution_Composite/default/default028mm/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2017-03-08T00:00:00.000Z","startDate":"2017-02-25T00:00:00.000Z","zoomExtent":[3,19],"polygon":[[[-92.14396,33.43355],[-92.14405,33.46249],[-92.19615,33.46259],[-92.19611,33.43355],[-92.14396,33.43355]],[[-92.24829,33.56407],[-92.24833,33.59324],[-92.30043,33.59321],[-92.30048,33.56418],[-92.24829,33.56407]],[[-92.10919,33.65118],[-92.10918,33.56411],[-92.02224,33.56416],[-92.02226,33.65118],[-92.10919,33.65118]],[[-91.82891,33.57899],[-91.79423,33.57894],[-91.79419,33.6026],[-91.77328,33.60257],[-91.77327,33.60833],[-91.74392,33.60828],[-91.74381,33.64371],[-91.77319,33.64376],[-91.77312,33.66387],[-91.79343,33.66391],[-91.79341,33.67267],[-91.82003,33.67271],[-91.82008,33.64944],[-91.82879,33.64945],[-91.82891,33.57899]],[[-93.722,34.46807],[-93.72162,34.45119],[-93.6836,34.45169],[-93.68334,34.44079],[-93.66617,34.44086],[-93.6666,34.46885],[-93.722,34.46807]],[[-93.61154,34.56446],[-93.64791,34.564],[-93.64742,34.53863],[-93.61105,34.53916],[-93.61154,34.56446]],[[-92.86273,34.60144],[-92.86289,34.64506],[-92.96835,34.64497],[-92.96852,34.77564],[-93.40885,34.77551],[-93.40862,34.38363],[-92.93305,34.38382],[-92.93331,34.4127],[-92.89792,34.41288],[-92.89807,34.49975],[-92.79233,34.49991],[-92.79245,34.5288],[-92.77472,34.5289],[-92.77487,34.57254],[-92.79232,34.57242],[-92.79246,34.60155],[-92.86273,34.60144]],[[-94.26943,34.5999],[-94.26866,34.55552],[-94.19795,34.55635],[-94.19879,34.59835],[-94.21184,34.59824],[-94.21231,34.61121],[-94.25669,34.61064],[-94.25639,34.60026],[-94.26943,34.5999]],[[-92.09445,34.66014],[-92.09451,34.69639],[-92.08571,34.69637],[-92.08577,34.71816],[-92.07697,34.71819],[-92.07698,34.73912],[-92.13154,34.73952],[-92.12864,35.01547],[-92.23595,35.01534],[-92.23568,34.9283],[-92.26211,34.92824],[-92.26224,34.93555],[-92.42051,34.93506],[-92.4206,34.91317],[-92.44712,34.91324],[-92.44678,34.90599],[-92.45579,34.90592],[-92.4557,34.92056],[-92.46471,34.92063],[-92.46467,34.94192],[-92.4736,34.94188],[-92.47364,34.94941],[-92.4824,34.94927],[-92.48248,34.95659],[-92.55288,34.95627],[-92.55278,34.94157],[-92.64972,34.94108],[-92.64942,34.91219],[-92.75499,34.91155],[-92.75474,34.88248],[-92.76358,34.88241],[-92.7634,34.85354],[-92.74572,34.85375],[-92.74564,34.84649],[-92.65766,34.84692],[-92.65697,34.76009],[-92.55149,34.76065],[-92.55106,34.70966],[-92.56007,34.70966],[-92.55964,34.68792],[-92.50711,34.68842],[-92.5072,34.66646],[-92.44557,34.66675],[-92.44532,34.62318],[-92.34884,34.62339],[-92.34868,34.57988],[-92.25222,34.58011],[-92.25195,34.49307],[-92.22566,34.49313],[-92.22565,34.48588],[-92.02419,34.48608],[-92.02423,34.62389],[-92.1032,34.62385],[-92.10326,34.66012],[-92.09445,34.66014]],[[-91.56263,36.18757],[-91.50015,36.18758],[-91.50013,36.25009],[-91.43764,36.25008],[-91.43764,36.50008],[-92.18774,36.50005],[-92.18767,36.18761],[-92.25016,36.18758],[-92.25018,36.06258],[-92.12516,36.06257],[-92.12515,35.87508],[-91.87515,35.87508],[-91.87514,35.37509],[-92.12515,35.37508],[-92.12516,34.75009],[-91.68767,34.75013],[-91.68765,34.87507],[-91.75016,34.87511],[-91.75017,35.12512],[-91.62513,35.12508],[-91.62514,35.18759],[-91.56263,35.18759],[-91.56263,35.25009],[-91.50015,35.2501],[-91.50014,35.37507],[-91.43763,35.37507],[-91.43762,35.43756],[-91.37518,35.43763],[-91.37509,35.50009],[-91.31265,35.50011],[-91.31261,35.56257],[-91.12511,35.56255],[-91.12511,35.62508],[-91.06263,35.62507],[-91.06263,35.87506],[-91.18764,35.87508],[-91.18763,35.93758],[-91.50014,35.93758],[-91.50015,36.00008],[-91.56265,36.00008],[-91.56263,36.18757]],[[-90.74742,35.89347],[-90.76221,35.89374],[-90.76261,35.87969],[-90.76526,35.87971],[-90.7652,35.8831],[-90.8093,35.88416],[-90.81287,35.75777],[-90.76869,35.75709],[-90.7688,35.75213],[-90.73302,35.75112],[-90.73307,35.7456],[-90.71345,35.74528],[-90.7134,35.74834],[-90.70763,35.74822],[-90.70834,35.72889],[-90.66186,35.72841],[-90.66143,35.74431],[-90.54455,35.74205],[-90.54372,35.77752],[-90.52717,35.77745],[-90.52482,35.84627],[-90.5748,35.8473],[-90.57451,35.85789],[-90.58833,35.8581],[-90.58846,35.87829],[-90.5997,35.87851],[-90.59932,35.89329],[-90.60621,35.8933],[-90.60583,35.90748],[-90.61564,35.90759],[-90.61552,35.9128],[-90.66597,35.91362],[-90.6661,35.90912],[-90.67511,35.90929],[-90.67515,35.90822],[-90.7387,35.90875],[-90.73911,35.89439],[-90.7474,35.89454],[-90.74742,35.89347]],[[-90.45949,36.01262],[-90.45568,36.01262],[-90.45482,36.0381],[-90.41143,36.03744],[-90.41139,36.04369],[-90.3453,36.04264],[-90.34493,36.06051],[-90.43669,36.06194],[-90.43649,36.07337],[-90.4475,36.07356],[-90.44686,36.10629],[-90.46563,36.10649],[-90.46561,36.11323],[-90.4896,36.11349],[-90.48943,36.12021],[-90.49546,36.12032],[-90.49533,36.13082],[-90.49793,36.13087],[-90.49782,36.13827],[-90.52666,36.13865],[-90.52675,36.13124],[-90.53044,36.13127],[-90.53087,36.10721],[-90.53852,36.10728],[-90.53863,36.10157],[-90.56837,36.10191],[-90.56839,36.0966],[-90.57912,36.09671],[-90.57923,36.08972],[-90.59582,36.08989],[-90.59597,36.08393],[-90.60571,36.08403],[-90.60577,36.07775],[-90.61551,36.07781],[-90.61558,36.07132],[-90.62,36.07134],[-90.62028,36.05571],[-90.58807,36.05534],[-90.58831,36.04258],[-90.58365,36.04249],[-90.58386,36.02913],[-90.57751,36.02904],[-90.57777,36.01516],[-90.57047,36.01512],[-90.57056,36.00825],[-90.56219,36.00815],[-90.56236,35.99589],[-90.55185,35.99575],[-90.55318,35.977],[-90.56653,35.97703],[-90.56837,35.95828],[-90.54717,35.95803],[-90.54691,35.97109],[-90.53679,35.97116],[-90.53661,35.9854],[-90.51674,35.98526],[-90.51679,35.98856],[-90.50983,35.98849],[-90.50975,35.99995],[-90.50361,35.99995],[-90.50361,36.00124],[-90.49305,36.0011],[-90.49284,36.00794],[-90.45954,36.00766],[-90.45949,36.01262]],[[-93.77086,34.63081],[-93.80389,34.63028],[-93.80357,34.61066],[-93.77052,34.61112],[-93.77086,34.63081]],[[-92.57565,35.01608],[-92.58861,35.01601],[-92.58857,34.99801],[-92.59483,34.99801],[-92.59466,34.9711],[-92.57754,34.97118],[-92.57765,34.97869],[-92.51124,34.97895],[-92.51123,34.97361],[-92.48292,34.97369],[-92.48297,34.98152],[-92.44477,34.98168],[-92.44483,34.99472],[-92.43788,34.99481],[-92.43785,34.99748],[-92.42455,34.99752],[-92.42461,35.03225],[-92.41786,35.03226],[-92.41789,35.04408],[-92.39061,35.04417],[-92.39072,35.07172],[-92.3785,35.07176],[-92.37873,35.12341],[-92.3836,35.12339],[-92.38361,35.12398],[-92.4176,35.12387],[-92.41762,35.12622],[-92.42922,35.12612],[-92.42918,35.13423],[-92.44223,35.13419],[-92.44244,35.15146],[-92.47703,35.15135],[-92.47694,35.13286],[-92.52969,35.13265],[-92.52943,35.1112],[-92.54642,35.11113],[-92.54604,35.05445],[-92.56265,35.05435],[-92.56252,35.02687],[-92.57574,35.0269],[-92.57565,35.01608]],[[-94.33638,35.41018],[-94.33677,35.38786],[-94.29239,35.38737],[-94.29003,35.46521],[-94.30059,35.46511],[-94.29977,35.49855],[-94.42037,35.501],[-94.422,35.45039],[-94.38629,35.44955],[-94.33638,35.41018]],[[-93.82427,36.35295],[-93.85822,36.35239],[-93.86204,36.50384],[-93.99834,36.50108],[-93.99799,36.51516],[-94.62833,36.50301],[-94.62542,36.42016],[-94.60842,36.42054],[-94.60445,36.29699],[-94.58739,36.29733],[-94.58298,36.16002],[-94.56604,36.16039],[-94.56441,36.05257],[-94.5469,36.05295],[-94.54641,35.95105],[-94.52891,35.9514],[-94.52845,35.86401],[-94.51089,35.86439],[-94.51039,35.74803],[-93.95214,35.74839],[-93.95246,35.82061],[-93.93414,35.82091],[-93.93447,36.11064],[-93.91612,36.11094],[-93.91649,36.15417],[-93.89814,36.15445],[-93.89848,36.19766],[-93.88014,36.19796],[-93.88046,36.22669],[-93.86214,36.22697],[-93.86217,36.22801],[-93.85534,36.22821],[-93.85654,36.2832],[-93.83968,36.28344],[-93.84007,36.29718],[-93.80616,36.29759],[-93.80681,36.32571],[-93.82376,36.32546],[-93.82427,36.35295]]],"terms_url":"https://gis.arkansas.gov/programs/arkansas-digital-ortho-program-adop/","terms_text":"Arkansas GIS Office","description":"6-inch pixel resolution digital orthoimagery for selected areas within the state of Arkansas at 2017","icon":"https://gis.arkansas.gov/wp-content/uploads/2014/12/AGISO.logo_.horiz_1-e1419362899946.png"},{"id":"ADOP_2023_9in","name":"ADOP Orthoimagery 2023 (9in)","type":"tms","template":"https://gis.arkansas.gov/arcgis/rest/services/ImageServices/IMAGERY_9IN_2023/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-02-28T00:00:00.000Z","startDate":"2023-01-19T00:00:00.000Z","zoomExtent":[3,19],"polygon":[[[-94.62579,35.74603],[-94.52734,35.74796],[-94.50009,34.34085],[-94.53191,34.34003],[-94.51743,33.47512],[-94.12992,33.47906],[-94.12479,33.12756],[-94.15742,33.12711],[-94.15575,32.99213],[-90.97741,32.98103],[-90.96769,33.41369],[-90.99973,33.41416],[-90.9974,33.52227],[-91.09411,33.5239],[-91.09199,33.60508],[-90.99544,33.60373],[-90.99225,33.73877],[-90.86277,33.73705],[-90.8568,33.98023],[-90.72697,33.9778],[-90.71972,34.24787],[-90.62187,34.24608],[-90.61903,34.35412],[-90.48868,34.35144],[-90.48048,34.62193],[-90.34976,34.61943],[-90.34624,34.72721],[-90.24791,34.725],[-90.24351,34.86019],[-90.11238,34.85701],[-90.10792,34.99226],[-89.97623,34.98904],[-89.96635,35.2591],[-89.99933,35.25985],[-89.99135,35.47607],[-89.85917,35.47274],[-89.85411,35.60798],[-89.72142,35.60441],[-89.71627,35.73915],[-89.61682,35.73644],[-89.59975,36.14142],[-89.89895,36.14973],[-89.90412,36.01468],[-90.23688,36.02241],[-90.23452,36.10408],[-90.10099,36.10119],[-90.09585,36.23561],[-89.99557,36.2331],[-89.98546,36.50334],[-91.15719,36.52708],[-91.15735,36.50003],[-94.64183,36.50323],[-94.62579,35.74603]]],"terms_url":"https://gis.arkansas.gov/programs/arkansas-digital-ortho-program-adop/","terms_text":"Arkansas GIS Office","best":true,"description":"9-inch pixel resolution digital orthoimagery for selected areas within the state of Arkansas in 2023","icon":"https://gis.arkansas.gov/wp-content/uploads/2014/12/AGISO.logo_.horiz_1-e1419362899946.png"},{"id":"AGRI-black_and_white-2.5m","name":"AGRI black-and-white 2.5m","type":"tms","template":"https://{switch:a,b,c}.agri.openstreetmap.org/layer/au_ga_agri/{zoom}/{x}/{y}.png","category":"photo","endDate":"2011-01-01T00:00:00.000Z","startDate":"2006-01-01T00:00:00.000Z","zoomExtent":[0,16],"polygon":[[[112.28778,-28.78459],[112.71488,-31.13894],[114.11263,-34.17829],[113.60788,-37.39012],[117.17992,-37.45179],[119.31538,-37.42096],[121.72262,-36.70839],[123.81925,-35.76893],[125.9547,-34.3066],[127.97368,-33.7274],[130.07031,-33.24166],[130.10913,-33.8887],[131.00214,-34.04971],[131.0798,-34.72257],[132.28342,-35.39],[134.18591,-35.61126],[133.8753,-37.1119],[134.8459,-37.6365],[139.7769,-37.82075],[139.93223,-39.4283],[141.6017,-39.8767],[142.3783,-39.36829],[142.3783,-40.64702],[142.49478,-42.07487],[144.009,-44.06013],[147.23161,-44.03222],[149.05645,-42.53431],[149.52237,-40.99959],[149.9494,-40.85292],[150.8036,-38.09627],[151.81313,-38.12682],[156.20052,-22.66771],[156.20052,-20.10109],[156.62761,-17.41763],[155.26869,-17.19521],[154.14272,-19.51662],[153.5215,-18.34139],[153.05558,-16.5636],[152.78379,-15.25677],[152.27905,-13.4135],[151.3472,-12.39177],[149.48354,-12.05024],[146.9598,-9.99241],[135.9719,-9.99241],[130.3032,-10.33636],[128.09016,-12.16414],[125.91588,-12.31591],[124.3239,-11.86033],[122.03323,-11.97429],[118.26706,-16.9353],[115.93747,-19.11357],[114.0738,-21.11863],[113.49141,-22.59603],[112.28778,-28.78459]]],"terms_url":"https://data.gov.au/dataset/agri-the-australian-geographic-reference-image","terms_text":"AGRI, Geoscience Australia"},{"id":"osmfj-handa-2020","name":"Aich Handa Imagery 2020","type":"tms","template":"https://tiles.osmf.jp/handa-shi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2020-05-07T00:00:00.000Z","startDate":"2020-05-07T00:00:00.000Z","zoomExtent":[10,18],"polygon":[[[136.9353,34.94673],[136.93532,34.9345],[136.92192,34.93449],[136.92193,34.92199],[136.85804,34.92195],[136.85809,34.8607],[136.93531,34.86075],[136.93531,34.85565],[136.95214,34.85566],[136.95213,34.86818],[136.97172,34.86819],[136.97169,34.89973],[136.98099,34.89973],[136.98095,34.94675],[136.9353,34.94673]]],"terms_url":"https://www.city.handa.lg.jp/kikaku/shise/johoseisaku/opendata/data_kokupict_2020.html","terms_text":"OSMFJ_Ortho","description":"Open Data Orthoimagery from Handa-shi, 2020"},{"id":"AktuelleLuftbilderDerLandeshauptstadtMuenchen20cm","name":"Aktuelle Luftbilder der Landeshauptstadt München 20cm","type":"wms","template":"https://geoportal.muenchen.de/geoserver/gsm/luftbild/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=luftbild&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2018-05-02T00:00:00.000Z","startDate":"2018-05-02T00:00:00.000Z","zoomExtent":[11,22],"polygon":[[[11.74782,48.11675],[11.74973,48.15275],[11.74319,48.15274],[11.74314,48.16171],[11.72971,48.16168],[11.72967,48.17073],[11.71615,48.1707],[11.71602,48.19746],[11.67564,48.19737],[11.67547,48.23165],[11.65955,48.23194],[11.66006,48.24106],[11.55925,48.24326],[11.55964,48.25103],[11.54063,48.251],[11.54063,48.26163],[11.45973,48.26337],[11.45999,48.24169],[11.45806,48.24171],[11.45741,48.22742],[11.41978,48.22825],[11.41986,48.22348],[11.39287,48.22342],[11.393,48.21436],[11.35266,48.21421],[11.35296,48.18712],[11.34772,48.18715],[11.34536,48.13313],[11.3536,48.13322],[11.35382,48.11523],[11.36729,48.11526],[11.36738,48.11228],[11.45175,48.11056],[11.44952,48.06182],[11.47535,48.06194],[11.4754,48.05603],[11.5693,48.05405],[11.56925,48.06225],[11.64972,48.06254],[11.64985,48.05353],[11.65049,48.05359],[11.65083,48.06119],[11.71684,48.05967],[11.7168,48.07175],[11.73023,48.07175],[11.73014,48.08072],[11.74353,48.08078],[11.74338,48.11678],[11.74782,48.11675]]],"terms_url":"https://www.muenchen.de/rathaus/Stadtverwaltung/Kommunalreferat/geodatenservice.html","terms_text":"Datenquelle: dl-de/by-2-0: Landeshauptstadt München – Kommunalreferat – GeodatenService – www.geodatenservice-muenchen.de","icon":"https://stadt.muenchen.de/.imaging/mte/lhm/image-aspect-ratio-3-2-1216w/dam/Home/Stadtverwaltung/Kommunalreferat/geodatenservice/img/Bildmarken/Marke_geodatenservice_in.jpg/jcr:content/Marke_geodatenservice_in.jpg"},{"id":"Alachua_Ortho_2020","name":"Alachua County Orthoimagery (2020)","type":"tms","template":"https://tiles.arcgis.com/tiles/cNo3jpluyt69V8Ek/arcgis/rest/services/Aerial_2020/MapServer/WMTS/tile/1.0.0/Aerial_2020/default/default028mm/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.53753,29.94772],[-82.53775,29.93389],[-82.56929,29.93444],[-82.56947,29.92072],[-82.58534,29.92098],[-82.5856,29.90711],[-82.60135,29.90726],[-82.60187,29.8798],[-82.61775,29.88006],[-82.61792,29.86644],[-82.63375,29.86655],[-82.6341,29.85293],[-82.6498,29.85308],[-82.65006,29.83936],[-82.66577,29.83938],[-82.67178,29.52321],[-82.56157,29.52194],[-82.56251,29.4668],[-82.48415,29.46568],[-82.48381,29.47943],[-82.23249,29.4754],[-82.23395,29.42031],[-82.21807,29.42009],[-82.21842,29.40611],[-82.09276,29.40416],[-82.09208,29.41769],[-82.0453,29.41695],[-82.0368,29.7602],[-82.05259,29.76065],[-82.05199,29.78829],[-82.09946,29.78933],[-82.0986,29.81667],[-82.11448,29.81697],[-82.11353,29.84437],[-82.12933,29.84474],[-82.12915,29.85845],[-82.28683,29.86121],[-82.2865,29.8749],[-82.31804,29.87549],[-82.31775,29.88921],[-82.38085,29.89029],[-82.38027,29.91775],[-82.39603,29.91802],[-82.39577,29.93176],[-82.41154,29.932],[-82.41126,29.94575],[-82.53753,29.94772]]],"terms_url":"https://maps.acpafl.org/","terms_text":"Alachua County Property Appraiser’s Office","description":"The 2020 orthoimagery for Alachua County in the State of Florida"},{"id":"Alachua_Ortho_2023","name":"Alachua County Orthoimagery (2023)","type":"tms","template":"https://tiles.arcgis.com/tiles/cNo3jpluyt69V8Ek/arcgis/rest/services/2023_Aerial_Imagery/MapServer/WMTS/tile/1.0.0/2023_Aerial_Imagery/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.53753,29.94772],[-82.53775,29.93389],[-82.56929,29.93444],[-82.56947,29.92072],[-82.58534,29.92098],[-82.5856,29.90711],[-82.60135,29.90726],[-82.60187,29.8798],[-82.61775,29.88006],[-82.61792,29.86644],[-82.63375,29.86655],[-82.6341,29.85293],[-82.6498,29.85308],[-82.65006,29.83936],[-82.66577,29.83938],[-82.67178,29.52321],[-82.56157,29.52194],[-82.56251,29.4668],[-82.48415,29.46568],[-82.48381,29.47943],[-82.23249,29.4754],[-82.23395,29.42031],[-82.21807,29.42009],[-82.21842,29.40611],[-82.09276,29.40416],[-82.09208,29.41769],[-82.0453,29.41695],[-82.0368,29.7602],[-82.05259,29.76065],[-82.05199,29.78829],[-82.09946,29.78933],[-82.0986,29.81667],[-82.11448,29.81697],[-82.11353,29.84437],[-82.12933,29.84474],[-82.12915,29.85845],[-82.28683,29.86121],[-82.2865,29.8749],[-82.31804,29.87549],[-82.31775,29.88921],[-82.38085,29.89029],[-82.38027,29.91775],[-82.39603,29.91802],[-82.39577,29.93176],[-82.41154,29.932],[-82.41126,29.94575],[-82.53753,29.94772]]],"terms_url":"https://maps.acpafl.org/","terms_text":"Alachua County Property Appraiser’s Office","description":"The 2023 orthoimagery for Alachua County in the State of Florida"},{"id":"viersen_alkis_wms","name":"ALKIS Kreis Viersen","type":"wms","template":"https://gdi-niederrhein-geodienste.de/flurkarte_verb_sammeldienst/service?VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=FlurkarteAdV_Viersen&STYLES=&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&FORMAT=image/png","category":"other","projection":"EPSG:3857","zoomExtent":[16,22],"polygon":[[[6.064,51.22],[6.07,51.17],[6.211,51.164],[6.321,51.179],[6.34,51.22],[6.35,51.22],[6.37,51.21],[6.43,51.22],[6.46,51.24],[6.523,51.216],[6.64,51.25],[6.59,51.29],[6.514,51.293],[6.52,51.33],[6.5,51.35],[6.49,51.4],[6.52,51.39],[6.54,51.4],[6.53,51.43],[6.47,51.42],[6.46,51.41],[6.4,51.42],[6.35,51.38],[6.222,51.368],[6.17,51.337],[6.07,51.24],[6.064,51.22]]],"best":true,"description":"Amtliches Liegenschaftskatasterinformationssystem (ALKIS). Zeigt Gebäude- und Flurstücksdaten (tagesaktuell)"},{"id":"Allen_OH_2021","name":"Allen County Orthoimagery (2021)","type":"tms","template":"https://gis.allencountyohio.com/arcgis/rest/services/Imagery/2021Aerial_20X/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[12,21],"polygon":[[[-84.40567,40.68012],[-84.2254,40.68298],[-84.22435,40.64181],[-84.1613,40.64274],[-84.16123,40.63932],[-84.14769,40.6395],[-84.1478,40.64294],[-84.11627,40.64338],[-84.11594,40.62967],[-83.86378,40.63295],[-83.86999,40.93483],[-83.99663,40.93329],[-83.9964,40.9195],[-84.12298,40.9178],[-84.1216,40.86294],[-84.32045,40.85997],[-84.32052,40.86338],[-84.32505,40.86333],[-84.32512,40.86675],[-84.32968,40.86668],[-84.32975,40.87011],[-84.33427,40.87004],[-84.33396,40.85974],[-84.3385,40.85966],[-84.33859,40.8631],[-84.35217,40.8629],[-84.35207,40.85945],[-84.3566,40.85938],[-84.35609,40.84222],[-84.3606,40.84216],[-84.36051,40.83872],[-84.37408,40.83852],[-84.37389,40.83163],[-84.36033,40.83187],[-84.35993,40.81813],[-84.40961,40.81732],[-84.40567,40.68012]]],"terms_url":"https://www.allencountyohio.com/","terms_text":"Allen County, State of Ohio","description":"3-inch resoution spring 2021 orthoimagery for Allen County in the State of Ohio","icon":"https://www.allencountyohio.com/wp-content/themes/ALC%202016/images/Logos/ALCLogo.png"},{"id":"fr.dpt.04.2010","name":"Alpes-de-Haute-Provence 2010","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/paca04_2010/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2010-01-01T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","zoomExtent":[2,21],"polygon":[[[5.66517,44.19901],[5.64019,44.19962],[5.63933,44.18171],[5.61564,44.20011],[5.59032,44.20067],[5.58964,44.19181],[5.565,44.1923],[5.5517,44.18337],[5.5505,44.15665],[5.53814,44.15696],[5.53702,44.13904],[5.51256,44.1396],[5.49952,44.13079],[5.499,44.12179],[5.46218,44.12259],[5.46244,44.13165],[5.43712,44.13214],[5.43308,44.04158],[5.49548,44.04022],[5.48346,43.77035],[5.66963,43.76576],[5.66766,43.72081],[5.76731,43.71864],[5.78053,43.72732],[5.78113,43.74531],[5.80559,43.74481],[5.80516,43.73576],[5.82979,43.73507],[5.82945,43.7262],[5.84172,43.72571],[5.84095,43.70778],[5.86601,43.70704],[5.86679,43.71609],[5.90386,43.71516],[5.91665,43.72391],[5.91768,43.74165],[5.92936,43.7414],[5.92807,43.71448],[5.96515,43.71324],[5.9648,43.70443],[5.97699,43.70399],[5.97648,43.68625],[6.00094,43.68525],[6.00034,43.66756],[6.01218,43.65825],[6.0375,43.65738],[6.05012,43.66613],[6.05124,43.68401],[6.06359,43.68383],[6.10205,43.7097],[6.10333,43.72744],[6.12737,43.72689],[6.12694,43.71802],[6.15157,43.71715],[6.15148,43.70822],[6.20144,43.70666],[6.20247,43.72459],[6.21466,43.72434],[6.24058,43.74152],[6.24169,43.7595],[6.25405,43.75925],[6.25465,43.76799],[6.27869,43.76744],[6.27843,43.75851],[6.30298,43.75764],[6.30255,43.74884],[6.32666,43.72999],[6.40159,43.72763],[6.40245,43.74555],[6.41456,43.74518],[6.42795,43.75405],[6.4282,43.76316],[6.41602,43.76378],[6.41713,43.78113],[6.49129,43.7789],[6.49198,43.78776],[6.51644,43.78727],[6.5173,43.79588],[6.52897,43.79563],[6.52768,43.76874],[6.55283,43.76793],[6.55343,43.77673],[6.57806,43.77605],[6.59137,43.78467],[6.59171,43.79346],[6.616,43.79278],[6.61566,43.78374],[6.65334,43.78256],[6.65385,43.79142],[6.69093,43.79037],[6.6917,43.7991],[6.71651,43.79855],[6.71831,43.82567],[6.70578,43.82635],[6.70638,43.83533],[6.68175,43.83614],[6.68218,43.84462],[6.7069,43.84394],[6.70853,43.8708],[6.7329,43.86999],[6.73256,43.86096],[6.75754,43.86009],[6.75857,43.86894],[6.78286,43.86838],[6.7959,43.87667],[6.79753,43.8948],[6.80998,43.89431],[6.81041,43.9034],[6.85942,43.90154],[6.85925,43.89257],[6.88362,43.89158],[6.88328,43.88274],[6.9334,43.88094],[6.94654,43.8896],[6.94851,43.91663],[6.92491,43.93548],[6.88774,43.93721],[6.88886,43.95507],[6.85161,43.95656],[6.85332,43.98324],[6.84105,43.98392],[6.84216,44.00158],[6.81727,44.00269],[6.81779,44.01152],[6.79384,44.03041],[6.76929,44.03146],[6.76964,44.04034],[6.75753,44.0409],[6.7608,44.09449],[6.7487,44.09523],[6.74947,44.1131],[6.72475,44.11415],[6.72509,44.12278],[6.71265,44.12345],[6.71428,44.15031],[6.70192,44.15074],[6.70312,44.16829],[6.71548,44.16792],[6.71728,44.19476],[6.72973,44.19439],[6.73273,44.23917],[6.74535,44.23893],[6.74595,44.24778],[6.7711,44.24692],[6.77221,44.26499],[6.79762,44.26401],[6.80011,44.30905],[6.81255,44.30868],[6.81393,44.32655],[6.85126,44.32526],[6.86474,44.33416],[6.86525,44.34288],[6.89023,44.34214],[6.90345,44.35061],[6.90791,44.41337],[6.94542,44.4122],[6.95855,44.42085],[6.95975,44.43917],[6.94774,44.44867],[6.92276,44.44965],[6.92413,44.4673],[6.91229,44.47679],[6.88705,44.47795],[6.88808,44.49577],[6.87615,44.50514],[6.86379,44.50563],[6.865,44.52325],[6.87761,44.52283],[6.87881,44.54069],[6.91615,44.53941],[6.94276,44.55659],[6.94533,44.59248],[6.95769,44.592],[6.95932,44.6099],[6.98447,44.60899],[6.98636,44.63635],[6.96113,44.63745],[6.96241,44.65492],[6.97494,44.65455],[6.9764,44.67299],[6.78646,44.67958],[6.78346,44.6347],[6.72054,44.63684],[6.71754,44.592],[6.65462,44.59401],[6.6487,44.50404],[6.58604,44.50612],[6.5833,44.46111],[6.52142,44.46313],[6.52408,44.50802],[6.39868,44.51205],[6.40091,44.55702],[6.27448,44.56082],[6.27182,44.51591],[6.02042,44.52307],[6.01776,44.47808],[5.95467,44.48016],[5.95236,44.43513],[5.88927,44.437],[5.88515,44.34669],[5.82267,44.34822],[5.82018,44.3034],[5.75778,44.30469],[5.75546,44.25995],[5.69286,44.26132],[5.69083,44.21642],[5.66603,44.21685],[5.66517,44.19901]]],"terms_url":"http://www.crige-paca.org/geoportail/geocatalogue.html?id_lot_donnee_carto=204","terms_text":"ORTHO 2010 © PACA-04-05-84"},{"id":"fr.dpt.06.2009","name":"Alpes-Maritimes 2009","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/paca06_2009/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2009-01-01T00:00:00.000Z","startDate":"2009-01-01T00:00:00.000Z","zoomExtent":[2,21],"polygon":[[[6.89117,44.39994],[6.87401,44.39749],[6.81839,44.35724],[6.80466,44.35724],[6.80191,44.33907],[6.77307,44.34251],[6.75865,44.29486],[6.73668,44.29535],[6.73531,44.27864],[6.71608,44.28011],[6.71539,44.25946],[6.70578,44.25946],[6.70235,44.24717],[6.69273,44.24815],[6.68861,44.21519],[6.67831,44.21617],[6.67557,44.20042],[6.66595,44.20091],[6.66389,44.14181],[6.67488,44.14181],[6.67213,44.12555],[6.68312,44.12604],[6.68243,44.1083],[6.70166,44.10632],[6.70029,44.09252],[6.7202,44.09104],[6.70921,44.0338],[6.72157,44.0338],[6.72157,44.0259],[6.74766,44.02541],[6.74286,44.0022],[6.76208,44.00121],[6.76071,43.98738],[6.80191,43.98837],[6.79848,43.97651],[6.82045,43.97157],[6.8177,43.93647],[6.78818,43.9345],[6.7868,43.91867],[6.76483,43.92015],[6.76483,43.90086],[6.65222,43.90383],[6.64947,43.85681],[6.64192,43.85681],[6.63574,43.81422],[6.64673,43.81223],[6.64467,43.80678],[6.61514,43.80877],[6.60622,43.79786],[6.60553,43.76465],[6.61926,43.76366],[6.62064,43.74729],[6.63162,43.7463],[6.62888,43.73042],[6.73119,43.72695],[6.72981,43.71057],[6.73805,43.71008],[6.73531,43.68873],[6.72638,43.68972],[6.72295,43.65893],[6.73531,43.65843],[6.73668,43.64154],[6.7662,43.63856],[6.76964,43.60675],[6.80672,43.60426],[6.8074,43.5968],[6.82251,43.58785],[6.86851,43.58537],[6.86714,43.57492],[6.86027,43.57542],[6.85135,43.55054],[6.84792,43.51669],[6.85478,43.49179],[6.86645,43.47834],[6.88431,43.47036],[6.9207,43.46787],[6.92207,43.47335],[6.97838,43.47136],[6.98524,43.50474],[7.00378,43.50474],[7.00378,43.49826],[7.09923,43.49378],[7.10403,43.5152],[7.17133,43.54506],[7.15897,43.58735],[7.16721,43.62564],[7.24274,43.62812],[7.25784,43.66738],[7.33063,43.6634],[7.56203,43.78151],[7.55997,43.80629],[7.53937,43.84196],[7.54074,43.86919],[7.57645,43.87414],[7.60666,43.93548],[7.687,43.96169],[7.70691,44.01504],[7.74467,44.05897],[7.74742,44.10435],[7.71789,44.10731],[7.70004,44.18713],[7.60185,44.19304],[7.60185,44.17777],[7.54349,44.17974],[7.5428,44.16497],[7.47139,44.163],[7.47002,44.14871],[7.42744,44.1497],[7.36908,44.17039],[7.35741,44.16792],[7.27982,44.18811],[7.21802,44.19107],[7.20222,44.20731],[7.19879,44.22552],[7.11708,44.22897],[7.11571,44.24717],[7.07039,44.24766],[7.07107,44.26586],[6.89117,44.39994]]],"terms_url":"http://www.crige-paca.org/geoportail/geocatalogue.html?id_lot_donnee_carto=131","terms_text":"GO 06-Ortho HR 2009"},{"id":"fr.dpt.06.2020.storm.alex","name":"Alpes-Maritimes 2020 (Storm Alex)","type":"tms","template":"http://proxy-ign.openstreetmap.fr/alex/{zoom}/{x}/{y}.jpg","category":"photo","endDate":"2020-10-01T00:00:00.000Z","startDate":"2020-10-01T00:00:00.000Z","zoomExtent":[7,20],"polygon":[[[7.21948,43.89796],[7.14524,44.05133],[7.08962,44.03504],[7.17579,43.8479],[7.22352,43.82785],[7.29493,43.92486],[7.37114,43.93982],[7.3502,43.9948],[7.44599,44.0744],[7.41148,44.09844],[7.32943,44.0417],[7.30814,44.07847],[7.35741,44.08512],[7.35312,44.10103],[7.30008,44.0961],[7.2987,44.10115],[7.3732,44.11459],[7.36136,44.1529],[7.19656,44.13714],[7.20171,44.12334],[7.22695,44.11533],[7.24411,44.05774],[7.28051,43.97627],[7.26437,43.96144],[7.21948,43.89796]],[[7.52693,44.16091],[7.52993,44.13972],[7.435,44.11138],[7.44616,44.09449],[7.46796,44.10325],[7.54847,44.0343],[7.48238,43.93203],[7.49423,43.92745],[7.51259,43.86907],[7.55808,43.87724],[7.53697,43.92387],[7.54006,43.94402],[7.61061,44.05861],[7.62658,44.06453],[7.63276,44.10029],[7.59139,44.11693],[7.60512,44.14736],[7.60246,44.1646],[7.52693,44.16091]]],"terms_url":"https://alex.ign.fr/telecharger","terms_text":"IGN - Ortho express octobre 2020"},{"id":"ARA_Bushfires_2020","name":"ARA Bushfires 2020","type":"tms","template":"https://cogeoxyz.b-cdn.net/46b53084a82973a36c0f57a1d5446c605d00ed851f11a6f5ca7c75db/{zoom}/{x}/{y}.jpg","category":"photo","endDate":"2020-02-06T00:00:00.000Z","startDate":"2020-01-08T00:00:00.000Z","zoomExtent":[12,22],"polygon":[[[136.67263,-35.95734],[136.65314,-35.95817],[136.65061,-35.95897],[136.64366,-35.95814],[136.63555,-35.9581],[136.63593,-35.96252],[136.64666,-35.96429],[136.67765,-35.96283],[136.69859,-35.96338],[136.72224,-35.96213],[136.74356,-35.96245],[136.74417,-35.96338],[136.75352,-35.96318],[136.75408,-35.96199],[136.76691,-35.96182],[136.76674,-35.95661],[136.76446,-35.95414],[136.75979,-35.95529],[136.75635,-35.95508],[136.75356,-35.95331],[136.75283,-35.94977],[136.75052,-35.94827],[136.74631,-35.94938],[136.7179,-35.94928],[136.70769,-35.94886],[136.70533,-35.94994],[136.7037,-35.9515],[136.70318,-35.95355],[136.69704,-35.95515],[136.68486,-35.95543],[136.6831,-35.95772],[136.67263,-35.95734]],[[136.63774,-35.89385],[136.6213,-35.89691],[136.61645,-35.89976],[136.6137,-35.90459],[136.57493,-35.92881],[136.57699,-35.93493],[136.57836,-35.94186],[136.5801,-35.94541],[136.58881,-35.94872],[136.5925,-35.94855],[136.59795,-35.94671],[136.59999,-35.94138],[136.60649,-35.94315],[136.61422,-35.93886],[136.6137,-35.93333],[136.64409,-35.91311],[136.64975,-35.91446],[136.65409,-35.91446],[136.65507,-35.91196],[136.65512,-35.90535],[136.64975,-35.89725],[136.63774,-35.89385]],[[136.80219,-35.83855],[136.87205,-35.82317],[136.85377,-35.77702],[136.78811,-35.79025],[136.80219,-35.83855]],[[136.95745,-35.71934],[136.9575,-35.74871],[137.00187,-35.74846],[137.00204,-35.71903],[136.95745,-35.71934]],[[137.46478,-35.7114],[137.46353,-35.71788],[137.46169,-35.71908],[137.46304,-35.73005],[137.49799,-35.7153],[137.49598,-35.70741],[137.49263,-35.70826],[137.49261,-35.70345],[137.47924,-35.708],[137.47006,-35.70903],[137.46478,-35.7114]],[[138.93336,-34.99052],[138.92695,-34.98968],[138.92517,-34.99001],[138.92407,-34.99305],[138.94746,-35.00283],[138.94684,-34.99989],[138.94748,-34.99817],[138.94645,-34.99515],[138.94491,-34.99168],[138.94858,-34.98799],[138.94935,-34.98242],[138.94909,-34.98091],[138.94461,-34.97268],[138.93841,-34.96659],[138.93356,-34.96413],[138.9154,-34.96132],[138.90229,-34.96106],[138.89712,-34.96186],[138.89699,-34.97178],[138.91302,-34.97015],[138.92935,-34.97259],[138.9365,-34.97941],[138.93688,-34.98205],[138.93811,-34.98634],[138.93336,-34.99052]],[[138.85504,-34.94751],[138.86187,-34.94748],[138.85981,-34.95272],[138.85127,-34.96485],[138.86929,-34.9703],[138.87324,-34.96383],[138.87929,-34.94783],[138.89216,-34.92194],[138.88195,-34.91817],[138.88032,-34.9213],[138.87405,-34.92465],[138.87573,-34.91212],[138.87517,-34.89322],[138.89946,-34.8922],[138.90083,-34.88688],[138.91384,-34.886],[138.91568,-34.87945],[138.91723,-34.85319],[138.92186,-34.85297],[138.92276,-34.82783],[138.91083,-34.82624],[138.90547,-34.8299],[138.90512,-34.83998],[138.89787,-34.83864],[138.88654,-34.84625],[138.8838,-34.85167],[138.85972,-34.8747],[138.85547,-34.87294],[138.85049,-34.87653],[138.84886,-34.88755],[138.85105,-34.8917],[138.85749,-34.89269],[138.85564,-34.94002],[138.85414,-34.94428],[138.85504,-34.94751]]],"terms_url":"https://www.airborneresearch.org.au/","terms_text":"ARA - Airborne Research Australia","best":true,"icon":"https://static.wixstatic.com/media/a40742_9e0c1ee9ed0743a8bbf73b2fe6613802.gif"},{"id":"Arapahoe-County-Aerials-Latest","name":"Arapahoe County Aerials Latest","type":"wms","template":"https://gis.arapahoegov.com/arcgis/rest/services/Aerials/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[-103.70445,39.56447],[-103.69979,39.7456],[-103.85938,39.74792],[-103.85953,39.74066],[-104.29135,39.74592],[-104.29142,39.73857],[-104.89225,39.7433],[-104.89248,39.7143],[-104.9488,39.71458],[-104.94913,39.67111],[-104.99607,39.6713],[-104.99595,39.68582],[-105.0334,39.68597],[-105.03359,39.65697],[-105.04302,39.65701],[-105.0431,39.64252],[-105.06186,39.6426],[-105.06234,39.56288],[-104.28533,39.55748],[-104.28511,39.56465],[-103.83568,39.55918],[-103.83557,39.56638],[-103.70445,39.56447]]],"terms_url":"https://gis.arapahoegov.com/","terms_text":"Arapahoe County GIS","icon":"https://files.arapahoeco.gov/_assets_/images/logo.png"},{"id":"ACC_2018","name":"Athens-Clarke County Imagery (2018)","type":"tms","template":"https://tiles.arcgis.com/tiles/xSEULKvB31odt3XQ/arcgis/rest/services/2018_Ortho_Imagery/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2018-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-83.39172,33.8727],[-83.30933,33.83506],[-83.20633,33.86243],[-83.25577,33.96386],[-83.35739,34.02193],[-83.45078,33.99689],[-83.50433,33.92627],[-83.39172,33.8727]]],"terms_url":"https://data-athensclarke.opendata.arcgis.com/","terms_text":"Athens-Clarke County GIS"},{"id":"CRAIG-Auvergne-2013","name":"Auvergne 2013 25cm CRAIG","type":"wms","template":"https://tiles.craig.fr/ortho/service?LAYERS=ortho_2013&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[2.94012,44.63388],[2.99719,44.63393],[2.99717,44.64734],[3.01597,44.64735],[3.01593,44.67412],[3.03495,44.67413],[3.0349,44.70152],[3.05363,44.70154],[3.05357,44.7419],[3.07233,44.74191],[3.07222,44.80917],[3.09216,44.80919],[3.09214,44.82213],[3.13014,44.82216],[3.13005,44.87707],[3.14856,44.87709],[3.14858,44.8637],[3.16823,44.86371],[3.16825,44.85003],[3.2064,44.85006],[3.20638,44.86284],[3.24395,44.86287],[3.24393,44.87679],[3.26315,44.87681],[3.26308,44.91752],[3.32004,44.91757],[3.32002,44.93033],[3.33908,44.93035],[3.33906,44.9442],[3.377,44.94423],[3.37702,44.93029],[3.39603,44.9303],[3.39612,44.87627],[3.41483,44.87629],[3.41489,44.83553],[3.43334,44.83554],[3.43338,44.80828],[3.45255,44.80829],[3.45258,44.79463],[3.50893,44.79468],[3.5089,44.80815],[3.60426,44.80823],[3.60422,44.83482],[3.62361,44.83484],[3.62357,44.86166],[3.64248,44.86167],[3.64255,44.8211],[3.66101,44.82112],[3.66103,44.80777],[3.6993,44.8078],[3.69928,44.82099],[3.73611,44.82102],[3.73618,44.77971],[3.77511,44.77974],[3.77515,44.75223],[3.81184,44.75226],[3.81186,44.7392],[3.83118,44.73922],[3.83121,44.72468],[3.88782,44.72472],[3.8878,44.73818],[3.92563,44.73821],[3.9256,44.75167],[3.94541,44.75168],[3.94537,44.77847],[3.96437,44.77848],[3.96435,44.79193],[4.00332,44.79196],[4.0033,44.80526],[4.02169,44.80527],[4.02167,44.81857],[4.05965,44.8186],[4.05961,44.84492],[4.07981,44.84494],[4.07979,44.85735],[4.17388,44.85743],[4.17386,44.87055],[4.19326,44.87056],[4.19323,44.88427],[4.21404,44.88429],[4.214,44.91002],[4.23241,44.91004],[4.23237,44.93731],[4.27155,44.93734],[4.27153,44.9503],[4.32887,44.95034],[4.32878,45.00367],[4.34893,45.00368],[4.3489,45.01707],[4.40608,45.01711],[4.40599,45.071],[4.38847,45.07099],[4.38845,45.0846],[4.40794,45.08461],[4.40792,45.09663],[4.48436,45.09669],[4.48429,45.13705],[4.46636,45.13703],[4.46634,45.1502],[4.48645,45.15022],[4.4864,45.17724],[4.50655,45.17726],[4.50644,45.24501],[4.48813,45.24499],[4.48811,45.25921],[4.46986,45.25919],[4.46984,45.27298],[4.45088,45.27297],[4.45086,45.28642],[4.39368,45.28637],[4.39363,45.31352],[4.37509,45.3135],[4.37507,45.32741],[4.39507,45.32742],[4.39503,45.35458],[4.37679,45.35457],[4.37676,45.36855],[4.35766,45.36853],[4.35763,45.38234],[4.28146,45.38227],[4.28143,45.39688],[4.24446,45.39685],[4.24443,45.41079],[4.14812,45.41071],[4.14814,45.39807],[4.12919,45.39805],[4.12921,45.38409],[4.09021,45.38406],[4.09024,45.37121],[4.01355,45.37115],[4.01353,45.3861],[3.91709,45.38602],[3.91707,45.39974],[3.93757,45.39975],[3.93755,45.41311],[3.97528,45.41315],[3.97526,45.42621],[3.99537,45.42622],[3.9957,45.52096],[3.97778,45.52094],[3.97769,45.57439],[3.95818,45.57437],[3.95815,45.58837],[3.9396,45.58835],[3.93958,45.60262],[3.92023,45.60261],[3.9202,45.61646],[3.88189,45.61643],[3.88185,45.64328],[3.84413,45.64325],[3.84411,45.65709],[3.82617,45.65707],[3.82612,45.68389],[3.80722,45.68387],[3.80713,45.73758],[3.78821,45.73756],[3.78819,45.7518],[3.76885,45.75178],[3.7688,45.77897],[3.75072,45.77895],[3.75058,45.86066],[3.76967,45.86067],[3.76958,45.91433],[3.75166,45.91432],[3.75164,45.92809],[3.7329,45.92807],[3.73285,45.95472],[3.81018,45.95478],[3.81016,45.96823],[3.8496,45.96826],[3.84951,46.02162],[3.83188,46.0216],[3.83179,46.07591],[3.8505,46.07592],[3.85046,46.10295],[3.83247,46.10294],[3.83234,46.18456],[3.81422,46.18455],[3.81415,46.22442],[3.83369,46.22444],[3.83366,46.2381],[3.85289,46.23812],[3.85287,46.25147],[3.89314,46.25151],[3.89312,46.26447],[3.91306,46.26448],[3.91303,46.27793],[3.95189,46.27796],[3.95187,46.29082],[3.97152,46.29084],[3.9715,46.30369],[4.0105,46.30373],[4.01048,46.31776],[4.02983,46.31778],[4.02978,46.34428],[4.0116,46.34427],[4.01146,46.42534],[4.03153,46.42536],[4.03146,46.4658],[4.01324,46.46578],[4.01322,46.47938],[3.99437,46.47936],[3.99435,46.49361],[3.9746,46.4936],[3.97457,46.50753],[3.87754,46.50745],[3.8775,46.53478],[3.85836,46.53476],[3.85833,46.54832],[3.81869,46.54828],[3.81871,46.53553],[3.79924,46.53552],[3.79922,46.54907],[3.76104,46.54904],[3.76092,46.61681],[3.74233,46.61679],[3.74228,46.64396],[3.72286,46.64395],[3.72281,46.67104],[3.70387,46.67102],[3.70385,46.68467],[3.68411,46.68466],[3.68406,46.712],[3.66484,46.71198],[3.66479,46.73904],[3.64576,46.73902],[3.64572,46.76634],[3.62575,46.76632],[3.62573,46.77971],[3.56723,46.77966],[3.56725,46.76631],[3.54715,46.76629],[3.54719,46.73928],[3.52716,46.73927],[3.52723,46.6989],[3.48774,46.69887],[3.48776,46.68594],[3.46796,46.68593],[3.46794,46.69941],[3.46792,46.71279],[3.44865,46.71278],[3.44863,46.72679],[3.35043,46.72671],[3.35048,46.6999],[3.33039,46.69988],[3.33034,46.7272],[3.23272,46.72712],[3.23274,46.71351],[3.2129,46.7135],[3.21293,46.70013],[3.17354,46.7001],[3.1735,46.72751],[3.15412,46.72749],[3.1541,46.74073],[3.11478,46.7407],[3.11475,46.75428],[3.07534,46.75424],[3.0753,46.78135],[3.05597,46.78134],[3.05592,46.80831],[2.99704,46.80826],[2.99702,46.82196],[2.93794,46.82191],[2.93797,46.80826],[2.89866,46.80823],[2.89869,46.79424],[2.87899,46.79422],[2.87901,46.78104],[2.85942,46.78103],[2.85944,46.76771],[2.84004,46.76769],[2.84007,46.75447],[2.7414,46.75439],[2.74138,46.76682],[2.70234,46.76679],[2.70236,46.75389],[2.68266,46.75387],[2.68268,46.74048],[2.66349,46.74046],[2.66351,46.7259],[2.64342,46.72588],[2.64344,46.71309],[2.62414,46.71308],[2.62417,46.69981],[2.60397,46.69979],[2.60399,46.68584],[2.56512,46.68581],[2.56515,46.67261],[2.54593,46.6726],[2.546,46.63215],[2.56592,46.63217],[2.56595,46.61811],[2.54564,46.61809],[2.54569,46.59072],[2.56642,46.59074],[2.56644,46.57754],[2.5855,46.57756],[2.58552,46.56472],[2.56613,46.5647],[2.56616,46.55062],[2.46828,46.55055],[2.4683,46.53582],[2.33212,46.53571],[2.33217,46.50886],[2.31265,46.50884],[2.31267,46.49534],[2.29288,46.49533],[2.2929,46.48182],[2.27487,46.4818],[2.27492,46.45442],[2.25539,46.4544],[2.25553,46.37349],[2.27595,46.37351],[2.27604,46.32087],[2.31456,46.32091],[2.31458,46.30704],[2.35371,46.30707],[2.35373,46.29297],[2.39384,46.293],[2.39389,46.26729],[2.45157,46.26733],[2.4516,46.25349],[2.47094,46.25351],[2.47098,46.22656],[2.49151,46.22657],[2.49155,46.19933],[2.51088,46.19934],[2.51093,46.17278],[2.53117,46.1728],[2.53138,46.05135],[2.55163,46.05137],[2.55166,46.03777],[2.57056,46.03778],[2.57068,45.96994],[2.55144,45.96993],[2.55146,45.95662],[2.53226,45.9566],[2.53228,45.94301],[2.51307,45.94299],[2.51313,45.90203],[2.47494,45.902],[2.47496,45.88882],[2.43619,45.88879],[2.43622,45.87533],[2.41721,45.87531],[2.41725,45.84794],[2.37847,45.84791],[2.3785,45.83397],[2.35952,45.83396],[2.35956,45.80708],[2.37873,45.8071],[2.37875,45.79358],[2.3987,45.79359],[2.39872,45.78035],[2.41825,45.78036],[2.41832,45.74],[2.45722,45.74003],[2.45724,45.7267],[2.47589,45.72671],[2.47591,45.71324],[2.49533,45.71325],[2.49542,45.65913],[2.45769,45.6591],[2.45776,45.61834],[2.43912,45.61833],[2.43919,45.57766],[2.4585,45.57768],[2.45855,45.55053],[2.47809,45.55055],[2.47811,45.53725],[2.49755,45.53726],[2.49759,45.51068],[2.47855,45.51066],[2.47864,45.45613],[2.45978,45.45612],[2.45987,45.40176],[2.42249,45.40173],[2.42247,45.41528],[2.40232,45.41527],[2.40229,45.42882],[2.3256,45.42876],[2.32567,45.38796],[2.34562,45.38798],[2.34566,45.36111],[2.32626,45.36109],[2.32628,45.34721],[2.30738,45.3472],[2.3074,45.3336],[2.28811,45.33358],[2.28813,45.32082],[2.26963,45.3208],[2.26966,45.30621],[2.25066,45.3062],[2.25068,45.29251],[2.23169,45.2925],[2.23171,45.27924],[2.213,45.27922],[2.21305,45.25204],[2.19374,45.25202],[2.19376,45.23811],[2.17561,45.2381],[2.17574,45.15768],[2.15735,45.15767],[2.15744,45.10295],[2.12024,45.10292],[2.12026,45.08955],[2.10067,45.08953],[2.10069,45.07544],[2.08246,45.07543],[2.08255,45.0216],[2.10255,45.02161],[2.1026,44.99445],[2.04574,44.99441],[2.04585,44.92753],[2.06578,44.92755],[2.06589,44.85969],[2.0857,44.8597],[2.08572,44.84581],[2.10556,44.84583],[2.1056,44.81933],[2.12474,44.81934],[2.12477,44.80551],[2.14351,44.80553],[2.14355,44.7786],[2.12561,44.77858],[2.1257,44.72427],[2.10665,44.72426],[2.10671,44.68423],[2.12634,44.68424],[2.12636,44.67074],[2.14598,44.67075],[2.14607,44.61644],[2.18396,44.61648],[2.18398,44.60378],[2.24042,44.60383],[2.24037,44.63095],[2.25948,44.63097],[2.25946,44.64493],[2.31668,44.64498],[2.3167,44.63088],[2.33615,44.6309],[2.33617,44.61758],[2.37242,44.61761],[2.3724,44.63158],[2.41105,44.63161],[2.41107,44.61907],[2.44922,44.61911],[2.4492,44.63232],[2.50486,44.63237],[2.50481,44.65976],[2.52461,44.65977],[2.52457,44.68717],[2.54225,44.68719],[2.54223,44.70122],[2.58071,44.70125],[2.5806,44.76834],[2.61769,44.76837],[2.61762,44.80884],[2.63676,44.80885],[2.63669,44.84929],[2.67331,44.84933],[2.67329,44.86252],[2.69338,44.86253],[2.69333,44.88943],[2.73052,44.88946],[2.73048,44.91645],[2.74992,44.91646],[2.75005,44.83647],[2.80733,44.83652],[2.80731,44.8491],[2.82638,44.84912],[2.8264,44.83628],[2.8457,44.8363],[2.84577,44.79571],[2.86422,44.79573],[2.86426,44.76865],[2.88399,44.76866],[2.88403,44.74197],[2.90203,44.74198],[2.90214,44.67432],[2.92198,44.67434],[2.92202,44.6473],[2.9401,44.64731],[2.94012,44.63388]]],"terms_url":"https://wiki.openstreetmap.org/wiki/WikiProject_France/CRAIG","terms_text":"Orthophotographie CRAIG/Sintegra/IGN 2013"},{"id":"CRAIG-Auvergne-2016_mirror1","name":"Auvergne 2016 25cm CRAIG","type":"wms","template":"https://tiles.craig.fr/ortho/service?LAYERS=ortho_2016&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","polygon":[[[2.49389,46.66829],[2.54882,46.56642],[2.27828,46.53903],[2.21374,46.33935],[2.46093,46.22166],[2.54882,45.97979],[2.34558,45.82402],[2.41149,45.72919],[2.43347,45.44087],[2.30712,45.46784],[2.005,44.97257],[2.12585,44.58265],[2.51037,44.60221],[2.71911,44.85198],[2.92785,44.60221],[3.03222,44.60612],[3.18054,44.82471],[3.33435,44.89091],[3.37829,44.80523],[3.86169,44.696],[4.22424,44.84419],[4.81201,45.34443],[4.76257,45.57176],[4.45495,45.69084],[4.38354,46.09229],[4.4934,46.14559],[4.46044,46.25965],[4.03747,46.24825],[4.04846,46.48327],[3.64746,46.80758],[2.71362,46.84141],[2.49389,46.66829]]],"terms_url":"https://wiki.openstreetmap.org/wiki/WikiProject_France/CRAIG","terms_text":"CRAIG - IGN -TopoGEODIS - Feder Auvergne-Rhône-Alpes 2016"},{"id":"Baker_Ortho_2020","name":"Baker County Orthoimagery (2020)","type":"tms","template":"https://tiles.arcgis.com/tiles/HSWu3dhzHf7nZfIa/arcgis/rest/services/basemap_imagery_2020/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.47073,30.12544],[-82.40749,30.12444],[-82.40719,30.13819],[-82.0435,30.13188],[-82.03766,30.36555],[-82.10106,30.36671],[-82.10072,30.38045],[-82.13244,30.38103],[-82.13277,30.36727],[-82.16447,30.36784],[-82.16412,30.3816],[-82.18001,30.38188],[-82.17967,30.39562],[-82.19555,30.39592],[-82.19295,30.50585],[-82.2088,30.50614],[-82.20851,30.51987],[-82.22437,30.52016],[-82.22344,30.5614],[-82.20755,30.56112],[-82.20724,30.57487],[-82.33431,30.57703],[-82.33402,30.59076],[-82.4611,30.59281],[-82.47073,30.12544]]],"terms_url":"http://www.bakerpa.com/","terms_text":"Baker County Property Appraiser’s Office","description":"The 2020 orthoimagery for Baker County in the State of Florida"},{"id":"BANO","name":"BANO","type":"tms","template":"https://{switch:a,b,c}.layers.openstreetmap.fr/bano/{zoom}/{x}/{y}.png","category":"qa","zoomExtent":[12,20],"polygon":[[[-51.53687,4.11633],[-51.52039,4.51072],[-52.46522,5.4465],[-53.89344,6.004],[-54.58008,4.95962],[-54.42078,4.00127],[-54.12964,3.59567],[-54.12415,3.46408],[-54.31641,3.20085],[-54.31092,2.80589],[-54.8053,2.27358],[-54.20106,2.03205],[-53.72864,2.21869],[-52.92664,2.07597],[-52.641,2.25162],[-52.2345,3.10213],[-51.53687,4.11633]],[[-61.27501,14.90218],[-61.27622,14.36803],[-60.72489,14.36686],[-60.72368,14.90101],[-61.27501,14.90218]],[[-61.92802,16.58618],[-61.92686,15.7394],[-60.88128,15.74072],[-60.88243,16.5875],[-61.92802,16.58618]],[[55.09434,-21.49651],[55.96576,-21.49],[55.95959,-20.77281],[55.08816,-20.77935],[55.09434,-21.49651]],[[44.92054,-12.57363],[44.92502,-13.11963],[45.35274,-13.1163],[45.34826,-12.57029],[44.92054,-12.57363]],[[2.35816,51.32937],[1.31,50.88],[-2.25,50.09],[-6.3,48.98],[-2.7,43.9],[-1.7835,43.39686],[-1.78509,43.39037],[-1.80099,43.37017],[-1.79156,43.34067],[-1.76297,43.32565],[-1.75606,43.31966],[-1.73359,43.28856],[-1.66953,43.30065],[-1.65,43.29323],[-1.61053,43.24223],[-1.57149,43.2412],[-1.54626,43.2737],[-1.52629,43.28099],[-1.40868,43.25591],[-1.39531,43.24596],[-1.39411,43.22935],[-1.42732,43.1404],[-1.43479,43.13087],[-1.47641,43.10248],[-1.48311,43.08561],[-1.4775,43.06889],[-1.43868,43.03371],[-1.3542,43.0197],[-1.33135,43.0496],[-1.31992,43.05696],[-1.30643,43.05531],[-1.26236,43.03303],[-1.22612,43.03898],[-1.21622,43.0381],[-1.16736,43.02083],[-1.15845,43.01452],[-1.14775,43.00124],[-1.1156,43.00461],[-1.10852,43.00409],[-1.02313,42.98206],[-0.94508,42.94192],[-0.82114,42.93865],[-0.77253,42.95284],[-0.75711,42.95107],[-0.7476,42.93879],[-0.73372,42.88666],[-0.68094,42.86775],[-0.67446,42.86392],[-0.56721,42.76937],[-0.54499,42.76906],[-0.50868,42.79935],[-0.48842,42.80255],[-0.44354,42.78453],[-0.39208,42.78766],[-0.31683,42.82635],[-0.29987,42.82697],[-0.16949,42.77157],[-0.06726,42.6848],[-0.01993,42.67389],[0.17919,42.72075],[0.18967,42.72039],[0.23972,42.70494],[0.24594,42.70175],[0.29571,42.66388],[0.32567,42.67274],[0.34912,42.69817],[0.35954,42.70415],[0.3715,42.70308],[0.43024,42.67863],[0.669,42.67901],[0.69192,42.70684],[0.67474,42.75286],[0.67409,42.76479],[0.69117,42.83186],[0.70017,42.84402],[0.71511,42.8464],[0.84606,42.8157],[0.92265,42.7797],[0.95073,42.78794],[0.95937,42.78852],[1.07564,42.77079],[1.08546,42.76635],[1.16554,42.69928],[1.23221,42.71248],[1.32364,42.7085],[1.33313,42.70563],[1.37335,42.68127],[1.38032,42.67415],[1.41936,42.60643],[1.43792,42.59264],[1.47238,42.59703],[1.4921,42.62502],[1.50444,42.6331],[1.54636,42.64166],[1.56069,42.6392],[1.60283,42.61382],[1.69377,42.60975],[1.71011,42.59992],[1.72479,42.57499],[1.7272,42.56103],[1.71561,42.50125],[1.72567,42.48452],[1.82774,42.47056],[1.88444,42.4477],[1.88459,42.44762],[1.88467,42.44761],[1.92089,42.43302],[1.93076,42.42442],[1.965,42.36473],[2.00861,42.33818],[2.09393,42.35474],[2.14881,42.40545],[2.16028,42.41065],[2.20526,42.41541],[2.20653,42.41526],[2.20694,42.41558],[2.25973,42.42117],[2.26719,42.42055],[2.41222,42.38021],[2.41933,42.37658],[2.47795,42.32986],[2.5338,42.32197],[2.56777,42.34173],[2.58106,42.34418],[2.66719,42.33008],[2.68585,42.34679],[2.68162,42.37263],[2.68378,42.3854],[2.69331,42.39417],[2.72928,42.40998],[2.7413,42.41128],[2.78424,42.40256],[2.87019,42.44653],[2.87822,42.4487],[3.02214,42.45645],[3.03402,42.45331],[3.0944,42.41457],[3.16081,42.42757],[3.17358,42.41768],[5.8,41.64],[8.94186,41.27688],[9.27311,41.29196],[9.36968,41.35052],[9.63227,41.43244],[9.8,43.1],[7.53622,43.79234],[7.51594,43.84915],[7.51649,43.86397],[7.5271,43.87434],[7.56858,43.89159],[7.58419,43.93287],[7.59624,43.94466],[7.66016,43.9672],[7.68077,44.0164],[7.68603,44.02371],[7.72403,44.05704],[7.72786,44.08615],[7.69445,44.12276],[7.68937,44.13869],[7.69422,44.17795],[7.68608,44.1861],[7.63989,44.18928],[7.6162,44.16827],[7.60548,44.1634],[7.56478,44.15817],[7.5642,44.15836],[7.56283,44.15792],[7.37776,44.13416],[7.36278,44.13834],[7.33878,44.1574],[7.27537,44.15947],[7.26053,44.16682],[7.24533,44.18544],[7.1651,44.22112],[7.07312,44.2461],[7.03259,44.2424],[7.01983,44.24558],[7.01181,44.256],[6.99909,44.29414],[6.91637,44.36804],[6.90972,44.38195],[6.90907,44.39477],[6.91223,44.40659],[6.92167,44.41436],[6.95872,44.42908],[6.95894,44.43129],[6.87892,44.50245],[6.87233,44.5195],[6.88235,44.53479],[6.94659,44.57124],[6.97819,44.61784],[6.97056,44.64696],[6.97413,44.66431],[6.99007,44.67203],[7.07671,44.67134],[7.08666,44.68085],[7.08651,44.6968],[7.07224,44.72311],[7.0496,44.73226],[7.03711,44.75009],[7.03453,44.82282],[7.01795,44.84402],[6.93633,44.87461],[6.8798,44.86346],[6.86698,44.86519],[6.7942,44.90161],[6.78375,44.9146],[6.75744,45.01884],[6.69602,45.03395],[6.68237,45.04558],[6.66501,45.08667],[6.6653,45.10289],[6.67751,45.11356],[6.77056,45.14242],[6.78283,45.14228],[6.85843,45.11699],[6.90009,45.12689],[6.98106,45.19368],[6.99279,45.19823],[7.08417,45.20279],[7.14458,45.25048],[7.13649,45.30576],[7.14232,45.32298],[7.17075,45.35069],[7.19515,45.40409],[7.1856,45.41894],[7.13304,45.44001],[7.1228,45.44924],[7.1072,45.47877],[7.02774,45.5102],[7.0158,45.52354],[6.99643,45.59465],[6.9978,45.60877],[7.01151,45.63652],[7.00597,45.64945],[6.97131,45.66528],[6.94247,45.66172],[6.92419,45.66935],[6.90729,45.69124],[6.8414,45.71373],[6.83174,45.72082],[6.82787,45.73217],[6.82614,45.80353],[6.83102,45.81711],[6.84376,45.82387],[6.94097,45.83551],[6.99582,45.85822],[7.04394,45.92036],[7.04497,45.92064],[7.04533,45.92217],[7.05191,45.93066],[7.01556,46.00883],[6.94898,46.0699],[6.92001,46.07721],[6.90932,46.08406],[6.90491,46.09595],[6.90382,46.12971],[6.83427,46.14509],[6.82259,46.15261],[6.81863,46.16592],[6.82075,46.19862],[6.82698,46.21188],[6.86092,46.2439],[6.87504,46.28007],[6.86491,46.30038],[6.81095,46.33359],[6.80189,46.34639],[6.80484,46.36179],[6.81832,46.38181],[6.82244,46.42925],[6.74665,46.45695],[6.63047,46.47435],[6.50498,46.46871],[6.41748,46.42682],[6.41083,46.42495],[6.31648,46.41557],[6.23946,46.36705],[6.21219,46.32485],[6.21148,46.31057],[6.24707,46.24777],[6.24906,46.23299],[6.24026,46.22094],[6.13778,46.15702],[6.12468,46.15415],[6.05564,46.16288],[6.03509,46.15456],[6.01783,46.15564],[6.00787,46.16977],[6.00388,46.19332],[6.00681,46.20752],[6.01857,46.21601],[6.07717,46.23123],[6.08865,46.23081],[6.1103,46.22344],[6.13038,46.23737],[6.13371,46.30227],[6.13748,46.31297],[6.17817,46.36922],[6.16622,46.38839],[6.10829,46.41643],[6.09704,46.43317],[6.09572,46.45418],[6.10174,46.46979],[6.15811,46.52456],[6.16549,46.54399],[6.15152,46.56508],[6.14872,46.58069],[6.15817,46.59343],[6.46098,46.76887],[6.46722,46.79104],[6.45644,46.80534],[6.4535,46.8239],[6.47548,46.88771],[6.46686,46.91997],[6.46892,46.93522],[6.4812,46.9445],[6.62355,46.9811],[6.72561,47.0418],[6.76011,47.09953],[6.76907,47.10751],[6.85545,47.14636],[6.88913,47.18922],[6.89443,47.19393],[6.96134,47.23479],[6.96347,47.26233],[6.97424,47.27856],[7.05958,47.32257],[7.07007,47.35005],[7.05623,47.37035],[7.018,47.38386],[6.97126,47.37218],[6.95769,47.37359],[6.94818,47.38337],[6.94716,47.39698],[6.9551,47.40808],[7.003,47.44095],[7.01205,47.47287],[7.02102,47.48458],[7.03557,47.48695],[7.0801,47.47718],[7.12853,47.48893],[7.14279,47.48707],[7.15212,47.47612],[7.16708,47.4335],[7.24435,47.40939],[7.32653,47.4273],[7.38747,47.42111],[7.51256,47.48439],[7.54511,47.54283],[7.55424,47.55128],[7.58967,47.56755],[7.60016,47.60822],[7.537,47.67302],[7.53136,47.68564],[7.53526,47.6989],[7.55758,47.72899],[7.54418,47.77232],[7.54581,47.78793],[7.57267,47.83631],[7.5728,47.86435],[7.57554,47.87436],[7.63205,47.97081],[7.62437,47.99865],[7.59127,48.03035],[7.58522,48.04694],[7.59165,48.10648],[7.59605,48.11698],[7.67661,48.21555],[7.70241,48.28803],[7.71085,48.29841],[7.75159,48.32322],[7.74357,48.38427],[7.74506,48.39484],[7.78055,48.47652],[7.78547,48.48337],[7.81449,48.50968],[7.81456,48.57704],[7.81842,48.58883],[7.8484,48.62977],[7.85605,48.63606],[7.90422,48.65865],[7.98534,48.7409],[7.99071,48.74478],[8.10087,48.7993],[8.15824,48.89753],[8.20089,48.94339],[8.20888,48.94863],[8.23589,48.95817],[8.23704,48.97683],[8.2225,48.98787],[8.08069,49.00688],[7.93826,49.06832],[7.8673,49.05227],[7.85525,49.05329],[7.80291,49.07489],[7.76073,49.06067],[7.75401,49.05963],[7.6612,49.06119],[7.64722,49.06722],[7.6296,49.08527],[7.5579,49.09626],[7.54379,49.10572],[7.50113,49.17672],[7.45012,49.19517],[7.36095,49.18259],[7.29893,49.13856],[7.28683,49.13488],[7.1535,49.13839],[7.14315,49.14159],[7.10494,49.16634],[7.06908,49.16018],[7.05478,49.16313],[7.0463,49.17503],[7.04055,49.19794],[6.93753,49.23369],[6.89322,49.22389],[6.88453,49.2239],[6.85119,49.23136],[6.82982,49.21802],[6.83093,49.19366],[6.82473,49.17826],[6.80904,49.17284],[6.76026,49.17752],[6.74328,49.19086],[6.72996,49.22917],[6.67013,49.29269],[6.61627,49.31869],[6.60497,49.33739],[6.60639,49.37868],[6.5451,49.44384],[6.43515,49.487],[6.34423,49.48037],[6.334,49.48235],[6.24643,49.52511],[6.17397,49.52187],[6.09319,49.47787],[6.08635,49.47562],[6.01627,49.46597],[5.99801,49.47317],[5.97516,49.50129],[5.876,49.5114],[5.86126,49.52038],[5.8399,49.55321],[5.77526,49.57414],[5.71578,49.55361],[5.70676,49.55267],[5.641,49.56095],[5.6076,49.53761],[5.59311,49.53424],[5.55401,49.54025],[5.50666,49.52042],[5.49294,49.51979],[5.48205,49.52815],[5.43141,49.60791],[5.3544,49.64041],[5.344,49.65049],[5.33363,49.67308],[5.28157,49.70836],[5.19602,49.70732],[5.18761,49.70906],[5.1412,49.72984],[5.13458,49.73462],[5.09944,49.77323],[5.02686,49.78886],[5.01867,49.79272],[4.99534,49.81116],[4.91098,49.79926],[4.89769,49.80204],[4.88924,49.81266],[4.87625,49.85111],[4.87913,49.86942],[4.89755,49.89424],[4.89654,49.91753],[4.83343,49.96696],[4.82662,49.97692],[4.82678,49.989],[4.8433,50.03881],[4.84331,50.03883],[4.84331,50.03884],[4.85104,50.06216],[4.86277,50.0745],[4.88076,50.0815],[4.90426,50.12639],[4.90479,50.14451],[4.8815,50.16436],[4.83123,50.17941],[4.69517,50.10472],[4.66924,50.06972],[4.67293,50.02716],[4.66936,50.01392],[4.6581,50.00609],[4.45469,49.95251],[4.44542,49.9523],[4.30877,49.98145],[4.22164,49.97089],[4.20633,49.97546],[4.1765,50.00065],[4.16976,50.01217],[4.17177,50.02537],[4.18164,50.03436],[4.23193,50.05551],[4.24074,50.07102],[4.21195,50.13602],[4.1764,50.1547],[4.16601,50.16888],[4.17084,50.18579],[4.23078,50.25233],[4.22904,50.26664],[4.21444,50.28167],[4.14388,50.29727],[4.13761,50.29984],[4.02672,50.36904],[3.91317,50.34291],[3.90189,50.3436],[3.84109,50.36558],[3.74935,50.36279],[3.71576,50.33854],[3.70258,50.33482],[3.6901,50.34044],[3.68415,50.35277],[3.67378,50.45642],[3.61523,50.50558],[3.54779,50.51012],[3.53266,50.51873],[3.52173,50.53459],[3.4748,50.54445],[3.3898,50.50884],[3.37551,50.50839],[3.3056,50.53267],[3.29219,50.55037],[3.28922,50.60028],[3.26588,50.64054],[3.26576,50.6604],[3.27545,50.67757],[3.27051,50.70375],[3.22149,50.7267],[3.2154,50.73111],[3.14877,50.80195],[3.11412,50.80566],[3.09244,50.79092],[3.08218,50.78749],[3.00718,50.78377],[2.93508,50.75592],[2.9161,50.72418],[2.90492,50.71536],[2.89072,50.7162],[2.85265,50.73335],[2.81655,50.73092],[2.79995,50.73795],[2.73267,50.81738],[2.6511,50.82906],[2.63786,50.83696],[2.62781,50.85054],[2.62396,50.86071],[2.61962,50.91067],[2.62452,50.9256],[2.64225,50.94578],[2.63986,50.95766],[2.61558,50.99749],[2.59845,51.0051],[2.58741,51.01763],[2.57048,51.07409],[2.5488,51.09759],[2.35816,51.32937]]],"terms_url":"https://wiki.openstreetmap.org/wiki/FR:WikiProject_France/WikiProject_Base_Adresses_Nationale_Ouverte_(BANO)#Licence_du_r.C3.A9sultat","terms_text":"Tiles © cquest@Openstreetmap France, data © OpenStreetMap contributors, ODBL","description":"French address registry or Base Adresses Nationale Ouverte","overlay":true},{"id":"lu.geoportail.opendata.basemap","name":"Basemap geoportail.lu","type":"tms","template":"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/basemap/GLOBAL_WEBMERCATOR/{zoom}/{x}/{y}.png","endDate":"2010-07-20T00:00:00.000Z","startDate":"2013-07-19T00:00:00.000Z","zoomExtent":[5,20],"polygon":[[[5.96175,50.17631],[5.95286,50.13384],[5.89196,50.12041],[5.881,50.08069],[5.85781,50.07186],[5.85087,50.0563],[5.86189,50.04581],[5.84792,50.02809],[5.81561,50.01437],[5.81806,49.99936],[5.83462,49.98656],[5.83129,49.97995],[5.80652,49.97321],[5.80524,49.96677],[5.78672,49.96816],[5.7688,49.96104],[5.76878,49.94239],[5.77073,49.93711],[5.76039,49.93252],[5.75783,49.91737],[5.73303,49.90285],[5.7346,49.89341],[5.77505,49.88057],[5.77567,49.87438],[5.74955,49.87554],[5.75229,49.85922],[5.74066,49.85152],[5.75399,49.84878],[5.74624,49.84783],[5.74701,49.84048],[5.74053,49.84142],[5.7372,49.83353],[5.74581,49.82435],[5.74159,49.82126],[5.75094,49.79094],[5.76517,49.78961],[5.78626,49.79079],[5.82073,49.74878],[5.82489,49.73767],[5.82191,49.72128],[5.84325,49.71822],[5.86481,49.72331],[5.8757,49.71118],[5.85628,49.68211],[5.85656,49.67628],[5.89934,49.66239],[5.89998,49.63907],[5.88182,49.63815],[5.8694,49.6106],[5.84565,49.5981],[5.84712,49.58961],[5.8511,49.58379],[5.86289,49.58525],[5.86866,49.587],[5.85943,49.57158],[5.8052,49.54272],[5.81625,49.53325],[5.83562,49.54114],[5.84308,49.53081],[5.83187,49.52639],[5.83641,49.51817],[5.84828,49.51397],[5.84897,49.50826],[5.86332,49.50006],[5.89033,49.4948],[5.91578,49.49835],[5.9616,49.49026],[5.96891,49.48202],[5.97232,49.46087],[5.97773,49.45955],[5.97657,49.44885],[5.99412,49.45301],[6.01574,49.44885],[6.02154,49.45127],[6.02529,49.44703],[6.04421,49.44553],[6.05222,49.46028],[6.05917,49.46306],[6.07722,49.46139],[6.08167,49.45417],[6.10483,49.45076],[6.1014,49.46726],[6.12725,49.47081],[6.12937,49.48803],[6.14018,49.48525],[6.1671,49.49006],[6.16086,49.50085],[6.17337,49.50577],[6.19669,49.50331],[6.24133,49.50693],[6.27191,49.49995],[6.28789,49.48379],[6.29503,49.47928],[6.32189,49.47244],[6.3334,49.46493],[6.37056,49.45732],[6.37076,49.50545],[6.35932,49.52481],[6.35855,49.53296],[6.38009,49.54856],[6.3849,49.55817],[6.35791,49.57166],[6.36909,49.5783],[6.38119,49.57509],[6.38443,49.5801],[6.37551,49.58809],[6.37941,49.59526],[6.39898,49.60094],[6.42178,49.61809],[6.44251,49.65591],[6.4399,49.66025],[6.42714,49.66237],[6.5046,49.71227],[6.50788,49.71215],[6.50712,49.71655],[6.49558,49.72443],[6.49891,49.72639],[6.50479,49.725],[6.51176,49.72016],[6.51642,49.72129],[6.51809,49.7242],[6.50727,49.72938],[6.50263,49.73298],[6.50373,49.75086],[6.52052,49.76134],[6.52056,49.76818],[6.51105,49.77422],[6.51917,49.78344],[6.50622,49.78899],[6.53083,49.80116],[6.53225,49.80686],[6.52981,49.81048],[6.5196,49.81446],[6.51485,49.80513],[6.51155,49.80238],[6.50669,49.80993],[6.49681,49.81277],[6.47057,49.82385],[6.46454,49.81975],[6.45366,49.81275],[6.44344,49.81233],[6.44161,49.81547],[6.43097,49.81129],[6.42807,49.81186],[6.42643,49.81629],[6.4022,49.82098],[6.36465,49.85164],[6.33937,49.8507],[6.33656,49.83998],[6.32741,49.83673],[6.32158,49.8409],[6.32361,49.85188],[6.31465,49.86057],[6.31532,49.8673],[6.30989,49.87107],[6.2977,49.86673],[6.29166,49.87548],[6.28113,49.87957],[6.27646,49.87725],[6.26301,49.88101],[6.25781,49.88724],[6.24692,49.89535],[6.23381,49.90028],[6.23229,49.9072],[6.22769,49.91062],[6.23187,49.91064],[6.23603,49.91355],[6.22986,49.92125],[6.21913,49.92354],[6.22635,49.92766],[6.22824,49.93726],[6.22044,49.94369],[6.22502,49.95039],[6.21269,49.9514],[6.20707,49.95672],[6.19978,49.95352],[6.19277,49.97158],[6.18331,49.9686],[6.17983,49.96307],[6.18339,49.9548],[6.17995,49.95386],[6.1763,49.962],[6.17151,49.96298],[6.16549,49.97115],[6.17035,49.98376],[6.17348,49.98344],[6.17305,49.98589],[6.15625,49.98867],[6.15023,49.99518],[6.14218,49.99535],[6.13852,49.99829],[6.13966,49.9994],[6.14546,49.99689],[6.1517,50.01058],[6.13934,50.01116],[6.13024,50.01819],[6.13138,50.01905],[6.13594,50.01485],[6.13868,50.01572],[6.14821,50.02307],[6.13034,50.02975],[6.13661,50.04178],[6.12361,50.06323],[6.11563,50.05817],[6.11444,50.06139],[6.12117,50.064],[6.13186,50.07348],[6.12634,50.07817],[6.12194,50.09059],[6.13547,50.09119],[6.13108,50.09964],[6.13808,50.10263],[6.13555,50.11899],[6.14093,50.1305],[6.12369,50.13719],[6.11323,50.13739],[6.1277,50.14993],[6.1201,50.15594],[6.1225,50.16437],[6.10176,50.17199],[6.07824,50.17255],[6.07668,50.15913],[6.06069,50.15536],[6.03318,50.16395],[6.02627,50.18496],[5.96175,50.17631]]],"terms_url":"https://data.public.lu/en/datasets/carte-de-base-webservices-wms-et-wmts","terms_text":"Administration du Cadastre et de la Topographie","icon":"https://www.geoportail.lu/static/img/lion.png"},{"id":"basemap.at","name":"basemap.at","type":"tms","template":"https://mapsneu.wien.gv.at/basemap/geolandbasemap/normal/google3857/{zoom}/{y}/{x}.png","category":"map","zoomExtent":[0,20],"polygon":[[[16.50733,46.99293],[16.52768,47.05884],[16.47679,47.07964],[16.54804,47.1489],[16.47171,47.1489],[16.42591,47.19733],[16.49206,47.2768],[16.46153,47.39406],[16.54295,47.39406],[16.66,47.44915],[16.71088,47.53855],[16.67017,47.63122],[16.57348,47.6175],[16.42082,47.66893],[16.54804,47.70662],[16.53786,47.75454],[16.7058,47.75112],[16.74142,47.67921],[17.09255,47.70319],[17.08237,47.80925],[16.98568,47.86732],[17.08237,47.87414],[17.17397,48.02071],[17.08237,48.02412],[17.09255,48.13971],[16.99077,48.1499],[16.95515,48.25165],[16.85337,48.34644],[16.84828,48.45118],[16.97551,48.51527],[16.89917,48.71377],[16.7058,48.73391],[16.69053,48.77417],[16.49206,48.81105],[16.39537,48.73727],[16.20708,48.73391],[16.00862,48.78088],[15.84068,48.88807],[15.74908,48.8546],[15.48446,48.92821],[15.39286,48.98501],[15.30635,48.98501],[15.19439,48.93155],[15.14859,48.99503],[14.98936,49.01266],[14.96472,48.78518],[14.81782,48.77753],[14.8229,48.7272],[14.72113,48.6869],[14.72113,48.57591],[14.59899,48.62639],[14.55828,48.59611],[14.46668,48.64993],[14.3649,48.54897],[14.21733,48.59611],[14.07484,48.59274],[14.01377,48.63312],[14.05957,48.66338],[13.85093,48.77417],[13.79495,48.71713],[13.82039,48.62639],[13.78477,48.57255],[13.72879,48.5119],[13.61175,48.57255],[13.50997,48.58601],[13.43872,48.55234],[13.44381,48.41742],[13.39801,48.35659],[13.26061,48.2923],[13.18428,48.29907],[13.04179,48.2652],[12.96037,48.21097],[12.87386,48.21097],[12.75172,48.09894],[12.86368,48.00369],[12.86368,47.95941],[12.9451,47.93555],[13.00617,47.84683],[12.90439,47.72031],[13.03161,47.71004],[13.09777,47.64151],[13.0367,47.55572],[13.04179,47.49387],[12.97564,47.47323],[12.83315,47.54198],[12.77208,47.66893],[12.62959,47.68949],[12.56852,47.62779],[12.49219,47.63122],[12.43112,47.71004],[12.25301,47.67921],[12.2581,47.74427],[12.16141,47.69634],[12.20721,47.60378],[12.00366,47.62436],[11.83572,47.58662],[11.60672,47.59005],[11.57619,47.50762],[11.42352,47.51449],[11.28103,47.3975],[11.23523,47.44227],[10.99605,47.39061],[10.94008,47.48699],[10.88919,47.54542],[10.75688,47.53168],[10.59912,47.56602],[10.54823,47.53511],[10.48717,47.55229],[10.44137,47.59005],[10.43119,47.48699],[10.48208,47.44915],[10.32432,47.29751],[10.18692,47.2699],[10.2429,47.38717],[10.11059,47.36649],[10.09023,47.44915],[9.94774,47.53855],[9.83579,47.54542],[9.7849,47.59692],[9.71365,47.52824],[9.56608,47.48011],[9.64241,47.44571],[9.67294,47.36994],[9.60679,47.34926],[9.54063,47.26644],[9.58134,47.1662],[9.63223,47.12813],[9.61188,47.03804],[9.68312,47.05884],[9.90194,47.00334],[9.86632,46.94084],[10.12076,46.83302],[10.23272,46.86435],[10.38539,46.98946],[10.47699,46.92694],[10.45663,46.85043],[10.57877,46.83998],[10.70599,46.86435],[10.74161,46.78426],[10.88919,46.75986],[11.04185,46.76335],[11.1131,46.91304],[11.25559,46.97557],[11.41843,46.96515],[11.49986,47.00681],[11.54057,46.97557],[11.63217,47.01028],[11.73394,46.96168],[11.9833,47.04497],[12.2123,47.0935],[12.25301,47.06577],[12.11561,46.99987],[12.13088,46.90261],[12.20721,46.87478],[12.27337,46.88522],[12.28863,46.77729],[12.36497,46.77032],[12.35988,46.70405],[12.51255,46.66565],[12.72628,46.6412],[12.84332,46.61324],[13.1283,46.58877],[13.30641,46.55028],[13.44381,46.56078],[13.82548,46.50477],[13.91199,46.52578],[14.01886,46.47674],[14.12573,46.47674],[14.16135,46.42766],[14.44124,46.43116],[14.57864,46.37853],[14.61426,46.43818],[14.68041,46.43818],[14.75166,46.49776],[14.83308,46.50127],[14.85344,46.60276],[14.9603,46.62373],[14.99084,46.58877],[15.04682,46.64819],[15.22493,46.63421],[15.43357,46.65168],[15.47937,46.60276],[15.57606,46.63421],[15.56079,46.67962],[15.75926,46.69009],[15.86104,46.71801],[16.04933,46.65517],[15.98317,46.81909],[16.13584,46.8713],[16.28342,46.99293],[16.50733,46.99293]]],"terms_url":"https://basemap.at","terms_text":"basemap.at","description":"Basemap of Austria, based on government data.","icon":"https://basemap.at/wp-content/uploads/sites/53/2019/06/logo-basemap-trans-3-e1561616417483.png"},{"id":"basemap.at-orthofoto","name":"basemap.at Orthofoto","type":"tms","template":"https://mapsneu.wien.gv.at/basemap/bmaporthofoto30cm/normal/google3857/{zoom}/{y}/{x}.jpeg","category":"photo","zoomExtent":[0,20],"polygon":[[[16.50733,46.99293],[16.52768,47.05884],[16.47679,47.07964],[16.54804,47.1489],[16.47171,47.1489],[16.42591,47.19733],[16.49206,47.2768],[16.46153,47.39406],[16.54295,47.39406],[16.66,47.44915],[16.71088,47.53855],[16.67017,47.63122],[16.57348,47.6175],[16.42082,47.66893],[16.54804,47.70662],[16.53786,47.75454],[16.7058,47.75112],[16.74142,47.67921],[17.09255,47.70319],[17.08237,47.80925],[16.98568,47.86732],[17.08237,47.87414],[17.17397,48.02071],[17.08237,48.02412],[17.09255,48.13971],[16.99077,48.1499],[16.95515,48.25165],[16.85337,48.34644],[16.84828,48.45118],[16.97551,48.51527],[16.89917,48.71377],[16.7058,48.73391],[16.69053,48.77417],[16.49206,48.81105],[16.39537,48.73727],[16.20708,48.73391],[16.00862,48.78088],[15.84068,48.88807],[15.74908,48.8546],[15.48446,48.92821],[15.39286,48.98501],[15.30635,48.98501],[15.19439,48.93155],[15.14859,48.99503],[14.98936,49.01266],[14.96472,48.78518],[14.81782,48.77753],[14.8229,48.7272],[14.72113,48.6869],[14.72113,48.57591],[14.59899,48.62639],[14.55828,48.59611],[14.46668,48.64993],[14.3649,48.54897],[14.21733,48.59611],[14.07484,48.59274],[14.01377,48.63312],[14.05957,48.66338],[13.85093,48.77417],[13.79495,48.71713],[13.82039,48.62639],[13.78477,48.57255],[13.72879,48.5119],[13.61175,48.57255],[13.50997,48.58601],[13.43872,48.55234],[13.44381,48.41742],[13.39801,48.35659],[13.26061,48.2923],[13.18428,48.29907],[13.04179,48.2652],[12.96037,48.21097],[12.87386,48.21097],[12.75172,48.09894],[12.86368,48.00369],[12.86368,47.95941],[12.9451,47.93555],[13.00617,47.84683],[12.90439,47.72031],[13.03161,47.71004],[13.09777,47.64151],[13.0367,47.55572],[13.04179,47.49387],[12.97564,47.47323],[12.83315,47.54198],[12.77208,47.66893],[12.62959,47.68949],[12.56852,47.62779],[12.49219,47.63122],[12.43112,47.71004],[12.25301,47.67921],[12.2581,47.74427],[12.16141,47.69634],[12.20721,47.60378],[12.00366,47.62436],[11.83572,47.58662],[11.60672,47.59005],[11.57619,47.50762],[11.42352,47.51449],[11.28103,47.3975],[11.23523,47.44227],[10.99605,47.39061],[10.94008,47.48699],[10.88919,47.54542],[10.75688,47.53168],[10.59912,47.56602],[10.54823,47.53511],[10.48717,47.55229],[10.44137,47.59005],[10.43119,47.48699],[10.48208,47.44915],[10.32432,47.29751],[10.18692,47.2699],[10.2429,47.38717],[10.11059,47.36649],[10.09023,47.44915],[9.94774,47.53855],[9.83579,47.54542],[9.7849,47.59692],[9.71365,47.52824],[9.56608,47.48011],[9.64241,47.44571],[9.67294,47.36994],[9.60679,47.34926],[9.54063,47.26644],[9.58134,47.1662],[9.63223,47.12813],[9.61188,47.03804],[9.68312,47.05884],[9.90194,47.00334],[9.86632,46.94084],[10.12076,46.83302],[10.23272,46.86435],[10.38539,46.98946],[10.47699,46.92694],[10.45663,46.85043],[10.57877,46.83998],[10.70599,46.86435],[10.74161,46.78426],[10.88919,46.75986],[11.04185,46.76335],[11.1131,46.91304],[11.25559,46.97557],[11.41843,46.96515],[11.49986,47.00681],[11.54057,46.97557],[11.63217,47.01028],[11.73394,46.96168],[11.9833,47.04497],[12.2123,47.0935],[12.25301,47.06577],[12.11561,46.99987],[12.13088,46.90261],[12.20721,46.87478],[12.27337,46.88522],[12.28863,46.77729],[12.36497,46.77032],[12.35988,46.70405],[12.51255,46.66565],[12.72628,46.6412],[12.84332,46.61324],[13.1283,46.58877],[13.30641,46.55028],[13.44381,46.56078],[13.82548,46.50477],[13.91199,46.52578],[14.01886,46.47674],[14.12573,46.47674],[14.16135,46.42766],[14.44124,46.43116],[14.57864,46.37853],[14.61426,46.43818],[14.68041,46.43818],[14.75166,46.49776],[14.83308,46.50127],[14.85344,46.60276],[14.9603,46.62373],[14.99084,46.58877],[15.04682,46.64819],[15.22493,46.63421],[15.43357,46.65168],[15.47937,46.60276],[15.57606,46.63421],[15.56079,46.67962],[15.75926,46.69009],[15.86104,46.71801],[16.04933,46.65517],[15.98317,46.81909],[16.13584,46.8713],[16.28342,46.99293],[16.50733,46.99293]]],"terms_url":"https://basemap.at","terms_text":"basemap.at","best":true,"description":"Orthofoto layer provided by basemap.at. \"Successor\" of geoimage.at imagery.","icon":"https://basemap.at/wp-content/uploads/sites/53/2019/06/logo-basemap-trans-3-e1561616417483.png"},{"id":"basemap.at-overlay","name":"basemap.at Overlay","type":"tms","template":"https://mapsneu.wien.gv.at/basemap/bmapoverlay/normal/google3857/{zoom}/{y}/{x}.png","category":"map","zoomExtent":[0,20],"polygon":[[[16.50733,46.99293],[16.52768,47.05884],[16.47679,47.07964],[16.54804,47.1489],[16.47171,47.1489],[16.42591,47.19733],[16.49206,47.2768],[16.46153,47.39406],[16.54295,47.39406],[16.66,47.44915],[16.71088,47.53855],[16.67017,47.63122],[16.57348,47.6175],[16.42082,47.66893],[16.54804,47.70662],[16.53786,47.75454],[16.7058,47.75112],[16.74142,47.67921],[17.09255,47.70319],[17.08237,47.80925],[16.98568,47.86732],[17.08237,47.87414],[17.17397,48.02071],[17.08237,48.02412],[17.09255,48.13971],[16.99077,48.1499],[16.95515,48.25165],[16.85337,48.34644],[16.84828,48.45118],[16.97551,48.51527],[16.89917,48.71377],[16.7058,48.73391],[16.69053,48.77417],[16.49206,48.81105],[16.39537,48.73727],[16.20708,48.73391],[16.00862,48.78088],[15.84068,48.88807],[15.74908,48.8546],[15.48446,48.92821],[15.39286,48.98501],[15.30635,48.98501],[15.19439,48.93155],[15.14859,48.99503],[14.98936,49.01266],[14.96472,48.78518],[14.81782,48.77753],[14.8229,48.7272],[14.72113,48.6869],[14.72113,48.57591],[14.59899,48.62639],[14.55828,48.59611],[14.46668,48.64993],[14.3649,48.54897],[14.21733,48.59611],[14.07484,48.59274],[14.01377,48.63312],[14.05957,48.66338],[13.85093,48.77417],[13.79495,48.71713],[13.82039,48.62639],[13.78477,48.57255],[13.72879,48.5119],[13.61175,48.57255],[13.50997,48.58601],[13.43872,48.55234],[13.44381,48.41742],[13.39801,48.35659],[13.26061,48.2923],[13.18428,48.29907],[13.04179,48.2652],[12.96037,48.21097],[12.87386,48.21097],[12.75172,48.09894],[12.86368,48.00369],[12.86368,47.95941],[12.9451,47.93555],[13.00617,47.84683],[12.90439,47.72031],[13.03161,47.71004],[13.09777,47.64151],[13.0367,47.55572],[13.04179,47.49387],[12.97564,47.47323],[12.83315,47.54198],[12.77208,47.66893],[12.62959,47.68949],[12.56852,47.62779],[12.49219,47.63122],[12.43112,47.71004],[12.25301,47.67921],[12.2581,47.74427],[12.16141,47.69634],[12.20721,47.60378],[12.00366,47.62436],[11.83572,47.58662],[11.60672,47.59005],[11.57619,47.50762],[11.42352,47.51449],[11.28103,47.3975],[11.23523,47.44227],[10.99605,47.39061],[10.94008,47.48699],[10.88919,47.54542],[10.75688,47.53168],[10.59912,47.56602],[10.54823,47.53511],[10.48717,47.55229],[10.44137,47.59005],[10.43119,47.48699],[10.48208,47.44915],[10.32432,47.29751],[10.18692,47.2699],[10.2429,47.38717],[10.11059,47.36649],[10.09023,47.44915],[9.94774,47.53855],[9.83579,47.54542],[9.7849,47.59692],[9.71365,47.52824],[9.56608,47.48011],[9.64241,47.44571],[9.67294,47.36994],[9.60679,47.34926],[9.54063,47.26644],[9.58134,47.1662],[9.63223,47.12813],[9.61188,47.03804],[9.68312,47.05884],[9.90194,47.00334],[9.86632,46.94084],[10.12076,46.83302],[10.23272,46.86435],[10.38539,46.98946],[10.47699,46.92694],[10.45663,46.85043],[10.57877,46.83998],[10.70599,46.86435],[10.74161,46.78426],[10.88919,46.75986],[11.04185,46.76335],[11.1131,46.91304],[11.25559,46.97557],[11.41843,46.96515],[11.49986,47.00681],[11.54057,46.97557],[11.63217,47.01028],[11.73394,46.96168],[11.9833,47.04497],[12.2123,47.0935],[12.25301,47.06577],[12.11561,46.99987],[12.13088,46.90261],[12.20721,46.87478],[12.27337,46.88522],[12.28863,46.77729],[12.36497,46.77032],[12.35988,46.70405],[12.51255,46.66565],[12.72628,46.6412],[12.84332,46.61324],[13.1283,46.58877],[13.30641,46.55028],[13.44381,46.56078],[13.82548,46.50477],[13.91199,46.52578],[14.01886,46.47674],[14.12573,46.47674],[14.16135,46.42766],[14.44124,46.43116],[14.57864,46.37853],[14.61426,46.43818],[14.68041,46.43818],[14.75166,46.49776],[14.83308,46.50127],[14.85344,46.60276],[14.9603,46.62373],[14.99084,46.58877],[15.04682,46.64819],[15.22493,46.63421],[15.43357,46.65168],[15.47937,46.60276],[15.57606,46.63421],[15.56079,46.67962],[15.75926,46.69009],[15.86104,46.71801],[16.04933,46.65517],[15.98317,46.81909],[16.13584,46.8713],[16.28342,46.99293],[16.50733,46.99293]]],"terms_url":"https://basemap.at","terms_text":"basemap.at","description":"Annotation overlay provided by basemap.at.","icon":"https://basemap.at/wp-content/uploads/sites/53/2019/06/logo-basemap-trans-3-e1561616417483.png","overlay":true},{"id":"basemap.at-surface","name":"basemap.at Surface","type":"tms","template":"https://mapsneu.wien.gv.at/basemap/bmapoberflaeche/grau/google3857/{zoom}/{y}/{x}.jpeg","category":"elevation","zoomExtent":[1,19],"polygon":[[[16.50733,46.99293],[16.52768,47.05884],[16.47679,47.07964],[16.54804,47.1489],[16.47171,47.1489],[16.42591,47.19733],[16.49206,47.2768],[16.46153,47.39406],[16.54295,47.39406],[16.66,47.44915],[16.71088,47.53855],[16.67017,47.63122],[16.57348,47.6175],[16.42082,47.66893],[16.54804,47.70662],[16.53786,47.75454],[16.7058,47.75112],[16.74142,47.67921],[17.09255,47.70319],[17.08237,47.80925],[16.98568,47.86732],[17.08237,47.87414],[17.17397,48.02071],[17.08237,48.02412],[17.09255,48.13971],[16.99077,48.1499],[16.95515,48.25165],[16.85337,48.34644],[16.84828,48.45118],[16.97551,48.51527],[16.89917,48.71377],[16.7058,48.73391],[16.69053,48.77417],[16.49206,48.81105],[16.39537,48.73727],[16.20708,48.73391],[16.00862,48.78088],[15.84068,48.88807],[15.74908,48.8546],[15.48446,48.92821],[15.39286,48.98501],[15.30635,48.98501],[15.19439,48.93155],[15.14859,48.99503],[14.98936,49.01266],[14.96472,48.78518],[14.81782,48.77753],[14.8229,48.7272],[14.72113,48.6869],[14.72113,48.57591],[14.59899,48.62639],[14.55828,48.59611],[14.46668,48.64993],[14.3649,48.54897],[14.21733,48.59611],[14.07484,48.59274],[14.01377,48.63312],[14.05957,48.66338],[13.85093,48.77417],[13.79495,48.71713],[13.82039,48.62639],[13.78477,48.57255],[13.72879,48.5119],[13.61175,48.57255],[13.50997,48.58601],[13.43872,48.55234],[13.44381,48.41742],[13.39801,48.35659],[13.26061,48.2923],[13.18428,48.29907],[13.04179,48.2652],[12.96037,48.21097],[12.87386,48.21097],[12.75172,48.09894],[12.86368,48.00369],[12.86368,47.95941],[12.9451,47.93555],[13.00617,47.84683],[12.90439,47.72031],[13.03161,47.71004],[13.09777,47.64151],[13.0367,47.55572],[13.04179,47.49387],[12.97564,47.47323],[12.83315,47.54198],[12.77208,47.66893],[12.62959,47.68949],[12.56852,47.62779],[12.49219,47.63122],[12.43112,47.71004],[12.25301,47.67921],[12.2581,47.74427],[12.16141,47.69634],[12.20721,47.60378],[12.00366,47.62436],[11.83572,47.58662],[11.60672,47.59005],[11.57619,47.50762],[11.42352,47.51449],[11.28103,47.3975],[11.23523,47.44227],[10.99605,47.39061],[10.94008,47.48699],[10.88919,47.54542],[10.75688,47.53168],[10.59912,47.56602],[10.54823,47.53511],[10.48717,47.55229],[10.44137,47.59005],[10.43119,47.48699],[10.48208,47.44915],[10.32432,47.29751],[10.18692,47.2699],[10.2429,47.38717],[10.11059,47.36649],[10.09023,47.44915],[9.94774,47.53855],[9.83579,47.54542],[9.7849,47.59692],[9.71365,47.52824],[9.56608,47.48011],[9.64241,47.44571],[9.67294,47.36994],[9.60679,47.34926],[9.54063,47.26644],[9.58134,47.1662],[9.63223,47.12813],[9.61188,47.03804],[9.68312,47.05884],[9.90194,47.00334],[9.86632,46.94084],[10.12076,46.83302],[10.23272,46.86435],[10.38539,46.98946],[10.47699,46.92694],[10.45663,46.85043],[10.57877,46.83998],[10.70599,46.86435],[10.74161,46.78426],[10.88919,46.75986],[11.04185,46.76335],[11.1131,46.91304],[11.25559,46.97557],[11.41843,46.96515],[11.49986,47.00681],[11.54057,46.97557],[11.63217,47.01028],[11.73394,46.96168],[11.9833,47.04497],[12.2123,47.0935],[12.25301,47.06577],[12.11561,46.99987],[12.13088,46.90261],[12.20721,46.87478],[12.27337,46.88522],[12.28863,46.77729],[12.36497,46.77032],[12.35988,46.70405],[12.51255,46.66565],[12.72628,46.6412],[12.84332,46.61324],[13.1283,46.58877],[13.30641,46.55028],[13.44381,46.56078],[13.82548,46.50477],[13.91199,46.52578],[14.01886,46.47674],[14.12573,46.47674],[14.16135,46.42766],[14.44124,46.43116],[14.57864,46.37853],[14.61426,46.43818],[14.68041,46.43818],[14.75166,46.49776],[14.83308,46.50127],[14.85344,46.60276],[14.9603,46.62373],[14.99084,46.58877],[15.04682,46.64819],[15.22493,46.63421],[15.43357,46.65168],[15.47937,46.60276],[15.57606,46.63421],[15.56079,46.67962],[15.75926,46.69009],[15.86104,46.71801],[16.04933,46.65517],[15.98317,46.81909],[16.13584,46.8713],[16.28342,46.99293],[16.50733,46.99293]]],"terms_url":"https://basemap.at","terms_text":"basemap.at","description":"Surface layer provided by basemap.at.","icon":"https://basemap.at/wp-content/uploads/sites/53/2019/06/logo-basemap-trans-3-e1561616417483.png"},{"id":"basemap.at-terrain","name":"basemap.at Terrain","type":"tms","template":"https://mapsneu.wien.gv.at/basemap/bmapgelaende/grau/google3857/{zoom}/{y}/{x}.jpeg","category":"elevation","zoomExtent":[1,19],"polygon":[[[16.50733,46.99293],[16.52768,47.05884],[16.47679,47.07964],[16.54804,47.1489],[16.47171,47.1489],[16.42591,47.19733],[16.49206,47.2768],[16.46153,47.39406],[16.54295,47.39406],[16.66,47.44915],[16.71088,47.53855],[16.67017,47.63122],[16.57348,47.6175],[16.42082,47.66893],[16.54804,47.70662],[16.53786,47.75454],[16.7058,47.75112],[16.74142,47.67921],[17.09255,47.70319],[17.08237,47.80925],[16.98568,47.86732],[17.08237,47.87414],[17.17397,48.02071],[17.08237,48.02412],[17.09255,48.13971],[16.99077,48.1499],[16.95515,48.25165],[16.85337,48.34644],[16.84828,48.45118],[16.97551,48.51527],[16.89917,48.71377],[16.7058,48.73391],[16.69053,48.77417],[16.49206,48.81105],[16.39537,48.73727],[16.20708,48.73391],[16.00862,48.78088],[15.84068,48.88807],[15.74908,48.8546],[15.48446,48.92821],[15.39286,48.98501],[15.30635,48.98501],[15.19439,48.93155],[15.14859,48.99503],[14.98936,49.01266],[14.96472,48.78518],[14.81782,48.77753],[14.8229,48.7272],[14.72113,48.6869],[14.72113,48.57591],[14.59899,48.62639],[14.55828,48.59611],[14.46668,48.64993],[14.3649,48.54897],[14.21733,48.59611],[14.07484,48.59274],[14.01377,48.63312],[14.05957,48.66338],[13.85093,48.77417],[13.79495,48.71713],[13.82039,48.62639],[13.78477,48.57255],[13.72879,48.5119],[13.61175,48.57255],[13.50997,48.58601],[13.43872,48.55234],[13.44381,48.41742],[13.39801,48.35659],[13.26061,48.2923],[13.18428,48.29907],[13.04179,48.2652],[12.96037,48.21097],[12.87386,48.21097],[12.75172,48.09894],[12.86368,48.00369],[12.86368,47.95941],[12.9451,47.93555],[13.00617,47.84683],[12.90439,47.72031],[13.03161,47.71004],[13.09777,47.64151],[13.0367,47.55572],[13.04179,47.49387],[12.97564,47.47323],[12.83315,47.54198],[12.77208,47.66893],[12.62959,47.68949],[12.56852,47.62779],[12.49219,47.63122],[12.43112,47.71004],[12.25301,47.67921],[12.2581,47.74427],[12.16141,47.69634],[12.20721,47.60378],[12.00366,47.62436],[11.83572,47.58662],[11.60672,47.59005],[11.57619,47.50762],[11.42352,47.51449],[11.28103,47.3975],[11.23523,47.44227],[10.99605,47.39061],[10.94008,47.48699],[10.88919,47.54542],[10.75688,47.53168],[10.59912,47.56602],[10.54823,47.53511],[10.48717,47.55229],[10.44137,47.59005],[10.43119,47.48699],[10.48208,47.44915],[10.32432,47.29751],[10.18692,47.2699],[10.2429,47.38717],[10.11059,47.36649],[10.09023,47.44915],[9.94774,47.53855],[9.83579,47.54542],[9.7849,47.59692],[9.71365,47.52824],[9.56608,47.48011],[9.64241,47.44571],[9.67294,47.36994],[9.60679,47.34926],[9.54063,47.26644],[9.58134,47.1662],[9.63223,47.12813],[9.61188,47.03804],[9.68312,47.05884],[9.90194,47.00334],[9.86632,46.94084],[10.12076,46.83302],[10.23272,46.86435],[10.38539,46.98946],[10.47699,46.92694],[10.45663,46.85043],[10.57877,46.83998],[10.70599,46.86435],[10.74161,46.78426],[10.88919,46.75986],[11.04185,46.76335],[11.1131,46.91304],[11.25559,46.97557],[11.41843,46.96515],[11.49986,47.00681],[11.54057,46.97557],[11.63217,47.01028],[11.73394,46.96168],[11.9833,47.04497],[12.2123,47.0935],[12.25301,47.06577],[12.11561,46.99987],[12.13088,46.90261],[12.20721,46.87478],[12.27337,46.88522],[12.28863,46.77729],[12.36497,46.77032],[12.35988,46.70405],[12.51255,46.66565],[12.72628,46.6412],[12.84332,46.61324],[13.1283,46.58877],[13.30641,46.55028],[13.44381,46.56078],[13.82548,46.50477],[13.91199,46.52578],[14.01886,46.47674],[14.12573,46.47674],[14.16135,46.42766],[14.44124,46.43116],[14.57864,46.37853],[14.61426,46.43818],[14.68041,46.43818],[14.75166,46.49776],[14.83308,46.50127],[14.85344,46.60276],[14.9603,46.62373],[14.99084,46.58877],[15.04682,46.64819],[15.22493,46.63421],[15.43357,46.65168],[15.47937,46.60276],[15.57606,46.63421],[15.56079,46.67962],[15.75926,46.69009],[15.86104,46.71801],[16.04933,46.65517],[15.98317,46.81909],[16.13584,46.8713],[16.28342,46.99293],[16.50733,46.99293]]],"terms_url":"https://basemap.at","terms_text":"basemap.at","description":"Terrain layer provided by basemap.at.","icon":"https://basemap.at/wp-content/uploads/sites/53/2019/06/logo-basemap-trans-3-e1561616417483.png"},{"id":"BY_Amtl_Karte","name":"Bayern Beschriftungen","type":"tms","template":"https://wmtsod{switch:1,2,3,4,5,6,7,8,9}.bayernwolke.de/wmts/by_amtl_karte/smerc/{zoom}/{x}/{y}","category":"map","zoomExtent":[7,22],"polygon":[[[10.12359,50.56846],[10.03795,50.51115],[10.03581,50.47982],[9.91805,50.40893],[9.86881,50.40074],[9.77032,50.42939],[9.72964,50.35841],[9.74249,50.30922],[9.66756,50.27228],[9.63544,50.24901],[9.66541,50.23532],[9.61403,50.22163],[9.49413,50.24354],[9.48985,50.16954],[9.53267,50.16406],[9.50484,50.14211],[9.52197,50.09543],[9.4085,50.0817],[9.37638,50.12701],[9.23507,50.1476],[9.18583,50.13525],[9.19654,50.11878],[9.15586,50.11328],[9.1216,50.12289],[9.02097,50.11054],[9.00171,50.0707],[8.95674,50.05971],[8.96317,50.03084],[9.01669,50.02671],[9.03596,49.83514],[9.07236,49.82824],[9.10019,49.78955],[9.13659,49.79093],[9.10876,49.75637],[9.13873,49.74253],[9.13017,49.71208],[9.09163,49.6927],[9.10019,49.65113],[9.06594,49.60814],[9.09805,49.57205],[9.2415,49.57483],[9.28432,49.60814],[9.27789,49.62617],[9.31215,49.64836],[9.33998,49.63727],[9.35925,49.64974],[9.38066,49.63865],[9.41492,49.6442],[9.42776,49.69824],[9.4085,49.72593],[9.32928,49.73423],[9.33356,49.7702],[9.40421,49.76466],[9.42562,49.77849],[9.46844,49.76051],[9.49199,49.77987],[9.50698,49.75222],[9.57121,49.73561],[9.55836,49.77434],[9.64615,49.78955],[9.62045,49.69131],[9.68254,49.68854],[9.67826,49.71624],[9.70609,49.71624],[9.74035,49.68577],[9.75748,49.70793],[9.79602,49.72039],[9.83455,49.68993],[9.81743,49.66083],[9.85382,49.6442],[9.86667,49.60675],[9.80672,49.55678],[9.85596,49.53872],[9.89878,49.58177],[9.92448,49.55678],[9.92662,49.47894],[10.01654,49.47616],[10.0722,49.53316],[10.11074,49.50537],[10.1086,49.44555],[10.14072,49.39401],[10.10432,49.34522],[10.15142,49.28939],[10.11931,49.26285],[10.12359,49.19714],[10.25205,49.13274],[10.20066,49.10331],[10.24991,49.07387],[10.24991,49.03599],[10.33769,49.02055],[10.43403,48.95873],[10.44046,48.84896],[10.40192,48.746],[10.45116,48.72765],[10.43189,48.69939],[10.3698,48.68385],[10.27346,48.70646],[10.24563,48.6683],[10.29915,48.61878],[10.31628,48.51678],[10.23492,48.51252],[10.15356,48.4515],[10.12359,48.47705],[10.02938,48.46144],[10.03153,48.42593],[9.96944,48.36765],[10.05508,48.26228],[10.10004,48.12813],[10.13429,48.10669],[10.13001,48.02084],[10.07649,47.96496],[10.1086,47.90902],[10.08291,47.85302],[10.11288,47.8099],[10.0615,47.7725],[10.14286,47.70195],[10.13215,47.676],[10.10004,47.66735],[10.02938,47.68177],[9.978,47.65582],[9.85596,47.676],[9.7168,47.60388],[9.63972,47.60532],[9.58406,47.56488],[9.67398,47.53454],[9.73821,47.52586],[9.77461,47.58222],[9.82171,47.57644],[9.81743,47.54465],[9.85596,47.50851],[9.8945,47.52876],[9.95659,47.52731],[9.978,47.48537],[10.09576,47.44194],[10.09361,47.42601],[10.06792,47.41877],[10.0615,47.36369],[10.10004,47.34339],[10.16641,47.34629],[10.16641,47.37384],[10.19424,47.37384],[10.1921,47.30275],[10.14714,47.26208],[10.28416,47.26208],[10.28202,47.27806],[10.32056,47.28678],[10.40834,47.34339],[10.41048,47.37384],[10.45973,47.37529],[10.45973,47.40283],[10.48756,47.41298],[10.48756,47.47813],[10.46615,47.48392],[10.46187,47.54032],[10.57962,47.52876],[10.59461,47.55477],[10.64385,47.54899],[10.81085,47.51285],[10.87294,47.53598],[10.90077,47.5143],[10.85581,47.49405],[10.8708,47.47524],[10.9179,47.47524],[10.97785,47.43615],[10.965,47.38979],[11.10203,47.39269],[11.24761,47.43181],[11.21336,47.38834],[11.27973,47.39559],[11.3461,47.44339],[11.42746,47.44484],[11.39534,47.47524],[11.4403,47.50417],[11.51738,47.49839],[11.59017,47.51285],[11.59445,47.54899],[11.63942,47.58222],[11.85137,47.57933],[11.89205,47.60388],[12.13827,47.60388],[12.17467,47.59521],[12.21106,47.60388],[12.2132,47.66591],[12.19179,47.68177],[12.2132,47.69186],[12.24318,47.67745],[12.41446,47.67024],[12.48083,47.61975],[12.57503,47.6212],[12.6671,47.67024],[12.73989,47.67312],[12.76986,47.63274],[12.76772,47.55044],[13.00323,47.45208],[13.05676,47.47379],[13.06532,47.56922],[13.11885,47.63851],[13.0589,47.72499],[12.93472,47.7322],[13.01394,47.83434],[12.99681,47.88461],[12.94543,47.95636],[12.89832,47.95492],[12.86407,48.01368],[12.772,48.09382],[12.87691,48.18526],[12.95827,48.19097],[13.09315,48.26941],[13.2837,48.27511],[13.40574,48.36053],[13.45712,48.41598],[13.45712,48.5508],[13.64339,48.54371],[13.67122,48.50543],[13.75258,48.50401],[13.76543,48.5423],[13.8425,48.60038],[13.84464,48.70081],[13.81681,48.70646],[13.84036,48.77423],[13.7847,48.83346],[13.73759,48.89261],[13.67765,48.88698],[13.63483,48.94326],[13.57916,48.96997],[13.4143,48.97981],[13.4143,49.02897],[13.37148,49.08088],[13.29655,49.12293],[13.2366,49.12153],[13.19164,49.14395],[13.13169,49.21952],[13.05462,49.27543],[12.99681,49.33685],[12.90475,49.35638],[12.7977,49.34661],[12.75274,49.41073],[12.66281,49.43302],[12.65425,49.53455],[12.58788,49.55261],[12.5472,49.68023],[12.46156,49.70655],[12.41018,49.75775],[12.48083,49.78817],[12.54934,49.86827],[12.55576,49.92206],[12.49796,49.94136],[12.49367,49.98543],[12.27743,50.07208],[12.24318,50.09955],[12.20678,50.10779],[12.20464,50.14348],[12.22391,50.16406],[12.19822,50.20107],[12.14897,50.23669],[12.11258,50.23532],[12.10615,50.25586],[12.14041,50.27228],[12.1297,50.29828],[12.09331,50.32972],[12.04835,50.33109],[11.98412,50.35705],[11.98626,50.38709],[11.92203,50.42802],[11.83639,50.39255],[11.79357,50.4212],[11.63727,50.38845],[11.59874,50.40347],[11.52594,50.37617],[11.51952,50.39801],[11.49169,50.39801],[11.48955,50.42257],[11.42532,50.44166],[11.42532,50.4771],[11.44244,50.48936],[11.43816,50.50979],[11.35895,50.5234],[11.24119,50.47982],[11.24975,50.37344],[11.24119,50.2928],[11.16197,50.29417],[11.1791,50.31332],[11.12772,50.36661],[10.99069,50.36661],[10.93717,50.39664],[10.85581,50.39664],[10.71236,50.36524],[10.71879,50.32015],[10.85153,50.24354],[10.72949,50.24765],[10.72521,50.21066],[10.62244,50.2271],[10.60317,50.33109],[10.41048,50.41848],[10.32698,50.49345],[10.25205,50.51796],[10.20281,50.55742],[10.14286,50.55078],[10.12359,50.56846]]],"terms_url":"https://www.ldbv.bayern.de/","terms_text":"Bayerische Vermessungsverwaltung"},{"id":"BY_Label","name":"Bayern Beschriftungen","type":"tms","template":"https://wmtsod{switch:1,2,3,4,5,6,7,8,9}.bayernwolke.de/wmts/by_label/smerc/{zoom}/{x}/{y}","category":"other","zoomExtent":[7,22],"polygon":[[[10.12359,50.56846],[10.03795,50.51115],[10.03581,50.47982],[9.91805,50.40893],[9.86881,50.40074],[9.77032,50.42939],[9.72964,50.35841],[9.74249,50.30922],[9.66756,50.27228],[9.63544,50.24901],[9.66541,50.23532],[9.61403,50.22163],[9.49413,50.24354],[9.48985,50.16954],[9.53267,50.16406],[9.50484,50.14211],[9.52197,50.09543],[9.4085,50.0817],[9.37638,50.12701],[9.23507,50.1476],[9.18583,50.13525],[9.19654,50.11878],[9.15586,50.11328],[9.1216,50.12289],[9.02097,50.11054],[9.00171,50.0707],[8.95674,50.05971],[8.96317,50.03084],[9.01669,50.02671],[9.03596,49.83514],[9.07236,49.82824],[9.10019,49.78955],[9.13659,49.79093],[9.10876,49.75637],[9.13873,49.74253],[9.13017,49.71208],[9.09163,49.6927],[9.10019,49.65113],[9.06594,49.60814],[9.09805,49.57205],[9.2415,49.57483],[9.28432,49.60814],[9.27789,49.62617],[9.31215,49.64836],[9.33998,49.63727],[9.35925,49.64974],[9.38066,49.63865],[9.41492,49.6442],[9.42776,49.69824],[9.4085,49.72593],[9.32928,49.73423],[9.33356,49.7702],[9.40421,49.76466],[9.42562,49.77849],[9.46844,49.76051],[9.49199,49.77987],[9.50698,49.75222],[9.57121,49.73561],[9.55836,49.77434],[9.64615,49.78955],[9.62045,49.69131],[9.68254,49.68854],[9.67826,49.71624],[9.70609,49.71624],[9.74035,49.68577],[9.75748,49.70793],[9.79602,49.72039],[9.83455,49.68993],[9.81743,49.66083],[9.85382,49.6442],[9.86667,49.60675],[9.80672,49.55678],[9.85596,49.53872],[9.89878,49.58177],[9.92448,49.55678],[9.92662,49.47894],[10.01654,49.47616],[10.0722,49.53316],[10.11074,49.50537],[10.1086,49.44555],[10.14072,49.39401],[10.10432,49.34522],[10.15142,49.28939],[10.11931,49.26285],[10.12359,49.19714],[10.25205,49.13274],[10.20066,49.10331],[10.24991,49.07387],[10.24991,49.03599],[10.33769,49.02055],[10.43403,48.95873],[10.44046,48.84896],[10.40192,48.746],[10.45116,48.72765],[10.43189,48.69939],[10.3698,48.68385],[10.27346,48.70646],[10.24563,48.6683],[10.29915,48.61878],[10.31628,48.51678],[10.23492,48.51252],[10.15356,48.4515],[10.12359,48.47705],[10.02938,48.46144],[10.03153,48.42593],[9.96944,48.36765],[10.05508,48.26228],[10.10004,48.12813],[10.13429,48.10669],[10.13001,48.02084],[10.07649,47.96496],[10.1086,47.90902],[10.08291,47.85302],[10.11288,47.8099],[10.0615,47.7725],[10.14286,47.70195],[10.13215,47.676],[10.10004,47.66735],[10.02938,47.68177],[9.978,47.65582],[9.85596,47.676],[9.7168,47.60388],[9.63972,47.60532],[9.58406,47.56488],[9.67398,47.53454],[9.73821,47.52586],[9.77461,47.58222],[9.82171,47.57644],[9.81743,47.54465],[9.85596,47.50851],[9.8945,47.52876],[9.95659,47.52731],[9.978,47.48537],[10.09576,47.44194],[10.09361,47.42601],[10.06792,47.41877],[10.0615,47.36369],[10.10004,47.34339],[10.16641,47.34629],[10.16641,47.37384],[10.19424,47.37384],[10.1921,47.30275],[10.14714,47.26208],[10.28416,47.26208],[10.28202,47.27806],[10.32056,47.28678],[10.40834,47.34339],[10.41048,47.37384],[10.45973,47.37529],[10.45973,47.40283],[10.48756,47.41298],[10.48756,47.47813],[10.46615,47.48392],[10.46187,47.54032],[10.57962,47.52876],[10.59461,47.55477],[10.64385,47.54899],[10.81085,47.51285],[10.87294,47.53598],[10.90077,47.5143],[10.85581,47.49405],[10.8708,47.47524],[10.9179,47.47524],[10.97785,47.43615],[10.965,47.38979],[11.10203,47.39269],[11.24761,47.43181],[11.21336,47.38834],[11.27973,47.39559],[11.3461,47.44339],[11.42746,47.44484],[11.39534,47.47524],[11.4403,47.50417],[11.51738,47.49839],[11.59017,47.51285],[11.59445,47.54899],[11.63942,47.58222],[11.85137,47.57933],[11.89205,47.60388],[12.13827,47.60388],[12.17467,47.59521],[12.21106,47.60388],[12.2132,47.66591],[12.19179,47.68177],[12.2132,47.69186],[12.24318,47.67745],[12.41446,47.67024],[12.48083,47.61975],[12.57503,47.6212],[12.6671,47.67024],[12.73989,47.67312],[12.76986,47.63274],[12.76772,47.55044],[13.00323,47.45208],[13.05676,47.47379],[13.06532,47.56922],[13.11885,47.63851],[13.0589,47.72499],[12.93472,47.7322],[13.01394,47.83434],[12.99681,47.88461],[12.94543,47.95636],[12.89832,47.95492],[12.86407,48.01368],[12.772,48.09382],[12.87691,48.18526],[12.95827,48.19097],[13.09315,48.26941],[13.2837,48.27511],[13.40574,48.36053],[13.45712,48.41598],[13.45712,48.5508],[13.64339,48.54371],[13.67122,48.50543],[13.75258,48.50401],[13.76543,48.5423],[13.8425,48.60038],[13.84464,48.70081],[13.81681,48.70646],[13.84036,48.77423],[13.7847,48.83346],[13.73759,48.89261],[13.67765,48.88698],[13.63483,48.94326],[13.57916,48.96997],[13.4143,48.97981],[13.4143,49.02897],[13.37148,49.08088],[13.29655,49.12293],[13.2366,49.12153],[13.19164,49.14395],[13.13169,49.21952],[13.05462,49.27543],[12.99681,49.33685],[12.90475,49.35638],[12.7977,49.34661],[12.75274,49.41073],[12.66281,49.43302],[12.65425,49.53455],[12.58788,49.55261],[12.5472,49.68023],[12.46156,49.70655],[12.41018,49.75775],[12.48083,49.78817],[12.54934,49.86827],[12.55576,49.92206],[12.49796,49.94136],[12.49367,49.98543],[12.27743,50.07208],[12.24318,50.09955],[12.20678,50.10779],[12.20464,50.14348],[12.22391,50.16406],[12.19822,50.20107],[12.14897,50.23669],[12.11258,50.23532],[12.10615,50.25586],[12.14041,50.27228],[12.1297,50.29828],[12.09331,50.32972],[12.04835,50.33109],[11.98412,50.35705],[11.98626,50.38709],[11.92203,50.42802],[11.83639,50.39255],[11.79357,50.4212],[11.63727,50.38845],[11.59874,50.40347],[11.52594,50.37617],[11.51952,50.39801],[11.49169,50.39801],[11.48955,50.42257],[11.42532,50.44166],[11.42532,50.4771],[11.44244,50.48936],[11.43816,50.50979],[11.35895,50.5234],[11.24119,50.47982],[11.24975,50.37344],[11.24119,50.2928],[11.16197,50.29417],[11.1791,50.31332],[11.12772,50.36661],[10.99069,50.36661],[10.93717,50.39664],[10.85581,50.39664],[10.71236,50.36524],[10.71879,50.32015],[10.85153,50.24354],[10.72949,50.24765],[10.72521,50.21066],[10.62244,50.2271],[10.60317,50.33109],[10.41048,50.41848],[10.32698,50.49345],[10.25205,50.51796],[10.20281,50.55742],[10.14286,50.55078],[10.12359,50.56846]]],"terms_url":"https://www.ldbv.bayern.de/","terms_text":"Bayerische Vermessungsverwaltung","overlay":true},{"id":"BY_Relief","name":"Bayern Geländerelief","type":"wms","template":"https://geoservices.bayern.de/od/wms/dgm/v1/relief?LAYERS=by_relief_schraeglicht&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","zoomExtent":[7,22],"polygon":[[[10.12359,50.56846],[10.03795,50.51115],[10.03581,50.47982],[9.91805,50.40893],[9.86881,50.40074],[9.77032,50.42939],[9.72964,50.35841],[9.74249,50.30922],[9.66756,50.27228],[9.63544,50.24901],[9.66541,50.23532],[9.61403,50.22163],[9.49413,50.24354],[9.48985,50.16954],[9.53267,50.16406],[9.50484,50.14211],[9.52197,50.09543],[9.4085,50.0817],[9.37638,50.12701],[9.23507,50.1476],[9.18583,50.13525],[9.19654,50.11878],[9.15586,50.11328],[9.1216,50.12289],[9.02097,50.11054],[9.00171,50.0707],[8.95674,50.05971],[8.96317,50.03084],[9.01669,50.02671],[9.03596,49.83514],[9.07236,49.82824],[9.10019,49.78955],[9.13659,49.79093],[9.10876,49.75637],[9.13873,49.74253],[9.13017,49.71208],[9.09163,49.6927],[9.10019,49.65113],[9.06594,49.60814],[9.09805,49.57205],[9.2415,49.57483],[9.28432,49.60814],[9.27789,49.62617],[9.31215,49.64836],[9.33998,49.63727],[9.35925,49.64974],[9.38066,49.63865],[9.41492,49.6442],[9.42776,49.69824],[9.4085,49.72593],[9.32928,49.73423],[9.33356,49.7702],[9.40421,49.76466],[9.42562,49.77849],[9.46844,49.76051],[9.49199,49.77987],[9.50698,49.75222],[9.57121,49.73561],[9.55836,49.77434],[9.64615,49.78955],[9.62045,49.69131],[9.68254,49.68854],[9.67826,49.71624],[9.70609,49.71624],[9.74035,49.68577],[9.75748,49.70793],[9.79602,49.72039],[9.83455,49.68993],[9.81743,49.66083],[9.85382,49.6442],[9.86667,49.60675],[9.80672,49.55678],[9.85596,49.53872],[9.89878,49.58177],[9.92448,49.55678],[9.92662,49.47894],[10.01654,49.47616],[10.0722,49.53316],[10.11074,49.50537],[10.1086,49.44555],[10.14072,49.39401],[10.10432,49.34522],[10.15142,49.28939],[10.11931,49.26285],[10.12359,49.19714],[10.25205,49.13274],[10.20066,49.10331],[10.24991,49.07387],[10.24991,49.03599],[10.33769,49.02055],[10.43403,48.95873],[10.44046,48.84896],[10.40192,48.746],[10.45116,48.72765],[10.43189,48.69939],[10.3698,48.68385],[10.27346,48.70646],[10.24563,48.6683],[10.29915,48.61878],[10.31628,48.51678],[10.23492,48.51252],[10.15356,48.4515],[10.12359,48.47705],[10.02938,48.46144],[10.03153,48.42593],[9.96944,48.36765],[10.05508,48.26228],[10.10004,48.12813],[10.13429,48.10669],[10.13001,48.02084],[10.07649,47.96496],[10.1086,47.90902],[10.08291,47.85302],[10.11288,47.8099],[10.0615,47.7725],[10.14286,47.70195],[10.13215,47.676],[10.10004,47.66735],[10.02938,47.68177],[9.978,47.65582],[9.85596,47.676],[9.7168,47.60388],[9.63972,47.60532],[9.58406,47.56488],[9.67398,47.53454],[9.73821,47.52586],[9.77461,47.58222],[9.82171,47.57644],[9.81743,47.54465],[9.85596,47.50851],[9.8945,47.52876],[9.95659,47.52731],[9.978,47.48537],[10.09576,47.44194],[10.09361,47.42601],[10.06792,47.41877],[10.0615,47.36369],[10.10004,47.34339],[10.16641,47.34629],[10.16641,47.37384],[10.19424,47.37384],[10.1921,47.30275],[10.14714,47.26208],[10.28416,47.26208],[10.28202,47.27806],[10.32056,47.28678],[10.40834,47.34339],[10.41048,47.37384],[10.45973,47.37529],[10.45973,47.40283],[10.48756,47.41298],[10.48756,47.47813],[10.46615,47.48392],[10.46187,47.54032],[10.57962,47.52876],[10.59461,47.55477],[10.64385,47.54899],[10.81085,47.51285],[10.87294,47.53598],[10.90077,47.5143],[10.85581,47.49405],[10.8708,47.47524],[10.9179,47.47524],[10.97785,47.43615],[10.965,47.38979],[11.10203,47.39269],[11.24761,47.43181],[11.21336,47.38834],[11.27973,47.39559],[11.3461,47.44339],[11.42746,47.44484],[11.39534,47.47524],[11.4403,47.50417],[11.51738,47.49839],[11.59017,47.51285],[11.59445,47.54899],[11.63942,47.58222],[11.85137,47.57933],[11.89205,47.60388],[12.13827,47.60388],[12.17467,47.59521],[12.21106,47.60388],[12.2132,47.66591],[12.19179,47.68177],[12.2132,47.69186],[12.24318,47.67745],[12.41446,47.67024],[12.48083,47.61975],[12.57503,47.6212],[12.6671,47.67024],[12.73989,47.67312],[12.76986,47.63274],[12.76772,47.55044],[13.00323,47.45208],[13.05676,47.47379],[13.06532,47.56922],[13.11885,47.63851],[13.0589,47.72499],[12.93472,47.7322],[13.01394,47.83434],[12.99681,47.88461],[12.94543,47.95636],[12.89832,47.95492],[12.86407,48.01368],[12.772,48.09382],[12.87691,48.18526],[12.95827,48.19097],[13.09315,48.26941],[13.2837,48.27511],[13.40574,48.36053],[13.45712,48.41598],[13.45712,48.5508],[13.64339,48.54371],[13.67122,48.50543],[13.75258,48.50401],[13.76543,48.5423],[13.8425,48.60038],[13.84464,48.70081],[13.81681,48.70646],[13.84036,48.77423],[13.7847,48.83346],[13.73759,48.89261],[13.67765,48.88698],[13.63483,48.94326],[13.57916,48.96997],[13.4143,48.97981],[13.4143,49.02897],[13.37148,49.08088],[13.29655,49.12293],[13.2366,49.12153],[13.19164,49.14395],[13.13169,49.21952],[13.05462,49.27543],[12.99681,49.33685],[12.90475,49.35638],[12.7977,49.34661],[12.75274,49.41073],[12.66281,49.43302],[12.65425,49.53455],[12.58788,49.55261],[12.5472,49.68023],[12.46156,49.70655],[12.41018,49.75775],[12.48083,49.78817],[12.54934,49.86827],[12.55576,49.92206],[12.49796,49.94136],[12.49367,49.98543],[12.27743,50.07208],[12.24318,50.09955],[12.20678,50.10779],[12.20464,50.14348],[12.22391,50.16406],[12.19822,50.20107],[12.14897,50.23669],[12.11258,50.23532],[12.10615,50.25586],[12.14041,50.27228],[12.1297,50.29828],[12.09331,50.32972],[12.04835,50.33109],[11.98412,50.35705],[11.98626,50.38709],[11.92203,50.42802],[11.83639,50.39255],[11.79357,50.4212],[11.63727,50.38845],[11.59874,50.40347],[11.52594,50.37617],[11.51952,50.39801],[11.49169,50.39801],[11.48955,50.42257],[11.42532,50.44166],[11.42532,50.4771],[11.44244,50.48936],[11.43816,50.50979],[11.35895,50.5234],[11.24119,50.47982],[11.24975,50.37344],[11.24119,50.2928],[11.16197,50.29417],[11.1791,50.31332],[11.12772,50.36661],[10.99069,50.36661],[10.93717,50.39664],[10.85581,50.39664],[10.71236,50.36524],[10.71879,50.32015],[10.85153,50.24354],[10.72949,50.24765],[10.72521,50.21066],[10.62244,50.2271],[10.60317,50.33109],[10.41048,50.41848],[10.32698,50.49345],[10.25205,50.51796],[10.20281,50.55742],[10.14286,50.55078],[10.12359,50.56846]]],"terms_url":"https://www.ldbv.bayern.de/","terms_text":"Bayerische Vermessungsverwaltung"},{"id":"BY_HL","name":"Bayern Höhenlinien","type":"wms","template":"https://geoservices.bayern.de/od/wms/dgm/v1/hl?LAYERS=by_hl_g&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","zoomExtent":[7,22],"polygon":[[[10.12359,50.56846],[10.03795,50.51115],[10.03581,50.47982],[9.91805,50.40893],[9.86881,50.40074],[9.77032,50.42939],[9.72964,50.35841],[9.74249,50.30922],[9.66756,50.27228],[9.63544,50.24901],[9.66541,50.23532],[9.61403,50.22163],[9.49413,50.24354],[9.48985,50.16954],[9.53267,50.16406],[9.50484,50.14211],[9.52197,50.09543],[9.4085,50.0817],[9.37638,50.12701],[9.23507,50.1476],[9.18583,50.13525],[9.19654,50.11878],[9.15586,50.11328],[9.1216,50.12289],[9.02097,50.11054],[9.00171,50.0707],[8.95674,50.05971],[8.96317,50.03084],[9.01669,50.02671],[9.03596,49.83514],[9.07236,49.82824],[9.10019,49.78955],[9.13659,49.79093],[9.10876,49.75637],[9.13873,49.74253],[9.13017,49.71208],[9.09163,49.6927],[9.10019,49.65113],[9.06594,49.60814],[9.09805,49.57205],[9.2415,49.57483],[9.28432,49.60814],[9.27789,49.62617],[9.31215,49.64836],[9.33998,49.63727],[9.35925,49.64974],[9.38066,49.63865],[9.41492,49.6442],[9.42776,49.69824],[9.4085,49.72593],[9.32928,49.73423],[9.33356,49.7702],[9.40421,49.76466],[9.42562,49.77849],[9.46844,49.76051],[9.49199,49.77987],[9.50698,49.75222],[9.57121,49.73561],[9.55836,49.77434],[9.64615,49.78955],[9.62045,49.69131],[9.68254,49.68854],[9.67826,49.71624],[9.70609,49.71624],[9.74035,49.68577],[9.75748,49.70793],[9.79602,49.72039],[9.83455,49.68993],[9.81743,49.66083],[9.85382,49.6442],[9.86667,49.60675],[9.80672,49.55678],[9.85596,49.53872],[9.89878,49.58177],[9.92448,49.55678],[9.92662,49.47894],[10.01654,49.47616],[10.0722,49.53316],[10.11074,49.50537],[10.1086,49.44555],[10.14072,49.39401],[10.10432,49.34522],[10.15142,49.28939],[10.11931,49.26285],[10.12359,49.19714],[10.25205,49.13274],[10.20066,49.10331],[10.24991,49.07387],[10.24991,49.03599],[10.33769,49.02055],[10.43403,48.95873],[10.44046,48.84896],[10.40192,48.746],[10.45116,48.72765],[10.43189,48.69939],[10.3698,48.68385],[10.27346,48.70646],[10.24563,48.6683],[10.29915,48.61878],[10.31628,48.51678],[10.23492,48.51252],[10.15356,48.4515],[10.12359,48.47705],[10.02938,48.46144],[10.03153,48.42593],[9.96944,48.36765],[10.05508,48.26228],[10.10004,48.12813],[10.13429,48.10669],[10.13001,48.02084],[10.07649,47.96496],[10.1086,47.90902],[10.08291,47.85302],[10.11288,47.8099],[10.0615,47.7725],[10.14286,47.70195],[10.13215,47.676],[10.10004,47.66735],[10.02938,47.68177],[9.978,47.65582],[9.85596,47.676],[9.7168,47.60388],[9.63972,47.60532],[9.58406,47.56488],[9.67398,47.53454],[9.73821,47.52586],[9.77461,47.58222],[9.82171,47.57644],[9.81743,47.54465],[9.85596,47.50851],[9.8945,47.52876],[9.95659,47.52731],[9.978,47.48537],[10.09576,47.44194],[10.09361,47.42601],[10.06792,47.41877],[10.0615,47.36369],[10.10004,47.34339],[10.16641,47.34629],[10.16641,47.37384],[10.19424,47.37384],[10.1921,47.30275],[10.14714,47.26208],[10.28416,47.26208],[10.28202,47.27806],[10.32056,47.28678],[10.40834,47.34339],[10.41048,47.37384],[10.45973,47.37529],[10.45973,47.40283],[10.48756,47.41298],[10.48756,47.47813],[10.46615,47.48392],[10.46187,47.54032],[10.57962,47.52876],[10.59461,47.55477],[10.64385,47.54899],[10.81085,47.51285],[10.87294,47.53598],[10.90077,47.5143],[10.85581,47.49405],[10.8708,47.47524],[10.9179,47.47524],[10.97785,47.43615],[10.965,47.38979],[11.10203,47.39269],[11.24761,47.43181],[11.21336,47.38834],[11.27973,47.39559],[11.3461,47.44339],[11.42746,47.44484],[11.39534,47.47524],[11.4403,47.50417],[11.51738,47.49839],[11.59017,47.51285],[11.59445,47.54899],[11.63942,47.58222],[11.85137,47.57933],[11.89205,47.60388],[12.13827,47.60388],[12.17467,47.59521],[12.21106,47.60388],[12.2132,47.66591],[12.19179,47.68177],[12.2132,47.69186],[12.24318,47.67745],[12.41446,47.67024],[12.48083,47.61975],[12.57503,47.6212],[12.6671,47.67024],[12.73989,47.67312],[12.76986,47.63274],[12.76772,47.55044],[13.00323,47.45208],[13.05676,47.47379],[13.06532,47.56922],[13.11885,47.63851],[13.0589,47.72499],[12.93472,47.7322],[13.01394,47.83434],[12.99681,47.88461],[12.94543,47.95636],[12.89832,47.95492],[12.86407,48.01368],[12.772,48.09382],[12.87691,48.18526],[12.95827,48.19097],[13.09315,48.26941],[13.2837,48.27511],[13.40574,48.36053],[13.45712,48.41598],[13.45712,48.5508],[13.64339,48.54371],[13.67122,48.50543],[13.75258,48.50401],[13.76543,48.5423],[13.8425,48.60038],[13.84464,48.70081],[13.81681,48.70646],[13.84036,48.77423],[13.7847,48.83346],[13.73759,48.89261],[13.67765,48.88698],[13.63483,48.94326],[13.57916,48.96997],[13.4143,48.97981],[13.4143,49.02897],[13.37148,49.08088],[13.29655,49.12293],[13.2366,49.12153],[13.19164,49.14395],[13.13169,49.21952],[13.05462,49.27543],[12.99681,49.33685],[12.90475,49.35638],[12.7977,49.34661],[12.75274,49.41073],[12.66281,49.43302],[12.65425,49.53455],[12.58788,49.55261],[12.5472,49.68023],[12.46156,49.70655],[12.41018,49.75775],[12.48083,49.78817],[12.54934,49.86827],[12.55576,49.92206],[12.49796,49.94136],[12.49367,49.98543],[12.27743,50.07208],[12.24318,50.09955],[12.20678,50.10779],[12.20464,50.14348],[12.22391,50.16406],[12.19822,50.20107],[12.14897,50.23669],[12.11258,50.23532],[12.10615,50.25586],[12.14041,50.27228],[12.1297,50.29828],[12.09331,50.32972],[12.04835,50.33109],[11.98412,50.35705],[11.98626,50.38709],[11.92203,50.42802],[11.83639,50.39255],[11.79357,50.4212],[11.63727,50.38845],[11.59874,50.40347],[11.52594,50.37617],[11.51952,50.39801],[11.49169,50.39801],[11.48955,50.42257],[11.42532,50.44166],[11.42532,50.4771],[11.44244,50.48936],[11.43816,50.50979],[11.35895,50.5234],[11.24119,50.47982],[11.24975,50.37344],[11.24119,50.2928],[11.16197,50.29417],[11.1791,50.31332],[11.12772,50.36661],[10.99069,50.36661],[10.93717,50.39664],[10.85581,50.39664],[10.71236,50.36524],[10.71879,50.32015],[10.85153,50.24354],[10.72949,50.24765],[10.72521,50.21066],[10.62244,50.2271],[10.60317,50.33109],[10.41048,50.41848],[10.32698,50.49345],[10.25205,50.51796],[10.20281,50.55742],[10.14286,50.55078],[10.12359,50.56846]]],"terms_url":"https://www.ldbv.bayern.de/","terms_text":"Bayerische Vermessungsverwaltung","overlay":true},{"id":"BY_DOP20CIR","name":"Bayern Orthophoto 20cm (Colorinfrarot)","type":"wms","template":"https://geoservices.bayern.de/od/wms/dop/v1/dop20?LAYERS=by_dop20cir&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","zoomExtent":[7,22],"polygon":[[[10.12359,50.56846],[10.03795,50.51115],[10.03581,50.47982],[9.91805,50.40893],[9.86881,50.40074],[9.77032,50.42939],[9.72964,50.35841],[9.74249,50.30922],[9.66756,50.27228],[9.63544,50.24901],[9.66541,50.23532],[9.61403,50.22163],[9.49413,50.24354],[9.48985,50.16954],[9.53267,50.16406],[9.50484,50.14211],[9.52197,50.09543],[9.4085,50.0817],[9.37638,50.12701],[9.23507,50.1476],[9.18583,50.13525],[9.19654,50.11878],[9.15586,50.11328],[9.1216,50.12289],[9.02097,50.11054],[9.00171,50.0707],[8.95674,50.05971],[8.96317,50.03084],[9.01669,50.02671],[9.03596,49.83514],[9.07236,49.82824],[9.10019,49.78955],[9.13659,49.79093],[9.10876,49.75637],[9.13873,49.74253],[9.13017,49.71208],[9.09163,49.6927],[9.10019,49.65113],[9.06594,49.60814],[9.09805,49.57205],[9.2415,49.57483],[9.28432,49.60814],[9.27789,49.62617],[9.31215,49.64836],[9.33998,49.63727],[9.35925,49.64974],[9.38066,49.63865],[9.41492,49.6442],[9.42776,49.69824],[9.4085,49.72593],[9.32928,49.73423],[9.33356,49.7702],[9.40421,49.76466],[9.42562,49.77849],[9.46844,49.76051],[9.49199,49.77987],[9.50698,49.75222],[9.57121,49.73561],[9.55836,49.77434],[9.64615,49.78955],[9.62045,49.69131],[9.68254,49.68854],[9.67826,49.71624],[9.70609,49.71624],[9.74035,49.68577],[9.75748,49.70793],[9.79602,49.72039],[9.83455,49.68993],[9.81743,49.66083],[9.85382,49.6442],[9.86667,49.60675],[9.80672,49.55678],[9.85596,49.53872],[9.89878,49.58177],[9.92448,49.55678],[9.92662,49.47894],[10.01654,49.47616],[10.0722,49.53316],[10.11074,49.50537],[10.1086,49.44555],[10.14072,49.39401],[10.10432,49.34522],[10.15142,49.28939],[10.11931,49.26285],[10.12359,49.19714],[10.25205,49.13274],[10.20066,49.10331],[10.24991,49.07387],[10.24991,49.03599],[10.33769,49.02055],[10.43403,48.95873],[10.44046,48.84896],[10.40192,48.746],[10.45116,48.72765],[10.43189,48.69939],[10.3698,48.68385],[10.27346,48.70646],[10.24563,48.6683],[10.29915,48.61878],[10.31628,48.51678],[10.23492,48.51252],[10.15356,48.4515],[10.12359,48.47705],[10.02938,48.46144],[10.03153,48.42593],[9.96944,48.36765],[10.05508,48.26228],[10.10004,48.12813],[10.13429,48.10669],[10.13001,48.02084],[10.07649,47.96496],[10.1086,47.90902],[10.08291,47.85302],[10.11288,47.8099],[10.0615,47.7725],[10.14286,47.70195],[10.13215,47.676],[10.10004,47.66735],[10.02938,47.68177],[9.978,47.65582],[9.85596,47.676],[9.7168,47.60388],[9.63972,47.60532],[9.58406,47.56488],[9.67398,47.53454],[9.73821,47.52586],[9.77461,47.58222],[9.82171,47.57644],[9.81743,47.54465],[9.85596,47.50851],[9.8945,47.52876],[9.95659,47.52731],[9.978,47.48537],[10.09576,47.44194],[10.09361,47.42601],[10.06792,47.41877],[10.0615,47.36369],[10.10004,47.34339],[10.16641,47.34629],[10.16641,47.37384],[10.19424,47.37384],[10.1921,47.30275],[10.14714,47.26208],[10.28416,47.26208],[10.28202,47.27806],[10.32056,47.28678],[10.40834,47.34339],[10.41048,47.37384],[10.45973,47.37529],[10.45973,47.40283],[10.48756,47.41298],[10.48756,47.47813],[10.46615,47.48392],[10.46187,47.54032],[10.57962,47.52876],[10.59461,47.55477],[10.64385,47.54899],[10.81085,47.51285],[10.87294,47.53598],[10.90077,47.5143],[10.85581,47.49405],[10.8708,47.47524],[10.9179,47.47524],[10.97785,47.43615],[10.965,47.38979],[11.10203,47.39269],[11.24761,47.43181],[11.21336,47.38834],[11.27973,47.39559],[11.3461,47.44339],[11.42746,47.44484],[11.39534,47.47524],[11.4403,47.50417],[11.51738,47.49839],[11.59017,47.51285],[11.59445,47.54899],[11.63942,47.58222],[11.85137,47.57933],[11.89205,47.60388],[12.13827,47.60388],[12.17467,47.59521],[12.21106,47.60388],[12.2132,47.66591],[12.19179,47.68177],[12.2132,47.69186],[12.24318,47.67745],[12.41446,47.67024],[12.48083,47.61975],[12.57503,47.6212],[12.6671,47.67024],[12.73989,47.67312],[12.76986,47.63274],[12.76772,47.55044],[13.00323,47.45208],[13.05676,47.47379],[13.06532,47.56922],[13.11885,47.63851],[13.0589,47.72499],[12.93472,47.7322],[13.01394,47.83434],[12.99681,47.88461],[12.94543,47.95636],[12.89832,47.95492],[12.86407,48.01368],[12.772,48.09382],[12.87691,48.18526],[12.95827,48.19097],[13.09315,48.26941],[13.2837,48.27511],[13.40574,48.36053],[13.45712,48.41598],[13.45712,48.5508],[13.64339,48.54371],[13.67122,48.50543],[13.75258,48.50401],[13.76543,48.5423],[13.8425,48.60038],[13.84464,48.70081],[13.81681,48.70646],[13.84036,48.77423],[13.7847,48.83346],[13.73759,48.89261],[13.67765,48.88698],[13.63483,48.94326],[13.57916,48.96997],[13.4143,48.97981],[13.4143,49.02897],[13.37148,49.08088],[13.29655,49.12293],[13.2366,49.12153],[13.19164,49.14395],[13.13169,49.21952],[13.05462,49.27543],[12.99681,49.33685],[12.90475,49.35638],[12.7977,49.34661],[12.75274,49.41073],[12.66281,49.43302],[12.65425,49.53455],[12.58788,49.55261],[12.5472,49.68023],[12.46156,49.70655],[12.41018,49.75775],[12.48083,49.78817],[12.54934,49.86827],[12.55576,49.92206],[12.49796,49.94136],[12.49367,49.98543],[12.27743,50.07208],[12.24318,50.09955],[12.20678,50.10779],[12.20464,50.14348],[12.22391,50.16406],[12.19822,50.20107],[12.14897,50.23669],[12.11258,50.23532],[12.10615,50.25586],[12.14041,50.27228],[12.1297,50.29828],[12.09331,50.32972],[12.04835,50.33109],[11.98412,50.35705],[11.98626,50.38709],[11.92203,50.42802],[11.83639,50.39255],[11.79357,50.4212],[11.63727,50.38845],[11.59874,50.40347],[11.52594,50.37617],[11.51952,50.39801],[11.49169,50.39801],[11.48955,50.42257],[11.42532,50.44166],[11.42532,50.4771],[11.44244,50.48936],[11.43816,50.50979],[11.35895,50.5234],[11.24119,50.47982],[11.24975,50.37344],[11.24119,50.2928],[11.16197,50.29417],[11.1791,50.31332],[11.12772,50.36661],[10.99069,50.36661],[10.93717,50.39664],[10.85581,50.39664],[10.71236,50.36524],[10.71879,50.32015],[10.85153,50.24354],[10.72949,50.24765],[10.72521,50.21066],[10.62244,50.2271],[10.60317,50.33109],[10.41048,50.41848],[10.32698,50.49345],[10.25205,50.51796],[10.20281,50.55742],[10.14286,50.55078],[10.12359,50.56846]]],"terms_url":"https://www.ldbv.bayern.de/","terms_text":"Bayerische Vermessungsverwaltung"},{"id":"BY_DOP20C","name":"Bayern Orthophoto 20cm (Farbe)","type":"wms","template":"https://geoservices.bayern.de/od/wms/dop/v1/dop20?LAYERS=by_dop20c&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","zoomExtent":[7,22],"polygon":[[[10.12359,50.56846],[10.03795,50.51115],[10.03581,50.47982],[9.91805,50.40893],[9.86881,50.40074],[9.77032,50.42939],[9.72964,50.35841],[9.74249,50.30922],[9.66756,50.27228],[9.63544,50.24901],[9.66541,50.23532],[9.61403,50.22163],[9.49413,50.24354],[9.48985,50.16954],[9.53267,50.16406],[9.50484,50.14211],[9.52197,50.09543],[9.4085,50.0817],[9.37638,50.12701],[9.23507,50.1476],[9.18583,50.13525],[9.19654,50.11878],[9.15586,50.11328],[9.1216,50.12289],[9.02097,50.11054],[9.00171,50.0707],[8.95674,50.05971],[8.96317,50.03084],[9.01669,50.02671],[9.03596,49.83514],[9.07236,49.82824],[9.10019,49.78955],[9.13659,49.79093],[9.10876,49.75637],[9.13873,49.74253],[9.13017,49.71208],[9.09163,49.6927],[9.10019,49.65113],[9.06594,49.60814],[9.09805,49.57205],[9.2415,49.57483],[9.28432,49.60814],[9.27789,49.62617],[9.31215,49.64836],[9.33998,49.63727],[9.35925,49.64974],[9.38066,49.63865],[9.41492,49.6442],[9.42776,49.69824],[9.4085,49.72593],[9.32928,49.73423],[9.33356,49.7702],[9.40421,49.76466],[9.42562,49.77849],[9.46844,49.76051],[9.49199,49.77987],[9.50698,49.75222],[9.57121,49.73561],[9.55836,49.77434],[9.64615,49.78955],[9.62045,49.69131],[9.68254,49.68854],[9.67826,49.71624],[9.70609,49.71624],[9.74035,49.68577],[9.75748,49.70793],[9.79602,49.72039],[9.83455,49.68993],[9.81743,49.66083],[9.85382,49.6442],[9.86667,49.60675],[9.80672,49.55678],[9.85596,49.53872],[9.89878,49.58177],[9.92448,49.55678],[9.92662,49.47894],[10.01654,49.47616],[10.0722,49.53316],[10.11074,49.50537],[10.1086,49.44555],[10.14072,49.39401],[10.10432,49.34522],[10.15142,49.28939],[10.11931,49.26285],[10.12359,49.19714],[10.25205,49.13274],[10.20066,49.10331],[10.24991,49.07387],[10.24991,49.03599],[10.33769,49.02055],[10.43403,48.95873],[10.44046,48.84896],[10.40192,48.746],[10.45116,48.72765],[10.43189,48.69939],[10.3698,48.68385],[10.27346,48.70646],[10.24563,48.6683],[10.29915,48.61878],[10.31628,48.51678],[10.23492,48.51252],[10.15356,48.4515],[10.12359,48.47705],[10.02938,48.46144],[10.03153,48.42593],[9.96944,48.36765],[10.05508,48.26228],[10.10004,48.12813],[10.13429,48.10669],[10.13001,48.02084],[10.07649,47.96496],[10.1086,47.90902],[10.08291,47.85302],[10.11288,47.8099],[10.0615,47.7725],[10.14286,47.70195],[10.13215,47.676],[10.10004,47.66735],[10.02938,47.68177],[9.978,47.65582],[9.85596,47.676],[9.7168,47.60388],[9.63972,47.60532],[9.58406,47.56488],[9.67398,47.53454],[9.73821,47.52586],[9.77461,47.58222],[9.82171,47.57644],[9.81743,47.54465],[9.85596,47.50851],[9.8945,47.52876],[9.95659,47.52731],[9.978,47.48537],[10.09576,47.44194],[10.09361,47.42601],[10.06792,47.41877],[10.0615,47.36369],[10.10004,47.34339],[10.16641,47.34629],[10.16641,47.37384],[10.19424,47.37384],[10.1921,47.30275],[10.14714,47.26208],[10.28416,47.26208],[10.28202,47.27806],[10.32056,47.28678],[10.40834,47.34339],[10.41048,47.37384],[10.45973,47.37529],[10.45973,47.40283],[10.48756,47.41298],[10.48756,47.47813],[10.46615,47.48392],[10.46187,47.54032],[10.57962,47.52876],[10.59461,47.55477],[10.64385,47.54899],[10.81085,47.51285],[10.87294,47.53598],[10.90077,47.5143],[10.85581,47.49405],[10.8708,47.47524],[10.9179,47.47524],[10.97785,47.43615],[10.965,47.38979],[11.10203,47.39269],[11.24761,47.43181],[11.21336,47.38834],[11.27973,47.39559],[11.3461,47.44339],[11.42746,47.44484],[11.39534,47.47524],[11.4403,47.50417],[11.51738,47.49839],[11.59017,47.51285],[11.59445,47.54899],[11.63942,47.58222],[11.85137,47.57933],[11.89205,47.60388],[12.13827,47.60388],[12.17467,47.59521],[12.21106,47.60388],[12.2132,47.66591],[12.19179,47.68177],[12.2132,47.69186],[12.24318,47.67745],[12.41446,47.67024],[12.48083,47.61975],[12.57503,47.6212],[12.6671,47.67024],[12.73989,47.67312],[12.76986,47.63274],[12.76772,47.55044],[13.00323,47.45208],[13.05676,47.47379],[13.06532,47.56922],[13.11885,47.63851],[13.0589,47.72499],[12.93472,47.7322],[13.01394,47.83434],[12.99681,47.88461],[12.94543,47.95636],[12.89832,47.95492],[12.86407,48.01368],[12.772,48.09382],[12.87691,48.18526],[12.95827,48.19097],[13.09315,48.26941],[13.2837,48.27511],[13.40574,48.36053],[13.45712,48.41598],[13.45712,48.5508],[13.64339,48.54371],[13.67122,48.50543],[13.75258,48.50401],[13.76543,48.5423],[13.8425,48.60038],[13.84464,48.70081],[13.81681,48.70646],[13.84036,48.77423],[13.7847,48.83346],[13.73759,48.89261],[13.67765,48.88698],[13.63483,48.94326],[13.57916,48.96997],[13.4143,48.97981],[13.4143,49.02897],[13.37148,49.08088],[13.29655,49.12293],[13.2366,49.12153],[13.19164,49.14395],[13.13169,49.21952],[13.05462,49.27543],[12.99681,49.33685],[12.90475,49.35638],[12.7977,49.34661],[12.75274,49.41073],[12.66281,49.43302],[12.65425,49.53455],[12.58788,49.55261],[12.5472,49.68023],[12.46156,49.70655],[12.41018,49.75775],[12.48083,49.78817],[12.54934,49.86827],[12.55576,49.92206],[12.49796,49.94136],[12.49367,49.98543],[12.27743,50.07208],[12.24318,50.09955],[12.20678,50.10779],[12.20464,50.14348],[12.22391,50.16406],[12.19822,50.20107],[12.14897,50.23669],[12.11258,50.23532],[12.10615,50.25586],[12.14041,50.27228],[12.1297,50.29828],[12.09331,50.32972],[12.04835,50.33109],[11.98412,50.35705],[11.98626,50.38709],[11.92203,50.42802],[11.83639,50.39255],[11.79357,50.4212],[11.63727,50.38845],[11.59874,50.40347],[11.52594,50.37617],[11.51952,50.39801],[11.49169,50.39801],[11.48955,50.42257],[11.42532,50.44166],[11.42532,50.4771],[11.44244,50.48936],[11.43816,50.50979],[11.35895,50.5234],[11.24119,50.47982],[11.24975,50.37344],[11.24119,50.2928],[11.16197,50.29417],[11.1791,50.31332],[11.12772,50.36661],[10.99069,50.36661],[10.93717,50.39664],[10.85581,50.39664],[10.71236,50.36524],[10.71879,50.32015],[10.85153,50.24354],[10.72949,50.24765],[10.72521,50.21066],[10.62244,50.2271],[10.60317,50.33109],[10.41048,50.41848],[10.32698,50.49345],[10.25205,50.51796],[10.20281,50.55742],[10.14286,50.55078],[10.12359,50.56846]]],"terms_url":"https://www.ldbv.bayern.de/","terms_text":"Bayerische Vermessungsverwaltung","best":true},{"id":"BY_Webkarte","name":"Bayern Webkarte","type":"tms","template":"https://wmtsod{switch:1,2,3,4,5,6,7,8,9}.bayernwolke.de/wmts/by_webkarte/smerc/{zoom}/{x}/{y}","category":"map","zoomExtent":[7,22],"polygon":[[[10.12359,50.56846],[10.03795,50.51115],[10.03581,50.47982],[9.91805,50.40893],[9.86881,50.40074],[9.77032,50.42939],[9.72964,50.35841],[9.74249,50.30922],[9.66756,50.27228],[9.63544,50.24901],[9.66541,50.23532],[9.61403,50.22163],[9.49413,50.24354],[9.48985,50.16954],[9.53267,50.16406],[9.50484,50.14211],[9.52197,50.09543],[9.4085,50.0817],[9.37638,50.12701],[9.23507,50.1476],[9.18583,50.13525],[9.19654,50.11878],[9.15586,50.11328],[9.1216,50.12289],[9.02097,50.11054],[9.00171,50.0707],[8.95674,50.05971],[8.96317,50.03084],[9.01669,50.02671],[9.03596,49.83514],[9.07236,49.82824],[9.10019,49.78955],[9.13659,49.79093],[9.10876,49.75637],[9.13873,49.74253],[9.13017,49.71208],[9.09163,49.6927],[9.10019,49.65113],[9.06594,49.60814],[9.09805,49.57205],[9.2415,49.57483],[9.28432,49.60814],[9.27789,49.62617],[9.31215,49.64836],[9.33998,49.63727],[9.35925,49.64974],[9.38066,49.63865],[9.41492,49.6442],[9.42776,49.69824],[9.4085,49.72593],[9.32928,49.73423],[9.33356,49.7702],[9.40421,49.76466],[9.42562,49.77849],[9.46844,49.76051],[9.49199,49.77987],[9.50698,49.75222],[9.57121,49.73561],[9.55836,49.77434],[9.64615,49.78955],[9.62045,49.69131],[9.68254,49.68854],[9.67826,49.71624],[9.70609,49.71624],[9.74035,49.68577],[9.75748,49.70793],[9.79602,49.72039],[9.83455,49.68993],[9.81743,49.66083],[9.85382,49.6442],[9.86667,49.60675],[9.80672,49.55678],[9.85596,49.53872],[9.89878,49.58177],[9.92448,49.55678],[9.92662,49.47894],[10.01654,49.47616],[10.0722,49.53316],[10.11074,49.50537],[10.1086,49.44555],[10.14072,49.39401],[10.10432,49.34522],[10.15142,49.28939],[10.11931,49.26285],[10.12359,49.19714],[10.25205,49.13274],[10.20066,49.10331],[10.24991,49.07387],[10.24991,49.03599],[10.33769,49.02055],[10.43403,48.95873],[10.44046,48.84896],[10.40192,48.746],[10.45116,48.72765],[10.43189,48.69939],[10.3698,48.68385],[10.27346,48.70646],[10.24563,48.6683],[10.29915,48.61878],[10.31628,48.51678],[10.23492,48.51252],[10.15356,48.4515],[10.12359,48.47705],[10.02938,48.46144],[10.03153,48.42593],[9.96944,48.36765],[10.05508,48.26228],[10.10004,48.12813],[10.13429,48.10669],[10.13001,48.02084],[10.07649,47.96496],[10.1086,47.90902],[10.08291,47.85302],[10.11288,47.8099],[10.0615,47.7725],[10.14286,47.70195],[10.13215,47.676],[10.10004,47.66735],[10.02938,47.68177],[9.978,47.65582],[9.85596,47.676],[9.7168,47.60388],[9.63972,47.60532],[9.58406,47.56488],[9.67398,47.53454],[9.73821,47.52586],[9.77461,47.58222],[9.82171,47.57644],[9.81743,47.54465],[9.85596,47.50851],[9.8945,47.52876],[9.95659,47.52731],[9.978,47.48537],[10.09576,47.44194],[10.09361,47.42601],[10.06792,47.41877],[10.0615,47.36369],[10.10004,47.34339],[10.16641,47.34629],[10.16641,47.37384],[10.19424,47.37384],[10.1921,47.30275],[10.14714,47.26208],[10.28416,47.26208],[10.28202,47.27806],[10.32056,47.28678],[10.40834,47.34339],[10.41048,47.37384],[10.45973,47.37529],[10.45973,47.40283],[10.48756,47.41298],[10.48756,47.47813],[10.46615,47.48392],[10.46187,47.54032],[10.57962,47.52876],[10.59461,47.55477],[10.64385,47.54899],[10.81085,47.51285],[10.87294,47.53598],[10.90077,47.5143],[10.85581,47.49405],[10.8708,47.47524],[10.9179,47.47524],[10.97785,47.43615],[10.965,47.38979],[11.10203,47.39269],[11.24761,47.43181],[11.21336,47.38834],[11.27973,47.39559],[11.3461,47.44339],[11.42746,47.44484],[11.39534,47.47524],[11.4403,47.50417],[11.51738,47.49839],[11.59017,47.51285],[11.59445,47.54899],[11.63942,47.58222],[11.85137,47.57933],[11.89205,47.60388],[12.13827,47.60388],[12.17467,47.59521],[12.21106,47.60388],[12.2132,47.66591],[12.19179,47.68177],[12.2132,47.69186],[12.24318,47.67745],[12.41446,47.67024],[12.48083,47.61975],[12.57503,47.6212],[12.6671,47.67024],[12.73989,47.67312],[12.76986,47.63274],[12.76772,47.55044],[13.00323,47.45208],[13.05676,47.47379],[13.06532,47.56922],[13.11885,47.63851],[13.0589,47.72499],[12.93472,47.7322],[13.01394,47.83434],[12.99681,47.88461],[12.94543,47.95636],[12.89832,47.95492],[12.86407,48.01368],[12.772,48.09382],[12.87691,48.18526],[12.95827,48.19097],[13.09315,48.26941],[13.2837,48.27511],[13.40574,48.36053],[13.45712,48.41598],[13.45712,48.5508],[13.64339,48.54371],[13.67122,48.50543],[13.75258,48.50401],[13.76543,48.5423],[13.8425,48.60038],[13.84464,48.70081],[13.81681,48.70646],[13.84036,48.77423],[13.7847,48.83346],[13.73759,48.89261],[13.67765,48.88698],[13.63483,48.94326],[13.57916,48.96997],[13.4143,48.97981],[13.4143,49.02897],[13.37148,49.08088],[13.29655,49.12293],[13.2366,49.12153],[13.19164,49.14395],[13.13169,49.21952],[13.05462,49.27543],[12.99681,49.33685],[12.90475,49.35638],[12.7977,49.34661],[12.75274,49.41073],[12.66281,49.43302],[12.65425,49.53455],[12.58788,49.55261],[12.5472,49.68023],[12.46156,49.70655],[12.41018,49.75775],[12.48083,49.78817],[12.54934,49.86827],[12.55576,49.92206],[12.49796,49.94136],[12.49367,49.98543],[12.27743,50.07208],[12.24318,50.09955],[12.20678,50.10779],[12.20464,50.14348],[12.22391,50.16406],[12.19822,50.20107],[12.14897,50.23669],[12.11258,50.23532],[12.10615,50.25586],[12.14041,50.27228],[12.1297,50.29828],[12.09331,50.32972],[12.04835,50.33109],[11.98412,50.35705],[11.98626,50.38709],[11.92203,50.42802],[11.83639,50.39255],[11.79357,50.4212],[11.63727,50.38845],[11.59874,50.40347],[11.52594,50.37617],[11.51952,50.39801],[11.49169,50.39801],[11.48955,50.42257],[11.42532,50.44166],[11.42532,50.4771],[11.44244,50.48936],[11.43816,50.50979],[11.35895,50.5234],[11.24119,50.47982],[11.24975,50.37344],[11.24119,50.2928],[11.16197,50.29417],[11.1791,50.31332],[11.12772,50.36661],[10.99069,50.36661],[10.93717,50.39664],[10.85581,50.39664],[10.71236,50.36524],[10.71879,50.32015],[10.85153,50.24354],[10.72949,50.24765],[10.72521,50.21066],[10.62244,50.2271],[10.60317,50.33109],[10.41048,50.41848],[10.32698,50.49345],[10.25205,50.51796],[10.20281,50.55742],[10.14286,50.55078],[10.12359,50.56846]]],"terms_url":"https://www.ldbv.bayern.de/","terms_text":"Bayerische Vermessungsverwaltung"},{"id":"Bayonne_2019","name":"Bayonne - Petit et Grand Bayonne 2019","type":"wms","template":"https://wms.openstreetmap.fr/wms?LAYERS=bayonne_2019&STYLES=&FORMAT=image/jpeg&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-1.48262,43.49176],[-1.48223,43.48637],[-1.481,43.48642],[-1.48087,43.48462],[-1.47099,43.485],[-1.47106,43.4859],[-1.46858,43.486],[-1.46865,43.48689],[-1.46742,43.48694],[-1.46781,43.49234],[-1.46905,43.49229],[-1.46911,43.49319],[-1.47158,43.49309],[-1.47165,43.49399],[-1.47288,43.49395],[-1.47295,43.49484],[-1.47418,43.4948],[-1.47425,43.49569],[-1.47918,43.4955],[-1.47913,43.4946],[-1.48035,43.49455],[-1.48029,43.49366],[-1.48152,43.49361],[-1.48139,43.49181],[-1.48262,43.49176]]],"terms_text":"Ville de Bayonne - 2019"},{"id":"Bayonne_2016","name":"Bayonne 2016","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/bayonne_2016/{zoom}/{x}/{y}","category":"photo","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-1.51199,43.53909],[-1.50478,43.44095],[-1.4986,43.43996],[-1.48865,43.44046],[-1.47835,43.44719],[-1.46771,43.45716],[-1.46118,43.4579],[-1.45466,43.46463],[-1.44231,43.46693],[-1.41895,43.48755],[-1.40797,43.49004],[-1.4035,43.49752],[-1.40419,43.50449],[-1.42513,43.52466],[-1.44539,43.5264],[-1.44917,43.53835],[-1.45569,43.54233],[-1.47388,43.54954],[-1.4835,43.54929],[-1.50444,43.53909],[-1.51199,43.53909]]],"terms_text":"Ville de Bayonne, Communauté d'Agglomtération Pays Basque - 2016"},{"id":"route500hydro","name":"BD Carthage","type":"tms","template":"https://{switch:a,b,c}.tile.openstreetmap.fr/route500hydro/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[6,20],"polygon":[[[-2.7,43.9],[-1.7835,43.39686],[-1.78509,43.39037],[-1.80099,43.37017],[-1.79156,43.34067],[-1.76297,43.32565],[-1.75606,43.31966],[-1.73359,43.28856],[-1.66953,43.30065],[-1.65,43.29323],[-1.61053,43.24223],[-1.57149,43.2412],[-1.54626,43.2737],[-1.52629,43.28099],[-1.40868,43.25591],[-1.39531,43.24596],[-1.39411,43.22935],[-1.42732,43.1404],[-1.43479,43.13087],[-1.47641,43.10248],[-1.48311,43.08561],[-1.4775,43.06889],[-1.43868,43.03371],[-1.3542,43.0197],[-1.33135,43.0496],[-1.31992,43.05696],[-1.30643,43.05531],[-1.26236,43.03303],[-1.22612,43.03898],[-1.21622,43.0381],[-1.16736,43.02083],[-1.15845,43.01452],[-1.14775,43.00124],[-1.1156,43.00461],[-1.10852,43.00409],[-1.02313,42.98206],[-0.94508,42.94192],[-0.82114,42.93865],[-0.77253,42.95284],[-0.75711,42.95107],[-0.7476,42.93879],[-0.73372,42.88666],[-0.68094,42.86775],[-0.67446,42.86392],[-0.56721,42.76937],[-0.54499,42.76906],[-0.50868,42.79935],[-0.48842,42.80255],[-0.44354,42.78453],[-0.39208,42.78766],[-0.31683,42.82635],[-0.29987,42.82697],[-0.16949,42.77157],[-0.06726,42.6848],[-0.01993,42.67389],[0.17919,42.72075],[0.18967,42.72039],[0.23972,42.70494],[0.24594,42.70175],[0.29571,42.66388],[0.32567,42.67274],[0.34912,42.69817],[0.35954,42.70415],[0.3715,42.70308],[0.43024,42.67863],[0.669,42.67901],[0.69192,42.70684],[0.67474,42.75286],[0.67409,42.76479],[0.69117,42.83186],[0.70017,42.84402],[0.71511,42.8464],[0.84606,42.8157],[0.92265,42.7797],[0.95073,42.78794],[0.95937,42.78852],[1.07564,42.77079],[1.08546,42.76635],[1.16554,42.69928],[1.23221,42.71248],[1.32364,42.7085],[1.33313,42.70563],[1.37335,42.68127],[1.38032,42.67415],[1.41936,42.60643],[1.43792,42.59264],[1.47238,42.59703],[1.4921,42.62502],[1.50444,42.6331],[1.54636,42.64166],[1.56069,42.6392],[1.60283,42.61382],[1.69377,42.60975],[1.71011,42.59992],[1.72479,42.57499],[1.7272,42.56103],[1.71561,42.50125],[1.72567,42.48452],[1.82774,42.47056],[1.88444,42.4477],[1.88459,42.44762],[1.88467,42.44761],[1.92089,42.43302],[1.93076,42.42442],[1.965,42.36473],[2.00861,42.33818],[2.09393,42.35474],[2.14881,42.40545],[2.16028,42.41065],[2.20526,42.41541],[2.20653,42.41526],[2.20694,42.41558],[2.25973,42.42117],[2.26719,42.42055],[2.41222,42.38021],[2.41933,42.37658],[2.47795,42.32986],[2.5338,42.32197],[2.56777,42.34173],[2.58106,42.34418],[2.66719,42.33008],[2.68585,42.34679],[2.68162,42.37263],[2.68378,42.3854],[2.69331,42.39417],[2.72928,42.40998],[2.7413,42.41128],[2.78424,42.40256],[2.87019,42.44653],[2.87822,42.4487],[3.02214,42.45645],[3.03402,42.45331],[3.0944,42.41457],[3.16081,42.42757],[3.17358,42.41768],[5.8,41.64],[8.94186,41.27688],[9.27311,41.29196],[9.36968,41.35052],[9.63227,41.43244],[9.8,43.1],[7.53622,43.79234],[7.51594,43.84915],[7.51649,43.86397],[7.5271,43.87434],[7.56858,43.89159],[7.58419,43.93287],[7.59624,43.94466],[7.66016,43.9672],[7.68077,44.0164],[7.68603,44.02371],[7.72403,44.05704],[7.72786,44.08615],[7.69445,44.12276],[7.68937,44.13869],[7.69422,44.17795],[7.68608,44.1861],[7.63989,44.18928],[7.6162,44.16827],[7.60548,44.1634],[7.56478,44.15817],[7.5642,44.15836],[7.56283,44.15792],[7.37776,44.13416],[7.36278,44.13834],[7.33878,44.1574],[7.27537,44.15947],[7.26053,44.16682],[7.24533,44.18544],[7.1651,44.22112],[7.07312,44.2461],[7.03259,44.2424],[7.01983,44.24558],[7.01181,44.256],[6.99909,44.29414],[6.91637,44.36804],[6.90972,44.38195],[6.90907,44.39477],[6.91223,44.40659],[6.92167,44.41436],[6.95872,44.42908],[6.95894,44.43129],[6.87892,44.50245],[6.87233,44.5195],[6.88235,44.53479],[6.94659,44.57124],[6.97819,44.61784],[6.97056,44.64696],[6.97413,44.66431],[6.99007,44.67203],[7.07671,44.67134],[7.08666,44.68085],[7.08651,44.6968],[7.07224,44.72311],[7.0496,44.73226],[7.03711,44.75009],[7.03453,44.82282],[7.01795,44.84402],[6.93633,44.87461],[6.8798,44.86346],[6.86698,44.86519],[6.7942,44.90161],[6.78375,44.9146],[6.75744,45.01884],[6.69602,45.03395],[6.68237,45.04558],[6.66501,45.08667],[6.6653,45.10289],[6.67751,45.11356],[6.77056,45.14242],[6.78283,45.14228],[6.85843,45.11699],[6.90009,45.12689],[6.98106,45.19368],[6.99279,45.19823],[7.08417,45.20279],[7.14458,45.25048],[7.13649,45.30576],[7.14232,45.32298],[7.17075,45.35069],[7.19515,45.40409],[7.1856,45.41894],[7.13304,45.44001],[7.1228,45.44924],[7.1072,45.47877],[7.02774,45.5102],[7.0158,45.52354],[6.99643,45.59465],[6.9978,45.60877],[7.01151,45.63652],[7.00597,45.64945],[6.97131,45.66528],[6.94247,45.66172],[6.92419,45.66935],[6.90729,45.69124],[6.8414,45.71373],[6.83174,45.72082],[6.82787,45.73217],[6.82614,45.80353],[6.83102,45.81711],[6.84376,45.82387],[6.94097,45.83551],[6.99582,45.85822],[7.04394,45.92036],[7.04497,45.92064],[7.04533,45.92217],[7.05191,45.93066],[7.01556,46.00883],[6.94898,46.0699],[6.92001,46.07721],[6.90932,46.08406],[6.90491,46.09595],[6.90382,46.12971],[6.83427,46.14509],[6.82259,46.15261],[6.81863,46.16592],[6.82075,46.19862],[6.82698,46.21188],[6.86092,46.2439],[6.87504,46.28007],[6.86491,46.30038],[6.81095,46.33359],[6.80189,46.34639],[6.80484,46.36179],[6.81832,46.38181],[6.82244,46.42925],[6.74665,46.45695],[6.63047,46.47435],[6.50498,46.46871],[6.41748,46.42682],[6.41083,46.42495],[6.31648,46.41557],[6.23946,46.36705],[6.21219,46.32485],[6.21148,46.31057],[6.24707,46.24777],[6.24906,46.23299],[6.24026,46.22094],[6.13778,46.15702],[6.12468,46.15415],[6.05564,46.16288],[6.03509,46.15456],[6.01783,46.15564],[6.00787,46.16977],[6.00388,46.19332],[6.00681,46.20752],[6.01857,46.21601],[6.07717,46.23123],[6.08865,46.23081],[6.1103,46.22344],[6.13038,46.23737],[6.13371,46.30227],[6.13748,46.31297],[6.17817,46.36922],[6.16622,46.38839],[6.10829,46.41643],[6.09704,46.43317],[6.09572,46.45418],[6.10174,46.46979],[6.15811,46.52456],[6.16549,46.54399],[6.15152,46.56508],[6.14872,46.58069],[6.15817,46.59343],[6.46098,46.76887],[6.46722,46.79104],[6.45644,46.80534],[6.4535,46.8239],[6.47548,46.88771],[6.46686,46.91997],[6.46892,46.93522],[6.4812,46.9445],[6.62355,46.9811],[6.72561,47.0418],[6.76011,47.09953],[6.76907,47.10751],[6.85545,47.14636],[6.88913,47.18922],[6.89443,47.19393],[6.96134,47.23479],[6.96347,47.26233],[6.97424,47.27856],[7.05958,47.32257],[7.07007,47.35005],[7.05623,47.37035],[7.018,47.38386],[6.97126,47.37218],[6.95769,47.37359],[6.94818,47.38337],[6.94716,47.39698],[6.9551,47.40808],[7.003,47.44095],[7.01205,47.47287],[7.02102,47.48458],[7.03557,47.48695],[7.0801,47.47718],[7.12853,47.48893],[7.14279,47.48707],[7.15212,47.47612],[7.16708,47.4335],[7.24435,47.40939],[7.32653,47.4273],[7.38747,47.42111],[7.51256,47.48439],[7.54511,47.54283],[7.55424,47.55128],[7.58967,47.56755],[7.60016,47.60822],[7.537,47.67302],[7.53136,47.68564],[7.53526,47.6989],[7.55758,47.72899],[7.54418,47.77232],[7.54581,47.78793],[7.57267,47.83631],[7.5728,47.86435],[7.57554,47.87436],[7.63205,47.97081],[7.62437,47.99865],[7.59127,48.03035],[7.58522,48.04694],[7.59165,48.10648],[7.59605,48.11698],[7.67661,48.21555],[7.70241,48.28803],[7.71085,48.29841],[7.75159,48.32322],[7.74357,48.38427],[7.74506,48.39484],[7.78055,48.47652],[7.78547,48.48337],[7.81449,48.50968],[7.81456,48.57704],[7.81842,48.58883],[7.8484,48.62977],[7.85605,48.63606],[7.90422,48.65865],[7.98534,48.7409],[7.99071,48.74478],[8.10087,48.7993],[8.15824,48.89753],[8.20089,48.94339],[8.20888,48.94863],[8.23589,48.95817],[8.23704,48.97683],[8.2225,48.98787],[8.08069,49.00688],[7.93826,49.06832],[7.8673,49.05227],[7.85525,49.05329],[7.80291,49.07489],[7.76073,49.06067],[7.75401,49.05963],[7.6612,49.06119],[7.64722,49.06722],[7.6296,49.08527],[7.5579,49.09626],[7.54379,49.10572],[7.50113,49.17672],[7.45012,49.19517],[7.36095,49.18259],[7.29893,49.13856],[7.28683,49.13488],[7.1535,49.13839],[7.14315,49.14159],[7.10494,49.16634],[7.06908,49.16018],[7.05478,49.16313],[7.0463,49.17503],[7.04055,49.19794],[6.93753,49.23369],[6.89322,49.22389],[6.88453,49.2239],[6.85119,49.23136],[6.82982,49.21802],[6.83093,49.19366],[6.82473,49.17826],[6.80904,49.17284],[6.76026,49.17752],[6.74328,49.19086],[6.72996,49.22917],[6.67013,49.29269],[6.61627,49.31869],[6.60497,49.33739],[6.60639,49.37868],[6.5451,49.44384],[6.43515,49.487],[6.34423,49.48037],[6.334,49.48235],[6.24643,49.52511],[6.17397,49.52187],[6.09319,49.47787],[6.08635,49.47562],[6.01627,49.46597],[5.99801,49.47317],[5.97516,49.50129],[5.876,49.5114],[5.86126,49.52038],[5.8399,49.55321],[5.77526,49.57414],[5.71578,49.55361],[5.70676,49.55267],[5.641,49.56095],[5.6076,49.53761],[5.59311,49.53424],[5.55401,49.54025],[5.50666,49.52042],[5.49294,49.51979],[5.48205,49.52815],[5.43141,49.60791],[5.3544,49.64041],[5.344,49.65049],[5.33363,49.67308],[5.28157,49.70836],[5.19602,49.70732],[5.18761,49.70906],[5.1412,49.72984],[5.13458,49.73462],[5.09944,49.77323],[5.02686,49.78886],[5.01867,49.79272],[4.99534,49.81116],[4.91098,49.79926],[4.89769,49.80204],[4.88924,49.81266],[4.87625,49.85111],[4.87913,49.86942],[4.89755,49.89424],[4.89654,49.91753],[4.83343,49.96696],[4.82662,49.97692],[4.82678,49.989],[4.8433,50.03881],[4.84331,50.03883],[4.84331,50.03884],[4.85104,50.06216],[4.86277,50.0745],[4.88076,50.0815],[4.90426,50.12639],[4.90479,50.14451],[4.8815,50.16436],[4.83123,50.17941],[4.69517,50.10472],[4.66924,50.06972],[4.67293,50.02716],[4.66936,50.01392],[4.6581,50.00609],[4.45469,49.95251],[4.44542,49.9523],[4.30877,49.98145],[4.22164,49.97089],[4.20633,49.97546],[4.1765,50.00065],[4.16976,50.01217],[4.17177,50.02537],[4.18164,50.03436],[4.23193,50.05551],[4.24074,50.07102],[4.21195,50.13602],[4.1764,50.1547],[4.16601,50.16888],[4.17084,50.18579],[4.23078,50.25233],[4.22904,50.26664],[4.21444,50.28167],[4.14388,50.29727],[4.13761,50.29984],[4.02672,50.36904],[3.91317,50.34291],[3.90189,50.3436],[3.84109,50.36558],[3.74935,50.36279],[3.71576,50.33854],[3.70258,50.33482],[3.6901,50.34044],[3.68415,50.35277],[3.67378,50.45642],[3.61523,50.50558],[3.54779,50.51012],[3.53266,50.51873],[3.52173,50.53459],[3.4748,50.54445],[3.3898,50.50884],[3.37551,50.50839],[3.3056,50.53267],[3.29219,50.55037],[3.28922,50.60028],[3.26588,50.64054],[3.26576,50.6604],[3.27545,50.67757],[3.27051,50.70375],[3.22149,50.7267],[3.2154,50.73111],[3.14877,50.80195],[3.11412,50.80566],[3.09244,50.79092],[3.08218,50.78749],[3.00718,50.78377],[2.93508,50.75592],[2.9161,50.72418],[2.90492,50.71536],[2.89072,50.7162],[2.85265,50.73335],[2.81655,50.73092],[2.79995,50.73795],[2.73267,50.81738],[2.6511,50.82906],[2.63786,50.83696],[2.62781,50.85054],[2.62396,50.86071],[2.61962,50.91067],[2.62452,50.9256],[2.64225,50.94578],[2.63986,50.95766],[2.61558,50.99749],[2.59845,51.0051],[2.58741,51.01763],[2.57048,51.07409],[2.5488,51.09759],[2.35816,51.32937],[1.31,50.88],[-2.25,50.09],[-6.3,48.98],[-2.7,43.9]]],"terms_url":"http://www.sandre.eaufrance.fr/actualite/la-bd-carthage-en-licence-ouverte-open-licence","terms_text":"Tiles © cquest@Openstreetmap France, data © Onema - IGN, LO/OL","description":"Réseau hydrographique: cours et plans d'eau et POI","overlay":true},{"id":"fr.ign.bdtopo","name":"BD Topo","type":"tms","template":"http://{switch:a,b,c}.tile.openstreetmap.fr/bdtopo/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[3,20],"polygon":[[[55.08816,-20.77935],[55.09434,-21.49651],[55.96576,-21.49],[55.95959,-20.77281],[55.08816,-20.77935]],[[44.92054,-12.57363],[44.92502,-13.11963],[45.35274,-13.1163],[45.34826,-12.57029],[44.92054,-12.57363]],[[-52.2345,3.10213],[-51.53687,4.11633],[-51.52039,4.51072],[-52.46522,5.4465],[-53.89344,6.004],[-54.58008,4.95962],[-54.42078,4.00127],[-54.12964,3.59567],[-54.12415,3.46408],[-54.31641,3.20085],[-54.31092,2.80589],[-54.8053,2.27358],[-54.20106,2.03205],[-53.72864,2.21869],[-52.92664,2.07597],[-52.641,2.25162],[-52.2345,3.10213]],[[2.35816,51.32937],[1.31,50.88],[-2.25,50.09],[-6.3,48.98],[-2.7,43.9],[-1.7835,43.39686],[-1.78509,43.39037],[-1.80099,43.37017],[-1.79156,43.34067],[-1.76297,43.32565],[-1.75606,43.31966],[-1.73359,43.28856],[-1.66953,43.30065],[-1.65,43.29323],[-1.61053,43.24223],[-1.57149,43.2412],[-1.54626,43.2737],[-1.52629,43.28099],[-1.40868,43.25591],[-1.39531,43.24596],[-1.39411,43.22935],[-1.42732,43.1404],[-1.43479,43.13087],[-1.47641,43.10248],[-1.48311,43.08561],[-1.4775,43.06889],[-1.43868,43.03371],[-1.3542,43.0197],[-1.33135,43.0496],[-1.31992,43.05696],[-1.30643,43.05531],[-1.26236,43.03303],[-1.22612,43.03898],[-1.21622,43.0381],[-1.16736,43.02083],[-1.15845,43.01452],[-1.14775,43.00124],[-1.1156,43.00461],[-1.10852,43.00409],[-1.02313,42.98206],[-0.94508,42.94192],[-0.82114,42.93865],[-0.77253,42.95284],[-0.75711,42.95107],[-0.7476,42.93879],[-0.73372,42.88666],[-0.68094,42.86775],[-0.67446,42.86392],[-0.56721,42.76937],[-0.54499,42.76906],[-0.50868,42.79935],[-0.48842,42.80255],[-0.44354,42.78453],[-0.39208,42.78766],[-0.31683,42.82635],[-0.29987,42.82697],[-0.16949,42.77157],[-0.06726,42.6848],[-0.01993,42.67389],[0.17919,42.72075],[0.18967,42.72039],[0.23972,42.70494],[0.24594,42.70175],[0.29571,42.66388],[0.32567,42.67274],[0.34912,42.69817],[0.35954,42.70415],[0.3715,42.70308],[0.43024,42.67863],[0.669,42.67901],[0.69192,42.70684],[0.67474,42.75286],[0.67409,42.76479],[0.69117,42.83186],[0.70017,42.84402],[0.71511,42.8464],[0.84606,42.8157],[0.92265,42.7797],[0.95073,42.78794],[0.95937,42.78852],[1.07564,42.77079],[1.08546,42.76635],[1.16554,42.69928],[1.23221,42.71248],[1.32364,42.7085],[1.33313,42.70563],[1.37335,42.68127],[1.38032,42.67415],[1.41936,42.60643],[1.43792,42.59264],[1.47238,42.59703],[1.4921,42.62502],[1.50444,42.6331],[1.54636,42.64166],[1.56069,42.6392],[1.60283,42.61382],[1.69377,42.60975],[1.71011,42.59992],[1.72479,42.57499],[1.7272,42.56103],[1.71561,42.50125],[1.72567,42.48452],[1.82774,42.47056],[1.88444,42.4477],[1.88459,42.44762],[1.88467,42.44761],[1.92089,42.43302],[1.93076,42.42442],[1.965,42.36473],[2.00861,42.33818],[2.09393,42.35474],[2.14881,42.40545],[2.16028,42.41065],[2.20526,42.41541],[2.20653,42.41526],[2.20694,42.41558],[2.25973,42.42117],[2.26719,42.42055],[2.41222,42.38021],[2.41933,42.37658],[2.47795,42.32986],[2.5338,42.32197],[2.56777,42.34173],[2.58106,42.34418],[2.66719,42.33008],[2.68585,42.34679],[2.68162,42.37263],[2.68378,42.3854],[2.69331,42.39417],[2.72928,42.40998],[2.7413,42.41128],[2.78424,42.40256],[2.87019,42.44653],[2.87822,42.4487],[3.02214,42.45645],[3.03402,42.45331],[3.0944,42.41457],[3.16081,42.42757],[3.17358,42.41768],[5.8,41.64],[8.94186,41.27688],[9.27311,41.29196],[9.36968,41.35052],[9.63227,41.43244],[9.8,43.1],[7.53622,43.79234],[7.51594,43.84915],[7.51649,43.86397],[7.5271,43.87434],[7.56858,43.89159],[7.58419,43.93287],[7.59624,43.94466],[7.66016,43.9672],[7.68077,44.0164],[7.68603,44.02371],[7.72403,44.05704],[7.72786,44.08615],[7.69445,44.12276],[7.68937,44.13869],[7.69422,44.17795],[7.68608,44.1861],[7.63989,44.18928],[7.6162,44.16827],[7.60548,44.1634],[7.56478,44.15817],[7.5642,44.15836],[7.56283,44.15792],[7.37776,44.13416],[7.36278,44.13834],[7.33878,44.1574],[7.27537,44.15947],[7.26053,44.16682],[7.24533,44.18544],[7.1651,44.22112],[7.07312,44.2461],[7.03259,44.2424],[7.01983,44.24558],[7.01181,44.256],[6.99909,44.29414],[6.91637,44.36804],[6.90972,44.38195],[6.90907,44.39477],[6.91223,44.40659],[6.92167,44.41436],[6.95872,44.42908],[6.95894,44.43129],[6.87892,44.50245],[6.87233,44.5195],[6.88235,44.53479],[6.94659,44.57124],[6.97819,44.61784],[6.97056,44.64696],[6.97413,44.66431],[6.99007,44.67203],[7.07671,44.67134],[7.08666,44.68085],[7.08651,44.6968],[7.07224,44.72311],[7.0496,44.73226],[7.03711,44.75009],[7.03453,44.82282],[7.01795,44.84402],[6.93633,44.87461],[6.8798,44.86346],[6.86698,44.86519],[6.7942,44.90161],[6.78375,44.9146],[6.75744,45.01884],[6.69602,45.03395],[6.68237,45.04558],[6.66501,45.08667],[6.6653,45.10289],[6.67751,45.11356],[6.77056,45.14242],[6.78283,45.14228],[6.85843,45.11699],[6.90009,45.12689],[6.98106,45.19368],[6.99279,45.19823],[7.08417,45.20279],[7.14458,45.25048],[7.13649,45.30576],[7.14232,45.32298],[7.17075,45.35069],[7.19515,45.40409],[7.1856,45.41894],[7.13304,45.44001],[7.1228,45.44924],[7.1072,45.47877],[7.02774,45.5102],[7.0158,45.52354],[6.99643,45.59465],[6.9978,45.60877],[7.01151,45.63652],[7.00597,45.64945],[6.97131,45.66528],[6.94247,45.66172],[6.92419,45.66935],[6.90729,45.69124],[6.8414,45.71373],[6.83174,45.72082],[6.82787,45.73217],[6.82614,45.80353],[6.83102,45.81711],[6.84376,45.82387],[6.94097,45.83551],[6.99582,45.85822],[7.04394,45.92036],[7.04497,45.92064],[7.04533,45.92217],[7.05191,45.93066],[7.01556,46.00883],[6.94898,46.0699],[6.92001,46.07721],[6.90932,46.08406],[6.90491,46.09595],[6.90382,46.12971],[6.83427,46.14509],[6.82259,46.15261],[6.81863,46.16592],[6.82075,46.19862],[6.82698,46.21188],[6.86092,46.2439],[6.87504,46.28007],[6.86491,46.30038],[6.81095,46.33359],[6.80189,46.34639],[6.80484,46.36179],[6.81832,46.38181],[6.82244,46.42925],[6.74665,46.45695],[6.63047,46.47435],[6.50498,46.46871],[6.41748,46.42682],[6.41083,46.42495],[6.31648,46.41557],[6.23946,46.36705],[6.21219,46.32485],[6.21148,46.31057],[6.24707,46.24777],[6.24906,46.23299],[6.24026,46.22094],[6.13778,46.15702],[6.12468,46.15415],[6.05564,46.16288],[6.03509,46.15456],[6.01783,46.15564],[6.00787,46.16977],[6.00388,46.19332],[6.00681,46.20752],[6.01857,46.21601],[6.07717,46.23123],[6.08865,46.23081],[6.1103,46.22344],[6.13038,46.23737],[6.13371,46.30227],[6.13748,46.31297],[6.17817,46.36922],[6.16622,46.38839],[6.10829,46.41643],[6.09704,46.43317],[6.09572,46.45418],[6.10174,46.46979],[6.15811,46.52456],[6.16549,46.54399],[6.15152,46.56508],[6.14872,46.58069],[6.15817,46.59343],[6.46098,46.76887],[6.46722,46.79104],[6.45644,46.80534],[6.4535,46.8239],[6.47548,46.88771],[6.46686,46.91997],[6.46892,46.93522],[6.4812,46.9445],[6.62355,46.9811],[6.72561,47.0418],[6.76011,47.09953],[6.76907,47.10751],[6.85545,47.14636],[6.88913,47.18922],[6.89443,47.19393],[6.96134,47.23479],[6.96347,47.26233],[6.97424,47.27856],[7.05958,47.32257],[7.07007,47.35005],[7.05623,47.37035],[7.018,47.38386],[6.97126,47.37218],[6.95769,47.37359],[6.94818,47.38337],[6.94716,47.39698],[6.9551,47.40808],[7.003,47.44095],[7.01205,47.47287],[7.02102,47.48458],[7.03557,47.48695],[7.0801,47.47718],[7.12853,47.48893],[7.14279,47.48707],[7.15212,47.47612],[7.16708,47.4335],[7.24435,47.40939],[7.32653,47.4273],[7.38747,47.42111],[7.51256,47.48439],[7.54511,47.54283],[7.55424,47.55128],[7.58967,47.56755],[7.60016,47.60822],[7.537,47.67302],[7.53136,47.68564],[7.53526,47.6989],[7.55758,47.72899],[7.54418,47.77232],[7.54581,47.78793],[7.57267,47.83631],[7.5728,47.86435],[7.57554,47.87436],[7.63205,47.97081],[7.62437,47.99865],[7.59127,48.03035],[7.58522,48.04694],[7.59165,48.10648],[7.59605,48.11698],[7.67661,48.21555],[7.70241,48.28803],[7.71085,48.29841],[7.75159,48.32322],[7.74357,48.38427],[7.74506,48.39484],[7.78055,48.47652],[7.78547,48.48337],[7.81449,48.50968],[7.81456,48.57704],[7.81842,48.58883],[7.8484,48.62977],[7.85605,48.63606],[7.90422,48.65865],[7.98534,48.7409],[7.99071,48.74478],[8.10087,48.7993],[8.15824,48.89753],[8.20089,48.94339],[8.20888,48.94863],[8.23589,48.95817],[8.23704,48.97683],[8.2225,48.98787],[8.08069,49.00688],[7.93826,49.06832],[7.8673,49.05227],[7.85525,49.05329],[7.80291,49.07489],[7.76073,49.06067],[7.75401,49.05963],[7.6612,49.06119],[7.64722,49.06722],[7.6296,49.08527],[7.5579,49.09626],[7.54379,49.10572],[7.50113,49.17672],[7.45012,49.19517],[7.36095,49.18259],[7.29893,49.13856],[7.28683,49.13488],[7.1535,49.13839],[7.14315,49.14159],[7.10494,49.16634],[7.06908,49.16018],[7.05478,49.16313],[7.0463,49.17503],[7.04055,49.19794],[6.93753,49.23369],[6.89322,49.22389],[6.88453,49.2239],[6.85119,49.23136],[6.82982,49.21802],[6.83093,49.19366],[6.82473,49.17826],[6.80904,49.17284],[6.76026,49.17752],[6.74328,49.19086],[6.72996,49.22917],[6.67013,49.29269],[6.61627,49.31869],[6.60497,49.33739],[6.60639,49.37868],[6.5451,49.44384],[6.43515,49.487],[6.34423,49.48037],[6.334,49.48235],[6.24643,49.52511],[6.17397,49.52187],[6.09319,49.47787],[6.08635,49.47562],[6.01627,49.46597],[5.99801,49.47317],[5.97516,49.50129],[5.876,49.5114],[5.86126,49.52038],[5.8399,49.55321],[5.77526,49.57414],[5.71578,49.55361],[5.70676,49.55267],[5.641,49.56095],[5.6076,49.53761],[5.59311,49.53424],[5.55401,49.54025],[5.50666,49.52042],[5.49294,49.51979],[5.48205,49.52815],[5.43141,49.60791],[5.3544,49.64041],[5.344,49.65049],[5.33363,49.67308],[5.28157,49.70836],[5.19602,49.70732],[5.18761,49.70906],[5.1412,49.72984],[5.13458,49.73462],[5.09944,49.77323],[5.02686,49.78886],[5.01867,49.79272],[4.99534,49.81116],[4.91098,49.79926],[4.89769,49.80204],[4.88924,49.81266],[4.87625,49.85111],[4.87913,49.86942],[4.89755,49.89424],[4.89654,49.91753],[4.83343,49.96696],[4.82662,49.97692],[4.82678,49.989],[4.8433,50.03881],[4.84331,50.03883],[4.84331,50.03884],[4.85104,50.06216],[4.86277,50.0745],[4.88076,50.0815],[4.90426,50.12639],[4.90479,50.14451],[4.8815,50.16436],[4.83123,50.17941],[4.69517,50.10472],[4.66924,50.06972],[4.67293,50.02716],[4.66936,50.01392],[4.6581,50.00609],[4.45469,49.95251],[4.44542,49.9523],[4.30877,49.98145],[4.22164,49.97089],[4.20633,49.97546],[4.1765,50.00065],[4.16976,50.01217],[4.17177,50.02537],[4.18164,50.03436],[4.23193,50.05551],[4.24074,50.07102],[4.21195,50.13602],[4.1764,50.1547],[4.16601,50.16888],[4.17084,50.18579],[4.23078,50.25233],[4.22904,50.26664],[4.21444,50.28167],[4.14388,50.29727],[4.13761,50.29984],[4.02672,50.36904],[3.91317,50.34291],[3.90189,50.3436],[3.84109,50.36558],[3.74935,50.36279],[3.71576,50.33854],[3.70258,50.33482],[3.6901,50.34044],[3.68415,50.35277],[3.67378,50.45642],[3.61523,50.50558],[3.54779,50.51012],[3.53266,50.51873],[3.52173,50.53459],[3.4748,50.54445],[3.3898,50.50884],[3.37551,50.50839],[3.3056,50.53267],[3.29219,50.55037],[3.28922,50.60028],[3.26588,50.64054],[3.26576,50.6604],[3.27545,50.67757],[3.27051,50.70375],[3.22149,50.7267],[3.2154,50.73111],[3.14877,50.80195],[3.11412,50.80566],[3.09244,50.79092],[3.08218,50.78749],[3.00718,50.78377],[2.93508,50.75592],[2.9161,50.72418],[2.90492,50.71536],[2.89072,50.7162],[2.85265,50.73335],[2.81655,50.73092],[2.79995,50.73795],[2.73267,50.81738],[2.6511,50.82906],[2.63786,50.83696],[2.62781,50.85054],[2.62396,50.86071],[2.61962,50.91067],[2.62452,50.9256],[2.64225,50.94578],[2.63986,50.95766],[2.61558,50.99749],[2.59845,51.0051],[2.58741,51.01763],[2.57048,51.07409],[2.5488,51.09759],[2.35816,51.32937]],[[-61.27501,14.90218],[-61.27622,14.36803],[-60.72489,14.36686],[-60.72368,14.90101],[-61.27501,14.90218]],[[-61.92802,16.58618],[-61.92686,15.7394],[-60.88128,15.74072],[-60.88243,16.5875],[-61.92802,16.58618]],[[-63.09453,18.13388],[-63.18897,18.04343],[-62.82463,17.81212],[-62.7182,17.92256],[-62.95273,18.1339],[-63.09453,18.13388]],[[-56.45874,47.17105],[-56.44363,46.76621],[-55.9671,46.70221],[-56.21154,47.17852],[-56.45874,47.17105]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/telechargement-donnees-libres.html","terms_text":"Tiles © cquest@Openstreetmap France, data © IGN BD Topo, LO/OL","overlay":true},{"id":"fr.ign.bdortho","name":"BDOrtho IGN","type":"tms","template":"https://proxy-ign.openstreetmap.fr/94GjiyqD/bdortho/{zoom}/{x}/{y}.jpg","category":"photo","zoomExtent":[2,21],"polygon":[[[-175.91858,-13.58726],[-175.71534,-12.9189],[-176.34156,-12.83858],[-178.42568,-14.00334],[-178.57728,-14.70582],[-177.84638,-14.64983],[-175.91858,-13.58726]],[[-52.2345,3.10213],[-51.53687,4.11633],[-51.52039,4.51072],[-52.46522,5.4465],[-53.89344,6.004],[-54.58008,4.95962],[-54.42078,4.00127],[-54.12964,3.59567],[-54.12415,3.46408],[-54.31641,3.20085],[-54.31092,2.80589],[-54.8053,2.27358],[-54.20106,2.03205],[-53.72864,2.21869],[-52.92664,2.07597],[-52.641,2.25162],[-52.2345,3.10213]],[[-61.27501,14.90218],[-61.27622,14.36803],[-60.72489,14.36686],[-60.72368,14.90101],[-61.27501,14.90218]],[[-61.92802,16.58618],[-61.92686,15.7394],[-60.88128,15.74072],[-60.88243,16.5875],[-61.92802,16.58618]],[[55.09434,-21.49651],[55.96576,-21.49],[55.95959,-20.77281],[55.08816,-20.77935],[55.09434,-21.49651]],[[44.92054,-12.57363],[44.92502,-13.11963],[45.35274,-13.1163],[45.34826,-12.57029],[44.92054,-12.57363]],[[2.35816,51.32937],[-1.99931,49.72552],[-1.94136,48.88983],[-6.3,48.98],[-2.7,43.9],[-1.7835,43.39686],[-1.78509,43.39037],[-1.80099,43.37017],[-1.79156,43.34067],[-1.76297,43.32565],[-1.75606,43.31966],[-1.73359,43.28856],[-1.66953,43.30065],[-1.65,43.29323],[-1.61053,43.24223],[-1.57149,43.2412],[-1.54626,43.2737],[-1.52629,43.28099],[-1.40868,43.25591],[-1.39531,43.24596],[-1.39411,43.22935],[-1.42732,43.1404],[-1.43479,43.13087],[-1.47641,43.10248],[-1.48311,43.08561],[-1.4775,43.06889],[-1.43868,43.03371],[-1.3542,43.0197],[-1.33135,43.0496],[-1.31992,43.05696],[-1.30643,43.05531],[-1.26236,43.03303],[-1.22612,43.03898],[-1.21622,43.0381],[-1.16736,43.02083],[-1.15845,43.01452],[-1.14775,43.00124],[-1.1156,43.00461],[-1.10852,43.00409],[-1.02313,42.98206],[-0.94508,42.94192],[-0.82114,42.93865],[-0.77253,42.95284],[-0.75711,42.95107],[-0.7476,42.93879],[-0.73372,42.88666],[-0.68094,42.86775],[-0.67446,42.86392],[-0.56721,42.76937],[-0.54499,42.76906],[-0.50868,42.79935],[-0.48842,42.80255],[-0.44354,42.78453],[-0.39208,42.78766],[-0.31683,42.82635],[-0.29987,42.82697],[-0.16949,42.77157],[-0.06726,42.6848],[-0.01993,42.67389],[0.17919,42.72075],[0.18967,42.72039],[0.23972,42.70494],[0.24594,42.70175],[0.29571,42.66388],[0.32567,42.67274],[0.34912,42.69817],[0.35954,42.70415],[0.3715,42.70308],[0.43024,42.67863],[0.669,42.67901],[0.69192,42.70684],[0.67474,42.75286],[0.67409,42.76479],[0.69117,42.83186],[0.70017,42.84402],[0.71511,42.8464],[0.84606,42.8157],[0.92265,42.7797],[0.95073,42.78794],[0.95937,42.78852],[1.07564,42.77079],[1.08546,42.76635],[1.16554,42.69928],[1.23221,42.71248],[1.32364,42.7085],[1.33313,42.70563],[1.37335,42.68127],[1.38032,42.67415],[1.41936,42.60643],[1.43792,42.59264],[1.47238,42.59703],[1.4921,42.62502],[1.50444,42.6331],[1.54636,42.64166],[1.56069,42.6392],[1.60283,42.61382],[1.69377,42.60975],[1.71011,42.59992],[1.72479,42.57499],[1.7272,42.56103],[1.71561,42.50125],[1.72567,42.48452],[1.82774,42.47056],[1.88444,42.4477],[1.88459,42.44762],[1.88467,42.44761],[1.92089,42.43302],[1.93076,42.42442],[1.965,42.36473],[2.00861,42.33818],[2.09393,42.35474],[2.14881,42.40545],[2.16028,42.41065],[2.20526,42.41541],[2.20653,42.41526],[2.20694,42.41558],[2.25973,42.42117],[2.26719,42.42055],[2.41222,42.38021],[2.41933,42.37658],[2.47795,42.32986],[2.5338,42.32197],[2.56777,42.34173],[2.58106,42.34418],[2.66719,42.33008],[2.68585,42.34679],[2.68162,42.37263],[2.68378,42.3854],[2.69331,42.39417],[2.72928,42.40998],[2.7413,42.41128],[2.78424,42.40256],[2.87019,42.44653],[2.87822,42.4487],[3.02214,42.45645],[3.03402,42.45331],[3.0944,42.41457],[3.16081,42.42757],[3.17358,42.41768],[5.8,41.64],[8.94186,41.27688],[9.27311,41.29196],[9.36968,41.35052],[9.63227,41.43244],[9.8,43.1],[7.53622,43.79234],[7.51594,43.84915],[7.51649,43.86397],[7.5271,43.87434],[7.56858,43.89159],[7.58419,43.93287],[7.59624,43.94466],[7.66016,43.9672],[7.68077,44.0164],[7.68603,44.02371],[7.72403,44.05704],[7.72786,44.08615],[7.69445,44.12276],[7.68937,44.13869],[7.69422,44.17795],[7.68608,44.1861],[7.63989,44.18928],[7.6162,44.16827],[7.60548,44.1634],[7.56478,44.15817],[7.5642,44.15836],[7.56283,44.15792],[7.37776,44.13416],[7.36278,44.13834],[7.33878,44.1574],[7.27537,44.15947],[7.26053,44.16682],[7.24533,44.18544],[7.1651,44.22112],[7.07312,44.2461],[7.03259,44.2424],[7.01983,44.24558],[7.01181,44.256],[6.99909,44.29414],[6.91637,44.36804],[6.90972,44.38195],[6.90907,44.39477],[6.91223,44.40659],[6.92167,44.41436],[6.95872,44.42908],[6.95894,44.43129],[6.87892,44.50245],[6.87233,44.5195],[6.88235,44.53479],[6.94659,44.57124],[6.97819,44.61784],[6.97056,44.64696],[6.97413,44.66431],[6.99007,44.67203],[7.07671,44.67134],[7.08666,44.68085],[7.08651,44.6968],[7.07224,44.72311],[7.0496,44.73226],[7.03711,44.75009],[7.03453,44.82282],[7.01795,44.84402],[6.93633,44.87461],[6.8798,44.86346],[6.86698,44.86519],[6.7942,44.90161],[6.78375,44.9146],[6.75744,45.01884],[6.69602,45.03395],[6.68237,45.04558],[6.66501,45.08667],[6.6653,45.10289],[6.67751,45.11356],[6.77056,45.14242],[6.78283,45.14228],[6.85843,45.11699],[6.90009,45.12689],[6.98106,45.19368],[6.99279,45.19823],[7.08417,45.20279],[7.14458,45.25048],[7.13649,45.30576],[7.14232,45.32298],[7.17075,45.35069],[7.19515,45.40409],[7.1856,45.41894],[7.13304,45.44001],[7.1228,45.44924],[7.1072,45.47877],[7.02774,45.5102],[7.0158,45.52354],[6.99643,45.59465],[6.9978,45.60877],[7.01151,45.63652],[7.00597,45.64945],[6.97131,45.66528],[6.94247,45.66172],[6.92419,45.66935],[6.90729,45.69124],[6.8414,45.71373],[6.83174,45.72082],[6.82787,45.73217],[6.82614,45.80353],[6.83102,45.81711],[6.84376,45.82387],[6.94097,45.83551],[6.99582,45.85822],[7.04394,45.92036],[7.04497,45.92064],[7.04533,45.92217],[7.05191,45.93066],[7.01556,46.00883],[6.94898,46.0699],[6.92001,46.07721],[6.90932,46.08406],[6.90491,46.09595],[6.90382,46.12971],[6.83427,46.14509],[6.82259,46.15261],[6.81863,46.16592],[6.82075,46.19862],[6.82698,46.21188],[6.86092,46.2439],[6.87504,46.28007],[6.86491,46.30038],[6.81095,46.33359],[6.80189,46.34639],[6.80484,46.36179],[6.81832,46.38181],[6.82244,46.42925],[6.74665,46.45695],[6.63047,46.47435],[6.50498,46.46871],[6.41748,46.42682],[6.41083,46.42495],[6.31648,46.41557],[6.23946,46.36705],[6.21219,46.32485],[6.21148,46.31057],[6.24707,46.24777],[6.24906,46.23299],[6.24026,46.22094],[6.13778,46.15702],[6.12468,46.15415],[6.05564,46.16288],[6.03509,46.15456],[6.01783,46.15564],[6.00787,46.16977],[6.00388,46.19332],[6.00681,46.20752],[6.01857,46.21601],[6.07717,46.23123],[6.08865,46.23081],[6.1103,46.22344],[6.13038,46.23737],[6.13371,46.30227],[6.13748,46.31297],[6.17817,46.36922],[6.16622,46.38839],[6.10829,46.41643],[6.09704,46.43317],[6.09572,46.45418],[6.10174,46.46979],[6.15811,46.52456],[6.16549,46.54399],[6.15152,46.56508],[6.14872,46.58069],[6.15817,46.59343],[6.46098,46.76887],[6.46722,46.79104],[6.45644,46.80534],[6.4535,46.8239],[6.47548,46.88771],[6.46686,46.91997],[6.46892,46.93522],[6.4812,46.9445],[6.62355,46.9811],[6.72561,47.0418],[6.76011,47.09953],[6.76907,47.10751],[6.85545,47.14636],[6.88913,47.18922],[6.89443,47.19393],[6.96134,47.23479],[6.96347,47.26233],[6.97424,47.27856],[7.05958,47.32257],[7.07007,47.35005],[7.05623,47.37035],[7.018,47.38386],[6.97126,47.37218],[6.95769,47.37359],[6.94818,47.38337],[6.94716,47.39698],[6.9551,47.40808],[7.003,47.44095],[7.01205,47.47287],[7.02102,47.48458],[7.03557,47.48695],[7.0801,47.47718],[7.12853,47.48893],[7.14279,47.48707],[7.15212,47.47612],[7.16708,47.4335],[7.24435,47.40939],[7.32653,47.4273],[7.38747,47.42111],[7.51256,47.48439],[7.54511,47.54283],[7.55424,47.55128],[7.58967,47.56755],[7.60016,47.60822],[7.537,47.67302],[7.53136,47.68564],[7.53526,47.6989],[7.55758,47.72899],[7.54418,47.77232],[7.54581,47.78793],[7.57267,47.83631],[7.5728,47.86435],[7.57554,47.87436],[7.63205,47.97081],[7.62437,47.99865],[7.59127,48.03035],[7.58522,48.04694],[7.59165,48.10648],[7.59605,48.11698],[7.67661,48.21555],[7.70241,48.28803],[7.71085,48.29841],[7.75159,48.32322],[7.74357,48.38427],[7.74506,48.39484],[7.78055,48.47652],[7.78547,48.48337],[7.81449,48.50968],[7.81456,48.57704],[7.81842,48.58883],[7.8484,48.62977],[7.85605,48.63606],[7.90422,48.65865],[7.98534,48.7409],[7.99071,48.74478],[8.10087,48.7993],[8.15824,48.89753],[8.20089,48.94339],[8.20888,48.94863],[8.23589,48.95817],[8.23704,48.97683],[8.2225,48.98787],[8.08069,49.00688],[7.93826,49.06832],[7.8673,49.05227],[7.85525,49.05329],[7.80291,49.07489],[7.76073,49.06067],[7.75401,49.05963],[7.6612,49.06119],[7.64722,49.06722],[7.6296,49.08527],[7.5579,49.09626],[7.54379,49.10572],[7.50113,49.17672],[7.45012,49.19517],[7.36095,49.18259],[7.29893,49.13856],[7.28683,49.13488],[7.1535,49.13839],[7.14315,49.14159],[7.10494,49.16634],[7.06908,49.16018],[7.05478,49.16313],[7.0463,49.17503],[7.04055,49.19794],[6.93753,49.23369],[6.89322,49.22389],[6.88453,49.2239],[6.85119,49.23136],[6.82982,49.21802],[6.83093,49.19366],[6.82473,49.17826],[6.80904,49.17284],[6.76026,49.17752],[6.74328,49.19086],[6.72996,49.22917],[6.67013,49.29269],[6.61627,49.31869],[6.60497,49.33739],[6.60639,49.37868],[6.5451,49.44384],[6.43515,49.487],[6.34423,49.48037],[6.334,49.48235],[6.24643,49.52511],[6.17397,49.52187],[6.09319,49.47787],[6.08635,49.47562],[6.01627,49.46597],[5.99801,49.47317],[5.97516,49.50129],[5.876,49.5114],[5.86126,49.52038],[5.8399,49.55321],[5.77526,49.57414],[5.71578,49.55361],[5.70676,49.55267],[5.641,49.56095],[5.6076,49.53761],[5.59311,49.53424],[5.55401,49.54025],[5.50666,49.52042],[5.49294,49.51979],[5.48205,49.52815],[5.43141,49.60791],[5.3544,49.64041],[5.344,49.65049],[5.33363,49.67308],[5.28157,49.70836],[5.19602,49.70732],[5.18761,49.70906],[5.1412,49.72984],[5.13458,49.73462],[5.09944,49.77323],[5.02686,49.78886],[5.01867,49.79272],[4.99534,49.81116],[4.91098,49.79926],[4.89769,49.80204],[4.88924,49.81266],[4.87625,49.85111],[4.87913,49.86942],[4.89755,49.89424],[4.89654,49.91753],[4.83343,49.96696],[4.82662,49.97692],[4.82678,49.989],[4.8433,50.03881],[4.84331,50.03883],[4.84331,50.03884],[4.85104,50.06216],[4.86277,50.0745],[4.88076,50.0815],[4.90426,50.12639],[4.90479,50.14451],[4.8815,50.16436],[4.83123,50.17941],[4.69517,50.10472],[4.66924,50.06972],[4.67293,50.02716],[4.66936,50.01392],[4.6581,50.00609],[4.45469,49.95251],[4.44542,49.9523],[4.30877,49.98145],[4.22164,49.97089],[4.20633,49.97546],[4.1765,50.00065],[4.16976,50.01217],[4.17177,50.02537],[4.18164,50.03436],[4.23193,50.05551],[4.24074,50.07102],[4.21195,50.13602],[4.1764,50.1547],[4.16601,50.16888],[4.17084,50.18579],[4.23078,50.25233],[4.22904,50.26664],[4.21444,50.28167],[4.14388,50.29727],[4.13761,50.29984],[4.02672,50.36904],[3.91317,50.34291],[3.90189,50.3436],[3.84109,50.36558],[3.74935,50.36279],[3.71576,50.33854],[3.70258,50.33482],[3.6901,50.34044],[3.68415,50.35277],[3.67378,50.45642],[3.61523,50.50558],[3.54779,50.51012],[3.53266,50.51873],[3.52173,50.53459],[3.4748,50.54445],[3.3898,50.50884],[3.37551,50.50839],[3.3056,50.53267],[3.29219,50.55037],[3.28922,50.60028],[3.26588,50.64054],[3.26576,50.6604],[3.27545,50.67757],[3.27051,50.70375],[3.22149,50.7267],[3.2154,50.73111],[3.14877,50.80195],[3.11412,50.80566],[3.09244,50.79092],[3.08218,50.78749],[3.00718,50.78377],[2.93508,50.75592],[2.9161,50.72418],[2.90492,50.71536],[2.89072,50.7162],[2.85265,50.73335],[2.81655,50.73092],[2.79995,50.73795],[2.73267,50.81738],[2.6511,50.82906],[2.63786,50.83696],[2.62781,50.85054],[2.62396,50.86071],[2.61962,50.91067],[2.62452,50.9256],[2.64225,50.94578],[2.63986,50.95766],[2.61558,50.99749],[2.59845,51.0051],[2.58741,51.01763],[2.57048,51.07409],[2.5488,51.09759],[2.35816,51.32937]]],"terms_url":"https://openstreetmap.fr/bdortho","terms_text":"BDOrtho IGN","best":true,"icon":"https://www.ign.fr/files/default/styles/thumbnail/public/2020-06/logoIGN_300x200.png"},{"id":"BH_Ortofoto_2015","name":"Belo Horizonte Ortofoto 2015","type":"wms","template":"https://geoservicos.pbh.gov.br:443/ortofoto/ORTOFOTO/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Ortofoto2015&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","polygon":[[[-44.08158,-19.98958],[-44.01816,-20.08433],[-43.83877,-19.9141],[-43.841,-19.81291],[-43.99898,-19.72879],[-44.08158,-19.98958]]],"terms_url":"https://bhgeo.pbh.gov.br/","terms_text":"Prefeitura de Belo Horizonte","best":true,"description":"2015 Orthophotos from Belo Horizonte"},{"id":"Berlin-Alkis","name":"Berlin/Geoportal ALKIS","type":"tms","template":"https://mapproxy.codefor.de/tiles/1.0.0/alkis_30/mercator/{zoom}/{x}/{y}.png","category":"other","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/ALKIS Berlin (Amtliches Liegenschaftskatasterinformationssystem) (codefor.de proxy)"},{"id":"Berlin-Baumbestand_Alkis","name":"Berlin/Geoportal Baumbestand, Alkis s/w","type":"tms","template":"https://mapproxy.codefor.de/tiles/1.0.0/baumbestand_0_1_3_4_alkis/mercator/{zoom}/{x}/{y}.png","category":"other","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Straßen- und Anlagenbaumbestand Berlin, ALKIS s/w (codefor.de proxy)"},{"id":"Berlin-2020-infrared","name":"Berlin/Geoportal DOP20CIR (2020 infrared)","type":"tms","template":"https://tiles.codefor.de/berlin-2020-dop20cir/{zoom}/{x}/{y}.png","category":"historicphoto","endDate":"2020-08-01T00:00:00.000Z","startDate":"2020-08-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale Color-Infrarot-Orthophotos 2020 (DOP20CIR) (codefor.de mirror)"},{"id":"Berlin-2014","name":"Berlin/Geoportal DOP20RGB (2014)","type":"tms","template":"https://tiles.codefor.de/berlin-2014-dop20rgb/{zoom}/{x}/{y}.png","category":"historicphoto","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.19746,52.64206],[13.19862,52.6062],[13.11077,52.6047],[13.1137,52.51528],[13.14332,52.5157],[13.1441,52.49729],[13.11462,52.49695],[13.11546,52.47896],[13.086,52.47853],[13.08842,52.42449],[13.06075,52.42408],[13.0618,52.40662],[13.08938,52.40707],[13.08981,52.38899],[13.11941,52.38955],[13.11971,52.37422],[13.14876,52.37459],[13.14791,52.38987],[13.17752,52.39029],[13.17635,52.40836],[13.23609,52.40922],[13.23667,52.39114],[13.35427,52.39306],[13.35487,52.37498],[13.44257,52.37604],[13.44101,52.41219],[13.47149,52.4125],[13.47168,52.39459],[13.53064,52.39525],[13.53116,52.37735],[13.5901,52.37806],[13.59046,52.36007],[13.61999,52.36033],[13.62102,52.32946],[13.67898,52.33017],[13.67785,52.36104],[13.70731,52.36136],[13.70678,52.37935],[13.73611,52.37963],[13.73546,52.39753],[13.76447,52.40209],[13.76358,52.45156],[13.73399,52.45121],[13.73362,52.4692],[13.70415,52.46901],[13.7037,52.48683],[13.64476,52.48608],[13.64413,52.5045],[13.67375,52.50475],[13.67253,52.54048],[13.64296,52.5401],[13.64268,52.55813],[13.61324,52.55784],[13.61246,52.57582],[13.58307,52.57535],[13.58263,52.59329],[13.52335,52.59248],[13.52219,52.62898],[13.55147,52.62938],[13.55096,52.6469],[13.5216,52.6465],[13.52092,52.66457],[13.49147,52.66428],[13.49082,52.68111],[13.43227,52.68001],[13.4334,52.64555],[13.40332,52.64501],[13.4026,52.663],[13.37386,52.66269],[13.37431,52.64462],[13.31476,52.64353],[13.31391,52.66185],[13.2558,52.66101],[13.25639,52.64285],[13.19746,52.64206]]],"terms_text":"Geoportal Berlin/Digitale farbige Orthophotos 2014 (DOP20RGB) (codefor.de mirror)"},{"id":"Berlin-2015","name":"Berlin/Geoportal DOP20RGB (2015)","type":"tms","template":"https://tiles.codefor.de/berlin-2015-dop20rgb/{zoom}/{x}/{y}.png","category":"historicphoto","endDate":"2015-08-03T00:00:00.000Z","startDate":"2015-08-02T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.11068,52.59538],[13.11558,52.47897],[13.10123,52.47874],[13.10275,52.43374],[13.07392,52.42426],[13.0744,52.40683],[13.11964,52.38041],[13.14839,52.38095],[13.14774,52.38996],[13.19222,52.39056],[13.19171,52.39957],[13.29531,52.40103],[13.29537,52.39209],[13.35432,52.39301],[13.38464,52.3662],[13.42813,52.3667],[13.44223,52.38484],[13.53133,52.38641],[13.53149,52.37748],[13.58986,52.3781],[13.62031,52.36042],[13.62073,52.33337],[13.66405,52.33395],[13.67782,52.36125],[13.707,52.3614],[13.70661,52.37944],[13.73585,52.39762],[13.75045,52.39778],[13.74941,52.42474],[13.76431,52.42464],[13.76362,52.46068],[13.73405,52.46034],[13.73386,52.46933],[13.68931,52.48687],[13.65998,52.48643],[13.65913,52.51344],[13.67356,52.51358],[13.67312,52.53144],[13.65813,52.54042],[13.64303,52.5492],[13.62817,52.55805],[13.59865,52.55769],[13.59776,52.58469],[13.52304,52.60165],[13.52229,52.61977],[13.5376,52.61991],[13.53605,52.65572],[13.50654,52.65531],[13.50561,52.68244],[13.44733,52.6816],[13.43284,52.65414],[13.32948,52.6529],[13.32914,52.66204],[13.31368,52.67072],[13.27004,52.67021],[13.256,52.65201],[13.24167,52.64282],[13.21262,52.63315],[13.18355,52.61488],[13.13975,52.60527],[13.11068,52.59538]]],"terms_text":"Geoportal Berlin/Digitale farbige Orthophotos 2015 (DOP20RGB) (codefor.de mirror)"},{"id":"Berlin-2016","name":"Berlin/Geoportal DOP20RGB (2016)","type":"tms","template":"https://tiles.codefor.de/berlin-2016-dop20rgb/{zoom}/{x}/{y}.png","category":"historicphoto","endDate":"2016-04-03T00:00:00.000Z","startDate":"2016-04-02T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale farbige Orthophotos 2016 (DOP20RGB) (codefor.de mirror)"},{"id":"Berlin-2017","name":"Berlin/Geoportal DOP20RGB (2017)","type":"tms","template":"https://tiles.codefor.de/berlin-2017-dop20rgb/{zoom}/{x}/{y}.png","category":"historicphoto","endDate":"2017-03-28T00:00:00.000Z","startDate":"2017-03-27T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale farbige Orthophotos 2017 (DOP20RGB) (codefor.de mirror)"},{"id":"Berlin-2018","name":"Berlin/Geoportal DOP20RGB (2018)","type":"tms","template":"https://tiles.codefor.de/berlin-2018-dop20rgb/{zoom}/{x}/{y}.png","category":"historicphoto","endDate":"2018-04-07T00:00:00.000Z","startDate":"2018-03-19T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale farbige Orthophotos 2018 (DOP20RGB) (codefor.de mirror)"},{"id":"Berlin-2019","name":"Berlin/Geoportal DOP20RGB (2019)","type":"tms","template":"https://tiles.codefor.de/berlin-2019-dop20rgb/{zoom}/{x}/{y}.png","category":"historicphoto","endDate":"2019-04-06T00:00:00.000Z","startDate":"2019-04-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale farbige Orthophotos 2019 (DOP20RGB) (codefor.de mirror)"},{"id":"Berlin-2021","name":"Berlin/Geoportal DOP20RGB (2021)","type":"tms","template":"https://tiles.codefor.de/berlin-2021-dop20rgbi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2021-02-22T00:00:00.000Z","startDate":"2021-02-22T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale farbige Orthophotos 2021 (DOP20RGBI) (codefor.de mirror)"},{"id":"Berlin-2022","name":"Berlin/Geoportal DOP20RGBI (2022)","type":"tms","template":"https://tiles.codefor.de/berlin-2022-dop20rgbi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2022-03-09T00:00:00.000Z","startDate":"2022-03-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale farbige TrueOrthophotos 2022 (DOP20RGBI) (codefor.de mirror)"},{"id":"Berlin-2023","name":"Berlin/Geoportal DOP20RGBI (2023)","type":"tms","template":"https://tiles.codefor.de/berlin-2023-dop20rgbi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale farbige TrueOrthophotos 2023 (DOP20RGBI) (codefor.de mirror)"},{"id":"Berlin-2024","name":"Berlin/Geoportal DOP20RGBI (2024)","type":"tms","template":"https://tiles.codefor.de/berlin-2024-dop20rgbi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale farbige TrueOrthophotos 2024 (DOP20RGBI) (codefor.de mirror)","best":true},{"id":"Berlin-Strassenbefahrung-2014-Alkis","name":"Berlin/Geoportal Straßenbefahrung 2014, Alkis","type":"tms","template":"https://mapproxy.codefor.de/tiles/1.0.0/strassenbefahrung_alkis/mercator/{zoom}/{x}/{y}.png","category":"other","endDate":"2015-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Straßenbefahrung 2014; ALKIS s/w (codefor.de proxy)"},{"id":"Berlin-2020-TrueDOP","name":"Berlin/Geoportal TrueDOP20RGB (2020)","type":"tms","template":"https://tiles.codefor.de/berlin-2020-truedop20rgb/{zoom}/{x}/{y}.png","category":"photo","endDate":"2020-08-01T00:00:00.000Z","startDate":"2020-08-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.05872,52.42427],[13.05951,52.4063],[13.0889,52.40677],[13.08967,52.3888],[13.11905,52.38927],[13.11981,52.3713],[13.14917,52.37177],[13.14842,52.38974],[13.17779,52.3902],[13.20717,52.39064],[13.23654,52.39109],[13.26592,52.39152],[13.2953,52.39195],[13.32467,52.39237],[13.35405,52.39278],[13.35472,52.37481],[13.38409,52.37521],[13.38474,52.35724],[13.4141,52.35764],[13.41474,52.33966],[13.41539,52.32169],[13.44472,52.32208],[13.47405,52.32246],[13.50339,52.32284],[13.53272,52.32321],[13.56206,52.32357],[13.59139,52.32392],[13.62073,52.32427],[13.65007,52.3246],[13.67941,52.32494],[13.67887,52.34291],[13.67833,52.36089],[13.7077,52.36121],[13.70717,52.37919],[13.73655,52.37951],[13.73603,52.39748],[13.76542,52.39779],[13.76492,52.41577],[13.76442,52.43375],[13.76391,52.45172],[13.76341,52.4697],[13.73397,52.46939],[13.73346,52.48736],[13.70401,52.48705],[13.67456,52.48672],[13.67402,52.50469],[13.67348,52.52267],[13.67294,52.54065],[13.64346,52.54031],[13.64291,52.55829],[13.61341,52.55795],[13.61285,52.57592],[13.58334,52.57557],[13.58276,52.59355],[13.55325,52.59319],[13.55265,52.61116],[13.55206,52.62914],[13.55147,52.64711],[13.55087,52.66509],[13.52131,52.66472],[13.5207,52.68269],[13.49113,52.68232],[13.46155,52.68194],[13.43198,52.68155],[13.43262,52.66358],[13.40306,52.66319],[13.3735,52.66278],[13.34394,52.66237],[13.31438,52.66196],[13.31369,52.67993],[13.28412,52.6795],[13.25455,52.67907],[13.25527,52.6611],[13.25598,52.64313],[13.22644,52.64269],[13.19689,52.64225],[13.19763,52.62427],[13.1681,52.62382],[13.16885,52.60585],[13.13933,52.60539],[13.10982,52.60492],[13.11059,52.58695],[13.11136,52.56898],[13.11214,52.55101],[13.11291,52.53304],[13.11368,52.51507],[13.11445,52.4971],[13.11521,52.47913],[13.08578,52.47866],[13.08656,52.46069],[13.08734,52.44272],[13.08812,52.42474],[13.05872,52.42427]]],"terms_text":"Geoportal Berlin/Digitale farbige TrueOrthophotos 2020 (TrueDOP20RGB) (codefor.de mirror)"},{"id":"bev-inspire-orthofoto","name":"BEV INSPIRE Orthofoto","type":"wms","template":"https://kataster.bev.gv.at/ortho/ows?SERVICE=WMS&REQUEST=GetMap&VERSION=2.0.0&FORMAT=image/jpeg&LAYERS=bev:RGB&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","polygon":[[[15.033,49.027],[14.999,49.027],[14.999,49.018],[14.982,49.018],[14.983,48.991],[14.966,48.991],[14.968,48.919],[14.985,48.919],[14.985,48.892],[14.968,48.892],[14.97,48.847],[14.953,48.847],[14.954,48.802],[14.937,48.801],[14.937,48.79],[14.932,48.79],[14.931,48.781],[14.897,48.781],[14.898,48.79],[14.864,48.791],[14.864,48.8],[14.813,48.8],[14.812,48.782],[14.795,48.783],[14.795,48.756],[14.778,48.756],[14.777,48.729],[14.76,48.729],[14.76,48.72],[14.743,48.72],[14.742,48.711],[14.725,48.712],[14.725,48.702],[14.708,48.703],[14.707,48.676],[14.691,48.676],[14.689,48.622],[14.638,48.623],[14.638,48.632],[14.621,48.632],[14.622,48.641],[14.588,48.641],[14.588,48.632],[14.57,48.632],[14.57,48.623],[14.553,48.624],[14.553,48.633],[14.519,48.633],[14.52,48.642],[14.486,48.642],[14.486,48.669],[14.419,48.67],[14.418,48.643],[14.401,48.643],[14.4,48.598],[14.366,48.598],[14.366,48.589],[14.349,48.589],[14.349,48.581],[14.298,48.581],[14.299,48.608],[14.062,48.61],[14.062,48.637],[14.028,48.637],[14.028,48.646],[14.062,48.646],[14.062,48.682],[14.045,48.682],[14.046,48.7],[14.029,48.7],[14.029,48.709],[14.012,48.709],[14.012,48.718],[13.961,48.718],[13.961,48.727],[13.944,48.727],[13.944,48.736],[13.927,48.736],[13.927,48.754],[13.911,48.754],[13.911,48.763],[13.894,48.764],[13.894,48.772],[13.86,48.773],[13.86,48.782],[13.843,48.782],[13.843,48.773],[13.826,48.773],[13.826,48.764],[13.809,48.764],[13.808,48.728],[13.791,48.728],[13.791,48.701],[13.808,48.701],[13.807,48.602],[13.79,48.602],[13.79,48.575],[13.773,48.575],[13.773,48.566],[13.739,48.566],[13.739,48.53],[13.722,48.53],[13.722,48.522],[13.705,48.522],[13.705,48.531],[13.688,48.53],[13.688,48.539],[13.671,48.54],[13.671,48.558],[13.621,48.558],[13.62,48.576],[13.587,48.576],[13.587,48.567],[13.57,48.567],[13.57,48.576],[13.553,48.576],[13.553,48.585],[13.536,48.585],[13.536,48.594],[13.502,48.594],[13.502,48.585],[13.485,48.585],[13.485,48.567],[13.434,48.567],[13.434,48.513],[13.451,48.513],[13.451,48.504],[13.434,48.504],[13.434,48.477],[13.417,48.477],[13.417,48.441],[13.434,48.441],[13.434,48.423],[13.417,48.423],[13.417,48.387],[13.4,48.387],[13.4,48.369],[13.366,48.369],[13.366,48.36],[13.35,48.36],[13.349,48.342],[13.333,48.342],[13.333,48.333],[13.316,48.333],[13.316,48.324],[13.299,48.324],[13.299,48.315],[13.282,48.315],[13.282,48.306],[13.265,48.306],[13.265,48.297],[13.147,48.297],[13.147,48.288],[13.114,48.288],[13.114,48.279],[13.047,48.279],[13.046,48.27],[13.029,48.27],[13.029,48.261],[12.996,48.261],[12.996,48.243],[12.979,48.243],[12.979,48.225],[12.963,48.225],[12.963,48.216],[12.929,48.215],[12.929,48.207],[12.861,48.206],[12.861,48.197],[12.845,48.197],[12.845,48.17],[12.829,48.17],[12.828,48.161],[12.812,48.161],[12.812,48.152],[12.795,48.152],[12.795,48.143],[12.778,48.143],[12.778,48.134],[12.745,48.134],[12.745,48.071],[12.762,48.071],[12.762,48.053],[12.779,48.053],[12.78,48.044],[12.796,48.044],[12.796,48.035],[12.813,48.035],[12.813,48.026],[12.83,48.026],[12.83,48.017],[12.847,48.017],[12.847,47.982],[12.864,47.982],[12.864,47.955],[12.914,47.955],[12.915,47.937],[12.931,47.937],[12.931,47.919],[12.948,47.919],[12.948,47.901],[12.965,47.901],[12.965,47.874],[12.982,47.874],[12.982,47.856],[12.998,47.856],[12.999,47.838],[12.982,47.838],[12.982,47.829],[12.966,47.829],[12.966,47.802],[12.949,47.802],[12.949,47.793],[12.932,47.793],[12.932,47.784],[12.916,47.784],[12.916,47.766],[12.932,47.766],[12.933,47.748],[12.899,47.748],[12.899,47.712],[12.916,47.712],[12.916,47.703],[12.999,47.703],[12.999,47.712],[13.033,47.712],[13.033,47.703],[13.05,47.703],[13.049,47.685],[13.066,47.685],[13.066,47.658],[13.083,47.658],[13.083,47.622],[13.066,47.622],[13.067,47.604],[13.05,47.604],[13.05,47.587],[13.033,47.586],[13.034,47.541],[13.017,47.541],[13.017,47.523],[13.034,47.523],[13.034,47.487],[13.017,47.487],[13.018,47.478],[13.001,47.478],[13.001,47.496],[12.935,47.496],[12.934,47.505],[12.918,47.505],[12.918,47.514],[12.901,47.514],[12.901,47.532],[12.868,47.532],[12.868,47.55],[12.851,47.55],[12.851,47.559],[12.818,47.558],[12.817,47.594],[12.834,47.594],[12.834,47.631],[12.817,47.63],[12.817,47.64],[12.8,47.639],[12.8,47.648],[12.784,47.648],[12.784,47.657],[12.8,47.657],[12.8,47.684],[12.75,47.684],[12.75,47.693],[12.65,47.693],[12.65,47.684],[12.583,47.683],[12.584,47.674],[12.567,47.674],[12.567,47.647],[12.501,47.647],[12.5,47.656],[12.484,47.656],[12.484,47.665],[12.467,47.664],[12.467,47.7],[12.45,47.7],[12.45,47.709],[12.4,47.709],[12.4,47.7],[12.35,47.699],[12.35,47.708],[12.3,47.708],[12.3,47.699],[12.267,47.699],[12.266,47.717],[12.283,47.717],[12.282,47.753],[12.232,47.752],[12.233,47.734],[12.216,47.734],[12.216,47.725],[12.2,47.725],[12.2,47.716],[12.15,47.716],[12.151,47.653],[12.168,47.653],[12.169,47.626],[12.069,47.625],[12.068,47.634],[11.969,47.633],[11.969,47.624],[11.886,47.622],[11.886,47.614],[11.836,47.613],[11.837,47.595],[11.803,47.595],[11.803,47.603],[11.787,47.603],[11.786,47.612],[11.687,47.611],[11.687,47.602],[11.62,47.601],[11.621,47.588],[11.596,47.589],[11.596,47.571],[11.579,47.571],[11.578,47.526],[11.561,47.526],[11.561,47.517],[11.512,47.518],[11.511,47.509],[11.495,47.509],[11.495,47.518],[11.412,47.519],[11.411,47.501],[11.395,47.501],[11.395,47.483],[11.378,47.483],[11.377,47.456],[11.328,47.456],[11.328,47.448],[11.311,47.448],[11.311,47.438],[11.294,47.439],[11.294,47.43],[11.277,47.43],[11.277,47.403],[11.244,47.403],[11.244,47.412],[11.261,47.412],[11.261,47.439],[11.195,47.439],[11.195,47.431],[11.145,47.431],[11.145,47.422],[11.129,47.422],[11.128,47.413],[11.112,47.413],[11.112,47.404],[11.012,47.405],[11.012,47.396],[10.995,47.396],[10.995,47.405],[10.979,47.405],[10.979,47.414],[10.995,47.414],[10.996,47.441],[10.979,47.441],[10.979,47.45],[10.963,47.45],[10.963,47.459],[10.946,47.459],[10.947,47.486],[10.88,47.486],[10.88,47.495],[10.897,47.495],[10.897,47.504],[10.93,47.504],[10.931,47.522],[10.914,47.522],[10.914,47.531],[10.898,47.531],[10.897,47.54],[10.848,47.54],[10.848,47.532],[10.798,47.532],[10.798,47.523],[10.781,47.523],[10.781,47.532],[10.764,47.532],[10.765,47.541],[10.715,47.541],[10.715,47.55],[10.698,47.55],[10.698,47.568],[10.682,47.568],[10.682,47.559],[10.665,47.559],[10.665,47.568],[10.616,47.568],[10.615,47.577],[10.582,47.577],[10.582,47.559],[10.566,47.559],[10.566,47.542],[10.499,47.542],[10.499,47.551],[10.483,47.551],[10.483,47.596],[10.466,47.596],[10.466,47.587],[10.416,47.587],[10.416,47.569],[10.433,47.569],[10.433,47.506],[10.416,47.506],[10.416,47.497],[10.433,47.497],[10.433,47.479],[10.466,47.479],[10.466,47.47],[10.449,47.47],[10.449,47.451],[10.466,47.452],[10.466,47.434],[10.449,47.434],[10.449,47.425],[10.432,47.425],[10.432,47.407],[10.416,47.407],[10.416,47.38],[10.383,47.38],[10.383,47.362],[10.366,47.362],[10.366,47.344],[10.35,47.344],[10.35,47.326],[10.333,47.326],[10.333,47.308],[10.284,47.308],[10.283,47.29],[10.251,47.29],[10.25,47.281],[10.201,47.281],[10.201,47.299],[10.217,47.299],[10.217,47.344],[10.234,47.344],[10.234,47.362],[10.25,47.362],[10.25,47.389],[10.234,47.389],[10.234,47.398],[10.217,47.398],[10.217,47.389],[10.201,47.389],[10.201,47.398],[10.167,47.398],[10.168,47.371],[10.134,47.371],[10.134,47.38],[10.101,47.38],[10.101,47.424],[10.118,47.424],[10.118,47.442],[10.101,47.443],[10.101,47.461],[10.084,47.461],[10.084,47.469],[10.068,47.469],[10.067,47.488],[10.051,47.487],[10.051,47.496],[10.018,47.496],[10.018,47.487],[10.002,47.487],[10.001,47.514],[9.985,47.514],[9.984,47.55],[9.951,47.55],[9.951,47.541],[9.918,47.541],[9.918,47.55],[9.835,47.55],[9.834,47.595],[9.818,47.594],[9.818,47.603],[9.768,47.603],[9.768,47.594],[9.751,47.594],[9.752,47.576],[9.735,47.576],[9.735,47.549],[9.719,47.549],[9.719,47.54],[9.702,47.54],[9.702,47.522],[9.669,47.522],[9.669,47.531],[9.653,47.531],[9.652,47.522],[9.603,47.521],[9.603,47.512],[9.57,47.512],[9.57,47.503],[9.553,47.503],[9.553,47.485],[9.57,47.485],[9.57,47.467],[9.587,47.467],[9.587,47.458],[9.62,47.458],[9.62,47.45],[9.637,47.45],[9.637,47.396],[9.654,47.396],[9.655,47.369],[9.605,47.368],[9.605,47.36],[9.589,47.359],[9.589,47.323],[9.573,47.323],[9.573,47.314],[9.556,47.314],[9.556,47.305],[9.539,47.305],[9.54,47.278],[9.523,47.278],[9.524,47.26],[9.54,47.26],[9.541,47.251],[9.557,47.251],[9.557,47.233],[9.541,47.233],[9.541,47.215],[9.557,47.215],[9.558,47.206],[9.574,47.206],[9.574,47.197],[9.558,47.197],[9.558,47.161],[9.591,47.161],[9.592,47.144],[9.608,47.144],[9.609,47.099],[9.625,47.099],[9.625,47.09],[9.609,47.09],[9.609,47.063],[9.592,47.063],[9.593,47.054],[9.609,47.054],[9.609,47.045],[9.642,47.045],[9.642,47.054],[9.691,47.054],[9.692,47.045],[9.708,47.045],[9.708,47.036],[9.774,47.037],[9.774,47.028],[9.79,47.028],[9.791,47.019],[9.823,47.019],[9.823,47.01],[9.856,47.01],[9.856,47.001],[9.873,47.001],[9.873,46.974],[9.857,46.974],[9.857,46.956],[9.873,46.956],[9.873,46.929],[9.89,46.929],[9.89,46.92],[9.907,46.92],[9.906,46.911],[9.972,46.912],[9.972,46.903],[9.989,46.902],[9.989,46.893],[10.022,46.894],[10.022,46.884],[10.038,46.885],[10.038,46.858],[10.087,46.858],[10.087,46.84],[10.169,46.84],[10.169,46.849],[10.185,46.849],[10.185,46.858],[10.235,46.858],[10.235,46.903],[10.251,46.903],[10.251,46.921],[10.284,46.921],[10.284,46.912],[10.3,46.912],[10.3,46.921],[10.333,46.921],[10.333,46.939],[10.317,46.939],[10.317,46.948],[10.333,46.948],[10.333,46.966],[10.35,46.966],[10.349,46.975],[10.415,46.975],[10.415,46.948],[10.464,46.948],[10.464,46.939],[10.481,46.939],[10.481,46.912],[10.464,46.912],[10.464,46.849],[10.48,46.849],[10.481,46.84],[10.546,46.84],[10.546,46.831],[10.562,46.831],[10.563,46.84],[10.596,46.84],[10.595,46.849],[10.612,46.849],[10.612,46.858],[10.661,46.858],[10.661,46.867],[10.677,46.867],[10.677,46.849],[10.694,46.849],[10.694,46.84],[10.71,46.839],[10.71,46.831],[10.743,46.83],[10.743,46.803],[10.726,46.803],[10.726,46.785],[10.742,46.785],[10.742,46.776],[10.759,46.776],[10.759,46.785],[10.791,46.785],[10.791,46.776],[10.807,46.776],[10.807,46.767],[10.857,46.767],[10.857,46.758],[10.906,46.758],[10.906,46.767],[11.02,46.766],[11.02,46.757],[11.037,46.757],[11.037,46.793],[11.054,46.793],[11.054,46.802],[11.07,46.802],[11.07,46.811],[11.086,46.811],[11.087,46.873],[11.104,46.873],[11.104,46.91],[11.121,46.909],[11.121,46.927],[11.17,46.927],[11.171,46.954],[11.187,46.954],[11.187,46.963],[11.204,46.963],[11.203,46.954],[11.22,46.954],[11.22,46.963],[11.253,46.962],[11.253,46.971],[11.286,46.971],[11.286,46.98],[11.368,46.979],[11.368,46.97],[11.384,46.97],[11.384,46.961],[11.433,46.961],[11.434,46.97],[11.45,46.97],[11.45,46.979],[11.466,46.978],[11.467,46.987],[11.483,46.987],[11.483,47.005],[11.5,47.005],[11.5,46.996],[11.516,46.996],[11.516,46.987],[11.533,46.987],[11.532,46.978],[11.549,46.978],[11.549,46.987],[11.582,46.986],[11.582,46.995],[11.598,46.995],[11.599,47.004],[11.623,47.004],[11.624,46.98],[11.673,46.981],[11.674,46.972],[11.706,46.972],[11.707,46.955],[11.773,46.956],[11.773,46.965],[11.789,46.965],[11.788,46.974],[11.871,46.975],[11.871,46.984],[11.887,46.984],[11.886,46.993],[11.903,46.993],[11.902,47.011],[11.919,47.011],[11.919,47.02],[11.952,47.021],[11.951,47.03],[12.034,47.031],[12.033,47.04],[12.05,47.04],[12.049,47.049],[12.099,47.049],[12.099,47.058],[12.132,47.059],[12.131,47.068],[12.148,47.068],[12.148,47.077],[12.181,47.077],[12.18,47.086],[12.197,47.086],[12.197,47.077],[12.213,47.078],[12.214,47.051],[12.197,47.05],[12.198,47.032],[12.132,47.032],[12.132,47.023],[12.116,47.023],[12.116,47.014],[12.1,47.013],[12.1,46.986],[12.117,46.987],[12.118,46.951],[12.134,46.951],[12.135,46.906],[12.151,46.906],[12.152,46.897],[12.185,46.897],[12.185,46.87],[12.201,46.87],[12.201,46.861],[12.234,46.862],[12.234,46.871],[12.267,46.871],[12.268,46.844],[12.284,46.844],[12.284,46.826],[12.268,46.826],[12.269,46.772],[12.334,46.773],[12.335,46.755],[12.351,46.755],[12.352,46.719],[12.368,46.719],[12.368,46.71],[12.384,46.71],[12.385,46.701],[12.401,46.701],[12.401,46.692],[12.417,46.693],[12.418,46.684],[12.434,46.684],[12.434,46.675],[12.467,46.675],[12.467,46.666],[12.516,46.666],[12.516,46.657],[12.532,46.657],[12.533,46.649],[12.549,46.648],[12.549,46.64],[12.582,46.64],[12.582,46.649],[12.631,46.649],[12.631,46.64],[12.663,46.64],[12.663,46.649],[12.679,46.649],[12.68,46.641],[12.712,46.64],[12.713,46.623],[12.761,46.623],[12.761,46.632],[12.794,46.632],[12.794,46.623],[12.826,46.623],[12.827,46.605],[12.843,46.605],[12.843,46.596],[12.86,46.596],[12.86,46.605],[12.925,46.605],[12.925,46.597],[12.958,46.597],[12.957,46.588],[13.104,46.588],[13.104,46.579],[13.17,46.579],[13.17,46.57],[13.186,46.57],[13.186,46.561],[13.218,46.561],[13.219,46.543],[13.333,46.543],[13.333,46.552],[13.382,46.552],[13.382,46.561],[13.398,46.561],[13.398,46.552],[13.414,46.552],[13.414,46.543],[13.512,46.543],[13.512,46.534],[13.561,46.534],[13.561,46.525],[13.642,46.525],[13.642,46.516],[13.724,46.516],[13.724,46.507],[13.772,46.506],[13.772,46.498],[13.838,46.497],[13.838,46.506],[13.935,46.506],[13.935,46.497],[13.951,46.497],[13.951,46.488],[13.968,46.488],[13.967,46.479],[13.984,46.479],[13.984,46.47],[14.032,46.469],[14.032,46.478],[14.081,46.478],[14.081,46.469],[14.114,46.469],[14.113,46.442],[14.13,46.442],[14.13,46.424],[14.195,46.423],[14.195,46.432],[14.211,46.432],[14.211,46.423],[14.259,46.423],[14.26,46.432],[14.292,46.431],[14.292,46.422],[14.341,46.422],[14.341,46.431],[14.422,46.43],[14.422,46.412],[14.454,46.412],[14.454,46.403],[14.503,46.402],[14.503,46.393],[14.536,46.393],[14.535,46.366],[14.6,46.365],[14.6,46.392],[14.617,46.392],[14.617,46.428],[14.666,46.428],[14.666,46.437],[14.683,46.436],[14.683,46.445],[14.699,46.445],[14.699,46.454],[14.716,46.454],[14.716,46.463],[14.732,46.463],[14.733,46.481],[14.749,46.481],[14.749,46.49],[14.831,46.488],[14.831,46.507],[14.863,46.506],[14.865,46.569],[14.882,46.569],[14.882,46.587],[14.931,46.586],[14.931,46.595],[14.948,46.595],[14.948,46.604],[14.964,46.604],[14.964,46.595],[15.013,46.594],[15.014,46.621],[15.03,46.621],[15.03,46.63],[15.047,46.629],[15.047,46.638],[15.079,46.638],[15.08,46.644],[15.14,46.645],[15.14,46.654],[15.156,46.654],[15.157,46.645],[15.189,46.646],[15.19,46.637],[15.287,46.638],[15.287,46.646],[15.418,46.648],[15.418,46.639],[15.451,46.639],[15.451,46.612],[15.516,46.612],[15.516,46.621],[15.549,46.622],[15.549,46.631],[15.565,46.631],[15.564,46.667],[15.581,46.667],[15.581,46.676],[15.646,46.676],[15.646,46.685],[15.662,46.685],[15.662,46.703],[15.678,46.703],[15.678,46.695],[15.793,46.695],[15.793,46.704],[15.809,46.704],[15.809,46.713],[15.891,46.713],[15.891,46.705],[15.907,46.705],[15.907,46.696],[15.924,46.696],[15.924,46.687],[15.956,46.687],[15.956,46.678],[15.989,46.678],[15.989,46.669],[16.006,46.669],[16.006,46.66],[16.022,46.66],[16.022,46.651],[16.055,46.651],[16.054,46.696],[16.038,46.696],[16.038,46.714],[16.022,46.714],[16.022,46.723],[16.005,46.723],[16.005,46.741],[15.989,46.741],[15.989,46.75],[16.005,46.75],[16.004,46.822],[16.021,46.822],[16.021,46.831],[16.07,46.831],[16.07,46.849],[16.086,46.849],[16.086,46.858],[16.119,46.858],[16.119,46.867],[16.136,46.867],[16.136,46.876],[16.152,46.876],[16.152,46.885],[16.168,46.885],[16.168,46.903],[16.185,46.903],[16.185,46.912],[16.201,46.912],[16.201,46.93],[16.234,46.93],[16.234,46.939],[16.25,46.939],[16.25,46.957],[16.283,46.957],[16.283,46.993],[16.349,46.993],[16.349,47.002],[16.365,47.002],[16.365,46.993],[16.414,46.993],[16.414,46.984],[16.447,46.984],[16.447,46.993],[16.513,46.993],[16.513,47.011],[16.497,47.011],[16.497,47.029],[16.48,47.029],[16.48,47.038],[16.497,47.038],[16.497,47.047],[16.53,47.047],[16.53,47.065],[16.513,47.065],[16.513,47.074],[16.497,47.074],[16.497,47.083],[16.48,47.083],[16.48,47.101],[16.513,47.101],[16.513,47.119],[16.53,47.119],[16.53,47.155],[16.464,47.155],[16.464,47.164],[16.481,47.164],[16.481,47.173],[16.464,47.173],[16.464,47.191],[16.431,47.191],[16.431,47.209],[16.448,47.209],[16.448,47.245],[16.481,47.245],[16.481,47.272],[16.497,47.272],[16.498,47.308],[16.481,47.308],[16.481,47.335],[16.465,47.335],[16.465,47.344],[16.448,47.344],[16.448,47.353],[16.464,47.353],[16.465,47.398],[16.481,47.398],[16.481,47.389],[16.515,47.389],[16.514,47.398],[16.581,47.398],[16.581,47.407],[16.597,47.407],[16.597,47.416],[16.614,47.416],[16.614,47.425],[16.63,47.425],[16.631,47.443],[16.664,47.443],[16.664,47.46],[16.68,47.46],[16.68,47.487],[16.664,47.487],[16.664,47.496],[16.681,47.496],[16.681,47.505],[16.697,47.505],[16.697,47.514],[16.714,47.514],[16.714,47.532],[16.73,47.532],[16.731,47.541],[16.714,47.541],[16.714,47.55],[16.698,47.55],[16.698,47.568],[16.681,47.568],[16.681,47.613],[16.665,47.613],[16.665,47.631],[16.598,47.632],[16.598,47.623],[16.582,47.623],[16.582,47.632],[16.565,47.631],[16.565,47.641],[16.532,47.641],[16.532,47.65],[16.482,47.65],[16.482,47.659],[16.449,47.659],[16.449,47.677],[16.482,47.677],[16.482,47.686],[16.499,47.686],[16.499,47.695],[16.515,47.695],[16.515,47.704],[16.549,47.704],[16.549,47.713],[16.565,47.713],[16.565,47.73],[16.549,47.731],[16.549,47.739],[16.565,47.739],[16.565,47.748],[16.632,47.748],[16.632,47.74],[16.648,47.739],[16.649,47.73],[16.699,47.73],[16.699,47.721],[16.716,47.721],[16.715,47.694],[16.732,47.694],[16.732,47.676],[16.848,47.676],[16.848,47.685],[16.865,47.685],[16.865,47.676],[16.931,47.675],[16.931,47.684],[16.998,47.684],[16.998,47.693],[17.048,47.693],[17.048,47.701],[17.098,47.701],[17.099,47.728],[17.082,47.728],[17.083,47.827],[17.067,47.827],[17.067,47.845],[17.05,47.845],[17.05,47.863],[17.1,47.863],[17.101,47.881],[17.118,47.881],[17.118,47.917],[17.135,47.917],[17.135,47.935],[17.118,47.935],[17.119,47.953],[17.135,47.953],[17.136,47.971],[17.119,47.971],[17.119,47.98],[17.136,47.98],[17.136,47.989],[17.153,47.989],[17.153,47.998],[17.17,47.997],[17.17,48.015],[17.153,48.016],[17.153,48.034],[17.103,48.034],[17.104,48.106],[17.088,48.106],[17.088,48.124],[17.071,48.124],[17.071,48.151],[17.038,48.151],[17.038,48.169],[17.004,48.17],[17.005,48.187],[16.988,48.188],[16.988,48.205],[16.971,48.206],[16.971,48.233],[16.955,48.233],[16.955,48.26],[16.972,48.26],[16.972,48.268],[16.955,48.269],[16.955,48.278],[16.922,48.278],[16.922,48.296],[16.905,48.296],[16.905,48.314],[16.922,48.314],[16.922,48.332],[16.905,48.332],[16.905,48.341],[16.888,48.341],[16.889,48.35],[16.855,48.35],[16.855,48.386],[16.872,48.386],[16.872,48.404],[16.856,48.404],[16.856,48.413],[16.872,48.413],[16.873,48.431],[16.856,48.431],[16.856,48.449],[16.873,48.449],[16.873,48.467],[16.89,48.467],[16.89,48.476],[16.907,48.476],[16.907,48.494],[16.924,48.494],[16.924,48.512],[16.941,48.512],[16.941,48.52],[16.958,48.52],[16.959,48.565],[16.942,48.566],[16.943,48.646],[16.926,48.646],[16.927,48.709],[16.91,48.71],[16.91,48.719],[16.893,48.719],[16.893,48.728],[16.859,48.728],[16.859,48.719],[16.774,48.719],[16.774,48.728],[16.757,48.728],[16.757,48.737],[16.74,48.737],[16.74,48.746],[16.706,48.746],[16.706,48.737],[16.689,48.737],[16.689,48.773],[16.672,48.773],[16.672,48.791],[16.621,48.792],[16.621,48.783],[16.604,48.783],[16.604,48.792],[16.587,48.792],[16.587,48.801],[16.57,48.801],[16.57,48.81],[16.553,48.81],[16.553,48.819],[16.519,48.819],[16.519,48.81],[16.468,48.81],[16.468,48.819],[16.451,48.819],[16.451,48.801],[16.434,48.801],[16.434,48.783],[16.417,48.783],[16.417,48.765],[16.4,48.765],[16.4,48.747],[16.383,48.747],[16.383,48.738],[16.366,48.738],[16.366,48.747],[16.332,48.747],[16.332,48.738],[16.315,48.738],[16.315,48.747],[16.179,48.747],[16.179,48.756],[16.145,48.756],[16.145,48.747],[16.128,48.747],[16.128,48.756],[16.111,48.756],[16.111,48.747],[16.094,48.747],[16.094,48.756],[16.077,48.756],[16.077,48.765],[16.06,48.765],[16.06,48.774],[16.026,48.774],[16.026,48.783],[15.992,48.782],[15.992,48.8],[15.958,48.8],[15.958,48.818],[15.975,48.818],[15.975,48.827],[15.958,48.827],[15.957,48.836],[15.924,48.836],[15.923,48.845],[15.906,48.845],[15.906,48.854],[15.889,48.854],[15.889,48.863],[15.855,48.863],[15.855,48.881],[15.77,48.88],[15.77,48.872],[15.753,48.871],[15.753,48.862],[15.685,48.862],[15.685,48.88],[15.668,48.88],[15.667,48.889],[15.633,48.889],[15.633,48.898],[15.616,48.898],[15.616,48.907],[15.599,48.906],[15.599,48.898],[15.582,48.897],[15.582,48.906],[15.565,48.906],[15.564,48.915],[15.513,48.915],[15.513,48.942],[15.496,48.942],[15.496,48.951],[15.479,48.951],[15.479,48.96],[15.41,48.959],[15.41,48.968],[15.393,48.968],[15.393,48.986],[15.307,48.985],[15.307,48.994],[15.29,48.994],[15.29,49.003],[15.273,49.003],[15.273,48.976],[15.256,48.976],[15.256,48.967],[15.205,48.966],[15.205,48.957],[15.188,48.957],[15.189,48.948],[15.172,48.948],[15.17,49.002],[15.068,49.001],[15.067,49.019],[15.033,49.018],[15.033,49.027]]],"terms_url":"https://www.bev.gv.at/Services/Geoinformationsdienste/INSPIRE-Geodatendienste/INSPIRE-Darstellungsdienste.html","terms_text":"Bundesamt für Eich- und Vermessungswesen","description":"Aktuelle Orthophotos des Bundesamts für Eich- und Vermessungswesen"},{"id":"Bing","name":"Bing Maps Aerial","type":"bing","template":"https://www.bing.com/maps","zoomExtent":[1,22],"default":true,"description":"Satellite and aerial imagery.","icon":"https://osmlab.github.io/editor-layer-index/sources/world/Bing.png"},{"id":"Bologna-Orthophoto-2017","name":"Bologna ortofoto 2017","type":"tms","template":"https://sitmappe.comune.bologna.it/tms/tileserver/Ortofoto2017/{zoom}/{x}/{y}.png","category":"historicphoto","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[11.22962,44.53077],[11.23184,44.52461],[11.24123,44.52167],[11.23251,44.50893],[11.23572,44.50323],[11.25009,44.50116],[11.24765,44.49644],[11.25708,44.49765],[11.25653,44.49294],[11.29461,44.48981],[11.29676,44.4857],[11.28807,44.47586],[11.29226,44.4609],[11.28447,44.45459],[11.28228,44.42572],[11.29347,44.4276],[11.29254,44.43377],[11.31339,44.42103],[11.32504,44.42274],[11.33695,44.42772],[11.33765,44.43167],[11.3315,44.43273],[11.33453,44.43867],[11.34466,44.43594],[11.34498,44.44093],[11.36235,44.45099],[11.37312,44.44935],[11.37498,44.45897],[11.39499,44.46368],[11.4011,44.46122],[11.39464,44.46803],[11.41577,44.48376],[11.42559,44.4845],[11.42717,44.48921],[11.41727,44.4906],[11.43363,44.51312],[11.42692,44.51532],[11.43034,44.5196],[11.42466,44.51959],[11.41987,44.52934],[11.4143,44.52564],[11.40739,44.52851],[11.41487,44.53999],[11.38871,44.54145],[11.39082,44.54553],[11.36474,44.55253],[11.36414,44.55609],[11.3573,44.5519],[11.34375,44.55333],[11.33589,44.54299],[11.33145,44.54734],[11.31349,44.54722],[11.30929,44.5295],[11.29104,44.53581],[11.28179,44.54851],[11.26911,44.53248],[11.25118,44.55578],[11.24499,44.55569],[11.22962,44.53077]]],"terms_url":"http://dati.comune.bologna.it/node/3449","terms_text":"© Comune di Bologna cc-by 4.0 ODbL compliant"},{"id":"Bologna-Orthophoto-2022","name":"Bologna ortofoto 2022","type":"tms","template":"https://sitmappe.comune.bologna.it/tms/tileserver/Ortofoto2022/{zoom}/{x}/{y}.png","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[11.22962,44.53077],[11.23184,44.52461],[11.24123,44.52167],[11.23251,44.50893],[11.23572,44.50323],[11.25009,44.50116],[11.24765,44.49644],[11.25708,44.49765],[11.25653,44.49294],[11.29461,44.48981],[11.29676,44.4857],[11.28807,44.47586],[11.29226,44.4609],[11.28447,44.45459],[11.28228,44.42572],[11.29347,44.4276],[11.29254,44.43377],[11.31339,44.42103],[11.32504,44.42274],[11.33695,44.42772],[11.33765,44.43167],[11.3315,44.43273],[11.33453,44.43867],[11.34466,44.43594],[11.34498,44.44093],[11.36235,44.45099],[11.37312,44.44935],[11.37498,44.45897],[11.39499,44.46368],[11.4011,44.46122],[11.39464,44.46803],[11.41577,44.48376],[11.42559,44.4845],[11.42717,44.48921],[11.41727,44.4906],[11.43363,44.51312],[11.42692,44.51532],[11.43034,44.5196],[11.42466,44.51959],[11.41987,44.52934],[11.4143,44.52564],[11.40739,44.52851],[11.41487,44.53999],[11.38871,44.54145],[11.39082,44.54553],[11.36474,44.55253],[11.36414,44.55609],[11.3573,44.5519],[11.34375,44.55333],[11.33589,44.54299],[11.33145,44.54734],[11.31349,44.54722],[11.30929,44.5295],[11.29104,44.53581],[11.28179,44.54851],[11.26911,44.53248],[11.25118,44.55578],[11.24499,44.55569],[11.22962,44.53077]]],"terms_url":"http://dati.comune.bologna.it/node/3449","terms_text":"© Comune di Bologna cc-by 4.0 ODbL compliant","best":true},{"id":"Bordeaux_2012","name":"Bordeaux - 2012","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/bordeaux_2012/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-0.59923,45.04193],[-0.60787,45.03403],[-0.59364,45.01751],[-0.55451,44.99739],[-0.54079,44.97726],[-0.55146,44.97834],[-0.60024,44.96756],[-0.63124,44.9672],[-0.63226,44.95893],[-0.62514,44.95066],[-0.66935,44.94095],[-0.67139,44.93267],[-0.68866,44.93447],[-0.69578,44.93087],[-0.72169,44.95785],[-0.75574,44.97007],[-0.78725,44.94814],[-0.79843,44.9485],[-0.80198,44.92224],[-0.81825,44.92764],[-0.83349,44.92764],[-0.84569,44.89669],[-0.86601,44.88697],[-0.88685,44.88769],[-0.88532,44.85852],[-0.87567,44.85023],[-0.83908,44.84014],[-0.8401,44.82753],[-0.803,44.82176],[-0.76438,44.82933],[-0.73999,44.82861],[-0.72779,44.81239],[-0.74202,44.78571],[-0.73846,44.77561],[-0.76336,44.75577],[-0.75168,44.7471],[-0.71509,44.76839],[-0.68816,44.77922],[-0.67901,44.77489],[-0.65004,44.77705],[-0.63429,44.73989],[-0.59465,44.7601],[-0.5728,44.74133],[-0.5601,44.74169],[-0.56213,44.75107],[-0.53469,44.76515],[-0.5103,44.76767],[-0.52453,44.80013],[-0.49709,44.80446],[-0.46965,44.82537],[-0.49099,44.83186],[-0.49505,44.83978],[-0.47625,44.84735],[-0.4666,44.87076],[-0.48946,44.87797],[-0.4981,44.89057],[-0.48794,44.90928],[-0.4732,44.91936],[-0.46456,44.91792],[-0.45542,44.95102],[-0.47066,44.97367],[-0.47727,45.00206],[-0.50979,45.00601],[-0.54231,45.02757],[-0.59923,45.04193]]],"terms_text":"Communauté urbaine de Bordeaux - 2012"},{"id":"Bordeaux_2016","name":"Bordeaux 2016","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/bordeaux_2016/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[14,22],"polygon":[[[-0.59923,45.04193],[-0.60787,45.03403],[-0.59364,45.01751],[-0.55451,44.99739],[-0.54079,44.97726],[-0.55146,44.97834],[-0.60024,44.96756],[-0.63124,44.9672],[-0.63226,44.95893],[-0.62514,44.95066],[-0.66935,44.94095],[-0.67139,44.93267],[-0.68866,44.93447],[-0.69578,44.93087],[-0.72169,44.95785],[-0.75574,44.97007],[-0.78725,44.94814],[-0.79843,44.9485],[-0.80198,44.92224],[-0.81825,44.92764],[-0.83349,44.92764],[-0.84569,44.89669],[-0.86601,44.88697],[-0.88685,44.88769],[-0.88532,44.85852],[-0.87567,44.85023],[-0.83908,44.84014],[-0.8401,44.82753],[-0.803,44.82176],[-0.76438,44.82933],[-0.73999,44.82861],[-0.72779,44.81239],[-0.74202,44.78571],[-0.73846,44.77561],[-0.76336,44.75577],[-0.75168,44.7471],[-0.71509,44.76839],[-0.68816,44.77922],[-0.67901,44.77489],[-0.65004,44.77705],[-0.63429,44.73989],[-0.59465,44.7601],[-0.5728,44.74133],[-0.5601,44.74169],[-0.56213,44.75107],[-0.53469,44.76515],[-0.5103,44.76767],[-0.52453,44.80013],[-0.49709,44.80446],[-0.46965,44.82537],[-0.49099,44.83186],[-0.49505,44.83978],[-0.47625,44.84735],[-0.4666,44.87076],[-0.48946,44.87797],[-0.4981,44.89057],[-0.48794,44.90928],[-0.4732,44.91936],[-0.46456,44.91792],[-0.45542,44.95102],[-0.47066,44.97367],[-0.47727,45.00206],[-0.50979,45.00601],[-0.54231,45.02757],[-0.59923,45.04193]]],"terms_text":"Bordeaux Métropole - 2016"},{"id":"Bordeaux_2020","name":"Bordeaux 2020","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/bordeaux_2020/{zoom}/{x}/{y}","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[14,22],"polygon":[[[-0.59923,45.04193],[-0.60787,45.03403],[-0.59364,45.01751],[-0.55451,44.99739],[-0.54079,44.97726],[-0.55146,44.97834],[-0.60024,44.96756],[-0.63124,44.9672],[-0.63226,44.95893],[-0.62514,44.95066],[-0.66935,44.94095],[-0.67139,44.93267],[-0.68866,44.93447],[-0.69578,44.93087],[-0.72169,44.95785],[-0.75574,44.97007],[-0.78725,44.94814],[-0.79843,44.9485],[-0.80198,44.92224],[-0.81825,44.92764],[-0.83349,44.92764],[-0.84569,44.89669],[-0.86601,44.88697],[-0.88685,44.88769],[-0.88532,44.85852],[-0.87567,44.85023],[-0.83908,44.84014],[-0.8401,44.82753],[-0.803,44.82176],[-0.76438,44.82933],[-0.73999,44.82861],[-0.72779,44.81239],[-0.74202,44.78571],[-0.73846,44.77561],[-0.76336,44.75577],[-0.75168,44.7471],[-0.71509,44.76839],[-0.68816,44.77922],[-0.67901,44.77489],[-0.65004,44.77705],[-0.63429,44.73989],[-0.59465,44.7601],[-0.5728,44.74133],[-0.5601,44.74169],[-0.56213,44.75107],[-0.53469,44.76515],[-0.5103,44.76767],[-0.52453,44.80013],[-0.49709,44.80446],[-0.46965,44.82537],[-0.49099,44.83186],[-0.49505,44.83978],[-0.47625,44.84735],[-0.4666,44.87076],[-0.48946,44.87797],[-0.4981,44.89057],[-0.48794,44.90928],[-0.4732,44.91936],[-0.46456,44.91792],[-0.45542,44.95102],[-0.47066,44.97367],[-0.47727,45.00206],[-0.50979,45.00601],[-0.54231,45.02757],[-0.59923,45.04193]]],"terms_text":"Bordeaux Métropole - 2020"},{"id":"fr.dpt.13.2009","name":"Bouches-du-Rhône 2009","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/paca13_2009/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2009-01-01T00:00:00.000Z","startDate":"2009-01-01T00:00:00.000Z","zoomExtent":[2,21],"polygon":[[[4.30389,43.53163],[4.22836,43.50573],[4.21738,43.45392],[4.34509,43.44295],[4.53873,43.44195],[4.57306,43.42799],[4.5758,43.41004],[4.54697,43.39607],[4.55109,43.35814],[4.58954,43.34116],[4.68292,43.33617],[4.79278,43.33617],[4.82849,43.31519],[4.86694,43.31519],[4.91638,43.36213],[5.00015,43.36113],[5.02762,43.32118],[5.23636,43.31819],[5.2803,43.2982],[5.27893,43.25221],[5.22125,43.21218],[5.2185,43.19216],[5.24322,43.19116],[5.31601,43.20918],[5.36545,43.17013],[5.41351,43.16613],[5.41489,43.19416],[5.51239,43.19216],[5.53299,43.20017],[5.55771,43.17314],[5.59341,43.1541],[5.62637,43.1511],[5.62775,43.17915],[5.67856,43.17614],[5.68817,43.2322],[5.70877,43.2362],[5.7225,43.25321],[5.7637,43.26521],[5.77057,43.28021],[5.728,43.32118],[5.69641,43.32118],[5.70465,43.34316],[5.73761,43.33217],[5.76095,43.33617],[5.74997,43.39407],[5.79254,43.40904],[5.79803,43.423],[5.75821,43.44295],[5.71701,43.48382],[5.73349,43.55651],[5.67169,43.57442],[5.7019,43.58238],[5.69229,43.61023],[5.71014,43.63409],[5.74173,43.65098],[5.80353,43.65694],[5.82275,43.68873],[5.79941,43.71554],[5.78293,43.72745],[5.74859,43.73042],[5.70877,43.69469],[5.66894,43.69965],[5.62775,43.67383],[5.61127,43.68873],[5.59479,43.68674],[5.50827,43.73638],[5.46844,43.72745],[5.44784,43.71752],[5.43548,43.68972],[5.34347,43.72745],[5.32013,43.74332],[5.22949,43.7582],[5.18555,43.74431],[5.05371,43.79687],[5.03998,43.83057],[5.00152,43.85038],[4.97955,43.87414],[4.85046,43.92065],[4.8175,43.91867],[4.73236,43.93351],[4.72275,43.91768],[4.68567,43.89987],[4.69116,43.88998],[4.63211,43.87414],[4.63074,43.82561],[4.64172,43.81372],[4.64172,43.78498],[4.617,43.76217],[4.617,43.7463],[4.6019,43.72844],[4.61014,43.69568],[4.54147,43.71454],[4.4783,43.70759],[4.4577,43.67681],[4.44397,43.67185],[4.41238,43.62017],[4.4371,43.60227],[4.45633,43.60327],[4.44397,43.59034],[4.42337,43.59531],[4.33411,43.54457],[4.32999,43.56248],[4.30801,43.56646],[4.29565,43.55054],[4.30389,43.53163]]],"terms_url":"http://www.crige-paca.org/geoportail/geocatalogue.html?id_lot_donnee_carto=132","terms_text":"Ortho13, 2009"},{"id":"Brandenburg-DGM","name":"Brandenburg GeoBasis-DE/LGB (latest) / DGM 1m","type":"wms","template":"https://isk.geobasis-bb.de/mapproxy/dgm/service/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=TRUE&LAYERS=dgm&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","polygon":[[[14.24812,53.44498],[13.94777,53.44338],[13.82374,53.56695],[13.76178,53.56646],[13.7634,53.49522],[13.64291,53.47585],[13.61447,53.42287],[13.49525,53.38468],[13.49734,53.31249],[13.40775,53.31153],[13.40887,53.27527],[13.25828,53.2913],[13.23163,53.23669],[13.07997,53.25215],[13.08134,53.21649],[13.02337,53.19734],[12.87539,53.19512],[12.57093,53.279],[12.45219,53.25885],[12.45032,53.29401],[12.32711,53.34561],[12.02346,53.37484],[11.99718,53.30262],[11.93855,53.28312],[11.52421,53.21711],[11.55691,53.18073],[11.53095,53.12677],[11.2614,53.13771],[11.26733,53.06413],[11.56749,53.03688],[11.93731,52.86675],[12.20477,52.85535],[12.23851,52.82045],[12.18181,52.78489],[12.21998,52.64172],[12.16221,52.64048],[12.14081,52.49513],[12.25681,52.49761],[12.28856,52.44569],[12.25975,52.4451],[12.26679,52.31871],[12.21535,52.26395],[12.24628,52.22921],[12.19309,52.15475],[12.37579,52.0146],[12.55345,51.96412],[12.7272,51.985],[12.8457,51.95175],[12.84718,51.91624],[13.11066,51.86696],[13.14611,51.68832],[13.0314,51.66872],[13.03277,51.63183],[13.18141,51.54377],[13.15526,51.50878],[13.18681,51.38342],[13.41714,51.42155],[13.53469,51.3522],[14.02539,51.35615],[14.10818,51.51766],[14.16491,51.53709],[14.36752,51.50248],[14.53943,51.55703],[14.71254,51.53843],[14.71253,51.57579],[14.79936,51.59343],[14.79951,51.68525],[14.68303,51.73902],[14.68297,51.81077],[14.6526,51.81075],[14.74142,51.89881],[14.74145,51.98926],[14.79679,52.04359],[14.76766,52.11645],[14.70883,52.11646],[14.73768,52.2607],[14.58963,52.33182],[14.58935,52.42109],[14.67665,52.4749],[14.64846,52.54703],[14.67652,52.58388],[14.40937,52.72722],[14.37872,52.7806],[14.16964,52.83346],[14.19761,52.90458],[14.16827,52.9401],[14.40699,53.04797],[14.43217,53.1581],[14.40263,53.193],[14.49102,53.24588],[14.4603,53.33826],[14.31001,53.31813],[14.25015,53.26497],[14.16377,53.28335],[14.24936,53.33533],[14.24812,53.44498]]],"terms_text":"GeoBasis-DE/LGB / BB-BE DGM 1m, dl-de/by-2-0; Geoportal Berlin / DGM, dl-de/by-2-0","description":"Digitales Geländemodell 1m Bodenauflösung Cache Brandenburg mit Berlin (WMS). Alter der Daten unterschiedlich, siehe https://geobasis-bb.de/lgb/de/geodaten/3d-produkte/gelaendemodell/"},{"id":"Brandenburg-DOP20c","name":"Brandenburg GeoBasis-DE/LGB (latest) / DOP20c","type":"wms","template":"https://isk.geobasis-bb.de/mapproxy/dop20c/service/wms?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=bebb_dop20c&STYLES=&crs={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","polygon":[[[14.24812,53.44498],[13.94777,53.44338],[13.82374,53.56695],[13.76178,53.56646],[13.7634,53.49522],[13.64291,53.47585],[13.61447,53.42287],[13.49525,53.38468],[13.49734,53.31249],[13.40775,53.31153],[13.40887,53.27527],[13.25828,53.2913],[13.23163,53.23669],[13.07997,53.25215],[13.08134,53.21649],[13.02337,53.19734],[12.87539,53.19512],[12.57093,53.279],[12.45219,53.25885],[12.45032,53.29401],[12.32711,53.34561],[12.02346,53.37484],[11.99718,53.30262],[11.93855,53.28312],[11.52421,53.21711],[11.55691,53.18073],[11.53095,53.12677],[11.2614,53.13771],[11.26733,53.06413],[11.56749,53.03688],[11.93731,52.86675],[12.20477,52.85535],[12.23851,52.82045],[12.18181,52.78489],[12.21998,52.64172],[12.16221,52.64048],[12.14081,52.49513],[12.25681,52.49761],[12.28856,52.44569],[12.25975,52.4451],[12.26679,52.31871],[12.21535,52.26395],[12.24628,52.22921],[12.19309,52.15475],[12.37579,52.0146],[12.55345,51.96412],[12.7272,51.985],[12.8457,51.95175],[12.84718,51.91624],[13.11066,51.86696],[13.14611,51.68832],[13.0314,51.66872],[13.03277,51.63183],[13.18141,51.54377],[13.15526,51.50878],[13.18681,51.38342],[13.41714,51.42155],[13.53469,51.3522],[14.02539,51.35615],[14.10818,51.51766],[14.16491,51.53709],[14.36752,51.50248],[14.53943,51.55703],[14.71254,51.53843],[14.71253,51.57579],[14.79936,51.59343],[14.79951,51.68525],[14.68303,51.73902],[14.68297,51.81077],[14.6526,51.81075],[14.74142,51.89881],[14.74145,51.98926],[14.79679,52.04359],[14.76766,52.11645],[14.70883,52.11646],[14.73768,52.2607],[14.58963,52.33182],[14.58935,52.42109],[14.67665,52.4749],[14.64846,52.54703],[14.67652,52.58388],[14.40937,52.72722],[14.37872,52.7806],[14.16964,52.83346],[14.19761,52.90458],[14.16827,52.9401],[14.40699,53.04797],[14.43217,53.1581],[14.40263,53.193],[14.49102,53.24588],[14.4603,53.33826],[14.31001,53.31813],[14.25015,53.26497],[14.16377,53.28335],[14.24936,53.33533],[14.24812,53.44498]]],"terms_text":"GeoBasis-DE/LGB / BB-BE DOP20c, dl-de/by-2-0; Geoportal Berlin / DOP20, dl-de/by-2-0","best":true,"description":"Digitale Orthophotos für das Brandenburg mit einer Bodenauflösung von 0,20 m. Regionen haben unterschiedlich alte Daten, vgl. https://data.geobasis-bb.de/geobasis/information/aktualitaeten/bb_dop_aktualitaet.pdf."},{"id":"Brandenburg-Alkis","name":"Brandenburg GeoBasis-DE/LGB / Alkis","type":"wms","template":"https://isk.geobasis-bb.de/ows/alkis_wms?FORMAT=image/png&TRANSPARENT=FALSE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=adv_alkis_gewaesser,adv_alkis_vegetation,adv_alkis_flurstuecke,adv_alkis_gebaeude,adv_alkis_tatsaechliche_nutzung,adv_alkis_verkehr,adv_alkis_siedlung&STYLES=Farbe&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","polygon":[[[14.24812,53.44498],[13.94777,53.44338],[13.82374,53.56695],[13.76178,53.56646],[13.7634,53.49522],[13.64291,53.47585],[13.61447,53.42287],[13.49525,53.38468],[13.49734,53.31249],[13.40775,53.31153],[13.40887,53.27527],[13.25828,53.2913],[13.23163,53.23669],[13.07997,53.25215],[13.08134,53.21649],[13.02337,53.19734],[12.87539,53.19512],[12.57093,53.279],[12.45219,53.25885],[12.45032,53.29401],[12.32711,53.34561],[12.02346,53.37484],[11.99718,53.30262],[11.93855,53.28312],[11.52421,53.21711],[11.55691,53.18073],[11.53095,53.12677],[11.2614,53.13771],[11.26733,53.06413],[11.56749,53.03688],[11.93731,52.86675],[12.20477,52.85535],[12.23851,52.82045],[12.18181,52.78489],[12.21998,52.64172],[12.16221,52.64048],[12.14081,52.49513],[12.25681,52.49761],[12.28856,52.44569],[12.25975,52.4451],[12.26679,52.31871],[12.21535,52.26395],[12.24628,52.22921],[12.19309,52.15475],[12.37579,52.0146],[12.55345,51.96412],[12.7272,51.985],[12.8457,51.95175],[12.84718,51.91624],[13.11066,51.86696],[13.14611,51.68832],[13.0314,51.66872],[13.03277,51.63183],[13.18141,51.54377],[13.15526,51.50878],[13.18681,51.38342],[13.41714,51.42155],[13.53469,51.3522],[14.02539,51.35615],[14.10818,51.51766],[14.16491,51.53709],[14.36752,51.50248],[14.53943,51.55703],[14.71254,51.53843],[14.71253,51.57579],[14.79936,51.59343],[14.79951,51.68525],[14.68303,51.73902],[14.68297,51.81077],[14.6526,51.81075],[14.74142,51.89881],[14.74145,51.98926],[14.79679,52.04359],[14.76766,52.11645],[14.70883,52.11646],[14.73768,52.2607],[14.58963,52.33182],[14.58935,52.42109],[14.67665,52.4749],[14.64846,52.54703],[14.67652,52.58388],[14.40937,52.72722],[14.37872,52.7806],[14.16964,52.83346],[14.19761,52.90458],[14.16827,52.9401],[14.40699,53.04797],[14.43217,53.1581],[14.40263,53.193],[14.49102,53.24588],[14.4603,53.33826],[14.31001,53.31813],[14.25015,53.26497],[14.16377,53.28335],[14.24936,53.33533],[14.24812,53.44498]]],"terms_text":"GeoBasis-DE/LGB / Alkis, dl-de/by-2-0","description":"Amtliches Liegenschaftskatasterinformationssystem (ALKIS), verschiedene Datenlayer."},{"id":"Brevard_Ortho_2021","name":"Brevard County Orthoimagery (2021)","type":"wms","template":"https://gis.brevardfl.gov/gissrv/rest/services/Aerial_Photo/Y2021/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.97241,28.7901],[-80.9725,28.58392],[-80.95685,28.58388],[-80.95685,28.57013],[-80.9412,28.57021],[-80.94129,28.52896],[-80.92559,28.52888],[-80.92554,28.51509],[-80.91007,28.51513],[-80.91012,28.41885],[-80.89465,28.41881],[-80.89474,28.36389],[-80.87918,28.36389],[-80.87926,28.34506],[-80.86261,28.34516],[-80.86268,28.08484],[-80.86923,28.08479],[-80.86857,27.82238],[-80.49307,27.82206],[-80.49293,27.84028],[-80.47753,27.84028],[-80.44647,27.85394],[-80.44624,27.89517],[-80.5837,28.40444],[-80.67701,28.40476],[-80.67668,28.50102],[-80.76961,28.50166],[-80.83176,28.79149],[-80.97241,28.7901]]],"terms_url":"https://www.brevardfl.gov/GISMapsAndApplications","terms_text":"Brevard County Board of County Commissioners","description":"The 2021 orthoimagery for Brevard County of the State of Florida","icon":"https://upload.wikimedia.org/wikipedia/commons/1/15/Logo_of_Brevard_County%2C_Florida.png"},{"id":"Brevard_Ortho_2022","name":"Brevard County Orthoimagery (2022)","type":"wms","template":"https://gis.brevardfl.gov/gissrv/rest/services/Aerial_Photo/Y2022/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.97241,28.7901],[-80.9725,28.58392],[-80.95685,28.58388],[-80.95685,28.57013],[-80.9412,28.57021],[-80.94129,28.52896],[-80.92559,28.52888],[-80.92554,28.51509],[-80.91007,28.51513],[-80.91012,28.41885],[-80.89465,28.41881],[-80.89474,28.36389],[-80.87918,28.36389],[-80.87926,28.34506],[-80.86261,28.34516],[-80.86268,28.08484],[-80.86923,28.08479],[-80.86857,27.82238],[-80.49307,27.82206],[-80.49293,27.84028],[-80.47753,27.84028],[-80.44647,27.85394],[-80.44624,27.89517],[-80.5837,28.40444],[-80.67701,28.40476],[-80.67668,28.50102],[-80.76961,28.50166],[-80.83176,28.79149],[-80.97241,28.7901]]],"terms_url":"https://www.brevardfl.gov/GISMapsAndApplications","terms_text":"Brevard County Board of County Commissioners","description":"The 2022 orthoimagery for Brevard County of the State of Florida","icon":"https://upload.wikimedia.org/wikipedia/commons/1/15/Logo_of_Brevard_County%2C_Florida.png"},{"id":"Brevard_Ortho_2023","name":"Brevard County Orthoimagery (2023)","type":"wms","template":"https://gis.brevardfl.gov/gissrv/rest/services/Aerial_Photo/Y2023/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.97241,28.7901],[-80.9725,28.58392],[-80.95685,28.58388],[-80.95685,28.57013],[-80.9412,28.57021],[-80.94129,28.52896],[-80.92559,28.52888],[-80.92554,28.51509],[-80.91007,28.51513],[-80.91012,28.41885],[-80.89465,28.41881],[-80.89474,28.36389],[-80.87918,28.36389],[-80.87926,28.34506],[-80.86261,28.34516],[-80.86268,28.08484],[-80.86923,28.08479],[-80.86857,27.82238],[-80.49307,27.82206],[-80.49293,27.84028],[-80.47753,27.84028],[-80.44647,27.85394],[-80.44624,27.89517],[-80.5837,28.40444],[-80.67701,28.40476],[-80.67668,28.50102],[-80.76961,28.50166],[-80.83176,28.79149],[-80.97241,28.7901]]],"terms_url":"https://www.brevardfl.gov/GISMapsAndApplications","terms_text":"Brevard County Board of County Commissioners","description":"The 2023 orthoimagery for Brevard County of the State of Florida","icon":"https://upload.wikimedia.org/wikipedia/commons/1/15/Logo_of_Brevard_County%2C_Florida.png"},{"id":"Brevard_Ortho_2024","name":"Brevard County Orthoimagery (2024)","type":"wms","template":"https://gis.brevardfl.gov/gissrv/rest/services/Aerial_Photo/Y2024/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.97241,28.7901],[-80.9725,28.58392],[-80.95685,28.58388],[-80.95685,28.57013],[-80.9412,28.57021],[-80.94129,28.52896],[-80.92559,28.52888],[-80.92554,28.51509],[-80.91007,28.51513],[-80.91012,28.41885],[-80.89465,28.41881],[-80.89474,28.36389],[-80.87918,28.36389],[-80.87926,28.34506],[-80.86261,28.34516],[-80.86268,28.08484],[-80.86923,28.08479],[-80.86857,27.82238],[-80.49307,27.82206],[-80.49293,27.84028],[-80.47753,27.84028],[-80.44647,27.85394],[-80.44624,27.89517],[-80.5837,28.40444],[-80.67701,28.40476],[-80.67668,28.50102],[-80.76961,28.50166],[-80.83176,28.79149],[-80.97241,28.7901]]],"terms_url":"https://www.brevardfl.gov/GISMapsAndApplications","terms_text":"Brevard County Board of County Commissioners","description":"The 2024 orthoimagery for Brevard County of the State of Florida","icon":"https://upload.wikimedia.org/wikipedia/commons/1/15/Logo_of_Brevard_County%2C_Florida.png"},{"id":"Broward_Ortho_2021","name":"Broward County Orthoimagery (2021)","type":"wms","template":"https://gisweb-adapters.bcpa.net/arcgis/rest/services/BCPA_WEB_BASE_21/MapServer/export?f=image&format=jpg&layers=show,3&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.10267,25.97516],[-80.07117,26.33617],[-80.21877,26.33457],[-80.21867,26.34904],[-80.2674,26.34916],[-80.26732,26.36364],[-80.29687,26.36379],[-80.29766,26.18933],[-80.32984,26.18945],[-80.32993,26.17499],[-80.34598,26.17504],[-80.34602,26.16035],[-80.36222,26.16041],[-80.36224,26.14592],[-80.42654,26.14587],[-80.42648,26.16039],[-80.4589,26.1605],[-80.45599,25.95687],[-80.2948,25.95681],[-80.29473,25.97032],[-80.10267,25.97516]]],"terms_url":"https://gisweb-adapters.bcpa.net/bcpawebmap_ex/bcpawebmap.aspx","terms_text":"Broward County Property Appraiser’s Office","description":"The 2021 orthoimagery for Broward County of the State of Florida","icon":"https://www.broward.org/Style%20Library/V7/img/Broward_logo_white2.png"},{"id":"Broward_Ortho_2022","name":"Broward County Orthoimagery (2022)","type":"wms","template":"https://gisweb-adapters.bcpa.net/arcgis/rest/services/BCPA_WEB_BASE_22/MapServer/export?f=image&format=jpg&layers=show,3&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.10267,25.97516],[-80.07117,26.33617],[-80.21877,26.33457],[-80.21867,26.34904],[-80.2674,26.34916],[-80.26732,26.36364],[-80.29687,26.36379],[-80.29766,26.18933],[-80.32984,26.18945],[-80.32993,26.17499],[-80.34598,26.17504],[-80.34602,26.16035],[-80.36222,26.16041],[-80.36224,26.14592],[-80.42654,26.14587],[-80.42648,26.16039],[-80.4589,26.1605],[-80.45599,25.95687],[-80.2948,25.95681],[-80.29473,25.97032],[-80.10267,25.97516]]],"terms_url":"https://gisweb-adapters.bcpa.net/bcpawebmap_ex/bcpawebmap.aspx","terms_text":"Broward County Property Appraiser’s Office","description":"The 2022 orthoimagery for Broward County of the State of Florida","icon":"https://www.broward.org/Style%20Library/V7/img/Broward_logo_white2.png"},{"id":"Broward_Ortho_2023","name":"Broward County Orthoimagery (2023)","type":"wms","template":"https://gisweb-adapters.bcpa.net/arcgis/rest/services/BCPA_WEB_BASE_23/MapServer/export?f=image&format=jpg&layers=show,3&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.10267,25.97516],[-80.07117,26.33617],[-80.21877,26.33457],[-80.21867,26.34904],[-80.2674,26.34916],[-80.26732,26.36364],[-80.29687,26.36379],[-80.29766,26.18933],[-80.32984,26.18945],[-80.32993,26.17499],[-80.34598,26.17504],[-80.34602,26.16035],[-80.36222,26.16041],[-80.36224,26.14592],[-80.42654,26.14587],[-80.42648,26.16039],[-80.4589,26.1605],[-80.45599,25.95687],[-80.2948,25.95681],[-80.29473,25.97032],[-80.10267,25.97516]]],"terms_url":"https://gisweb-adapters.bcpa.net/bcpawebmap_ex/bcpawebmap.aspx","terms_text":"Broward County Property Appraiser’s Office","description":"The 2023 orthoimagery for Broward County of the State of Florida","icon":"https://www.broward.org/Style%20Library/V7/img/Broward_logo_white2.png"},{"id":"Broward_Ortho_2024","name":"Broward County Orthoimagery (2024)","type":"wms","template":"https://gisweb-adapters.bcpa.net/arcgis/rest/services/BCPA_WEB_BASE_24/MapServer/export?f=image&format=jpg&layers=show,3&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.10267,25.97516],[-80.07117,26.33617],[-80.21877,26.33457],[-80.21867,26.34904],[-80.2674,26.34916],[-80.26732,26.36364],[-80.29687,26.36379],[-80.29766,26.18933],[-80.32984,26.18945],[-80.32993,26.17499],[-80.34598,26.17504],[-80.34602,26.16035],[-80.36222,26.16041],[-80.36224,26.14592],[-80.42654,26.14587],[-80.42648,26.16039],[-80.4589,26.1605],[-80.45599,25.95687],[-80.2948,25.95681],[-80.29473,25.97032],[-80.10267,25.97516]]],"terms_url":"https://gisweb-adapters.bcpa.net/bcpawebmap_ex/bcpawebmap.aspx","terms_text":"Broward County Property Appraiser’s Office","description":"The 2024 orthoimagery for Broward County of the State of Florida","icon":"https://www.broward.org/Style%20Library/V7/img/Broward_logo_white2.png"},{"id":"Budapest_XI_2015","name":"Budapest district XI orthophoto 2015","type":"wms","template":"https://terinfo.ujbuda.hu/mapproxy/service?LAYERS=orto2015_20160304&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","polygon":[[[19.04767,47.48789],[19.04695,47.4881],[19.04542,47.48817],[19.04387,47.4881],[19.04181,47.48737],[19.04105,47.48649],[19.03918,47.48679],[19.03847,47.48737],[19.03748,47.48774],[19.03665,47.48767],[19.03616,47.48751],[19.03585,47.48729],[19.03514,47.48725],[19.03364,47.48702],[19.03286,47.48712],[19.03189,47.48759],[19.03135,47.48855],[19.02995,47.48904],[19.02637,47.48885],[19.02301,47.48741],[19.02124,47.48612],[19.02108,47.48492],[19.01808,47.48605],[19.01689,47.48595],[19.0163,47.48539],[19.01674,47.48465],[19.0138,47.48351],[19.01237,47.48404],[19.01027,47.48535],[19.00416,47.48399],[19.004,47.48189],[18.99902,47.483],[18.99836,47.48238],[18.99288,47.48182],[18.99177,47.48102],[18.99117,47.47898],[18.98907,47.47838],[18.98565,47.4782],[18.98035,47.48169],[18.97745,47.48194],[18.96867,47.47643],[18.97793,47.46857],[18.98162,47.46067],[18.98017,47.45605],[18.97763,47.45597],[18.97658,47.45594],[18.97625,47.45584],[18.97586,47.45556],[18.97568,47.45506],[18.96861,47.45142],[18.97004,47.44988],[18.97733,47.44657],[18.97823,47.43817],[18.97719,47.43402],[18.97548,47.43067],[18.97361,47.42998],[18.97343,47.42904],[18.97545,47.42818],[18.99534,47.42821],[19.00046,47.43097],[19.0057,47.43111],[19.0098,47.43944],[19.0119,47.44188],[19.01178,47.44247],[19.01266,47.44271],[19.01347,47.44361],[19.01545,47.44759],[19.01915,47.44658],[19.0207,47.44576],[19.0252,47.442],[19.03221,47.43779],[19.03509,47.43818],[19.04023,47.42932],[19.04384,47.42968],[19.04863,47.429],[19.05176,47.43499],[19.0549,47.44906],[19.05683,47.45259],[19.06722,47.46501],[19.06846,47.46876],[19.06837,47.47077],[19.06766,47.47343],[19.0665,47.47632],[19.06434,47.4792],[19.05157,47.4899],[19.04767,47.48789]]],"terms_url":"https://terinfo.ujbuda.hu","terms_text":"Budapest XI. kerület önkormányzata","description":"5 cm resolution bald image"},{"id":"Budapest_XI_2017","name":"Budapest district XI orthophoto 2017","type":"wms","template":"https://terinfo.ujbuda.hu/mapproxy/service?LAYERS=orto_2017&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2017-03-01T00:00:00.000Z","startDate":"2017-03-01T00:00:00.000Z","polygon":[[[19.04767,47.48789],[19.04695,47.4881],[19.04542,47.48817],[19.04387,47.4881],[19.04181,47.48737],[19.04105,47.48649],[19.03918,47.48679],[19.03847,47.48737],[19.03748,47.48774],[19.03665,47.48767],[19.03616,47.48751],[19.03585,47.48729],[19.03514,47.48725],[19.03364,47.48702],[19.03286,47.48712],[19.03189,47.48759],[19.03135,47.48855],[19.02995,47.48904],[19.02637,47.48885],[19.02301,47.48741],[19.02124,47.48612],[19.02108,47.48492],[19.01808,47.48605],[19.01689,47.48595],[19.0163,47.48539],[19.01674,47.48465],[19.0138,47.48351],[19.01237,47.48404],[19.01027,47.48535],[19.00416,47.48399],[19.004,47.48189],[18.99902,47.483],[18.99836,47.48238],[18.99288,47.48182],[18.99177,47.48102],[18.99117,47.47898],[18.98907,47.47838],[18.98565,47.4782],[18.98035,47.48169],[18.97745,47.48194],[18.96867,47.47643],[18.97793,47.46857],[18.98162,47.46067],[18.98017,47.45605],[18.97763,47.45597],[18.97658,47.45594],[18.97625,47.45584],[18.97586,47.45556],[18.97568,47.45506],[18.96861,47.45142],[18.97004,47.44988],[18.97733,47.44657],[18.97823,47.43817],[18.97719,47.43402],[18.97548,47.43067],[18.97361,47.42998],[18.97343,47.42904],[18.97545,47.42818],[18.99534,47.42821],[19.00046,47.43097],[19.0057,47.43111],[19.0098,47.43944],[19.0119,47.44188],[19.01178,47.44247],[19.01266,47.44271],[19.01347,47.44361],[19.01545,47.44759],[19.01915,47.44658],[19.0207,47.44576],[19.0252,47.442],[19.03221,47.43779],[19.03509,47.43818],[19.04023,47.42932],[19.04384,47.42968],[19.04863,47.429],[19.05176,47.43499],[19.0549,47.44906],[19.05683,47.45259],[19.06722,47.46501],[19.06846,47.46876],[19.06837,47.47077],[19.06766,47.47343],[19.0665,47.47632],[19.06434,47.4792],[19.05157,47.4899],[19.04767,47.48789]]],"terms_url":"https://terinfo.ujbuda.hu","terms_text":"Budapest XI. kerület önkormányzata","description":"5 cm resolution bald image"},{"id":"Budapest_XI_2019","name":"Budapest district XI orthophoto 2019","type":"wms","template":"https://terinfo.ujbuda.hu/mapproxy/service?LAYERS=orto_2019&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-03-01T00:00:00.000Z","startDate":"2019-03-01T00:00:00.000Z","polygon":[[[19.04767,47.48789],[19.04695,47.4881],[19.04542,47.48817],[19.04387,47.4881],[19.04181,47.48737],[19.04105,47.48649],[19.03918,47.48679],[19.03847,47.48737],[19.03748,47.48774],[19.03665,47.48767],[19.03616,47.48751],[19.03585,47.48729],[19.03514,47.48725],[19.03364,47.48702],[19.03286,47.48712],[19.03189,47.48759],[19.03135,47.48855],[19.02995,47.48904],[19.02637,47.48885],[19.02301,47.48741],[19.02124,47.48612],[19.02108,47.48492],[19.01808,47.48605],[19.01689,47.48595],[19.0163,47.48539],[19.01674,47.48465],[19.0138,47.48351],[19.01237,47.48404],[19.01027,47.48535],[19.00416,47.48399],[19.004,47.48189],[18.99902,47.483],[18.99836,47.48238],[18.99288,47.48182],[18.99177,47.48102],[18.99117,47.47898],[18.98907,47.47838],[18.98565,47.4782],[18.98035,47.48169],[18.97745,47.48194],[18.96867,47.47643],[18.97793,47.46857],[18.98162,47.46067],[18.98017,47.45605],[18.97763,47.45597],[18.97658,47.45594],[18.97625,47.45584],[18.97586,47.45556],[18.97568,47.45506],[18.96861,47.45142],[18.97004,47.44988],[18.97733,47.44657],[18.97823,47.43817],[18.97719,47.43402],[18.97548,47.43067],[18.97361,47.42998],[18.97343,47.42904],[18.97545,47.42818],[18.99534,47.42821],[19.00046,47.43097],[19.0057,47.43111],[19.0098,47.43944],[19.0119,47.44188],[19.01178,47.44247],[19.01266,47.44271],[19.01347,47.44361],[19.01545,47.44759],[19.01915,47.44658],[19.0207,47.44576],[19.0252,47.442],[19.03221,47.43779],[19.03509,47.43818],[19.04023,47.42932],[19.04384,47.42968],[19.04863,47.429],[19.05176,47.43499],[19.0549,47.44906],[19.05683,47.45259],[19.06722,47.46501],[19.06846,47.46876],[19.06837,47.47077],[19.06766,47.47343],[19.0665,47.47632],[19.06434,47.4792],[19.05157,47.4899],[19.04767,47.48789]]],"terms_url":"https://terinfo.ujbuda.hu","terms_text":"Budapest XI. kerület önkormányzata","description":"5 cm resolution bald image"},{"id":"Budapest_XI_2021","name":"Budapest district XI orthophoto 2021","type":"wms","template":"https://terinfo.ujbuda.hu/mapproxy/service?LAYERS=orto_2021&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-03-01T00:00:00.000Z","startDate":"2021-03-01T00:00:00.000Z","polygon":[[[19.04767,47.48789],[19.05157,47.4899],[19.06434,47.4792],[19.0665,47.47632],[19.06766,47.47343],[19.06837,47.47077],[19.06846,47.46876],[19.06722,47.46501],[19.05683,47.45259],[19.0549,47.44906],[19.05176,47.43499],[19.04863,47.429],[19.04384,47.42968],[19.04023,47.42932],[19.03509,47.43818],[19.03221,47.43779],[19.0252,47.442],[19.0207,47.44576],[19.01915,47.44658],[19.01545,47.44759],[19.01347,47.44361],[19.01266,47.44271],[19.01178,47.44247],[19.0119,47.44188],[19.0098,47.43944],[19.0057,47.43111],[19.00046,47.43097],[18.99534,47.42821],[18.97545,47.42818],[18.97343,47.42904],[18.97361,47.42998],[18.97548,47.43067],[18.97719,47.43402],[18.97823,47.43817],[18.97733,47.44657],[18.97004,47.44988],[18.96861,47.45142],[18.97568,47.45506],[18.97586,47.45556],[18.97625,47.45584],[18.97658,47.45594],[18.97763,47.45597],[18.98017,47.45605],[18.98162,47.46067],[18.97793,47.46857],[18.96867,47.47643],[18.97745,47.48194],[18.98035,47.48169],[18.98565,47.4782],[18.98907,47.47838],[18.99117,47.47898],[18.99177,47.48102],[18.99288,47.48182],[18.99836,47.48238],[18.99902,47.483],[19.004,47.48189],[19.00416,47.48399],[19.01027,47.48535],[19.01237,47.48404],[19.0138,47.48351],[19.01674,47.48465],[19.0163,47.48539],[19.01689,47.48595],[19.01808,47.48605],[19.02108,47.48492],[19.02124,47.48612],[19.02301,47.48741],[19.02637,47.48885],[19.02995,47.48904],[19.03135,47.48855],[19.03189,47.48759],[19.03286,47.48712],[19.03364,47.48702],[19.03514,47.48725],[19.03585,47.48729],[19.03616,47.48751],[19.03665,47.48767],[19.03748,47.48774],[19.03847,47.48737],[19.03918,47.48679],[19.04105,47.48649],[19.04181,47.48737],[19.04387,47.4881],[19.04542,47.48817],[19.04695,47.4881],[19.04767,47.48789]]],"terms_url":"https://terinfo.ujbuda.hu","terms_text":"Budapest XI. kerület önkormányzata","description":"5 cm resolution bald image"},{"id":"Budapest_XI_2023","name":"Budapest district XI orthophoto 2023","type":"wms","template":"https://terinfo.ujbuda.hu/mapproxy/service?LAYERS=orto_2023&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","polygon":[[[19.04767,47.48789],[19.05157,47.4899],[19.06434,47.4792],[19.0665,47.47632],[19.06766,47.47343],[19.06837,47.47077],[19.06846,47.46876],[19.06722,47.46501],[19.05683,47.45259],[19.0549,47.44906],[19.05176,47.43499],[19.04863,47.429],[19.04384,47.42968],[19.04023,47.42932],[19.03509,47.43818],[19.03221,47.43779],[19.0252,47.442],[19.0207,47.44576],[19.01915,47.44658],[19.01545,47.44759],[19.01347,47.44361],[19.01266,47.44271],[19.01178,47.44247],[19.0119,47.44188],[19.0098,47.43944],[19.0057,47.43111],[19.00046,47.43097],[18.99534,47.42821],[18.97545,47.42818],[18.97343,47.42904],[18.97361,47.42998],[18.97548,47.43067],[18.97719,47.43402],[18.97823,47.43817],[18.97733,47.44657],[18.97004,47.44988],[18.96861,47.45142],[18.97568,47.45506],[18.97586,47.45556],[18.97625,47.45584],[18.97658,47.45594],[18.97763,47.45597],[18.98017,47.45605],[18.98162,47.46067],[18.97793,47.46857],[18.96867,47.47643],[18.97745,47.48194],[18.98035,47.48169],[18.98565,47.4782],[18.98907,47.47838],[18.99117,47.47898],[18.99177,47.48102],[18.99288,47.48182],[18.99836,47.48238],[18.99902,47.483],[19.004,47.48189],[19.00416,47.48399],[19.01027,47.48535],[19.01237,47.48404],[19.0138,47.48351],[19.01674,47.48465],[19.0163,47.48539],[19.01689,47.48595],[19.01808,47.48605],[19.02108,47.48492],[19.02124,47.48612],[19.02301,47.48741],[19.02637,47.48885],[19.02995,47.48904],[19.03135,47.48855],[19.03189,47.48759],[19.03286,47.48712],[19.03364,47.48702],[19.03514,47.48725],[19.03585,47.48729],[19.03616,47.48751],[19.03665,47.48767],[19.03748,47.48774],[19.03847,47.48737],[19.03918,47.48679],[19.04105,47.48649],[19.04181,47.48737],[19.04387,47.4881],[19.04542,47.48817],[19.04695,47.4881],[19.04767,47.48789]]],"terms_url":"https://terinfo.ujbuda.hu","terms_text":"Budapest XI. kerület önkormányzata","best":true,"description":"5 cm resolution bald image"},{"id":"Butler_OH_2023","name":"Butler County Orthoimagery (2023)","type":"wms","template":"https://gismaps.bceo.org/bcegis/rest/services/2023_Ortho/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-84.82729,39.30147],[-84.67696,39.30431],[-84.67681,39.29751],[-84.456,39.30144],[-84.45587,39.29455],[-84.3851,39.29577],[-84.3851,39.28887],[-84.34972,39.28948],[-84.35051,39.31691],[-84.34167,39.31707],[-84.34344,39.38563],[-84.33453,39.38582],[-84.33644,39.45443],[-84.32756,39.45457],[-84.33009,39.55064],[-84.35665,39.55022],[-84.35781,39.59142],[-84.41988,39.5904],[-84.42005,39.59727],[-84.48191,39.59625],[-84.48144,39.57552],[-84.81846,39.56941],[-84.81619,39.50081],[-84.82503,39.50064],[-84.81935,39.32912],[-84.82819,39.32896],[-84.82729,39.30147]]],"terms_url":"https://www.bcohio.gov/","terms_text":"Butler County, State of Ohio","description":"6-inch resolution 2023 orthoimagery for Butler County in the State of Ohio","icon":"https://cms5.revize.com/revize/butleroh/uploadfiles/logo-white.png"},{"id":"Bytom-2014","name":"Bytom: Fotoplan 2014 (aerial image)","type":"wms","template":"https://sitplan.um.bytom.pl/isdp/gs/ows/wms?LAYERS=default:fotoplan_2014&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","polygon":[[[18.81033,50.40715],[18.78812,50.40741],[18.78751,50.37099],[18.80971,50.37073],[18.80925,50.34399],[18.83241,50.34382],[18.83176,50.33467],[18.85508,50.33481],[18.85443,50.32576],[18.87661,50.32559],[18.87708,50.31654],[18.96593,50.31573],[18.96735,50.36984],[18.94515,50.36992],[18.94532,50.37856],[18.90012,50.37923],[18.9008,50.41513],[18.81032,50.41611],[18.81033,50.40715]]],"terms_text":"Urząd Miasta Bytomia","terms_html":"https://www.bytom.pl/"},{"id":"Bytom-2018","name":"Bytom: Orthophotomap 2018 (aerial image)","type":"wms","template":"https://sitplan.um.bytom.pl/isdp/gs/ows/wms?LAYERS=default:ort_obc_2018&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[18.81033,50.40715],[18.78812,50.40741],[18.78751,50.37099],[18.80971,50.37073],[18.80925,50.34399],[18.83241,50.34382],[18.83176,50.33467],[18.85508,50.33481],[18.85443,50.32576],[18.87661,50.32559],[18.87708,50.31654],[18.96593,50.31573],[18.96735,50.36984],[18.94515,50.36992],[18.94532,50.37856],[18.90012,50.37923],[18.9008,50.41513],[18.81032,50.41611],[18.81033,50.40715]]],"terms_text":"Urząd Miasta Bytomia","terms_html":"https://www.bytom.pl/"},{"id":"Bytom-2021","name":"Bytom: Orthophotomap 2021 (aerial image)","type":"wms","template":"https://sitplan.um.bytom.pl/isdp/gs/ows/wms?LAYERS=default:orto_2021_4&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[18.81033,50.40715],[18.78812,50.40741],[18.78751,50.37099],[18.80971,50.37073],[18.80925,50.34399],[18.83241,50.34382],[18.83176,50.33467],[18.85508,50.33481],[18.85443,50.32576],[18.87661,50.32559],[18.87708,50.31654],[18.96593,50.31573],[18.96735,50.36984],[18.94515,50.36992],[18.94532,50.37856],[18.90012,50.37923],[18.9008,50.41513],[18.81032,50.41611],[18.81033,50.40715]]],"terms_text":"Urząd Miasta Bytomia","terms_html":"https://www.bytom.pl/","best":true},{"id":"gcba-ortofotos-2017","name":"CABA ortofotos 2017","type":"tms","template":"https://servicios.usig.buenosaires.gob.ar/mapcache/tms/1.0.0/fotografias_aereas_2017_caba_3857@GoogleMapsCompatible/{zoom}/{x}/{-y}.png","category":"photo","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[9,18],"polygon":[[[-58.46693,-34.53468],[-58.4761,-34.5383],[-58.50084,-34.5499],[-58.53142,-34.61545],[-58.53041,-34.63299],[-58.53085,-34.63465],[-58.53021,-34.63651],[-58.52872,-34.65476],[-58.48878,-34.68491],[-58.4866,-34.68821],[-58.48211,-34.68978],[-58.46141,-34.70563],[-58.42735,-34.66546],[-58.42369,-34.6623],[-58.41667,-34.65959],[-58.41267,-34.65878],[-58.40694,-34.6603],[-58.40254,-34.65979],[-58.39743,-34.66218],[-58.39253,-34.6626],[-58.38775,-34.66059],[-58.38453,-34.65798],[-58.37386,-34.65715],[-58.36944,-34.65387],[-58.36846,-34.65117],[-58.36399,-34.64886],[-58.3618,-34.6484],[-58.35655,-34.64487],[-58.35759,-34.63989],[-58.34901,-34.63249],[-58.34608,-34.63165],[-58.34793,-34.63116],[-58.34879,-34.62907],[-58.34706,-34.62725],[-58.34536,-34.62867],[-58.34457,-34.628],[-58.34284,-34.62943],[-58.34139,-34.6289],[-58.34426,-34.62638],[-58.34242,-34.62617],[-58.33913,-34.62879],[-58.33624,-34.62803],[-58.33514,-34.62643],[-58.34003,-34.62324],[-58.34238,-34.62334],[-58.34305,-34.62266],[-58.33698,-34.62234],[-58.33837,-34.61869],[-58.34391,-34.61888],[-58.34432,-34.6203],[-58.34367,-34.62242],[-58.3442,-34.6225],[-58.34432,-34.6215],[-58.34528,-34.6214],[-58.34566,-34.62227],[-58.34716,-34.61997],[-58.34633,-34.61921],[-58.34519,-34.61983],[-58.3446,-34.61899],[-58.34782,-34.61895],[-58.35102,-34.61978],[-58.35142,-34.61893],[-58.34978,-34.61714],[-58.34481,-34.61772],[-58.34088,-34.61697],[-58.33979,-34.61604],[-58.34082,-34.6107],[-58.34573,-34.60687],[-58.34728,-34.60169],[-58.3555,-34.59524],[-58.3571,-34.59483],[-58.36007,-34.59498],[-58.36341,-34.59666],[-58.36436,-34.59537],[-58.3638,-34.59719],[-58.3679,-34.5975],[-58.36908,-34.59414],[-58.36636,-34.59296],[-58.3648,-34.59447],[-58.36436,-34.59427],[-58.36651,-34.59096],[-58.36789,-34.59001],[-58.35945,-34.58809],[-58.35959,-34.58717],[-58.36351,-34.58747],[-58.36368,-34.58624],[-58.35965,-34.58591],[-58.35987,-34.58409],[-58.365,-34.5845],[-58.36615,-34.58354],[-58.36142,-34.58296],[-58.36163,-34.58113],[-58.36898,-34.58171],[-58.37061,-34.58058],[-58.36526,-34.58015],[-58.36529,-34.57971],[-58.36794,-34.57819],[-58.3743,-34.57869],[-58.37604,-34.57747],[-58.37073,-34.57705],[-58.37074,-34.57659],[-58.37548,-34.57389],[-58.38184,-34.57439],[-58.38359,-34.5734],[-58.37772,-34.57269],[-58.38113,-34.57062],[-58.37877,-34.57042],[-58.37628,-34.57179],[-58.37129,-34.57146],[-58.37549,-34.56792],[-58.39049,-34.5694],[-58.3912,-34.57058],[-58.38664,-34.57323],[-58.38795,-34.57482],[-58.39301,-34.57196],[-58.39646,-34.56689],[-58.39732,-34.56666],[-58.39695,-34.56587],[-58.39695,-34.56515],[-58.39923,-34.56371],[-58.4007,-34.5643],[-58.40105,-34.56335],[-58.40274,-34.56395],[-58.40441,-34.56283],[-58.40927,-34.55846],[-58.40946,-34.5567],[-58.41252,-34.55514],[-58.42651,-34.55182],[-58.42554,-34.54885],[-58.42707,-34.54807],[-58.42977,-34.5486],[-58.43074,-34.5478],[-58.4313,-34.5448],[-58.43456,-34.54263],[-58.43561,-34.54084],[-58.4377,-34.53996],[-58.4403,-34.53985],[-58.44077,-34.54034],[-58.4415,-34.53785],[-58.44361,-34.5363],[-58.44623,-34.53593],[-58.44856,-34.5374],[-58.44937,-34.53633],[-58.44904,-34.53554],[-58.45002,-34.53607],[-58.44987,-34.53736],[-58.45219,-34.53964],[-58.45381,-34.53898],[-58.45499,-34.53738],[-58.453,-34.5357],[-58.45036,-34.53556],[-58.45011,-34.53437],[-58.45089,-34.53205],[-58.45213,-34.53132],[-58.4518,-34.53013],[-58.45401,-34.52931],[-58.45688,-34.52667],[-58.45915,-34.527],[-58.4615,-34.53131],[-58.46384,-34.53326],[-58.46693,-34.53468]]],"terms_url":"https://data.buenosaires.gob.ar/dataset/tiles-fotografia-aerea","terms_text":"Gobierno de la Ciudad de Buenos Aires","description":"Fotografía aérea tomada en el año 2017","icon":"https://buenosaires.gob.ar/inicio/favicon.ico"},{"id":"gcba-ortofotos-2021","name":"CABA ortofotos 2021","type":"tms","template":"https://servicios.usig.buenosaires.gob.ar/mapcache/tms/1.0.0/fotografias_aereas_2021_caba_3857@GoogleMapsCompatible/{zoom}/{x}/{-y}.png","category":"photo","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[9,18],"polygon":[[[-58.46693,-34.53468],[-58.4761,-34.5383],[-58.50084,-34.5499],[-58.53142,-34.61545],[-58.53041,-34.63299],[-58.53085,-34.63465],[-58.53021,-34.63651],[-58.52872,-34.65476],[-58.48878,-34.68491],[-58.4866,-34.68821],[-58.48211,-34.68978],[-58.46141,-34.70563],[-58.42735,-34.66546],[-58.42369,-34.6623],[-58.41667,-34.65959],[-58.41267,-34.65878],[-58.40694,-34.6603],[-58.40254,-34.65979],[-58.39743,-34.66218],[-58.39253,-34.6626],[-58.38775,-34.66059],[-58.38453,-34.65798],[-58.37386,-34.65715],[-58.36944,-34.65387],[-58.36846,-34.65117],[-58.36399,-34.64886],[-58.3618,-34.6484],[-58.35655,-34.64487],[-58.35759,-34.63989],[-58.34901,-34.63249],[-58.34608,-34.63165],[-58.34793,-34.63116],[-58.34879,-34.62907],[-58.34706,-34.62725],[-58.34536,-34.62867],[-58.34457,-34.628],[-58.34284,-34.62943],[-58.34139,-34.6289],[-58.34426,-34.62638],[-58.34242,-34.62617],[-58.33913,-34.62879],[-58.33624,-34.62803],[-58.33514,-34.62643],[-58.34003,-34.62324],[-58.34238,-34.62334],[-58.34305,-34.62266],[-58.33698,-34.62234],[-58.33837,-34.61869],[-58.34391,-34.61888],[-58.34432,-34.6203],[-58.34367,-34.62242],[-58.3442,-34.6225],[-58.34432,-34.6215],[-58.34528,-34.6214],[-58.34566,-34.62227],[-58.34716,-34.61997],[-58.34633,-34.61921],[-58.34519,-34.61983],[-58.3446,-34.61899],[-58.34782,-34.61895],[-58.35102,-34.61978],[-58.35142,-34.61893],[-58.34978,-34.61714],[-58.34481,-34.61772],[-58.34088,-34.61697],[-58.33979,-34.61604],[-58.34082,-34.6107],[-58.34573,-34.60687],[-58.34728,-34.60169],[-58.3555,-34.59524],[-58.3571,-34.59483],[-58.36007,-34.59498],[-58.36341,-34.59666],[-58.36436,-34.59537],[-58.3638,-34.59719],[-58.3679,-34.5975],[-58.36908,-34.59414],[-58.36636,-34.59296],[-58.3648,-34.59447],[-58.36436,-34.59427],[-58.36651,-34.59096],[-58.36789,-34.59001],[-58.35945,-34.58809],[-58.35959,-34.58717],[-58.36351,-34.58747],[-58.36368,-34.58624],[-58.35965,-34.58591],[-58.35987,-34.58409],[-58.365,-34.5845],[-58.36615,-34.58354],[-58.36142,-34.58296],[-58.36163,-34.58113],[-58.36898,-34.58171],[-58.37061,-34.58058],[-58.36526,-34.58015],[-58.36529,-34.57971],[-58.36794,-34.57819],[-58.3743,-34.57869],[-58.37604,-34.57747],[-58.37073,-34.57705],[-58.37074,-34.57659],[-58.37548,-34.57389],[-58.38184,-34.57439],[-58.38359,-34.5734],[-58.37772,-34.57269],[-58.38113,-34.57062],[-58.37877,-34.57042],[-58.37628,-34.57179],[-58.37129,-34.57146],[-58.37549,-34.56792],[-58.39049,-34.5694],[-58.3912,-34.57058],[-58.38664,-34.57323],[-58.38795,-34.57482],[-58.39301,-34.57196],[-58.39646,-34.56689],[-58.39732,-34.56666],[-58.39695,-34.56587],[-58.39695,-34.56515],[-58.39923,-34.56371],[-58.4007,-34.5643],[-58.40105,-34.56335],[-58.40274,-34.56395],[-58.40441,-34.56283],[-58.40927,-34.55846],[-58.40946,-34.5567],[-58.41252,-34.55514],[-58.42651,-34.55182],[-58.42554,-34.54885],[-58.42707,-34.54807],[-58.42977,-34.5486],[-58.43074,-34.5478],[-58.4313,-34.5448],[-58.43456,-34.54263],[-58.43561,-34.54084],[-58.4377,-34.53996],[-58.4403,-34.53985],[-58.44077,-34.54034],[-58.4415,-34.53785],[-58.44361,-34.5363],[-58.44623,-34.53593],[-58.44856,-34.5374],[-58.44937,-34.53633],[-58.44904,-34.53554],[-58.45002,-34.53607],[-58.44987,-34.53736],[-58.45219,-34.53964],[-58.45381,-34.53898],[-58.45499,-34.53738],[-58.453,-34.5357],[-58.45036,-34.53556],[-58.45011,-34.53437],[-58.45089,-34.53205],[-58.45213,-34.53132],[-58.4518,-34.53013],[-58.45401,-34.52931],[-58.45688,-34.52667],[-58.45915,-34.527],[-58.4615,-34.53131],[-58.46384,-34.53326],[-58.46693,-34.53468]]],"terms_url":"https://data.buenosaires.gob.ar/dataset/tiles-fotografia-aerea","terms_text":"Gobierno de la Ciudad de Buenos Aires","description":"Fotografía aérea tomada en el año 2021","icon":"https://buenosaires.gob.ar/inicio/favicon.ico"},{"id":"LV_CADASTRAL","name":"Cadastral map, Latvia","type":"wms","template":"https://lvmgeoserver.lvm.lv/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=publicwfs:Kadastra_karte&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2022-01-11T00:00:00.000Z","startDate":"2022-01-11T00:00:00.000Z","polygon":[[[27.66415,55.75354],[27.68475,55.93319],[28.26703,56.1908],[28.23682,56.49827],[27.82757,56.94886],[27.90997,57.37037],[27.58313,57.56387],[26.93219,57.63598],[26.5202,57.58596],[26.0368,57.87192],[25.1991,58.10487],[24.31744,57.90258],[24.31744,57.19669],[23.93567,56.9788],[23.55115,56.98479],[23.23804,57.10283],[23.14465,57.37333],[22.60632,57.60215],[22.60083,57.76953],[21.66699,57.56681],[21.40057,57.29625],[21.38409,57.0177],[21.04626,56.80026],[20.99133,56.36615],[21.0545,56.0392],[21.28796,56.05608],[21.29895,56.1908],[22.11743,56.41936],[24.44379,56.24425],[24.81183,56.3996],[25.15515,56.1694],[25.58087,56.12962],[26.53668,55.66146],[26.91296,55.66766],[27.0805,55.80991],[27.66415,55.75354]]],"terms_text":"Data: VZD (Valsts zemes dienests); WMS service: LVM (Latvijas valsts meži)","description":"This cadastral map is provided as open data by Latvian State Land Service (VZD, Valsts zemes dienests). See here: https://data.gov.lv/dati/eng/dataset?organization=valsts-zemes-dienests). WMS service is freely provided by LVM (Latvian State Forestry, https://lvmgeo.lv/en/data).","overlay":true},{"id":"Cadastre","name":"Cadastre","type":"tms","template":"https://tms.cadastre.openstreetmap.fr/*/tout/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[12,22],"polygon":[[[-51.53687,4.11633],[-51.52039,4.51072],[-52.46522,5.4465],[-53.89344,6.004],[-54.58008,4.95962],[-54.42078,4.00127],[-54.12964,3.59567],[-54.12415,3.46408],[-54.31641,3.20085],[-54.31092,2.80589],[-54.8053,2.27358],[-54.20106,2.03205],[-53.72864,2.21869],[-52.92664,2.07597],[-52.641,2.25162],[-52.2345,3.10213],[-51.53687,4.11633]],[[-61.27501,14.90218],[-61.27622,14.36803],[-60.72489,14.36686],[-60.72368,14.90101],[-61.27501,14.90218]],[[-61.92802,16.58618],[-61.92686,15.7394],[-60.88128,15.74072],[-60.88243,16.5875],[-61.92802,16.58618]],[[55.09434,-21.49651],[55.96576,-21.49],[55.95959,-20.77281],[55.08816,-20.77935],[55.09434,-21.49651]],[[44.92054,-12.57363],[44.92502,-13.11963],[45.35274,-13.1163],[45.34826,-12.57029],[44.92054,-12.57363]],[[2.35816,51.32937],[1.31,50.88],[-2.25,50.09],[-6.3,48.98],[-2.7,43.9],[-1.7835,43.39686],[-1.78509,43.39037],[-1.80099,43.37017],[-1.79156,43.34067],[-1.76297,43.32565],[-1.75606,43.31966],[-1.73359,43.28856],[-1.66953,43.30065],[-1.65,43.29323],[-1.61053,43.24223],[-1.57149,43.2412],[-1.54626,43.2737],[-1.52629,43.28099],[-1.40868,43.25591],[-1.39531,43.24596],[-1.39411,43.22935],[-1.42732,43.1404],[-1.43479,43.13087],[-1.47641,43.10248],[-1.48311,43.08561],[-1.4775,43.06889],[-1.43868,43.03371],[-1.3542,43.0197],[-1.33135,43.0496],[-1.31992,43.05696],[-1.30643,43.05531],[-1.26236,43.03303],[-1.22612,43.03898],[-1.21622,43.0381],[-1.16736,43.02083],[-1.15845,43.01452],[-1.14775,43.00124],[-1.1156,43.00461],[-1.10852,43.00409],[-1.02313,42.98206],[-0.94508,42.94192],[-0.82114,42.93865],[-0.77253,42.95284],[-0.75711,42.95107],[-0.7476,42.93879],[-0.73372,42.88666],[-0.68094,42.86775],[-0.67446,42.86392],[-0.56721,42.76937],[-0.54499,42.76906],[-0.50868,42.79935],[-0.48842,42.80255],[-0.44354,42.78453],[-0.39208,42.78766],[-0.31683,42.82635],[-0.29987,42.82697],[-0.16949,42.77157],[-0.06726,42.6848],[-0.01993,42.67389],[0.17919,42.72075],[0.18967,42.72039],[0.23972,42.70494],[0.24594,42.70175],[0.29571,42.66388],[0.32567,42.67274],[0.34912,42.69817],[0.35954,42.70415],[0.3715,42.70308],[0.43024,42.67863],[0.669,42.67901],[0.69192,42.70684],[0.67474,42.75286],[0.67409,42.76479],[0.69117,42.83186],[0.70017,42.84402],[0.71511,42.8464],[0.84606,42.8157],[0.92265,42.7797],[0.95073,42.78794],[0.95937,42.78852],[1.07564,42.77079],[1.08546,42.76635],[1.16554,42.69928],[1.23221,42.71248],[1.32364,42.7085],[1.33313,42.70563],[1.37335,42.68127],[1.38032,42.67415],[1.41936,42.60643],[1.43792,42.59264],[1.47238,42.59703],[1.4921,42.62502],[1.50444,42.6331],[1.54636,42.64166],[1.56069,42.6392],[1.60283,42.61382],[1.69377,42.60975],[1.71011,42.59992],[1.72479,42.57499],[1.7272,42.56103],[1.71561,42.50125],[1.72567,42.48452],[1.82774,42.47056],[1.88444,42.4477],[1.88459,42.44762],[1.88467,42.44761],[1.92089,42.43302],[1.93076,42.42442],[1.965,42.36473],[2.00861,42.33818],[2.09393,42.35474],[2.14881,42.40545],[2.16028,42.41065],[2.20526,42.41541],[2.20653,42.41526],[2.20694,42.41558],[2.25973,42.42117],[2.26719,42.42055],[2.41222,42.38021],[2.41933,42.37658],[2.47795,42.32986],[2.5338,42.32197],[2.56777,42.34173],[2.58106,42.34418],[2.66719,42.33008],[2.68585,42.34679],[2.68162,42.37263],[2.68378,42.3854],[2.69331,42.39417],[2.72928,42.40998],[2.7413,42.41128],[2.78424,42.40256],[2.87019,42.44653],[2.87822,42.4487],[3.02214,42.45645],[3.03402,42.45331],[3.0944,42.41457],[3.16081,42.42757],[3.17358,42.41768],[5.8,41.64],[8.94186,41.27688],[9.27311,41.29196],[9.36968,41.35052],[9.63227,41.43244],[9.8,43.1],[7.53622,43.79234],[7.51594,43.84915],[7.51649,43.86397],[7.5271,43.87434],[7.56858,43.89159],[7.58419,43.93287],[7.59624,43.94466],[7.66016,43.9672],[7.68077,44.0164],[7.68603,44.02371],[7.72403,44.05704],[7.72786,44.08615],[7.69445,44.12276],[7.68937,44.13869],[7.69422,44.17795],[7.68608,44.1861],[7.63989,44.18928],[7.6162,44.16827],[7.60548,44.1634],[7.56478,44.15817],[7.5642,44.15836],[7.56283,44.15792],[7.37776,44.13416],[7.36278,44.13834],[7.33878,44.1574],[7.27537,44.15947],[7.26053,44.16682],[7.24533,44.18544],[7.1651,44.22112],[7.07312,44.2461],[7.03259,44.2424],[7.01983,44.24558],[7.01181,44.256],[6.99909,44.29414],[6.91637,44.36804],[6.90972,44.38195],[6.90907,44.39477],[6.91223,44.40659],[6.92167,44.41436],[6.95872,44.42908],[6.95894,44.43129],[6.87892,44.50245],[6.87233,44.5195],[6.88235,44.53479],[6.94659,44.57124],[6.97819,44.61784],[6.97056,44.64696],[6.97413,44.66431],[6.99007,44.67203],[7.07671,44.67134],[7.08666,44.68085],[7.08651,44.6968],[7.07224,44.72311],[7.0496,44.73226],[7.03711,44.75009],[7.03453,44.82282],[7.01795,44.84402],[6.93633,44.87461],[6.8798,44.86346],[6.86698,44.86519],[6.7942,44.90161],[6.78375,44.9146],[6.75744,45.01884],[6.69602,45.03395],[6.68237,45.04558],[6.66501,45.08667],[6.6653,45.10289],[6.67751,45.11356],[6.77056,45.14242],[6.78283,45.14228],[6.85843,45.11699],[6.90009,45.12689],[6.98106,45.19368],[6.99279,45.19823],[7.08417,45.20279],[7.14458,45.25048],[7.13649,45.30576],[7.14232,45.32298],[7.17075,45.35069],[7.19515,45.40409],[7.1856,45.41894],[7.13304,45.44001],[7.1228,45.44924],[7.1072,45.47877],[7.02774,45.5102],[7.0158,45.52354],[6.99643,45.59465],[6.9978,45.60877],[7.01151,45.63652],[7.00597,45.64945],[6.97131,45.66528],[6.94247,45.66172],[6.92419,45.66935],[6.90729,45.69124],[6.8414,45.71373],[6.83174,45.72082],[6.82787,45.73217],[6.82614,45.80353],[6.83102,45.81711],[6.84376,45.82387],[6.94097,45.83551],[6.99582,45.85822],[7.04394,45.92036],[7.04497,45.92064],[7.04533,45.92217],[7.05191,45.93066],[7.01556,46.00883],[6.94898,46.0699],[6.92001,46.07721],[6.90932,46.08406],[6.90491,46.09595],[6.90382,46.12971],[6.83427,46.14509],[6.82259,46.15261],[6.81863,46.16592],[6.82075,46.19862],[6.82698,46.21188],[6.86092,46.2439],[6.87504,46.28007],[6.86491,46.30038],[6.81095,46.33359],[6.80189,46.34639],[6.80484,46.36179],[6.81832,46.38181],[6.82244,46.42925],[6.74665,46.45695],[6.63047,46.47435],[6.50498,46.46871],[6.41748,46.42682],[6.41083,46.42495],[6.31648,46.41557],[6.23946,46.36705],[6.21219,46.32485],[6.21148,46.31057],[6.24707,46.24777],[6.24906,46.23299],[6.24026,46.22094],[6.13778,46.15702],[6.12468,46.15415],[6.05564,46.16288],[6.03509,46.15456],[6.01783,46.15564],[6.00787,46.16977],[6.00388,46.19332],[6.00681,46.20752],[6.01857,46.21601],[6.07717,46.23123],[6.08865,46.23081],[6.1103,46.22344],[6.13038,46.23737],[6.13371,46.30227],[6.13748,46.31297],[6.17817,46.36922],[6.16622,46.38839],[6.10829,46.41643],[6.09704,46.43317],[6.09572,46.45418],[6.10174,46.46979],[6.15811,46.52456],[6.16549,46.54399],[6.15152,46.56508],[6.14872,46.58069],[6.15817,46.59343],[6.46098,46.76887],[6.46722,46.79104],[6.45644,46.80534],[6.4535,46.8239],[6.47548,46.88771],[6.46686,46.91997],[6.46892,46.93522],[6.4812,46.9445],[6.62355,46.9811],[6.72561,47.0418],[6.76011,47.09953],[6.76907,47.10751],[6.85545,47.14636],[6.88913,47.18922],[6.89443,47.19393],[6.96134,47.23479],[6.96347,47.26233],[6.97424,47.27856],[7.05958,47.32257],[7.07007,47.35005],[7.05623,47.37035],[7.018,47.38386],[6.97126,47.37218],[6.95769,47.37359],[6.94818,47.38337],[6.94716,47.39698],[6.9551,47.40808],[7.003,47.44095],[7.01205,47.47287],[7.02102,47.48458],[7.03557,47.48695],[7.0801,47.47718],[7.12853,47.48893],[7.14279,47.48707],[7.15212,47.47612],[7.16708,47.4335],[7.24435,47.40939],[7.32653,47.4273],[7.38747,47.42111],[7.51256,47.48439],[7.54511,47.54283],[7.55424,47.55128],[7.58967,47.56755],[7.60016,47.60822],[7.537,47.67302],[7.53136,47.68564],[7.53526,47.6989],[7.55758,47.72899],[7.54418,47.77232],[7.54581,47.78793],[7.57267,47.83631],[7.5728,47.86435],[7.57554,47.87436],[7.63205,47.97081],[7.62437,47.99865],[7.59127,48.03035],[7.58522,48.04694],[7.59165,48.10648],[7.59605,48.11698],[7.67661,48.21555],[7.70241,48.28803],[7.71085,48.29841],[7.75159,48.32322],[7.74357,48.38427],[7.74506,48.39484],[7.78055,48.47652],[7.78547,48.48337],[7.81449,48.50968],[7.81456,48.57704],[7.81842,48.58883],[7.8484,48.62977],[7.85605,48.63606],[7.90422,48.65865],[7.98534,48.7409],[7.99071,48.74478],[8.10087,48.7993],[8.15824,48.89753],[8.20089,48.94339],[8.20888,48.94863],[8.23589,48.95817],[8.23704,48.97683],[8.2225,48.98787],[8.08069,49.00688],[7.93826,49.06832],[7.8673,49.05227],[7.85525,49.05329],[7.80291,49.07489],[7.76073,49.06067],[7.75401,49.05963],[7.6612,49.06119],[7.64722,49.06722],[7.6296,49.08527],[7.5579,49.09626],[7.54379,49.10572],[7.50113,49.17672],[7.45012,49.19517],[7.36095,49.18259],[7.29893,49.13856],[7.28683,49.13488],[7.1535,49.13839],[7.14315,49.14159],[7.10494,49.16634],[7.06908,49.16018],[7.05478,49.16313],[7.0463,49.17503],[7.04055,49.19794],[6.93753,49.23369],[6.89322,49.22389],[6.88453,49.2239],[6.85119,49.23136],[6.82982,49.21802],[6.83093,49.19366],[6.82473,49.17826],[6.80904,49.17284],[6.76026,49.17752],[6.74328,49.19086],[6.72996,49.22917],[6.67013,49.29269],[6.61627,49.31869],[6.60497,49.33739],[6.60639,49.37868],[6.5451,49.44384],[6.43515,49.487],[6.34423,49.48037],[6.334,49.48235],[6.24643,49.52511],[6.17397,49.52187],[6.09319,49.47787],[6.08635,49.47562],[6.01627,49.46597],[5.99801,49.47317],[5.97516,49.50129],[5.876,49.5114],[5.86126,49.52038],[5.8399,49.55321],[5.77526,49.57414],[5.71578,49.55361],[5.70676,49.55267],[5.641,49.56095],[5.6076,49.53761],[5.59311,49.53424],[5.55401,49.54025],[5.50666,49.52042],[5.49294,49.51979],[5.48205,49.52815],[5.43141,49.60791],[5.3544,49.64041],[5.344,49.65049],[5.33363,49.67308],[5.28157,49.70836],[5.19602,49.70732],[5.18761,49.70906],[5.1412,49.72984],[5.13458,49.73462],[5.09944,49.77323],[5.02686,49.78886],[5.01867,49.79272],[4.99534,49.81116],[4.91098,49.79926],[4.89769,49.80204],[4.88924,49.81266],[4.87625,49.85111],[4.87913,49.86942],[4.89755,49.89424],[4.89654,49.91753],[4.83343,49.96696],[4.82662,49.97692],[4.82678,49.989],[4.8433,50.03881],[4.84331,50.03883],[4.84331,50.03884],[4.85104,50.06216],[4.86277,50.0745],[4.88076,50.0815],[4.90426,50.12639],[4.90479,50.14451],[4.8815,50.16436],[4.83123,50.17941],[4.69517,50.10472],[4.66924,50.06972],[4.67293,50.02716],[4.66936,50.01392],[4.6581,50.00609],[4.45469,49.95251],[4.44542,49.9523],[4.30877,49.98145],[4.22164,49.97089],[4.20633,49.97546],[4.1765,50.00065],[4.16976,50.01217],[4.17177,50.02537],[4.18164,50.03436],[4.23193,50.05551],[4.24074,50.07102],[4.21195,50.13602],[4.1764,50.1547],[4.16601,50.16888],[4.17084,50.18579],[4.23078,50.25233],[4.22904,50.26664],[4.21444,50.28167],[4.14388,50.29727],[4.13761,50.29984],[4.02672,50.36904],[3.91317,50.34291],[3.90189,50.3436],[3.84109,50.36558],[3.74935,50.36279],[3.71576,50.33854],[3.70258,50.33482],[3.6901,50.34044],[3.68415,50.35277],[3.67378,50.45642],[3.61523,50.50558],[3.54779,50.51012],[3.53266,50.51873],[3.52173,50.53459],[3.4748,50.54445],[3.3898,50.50884],[3.37551,50.50839],[3.3056,50.53267],[3.29219,50.55037],[3.28922,50.60028],[3.26588,50.64054],[3.26576,50.6604],[3.27545,50.67757],[3.27051,50.70375],[3.22149,50.7267],[3.2154,50.73111],[3.14877,50.80195],[3.11412,50.80566],[3.09244,50.79092],[3.08218,50.78749],[3.00718,50.78377],[2.93508,50.75592],[2.9161,50.72418],[2.90492,50.71536],[2.89072,50.7162],[2.85265,50.73335],[2.81655,50.73092],[2.79995,50.73795],[2.73267,50.81738],[2.6511,50.82906],[2.63786,50.83696],[2.62781,50.85054],[2.62396,50.86071],[2.61962,50.91067],[2.62452,50.9256],[2.64225,50.94578],[2.63986,50.95766],[2.61558,50.99749],[2.59845,51.0051],[2.58741,51.01763],[2.57048,51.07409],[2.5488,51.09759],[2.35816,51.32937]]],"terms_url":"https://wiki.openstreetmap.org/wiki/WikiProject_Cadastre_Fran%C3%A7ais/Conditions_d%27utilisation","terms_text":"cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2021","description":"French land registry","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/fr/cadastre_small.png"},{"id":"lu.geoportail.opendata.cadastre","name":"Cadastre geoportail.lu","type":"tms","template":"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/cadastre/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.png","zoomExtent":[5,20],"polygon":[[[5.96175,50.17631],[5.95286,50.13384],[5.89196,50.12041],[5.881,50.08069],[5.85781,50.07186],[5.85087,50.0563],[5.86189,50.04581],[5.84792,50.02809],[5.81561,50.01437],[5.81806,49.99936],[5.83462,49.98656],[5.83129,49.97995],[5.80652,49.97321],[5.80524,49.96677],[5.78672,49.96816],[5.7688,49.96104],[5.76878,49.94239],[5.77073,49.93711],[5.76039,49.93252],[5.75783,49.91737],[5.73303,49.90285],[5.7346,49.89341],[5.77505,49.88057],[5.77567,49.87438],[5.74955,49.87554],[5.75229,49.85922],[5.74066,49.85152],[5.75399,49.84878],[5.74624,49.84783],[5.74701,49.84048],[5.74053,49.84142],[5.7372,49.83353],[5.74581,49.82435],[5.74159,49.82126],[5.75094,49.79094],[5.76517,49.78961],[5.78626,49.79079],[5.82073,49.74878],[5.82489,49.73767],[5.82191,49.72128],[5.84325,49.71822],[5.86481,49.72331],[5.8757,49.71118],[5.85628,49.68211],[5.85656,49.67628],[5.89934,49.66239],[5.89998,49.63907],[5.88182,49.63815],[5.8694,49.6106],[5.84565,49.5981],[5.84712,49.58961],[5.8511,49.58379],[5.86289,49.58525],[5.86866,49.587],[5.85943,49.57158],[5.8052,49.54272],[5.81625,49.53325],[5.83562,49.54114],[5.84308,49.53081],[5.83187,49.52639],[5.83641,49.51817],[5.84828,49.51397],[5.84897,49.50826],[5.86332,49.50006],[5.89033,49.4948],[5.91578,49.49835],[5.9616,49.49026],[5.96891,49.48202],[5.97232,49.46087],[5.97773,49.45955],[5.97657,49.44885],[5.99412,49.45301],[6.01574,49.44885],[6.02154,49.45127],[6.02529,49.44703],[6.04421,49.44553],[6.05222,49.46028],[6.05917,49.46306],[6.07722,49.46139],[6.08167,49.45417],[6.10483,49.45076],[6.1014,49.46726],[6.12725,49.47081],[6.12937,49.48803],[6.14018,49.48525],[6.1671,49.49006],[6.16086,49.50085],[6.17337,49.50577],[6.19669,49.50331],[6.24133,49.50693],[6.27191,49.49995],[6.28789,49.48379],[6.29503,49.47928],[6.32189,49.47244],[6.3334,49.46493],[6.37056,49.45732],[6.37076,49.50545],[6.35932,49.52481],[6.35855,49.53296],[6.38009,49.54856],[6.3849,49.55817],[6.35791,49.57166],[6.36909,49.5783],[6.38119,49.57509],[6.38443,49.5801],[6.37551,49.58809],[6.37941,49.59526],[6.39898,49.60094],[6.42178,49.61809],[6.44251,49.65591],[6.4399,49.66025],[6.42714,49.66237],[6.5046,49.71227],[6.50788,49.71215],[6.50712,49.71655],[6.49558,49.72443],[6.49891,49.72639],[6.50479,49.725],[6.51176,49.72016],[6.51642,49.72129],[6.51809,49.7242],[6.50727,49.72938],[6.50263,49.73298],[6.50373,49.75086],[6.52052,49.76134],[6.52056,49.76818],[6.51105,49.77422],[6.51917,49.78344],[6.50622,49.78899],[6.53083,49.80116],[6.53225,49.80686],[6.52981,49.81048],[6.5196,49.81446],[6.51485,49.80513],[6.51155,49.80238],[6.50669,49.80993],[6.49681,49.81277],[6.47057,49.82385],[6.46454,49.81975],[6.45366,49.81275],[6.44344,49.81233],[6.44161,49.81547],[6.43097,49.81129],[6.42807,49.81186],[6.42643,49.81629],[6.4022,49.82098],[6.36465,49.85164],[6.33937,49.8507],[6.33656,49.83998],[6.32741,49.83673],[6.32158,49.8409],[6.32361,49.85188],[6.31465,49.86057],[6.31532,49.8673],[6.30989,49.87107],[6.2977,49.86673],[6.29166,49.87548],[6.28113,49.87957],[6.27646,49.87725],[6.26301,49.88101],[6.25781,49.88724],[6.24692,49.89535],[6.23381,49.90028],[6.23229,49.9072],[6.22769,49.91062],[6.23187,49.91064],[6.23603,49.91355],[6.22986,49.92125],[6.21913,49.92354],[6.22635,49.92766],[6.22824,49.93726],[6.22044,49.94369],[6.22502,49.95039],[6.21269,49.9514],[6.20707,49.95672],[6.19978,49.95352],[6.19277,49.97158],[6.18331,49.9686],[6.17983,49.96307],[6.18339,49.9548],[6.17995,49.95386],[6.1763,49.962],[6.17151,49.96298],[6.16549,49.97115],[6.17035,49.98376],[6.17348,49.98344],[6.17305,49.98589],[6.15625,49.98867],[6.15023,49.99518],[6.14218,49.99535],[6.13852,49.99829],[6.13966,49.9994],[6.14546,49.99689],[6.1517,50.01058],[6.13934,50.01116],[6.13024,50.01819],[6.13138,50.01905],[6.13594,50.01485],[6.13868,50.01572],[6.14821,50.02307],[6.13034,50.02975],[6.13661,50.04178],[6.12361,50.06323],[6.11563,50.05817],[6.11444,50.06139],[6.12117,50.064],[6.13186,50.07348],[6.12634,50.07817],[6.12194,50.09059],[6.13547,50.09119],[6.13108,50.09964],[6.13808,50.10263],[6.13555,50.11899],[6.14093,50.1305],[6.12369,50.13719],[6.11323,50.13739],[6.1277,50.14993],[6.1201,50.15594],[6.1225,50.16437],[6.10176,50.17199],[6.07824,50.17255],[6.07668,50.15913],[6.06069,50.15536],[6.03318,50.16395],[6.02627,50.18496],[5.96175,50.17631]]],"terms_url":"https://data.public.lu/en/datasets/plan-cadastral-numerise-pcn-webservices-wms-et-wmts","terms_text":"Administration du Cadastre et de la Topographie","icon":"https://www.geoportail.lu/static/img/lion.png"},{"id":"Calaveras_CA_2022","name":"Calaveras County Orthoimagery (2022)","type":"tms","template":"https://gisportal.calaverascounty.gov/image/rest/services/CC_Aug2022_Cache/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-120.93863,38.0883],[-120.65316,37.83286],[-120.64289,37.84152],[-120.63342,37.86085],[-120.59963,37.8788],[-120.59765,37.88824],[-120.58644,37.89615],[-120.56867,37.8946],[-120.56205,37.9141],[-120.54329,37.91982],[-120.53785,37.92597],[-120.53998,37.93616],[-120.53475,37.94475],[-120.51532,37.95114],[-120.52525,37.99398],[-120.50155,37.99129],[-120.49909,38.00811],[-120.46483,38.00861],[-120.43998,38.05969],[-120.43236,38.05926],[-120.42548,38.07309],[-120.41333,38.0829],[-120.40885,38.10273],[-120.38727,38.11559],[-120.38348,38.12668],[-120.37857,38.13029],[-120.37845,38.13555],[-120.37275,38.1365],[-120.37083,38.13906],[-120.37391,38.14489],[-120.37023,38.15154],[-120.35758,38.15427],[-120.35769,38.15846],[-120.36036,38.16077],[-120.35561,38.16371],[-120.35374,38.16371],[-120.34984,38.1703],[-120.34456,38.17022],[-120.34002,38.17233],[-120.33751,38.17806],[-120.33543,38.18498],[-120.33197,38.18865],[-120.33016,38.19523],[-120.326,38.19636],[-120.32527,38.19951],[-120.32247,38.20089],[-120.30164,38.22978],[-120.29201,38.23332],[-120.28939,38.24674],[-120.27258,38.25948],[-120.27274,38.26648],[-120.27039,38.27094],[-120.26591,38.27232],[-120.2607,38.27758],[-120.25542,38.28667],[-120.252,38.28701],[-120.24026,38.29489],[-120.2369,38.29857],[-120.23708,38.30205],[-120.23458,38.30364],[-120.2342,38.30616],[-120.23201,38.30679],[-120.22881,38.31429],[-120.22644,38.31471],[-120.22366,38.31877],[-120.21371,38.32306],[-120.20543,38.32922],[-120.17645,38.37125],[-120.15392,38.38673],[-120.12051,38.39965],[-120.08787,38.4034],[-120.07749,38.41086],[-120.03989,38.42611],[-120.02969,38.42469],[-120.01795,38.43568],[-120.05352,38.4555],[-120.07255,38.44722],[-120.07249,38.50987],[-120.12892,38.49716],[-120.21677,38.49795],[-120.22713,38.49047],[-120.23554,38.48974],[-120.24143,38.48504],[-120.24645,38.486],[-120.24749,38.48682],[-120.2528,38.48715],[-120.25366,38.48774],[-120.26092,38.48616],[-120.26272,38.48326],[-120.26363,38.48253],[-120.26488,38.4828],[-120.26939,38.47762],[-120.27267,38.47787],[-120.27563,38.47594],[-120.28343,38.47534],[-120.28599,38.47668],[-120.29482,38.47722],[-120.29795,38.4754],[-120.30094,38.4745],[-120.30451,38.47206],[-120.30603,38.47235],[-120.3201,38.47074],[-120.32175,38.46884],[-120.3308,38.46518],[-120.3332,38.46536],[-120.33805,38.46749],[-120.3512,38.46624],[-120.35296,38.46544],[-120.36356,38.46678],[-120.37133,38.46471],[-120.37642,38.46246],[-120.38464,38.46216],[-120.39099,38.46743],[-120.40012,38.46651],[-120.4124,38.47056],[-120.41619,38.47366],[-120.42297,38.47336],[-120.44357,38.462],[-120.44816,38.45288],[-120.48443,38.4458],[-120.49564,38.44944],[-120.50503,38.444],[-120.50727,38.43823],[-120.52051,38.42657],[-120.52366,38.4228],[-120.52782,38.42251],[-120.53033,38.41887],[-120.5377,38.41854],[-120.54058,38.42289],[-120.57207,38.41339],[-120.57448,38.40177],[-120.60848,38.39779],[-120.61509,38.3893],[-120.61734,38.37846],[-120.62022,38.35729],[-120.62822,38.35586],[-120.63191,38.34607],[-120.63287,38.33987],[-120.63885,38.34092],[-120.65929,38.33169],[-120.67434,38.33112],[-120.69932,38.31839],[-120.73829,38.30813],[-120.75131,38.29695],[-120.75361,38.29108],[-120.80613,38.2902],[-120.84894,38.25941],[-120.85694,38.24754],[-120.87924,38.24084],[-120.89424,38.22],[-120.91666,38.22964],[-120.95461,38.22012],[-120.99556,38.22528],[-120.93863,38.0883]]],"terms_url":"https://www.calaverasgov.us/","terms_text":"Calaveras County","description":"2022 3 inch resolution imagery for Calaveras County in the State of California","icon":"https://www.calaverasgov.us/portals/0/Images/County%20Seal.png"},{"id":"osm-cambodia_laos_thailand_vietnam-bilingual","name":"Cambodia, Laos, Thailand, Vietnam, Malaysia, Myanmar bilingual","type":"tms","template":"https://{switch:a,b,c,d}.tile.osm-tools.org/osm/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[0,20],"polygon":[[[92.10238,20.81356],[93.89281,15.93987],[97.6721,8.05888],[100.46263,3.23889],[103.22569,1.12568],[109.49889,1.9219],[110.4547,0.90049],[111.67418,1.01583],[112.24547,1.5101],[112.96507,1.5705],[113.54186,1.25748],[114.5526,1.5101],[115.50841,3.02498],[115.86546,4.34606],[117.25523,4.36249],[118.12315,4.05023],[119.6173,5.28754],[117.14537,7.46562],[107.43895,18.85398],[108.19735,21.36197],[106.81857,22.84801],[105.36288,23.33311],[101.79232,22.48305],[100.36959,21.50514],[99.52364,22.95934],[98.82052,24.16272],[97.96359,24.04238],[97.67794,24.75774],[98.74362,25.87992],[98.73812,27.51405],[97.58456,28.5806],[96.75509,27.52867],[95.19503,26.70727],[94.1733,23.92695],[93.56905,24.09755],[92.10238,20.81356]]],"terms_url":"https://www.osm-tools.org","terms_text":"© osm-tools.org & OpenStreetMap contributors, CC-BY-SA"},{"id":"canaan_drone_red_cross_201712","name":"Canaan - American Red Cross, Dec-2017","type":"tms","template":"https://tiles.openaerialmap.org/5ac65a9f91b5310010e0d489/0/5ac65a9f91b5310010e0d48a/{zoom}/{x}/{y}.png","category":"photo","endDate":"2017-12-20T00:00:00.000Z","startDate":"2017-12-11T00:00:00.000Z","zoomExtent":[12,21],"polygon":[[[-72.26734,18.63561],[-72.2636,18.6373],[-72.26116,18.64141],[-72.25983,18.64588],[-72.25811,18.64742],[-72.24502,18.64795],[-72.23433,18.64807],[-72.22734,18.6482],[-72.21953,18.65438],[-72.2161,18.65446],[-72.21584,18.66222],[-72.21725,18.66739],[-72.21889,18.67019],[-72.22309,18.66958],[-72.22343,18.67312],[-72.22502,18.6732],[-72.22545,18.67609],[-72.23288,18.67597],[-72.23339,18.67877],[-72.23674,18.67857],[-72.23854,18.67975],[-72.24,18.68129],[-72.24463,18.68207],[-72.24682,18.6817],[-72.24605,18.67698],[-72.25094,18.67698],[-72.25511,18.67902],[-72.25961,18.67898],[-72.26081,18.67743],[-72.27038,18.67711],[-72.27901,18.67682],[-72.28373,18.67893],[-72.28613,18.68154],[-72.29665,18.68178],[-72.30184,18.68568],[-72.3012,18.68824],[-72.30802,18.69324],[-72.30948,18.69308],[-72.31699,18.69682],[-72.32806,18.70528],[-72.3384,18.69902],[-72.34012,18.69666],[-72.33961,18.69426],[-72.33377,18.68357],[-72.33135,18.68192],[-72.32551,18.68093],[-72.32027,18.67741],[-72.31626,18.67477],[-72.31167,18.672],[-72.308,18.66995],[-72.30534,18.66926],[-72.30068,18.66499],[-72.29796,18.66479],[-72.29609,18.66129],[-72.29315,18.65999],[-72.29519,18.65497],[-72.28414,18.64962],[-72.27804,18.64523],[-72.27487,18.64212],[-72.27352,18.64057],[-72.2706,18.63901],[-72.26734,18.63561]]],"terms_url":"http://americanredcross.github.io/","terms_text":"American Red Cross","description":"Drone imagery collected December 2017 for Canaan, Haiti by American Red Cross in coordination with the Haitian Red Cross."},{"id":"Geneve-dsm-2014","name":"Canton de Génève, MNA RELIEF OMBRE SURFACE 2014 (SITG)","type":"wms","template":"https://raster.sitg.ge.ch/arcgis/services/MNA_RELIEF_SURFACE_COLLECTION/MapServer/WMSServer?LAYERS=3&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[5.6703,46.2143],[5.6805,46.0223],[5.6805,46.0223],[5.7294,45.9575],[6.3702,45.9234],[6.4452,45.9382],[6.5509,46.0711],[6.577,46.3643],[6.5293,46.4609],[6.2941,46.57],[6.1123,46.5677],[5.6703,46.2143]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-dsm-2017","name":"Canton de Génève, MNA RELIEF OMBRE SURFACE 2017 (SITG)","type":"wms","template":"https://raster.sitg.ge.ch/arcgis/services/MNA_RELIEF_SURFACE_COLLECTION/MapServer/WMSServer?LAYERS=4&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[5.94647,46.13746],[5.94712,46.12266],[5.9745,46.12267],[5.97656,46.12702],[5.98823,46.12742],[5.99547,46.13548],[6.0202,46.13352],[6.02532,46.12789],[6.04248,46.12789],[6.05004,46.13553],[6.05758,46.13597],[6.05773,46.14351],[6.06068,46.14593],[6.06446,46.14263],[6.08989,46.14308],[6.09604,46.13835],[6.14341,46.13407],[6.14946,46.13941],[6.15715,46.14025],[6.15897,46.14555],[6.17225,46.14786],[6.18277,46.15549],[6.19285,46.15831],[6.19629,46.16164],[6.19759,46.17347],[6.21208,46.18018],[6.21484,46.18734],[6.22513,46.18921],[6.24158,46.19855],[6.25946,46.20014],[6.27118,46.20702],[6.28967,46.21107],[6.29211,46.2171],[6.30272,46.21725],[6.31782,46.24197],[6.31988,46.2624],[6.30797,46.26423],[6.30478,46.27095],[6.2877,46.27096],[6.28212,46.27048],[6.27928,46.26539],[6.26746,46.2609],[6.26564,46.26477],[6.25978,46.26578],[6.25808,46.27143],[6.25194,46.27578],[6.25429,46.28057],[6.26152,46.28332],[6.26152,46.29805],[6.25825,46.30133],[6.25808,46.30803],[6.25328,46.31135],[6.23612,46.31135],[6.22778,46.2955],[6.21895,46.29044],[6.21033,46.27903],[6.20208,46.27188],[6.19286,46.27095],[6.19047,46.26619],[6.18599,46.26477],[6.18086,46.23638],[6.16951,46.22627],[6.16698,46.21972],[6.16217,46.21899],[6.15921,46.23076],[6.16082,46.24855],[6.17912,46.26763],[6.17857,46.29069],[6.18667,46.2952],[6.19318,46.30671],[6.19972,46.30946],[6.19964,46.31658],[6.20521,46.31706],[6.20864,46.32132],[6.21688,46.34403],[6.21758,46.36051],[6.20727,46.3639],[6.1933,46.36413],[6.18942,46.37194],[6.15784,46.371],[6.14972,46.36042],[6.14479,46.35964],[6.13833,46.34961],[6.12626,46.34166],[6.12181,46.33226],[6.11664,46.33125],[6.11586,46.32683],[6.11115,46.3251],[6.11123,46.31658],[6.10085,46.31658],[6.09634,46.31036],[6.08643,46.3085],[6.07803,46.2972],[6.06926,46.29662],[6.06127,46.2899],[6.05622,46.28949],[6.04454,46.28188],[6.03964,46.2749],[6.03081,46.2719],[6.02728,46.26637],[6.01708,46.2624],[6.00943,46.25401],[5.99648,46.24766],[5.99495,46.23969],[5.98618,46.23911],[5.98367,46.23194],[5.97725,46.23103],[5.97656,46.16963],[5.96695,46.16971],[5.95391,46.15118],[5.95343,46.14104],[5.94647,46.13746]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-dsm-2019","name":"Canton de Génève, MNA RELIEF OMBRE SURFACE 2019 (SITG)","type":"wms","template":"https://raster.sitg.ge.ch/arcgis/services/MNA_RELIEF_SURFACE_COLLECTION/MapServer/WMSServer?LAYERS=5&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[5.94647,46.13746],[5.94712,46.12266],[5.9745,46.12267],[5.97656,46.12702],[5.98823,46.12742],[5.99547,46.13548],[6.0202,46.13352],[6.02532,46.12789],[6.04248,46.12789],[6.05004,46.13553],[6.05758,46.13597],[6.05773,46.14351],[6.06068,46.14593],[6.06446,46.14263],[6.08989,46.14308],[6.09604,46.13835],[6.14341,46.13407],[6.14946,46.13941],[6.15715,46.14025],[6.15897,46.14555],[6.17225,46.14786],[6.18277,46.15549],[6.19285,46.15831],[6.19629,46.16164],[6.19759,46.17347],[6.21208,46.18018],[6.21484,46.18734],[6.22513,46.18921],[6.24158,46.19855],[6.25946,46.20014],[6.27118,46.20702],[6.28967,46.21107],[6.29211,46.2171],[6.30272,46.21725],[6.31782,46.24197],[6.31988,46.2624],[6.30797,46.26423],[6.30478,46.27095],[6.2877,46.27096],[6.28212,46.27048],[6.27928,46.26539],[6.26746,46.2609],[6.26564,46.26477],[6.25978,46.26578],[6.25808,46.27143],[6.25194,46.27578],[6.25429,46.28057],[6.26152,46.28332],[6.26152,46.29805],[6.25825,46.30133],[6.25808,46.30803],[6.25328,46.31135],[6.23612,46.31135],[6.22778,46.2955],[6.21895,46.29044],[6.21033,46.27903],[6.20208,46.27188],[6.19286,46.27095],[6.19047,46.26619],[6.18599,46.26477],[6.18086,46.23638],[6.16951,46.22627],[6.16698,46.21972],[6.16217,46.21899],[6.15921,46.23076],[6.16082,46.24855],[6.17912,46.26763],[6.17857,46.29069],[6.18667,46.2952],[6.19318,46.30671],[6.19972,46.30946],[6.19964,46.31658],[6.20521,46.31706],[6.20864,46.32132],[6.21688,46.34403],[6.21758,46.36051],[6.20727,46.3639],[6.1933,46.36413],[6.18942,46.37194],[6.15784,46.371],[6.14972,46.36042],[6.14479,46.35964],[6.13833,46.34961],[6.12626,46.34166],[6.12181,46.33226],[6.11664,46.33125],[6.11586,46.32683],[6.11115,46.3251],[6.11123,46.31658],[6.10085,46.31658],[6.09634,46.31036],[6.08643,46.3085],[6.07803,46.2972],[6.06926,46.29662],[6.06127,46.2899],[6.05622,46.28949],[6.04454,46.28188],[6.03964,46.2749],[6.03081,46.2719],[6.02728,46.26637],[6.01708,46.2624],[6.00943,46.25401],[5.99648,46.24766],[5.99495,46.23969],[5.98618,46.23911],[5.98367,46.23194],[5.97725,46.23103],[5.97656,46.16963],[5.96695,46.16971],[5.95391,46.15118],[5.95343,46.14104],[5.94647,46.13746]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-dsm-2023","name":"Canton de Génève, MNA RELIEF OMBRE SURFACE 2023 (SITG)","type":"wms","template":"https://raster.sitg.ge.ch/arcgis/services/MNA_RELIEF_SURFACE_COLLECTION/MapServer/WMSServer?LAYERS=6&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[5.94647,46.13746],[5.94712,46.12266],[5.9745,46.12267],[5.97656,46.12702],[5.98823,46.12742],[5.99547,46.13548],[6.0202,46.13352],[6.02532,46.12789],[6.04248,46.12789],[6.05004,46.13553],[6.05758,46.13597],[6.05773,46.14351],[6.06068,46.14593],[6.06446,46.14263],[6.08989,46.14308],[6.09604,46.13835],[6.14341,46.13407],[6.14946,46.13941],[6.15715,46.14025],[6.15897,46.14555],[6.17225,46.14786],[6.18277,46.15549],[6.19285,46.15831],[6.19629,46.16164],[6.19759,46.17347],[6.21208,46.18018],[6.21484,46.18734],[6.22513,46.18921],[6.24158,46.19855],[6.25946,46.20014],[6.27118,46.20702],[6.28967,46.21107],[6.29211,46.2171],[6.30272,46.21725],[6.31782,46.24197],[6.31988,46.2624],[6.30797,46.26423],[6.30478,46.27095],[6.2877,46.27096],[6.28212,46.27048],[6.27928,46.26539],[6.26746,46.2609],[6.26564,46.26477],[6.25978,46.26578],[6.25808,46.27143],[6.25194,46.27578],[6.25429,46.28057],[6.26152,46.28332],[6.26152,46.29805],[6.25825,46.30133],[6.25808,46.30803],[6.25328,46.31135],[6.23612,46.31135],[6.22778,46.2955],[6.21895,46.29044],[6.21033,46.27903],[6.20208,46.27188],[6.19286,46.27095],[6.19047,46.26619],[6.18599,46.26477],[6.18086,46.23638],[6.16951,46.22627],[6.16698,46.21972],[6.16217,46.21899],[6.15921,46.23076],[6.16082,46.24855],[6.17912,46.26763],[6.17857,46.29069],[6.18667,46.2952],[6.19318,46.30671],[6.19972,46.30946],[6.19964,46.31658],[6.20521,46.31706],[6.20864,46.32132],[6.21688,46.34403],[6.21758,46.36051],[6.20727,46.3639],[6.1933,46.36413],[6.18942,46.37194],[6.15784,46.371],[6.14972,46.36042],[6.14479,46.35964],[6.13833,46.34961],[6.12626,46.34166],[6.12181,46.33226],[6.11664,46.33125],[6.11586,46.32683],[6.11115,46.3251],[6.11123,46.31658],[6.10085,46.31658],[6.09634,46.31036],[6.08643,46.3085],[6.07803,46.2972],[6.06926,46.29662],[6.06127,46.2899],[6.05622,46.28949],[6.04454,46.28188],[6.03964,46.2749],[6.03081,46.2719],[6.02728,46.26637],[6.01708,46.2624],[6.00943,46.25401],[5.99648,46.24766],[5.99495,46.23969],[5.98618,46.23911],[5.98367,46.23194],[5.97725,46.23103],[5.97656,46.16963],[5.96695,46.16971],[5.95391,46.15118],[5.95343,46.14104],[5.94647,46.13746]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-dtm-2014","name":"Canton de Génève, MNA RELIEF OMBRE TERRAIN 2014 (SITG)","type":"wms","template":"https://raster.sitg.ge.ch/arcgis/services/MNA_RELIEF_TERRAIN_COLLECTION/MapServer/WMSServer?LAYERS=3&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[6.12,46.12],[6.16,46.12],[6.16,46.14],[6.2,46.14],[6.2,46.16],[6.22,46.16],[6.22,46.18],[6.26,46.18],[6.26,46.2],[6.3,46.2],[6.3,46.22],[6.32,46.22],[6.32,46.28],[6.26,46.28],[6.26,46.36],[6.22,46.36],[6.22,46.38],[6.16,46.38],[6.16,46.32],[6.14,46.32],[6.14,46.34],[6.1,46.34],[6.1,46.3],[6.08,46.3],[6.08,46.26],[6.02,46.26],[6.02,46.24],[5.96,46.24],[5.96,46.22],[5.94,46.22],[5.94,46.18],[5.96,46.18],[5.96,46.16],[5.94,46.16],[5.94,46.12],[6.06,46.12],[6.06,46.14],[6.08,46.14],[6.08,46.12],[6.12,46.12]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-dtm-2017","name":"Canton de Génève, MNA RELIEF OMBRE TERRAIN 2017 (SITG)","type":"wms","template":"https://raster.sitg.ge.ch/arcgis/services/MNA_RELIEF_TERRAIN_COLLECTION/MapServer/WMSServer?LAYERS=4&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[5.94647,46.13746],[5.94712,46.12266],[5.9745,46.12267],[5.97656,46.12702],[5.98823,46.12742],[5.99547,46.13548],[6.0202,46.13352],[6.02532,46.12789],[6.04248,46.12789],[6.05004,46.13553],[6.05758,46.13597],[6.05773,46.14351],[6.06068,46.14593],[6.06446,46.14263],[6.08989,46.14308],[6.09604,46.13835],[6.14341,46.13407],[6.14946,46.13941],[6.15715,46.14025],[6.15897,46.14555],[6.17225,46.14786],[6.18277,46.15549],[6.19285,46.15831],[6.19629,46.16164],[6.19759,46.17347],[6.21208,46.18018],[6.21484,46.18734],[6.22513,46.18921],[6.24158,46.19855],[6.25946,46.20014],[6.27118,46.20702],[6.28967,46.21107],[6.29211,46.2171],[6.30272,46.21725],[6.31782,46.24197],[6.31988,46.2624],[6.30797,46.26423],[6.30478,46.27095],[6.2877,46.27096],[6.28212,46.27048],[6.27928,46.26539],[6.26746,46.2609],[6.26564,46.26477],[6.25978,46.26578],[6.25808,46.27143],[6.25194,46.27578],[6.25429,46.28057],[6.26152,46.28332],[6.26152,46.29805],[6.25825,46.30133],[6.25808,46.30803],[6.25328,46.31135],[6.23612,46.31135],[6.22778,46.2955],[6.21895,46.29044],[6.21033,46.27903],[6.20208,46.27188],[6.19286,46.27095],[6.19047,46.26619],[6.18599,46.26477],[6.18086,46.23638],[6.16951,46.22627],[6.16698,46.21972],[6.16217,46.21899],[6.15921,46.23076],[6.16082,46.24855],[6.17912,46.26763],[6.17857,46.29069],[6.18667,46.2952],[6.19318,46.30671],[6.19972,46.30946],[6.19964,46.31658],[6.20521,46.31706],[6.20864,46.32132],[6.21688,46.34403],[6.21758,46.36051],[6.20727,46.3639],[6.1933,46.36413],[6.18942,46.37194],[6.15784,46.371],[6.14972,46.36042],[6.14479,46.35964],[6.13833,46.34961],[6.12626,46.34166],[6.12181,46.33226],[6.11664,46.33125],[6.11586,46.32683],[6.11115,46.3251],[6.11123,46.31658],[6.10085,46.31658],[6.09634,46.31036],[6.08643,46.3085],[6.07803,46.2972],[6.06926,46.29662],[6.06127,46.2899],[6.05622,46.28949],[6.04454,46.28188],[6.03964,46.2749],[6.03081,46.2719],[6.02728,46.26637],[6.01708,46.2624],[6.00943,46.25401],[5.99648,46.24766],[5.99495,46.23969],[5.98618,46.23911],[5.98367,46.23194],[5.97725,46.23103],[5.97656,46.16963],[5.96695,46.16971],[5.95391,46.15118],[5.95343,46.14104],[5.94647,46.13746]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-dtm-2019","name":"Canton de Génève, MNA RELIEF OMBRE TERRAIN 2019 (SITG)","type":"wms","template":"https://raster.sitg.ge.ch/arcgis/services/MNA_RELIEF_TERRAIN_COLLECTION/MapServer/WMSServer?LAYERS=5&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[5.94647,46.13746],[5.94712,46.12266],[5.9745,46.12267],[5.97656,46.12702],[5.98823,46.12742],[5.99547,46.13548],[6.0202,46.13352],[6.02532,46.12789],[6.04248,46.12789],[6.05004,46.13553],[6.05758,46.13597],[6.05773,46.14351],[6.06068,46.14593],[6.06446,46.14263],[6.08989,46.14308],[6.09604,46.13835],[6.14341,46.13407],[6.14946,46.13941],[6.15715,46.14025],[6.15897,46.14555],[6.17225,46.14786],[6.18277,46.15549],[6.19285,46.15831],[6.19629,46.16164],[6.19759,46.17347],[6.21208,46.18018],[6.21484,46.18734],[6.22513,46.18921],[6.24158,46.19855],[6.25946,46.20014],[6.27118,46.20702],[6.28967,46.21107],[6.29211,46.2171],[6.30272,46.21725],[6.31782,46.24197],[6.31988,46.2624],[6.30797,46.26423],[6.30478,46.27095],[6.2877,46.27096],[6.28212,46.27048],[6.27928,46.26539],[6.26746,46.2609],[6.26564,46.26477],[6.25978,46.26578],[6.25808,46.27143],[6.25194,46.27578],[6.25429,46.28057],[6.26152,46.28332],[6.26152,46.29805],[6.25825,46.30133],[6.25808,46.30803],[6.25328,46.31135],[6.23612,46.31135],[6.22778,46.2955],[6.21895,46.29044],[6.21033,46.27903],[6.20208,46.27188],[6.19286,46.27095],[6.19047,46.26619],[6.18599,46.26477],[6.18086,46.23638],[6.16951,46.22627],[6.16698,46.21972],[6.16217,46.21899],[6.15921,46.23076],[6.16082,46.24855],[6.17912,46.26763],[6.17857,46.29069],[6.18667,46.2952],[6.19318,46.30671],[6.19972,46.30946],[6.19964,46.31658],[6.20521,46.31706],[6.20864,46.32132],[6.21688,46.34403],[6.21758,46.36051],[6.20727,46.3639],[6.1933,46.36413],[6.18942,46.37194],[6.15784,46.371],[6.14972,46.36042],[6.14479,46.35964],[6.13833,46.34961],[6.12626,46.34166],[6.12181,46.33226],[6.11664,46.33125],[6.11586,46.32683],[6.11115,46.3251],[6.11123,46.31658],[6.10085,46.31658],[6.09634,46.31036],[6.08643,46.3085],[6.07803,46.2972],[6.06926,46.29662],[6.06127,46.2899],[6.05622,46.28949],[6.04454,46.28188],[6.03964,46.2749],[6.03081,46.2719],[6.02728,46.26637],[6.01708,46.2624],[6.00943,46.25401],[5.99648,46.24766],[5.99495,46.23969],[5.98618,46.23911],[5.98367,46.23194],[5.97725,46.23103],[5.97656,46.16963],[5.96695,46.16971],[5.95391,46.15118],[5.95343,46.14104],[5.94647,46.13746]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-dtm-2023","name":"Canton de Génève, MNA RELIEF OMBRE TERRAIN 2023 (SITG)","type":"wms","template":"https://raster.sitg.ge.ch/arcgis/services/MNA_RELIEF_TERRAIN_COLLECTION/MapServer/WMSServer?LAYERS=6&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[5.94647,46.13746],[5.94712,46.12266],[5.9745,46.12267],[5.97656,46.12702],[5.98823,46.12742],[5.99547,46.13548],[6.0202,46.13352],[6.02532,46.12789],[6.04248,46.12789],[6.05004,46.13553],[6.05758,46.13597],[6.05773,46.14351],[6.06068,46.14593],[6.06446,46.14263],[6.08989,46.14308],[6.09604,46.13835],[6.14341,46.13407],[6.14946,46.13941],[6.15715,46.14025],[6.15897,46.14555],[6.17225,46.14786],[6.18277,46.15549],[6.19285,46.15831],[6.19629,46.16164],[6.19759,46.17347],[6.21208,46.18018],[6.21484,46.18734],[6.22513,46.18921],[6.24158,46.19855],[6.25946,46.20014],[6.27118,46.20702],[6.28967,46.21107],[6.29211,46.2171],[6.30272,46.21725],[6.31782,46.24197],[6.31988,46.2624],[6.30797,46.26423],[6.30478,46.27095],[6.2877,46.27096],[6.28212,46.27048],[6.27928,46.26539],[6.26746,46.2609],[6.26564,46.26477],[6.25978,46.26578],[6.25808,46.27143],[6.25194,46.27578],[6.25429,46.28057],[6.26152,46.28332],[6.26152,46.29805],[6.25825,46.30133],[6.25808,46.30803],[6.25328,46.31135],[6.23612,46.31135],[6.22778,46.2955],[6.21895,46.29044],[6.21033,46.27903],[6.20208,46.27188],[6.19286,46.27095],[6.19047,46.26619],[6.18599,46.26477],[6.18086,46.23638],[6.16951,46.22627],[6.16698,46.21972],[6.16217,46.21899],[6.15921,46.23076],[6.16082,46.24855],[6.17912,46.26763],[6.17857,46.29069],[6.18667,46.2952],[6.19318,46.30671],[6.19972,46.30946],[6.19964,46.31658],[6.20521,46.31706],[6.20864,46.32132],[6.21688,46.34403],[6.21758,46.36051],[6.20727,46.3639],[6.1933,46.36413],[6.18942,46.37194],[6.15784,46.371],[6.14972,46.36042],[6.14479,46.35964],[6.13833,46.34961],[6.12626,46.34166],[6.12181,46.33226],[6.11664,46.33125],[6.11586,46.32683],[6.11115,46.3251],[6.11123,46.31658],[6.10085,46.31658],[6.09634,46.31036],[6.08643,46.3085],[6.07803,46.2972],[6.06926,46.29662],[6.06127,46.2899],[6.05622,46.28949],[6.04454,46.28188],[6.03964,46.2749],[6.03081,46.2719],[6.02728,46.26637],[6.01708,46.2624],[6.00943,46.25401],[5.99648,46.24766],[5.99495,46.23969],[5.98618,46.23911],[5.98367,46.23194],[5.97725,46.23103],[5.97656,46.16963],[5.96695,46.16971],[5.95391,46.15118],[5.95343,46.14104],[5.94647,46.13746]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-orthophoto-2016","name":"Canton de Génève, Orthophoto 2016 (5cm) (SITG)","type":"tms","template":"https://raster.sitg.ge.ch/arcgis/rest/services/ORTHOPHOTOS_2016_EPSG3857/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[5,22],"polygon":[[[6.12,46.12],[6.16,46.12],[6.16,46.14],[6.2,46.14],[6.2,46.16],[6.22,46.16],[6.22,46.18],[6.26,46.18],[6.26,46.2],[6.3,46.2],[6.3,46.22],[6.32,46.22],[6.32,46.28],[6.26,46.28],[6.26,46.36],[6.22,46.36],[6.22,46.38],[6.16,46.38],[6.16,46.32],[6.14,46.32],[6.14,46.34],[6.1,46.34],[6.1,46.3],[6.08,46.3],[6.08,46.26],[6.02,46.26],[6.02,46.24],[5.96,46.24],[5.96,46.22],[5.94,46.22],[5.94,46.18],[5.96,46.18],[5.96,46.16],[5.94,46.16],[5.94,46.12],[6.06,46.12],[6.06,46.14],[6.08,46.14],[6.08,46.12],[6.12,46.12]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-orthophoto-2018","name":"Canton de Génève, Orthophoto 2018 (20cm) (SITG)","type":"tms","template":"https://raster.sitg.ge.ch/arcgis/rest/services/ORTHOPHOTOS_2018_EPSG3857/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[5.6703,46.2143],[5.6805,46.0223],[5.6805,46.0223],[5.7294,45.9575],[6.3702,45.9234],[6.4452,45.9382],[6.5509,46.0711],[6.577,46.3643],[6.5293,46.4609],[6.2941,46.57],[6.1123,46.5677],[5.6703,46.2143]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-orthophoto-2019","name":"Canton de Génève, Orthophoto 2019 (5cm) (SITG)","type":"tms","template":"https://raster.sitg.ge.ch/arcgis/rest/services/ORTHOPHOTOS_2019_EPSG3857/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[6.12,46.12],[6.16,46.12],[6.16,46.14],[6.2,46.14],[6.2,46.16],[6.22,46.16],[6.22,46.18],[6.26,46.18],[6.26,46.2],[6.3,46.2],[6.3,46.22],[6.32,46.22],[6.32,46.28],[6.26,46.28],[6.26,46.36],[6.22,46.36],[6.22,46.38],[6.16,46.38],[6.16,46.32],[6.14,46.32],[6.14,46.34],[6.1,46.34],[6.1,46.3],[6.08,46.3],[6.08,46.26],[6.02,46.26],[6.02,46.24],[5.96,46.24],[5.96,46.22],[5.94,46.22],[5.94,46.18],[5.96,46.18],[5.96,46.16],[5.94,46.16],[5.94,46.12],[6.06,46.12],[6.06,46.14],[6.08,46.14],[6.08,46.12],[6.12,46.12]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-orthophoto-2020","name":"Canton de Génève, Orthophoto 2020 (10cm) (SITG)","type":"tms","template":"https://raster.sitg.ge.ch/arcgis/rest/services/ORTHOPHOTOS_2020_EPSG3857/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[6.09417,46.0687],[6.09499,46.06188],[6.12043,46.06238],[6.12043,46.07053],[6.13339,46.0707],[6.13242,46.07958],[6.15904,46.07986],[6.15876,46.07126],[6.18459,46.07216],[6.18617,46.06344],[6.22382,46.06423],[6.2245,46.04476],[6.2373,46.04543],[6.2383,46.02714],[6.25093,46.02764],[6.25044,46.01866],[6.31544,46.01968],[6.31544,46.00985],[6.32891,46.00985],[6.32891,45.9829],[6.31616,45.98254],[6.31689,45.96397],[6.32781,45.96543],[6.33004,45.94732],[6.355,45.94732],[6.3554,45.95683],[6.42,45.95802],[6.42,45.96674],[6.43308,45.96634],[6.43268,45.97704],[6.44576,45.97664],[6.44576,45.98576],[6.45765,45.98536],[6.45765,45.99369],[6.47112,45.99448],[6.46994,46.01152],[6.45686,46.01152],[6.45606,46.02975],[6.46994,46.03015],[6.47038,46.05689],[6.52159,46.05649],[6.52128,46.06618],[6.53381,46.06586],[6.53381,46.07427],[6.52174,46.07507],[6.52007,46.08274],[6.53365,46.08396],[6.53349,46.11968],[6.52047,46.12016],[6.52,46.12858],[6.48126,46.12826],[6.48142,46.11905],[6.46855,46.11921],[6.4689,46.10952],[6.37776,46.10975],[6.37776,46.13678],[6.36485,46.13655],[6.36413,46.1454],[6.35193,46.14492],[6.34978,46.17141],[6.36425,46.17244],[6.36256,46.22616],[6.3752,46.22765],[6.3752,46.23583],[6.38858,46.23471],[6.38821,46.24438],[6.45326,46.24438],[6.45289,46.25404],[6.46553,46.25441],[6.46553,46.26371],[6.49192,46.26408],[6.49289,46.28159],[6.50427,46.28174],[6.50495,46.29033],[6.51694,46.29124],[6.51785,46.30006],[6.52983,46.29983],[6.53029,46.30843],[6.54295,46.30956],[6.54273,46.32675],[6.5554,46.32743],[6.55517,46.3539],[6.5425,46.35435],[6.54228,46.36317],[6.52961,46.36272],[6.5288,46.37165],[6.51664,46.3722],[6.51557,46.39857],[6.52865,46.39893],[6.5281,46.4082],[6.51507,46.40782],[6.51495,46.43453],[6.50177,46.43453],[6.5019,46.44368],[6.46286,46.44307],[6.46286,46.43404],[6.41002,46.43487],[6.41039,46.44304],[6.39703,46.44267],[6.39628,46.46939],[6.3844,46.46939],[6.38403,46.47756],[6.36964,46.48757],[6.344,46.4902],[6.344,46.50566],[6.29172,46.50434],[6.2914,46.54116],[6.26477,46.54116],[6.26477,46.54905],[6.2263,46.54839],[6.22565,46.53952],[6.17436,46.53952],[6.1737,46.54806],[6.13491,46.54839],[6.13524,46.53886],[6.12209,46.53853],[6.12209,46.52965],[6.10861,46.52933],[6.1096,46.51092],[6.09645,46.51092],[6.09678,46.49349],[6.08395,46.49283],[6.08461,46.48429],[6.07146,46.48429],[6.07179,46.47541],[6.05831,46.47475],[6.05963,46.42064],[6.04627,46.42097],[6.04692,46.41152],[6.03356,46.41119],[6.03454,46.4024],[6.02118,46.40272],[6.02118,46.39327],[6.00874,46.39333],[6.00907,46.38459],[5.9957,46.38418],[5.99595,46.37495],[5.98299,46.37503],[5.98315,46.36604],[5.97022,46.3658],[5.97049,46.35705],[5.95753,46.35655],[5.95802,46.33864],[5.94522,46.33766],[5.9454,46.32083],[5.90566,46.31879],[5.90686,46.29354],[5.88204,46.2926],[5.88172,46.2838],[5.86821,46.28333],[5.86852,46.27484],[5.84275,46.27406],[5.84275,46.26495],[5.81698,46.26447],[5.81714,46.24672],[5.7657,46.24576],[5.76692,46.2372],[5.75273,46.23695],[5.75305,46.21032],[5.70243,46.20879],[5.70256,46.2],[5.68942,46.19987],[5.69018,46.17328],[5.70342,46.17304],[5.70329,46.16476],[5.729,46.1639],[5.73099,46.13773],[5.71692,46.13562],[5.71867,46.1131],[5.70566,46.10888],[5.70636,46.07475],[5.71938,46.07404],[5.72008,46.05575],[5.70636,46.05504],[5.70706,46.02056],[5.72149,46.02021],[5.72114,45.99382],[5.73486,45.99382],[5.73521,45.97482],[5.77392,45.97587],[5.77321,45.98467],[5.82493,45.98643],[5.82276,46.08426],[5.84926,46.08541],[5.84892,46.07666],[5.9133,46.07701],[5.91382,46.07024],[5.92685,46.0692],[5.92737,46.05253],[5.95237,46.05253],[5.95341,46.04211],[5.97894,46.04367],[5.97894,46.05148],[5.99248,46.05096],[5.99092,46.0619],[6.00394,46.0619],[6.00498,46.0692],[6.09417,46.0687]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-orthophoto-2021","name":"Canton de Génève, Orthophoto 2021 (20cm) (SITG)","type":"tms","template":"https://raster.sitg.ge.ch/arcgis/rest/services/ORTHOPHOTOS_2021_EPSG3857/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[6.09417,46.0687],[6.09499,46.06188],[6.12043,46.06238],[6.12043,46.07053],[6.13339,46.0707],[6.13242,46.07958],[6.15904,46.07986],[6.15876,46.07126],[6.18459,46.07216],[6.18617,46.06344],[6.22382,46.06423],[6.2245,46.04476],[6.2373,46.04543],[6.2383,46.02714],[6.25093,46.02764],[6.25044,46.01866],[6.31544,46.01968],[6.31544,46.00985],[6.32891,46.00985],[6.32891,45.9829],[6.31616,45.98254],[6.31689,45.96397],[6.32781,45.96543],[6.33004,45.94732],[6.355,45.94732],[6.3554,45.95683],[6.42,45.95802],[6.42,45.96674],[6.43308,45.96634],[6.43268,45.97704],[6.44576,45.97664],[6.44576,45.98576],[6.45765,45.98536],[6.45765,45.99369],[6.47112,45.99448],[6.46994,46.01152],[6.45686,46.01152],[6.45606,46.02975],[6.46994,46.03015],[6.47038,46.05689],[6.52159,46.05649],[6.52128,46.06618],[6.53381,46.06586],[6.53381,46.07427],[6.52174,46.07507],[6.52007,46.08274],[6.53365,46.08396],[6.53349,46.11968],[6.52047,46.12016],[6.52,46.12858],[6.48126,46.12826],[6.48142,46.11905],[6.46855,46.11921],[6.4689,46.10952],[6.37776,46.10975],[6.37776,46.13678],[6.36485,46.13655],[6.36413,46.1454],[6.35193,46.14492],[6.34978,46.17141],[6.36425,46.17244],[6.36256,46.22616],[6.3752,46.22765],[6.3752,46.23583],[6.38858,46.23471],[6.38821,46.24438],[6.45326,46.24438],[6.45289,46.25404],[6.46553,46.25441],[6.46553,46.26371],[6.49192,46.26408],[6.49289,46.28159],[6.50427,46.28174],[6.50495,46.29033],[6.51694,46.29124],[6.51785,46.30006],[6.52983,46.29983],[6.53029,46.30843],[6.54295,46.30956],[6.54273,46.32675],[6.5554,46.32743],[6.55517,46.3539],[6.5425,46.35435],[6.54228,46.36317],[6.52961,46.36272],[6.5288,46.37165],[6.51664,46.3722],[6.51557,46.39857],[6.52865,46.39893],[6.5281,46.4082],[6.51507,46.40782],[6.51495,46.43453],[6.50177,46.43453],[6.5019,46.44368],[6.46286,46.44307],[6.46286,46.43404],[6.41002,46.43487],[6.41039,46.44304],[6.39703,46.44267],[6.39628,46.46939],[6.3844,46.46939],[6.38403,46.47756],[6.36964,46.48757],[6.344,46.4902],[6.344,46.50566],[6.29172,46.50434],[6.2914,46.54116],[6.26477,46.54116],[6.26477,46.54905],[6.2263,46.54839],[6.22565,46.53952],[6.17436,46.53952],[6.1737,46.54806],[6.13491,46.54839],[6.13524,46.53886],[6.12209,46.53853],[6.12209,46.52965],[6.10861,46.52933],[6.1096,46.51092],[6.09645,46.51092],[6.09678,46.49349],[6.08395,46.49283],[6.08461,46.48429],[6.07146,46.48429],[6.07179,46.47541],[6.05831,46.47475],[6.05963,46.42064],[6.04627,46.42097],[6.04692,46.41152],[6.03356,46.41119],[6.03454,46.4024],[6.02118,46.40272],[6.02118,46.39327],[6.00874,46.39333],[6.00907,46.38459],[5.9957,46.38418],[5.99595,46.37495],[5.98299,46.37503],[5.98315,46.36604],[5.97022,46.3658],[5.97049,46.35705],[5.95753,46.35655],[5.95802,46.33864],[5.94522,46.33766],[5.9454,46.32083],[5.90566,46.31879],[5.90686,46.29354],[5.88204,46.2926],[5.88172,46.2838],[5.86821,46.28333],[5.86852,46.27484],[5.84275,46.27406],[5.84275,46.26495],[5.81698,46.26447],[5.81714,46.24672],[5.7657,46.24576],[5.76692,46.2372],[5.75273,46.23695],[5.75305,46.21032],[5.70243,46.20879],[5.70256,46.2],[5.68942,46.19987],[5.69018,46.17328],[5.70342,46.17304],[5.70329,46.16476],[5.729,46.1639],[5.73099,46.13773],[5.71692,46.13562],[5.71867,46.1131],[5.70566,46.10888],[5.70636,46.07475],[5.71938,46.07404],[5.72008,46.05575],[5.70636,46.05504],[5.70706,46.02056],[5.72149,46.02021],[5.72114,45.99382],[5.73486,45.99382],[5.73521,45.97482],[5.77392,45.97587],[5.77321,45.98467],[5.82493,45.98643],[5.82276,46.08426],[5.84926,46.08541],[5.84892,46.07666],[5.9133,46.07701],[5.91382,46.07024],[5.92685,46.0692],[5.92737,46.05253],[5.95237,46.05253],[5.95341,46.04211],[5.97894,46.04367],[5.97894,46.05148],[5.99248,46.05096],[5.99092,46.0619],[6.00394,46.0619],[6.00498,46.0692],[6.09417,46.0687]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-orthophoto-2023","name":"Canton de Génève, Orthophoto 2023 (10cm) (SITG)","type":"tms","template":"https://raster.sitg.ge.ch/arcgis/rest/services/ORTHOPHOTOS_2023_EPSG3857/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[6.09417,46.0687],[6.09499,46.06188],[6.12043,46.06238],[6.12043,46.07053],[6.13339,46.0707],[6.13242,46.07958],[6.15904,46.07986],[6.15876,46.07126],[6.18459,46.07216],[6.18617,46.06344],[6.22382,46.06423],[6.2245,46.04476],[6.2373,46.04543],[6.2383,46.02714],[6.25093,46.02764],[6.25044,46.01866],[6.31544,46.01968],[6.31544,46.00985],[6.32891,46.00985],[6.32891,45.9829],[6.31616,45.98254],[6.31689,45.96397],[6.32781,45.96543],[6.33004,45.94732],[6.355,45.94732],[6.3554,45.95683],[6.42,45.95802],[6.42,45.96674],[6.43308,45.96634],[6.43268,45.97704],[6.44576,45.97664],[6.44576,45.98576],[6.45765,45.98536],[6.45765,45.99369],[6.47112,45.99448],[6.46994,46.01152],[6.45686,46.01152],[6.45606,46.02975],[6.46994,46.03015],[6.47038,46.05689],[6.52159,46.05649],[6.52128,46.06618],[6.53381,46.06586],[6.53381,46.07427],[6.52174,46.07507],[6.52007,46.08274],[6.53365,46.08396],[6.53349,46.11968],[6.52047,46.12016],[6.52,46.12858],[6.48126,46.12826],[6.48142,46.11905],[6.46855,46.11921],[6.4689,46.10952],[6.37776,46.10975],[6.37776,46.13678],[6.36485,46.13655],[6.36413,46.1454],[6.35193,46.14492],[6.34978,46.17141],[6.36425,46.17244],[6.36256,46.22616],[6.3752,46.22765],[6.3752,46.23583],[6.38858,46.23471],[6.38821,46.24438],[6.45326,46.24438],[6.45289,46.25404],[6.46553,46.25441],[6.46553,46.26371],[6.49192,46.26408],[6.49289,46.28159],[6.50427,46.28174],[6.50495,46.29033],[6.51694,46.29124],[6.51785,46.30006],[6.52983,46.29983],[6.53029,46.30843],[6.54295,46.30956],[6.54273,46.32675],[6.5554,46.32743],[6.55517,46.3539],[6.5425,46.35435],[6.54228,46.36317],[6.52961,46.36272],[6.5288,46.37165],[6.51664,46.3722],[6.51557,46.39857],[6.52865,46.39893],[6.5281,46.4082],[6.51507,46.40782],[6.51495,46.43453],[6.50177,46.43453],[6.5019,46.44368],[6.46286,46.44307],[6.46286,46.43404],[6.41002,46.43487],[6.41039,46.44304],[6.39703,46.44267],[6.39628,46.46939],[6.3844,46.46939],[6.38403,46.47756],[6.36964,46.48757],[6.344,46.4902],[6.344,46.50566],[6.29172,46.50434],[6.2914,46.54116],[6.26477,46.54116],[6.26477,46.54905],[6.2263,46.54839],[6.22565,46.53952],[6.17436,46.53952],[6.1737,46.54806],[6.13491,46.54839],[6.13524,46.53886],[6.12209,46.53853],[6.12209,46.52965],[6.10861,46.52933],[6.1096,46.51092],[6.09645,46.51092],[6.09678,46.49349],[6.08395,46.49283],[6.08461,46.48429],[6.07146,46.48429],[6.07179,46.47541],[6.05831,46.47475],[6.05963,46.42064],[6.04627,46.42097],[6.04692,46.41152],[6.03356,46.41119],[6.03454,46.4024],[6.02118,46.40272],[6.02118,46.39327],[6.00874,46.39333],[6.00907,46.38459],[5.9957,46.38418],[5.99595,46.37495],[5.98299,46.37503],[5.98315,46.36604],[5.97022,46.3658],[5.97049,46.35705],[5.95753,46.35655],[5.95802,46.33864],[5.94522,46.33766],[5.9454,46.32083],[5.90566,46.31879],[5.90686,46.29354],[5.88204,46.2926],[5.88172,46.2838],[5.86821,46.28333],[5.86852,46.27484],[5.84275,46.27406],[5.84275,46.26495],[5.81698,46.26447],[5.81714,46.24672],[5.7657,46.24576],[5.76692,46.2372],[5.75273,46.23695],[5.75305,46.21032],[5.70243,46.20879],[5.70256,46.2],[5.68942,46.19987],[5.69018,46.17328],[5.70342,46.17304],[5.70329,46.16476],[5.729,46.1639],[5.73099,46.13773],[5.71692,46.13562],[5.71867,46.1131],[5.70566,46.10888],[5.70636,46.07475],[5.71938,46.07404],[5.72008,46.05575],[5.70636,46.05504],[5.70706,46.02056],[5.72149,46.02021],[5.72114,45.99382],[5.73486,45.99382],[5.73521,45.97482],[5.77392,45.97587],[5.77321,45.98467],[5.82493,45.98643],[5.82276,46.08426],[5.84926,46.08541],[5.84892,46.07666],[5.9133,46.07701],[5.91382,46.07024],[5.92685,46.0692],[5.92737,46.05253],[5.95237,46.05253],[5.95341,46.04211],[5.97894,46.04367],[5.97894,46.05148],[5.99248,46.05096],[5.99092,46.0619],[6.00394,46.0619],[6.00498,46.0692],[6.09417,46.0687]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"CTFRIBOURG2016","name":"Canton Fribourg 2016","type":"tms","template":"https://mapproxy.osm.ch/tiles/fribourg_2016/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[6.79478,46.57542],[6.79949,46.57407],[6.80256,46.57491],[6.80336,46.57687],[6.80427,46.57664],[6.80489,46.57792],[6.80794,46.57761],[6.8094,46.57885],[6.81084,46.57896],[6.81322,46.57823],[6.81153,46.58099],[6.8142,46.58396],[6.81411,46.58567],[6.8206,46.58368],[6.82371,46.57747],[6.82693,46.57796],[6.82927,46.57637],[6.83485,46.57533],[6.83744,46.57677],[6.83691,46.57748],[6.83982,46.57896],[6.84239,46.58244],[6.84532,46.58276],[6.84644,46.58394],[6.84857,46.58331],[6.85087,46.58113],[6.85262,46.58197],[6.85996,46.57987],[6.86554,46.57725],[6.86507,46.57623],[6.8679,46.57515],[6.87446,46.56497],[6.8845,46.56195],[6.88686,46.56341],[6.89214,46.5679],[6.89918,46.56671],[6.89885,46.56499],[6.89393,46.55991],[6.88822,46.55815],[6.86839,46.54164],[6.86498,46.53896],[6.86015,46.53597],[6.85563,46.54086],[6.85501,46.54144],[6.85087,46.54111],[6.8407,46.53819],[6.83032,46.53744],[6.82783,46.54298],[6.82553,46.54357],[6.81278,46.52707],[6.81088,46.52513],[6.81534,46.52139],[6.8181,46.5165],[6.82263,46.51411],[6.82429,46.51207],[6.83034,46.51246],[6.83239,46.50544],[6.83503,46.50231],[6.84126,46.49706],[6.84294,46.49632],[6.84554,46.49667],[6.84775,46.49369],[6.84891,46.49337],[6.85729,46.49305],[6.86276,46.49384],[6.86634,46.50079],[6.87244,46.50431],[6.88168,46.51257],[6.8967,46.52044],[6.89773,46.52005],[6.89711,46.51766],[6.89767,46.51483],[6.89522,46.51079],[6.89572,46.50773],[6.89974,46.51039],[6.90142,46.51233],[6.92517,46.50769],[6.92759,46.50467],[6.93363,46.50167],[6.93674,46.50096],[6.95614,46.49949],[6.97239,46.48879],[6.97581,46.4784],[6.97783,46.47289],[6.97815,46.46833],[6.97906,46.46107],[6.98016,46.45896],[6.99212,46.44891],[6.98361,46.43873],[6.98394,46.43799],[6.98746,46.43794],[7.01786,46.44707],[7.02103,46.45729],[7.06583,46.48904],[7.0724,46.4864],[7.10037,46.48699],[7.12279,46.49869],[7.1264,46.50317],[7.13096,46.50466],[7.13624,46.50861],[7.13704,46.51308],[7.14005,46.51688],[7.14044,46.51988],[7.14318,46.52183],[7.1437,46.52475],[7.1453,46.52701],[7.14835,46.52846],[7.15834,46.52681],[7.16346,46.52855],[7.16709,46.53101],[7.18234,46.53837],[7.19218,46.54656],[7.20081,46.54169],[7.20108,46.543],[7.20765,46.53291],[7.21417,46.53762],[7.21811,46.54211],[7.22171,46.54481],[7.22311,46.5476],[7.22543,46.54923],[7.2322,46.55123],[7.23614,46.554],[7.24047,46.55424],[7.24705,46.55623],[7.25574,46.56029],[7.26385,46.56752],[7.2681,46.57369],[7.28136,46.58411],[7.2992,46.5791],[7.30805,46.58132],[7.31254,46.58917],[7.3207,46.59183],[7.31479,46.60042],[7.3162,46.60937],[7.31826,46.61615],[7.3178,46.61856],[7.31213,46.6217],[7.31327,46.63662],[7.32284,46.63731],[7.32684,46.63873],[7.32975,46.64171],[7.32787,46.64616],[7.321,46.65465],[7.32345,46.65526],[7.32914,46.65459],[7.33116,46.65522],[7.33403,46.65471],[7.34549,46.6553],[7.34756,46.65307],[7.35063,46.65164],[7.35079,46.64799],[7.35456,46.64669],[7.3558,46.64533],[7.35528,46.64193],[7.35714,46.63927],[7.35877,46.64418],[7.36209,46.64683],[7.36229,46.64791],[7.36608,46.64898],[7.37747,46.65636],[7.36933,46.65564],[7.36953,46.65748],[7.37103,46.65907],[7.37083,46.66085],[7.37187,46.66283],[7.37122,46.66375],[7.37252,46.66757],[7.37108,46.66942],[7.37649,46.67503],[7.37293,46.68012],[7.37777,46.68357],[7.37587,46.68645],[7.376,46.6878],[7.38027,46.69018],[7.37693,46.69272],[7.3686,46.69265],[7.3649,46.69505],[7.36261,46.69928],[7.3598,46.69802],[7.34598,46.69895],[7.34604,46.7019],[7.34939,46.70555],[7.35037,46.70874],[7.35021,46.71119],[7.34903,46.71249],[7.34065,46.71464],[7.33277,46.71491],[7.32868,46.71641],[7.31011,46.71815],[7.30785,46.71717],[7.30002,46.72247],[7.29683,46.72737],[7.29685,46.73565],[7.29834,46.74013],[7.30304,46.74517],[7.30454,46.74816],[7.30486,46.75026],[7.30335,46.7514],[7.30309,46.75261],[7.30359,46.75919],[7.29987,46.76375],[7.29881,46.76513],[7.29307,46.77136],[7.29532,46.77537],[7.29639,46.77729],[7.30081,46.77905],[7.30053,46.78064],[7.30113,46.78134],[7.30447,46.78321],[7.30447,46.78415],[7.30207,46.78638],[7.30351,46.78887],[7.30201,46.79079],[7.30159,46.79283],[7.30732,46.79872],[7.31044,46.80823],[7.31537,46.81246],[7.32028,46.8149],[7.32047,46.81564],[7.32072,46.82011],[7.31981,46.82515],[7.32891,46.829],[7.3302,46.82968],[7.33123,46.83177],[7.33103,46.8328],[7.32926,46.83563],[7.32333,46.84041],[7.30755,46.84704],[7.30775,46.84808],[7.30613,46.84999],[7.31207,46.85557],[7.31351,46.85936],[7.31739,46.8606],[7.32087,46.86154],[7.32576,46.85681],[7.323,46.85476],[7.32603,46.85163],[7.33181,46.8512],[7.33536,46.85043],[7.33678,46.84979],[7.33821,46.84946],[7.34726,46.85375],[7.34934,46.85331],[7.35167,46.85502],[7.35444,46.85875],[7.35772,46.86065],[7.35925,46.86311],[7.35794,46.86513],[7.35838,46.8688],[7.35738,46.8701],[7.35386,46.87129],[7.35253,46.87555],[7.35339,46.88676],[7.34843,46.88934],[7.32573,46.89373],[7.30935,46.89152],[7.29618,46.89377],[7.28938,46.89377],[7.28639,46.89269],[7.28245,46.8898],[7.2802,46.8896],[7.27259,46.89249],[7.26634,46.89361],[7.25931,46.89797],[7.24433,46.90037],[7.24314,46.89792],[7.23633,46.89809],[7.23203,46.90029],[7.2309,46.9024],[7.23032,46.90394],[7.22351,46.90276],[7.21755,46.89735],[7.21244,46.90173],[7.2088,46.9026],[7.20781,46.90913],[7.20578,46.91477],[7.20692,46.92481],[7.2111,46.92527],[7.21854,46.92434],[7.2342,46.92939],[7.23411,46.93669],[7.23477,46.93827],[7.2302,46.93995],[7.2282,46.93881],[7.22555,46.93633],[7.2174,46.93307],[7.2093,46.93334],[7.20823,46.93323],[7.2058,46.94023],[7.2055,46.94112],[7.20951,46.94188],[7.21027,46.94302],[7.21044,46.94569],[7.21011,46.94781],[7.20885,46.95435],[7.21102,46.95652],[7.20838,46.95768],[7.20742,46.95967],[7.19764,46.96065],[7.19459,46.96135],[7.19463,46.9629],[7.19552,46.96416],[7.19633,46.96365],[7.19794,46.96445],[7.1993,46.9638],[7.20646,46.96413],[7.20745,46.96751],[7.21422,46.96692],[7.21467,46.97133],[7.21739,46.97147],[7.21686,46.97271],[7.22247,46.97454],[7.22163,46.97556],[7.22821,46.97836],[7.23569,46.98456],[7.23486,46.98675],[7.22594,46.9924],[7.22625,46.99868],[7.22575,46.99915],[7.21779,47.00641],[7.21299,47.0068],[7.09058,46.978],[7.03295,46.98265],[6.73785,46.81195],[6.73908,46.71021],[6.81908,46.65533],[6.82741,46.65982],[6.82089,46.65179],[6.81729,46.64923],[6.81851,46.6478],[6.81458,46.64747],[6.81344,46.64953],[6.81194,46.6492],[6.81081,46.65038],[6.80674,46.65059],[6.80203,46.64889],[6.79891,46.64914],[6.79879,46.64781],[6.80367,46.64567],[6.80325,46.6448],[6.8038,46.64451],[6.80321,46.64376],[6.80171,46.64421],[6.79895,46.63959],[6.79692,46.63314],[6.79838,46.63016],[6.80043,46.62991],[6.80065,46.62843],[6.80172,46.62854],[6.80228,46.62775],[6.80197,46.62507],[6.80355,46.62124],[6.80244,46.61877],[6.80296,46.61615],[6.80185,46.61555],[6.80389,46.60903],[6.80239,46.60142],[6.79833,46.59986],[6.8002,46.59362],[6.80124,46.5925],[6.79848,46.58616],[6.79948,46.58559],[6.79894,46.58205],[6.79611,46.57932],[6.79626,46.57728],[6.79478,46.57542]]],"terms_text":"Canton Fribourg 2016 'orthophoto technique'","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Canvec","name":"Canvec - English","type":"wms","template":"https://maps.geogratis.gc.ca/wms/canvec_en?LAYERS=canvec&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[3,22],"polygon":[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]]},{"id":"Canvec_French","name":"Canvec - French","type":"wms","template":"https://maps.geogratis.gc.ca/wms/canvec_fr?LAYERS=canvec&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[3,22],"polygon":[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]]},{"id":"capcog_2022","name":"CAPCOG Imagery (2022)","type":"tms","template":"https://us-imagery.openstreetmap.org/layer/capcog-2022/{zoom}/{x}/{y}.jpg","category":"photo","endDate":"2022-01-22T00:00:00.000Z","startDate":"2022-01-22T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[-98.57909,30.12397],[-98.57939,30.09287],[-98.56351,30.09279],[-98.56375,30.0773],[-98.54787,30.07717],[-98.54825,30.06163],[-98.53223,30.06151],[-98.53249,30.04602],[-98.51661,30.04577],[-98.51692,30.03042],[-98.50104,30.03013],[-98.50128,30.01479],[-98.4854,30.0145],[-98.48569,29.99916],[-98.46972,29.99891],[-98.47004,29.96797],[-98.45416,29.96764],[-98.45447,29.95232],[-98.4385,29.95212],[-98.43874,29.93664],[-98.38967,29.93637],[-98.38934,29.95223],[-98.37394,29.95203],[-98.37383,29.96788],[-98.35843,29.96768],[-98.35804,29.98355],[-98.32719,29.98326],[-98.32685,29.9991],[-98.31155,29.99886],[-98.31117,30.01477],[-98.26656,30.01469],[-98.26666,29.99914],[-98.25092,29.99902],[-98.25111,29.98355],[-98.23528,29.98343],[-98.2354,29.97653],[-98.22066,29.97624],[-98.22071,29.96785],[-98.20407,29.96785],[-98.20423,29.95223],[-98.18845,29.95223],[-98.18854,29.93667],[-98.15726,29.93659],[-98.15737,29.92097],[-98.14164,29.92093],[-98.14172,29.90539],[-98.12594,29.90531],[-98.12598,29.88974],[-98.09471,29.8897],[-98.09482,29.87415],[-98.07908,29.87402],[-98.07927,29.85854],[-98.04784,29.85841],[-98.04789,29.84288],[-98.0322,29.84276],[-98.03229,29.79602],[-98.01656,29.79593],[-98.01642,29.74912],[-97.98334,29.74898],[-97.98339,29.76473],[-97.9678,29.76456],[-97.9676,29.78032],[-97.95216,29.78015],[-97.95201,29.79594],[-97.92078,29.7959],[-97.9208,29.8116],[-97.90526,29.81148],[-97.90505,29.82721],[-97.874,29.82705],[-97.87377,29.84287],[-97.86035,29.84283],[-97.86049,29.82734],[-97.84476,29.82717],[-97.8449,29.81336],[-97.8603,29.81344],[-97.86051,29.79609],[-97.84473,29.79584],[-97.84487,29.76484],[-97.8135,29.76468],[-97.81366,29.74915],[-97.79787,29.74903],[-97.79813,29.73364],[-97.78216,29.73331],[-97.78221,29.70235],[-97.75097,29.70214],[-97.75121,29.68667],[-97.73533,29.68646],[-97.73548,29.67103],[-97.7197,29.67086],[-97.71998,29.65542],[-97.68846,29.65518],[-97.68846,29.65087],[-97.66049,29.65037],[-97.66067,29.63968],[-97.64153,29.63948],[-97.64158,29.62416],[-97.57714,29.62403],[-97.57695,29.63979],[-97.55749,29.63967],[-97.5572,29.64817],[-97.54563,29.64788],[-97.54567,29.65536],[-97.51463,29.65528],[-97.5144,29.67108],[-97.4834,29.67092],[-97.48322,29.68667],[-97.45217,29.68642],[-97.45194,29.70219],[-97.42089,29.70206],[-97.42065,29.71785],[-97.40525,29.71773],[-97.40506,29.73344],[-97.39981,29.73332],[-97.39972,29.73471],[-97.374,29.73413],[-97.37386,29.7491],[-97.34272,29.74902],[-97.3425,29.76474],[-97.29792,29.76461],[-97.29811,29.74915],[-97.28228,29.74894],[-97.28247,29.73356],[-97.26659,29.73327],[-97.26687,29.71797],[-97.23541,29.71765],[-97.23574,29.7023],[-97.21967,29.70205],[-97.21999,29.68675],[-97.20407,29.68646],[-97.20412,29.68502],[-97.195,29.68482],[-97.19528,29.67098],[-97.17286,29.67081],[-97.1731,29.65542],[-97.15722,29.65521],[-97.15722,29.63887],[-97.14479,29.6385],[-97.14531,29.624],[-96.88742,29.62426],[-96.88717,29.63181],[-96.85827,29.63101],[-96.85814,29.63973],[-96.84278,29.63962],[-96.84256,29.65533],[-96.82712,29.65514],[-96.82675,29.67102],[-96.81152,29.6708],[-96.81122,29.68662],[-96.79591,29.6864],[-96.79565,29.70225],[-96.78148,29.70207],[-96.78077,29.71903],[-96.76452,29.71855],[-96.76421,29.73349],[-96.74906,29.73326],[-96.74874,29.74904],[-96.73338,29.74889],[-96.733,29.76474],[-96.71777,29.76452],[-96.71757,29.78036],[-96.70213,29.78022],[-96.70174,29.79602],[-96.68646,29.7958],[-96.68622,29.81161],[-96.67095,29.81138],[-96.67062,29.8273],[-96.65529,29.82704],[-96.65487,29.8585],[-96.63968,29.85821],[-96.63922,29.8741],[-96.62404,29.8738],[-96.62369,29.88972],[-96.61939,29.88972],[-96.61927,29.89474],[-96.60825,29.89444],[-96.60808,29.90536],[-96.59272,29.90514],[-96.59241,29.92101],[-96.57722,29.92068],[-96.57675,29.93661],[-96.56586,29.93638],[-96.56402,29.98518],[-96.57712,29.9855],[-96.57674,30.01642],[-96.59277,30.01672],[-96.5924,30.03206],[-96.60835,30.03228],[-96.6081,30.07462],[-96.61223,30.07466],[-96.61202,30.07904],[-96.62401,30.07926],[-96.62367,30.12584],[-96.63962,30.12602],[-96.63928,30.15707],[-96.67085,30.15732],[-96.67064,30.16656],[-96.71245,30.16778],[-96.71228,30.17289],[-96.7197,30.17303],[-96.72,30.15718],[-96.76437,30.15736],[-96.76407,30.17101],[-96.74901,30.1706],[-96.7485,30.18664],[-96.73344,30.18616],[-96.73283,30.23348],[-96.67084,30.23319],[-96.6703,30.26478],[-96.65537,30.26434],[-96.65475,30.28036],[-96.62408,30.27999],[-96.62342,30.29765],[-96.63967,30.29809],[-96.63945,30.30092],[-96.65549,30.3014],[-96.65517,30.31377],[-96.67078,30.3138],[-96.67027,30.32897],[-96.73328,30.32938],[-96.73279,30.34455],[-96.74893,30.34499],[-96.74876,30.34917],[-96.75757,30.34943],[-96.75717,30.3605],[-96.76457,30.36061],[-96.76402,30.39146],[-96.78014,30.39194],[-96.77951,30.40709],[-96.81145,30.40746],[-96.81097,30.42272],[-96.8271,30.42309],[-96.82654,30.43828],[-96.85832,30.43875],[-96.85787,30.46957],[-96.88957,30.46986],[-96.88911,30.532],[-96.90523,30.53244],[-96.90514,30.53361],[-96.90693,30.53365],[-96.90646,30.54765],[-96.9365,30.54801],[-96.936,30.56327],[-96.98535,30.56372],[-96.98603,30.54786],[-97.01062,30.54808],[-97.011,30.53646],[-97.017,30.53657],[-97.01712,30.53214],[-97.04786,30.53249],[-97.04833,30.51656],[-97.07905,30.51689],[-97.07959,30.50092],[-97.11026,30.50125],[-97.1108,30.48528],[-97.14156,30.48561],[-97.14207,30.46962],[-97.15526,30.46999],[-97.15493,30.49505],[-97.16855,30.49542],[-97.16833,30.50121],[-97.17084,30.50124],[-97.1704,30.54773],[-97.18648,30.54817],[-97.18614,30.57892],[-97.20209,30.57932],[-97.20151,30.6258],[-97.21772,30.62617],[-97.21726,30.65703],[-97.23336,30.65751],[-97.23277,30.70398],[-97.24898,30.70427],[-97.24888,30.72267],[-97.26534,30.72304],[-97.26455,30.75083],[-97.29582,30.75116],[-97.29535,30.76647],[-97.34268,30.76677],[-97.34225,30.78204],[-97.3896,30.78248],[-97.38922,30.79769],[-97.42079,30.79816],[-97.42046,30.81327],[-97.46768,30.8136],[-97.46759,30.81787],[-97.47121,30.81787],[-97.47078,30.82898],[-97.49899,30.82923],[-97.49848,30.84458],[-97.54582,30.84498],[-97.54546,30.86018],[-97.59276,30.86047],[-97.59229,30.87585],[-97.63965,30.87621],[-97.63927,30.89145],[-97.7177,30.89176],[-97.71723,30.90705],[-97.79585,30.90738],[-97.79546,30.92279],[-97.82705,30.92303],[-97.82658,30.93832],[-97.84279,30.93861],[-97.84214,30.96964],[-97.85835,30.96986],[-97.85762,30.98517],[-97.87404,30.98542],[-97.87381,31.00642],[-97.88406,31.00668],[-97.88389,31.01663],[-97.88963,31.01671],[-97.88922,31.03213],[-97.90526,31.03238],[-97.90483,31.04773],[-98.25102,31.04801],[-98.25128,31.03219],[-98.45418,31.03237],[-98.45435,31.01652],[-98.46971,31.01648],[-98.47035,30.98353],[-98.45414,30.98333],[-98.45432,30.93831],[-98.46079,30.93841],[-98.46102,30.92622],[-98.75118,30.93008],[-98.75126,30.92273],[-98.96972,30.92293],[-98.96995,30.48351],[-98.62401,30.4833],[-98.62359,30.4991],[-98.61043,30.49879],[-98.6107,30.48349],[-98.59474,30.48321],[-98.5952,30.12414],[-98.57909,30.12397]]],"terms_url":"https://data.tnris.org/collection/?c=a15f67db-9535-464e-9058-f447325b6251","terms_text":"Strategic Mapping Program (StratMap). CAPCOG Imagery, 2022-01-22","icon":"https://cdn.tnris.org/images/tnris_logo.svg"},{"id":"BDGEx_ctm_multi","name":"Cartas Topográficas do Exército Brasileiro","type":"wms","template":"https://bdgex.eb.mil.br/mapcache?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ctmmultiescalas_mercator&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","zoomExtent":[1,22],"polygon":[[[-69.45659,-1.49119],[-69.94793,-4.23168],[-69.99182,-4.37482],[-70.02826,-4.3703],[-70.07948,-4.31428],[-70.04189,-4.29409],[-70.10881,-4.25454],[-70.11749,-4.28585],[-70.15508,-4.27308],[-70.19194,-4.36179],[-70.21457,-4.29749],[-70.29141,-4.28709],[-70.28769,-4.16555],[-70.32281,-4.14206],[-70.33892,-4.17997],[-70.43146,-4.13217],[-70.43435,-4.16266],[-70.48535,-4.16132],[-70.50417,-4.20098],[-70.51036,-4.14824],[-70.54796,-4.13671],[-70.56195,-4.17766],[-70.62521,-4.19151],[-70.64256,-4.12805],[-70.68147,-4.20791],[-70.75901,-4.15944],[-70.8458,-4.21872],[-70.81677,-4.23005],[-70.86447,-4.25245],[-70.84483,-4.27905],[-70.9357,-4.38432],[-70.99595,-4.34632],[-70.99389,-4.38654],[-71.10616,-4.37764],[-71.11491,-4.41119],[-71.14478,-4.38158],[-71.19422,-4.42471],[-71.20263,-4.37987],[-71.26975,-4.385],[-71.27782,-4.44217],[-71.32091,-4.42009],[-71.30752,-4.46288],[-71.35026,-4.42728],[-71.42562,-4.47058],[-71.43438,-4.42882],[-71.50716,-4.43909],[-71.49428,-4.48701],[-71.53703,-4.46442],[-71.59625,-4.52928],[-71.6335,-4.51524],[-71.61548,-4.4687],[-71.65032,-4.50395],[-71.65479,-4.47246],[-71.70817,-4.51165],[-71.75109,-4.46887],[-71.76637,-4.50446],[-71.9073,-4.51644],[-71.88549,-4.53803],[-71.91909,-4.5298],[-71.94743,-4.60877],[-71.99464,-4.60996],[-72.00689,-4.64622],[-72.04335,-4.62384],[-72.12601,-4.73454],[-72.36895,-4.80387],[-72.38202,-4.87296],[-72.598,-4.98386],[-72.6212,-5.0518],[-72.72765,-5.05199],[-72.73986,-5.08859],[-72.88725,-5.16307],[-72.86052,-5.27117],[-72.95888,-5.46613],[-72.95912,-5.65689],[-73.05303,-5.79517],[-73.15207,-5.86796],[-73.1868,-6.00512],[-73.23821,-6.04399],[-73.24664,-6.14963],[-73.10473,-6.40666],[-73.13523,-6.51046],[-73.18797,-6.52302],[-73.22741,-6.58884],[-73.35281,-6.59327],[-73.39115,-6.64193],[-73.53639,-6.6834],[-73.71046,-6.84019],[-73.79842,-7.11306],[-73.7003,-7.30429],[-73.87014,-7.37882],[-73.96394,-7.34764],[-73.91981,-7.46568],[-73.948,-7.52661],[-73.99094,-7.53635],[-73.82217,-7.71788],[-73.6843,-7.77644],[-73.69706,-7.86527],[-73.76164,-7.85803],[-73.7725,-7.90237],[-73.73175,-7.9684],[-73.62739,-8.02187],[-73.53744,-8.34587],[-73.41286,-8.41099],[-73.38956,-8.46878],[-73.3055,-8.47197],[-73.28745,-8.61948],[-73.20907,-8.6857],[-73.14992,-8.6839],[-73.05901,-8.90561],[-72.99931,-8.91778],[-72.94091,-8.98494],[-72.9582,-9.14302],[-73.02612,-9.17786],[-73.0093,-9.22236],[-73.07352,-9.23461],[-73.2038,-9.40715],[-72.71676,-9.4122],[-72.51954,-9.49128],[-72.35688,-9.4946],[-72.2829,-9.53995],[-72.28821,-9.60316],[-72.25282,-9.61633],[-72.26296,-9.75085],[-72.15136,-9.79742],[-72.1804,-9.99967],[-71.22052,-9.96968],[-71.13974,-9.85702],[-70.99391,-9.81721],[-70.96337,-9.74891],[-70.79332,-9.63846],[-70.75067,-9.56043],[-70.6632,-9.52601],[-70.59581,-9.4425],[-70.49665,-9.42489],[-70.50506,-9.50557],[-70.56894,-9.53127],[-70.55282,-9.57093],[-70.59972,-9.56264],[-70.53663,-9.76584],[-70.62338,-9.82054],[-70.62103,-10.99982],[-70.53033,-10.93465],[-70.43675,-11.03923],[-70.30672,-11.06983],[-70.15869,-11.04096],[-69.93442,-10.9219],[-69.76903,-10.92972],[-69.73653,-10.97445],[-69.41453,-10.92575],[-68.9118,-11.02192],[-68.75767,-11.00079],[-68.71576,-11.14483],[-68.27819,-10.98926],[-68.10333,-10.77541],[-68.10456,-10.71426],[-68.03289,-10.65486],[-67.86386,-10.64067],[-67.70825,-10.71083],[-67.67631,-10.60484],[-67.64028,-10.59807],[-67.57925,-10.5028],[-67.44361,-10.45492],[-67.40717,-10.37386],[-67.31155,-10.37716],[-67.31545,-10.31932],[-67.17745,-10.33923],[-67.01537,-10.25919],[-66.99683,-10.20017],[-66.9528,-10.18886],[-66.8751,-10.08268],[-66.63701,-9.94983],[-66.61995,-9.89353],[-66.435,-9.866],[-66.426,-9.899],[-66.151,-9.785],[-65.98222,-9.81011],[-65.91976,-9.75314],[-65.87184,-9.75307],[-65.86532,-9.79533],[-65.79962,-9.75663],[-65.79437,-9.79295],[-65.77013,-9.73442],[-65.7432,-9.78296],[-65.68395,-9.74992],[-65.71023,-9.80857],[-65.66963,-9.78129],[-65.627,-9.83804],[-65.55611,-9.84498],[-65.4883,-9.71015],[-65.44394,-9.66957],[-65.39313,-9.68683],[-65.28588,-9.84413],[-65.333,-9.965],[-65.288,-10.219],[-65.43011,-10.48505],[-65.40569,-10.63935],[-65.34667,-10.68155],[-65.35376,-10.78881],[-65.27476,-10.87302],[-65.25053,-10.98506],[-65.30071,-11.03142],[-65.28269,-11.09009],[-65.36177,-11.14031],[-65.35387,-11.18419],[-65.31294,-11.19578],[-65.35938,-11.22067],[-65.35834,-11.26834],[-65.34347,-11.3082],[-65.29053,-11.32275],[-65.33276,-11.33986],[-65.3074,-11.49957],[-65.21178,-11.52857],[-65.2593,-11.71053],[-65.18216,-11.75609],[-65.18953,-11.72353],[-65.08672,-11.7082],[-65.0727,-11.86587],[-65.01398,-11.90303],[-65.03548,-11.99408],[-64.84077,-12.01027],[-64.80954,-12.05633],[-64.83747,-12.11786],[-64.7688,-12.09356],[-64.75486,-12.15762],[-64.70719,-12.08684],[-64.70406,-12.1827],[-64.51256,-12.22562],[-64.51217,-12.3551],[-64.41057,-12.44436],[-64.29452,-12.4582],[-64.29018,-12.50313],[-64.22945,-12.45419],[-64.17504,-12.46675],[-64.16781,-12.51503],[-64.13464,-12.47732],[-63.95144,-12.53179],[-63.89949,-12.50204],[-63.88957,-12.44745],[-63.7848,-12.42871],[-63.55295,-12.50598],[-63.50641,-12.56562],[-63.43627,-12.56526],[-63.44052,-12.608],[-63.30125,-12.68138],[-63.23713,-12.69043],[-63.24621,-12.66222],[-63.15726,-12.6138],[-63.06163,-12.68584],[-63.08186,-12.72323],[-63.01134,-12.83602],[-62.89672,-12.8539],[-62.779,-13.009],[-62.729,-13.02],[-62.65,-12.965],[-62.612,-13.041],[-62.453,-13.064],[-62.39178,-13.13471],[-62.27269,-13.15687],[-62.214,-13.111],[-62.19,-13.153],[-62.16703,-13.11346],[-62.15254,-13.15993],[-62.115,-13.163],[-62.11498,-13.25932],[-61.97592,-13.36695],[-61.96968,-13.40759],[-61.892,-13.431],[-61.852,-13.538],[-61.57927,-13.48711],[-61.46527,-13.55427],[-61.29954,-13.47718],[-61.19236,-13.53695],[-61.18155,-13.50557],[-61.10314,-13.53056],[-61.0938,-13.49081],[-61.0129,-13.48925],[-61.0056,-13.552],[-60.91857,-13.54334],[-60.87678,-13.62149],[-60.76755,-13.68329],[-60.46776,-13.79446],[-60.49068,-13.85782],[-60.45599,-13.85422],[-60.45062,-13.9364],[-60.38066,-13.9888],[-60.479,-14.097],[-60.492,-14.188],[-60.321,-14.608],[-60.272,-14.62],[-60.244,-15.096],[-60.57543,-15.09677],[-60.238,-15.473],[-60.17335,-16.26672],[-58.43059,-16.32264],[-58.388,-16.261],[-58.32227,-16.26559],[-58.333,-16.49],[-58.436,-16.592],[-58.47,-16.703],[-58.474,-16.935],[-58.423,-16.989],[-58.396,-17.181],[-58.263,-17.344],[-58.151,-17.384],[-58.116,-17.451],[-58.06,-17.45],[-57.996,-17.515],[-57.883,-17.449],[-57.73696,-17.5583],[-57.783,-17.639],[-57.70991,-17.72702],[-57.68472,-17.8306],[-57.72302,-17.83074],[-57.574,-18.131],[-57.453,-18.231],[-57.557,-18.24],[-57.766,-18.899],[-57.719,-18.899],[-57.694,-19.011],[-57.784,-19.033],[-58.131,-19.758],[-57.85796,-19.9703],[-57.90248,-20.04207],[-57.95347,-20.02094],[-58.16932,-20.1694],[-58.12152,-20.19246],[-58.16216,-20.25953],[-58.09596,-20.25445],[-58.09339,-20.35554],[-57.99847,-20.43551],[-57.98848,-20.69879],[-57.92414,-20.66392],[-57.86732,-20.73265],[-57.93478,-20.74565],[-57.96183,-20.7916],[-57.89863,-20.78872],[-57.8552,-20.83403],[-57.92836,-20.90036],[-57.81919,-20.94066],[-57.86834,-21.04417],[-57.85066,-21.22407],[-57.92019,-21.27655],[-57.8535,-21.33109],[-57.96795,-21.52432],[-57.91387,-21.59021],[-57.93436,-21.65037],[-57.88329,-21.68903],[-57.94714,-21.74413],[-57.90866,-21.77355],[-57.96603,-21.85045],[-57.91281,-21.88266],[-58.00946,-22.04038],[-57.99384,-22.09023],[-57.80183,-22.15072],[-57.70751,-22.09111],[-57.6106,-22.09462],[-57.5804,-22.17534],[-57.3744,-22.23204],[-56.9967,-22.22246],[-56.88343,-22.24755],[-56.84285,-22.30155],[-56.79344,-22.24238],[-56.72026,-22.26479],[-56.70344,-22.21693],[-56.63705,-22.26341],[-56.50711,-22.09561],[-56.39404,-22.07434],[-56.36485,-22.16949],[-56.20983,-22.27805],[-55.84304,-22.28725],[-55.78939,-22.3846],[-55.74302,-22.39266],[-55.72364,-22.55166],[-55.61432,-22.65521],[-55.66578,-22.85274],[-55.59635,-23.14993],[-55.54199,-23.1561],[-55.52356,-23.19733],[-55.53989,-23.625],[-55.47306,-23.64834],[-55.44167,-23.70084],[-55.41423,-23.9645],[-55.34542,-23.99458],[-55.30415,-23.96504],[-55.22907,-24.01383],[-55.107,-23.961],[-55.06223,-23.99335],[-54.924,-23.959],[-54.89,-23.898],[-54.70533,-23.86452],[-54.66978,-23.81262],[-54.43984,-23.90446],[-54.28223,-24.07336],[-54.34537,-24.14705],[-54.25877,-24.36377],[-54.32714,-24.47073],[-54.32437,-24.66059],[-54.43548,-24.94769],[-54.4295,-25.15915],[-54.61941,-25.45312],[-54.59354,-25.59275],[-54.4927,-25.6181],[-54.43288,-25.69756],[-54.38395,-25.59747],[-54.28,-25.556],[-54.25,-25.597],[-54.23,-25.562],[-54.178,-25.584],[-54.206,-25.541],[-54.099,-25.495],[-54.098,-25.619],[-54.07592,-25.55766],[-54.01,-25.567],[-53.95638,-25.64628],[-53.94895,-25.6117],[-53.89113,-25.62286],[-53.82214,-25.79377],[-53.83619,-25.97166],[-53.73409,-26.04333],[-53.742,-26.108],[-53.63739,-26.24968],[-53.75864,-26.64113],[-53.7205,-26.65099],[-53.75814,-26.72045],[-53.66059,-26.85814],[-53.69684,-26.86015],[-53.67125,-26.94222],[-53.7092,-26.93414],[-53.7473,-27.03218],[-53.78585,-27.02674],[-53.76087,-27.06543],[-53.80233,-27.04028],[-53.79879,-27.14629],[-53.95195,-27.15169],[-53.96219,-27.19698],[-54.01026,-27.19978],[-54.08872,-27.30149],[-54.15619,-27.29619],[-54.172,-27.254],[-54.21736,-27.38603],[-54.261,-27.397],[-54.28484,-27.44819],[-54.34067,-27.40311],[-54.35466,-27.46528],[-54.41,-27.405],[-54.47081,-27.42674],[-54.444,-27.472],[-54.5246,-27.5059],[-54.574,-27.453],[-54.621,-27.541],[-54.67709,-27.508],[-54.67926,-27.57394],[-54.775,-27.586],[-54.814,-27.533],[-54.85,-27.624],[-54.90617,-27.63871],[-54.936,-27.772],[-55.081,-27.779],[-55.035,-27.858],[-55.106,-27.846],[-55.133,-27.897],[-55.196,-27.856],[-55.26574,-27.92969],[-55.32706,-27.92664],[-55.343,-27.972],[-55.38299,-27.97948],[-55.368,-28.029],[-55.44611,-28.09787],[-55.4952,-28.07682],[-55.55957,-28.16523],[-55.60747,-28.11604],[-55.63167,-28.17719],[-55.7757,-28.24481],[-55.77415,-28.27414],[-55.67047,-28.33218],[-55.69433,-28.42204],[-55.75157,-28.37095],[-55.87739,-28.36159],[-55.88357,-28.47923],[-56.01249,-28.50873],[-56.00984,-28.60718],[-56.17858,-28.75922],[-56.29652,-28.8027],[-56.29995,-28.89614],[-56.40775,-28.9748],[-56.418,-29.075],[-56.59315,-29.12516],[-56.70164,-29.35913],[-56.76618,-29.37768],[-56.81905,-29.48816],[-56.89888,-29.53179],[-57.121,-29.765],[-57.294,-29.831],[-57.33713,-29.99284],[-57.48047,-30.12315],[-57.64744,-30.19483],[-57.56087,-30.21134],[-57.52431,-30.28569],[-57.46574,-30.26589],[-57.39229,-30.30474],[-57.31303,-30.25785],[-57.22081,-30.28928],[-57.07113,-30.08671],[-56.80777,-30.10301],[-56.77662,-30.1633],[-56.64628,-30.20346],[-56.6187,-30.30054],[-56.54115,-30.31291],[-56.54706,-30.35946],[-56.46126,-30.38486],[-56.38177,-30.49956],[-56.29193,-30.51967],[-56.26095,-30.58509],[-56.17074,-30.61517],[-56.12508,-30.73871],[-56.02241,-30.78565],[-56.00989,-31.08267],[-55.882,-31.077],[-55.727,-30.979],[-55.723,-30.943],[-55.66621,-30.95395],[-55.65834,-30.864],[-55.57742,-30.83309],[-55.42306,-31.01823],[-55.34981,-31.03922],[-55.34037,-31.13144],[-55.29118,-31.14226],[-55.24003,-31.26062],[-55.07446,-31.33216],[-55.00723,-31.26692],[-54.94087,-31.38068],[-54.88623,-31.3773],[-54.8367,-31.442],[-54.58676,-31.45656],[-54.4528,-31.59959],[-54.4549,-31.65295],[-54.10019,-31.92825],[-53.96972,-31.91765],[-53.96073,-31.95532],[-53.84978,-32.00064],[-53.83375,-32.05524],[-53.74599,-32.07848],[-53.58321,-32.45192],[-53.46423,-32.48446],[-53.39137,-32.58573],[-53.24992,-32.6041],[-53.07558,-32.74088],[-53.0858,-32.78835],[-53.14569,-32.79202],[-53.18496,-32.85043],[-53.29454,-32.89931],[-53.31008,-32.91875],[-53.24468,-32.93489],[-53.44438,-33.05296],[-53.51819,-33.15342],[-53.53228,-33.6888],[-53.43951,-33.69347],[-53.43053,-33.73947],[-53.18109,-33.86891],[-52.61505,-33.42291],[-52.45986,-33.25369],[-52.27087,-32.92102],[-52.06117,-32.38504],[-51.89236,-32.29596],[-51.74211,-32.10539],[-51.18785,-31.77646],[-50.60441,-31.24135],[-50.17344,-30.64282],[-49.82565,-29.86559],[-49.52748,-29.42005],[-49.1579,-29.02871],[-48.9156,-28.86305],[-48.68615,-28.76016],[-48.40713,-28.43255],[-48.21148,-27.85592],[-48.11076,-27.28208],[-48.34897,-26.75081],[-48.2801,-26.23036],[-47.85376,-25.47012],[-46.61368,-24.67512],[-45.13508,-24.12014],[-44.07735,-23.40501],[-43.19603,-23.26703],[-41.91484,-23.18527],[-41.79292,-23.08823],[-41.59666,-22.83627],[-41.5086,-22.52638],[-40.81442,-22.09702],[-40.76948,-21.87786],[-40.81442,-21.67672],[-40.17827,-20.75426],[-39.86353,-19.88681],[-39.63477,-19.74403],[-39.49227,-19.40134],[-39.54529,-18.78548],[-39.4675,-18.30359],[-39.35288,-18.10892],[-38.67053,-18.16855],[-38.53661,-18.09683],[-38.49171,-18.0046],[-38.53193,-17.80026],[-38.92933,-16.80775],[-38.8013,-16.24838],[-38.64697,-15.88327],[-38.66456,-15.74741],[-38.74388,-15.60089],[-38.85337,-14.65508],[-38.61146,-13.26537],[-38.22146,-13.09717],[-37.89668,-12.75844],[-37.46002,-12.10275],[-37.11368,-11.41261],[-36.99511,-11.29602],[-36.78725,-10.95151],[-36.61764,-10.81082],[-36.26639,-10.64593],[-36.06155,-10.37447],[-35.96401,-10.31281],[-35.69663,-9.90026],[-35.55848,-9.81261],[-35.0253,-9.13761],[-34.81497,-8.62472],[-34.64374,-7.98735],[-34.59953,-7.11133],[-34.62306,-6.90323],[-34.71587,-6.74615],[-34.79469,-6.33583],[-35.17659,-5.12497],[-35.33677,-4.99239],[-35.56471,-4.90758],[-35.93627,-4.83327],[-36.18969,-4.88505],[-36.62299,-4.85815],[-36.91716,-4.71372],[-37.07874,-4.71355],[-37.22122,-4.51045],[-37.51218,-4.41535],[-37.63401,-4.24454],[-37.77934,-4.18046],[-37.90182,-4.07265],[-38.12555,-3.80544],[-38.21421,-3.74103],[-38.34306,-3.54434],[-38.57151,-3.48047],[-39.15187,-3.04444],[-39.8907,-2.65328],[-40.50396,-2.57531],[-40.66365,-2.63829],[-41.5085,-2.68486],[-41.78084,-2.51859],[-42.78189,-2.33053],[-43.24389,-2.12403],[-43.54602,-2.04705],[-44.84728,-1.07246],[-48.23746,-0.07449],[-49.73896,1.79143],[-50.29908,2.33079],[-50.75331,2.94057],[-50.85507,3.45573],[-50.85475,3.92491],[-50.94232,4.20165],[-51.11466,4.42286],[-51.49427,4.67426],[-51.63716,4.50834],[-51.61325,4.17437],[-51.65867,4.05276],[-51.77783,3.97406],[-51.79731,3.88888],[-51.922,3.7792],[-51.92148,3.72422],[-51.97104,3.70696],[-52.21472,3.26833],[-52.33187,3.16938],[-52.39583,2.90222],[-52.43944,2.87778],[-52.56417,2.63944],[-52.54028,2.57028],[-52.59444,2.47389],[-52.67528,2.37389],[-52.84722,2.28556],[-52.90972,2.19583],[-52.99472,2.17528],[-53.11861,2.2225],[-53.27899,2.18603],[-53.21667,2.25333],[-53.32833,2.35333],[-53.45861,2.2575],[-53.52972,2.24917],[-53.73389,2.31222],[-53.745,2.37389],[-53.88667,2.26778],[-53.93194,2.27194],[-53.94083,2.21917],[-54.06139,2.19167],[-54.11083,2.11222],[-54.18056,2.1725],[-54.24917,2.14667],[-54.46861,2.21306],[-54.53778,2.26556],[-54.54667,2.31833],[-54.68861,2.32472],[-54.68917,2.45389],[-54.86846,2.43989],[-54.95424,2.58359],[-55.10302,2.52564],[-55.1234,2.56762],[-55.23474,2.50338],[-55.32019,2.51537],[-55.38533,2.41836],[-55.49971,2.44324],[-55.71028,2.39917],[-55.76663,2.45524],[-55.97052,2.52931],[-56.02181,2.34247],[-56.09012,2.37228],[-56.13887,2.26574],[-56.04288,2.22778],[-56.05505,2.18464],[-56.00307,2.1676],[-55.9031,2.04108],[-55.93635,1.98647],[-55.90385,1.88803],[-55.95638,1.84509],[-56.11762,1.85097],[-56.1709,1.90048],[-56.24404,1.87808],[-56.45126,1.95614],[-56.57976,1.90588],[-56.62145,1.94588],[-56.72096,1.92582],[-56.79793,1.85336],[-56.91971,1.93036],[-57.01421,1.91489],[-57.08668,2.02644],[-57.22923,1.93759],[-57.30712,1.99665],[-57.36912,1.95638],[-57.36768,1.92372],[-57.43343,1.90598],[-57.43776,1.82681],[-57.50187,1.78609],[-57.5376,1.7005],[-57.65042,1.68237],[-57.70509,1.73093],[-57.77431,1.72973],[-57.85206,1.66782],[-57.99009,1.65844],[-58.00423,1.50303],[-58.12942,1.4989],[-58.16064,1.56011],[-58.236,1.54669],[-58.32237,1.59702],[-58.39472,1.52651],[-58.38559,1.46999],[-58.50873,1.46295],[-58.50511,1.40317],[-58.45787,1.37145],[-58.49622,1.26796],[-58.69456,1.29732],[-58.73956,1.1999],[-58.82512,1.17127],[-58.912,1.239],[-58.886,1.261],[-58.918,1.317],[-58.978,1.302],[-59.253,1.389],[-59.284,1.45],[-59.327,1.464],[-59.329,1.514],[-59.381,1.507],[-59.539,1.723],[-59.69,1.757],[-59.663,1.871],[-59.677,1.839],[-59.751,1.859],[-59.72315,2.27614],[-59.89872,2.36245],[-59.895,2.482],[-59.99,2.686],[-59.98944,2.88185],[-59.907,3.212],[-59.80488,3.35695],[-59.8408,3.43174],[-59.80205,3.50156],[-59.86728,3.57776],[-59.66842,3.70277],[-59.66555,3.78126],[-59.59631,3.79386],[-59.59279,3.88538],[-59.5153,3.94493],[-59.58417,3.96851],[-59.65406,4.06943],[-59.61818,4.13166],[-59.73069,4.18076],[-59.7319,4.28587],[-59.66948,4.37629],[-59.79503,4.46554],[-60.16114,4.51773],[-60.15725,4.57247],[-60.0705,4.61688],[-60.02524,4.7065],[-59.96984,5.06334],[-60.094,5.14],[-60.135,5.249],[-60.172,5.227],[-60.20825,5.28346],[-60.434,5.182],[-60.73197,5.21203],[-60.661,5.164],[-60.591,4.927],[-60.751,4.756],[-60.899,4.717],[-60.949,4.653],[-60.932,4.587],[-60.994,4.519],[-61.095,4.522],[-61.14559,4.48016],[-61.217,4.536],[-61.323,4.535],[-61.288,4.458],[-61.513,4.406],[-61.508,4.322],[-61.56,4.252],[-61.724,4.27],[-61.802,4.229],[-61.824,4.164],[-61.92213,4.16126],[-61.93175,4.12009],[-61.982,4.181],[-62.076,4.154],[-62.071,4.126],[-62.14308,4.07768],[-62.437,4.183],[-62.552,4.109],[-62.555,4.019],[-62.753,4.032],[-62.788,3.894],[-62.729,3.805],[-62.743,3.674],[-62.835,3.739],[-62.96,3.608],[-63.081,3.694],[-63.059,3.748],[-63.103,3.794],[-63.226,3.836],[-63.204,3.952],[-63.428,3.977],[-63.434,3.865],[-63.489,3.874],[-63.497,3.84],[-63.591,3.886],[-63.676,4.019],[-63.682,3.908],[-63.85,3.95],[-63.928,3.925],[-63.964,3.868],[-64.164,4.127],[-64.5565,4.10529],[-64.623,4.135],[-64.69522,4.25323],[-64.81123,4.27048],[-64.80203,4.17422],[-64.72239,4.11775],[-64.54357,3.85713],[-64.281,3.70928],[-64.17437,3.56841],[-64.2444,3.43036],[-64.19795,3.20121],[-64.22642,3.12356],[-64.14592,3.03459],[-64.15754,2.98243],[-64.12349,2.99048],[-64.07156,2.92142],[-64.07709,2.87262],[-63.98033,2.7237],[-64.0573,2.49752],[-64.01914,2.46135],[-63.84358,2.4916],[-63.76805,2.43994],[-63.56398,2.44573],[-63.46036,2.39684],[-63.42123,2.45102],[-63.37088,2.41121],[-63.36742,2.26864],[-63.44059,2.126],[-63.56474,2.13571],[-63.6268,2.11222],[-63.66501,2.01861],[-63.71155,2.04645],[-63.83555,1.96644],[-63.97219,1.99194],[-64.05781,1.92899],[-64.0735,1.64902],[-64.19707,1.52071],[-64.3136,1.45617],[-64.33791,1.36134],[-64.41019,1.40301],[-64.34777,1.49508],[-64.35111,1.52921],[-64.3939,1.52901],[-64.43586,1.47006],[-64.52608,1.44322],[-64.5789,1.34041],[-64.74446,1.22569],[-64.80053,1.31527],[-64.86966,1.22713],[-64.90439,1.25153],[-64.97445,1.20288],[-65.01361,1.10905],[-65.06317,1.11205],[-65.07232,1.15303],[-65.15831,1.1246],[-65.1749,0.94131],[-65.21302,0.90282],[-65.32734,0.93596],[-65.41198,0.82415],[-65.39213,0.75692],[-65.44499,0.68921],[-65.54116,0.64881],[-65.60623,0.70748],[-65.49624,0.87415],[-65.58894,1.00471],[-65.7421,1.00125],[-65.77261,0.95859],[-65.88369,0.94159],[-65.96712,0.81511],[-66.07024,0.8123],[-66.07783,0.76174],[-66.19737,0.78161],[-66.31032,0.74494],[-66.85119,1.22896],[-67.08675,1.16704],[-67.13923,1.32002],[-67.08017,1.38546],[-67.15922,1.67504],[-67.15384,1.8315],[-67.22831,1.84127],[-67.33083,1.94158],[-67.32672,2.06387],[-67.39404,2.22894],[-67.49519,2.16312],[-67.55095,2.04769],[-67.76942,2.00924],[-67.90162,1.81165],[-68.09043,1.89774],[-68.14417,1.97854],[-68.18033,1.9767],[-68.19583,2.03479],[-68.28555,1.83084],[-68.22688,1.82918],[-68.23954,1.77044],[-68.19207,1.7797],[-68.1645,1.72945],[-69.39109,1.72935],[-69.53464,1.77691],[-69.78236,1.69244],[-69.83972,1.71893],[-69.84266,1.07272],[-69.70963,1.11817],[-69.67718,1.06994],[-69.60989,1.09826],[-69.42312,1.04265],[-69.37641,1.08794],[-69.24494,1.05655],[-69.19773,0.99974],[-69.21679,0.97245],[-69.1646,0.94156],[-69.18846,0.91324],[-69.13576,0.87204],[-69.14881,0.76751],[-69.19001,0.74056],[-69.11563,0.64484],[-69.19425,0.64982],[-69.19975,0.60591],[-69.29484,0.60389],[-69.28914,0.64997],[-69.35277,0.61416],[-69.48002,0.73577],[-69.59701,0.6542],[-69.60529,0.61328],[-69.6711,0.66759],[-69.80272,0.57162],[-70.04302,0.56359],[-70.04323,-0.18998],[-69.92054,-0.32573],[-69.8446,-0.33732],[-69.60783,-0.5008],[-69.56179,-0.63692],[-69.62491,-0.74667],[-69.52577,-0.86807],[-69.528,-0.92514],[-69.41861,-0.99827],[-69.44292,-1.03351],[-69.39523,-1.12555],[-69.42989,-1.22173],[-69.3973,-1.36508],[-69.45659,-1.49119]]],"terms_url":"https://bdgex.eb.mil.br/","terms_text":"BDGEx","icon":"https://osmlab.github.io/editor-layer-index/sources/south-america/br/Exercito.png"},{"id":"IGN-raster","name":"Cartografía Ráster del IGN","type":"wms","template":"http://www.ign.es/wms-inspire/mapa-raster?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=mtn_rasterizado&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[-17.88913,27.85905],[-17.99065,27.85675],[-18.03868,27.76558],[-18.11464,27.76379],[-18.11546,27.78636],[-18.1661,27.78516],[-18.16349,27.69492],[-18.08898,27.69634],[-18.08734,27.67387],[-18.03641,27.67537],[-18.03501,27.63026],[-17.959,27.6324],[-17.86033,27.7926],[-17.86303,27.83688],[-17.8884,27.83649],[-17.88913,27.85905]],[[-15.75328,28.08143],[-15.7783,28.03632],[-15.82911,28.03558],[-15.82895,27.99066],[-15.8542,27.99018],[-15.85374,27.90089],[-15.80167,27.81105],[-15.70075,27.74335],[-15.62415,27.74199],[-15.62361,27.72134],[-15.54771,27.72161],[-15.52277,27.76678],[-15.47188,27.76665],[-15.47181,27.78939],[-15.421,27.78797],[-15.39598,27.83474],[-15.37057,27.83521],[-15.3708,27.92524],[-15.34548,27.92544],[-15.34578,28.01532],[-15.37065,28.01532],[-15.37103,28.03802],[-15.39644,28.03836],[-15.39728,28.19614],[-15.45016,28.19614],[-15.44978,28.15075],[-15.49874,28.15041],[-15.49897,28.1728],[-15.72826,28.17186],[-15.72788,28.08157],[-15.75328,28.08143]],[[-17.08208,28.13518],[-17.18579,28.22388],[-17.33846,28.2213],[-17.33756,28.17637],[-17.36297,28.17572],[-17.36038,28.06398],[-17.30867,28.01923],[-17.25785,28.01997],[-17.25768,27.99784],[-17.23199,27.99804],[-17.23211,28.02037],[-17.15633,28.02146],[-17.13154,28.06681],[-17.08084,28.068],[-17.08208,28.13518]],[[-16.44571,28.49113],[-16.52143,28.42261],[-16.87807,28.39542],[-16.87767,28.37293],[-16.92866,28.37219],[-16.92782,28.32758],[-16.90239,28.32793],[-16.90151,28.28277],[-16.87608,28.28322],[-16.87565,28.26055],[-16.85028,28.26079],[-16.8487,28.17075],[-16.82317,28.17087],[-16.8224,28.1259],[-16.7707,28.08161],[-16.74534,28.08181],[-16.7447,28.03679],[-16.7191,28.03714],[-16.71842,27.99192],[-16.61681,27.99305],[-16.61684,28.01532],[-16.51533,28.01648],[-16.4151,28.13113],[-16.41584,28.19761],[-16.34083,28.2893],[-16.34208,28.37951],[-16.31631,28.38019],[-16.31675,28.40176],[-16.26586,28.403],[-16.26535,28.44761],[-16.23858,28.44847],[-16.16475,28.49386],[-16.16481,28.51612],[-16.09934,28.51638],[-16.09951,28.5925],[-16.1278,28.59218],[-16.12793,28.60782],[-16.19162,28.60684],[-16.19125,28.58372],[-16.3446,28.58221],[-16.34433,28.55976],[-16.42092,28.55884],[-16.42059,28.53627],[-16.44625,28.53597],[-16.44571,28.49113]],[[-14.21537,28.33903],[-14.21688,28.22788],[-14.41575,28.11561],[-14.52244,28.11841],[-14.52156,28.04678],[-14.49593,28.04585],[-14.49628,28.06826],[-14.44666,28.0658],[-14.44578,28.04698],[-14.33197,28.03687],[-14.29132,28.04524],[-14.21472,28.11189],[-14.21537,28.15781],[-14.13866,28.15791],[-14.13871,28.17999],[-14.03696,28.17958],[-13.98564,28.22357],[-13.91582,28.22414],[-13.83151,28.39702],[-13.82885,28.53847],[-13.80339,28.53842],[-13.80258,28.6519],[-13.82786,28.6518],[-13.82757,28.71935],[-13.8013,28.71899],[-13.80007,28.78793],[-13.82896,28.78798],[-13.82902,28.76643],[-13.95617,28.76659],[-13.95652,28.74494],[-14.03358,28.72267],[-14.11151,28.4748],[-14.16417,28.45283],[-14.21537,28.33903]],[[-17.9424,28.87261],[-18.02241,28.80384],[-18.02125,28.74819],[-17.89395,28.52255],[-17.88463,28.44606],[-17.80601,28.4469],[-17.80861,28.4925],[-17.78316,28.49366],[-17.78331,28.54167],[-17.76225,28.5592],[-17.75197,28.58337],[-17.74573,28.61656],[-17.74579,28.67435],[-17.75708,28.67413],[-17.75744,28.69318],[-17.71293,28.73037],[-17.71398,28.76497],[-17.73949,28.76422],[-17.74127,28.832],[-17.76698,28.83122],[-17.76759,28.85378],[-17.89033,28.85151],[-17.89118,28.87371],[-17.9424,28.87261]],[[-13.85025,29.01659],[-13.85182,28.98343],[-13.85244,28.91486],[-13.90131,28.89245],[-13.9024,28.84698],[-13.80066,28.84566],[-13.80093,28.82311],[-13.77569,28.82305],[-13.69729,28.88982],[-13.69729,28.91277],[-13.60725,28.9118],[-13.43886,29.00024],[-13.43746,29.13513],[-13.4117,29.13499],[-13.41056,29.22298],[-13.45928,29.25559],[-13.45974,29.2942],[-13.50913,29.29456],[-13.51006,29.31635],[-13.56354,29.31729],[-13.56406,29.27138],[-13.53892,29.2712],[-13.53897,29.25004],[-13.56613,29.25013],[-13.5666,29.203],[-13.51565,29.20223],[-13.51565,29.18206],[-13.5398,29.18278],[-13.54089,29.13753],[-13.65782,29.13685],[-13.71322,29.09351],[-13.76634,29.09345],[-13.85025,29.01659]],[[1.50355,38.72532],[1.48133,38.91551],[1.55189,38.92544],[1.56673,38.95666],[1.64874,38.95833],[1.64799,38.99907],[1.73217,38.99936],[1.73147,39.04417],[1.64895,39.04319],[1.64816,39.12764],[1.39486,39.12657],[1.39544,39.08642],[1.22811,39.08526],[1.22911,39.0029],[1.14487,39.0018],[1.14528,38.832],[1.31136,38.83316],[1.31219,38.79065],[1.39469,38.79162],[1.39519,38.75296],[1.31128,38.75193],[1.31259,38.62388],[1.6489,38.62511],[1.64807,38.71115],[1.58456,38.71012],[1.58116,38.70054],[1.54915,38.70028],[1.51972,38.70921],[1.50355,38.72532]],[[2.31192,39.54179],[2.31223,39.49934],[2.43902,39.49934],[2.43871,39.48469],[2.43933,39.41611],[2.54507,39.41667],[2.54528,39.49942],[2.64538,39.49966],[2.64569,39.45774],[2.72885,39.45814],[2.72874,39.33342],[2.97904,39.3335],[2.97986,39.25015],[3.08302,39.24994],[3.31462,39.37855],[3.31506,39.47846],[3.48035,39.5959],[3.48148,39.79318],[3.14844,39.79357],[3.14823,39.83316],[3.23129,39.83292],[3.23139,40.00198],[3.14608,40.00198],[3.14566,39.96005],[2.92704,39.96016],[2.34601,39.62709],[2.22835,39.62606],[2.22907,39.541],[2.31192,39.54179]],[[-9.21855,42.90163],[-9.14661,42.77503],[-9.08834,42.72696],[-9.03655,42.73066],[-9.1092,42.57511],[-8.89106,41.82289],[-8.60704,42.03405],[-8.36762,42.05575],[-8.24848,42.1008],[-8.12933,42.03488],[-8.25185,41.90786],[-8.13045,41.78058],[-7.95398,41.84593],[-7.42569,41.78477],[-7.16829,41.87188],[-7.13345,41.94048],[-6.62988,41.91121],[-6.54783,41.85597],[-6.58717,41.68832],[-6.51523,41.64129],[-6.31628,41.64465],[-6.21737,41.5791],[-6.56244,41.26303],[-6.64112,41.26556],[-6.76814,41.13871],[-6.80186,41.03959],[-6.9536,41.03704],[-6.83783,40.87576],[-6.85356,40.60664],[-6.86818,40.44516],[-6.8086,40.34501],[-7.01767,40.26615],[-7.04128,40.13479],[-6.88616,40.02299],[-6.92213,39.87909],[-6.99519,39.81954],[-7.05027,39.67522],[-7.55271,39.67954],[-7.51449,39.58865],[-7.3279,39.45599],[-7.33689,39.35351],[-7.25596,39.28133],[-7.24472,39.19689],[-7.15255,39.16029],[-7.15368,39.09577],[-7.00081,39.08879],[-6.96934,39.01983],[-7.06151,38.90796],[-7.04352,38.87297],[-7.26383,38.73807],[-7.34027,38.44024],[-7.08062,38.15708],[-6.96147,38.20125],[-6.99632,38.10756],[-7.0143,38.02438],[-7.11771,38.05536],[-7.15368,38.01552],[-7.26833,37.98895],[-7.31666,37.83997],[-7.4249,37.75992],[-7.45013,37.66958],[-7.52196,37.57237],[-7.51916,37.52292],[-7.50197,37.51641],[-7.4647,37.45305],[-7.46963,37.40758],[-7.4481,37.39094],[-7.44597,37.33261],[-7.43805,37.2452],[-7.42492,37.23505],[-7.42029,37.21183],[-7.40832,37.16822],[-7.37535,37.15354],[-7.26474,37.18435],[-7.04264,37.18507],[-6.87448,37.10838],[-6.62989,37.0194],[-6.49052,36.91738],[-6.41588,36.79939],[-6.47433,36.74897],[-6.40419,36.6235],[-6.32146,36.58163],[-6.33585,36.53106],[-6.23154,36.37701],[-6.15061,36.28646],[-6.07752,36.22241],[-6.03573,36.1781],[-5.99834,36.1645],[-5.94003,36.16556],[-5.93848,36.12215],[-5.85668,36.12421],[-5.85506,36.03856],[-5.68996,36.04053],[-5.68886,36.00365],[-5.43532,36.00344],[-5.43658,36.03889],[-5.35161,36.04014],[-5.35248,36.12247],[-5.26809,36.12418],[-5.28411,36.19702],[-5.16995,36.35135],[-4.9188,36.45313],[-4.65712,36.44042],[-4.37435,36.66333],[-3.72804,36.69291],[-3.46108,36.65488],[-3.09402,36.71263],[-2.92015,36.66756],[-2.68129,36.65911],[-2.37219,36.78018],[-2.21588,36.66192],[-2.06835,36.69291],[-1.85408,36.91229],[-1.6767,37.27652],[-1.44089,37.39037],[-1.33832,37.52867],[-1.11071,37.51641],[-0.91963,37.53758],[-0.71939,37.58784],[-0.66415,37.62315],[-0.68831,37.734],[-0.72158,37.78306],[-0.73237,37.88107],[-0.68111,37.94562],[-0.63705,37.96122],[-0.61367,38.11986],[-0.584,38.17219],[-0.45451,38.14886],[-0.42933,38.16583],[-0.48238,38.19481],[-0.50487,38.28309],[-0.45091,38.33108],[-0.38347,38.33813],[-0.37987,38.39312],[-0.27197,38.47624],[-0.05705,38.52691],[-0.0022,38.60706],[0.09581,38.61338],[0.25587,38.72642],[0.23429,38.79864],[0.12189,38.87218],[0.00949,38.88268],[-0.11101,38.97222],[-0.21352,39.15585],[-0.18564,39.17746],[-0.28636,39.33343],[-0.29085,39.50363],[-0.18474,39.63117],[-0.09392,39.81169],[0.01039,39.89522],[0.07513,40.01447],[0.16415,40.06472],[0.26756,40.19192],[0.43392,40.37576],[0.55801,40.55022],[0.66502,40.53587],[0.87813,40.67514],[0.9114,40.73376],[0.75854,40.81956],[1.08585,41.04849],[1.17937,41.04646],[1.3763,41.11627],[1.86008,41.22322],[2.16492,41.29893],[2.26293,41.42716],[2.78358,41.63718],[3.06054,41.76474],[3.19452,41.85589],[3.24668,41.95294],[3.23055,42.126],[3.14759,42.12606],[3.14759,42.2073],[3.31397,42.20702],[3.31389,42.29084],[3.39739,42.29009],[3.39785,42.33404],[3.31412,42.33399],[3.31415,42.37604],[3.23049,42.37644],[3.23078,42.45934],[3.06388,42.45915],[3.06388,42.50085],[2.81126,42.50104],[2.81133,42.45961],[2.64448,42.45924],[2.64479,42.37626],[2.48098,42.37594],[2.48048,42.41797],[2.39768,42.41784],[2.39693,42.45994],[2.06456,42.45902],[2.06386,42.50164],[1.73164,42.50118],[1.73041,42.54342],[1.64328,42.54245],[1.64436,42.50203],[1.4813,42.50107],[1.48061,42.71034],[1.41137,42.70939],[1.36326,42.74155],[1.17532,42.73429],[1.10878,42.79898],[0.9676,42.81811],[0.71492,42.88272],[0.64118,42.85767],[0.62769,42.7224],[0.44875,42.71447],[0.36422,42.74287],[0.30218,42.71777],[0.18618,42.7541],[-0.03143,42.71249],[-0.14563,42.81086],[-0.31648,42.86558],[-0.42889,42.82009],[-0.50442,42.84845],[-0.55118,42.82207],[-0.69685,42.90314],[-0.71484,42.96108],[-0.7562,42.98213],[-0.94234,42.9749],[-1.00619,43.00778],[-1.19232,43.06496],[-1.27955,43.07744],[-1.23549,43.13325],[-1.30203,43.13522],[-1.36407,43.11159],[-1.37307,43.05117],[-1.41983,43.06036],[-1.44231,43.08336],[-1.37037,43.1713],[-1.35688,43.23815],[-1.36677,43.27614],[-1.47799,43.31284],[-1.56305,43.31338],[-1.56359,43.29212],[-1.60344,43.29266],[-1.60299,43.31295],[-1.64498,43.31332],[-1.64467,43.33372],[-1.68811,43.33413],[-1.68904,43.31291],[-1.72259,43.31318],[-1.71135,43.33125],[-1.71005,43.37569],[-1.77005,43.37605],[-1.7698,43.39644],[-1.85528,43.39725],[-1.9854,43.3563],[-2.30462,43.31706],[-2.74524,43.47551],[-2.93857,43.46246],[-3.1083,43.38163],[-3.56128,43.54236],[-3.74,43.48693],[-3.80295,43.51954],[-4.18399,43.42492],[-4.61562,43.4192],[-4.90899,43.48367],[-5.17875,43.49916],[-5.28553,43.56191],[-5.60363,43.57087],[-5.85204,43.6799],[-6.12293,43.57901],[-6.24882,43.6075],[-7.19975,43.58308],[-7.31889,43.67827],[-7.66284,43.80982],[-7.83591,43.73743],[-7.85605,43.79146],[-7.9172,43.78264],[-7.99921,43.7234],[-8.06467,43.72392],[-8.27761,43.57088],[-8.33444,43.57974],[-8.36033,43.46342],[-8.36105,43.41118],[-8.45745,43.39184],[-8.52507,43.36465],[-8.52435,43.3364],[-8.55097,43.32332],[-8.60996,43.3296],[-8.70635,43.305],[-8.78548,43.31914],[-8.82217,43.37354],[-8.87613,43.37407],[-8.8639,43.32908],[-8.92936,43.32699],[-8.93727,43.30553],[-8.99986,43.29558],[-8.99842,43.24477],[-9.03367,43.24267],[-9.06748,43.19916],[-9.14733,43.21018],[-9.2315,43.17032],[-9.25236,43.10417],[-9.30991,43.06004],[-9.27898,42.9822],[-9.30991,42.93113],[-9.2761,42.86051],[-9.21855,42.90163]],[[4.0628,40.12722],[4.06242,40.08499],[3.81287,40.08529],[3.81204,40.04344],[3.72908,40.0438],[3.72862,39.95842],[3.81266,39.9576],[3.81228,39.91644],[3.9609,39.91598],[4.19381,39.79131],[4.31503,39.79058],[4.31599,39.83293],[4.39874,39.83204],[4.39737,39.91858],[4.3158,39.91933],[4.31619,40.0434],[4.2319,40.04436],[4.23248,40.08478],[4.14915,40.08611],[4.14906,40.12552],[4.0628,40.12722]]],"terms_text":"IGN raster"},{"id":"Catastro-Spain","name":"Catastro Spain","type":"wms","template":"https://ovc.catastro.meh.es/Cartografia/WMS/ServidorWMS.aspx?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=Catastro&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","polygon":[[[-17.88913,27.85905],[-17.99065,27.85675],[-18.03868,27.76558],[-18.11464,27.76379],[-18.11546,27.78636],[-18.1661,27.78516],[-18.16349,27.69492],[-18.08898,27.69634],[-18.08734,27.67387],[-18.03641,27.67537],[-18.03501,27.63026],[-17.959,27.6324],[-17.86033,27.7926],[-17.86303,27.83688],[-17.8884,27.83649],[-17.88913,27.85905]],[[-15.75328,28.08143],[-15.7783,28.03632],[-15.82911,28.03558],[-15.82895,27.99066],[-15.8542,27.99018],[-15.85374,27.90089],[-15.80167,27.81105],[-15.70075,27.74335],[-15.62415,27.74199],[-15.62361,27.72134],[-15.54771,27.72161],[-15.52277,27.76678],[-15.47188,27.76665],[-15.47181,27.78939],[-15.421,27.78797],[-15.39598,27.83474],[-15.37057,27.83521],[-15.3708,27.92524],[-15.34548,27.92544],[-15.34578,28.01532],[-15.37065,28.01532],[-15.37103,28.03802],[-15.39644,28.03836],[-15.39728,28.19614],[-15.45016,28.19614],[-15.44978,28.15075],[-15.49874,28.15041],[-15.49897,28.1728],[-15.72826,28.17186],[-15.72788,28.08157],[-15.75328,28.08143]],[[-17.08208,28.13518],[-17.18579,28.22388],[-17.33846,28.2213],[-17.33756,28.17637],[-17.36297,28.17572],[-17.36038,28.06398],[-17.30867,28.01923],[-17.25785,28.01997],[-17.25768,27.99784],[-17.23199,27.99804],[-17.23211,28.02037],[-17.15633,28.02146],[-17.13154,28.06681],[-17.08084,28.068],[-17.08208,28.13518]],[[-16.44571,28.49113],[-16.52143,28.42261],[-16.87807,28.39542],[-16.87767,28.37293],[-16.92866,28.37219],[-16.92782,28.32758],[-16.90239,28.32793],[-16.90151,28.28277],[-16.87608,28.28322],[-16.87565,28.26055],[-16.85028,28.26079],[-16.8487,28.17075],[-16.82317,28.17087],[-16.8224,28.1259],[-16.7707,28.08161],[-16.74534,28.08181],[-16.7447,28.03679],[-16.7191,28.03714],[-16.71842,27.99192],[-16.61681,27.99305],[-16.61684,28.01532],[-16.51533,28.01648],[-16.4151,28.13113],[-16.41584,28.19761],[-16.34083,28.2893],[-16.34208,28.37951],[-16.31631,28.38019],[-16.31675,28.40176],[-16.26586,28.403],[-16.26535,28.44761],[-16.23858,28.44847],[-16.16475,28.49386],[-16.16481,28.51612],[-16.09934,28.51638],[-16.09951,28.5925],[-16.1278,28.59218],[-16.12793,28.60782],[-16.19162,28.60684],[-16.19125,28.58372],[-16.3446,28.58221],[-16.34433,28.55976],[-16.42092,28.55884],[-16.42059,28.53627],[-16.44625,28.53597],[-16.44571,28.49113]],[[-14.21537,28.33903],[-14.21688,28.22788],[-14.41575,28.11561],[-14.52244,28.11841],[-14.52156,28.04678],[-14.49593,28.04585],[-14.49628,28.06826],[-14.44666,28.0658],[-14.44578,28.04698],[-14.33197,28.03687],[-14.29132,28.04524],[-14.21472,28.11189],[-14.21537,28.15781],[-14.13866,28.15791],[-14.13871,28.17999],[-14.03696,28.17958],[-13.98564,28.22357],[-13.91582,28.22414],[-13.83151,28.39702],[-13.82885,28.53847],[-13.80339,28.53842],[-13.80258,28.6519],[-13.82786,28.6518],[-13.82757,28.71935],[-13.8013,28.71899],[-13.80007,28.78793],[-13.82896,28.78798],[-13.82902,28.76643],[-13.95617,28.76659],[-13.95652,28.74494],[-14.03358,28.72267],[-14.11151,28.4748],[-14.16417,28.45283],[-14.21537,28.33903]],[[-17.9424,28.87261],[-18.02241,28.80384],[-18.02125,28.74819],[-17.89395,28.52255],[-17.88463,28.44606],[-17.80601,28.4469],[-17.80861,28.4925],[-17.78316,28.49366],[-17.78331,28.54167],[-17.76225,28.5592],[-17.75197,28.58337],[-17.74573,28.61656],[-17.74579,28.67435],[-17.75708,28.67413],[-17.75744,28.69318],[-17.71293,28.73037],[-17.71398,28.76497],[-17.73949,28.76422],[-17.74127,28.832],[-17.76698,28.83122],[-17.76759,28.85378],[-17.89033,28.85151],[-17.89118,28.87371],[-17.9424,28.87261]],[[-13.85025,29.01659],[-13.85182,28.98343],[-13.85244,28.91486],[-13.90131,28.89245],[-13.9024,28.84698],[-13.80066,28.84566],[-13.80093,28.82311],[-13.77569,28.82305],[-13.69729,28.88982],[-13.69729,28.91277],[-13.60725,28.9118],[-13.43886,29.00024],[-13.43746,29.13513],[-13.4117,29.13499],[-13.41056,29.22298],[-13.45928,29.25559],[-13.45974,29.2942],[-13.50913,29.29456],[-13.51006,29.31635],[-13.56354,29.31729],[-13.56406,29.27138],[-13.53892,29.2712],[-13.53897,29.25004],[-13.56613,29.25013],[-13.5666,29.203],[-13.51565,29.20223],[-13.51565,29.18206],[-13.5398,29.18278],[-13.54089,29.13753],[-13.65782,29.13685],[-13.71322,29.09351],[-13.76634,29.09345],[-13.85025,29.01659]],[[1.50355,38.72532],[1.48133,38.91551],[1.55189,38.92544],[1.56673,38.95666],[1.64874,38.95833],[1.64799,38.99907],[1.73217,38.99936],[1.73147,39.04417],[1.64895,39.04319],[1.64816,39.12764],[1.39486,39.12657],[1.39544,39.08642],[1.22811,39.08526],[1.22911,39.0029],[1.14487,39.0018],[1.14528,38.832],[1.31136,38.83316],[1.31219,38.79065],[1.39469,38.79162],[1.39519,38.75296],[1.31128,38.75193],[1.31259,38.62388],[1.6489,38.62511],[1.64807,38.71115],[1.58456,38.71012],[1.58116,38.70054],[1.54915,38.70028],[1.51972,38.70921],[1.50355,38.72532]],[[2.31192,39.54179],[2.31223,39.49934],[2.43902,39.49934],[2.43871,39.48469],[2.43933,39.41611],[2.54507,39.41667],[2.54528,39.49942],[2.64538,39.49966],[2.64569,39.45774],[2.72885,39.45814],[2.72874,39.33342],[2.97904,39.3335],[2.97986,39.25015],[3.08302,39.24994],[3.31462,39.37855],[3.31506,39.47846],[3.48035,39.5959],[3.48148,39.79318],[3.14844,39.79357],[3.14823,39.83316],[3.23129,39.83292],[3.23139,40.00198],[3.14608,40.00198],[3.14566,39.96005],[2.92704,39.96016],[2.34601,39.62709],[2.22835,39.62606],[2.22907,39.541],[2.31192,39.54179]],[[-9.21855,42.90163],[-9.14661,42.77503],[-9.08834,42.72696],[-9.03655,42.73066],[-9.1092,42.57511],[-8.89106,41.82289],[-8.60704,42.03405],[-8.36762,42.05575],[-8.24848,42.1008],[-8.12933,42.03488],[-8.25185,41.90786],[-8.13045,41.78058],[-7.95398,41.84593],[-7.42569,41.78477],[-7.16829,41.87188],[-7.13345,41.94048],[-6.62988,41.91121],[-6.54783,41.85597],[-6.58717,41.68832],[-6.51523,41.64129],[-6.31628,41.64465],[-6.21737,41.5791],[-6.56244,41.26303],[-6.64112,41.26556],[-6.76814,41.13871],[-6.80186,41.03959],[-6.9536,41.03704],[-6.83783,40.87576],[-6.85356,40.60664],[-6.86818,40.44516],[-6.8086,40.34501],[-7.01767,40.26615],[-7.04128,40.13479],[-6.88616,40.02299],[-6.92213,39.87909],[-6.99519,39.81954],[-7.05027,39.67522],[-7.55271,39.67954],[-7.51449,39.58865],[-7.3279,39.45599],[-7.33689,39.35351],[-7.25596,39.28133],[-7.24472,39.19689],[-7.15255,39.16029],[-7.15368,39.09577],[-7.00081,39.08879],[-6.96934,39.01983],[-7.06151,38.90796],[-7.04352,38.87297],[-7.26383,38.73807],[-7.34027,38.44024],[-7.08062,38.15708],[-6.96147,38.20125],[-6.99632,38.10756],[-7.0143,38.02438],[-7.11771,38.05536],[-7.15368,38.01552],[-7.26833,37.98895],[-7.31666,37.83997],[-7.4249,37.75992],[-7.45013,37.66958],[-7.52196,37.57237],[-7.51916,37.52292],[-7.50197,37.51641],[-7.4647,37.45305],[-7.46963,37.40758],[-7.4481,37.39094],[-7.44597,37.33261],[-7.43805,37.2452],[-7.42492,37.23505],[-7.42029,37.21183],[-7.40832,37.16822],[-7.37535,37.15354],[-7.26474,37.18435],[-7.04264,37.18507],[-6.87448,37.10838],[-6.62989,37.0194],[-6.49052,36.91738],[-6.41588,36.79939],[-6.47433,36.74897],[-6.40419,36.6235],[-6.32146,36.58163],[-6.33585,36.53106],[-6.23154,36.37701],[-6.15061,36.28646],[-6.07752,36.22241],[-6.03573,36.1781],[-5.99834,36.1645],[-5.94003,36.16556],[-5.93848,36.12215],[-5.85668,36.12421],[-5.85506,36.03856],[-5.68996,36.04053],[-5.68886,36.00365],[-5.43532,36.00344],[-5.43658,36.03889],[-5.35161,36.04014],[-5.35248,36.12247],[-5.26809,36.12418],[-5.28411,36.19702],[-5.16995,36.35135],[-4.9188,36.45313],[-4.65712,36.44042],[-4.37435,36.66333],[-3.72804,36.69291],[-3.46108,36.65488],[-3.09402,36.71263],[-2.92015,36.66756],[-2.68129,36.65911],[-2.37219,36.78018],[-2.21588,36.66192],[-2.06835,36.69291],[-1.85408,36.91229],[-1.6767,37.27652],[-1.44089,37.39037],[-1.33832,37.52867],[-1.11071,37.51641],[-0.91963,37.53758],[-0.71939,37.58784],[-0.66415,37.62315],[-0.68831,37.734],[-0.72158,37.78306],[-0.73237,37.88107],[-0.68111,37.94562],[-0.63705,37.96122],[-0.61367,38.11986],[-0.584,38.17219],[-0.45451,38.14886],[-0.42933,38.16583],[-0.48238,38.19481],[-0.50487,38.28309],[-0.45091,38.33108],[-0.38347,38.33813],[-0.37987,38.39312],[-0.27197,38.47624],[-0.05705,38.52691],[-0.0022,38.60706],[0.09581,38.61338],[0.25587,38.72642],[0.23429,38.79864],[0.12189,38.87218],[0.00949,38.88268],[-0.11101,38.97222],[-0.21352,39.15585],[-0.18564,39.17746],[-0.28636,39.33343],[-0.29085,39.50363],[-0.18474,39.63117],[-0.09392,39.81169],[0.01039,39.89522],[0.07513,40.01447],[0.16415,40.06472],[0.26756,40.19192],[0.43392,40.37576],[0.55801,40.55022],[0.66502,40.53587],[0.87813,40.67514],[0.9114,40.73376],[0.75854,40.81956],[1.08585,41.04849],[1.17937,41.04646],[1.3763,41.11627],[1.86008,41.22322],[2.16492,41.29893],[2.26293,41.42716],[2.78358,41.63718],[3.06054,41.76474],[3.19452,41.85589],[3.24668,41.95294],[3.23055,42.126],[3.14759,42.12606],[3.14759,42.2073],[3.31397,42.20702],[3.31389,42.29084],[3.39739,42.29009],[3.39785,42.33404],[3.31412,42.33399],[3.31415,42.37604],[3.23049,42.37644],[3.23078,42.45934],[3.06388,42.45915],[3.06388,42.50085],[2.81126,42.50104],[2.81133,42.45961],[2.64448,42.45924],[2.64479,42.37626],[2.48098,42.37594],[2.48048,42.41797],[2.39768,42.41784],[2.39693,42.45994],[2.06456,42.45902],[2.06386,42.50164],[1.73164,42.50118],[1.73041,42.54342],[1.64328,42.54245],[1.64436,42.50203],[1.4813,42.50107],[1.48061,42.71034],[1.41137,42.70939],[1.36326,42.74155],[1.17532,42.73429],[1.10878,42.79898],[0.9676,42.81811],[0.71492,42.88272],[0.64118,42.85767],[0.62769,42.7224],[0.44875,42.71447],[0.36422,42.74287],[0.30218,42.71777],[0.18618,42.7541],[-0.03143,42.71249],[-0.14563,42.81086],[-0.31648,42.86558],[-0.42889,42.82009],[-0.50442,42.84845],[-0.55118,42.82207],[-0.69685,42.90314],[-0.71484,42.96108],[-0.7562,42.98213],[-0.94234,42.9749],[-1.00619,43.00778],[-1.19232,43.06496],[-1.27955,43.07744],[-1.23549,43.13325],[-1.30203,43.13522],[-1.36407,43.11159],[-1.37307,43.05117],[-1.41983,43.06036],[-1.44231,43.08336],[-1.37037,43.1713],[-1.35688,43.23815],[-1.36677,43.27614],[-1.47799,43.31284],[-1.56305,43.31338],[-1.56359,43.29212],[-1.60344,43.29266],[-1.60299,43.31295],[-1.64498,43.31332],[-1.64467,43.33372],[-1.68811,43.33413],[-1.68904,43.31291],[-1.72259,43.31318],[-1.71135,43.33125],[-1.71005,43.37569],[-1.77005,43.37605],[-1.7698,43.39644],[-1.85528,43.39725],[-1.9854,43.3563],[-2.30462,43.31706],[-2.74524,43.47551],[-2.93857,43.46246],[-3.1083,43.38163],[-3.56128,43.54236],[-3.74,43.48693],[-3.80295,43.51954],[-4.18399,43.42492],[-4.61562,43.4192],[-4.90899,43.48367],[-5.17875,43.49916],[-5.28553,43.56191],[-5.60363,43.57087],[-5.85204,43.6799],[-6.12293,43.57901],[-6.24882,43.6075],[-7.19975,43.58308],[-7.31889,43.67827],[-7.66284,43.80982],[-7.83591,43.73743],[-7.85605,43.79146],[-7.9172,43.78264],[-7.99921,43.7234],[-8.06467,43.72392],[-8.27761,43.57088],[-8.33444,43.57974],[-8.36033,43.46342],[-8.36105,43.41118],[-8.45745,43.39184],[-8.52507,43.36465],[-8.52435,43.3364],[-8.55097,43.32332],[-8.60996,43.3296],[-8.70635,43.305],[-8.78548,43.31914],[-8.82217,43.37354],[-8.87613,43.37407],[-8.8639,43.32908],[-8.92936,43.32699],[-8.93727,43.30553],[-8.99986,43.29558],[-8.99842,43.24477],[-9.03367,43.24267],[-9.06748,43.19916],[-9.14733,43.21018],[-9.2315,43.17032],[-9.25236,43.10417],[-9.30991,43.06004],[-9.27898,42.9822],[-9.30991,42.93113],[-9.2761,42.86051],[-9.21855,42.90163]],[[4.0628,40.12722],[4.06242,40.08499],[3.81287,40.08529],[3.81204,40.04344],[3.72908,40.0438],[3.72862,39.95842],[3.81266,39.9576],[3.81228,39.91644],[3.9609,39.91598],[4.19381,39.79131],[4.31503,39.79058],[4.31599,39.83293],[4.39874,39.83204],[4.39737,39.91858],[4.3158,39.91933],[4.31619,40.0434],[4.2319,40.04436],[4.23248,40.08478],[4.14915,40.08611],[4.14906,40.12552],[4.0628,40.12722]]]},{"id":"Cattaraugus_NY_2020","name":"Cattaraugus County Orthoimagery (2020)","type":"wms","template":"https://maps2.cattco.org/arcgiswebadaptor/rest/services/AerialPhotos/MapServer/export?f=image&format=jpg&layers=show:12&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-79.06186,42.5468],[-79.06174,41.99622],[-78.29557,41.99625],[-78.2955,42.53232],[-78.45273,42.53234],[-78.45271,42.5468],[-78.49202,42.54682],[-78.49204,42.53231],[-78.55096,42.53232],[-78.55097,42.51783],[-78.62955,42.51783],[-78.62954,42.50335],[-78.66885,42.50334],[-78.66883,42.48887],[-78.74745,42.48885],[-78.74741,42.4744],[-78.8064,42.47436],[-78.80635,42.45992],[-78.8457,42.45988],[-78.84564,42.44544],[-78.88487,42.44539],[-78.88494,42.45993],[-78.92416,42.45988],[-78.92423,42.47443],[-78.94379,42.47437],[-78.94387,42.50341],[-78.96343,42.50334],[-78.96352,42.51789],[-78.98307,42.51783],[-78.98316,42.54688],[-79.06186,42.5468]]],"terms_url":"https://www.cattco.org/real-property-and-gis","terms_text":"Cattaraugus County Real Property Services","description":"Spring 2020 3-inch resolution orthoimagery for Cattaraugus County in the State of New York","icon":"https://www.cattco.org/sites/default/files/inline-images/cattcoseal_0.png"},{"id":"Cattaraugus_NY_2021","name":"Cattaraugus County Orthoimagery (2021)","type":"wms","template":"https://maps2.cattco.org/arcgiswebadaptor/rest/services/AerialPhotos/MapServer/export?f=image&format=jpg&layers=show:8&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-79.06186,42.5468],[-79.06174,41.99622],[-78.29557,41.99625],[-78.2955,42.53232],[-78.45273,42.53234],[-78.45271,42.5468],[-78.49202,42.54682],[-78.49204,42.53231],[-78.55096,42.53232],[-78.55097,42.51783],[-78.62955,42.51783],[-78.62954,42.50335],[-78.66885,42.50334],[-78.66883,42.48887],[-78.74745,42.48885],[-78.74741,42.4744],[-78.8064,42.47436],[-78.80635,42.45992],[-78.8457,42.45988],[-78.84564,42.44544],[-78.88487,42.44539],[-78.88494,42.45993],[-78.92416,42.45988],[-78.92423,42.47443],[-78.94379,42.47437],[-78.94387,42.50341],[-78.96343,42.50334],[-78.96352,42.51789],[-78.98307,42.51783],[-78.98316,42.54688],[-79.06186,42.5468]]],"terms_url":"https://www.cattco.org/real-property-and-gis","terms_text":"Cattaraugus County Real Property Services","description":"Spring 2021 1-foot resolution orthoimagery for Cattaraugus County in the State of New York","icon":"https://www.cattco.org/sites/default/files/inline-images/cattcoseal_0.png"},{"id":"Cattaraugus_NY_2023","name":"Cattaraugus County Orthoimagery (2023)","type":"wms","template":"https://maps2.cattco.org/arcgiswebadaptor/rest/services/AerialPhotos/MapServer/export?f=image&format=jpg&layers=show:44&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-79.06186,42.5468],[-79.06174,41.99622],[-78.29557,41.99625],[-78.2955,42.53232],[-78.45273,42.53234],[-78.45271,42.5468],[-78.49202,42.54682],[-78.49204,42.53231],[-78.55096,42.53232],[-78.55097,42.51783],[-78.62955,42.51783],[-78.62954,42.50335],[-78.66885,42.50334],[-78.66883,42.48887],[-78.74745,42.48885],[-78.74741,42.4744],[-78.8064,42.47436],[-78.80635,42.45992],[-78.8457,42.45988],[-78.84564,42.44544],[-78.88487,42.44539],[-78.88494,42.45993],[-78.92416,42.45988],[-78.92423,42.47443],[-78.94379,42.47437],[-78.94387,42.50341],[-78.96343,42.50334],[-78.96352,42.51789],[-78.98307,42.51783],[-78.98316,42.54688],[-79.06186,42.5468]]],"terms_url":"https://www.cattco.org/real-property-and-gis","terms_text":"Cattaraugus County Real Property Services","description":"Spring 2023 9-inch resolution orthoimagery for Cattaraugus County in the State of New York","icon":"https://www.cattco.org/sites/default/files/inline-images/cattcoseal_0.png"},{"id":"CBJ_Aerial_20130611","name":"CBJ Aerial Imagery (2013)","type":"wms","template":"https://epv.ci.juneau.ak.us/arcgis/rest/services/prod/aerial_layers_ipv/MapServer/export?f=image&format=jpg&layers=show:2&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2013-06-11T00:00:00.000Z","startDate":"2013-06-11T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-133.99011,58.0885],[-134.09657,58.08868],[-134.04817,58.04655],[-133.98971,58.04593],[-133.99011,58.0885]],[[-133.74024,58.11767],[-133.71484,58.12254],[-133.7148,58.13439],[-133.71069,58.13926],[-133.69724,58.14554],[-133.6927,58.14909],[-133.69772,58.15153],[-133.70162,58.15011],[-133.70409,58.14957],[-133.70561,58.14943],[-133.71332,58.14965],[-133.72018,58.14905],[-133.72568,58.14727],[-133.72716,58.14727],[-133.73615,58.14504],[-133.74567,58.14454],[-133.75057,58.14109],[-133.75305,58.14028],[-133.75334,58.13787],[-133.75553,58.13652],[-133.76001,58.13139],[-133.75652,58.13042],[-133.75202,58.12688],[-133.75039,58.124],[-133.74769,58.12299],[-133.74494,58.12224],[-133.74261,58.12071],[-133.74024,58.11767]]],"terms_url":"https://juneau.org/","terms_text":"City and Borough of Juneau"},{"id":"CBJ_Aerial_20230618","name":"CBJ Aerial Imagery (June 2023)","type":"wms","template":"https://epv.ci.juneau.ak.us/arcgis/rest/services/prod/aerial_layers_ipv/MapServer/export?f=image&format=jpg&layers=show:1,4&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-06-18T00:00:00.000Z","startDate":"2023-06-18T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-134.61874,58.22512],[-134.62587,58.20943],[-134.71336,58.20403],[-134.72282,58.20134],[-134.73386,58.19908],[-134.74061,58.19488],[-134.74433,58.19001],[-134.74686,58.17393],[-134.7677,58.16534],[-134.76362,58.13428],[-134.77373,58.09475],[-134.7398,58.06273],[-134.72317,58.05733],[-134.71279,58.05601],[-134.68565,58.05699],[-134.66252,58.0638],[-134.6085,58.07173],[-134.59713,58.07391],[-134.59085,58.07765],[-134.59415,58.08426],[-134.59972,58.0904],[-134.61136,58.09834],[-134.62597,58.10441],[-134.63891,58.10247],[-134.65819,58.10296],[-134.66839,58.10186],[-134.69836,58.0892],[-134.70603,58.08837],[-134.71381,58.0994],[-134.71601,58.10467],[-134.71628,58.10976],[-134.72444,58.12512],[-134.72654,58.13925],[-134.72481,58.14601],[-134.70383,58.14982],[-134.68464,58.14901],[-134.6667,58.14941],[-134.63493,58.15118],[-134.60069,58.16042],[-134.56788,58.16435],[-134.54221,58.16994],[-134.55267,58.19067],[-134.25079,58.1834],[-134.26035,58.22544],[-134.25344,58.23108],[-134.26416,58.23664],[-134.25935,58.2452],[-134.24933,58.2535],[-134.24197,58.25831],[-134.23749,58.26543],[-134.24977,58.27302],[-134.26159,58.28616],[-134.26439,58.28704],[-134.27685,58.2873],[-134.28833,58.29349],[-134.29511,58.29384],[-134.30203,58.31231],[-134.29658,58.31517],[-134.29634,58.32237],[-134.29946,58.32774],[-134.3063,58.33112],[-134.33102,58.33176],[-134.34054,58.34178],[-134.33874,58.35593],[-134.37859,58.36031],[-134.40874,58.35584],[-134.41222,58.3569],[-134.40986,58.36293],[-134.42225,58.38424],[-134.41663,58.39376],[-134.42471,58.39741],[-134.44312,58.40132],[-134.45563,58.40175],[-134.47051,58.3993],[-134.46867,58.40926],[-134.46141,58.41038],[-134.45724,58.41977],[-134.46837,58.43423],[-134.4754,58.43859],[-134.48694,58.43851],[-134.49071,58.4441],[-134.59533,58.45767],[-134.60696,58.44458],[-134.60857,58.43626],[-134.6169,58.43231],[-134.63058,58.44381],[-134.65845,58.45851],[-134.69286,58.49672],[-134.70279,58.52028],[-134.68519,58.52654],[-134.66018,58.52954],[-134.66519,58.55193],[-134.7205,58.55506],[-134.71495,58.58193],[-134.72745,58.59183],[-134.78041,58.59177],[-134.83179,58.63274],[-134.84326,58.6543],[-134.84905,58.69617],[-134.89666,58.74875],[-134.89898,58.76618],[-134.90881,58.78763],[-134.90514,58.80576],[-134.94182,58.82834],[-134.98561,58.84282],[-134.98695,58.85249],[-134.99512,58.86044],[-135.02297,58.86831],[-135.0404,58.87998],[-135.05083,58.88216],[-135.06905,58.88235],[-135.0768,58.88546],[-135.0802,58.89039],[-135.08903,58.89552],[-135.10825,58.89595],[-135.12065,58.88613],[-135.14665,58.88392],[-135.15619,58.85909],[-135.14359,58.84611],[-135.0649,58.79625],[-135.02283,58.7749],[-135.00264,58.77307],[-135.07382,58.50253],[-134.61874,58.22512]],[[-133.94232,58.44431],[-133.91425,58.44443],[-133.91334,58.45398],[-133.92971,58.46561],[-133.92825,58.48278],[-133.9327,58.49277],[-133.94562,58.49491],[-133.96469,58.47627],[-133.94232,58.44431]],[[-133.77957,58.5322],[-133.77187,58.52417],[-133.74812,58.52151],[-133.67201,58.53822],[-133.66397,58.54841],[-133.68627,58.55485],[-133.77957,58.5322]]],"terms_url":"https://juneau.org/","terms_text":"City and Borough of Juneau"},{"id":"CBJ_Aerial_20230516","name":"CBJ Aerial Imagery (May 2023)","type":"wms","template":"https://epv.ci.juneau.ak.us/arcgis/rest/services/prod/aerial_layers_ipv/MapServer/export?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-05-16T00:00:00.000Z","startDate":"2023-05-16T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-134.77726,58.44302],[-134.78712,58.36028],[-134.69295,58.36649],[-134.66977,58.32924],[-134.61688,58.32925],[-134.60905,58.3207],[-134.5946,58.32468],[-134.58405,58.33389],[-134.57548,58.33394],[-134.56675,58.33753],[-134.53093,58.33615],[-134.50906,58.33245],[-134.51402,58.3288],[-134.37264,58.25791],[-134.34996,58.26849],[-134.2962,58.24016],[-134.28728,58.24533],[-134.28751,58.24774],[-134.39836,58.30093],[-134.3979,58.30453],[-134.38235,58.30573],[-134.38167,58.31108],[-134.42979,58.31066],[-134.46581,58.33512],[-134.46969,58.33542],[-134.47129,58.33668],[-134.47701,58.3383],[-134.47975,58.33836],[-134.47998,58.34082],[-134.4833,58.34106],[-134.48287,58.35052],[-134.47178,58.36024],[-134.48698,58.36623],[-134.52562,58.36575],[-134.52539,58.36257],[-134.54127,58.36389],[-134.56768,58.36371],[-134.57019,58.36515],[-134.56957,58.37207],[-134.53929,58.40568],[-134.60209,58.4161],[-134.61446,58.42003],[-134.61931,58.41634],[-134.60671,58.41105],[-134.6125,58.40123],[-134.63957,58.39626],[-134.64779,58.39238],[-134.66581,58.38626],[-134.69476,58.38449],[-134.7142,58.38118],[-134.72978,58.3813],[-134.75124,58.40761],[-134.75188,58.43221],[-134.75741,58.44515],[-134.77726,58.44302]]],"terms_url":"https://juneau.org/","terms_text":"City and Borough of Juneau","best":true},{"id":"Charlotte_Ortho_2020","name":"Charlotte County Orthoimagery (2020)","type":"wms","template":"https://agis.charlottecountyfl.gov/arcgis/rest/services/Aerials/Raster2020/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.26451,26.94701],[-82.38809,26.94605],[-82.26226,26.71081],[-82.06476,26.7683],[-81.55921,26.76777],[-81.55814,27.04285],[-82.2647,27.0433],[-82.26451,26.94701]]],"terms_url":"https://www.charlottecountyfl.gov/gis/","terms_text":"Charlotte County Geographic Information Systems","description":"The 2020 orthoimagery for Charlotte County in the State of Florida"},{"id":"Charlotte_Ortho_2022","name":"Charlotte County Orthoimagery (2022)","type":"wms","template":"https://agis.charlottecountyfl.gov/arcgis/rest/services/Aerials/Aerials2022_Post_IAN/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.26451,26.94701],[-82.38809,26.94605],[-82.26123,26.69942],[-82.06476,26.7683],[-82.00362,26.76846],[-82.00362,26.79597],[-81.98823,26.79592],[-81.98828,26.82343],[-81.97289,26.82343],[-81.97286,26.83721],[-81.95752,26.83719],[-81.95746,26.87845],[-81.94222,26.87854],[-81.94215,26.98851],[-81.98825,26.98844],[-81.98817,27.04348],[-82.2647,27.0433],[-82.26451,26.94701]]],"terms_url":"https://www.charlottecountyfl.gov/gis/","terms_text":"Charlotte County Geographic Information Systems","description":"The 2022 orthoimagery for Charlotte County in the State of Florida"},{"id":"Charlotte_Ortho_2023","name":"Charlotte County Orthoimagery (2023)","type":"wms","template":"https://agis.charlottecountyfl.gov/arcgis/rest/services/Aerials/Aerials2023/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.26451,26.94701],[-82.38809,26.94605],[-82.26123,26.69942],[-82.06476,26.7683],[-82.00362,26.76846],[-82.00362,26.79597],[-81.98823,26.79592],[-81.98828,26.82343],[-81.97289,26.82343],[-81.97286,26.83721],[-81.95752,26.83719],[-81.95746,26.87845],[-81.94222,26.87854],[-81.94215,26.98851],[-81.98825,26.98844],[-81.98817,27.04348],[-82.2647,27.0433],[-82.26451,26.94701]]],"terms_url":"https://www.charlottecountyfl.gov/gis/","terms_text":"Charlotte County Geographic Information Systems","description":"The 2023 orthoimagery for Charlotte County in the State of Florida"},{"id":"Charlotte_Ortho_2024","name":"Charlotte County Orthoimagery (2024)","type":"wms","template":"https://agis.charlottecountyfl.gov/arcgis/rest/services/Aerials/Aerials2024/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.26451,26.94701],[-82.38809,26.94605],[-82.26123,26.69942],[-82.06476,26.7683],[-82.00362,26.76846],[-82.00362,26.79597],[-81.98823,26.79592],[-81.98828,26.82343],[-81.97289,26.82343],[-81.97286,26.83721],[-81.95752,26.83719],[-81.95746,26.87845],[-81.94222,26.87854],[-81.94215,26.98851],[-81.98825,26.98844],[-81.98817,27.04348],[-82.2647,27.0433],[-82.26451,26.94701]]],"terms_url":"https://www.charlottecountyfl.gov/gis/","terms_text":"Charlotte County Geographic Information Systems","description":"The 2024 orthoimagery for Charlotte County in the State of Florida"},{"id":"UrbISOrtho","name":"CIRB/CIBG most recent aerial imagery","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/urbisgrid/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Ortho&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"photo","projection":"EPSG:3857","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"Citrus_Ortho_2020","name":"Citrus County Orthoimagery (2020)","type":"wms","template":"https://gis.citruspa.org/arcgisweb/rest/services/Tyler/2020_Aerials/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-02-01T00:00:00.000Z","startDate":"2019-12-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.78572,29.0214],[-82.7192,28.69176],[-82.42429,28.69321],[-82.42452,28.65186],[-82.25311,28.65241],[-82.25289,28.67976],[-82.23799,28.67987],[-82.23733,28.72122],[-82.22215,28.72122],[-82.22193,28.73484],[-82.20637,28.73517],[-82.20626,28.74873],[-82.17513,28.74873],[-82.17524,28.77641],[-82.15979,28.77652],[-82.15985,28.81754],[-82.1753,28.81748],[-82.17538,28.83132],[-82.19108,28.83135],[-82.19097,28.84508],[-82.2067,28.84502],[-82.20667,28.85881],[-82.22229,28.85883],[-82.22238,28.87248],[-82.23755,28.8724],[-82.23805,28.90013],[-82.26901,28.89957],[-82.26923,28.92714],[-82.28468,28.92659],[-82.28512,28.95449],[-82.30046,28.9546],[-82.30069,28.98216],[-82.31625,28.98205],[-82.31614,28.99595],[-82.34748,28.99595],[-82.34793,29.00973],[-82.37883,29.00929],[-82.37905,29.02329],[-82.3945,29.0234],[-82.39461,29.03697],[-82.42618,29.03708],[-82.42602,29.05086],[-82.45742,29.05058],[-82.45764,29.06487],[-82.50444,29.06442],[-82.50444,29.05053],[-82.58281,29.05008],[-82.58236,29.03624],[-82.73893,29.03574],[-82.7387,29.02196],[-82.78572,29.0214]]],"terms_url":"https://www.citruspa.org/","terms_text":"Citrus County Property Appraiser's Office","description":"The 2020 orthoimagery for Citrus County in the State of Florida"},{"id":"Citrus_Ortho_2023","name":"Citrus County Orthoimagery (2023)","type":"wms","template":"https://gis.citruspa.org/arcgisweb/rest/services/Tyler/2023_Aerials/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-02-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.78572,29.0214],[-82.7192,28.69176],[-82.42429,28.69321],[-82.42452,28.65186],[-82.25311,28.65241],[-82.25289,28.67976],[-82.23799,28.67987],[-82.23733,28.72122],[-82.22215,28.72122],[-82.22193,28.73484],[-82.20637,28.73517],[-82.20626,28.74873],[-82.17513,28.74873],[-82.17524,28.77641],[-82.15979,28.77652],[-82.15985,28.81754],[-82.1753,28.81748],[-82.17538,28.83132],[-82.19108,28.83135],[-82.19097,28.84508],[-82.2067,28.84502],[-82.20667,28.85881],[-82.22229,28.85883],[-82.22238,28.87248],[-82.23755,28.8724],[-82.23805,28.90013],[-82.26901,28.89957],[-82.26923,28.92714],[-82.28468,28.92659],[-82.28512,28.95449],[-82.30046,28.9546],[-82.30069,28.98216],[-82.31625,28.98205],[-82.31614,28.99595],[-82.34748,28.99595],[-82.34793,29.00973],[-82.37883,29.00929],[-82.37905,29.02329],[-82.3945,29.0234],[-82.39461,29.03697],[-82.42618,29.03708],[-82.42602,29.05086],[-82.45742,29.05058],[-82.45764,29.06487],[-82.50444,29.06442],[-82.50444,29.05053],[-82.58281,29.05008],[-82.58236,29.03624],[-82.73893,29.03574],[-82.7387,29.02196],[-82.78572,29.0214]]],"terms_url":"https://www.citruspa.org/","terms_text":"Citrus County Property Appraiser's Office","description":"The 2023 orthoimagery for Citrus County in the State of Florida"},{"id":"Berkeley_CA_Latest","name":"City of Berkeley Orthoimagery (Latest)","type":"wms","template":"https://gis.cityofberkeley.info/arcgis3/rest/services/Imagery/Orthophoto/MapServer/export?f=image&format=jpg&layers=show:4&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-122.33114,37.91366],[-122.32929,37.83396],[-122.20122,37.83574],[-122.20233,37.88658],[-122.23899,37.88615],[-122.23928,37.90048],[-122.2576,37.90029],[-122.25793,37.91477],[-122.33114,37.91366]]],"terms_url":"https://berkeleyca.gov/","terms_text":"City of Berkeley","description":"Latest 3-inch resolution imagery for Berkeley in the State of California","icon":"https://berkeleyca.gov/themes/custom/berkeley_zurb/logo.svg"},{"id":"Bozeman_MT_2021","name":"City of Bozeman Aerial Photography (2021)","type":"wms","template":"https://gisweb.bozeman.net/image/services/COB_20210417_WGS84_WebMercator/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-04-17T00:00:00.000Z","startDate":"2021-04-17T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-111.11853,45.75121],[-111.1187,45.73664],[-111.14471,45.73659],[-111.14494,45.71462],[-111.13456,45.71467],[-111.13509,45.68218],[-111.15272,45.68215],[-111.15272,45.67971],[-111.16263,45.6797],[-111.1626,45.67032],[-111.1552,45.67015],[-111.15509,45.6513],[-111.13548,45.65113],[-111.13531,45.63794],[-111.12515,45.63096],[-111.10951,45.63087],[-111.10948,45.6237],[-111.10432,45.62367],[-111.08871,45.61294],[-111.07852,45.61293],[-111.07677,45.61067],[-111.07671,45.5802],[-111.04551,45.59404],[-111.02002,45.59389],[-111.02004,45.60568],[-111.01056,45.60572],[-111.01058,45.62009],[-111.00105,45.62006],[-111.00103,45.6273],[-110.97011,45.62733],[-110.97007,45.6382],[-110.96011,45.63817],[-110.95998,45.65255],[-110.95475,45.65255],[-110.95404,45.69923],[-110.96973,45.69994],[-110.96998,45.7036],[-110.96986,45.73627],[-111.04063,45.73675],[-111.04051,45.74041],[-111.06631,45.74044],[-111.06635,45.74662],[-111.06888,45.75132],[-111.11853,45.75121]]],"terms_url":"https://public-bozeman.opendata.arcgis.com/","terms_text":"City of Bozeman GIS Department","description":"2021 aerial photography for City of Bozeman in the State of Montana","icon":"https://www.bozeman.net/Project/Contents/Main/_gfx/cmn/logo.svg"},{"id":"Bozeman_MT_2023","name":"City of Bozeman Aerial Photography (2023)","type":"wms","template":"https://gisweb.bozeman.net/image/services/COB_20230430_WebMercator/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-04-30T00:00:00.000Z","startDate":"2023-04-30T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-111.11853,45.75121],[-111.1187,45.73664],[-111.14471,45.73659],[-111.14494,45.71462],[-111.13456,45.71467],[-111.13509,45.68218],[-111.15272,45.68215],[-111.15272,45.67971],[-111.16263,45.6797],[-111.1626,45.67032],[-111.1552,45.67015],[-111.15509,45.6513],[-111.13548,45.65113],[-111.13531,45.63794],[-111.12515,45.63096],[-111.10951,45.63087],[-111.10948,45.6237],[-111.10432,45.62367],[-111.08871,45.61294],[-111.07852,45.61293],[-111.07677,45.61067],[-111.07671,45.5802],[-111.04551,45.59404],[-111.02002,45.59389],[-111.02004,45.60568],[-111.01056,45.60572],[-111.01058,45.62009],[-111.00105,45.62006],[-111.00103,45.6273],[-110.97011,45.62733],[-110.97007,45.6382],[-110.96011,45.63817],[-110.95998,45.65255],[-110.95475,45.65255],[-110.95404,45.69923],[-110.96973,45.69994],[-110.96998,45.7036],[-110.96986,45.73627],[-111.04063,45.73675],[-111.04051,45.74041],[-111.06631,45.74044],[-111.06635,45.74662],[-111.06888,45.75132],[-111.11853,45.75121]]],"terms_url":"https://public-bozeman.opendata.arcgis.com/","terms_text":"City of Bozeman GIS Department","description":"2023 aerial photography for City of Bozeman in the State of Montana","icon":"https://www.bozeman.net/Project/Contents/Main/_gfx/cmn/logo.svg"},{"id":"Burbank_CA_2021","name":"City of Burbank Orthoimagery (2021)","type":"tms","template":"https://mobilegis.burbankca.gov/burgis/rest/services/Ortho/Base_2021_3in_Webmerc_Notitles/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-03-16T00:00:00.000Z","startDate":"2021-02-04T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-118.27124,34.22771],[-118.37562,34.22771],[-118.37562,34.13313],[-118.27124,34.13313],[-118.27124,34.22771]]],"terms_url":"https://gis.burbankca.gov/","terms_text":"City of Burbank","description":"2021 3-inch resolution imagery for Burbank in the State of California","icon":"https://www.burbankca.gov/o/gov-burbankca-theme/images/R1_Logo_Package_B-CoB_Color_Horizontal_2.svg"},{"id":"Burbank_CA_2024","name":"City of Burbank Orthoimagery (2024)","type":"wms","template":"https://mobilegis.burbankca.gov/burgis/rest/services/Ortho/Base_2024_4in/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-03-16T00:00:00.000Z","startDate":"2024-02-04T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-118.27124,34.22771],[-118.37562,34.22771],[-118.37562,34.13313],[-118.27124,34.13313],[-118.27124,34.22771]]],"terms_url":"https://gis.burbankca.gov/","terms_text":"City of Burbank","description":"2024 4-inch resolution imagery for Burbank in the State of California","icon":"https://www.burbankca.gov/o/gov-burbankca-theme/images/R1_Logo_Package_B-CoB_Color_Horizontal_2.svg"},{"id":"South_Africa-CapeTown-Aerial-2013","name":"City of Cape Town 2013 Aerial","type":"tms","template":"https://{switch:a,b,c}.coct.aerial.openstreetmap.org.za/layer/za_coct_aerial_2013/{zoom}/{x}/{y}.jpg","category":"historicphoto","endDate":"2015-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[4,21],"polygon":[[[18.44866,-33.89362],[18.39773,-33.89335],[18.37284,-33.91776],[18.37262,-33.92927],[18.36381,-33.92925],[18.36287,-33.97351],[18.3398,-33.98663],[18.33974,-34.00127],[18.32892,-34.00125],[18.32877,-34.0192],[18.30682,-34.02526],[18.29607,-34.04513],[18.32,-34.06443],[18.34275,-34.06433],[18.35505,-34.05538],[18.36125,-34.05972],[18.33932,-34.08828],[18.34993,-34.10421],[18.32367,-34.13469],[18.3114,-34.14353],[18.31187,-34.15438],[18.32767,-34.16346],[18.32747,-34.18149],[18.34923,-34.18162],[18.37068,-34.21789],[18.37016,-34.28087],[18.39177,-34.29002],[18.3916,-34.31707],[18.46737,-34.35349],[18.46743,-34.36251],[18.49992,-34.36262],[18.50011,-34.34458],[18.48922,-34.34458],[18.46771,-34.29941],[18.486,-34.25437],[18.47889,-34.25437],[18.48662,-34.24539],[18.46593,-34.19121],[18.44673,-34.19111],[18.44681,-34.18211],[18.43597,-34.18202],[18.436,-34.16405],[18.44445,-34.16409],[18.44637,-34.13423],[18.47974,-34.11012],[18.65337,-34.07748],[18.76176,-34.08405],[18.85488,-34.15627],[18.81565,-34.17413],[18.81549,-34.21028],[18.84803,-34.23739],[18.84802,-34.2644],[18.83712,-34.26438],[18.83714,-34.27342],[18.86971,-34.27344],[18.86969,-34.26441],[18.87927,-34.26443],[18.88059,-34.25534],[18.88942,-34.25541],[18.88784,-34.23735],[18.90176,-34.23626],[18.90236,-34.21935],[18.93489,-34.21933],[18.93487,-34.20137],[18.9457,-34.20132],[18.94574,-34.19232],[18.95656,-34.19236],[18.95656,-34.18332],[18.96746,-34.1833],[18.96742,-34.17427],[18.97832,-34.17429],[18.97827,-34.16529],[18.98918,-34.1653],[18.98918,-34.1473],[18.96742,-34.14732],[18.96742,-34.13831],[18.95656,-34.13824],[18.9566,-34.12924],[18.96749,-34.12925],[18.9675,-34.11121],[18.97832,-34.11123],[18.97832,-34.10218],[18.98918,-34.1022],[18.98915,-34.09317],[19.00002,-34.0932],[19,-34.08413],[19.01079,-34.08414],[19.01084,-34.05725],[19.00002,-34.05718],[19.00002,-34.03913],[18.98916,-34.03913],[18.98914,-34.02114],[18.97833,-34.02114],[18.97822,-34.01208],[18.96747,-34.01208],[18.96743,-34.003],[18.94586,-34.0031],[18.94588,-33.99403],[18.91348,-33.99396],[18.91342,-34.012],[18.90258,-34.012],[18.90252,-34.02103],[18.88518,-34.02132],[18.88546,-34.02343],[18.86819,-34.02117],[18.86827,-34.02208],[18.85986,-34.02101],[18.85993,-34.02347],[18.84847,-34.02185],[18.84842,-34.03001],[18.838,-34.03],[18.83798,-34.03165],[18.81634,-34.02993],[18.81594,-34.03897],[18.80341,-34.03892],[18.80324,-34.04118],[18.79845,-34.04119],[18.79388,-34.0407],[18.79403,-34.03894],[18.77258,-34.03891],[18.7726,-34.0299],[18.76178,-34.02988],[18.76191,-33.9848],[18.75108,-33.98478],[18.75146,-33.90352],[18.76227,-33.90359],[18.76236,-33.84052],[18.77313,-33.84052],[18.77311,-33.83152],[18.79472,-33.83154],[18.79476,-33.81355],[18.80551,-33.81357],[18.80559,-33.79551],[18.81637,-33.79551],[18.81652,-33.74137],[18.83804,-33.74139],[18.83812,-33.72343],[18.82733,-33.72347],[18.8274,-33.70544],[18.80581,-33.70539],[18.80581,-33.67831],[18.8166,-33.67832],[18.81667,-33.66029],[18.82752,-33.6603],[18.82746,-33.6333],[18.77371,-33.63319],[18.77364,-33.64225],[18.75208,-33.64219],[18.75204,-33.66925],[18.69807,-33.66907],[18.69807,-33.66009],[18.68734,-33.66004],[18.6873,-33.65102],[18.67658,-33.65103],[18.67672,-33.61497],[18.66593,-33.61493],[18.66597,-33.58789],[18.62292,-33.58773],[18.62301,-33.57873],[18.59065,-33.57868],[18.5907,-33.56962],[18.57988,-33.56962],[18.57995,-33.56053],[18.59074,-33.56064],[18.59078,-33.5426],[18.58007,-33.5426],[18.58012,-33.52453],[18.56937,-33.52448],[18.56937,-33.5155],[18.54795,-33.51539],[18.54793,-33.52443],[18.52632,-33.52435],[18.52647,-33.4883],[18.51574,-33.48819],[18.51583,-33.47917],[18.49433,-33.47916],[18.49437,-33.4701],[18.4406,-33.46988],[18.44049,-33.48789],[18.4297,-33.48785],[18.42966,-33.50594],[18.37605,-33.5058],[18.37601,-33.51477],[18.36503,-33.5148],[18.36524,-33.52366],[18.35425,-33.5236],[18.354,-33.55059],[18.33245,-33.55045],[18.33224,-33.57752],[18.40719,-33.65899],[18.43914,-33.71772],[18.42815,-33.73564],[18.44925,-33.80107],[18.48139,-33.84724],[18.4702,-33.90277],[18.44859,-33.90264],[18.44866,-33.89362]]],"terms_url":"https://www.capetown.gov.za","terms_text":"City of Cape Town Aerial - OPENSTREETMAP USE ONLY","description":"OpenStreetMap use only. City of Cape Town Aerial ortho-photography of the municipal area. 12cm ground sample distance"},{"id":"South_Africa-CapeTown-Aerial","name":"City of Cape Town 2015 Aerial","type":"tms","template":"https://{switch:a,b,c}.coct.aerial.openstreetmap.org.za/layer/za_coct_aerial_2015/{zoom}/{x}/{y}.jpg","category":"historicphoto","endDate":"2016-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[4,21],"polygon":[[[18.44866,-33.89362],[18.39773,-33.89335],[18.37284,-33.91776],[18.37262,-33.92927],[18.36381,-33.92925],[18.36287,-33.97351],[18.3398,-33.98663],[18.33974,-34.00127],[18.32892,-34.00125],[18.32877,-34.0192],[18.30682,-34.02526],[18.29607,-34.04513],[18.32,-34.06443],[18.34275,-34.06433],[18.35505,-34.05538],[18.36125,-34.05972],[18.33932,-34.08828],[18.34993,-34.10421],[18.32367,-34.13469],[18.3114,-34.14353],[18.31187,-34.15438],[18.32767,-34.16346],[18.32747,-34.18149],[18.34923,-34.18162],[18.37068,-34.21789],[18.37016,-34.28087],[18.39177,-34.29002],[18.3916,-34.31707],[18.46737,-34.35349],[18.46743,-34.36251],[18.49992,-34.36262],[18.50011,-34.34458],[18.48922,-34.34458],[18.46771,-34.29941],[18.486,-34.25437],[18.47889,-34.25437],[18.48662,-34.24539],[18.46593,-34.19121],[18.44673,-34.19111],[18.44681,-34.18211],[18.43597,-34.18202],[18.436,-34.16405],[18.44445,-34.16409],[18.44637,-34.13423],[18.47974,-34.11012],[18.65337,-34.07748],[18.76176,-34.08405],[18.85488,-34.15627],[18.81565,-34.17413],[18.81549,-34.21028],[18.84803,-34.23739],[18.84802,-34.2644],[18.83712,-34.26438],[18.83714,-34.27342],[18.86971,-34.27344],[18.86969,-34.26441],[18.87927,-34.26443],[18.88059,-34.25534],[18.88942,-34.25541],[18.88784,-34.23735],[18.90176,-34.23626],[18.90236,-34.21935],[18.93489,-34.21933],[18.93487,-34.20137],[18.9457,-34.20132],[18.94574,-34.19232],[18.95656,-34.19236],[18.95656,-34.18332],[18.96746,-34.1833],[18.96742,-34.17427],[18.97832,-34.17429],[18.97827,-34.16529],[18.98918,-34.1653],[18.98918,-34.1473],[18.96742,-34.14732],[18.96742,-34.13831],[18.95656,-34.13824],[18.9566,-34.12924],[18.96749,-34.12925],[18.9675,-34.11121],[18.97832,-34.11123],[18.97832,-34.10218],[18.98918,-34.1022],[18.98915,-34.09317],[19.00002,-34.0932],[19,-34.08413],[19.01079,-34.08414],[19.01084,-34.05725],[19.00002,-34.05718],[19.00002,-34.03913],[18.98916,-34.03913],[18.98914,-34.02114],[18.97833,-34.02114],[18.97822,-34.01208],[18.96747,-34.01208],[18.96743,-34.003],[18.94586,-34.0031],[18.94588,-33.99403],[18.91348,-33.99396],[18.91342,-34.012],[18.90258,-34.012],[18.90252,-34.02103],[18.88518,-34.02132],[18.88546,-34.02343],[18.86819,-34.02117],[18.86827,-34.02208],[18.85986,-34.02101],[18.85993,-34.02347],[18.84847,-34.02185],[18.84842,-34.03001],[18.838,-34.03],[18.83798,-34.03165],[18.81634,-34.02993],[18.81594,-34.03897],[18.80341,-34.03892],[18.80324,-34.04118],[18.79845,-34.04119],[18.79388,-34.0407],[18.79403,-34.03894],[18.77258,-34.03891],[18.7726,-34.0299],[18.76178,-34.02988],[18.76191,-33.9848],[18.75108,-33.98478],[18.75146,-33.90352],[18.76227,-33.90359],[18.76236,-33.84052],[18.77313,-33.84052],[18.77311,-33.83152],[18.79472,-33.83154],[18.79476,-33.81355],[18.80551,-33.81357],[18.80559,-33.79551],[18.81637,-33.79551],[18.81652,-33.74137],[18.83804,-33.74139],[18.83812,-33.72343],[18.82733,-33.72347],[18.8274,-33.70544],[18.80581,-33.70539],[18.80581,-33.67831],[18.8166,-33.67832],[18.81667,-33.66029],[18.82752,-33.6603],[18.82746,-33.6333],[18.77371,-33.63319],[18.77364,-33.64225],[18.75208,-33.64219],[18.75204,-33.66925],[18.69807,-33.66907],[18.69807,-33.66009],[18.68734,-33.66004],[18.6873,-33.65102],[18.67658,-33.65103],[18.67672,-33.61497],[18.66593,-33.61493],[18.66597,-33.58789],[18.62292,-33.58773],[18.62301,-33.57873],[18.59065,-33.57868],[18.5907,-33.56962],[18.57988,-33.56962],[18.57995,-33.56053],[18.59074,-33.56064],[18.59078,-33.5426],[18.58007,-33.5426],[18.58012,-33.52453],[18.56937,-33.52448],[18.56937,-33.5155],[18.54795,-33.51539],[18.54793,-33.52443],[18.52632,-33.52435],[18.52647,-33.4883],[18.51574,-33.48819],[18.51583,-33.47917],[18.49433,-33.47916],[18.49437,-33.4701],[18.4406,-33.46988],[18.44049,-33.48789],[18.4297,-33.48785],[18.42966,-33.50594],[18.37605,-33.5058],[18.37601,-33.51477],[18.36503,-33.5148],[18.36524,-33.52366],[18.35425,-33.5236],[18.354,-33.55059],[18.33245,-33.55045],[18.33224,-33.57752],[18.40719,-33.65899],[18.43914,-33.71772],[18.42815,-33.73564],[18.44925,-33.80107],[18.48139,-33.84724],[18.4702,-33.90277],[18.44859,-33.90264],[18.44866,-33.89362]]],"terms_url":"https://www.capetown.gov.za","terms_text":"City of Cape Town Aerial - OPENSTREETMAP USE ONLY","description":"OpenStreetMap use only. City of Cape Town Aerial ortho-photography of the municipal area. 8cm ground sample distance"},{"id":"South_Africa-CapeTown-Aerial-2017","name":"City of Cape Town Aerial Imagery (2017)","type":"wms","template":"https://cityimg.capetown.gov.za:443/erdas-iws/ogc/wms/GeoSpatial%20Datasets?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Aerial%20Imagery_Aerial%20Imagery%202017Jan&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[18.35572,-34.06348],[18.30856,-34.14988],[18.33655,-34.18764],[18.39162,-34.31413],[18.44973,-34.35206],[18.46768,-34.36437],[18.50723,-34.36336],[18.49749,-34.34603],[18.47559,-34.3287],[18.47589,-34.30558],[18.48776,-34.23493],[18.46646,-34.19971],[18.44151,-34.17606],[18.45764,-34.13225],[18.51574,-34.10278],[18.65052,-34.07582],[18.71958,-34.07728],[18.78742,-34.09416],[18.85527,-34.1604],[18.8218,-34.17223],[18.81328,-34.18481],[18.8148,-34.20343],[18.8361,-34.23815],[18.84401,-34.24142],[18.84736,-34.26053],[18.83458,-34.26506],[18.83214,-34.28391],[18.87808,-34.27637],[18.99369,-34.16342],[19.01316,-34.08207],[19.01225,-34.05334],[18.99186,-34.01981],[18.95292,-33.99282],[18.91003,-33.99207],[18.89603,-34.01855],[18.80355,-34.0193],[18.80324,-34.03746],[18.78651,-34.03721],[18.7859,-34.01981],[18.764,-34.0193],[18.76339,-33.8421],[18.79868,-33.84202],[18.7986,-33.81936],[18.82271,-33.8193],[18.82246,-33.74478],[18.8423,-33.74473],[18.84223,-33.72326],[18.82944,-33.72329],[18.82938,-33.70408],[18.80702,-33.70413],[18.80694,-33.67957],[18.81842,-33.67955],[18.81836,-33.66202],[18.82923,-33.662],[18.82913,-33.63214],[18.7506,-33.63232],[18.75072,-33.66656],[18.70223,-33.66667],[18.70217,-33.64934],[18.67759,-33.6494],[18.67747,-33.61367],[18.66782,-33.61369],[18.66773,-33.58722],[18.62376,-33.58733],[18.62373,-33.57749],[18.59163,-33.57756],[18.59161,-33.56929],[18.58033,-33.56932],[18.5803,-33.56088],[18.59158,-33.56086],[18.59151,-33.54227],[18.58072,-33.5423],[18.58066,-33.52366],[18.57027,-33.52368],[18.57024,-33.51513],[18.54757,-33.51519],[18.5476,-33.524],[18.52671,-33.52405],[18.52658,-33.4876],[18.51639,-33.48763],[18.51633,-33.47028],[18.42782,-33.47049],[18.42794,-33.5038],[18.3618,-33.50396],[18.36186,-33.52233],[18.30611,-33.52247],[18.3062,-33.54803],[18.30685,-33.57209],[18.32668,-33.58017],[18.36546,-33.62072],[18.4044,-33.65061],[18.42326,-33.69339],[18.42721,-33.72882],[18.4333,-33.77284],[18.45946,-33.82138],[18.48076,-33.8517],[18.47985,-33.88303],[18.46585,-33.89944],[18.4552,-33.90399],[18.43269,-33.89389],[18.39831,-33.8949],[18.37458,-33.90752],[18.36576,-33.93378],[18.36637,-33.96104],[18.34994,-33.97769],[18.33138,-33.99081],[18.32469,-34.02006],[18.30126,-34.02435],[18.30278,-34.04956],[18.32895,-34.06544],[18.35572,-34.06348]]],"terms_url":"https://www.arcgis.com/sharing/rest/content/items/739759d8127f4d1f9ba8ef9019878147/info/metadata/metadata.xml?format=default&output=html","terms_text":"City of Cape Town Aerial","description":"City of Cape Town Aerial ortho-photography of the municipal area. 8cm ground sample distance"},{"id":"South_Africa-CapeTown-Aerial-2018","name":"City of Cape Town Aerial Imagery (2018)","type":"wms","template":"https://cityimg.capetown.gov.za:443/erdas-iws/ogc/wms/GeoSpatial%20Datasets?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Aerial%20Imagery_Aerial%20Imagery%202018Feb&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-02-01T00:00:00.000Z","startDate":"2018-02-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[18.35572,-34.06348],[18.30856,-34.14988],[18.33655,-34.18764],[18.39162,-34.31413],[18.44973,-34.35206],[18.46768,-34.36437],[18.50723,-34.36336],[18.49749,-34.34603],[18.47559,-34.3287],[18.47589,-34.30558],[18.48776,-34.23493],[18.46646,-34.19971],[18.44151,-34.17606],[18.45764,-34.13225],[18.51574,-34.10278],[18.65052,-34.07582],[18.71958,-34.07728],[18.78742,-34.09416],[18.85527,-34.1604],[18.8218,-34.17223],[18.81328,-34.18481],[18.8148,-34.20343],[18.8361,-34.23815],[18.84401,-34.24142],[18.84736,-34.26053],[18.83458,-34.26506],[18.83214,-34.28391],[18.87808,-34.27637],[18.99369,-34.16342],[19.01316,-34.08207],[19.01225,-34.05334],[18.99186,-34.01981],[18.95292,-33.99282],[18.91003,-33.99207],[18.89603,-34.01855],[18.80355,-34.0193],[18.80324,-34.03746],[18.78651,-34.03721],[18.7859,-34.01981],[18.764,-34.0193],[18.76339,-33.8421],[18.79868,-33.84202],[18.7986,-33.81936],[18.82271,-33.8193],[18.82246,-33.74478],[18.8423,-33.74473],[18.84223,-33.72326],[18.82944,-33.72329],[18.82938,-33.70408],[18.80702,-33.70413],[18.80694,-33.67957],[18.81842,-33.67955],[18.81836,-33.66202],[18.82923,-33.662],[18.82913,-33.63214],[18.7506,-33.63232],[18.75072,-33.66656],[18.70223,-33.66667],[18.70217,-33.64934],[18.67759,-33.6494],[18.67747,-33.61367],[18.66782,-33.61369],[18.66773,-33.58722],[18.62376,-33.58733],[18.62373,-33.57749],[18.59163,-33.57756],[18.59161,-33.56929],[18.58033,-33.56932],[18.5803,-33.56088],[18.59158,-33.56086],[18.59151,-33.54227],[18.58072,-33.5423],[18.58066,-33.52366],[18.57027,-33.52368],[18.57024,-33.51513],[18.54757,-33.51519],[18.5476,-33.524],[18.52671,-33.52405],[18.52658,-33.4876],[18.51639,-33.48763],[18.51633,-33.47028],[18.42782,-33.47049],[18.42794,-33.5038],[18.3618,-33.50396],[18.36186,-33.52233],[18.30611,-33.52247],[18.3062,-33.54803],[18.30685,-33.57209],[18.32668,-33.58017],[18.36546,-33.62072],[18.4044,-33.65061],[18.42326,-33.69339],[18.42721,-33.72882],[18.4333,-33.77284],[18.45946,-33.82138],[18.48076,-33.8517],[18.47985,-33.88303],[18.46585,-33.89944],[18.4552,-33.90399],[18.43269,-33.89389],[18.39831,-33.8949],[18.37458,-33.90752],[18.36576,-33.93378],[18.36637,-33.96104],[18.34994,-33.97769],[18.33138,-33.99081],[18.32469,-34.02006],[18.30126,-34.02435],[18.30278,-34.04956],[18.32895,-34.06544],[18.35572,-34.06348]]],"terms_url":"https://www.arcgis.com/sharing/rest/content/items/739759d8127f4d1f9ba8ef9019878147/info/metadata/metadata.xml?format=default&output=html","terms_text":"City of Cape Town Aerial","description":"City of Cape Town Aerial ortho-photography of the municipal area. 8cm ground sample distance."},{"id":"South_Africa-CapeTown-Aerial-2021","name":"City of Cape Town Aerial Imagery (2021)","type":"tms","template":"https://cityimg.capetown.gov.za/erdas-iws/esri/GeoSpatial%20Datasets/rest/services/Aerial%20Imagery_Aerial%20Imagery%202021Mar%20Cache/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-03-01T00:00:00.000Z","startDate":"2021-03-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[18.35572,-34.06348],[18.30856,-34.14988],[18.33655,-34.18764],[18.39162,-34.31413],[18.44973,-34.35206],[18.46768,-34.36437],[18.50723,-34.36336],[18.49749,-34.34603],[18.47559,-34.3287],[18.47589,-34.30558],[18.48776,-34.23493],[18.46646,-34.19971],[18.44151,-34.17606],[18.45764,-34.13225],[18.51574,-34.10278],[18.65052,-34.07582],[18.71958,-34.07728],[18.78742,-34.09416],[18.85527,-34.1604],[18.8218,-34.17223],[18.81328,-34.18481],[18.8148,-34.20343],[18.8361,-34.23815],[18.84401,-34.24142],[18.84736,-34.26053],[18.83458,-34.26506],[18.83214,-34.28391],[18.87808,-34.27637],[18.99369,-34.16342],[19.01316,-34.08207],[19.01225,-34.05334],[18.99186,-34.01981],[18.95292,-33.99282],[18.91003,-33.99207],[18.89603,-34.01855],[18.80355,-34.0193],[18.80324,-34.03746],[18.78651,-34.03721],[18.7859,-34.01981],[18.764,-34.0193],[18.76339,-33.8421],[18.79868,-33.84202],[18.7986,-33.81936],[18.82271,-33.8193],[18.82246,-33.74478],[18.8423,-33.74473],[18.84223,-33.72326],[18.82944,-33.72329],[18.82938,-33.70408],[18.80702,-33.70413],[18.80694,-33.67957],[18.81842,-33.67955],[18.81836,-33.66202],[18.82923,-33.662],[18.82913,-33.63214],[18.7506,-33.63232],[18.75072,-33.66656],[18.70223,-33.66667],[18.70217,-33.64934],[18.67759,-33.6494],[18.67747,-33.61367],[18.66782,-33.61369],[18.66773,-33.58722],[18.62376,-33.58733],[18.62373,-33.57749],[18.59163,-33.57756],[18.59161,-33.56929],[18.58033,-33.56932],[18.5803,-33.56088],[18.59158,-33.56086],[18.59151,-33.54227],[18.58072,-33.5423],[18.58066,-33.52366],[18.57027,-33.52368],[18.57024,-33.51513],[18.54757,-33.51519],[18.5476,-33.524],[18.52671,-33.52405],[18.52658,-33.4876],[18.51639,-33.48763],[18.51633,-33.47028],[18.42782,-33.47049],[18.42794,-33.5038],[18.3618,-33.50396],[18.36186,-33.52233],[18.30611,-33.52247],[18.3062,-33.54803],[18.30685,-33.57209],[18.32668,-33.58017],[18.36546,-33.62072],[18.4044,-33.65061],[18.42326,-33.69339],[18.42721,-33.72882],[18.4333,-33.77284],[18.45946,-33.82138],[18.48076,-33.8517],[18.47985,-33.88303],[18.46585,-33.89944],[18.4552,-33.90399],[18.43269,-33.89389],[18.39831,-33.8949],[18.37458,-33.90752],[18.36576,-33.93378],[18.36637,-33.96104],[18.34994,-33.97769],[18.33138,-33.99081],[18.32469,-34.02006],[18.30126,-34.02435],[18.30278,-34.04956],[18.32895,-34.06544],[18.35572,-34.06348]]],"terms_url":"https://www.arcgis.com/sharing/rest/content/items/739759d8127f4d1f9ba8ef9019878147/info/metadata/metadata.xml?format=default&output=html","terms_text":"City of Cape Town Aerial","description":"City of Cape Town Aerial ortho-photography of the municipal area. 8cm ground sample distance."},{"id":"South_Africa-CapeTown-Aerial-2023","name":"City of Cape Town Aerial Imagery (2023)","type":"wms","template":"https://cityimg.capetown.gov.za:443/erdas-iws/ogc/wms/GeoSpatial%20Datasets?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Aerial%20Imagery_Aerial%20Imagery%202023Jan&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[18.35572,-34.06348],[18.30856,-34.14988],[18.33655,-34.18764],[18.39162,-34.31413],[18.44973,-34.35206],[18.46768,-34.36437],[18.50723,-34.36336],[18.49749,-34.34603],[18.47559,-34.3287],[18.47589,-34.30558],[18.48776,-34.23493],[18.46646,-34.19971],[18.44151,-34.17606],[18.45764,-34.13225],[18.51574,-34.10278],[18.65052,-34.07582],[18.71958,-34.07728],[18.78742,-34.09416],[18.85527,-34.1604],[18.8218,-34.17223],[18.81328,-34.18481],[18.8148,-34.20343],[18.8361,-34.23815],[18.84401,-34.24142],[18.84736,-34.26053],[18.83458,-34.26506],[18.83214,-34.28391],[18.87808,-34.27637],[18.99369,-34.16342],[19.01316,-34.08207],[19.01225,-34.05334],[18.99186,-34.01981],[18.95292,-33.99282],[18.91003,-33.99207],[18.89603,-34.01855],[18.80355,-34.0193],[18.80324,-34.03746],[18.78651,-34.03721],[18.7859,-34.01981],[18.764,-34.0193],[18.76339,-33.8421],[18.79868,-33.84202],[18.7986,-33.81936],[18.82271,-33.8193],[18.82246,-33.74478],[18.8423,-33.74473],[18.84223,-33.72326],[18.82944,-33.72329],[18.82938,-33.70408],[18.80702,-33.70413],[18.80694,-33.67957],[18.81842,-33.67955],[18.81836,-33.66202],[18.82923,-33.662],[18.82913,-33.63214],[18.7506,-33.63232],[18.75072,-33.66656],[18.70223,-33.66667],[18.70217,-33.64934],[18.67759,-33.6494],[18.67747,-33.61367],[18.66782,-33.61369],[18.66773,-33.58722],[18.62376,-33.58733],[18.62373,-33.57749],[18.59163,-33.57756],[18.59161,-33.56929],[18.58033,-33.56932],[18.5803,-33.56088],[18.59158,-33.56086],[18.59151,-33.54227],[18.58072,-33.5423],[18.58066,-33.52366],[18.57027,-33.52368],[18.57024,-33.51513],[18.54757,-33.51519],[18.5476,-33.524],[18.52671,-33.52405],[18.52658,-33.4876],[18.51639,-33.48763],[18.51633,-33.47028],[18.42782,-33.47049],[18.42794,-33.5038],[18.3618,-33.50396],[18.36186,-33.52233],[18.30611,-33.52247],[18.3062,-33.54803],[18.30685,-33.57209],[18.32668,-33.58017],[18.36546,-33.62072],[18.4044,-33.65061],[18.42326,-33.69339],[18.42721,-33.72882],[18.4333,-33.77284],[18.45946,-33.82138],[18.48076,-33.8517],[18.47985,-33.88303],[18.46585,-33.89944],[18.4552,-33.90399],[18.43269,-33.89389],[18.39831,-33.8949],[18.37458,-33.90752],[18.36576,-33.93378],[18.36637,-33.96104],[18.34994,-33.97769],[18.33138,-33.99081],[18.32469,-34.02006],[18.30126,-34.02435],[18.30278,-34.04956],[18.32895,-34.06544],[18.35572,-34.06348]]],"terms_url":"https://www.arcgis.com/sharing/rest/content/items/739759d8127f4d1f9ba8ef9019878147/info/metadata/metadata.xml?format=default&output=html","terms_text":"City of Cape Town Aerial","best":true,"description":"City of Cape Town Aerial ortho-photography of the municipal area. 8cm ground sample distance."},{"id":"City_of_Dublin_OH_2023","name":"City of Dublin Orthoimagery (2023)","type":"tms","template":"https://tiles.arcgis.com/tiles/NqY8dnPSEdMJhuRw/arcgis/rest/services/Dublin_Aerials_2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.28049,40.04285],[-83.08062,40.04285],[-83.08062,40.20173],[-83.28049,40.20173],[-83.28049,40.04285]]],"terms_url":"https://dublinohiousa.gov/","terms_text":"City of Dublin","description":"Spring 2023 orthoimagery for the City of Dublin in the State of Ohio","icon":"https://dublinohiousa.gov/alpha/wp-content/uploads/2020/12/cod-1.png"},{"id":"Eureka_CA_2023","name":"City of Eureka Orthoimagery (2023)","type":"wms","template":"https://arcgis-svr.ci.eureka.ca.gov/arcgis/rest/services/2023_mosaic/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-124.20054,40.67932],[-124.19758,40.69351],[-124.1872,40.69336],[-124.1871,40.70055],[-124.1776,40.70051],[-124.1775,40.72203],[-124.16005,40.72224],[-124.16005,40.71439],[-124.12059,40.71487],[-124.12043,40.75842],[-124.09897,40.75834],[-124.10124,40.7655],[-124.07548,40.76556],[-124.07528,40.75938],[-124.06809,40.75945],[-124.06767,40.75908],[-124.06685,40.75702],[-124.06455,40.75573],[-124.0598,40.75598],[-124.05826,40.7503],[-124.05337,40.75265],[-124.05055,40.75265],[-124.04737,40.75501],[-124.0475,40.75708],[-124.04803,40.75944],[-124.05031,40.75937],[-124.05399,40.76095],[-124.05398,40.76259],[-124.05938,40.7639],[-124.06038,40.76386],[-124.06307,40.76649],[-124.06536,40.79019],[-124.0733,40.79688],[-124.07436,40.82829],[-124.07127,40.83593],[-124.06501,40.8335],[-124.0646,40.83418],[-124.05884,40.83192],[-124.05657,40.83148],[-124.05672,40.83267],[-124.05158,40.83271],[-124.05122,40.83329],[-124.04921,40.83336],[-124.04502,40.83186],[-124.03929,40.82216],[-124.03519,40.82219],[-124.0352,40.82862],[-124.03223,40.82861],[-124.03226,40.83367],[-124.04031,40.83351],[-124.0409,40.88055],[-124.05545,40.88045],[-124.05554,40.88407],[-124.06312,40.884],[-124.06341,40.90525],[-124.04833,40.90543],[-124.04843,40.91023],[-124.05844,40.91028],[-124.05851,40.91268],[-124.07405,40.91253],[-124.07416,40.91588],[-124.10436,40.92456],[-124.12162,40.95084],[-124.13199,40.95283],[-124.27859,40.69921],[-124.20054,40.67932]]],"terms_url":"https://www.eurekaca.gov/","terms_text":"City of Eureka","description":"2023 3-inch resolution imagery for Eureka in the State of California","icon":"https://www.eurekaca.gov/ImageRepository/Document?documentID=66"},{"id":"City_of_Fairfield_OH_2020","name":"City of Fairfield Orthoimagery (2020)","type":"wms","template":"https://gis.fairfield-city.org/cofgis/services/Imagery_2020_WGS/MapServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[12,21],"polygon":[[[-84.57318,39.37495],[-84.57297,39.36807],[-84.59065,39.36774],[-84.59045,39.36088],[-84.59931,39.36071],[-84.59887,39.34702],[-84.60773,39.34684],[-84.6071,39.32626],[-84.64245,39.32563],[-84.6418,39.30501],[-84.60646,39.30568],[-84.60627,39.29882],[-84.53562,39.30008],[-84.53542,39.29323],[-84.4736,39.29429],[-84.47399,39.30801],[-84.46515,39.30815],[-84.46574,39.32875],[-84.47456,39.3286],[-84.47495,39.34231],[-84.4661,39.34246],[-84.46651,39.35619],[-84.47534,39.35604],[-84.47592,39.37663],[-84.51128,39.37603],[-84.51109,39.36916],[-84.52878,39.36886],[-84.52898,39.37572],[-84.57318,39.37495]]],"terms_url":"https://www.fairfield-city.org/","terms_text":"City of Fairfield, State of Ohio","description":"Spring 2020 orthoimagery for City of Fairfield in the State of Ohio","icon":"https://www.fairfield-city.org/ImageRepository/Document?documentID=6061"},{"id":"City_of_Fairfield_OH_2023","name":"City of Fairfield Orthoimagery (2023)","type":"tms","template":"https://gis.fairfield-city.org/cofgis/rest/services/2023_Imagery_WGS/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[12,21],"polygon":[[[-84.57318,39.37495],[-84.57297,39.36807],[-84.59065,39.36774],[-84.59045,39.36088],[-84.59931,39.36071],[-84.59887,39.34702],[-84.60773,39.34684],[-84.6071,39.32626],[-84.64245,39.32563],[-84.6418,39.30501],[-84.60646,39.30568],[-84.60627,39.29882],[-84.53562,39.30008],[-84.53542,39.29323],[-84.4736,39.29429],[-84.47399,39.30801],[-84.46515,39.30815],[-84.46574,39.32875],[-84.47456,39.3286],[-84.47495,39.34231],[-84.4661,39.34246],[-84.46651,39.35619],[-84.47534,39.35604],[-84.47592,39.37663],[-84.51128,39.37603],[-84.51109,39.36916],[-84.52878,39.36886],[-84.52898,39.37572],[-84.57318,39.37495]]],"terms_url":"https://www.fairfield-city.org/","terms_text":"City of Fairfield, State of Ohio","description":"3-inch resolution spring 2023 orthoimagery for City of Fairfield in the State of Ohio","icon":"https://www.fairfield-city.org/ImageRepository/Document?documentID=6061"},{"id":"City_of_Hilliard_OH_2023","name":"City of Hilliard Orthoimagery (2023)","type":"tms","template":"https://maps.hilliardohio.gov/arcgis/rest/services/Hosted/City_of_Hilliard_2023_Aerial_Imagery/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-02-25T00:00:00.000Z","startDate":"2023-02-25T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.23076,39.99168],[-83.07908,39.99253],[-83.07978,40.0766],[-83.216,40.07584],[-83.21576,40.05183],[-83.23136,40.05173],[-83.23076,39.99168]]],"terms_url":"https://hilliardohio.gov/","terms_text":"City of Hilliard","description":"Winter 2023 orthoimagery for the City of Hilliard in the State of Ohio","icon":"https://hilliardohio.gov/wp-content/uploads/2021/04/logo.svg"},{"id":"Irvine_CA_2023","name":"City of Irvine Orthoimagery (2023)","type":"wms","template":"https://gis.cityofirvine.org/arcgis/rest/services/Aerial/Aerial_2023/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-117.77421,33.81053],[-117.91866,33.65861],[-117.76133,33.554],[-117.61676,33.70577],[-117.77421,33.81053]]],"terms_url":"https://www.cityofirvine.org/","terms_text":"City of Irvine","description":"2023 3-inch resolution imagery for Irvine in the State of California","icon":"https://www.cityofirvine.org/sites/all/themes/irvine_theme/assets/images/city-of-irvine-logo.svg"},{"id":"Manhattan_Beach_CA_2023","name":"City of Manhattan Beach Orthoimagery (2023)","type":"wms","template":"https://permitmaps.citymb.info/arcgis/rest/services/MBGISInfo_Imagery2017_1071/MapServer/export?f=image&format=jpg&layers=show:4&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[16,22],"polygon":[[[-118.47582,33.88819],[-118.45586,33.86162],[-118.4072,33.87774],[-118.40691,33.87724],[-118.40597,33.87756],[-118.40592,33.87747],[-118.40486,33.87785],[-118.40453,33.87715],[-118.40313,33.87764],[-118.40278,33.87707],[-118.40203,33.8773],[-118.40177,33.87709],[-118.39598,33.87712],[-118.39594,33.8728],[-118.38003,33.87285],[-118.38005,33.88007],[-118.37869,33.88009],[-118.3787,33.90184],[-118.41755,33.90195],[-118.41971,33.90618],[-118.47582,33.88819]]],"terms_url":"https://www.manhattanbeach.gov/","terms_text":"City of Manhattan Beach","description":"2023 3-inch resolution imagery for Manhattan Beach in the State of California"},{"id":"City_of_Mansfield_OH_2022","name":"City of Mansfield Orthoimagery (2022)","type":"wms","template":"https://arcgis.mansfieldcity.com/server/rest/services/Imagery/Imagery_2022/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-82.45273,40.73493],[-82.45272,40.7514],[-82.48014,40.75142],[-82.48015,40.7536],[-82.48447,40.75361],[-82.48448,40.76898],[-82.47148,40.76898],[-82.47147,40.78106],[-82.49169,40.78106],[-82.49169,40.80522],[-82.48735,40.80522],[-82.48736,40.8151],[-82.48446,40.8151],[-82.48447,40.8173],[-82.48302,40.81729],[-82.48302,40.82059],[-82.48011,40.82058],[-82.48013,40.82387],[-82.48302,40.82388],[-82.48302,40.82711],[-82.4917,40.82714],[-82.49167,40.84035],[-82.51482,40.84034],[-82.51481,40.84584],[-82.54229,40.84583],[-82.54227,40.81619],[-82.54659,40.81618],[-82.54661,40.8096],[-82.59857,40.80954],[-82.59853,40.74918],[-82.66639,40.7491],[-82.66622,40.68319],[-82.53064,40.68332],[-82.53062,40.68661],[-82.50036,40.68664],[-82.50036,40.72507],[-82.4917,40.72507],[-82.4917,40.73495],[-82.45273,40.73493]]],"terms_url":"https://ci.mansfield.oh.us/","terms_text":"City of Mansfield, State of Ohio","description":"1.5-inch resolution 2022 orthoimagery for City of Mansfield in the State of Ohio","icon":"https://gis.mansfieldcity.com/assets/logo/Seal2use_map2_6_10.png"},{"id":"Manteca_CA_2022","name":"City of Manteca Orthoimagery (2022)","type":"wms","template":"https://gisweb.ci.manteca.ca.us/arcgis/rest/services/Basemaps/2022/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-121.4155,37.87302],[-121.41384,37.7417],[-121.10884,37.74366],[-121.10987,37.87501],[-121.4155,37.87302]]],"terms_url":"https://www.manteca.gov/","terms_text":"City of Manteca","description":"2022 3-inch resolution imagery for Manteca in the State of California","icon":"https://www.manteca.gov/home/showpublishedimage/906/637945998633470000"},{"id":"Marco_Island_FL_Ortho_2023","name":"City of Marco Island Orthoimagery (2023)","type":"tms","template":"https://gis.cityofmarcoisland.com:6443/arcgis/rest/services/General/Aerial_2023/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.77081,25.98505],[-81.77,25.87506],[-81.64829,25.87556],[-81.64885,25.9859],[-81.77081,25.98505]]],"terms_url":"https://www.cityofmarcoisland.com/info-tech/page/gis-servicesmaps","terms_text":"Collier County Property Appraiser’s Office, City of Marco Island","description":"The 2023 orthoimagery for the city of Marco Island in the State of Florida"},{"id":"Marco_Island_FL_Ortho_2024","name":"City of Marco Island Orthoimagery (2024)","type":"tms","template":"https://gis.cityofmarcoisland.com:6443/arcgis/rest/services/General/Aerial_2024/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.77081,25.98505],[-81.77,25.87506],[-81.64829,25.87556],[-81.64885,25.9859],[-81.77081,25.98505]]],"terms_url":"https://www.cityofmarcoisland.com/info-tech/page/gis-servicesmaps","terms_text":"Collier County Property Appraiser’s Office, City of Marco Island","description":"The 2024 orthoimagery for the city of Marco Island in the State of Florida"},{"id":"Marco_Island_FL_Ortho_Post-Ian_2022","name":"City of Marco Island Orthoimagery Post-Ian (2022)","type":"tms","template":"https://gis.cityofmarcoisland.com:6443/arcgis/rest/services/General/Aerial_2022_Hurricane_Ian/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2022-12-31T00:00:00.000Z","startDate":"2022-09-30T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.77081,25.98505],[-81.64885,25.9859],[-81.64829,25.87556],[-81.77,25.87506],[-81.77081,25.98505]]],"terms_url":"https://www.cityofmarcoisland.com/info-tech/page/gis-servicesmaps","terms_text":"Collier County Property Appraiser’s Office, City of Marco Island","description":"The 2022 (Post-Ian) orthoimagery for the city of Marco Island in the State of Florida"},{"id":"Marco_Island_FL_Ortho_Pre-Ian_2022","name":"City of Marco Island Orthoimagery Pre-Ian (2022)","type":"tms","template":"https://gis.cityofmarcoisland.com:6443/arcgis/rest/services/General/Aerial_2022/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-12-01T00:00:00.000Z","startDate":"2021-12-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.77081,25.98505],[-81.77,25.87506],[-81.64829,25.87556],[-81.64885,25.9859],[-81.77081,25.98505]]],"terms_url":"https://www.cityofmarcoisland.com/info-tech/page/gis-servicesmaps","terms_text":"Collier County Property Appraiser’s Office, City of Marco Island","description":"The 2022 (Pre-Ian) orthoimagery for the city of Marco Island in the State of Florida"},{"id":"City_of_Melbourne_Feb_2019","name":"City of Melbourne Feb 2019","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/openstreetmapau.melbourne190203/{zoom}/{x}/{y}.jpg?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcGF1IiwiYSI6ImNqbWl3bXZ6aDA0MTkzd21xdnV1d2k0azEifQ.HYkMOqH_E2fYd1b0oXRe6w","category":"photo","endDate":"2019-02-03T00:00:00.000Z","startDate":"2019-02-02T00:00:00.000Z","zoomExtent":[7,22],"polygon":[[[144.9146,-37.7993],[144.9139,-37.7989],[144.9128,-37.7986],[144.9114,-37.7988],[144.9098,-37.7998],[144.906,-37.8064],[144.9043,-37.8126],[144.9042,-37.8142],[144.9056,-37.8209],[144.9043,-37.8224],[144.899,-37.8273],[144.8969,-37.8301],[144.896,-37.8335],[144.896,-37.8387],[144.897,-37.8419],[144.9011,-37.8469],[144.9052,-37.8502],[144.9068,-37.8506],[144.908,-37.8502],[144.9084,-37.8495],[144.907,-37.8477],[144.9076,-37.8469],[144.9045,-37.8416],[144.9053,-37.8414],[144.9081,-37.8458],[144.9118,-37.8502],[144.9127,-37.8504],[144.9155,-37.8489],[144.9155,-37.8481],[144.914,-37.8459],[144.9162,-37.8445],[144.914,-37.8413],[144.9163,-37.8399],[144.9165,-37.8384],[144.9151,-37.8344],[144.9183,-37.8331],[144.9195,-37.8326],[144.921,-37.8309],[144.9219,-37.83],[144.923,-37.8295],[144.9294,-37.8282],[144.9353,-37.827],[144.9411,-37.8269],[144.9418,-37.8268],[144.9458,-37.8275],[144.9471,-37.8279],[144.9478,-37.8278],[144.9579,-37.8295],[144.9592,-37.8294],[144.9613,-37.829],[144.9625,-37.8297],[144.9648,-37.8318],[144.9657,-37.8323],[144.9662,-37.8323],[144.9703,-37.8312],[144.9705,-37.8323],[144.9711,-37.8331],[144.9735,-37.8351],[144.9743,-37.836],[144.9794,-37.85],[144.9797,-37.8508],[144.9806,-37.8512],[144.9843,-37.8515],[144.9848,-37.8514],[144.9854,-37.8508],[144.9892,-37.8311],[144.9889,-37.8304],[144.9923,-37.8104],[144.9924,-37.8098],[144.9919,-37.809],[144.9745,-37.8071],[144.9768,-37.7933],[144.9767,-37.7928],[144.9764,-37.7923],[144.9759,-37.7922],[144.9698,-37.7915],[144.9708,-37.7857],[144.9704,-37.785],[144.9699,-37.7848],[144.9649,-37.7842],[144.9651,-37.7825],[144.9651,-37.782],[144.9642,-37.7814],[144.964,-37.7808],[144.9639,-37.7796],[144.9635,-37.7785],[144.9627,-37.7778],[144.9614,-37.7772],[144.9392,-37.7746],[144.9384,-37.7746],[144.938,-37.7749],[144.9373,-37.776],[144.9366,-37.7769],[144.9361,-37.7773],[144.936,-37.7779],[144.9378,-37.7814],[144.9383,-37.7842],[144.9391,-37.7865],[144.9389,-37.7867],[144.9388,-37.7873],[144.9377,-37.788],[144.9322,-37.7874],[144.9312,-37.7878],[144.9308,-37.7879],[144.93,-37.7874],[144.9218,-37.7864],[144.9149,-37.7794],[144.9143,-37.7787],[144.9137,-37.7785],[144.9129,-37.7786],[144.9082,-37.7813],[144.9072,-37.7821],[144.9057,-37.7845],[144.9053,-37.7864],[144.9043,-37.7866],[144.9037,-37.7872],[144.9032,-37.7883],[144.902,-37.7888],[144.9014,-37.7896],[144.9019,-37.791],[144.9026,-37.792],[144.9042,-37.7929],[144.9064,-37.7938],[144.9081,-37.7946],[144.9105,-37.7952],[144.9127,-37.796],[144.9143,-37.797],[144.9153,-37.7978],[144.9154,-37.7981],[144.9153,-37.7985],[144.9152,-37.7987],[144.9148,-37.7991],[144.9146,-37.7993]]],"terms_url":"https://data.melbourne.vic.gov.au/Environment/2019-Aerial-Imagery/cwpe-ugri","terms_text":"City of Melbourne","best":true,"icon":"https://www.melbourne.vic.gov.au/_catalogs/masterpage/android-icon.png"},{"id":"City_of_Melbourne_May_2018","name":"City of Melbourne May 2018","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/openstreetmapau.gdbhzo3g/{zoom}/{x}/{y}.jpg?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcGF1IiwiYSI6ImNqbWl3bXZ6aDA0MTkzd21xdnV1d2k0azEifQ.HYkMOqH_E2fYd1b0oXRe6w","category":"historicphoto","endDate":"2018-05-01T00:00:00.000Z","startDate":"2018-05-01T00:00:00.000Z","zoomExtent":[8,22],"polygon":[[[144.9146,-37.7993],[144.9139,-37.7989],[144.9128,-37.7986],[144.9114,-37.7988],[144.9098,-37.7998],[144.906,-37.8064],[144.9043,-37.8126],[144.9042,-37.8142],[144.9056,-37.8209],[144.9043,-37.8224],[144.899,-37.8273],[144.8969,-37.8301],[144.896,-37.8335],[144.896,-37.8387],[144.897,-37.8419],[144.9011,-37.8469],[144.9052,-37.8502],[144.9068,-37.8506],[144.908,-37.8502],[144.9084,-37.8495],[144.907,-37.8477],[144.9076,-37.8469],[144.9045,-37.8416],[144.9053,-37.8414],[144.9081,-37.8458],[144.9118,-37.8502],[144.9127,-37.8504],[144.9155,-37.8489],[144.9155,-37.8481],[144.914,-37.8459],[144.9162,-37.8445],[144.914,-37.8413],[144.9163,-37.8399],[144.9165,-37.8384],[144.9151,-37.8344],[144.9183,-37.8331],[144.9195,-37.8326],[144.921,-37.8309],[144.9219,-37.83],[144.923,-37.8295],[144.9294,-37.8282],[144.9353,-37.827],[144.9411,-37.8269],[144.9418,-37.8268],[144.9458,-37.8275],[144.9471,-37.8279],[144.9478,-37.8278],[144.9579,-37.8295],[144.9592,-37.8294],[144.9613,-37.829],[144.9625,-37.8297],[144.9648,-37.8318],[144.9657,-37.8323],[144.9662,-37.8323],[144.9703,-37.8312],[144.9705,-37.8323],[144.9711,-37.8331],[144.9735,-37.8351],[144.9743,-37.836],[144.9794,-37.85],[144.9797,-37.8508],[144.9806,-37.8512],[144.9843,-37.8515],[144.9848,-37.8514],[144.9854,-37.8508],[144.9892,-37.8311],[144.9889,-37.8304],[144.9923,-37.8104],[144.9924,-37.8098],[144.9919,-37.809],[144.9745,-37.8071],[144.9768,-37.7933],[144.9767,-37.7928],[144.9764,-37.7923],[144.9759,-37.7922],[144.9698,-37.7915],[144.9708,-37.7857],[144.9704,-37.785],[144.9699,-37.7848],[144.9649,-37.7842],[144.9651,-37.7825],[144.9651,-37.782],[144.9642,-37.7814],[144.964,-37.7808],[144.9639,-37.7796],[144.9635,-37.7785],[144.9627,-37.7778],[144.9614,-37.7772],[144.9392,-37.7746],[144.9384,-37.7746],[144.938,-37.7749],[144.9373,-37.776],[144.9366,-37.7769],[144.9361,-37.7773],[144.936,-37.7779],[144.9378,-37.7814],[144.9383,-37.7842],[144.9391,-37.7865],[144.9389,-37.7867],[144.9388,-37.7873],[144.9377,-37.788],[144.9322,-37.7874],[144.9312,-37.7878],[144.9308,-37.7879],[144.93,-37.7874],[144.9218,-37.7864],[144.9149,-37.7794],[144.9143,-37.7787],[144.9137,-37.7785],[144.9129,-37.7786],[144.9082,-37.7813],[144.9072,-37.7821],[144.9057,-37.7845],[144.9053,-37.7864],[144.9043,-37.7866],[144.9037,-37.7872],[144.9032,-37.7883],[144.902,-37.7888],[144.9014,-37.7896],[144.9019,-37.791],[144.9026,-37.792],[144.9042,-37.7929],[144.9064,-37.7938],[144.9081,-37.7946],[144.9105,-37.7952],[144.9127,-37.796],[144.9143,-37.797],[144.9153,-37.7978],[144.9154,-37.7981],[144.9153,-37.7985],[144.9152,-37.7987],[144.9148,-37.7991],[144.9146,-37.7993]]],"terms_url":"https://data.melbourne.vic.gov.au/Property-Planning/2018-Aerial-Imagery-True-Ortho-/qa5h-sfgh","terms_text":"City of Melbourne","icon":"https://www.melbourne.vic.gov.au/_catalogs/masterpage/android-icon.png"},{"id":"Modesto_CA_2023","name":"City of Modesto Orthoimagery (2023)","type":"wms","template":"https://gis.modestogov.com/hosting/rest/services/ExternalServices/City_of_Modesto_2023_Aerial/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-121.09923,37.72528],[-121.09818,37.59435],[-121.08134,37.58035],[-120.87942,37.58118],[-120.88008,37.71169],[-120.89834,37.71163],[-120.89841,37.72613],[-120.9897,37.72578],[-120.98998,37.76929],[-121.02652,37.76913],[-121.02621,37.72563],[-121.09923,37.72528]]],"terms_url":"https://www.modestogov.com/","terms_text":"City of Modesto","description":"2023 3-inch resolution imagery for Modesto in the State of California","icon":"https://www.modestogov.com/ImageRepository/Document?documentID=15610"},{"id":"Naples_FL_Ortho_2020","name":"City of Naples Orthoimagery (2020)","type":"wms","template":"https://g.naplesgov.com/arcgis/rest/services/Imagery/NAPLES_2020/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.89578,26.42447],[-81.52919,26.42631],[-81.5285,26.27909],[-81.51477,26.27918],[-81.51437,26.19255],[-81.52803,26.19245],[-81.5262,25.82107],[-81.83073,25.81984],[-81.83226,26.09502],[-81.8928,26.09488],[-81.89578,26.42447]]],"terms_url":"https://g.naplesgov.com/cityofnaplesgis2/","terms_text":"Collier County Property Appraiser’s Office, Naples GIS","description":"The 2020 orthoimagery for the city of Naples in the State of Florida"},{"id":"Roseville_CA_2023","name":"City of Roseville Orthoimagery (2023)","type":"wms","template":"https://ags.roseville.ca.us/arcgis/rest/services/PublicServices/CityOrtho2023/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-121.45329,38.80124],[-121.40461,38.80103],[-121.40502,38.7505],[-121.32392,38.74999],[-121.32425,38.72258],[-121.21403,38.71457],[-121.21345,38.77525],[-121.253,38.77542],[-121.26244,38.78071],[-121.26233,38.79713],[-121.29538,38.79733],[-121.29517,38.81163],[-121.31458,38.81184],[-121.31431,38.83182],[-121.32759,38.83194],[-121.32774,38.82607],[-121.45309,38.82674],[-121.45329,38.80124]]],"terms_url":"https://www.roseville.ca.us/","terms_text":"City of Roseville","description":"2023 3-inch resolution imagery for Roseville in the State of California","icon":"https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_7964838/Image/Roseville-230.png"},{"id":"Roseville_CA_2024","name":"City of Roseville Orthoimagery (2024)","type":"wms","template":"https://ags.roseville.ca.us/arcgis/rest/services/PublicServices/CityOrtho2024/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-121.45329,38.80124],[-121.40461,38.80103],[-121.40502,38.7505],[-121.32392,38.74999],[-121.32425,38.72258],[-121.21403,38.71457],[-121.21345,38.77525],[-121.253,38.77542],[-121.26244,38.78071],[-121.26233,38.79713],[-121.29538,38.79733],[-121.29517,38.81163],[-121.31458,38.81184],[-121.31431,38.83182],[-121.32759,38.83194],[-121.32774,38.82607],[-121.45309,38.82674],[-121.45329,38.80124]]],"terms_url":"https://www.roseville.ca.us/","terms_text":"City of Roseville","description":"2024 3-inch resolution imagery for Roseville in the State of California","icon":"https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_7964838/Image/Roseville-230.png"},{"id":"Santa_Rosa_CA_2022","name":"City of Santa Rosa Orthoimagery (2022)","type":"wms","template":"https://ags2maps.srcity.org/arcgis/rest/services/2022Sep_Aerial/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-122.7713,38.48342],[-122.77111,38.46677],[-122.77258,38.46676],[-122.77258,38.46596],[-122.77664,38.46592],[-122.7766,38.46188],[-122.78206,38.46186],[-122.78198,38.45203],[-122.7785,38.45205],[-122.77828,38.4323],[-122.77777,38.43229],[-122.77766,38.42258],[-122.78216,38.42255],[-122.78204,38.41267],[-122.7709,38.41274],[-122.7708,38.40218],[-122.76089,38.40227],[-122.76087,38.40169],[-122.74442,38.40178],[-122.74438,38.39946],[-122.72788,38.39959],[-122.72768,38.37843],[-122.72222,38.37847],[-122.72218,38.37352],[-122.71956,38.37354],[-122.71955,38.3723],[-122.71661,38.37232],[-122.71661,38.3705],[-122.70561,38.37057],[-122.70574,38.38434],[-122.7003,38.38437],[-122.70031,38.38527],[-122.69611,38.38526],[-122.69628,38.4033],[-122.7005,38.40328],[-122.70054,38.41028],[-122.69346,38.41036],[-122.69347,38.41323],[-122.6897,38.41323],[-122.68973,38.41507],[-122.68426,38.4151],[-122.68432,38.41823],[-122.67865,38.41826],[-122.67861,38.41538],[-122.67316,38.41539],[-122.67314,38.41458],[-122.65433,38.41471],[-122.65435,38.41843],[-122.64525,38.4184],[-122.6455,38.44795],[-122.64592,38.44795],[-122.64598,38.44982],[-122.64228,38.44983],[-122.64232,38.45291],[-122.63897,38.45293],[-122.63893,38.45021],[-122.63498,38.45021],[-122.63488,38.448],[-122.63043,38.44801],[-122.63037,38.44662],[-122.62392,38.44666],[-122.6239,38.44445],[-122.61843,38.44445],[-122.61846,38.4432],[-122.61666,38.44319],[-122.61663,38.4382],[-122.61547,38.4382],[-122.6154,38.43593],[-122.61279,38.43595],[-122.61281,38.43108],[-122.6073,38.43111],[-122.60733,38.42848],[-122.60361,38.42846],[-122.60359,38.42353],[-122.60186,38.42355],[-122.60175,38.42011],[-122.59632,38.42009],[-122.59632,38.41865],[-122.59068,38.41866],[-122.59068,38.41512],[-122.57968,38.41513],[-122.57969,38.41691],[-122.5775,38.41693],[-122.57752,38.41873],[-122.57498,38.41875],[-122.57503,38.42366],[-122.57272,38.42366],[-122.5728,38.43223],[-122.57433,38.43225],[-122.57448,38.44154],[-122.57078,38.44157],[-122.57085,38.4434],[-122.56887,38.44343],[-122.56899,38.44835],[-122.57104,38.44833],[-122.57104,38.4504],[-122.57449,38.45041],[-122.57449,38.45119],[-122.58206,38.45117],[-122.58206,38.44826],[-122.58551,38.44826],[-122.58545,38.44332],[-122.58702,38.44332],[-122.58701,38.44101],[-122.59087,38.44099],[-122.5909,38.44189],[-122.59653,38.44185],[-122.59654,38.44326],[-122.59896,38.44327],[-122.59899,38.44499],[-122.60201,38.44498],[-122.60204,38.44695],[-122.60748,38.44692],[-122.60751,38.44816],[-122.60967,38.44815],[-122.60972,38.4506],[-122.61263,38.45063],[-122.61262,38.45207],[-122.61852,38.45205],[-122.61851,38.45302],[-122.61924,38.45306],[-122.61927,38.45789],[-122.61858,38.45786],[-122.61865,38.46769],[-122.61961,38.46771],[-122.61961,38.47023],[-122.62411,38.47023],[-122.62414,38.47262],[-122.63044,38.47258],[-122.63045,38.47395],[-122.63215,38.47398],[-122.6322,38.48236],[-122.63346,38.48237],[-122.63347,38.48351],[-122.64082,38.48346],[-122.64086,38.48708],[-122.65186,38.48702],[-122.65185,38.48717],[-122.65289,38.48717],[-122.65291,38.49204],[-122.65492,38.49207],[-122.65494,38.49394],[-122.65735,38.49394],[-122.65735,38.495],[-122.67938,38.49488],[-122.67938,38.49685],[-122.69051,38.49678],[-122.69048,38.49857],[-122.71045,38.4985],[-122.71042,38.50919],[-122.72646,38.50912],[-122.72647,38.50636],[-122.72897,38.50635],[-122.72899,38.50487],[-122.73764,38.50484],[-122.73752,38.49648],[-122.73442,38.49648],[-122.73446,38.49511],[-122.7255,38.49519],[-122.72537,38.48674],[-122.73977,38.48669],[-122.73979,38.4852],[-122.74533,38.48517],[-122.74528,38.48432],[-122.76177,38.48423],[-122.76175,38.4835],[-122.7713,38.48342]],[[-122.77992,38.36233],[-122.75744,38.36251],[-122.75758,38.37686],[-122.78007,38.37669],[-122.77992,38.36233]]],"terms_url":"https://www.srcity.org/","terms_text":"City of Santa Rosa","description":"2022 3-inch resolution imagery for Santa Rosa in the State of California","icon":"https://www.srcity.org/ImageRepository/Document?documentID=32"},{"id":"Stockton_CA_2023","name":"City of Stockton Orthoimagery (2023)","type":"wms","template":"https://gisportal.stocktonca.gov/arcgis/services/Aerials/Aerials_2023/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-121.47627,38.08647],[-121.47178,38.0154],[-121.43949,37.98002],[-121.38672,37.94443],[-121.38422,37.85485],[-121.25575,37.85583],[-121.20037,37.8535],[-121.20044,37.85549],[-121.18258,37.85556],[-121.17284,37.85332],[-121.173,37.85574],[-121.14584,37.85578],[-121.15095,38.08019],[-121.15112,38.08034],[-121.21438,38.07949],[-121.21511,38.08219],[-121.21503,38.0869],[-121.27817,38.08637],[-121.27832,38.08625],[-121.27887,38.08638],[-121.35194,38.08665],[-121.35225,38.08674],[-121.36998,38.08701],[-121.35893,38.07958],[-121.39325,38.07967],[-121.39725,38.08721],[-121.39929,38.08723],[-121.39914,38.08689],[-121.40019,38.0869],[-121.40077,38.08677],[-121.47627,38.08647]]],"terms_url":"https://stocktonca.gov/","terms_text":"City of Stockton","description":"2023 3-inch resolution imagery for Stockton in the State of California","icon":"https://cms3.revize.com/revize/stockton/_assets_/images/logo.png"},{"id":"turku-orto","name":"City of Turku ortophoto - 2018","type":"wms","template":"https://opaskartta.turku.fi/TeklaOGCWeb/WMS.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Ilmakuva&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","zoomExtent":[4,20],"polygon":[[[21.48608,60.90844],[21.49956,60.48377],[21.08957,60.5096],[21.0486,60.22035],[21.00189,60.21285],[21.00908,60.09411],[21.09531,60.03889],[21.10682,59.94328],[21.26923,59.88167],[21.18227,59.70233],[22.11364,59.70921],[22.05903,59.8557],[22.46075,60.18535],[23.15785,60.18892],[23.14815,60.91835],[22.31595,60.91512],[21.48608,60.90844]]],"terms_url":"https://www.turku.fi/turku-tieto/kartat-ja-paikkatieto","terms_text":"© Turun kaupunki","description":"Ortophotos from the city of Turku","icon":"https://www.turku.fi/sites/default/files/styles/site_logo/public/sites/all/themes/custom/driveturku/images/sprites/logo.png"},{"id":"turku-orto-2018-true","name":"City of Turku ortophoto - 2018 True ortho","type":"wms","template":"https://opaskartta.turku.fi/TeklaOGCWeb/WMS.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Ilmakuva 2018 True ortho&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2018-07-14T00:00:00.000Z","startDate":"2018-07-14T00:00:00.000Z","zoomExtent":[4,20],"polygon":[[[22.20773,60.48192],[22.18898,60.46167],[22.15111,60.4647],[22.11991,60.46316],[22.11448,60.44459],[22.12533,60.43892],[22.14443,60.43815],[22.20536,60.44335],[22.20443,60.43465],[22.14808,60.41251],[22.14125,60.40444],[22.17104,60.38313],[22.2254,60.38328],[22.28446,60.39091],[22.27423,60.40519],[22.30929,60.41024],[22.36908,60.43517],[22.37033,60.44067],[22.33819,60.47484],[22.34456,60.48065],[22.36,60.47545],[22.37127,60.48301],[22.20773,60.48192]]],"terms_url":"https://www.turku.fi/turku-tieto/kartat-ja-paikkatieto","terms_text":"© Turun kaupunki","description":"Ortophotos from the city of Turku","icon":"https://www.turku.fi/sites/default/files/styles/site_logo/public/sites/all/themes/custom/driveturku/images/sprites/logo.png"},{"id":"turku-orto-2021","name":"City of Turku ortophoto - 2021","type":"wms","template":"https://opaskartta.turku.fi/TeklaOGCWeb/WMS.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Ilmakuva 2021&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2021-04-01T00:00:00.000Z","startDate":"2021-04-01T00:00:00.000Z","zoomExtent":[4,20],"polygon":[[[22.09695,60.34588],[22.13866,60.35363],[22.16884,60.34114],[22.17917,60.3386],[22.22965,60.34398],[22.30436,60.35558],[22.30954,60.36044],[22.30306,60.37431],[22.27494,60.40235],[22.28138,60.40546],[22.30118,60.40839],[22.30848,60.41023],[22.36933,60.43164],[22.37027,60.44049],[22.35201,60.46149],[22.3361,60.47382],[22.34262,60.4789],[22.36025,60.47559],[22.36454,60.47677],[22.37035,60.48184],[22.37447,60.48658],[22.35762,60.49233],[22.36406,60.50068],[22.38327,60.52547],[22.37722,60.5366],[22.37412,60.53718],[22.38064,60.56043],[22.40649,60.58753],[22.41258,60.58566],[22.41811,60.58955],[22.4145,60.59275],[22.43123,60.6023],[22.44915,60.62803],[22.45091,60.64837],[22.45437,60.65097],[22.45497,60.67087],[22.45909,60.67141],[22.45885,60.67297],[22.45288,60.69672],[22.41452,60.73921],[22.40146,60.69333],[22.38913,60.64922],[22.3852,60.63836],[22.38897,60.63237],[22.37286,60.61901],[22.32325,60.59247],[22.31638,60.58683],[22.29921,60.57225],[22.29489,60.56232],[22.29336,60.54794],[22.27007,60.5234],[22.25589,60.52361],[22.22615,60.52524],[22.2203,60.52479],[22.22026,60.52284],[22.23424,60.5091],[22.24827,60.50298],[22.22191,60.49095],[22.20722,60.48296],[22.19265,60.46933],[22.18931,60.4632],[22.14378,60.46573],[22.13612,60.46515],[22.12359,60.46298],[22.11456,60.45524],[22.11295,60.43319],[22.08525,60.42727],[22.08573,60.42181],[22.09248,60.41517],[22.10867,60.40505],[22.08871,60.35422],[22.09695,60.34588]]],"terms_url":"https://www.turku.fi/turku-tieto/kartat-ja-paikkatieto","terms_text":"© Turun kaupunki","best":true,"description":"Ortophotos from the city of Turku","icon":"https://www.turku.fi/sites/default/files/styles/site_logo/public/sites/all/themes/custom/driveturku/images/sprites/logo.png"},{"id":"turku-topo","name":"City of Turku topographic map","type":"wms","template":"https://opaskartta.turku.fi/TeklaOGCWeb/WMS.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Maastokartta&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","zoomExtent":[15,20],"polygon":[[[22.41501,60.73729],[22.39067,60.63073],[22.38803,60.63048],[22.37693,60.61976],[22.36044,60.60999],[22.32413,60.59213],[22.30206,60.5708],[22.27032,60.52452],[22.22126,60.52417],[22.22139,60.52294],[22.24118,60.5152],[22.23416,60.51116],[22.24929,60.50331],[22.20837,60.48285],[22.19762,60.46945],[22.19382,60.46945],[22.19015,60.46312],[22.13634,60.46467],[22.12177,60.46225],[22.1061,60.44123],[22.07621,60.42879],[22.09205,60.39482],[22.06432,60.36962],[22.07716,60.34239],[22.19655,60.33347],[22.30413,60.34564],[22.31602,60.36415],[22.33031,60.36763],[22.34834,60.36355],[22.41335,60.37611],[22.43829,60.37493],[22.43773,60.36502],[22.42554,60.35744],[22.46399,60.34498],[22.49755,60.35126],[22.50996,60.36026],[22.54266,60.34715],[22.61038,60.38286],[22.58154,60.49678],[22.47266,60.45974],[22.39748,60.4474],[22.35739,60.4944],[22.36769,60.50488],[22.38945,60.56842],[22.43121,60.60262],[22.45266,60.65699],[22.45224,60.69066],[22.41501,60.73729]]],"terms_url":"https://www.turku.fi/turku-tieto/kartat-ja-paikkatieto","terms_text":"© Turun kaupunki","best":true,"description":"Topographic map from the city of Turku","icon":"https://www.turku.fi/sites/default/files/styles/site_logo/public/sites/all/themes/custom/driveturku/images/sprites/logo.png","overlay":true},{"id":"City_of_Wooster_OH_2021","name":"City of Wooster Orthoimagery (2022)","type":"wms","template":"https://utility.arcgis.com/usrsvcs/servers/a9c2a83a20ea4a4ea4a910b9766329b4/rest/services/Imagery/Ortho_2021/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-81.98432,40.80805],[-81.98477,40.74976],[-81.97129,40.74965],[-81.97127,40.74622],[-81.93967,40.74606],[-81.93958,40.75982],[-81.92605,40.75973],[-81.92605,40.76662],[-81.90792,40.76648],[-81.90776,40.79054],[-81.89418,40.79047],[-81.89408,40.8042],[-81.88503,40.8041],[-81.8845,40.85903],[-81.90259,40.85911],[-81.90247,40.86942],[-81.91604,40.86947],[-81.916,40.87289],[-81.92957,40.87297],[-81.92959,40.86956],[-81.97026,40.86973],[-81.9704,40.8457],[-81.97496,40.84572],[-81.97529,40.808],[-81.98432,40.80805]]],"terms_url":"https://www.woosteroh.com/","terms_text":"City of Wooster, State of Ohio","description":"1.5-inch resolution 2021 orthoimagery for City of Wooster in the State of Ohio","icon":"https://www.woosteroh.com/sites/default/files/footer-logo.png"},{"id":"Collier_Ortho_2022","name":"Collier County Orthoimagery (2022)","type":"wms","template":"https://ags2.colliercountyfl.gov/imagery/rest/services/Orthos2022/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-80.85707,26.31698],[-81.22402,26.31665],[-81.22445,26.53704],[-81.59119,26.536],[-81.59079,26.48124],[-81.71292,26.48063],[-81.71234,26.42575],[-81.89595,26.42477],[-81.76936,25.76545],[-80.85773,25.76874],[-80.85707,26.31698]]],"terms_url":"https://hub-collierbcc.opendata.arcgis.com/","terms_text":"Collier County Information Technology GIS Team","description":"The 2022 orthoimagery for Collier County in the State of Florida"},{"id":"Collier_Ortho_Latest","name":"Collier County Orthoimagery (Latest)","type":"wms","template":"https://ags2.colliercountyfl.gov/imagery/rest/services/CurrentOrthos/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-80.85707,26.31698],[-81.22402,26.31665],[-81.22445,26.53704],[-81.59119,26.536],[-81.59079,26.48124],[-81.71292,26.48063],[-81.71234,26.42575],[-81.89595,26.42477],[-81.76936,25.76545],[-80.85773,25.76874],[-80.85707,26.31698]]],"terms_url":"https://hub-collierbcc.opendata.arcgis.com/","terms_text":"Collier County Information Technology GIS Team","description":"The most recent orthoimagery for Collier County in the State of Florida"},{"id":"Cook_IL_2020","name":"Cook County Orthoimagery 2020","type":"wms","template":"https://gis.cookcountyil.gov/imagery/rest/services/CookOrtho2020/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-87.50067,41.45476],[-87.49767,41.68777],[-87.5152,41.73161],[-87.59708,41.82583],[-87.59605,41.88784],[-87.62953,41.96306],[-87.65905,42.04534],[-87.67862,42.08013],[-87.72343,42.10892],[-87.77465,42.17679],[-88.2568,42.17811],[-88.2568,42.17128],[-88.26603,42.17124],[-88.26613,42.08892],[-88.28459,42.0752],[-88.29373,42.0752],[-88.2938,41.98603],[-88.2846,41.98603],[-88.28459,41.96549],[-87.94451,41.9648],[-87.9459,41.73161],[-87.97354,41.71108],[-88.04679,41.71134],[-88.05593,41.70458],[-88.05636,41.62911],[-88.03808,41.61531],[-87.93749,41.61499],[-87.93783,41.54642],[-87.92882,41.53248],[-87.81929,41.5321],[-87.81986,41.45665],[-87.80175,41.44279],[-87.55557,41.44142],[-87.55547,41.44827],[-87.50988,41.44794],[-87.50977,41.45484],[-87.50067,41.45476]]],"terms_url":"https://hub-cookcountyil.opendata.arcgis.com/","terms_text":"Cook County GIS","description":"4-Band aerial imagery flown in 2020 for Cook County, Illinois at 6 inch pixel resolution","icon":"https://www.cookcountyil.gov/sites/g/files/ywwepo161/files/cook_county_logo_0.png"},{"id":"Cook_IL_2021","name":"Cook County Orthoimagery 2021","type":"wms","template":"https://gis.cookcountyil.gov/imagery/rest/services/CookOrtho2021/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-87.50067,41.45476],[-87.49767,41.68777],[-87.5152,41.73161],[-87.59708,41.82583],[-87.59605,41.88784],[-87.62953,41.96306],[-87.65905,42.04534],[-87.67862,42.08013],[-87.72343,42.10892],[-87.77465,42.17679],[-88.2568,42.17811],[-88.2568,42.17128],[-88.26603,42.17124],[-88.26613,42.08892],[-88.28459,42.0752],[-88.29373,42.0752],[-88.2938,41.98603],[-88.2846,41.98603],[-88.28459,41.96549],[-87.94451,41.9648],[-87.9459,41.73161],[-87.97354,41.71108],[-88.04679,41.71134],[-88.05593,41.70458],[-88.05636,41.62911],[-88.03808,41.61531],[-87.93749,41.61499],[-87.93783,41.54642],[-87.92882,41.53248],[-87.81929,41.5321],[-87.81986,41.45665],[-87.80175,41.44279],[-87.55557,41.44142],[-87.55547,41.44827],[-87.50988,41.44794],[-87.50977,41.45484],[-87.50067,41.45476]]],"terms_url":"https://hub-cookcountyil.opendata.arcgis.com/","terms_text":"Cook County GIS","description":"4-Band aerial imagery flown in 2021 for Cook County, Illinois at 6 inch pixel resolution","icon":"https://www.cookcountyil.gov/sites/g/files/ywwepo161/files/cook_county_logo_0.png"},{"id":"Cook_IL_2022","name":"Cook County Orthoimagery 2022","type":"wms","template":"https://gis.cookcountyil.gov/imagery/rest/services/CookOrtho2022/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-87.50067,41.45476],[-87.49767,41.68777],[-87.5152,41.73161],[-87.59708,41.82583],[-87.59605,41.88784],[-87.62953,41.96306],[-87.65905,42.04534],[-87.67862,42.08013],[-87.72343,42.10892],[-87.77465,42.17679],[-88.2568,42.17811],[-88.2568,42.17128],[-88.26603,42.17124],[-88.26613,42.08892],[-88.28459,42.0752],[-88.29373,42.0752],[-88.2938,41.98603],[-88.2846,41.98603],[-88.28459,41.96549],[-87.94451,41.9648],[-87.9459,41.73161],[-87.97354,41.71108],[-88.04679,41.71134],[-88.05593,41.70458],[-88.05636,41.62911],[-88.03808,41.61531],[-87.93749,41.61499],[-87.93783,41.54642],[-87.92882,41.53248],[-87.81929,41.5321],[-87.81986,41.45665],[-87.80175,41.44279],[-87.55557,41.44142],[-87.55547,41.44827],[-87.50988,41.44794],[-87.50977,41.45484],[-87.50067,41.45476]]],"terms_url":"https://hub-cookcountyil.opendata.arcgis.com/","terms_text":"Cook County GIS","description":"4-Band aerial imagery flown in 2022 for Cook County, Illinois at 6 inch pixel resolution","icon":"https://www.cookcountyil.gov/sites/g/files/ywwepo161/files/cook_county_logo_0.png"},{"id":"Cook_IL_2023","name":"Cook County Orthoimagery 2023","type":"wms","template":"https://gis.cookcountyil.gov/imagery/rest/services/CookOrtho2023/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-87.50067,41.45476],[-87.49767,41.68777],[-87.5152,41.73161],[-87.59708,41.82583],[-87.59605,41.88784],[-87.62953,41.96306],[-87.65905,42.04534],[-87.67862,42.08013],[-87.72343,42.10892],[-87.77465,42.17679],[-88.2568,42.17811],[-88.2568,42.17128],[-88.26603,42.17124],[-88.26613,42.08892],[-88.28459,42.0752],[-88.29373,42.0752],[-88.2938,41.98603],[-88.2846,41.98603],[-88.28459,41.96549],[-87.94451,41.9648],[-87.9459,41.73161],[-87.97354,41.71108],[-88.04679,41.71134],[-88.05593,41.70458],[-88.05636,41.62911],[-88.03808,41.61531],[-87.93749,41.61499],[-87.93783,41.54642],[-87.92882,41.53248],[-87.81929,41.5321],[-87.81986,41.45665],[-87.80175,41.44279],[-87.55557,41.44142],[-87.55547,41.44827],[-87.50988,41.44794],[-87.50977,41.45484],[-87.50067,41.45476]]],"terms_url":"https://hub-cookcountyil.opendata.arcgis.com/","terms_text":"Cook County GIS","description":"4-Band aerial imagery flown in 2023 for Cook County, Illinois at 6 inch pixel resolution","icon":"https://www.cookcountyil.gov/sites/g/files/ywwepo161/files/cook_county_logo_0.png"},{"id":"Craig_2019","name":"CRAIG - 2019","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/craig_2019/{zoom}/{x}/{y}","category":"photo","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[2.5464,46.16593],[2.54677,46.1209],[2.53382,46.12085],[2.53397,46.10284],[2.54692,46.10289],[2.54729,46.05787],[2.56022,46.05792],[2.56037,46.03991],[2.5733,46.03996],[2.57337,46.03095],[2.5863,46.031],[2.5867,45.97697],[2.59962,45.97702],[2.59968,45.96802],[2.56094,45.96787],[2.56101,45.95887],[2.5481,45.95882],[2.54825,45.94081],[2.53534,45.94075],[2.53565,45.90474],[2.50985,45.90463],[2.50993,45.89562],[2.49703,45.89557],[2.4972,45.87756],[2.44563,45.87731],[2.44572,45.86831],[2.43283,45.86825],[2.43302,45.85024],[2.42013,45.85017],[2.42022,45.84117],[2.38157,45.84096],[2.38188,45.81395],[2.39475,45.81402],[2.39485,45.80501],[2.40773,45.80508],[2.40782,45.79608],[2.4207,45.79614],[2.42108,45.76012],[2.43394,45.76019],[2.43403,45.75119],[2.45976,45.75131],[2.45985,45.74231],[2.48557,45.74243],[2.48573,45.72442],[2.49859,45.72448],[2.49875,45.70647],[2.51161,45.70652],[2.51184,45.67951],[2.499,45.67945],[2.49916,45.66144],[2.512,45.6615],[2.51216,45.64349],[2.49932,45.64343],[2.49924,45.65244],[2.47356,45.65232],[2.47391,45.6163],[2.46107,45.61624],[2.46116,45.60724],[2.44833,45.60718],[2.44851,45.58917],[2.46134,45.58923],[2.46151,45.57122],[2.47433,45.57128],[2.47442,45.56228],[2.48724,45.56233],[2.4874,45.54433],[2.50022,45.54438],[2.50087,45.47235],[2.52646,45.47246],[2.52662,45.45445],[2.565,45.4546],[2.56507,45.4456],[2.61624,45.44579],[2.6163,45.43678],[2.64188,45.43687],[2.64194,45.42786],[2.66751,45.42794],[2.66767,45.40093],[2.68046,45.40096],[2.68051,45.39196],[2.69329,45.392],[2.69334,45.38299],[2.70611,45.38303],[2.70616,45.37402],[2.73171,45.37409],[2.73167,45.38309],[2.78278,45.3832],[2.78282,45.3742],[2.79559,45.37422],[2.79556,45.38322],[2.84667,45.38331],[2.8467,45.3743],[2.85947,45.37432],[2.85949,45.36531],[2.91059,45.36537],[2.91063,45.33835],[2.9234,45.33836],[2.92342,45.32035],[2.93619,45.32036],[2.93621,45.30235],[2.96173,45.30236],[2.96173,45.29336],[2.98725,45.29337],[2.98725,45.28436],[3.02552,45.28436],[3.02552,45.29336],[3.06379,45.29335],[3.06381,45.31136],[3.07657,45.31135],[3.07659,45.32035],[3.08935,45.32034],[3.08932,45.30234],[3.07656,45.30235],[3.07654,45.28434],[3.10205,45.28432],[3.10203,45.27531],[3.14029,45.27527],[3.14031,45.28427],[3.15307,45.28426],[3.15302,45.26625],[3.19127,45.26619],[3.1913,45.27519],[3.20405,45.27517],[3.20402,45.26617],[3.21677,45.26614],[3.21663,45.23013],[3.22938,45.2301],[3.2293,45.21209],[3.24204,45.21207],[3.242,45.20306],[3.25474,45.20303],[3.25449,45.14901],[3.26722,45.14898],[3.26709,45.12197],[3.2798,45.12194],[3.27958,45.07692],[3.29229,45.07688],[3.29201,45.02286],[3.3047,45.02283],[3.30465,45.01382],[3.31735,45.01379],[3.31729,45.00478],[3.34268,45.00471],[3.34246,44.96869],[3.36782,44.96861],[3.36771,44.95061],[3.38038,44.95056],[3.38032,44.94156],[3.40568,44.94147],[3.40529,44.88745],[3.41795,44.8874],[3.41788,44.8784],[3.43055,44.87835],[3.43027,44.84234],[3.44293,44.84229],[3.44278,44.82428],[3.45543,44.82423],[3.45536,44.81523],[3.46801,44.81518],[3.46794,44.80617],[3.48058,44.80612],[3.48051,44.79712],[3.49315,44.79706],[3.49323,44.80606],[3.50587,44.80601],[3.50596,44.81501],[3.53125,44.81489],[3.53134,44.82389],[3.54399,44.82383],[3.5439,44.81483],[3.5692,44.8147],[3.56929,44.82371],[3.59459,44.82357],[3.59468,44.83258],[3.60734,44.83251],[3.60773,44.86852],[3.64571,44.86831],[3.6456,44.8593],[3.65826,44.85923],[3.65805,44.84122],[3.6454,44.8413],[3.64519,44.82329],[3.74639,44.82266],[3.74603,44.79565],[3.75868,44.79556],[3.75855,44.78656],[3.78384,44.78638],[3.78371,44.77738],[3.79635,44.77729],[3.7961,44.75928],[3.82137,44.7591],[3.8211,44.7411],[3.87163,44.74071],[3.87177,44.74971],[3.8844,44.74961],[3.88426,44.74061],[3.89689,44.74051],[3.89704,44.74951],[3.90967,44.74941],[3.90981,44.75841],[3.93508,44.7582],[3.93553,44.78521],[3.94817,44.7851],[3.94878,44.82111],[3.96143,44.821],[3.96128,44.812],[3.97392,44.81189],[3.97377,44.80288],[3.99906,44.80266],[3.99922,44.81166],[4.01187,44.81155],[4.01203,44.82055],[4.02468,44.82043],[4.02484,44.82944],[4.03749,44.82932],[4.03816,44.86533],[4.06347,44.86509],[4.0633,44.85609],[4.07596,44.85597],[4.07613,44.86497],[4.11411,44.86459],[4.11429,44.8736],[4.12695,44.87347],[4.12677,44.86447],[4.16474,44.86407],[4.16493,44.87308],[4.17759,44.87294],[4.17778,44.88194],[4.19044,44.88181],[4.19101,44.90882],[4.20368,44.90868],[4.20388,44.91768],[4.21655,44.91755],[4.21674,44.92655],[4.22941,44.92641],[4.2302,44.96242],[4.24288,44.96228],[4.24268,44.95327],[4.28072,44.95284],[4.28092,44.96185],[4.31896,44.9614],[4.31981,44.99741],[4.30712,44.99756],[4.30754,45.01557],[4.32024,45.01542],[4.32045,45.02442],[4.33314,45.02427],[4.33293,45.01526],[4.34562,45.01511],[4.34584,45.02411],[4.37123,45.0238],[4.37145,45.03281],[4.38414,45.03265],[4.38481,45.05966],[4.35941,45.05997],[4.35962,45.06897],[4.37233,45.06882],[4.37299,45.09582],[4.41112,45.09535],[4.41158,45.11335],[4.42429,45.11319],[4.42406,45.10419],[4.44949,45.10386],[4.44972,45.11286],[4.46243,45.1127],[4.4629,45.1307],[4.45019,45.13087],[4.45089,45.15788],[4.46361,45.15771],[4.46385,45.16671],[4.47657,45.16655],[4.47705,45.18455],[4.48978,45.18438],[4.49074,45.22039],[4.50348,45.22022],[4.50372,45.22922],[4.55468,45.22853],[4.55493,45.23753],[4.59316,45.23699],[4.59342,45.24599],[4.6189,45.24563],[4.61969,45.27263],[4.60694,45.27282],[4.6072,45.28182],[4.6327,45.28145],[4.63349,45.30846],[4.64625,45.30827],[4.64678,45.32628],[4.65954,45.32609],[4.65981,45.33509],[4.71087,45.33432],[4.71114,45.34332],[4.72391,45.34313],[4.72419,45.35213],[4.73696,45.35193],[4.73724,45.36094],[4.76278,45.36054],[4.7642,45.40555],[4.75142,45.40575],[4.75199,45.42375],[4.76478,45.42355],[4.76621,45.46856],[4.75341,45.46876],[4.75426,45.49577],[4.70306,45.49656],[4.70278,45.48756],[4.66439,45.48813],[4.66574,45.53315],[4.67855,45.53296],[4.67882,45.54196],[4.69163,45.54177],[4.69273,45.57778],[4.65427,45.57835],[4.654,45.56935],[4.62837,45.56972],[4.62863,45.57872],[4.59017,45.57927],[4.59043,45.58828],[4.52631,45.58917],[4.52607,45.58016],[4.51324,45.58034],[4.51349,45.58934],[4.48784,45.58968],[4.48809,45.59869],[4.47526,45.59885],[4.4755,45.60786],[4.46267,45.60802],[4.46315,45.62603],[4.43749,45.62636],[4.43772,45.63537],[4.42488,45.63553],[4.42512,45.64453],[4.41228,45.64469],[4.41274,45.6627],[4.3999,45.66286],[4.40013,45.67186],[4.37444,45.67218],[4.37467,45.68118],[4.38751,45.68103],[4.38841,45.71704],[4.40127,45.71688],[4.40172,45.73489],[4.41458,45.73473],[4.41504,45.75273],[4.40218,45.7529],[4.40241,45.7619],[4.36382,45.76237],[4.36404,45.77138],[4.37691,45.77122],[4.37713,45.78022],[4.39,45.78006],[4.39045,45.79807],[4.40332,45.79791],[4.40378,45.81592],[4.3909,45.81608],[4.39136,45.83409],[4.40424,45.83393],[4.40516,45.86994],[4.36649,45.87041],[4.36671,45.87942],[4.35382,45.87957],[4.35404,45.88858],[4.34115,45.88873],[4.34159,45.90674],[4.35448,45.90658],[4.35515,45.93359],[4.34225,45.93375],[4.34246,45.94275],[4.32956,45.9429],[4.32978,45.95191],[4.30396,45.95221],[4.30481,45.98822],[4.31773,45.98807],[4.31859,46.02409],[4.27982,46.02453],[4.28024,46.04254],[4.29317,46.04239],[4.29338,46.0514],[4.30631,46.05125],[4.30652,46.06025],[4.31946,46.0601],[4.32075,46.11412],[4.3337,46.11397],[4.33414,46.13198],[4.37299,46.13152],[4.37321,46.14052],[4.38617,46.14036],[4.38594,46.13136],[4.42479,46.13088],[4.42526,46.14889],[4.43821,46.14872],[4.43845,46.15773],[4.4514,46.15756],[4.45188,46.17557],[4.43892,46.17573],[4.43915,46.18474],[4.41323,46.18506],[4.41346,46.19407],[4.42643,46.1939],[4.42713,46.22091],[4.41416,46.22108],[4.41439,46.23008],[4.37547,46.23056],[4.37524,46.22155],[4.36227,46.22171],[4.36183,46.2037],[4.34886,46.20386],[4.34864,46.19485],[4.32271,46.19516],[4.32249,46.18615],[4.30953,46.1863],[4.30931,46.1773],[4.28339,46.1776],[4.28318,46.16859],[4.27022,46.16874],[4.27085,46.19575],[4.21898,46.19632],[4.21918,46.20532],[4.20621,46.20546],[4.20602,46.19645],[4.18009,46.19673],[4.1797,46.17872],[4.14081,46.17912],[4.141,46.18812],[4.12804,46.18825],[4.12822,46.19725],[4.11525,46.19738],[4.11544,46.20639],[4.0895,46.20664],[4.08932,46.19763],[4.05042,46.198],[4.05025,46.18899],[4.03729,46.18911],[4.03711,46.18011],[3.98526,46.18057],[3.98575,46.20758],[3.94684,46.20791],[3.947,46.21692],[3.90808,46.21724],[3.90838,46.23524],[3.92136,46.23514],[3.92196,46.27116],[3.90898,46.27126],[3.90928,46.28927],[3.94824,46.28895],[3.9484,46.29796],[3.96139,46.29785],[3.96171,46.31585],[3.9747,46.31574],[3.97454,46.30674],[4.00053,46.30652],[4.00069,46.31552],[4.01369,46.3154],[4.01402,46.33341],[4.00102,46.33353],[4.00185,46.37855],[3.98884,46.37866],[3.98916,46.39667],[4.00218,46.39655],[4.00284,46.43257],[4.01586,46.43246],[4.01653,46.46847],[4.0035,46.46859],[4.00366,46.47759],[3.99063,46.4777],[3.9908,46.48671],[3.96472,46.48693],[3.96488,46.49593],[3.92577,46.49626],[3.92592,46.50526],[3.89984,46.50547],[3.8997,46.49647],[3.87362,46.49667],[3.87405,46.52368],[3.86101,46.52378],[3.86115,46.53278],[3.8481,46.53288],[3.84824,46.54188],[3.82215,46.54207],[3.82201,46.53307],[3.78287,46.53334],[3.783,46.54235],[3.74385,46.54261],[3.7441,46.56062],[3.75715,46.56053],[3.7574,46.57854],[3.74434,46.57863],[3.74484,46.61464],[3.73177,46.61473],[3.73201,46.63273],[3.71894,46.63282],[3.71918,46.65082],[3.7061,46.65091],[3.70634,46.66891],[3.69326,46.66899],[3.69337,46.678],[3.68029,46.67807],[3.6804,46.68708],[3.66732,46.68716],[3.66754,46.70516],[3.65445,46.70524],[3.65456,46.71424],[3.64147,46.71432],[3.642,46.75934],[3.6027,46.75955],[3.6028,46.76855],[3.57659,46.76869],[3.5765,46.75968],[3.56339,46.75975],[3.56321,46.74174],[3.5763,46.74167],[3.57621,46.73267],[3.53692,46.73286],[3.53657,46.69685],[3.52348,46.69691],[3.52339,46.6879],[3.49723,46.68802],[3.49706,46.67001],[3.4709,46.67012],[3.47082,46.66112],[3.45774,46.66117],[3.45805,46.69719],[3.44496,46.69724],[3.44511,46.71525],[3.43202,46.7153],[3.43209,46.7243],[3.37972,46.72448],[3.37965,46.71548],[3.36656,46.71552],[3.36644,46.69752],[3.35335,46.69756],[3.31409,46.69767],[3.31425,46.72468],[3.26188,46.72481],[3.26183,46.71581],[3.24874,46.71584],[3.2487,46.70683],[3.22252,46.70689],[3.22249,46.69788],[3.2094,46.69791],[3.20936,46.68891],[3.18319,46.68895],[3.18322,46.69795],[3.17014,46.69797],[3.17017,46.70698],[3.15708,46.707],[3.1571,46.716],[3.14401,46.71602],[3.14406,46.73403],[3.11787,46.73406],[3.11789,46.74306],[3.07859,46.74309],[3.07861,46.7521],[3.06551,46.75211],[3.06552,46.76111],[3.05241,46.76112],[3.05244,46.78813],[3.03933,46.78813],[3.03934,46.79714],[3.02623,46.79714],[3.02623,46.80615],[2.92133,46.80612],[2.92134,46.79712],[2.89512,46.7971],[2.89515,46.77909],[2.86894,46.77906],[2.86898,46.76105],[2.84278,46.76102],[2.8428,46.75202],[2.8297,46.752],[2.82973,46.74299],[2.77734,46.7429],[2.77738,46.7339],[2.75119,46.73385],[2.7511,46.75186],[2.6987,46.75173],[2.6988,46.73372],[2.68571,46.73369],[2.68576,46.72468],[2.67267,46.72465],[2.67272,46.71564],[2.65963,46.7156],[2.65969,46.7066],[2.6466,46.70656],[2.64666,46.69756],[2.62048,46.69747],[2.62054,46.68847],[2.60746,46.68842],[2.60753,46.67942],[2.59444,46.67938],[2.59451,46.67037],[2.56835,46.67028],[2.56842,46.66127],[2.55534,46.66122],[2.55549,46.64321],[2.58164,46.64331],[2.58171,46.63431],[2.56864,46.63426],[2.56871,46.62526],[2.58178,46.6253],[2.58185,46.6163],[2.55571,46.6162],[2.55586,46.59819],[2.56892,46.59824],[2.56899,46.58924],[2.59511,46.58933],[2.59538,46.55332],[2.56928,46.55322],[2.56935,46.54422],[2.5563,46.54417],[2.55637,46.53516],[2.50418,46.53495],[2.5041,46.54395],[2.478,46.54384],[2.47809,46.53483],[2.41285,46.53452],[2.41295,46.52551],[2.34772,46.52516],[2.34783,46.51615],[2.33478,46.51608],[2.33489,46.50708],[2.32185,46.507],[2.32196,46.49799],[2.30893,46.49792],[2.30915,46.47991],[2.29612,46.47983],[2.29624,46.47082],[2.2832,46.47074],[2.28332,46.46174],[2.27029,46.46166],[2.27138,46.38062],[2.28439,46.3807],[2.2845,46.3717],[2.31052,46.37186],[2.31063,46.36285],[2.29763,46.36277],[2.29809,46.32676],[2.32409,46.32691],[2.3242,46.31791],[2.35019,46.31806],[2.3503,46.30906],[2.36329,46.30913],[2.36339,46.30012],[2.37639,46.3002],[2.37628,46.3092],[2.38928,46.30927],[2.38918,46.31828],[2.40217,46.31834],[2.40256,46.28233],[2.41555,46.28239],[2.41565,46.27339],[2.44162,46.27352],[2.44153,46.28252],[2.4675,46.28265],[2.46776,46.25563],[2.48075,46.25569],[2.48092,46.23769],[2.50687,46.2378],[2.50727,46.19278],[2.52024,46.19283],[2.5204,46.17482],[2.53336,46.17488],[2.53344,46.16587],[2.5464,46.16593]]],"terms_url":"https://ids.craig.fr/geocat/srv/fre/catalog.search#/metadata/f3e8d3c6-0293-4372-a385-87b1cb56eb5c","terms_text":"CRAIG - IGN - Feder Auvergne-Rhône-Alpes 2019"},{"id":"Crook-2023","name":"Crook County Orthoimagery (2023)","type":"tms","template":"https://geo.co.crook.or.us/server/rest/services/Hosted/Crook_2023_3in9in/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[11,20],"polygon":[[[-120.56378,44.44371],[-120.61434,44.44367],[-120.61429,44.42919],[-120.64461,44.42914],[-120.64456,44.41465],[-120.74559,44.4145],[-120.74576,44.46522],[-120.86712,44.46488],[-120.86719,44.47947],[-120.99864,44.47884],[-120.99793,44.39197],[-121.10906,44.39145],[-121.10821,44.31177],[-121.11831,44.31175],[-121.11731,44.21744],[-121.10701,44.21762],[-121.1064,44.13059],[-120.99571,44.13134],[-120.99512,44.0517],[-120.89469,44.05203],[-120.89432,43.99413],[-120.78401,43.99444],[-120.78411,44.02336],[-120.61348,44.02368],[-120.61366,44.09611],[-120.0207,44.09508],[-120.02066,44.10241],[-120.00062,44.10231],[-120.00053,44.10954],[-119.98048,44.10946],[-119.98044,44.11668],[-119.89998,44.11633],[-119.89986,44.13079],[-119.87971,44.1307],[-119.8791,44.19588],[-119.9193,44.19608],[-119.91965,44.15987],[-120.04042,44.16043],[-120.04025,44.17486],[-120.44276,44.17583],[-120.44268,44.23375],[-120.56349,44.2337],[-120.56378,44.44371]],[[-120.38189,44.48711],[-120.44222,44.48711],[-120.44222,44.45803],[-120.38189,44.45803],[-120.38189,44.48711]]],"terms_url":"https://co.crook.or.us/gis","terms_text":"Crook County GIS","best":true,"icon":"https://co.crook.or.us/sites/default/files/styles/full_node_primary/public/imageattachments/tech/page/14110/crook_county_logo.png"},{"id":"CT_ECO_Ortho_2019_RGB","name":"CT ECO Orthoimagery (2019)","type":"tms","template":"https://cteco.uconn.edu/ctraster/rest/services/images/Ortho_2019_tiled/ImageServer/WMTS/tile/1.0.0/images_Ortho_2019_tiled/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2019-04-25T00:00:00.000Z","startDate":"2019-03-24T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-71.8723,41.31337],[-71.82917,41.34073],[-71.82943,41.34537],[-71.8381,41.35842],[-71.83772,41.36581],[-71.83286,41.36907],[-71.83189,41.37027],[-71.83164,41.37228],[-71.83242,41.37459],[-71.83265,41.37589],[-71.83061,41.37866],[-71.8308,41.37914],[-71.83197,41.38002],[-71.8333,41.38184],[-71.83351,41.3825],[-71.83338,41.38388],[-71.83265,41.38603],[-71.83253,41.3868],[-71.83347,41.38829],[-71.83505,41.38954],[-71.83753,41.39045],[-71.83864,41.39091],[-71.84114,41.39421],[-71.84185,41.3947],[-71.84241,41.39539],[-71.84243,41.39633],[-71.8422,41.39733],[-71.84139,41.39865],[-71.84119,41.39962],[-71.84139,41.40283],[-71.84206,41.40366],[-71.84304,41.40442],[-71.84355,41.40551],[-71.84254,41.4077],[-71.8424,41.40846],[-71.84267,41.40982],[-71.84235,41.41056],[-71.8411,41.41106],[-71.83912,41.41248],[-71.8358,41.41222],[-71.83422,41.41158],[-71.82756,41.41452],[-71.82549,41.41468],[-71.82491,41.41498],[-71.82438,41.41551],[-71.82428,41.41624],[-71.82388,41.41706],[-71.82308,41.41773],[-71.8219,41.41817],[-71.82109,41.41892],[-71.82005,41.41938],[-71.8186,41.41971],[-71.81698,41.41987],[-71.81535,41.41961],[-71.81279,41.41937],[-71.8115,41.41909],[-71.80781,41.41725],[-71.8074,41.41687],[-71.80688,41.41668],[-71.80598,41.41675],[-71.80417,41.41731],[-71.80346,41.41735],[-71.80296,41.4171],[-71.80185,41.41567],[-71.8014,41.4155],[-71.80053,41.41555],[-71.79921,41.41599],[-71.79775,41.41693],[-71.78694,41.65614],[-71.7984,41.9557],[-71.79914,42.00821],[-71.80069,42.02351],[-71.8893,42.02437],[-72.14372,42.03053],[-72.53157,42.0346],[-72.57272,42.03023],[-72.58204,42.02472],[-72.60714,42.02504],[-72.608,42.03116],[-72.64031,42.03205],[-72.69975,42.03699],[-72.75589,42.03638],[-72.76636,42.00788],[-72.76674,42.00339],[-72.81704,41.99765],[-72.81369,42.03667],[-73.00861,42.03871],[-73.43622,42.05082],[-73.48755,42.0498],[-73.49287,41.95732],[-73.53579,41.45141],[-73.54158,41.40266],[-73.54926,41.32339],[-73.54986,41.3016],[-73.55089,41.29548],[-73.48257,41.21282],[-73.7277,41.10075],[-73.65523,41.0123],[-73.65573,41.00976],[-73.66018,41.00054],[-73.65934,40.99733],[-73.65962,40.99495],[-73.65921,40.99308],[-73.65696,40.99061],[-73.65993,40.98891],[-73.64788,40.97573],[-72.69568,41.197],[-71.8723,41.31337]]],"terms_url":"https://cteco.uconn.edu/data/imagery/index.htm","terms_text":"Connecticut Environmental Conditions Online","description":"The 2019 6-inch 4-band orthoimagery for the State of Connecticut in natural color","icon":"https://cteco.uconn.edu/images/logos/cteco-logo.png"},{"id":"CT_ECO_Shaded_relief_2016","name":"CT ECO Shaded Relief","type":"wms","template":"https://cteco.uconn.edu/ctraster/services/elevation/Elevation/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Elevation:shadedrelief&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","endDate":"2016-04-16T00:00:00.000Z","startDate":"2016-03-11T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-71.8723,41.31337],[-71.82917,41.34073],[-71.82943,41.34537],[-71.8381,41.35842],[-71.83772,41.36581],[-71.83286,41.36907],[-71.83189,41.37027],[-71.83164,41.37228],[-71.83242,41.37459],[-71.83265,41.37589],[-71.83061,41.37866],[-71.8308,41.37914],[-71.83197,41.38002],[-71.8333,41.38184],[-71.83351,41.3825],[-71.83338,41.38388],[-71.83265,41.38603],[-71.83253,41.3868],[-71.83347,41.38829],[-71.83505,41.38954],[-71.83753,41.39045],[-71.83864,41.39091],[-71.84114,41.39421],[-71.84185,41.3947],[-71.84241,41.39539],[-71.84243,41.39633],[-71.8422,41.39733],[-71.84139,41.39865],[-71.84119,41.39962],[-71.84139,41.40283],[-71.84206,41.40366],[-71.84304,41.40442],[-71.84355,41.40551],[-71.84254,41.4077],[-71.8424,41.40846],[-71.84267,41.40982],[-71.84235,41.41056],[-71.8411,41.41106],[-71.83912,41.41248],[-71.8358,41.41222],[-71.83422,41.41158],[-71.82756,41.41452],[-71.82549,41.41468],[-71.82491,41.41498],[-71.82438,41.41551],[-71.82428,41.41624],[-71.82388,41.41706],[-71.82308,41.41773],[-71.8219,41.41817],[-71.82109,41.41892],[-71.82005,41.41938],[-71.8186,41.41971],[-71.81698,41.41987],[-71.81535,41.41961],[-71.81279,41.41937],[-71.8115,41.41909],[-71.80781,41.41725],[-71.8074,41.41687],[-71.80688,41.41668],[-71.80598,41.41675],[-71.80417,41.41731],[-71.80346,41.41735],[-71.80296,41.4171],[-71.80185,41.41567],[-71.8014,41.4155],[-71.80053,41.41555],[-71.79921,41.41599],[-71.79775,41.41693],[-71.78694,41.65614],[-71.7984,41.9557],[-71.79914,42.00821],[-71.80069,42.02351],[-71.8893,42.02437],[-72.14372,42.03053],[-72.53157,42.0346],[-72.57272,42.03023],[-72.58204,42.02472],[-72.60714,42.02504],[-72.608,42.03116],[-72.64031,42.03205],[-72.69975,42.03699],[-72.75589,42.03638],[-72.76636,42.00788],[-72.76674,42.00339],[-72.81704,41.99765],[-72.81369,42.03667],[-73.00861,42.03871],[-73.43622,42.05082],[-73.48755,42.0498],[-73.49287,41.95732],[-73.53579,41.45141],[-73.54158,41.40266],[-73.54926,41.32339],[-73.54986,41.3016],[-73.55089,41.29548],[-73.48257,41.21282],[-73.7277,41.10075],[-73.65523,41.0123],[-73.65573,41.00976],[-73.66018,41.00054],[-73.65934,40.99733],[-73.65962,40.99495],[-73.65921,40.99308],[-73.65696,40.99061],[-73.65993,40.98891],[-73.64788,40.97573],[-72.69568,41.197],[-71.8723,41.31337]]],"terms_url":"https://cteco.uconn.edu/data/lidar/index.htm","terms_text":"Connecticut Environmental Conditions Online","description":"Colored view of terrain derived from 2016 LiDAR data for State of Connecticut","icon":"https://cteco.uconn.edu/images/logos/cteco-logo.png"},{"id":"Curitiba_Ortofoto_2019","name":"Curitiba Ortofoto 2019","type":"tms","template":"https://geocuritiba.ippuc.org.br/server/rest/services/Hosted/Ortofotos2019/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","polygon":[[[-49.4,-25.43],[-49.39,-25.49],[-49.38,-25.5],[-49.38,-25.52],[-49.36,-25.59],[-49.38,-25.63],[-49.37,-25.65],[-49.36,-25.65],[-49.3,-25.63],[-49.26,-25.62],[-49.23,-25.59],[-49.21,-25.57],[-49.19,-25.52],[-49.19,-25.43],[-49.19,-25.38],[-49.22,-25.34],[-49.27,-25.34],[-49.29,-25.34],[-49.3,-25.37],[-49.31,-25.37],[-49.33,-25.35],[-49.35,-25.34],[-49.36,-25.37],[-49.38,-25.39],[-49.4,-25.43]]],"terms_url":"https://geocuritiba.ippuc.org.br","terms_text":"Instituto de Pesquisa e Planejamento Urbano de Curitiba","best":true},{"id":"Cuyahoga_OH_2023","name":"Cuyahoga County Orthoimagery (2023)","type":"wms","template":"https://gis.cuyahogacounty.us/server/rest/services/IMAGERY/2023_Spring_Ortho/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-81.97428,41.5079],[-81.97553,41.35008],[-81.87988,41.34964],[-81.88061,41.27415],[-81.6487,41.27268],[-81.64866,41.27611],[-81.5577,41.27542],[-81.55756,41.28567],[-81.56211,41.28573],[-81.56196,41.29603],[-81.56647,41.29605],[-81.56643,41.3029],[-81.57094,41.30295],[-81.5709,41.30639],[-81.57543,41.30642],[-81.57543,41.30986],[-81.57996,41.30982],[-81.57982,41.3202],[-81.58435,41.3202],[-81.584,41.34768],[-81.38821,41.34596],[-81.38695,41.42141],[-81.37329,41.42129],[-81.37285,41.44873],[-81.38647,41.44886],[-81.38441,41.57236],[-81.48486,41.57323],[-81.48392,41.63504],[-81.97428,41.5079]]],"terms_url":"https://cuyahogacounty.gov/","terms_text":"Cuyahoga County, State of Ohio","description":"Spring 2023 orthoimagery for Cuyahoga County in the State of Ohio","icon":"https://cuyahogacms.blob.core.windows.net/home/images/default-source/default-album/county_logo100.png"},{"id":"Czech_CUZK-KM","name":"Czech CUZK:KM","type":"wms","template":"https://wms.cuzk.cz/wms.asp?LAYERS=parcelni_cisla_i,obrazy_parcel_i,RST_KMD_I,hranice_parcel_i,DEF_BUDOVY,RST_KN_I,dalsi_p_mapy_i,prehledka_kat_prac,prehledka_kat_uz,prehledka_kraju-linie&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","polygon":[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],"overlay":true},{"id":"Czech_CUZK-KM-tms","name":"Czech CUZK:KM tiles proxy","type":"tms","template":"https://osm-{switch:a,b,c}.zby.cz/tiles_cuzk.php/{zoom}/{x}/{y}.png","zoomExtent":[13,18],"polygon":[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],"overlay":true},{"id":"Czech_pLPIS","name":"Czech pLPIS","type":"wms","template":"https://eagri.cz/public/app/wms/public_DPB_PB_OPV.fcgi?LAYERS=DPB_UCINNE,DPB_UCINNE_KOD&STYLES=&FORMAT=image/png&TRANSPARENT=true&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:4326","polygon":[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],"overlay":true},{"id":"Czech_RUIAN-budovy","name":"Czech RUIAN budovy","type":"tms","template":"https://tile.poloha.net/budovy/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[12,20],"polygon":[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],"terms_url":"https://poloha.net/","terms_text":"Czech RUIAN","overlay":true},{"id":"Czech_RUIAN-parcely","name":"Czech RUIAN parcely","type":"tms","template":"https://tile.poloha.net/parcely/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[12,20],"polygon":[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],"terms_url":"https://poloha.net/","terms_text":"Czech RUIAN","overlay":true},{"id":"CzechCUZKorthophoto","name":"Czechia CUZK orthophoto","type":"wms","template":"https://geoportal.cuzk.cz/WMS_ORTOFOTO_PUB/service.svc/get?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=GR_ORTFOTORGB&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","zoomExtent":[1,20],"polygon":[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],"terms_url":"https://www.cuzk.cz/","terms_text":"CUZK","best":true,"description":"Aerial imagery provided by State Administration of Land Surveying and Cadastre. Resolution 0.125 m/px, median alignment error <=0.2m (as of 2022), biennial cycle (yearly update of one half of the territory, alternating between the two halves)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/cz/CzechCUZK_icon.png"},{"id":"CzechCUZKdmr5g","name":"Czechia CUZK terrain DMR 5G greyscale","type":"wms","template":"https://ags.cuzk.cz/arcgis2/services/dmr5g/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=dmr5g:GrayscaleHillshade&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","zoomExtent":[1,20],"polygon":[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],"terms_url":"https://www.cuzk.cz/","terms_text":"CUZK","description":"Hill shaded terrain model of Czech Republic, grayscale. LIDAR based. Buildings and vegetation filtered out. Median height error 0.18m to 0.3m. Provided by State Administration of Land Surveying and Cadastre.","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/cz/CzechCUZK_icon.png"},{"id":"Czestochowa-buildings","name":"Częstochowa: Buildings","type":"wms","template":"http://geoportal.czestochowa.um.gov.pl/isdp/scripts/isdp.dll/wms?LAYERS=ieg_budynek&STYLES=&FORMAT=image/png&TRANSPARENT=true&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:900913","polygon":[[[19.08183,50.8554],[19.06492,50.86134],[19.06209,50.8596],[19.05993,50.8532],[19.04676,50.84934],[19.03921,50.84083],[19.03787,50.82584],[19.02909,50.82435],[19.03154,50.81614],[19.02308,50.81499],[19.02593,50.80731],[19.03453,50.804],[19.03439,50.80116],[19.01896,50.80703],[19.01972,50.79555],[19.01362,50.79262],[19.01081,50.78759],[19.01159,50.78077],[19.01353,50.77766],[19.01101,50.7718],[19.01554,50.77044],[19.01869,50.76252],[19.0333,50.74827],[19.04257,50.74466],[19.06018,50.74455],[19.06202,50.75041],[19.06548,50.7496],[19.06595,50.7466],[19.06392,50.74554],[19.06632,50.74233],[19.0685,50.74339],[19.07153,50.74042],[19.07284,50.73708],[19.07503,50.73465],[19.07878,50.73668],[19.08382,50.73741],[19.08473,50.74349],[19.08442,50.74986],[19.09285,50.75027],[19.09351,50.7488],[19.0956,50.74912],[19.09598,50.75201],[19.10348,50.75228],[19.12066,50.74981],[19.1216,50.75363],[19.127,50.75314],[19.13021,50.75786],[19.14282,50.75543],[19.14559,50.75805],[19.16417,50.75586],[19.16504,50.7535],[19.18245,50.7545],[19.19074,50.75211],[19.19521,50.75182],[19.19891,50.76355],[19.20889,50.77561],[19.22592,50.78822],[19.21753,50.79272],[19.21868,50.80115],[19.23303,50.82335],[19.23351,50.82683],[19.2308,50.82666],[19.23075,50.82509],[19.22564,50.82475],[19.21831,50.82571],[19.20838,50.82484],[19.20696,50.82985],[19.19454,50.83145],[19.19358,50.83357],[19.19637,50.83678],[19.19973,50.84395],[19.18711,50.84712],[19.18084,50.86562],[19.18346,50.87706],[19.17265,50.88477],[19.16816,50.88501],[19.16507,50.8794],[19.1498,50.87916],[19.14318,50.86815],[19.13364,50.86147],[19.12566,50.86165],[19.12938,50.85519],[19.1227,50.85452],[19.11997,50.86327],[19.11531,50.86283],[19.11709,50.85933],[19.10961,50.86092],[19.11082,50.86616],[19.0888,50.86563],[19.08183,50.8554]]],"terms_text":"Urząd Miasta Częstochowy"},{"id":"DCGIS-County-Imagery-2017-Fall-Leaf-Off-6-Inch","name":"Dakota County GIS 2017 Fall Leaf-Off 6-Inch","type":"wms","template":"https://gisimg.co.dakota.mn.us/arcgis/services/AerialPhotography/2017AirPhotoLeafOff6Inch/ImageServer/WMSServer?LAYERS=2017AirPhotoLeafOff6Inch:None&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[4,20],"polygon":[[[-93.32967,44.79107],[-93.32964,44.63037],[-93.28189,44.63074],[-93.28169,44.47194],[-93.28176,44.47137],[-93.0395,44.47103],[-93.03924,44.51125],[-92.91932,44.51049],[-92.91899,44.54325],[-92.79268,44.54324],[-92.7926,44.62971],[-92.73207,44.62948],[-92.73122,44.71411],[-92.80342,44.74652],[-92.82767,44.75056],[-92.85209,44.74695],[-92.85959,44.75359],[-92.87724,44.77283],[-92.88149,44.77492],[-92.9049,44.77408],[-92.92808,44.78111],[-92.93969,44.77563],[-92.94843,44.76786],[-92.95859,44.76724],[-92.98604,44.77501],[-92.99291,44.77517],[-93.00306,44.77206],[-93.01685,44.77635],[-93.02153,44.79431],[-93.00523,44.81541],[-93.0119,44.83657],[-93.00859,44.85652],[-93.01041,44.86586],[-93.02074,44.89279],[-93.0309,44.8967],[-93.04083,44.90391],[-93.04445,44.91514],[-93.04725,44.9195],[-93.04724,44.92318],[-93.12863,44.92335],[-93.12882,44.91965],[-93.13257,44.91243],[-93.1641,44.89048],[-93.18289,44.8872],[-93.20075,44.86486],[-93.20325,44.85263],[-93.22179,44.83825],[-93.25188,44.81146],[-93.28177,44.80611],[-93.30453,44.7945],[-93.32645,44.79245],[-93.32961,44.79107],[-93.32967,44.79107]]],"terms_url":"https://dakotacounty.us","terms_text":"Dakota County GIS","icon":"https://www.co.dakota.mn.us//SiteAssets/DakotaCountyLogo_W.png"},{"id":"DCGIS-County-Imagery-2019-Spring-Leaf-Off-6-Inch","name":"Dakota County GIS 2019 Spring Leaf-Off 6-Inch","type":"wms","template":"https://gisimg.co.dakota.mn.us/arcgis/services/AerialPhotography/2019AirPhotoLeafOff6Inch_Spring/ImageServer/WMSServer?LAYERS=2019AirPhotoLeafOff6Inch_Spring:default&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[5,20],"polygon":[[[-93.32967,44.79107],[-93.32964,44.63037],[-93.28189,44.63074],[-93.28169,44.47194],[-93.28176,44.47137],[-93.0395,44.47103],[-93.03924,44.51125],[-92.91932,44.51049],[-92.91899,44.54325],[-92.79268,44.54324],[-92.7926,44.62971],[-92.73207,44.62948],[-92.73122,44.71411],[-92.80342,44.74652],[-92.82767,44.75056],[-92.85209,44.74695],[-92.85959,44.75359],[-92.87724,44.77283],[-92.88149,44.77492],[-92.9049,44.77408],[-92.92808,44.78111],[-92.93969,44.77563],[-92.94843,44.76786],[-92.95859,44.76724],[-92.98604,44.77501],[-92.99291,44.77517],[-93.00306,44.77206],[-93.01685,44.77635],[-93.02153,44.79431],[-93.00523,44.81541],[-93.0119,44.83657],[-93.00859,44.85652],[-93.01041,44.86586],[-93.02074,44.89279],[-93.0309,44.8967],[-93.04083,44.90391],[-93.04445,44.91514],[-93.04725,44.9195],[-93.04724,44.92318],[-93.12863,44.92335],[-93.12882,44.91965],[-93.13257,44.91243],[-93.1641,44.89048],[-93.18289,44.8872],[-93.20075,44.86486],[-93.20325,44.85263],[-93.22179,44.83825],[-93.25188,44.81146],[-93.28177,44.80611],[-93.30453,44.7945],[-93.32645,44.79245],[-93.32961,44.79107],[-93.32967,44.79107]]],"terms_url":"https://dakotacounty.us","terms_text":"Dakota County GIS","icon":"https://www.co.dakota.mn.us//SiteAssets/DakotaCountyLogo_W.png"},{"id":"Duna_2013","name":"Danube flood orthophoto 2013","type":"tms","template":"http://e.tile.openstreetmap.hu/dunai-arviz-2013/{zoom}/{x}/{y}.jpg","category":"photo","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[10,20],"polygon":[[[19.07732,47.69597],[19.05779,47.57209],[19.07717,47.57241],[19.07952,47.58883],[19.07434,47.58909],[19.08056,47.59587],[19.09462,47.69446],[19.07799,47.69598],[19.07732,47.69597]]],"terms_url":"http://fototerkep.hu","terms_text":"Fotótérkép.hu","description":"Riverbank of Danube at Budapest, Szentendre and Szigetmonostor"},{"id":"DC_From_Above_Ortho_2019","name":"DC From Above Orthophoto 2019","type":"wms","template":"https://maps2.dcgis.dc.gov/dcgis/services/DCGIS_DATA/Ortho2019/MapServer/WMSServer?request=getmap&version=1.3.0&service=wms&layers=0&styles=&format=image/jpeg&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-04-23T00:00:00.000Z","startDate":"2019-04-23T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-77.11973,38.93492],[-77.11856,38.93365],[-77.11699,38.93173],[-77.1156,38.92839],[-77.1117,38.92442],[-77.10583,38.91982],[-77.10289,38.91581],[-77.10214,38.91292],[-77.09362,38.90705],[-77.0836,38.90362],[-77.07278,38.90312],[-77.06863,38.90124],[-77.06706,38.89934],[-77.06656,38.89704],[-77.06278,38.89067],[-77.05587,38.88759],[-77.03776,38.87309],[-77.03012,38.8614],[-77.02643,38.85214],[-77.03176,38.79718],[-76.90929,38.89285],[-77.04088,38.99592],[-77.11973,38.93492]]],"terms_url":"https://opendata.dc.gov/datasets/aerial-photography-image-service-orthophoto-2019/","terms_text":"OCTO, DCGIS","description":"4-band digital orthophotography with a 3 inch/0.08 meter pixel resolution covering the District of Columbia at 2019","icon":"https://octo.dc.gov/sites/default/files/styles/callout_interior_graphic/public/dc/sites/octo/agency_content/images/OCTO-logo_Lead.png"},{"id":"DC_From_Above_Ortho_2021","name":"DC From Above Orthophoto 2021","type":"wms","template":"https://imagery.dcgis.dc.gov/dcgis/services/Ortho/Ortho_2021/ImageServer/WMSServer?request=getmap&version=1.3.0&service=wms&layers=0&styles=&format=image/jpeg&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-03-11T00:00:00.000Z","startDate":"2021-03-11T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-77.11973,38.93492],[-77.11856,38.93365],[-77.11699,38.93173],[-77.1156,38.92839],[-77.1117,38.92442],[-77.10583,38.91982],[-77.10289,38.91581],[-77.10214,38.91292],[-77.09362,38.90705],[-77.0836,38.90362],[-77.07278,38.90312],[-77.06863,38.90124],[-77.06706,38.89934],[-77.06656,38.89704],[-77.06278,38.89067],[-77.05587,38.88759],[-77.03776,38.87309],[-77.03012,38.8614],[-77.02643,38.85214],[-77.03176,38.79718],[-76.90929,38.89285],[-77.04088,38.99592],[-77.11973,38.93492]]],"terms_url":"https://opendata.dc.gov/datasets/aerial-photography-image-service-orthophoto-2021/","terms_text":"OCTO, DCGIS","description":"4-band digital orthophotography with a 3 inch/0.08 meter pixel resolution covering the District of Columbia at 2021","icon":"https://octo.dc.gov/sites/default/files/styles/callout_interior_graphic/public/dc/sites/octo/agency_content/images/OCTO-logo_Lead.png"},{"id":"DC_From_Above_Ortho_2023","name":"DC From Above Orthophoto 2023","type":"wms","template":"https://imagery.dcgis.dc.gov/dcgis/services/Ortho/Ortho_2023/ImageServer/WMSServer?request=getmap&version=1.3.0&service=wms&layers=0&styles=&format=image/jpeg&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-05-10T00:00:00.000Z","startDate":"2023-05-06T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-77.11973,38.93492],[-77.11856,38.93365],[-77.11699,38.93173],[-77.1156,38.92839],[-77.1117,38.92442],[-77.10583,38.91982],[-77.10289,38.91581],[-77.10214,38.91292],[-77.09362,38.90705],[-77.0836,38.90362],[-77.07278,38.90312],[-77.06863,38.90124],[-77.06706,38.89934],[-77.06656,38.89704],[-77.06278,38.89067],[-77.05587,38.88759],[-77.03776,38.87309],[-77.03012,38.8614],[-77.02643,38.85214],[-77.03176,38.79718],[-76.90929,38.89285],[-77.04088,38.99592],[-77.11973,38.93492]]],"terms_url":"https://opendata.dc.gov/datasets/aerial-photography-image-service-orthophoto-2021/","terms_text":"OCTO, DCGIS","best":true,"description":"4-band digital orthophotography with a 3 inch/0.08 meter pixel resolution covering the District of Columbia at 2021","icon":"https://octo.dc.gov/sites/default/files/styles/callout_interior_graphic/public/dc/sites/octo/agency_content/images/OCTO-logo_Lead.png"},{"id":"LPI_NSW_Administrative_Boundaries_County","name":"DCS NSW Administrative Boundaries County","type":"wms","template":"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?LAYERS=4&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png32&WIDTH={width}&HEIGHT={height}&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,21],"polygon":[[[149.48562,-28.5615],[148.9452,-28.99487],[140.99865,-28.99893],[141.0026,-34.01974],[140.9937,-34.07017],[142.47856,-34.81194],[143.20218,-35.13174],[144.51935,-36.1296],[144.84457,-36.21492],[145.23484,-35.98499],[146.82844,-36.18868],[147.69029,-36.04418],[147.88542,-36.09019],[148.07918,-36.81716],[148.20135,-36.80566],[149.97847,-37.507],[150.41275,-36.61786],[150.46154,-36.1203],[151.01442,-35.11568],[151.25834,-34.38081],[151.90879,-33.05535],[152.75437,-32.50849],[153.25847,-30.97354],[153.69692,-28.64983],[153.57907,-28.14156],[152.49246,-28.2353],[151.92904,-28.49836],[151.98941,-28.73557],[151.39436,-28.97978],[151.0954,-28.71792],[150.29914,-28.53373],[149.48562,-28.5615]],[[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico","overlay":true},{"id":"LPI_NSW_Administrative_Boundaries_LGA","name":"DCS NSW Administrative Boundaries LGA","type":"wms","template":"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?LAYERS=6&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png32&WIDTH={width}&HEIGHT={height}&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,21],"polygon":[[[149.48562,-28.5615],[148.9452,-28.99487],[140.99865,-28.99893],[141.0026,-34.01974],[140.9937,-34.07017],[142.47856,-34.81194],[143.20218,-35.13174],[144.51935,-36.1296],[144.84457,-36.21492],[145.23484,-35.98499],[146.82844,-36.18868],[147.69029,-36.04418],[147.88542,-36.09019],[148.07918,-36.81716],[148.20135,-36.80566],[149.97847,-37.507],[150.41275,-36.61786],[150.46154,-36.1203],[151.01442,-35.11568],[151.25834,-34.38081],[151.90879,-33.05535],[152.75437,-32.50849],[153.25847,-30.97354],[153.69692,-28.64983],[153.57907,-28.14156],[152.49246,-28.2353],[151.92904,-28.49836],[151.98941,-28.73557],[151.39436,-28.97978],[151.0954,-28.71792],[150.29914,-28.53373],[149.48562,-28.5615]],[[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico","overlay":true},{"id":"LPI_NSW_Administrative_Boundaries_NPWS_Reserve","name":"DCS NSW Administrative Boundaries NPWS Reserve","type":"wms","template":"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=1&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE","category":"other","projection":"EPSG:3857","zoomExtent":[6,21],"polygon":[[[149.48562,-28.5615],[148.9452,-28.99487],[140.99865,-28.99893],[141.0026,-34.01974],[140.9937,-34.07017],[142.47856,-34.81194],[143.20218,-35.13174],[144.51935,-36.1296],[144.84457,-36.21492],[145.23484,-35.98499],[146.82844,-36.18868],[147.69029,-36.04418],[147.88542,-36.09019],[148.07918,-36.81716],[148.20135,-36.80566],[149.97847,-37.507],[150.41275,-36.61786],[150.46154,-36.1203],[151.01442,-35.11568],[151.25834,-34.38081],[151.90879,-33.05535],[152.75437,-32.50849],[153.25847,-30.97354],[153.69692,-28.64983],[153.57907,-28.14156],[152.49246,-28.2353],[151.92904,-28.49836],[151.98941,-28.73557],[151.39436,-28.97978],[151.0954,-28.71792],[150.29914,-28.53373],[149.48562,-28.5615]],[[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico","overlay":true},{"id":"LPI_NSW_Administrative_Boundaries_Parish","name":"DCS NSW Administrative Boundaries Parish","type":"wms","template":"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?LAYERS=3&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png32&WIDTH={width}&HEIGHT={height}&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[11,21],"polygon":[[[149.48562,-28.5615],[148.9452,-28.99487],[140.99865,-28.99893],[141.0026,-34.01974],[140.9937,-34.07017],[142.47856,-34.81194],[143.20218,-35.13174],[144.51935,-36.1296],[144.84457,-36.21492],[145.23484,-35.98499],[146.82844,-36.18868],[147.69029,-36.04418],[147.88542,-36.09019],[148.07918,-36.81716],[148.20135,-36.80566],[149.97847,-37.507],[150.41275,-36.61786],[150.46154,-36.1203],[151.01442,-35.11568],[151.25834,-34.38081],[151.90879,-33.05535],[152.75437,-32.50849],[153.25847,-30.97354],[153.69692,-28.64983],[153.57907,-28.14156],[152.49246,-28.2353],[151.92904,-28.49836],[151.98941,-28.73557],[151.39436,-28.97978],[151.0954,-28.71792],[150.29914,-28.53373],[149.48562,-28.5615]],[[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico","overlay":true},{"id":"LPI_NSW_Administrative_Boundaries_StateForest","name":"DCS NSW Administrative Boundaries State Forest","type":"wms","template":"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=2&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE","category":"other","projection":"EPSG:3857","zoomExtent":[6,21],"polygon":[[[149.48562,-28.5615],[148.9452,-28.99487],[140.99865,-28.99893],[141.0026,-34.01974],[140.9937,-34.07017],[142.47856,-34.81194],[143.20218,-35.13174],[144.51935,-36.1296],[144.84457,-36.21492],[145.23484,-35.98499],[146.82844,-36.18868],[147.69029,-36.04418],[147.88542,-36.09019],[148.07918,-36.81716],[148.20135,-36.80566],[149.97847,-37.507],[150.41275,-36.61786],[150.46154,-36.1203],[151.01442,-35.11568],[151.25834,-34.38081],[151.90879,-33.05535],[152.75437,-32.50849],[153.25847,-30.97354],[153.69692,-28.64983],[153.57907,-28.14156],[152.49246,-28.2353],[151.92904,-28.49836],[151.98941,-28.73557],[151.39436,-28.97978],[151.0954,-28.71792],[150.29914,-28.53373],[149.48562,-28.5615]],[[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico","overlay":true},{"id":"LPI_NSW_Administrative_Boundaries_Suburb","name":"DCS NSW Administrative Boundaries Suburb","type":"wms","template":"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?LAYERS=7&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png32&WIDTH={width}&HEIGHT={height}&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,21],"polygon":[[[149.48562,-28.5615],[148.9452,-28.99487],[140.99865,-28.99893],[141.0026,-34.01974],[140.9937,-34.07017],[142.47856,-34.81194],[143.20218,-35.13174],[144.51935,-36.1296],[144.84457,-36.21492],[145.23484,-35.98499],[146.82844,-36.18868],[147.69029,-36.04418],[147.88542,-36.09019],[148.07918,-36.81716],[148.20135,-36.80566],[149.97847,-37.507],[150.41275,-36.61786],[150.46154,-36.1203],[151.01442,-35.11568],[151.25834,-34.38081],[151.90879,-33.05535],[152.75437,-32.50849],[153.25847,-30.97354],[153.69692,-28.64983],[153.57907,-28.14156],[152.49246,-28.2353],[151.92904,-28.49836],[151.98941,-28.73557],[151.39436,-28.97978],[151.0954,-28.71792],[150.29914,-28.53373],[149.48562,-28.5615]],[[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico","overlay":true},{"id":"NSW_LPI_BaseMap","name":"DCS NSW Base Map","type":"tms","template":"https://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Base_Map/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[0,19],"polygon":[[[140.99486,-28.95297],[140.99503,-34.13718],[141.97741,-34.40162],[142.35686,-34.78025],[142.8398,-35.02543],[144.53007,-36.14751],[145.30046,-36.15679],[146.71477,-36.28666],[147.9681,-36.15679],[148.04859,-36.81317],[149.91596,-37.487],[149.52569,-37.82815],[159.4857,-37.84741],[159.49383,-27.69925],[153.35765,-27.69361],[153.47351,-28.11648],[153.14082,-28.1091],[153.06608,-28.21047],[152.25544,-28.23327],[151.93348,-28.40788],[151.87599,-28.68312],[151.10847,-28.70329],[151.01361,-28.47865],[148.98701,-28.48623],[148.96114,-28.89977],[140.99486,-28.95297]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico"},{"id":"DCS_NSW_Floods2021","name":"DCS NSW Floods 2021","type":"wms","template":"https://portal.spatial.nsw.gov.au/server/rest/services/Floods_2021/MapServer/export?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2021-04-10T00:00:00.000Z","startDate":"2021-03-24T00:00:00.000Z","zoomExtent":[1,21],"polygon":[[[150.64608,-33.69064],[150.57999,-33.69235],[150.5769,-33.9875],[150.80246,-33.98607],[150.80452,-33.71463],[150.76967,-33.71335],[150.77019,-33.66207],[150.85121,-33.66121],[150.85018,-33.71577],[150.83302,-33.7152],[150.83199,-33.90006],[150.95764,-33.90177],[150.95695,-33.6815],[151.05308,-33.68093],[151.05274,-33.50819],[151.13033,-33.50819],[151.13068,-33.37441],[151.05411,-33.37326],[151.05411,-33.23036],[150.85155,-33.22979],[150.85155,-33.37096],[150.8337,-33.37125],[150.83233,-33.47298],[150.7616,-33.47355],[150.76195,-33.53338],[150.65002,-33.53252],[150.64608,-33.69064]],[[153.08556,-29.35166],[153.08624,-29.54419],[153.37772,-29.54389],[153.38081,-29.35106],[153.08556,-29.35166]],[[146.90523,-29.94586],[146.90472,-29.93694],[146.88463,-29.93679],[146.88395,-29.92935],[146.81788,-29.92909],[146.81236,-29.94304],[146.81271,-29.97917],[146.84978,-29.99731],[146.91416,-29.99687],[146.91896,-29.98245],[146.91931,-29.94616],[146.90523,-29.94586]],[[148.67412,-29.31596],[148.67352,-29.40797],[148.74887,-29.40835],[148.74896,-29.31604],[148.67412,-29.31596]],[[148.88741,-29.00769],[148.91092,-29.04987],[149.0431,-28.98051],[149.00791,-28.93846],[148.88741,-29.00769]]],"terms_url":"https://www.spatial.nsw.gov.au/","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico"},{"id":"DCS_NSW_Floods2022","name":"DCS NSW Floods 2022","type":"wms","template":"https://portal.spatial.nsw.gov.au/server/rest/services/Floods_Mar_2022/MapServer/export?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-03-10T00:00:00.000Z","startDate":"2022-03-02T00:00:00.000Z","zoomExtent":[1,21],"polygon":[[[150.93086,-33.43115],[151.04244,-33.43287],[151.04485,-33.28979],[150.9343,-33.28892],[150.93086,-33.43115]],[[153.25001,-28.78195],[153.25001,-28.83949],[153.30391,-28.83971],[153.30365,-28.78195],[153.25001,-28.78195]],[[150.69088,-33.54254],[150.68882,-33.64178],[150.76298,-33.64292],[150.76195,-33.70121],[150.8828,-33.70292],[150.88589,-33.5886],[150.95352,-33.58974],[150.95661,-33.4641],[150.79697,-33.46209],[150.79456,-33.54397],[150.69088,-33.54254]],[[151.20621,-32.59021],[151.20724,-32.53075],[151.11763,-32.52974],[151.11677,-32.58848],[151.20621,-32.59021]],[[152.89673,-29.61495],[152.89673,-29.74307],[152.98376,-29.74277],[152.98359,-29.6715],[153.05346,-29.67135],[153.0538,-29.62018],[152.98393,-29.62047],[152.98393,-29.6154],[152.89673,-29.61495]]],"terms_url":"https://www.spatial.nsw.gov.au/","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico"},{"id":"NSW_LPI_Imagery","name":"DCS NSW Imagery","type":"tms","template":"https://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Imagery/MapServer/tile/{zoom}/{y}/{x}","category":"photo","zoomExtent":[1,21],"polygon":[[[148.99667,-28.49151],[148.99515,-28.97275],[140.98687,-28.98878],[140.99454,-34.25284],[141.49817,-34.25228],[141.49823,-34.25569],[141.9946,-34.25267],[141.99753,-34.50837],[142.227,-34.50613],[142.23077,-34.78075],[142.23309,-34.78592],[142.42092,-34.78383],[142.42114,-34.80176],[142.49732,-34.80076],[142.49714,-34.80323],[142.99198,-34.79619],[142.99333,-35.01772],[143.24384,-35.01327],[143.25055,-35.26066],[143.4317,-35.25706],[143.48955,-35.33221],[143.48978,-35.33965],[143.45856,-35.35559],[143.46134,-35.36749],[143.4918,-35.40656],[143.49717,-35.58371],[143.99329,-35.57238],[143.98747,-36.00241],[144.48741,-36.01375],[144.48608,-36.14231],[145.00354,-36.15204],[145.0072,-36.00362],[145.50379,-36.01091],[145.50415,-36.00136],[145.94543,-36.00603],[145.94624,-36.01209],[145.96245,-36.0219],[145.98316,-36.01871],[145.99659,-36.01881],[145.99298,-36.25343],[146.49225,-36.2565],[146.492,-36.26613],[147.50477,-36.2651],[147.5035,-36.07168],[147.94865,-36.0686],[147.95297,-36.52607],[147.98829,-36.53322],[147.99439,-37.01434],[148.48248,-37.00927],[148.48754,-37.26585],[148.98638,-37.2585],[148.98169,-37.5192],[148.98366,-37.52176],[149.06334,-37.5358],[149.4463,-37.53537],[149.51996,-37.52169],[149.51978,-37.51307],[149.99181,-37.51268],[150.01565,-37.51036],[150.46207,-35.77773],[150.89299,-35.26487],[151.41419,-33.57904],[152.3124,-32.63288],[152.6238,-32.58772],[153.77873,-28.71091],[153.74268,-28.21621],[153.61139,-28.18252],[153.61112,-28.17579],[153.59266,-28.17769],[153.59194,-28.12236],[153.50393,-28.12271],[153.50386,-28.11934],[153.00446,-28.1204],[153.00446,-28.11544],[152.49682,-28.11464],[152.49676,-28.12209],[151.99899,-28.11927],[151.99559,-28.48987],[151.92516,-28.48971],[151.92282,-28.71964],[151.49187,-28.71553],[151.49151,-28.73239],[151.0029,-28.72617],[151.0029,-28.49307],[148.99667,-28.49151]],[[159.28993,-31.79393],[159.28989,-31.77428],[159.26398,-31.74399],[159.22678,-31.74407],[159.22682,-31.75483],[159.26157,-31.79395],[159.28993,-31.79393]],[[159.04888,-31.49829],[159.04619,-31.49734],[159.04448,-31.5006],[159.03784,-31.49819],[159.02305,-31.52935],[159.02964,-31.53159],[159.02754,-31.53554],[159.03461,-31.53808],[159.03244,-31.54297],[159.03487,-31.54383],[159.03487,-31.54724],[159.03802,-31.54723],[159.03783,-31.54763],[159.04533,-31.55038],[159.04237,-31.55601],[159.04847,-31.55793],[159.0463,-31.5619],[159.05035,-31.56329],[159.05038,-31.57335],[159.05585,-31.57333],[159.05735,-31.57387],[159.05541,-31.57773],[159.05891,-31.57897],[159.05893,-31.59087],[159.05296,-31.60369],[159.05943,-31.61155],[159.07714,-31.61149],[159.07954,-31.60611],[159.08626,-31.60845],[159.08954,-31.6016],[159.11154,-31.60158],[159.1115,-31.55983],[159.11553,-31.55983],[159.11841,-31.56323],[159.12618,-31.55796],[159.1193,-31.54888],[159.11875,-31.53417],[159.11422,-31.5342],[159.1161,-31.53006],[159.10276,-31.52611],[159.09537,-31.51724],[159.09174,-31.51585],[159.09433,-31.51136],[159.08682,-31.50859],[159.09007,-31.5026],[159.08383,-31.50058],[159.08564,-31.49703],[159.08205,-31.49567],[159.08203,-31.48434],[159.08317,-31.48203],[159.06991,-31.482],[159.06882,-31.48423],[159.04884,-31.48423],[159.04888,-31.49829]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico"},{"id":"NSW_LPI_Imagery_Dates","name":"DCS NSW Imagery Dates","type":"wms","template":"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Imagery_Dates/MapServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png32&WIDTH={width}&HEIGHT={height}&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[6,21],"polygon":[[[148.99667,-28.49151],[148.99515,-28.97275],[140.98687,-28.98878],[140.99454,-34.25284],[141.49817,-34.25228],[141.49823,-34.25569],[141.9946,-34.25267],[141.99753,-34.50837],[142.227,-34.50613],[142.23077,-34.78075],[142.23309,-34.78592],[142.42092,-34.78383],[142.42114,-34.80176],[142.49732,-34.80076],[142.49714,-34.80323],[142.99198,-34.79619],[142.99333,-35.01772],[143.24384,-35.01327],[143.25055,-35.26066],[143.4317,-35.25706],[143.48955,-35.33221],[143.48978,-35.33965],[143.45856,-35.35559],[143.46134,-35.36749],[143.4918,-35.40656],[143.49717,-35.58371],[143.99329,-35.57238],[143.98747,-36.00241],[144.48741,-36.01375],[144.48608,-36.14231],[145.00354,-36.15204],[145.0072,-36.00362],[145.50379,-36.01091],[145.50415,-36.00136],[145.94543,-36.00603],[145.94624,-36.01209],[145.96245,-36.0219],[145.98316,-36.01871],[145.99659,-36.01881],[145.99298,-36.25343],[146.49225,-36.2565],[146.492,-36.26613],[147.50477,-36.2651],[147.5035,-36.07168],[147.94865,-36.0686],[147.95297,-36.52607],[147.98829,-36.53322],[147.99439,-37.01434],[148.48248,-37.00927],[148.48754,-37.26585],[148.98638,-37.2585],[148.98169,-37.5192],[148.98366,-37.52176],[149.06334,-37.5358],[149.4463,-37.53537],[149.51996,-37.52169],[149.51978,-37.51307],[149.99181,-37.51268],[150.01565,-37.51036],[150.46207,-35.77773],[150.89299,-35.26487],[151.41419,-33.57904],[152.3124,-32.63288],[152.6238,-32.58772],[153.77873,-28.71091],[153.74268,-28.21621],[153.61139,-28.18252],[153.61112,-28.17579],[153.59266,-28.17769],[153.59194,-28.12236],[153.50393,-28.12271],[153.50386,-28.11934],[153.00446,-28.1204],[153.00446,-28.11544],[152.49682,-28.11464],[152.49676,-28.12209],[151.99899,-28.11927],[151.99559,-28.48987],[151.92516,-28.48971],[151.92282,-28.71964],[151.49187,-28.71553],[151.49151,-28.73239],[151.0029,-28.72617],[151.0029,-28.49307],[148.99667,-28.49151]],[[159.28993,-31.79393],[159.28989,-31.77428],[159.26398,-31.74399],[159.22678,-31.74407],[159.22682,-31.75483],[159.26157,-31.79395],[159.28993,-31.79393]],[[159.04888,-31.49829],[159.04619,-31.49734],[159.04448,-31.5006],[159.03784,-31.49819],[159.02305,-31.52935],[159.02964,-31.53159],[159.02754,-31.53554],[159.03461,-31.53808],[159.03244,-31.54297],[159.03487,-31.54383],[159.03487,-31.54724],[159.03802,-31.54723],[159.03783,-31.54763],[159.04533,-31.55038],[159.04237,-31.55601],[159.04847,-31.55793],[159.0463,-31.5619],[159.05035,-31.56329],[159.05038,-31.57335],[159.05585,-31.57333],[159.05735,-31.57387],[159.05541,-31.57773],[159.05891,-31.57897],[159.05893,-31.59087],[159.05296,-31.60369],[159.05943,-31.61155],[159.07714,-31.61149],[159.07954,-31.60611],[159.08626,-31.60845],[159.08954,-31.6016],[159.11154,-31.60158],[159.1115,-31.55983],[159.11553,-31.55983],[159.11841,-31.56323],[159.12618,-31.55796],[159.1193,-31.54888],[159.11875,-31.53417],[159.11422,-31.5342],[159.1161,-31.53006],[159.10276,-31.52611],[159.09537,-31.51724],[159.09174,-31.51585],[159.09433,-31.51136],[159.08682,-31.50859],[159.09007,-31.5026],[159.08383,-31.50058],[159.08564,-31.49703],[159.08205,-31.49567],[159.08203,-31.48434],[159.08317,-31.48203],[159.06991,-31.482],[159.06882,-31.48423],[159.04884,-31.48423],[159.04888,-31.49829]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico","overlay":true},{"id":"NSW_LPI_TopographicMap","name":"DCS NSW Topographic Map","type":"tms","template":"https://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Topo_Map/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[1,16],"polygon":[[[140.99884,-28.99924],[140.99652,-34.13858],[142.03614,-34.37588],[142.40976,-34.76694],[143.33826,-35.23318],[143.99654,-35.98105],[144.49912,-36.0211],[144.50725,-36.24765],[145.01541,-36.25421],[145.00118,-36.00795],[146.50426,-36.12639],[146.49564,-36.24471],[146.98863,-36.25283],[146.99725,-36.12755],[147.38221,-36.13103],[147.38939,-36.01137],[147.81483,-36.00556],[147.99306,-36.138],[148.06846,-36.80624],[149.98571,-37.508],[163,-32],[153.76465,-28.11075],[153.25003,-28.12497],[153.24999,-28.23324],[153.16672,-28.23316],[153.16663,-28.25001],[153.11659,-28.24986],[153.1165,-28.2834],[152.9999,-28.28324],[152.99972,-28.24986],[152.24994,-28.25001],[152.24997,-28.37507],[151.99986,-28.37496],[151.99989,-28.50023],[151.93341,-28.50007],[151.93313,-28.62475],[151.98317,-28.62491],[151.98299,-28.64139],[151.99988,-28.64163],[152.00007,-28.68335],[152.03322,-28.6832],[152.0334,-28.71661],[151.99998,-28.71645],[151.99998,-28.74953],[151.03383,-28.75054],[151.03293,-28.74188],[151.02413,-28.74188],[151.02395,-28.73274],[151.00059,-28.73258],[151.00005,-28.50052],[148.99982,-28.50003],[148.99985,-28.74974],[149.0997,-28.74885],[149.10007,-28.81658],[149.00009,-28.81658],[148.99983,-28.96653],[148.94988,-28.96653],[148.95024,-28.99937],[140.99884,-28.99924]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico"},{"id":"Delaware2012Orthophotography","name":"Delaware 2012 Orthophotography","type":"tms","template":"https://imagery.firstmap.delaware.gov/imagery/rest/services/DE_Imagery/DE_Imagery_2012/ImageServer/WMTS/tile/1.0.0/DE_Imagery_DE_Imagery_2012/default/default028mm/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","zoomExtent":[5,19],"polygon":[[[-75.42149,38.45144],[-75.02598,38.45023],[-75.05341,38.80875],[-75.19317,38.82219],[-75.30707,39.01667],[-75.39326,39.27784],[-75.5619,39.46376],[-75.54663,39.58254],[-75.58868,39.61891],[-75.51418,39.69636],[-75.46337,39.7753],[-75.4123,39.80095],[-75.42831,39.80989],[-75.44689,39.81823],[-75.4632,39.82416],[-75.48097,39.82957],[-75.49114,39.83207],[-75.50457,39.83484],[-75.52049,39.83724],[-75.53937,39.83919],[-75.55727,39.83971],[-75.57547,39.83935],[-75.58482,39.83864],[-75.59733,39.83736],[-75.61297,39.8351],[-75.62682,39.83236],[-75.63836,39.82952],[-75.64988,39.82634],[-75.66962,39.81905],[-75.68087,39.81407],[-75.69391,39.80745],[-75.70842,39.79865],[-75.71885,39.79126],[-75.73181,39.78061],[-75.74283,39.76985],[-75.75073,39.76105],[-75.75854,39.75069],[-75.76695,39.73729],[-75.77403,39.72231],[-75.78917,39.72225],[-75.78953,39.65328],[-75.69546,38.45923],[-75.42149,38.45144]]],"terms_url":"https://firstmap.delaware.gov","terms_text":"Digital Aerial Solutions, LLC, FirstMap","description":"This data set consists of 0.3-meter pixel resolution (approximately 1-foot), 4-band true color and near infrared (R, G, B, IR) orthoimages covering New Castle, Kent and Sussex Counties in Delaware."},{"id":"DE_Orthophotography_2017_NC","name":"Delaware 2017 Orthophotography (Natural Color)","type":"wms","template":"https://imagery.firstmap.delaware.gov/imagery/services/DE_Imagery/DE_Imagery_2017/ImageServer/WMSServer?request=getmap&version=1.3.0&service=wms&layers=0&styles=&format=image/jpeg&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2017-03-29T00:00:00.000Z","startDate":"2017-03-05T00:00:00.000Z","zoomExtent":[4,19],"polygon":[[[-75.42149,38.45144],[-75.02598,38.45023],[-75.05341,38.80875],[-75.19317,38.82219],[-75.30707,39.01667],[-75.39326,39.27784],[-75.5619,39.46376],[-75.54663,39.58254],[-75.58868,39.61891],[-75.51418,39.69636],[-75.46337,39.7753],[-75.4123,39.80095],[-75.42831,39.80989],[-75.44689,39.81823],[-75.4632,39.82416],[-75.48097,39.82957],[-75.49114,39.83207],[-75.50457,39.83484],[-75.52049,39.83724],[-75.53937,39.83919],[-75.55727,39.83971],[-75.57547,39.83935],[-75.58482,39.83864],[-75.59733,39.83736],[-75.61297,39.8351],[-75.62682,39.83236],[-75.63836,39.82952],[-75.64988,39.82634],[-75.66962,39.81905],[-75.68087,39.81407],[-75.69391,39.80745],[-75.70842,39.79865],[-75.71885,39.79126],[-75.73181,39.78061],[-75.74283,39.76985],[-75.75073,39.76105],[-75.75854,39.75069],[-75.76695,39.73729],[-75.77403,39.72231],[-75.78917,39.72225],[-75.78953,39.65328],[-75.69546,38.45923],[-75.42149,38.45144]]],"terms_url":"https://firstmap.delaware.gov","terms_text":"Surdex Corp, FirstMap","description":"This data set consists of 0.25-meter pixel resolution (approximately 0.82-foot), 4-band natural color orthoimages covering the entire State of Delaware at 2017.","icon":"https://firstmap.delaware.gov/CLF4/agency/img/logo/agencyLogoSquare.png"},{"id":"Delaware_Boundaries","name":"Delaware Boundaries","type":"wms","template":"https://enterprise.firstmap.delaware.gov/arcgis/rest/services/Boundaries/DE_Boundaries/MapServer/export?f=image&format=jpg&layers=&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}&transparent=true","category":"other","projection":"EPSG:3857","zoomExtent":[0,21],"polygon":[[[-75.42149,38.45144],[-75.02598,38.45023],[-75.05341,38.80875],[-75.19317,38.82219],[-75.30707,39.01667],[-75.39326,39.27784],[-75.5619,39.46376],[-75.54663,39.58254],[-75.58868,39.61891],[-75.51418,39.69636],[-75.46337,39.7753],[-75.4123,39.80095],[-75.42831,39.80989],[-75.44689,39.81823],[-75.4632,39.82416],[-75.48097,39.82957],[-75.49114,39.83207],[-75.50457,39.83484],[-75.52049,39.83724],[-75.53937,39.83919],[-75.55727,39.83971],[-75.57547,39.83935],[-75.58482,39.83864],[-75.59733,39.83736],[-75.61297,39.8351],[-75.62682,39.83236],[-75.63836,39.82952],[-75.64988,39.82634],[-75.66962,39.81905],[-75.68087,39.81407],[-75.69391,39.80745],[-75.70842,39.79865],[-75.71885,39.79126],[-75.73181,39.78061],[-75.74283,39.76985],[-75.75073,39.76105],[-75.75854,39.75069],[-75.76695,39.73729],[-75.77403,39.72231],[-75.78917,39.72225],[-75.78953,39.65328],[-75.69546,38.45923],[-75.42149,38.45144]]],"terms_url":"https://firstmap.delaware.gov","terms_text":"FirstMap","description":"Delaware boundaries data which consist of Boundary Monuments, Communities, Municipal Annexations, Municipalities, State and County Boundaries","icon":"https://firstmap.delaware.gov/contentFolder/images/FirstmapLogo.jpg","overlay":true},{"id":"Delaware_OH_2021","name":"Delaware County Orthoimagery (2021)","type":"tms","template":"https://tiles.arcgis.com/tiles/ziXVKVy3BiopMCCU/arcgis/rest/services/Imagery_2021/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.17416,40.14156],[-83.15196,40.14171],[-83.15196,40.13826],[-83.08477,40.13862],[-83.08477,40.13527],[-82.99975,40.13556],[-82.99991,40.13221],[-82.9193,40.13253],[-82.91922,40.12912],[-82.85228,40.12924],[-82.8522,40.12588],[-82.77624,40.12608],[-82.77619,40.12268],[-82.75837,40.12268],[-82.7584,40.16384],[-82.75401,40.16389],[-82.75436,40.22218],[-82.74985,40.22229],[-82.74988,40.28049],[-82.74552,40.28055],[-82.74582,40.33201],[-82.74125,40.33206],[-82.74132,40.35262],[-82.80391,40.35237],[-82.80406,40.35584],[-82.87128,40.35578],[-82.87137,40.35907],[-82.9253,40.35903],[-82.92549,40.4],[-82.92089,40.40005],[-82.92111,40.41722],[-82.96578,40.41705],[-82.96578,40.42049],[-82.97501,40.42041],[-82.97496,40.41705],[-82.97949,40.41693],[-82.97964,40.42049],[-83.01985,40.42032],[-83.01995,40.43742],[-83.10525,40.43694],[-83.10542,40.44041],[-83.16814,40.43997],[-83.16814,40.44356],[-83.22661,40.44323],[-83.22673,40.44658],[-83.2492,40.44649],[-83.2492,40.443],[-83.25355,40.44318],[-83.2515,40.24384],[-83.22895,40.24427],[-83.22895,40.2407],[-83.1751,40.24107],[-83.17416,40.14156]]],"terms_url":"https://co.delaware.oh.us/","terms_text":"Delaware County, State of Ohio","description":"3-inch resolution spring 2021 orthoimagery for Delaware County in the State of Ohio","icon":"https://co.delaware.oh.us/wp-content/uploads/2017/11/logo.png"},{"id":"Delaware_OH_2022","name":"Delaware County Orthoimagery (2022)","type":"tms","template":"https://tiles.arcgis.com/tiles/ziXVKVy3BiopMCCU/arcgis/rest/services/Imagery_2022_/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[10,21],"polygon":[[[-83.26485,40.24054],[-83.17521,40.2415],[-83.17393,40.13145],[-82.941,40.13239],[-82.94151,40.11893],[-82.74469,40.11893],[-82.74612,40.32488],[-82.72749,40.32488],[-82.72768,40.35244],[-82.78152,40.35258],[-82.78152,40.36621],[-82.92505,40.36588],[-82.92537,40.3932],[-82.90735,40.3932],[-82.90756,40.42096],[-83.01565,40.42032],[-83.01502,40.4479],[-83.26693,40.44682],[-83.26485,40.24054]]],"terms_url":"https://co.delaware.oh.us/","terms_text":"Delaware County, State of Ohio","description":"1-foot resolution 2022 orthoimagery for Delaware County in the State of Ohio","icon":"https://co.delaware.oh.us/wp-content/uploads/2017/11/logo.png"},{"id":"Delaware_OH_2023","name":"Delaware County Orthoimagery (2023)","type":"tms","template":"https://tiles.arcgis.com/tiles/ziXVKVy3BiopMCCU/arcgis/rest/services/Imagery_2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[10,21],"polygon":[[[-83.26485,40.24054],[-83.17521,40.2415],[-83.17393,40.13145],[-82.941,40.13239],[-82.94151,40.11893],[-82.74469,40.11893],[-82.74612,40.32488],[-82.72749,40.32488],[-82.72768,40.35244],[-82.78152,40.35258],[-82.78152,40.36621],[-82.92505,40.36588],[-82.92537,40.3932],[-82.90735,40.3932],[-82.90756,40.42096],[-83.01565,40.42032],[-83.01502,40.4479],[-83.26693,40.44682],[-83.26485,40.24054]]],"terms_url":"https://co.delaware.oh.us/","terms_text":"Delaware County, State of Ohio","description":"1-foot resolution spring 2023 orthoimagery for Delaware County in the State of Ohio","icon":"https://co.delaware.oh.us/wp-content/uploads/2017/11/logo.png"},{"id":"Delaware_FirstMap_2021","name":"Delaware FirstMap 2021","type":"wms","template":"https://imagery.firstmap.delaware.gov/imagery/rest/services/DE_Imagery/DE_Imagery_2021/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-10-19T00:00:00.000Z","startDate":"2021-06-29T00:00:00.000Z","zoomExtent":[4,19],"polygon":[[[-75.42149,38.45144],[-75.02598,38.45023],[-75.05341,38.80875],[-75.19317,38.82219],[-75.30707,39.01667],[-75.39326,39.27784],[-75.5619,39.46376],[-75.54663,39.58254],[-75.58868,39.61891],[-75.51418,39.69636],[-75.46337,39.7753],[-75.4123,39.80095],[-75.42831,39.80989],[-75.44689,39.81823],[-75.4632,39.82416],[-75.48097,39.82957],[-75.49114,39.83207],[-75.50457,39.83484],[-75.52049,39.83724],[-75.53937,39.83919],[-75.55727,39.83971],[-75.57547,39.83935],[-75.58482,39.83864],[-75.59733,39.83736],[-75.61297,39.8351],[-75.62682,39.83236],[-75.63836,39.82952],[-75.64988,39.82634],[-75.66962,39.81905],[-75.68087,39.81407],[-75.69391,39.80745],[-75.70842,39.79865],[-75.71885,39.79126],[-75.73181,39.78061],[-75.74283,39.76985],[-75.75073,39.76105],[-75.75854,39.75069],[-75.76695,39.73729],[-75.77403,39.72231],[-75.78917,39.72225],[-75.78953,39.65328],[-75.69546,38.45923],[-75.42149,38.45144]]],"terms_url":"https://firstmap.delaware.gov","terms_text":"Hexagon, FirstMap","description":"4-band natural color orthoimagery covering the entire State of Delaware in 2021","icon":"https://firstmap.delaware.gov/contentFolder/images/FirstmapLogo.jpg"},{"id":"Delaware_FirstMap_2022","name":"Delaware FirstMap 2022","type":"wms","template":"https://imagery.firstmap.delaware.gov/imagery/rest/services/DE_Imagery/DE_Imagery_2022/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-03-29T00:00:00.000Z","startDate":"2022-03-11T00:00:00.000Z","zoomExtent":[4,19],"polygon":[[[-75.42149,38.45144],[-75.02598,38.45023],[-75.05341,38.80875],[-75.19317,38.82219],[-75.30707,39.01667],[-75.39326,39.27784],[-75.5619,39.46376],[-75.54663,39.58254],[-75.58868,39.61891],[-75.51418,39.69636],[-75.46337,39.7753],[-75.4123,39.80095],[-75.42831,39.80989],[-75.44689,39.81823],[-75.4632,39.82416],[-75.48097,39.82957],[-75.49114,39.83207],[-75.50457,39.83484],[-75.52049,39.83724],[-75.53937,39.83919],[-75.55727,39.83971],[-75.57547,39.83935],[-75.58482,39.83864],[-75.59733,39.83736],[-75.61297,39.8351],[-75.62682,39.83236],[-75.63836,39.82952],[-75.64988,39.82634],[-75.66962,39.81905],[-75.68087,39.81407],[-75.69391,39.80745],[-75.70842,39.79865],[-75.71885,39.79126],[-75.73181,39.78061],[-75.74283,39.76985],[-75.75073,39.76105],[-75.75854,39.75069],[-75.76695,39.73729],[-75.77403,39.72231],[-75.78917,39.72225],[-75.78953,39.65328],[-75.69546,38.45923],[-75.42149,38.45144]]],"terms_url":"https://firstmap.delaware.gov","terms_text":"Sanborn Map Company, FirstMap","description":"4-band natural color 6-inch resolution orthoimagery covering the entire State of Delaware in 2022","icon":"https://firstmap.delaware.gov/contentFolder/images/FirstmapLogo.jpg"},{"id":"Delaware_Parks_2022","name":"Delaware Parks 2022","type":"wms","template":"https://imagery.firstmap.delaware.gov/imagery/rest/services/DE_Imagery/DE_Imagery_2022_Parks_HR/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-03-21T00:00:00.000Z","startDate":"2022-03-18T00:00:00.000Z","zoomExtent":[4,19],"polygon":[[[-75.55031,39.77079],[-75.53481,39.77121],[-75.53528,39.78132],[-75.55078,39.7809],[-75.55031,39.77079]],[[-75.6052,39.25969],[-75.60529,39.24907],[-75.5866,39.24898],[-75.58651,39.2596],[-75.6052,39.25969]],[[-75.56541,38.98811],[-75.56497,38.97138],[-75.54247,38.97279],[-75.52272,38.97437],[-75.52346,38.98527],[-75.5122,38.98603],[-75.51298,38.99894],[-75.55253,38.99717],[-75.55211,38.9897],[-75.56541,38.98811]],[[-75.59359,39.8077],[-75.58237,39.79294],[-75.55557,39.80497],[-75.5668,39.81973],[-75.59359,39.8077]],[[-75.07708,38.58201],[-75.07776,38.55486],[-75.0594,38.55458],[-75.05872,38.58172],[-75.07708,38.58201]],[[-75.50662,39.78401],[-75.50681,39.77166],[-75.48129,39.77142],[-75.48109,39.78377],[-75.50662,39.78401]],[[-75.73654,39.5467],[-75.69656,39.54801],[-75.69774,39.57324],[-75.73813,39.57225],[-75.73654,39.5467]],[[-75.57262,39.59408],[-75.57269,39.58508],[-75.56447,39.58505],[-75.5644,39.59404],[-75.57262,39.59408]],[[-75.57844,39.77046],[-75.57798,39.76342],[-75.56417,39.7636],[-75.56408,39.7619],[-75.55315,39.74855],[-75.54329,39.74891],[-75.54363,39.75491],[-75.55212,39.76375],[-75.55031,39.77079],[-75.57844,39.77046]],[[-75.69164,39.80266],[-75.66987,39.80284],[-75.67001,39.81536],[-75.67748,39.81531],[-75.68114,39.81363],[-75.68291,39.81277],[-75.68467,39.81189],[-75.6882,39.81011],[-75.69162,39.80829],[-75.69164,39.80266]],[[-75.1357,38.57763],[-75.12535,38.57761],[-75.12529,38.59375],[-75.13563,38.59377],[-75.1357,38.57763]],[[-75.48612,38.53295],[-75.48614,38.51305],[-75.45129,38.51302],[-75.45127,38.53293],[-75.48612,38.53295]],[[-75.12979,38.71598],[-75.07841,38.71585],[-75.07818,38.77155],[-75.12956,38.77168],[-75.12979,38.71598]],[[-75.66769,39.80138],[-75.65369,39.80165],[-75.65405,39.81283],[-75.66806,39.81256],[-75.66769,39.80138]],[[-75.71445,39.7004],[-75.70465,39.70058],[-75.7049,39.70862],[-75.7147,39.70844],[-75.71445,39.7004]],[[-75.05569,38.46671],[-75.04836,38.46669],[-75.0483,38.47794],[-75.05563,38.47797],[-75.05569,38.46671]],[[-75.78698,39.70193],[-75.74771,39.70227],[-75.74799,39.7138],[-75.72219,39.71386],[-75.72263,39.74573],[-75.77037,39.74559],[-75.77488,39.72413],[-75.7873,39.7239],[-75.78698,39.70193]],[[-75.07896,38.68153],[-75.07702,38.58706],[-75.05684,38.58731],[-75.05878,38.68179],[-75.07896,38.68153]]],"terms_url":"https://firstmap.delaware.gov","terms_text":"Sanborn Map Company, FirstMap","description":"4-band natural color 3-inch resolution orthoimagery covering select areas of the State of Deleware in 2022","icon":"https://firstmap.delaware.gov/contentFolder/images/FirstmapLogo.jpg"},{"id":"der-es","name":"DER-ES","type":"wms","template":"http://portal.der.es.gov.br/geoserver/wms?SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=deres-ext:TRECHOINFO&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","polygon":[[[-40.94577,-21.31404],[-40.6231,-20.86278],[-40.38882,-20.65177],[-40.22209,-20.29831],[-39.80383,-19.66412],[-39.69603,-19.42573],[-39.67304,-19.30437],[-39.70538,-18.61384],[-39.65292,-18.33096],[-40.22281,-17.97587],[-40.34282,-17.9198],[-40.45278,-17.91502],[-40.46499,-17.92049],[-40.48368,-17.90408],[-40.50164,-17.90681],[-40.51602,-17.88903],[-40.53326,-17.88903],[-40.54548,-17.90134],[-40.58932,-17.91502],[-40.58932,-17.93211],[-40.61519,-17.93416],[-40.62956,-17.9868],[-40.64609,-17.9868],[-40.65903,-18.00731],[-40.68777,-18.00594],[-40.70574,-18.01756],[-40.71365,-18.00184],[-40.72155,-17.99774],[-40.75102,-18.00252],[-40.76754,-17.99842],[-40.76754,-17.98133],[-40.80923,-17.94852],[-40.82432,-17.96014],[-40.83151,-17.94989],[-40.86528,-17.9827],[-40.88397,-17.96766],[-40.90912,-17.98475],[-40.77761,-18.10775],[-40.77832,-18.15146],[-40.79054,-18.15351],[-40.8351,-18.14531],[-40.89547,-18.10365],[-40.93283,-18.12755],[-40.95583,-18.1255],[-40.95296,-18.14463],[-40.96014,-18.15009],[-40.96374,-18.14326],[-40.97955,-18.13643],[-40.99248,-18.15009],[-40.99105,-18.16307],[-41.00901,-18.16307],[-41.05788,-18.1658],[-41.05788,-18.17536],[-41.09597,-18.19243],[-41.09597,-18.2054],[-41.1089,-18.21291],[-41.09812,-18.22997],[-41.10531,-18.2327],[-41.09884,-18.25591],[-41.12903,-18.27502],[-41.16137,-18.30572],[-41.15059,-18.37394],[-41.16424,-18.37939],[-41.16424,-18.4019],[-41.15059,-18.40735],[-41.15849,-18.41144],[-41.17358,-18.41144],[-41.18868,-18.44485],[-41.02123,-18.46667],[-41.04638,-18.60362],[-41.03776,-18.61452],[-41.05788,-18.62678],[-41.0471,-18.64857],[-41.03488,-18.65402],[-40.99895,-18.67716],[-40.94505,-18.69418],[-40.94433,-18.76973],[-40.92134,-18.81055],[-40.93715,-18.82347],[-40.94721,-18.82143],[-40.97092,-18.83572],[-41.08375,-18.83232],[-41.10675,-18.83572],[-41.11753,-18.80783],[-41.13118,-18.79286],[-41.23611,-18.7949],[-41.2512,-18.81667],[-41.2476,-18.85544],[-41.2203,-18.87992],[-41.20808,-18.87992],[-41.20664,-18.86632],[-41.16424,-18.867],[-41.15634,-18.88876],[-41.12903,-18.9044],[-41.12112,-18.92412],[-41.0392,-18.98665],[-41.07585,-19.00567],[-41.06507,-19.06342],[-40.96877,-19.12726],[-40.96158,-19.15102],[-40.92996,-19.206],[-40.94649,-19.22296],[-40.94793,-19.24264],[-40.92565,-19.26299],[-40.94936,-19.2786],[-40.92277,-19.31048],[-40.94361,-19.35252],[-40.93427,-19.381],[-40.95727,-19.39184],[-40.9738,-19.42641],[-40.95439,-19.46165],[-40.97883,-19.50298],[-41.01332,-19.50298],[-41.04638,-19.48333],[-41.05429,-19.48401],[-41.04135,-19.56664],[-41.09238,-19.58966],[-41.14627,-19.656],[-41.16496,-19.65871],[-41.17933,-19.6939],[-41.19658,-19.74599],[-41.16999,-19.80618],[-41.18939,-19.82375],[-41.18868,-19.88526],[-41.21239,-19.89743],[-41.22964,-19.90216],[-41.24689,-19.93324],[-41.25479,-19.92919],[-41.26988,-19.93797],[-41.30653,-19.93392],[-41.31516,-19.96972],[-41.3245,-19.97647],[-41.313,-20.01226],[-41.33672,-20.05548],[-41.34822,-20.08653],[-41.3554,-20.12094],[-41.37768,-20.15805],[-41.38702,-20.18638],[-41.41074,-20.19448],[-41.4208,-20.20257],[-41.7636,-20.2046],[-41.78516,-20.28483],[-41.85055,-20.3246],[-41.86349,-20.37513],[-41.85127,-20.38187],[-41.84337,-20.40949],[-41.80887,-20.42498],[-41.80672,-20.47211],[-41.83115,-20.47885],[-41.81103,-20.54212],[-41.83115,-20.55086],[-41.86205,-20.61814],[-41.82109,-20.64437],[-41.85343,-20.68068],[-41.87139,-20.72102],[-41.8678,-20.73849],[-41.88002,-20.73984],[-41.88289,-20.76739],[-41.85415,-20.77478],[-41.83331,-20.7983],[-41.80887,-20.80905],[-41.78444,-20.80569],[-41.75138,-20.82382],[-41.74707,-20.87487],[-41.72335,-20.87554],[-41.74132,-20.92723],[-41.72335,-20.97757],[-41.74347,-21.09763],[-41.7291,-21.12579],[-41.594,-21.16332],[-41.57244,-21.18678],[-41.49051,-21.18879],[-41.48332,-21.20085],[-41.43948,-21.22095],[-41.41289,-21.20956],[-41.34965,-21.21291],[-41.27994,-21.2464],[-41.24473,-21.23234],[-41.17718,-21.25511],[-41.09238,-21.2243],[-41.04854,-21.25913],[-41.01548,-21.25578],[-41.00254,-21.28726],[-40.94577,-21.31404]]],"terms_url":"https://der.es.gov.br","terms_text":"Departamento de Estradas de Rodagem do Estado do Espírito Santo","overlay":true},{"id":"db-inspire-2013-11","name":"Deutsche Bahn VzG lines January 2017","type":"wms","template":"https://wms.michreichert.de/vzg-strecken-2017?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=vzg_strecken,station_codes,level_crossings&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","endDate":"2013-11-01T00:00:00.000Z","startDate":"2013-11-01T00:00:00.000Z","polygon":[[[8.19422,48.97504],[8.11014,48.84977],[7.80665,48.60106],[7.79987,48.58029],[7.80639,48.52438],[7.56812,48.06012],[7.57671,48.02454],[7.5434,47.81539],[7.51491,47.6652],[7.58761,47.608],[7.59366,47.60048],[7.58559,47.5845],[7.5834,47.57048],[7.61499,47.55669],[7.63439,47.56173],[7.65219,47.54702],[7.66043,47.54485],[7.71404,47.54063],[7.79455,47.55558],[7.81257,47.57122],[7.88862,47.58888],[7.91917,47.54787],[7.98097,47.55494],[8.02749,47.55112],[8.04981,47.55645],[8.06714,47.56444],[8.08568,47.5583],[8.10834,47.58251],[8.20284,47.61555],[8.22808,47.60583],[8.23709,47.61023],[8.27485,47.619],[8.35382,47.61367],[8.61243,47.68115],[8.62414,47.68221],[8.62127,47.69177],[8.63079,47.69359],[8.63809,47.70261],[8.68933,47.72371],[9.00278,47.69137],[9.74024,47.52842],[9.78144,47.61274],[10.29848,47.39937],[10.59031,47.5567],[10.91578,47.55623],[10.9247,47.46811],[11.26666,47.39124],[11.61753,47.60093],[12.17783,47.59815],[12.20393,47.61667],[12.15792,47.7087],[13.05228,47.59329],[12.90671,47.73249],[13.00455,47.84506],[12.93108,47.9376],[12.71376,48.10856],[13.03648,48.25986],[13.40555,48.37812],[13.45371,48.56222],[13.73952,48.83688],[13.21287,49.12439],[12.88808,49.3385],[12.53892,49.4164],[12.26014,50.09069],[12.18195,50.21136],[12.07707,50.2524],[12.1677,50.34889],[12.32701,50.16363],[12.35379,50.21462],[12.32632,50.29277],[12.49077,50.34582],[13.03442,50.50085],[13.69532,50.72883],[14.22816,50.85796],[14.28086,50.98024],[14.26283,51.06473],[14.57217,51.01076],[14.59311,50.91887],[14.63671,50.89116],[14.81593,50.87729],[14.88922,50.93856],[14.98845,51.09207],[15.03926,51.28745],[14.7234,51.53927],[14.66847,51.7353],[14.74537,52.06577],[14.57646,52.32756],[14.64375,52.58613],[14.14318,52.83946],[14.46591,53.24712],[14.1679,54.59631],[11.92257,54.52963],[8.23529,54.99001],[6.5173,53.65785],[7.04464,53.33106],[7.20532,53.18442],[7.07486,52.75269],[6.72947,52.64179],[7.02851,52.31255],[6.79985,51.86661],[6.12763,51.91069],[6.15715,51.5509],[6.22548,51.36554],[6.17123,51.33853],[6.0727,51.06792],[6.0787,50.90247],[6.05742,50.8559],[6.00369,50.753],[6.03871,50.71215],[6.45241,50.61258],[6.50254,49.71885],[6.42632,49.67177],[6.35353,49.57302],[6.3501,49.46202],[6.68209,49.24061],[6.81633,49.16389],[6.94302,49.21345],[7.05679,49.11163],[7.44328,49.18928],[7.94677,49.06313],[7.97355,49.02623],[8.19422,48.97504]]],"terms_url":"https://data.deutschebahn.com/dataset/data-streckennetz","terms_text":"Data CC-BY 4.0 Deutsche Bahn AG","overlay":true},{"id":"db-inspire-2015-11","name":"Deutsche Bahn VzG lines Nov 2015","type":"wms","template":"https://wms.michreichert.de/vzg-strecken-2015?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=vzg_strecken,station_codes,level_crossings&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","endDate":"2015-11-01T00:00:00.000Z","startDate":"2015-11-01T00:00:00.000Z","polygon":[[[8.19422,48.97504],[8.11014,48.84977],[7.80665,48.60106],[7.79987,48.58029],[7.80639,48.52438],[7.56812,48.06012],[7.57671,48.02454],[7.5434,47.81539],[7.51491,47.6652],[7.58761,47.608],[7.59366,47.60048],[7.58559,47.5845],[7.5834,47.57048],[7.61499,47.55669],[7.63439,47.56173],[7.65219,47.54702],[7.66043,47.54485],[7.71404,47.54063],[7.79455,47.55558],[7.81257,47.57122],[7.88862,47.58888],[7.91917,47.54787],[7.98097,47.55494],[8.02749,47.55112],[8.04981,47.55645],[8.06714,47.56444],[8.08568,47.5583],[8.10834,47.58251],[8.20284,47.61555],[8.22808,47.60583],[8.23709,47.61023],[8.27485,47.619],[8.35382,47.61367],[8.61243,47.68115],[8.62414,47.68221],[8.62127,47.69177],[8.63079,47.69359],[8.63809,47.70261],[8.68933,47.72371],[9.00278,47.69137],[9.74024,47.52842],[9.78144,47.61274],[10.29848,47.39937],[10.59031,47.5567],[10.91578,47.55623],[10.9247,47.46811],[11.26666,47.39124],[11.61753,47.60093],[12.17783,47.59815],[12.20393,47.61667],[12.15792,47.7087],[13.05228,47.59329],[12.90671,47.73249],[13.00455,47.84506],[12.93108,47.9376],[12.71376,48.10856],[13.03648,48.25986],[13.40555,48.37812],[13.45371,48.56222],[13.73952,48.83688],[13.21287,49.12439],[12.88808,49.3385],[12.53892,49.4164],[12.26014,50.09069],[12.18195,50.21136],[12.07707,50.2524],[12.1677,50.34889],[12.32701,50.16363],[12.35379,50.21462],[12.32632,50.29277],[12.49077,50.34582],[13.03442,50.50085],[13.69532,50.72883],[14.22816,50.85796],[14.28086,50.98024],[14.26283,51.06473],[14.57217,51.01076],[14.59311,50.91887],[14.63671,50.89116],[14.81593,50.87729],[14.88922,50.93856],[14.98845,51.09207],[15.03926,51.28745],[14.7234,51.53927],[14.66847,51.7353],[14.74537,52.06577],[14.57646,52.32756],[14.64375,52.58613],[14.14318,52.83946],[14.46591,53.24712],[14.1679,54.59631],[11.92257,54.52963],[8.23529,54.99001],[6.5173,53.65785],[7.04464,53.33106],[7.20532,53.18442],[7.07486,52.75269],[6.72947,52.64179],[7.02851,52.31255],[6.79985,51.86661],[6.12763,51.91069],[6.15715,51.5509],[6.22548,51.36554],[6.17123,51.33853],[6.0727,51.06792],[6.0787,50.90247],[6.05742,50.8559],[6.00369,50.753],[6.03871,50.71215],[6.45241,50.61258],[6.50254,49.71885],[6.42632,49.67177],[6.35353,49.57302],[6.3501,49.46202],[6.68209,49.24061],[6.81633,49.16389],[6.94302,49.21345],[7.05679,49.11163],[7.44328,49.18928],[7.94677,49.06313],[7.97355,49.02623],[8.19422,48.97504]]],"terms_url":"https://data.deutschebahn.com/dataset/data-streckennetz","terms_text":"Data CC-BY 4.0 Deutsche Bahn AG","overlay":true},{"id":"dgu-dof-2011","name":"dgu.hr: Croatia 2011 Aerial imagery","type":"wms","template":"https://geoportal.dgu.hr/services/dof/ows?LAYERS=DOF5_2011&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[16.2996,46.38154],[16.05625,46.39644],[16.07131,46.3449],[16.01284,46.3133],[15.79102,46.2621],[15.76893,46.21269],[15.63844,46.21388],[15.6009,46.1108],[15.72545,46.04492],[15.67547,45.90472],[15.69817,45.85137],[15.64191,45.82462],[15.5364,45.85015],[15.46272,45.82041],[15.47062,45.79902],[15.23367,45.72238],[15.32451,45.67005],[15.35424,45.7101],[15.34575,45.66692],[15.36734,45.68233],[15.39836,45.64787],[15.27225,45.6053],[15.29879,45.53386],[15.37766,45.48781],[15.3438,45.45993],[15.26912,45.46833],[15.16778,45.42529],[15.08738,45.48583],[14.93136,45.53217],[14.90782,45.4814],[14.82058,45.46316],[14.79864,45.50514],[14.69169,45.53064],[14.69391,45.58134],[14.56821,45.67686],[14.4953,45.60824],[14.48749,45.54141],[14.32381,45.47413],[14.24884,45.50803],[14.20335,45.47325],[14.07602,45.48728],[14.00195,45.52298],[13.95822,45.5071],[13.98027,45.45832],[13.88238,45.429],[13.76432,45.47054],[13.67463,45.44773],[13.5136,45.5099],[13.48227,45.48675],[13.58211,45.24115],[13.56139,45.19789],[13.60777,45.03763],[13.76116,44.98088],[13.7959,44.92877],[13.72398,44.94888],[13.70853,44.9134],[13.89153,44.8023],[13.88603,44.75271],[14.00808,44.80011],[14.29287,44.49332],[14.62071,44.3094],[15.63066,43.43802],[15.43075,43.08152],[16.39023,42.73995],[16.23677,42.38453],[16.35138,42.37123],[17.06039,42.69152],[18.06182,42.6374],[18.5331,42.38603],[18.55128,42.40206],[18.43987,42.48498],[18.43954,42.56497],[18.37062,42.61669],[18.24679,42.60541],[18.10392,42.71713],[17.89327,42.81196],[17.84605,42.90453],[17.68764,42.92563],[17.64304,42.88436],[17.54079,42.92978],[17.71408,42.97496],[17.64429,43.09027],[17.43346,43.18123],[17.42366,43.23203],[17.341,43.25936],[17.25664,43.40208],[17.28532,43.46933],[17.15204,43.49746],[17.0165,43.5733],[16.81478,43.75664],[16.7541,43.77221],[16.71315,43.85609],[16.55289,43.9553],[16.50428,44.02631],[16.43997,44.03188],[16.4303,44.08448],[16.37192,44.08445],[16.21765,44.21695],[16.1923,44.29936],[16.22406,44.3489],[16.13524,44.38112],[16.17742,44.40236],[16.12673,44.51464],[16.02335,44.56378],[16.0592,44.627],[15.90631,44.74978],[15.82615,44.72649],[15.73551,44.82288],[15.79834,44.84699],[15.74281,44.93655],[15.78847,44.97482],[15.75122,45.06121],[15.79588,45.11433],[15.79069,45.19066],[15.84351,45.22157],[16.01122,45.21415],[16.08617,45.10185],[16.28569,44.9923],[16.3583,45.00232],[16.39821,45.11157],[16.46679,45.14146],[16.49998,45.21198],[16.59808,45.22881],[16.82178,45.1824],[16.9282,45.27307],[16.93264,45.22703],[17.03437,45.21983],[17.16542,45.14694],[17.25141,45.1444],[17.27318,45.18585],[17.3426,45.13809],[17.41754,45.13253],[17.44509,45.15769],[17.48821,45.10589],[17.5495,45.12663],[17.6005,45.10181],[17.66363,45.13094],[17.85061,45.04019],[18.0097,45.14872],[18.03733,45.12196],[18.06597,45.13909],[18.12115,45.07621],[18.19994,45.07562],[18.25755,45.13614],[18.32169,45.09696],[18.41924,45.10518],[18.53161,45.03995],[18.58771,45.08384],[18.66466,45.05817],[18.72679,44.99017],[18.78901,44.99224],[18.79579,44.93987],[18.74471,44.93786],[18.7633,44.8992],[18.85055,44.849],[18.96225,44.84597],[19.02647,44.85137],[19.00562,44.91331],[19.07103,44.89893],[19.16024,44.95324],[19.14008,44.98338],[19.05765,44.97822],[19.10612,45.01045],[19.08905,45.14323],[19.14222,45.12726],[19.19709,45.17897],[19.1756,45.20035],[19.28915,45.16938],[19.28602,45.20377],[19.31769,45.20625],[19.35639,45.16308],[19.43162,45.16858],[19.44988,45.19546],[19.42202,45.23666],[19.26243,45.24597],[19.26699,45.28238],[19.17636,45.27054],[19.08915,45.34237],[18.97303,45.38127],[19.03342,45.40972],[19.00346,45.49158],[19.08297,45.48304],[19.10712,45.51124],[19.02191,45.55954],[18.94963,45.53863],[18.90122,45.57133],[18.97826,45.65389],[18.92081,45.7012],[18.9716,45.69436],[18.98301,45.74223],[18.96932,45.76765],[18.91634,45.74661],[18.85405,45.77335],[18.92214,45.78927],[18.90807,45.82487],[18.85158,45.81307],[18.86071,45.85998],[18.90522,45.86687],[18.87259,45.89554],[18.90217,45.92088],[18.82036,45.91772],[18.79064,45.88142],[18.65729,45.91935],[18.61719,45.84118],[18.55212,45.79695],[18.48413,45.79491],[18.44336,45.74187],[18.36506,45.77628],[18.34028,45.75291],[18.18763,45.79041],[18.08054,45.76834],[17.90763,45.79537],[17.86526,45.77067],[17.83202,45.81131],[17.67025,45.83833],[17.57404,45.93991],[17.41445,45.93808],[17.37936,45.99119],[17.26272,46.01265],[17.29813,46.03422],[17.22194,46.11398],[17.18392,46.11177],[17.16198,46.17292],[16.97844,46.22821],[16.89119,46.28228],[16.87361,46.35365],[16.70966,46.40541],[16.66846,46.46184],[16.52243,46.48295],[16.36449,46.55763],[16.2369,46.4981],[16.2996,46.38154]]],"terms_url":"https://dgu.gov.hr/","terms_text":"Sadrži podatke Državne geodetske uprave","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/dgu.png"},{"id":"dgu-dof-2014-2016","name":"dgu.hr: Croatia 2014-2016 Aerial imagery","type":"wms","template":"https://geoportal.dgu.hr/services/inspire/orthophoto_2014-2016/ows?LAYERS=OI.OrthoImagery&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[16.66846,46.46184],[16.3701,46.55838],[16.26168,46.5177],[16.23649,46.48339],[16.30466,46.35117],[16.18926,46.3143],[16.17091,46.34181],[15.88479,46.24679],[15.903,46.22],[15.80066,46.18612],[15.82492,46.11357],[15.76007,46.11836],[15.72324,45.8379],[15.52357,45.74392],[15.53001,45.68943],[15.43753,45.70368],[15.40276,45.47625],[15.3636,45.44264],[15.19316,45.40185],[14.58984,45.47778],[13.8722,45.40671],[13.62167,45.43361],[13.50899,45.50995],[13.48227,45.48675],[13.58211,45.24115],[13.56139,45.19789],[13.60777,45.03763],[13.76116,44.98088],[13.76862,44.94342],[13.70336,44.94822],[13.70853,44.9134],[13.89153,44.8023],[13.88603,44.75271],[14.00808,44.80011],[13.99641,44.82337],[14.29287,44.49332],[14.62071,44.3094],[15.63066,43.43802],[15.43075,43.08152],[16.39023,42.73995],[16.23677,42.38453],[16.35138,42.37123],[17.06039,42.69152],[18.06174,42.63737],[18.53311,42.38604],[18.55131,42.40193],[18.43987,42.48498],[18.43954,42.56497],[18.36845,42.61827],[18.24679,42.60541],[18.10392,42.71713],[17.89327,42.81196],[17.84605,42.90453],[17.68764,42.92563],[17.64361,42.88081],[17.52028,42.92815],[17.71384,42.9707],[17.64429,43.09027],[17.43346,43.18123],[17.42366,43.23203],[17.34462,43.25537],[17.25664,43.40208],[17.28139,43.47296],[17.15204,43.49746],[17.0165,43.5733],[16.81478,43.75664],[16.7541,43.77221],[16.72161,43.84086],[16.60009,43.91158],[16.50428,44.02631],[16.43997,44.03188],[16.4303,44.08448],[16.32072,44.11655],[16.21765,44.21695],[16.1923,44.29936],[16.22406,44.3489],[16.13524,44.38112],[16.17742,44.40236],[16.12673,44.51464],[16.02335,44.56378],[16.06263,44.60805],[16.03586,44.65529],[15.90631,44.74978],[15.82615,44.72649],[15.73551,44.82288],[15.79834,44.84699],[15.74281,44.93655],[15.78847,44.97482],[15.75122,45.06121],[15.79588,45.11433],[15.77021,45.16383],[15.84351,45.22157],[16.01122,45.21415],[16.08617,45.10185],[16.28569,44.9923],[16.35817,45.00121],[16.3992,45.11095],[16.46768,45.13997],[16.52186,45.22151],[16.82178,45.1824],[16.9282,45.27307],[16.93264,45.22703],[17.03437,45.21983],[17.16542,45.14694],[17.25141,45.1444],[17.27318,45.18585],[17.3426,45.13809],[17.41754,45.13253],[17.44509,45.15769],[17.48821,45.10589],[17.5495,45.12663],[17.6005,45.10181],[17.66363,45.13094],[17.85061,45.04019],[18.0097,45.14872],[18.03733,45.12196],[18.06597,45.13909],[18.12115,45.07621],[18.19994,45.07562],[18.25755,45.13614],[18.32169,45.09696],[18.41924,45.10518],[18.53161,45.03995],[18.58771,45.08384],[18.71155,45.03475],[18.72679,44.99017],[18.78901,44.99224],[18.79579,44.93987],[18.74655,44.9263],[18.83925,44.8547],[19.02647,44.85137],[18.99675,44.90679],[19.07103,44.89893],[19.16024,44.95324],[19.14008,44.98338],[19.05765,44.97822],[19.10952,45.05083],[19.07065,45.14698],[19.16362,45.16268],[19.15525,45.27971],[19.06927,45.34532],[18.97987,45.34745],[19.00355,45.53163],[18.9269,45.5301],[18.90242,45.57188],[18.92405,45.74455],[18.85574,45.7726],[18.87237,45.91897],[18.81521,45.91536],[18.79064,45.88142],[18.65729,45.91935],[18.61719,45.84118],[18.55212,45.79695],[18.48413,45.79491],[18.44336,45.74187],[18.36506,45.77628],[18.34028,45.75291],[18.18763,45.79041],[18.08054,45.76834],[17.90763,45.79537],[17.86526,45.77067],[17.83202,45.81131],[17.67025,45.83833],[17.57404,45.93991],[17.39024,45.93723],[17.37936,45.99119],[17.26272,46.01265],[17.29813,46.03422],[17.22194,46.11398],[17.18392,46.11177],[17.16198,46.17292],[16.91732,46.26434],[16.83743,46.37895],[16.70966,46.40541],[16.66846,46.46184]]],"terms_url":"https://dgu.gov.hr/","terms_text":"Sadrži podatke Državne geodetske uprave","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/dgu.png"},{"id":"dgu-dof-2019-2020","name":"dgu.hr: Croatia 2019-2020 aerial imagery","type":"wms","template":"https://geoportal.dgu.hr/services/inspire/orthophoto_2019_2020/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=OI.OrthoimageCoverage&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[15.41437,43.68052],[16.30096,43.2312],[15.45639,43.10499],[15.45776,43.0729],[16.39023,42.73995],[16.22612,42.3834],[16.34491,42.37123],[17.08736,42.67225],[18.0617,42.63737],[18.48158,42.4112],[18.50467,42.39688],[18.53152,42.3876],[18.54191,42.3924],[18.51637,42.41207],[18.53152,42.42054],[18.50708,42.4355],[18.47696,42.46783],[18.43987,42.48498],[18.45184,42.51158],[18.44102,42.52179],[18.43954,42.56497],[18.36845,42.61827],[18.24679,42.60541],[18.10392,42.71713],[17.89327,42.81196],[17.90334,42.8331],[17.84605,42.90453],[17.80648,42.91838],[17.78569,42.90636],[17.68808,42.93404],[17.64184,42.8889],[17.51895,42.9317],[17.62558,42.93733],[17.71849,42.96913],[17.64429,43.09027],[17.43346,43.18123],[17.42366,43.23203],[17.341,43.25936],[17.25664,43.40208],[17.28532,43.46933],[17.22801,43.49976],[17.15204,43.49746],[17.0165,43.5733],[16.81478,43.75664],[16.7541,43.77221],[16.71315,43.85609],[16.55289,43.9553],[16.50428,44.02631],[16.43997,44.03188],[16.4303,44.08448],[16.37192,44.08445],[16.3091,44.14984],[16.20396,44.29251],[16.23224,44.33551],[16.11911,44.52548],[16.02896,44.56642],[16.08552,44.61803],[15.89815,44.76506],[15.83452,44.72991],[15.75144,44.81461],[15.81066,44.85034],[15.7921,45.17026],[15.84071,45.21074],[15.96886,45.20265],[16.03603,45.16527],[16.13148,45.02801],[16.34256,44.98153],[16.59808,45.22881],[16.81516,45.18187],[16.93331,45.27307],[16.93264,45.22703],[17.03437,45.21983],[17.16542,45.14694],[17.25141,45.1444],[17.27318,45.18585],[17.3426,45.13809],[17.41754,45.13253],[17.44509,45.15769],[17.48821,45.10589],[17.5495,45.12663],[17.6005,45.10181],[17.66363,45.13094],[17.85061,45.04019],[18.0097,45.14872],[18.03733,45.12196],[18.06597,45.13909],[18.12115,45.07621],[18.19994,45.07562],[18.25755,45.13614],[18.32169,45.09696],[18.41924,45.10518],[18.53161,45.03995],[18.58771,45.08384],[18.66466,45.05817],[18.72679,44.99017],[18.78901,44.99224],[18.79579,44.93987],[18.74471,44.93786],[18.7633,44.8992],[18.85055,44.849],[18.92499,44.8468],[18.97993,44.84747],[19.00602,44.85246],[19.00688,44.88591],[18.99692,44.89389],[18.99389,44.90532],[19.00796,44.9159],[19.00959,44.95046],[19.04769,44.94985],[19.06328,45.25519],[19.02344,45.25793],[19.02604,45.32823],[18.98772,45.32906],[18.99097,45.36741],[18.97592,45.37692],[18.9783,45.39235],[18.99118,45.39691],[18.99064,45.40117],[18.95243,45.40185],[18.95416,45.47425],[18.91908,45.47546],[18.92385,45.57163],[18.90263,45.57406],[18.90826,45.59043],[18.92428,45.59709],[18.92601,45.67249],[18.88791,45.67279],[18.8918,45.74566],[18.8524,45.74657],[18.85153,45.81663],[18.81905,45.81905],[18.82057,45.90861],[18.8065,45.90861],[18.79801,45.88151],[18.70738,45.9229],[18.65729,45.91935],[18.61719,45.84118],[18.55212,45.79695],[18.48413,45.79491],[18.44336,45.74187],[18.36506,45.77628],[18.34028,45.75291],[18.18763,45.79041],[18.11478,45.79426],[18.08208,45.76929],[18.00806,45.79854],[17.90763,45.79537],[17.86526,45.77067],[17.83202,45.81131],[17.67025,45.83833],[17.57404,45.93991],[17.39024,45.93723],[17.37936,45.99119],[17.26272,46.01265],[17.29813,46.03422],[17.22194,46.11398],[17.18392,46.11177],[17.16198,46.17292],[16.89119,46.28228],[16.83743,46.37895],[16.74466,46.38981],[16.66846,46.46184],[16.52243,46.48295],[16.35161,46.55198],[16.2364,46.48318],[16.2702,46.41069],[16.2976,46.38269],[16.13718,46.41318],[16.04251,46.39504],[16.03249,46.34916],[15.59766,46.20254],[15.59942,46.09478],[15.69664,46.04695],[15.65422,45.84538],[15.57468,45.86262],[15.22468,45.72828],[15.26357,45.62824],[15.30599,45.48343],[15.20524,45.44748],[14.92949,45.54289],[14.83934,45.47227],[14.63429,45.66655],[14.56535,45.68261],[14.39389,45.51069],[13.97319,45.52927],[13.88304,45.45616],[13.47383,45.51131],[13.59492,45.03801],[13.89718,44.7387],[15.41437,43.68052]]],"terms_url":"https://dgu.gov.hr/","terms_text":"Sadrži podatke Državne geodetske uprave","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/dgu.png"},{"id":"dgu-hok","name":"dgu.hr: HOK","type":"wms","template":"https://geoportal.dgu.hr/services/hok/ows?LAYERS=HOK5&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","endDate":"2009-01-01T00:00:00.000Z","startDate":"1954-01-01T00:00:00.000Z","polygon":[[[15.34155,45.63868],[15.28391,45.63895],[15.28314,45.50394],[15.34073,45.50379],[15.34056,45.47674],[15.22593,45.47704],[15.22533,45.45011],[15.13899,45.45029],[15.1392,45.4772],[15.11028,45.47735],[15.11036,45.50421],[14.88008,45.5043],[14.88004,45.47735],[14.82262,45.47717],[14.82236,45.50421],[14.79382,45.50415],[14.79378,45.53112],[14.73601,45.531],[14.7358,45.55793],[14.70713,45.5579],[14.70683,45.61194],[14.6492,45.61173],[14.64885,45.63871],[14.62014,45.63868],[14.61984,45.66568],[14.59109,45.66553],[14.59074,45.69257],[14.56186,45.69242],[14.56229,45.63844],[14.53354,45.63832],[14.53375,45.61137],[14.50487,45.61128],[14.50504,45.58422],[14.47625,45.58419],[14.47642,45.55712],[14.44771,45.55697],[14.44797,45.52995],[14.39042,45.52959],[14.39059,45.50268],[14.33308,45.50232],[14.33334,45.47533],[14.10305,45.47379],[14.10275,45.50081],[13.98757,45.49985],[13.98808,45.47289],[13.90182,45.47205],[13.90234,45.44505],[13.84488,45.44442],[13.84428,45.47145],[13.61403,45.46895],[13.61331,45.49597],[13.5558,45.49522],[13.55507,45.52207],[13.49761,45.52141],[13.49816,45.49892],[13.49658,45.49889],[13.49675,45.49442],[13.46956,45.49407],[13.47018,45.46705],[13.49885,45.46741],[13.50211,45.38736],[13.52983,45.38682],[13.53207,45.30586],[13.56067,45.30623],[13.56502,45.11763],[13.59592,45.03763],[13.71386,44.87631],[15.71251,42.99134],[16.48009,42.74046],[18.51424,42.39792],[18.51411,42.37097],[18.54149,42.37078],[18.54218,42.45187],[18.48746,42.45215],[18.48763,42.47909],[18.46025,42.47925],[18.46111,42.58718],[18.40635,42.58753],[18.40648,42.61444],[18.37897,42.61457],[18.37913,42.64156],[18.26941,42.64185],[18.26928,42.61489],[18.2419,42.61495],[18.24203,42.64191],[18.21443,42.64201],[18.21456,42.66899],[18.15976,42.66906],[18.1598,42.69619],[18.13233,42.69616],[18.13229,42.72309],[18.105,42.72318],[18.105,42.75023],[18.05002,42.75023],[18.05002,42.77716],[17.995,42.77726],[17.995,42.80428],[17.9399,42.80422],[17.93999,42.83116],[17.91248,42.8312],[17.91248,42.85826],[17.88488,42.85819],[17.88476,42.91221],[17.82969,42.91221],[17.82952,42.93918],[17.80197,42.93911],[17.80223,42.91215],[17.77459,42.91203],[17.77442,42.93902],[17.71927,42.93889],[17.71897,43.01993],[17.69142,43.01974],[17.69116,43.04688],[17.66361,43.04688],[17.66331,43.10079],[17.60808,43.1007],[17.60782,43.12758],[17.58023,43.12755],[17.58006,43.15454],[17.49706,43.15426],[17.4968,43.18121],[17.44148,43.18102],[17.44067,43.26202],[17.35758,43.26158],[17.35728,43.28855],[17.32995,43.28845],[17.3293,43.31544],[17.30149,43.31522],[17.30093,43.36928],[17.27325,43.36912],[17.27283,43.39607],[17.30055,43.39625],[17.29969,43.47728],[17.27192,43.47709],[17.27149,43.50415],[17.1603,43.50337],[17.15987,43.53038],[17.10421,43.52991],[17.10378,43.55688],[17.04829,43.55648],[17.04773,43.58347],[17.01993,43.58328],[17.01932,43.61026],[16.99169,43.60998],[16.99104,43.63698],[16.96323,43.63673],[16.96272,43.66368],[16.93508,43.66353],[16.93431,43.69047],[16.90646,43.69013],[16.90603,43.71718],[16.85019,43.71671],[16.84959,43.74366],[16.82174,43.74335],[16.82123,43.77041],[16.76535,43.76982],[16.76479,43.79672],[16.73686,43.79647],[16.7351,43.87739],[16.67918,43.87683],[16.67858,43.90383],[16.62875,43.90327],[16.62798,43.93014],[16.6218,43.93011],[16.62128,43.95714],[16.56528,43.95653],[16.56391,44.01041],[16.53597,44.0101],[16.5352,44.0371],[16.4552,44.0371],[16.45636,44.09113],[16.37225,44.09218],[16.37272,44.11914],[16.31663,44.11979],[16.31772,44.17379],[16.2897,44.17414],[16.29013,44.20104],[16.23396,44.20168],[16.2349,44.25572],[16.207,44.25603],[16.20858,44.33691],[16.23673,44.33664],[16.23741,44.36368],[16.20905,44.36395],[16.20964,44.39101],[16.1815,44.39122],[16.1826,44.44527],[16.15429,44.44558],[16.15522,44.49954],[16.12712,44.49979],[16.12797,44.55379],[16.01483,44.55486],[16.01525,44.58182],[16.07197,44.5814],[16.07287,44.6353],[16.04459,44.6356],[16.0451,44.6626],[16.01679,44.66278],[16.01713,44.68985],[15.98885,44.69012],[15.98923,44.71706],[15.93243,44.71754],[15.93273,44.74465],[15.90449,44.74477],[15.9049,44.77176],[15.87656,44.77185],[15.87618,44.74498],[15.79088,44.74562],[15.79156,44.79967],[15.7632,44.79982],[15.76355,44.82685],[15.79199,44.82667],[15.79271,44.88062],[15.76423,44.88077],[15.76529,44.9618],[15.79382,44.96167],[15.79489,45.04263],[15.7664,45.04278],[15.76665,45.06979],[15.79531,45.06961],[15.79723,45.20455],[15.99775,45.20305],[15.99724,45.17598],[16.02581,45.17571],[16.02539,45.1488],[16.05405,45.14847],[16.05341,45.12147],[16.08202,45.12129],[16.08143,45.09424],[16.10689,45.094],[16.11017,45.0925],[16.10953,45.06691],[16.16668,45.06634],[16.16557,45.01229],[16.2512,45.01145],[16.25065,44.98453],[16.36473,44.98321],[16.36605,45.03715],[16.39462,45.03685],[16.39526,45.06375],[16.42384,45.06345],[16.42516,45.11744],[16.48239,45.11675],[16.48371,45.17063],[16.49495,45.17051],[16.49516,45.19753],[16.6775,45.19975],[16.67818,45.1727],[16.84996,45.17466],[16.84932,45.20161],[16.9066,45.20233],[16.90553,45.25619],[16.93428,45.25649],[16.93521,45.20239],[17.04972,45.20347],[17.05014,45.17634],[17.10755,45.17694],[17.10789,45.14992],[17.16503,45.15034],[17.16546,45.12342],[17.27988,45.1242],[17.27945,45.15115],[17.3082,45.1513],[17.30845,45.12429],[17.42287,45.12498],[17.42317,45.09794],[17.70894,45.09908],[17.70911,45.07196],[17.76626,45.0722],[17.76635,45.04519],[17.82354,45.04528],[17.82362,45.01831],[17.88077,45.01844],[17.88064,45.04546],[17.93774,45.04546],[17.9377,45.09947],[17.99502,45.0995],[17.99489,45.12649],[18.02346,45.12646],[18.02342,45.09938],[18.08057,45.09944],[18.08061,45.07241],[18.22349,45.07223],[18.2236,45.09923],[18.42374,45.09866],[18.42323,45.04465],[18.6803,45.04344],[18.68009,45.01642],[18.70866,45.0163],[18.70828,44.98926],[18.76538,44.98887],[18.76496,44.96185],[18.73651,44.96209],[18.73541,44.88107],[18.79234,44.8808],[18.79191,44.85367],[18.99124,44.85213],[18.99209,44.90614],[19.10609,44.90514],[19.10656,44.9321],[19.13517,44.93186],[19.13611,44.98592],[19.07909,44.98637],[19.08016,45.04028],[19.10873,45.04013],[19.10975,45.09406],[19.08114,45.09439],[19.08165,45.12126],[19.13879,45.12072],[19.13939,45.14775],[19.16817,45.14748],[19.16856,45.17445],[19.45472,45.17123],[19.4568,45.25211],[19.28489,45.25415],[19.28549,45.28127],[19.14207,45.28274],[19.14267,45.30979],[19.11397,45.31],[19.11448,45.3371],[19.08573,45.33727],[19.08625,45.36421],[19.00014,45.36502],[19.00055,45.39197],[19.05823,45.39143],[19.05918,45.44556],[19.00167,45.44598],[19.00223,45.47295],[19.11716,45.47187],[19.1181,45.52595],[19.08952,45.52622],[19.08986,45.55325],[19.06145,45.55343],[19.06167,45.58044],[18.94635,45.58143],[18.94674,45.60836],[18.97609,45.60815],[18.97845,45.7701],[18.89172,45.77085],[18.89206,45.79793],[18.8631,45.79808],[18.86438,45.87904],[18.8355,45.87925],[18.83627,45.93318],[18.80726,45.93339],[18.80688,45.90643],[18.71984,45.90706],[18.72019,45.93399],[18.63316,45.93459],[18.63264,45.8806],[18.60354,45.88072],[18.60329,45.8537],[18.57436,45.85388],[18.57415,45.82689],[18.54509,45.82698],[18.54488,45.80014],[18.45793,45.80038],[18.45772,45.77333],[18.42879,45.77354],[18.42871,45.74656],[18.39961,45.74662],[18.39974,45.7736],[18.2552,45.77405],[18.25533,45.80104],[18.11058,45.80131],[18.11053,45.77426],[18.05268,45.77432],[18.05273,45.80131],[17.85012,45.80125],[17.85004,45.82823],[17.76318,45.82808],[17.76296,45.85505],[17.67619,45.85487],[17.67597,45.88185],[17.647,45.88182],[17.64683,45.90879],[17.61786,45.9087],[17.61761,45.93566],[17.58864,45.93557],[17.58847,45.96255],[17.41432,45.96183],[17.41389,45.98879],[17.38501,45.98861],[17.38458,46.01562],[17.29746,46.01514],[17.29669,46.06918],[17.2678,46.06891],[17.26734,46.09594],[17.23824,46.0957],[17.23786,46.1227],[17.20888,46.12257],[17.20798,46.17647],[17.14974,46.17606],[17.14931,46.20303],[17.0619,46.20241],[17.06134,46.22946],[16.97392,46.2286],[16.9734,46.25567],[16.94422,46.25534],[16.94362,46.28228],[16.91452,46.2821],[16.91401,46.30911],[16.88474,46.30879],[16.88367,46.36271],[16.85449,46.36248],[16.85389,46.38939],[16.76617,46.38853],[16.76552,46.41549],[16.70699,46.41487],[16.7063,46.44188],[16.67703,46.44152],[16.67639,46.46855],[16.61798,46.46787],[16.61721,46.49476],[16.52923,46.49372],[16.5285,46.52066],[16.49507,46.52025],[16.49498,46.54726],[16.31551,46.54945],[16.3147,46.52252],[16.22694,46.5235],[16.22578,46.47156],[16.25492,46.47124],[16.25311,46.38812],[16.19471,46.38889],[16.19531,46.41579],[16.04884,46.41724],[16.04789,46.36331],[16.01862,46.36357],[16.01811,46.33653],[15.95979,46.33703],[15.95914,46.31006],[15.8716,46.3108],[15.87117,46.28382],[15.78358,46.28441],[15.7828,46.23041],[15.63702,46.23139],[15.63625,46.17733],[15.57806,46.17763],[15.57707,46.09666],[15.60621,46.09654],[15.60599,46.06951],[15.66414,46.06921],[15.6638,46.04223],[15.6929,46.04211],[15.69152,45.93405],[15.66243,45.93435],[15.66157,45.85331],[15.45879,45.85439],[15.45841,45.80029],[15.34254,45.80068],[15.34236,45.77372],[15.2846,45.7739],[15.28451,45.74695],[15.22662,45.74698],[15.22636,45.69305],[15.28413,45.69284],[15.28409,45.66592],[15.34189,45.6658],[15.34155,45.63868]]],"terms_url":"https://dgu.gov.hr/","terms_text":"Sadrži podatke Državne geodetske uprave","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/dgu.png"},{"id":"dgu-topo-25","name":"dgu.hr: Topo 25","type":"wms","template":"https://geoportal.dgu.hr/services/tk/ows?LAYERS=tk:TK25&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:900913","endDate":"2011-01-01T00:00:00.000Z","startDate":"1996-01-01T00:00:00.000Z","polygon":[[[15.80761,43.08318],[15.68264,43.08368],[15.68264,42.95868],[15.80795,42.95818],[15.80761,43.08318]],[[16.49503,46.50016],[16.49546,46.62492],[16.245,46.6248],[16.24517,46.49981],[15.99472,46.49993],[15.99472,46.37512],[15.7453,46.37489],[15.74512,46.24979],[15.49484,46.25003],[15.49519,45.99947],[15.61981,45.9997],[15.61998,45.87507],[15.24559,45.87483],[15.24542,45.72524],[15.23701,45.72524],[15.23701,45.71661],[15.24525,45.71649],[15.24508,45.49997],[14.99548,45.50009],[14.99514,45.62484],[14.6204,45.62496],[14.62023,45.74992],[14.4956,45.7498],[14.49526,45.62472],[14.37012,45.62484],[14.36995,45.50009],[14.27725,45.50021],[14.27708,45.50996],[14.20618,45.5096],[14.20618,45.50033],[14.12052,45.49997],[14.11983,45.62472],[13.87058,45.62472],[13.87041,45.49985],[13.53807,45.49997],[13.53807,45.50719],[13.49516,45.50683],[13.49533,45.49648],[13.4864,45.49648],[13.48675,45.46519],[13.49567,45.46519],[13.4955,45.12478],[13.60391,45.12478],[13.60382,45.04139],[13.62039,45.04157],[13.62064,44.87509],[13.74561,44.87497],[13.74544,44.74978],[13.99538,44.75015],[13.99555,44.79938],[14.00499,44.7995],[14.00448,44.87497],[14.24515,44.87497],[14.24532,44.75003],[14.12052,44.7499],[14.12035,44.62444],[14.22884,44.62493],[14.22884,44.61577],[14.24515,44.61552],[14.24549,44.50006],[14.29871,44.49999],[14.29871,44.49709],[14.31004,44.49706],[14.31004,44.49987],[14.48419,44.49987],[14.49552,44.4913],[14.49543,44.24993],[14.73292,44.24999],[14.7331,44.24557],[14.74545,44.24557],[14.7452,44.12493],[14.87025,44.12487],[14.87051,44.00004],[14.99522,44.00004],[14.99539,43.87507],[15.12011,43.87507],[15.12019,43.74996],[15.35537,43.74996],[15.35541,43.74433],[15.37028,43.74428],[15.3703,43.62502],[15.49527,43.62508],[15.49544,43.62085],[15.62024,43.62085],[15.62011,43.61936],[15.74547,43.61949],[15.74555,43.62483],[15.87018,43.62508],[15.87018,43.50007],[15.95657,43.50007],[15.95648,43.49032],[15.98266,43.49042],[15.9827,43.49854],[15.99524,43.49848],[15.99524,43.49558],[15.99313,43.49558],[15.99309,43.48911],[15.99524,43.48902],[15.99524,43.37511],[16.24466,43.37486],[16.24552,43.12492],[16.1202,43.12529],[16.1202,43.08356],[15.99524,43.08356],[15.99515,42.95008],[16.0124,42.9502],[16.01266,42.95824],[16.12038,42.95831],[16.12003,43.00038],[16.36989,43.00006],[16.36989,43.12504],[16.61991,43.12523],[16.62013,42.99137],[16.60601,42.99109],[16.60605,42.9795],[16.62008,42.97947],[16.62008,42.75029],[16.70628,42.75026],[16.70636,42.74775],[16.72829,42.74769],[16.72832,42.7502],[16.77835,42.75016],[16.77887,42.66716],[16.95345,42.66716],[16.95345,42.75016],[17.17026,42.75016],[17.17043,42.83343],[16.99516,42.83368],[16.99516,42.87508],[17.2451,42.87521],[17.2451,42.75016],[17.43324,42.74991],[17.43324,42.73806],[17.49453,42.73831],[17.49487,42.62487],[18.11062,42.62512],[18.11079,42.6183],[18.12006,42.61817],[18.12023,42.50007],[18.34528,42.50045],[18.34528,42.48931],[18.37017,42.48919],[18.37017,42.37529],[18.62011,42.37491],[18.61994,42.50033],[18.49514,42.50058],[18.49462,42.62537],[18.2452,42.62512],[18.24503,42.75016],[18.12006,42.75016],[18.11989,42.87559],[17.86995,42.87546],[17.87012,43.00025],[17.74498,43.00038],[17.74498,43.12529],[17.62018,43.12517],[17.61967,43.25008],[17.37024,43.24995],[17.36973,43.50001],[17.24527,43.50013],[17.24493,43.62489],[16.99533,43.62551],[16.99482,43.75002],[16.87019,43.75039],[16.87054,43.87538],[16.7454,43.87587],[16.74488,43.99998],[16.62077,44.00035],[16.62043,44.1253],[16.3698,44.12506],[16.37014,44.25012],[16.24517,44.25012],[16.245,44.49993],[16.12553,44.50006],[16.1257,44.51646],[16.11986,44.51671],[16.1202,44.75015],[15.87044,44.75015],[15.87009,45.12502],[15.99506,45.12514],[15.99524,45.00013],[16.28534,44.99977],[16.28483,44.99491],[16.31676,44.99491],[16.31693,45.00013],[16.49546,45.00001],[16.49528,45.1249],[17.37024,45.12514],[17.37007,44.99965],[18.72568,44.99977],[18.72568,44.9903],[18.74508,44.9903],[18.74474,44.74978],[19.11982,44.75015],[19.11982,44.87485],[19.24496,44.87509],[19.24444,45.00013],[19.11982,44.99989],[19.12016,45.12466],[19.49524,45.12502],[19.49507,45.25],[19.3701,45.25012],[19.36984,45.37494],[19.11982,45.37476],[19.1199,45.62496],[18.99485,45.62499],[18.99485,45.99982],[18.61959,46.00018],[18.61994,45.87507],[17.74481,45.87483],[17.74498,45.99994],[17.37007,46.00018],[17.3699,46.12489],[17.24476,46.12501],[17.24459,46.25015],[16.99448,46.25003],[16.99482,46.375],[16.86968,46.375],[16.87019,46.49981],[16.49503,46.50016]]],"terms_url":"https://dgu.gov.hr/","terms_text":"Sadrži podatke Državne geodetske uprave","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/dgu.png"},{"id":"dgu-topo-25-new","name":"dgu.hr: Topo 25 new","type":"wms","template":"https://geoportal.dgu.hr/services/tk/ows?LAYERS=tk:TK25_NOVI&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","startDate":"2011-01-01T00:00:00.000Z","polygon":[[[16.23264,42.36768],[16.35459,42.36858],[16.35413,42.4036],[16.23218,42.40349],[16.23264,42.36768]],[[16.49987,42.7711],[16.4826,42.7711],[16.4826,42.74363],[16.50002,42.74363],[16.49987,42.70991],[17.04993,42.70902],[17.04963,42.7443],[17.17218,42.74374],[17.17218,42.77966],[17.04993,42.78022],[17.05023,42.79823],[17.00138,42.79873],[17.00138,42.82574],[16.96479,42.82585],[16.96456,42.79895],[16.49941,42.79968],[16.49987,42.7711]],[[16.49998,46.12978],[16.50032,46.04037],[16.30619,46.03979],[16.30679,45.85976],[15.53442,45.85567],[15.5434,45.31596],[15.35218,45.31423],[15.35396,45.22424],[15.16299,45.22216],[15.17548,44.68236],[14.98633,44.67999],[14.99572,44.32011],[15.18357,44.32247],[15.18963,44.05242],[15.37687,44.05438],[15.37823,43.9646],[15.00481,43.96046],[15.00701,43.87026],[15.17463,43.87207],[15.17509,43.86158],[15.19372,43.8618],[15.19751,43.69259],[15.38335,43.69456],[15.3852,43.6044],[15.75673,43.60747],[15.75789,43.51755],[15.91618,43.51839],[15.91625,43.50859],[15.94344,43.5087],[15.9442,43.42857],[16.106,43.42923],[16.10607,43.42567],[16.11717,43.42569],[16.11724,43.41305],[16.12955,43.41313],[16.13008,43.33926],[16.31497,43.33975],[16.31558,43.17788],[16.30498,43.17777],[16.30505,43.167],[16.31543,43.16694],[16.31573,43.15987],[16.13114,43.15921],[16.13152,43.08075],[15.94746,43.07965],[15.94913,42.88859],[16.13273,42.88914],[16.13228,42.9792],[16.31611,42.97987],[16.31585,43.06971],[16.49994,43.06991],[16.50006,42.88987],[17.41813,42.88612],[17.41691,42.79617],[17.40714,42.7962],[17.40722,42.80784],[17.33875,42.80837],[17.33863,42.79667],[17.23346,42.79734],[17.23248,42.7074],[17.59861,42.70448],[17.59706,42.61447],[18.14539,42.60794],[18.14308,42.51789],[18.31025,42.51538],[18.31006,42.50865],[18.32527,42.5084],[18.32286,42.42516],[18.48072,42.42256],[18.48025,42.40746],[18.50454,42.40708],[18.50215,42.33212],[18.68394,42.32883],[18.68705,42.41881],[18.55355,42.42127],[18.55404,42.43625],[18.50551,42.43715],[18.51071,42.60206],[18.37926,42.60432],[18.37964,42.61937],[18.32853,42.62021],[18.3307,42.6951],[18.14778,42.69789],[18.15005,42.78789],[17.96681,42.79042],[17.9711,42.97037],[17.78723,42.97258],[17.791,43.15255],[17.60668,43.15452],[17.60821,43.24448],[17.4236,43.24615],[17.42761,43.51622],[17.24217,43.51755],[17.24319,43.6075],[17.05747,43.6086],[17.05822,43.6986],[16.87837,43.69932],[16.87842,43.70922],[16.87221,43.70925],[16.87325,43.87936],[16.68669,43.87982],[16.68726,44.05983],[16.50002,44.06],[16.49991,44.14998],[16.3125,44.14984],[16.31126,44.50983],[16.1258,44.50938],[16.12088,44.77934],[15.93144,44.7785],[15.93235,44.68862],[15.74304,44.68753],[15.7395,44.95747],[15.7374,45.13737],[15.92777,45.1387],[15.92881,45.04857],[16.11914,45.04937],[16.11978,44.95936],[16.50032,44.96003],[16.49994,45.13997],[17.35954,45.13676],[17.35944,45.13181],[17.42309,45.13131],[17.42309,45.13617],[17.45346,45.13599],[17.45339,45.13107],[17.44577,45.13107],[17.44581,45.12431],[17.45339,45.12428],[17.4521,45.04599],[18.21341,45.03721],[18.59384,45.03073],[18.58784,44.85076],[19.15621,44.8391],[19.16873,45.10881],[19.54953,45.09925],[19.55905,45.27899],[19.17731,45.28839],[19.1899,45.55823],[18.99776,45.56262],[19.01399,45.9222],[18.6276,45.92998],[18.62487,45.85816],[18.61457,45.85834],[18.61388,45.84029],[18.04509,45.8494],[18.03768,45.57957],[17.84549,45.58197],[17.84972,45.762],[17.46429,45.76578],[17.46569,45.8558],[17.27268,45.85726],[17.27391,45.94717],[17.08045,45.94841],[17.0814,46.0383],[17.27514,46.03719],[17.27626,46.12721],[16.88837,46.12915],[16.88874,46.21911],[16.6944,46.21962],[16.69404,46.12965],[16.49998,46.12978]],[[16.3049,46.48965],[16.30505,46.39967],[16.49972,46.39978],[16.49957,46.48986],[16.3049,46.48965]],[[15.7715,43.0135],[15.77181,43.04041],[15.76363,43.04041],[15.76393,43.06764],[15.57866,43.0662],[15.58047,42.97671],[15.76423,42.97704],[15.76438,42.99522],[15.81316,42.99588],[15.81347,43.01328],[15.7715,43.0135]],[[15.44375,43.10094],[15.44383,43.08352],[15.48064,43.08341],[15.48034,43.10133],[15.44375,43.10094]],[[13.76191,45.46936],[13.76198,45.4671],[13.62292,45.46386],[13.61807,45.55389],[13.42719,45.54859],[13.45529,45.00943],[13.64534,45.01441],[13.65443,44.83453],[13.82175,44.83856],[13.82273,44.8189],[13.845,44.81933],[13.8478,44.74922],[14.03717,44.75352],[14.03103,44.91065],[14.05277,44.91124],[14.05163,44.93381],[14.21941,44.93719],[14.2263,44.75745],[14.6051,44.76444],[14.5992,44.94406],[14.78924,44.94727],[14.78659,45.03716],[14.97694,45.03983],[14.97186,45.21981],[14.78114,45.21712],[14.77841,45.30701],[14.58723,45.30405],[14.58109,45.48389],[13.77088,45.46742],[13.77081,45.46955],[13.76191,45.46936]],[[15.72242,46.21722],[15.7261,45.94721],[15.91962,45.94844],[15.91671,46.21827],[15.72242,46.21722]]],"terms_url":"https://dgu.gov.hr/","terms_text":"Sadrži podatke Državne geodetske uprave","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/dgu.png"},{"id":"DV_OrthoPhoto_20132015_10cm","name":"Digitaal Vlaanderen 2013-2015 aerial imagery 10cm","type":"wms","template":"https://geo.api.vlaanderen.be/OGW/wms?LAYERS=OGWRGB13_15VL&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","polygon":[[[5.98494,50.70723],[5.98494,50.7672],[5.91079,50.82275],[5.75561,50.83533],[5.75423,50.86264],[5.8332,50.93323],[5.85517,51.02661],[5.90941,51.07754],[5.91216,51.18225],[5.87851,51.20807],[5.77414,51.23689],[5.68419,51.24075],[5.62308,51.26998],[5.62308,51.29789],[5.54,51.34724],[5.4473,51.34853],[5.39855,51.32107],[5.31203,51.32322],[5.26671,51.36182],[5.19942,51.37254],[5.18294,51.39611],[5.15891,51.4924],[5.08338,51.53086],[5.03257,51.53983],[4.95566,51.50522],[4.90142,51.50565],[4.83825,51.54367],[4.77096,51.55862],[4.7119,51.54709],[4.64049,51.49667],[4.6144,51.4971],[4.56565,51.53171],[4.48256,51.53043],[4.42626,51.52189],[4.3006,51.46974],[4.29511,51.42566],[4.18113,51.42437],[4.13718,51.39525],[4.13856,51.35067],[4.05204,51.30047],[3.93325,51.27298],[3.86527,51.27084],[3.86321,51.29016],[3.76296,51.32407],[3.59336,51.35925],[3.47732,51.33137],[3.42582,51.39739],[3.23562,51.35153],[3.226,51.36568],[3.17794,51.36182],[3.16009,51.33223],[3.06258,51.30219],[2.75084,51.1702],[2.47001,51.07452],[2.49267,50.99378],[2.53112,50.95573],[2.50915,50.91159],[2.53043,50.82145],[2.5991,50.76416],[2.66501,50.76459],[2.77007,50.66677],[2.8971,50.65894],[2.99186,50.72549],[3.11339,50.72636],[3.23699,50.70592],[3.36265,50.6585],[3.47114,50.70201],[3.63936,50.66721],[3.69842,50.68156],[3.72794,50.71245],[3.81858,50.68418],[3.87488,50.64152],[4.09255,50.64283],[4.15023,50.66329],[4.20653,50.64413],[4.31365,50.64283],[4.45235,50.68766],[4.53475,50.67808],[4.61303,50.69549],[4.67689,50.69592],[4.72701,50.73201],[4.78057,50.73201],[4.79979,50.71288],[4.86228,50.71288],[4.88563,50.69549],[4.96116,50.69549],[5.03119,50.65763],[5.10741,50.65023],[5.2008,50.64892],[5.23581,50.66546],[5.32508,50.6659],[5.36696,50.682],[5.42121,50.66416],[5.52215,50.6746],[5.6224,50.72418],[5.67527,50.69853],[5.73981,50.69723],[5.77277,50.67199],[5.8126,50.66024],[5.90804,50.65981],[5.98494,50.70723]]],"terms_text":"© Digitaal Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/DigitaalVlaanderen.png"},{"id":"DV_DHMV_II_HILL_25cm","name":"Digitaal Vlaanderen DHV II, multidirectional hillshade 0,25 m","type":"wms","template":"https://geo.api.vlaanderen.be/DHMV/wms?LAYERS=DHMV_II_HILL_25cm&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","polygon":[[[5.98494,50.70723],[5.98494,50.7672],[5.91079,50.82275],[5.75561,50.83533],[5.75423,50.86264],[5.8332,50.93323],[5.85517,51.02661],[5.90941,51.07754],[5.91216,51.18225],[5.87851,51.20807],[5.77414,51.23689],[5.68419,51.24075],[5.62308,51.26998],[5.62308,51.29789],[5.54,51.34724],[5.4473,51.34853],[5.39855,51.32107],[5.31203,51.32322],[5.26671,51.36182],[5.19942,51.37254],[5.18294,51.39611],[5.15891,51.4924],[5.08338,51.53086],[5.03257,51.53983],[4.95566,51.50522],[4.90142,51.50565],[4.83825,51.54367],[4.77096,51.55862],[4.7119,51.54709],[4.64049,51.49667],[4.6144,51.4971],[4.56565,51.53171],[4.48256,51.53043],[4.42626,51.52189],[4.3006,51.46974],[4.29511,51.42566],[4.18113,51.42437],[4.13718,51.39525],[4.13856,51.35067],[4.05204,51.30047],[3.93325,51.27298],[3.86527,51.27084],[3.86321,51.29016],[3.76296,51.32407],[3.59336,51.35925],[3.47732,51.33137],[3.42582,51.39739],[3.23562,51.35153],[3.226,51.36568],[3.17794,51.36182],[3.16009,51.33223],[3.06258,51.30219],[2.75084,51.1702],[2.47001,51.07452],[2.49267,50.99378],[2.53112,50.95573],[2.50915,50.91159],[2.53043,50.82145],[2.5991,50.76416],[2.66501,50.76459],[2.77007,50.66677],[2.8971,50.65894],[2.99186,50.72549],[3.11339,50.72636],[3.23699,50.70592],[3.36265,50.6585],[3.47114,50.70201],[3.63936,50.66721],[3.69842,50.68156],[3.72794,50.71245],[3.81858,50.68418],[3.87488,50.64152],[4.09255,50.64283],[4.15023,50.66329],[4.20653,50.64413],[4.31365,50.64283],[4.45235,50.68766],[4.53475,50.67808],[4.61303,50.69549],[4.67689,50.69592],[4.72701,50.73201],[4.78057,50.73201],[4.79979,50.71288],[4.86228,50.71288],[4.88563,50.69549],[4.96116,50.69549],[5.03119,50.65763],[5.10741,50.65023],[5.2008,50.64892],[5.23581,50.66546],[5.32508,50.6659],[5.36696,50.682],[5.42121,50.66416],[5.52215,50.6746],[5.6224,50.72418],[5.67527,50.69853],[5.73981,50.69723],[5.77277,50.67199],[5.8126,50.66024],[5.90804,50.65981],[5.98494,50.70723]]],"terms_text":"© Digitaal Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/DigitaalVlaanderen.png"},{"id":"DV_DHMV_II_SVF_25cm","name":"Digitaal Vlaanderen DHV II, Skyview factor 0,25 m","type":"wms","template":"https://geo.api.vlaanderen.be/DHMV/wms?LAYERS=DHMV_II_SVF_25cm&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","polygon":[[[5.98494,50.70723],[5.98494,50.7672],[5.91079,50.82275],[5.75561,50.83533],[5.75423,50.86264],[5.8332,50.93323],[5.85517,51.02661],[5.90941,51.07754],[5.91216,51.18225],[5.87851,51.20807],[5.77414,51.23689],[5.68419,51.24075],[5.62308,51.26998],[5.62308,51.29789],[5.54,51.34724],[5.4473,51.34853],[5.39855,51.32107],[5.31203,51.32322],[5.26671,51.36182],[5.19942,51.37254],[5.18294,51.39611],[5.15891,51.4924],[5.08338,51.53086],[5.03257,51.53983],[4.95566,51.50522],[4.90142,51.50565],[4.83825,51.54367],[4.77096,51.55862],[4.7119,51.54709],[4.64049,51.49667],[4.6144,51.4971],[4.56565,51.53171],[4.48256,51.53043],[4.42626,51.52189],[4.3006,51.46974],[4.29511,51.42566],[4.18113,51.42437],[4.13718,51.39525],[4.13856,51.35067],[4.05204,51.30047],[3.93325,51.27298],[3.86527,51.27084],[3.86321,51.29016],[3.76296,51.32407],[3.59336,51.35925],[3.47732,51.33137],[3.42582,51.39739],[3.23562,51.35153],[3.226,51.36568],[3.17794,51.36182],[3.16009,51.33223],[3.06258,51.30219],[2.75084,51.1702],[2.47001,51.07452],[2.49267,50.99378],[2.53112,50.95573],[2.50915,50.91159],[2.53043,50.82145],[2.5991,50.76416],[2.66501,50.76459],[2.77007,50.66677],[2.8971,50.65894],[2.99186,50.72549],[3.11339,50.72636],[3.23699,50.70592],[3.36265,50.6585],[3.47114,50.70201],[3.63936,50.66721],[3.69842,50.68156],[3.72794,50.71245],[3.81858,50.68418],[3.87488,50.64152],[4.09255,50.64283],[4.15023,50.66329],[4.20653,50.64413],[4.31365,50.64283],[4.45235,50.68766],[4.53475,50.67808],[4.61303,50.69549],[4.67689,50.69592],[4.72701,50.73201],[4.78057,50.73201],[4.79979,50.71288],[4.86228,50.71288],[4.88563,50.69549],[4.96116,50.69549],[5.03119,50.65763],[5.10741,50.65023],[5.2008,50.64892],[5.23581,50.66546],[5.32508,50.6659],[5.36696,50.682],[5.42121,50.66416],[5.52215,50.6746],[5.6224,50.72418],[5.67527,50.69853],[5.73981,50.69723],[5.77277,50.67199],[5.8126,50.66024],[5.90804,50.65981],[5.98494,50.70723]]],"terms_text":"© Digitaal Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/DigitaalVlaanderen.png"},{"id":"DV_GRB","name":"Digitaal Vlaanderen GRB","type":"tms","template":"https://geo.api.vlaanderen.be/GRB/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=grb_bsk&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}","category":"map","zoomExtent":[0,21],"polygon":[[[5.88438,50.70114],[5.94172,50.76524],[5.76662,50.78761],[5.67393,50.75373],[5.88438,50.70114]],[[3.9097,50.69245],[3.95877,50.68947],[4.14853,50.72834],[4.29031,50.69402],[4.31859,50.72022],[4.43104,50.73831],[4.49455,50.75679],[4.52399,50.72724],[4.59727,50.76359],[4.62021,50.74348],[4.65486,50.7552],[4.64309,50.79755],[4.76014,50.80544],[4.83106,50.77028],[4.90869,50.76968],[4.92545,50.74275],[5.00339,50.76594],[5.05642,50.71567],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.38908,50.74775],[5.41196,50.72368],[5.47863,50.72352],[5.68732,50.804],[5.64522,50.8372],[5.72665,50.91307],[5.75909,51.03588],[5.85578,51.14463],[5.76027,51.18505],[5.56045,51.22233],[5.5556,51.26986],[5.4863,51.30197],[5.41741,51.26229],[5.34828,51.27492],[5.23036,51.26436],[5.24189,51.30534],[5.20031,51.32172],[5.13448,51.31547],[5.13109,51.35137],[5.07117,51.3935],[5.10202,51.42892],[5.08018,51.46948],[5.02894,51.48789],[4.92785,51.39544],[4.89366,51.41698],[4.8383,51.42174],[4.84188,51.48074],[4.76359,51.5088],[4.64953,51.42758],[4.53541,51.42303],[4.54747,51.48571],[4.39108,51.45149],[4.42065,51.36473],[4.26163,51.37647],[4.16613,51.2929],[3.92412,51.21938],[3.79088,51.21429],[3.7783,51.26235],[3.58984,51.30577],[3.51511,51.28753],[3.52759,51.24604],[3.44201,51.24313],[3.38101,51.27446],[3.36356,51.37228],[3.23443,51.34669],[3.18307,51.37128],[3.15582,51.32714],[2.54165,51.09345],[2.57372,51.00842],[2.63262,50.94575],[2.59031,50.91893],[2.59909,50.85306],[2.63518,50.8129],[2.713,50.81534],[2.78473,50.7369],[2.86521,50.70565],[2.85476,50.75745],[2.91648,50.75356],[2.99943,50.81035],[3.02008,50.77312],[3.15329,50.78564],[3.17839,50.75609],[3.30562,50.75466],[3.3522,50.70614],[3.46005,50.76556],[3.54062,50.76307],[3.54139,50.73377],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.89113,50.74333],[3.9097,50.69245]],[[4.92801,51.46049],[4.91171,51.43492],[4.93711,51.42614],[4.95891,51.45471],[4.92801,51.46049]]],"terms_text":"© Digitaal Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/DigitaalVlaanderen.png"},{"id":"DV_OrthoPhoto","name":"Digitaal Vlaanderen most recent aerial imagery","type":"tms","template":"https://geo.api.vlaanderen.be/OMWRGBMRVL/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=omwrgbmrvl&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}","category":"photo","zoomExtent":[0,21],"polygon":[[[4.7737,50.79368],[4.8379,50.75916],[4.92511,50.73483],[4.98862,50.76264],[5.036,50.73527],[5.0645,50.69875],[5.1644,50.69005],[5.19393,50.71179],[5.3086,50.71245],[5.36422,50.74396],[5.43391,50.70766],[5.54378,50.74396],[5.61141,50.73527],[5.71166,50.73505],[5.77105,50.74092],[5.81946,50.70484],[5.89568,50.70614],[5.9204,50.72831],[5.91971,50.74504],[5.89843,50.77675],[5.81569,50.76351],[5.77517,50.79216],[5.69552,50.79737],[5.69072,50.82319],[5.66325,50.82904],[5.65467,50.86481],[5.72368,50.9012],[5.77174,50.95443],[5.75114,50.97368],[5.78273,51.00048],[5.78032,51.0523],[5.80848,51.05338],[5.80951,51.07668],[5.84315,51.09372],[5.84418,51.1101],[5.82599,51.11851],[5.86959,51.14953],[5.8277,51.17365],[5.792,51.16891],[5.7738,51.19344],[5.666,51.1928],[5.64059,51.21065],[5.5709,51.22829],[5.56231,51.27535],[5.49811,51.30605],[5.47099,51.30219],[5.45794,51.2893],[5.43048,51.28823],[5.41434,51.27363],[5.36593,51.282],[5.33641,51.28265],[5.32577,51.26718],[5.24337,51.27406],[5.24989,51.31335],[5.20972,51.32794],[5.14174,51.31914],[5.14209,51.35367],[5.08647,51.39482],[5.11565,51.43615],[5.08853,51.47508],[5.05214,51.47636],[5.04561,51.4939],[5.02364,51.4939],[5.01609,51.48663],[4.82966,51.48663],[4.83001,51.50009],[4.76855,51.51099],[4.74727,51.50394],[4.658,51.4492],[4.65663,51.43144],[4.53956,51.43379],[4.55466,51.48171],[4.5296,51.48748],[4.46368,51.48235],[4.37167,51.45562],[4.37751,51.40553],[4.4139,51.37511],[4.39776,51.36118],[4.34798,51.36675],[4.34627,51.38497],[4.20344,51.38111],[4.2213,51.3511],[4.15641,51.29832],[4.05101,51.25193],[4.00638,51.25279],[3.95144,51.22205],[3.88484,51.22936],[3.81926,51.21797],[3.80038,51.22872],[3.80107,51.26074],[3.74442,51.28007],[3.63593,51.29746],[3.58615,51.31378],[3.5065,51.28308],[3.51371,51.25021],[3.43921,51.25064],[3.39766,51.27513],[3.37329,51.31678],[3.39114,51.34274],[3.3623,51.37961],[3.24283,51.35474],[3.20266,51.37039],[3.15631,51.35196],[3.14223,51.33051],[2.53318,51.09092],[2.56476,50.9968],[2.61832,50.9527],[2.57781,50.91852],[2.5936,50.88431],[2.58948,50.85051],[2.6245,50.80757],[2.71033,50.8054],[2.78449,50.71853],[2.87375,50.69983],[2.86483,50.74765],[2.92525,50.75156],[2.97263,50.77024],[2.97332,50.79889],[3.00078,50.79759],[3.01383,50.76676],[3.09863,50.76611],[3.13537,50.78196],[3.16832,50.75004],[3.30428,50.74613],[3.31561,50.71484],[3.3678,50.70179],[3.44848,50.75091],[3.53293,50.75156],[3.53328,50.72549],[3.63902,50.7131],[3.69086,50.7672],[3.75163,50.76177],[3.7712,50.73874],[3.87729,50.73983],[3.87969,50.70418],[3.9202,50.68352],[3.99951,50.682],[4.06749,50.68961],[4.16018,50.72049],[4.17632,50.70331],[4.24739,50.68222],[4.31708,50.69418],[4.31846,50.70962],[4.38403,50.71027],[4.38437,50.72353],[4.47226,50.74743],[4.52617,50.71853],[4.55226,50.73766],[4.64908,50.73722],[4.6532,50.78717],[4.72426,50.78218],[4.73731,50.79585],[4.7737,50.79368]]],"terms_text":"© Digitaal Vlaanderen","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/DigitaalVlaanderen.png"},{"id":"DV_OrthoPhoto_Preliminary","name":"Digitaal Vlaanderen preliminary aerial imagery","type":"tms","template":"https://geo.api.vlaanderen.be/OFW/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=ofw&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}","category":"photo","zoomExtent":[0,21],"polygon":[[[4.7737,50.79368],[4.8379,50.75916],[4.92511,50.73483],[4.98862,50.76264],[5.036,50.73527],[5.0645,50.69875],[5.1644,50.69005],[5.19393,50.71179],[5.3086,50.71245],[5.36422,50.74396],[5.43391,50.70766],[5.54378,50.74396],[5.61141,50.73527],[5.71166,50.73505],[5.77105,50.74092],[5.81946,50.70484],[5.89568,50.70614],[5.9204,50.72831],[5.91971,50.74504],[5.89843,50.77675],[5.81569,50.76351],[5.77517,50.79216],[5.69552,50.79737],[5.69072,50.82319],[5.66325,50.82904],[5.65467,50.86481],[5.72368,50.9012],[5.77174,50.95443],[5.75114,50.97368],[5.78273,51.00048],[5.78032,51.0523],[5.80848,51.05338],[5.80951,51.07668],[5.84315,51.09372],[5.84418,51.1101],[5.82599,51.11851],[5.86959,51.14953],[5.8277,51.17365],[5.792,51.16891],[5.7738,51.19344],[5.666,51.1928],[5.64059,51.21065],[5.5709,51.22829],[5.56231,51.27535],[5.49811,51.30605],[5.47099,51.30219],[5.45794,51.2893],[5.43048,51.28823],[5.41434,51.27363],[5.36593,51.282],[5.33641,51.28265],[5.32577,51.26718],[5.24337,51.27406],[5.24989,51.31335],[5.20972,51.32794],[5.14174,51.31914],[5.14209,51.35367],[5.08647,51.39482],[5.11565,51.43615],[5.08853,51.47508],[5.05214,51.47636],[5.04561,51.4939],[5.02364,51.4939],[5.01609,51.48663],[4.82966,51.48663],[4.83001,51.50009],[4.76855,51.51099],[4.74727,51.50394],[4.658,51.4492],[4.65663,51.43144],[4.53956,51.43379],[4.55466,51.48171],[4.5296,51.48748],[4.46368,51.48235],[4.37167,51.45562],[4.37751,51.40553],[4.4139,51.37511],[4.39776,51.36118],[4.34798,51.36675],[4.34627,51.38497],[4.20344,51.38111],[4.2213,51.3511],[4.15641,51.29832],[4.05101,51.25193],[4.00638,51.25279],[3.95144,51.22205],[3.88484,51.22936],[3.81926,51.21797],[3.80038,51.22872],[3.80107,51.26074],[3.74442,51.28007],[3.63593,51.29746],[3.58615,51.31378],[3.5065,51.28308],[3.51371,51.25021],[3.43921,51.25064],[3.39766,51.27513],[3.37329,51.31678],[3.39114,51.34274],[3.3623,51.37961],[3.24283,51.35474],[3.20266,51.37039],[3.15631,51.35196],[3.14223,51.33051],[2.53318,51.09092],[2.56476,50.9968],[2.61832,50.9527],[2.57781,50.91852],[2.5936,50.88431],[2.58948,50.85051],[2.6245,50.80757],[2.71033,50.8054],[2.78449,50.71853],[2.87375,50.69983],[2.86483,50.74765],[2.92525,50.75156],[2.97263,50.77024],[2.97332,50.79889],[3.00078,50.79759],[3.01383,50.76676],[3.09863,50.76611],[3.13537,50.78196],[3.16832,50.75004],[3.30428,50.74613],[3.31561,50.71484],[3.3678,50.70179],[3.44848,50.75091],[3.53293,50.75156],[3.53328,50.72549],[3.63902,50.7131],[3.69086,50.7672],[3.75163,50.76177],[3.7712,50.73874],[3.87729,50.73983],[3.87969,50.70418],[3.9202,50.68352],[3.99951,50.682],[4.06749,50.68961],[4.16018,50.72049],[4.17632,50.70331],[4.24739,50.68222],[4.31708,50.69418],[4.31846,50.70962],[4.38403,50.71027],[4.38437,50.72353],[4.47226,50.74743],[4.52617,50.71853],[4.55226,50.73766],[4.64908,50.73722],[4.6532,50.78717],[4.72426,50.78218],[4.73731,50.79585],[4.7737,50.79368]]],"terms_text":"© Digitaal Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/DigitaalVlaanderen.png"},{"id":"DV_Wegenregister","name":"Digitaal Vlaanderen Wegenregister","type":"wms","template":"https://geo.api.vlaanderen.be/Wegenregister/wms?LAYERS=LABELS,AARDEWEG,WANDFIETS,PLLWEG,VENTWEG,OPAFGGKR,OPAFOGKR,VERKPLEIN,SPECSIT,ROT,DIENSTWEG,WEGEEN,WEGGESCH,AUTOSWEG&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[0,21],"polygon":[[[5.98494,50.70723],[5.98494,50.7672],[5.91079,50.82275],[5.75561,50.83533],[5.75423,50.86264],[5.8332,50.93323],[5.85517,51.02661],[5.90941,51.07754],[5.91216,51.18225],[5.87851,51.20807],[5.77414,51.23689],[5.68419,51.24075],[5.62308,51.26998],[5.62308,51.29789],[5.54,51.34724],[5.4473,51.34853],[5.39855,51.32107],[5.31203,51.32322],[5.26671,51.36182],[5.19942,51.37254],[5.18294,51.39611],[5.15891,51.4924],[5.08338,51.53086],[5.03257,51.53983],[4.95566,51.50522],[4.90142,51.50565],[4.83825,51.54367],[4.77096,51.55862],[4.7119,51.54709],[4.64049,51.49667],[4.6144,51.4971],[4.56565,51.53171],[4.48256,51.53043],[4.42626,51.52189],[4.3006,51.46974],[4.29511,51.42566],[4.18113,51.42437],[4.13718,51.39525],[4.13856,51.35067],[4.05204,51.30047],[3.93325,51.27298],[3.86527,51.27084],[3.86321,51.29016],[3.76296,51.32407],[3.59336,51.35925],[3.47732,51.33137],[3.42582,51.39739],[3.23562,51.35153],[3.226,51.36568],[3.17794,51.36182],[3.16009,51.33223],[3.06258,51.30219],[2.75084,51.1702],[2.47001,51.07452],[2.49267,50.99378],[2.53112,50.95573],[2.50915,50.91159],[2.53043,50.82145],[2.5991,50.76416],[2.66501,50.76459],[2.77007,50.66677],[2.8971,50.65894],[2.99186,50.72549],[3.11339,50.72636],[3.23699,50.70592],[3.36265,50.6585],[3.47114,50.70201],[3.63936,50.66721],[3.69842,50.68156],[3.72794,50.71245],[3.81858,50.68418],[3.87488,50.64152],[4.09255,50.64283],[4.15023,50.66329],[4.20653,50.64413],[4.31365,50.64283],[4.45235,50.68766],[4.53475,50.67808],[4.61303,50.69549],[4.67689,50.69592],[4.72701,50.73201],[4.78057,50.73201],[4.79979,50.71288],[4.86228,50.71288],[4.88563,50.69549],[4.96116,50.69549],[5.03119,50.65763],[5.10741,50.65023],[5.2008,50.64892],[5.23581,50.66546],[5.32508,50.6659],[5.36696,50.682],[5.42121,50.66416],[5.52215,50.6746],[5.6224,50.72418],[5.67527,50.69853],[5.73981,50.69723],[5.77277,50.67199],[5.8126,50.66024],[5.90804,50.65981],[5.98494,50.70723]]],"terms_text":"© Digitaal Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/DigitaalVlaanderen.png"},{"id":"LV_TERRAIN_LIDAR_LGIA","name":"Digital terrain model (2013–2019), LĢIA, Latvia","type":"wms","template":"https://lvmgeoserver.lvm.lv/geoserver/ows?width={width}&height={height}&bbox={bbox}&format=image/vnd.jpeg-png8&request=GetMap&service=WMS&styles=&transparent=true&version=1.3.0&crs={proj}&layers=public:ZemeLKS","category":"elevation","projection":"EPSG:3857","polygon":[[[27.66415,55.75354],[27.68475,55.93319],[28.26703,56.1908],[28.23682,56.49827],[27.82757,56.94886],[27.90997,57.37037],[27.58313,57.56387],[26.93219,57.63598],[26.5202,57.58596],[26.0368,57.87192],[25.1991,58.10487],[24.31744,57.90258],[24.31744,57.19669],[23.93567,56.9788],[23.55115,56.98479],[23.23804,57.10283],[23.14465,57.37333],[22.60632,57.60215],[22.60083,57.76953],[21.66699,57.56681],[21.40057,57.29625],[21.38409,57.0177],[21.04626,56.80026],[20.99133,56.36615],[21.0545,56.0392],[21.28796,56.05608],[21.29895,56.1908],[22.11743,56.41936],[24.44379,56.24425],[24.81183,56.3996],[25.15515,56.1694],[25.58087,56.12962],[26.53668,55.66146],[26.91296,55.66766],[27.0805,55.80991],[27.66415,55.75354]]],"terms_text":"LĢIA (Latvian Geospatial Information Agency) provided these open data (CC0). WMS service is provided by LVM (Latvian State Forestry).","description":"The data were obtained by aerial laser scanning method. LIDAR point cloud with resolution of 1 m has been used for the development of this service and for better visualization relief shading has been used. The total density of points obtained shall be not less than 4 p/m² and the mean density of points characterizing the surface shall be not less than 1.5 p/m². WMS service is freely provided by LVM (Latvian State Forestry, https://lvmgeo.lv/en/data/services/digital-terrain-model)."},{"id":"Dourados_Ortofotos","name":"Dourados Ortofotos","type":"wms","template":"https://geodourados.dourados.ms.gov.br/geoserver/dourados/ows?FORMAT=image/jpeg&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofoto_2018,ortofoto_2020_distritos&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","polygon":[[[-55.56292,-21.9842],[-55.48417,-22.17638],[-54.70714,-22.48961],[-54.274,-22.3173],[-54.17162,-22.05478],[-54.17949,-21.94038],[-54.48925,-21.86],[-54.60738,-22.04991],[-54.694,-22.072],[-54.87777,-22.14477],[-54.9854,-21.87218],[-55.40017,-21.85269],[-55.56292,-21.9842]]],"terms_url":"https://geodourados.dourados.ms.gov.br","terms_text":"Prefeitura Municipal de Dourados - GeoDourados","best":true,"description":"Dourados (2018) and several districts (2020) high-res aerial imagery."},{"id":"DVRPC_2020_BucksPA","name":"DVRPC Orthoimagery 2020 - Bucks County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=8&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-74.98087,40.06068],[-74.98051,40.06016],[-74.98072,40.05994],[-74.98126,40.05989],[-74.98242,40.05865],[-74.9842,40.05792],[-74.98527,40.05712],[-74.98426,40.05518],[-74.98341,40.05429],[-74.9822,40.05377],[-74.9798,40.05357],[-74.97774,40.05206],[-74.9453,40.06454],[-74.92178,40.07347],[-74.90933,40.07209],[-74.88942,40.07781],[-74.86599,40.08319],[-74.86204,40.08451],[-74.85869,40.09048],[-74.85337,40.09488],[-74.84316,40.09876],[-74.83706,40.10256],[-74.83312,40.11241],[-74.82728,40.12436],[-74.82428,40.12738],[-74.81621,40.12928],[-74.79853,40.12337],[-74.78462,40.12153],[-74.75578,40.1361],[-74.74136,40.13505],[-74.72574,40.14621],[-74.723,40.15093],[-74.72145,40.15657],[-74.72368,40.16235],[-74.73209,40.17232],[-74.73965,40.17992],[-74.75081,40.18294],[-74.75595,40.18596],[-74.75853,40.19002],[-74.76025,40.19631],[-74.76248,40.20064],[-74.7678,40.20772],[-74.76969,40.21323],[-74.77501,40.21742],[-74.79252,40.22778],[-74.83543,40.24547],[-74.8423,40.25018],[-74.85689,40.27809],[-74.86187,40.2866],[-74.86942,40.29629],[-74.88419,40.30846],[-74.89603,40.31527],[-74.89946,40.31527],[-74.90616,40.31605],[-74.91371,40.31946],[-74.91989,40.32482],[-74.93551,40.33451],[-74.94152,40.33909],[-74.94444,40.34393],[-74.94547,40.34733],[-74.9465,40.35348],[-74.94753,40.36041],[-74.95405,40.37597],[-74.96212,40.38957],[-74.96367,40.39428],[-74.96573,40.39755],[-74.97002,40.40003],[-74.97877,40.40225],[-74.98478,40.40578],[-74.98959,40.40905],[-74.99697,40.41075],[-75.02152,40.40422],[-75.02787,40.40395],[-75.03542,40.4067],[-75.044,40.41284],[-75.04722,40.41415],[-75.05409,40.41529],[-75.05782,40.41738],[-75.0604,40.42075],[-75.06237,40.42421],[-75.06237,40.43088],[-75.06632,40.44669],[-75.07061,40.45557],[-75.06306,40.47908],[-75.06203,40.48678],[-75.06563,40.52541],[-75.06804,40.54159],[-75.09893,40.56676],[-75.1161,40.57315],[-75.13035,40.57524],[-75.13824,40.57615],[-75.14528,40.57407],[-75.15936,40.56455],[-75.17326,40.56403],[-75.187,40.56911],[-75.19369,40.5755],[-75.19558,40.57928],[-75.19472,40.58241],[-75.19043,40.58606],[-75.18957,40.59023],[-75.1918,40.60261],[-75.19678,40.60861],[-75.25978,40.5815],[-75.4105,40.48822],[-75.48373,40.4185],[-74.99791,40.12778],[-74.99386,40.13189],[-74.99279,40.13076],[-74.99276,40.13045],[-74.99449,40.12719],[-74.99456,40.12666],[-74.99429,40.12613],[-74.99308,40.12592],[-74.99243,40.12593],[-74.99061,40.12628],[-74.9891,40.12611],[-74.98832,40.12406],[-74.9865,40.12299],[-74.98482,40.12392],[-74.98446,40.12385],[-74.98439,40.12363],[-74.9842,40.12352],[-74.98326,40.12358],[-74.98276,40.12325],[-74.98262,40.12306],[-74.9826,40.1228],[-74.98277,40.12253],[-74.98245,40.12123],[-74.98291,40.12118],[-74.98305,40.12101],[-74.98309,40.12068],[-74.98302,40.12033],[-74.98266,40.12007],[-74.98238,40.11993],[-74.98189,40.11989],[-74.98159,40.11998],[-74.98136,40.12013],[-74.98087,40.12018],[-74.98043,40.12006],[-74.98014,40.11988],[-74.97964,40.11943],[-74.97926,40.11931],[-74.97842,40.11944],[-74.97567,40.12016],[-74.97454,40.11977],[-74.97292,40.1198],[-74.97247,40.11958],[-74.9711,40.11827],[-74.97035,40.11715],[-74.97006,40.11693],[-74.9691,40.11681],[-74.96851,40.11695],[-74.96755,40.1176],[-74.96745,40.11783],[-74.96647,40.1181],[-74.96554,40.11842],[-74.96526,40.1186],[-74.96502,40.1187],[-74.96472,40.11861],[-74.96447,40.11842],[-74.96446,40.11814],[-74.96433,40.11768],[-74.96414,40.11732],[-74.9637,40.11709],[-74.96332,40.11694],[-74.96316,40.11657],[-74.96311,40.11588],[-74.96344,40.1153],[-74.96309,40.11465],[-74.96421,40.11344],[-74.96378,40.11158],[-74.96405,40.11123],[-74.96414,40.11092],[-74.96369,40.10992],[-74.96375,40.10976],[-74.96398,40.10951],[-74.96421,40.10943],[-74.96438,40.10948],[-74.96466,40.10942],[-74.96561,40.10809],[-74.96507,40.10721],[-74.96359,40.10705],[-74.96325,40.10681],[-74.96319,40.10658],[-74.9637,40.10635],[-74.96392,40.10561],[-74.96257,40.10448],[-74.96117,40.10274],[-74.96202,40.09965],[-74.96211,40.09864],[-74.96182,40.09771],[-74.96093,40.09743],[-74.95979,40.09736],[-74.95826,40.0967],[-74.95812,40.09651],[-74.95774,40.09615],[-74.95576,40.09504],[-74.95797,40.09053],[-74.95825,40.08923],[-74.95803,40.08686],[-74.95865,40.08459],[-74.95916,40.08293],[-74.95915,40.08275],[-74.95899,40.08247],[-74.95914,40.08232],[-74.95932,40.08236],[-74.95981,40.08234],[-74.96211,40.07957],[-74.96257,40.07861],[-74.96241,40.07808],[-74.96343,40.07708],[-74.96416,40.07707],[-74.96613,40.07737],[-74.96675,40.07695],[-74.96686,40.07643],[-74.96894,40.0763],[-74.96957,40.07653],[-74.97057,40.07636],[-74.97139,40.0759],[-74.97218,40.07326],[-74.97347,40.07177],[-74.97469,40.07095],[-74.97926,40.06733],[-74.98079,40.0663],[-74.98115,40.06548],[-74.98102,40.06193],[-74.98087,40.06068]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Bucks County (PA) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"DVRPC_2020_BurlingtonNJ","name":"DVRPC Orthoimagery 2020 - Burlington County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=7&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-74.71046,40.18123],[-74.71287,40.1754],[-74.71038,40.16687],[-74.70583,40.16307],[-74.71313,40.15559],[-74.71441,40.15218],[-74.74248,40.13315],[-74.7508,40.1342],[-74.75879,40.13374],[-74.78703,40.11937],[-74.81458,40.12698],[-74.82007,40.12718],[-74.82333,40.12619],[-74.82865,40.11963],[-74.83526,40.10073],[-74.84925,40.09534],[-74.85509,40.0918],[-74.85912,40.08306],[-74.87577,40.08017],[-74.90401,40.06986],[-74.93079,40.06927],[-74.9774,40.04575],[-75.01345,40.01749],[-75.03276,40.01421],[-75.0428,40.01072],[-75.05104,40.00533],[-75.05731,39.99218],[-75.04975,39.99146],[-75.0343,39.99567],[-75.03216,39.99382],[-75.0331,39.99198],[-75.02529,39.99126],[-75.01825,39.98685],[-75.01388,39.98199],[-75.0204,39.96903],[-75.01903,39.96482],[-75.01765,39.95943],[-75.01276,39.95653],[-75.01637,39.94995],[-75.01516,39.94699],[-75.01362,39.94567],[-75.00443,39.94153],[-74.99456,39.93942],[-74.97834,39.94015],[-74.97551,39.93916],[-74.97551,39.93745],[-74.98152,39.93389],[-74.98555,39.93074],[-74.98452,39.92712],[-74.97508,39.92159],[-74.96727,39.92073],[-74.96418,39.92066],[-74.96143,39.91757],[-74.95431,39.90954],[-74.95208,39.9023],[-74.94985,39.89861],[-74.94418,39.89314],[-74.93079,39.88597],[-74.90307,39.79152],[-74.89672,39.78387],[-74.88985,39.7815],[-74.87801,39.78097],[-74.84882,39.7877],[-74.83097,39.78836],[-74.809,39.78387],[-74.79939,39.77701],[-74.78325,39.76012],[-74.77398,39.75141],[-74.76025,39.7427],[-74.67905,39.69338],[-74.66549,39.67615],[-74.66,39.66584],[-74.66034,39.65368],[-74.65982,39.63147],[-74.65502,39.62645],[-74.64849,39.62447],[-74.62841,39.61997],[-74.62137,39.62645],[-74.59494,39.61362],[-74.57777,39.59855],[-74.55133,39.59643],[-74.54018,39.57553],[-74.52782,39.5705],[-74.49263,39.55793],[-74.43581,39.54151],[-74.41486,39.56031],[-74.39873,39.5746],[-74.39049,39.59643],[-74.38946,39.77239],[-74.5079,39.99475],[-74.53606,40.05022],[-74.58824,40.1382],[-74.70017,40.18412],[-74.71046,40.18123]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Burlington County (NJ) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"DVRPC_2020_CamdenNJ","name":"DVRPC Orthoimagery 2020 - Camden County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=6&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-74.73614,39.72979],[-74.75571,39.74221],[-74.75612,39.74198],[-74.75656,39.74211],[-74.75754,39.74374],[-74.75791,39.7439],[-74.75852,39.74358],[-74.75866,39.74261],[-74.75924,39.74226],[-74.75977,39.74248],[-74.7602,39.74353],[-74.76635,39.74653],[-74.76826,39.74955],[-74.7727,39.7507],[-74.77384,39.75243],[-74.775,39.75645],[-74.7812,39.75865],[-74.7824,39.76136],[-74.78357,39.76361],[-74.78514,39.76566],[-74.78915,39.76938],[-74.7908,39.77134],[-74.79526,39.77346],[-74.79547,39.77464],[-74.7969,39.77578],[-74.79822,39.77573],[-74.79913,39.77645],[-74.79872,39.77741],[-74.80164,39.77934],[-74.80206,39.78015],[-74.80427,39.7811],[-74.80603,39.78299],[-74.80743,39.78374],[-74.80808,39.7839],[-74.80886,39.78396],[-74.80975,39.78452],[-74.81037,39.78482],[-74.81257,39.78531],[-74.81767,39.78591],[-74.81886,39.78673],[-74.81936,39.78799],[-74.82024,39.78822],[-74.82288,39.78819],[-74.82407,39.78848],[-74.82556,39.78859],[-74.82795,39.78926],[-74.82835,39.78893],[-74.8282,39.78872],[-74.831,39.78863],[-74.83295,39.78916],[-74.83513,39.78888],[-74.83711,39.78959],[-74.83916,39.78914],[-74.84001,39.78919],[-74.84101,39.78965],[-74.84318,39.7899],[-74.84454,39.78979],[-74.84662,39.78938],[-74.84797,39.78849],[-74.84907,39.78881],[-74.85034,39.78887],[-74.85136,39.78863],[-74.85211,39.78827],[-74.85326,39.78733],[-74.85393,39.78708],[-74.85551,39.78738],[-74.85776,39.78665],[-74.8602,39.78592],[-74.8638,39.78561],[-74.87067,39.78343],[-74.8762,39.78148],[-74.87896,39.78163],[-74.88168,39.78207],[-74.88349,39.78192],[-74.88709,39.78174],[-74.88831,39.78175],[-74.88973,39.78197],[-74.89489,39.78332],[-74.89822,39.78761],[-74.89859,39.78967],[-74.90294,39.79109],[-74.93072,39.88586],[-74.9442,39.89313],[-74.94532,39.89627],[-74.95116,39.90068],[-74.95251,39.90688],[-74.95588,39.91315],[-74.96158,39.91894],[-74.96338,39.92056],[-74.96976,39.92173],[-74.97398,39.92146],[-74.98444,39.92755],[-74.97501,39.93771],[-74.97546,39.93985],[-75.01341,39.94539],[-75.01303,39.9565],[-75.01883,39.96577],[-75.00998,39.97997],[-75.01988,39.99025],[-75.02779,39.99393],[-75.03648,39.99635],[-75.04777,39.99427],[-75.05545,39.99102],[-75.06037,39.98839],[-75.06684,39.98207],[-75.07517,39.977],[-75.09718,39.9728],[-75.11659,39.96605],[-75.13051,39.95786],[-75.13464,39.94835],[-75.13491,39.93816],[-75.13356,39.92838],[-75.12799,39.91598],[-75.12692,39.90888],[-75.13078,39.89655],[-75.13581,39.88386],[-75.11569,39.86029],[-75.08604,39.84249],[-75.08946,39.81455],[-75.0749,39.80165],[-75.07664,39.79861],[-75.07494,39.79734],[-75.07436,39.79489],[-75.07051,39.7936],[-75.07678,39.79008],[-75.07835,39.79116],[-75.08085,39.78984],[-75.08198,39.79141],[-75.08496,39.78639],[-75.08694,39.77949],[-75.0808,39.78003],[-75.07799,39.78084],[-75.07443,39.77396],[-75.07247,39.77431],[-75.07287,39.77547],[-75.06967,39.7761],[-75.07151,39.77816],[-75.07198,39.77979],[-75.06585,39.78232],[-75.06663,39.78283],[-75.06474,39.78455],[-75.05522,39.78226],[-75.05455,39.78254],[-75.05362,39.78011],[-75.05105,39.78028],[-75.04957,39.77153],[-75.04432,39.76692],[-75.04313,39.76383],[-75.04442,39.76207],[-75.03565,39.75708],[-75.0354,39.75503],[-75.02215,39.74588],[-75.02289,39.74019],[-75.02014,39.73628],[-75.02427,39.73059],[-75.0157,39.72593],[-74.99799,39.71745],[-74.99358,39.71011],[-74.98795,39.70717],[-74.9389,39.69528],[-74.91698,39.67593],[-74.90889,39.66154],[-74.91051,39.65311],[-74.90315,39.63201],[-74.89281,39.61886],[-74.87729,39.60833],[-74.73614,39.72979]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Camden County (NJ) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"DVRPC_2020_ChesterPA","name":"DVRPC Orthoimagery 2020 - Chester County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=5&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-75.77384,39.7221],[-75.77006,39.73056],[-75.76598,39.73818],[-75.76214,39.74457],[-75.75863,39.74987],[-75.75217,39.7586],[-75.74653,39.76534],[-75.73775,39.77457],[-75.72834,39.78322],[-75.717,39.79224],[-75.70606,39.79977],[-75.69607,39.80582],[-75.68124,39.81357],[-75.66757,39.81961],[-75.65335,39.82483],[-75.63972,39.82894],[-75.62389,39.8328],[-75.60933,39.83553],[-75.5956,39.83741],[-75.59761,39.83893],[-75.59797,39.8398],[-75.59805,39.84067],[-75.59771,39.84145],[-75.59669,39.8423],[-75.59487,39.84508],[-75.59472,39.84647],[-75.59423,39.84853],[-75.59419,39.84992],[-75.59402,39.85038],[-75.5922,39.85108],[-75.59194,39.85152],[-75.59189,39.85215],[-75.59218,39.85269],[-75.59277,39.85299],[-75.59411,39.85339],[-75.59894,39.85414],[-75.60114,39.85525],[-75.60162,39.85562],[-75.60163,39.85622],[-75.6015,39.85688],[-75.60031,39.85808],[-75.59648,39.86297],[-75.59681,39.86452],[-75.59558,39.86621],[-75.59506,39.86673],[-75.59364,39.86676],[-75.59279,39.86715],[-75.59249,39.86793],[-75.59271,39.86881],[-75.59375,39.87012],[-75.59577,39.87092],[-75.59675,39.87281],[-75.59784,39.87438],[-75.58453,39.88087],[-75.58716,39.88411],[-75.58273,39.88603],[-75.58044,39.88371],[-75.5712,39.88808],[-75.57479,39.89197],[-75.57247,39.89272],[-75.57242,39.89511],[-75.57337,39.8964],[-75.56099,39.90228],[-75.55892,39.90315],[-75.55926,39.90376],[-75.5583,39.90419],[-75.56014,39.9067],[-75.55798,39.90777],[-75.55605,39.90541],[-75.54646,39.90969],[-75.55052,39.9149],[-75.54243,39.91834],[-75.54408,39.92044],[-75.54437,39.92341],[-75.54104,39.9251],[-75.54269,39.92722],[-75.53612,39.92992],[-75.53026,39.92209],[-75.52717,39.92344],[-75.52584,39.92179],[-75.52358,39.92325],[-75.53048,39.93205],[-75.52957,39.93244],[-75.53012,39.93336],[-75.52612,39.93497],[-75.52456,39.93155],[-75.51934,39.93365],[-75.51822,39.93589],[-75.52379,39.94415],[-75.43576,39.98484],[-75.43859,39.99145],[-75.45377,39.99345],[-75.40432,40.02743],[-75.41499,40.04179],[-75.36087,40.06556],[-75.3667,40.07244],[-75.39268,40.061],[-75.42013,40.09724],[-75.43789,40.08963],[-75.4409,40.09426],[-75.45629,40.08774],[-75.45666,40.09288],[-75.45658,40.0942],[-75.45684,40.09472],[-75.45746,40.09502],[-75.45843,40.09509],[-75.46211,40.09638],[-75.46297,40.09719],[-75.46307,40.09829],[-75.46244,40.09929],[-75.46269,40.10047],[-75.46267,40.10114],[-75.46212,40.10134],[-75.46173,40.10269],[-75.46275,40.10291],[-75.4646,40.10361],[-75.46601,40.1048],[-75.46801,40.1059],[-75.46915,40.10692],[-75.471,40.10975],[-75.47179,40.11137],[-75.47199,40.11226],[-75.47169,40.11319],[-75.4705,40.11587],[-75.46881,40.11744],[-75.46301,40.11953],[-75.46222,40.11999],[-75.46148,40.12172],[-75.4613,40.12328],[-75.46132,40.12414],[-75.46186,40.12472],[-75.46367,40.12593],[-75.4709,40.12886],[-75.47244,40.12918],[-75.47381,40.12912],[-75.47599,40.1283],[-75.48112,40.12644],[-75.48529,40.12623],[-75.48908,40.1254],[-75.49135,40.12562],[-75.49345,40.12627],[-75.49561,40.12725],[-75.50048,40.13033],[-75.50485,40.13192],[-75.50645,40.13299],[-75.50958,40.13658],[-75.51068,40.13813],[-75.51115,40.14008],[-75.51097,40.14186],[-75.51004,40.14468],[-75.50929,40.14598],[-75.50446,40.15028],[-75.50214,40.1528],[-75.50125,40.15416],[-75.50091,40.15571],[-75.50141,40.15725],[-75.50194,40.1583],[-75.50289,40.15908],[-75.50424,40.15967],[-75.50589,40.15995],[-75.50797,40.16001],[-75.51032,40.15962],[-75.5132,40.15803],[-75.51564,40.15457],[-75.51726,40.15158],[-75.51768,40.14949],[-75.51879,40.14806],[-75.52038,40.1471],[-75.52192,40.14685],[-75.52347,40.14714],[-75.52624,40.14869],[-75.52771,40.15025],[-75.528,40.15129],[-75.52792,40.15304],[-75.52723,40.15496],[-75.52676,40.15684],[-75.5269,40.16013],[-75.52756,40.16335],[-75.52898,40.16837],[-75.52979,40.16921],[-75.53172,40.17049],[-75.53914,40.17455],[-75.54085,40.17562],[-75.54426,40.18102],[-75.54561,40.18277],[-75.54662,40.18644],[-75.5471,40.18771],[-75.5497,40.18974],[-75.55028,40.19247],[-75.55367,40.20034],[-75.55756,40.20751],[-75.55878,40.20859],[-75.56017,40.20939],[-75.56175,40.20974],[-75.56283,40.20982],[-75.56382,40.20942],[-75.56459,40.20842],[-75.56469,40.20697],[-75.56432,40.20516],[-75.56249,40.20263],[-75.56198,40.20102],[-75.56218,40.19842],[-75.56278,40.19717],[-75.56533,40.19504],[-75.56757,40.19395],[-75.57009,40.19364],[-75.57223,40.19427],[-75.57809,40.1983],[-75.57913,40.1998],[-75.58169,40.20716],[-75.58654,40.21236],[-75.58848,40.2152],[-75.59029,40.21926],[-75.59004,40.22095],[-75.59168,40.22279],[-75.59337,40.22706],[-75.59393,40.22832],[-75.59493,40.22984],[-75.59542,40.23145],[-75.59607,40.23453],[-75.59627,40.2358],[-75.59681,40.23653],[-75.59815,40.23722],[-75.60046,40.23781],[-75.60271,40.23793],[-75.6048,40.23775],[-75.60609,40.23713],[-75.60716,40.23584],[-75.60745,40.23409],[-75.6071,40.23247],[-75.6063,40.23138],[-75.60408,40.23031],[-75.60297,40.22873],[-75.60287,40.22753],[-75.60346,40.22624],[-75.60476,40.22494],[-75.60799,40.2234],[-75.611,40.22277],[-75.61339,40.22297],[-75.61681,40.2247],[-75.61712,40.2262],[-75.61921,40.22951],[-75.62038,40.23031],[-75.62438,40.23121],[-75.63496,40.23554],[-75.64779,40.24018],[-75.65034,40.24159],[-75.65235,40.24186],[-75.6549,40.24109],[-75.65651,40.24101],[-75.65798,40.24131],[-75.66224,40.24386],[-75.66415,40.24483],[-75.66785,40.24497],[-75.67147,40.24437],[-75.67877,40.24126],[-75.6834,40.23754],[-75.68632,40.23607],[-75.68846,40.23601],[-75.69061,40.2364],[-75.69152,40.23788],[-75.69235,40.23881],[-75.69703,40.24178],[-75.7366,40.22052],[-75.87317,40.13708],[-75.90456,40.12381],[-75.943,40.10926],[-75.93614,40.0786],[-75.935,40.04324],[-75.93585,40.03755],[-75.99451,39.95252],[-75.98885,39.94105],[-75.98085,39.93368],[-75.98112,39.93048],[-75.9972,39.92855],[-75.99518,39.9115],[-75.99734,39.91057],[-75.99613,39.90416],[-75.98764,39.89365],[-75.99136,39.88731],[-75.99244,39.88238],[-75.98822,39.87838],[-75.98665,39.87373],[-75.98957,39.8719],[-75.99127,39.86846],[-75.99828,39.87197],[-76.00111,39.8749],[-76.00435,39.87252],[-76.00762,39.85208],[-76.01926,39.85394],[-76.02137,39.85153],[-76.01811,39.83678],[-76.01774,39.83475],[-76.01643,39.83134],[-76.01743,39.83053],[-76.01965,39.83103],[-76.02288,39.83071],[-76.02338,39.82938],[-76.02347,39.82729],[-76.02532,39.82501],[-76.02687,39.824],[-76.02992,39.82376],[-76.03311,39.82588],[-76.0352,39.82603],[-76.03685,39.82555],[-76.03721,39.82515],[-76.03723,39.82458],[-76.03677,39.82363],[-76.03098,39.8173],[-76.03033,39.81412],[-76.03498,39.81096],[-76.03446,39.80888],[-76.03599,39.80503],[-76.03857,39.80111],[-76.04005,39.80092],[-76.04472,39.8032],[-76.0483,39.80391],[-76.04892,39.80251],[-76.0445,39.80034],[-76.0421,39.79588],[-76.04502,39.79309],[-76.04344,39.79128],[-76.04841,39.78916],[-76.04962,39.78382],[-76.05121,39.78215],[-76.05851,39.7798],[-76.06487,39.77001],[-76.06224,39.76491],[-76.0677,39.75929],[-76.07621,39.76166],[-76.07942,39.76183],[-76.08266,39.76069],[-76.08578,39.75576],[-76.08346,39.75467],[-76.08254,39.75304],[-76.08416,39.75051],[-76.08418,39.74818],[-76.08751,39.74519],[-76.08986,39.74398],[-76.09359,39.74265],[-76.0971,39.74324],[-76.09862,39.74548],[-76.1004,39.74569],[-76.10183,39.73944],[-76.0957,39.73718],[-76.09216,39.73393],[-76.10282,39.72391],[-76.10621,39.7241],[-76.11138,39.72823],[-76.10857,39.73479],[-76.11383,39.73711],[-76.11969,39.73643],[-76.12056,39.73536],[-76.12045,39.73056],[-76.11816,39.72514],[-76.11902,39.7235],[-76.12003,39.72327],[-76.12261,39.72348],[-76.12494,39.72681],[-76.12798,39.72762],[-76.13433,39.72705],[-76.13664,39.72536],[-76.13557,39.72141],[-75.77384,39.7221]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Chester County (PA) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"DVRPC_2020_DelawarePA","name":"DVRPC Orthoimagery 2020 - Delaware County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=4&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-75.41542,39.80245],[-75.36165,39.83642],[-75.33582,39.84904],[-75.3086,39.8517],[-75.2737,39.85053],[-75.24904,39.85529],[-75.21621,39.86677],[-75.21552,39.87551],[-75.2157,39.87618],[-75.21998,39.87565],[-75.22692,39.87645],[-75.23243,39.87705],[-75.23512,39.87694],[-75.23659,39.87616],[-75.23715,39.87509],[-75.24034,39.87302],[-75.24034,39.87262],[-75.24072,39.87239],[-75.24194,39.87259],[-75.24664,39.8751],[-75.24866,39.87647],[-75.25248,39.87601],[-75.26235,39.87648],[-75.26352,39.87859],[-75.26322,39.87978],[-75.26509,39.8817],[-75.26405,39.88236],[-75.26236,39.88251],[-75.26157,39.88282],[-75.26157,39.88307],[-75.2621,39.88351],[-75.26474,39.88423],[-75.26477,39.8846],[-75.26453,39.88494],[-75.26267,39.8856],[-75.26257,39.8858],[-75.26283,39.88597],[-75.264,39.88575],[-75.26456,39.88603],[-75.26511,39.88687],[-75.26519,39.88746],[-75.26501,39.88792],[-75.26452,39.88845],[-75.26376,39.88863],[-75.26246,39.88839],[-75.26211,39.88896],[-75.26225,39.89021],[-75.26203,39.89125],[-75.26174,39.89184],[-75.26109,39.89218],[-75.25954,39.89239],[-75.25884,39.89266],[-75.25689,39.89468],[-75.25682,39.89517],[-75.25736,39.89562],[-75.2574,39.8959],[-75.2559,39.89744],[-75.25515,39.89889],[-75.25562,39.89958],[-75.25127,39.90442],[-75.25342,39.90555],[-75.25182,39.90675],[-75.25027,39.90774],[-75.24991,39.90942],[-75.25124,39.90975],[-75.25129,39.9101],[-75.25049,39.91108],[-75.24893,39.91178],[-75.24831,39.91308],[-75.24719,39.91358],[-75.24709,39.91402],[-75.24775,39.91477],[-75.24676,39.91626],[-75.24758,39.92011],[-75.24625,39.92313],[-75.24461,39.92686],[-75.24429,39.93047],[-75.24208,39.9334],[-75.24054,39.93363],[-75.23816,39.93258],[-75.23757,39.93254],[-75.237,39.93292],[-75.23639,39.9353],[-75.23531,39.9359],[-75.23485,39.93673],[-75.23494,39.93764],[-75.23516,39.93826],[-75.23636,39.93844],[-75.2389,39.93807],[-75.23999,39.93817],[-75.24074,39.9387],[-75.24083,39.9391],[-75.23937,39.94063],[-75.23969,39.94158],[-75.24037,39.94216],[-75.24672,39.94276],[-75.24757,39.94452],[-75.24986,39.94655],[-75.25158,39.94921],[-75.25162,39.95209],[-75.24981,39.95448],[-75.24902,39.95689],[-75.24947,39.95704],[-75.2507,39.95835],[-75.25095,39.95905],[-75.24855,39.96026],[-75.24774,39.96182],[-75.2478,39.96396],[-75.25003,39.96501],[-75.25411,39.96545],[-75.25787,39.96349],[-75.25883,39.96564],[-75.26075,39.96627],[-75.26526,39.96526],[-75.27532,39.96942],[-75.28026,39.97493],[-75.27635,39.97696],[-75.30096,40.00707],[-75.30829,40.01512],[-75.31161,40.02021],[-75.32077,40.01622],[-75.35913,40.06632],[-75.41483,40.04181],[-75.40423,40.02754],[-75.45359,39.99362],[-75.44272,39.99248],[-75.43836,39.99073],[-75.43558,39.98502],[-75.5237,39.94419],[-75.51836,39.93627],[-75.51917,39.93399],[-75.52451,39.93144],[-75.52604,39.93499],[-75.5312,39.93303],[-75.52343,39.92321],[-75.53035,39.92211],[-75.53592,39.93003],[-75.54248,39.92735],[-75.5423,39.91846],[-75.55056,39.91501],[-75.54643,39.90985],[-75.57329,39.89668],[-75.57095,39.88834],[-75.59745,39.87463],[-75.59952,39.85449],[-75.59296,39.85311],[-75.59799,39.8396],[-75.59521,39.83739],[-75.5926,39.83815],[-75.58919,39.84298],[-75.58389,39.8436],[-75.57976,39.83884],[-75.55371,39.8396],[-75.52855,39.83801],[-75.50394,39.83463],[-75.47762,39.82849],[-75.45345,39.82056],[-75.42929,39.81007],[-75.41542,39.80245]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Delaware County (PA) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"DVRPC_2020_GloucestorNJ","name":"DVRPC Orthoimagery 2020 - Gloucestor County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=3&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-74.87727,39.60834],[-74.88906,39.61596],[-74.89262,39.61859],[-74.89335,39.62211],[-74.89237,39.62454],[-74.89681,39.62705],[-74.90275,39.6318],[-74.90485,39.63517],[-74.90748,39.64062],[-74.90814,39.64622],[-74.91065,39.65292],[-74.90893,39.65931],[-74.91254,39.66818],[-74.91704,39.67358],[-74.91859,39.67854],[-74.92166,39.67945],[-74.92712,39.68493],[-74.92704,39.68726],[-74.93288,39.69128],[-74.94021,39.69681],[-74.95316,39.69907],[-74.95876,39.70286],[-74.97179,39.70222],[-74.97846,39.70339],[-74.98719,39.7065],[-74.99354,39.71013],[-74.99431,39.71154],[-74.99437,39.71603],[-74.998,39.71744],[-74.99847,39.7192],[-75.00044,39.71998],[-75.00413,39.72113],[-75.01575,39.72598],[-75.02422,39.73058],[-75.02173,39.73324],[-75.02008,39.73659],[-75.02282,39.73996],[-75.02279,39.74285],[-75.02109,39.74401],[-75.02208,39.74633],[-75.02708,39.74968],[-75.03107,39.75227],[-75.03528,39.75579],[-75.04087,39.76099],[-75.0428,39.76068],[-75.04441,39.7621],[-75.04305,39.7638],[-75.0457,39.76748],[-75.04538,39.76875],[-75.04784,39.76985],[-75.04823,39.77107],[-75.04953,39.77141],[-75.04984,39.77502],[-75.05069,39.77908],[-75.05063,39.77952],[-75.05117,39.78021],[-75.05364,39.78015],[-75.05453,39.78258],[-75.06422,39.78442],[-75.06428,39.78478],[-75.06301,39.78498],[-75.06275,39.78548],[-75.06287,39.7857],[-75.06312,39.78593],[-75.06333,39.78599],[-75.06348,39.78598],[-75.06405,39.78562],[-75.06379,39.78518],[-75.0649,39.78474],[-75.06474,39.7846],[-75.06668,39.78283],[-75.06591,39.78232],[-75.07201,39.77979],[-75.07155,39.77816],[-75.0697,39.77611],[-75.0729,39.77549],[-75.07249,39.77433],[-75.0744,39.77398],[-75.07798,39.7809],[-75.0808,39.78005],[-75.08707,39.7796],[-75.08493,39.78636],[-75.08197,39.79136],[-75.08083,39.7898],[-75.07836,39.79111],[-75.07677,39.79003],[-75.07043,39.79357],[-75.07436,39.79499],[-75.07663,39.79854],[-75.07367,39.80299],[-75.08928,39.81307],[-75.08317,39.8269],[-75.08337,39.84244],[-75.10455,39.86268],[-75.12242,39.86899],[-75.12388,39.87189],[-75.12406,39.8727],[-75.12301,39.87287],[-75.12112,39.87206],[-75.12058,39.87223],[-75.12076,39.87304],[-75.12224,39.87376],[-75.12559,39.87418],[-75.13035,39.8763],[-75.13226,39.87797],[-75.13195,39.88386],[-75.13302,39.88469],[-75.18418,39.87893],[-75.2194,39.8587],[-75.27873,39.84522],[-75.31651,39.84604],[-75.34121,39.84156],[-75.35626,39.83304],[-75.42888,39.78391],[-75.40162,39.7808],[-75.40611,39.7634],[-75.39221,39.75023],[-75.38606,39.74705],[-75.38321,39.74574],[-75.37815,39.74581],[-75.37501,39.73401],[-75.37467,39.72742],[-75.36724,39.71942],[-75.36587,39.71671],[-75.36088,39.71634],[-75.36034,39.71393],[-75.3539,39.71211],[-75.34954,39.71133],[-75.34732,39.70766],[-75.33589,39.70377],[-75.33528,39.70024],[-75.32708,39.69649],[-75.32547,39.69506],[-75.32679,39.69406],[-75.32663,39.69013],[-75.3243,39.68941],[-75.32028,39.69105],[-75.31507,39.69072],[-75.31484,39.68847],[-75.31183,39.68778],[-75.30644,39.68958],[-75.29492,39.68604],[-75.2867,39.67968],[-75.26611,39.6826],[-75.25122,39.67664],[-75.25075,39.66877],[-75.2476,39.66457],[-75.23507,39.66182],[-75.22005,39.66173],[-75.19959,39.66671],[-74.98518,39.51483],[-74.87727,39.60834]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Gloucestor County (NJ) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"DVRPC_2020_MercerNJ","name":"DVRPC Orthoimagery 2020 - Mercer County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=2&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-74.58781,40.13825],[-74.59787,40.15491],[-74.60373,40.1649],[-74.60419,40.16567],[-74.6089,40.17225],[-74.60927,40.17201],[-74.61456,40.18239],[-74.59967,40.18677],[-74.59899,40.18657],[-74.59808,40.18635],[-74.59711,40.18612],[-74.59549,40.17982],[-74.59366,40.17942],[-74.5894,40.18145],[-74.58694,40.18369],[-74.58361,40.18479],[-74.58085,40.18514],[-74.57614,40.18676],[-74.57465,40.18682],[-74.57398,40.18734],[-74.57281,40.18678],[-74.57122,40.18527],[-74.56848,40.18675],[-74.56807,40.18696],[-74.5658,40.18789],[-74.56506,40.18822],[-74.56431,40.18864],[-74.56332,40.18934],[-74.5624,40.19011],[-74.56206,40.19052],[-74.56157,40.19142],[-74.56002,40.19473],[-74.55826,40.19798],[-74.55758,40.19913],[-74.55734,40.19949],[-74.55715,40.19976],[-74.55683,40.20014],[-74.55509,40.20187],[-74.55062,40.20616],[-74.55027,40.20644],[-74.54992,40.20665],[-74.54927,40.20697],[-74.54898,40.20717],[-74.54873,40.20742],[-74.54852,40.20783],[-74.54675,40.21265],[-74.54628,40.21359],[-74.54581,40.21438],[-74.54494,40.21526],[-74.54251,40.21699],[-74.4815,40.24286],[-74.48109,40.2439],[-74.4818,40.246],[-74.48382,40.24821],[-74.48567,40.24882],[-74.48628,40.2496],[-74.48733,40.25178],[-74.4874,40.25312],[-74.48619,40.25334],[-74.48488,40.25329],[-74.48198,40.27392],[-74.4871,40.27506],[-74.49087,40.2777],[-74.49593,40.27871],[-74.4975,40.28],[-74.50256,40.27947],[-74.50399,40.28052],[-74.50489,40.28075],[-74.50667,40.28033],[-74.51129,40.28305],[-74.51182,40.28448],[-74.51495,40.28713],[-74.52287,40.28544],[-74.5232,40.28586],[-74.52348,40.28695],[-74.52168,40.29009],[-74.52364,40.29063],[-74.52818,40.29402],[-74.52979,40.29389],[-74.53168,40.29324],[-74.53361,40.29221],[-74.53659,40.28946],[-74.53996,40.28832],[-74.54062,40.28885],[-74.5422,40.29069],[-74.54219,40.29175],[-74.54431,40.2921],[-74.54651,40.29115],[-74.55111,40.29042],[-74.55336,40.29078],[-74.55668,40.29162],[-74.55807,40.29256],[-74.55884,40.29568],[-74.55921,40.29593],[-74.56102,40.29597],[-74.5614,40.29651],[-74.56235,40.29628],[-74.56468,40.29687],[-74.56566,40.29749],[-74.56773,40.29991],[-74.57043,40.29943],[-74.57363,40.3009],[-74.57572,40.30306],[-74.57517,40.3036],[-74.57582,40.3041],[-74.57729,40.30426],[-74.57815,40.30412],[-74.57798,40.30341],[-74.58035,40.30416],[-74.58295,40.30604],[-74.58401,40.30789],[-74.58541,40.3117],[-74.58989,40.3146],[-74.59569,40.31494],[-74.59688,40.3145],[-74.59799,40.31457],[-74.60011,40.31536],[-74.60642,40.32106],[-74.61131,40.32279],[-74.61388,40.32427],[-74.61595,40.32494],[-74.61844,40.32487],[-74.62006,40.32414],[-74.62111,40.32413],[-74.62235,40.3245],[-74.62274,40.32534],[-74.6224,40.32815],[-74.62465,40.32874],[-74.62305,40.33191],[-74.62316,40.33438],[-74.63154,40.33953],[-74.63019,40.34261],[-74.63075,40.34408],[-74.62884,40.34591],[-74.62664,40.35579],[-74.626,40.36329],[-74.62125,40.37133],[-74.62091,40.37266],[-74.62022,40.37394],[-74.61898,40.37563],[-74.6175,40.37762],[-74.61789,40.37929],[-74.6184,40.38024],[-74.62125,40.38349],[-74.62254,40.38432],[-74.654,40.39104],[-74.65564,40.39055],[-74.65842,40.38968],[-74.66027,40.38904],[-74.67014,40.38616],[-74.67098,40.38597],[-74.67146,40.38588],[-74.67164,40.38576],[-74.67208,40.38524],[-74.6723,40.38501],[-74.67263,40.38485],[-74.67335,40.3846],[-74.67452,40.38429],[-74.6751,40.38419],[-74.67666,40.384],[-74.6792,40.38362],[-74.6796,40.38354],[-74.67999,40.38349],[-74.68049,40.38344],[-74.68177,40.38337],[-74.68248,40.3833],[-74.683,40.38324],[-74.68421,40.383],[-74.68492,40.38287],[-74.68578,40.38278],[-74.68696,40.38267],[-74.68782,40.38257],[-74.68899,40.38241],[-74.68962,40.38229],[-74.69012,40.38219],[-74.69202,40.38171],[-74.69257,40.38158],[-74.69786,40.38084],[-74.69926,40.38079],[-74.70065,40.38068],[-74.70116,40.38059],[-74.70413,40.37983],[-74.70576,40.37945],[-74.70652,40.37935],[-74.70698,40.37931],[-74.70734,40.37937],[-74.70762,40.3794],[-74.70785,40.37938],[-74.71096,40.37819],[-74.71125,40.37812],[-74.71176,40.37814],[-74.71221,40.37816],[-74.71257,40.37809],[-74.71351,40.37772],[-74.71414,40.3775],[-74.71783,40.37689],[-74.72208,40.37518],[-74.74813,40.42415],[-74.80844,40.41669],[-74.80191,40.38496],[-74.86968,40.37783],[-74.85612,40.34672],[-74.93225,40.33943],[-74.94312,40.34182],[-74.91132,40.31868],[-74.90431,40.31607],[-74.89722,40.316],[-74.88734,40.31087],[-74.87377,40.30107],[-74.86317,40.29011],[-74.85607,40.27668],[-74.84359,40.25296],[-74.83901,40.24816],[-74.82355,40.24165],[-74.81619,40.23657],[-74.79526,40.23019],[-74.77864,40.221],[-74.76975,40.21476],[-74.7675,40.20831],[-74.76022,40.1998],[-74.75663,40.18869],[-74.75349,40.18539],[-74.74899,40.1832],[-74.73696,40.17908],[-74.72205,40.16357],[-74.71935,40.15018],[-74.71423,40.15251],[-74.7039,40.16837],[-74.7136,40.17496],[-74.7103,40.18136],[-74.69611,40.18298],[-74.6795,40.1738],[-74.65575,40.16034],[-74.6231,40.14894],[-74.62177,40.14112],[-74.61537,40.1406],[-74.60167,40.13651],[-74.58781,40.13825]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Mercer County (NJ) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"DVRPC_2020_MontgomeryPA","name":"DVRPC Orthoimagery 2020 - Montgomery County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=1&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-75.01492,40.13794],[-75.52964,40.44707],[-75.61527,40.34182],[-75.62952,40.32445],[-75.64786,40.30205],[-75.66514,40.28077],[-75.67366,40.27034],[-75.6773,40.26622],[-75.69596,40.24238],[-75.69658,40.24202],[-75.69183,40.23865],[-75.6904,40.23657],[-75.68936,40.23627],[-75.68769,40.23615],[-75.68624,40.23629],[-75.68492,40.23695],[-75.6808,40.23978],[-75.67928,40.24111],[-75.67655,40.24249],[-75.67293,40.24408],[-75.67035,40.2449],[-75.66757,40.24521],[-75.66518,40.24521],[-75.66334,40.24481],[-75.65819,40.24174],[-75.65658,40.24126],[-75.65481,40.24135],[-75.65276,40.24209],[-75.65094,40.24209],[-75.63737,40.23622],[-75.63486,40.23575],[-75.63207,40.23503],[-75.6309,40.23382],[-75.62752,40.23262],[-75.62435,40.23148],[-75.62175,40.23104],[-75.6201,40.23059],[-75.61892,40.22976],[-75.61806,40.22806],[-75.61677,40.22655],[-75.6164,40.22487],[-75.61302,40.22316],[-75.61117,40.22303],[-75.60949,40.22328],[-75.60573,40.22475],[-75.60389,40.2262],[-75.60318,40.22745],[-75.60326,40.22855],[-75.6044,40.23004],[-75.60682,40.23127],[-75.60765,40.2327],[-75.60774,40.23428],[-75.60738,40.23616],[-75.60642,40.2371],[-75.60508,40.23786],[-75.60361,40.23805],[-75.60158,40.2381],[-75.5995,40.23778],[-75.59742,40.23722],[-75.59607,40.23607],[-75.59558,40.23381],[-75.59281,40.2265],[-75.58991,40.22076],[-75.58995,40.21972],[-75.58748,40.21427],[-75.58146,40.20769],[-75.57906,40.20026],[-75.5787,40.1996],[-75.57782,40.19849],[-75.57524,40.19654],[-75.57254,40.1947],[-75.5712,40.19406],[-75.56984,40.19376],[-75.56842,40.19391],[-75.56696,40.19442],[-75.56552,40.19519],[-75.56373,40.19672],[-75.56273,40.19799],[-75.56245,40.1997],[-75.56257,40.20179],[-75.56479,40.20502],[-75.56521,40.20656],[-75.56495,40.20829],[-75.56435,40.2092],[-75.56339,40.20986],[-75.5621,40.21009],[-75.56057,40.20976],[-75.55884,40.20902],[-75.55756,40.20807],[-75.55549,40.20458],[-75.55342,40.20067],[-75.54989,40.19279],[-75.54934,40.1905],[-75.54683,40.18751],[-75.5453,40.18282],[-75.54016,40.17527],[-75.53641,40.17349],[-75.5302,40.16973],[-75.52888,40.16833],[-75.52759,40.16386],[-75.52678,40.16037],[-75.52664,40.15737],[-75.52774,40.15246],[-75.52719,40.15018],[-75.52573,40.14861],[-75.52342,40.14741],[-75.52188,40.1471],[-75.52015,40.1475],[-75.51901,40.14817],[-75.51791,40.14956],[-75.51728,40.15262],[-75.51558,40.15555],[-75.51332,40.15858],[-75.51145,40.1598],[-75.50886,40.16043],[-75.50594,40.16041],[-75.50337,40.15989],[-75.50164,40.15855],[-75.50063,40.15669],[-75.50046,40.15552],[-75.50084,40.15438],[-75.50213,40.15226],[-75.50427,40.14982],[-75.50871,40.14607],[-75.50979,40.14408],[-75.51064,40.14117],[-75.51065,40.13947],[-75.50989,40.13746],[-75.50778,40.13464],[-75.50531,40.13247],[-75.49964,40.13012],[-75.49548,40.12722],[-75.49251,40.12601],[-75.49068,40.12565],[-75.48934,40.12559],[-75.48753,40.12592],[-75.48517,40.12656],[-75.48017,40.12706],[-75.47444,40.12921],[-75.47191,40.12943],[-75.46942,40.12834],[-75.4653,40.12713],[-75.46211,40.1256],[-75.46088,40.12401],[-75.46153,40.12053],[-75.46247,40.11925],[-75.46835,40.11733],[-75.47022,40.11574],[-75.47163,40.11236],[-75.47073,40.1101],[-75.46811,40.10647],[-75.46421,40.10379],[-75.46178,40.10296],[-75.46278,40.09719],[-75.46176,40.09625],[-75.45757,40.09516],[-75.45693,40.09486],[-75.4565,40.09392],[-75.45691,40.09211],[-75.4567,40.08912],[-75.4564,40.08766],[-75.44093,40.09427],[-75.43799,40.08958],[-75.42013,40.09725],[-75.4073,40.08035],[-75.40391,40.07612],[-75.39273,40.06099],[-75.36675,40.07244],[-75.36098,40.06554],[-75.35913,40.06627],[-75.32184,40.01746],[-75.3207,40.01618],[-75.31169,40.02022],[-75.30772,40.0144],[-75.30248,40.00895],[-75.293,39.99711],[-75.283,39.986],[-75.27643,39.97697],[-75.26374,39.98265],[-75.25879,39.98532],[-75.25576,39.98748],[-75.20732,40.01016],[-75.20722,40.011],[-75.20605,40.01177],[-75.21266,40.01568],[-75.21554,40.01851],[-75.21931,40.02167],[-75.22176,40.02226],[-75.23116,40.02729],[-75.23536,40.03031],[-75.24017,40.03333],[-75.24197,40.03547],[-75.24605,40.03777],[-75.24755,40.04033],[-75.25218,40.04391],[-75.25678,40.04677],[-75.25961,40.049],[-75.26442,40.05406],[-75.22365,40.09292],[-75.18848,40.07287],[-75.17644,40.08467],[-75.10928,40.04573],[-75.1071,40.04874],[-75.10624,40.04939],[-75.09511,40.05593],[-75.08743,40.06359],[-75.09657,40.06891],[-75.05854,40.10567],[-75.02053,40.13228],[-75.01492,40.13794]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Montgomery County (PA) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"DVRPC_2020_PhiladelphiaPA","name":"DVRPC Orthoimagery 2020 - Philadelphia County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=0&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:4326","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-75.21583,39.87189],[-75.18791,39.88238],[-75.14964,39.88479],[-75.14035,39.88755],[-75.13307,39.89806],[-75.13019,39.90678],[-75.13073,39.91457],[-75.13734,39.92962],[-75.13707,39.94188],[-75.13356,39.95779],[-75.12862,39.96285],[-75.10086,39.97421],[-75.08371,39.97762],[-75.07216,39.98109],[-75.06547,39.98591],[-75.05876,40.0009],[-75.05245,40.00788],[-75.04322,40.01225],[-75.03448,40.01598],[-75.01831,40.02083],[-75.00039,40.03036],[-74.9764,40.05078],[-74.97968,40.05346],[-74.98232,40.05374],[-74.98359,40.05447],[-74.98432,40.05603],[-74.98533,40.05717],[-74.98084,40.06005],[-74.98155,40.06559],[-74.97267,40.07206],[-74.97123,40.07622],[-74.96577,40.07728],[-74.96426,40.07704],[-74.96119,40.08036],[-74.95872,40.08441],[-74.95803,40.09051],[-74.956,40.09542],[-74.96184,40.09761],[-74.96219,40.09851],[-74.9621,40.09958],[-74.96106,40.10312],[-74.96407,40.10558],[-74.96373,40.10639],[-74.9651,40.10719],[-74.96566,40.10802],[-74.96417,40.11091],[-74.96492,40.11858],[-74.96869,40.11678],[-74.9702,40.11682],[-74.9729,40.11973],[-74.97896,40.11919],[-74.98266,40.1199],[-74.98335,40.12058],[-74.98269,40.12176],[-74.98477,40.12382],[-74.98628,40.1228],[-74.98814,40.12381],[-74.98979,40.12617],[-74.99264,40.12575],[-74.99422,40.12602],[-74.99466,40.1266],[-74.99286,40.13093],[-74.99388,40.13193],[-74.99785,40.12782],[-75.01496,40.13796],[-75.02056,40.13231],[-75.05858,40.10569],[-75.07781,40.08581],[-75.08133,40.08402],[-75.0966,40.06891],[-75.08749,40.06359],[-75.09512,40.05595],[-75.09912,40.05357],[-75.10629,40.04933],[-75.10727,40.04864],[-75.10779,40.04806],[-75.10751,40.0479],[-75.10821,40.04719],[-75.10907,40.04622],[-75.1089,40.04613],[-75.10927,40.04577],[-75.17645,40.08467],[-75.18846,40.07285],[-75.2236,40.09291],[-75.24316,40.07361],[-75.26446,40.05411],[-75.24842,40.04179],[-75.24533,40.0377],[-75.24246,40.03618],[-75.24012,40.03389],[-75.23325,40.02916],[-75.223,40.02328],[-75.21982,40.02206],[-75.21767,40.02097],[-75.21293,40.01621],[-75.20617,40.01183],[-75.20726,40.01102],[-75.20734,40.01022],[-75.25617,39.98729],[-75.25884,39.98533],[-75.26361,39.98271],[-75.27637,39.97703],[-75.28031,39.975],[-75.27988,39.97437],[-75.2791,39.97398],[-75.27882,39.97321],[-75.27867,39.97234],[-75.27805,39.97181],[-75.27759,39.97163],[-75.27747,39.97146],[-75.27764,39.97129],[-75.2776,39.97116],[-75.27729,39.9711],[-75.27697,39.97116],[-75.27672,39.97132],[-75.27654,39.97126],[-75.27651,39.97116],[-75.27667,39.97099],[-75.27665,39.97081],[-75.27645,39.97048],[-75.27632,39.97036],[-75.27577,39.97029],[-75.27558,39.97016],[-75.27535,39.96956],[-75.27528,39.96939],[-75.27499,39.96928],[-75.27305,39.96931],[-75.27202,39.96899],[-75.2718,39.96876],[-75.27049,39.96864],[-75.27017,39.96798],[-75.26998,39.96738],[-75.26976,39.96732],[-75.2693,39.96742],[-75.2691,39.96736],[-75.26887,39.96702],[-75.26844,39.96662],[-75.267,39.96601],[-75.26653,39.96605],[-75.26613,39.96599],[-75.26588,39.96585],[-75.26533,39.96522],[-75.26442,39.96522],[-75.26374,39.96561],[-75.26249,39.96561],[-75.26176,39.96623],[-75.26132,39.96602],[-75.26055,39.96631],[-75.25964,39.96613],[-75.25869,39.96543],[-75.25866,39.96475],[-75.25786,39.9636],[-75.25679,39.96371],[-75.2547,39.96492],[-75.25409,39.96544],[-75.2534,39.96525],[-75.25141,39.96533],[-75.25132,39.96511],[-75.25117,39.96491],[-75.25091,39.96485],[-75.25033,39.96506],[-75.24998,39.965],[-75.24795,39.96406],[-75.24756,39.96366],[-75.2479,39.96112],[-75.24845,39.96031],[-75.24928,39.95981],[-75.2507,39.95918],[-75.25089,39.95898],[-75.25084,39.95869],[-75.25008,39.95767],[-75.24902,39.95693],[-75.24893,39.95657],[-75.24922,39.95616],[-75.24916,39.95571],[-75.24994,39.95427],[-75.25041,39.95376],[-75.25105,39.9533],[-75.25119,39.95301],[-75.25111,39.95279],[-75.25164,39.95192],[-75.2516,39.95136],[-75.2511,39.95067],[-75.25117,39.95034],[-75.25159,39.94953],[-75.25152,39.94917],[-75.25063,39.94834],[-75.25037,39.94804],[-75.25023,39.94745],[-75.24993,39.94673],[-75.24749,39.94443],[-75.24662,39.94271],[-75.24544,39.94263],[-75.24308,39.94226],[-75.24091,39.94228],[-75.24022,39.94213],[-75.23957,39.94143],[-75.23945,39.94097],[-75.24015,39.93961],[-75.24062,39.93924],[-75.24074,39.93906],[-75.24075,39.93889],[-75.24068,39.93872],[-75.2401,39.93829],[-75.23983,39.93817],[-75.23924,39.93815],[-75.23819,39.93823],[-75.23712,39.93841],[-75.2365,39.9385],[-75.23563,39.93842],[-75.23509,39.93828],[-75.23493,39.93802],[-75.23493,39.93775],[-75.23471,39.93723],[-75.235,39.93621],[-75.2352,39.93593],[-75.23579,39.93562],[-75.23631,39.93525],[-75.2367,39.93402],[-75.23657,39.9337],[-75.23689,39.93295],[-75.23718,39.93266],[-75.23747,39.9325],[-75.23778,39.93245],[-75.2385,39.93262],[-75.23953,39.93326],[-75.24074,39.93362],[-75.2418,39.93344],[-75.24212,39.93334],[-75.2424,39.93292],[-75.24339,39.93181],[-75.24349,39.93129],[-75.24369,39.93076],[-75.24413,39.93051],[-75.24438,39.93035],[-75.24435,39.93014],[-75.24398,39.92981],[-75.24394,39.92932],[-75.24398,39.92842],[-75.24408,39.92807],[-75.24454,39.92734],[-75.2446,39.92695],[-75.24436,39.92644],[-75.24433,39.9262],[-75.24499,39.92579],[-75.24559,39.92498],[-75.24598,39.92445],[-75.24609,39.92354],[-75.24619,39.92318],[-75.24704,39.92238],[-75.24749,39.92169],[-75.24732,39.92058],[-75.24758,39.91962],[-75.24728,39.91897],[-75.24735,39.91791],[-75.24721,39.91727],[-75.24682,39.91654],[-75.24676,39.91627],[-75.24769,39.91493],[-75.24772,39.91471],[-75.24714,39.91414],[-75.24706,39.9139],[-75.24719,39.91352],[-75.24798,39.91319],[-75.24854,39.91267],[-75.24884,39.91182],[-75.25041,39.91104],[-75.25126,39.91004],[-75.25127,39.90988],[-75.25107,39.90972],[-75.25016,39.90952],[-75.24996,39.90943],[-75.24986,39.90931],[-75.24988,39.90918],[-75.25016,39.90857],[-75.25022,39.90779],[-75.25035,39.90757],[-75.25158,39.90683],[-75.25197,39.90669],[-75.25249,39.90665],[-75.25345,39.90556],[-75.25132,39.90442],[-75.25566,39.89958],[-75.25517,39.89894],[-75.25573,39.8976],[-75.25732,39.89579],[-75.25661,39.89501],[-75.25733,39.89405],[-75.25896,39.89241],[-75.2606,39.89219],[-75.26163,39.8917],[-75.26195,39.89094],[-75.26195,39.88891],[-75.26221,39.88845],[-75.2626,39.8883],[-75.26376,39.88849],[-75.26453,39.88829],[-75.26508,39.8873],[-75.26453,39.88608],[-75.2639,39.88575],[-75.2636,39.88574],[-75.26302,39.88593],[-75.26267,39.88591],[-75.26255,39.88579],[-75.26259,39.88566],[-75.26466,39.88481],[-75.26467,39.88422],[-75.26357,39.88386],[-75.26268,39.88373],[-75.26215,39.88352],[-75.26163,39.8831],[-75.26157,39.88293],[-75.26162,39.88281],[-75.26171,39.88274],[-75.26192,39.88266],[-75.26329,39.88235],[-75.26378,39.88242],[-75.26407,39.88236],[-75.26455,39.88215],[-75.26514,39.88168],[-75.26327,39.87981],[-75.26355,39.87859],[-75.2624,39.87648],[-75.25251,39.87598],[-75.24872,39.87643],[-75.2411,39.87239],[-75.23548,39.87679],[-75.23402,39.87705],[-75.22972,39.87682],[-75.22628,39.87623],[-75.22013,39.87561],[-75.21886,39.87565],[-75.21573,39.87614],[-75.21555,39.87551],[-75.21583,39.87189]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Philadelphia County (PA) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"MDT2M_LITORAL_2014_15","name":"Elevation hillshade of the coastal areas of mainland Portugal - 2m - 2014-2015 (DGT)","type":"wms","template":"https://ortos.dgterritorio.gov.pt/wms-inspire/mdt2014-2015-litoral?LAYERS=MDT2M-2014-2015-litoral&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[1,20],"polygon":[[[-7.38968,37.19205],[-7.52426,37.18002],[-7.89505,36.98171],[-8.15186,37.10886],[-8.65036,37.14062],[-8.95111,37.03545],[-8.78632,37.34833],[-8.76434,37.55111],[-8.7561,38.38258],[-8.47664,38.33466],[-8.47183,38.40141],[-8.66066,38.46596],[-8.66959,38.60882],[-9.142,38.53689],[-8.81104,38.67372],[-8.79318,38.85468],[-8.95935,38.9829],[-9.18732,38.84934],[-9.2395,38.72838],[-9.37821,38.74659],[-9.38233,39.07891],[-9.29169,39.2514],[-9.31915,39.33642],[-9.17084,39.38526],[-9.06372,39.48815],[-9.02252,39.69662],[-8.78632,40.14529],[-8.86322,40.2093],[-8.72589,40.53155],[-8.64075,40.50858],[-8.62427,40.63063],[-8.53089,40.6004],[-8.535,40.71292],[-8.61466,40.89275],[-8.61878,41.10419],[-8.53089,41.16728],[-8.66959,41.21689],[-8.72315,41.41081],[-8.76984,41.65958],[-8.66547,41.73955],[-8.81104,41.72316],[-8.81104,41.85217],[-8.74649,41.9125],[-8.83576,41.93089],[-8.91815,41.84501],[-8.89343,41.70778],[-8.82065,41.50755],[-8.73139,41.16315],[-8.67508,41.069],[-8.68469,40.90729],[-8.93326,40.17573],[-8.88107,40.12219],[-9.11453,39.64694],[-9.11865,39.5623],[-9.3013,39.40543],[-9.43039,39.37571],[-9.34799,39.23864],[-9.45099,39.04799],[-9.45786,38.89317],[-9.53201,38.78835],[-9.50043,38.68551],[-9.28894,38.663],[-9.19418,38.54172],[-9.25324,38.38473],[-9.03488,38.42347],[-8.92502,38.46757],[-8.81241,38.35997],[-8.7973,38.14968],[-8.91953,37.95286],[-8.84262,37.8651],[-8.83988,37.40617],[-9.02664,37.01023],[-8.92914,36.97513],[-8.61466,37.099],[-8.15048,37.05956],[-7.8923,36.93672],[-7.48993,37.15156],[-7.39105,37.15813],[-7.38968,37.19205]]],"terms_url":"https://snig.dgterritorio.gov.pt/rndg/srv/por/catalog.search#/metadata/e803532f-7760-4714-bfbf-914546309d86","terms_text":"Informação geográfica cedida pela Direção-Geral do Território"},{"id":"enedis","name":"Enedis","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/enedis/{zoom}/{x}/{y}","category":"photo","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[4.96608,43.87043],[5.00016,43.83134],[5.00629,43.83413],[5.03698,43.79892],[5.07251,43.8058],[5.09655,43.8167],[5.10067,43.82041],[5.09234,43.8315],[5.09818,43.89159],[5.11079,43.90043],[5.11654,43.9052],[5.10006,43.92387],[5.10273,43.95471],[5.09225,43.96725],[5.11281,43.99938],[5.11882,44.02146],[5.10629,44.03572],[5.1123,44.0385],[5.10813,44.04322],[5.11461,44.04608],[5.09809,44.06561],[5.10453,44.06863],[5.10122,44.07255],[5.1074,44.07535],[5.07045,44.1177],[5.04646,44.12472],[5.03286,44.12136],[5.00782,44.11164],[4.97549,44.1489],[4.96814,44.14755],[4.92746,44.13406],[4.88866,44.13307],[4.8642,44.12488],[4.85768,44.13221],[4.85098,44.12925],[4.84094,44.14102],[4.85673,44.15358],[4.83141,44.18276],[4.81725,44.18516],[4.79597,44.17519],[4.77494,44.16214],[4.72601,44.15186],[4.71863,44.1452],[4.76515,44.09166],[4.75927,44.08888],[4.76554,44.08149],[4.75923,44.07865],[4.83077,43.99659],[4.80807,43.98615],[4.80043,43.96484],[4.78035,43.9557],[4.77168,43.94105],[4.74842,43.93351],[4.74258,43.92807],[4.7552,43.91299],[4.79914,43.90575],[4.8182,43.90767],[4.90557,43.87984],[4.96608,43.87043]]],"terms_text":"Enedis 2018"},{"id":"Environment_Canterbury_Imagery","name":"Environment Canterbury Imagery","type":"wms","template":"https://gisbasemap.ecan.govt.nz/arcgis/rest/services/Imagery/MapServer/export?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[170.72657,-45.56917],[170.73595,-45.57584],[170.85663,-45.48132],[170.94726,-45.23235],[171.19446,-44.91619],[171.2384,-44.55133],[171.29608,-44.38473],[171.4801,-44.2511],[172.17499,-43.94537],[172.6831,-43.85433],[172.8891,-43.92361],[173.07037,-43.90383],[173.14178,-43.81867],[173.1665,-43.71156],[173.10608,-43.63011],[172.79022,-43.54656],[172.74078,-43.41901],[172.83142,-43.18715],[173.11432,-43.06287],[173.3313,-42.90413],[173.59771,-42.49438],[173.73779,-42.46196],[173.94653,-42.17969],[174.05914,-41.97174],[174.06463,-41.93395],[173.97262,-41.91454],[173.93829,-41.91761],[173.83118,-41.93089],[173.79547,-41.94825],[173.73642,-41.9033],[173.71033,-41.9503],[173.6142,-42.00134],[173.47824,-42.10841],[173.47412,-42.17256],[173.20633,-42.32403],[173.04703,-42.48324],[173.00445,-42.40318],[172.95227,-42.36768],[172.83554,-42.18478],[172.69546,-42.09109],[172.65289,-42.08395],[172.49634,-42.26105],[172.32468,-42.40419],[171.97586,-42.64002],[171.78635,-42.78331],[171.50207,-42.89005],[171.31805,-42.94034],[171.08734,-43.10198],[170.94177,-43.19516],[170.5339,-43.40804],[170.22903,-43.5147],[170.08758,-43.60327],[170.06012,-43.67184],[169.70169,-43.96811],[169.54239,-44.2078],[169.53552,-44.44849],[169.63302,-44.6022],[169.83353,-44.66572],[169.93378,-44.65693],[169.99695,-44.83834],[170.06561,-44.92689],[170.11299,-44.94487],[170.1432,-44.94973],[170.28534,-44.92349],[170.32654,-44.90744],[170.3492,-44.93904],[170.34714,-45.02113],[170.40138,-45.12175],[170.43365,-45.14185],[170.41477,-45.16413],[170.40688,-45.17792],[170.38078,-45.17308],[170.36739,-45.1876],[170.38147,-45.21204],[170.31521,-45.24081],[170.31177,-45.26788],[170.39417,-45.26764],[170.4237,-45.29638],[170.41477,-45.31449],[170.39589,-45.32729],[170.32448,-45.32536],[170.2874,-45.34925],[170.28397,-45.4252],[170.21049,-45.48348],[170.21015,-45.50611],[170.26817,-45.50659],[170.31074,-45.49937],[170.35847,-45.52102],[170.34216,-45.54531],[170.38748,-45.55433],[170.41872,-45.5191],[170.4764,-45.53269],[170.48103,-45.50923],[170.55141,-45.50911],[170.55313,-45.5209],[170.55742,-45.53221],[170.56163,-45.55355],[170.58025,-45.56743],[170.58669,-45.57139],[170.61218,-45.57596],[170.61356,-45.5759],[170.62995,-45.57112],[170.62695,-45.56926],[170.63604,-45.55962],[170.71569,-45.55941],[170.72797,-45.56178],[170.72657,-45.56917]]],"terms_url":"http://data.ecan.govt.nz/Catalogue/Method?MethodId=48","terms_text":"Environment Canterbury","icon":"https://ecan.govt.nz/favicon.ico"},{"id":"Naturvardsverket-protected","name":"Environmental Protection Agency - Protected Areas","type":"wms","template":"https://geodata.naturvardsverket.se/inspire/ps-nvr/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=PS.ProtectedSites.OBO,PS.ProtectedSites.DVO,PS.ProtectedSites.IF,PS.ProtectedSites.KR,PS.ProtectedSites.NP,PS.ProtectedSites.NM,PS.ProtectedSites.NM.Punkter,PS.ProtectedSites.NM.Ytor,PS.ProtectedSites.NR,PS.ProtectedSites.NVO,PS.ProtectedSites.SBO,PS.ProtectedSites.VSO&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[13,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.naturvardsverket.se/","terms_text":"© Naturvårdsverket, CC0","description":"Swedish national parks, nature reserves and other protected areas and objects","icon":"https://commons.wikimedia.org/wiki/File:Naturv%C3%A5rdsverket_vapen.svg","overlay":true},{"id":"Naturvardsverket-trails","name":"Environmental Protection Agency - Trails","type":"wms","template":"https://nvpub.vic-metria.nu/arcgis/services/Leder_friluftsliv/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=LED&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[13,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.naturvardsverket.se/","terms_text":"© Naturvårdsverket, CC0","description":"Daily updated trails in or around nature reserves as recorded by Swedish Environmental Protection Agency","icon":"https://commons.wikimedia.org/wiki/File:Naturv%C3%A5rdsverket_vapen.svg","overlay":true},{"id":"Erlangen-2016","name":"Erlangen Luftbild (2016 5,0 cm)","type":"tms","template":"https://osm.rrze.fau.de/protected/YgktSWTTo6HS9nKi/lbe2016/{zoom}/{x}/{y}.jpg","category":"historicphoto","endDate":"2016-03-18T00:00:00.000Z","startDate":"2016-03-18T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[10.97664,49.53765],[10.99101,49.53392],[10.99389,49.53835],[11.02784,49.53254],[11.0346,49.53462],[11.03407,49.53759],[11.04318,49.54321],[11.03557,49.55303],[11.0384,49.55842],[11.03508,49.56929],[11.03791,49.58659],[11.04797,49.5902],[11.04922,49.5937],[11.05749,49.59521],[11.05623,49.59905],[11.05127,49.6003],[11.05351,49.60904],[11.04309,49.61381],[11.04076,49.61823],[11.0285,49.61735],[11.01929,49.61896],[11.0152,49.61372],[11.00581,49.61448],[11.00639,49.61931],[11.00083,49.6221],[10.9856,49.61651],[10.97837,49.61753],[10.9737,49.62495],[10.96539,49.62557],[10.96063,49.62856],[10.96382,49.63176],[10.95474,49.6379],[10.94837,49.637],[10.94185,49.64377],[10.9273,49.64837],[10.92063,49.63963],[10.91136,49.63773],[10.92429,49.60505],[10.92205,49.58004],[10.91221,49.57008],[10.91441,49.5618],[10.92353,49.55842],[10.92712,49.55976],[10.93345,49.55892],[10.93071,49.54467],[10.93067,49.53225],[10.9406,49.53325],[10.95488,49.53021],[10.97199,49.53126],[10.97664,49.53765]]],"terms_text":"© Stadt Erlangen | © GEOCART GmbH"},{"id":"Erlangen-2018","name":"Erlangen Luftbild (2018 5,0 cm)","type":"tms","template":"https://osm.rrze.fau.de/protected/YgktSWTTo6HS9nKi/lbe2018/{zoom}/{x}/{y}.jpg","category":"photo","endDate":"2018-04-09T00:00:00.000Z","startDate":"2018-04-09T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[10.85157,49.55172],[10.84637,49.53223],[10.84652,49.52797],[10.84872,49.52291],[10.87518,49.51725],[10.88818,49.52834],[10.91245,49.51829],[10.92163,49.50566],[10.94273,49.50582],[10.94279,49.52986],[10.97158,49.53084],[10.97531,49.53467],[11.03465,49.5324],[11.04272,49.5432],[11.03937,49.55785],[11.03577,49.57276],[11.03851,49.58556],[11.04469,49.58913],[11.06031,49.58556],[11.0689,49.58879],[11.06512,49.59614],[11.06049,49.59803],[11.05808,49.60971],[11.07988,49.60837],[11.08898,49.59124],[11.10271,49.58378],[11.1272,49.58815],[11.13132,49.60348],[11.11997,49.60377],[11.11767,49.61449],[11.10419,49.61524],[11.08312,49.62034],[11.08136,49.62614],[11.05757,49.63993],[11.02081,49.62292],[11.01448,49.61394],[11.0071,49.61449],[11.00813,49.62194],[10.998,49.62228],[10.98478,49.61694],[10.9786,49.61794],[10.9745,49.62483],[10.96384,49.62711],[10.96487,49.63317],[10.94444,49.64321],[10.92775,49.64838],[10.9108,49.63751],[10.92281,49.60584],[10.91144,49.56652],[10.91627,49.55882],[10.9326,49.55818],[10.93037,49.55272],[10.85157,49.55172]]],"terms_text":"© Stadt Erlangen | © Hansa Luftbild AG"},{"id":"Erlangen-2020","name":"Erlangen TrueDOP (2020 20cm)","type":"tms","template":"https://geodaten.erlangen.de/luftbilder/2020/{zoom}/{x}/{y}.png","category":"photo","endDate":"2020-03-28T00:00:00.000Z","startDate":"2020-03-28T00:00:00.000Z","zoomExtent":[10,20],"polygon":[[[10.84473,49.5254],[10.84457,49.52091],[10.85147,49.5208],[10.85837,49.52069],[10.8582,49.51619],[10.86511,49.51608],[10.87201,49.51597],[10.87892,49.51586],[10.87909,49.52035],[10.88599,49.52024],[10.88617,49.52473],[10.89307,49.52462],[10.8929,49.52013],[10.8998,49.52001],[10.90671,49.5199],[10.90653,49.5154],[10.91343,49.51529],[10.91326,49.5108],[10.91308,49.5063],[10.91999,49.50619],[10.91981,49.50169],[10.92671,49.50158],[10.93361,49.50146],[10.94052,49.50135],[10.94742,49.50123],[10.9476,49.50572],[10.94777,49.51022],[10.94795,49.51471],[10.94813,49.51921],[10.94831,49.5237],[10.94849,49.5282],[10.95539,49.52808],[10.9623,49.52797],[10.9692,49.52785],[10.97611,49.52773],[10.97629,49.53222],[10.9832,49.53211],[10.9901,49.53199],[10.99701,49.53187],[11.00391,49.53175],[11.01082,49.53163],[11.01772,49.53151],[11.02463,49.53139],[11.03154,49.53127],[11.03844,49.53115],[11.03863,49.53564],[11.04553,49.53552],[11.04572,49.54001],[11.04591,49.54451],[11.0461,49.549],[11.04628,49.5535],[11.04647,49.55799],[11.04666,49.56249],[11.03975,49.56261],[11.03994,49.5671],[11.04013,49.5716],[11.04031,49.57609],[11.0405,49.58059],[11.04069,49.58508],[11.0476,49.58496],[11.05451,49.58484],[11.06143,49.58471],[11.06834,49.58459],[11.07525,49.58447],[11.08216,49.58434],[11.08908,49.58422],[11.09599,49.58409],[11.0958,49.5796],[11.10271,49.57947],[11.10962,49.57935],[11.10982,49.58384],[11.11673,49.58371],[11.12364,49.58359],[11.13055,49.58346],[11.13075,49.58795],[11.13094,49.59245],[11.13114,49.59694],[11.13805,49.59682],[11.13825,49.60131],[11.13845,49.6058],[11.13153,49.60593],[11.12462,49.60606],[11.12481,49.61055],[11.12501,49.61505],[11.1252,49.61954],[11.11829,49.61967],[11.11137,49.61979],[11.10445,49.61992],[11.09753,49.62005],[11.09061,49.62017],[11.09081,49.62467],[11.08389,49.62479],[11.08408,49.62928],[11.07716,49.62941],[11.07735,49.6339],[11.07043,49.63403],[11.07062,49.63852],[11.0637,49.63865],[11.06389,49.64314],[11.05697,49.64326],[11.05678,49.63877],[11.04986,49.63889],[11.04294,49.63901],[11.03602,49.63914],[11.03583,49.63464],[11.02891,49.63476],[11.02873,49.63027],[11.02181,49.63039],[11.02162,49.6259],[11.0147,49.62602],[11.01489,49.63051],[11.00797,49.63063],[11.00105,49.63075],[10.99413,49.63087],[10.99395,49.62638],[10.99376,49.62188],[10.98684,49.622],[10.97993,49.62212],[10.98011,49.62661],[10.98029,49.63111],[10.98047,49.6356],[10.98065,49.6401],[10.97373,49.64021],[10.96681,49.64033],[10.95989,49.64045],[10.95297,49.64057],[10.95315,49.64506],[10.94623,49.64518],[10.93931,49.64529],[10.93949,49.64979],[10.93256,49.64991],[10.92564,49.65002],[10.91872,49.65014],[10.91854,49.64564],[10.91162,49.64576],[10.91144,49.64126],[10.90452,49.64137],[10.90435,49.63688],[10.90417,49.63238],[10.91109,49.63227],[10.91091,49.62778],[10.91074,49.62328],[10.91056,49.61879],[10.91039,49.61429],[10.9173,49.61418],[10.91713,49.60968],[10.91695,49.60519],[10.91004,49.6053],[10.90986,49.60081],[10.90968,49.59631],[10.9166,49.5962],[10.91642,49.5917],[10.91625,49.58721],[10.91607,49.58271],[10.9159,49.57822],[10.90898,49.57833],[10.90881,49.57384],[10.90863,49.56934],[10.90846,49.56485],[10.90828,49.56035],[10.90811,49.55586],[10.9012,49.55597],[10.89429,49.55609],[10.88738,49.5562],[10.88047,49.55631],[10.87356,49.55642],[10.86665,49.55653],[10.85974,49.55665],[10.85283,49.55676],[10.84592,49.55687],[10.84575,49.55237],[10.84558,49.54788],[10.84541,49.54338],[10.84524,49.53889],[10.84507,49.53439],[10.83817,49.5345],[10.838,49.53001],[10.8449,49.5299],[10.84473,49.5254]]],"terms_url":"https://www.erlangen.de","terms_text":"© Stadt Erlangen"},{"id":"Erlangen-2022","name":"Erlangen TrueDOP (2022 20 cm)","type":"tms","template":"https://geodaten.erlangen.de/luftbilder/2022/{zoom}/{x}/{y}.png","category":"photo","endDate":"2022-04-01T00:00:00.000Z","startDate":"2022-04-01T00:00:00.000Z","zoomExtent":[10,20],"polygon":[[[10.84457,49.52091],[10.84802,49.52085],[10.85147,49.5208],[10.85492,49.52074],[10.85837,49.52069],[10.86183,49.52063],[10.86528,49.52057],[10.86519,49.51833],[10.86865,49.51827],[10.8721,49.51822],[10.87555,49.51816],[10.879,49.5181],[10.87909,49.52035],[10.87917,49.5226],[10.87926,49.52485],[10.88271,49.52479],[10.88617,49.52473],[10.88625,49.52698],[10.88634,49.52923],[10.88979,49.52917],[10.8897,49.52692],[10.89316,49.52687],[10.89307,49.52462],[10.89652,49.52456],[10.89998,49.52451],[10.89989,49.52226],[10.90334,49.5222],[10.90325,49.51996],[10.90671,49.5199],[10.91016,49.51984],[10.91361,49.51979],[10.91352,49.51754],[10.91343,49.51529],[10.91689,49.51523],[10.9168,49.51299],[10.91671,49.51074],[10.91662,49.50849],[10.92007,49.50843],[10.91999,49.50619],[10.92344,49.50613],[10.92335,49.50388],[10.9268,49.50382],[10.93025,49.50377],[10.93034,49.50601],[10.93379,49.50596],[10.93724,49.5059],[10.93733,49.50815],[10.93388,49.5082],[10.93397,49.51045],[10.93406,49.5127],[10.93415,49.51495],[10.93423,49.51719],[10.93432,49.51944],[10.93441,49.52169],[10.9345,49.52394],[10.93795,49.52388],[10.93804,49.52613],[10.93813,49.52837],[10.93468,49.52843],[10.93477,49.53068],[10.93822,49.53062],[10.94167,49.53056],[10.94513,49.5305],[10.94858,49.53045],[10.95203,49.53039],[10.95548,49.53033],[10.95894,49.53027],[10.96239,49.53021],[10.96584,49.53015],[10.96929,49.5301],[10.97275,49.53004],[10.97284,49.53228],[10.97629,49.53222],[10.97638,49.53447],[10.97647,49.53672],[10.97993,49.53666],[10.97983,49.53441],[10.98329,49.53435],[10.98674,49.53429],[10.99019,49.53424],[10.99365,49.53418],[10.9971,49.53412],[10.99719,49.53636],[11.00064,49.5363],[11.0041,49.53624],[11.00401,49.534],[11.00746,49.53394],[11.01091,49.53388],[11.01082,49.53163],[11.01427,49.53157],[11.01772,49.53151],[11.02118,49.53145],[11.02463,49.53139],[11.02808,49.53133],[11.03154,49.53127],[11.03499,49.53121],[11.03508,49.53345],[11.03853,49.53339],[11.03863,49.53564],[11.03517,49.5357],[11.03527,49.53795],[11.03872,49.53789],[11.03881,49.54014],[11.04227,49.54007],[11.04236,49.54232],[11.04582,49.54226],[11.04591,49.54451],[11.04246,49.54457],[11.04255,49.54682],[11.04264,49.54906],[11.03919,49.54912],[11.03928,49.55137],[11.03938,49.55362],[11.03947,49.55587],[11.03956,49.55811],[11.03966,49.56036],[11.03975,49.56261],[11.03984,49.56486],[11.03639,49.56492],[11.03648,49.56716],[11.03658,49.56941],[11.03667,49.57166],[11.03676,49.57391],[11.03686,49.57615],[11.03695,49.5784],[11.03704,49.58065],[11.0405,49.58059],[11.04059,49.58283],[11.04069,49.58508],[11.04078,49.58733],[11.04424,49.58727],[11.04769,49.58721],[11.04779,49.58945],[11.05125,49.58939],[11.0547,49.58933],[11.05816,49.58927],[11.05806,49.58702],[11.06152,49.58696],[11.06498,49.5869],[11.06843,49.58684],[11.06853,49.58908],[11.06862,49.59133],[11.06872,49.59358],[11.06881,49.59583],[11.06536,49.59589],[11.0619,49.59595],[11.062,49.5982],[11.05854,49.59826],[11.05863,49.6005],[11.05873,49.60275],[11.05882,49.605],[11.06228,49.60494],[11.06237,49.60718],[11.06583,49.60712],[11.06929,49.60706],[11.07275,49.607],[11.07284,49.60925],[11.0763,49.60918],[11.0764,49.61143],[11.07294,49.61149],[11.07303,49.61374],[11.07313,49.61599],[11.07323,49.61824],[11.07332,49.62048],[11.07342,49.62273],[11.06996,49.62279],[11.07005,49.62504],[11.06659,49.6251],[11.06313,49.62516],[11.06323,49.62741],[11.05977,49.62747],[11.05986,49.62972],[11.05996,49.63197],[11.06005,49.63421],[11.06015,49.63646],[11.05669,49.63652],[11.05323,49.63658],[11.04977,49.63664],[11.04631,49.63671],[11.04285,49.63677],[11.03939,49.63683],[11.03929,49.63458],[11.0392,49.63233],[11.03574,49.63239],[11.03565,49.63015],[11.03219,49.63021],[11.02873,49.63027],[11.02863,49.62802],[11.02854,49.62577],[11.02508,49.62583],[11.02162,49.6259],[11.01816,49.62596],[11.0147,49.62602],[11.01124,49.62608],[11.01134,49.62832],[11.01143,49.63057],[11.01152,49.63282],[11.01498,49.63276],[11.01507,49.635],[11.01853,49.63494],[11.01863,49.63719],[11.01872,49.63944],[11.01881,49.64169],[11.01891,49.64393],[11.019,49.64618],[11.01909,49.64843],[11.01918,49.65068],[11.01928,49.65292],[11.01937,49.65517],[11.01946,49.65742],[11.016,49.65748],[11.01254,49.65754],[11.01263,49.65978],[11.00917,49.65984],[11.00571,49.65991],[11.00225,49.65996],[11.00234,49.66221],[10.99888,49.66227],[10.99542,49.66233],[10.99532,49.66008],[10.99186,49.66014],[10.99177,49.6579],[10.99168,49.65565],[10.98822,49.65571],[10.98812,49.65346],[10.98466,49.65352],[10.98457,49.65127],[10.98448,49.64903],[10.98102,49.64909],[10.98093,49.64684],[10.97747,49.6469],[10.97738,49.64465],[10.97729,49.6424],[10.97382,49.64246],[10.97373,49.64021],[10.97027,49.64027],[10.97018,49.63803],[10.97009,49.63578],[10.96663,49.63584],[10.96317,49.6359],[10.95971,49.63596],[10.9598,49.6382],[10.95634,49.63826],[10.95288,49.63832],[10.94942,49.63838],[10.94951,49.64063],[10.94605,49.64068],[10.94614,49.64293],[10.94623,49.64518],[10.94277,49.64524],[10.93931,49.64529],[10.93585,49.64535],[10.93593,49.6476],[10.93247,49.64766],[10.93256,49.64991],[10.9291,49.64996],[10.92564,49.65002],[10.92555,49.64777],[10.92209,49.64783],[10.922,49.64558],[10.92191,49.64334],[10.91845,49.64339],[10.91836,49.64115],[10.9149,49.6412],[10.91144,49.64126],[10.91135,49.63901],[10.91127,49.63677],[10.91118,49.63452],[10.91109,49.63227],[10.911,49.63002],[10.91446,49.62997],[10.91437,49.62772],[10.91429,49.62547],[10.9142,49.62322],[10.91411,49.62098],[10.91757,49.62092],[10.91748,49.61867],[10.91739,49.61642],[10.9173,49.61418],[10.91722,49.61193],[10.92068,49.61187],[10.92059,49.60963],[10.9205,49.60738],[10.91704,49.60743],[10.91695,49.60519],[10.91686,49.60294],[10.91341,49.603],[10.91332,49.60075],[10.91323,49.5985],[10.91669,49.59845],[10.9166,49.5962],[10.92006,49.59614],[10.91997,49.59389],[10.91988,49.59165],[10.91979,49.5894],[10.9197,49.58715],[10.91962,49.5849],[10.91953,49.58266],[10.91944,49.58041],[10.91935,49.57816],[10.9159,49.57822],[10.91581,49.57597],[10.91572,49.57372],[10.91226,49.57378],[10.91218,49.57153],[10.91209,49.56929],[10.912,49.56704],[10.91191,49.56479],[10.91182,49.56254],[10.91174,49.5603],[10.91519,49.56024],[10.9151,49.55799],[10.91856,49.55793],[10.92201,49.55788],[10.92547,49.55782],[10.92892,49.55776],[10.92883,49.55551],[10.92875,49.55327],[10.92529,49.55332],[10.9252,49.55108],[10.92175,49.55113],[10.92166,49.54889],[10.92157,49.54664],[10.92148,49.54439],[10.91803,49.54445],[10.91458,49.54451],[10.91466,49.54675],[10.91121,49.54681],[10.9113,49.54906],[10.90784,49.54912],[10.90439,49.54917],[10.90093,49.54923],[10.89748,49.54929],[10.89739,49.54704],[10.89394,49.5471],[10.89385,49.54485],[10.89731,49.54479],[10.89722,49.54254],[10.89713,49.5403],[10.89368,49.54035],[10.89377,49.5426],[10.89031,49.54266],[10.88686,49.54271],[10.8834,49.54277],[10.88332,49.54052],[10.88323,49.53827],[10.87978,49.53833],[10.87632,49.53839],[10.87641,49.54063],[10.87296,49.54069],[10.87304,49.54294],[10.86959,49.54299],[10.86613,49.54305],[10.86268,49.54311],[10.85923,49.54316],[10.85914,49.54091],[10.85569,49.54097],[10.85223,49.54102],[10.85215,49.53878],[10.8487,49.53883],[10.84524,49.53889],[10.84179,49.53894],[10.83833,49.539],[10.83488,49.53905],[10.83143,49.53911],[10.83134,49.53686],[10.83126,49.53461],[10.83118,49.53236],[10.83109,49.53012],[10.83101,49.52787],[10.83092,49.52562],[10.83438,49.52557],[10.83446,49.52781],[10.83791,49.52776],[10.83783,49.52551],[10.84128,49.52546],[10.8412,49.52321],[10.84111,49.52096],[10.84457,49.52091]]],"terms_url":"https://www.erlangen.de","terms_text":"© Stadt Erlangen","best":true},{"id":"Escambia_Ortho_2019","name":"Escambia County Orthoimagery (2019)","type":"tms","template":"https://arcgis5.roktech.net/arcgis/rest/services/escambia/orthos2019/MapServer/WMTS/tile/1.0.0/escambia_orthos2019/default/default028mm/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-87.52087,30.27143],[-87.52254,30.3264],[-87.41504,30.44416],[-87.46452,30.5065],[-87.46495,30.52024],[-87.42014,30.61745],[-87.42147,30.65933],[-87.6506,30.85987],[-87.60687,30.99836],[-87.14441,31.00822],[-87.26968,30.92314],[-87.29788,30.79877],[-87.29612,30.73025],[-87.24492,30.60763],[-87.16347,30.54053],[-87.14613,30.48574],[-87.14373,30.38961],[-87.22278,30.38783],[-87.22166,30.33288],[-87.17394,30.33399],[-86.91777,30.37856],[-86.91777,30.35263],[-87.52087,30.27143]]],"terms_url":"https://www.fdot.gov/gis/aerialmain.shtm","terms_text":"Florida Department of Transportation","description":"The 2019 orthoimagery for Escambia County in the State of Florida"},{"id":"Escambia_Ortho_2022","name":"Escambia County Orthoimagery (2022)","type":"tms","template":"https://arcgis5.roktech.net/arcgis/rest/services/escambia/orthos2022/MapServer/WMTS/tile/1.0.0/escambia_orthos2022/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-87.52087,30.27143],[-86.91777,30.35263],[-86.91777,30.37856],[-87.17394,30.33399],[-87.22166,30.33288],[-87.22278,30.38783],[-87.14373,30.38961],[-87.14613,30.48574],[-87.16347,30.54053],[-87.24492,30.60763],[-87.29612,30.73025],[-87.29788,30.79877],[-87.26968,30.92314],[-87.14441,31.00822],[-87.60687,30.99836],[-87.6506,30.85987],[-87.42147,30.65933],[-87.42014,30.61745],[-87.46495,30.52024],[-87.46452,30.5065],[-87.41504,30.44416],[-87.52254,30.3264],[-87.52087,30.27143]]],"terms_url":"https://www.fdot.gov/gis/aerialmain.shtm","terms_text":"Florida Department of Transportation","description":"The 2022 orthoimagery for Escambia County in the State of Florida"},{"id":"EsriWorldImagery","name":"Esri World Imagery","type":"tms","template":"https://{switch:services,server}.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}","category":"photo","zoomExtent":[0,22],"terms_url":"https://wiki.openstreetmap.org/wiki/Esri","terms_text":"Terms & Feedback","default":true,"description":"Esri World Imagery","icon":"https://osmlab.github.io/editor-layer-index/sources/world/EsriImageryClarity.png"},{"id":"EsriWorldImageryClarity","name":"Esri World Imagery (Clarity) Beta","type":"tms","template":"https://clarity.maptiles.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}","category":"photo","zoomExtent":[0,22],"terms_url":"https://wiki.openstreetmap.org/wiki/Esri","terms_text":"Terms & Feedback","default":true,"description":"Esri archive imagery that may be clearer and more accurate than the default layer.","icon":"https://osmlab.github.io/editor-layer-index/sources/world/EsriImageryClarity.png"},{"id":"eufar-balaton","name":"EUFAR Balaton orthophotos","type":"tms","template":"http://e.tile.openstreetmap.hu/balaton/0/{zoom}/{x}/{y}.jpg","category":"photo","endDate":"2010-08-31T00:00:00.000Z","startDate":"2010-08-01T00:00:00.000Z","zoomExtent":[12,19],"polygon":[[[18.17918,46.98502],[18.17773,47.01816],[18.08176,47.05643],[18.10281,47.06311],[18.08152,47.09344],[18.06436,47.09049],[18.03537,47.07983],[18.03344,47.08262],[17.9582,47.05567],[17.99436,47.00449],[17.86441,46.95517],[17.80274,47.0103],[17.67184,46.97207],[17.23875,46.77079],[17.22244,46.6796],[17.47175,46.70306],[18.16735,46.94133],[18.17918,46.98502]]],"terms_url":"http://www.bli.okologia.mta.hu/","terms_text":"EUFAR Balaton ortofotó 2010","best":true,"description":"1940 geo-tagged photography from Balaton Limnological Institute."},{"id":"EMS-Orthophotographie-2022","name":"Eurométropole de Strasbourg - Orthophotographie 2022","type":"wms","template":"https://www.datagrandest.fr/geoserver/ems/ows?LAYERS=EMS_Ortho_2022&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[7.53675,48.59625],[7.53675,48.5955],[7.537,48.5945],[7.53825,48.59375],[7.5385,48.59225],[7.53925,48.592],[7.5395,48.59],[7.5405,48.58825],[7.54225,48.587],[7.54375,48.5865],[7.54425,48.58575],[7.5435,48.58525],[7.5435,48.58375],[7.544,48.58325],[7.54575,48.5835],[7.55125,48.58275],[7.5515,48.582],[7.552,48.58175],[7.556,48.58125],[7.561,48.58175],[7.56225,48.58125],[7.56625,48.5815],[7.5725,48.581],[7.57325,48.58125],[7.57925,48.5805],[7.588,48.57875],[7.5815,48.577],[7.57925,48.576],[7.57325,48.575],[7.5725,48.5745],[7.57225,48.5675],[7.5715,48.56525],[7.57,48.563],[7.569,48.5605],[7.56925,48.5595],[7.57075,48.55925],[7.57075,48.55875],[7.57225,48.5575],[7.57325,48.5575],[7.57425,48.5565],[7.576,48.556],[7.57625,48.5555],[7.57925,48.55625],[7.5805,48.55775],[7.58675,48.55575],[7.586,48.554],[7.586,48.55275],[7.58625,48.55125],[7.587,48.55075],[7.58775,48.551],[7.59125,48.5505],[7.59375,48.54925],[7.59525,48.549],[7.59825,48.54925],[7.5985,48.54975],[7.59925,48.54975],[7.6,48.551],[7.6015,48.551],[7.602,48.5515],[7.602,48.5525],[7.60275,48.55225],[7.604,48.5495],[7.605,48.54925],[7.605,48.54825],[7.6035,48.54775],[7.6035,48.5465],[7.605,48.54425],[7.60425,48.54325],[7.60475,48.54175],[7.60525,48.5415],[7.60625,48.53875],[7.60725,48.5385],[7.60725,48.538],[7.606,48.5375],[7.60575,48.536],[7.607,48.53475],[7.60825,48.535],[7.61,48.53075],[7.612,48.52925],[7.6125,48.5255],[7.6115,48.52575],[7.61075,48.52525],[7.61025,48.52225],[7.59275,48.51275],[7.5915,48.51475],[7.588,48.5145],[7.586,48.514],[7.5855,48.5135],[7.5855,48.5125],[7.58775,48.5075],[7.5875,48.507],[7.58875,48.505],[7.58925,48.50275],[7.593,48.49725],[7.59325,48.49625],[7.59225,48.49575],[7.59225,48.495],[7.59325,48.493],[7.593,48.4915],[7.5915,48.49075],[7.5915,48.48825],[7.591,48.48725],[7.59075,48.485],[7.6085,48.474],[7.612,48.47575],[7.61475,48.476],[7.61525,48.47575],[7.62075,48.47725],[7.6245,48.47775],[7.62525,48.47825],[7.629,48.47775],[7.63225,48.478],[7.63275,48.47825],[7.63375,48.48125],[7.63525,48.48225],[7.63725,48.482],[7.6375,48.481],[7.63825,48.4805],[7.6385,48.4795],[7.63825,48.47825],[7.639,48.4775],[7.63925,48.4765],[7.64225,48.476],[7.644,48.477],[7.64575,48.47525],[7.64825,48.475],[7.64925,48.476],[7.6535,48.47625],[7.6545,48.47675],[7.655,48.4775],[7.65675,48.478],[7.65725,48.47875],[7.65725,48.48025],[7.6605,48.4835],[7.66175,48.484],[7.66425,48.484],[7.66775,48.48675],[7.6775,48.4865],[7.6785,48.485],[7.68025,48.4845],[7.682,48.485],[7.683,48.48625],[7.68325,48.48575],[7.68225,48.48475],[7.68225,48.48375],[7.68275,48.483],[7.68375,48.4825],[7.689,48.48275],[7.68925,48.48175],[7.69375,48.48125],[7.6945,48.4805],[7.697,48.4805],[7.69725,48.481],[7.6975,48.48075],[7.6975,48.48],[7.695,48.47875],[7.69475,48.47825],[7.695,48.475],[7.6945,48.47425],[7.695,48.4735],[7.693,48.47175],[7.69275,48.47075],[7.69375,48.469],[7.6935,48.46625],[7.6945,48.4645],[7.694,48.46125],[7.69525,48.45975],[7.69525,48.45825],[7.69575,48.45725],[7.6935,48.45525],[7.69225,48.45275],[7.69275,48.452],[7.694,48.45175],[7.694,48.45075],[7.6945,48.45],[7.6985,48.449],[7.7015,48.44875],[7.702,48.45025],[7.7025,48.45025],[7.70375,48.453],[7.707,48.45025],[7.71725,48.44875],[7.73175,48.4435],[7.73625,48.44425],[7.73725,48.445],[7.73775,48.44625],[7.7415,48.447],[7.7425,48.448],[7.74425,48.4475],[7.739,48.44225],[7.73875,48.44025],[7.73925,48.43825],[7.75125,48.43325],[7.75375,48.433],[7.762,48.4465],[7.76525,48.45375],[7.7665,48.4575],[7.76775,48.464],[7.76825,48.4875],[7.76875,48.48875],[7.771,48.491],[7.7735,48.49225],[7.78275,48.496],[7.79025,48.49825],[7.7965,48.5015],[7.80125,48.50575],[7.80575,48.51225],[7.8065,48.5145],[7.80775,48.51975],[7.80775,48.5235],[7.805,48.53325],[7.8045,48.536],[7.8045,48.5395],[7.80675,48.54975],[7.8065,48.56],[7.80625,48.56275],[7.805,48.56775],[7.80175,48.5765],[7.80125,48.579],[7.8015,48.5845],[7.80325,48.58875],[7.80575,48.59225],[7.82975,48.61725],[7.833,48.62225],[7.834,48.6245],[7.83875,48.638],[7.84025,48.6405],[7.8435,48.64375],[7.848,48.646],[7.85325,48.647],[7.863,48.65],[7.88625,48.6595],[7.891,48.662],[7.8945,48.6645],[7.89675,48.6665],[7.89675,48.66725],[7.893,48.67],[7.8925,48.671],[7.8915,48.67175],[7.88775,48.67175],[7.888,48.67275],[7.889,48.6735],[7.8885,48.67575],[7.8875,48.6765],[7.88575,48.67675],[7.8805,48.676],[7.8775,48.674],[7.875,48.67425],[7.87475,48.675],[7.873,48.67625],[7.8665,48.676],[7.86475,48.67625],[7.8615,48.67475],[7.8605,48.674],[7.8605,48.6735],[7.85975,48.6735],[7.85875,48.67225],[7.85875,48.67025],[7.85775,48.66925],[7.858,48.668],[7.8585,48.66775],[7.855,48.667],[7.85425,48.668],[7.8535,48.66825],[7.85325,48.668],[7.8525,48.6695],[7.852,48.66975],[7.847,48.67025],[7.8465,48.67075],[7.84575,48.67075],[7.84475,48.67175],[7.8435,48.6715],[7.84275,48.67325],[7.842,48.674],[7.84375,48.67475],[7.84375,48.67575],[7.842,48.6775],[7.83925,48.67925],[7.8345,48.682],[7.83125,48.68075],[7.8185,48.6885],[7.8175,48.6885],[7.796,48.67025],[7.785,48.671],[7.78075,48.67075],[7.77825,48.66975],[7.778,48.67025],[7.77525,48.671],[7.771,48.67125],[7.769,48.66975],[7.76775,48.6675],[7.7655,48.66825],[7.76475,48.66975],[7.7625,48.6705],[7.7615,48.67175],[7.76025,48.6725],[7.75725,48.6735],[7.754,48.67425],[7.75075,48.67425],[7.74875,48.67325],[7.747,48.67375],[7.74825,48.67825],[7.7475,48.6805],[7.748,48.68125],[7.74825,48.68325],[7.74825,48.68675],[7.74775,48.6875],[7.723,48.6885],[7.72025,48.688],[7.719,48.68725],[7.71625,48.687],[7.71275,48.7025],[7.71175,48.70325],[7.7115,48.703],[7.70925,48.70325],[7.709,48.70275],[7.707,48.7025],[7.70575,48.70075],[7.703,48.7],[7.70025,48.69825],[7.6985,48.69825],[7.69625,48.6975],[7.695,48.696],[7.694,48.6955],[7.69325,48.6955],[7.6925,48.69625],[7.6925,48.69725],[7.6915,48.69775],[7.688,48.6965],[7.68725,48.69575],[7.68575,48.69575],[7.68425,48.69425],[7.68425,48.69375],[7.683,48.69325],[7.67725,48.6935],[7.6765,48.69275],[7.6765,48.6915],[7.67175,48.6905],[7.67125,48.6895],[7.66825,48.68875],[7.6675,48.68775],[7.668,48.6845],[7.669,48.684],[7.6695,48.683],[7.672,48.68175],[7.673,48.68025],[7.67425,48.67975],[7.67375,48.67725],[7.67425,48.6755],[7.677,48.67525],[7.67775,48.67575],[7.6815,48.675],[7.6815,48.6735],[7.682,48.67275],[7.6825,48.67275],[7.6825,48.672],[7.683,48.67175],[7.68325,48.671],[7.68375,48.6705],[7.6855,48.6705],[7.68525,48.66975],[7.684,48.66975],[7.6835,48.67025],[7.682,48.67],[7.68025,48.66925],[7.67975,48.66825],[7.6765,48.66825],[7.67575,48.66775],[7.67525,48.66625],[7.67125,48.665],[7.67075,48.664],[7.6695,48.6635],[7.669,48.663],[7.6685,48.661],[7.66925,48.66025],[7.66925,48.659],[7.67075,48.6585],[7.67,48.65725],[7.67025,48.65575],[7.669,48.65625],[7.668,48.6555],[7.6675,48.65375],[7.66775,48.653],[7.67225,48.651],[7.674,48.65075],[7.6745,48.65025],[7.67725,48.6495],[7.67875,48.647],[7.681,48.647],[7.681,48.64625],[7.6815,48.64575],[7.68525,48.64375],[7.68875,48.6435],[7.68925,48.64275],[7.69,48.6425],[7.6915,48.643],[7.693,48.6415],[7.6955,48.6415],[7.696,48.63975],[7.6965,48.6395],[7.7,48.6395],[7.70025,48.6385],[7.69925,48.63675],[7.6975,48.63575],[7.6965,48.6345],[7.694,48.6335],[7.693,48.6335],[7.69125,48.63225],[7.6915,48.62925],[7.69025,48.6285],[7.68925,48.6265],[7.68825,48.62625],[7.68775,48.623],[7.688,48.622],[7.68625,48.62075],[7.68425,48.621],[7.6835,48.62075],[7.68075,48.622],[7.679,48.62225],[7.67625,48.621],[7.66825,48.6135],[7.662,48.61275],[7.65575,48.61125],[7.65525,48.61175],[7.65325,48.61175],[7.6515,48.61275],[7.649,48.6135],[7.64625,48.61325],[7.6435,48.6135],[7.64025,48.613],[7.6315,48.6085],[7.6315,48.60725],[7.63325,48.60525],[7.63325,48.60375],[7.631,48.6035],[7.63075,48.6025],[7.63125,48.60175],[7.629,48.6015],[7.6285,48.601],[7.6285,48.60025],[7.62925,48.59925],[7.62875,48.599],[7.6275,48.6],[7.6245,48.599],[7.62,48.59875],[7.61975,48.5975],[7.62,48.597],[7.615,48.596],[7.60825,48.594],[7.60775,48.5935],[7.60775,48.5925],[7.60825,48.592],[7.59975,48.59],[7.59925,48.5905],[7.5985,48.5905],[7.593,48.59],[7.5905,48.58975],[7.59,48.5895],[7.59,48.589],[7.58925,48.589],[7.58875,48.5895],[7.58775,48.58925],[7.58725,48.58975],[7.5855,48.58975],[7.5845,48.59025],[7.58275,48.59025],[7.581,48.591],[7.57875,48.59125],[7.576,48.5935],[7.572,48.5935],[7.572,48.594],[7.56825,48.59825],[7.56775,48.5995],[7.56825,48.6],[7.5675,48.60175],[7.56625,48.60175],[7.56525,48.60325],[7.562,48.60275],[7.561,48.603],[7.5555,48.60175],[7.551,48.602],[7.5375,48.59725],[7.53675,48.59625]]],"terms_url":"https://data.strasbourg.eu/explore/dataset/service-wms-des-orthophotographies/information/","terms_text":"Ville et eurométropole de Strasbourg - DataGrandEst 2022","best":true},{"id":"Fairfax_VA_2024","name":"Fairfax County Orthoimagery (2024)","type":"tms","template":"https://www.fairfaxcounty.gov/gisimagery/rest/services/AerialPhotography/2024AerialPhotographyCached/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[9,23],"polygon":[[[-77.34049,39.06239],[-77.34073,39.04789],[-77.35003,39.04798],[-77.35014,39.04073],[-77.35943,39.04082],[-77.35955,39.03358],[-77.36884,39.03366],[-77.36907,39.01917],[-77.37836,39.01926],[-77.37847,39.01201],[-77.38777,39.0121],[-77.38788,39.00485],[-77.39717,39.00494],[-77.39739,38.99044],[-77.40667,38.99053],[-77.40678,38.98328],[-77.41606,38.98336],[-77.41629,38.96887],[-77.42558,38.96896],[-77.42569,38.96171],[-77.43497,38.96179],[-77.43508,38.95454],[-77.44436,38.95463],[-77.44447,38.94738],[-77.45375,38.94746],[-77.45396,38.93297],[-77.46324,38.93305],[-77.46334,38.9258],[-77.47262,38.92588],[-77.47272,38.91863],[-77.482,38.91871],[-77.48221,38.90422],[-77.49149,38.9043],[-77.49159,38.89705],[-77.50087,38.89713],[-77.50097,38.88988],[-77.51024,38.88996],[-77.51044,38.87546],[-77.51972,38.87554],[-77.51982,38.86829],[-77.52908,38.86837],[-77.52918,38.86112],[-77.53845,38.86119],[-77.53884,38.8322],[-77.52031,38.83205],[-77.52041,38.8248],[-77.51114,38.82472],[-77.51134,38.81023],[-77.50208,38.81015],[-77.50228,38.79565],[-77.4467,38.79516],[-77.44681,38.78792],[-77.43755,38.78784],[-77.43776,38.77334],[-77.41924,38.77317],[-77.41968,38.74417],[-77.39191,38.74392],[-77.39202,38.73667],[-77.38277,38.73658],[-77.38322,38.70758],[-77.32772,38.70704],[-77.32783,38.69979],[-77.29084,38.69942],[-77.29096,38.69217],[-77.27246,38.69197],[-77.27258,38.68473],[-77.26334,38.68463],[-77.26346,38.67738],[-77.25421,38.67729],[-77.25436,38.67004],[-77.24509,38.66995],[-77.24521,38.66269],[-77.23599,38.66263],[-77.23644,38.63756],[-77.22762,38.6101],[-77.12969,38.63451],[-77.11913,38.69053],[-77.05006,38.71118],[-77.04081,38.71107],[-77.03919,38.7908],[-77.04845,38.79092],[-77.0483,38.79816],[-77.06683,38.79839],[-77.06669,38.80563],[-77.12226,38.80631],[-77.1217,38.83529],[-77.10317,38.83507],[-77.1029,38.84957],[-77.11216,38.84968],[-77.11202,38.85693],[-77.12129,38.85704],[-77.12115,38.86429],[-77.13042,38.8644],[-77.13028,38.87164],[-77.13955,38.87175],[-77.13942,38.879],[-77.14869,38.87911],[-77.14814,38.9081],[-77.13887,38.90799],[-77.13873,38.91524],[-77.12945,38.91513],[-77.12931,38.92238],[-77.12004,38.92227],[-77.11962,38.94401],[-77.1289,38.94412],[-77.12862,38.95862],[-77.13791,38.95873],[-77.13777,38.96598],[-77.14705,38.96608],[-77.14692,38.97333],[-77.22119,38.97416],[-77.22107,38.98141],[-77.23963,38.98161],[-77.23874,39.03234],[-77.26662,39.03264],[-77.26649,39.03989],[-77.27579,39.03998],[-77.27566,39.04723],[-77.29425,39.04742],[-77.29413,39.05467],[-77.31272,39.05486],[-77.3126,39.06211],[-77.34049,39.06239]]],"terms_url":"https://www.fairfaxcounty.gov/maps/aerial-photography","terms_text":"Government of Fairfax County, Virginia","best":true,"description":"The 2024 orthoimagery for Fairfax County of the Commonwealth of Virginia"},{"id":"fiskeridir-akvakultur","name":"Fiskeridirektoratet Aquaculture overlay","type":"wms","template":"https://gis.fiskeridir.no/server/services/fiskeridirWMS_akva/MapServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=flate_ihht_akvakulturregisteret,akvakultur_lokaliteter&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[3,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.fiskeridir.no/","terms_text":"© Fiskeridirektoratet","description":"Aquaculture/marine farms (licensed sites, may not yet have any installations)","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Emblem_of_the_Norwegian_Directorate_of_Fisheries.svg/175px-Emblem_of_the_Norwegian_Directorate_of_Fisheries.svg.png","overlay":true},{"id":"Florida_DEP_Ortho_2020","name":"Florida DEP Orthoimagery Composite (2020)","type":"wms","template":"https://ca.dep.state.fl.us/arcgis/rest/services/Imagery/Aerial_Imagery_2020/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-07-01T00:00:00.000Z","startDate":"2019-12-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.23144,25.33565],[-80.14011,25.48698],[-80.10557,25.98158],[-80.88178,25.98429],[-80.86745,25.17258],[-80.64102,25.13037],[-80.23144,25.33565]],[[-80.68083,27.12578],[-80.61989,26.94678],[-80.06149,26.94411],[-80.19127,27.27538],[-80.29552,27.2756],[-80.29596,27.20683],[-80.68053,27.20823],[-80.68083,27.12578]],[[-82.22327,30.57505],[-82.33429,30.57702],[-82.33405,30.59075],[-82.46112,30.5928],[-82.47045,30.13917],[-82.06339,30.13226],[-82.05975,29.7884],[-82.31798,29.88917],[-82.38085,29.89026],[-82.41137,29.94579],[-82.51915,29.94746],[-82.66584,29.83956],[-82.67166,29.52338],[-82.56163,29.52179],[-82.56245,29.48016],[-82.41222,29.47823],[-82.41124,29.22958],[-82.55232,29.22907],[-82.55105,29.03651],[-82.73907,29.03572],[-82.85786,28.23695],[-82.86953,27.83908],[-82.77683,27.75708],[-82.77477,27.52441],[-82.63616,27.37221],[-82.2655,27.3734],[-82.26506,27.19459],[-82.06512,27.19483],[-82.06503,27.04353],[-82.26472,27.04328],[-82.26451,26.94702],[-82.3759,26.94677],[-82.17499,26.44599],[-81.8466,26.31434],[-81.6525,26.31408],[-81.6522,26.41037],[-81.56055,26.41011],[-81.56018,26.506],[-81.27877,26.50682],[-81.27814,26.24546],[-80.86627,26.24567],[-80.88049,26.78194],[-81.55913,26.78111],[-81.55821,27.01492],[-81.24928,27.01584],[-81.24952,27.11209],[-81.15729,27.11224],[-81.15741,27.19476],[-80.92668,27.19482],[-81.18868,27.49731],[-81.18878,27.55232],[-81.12708,27.5799],[-81.1271,27.63492],[-80.86465,27.63497],[-80.86616,28.35001],[-81.59432,28.3489],[-81.5946,28.39004],[-81.63996,28.38989],[-81.64357,28.7749],[-81.40945,28.77581],[-81.34732,28.87225],[-81.34775,28.99601],[-81.6473,29.32472],[-81.50582,29.33926],[-81.5059,29.35301],[-81.47451,29.35312],[-81.47458,29.36687],[-81.42748,29.36704],[-81.42702,29.25705],[-81.14478,29.25765],[-81.145,29.4089],[-81.08219,29.40891],[-81.19261,29.6838],[-81.27135,29.68369],[-81.27132,29.66994],[-81.3343,29.66979],[-81.33421,29.6423],[-81.50734,29.64175],[-81.50795,29.76551],[-81.66782,30.10849],[-81.43065,30.10949],[-81.43125,30.24696],[-81.3679,30.24717],[-81.40059,30.49452],[-81.49626,30.57667],[-81.52804,30.5766],[-81.52782,30.54892],[-81.57552,30.54894],[-81.5757,30.57636],[-81.71833,30.57564],[-82.03932,30.29854],[-82.03766,30.36555],[-82.16446,30.36787],[-82.16414,30.38161],[-82.18,30.3819],[-82.17967,30.39564],[-82.19553,30.39592],[-82.19301,30.50584],[-82.20883,30.50617],[-82.20853,30.5199],[-82.22439,30.52017],[-82.22327,30.57505]]],"terms_url":"https://floridadep.gov/","terms_text":"Florida Department of Environmental Protection","description":"Florida Department of Environmental Protection orthoimagery captured in 2020, not covering the entire state","icon":"https://github.com/osmlab/editor-layer-index/raw/gh-pages/sources/north-america/us/fl/Florida_DEP.png"},{"id":"Florida_DEP_Ortho_2021","name":"Florida DEP Orthoimagery Composite (2021)","type":"wms","template":"https://ca.dep.state.fl.us/arcgis/rest/services/Imagery/Aerial_Imagery_2021/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2021-03-07T00:00:00.000Z","startDate":"2020-12-03T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.23144,25.33565],[-80.14011,25.48698],[-80.10557,25.98158],[-80.07225,26.33902],[-80.20968,26.33975],[-80.20968,26.35355],[-80.27072,26.35382],[-80.27061,26.36758],[-80.30109,26.36789],[-80.30211,26.2027],[-80.33259,26.20281],[-80.33281,26.17538],[-80.34803,26.17546],[-80.348,26.16163],[-80.36331,26.16172],[-80.36348,26.14812],[-80.42436,26.14831],[-80.42436,26.16197],[-80.46993,26.16205],[-80.4708,26.02475],[-80.50142,26.02506],[-80.50142,25.99724],[-80.53185,25.99739],[-80.53185,25.96972],[-80.66917,25.9698],[-80.66917,25.98308],[-80.85022,25.98251],[-80.85093,26.32831],[-81.21796,26.32852],[-81.21827,26.5479],[-81.59977,26.54686],[-81.59956,26.49209],[-81.63027,26.49168],[-81.63016,26.47768],[-81.72185,26.47762],[-81.72154,26.39506],[-81.90462,26.39392],[-81.74509,25.86243],[-81.39696,25.69837],[-81.17624,25.10506],[-81.03517,25.01047],[-80.64102,25.13037],[-80.23144,25.33565]],[[-80.68083,27.12578],[-80.61973,26.94553],[-80.38967,26.94573],[-80.39114,26.67086],[-80.36053,26.67072],[-80.34814,26.64754],[-80.33309,26.63338],[-80.27973,26.60171],[-80.24813,26.56321],[-80.23338,26.54192],[-80.22235,26.5127],[-80.22235,26.50497],[-80.05569,26.50396],[-80.05557,26.51771],[-80.02501,26.51758],[-80.02248,26.8333],[-80.58343,28.40431],[-80.6769,28.40474],[-80.67667,28.50099],[-80.76931,28.5008],[-80.84771,28.8037],[-80.97193,28.80408],[-80.97241,28.63892],[-80.98805,28.63882],[-80.98815,28.66642],[-81.00356,28.66637],[-81.0037,28.70766],[-81.0192,28.70762],[-81.0192,28.72137],[-81.03485,28.72137],[-81.03485,28.74887],[-81.05045,28.74887],[-81.05047,28.80391],[-81.06605,28.80398],[-81.06609,28.83144],[-81.12877,28.83139],[-81.12851,28.81766],[-81.14425,28.81766],[-81.14397,28.80382],[-81.20665,28.80382],[-81.20665,28.83132],[-81.22225,28.83122],[-81.22234,28.84502],[-81.33151,28.84467],[-81.3317,28.85841],[-81.34697,28.85841],[-81.34744,28.88601],[-81.37845,28.88572],[-81.37845,28.87207],[-81.3941,28.87188],[-81.394,28.84457],[-81.42531,28.84453],[-81.42511,28.78952],[-81.66233,28.78856],[-81.65897,28.24955],[-81.47277,28.25023],[-81.47296,28.33857],[-81.37357,28.33862],[-81.37353,28.31657],[-81.21206,28.3169],[-81.21187,28.33914],[-80.86372,28.33919],[-80.86403,28.08869],[-80.87958,28.08888],[-80.87998,27.82751],[-80.89532,27.82746],[-80.89545,27.71748],[-80.87999,27.71739],[-80.88004,27.64864],[-81.15802,27.64863],[-81.15797,27.59364],[-81.17336,27.59359],[-81.17336,27.57983],[-81.1888,27.57981],[-81.18879,27.56606],[-81.20424,27.56611],[-81.20422,27.5523],[-81.21964,27.55228],[-81.21958,27.48352],[-81.20407,27.48354],[-81.20404,27.46974],[-81.18863,27.46983],[-81.1886,27.45606],[-81.17316,27.45608],[-81.1732,27.44234],[-81.1577,27.44247],[-81.15763,27.40108],[-81.14227,27.40108],[-81.14222,27.38737],[-81.1268,27.38731],[-81.12678,27.37368],[-81.06521,27.37362],[-81.06514,27.34618],[-81.04978,27.34608],[-81.04985,27.31861],[-80.97281,27.31857],[-80.97281,27.33247],[-80.69566,27.332],[-80.69524,27.19488],[-80.6803,27.19446],[-80.68083,27.12578]],[[-82.04995,27.64872],[-82.57494,27.64774],[-82.77699,27.54173],[-82.6506,27.37218],[-82.2655,27.3734],[-82.26516,27.20839],[-82.23434,27.20846],[-82.23424,27.19464],[-82.05009,27.1955],[-82.04995,27.64872]],[[-80.68185,26.74057],[-80.68191,26.71309],[-80.71253,26.71313],[-80.71257,26.6856],[-80.74325,26.6857],[-80.74332,26.65818],[-80.728,26.65815],[-80.72805,26.6444],[-80.66685,26.64424],[-80.66678,26.65801],[-80.62084,26.65787],[-80.62072,26.69912],[-80.63596,26.69912],[-80.63594,26.71291],[-80.6513,26.71294],[-80.65118,26.74053],[-80.68185,26.74057]],[[-80.68185,26.74057],[-80.68184,26.75423],[-80.69713,26.7544],[-80.69715,26.74065],[-80.68185,26.74057]],[[-80.69701,26.79566],[-80.69706,26.78189],[-80.68179,26.78187],[-80.68172,26.79557],[-80.69701,26.79566]],[[-80.68172,26.79557],[-80.63577,26.79545],[-80.63567,26.82302],[-80.62033,26.82297],[-80.62024,26.83671],[-80.60492,26.83664],[-80.60477,26.89158],[-80.61563,26.89163],[-80.68163,26.82284],[-80.68172,26.79557]],[[-80.83513,26.68582],[-80.80449,26.68581],[-80.80449,26.69951],[-80.83512,26.6996],[-80.83513,26.68582]],[[-81.57194,27.04238],[-81.5705,26.75355],[-80.94232,26.75462],[-80.9423,26.76849],[-80.92722,26.76849],[-80.8653,27.05762],[-80.8652,27.18079],[-80.89602,27.18108],[-80.89593,27.19478],[-80.91129,27.19483],[-80.91134,27.20858],[-80.9267,27.20858],[-80.92668,27.22235],[-81.17282,27.22228],[-81.17267,27.12594],[-81.28029,27.1258],[-81.28008,27.04326],[-81.57194,27.04238]],[[-81.36305,28.89971],[-81.2068,28.90006],[-81.20682,28.91379],[-80.80047,28.9138],[-81.09792,29.43642],[-81.12933,29.43641],[-81.12931,29.42266],[-81.16072,29.42262],[-81.16048,29.27137],[-81.41141,29.27084],[-81.41197,29.4083],[-81.44338,29.40822],[-81.4433,29.39445],[-81.45899,29.39444],[-81.45893,29.38067],[-81.50605,29.3805],[-81.50598,29.36668],[-81.56878,29.36651],[-81.56861,29.35274],[-81.58423,29.35255],[-81.58333,29.18769],[-81.56778,29.18777],[-81.56766,29.17398],[-81.53637,29.17409],[-81.53616,29.14662],[-81.52051,29.14671],[-81.52032,29.10546],[-81.5047,29.10552],[-81.5046,29.09175],[-81.47336,29.09184],[-81.47317,29.06439],[-81.45747,29.06449],[-81.45738,29.05064],[-81.44173,29.05074],[-81.44173,29.03694],[-81.42613,29.03699],[-81.42604,29.02329],[-81.41035,29.02333],[-81.4103,29.00954],[-81.39479,29.00958],[-81.39461,28.99588],[-81.37905,28.99593],[-81.37882,28.95468],[-81.36326,28.95477],[-81.36305,28.89971]],[[-82.31634,28.95482],[-81.64406,28.95471],[-81.64386,29.03733],[-81.62821,29.03733],[-81.62747,29.28451],[-81.64312,29.28461],[-81.64274,29.35341],[-81.65829,29.35345],[-81.65846,29.38079],[-81.7366,29.38098],[-81.73669,29.43627],[-81.76808,29.43627],[-81.76798,29.49127],[-81.83104,29.49145],[-81.83066,29.53251],[-81.86205,29.53261],[-81.86215,29.51876],[-81.97233,29.51895],[-81.97214,29.50502],[-82.03511,29.50511],[-82.03511,29.49136],[-82.05076,29.49145],[-82.05085,29.47742],[-82.06654,29.47771],[-82.0665,29.45021],[-82.11363,29.45011],[-82.11358,29.43636],[-82.20788,29.43631],[-82.20793,29.44992],[-82.1765,29.45016],[-82.20404,29.47756],[-82.20793,29.47756],[-82.20812,29.49122],[-82.4123,29.49083],[-82.41119,29.21581],[-82.53659,29.21539],[-82.53562,29.03645],[-82.45729,29.03692],[-82.4571,29.02317],[-82.44174,29.02336],[-82.44136,29.00971],[-82.39471,29.00961],[-82.39476,28.99582],[-82.36332,28.99591],[-82.36332,28.98235],[-82.34777,28.98235],[-82.34758,28.9686],[-82.31633,28.9686],[-82.31634,28.95482]],[[-81.55441,29.61406],[-81.31838,29.61485],[-81.31841,29.6286],[-81.30269,29.62863],[-81.30278,29.64231],[-81.25547,29.64252],[-81.25551,29.65622],[-81.20827,29.65632],[-81.20848,29.71136],[-81.36798,30.26088],[-81.44713,30.26072],[-81.44649,30.13675],[-81.51003,30.13666],[-81.50993,30.15031],[-81.58902,30.15003],[-81.58902,30.13619],[-81.65227,30.136],[-81.65198,30.12225],[-81.68346,30.081],[-81.69949,30.08081],[-81.69873,30.01196],[-81.68304,30.01215],[-81.68285,29.9985],[-81.66706,29.9985],[-81.66699,29.98475],[-81.63548,29.98487],[-81.63534,29.97121],[-81.61955,29.97116],[-81.6195,29.95751],[-81.60371,29.9576],[-81.60348,29.93008],[-81.61912,29.92994],[-81.61898,29.88869],[-81.60315,29.88888],[-81.58726,29.84768],[-81.58693,29.80652],[-81.57133,29.80643],[-81.57109,29.77902],[-81.55526,29.77902],[-81.55441,29.61406]],[[-82.06474,30.25709],[-82.03305,30.25734],[-82.03321,30.27112],[-82.01746,30.27125],[-82.01753,30.28504],[-82.00164,30.28512],[-82.00181,30.29895],[-81.98603,30.29898],[-81.9862,30.31275],[-81.97034,30.31282],[-81.97045,30.32679],[-81.95452,30.32658],[-81.9548,30.34038],[-81.93873,30.34045],[-81.93901,30.35432],[-81.92308,30.3546],[-81.92316,30.36825],[-81.90733,30.36822],[-81.90758,30.38198],[-81.89161,30.38219],[-81.89186,30.39585],[-81.8759,30.39596],[-81.87607,30.40979],[-81.86011,30.4099],[-81.8605,30.43735],[-81.84457,30.43749],[-81.84475,30.45122],[-81.82889,30.45125],[-81.82896,30.46512],[-81.7972,30.46526],[-81.79738,30.49275],[-81.7657,30.49296],[-81.76584,30.50669],[-81.74998,30.50673],[-81.75005,30.52059],[-81.73419,30.52059],[-81.73433,30.53446],[-81.71833,30.53446],[-81.71854,30.54826],[-81.67082,30.54847],[-81.67072,30.5346],[-81.65482,30.53482],[-81.65504,30.56226],[-81.62323,30.5624],[-81.62315,30.54864],[-81.60729,30.54868],[-81.60721,30.53497],[-81.59133,30.53504],[-81.59124,30.52128],[-81.55947,30.52144],[-81.5594,30.50769],[-81.52768,30.50784],[-81.52776,30.52156],[-81.51183,30.52174],[-81.51205,30.54923],[-81.49612,30.54923],[-81.4959,30.52362],[-81.4642,30.52179],[-81.46411,30.50805],[-81.44827,30.50814],[-81.4482,30.49436],[-81.43234,30.49441],[-81.41737,30.71442],[-81.46514,30.71426],[-81.46523,30.72801],[-81.59261,30.72745],[-81.59257,30.74114],[-81.64033,30.74097],[-81.6404,30.75473],[-81.65644,30.75469],[-81.65647,30.76849],[-81.67237,30.76831],[-81.67223,30.75448],[-81.72006,30.75423],[-81.72013,30.76796],[-81.73599,30.76796],[-81.7362,30.78161],[-81.78356,30.78126],[-81.78399,30.79534],[-81.83178,30.79488],[-81.83198,30.80864],[-81.87972,30.80835],[-81.87995,30.83582],[-81.91176,30.83559],[-81.91163,30.82183],[-81.9276,30.82172],[-81.92778,30.83541],[-81.97546,30.83509],[-81.975,30.79392],[-81.99097,30.79377],[-81.99118,30.80764],[-82.0229,30.80729],[-82.02279,30.79349],[-82.03869,30.79342],[-82.03844,30.76589],[-82.05432,30.76577],[-82.05345,30.6832],[-82.06938,30.68324],[-82.06927,30.66947],[-82.05334,30.66958],[-82.0527,30.61455],[-82.03677,30.61476],[-82.03645,30.58721],[-82.02052,30.58735],[-82.02016,30.54603],[-82.03602,30.54603],[-82.03503,30.44966],[-82.05092,30.44959],[-82.05,30.36723],[-82.06589,30.36709],[-82.06474,30.25709]],[[-84.71702,30.29219],[-84.25764,30.29215],[-84.25761,30.26462],[-84.06761,30.26418],[-84.06688,30.4292],[-84.05104,30.42909],[-84.05101,30.4428],[-84.03515,30.44283],[-84.03486,30.51161],[-83.9713,30.5113],[-83.97101,30.56628],[-83.98684,30.56631],[-83.98666,30.60754],[-84.00259,30.60761],[-84.00225,30.6764],[-84.08172,30.67663],[-84.08165,30.69041],[-84.30435,30.69092],[-84.30436,30.67715],[-84.32024,30.67717],[-84.32038,30.62211],[-84.33628,30.62218],[-84.33631,30.60842],[-84.35219,30.60851],[-84.35214,30.59473],[-84.38401,30.59476],[-84.38398,30.56727],[-84.39987,30.56729],[-84.39995,30.5123],[-84.41581,30.51226],[-84.41588,30.47107],[-84.5111,30.47109],[-84.5111,30.45737],[-84.54284,30.45733],[-84.54281,30.44354],[-84.57459,30.44359],[-84.57454,30.42984],[-84.6221,30.42978],[-84.62213,30.41604],[-84.63803,30.416],[-84.63796,30.40228],[-84.65383,30.40226],[-84.65382,30.38852],[-84.66966,30.3885],[-84.66962,30.37475],[-84.6855,30.3747],[-84.68541,30.36101],[-84.70127,30.3609],[-84.70127,30.34718],[-84.7171,30.34714],[-84.71702,30.29219]]],"terms_url":"https://floridadep.gov/","terms_text":"Florida Department of Environmental Protection","description":"Florida Department of Environmental Protection orthoimagery captured in 2021, not covering the entire state","icon":"https://github.com/osmlab/editor-layer-index/raw/gh-pages/sources/north-america/us/fl/Florida_DEP.png"},{"id":"FNSB_Aerial_2023","name":"FNSB Aerial Imagery (2023)","type":"tms","template":"https://gisportal.fnsb.gov/image/rest/services/Imagery_2023_Pict_Fairbanks/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[-148.67069,64.68263],[-148.50215,64.68556],[-148.501,64.67117],[-148.14713,64.67673],[-148.1485,64.69116],[-148.11461,64.69169],[-148.11571,64.70605],[-148.0146,64.70751],[-148.01583,64.72198],[-147.72876,64.72553],[-147.72788,64.7111],[-147.55918,64.71297],[-147.55839,64.69852],[-147.49082,64.69922],[-147.4901,64.68479],[-147.45634,64.68515],[-147.45562,64.67066],[-147.38824,64.67135],[-147.38738,64.65694],[-147.3537,64.65722],[-147.35228,64.62838],[-147.31866,64.62866],[-147.318,64.61425],[-147.28431,64.61452],[-147.28379,64.6001],[-147.2501,64.60035],[-147.24879,64.57153],[-147.21507,64.57181],[-147.21455,64.55737],[-147.18093,64.55768],[-147.18027,64.54324],[-147.14672,64.54346],[-147.14615,64.5291],[-147.11266,64.5293],[-147.10757,64.39936],[-147.07412,64.39963],[-147.07357,64.38521],[-147.04013,64.38541],[-147.03932,64.35653],[-147.00578,64.35676],[-147.00433,64.31345],[-146.97088,64.31372],[-146.97043,64.2993],[-146.93717,64.2995],[-146.9368,64.28511],[-146.80376,64.28594],[-146.80348,64.27139],[-146.77022,64.27155],[-146.76976,64.25722],[-146.73659,64.25734],[-146.73623,64.24293],[-146.52053,64.24376],[-146.52075,64.25827],[-146.32153,64.25874],[-146.32178,64.27334],[-146.28853,64.27318],[-146.28915,64.33825],[-146.58888,64.3373],[-146.58914,64.36624],[-146.7228,64.3657],[-146.72489,64.44506],[-146.65802,64.44538],[-146.6584,64.45981],[-146.52463,64.46031],[-146.52485,64.47481],[-146.42458,64.47513],[-146.42436,64.4896],[-146.35758,64.48966],[-146.35803,64.50419],[-146.2575,64.50439],[-146.2575,64.51898],[-146.22389,64.51891],[-146.22374,64.53343],[-146.19058,64.53343],[-146.19073,64.54788],[-146.15727,64.54782],[-146.15703,64.56238],[-146.08996,64.56238],[-146.09011,64.57669],[-145.98938,64.57687],[-145.98908,64.5913],[-145.92231,64.5913],[-145.92216,64.60571],[-145.8884,64.60565],[-145.88826,64.62006],[-145.78758,64.62],[-145.78728,64.6344],[-145.72006,64.63433],[-145.72006,64.64881],[-145.60197,64.64852],[-145.60213,64.63402],[-145.53474,64.63381],[-145.53507,64.61944],[-145.41747,64.6188],[-145.41612,64.66956],[-145.51753,64.66992],[-145.5172,64.68426],[-145.55123,64.6844],[-145.54979,64.74221],[-145.76969,64.74262],[-145.77008,64.72822],[-145.80362,64.72818],[-145.80362,64.71377],[-145.83755,64.71386],[-145.83753,64.69942],[-145.87126,64.69942],[-145.87132,64.68504],[-145.90525,64.68504],[-145.90505,64.65613],[-145.97252,64.65617],[-145.97242,64.64181],[-146.03979,64.64173],[-146.03999,64.62732],[-146.10716,64.62728],[-146.10726,64.61286],[-146.17443,64.61282],[-146.17433,64.59839],[-146.51022,64.59752],[-146.51022,64.58306],[-146.54378,64.58298],[-146.54355,64.56861],[-146.66106,64.56814],[-146.66294,64.65457],[-146.69691,64.65446],[-146.69761,64.68321],[-146.73145,64.68321],[-146.73158,64.69762],[-146.79914,64.69725],[-146.79964,64.71185],[-146.86687,64.71149],[-146.86976,64.80518],[-146.66685,64.80622],[-146.6673,64.83516],[-146.63363,64.83531],[-146.6339,64.84974],[-146.56609,64.85],[-146.56636,64.86442],[-146.49861,64.86474],[-146.49861,64.8791],[-146.29497,64.87968],[-146.29513,64.89406],[-146.26126,64.89419],[-146.26122,64.90859],[-146.22721,64.9087],[-146.22748,64.92301],[-146.12528,64.92323],[-146.1255,64.93767],[-146.02333,64.93773],[-146.0233,65.00982],[-145.98928,65.00989],[-145.98923,65.11099],[-145.92081,65.11099],[-145.92081,65.12529],[-145.88637,65.12535],[-145.88623,65.20475],[-145.97203,65.20475],[-145.9718,65.16137],[-146.04048,65.16129],[-146.04058,65.13252],[-146.07463,65.13241],[-146.07475,65.11793],[-146.10931,65.11798],[-146.10898,65.10359],[-146.19464,65.10353],[-146.19501,65.1756],[-146.28114,65.1756],[-146.28065,65.14674],[-146.34941,65.14661],[-146.34893,65.11054],[-146.28046,65.11074],[-146.27972,65.06018],[-146.314,65.06008],[-146.31276,64.94464],[-146.38074,64.94449],[-146.38055,64.93005],[-146.73774,64.92843],[-146.73883,64.95739],[-146.84115,64.95693],[-146.84192,65.00028],[-146.97878,64.99963],[-146.9813,65.07167],[-147.04943,65.07115],[-147.05025,65.08563],[-147.18748,65.08471],[-147.1886,65.09884],[-147.32481,65.09771],[-147.32652,65.13388],[-147.29221,65.13419],[-147.29259,65.14869],[-147.22415,65.1494],[-147.2255,65.17821],[-147.19138,65.1784],[-147.19199,65.19285],[-146.95159,65.19453],[-146.95198,65.20892],[-146.81452,65.20985],[-146.81492,65.22425],[-146.7805,65.22433],[-146.78192,65.27489],[-146.97162,65.27385],[-146.97087,65.2594],[-147.07429,65.25873],[-147.07379,65.24423],[-147.21157,65.24321],[-147.21085,65.22877],[-147.27973,65.22822],[-147.27895,65.21377],[-147.31335,65.2135],[-147.31263,65.19902],[-147.65624,65.19566],[-147.65538,65.18121],[-147.68973,65.1808],[-147.68876,65.16641],[-147.84319,65.16458],[-147.84617,65.20786],[-148.05247,65.2052],[-148.05338,65.21965],[-148.1738,65.21794],[-148.16969,65.16747],[-148.13532,65.16794],[-148.13014,65.10302],[-148.23278,65.10153],[-148.2292,65.05826],[-148.26339,65.05775],[-148.26216,65.04331],[-148.60352,65.03776],[-148.60211,65.02333],[-148.63623,65.02277],[-148.6348,65.00832],[-148.70299,65.00712],[-148.69498,64.92779],[-148.59299,64.9296],[-148.59023,64.90076],[-148.42037,64.90359],[-148.41524,64.84591],[-148.38131,64.84645],[-148.37436,64.76712],[-148.47572,64.76552],[-148.47441,64.75106],[-148.67704,64.74754],[-148.67069,64.68263]]],"terms_url":"https://fnsb.gov/","terms_text":"Fairbanks North Star Borough","best":true,"icon":"https://gisportal.fnsb.gov/enterprise/sharing/rest/content/items/dcddc0ef4522420188e14f1bb0c66c7f/resources/inConfig/6788966698574785.png"},{"id":"FOMI_2005","name":"FÖMI orthophoto 2005","type":"tms","template":"http://e.tile.openstreetmap.hu/ortofoto2005/{zoom}/{x}/{y}.jpg","category":"historicphoto","endDate":"2005-01-01T00:00:00.000Z","startDate":"2005-01-01T00:00:00.000Z","zoomExtent":[0,17],"polygon":[[[16.11391,46.8691],[16.12657,46.85691],[16.15609,46.85371],[16.23323,46.87667],[16.29139,46.87283],[16.3015,46.85951],[16.34033,46.84688],[16.35084,46.83006],[16.34064,46.80519],[16.31277,46.79731],[16.31216,46.778],[16.33054,46.77521],[16.3186,46.75414],[16.35706,46.71424],[16.37109,46.72229],[16.37983,46.71539],[16.36892,46.70401],[16.42863,46.69397],[16.41985,46.65848],[16.39154,46.66373],[16.38594,46.64425],[16.42486,46.61316],[16.44557,46.61095],[16.4834,46.5786],[16.483,46.56604],[16.50841,46.56527],[16.51767,46.53635],[16.53258,46.5314],[16.5236,46.50538],[16.60447,46.47608],[16.61879,46.46199],[16.66637,46.4583],[16.66318,46.4487],[16.67729,46.44945],[16.71821,46.38987],[16.72987,46.40149],[16.75921,46.37766],[16.79334,46.38739],[16.82617,46.3671],[16.83765,46.3748],[16.83529,46.36382],[16.84986,46.36262],[16.8522,46.35172],[16.86562,46.35565],[16.86154,46.34524],[16.88021,46.3357],[16.87137,46.32528],[16.88624,46.28146],[16.95041,46.24153],[16.97395,46.24311],[16.97354,46.2252],[17.06616,46.2023],[17.07525,46.18895],[17.12274,46.17898],[17.1261,46.16845],[17.15929,46.16968],[17.15623,46.15858],[17.1811,46.15055],[17.18652,46.13323],[17.17434,46.12876],[17.17593,46.10846],[17.21297,46.11386],[17.2104,46.10017],[17.23313,46.09896],[17.20199,46.07655],[17.23131,46.07903],[17.25251,46.06647],[17.23248,46.0592],[17.27096,46.05671],[17.25415,46.03001],[17.29632,46.02852],[17.25797,46.01103],[17.3042,46.00211],[17.29877,45.98387],[17.32365,45.98878],[17.313,45.96653],[17.33198,45.97289],[17.33396,45.99608],[17.35672,45.97358],[17.36357,45.99154],[17.37519,45.98811],[17.37549,45.96869],[17.35835,45.96427],[17.38742,45.96618],[17.39054,45.95819],[17.35377,45.9525],[17.34388,45.96053],[17.34762,45.94234],[17.38287,45.94757],[17.39215,45.93021],[17.41081,45.93997],[17.4259,45.92727],[17.43783,45.95038],[17.57007,45.93582],[17.62762,45.89794],[17.66329,45.83818],[17.74086,45.8296],[17.76034,45.81192],[17.78091,45.81749],[17.80898,45.8041],[17.82627,45.81],[17.86531,45.76701],[17.90668,45.79257],[17.93021,45.78633],[17.99588,45.79573],[18.08189,45.76452],[18.10681,45.77083],[18.12465,45.78963],[18.16819,45.77627],[18.19087,45.78788],[18.23073,45.77903],[18.24405,45.76123],[18.29682,45.76122],[18.33942,45.74716],[18.36423,45.77294],[18.39189,45.7617],[18.40763,45.73971],[18.44685,45.73713],[18.44508,45.76052],[18.45628,45.76952],[18.48219,45.7655],[18.49067,45.79472],[18.52235,45.78269],[18.55972,45.8038],[18.57498,45.80043],[18.57324,45.81376],[18.62367,45.83985],[18.61484,45.85314],[18.62777,45.87338],[18.65502,45.87424],[18.64128,45.88904],[18.66513,45.89928],[18.65966,45.91689],[18.67002,45.91084],[18.70489,45.91819],[18.79562,45.87845],[18.80925,45.87962],[18.80751,45.90361],[18.822,45.91459],[18.82768,45.90517],[18.86856,45.91134],[18.86471,45.92085],[18.87946,45.91668],[18.90613,45.93538],[19.00927,45.92366],[19.00598,45.95907],[19.07968,45.96364],[19.06604,46.0002],[19.10487,46.04017],[19.13384,46.0371],[19.14799,45.99634],[19.28565,45.9969],[19.29653,45.98812],[19.2819,46.0148],[19.36409,46.0523],[19.3804,46.03587],[19.416,46.04605],[19.46658,46.08204],[19.4645,46.09538],[19.52712,46.12103],[19.50266,46.14245],[19.5604,46.16658],[19.56765,46.17911],[19.63174,46.1693],[19.66151,46.19044],[19.68277,46.18004],[19.69821,46.18793],[19.75854,46.14798],[19.81797,46.12817],[19.85335,46.15],[19.93541,46.17642],[20.01581,46.17684],[20.03461,46.14589],[20.06362,46.14373],[20.10097,46.17728],[20.1365,46.14495],[20.18174,46.16011],[20.23301,46.12417],[20.24848,46.1301],[20.2549,46.11585],[20.29681,46.15215],[20.35571,46.16963],[20.36853,46.15286],[20.39751,46.15747],[20.45923,46.14288],[20.49494,46.17099],[20.50148,46.19033],[20.54505,46.17909],[20.63945,46.12676],[20.65492,46.14977],[20.68436,46.14478],[20.71405,46.16605],[20.73411,46.19394],[20.7274,46.20775],[20.76186,46.20456],[20.74905,46.25085],[20.77565,46.27596],[20.87327,46.28776],[20.92181,46.26181],[20.92507,46.27662],[20.94658,46.2793],[20.96082,46.2623],[21.02467,46.26653],[21.03662,46.24804],[21.06608,46.24294],[21.07088,46.2539],[21.10305,46.26246],[21.11554,46.30185],[21.1805,46.30445],[21.17623,46.33577],[21.19926,46.3479],[21.20642,46.40338],[21.22501,46.41369],[21.29633,46.40696],[21.28952,46.41548],[21.31743,46.45073],[21.29645,46.4763],[21.27442,46.47673],[21.26003,46.50216],[21.2743,46.54074],[21.32079,46.58286],[21.30124,46.59087],[21.31397,46.61767],[21.33005,46.63182],[21.3657,46.63795],[21.4098,46.62181],[21.41624,46.64262],[21.45467,46.66086],[21.43096,46.67814],[21.4299,46.69394],[21.47284,46.69591],[21.49233,46.68597],[21.52937,46.72097],[21.52634,46.73932],[21.48318,46.76502],[21.51861,46.80007],[21.52033,46.83737],[21.60167,46.86682],[21.61429,46.88673],[21.59845,46.92747],[21.6382,46.93305],[21.68149,46.96521],[21.66787,46.97123],[21.68887,47.002],[21.65042,47.04083],[21.6976,47.05792],[21.72683,47.09839],[21.79241,47.10598],[21.81248,47.16675],[21.85807,47.18736],[21.85349,47.23976],[21.88728,47.27305],[21.87779,47.28578],[21.93825,47.37253],[21.96274,47.38105],[22.01198,47.3758],[22.02388,47.39086],[22.03279,47.45084],[22.00719,47.48362],[22.03672,47.53267],[22.04513,47.53989],[22.06179,47.5288],[22.07122,47.53807],[22.05345,47.54748],[22.07826,47.56213],[22.09428,47.55836],[22.12892,47.5979],[22.17965,47.59161],[22.23068,47.6932],[22.259,47.69791],[22.26432,47.73107],[22.28514,47.72928],[22.31762,47.74337],[22.31777,47.76609],[22.35662,47.74862],[22.43133,47.73981],[22.45131,47.80339],[22.48121,47.81089],[22.549,47.77222],[22.61112,47.77175],[22.68019,47.78775],[22.71363,47.83609],[22.77775,47.84225],[22.75869,47.89414],[22.79281,47.89086],[22.84733,47.90776],[22.89744,47.95406],[22.89157,47.96724],[22.86973,47.96596],[22.87257,47.97527],[22.84076,47.98136],[22.83556,47.9906],[22.86597,48.01132],[22.88204,48.05481],[22.8678,48.05243],[22.86113,48.07503],[22.83644,48.08025],[22.82543,48.11751],[22.80253,48.10708],[22.80277,48.12211],[22.77232,48.12187],[22.77039,48.10902],[22.75762,48.12006],[22.73472,48.11985],[22.67545,48.092],[22.59028,48.10734],[22.59824,48.14476],[22.56164,48.18161],[22.57114,48.19614],[22.53111,48.20943],[22.51615,48.23797],[22.49722,48.23955],[22.4899,48.25342],[22.45639,48.24231],[22.43284,48.25252],[22.40064,48.2492],[22.38475,48.23396],[22.33843,48.27921],[22.33729,48.30791],[22.31329,48.32507],[22.31781,48.35454],[22.26757,48.36116],[22.23988,48.38701],[22.26549,48.40987],[22.23714,48.41004],[22.21257,48.42565],[22.15619,48.40931],[22.15277,48.39624],[22.13106,48.39123],[22.13591,48.38052],[22.08674,48.37156],[22.07649,48.38724],[22.0546,48.37753],[22.02133,48.39275],[21.99446,48.37732],[21.9492,48.37873],[21.92681,48.3709],[21.92819,48.3616],[21.8998,48.37022],[21.89788,48.36256],[21.88484,48.36754],[21.8843,48.35605],[21.83721,48.36325],[21.8352,48.33464],[21.81741,48.33279],[21.71187,48.35762],[21.70174,48.3807],[21.66456,48.39216],[21.66355,48.41796],[21.62019,48.46983],[21.61393,48.50942],[21.54202,48.5084],[21.51409,48.55107],[21.44061,48.5851],[21.42266,48.57882],[21.41545,48.55895],[21.31938,48.5612],[21.32688,48.55413],[21.31338,48.55084],[21.30549,48.52225],[21.22106,48.5375],[21.17963,48.51823],[21.16087,48.5215],[21.11745,48.49105],[21.06632,48.52589],[21.01511,48.53231],[20.98158,48.51777],[20.9562,48.52167],[20.95588,48.53396],[20.93463,48.53834],[20.92232,48.55945],[20.86815,48.55182],[20.84533,48.5665],[20.85044,48.58163],[20.8378,48.57421],[20.83636,48.58284],[20.65387,48.56141],[20.58659,48.53576],[20.54649,48.54429],[20.53747,48.52788],[20.50651,48.53442],[20.50793,48.48936],[20.41623,48.41854],[20.42053,48.40386],[20.40253,48.38256],[20.40983,48.36586],[20.38408,48.35118],[20.36566,48.31661],[20.33746,48.30167],[20.32571,48.27279],[20.28686,48.26164],[20.23495,48.27993],[20.22847,48.26278],[20.20383,48.26191],[20.20616,48.25098],[20.13319,48.25398],[20.13409,48.22518],[20.07004,48.1917],[20.07299,48.17961],[20.04945,48.1672],[20.02904,48.17768],[19.98871,48.16217],[19.97439,48.166],[19.93738,48.13112],[19.8983,48.1249],[19.91454,48.14686],[19.89875,48.16631],[19.86013,48.16941],[19.85517,48.17843],[19.84528,48.16274],[19.82133,48.16908],[19.79481,48.15353],[19.78242,48.16504],[19.80528,48.18373],[19.79873,48.19482],[19.78716,48.19253],[19.74618,48.21651],[19.72113,48.20147],[19.69122,48.20389],[19.66986,48.23921],[19.64452,48.23917],[19.63083,48.25007],[19.5775,48.21601],[19.52604,48.20313],[19.52897,48.19036],[19.50452,48.17344],[19.51282,48.15466],[19.49238,48.13966],[19.49442,48.10991],[19.46735,48.08393],[19.45405,48.10144],[19.40002,48.0823],[19.3866,48.09191],[19.30311,48.08871],[19.25578,48.07156],[19.24137,48.05365],[19.13529,48.07415],[19.1074,48.0656],[19.08436,48.07278],[19.05852,48.05735],[19.01486,48.07818],[18.98161,48.0536],[18.9439,48.05886],[18.90898,48.05114],[18.88667,48.05868],[18.87494,48.04707],[18.83327,48.04824],[18.82,48.03968],[18.81574,47.99344],[18.75525,47.97635],[18.77675,47.95509],[18.75686,47.89684],[18.76353,47.8716],[18.81357,47.85555],[18.82801,47.83429],[18.85588,47.82608],[18.84854,47.81672],[18.792,47.82309],[18.74118,47.81382],[18.72607,47.78904],[18.64609,47.75909],[18.55908,47.766],[18.49316,47.75276],[18.45407,47.76512],[18.29588,47.73146],[18.03806,47.75768],[18.00441,47.74634],[17.97087,47.75784],[17.94687,47.74467],[17.90013,47.73926],[17.8661,47.74575],[17.77987,47.73949],[17.70858,47.75668],[17.6084,47.82189],[17.56758,47.81513],[17.52674,47.86551],[17.45392,47.88526],[17.40299,47.94785],[17.33465,47.99312],[17.25795,47.99865],[17.24177,48.02247],[17.20103,48.01999],[17.09466,47.97088],[17.11838,47.96011],[17.09171,47.93429],[17.11317,47.92716],[17.08575,47.87462],[17.01639,47.86733],[17.01055,47.85818],[17.05195,47.83777],[17.04714,47.82856],[17.07495,47.8085],[17.0516,47.79385],[17.07066,47.72854],[17.09374,47.70777],[16.87668,47.68765],[16.86689,47.72115],[16.83943,47.70451],[16.83016,47.68106],[16.75341,47.68282],[16.72094,47.73536],[16.65729,47.74149],[16.63441,47.75908],[16.60952,47.76037],[16.54798,47.75154],[16.53638,47.73678],[16.55217,47.72255],[16.48722,47.69798],[16.4747,47.68116],[16.44805,47.69647],[16.44374,47.67421],[16.42546,47.66217],[16.49675,47.63931],[16.51474,47.6462],[16.57391,47.61967],[16.63142,47.62832],[16.65276,47.62285],[16.65953,47.6061],[16.6732,47.60495],[16.66354,47.56773],[16.71478,47.5402],[16.68956,47.51016],[16.65234,47.50034],[16.67064,47.47422],[16.66185,47.4556],[16.58073,47.41917],[16.57491,47.40542],[16.51709,47.41002],[16.49638,47.38927],[16.48317,47.40936],[16.44546,47.40702],[16.45851,47.36705],[16.4337,47.35281],[16.46463,47.33385],[16.48923,47.27989],[16.46715,47.25317],[16.43131,47.25276],[16.44263,47.23371],[16.43713,47.2097],[16.41892,47.21071],[16.4195,47.19491],[16.43056,47.1847],[16.45556,47.18756],[16.46487,47.16833],[16.45495,47.14259],[16.51716,47.14969],[16.52953,47.12874],[16.50004,47.12329],[16.5008,47.11006],[16.46372,47.09392],[16.47321,47.07362],[16.52032,47.0561],[16.44567,47.03887],[16.43912,47.02966],[16.44786,47.02275],[16.46356,47.03227],[16.5122,47.00117],[16.48,46.99412],[16.44781,47.00389],[16.43327,46.99274],[16.41277,47.00475],[16.3734,46.99859],[16.35052,47.01063],[16.34146,46.99652],[16.30162,46.99923],[16.29058,47.01398],[16.27647,46.96261],[16.25532,46.96421],[16.24628,46.94639],[16.22175,46.93554],[16.20004,46.94151],[16.17897,46.90662],[16.11391,46.8691]]],"terms_url":"https://www.fomi.hu","terms_text":"Földmérési és Távérzékelési Intézet"},{"id":"FOMI_2007_2010","name":"FÖMI orthophoto 2007-2010","type":"tms","template":"http://e.tile.openstreetmap.hu/ortofoto-2007-2010/{zoom}/{x}/{y}.jpg","category":"photo","endDate":"2010-01-01T00:00:00.000Z","startDate":"2007-01-01T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[16.11391,46.8691],[16.12657,46.85691],[16.15609,46.85371],[16.23323,46.87667],[16.29139,46.87283],[16.3015,46.85951],[16.34033,46.84688],[16.35084,46.83006],[16.34064,46.80519],[16.31277,46.79731],[16.31216,46.778],[16.33054,46.77521],[16.3186,46.75414],[16.35706,46.71424],[16.37109,46.72229],[16.37983,46.71539],[16.36892,46.70401],[16.42863,46.69397],[16.41985,46.65848],[16.39154,46.66373],[16.38594,46.64425],[16.42486,46.61316],[16.44557,46.61095],[16.4834,46.5786],[16.483,46.56604],[16.50841,46.56527],[16.51767,46.53635],[16.53258,46.5314],[16.5236,46.50538],[16.60447,46.47608],[16.61879,46.46199],[16.66637,46.4583],[16.66318,46.4487],[16.67729,46.44945],[16.71821,46.38987],[16.72987,46.40149],[16.75921,46.37766],[16.79334,46.38739],[16.82617,46.3671],[16.83765,46.3748],[16.83529,46.36382],[16.84986,46.36262],[16.8522,46.35172],[16.86562,46.35565],[16.86154,46.34524],[16.88021,46.3357],[16.87137,46.32528],[16.88624,46.28146],[16.95041,46.24153],[16.97395,46.24311],[16.97354,46.2252],[17.06616,46.2023],[17.07525,46.18895],[17.12274,46.17898],[17.1261,46.16845],[17.15929,46.16968],[17.15623,46.15858],[17.1811,46.15055],[17.18652,46.13323],[17.17434,46.12876],[17.17593,46.10846],[17.21297,46.11386],[17.2104,46.10017],[17.23313,46.09896],[17.20199,46.07655],[17.23131,46.07903],[17.25251,46.06647],[17.23248,46.0592],[17.27096,46.05671],[17.25415,46.03001],[17.29632,46.02852],[17.25797,46.01103],[17.3042,46.00211],[17.29877,45.98387],[17.32365,45.98878],[17.313,45.96653],[17.33198,45.97289],[17.33396,45.99608],[17.35672,45.97358],[17.36357,45.99154],[17.37519,45.98811],[17.37549,45.96869],[17.35835,45.96427],[17.38742,45.96618],[17.39054,45.95819],[17.35377,45.9525],[17.34388,45.96053],[17.34762,45.94234],[17.38287,45.94757],[17.39215,45.93021],[17.41081,45.93997],[17.4259,45.92727],[17.43783,45.95038],[17.57007,45.93582],[17.62762,45.89794],[17.66329,45.83818],[17.74086,45.8296],[17.76034,45.81192],[17.78091,45.81749],[17.80898,45.8041],[17.82627,45.81],[17.86531,45.76701],[17.90668,45.79257],[17.93021,45.78633],[17.99588,45.79573],[18.08189,45.76452],[18.10681,45.77083],[18.12465,45.78963],[18.16819,45.77627],[18.19087,45.78788],[18.23073,45.77903],[18.24405,45.76123],[18.29682,45.76122],[18.33942,45.74716],[18.36423,45.77294],[18.39189,45.7617],[18.40763,45.73971],[18.44685,45.73713],[18.44508,45.76052],[18.45628,45.76952],[18.48219,45.7655],[18.49067,45.79472],[18.52235,45.78269],[18.55972,45.8038],[18.57498,45.80043],[18.57324,45.81376],[18.62367,45.83985],[18.61484,45.85314],[18.62777,45.87338],[18.65502,45.87424],[18.64128,45.88904],[18.66513,45.89928],[18.65966,45.91689],[18.67002,45.91084],[18.70489,45.91819],[18.79562,45.87845],[18.80925,45.87962],[18.80751,45.90361],[18.822,45.91459],[18.82768,45.90517],[18.86856,45.91134],[18.86471,45.92085],[18.87946,45.91668],[18.90613,45.93538],[19.00927,45.92366],[19.00598,45.95907],[19.07968,45.96364],[19.06604,46.0002],[19.10487,46.04017],[19.13384,46.0371],[19.14799,45.99634],[19.28565,45.9969],[19.29653,45.98812],[19.2819,46.0148],[19.36409,46.0523],[19.3804,46.03587],[19.416,46.04605],[19.46658,46.08204],[19.4645,46.09538],[19.52712,46.12103],[19.50266,46.14245],[19.5604,46.16658],[19.56765,46.17911],[19.63174,46.1693],[19.66151,46.19044],[19.68277,46.18004],[19.69821,46.18793],[19.75854,46.14798],[19.81797,46.12817],[19.85335,46.15],[19.93541,46.17642],[20.01581,46.17684],[20.03461,46.14589],[20.06362,46.14373],[20.10097,46.17728],[20.1365,46.14495],[20.18174,46.16011],[20.23301,46.12417],[20.24848,46.1301],[20.2549,46.11585],[20.29681,46.15215],[20.35571,46.16963],[20.36853,46.15286],[20.39751,46.15747],[20.45923,46.14288],[20.49494,46.17099],[20.50148,46.19033],[20.54505,46.17909],[20.63945,46.12676],[20.65492,46.14977],[20.68436,46.14478],[20.71405,46.16605],[20.73411,46.19394],[20.7274,46.20775],[20.76186,46.20456],[20.74905,46.25085],[20.77565,46.27596],[20.87327,46.28776],[20.92181,46.26181],[20.92507,46.27662],[20.94658,46.2793],[20.96082,46.2623],[21.02467,46.26653],[21.03662,46.24804],[21.06608,46.24294],[21.07088,46.2539],[21.10305,46.26246],[21.11554,46.30185],[21.1805,46.30445],[21.17623,46.33577],[21.19926,46.3479],[21.20642,46.40338],[21.22501,46.41369],[21.29633,46.40696],[21.28952,46.41548],[21.31743,46.45073],[21.29645,46.4763],[21.27442,46.47673],[21.26003,46.50216],[21.2743,46.54074],[21.32079,46.58286],[21.30124,46.59087],[21.31397,46.61767],[21.33005,46.63182],[21.3657,46.63795],[21.4098,46.62181],[21.41624,46.64262],[21.45467,46.66086],[21.43096,46.67814],[21.4299,46.69394],[21.47284,46.69591],[21.49233,46.68597],[21.52937,46.72097],[21.52634,46.73932],[21.48318,46.76502],[21.51861,46.80007],[21.52033,46.83737],[21.60167,46.86682],[21.61429,46.88673],[21.59845,46.92747],[21.6382,46.93305],[21.68149,46.96521],[21.66787,46.97123],[21.68887,47.002],[21.65042,47.04083],[21.6976,47.05792],[21.72683,47.09839],[21.79241,47.10598],[21.81248,47.16675],[21.85807,47.18736],[21.85349,47.23976],[21.88728,47.27305],[21.87779,47.28578],[21.93825,47.37253],[21.96274,47.38105],[22.01198,47.3758],[22.02388,47.39086],[22.03279,47.45084],[22.00719,47.48362],[22.03672,47.53267],[22.04513,47.53989],[22.06179,47.5288],[22.07122,47.53807],[22.05345,47.54748],[22.07826,47.56213],[22.09428,47.55836],[22.12892,47.5979],[22.17965,47.59161],[22.23068,47.6932],[22.259,47.69791],[22.26432,47.73107],[22.28514,47.72928],[22.31762,47.74337],[22.31777,47.76609],[22.35662,47.74862],[22.43133,47.73981],[22.45131,47.80339],[22.48121,47.81089],[22.549,47.77222],[22.61112,47.77175],[22.68019,47.78775],[22.71363,47.83609],[22.77775,47.84225],[22.75869,47.89414],[22.79281,47.89086],[22.84733,47.90776],[22.89744,47.95406],[22.89157,47.96724],[22.86973,47.96596],[22.87257,47.97527],[22.84076,47.98136],[22.83556,47.9906],[22.86597,48.01132],[22.88204,48.05481],[22.8678,48.05243],[22.86113,48.07503],[22.83644,48.08025],[22.82543,48.11751],[22.80253,48.10708],[22.80277,48.12211],[22.77232,48.12187],[22.77039,48.10902],[22.75762,48.12006],[22.73472,48.11985],[22.67545,48.092],[22.59028,48.10734],[22.59824,48.14476],[22.56164,48.18161],[22.57114,48.19614],[22.53111,48.20943],[22.51615,48.23797],[22.49722,48.23955],[22.4899,48.25342],[22.45639,48.24231],[22.43284,48.25252],[22.40064,48.2492],[22.38475,48.23396],[22.33843,48.27921],[22.33729,48.30791],[22.31329,48.32507],[22.31781,48.35454],[22.26757,48.36116],[22.23988,48.38701],[22.26549,48.40987],[22.23714,48.41004],[22.21257,48.42565],[22.15619,48.40931],[22.15277,48.39624],[22.13106,48.39123],[22.13591,48.38052],[22.08674,48.37156],[22.07649,48.38724],[22.0546,48.37753],[22.02133,48.39275],[21.99446,48.37732],[21.9492,48.37873],[21.92681,48.3709],[21.92819,48.3616],[21.8998,48.37022],[21.89788,48.36256],[21.88484,48.36754],[21.8843,48.35605],[21.83721,48.36325],[21.8352,48.33464],[21.81741,48.33279],[21.71187,48.35762],[21.70174,48.3807],[21.66456,48.39216],[21.66355,48.41796],[21.62019,48.46983],[21.61393,48.50942],[21.54202,48.5084],[21.51409,48.55107],[21.44061,48.5851],[21.42266,48.57882],[21.41545,48.55895],[21.31938,48.5612],[21.32688,48.55413],[21.31338,48.55084],[21.30549,48.52225],[21.22106,48.5375],[21.17963,48.51823],[21.16087,48.5215],[21.11745,48.49105],[21.06632,48.52589],[21.01511,48.53231],[20.98158,48.51777],[20.9562,48.52167],[20.95588,48.53396],[20.93463,48.53834],[20.92232,48.55945],[20.86815,48.55182],[20.84533,48.5665],[20.85044,48.58163],[20.8378,48.57421],[20.83636,48.58284],[20.65387,48.56141],[20.58659,48.53576],[20.54649,48.54429],[20.53747,48.52788],[20.50651,48.53442],[20.50793,48.48936],[20.41623,48.41854],[20.42053,48.40386],[20.40253,48.38256],[20.40983,48.36586],[20.38408,48.35118],[20.36566,48.31661],[20.33746,48.30167],[20.32571,48.27279],[20.28686,48.26164],[20.23495,48.27993],[20.22847,48.26278],[20.20383,48.26191],[20.20616,48.25098],[20.13319,48.25398],[20.13409,48.22518],[20.07004,48.1917],[20.07299,48.17961],[20.04945,48.1672],[20.02904,48.17768],[19.98871,48.16217],[19.97439,48.166],[19.93738,48.13112],[19.8983,48.1249],[19.91454,48.14686],[19.89875,48.16631],[19.86013,48.16941],[19.85517,48.17843],[19.84528,48.16274],[19.82133,48.16908],[19.79481,48.15353],[19.78242,48.16504],[19.80528,48.18373],[19.79873,48.19482],[19.78716,48.19253],[19.74618,48.21651],[19.72113,48.20147],[19.69122,48.20389],[19.66986,48.23921],[19.64452,48.23917],[19.63083,48.25007],[19.5775,48.21601],[19.52604,48.20313],[19.52897,48.19036],[19.50452,48.17344],[19.51282,48.15466],[19.49238,48.13966],[19.49442,48.10991],[19.46735,48.08393],[19.45405,48.10144],[19.40002,48.0823],[19.3866,48.09191],[19.30311,48.08871],[19.25578,48.07156],[19.24137,48.05365],[19.13529,48.07415],[19.1074,48.0656],[19.08436,48.07278],[19.05852,48.05735],[19.01486,48.07818],[18.98161,48.0536],[18.9439,48.05886],[18.90898,48.05114],[18.88667,48.05868],[18.87494,48.04707],[18.83327,48.04824],[18.82,48.03968],[18.81574,47.99344],[18.75525,47.97635],[18.77675,47.95509],[18.75686,47.89684],[18.76353,47.8716],[18.81357,47.85555],[18.82801,47.83429],[18.85588,47.82608],[18.84854,47.81672],[18.792,47.82309],[18.74118,47.81382],[18.72607,47.78904],[18.64609,47.75909],[18.55908,47.766],[18.49316,47.75276],[18.45407,47.76512],[18.29588,47.73146],[18.03806,47.75768],[18.00441,47.74634],[17.97087,47.75784],[17.94687,47.74467],[17.90013,47.73926],[17.8661,47.74575],[17.77987,47.73949],[17.70858,47.75668],[17.6084,47.82189],[17.56758,47.81513],[17.52674,47.86551],[17.45392,47.88526],[17.40299,47.94785],[17.33465,47.99312],[17.25795,47.99865],[17.24177,48.02247],[17.20103,48.01999],[17.09466,47.97088],[17.11838,47.96011],[17.09171,47.93429],[17.11317,47.92716],[17.08575,47.87462],[17.01639,47.86733],[17.01055,47.85818],[17.05195,47.83777],[17.04714,47.82856],[17.07495,47.8085],[17.0516,47.79385],[17.07066,47.72854],[17.09374,47.70777],[16.87668,47.68765],[16.86689,47.72115],[16.83943,47.70451],[16.83016,47.68106],[16.75341,47.68282],[16.72094,47.73536],[16.65729,47.74149],[16.63441,47.75908],[16.60952,47.76037],[16.54798,47.75154],[16.53638,47.73678],[16.55217,47.72255],[16.48722,47.69798],[16.4747,47.68116],[16.44805,47.69647],[16.44374,47.67421],[16.42546,47.66217],[16.49675,47.63931],[16.51474,47.6462],[16.57391,47.61967],[16.63142,47.62832],[16.65276,47.62285],[16.65953,47.6061],[16.6732,47.60495],[16.66354,47.56773],[16.71478,47.5402],[16.68956,47.51016],[16.65234,47.50034],[16.67064,47.47422],[16.66185,47.4556],[16.58073,47.41917],[16.57491,47.40542],[16.51709,47.41002],[16.49638,47.38927],[16.48317,47.40936],[16.44546,47.40702],[16.45851,47.36705],[16.4337,47.35281],[16.46463,47.33385],[16.48923,47.27989],[16.46715,47.25317],[16.43131,47.25276],[16.44263,47.23371],[16.43713,47.2097],[16.41892,47.21071],[16.4195,47.19491],[16.43056,47.1847],[16.45556,47.18756],[16.46487,47.16833],[16.45495,47.14259],[16.51716,47.14969],[16.52953,47.12874],[16.50004,47.12329],[16.5008,47.11006],[16.46372,47.09392],[16.47321,47.07362],[16.52032,47.0561],[16.44567,47.03887],[16.43912,47.02966],[16.44786,47.02275],[16.46356,47.03227],[16.5122,47.00117],[16.48,46.99412],[16.44781,47.00389],[16.43327,46.99274],[16.41277,47.00475],[16.3734,46.99859],[16.35052,47.01063],[16.34146,46.99652],[16.30162,46.99923],[16.29058,47.01398],[16.27647,46.96261],[16.25532,46.96421],[16.24628,46.94639],[16.22175,46.93554],[16.20004,46.94151],[16.17897,46.90662],[16.11391,46.8691]]],"terms_url":"https://www.fomi.hu","terms_text":"Földmérési és Távérzékelési Intézet"},{"id":"FOMI_2011_2014","name":"FÖMI orthophoto 2011-2014 (WEBP)","type":"tms","template":"https://orto1.tile.openstreetmap.hu/fomi2011-2014/{zoom}/{x}/{y}.webp","category":"photo","endDate":"2014-06-10T00:00:00.000Z","startDate":"2011-08-11T00:00:00.000Z","zoomExtent":[8,18],"polygon":[[[16.11391,46.8691],[16.12657,46.85691],[16.15609,46.85371],[16.23323,46.87667],[16.29139,46.87283],[16.3015,46.85951],[16.34033,46.84688],[16.35084,46.83006],[16.34064,46.80519],[16.31277,46.79731],[16.31216,46.778],[16.33054,46.77521],[16.3186,46.75414],[16.35706,46.71424],[16.37109,46.72229],[16.37983,46.71539],[16.36892,46.70401],[16.42863,46.69397],[16.41985,46.65848],[16.39154,46.66373],[16.38594,46.64425],[16.42486,46.61316],[16.44557,46.61095],[16.4834,46.5786],[16.483,46.56604],[16.50841,46.56527],[16.51767,46.53635],[16.53258,46.5314],[16.5236,46.50538],[16.60447,46.47608],[16.61879,46.46199],[16.66637,46.4583],[16.66318,46.4487],[16.67729,46.44945],[16.71821,46.38987],[16.72987,46.40149],[16.75921,46.37766],[16.79334,46.38739],[16.82617,46.3671],[16.83765,46.3748],[16.83529,46.36382],[16.84986,46.36262],[16.8522,46.35172],[16.86562,46.35565],[16.86154,46.34524],[16.88021,46.3357],[16.87137,46.32528],[16.88624,46.28146],[16.95041,46.24153],[16.97395,46.24311],[16.97354,46.2252],[17.06616,46.2023],[17.07525,46.18895],[17.12274,46.17898],[17.1261,46.16845],[17.15929,46.16968],[17.15623,46.15858],[17.1811,46.15055],[17.18652,46.13323],[17.17434,46.12876],[17.17593,46.10846],[17.21297,46.11386],[17.2104,46.10017],[17.23313,46.09896],[17.20199,46.07655],[17.23131,46.07903],[17.25251,46.06647],[17.23248,46.0592],[17.27096,46.05671],[17.25415,46.03001],[17.29632,46.02852],[17.25797,46.01103],[17.3042,46.00211],[17.29877,45.98387],[17.32365,45.98878],[17.313,45.96653],[17.33198,45.97289],[17.33396,45.99608],[17.35672,45.97358],[17.36357,45.99154],[17.37519,45.98811],[17.37549,45.96869],[17.35835,45.96427],[17.38742,45.96618],[17.39054,45.95819],[17.35377,45.9525],[17.34388,45.96053],[17.34762,45.94234],[17.38287,45.94757],[17.39215,45.93021],[17.41081,45.93997],[17.4259,45.92727],[17.43783,45.95038],[17.57007,45.93582],[17.62762,45.89794],[17.66329,45.83818],[17.74086,45.8296],[17.76034,45.81192],[17.78091,45.81749],[17.80898,45.8041],[17.82627,45.81],[17.86531,45.76701],[17.90668,45.79257],[17.93021,45.78633],[17.99588,45.79573],[18.08189,45.76452],[18.10681,45.77083],[18.12465,45.78963],[18.16819,45.77627],[18.19087,45.78788],[18.23073,45.77903],[18.24405,45.76123],[18.29682,45.76122],[18.33942,45.74716],[18.36423,45.77294],[18.39189,45.7617],[18.40763,45.73971],[18.44685,45.73713],[18.44508,45.76052],[18.45628,45.76952],[18.48219,45.7655],[18.49067,45.79472],[18.52235,45.78269],[18.55972,45.8038],[18.57498,45.80043],[18.57324,45.81376],[18.62367,45.83985],[18.61484,45.85314],[18.62777,45.87338],[18.65502,45.87424],[18.64128,45.88904],[18.66513,45.89928],[18.65966,45.91689],[18.67002,45.91084],[18.70489,45.91819],[18.79562,45.87845],[18.80925,45.87962],[18.80751,45.90361],[18.822,45.91459],[18.82768,45.90517],[18.86856,45.91134],[18.86471,45.92085],[18.87946,45.91668],[18.90613,45.93538],[19.00927,45.92366],[19.00598,45.95907],[19.07968,45.96364],[19.06604,46.0002],[19.10487,46.04017],[19.13384,46.0371],[19.14799,45.99634],[19.28565,45.9969],[19.29653,45.98812],[19.2819,46.0148],[19.36409,46.0523],[19.3804,46.03587],[19.416,46.04605],[19.46658,46.08204],[19.4645,46.09538],[19.52712,46.12103],[19.50266,46.14245],[19.5604,46.16658],[19.56765,46.17911],[19.63174,46.1693],[19.66151,46.19044],[19.68277,46.18004],[19.69821,46.18793],[19.75854,46.14798],[19.81797,46.12817],[19.85335,46.15],[19.93541,46.17642],[20.01581,46.17684],[20.03461,46.14589],[20.06362,46.14373],[20.10097,46.17728],[20.1365,46.14495],[20.18174,46.16011],[20.23301,46.12417],[20.24848,46.1301],[20.2549,46.11585],[20.29681,46.15215],[20.35571,46.16963],[20.36853,46.15286],[20.39751,46.15747],[20.45923,46.14288],[20.49494,46.17099],[20.50148,46.19033],[20.54505,46.17909],[20.63945,46.12676],[20.65492,46.14977],[20.68436,46.14478],[20.71405,46.16605],[20.73411,46.19394],[20.7274,46.20775],[20.76186,46.20456],[20.74905,46.25085],[20.77565,46.27596],[20.87327,46.28776],[20.92181,46.26181],[20.92507,46.27662],[20.94658,46.2793],[20.96082,46.2623],[21.02467,46.26653],[21.03662,46.24804],[21.06608,46.24294],[21.07088,46.2539],[21.10305,46.26246],[21.11554,46.30185],[21.1805,46.30445],[21.17623,46.33577],[21.19926,46.3479],[21.20642,46.40338],[21.22501,46.41369],[21.29633,46.40696],[21.28952,46.41548],[21.31743,46.45073],[21.29645,46.4763],[21.27442,46.47673],[21.26003,46.50216],[21.2743,46.54074],[21.32079,46.58286],[21.30124,46.59087],[21.31397,46.61767],[21.33005,46.63182],[21.3657,46.63795],[21.4098,46.62181],[21.41624,46.64262],[21.45467,46.66086],[21.43096,46.67814],[21.4299,46.69394],[21.47284,46.69591],[21.49233,46.68597],[21.52937,46.72097],[21.52634,46.73932],[21.48318,46.76502],[21.51861,46.80007],[21.52033,46.83737],[21.60167,46.86682],[21.61429,46.88673],[21.59845,46.92747],[21.6382,46.93305],[21.68149,46.96521],[21.66787,46.97123],[21.68887,47.002],[21.65042,47.04083],[21.6976,47.05792],[21.72683,47.09839],[21.79241,47.10598],[21.81248,47.16675],[21.85807,47.18736],[21.85349,47.23976],[21.88728,47.27305],[21.87779,47.28578],[21.93825,47.37253],[21.96274,47.38105],[22.01198,47.3758],[22.02388,47.39086],[22.03279,47.45084],[22.00719,47.48362],[22.03672,47.53267],[22.04513,47.53989],[22.06179,47.5288],[22.07122,47.53807],[22.05345,47.54748],[22.07826,47.56213],[22.09428,47.55836],[22.12892,47.5979],[22.17965,47.59161],[22.23068,47.6932],[22.259,47.69791],[22.26432,47.73107],[22.28514,47.72928],[22.31762,47.74337],[22.31777,47.76609],[22.35662,47.74862],[22.43133,47.73981],[22.45131,47.80339],[22.48121,47.81089],[22.549,47.77222],[22.61112,47.77175],[22.68019,47.78775],[22.71363,47.83609],[22.77775,47.84225],[22.75869,47.89414],[22.79281,47.89086],[22.84733,47.90776],[22.89744,47.95406],[22.89157,47.96724],[22.86973,47.96596],[22.87257,47.97527],[22.84076,47.98136],[22.83556,47.9906],[22.86597,48.01132],[22.88204,48.05481],[22.8678,48.05243],[22.86113,48.07503],[22.83644,48.08025],[22.82543,48.11751],[22.80253,48.10708],[22.80277,48.12211],[22.77232,48.12187],[22.77039,48.10902],[22.75762,48.12006],[22.73472,48.11985],[22.67545,48.092],[22.59028,48.10734],[22.59824,48.14476],[22.56164,48.18161],[22.57114,48.19614],[22.53111,48.20943],[22.51615,48.23797],[22.49722,48.23955],[22.4899,48.25342],[22.45639,48.24231],[22.43284,48.25252],[22.40064,48.2492],[22.38475,48.23396],[22.33843,48.27921],[22.33729,48.30791],[22.31329,48.32507],[22.31781,48.35454],[22.26757,48.36116],[22.23988,48.38701],[22.26549,48.40987],[22.23714,48.41004],[22.21257,48.42565],[22.15619,48.40931],[22.15277,48.39624],[22.13106,48.39123],[22.13591,48.38052],[22.08674,48.37156],[22.07649,48.38724],[22.0546,48.37753],[22.02133,48.39275],[21.99446,48.37732],[21.9492,48.37873],[21.92681,48.3709],[21.92819,48.3616],[21.8998,48.37022],[21.89788,48.36256],[21.88484,48.36754],[21.8843,48.35605],[21.83721,48.36325],[21.8352,48.33464],[21.81741,48.33279],[21.71187,48.35762],[21.70174,48.3807],[21.66456,48.39216],[21.66355,48.41796],[21.62019,48.46983],[21.61393,48.50942],[21.54202,48.5084],[21.51409,48.55107],[21.44061,48.5851],[21.42266,48.57882],[21.41545,48.55895],[21.31938,48.5612],[21.32688,48.55413],[21.31338,48.55084],[21.30549,48.52225],[21.22106,48.5375],[21.17963,48.51823],[21.16087,48.5215],[21.11745,48.49105],[21.06632,48.52589],[21.01511,48.53231],[20.98158,48.51777],[20.9562,48.52167],[20.95588,48.53396],[20.93463,48.53834],[20.92232,48.55945],[20.86815,48.55182],[20.84533,48.5665],[20.85044,48.58163],[20.8378,48.57421],[20.83636,48.58284],[20.65387,48.56141],[20.58659,48.53576],[20.54649,48.54429],[20.53747,48.52788],[20.50651,48.53442],[20.50793,48.48936],[20.41623,48.41854],[20.42053,48.40386],[20.40253,48.38256],[20.40983,48.36586],[20.38408,48.35118],[20.36566,48.31661],[20.33746,48.30167],[20.32571,48.27279],[20.28686,48.26164],[20.23495,48.27993],[20.22847,48.26278],[20.20383,48.26191],[20.20616,48.25098],[20.13319,48.25398],[20.13409,48.22518],[20.07004,48.1917],[20.07299,48.17961],[20.04945,48.1672],[20.02904,48.17768],[19.98871,48.16217],[19.97439,48.166],[19.93738,48.13112],[19.8983,48.1249],[19.91454,48.14686],[19.89875,48.16631],[19.86013,48.16941],[19.85517,48.17843],[19.84528,48.16274],[19.82133,48.16908],[19.79481,48.15353],[19.78242,48.16504],[19.80528,48.18373],[19.79873,48.19482],[19.78716,48.19253],[19.74618,48.21651],[19.72113,48.20147],[19.69122,48.20389],[19.66986,48.23921],[19.64452,48.23917],[19.63083,48.25007],[19.5775,48.21601],[19.52604,48.20313],[19.52897,48.19036],[19.50452,48.17344],[19.51282,48.15466],[19.49238,48.13966],[19.49442,48.10991],[19.46735,48.08393],[19.45405,48.10144],[19.40002,48.0823],[19.3866,48.09191],[19.30311,48.08871],[19.25578,48.07156],[19.24137,48.05365],[19.13529,48.07415],[19.1074,48.0656],[19.08436,48.07278],[19.05852,48.05735],[19.01486,48.07818],[18.98161,48.0536],[18.9439,48.05886],[18.90898,48.05114],[18.88667,48.05868],[18.87494,48.04707],[18.83327,48.04824],[18.82,48.03968],[18.81574,47.99344],[18.75525,47.97635],[18.77675,47.95509],[18.75686,47.89684],[18.76353,47.8716],[18.81357,47.85555],[18.82801,47.83429],[18.85588,47.82608],[18.84854,47.81672],[18.792,47.82309],[18.74118,47.81382],[18.72607,47.78904],[18.64609,47.75909],[18.55908,47.766],[18.49316,47.75276],[18.45407,47.76512],[18.29588,47.73146],[18.03806,47.75768],[18.00441,47.74634],[17.97087,47.75784],[17.94687,47.74467],[17.90013,47.73926],[17.8661,47.74575],[17.77987,47.73949],[17.70858,47.75668],[17.6084,47.82189],[17.56758,47.81513],[17.52674,47.86551],[17.45392,47.88526],[17.40299,47.94785],[17.33465,47.99312],[17.25795,47.99865],[17.24177,48.02247],[17.20103,48.01999],[17.09466,47.97088],[17.11838,47.96011],[17.09171,47.93429],[17.11317,47.92716],[17.08575,47.87462],[17.01639,47.86733],[17.01055,47.85818],[17.05195,47.83777],[17.04714,47.82856],[17.07495,47.8085],[17.0516,47.79385],[17.07066,47.72854],[17.09374,47.70777],[16.87668,47.68765],[16.86689,47.72115],[16.83943,47.70451],[16.83016,47.68106],[16.75341,47.68282],[16.72094,47.73536],[16.65729,47.74149],[16.63441,47.75908],[16.60952,47.76037],[16.54798,47.75154],[16.53638,47.73678],[16.55217,47.72255],[16.48722,47.69798],[16.4747,47.68116],[16.44805,47.69647],[16.44374,47.67421],[16.42546,47.66217],[16.49675,47.63931],[16.51474,47.6462],[16.57391,47.61967],[16.63142,47.62832],[16.65276,47.62285],[16.65953,47.6061],[16.6732,47.60495],[16.66354,47.56773],[16.71478,47.5402],[16.68956,47.51016],[16.65234,47.50034],[16.67064,47.47422],[16.66185,47.4556],[16.58073,47.41917],[16.57491,47.40542],[16.51709,47.41002],[16.49638,47.38927],[16.48317,47.40936],[16.44546,47.40702],[16.45851,47.36705],[16.4337,47.35281],[16.46463,47.33385],[16.48923,47.27989],[16.46715,47.25317],[16.43131,47.25276],[16.44263,47.23371],[16.43713,47.2097],[16.41892,47.21071],[16.4195,47.19491],[16.43056,47.1847],[16.45556,47.18756],[16.46487,47.16833],[16.45495,47.14259],[16.51716,47.14969],[16.52953,47.12874],[16.50004,47.12329],[16.5008,47.11006],[16.46372,47.09392],[16.47321,47.07362],[16.52032,47.0561],[16.44567,47.03887],[16.43912,47.02966],[16.44786,47.02275],[16.46356,47.03227],[16.5122,47.00117],[16.48,46.99412],[16.44781,47.00389],[16.43327,46.99274],[16.41277,47.00475],[16.3734,46.99859],[16.35052,47.01063],[16.34146,46.99652],[16.30162,46.99923],[16.29058,47.01398],[16.27647,46.96261],[16.25532,46.96421],[16.24628,46.94639],[16.22175,46.93554],[16.20004,46.94151],[16.17897,46.90662],[16.11391,46.8691]]],"terms_url":"https://lechnerkozpont.hu/oldal/ortofotok-es-legifelvetelek","terms_text":"Lechner Tudásközpont","description":"Goverment-based leaf-covered orthophotos with 40 cm/pixel resolution for the entire country. This layer should be used as an alignment base in lack of a more accurate reference. WEBP format images, JOSM needs a webp plugin for them."},{"id":"Fortaleza_Street_Names","name":"Fortaleza Nomes e Geometria de Ruas","type":"wms","template":"https://geoserver.sefin.fortaleza.ce.gov.br/geoserver/CARTOGRAFIA_BASE/logradouros/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=logradouros&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","startDate":"2019-01-01T00:00:00.000Z","polygon":[[[-38.58818,-3.68552],[-38.62283,-3.7142],[-38.6585,-3.80814],[-38.50982,-3.90782],[-38.39913,-3.81768],[-38.46391,-3.69671],[-38.50177,-3.71227],[-38.58818,-3.68552]]],"terms_url":"https://ide.sefin.fortaleza.ce.gov.br/","terms_text":"Prefeitura Municipal de Fortaleza","description":"Street names and geometry in Fortaleza","overlay":true},{"id":"Fortaleza_Ortofoto_2010","name":"Fortaleza Ortofoto 2010","type":"wms","template":"https://geoserver.sefin.fortaleza.ce.gov.br/geoserver/IMAGEAMENTO/wms?LAYERS=ortofoto_2010&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2010-01-01T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","polygon":[[[-38.58818,-3.68552],[-38.62283,-3.7142],[-38.6585,-3.80814],[-38.50982,-3.90782],[-38.39913,-3.81768],[-38.46391,-3.69671],[-38.50177,-3.71227],[-38.58818,-3.68552]]],"terms_url":"https://ide.sefin.fortaleza.ce.gov.br/","terms_text":"Prefeitura Municipal de Fortaleza","description":"2010 Orthophotos from Fortaleza"},{"id":"Fortaleza_Ortofoto_2016","name":"Fortaleza Ortofoto 2016","type":"wms","template":"https://geoserver.sefin.fortaleza.ce.gov.br/geoserver/IMAGEAMENTO/wms?LAYERS=ortofoto_2016&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2017-01-16T00:00:00.000Z","startDate":"2016-12-20T00:00:00.000Z","polygon":[[[-38.65,-3.8],[-38.6,-3.85],[-38.55,-3.86],[-38.53,-3.9],[-38.49,-3.9],[-38.48,-3.87],[-38.44,-3.85],[-38.44,-3.82],[-38.41,-3.84],[-38.39,-3.83],[-38.39,-3.81],[-38.41,-3.8],[-38.45,-3.73],[-38.45,-3.7],[-38.47,-3.69],[-38.49,-3.69],[-38.49,-3.71],[-38.53,-3.71],[-38.57,-3.68],[-38.63,-3.69],[-38.63,-3.73],[-38.61,-3.73],[-38.61,-3.75],[-38.64,-3.77],[-38.65,-3.8]]],"terms_url":"https://ide.sefin.fortaleza.ce.gov.br/","terms_text":"Prefeitura Municipal de Fortaleza","best":true},{"id":"Frankfurt-am-Main-2016","name":"Frankfurt am Main Luftbild 2016","type":"wms","template":"https://geowebdienste.frankfurt.de/OD_Luftbilder_2016?REQUEST=GetMap&VERSION=1.3.0&SERVICE=WMS&CRS={proj}&FORMAT=image/jpeg&STYLES=&bbox={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=opendata_luftbilder_2016","category":"photo","projection":"EPSG:3857","endDate":"2016-05-06T00:00:00.000Z","startDate":"2016-05-06T00:00:00.000Z","polygon":[[[8.8046,50.0111],[8.8046,50.228],[8.46726,50.228],[8.46726,50.0111],[8.8046,50.0111]]],"terms_url":"http://offenedaten.frankfurt.de/dataset/wms-luftbild-2016","terms_text":"Stadtvermessungsam Frankfurt am Main","description":"aerial imagery of Frankfurt am Main, photographed on 2016-05-06"},{"id":"Frankfurt-am-Main-2017","name":"Frankfurt am Main Luftbild 2017","type":"wms","template":"https://geowebdienste.frankfurt.de/OD_Luftbilder_2017?REQUEST=GetMap&VERSION=1.3.0&SERVICE=WMS&CRS={proj}&FORMAT=image/jpeg&STYLES=&bbox={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=opendata_luftbilder_2017","category":"photo","projection":"EPSG:3857","endDate":"2017-07-06T00:00:00.000Z","startDate":"2017-06-11T00:00:00.000Z","polygon":[[[8.8046,50.0111],[8.8046,50.228],[8.46726,50.228],[8.46726,50.0111],[8.8046,50.0111]]],"terms_url":"https://offenedaten.frankfurt.de/dataset/wms-luftbild-2017","terms_text":"Stadtvermessungsam Frankfurt am Main","description":"aerial imagery of Frankfurt am Main, photographed on 11.06.2017 and 06.07.2017"},{"id":"Frankfurt-am-Main-2018","name":"Frankfurt am Main Luftbild 2018","type":"wms","template":"https://geowebdienste.frankfurt.de/OD_Luftbilder_2018?REQUEST=GetMap&VERSION=1.3.0&SERVICE=WMS&CRS={proj}&FORMAT=image/jpeg&STYLES=&bbox={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=opendata_luftbilder_2018","category":"photo","projection":"EPSG:3857","endDate":"2018-04-14T00:00:00.000Z","startDate":"2018-04-08T00:00:00.000Z","polygon":[[[8.8046,50.0111],[8.8046,50.228],[8.46726,50.228],[8.46726,50.0111],[8.8046,50.0111]]],"terms_url":"https://offenedaten.frankfurt.de/dataset/wms-luftbild-2018","terms_text":"Stadtvermessungsamt Frankfurt am Main","description":"aerial imagery of Frankfurt am Main, photographed on 08.04.2018 and 14.04.2018"},{"id":"Frankfurt-am-Main-2019","name":"Frankfurt am Main Luftbild 2019","type":"wms","template":"https://geowebdienste.frankfurt.de/OD_Luftbilder_2019?REQUEST=GetMap&VERSION=1.3.0&SERVICE=WMS&CRS={proj}&FORMAT=image/jpeg&STYLES=&bbox={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=opendata_luftbilder_2019","category":"photo","projection":"EPSG:3857","endDate":"2019-04-16T00:00:00.000Z","startDate":"2019-04-16T00:00:00.000Z","polygon":[[[8.84647,50.0111],[8.84647,50.22807],[8.46726,50.22807],[8.46726,50.0111],[8.84647,50.0111]]],"terms_url":"https://www.offenedaten.frankfurt.de/dataset/wms-luftbilder-2019-frankfurt-am-main","terms_text":"Stadtvermessungsamt Frankfurt am Main","description":"Aerial imagery of Frankfurt am Main, photographed on 16 April 2019"},{"id":"Franklin_OH_2021","name":"Franklin County Orthoimagery (2021)","type":"tms","template":"https://maps.columbus.gov/arcgis/rest/services/Imagery/Imagery2021/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.10717,40.14337],[-83.13931,40.23587],[-83.13972,40.28046],[-83.1666,40.2803],[-83.16643,40.26315],[-83.15749,40.2632],[-83.15271,40.23233],[-83.15197,40.15342],[-83.16986,40.15333],[-83.16998,40.16705],[-83.22802,40.15641],[-83.22787,40.14269],[-83.23681,40.14263],[-83.21418,40.11417],[-83.21351,40.05013],[-83.25816,40.04985],[-83.2528,39.96753],[-83.2347,39.9436],[-83.23456,39.92991],[-83.24343,39.92297],[-83.25676,39.92287],[-83.24664,39.80971],[-83.02411,39.804],[-83.02381,39.76642],[-82.99263,39.75273],[-82.97482,39.75275],[-82.97494,39.76995],[-82.90824,39.77015],[-82.89947,39.79425],[-82.81943,39.79452],[-82.81953,39.82195],[-82.79728,39.82204],[-82.79321,39.91123],[-82.77992,39.93528],[-82.75778,39.93883],[-82.74878,39.94909],[-82.73096,39.94913],[-82.7311,39.99373],[-82.76681,39.99364],[-82.76698,40.04512],[-82.70894,40.08438],[-82.77625,40.12747],[-82.77629,40.13088],[-82.85189,40.13079],[-82.8529,40.25764],[-82.90664,40.25746],[-82.90622,40.18878],[-82.97781,40.18857],[-82.97763,40.16113],[-83.01337,40.16098],[-83.01334,40.15413],[-83.03113,40.1403],[-83.08476,40.14006],[-83.08481,40.14348],[-83.10717,40.14337]],[[-83.26182,40.38264],[-83.18552,40.38317],[-83.18612,40.43803],[-83.22208,40.43777],[-83.22174,40.41719],[-83.26216,40.41693],[-83.26182,40.38264]]],"terms_url":"https://auditor-fca.opendata.arcgis.com/","terms_text":"Franklin County Auditor, State of Ohio","description":"Spring 2021 orthoimagery for Franklin County in the State of Ohio","icon":"https://commissioners.franklincountyohio.gov/COMM-website/media/Assets/seal-franklin-county.png"},{"id":"Franklin_OH_2023","name":"Franklin County Orthoimagery (2023)","type":"tms","template":"https://maps.columbus.gov/arcgis/rest/services/Imagery/Imagery2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.10717,40.14337],[-83.13931,40.23587],[-83.13972,40.28046],[-83.1666,40.2803],[-83.16643,40.26315],[-83.15749,40.2632],[-83.15271,40.23233],[-83.15197,40.15342],[-83.16986,40.15333],[-83.16998,40.16705],[-83.22802,40.15641],[-83.22787,40.14269],[-83.23681,40.14263],[-83.21418,40.11417],[-83.21351,40.05013],[-83.25816,40.04985],[-83.2528,39.96753],[-83.2347,39.9436],[-83.23456,39.92991],[-83.24343,39.92297],[-83.25676,39.92287],[-83.24664,39.80971],[-83.02411,39.804],[-83.02381,39.76642],[-82.99263,39.75273],[-82.97482,39.75275],[-82.97494,39.76995],[-82.90824,39.77015],[-82.89947,39.79425],[-82.81943,39.79452],[-82.81953,39.82195],[-82.79728,39.82204],[-82.79321,39.91123],[-82.77992,39.93528],[-82.75778,39.93883],[-82.74878,39.94909],[-82.73096,39.94913],[-82.7311,39.99373],[-82.76681,39.99364],[-82.76698,40.04512],[-82.70894,40.08438],[-82.77625,40.12747],[-82.77629,40.13088],[-82.85189,40.13079],[-82.8529,40.25764],[-82.90664,40.25746],[-82.90622,40.18878],[-82.97781,40.18857],[-82.97763,40.16113],[-83.01337,40.16098],[-83.01334,40.15413],[-83.03113,40.1403],[-83.08476,40.14006],[-83.08481,40.14348],[-83.10717,40.14337]],[[-83.26182,40.38264],[-83.18552,40.38317],[-83.18612,40.43803],[-83.22208,40.43777],[-83.22174,40.41719],[-83.26216,40.41693],[-83.26182,40.38264]]],"terms_url":"https://auditor-fca.opendata.arcgis.com/","terms_text":"Franklin County Auditor, State of Ohio","description":"Spring 2023 orthoimagery for Franklin County in the State of Ohio","icon":"https://commissioners.franklincountyohio.gov/COMM-website/media/Assets/seal-franklin-county.png"},{"id":"Freemap.sk-Cyclo","name":"Freemap.sk Bicycle","type":"tms","template":"https://tile.freemap.sk/C/{zoom}/{x}/{y}.jpeg","category":"osmbasedmap","zoomExtent":[8,16],"polygon":[[[16.69,47.64],[22.67,47.64],[22.67,49.65],[16.69,49.65],[16.69,47.64]]],"terms_url":"https://www.freemap.sk/?layers=C","terms_text":"Map © Freemap Slovakia, data © OpenStreetMap contributors and SRTM","icon":"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{"id":"Freemap.sk-Car","name":"Freemap.sk Car","type":"tms","template":"https://tile.freemap.sk/A/{zoom}/{x}/{y}.jpeg","category":"osmbasedmap","zoomExtent":[8,16],"polygon":[[[16.69,47.64],[22.67,47.64],[22.67,49.65],[16.69,49.65],[16.69,47.64]]],"terms_url":"https://www.freemap.sk/?layers=A","terms_text":"Map © Freemap Slovakia, data © OpenStreetMap contributors","icon":"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{"id":"Freemap.sk-Hiking","name":"Freemap.sk Hiking","type":"tms","template":"https://tile.freemap.sk/T/{zoom}/{x}/{y}.jpeg","category":"osmbasedmap","zoomExtent":[8,16],"polygon":[[[16.69,47.64],[22.67,47.64],[22.67,49.65],[16.69,49.65],[16.69,47.64]]],"terms_url":"https://www.freemap.sk/?layers=T","terms_text":"Map © Freemap Slovakia, data © OpenStreetMap contributors and SRTM","icon":"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{"id":"Freemap.sk-Ski","name":"Freemap.sk Ski","type":"tms","template":"https://tile.freemap.sk/K/{zoom}/{x}/{y}.jpeg","category":"osmbasedmap","zoomExtent":[8,16],"polygon":[[[16.69,47.64],[22.67,47.64],[22.67,49.65],[16.69,49.65],[16.69,47.64]]],"terms_url":"https://www.freemap.sk/?layers=K","terms_text":"Map © Freemap Slovakia, data © OpenStreetMap contributors and SRTM","icon":"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{"id":"fta-digiroad-functional","name":"FTIA Road Network","type":"wms","template":"https://avoinapi.vaylapilvi.fi/vaylatiedot/digiroad/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=dr_tielinkki_toim_lk&STYLES=DR_Tielinkki_toiminnallinen_luokka&WIDTH={width}&HEIGHT={height}&CRS={proj}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[3,20],"polygon":[[[27.96569,70.0988],[27.57431,70.07728],[27.10876,69.93548],[26.70913,69.97549],[26.45507,69.94207],[25.87142,69.6671],[25.94833,69.61024],[25.83023,69.55323],[25.66955,69.20794],[25.73822,69.01797],[25.60089,68.90309],[25.45806,68.91199],[25.11749,68.80699],[25.07354,68.64355],[24.88128,68.62003],[23.97491,68.84568],[23.74969,68.8308],[23.63433,68.71645],[23.18939,68.68053],[22.52197,68.7553],[21.63894,69.28191],[21.26953,69.31783],[20.94131,69.21622],[21.08963,69.09307],[21.05941,69.04352],[20.72296,69.12491],[20.54443,69.0558],[20.84655,68.97416],[20.81634,68.91742],[21.38754,68.68461],[22.04734,68.47066],[22.80212,68.35464],[23.12072,68.13169],[23.5437,67.9633],[23.44757,67.8393],[23.48602,67.59352],[23.36517,67.46545],[23.71124,67.41592],[23.72772,67.32186],[23.54644,67.26885],[23.53128,67.16724],[23.89251,66.86863],[23.84582,66.57775],[23.61843,66.44562],[23.67171,66.20303],[23.87191,66.14551],[24.09988,65.87247],[24.1658,65.66959],[24.11636,65.39143],[21.37939,63.68037],[20.17639,63.29787],[19.08325,60.16064],[20.22033,59.44786],[22.29125,59.44507],[25.82336,59.933],[27.52075,60.23435],[27.83386,60.53229],[29.29641,61.26165],[31.20803,62.44759],[31.62826,62.90585],[31.2635,63.22106],[29.99605,63.75387],[30.28656,63.81704],[30.58319,64.0782],[30.5104,64.26428],[30.09979,64.39218],[30.02563,64.58736],[30.16845,64.63329],[30.09429,64.79518],[29.78393,64.79811],[29.65347,64.89733],[29.65759,65.05939],[29.91027,65.09527],[29.93225,65.20895],[29.72076,65.27853],[29.91577,65.63788],[30.1863,65.66223],[29.9913,66.09771],[29.07119,66.91983],[30.11077,67.63431],[29.3486,68.08099],[28.67568,68.20166],[28.46547,68.54039],[28.72375,68.72642],[28.82675,68.87341],[28.44985,68.90792],[28.95996,69.05089],[28.83324,69.10563],[28.87207,69.22132],[29.36096,69.46526],[29.15634,69.69667],[28.38455,69.83488],[28.35845,69.88312],[28.17169,69.92511],[28.00415,70.01495],[27.96569,70.0988]]],"terms_url":"https://vayla.fi/web/en/open-data/digiroad/","terms_text":"© Liikennevirasto","description":"Digiroad national road network from the Finnish Transport Agency, functional road classes.","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/8/86/V%C3%A4yl%C3%A4virasto_logo.svg/200px-V%C3%A4yl%C3%A4virasto_logo.svg.png","overlay":true},{"id":"gaza_pleiades_20140706","name":"Gaza Strip - Pléiades - 2014/07/06","type":"tms","template":"https://imagery.openstreetmap.fr/tms/1.0.0/gaza_pleiades_20140706/{zoom}/{x}/{y}","category":"photo","endDate":"2014-07-06T00:00:00.000Z","startDate":"2014-07-06T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[34.49022,31.59487],[34.44463,31.54193],[34.42619,31.52686],[34.41099,31.50162],[34.36439,31.45715],[34.34172,31.43251],[34.29954,31.39629],[34.2434,31.34554],[34.21113,31.32157],[34.231,31.26295],[34.25915,31.22131],[34.26762,31.21894],[34.29093,31.24009],[34.31931,31.25317],[34.33119,31.26149],[34.34339,31.27846],[34.36708,31.29074],[34.37438,31.30609],[34.36497,31.36137],[34.36685,31.36914],[34.36827,31.36992],[34.3704,31.36909],[34.37158,31.36972],[34.37214,31.37093],[34.37159,31.37209],[34.37338,31.37422],[34.37407,31.37915],[34.38074,31.38791],[34.38037,31.38951],[34.38824,31.39599],[34.39351,31.40113],[34.39492,31.40391],[34.40134,31.40986],[34.40197,31.4112],[34.40506,31.41295],[34.4067,31.41295],[34.40918,31.41542],[34.41174,31.41604],[34.41329,31.41758],[34.41326,31.41862],[34.42211,31.42437],[34.4268,31.42804],[34.43164,31.43265],[34.43226,31.43458],[34.43798,31.44112],[34.44216,31.44327],[34.44585,31.4441],[34.45308,31.45139],[34.46576,31.46275],[34.4674,31.46448],[34.47471,31.47207],[34.47962,31.47778],[34.48532,31.48028],[34.4887,31.48263],[34.505,31.49543],[34.51369,31.50067],[34.5255,31.50251],[34.53011,31.5066],[34.54729,31.5121],[34.55613,31.52552],[34.5653,31.53226],[34.5678,31.5401],[34.49339,31.59263],[34.49022,31.59487]]],"terms_url":"https://wiki.openstreetmap.org/wiki/2014_Gaza_Strip","terms_text":"Copyright CNES 2014, Distribution Airbus Defence and Space"},{"id":"gaza_pleiades_20140706_nir","name":"Gaza Strip - Pléiades - 2014/07/06 (NIR)","type":"tms","template":"https://imagery.openstreetmap.fr/tms/1.0.0/gaza_pleiades_20140706_nir/{zoom}/{x}/{y}","category":"photo","endDate":"2014-07-06T00:00:00.000Z","startDate":"2014-07-06T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[34.49022,31.59487],[34.44463,31.54193],[34.42619,31.52686],[34.41099,31.50162],[34.36439,31.45715],[34.34172,31.43251],[34.29954,31.39629],[34.2434,31.34554],[34.21113,31.32157],[34.231,31.26295],[34.25915,31.22131],[34.26762,31.21894],[34.29093,31.24009],[34.31931,31.25317],[34.33119,31.26149],[34.34339,31.27846],[34.36708,31.29074],[34.37438,31.30609],[34.36497,31.36137],[34.36685,31.36914],[34.36827,31.36992],[34.3704,31.36909],[34.37158,31.36972],[34.37214,31.37093],[34.37159,31.37209],[34.37338,31.37422],[34.37407,31.37915],[34.38074,31.38791],[34.38037,31.38951],[34.38824,31.39599],[34.39351,31.40113],[34.39492,31.40391],[34.40134,31.40986],[34.40197,31.4112],[34.40506,31.41295],[34.4067,31.41295],[34.40918,31.41542],[34.41174,31.41604],[34.41329,31.41758],[34.41326,31.41862],[34.42211,31.42437],[34.4268,31.42804],[34.43164,31.43265],[34.43226,31.43458],[34.43798,31.44112],[34.44216,31.44327],[34.44585,31.4441],[34.45308,31.45139],[34.46576,31.46275],[34.4674,31.46448],[34.47471,31.47207],[34.47962,31.47778],[34.48532,31.48028],[34.4887,31.48263],[34.505,31.49543],[34.51369,31.50067],[34.5255,31.50251],[34.53011,31.5066],[34.54729,31.5121],[34.55613,31.52552],[34.5653,31.53226],[34.5678,31.5401],[34.49339,31.59263],[34.49022,31.59487]]],"terms_url":"https://wiki.openstreetmap.org/wiki/2014_Gaza_Strip","terms_text":"Copyright CNES 2014, Distribution Airbus Defence and Space"},{"id":"Geobase_Hydrography","name":"Geobase Hydrography - English","type":"wms","template":"https://maps.geogratis.gc.ca/wms/hydro_network_en?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=nhn:nhn&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]],"overlay":true},{"id":"Geobase_Hydrography_French","name":"Geobase Hydrography - French","type":"wms","template":"https://maps.geogratis.gc.ca/wms/hydro_network_fr?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=nhn:nhn&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]],"overlay":true},{"id":"Geobase_Roads","name":"Geobase Roads - English","type":"wms","template":"https://maps.geogratis.gc.ca/wms/roads_en?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=roads&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[4,20],"polygon":[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]]},{"id":"Geobase_Roads_French","name":"Geobase Roads - French","type":"wms","template":"https://cartes.geogratis.gc.ca/wms/roads_fr?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=routes&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[4,20],"polygon":[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]]},{"id":"geoEuskadi-ORTO","name":"geoEuskadiren Ortoargazkiak","type":"wms","template":"https://www.geo.euskadi.eus/WMS_ORTOARGAZKIAK?LAYERS=ORTO_EGUNERATUENA_MAS_ACTUALIZADA&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[-3.11024,43.43771],[-3.15462,43.35277],[-3.15239,43.34796],[-3.15535,43.34091],[-3.15823,43.30694],[-3.19462,43.30082],[-3.21299,43.28858],[-3.26311,43.29807],[-3.29573,43.30269],[-3.33418,43.30382],[-3.34705,43.29782],[-3.34534,43.27958],[-3.37641,43.27658],[-3.39392,43.26558],[-3.39958,43.25258],[-3.41675,43.2527],[-3.45434,43.2372],[-3.44679,43.22019],[-3.43602,43.20608],[-3.43941,43.19179],[-3.43529,43.16838],[-3.41949,43.12993],[-3.38963,43.13469],[-3.25316,43.19316],[-3.22792,43.17151],[-3.21608,43.17076],[-3.18707,43.16638],[-3.16887,43.17514],[-3.14569,43.16763],[-3.16544,43.15536],[-3.17059,43.14546],[-3.18672,43.12141],[-3.18157,43.11301],[-3.15239,43.10086],[-3.16183,43.07215],[-3.14449,43.06287],[-3.15291,43.03188],[-3.18226,43.02962],[-3.17986,43.01783],[-3.1481,43.00314],[-3.08922,42.99812],[-3.0451,42.98092],[-3.0518,42.97162],[-3.01866,42.94901],[-2.99292,42.94034],[-3.03103,42.90967],[-3.09076,42.90489],[-3.10175,42.91683],[-3.14535,42.93908],[-3.20578,42.95316],[-3.22775,42.95291],[-3.24492,42.94411],[-3.28251,42.90389],[-3.29092,42.88376],[-3.28491,42.8698],[-3.22809,42.82562],[-3.13557,42.78545],[-3.15531,42.75332],[-3.1299,42.75332],[-3.08201,42.75432],[-3.04047,42.73579],[-2.98142,42.69972],[-2.96459,42.70565],[-2.93232,42.70616],[-2.93301,42.69859],[-2.92262,42.6996],[-2.9185,42.69695],[-2.90442,42.69259],[-2.90468,42.68635],[-2.8985,42.6765],[-2.90108,42.6731],[-2.90108,42.66729],[-2.89807,42.65366],[-2.89069,42.6476],[-2.87129,42.63819],[-2.86331,42.63712],[-2.85627,42.6368],[-2.844,42.62954],[-2.84512,42.62404],[-2.84966,42.61741],[-2.84881,42.61527],[-2.84451,42.61078],[-2.84254,42.60674],[-2.82349,42.61078],[-2.82512,42.60017],[-2.84254,42.58184],[-2.83825,42.56863],[-2.82529,42.55327],[-2.81877,42.55352],[-2.79825,42.56535],[-2.77508,42.57976],[-2.76169,42.61678],[-2.73903,42.61767],[-2.71397,42.60048],[-2.68702,42.59315],[-2.69028,42.56964],[-2.70933,42.5164],[-2.69543,42.51374],[-2.64856,42.48083],[-2.63792,42.48349],[-2.62316,42.49299],[-2.60084,42.49349],[-2.6053,42.48071],[-2.60153,42.47159],[-2.58522,42.46919],[-2.57183,42.48691],[-2.56857,42.49134],[-2.55707,42.48248],[-2.52909,42.47982],[-2.52497,42.48526],[-2.47707,42.48501],[-2.47004,42.49109],[-2.43519,42.48792],[-2.42133,42.48817],[-2.41845,42.48849],[-2.4218,42.50969],[-2.39021,42.51526],[-2.39468,42.54492],[-2.38704,42.54783],[-2.38729,42.56364],[-2.39348,42.59941],[-2.41897,42.60907],[-2.42455,42.60693],[-2.4509,42.57318],[-2.45974,42.58924],[-2.48772,42.59183],[-2.46034,42.62777],[-2.45253,42.63371],[-2.41605,42.66003],[-2.38936,42.65593],[-2.38395,42.63282],[-2.34447,42.63206],[-2.28979,42.65056],[-2.28344,42.65845],[-2.29185,42.67884],[-2.30824,42.67991],[-2.30988,42.70912],[-2.31546,42.73434],[-2.3043,42.7339],[-2.27134,42.74115],[-2.25932,42.74695],[-2.27468,42.78671],[-2.26576,42.79332],[-2.2316,42.83481],[-2.23005,42.84344],[-2.23872,42.86615],[-2.23941,42.88565],[-2.23658,42.89596],[-2.23065,42.9311],[-2.16019,42.93418],[-2.11676,42.93858],[-2.09873,42.94813],[-2.0886,42.96836],[-2.04844,42.97376],[-2.03556,42.97979],[-2.02732,42.98795],[-2.02372,43.00088],[-2.03453,43.02737],[-2.02578,43.02987],[-2.01428,43.05133],[-2.01736,43.0645],[-1.96741,43.08356],[-1.95213,43.09594],[-1.94617,43.09694],[-1.93626,43.10546],[-1.92029,43.11583],[-1.89969,43.13557],[-1.90175,43.14634],[-1.91497,43.16957],[-1.90776,43.20855],[-1.88201,43.20468],[-1.87231,43.21049],[-1.85987,43.21049],[-1.82262,43.22801],[-1.7924,43.24564],[-1.7882,43.27702],[-1.77644,43.28558],[-1.76253,43.28458],[-1.72747,43.29304],[-1.72639,43.29911],[-1.72863,43.29782],[-1.73545,43.31262],[-1.74054,43.31681],[-1.7368,43.32162],[-1.73698,43.3241],[-1.73794,43.32596],[-1.73661,43.33042],[-1.7412,43.33197],[-1.74462,43.33184],[-1.75024,43.33183],[-1.75253,43.33404],[-1.75099,43.33592],[-1.7523,43.33954],[-1.75307,43.34135],[-1.75438,43.3423],[-1.75747,43.34405],[-1.75884,43.34431],[-1.76037,43.34434],[-1.76221,43.34441],[-1.76532,43.34341],[-1.76648,43.34309],[-1.7679,43.34263],[-1.76938,43.34242],[-1.77191,43.34266],[-1.77416,43.34353],[-1.77609,43.34437],[-1.77665,43.34537],[-1.77674,43.34617],[-1.77697,43.34742],[-1.77753,43.34818],[-1.77845,43.34826],[-1.78009,43.34848],[-1.78118,43.34842],[-1.78309,43.34882],[-1.78438,43.34951],[-1.78622,43.35083],[-1.78691,43.35208],[-1.7867,43.35398],[-1.77851,43.36299],[-1.78802,43.36918],[-1.78946,43.37277],[-1.78906,43.37611],[-1.76571,43.38409],[-1.8091,43.40669],[-2.7502,43.4637],[-3.11024,43.43771]]],"terms_text":"Eusko Jaurlaritza / Gobierno Vasco. geoEuskadi","best":true},{"id":"geoimage.at","name":"Geoimage.at MaxRes","type":"wms","template":"https://gis.lfrz.gv.at/wmsgw/?LAYERS=Luftbild&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&KEY=4d80de696cd562a63ce463a58a61488d","category":"photo","projection":"EPSG:3857","polygon":[[[16.50733,46.99293],[16.52768,47.05884],[16.47679,47.07964],[16.54804,47.1489],[16.47171,47.1489],[16.42591,47.19733],[16.49206,47.2768],[16.46153,47.39406],[16.54295,47.39406],[16.66,47.44915],[16.71088,47.53855],[16.67017,47.63122],[16.57348,47.6175],[16.42082,47.66893],[16.54804,47.70662],[16.53786,47.75454],[16.7058,47.75112],[16.74142,47.67921],[17.09255,47.70319],[17.08237,47.80925],[16.98568,47.86732],[17.08237,47.87414],[17.17397,48.02071],[17.08237,48.02412],[17.09255,48.13971],[16.99077,48.1499],[16.95515,48.25165],[16.85337,48.34644],[16.84828,48.45118],[16.97551,48.51527],[16.89917,48.71377],[16.7058,48.73391],[16.69053,48.77417],[16.49206,48.81105],[16.39537,48.73727],[16.20708,48.73391],[16.00862,48.78088],[15.84068,48.88807],[15.74908,48.8546],[15.48446,48.92821],[15.39286,48.98501],[15.30635,48.98501],[15.19439,48.93155],[15.14859,48.99503],[14.98936,49.01266],[14.96472,48.78518],[14.81782,48.77753],[14.8229,48.7272],[14.72113,48.6869],[14.72113,48.57591],[14.59899,48.62639],[14.55828,48.59611],[14.46668,48.64993],[14.3649,48.54897],[14.21733,48.59611],[14.07484,48.59274],[14.01377,48.63312],[14.05957,48.66338],[13.85093,48.77417],[13.79495,48.71713],[13.82039,48.62639],[13.78477,48.57255],[13.72879,48.5119],[13.61175,48.57255],[13.50997,48.58601],[13.43872,48.55234],[13.44381,48.41742],[13.39801,48.35659],[13.26061,48.2923],[13.18428,48.29907],[13.04179,48.2652],[12.96037,48.21097],[12.87386,48.21097],[12.75172,48.09894],[12.86368,48.00369],[12.86368,47.95941],[12.9451,47.93555],[13.00617,47.84683],[12.90439,47.72031],[13.03161,47.71004],[13.09777,47.64151],[13.0367,47.55572],[13.04179,47.49387],[12.97564,47.47323],[12.83315,47.54198],[12.77208,47.66893],[12.62959,47.68949],[12.56852,47.62779],[12.49219,47.63122],[12.43112,47.71004],[12.25301,47.67921],[12.2581,47.74427],[12.16141,47.69634],[12.20721,47.60378],[12.00366,47.62436],[11.83572,47.58662],[11.60672,47.59005],[11.57619,47.50762],[11.42352,47.51449],[11.28103,47.3975],[11.23523,47.44227],[10.99605,47.39061],[10.94008,47.48699],[10.88919,47.54542],[10.75688,47.53168],[10.59912,47.56602],[10.54823,47.53511],[10.48717,47.55229],[10.44137,47.59005],[10.43119,47.48699],[10.48208,47.44915],[10.32432,47.29751],[10.18692,47.2699],[10.2429,47.38717],[10.11059,47.36649],[10.09023,47.44915],[9.94774,47.53855],[9.83579,47.54542],[9.7849,47.59692],[9.71365,47.52824],[9.56608,47.48011],[9.64241,47.44571],[9.67294,47.36994],[9.60679,47.34926],[9.54063,47.26644],[9.58134,47.1662],[9.63223,47.12813],[9.61188,47.03804],[9.68312,47.05884],[9.90194,47.00334],[9.86632,46.94084],[10.12076,46.83302],[10.23272,46.86435],[10.38539,46.98946],[10.47699,46.92694],[10.45663,46.85043],[10.57877,46.83998],[10.70599,46.86435],[10.74161,46.78426],[10.88919,46.75986],[11.04185,46.76335],[11.1131,46.91304],[11.25559,46.97557],[11.41843,46.96515],[11.49986,47.00681],[11.54057,46.97557],[11.63217,47.01028],[11.73394,46.96168],[11.9833,47.04497],[12.2123,47.0935],[12.25301,47.06577],[12.11561,46.99987],[12.13088,46.90261],[12.20721,46.87478],[12.27337,46.88522],[12.28863,46.77729],[12.36497,46.77032],[12.35988,46.70405],[12.51255,46.66565],[12.72628,46.6412],[12.84332,46.61324],[13.1283,46.58877],[13.30641,46.55028],[13.44381,46.56078],[13.82548,46.50477],[13.91199,46.52578],[14.01886,46.47674],[14.12573,46.47674],[14.16135,46.42766],[14.44124,46.43116],[14.57864,46.37853],[14.61426,46.43818],[14.68041,46.43818],[14.75166,46.49776],[14.83308,46.50127],[14.85344,46.60276],[14.9603,46.62373],[14.99084,46.58877],[15.04682,46.64819],[15.22493,46.63421],[15.43357,46.65168],[15.47937,46.60276],[15.57606,46.63421],[15.56079,46.67962],[15.75926,46.69009],[15.86104,46.71801],[16.04933,46.65517],[15.98317,46.81909],[16.13584,46.8713],[16.28342,46.99293],[16.50733,46.99293]]],"terms_url":"http://geoimage.at","terms_text":"geoimage.at","description":"Aktuelle Digitale Orthophotos des LFRZ aus gemeinsamen Befliegungen mit den Landesregierungen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/GeoimageatMaxRes.png"},{"id":"Geolittoral-Sentiers","name":"Géolittoral - Sentiers","type":"wms","template":"https://geolittoral.din.developpement-durable.gouv.fr/wxs?LAYERS=n_sentier_littoral_l_metropole_outremer&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","polygon":[[[6.45244,43.03504],[6.42477,43.02444],[6.35945,43.02321],[6.35178,42.99905],[6.39852,42.98048],[6.41178,42.9918],[6.47179,43.00725],[6.48364,43.02444],[6.52156,43.04318],[6.51121,43.05765],[6.46985,43.05461],[6.45244,43.03504]],[[3.041,42.51259],[3.04121,42.50093],[3.09086,42.50082],[3.14769,42.40072],[3.14949,42.40015],[3.15305,42.40052],[3.15804,42.40243],[3.1877,42.42805],[3.14227,42.5248],[3.06837,42.54635],[3.04884,42.6942],[3.0799,43.03073],[3.22641,43.18727],[3.40916,43.26032],[3.52104,43.25877],[3.66429,43.37628],[3.73841,43.39054],[4.00979,43.53607],[4.17692,43.45636],[4.54355,43.43349],[4.54943,43.35401],[4.83506,43.30891],[4.97506,43.38309],[5.03219,43.31928],[5.25919,43.31928],[5.31082,43.20504],[5.35682,43.18645],[5.36882,43.16785],[5.40232,43.16211],[5.41382,43.17123],[5.40919,43.19921],[5.54232,43.18827],[5.60582,43.14797],[5.6197,43.1529],[5.63832,43.17159],[5.67157,43.1674],[5.69095,43.13411],[5.77607,43.10637],[5.7762,43.09432],[5.75407,43.08328],[5.75707,43.0725],[5.77032,43.06465],[5.85933,43.03469],[5.8877,43.06273],[5.9567,43.06109],[5.96383,43.09277],[6.00033,43.09186],[6.01745,43.06849],[6.10233,43.07415],[6.10483,43.0526],[6.0666,43.04318],[6.06722,43.03785],[6.1427,43.00923],[6.15676,42.98715],[6.19635,42.97331],[6.22221,42.9801],[6.26891,42.99651],[6.25515,43.03627],[6.2019,43.02713],[6.18378,43.09188],[6.30153,43.09909],[6.32478,43.07974],[6.37778,43.08011],[6.38866,43.13395],[6.51341,43.14608],[6.57704,43.17881],[6.62291,43.14563],[6.69779,43.19969],[6.68016,43.23357],[6.72116,43.26007],[6.72241,43.27472],[6.67054,43.29192],[6.68741,43.33113],[6.72416,43.34267],[6.75291,43.409],[6.79104,43.39674],[6.90629,43.41672],[6.96767,43.50273],[6.96617,43.52812],[7.00617,43.53845],[7.03554,43.4982],[7.06892,43.5001],[7.09079,43.51642],[7.06267,43.53672],[7.08254,43.5456],[7.1238,43.53074],[7.1558,43.5437],[7.1433,43.62284],[7.16867,43.64636],[7.2138,43.63469],[7.25417,43.68497],[7.3403,43.66744],[7.36442,43.6894],[7.35305,43.7082],[7.4163,43.71091],[7.45405,43.74506],[7.4943,43.74524],[7.57943,43.78424],[7.60552,43.78603],[7.60368,43.78898],[7.59588,43.79528],[7.59628,43.79549],[7.53853,43.84195],[7.45996,43.79988],[7.44781,43.80934],[7.32353,43.74806],[7.30822,43.76357],[6.64878,43.3885],[6.66865,43.37178],[6.51003,43.27803],[6.56584,43.22509],[6.12681,43.10527],[5.48229,43.24939],[5.47267,43.2309],[5.41567,43.24657],[5.45267,43.3451],[4.80191,43.48158],[4.76416,43.39244],[4.65716,43.42368],[4.67228,43.45608],[4.43203,43.52419],[4.41453,43.49255],[4.16102,43.56433],[4.14452,43.57067],[4.14165,43.57393],[4.18677,43.59946],[4.10565,43.68196],[3.79689,43.52165],[3.77851,43.51313],[3.76464,43.50597],[3.76201,43.50334],[3.74226,43.49328],[3.71601,43.52075],[3.26213,43.28143],[3.24638,43.29735],[3.18388,43.28052],[3.10675,43.24083],[3.15475,43.19419],[2.90625,43.19383],[2.90675,42.76189],[2.94613,42.76208],[2.9465,42.61516],[2.99238,42.61497],[2.99238,42.5125],[3.041,42.51259]],[[-0.84388,46.06949],[-0.93455,46.10163],[-0.89497,46.15628],[-0.98385,46.18807],[-0.94235,46.24424],[-0.95481,46.2489],[-0.91261,46.3048],[-1.18192,46.39987],[-1.82473,46.62071],[-1.82678,46.64174],[-1.77535,46.64386],[-1.73652,46.66839],[-1.99529,46.86461],[-1.92891,46.90677],[-1.94723,46.92078],[-1.81066,47.00588],[-1.9925,47.14309],[-1.94019,47.1422],[-1.93975,47.13263],[-1.72612,47.13761],[-1.72553,47.12764],[-1.66971,47.12864],[-1.66897,47.11688],[-1.48582,47.11877],[-1.48567,47.11149],[-1.36054,47.11239],[-1.37211,47.33221],[-1.46003,47.32924],[-1.4612,47.33966],[-1.58531,47.33708],[-1.58355,47.29566],[-1.64011,47.29427],[-1.64084,47.30639],[-1.73418,47.305],[-1.73608,47.34304],[-1.82986,47.34165],[-1.8322,47.38184],[-1.92891,47.37956],[-1.92862,47.38254],[-2.01404,47.38095],[-2.01565,47.39623],[-2.13478,47.39107],[-2.13199,47.35852],[-2.29742,47.3618],[-2.29962,47.29784],[-2.35852,47.29854],[-2.38079,47.3039],[-2.36219,47.33837],[-2.34753,47.33499],[-2.30372,47.41755],[-2.32043,47.42092],[-2.30182,47.4568],[-2.25449,47.44501],[-2.17991,47.58642],[-3.6172,47.93124],[-4.1806,48.05569],[-4.21854,47.97726],[-4.21371,47.97598],[-4.23363,47.93497],[-4.25657,47.93997],[-4.35686,48.02305],[-4.18806,48.04061],[-4.18643,48.04389],[-4.20111,48.10285],[-4.17232,48.1065],[-4.18331,48.14934],[-4.16675,48.18247],[-4.06623,48.16028],[-4.03634,48.21958],[-4.0214,48.21606],[-3.98814,48.2867],[-4.04733,48.29918],[-4.01832,48.35685],[-4.16411,48.38936],[-4.13495,48.44868],[-4.38853,48.50473],[-4.35482,48.5118],[-4.38281,48.57349],[-4.05342,48.64412],[-4.01034,48.53179],[-3.02979,48.69115],[-2.70681,48.40746],[-2.54005,48.48747],[-2.54978,48.49647],[-2.47353,48.53326],[-2.49083,48.54924],[-2.43084,48.57852],[-2.42035,48.56954],[-2.40863,48.51618],[-2.3021,48.52433],[-2.2895,48.46102],[-2.03889,48.48191],[-2.04272,48.43601],[-1.92813,48.44096],[-1.92326,48.49187],[-1.84908,48.4975],[-1.85218,48.53086],[-1.2269,48.56824],[-1.23519,48.64435],[-1.25229,48.64353],[-1.2584,48.70421],[-1.30533,48.70216],[-1.31155,48.76408],[-1.45091,48.75725],[-1.47225,49.1822],[-1.43557,49.20326],[-1.47608,49.24027],[-1.47909,49.29233],[-1.5339,49.29098],[-1.72775,49.46509],[-1.77479,49.44333],[-1.81105,49.61757],[-1.44583,49.60689],[-1.24768,49.35025],[-1.34114,49.2975],[-1.26768,49.24099],[-1.19515,49.28183],[-1.16728,49.24545],[-0.99778,49.30149],[-0.82088,49.28331],[-0.3561,49.23214],[-0.45369,49.18792],[-0.38966,49.12726],[-0.19448,49.21463],[-0.03492,49.1973],[-0.02027,49.26036],[0.00508,49.25711],[0.00274,49.29076],[0.0675,49.28713],[0.07204,49.31532],[0.13769,49.3115],[0.14326,49.35532],[0.20817,49.35084],[0.21095,49.36658],[0.27689,49.36334],[0.28011,49.38433],[0.32846,49.38128],[0.32597,49.35456],[0.45843,49.34492],[0.45741,49.33938],[0.54254,49.33461],[0.54825,49.37851],[0.61478,49.37441],[0.63001,49.49666],[0.5632,49.49989],[0.56598,49.52045],[0.11117,49.54365],[0.13461,49.5809],[0.14765,49.57767],[0.20831,49.67269],[0.4281,49.75445],[0.42063,49.76297],[0.57961,49.82133],[0.9827,49.88916],[1.03838,49.84609],[1.42667,50.05276],[1.42462,50.01747],[1.54155,50.01267],[1.54565,50.06311],[1.80149,50.05116],[1.82156,50.24262],[1.72295,50.24702],[1.75357,50.5932],[1.65569,50.59729],[1.68089,50.8717],[1.7976,50.89906],[2.05937,50.94709],[2.07124,50.92022],[2.66071,51.0196],[2.59712,51.17355],[1.64118,50.95919],[1.52549,50.85867],[1.53177,50.46437],[1.43908,50.11819],[1.05727,49.94904],[0.51713,49.86466],[0.12211,49.69292],[0.01801,49.54656],[0.02731,49.37619],[-0.13342,49.31293],[-0.24976,49.3158],[-0.39014,49.3622],[-0.74429,49.36802],[-0.96463,49.42509],[-1.18545,49.54836],[-1.1492,49.63504],[-1.28373,49.76067],[-1.61759,49.68498],[-2.00445,49.76087],[-2.03908,49.67872],[-1.9262,49.65573],[-1.85748,49.3253],[-1.74277,49.24473],[-1.68714,48.93249],[-1.91027,48.92348],[-1.90304,48.86288],[-1.70557,48.84512],[-1.7243,48.75828],[-1.80953,48.73178],[-2.0137,48.73221],[-2.17543,48.65016],[-2.28475,48.71909],[-2.45786,48.70896],[-2.69353,48.76722],[-2.80207,48.79793],[-3.02769,48.9275],[-3.33344,48.90458],[-3.40954,48.91866],[-3.54444,48.90297],[-3.67013,48.89508],[-3.94939,48.74715],[-3.96692,48.77978],[-4.63117,48.66129],[-4.83515,48.54319],[-5.10346,48.51722],[-5.19867,48.44926],[-4.84243,48.3005],[-4.67101,48.2331],[-4.5921,48.14758],[-4.60147,48.11469],[-4.96938,48.08972],[-4.98565,47.99896],[-4.47962,47.9776],[-4.37619,47.71067],[-4.14314,47.78847],[-4.10163,47.70921],[-3.9162,47.67831],[-3.38912,47.59473],[-3.22791,47.61132],[-3.18803,47.48441],[-3.35602,47.32474],[-2.96742,47.22147],[-2.92848,47.28413],[-2.31733,47.16214],[-2.45286,46.93856],[-2.3233,46.83812],[-2.46561,46.71196],[-2.3466,46.62382],[-2.03483,46.61895],[-1.75643,46.42214],[-1.64442,46.22375],[-1.60176,46.17019],[-1.48685,46.06042],[-1.22511,45.44416],[-1.30744,44.41847],[-1.33584,44.22832],[-1.58531,43.489],[-1.72832,43.45033],[-1.80281,43.40425],[-1.79281,43.28038],[-1.76549,43.25548],[-1.59964,43.35423],[-1.34589,43.50606],[-1.37439,43.53109],[-1.31296,43.72951],[-1.39572,43.74301],[-1.30762,44.029],[-1.21853,44.03249],[-1.22689,44.14022],[-1.09916,44.1456],[-1.01408,44.56765],[-0.96035,44.56434],[-0.9404,44.7018],[-0.93365,44.76149],[-1.01946,44.76914],[-1.01514,44.80113],[-1.10761,44.80787],[-1.05039,45.18252],[-1.06412,45.36911],[-1.04828,45.36911],[-1.0524,45.31013],[-1.00247,45.30827],[-1.00163,45.24439],[-0.9328,45.24484],[-0.93438,45.18185],[-0.88171,45.18081],[-0.88393,45.12051],[-0.81838,45.11962],[-0.81584,45.05321],[-0.77764,45.05389],[-0.77838,44.99263],[-0.66628,44.99129],[-0.58798,44.66014],[-0.39048,44.68413],[-0.43541,44.87317],[-0.19387,44.78678],[-0.15491,44.84238],[-0.14521,44.8392],[-0.09266,44.91019],[-0.18925,44.94591],[-0.12252,45.02563],[-0.22,45.06771],[-0.2907,44.98278],[-0.41621,45.02696],[-0.41611,45.07089],[-0.45512,45.07161],[-0.45661,45.13325],[-0.49184,45.13315],[-0.49094,45.19577],[-0.55275,45.19661],[-0.55379,45.32344],[-0.58529,45.32334],[-0.58544,45.38596],[-0.61619,45.38586],[-0.61574,45.44695],[-0.63978,45.44747],[-0.63799,45.50892],[-0.688,45.50986],[-0.68755,45.60174],[-0.69397,45.60184],[-0.69695,45.62659],[-0.76264,45.6245],[-0.86666,45.8479],[-0.63498,45.76444],[-0.53787,45.89558],[-0.88241,46.01637],[-0.84388,46.06949]]],"terms_url":"http://www.geocatalogue.fr/Detail.do?fileIdentifier=0fb2abdf-2809-4c2f-9323-f016ccc116aa","terms_text":"© Typologie et usage - sentier du littoral français (métropole et outre-mer) - Ministère en charge de l’environnement - 2020","overlay":true},{"id":"GeolittoralV2-Orthophotos","name":"Géolittoral V2 - Orthophotos 2011-2014","type":"wms","template":"https://geolittoral.din.developpement-durable.gouv.fr/wxs?LAYERS=ortholittorale_v2_rvb&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","polygon":[[[6.45244,43.03504],[6.42477,43.02444],[6.35945,43.02321],[6.35178,42.99905],[6.39852,42.98048],[6.41178,42.9918],[6.47179,43.00725],[6.48364,43.02444],[6.52156,43.04318],[6.51121,43.05765],[6.46985,43.05461],[6.45244,43.03504]],[[3.041,42.51259],[3.04121,42.50093],[3.09086,42.50082],[3.14769,42.40072],[3.14949,42.40015],[3.15305,42.40052],[3.15804,42.40243],[3.1877,42.42805],[3.14227,42.5248],[3.06837,42.54635],[3.04884,42.6942],[3.0799,43.03073],[3.22641,43.18727],[3.40916,43.26032],[3.52104,43.25877],[3.66429,43.37628],[3.73841,43.39054],[4.00979,43.53607],[4.17692,43.45636],[4.54355,43.43349],[4.54943,43.35401],[4.83506,43.30891],[4.97506,43.38309],[5.03219,43.31928],[5.25919,43.31928],[5.31082,43.20504],[5.35682,43.18645],[5.36882,43.16785],[5.40232,43.16211],[5.41382,43.17123],[5.40919,43.19921],[5.54232,43.18827],[5.60582,43.14797],[5.6197,43.1529],[5.63832,43.17159],[5.67157,43.1674],[5.69095,43.13411],[5.77607,43.10637],[5.7762,43.09432],[5.75407,43.08328],[5.75707,43.0725],[5.77032,43.06465],[5.85933,43.03469],[5.8877,43.06273],[5.9567,43.06109],[5.96383,43.09277],[6.00033,43.09186],[6.01745,43.06849],[6.10233,43.07415],[6.10483,43.0526],[6.0666,43.04318],[6.06722,43.03785],[6.1427,43.00923],[6.15676,42.98715],[6.19635,42.97331],[6.22221,42.9801],[6.26891,42.99651],[6.25515,43.03627],[6.2019,43.02713],[6.18378,43.09188],[6.30153,43.09909],[6.32478,43.07974],[6.37778,43.08011],[6.38866,43.13395],[6.51341,43.14608],[6.57704,43.17881],[6.62291,43.14563],[6.69779,43.19969],[6.68016,43.23357],[6.72116,43.26007],[6.72241,43.27472],[6.67054,43.29192],[6.68741,43.33113],[6.72416,43.34267],[6.75291,43.409],[6.79104,43.39674],[6.90629,43.41672],[6.96767,43.50273],[6.96617,43.52812],[7.00617,43.53845],[7.03554,43.4982],[7.06892,43.5001],[7.09079,43.51642],[7.06267,43.53672],[7.08254,43.5456],[7.1238,43.53074],[7.1558,43.5437],[7.1433,43.62284],[7.16867,43.64636],[7.2138,43.63469],[7.25417,43.68497],[7.3403,43.66744],[7.36442,43.6894],[7.35305,43.7082],[7.4163,43.71091],[7.45405,43.74506],[7.4943,43.74524],[7.57943,43.78424],[7.60552,43.78603],[7.60368,43.78898],[7.59588,43.79528],[7.59628,43.79549],[7.53853,43.84195],[7.45996,43.79988],[7.44781,43.80934],[7.32353,43.74806],[7.30822,43.76357],[6.64878,43.3885],[6.66865,43.37178],[6.51003,43.27803],[6.56584,43.22509],[6.12681,43.10527],[5.48229,43.24939],[5.47267,43.2309],[5.41567,43.24657],[5.45267,43.3451],[4.80191,43.48158],[4.76416,43.39244],[4.65716,43.42368],[4.67228,43.45608],[4.43203,43.52419],[4.41453,43.49255],[4.16102,43.56433],[4.14452,43.57067],[4.14165,43.57393],[4.18677,43.59946],[4.10565,43.68196],[3.79689,43.52165],[3.77851,43.51313],[3.76464,43.50597],[3.76201,43.50334],[3.74226,43.49328],[3.71601,43.52075],[3.26213,43.28143],[3.24638,43.29735],[3.18388,43.28052],[3.10675,43.24083],[3.15475,43.19419],[2.90625,43.19383],[2.90675,42.76189],[2.94613,42.76208],[2.9465,42.61516],[2.99238,42.61497],[2.99238,42.5125],[3.041,42.51259]],[[-0.84388,46.06949],[-0.93455,46.10163],[-0.89497,46.15628],[-0.98385,46.18807],[-0.94235,46.24424],[-0.95481,46.2489],[-0.91261,46.3048],[-1.18192,46.39987],[-1.82473,46.62071],[-1.82678,46.64174],[-1.77535,46.64386],[-1.73652,46.66839],[-1.99529,46.86461],[-1.92891,46.90677],[-1.94723,46.92078],[-1.81066,47.00588],[-1.9925,47.14309],[-1.94019,47.1422],[-1.93975,47.13263],[-1.72612,47.13761],[-1.72553,47.12764],[-1.66971,47.12864],[-1.66897,47.11688],[-1.48582,47.11877],[-1.48567,47.11149],[-1.36054,47.11239],[-1.37211,47.33221],[-1.46003,47.32924],[-1.4612,47.33966],[-1.58531,47.33708],[-1.58355,47.29566],[-1.64011,47.29427],[-1.64084,47.30639],[-1.73418,47.305],[-1.73608,47.34304],[-1.82986,47.34165],[-1.8322,47.38184],[-1.92891,47.37956],[-1.92862,47.38254],[-2.01404,47.38095],[-2.01565,47.39623],[-2.13478,47.39107],[-2.13199,47.35852],[-2.29742,47.3618],[-2.29962,47.29784],[-2.35852,47.29854],[-2.38079,47.3039],[-2.36219,47.33837],[-2.34753,47.33499],[-2.30372,47.41755],[-2.32043,47.42092],[-2.30182,47.4568],[-2.25449,47.44501],[-2.17991,47.58642],[-3.6172,47.93124],[-4.1806,48.05569],[-4.21854,47.97726],[-4.21371,47.97598],[-4.23363,47.93497],[-4.25657,47.93997],[-4.35686,48.02305],[-4.18806,48.04061],[-4.18643,48.04389],[-4.20111,48.10285],[-4.17232,48.1065],[-4.18331,48.14934],[-4.16675,48.18247],[-4.06623,48.16028],[-4.03634,48.21958],[-4.0214,48.21606],[-3.98814,48.2867],[-4.04733,48.29918],[-4.01832,48.35685],[-4.16411,48.38936],[-4.13495,48.44868],[-4.38853,48.50473],[-4.35482,48.5118],[-4.38281,48.57349],[-4.05342,48.64412],[-4.01034,48.53179],[-3.02979,48.69115],[-2.70681,48.40746],[-2.54005,48.48747],[-2.54978,48.49647],[-2.47353,48.53326],[-2.49083,48.54924],[-2.43084,48.57852],[-2.42035,48.56954],[-2.40863,48.51618],[-2.3021,48.52433],[-2.2895,48.46102],[-2.03889,48.48191],[-2.04272,48.43601],[-1.92813,48.44096],[-1.92326,48.49187],[-1.84908,48.4975],[-1.85218,48.53086],[-1.2269,48.56824],[-1.23519,48.64435],[-1.25229,48.64353],[-1.2584,48.70421],[-1.30533,48.70216],[-1.31155,48.76408],[-1.45091,48.75725],[-1.47225,49.1822],[-1.43557,49.20326],[-1.47608,49.24027],[-1.47909,49.29233],[-1.5339,49.29098],[-1.72775,49.46509],[-1.77479,49.44333],[-1.81105,49.61757],[-1.44583,49.60689],[-1.24768,49.35025],[-1.34114,49.2975],[-1.26768,49.24099],[-1.19515,49.28183],[-1.16728,49.24545],[-0.99778,49.30149],[-0.82088,49.28331],[-0.3561,49.23214],[-0.45369,49.18792],[-0.38966,49.12726],[-0.19448,49.21463],[-0.03492,49.1973],[-0.02027,49.26036],[0.00508,49.25711],[0.00274,49.29076],[0.0675,49.28713],[0.07204,49.31532],[0.13769,49.3115],[0.14326,49.35532],[0.20817,49.35084],[0.21095,49.36658],[0.27689,49.36334],[0.28011,49.38433],[0.32846,49.38128],[0.32597,49.35456],[0.45843,49.34492],[0.45741,49.33938],[0.54254,49.33461],[0.54825,49.37851],[0.61478,49.37441],[0.63001,49.49666],[0.5632,49.49989],[0.56598,49.52045],[0.11117,49.54365],[0.13461,49.5809],[0.14765,49.57767],[0.20831,49.67269],[0.4281,49.75445],[0.42063,49.76297],[0.57961,49.82133],[0.9827,49.88916],[1.03838,49.84609],[1.42667,50.05276],[1.42462,50.01747],[1.54155,50.01267],[1.54565,50.06311],[1.80149,50.05116],[1.82156,50.24262],[1.72295,50.24702],[1.75357,50.5932],[1.65569,50.59729],[1.68089,50.8717],[1.7976,50.89906],[2.05937,50.94709],[2.07124,50.92022],[2.66071,51.0196],[2.59712,51.17355],[1.64118,50.95919],[1.52549,50.85867],[1.53177,50.46437],[1.43908,50.11819],[1.05727,49.94904],[0.51713,49.86466],[0.12211,49.69292],[0.01801,49.54656],[0.02731,49.37619],[-0.13342,49.31293],[-0.24976,49.3158],[-0.39014,49.3622],[-0.74429,49.36802],[-0.96463,49.42509],[-1.18545,49.54836],[-1.1492,49.63504],[-1.28373,49.76067],[-1.61759,49.68498],[-2.00445,49.76087],[-2.03908,49.67872],[-1.9262,49.65573],[-1.85748,49.3253],[-1.74277,49.24473],[-1.68714,48.93249],[-1.91027,48.92348],[-1.90304,48.86288],[-1.70557,48.84512],[-1.7243,48.75828],[-1.80953,48.73178],[-2.0137,48.73221],[-2.17543,48.65016],[-2.28475,48.71909],[-2.45786,48.70896],[-2.69353,48.76722],[-2.80207,48.79793],[-3.02769,48.9275],[-3.33344,48.90458],[-3.40954,48.91866],[-3.54444,48.90297],[-3.67013,48.89508],[-3.94939,48.74715],[-3.96692,48.77978],[-4.63117,48.66129],[-4.83515,48.54319],[-5.10346,48.51722],[-5.19867,48.44926],[-4.84243,48.3005],[-4.67101,48.2331],[-4.5921,48.14758],[-4.60147,48.11469],[-4.96938,48.08972],[-4.98565,47.99896],[-4.47962,47.9776],[-4.37619,47.71067],[-4.14314,47.78847],[-4.10163,47.70921],[-3.9162,47.67831],[-3.38912,47.59473],[-3.22791,47.61132],[-3.18803,47.48441],[-3.35602,47.32474],[-2.96742,47.22147],[-2.92848,47.28413],[-2.31733,47.16214],[-2.45286,46.93856],[-2.3233,46.83812],[-2.46561,46.71196],[-2.3466,46.62382],[-2.03483,46.61895],[-1.75643,46.42214],[-1.64442,46.22375],[-1.60176,46.17019],[-1.48685,46.06042],[-1.22511,45.44416],[-1.30744,44.41847],[-1.33584,44.22832],[-1.58531,43.489],[-1.72832,43.45033],[-1.80281,43.40425],[-1.79281,43.28038],[-1.76549,43.25548],[-1.59964,43.35423],[-1.34589,43.50606],[-1.37439,43.53109],[-1.31296,43.72951],[-1.39572,43.74301],[-1.30762,44.029],[-1.21853,44.03249],[-1.22689,44.14022],[-1.09916,44.1456],[-1.01408,44.56765],[-0.96035,44.56434],[-0.9404,44.7018],[-0.93365,44.76149],[-1.01946,44.76914],[-1.01514,44.80113],[-1.10761,44.80787],[-1.05039,45.18252],[-1.06412,45.36911],[-1.04828,45.36911],[-1.0524,45.31013],[-1.00247,45.30827],[-1.00163,45.24439],[-0.9328,45.24484],[-0.93438,45.18185],[-0.88171,45.18081],[-0.88393,45.12051],[-0.81838,45.11962],[-0.81584,45.05321],[-0.77764,45.05389],[-0.77838,44.99263],[-0.66628,44.99129],[-0.58798,44.66014],[-0.39048,44.68413],[-0.43541,44.87317],[-0.19387,44.78678],[-0.15491,44.84238],[-0.14521,44.8392],[-0.09266,44.91019],[-0.18925,44.94591],[-0.12252,45.02563],[-0.22,45.06771],[-0.2907,44.98278],[-0.41621,45.02696],[-0.41611,45.07089],[-0.45512,45.07161],[-0.45661,45.13325],[-0.49184,45.13315],[-0.49094,45.19577],[-0.55275,45.19661],[-0.55379,45.32344],[-0.58529,45.32334],[-0.58544,45.38596],[-0.61619,45.38586],[-0.61574,45.44695],[-0.63978,45.44747],[-0.63799,45.50892],[-0.688,45.50986],[-0.68755,45.60174],[-0.69397,45.60184],[-0.69695,45.62659],[-0.76264,45.6245],[-0.86666,45.8479],[-0.63498,45.76444],[-0.53787,45.89558],[-0.88241,46.01637],[-0.84388,46.06949]]],"terms_url":"http://www.geocatalogue.fr/Detail.do?fileIdentifier=345b8853-8090-4b06-bc91-a5a25df9a645","terms_text":"Ortho Littorale v2 - Ministère en charge de l’environnement"},{"id":"lu.geoportail.opendata.ortho_2019_winter","name":"geoportail.lu ortho technique 2019 (10cm)","type":"tms","template":"https://{switch:wmts1,wmts2,wmts3}.geoportail.lu/opendata/wmts/ortho_2019_winter/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg","category":"photo","startDate":"2019-02-15T00:00:00.000Z","zoomExtent":[5,20],"polygon":[[[5.96175,50.17631],[5.95286,50.13384],[5.89196,50.12041],[5.881,50.08069],[5.85781,50.07186],[5.85087,50.0563],[5.86189,50.04581],[5.84792,50.02809],[5.81561,50.01437],[5.81806,49.99936],[5.83462,49.98656],[5.83129,49.97995],[5.80652,49.97321],[5.80524,49.96677],[5.78672,49.96816],[5.7688,49.96104],[5.76878,49.94239],[5.77073,49.93711],[5.76039,49.93252],[5.75783,49.91737],[5.73303,49.90285],[5.7346,49.89341],[5.77505,49.88057],[5.77567,49.87438],[5.74955,49.87554],[5.75229,49.85922],[5.74066,49.85152],[5.75399,49.84878],[5.74624,49.84783],[5.74701,49.84048],[5.74053,49.84142],[5.7372,49.83353],[5.74581,49.82435],[5.74159,49.82126],[5.75094,49.79094],[5.76517,49.78961],[5.78626,49.79079],[5.82073,49.74878],[5.82489,49.73767],[5.82191,49.72128],[5.84325,49.71822],[5.86481,49.72331],[5.8757,49.71118],[5.85628,49.68211],[5.85656,49.67628],[5.89934,49.66239],[5.89998,49.63907],[5.88182,49.63815],[5.8694,49.6106],[5.84565,49.5981],[5.84712,49.58961],[5.8511,49.58379],[5.86289,49.58525],[5.86866,49.587],[5.85943,49.57158],[5.8052,49.54272],[5.81625,49.53325],[5.83562,49.54114],[5.84308,49.53081],[5.83187,49.52639],[5.83641,49.51817],[5.84828,49.51397],[5.84897,49.50826],[5.86332,49.50006],[5.89033,49.4948],[5.91578,49.49835],[5.9616,49.49026],[5.96891,49.48202],[5.97232,49.46087],[5.97773,49.45955],[5.97657,49.44885],[5.99412,49.45301],[6.01574,49.44885],[6.02154,49.45127],[6.02529,49.44703],[6.04421,49.44553],[6.05222,49.46028],[6.05917,49.46306],[6.07722,49.46139],[6.08167,49.45417],[6.10483,49.45076],[6.1014,49.46726],[6.12725,49.47081],[6.12937,49.48803],[6.14018,49.48525],[6.1671,49.49006],[6.16086,49.50085],[6.17337,49.50577],[6.19669,49.50331],[6.24133,49.50693],[6.27191,49.49995],[6.28789,49.48379],[6.29503,49.47928],[6.32189,49.47244],[6.3334,49.46493],[6.37056,49.45732],[6.37076,49.50545],[6.35932,49.52481],[6.35855,49.53296],[6.38009,49.54856],[6.3849,49.55817],[6.35791,49.57166],[6.36909,49.5783],[6.38119,49.57509],[6.38443,49.5801],[6.37551,49.58809],[6.37941,49.59526],[6.39898,49.60094],[6.42178,49.61809],[6.44251,49.65591],[6.4399,49.66025],[6.42714,49.66237],[6.5046,49.71227],[6.50788,49.71215],[6.50712,49.71655],[6.49558,49.72443],[6.49891,49.72639],[6.50479,49.725],[6.51176,49.72016],[6.51642,49.72129],[6.51809,49.7242],[6.50727,49.72938],[6.50263,49.73298],[6.50373,49.75086],[6.52052,49.76134],[6.52056,49.76818],[6.51105,49.77422],[6.51917,49.78344],[6.50622,49.78899],[6.53083,49.80116],[6.53225,49.80686],[6.52981,49.81048],[6.5196,49.81446],[6.51485,49.80513],[6.51155,49.80238],[6.50669,49.80993],[6.49681,49.81277],[6.47057,49.82385],[6.46454,49.81975],[6.45366,49.81275],[6.44344,49.81233],[6.44161,49.81547],[6.43097,49.81129],[6.42807,49.81186],[6.42643,49.81629],[6.4022,49.82098],[6.36465,49.85164],[6.33937,49.8507],[6.33656,49.83998],[6.32741,49.83673],[6.32158,49.8409],[6.32361,49.85188],[6.31465,49.86057],[6.31532,49.8673],[6.30989,49.87107],[6.2977,49.86673],[6.29166,49.87548],[6.28113,49.87957],[6.27646,49.87725],[6.26301,49.88101],[6.25781,49.88724],[6.24692,49.89535],[6.23381,49.90028],[6.23229,49.9072],[6.22769,49.91062],[6.23187,49.91064],[6.23603,49.91355],[6.22986,49.92125],[6.21913,49.92354],[6.22635,49.92766],[6.22824,49.93726],[6.22044,49.94369],[6.22502,49.95039],[6.21269,49.9514],[6.20707,49.95672],[6.19978,49.95352],[6.19277,49.97158],[6.18331,49.9686],[6.17983,49.96307],[6.18339,49.9548],[6.17995,49.95386],[6.1763,49.962],[6.17151,49.96298],[6.16549,49.97115],[6.17035,49.98376],[6.17348,49.98344],[6.17305,49.98589],[6.15625,49.98867],[6.15023,49.99518],[6.14218,49.99535],[6.13852,49.99829],[6.13966,49.9994],[6.14546,49.99689],[6.1517,50.01058],[6.13934,50.01116],[6.13024,50.01819],[6.13138,50.01905],[6.13594,50.01485],[6.13868,50.01572],[6.14821,50.02307],[6.13034,50.02975],[6.13661,50.04178],[6.12361,50.06323],[6.11563,50.05817],[6.11444,50.06139],[6.12117,50.064],[6.13186,50.07348],[6.12634,50.07817],[6.12194,50.09059],[6.13547,50.09119],[6.13108,50.09964],[6.13808,50.10263],[6.13555,50.11899],[6.14093,50.1305],[6.12369,50.13719],[6.11323,50.13739],[6.1277,50.14993],[6.1201,50.15594],[6.1225,50.16437],[6.10176,50.17199],[6.07824,50.17255],[6.07668,50.15913],[6.06069,50.15536],[6.03318,50.16395],[6.02627,50.18496],[5.96175,50.17631]]],"terms_url":"https://data.public.lu/en/datasets/bd-l-ortho-webservices-wms-et-wmts","terms_text":"Administration du Cadastre et de la Topographie","icon":"https://www.geoportail.lu/static/img/lion.png"},{"id":"Geoportal2-PL-Streets_WMS","name":"Geoportal 2 Nazwy ulic","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/ext/KrajowaIntegracjaNumeracjiAdresowej?LAYERS=prg-ulice&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa przeglądania WMS Krajowa Integracja Numeracji Adresowej umożliwiająca pobieranie obrazów mapowych utworzonych na podstawie danych przestrzennych z Państwowego Rejestru Granic w zakresie ewidencji ulic i adresów.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-boundaries-of-communes_WMS","name":"Geoportal 2: Borders of communes WMS","type":"wms","template":"http://mapy.geoportal.gov.pl/wss/service/PZGIK/PRG/WMS/AdministrativeBoundaries?LAYERS=A03_Granice_gmin&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa WMS publikująca jednostki podziału terytorialnego Polski w tym jednostki administracyjne","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-boundaries-of-counties_WMS","name":"Geoportal 2: Borders of counties WMS","type":"wms","template":"http://mapy.geoportal.gov.pl/wss/service/PZGIK/PRG/WMS/AdministrativeBoundaries?LAYERS=A02_Granice_powiatow&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa WMS publikująca jednostki podziału terytorialnego Polski w tym jednostki administracyjne","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-boundaries-of-provinces_WMS","name":"Geoportal 2: Borders of provinces WMS","type":"wms","template":"http://mapy.geoportal.gov.pl/wss/service/PZGIK/PRG/WMS/AdministrativeBoundaries?LAYERS=A01_Granice_wojewodztw&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa WMS publikująca jednostki podziału terytorialnego Polski w tym jednostki administracyjne","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-City-boundaries_WMS","name":"Geoportal 2: City boundaries WMS","type":"wms","template":"http://mapy.geoportal.gov.pl/wss/service/PZGIK/PRG/WMS/AdministrativeBoundaries?LAYERS=A04_Granice_miast&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa WMS publikująca jednostki podziału terytorialnego Polski w tym jednostki administracyjne","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-buildings_WMS","name":"Geoportal 2: Ewidencja budynków WMS","type":"wms","template":"https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaEwidencjiGruntow?LAYERS=budynki&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa Krajowa Integracja Ewidencji Gruntów jest usługą zbiorczą prezentacji danych ewidencyjnych pochodzących bezpośrednio z jednostek szczebla powiatowego. Usługa zawiera jedynie dane tych jednostek, które dysponują usługą WMS o odpowiednich parametrach i zdecydowały się włączyć swoją usługę WMS do usługi zbiorczej KrajowaIntegracjaEwidencjiGruntow.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-gas-pipe_WMS","name":"Geoportal 2: gas pipes WMS","type":"wms","template":"https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaUzbrojeniaTerenu?LAYERS=przewod_gazowy&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa Krajowa Integracja Uzbrojenia Terenu jest usługą zbiorczą prezentacji danych uzbrojenia terenu pochodzących bezpośrednio z jednostek szczebla powiatowego. Usługa zawiera jedynie dane tych jednostek, które dysponują usługą WMS o odpowiednich parametrach i zdecydowały się włączyć swoją usługę WMS do usługi zbiorczej KrajowaIntegracjaUzbrojeniaTerenu.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-plot_boundaries_WMS","name":"Geoportal 2: Granice działek","type":"wms","template":"https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaEwidencjiGruntow?LAYERS=dzialki&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa Krajowa Integracja Ewidencji Gruntów jest usługą zbiorczą prezentacji danych ewidencyjnych pochodzących bezpośrednio z jednostek szczebla powiatowego. Usługa zawiera jedynie dane tych jednostek, które dysponują usługą WMS o odpowiednich parametrach i zdecydowały się włączyć swoją usługę WMS do usługi zbiorczej KrajowaIntegracjaEwidencjiGruntow.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-heat-pipe_WMS","name":"Geoportal 2: heat pipes WMS","type":"wms","template":"https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaUzbrojeniaTerenu?LAYERS=przewod_cieplowniczy&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa Krajowa Integracja Uzbrojenia Terenu jest usługą zbiorczą prezentacji danych uzbrojenia terenu pochodzących bezpośrednio z jednostek szczebla powiatowego. Usługa zawiera jedynie dane tych jednostek, które dysponują usługą WMS o odpowiednich parametrach i zdecydowały się włączyć swoją usługę WMS do usługi zbiorczej KrajowaIntegracjaUzbrojeniaTerenu.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-HighResolution-aerial_image_WMS","name":"Geoportal 2: High Resolution Orthophotomap (aerial image) (WMS)","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/service/PZGIK/ORTO/WMS/HighResolution?LAYERS=Raster&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:4326","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Ortofotomapa o rozdzielczości 10 cm lub większej. Dane posortowane są wg rozdzielczości a następnie wg aktualności, np. arkusz z 2012 roku o rozdzielczości 8 cm przysłania arkusz z 2019 roku o rozdzielczości 10 cm.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png"},{"id":"Geoportal2-PL-HighResolution-aerial_archival_image_WMS","name":"Geoportal 2: High Resolution Orthophotomap (archival imagery) (WMS)","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/service/PZGIK/ORTO/WMS/HighResolutionTime?LAYERS=Image&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:4326","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Ortofotomapa o rozdzielczości 10 cm lub większej. Dane posortowane są wg rozdzielczości a następnie wg aktualności, np. arkusz z 2012 roku o rozdzielczości 8 cm przysłania arkusz z 2019 roku o rozdzielczości 10 cm.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png"},{"id":"Geoportal2-PL-aerial_archival_image_WMS","name":"Geoportal 2: Orthophotomap (archival imagery) (WMS)","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/service/PZGIK/ORTO/WMS/StandardResolutionTime?LAYERS=Raster&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa przeglądania (Web Map Service,WMS) umożliwiająca przeglądanie ortofotomap archiwalnych dla obszaru Polski. Dane udostępniane za pomocą tej usługi stanowią ortofotomapę wykonaną ze zdjęć lotniczych. Usługa oferuje wsparcie dla interfejsu WMS 1.3.0.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png"},{"id":"Geoportal2-PL-aerial_image_WMS","name":"Geoportal 2: Orthophotomap (latest aerial imagery) (WMS)","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/service/PZGIK/ORTO/WMS/StandardResolution?LAYERS=Raster&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa przeglądania (Web Map Service,WMS) umożliwiająca przeglądanie ortofotomap dla obszaru Polski. Dane udostępniane za pomocą tej usługi stanowią ortofotomapę wykonaną ze zdjęć lotniczych. Usługa oferuje wsparcie dla interfejsu WMS 1.3.0.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png"},{"id":"Geoportal2-PL-aerial_image_WMTS","name":"Geoportal 2: Orthophotomap (latest aerial imagery) (WMTS)","type":"tms","template":"https://mapy.geoportal.gov.pl/wss/service/PZGIK/ORTO/WMTS/StandardResolution?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=ORTOFOTOMAPA&STYLE=default&FORMAT=image/jpeg&tileMatrixSet=EPSG:3857&tileMatrix=EPSG:3857:{zoom}&tileRow={y}&tileCol={x}","category":"photo","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","best":true,"description":"Usługa przeglądania (Web Map Tile Service,WMTS) umożliwiająca przeglądanie ortofotomap dla obszaru Polski. Dane udostępniane za pomocą tej usługi stanowią ortofotomapę wykonaną ze zdjęć lotniczych.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png"},{"id":"Geoportal2-PL-power-cord_WMS","name":"Geoportal 2: power cord WMS","type":"wms","template":"https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaUzbrojeniaTerenu?LAYERS=przewod_elektroenergetyczny&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa Krajowa Integracja Uzbrojenia Terenu jest usługą zbiorczą prezentacji danych uzbrojenia terenu pochodzących bezpośrednio z jednostek szczebla powiatowego. Usługa zawiera jedynie dane tych jednostek, które dysponują usługą WMS o odpowiednich parametrach i zdecydowały się włączyć swoją usługę WMS do usługi zbiorczej KrajowaIntegracjaUzbrojeniaTerenu.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-prng","name":"Geoportal 2: PRNG (geo names)","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/service/pub/guest/G2_PRNG_WMS/MapServer/WMSServer?LAYERS=PozostaleObiektyFizjograficzne,Hydrografia,PozostaleMiejscowosci,Wies,UksztaltowanieTerenu&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"http://www.codgik.gov.pl/index.php/darmowe-dane/prng.html","terms_text":"Centralny Ośrodek Dokumentacji Geodezyjnej i Kartograficznej","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-addres_points_WMS","name":"Geoportal 2: Punkty adresowe","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/ext/KrajowaIntegracjaNumeracjiAdresowej?LAYERS=prg-adresy&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa przeglądania WMS Krajowa Integracja Numeracji Adresowej umożliwiająca pobieranie obrazów mapowych utworzonych na podstawie danych przestrzennych z Państwowego Rejestru Granic w zakresie ewidencji ulic i adresów.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-sewer-pipe_WMS","name":"Geoportal 2: sewer pipes WMS","type":"wms","template":"https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaUzbrojeniaTerenu?LAYERS=przewod_kanalizacyjny&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa Krajowa Integracja Uzbrojenia Terenu jest usługą zbiorczą prezentacji danych uzbrojenia terenu pochodzących bezpośrednio z jednostek szczebla powiatowego. Usługa zawiera jedynie dane tych jednostek, które dysponują usługą WMS o odpowiednich parametrach i zdecydowały się włączyć swoją usługę WMS do usługi zbiorczej KrajowaIntegracjaUzbrojeniaTerenu.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-shaded_relief_WMS","name":"Geoportal 2: Shaded relief (WMS)","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/service/PZGIK/NMT/GRID1/WMS/ShadedRelief?LAYERS=Raster&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:4326","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa przeglądania (Web Map Service,WMS) umożliwiająca przeglądanie cieniowania NMT w siatce 1m x 1m. Usługa oferuje wsparcie dla interfejsu WMS 1.3.0.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png"},{"id":"Geoportal2-PL-squares-and-housing-estates_WMS","name":"Geoportal 2: Squares and housing estates","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/ext/KrajowaIntegracjaNumeracjiAdresowej?LAYERS=prg-place&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa przeglądania WMS Krajowa Integracja Numeracji Adresowej umożliwiająca pobieranie obrazów mapowych utworzonych na podstawie danych przestrzennych z Państwowego Rejestru Granic w zakresie ewidencji ulic i adresów.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-state-borders_WMS","name":"Geoportal 2: State borders WMS","type":"wms","template":"http://mapy.geoportal.gov.pl/wss/service/PZGIK/PRG/WMS/AdministrativeBoundaries?LAYERS=A00_Granice_panstwa&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa WMS publikująca jednostki podziału terytorialnego Polski w tym jednostki administracyjne","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-telecommunications-cable_WMS","name":"Geoportal 2: telecommunications cables WMS","type":"wms","template":"https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaUzbrojeniaTerenu?LAYERS=przewod_telekomunikacyjny&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa Krajowa Integracja Uzbrojenia Terenu jest usługą zbiorczą prezentacji danych uzbrojenia terenu pochodzących bezpośrednio z jednostek szczebla powiatowego. Usługa zawiera jedynie dane tych jednostek, które dysponują usługą WMS o odpowiednich parametrach i zdecydowały się włączyć swoją usługę WMS do usługi zbiorczej KrajowaIntegracjaUzbrojeniaTerenu.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-water-pipe_WMS","name":"Geoportal 2: water pipes WMS","type":"wms","template":"https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaUzbrojeniaTerenu?LAYERS=przewod_wodociagowy&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa Krajowa Integracja Uzbrojenia Terenu jest usługą zbiorczą prezentacji danych uzbrojenia terenu pochodzących bezpośrednio z jednostek szczebla powiatowego. Usługa zawiera jedynie dane tych jednostek, które dysponują usługą WMS o odpowiednich parametrach i zdecydowały się włączyć swoją usługę WMS do usługi zbiorczej KrajowaIntegracjaUzbrojeniaTerenu.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"GeoPortal_DF_2015","name":"GeoPortal DF 2015","type":"wms","template":"https://www.geoservicos.ide.df.gov.br/arcgis/services/Imagens/FOTO_2015/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-48.3148,-15.45953],[-48.31647,-15.70744],[-48.37636,-15.70412],[-48.37636,-15.79064],[-48.31647,-15.79396],[-48.31813,-16.0868],[-48.12845,-16.0868],[-48.12845,-16.12673],[-48.06689,-16.1284],[-48.06522,-16.21159],[-48.00366,-16.21325],[-48.00532,-16.29478],[-47.80899,-16.29312],[-47.80899,-16.13006],[-47.29153,-16.1284],[-47.29153,-16.0685],[-47.27656,-16.06684],[-47.27822,-15.99695],[-47.30983,-15.99862],[-47.30983,-15.58598],[-47.24661,-15.59264],[-47.24827,-15.4978],[-47.49102,-15.49441],[-47.49619,-15.41128],[-47.69086,-15.41294],[-47.69252,-15.4978],[-48.24825,-15.49946],[-48.24803,-15.46183],[-48.3148,-15.45953]]],"terms_url":"https://www.geoportal.seduh.df.gov.br/","terms_text":"GeoPortal DF","icon":"https://osmlab.github.io/editor-layer-index/sources/south-america/br/DistritoFederal.png"},{"id":"GeoPortal_DF_2016","name":"GeoPortal DF 2016","type":"wms","template":"https://www.geoservicos.ide.df.gov.br/arcgis/services/Imagens/FOTO_2016/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-48.27336,-16.04808],[-47.95694,-16.05663],[-47.7992,-16.02242],[-47.48659,-15.97586],[-47.50464,-15.62334],[-47.80395,-15.55207],[-48.0016,-15.54637],[-48.21349,-15.64139],[-48.27336,-16.04808]]],"terms_url":"https://www.geoportal.seduh.df.gov.br/","terms_text":"GeoPortal DF","icon":"https://osmlab.github.io/editor-layer-index/sources/south-america/br/DistritoFederal.png"},{"id":"GeoPortal_DF_2019","name":"GeoPortal DF 2019","type":"wms","template":"https://www.geoservicos.ide.df.gov.br/arcgis/services/Imagens/SENTINEL_2019/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-48.28901,-16.04113],[-48.28903,-16.05961],[-48.28369,-16.06085],[-48.28208,-16.06423],[-48.22174,-16.06422],[-48.21993,-16.06068],[-48.2135,-16.06027],[-48.20998,-16.06423],[-47.81533,-16.06423],[-47.8125,-16.05887],[-47.81242,-16.06423],[-47.29889,-16.06422],[-47.29889,-16.02729],[-47.30887,-16.02628],[-47.30988,-16.01674],[-47.31986,-16.01573],[-47.32087,-16.00948],[-47.32447,-16.00786],[-47.32636,-16.00091],[-47.33107,-15.99965],[-47.33185,-15.99563],[-47.3517,-15.99537],[-47.35375,-15.99287],[-47.35382,-15.98508],[-47.3638,-15.98407],[-47.36489,-15.96133],[-47.35657,-15.96133],[-47.35367,-15.93998],[-47.34833,-15.93754],[-47.34833,-15.91706],[-47.3538,-15.91331],[-47.35506,-15.88716],[-47.35367,-15.83955],[-47.34833,-15.83645],[-47.3468,-15.83241],[-47.34284,-15.83182],[-47.34158,-15.82203],[-47.33185,-15.82125],[-47.33144,-15.80721],[-47.32636,-15.80473],[-47.32483,-15.80069],[-47.32087,-15.80011],[-47.3206,-15.79166],[-47.31606,-15.78954],[-47.31505,-15.7846],[-47.30988,-15.78359],[-47.30947,-15.75964],[-47.30233,-15.75782],[-47.29889,-15.7532],[-47.29889,-15.67986],[-47.30961,-15.67642],[-47.31125,-15.63626],[-47.32028,-15.63473],[-47.32095,-15.62304],[-47.30988,-15.62303],[-47.3091,-15.61106],[-47.29889,-15.6098],[-47.29889,-15.58333],[-47.30353,-15.58248],[-47.30507,-15.5787],[-47.30934,-15.57652],[-47.30988,-15.57274],[-47.3349,-15.57259],[-47.33803,-15.56745],[-47.34206,-15.56619],[-47.34284,-15.56215],[-47.36237,-15.562],[-47.36474,-15.55939],[-47.36481,-15.55156],[-47.38028,-15.55055],[-47.38198,-15.54627],[-47.38652,-15.54415],[-47.38678,-15.53568],[-47.39762,-15.52795],[-47.39777,-15.49663],[-47.40258,-15.48803],[-48.21624,-15.48803],[-48.21631,-15.60704],[-48.21868,-15.60965],[-48.22723,-15.6098],[-48.22715,-15.62304],[-48.23822,-15.62304],[-48.2492,-15.63295],[-48.24922,-15.67544],[-48.2547,-15.67862],[-48.2547,-15.71553],[-48.25021,-15.71654],[-48.2492,-15.72082],[-48.21777,-15.72669],[-48.21626,-15.72921],[-48.21631,-15.7392],[-48.22723,-15.74726],[-48.22824,-15.76211],[-48.24096,-15.76311],[-48.24233,-15.76799],[-48.2492,-15.76972],[-48.25046,-15.78347],[-48.26019,-15.78426],[-48.26077,-15.78801],[-48.26568,-15.7902],[-48.26781,-15.79456],[-48.28216,-15.79483],[-48.28274,-15.80387],[-48.29315,-15.81135],[-48.29341,-15.82971],[-48.29864,-15.83249],[-48.29864,-15.85165],[-48.29317,-15.85607],[-48.29315,-15.90574],[-48.28974,-15.90891],[-48.28971,-15.93754],[-48.28697,-15.94282],[-48.27218,-15.94383],[-48.27118,-15.95868],[-48.26766,-15.96133],[-48.27118,-15.96133],[-48.27158,-15.97798],[-48.27667,-15.98046],[-48.27745,-15.9891],[-48.28216,-15.99101],[-48.28218,-16.02419],[-48.28765,-16.02795],[-48.28901,-16.04113]]],"terms_url":"https://www.geoportal.seduh.df.gov.br/","terms_text":"GeoPortal DF","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/south-america/br/DistritoFederal.png"},{"id":"GeoPortal_DF_2021_50cm","name":"GeoPortal DF 2021 50 cm","type":"wms","template":"https://www.geoservicos.ide.df.gov.br/arcgis/services/Imagens/2021_50CM/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[-48.28901,-16.04113],[-48.28903,-16.05961],[-48.28369,-16.06085],[-48.28208,-16.06423],[-48.22174,-16.06422],[-48.21993,-16.06068],[-48.2135,-16.06027],[-48.20998,-16.06423],[-47.81533,-16.06423],[-47.8125,-16.05887],[-47.81242,-16.06423],[-47.29889,-16.06422],[-47.29889,-16.02729],[-47.30887,-16.02628],[-47.30988,-16.01674],[-47.31986,-16.01573],[-47.32087,-16.00948],[-47.32447,-16.00786],[-47.32636,-16.00091],[-47.33107,-15.99965],[-47.33185,-15.99563],[-47.3517,-15.99537],[-47.35375,-15.99287],[-47.35382,-15.98508],[-47.3638,-15.98407],[-47.36489,-15.96133],[-47.35657,-15.96133],[-47.35367,-15.93998],[-47.34833,-15.93754],[-47.34833,-15.91706],[-47.3538,-15.91331],[-47.35506,-15.88716],[-47.35367,-15.83955],[-47.34833,-15.83645],[-47.3468,-15.83241],[-47.34284,-15.83182],[-47.34158,-15.82203],[-47.33185,-15.82125],[-47.33144,-15.80721],[-47.32636,-15.80473],[-47.32483,-15.80069],[-47.32087,-15.80011],[-47.3206,-15.79166],[-47.31606,-15.78954],[-47.31505,-15.7846],[-47.30988,-15.78359],[-47.30947,-15.75964],[-47.30233,-15.75782],[-47.29889,-15.7532],[-47.29889,-15.67986],[-47.30961,-15.67642],[-47.31125,-15.63626],[-47.32028,-15.63473],[-47.32095,-15.62304],[-47.30988,-15.62303],[-47.3091,-15.61106],[-47.29889,-15.6098],[-47.29889,-15.58333],[-47.30353,-15.58248],[-47.30507,-15.5787],[-47.30934,-15.57652],[-47.30988,-15.57274],[-47.3349,-15.57259],[-47.33803,-15.56745],[-47.34206,-15.56619],[-47.34284,-15.56215],[-47.36237,-15.562],[-47.36474,-15.55939],[-47.36481,-15.55156],[-47.38028,-15.55055],[-47.38198,-15.54627],[-47.38652,-15.54415],[-47.38678,-15.53568],[-47.39762,-15.52795],[-47.39777,-15.49663],[-47.40258,-15.48803],[-48.21624,-15.48803],[-48.21631,-15.60704],[-48.21868,-15.60965],[-48.22723,-15.6098],[-48.22715,-15.62304],[-48.23822,-15.62304],[-48.2492,-15.63295],[-48.24922,-15.67544],[-48.2547,-15.67862],[-48.2547,-15.71553],[-48.25021,-15.71654],[-48.2492,-15.72082],[-48.21777,-15.72669],[-48.21626,-15.72921],[-48.21631,-15.7392],[-48.22723,-15.74726],[-48.22824,-15.76211],[-48.24096,-15.76311],[-48.24233,-15.76799],[-48.2492,-15.76972],[-48.25046,-15.78347],[-48.26019,-15.78426],[-48.26077,-15.78801],[-48.26568,-15.7902],[-48.26781,-15.79456],[-48.28216,-15.79483],[-48.28274,-15.80387],[-48.29315,-15.81135],[-48.29341,-15.82971],[-48.29864,-15.83249],[-48.29864,-15.85165],[-48.29317,-15.85607],[-48.29315,-15.90574],[-48.28974,-15.90891],[-48.28971,-15.93754],[-48.28697,-15.94282],[-48.27218,-15.94383],[-48.27118,-15.95868],[-48.26766,-15.96133],[-48.27118,-15.96133],[-48.27158,-15.97798],[-48.27667,-15.98046],[-48.27745,-15.9891],[-48.28216,-15.99101],[-48.28218,-16.02419],[-48.28765,-16.02795],[-48.28901,-16.04113]]],"terms_url":"https://www.geoportal.seduh.df.gov.br/","terms_text":"GeoPortal DF","icon":"https://osmlab.github.io/editor-layer-index/sources/south-america/br/DistritoFederal.png"},{"id":"geoscribble-latest","name":"GeoScribble latest notes","type":"wms","template":"https://geoscribble.osmz.ru/?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=latest&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,22],"terms_url":"https://wiki.openstreetmap.org/wiki/GeoScribble","terms_text":"GeoScribble contributors","description":"Geometric survey notes from Every Door editor, aged three weeks at most","overlay":true},{"id":"gis-rijeka-2012","name":"gis-rijeka: Rijeka 2012 aerial imagery","type":"wms","template":"http://gis01.rijeka.hr/geoserver/CKAN/wms?LAYERS=Ortofoto_2012&STYLES=raster&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[14.531,45.3091],[14.5335,45.3149],[14.5277,45.3184],[14.5208,45.3181],[14.4862,45.3351],[14.4865,45.3369],[14.4836,45.3414],[14.4769,45.3463],[14.4732,45.3576],[14.4576,45.3622],[14.4465,45.3633],[14.4413,45.3765],[14.4398,45.3769],[14.436,45.3842],[14.4317,45.3852],[14.4207,45.3769],[14.4206,45.3768],[14.4119,45.3753],[14.4006,45.367],[14.4003,45.3631],[14.3817,45.363],[14.3762,45.3675],[14.3726,45.3675],[14.3674,45.3688],[14.363,45.361],[14.347,45.3584],[14.3354,45.3624],[14.3315,45.3556],[14.3253,45.3537],[14.3252,45.3493],[14.3348,45.3495],[14.3349,45.345],[14.3445,45.3449],[14.3446,45.3405],[14.3637,45.3406],[14.3639,45.3361],[14.3829,45.3362],[14.3829,45.3317],[14.4116,45.3319],[14.4117,45.3228],[14.4308,45.323],[14.4309,45.3184],[14.4597,45.3185],[14.4597,45.3141],[14.4692,45.3141],[14.4692,45.3097],[14.4786,45.3097],[14.4786,45.3141],[14.499,45.3142],[14.5134,45.31],[14.5169,45.3098],[14.5238,45.306],[14.531,45.3091]]],"terms_url":"http://data.rijeka.hr/hr/dataset/gis-grad-rijeka","terms_text":"Sadrži podatke Geografskog informacijskog sustava Grada Rijeke","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/rijeka.png"},{"id":"gis-rijeka-2020","name":"gis-rijeka: Rijeka 2020 aerial imagery","type":"wms","template":"http://gis01.rijeka.hr/geoserver/CKAN/wms?LAYERS=Ortofoto_2020&STYLES=raster&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[14.5255,45.3043],[14.5329,45.3081],[14.5334,45.3108],[14.5378,45.3148],[14.527,45.32],[14.4918,45.3338],[14.4865,45.3382],[14.4855,45.3417],[14.478,45.349],[14.4736,45.3608],[14.4474,45.3657],[14.4444,45.3731],[14.4426,45.3815],[14.4323,45.3874],[14.4161,45.3781],[14.4099,45.3767],[14.3924,45.3637],[14.381,45.366],[14.3725,45.3716],[14.3635,45.3685],[14.3633,45.3644],[14.3344,45.3623],[14.3259,45.3528],[14.3301,45.3496],[14.3674,45.3385],[14.4108,45.3298],[14.4176,45.3246],[14.4265,45.3226],[14.439,45.3189],[14.4611,45.3155],[14.4723,45.3092],[14.4762,45.3092],[14.4902,45.315],[14.5255,45.3043]]],"terms_url":"http://data.rijeka.hr/hr/dataset/gis-grad-rijeka","terms_text":"Sadrži podatke Geografskog informacijskog sustava Grada Rijeke","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/rijeka.png"},{"id":"Gliwice-buildings","name":"Gliwice: Buildings","type":"wms","template":"https://geoportal.gliwice.eu/isdp/gs/ows/wms1?LAYERS=default:budynki&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:900913","polygon":[[[18.57376,50.34828],[18.55118,50.35332],[18.52896,50.33687],[18.5459,50.29947],[18.55857,50.2826],[18.54841,50.2492],[18.56536,50.24763],[18.60319,50.25206],[18.61406,50.2576],[18.6315,50.25487],[18.62699,50.24369],[18.61744,50.24044],[18.6288,50.22539],[18.65098,50.23169],[18.67607,50.22562],[18.67522,50.21969],[18.71426,50.21978],[18.71439,50.22835],[18.72775,50.22843],[18.73482,50.25377],[18.744,50.26541],[18.76539,50.26873],[18.76358,50.29989],[18.75512,50.30193],[18.74679,50.31236],[18.75145,50.33046],[18.74154,50.3391],[18.70805,50.33799],[18.69218,50.34467],[18.67672,50.36174],[18.67384,50.37675],[18.65228,50.38297],[18.59264,50.37522],[18.58421,50.3601],[18.58723,50.35464],[18.57376,50.34828]]],"terms_text":"Urząd Miasta Gliwice","terms_html":"http://msip-mapa.um.gliwice.pl/","overlay":true},{"id":"Gliwice-2009","name":"Gliwice: Orthophotomap 2009 (aerial image)","type":"wms","template":"https://geoportal.gliwice.eu/isdp/gs/ows/wms2?LAYERS=default:orto_2009&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2009-01-01T00:00:00.000Z","startDate":"2009-01-01T00:00:00.000Z","zoomExtent":[15,22],"polygon":[[[18.57376,50.34828],[18.55118,50.35332],[18.52896,50.33687],[18.5459,50.29947],[18.55857,50.2826],[18.54841,50.2492],[18.56536,50.24763],[18.60319,50.25206],[18.61406,50.2576],[18.6315,50.25487],[18.62699,50.24369],[18.61744,50.24044],[18.6288,50.22539],[18.65098,50.23169],[18.67607,50.22562],[18.67522,50.21969],[18.71426,50.21978],[18.71439,50.22835],[18.72775,50.22843],[18.73482,50.25377],[18.744,50.26541],[18.76539,50.26873],[18.76358,50.29989],[18.75512,50.30193],[18.74679,50.31236],[18.75145,50.33046],[18.74154,50.3391],[18.70805,50.33799],[18.69218,50.34467],[18.67672,50.36174],[18.67384,50.37675],[18.65228,50.38297],[18.59264,50.37522],[18.58421,50.3601],[18.58723,50.35464],[18.57376,50.34828]]],"terms_text":"Urząd Miasta Gliwice","terms_html":"http://msip-mapa.um.gliwice.pl/"},{"id":"Gliwice-2013","name":"Gliwice: Orthophotomap 2013 (aerial image)","type":"wms","template":"https://geoportal.gliwice.eu/isdp/gs/ows/wms2?LAYERS=default:orto_2013&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[15,22],"polygon":[[[18.57376,50.34828],[18.55118,50.35332],[18.52896,50.33687],[18.5459,50.29947],[18.55857,50.2826],[18.54841,50.2492],[18.56536,50.24763],[18.60319,50.25206],[18.61406,50.2576],[18.6315,50.25487],[18.62699,50.24369],[18.61744,50.24044],[18.6288,50.22539],[18.65098,50.23169],[18.67607,50.22562],[18.67522,50.21969],[18.71426,50.21978],[18.71439,50.22835],[18.72775,50.22843],[18.73482,50.25377],[18.744,50.26541],[18.76539,50.26873],[18.76358,50.29989],[18.75512,50.30193],[18.74679,50.31236],[18.75145,50.33046],[18.74154,50.3391],[18.70805,50.33799],[18.69218,50.34467],[18.67672,50.36174],[18.67384,50.37675],[18.65228,50.38297],[18.59264,50.37522],[18.58421,50.3601],[18.58723,50.35464],[18.57376,50.34828]]],"terms_text":"Urząd Miasta Gliwice","terms_html":"http://msip-mapa.um.gliwice.pl/"},{"id":"Gliwice-2017","name":"Gliwice: Orthophotomap 2017 (aerial image)","type":"wms","template":"https://geoportal.gliwice.eu/isdp/gs/ows/wms2?LAYERS=default:orto_2017&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[15,22],"polygon":[[[18.57376,50.34828],[18.55118,50.35332],[18.52896,50.33687],[18.5459,50.29947],[18.55857,50.2826],[18.54841,50.2492],[18.56536,50.24763],[18.60319,50.25206],[18.61406,50.2576],[18.6315,50.25487],[18.62699,50.24369],[18.61744,50.24044],[18.6288,50.22539],[18.65098,50.23169],[18.67607,50.22562],[18.67522,50.21969],[18.71426,50.21978],[18.71439,50.22835],[18.72775,50.22843],[18.73482,50.25377],[18.744,50.26541],[18.76539,50.26873],[18.76358,50.29989],[18.75512,50.30193],[18.74679,50.31236],[18.75145,50.33046],[18.74154,50.3391],[18.70805,50.33799],[18.69218,50.34467],[18.67672,50.36174],[18.67384,50.37675],[18.65228,50.38297],[18.59264,50.37522],[18.58421,50.3601],[18.58723,50.35464],[18.57376,50.34828]]],"terms_text":"Urząd Miasta Gliwice","terms_html":"http://msip-mapa.um.gliwice.pl/"},{"id":"Gliwice-2018","name":"Gliwice: Orthophotomap 2018 (aerial image)","type":"wms","template":"https://geoportal.gliwice.eu/isdp/gs/ows/wms2?LAYERS=default:orto_2018&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[15,22],"polygon":[[[18.57376,50.34828],[18.55118,50.35332],[18.52896,50.33687],[18.5459,50.29947],[18.55857,50.2826],[18.54841,50.2492],[18.56536,50.24763],[18.60319,50.25206],[18.61406,50.2576],[18.6315,50.25487],[18.62699,50.24369],[18.61744,50.24044],[18.6288,50.22539],[18.65098,50.23169],[18.67607,50.22562],[18.67522,50.21969],[18.71426,50.21978],[18.71439,50.22835],[18.72775,50.22843],[18.73482,50.25377],[18.744,50.26541],[18.76539,50.26873],[18.76358,50.29989],[18.75512,50.30193],[18.74679,50.31236],[18.75145,50.33046],[18.74154,50.3391],[18.70805,50.33799],[18.69218,50.34467],[18.67672,50.36174],[18.67384,50.37675],[18.65228,50.38297],[18.59264,50.37522],[18.58421,50.3601],[18.58723,50.35464],[18.57376,50.34828]]],"terms_text":"Urząd Miasta Gliwice","terms_html":"http://msip-mapa.um.gliwice.pl/"},{"id":"Gliwice-2020","name":"Gliwice: Orthophotomap 2020 (aerial image)","type":"wms","template":"https://geoportal.gliwice.eu/isdp/gs/ows/wms2?LAYERS=default:orto_2020&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[15,22],"polygon":[[[18.57376,50.34828],[18.55118,50.35332],[18.52896,50.33687],[18.5459,50.29947],[18.55857,50.2826],[18.54841,50.2492],[18.56536,50.24763],[18.60319,50.25206],[18.61406,50.2576],[18.6315,50.25487],[18.62699,50.24369],[18.61744,50.24044],[18.6288,50.22539],[18.65098,50.23169],[18.67607,50.22562],[18.67522,50.21969],[18.71426,50.21978],[18.71439,50.22835],[18.72775,50.22843],[18.73482,50.25377],[18.744,50.26541],[18.76539,50.26873],[18.76358,50.29989],[18.75512,50.30193],[18.74679,50.31236],[18.75145,50.33046],[18.74154,50.3391],[18.70805,50.33799],[18.69218,50.34467],[18.67672,50.36174],[18.67384,50.37675],[18.65228,50.38297],[18.59264,50.37522],[18.58421,50.3601],[18.58723,50.35464],[18.57376,50.34828]]],"terms_text":"Urząd Miasta Gliwice","terms_html":"http://msip-mapa.um.gliwice.pl/"},{"id":"Gliwice-2021","name":"Gliwice: Orthophotomap 2021 (aerial image)","type":"wms","template":"https://geoportal.gliwice.eu/isdp/gs/ows/wms2?LAYERS=default:orto_2021&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[15,22],"polygon":[[[18.57376,50.34828],[18.55118,50.35332],[18.52896,50.33687],[18.5459,50.29947],[18.55857,50.2826],[18.54841,50.2492],[18.56536,50.24763],[18.60319,50.25206],[18.61406,50.2576],[18.6315,50.25487],[18.62699,50.24369],[18.61744,50.24044],[18.6288,50.22539],[18.65098,50.23169],[18.67607,50.22562],[18.67522,50.21969],[18.71426,50.21978],[18.71439,50.22835],[18.72775,50.22843],[18.73482,50.25377],[18.744,50.26541],[18.76539,50.26873],[18.76358,50.29989],[18.75512,50.30193],[18.74679,50.31236],[18.75145,50.33046],[18.74154,50.3391],[18.70805,50.33799],[18.69218,50.34467],[18.67672,50.36174],[18.67384,50.37675],[18.65228,50.38297],[18.59264,50.37522],[18.58421,50.3601],[18.58723,50.35464],[18.57376,50.34828]]],"terms_text":"Urząd Miasta Gliwice","terms_html":"http://msip-mapa.um.gliwice.pl/"},{"id":"gothenburg-citymap","name":"Gothenburg City map","type":"wms","template":"https://opengeodata.goteborg.se/services/stadskarta/wms/v4?LAYERS=stadskarta&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[5,21],"polygon":[[[12.59094,57.40211],[12.59094,57.94354],[11.15583,57.94354],[11.15583,57.40211],[12.59094,57.40211]]],"terms_url":"https://catalog.goteborg.se/catalog/6/datasets/718","terms_text":"© Gothenburg municipality, CC0","description":"The city map is an overview map that describes Gothenburg. It contains general information about land, communications, hydrography, buildings, address numbers and street names, administrative division and other orientation text.","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png/206px-G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"gothenburg-dtm-2017","name":"Gothenburg Hillshade","type":"wms","template":"https://opengeodata.goteborg.se/services/hojdmodell/wms/v2?LAYERS=terranglutning&STYLES=hojdmodell-v2:terranglutning&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[11.71898,57.54716],[12.01767,57.56411],[11.95862,57.66818],[12.09595,57.68177],[12.06574,57.73166],[12.1138,57.77086],[12.24289,57.79466],[12.16187,57.86704],[11.95519,57.86631],[11.68534,57.72396],[11.71898,57.54716]]],"terms_url":"https://catalog.goteborg.se/catalog/6/datasets/6520","terms_text":"© Gothenburg municipality, CC0","description":"Web map service presenting hillshade and slope based on the 2017 elevation model for City of Gothenburg. Resolution 0.5 meters per pixel.","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png/206px-G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"gothenburg-ortho","name":"Gothenburg Orthophoto 2015","type":"wms","template":"https://opengeodata.goteborg.se/services/ortofoto/wms/v1?LAYERS=orto_2015&STYLES=raster&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[6,20],"polygon":[[[11.71898,57.54716],[12.01767,57.56411],[11.95862,57.66818],[12.09595,57.68177],[12.06574,57.73166],[12.1138,57.77086],[12.24289,57.79466],[12.16187,57.86704],[11.95519,57.86631],[11.68534,57.72396],[11.71898,57.54716]]],"terms_url":"https://catalog.goteborg.se/catalog/6/datasets/892","terms_text":"© Gothenburg municipality, CC0","description":"Orthophoto for Gothenburg municipality","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png/206px-G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"gothenburg-ortho_2017","name":"Gothenburg Orthophoto 2017","type":"wms","template":"https://opengeodata.goteborg.se/services/ortofoto/wms/v1?LAYERS=orto_2017&STYLES=raster&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[6,20],"polygon":[[[11.71898,57.54716],[12.01767,57.56411],[11.95862,57.66818],[12.09595,57.68177],[12.06574,57.73166],[12.1138,57.77086],[12.24289,57.79466],[12.16187,57.86704],[11.95519,57.86631],[11.68534,57.72396],[11.71898,57.54716]]],"terms_url":"https://catalog.goteborg.se/catalog/6/datasets/892","terms_text":"© Gothenburg municipality, CC0","description":"Orthophoto for Gothenburg municipality","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png/206px-G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"gothenburg-ortho_2019","name":"Gothenburg Orthophoto 2019","type":"wms","template":"https://opengeodata.goteborg.se/services/ortofoto/wms/v1?LAYERS=orto_2019&STYLES=raster&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[6,20],"polygon":[[[11.71898,57.54716],[12.01767,57.56411],[11.95862,57.66818],[12.09595,57.68177],[12.06574,57.73166],[12.1138,57.77086],[12.24289,57.79466],[12.16187,57.86704],[11.95519,57.86631],[11.68534,57.72396],[11.71898,57.54716]]],"terms_url":"https://catalog.goteborg.se/catalog/6/datasets/892","terms_text":"© Gothenburg municipality, CC0","description":"Orthophoto for Gothenburg municipality","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png/206px-G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"gothenburg-ortho_2021","name":"Gothenburg Orthophoto 2021","type":"wms","template":"https://opengeodata.goteborg.se/services/ortofoto/wms/v1?LAYERS=orto_2021&STYLES=raster&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[6,20],"polygon":[[[11.71898,57.54716],[12.01767,57.56411],[11.95862,57.66818],[12.09595,57.68177],[12.06574,57.73166],[12.1138,57.77086],[12.24289,57.79466],[12.16187,57.86704],[11.95519,57.86631],[11.68534,57.72396],[11.71898,57.54716]]],"terms_url":"https://catalog.goteborg.se/catalog/6/datasets/892","terms_text":"© Gothenburg municipality, CC0","description":"Orthophoto for Gothenburg municipality","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png/206px-G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"gothenburg-ortho_latest","name":"Gothenburg Orthophoto latest","type":"wms","template":"https://opengeodata.goteborg.se/services/ortofoto/wms/v1?LAYERS=orto&STYLES=raster&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[6,20],"polygon":[[[11.71898,57.54716],[12.01767,57.56411],[11.95862,57.66818],[12.09595,57.68177],[12.06574,57.73166],[12.1138,57.77086],[12.24289,57.79466],[12.16187,57.86704],[11.95519,57.86631],[11.68534,57.72396],[11.71898,57.54716]]],"terms_url":"https://catalog.goteborg.se/catalog/6/datasets/892","terms_text":"© Gothenburg municipality, CC0","best":true,"description":"Orthophoto for Gothenburg municipality","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png/206px-G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"GRAFCAN_Express-Canary_Islands","name":"GRAFCAN OrtoExpress - Canary Islands","type":"wms","template":"https://idecan1.grafcan.es/ServicioWMS/OrtoExpress?LAYERS=ortoexpress&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[-17.8727,27.84079],[-17.92558,27.86801],[-18.00522,27.83605],[-18.01392,27.8035],[-18.07818,27.77211],[-18.13707,27.78751],[-18.17054,27.76441],[-18.1779,27.70695],[-18.15782,27.68799],[-18.0581,27.6791],[-18.00656,27.62574],[-17.96105,27.62218],[-17.93896,27.70814],[-17.90751,27.7194],[-17.86199,27.80468],[-17.8727,27.84079]],[[-15.38375,28.05598],[-15.36283,28.17244],[-15.42427,28.21046],[-15.47395,28.16437],[-15.68833,28.20585],[-15.73147,28.18396],[-15.74716,28.08943],[-15.84781,28.03637],[-15.87134,27.92439],[-15.79944,27.80305],[-15.7001,27.73365],[-15.5916,27.69777],[-15.3576,27.8042],[-15.33146,27.98444],[-15.38375,28.05598]],[[-17.14412,28.02896],[-17.07803,28.0836],[-17.08723,28.1537],[-17.1826,28.2149],[-17.26878,28.23996],[-17.33403,28.21933],[-17.36331,28.1537],[-17.36666,28.08803],[-17.33069,28.04742],[-17.27296,28.00681],[-17.20017,28.00533],[-17.14412,28.02896]],[[-16.33929,28.59609],[-16.43801,28.53143],[-16.53924,28.44025],[-16.83959,28.41229],[-16.9358,28.37623],[-16.945,28.33574],[-16.71995,27.98317],[-16.62541,27.98317],[-16.52753,28.01641],[-16.39953,28.14632],[-16.33594,28.30922],[-16.33009,28.36445],[-16.10253,28.52408],[-16.09834,28.5814],[-16.14268,28.62547],[-16.33929,28.59609]],[[-17.68407,28.73715],[-17.75352,28.86781],[-17.85768,28.86065],[-17.92917,28.89106],[-18.03334,28.79981],[-18.03743,28.73178],[-17.87811,28.43224],[-17.83113,28.41787],[-17.72696,28.56328],[-17.73105,28.67982],[-17.68407,28.73715]],[[-13.89442,28.78265],[-14.03953,28.73911],[-14.23822,28.34637],[-14.24868,28.24278],[-14.41078,28.13448],[-14.50882,28.13448],[-14.54019,28.05144],[-14.30881,28.00529],[-14.18593,28.13563],[-13.91534,28.19095],[-13.82122,28.38433],[-13.78592,28.77692],[-13.89442,28.78265]],[[-13.77116,28.80865],[-13.70841,28.88468],[-13.53899,28.91947],[-13.44174,28.99084],[-13.42814,29.12157],[-13.3976,29.16102],[-13.39988,29.21806],[-13.55428,29.35073],[-13.56723,29.15719],[-13.67599,29.14988],[-13.85691,29.03657],[-13.85796,28.93686],[-13.90711,28.88926],[-13.90083,28.83522],[-13.77116,28.80865]],[[-13.32617,29.27765],[-13.33792,29.28667],[-13.35035,29.27436],[-13.3386,29.26533],[-13.32617,29.27765]],[[-13.50868,29.36824],[-13.47955,29.38728],[-13.47543,29.40963],[-13.5003,29.42807],[-13.5505,29.40712],[-13.5525,29.37727],[-13.50868,29.36824]]],"terms_url":"https://catalogo.idecanarias.es/geonetwork/srv/spa/catalog.search#/metadata/spagrafcan_ORTOWMS_20160101","terms_text":"GRAFCAN OrtoExpress","description":"High resolution imagery covering the Canary Islands, 20 cm/pixel. More recent in some urban areas than the higher-resolution \"GRAFCAN OrtoExpress Urbana\"."},{"id":"GRAFCAN-Canary_Islands","name":"GRAFCAN OrtoExpress Urbana - Canary Islands","type":"wms","template":"https://idecan1.grafcan.es/ServicioWMS/OrtoUrb?LAYERS=OU&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","polygon":[[[-17.8727,27.84079],[-17.92558,27.86801],[-18.00522,27.83605],[-18.01392,27.8035],[-18.07818,27.77211],[-18.13707,27.78751],[-18.17054,27.76441],[-18.1779,27.70695],[-18.15782,27.68799],[-18.0581,27.6791],[-18.00656,27.62574],[-17.96105,27.62218],[-17.93896,27.70814],[-17.90751,27.7194],[-17.86199,27.80468],[-17.8727,27.84079]],[[-15.38375,28.05598],[-15.36283,28.17244],[-15.42427,28.21046],[-15.47395,28.16437],[-15.68833,28.20585],[-15.73147,28.18396],[-15.74716,28.08943],[-15.84781,28.03637],[-15.87134,27.92439],[-15.79944,27.80305],[-15.7001,27.73365],[-15.5916,27.69777],[-15.3576,27.8042],[-15.33146,27.98444],[-15.38375,28.05598]],[[-17.14412,28.02896],[-17.07803,28.0836],[-17.08723,28.1537],[-17.1826,28.2149],[-17.26878,28.23996],[-17.33403,28.21933],[-17.36331,28.1537],[-17.36666,28.08803],[-17.33069,28.04742],[-17.27296,28.00681],[-17.20017,28.00533],[-17.14412,28.02896]],[[-16.33929,28.59609],[-16.43801,28.53143],[-16.53924,28.44025],[-16.83959,28.41229],[-16.9358,28.37623],[-16.945,28.33574],[-16.71995,27.98317],[-16.62541,27.98317],[-16.52753,28.01641],[-16.39953,28.14632],[-16.33594,28.30922],[-16.33009,28.36445],[-16.10253,28.52408],[-16.09834,28.5814],[-16.14268,28.62547],[-16.33929,28.59609]],[[-17.68407,28.73715],[-17.75352,28.86781],[-17.85768,28.86065],[-17.92917,28.89106],[-18.03334,28.79981],[-18.03743,28.73178],[-17.87811,28.43224],[-17.83113,28.41787],[-17.72696,28.56328],[-17.73105,28.67982],[-17.68407,28.73715]],[[-13.89442,28.78265],[-14.03953,28.73911],[-14.23822,28.34637],[-14.24868,28.24278],[-14.41078,28.13448],[-14.50882,28.13448],[-14.54019,28.05144],[-14.30881,28.00529],[-14.18593,28.13563],[-13.91534,28.19095],[-13.82122,28.38433],[-13.78592,28.77692],[-13.89442,28.78265]],[[-13.77116,28.80865],[-13.70841,28.88468],[-13.53899,28.91947],[-13.44174,28.99084],[-13.42814,29.12157],[-13.3976,29.16102],[-13.39988,29.21806],[-13.55428,29.35073],[-13.56723,29.15719],[-13.67599,29.14988],[-13.85691,29.03657],[-13.85796,28.93686],[-13.90711,28.88926],[-13.90083,28.83522],[-13.77116,28.80865]],[[-13.32617,29.27765],[-13.33792,29.28667],[-13.35035,29.27436],[-13.3386,29.26533],[-13.32617,29.27765]],[[-13.50868,29.36824],[-13.47955,29.38728],[-13.47543,29.40963],[-13.5003,29.42807],[-13.5505,29.40712],[-13.5525,29.37727],[-13.50868,29.36824]]],"terms_url":"https://catalogo.idecanarias.es/geonetwork/srv/spa/catalog.search#/metadata/spagrafcan_ORTOURBANAWMS_20160101","terms_text":"GRAFCAN OrtoExpress Urbana","best":true,"description":"High resolution imagery covering the Canary Islands, 12.5 or 10 cm/pixel in urban areas, and 20 cm/pixel elsewhere. Older in some urban areas than the lower-resolution \"GRAFCAN OrtoExpress\"."},{"id":"montauban_2020","name":"Grand Montauban 2020","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/montauban_2020/{zoom}/{x}/{y}","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[1.45586,43.9985],[1.44024,44.06342],[1.43647,44.12087],[1.38566,44.12876],[1.35407,44.10263],[1.25519,44.10892],[1.23957,44.05614],[1.20284,44.01208],[1.13984,43.99109],[1.15065,43.9633],[1.16919,43.94155],[1.20043,43.94476],[1.22275,43.95526],[1.21966,43.97133],[1.25433,43.96799],[1.29176,43.92473],[1.31854,43.91756],[1.44213,43.89716],[1.50668,43.94328],[1.49552,43.98949],[1.45586,43.9985]]],"terms_text":"Grand Montauban 2020"},{"id":"GrandNancy_Orthophotographie_2012","name":"GrandNancy - Orthophoto - 2012","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/nancy_2012/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[6.06066,48.60554],[6.29717,48.59923],[6.30611,48.74077],[6.06896,48.7471],[6.06066,48.60554]]],"terms_url":"https://wiki.openstreetmap.org/wiki/Nancy/Orthophotographie","terms_text":"GrandNancy Orthophotographie 2012"},{"id":"Greene_OH_2022","name":"Greene County Orthoimagery (2022)","type":"wms","template":"https://gis.greenecountyohio.gov/webgis2/rest/services/Aerials/Aerial_2022_Summer/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-84.06204,39.85653],[-84.06161,39.84285],[-84.09735,39.84244],[-84.09652,39.80807],[-84.10545,39.80796],[-84.10369,39.73247],[-84.11258,39.73232],[-84.11066,39.64998],[-84.11956,39.64987],[-84.11781,39.57439],[-84.07344,39.575],[-84.07331,39.56812],[-83.98463,39.56928],[-83.98449,39.56243],[-83.91357,39.56331],[-83.91348,39.55645],[-83.79816,39.55778],[-83.79803,39.55092],[-83.70942,39.55188],[-83.70928,39.54499],[-83.66497,39.54548],[-83.66565,39.58664],[-83.65678,39.58673],[-83.65801,39.66223],[-83.64915,39.66231],[-83.65042,39.73781],[-83.64149,39.73789],[-83.64215,39.77907],[-83.69556,39.7785],[-83.69568,39.7854],[-83.73124,39.78501],[-83.73132,39.79188],[-83.75818,39.79169],[-83.75813,39.7985],[-83.82043,39.79775],[-83.82102,39.82521],[-83.8565,39.82479],[-83.85655,39.83164],[-83.93679,39.83069],[-83.93727,39.85129],[-84.02625,39.85016],[-84.02643,39.85702],[-84.06204,39.85653]]],"terms_url":"https://www.greenecountyohio.gov/","terms_text":"Greene County, State of Ohio","description":"6-inch resoution summer 2022 orthoimagery for Greene County in the State of Ohio","icon":"https://www.greenecountyohio.gov/ImageRepository/Document?documentId=29996"},{"id":"Greene_OH_2023","name":"Greene County Orthoimagery (2023)","type":"wms","template":"https://gis.greenecountyohio.gov/webgis2/rest/services/Aerials/Aerial_2023/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-84.05751,39.85321],[-84.05719,39.83948],[-84.09722,39.83894],[-84.0964,39.80464],[-84.10091,39.80454],[-84.10005,39.76683],[-84.10451,39.76679],[-84.10359,39.72904],[-84.10807,39.72898],[-84.10716,39.69122],[-84.11164,39.69118],[-84.11066,39.64998],[-84.11511,39.64994],[-84.11368,39.58816],[-84.11812,39.58811],[-84.11781,39.57439],[-84.07344,39.575],[-84.0734,39.57157],[-84.01574,39.57234],[-84.01568,39.56889],[-83.98463,39.56928],[-83.98458,39.56586],[-83.94466,39.56636],[-83.94461,39.56293],[-83.90913,39.56335],[-83.90905,39.55993],[-83.84256,39.56072],[-83.84249,39.55727],[-83.79816,39.55778],[-83.7981,39.55436],[-83.75378,39.55484],[-83.75374,39.55139],[-83.70052,39.55197],[-83.70046,39.54853],[-83.66945,39.54884],[-83.66952,39.55228],[-83.66507,39.55234],[-83.66569,39.59008],[-83.66124,39.5901],[-83.66191,39.62785],[-83.65743,39.62789],[-83.65808,39.66566],[-83.65362,39.66571],[-83.65426,39.70345],[-83.64985,39.7035],[-83.65046,39.74123],[-83.64602,39.74129],[-83.64656,39.77902],[-83.69556,39.7785],[-83.69564,39.78197],[-83.73565,39.78154],[-83.73581,39.79183],[-83.76696,39.79151],[-83.767,39.79495],[-83.7937,39.79466],[-83.79371,39.79808],[-83.82487,39.79773],[-83.82538,39.82516],[-83.8565,39.82479],[-83.85661,39.82824],[-83.91449,39.82758],[-83.91465,39.83097],[-83.93679,39.83069],[-83.93707,39.84445],[-83.94154,39.8444],[-83.94161,39.84784],[-83.99056,39.84719],[-83.99064,39.85068],[-84.03067,39.85014],[-84.0307,39.85354],[-84.05751,39.85321]]],"terms_url":"https://www.greenecountyohio.gov/","terms_text":"Greene County, State of Ohio","description":"3-inch resoution spring 2023 orthoimagery for Greene County in the State of Ohio","icon":"https://www.greenecountyohio.gov/ImageRepository/Document?documentId=29996"},{"id":"GURS-buildings","name":"GURS: Building outlines","type":"tms","template":"https://wms.openstreetmap.de/tms/GURS-building-outlines/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[8,19],"polygon":[[[15.17101,45.41273],[15.22848,45.41683],[15.27515,45.45599],[15.34824,45.44665],[15.39496,45.48325],[15.31145,45.5423],[15.30852,45.58653],[15.29266,45.60163],[15.31503,45.60696],[15.31501,45.62356],[15.39705,45.62929],[15.41517,45.65443],[15.36329,45.72191],[15.29763,45.70782],[15.27435,45.72408],[15.28683,45.73391],[15.40343,45.78216],[15.47514,45.78666],[15.49115,45.82041],[15.52333,45.81155],[15.57467,45.83999],[15.6441,45.81058],[15.71776,45.8416],[15.69375,45.87111],[15.69237,45.90013],[15.71645,45.9178],[15.71612,45.99489],[15.74241,46.04578],[15.71869,46.06873],[15.63483,46.09529],[15.61899,46.11595],[15.62037,46.16163],[15.65639,46.18456],[15.65737,46.20838],[15.67996,46.21707],[15.77128,46.19937],[15.79649,46.21296],[15.80777,46.25091],[16.01819,46.29964],[16.04058,46.32708],[16.08614,46.34087],[16.06959,46.38154],[16.14548,46.39515],[16.18689,46.36804],[16.30574,46.36921],[16.3168,46.40141],[16.28533,46.42441],[16.2582,46.489],[16.36776,46.53371],[16.47451,46.50108],[16.52219,46.45842],[16.61889,46.46203],[16.611,46.48393],[16.5416,46.50887],[16.54136,46.53627],[16.51477,46.57299],[16.40159,46.6439],[16.42822,46.65301],[16.4383,46.69655],[16.38893,46.70785],[16.33186,46.75896],[16.33977,46.7799],[16.32245,46.79068],[16.34711,46.79707],[16.36058,46.8278],[16.34649,46.85476],[16.29431,46.8824],[16.23302,46.88667],[16.15425,46.86525],[16.11022,46.87912],[16.0553,46.85049],[15.98671,46.84189],[15.97505,46.74967],[15.99495,46.71178],[16.02955,46.68778],[16.02919,46.67033],[15.91476,46.71958],[15.83801,46.73237],[15.767,46.70899],[15.65624,46.71643],[15.62405,46.69039],[15.59201,46.69952],[15.53636,46.6761],[15.53427,46.64346],[15.47411,46.6226],[15.46237,46.64732],[15.41364,46.66553],[15.23727,46.64973],[15.10645,46.66965],[15.02973,46.65796],[14.98376,46.61868],[14.95398,46.64257],[14.9102,46.61569],[14.86094,46.61239],[14.81442,46.55093],[14.80818,46.51778],[14.71191,46.50954],[14.65658,46.45447],[14.58993,46.44479],[14.56677,46.38549],[14.52618,46.43623],[14.45113,46.43239],[14.43178,46.4568],[14.3259,46.44111],[14.28242,46.45347],[14.16569,46.44341],[14.12664,46.4852],[14.09406,46.49538],[14.00849,46.49169],[13.91305,46.53108],[13.79725,46.5164],[13.71321,46.53296],[13.68393,46.44947],[13.59357,46.44846],[13.56263,46.40895],[13.43247,46.36779],[13.43369,46.33243],[13.36653,46.30266],[13.40304,46.23284],[13.40026,46.21037],[13.42003,46.19662],[13.48189,46.21479],[13.54859,46.19982],[13.57147,46.17434],[13.65358,46.17505],[13.63712,46.14524],[13.58839,46.11268],[13.4896,46.06574],[13.49765,46.03741],[13.46729,46.00147],[13.52998,45.95627],[13.57124,45.9591],[13.59233,45.97929],[13.62975,45.97662],[13.62633,45.93894],[13.56531,45.85522],[13.58835,45.80154],[13.62279,45.78613],[13.66355,45.79008],[13.78961,45.73525],[13.82429,45.70266],[13.82754,45.67917],[13.89962,45.63295],[13.83759,45.59226],[13.72158,45.60472],[13.63822,45.64153],[13.38,45.5666],[13.67553,45.43241],[13.7856,45.45577],[13.81063,45.42531],[13.88867,45.416],[13.91789,45.44329],[13.99154,45.44854],[14.00668,45.4739],[13.98752,45.49945],[14.01187,45.50769],[14.06694,45.47615],[14.1328,45.46542],[14.21022,45.45962],[14.2367,45.49569],[14.26083,45.47352],[14.28251,45.47949],[14.32388,45.46048],[14.49636,45.52968],[14.51653,45.5974],[14.59477,45.65727],[14.58902,45.61966],[14.68367,45.57107],[14.68383,45.51924],[14.71885,45.52386],[14.77755,45.49724],[14.81398,45.45019],[14.91295,45.46869],[14.93027,45.51869],[14.98353,45.48726],[15.06731,45.4781],[15.17101,45.41273]]],"terms_url":"https://www.gov.si/drzavni-organi/organi-v-sestavi/geodetska-uprava/","terms_text":"CC-BY ©2020 Geodetska uprava Republike Slovenije (gov.si).","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/si/GURSRoadlines.png","overlay":true},{"id":"GURS-roads","name":"GURS: Road lines","type":"tms","template":"https://wms.openstreetmap.de/tms/GURS-road-lines/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[8,19],"polygon":[[[15.17101,45.41273],[15.22848,45.41683],[15.27515,45.45599],[15.34824,45.44665],[15.39496,45.48325],[15.31145,45.5423],[15.30852,45.58653],[15.29266,45.60163],[15.31503,45.60696],[15.31501,45.62356],[15.39705,45.62929],[15.41517,45.65443],[15.36329,45.72191],[15.29763,45.70782],[15.27435,45.72408],[15.28683,45.73391],[15.40343,45.78216],[15.47514,45.78666],[15.49115,45.82041],[15.52333,45.81155],[15.57467,45.83999],[15.6441,45.81058],[15.71776,45.8416],[15.69375,45.87111],[15.69237,45.90013],[15.71645,45.9178],[15.71612,45.99489],[15.74241,46.04578],[15.71869,46.06873],[15.63483,46.09529],[15.61899,46.11595],[15.62037,46.16163],[15.65639,46.18456],[15.65737,46.20838],[15.67996,46.21707],[15.77128,46.19937],[15.79649,46.21296],[15.80777,46.25091],[16.01819,46.29964],[16.04058,46.32708],[16.08614,46.34087],[16.06959,46.38154],[16.14548,46.39515],[16.18689,46.36804],[16.30574,46.36921],[16.3168,46.40141],[16.28533,46.42441],[16.2582,46.489],[16.36776,46.53371],[16.47451,46.50108],[16.52219,46.45842],[16.61889,46.46203],[16.611,46.48393],[16.5416,46.50887],[16.54136,46.53627],[16.51477,46.57299],[16.40159,46.6439],[16.42822,46.65301],[16.4383,46.69655],[16.38893,46.70785],[16.33186,46.75896],[16.33977,46.7799],[16.32245,46.79068],[16.34711,46.79707],[16.36058,46.8278],[16.34649,46.85476],[16.29431,46.8824],[16.23302,46.88667],[16.15425,46.86525],[16.11022,46.87912],[16.0553,46.85049],[15.98671,46.84189],[15.97505,46.74967],[15.99495,46.71178],[16.02955,46.68778],[16.02919,46.67033],[15.91476,46.71958],[15.83801,46.73237],[15.767,46.70899],[15.65624,46.71643],[15.62405,46.69039],[15.59201,46.69952],[15.53636,46.6761],[15.53427,46.64346],[15.47411,46.6226],[15.46237,46.64732],[15.41364,46.66553],[15.23727,46.64973],[15.10645,46.66965],[15.02973,46.65796],[14.98376,46.61868],[14.95398,46.64257],[14.9102,46.61569],[14.86094,46.61239],[14.81442,46.55093],[14.80818,46.51778],[14.71191,46.50954],[14.65658,46.45447],[14.58993,46.44479],[14.56677,46.38549],[14.52618,46.43623],[14.45113,46.43239],[14.43178,46.4568],[14.3259,46.44111],[14.28242,46.45347],[14.16569,46.44341],[14.12664,46.4852],[14.09406,46.49538],[14.00849,46.49169],[13.91305,46.53108],[13.79725,46.5164],[13.71321,46.53296],[13.68393,46.44947],[13.59357,46.44846],[13.56263,46.40895],[13.43247,46.36779],[13.43369,46.33243],[13.36653,46.30266],[13.40304,46.23284],[13.40026,46.21037],[13.42003,46.19662],[13.48189,46.21479],[13.54859,46.19982],[13.57147,46.17434],[13.65358,46.17505],[13.63712,46.14524],[13.58839,46.11268],[13.4896,46.06574],[13.49765,46.03741],[13.46729,46.00147],[13.52998,45.95627],[13.57124,45.9591],[13.59233,45.97929],[13.62975,45.97662],[13.62633,45.93894],[13.56531,45.85522],[13.58835,45.80154],[13.62279,45.78613],[13.66355,45.79008],[13.78961,45.73525],[13.82429,45.70266],[13.82754,45.67917],[13.89962,45.63295],[13.83759,45.59226],[13.72158,45.60472],[13.63822,45.64153],[13.38,45.5666],[13.67553,45.43241],[13.7856,45.45577],[13.81063,45.42531],[13.88867,45.416],[13.91789,45.44329],[13.99154,45.44854],[14.00668,45.4739],[13.98752,45.49945],[14.01187,45.50769],[14.06694,45.47615],[14.1328,45.46542],[14.21022,45.45962],[14.2367,45.49569],[14.26083,45.47352],[14.28251,45.47949],[14.32388,45.46048],[14.49636,45.52968],[14.51653,45.5974],[14.59477,45.65727],[14.58902,45.61966],[14.68367,45.57107],[14.68383,45.51924],[14.71885,45.52386],[14.77755,45.49724],[14.81398,45.45019],[14.91295,45.46869],[14.93027,45.51869],[14.98353,45.48726],[15.06731,45.4781],[15.17101,45.41273]]],"terms_url":"https://www.gov.si/drzavni-organi/organi-v-sestavi/geodetska-uprava/","terms_text":"CC-BY ©2020 Geodetska uprava Republike Slovenije (gov.si).","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/si/GURSRoadlines.png","overlay":true},{"id":"GURS-DOF025","name":"GURS: Slovenia orthophoto 25cm (DOF025)","type":"tms","template":"https://gis.level2.si/geoserver/gwc/service/tms/1.0.0/level2%3ADOF025_latest@EPSG%3A3857@jpeg/{zoom}/{x}/{-y}.jpeg","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[15.17101,45.41273],[15.22848,45.41683],[15.27515,45.45599],[15.34824,45.44665],[15.39644,45.48763],[15.31145,45.5423],[15.31503,45.60696],[15.31501,45.62356],[15.39705,45.62929],[15.41517,45.65443],[15.36032,45.71856],[15.29371,45.71833],[15.29139,45.73452],[15.30332,45.74794],[15.40343,45.78216],[15.47514,45.78666],[15.49115,45.82041],[15.52333,45.81155],[15.58071,45.84199],[15.64036,45.81635],[15.72554,45.82097],[15.7272,45.87591],[15.69737,45.8766],[15.69803,45.91005],[15.71645,45.9178],[15.71791,45.97827],[15.72802,45.98275],[15.73184,46.03213],[15.74241,46.04578],[15.71869,46.06873],[15.63483,46.09529],[15.61899,46.11595],[15.62037,46.16163],[15.65639,46.18456],[15.65737,46.20838],[15.67996,46.21707],[15.77128,46.19937],[15.79649,46.21296],[15.80777,46.25091],[15.87799,46.25165],[15.89754,46.27342],[16.01819,46.29964],[16.04058,46.32708],[16.07551,46.33684],[16.09937,46.35605],[16.16698,46.35514],[16.34627,46.35468],[16.3476,46.41024],[16.29755,46.41161],[16.28533,46.42441],[16.2582,46.489],[16.32274,46.49084],[16.32407,46.51616],[16.40626,46.51525],[16.40593,46.48856],[16.49143,46.48673],[16.49276,46.46071],[16.64189,46.45889],[16.64289,46.48765],[16.57859,46.48947],[16.5416,46.50887],[16.54136,46.53627],[16.51477,46.57299],[16.40159,46.6439],[16.42822,46.65301],[16.4383,46.69655],[16.38893,46.70785],[16.33186,46.75896],[16.33977,46.7799],[16.32245,46.79068],[16.34711,46.79707],[16.36058,46.8278],[16.34649,46.85476],[16.29431,46.8824],[16.23302,46.88667],[16.15425,46.86525],[16.11022,46.87912],[16.0553,46.85049],[15.98671,46.84189],[15.97505,46.74967],[15.99495,46.71178],[16.02955,46.68778],[16.02919,46.67033],[15.91476,46.71958],[15.83801,46.73237],[15.767,46.70899],[15.65624,46.71643],[15.62405,46.69039],[15.59201,46.69952],[15.53636,46.6761],[15.53427,46.64346],[15.47411,46.6226],[15.46237,46.64732],[15.41364,46.66553],[15.23727,46.64973],[15.10645,46.66965],[15.02973,46.65796],[14.98376,46.61868],[14.95398,46.64257],[14.9102,46.61569],[14.86094,46.61239],[14.81442,46.55093],[14.80818,46.51778],[14.71191,46.50954],[14.65658,46.45447],[14.58993,46.44479],[14.56677,46.38549],[14.52618,46.43623],[14.45113,46.43239],[14.43178,46.4568],[14.3259,46.44111],[14.28242,46.45347],[14.16569,46.44341],[14.12664,46.4852],[14.09406,46.49538],[14.00849,46.49169],[13.91305,46.53108],[13.79725,46.5164],[13.71321,46.53296],[13.68393,46.44947],[13.59357,46.44846],[13.56263,46.40895],[13.43247,46.36779],[13.43369,46.33243],[13.36653,46.30266],[13.40304,46.23284],[13.40026,46.21037],[13.42003,46.19662],[13.48189,46.21479],[13.54859,46.19982],[13.57147,46.17434],[13.65358,46.17505],[13.63712,46.14524],[13.58839,46.11268],[13.4896,46.06574],[13.49765,46.03741],[13.46729,46.00147],[13.52998,45.95627],[13.57124,45.9591],[13.59233,45.97929],[13.62975,45.97662],[13.62633,45.93894],[13.56428,45.86095],[13.58835,45.80154],[13.62279,45.78613],[13.66355,45.79008],[13.73292,45.75707],[13.78961,45.73525],[13.82429,45.70266],[13.82754,45.67917],[13.89962,45.63295],[13.83759,45.59226],[13.72158,45.60472],[13.69763,45.59973],[13.69431,45.58953],[13.72281,45.56958],[13.71618,45.55473],[13.61345,45.54452],[13.54054,45.53059],[13.57898,45.46183],[13.67553,45.43241],[13.76403,45.45271],[13.81063,45.42531],[13.88867,45.416],[13.91892,45.43951],[13.98768,45.44408],[14.00668,45.4739],[13.98752,45.49945],[14.01187,45.50769],[14.06694,45.47615],[14.1328,45.46542],[14.21022,45.45962],[14.2367,45.49569],[14.26083,45.47352],[14.28251,45.47949],[14.33394,45.46206],[14.36774,45.4702],[14.50227,45.53338],[14.51653,45.5974],[14.59477,45.65727],[14.58902,45.61966],[14.66258,45.57393],[14.68383,45.51924],[14.71885,45.52386],[14.77755,45.49724],[14.81398,45.45019],[14.91295,45.46869],[14.93027,45.51869],[14.98353,45.48726],[15.06731,45.4781],[15.17101,45.41273]]],"terms_url":"https://level2.si/sl/pogoji-uporabe-spletnih-servisov/","terms_text":"CC-BY Geodetska uprava Republike Slovenije, DOF025, 2020-2022; Level2.si 2023","best":true,"description":"Slovenia orthophoto 25cm/pixel (GURS DOF025), hosted by Level2.si","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/si/level2.png"},{"id":"hamburg-20cm","name":"Hamburg 20cm (HH LGV DOP20 2022)","type":"wms","template":"https://geodienste.hamburg.de/HH_WMS_DOP?LAYERS=DOP&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[9.76314,53.55521],[9.77434,53.55433],[9.77232,53.54352],[9.77352,53.52796],[9.78105,53.51838],[9.77107,53.52185],[9.76885,53.5053],[9.78203,53.49236],[9.8028,53.49383],[9.80021,53.47372],[9.80663,53.46648],[9.84872,53.44111],[9.86211,53.42942],[9.86885,53.44462],[9.89493,53.45583],[9.90436,53.45707],[9.91704,53.44664],[9.92305,53.43631],[9.90667,53.41596],[9.92552,53.41924],[9.92953,53.42007],[9.9581,53.42708],[9.97873,53.4142],[9.98243,53.41478],[9.99754,53.42546],[10.02294,53.43228],[10.01449,53.44203],[10.03517,53.4469],[10.05155,53.46394],[10.07581,53.45436],[10.1068,53.42658],[10.10949,53.42649],[10.14506,53.41614],[10.16555,53.39933],[10.24155,53.39797],[10.24578,53.40261],[10.25089,53.41024],[10.25598,53.41623],[10.30799,53.43332],[10.32514,53.44979],[10.31223,53.45229],[10.30962,53.44309],[10.29043,53.45512],[10.26592,53.47079],[10.25008,53.47898],[10.2367,53.49629],[10.21828,53.49923],[10.21043,53.51996],[10.18951,53.51148],[10.16919,53.51965],[10.16611,53.52013],[10.16327,53.52185],[10.16874,53.5374],[10.15465,53.53657],[10.15189,53.5417],[10.15942,53.56091],[10.15308,53.56242],[10.148,53.5639],[10.15067,53.56973],[10.15169,53.57619],[10.20117,53.58392],[10.19236,53.59474],[10.18887,53.61316],[10.22202,53.63349],[10.18973,53.63838],[10.19885,53.64675],[10.17153,53.66869],[10.14955,53.67545],[10.14643,53.67588],[10.14473,53.67613],[10.14176,53.67744],[10.14342,53.68057],[10.15829,53.68944],[10.15694,53.70451],[10.1779,53.70992],[10.19369,53.731],[10.16939,53.73896],[10.11908,53.71324],[10.08198,53.72044],[10.0707,53.70996],[10.071,53.69585],[10.0604,53.68833],[10.06925,53.67955],[10.05148,53.67759],[10.04338,53.68198],[10.02282,53.68157],[9.9996,53.68153],[9.98739,53.65072],[9.98492,53.6483],[9.97795,53.64887],[9.95155,53.65065],[9.95024,53.65085],[9.94552,53.65276],[9.93115,53.65262],[9.90678,53.65231],[9.89688,53.63492],[9.89637,53.63122],[9.89356,53.63026],[9.88697,53.6252],[9.88505,53.62199],[9.86931,53.61323],[9.86814,53.6093],[9.85416,53.59805],[9.84498,53.59498],[9.83773,53.59198],[9.81817,53.58591],[9.78993,53.60386],[9.79634,53.6103],[9.7707,53.61607],[9.77129,53.63131],[9.75793,53.61828],[9.73465,53.56536],[9.73047,53.55787],[9.76314,53.55521]],[[8.5275,53.90941],[8.52792,53.93577],[8.4826,53.9356],[8.48274,53.90924],[8.5275,53.90941]]],"terms_url":"https://www.hamburg.de/bsw/landesbetrieb-geoinformation-und-vermessung","terms_text":"Freie und Hansestadt Hamburg, Landesbetrieb Geoinformation und Vermessung","best":true},{"id":"Hamburg-DK5","name":"Hamburg DK5 (HH LGV DK5 2021)","type":"wms","template":"https://geodienste.hamburg.de/HH_WMS_DK5?LAYERS=DK5&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","polygon":[[[9.76314,53.55521],[9.77434,53.55433],[9.77232,53.54352],[9.77352,53.52796],[9.78105,53.51838],[9.77107,53.52185],[9.76885,53.5053],[9.78203,53.49236],[9.8028,53.49383],[9.80021,53.47372],[9.80663,53.46648],[9.84872,53.44111],[9.86211,53.42942],[9.86885,53.44462],[9.89493,53.45583],[9.90436,53.45707],[9.91704,53.44664],[9.92305,53.43631],[9.90667,53.41596],[9.92552,53.41924],[9.92953,53.42007],[9.9581,53.42708],[9.97873,53.4142],[9.98243,53.41478],[9.99754,53.42546],[10.02294,53.43228],[10.01449,53.44203],[10.03517,53.4469],[10.05155,53.46394],[10.07581,53.45436],[10.1068,53.42658],[10.10949,53.42649],[10.14506,53.41614],[10.16555,53.39933],[10.24155,53.39797],[10.24578,53.40261],[10.25089,53.41024],[10.25598,53.41623],[10.30799,53.43332],[10.32514,53.44979],[10.31223,53.45229],[10.30962,53.44309],[10.29043,53.45512],[10.26592,53.47079],[10.25008,53.47898],[10.2367,53.49629],[10.21828,53.49923],[10.21043,53.51996],[10.18951,53.51148],[10.16919,53.51965],[10.16611,53.52013],[10.16327,53.52185],[10.16874,53.5374],[10.15465,53.53657],[10.15189,53.5417],[10.15942,53.56091],[10.15308,53.56242],[10.148,53.5639],[10.15067,53.56973],[10.15169,53.57619],[10.20117,53.58392],[10.19236,53.59474],[10.18887,53.61316],[10.22202,53.63349],[10.18973,53.63838],[10.19885,53.64675],[10.17153,53.66869],[10.14955,53.67545],[10.14643,53.67588],[10.14473,53.67613],[10.14176,53.67744],[10.14342,53.68057],[10.15829,53.68944],[10.15694,53.70451],[10.1779,53.70992],[10.19369,53.731],[10.16939,53.73896],[10.11908,53.71324],[10.08198,53.72044],[10.0707,53.70996],[10.071,53.69585],[10.0604,53.68833],[10.06925,53.67955],[10.05148,53.67759],[10.04338,53.68198],[10.02282,53.68157],[9.9996,53.68153],[9.98739,53.65072],[9.98492,53.6483],[9.97795,53.64887],[9.95155,53.65065],[9.95024,53.65085],[9.94552,53.65276],[9.93115,53.65262],[9.90678,53.65231],[9.89688,53.63492],[9.89637,53.63122],[9.89356,53.63026],[9.88697,53.6252],[9.88505,53.62199],[9.86931,53.61323],[9.86814,53.6093],[9.85416,53.59805],[9.84498,53.59498],[9.83773,53.59198],[9.81817,53.58591],[9.78993,53.60386],[9.79634,53.6103],[9.7707,53.61607],[9.77129,53.63131],[9.75793,53.61828],[9.73465,53.56536],[9.73047,53.55787],[9.76314,53.55521]],[[8.5275,53.90941],[8.52792,53.93577],[8.4826,53.9356],[8.48274,53.90924],[8.5275,53.90941]]],"terms_url":"https://www.hamburg.de/bsw/landesbetrieb-geoinformation-und-vermessung","terms_text":"Freie und Hansestadt Hamburg, Landesbetrieb Geoinformation und Vermessung"},{"id":"Hampshire-Aerial-FCIR","name":"Hampshire Aerial FCIR","type":"tms","template":"https://{switch:a,b,c}.hampshire.aerial.openstreetmap.org.uk/layer/gb_hampshire_aerial_fcir/{zoom}/{x}/{y}.png","category":"photo","endDate":"2014-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-1.31567,50.77809],[-0.95347,50.73682],[-0.93275,50.77435],[-0.9299,50.78445],[-0.94342,50.82191],[-0.92903,50.84245],[-0.92976,50.85365],[-0.92368,50.86513],[-0.95132,50.89178],[-0.93793,50.91615],[-0.92119,50.9232],[-0.93246,50.94278],[-0.91278,50.9708],[-0.91461,50.97806],[-0.90461,50.99327],[-0.89065,51.00194],[-0.89485,51.01978],[-0.8499,51.0436],[-0.84519,51.06052],[-0.83646,51.0664],[-0.82645,51.05881],[-0.79954,51.06078],[-0.78645,51.06467],[-0.7785,51.07715],[-0.75076,51.0852],[-0.75506,51.08987],[-0.75122,51.09547],[-0.75411,51.10116],[-0.74715,51.10131],[-0.74365,51.11491],[-0.76654,51.11946],[-0.77813,51.13063],[-0.77846,51.13664],[-0.78879,51.14141],[-0.79382,51.15491],[-0.80504,51.15847],[-0.81952,51.15047],[-0.83042,51.15022],[-0.82268,51.18268],[-0.84493,51.20998],[-0.82701,51.22315],[-0.82491,51.23137],[-0.80611,51.24056],[-0.80193,51.23628],[-0.77712,51.23901],[-0.74898,51.2277],[-0.73713,51.23126],[-0.72631,51.25653],[-0.72842,51.28238],[-0.74183,51.31112],[-0.76005,51.32013],[-0.76325,51.32721],[-0.78322,51.34084],[-0.81122,51.34418],[-0.82728,51.35574],[-0.86549,51.35947],[-0.87681,51.3555],[-0.92376,51.36937],[-0.97264,51.36297],[-0.9904,51.36619],[-1.04754,51.36122],[-1.08363,51.38712],[-1.11678,51.3767],[-1.12096,51.36859],[-1.11875,51.36156],[-1.14321,51.36028],[-1.17602,51.36102],[-1.22209,51.37271],[-1.24118,51.36938],[-1.25116,51.37511],[-1.27555,51.3707],[-1.31472,51.37627],[-1.34899,51.37045],[-1.41608,51.37517],[-1.43056,51.35941],[-1.4463,51.35699],[-1.44759,51.3464],[-1.43599,51.33861],[-1.49498,51.33228],[-1.51552,51.34219],[-1.52986,51.34057],[-1.53628,51.31596],[-1.53008,51.3111],[-1.53093,51.29948],[-1.52595,51.28975],[-1.53591,51.28978],[-1.54596,51.28095],[-1.54007,51.27602],[-1.54345,51.25957],[-1.53436,51.25919],[-1.5384,51.25085],[-1.54443,51.24826],[-1.57717,51.25863],[-1.60741,51.25513],[-1.61402,51.24467],[-1.62395,51.24136],[-1.63564,51.22019],[-1.65288,51.22301],[-1.69247,51.21617],[-1.69679,51.20233],[-1.67213,51.18708],[-1.67474,51.177],[-1.65724,51.15539],[-1.66525,51.12546],[-1.64109,51.12237],[-1.63067,51.11652],[-1.63408,51.11099],[-1.6306,51.10359],[-1.64025,51.09201],[-1.63107,51.07819],[-1.63858,51.04126],[-1.63542,51.03176],[-1.6057,51.02271],[-1.60787,51.01582],[-1.60173,51.01042],[-1.60984,51.01225],[-1.63115,50.99984],[-1.62172,50.98099],[-1.6089,50.97686],[-1.62397,50.95903],[-1.63536,50.96269],[-1.6526,50.95029],[-1.66829,50.95041],[-1.69142,50.95943],[-1.71927,50.98047],[-1.75184,50.98133],[-1.80031,50.99457],[-1.81502,50.9899],[-1.83567,51.01238],[-1.85433,51.00786],[-1.8717,50.99083],[-1.87393,51.0097],[-1.88709,51.0026],[-1.92879,51.00055],[-1.94907,50.98649],[-1.9591,50.99152],[-1.95751,50.97575],[-1.92339,50.95917],[-1.91129,50.9439],[-1.87446,50.91441],[-1.84114,50.92886],[-1.81689,50.92412],[-1.82151,50.91691],[-1.82006,50.90492],[-1.82693,50.89939],[-1.84077,50.90051],[-1.85082,50.89178],[-1.8492,50.87802],[-1.85655,50.86684],[-1.85271,50.85651],[-1.83052,50.85261],[-1.81378,50.85591],[-1.80988,50.86189],[-1.80649,50.84414],[-1.79816,50.83535],[-1.80579,50.83249],[-1.80889,50.81358],[-1.81566,50.80752],[-1.80732,50.80074],[-1.8225,50.79933],[-1.82678,50.78077],[-1.82256,50.77225],[-1.79911,50.77236],[-1.78525,50.76177],[-1.75101,50.77577],[-1.74287,50.76397],[-1.74845,50.75675],[-1.746,50.74452],[-1.7195,50.75261],[-1.71068,50.74812],[-1.68689,50.74999],[-1.69528,50.74065],[-1.69338,50.73484],[-1.68095,50.71748],[-1.57113,50.69041],[-1.49139,50.73027],[-1.31567,50.77809]]]},{"id":"Hampshire-Aerial-RGB","name":"Hampshire Aerial RGB","type":"tms","template":"https://{switch:a,b,c}.hampshire.aerial.openstreetmap.org.uk/layer/gb_hampshire_aerial_rgb/{zoom}/{x}/{y}.png","category":"photo","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-1.31567,50.77809],[-0.95347,50.73682],[-0.93275,50.77435],[-0.9299,50.78445],[-0.94342,50.82191],[-0.92903,50.84245],[-0.92976,50.85365],[-0.92368,50.86513],[-0.95132,50.89178],[-0.93793,50.91615],[-0.92119,50.9232],[-0.93246,50.94278],[-0.91278,50.9708],[-0.91461,50.97806],[-0.90461,50.99327],[-0.89065,51.00194],[-0.89485,51.01978],[-0.8499,51.0436],[-0.84519,51.06052],[-0.83646,51.0664],[-0.82645,51.05881],[-0.79954,51.06078],[-0.78645,51.06467],[-0.7785,51.07715],[-0.75076,51.0852],[-0.75506,51.08987],[-0.75122,51.09547],[-0.75411,51.10116],[-0.74715,51.10131],[-0.74365,51.11491],[-0.76654,51.11946],[-0.77813,51.13063],[-0.77846,51.13664],[-0.78879,51.14141],[-0.79382,51.15491],[-0.80504,51.15847],[-0.81952,51.15047],[-0.83042,51.15022],[-0.82268,51.18268],[-0.84493,51.20998],[-0.82701,51.22315],[-0.82491,51.23137],[-0.80611,51.24056],[-0.80193,51.23628],[-0.77712,51.23901],[-0.74898,51.2277],[-0.73713,51.23126],[-0.72631,51.25653],[-0.72842,51.28238],[-0.74183,51.31112],[-0.76005,51.32013],[-0.76325,51.32721],[-0.78322,51.34084],[-0.81122,51.34418],[-0.82728,51.35574],[-0.86549,51.35947],[-0.87681,51.3555],[-0.92376,51.36937],[-0.97264,51.36297],[-0.9904,51.36619],[-1.04754,51.36122],[-1.08363,51.38712],[-1.11678,51.3767],[-1.12096,51.36859],[-1.11875,51.36156],[-1.14321,51.36028],[-1.17602,51.36102],[-1.22209,51.37271],[-1.24118,51.36938],[-1.25116,51.37511],[-1.27555,51.3707],[-1.31472,51.37627],[-1.34899,51.37045],[-1.41608,51.37517],[-1.43056,51.35941],[-1.4463,51.35699],[-1.44759,51.3464],[-1.43599,51.33861],[-1.49498,51.33228],[-1.51552,51.34219],[-1.52986,51.34057],[-1.53628,51.31596],[-1.53008,51.3111],[-1.53093,51.29948],[-1.52595,51.28975],[-1.53591,51.28978],[-1.54596,51.28095],[-1.54007,51.27602],[-1.54345,51.25957],[-1.53436,51.25919],[-1.5384,51.25085],[-1.54443,51.24826],[-1.57717,51.25863],[-1.60741,51.25513],[-1.61402,51.24467],[-1.62395,51.24136],[-1.63564,51.22019],[-1.65288,51.22301],[-1.69247,51.21617],[-1.69679,51.20233],[-1.67213,51.18708],[-1.67474,51.177],[-1.65724,51.15539],[-1.66525,51.12546],[-1.64109,51.12237],[-1.63067,51.11652],[-1.63408,51.11099],[-1.6306,51.10359],[-1.64025,51.09201],[-1.63107,51.07819],[-1.63858,51.04126],[-1.63542,51.03176],[-1.6057,51.02271],[-1.60787,51.01582],[-1.60173,51.01042],[-1.60984,51.01225],[-1.63115,50.99984],[-1.62172,50.98099],[-1.6089,50.97686],[-1.62397,50.95903],[-1.63536,50.96269],[-1.6526,50.95029],[-1.66829,50.95041],[-1.69142,50.95943],[-1.71927,50.98047],[-1.75184,50.98133],[-1.80031,50.99457],[-1.81502,50.9899],[-1.83567,51.01238],[-1.85433,51.00786],[-1.8717,50.99083],[-1.87393,51.0097],[-1.88709,51.0026],[-1.92879,51.00055],[-1.94907,50.98649],[-1.9591,50.99152],[-1.95751,50.97575],[-1.92339,50.95917],[-1.91129,50.9439],[-1.87446,50.91441],[-1.84114,50.92886],[-1.81689,50.92412],[-1.82151,50.91691],[-1.82006,50.90492],[-1.82693,50.89939],[-1.84077,50.90051],[-1.85082,50.89178],[-1.8492,50.87802],[-1.85655,50.86684],[-1.85271,50.85651],[-1.83052,50.85261],[-1.81378,50.85591],[-1.80988,50.86189],[-1.80649,50.84414],[-1.79816,50.83535],[-1.80579,50.83249],[-1.80889,50.81358],[-1.81566,50.80752],[-1.80732,50.80074],[-1.8225,50.79933],[-1.82678,50.78077],[-1.82256,50.77225],[-1.79911,50.77236],[-1.78525,50.76177],[-1.75101,50.77577],[-1.74287,50.76397],[-1.74845,50.75675],[-1.746,50.74452],[-1.7195,50.75261],[-1.71068,50.74812],[-1.68689,50.74999],[-1.69528,50.74065],[-1.69338,50.73484],[-1.68095,50.71748],[-1.57113,50.69041],[-1.49139,50.73027],[-1.31567,50.77809]]]},{"id":"fr.dpt.05.2010","name":"Hautes-Alpes 2010","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/paca05_2010/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2010-01-01T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","zoomExtent":[2,21],"polygon":[[[6.22101,45.13071],[6.18393,45.0119],[6.2368,44.98374],[6.31027,44.98423],[6.3089,44.93856],[6.34735,44.9371],[6.34186,44.85733],[6.30478,44.88458],[6.28143,44.88653],[6.23955,44.86852],[6.11526,44.87242],[6.0569,44.83347],[6.03699,44.84759],[6.01364,44.84857],[5.93605,44.81448],[5.93399,44.79499],[5.94566,44.79548],[5.94292,44.76916],[5.89348,44.77111],[5.89142,44.76087],[5.81863,44.76331],[5.78979,44.71747],[5.78842,44.69843],[5.80147,44.69892],[5.80147,44.68428],[5.78705,44.68281],[5.78705,44.66426],[5.73761,44.66572],[5.71289,44.64961],[5.70053,44.65693],[5.63599,44.6584],[5.63461,44.62566],[5.59547,44.57873],[5.59273,44.53372],[5.60646,44.52344],[5.62843,44.52344],[5.62843,44.5063],[5.61745,44.50679],[5.61539,44.47985],[5.56389,44.48083],[5.54123,44.49944],[5.47806,44.50091],[5.47806,44.50924],[5.45334,44.50973],[5.44853,44.43819],[5.41351,44.43819],[5.41077,44.4019],[5.42175,44.40141],[5.42107,44.35822],[5.45883,44.35724],[5.45814,44.33711],[5.48355,44.33711],[5.48218,44.32827],[5.50896,44.32729],[5.50964,44.33711],[5.53368,44.33711],[5.5323,44.31844],[5.59479,44.31648],[5.59479,44.29879],[5.62157,44.29781],[5.61882,44.27274],[5.64491,44.25159],[5.66688,44.25159],[5.66482,44.19993],[5.64217,44.19944],[5.63942,44.17974],[5.62706,44.18122],[5.62569,44.17285],[5.93948,44.16349],[5.94704,44.34497],[6.01089,44.34349],[6.01364,44.38669],[6.20109,44.38178],[6.19904,44.3376],[6.26221,44.33809],[6.26633,44.38031],[6.32812,44.37884],[6.3295,44.42397],[6.70647,44.41171],[6.71196,44.50091],[6.77513,44.49847],[6.77856,44.544],[6.84311,44.54155],[6.84654,44.58509],[6.90697,44.58411],[6.91246,44.63006],[6.9873,44.62811],[6.98524,44.63837],[6.95915,44.63983],[6.9619,44.65302],[6.97563,44.654],[6.97632,44.67207],[6.98936,44.67158],[6.99074,44.68135],[7.0388,44.6794],[7.03812,44.66914],[7.09167,44.66768],[7.09167,44.69599],[7.07725,44.69599],[7.08069,44.72234],[7.04292,44.7243],[7.0443,44.74283],[7.03125,44.74186],[7.03468,44.77842],[7.01958,44.7794],[7.02988,44.8325],[7.00928,44.83299],[7.01408,44.85198],[6.96258,44.8549],[6.9619,44.86317],[6.93855,44.86366],[6.93855,44.87242],[6.92757,44.87242],[6.90079,44.85636],[6.86165,44.85782],[6.86371,44.8656],[6.83899,44.86658],[6.84036,44.87631],[6.81427,44.8768],[6.81496,44.89528],[6.79024,44.89528],[6.79092,44.9055],[6.76346,44.90501],[6.76758,44.94925],[6.77925,44.94974],[6.782,44.96771],[6.75659,44.98811],[6.75934,45.02258],[6.68518,45.02647],[6.68655,45.05412],[6.67282,45.05364],[6.67625,45.07934],[6.6378,45.10891],[6.63917,45.12635],[6.56296,45.12974],[6.53686,45.11133],[6.49773,45.11327],[6.49773,45.10261],[6.47095,45.10212],[6.4682,45.06722],[6.37962,45.07061],[6.38374,45.10697],[6.35834,45.12587],[6.31851,45.12684],[6.31988,45.11812],[6.28212,45.11908],[6.28281,45.12877],[6.22101,45.13071]]],"terms_url":"http://www.crige-paca.org/geoportail/geocatalogue.html?id_lot_donnee_carto=206","terms_text":"ORTHO 2010 © PACA-04-05-84"},{"id":"hri-orto","name":"Helsinki region orthophoto","type":"wms","template":"https://kartta.hsy.fi/geoserver/ows?LAYERS=taustakartat_ja_aluejaot:Ortoilmakuva_2017&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[24.26948,59.8593],[25.19577,60.08813],[25.27954,60.2943],[25.18066,60.34122],[25.17517,60.45248],[25.06943,60.44096],[24.9884,60.35073],[24.90051,60.38197],[25.00625,60.54175],[24.76387,60.60079],[24.50363,60.49038],[24.55307,60.36703],[24.26674,60.22549],[24.26948,59.8593]]],"terms_url":"https://hri.fi/data/en_GB/dataset/paakaupunkiseudun-ortokuva-2017","terms_text":"© Espoon, Helsingin ja Vantaan kaupungit, Kirkkonummen ja Nurmijärven kunnat sekä HSL ja HSY","best":true,"description":"Ortophotos from the municipalities of Espoo, Helsinki, Vantaa, Kirkkonummi and Nurmijärvi + HSL and HSY","icon":"https://raw.githubusercontent.com/osmlab/editor-layer-index/gh-pages/sources/europe/fi/hri_logo.png"},{"id":"Hennepin_Ortho_2020","name":"Hennepin County Orthoimagery (2020)","type":"wms","template":"https://gis.hennepin.us/arcgis/services/Imagery/UTM_Aerial_2020/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=1&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-03-01T00:00:00.000Z","startDate":"2020-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-93.20054,44.86147],[-93.1781,44.8865],[-93.17243,44.88651],[-93.17245,44.89458],[-93.18381,44.89456],[-93.18382,44.8986],[-93.18951,44.89859],[-93.18952,44.90666],[-93.19521,44.90665],[-93.19534,44.947],[-93.2018,44.94696],[-93.20189,44.95506],[-93.20673,44.95505],[-93.20702,45.03576],[-93.28101,45.03561],[-93.28115,45.06788],[-93.27548,45.06789],[-93.27566,45.10824],[-93.28136,45.10823],[-93.28137,45.10984],[-93.28426,45.10984],[-93.28427,45.11226],[-93.28708,45.11225],[-93.28711,45.11629],[-93.2928,45.11629],[-93.29289,45.13241],[-93.29858,45.1324],[-93.2986,45.13643],[-93.3043,45.13642],[-93.30491,45.14448],[-93.31005,45.14447],[-93.31007,45.14851],[-93.32147,45.14848],[-93.3215,45.15251],[-93.3272,45.1525],[-93.32723,45.15653],[-93.33863,45.1565],[-93.33866,45.16053],[-93.34436,45.16051],[-93.3444,45.16762],[-93.34599,45.16762],[-93.34599,45.16858],[-93.35011,45.16857],[-93.35014,45.1726],[-93.35585,45.17258],[-93.35586,45.17662],[-93.36158,45.17661],[-93.3616,45.18064],[-93.37301,45.18061],[-93.37304,45.18464],[-93.37874,45.18462],[-93.37877,45.18865],[-93.39018,45.18863],[-93.39021,45.19265],[-93.39591,45.19263],[-93.39594,45.19642],[-93.40762,45.1964],[-93.40767,45.20066],[-93.41309,45.20064],[-93.41315,45.20871],[-93.41886,45.20869],[-93.41892,45.21676],[-93.42463,45.21674],[-93.42466,45.22077],[-93.4532,45.22066],[-93.45323,45.2247],[-93.45894,45.22468],[-93.45898,45.22871],[-93.48753,45.22859],[-93.48756,45.23262],[-93.49327,45.2326],[-93.49334,45.24067],[-93.49905,45.24065],[-93.49909,45.24469],[-93.5048,45.24466],[-93.50484,45.24869],[-93.52768,45.24859],[-93.52761,45.24052],[-93.5219,45.24056],[-93.52187,45.23651],[-93.52757,45.23648],[-93.5275,45.22841],[-93.53321,45.22839],[-93.53325,45.23242],[-93.53896,45.2324],[-93.539,45.23643],[-93.54471,45.2364],[-93.54467,45.23237],[-93.55037,45.23234],[-93.55034,45.22831],[-93.56176,45.22825],[-93.56172,45.22422],[-93.57313,45.22417],[-93.5731,45.22012],[-93.59593,45.22001],[-93.59585,45.21194],[-93.60155,45.21191],[-93.6016,45.21594],[-93.61302,45.21588],[-93.61298,45.21185],[-93.64722,45.21166],[-93.64713,45.20359],[-93.65284,45.20355],[-93.65279,45.19952],[-93.6585,45.19949],[-93.65846,45.19545],[-93.66416,45.19542],[-93.66407,45.18735],[-93.65836,45.18739],[-93.65831,45.18335],[-93.65261,45.18338],[-93.65256,45.17935],[-93.64686,45.17938],[-93.64682,45.17535],[-93.64111,45.17538],[-93.64102,45.16731],[-93.64672,45.16728],[-93.64667,45.16324],[-93.65238,45.16321],[-93.65233,45.15917],[-93.65803,45.15914],[-93.65799,45.15511],[-93.6865,45.15494],[-93.68641,45.14687],[-93.69211,45.14683],[-93.69206,45.1428],[-93.69776,45.14276],[-93.69771,45.13873],[-93.70341,45.13869],[-93.70336,45.13466],[-93.70906,45.13462],[-93.70896,45.12655],[-93.71409,45.12652],[-93.71404,45.12245],[-93.72031,45.12241],[-93.72026,45.11841],[-93.72596,45.11838],[-93.72581,45.10627],[-93.7315,45.10623],[-93.7313,45.09009],[-93.73699,45.09006],[-93.73694,45.08602],[-93.74264,45.08599],[-93.74258,45.08195],[-93.75397,45.08188],[-93.75405,45.08591],[-93.76542,45.08584],[-93.7652,45.0697],[-93.7709,45.06966],[-93.76851,44.8903],[-93.60927,44.89126],[-93.60925,44.88905],[-93.52439,44.88947],[-93.52365,44.80364],[-93.43786,44.80979],[-93.34477,44.78525],[-93.24592,44.81373],[-93.20054,44.86147]]],"terms_url":"https://gis-hennepin.hub.arcgis.com/","terms_text":"Hennepin County GIS","description":"True color orthoimagery for Hennepin County of the State of Minnesota captured in 2020 Spring","icon":"https://www.hennepin.us/branding-assets/img/h-logo-blue.png"},{"id":"Hennepin_Ortho_2021","name":"Hennepin County Orthoimagery (2021)","type":"wms","template":"https://gis.hennepin.us/arcgis/services/Imagery/UTM_Aerial_2021/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=1&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-03-01T00:00:00.000Z","startDate":"2021-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-93.20054,44.86147],[-93.1781,44.8865],[-93.17243,44.88651],[-93.17245,44.89458],[-93.18381,44.89456],[-93.18382,44.8986],[-93.18951,44.89859],[-93.18952,44.90666],[-93.19521,44.90665],[-93.19534,44.947],[-93.2018,44.94696],[-93.20189,44.95506],[-93.20673,44.95505],[-93.20702,45.03576],[-93.28101,45.03561],[-93.28115,45.06788],[-93.27548,45.06789],[-93.27566,45.10824],[-93.28136,45.10823],[-93.28137,45.10984],[-93.28426,45.10984],[-93.28427,45.11226],[-93.28708,45.11225],[-93.28711,45.11629],[-93.2928,45.11629],[-93.29289,45.13241],[-93.29858,45.1324],[-93.2986,45.13643],[-93.3043,45.13642],[-93.30491,45.14448],[-93.31005,45.14447],[-93.31007,45.14851],[-93.32147,45.14848],[-93.3215,45.15251],[-93.3272,45.1525],[-93.32723,45.15653],[-93.33863,45.1565],[-93.33866,45.16053],[-93.34436,45.16051],[-93.3444,45.16762],[-93.34599,45.16762],[-93.34599,45.16858],[-93.35011,45.16857],[-93.35014,45.1726],[-93.35585,45.17258],[-93.35586,45.17662],[-93.36158,45.17661],[-93.3616,45.18064],[-93.37301,45.18061],[-93.37304,45.18464],[-93.37874,45.18462],[-93.37877,45.18865],[-93.39018,45.18863],[-93.39021,45.19265],[-93.39591,45.19263],[-93.39594,45.19642],[-93.40762,45.1964],[-93.40767,45.20066],[-93.41309,45.20064],[-93.41315,45.20871],[-93.41886,45.20869],[-93.41892,45.21676],[-93.42463,45.21674],[-93.42466,45.22077],[-93.4532,45.22066],[-93.45323,45.2247],[-93.45894,45.22468],[-93.45898,45.22871],[-93.48753,45.22859],[-93.48756,45.23262],[-93.49327,45.2326],[-93.49334,45.24067],[-93.49905,45.24065],[-93.49909,45.24469],[-93.5048,45.24466],[-93.50484,45.24869],[-93.52768,45.24859],[-93.52761,45.24052],[-93.5219,45.24056],[-93.52187,45.23651],[-93.52757,45.23648],[-93.5275,45.22841],[-93.53321,45.22839],[-93.53325,45.23242],[-93.53896,45.2324],[-93.539,45.23643],[-93.54471,45.2364],[-93.54467,45.23237],[-93.55037,45.23234],[-93.55034,45.22831],[-93.56176,45.22825],[-93.56172,45.22422],[-93.57313,45.22417],[-93.5731,45.22012],[-93.59593,45.22001],[-93.59585,45.21194],[-93.60155,45.21191],[-93.6016,45.21594],[-93.61302,45.21588],[-93.61298,45.21185],[-93.64722,45.21166],[-93.64713,45.20359],[-93.65284,45.20355],[-93.65279,45.19952],[-93.6585,45.19949],[-93.65846,45.19545],[-93.66416,45.19542],[-93.66407,45.18735],[-93.65836,45.18739],[-93.65831,45.18335],[-93.65261,45.18338],[-93.65256,45.17935],[-93.64686,45.17938],[-93.64682,45.17535],[-93.64111,45.17538],[-93.64102,45.16731],[-93.64672,45.16728],[-93.64667,45.16324],[-93.65238,45.16321],[-93.65233,45.15917],[-93.65803,45.15914],[-93.65799,45.15511],[-93.6865,45.15494],[-93.68641,45.14687],[-93.69211,45.14683],[-93.69206,45.1428],[-93.69776,45.14276],[-93.69771,45.13873],[-93.70341,45.13869],[-93.70336,45.13466],[-93.70906,45.13462],[-93.70896,45.12655],[-93.71409,45.12652],[-93.71404,45.12245],[-93.72031,45.12241],[-93.72026,45.11841],[-93.72596,45.11838],[-93.72581,45.10627],[-93.7315,45.10623],[-93.7313,45.09009],[-93.73699,45.09006],[-93.73694,45.08602],[-93.74264,45.08599],[-93.74258,45.08195],[-93.75397,45.08188],[-93.75405,45.08591],[-93.76542,45.08584],[-93.7652,45.0697],[-93.7709,45.06966],[-93.76851,44.8903],[-93.60927,44.89126],[-93.60925,44.88905],[-93.52439,44.88947],[-93.52365,44.80364],[-93.43786,44.80979],[-93.34477,44.78525],[-93.24592,44.81373],[-93.20054,44.86147]]],"terms_url":"https://gis-hennepin.hub.arcgis.com/","terms_text":"Hennepin County GIS","description":"True color orthoimagery for Hennepin County of the State of Minnesota captured in 2021 Spring","icon":"https://www.hennepin.us/branding-assets/img/h-logo-blue.png"},{"id":"Hennepin_Ortho_2022","name":"Hennepin County Orthoimagery (2022)","type":"wms","template":"https://gis.hennepin.us/arcgis/services/Imagery/UTM_Aerial_2022/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-03-01T00:00:00.000Z","startDate":"2022-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-93.20054,44.86147],[-93.1781,44.8865],[-93.17243,44.88651],[-93.17245,44.89458],[-93.18381,44.89456],[-93.18382,44.8986],[-93.18951,44.89859],[-93.18952,44.90666],[-93.19521,44.90665],[-93.19534,44.947],[-93.2018,44.94696],[-93.20189,44.95506],[-93.20673,44.95505],[-93.20702,45.03576],[-93.28101,45.03561],[-93.28115,45.06788],[-93.27548,45.06789],[-93.27566,45.10824],[-93.28136,45.10823],[-93.28137,45.10984],[-93.28426,45.10984],[-93.28427,45.11226],[-93.28708,45.11225],[-93.28711,45.11629],[-93.2928,45.11629],[-93.29289,45.13241],[-93.29858,45.1324],[-93.2986,45.13643],[-93.3043,45.13642],[-93.30491,45.14448],[-93.31005,45.14447],[-93.31007,45.14851],[-93.32147,45.14848],[-93.3215,45.15251],[-93.3272,45.1525],[-93.32723,45.15653],[-93.33863,45.1565],[-93.33866,45.16053],[-93.34436,45.16051],[-93.3444,45.16762],[-93.34599,45.16762],[-93.34599,45.16858],[-93.35011,45.16857],[-93.35014,45.1726],[-93.35585,45.17258],[-93.35586,45.17662],[-93.36158,45.17661],[-93.3616,45.18064],[-93.37301,45.18061],[-93.37304,45.18464],[-93.37874,45.18462],[-93.37877,45.18865],[-93.39018,45.18863],[-93.39021,45.19265],[-93.39591,45.19263],[-93.39594,45.19642],[-93.40762,45.1964],[-93.40767,45.20066],[-93.41309,45.20064],[-93.41315,45.20871],[-93.41886,45.20869],[-93.41892,45.21676],[-93.42463,45.21674],[-93.42466,45.22077],[-93.4532,45.22066],[-93.45323,45.2247],[-93.45894,45.22468],[-93.45898,45.22871],[-93.48753,45.22859],[-93.48756,45.23262],[-93.49327,45.2326],[-93.49334,45.24067],[-93.49905,45.24065],[-93.49909,45.24469],[-93.5048,45.24466],[-93.50484,45.24869],[-93.52768,45.24859],[-93.52761,45.24052],[-93.5219,45.24056],[-93.52187,45.23651],[-93.52757,45.23648],[-93.5275,45.22841],[-93.53321,45.22839],[-93.53325,45.23242],[-93.53896,45.2324],[-93.539,45.23643],[-93.54471,45.2364],[-93.54467,45.23237],[-93.55037,45.23234],[-93.55034,45.22831],[-93.56176,45.22825],[-93.56172,45.22422],[-93.57313,45.22417],[-93.5731,45.22012],[-93.59593,45.22001],[-93.59585,45.21194],[-93.60155,45.21191],[-93.6016,45.21594],[-93.61302,45.21588],[-93.61298,45.21185],[-93.64722,45.21166],[-93.64713,45.20359],[-93.65284,45.20355],[-93.65279,45.19952],[-93.6585,45.19949],[-93.65846,45.19545],[-93.66416,45.19542],[-93.66407,45.18735],[-93.65836,45.18739],[-93.65831,45.18335],[-93.65261,45.18338],[-93.65256,45.17935],[-93.64686,45.17938],[-93.64682,45.17535],[-93.64111,45.17538],[-93.64102,45.16731],[-93.64672,45.16728],[-93.64667,45.16324],[-93.65238,45.16321],[-93.65233,45.15917],[-93.65803,45.15914],[-93.65799,45.15511],[-93.6865,45.15494],[-93.68641,45.14687],[-93.69211,45.14683],[-93.69206,45.1428],[-93.69776,45.14276],[-93.69771,45.13873],[-93.70341,45.13869],[-93.70336,45.13466],[-93.70906,45.13462],[-93.70896,45.12655],[-93.71409,45.12652],[-93.71404,45.12245],[-93.72031,45.12241],[-93.72026,45.11841],[-93.72596,45.11838],[-93.72581,45.10627],[-93.7315,45.10623],[-93.7313,45.09009],[-93.73699,45.09006],[-93.73694,45.08602],[-93.74264,45.08599],[-93.74258,45.08195],[-93.75397,45.08188],[-93.75405,45.08591],[-93.76542,45.08584],[-93.7652,45.0697],[-93.7709,45.06966],[-93.76851,44.8903],[-93.60927,44.89126],[-93.60925,44.88905],[-93.52439,44.88947],[-93.52365,44.80364],[-93.43786,44.80979],[-93.34477,44.78525],[-93.24592,44.81373],[-93.20054,44.86147]]],"terms_url":"https://gis-hennepin.hub.arcgis.com/","terms_text":"Hennepin County GIS","description":"True color, leaf-off orthoimagery for Hennepin County of the State of Minnesota captured in 2022 Spring","icon":"https://www.hennepin.us/branding-assets/img/h-logo-blue.png"},{"id":"Hennepin_Ortho_2023","name":"Hennepin County Orthoimagery (2023)","type":"wms","template":"https://gis.hennepin.us/arcgis/services/Imagery/UTM_Aerial_2023/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-03-01T00:00:00.000Z","startDate":"2023-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-93.20054,44.86147],[-93.1781,44.8865],[-93.17243,44.88651],[-93.17245,44.89458],[-93.18381,44.89456],[-93.18382,44.8986],[-93.18951,44.89859],[-93.18952,44.90666],[-93.19521,44.90665],[-93.19534,44.947],[-93.2018,44.94696],[-93.20189,44.95506],[-93.20673,44.95505],[-93.20702,45.03576],[-93.28101,45.03561],[-93.28115,45.06788],[-93.27548,45.06789],[-93.27566,45.10824],[-93.28136,45.10823],[-93.28137,45.10984],[-93.28426,45.10984],[-93.28427,45.11226],[-93.28708,45.11225],[-93.28711,45.11629],[-93.2928,45.11629],[-93.29289,45.13241],[-93.29858,45.1324],[-93.2986,45.13643],[-93.3043,45.13642],[-93.30491,45.14448],[-93.31005,45.14447],[-93.31007,45.14851],[-93.32147,45.14848],[-93.3215,45.15251],[-93.3272,45.1525],[-93.32723,45.15653],[-93.33863,45.1565],[-93.33866,45.16053],[-93.34436,45.16051],[-93.3444,45.16762],[-93.34599,45.16762],[-93.34599,45.16858],[-93.35011,45.16857],[-93.35014,45.1726],[-93.35585,45.17258],[-93.35586,45.17662],[-93.36158,45.17661],[-93.3616,45.18064],[-93.37301,45.18061],[-93.37304,45.18464],[-93.37874,45.18462],[-93.37877,45.18865],[-93.39018,45.18863],[-93.39021,45.19265],[-93.39591,45.19263],[-93.39594,45.19642],[-93.40762,45.1964],[-93.40767,45.20066],[-93.41309,45.20064],[-93.41315,45.20871],[-93.41886,45.20869],[-93.41892,45.21676],[-93.42463,45.21674],[-93.42466,45.22077],[-93.4532,45.22066],[-93.45323,45.2247],[-93.45894,45.22468],[-93.45898,45.22871],[-93.48753,45.22859],[-93.48756,45.23262],[-93.49327,45.2326],[-93.49334,45.24067],[-93.49905,45.24065],[-93.49909,45.24469],[-93.5048,45.24466],[-93.50484,45.24869],[-93.52768,45.24859],[-93.52761,45.24052],[-93.5219,45.24056],[-93.52187,45.23651],[-93.52757,45.23648],[-93.5275,45.22841],[-93.53321,45.22839],[-93.53325,45.23242],[-93.53896,45.2324],[-93.539,45.23643],[-93.54471,45.2364],[-93.54467,45.23237],[-93.55037,45.23234],[-93.55034,45.22831],[-93.56176,45.22825],[-93.56172,45.22422],[-93.57313,45.22417],[-93.5731,45.22012],[-93.59593,45.22001],[-93.59585,45.21194],[-93.60155,45.21191],[-93.6016,45.21594],[-93.61302,45.21588],[-93.61298,45.21185],[-93.64722,45.21166],[-93.64713,45.20359],[-93.65284,45.20355],[-93.65279,45.19952],[-93.6585,45.19949],[-93.65846,45.19545],[-93.66416,45.19542],[-93.66407,45.18735],[-93.65836,45.18739],[-93.65831,45.18335],[-93.65261,45.18338],[-93.65256,45.17935],[-93.64686,45.17938],[-93.64682,45.17535],[-93.64111,45.17538],[-93.64102,45.16731],[-93.64672,45.16728],[-93.64667,45.16324],[-93.65238,45.16321],[-93.65233,45.15917],[-93.65803,45.15914],[-93.65799,45.15511],[-93.6865,45.15494],[-93.68641,45.14687],[-93.69211,45.14683],[-93.69206,45.1428],[-93.69776,45.14276],[-93.69771,45.13873],[-93.70341,45.13869],[-93.70336,45.13466],[-93.70906,45.13462],[-93.70896,45.12655],[-93.71409,45.12652],[-93.71404,45.12245],[-93.72031,45.12241],[-93.72026,45.11841],[-93.72596,45.11838],[-93.72581,45.10627],[-93.7315,45.10623],[-93.7313,45.09009],[-93.73699,45.09006],[-93.73694,45.08602],[-93.74264,45.08599],[-93.74258,45.08195],[-93.75397,45.08188],[-93.75405,45.08591],[-93.76542,45.08584],[-93.7652,45.0697],[-93.7709,45.06966],[-93.76851,44.8903],[-93.60927,44.89126],[-93.60925,44.88905],[-93.52439,44.88947],[-93.52365,44.80364],[-93.43786,44.80979],[-93.34477,44.78525],[-93.24592,44.81373],[-93.20054,44.86147]]],"terms_url":"https://gis-hennepin.hub.arcgis.com/","terms_text":"Hennepin County GIS","description":"True color, leaf-off orthoimagery for Hennepin County of the State of Minnesota captured in 2023 Spring","icon":"https://www.hennepin.us/branding-assets/img/h-logo-blue.png"},{"id":"Hennepin_Ortho_2024","name":"Hennepin County Orthoimagery (2024)","type":"wms","template":"https://gis.hennepin.us/arcgis/services/Imagery/UTM_Aerial_2024/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2024-03-01T00:00:00.000Z","startDate":"2024-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-93.20054,44.86147],[-93.1781,44.8865],[-93.17243,44.88651],[-93.17245,44.89458],[-93.18381,44.89456],[-93.18382,44.8986],[-93.18951,44.89859],[-93.18952,44.90666],[-93.19521,44.90665],[-93.19534,44.947],[-93.2018,44.94696],[-93.20189,44.95506],[-93.20673,44.95505],[-93.20702,45.03576],[-93.28101,45.03561],[-93.28115,45.06788],[-93.27548,45.06789],[-93.27566,45.10824],[-93.28136,45.10823],[-93.28137,45.10984],[-93.28426,45.10984],[-93.28427,45.11226],[-93.28708,45.11225],[-93.28711,45.11629],[-93.2928,45.11629],[-93.29289,45.13241],[-93.29858,45.1324],[-93.2986,45.13643],[-93.3043,45.13642],[-93.30491,45.14448],[-93.31005,45.14447],[-93.31007,45.14851],[-93.32147,45.14848],[-93.3215,45.15251],[-93.3272,45.1525],[-93.32723,45.15653],[-93.33863,45.1565],[-93.33866,45.16053],[-93.34436,45.16051],[-93.3444,45.16762],[-93.34599,45.16762],[-93.34599,45.16858],[-93.35011,45.16857],[-93.35014,45.1726],[-93.35585,45.17258],[-93.35586,45.17662],[-93.36158,45.17661],[-93.3616,45.18064],[-93.37301,45.18061],[-93.37304,45.18464],[-93.37874,45.18462],[-93.37877,45.18865],[-93.39018,45.18863],[-93.39021,45.19265],[-93.39591,45.19263],[-93.39594,45.19642],[-93.40762,45.1964],[-93.40767,45.20066],[-93.41309,45.20064],[-93.41315,45.20871],[-93.41886,45.20869],[-93.41892,45.21676],[-93.42463,45.21674],[-93.42466,45.22077],[-93.4532,45.22066],[-93.45323,45.2247],[-93.45894,45.22468],[-93.45898,45.22871],[-93.48753,45.22859],[-93.48756,45.23262],[-93.49327,45.2326],[-93.49334,45.24067],[-93.49905,45.24065],[-93.49909,45.24469],[-93.5048,45.24466],[-93.50484,45.24869],[-93.52768,45.24859],[-93.52761,45.24052],[-93.5219,45.24056],[-93.52187,45.23651],[-93.52757,45.23648],[-93.5275,45.22841],[-93.53321,45.22839],[-93.53325,45.23242],[-93.53896,45.2324],[-93.539,45.23643],[-93.54471,45.2364],[-93.54467,45.23237],[-93.55037,45.23234],[-93.55034,45.22831],[-93.56176,45.22825],[-93.56172,45.22422],[-93.57313,45.22417],[-93.5731,45.22012],[-93.59593,45.22001],[-93.59585,45.21194],[-93.60155,45.21191],[-93.6016,45.21594],[-93.61302,45.21588],[-93.61298,45.21185],[-93.64722,45.21166],[-93.64713,45.20359],[-93.65284,45.20355],[-93.65279,45.19952],[-93.6585,45.19949],[-93.65846,45.19545],[-93.66416,45.19542],[-93.66407,45.18735],[-93.65836,45.18739],[-93.65831,45.18335],[-93.65261,45.18338],[-93.65256,45.17935],[-93.64686,45.17938],[-93.64682,45.17535],[-93.64111,45.17538],[-93.64102,45.16731],[-93.64672,45.16728],[-93.64667,45.16324],[-93.65238,45.16321],[-93.65233,45.15917],[-93.65803,45.15914],[-93.65799,45.15511],[-93.6865,45.15494],[-93.68641,45.14687],[-93.69211,45.14683],[-93.69206,45.1428],[-93.69776,45.14276],[-93.69771,45.13873],[-93.70341,45.13869],[-93.70336,45.13466],[-93.70906,45.13462],[-93.70896,45.12655],[-93.71409,45.12652],[-93.71404,45.12245],[-93.72031,45.12241],[-93.72026,45.11841],[-93.72596,45.11838],[-93.72581,45.10627],[-93.7315,45.10623],[-93.7313,45.09009],[-93.73699,45.09006],[-93.73694,45.08602],[-93.74264,45.08599],[-93.74258,45.08195],[-93.75397,45.08188],[-93.75405,45.08591],[-93.76542,45.08584],[-93.7652,45.0697],[-93.7709,45.06966],[-93.76851,44.8903],[-93.60927,44.89126],[-93.60925,44.88905],[-93.52439,44.88947],[-93.52365,44.80364],[-93.43786,44.80979],[-93.34477,44.78525],[-93.24592,44.81373],[-93.20054,44.86147]]],"terms_url":"https://gis-hennepin.hub.arcgis.com/","terms_text":"Hennepin County GIS","description":"True color, leaf-off orthoimagery for Hennepin County of the State of Minnesota captured in 2024 Spring","icon":"https://www.hennepin.us/branding-assets/img/h-logo-blue.png"},{"id":"Hessen-ALKIS","name":"Hesse ALKIS","type":"wms","template":"https://www.gds-srv.hessen.de/cgi-bin/lika-services/ogc-free-maps.ows?LAYERS=he_alk&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[16,21],"polygon":[[[9.04158,49.49511],[9.06561,49.52721],[9.10595,49.5076],[9.1341,49.51406],[9.10847,49.55019],[9.10767,49.58467],[9.0699,49.61838],[9.10526,49.64118],[9.11041,49.66074],[9.09359,49.69184],[9.13101,49.69695],[9.15642,49.74379],[9.13204,49.79711],[9.08973,49.80149],[9.09067,49.8485],[9.05617,49.85514],[9.03935,49.89309],[9.03265,49.92487],[9.02269,49.98269],[9.05428,49.98986],[9.03308,50.04016],[9.02484,50.04523],[9.00604,50.04722],[8.98261,50.04402],[8.98827,50.06067],[9.00132,50.06937],[9.00578,50.09856],[9.02312,50.11117],[9.0778,50.11463],[9.11522,50.12498],[9.14749,50.10913],[9.14011,50.0946],[9.15316,50.08568],[9.21598,50.14578],[9.37992,50.11552],[9.40361,50.07918],[9.51897,50.08975],[9.53476,50.15887],[9.50798,50.22788],[9.59063,50.21334],[9.65458,50.22481],[9.6738,50.23996],[9.64943,50.25928],[9.71432,50.28133],[9.75054,50.30842],[9.74796,50.36101],[9.76925,50.41989],[9.86506,50.39054],[9.96288,50.41967],[10.04494,50.48351],[10.0458,50.51648],[10.06554,50.55642],[10.04734,50.61375],[10.09369,50.61985],[10.06004,50.67688],[9.9955,50.67753],[9.9519,50.66927],[9.94125,50.66383],[9.96082,50.64097],[9.9416,50.6303],[9.91276,50.64075],[9.88873,50.64271],[9.88564,50.67057],[9.92615,50.69407],[9.91722,50.70907],[9.93851,50.72276],[9.94572,50.75058],[9.9531,50.77197],[9.95619,50.78239],[9.96714,50.82389],[10.0288,50.82589],[10.06536,50.88874],[10.02485,50.91829],[9.98863,50.92457],[10.00151,50.93355],[10.05266,50.93636],[10.06983,50.94383],[10.04373,50.96891],[10.02399,50.98091],[10.04442,51.01116],[10.1433,50.99237],[10.20081,50.99766],[10.2202,51.02714],[10.15755,51.06923],[10.14999,51.08649],[10.2111,51.11613],[10.21505,51.16363],[10.24595,51.18462],[10.18587,51.20817],[10.14107,51.22151],[10.07378,51.23032],[10.08236,51.24354],[10.06176,51.27921],[10.00374,51.28941],[9.95567,51.3083],[9.94898,51.32948],[9.93318,51.35045],[9.9337,51.37778],[9.93387,51.39235],[9.90624,51.42201],[9.79414,51.40981],[9.78744,51.39305],[9.692,51.36749],[9.73509,51.3186],[9.73148,51.29756],[9.67209,51.31946],[9.58214,51.34359],[9.56806,51.3438],[9.5545,51.35892],[9.56944,51.36085],[9.58059,51.37242],[9.56102,51.37741],[9.58162,51.39797],[9.59338,51.3969],[9.63269,51.40295],[9.64514,51.41725],[9.63183,51.45786],[9.64926,51.4678],[9.58969,51.51911],[9.61561,51.51985],[9.62917,51.54666],[9.65046,51.54922],[9.68702,51.56555],[9.69595,51.57792],[9.64102,51.6178],[9.63261,51.63848],[9.61326,51.63526],[9.56755,51.62697],[9.55484,51.64039],[9.54111,51.64157],[9.52429,51.62803],[9.50523,51.62899],[9.49932,51.65916],[9.4388,51.65169],[9.42404,51.63144],[9.36996,51.62803],[9.33134,51.61471],[9.363,51.58944],[9.31383,51.55242],[9.30406,51.51885],[9.27864,51.51526],[9.22045,51.49229],[9.20843,51.46417],[9.17959,51.46941],[9.14852,51.44331],[9.1408,51.45187],[9.09205,51.44737],[9.09428,51.49592],[9.07883,51.50554],[9.03471,51.50778],[9.02063,51.52092],[8.89441,51.48841],[8.88794,51.48149],[8.89333,51.4683],[8.90854,51.46128],[8.91695,51.42876],[8.94249,51.4274],[8.93532,51.39353],[8.88811,51.39492],[8.85498,51.37917],[8.83644,51.39096],[8.79009,51.3931],[8.73516,51.37489],[8.69997,51.3795],[8.67422,51.3721],[8.60899,51.33211],[8.552,51.27846],[8.58976,51.24655],[8.61191,51.24451],[8.6404,51.26063],[8.71765,51.27094],[8.74924,51.17891],[8.69053,51.1366],[8.69018,51.11161],[8.65101,51.09641],[8.61362,51.10363],[8.54238,51.1087],[8.49775,51.08067],[8.49964,51.07387],[8.52144,51.06395],[8.51269,51.05273],[8.50016,51.04075],[8.52728,51.01689],[8.51149,51.00997],[8.45604,50.96675],[8.4478,50.94069],[8.4514,50.9184],[8.43321,50.91959],[8.38652,50.89264],[8.35939,50.86729],[8.30738,50.86513],[8.29382,50.88441],[8.26996,50.88441],[8.1225,50.78814],[8.13563,50.76187],[8.16207,50.73656],[8.13864,50.6957],[8.13023,50.69787],[8.10843,50.67569],[8.10774,50.65316],[8.13452,50.63074],[8.1225,50.60721],[8.151,50.5973],[8.14739,50.58847],[8.10224,50.53591],[8.0377,50.56143],[7.98088,50.5119],[7.97539,50.48176],[8.00646,50.45477],[7.97419,50.43805],[7.95942,50.40928],[7.99084,50.3967],[8.01439,50.39177],[8.01092,50.3816],[8.06053,50.36704],[8.06929,50.33012],[8.10207,50.32135],[8.10053,50.30831],[8.11684,50.27947],[8.1031,50.26466],[8.06122,50.27793],[8.03272,50.27124],[8.01865,50.25741],[8.04989,50.23304],[8.0286,50.22019],[7.99187,50.2415],[7.90381,50.2024],[7.88168,50.18169],[7.88218,50.16656],[7.92355,50.14171],[7.88664,50.11827],[7.86106,50.13147],[7.84469,50.12599],[7.82021,50.08479],[7.80287,50.08645],[7.76802,50.06579],[7.77154,50.05113],[7.85231,50.00548],[7.86209,49.97794],[7.87805,49.97005],[7.89359,49.96856],[7.96363,49.96972],[7.99393,49.97872],[8.04963,50.00178],[8.08285,50.00493],[8.13151,50.0153],[8.15615,50.02528],[8.18722,50.0325],[8.23846,50.02324],[8.26798,50.00917],[8.28215,49.99422],[8.3236,49.96806],[8.34652,49.91509],[8.33605,49.887],[8.3418,49.87168],[8.35218,49.86322],[8.37853,49.85608],[8.37313,49.82392],[8.41364,49.76996],[8.42866,49.76364],[8.47447,49.75984],[8.45467,49.74623],[8.43424,49.7247],[8.37776,49.70961],[8.35304,49.69595],[8.35115,49.6799],[8.36274,49.66002],[8.37467,49.62967],[8.38568,49.61717],[8.40617,49.6037],[8.41776,49.58312],[8.47097,49.58223],[8.48162,49.57354],[8.52333,49.54816],[8.53071,49.53602],[8.54101,49.52599],[8.57534,49.51496],[8.60882,49.52777],[8.62341,49.54181],[8.60539,49.61093],[8.66856,49.62027],[8.68401,49.55985],[8.70152,49.53412],[8.72692,49.51674],[8.81275,49.5057],[8.83352,49.48853],[8.82511,49.47136],[8.79919,49.41075],[8.80297,49.40103],[8.81876,49.39388],[8.85395,49.39321],[8.95351,49.45462],[8.96021,49.49968],[9.04158,49.49511]]],"terms_url":"https://hvbg.hessen.de","terms_text":"Geobasisdaten @ Hessisches Landesamt für Bodenmanagement und Geoinformation"},{"id":"Hessen-DOP20","name":"Hesse DOP20","type":"wms","template":"https://www.gds-srv.hessen.de/cgi-bin/lika-services/ogc-free-images.ows?LAYERS=he_dop20_rgb&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[16,19],"polygon":[[[9.04158,49.49511],[9.06561,49.52721],[9.10595,49.5076],[9.1341,49.51406],[9.10847,49.55019],[9.10767,49.58467],[9.0699,49.61838],[9.10526,49.64118],[9.11041,49.66074],[9.09359,49.69184],[9.13101,49.69695],[9.15642,49.74379],[9.13204,49.79711],[9.08973,49.80149],[9.09067,49.8485],[9.05617,49.85514],[9.03935,49.89309],[9.03265,49.92487],[9.02269,49.98269],[9.05428,49.98986],[9.03308,50.04016],[9.02484,50.04523],[9.00604,50.04722],[8.98261,50.04402],[8.98827,50.06067],[9.00132,50.06937],[9.00578,50.09856],[9.02312,50.11117],[9.0778,50.11463],[9.11522,50.12498],[9.14749,50.10913],[9.14011,50.0946],[9.15316,50.08568],[9.21598,50.14578],[9.37992,50.11552],[9.40361,50.07918],[9.51897,50.08975],[9.53476,50.15887],[9.50798,50.22788],[9.59063,50.21334],[9.65458,50.22481],[9.6738,50.23996],[9.64943,50.25928],[9.71432,50.28133],[9.75054,50.30842],[9.74796,50.36101],[9.76925,50.41989],[9.86506,50.39054],[9.96288,50.41967],[10.04494,50.48351],[10.0458,50.51648],[10.06554,50.55642],[10.04734,50.61375],[10.09369,50.61985],[10.06004,50.67688],[9.9955,50.67753],[9.9519,50.66927],[9.94125,50.66383],[9.96082,50.64097],[9.9416,50.6303],[9.91276,50.64075],[9.88873,50.64271],[9.88564,50.67057],[9.92615,50.69407],[9.91722,50.70907],[9.93851,50.72276],[9.94572,50.75058],[9.9531,50.77197],[9.95619,50.78239],[9.96714,50.82389],[10.0288,50.82589],[10.06536,50.88874],[10.02485,50.91829],[9.98863,50.92457],[10.00151,50.93355],[10.05266,50.93636],[10.06983,50.94383],[10.04373,50.96891],[10.02399,50.98091],[10.04442,51.01116],[10.1433,50.99237],[10.20081,50.99766],[10.2202,51.02714],[10.15755,51.06923],[10.14999,51.08649],[10.2111,51.11613],[10.21505,51.16363],[10.24595,51.18462],[10.18587,51.20817],[10.14107,51.22151],[10.07378,51.23032],[10.08236,51.24354],[10.06176,51.27921],[10.00374,51.28941],[9.95567,51.3083],[9.94898,51.32948],[9.93318,51.35045],[9.9337,51.37778],[9.93387,51.39235],[9.90624,51.42201],[9.79414,51.40981],[9.78744,51.39305],[9.692,51.36749],[9.73509,51.3186],[9.73148,51.29756],[9.67209,51.31946],[9.58214,51.34359],[9.56806,51.3438],[9.5545,51.35892],[9.56944,51.36085],[9.58059,51.37242],[9.56102,51.37741],[9.58162,51.39797],[9.59338,51.3969],[9.63269,51.40295],[9.64514,51.41725],[9.63183,51.45786],[9.64926,51.4678],[9.58969,51.51911],[9.61561,51.51985],[9.62917,51.54666],[9.65046,51.54922],[9.68702,51.56555],[9.69595,51.57792],[9.64102,51.6178],[9.63261,51.63848],[9.61326,51.63526],[9.56755,51.62697],[9.55484,51.64039],[9.54111,51.64157],[9.52429,51.62803],[9.50523,51.62899],[9.49932,51.65916],[9.4388,51.65169],[9.42404,51.63144],[9.36996,51.62803],[9.33134,51.61471],[9.363,51.58944],[9.31383,51.55242],[9.30406,51.51885],[9.27864,51.51526],[9.22045,51.49229],[9.20843,51.46417],[9.17959,51.46941],[9.14852,51.44331],[9.1408,51.45187],[9.09205,51.44737],[9.09428,51.49592],[9.07883,51.50554],[9.03471,51.50778],[9.02063,51.52092],[8.89441,51.48841],[8.88794,51.48149],[8.89333,51.4683],[8.90854,51.46128],[8.91695,51.42876],[8.94249,51.4274],[8.93532,51.39353],[8.88811,51.39492],[8.85498,51.37917],[8.83644,51.39096],[8.79009,51.3931],[8.73516,51.37489],[8.69997,51.3795],[8.67422,51.3721],[8.60899,51.33211],[8.552,51.27846],[8.58976,51.24655],[8.61191,51.24451],[8.6404,51.26063],[8.71765,51.27094],[8.74924,51.17891],[8.69053,51.1366],[8.69018,51.11161],[8.65101,51.09641],[8.61362,51.10363],[8.54238,51.1087],[8.49775,51.08067],[8.49964,51.07387],[8.52144,51.06395],[8.51269,51.05273],[8.50016,51.04075],[8.52728,51.01689],[8.51149,51.00997],[8.45604,50.96675],[8.4478,50.94069],[8.4514,50.9184],[8.43321,50.91959],[8.38652,50.89264],[8.35939,50.86729],[8.30738,50.86513],[8.29382,50.88441],[8.26996,50.88441],[8.1225,50.78814],[8.13563,50.76187],[8.16207,50.73656],[8.13864,50.6957],[8.13023,50.69787],[8.10843,50.67569],[8.10774,50.65316],[8.13452,50.63074],[8.1225,50.60721],[8.151,50.5973],[8.14739,50.58847],[8.10224,50.53591],[8.0377,50.56143],[7.98088,50.5119],[7.97539,50.48176],[8.00646,50.45477],[7.97419,50.43805],[7.95942,50.40928],[7.99084,50.3967],[8.01439,50.39177],[8.01092,50.3816],[8.06053,50.36704],[8.06929,50.33012],[8.10207,50.32135],[8.10053,50.30831],[8.11684,50.27947],[8.1031,50.26466],[8.06122,50.27793],[8.03272,50.27124],[8.01865,50.25741],[8.04989,50.23304],[8.0286,50.22019],[7.99187,50.2415],[7.90381,50.2024],[7.88168,50.18169],[7.88218,50.16656],[7.92355,50.14171],[7.88664,50.11827],[7.86106,50.13147],[7.84469,50.12599],[7.82021,50.08479],[7.80287,50.08645],[7.76802,50.06579],[7.77154,50.05113],[7.85231,50.00548],[7.86209,49.97794],[7.87805,49.97005],[7.89359,49.96856],[7.96363,49.96972],[7.99393,49.97872],[8.04963,50.00178],[8.08285,50.00493],[8.13151,50.0153],[8.15615,50.02528],[8.18722,50.0325],[8.23846,50.02324],[8.26798,50.00917],[8.28215,49.99422],[8.3236,49.96806],[8.34652,49.91509],[8.33605,49.887],[8.3418,49.87168],[8.35218,49.86322],[8.37853,49.85608],[8.37313,49.82392],[8.41364,49.76996],[8.42866,49.76364],[8.47447,49.75984],[8.45467,49.74623],[8.43424,49.7247],[8.37776,49.70961],[8.35304,49.69595],[8.35115,49.6799],[8.36274,49.66002],[8.37467,49.62967],[8.38568,49.61717],[8.40617,49.6037],[8.41776,49.58312],[8.47097,49.58223],[8.48162,49.57354],[8.52333,49.54816],[8.53071,49.53602],[8.54101,49.52599],[8.57534,49.51496],[8.60882,49.52777],[8.62341,49.54181],[8.60539,49.61093],[8.66856,49.62027],[8.68401,49.55985],[8.70152,49.53412],[8.72692,49.51674],[8.81275,49.5057],[8.83352,49.48853],[8.82511,49.47136],[8.79919,49.41075],[8.80297,49.40103],[8.81876,49.39388],[8.85395,49.39321],[8.95351,49.45462],[8.96021,49.49968],[9.04158,49.49511]]],"terms_url":"https://hvbg.hessen.de","terms_text":"Geobasisdaten © Hessische Verwaltung für Bodenmanagement und Geoinformation: Digitale Orthophotos","best":true},{"id":"Hessen-DTK","name":"Hesse DTK","type":"wms","template":"https://www.gds-srv.hessen.de/cgi-bin/lika-services/ogc-free-maps.ows?LAYERS=he_dtk&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[16,19],"polygon":[[[9.04158,49.49511],[9.06561,49.52721],[9.10595,49.5076],[9.1341,49.51406],[9.10847,49.55019],[9.10767,49.58467],[9.0699,49.61838],[9.10526,49.64118],[9.11041,49.66074],[9.09359,49.69184],[9.13101,49.69695],[9.15642,49.74379],[9.13204,49.79711],[9.08973,49.80149],[9.09067,49.8485],[9.05617,49.85514],[9.03935,49.89309],[9.03265,49.92487],[9.02269,49.98269],[9.05428,49.98986],[9.03308,50.04016],[9.02484,50.04523],[9.00604,50.04722],[8.98261,50.04402],[8.98827,50.06067],[9.00132,50.06937],[9.00578,50.09856],[9.02312,50.11117],[9.0778,50.11463],[9.11522,50.12498],[9.14749,50.10913],[9.14011,50.0946],[9.15316,50.08568],[9.21598,50.14578],[9.37992,50.11552],[9.40361,50.07918],[9.51897,50.08975],[9.53476,50.15887],[9.50798,50.22788],[9.59063,50.21334],[9.65458,50.22481],[9.6738,50.23996],[9.64943,50.25928],[9.71432,50.28133],[9.75054,50.30842],[9.74796,50.36101],[9.76925,50.41989],[9.86506,50.39054],[9.96288,50.41967],[10.04494,50.48351],[10.0458,50.51648],[10.06554,50.55642],[10.04734,50.61375],[10.09369,50.61985],[10.06004,50.67688],[9.9955,50.67753],[9.9519,50.66927],[9.94125,50.66383],[9.96082,50.64097],[9.9416,50.6303],[9.91276,50.64075],[9.88873,50.64271],[9.88564,50.67057],[9.92615,50.69407],[9.91722,50.70907],[9.93851,50.72276],[9.94572,50.75058],[9.9531,50.77197],[9.95619,50.78239],[9.96714,50.82389],[10.0288,50.82589],[10.06536,50.88874],[10.02485,50.91829],[9.98863,50.92457],[10.00151,50.93355],[10.05266,50.93636],[10.06983,50.94383],[10.04373,50.96891],[10.02399,50.98091],[10.04442,51.01116],[10.1433,50.99237],[10.20081,50.99766],[10.2202,51.02714],[10.15755,51.06923],[10.14999,51.08649],[10.2111,51.11613],[10.21505,51.16363],[10.24595,51.18462],[10.18587,51.20817],[10.14107,51.22151],[10.07378,51.23032],[10.08236,51.24354],[10.06176,51.27921],[10.00374,51.28941],[9.95567,51.3083],[9.94898,51.32948],[9.93318,51.35045],[9.9337,51.37778],[9.93387,51.39235],[9.90624,51.42201],[9.79414,51.40981],[9.78744,51.39305],[9.692,51.36749],[9.73509,51.3186],[9.73148,51.29756],[9.67209,51.31946],[9.58214,51.34359],[9.56806,51.3438],[9.5545,51.35892],[9.56944,51.36085],[9.58059,51.37242],[9.56102,51.37741],[9.58162,51.39797],[9.59338,51.3969],[9.63269,51.40295],[9.64514,51.41725],[9.63183,51.45786],[9.64926,51.4678],[9.58969,51.51911],[9.61561,51.51985],[9.62917,51.54666],[9.65046,51.54922],[9.68702,51.56555],[9.69595,51.57792],[9.64102,51.6178],[9.63261,51.63848],[9.61326,51.63526],[9.56755,51.62697],[9.55484,51.64039],[9.54111,51.64157],[9.52429,51.62803],[9.50523,51.62899],[9.49932,51.65916],[9.4388,51.65169],[9.42404,51.63144],[9.36996,51.62803],[9.33134,51.61471],[9.363,51.58944],[9.31383,51.55242],[9.30406,51.51885],[9.27864,51.51526],[9.22045,51.49229],[9.20843,51.46417],[9.17959,51.46941],[9.14852,51.44331],[9.1408,51.45187],[9.09205,51.44737],[9.09428,51.49592],[9.07883,51.50554],[9.03471,51.50778],[9.02063,51.52092],[8.89441,51.48841],[8.88794,51.48149],[8.89333,51.4683],[8.90854,51.46128],[8.91695,51.42876],[8.94249,51.4274],[8.93532,51.39353],[8.88811,51.39492],[8.85498,51.37917],[8.83644,51.39096],[8.79009,51.3931],[8.73516,51.37489],[8.69997,51.3795],[8.67422,51.3721],[8.60899,51.33211],[8.552,51.27846],[8.58976,51.24655],[8.61191,51.24451],[8.6404,51.26063],[8.71765,51.27094],[8.74924,51.17891],[8.69053,51.1366],[8.69018,51.11161],[8.65101,51.09641],[8.61362,51.10363],[8.54238,51.1087],[8.49775,51.08067],[8.49964,51.07387],[8.52144,51.06395],[8.51269,51.05273],[8.50016,51.04075],[8.52728,51.01689],[8.51149,51.00997],[8.45604,50.96675],[8.4478,50.94069],[8.4514,50.9184],[8.43321,50.91959],[8.38652,50.89264],[8.35939,50.86729],[8.30738,50.86513],[8.29382,50.88441],[8.26996,50.88441],[8.1225,50.78814],[8.13563,50.76187],[8.16207,50.73656],[8.13864,50.6957],[8.13023,50.69787],[8.10843,50.67569],[8.10774,50.65316],[8.13452,50.63074],[8.1225,50.60721],[8.151,50.5973],[8.14739,50.58847],[8.10224,50.53591],[8.0377,50.56143],[7.98088,50.5119],[7.97539,50.48176],[8.00646,50.45477],[7.97419,50.43805],[7.95942,50.40928],[7.99084,50.3967],[8.01439,50.39177],[8.01092,50.3816],[8.06053,50.36704],[8.06929,50.33012],[8.10207,50.32135],[8.10053,50.30831],[8.11684,50.27947],[8.1031,50.26466],[8.06122,50.27793],[8.03272,50.27124],[8.01865,50.25741],[8.04989,50.23304],[8.0286,50.22019],[7.99187,50.2415],[7.90381,50.2024],[7.88168,50.18169],[7.88218,50.16656],[7.92355,50.14171],[7.88664,50.11827],[7.86106,50.13147],[7.84469,50.12599],[7.82021,50.08479],[7.80287,50.08645],[7.76802,50.06579],[7.77154,50.05113],[7.85231,50.00548],[7.86209,49.97794],[7.87805,49.97005],[7.89359,49.96856],[7.96363,49.96972],[7.99393,49.97872],[8.04963,50.00178],[8.08285,50.00493],[8.13151,50.0153],[8.15615,50.02528],[8.18722,50.0325],[8.23846,50.02324],[8.26798,50.00917],[8.28215,49.99422],[8.3236,49.96806],[8.34652,49.91509],[8.33605,49.887],[8.3418,49.87168],[8.35218,49.86322],[8.37853,49.85608],[8.37313,49.82392],[8.41364,49.76996],[8.42866,49.76364],[8.47447,49.75984],[8.45467,49.74623],[8.43424,49.7247],[8.37776,49.70961],[8.35304,49.69595],[8.35115,49.6799],[8.36274,49.66002],[8.37467,49.62967],[8.38568,49.61717],[8.40617,49.6037],[8.41776,49.58312],[8.47097,49.58223],[8.48162,49.57354],[8.52333,49.54816],[8.53071,49.53602],[8.54101,49.52599],[8.57534,49.51496],[8.60882,49.52777],[8.62341,49.54181],[8.60539,49.61093],[8.66856,49.62027],[8.68401,49.55985],[8.70152,49.53412],[8.72692,49.51674],[8.81275,49.5057],[8.83352,49.48853],[8.82511,49.47136],[8.79919,49.41075],[8.80297,49.40103],[8.81876,49.39388],[8.85395,49.39321],[8.95351,49.45462],[8.96021,49.49968],[9.04158,49.49511]]],"terms_url":"https://hvbg.hessen.de","terms_text":"Geobasisdaten @ Hessisches Landesamt für Bodenmanagement und Geoinformation"},{"id":"Hessen-WebAtlas","name":"Hesse WebAtlas","type":"wms","template":"https://www.gds-srv.hessen.de/cgi-bin/lika-services/ogc-free-maps.ows?LAYERS=he_pg&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[13,19],"polygon":[[[9.04158,49.49511],[9.06561,49.52721],[9.10595,49.5076],[9.1341,49.51406],[9.10847,49.55019],[9.10767,49.58467],[9.0699,49.61838],[9.10526,49.64118],[9.11041,49.66074],[9.09359,49.69184],[9.13101,49.69695],[9.15642,49.74379],[9.13204,49.79711],[9.08973,49.80149],[9.09067,49.8485],[9.05617,49.85514],[9.03935,49.89309],[9.03265,49.92487],[9.02269,49.98269],[9.05428,49.98986],[9.03308,50.04016],[9.02484,50.04523],[9.00604,50.04722],[8.98261,50.04402],[8.98827,50.06067],[9.00132,50.06937],[9.00578,50.09856],[9.02312,50.11117],[9.0778,50.11463],[9.11522,50.12498],[9.14749,50.10913],[9.14011,50.0946],[9.15316,50.08568],[9.21598,50.14578],[9.37992,50.11552],[9.40361,50.07918],[9.51897,50.08975],[9.53476,50.15887],[9.50798,50.22788],[9.59063,50.21334],[9.65458,50.22481],[9.6738,50.23996],[9.64943,50.25928],[9.71432,50.28133],[9.75054,50.30842],[9.74796,50.36101],[9.76925,50.41989],[9.86506,50.39054],[9.96288,50.41967],[10.04494,50.48351],[10.0458,50.51648],[10.06554,50.55642],[10.04734,50.61375],[10.09369,50.61985],[10.06004,50.67688],[9.9955,50.67753],[9.9519,50.66927],[9.94125,50.66383],[9.96082,50.64097],[9.9416,50.6303],[9.91276,50.64075],[9.88873,50.64271],[9.88564,50.67057],[9.92615,50.69407],[9.91722,50.70907],[9.93851,50.72276],[9.94572,50.75058],[9.9531,50.77197],[9.95619,50.78239],[9.96714,50.82389],[10.0288,50.82589],[10.06536,50.88874],[10.02485,50.91829],[9.98863,50.92457],[10.00151,50.93355],[10.05266,50.93636],[10.06983,50.94383],[10.04373,50.96891],[10.02399,50.98091],[10.04442,51.01116],[10.1433,50.99237],[10.20081,50.99766],[10.2202,51.02714],[10.15755,51.06923],[10.14999,51.08649],[10.2111,51.11613],[10.21505,51.16363],[10.24595,51.18462],[10.18587,51.20817],[10.14107,51.22151],[10.07378,51.23032],[10.08236,51.24354],[10.06176,51.27921],[10.00374,51.28941],[9.95567,51.3083],[9.94898,51.32948],[9.93318,51.35045],[9.9337,51.37778],[9.93387,51.39235],[9.90624,51.42201],[9.79414,51.40981],[9.78744,51.39305],[9.692,51.36749],[9.73509,51.3186],[9.73148,51.29756],[9.67209,51.31946],[9.58214,51.34359],[9.56806,51.3438],[9.5545,51.35892],[9.56944,51.36085],[9.58059,51.37242],[9.56102,51.37741],[9.58162,51.39797],[9.59338,51.3969],[9.63269,51.40295],[9.64514,51.41725],[9.63183,51.45786],[9.64926,51.4678],[9.58969,51.51911],[9.61561,51.51985],[9.62917,51.54666],[9.65046,51.54922],[9.68702,51.56555],[9.69595,51.57792],[9.64102,51.6178],[9.63261,51.63848],[9.61326,51.63526],[9.56755,51.62697],[9.55484,51.64039],[9.54111,51.64157],[9.52429,51.62803],[9.50523,51.62899],[9.49932,51.65916],[9.4388,51.65169],[9.42404,51.63144],[9.36996,51.62803],[9.33134,51.61471],[9.363,51.58944],[9.31383,51.55242],[9.30406,51.51885],[9.27864,51.51526],[9.22045,51.49229],[9.20843,51.46417],[9.17959,51.46941],[9.14852,51.44331],[9.1408,51.45187],[9.09205,51.44737],[9.09428,51.49592],[9.07883,51.50554],[9.03471,51.50778],[9.02063,51.52092],[8.89441,51.48841],[8.88794,51.48149],[8.89333,51.4683],[8.90854,51.46128],[8.91695,51.42876],[8.94249,51.4274],[8.93532,51.39353],[8.88811,51.39492],[8.85498,51.37917],[8.83644,51.39096],[8.79009,51.3931],[8.73516,51.37489],[8.69997,51.3795],[8.67422,51.3721],[8.60899,51.33211],[8.552,51.27846],[8.58976,51.24655],[8.61191,51.24451],[8.6404,51.26063],[8.71765,51.27094],[8.74924,51.17891],[8.69053,51.1366],[8.69018,51.11161],[8.65101,51.09641],[8.61362,51.10363],[8.54238,51.1087],[8.49775,51.08067],[8.49964,51.07387],[8.52144,51.06395],[8.51269,51.05273],[8.50016,51.04075],[8.52728,51.01689],[8.51149,51.00997],[8.45604,50.96675],[8.4478,50.94069],[8.4514,50.9184],[8.43321,50.91959],[8.38652,50.89264],[8.35939,50.86729],[8.30738,50.86513],[8.29382,50.88441],[8.26996,50.88441],[8.1225,50.78814],[8.13563,50.76187],[8.16207,50.73656],[8.13864,50.6957],[8.13023,50.69787],[8.10843,50.67569],[8.10774,50.65316],[8.13452,50.63074],[8.1225,50.60721],[8.151,50.5973],[8.14739,50.58847],[8.10224,50.53591],[8.0377,50.56143],[7.98088,50.5119],[7.97539,50.48176],[8.00646,50.45477],[7.97419,50.43805],[7.95942,50.40928],[7.99084,50.3967],[8.01439,50.39177],[8.01092,50.3816],[8.06053,50.36704],[8.06929,50.33012],[8.10207,50.32135],[8.10053,50.30831],[8.11684,50.27947],[8.1031,50.26466],[8.06122,50.27793],[8.03272,50.27124],[8.01865,50.25741],[8.04989,50.23304],[8.0286,50.22019],[7.99187,50.2415],[7.90381,50.2024],[7.88168,50.18169],[7.88218,50.16656],[7.92355,50.14171],[7.88664,50.11827],[7.86106,50.13147],[7.84469,50.12599],[7.82021,50.08479],[7.80287,50.08645],[7.76802,50.06579],[7.77154,50.05113],[7.85231,50.00548],[7.86209,49.97794],[7.87805,49.97005],[7.89359,49.96856],[7.96363,49.96972],[7.99393,49.97872],[8.04963,50.00178],[8.08285,50.00493],[8.13151,50.0153],[8.15615,50.02528],[8.18722,50.0325],[8.23846,50.02324],[8.26798,50.00917],[8.28215,49.99422],[8.3236,49.96806],[8.34652,49.91509],[8.33605,49.887],[8.3418,49.87168],[8.35218,49.86322],[8.37853,49.85608],[8.37313,49.82392],[8.41364,49.76996],[8.42866,49.76364],[8.47447,49.75984],[8.45467,49.74623],[8.43424,49.7247],[8.37776,49.70961],[8.35304,49.69595],[8.35115,49.6799],[8.36274,49.66002],[8.37467,49.62967],[8.38568,49.61717],[8.40617,49.6037],[8.41776,49.58312],[8.47097,49.58223],[8.48162,49.57354],[8.52333,49.54816],[8.53071,49.53602],[8.54101,49.52599],[8.57534,49.51496],[8.60882,49.52777],[8.62341,49.54181],[8.60539,49.61093],[8.66856,49.62027],[8.68401,49.55985],[8.70152,49.53412],[8.72692,49.51674],[8.81275,49.5057],[8.83352,49.48853],[8.82511,49.47136],[8.79919,49.41075],[8.80297,49.40103],[8.81876,49.39388],[8.85395,49.39321],[8.95351,49.45462],[8.96021,49.49968],[9.04158,49.49511]]],"terms_url":"https://hvbg.hessen.de","terms_text":"Geobasisdaten @ Hessisches Landesamt für Bodenmanagement und Geoinformation"},{"id":"Hillsborough_Ortho_2023","name":"Hillsborough County Orthoimagery (2023)","type":"wms","template":"https://maps.hillsboroughcounty.org/arcgis/rest/services/Aerials/HC_Aerials_2023_WGS/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-06T00:00:00.000Z","startDate":"2022-11-02T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-82.55954,27.63385],[-82.04994,27.63497],[-82.05019,28.1851],[-82.65551,28.18354],[-82.65442,28.00476],[-82.56569,27.83786],[-82.68225,27.60902],[-82.77556,27.60757],[-82.77524,27.56407],[-82.55954,27.63385]]],"terms_url":"https://www.hillsboroughcounty.org/en/about-hillsborough/open-data/geospatial-services","terms_text":"Hillsborough County Zoning Information & Counseling","description":"The 2023 orthoimagery for Hillsborough County of the State of Florida","icon":"https://www.hillsboroughcounty.org/library/hillsborough/system/logos/hc-logo-horizontal-rgb_drkbgrd.png"},{"id":"hu-hillshade","name":"Hillshade Hungary","type":"tms","template":"https://{switch:a,b,c}.map.turistautak.hu/tiles/shading/{zoom}/{x}/{y}.png","category":"elevation","zoomExtent":[0,18],"polygon":[[[15,45],[24,45],[24,49],[15,49],[15,45]]],"terms_text":"SRTM","overlay":true},{"id":"IBGE_BC250_Aglomerado_Rural","name":"IBGE BC250 - Aglomerado Rural Isolado","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=CCAR:BC250_2021_Aglomerado_Rural_Isolado_P&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"IBGE_BC250_Gerador_Eletrica","name":"IBGE BC250 - Estações Geradoras de Energia Elétrica","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_2021_Est_Gerad_Energia_Eletrica_P&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE","category":"other","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"IBGE_BC250_Municipio","name":"IBGE BC250 - Municípios","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_2021_Municipio_A&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE","category":"other","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"IBGE_BC250_Pista_Pouso","name":"IBGE BC250 - Pista de Pouso","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=CCAR:BC250_2021_Pista_Ponto_Pouso_L&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"IBGE_BC250_Rios_Drenagem","name":"IBGE BC250 - Rios Drenagem","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=CCAR:BC250_2021_Trecho_Drenagem_L&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"IBGE_BC250_Terra_Indegina","name":"IBGE BC250 - Terra Indígena","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=CCAR:BC250_2019_Terra_Indigena_A&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"IBGE_BC250_Rodoviario","name":"IBGE BC250 - Trecho Rodoviário","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=CCAR:BC250_2021_Trecho_Rodoviario_L&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"IBGE_BC250_Uso_Sustentavel","name":"IBGE BC250 - Unidade de Uso Sustentável - APA","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=CCAR:BC250_2019_Unidade_Uso_Sustentavel_A&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"IBGE_BC250_Villa","name":"IBGE BC250 - Vila","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=CCAR:BC250_2021_Vila_P&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"ICGC-orto25c","name":"ICGC - Ortofoto de Catalunya 1:2.500 vigent","type":"wms","template":"https://geoserveis.icgc.cat/icc_mapesbase/wms/service?LAYERS=orto25c&STYLES=&SRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[0.64816,42.69653],[0.65695,42.68887],[0.69162,42.65037],[0.69591,42.62714],[0.70707,42.61918],[0.75806,42.6044],[0.74552,42.55751],[0.71686,42.52513],[0.68699,42.48716],[0.70896,42.43106],[0.72235,42.40381],[0.7172,42.3673],[0.74123,42.32403],[0.73334,42.25559],[0.71154,42.2247],[0.69076,42.15144],[0.68956,42.10102],[0.67789,42.08905],[0.64613,42.02532],[0.58416,41.96766],[0.55344,41.93383],[0.59137,41.92157],[0.59052,41.8826],[0.54932,41.85038],[0.48237,41.80306],[0.47069,41.78872],[0.39705,41.75864],[0.36547,41.72405],[0.32804,41.68817],[0.32375,41.67484],[0.32427,41.6597],[0.34727,41.59606],[0.42108,41.58823],[0.42727,41.56357],[0.44083,41.54507],[0.39482,41.49238],[0.3471,41.48942],[0.33611,41.48235],[0.33955,41.46666],[0.34332,41.43063],[0.33783,41.41351],[0.315,41.39561],[0.35912,41.36702],[0.36976,41.35169],[0.34367,41.33145],[0.34882,41.32204],[0.36238,41.30193],[0.38195,41.27794],[0.37113,41.26181],[0.37079,41.24322],[0.3186,41.22722],[0.29526,41.16392],[0.25062,41.15307],[0.20393,41.13549],[0.19844,41.12644],[0.19895,41.0831],[0.21595,41.0422],[0.23226,41.03171],[0.25801,41.00983],[0.2817,40.96823],[0.28062,40.95514],[0.2738,40.95064],[0.26994,40.9448],[0.2453,40.90923],[0.23603,40.88263],[0.25114,40.87329],[0.24805,40.85563],[0.25715,40.83693],[0.27088,40.82199],[0.23191,40.78691],[0.15638,40.75142],[0.16583,40.72918],[0.23912,40.6973],[0.2829,40.68624],[0.2647,40.65942],[0.2611,40.64457],[0.27826,40.62281],[0.32959,40.60705],[0.39722,40.60001],[0.40203,40.59349],[0.4331,40.57498],[0.4319,40.56546],[0.43499,40.5457],[0.47713,40.53024],[0.61077,40.49239],[0.9391,40.68471],[1.0446,40.98465],[2.12562,41.2353],[2.77469,41.57929],[3.24367,41.88469],[3.33097,42.21861],[3.33679,42.35709],[3.2004,42.35694],[3.17629,42.43562],[3.1684,42.43587],[3.16338,42.43654],[3.16003,42.43565],[3.15771,42.43473],[3.15359,42.4359],[3.13746,42.43777],[3.12355,42.43967],[3.10844,42.43739],[3.09746,42.42827],[3.08266,42.43083],[3.05489,42.45361],[3.04032,42.47583],[3.03034,42.47666],[3.01266,42.46969],[3.00133,42.47412],[2.99075,42.47493],[2.97185,42.47084],[2.9451,42.48326],[2.92975,42.47539],[2.91927,42.45893],[2.90279,42.46045],[2.86983,42.46881],[2.86417,42.46678],[2.85799,42.45677],[2.83795,42.46027],[2.78558,42.41971],[2.77492,42.41456],[2.75448,42.42688],[2.72452,42.42495],[2.67123,42.40522],[2.66796,42.38746],[2.65234,42.39037],[2.64955,42.38615],[2.67036,42.34231],[2.65024,42.34572],[2.57653,42.35984],[2.55377,42.3554],[2.54002,42.33469],[2.50059,42.34459],[2.48342,42.34357],[2.47476,42.35113],[2.46708,42.36169],[2.44169,42.37868],[2.43502,42.39494],[2.38122,42.40277],[2.34538,42.41715],[2.31326,42.42901],[2.25416,42.43992],[2.24505,42.431],[2.21325,42.4249],[2.16755,42.42649],[2.12356,42.41409],[2.10818,42.38265],[2.09035,42.37576],[2.05488,42.35935],[1.99787,42.35982],[1.98035,42.3715],[1.96538,42.38767],[1.95923,42.42428],[1.93604,42.4559],[1.89149,42.45025],[1.88309,42.45999],[1.82417,42.48769],[1.80488,42.491],[1.76206,42.49093],[1.72574,42.50555],[1.70449,42.49191],[1.66786,42.50716],[1.66159,42.49384],[1.65638,42.4698],[1.59656,42.46894],[1.57428,42.45577],[1.56308,42.46173],[1.55837,42.45864],[1.54851,42.43528],[1.51174,42.43142],[1.45,42.44011],[1.44839,42.46045],[1.44359,42.46475],[1.44367,42.4721],[1.4319,42.48901],[1.47071,42.50969],[1.45517,42.53171],[1.45264,42.53954],[1.44024,42.54581],[1.42179,42.54005],[1.42075,42.54783],[1.42822,42.55713],[1.44599,42.568],[1.4441,42.60366],[1.43097,42.61981],[1.41361,42.65762],[1.38789,42.69026],[1.35766,42.72167],[1.3298,42.72572],[1.30787,42.71996],[1.25903,42.72145],[1.23098,42.72999],[1.16532,42.71061],[1.13284,42.74064],[1.13511,42.75069],[1.11373,42.77002],[1.07988,42.78936],[1.01816,42.78832],[0.9601,42.80707],[0.92171,42.79588],[0.90714,42.80513],[0.84959,42.83009],[0.832,42.82956],[0.80944,42.84145],[0.79771,42.84186],[0.78278,42.83796],[0.71465,42.8632],[0.67635,42.85575],[0.65626,42.83846],[0.66369,42.80408],[0.64528,42.78633],[0.64236,42.7823],[0.65798,42.77209],[0.63843,42.75414],[0.67514,42.72545],[0.66553,42.72041],[0.67789,42.70742],[0.66925,42.69249],[0.64816,42.69653]]],"terms_text":"Institut Cartogràfic i Geològic de Catalunya","best":true},{"id":"ICGC-ortofoto_color_provisional","name":"ICGC - Ortofoto de Catalunya Provisional","type":"wms","template":"http://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?LAYERS=ortofoto_color_provisional&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[0.64816,42.69653],[0.65695,42.68887],[0.69162,42.65037],[0.69591,42.62714],[0.70707,42.61918],[0.75806,42.6044],[0.74552,42.55751],[0.71686,42.52513],[0.68699,42.48716],[0.70896,42.43106],[0.72235,42.40381],[0.7172,42.3673],[0.74123,42.32403],[0.73334,42.25559],[0.71154,42.2247],[0.69076,42.15144],[0.68956,42.10102],[0.67789,42.08905],[0.64613,42.02532],[0.58416,41.96766],[0.55344,41.93383],[0.59137,41.92157],[0.59052,41.8826],[0.54932,41.85038],[0.48237,41.80306],[0.47069,41.78872],[0.39705,41.75864],[0.36547,41.72405],[0.32804,41.68817],[0.32375,41.67484],[0.32427,41.6597],[0.34727,41.59606],[0.42108,41.58823],[0.42727,41.56357],[0.44083,41.54507],[0.39482,41.49238],[0.3471,41.48942],[0.33611,41.48235],[0.33955,41.46666],[0.34332,41.43063],[0.33783,41.41351],[0.315,41.39561],[0.35912,41.36702],[0.36976,41.35169],[0.34367,41.33145],[0.34882,41.32204],[0.36238,41.30193],[0.38195,41.27794],[0.37113,41.26181],[0.37079,41.24322],[0.3186,41.22722],[0.29526,41.16392],[0.25062,41.15307],[0.20393,41.13549],[0.19844,41.12644],[0.19895,41.0831],[0.21595,41.0422],[0.23226,41.03171],[0.25801,41.00983],[0.2817,40.96823],[0.28062,40.95514],[0.2738,40.95064],[0.26994,40.9448],[0.2453,40.90923],[0.23603,40.88263],[0.25114,40.87329],[0.24805,40.85563],[0.25715,40.83693],[0.27088,40.82199],[0.23191,40.78691],[0.15638,40.75142],[0.16583,40.72918],[0.23912,40.6973],[0.2829,40.68624],[0.2647,40.65942],[0.2611,40.64457],[0.27826,40.62281],[0.32959,40.60705],[0.39722,40.60001],[0.40203,40.59349],[0.4331,40.57498],[0.4319,40.56546],[0.43499,40.5457],[0.47713,40.53024],[0.61077,40.49239],[0.9391,40.68471],[1.0446,40.98465],[2.12562,41.2353],[2.77469,41.57929],[3.24367,41.88469],[3.33097,42.21861],[3.33679,42.35709],[3.2004,42.35694],[3.17629,42.43562],[3.1684,42.43587],[3.16338,42.43654],[3.16003,42.43565],[3.15771,42.43473],[3.15359,42.4359],[3.13746,42.43777],[3.12355,42.43967],[3.10844,42.43739],[3.09746,42.42827],[3.08266,42.43083],[3.05489,42.45361],[3.04032,42.47583],[3.03034,42.47666],[3.01266,42.46969],[3.00133,42.47412],[2.99075,42.47493],[2.97185,42.47084],[2.9451,42.48326],[2.92975,42.47539],[2.91927,42.45893],[2.90279,42.46045],[2.86983,42.46881],[2.86417,42.46678],[2.85799,42.45677],[2.83795,42.46027],[2.78558,42.41971],[2.77492,42.41456],[2.75448,42.42688],[2.72452,42.42495],[2.67123,42.40522],[2.66796,42.38746],[2.65234,42.39037],[2.64955,42.38615],[2.67036,42.34231],[2.65024,42.34572],[2.57653,42.35984],[2.55377,42.3554],[2.54002,42.33469],[2.50059,42.34459],[2.48342,42.34357],[2.47476,42.35113],[2.46708,42.36169],[2.44169,42.37868],[2.43502,42.39494],[2.38122,42.40277],[2.34538,42.41715],[2.31326,42.42901],[2.25416,42.43992],[2.24505,42.431],[2.21325,42.4249],[2.16755,42.42649],[2.12356,42.41409],[2.10818,42.38265],[2.09035,42.37576],[2.05488,42.35935],[1.99787,42.35982],[1.98035,42.3715],[1.96538,42.38767],[1.95923,42.42428],[1.93604,42.4559],[1.89149,42.45025],[1.88309,42.45999],[1.82417,42.48769],[1.80488,42.491],[1.76206,42.49093],[1.72574,42.50555],[1.70449,42.49191],[1.66786,42.50716],[1.66159,42.49384],[1.65638,42.4698],[1.59656,42.46894],[1.57428,42.45577],[1.56308,42.46173],[1.55837,42.45864],[1.54851,42.43528],[1.51174,42.43142],[1.45,42.44011],[1.44839,42.46045],[1.44359,42.46475],[1.44367,42.4721],[1.4319,42.48901],[1.47071,42.50969],[1.45517,42.53171],[1.45264,42.53954],[1.44024,42.54581],[1.42179,42.54005],[1.42075,42.54783],[1.42822,42.55713],[1.44599,42.568],[1.4441,42.60366],[1.43097,42.61981],[1.41361,42.65762],[1.38789,42.69026],[1.35766,42.72167],[1.3298,42.72572],[1.30787,42.71996],[1.25903,42.72145],[1.23098,42.72999],[1.16532,42.71061],[1.13284,42.74064],[1.13511,42.75069],[1.11373,42.77002],[1.07988,42.78936],[1.01816,42.78832],[0.9601,42.80707],[0.92171,42.79588],[0.90714,42.80513],[0.84959,42.83009],[0.832,42.82956],[0.80944,42.84145],[0.79771,42.84186],[0.78278,42.83796],[0.71465,42.8632],[0.67635,42.85575],[0.65626,42.83846],[0.66369,42.80408],[0.64528,42.78633],[0.64236,42.7823],[0.65798,42.77209],[0.63843,42.75414],[0.67514,42.72545],[0.66553,42.72041],[0.67789,42.70742],[0.66925,42.69249],[0.64816,42.69653]]],"terms_text":"Institut Cartogràfic i Geològic de Catalunya"},{"id":"ICGC-topo","name":"ICGC - Topogràfic de Catalunya ","type":"wms","template":"https://geoserveis.icgc.cat/icc_mapesmultibase/utm/wms/service?LAYERS=topo&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","polygon":[[[0.64816,42.69653],[0.65695,42.68887],[0.69162,42.65037],[0.69591,42.62714],[0.70707,42.61918],[0.75806,42.6044],[0.74552,42.55751],[0.71686,42.52513],[0.68699,42.48716],[0.70896,42.43106],[0.72235,42.40381],[0.7172,42.3673],[0.74123,42.32403],[0.73334,42.25559],[0.71154,42.2247],[0.69076,42.15144],[0.68956,42.10102],[0.67789,42.08905],[0.64613,42.02532],[0.58416,41.96766],[0.55344,41.93383],[0.59137,41.92157],[0.59052,41.8826],[0.54932,41.85038],[0.48237,41.80306],[0.47069,41.78872],[0.39705,41.75864],[0.36547,41.72405],[0.32804,41.68817],[0.32375,41.67484],[0.32427,41.6597],[0.34727,41.59606],[0.42108,41.58823],[0.42727,41.56357],[0.44083,41.54507],[0.39482,41.49238],[0.3471,41.48942],[0.33611,41.48235],[0.33955,41.46666],[0.34332,41.43063],[0.33783,41.41351],[0.315,41.39561],[0.35912,41.36702],[0.36976,41.35169],[0.34367,41.33145],[0.34882,41.32204],[0.36238,41.30193],[0.38195,41.27794],[0.37113,41.26181],[0.37079,41.24322],[0.3186,41.22722],[0.29526,41.16392],[0.25062,41.15307],[0.20393,41.13549],[0.19844,41.12644],[0.19895,41.0831],[0.21595,41.0422],[0.23226,41.03171],[0.25801,41.00983],[0.2817,40.96823],[0.28062,40.95514],[0.2738,40.95064],[0.26994,40.9448],[0.2453,40.90923],[0.23603,40.88263],[0.25114,40.87329],[0.24805,40.85563],[0.25715,40.83693],[0.27088,40.82199],[0.23191,40.78691],[0.15638,40.75142],[0.16583,40.72918],[0.23912,40.6973],[0.2829,40.68624],[0.2647,40.65942],[0.2611,40.64457],[0.27826,40.62281],[0.32959,40.60705],[0.39722,40.60001],[0.40203,40.59349],[0.4331,40.57498],[0.4319,40.56546],[0.43499,40.5457],[0.47713,40.53024],[0.61077,40.49239],[0.9391,40.68471],[1.0446,40.98465],[2.12562,41.2353],[2.77469,41.57929],[3.24367,41.88469],[3.33097,42.21861],[3.33679,42.35709],[3.2004,42.35694],[3.17629,42.43562],[3.1684,42.43587],[3.16338,42.43654],[3.16003,42.43565],[3.15771,42.43473],[3.15359,42.4359],[3.13746,42.43777],[3.12355,42.43967],[3.10844,42.43739],[3.09746,42.42827],[3.08266,42.43083],[3.05489,42.45361],[3.04032,42.47583],[3.03034,42.47666],[3.01266,42.46969],[3.00133,42.47412],[2.99075,42.47493],[2.97185,42.47084],[2.9451,42.48326],[2.92975,42.47539],[2.91927,42.45893],[2.90279,42.46045],[2.86983,42.46881],[2.86417,42.46678],[2.85799,42.45677],[2.83795,42.46027],[2.78558,42.41971],[2.77492,42.41456],[2.75448,42.42688],[2.72452,42.42495],[2.67123,42.40522],[2.66796,42.38746],[2.65234,42.39037],[2.64955,42.38615],[2.67036,42.34231],[2.65024,42.34572],[2.57653,42.35984],[2.55377,42.3554],[2.54002,42.33469],[2.50059,42.34459],[2.48342,42.34357],[2.47476,42.35113],[2.46708,42.36169],[2.44169,42.37868],[2.43502,42.39494],[2.38122,42.40277],[2.34538,42.41715],[2.31326,42.42901],[2.25416,42.43992],[2.24505,42.431],[2.21325,42.4249],[2.16755,42.42649],[2.12356,42.41409],[2.10818,42.38265],[2.09035,42.37576],[2.05488,42.35935],[1.99787,42.35982],[1.98035,42.3715],[1.96538,42.38767],[1.95923,42.42428],[1.93604,42.4559],[1.89149,42.45025],[1.88309,42.45999],[1.82417,42.48769],[1.80488,42.491],[1.76206,42.49093],[1.72574,42.50555],[1.70449,42.49191],[1.66786,42.50716],[1.66159,42.49384],[1.65638,42.4698],[1.59656,42.46894],[1.57428,42.45577],[1.56308,42.46173],[1.55837,42.45864],[1.54851,42.43528],[1.51174,42.43142],[1.45,42.44011],[1.44839,42.46045],[1.44359,42.46475],[1.44367,42.4721],[1.4319,42.48901],[1.47071,42.50969],[1.45517,42.53171],[1.45264,42.53954],[1.44024,42.54581],[1.42179,42.54005],[1.42075,42.54783],[1.42822,42.55713],[1.44599,42.568],[1.4441,42.60366],[1.43097,42.61981],[1.41361,42.65762],[1.38789,42.69026],[1.35766,42.72167],[1.3298,42.72572],[1.30787,42.71996],[1.25903,42.72145],[1.23098,42.72999],[1.16532,42.71061],[1.13284,42.74064],[1.13511,42.75069],[1.11373,42.77002],[1.07988,42.78936],[1.01816,42.78832],[0.9601,42.80707],[0.92171,42.79588],[0.90714,42.80513],[0.84959,42.83009],[0.832,42.82956],[0.80944,42.84145],[0.79771,42.84186],[0.78278,42.83796],[0.71465,42.8632],[0.67635,42.85575],[0.65626,42.83846],[0.66369,42.80408],[0.64528,42.78633],[0.64236,42.7823],[0.65798,42.77209],[0.63843,42.75414],[0.67514,42.72545],[0.66553,42.72041],[0.67789,42.70742],[0.66925,42.69249],[0.64816,42.69653]]],"terms_text":"Institut Cartogràfic i Geològic de Catalunya"},{"id":"IDEIB","name":"IDEIB - Ortofoto més recent de les Illes Balears","type":"wms","template":"https://ideib.caib.es/geoserveis/services/imatges/GOIB_Orto_IB/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","polygon":[[[1.20849,38.05675],[3.28491,38.90386],[4.93835,39.71987],[4.28466,40.7098],[1.8457,40.02341],[0.61523,39.05332],[1.20849,38.05675]]],"terms_text":"Infraestructura de Dades Espacials de les Illes Balears","best":true},{"id":"ign-argenmap","name":"IGN Argenmap","type":"tms","template":"https://wms.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/capabaseargenmap@EPSG:3857@png/{zoom}/{x}/{-y}.png","category":"map","zoomExtent":[0,21],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Mapa base del Instituto Geográfico Nacional de la República Argentina","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-argenmap-gray","name":"IGN Argenmap gris","type":"tms","template":"https://wms.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/mapabase_gris@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"map","zoomExtent":[0,21],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Mapa base gris del Instituto Geográfico Nacional de la República Argentina","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-atlas-argentina-500k","name":"IGN Atlas Argentina 500k","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/atlas_argentina_500k%3Aatlas_argentina_500k@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"map","zoomExtent":[0,12],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Atlas Argentina escala 1:500.000","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-atlas-tucuman-100k","name":"IGN Atlas Tucumán 100k","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/atlas_tucuman_100k%3Atucuman100k@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"map","zoomExtent":[0,13],"polygon":[[[-64.49532,-26.21937],[-64.56415,-26.22692],[-64.57958,-26.21818],[-64.6665,-26.2427],[-64.73215,-26.24156],[-64.75907,-26.22399],[-64.79041,-26.22372],[-64.82277,-26.24269],[-64.84532,-26.2386],[-64.87344,-26.27492],[-64.95118,-26.30685],[-64.97252,-26.27438],[-65.03951,-26.29033],[-65.04073,-26.22993],[-65.27577,-26.17138],[-65.29791,-26.08174],[-65.36108,-26.05829],[-65.42456,-26.10901],[-65.4654,-26.09128],[-65.54815,-26.08753],[-65.61363,-26.12347],[-65.64006,-26.11104],[-65.68852,-26.11726],[-65.69519,-26.18587],[-65.7119,-26.20836],[-65.70283,-26.24164],[-65.72275,-26.2798],[-65.70728,-26.29591],[-65.72303,-26.31271],[-65.71145,-26.3287],[-65.71776,-26.35247],[-66.04011,-26.2509],[-66.09976,-26.22049],[-66.09814,-26.25158],[-66.12115,-26.27608],[-66.11913,-26.37697],[-66.15577,-26.39731],[-66.15484,-26.44367],[-66.17766,-26.47167],[-66.16446,-26.5026],[-66.17124,-26.63121],[-66.04219,-26.60037],[-65.83016,-26.74422],[-65.88145,-26.80617],[-65.87442,-26.81822],[-65.90047,-26.86379],[-65.85764,-26.90127],[-65.85779,-26.9292],[-65.8749,-26.93291],[-65.89119,-26.97515],[-65.9138,-26.98264],[-65.91712,-27.01488],[-65.96431,-27.0331],[-65.98971,-27.10484],[-66.05474,-27.14415],[-66.07791,-27.20919],[-66.11031,-27.21579],[-66.14082,-27.26105],[-66.02751,-27.29875],[-65.97197,-27.33293],[-65.96586,-27.54359],[-65.9154,-27.66914],[-65.87542,-27.67247],[-65.86549,-27.68901],[-65.82884,-27.81417],[-65.83231,-27.85119],[-65.82069,-27.82035],[-65.79464,-27.80661],[-65.79928,-27.78722],[-65.75324,-27.76997],[-65.72135,-27.79751],[-65.7198,-27.81607],[-65.70391,-27.80809],[-65.69886,-27.8896],[-65.66627,-27.97324],[-65.61749,-27.97169],[-65.61226,-27.99113],[-65.56918,-28.01279],[-65.52789,-27.97244],[-65.50731,-27.92908],[-65.37038,-27.84597],[-65.1708,-27.94646],[-65.17823,-27.91602],[-65.15907,-27.8772],[-65.10714,-27.89316],[-65.03897,-27.87924],[-65.01648,-27.79114],[-65.02814,-27.75271],[-64.98603,-27.74165],[-65.02712,-27.58715],[-65.01095,-27.56176],[-64.99168,-27.57128],[-64.96622,-27.55129],[-64.96812,-27.50537],[-65.00887,-27.48371],[-64.97429,-27.35062],[-64.93752,-27.35788],[-64.93437,-27.34443],[-64.85406,-27.31731],[-64.76698,-27.01428],[-64.74259,-27.00441],[-64.7072,-26.81951],[-64.67757,-26.82451],[-64.67262,-26.79401],[-64.61789,-26.80269],[-64.58752,-26.65812],[-64.49876,-26.67346],[-64.53439,-26.41061],[-64.52137,-26.35303],[-64.48199,-26.30684],[-64.50228,-26.23901],[-64.49532,-26.21937]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Atlas Tucumán escala 1:100.000","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-cartas-100k","name":"IGN cartas topográficas 100k","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/cartas_mosaicos%3Acartas_100k@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"map","zoomExtent":[0,14],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Mosaico de cartas topográficas escala 1:100.000","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-cartas-250k","name":"IGN cartas topográficas 250k","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/cartas_mosaicos%3Acartas_250k@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"map","zoomExtent":[0,12],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Mosaico de cartas topográficas escala 1:250.000","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-cartas-500k","name":"IGN cartas topográficas 500k","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/cartas_mosaicos%3Acartas_500k@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"map","zoomExtent":[0,11],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Mosaico de cartas topográficas escala 1:500.000","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-cartas-50k","name":"IGN cartas topográficas 50k","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/cartas_mosaicos%3Acartas_50k@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"map","zoomExtent":[0,15],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Mosaico de cartas topográficas escala 1:50.000","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-orthophotos-mosaic","name":"IGN ortofotos","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/mosaicos_vuelos@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"photo","zoomExtent":[0,20],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Mosaico de vuelos fotogramétricos","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-uav-mosaic","name":"IGN ortofotos VANT","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/mosaicos_vuelos_vant@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"photo","zoomExtent":[0,20],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Ortofotos VANT del Instituto Geográfico Nacional de la República Argentina (TMS)","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"osmim-imagicode-S2A_R119_N09_20160327T050917","name":"imagico.de: Adams Bridge","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R119_N09_20160327T050917&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-03-27T00:00:00.000Z","startDate":"2016-03-27T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[79.0178,8.8276],[80.1773,8.8313],[80.1764,9.6504],[79.014,9.6468],[79.0178,8.8276]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Supplementing incomplete coverage in other sources (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80700162014211LGN00","name":"imagico.de: Alaska Range","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80700162014211LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2014-07-31T00:00:00.000Z","startDate":"2014-07-31T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-152.7087,62.3036],[-148.9943,62.3036],[-148.9943,63.5333],[-152.0084,63.5465],[-152.7084,62.5815],[-152.7087,62.3036]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent summer image of the Alaska Range for mapping natural features (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R032_S07_20200921T025549","name":"imagico.de: Anak Krakatau","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R032_S07_20200921T025549&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-09-21T00:00:00.000Z","startDate":"2020-09-21T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[105.3221,-6.1813],[105.4972,-6.1813],[105.4972,-6.0505],[105.3221,-6.0505],[105.3221,-6.1813]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent Sentinel-2 image of the volcanic island (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R095_S6X_20200119T131859","name":"imagico.de: Antarctic Peninsula","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R095_S6X_20200119T131859&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-01-19T00:00:00.000Z","startDate":"2020-01-19T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-69.1189,-73.0395],[-68.9971,-73.0747],[-67.3934,-73.0747],[-67.3714,-73.0683],[-67.3475,-73.0539],[-67.2727,-73.0089],[-67.1979,-72.9636],[-67.1231,-72.9183],[-67.0483,-72.8729],[-66.9735,-72.8273],[-66.8987,-72.7816],[-66.8239,-72.7358],[-66.7491,-72.6899],[-66.6743,-72.6439],[-66.5995,-72.5977],[-66.5247,-72.5515],[-66.4499,-72.5051],[-66.3751,-72.4586],[-66.3003,-72.412],[-66.2255,-72.3652],[-66.1507,-72.3183],[-66.0759,-72.2714],[-66.0011,-72.2242],[-65.9262,-72.177],[-65.8514,-72.1297],[-65.7766,-72.0822],[-65.7018,-72.0346],[-65.6395,-71.9921],[-65.5686,-71.9437],[-65.4978,-71.8951],[-65.427,-71.8465],[-65.3561,-71.7977],[-65.2853,-71.7488],[-65.2145,-71.6998],[-65.1436,-71.6506],[-65.0728,-71.6013],[-65.002,-71.5519],[-64.9311,-71.5023],[-64.8603,-71.4527],[-64.7895,-71.4029],[-64.7186,-71.3529],[-64.6478,-71.3029],[-64.577,-71.2527],[-64.5061,-71.2024],[-64.4353,-71.1519],[-64.3645,-71.1013],[-64.2936,-71.0506],[-64.2228,-70.9998],[-64.152,-70.9488],[-64.0811,-70.8977],[-64.0103,-70.8465],[-63.9849,-70.8272],[-63.9169,-70.7753],[-63.8489,-70.7234],[-63.7808,-70.6713],[-63.7128,-70.6191],[-63.6447,-70.5667],[-63.5767,-70.5142],[-63.5087,-70.4615],[-63.4406,-70.4088],[-63.3726,-70.3559],[-63.3046,-70.3028],[-63.2365,-70.2496],[-63.1685,-70.1963],[-63.1004,-70.1428],[-63.0324,-70.0892],[-62.9644,-70.0355],[-62.8963,-69.9816],[-62.8283,-69.9276],[-62.7602,-69.8734],[-62.6922,-69.8191],[-62.6499,-69.7833],[-62.5851,-69.7283],[-62.5203,-69.6731],[-62.4556,-69.6178],[-62.3908,-69.5624],[-62.326,-69.5068],[-62.2613,-69.4511],[-62.1965,-69.3952],[-62.1317,-69.3392],[-62.0669,-69.283],[-62.0022,-69.2267],[-61.9374,-69.1702],[-61.8726,-69.1136],[-61.8078,-69.0569],[-61.7431,-69],[-61.6783,-68.9429],[-61.6135,-68.8858],[-61.5487,-68.8284],[-61.484,-68.7709],[-61.4653,-68.7536],[-61.4031,-68.6955],[-61.3409,-68.6373],[-61.2787,-68.579],[-61.2164,-68.5205],[-61.1542,-68.4618],[-61.092,-68.403],[-61.0298,-68.344],[-60.9675,-68.2849],[-60.9053,-68.2256],[-60.8431,-68.1662],[-60.7809,-68.1066],[-60.7187,-68.0469],[-60.6564,-67.987],[-60.5942,-67.927],[-60.532,-67.8668],[-60.4698,-67.8064],[-60.4075,-67.7459],[-60.3587,-67.6967],[-60.2982,-67.6356],[-60.2377,-67.5744],[-60.1773,-67.513],[-60.1168,-67.4515],[-60.0564,-67.3898],[-59.9959,-67.328],[-59.9355,-67.266],[-59.875,-67.2038],[-59.8146,-67.1415],[-59.7541,-67.079],[-59.6936,-67.0163],[-59.6332,-66.9535],[-59.5727,-66.8905],[-59.5429,-66.8578],[-59.4849,-66.7942],[-59.427,-66.7304],[-59.3691,-66.6665],[-59.3112,-66.6024],[-59.2533,-66.5382],[-59.1954,-66.4738],[-59.1374,-66.4092],[-59.0795,-66.3444],[-59.0216,-66.2795],[-58.9637,-66.2144],[-58.9058,-66.1492],[-58.8478,-66.0837],[-58.7899,-66.0181],[-58.732,-65.9524],[-58.6741,-65.8864],[-58.6162,-65.8203],[-58.5582,-65.7541],[-58.5003,-65.6876],[-58.4424,-65.621],[-58.3845,-65.5542],[-58.3266,-65.4872],[-58.2686,-65.4201],[-58.2107,-65.3528],[-58.2107,-64.9187],[-64.7792,-64.9187],[-64.7815,-64.9205],[-64.8625,-64.9846],[-64.9435,-65.0485],[-65.0245,-65.1123],[-65.1054,-65.1759],[-65.1864,-65.2394],[-65.2674,-65.3027],[-65.3484,-65.3659],[-65.4294,-65.4289],[-65.5104,-65.4917],[-65.5914,-65.5545],[-65.6724,-65.617],[-65.7534,-65.6794],[-65.8344,-65.7417],[-65.9154,-65.8038],[-65.9964,-65.8657],[-66.0774,-65.9276],[-66.1584,-65.9892],[-66.2394,-66.0507],[-66.3204,-66.1121],[-66.4014,-66.1733],[-66.4824,-66.2344],[-66.5634,-66.2953],[-66.6444,-66.3561],[-66.7254,-66.4167],[-66.8064,-66.4772],[-66.8874,-66.5375],[-66.9684,-66.5977],[-67.0494,-66.6577],[-67.1304,-66.7176],[-67.2114,-66.7774],[-67.2924,-66.837],[-67.3734,-66.8964],[-67.4544,-66.9558],[-67.5354,-67.0149],[-67.6164,-67.074],[-67.6974,-67.1328],[-67.7784,-67.1916],[-67.8594,-67.2502],[-67.9404,-67.3086],[-68.0214,-67.367],[-68.1024,-67.4251],[-68.1834,-67.4832],[-68.2644,-67.5411],[-68.3454,-67.5988],[-68.4264,-67.6564],[-68.5074,-67.7139],[-68.5883,-67.7712],[-68.6693,-67.8284],[-68.7503,-67.8854],[-68.8313,-67.9423],[-68.9123,-67.9991],[-68.9933,-68.0557],[-69.0743,-68.1122],[-69.1553,-68.1686],[-69.2363,-68.2248],[-69.3173,-68.2809],[-69.3983,-68.3368],[-69.4793,-68.3926],[-69.5603,-68.4483],[-69.6413,-68.5038],[-69.7223,-68.5592],[-69.8033,-68.6145],[-69.8843,-68.6696],[-69.9653,-68.7246],[-70.0463,-68.7794],[-70.1273,-68.8341],[-70.2083,-68.8887],[-70.2893,-68.9432],[-70.3703,-68.9975],[-70.4513,-69.0517],[-70.5323,-69.1057],[-70.6133,-69.1596],[-70.6943,-69.2134],[-70.7753,-69.267],[-70.8563,-69.3206],[-70.9373,-69.3739],[-71.0183,-69.4272],[-71.0993,-69.4803],[-71.1803,-69.5333],[-71.2613,-69.5861],[-71.3423,-69.6389],[-71.4233,-69.6915],[-71.5043,-69.7439],[-71.5853,-69.7963],[-71.6663,-69.8485],[-71.7473,-69.9006],[-71.8283,-69.9525],[-71.9093,-70.0043],[-71.9903,-70.056],[-72.0713,-70.1076],[-72.1522,-70.159],[-72.2332,-70.2103],[-72.3142,-70.2615],[-72.3142,-70.2623],[-72.3142,-70.3202],[-72.3142,-70.3779],[-72.3142,-70.4355],[-72.3142,-70.4929],[-72.3142,-70.5501],[-72.3142,-70.6072],[-72.3105,-70.6323],[-72.302,-70.6891],[-72.2935,-70.7457],[-72.285,-70.8022],[-72.2765,-70.8585],[-72.268,-70.9146],[-72.2595,-70.9706],[-72.251,-71.0264],[-72.2425,-71.0821],[-72.234,-71.1376],[-72.2255,-71.193],[-72.217,-71.2481],[-72.2085,-71.3032],[-72.2,-71.3581],[-72.1915,-71.4128],[-72.183,-71.4674],[-72.1746,-71.5218],[-72.1661,-71.576],[-72.1576,-71.6302],[-72.1491,-71.6841],[-72.1406,-71.7379],[-72.1321,-71.7916],[-72.1236,-71.8451],[-72.1151,-71.8984],[-72.1066,-71.9516],[-72.0981,-72.0046],[-72.0896,-72.0575],[-72.0811,-72.1103],[-72.0726,-72.1629],[-72.0427,-72.172],[-71.9208,-72.209],[-71.799,-72.2459],[-71.6772,-72.2827],[-71.5554,-72.3195],[-71.4335,-72.3562],[-71.3117,-72.3928],[-71.1899,-72.4293],[-71.0681,-72.4658],[-70.9463,-72.5022],[-70.8244,-72.5385],[-70.7026,-72.5748],[-70.5808,-72.611],[-70.459,-72.6471],[-70.3371,-72.6831],[-70.2153,-72.7191],[-70.0935,-72.755],[-69.9717,-72.7908],[-69.8498,-72.8265],[-69.728,-72.8622],[-69.6062,-72.8978],[-69.4844,-72.9333],[-69.3625,-72.9688],[-69.2407,-73.0042],[-69.1189,-73.0395]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent mostly cloud free Sentinel-2 image of the central and southern part of the Antarctic Peninsula including the eastern part of Alexander Island (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-aral2","name":"imagico.de: Aral Sea (high water level)","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=aral2&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-03-03T00:00:00.000Z","startDate":"2016-03-03T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[58.049,43.2623],[60.6317,43.2623],[61.4675,45.3416],[61.5524,46.3896],[61.5524,46.8629],[58.1014,46.8645],[58.049,46.7189],[58.049,43.2623]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Water and wetland extents, dams etc. - some remaining winter ice in the north (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-aral1","name":"imagico.de: Aral Sea (low water level)","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=aral1&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-09-09T00:00:00.000Z","startDate":"2016-09-09T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[58.049,43.2623],[60.6267,43.2623],[61.4685,45.3544],[61.5524,46.3896],[61.5524,46.8629],[58.096,46.8645],[58.049,46.7334],[58.049,43.2623]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Water and wetland extents, dams etc. (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R067_S40_20170417T140051","name":"imagico.de: Bahía Blanca (high tide)","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R067_S40_20170417T140051&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-04-17T00:00:00.000Z","startDate":"2017-04-17T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-62.9988,-40.7327],[-61.7501,-40.7322],[-61.7505,-37.9474],[-62.9988,-37.9476],[-62.9988,-40.7327]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Tidal flats and islands at the coast (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R067_S40_20170127T140051","name":"imagico.de: Bahía Blanca (low tide)","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R067_S40_20170127T140051&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-01-27T00:00:00.000Z","startDate":"2017-01-27T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-62.9988,-40.7327],[-61.7501,-40.7322],[-61.7505,-37.9474],[-62.9988,-37.9476],[-62.9988,-40.7327]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Tidal flats and islands at the coast (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81190582014075LGN00","name":"imagico.de: Bakun Reservoir","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81190582014075LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2014-03-16T00:00:00.000Z","startDate":"2014-03-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[114.36,2.0285],[114.7625,2.0882],[114.7651,3.0675],[113.5362,3.0708],[113.5345,2.03],[114.36,2.0285]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing in older pre-2011 images (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81250592016107LGN00","name":"imagico.de: Batam","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81250592016107LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[104.0015,-0.0001],[104.9101,-0.0001],[104.9101,1.4512],[104.0014,1.451],[104.0015,-0.0001]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing Islands in OSM, somewhat outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80691332021351LGN00","name":"imagico.de: Belgica Mountains 2021 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80691332021351LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2021-12-17T00:00:00.000Z","startDate":"2021-12-17T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[28.1721,-73.2949],[28.3245,-73.3831],[28.4308,-73.3666],[28.7325,-73.3196],[29.0341,-73.2725],[29.3358,-73.2252],[29.6375,-73.1779],[29.9391,-73.1304],[30.2408,-73.0827],[30.5425,-73.035],[30.8441,-72.9871],[30.8728,-72.982],[31.1664,-72.9298],[31.46,-72.8775],[31.7537,-72.8251],[32.0473,-72.7725],[32.341,-72.7197],[32.6346,-72.6668],[32.9282,-72.6137],[33.2219,-72.5605],[33.5155,-72.5071],[33.4809,-72.4898],[33.304,-72.4011],[33.127,-72.3119],[32.95,-72.2223],[32.7731,-72.1323],[32.5961,-72.0418],[32.4191,-71.9508],[32.2422,-71.8595],[32.0652,-71.7676],[31.8882,-71.6754],[31.7113,-71.5826],[31.5343,-71.4895],[31.3573,-71.3958],[31.1804,-71.3018],[31.0034,-71.2072],[30.8264,-71.1122],[30.6495,-71.0167],[30.6215,-71.0215],[30.3168,-71.0729],[30.0122,-71.1242],[29.7075,-71.1753],[29.4029,-71.2263],[29.0983,-71.2772],[28.7936,-71.328],[28.489,-71.3786],[28.1843,-71.4291],[27.8797,-71.4794],[27.575,-71.5296],[27.2704,-71.5797],[26.9657,-71.6297],[26.6611,-71.6795],[26.3564,-71.7292],[26.0518,-71.7788],[25.7471,-71.8282],[25.8868,-71.916],[26.0392,-72.0112],[26.1915,-72.106],[26.3439,-72.2003],[26.4962,-72.2941],[26.6486,-72.3874],[26.8009,-72.4803],[26.9533,-72.5727],[27.1057,-72.6646],[27.258,-72.756],[27.4104,-72.847],[27.5627,-72.9375],[27.7151,-73.0275],[27.8674,-73.1171],[28.0198,-73.2062],[28.1721,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Belgica Mountains 2021 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80691332019346LGN01","name":"imagico.de: Belgica Mountains evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80691332019346LGN01&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-12-12T00:00:00.000Z","startDate":"2019-12-12T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[30.0359,-72.7284],[30.0359,-72.8301],[30.0469,-72.8301],[30.3902,-72.8301],[30.7336,-72.8301],[31.0769,-72.8301],[31.4202,-72.8301],[31.7635,-72.8301],[31.7716,-72.8286],[32.0656,-72.7762],[32.3595,-72.7236],[32.3596,-72.6393],[32.3597,-72.5366],[32.3597,-72.4333],[32.3598,-72.3293],[32.3599,-72.2248],[32.3599,-72.2248],[30.0359,-72.2248],[30.0359,-72.316],[30.0359,-72.42],[30.0359,-72.5234],[30.0359,-72.6262],[30.0359,-72.7284]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Belgica Mountains showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80770232017156LGN00","name":"imagico.de: Bogoslof Island","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80770232017156LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2017-06-05T00:00:00.000Z","startDate":"2017-06-05T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-168.2544,53.8749],[-167.8591,53.8749],[-167.8591,54.0213],[-168.2544,54.0213],[-168.2544,53.8749]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent image from after the eruption (superseeded by newer image) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R015_N52_20190816T222539","name":"imagico.de: Bogoslof Island 2019","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R015_N52_20190816T222539&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-08-16T00:00:00.000Z","startDate":"2019-08-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-168.5059,53.7714],[-167.8205,53.7714],[-167.8205,54.0751],[-168.5059,54.0751],[-168.5059,53.7714]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Image update for the small volcanic island (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80901332019350LGN01","name":"imagico.de: Borg Massif evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80901332019350LGN01&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-12-16T00:00:00.000Z","startDate":"2019-12-16T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-4.2719,-73.2962],[-4.1199,-73.3845],[-3.8782,-73.3467],[-3.5768,-73.2995],[-3.2755,-73.2522],[-2.9741,-73.2047],[-2.6728,-73.1571],[-2.3714,-73.1094],[-2.0701,-73.0616],[-1.7687,-73.0136],[-1.4674,-72.9655],[-1.2722,-72.9307],[-0.9788,-72.8783],[-0.6854,-72.8258],[-0.3919,-72.7731],[-0.0985,-72.7202],[0.195,-72.6672],[0.4884,-72.614],[0.7818,-72.5607],[1.0753,-72.5072],[1.039,-72.489],[0.8623,-72.4002],[0.6857,-72.311],[0.509,-72.2213],[0.3324,-72.1312],[0.1557,-72.0406],[-0.0209,-71.9496],[-0.1975,-71.8582],[-0.3742,-71.7663],[-0.5508,-71.674],[-0.7275,-71.5812],[-0.9041,-71.4879],[-1.0808,-71.3942],[-1.2574,-71.3001],[-1.434,-71.2055],[-1.6107,-71.1104],[-1.7873,-71.0148],[-1.8198,-71.0203],[-2.1244,-71.0718],[-2.4289,-71.1232],[-2.7334,-71.1744],[-3.038,-71.2255],[-3.3425,-71.2764],[-3.6471,-71.3273],[-3.9516,-71.378],[-4.2561,-71.4285],[-4.5607,-71.4789],[-4.8652,-71.5292],[-5.1697,-71.5794],[-5.4743,-71.6294],[-5.7788,-71.6793],[-6.0833,-71.7291],[-6.3879,-71.7787],[-6.6924,-71.8282],[-6.5521,-71.9166],[-6.4,-72.0119],[-6.248,-72.1068],[-6.096,-72.2011],[-5.944,-72.295],[-5.792,-72.3883],[-5.64,-72.4812],[-5.488,-72.5737],[-5.336,-72.6656],[-5.184,-72.7571],[-5.0319,-72.8481],[-4.8799,-72.9387],[-4.7279,-73.0288],[-4.5759,-73.1184],[-4.4239,-73.2075],[-4.2719,-73.2962]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Borg Massif showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80921332019364LGN00","name":"imagico.de: Borg Massif northwest evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80921332019364LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-12-12T00:00:00.000Z","startDate":"2019-12-12T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-7.3631,-73.2963],[-7.2112,-73.3846],[-6.9537,-73.3444],[-6.6523,-73.2972],[-6.351,-73.2498],[-6.0496,-73.2024],[-5.7483,-73.1548],[-5.4469,-73.107],[-5.1456,-73.0592],[-4.8442,-73.0112],[-4.5428,-72.963],[-4.3596,-72.9304],[-4.0662,-72.878],[-3.7727,-72.8254],[-3.4793,-72.7727],[-3.1859,-72.7198],[-2.8925,-72.6668],[-2.5991,-72.6136],[-2.3056,-72.5603],[-2.0122,-72.5068],[-2.0486,-72.4886],[-2.2254,-72.3998],[-2.4023,-72.3106],[-2.5791,-72.221],[-2.756,-72.1309],[-2.9329,-72.0404],[-3.1097,-71.9494],[-3.2866,-71.858],[-3.4634,-71.7662],[-3.6403,-71.6739],[-3.8171,-71.5811],[-3.994,-71.4879],[-4.1708,-71.3943],[-4.3477,-71.3002],[-4.5246,-71.2056],[-4.7014,-71.1106],[-4.8783,-71.0151],[-4.9098,-71.0204],[-5.2144,-71.0719],[-5.5189,-71.1232],[-5.8235,-71.1744],[-6.128,-71.2255],[-6.4326,-71.2765],[-6.7371,-71.3273],[-7.0417,-71.3779],[-7.3462,-71.4285],[-7.6508,-71.4789],[-7.9553,-71.5292],[-8.2599,-71.5793],[-8.5644,-71.6293],[-8.869,-71.6792],[-9.1735,-71.729],[-9.4781,-71.7786],[-9.7826,-71.8281],[-9.6423,-71.9166],[-9.4903,-72.0119],[-9.3384,-72.1067],[-9.1865,-72.2011],[-9.0345,-72.2949],[-8.8826,-72.3883],[-8.7306,-72.4812],[-8.5787,-72.5737],[-8.4267,-72.6656],[-8.2748,-72.7571],[-8.1228,-72.8482],[-7.9709,-72.9387],[-7.8189,-73.0288],[-7.667,-73.1184],[-7.515,-73.2076],[-7.3631,-73.2963]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Borg Massif (northwest) showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81800982013291LGN00","name":"imagico.de: Bouvet Island","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81800982013291LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2013-10-18T00:00:00.000Z","startDate":"2013-10-18T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[3.2465,-54.4705],[3.4639,-54.4705],[3.4639,-54.3754],[3.2465,-54.3754],[3.2465,-54.4705]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"For more accurate coastline and glacier mapping (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R017_S67_20170223T022551","name":"imagico.de: Bunger Hills","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R017_S67_20170223T022551&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-02-23T00:00:00.000Z","startDate":"2017-02-23T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[96.1198,-67.5888],[96.1197,-67.6542],[96.1197,-67.6542],[96.2636,-67.6542],[96.4352,-67.6542],[96.6069,-67.6542],[96.7786,-67.6542],[96.9502,-67.6542],[97.1219,-67.6542],[97.2935,-67.6542],[97.4652,-67.6542],[97.6369,-67.6542],[97.8085,-67.6542],[97.9802,-67.6542],[98.1519,-67.6542],[98.3235,-67.6542],[98.4952,-67.6542],[98.6668,-67.6542],[98.8385,-67.6542],[99.0102,-67.6542],[99.1818,-67.6542],[99.3535,-67.6542],[99.5251,-67.6542],[99.6968,-67.6542],[99.8685,-67.6542],[100.0401,-67.6542],[100.2118,-67.6542],[100.3835,-67.6542],[100.5551,-67.6542],[100.7268,-67.6542],[100.8984,-67.6542],[101.0701,-67.6542],[101.2418,-67.6542],[101.4134,-67.6542],[101.5851,-67.6542],[101.7567,-67.6542],[101.9284,-67.6542],[102.1001,-67.6542],[102.2717,-67.6542],[102.4434,-67.6542],[102.6151,-67.6542],[102.7867,-67.6542],[102.9584,-67.6542],[103.13,-67.6542],[103.3017,-67.6542],[103.321,-67.6342],[103.3804,-67.5728],[103.4398,-67.5113],[103.4992,-67.4496],[103.5586,-67.3878],[103.618,-67.3258],[103.6774,-67.2636],[103.7368,-67.2013],[103.7962,-67.1388],[103.8556,-67.0761],[103.915,-67.0133],[103.9743,-66.9503],[104.0337,-66.8872],[104.0931,-66.8239],[104.1525,-66.7604],[104.2119,-66.6968],[104.2713,-66.633],[104.3307,-66.569],[104.3901,-66.5049],[104.4495,-66.4406],[104.5089,-66.3762],[104.5683,-66.3115],[104.6276,-66.2467],[104.687,-66.1818],[104.7464,-66.1167],[104.8058,-66.0514],[104.8652,-65.9859],[104.9246,-65.9203],[104.984,-65.8545],[105.0434,-65.7885],[105.1028,-65.7224],[105.1028,-65.688],[105.1028,-65.6172],[105.1028,-65.5462],[105.1028,-65.4751],[105.1028,-65.4037],[105.1028,-65.3322],[105.1028,-65.2604],[105.1028,-65.1885],[105.1028,-65.1164],[105.1028,-65.044],[98.7331,-65.044],[98.6995,-65.0728],[98.6237,-65.1376],[98.5478,-65.2022],[98.4719,-65.2668],[98.3961,-65.3311],[98.3202,-65.3953],[98.2443,-65.4593],[98.1685,-65.5232],[98.0926,-65.5869],[98.0167,-65.6505],[97.9409,-65.7139],[97.865,-65.7772],[97.7891,-65.8403],[97.7133,-65.9032],[97.6374,-65.966],[97.5615,-66.0286],[97.4857,-66.0911],[97.4098,-66.1535],[97.3339,-66.2156],[97.2581,-66.2777],[97.1822,-66.3395],[97.1063,-66.4013],[97.0305,-66.4628],[96.9546,-66.5242],[96.8787,-66.5855],[96.8029,-66.6466],[96.727,-66.7076],[96.6511,-66.7684],[96.5753,-66.8291],[96.4994,-66.8896],[96.4235,-66.95],[96.3477,-67.0102],[96.2718,-67.0702],[96.1959,-67.1302],[96.1201,-67.1899],[96.1201,-67.1929],[96.12,-67.2593],[96.12,-67.3256],[96.1199,-67.3917],[96.1199,-67.4576],[96.1198,-67.5233],[96.1198,-67.5888]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Largest ice free area at the East Antarctic coast - shows considerable amounts of non-permanent ice. (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R099_SXX_20230212T200529","name":"imagico.de: Byrd Glacier","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R099_SXX_20230212T200529&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-02-12T00:00:00.000Z","startDate":"2023-02-12T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[150.189,-81.365],[151.1592,-81.676],[152.1809,-81.9777],[152.3034,-81.9777],[152.5356,-81.962],[154.6938,-81.8059],[156.7691,-81.6388],[158.7614,-81.4612],[160.6709,-81.274],[162.4989,-81.0775],[164.247,-80.8726],[165.9176,-80.6597],[167.513,-80.4393],[169.036,-80.2121],[170.4896,-79.9784],[171.8767,-79.7388],[173.2003,-79.4936],[174.4636,-79.2433],[175.6695,-78.9882],[176.8209,-78.7287],[177.9206,-78.465],[178.9715,-78.1975],[179.6629,-78.011],[179.6629,-76.8064],[167.6513,-76.8064],[167.4006,-76.8572],[166.2439,-77.0788],[165.048,-77.2952],[163.8118,-77.5061],[162.5344,-77.7113],[161.2149,-77.9103],[159.8526,-78.1029],[158.4469,-78.2888],[156.9974,-78.4675],[155.5039,-78.6389],[153.9663,-78.8025],[152.385,-78.958],[150.7605,-79.105],[149.0936,-79.2432],[147.3854,-79.3722],[145.6526,-79.4907],[145.6526,-79.4991],[146.2252,-79.7809],[146.9176,-80.1009],[147.6554,-80.4196],[148.4431,-80.7366],[149.2857,-81.0518],[150.189,-81.365]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Transantarctic Mountains around Byrd Glacier north up to McMurdo Sound (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R071_S72_20200216T210519","name":"imagico.de: Cape Adare","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R071_S72_20200216T210519&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-02-16T00:00:00.000Z","startDate":"2020-02-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[165.9284,-73.0284],[165.8304,-73.0695],[167.3965,-73.0695],[167.5396,-73.0676],[167.7111,-73.0654],[167.8826,-73.0631],[168.0541,-73.0608],[168.1493,-73.059],[168.3206,-73.0558],[168.4919,-73.0526],[168.6632,-73.0493],[168.8345,-73.0461],[169.0058,-73.0429],[169.1771,-73.0396],[169.3484,-73.0364],[169.5197,-73.0331],[169.691,-73.0299],[169.7343,-73.0287],[169.9052,-73.0241],[170.0762,-73.0195],[170.2471,-73.0149],[170.418,-73.0103],[170.589,-73.0057],[170.7599,-73.0011],[170.9309,-72.9965],[171.1018,-72.9919],[171.2727,-72.9873],[171.2727,-72.9873],[171.2727,-72.9444],[171.2727,-72.894],[171.2726,-72.8434],[171.2726,-72.7927],[171.2726,-72.7418],[171.2725,-72.6908],[171.2725,-72.6397],[171.2725,-72.5884],[171.2724,-72.5369],[171.2724,-72.4854],[171.2724,-72.4336],[171.2723,-72.3817],[171.2723,-72.3297],[171.2722,-72.2775],[171.2722,-72.2252],[171.2722,-72.1727],[171.2721,-72.1201],[171.2721,-72.0673],[171.2721,-72.0144],[171.272,-71.9613],[171.272,-71.9081],[171.272,-71.8547],[171.2719,-71.8011],[171.2719,-71.7475],[171.2719,-71.6936],[171.2718,-71.6396],[171.2718,-71.5855],[171.2717,-71.5312],[171.2717,-71.4767],[171.2717,-71.4221],[171.2716,-71.3673],[171.2716,-71.3124],[171.2716,-71.2573],[171.2715,-71.2021],[171.1082,-71.2014],[170.9366,-71.2008],[170.7649,-71.2001],[170.5933,-71.1994],[170.4216,-71.1987],[170.25,-71.198],[170.0783,-71.1973],[170.0451,-71.2127],[169.947,-71.2581],[169.849,-71.3033],[169.751,-71.3484],[169.653,-71.3934],[169.555,-71.4384],[169.457,-71.4832],[169.3589,-71.5279],[169.2609,-71.5725],[169.1629,-71.617],[169.0649,-71.6614],[168.9669,-71.7056],[168.8689,-71.7498],[168.7709,-71.7939],[168.6728,-71.8379],[168.5748,-71.8818],[168.4768,-71.9255],[168.3788,-71.9692],[168.2808,-72.0128],[168.1828,-72.0563],[168.0847,-72.0996],[167.9867,-72.1429],[167.8887,-72.186],[167.7907,-72.2291],[167.6927,-72.2721],[167.5947,-72.3149],[167.4966,-72.3577],[167.3986,-72.4004],[167.3006,-72.4429],[167.2026,-72.4854],[167.1046,-72.5277],[167.0066,-72.57],[166.9086,-72.6122],[166.8105,-72.6542],[166.7125,-72.6962],[166.6145,-72.7381],[166.5165,-72.7798],[166.4185,-72.8215],[166.3205,-72.8631],[166.2224,-72.9046],[166.1244,-72.9459],[166.0264,-72.9872],[165.9284,-73.0284]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent Sentinel-2 image of Cape Adare and parts of northern Victoria Land (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R065_N47_20160929T102022","name":"imagico.de: Central Alps in late September 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R065_N47_20160929T102022&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-09-29T00:00:00.000Z","startDate":"2016-09-29T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[10.5591,45.9548],[11.3842,45.9551],[11.7525,46.8133],[11.7525,47.6648],[8.0547,47.6647],[7.5558,46.2708],[7.474,45.9553],[10.5591,45.9548]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"For glacier mapping - beware of some fresh snow at higher altitudes (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R127_S83_20230115T190459","name":"imagico.de: Churchill Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R127_S83_20230115T190459&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-01-15T00:00:00.000Z","startDate":"2023-01-15T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[152.6004,-82.3208],[153.0996,-82.6569],[153.1889,-82.6544],[155.7764,-82.5734],[158.3037,-82.4779],[160.7634,-82.3682],[163.1495,-82.2451],[165.4577,-82.1091],[167.3201,-81.9851],[167.3201,-81.0227],[164.2658,-81.0227],[162.0849,-81.0455],[159.8852,-81.0554],[157.6837,-81.0524],[155.4869,-81.0363],[154.4593,-81.0227],[152.2103,-81.0227],[151.041,-81.0389],[151.3321,-81.3098],[151.7212,-81.6472],[152.1426,-81.9842],[152.6004,-82.3208]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Churchill Mountains area in the southern Transantarctic Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC82050982015344LGN00","name":"imagico.de: Clerke Rocks","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82050982015344LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-12-10T00:00:00.000Z","startDate":"2015-12-10T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-34.177,-55.2969],[-34.1401,-55.2969],[-34.1252,-54.7347],[-35.1666,-54.721],[-35.196,-55.2829],[-34.177,-55.2969]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing in other image sources (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R086_N60_20160831T213532","name":"imagico.de: Cook Inlet","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R086_N60_20160831T213532&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-08-31T00:00:00.000Z","startDate":"2016-08-31T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-154.5102,59.4577],[-149.7291,59.4584],[-148.0445,61.5342],[-148.0423,62.1718],[-153.5403,62.1718],[-154.5097,60.6888],[-154.5102,59.4577]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Tidal flats and glaciers in surrounding mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-EO1A0040712016264110KF","name":"imagico.de: Coropuna","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=EO1A0040712016264110KF&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-09-21T00:00:00.000Z","startDate":"2016-09-21T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-72.7594,-15.6868],[-72.4241,-15.6867],[-72.4129,-15.653],[-72.4129,-15.4263],[-72.7443,-15.4263],[-72.7594,-15.4957],[-72.7594,-15.6868]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date image for glacier mapping (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R022_N06_20151221T103009","name":"imagico.de: Cotonou","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R022_N06_20151221T103009&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2015-12-21T00:00:00.000Z","startDate":"2015-12-21T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[1.8397,6.2578],[2.4978,6.2581],[2.5494,6.4891],[2.5494,7.1143],[1.8397,7.1143],[1.8397,6.2578]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Patchy and partly cloudy coverage in usual sources, somewhat outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R040_N01_20160311T164128","name":"imagico.de: Darwin and Wolf islands, Galapagos","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R040_N01_20160311T164128&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-03-11T00:00:00.000Z","startDate":"2016-03-11T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-92.0522,1.3213],[-91.7485,1.3213],[-91.7485,1.7218],[-92.0522,1.7218],[-92.0522,1.3213]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent image, only old and poor images in most other sources currently (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R022_N47_20191026T101029","name":"imagico.de: Eastern Alps autumn colors 2019","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R022_N47_20191026T101029&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-10-26T00:00:00.000Z","startDate":"2017-10-26T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[9.8813,45.1489],[13.5583,45.1489],[14.9569,48.3679],[14.9569,48.7111],[10.9491,48.7111],[9.882,45.7551],[9.8813,45.1489]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Autumn colors in the eastern Alps - Austria, Germany, Italy and Slovenia (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80360072014245LGN00","name":"imagico.de: Eastern Devon Island coast","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80360072014245LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2014-09-02T00:00:00.000Z","startDate":"2014-09-02T00:00:00.000Z","zoomExtent":[0,11],"polygon":[[[-84.348,74.3895],[-79.1487,74.3895],[-79.1487,75.8903],[-84.348,75.8903],[-84.348,74.3895]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Coastline mostly mapped meanwhile (false color IR)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC82160152013239LGN00","name":"imagico.de: Eastern Iceland","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82160152013239LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2013-08-27T00:00:00.000Z","startDate":"2013-08-27T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-13.047,64.2111],[-13.0436,64.8036],[-15.1681,64.8157],[-15.165,64.2241],[-13.047,64.2111]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing islets and inaccurate coast (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R091_S7X_20210324T063829","name":"imagico.de: Eastern Sør Rondane Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R091_S7X_20210324T063829&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2021-03-24T00:00:00.000Z","startDate":"2021-03-24T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[31.1176,-74.1455],[31.2633,-74.1703],[31.3303,-74.1355],[31.4103,-74.0939],[31.4902,-74.0522],[31.5701,-74.0104],[31.6501,-73.9685],[31.73,-73.9265],[31.8099,-73.8844],[31.8899,-73.8422],[31.9698,-73.7999],[32.0497,-73.7574],[32.1297,-73.7149],[32.2096,-73.6722],[32.2896,-73.6295],[32.3695,-73.5866],[32.4494,-73.5436],[32.5294,-73.5005],[32.6093,-73.4573],[32.6892,-73.414],[32.7692,-73.3706],[32.8491,-73.3271],[32.9103,-73.2914],[32.9863,-73.2471],[33.0622,-73.2027],[33.1382,-73.1581],[33.2141,-73.1135],[33.29,-73.0687],[33.366,-73.0238],[33.4419,-72.9788],[33.5179,-72.9337],[33.5938,-72.8884],[33.6698,-72.8431],[33.7457,-72.7976],[33.8216,-72.752],[33.8976,-72.7063],[33.9735,-72.6605],[34.0495,-72.6146],[34.1254,-72.5685],[34.2014,-72.5223],[34.2773,-72.476],[34.3533,-72.4296],[34.4292,-72.3831],[34.5051,-72.3364],[34.5644,-72.2978],[34.6369,-72.2504],[34.7094,-72.2029],[34.7819,-72.1553],[34.8544,-72.1075],[34.9269,-72.0597],[34.9994,-72.0117],[35.0719,-71.9636],[35.1444,-71.9153],[35.2169,-71.8669],[35.2893,-71.8185],[35.3618,-71.7698],[35.4343,-71.7211],[35.5068,-71.6722],[35.5793,-71.6232],[35.6518,-71.5741],[35.7243,-71.5249],[35.7968,-71.4755],[35.8693,-71.426],[35.9418,-71.3764],[35.9969,-71.3363],[36.066,-71.2859],[36.1351,-71.2355],[36.2042,-71.1848],[36.2733,-71.1341],[36.3424,-71.0832],[36.4115,-71.0322],[36.4806,-70.9811],[36.5497,-70.9298],[36.6188,-70.8784],[36.6879,-70.8268],[36.757,-70.7752],[36.8261,-70.7234],[36.8952,-70.6714],[36.9643,-70.6193],[37.0333,-70.5671],[37.1024,-70.5148],[37.1715,-70.4623],[37.2406,-70.4097],[37.3097,-70.3569],[37.3788,-70.304],[37.4479,-70.251],[37.3374,-70.2503],[37.1658,-70.2493],[36.9942,-70.2482],[36.8225,-70.2472],[36.6509,-70.2461],[36.4793,-70.2451],[36.3076,-70.244],[36.136,-70.243],[35.9644,-70.2419],[35.7927,-70.2408],[35.6211,-70.2398],[35.4495,-70.2387],[35.2779,-70.2377],[35.1062,-70.2366],[34.9346,-70.2356],[34.763,-70.2345],[34.5913,-70.2335],[34.4197,-70.2324],[34.2481,-70.2314],[34.0764,-70.2303],[33.9048,-70.2293],[33.7332,-70.2282],[33.5615,-70.2272],[33.3899,-70.2261],[33.2183,-70.2251],[33.0466,-70.224],[32.875,-70.223],[32.7034,-70.2219],[32.5317,-70.2209],[32.4313,-70.2228],[32.2599,-70.2261],[32.0885,-70.2293],[31.9171,-70.2326],[31.7457,-70.2359],[31.5743,-70.2392],[31.4029,-70.2424],[31.2315,-70.2457],[31.0602,-70.249],[30.8888,-70.2522],[30.7174,-70.2555],[30.546,-70.2588],[30.3746,-70.2621],[30.2032,-70.2653],[30.0318,-70.2686],[29.8604,-70.2719],[29.6891,-70.2751],[29.5177,-70.2784],[29.3463,-70.2817],[29.1749,-70.2849],[29.0035,-70.2882],[28.8321,-70.2915],[28.6607,-70.2947],[28.4893,-70.298],[28.3179,-70.3013],[28.2799,-70.3205],[28.1848,-70.3686],[28.0897,-70.4165],[27.9946,-70.4644],[27.8995,-70.5121],[27.8044,-70.5597],[27.7093,-70.6072],[27.6142,-70.6546],[27.5191,-70.7019],[27.424,-70.7491],[27.3289,-70.7962],[27.2338,-70.8431],[27.1387,-70.8899],[27.0436,-70.9367],[26.9485,-70.9833],[26.8534,-71.0298],[26.7583,-71.0762],[26.6631,-71.1225],[26.568,-71.1687],[26.4729,-71.2148],[26.3778,-71.2607],[26.2827,-71.3066],[26.1876,-71.3523],[26.0925,-71.398],[25.9974,-71.4435],[25.9023,-71.4889],[25.8072,-71.5342],[25.7121,-71.5795],[25.617,-71.6246],[25.5219,-71.6696],[25.4268,-71.7144],[25.3317,-71.7592],[25.2366,-71.8039],[25.1415,-71.8485],[25.0464,-71.8929],[24.9512,-71.9373],[24.8561,-71.9816],[24.761,-72.0257],[24.6659,-72.0698],[24.5708,-72.1137],[24.4757,-72.1575],[24.3806,-72.2013],[24.2855,-72.2449],[24.1904,-72.2884],[24.0953,-72.3319],[24.0002,-72.3752],[23.9051,-72.4184],[23.81,-72.4615],[23.7149,-72.5045],[23.6198,-72.5474],[23.5247,-72.5903],[23.4296,-72.633],[23.3345,-72.6756],[23.2393,-72.7181],[23.3441,-72.7397],[23.4849,-72.7688],[23.6258,-72.7979],[23.7666,-72.8269],[23.9075,-72.8558],[23.9341,-72.8609],[24.0785,-72.8882],[24.2228,-72.9155],[24.3672,-72.9428],[24.5116,-72.97],[24.656,-72.9972],[24.8003,-73.0243],[24.9447,-73.0514],[25.0891,-73.0785],[25.2335,-73.1055],[25.3778,-73.1324],[25.5222,-73.1594],[25.6666,-73.1862],[25.811,-73.2131],[25.9553,-73.2399],[26.0997,-73.2666],[26.2441,-73.2934],[26.3885,-73.32],[26.5328,-73.3467],[26.6002,-73.3587],[26.7459,-73.3846],[26.8916,-73.4106],[27.0373,-73.4364],[27.1831,-73.4623],[27.3288,-73.4881],[27.4745,-73.5139],[27.6202,-73.5396],[27.766,-73.5653],[27.9117,-73.5909],[28.0574,-73.6165],[28.2031,-73.6421],[28.3489,-73.6677],[28.4946,-73.6932],[28.6403,-73.7186],[28.786,-73.744],[28.9317,-73.7694],[29.0775,-73.7947],[29.2232,-73.82],[29.3689,-73.8453],[29.5146,-73.8705],[29.6604,-73.8957],[29.8061,-73.9209],[29.9518,-73.946],[30.0975,-73.9711],[30.2433,-73.9961],[30.389,-74.0211],[30.5347,-74.046],[30.6804,-74.071],[30.8261,-74.0958],[30.9719,-74.1207],[31.1176,-74.1455]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the eastern Sør Rondane Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-AST_L1T_00302052007154424_20150518041444_91492","name":"imagico.de: El Altar","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=AST_L1T_00302052007154424_20150518041444_91492&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2012-02-05T00:00:00.000Z","startDate":"2012-02-05T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-78.532,-1.8051],[-78.3356,-1.8051],[-78.3356,-1.6081],[-78.532,-1.6081],[-78.532,-1.8051]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"2007 ASTER image offering better glacier coverage than common sources (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R009_S61_20160109","name":"imagico.de: Elephant Island/Clarence Island","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R009_S61_20160109&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-01-09T00:00:00.000Z","startDate":"2016-01-09T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-56.07,-61.1227],[-56.1346,-61.1992],[-56.1346,-61.6346],[-53.7234,-61.6346],[-53.7234,-61.5838],[-53.7234,-61.502],[-53.7234,-61.42],[-53.7234,-61.3377],[-53.7234,-61.2553],[-53.7234,-61.1726],[-53.7234,-61.0898],[-53.7234,-61.0067],[-53.7234,-60.9233],[-53.7234,-60.8398],[-53.7727,-60.8398],[-53.9444,-60.8399],[-54.116,-60.8399],[-54.2877,-60.8399],[-54.4593,-60.8399],[-54.631,-60.84],[-54.8027,-60.84],[-54.9743,-60.84],[-55.146,-60.84],[-55.3177,-60.8401],[-55.4893,-60.8401],[-55.661,-60.8401],[-55.8326,-60.8402],[-55.8756,-60.8915],[-55.9404,-60.9688],[-56.0052,-61.0458],[-56.07,-61.1227]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Fairly clear up-to-date image for updating glacier edges (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R109_SXX_20230124T124909","name":"imagico.de: Ellsworth Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R109_SXX_20230124T124909&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-01-24T00:00:00.000Z","startDate":"2023-01-24T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-88.8776,-80.5834],[-88.5548,-80.6523],[-85.981,-80.6523],[-85.9352,-80.6465],[-84.3349,-80.4274],[-82.8067,-80.2013],[-81.3478,-79.9687],[-79.9551,-79.7301],[-78.6258,-79.4858],[-77.3568,-79.2363],[-76.1452,-78.9819],[-74.9881,-78.723],[-73.8827,-78.4599],[-72.8262,-78.1929],[-71.8162,-77.9223],[-70.85,-77.6482],[-69.9253,-77.3711],[-69.0398,-77.091],[-68.1915,-76.8082],[-67.3783,-76.5228],[-66.7536,-76.2924],[-66.7536,-75.7721],[-79.4674,-75.7721],[-80.176,-75.9451],[-80.9093,-76.1188],[-81.9514,-76.3549],[-83.0293,-76.5865],[-84.1439,-76.8134],[-85.2964,-77.0353],[-86.4878,-77.252],[-87.7193,-77.4632],[-88.9917,-77.6686],[-90.3058,-77.8679],[-91.6624,-78.0608],[-93.062,-78.2469],[-93.218,-78.2663],[-93.218,-79.4808],[-92.3044,-79.7391],[-91.226,-80.0243],[-90.0853,-80.3058],[-88.8776,-80.5834]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Ellsworth Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R052_SXX_20230130T130859","name":"imagico.de: Ellsworth Mountains North","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R052_SXX_20230130T130859&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-01-30T00:00:00.000Z","startDate":"2023-01-30T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-91.0638,-80.2135],[-90.9812,-80.2302],[-88.0631,-80.2302],[-88.0351,-80.2261],[-86.566,-79.9947],[-85.1635,-79.7572],[-83.8246,-79.5139],[-82.5464,-79.2652],[-81.3259,-79.0115],[-80.1604,-78.7532],[-79.047,-78.4905],[-77.9829,-78.2238],[-76.9656,-77.9534],[-75.9925,-77.6794],[-75.0614,-77.4022],[-74.1698,-77.1219],[-73.3157,-76.8388],[-72.4971,-76.553],[-71.7119,-76.2647],[-70.9585,-75.9742],[-70.235,-75.6814],[-70.8321,-75.659],[-71.755,-75.659],[-72.8828,-75.6677],[-74.2653,-75.6704],[-75.6478,-75.665],[-76.2643,-75.659],[-77.5593,-75.659],[-78.521,-75.6718],[-79.9043,-75.6822],[-81.2889,-75.6845],[-82.6731,-75.6788],[-84.0555,-75.6651],[-84.6662,-75.8173],[-85.6703,-76.0576],[-86.7086,-76.2935],[-87.2388,-76.4107],[-88.325,-76.6411],[-89.4482,-76.8668],[-90.6095,-77.0873],[-91.81,-77.3024],[-93.0505,-77.5119],[-94.3321,-77.7154],[-95.6554,-77.9127],[-97.0211,-78.1033],[-98.4298,-78.2871],[-97.6035,-78.549],[-96.6483,-78.8351],[-95.6439,-79.1181],[-94.587,-79.3977],[-93.4739,-79.6737],[-92.3008,-79.9458],[-91.0638,-80.2135]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Ellsworth Mountains (northern end) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R037_S8X_20230129T120239","name":"imagico.de: Ellsworth Mountains South","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R037_S8X_20230129T120239&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-01-29T00:00:00.000Z","startDate":"2023-01-29T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-87.2745,-81.6222],[-86.2283,-81.9236],[-86.1366,-81.9236],[-85.9408,-81.9097],[-83.8136,-81.7491],[-81.7697,-81.5776],[-79.809,-81.396],[-77.9309,-81.2049],[-76.1338,-81.0049],[-74.416,-80.7966],[-72.7749,-80.5806],[-71.208,-80.3574],[-69.7125,-80.1274],[-68.2854,-79.8912],[-66.9237,-79.6493],[-66.0079,-79.4749],[-66.0079,-78.3612],[-78.4752,-78.3612],[-79.8059,-78.3706],[-81.5045,-78.3726],[-82.3758,-78.4761],[-83.1644,-78.5682],[-84.6819,-78.7357],[-86.2435,-78.8953],[-87.8487,-79.0465],[-89.4968,-79.1891],[-91.187,-79.3227],[-92.9177,-79.4469],[-92.3145,-79.7359],[-91.6061,-80.0547],[-90.8516,-80.372],[-90.0465,-80.6876],[-89.1859,-81.0014],[-88.264,-81.313],[-87.2745,-81.6222]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Ellsworth Mountains (southern end) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-enderby","name":"imagico.de: Enderby Land and Kemp Coast","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=enderby&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-03-27T00:00:00.000Z","startDate":"2017-01-25T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[45.4547,-68.4461],[45.4547,-68.5091],[67.088,-68.5091],[67.1081,-68.4915],[67.1744,-68.4334],[67.2408,-68.3751],[67.3071,-68.3167],[67.3735,-68.2581],[67.3735,-67.3449],[67.2392,-67.3188],[67.0859,-67.289],[66.9327,-67.2591],[66.7794,-67.2292],[66.6261,-67.1993],[66.4729,-67.1693],[66.3196,-67.1393],[66.1663,-67.1092],[66.0131,-67.0792],[65.8598,-67.049],[65.7065,-67.0189],[65.5533,-66.9887],[65.4,-66.9584],[65.2467,-66.9281],[65.0935,-66.8978],[64.9402,-66.8675],[64.7869,-66.8371],[64.6337,-66.8067],[64.4804,-66.7762],[64.3271,-66.7457],[64.1738,-66.7152],[64.0206,-66.6846],[63.8673,-66.654],[63.714,-66.6233],[63.5608,-66.5926],[63.4075,-66.5619],[63.2542,-66.5311],[63.101,-66.5003],[62.9477,-66.4695],[62.7944,-66.4386],[62.6412,-66.4077],[62.4879,-66.3767],[62.3346,-66.3457],[62.1814,-66.3147],[62.0281,-66.2836],[61.8748,-66.2525],[61.7216,-66.2213],[61.5683,-66.1901],[61.415,-66.1589],[61.2617,-66.1276],[61.1085,-66.0963],[60.9552,-66.065],[60.8019,-66.0336],[60.6487,-66.0022],[60.4954,-65.9707],[60.3421,-65.9392],[60.1889,-65.9077],[60.0356,-65.8761],[59.8823,-65.8445],[59.7291,-65.8128],[59.5758,-65.7811],[59.4225,-65.7494],[59.2693,-65.7176],[49.7155,-65.7176],[49.6145,-65.7632],[49.499,-65.8153],[49.3834,-65.8672],[49.2679,-65.9191],[49.1523,-65.9708],[49.0368,-66.0225],[48.9212,-66.074],[48.8057,-66.1254],[48.6901,-66.1768],[48.5746,-66.228],[48.459,-66.2791],[48.3435,-66.3301],[48.2279,-66.381],[48.1124,-66.4319],[47.9968,-66.4826],[47.8813,-66.5332],[47.7657,-66.5837],[47.6502,-66.6341],[47.5346,-66.6844],[47.4191,-66.7346],[47.3035,-66.7847],[47.188,-66.8346],[47.0724,-66.8845],[46.9569,-66.9343],[46.8413,-66.984],[46.7258,-67.0336],[46.6102,-67.0831],[46.4947,-67.1325],[46.3791,-67.1817],[46.2636,-67.2309],[46.148,-67.28],[46.0325,-67.329],[45.9169,-67.3779],[45.8014,-67.4266],[45.6858,-67.4753],[45.5703,-67.5239],[45.4547,-67.5724],[45.4547,-67.6113],[45.4547,-67.6766],[45.4547,-67.7417],[45.4547,-67.8067],[45.4547,-67.8714],[45.4547,-67.936],[45.4547,-68.0004],[45.4547,-68.0646],[45.4547,-68.1286],[45.4547,-68.1925],[45.4547,-68.2562],[45.4547,-68.3197],[45.4547,-68.383],[45.4547,-68.4461]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 images of Enderby Land and Kemp Coast (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-aster_anti_east","name":"imagico.de: Far southern Transantarctic Mnts. east","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=aster_anti_east&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2009-01-01T00:00:00.000Z","startDate":"2001-01-01T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[159.6688,-83.1798],[153.0905,-84.8712],[155.693,-85.0511],[180,-85.0511],[180,-83.8305],[159.6688,-83.1798]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"ASTER imagery from 2001-2009 from the far southern Transantarctic Mountains - eastern hemisphere, positional accuracy in parts is bad (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-aster_anti_west","name":"imagico.de: Far southern Transantarctic Mnts. west","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=aster_anti_west&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2009-01-01T00:00:00.000Z","startDate":"2001-01-01T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-179.9988,-83.9364],[-179.9988,-85.0511],[-162.7266,-85.0511],[-165.5249,-84.1526],[-179.9988,-83.9364]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"ASTER imagery from 2001-2009 from the far southern Transantarctic Mountains - western hemisphere, positional accuracy in parts is bad (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R121_SXX_20220209T085949","name":"imagico.de: Fimbul and Jelbart Ice Shelf","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R121_SXX_20220209T085949&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2022-02-09T00:00:00.000Z","startDate":"2022-02-09T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-9.7619,-73.0821],[-9.5902,-73.0826],[-9.5188,-73.0826],[-9.3471,-73.0825],[-9.1755,-73.0825],[-9.0038,-73.0824],[-8.8321,-73.0824],[-8.6605,-73.0824],[-8.4888,-73.0823],[-8.3172,-73.0823],[-8.1455,-73.0822],[-7.9738,-73.0822],[-7.8022,-73.0822],[-7.6305,-73.0821],[-7.4589,-73.0821],[-7.2872,-73.082],[-7.1155,-73.082],[-6.9439,-73.082],[-6.7722,-73.0819],[-6.6006,-73.0819],[-6.4289,-73.0818],[-6.2572,-73.0818],[-6.0856,-73.0818],[-5.9139,-73.0817],[-5.7422,-73.0817],[-5.5706,-73.0816],[-5.3989,-73.0816],[-5.2273,-73.0816],[-5.0556,-73.0815],[-4.8839,-73.0815],[-4.7123,-73.0814],[-4.5406,-73.0814],[-4.369,-73.0814],[-4.1973,-73.0813],[-4.0256,-73.0813],[-3.854,-73.0812],[-3.6823,-73.0812],[-3.5106,-73.0812],[-3.339,-73.0811],[-3.1673,-73.0811],[-2.9957,-73.081],[-2.824,-73.081],[-2.6523,-73.081],[-2.4807,-73.0809],[-2.309,-73.0809],[-2.1374,-73.0808],[-1.9657,-73.0808],[-1.9226,-73.0551],[-1.8472,-73.0101],[-1.7718,-72.965],[-1.6964,-72.9197],[-1.621,-72.8744],[-1.5457,-72.8289],[-1.4703,-72.7833],[-1.3949,-72.7376],[-1.3195,-72.6918],[-1.2441,-72.6459],[-1.1687,-72.5998],[-1.0933,-72.5536],[-1.0179,-72.5073],[-0.9426,-72.4609],[-0.8672,-72.4144],[-0.7918,-72.3677],[-0.7164,-72.3209],[-0.641,-72.274],[-0.5656,-72.227],[-0.5262,-72.201],[-0.454,-72.1534],[-0.3818,-72.1056],[-0.3096,-72.0577],[-0.2374,-72.0096],[-0.1652,-71.9615],[-0.093,-71.9132],[-0.0208,-71.8647],[0.0514,-71.8162],[0.1236,-71.7675],[0.1958,-71.7188],[0.268,-71.6698],[0.3401,-71.6208],[0.4123,-71.5716],[0.4845,-71.5223],[0.5567,-71.4729],[0.6289,-71.4234],[0.7011,-71.3737],[0.7733,-71.3239],[0.8455,-71.2739],[0.9177,-71.2239],[0.9644,-71.1894],[1.0332,-71.1386],[1.102,-71.0877],[1.1707,-71.0367],[1.2395,-70.9855],[1.3082,-70.9342],[1.377,-70.8827],[1.4457,-70.8311],[1.5145,-70.7794],[1.5832,-70.7276],[1.652,-70.6756],[1.7207,-70.6235],[1.7895,-70.5712],[1.8582,-70.5188],[1.927,-70.4663],[1.9957,-70.4137],[2.0645,-70.3609],[2.1332,-70.3079],[2.1659,-70.2816],[2.2321,-70.2281],[2.2982,-70.1744],[2.3644,-70.1206],[2.4306,-70.0667],[2.4968,-70.0126],[2.563,-69.9584],[2.6292,-69.9041],[2.6954,-69.8496],[2.7615,-69.795],[2.8277,-69.7402],[2.8939,-69.6853],[2.9601,-69.6302],[3.0263,-69.575],[3.0925,-69.5196],[3.1586,-69.4642],[3.2248,-69.4085],[3.1268,-69.392],[2.972,-69.3658],[2.8173,-69.3396],[2.6625,-69.3134],[2.5078,-69.2871],[2.353,-69.2608],[2.1983,-69.2345],[2.0435,-69.2081],[1.8888,-69.1817],[1.734,-69.1553],[1.5793,-69.1289],[1.4245,-69.1024],[1.2698,-69.0759],[1.115,-69.0493],[0.9603,-69.0227],[0.8055,-68.9961],[0.6508,-68.9695],[0.496,-68.9428],[0.3413,-68.9161],[0.1865,-68.8893],[0.0318,-68.8626],[-0.123,-68.8358],[-0.2777,-68.8089],[-0.4325,-68.782],[-0.5872,-68.7551],[-0.742,-68.7282],[-0.8967,-68.7012],[-1.0515,-68.6742],[-1.2062,-68.6472],[-1.361,-68.6201],[-1.5157,-68.593],[-1.6705,-68.5659],[-1.8252,-68.5387],[-1.98,-68.5115],[-2.1347,-68.4843],[-2.2895,-68.457],[-2.4442,-68.4297],[-2.599,-68.4024],[-2.7537,-68.375],[-2.9085,-68.3476],[-3.0632,-68.3202],[-3.218,-68.2927],[-3.3727,-68.2652],[-3.5275,-68.2377],[-3.5598,-68.2565],[-3.652,-68.3101],[-3.7443,-68.3635],[-3.8366,-68.4168],[-3.9289,-68.47],[-4.0211,-68.523],[-4.1134,-68.576],[-4.2057,-68.6288],[-4.298,-68.6815],[-4.3902,-68.734],[-4.4825,-68.7865],[-4.5748,-68.8388],[-4.6671,-68.891],[-4.7593,-68.9431],[-4.8516,-68.995],[-4.9439,-69.0468],[-5.0362,-69.0985],[-5.1284,-69.1501],[-5.2207,-69.2016],[-5.313,-69.2529],[-5.4053,-69.3041],[-5.4975,-69.3552],[-5.5898,-69.4062],[-5.6821,-69.457],[-5.7744,-69.5078],[-5.8667,-69.5584],[-5.9589,-69.6089],[-6.0512,-69.6593],[-6.1435,-69.7095],[-6.2358,-69.7597],[-6.328,-69.8097],[-6.4203,-69.8596],[-6.5126,-69.9094],[-6.6049,-69.959],[-6.6971,-70.0086],[-6.7894,-70.058],[-6.8817,-70.1073],[-6.974,-70.1565],[-7.0662,-70.2056],[-7.1585,-70.2545],[-7.2508,-70.3034],[-7.3431,-70.3521],[-7.4353,-70.4007],[-7.5276,-70.4492],[-7.6199,-70.4976],[-7.7122,-70.5459],[-7.8044,-70.594],[-7.8967,-70.6421],[-7.989,-70.69],[-8.0813,-70.7378],[-8.1735,-70.7855],[-8.2658,-70.8331],[-8.3581,-70.8805],[-8.4504,-70.9279],[-8.5426,-70.9751],[-8.6349,-71.0223],[-8.7272,-71.0693],[-8.8195,-71.1162],[-8.9117,-71.163],[-9.004,-71.2097],[-9.0963,-71.2562],[-9.1886,-71.3027],[-9.2808,-71.349],[-9.3731,-71.3953],[-9.4654,-71.4414],[-9.5577,-71.4874],[-9.6499,-71.5333],[-9.7422,-71.5791],[-9.8345,-71.6248],[-9.9268,-71.6704],[-10.019,-71.7158],[-10.1113,-71.7612],[-10.2036,-71.8065],[-10.2959,-71.8516],[-10.3881,-71.8966],[-10.4804,-71.9416],[-10.5727,-71.9864],[-10.665,-72.0311],[-10.7572,-72.0757],[-10.8495,-72.1202],[-10.9418,-72.1646],[-11.0341,-72.2089],[-11.1263,-72.253],[-11.2186,-72.2971],[-11.3109,-72.3411],[-11.4032,-72.3849],[-11.4955,-72.4287],[-11.5877,-72.4723],[-11.68,-72.5159],[-11.7723,-72.5593],[-11.8646,-72.6026],[-11.9568,-72.6459],[-12.0491,-72.689],[-12.1414,-72.732],[-12.2337,-72.7749],[-12.3259,-72.8177],[-12.4182,-72.8604],[-12.5105,-72.903],[-12.6028,-72.9455],[-12.695,-72.9879],[-12.7873,-73.0302],[-12.8796,-73.0724],[-12.8516,-73.0725],[-12.6799,-73.0731],[-12.5083,-73.0736],[-12.3366,-73.0741],[-12.165,-73.0746],[-11.9933,-73.0752],[-11.8217,-73.0757],[-11.65,-73.0762],[-11.4784,-73.0768],[-11.3067,-73.0773],[-11.1351,-73.0778],[-10.9634,-73.0784],[-10.7918,-73.0789],[-10.6201,-73.0794],[-10.4485,-73.0799],[-10.2768,-73.0805],[-10.1052,-73.081],[-9.9335,-73.0815],[-9.7619,-73.0821]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image from Fimbul Ice Shelf and Jelbart Ice Shelf and areas further southwest (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R035_SXX_20220124T083939","name":"imagico.de: Fimbul Ice Shelf to Heimefront Range","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R035_SXX_20220124T083939&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2022-01-24T00:00:00.000Z","startDate":"2022-01-24T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-66.3186,-82.6679],[-66.3822,-82.8386],[-66.2057,-82.8416],[-65.9037,-82.8463],[-50.9517,-82.8463],[-49.7012,-82.8243],[-48.352,-82.7965],[-47.0138,-82.7648],[-45.6878,-82.7292],[-44.3754,-82.6898],[-43.0775,-82.6466],[-41.7953,-82.5997],[-40.5298,-82.5493],[-39.2818,-82.4952],[-38.0521,-82.4377],[-36.8414,-82.3768],[-35.6503,-82.3126],[-34.4793,-82.2452],[-33.3289,-82.1746],[-32.1993,-82.101],[-31.091,-82.0244],[-30.004,-81.9449],[-28.9386,-81.8627],[-27.967,-81.7659],[-27.0055,-81.6654],[-26.0671,-81.5628],[-25.1513,-81.4579],[-24.2578,-81.351],[-23.3862,-81.2421],[-22.5361,-81.1313],[-21.7071,-81.0186],[-20.8986,-80.9041],[-20.1103,-80.7879],[-19.3417,-80.67],[-18.5922,-80.5506],[-17.8615,-80.4297],[-17.149,-80.3073],[-16.4542,-80.1834],[-15.7768,-80.0583],[-15.1162,-79.9318],[-14.4719,-79.8041],[-13.8436,-79.6752],[-13.2307,-79.5451],[-12.6328,-79.414],[-12.0494,-79.2818],[-11.4803,-79.1485],[-10.9249,-79.0143],[-10.3828,-78.8792],[-9.8537,-78.7431],[-9.3371,-78.6062],[-8.8328,-78.4684],[-8.3403,-78.3298],[-7.8592,-78.1905],[-7.3893,-78.0504],[-6.9302,-77.9097],[-6.4815,-77.7682],[-6.043,-77.6261],[-5.6144,-77.4833],[-5.1954,-77.34],[-4.7856,-77.1961],[-4.3849,-77.0516],[-3.9929,-76.9065],[-3.6094,-76.761],[-3.2341,-76.615],[-2.8668,-76.4685],[-2.5073,-76.3215],[-2.1553,-76.1741],[-1.8106,-76.0262],[-1.473,-75.878],[-1.1424,-75.7294],[-0.8184,-75.5804],[-0.5009,-75.431],[-0.1898,-75.2814],[0.1152,-75.1313],[0.4142,-74.981],[0.7074,-74.8304],[0.9949,-74.6794],[1.277,-74.5282],[1.5537,-74.3767],[1.8252,-74.225],[2.0917,-74.073],[2.3532,-73.9208],[2.61,-73.7684],[2.8621,-73.6158],[3.1097,-73.4629],[3.3529,-73.3099],[3.5918,-73.1567],[3.8265,-73.0033],[4.0571,-72.8497],[4.2838,-72.696],[4.5066,-72.5422],[4.7256,-72.3881],[4.941,-72.234],[5.1528,-72.0797],[5.3611,-71.9253],[5.566,-71.7708],[5.7676,-71.6162],[5.966,-71.4615],[6.1612,-71.3067],[6.3533,-71.1518],[6.5424,-70.9968],[6.7286,-70.8417],[6.912,-70.6866],[7.0925,-70.5314],[7.2704,-70.3761],[7.4455,-70.2208],[7.6181,-70.0655],[7.7882,-69.9101],[7.9557,-69.7546],[8.1209,-69.5992],[8.2837,-69.4437],[8.4441,-69.2881],[8.6023,-69.1326],[8.7584,-68.977],[8.4087,-68.9216],[7.9904,-68.8539],[7.5747,-68.7851],[7.1616,-68.7151],[6.7512,-68.644],[6.3434,-68.5718],[5.9382,-68.4985],[5.5357,-68.424],[5.3072,-68.3875],[4.8968,-68.3206],[4.4887,-68.2526],[4.0831,-68.1834],[3.68,-68.1132],[3.2794,-68.0418],[2.8812,-67.9694],[2.4855,-67.8959],[2.0924,-67.8213],[1.9537,-67.9197],[1.7448,-68.0662],[1.5332,-68.2126],[1.3189,-68.3588],[1.1018,-68.5049],[0.8818,-68.6508],[0.6588,-68.7965],[0.433,-68.942],[0.2041,-69.0874],[-0.028,-69.2325],[-0.2631,-69.3775],[-0.5015,-69.5222],[-0.7431,-69.6667],[-0.9881,-69.8109],[-1.2365,-69.955],[-1.4884,-70.0987],[-1.7439,-70.2423],[-2.003,-70.3855],[-2.2657,-70.5285],[-2.5323,-70.6711],[-2.8027,-70.8135],[-3.077,-70.9556],[-3.3553,-71.0973],[-3.6377,-71.2388],[-3.9244,-71.3799],[-4.2152,-71.5206],[-4.5104,-71.661],[-4.8101,-71.8009],[-5.1143,-71.9406],[-5.4231,-72.0798],[-5.7366,-72.2186],[-6.055,-72.3569],[-6.3783,-72.4949],[-6.7066,-72.6323],[-7.04,-72.7693],[-7.3786,-72.9059],[-7.7226,-73.0419],[-8.072,-73.1774],[-8.427,-73.3124],[-8.7877,-73.4468],[-9.1542,-73.5807],[-9.5265,-73.714],[-9.9049,-73.8467],[-10.2894,-73.9788],[-10.6803,-74.1102],[-11.0775,-74.241],[-11.4812,-74.3712],[-11.8916,-74.5006],[-12.3088,-74.6293],[-12.7329,-74.7573],[-13.1641,-74.8846],[-13.6024,-75.011],[-14.0481,-75.1367],[-14.5013,-75.2615],[-14.9621,-75.3855],[-15.4306,-75.5086],[-15.907,-75.6308],[-16.3915,-75.7521],[-16.8842,-75.8725],[-17.3852,-75.9918],[-17.8946,-76.1102],[-18.4127,-76.2275],[-18.9395,-76.3438],[-19.4752,-76.459],[-20.02,-76.573],[-20.5739,-76.6859],[-21.1372,-76.7976],[-21.7099,-76.9081],[-22.2923,-77.0173],[-22.8843,-77.1252],[-23.4861,-77.2318],[-24.098,-77.3371],[-24.6545,-77.4319],[-25.2812,-77.5358],[-25.9182,-77.6382],[-26.5657,-77.7391],[-27.2238,-77.8385],[-27.8925,-77.9363],[-28.5719,-78.0325],[-29.2622,-78.1271],[-29.9633,-78.22],[-30.6753,-78.3111],[-31.3983,-78.4005],[-32.1323,-78.4881],[-32.8773,-78.5738],[-33.6334,-78.6576],[-34.4004,-78.7394],[-35.1784,-78.8193],[-35.9673,-78.8972],[-36.7671,-78.9729],[-37.5777,-79.0466],[-38.399,-79.118],[-39.2308,-79.1873],[-40.0731,-79.2543],[-40.0889,-79.2556],[-40.9383,-79.3218],[-41.798,-79.3856],[-42.6677,-79.4471],[-43.5473,-79.5062],[-44.4365,-79.5628],[-45.3351,-79.617],[-46.2427,-79.6686],[-47.159,-79.7176],[-48.0837,-79.7641],[-49.0165,-79.8079],[-49.9569,-79.849],[-50.9046,-79.8874],[-51.859,-79.923],[-52.8199,-79.9559],[-53.7866,-79.986],[-54.7586,-80.0133],[-55.7356,-80.0377],[-56.7169,-80.0593],[-57.702,-80.078],[-58.6904,-80.0938],[-59.6814,-80.1066],[-60.6746,-80.1166],[-61.6693,-80.1236],[-62.6649,-80.1277],[-63.6608,-80.1288],[-64.6565,-80.127],[-65.6513,-80.1223],[-65.681,-80.2785],[-65.7148,-80.4491],[-65.75,-80.6197],[-65.7867,-80.7904],[-65.8249,-80.961],[-65.8649,-81.1317],[-65.9066,-81.3024],[-65.9502,-81.473],[-65.9958,-81.6437],[-66.0435,-81.8144],[-66.0935,-81.9851],[-66.1458,-82.1558],[-66.2007,-82.3265],[-66.2582,-82.4972],[-66.3186,-82.6679]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image from Fimbul Ice Shelf to Heimefront Range and beyond to the Theron Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC82100502015347LGN00","name":"imagico.de: Fogo, Cape Verde","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82100502015347LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2015-12-13T00:00:00.000Z","startDate":"2015-12-13T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-24.7588,14.7481],[-24.2671,14.7481],[-24.2671,15.0925],[-24.7588,15.0925],[-24.7588,14.7481]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Image from after the 2014/2015 eruption, somewhat outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80881332017345LGN00","name":"imagico.de: Gburek Peaks evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80881332017345LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-12-11T00:00:00.000Z","startDate":"2017-12-11T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-1.1903,-73.2949],[-1.0382,-73.3831],[-0.8961,-73.361],[-0.5944,-73.3141],[-0.2927,-73.2669],[0.009,-73.2197],[0.3107,-73.1723],[0.6124,-73.1248],[0.9141,-73.0772],[1.2158,-73.0294],[1.5175,-72.9815],[1.8063,-72.9302],[2.0999,-72.8779],[2.3935,-72.8255],[2.6872,-72.7728],[2.9808,-72.7201],[3.2744,-72.6671],[3.568,-72.6141],[3.8616,-72.5608],[4.1552,-72.5074],[4.1185,-72.489],[3.9419,-72.4002],[3.7652,-72.3109],[3.5886,-72.2213],[3.412,-72.1311],[3.2354,-72.0406],[3.0588,-71.9496],[2.8822,-71.8581],[2.7055,-71.7662],[2.5289,-71.6739],[2.3523,-71.5811],[2.1757,-71.4878],[1.9991,-71.3941],[1.8225,-71.3],[1.6458,-71.2054],[1.4692,-71.1103],[1.2926,-71.0147],[1.2615,-71.02],[0.9569,-71.0715],[0.6524,-71.1228],[0.3479,-71.1741],[0.0433,-71.2252],[-0.2612,-71.2761],[-0.5657,-71.3269],[-0.8703,-71.3776],[-1.1748,-71.4282],[-1.4793,-71.4786],[-1.7839,-71.5289],[-2.0884,-71.579],[-2.3929,-71.6291],[-2.6975,-71.679],[-3.002,-71.7287],[-3.3065,-71.7784],[-3.6111,-71.8279],[-3.4721,-71.9154],[-3.3199,-72.0107],[-3.1678,-72.1055],[-3.0157,-72.1998],[-2.8636,-72.2937],[-2.7115,-72.387],[-2.5594,-72.4799],[-2.4073,-72.5724],[-2.2551,-72.6643],[-2.103,-72.7558],[-1.9509,-72.8468],[-1.7988,-72.9373],[-1.6467,-73.0274],[-1.4946,-73.117],[-1.3424,-73.2062],[-1.1903,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Gburek Peaks showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80861332016361LGN01","name":"imagico.de: Gjelsvik Mountains evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80861332016361LGN01&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-12-26T00:00:00.000Z","startDate":"2016-12-26T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[1.8936,-73.2949],[2.0459,-73.3831],[2.2201,-73.356],[2.5217,-73.309],[2.8234,-73.2618],[3.125,-73.2145],[3.4266,-73.1671],[3.7283,-73.1196],[4.0299,-73.0719],[4.3315,-73.0241],[4.6331,-72.9761],[4.8894,-72.9306],[5.183,-72.8782],[5.4766,-72.8257],[5.7701,-72.7731],[6.0637,-72.7203],[6.3572,-72.6673],[6.6508,-72.6142],[6.9444,-72.5609],[7.2379,-72.5075],[7.2043,-72.4906],[7.0276,-72.4019],[6.8509,-72.3126],[6.6742,-72.223],[6.4975,-72.1329],[6.3209,-72.0424],[6.1442,-71.9514],[5.9675,-71.8599],[5.7908,-71.7681],[5.6141,-71.6757],[5.4375,-71.583],[5.2608,-71.4897],[5.0841,-71.3961],[4.9074,-71.3019],[4.7307,-71.2073],[4.554,-71.1123],[4.3774,-71.0167],[4.3456,-71.0221],[4.0409,-71.0735],[3.7362,-71.1247],[3.4315,-71.1758],[3.1268,-71.2268],[2.8221,-71.2776],[2.5173,-71.3283],[2.2126,-71.3789],[1.9079,-71.4294],[1.6032,-71.4797],[1.2985,-71.5299],[0.9938,-71.5799],[0.6891,-71.6298],[0.3844,-71.6796],[0.0797,-71.7293],[-0.225,-71.7788],[-0.5297,-71.8282],[-0.3905,-71.9158],[-0.2382,-72.011],[-0.0859,-72.1058],[0.0663,-72.2001],[0.2186,-72.294],[0.3709,-72.3873],[0.5232,-72.4802],[0.6754,-72.5726],[0.8277,-72.6645],[0.98,-72.7559],[1.1322,-72.8469],[1.2845,-72.9374],[1.4368,-73.0275],[1.589,-73.1171],[1.7413,-73.2062],[1.8936,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Gjelsvik Mountains showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R095_S6X_20220128T131859","name":"imagico.de: Graham Land East","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R095_S6X_20220128T131859&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2022-01-28T00:00:00.000Z","startDate":"2022-01-28T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-69.5604,-70.3925],[-69.3888,-70.3934],[-69.3888,-70.3934],[-69.2798,-70.3934],[-69.1081,-70.3934],[-68.9365,-70.3934],[-68.7648,-70.3934],[-68.5931,-70.3934],[-68.4215,-70.3934],[-68.2498,-70.3934],[-68.0782,-70.3934],[-67.9065,-70.3934],[-67.7348,-70.3934],[-67.5632,-70.3934],[-67.3915,-70.3934],[-67.2198,-70.3933],[-67.0482,-70.3933],[-66.8765,-70.3933],[-66.7049,-70.3933],[-66.5332,-70.3933],[-66.3615,-70.3933],[-66.1899,-70.3933],[-66.0182,-70.3933],[-65.8466,-70.3933],[-65.6749,-70.3933],[-65.5032,-70.3933],[-65.3316,-70.3933],[-65.1599,-70.3933],[-64.9883,-70.3933],[-64.8166,-70.3933],[-64.6449,-70.3933],[-64.4733,-70.3933],[-64.3016,-70.3933],[-64.1299,-70.3933],[-63.9583,-70.3933],[-63.7866,-70.3932],[-63.615,-70.3932],[-63.4433,-70.3932],[-63.3776,-70.3412],[-63.3106,-70.288],[-63.2436,-70.2346],[-63.1765,-70.1811],[-63.1095,-70.1275],[-63.0425,-70.0737],[-62.9754,-70.0197],[-62.9084,-69.9657],[-62.8414,-69.9115],[-62.7743,-69.8571],[-62.7073,-69.8026],[-62.6403,-69.748],[-62.5732,-69.6932],[-62.5062,-69.6383],[-62.4392,-69.5832],[-62.3721,-69.528],[-62.309,-69.4733],[-62.2446,-69.4175],[-62.1802,-69.3615],[-62.1158,-69.3053],[-62.0515,-69.249],[-61.9871,-69.1925],[-61.9227,-69.1359],[-61.8583,-69.0792],[-61.794,-69.0223],[-61.7296,-68.9652],[-61.6652,-68.908],[-61.6009,-68.8507],[-61.5365,-68.7932],[-61.4805,-68.7414],[-61.418,-68.6834],[-61.3554,-68.6252],[-61.2929,-68.5668],[-61.2303,-68.5084],[-61.1677,-68.4497],[-61.1052,-68.3909],[-61.0426,-68.332],[-60.9801,-68.2729],[-60.9175,-68.2136],[-60.855,-68.1542],[-60.7924,-68.0946],[-60.7299,-68.0349],[-60.6673,-67.9751],[-60.6048,-67.915],[-60.5422,-67.8548],[-60.4951,-67.8076],[-60.4347,-67.7468],[-60.3743,-67.6858],[-60.3139,-67.6248],[-60.2535,-67.5635],[-60.1931,-67.5021],[-60.1327,-67.4405],[-60.0723,-67.3788],[-60.0119,-67.3169],[-59.9515,-67.2549],[-59.8911,-67.1927],[-59.8307,-67.1303],[-59.7703,-67.0678],[-59.71,-67.0051],[-59.6496,-66.9422],[-59.5892,-66.8792],[-59.5495,-66.8353],[-59.4919,-66.7716],[-59.4344,-66.7078],[-59.3769,-66.6437],[-59.3194,-66.5795],[-59.2619,-66.5151],[-59.2044,-66.4506],[-59.1469,-66.3859],[-59.0894,-66.321],[-59.0319,-66.256],[-58.9743,-66.1908],[-58.9168,-66.1254],[-58.8593,-66.0598],[-58.8018,-65.9941],[-58.7443,-65.9282],[-58.6868,-65.8622],[-58.6293,-65.796],[-58.5718,-65.7296],[-58.5143,-65.663],[-58.4568,-65.5963],[-58.3992,-65.5293],[-58.3417,-65.4623],[-58.2842,-65.395],[-58.2267,-65.3276],[-58.1692,-65.26],[-58.1117,-65.1922],[-58.0542,-65.1242],[-57.9967,-65.0561],[-57.9392,-64.9878],[-57.8816,-64.9194],[-57.8241,-64.8507],[-57.7666,-64.7819],[-57.7606,-64.7741],[-57.7069,-64.7045],[-57.6532,-64.6348],[-57.5995,-64.5649],[-57.5458,-64.4947],[-57.4921,-64.4244],[-57.4384,-64.354],[-57.3847,-64.2833],[-57.331,-64.2125],[-57.2773,-64.1414],[-57.2236,-64.0702],[-57.1699,-63.9989],[-57.1162,-63.9273],[-57.0625,-63.8555],[-57.0088,-63.7836],[-56.955,-63.7115],[-56.9013,-63.6392],[-56.8476,-63.5667],[-56.7939,-63.494],[-56.7402,-63.4212],[-56.6865,-63.3481],[-56.6328,-63.2749],[-56.5791,-63.2015],[-56.5254,-63.1279],[-56.4717,-63.0541],[-56.418,-62.9801],[-56.3643,-62.9059],[-56.3106,-62.8316],[-56.2569,-62.7571],[-56.2032,-62.6823],[-56.1495,-62.6074],[-56.0958,-62.5323],[-56.042,-62.457],[-55.9883,-62.3815],[-55.9346,-62.3058],[-55.8809,-62.23],[-55.9051,-62.2072],[-55.9811,-62.1353],[-56.0571,-62.0633],[-56.1332,-61.9911],[-56.2092,-61.9188],[-56.2852,-61.8463],[-56.3613,-61.7736],[-56.4373,-61.7007],[-56.5134,-61.6276],[-56.5894,-61.5544],[-56.6654,-61.481],[-56.7415,-61.4074],[-56.8175,-61.3337],[-56.9573,-61.3319],[-57.1289,-61.3296],[-57.3005,-61.3274],[-57.4721,-61.3252],[-57.6437,-61.3229],[-57.8153,-61.3207],[-57.9869,-61.3184],[-58.1585,-61.3162],[-58.3301,-61.3139],[-58.5017,-61.3117],[-58.6732,-61.3095],[-58.8448,-61.3072],[-59.0164,-61.305],[-59.188,-61.3027],[-59.3596,-61.3005],[-59.5312,-61.2982],[-59.7028,-61.296],[-59.8744,-61.2937],[-60.046,-61.2915],[-60.2176,-61.2893],[-60.3892,-61.287],[-60.5608,-61.2848],[-60.7324,-61.2825],[-60.7324,-61.2825],[-60.8246,-61.3493],[-60.9194,-61.4178],[-61.0143,-61.4862],[-61.1091,-61.5544],[-61.2039,-61.6225],[-61.2988,-61.6904],[-61.3936,-61.7582],[-61.4885,-61.8258],[-61.5833,-61.8933],[-61.6781,-61.9607],[-61.773,-62.0278],[-61.8678,-62.0949],[-61.9626,-62.1618],[-62.0575,-62.2285],[-62.1256,-62.2907],[-62.2036,-62.3617],[-62.2816,-62.4325],[-62.3596,-62.5032],[-62.4376,-62.5737],[-62.5156,-62.6441],[-62.5936,-62.7143],[-62.6717,-62.7843],[-62.7497,-62.8541],[-62.8277,-62.9238],[-62.9057,-62.9933],[-62.9837,-63.0627],[-63.0617,-63.1319],[-63.1397,-63.2009],[-63.2177,-63.2698],[-63.2957,-63.3385],[-63.3737,-63.407],[-63.4517,-63.4754],[-63.5297,-63.5436],[-63.6078,-63.6116],[-63.6858,-63.6795],[-63.7638,-63.7472],[-63.8418,-63.8148],[-63.9198,-63.8822],[-63.9978,-63.9494],[-64.0758,-64.0165],[-64.1538,-64.0834],[-64.2318,-64.1502],[-64.3098,-64.2167],[-64.3878,-64.2832],[-64.4658,-64.3495],[-64.5438,-64.4156],[-64.6219,-64.4815],[-64.6999,-64.5473],[-64.7779,-64.613],[-64.8559,-64.6784],[-64.9339,-64.7438],[-65.0119,-64.8089],[-65.0899,-64.8739],[-65.1679,-64.9388],[-65.2459,-65.0035],[-65.3239,-65.068],[-65.4019,-65.1324],[-65.4799,-65.1966],[-65.558,-65.2607],[-65.636,-65.3246],[-65.714,-65.3884],[-65.792,-65.452],[-65.87,-65.5154],[-65.948,-65.5787],[-66.026,-65.6419],[-66.104,-65.7048],[-66.182,-65.7677],[-66.26,-65.8304],[-66.338,-65.8929],[-66.416,-65.9553],[-66.494,-66.0175],[-66.5721,-66.0796],[-66.6501,-66.1415],[-66.7281,-66.2033],[-66.8061,-66.2649],[-66.8841,-66.3264],[-66.9621,-66.3877],[-67.0401,-66.4489],[-67.1181,-66.5099],[-67.1961,-66.5708],[-67.2741,-66.6315],[-67.3521,-66.6921],[-67.4301,-66.7525],[-67.5082,-66.8128],[-67.5862,-66.8729],[-67.6642,-66.9329],[-67.7422,-66.9928],[-67.8202,-67.0524],[-67.8982,-67.112],[-67.9762,-67.1714],[-68.0542,-67.2306],[-68.1322,-67.2898],[-68.2102,-67.3487],[-68.2882,-67.4075],[-68.3662,-67.4662],[-68.4443,-67.5247],[-68.5223,-67.5831],[-68.6003,-67.6414],[-68.6783,-67.6995],[-68.7563,-67.7574],[-68.8343,-67.8152],[-68.9123,-67.8729],[-68.9903,-67.9304],[-69.0683,-67.9878],[-69.1463,-68.045],[-69.2243,-68.1021],[-69.3023,-68.1591],[-69.3803,-68.2159],[-69.4584,-68.2726],[-69.5364,-68.3291],[-69.6144,-68.3855],[-69.6924,-68.4418],[-69.7704,-68.4979],[-69.8484,-68.5539],[-69.9264,-68.6097],[-70.0044,-68.6654],[-70.0824,-68.721],[-70.1604,-68.7764],[-70.2384,-68.8317],[-70.3164,-68.8868],[-70.3945,-68.9419],[-70.4725,-68.9967],[-70.5505,-69.0515],[-70.6285,-69.1061],[-70.7065,-69.1605],[-70.7845,-69.2149],[-70.8625,-69.2691],[-70.9405,-69.3231],[-71.0185,-69.3771],[-71.0965,-69.4308],[-71.1745,-69.4845],[-71.2525,-69.538],[-71.3305,-69.5914],[-71.4086,-69.6447],[-71.4866,-69.6978],[-71.5646,-69.7508],[-71.6426,-69.8036],[-71.7206,-69.8564],[-71.7986,-69.909],[-71.8766,-69.9614],[-71.9546,-70.0138],[-72.0326,-70.066],[-72.1106,-70.118],[-72.1886,-70.17],[-72.2666,-70.2218],[-72.3447,-70.2734],[-72.4227,-70.325],[-72.5007,-70.3764],[-72.4783,-70.3765],[-72.3066,-70.3775],[-72.135,-70.3784],[-71.9634,-70.3793],[-71.7917,-70.3803],[-71.6201,-70.3812],[-71.4485,-70.3822],[-71.2768,-70.3831],[-71.1052,-70.384],[-70.9335,-70.385],[-70.7619,-70.3859],[-70.5903,-70.3869],[-70.4186,-70.3878],[-70.247,-70.3887],[-70.0753,-70.3897],[-69.9037,-70.3906],[-69.7321,-70.3915],[-69.5604,-70.3925]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of Graham Land (East) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R138_S6X_20220302T132919","name":"imagico.de: Graham Land West","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R138_S6X_20220302T132919&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2022-03-02T00:00:00.000Z","startDate":"2022-03-02T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-69.839,-67.7002],[-69.6674,-67.702],[-69.6674,-67.702],[-69.6217,-67.702],[-69.4501,-67.702],[-69.2784,-67.7019],[-69.1068,-67.7019],[-68.9351,-67.7019],[-68.7634,-67.7019],[-68.5918,-67.7019],[-68.4201,-67.7019],[-68.2484,-67.7019],[-68.0768,-67.7019],[-67.9051,-67.7019],[-67.7335,-67.7019],[-67.5618,-67.7019],[-67.3901,-67.7019],[-67.2185,-67.7019],[-67.0468,-67.7019],[-66.8752,-67.7019],[-66.7035,-67.7019],[-66.5318,-67.7019],[-66.3602,-67.7019],[-66.1885,-67.7019],[-66.0168,-67.7019],[-65.8452,-67.7018],[-65.6735,-67.7018],[-65.5019,-67.7018],[-65.3302,-67.7018],[-65.1585,-67.7018],[-64.9869,-67.7018],[-64.8152,-67.7018],[-64.6436,-67.7018],[-64.4719,-67.7018],[-64.3002,-67.7018],[-64.1286,-67.7018],[-63.9569,-67.7018],[-63.7852,-67.7018],[-63.6136,-67.7018],[-63.4419,-67.7018],[-63.2703,-67.7018],[-63.0986,-67.7018],[-62.9269,-67.7018],[-62.8827,-67.6569],[-62.8224,-67.5957],[-62.7621,-67.5344],[-62.7019,-67.4729],[-62.6416,-67.4112],[-62.5813,-67.3494],[-62.5211,-67.2874],[-62.4608,-67.2253],[-62.4005,-67.163],[-62.3403,-67.1005],[-62.28,-67.0379],[-62.2197,-66.9751],[-62.1595,-66.9122],[-62.0992,-66.8491],[-62.0389,-66.7858],[-61.9787,-66.7223],[-61.9414,-66.6811],[-61.8835,-66.6171],[-61.8256,-66.5529],[-61.7677,-66.4885],[-61.7098,-66.4239],[-61.652,-66.3592],[-61.5941,-66.2943],[-61.5362,-66.2293],[-61.4783,-66.164],[-61.4204,-66.0986],[-61.3625,-66.0331],[-61.3047,-65.9673],[-61.2468,-65.9014],[-61.1889,-65.8354],[-61.131,-65.7691],[-61.0731,-65.7027],[-61.0152,-65.6361],[-60.9574,-65.5694],[-60.8995,-65.5025],[-60.8416,-65.4354],[-60.8161,-65.4039],[-60.7612,-65.3361],[-60.7063,-65.2682],[-60.6514,-65.2],[-60.5965,-65.1317],[-60.5417,-65.0632],[-60.4868,-64.9946],[-60.4319,-64.9257],[-60.377,-64.8567],[-60.3221,-64.7875],[-60.2672,-64.7181],[-60.2123,-64.6486],[-60.1574,-64.5789],[-60.1026,-64.509],[-60.0477,-64.4389],[-59.9928,-64.3686],[-59.9379,-64.2981],[-59.883,-64.2275],[-59.8281,-64.1567],[-59.7732,-64.0857],[-59.7184,-64.0145],[-59.6635,-63.9432],[-59.6086,-63.8716],[-59.5537,-63.7999],[-59.4988,-63.728],[-59.4439,-63.6559],[-59.389,-63.5837],[-59.3341,-63.5112],[-59.2793,-63.4386],[-59.2244,-63.3658],[-59.1695,-63.2927],[-59.1146,-63.2196],[-59.0597,-63.1462],[-59.0048,-63.0726],[-59.0721,-63.0726],[-59.2438,-63.0727],[-59.4154,-63.0728],[-59.5871,-63.0729],[-59.7588,-63.073],[-59.9304,-63.0731],[-60.1021,-63.0731],[-60.2737,-63.0732],[-60.4454,-63.0733],[-60.6171,-63.0734],[-60.7887,-63.0735],[-60.9604,-63.0735],[-61.1155,-63.0778],[-61.2869,-63.0824],[-61.4582,-63.0871],[-61.6296,-63.0917],[-61.8009,-63.0964],[-61.9723,-63.101],[-62.1436,-63.1057],[-62.315,-63.1103],[-62.4864,-63.115],[-62.6577,-63.1196],[-62.8291,-63.1243],[-63.0004,-63.1289],[-63.0607,-63.1548],[-63.1851,-63.2081],[-63.3095,-63.2614],[-63.434,-63.3145],[-63.5584,-63.3676],[-63.6829,-63.4205],[-63.8073,-63.4734],[-63.9318,-63.5261],[-64.0562,-63.5788],[-64.1807,-63.6314],[-64.3051,-63.6838],[-64.4295,-63.7362],[-64.554,-63.7885],[-64.6784,-63.8407],[-64.8029,-63.8927],[-64.9273,-63.9447],[-65.0518,-63.9966],[-65.1762,-64.0484],[-65.3007,-64.1001],[-65.4251,-64.1517],[-65.5496,-64.2032],[-65.674,-64.2546],[-65.7984,-64.3059],[-65.9229,-64.3572],[-66.0473,-64.4083],[-66.1718,-64.4593],[-66.2962,-64.5102],[-66.4207,-64.5611],[-66.5451,-64.6118],[-66.6696,-64.6625],[-66.794,-64.713],[-66.9184,-64.7635],[-67.0429,-64.8138],[-67.1673,-64.8641],[-67.2918,-64.9143],[-67.2941,-64.9163],[-67.3707,-64.9813],[-67.4473,-65.0462],[-67.5239,-65.1109],[-67.6006,-65.1755],[-67.6772,-65.2399],[-67.7538,-65.3041],[-67.8304,-65.3682],[-67.9071,-65.4322],[-67.9837,-65.496],[-68.0603,-65.5596],[-68.1369,-65.6231],[-68.2136,-65.6864],[-68.2902,-65.7496],[-68.3668,-65.8126],[-68.4434,-65.8755],[-68.5201,-65.9382],[-68.5967,-66.0007],[-68.6733,-66.0631],[-68.7499,-66.1254],[-68.8266,-66.1875],[-68.9032,-66.2494],[-68.9798,-66.3112],[-69.0564,-66.3728],[-69.1331,-66.4343],[-69.2097,-66.4957],[-69.2863,-66.5569],[-69.3629,-66.6179],[-69.4396,-66.6788],[-69.5162,-66.7395],[-69.5928,-66.8001],[-69.6694,-66.8606],[-69.7461,-66.9208],[-69.8227,-66.981],[-69.8993,-67.041],[-69.9759,-67.1008],[-70.0525,-67.1605],[-70.1292,-67.2201],[-70.2058,-67.2795],[-70.2824,-67.3387],[-70.359,-67.3978],[-70.4357,-67.4568],[-70.5123,-67.5156],[-70.5889,-67.5743],[-70.6655,-67.6328],[-70.7422,-67.6912],[-70.697,-67.6917],[-70.5254,-67.6934],[-70.3538,-67.6951],[-70.1822,-67.6968],[-70.0106,-67.6985],[-69.839,-67.7002]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of Graham Land (West) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-greenland","name":"imagico.de: Greenland mosaic","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=greenland&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-43.9774,59.7171],[-43.797,59.7284],[-43.5459,59.7695],[-43.3282,59.83],[-43.1131,59.9147],[-42.8643,60.0299],[-42.4368,60.3264],[-41.821,60.5526],[-41.2091,60.8495],[-40.714,61.3365],[-40.2757,61.8547],[-39.9532,62.2739],[-39.5739,62.7506],[-39.3131,63.4405],[-39.0545,63.7213],[-38.5304,64.1244],[-38.0624,64.4901],[-37.6032,64.9727],[-37.1858,65.1349],[-36.7532,65.2559],[-36.1483,65.372],[-35.5914,65.5208],[-34.8956,65.7403],[-33.9313,66.0156],[-32.9783,66.2596],[-31.7673,67.0005],[-30.6456,67.4911],[-29.353,67.8135],[-28.4575,68.0023],[-27.7638,68.2813],[-26.6316,68.4043],[-26.0994,68.583],[-25.6659,68.7995],[-25.1222,68.9555],[-24.6745,69.1084],[-24.1794,69.3088],[-23.9177,69.4036],[-23.3545,69.544],[-22.9027,69.6585],[-22.4831,69.7539],[-22.166,69.8947],[-21.8039,70.0911],[-21.5326,70.3001],[-21.219,70.6126],[-20.9411,70.9802],[-20.7765,71.4304],[-20.7672,71.8726],[-20.8774,72.2926],[-21.01,72.6766],[-20.7831,73.0446],[-20.2938,73.3524],[-19.8329,73.632],[-19.4463,73.9378],[-18.3155,74.2702],[-17.0427,74.6425],[-16.253,75.058],[-15.6879,75.4726],[-15.838,75.9611],[-16.0586,76.5548],[-16.0936,77.0771],[-15.5507,77.3655],[-14.7129,77.5278],[-14.1169,77.6779],[-13.7649,77.9279],[-13.2398,78.1272],[-12.2579,78.3558],[-11.2626,78.7128],[-10.7796,79.0441],[-10.7796,79.5176],[-11.136,79.8103],[-11.2123,80.069],[-10.7796,80.1902],[-10.7796,82.3196],[-12.0312,82.3426],[-13.5339,82.4379],[-14.3994,82.5997],[-14.4462,82.6959],[-74.5601,82.6959],[-74.5601,76.5328],[-74.2311,76.4102],[-72.1119,75.4476],[-71.0898,75.4705],[-70.055,75.5344],[-69.0456,75.6195],[-67.8379,75.6525],[-66.7068,75.6792],[-65.4481,75.7235],[-64.1463,75.779],[-62.9776,75.7454],[-62.4706,75.5595],[-61.911,75.3886],[-61.0067,75.2763],[-60.1412,75.102],[-59.3551,74.8869],[-58.7336,74.6328],[-58.5125,74.3783],[-58.3554,74.0972],[-58.1461,73.7696],[-57.8066,73.4566],[-57.4027,73.1054],[-56.8923,72.8144],[-56.5085,72.5258],[-56.5189,72.2355],[-56.5867,71.9015],[-56.5018,71.5429],[-56.2489,71.2343],[-55.7654,70.861],[-55.5501,70.6707],[-55.4307,70.479],[-55.3094,70.2573],[-55.3945,70.0838],[-55.3808,69.8283],[-55.2735,69.6187],[-55.0028,69.4125],[-54.7606,69.1207],[-54.598,68.8347],[-54.568,68.5698],[-54.604,68.2021],[-54.5141,67.7648],[-54.4519,67.303],[-54.2285,66.8319],[-54.1441,66.5235],[-54.1348,66.1568],[-53.9977,65.8019],[-53.6649,65.4753],[-53.2046,65.1321],[-52.789,64.9063],[-52.4988,64.6788],[-52.4829,64.3792],[-52.3658,64.0705],[-52.2255,63.8378],[-52.0253,63.6377],[-51.9465,63.4079],[-51.6767,63.1944],[-51.4238,62.9979],[-51.3005,62.8389],[-51.2121,62.6001],[-51.0631,62.3869],[-50.8647,62.1596],[-50.4699,61.9539],[-50.2064,61.7324],[-49.7601,61.4934],[-49.396,61.2957],[-49.0578,61.0555],[-48.8689,60.8506],[-48.5771,60.7015],[-48.1457,60.6192],[-47.6937,60.5549],[-47.2635,60.5314],[-46.8114,60.4418],[-46.577,60.2652],[-46.3381,60.119],[-46.0859,59.9827],[-45.763,59.8848],[-45.3587,59.8218],[-44.9203,59.7672],[-44.545,59.7302],[-43.9774,59.7171]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat mosaic of Greenland (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R047_S54_20160411T044330","name":"imagico.de: Heard Island coast","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R047_S54_20160411T044330&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-04-12T00:00:00.000Z","startDate":"2016-04-12T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[73.069,-53.2706],[74.0886,-53.2706],[74.0886,-52.9495],[73.6734,-52.8767],[73.069,-52.8755],[73.069,-53.2706]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent image of Heard island with interior mostly cloud covered but mostly well visible coast (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R121_S7X_20220301T085959","name":"imagico.de: Heimefront Range","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R121_S7X_20220301T085959&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2022-02-09T00:00:00.000Z","startDate":"2022-02-09T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-33.8888,-78.4581],[-33.5457,-78.4604],[-33.5457,-78.4604],[-33.2618,-78.4604],[-32.9185,-78.4604],[-32.5751,-78.4603],[-32.2318,-78.4603],[-31.8885,-78.4603],[-31.5452,-78.4602],[-31.2019,-78.4602],[-30.8585,-78.4602],[-30.5152,-78.4601],[-30.1719,-78.4601],[-29.8286,-78.4601],[-29.4852,-78.46],[-29.1419,-78.46],[-28.7986,-78.46],[-28.4553,-78.4599],[-28.112,-78.4599],[-27.7686,-78.4598],[-27.4253,-78.4598],[-27.082,-78.4598],[-26.7387,-78.4597],[-26.3953,-78.4597],[-26.052,-78.4597],[-25.7087,-78.4596],[-25.3654,-78.4596],[-25.022,-78.4596],[-24.6787,-78.4595],[-24.3354,-78.4595],[-23.9921,-78.4595],[-23.6488,-78.4594],[-23.3054,-78.4594],[-22.9621,-78.4594],[-22.6188,-78.4593],[-22.2755,-78.4593],[-21.9321,-78.4593],[-21.5888,-78.4592],[-21.2455,-78.4592],[-20.9022,-78.4591],[-20.5589,-78.4591],[-20.2155,-78.4591],[-19.8722,-78.459],[-19.5289,-78.459],[-19.1856,-78.459],[-18.8422,-78.4589],[-18.4989,-78.4589],[-18.1556,-78.4589],[-17.8123,-78.4588],[-17.4689,-78.4588],[-17.1256,-78.4588],[-16.7823,-78.4587],[-16.439,-78.4587],[-16.0957,-78.4587],[-16.0091,-78.4367],[-15.7964,-78.3826],[-15.5837,-78.3282],[-15.371,-78.2735],[-15.1583,-78.2186],[-14.9456,-78.1635],[-14.7329,-78.1081],[-14.5202,-78.0524],[-14.3075,-77.9965],[-14.0948,-77.9403],[-13.9697,-77.9049],[-13.7654,-77.847],[-13.5612,-77.7887],[-13.357,-77.7302],[-13.1528,-77.6714],[-12.9485,-77.6124],[-12.7443,-77.553],[-12.5401,-77.4934],[-12.3359,-77.4335],[-12.1317,-77.3733],[-11.9503,-77.3161],[-11.7544,-77.2541],[-11.5584,-77.1917],[-11.3625,-77.1291],[-11.1665,-77.0662],[-10.9706,-77.0029],[-10.7747,-76.9393],[-10.5787,-76.8755],[-10.3828,-76.8113],[-10.2592,-76.7681],[-10.0714,-76.7021],[-9.8836,-76.6358],[-9.6959,-76.5692],[-9.5081,-76.5023],[-9.3204,-76.4351],[-9.1326,-76.3675],[-8.9449,-76.2996],[-8.7571,-76.2313],[-8.5693,-76.1628],[-8.4047,-76.0986],[-8.2249,-76.0281],[-8.0451,-75.9573],[-7.8653,-75.8862],[-7.6855,-75.8147],[-7.5057,-75.7428],[-7.3259,-75.6706],[-7.1461,-75.5981],[-6.9663,-75.5252],[-6.7865,-75.4519],[-6.7662,-75.443],[-6.5947,-75.3681],[-6.4233,-75.2927],[-6.2519,-75.217],[-6.0805,-75.1409],[-5.9091,-75.0644],[-5.7377,-74.9876],[-5.5662,-74.9103],[-5.3948,-74.8327],[-5.2234,-74.7547],[-5.052,-74.6763],[-4.8996,-74.6022],[-4.7352,-74.522],[-4.5707,-74.4414],[-4.4063,-74.3603],[-4.2419,-74.2789],[-4.0775,-74.197],[-3.9131,-74.1147],[-3.7487,-74.032],[-3.5843,-73.9489],[-3.5818,-73.9475],[-3.4247,-73.8629],[-3.2677,-73.7778],[-3.1106,-73.6923],[-2.9536,-73.6064],[-2.7966,-73.52],[-2.6395,-73.4331],[-2.4825,-73.3459],[-2.3254,-73.2582],[-2.1684,-73.17],[-2.0113,-73.0814],[-1.8543,-72.9923],[-2.05,-72.9921],[-2.3933,-72.9918],[-2.7367,-72.9915],[-3.08,-72.9912],[-3.4233,-72.991],[-3.7666,-72.9907],[-4.11,-72.9904],[-4.4533,-72.9901],[-4.7966,-72.9898],[-5.1399,-72.9895],[-5.4832,-72.9892],[-5.8266,-72.9889],[-6.1699,-72.9886],[-6.5132,-72.9883],[-6.8565,-72.988],[-7.1998,-72.9877],[-7.5432,-72.9874],[-7.8865,-72.9871],[-8.2298,-72.9869],[-8.5731,-72.9866],[-8.9165,-72.9863],[-9.2598,-72.986],[-9.6031,-72.9857],[-9.9464,-72.9854],[-10.2897,-72.9851],[-10.6331,-72.9848],[-10.9764,-72.9845],[-11.3197,-72.9842],[-11.663,-72.9839],[-12.0063,-72.9836],[-12.3497,-72.9833],[-12.693,-72.983],[-12.9191,-73.0455],[-13.1687,-73.1141],[-13.4183,-73.1824],[-13.6679,-73.2505],[-13.9175,-73.3183],[-14.1671,-73.3858],[-14.4167,-73.4531],[-14.6663,-73.5201],[-14.9159,-73.5868],[-15.1654,-73.6533],[-15.415,-73.7195],[-15.6646,-73.7855],[-15.9142,-73.8512],[-16.1638,-73.9166],[-16.4134,-73.9818],[-16.663,-74.0467],[-16.9126,-74.1114],[-17.1622,-74.1758],[-17.4117,-74.24],[-17.6613,-74.3039],[-17.9109,-74.3675],[-18.1605,-74.4309],[-18.4101,-74.4941],[-18.6597,-74.557],[-18.9093,-74.6196],[-19.1589,-74.682],[-19.4085,-74.7442],[-19.658,-74.8061],[-19.9076,-74.8678],[-20.1572,-74.9292],[-20.4068,-74.9904],[-20.6564,-75.0513],[-20.906,-75.112],[-21.1556,-75.1724],[-21.4052,-75.2326],[-21.6548,-75.2926],[-21.9043,-75.3523],[-22.1539,-75.4118],[-22.4035,-75.4711],[-22.6531,-75.5301],[-22.9027,-75.5889],[-23.1523,-75.6475],[-23.4019,-75.7058],[-23.6515,-75.7639],[-23.9011,-75.8217],[-24.1506,-75.8794],[-24.4002,-75.9368],[-24.6498,-75.9939],[-24.8994,-76.0509],[-25.149,-76.1076],[-25.3986,-76.1641],[-25.6482,-76.2203],[-25.8978,-76.2764],[-26.1474,-76.3322],[-26.397,-76.3878],[-26.6465,-76.4432],[-26.8961,-76.4983],[-27.1457,-76.5532],[-27.3953,-76.608],[-27.6449,-76.6624],[-27.8945,-76.7167],[-28.1441,-76.7708],[-28.3937,-76.8246],[-28.6433,-76.8782],[-28.8928,-76.9317],[-29.1424,-76.9849],[-29.392,-77.0378],[-29.6416,-77.0906],[-29.8912,-77.1432],[-30.1408,-77.1955],[-30.3904,-77.2477],[-30.64,-77.2996],[-30.8896,-77.3513],[-31.1391,-77.4029],[-31.3887,-77.4542],[-31.6383,-77.5053],[-31.8879,-77.5562],[-32.1375,-77.6069],[-32.3871,-77.6574],[-32.6367,-77.7077],[-32.8863,-77.7577],[-33.1359,-77.8076],[-33.3854,-77.8573],[-33.635,-77.9068],[-33.8846,-77.9561],[-34.1342,-78.0052],[-34.3838,-78.0541],[-34.6334,-78.1028],[-34.883,-78.1513],[-35.1326,-78.1996],[-35.3822,-78.2477],[-35.6318,-78.2956],[-35.6902,-78.3195],[-35.8428,-78.3816],[-35.9953,-78.4434],[-35.9475,-78.4437],[-35.6044,-78.4461],[-35.2613,-78.4485],[-34.9182,-78.4509],[-34.5751,-78.4533],[-34.232,-78.4557],[-33.8888,-78.4581]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Heimefront Range and areas further southwest (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80791332016360LGN01","name":"imagico.de: Hoel Mountains 2016 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80791332016360LGN01&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-12-25T00:00:00.000Z","startDate":"2016-12-25T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[12.714,-73.2949],[12.866,-73.3831],[13.0969,-73.3471],[13.3983,-73.2999],[13.6997,-73.2526],[14.0012,-73.2052],[14.3026,-73.1576],[14.604,-73.1099],[14.9054,-73.0621],[15.2068,-73.0141],[15.5082,-72.9661],[15.7079,-72.9305],[16.0014,-72.8781],[16.2949,-72.8256],[16.5883,-72.7729],[16.8818,-72.7201],[17.1753,-72.6671],[17.4688,-72.6139],[17.7622,-72.5606],[18.0557,-72.5071],[18.019,-72.4887],[17.8422,-72.3999],[17.6653,-72.3107],[17.4885,-72.2211],[17.3117,-72.131],[17.1349,-72.0405],[16.9581,-71.9495],[16.7813,-71.8581],[16.6045,-71.7663],[16.4277,-71.674],[16.2508,-71.5812],[16.074,-71.488],[15.8972,-71.3943],[15.7204,-71.3002],[15.5436,-71.2056],[15.3668,-71.1106],[15.19,-71.0151],[15.1671,-71.0189],[14.8626,-71.0704],[14.5581,-71.1218],[14.2535,-71.173],[13.949,-71.2241],[13.6444,-71.275],[13.3399,-71.3259],[13.0354,-71.3765],[12.7308,-71.4271],[12.4263,-71.4775],[12.1218,-71.5278],[11.8172,-71.578],[11.5127,-71.628],[11.2081,-71.6779],[10.9036,-71.7277],[10.5991,-71.7773],[10.2945,-71.8268],[10.4345,-71.915],[10.5865,-72.0104],[10.7384,-72.1052],[10.8904,-72.1995],[11.0424,-72.2934],[11.1943,-72.3868],[11.3463,-72.4797],[11.4983,-72.5722],[11.6503,-72.6641],[11.8022,-72.7556],[11.9542,-72.8467],[12.1062,-72.9372],[12.2581,-73.0273],[12.4101,-73.117],[12.5621,-73.2061],[12.714,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Hoel Mountains 2016 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80791332020355LGN00","name":"imagico.de: Hoel Mountains 2020 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80791332020355LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-12-20T00:00:00.000Z","startDate":"2020-12-20T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[12.717,-73.2949],[12.8691,-73.3831],[13.0892,-73.3488],[13.3907,-73.3017],[13.6922,-73.2544],[13.9936,-73.207],[14.2951,-73.1595],[14.5966,-73.1118],[14.8981,-73.064],[15.1995,-73.0161],[15.501,-72.9681],[15.7082,-72.9312],[16.0017,-72.8788],[16.2952,-72.8263],[16.5887,-72.7736],[16.8821,-72.7208],[17.1756,-72.6678],[17.4691,-72.6146],[17.7626,-72.5613],[18.056,-72.5078],[18.0217,-72.4906],[17.8451,-72.4018],[17.6684,-72.3126],[17.4917,-72.223],[17.315,-72.1329],[17.1383,-72.0423],[16.9616,-71.9514],[16.7849,-71.8599],[16.6083,-71.7681],[16.4316,-71.6757],[16.2549,-71.583],[16.0782,-71.4897],[15.9015,-71.3961],[15.7248,-71.3019],[15.5481,-71.2073],[15.3715,-71.1123],[15.1948,-71.0167],[15.1697,-71.021],[14.865,-71.0724],[14.5604,-71.1237],[14.2557,-71.1748],[13.9511,-71.2258],[13.6464,-71.2767],[13.3418,-71.3275],[13.0371,-71.3781],[12.7324,-71.4285],[12.4278,-71.4789],[12.1231,-71.5291],[11.8185,-71.5792],[11.5138,-71.6292],[11.2092,-71.679],[10.9045,-71.7287],[10.5999,-71.7782],[10.2952,-71.8277],[10.4347,-71.9155],[10.5869,-72.0108],[10.739,-72.1056],[10.8912,-72.1999],[11.0433,-72.2937],[11.1955,-72.3871],[11.3476,-72.48],[11.4998,-72.5724],[11.6519,-72.6643],[11.8041,-72.7558],[11.9562,-72.8468],[12.1084,-72.9374],[12.2605,-73.0274],[12.4127,-73.117],[12.5648,-73.2062],[12.717,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Hoel Mountains 2020 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC82280982013259LGN00","name":"imagico.de: Isla Londonderry","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82280982013259LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2013-09-16T00:00:00.000Z","startDate":"2013-09-16T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-69.8568,-55.5595],[-69.6223,-55.5591],[-69.4915,-55.2838],[-69.4912,-54.1789],[-72.0853,-54.1791],[-72.2652,-54.5109],[-72.2652,-55.1494],[-69.8568,-55.5595]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"A lot of very coarse coastlines could be improved here, much snow cover though so no use for glacier mapping (somewhat outdated) (false color IR)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R009_S64_20230216T125859","name":"imagico.de: James Ross Island","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R009_S64_20230216T125859&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-02-16T00:00:00.000Z","startDate":"2023-02-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-59.2746,-64.5116],[-59.4089,-64.6354],[-54.7029,-64.6354],[-54.7046,-64.6149],[-54.719,-64.4436],[-54.7331,-64.2723],[-54.7471,-64.1009],[-54.7609,-63.9296],[-54.7744,-63.7582],[-54.7878,-63.5868],[-54.8011,-63.4155],[-54.8141,-63.2441],[-54.827,-63.0727],[-54.8397,-62.9013],[-54.8412,-62.8804],[-57.6256,-62.8804],[-57.6889,-62.9473],[-57.8398,-63.1045],[-57.9922,-63.2616],[-58.1464,-63.4185],[-58.3022,-63.5752],[-58.4597,-63.7317],[-58.6191,-63.8881],[-58.7802,-64.0443],[-58.9431,-64.2002],[-59.1079,-64.356],[-59.2746,-64.5116]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the north end of the Antarctic Peninsula (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80891332019359LGN00","name":"imagico.de: Jutulstraumen Glacier evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80891332019359LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-12-25T00:00:00.000Z","startDate":"2019-12-25T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-2.723,-73.2948],[-2.5711,-73.3831],[-2.4568,-73.3654],[-2.1551,-73.3185],[-1.8533,-73.2714],[-1.5515,-73.2242],[-1.2497,-73.1769],[-0.9479,-73.1295],[-0.6461,-73.0819],[-0.3444,-73.0342],[-0.0426,-72.9864],[-0.0197,-72.9823],[0.2739,-72.9302],[0.5676,-72.8779],[0.8612,-72.8254],[1.1548,-72.7728],[1.4485,-72.72],[1.7421,-72.6671],[2.0357,-72.614],[2.3294,-72.5608],[2.623,-72.5074],[2.5866,-72.4892],[2.4101,-72.4003],[2.2336,-72.3111],[2.0571,-72.2214],[1.8806,-72.1313],[1.7041,-72.0407],[1.5276,-71.9497],[1.351,-71.8582],[1.1745,-71.7663],[0.998,-71.6739],[0.8215,-71.5811],[0.645,-71.4878],[0.4685,-71.3941],[0.292,-71.2999],[0.1154,-71.2053],[-0.0611,-71.1102],[-0.2376,-71.0146],[-0.2659,-71.0194],[-0.5704,-71.0709],[-0.8749,-71.1223],[-1.1794,-71.1735],[-1.4839,-71.2246],[-1.7885,-71.2756],[-2.093,-71.3264],[-2.3975,-71.3771],[-2.702,-71.4277],[-3.0065,-71.4781],[-3.3111,-71.5284],[-3.6156,-71.5786],[-3.9201,-71.6286],[-4.2246,-71.6785],[-4.5291,-71.7283],[-4.8336,-71.7779],[-5.1382,-71.8274],[-5,-71.9146],[-4.8482,-72.01],[-4.6964,-72.1048],[-4.5446,-72.1992],[-4.3928,-72.2931],[-4.241,-72.3865],[-4.0892,-72.4795],[-3.9374,-72.5719],[-3.7856,-72.6639],[-3.6338,-72.7555],[-3.482,-72.8465],[-3.3302,-72.9371],[-3.1784,-73.0272],[-3.0266,-73.1169],[-2.8748,-73.2061],[-2.723,-73.2948]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Jutulstraumen Glacier showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-dms_kangerlussuaq_20151008","name":"imagico.de: Kangerlussuaq Autumn","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=dms_kangerlussuaq_20151008&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-10-08T00:00:00.000Z","startDate":"2015-10-08T00:00:00.000Z","zoomExtent":[0,17],"polygon":[[[-50.6992,66.9888],[-50.6891,66.9888],[-50.6642,66.9946],[-50.6638,66.998],[-50.6686,67.0077],[-50.6829,67.0176],[-50.7017,67.0265],[-50.7158,67.0265],[-50.7396,67.0212],[-50.7396,67.0193],[-50.7341,67.0125],[-50.721,67.0017],[-50.6992,66.9888]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Icebridge DMS image of the airport and settlement - alignment might be poor","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-dms_kangerlussuaq_20160518","name":"imagico.de: Kangerlussuaq Spring","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=dms_kangerlussuaq_20160518&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-05-18T00:00:00.000Z","startDate":"2016-05-18T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[-50.7519,66.9996],[-50.7323,66.9996],[-50.6331,67.022],[-50.6097,67.0281],[-50.6162,67.0339],[-50.6395,67.0297],[-50.7555,67.0033],[-50.7555,67.0023],[-50.7519,66.9996]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Icebridge DMS image of the airport and roads - alignment might be poor","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R021_N44_20160807T083013","name":"imagico.de: Kerch Strait","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R021_N44_20160807T083013&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-08-07T00:00:00.000Z","startDate":"2016-08-07T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[35.9326,44.9624],[37.3699,44.9624],[37.3699,45.5593],[35.9326,45.5593],[35.9326,44.9624]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"State of bridge construction in August 2016, outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R021_N44_20180429T082601","name":"imagico.de: Kerch Strait 2018","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R021_N44_20180429T082601&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2018-04-29T00:00:00.000Z","startDate":"2018-04-29T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[35.8787,45.0348],[36.9208,45.0348],[36.9208,45.6095],[35.8787,45.6095],[35.8787,45.0348]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Bridge and surrounding after completion in April 2018 (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80921322019364LGN00","name":"imagico.de: Kirwan Escarpment evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80921322019364LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-12-12T00:00:00.000Z","startDate":"2019-12-12T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-4.8572,-74.5813],[-4.6905,-74.6609],[-4.6905,-74.6609],[-4.6476,-74.6542],[-4.3525,-74.6076],[-4.0575,-74.561],[-3.7625,-74.5142],[-3.4675,-74.4672],[-3.1724,-74.4201],[-2.8774,-74.3729],[-2.5824,-74.3255],[-2.2873,-74.278],[-1.9923,-74.2304],[-1.8089,-74.1972],[-1.5231,-74.1453],[-1.2373,-74.0933],[-0.9514,-74.0411],[-0.6656,-73.9887],[-0.3798,-73.9361],[-0.0939,-73.8834],[0.1919,-73.8305],[0.4777,-73.7775],[0.7635,-73.7243],[0.6999,-73.6971],[0.5117,-73.6163],[0.3234,-73.5351],[0.1352,-73.4535],[-0.0531,-73.3716],[-0.2413,-73.2892],[-0.4296,-73.2065],[-0.6179,-73.1233],[-0.8061,-73.0398],[-0.9944,-72.9558],[-1.1826,-72.8715],[-1.3709,-72.7867],[-1.5591,-72.7015],[-1.7474,-72.6159],[-1.9357,-72.53],[-2.1239,-72.4436],[-2.3122,-72.3568],[-2.5004,-72.2695],[-2.5702,-72.2815],[-2.8692,-72.3328],[-3.1683,-72.3839],[-3.4673,-72.4349],[-3.7663,-72.4858],[-4.0653,-72.5365],[-4.3643,-72.587],[-4.6633,-72.6374],[-4.9623,-72.6877],[-5.2613,-72.7379],[-5.5603,-72.7879],[-5.8593,-72.8377],[-6.1583,-72.8874],[-6.4573,-72.937],[-6.7563,-72.9864],[-7.0553,-73.0357],[-7.3543,-73.0849],[-7.6534,-73.1339],[-7.5415,-73.1959],[-7.3825,-73.2837],[-7.2235,-73.371],[-7.0646,-73.4579],[-6.9056,-73.5443],[-6.7467,-73.6303],[-6.5877,-73.7158],[-6.4287,-73.8009],[-6.2698,-73.8856],[-6.1108,-73.9698],[-6.0243,-74.0128],[-5.8576,-74.0953],[-5.6908,-74.1773],[-5.5241,-74.2589],[-5.3574,-74.3401],[-5.1907,-74.4209],[-5.0239,-74.5013],[-4.8572,-74.5813]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Kirwan Escarpment showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R075_S7X_20190113T034629","name":"imagico.de: Lambert Glacier east","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R075_S7X_20190113T034629&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-01-13T00:00:00.000Z","startDate":"2019-01-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[68.731,-75.6981],[68.8748,-75.7213],[68.8939,-75.7213],[69.0656,-75.7213],[69.2372,-75.7213],[69.4089,-75.7213],[69.5806,-75.7213],[69.7522,-75.7213],[69.9239,-75.7213],[70.0956,-75.7213],[70.2672,-75.7213],[70.4389,-75.7213],[70.6105,-75.7213],[70.6325,-75.7158],[70.6945,-75.6903],[70.7826,-75.6538],[70.8707,-75.6173],[70.9589,-75.5806],[71.047,-75.5439],[71.1351,-75.5071],[71.2233,-75.4702],[71.3114,-75.4332],[71.3995,-75.3961],[71.4876,-75.3589],[71.5758,-75.3216],[71.6639,-75.2842],[71.752,-75.2468],[71.8402,-75.2092],[71.9283,-75.1716],[72.0164,-75.1338],[72.1046,-75.096],[72.1559,-75.0728],[72.2408,-75.0343],[72.3258,-74.9957],[72.4107,-74.9571],[72.4957,-74.9183],[72.5806,-74.8794],[72.6656,-74.8405],[72.7505,-74.8014],[72.8355,-74.7623],[72.9204,-74.723],[73.0054,-74.6837],[73.0763,-74.6494],[73.1587,-74.6095],[73.2412,-74.5695],[73.3236,-74.5294],[73.406,-74.4891],[73.4885,-74.4488],[73.5709,-74.4084],[73.6533,-74.3679],[73.7357,-74.3273],[73.8182,-74.2865],[73.9006,-74.2457],[73.983,-74.2048],[74.0655,-74.1637],[74.1479,-74.1226],[74.2183,-74.0858],[74.298,-74.044],[74.3778,-74.0022],[74.4575,-73.9602],[74.5372,-73.9182],[74.6169,-73.876],[74.6966,-73.8337],[74.7763,-73.7914],[74.856,-73.7489],[74.9358,-73.7063],[75.0155,-73.6636],[75.0952,-73.6207],[75.1749,-73.5778],[75.2546,-73.5348],[75.3343,-73.4916],[75.3895,-73.46],[75.4659,-73.4162],[75.5423,-73.3723],[75.6187,-73.3282],[75.695,-73.2841],[75.7714,-73.2398],[75.8478,-73.1954],[75.9242,-73.1509],[76.0006,-73.1063],[76.077,-73.0616],[76.1534,-73.0167],[76.2298,-72.9718],[76.3061,-72.9267],[76.3825,-72.8815],[76.4589,-72.8362],[76.5353,-72.7908],[76.6117,-72.7452],[76.6881,-72.6996],[76.7645,-72.6538],[76.8409,-72.6079],[76.9173,-72.5619],[76.9936,-72.5158],[77.07,-72.4695],[77.0873,-72.4585],[77.1604,-72.4116],[77.2335,-72.3646],[77.3066,-72.3175],[77.3797,-72.2702],[77.4528,-72.2229],[77.5259,-72.1754],[77.599,-72.1278],[77.6721,-72.0801],[77.7452,-72.0322],[77.8183,-71.9842],[77.8914,-71.9361],[77.9645,-71.8879],[78.0376,-71.8396],[78.1107,-71.7911],[78.1838,-71.7425],[78.2569,-71.6938],[78.33,-71.6449],[78.4031,-71.596],[78.4762,-71.5469],[78.4896,-71.5373],[78.5595,-71.4876],[78.6293,-71.4377],[78.6991,-71.3877],[78.769,-71.3376],[78.8388,-71.2874],[78.9086,-71.237],[78.9785,-71.1865],[79.0483,-71.1358],[79.1181,-71.0851],[79.1879,-71.0342],[79.2578,-70.9831],[79.3276,-70.932],[79.3974,-70.8807],[79.4673,-70.8293],[79.5371,-70.7777],[79.6069,-70.726],[79.6768,-70.6742],[79.7466,-70.6222],[79.8164,-70.5701],[79.8399,-70.5517],[79.907,-70.499],[79.974,-70.4461],[80.0411,-70.3932],[80.1081,-70.3401],[80.1752,-70.2869],[80.2422,-70.2335],[80.3093,-70.18],[80.3763,-70.1263],[80.4434,-70.0725],[80.5104,-70.0186],[80.5775,-69.9645],[80.6445,-69.9103],[80.7116,-69.856],[80.7786,-69.8015],[80.8456,-69.7468],[80.9127,-69.6921],[80.9797,-69.6372],[81.0468,-69.5821],[81.0509,-69.5785],[81.1144,-69.5228],[81.1779,-69.4669],[81.2414,-69.4109],[81.3049,-69.3547],[81.3684,-69.2984],[81.4319,-69.242],[81.4954,-69.1854],[81.5589,-69.1286],[81.6224,-69.0717],[81.6859,-69.0147],[81.7494,-68.9575],[81.8129,-68.9002],[81.8764,-68.8427],[81.9399,-68.785],[82.0034,-68.7272],[82.0669,-68.6693],[82.1304,-68.6112],[82.1939,-68.553],[82.2574,-68.4946],[82.3209,-68.436],[82.3844,-68.3774],[82.4479,-68.3185],[82.5114,-68.2595],[82.5749,-68.2004],[82.6384,-68.1411],[82.7019,-68.0816],[82.7654,-68.022],[82.8289,-67.9622],[82.8924,-67.9023],[82.9143,-67.8775],[82.9143,-67.6029],[82.7926,-67.6029],[82.6209,-67.6029],[82.4492,-67.6029],[82.2776,-67.6029],[82.1059,-67.6029],[81.9342,-67.6029],[81.7626,-67.6029],[81.5909,-67.6029],[81.4193,-67.6029],[81.2476,-67.6029],[81.0759,-67.6029],[80.9043,-67.6029],[80.7326,-67.6029],[80.561,-67.6029],[80.3893,-67.6029],[80.2176,-67.6029],[80.046,-67.6029],[79.8743,-67.6029],[79.7027,-67.6029],[79.531,-67.6029],[79.3593,-67.6029],[79.1877,-67.6029],[79.016,-67.6029],[78.8443,-67.6029],[78.6727,-67.6029],[78.501,-67.6029],[78.3294,-67.6029],[78.1577,-67.6029],[77.986,-67.6029],[77.8144,-67.6029],[77.6427,-67.6029],[77.4711,-67.6029],[77.2994,-67.6029],[77.1277,-67.6029],[76.9561,-67.6029],[76.7844,-67.6029],[76.707,-67.6038],[76.5354,-67.6058],[76.3638,-67.6077],[76.1922,-67.6097],[76.0206,-67.6117],[75.8491,-67.6137],[75.6775,-67.6157],[75.5059,-67.6176],[75.3343,-67.6196],[75.2764,-67.6529],[75.1816,-67.7072],[75.0868,-67.7614],[74.992,-67.8155],[74.8972,-67.8695],[74.8024,-67.9234],[74.7076,-67.9771],[74.6128,-68.0307],[74.518,-68.0842],[74.4232,-68.1375],[74.3284,-68.1907],[74.2336,-68.2438],[74.1388,-68.2968],[74.0439,-68.3497],[73.9491,-68.4024],[73.8543,-68.455],[73.7595,-68.5075],[73.6647,-68.5599],[73.5699,-68.6121],[73.4751,-68.6643],[73.3803,-68.7163],[73.2855,-68.7682],[73.1907,-68.8199],[73.0959,-68.8716],[73.0011,-68.9231],[72.9063,-68.9745],[72.8115,-69.0258],[72.7167,-69.0769],[72.6219,-69.128],[72.5271,-69.1789],[72.4322,-69.2297],[72.3374,-69.2804],[72.2426,-69.331],[72.1478,-69.3814],[72.053,-69.4318],[71.9582,-69.482],[71.8634,-69.5321],[71.7686,-69.5821],[71.6738,-69.6319],[71.579,-69.6817],[71.4842,-69.7313],[71.3894,-69.7808],[71.2946,-69.8302],[71.1998,-69.8795],[71.105,-69.9287],[71.0102,-69.9778],[70.9154,-70.0267],[70.8205,-70.0755],[70.7257,-70.1242],[70.6309,-70.1728],[70.5361,-70.2213],[70.4413,-70.2697],[70.3465,-70.3179],[70.2517,-70.3661],[70.1569,-70.4141],[70.0621,-70.462],[69.9673,-70.5098],[69.8725,-70.5575],[69.7777,-70.6051],[69.6829,-70.6526],[69.5881,-70.6999],[69.4933,-70.7472],[69.3985,-70.7943],[69.3037,-70.8413],[69.2088,-70.8882],[69.114,-70.935],[69.0192,-70.9817],[68.9244,-71.0283],[68.8296,-71.0748],[68.7348,-71.1211],[68.64,-71.1674],[68.5452,-71.2135],[68.4504,-71.2595],[68.3556,-71.3055],[68.2608,-71.3513],[68.166,-71.397],[68.0712,-71.4426],[67.9764,-71.4881],[67.8816,-71.5335],[67.7868,-71.5787],[67.692,-71.6239],[67.5971,-71.669],[67.5023,-71.7139],[67.4075,-71.7588],[67.3127,-71.8035],[67.2179,-71.8481],[67.1231,-71.8927],[67.0283,-71.9371],[66.9335,-71.9814],[66.8387,-72.0256],[66.7439,-72.0697],[66.6491,-72.1137],[66.5543,-72.1576],[66.4595,-72.2014],[66.3647,-72.2451],[66.2699,-72.2887],[66.1751,-72.3322],[66.0803,-72.3756],[65.9854,-72.4189],[65.8906,-72.462],[65.7958,-72.5051],[65.701,-72.5481],[65.6062,-72.5909],[65.5114,-72.6337],[65.4166,-72.6764],[65.3218,-72.7189],[65.227,-72.7614],[65.1322,-72.8038],[65.0374,-72.846],[64.9426,-72.8882],[64.8478,-72.9302],[64.753,-72.9722],[64.6582,-73.014],[64.5634,-73.0558],[64.4686,-73.0975],[64.3737,-73.139],[64.2789,-73.1805],[64.1841,-73.2218],[64.0893,-73.2631],[63.9945,-73.3043],[63.8997,-73.3453],[63.8049,-73.3863],[63.7101,-73.4272],[63.6153,-73.4679],[63.5205,-73.5086],[63.4257,-73.5492],[63.3309,-73.5896],[63.2361,-73.63],[63.1413,-73.6703],[63.0465,-73.7105],[62.9517,-73.7506],[62.8569,-73.7906],[62.762,-73.8305],[62.6672,-73.8703],[62.5724,-73.91],[62.4776,-73.9496],[62.3828,-73.9891],[62.288,-74.0286],[62.1932,-74.0679],[62.0984,-74.1071],[62.0036,-74.1463],[61.9088,-74.1853],[61.814,-74.2243],[61.7192,-74.2631],[61.6244,-74.3019],[61.6244,-74.303],[61.6244,-74.3494],[61.7473,-74.3759],[61.8814,-74.4047],[62.0154,-74.4335],[62.1495,-74.4623],[62.2835,-74.491],[62.2977,-74.4938],[62.4356,-74.5211],[62.5736,-74.5483],[62.7115,-74.5755],[62.8495,-74.6027],[62.9874,-74.6298],[63.1254,-74.6568],[63.2633,-74.6839],[63.4013,-74.7108],[63.5392,-74.7377],[63.6771,-74.7646],[63.8151,-74.7914],[63.953,-74.8182],[64.091,-74.8449],[64.2289,-74.8716],[64.3669,-74.8983],[64.5048,-74.9249],[64.6428,-74.9514],[64.7807,-74.9779],[64.9186,-75.0044],[65.0566,-75.0308],[65.1945,-75.0572],[65.3325,-75.0835],[65.4704,-75.1098],[65.6084,-75.136],[65.7463,-75.1622],[65.8843,-75.1883],[66.0222,-75.2144],[66.1601,-75.2405],[66.2981,-75.2665],[66.436,-75.2924],[66.5549,-75.314],[66.6945,-75.3393],[66.8341,-75.3646],[66.9737,-75.3898],[67.1132,-75.415],[67.2528,-75.4402],[67.3924,-75.4653],[67.532,-75.4903],[67.6716,-75.5153],[67.8112,-75.5403],[67.9507,-75.5652],[68.0903,-75.5901],[68.2299,-75.615],[68.3695,-75.6398],[68.4435,-75.6517],[68.5872,-75.6749],[68.731,-75.6981]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent Sentinel-2 image of the western part of the Lambert Glacier region and the eastern Prydz Bay coast (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R061_S7X_20200226T041719","name":"imagico.de: Lambert Glacier west","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R061_S7X_20200226T041719&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-02-26T00:00:00.000Z","startDate":"2020-02-26T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[64.8851,-74.6178],[65.0308,-74.6419],[65.5583,-74.6419],[65.5836,-74.6299],[65.6673,-74.5901],[65.751,-74.5502],[65.8347,-74.5103],[65.9184,-74.4702],[66.0021,-74.43],[66.0858,-74.3897],[66.1159,-74.3748],[66.1977,-74.3341],[66.2794,-74.2932],[66.3611,-74.2523],[66.4429,-74.2113],[66.5246,-74.1702],[66.6064,-74.129],[66.6881,-74.0876],[66.7699,-74.0462],[66.8516,-74.0046],[66.9333,-73.963],[67.0151,-73.9212],[67.0968,-73.8794],[67.1616,-73.8443],[67.24,-73.8017],[67.3184,-73.7591],[67.3967,-73.7163],[67.4751,-73.6734],[67.5535,-73.6304],[67.6318,-73.5873],[67.7102,-73.5441],[67.7886,-73.5008],[67.867,-73.4574],[67.9453,-73.4138],[68.0237,-73.3702],[68.1021,-73.3264],[68.1804,-73.2826],[68.2588,-73.2386],[68.3372,-73.1945],[68.4155,-73.1503],[68.4784,-73.1132],[68.5543,-73.0684],[68.6302,-73.0235],[68.7061,-72.9785],[68.7819,-72.9334],[68.8578,-72.8881],[68.9337,-72.8428],[69.0096,-72.7973],[69.0854,-72.7517],[69.1613,-72.706],[69.2372,-72.6601],[69.3131,-72.6142],[69.3889,-72.5681],[69.4648,-72.5219],[69.5407,-72.4756],[69.6165,-72.4292],[69.6924,-72.3826],[69.7683,-72.336],[69.8442,-72.2892],[69.8486,-72.2862],[69.9208,-72.2388],[69.9929,-72.1912],[70.0651,-72.1435],[70.1372,-72.0957],[70.2093,-72.0477],[70.2815,-71.9997],[70.3536,-71.9515],[70.4257,-71.9031],[70.4979,-71.8547],[70.57,-71.8061],[70.6421,-71.7574],[70.7143,-71.7086],[70.7864,-71.6596],[70.8586,-71.6106],[70.9307,-71.5614],[71.0028,-71.512],[71.075,-71.4626],[71.1237,-71.4279],[71.1937,-71.3779],[71.2637,-71.3278],[71.3337,-71.2775],[71.4037,-71.2272],[71.4738,-71.1766],[71.5438,-71.126],[71.6138,-71.0752],[71.6838,-71.0243],[71.7538,-70.9733],[71.8238,-70.9222],[71.8938,-70.8709],[71.9639,-70.8194],[72.0339,-70.7679],[72.1039,-70.7162],[72.1739,-70.6643],[72.2209,-70.628],[72.2886,-70.5756],[72.3562,-70.5231],[72.4239,-70.4704],[72.4915,-70.4176],[72.5592,-70.3647],[72.6269,-70.3116],[72.6945,-70.2584],[72.7622,-70.205],[72.8298,-70.1515],[72.8975,-70.0979],[72.9651,-70.0441],[72.9694,-70.0406],[73.0351,-69.9864],[73.1007,-69.932],[73.1664,-69.8775],[73.2321,-69.8229],[73.2977,-69.7681],[73.3634,-69.7132],[73.4291,-69.6581],[73.4948,-69.6029],[73.5604,-69.5476],[73.6261,-69.4921],[73.6918,-69.4365],[73.7574,-69.3807],[73.8231,-69.3247],[73.8888,-69.2687],[73.9544,-69.2125],[74.0201,-69.1561],[74.0757,-69.1064],[74.1393,-69.0494],[74.2028,-68.9923],[74.2663,-68.9351],[74.3299,-68.8777],[74.3934,-68.8201],[74.4569,-68.7625],[74.5205,-68.7046],[74.584,-68.6466],[74.6475,-68.5885],[74.7111,-68.5302],[74.7746,-68.4717],[74.8381,-68.4131],[74.9017,-68.3544],[74.9652,-68.2955],[75.0092,-68.2467],[75.0092,-68.2006],[75.0092,-68.1367],[75.0092,-68.0727],[75.0092,-68.0085],[75.0092,-67.9442],[75.0092,-67.8796],[75.0092,-67.8149],[75.0092,-67.75],[75.0092,-67.6849],[75.0092,-67.6196],[74.9613,-67.6189],[74.7898,-67.6162],[74.6183,-67.6135],[74.4468,-67.6109],[74.2752,-67.6082],[74.1037,-67.6055],[73.9322,-67.6029],[73.8523,-67.6029],[73.6806,-67.6029],[73.5089,-67.6029],[73.3373,-67.6029],[73.1656,-67.6029],[72.9939,-67.6029],[72.8223,-67.6029],[72.6506,-67.6029],[72.479,-67.6029],[72.3073,-67.6029],[72.1356,-67.6029],[71.964,-67.6029],[71.7923,-67.6029],[71.6207,-67.6029],[71.449,-67.6029],[71.2773,-67.6029],[71.1057,-67.6029],[70.934,-67.6029],[70.7623,-67.6029],[70.5907,-67.6029],[70.419,-67.6029],[70.2474,-67.6029],[70.0757,-67.6029],[69.904,-67.6029],[69.7324,-67.6029],[69.5607,-67.6029],[69.3891,-67.6029],[69.2174,-67.6029],[69.0457,-67.6029],[68.8741,-67.6029],[68.7024,-67.6029],[68.5307,-67.6029],[68.3591,-67.6029],[68.1874,-67.6029],[68.0158,-67.6029],[67.8441,-67.6029],[67.8229,-67.6157],[67.7315,-67.671],[67.64,-67.7261],[67.5486,-67.7811],[67.4572,-67.836],[67.3658,-67.8907],[67.2744,-67.9454],[67.1829,-67.9999],[67.0915,-68.0542],[67.0001,-68.1085],[66.9087,-68.1626],[66.8172,-68.2165],[66.7258,-68.2704],[66.6344,-68.3241],[66.543,-68.3777],[66.4516,-68.4312],[66.3601,-68.4846],[66.2687,-68.5378],[66.1773,-68.5909],[66.0859,-68.6438],[65.9944,-68.6967],[65.903,-68.7494],[65.8116,-68.802],[65.7202,-68.8545],[65.6288,-68.9068],[65.5373,-68.9591],[65.4459,-69.0112],[65.3545,-69.0631],[65.2631,-69.115],[65.1716,-69.1667],[65.0802,-69.2183],[64.9888,-69.2698],[64.8974,-69.3212],[64.8059,-69.3725],[64.7145,-69.4236],[64.6231,-69.4746],[64.5317,-69.5255],[64.4403,-69.5762],[64.3488,-69.6269],[64.2574,-69.6774],[64.166,-69.7278],[64.0746,-69.7781],[63.9831,-69.8282],[63.8917,-69.8783],[63.8003,-69.9282],[63.7089,-69.978],[63.6175,-70.0277],[63.526,-70.0772],[63.4346,-70.1267],[63.3432,-70.176],[63.2518,-70.2252],[63.1603,-70.2743],[63.0689,-70.3233],[62.9775,-70.3722],[62.8861,-70.4209],[62.7947,-70.4696],[62.7032,-70.5181],[62.6118,-70.5665],[62.5204,-70.6148],[62.429,-70.6629],[62.3375,-70.711],[62.2461,-70.7589],[62.1547,-70.8067],[62.0633,-70.8544],[61.9718,-70.902],[61.8804,-70.9495],[61.789,-70.9969],[61.6976,-71.0441],[61.6062,-71.0913],[61.5147,-71.1383],[61.4233,-71.1852],[61.3319,-71.232],[61.2405,-71.2787],[61.149,-71.3253],[61.0576,-71.3718],[60.9662,-71.4181],[60.8748,-71.4643],[60.7834,-71.5105],[60.6919,-71.5565],[60.6005,-71.6024],[60.5091,-71.6482],[60.4177,-71.6939],[60.3262,-71.7395],[60.2348,-71.785],[60.1434,-71.8303],[60.052,-71.8756],[59.9606,-71.9207],[59.8691,-71.9657],[59.7777,-72.0107],[59.6863,-72.0555],[59.5949,-72.1002],[59.5034,-72.1448],[59.412,-72.1893],[59.3206,-72.2337],[59.2292,-72.278],[59.1377,-72.3221],[59.0463,-72.3662],[58.9549,-72.4102],[58.8635,-72.454],[58.7721,-72.4978],[58.6806,-72.5414],[58.5892,-72.5849],[58.4978,-72.6284],[58.4064,-72.6717],[58.3149,-72.7149],[58.2235,-72.758],[58.1321,-72.8011],[58.0407,-72.844],[57.9493,-72.8868],[57.8578,-72.9295],[57.7664,-72.9721],[57.675,-73.0146],[57.5836,-73.057],[57.4921,-73.0992],[57.4921,-73.1219],[57.4921,-73.1717],[57.4921,-73.2213],[57.4921,-73.2708],[57.6236,-73.298],[57.7629,-73.3268],[57.9023,-73.3555],[58.0416,-73.3842],[58.1219,-73.3996],[58.2646,-73.4268],[58.4072,-73.454],[58.5499,-73.4812],[58.6926,-73.5083],[58.8353,-73.5354],[58.978,-73.5624],[59.1207,-73.5894],[59.2634,-73.6163],[59.406,-73.6432],[59.5487,-73.6701],[59.6914,-73.6969],[59.8341,-73.7237],[59.9768,-73.7504],[60.1195,-73.7771],[60.2622,-73.8037],[60.4048,-73.8303],[60.5475,-73.8569],[60.6902,-73.8834],[60.8329,-73.9098],[60.9598,-73.9328],[61.1035,-73.9588],[61.2472,-73.9847],[61.3909,-74.0106],[61.5346,-74.0364],[61.6783,-74.0622],[61.822,-74.088],[61.9657,-74.1137],[62.1094,-74.1394],[62.2531,-74.1651],[62.3968,-74.1907],[62.5405,-74.2162],[62.6842,-74.2417],[62.8279,-74.2672],[62.9716,-74.2927],[63.1153,-74.3181],[63.259,-74.3434],[63.4027,-74.3687],[63.5464,-74.394],[63.6901,-74.4193],[63.7193,-74.4241],[63.865,-74.4485],[64.0107,-74.4728],[64.1565,-74.4971],[64.3022,-74.5213],[64.4479,-74.5455],[64.5936,-74.5696],[64.7394,-74.5938],[64.8851,-74.6178]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent Sentinel-2 image of the western part of the Lambert Glacier region (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-ls_polar4","name":"imagico.de: Landsat off-nadir early July 2020","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=ls_polar4&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-07-12T00:00:00.000Z","startDate":"2020-07-12T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-82.9935,81.9147],[-16.7075,81.9147],[-16.7075,83.1347],[-22.4464,83.5671],[-28.3104,83.8983],[-71.9,83.8983],[-78.3559,83.4863],[-84.4409,82.9562],[-84.4409,82.1649],[-82.9935,81.9147]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Latest images north of the regular Landsat limit (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-ls_polar2","name":"imagico.de: Landsat off-nadir July 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=ls_polar2&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-07-17T00:00:00.000Z","startDate":"2016-07-17T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-79.0517,81.9148],[-16.8884,81.9148],[-16.8884,83.1509],[-21.493,83.5035],[-26.4245,83.8022],[-73.6039,83.8022],[-79.0517,83.4334],[-79.0517,81.9148]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Latest images north of the regular Landsat limit (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-ls_polar5","name":"imagico.de: Landsat off-nadir late July 2020","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=ls_polar5&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-07-12T00:00:00.000Z","startDate":"2020-07-12T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-82.9935,81.9147],[-16.7075,81.9147],[-16.7075,83.1347],[-22.3489,83.5611],[-28.3104,83.8983],[-71.9,83.8983],[-78.3559,83.4863],[-84.4409,82.9562],[-84.4409,82.1649],[-82.9935,81.9147]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Latest images north of the regular Landsat limit (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-larsen_2018","name":"imagico.de: Larsen C ice shelf after calving","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=larsen_2018&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2018-01-06T00:00:00.000Z","startDate":"2018-01-06T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-63.0365,-68.9109],[-62.7282,-68.9652],[-62.6876,-68.9652],[-62.3443,-68.9652],[-62.001,-68.9652],[-61.6577,-68.9652],[-61.3144,-68.9652],[-60.971,-68.9652],[-60.6277,-68.9652],[-60.2844,-68.9652],[-59.9411,-68.9652],[-59.5977,-68.9652],[-59.2544,-68.9652],[-59.2378,-68.9505],[-59.1088,-68.8359],[-59.1088,-66.0775],[-59.2859,-66.0473],[-59.6023,-65.9932],[-59.9187,-65.9389],[-60.1979,-65.9392],[-60.5412,-65.9395],[-60.8845,-65.9399],[-60.9775,-66.0203],[-61.1238,-66.1462],[-61.27,-66.2715],[-61.4162,-66.3962],[-61.5625,-66.5203],[-61.7087,-66.6437],[-61.855,-66.7666],[-62.0012,-66.8888],[-62.1474,-67.0104],[-62.2937,-67.1314],[-62.4399,-67.2518],[-62.5862,-67.3717],[-62.7324,-67.4909],[-62.8786,-67.6095],[-63.0249,-67.7275],[-63.1711,-67.8449],[-63.3174,-67.9618],[-63.4636,-68.0781],[-63.6099,-68.1937],[-63.7561,-68.3088],[-63.9023,-68.4233],[-64.0486,-68.5373],[-64.0487,-68.6069],[-64.0489,-68.7318],[-63.9615,-68.7473],[-63.6532,-68.802],[-63.3448,-68.8565],[-63.0365,-68.9109]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"For updating the ice edge after the 2017 iceberg calving (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-AST_L1T_00311162013112731_20150618142416_109190","name":"imagico.de: Leskov Island ASTER","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=AST_L1T_00311162013112731_20150618142416_109190&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2013-11-16T00:00:00.000Z","startDate":"2013-11-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-28.2107,-56.7211],[-27.9696,-56.7211],[-27.9696,-56.625],[-28.2107,-56.625],[-28.2107,-56.7211]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing in other image sources (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81991002015286LGN00","name":"imagico.de: Leskov Island Landsat","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81991002015286LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-10-13T00:00:00.000Z","startDate":"2015-10-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-27.9929,-56.7348],[-27.9732,-56.7348],[-27.9698,-56.6028],[-28.2242,-56.6008],[-28.2278,-56.7326],[-27.9929,-56.7348]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing in other image sources (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R005_S69_20180222T061749","name":"imagico.de: Lützow-Holm Bay","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R005_S69_20180222T061749&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2018-02-22T00:00:00.000Z","startDate":"2018-02-22T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[35.124,-70.3116],[35.124,-70.3693],[35.124,-70.3693],[35.1827,-70.3693],[35.3544,-70.3692],[35.526,-70.3691],[35.6977,-70.369],[35.8693,-70.3689],[36.041,-70.3688],[36.2127,-70.3687],[36.3843,-70.3686],[36.556,-70.3685],[36.7276,-70.3684],[36.8993,-70.3683],[37.071,-70.3682],[37.2426,-70.3681],[37.4143,-70.368],[37.586,-70.3679],[37.7576,-70.3678],[37.9293,-70.3677],[38.1009,-70.3676],[38.2726,-70.3675],[38.4443,-70.3674],[38.6159,-70.3672],[38.7876,-70.3671],[38.9592,-70.367],[39.1309,-70.3669],[39.3026,-70.3668],[39.4742,-70.3667],[39.6459,-70.3666],[39.8175,-70.3665],[39.9892,-70.3664],[40.1609,-70.3663],[40.3325,-70.3662],[40.5042,-70.3661],[40.6759,-70.366],[40.8475,-70.3659],[41.0192,-70.3658],[41.1908,-70.3657],[41.3625,-70.3656],[41.5342,-70.3655],[41.7058,-70.3654],[41.8775,-70.3653],[42.0491,-70.3652],[42.2208,-70.3651],[42.2208,-68.4762],[42.2208,-68.4762],[42.0512,-68.4762],[41.8795,-68.4762],[41.7079,-68.4762],[41.5362,-68.4762],[41.3646,-68.4762],[41.1929,-68.4763],[41.0212,-68.4763],[40.8496,-68.4763],[40.6779,-68.4763],[40.5062,-68.4763],[40.3346,-68.4763],[40.1629,-68.4763],[39.9913,-68.4763],[39.8196,-68.4763],[39.6479,-68.4763],[39.4763,-68.4763],[39.3046,-68.4763],[39.133,-68.4763],[38.9613,-68.4764],[38.7896,-68.4764],[38.618,-68.4764],[38.4463,-68.4764],[38.2747,-68.4764],[38.103,-68.4764],[37.9313,-68.4764],[37.7597,-68.4764],[37.588,-68.4764],[37.4163,-68.4764],[37.2447,-68.4764],[37.073,-68.4764],[36.9014,-68.4764],[36.7297,-68.4764],[36.558,-68.4765],[36.3864,-68.4765],[36.3085,-68.5269],[36.2239,-68.5815],[36.1393,-68.6359],[36.0547,-68.6903],[35.9701,-68.7445],[35.8855,-68.7986],[35.8009,-68.8526],[35.7163,-68.9064],[35.6317,-68.9601],[35.5471,-69.0136],[35.4625,-69.0671],[35.3779,-69.1204],[35.2933,-69.1735],[35.2087,-69.2266],[35.1241,-69.2795],[35.1241,-69.3045],[35.1241,-69.3651],[35.1241,-69.4255],[35.1241,-69.4857],[35.1241,-69.5458],[35.1241,-69.6057],[35.1241,-69.6654],[35.1241,-69.725],[35.1241,-69.7844],[35.1241,-69.8436],[35.1241,-69.9027],[35.124,-69.9616],[35.124,-70.0204],[35.124,-70.0789],[35.124,-70.1373],[35.124,-70.1956],[35.124,-70.2537],[35.124,-70.3116]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date late season image or an area poorly mapped in OSM at the moment - lots of sea ice, be careful with distinguishing sea ice from ice shelves and floating glacier tongues. (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-ls_polar","name":"imagico.de: May 2013 off-nadir Landsat","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=ls_polar&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2013-05-17T00:00:00.000Z","startDate":"2013-05-17T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-85.7611,81.3933],[-22.782,81.4419],[-17.9672,82.7239],[-17.9658,83.1552],[-23.0662,83.4653],[-28.2078,83.7045],[-69.3585,83.7045],[-74.5564,83.4627],[-79.9521,83.1311],[-84.9934,82.731],[-89.8315,82.244],[-89.8302,82.1495],[-85.7611,81.3933]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"First available image north of the regular Landsat limit, mostly with seasonal snow cover so difficult to interpret, superseeded by newer images (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R128_SXX_20230214T204609","name":"imagico.de: McMurdo Sound","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R128_SXX_20230214T204609&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-02-14T00:00:00.000Z","startDate":"2023-02-14T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[152.0106,-80.6832],[152.4622,-80.7813],[154.7359,-80.7813],[155.5662,-80.6775],[157.176,-80.4595],[158.7135,-80.2342],[160.1813,-80.0024],[161.5824,-79.7644],[162.9198,-79.5207],[164.1963,-79.2716],[165.4151,-79.0175],[166.579,-78.7588],[167.6907,-78.4957],[168.7531,-78.2287],[169.7687,-77.9579],[170.74,-77.6836],[171.6695,-77.4061],[172.2248,-77.2311],[172.2248,-75.6694],[171.7345,-75.6704],[171.1136,-75.6679],[167.3167,-75.6679],[166.8414,-75.6717],[165.4578,-75.6745],[164.0745,-75.6694],[163.9241,-75.6679],[162.646,-75.6679],[162.0199,-75.8247],[161.0169,-76.0653],[159.9796,-76.3017],[159.2113,-76.4707],[158.1173,-76.7004],[156.986,-76.9252],[155.8163,-77.1449],[154.6072,-77.3591],[153.3576,-77.5676],[152.0668,-77.7701],[150.7339,-77.9663],[149.3583,-78.1559],[147.9395,-78.3384],[146.4773,-78.5137],[145.024,-78.6756],[145.024,-78.6996],[145.7522,-78.9524],[146.6561,-79.2483],[147.6103,-79.5417],[148.6184,-79.8321],[149.6848,-80.1194],[150.8139,-80.4032],[152.0106,-80.6832]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of McMurdo Sound, Southern Victoria Land and the Transantarctic Mountains north of Byrd Glacier (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R042_S78_20170214T202521","name":"imagico.de: McMurdo Sound and Dry Valleys","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R042_S78_20170214T202521&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-02-14T00:00:00.000Z","startDate":"2017-02-14T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[162.6595,-78.4257],[162.9125,-78.4514],[169.7813,-78.4514],[169.7813,-76.4764],[169.6502,-76.4764],[169.3069,-76.4765],[168.9635,-76.4765],[168.6202,-76.4765],[168.2769,-76.4766],[167.9336,-76.4766],[167.5903,-76.4766],[167.2469,-76.4767],[166.9036,-76.4767],[166.5603,-76.4767],[166.217,-76.4768],[165.8736,-76.4768],[165.5303,-76.4768],[165.187,-76.4769],[164.8437,-76.4769],[164.5004,-76.4769],[164.157,-76.477],[163.9882,-76.5103],[163.7262,-76.562],[163.4641,-76.6134],[163.2021,-76.6647],[162.94,-76.7158],[162.6779,-76.7666],[162.4159,-76.8173],[162.1538,-76.8678],[161.8918,-76.9181],[161.6297,-76.9682],[161.3677,-77.0181],[161.1056,-77.0679],[160.8435,-77.1174],[160.5815,-77.1668],[160.3194,-77.2159],[160.0574,-77.2649],[159.7953,-77.3137],[159.5333,-77.3623],[159.2712,-77.4108],[159.2712,-77.453],[159.2712,-77.5273],[159.2712,-77.6013],[159.3169,-77.6128],[159.5397,-77.6687],[159.7626,-77.7243],[159.9854,-77.7797],[160.2082,-77.8349],[160.4311,-77.8898],[160.6539,-77.9445],[160.8768,-77.9989],[161.0996,-78.0531],[161.3224,-78.107],[161.5453,-78.1607],[161.7681,-78.2142],[161.9909,-78.2674],[162.2138,-78.3204],[162.4366,-78.3732],[162.6595,-78.4257]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date late season image - not ice minimum, be careful with distinguishing sea ice from ice shelves. (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R092_S02_20160613T075613","name":"imagico.de: Mount Kenya 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R092_S02_20160613T075613&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-06-13T00:00:00.000Z","startDate":"2016-06-13T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[37.2067,-0.2668],[37.5655,-0.2668],[37.5655,-0.0119],[37.2067,-0.0119],[37.2067,-0.2668]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date image for glacier mapping (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R092_S05_20160802T075556","name":"imagico.de: Mount Kilimanjaro 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R092_S05_20160802T075556&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-08-02T00:00:00.000Z","startDate":"2016-08-02T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[37.2477,-3.2292],[37.6158,-3.2292],[37.6158,-2.9682],[37.2477,-2.9682],[37.2477,-3.2292]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date image for glacier mapping (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R049_SXX_20220316T080929","name":"imagico.de: Mühlig-Hofmann Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R049_SXX_20220316T080929&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2022-03-16T00:00:00.000Z","startDate":"2022-03-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[2.2049,-73.0815],[2.3765,-73.0826],[2.5305,-73.0825],[2.7021,-73.0824],[2.8738,-73.0822],[3.0455,-73.0821],[3.2171,-73.082],[3.3888,-73.0819],[3.5604,-73.0818],[3.7321,-73.0817],[3.9038,-73.0815],[4.0754,-73.0814],[4.2471,-73.0813],[4.4188,-73.0812],[4.5904,-73.0811],[4.7621,-73.081],[4.9337,-73.0808],[5.1054,-73.0807],[5.2771,-73.0806],[5.4487,-73.0805],[5.6204,-73.0804],[5.792,-73.0803],[5.9637,-73.0801],[6.1354,-73.08],[6.307,-73.0799],[6.4787,-73.0798],[6.6503,-73.0797],[6.822,-73.0796],[6.9937,-73.0794],[7.1653,-73.0793],[7.337,-73.0792],[7.5086,-73.0791],[7.6803,-73.079],[7.852,-73.0789],[8.0236,-73.0787],[8.1953,-73.0786],[8.367,-73.0785],[8.5386,-73.0784],[8.7103,-73.0783],[8.8819,-73.0782],[9.0536,-73.078],[9.2253,-73.0779],[9.3969,-73.0778],[9.5686,-73.0777],[9.7402,-73.0776],[9.9119,-73.0775],[10.0836,-73.0773],[10.2552,-73.0772],[10.4269,-73.0771],[10.5985,-73.077],[10.6657,-73.0369],[10.7411,-72.9919],[10.8165,-72.9467],[10.8918,-72.9014],[10.9672,-72.856],[11.0426,-72.8105],[11.1179,-72.7648],[11.1933,-72.7191],[11.2687,-72.6732],[11.344,-72.6272],[11.4194,-72.5811],[11.4948,-72.5349],[11.5701,-72.4885],[11.6455,-72.4421],[11.7208,-72.3955],[11.7962,-72.3488],[11.8716,-72.3019],[11.9469,-72.255],[11.9639,-72.2439],[12.0365,-72.1964],[12.1091,-72.1488],[12.1817,-72.1011],[12.2544,-72.0532],[12.327,-72.0052],[12.3996,-71.9571],[12.4722,-71.9089],[12.5449,-71.8605],[12.6175,-71.812],[12.6901,-71.7634],[12.7627,-71.7147],[12.8354,-71.6658],[12.908,-71.6168],[12.9806,-71.5677],[13.0532,-71.5185],[13.1259,-71.4691],[13.1985,-71.4196],[13.2711,-71.37],[13.3437,-71.3202],[13.4164,-71.2703],[13.4715,-71.2299],[13.5404,-71.1793],[13.6093,-71.1285],[13.6782,-71.0775],[13.7472,-71.0265],[13.8161,-70.9753],[13.885,-70.924],[13.9539,-70.8725],[14.0228,-70.821],[14.0917,-70.7692],[14.1607,-70.7174],[14.2296,-70.6654],[14.2985,-70.6133],[14.3674,-70.561],[14.4363,-70.5086],[14.5052,-70.4561],[14.5742,-70.4035],[14.6431,-70.3507],[14.712,-70.2977],[14.7809,-70.2446],[14.8498,-70.1914],[14.9187,-70.1381],[14.9257,-70.1323],[14.9911,-70.0783],[15.0564,-70.0241],[15.1217,-69.9698],[15.187,-69.9154],[15.2524,-69.8608],[15.3177,-69.8061],[15.383,-69.7512],[15.4484,-69.6962],[15.5137,-69.641],[15.579,-69.5857],[15.6443,-69.5303],[15.7097,-69.4747],[15.775,-69.419],[15.8403,-69.3631],[15.9057,-69.3071],[15.971,-69.2509],[16.0363,-69.1946],[16.1016,-69.1382],[16.167,-69.0815],[16.2323,-69.0248],[16.0832,-68.9996],[15.928,-68.9733],[15.7728,-68.947],[15.6175,-68.9206],[15.4623,-68.8943],[15.3071,-68.8679],[15.1518,-68.8414],[14.9966,-68.815],[14.8414,-68.7885],[14.6862,-68.7619],[14.5309,-68.7354],[14.3757,-68.7088],[14.2205,-68.6821],[14.0652,-68.6555],[13.91,-68.6288],[13.7548,-68.6021],[13.5996,-68.5753],[13.4443,-68.5485],[13.2891,-68.5217],[13.1339,-68.4948],[12.9786,-68.468],[12.8234,-68.441],[12.6682,-68.4141],[12.513,-68.3871],[12.3577,-68.3601],[12.2025,-68.3331],[12.0473,-68.306],[11.892,-68.2789],[11.7368,-68.2517],[11.5816,-68.2246],[11.4263,-68.1974],[11.2711,-68.1701],[11.1159,-68.1428],[10.9607,-68.1155],[10.8054,-68.0882],[10.6502,-68.0608],[10.495,-68.0334],[10.3397,-68.006],[10.1845,-67.9785],[10.0293,-67.9511],[9.8741,-67.9235],[9.7188,-67.896],[9.5636,-67.8684],[9.522,-67.8933],[9.4307,-67.948],[9.3394,-68.0025],[9.2481,-68.0569],[9.1568,-68.1111],[9.0656,-68.1653],[8.9743,-68.2193],[8.883,-68.2732],[8.7917,-68.3269],[8.7004,-68.3805],[8.6091,-68.434],[8.5178,-68.4874],[8.4266,-68.5407],[8.3353,-68.5938],[8.244,-68.6468],[8.1527,-68.6996],[8.0614,-68.7524],[7.9701,-68.805],[7.8788,-68.8575],[7.7876,-68.9099],[7.6963,-68.9621],[7.605,-69.0143],[7.5137,-69.0663],[7.4224,-69.1181],[7.3311,-69.1699],[7.2398,-69.2215],[7.1486,-69.2731],[7.0573,-69.3244],[6.966,-69.3757],[6.8747,-69.4269],[6.7834,-69.4779],[6.6921,-69.5288],[6.6008,-69.5796],[6.5096,-69.6302],[6.4183,-69.6808],[6.327,-69.7312],[6.2357,-69.7815],[6.1444,-69.8317],[6.0531,-69.8817],[5.9618,-69.9317],[5.8706,-69.9815],[5.7793,-70.0312],[5.688,-70.0808],[5.5967,-70.1303],[5.5054,-70.1796],[5.4141,-70.2289],[5.3228,-70.278],[5.2316,-70.327],[5.1403,-70.3759],[5.049,-70.4246],[4.9577,-70.4733],[4.8664,-70.5218],[4.7751,-70.5702],[4.6838,-70.6185],[4.5926,-70.6667],[4.5013,-70.7148],[4.41,-70.7628],[4.3187,-70.8106],[4.2274,-70.8583],[4.1361,-70.9059],[4.0448,-70.9534],[3.9536,-71.0008],[3.8623,-71.0481],[3.771,-71.0952],[3.6797,-71.1423],[3.5884,-71.1892],[3.4971,-71.236],[3.4058,-71.2828],[3.3146,-71.3293],[3.2233,-71.3758],[3.132,-71.4222],[3.0407,-71.4685],[2.9494,-71.5146],[2.8581,-71.5607],[2.7669,-71.6066],[2.6756,-71.6524],[2.5843,-71.6981],[2.493,-71.7437],[2.4017,-71.7892],[2.3104,-71.8346],[2.2191,-71.8798],[2.1279,-71.925],[2.0366,-71.97],[1.9453,-72.015],[1.854,-72.0598],[1.7627,-72.1045],[1.6714,-72.1492],[1.5801,-72.1937],[1.4889,-72.2381],[1.3976,-72.2824],[1.3063,-72.3266],[1.215,-72.3706],[1.1237,-72.4146],[1.0324,-72.4585],[0.9411,-72.5023],[0.8499,-72.5459],[0.7586,-72.5895],[0.6673,-72.6329],[0.576,-72.6763],[0.4847,-72.7195],[0.3934,-72.7626],[0.3021,-72.8056],[0.2109,-72.8486],[0.1196,-72.8914],[0.0283,-72.9341],[-0.063,-72.9767],[-0.0638,-72.9818],[-0.0718,-73.0319],[0.0148,-73.0357],[0.1845,-73.0432],[0.2248,-73.0448],[0.3947,-73.0518],[0.5647,-73.0588],[0.7347,-73.0658],[0.9047,-73.0728],[1.0035,-73.0735],[1.1752,-73.0746],[1.3468,-73.0758],[1.5184,-73.0769],[1.69,-73.078],[1.8616,-73.0792],[2.0332,-73.0803],[2.2049,-73.0815]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Mühlig-Hofmann Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LO80841332019355LGN00","name":"imagico.de: Mühlig-Hofmann Mountains evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LO80841332019355LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-12-21T00:00:00.000Z","startDate":"2019-12-21T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[5.0055,-73.2949],[5.1577,-73.3831],[5.2885,-73.3628],[5.5902,-73.3158],[5.8918,-73.2687],[6.1935,-73.2214],[6.4951,-73.174],[6.7968,-73.1265],[7.0984,-73.0788],[7.4001,-73.0311],[7.7018,-72.9831],[7.7057,-72.9825],[7.9993,-72.9303],[8.2929,-72.878],[8.5865,-72.8255],[8.8801,-72.7729],[9.1737,-72.7201],[9.4673,-72.6672],[9.7609,-72.6141],[10.0545,-72.5608],[10.3481,-72.5074],[10.3144,-72.4905],[10.1377,-72.4017],[9.961,-72.3125],[9.7842,-72.2229],[9.6075,-72.1328],[9.4308,-72.0423],[9.2541,-71.9513],[9.0773,-71.8599],[8.9006,-71.768],[8.7239,-71.6757],[8.5472,-71.5829],[8.3705,-71.4897],[8.1937,-71.396],[8.017,-71.3019],[7.8403,-71.2073],[7.6636,-71.1123],[7.4868,-71.0167],[7.457,-71.0218],[7.1523,-71.0732],[6.8476,-71.1244],[6.5429,-71.1756],[6.2383,-71.2266],[5.9336,-71.2774],[5.6289,-71.3282],[5.3242,-71.3787],[5.0196,-71.4292],[4.7149,-71.4795],[4.4102,-71.5297],[4.1055,-71.5798],[3.8008,-71.6298],[3.4962,-71.6796],[3.1915,-71.7292],[2.8868,-71.7788],[2.5821,-71.8282],[2.7214,-71.9158],[2.8737,-72.011],[3.0259,-72.1058],[3.1782,-72.2001],[3.3305,-72.294],[3.4828,-72.3873],[3.635,-72.4802],[3.7873,-72.5726],[3.9396,-72.6645],[4.0918,-72.7559],[4.2441,-72.8469],[4.3964,-72.9374],[4.5487,-73.0275],[4.7009,-73.1171],[4.8532,-73.2062],[5.0055,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Mühlig-Hofmann Mountains showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80891322019359LGN00","name":"imagico.de: Neumayer Cliffs east evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80891322019359LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-12-25T00:00:00.000Z","startDate":"2019-12-25T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-0.2144,-74.5813],[-0.0481,-74.6609],[-0.0481,-74.6609],[-0.0157,-74.6558],[0.2793,-74.6092],[0.5742,-74.5625],[0.8692,-74.5157],[1.1641,-74.4687],[1.459,-74.4216],[1.754,-74.3743],[2.0489,-74.3269],[2.3438,-74.2794],[2.6388,-74.2317],[2.8335,-74.1964],[3.1193,-74.1446],[3.4051,-74.0925],[3.691,-74.0403],[3.9768,-73.9879],[4.2626,-73.9354],[4.5485,-73.8827],[4.8343,-73.8298],[5.1201,-73.7767],[5.406,-73.7235],[5.3417,-73.6961],[5.1532,-73.6154],[4.9646,-73.5342],[4.776,-73.4527],[4.5875,-73.3708],[4.3989,-73.2885],[4.2104,-73.2058],[4.0218,-73.1227],[3.8332,-73.0392],[3.6447,-72.9553],[3.4561,-72.871],[3.2675,-72.7863],[3.079,-72.7012],[2.8904,-72.6157],[2.7018,-72.5298],[2.5133,-72.4434],[2.3247,-72.3567],[2.1362,-72.2695],[2.0675,-72.2813],[1.7685,-72.3326],[1.4695,-72.3838],[1.1706,-72.4348],[0.8716,-72.4856],[0.5726,-72.5364],[0.2737,-72.5869],[-0.0253,-72.6374],[-0.3243,-72.6877],[-0.6233,-72.7378],[-0.9222,-72.7878],[-1.2212,-72.8377],[-1.5202,-72.8874],[-1.8192,-72.937],[-2.1181,-72.9865],[-2.4171,-73.0358],[-2.7161,-73.085],[-3.0151,-73.134],[-2.9357,-73.1779],[-2.7762,-73.2656],[-2.6167,-73.353],[-2.4572,-73.4398],[-2.2977,-73.5263],[-2.1382,-73.6123],[-1.9788,-73.6978],[-1.8193,-73.783],[-1.6598,-73.8677],[-1.5003,-73.9519],[-1.379,-74.0124],[-1.2126,-74.0949],[-1.0463,-74.177],[-0.8799,-74.2586],[-0.7135,-74.3399],[-0.5472,-74.4208],[-0.3808,-74.5012],[-0.2144,-74.5813]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Neumayer Cliffs (east) showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80901322020001LGN00","name":"imagico.de: Neumayer Cliffs evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80901322020001LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-1.766,-74.5812],[-1.5999,-74.6609],[-1.5999,-74.6609],[-1.5431,-74.652],[-1.2481,-74.6054],[-0.9531,-74.5587],[-0.658,-74.5119],[-0.363,-74.465],[-0.068,-74.4178],[0.227,-74.3706],[0.522,-74.3232],[0.817,-74.2757],[1.112,-74.228],[1.281,-74.1975],[1.5668,-74.1456],[1.8526,-74.0935],[2.1385,-74.0413],[2.4243,-73.989],[2.7101,-73.9364],[2.996,-73.8837],[3.2818,-73.8308],[3.5676,-73.7778],[3.8535,-73.7246],[3.7893,-73.6971],[3.601,-73.6164],[3.4128,-73.5352],[3.2245,-73.4536],[3.0362,-73.3716],[2.848,-73.2893],[2.6597,-73.2065],[2.4715,-73.1234],[2.2832,-73.0398],[2.0949,-72.9559],[1.9067,-72.8715],[1.7184,-72.7868],[1.5301,-72.7016],[1.3419,-72.616],[1.1536,-72.5301],[0.9653,-72.4437],[0.7771,-72.3569],[0.5888,-72.2696],[0.5198,-72.2815],[0.2208,-72.3328],[-0.0782,-72.3839],[-0.3772,-72.4349],[-0.6762,-72.4858],[-0.9752,-72.5365],[-1.2742,-72.587],[-1.5732,-72.6375],[-1.8722,-72.6878],[-2.1712,-72.7379],[-2.4702,-72.7879],[-2.7692,-72.8378],[-3.0681,-72.8875],[-3.3671,-72.9371],[-3.6661,-72.9865],[-3.9651,-73.0358],[-4.2641,-73.085],[-4.5631,-73.134],[-4.5331,-73.1507],[-4.3739,-73.2386],[-4.2146,-73.3261],[-4.0554,-73.4132],[-3.8962,-73.4998],[-3.737,-73.5859],[-3.5778,-73.6717],[-3.4186,-73.757],[-3.2594,-73.8418],[-3.1002,-73.9263],[-3.0947,-73.929],[-2.9286,-74.012],[-2.7625,-74.0946],[-2.5964,-74.1767],[-2.4303,-74.2584],[-2.2642,-74.3397],[-2.0981,-74.4207],[-1.9321,-74.5011],[-1.766,-74.5812]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Neumayer Cliffs showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80940622015159LGN00","name":"imagico.de: New Ireland","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80940622015159LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2015-06-08T00:00:00.000Z","startDate":"2015-06-08T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[150.3885,-2.8005],[150.8335,-2.8005],[150.8335,-2.3834],[150.3885,-2.3834],[150.3885,-2.8005]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Many missing islands in OSM (mostly mapped meanwhile) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R098_S83_20230113T182459","name":"imagico.de: Nimrod Glacier North","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R098_S83_20230113T182459&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-01-13T00:00:00.000Z","startDate":"2023-01-13T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[151.785,-82.1519],[151.8105,-82.4941],[151.8378,-82.8363],[152.9743,-82.8321],[155.7077,-82.8105],[158.4191,-82.7727],[161.0968,-82.7192],[163.7302,-82.6501],[166.3097,-82.5659],[168.8268,-82.4673],[171.2746,-82.3546],[172.737,-82.2769],[172.737,-81.0148],[171.3032,-81.0074],[169.6851,-81.0169],[167.4924,-81.0186],[165.302,-81.0074],[163.6841,-81.0169],[161.4914,-81.0186],[159.3011,-81.0074],[157.6834,-81.0169],[155.4912,-81.0186],[153.3017,-81.0074],[151.7164,-81.0313],[151.7164,-81.0998],[151.7179,-81.1254],[151.7389,-81.4676],[151.7612,-81.8098],[151.785,-82.1519]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Nimrod Glacier and the southern Churchill Mountains in the southern Transantarctic Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R069_S83_20230111T174429","name":"imagico.de: Nimrod Glacier South","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R069_S83_20230111T174429&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-01-11T00:00:00.000Z","startDate":"2023-01-11T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[157.4573,-82.1477],[157.2873,-82.4889],[157.1004,-82.8302],[157.2924,-82.8316],[160.0344,-82.8437],[162.78,-82.8394],[165.5167,-82.8189],[168.2322,-82.7823],[170.9149,-82.7299],[173.5539,-82.6618],[176.1395,-82.5787],[178.0729,-82.5038],[178.0729,-81.0113],[177.3031,-81.0074],[175.6841,-81.0169],[173.4914,-81.0186],[171.3011,-81.0074],[169.6834,-81.0169],[167.4912,-81.0186],[165.3017,-81.0074],[163.6823,-81.0169],[161.4912,-81.0186],[159.3029,-81.0073],[157.9201,-81.0296],[157.8859,-81.1236],[157.7551,-81.465],[157.6127,-81.8064],[157.4573,-82.1477]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Nimrod Glacier and the northern Queen Elizabeth Range in the southern Transantarctic Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-northsea_s2_2016","name":"imagico.de: North Sea Coast 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=northsea_s2_2016&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-09-25T00:00:00.000Z","startDate":"2016-09-25T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[5.1562,52.8755],[9.6846,52.8877],[9.8813,53.2428],[9.8813,55.7459],[6.4155,55.7379],[5.1615,53.0325],[5.1562,52.8755]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals (superseeded by newer image) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-northsea_s2_2017","name":"imagico.de: North Sea Coast 2017","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=northsea_s2_2017&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2017-06-02T00:00:00.000Z","startDate":"2017-06-02T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[5.1713,53.0918],[9.7789,53.0918],[9.8813,53.2761],[9.8813,55.8973],[6.477,55.8973],[5.1713,53.0918]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals (superseeded by newer image) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-northsea_s2_2018","name":"imagico.de: North Sea Coast spring 2018","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=northsea_s2_2018&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2018-05-08T00:00:00.000Z","startDate":"2018-05-08T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[5.3179,53.0918],[9.7758,53.0921],[9.8813,53.2819],[9.8813,56.3578],[6.7023,56.3572],[5.322,53.4418],[5.3179,53.0918]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-caspian_2018","name":"imagico.de: Northeast Caspian Sea 2018","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=caspian_2018&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2018-05-16T00:00:00.000Z","startDate":"2018-05-16T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[51.0243,45.0729],[53.6474,45.0729],[53.6471,46.3177],[52.4259,46.5687],[51.0243,46.569],[51.0243,45.0729]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Coastal contruction and Kashagan oil field in Kazakhstan in May 2018 (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-ural_s2_2016","name":"imagico.de: Northern and Polar Ural mountains August 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=ural_s2_2016&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-08-12T00:00:00.000Z","startDate":"2016-08-12T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[59.199,64.892],[64.2165,64.9196],[67.733,67.7488],[67.733,68.4433],[60.7333,68.4429],[59.199,66.9166],[59.199,64.892]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date late summer imagery with few clouds - caution: not all visible snow is glaciers (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-ndvina","name":"imagico.de: Northern Dvina delta at low tide","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=ndvina&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2015-09-13T00:00:00.000Z","startDate":"2015-09-13T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[37.7291,64.1971],[41.2114,64.1973],[41.3223,64.3142],[41.3223,65.2705],[37.8592,65.2705],[37.7291,65.1161],[37.7291,64.1971]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Beaches, tidal flats and other costal forms, somewhat outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-nellesmere_ast","name":"imagico.de: Northern Ellesmere Island","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=nellesmere_ast&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2012-07-09T00:00:00.000Z","startDate":"2012-07-09T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-81.6292,82.4597],[-65.8117,82.4597],[-65.6579,83.0323],[-72.8031,83.0957],[-83.0314,83.0588],[-83.0314,82.4799],[-81.6292,82.4597]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Assembled from July 2012 ASTER imagery (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-nellesmere_ast_2016","name":"imagico.de: Northern Ellesmere Island July 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=nellesmere_ast_2016&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2012-07-15T00:00:00.000Z","startDate":"2012-07-08T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-78.8973,82.1758],[-65.0092,82.1758],[-63.7801,82.722],[-63.7801,82.9891],[-66.5899,83.085],[-82.645,83.0807],[-82.645,82.1943],[-78.8973,82.1758]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Assembled from July 2016 ASTER imagery (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81960222015233LGN00vis","name":"imagico.de: Northern German west coast tidalflats","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81960222015233LGN00vis&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2015-08-21T00:00:00.000Z","startDate":"2015-08-21T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[7.6357,53.2803],[9.2078,53.2803],[9.2078,55.4811],[8.4943,55.5025],[7.6357,53.6677],[7.6357,53.2803]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals, superseeded by newer images (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81960222015233LGN00ir","name":"imagico.de: Northern German west coast tidalflats (infrared)","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81960222015233LGN00ir&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2015-08-21T00:00:00.000Z","startDate":"2015-08-21T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[7.6357,53.2803],[9.2078,53.2803],[9.2078,55.4811],[8.4943,55.5025],[7.6357,53.6681],[7.6357,53.2803]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals, superseeded by newer images (false color IR)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-ngreenland_ast","name":"imagico.de: Northern Greenland ASTER","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=ngreenland_ast&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2012-08-13T00:00:00.000Z","startDate":"2005-06-21T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-52.4922,82.4897],[-23.4045,82.4897],[-21.1839,82.7431],[-21.1839,83.3978],[-25.264,83.5827],[-29.5253,83.7321],[-44.5285,83.7321],[-49.287,83.4731],[-52.4922,82.9429],[-52.4922,82.4897]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Assembled from mostly 2012 ASTER imagery, some 2005 images mainly in the northeast (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-EO1A1350972013086110KF","name":"imagico.de: Northwest Heard Island","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=EO1A1350972013086110KF&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2013-03-13T00:00:00.000Z","startDate":"2013-03-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[73.2279,-53.2033],[73.7178,-53.2033],[73.7899,-53.0605],[73.7899,-52.9494],[73.2595,-52.9494],[73.2279,-53.0107],[73.2279,-53.2033]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Glaciers of Northwest Heard Island (mapped meanwhile) (false color IR)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-aster_anti2","name":"imagico.de: Ohio Range","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=aster_anti2&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2009-01-01T00:00:00.000Z","startDate":"2001-01-01T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-120.615,-85.0511],[-87.4598,-85.0511],[-85.0513,-84.2365],[-85.4314,-84.0794],[-93.6269,-84.0855],[-115.2085,-84.1075],[-121.0602,-84.7506],[-120.615,-85.0511]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"ASTER imagery from 2001-2009 from the Ohio Range, positional accuracy in parts is bad (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80821332017351LGN00","name":"imagico.de: Orvin Mountains 2017 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80821332017351LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-12-17T00:00:00.000Z","startDate":"2017-12-17T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[8.0718,-73.2949],[8.224,-73.3831],[8.3832,-73.3583],[8.6847,-73.3112],[8.9863,-73.264],[9.2878,-73.2167],[9.5893,-73.1692],[9.8909,-73.1216],[10.1924,-73.0739],[10.4939,-73.026],[10.7954,-72.978],[11.0629,-72.9305],[11.3565,-72.8782],[11.6501,-72.8257],[11.9437,-72.773],[12.2372,-72.7202],[12.5308,-72.6673],[12.8244,-72.6142],[13.118,-72.5609],[13.4116,-72.5075],[13.3774,-72.4904],[13.2007,-72.4016],[13.0239,-72.3124],[12.8472,-72.2228],[12.6704,-72.1327],[12.4936,-72.0422],[12.3169,-71.9512],[12.1401,-71.8598],[11.9634,-71.768],[11.7866,-71.6756],[11.6098,-71.5829],[11.4331,-71.4897],[11.2563,-71.396],[11.0796,-71.3019],[10.9028,-71.2073],[10.726,-71.1122],[10.5493,-71.0167],[10.5249,-71.0209],[10.2202,-71.0723],[9.9155,-71.1235],[9.6108,-71.1747],[9.3062,-71.2257],[9.0015,-71.2765],[8.6968,-71.3273],[8.3921,-71.3779],[8.0875,-71.4283],[7.7828,-71.4787],[7.4781,-71.5289],[7.1734,-71.5789],[6.8688,-71.6289],[6.5641,-71.6787],[6.2594,-71.7284],[5.9547,-71.7779],[5.6501,-71.8273],[5.79,-71.9154],[5.9421,-72.0107],[6.0942,-72.1055],[6.2463,-72.1998],[6.3985,-72.2937],[6.5506,-72.3871],[6.7027,-72.48],[6.8548,-72.5724],[7.007,-72.6643],[7.1591,-72.7558],[7.3112,-72.8468],[7.4633,-72.9373],[7.6155,-73.0274],[7.7676,-73.117],[7.9197,-73.2062],[8.0718,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Orvin Mountains 2017 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80821332021346LGN00","name":"imagico.de: Orvin Mountains 2021 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80821332021346LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2021-12-12T00:00:00.000Z","startDate":"2021-12-12T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[8.0868,-73.2949],[8.2391,-73.3831],[8.4121,-73.3561],[8.7136,-73.309],[9.0151,-73.2618],[9.3165,-73.2144],[9.618,-73.1669],[9.9195,-73.1193],[10.221,-73.0715],[10.5225,-73.0236],[10.8239,-72.9756],[11.0785,-72.9303],[11.3721,-72.878],[11.6656,-72.8255],[11.9591,-72.7728],[12.2526,-72.72],[12.5461,-72.667],[12.8396,-72.6138],[13.1332,-72.5605],[13.4267,-72.5071],[13.3929,-72.4902],[13.216,-72.4014],[13.0392,-72.3122],[12.8623,-72.2226],[12.6855,-72.1325],[12.5086,-72.042],[12.3318,-71.9511],[12.1549,-71.8597],[11.9781,-71.7678],[11.8013,-71.6755],[11.6244,-71.5828],[11.4476,-71.4896],[11.2707,-71.3959],[11.0939,-71.3018],[10.917,-71.2073],[10.7402,-71.1122],[10.5634,-71.0167],[10.5374,-71.0211],[10.2328,-71.0725],[9.9281,-71.1238],[9.6234,-71.1749],[9.3188,-71.2259],[9.0141,-71.2768],[8.7094,-71.3275],[8.4048,-71.3781],[8.1001,-71.4286],[7.7954,-71.479],[7.4908,-71.5292],[7.1861,-71.5792],[6.8814,-71.6292],[6.5768,-71.679],[6.2721,-71.7287],[5.9674,-71.7782],[5.6628,-71.8277],[5.8029,-71.9157],[5.9551,-72.011],[6.1074,-72.1058],[6.2596,-72.2001],[6.4119,-72.2939],[6.5642,-72.3873],[6.7164,-72.4802],[6.8687,-72.5726],[7.021,-72.6645],[7.1732,-72.7559],[7.3255,-72.8469],[7.4777,-72.9374],[7.63,-73.0275],[7.7823,-73.1171],[7.9345,-73.2062],[8.0868,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Orvin Mountains 2021 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R111_N09_20160604T154554","name":"imagico.de: Panama Canal","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R111_N09_20160604T154554&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-06-07T00:00:00.000Z","startDate":"2016-06-07T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-80.0165,8.849],[-79.4686,8.849],[-79.4686,9.4148],[-80.0165,9.4148],[-80.0165,8.849]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Images of the new locks (but partly cloudy, somewhat outdated) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-EO1A0120532016364110KF","name":"imagico.de: Panama Canal - Pacific side","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=EO1A0120532016364110KF&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-12-30T00:00:00.000Z","startDate":"2016-12-30T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-79.6254,8.7708],[-79.3283,8.7708],[-79.2682,9.0929],[-79.6536,9.0929],[-79.6867,8.9371],[-79.6868,8.822],[-79.6254,8.7708]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"New locks with less clouds than in the Sentinel-2 image - make sure to check image alignment, outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-aster_anti3","name":"imagico.de: Patuxent Range","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=aster_anti3&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2009-01-01T00:00:00.000Z","startDate":"2001-01-01T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-69.1012,-85.0511],[-58.9149,-85.0511],[-56.4886,-84.922],[-63.0926,-83.7207],[-68.4315,-83.9809],[-71.7929,-84.3003],[-69.1012,-85.0511]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"ASTER imagery from 2001-2009 from the Patuxent Range, positional accuracy in parts is bad (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R078_N68_20160930T081002","name":"imagico.de: Pechora Sea Coast","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R078_N68_20160930T081002&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-09-30T00:00:00.000Z","startDate":"2016-09-30T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[53.1802,67.5344],[59.9153,67.5344],[61.9823,68.9395],[61.9837,69.7161],[60.6947,69.977],[59.004,70.2786],[55.3584,70.2786],[54.2107,69.3367],[53.1821,68.414],[53.1802,67.5344]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Pechora Sea coast in autumn 2016 (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81511242016033LGN00","name":"imagico.de: Pensacola Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81511242016033LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-02-02T00:00:00.000Z","startDate":"2016-02-02T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-54.4685,-84.0689],[-53.2092,-84.1252],[-52.7533,-84.1252],[-51.38,-84.1252],[-50.0067,-84.1252],[-48.6334,-84.1252],[-47.2601,-84.1252],[-45.8868,-84.1252],[-44.5135,-84.1252],[-44.514,-84.0454],[-44.5148,-83.9013],[-44.5155,-83.7536],[-44.5163,-83.6024],[-44.5171,-83.4475],[-44.5179,-83.2889],[-44.5187,-83.1265],[-44.5194,-82.9602],[-44.5202,-82.7899],[-44.521,-82.6155],[-44.5218,-82.4368],[-44.7229,-82.4303],[-46.0566,-82.3871],[-47.3903,-82.3436],[-48.7241,-82.2999],[-49.629,-82.2999],[-51.0023,-82.2998],[-52.3756,-82.2998],[-53.7489,-82.2998],[-55.1222,-82.2998],[-56.4955,-82.2998],[-57.8688,-82.2997],[-59.2421,-82.2997],[-60.6143,-82.2997],[-60.6143,-83.7861],[-59.5057,-83.8381],[-58.2464,-83.8966],[-56.9871,-83.9546],[-55.7278,-84.012],[-54.4685,-84.0689]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Outside regular Landsat coverage and therefore not in LIMA and Bing/Maxar/Esri/Mapbox (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R136_N41_20150831T093006","name":"imagico.de: Prokletije Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R136_N41_20150831T093006&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2015-08-31T00:00:00.000Z","startDate":"2015-08-31T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[19.1123,42.1532],[20.6379,42.1678],[20.633,43.096],[19.0843,43.0807],[19.1123,42.1532]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Late summer imagery where usual sources are severely limited by clouds and snow, somewhat outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-DMS_1142622_03746_20110415_17533956","name":"imagico.de: Qasigiannguit","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=DMS_1142622_03746_20110415_17533956&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2011-04-15T00:00:00.000Z","startDate":"2011-04-15T00:00:00.000Z","zoomExtent":[0,15],"polygon":[[[-51.2386,68.7997],[-51.1404,68.8012],[-51.1517,68.853],[-51.2433,68.853],[-51.2386,68.7997]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Icebridge DMS image of the settlement - alignment might be poor","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81510432015030LGN00","name":"imagico.de: Rann of Kutch","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81510432015030LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[67.9684,22.3626],[71.4899,22.3626],[71.4899,24.8869],[67.8623,24.8869],[67.8623,22.3839],[67.9684,22.3626]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Land/water distinction difficult to properly map based on Bing/Maxar/Esri/Mapbox images (false color IR)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R093_N41_20150828T092005","name":"imagico.de: Rila and Pirin Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R093_N41_20150828T092005&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2015-08-28T00:00:00.000Z","startDate":"2015-08-28T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[23.8081,41.5849],[23.9656,41.5849],[23.994,42.2834],[23.0119,42.2998],[22.9924,41.602],[23.8081,41.5849]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Late summer imagery where usual sources are severely limited by clouds and snow, somewhat outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LO80771332019354LGN00","name":"imagico.de: Russkiye Mountains east evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LO80771332019354LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-12-20T00:00:00.000Z","startDate":"2019-12-20T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[15.8215,-73.2949],[15.9734,-73.3831],[16.184,-73.3503],[16.4854,-73.3032],[16.7869,-73.2559],[17.0884,-73.2085],[17.3899,-73.161],[17.6913,-73.1133],[17.9928,-73.0655],[18.2943,-73.0176],[18.5957,-72.9696],[18.8164,-72.9303],[19.1099,-72.8779],[19.4033,-72.8254],[19.6968,-72.7727],[19.9903,-72.7198],[20.2837,-72.6668],[20.5772,-72.6137],[20.8707,-72.5604],[21.1641,-72.5069],[21.1305,-72.4901],[20.9536,-72.4013],[20.7768,-72.3121],[20.5999,-72.2225],[20.423,-72.1325],[20.2461,-72.042],[20.0693,-71.951],[19.8924,-71.8596],[19.7155,-71.7678],[19.5386,-71.6755],[19.3617,-71.5827],[19.1849,-71.4896],[19.008,-71.3959],[18.8311,-71.3018],[18.6542,-71.2072],[18.4774,-71.1122],[18.3005,-71.0167],[18.2776,-71.0206],[17.9729,-71.072],[17.6682,-71.1233],[17.3635,-71.1744],[17.0588,-71.2254],[16.7541,-71.2762],[16.4495,-71.327],[16.1448,-71.3776],[15.8401,-71.428],[15.5354,-71.4784],[15.2307,-71.5286],[14.926,-71.5786],[14.6214,-71.6286],[14.3167,-71.6784],[14.012,-71.7281],[13.7073,-71.7776],[13.4026,-71.827],[13.5422,-71.915],[13.6941,-72.0103],[13.8461,-72.1052],[13.998,-72.1995],[14.15,-72.2934],[14.3019,-72.3868],[14.4539,-72.4797],[14.6059,-72.5721],[14.7578,-72.6641],[14.9098,-72.7556],[15.0617,-72.8466],[15.2137,-72.9372],[15.3656,-73.0273],[15.5176,-73.117],[15.6695,-73.2061],[15.8215,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Russkiye Mountains (east) showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80781332017355LGN00","name":"imagico.de: Russkiye Mountains west evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80781332017355LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-12-21T00:00:00.000Z","startDate":"2017-12-21T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[14.2399,-73.2948],[14.3917,-73.3831],[14.6071,-73.3495],[14.9086,-73.3023],[15.21,-73.2551],[15.5114,-73.2076],[15.8128,-73.1601],[16.1142,-73.1124],[16.4157,-73.0646],[16.7171,-73.0166],[17.0185,-72.9686],[17.2341,-72.9302],[17.5276,-72.8778],[17.8211,-72.8253],[18.1146,-72.7726],[18.4081,-72.7198],[18.7016,-72.6668],[18.9951,-72.6137],[19.2886,-72.5603],[19.5821,-72.5069],[19.5455,-72.4886],[19.3686,-72.3998],[19.1918,-72.3106],[19.0149,-72.221],[18.838,-72.1309],[18.6612,-72.0404],[18.4843,-71.9494],[18.3075,-71.858],[18.1306,-71.7662],[17.9537,-71.6739],[17.7769,-71.5811],[17.6,-71.4879],[17.4231,-71.3943],[17.2463,-71.3002],[17.0694,-71.2056],[16.8926,-71.1106],[16.7157,-71.0151],[16.6944,-71.0187],[16.3898,-71.0702],[16.0853,-71.1215],[15.7807,-71.1727],[15.4762,-71.2238],[15.1716,-71.2748],[14.8671,-71.3256],[14.5625,-71.3763],[14.258,-71.4268],[13.9535,-71.4772],[13.6489,-71.5275],[13.3444,-71.5777],[13.0398,-71.6277],[12.7353,-71.6776],[12.4307,-71.7274],[12.1262,-71.777],[11.8216,-71.8265],[11.9617,-71.9148],[12.1135,-72.0101],[12.2654,-72.105],[12.4173,-72.1994],[12.5692,-72.2933],[12.7211,-72.3867],[12.8729,-72.4796],[13.0248,-72.572],[13.1767,-72.664],[13.3286,-72.7555],[13.4805,-72.8466],[13.6323,-72.9372],[13.7842,-73.0273],[13.9361,-73.1169],[14.088,-73.2061],[14.2399,-73.2948]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Russkiye Mountains (west) showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81730602015040LGN00","name":"imagico.de: Rwenzori Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81730602015040LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-02-09T00:00:00.000Z","startDate":"2015-02-09T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[29.7663,0.2069],[30.0346,0.2069],[30.0346,0.5092],[29.7663,0.5092],[29.7663,0.2069]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Image of most of the remaining Rwenzori Mountains glaciers (somewhat outdated) (false color IR)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R078_N01_20160702T082522","name":"imagico.de: Rwenzori Mountains 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R078_N01_20160702T082522&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-07-02T00:00:00.000Z","startDate":"2016-07-02T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[29.8051,0.2359],[30.025,0.2359],[30.025,0.4671],[29.8051,0.4671],[29.8051,0.2359]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date image for glacier mapping (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80611072014036LGN00","name":"imagico.de: Scott Island","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80611072014036LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2014-02-05T00:00:00.000Z","startDate":"2014-02-05T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-180,-67.4263],[-179.8247,-67.4263],[-179.8247,-67.3254],[-180,-67.3254],[-180,-67.4263]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing in other image sources (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R049_S8X_20210209T080929","name":"imagico.de: Shackleton Range","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R049_S8X_20210209T080929&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2021-02-09T00:00:00.000Z","startDate":"2021-02-09T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-56.802,-82.8472],[-56.4587,-82.8481],[-56.4318,-82.848],[-56.0886,-82.8467],[-55.7455,-82.8453],[-55.4023,-82.844],[-55.0592,-82.8426],[-54.716,-82.8413],[-54.3729,-82.8399],[-54.0297,-82.8386],[-53.6866,-82.8372],[-53.3434,-82.8359],[-53.0003,-82.8345],[-52.6571,-82.8332],[-52.4283,-82.8308],[-52.0861,-82.8272],[-51.744,-82.8237],[-51.4018,-82.8201],[-51.0597,-82.8166],[-50.7175,-82.813],[-50.3754,-82.8095],[-50.2332,-82.8074],[-49.8922,-82.8025],[-49.5511,-82.7976],[-49.21,-82.7927],[-48.8689,-82.7878],[-48.5278,-82.7829],[-48.1867,-82.778],[-48.0399,-82.775],[-47.701,-82.768],[-47.3622,-82.761],[-47.0234,-82.7541],[-46.6845,-82.7471],[-46.3457,-82.7401],[-46.0069,-82.7331],[-45.668,-82.7261],[-45.3292,-82.7191],[-44.9904,-82.712],[-44.9046,-82.7096],[-44.5694,-82.7001],[-44.2343,-82.6907],[-43.8992,-82.6812],[-43.5641,-82.6717],[-43.229,-82.6621],[-42.8938,-82.6526],[-42.5587,-82.6431],[-42.2236,-82.6335],[-41.8885,-82.6239],[-41.7254,-82.6179],[-41.3953,-82.6058],[-41.0653,-82.5936],[-40.7352,-82.5814],[-40.4052,-82.5692],[-40.0751,-82.557],[-39.745,-82.5447],[-39.415,-82.5324],[-39.0849,-82.5202],[-38.7549,-82.5078],[-38.4248,-82.4955],[-38.0947,-82.4832],[-37.7921,-82.4692],[-37.4682,-82.4543],[-37.1443,-82.4393],[-36.8204,-82.4243],[-36.4965,-82.4093],[-36.1726,-82.3943],[-35.8487,-82.3792],[-35.5248,-82.3641],[-35.2008,-82.3489],[-34.8769,-82.3338],[-34.553,-82.3186],[-34.4879,-82.3149],[-34.171,-82.2973],[-33.8542,-82.2795],[-33.5373,-82.2617],[-33.2204,-82.2439],[-32.9036,-82.2261],[-32.5867,-82.2082],[-32.2699,-82.1902],[-31.953,-82.1722],[-31.6361,-82.1542],[-31.3193,-82.1362],[-31.1677,-82.126],[-30.8591,-82.1054],[-30.5505,-82.0847],[-30.2419,-82.064],[-29.9333,-82.0432],[-29.6247,-82.0223],[-29.3161,-82.0014],[-29.0075,-81.9804],[-28.6989,-81.9594],[-28.3903,-81.9383],[-28.0817,-81.9172],[-27.7731,-81.896],[-27.6251,-81.8843],[-27.3256,-81.8606],[-27.0261,-81.8368],[-26.7266,-81.8129],[-26.4271,-81.789],[-26.1276,-81.765],[-25.8281,-81.7409],[-25.5286,-81.7168],[-25.2291,-81.6926],[-24.9296,-81.6683],[-24.6301,-81.6439],[-24.3306,-81.6195],[-24.151,-81.6028],[-23.8616,-81.5757],[-23.5722,-81.5486],[-23.2828,-81.5214],[-22.9934,-81.4942],[-22.704,-81.4668],[-22.4147,-81.4393],[-22.1253,-81.4118],[-21.8359,-81.3842],[-21.5465,-81.3564],[-21.2571,-81.3286],[-20.9678,-81.3007],[-20.821,-81.2848],[-20.5421,-81.2544],[-20.2633,-81.2239],[-19.9844,-81.1933],[-19.7055,-81.1626],[-19.4267,-81.1317],[-19.1478,-81.1008],[-18.8689,-81.0698],[-18.5901,-81.0386],[-18.3112,-81.0074],[-18.0323,-80.976],[-17.8501,-80.9532],[-17.582,-80.9194],[-17.3139,-80.8855],[-17.0458,-80.8514],[-16.7776,-80.8173],[-16.5095,-80.783],[-16.2414,-80.7486],[-15.9733,-80.714],[-15.7052,-80.6794],[-15.4371,-80.6446],[-15.169,-80.6096],[-14.9009,-80.5746],[-14.6328,-80.5394],[-14.407,-80.5063],[-14.1506,-80.4686],[-13.8942,-80.4307],[-13.6378,-80.3927],[-13.3814,-80.3545],[-13.125,-80.3162],[-12.8685,-80.2777],[-12.6121,-80.2391],[-12.3557,-80.2003],[-12.0993,-80.1614],[-11.8429,-80.1223],[-11.5865,-80.083],[-11.4629,-80.062],[-11.2187,-80.0202],[-10.9745,-79.9783],[-10.7303,-79.9362],[-10.4861,-79.894],[-10.2419,-79.8515],[-9.9977,-79.8089],[-9.7535,-79.7662],[-9.5094,-79.7232],[-9.2652,-79.68],[-9.021,-79.6367],[-8.7768,-79.5932],[-8.5326,-79.5495],[-8.3154,-79.5067],[-8.0826,-79.4607],[-7.8499,-79.4144],[-7.6171,-79.368],[-7.3843,-79.3213],[-7.1515,-79.2744],[-6.9187,-79.2274],[-6.6859,-79.1801],[-6.4531,-79.1326],[-6.2203,-79.085],[-5.9876,-79.0371],[-5.7548,-78.989],[-5.5463,-78.9415],[-5.3255,-78.8909],[-5.1046,-78.8402],[-4.8838,-78.7892],[-4.6629,-78.738],[-4.4421,-78.6865],[-4.2212,-78.6348],[-4.0004,-78.5829],[-3.7796,-78.5308],[-3.5587,-78.4784],[-3.3379,-78.4258],[-3.117,-78.3729],[-3.1218,-78.3727],[-3.4585,-78.3591],[-3.7952,-78.3456],[-4.1319,-78.332],[-4.2844,-78.3318],[-4.6278,-78.3312],[-4.9711,-78.3307],[-5.3144,-78.3302],[-5.6577,-78.3297],[-6.001,-78.3292],[-6.3443,-78.3286],[-6.6876,-78.3281],[-7.031,-78.3276],[-7.3743,-78.3271],[-7.7176,-78.3265],[-8.0609,-78.326],[-8.4042,-78.3255],[-8.7475,-78.325],[-9.0908,-78.3245],[-9.4341,-78.3239],[-9.7775,-78.3234],[-10.1208,-78.3229],[-10.4641,-78.3224],[-10.8074,-78.3218],[-11.1507,-78.3213],[-11.494,-78.3208],[-11.8373,-78.3203],[-12.1806,-78.3198],[-12.524,-78.3192],[-12.8673,-78.3187],[-13.2106,-78.3182],[-13.5539,-78.3177],[-13.8972,-78.3171],[-14.2405,-78.3166],[-14.5838,-78.3161],[-14.9272,-78.3156],[-15.2705,-78.3151],[-15.6138,-78.3145],[-15.9571,-78.314],[-16.3004,-78.3135],[-16.6437,-78.313],[-16.987,-78.3124],[-17.3303,-78.3119],[-17.6737,-78.3114],[-18.017,-78.3109],[-18.3603,-78.3104],[-18.7036,-78.3098],[-19.0469,-78.3093],[-19.3902,-78.3088],[-19.7335,-78.3083],[-20.0768,-78.3077],[-20.4202,-78.3072],[-20.7635,-78.3067],[-21.0619,-78.3116],[-21.4041,-78.3173],[-21.7463,-78.323],[-22.0885,-78.3286],[-22.4306,-78.3343],[-22.7728,-78.34],[-23.115,-78.3456],[-23.4572,-78.3513],[-23.7215,-78.3659],[-24.0526,-78.3842],[-24.3837,-78.4025],[-24.7148,-78.4207],[-25.0459,-78.4389],[-25.377,-78.4571],[-25.7081,-78.4753],[-26.0392,-78.4934],[-26.3703,-78.5115],[-26.7014,-78.5296],[-27.0325,-78.5476],[-27.3636,-78.5656],[-27.6947,-78.5836],[-28.0258,-78.6016],[-28.3569,-78.6195],[-28.688,-78.6374],[-29.0191,-78.6553],[-29.3502,-78.6731],[-29.6813,-78.6909],[-30.0124,-78.7087],[-30.3435,-78.7265],[-30.6746,-78.7442],[-31.0057,-78.7619],[-31.3368,-78.7796],[-31.6679,-78.7973],[-31.999,-78.8149],[-32.3301,-78.8325],[-32.6612,-78.8501],[-32.9923,-78.8676],[-33.3234,-78.8851],[-33.6545,-78.9026],[-33.9856,-78.9201],[-34.3167,-78.9375],[-34.6478,-78.9549],[-34.9789,-78.9723],[-35.31,-78.9897],[-35.6411,-79.007],[-35.9722,-79.0243],[-36.3033,-79.0416],[-36.6344,-79.0588],[-36.9655,-79.076],[-37.2966,-79.0932],[-37.6277,-79.1104],[-37.9588,-79.1275],[-38.2899,-79.1447],[-38.621,-79.1617],[-38.9521,-79.1788],[-39.2832,-79.1958],[-39.6143,-79.2128],[-39.9454,-79.2298],[-40.2765,-79.2468],[-40.6076,-79.2637],[-40.9387,-79.2806],[-41.2698,-79.2975],[-41.6009,-79.3143],[-41.932,-79.3312],[-42.2631,-79.3479],[-42.5942,-79.3647],[-42.9253,-79.3815],[-43.2564,-79.3982],[-43.5875,-79.4149],[-43.9186,-79.4315],[-44.2497,-79.4482],[-44.5807,-79.4648],[-44.9118,-79.4814],[-45.2429,-79.4979],[-45.574,-79.5145],[-45.9051,-79.531],[-46.2362,-79.5475],[-46.5673,-79.5639],[-46.8984,-79.5804],[-47.2295,-79.5968],[-47.5606,-79.6132],[-47.8917,-79.6295],[-48.2228,-79.6459],[-48.5539,-79.6622],[-48.885,-79.6784],[-49.2161,-79.6947],[-49.5472,-79.7109],[-49.8783,-79.7271],[-50.2094,-79.7433],[-50.5405,-79.7595],[-50.8716,-79.7756],[-51.2027,-79.7917],[-51.5338,-79.8078],[-51.8649,-79.8238],[-52.196,-79.8399],[-52.5271,-79.8559],[-52.8582,-79.8719],[-53.1893,-79.8878],[-53.5204,-79.9037],[-53.8515,-79.9196],[-54.1826,-79.9355],[-54.5137,-79.9514],[-54.8448,-79.9672],[-55.1759,-79.983],[-55.507,-79.9988],[-55.8381,-80.0145],[-56.1692,-80.0303],[-56.5003,-80.046],[-56.8314,-80.0617],[-57.1625,-80.0773],[-57.4936,-80.093],[-57.8247,-80.1086],[-58.1558,-80.1242],[-58.1688,-80.1793],[-58.1826,-80.2376],[-58.1965,-80.2956],[-58.2103,-80.3533],[-58.2242,-80.4106],[-58.238,-80.4676],[-58.2519,-80.5242],[-58.2657,-80.5805],[-58.2795,-80.6365],[-58.2934,-80.6922],[-58.3072,-80.7475],[-58.3211,-80.8025],[-58.3349,-80.8571],[-58.3488,-80.9115],[-58.3626,-80.9655],[-58.3765,-81.0192],[-58.3903,-81.0726],[-58.4041,-81.1257],[-58.418,-81.1785],[-58.4318,-81.2309],[-58.4457,-81.2831],[-58.4595,-81.3349],[-58.4734,-81.3864],[-58.4872,-81.4377],[-58.501,-81.4886],[-58.5149,-81.5392],[-58.5287,-81.5895],[-58.5426,-81.6395],[-58.5564,-81.6893],[-58.5703,-81.7387],[-58.5841,-81.7879],[-58.598,-81.8367],[-58.6118,-81.8853],[-58.6256,-81.9336],[-58.6395,-81.9816],[-58.6533,-82.0293],[-58.6672,-82.0767],[-58.681,-82.1238],[-58.6949,-82.1707],[-58.7087,-82.2173],[-58.7225,-82.2636],[-58.7364,-82.3097],[-58.7502,-82.3554],[-58.7641,-82.4009],[-58.7779,-82.4462],[-58.7918,-82.4911],[-58.8056,-82.5358],[-58.8194,-82.5803],[-58.8333,-82.6244],[-58.8471,-82.6683],[-58.861,-82.712],[-58.8748,-82.7554],[-58.8887,-82.7985],[-58.9025,-82.8414],[-58.9025,-82.8414],[-58.8614,-82.8415],[-58.5182,-82.8424],[-58.1749,-82.8434],[-57.8317,-82.8443],[-57.4885,-82.8453],[-57.1452,-82.8462],[-56.802,-82.8472]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Shackleton Range, Argentina Range and Dufek Massif (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC82100972015347LGN00","name":"imagico.de: Shag Rocks","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82100972015347LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-12-13T00:00:00.000Z","startDate":"2015-12-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-42.1287,-53.7205],[-41.6558,-53.7087],[-41.6757,-53.4459],[-42.1463,-53.4578],[-42.1287,-53.7205]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing in other image sources (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80711332020363LGN00","name":"imagico.de: Sør Rondane Mountains center evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80711332020363LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-12-28T00:00:00.000Z","startDate":"2020-12-28T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[25.0828,-73.2949],[25.2353,-73.3831],[25.3751,-73.3613],[25.6766,-73.3143],[25.9782,-73.2671],[26.2797,-73.2198],[26.5813,-73.1723],[26.8829,-73.1248],[27.1844,-73.077],[27.486,-73.0292],[27.7875,-72.9812],[28.077,-72.9298],[28.3706,-72.8775],[28.6642,-72.825],[28.9577,-72.7723],[29.2513,-72.7195],[29.5449,-72.6666],[29.8385,-72.6135],[30.132,-72.5602],[30.4256,-72.5068],[30.392,-72.49],[30.215,-72.4012],[30.0381,-72.312],[29.8612,-72.2224],[29.6843,-72.1324],[29.5074,-72.0419],[29.3305,-71.9509],[29.1535,-71.8595],[28.9766,-71.7677],[28.7997,-71.6754],[28.6228,-71.5827],[28.4459,-71.4895],[28.2689,-71.3959],[28.092,-71.3018],[27.9151,-71.2072],[27.7382,-71.1122],[27.5613,-71.0167],[27.5315,-71.0218],[27.2269,-71.0731],[26.9222,-71.1244],[26.6175,-71.1755],[26.3128,-71.2265],[26.0081,-71.2774],[25.7034,-71.3281],[25.3987,-71.3787],[25.094,-71.4291],[24.7894,-71.4795],[24.4847,-71.5297],[24.18,-71.5797],[23.8753,-71.6297],[23.5706,-71.6795],[23.2659,-71.7291],[22.9612,-71.7787],[22.6566,-71.8281],[22.7967,-71.9161],[22.9491,-72.0114],[23.1015,-72.1061],[23.2539,-72.2004],[23.4063,-72.2942],[23.5587,-72.3875],[23.7112,-72.4804],[23.8636,-72.5728],[24.016,-72.6647],[24.1684,-72.7561],[24.3208,-72.847],[24.4732,-72.9375],[24.6256,-73.0276],[24.778,-73.1172],[24.9304,-73.2063],[25.0828,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Sør Rondane Mountains (center) showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80701332017363LGN00","name":"imagico.de: Sør Rondane Mountains east evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80701332017363LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-12-29T00:00:00.000Z","startDate":"2017-12-29T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[26.6021,-73.2949],[26.7545,-73.3831],[26.9613,-73.3508],[27.2628,-73.3037],[27.5643,-73.2564],[27.8657,-73.209],[28.1672,-73.1615],[28.4686,-73.1139],[28.7701,-73.0661],[29.0715,-73.0181],[29.373,-72.9701],[29.5956,-72.9305],[29.8891,-72.8781],[30.1826,-72.8256],[30.4762,-72.773],[30.7697,-72.7201],[31.0632,-72.6672],[31.3567,-72.614],[31.6503,-72.5607],[31.9438,-72.5073],[31.9438,-72.5073],[31.9068,-72.4888],[31.73,-72.4],[31.5532,-72.3108],[31.3764,-72.2212],[31.1995,-72.1311],[31.0227,-72.0406],[30.8459,-71.9496],[30.6691,-71.8582],[30.4923,-71.7664],[30.3155,-71.6741],[30.1386,-71.5813],[29.9618,-71.4881],[29.785,-71.3944],[29.6082,-71.3003],[29.4314,-71.2057],[29.2545,-71.1107],[29.0777,-71.0152],[29.0494,-71.02],[28.7449,-71.0714],[28.4404,-71.1228],[28.1358,-71.174],[27.8313,-71.2251],[27.5267,-71.2761],[27.2222,-71.3269],[26.9177,-71.3776],[26.6131,-71.4281],[26.3086,-71.4785],[26.004,-71.5288],[25.6995,-71.579],[25.395,-71.629],[25.0904,-71.6789],[24.7859,-71.7286],[24.4813,-71.7783],[24.1768,-71.8278],[24.3171,-71.9159],[24.4694,-72.0112],[24.6217,-72.106],[24.7741,-72.2003],[24.9264,-72.2941],[25.0788,-72.3874],[25.2311,-72.4803],[25.3834,-72.5727],[25.5358,-72.6646],[25.6881,-72.756],[25.8404,-72.847],[25.9928,-72.9375],[26.1451,-73.0275],[26.2974,-73.1171],[26.4498,-73.2062],[26.6021,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Sør Rondane Mountains (east) showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80741332021354LGN00","name":"imagico.de: Sør Rondane Mountains west evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80741332021354LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2021-12-20T00:00:00.000Z","startDate":"2021-12-20T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[20.4464,-73.2949],[20.5987,-73.3831],[20.7439,-73.3605],[21.0455,-73.3135],[21.347,-73.2663],[21.6486,-73.219],[21.9502,-73.1715],[22.2517,-73.1239],[22.5533,-73.0762],[22.8549,-73.0284],[23.1564,-72.9804],[23.4328,-72.9313],[23.7263,-72.879],[24.0199,-72.8266],[24.3135,-72.7739],[24.6071,-72.7211],[24.9007,-72.6682],[25.1943,-72.6151],[25.4879,-72.5618],[25.7815,-72.5084],[25.7445,-72.4899],[25.5682,-72.401],[25.3918,-72.3117],[25.2155,-72.222],[25.0391,-72.1318],[24.8628,-72.0412],[24.6864,-71.9502],[24.5101,-71.8587],[24.3337,-71.7667],[24.1574,-71.6744],[23.981,-71.5815],[23.8047,-71.4882],[23.6284,-71.3945],[23.452,-71.3002],[23.2757,-71.2056],[23.0993,-71.1104],[22.923,-71.0148],[22.8952,-71.0195],[22.5907,-71.071],[22.2862,-71.1224],[21.9817,-71.1737],[21.6772,-71.2248],[21.3727,-71.2757],[21.0682,-71.3266],[20.7637,-71.3773],[20.4591,-71.4278],[20.1546,-71.4783],[19.8501,-71.5286],[19.5456,-71.5788],[19.2411,-71.6288],[18.9366,-71.6787],[18.6321,-71.7285],[18.3276,-71.7781],[18.0231,-71.8277],[18.163,-71.9157],[18.3152,-72.0109],[18.4675,-72.1057],[18.6197,-72.2001],[18.7719,-72.2939],[18.9241,-72.3872],[19.0764,-72.4801],[19.2286,-72.5725],[19.3808,-72.6644],[19.5331,-72.7559],[19.6853,-72.8469],[19.8375,-72.9374],[19.9898,-73.0275],[20.142,-73.1171],[20.2942,-73.2062],[20.4464,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Sør Rondane Mountains (west) showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81130622013270LGN00","name":"imagico.de: Southeastern Sulawesi","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81130622013270LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2013-09-27T00:00:00.000Z","startDate":"2013-09-27T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[120.8438,-3.5955],[122.5007,-3.5955],[122.6262,-3.0021],[122.6262,-2.5147],[120.9818,-2.5147],[120.8438,-3.1598],[120.8438,-3.5955]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing islands and coarse coastline due to cloud cover in Bing, lakes could also use additional detail (somewhat outdated) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80281222016035LGN00","name":"imagico.de: Southern Transantarctic Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80281222016035LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-02-04T00:00:00.000Z","startDate":"2016-02-04T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[155.614,-84.4798],[156.9693,-84.501],[156.9995,-84.501],[157.5504,-84.5009],[158.9237,-84.5008],[160.297,-84.5006],[161.6703,-84.5005],[162.7446,-84.4887],[164.1091,-84.4737],[165.4735,-84.4587],[166.838,-84.4437],[167.895,-84.4237],[169.2428,-84.398],[170.5906,-84.3722],[171.9384,-84.3463],[173.0638,-84.3125],[174.3778,-84.2728],[175.6918,-84.2329],[177.0049,-84.1927],[177.0049,-83.5275],[176.7941,-83.4057],[176.5288,-83.2491],[176.2636,-83.0889],[175.9983,-82.9248],[175.733,-82.7569],[175.4677,-82.585],[175.1073,-82.5854],[173.734,-82.5869],[172.3608,-82.5883],[170.9875,-82.5897],[169.6143,-82.5911],[168.241,-82.5926],[166.8678,-82.594],[165.4945,-82.5954],[164.1213,-82.5968],[162.7481,-82.5983],[161.3748,-82.5997],[160.0016,-82.6011],[158.6283,-82.6025],[157.2551,-82.604],[155.8818,-82.6054],[154.5086,-82.6068],[154.5086,-82.6216],[154.5086,-82.7959],[154.5086,-82.9661],[154.5086,-83.1323],[154.5086,-83.2946],[154.5086,-83.453],[154.5086,-83.6078],[154.5086,-83.7588],[154.5086,-83.9064],[154.5086,-84.0504],[154.5086,-84.1911],[154.5086,-84.3284],[154.5086,-84.4626],[155.614,-84.4798]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Outside regular Landsat coverage and therefore not in LIMA and Bing/Maxar/Esri/Mapbox (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R043_S67_20190301T220359","name":"imagico.de: Sturge Island/Buckle Island March 2019","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R043_S67_20190301T220359&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-03-01T00:00:00.000Z","startDate":"2019-03-01T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[164.749,-67.702],[164.9206,-67.7033],[165.0589,-67.7032],[165.2306,-67.7031],[165.2305,-67.6958],[165.2299,-67.6305],[165.2293,-67.5651],[165.2287,-67.4995],[165.2281,-67.4337],[165.2275,-67.3677],[165.2268,-67.3016],[165.2262,-67.2353],[165.2256,-67.1688],[165.225,-67.1021],[165.2244,-67.0352],[165.2238,-66.9681],[165.2232,-66.9008],[165.2225,-66.8334],[165.2219,-66.7658],[165.2213,-66.698],[165.2207,-66.63],[165.2201,-66.5618],[165.2195,-66.4934],[165.2189,-66.4249],[165.2182,-66.3561],[162.6365,-66.3561],[162.5812,-66.3999],[162.5038,-66.4612],[162.4264,-66.5223],[162.3491,-66.5833],[162.2717,-66.6441],[162.2717,-66.7044],[162.2717,-66.7722],[162.296,-66.8338],[162.3223,-66.9005],[162.3486,-66.9669],[162.375,-67.0332],[162.4013,-67.0993],[162.4276,-67.1652],[162.454,-67.2309],[162.4803,-67.2965],[162.5067,-67.3619],[162.533,-67.4271],[162.5593,-67.4921],[162.5857,-67.557],[162.612,-67.6216],[162.6383,-67.6861],[162.6894,-67.6865],[162.861,-67.6878],[163.0327,-67.6891],[163.2043,-67.6904],[163.3759,-67.6917],[163.5476,-67.693],[163.7192,-67.6942],[163.8908,-67.6955],[164.0624,-67.6968],[164.2341,-67.6981],[164.4057,-67.6994],[164.5773,-67.7007],[164.749,-67.702]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Mostly cloud free image, including southern Young Island (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81030632015286LGN00","name":"imagico.de: Sudirman Range 2015","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81030632015286LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-10-13T00:00:00.000Z","startDate":"2015-10-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[136.4226,-4.2853],[137.7971,-4.2853],[137.7971,-3.6447],[136.4226,-3.6447],[136.4226,-4.2853]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Older image of the Sudirman Range with no fresh snow showing glacier extent (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R088_S05_20160812T011732","name":"imagico.de: Sudirman Range 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R088_S05_20160812T011732&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-08-12T00:00:00.000Z","startDate":"2016-08-12T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[136.8044,-4.2585],[137.7701,-4.2585],[137.7701,-3.7836],[136.8044,-3.7836],[136.8044,-4.2585]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Cloud free image of the Sudirman Range but with fresh snow (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-s2sval","name":"imagico.de: Svalbard mosaic","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=s2sval&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[16.6108,76.4137],[24.937,76.4176],[25.1416,76.4327],[25.2739,76.481],[25.5722,76.5917],[33.977,80.1527],[34.0395,80.239],[33.7809,80.3016],[33.4391,80.3438],[25.1752,80.6817],[20.4702,80.8493],[20.2294,80.849],[10.9632,79.8707],[10.516,79.7731],[10.3952,79.6074],[10.2314,78.8392],[10.631,78.5605],[10.9875,78.4054],[14.0784,77.2536],[14.4124,77.1324],[16.3788,76.4589],[16.4731,76.4268],[16.6108,76.4137]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 mosaic of Svalbard (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80871332017354LGN00","name":"imagico.de: Sverdrup Mountains evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80871332017354LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-12-20T00:00:00.000Z","startDate":"2017-12-20T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[0.3309,-73.2949],[0.4831,-73.3831],[0.6019,-73.3647],[0.9037,-73.3177],[1.2055,-73.2707],[1.5072,-73.2235],[1.809,-73.1762],[2.1108,-73.1287],[2.4126,-73.0811],[2.7143,-73.0334],[3.0161,-72.9856],[3.0333,-72.9825],[3.3269,-72.9304],[3.6206,-72.8781],[3.9142,-72.8257],[4.2079,-72.7731],[4.5015,-72.7203],[4.7952,-72.6674],[5.0888,-72.6143],[5.3825,-72.5611],[5.6762,-72.5077],[5.6426,-72.4909],[5.466,-72.4021],[5.2894,-72.3128],[5.1128,-72.2232],[4.9362,-72.1331],[4.7596,-72.0425],[4.583,-71.9515],[4.4064,-71.8601],[4.2298,-71.7682],[4.0532,-71.6759],[3.8766,-71.5831],[3.7,-71.4898],[3.5234,-71.3961],[3.3468,-71.302],[3.1702,-71.2074],[2.9936,-71.1123],[2.817,-71.0167],[2.786,-71.022],[2.4813,-71.0733],[2.1766,-71.1246],[1.8719,-71.1757],[1.5672,-71.2266],[1.2624,-71.2775],[0.9577,-71.3282],[0.653,-71.3788],[0.3483,-71.4292],[0.0436,-71.4795],[-0.2612,-71.5297],[-0.5659,-71.5797],[-0.8706,-71.6296],[-1.1753,-71.6794],[-1.48,-71.7291],[-1.7847,-71.7786],[-2.0895,-71.828],[-1.9507,-71.9154],[-1.7986,-72.0107],[-1.6465,-72.1055],[-1.4943,-72.1998],[-1.3422,-72.2937],[-1.1901,-72.387],[-1.038,-72.4799],[-0.8859,-72.5723],[-0.7338,-72.6643],[-0.5817,-72.7558],[-0.4296,-72.8468],[-0.2775,-72.9373],[-0.1254,-73.0274],[0.0267,-73.117],[0.1788,-73.2062],[0.3309,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Sverdrup Mountains showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-DMS_1142636_160xx_20110507_1822xxxx","name":"imagico.de: Thule Air Base","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=DMS_1142636_160xx_20110507_1822xxxx&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2011-05-07T00:00:00.000Z","startDate":"2011-05-07T00:00:00.000Z","zoomExtent":[0,15],"polygon":[[[-68.9398,76.5113],[-68.679,76.5119],[-68.5074,76.5161],[-68.5099,76.5518],[-68.7663,76.5518],[-68.9398,76.5499],[-68.9398,76.5113]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Icebridge DMS image - alignment might be poor","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-dms_thule2_2015.09.25","name":"imagico.de: Thule Airbase DMS low altitude overflight September 2015","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=dms_thule2_2015.09.25&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-09-25T00:00:00.000Z","startDate":"2015-09-25T00:00:00.000Z","zoomExtent":[0,17],"polygon":[[[-68.7429,76.5264],[-68.7198,76.5264],[-68.7185,76.5292],[-68.7202,76.5577],[-68.7228,76.5602],[-68.7461,76.5602],[-68.7481,76.5494],[-68.7445,76.5284],[-68.7429,76.5264]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Icebridge DMS aerial images from Thule Airbase - alignment might be poor","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-dms_thule_2015.10.06","name":"imagico.de: Thule Airbase DMS overflight October 2015","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=dms_thule_2015.10.06&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-10-06T00:00:00.000Z","startDate":"2015-10-06T00:00:00.000Z","zoomExtent":[0,16],"polygon":[[[-68.8192,76.5251],[-68.6597,76.5251],[-68.5918,76.5279],[-68.5918,76.5456],[-68.7021,76.5454],[-68.7734,76.5439],[-68.8265,76.5418],[-68.8192,76.5251]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Icebridge DMS aerial images from Thule Airbase - alignment might be poor","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-dms_thule_2015.09.25","name":"imagico.de: Thule Airbase DMS overflight September 2015","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=dms_thule_2015.09.25&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-09-25T00:00:00.000Z","startDate":"2015-09-25T00:00:00.000Z","zoomExtent":[0,16],"polygon":[[[-68.7777,76.5069],[-68.6852,76.5069],[-68.6762,76.5307],[-68.6763,76.5538],[-68.6812,76.5707],[-68.7766,76.5706],[-68.7777,76.5069]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Icebridge DMS aerial images from Thule Airbase - alignment might be poor","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R094_N79_20160812T105622","name":"imagico.de: Ushakov Island August 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R094_N79_20160812T105622&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-08-12T00:00:00.000Z","startDate":"2016-08-12T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[78.4589,80.7264],[80.4889,80.7264],[80.4889,80.9099],[78.4589,80.9099],[78.4589,80.7264]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Late summer imagery with few clouds (superseeded by newer image) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R093_N79_20200831T091601","name":"imagico.de: Ushakov Island August 2020","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R093_N79_20200831T091601&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-08-31T00:00:00.000Z","startDate":"2020-08-31T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[78.4585,80.7264],[80.4889,80.7264],[80.4889,80.9099],[78.4585,80.9099],[78.4585,80.7264]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date late summer imagery with few clouds (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80910682014358LGN00","name":"imagico.de: Vanatinai","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80910682014358LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2014-12-24T00:00:00.000Z","startDate":"2014-12-24T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[153.0614,-11.7892],[154.412,-11.7892],[154.412,-11.0723],[153.1093,-11.0723],[153.0614,-11.2887],[153.0614,-11.7892]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Coarse coastline due to cloud cover in Bing/Mapbox (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R057_S7X_20190210T213409","name":"imagico.de: Victoria Land east","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R057_S7X_20190210T213409&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-02-10T00:00:00.000Z","startDate":"2019-02-10T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[155.5455,-78.1091],[155.6745,-78.1324],[155.713,-78.1324],[155.8847,-78.1324],[156.0564,-78.1324],[156.228,-78.1324],[156.3997,-78.1324],[156.4398,-78.1221],[156.5467,-78.0944],[156.6535,-78.0666],[156.7604,-78.0388],[156.8672,-78.0109],[156.9741,-77.983],[157.0809,-77.955],[157.1631,-77.9321],[157.2662,-77.9034],[157.3692,-77.8746],[157.4722,-77.8457],[157.5753,-77.8167],[157.6783,-77.7877],[157.7813,-77.7587],[157.8843,-77.7295],[157.9874,-77.7003],[158.0904,-77.671],[158.1934,-77.6417],[158.2965,-77.6122],[158.3995,-77.5827],[158.4024,-77.5819],[158.5027,-77.5519],[158.6029,-77.5218],[158.7032,-77.4917],[158.8034,-77.4614],[158.9037,-77.4312],[159.0039,-77.4008],[159.1042,-77.3704],[159.2044,-77.3399],[159.3047,-77.3093],[159.4049,-77.2786],[159.5052,-77.2479],[159.6055,-77.2171],[159.7057,-77.1863],[159.806,-77.1553],[159.8988,-77.125],[159.9955,-77.0933],[160.0922,-77.0616],[160.1888,-77.0298],[160.2855,-76.9979],[160.3821,-76.966],[160.4788,-76.9339],[160.5755,-76.9018],[160.6721,-76.8696],[160.7688,-76.8374],[160.8654,-76.805],[160.9621,-76.7726],[161.0588,-76.7401],[161.1554,-76.7075],[161.2521,-76.6749],[161.3487,-76.6422],[161.4454,-76.6093],[161.5421,-76.5764],[161.6077,-76.5527],[161.7005,-76.5191],[161.7934,-76.4854],[161.8862,-76.4516],[161.979,-76.4177],[162.0718,-76.3837],[162.1646,-76.3497],[162.2574,-76.3156],[162.3502,-76.2814],[162.443,-76.2471],[162.5358,-76.2127],[162.6286,-76.1783],[162.7214,-76.1437],[162.8142,-76.1091],[162.907,-76.0744],[162.9998,-76.0396],[163.0926,-76.0047],[163.1854,-75.9697],[163.2782,-75.9347],[163.3518,-75.905],[163.4405,-75.8691],[163.5292,-75.8332],[163.6179,-75.7972],[163.7066,-75.7611],[163.7953,-75.7249],[163.884,-75.6886],[163.9727,-75.6522],[164.0614,-75.6158],[164.1501,-75.5792],[164.2388,-75.5426],[164.3275,-75.5058],[164.4162,-75.469],[164.5049,-75.4321],[164.5936,-75.3951],[164.6823,-75.358],[164.771,-75.3208],[164.8597,-75.2835],[164.9484,-75.2461],[164.9524,-75.2443],[165.0373,-75.2062],[165.1222,-75.1681],[165.2071,-75.1299],[165.292,-75.0915],[165.3769,-75.0531],[165.4618,-75.0146],[165.5467,-74.9759],[165.6316,-74.9372],[165.7165,-74.8984],[165.8014,-74.8595],[165.8863,-74.8205],[165.9712,-74.7813],[166.0562,-74.7421],[166.1411,-74.7028],[166.226,-74.6634],[166.3109,-74.6239],[166.3255,-74.6168],[166.4073,-74.5767],[166.4892,-74.5365],[166.5711,-74.4962],[166.653,-74.4559],[166.7348,-74.4154],[166.8167,-74.3748],[166.8986,-74.3341],[166.9805,-74.2933],[167.0623,-74.2524],[167.1442,-74.2114],[167.2261,-74.1703],[167.308,-74.1291],[167.3898,-74.0878],[167.4717,-74.0464],[167.5536,-74.0048],[167.6355,-73.9632],[167.7173,-73.9215],[167.7709,-73.8931],[167.8504,-73.8508],[167.9299,-73.8085],[168.0094,-73.766],[168.0889,-73.7234],[168.1684,-73.6807],[168.248,-73.6379],[168.3275,-73.595],[168.407,-73.552],[168.4865,-73.5088],[168.5179,-73.4908],[168.5941,-73.447],[168.6702,-73.4031],[168.7464,-73.3591],[168.8226,-73.315],[168.8987,-73.2708],[168.9749,-73.2265],[169.051,-73.182],[169.1272,-73.1374],[169.2034,-73.0928],[169.2795,-73.048],[169.3557,-73.003],[169.4318,-72.958],[169.508,-72.9129],[169.5842,-72.8676],[169.6603,-72.8222],[169.7365,-72.7767],[169.8126,-72.7311],[169.8888,-72.6854],[169.965,-72.6396],[170.0411,-72.5936],[170.1173,-72.5475],[170.1934,-72.5013],[170.2696,-72.455],[170.3457,-72.4086],[170.4219,-72.362],[170.4981,-72.3153],[170.5742,-72.2685],[170.6135,-72.2429],[170.686,-72.1954],[170.7586,-72.1477],[170.8311,-72.1],[170.9037,-72.0521],[170.9762,-72.0041],[171.0487,-71.9559],[171.1213,-71.9077],[171.1938,-71.8593],[171.2664,-71.8108],[171.3389,-71.7622],[171.4115,-71.7134],[171.484,-71.6646],[171.5565,-71.6155],[171.6291,-71.5664],[171.6442,-71.5557],[171.7142,-71.506],[171.7841,-71.4563],[171.8541,-71.4063],[171.9241,-71.3563],[171.994,-71.3061],[172.064,-71.2558],[172.134,-71.2054],[172.204,-71.1548],[172.2739,-71.1041],[172.3439,-71.0533],[172.4139,-71.0023],[172.4839,-70.9512],[172.5538,-70.9],[172.6238,-70.8486],[172.6938,-70.7971],[172.7637,-70.7455],[172.8337,-70.6938],[172.9037,-70.6419],[172.9257,-70.62],[172.9257,-70.5841],[172.9257,-70.527],[172.9257,-70.4697],[172.9257,-70.4122],[172.9257,-70.3546],[172.9257,-70.2968],[172.8282,-70.2968],[172.6565,-70.2968],[172.4849,-70.2968],[172.3132,-70.2968],[172.1415,-70.2968],[171.9699,-70.2968],[171.7982,-70.2968],[171.6266,-70.2968],[171.4549,-70.2968],[171.2832,-70.2968],[171.1116,-70.2968],[170.9399,-70.2968],[170.7683,-70.2968],[170.5966,-70.2968],[170.4249,-70.2968],[170.2533,-70.2968],[170.0816,-70.2968],[169.91,-70.2968],[169.7383,-70.2968],[169.5666,-70.2968],[169.395,-70.2968],[169.2233,-70.2968],[169.0516,-70.2968],[168.88,-70.2968],[168.7083,-70.2968],[168.5367,-70.2968],[168.365,-70.2968],[168.1933,-70.2968],[168.0217,-70.2968],[167.85,-70.2968],[167.6784,-70.2968],[167.5067,-70.2968],[167.335,-70.2968],[167.1634,-70.2968],[166.9917,-70.2968],[166.82,-70.2968],[166.6484,-70.2968],[166.4767,-70.2968],[166.3051,-70.2968],[166.1334,-70.2968],[165.9617,-70.2968],[165.7901,-70.2968],[165.6184,-70.2968],[165.4468,-70.2968],[165.2751,-70.2968],[165.1034,-70.2968],[164.9318,-70.2968],[164.7601,-70.2968],[164.5884,-70.2968],[164.4168,-70.2968],[164.2451,-70.2968],[164.1703,-70.3283],[164.063,-70.3733],[163.9556,-70.4183],[163.8483,-70.4631],[163.741,-70.5079],[163.6337,-70.5525],[163.5264,-70.5971],[163.4191,-70.6416],[163.3118,-70.6859],[163.2045,-70.7302],[163.0972,-70.7744],[162.9899,-70.8184],[162.8826,-70.8624],[162.7753,-70.9063],[162.668,-70.9501],[162.5607,-70.9938],[162.4534,-71.0374],[162.3461,-71.0808],[162.2388,-71.1242],[162.1315,-71.1675],[162.0242,-71.2108],[161.9169,-71.2539],[161.8096,-71.2969],[161.7023,-71.3398],[161.595,-71.3826],[161.4877,-71.4253],[161.3804,-71.468],[161.2731,-71.5105],[161.1658,-71.553],[161.0584,-71.5953],[160.9511,-71.6376],[160.8438,-71.6797],[160.7365,-71.7218],[160.6292,-71.7638],[160.5219,-71.8057],[160.4146,-71.8475],[160.3073,-71.8892],[160.2,-71.9308],[160.0927,-71.9723],[159.9854,-72.0137],[159.8781,-72.055],[159.7708,-72.0963],[159.6635,-72.1374],[159.5562,-72.1785],[159.4489,-72.2194],[159.3416,-72.2603],[159.2343,-72.3011],[159.127,-72.3418],[159.0197,-72.3824],[158.9124,-72.4229],[158.8051,-72.4633],[158.6978,-72.5036],[158.5905,-72.5439],[158.4832,-72.584],[158.3759,-72.6241],[158.2686,-72.664],[158.1612,-72.7039],[158.0539,-72.7437],[157.9466,-72.7834],[157.8393,-72.823],[157.732,-72.8626],[157.6247,-72.902],[157.5174,-72.9413],[157.4101,-72.9806],[157.3028,-73.0198],[157.1955,-73.0589],[157.0882,-73.0979],[156.9809,-73.1368],[156.8736,-73.1756],[156.7663,-73.2143],[156.659,-73.253],[156.5517,-73.2916],[156.4444,-73.33],[156.3371,-73.3684],[156.2298,-73.4067],[156.1225,-73.445],[156.0152,-73.4831],[155.9079,-73.5212],[155.8006,-73.5591],[155.6933,-73.597],[155.586,-73.6348],[155.4787,-73.6725],[155.3713,-73.7101],[155.264,-73.7477],[155.1567,-73.7851],[155.0494,-73.8225],[154.9421,-73.8598],[154.8348,-73.897],[154.7275,-73.9341],[154.6202,-73.9712],[154.5129,-74.0081],[154.4056,-74.045],[154.2983,-74.0818],[154.191,-74.1185],[154.0837,-74.1551],[153.9764,-74.1917],[153.8691,-74.2281],[153.7618,-74.2645],[153.6545,-74.3008],[153.5472,-74.337],[153.4399,-74.3731],[153.3326,-74.4092],[153.2253,-74.4452],[153.118,-74.4811],[153.0107,-74.5169],[152.9034,-74.5526],[152.7961,-74.5882],[152.6888,-74.6238],[152.5815,-74.6593],[152.4741,-74.6947],[152.3668,-74.73],[152.2595,-74.7653],[152.1522,-74.8005],[152.0449,-74.8356],[151.9376,-74.8706],[151.8303,-74.9055],[151.723,-74.9403],[151.6157,-74.9751],[151.5084,-75.0098],[151.4011,-75.0444],[151.2938,-75.079],[151.1865,-75.1134],[151.0792,-75.1478],[150.9719,-75.1821],[150.8646,-75.2164],[150.7573,-75.2505],[150.65,-75.2846],[150.5427,-75.3186],[150.4354,-75.3525],[150.3281,-75.3863],[150.2208,-75.4201],[150.1135,-75.4538],[150.0062,-75.4874],[149.8989,-75.521],[149.7916,-75.5544],[149.6843,-75.5878],[149.5769,-75.6211],[149.4696,-75.6544],[149.3623,-75.6875],[149.255,-75.7206],[149.1477,-75.7536],[149.0404,-75.7866],[148.9331,-75.8194],[148.8258,-75.8522],[148.7185,-75.8849],[148.6112,-75.9176],[148.5039,-75.9501],[148.3966,-75.9826],[148.2893,-76.015],[148.182,-76.0474],[148.0747,-76.0797],[147.9674,-76.1118],[147.8601,-76.144],[147.7528,-76.176],[147.6455,-76.208],[147.5382,-76.2399],[147.4309,-76.2717],[147.3236,-76.3035],[147.3236,-76.4175],[147.418,-76.4402],[147.5378,-76.469],[147.6575,-76.4977],[147.7773,-76.5264],[147.8971,-76.555],[148.0169,-76.5836],[148.1367,-76.6121],[148.1638,-76.618],[148.2888,-76.6452],[148.4138,-76.6724],[148.5388,-76.6994],[148.6638,-76.7265],[148.7888,-76.7535],[148.9138,-76.7804],[149.0388,-76.8073],[149.1638,-76.8341],[149.2888,-76.8609],[149.4138,-76.8876],[149.5388,-76.9143],[149.6638,-76.9409],[149.7888,-76.9674],[149.9138,-76.9939],[150.0388,-77.0204],[150.1638,-77.0468],[150.2888,-77.0731],[150.4138,-77.0994],[150.5388,-77.1257],[150.6638,-77.1519],[150.7888,-77.178],[150.9138,-77.2041],[151.0388,-77.2301],[151.1638,-77.2561],[151.2888,-77.282],[151.4138,-77.3079],[151.5388,-77.3337],[151.6638,-77.3595],[151.7888,-77.3852],[151.9138,-77.4109],[152.0388,-77.4365],[152.1638,-77.4621],[152.2888,-77.4876],[152.4138,-77.5131],[152.5388,-77.5385],[152.6637,-77.5638],[152.7501,-77.5808],[152.877,-77.6056],[153.0039,-77.6304],[153.1308,-77.6551],[153.2577,-77.6798],[153.3846,-77.7045],[153.5115,-77.7291],[153.6384,-77.7536],[153.7653,-77.7781],[153.8922,-77.8025],[154.0191,-77.8269],[154.1461,-77.8513],[154.273,-77.8756],[154.3999,-77.8999],[154.514,-77.9209],[154.6429,-77.9446],[154.7719,-77.9682],[154.9008,-77.9918],[155.0298,-78.0154],[155.1587,-78.0389],[155.2876,-78.0623],[155.4166,-78.0857],[155.5455,-78.1091]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent Sentinel-2 image of the eastern part of Victoria Land, some clouds at the coast (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R143_S7X_20200302T215359","name":"imagico.de: Victoria Land west","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R143_S7X_20200302T215359&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-03-02T00:00:00.000Z","startDate":"2020-03-02T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[150.9326,-75.7171],[151.067,-75.7434],[151.1608,-75.7434],[151.3324,-75.7434],[151.5041,-75.7434],[151.6757,-75.7434],[151.8474,-75.7434],[152.0191,-75.7434],[152.1907,-75.7434],[152.3624,-75.7434],[152.5341,-75.7434],[152.7057,-75.7434],[152.8774,-75.7434],[153.049,-75.7434],[153.2207,-75.7434],[153.3924,-75.7434],[153.564,-75.7434],[153.7357,-75.7434],[153.9073,-75.7434],[154.079,-75.7434],[154.2507,-75.7434],[154.4223,-75.7434],[154.594,-75.7434],[154.7656,-75.7434],[154.9373,-75.7434],[155.109,-75.7434],[155.2806,-75.7434],[155.4523,-75.7434],[155.624,-75.7434],[155.7956,-75.7434],[155.9673,-75.7434],[156.1389,-75.7434],[156.3106,-75.7434],[156.4823,-75.7434],[156.6539,-75.7434],[156.8256,-75.7434],[156.9972,-75.7434],[157.1689,-75.7434],[157.3406,-75.7434],[157.5122,-75.7434],[157.6839,-75.7434],[157.8556,-75.7434],[158.0272,-75.7434],[158.1989,-75.7434],[158.3705,-75.7434],[158.5422,-75.7434],[158.7139,-75.7434],[158.7245,-75.7391],[158.8134,-75.7028],[158.9022,-75.6665],[158.991,-75.6301],[159.0799,-75.5936],[159.1687,-75.557],[159.2575,-75.5203],[159.3464,-75.4836],[159.4352,-75.4467],[159.5241,-75.4097],[159.6129,-75.3727],[159.7017,-75.3355],[159.7906,-75.2983],[159.8074,-75.2909],[159.8927,-75.253],[159.978,-75.215],[160.0633,-75.177],[160.1486,-75.1388],[160.2339,-75.1006],[160.3192,-75.0622],[160.4045,-75.0238],[160.4899,-74.9852],[160.5752,-74.9466],[160.6605,-74.9078],[160.7458,-74.869],[160.8311,-74.8301],[160.9164,-74.791],[161.0017,-74.7519],[161.087,-74.7127],[161.1257,-74.694],[161.2081,-74.6542],[161.2905,-74.6143],[161.3729,-74.5743],[161.4553,-74.5342],[161.5376,-74.494],[161.62,-74.4537],[161.7024,-74.4133],[161.7848,-74.3728],[161.8672,-74.3321],[161.9496,-74.2914],[162.032,-74.2506],[162.1143,-74.2097],[162.1967,-74.1686],[162.2791,-74.1275],[162.3615,-74.0863],[162.3645,-74.0847],[162.4437,-74.0429],[162.5229,-74.0009],[162.602,-73.9589],[162.6812,-73.9168],[162.7604,-73.8745],[162.8396,-73.8322],[162.9188,-73.7897],[162.998,-73.7471],[163.0771,-73.7044],[163.1563,-73.6616],[163.2355,-73.6187],[163.3147,-73.5757],[163.3939,-73.5326],[163.4731,-73.4894],[163.5522,-73.446],[163.6314,-73.4026],[163.7106,-73.359],[163.7898,-73.3154],[163.8009,-73.3089],[163.8772,-73.2647],[163.9534,-73.2203],[164.0296,-73.1759],[164.1058,-73.1313],[164.182,-73.0866],[164.2582,-73.0418],[164.3344,-72.9969],[164.4106,-72.9518],[164.4868,-72.9067],[164.5631,-72.8614],[164.6393,-72.816],[164.7155,-72.7705],[164.7917,-72.7249],[164.8679,-72.6792],[164.9441,-72.6333],[165.0203,-72.5873],[165.0756,-72.5526],[165.1496,-72.5061],[165.2236,-72.4595],[165.2975,-72.4127],[165.3715,-72.3659],[165.4454,-72.3189],[165.5194,-72.2718],[165.5933,-72.2245],[165.6673,-72.1772],[165.7412,-72.1297],[165.8152,-72.0821],[165.8891,-72.0344],[165.9631,-71.9865],[166.037,-71.9386],[166.111,-71.8905],[166.1849,-71.8423],[166.2083,-71.8263],[166.2797,-71.7775],[166.351,-71.7287],[166.4223,-71.6796],[166.4936,-71.6305],[166.565,-71.5812],[166.6363,-71.5318],[166.7076,-71.4823],[166.7789,-71.4326],[166.8503,-71.3829],[166.9216,-71.3329],[166.9929,-71.2829],[167.0642,-71.2327],[167.1356,-71.1824],[167.2069,-71.132],[167.2782,-71.0814],[167.3495,-71.0308],[167.3911,-70.9996],[167.4595,-70.9483],[167.5278,-70.8968],[167.5962,-70.8452],[167.6645,-70.7935],[167.7329,-70.7416],[167.8013,-70.6896],[167.8696,-70.6375],[167.938,-70.5852],[168.0063,-70.5328],[168.0747,-70.4802],[168.0747,-70.281],[168.0711,-70.2799],[167.9434,-70.2411],[167.8157,-70.2023],[167.688,-70.1634],[167.5603,-70.1244],[167.4326,-70.0854],[167.305,-70.0463],[167.1773,-70.0071],[167.0496,-69.9678],[166.9219,-69.9285],[166.7942,-69.8891],[166.6665,-69.8496],[166.5389,-69.81],[166.4112,-69.7704],[166.2835,-69.7307],[166.1558,-69.6909],[166.0281,-69.651],[165.9005,-69.6111],[165.7728,-69.5711],[165.6451,-69.531],[165.5174,-69.4908],[165.3897,-69.4506],[165.262,-69.4103],[165.2192,-69.4099],[165.0476,-69.4084],[164.8759,-69.407],[164.7043,-69.4055],[164.5327,-69.404],[164.3611,-69.4025],[164.2126,-69.4025],[164.041,-69.4025],[163.8693,-69.4025],[163.6976,-69.4025],[163.526,-69.4025],[163.3543,-69.4025],[163.1827,-69.4025],[163.011,-69.4025],[162.8393,-69.4025],[162.6677,-69.4025],[162.496,-69.4025],[162.3243,-69.4025],[162.1527,-69.4025],[161.981,-69.4025],[161.8094,-69.4025],[161.6377,-69.4025],[161.466,-69.4025],[161.2944,-69.4025],[161.1227,-69.4025],[160.9511,-69.4025],[160.7794,-69.4025],[160.7574,-69.4103],[160.7039,-69.4365],[160.6037,-69.4854],[160.5035,-69.5342],[160.4034,-69.5829],[160.3032,-69.6315],[160.2031,-69.6799],[160.1029,-69.7283],[160.0027,-69.7765],[159.9026,-69.8247],[159.8024,-69.8727],[159.7023,-69.9206],[159.6021,-69.9684],[159.5019,-70.0161],[159.4018,-70.0637],[159.3016,-70.1112],[159.2015,-70.1586],[159.1013,-70.2058],[159.0011,-70.253],[158.901,-70.3],[158.8008,-70.347],[158.7007,-70.3938],[158.6005,-70.4405],[158.5003,-70.4872],[158.4002,-70.5337],[158.3,-70.5801],[158.1999,-70.6264],[158.0997,-70.6726],[157.9995,-70.7187],[157.8994,-70.7646],[157.7992,-70.8105],[157.6991,-70.8563],[157.5989,-70.9019],[157.4987,-70.9475],[157.3986,-70.993],[157.2984,-71.0383],[157.1983,-71.0836],[157.0981,-71.1287],[156.9979,-71.1737],[156.8978,-71.2187],[156.7976,-71.2635],[156.6975,-71.3082],[156.5973,-71.3529],[156.4971,-71.3974],[156.397,-71.4418],[156.2968,-71.4861],[156.1967,-71.5304],[156.0965,-71.5745],[155.9963,-71.6185],[155.8962,-71.6624],[155.796,-71.7062],[155.6959,-71.7499],[155.5957,-71.7935],[155.4955,-71.837],[155.3954,-71.8804],[155.2952,-71.9237],[155.195,-71.967],[155.0949,-72.0101],[154.9947,-72.0531],[154.8946,-72.096],[154.7944,-72.1388],[154.6942,-72.1815],[154.5941,-72.2241],[154.4939,-72.2666],[154.3938,-72.309],[154.2936,-72.3513],[154.1934,-72.3936],[154.0933,-72.4357],[153.9931,-72.4777],[153.893,-72.5196],[153.7928,-72.5615],[153.6926,-72.6032],[153.5925,-72.6448],[153.4923,-72.6864],[153.3922,-72.7278],[153.292,-72.7691],[153.1918,-72.8104],[153.0917,-72.8515],[152.9915,-72.8926],[152.8914,-72.9336],[152.7912,-72.9744],[152.691,-73.0152],[152.5909,-73.0559],[152.4907,-73.0965],[152.3906,-73.137],[152.2904,-73.1773],[152.1902,-73.2176],[152.0901,-73.2579],[151.9899,-73.298],[151.8898,-73.338],[151.7896,-73.3779],[151.6894,-73.4177],[151.5893,-73.4575],[151.4891,-73.4971],[151.389,-73.5367],[151.2888,-73.5762],[151.1886,-73.6155],[151.0885,-73.6548],[150.9883,-73.694],[150.8882,-73.7331],[150.788,-73.7721],[150.6878,-73.811],[150.5877,-73.8498],[150.4875,-73.8886],[150.3874,-73.9272],[150.2872,-73.9658],[150.187,-74.0042],[150.0869,-74.0426],[149.9867,-74.0809],[149.8866,-74.1191],[149.7864,-74.1572],[149.6862,-74.1952],[149.5861,-74.2331],[149.4859,-74.271],[149.3858,-74.3087],[149.2856,-74.3464],[149.1854,-74.3839],[149.0853,-74.4214],[148.9851,-74.4588],[148.885,-74.4961],[148.7848,-74.5333],[148.6846,-74.5705],[148.5845,-74.6075],[148.4843,-74.6445],[148.3842,-74.6814],[148.284,-74.7181],[148.1838,-74.7548],[148.0837,-74.7915],[147.9835,-74.828],[147.8833,-74.8644],[147.7832,-74.9008],[147.683,-74.9371],[147.683,-75.0509],[147.7709,-75.0735],[147.8047,-75.0813],[147.9326,-75.1108],[148.0605,-75.1401],[148.1884,-75.1695],[148.2439,-75.1807],[148.3783,-75.208],[148.5127,-75.2353],[148.6472,-75.2624],[148.7816,-75.2896],[148.916,-75.3166],[149.0505,-75.3437],[149.1849,-75.3707],[149.3193,-75.3976],[149.4538,-75.4245],[149.5882,-75.4513],[149.7227,-75.4781],[149.8571,-75.5049],[149.9915,-75.5316],[150.126,-75.5582],[150.2604,-75.5848],[150.3948,-75.6114],[150.5293,-75.6379],[150.6637,-75.6643],[150.7981,-75.6907],[150.9326,-75.7171]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent Sentinel-2 image of the western part of Victoria Land, some clouds at the coast (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC82330892016031LGN00","name":"imagico.de: Volcán Calbuco","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82330892016031LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-01-31T00:00:00.000Z","startDate":"2016-01-31T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-72.867,-41.5174],[-72.0001,-41.5174],[-71.8751,-41.1083],[-72.2318,-41.0453],[-72.867,-41.0453],[-72.867,-41.5174]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Image from after the 2015 eruption, somewhat outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R089_N52_20160623T024048","name":"imagico.de: Vostochny Cosmodrome","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R089_N52_20160623T024048&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-06-23T00:00:00.000Z","startDate":"2016-06-23T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[126.3614,51.3755],[128.6117,51.3755],[128.6076,52.3409],[126.348,52.3393],[126.3614,51.3755]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent image showing newest features (superseeded by newer image) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R089_N52_20200930T023551","name":"imagico.de: Vostochny Cosmodrome 2020","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R089_N52_20200930T023551&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-09-30T00:00:00.000Z","startDate":"2020-09-30T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[127.5631,51.3587],[129.1403,51.3632],[129.1417,52.3464],[127.5338,52.3414],[127.5631,51.3587]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"September 2020 image with autumn colors (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-walps_autumn_2017","name":"imagico.de: Western Alps autumn colors 2017","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=walps_autumn_2017&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-10-17T00:00:00.000Z","startDate":"2017-10-17T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[4.6412,43.2493],[7.3646,43.2493],[7.76,43.2653],[7.7819,43.2813],[10.088,48.7032],[10.088,48.7467],[7.3866,48.7467],[5.9151,48.7177],[5.2562,46.965],[4.3118,44.2167],[4.3118,43.2653],[4.6412,43.2493]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Autumn colors in the Alps, Jura and southwestern Germany  (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81490352013282LGN00","name":"imagico.de: Western Karakoram","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81490352013282LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2013-10-09T00:00:00.000Z","startDate":"2013-10-09T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[75.9836,34.9785],[76.506,36.7027],[74.4428,37.0939],[73.9616,35.3696],[75.9836,34.9785]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Represents approximately minimum snow cover so can be well used for glacier mapping (somewhat outdated) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R077_S7X_20220226T070839","name":"imagico.de: Western Sør Rondane Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R077_S7X_20220226T070839&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2022-02-26T00:00:00.000Z","startDate":"2022-02-26T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[8.4379,-75.7709],[8.6095,-75.7721],[8.6253,-75.7721],[8.797,-75.7721],[8.9686,-75.7721],[9.1403,-75.772],[9.3119,-75.772],[9.4836,-75.772],[9.6553,-75.772],[9.8269,-75.772],[9.9986,-75.7719],[10.1703,-75.7719],[10.3419,-75.7719],[10.5136,-75.7719],[10.6852,-75.7719],[10.8569,-75.7718],[11.0286,-75.7718],[11.2002,-75.7718],[11.3719,-75.7718],[11.5435,-75.7718],[11.7152,-75.7717],[11.8869,-75.7717],[12.0585,-75.7717],[12.2302,-75.7717],[12.4018,-75.7717],[12.5735,-75.7716],[12.7452,-75.7716],[12.9168,-75.7716],[13.0885,-75.7716],[13.2602,-75.7716],[13.4318,-75.7715],[13.6035,-75.7715],[13.7751,-75.7715],[13.9468,-75.7715],[14.1185,-75.7715],[14.2901,-75.7714],[14.4618,-75.7714],[14.6334,-75.7714],[14.8051,-75.7714],[14.9768,-75.7714],[15.1484,-75.7713],[15.3201,-75.7713],[15.4918,-75.7713],[15.6634,-75.7713],[15.8351,-75.7713],[16.0067,-75.7712],[16.1784,-75.7712],[16.3501,-75.7712],[16.5217,-75.7712],[16.6934,-75.7712],[16.865,-75.7711],[17.0367,-75.7711],[17.2084,-75.7711],[17.38,-75.7711],[17.5517,-75.7711],[17.7234,-75.771],[17.895,-75.771],[18.0667,-75.771],[18.2383,-75.771],[18.41,-75.771],[18.5817,-75.7709],[18.7533,-75.7709],[18.925,-75.7709],[19.0966,-75.7709],[19.2683,-75.7709],[19.44,-75.7708],[19.6116,-75.7708],[19.7833,-75.7708],[19.9549,-75.7708],[20.1266,-75.7708],[20.2078,-75.7374],[20.2961,-75.7011],[20.3844,-75.6647],[20.4727,-75.6282],[20.561,-75.5916],[20.6492,-75.5549],[20.7375,-75.5182],[20.8258,-75.4813],[20.9141,-75.4443],[21.0024,-75.4073],[21.0906,-75.3702],[21.1789,-75.3329],[21.2672,-75.2956],[21.3555,-75.2582],[21.4438,-75.2207],[21.4839,-75.2028],[21.5692,-75.1647],[21.6545,-75.1265],[21.7397,-75.0882],[21.825,-75.0498],[21.9103,-75.0113],[21.9955,-74.9727],[22.0808,-74.934],[22.166,-74.8953],[22.2513,-74.8564],[22.3366,-74.8174],[22.4218,-74.7784],[22.5071,-74.7392],[22.5924,-74.6999],[22.665,-74.6649],[22.7474,-74.625],[22.8299,-74.5851],[22.9123,-74.545],[22.9948,-74.5048],[23.0772,-74.4645],[23.1597,-74.4242],[23.2421,-74.3837],[23.3246,-74.3431],[23.407,-74.3024],[23.4895,-74.2616],[23.5719,-74.2207],[23.6544,-74.1797],[23.7368,-74.1386],[23.8193,-74.0974],[23.9017,-74.0561],[23.9842,-74.0147],[24.019,-73.9964],[24.0986,-73.9544],[24.1782,-73.9123],[24.2578,-73.8702],[24.3374,-73.8278],[24.4171,-73.7854],[24.4967,-73.7429],[24.5763,-73.7003],[24.6559,-73.6575],[24.7355,-73.6147],[24.8152,-73.5717],[24.8948,-73.5287],[24.9744,-73.4855],[25.054,-73.4422],[25.1336,-73.3988],[25.1376,-73.3965],[25.2136,-73.3525],[25.2895,-73.3083],[25.3655,-73.2641],[25.4414,-73.2197],[25.5174,-73.1752],[25.5934,-73.1306],[25.6693,-73.0858],[25.7453,-73.041],[25.8212,-72.996],[25.8972,-72.9509],[25.9732,-72.9057],[26.0491,-72.8604],[26.1251,-72.815],[26.201,-72.7695],[26.277,-72.7238],[26.353,-72.678],[26.4289,-72.6321],[26.5049,-72.5861],[26.5808,-72.54],[26.6568,-72.4938],[26.7327,-72.4474],[26.8087,-72.4009],[26.8847,-72.3543],[26.9606,-72.3076],[27.0366,-72.2607],[27.1125,-72.2138],[27.1885,-72.1667],[27.2645,-72.1195],[27.3404,-72.0722],[27.4164,-72.0247],[27.4822,-71.9803],[27.5536,-71.932],[27.6251,-71.8835],[27.6965,-71.8349],[27.768,-71.7862],[27.8394,-71.7373],[27.9109,-71.6884],[27.9823,-71.6393],[28.0538,-71.59],[28.1252,-71.5407],[28.1967,-71.4912],[28.2681,-71.4416],[28.3396,-71.3918],[28.411,-71.342],[28.4825,-71.292],[28.5539,-71.2418],[28.6254,-71.1916],[28.6606,-71.1657],[28.7296,-71.1149],[28.7985,-71.0639],[28.8675,-71.0129],[28.9365,-70.9616],[29.0054,-70.9103],[29.0744,-70.8588],[29.1434,-70.8072],[29.2123,-70.7555],[29.2813,-70.7036],[29.3503,-70.6516],[29.4192,-70.5994],[29.4882,-70.5471],[29.5572,-70.4947],[29.6261,-70.4422],[29.6951,-70.3895],[29.7641,-70.3366],[29.833,-70.2837],[29.7882,-70.2828],[29.6168,-70.2796],[29.4454,-70.2763],[29.274,-70.2731],[29.1027,-70.2698],[28.9313,-70.2665],[28.7599,-70.2633],[28.5885,-70.26],[28.4171,-70.2568],[28.2457,-70.2535],[28.0743,-70.2502],[27.9029,-70.247],[27.7315,-70.2437],[27.5601,-70.2404],[27.3888,-70.2372],[27.2174,-70.2339],[27.046,-70.2307],[26.8746,-70.2274],[26.7032,-70.2241],[26.5318,-70.2209],[26.4174,-70.2225],[26.2459,-70.2251],[26.0744,-70.2276],[25.9029,-70.2301],[25.7314,-70.2327],[25.5599,-70.2352],[25.3884,-70.2377],[25.2169,-70.2402],[25.0454,-70.2428],[24.874,-70.2453],[24.7025,-70.2478],[24.531,-70.2503],[24.3595,-70.2529],[24.188,-70.2554],[24.0165,-70.2579],[23.845,-70.2604],[23.6735,-70.2629],[23.502,-70.2655],[23.3305,-70.268],[23.159,-70.2705],[22.9875,-70.273],[22.816,-70.2756],[22.6445,-70.2781],[22.473,-70.2806],[22.3015,-70.2831],[22.13,-70.2856],[21.9585,-70.2882],[21.787,-70.2907],[21.6155,-70.2932],[21.444,-70.2957],[21.2725,-70.2982],[21.101,-70.3007],[20.9295,-70.3033],[20.758,-70.3058],[20.6926,-70.3343],[20.5876,-70.38],[20.4826,-70.4255],[20.3777,-70.471],[20.2727,-70.5163],[20.1677,-70.5616],[20.0628,-70.6067],[19.9578,-70.6518],[19.8528,-70.6967],[19.7479,-70.7416],[19.6429,-70.7863],[19.5379,-70.831],[19.433,-70.8755],[19.328,-70.92],[19.223,-70.9643],[19.1181,-71.0086],[19.0131,-71.0527],[18.9081,-71.0968],[18.8032,-71.1408],[18.6982,-71.1846],[18.5932,-71.2284],[18.4883,-71.272],[18.3833,-71.3156],[18.2784,-71.3591],[18.1734,-71.4024],[18.0684,-71.4457],[17.9635,-71.4889],[17.8585,-71.5319],[17.7535,-71.5749],[17.6486,-71.6178],[17.5436,-71.6606],[17.4386,-71.7033],[17.3337,-71.7459],[17.2287,-71.7884],[17.1237,-71.8308],[17.0188,-71.8731],[16.9138,-71.9153],[16.8088,-71.9574],[16.7039,-71.9994],[16.5989,-72.0414],[16.4939,-72.0832],[16.389,-72.1249],[16.284,-72.1666],[16.179,-72.2081],[16.0741,-72.2496],[15.9691,-72.291],[15.8641,-72.3322],[15.7592,-72.3734],[15.6542,-72.4145],[15.5492,-72.4555],[15.4443,-72.4964],[15.3393,-72.5372],[15.2343,-72.5779],[15.1294,-72.6185],[15.0244,-72.6591],[14.9194,-72.6995],[14.8145,-72.7398],[14.7095,-72.7801],[14.6045,-72.8203],[14.4996,-72.8603],[14.3946,-72.9003],[14.2896,-72.9402],[14.1847,-72.98],[14.0797,-73.0197],[13.9747,-73.0594],[13.8698,-73.0989],[13.7648,-73.1383],[13.6599,-73.1777],[13.5549,-73.217],[13.4499,-73.2561],[13.345,-73.2952],[13.24,-73.3342],[13.135,-73.3731],[13.0301,-73.4119],[12.9251,-73.4507],[12.8201,-73.4893],[12.7152,-73.5279],[12.6102,-73.5664],[12.5052,-73.6047],[12.4003,-73.643],[12.2953,-73.6812],[12.1903,-73.7194],[12.0854,-73.7574],[11.9804,-73.7954],[11.8754,-73.8332],[11.7705,-73.871],[11.6655,-73.9087],[11.5605,-73.9463],[11.4556,-73.9838],[11.3506,-74.0212],[11.2456,-74.0586],[11.1407,-74.0959],[11.0357,-74.133],[10.9307,-74.1701],[10.8258,-74.2071],[10.7208,-74.2441],[10.6158,-74.2809],[10.5109,-74.3177],[10.4059,-74.3543],[10.3009,-74.3909],[10.196,-74.4274],[10.091,-74.4639],[9.986,-74.5002],[9.8811,-74.5364],[9.7761,-74.5726],[9.6711,-74.6087],[9.5662,-74.6447],[9.4612,-74.6807],[9.3563,-74.7165],[9.2513,-74.7523],[9.1463,-74.7879],[9.0414,-74.8235],[8.9364,-74.8591],[8.8314,-74.8945],[8.7265,-74.9299],[8.6215,-74.9651],[8.5165,-75.0003],[8.4116,-75.0354],[8.3066,-75.0705],[8.2016,-75.1054],[8.0967,-75.1403],[7.9917,-75.1751],[7.8867,-75.2098],[7.7818,-75.2444],[7.6768,-75.279],[7.5718,-75.3135],[7.4669,-75.3479],[7.3619,-75.3822],[7.2569,-75.4164],[7.152,-75.4506],[7.047,-75.4847],[6.942,-75.5187],[6.8371,-75.5526],[6.7321,-75.5865],[6.6271,-75.6202],[6.5222,-75.6539],[6.4172,-75.6875],[6.3122,-75.7211],[6.2073,-75.7545],[6.2073,-75.7545],[6.3789,-75.7558],[6.5505,-75.7571],[6.7221,-75.7583],[6.8936,-75.7596],[7.0652,-75.7608],[7.2368,-75.7621],[7.4084,-75.7633],[7.58,-75.7646],[7.7516,-75.7658],[7.9232,-75.7671],[8.0947,-75.7683],[8.2663,-75.7696],[8.4379,-75.7709]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the western Sør Rondane Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R039_S15_20160510T145731","name":"imagico.de: Willkanuta Mountains and Quelccaya Ice Cap","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R039_S15_20160510T145731&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-05-10T00:00:00.000Z","startDate":"2016-05-10T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-71.1807,-14.4979],[-70.5564,-14.4979],[-70.5564,-13.7126],[-71.1798,-13.7103],[-71.1807,-14.4979]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Poor and outdated imagery in other sources (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R063_SXX_20220317T073919","name":"imagico.de: Wohlthat Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R063_SXX_20220317T073919&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2022-03-17T00:00:00.000Z","startDate":"2022-03-17T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[8.2231,-73.0814],[8.3948,-73.0826],[8.5505,-73.0826],[8.7221,-73.0826],[8.8938,-73.0826],[9.0654,-73.0826],[9.2371,-73.0826],[9.4088,-73.0826],[9.5804,-73.0826],[9.7521,-73.0826],[9.9237,-73.0826],[10.0954,-73.0826],[10.2671,-73.0826],[10.4387,-73.0826],[10.6104,-73.0826],[10.7821,-73.0826],[10.9537,-73.0826],[11.1254,-73.0826],[11.297,-73.0826],[11.4687,-73.0826],[11.6404,-73.0826],[11.812,-73.0826],[11.9837,-73.0826],[12.1553,-73.0826],[12.327,-73.0826],[12.4987,-73.0826],[12.6703,-73.0826],[12.842,-73.0826],[13.0136,-73.0826],[13.1853,-73.0826],[13.357,-73.0826],[13.5286,-73.0826],[13.7003,-73.0826],[13.872,-73.0826],[14.0436,-73.0826],[14.2153,-73.0826],[14.3869,-73.0826],[14.5586,-73.0826],[14.7303,-73.0826],[14.9019,-73.0826],[15.0736,-73.0826],[15.2452,-73.0826],[15.4169,-73.0826],[15.5886,-73.0826],[15.6027,-73.0825],[15.7744,-73.0812],[15.946,-73.08],[16.1176,-73.0788],[16.2892,-73.0775],[16.4608,-73.0763],[16.6324,-73.0751],[16.804,-73.0738],[16.9756,-73.0726],[17.1472,-73.0714],[17.3188,-73.0701],[17.4904,-73.0689],[17.6621,-73.0677],[17.8337,-73.0664],[18.0053,-73.0652],[18.1769,-73.0639],[18.2521,-73.0192],[18.3276,-72.9741],[18.4032,-72.9289],[18.4787,-72.8836],[18.5543,-72.8382],[18.6298,-72.7926],[18.7054,-72.747],[18.7809,-72.7012],[18.8565,-72.6553],[18.932,-72.6093],[19.0076,-72.5632],[19.0831,-72.5169],[19.1587,-72.4706],[19.2342,-72.4241],[19.3098,-72.3775],[19.3853,-72.3307],[19.4609,-72.2839],[19.5364,-72.2369],[19.5438,-72.2321],[19.6162,-72.1845],[19.6887,-72.1369],[19.7611,-72.0891],[19.8335,-72.0411],[19.906,-71.9931],[19.9784,-71.9449],[20.0508,-71.8966],[20.1233,-71.8482],[20.1957,-71.7997],[20.2681,-71.751],[20.3406,-71.7022],[20.413,-71.6533],[20.4854,-71.6042],[20.5579,-71.555],[20.6303,-71.5057],[20.7027,-71.4563],[20.7752,-71.4067],[20.8476,-71.357],[20.92,-71.3072],[20.9783,-71.2647],[21.0474,-71.2142],[21.1165,-71.1635],[21.1856,-71.1127],[21.2547,-71.0618],[21.3238,-71.0107],[21.3929,-70.9595],[21.462,-70.9082],[21.5311,-70.8567],[21.6002,-70.8051],[21.6693,-70.7534],[21.7384,-70.7015],[21.8075,-70.6495],[21.8766,-70.5974],[21.9457,-70.5451],[22.0148,-70.4927],[22.0839,-70.4402],[22.1531,-70.3875],[22.2222,-70.3347],[22.2913,-70.2818],[22.3097,-70.2668],[22.3757,-70.2132],[22.4416,-70.1595],[22.5076,-70.1056],[22.5735,-70.0516],[22.6395,-69.9975],[22.7054,-69.9432],[22.7714,-69.8888],[22.8373,-69.8342],[22.9033,-69.7795],[22.9692,-69.7247],[23.0352,-69.6697],[23.1011,-69.6145],[23.1671,-69.5593],[23.233,-69.5038],[23.299,-69.4483],[23.3649,-69.3926],[23.4309,-69.3367],[23.4968,-69.2807],[23.5628,-69.2246],[23.5091,-69.2155],[23.3541,-69.1893],[23.1991,-69.1631],[23.044,-69.1368],[22.889,-69.1106],[22.734,-69.0842],[22.579,-69.0579],[22.424,-69.0315],[22.269,-69.0051],[22.114,-68.9787],[21.959,-68.9522],[21.804,-68.9257],[21.649,-68.8991],[21.494,-68.8726],[21.339,-68.846],[21.184,-68.8193],[21.029,-68.7927],[20.8739,-68.766],[20.7189,-68.7392],[20.5639,-68.7125],[20.4089,-68.6857],[20.2539,-68.6589],[20.0989,-68.632],[19.9439,-68.6051],[19.7889,-68.5782],[19.6339,-68.5512],[19.4789,-68.5242],[19.3239,-68.4972],[19.1689,-68.4702],[19.0139,-68.4431],[18.8589,-68.416],[18.7038,-68.3888],[18.5488,-68.3616],[18.3938,-68.3344],[18.2388,-68.3072],[18.0838,-68.2799],[17.9288,-68.2526],[17.7738,-68.2252],[17.6188,-68.1979],[17.4638,-68.1705],[17.3088,-68.143],[17.1538,-68.1155],[16.9988,-68.088],[16.8438,-68.0605],[16.7993,-68.0867],[16.7075,-68.1408],[16.6157,-68.1947],[16.5238,-68.2485],[16.432,-68.3022],[16.3402,-68.3558],[16.2483,-68.4092],[16.1565,-68.4625],[16.0647,-68.5157],[15.9729,-68.5687],[15.881,-68.6217],[15.7892,-68.6745],[15.6974,-68.7272],[15.6056,-68.7797],[15.5137,-68.8321],[15.4219,-68.8845],[15.3301,-68.9366],[15.2382,-68.9887],[15.1464,-69.0406],[15.0546,-69.0925],[14.9628,-69.1442],[14.8709,-69.1957],[14.7791,-69.2472],[14.6873,-69.2985],[14.5954,-69.3497],[14.5036,-69.4008],[14.4118,-69.4518],[14.32,-69.5026],[14.2281,-69.5534],[14.1363,-69.604],[14.0445,-69.6544],[13.9527,-69.7048],[13.8608,-69.7551],[13.769,-69.8052],[13.6772,-69.8552],[13.5853,-69.9051],[13.4935,-69.9549],[13.4017,-70.0045],[13.3099,-70.0541],[13.218,-70.1035],[13.1262,-70.1528],[13.0344,-70.202],[12.9426,-70.251],[12.8507,-70.3],[12.7589,-70.3488],[12.6671,-70.3975],[12.5752,-70.4461],[12.4834,-70.4946],[12.3916,-70.543],[12.2998,-70.5912],[12.2079,-70.6394],[12.1161,-70.6874],[12.0243,-70.7353],[11.9325,-70.7831],[11.8406,-70.8308],[11.7488,-70.8783],[11.657,-70.9258],[11.5651,-70.9731],[11.4733,-71.0204],[11.3815,-71.0675],[11.2897,-71.1145],[11.1978,-71.1614],[11.106,-71.2081],[11.0142,-71.2548],[10.9224,-71.3014],[10.8305,-71.3478],[10.7387,-71.3941],[10.6469,-71.4403],[10.555,-71.4865],[10.4632,-71.5325],[10.3714,-71.5783],[10.2796,-71.6241],[10.1877,-71.6698],[10.0959,-71.7153],[10.0041,-71.7608],[9.9123,-71.8061],[9.8204,-71.8514],[9.7286,-71.8965],[9.6368,-71.9415],[9.5449,-71.9864],[9.4531,-72.0312],[9.3613,-72.0759],[9.2695,-72.1205],[9.1776,-72.1649],[9.0858,-72.2093],[8.994,-72.2536],[8.9022,-72.2977],[8.8103,-72.3418],[8.7185,-72.3857],[8.6267,-72.4296],[8.5348,-72.4733],[8.443,-72.5169],[8.3512,-72.5604],[8.2594,-72.6038],[8.1675,-72.6472],[8.0757,-72.6904],[7.9839,-72.7335],[7.8921,-72.7765],[7.8002,-72.8194],[7.7084,-72.8621],[7.6166,-72.9048],[7.5247,-72.9474],[7.4329,-72.9899],[7.3411,-73.0323],[7.2493,-73.0745],[7.3651,-73.0754],[7.5367,-73.0766],[7.7083,-73.0778],[7.8799,-73.079],[8.0515,-73.0802],[8.2231,-73.0814]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Wohlthat Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80801332017353LGN00","name":"imagico.de: Wohlthat Mountains 2017 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80801332017353LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-12-19T00:00:00.000Z","startDate":"2017-12-19T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[11.1538,-73.2949],[11.306,-73.3831],[11.5077,-73.3517],[11.8092,-73.3045],[12.1107,-73.2573],[12.4122,-73.2099],[12.7137,-73.1624],[13.0152,-73.1148],[13.3167,-73.067],[13.6182,-73.0191],[13.9197,-72.9711],[14.1446,-72.9311],[14.4382,-72.8787],[14.7317,-72.8262],[15.0252,-72.7736],[15.3188,-72.7208],[15.6123,-72.6678],[15.9058,-72.6146],[16.1994,-72.5614],[16.4929,-72.5079],[16.456,-72.4894],[16.2794,-72.4006],[16.1029,-72.3114],[15.9263,-72.2217],[15.7497,-72.1316],[15.5732,-72.041],[15.3966,-71.95],[15.22,-71.8585],[15.0435,-71.7666],[14.8669,-71.6743],[14.6903,-71.5815],[14.5138,-71.4882],[14.3372,-71.3945],[14.1606,-71.3003],[13.9841,-71.2057],[13.8075,-71.1106],[13.6309,-71.0151],[13.604,-71.0196],[13.2995,-71.0711],[12.9949,-71.1225],[12.6904,-71.1737],[12.3859,-71.2248],[12.0813,-71.2757],[11.7768,-71.3265],[11.4722,-71.3772],[11.1677,-71.4278],[10.8632,-71.4782],[10.5586,-71.5285],[10.2541,-71.5786],[9.9495,-71.6287],[9.645,-71.6786],[9.3405,-71.7283],[9.0359,-71.7779],[8.7314,-71.8274],[8.8713,-71.9155],[9.0235,-72.0108],[9.1756,-72.1056],[9.3278,-72.1999],[9.48,-72.2938],[9.6321,-72.3871],[9.7843,-72.48],[9.9365,-72.5724],[10.0886,-72.6644],[10.2408,-72.7558],[10.393,-72.8468],[10.5451,-72.9374],[10.6973,-73.0274],[10.8495,-73.117],[11.0016,-73.2062],[11.1538,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Wohlthat Mountains 2017 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80801332021348LGN00","name":"imagico.de: Wohlthat Mountains 2021 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80801332021348LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2021-12-14T00:00:00.000Z","startDate":"2021-12-14T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[11.1793,-73.2949],[11.3314,-73.3831],[11.4466,-73.3652],[11.7483,-73.3182],[12.0499,-73.271],[12.3515,-73.2238],[12.6531,-73.1764],[12.9547,-73.1288],[13.2564,-73.0812],[13.558,-73.0334],[13.8596,-72.9855],[13.8771,-72.9824],[14.1707,-72.9302],[14.4643,-72.8779],[14.7579,-72.8254],[15.0516,-72.7728],[15.3452,-72.7201],[15.6388,-72.6671],[15.9324,-72.614],[16.226,-72.5608],[16.5197,-72.5074],[16.4825,-72.4888],[16.3057,-72.4],[16.1289,-72.3108],[15.9521,-72.2212],[15.7754,-72.1311],[15.5986,-72.0406],[15.4218,-71.9496],[15.245,-71.8582],[15.0682,-71.7663],[14.8914,-71.674],[14.7147,-71.5812],[14.5379,-71.488],[14.3611,-71.3943],[14.1843,-71.3002],[14.0075,-71.2056],[13.8307,-71.1106],[13.6539,-71.0151],[13.6304,-71.019],[13.3259,-71.0706],[13.0214,-71.1219],[12.7169,-71.1732],[12.4124,-71.2243],[12.1079,-71.2753],[11.8034,-71.3261],[11.499,-71.3769],[11.1945,-71.4274],[10.89,-71.4779],[10.5855,-71.5282],[10.281,-71.5784],[9.9765,-71.6284],[9.672,-71.6784],[9.3675,-71.7282],[9.063,-71.7778],[8.7585,-71.8273],[8.8982,-71.9153],[9.0502,-72.0106],[9.2023,-72.1054],[9.3544,-72.1998],[9.5065,-72.2936],[9.6585,-72.387],[9.8106,-72.4799],[9.9627,-72.5723],[10.1148,-72.6643],[10.2668,-72.7557],[10.4189,-72.8468],[10.571,-72.9373],[10.7231,-73.0274],[10.8751,-73.117],[11.0272,-73.2062],[11.1793,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Wohlthat Mountains 2021 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R005_S7X_20200303T061749","name":"imagico.de: Yamato/Queen Fabiola Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R005_S7X_20200303T061749&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-03-03T00:00:00.000Z","startDate":"2020-03-03T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[19.2425,-75.6323],[19.143,-75.667],[19.143,-75.7213],[19.314,-75.7213],[19.4857,-75.7213],[19.6573,-75.7213],[19.829,-75.7213],[20.0007,-75.7213],[20.1723,-75.7213],[20.344,-75.7213],[20.5156,-75.7213],[20.6873,-75.7213],[20.859,-75.7213],[21.0306,-75.7213],[21.2023,-75.7213],[21.3739,-75.7213],[21.5456,-75.7213],[21.7173,-75.7213],[21.8889,-75.7213],[22.0606,-75.7213],[22.2323,-75.7213],[22.4039,-75.7213],[22.5756,-75.7213],[22.7472,-75.7213],[22.9189,-75.7213],[23.0906,-75.7213],[23.2622,-75.7213],[23.4339,-75.7213],[23.6055,-75.7213],[23.7772,-75.7213],[23.9489,-75.7213],[24.1205,-75.7213],[24.2922,-75.7213],[24.4639,-75.7213],[24.6355,-75.7213],[24.8072,-75.7213],[24.9788,-75.7213],[25.1505,-75.7213],[25.3222,-75.7213],[25.4938,-75.7213],[25.6655,-75.7213],[25.8371,-75.7213],[26.0088,-75.7213],[26.1805,-75.7213],[26.3521,-75.7213],[26.5238,-75.7213],[26.6955,-75.7213],[26.8671,-75.7213],[27.0388,-75.7213],[27.2104,-75.7213],[27.3821,-75.7213],[27.5538,-75.7213],[27.7254,-75.7213],[27.8971,-75.7213],[28.0687,-75.7213],[28.2404,-75.7213],[28.4121,-75.7213],[28.5837,-75.7213],[28.7554,-75.7213],[28.927,-75.7213],[29.0987,-75.7213],[29.2704,-75.7213],[29.442,-75.7213],[29.6137,-75.7213],[29.7854,-75.7213],[29.957,-75.7213],[30.1287,-75.7213],[30.3003,-75.7213],[30.472,-75.7213],[30.6437,-75.7213],[30.8153,-75.7213],[30.987,-75.7213],[31.1586,-75.7213],[31.3303,-75.7213],[31.502,-75.7213],[31.6736,-75.7213],[31.8453,-75.7213],[32.017,-75.7213],[32.1886,-75.7213],[32.3603,-75.7213],[32.5319,-75.7213],[32.7036,-75.7213],[32.8753,-75.7213],[32.9192,-75.7104],[32.9363,-75.7034],[33.0247,-75.667],[33.113,-75.6305],[33.2013,-75.5939],[33.2896,-75.5573],[33.378,-75.5205],[33.4663,-75.4837],[33.5546,-75.4467],[33.6429,-75.4097],[33.7313,-75.3726],[33.8196,-75.3353],[33.9079,-75.298],[33.9339,-75.2866],[34.0198,-75.2488],[34.1057,-75.2109],[34.1916,-75.1729],[34.2775,-75.1348],[34.3634,-75.0967],[34.4492,-75.0584],[34.5351,-75.02],[34.621,-74.9816],[34.7069,-74.943],[34.7928,-74.9043],[34.8787,-74.8656],[34.9646,-74.8267],[35.0505,-74.7878],[35.0718,-74.7777],[35.1553,-74.7383],[35.2389,-74.6988],[35.3225,-74.6592],[35.406,-74.6194],[35.4896,-74.5796],[35.5731,-74.5397],[35.6567,-74.4997],[35.7402,-74.4595],[35.8238,-74.4193],[35.9073,-74.379],[35.9695,-74.3476],[36.0503,-74.3067],[36.1312,-74.2657],[36.2121,-74.2246],[36.293,-74.1834],[36.3739,-74.1421],[36.4547,-74.1006],[36.5356,-74.0591],[36.6165,-74.0175],[36.6974,-73.9757],[36.7783,-73.9339],[36.8591,-73.8919],[36.94,-73.8499],[37.0056,-73.8139],[37.0834,-73.7712],[37.1611,-73.7284],[37.2389,-73.6854],[37.3167,-73.6424],[37.3944,-73.5992],[37.4722,-73.556],[37.5499,-73.5126],[37.6277,-73.4691],[37.7054,-73.4255],[37.7832,-73.3818],[37.861,-73.338],[37.9387,-73.294],[38.0165,-73.25],[38.0942,-73.2058],[38.172,-73.1615],[38.2497,-73.1171],[38.3275,-73.0726],[38.4053,-73.028],[38.483,-72.9833],[38.5608,-72.9384],[38.6385,-72.8935],[38.7163,-72.8484],[38.794,-72.8032],[38.8718,-72.7579],[38.9496,-72.7125],[39.0273,-72.667],[39.0746,-72.6372],[39.148,-72.5908],[39.2214,-72.5443],[39.2948,-72.4977],[39.3682,-72.451],[39.4416,-72.4041],[39.515,-72.3572],[39.5885,-72.3101],[39.6619,-72.2629],[39.7353,-72.2155],[39.8087,-72.1681],[39.8821,-72.1205],[39.9555,-72.0728],[40.0289,-72.025],[40.1024,-71.977],[40.1758,-71.929],[40.2492,-71.8808],[40.3226,-71.8324],[40.396,-71.784],[40.4694,-71.7354],[40.5428,-71.6867],[40.6162,-71.6379],[40.6897,-71.589],[40.7631,-71.5399],[40.7875,-71.5224],[40.857,-71.4726],[40.9265,-71.4227],[40.9959,-71.3726],[41.0654,-71.3224],[41.1349,-71.272],[41.2044,-71.2216],[41.2738,-71.171],[41.3433,-71.1203],[41.4128,-71.0694],[41.4823,-71.0184],[41.5517,-70.9673],[41.6212,-70.916],[41.6907,-70.8646],[41.7601,-70.8131],[41.8296,-70.7614],[41.8991,-70.7097],[41.9686,-70.6577],[42.038,-70.6057],[42.1075,-70.5535],[42.177,-70.5012],[42.2465,-70.4487],[42.3159,-70.3961],[42.3854,-70.3434],[42.4549,-70.2905],[42.4764,-70.273],[42.5424,-70.2195],[42.6083,-70.1657],[42.6742,-70.1119],[42.7402,-70.0579],[42.8061,-70.0038],[42.8721,-69.9495],[42.938,-69.8951],[43.004,-69.8406],[43.0699,-69.7859],[43.1358,-69.731],[43.2018,-69.6761],[43.2677,-69.6209],[43.3337,-69.5657],[43.3996,-69.5103],[43.4655,-69.4547],[43.5315,-69.399],[43.5974,-69.3432],[43.6405,-69.3051],[43.7043,-69.2487],[43.768,-69.1922],[43.8318,-69.1355],[43.8956,-69.0787],[43.9593,-69.0217],[44.0231,-68.9646],[44.0868,-68.9073],[44.1506,-68.8498],[44.2144,-68.7923],[44.2781,-68.7345],[44.3419,-68.6766],[44.4056,-68.6186],[44.4694,-68.5604],[44.5332,-68.5021],[44.5969,-68.4436],[44.6607,-68.385],[44.7244,-68.3262],[44.7882,-68.2673],[44.852,-68.2082],[44.9157,-68.1489],[44.9157,-67.6196],[44.8064,-67.6177],[44.6349,-67.6148],[44.4634,-67.6118],[44.2919,-67.6088],[44.1204,-67.6058],[43.949,-67.6029],[43.8229,-67.6029],[43.6513,-67.6029],[43.4796,-67.6029],[43.3079,-67.6029],[43.1363,-67.6029],[42.9646,-67.6029],[42.7929,-67.6029],[42.6213,-67.6029],[42.4496,-67.6029],[42.278,-67.6029],[42.1063,-67.6029],[41.9346,-67.6029],[41.763,-67.6029],[41.5913,-67.6029],[41.4197,-67.6029],[41.248,-67.6029],[41.0763,-67.6029],[40.9047,-67.6029],[40.733,-67.6029],[40.5613,-67.6029],[40.3897,-67.6029],[40.218,-67.6029],[40.0464,-67.6029],[39.8747,-67.6029],[39.703,-67.6029],[39.5314,-67.6029],[39.3597,-67.6029],[39.1881,-67.6029],[39.0164,-67.6029],[38.8447,-67.6029],[38.6731,-67.6029],[38.5014,-67.6029],[38.3297,-67.6029],[38.1581,-67.6029],[37.9864,-67.6029],[37.8148,-67.6029],[37.6431,-67.6029],[37.6211,-67.6112],[37.5451,-67.6519],[37.4456,-67.7051],[37.3461,-67.7581],[37.2467,-67.811],[37.1472,-67.8638],[37.0477,-67.9164],[36.9483,-67.969],[36.8488,-68.0214],[36.7493,-68.0737],[36.6499,-68.1259],[36.5504,-68.1779],[36.4509,-68.2299],[36.3514,-68.2817],[36.252,-68.3334],[36.1525,-68.385],[36.053,-68.4365],[35.9536,-68.4879],[35.8541,-68.5391],[35.7546,-68.5902],[35.6551,-68.6412],[35.5557,-68.6921],[35.4562,-68.7429],[35.3567,-68.7936],[35.2573,-68.8441],[35.1578,-68.8946],[35.0583,-68.9449],[34.9588,-68.9951],[34.8594,-69.0452],[34.7599,-69.0952],[34.6604,-69.145],[34.561,-69.1948],[34.4615,-69.2444],[34.362,-69.2939],[34.2626,-69.3433],[34.1631,-69.3926],[34.0636,-69.4418],[33.9641,-69.4909],[33.8647,-69.5399],[33.7652,-69.5887],[33.6657,-69.6374],[33.5663,-69.6861],[33.4668,-69.7346],[33.3673,-69.783],[33.2678,-69.8313],[33.1684,-69.8795],[33.0689,-69.9275],[32.9694,-69.9755],[32.87,-70.0233],[32.7705,-70.0711],[32.671,-70.1187],[32.5715,-70.1662],[32.4721,-70.2137],[32.3726,-70.261],[32.2731,-70.3082],[32.1737,-70.3552],[32.0742,-70.4022],[31.9747,-70.4491],[31.8753,-70.4959],[31.7758,-70.5425],[31.6763,-70.5891],[31.5768,-70.6355],[31.4774,-70.6818],[31.3779,-70.7281],[31.2784,-70.7742],[31.179,-70.8202],[31.0795,-70.8661],[30.98,-70.9119],[30.8805,-70.9576],[30.7811,-71.0032],[30.6816,-71.0487],[30.5821,-71.0941],[30.4827,-71.1394],[30.3832,-71.1845],[30.2837,-71.2296],[30.1843,-71.2746],[30.0848,-71.3194],[29.9853,-71.3642],[29.8858,-71.4089],[29.7864,-71.4534],[29.6869,-71.4979],[29.5874,-71.5422],[29.488,-71.5864],[29.3885,-71.6306],[29.289,-71.6746],[29.1895,-71.7186],[29.0901,-71.7624],[28.9906,-71.8061],[28.8911,-71.8498],[28.7917,-71.8933],[28.6922,-71.9367],[28.5927,-71.9801],[28.4932,-72.0233],[28.3938,-72.0664],[28.2943,-72.1094],[28.1948,-72.1524],[28.0954,-72.1952],[27.9959,-72.2379],[27.8964,-72.2806],[27.797,-72.3231],[27.6975,-72.3655],[27.598,-72.4079],[27.4985,-72.4501],[27.3991,-72.4922],[27.2996,-72.5343],[27.2001,-72.5762],[27.1007,-72.6181],[27.0012,-72.6598],[26.9017,-72.7014],[26.8022,-72.743],[26.7028,-72.7845],[26.6033,-72.8258],[26.5038,-72.8671],[26.4044,-72.9082],[26.3049,-72.9493],[26.2054,-72.9903],[26.1059,-73.0312],[26.0065,-73.072],[25.907,-73.1126],[25.8075,-73.1532],[25.7081,-73.1937],[25.6086,-73.2341],[25.5091,-73.2744],[25.4097,-73.3147],[25.3102,-73.3548],[25.2107,-73.3948],[25.1112,-73.4347],[25.0118,-73.4746],[24.9123,-73.5143],[24.8128,-73.554],[24.7134,-73.5936],[24.6139,-73.633],[24.5144,-73.6724],[24.4149,-73.7117],[24.3155,-73.7509],[24.216,-73.79],[24.1165,-73.829],[24.0171,-73.8679],[23.9176,-73.9067],[23.8181,-73.9455],[23.7186,-73.9841],[23.6192,-74.0227],[23.5197,-74.0611],[23.4202,-74.0995],[23.3208,-74.1378],[23.2213,-74.176],[23.1218,-74.2141],[23.0224,-74.2521],[22.9229,-74.29],[22.8234,-74.3279],[22.7239,-74.3656],[22.6245,-74.4033],[22.525,-74.4408],[22.4255,-74.4783],[22.3261,-74.5157],[22.2266,-74.553],[22.1271,-74.5903],[22.0276,-74.6274],[21.9282,-74.6644],[21.8287,-74.7014],[21.7292,-74.7383],[21.6298,-74.775],[21.5303,-74.8117],[21.4308,-74.8483],[21.3313,-74.8849],[21.2319,-74.9213],[21.1324,-74.9577],[21.0329,-74.9939],[20.9335,-75.0301],[20.834,-75.0662],[20.7345,-75.1022],[20.6351,-75.1381],[20.5356,-75.174],[20.4361,-75.2097],[20.3366,-75.2454],[20.2372,-75.281],[20.1377,-75.3165],[20.0382,-75.3519],[19.9388,-75.3873],[19.8393,-75.4225],[19.7398,-75.4577],[19.6403,-75.4928],[19.5409,-75.5278],[19.4414,-75.5627],[19.3419,-75.5975],[19.2425,-75.6323]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent Sentinel-2 image of the Yamato or Queen Fabiola Mountains, Belgica Mountains and Lützow-Holm Bay (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80651332014352LGN01","name":"imagico.de: Yamato/Queen Fabiola Mountains 2014 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80651332014352LGN01&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2014-12-18T00:00:00.000Z","startDate":"2014-12-18T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[34.3448,-73.2949],[34.4967,-73.3831],[34.6214,-73.3637],[34.923,-73.3167],[35.2246,-73.2695],[35.5262,-73.2222],[35.8278,-73.1748],[36.1294,-73.1273],[36.431,-73.0796],[36.7326,-73.0318],[37.0342,-72.9839],[37.0436,-72.9822],[37.3373,-72.93],[37.6309,-72.8777],[37.9246,-72.8253],[38.2182,-72.7727],[38.5118,-72.7199],[38.8055,-72.667],[39.0991,-72.6139],[39.3928,-72.5607],[39.6864,-72.5073],[39.6513,-72.4898],[39.4744,-72.401],[39.2974,-72.3119],[39.1204,-72.2223],[38.9434,-72.1322],[38.7664,-72.0417],[38.5895,-71.9508],[38.4125,-71.8594],[38.2355,-71.7676],[38.0585,-71.6754],[37.8815,-71.5826],[37.7046,-71.4895],[37.5276,-71.3958],[37.3506,-71.3017],[37.1736,-71.2072],[36.9966,-71.1122],[36.8196,-71.0167],[36.8003,-71.02],[36.4956,-71.0714],[36.191,-71.1227],[35.8863,-71.1739],[35.5817,-71.2249],[35.277,-71.2758],[34.9724,-71.3265],[34.6677,-71.3771],[34.3631,-71.4276],[34.0584,-71.478],[33.7538,-71.5282],[33.4492,-71.5783],[33.1445,-71.6283],[32.8399,-71.6781],[32.5352,-71.7278],[32.2306,-71.7774],[31.9259,-71.8268],[32.0657,-71.9149],[32.2177,-72.0103],[32.3696,-72.1051],[32.5215,-72.1995],[32.6735,-72.2934],[32.8254,-72.3868],[32.9774,-72.4797],[33.1293,-72.5721],[33.2812,-72.6641],[33.4332,-72.7556],[33.5851,-72.8466],[33.737,-72.9372],[33.889,-73.0273],[34.0409,-73.1169],[34.1929,-73.2061],[34.3448,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Yamato/Queen Fabiola Mountains 2014 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80651332016358LGN02","name":"imagico.de: Yamato/Queen Fabiola Mountains 2016 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80651332016358LGN02&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-12-23T00:00:00.000Z","startDate":"2016-12-23T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[34.3411,-73.2949],[34.4933,-73.3831],[34.7068,-73.3499],[35.0084,-73.3028],[35.3099,-73.2556],[35.6115,-73.2082],[35.9131,-73.1608],[36.2147,-73.1132],[36.5162,-73.0654],[36.8178,-73.0176],[37.1194,-72.9696],[37.3369,-72.9309],[37.6303,-72.8785],[37.9238,-72.826],[38.2173,-72.7733],[38.5108,-72.7204],[38.8042,-72.6674],[39.0977,-72.6143],[39.3912,-72.561],[39.6847,-72.5075],[39.6489,-72.4896],[39.4719,-72.4009],[39.2949,-72.3118],[39.1179,-72.2222],[38.9409,-72.1321],[38.7638,-72.0417],[38.5868,-71.9507],[38.4098,-71.8594],[38.2328,-71.7676],[38.0557,-71.6753],[37.8787,-71.5826],[37.7017,-71.4894],[37.5247,-71.3958],[37.3476,-71.3017],[37.1706,-71.2072],[36.9936,-71.1122],[36.8166,-71.0167],[36.7933,-71.0207],[36.4887,-71.0721],[36.1841,-71.1234],[35.8795,-71.1746],[35.5749,-71.2256],[35.2703,-71.2766],[34.9657,-71.3273],[34.6611,-71.378],[34.3565,-71.4285],[34.0519,-71.4789],[33.7473,-71.5291],[33.4427,-71.5792],[33.1381,-71.6292],[32.8335,-71.6791],[32.5289,-71.7288],[32.2243,-71.7784],[31.9197,-71.8279],[32.0589,-71.9155],[32.2111,-72.0108],[32.3632,-72.1056],[32.5154,-72.1999],[32.6675,-72.2937],[32.8197,-72.3871],[32.9718,-72.48],[33.124,-72.5724],[33.2761,-72.6643],[33.4283,-72.7558],[33.5804,-72.8468],[33.7326,-72.9374],[33.8847,-73.0274],[34.0368,-73.117],[34.189,-73.2062],[34.3411,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Yamato/Queen Fabiola Mountains 2016 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80661332021346LGN00","name":"imagico.de: Yamato/Queen Fabiola Mountains west evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80661332021346LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2021-12-17T00:00:00.000Z","startDate":"2021-12-17T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[32.805,-73.2949],[32.9573,-73.3831],[33.0968,-73.3614],[33.3985,-73.3144],[33.7001,-73.2673],[34.0017,-73.22],[34.3033,-73.1726],[34.605,-73.125],[34.9066,-73.0774],[35.2082,-73.0296],[35.5099,-72.9816],[35.7988,-72.9303],[36.0924,-72.878],[36.386,-72.8255],[36.6796,-72.7729],[36.9732,-72.7201],[37.2668,-72.6672],[37.5604,-72.6141],[37.854,-72.5608],[38.1476,-72.5074],[38.1121,-72.4897],[37.9351,-72.4009],[37.7581,-72.3118],[37.5811,-72.2222],[37.4041,-72.1321],[37.227,-72.0417],[37.05,-71.9507],[36.873,-71.8594],[36.696,-71.7676],[36.519,-71.6753],[36.342,-71.5826],[36.1649,-71.4894],[35.9879,-71.3958],[35.8109,-71.3017],[35.6339,-71.2072],[35.4569,-71.1122],[35.2798,-71.0167],[35.2558,-71.0208],[34.9512,-71.0722],[34.6466,-71.1235],[34.342,-71.1747],[34.0374,-71.2258],[33.7327,-71.2767],[33.4281,-71.3274],[33.1235,-71.3781],[32.8189,-71.4286],[32.5143,-71.4789],[32.2097,-71.5292],[31.9051,-71.5793],[31.6005,-71.6293],[31.2958,-71.6791],[30.9912,-71.7288],[30.6866,-71.7784],[30.382,-71.8279],[30.5216,-71.9157],[30.6738,-72.0109],[30.826,-72.1057],[30.9783,-72.2001],[31.1305,-72.2939],[31.2827,-72.3872],[31.435,-72.4801],[31.5872,-72.5725],[31.7394,-72.6644],[31.8917,-72.7559],[32.0439,-72.8469],[32.1961,-72.9374],[32.3483,-73.0275],[32.5006,-73.1171],[32.6528,-73.2062],[32.805,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Yamato/Queen Fabiola Mountains (west) showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R129_S67_20200301T222409","name":"imagico.de: Young Island March 2020","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R129_S67_20200301T222409&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-03-01T00:00:00.000Z","startDate":"2020-03-01T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[162.8905,-66.6775],[163.0622,-66.6775],[163.0622,-66.1208],[161.9249,-66.1208],[161.9249,-66.6775],[162.0322,-66.6775],[162.2039,-66.6775],[162.3755,-66.6775],[162.5472,-66.6775],[162.7188,-66.6775],[162.8905,-66.6775]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Almost cloud and sea ice free view of the island (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R129_S67_20200121T222409","name":"imagico.de: Young Island/Buckle Island January 2020","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R129_S67_20200121T222409&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-01-21T00:00:00.000Z","startDate":"2020-01-21T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[161.7057,-65.9895],[161.7057,-67.0978],[163.9874,-67.0978],[163.9874,-65.9895],[161.7057,-65.9895]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Cloud free summer image with sea ice (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"IN_2021","name":"Indiana Statewide Imagery Program (2021)","type":"wms","template":"https://imagery.gis.in.gov/arcgis/rest/services/Imagery/2021/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[1,19],"polygon":[[[-86.3097,38.18183],[-86.31264,38.17822],[-86.33109,38.18099],[-86.28777,38.15805],[-86.2718,38.13787],[-86.27866,38.09851],[-86.27872,38.0893],[-86.26689,38.05712],[-86.26127,38.05272],[-86.19093,38.01644],[-86.17898,38.01131],[-86.10023,38.01074],[-86.09466,38.00864],[-86.04537,37.95884],[-86.04352,37.95869],[-86.03632,37.96156],[-86.03517,37.96327],[-86.03106,37.99164],[-86.02831,37.99322],[-85.94916,38.00484],[-85.94706,38.00508],[-85.92644,38.02085],[-85.925,38.02259],[-85.90524,38.08899],[-85.90505,38.09007],[-85.90893,38.14231],[-85.90882,38.14497],[-85.90039,38.17904],[-85.89986,38.17988],[-85.89992,38.18561],[-85.95077,38.18574],[-85.9549,38.26055],[-85.97366,38.26063],[-85.97355,38.27558],[-85.99466,38.27522],[-85.99564,38.30242],[-86.0144,38.30249],[-86.01481,38.33059],[-86.033,38.33067],[-86.03244,38.41768],[-86.25445,38.4224],[-86.25917,38.41516],[-86.26447,38.412],[-86.25802,38.41017],[-86.25215,38.40699],[-86.24927,38.39066],[-86.24576,38.38794],[-86.25517,38.38433],[-86.26163,38.38117],[-86.2593,38.37754],[-86.25816,38.36666],[-86.24819,38.36301],[-86.2482,38.36029],[-86.25291,38.35577],[-86.25703,38.35442],[-86.26405,38.36123],[-86.2705,38.3617],[-86.27353,38.3243],[-86.27306,38.32159],[-86.28346,38.33154],[-86.28605,38.33195],[-86.28451,38.32105],[-86.28941,38.31641],[-86.28263,38.31106],[-86.27581,38.30841],[-86.27864,38.30298],[-86.27444,38.29991],[-86.27136,38.30714],[-86.26773,38.30867],[-86.25894,38.30638],[-86.26423,38.30413],[-86.26485,38.29461],[-86.25253,38.29504],[-86.25313,38.29142],[-86.26959,38.27831],[-86.27486,38.27832],[-86.27612,38.25294],[-86.27737,38.2271],[-86.27972,38.22348],[-86.28442,38.22077],[-86.29319,38.22487],[-86.29788,38.2217],[-86.29848,38.21944],[-86.28912,38.21398],[-86.29557,38.20946],[-86.29032,38.20175],[-86.30627,38.20273],[-86.30848,38.20087],[-86.31671,38.18955],[-86.31847,38.18819],[-86.3097,38.18183]],[[-86.92821,41.23801],[-86.93004,41.2371],[-86.93095,41.086],[-86.93041,40.99844],[-86.92929,40.9136],[-86.69579,40.91281],[-86.57968,40.91095],[-86.58017,40.82402],[-86.58133,40.73508],[-86.69536,40.73677],[-86.75238,40.73713],[-86.75719,40.72441],[-86.74927,40.71899],[-86.75651,40.709],[-86.75831,40.70082],[-86.7528,40.68632],[-86.75884,40.68177],[-86.74611,40.67998],[-86.7455,40.67817],[-86.75688,40.66457],[-86.7743,40.66412],[-86.7711,40.56207],[-86.69544,40.56209],[-86.69619,40.17853],[-86.24242,40.18069],[-86.24065,39.94074],[-86.24067,39.92607],[-86.32632,39.92421],[-86.6937,39.92283],[-86.69294,39.86434],[-86.68456,39.86481],[-86.68529,39.68845],[-86.68574,39.62997],[-86.66543,39.63046],[-86.64035,39.63049],[-86.64033,39.62006],[-86.65224,39.60871],[-86.65462,39.6001],[-86.65276,39.56656],[-86.64915,39.55523],[-86.67058,39.53389],[-86.68607,39.52616],[-86.68604,39.51438],[-86.68593,39.46995],[-86.63229,39.46957],[-86.63088,39.34809],[-86.64755,39.35578],[-86.65112,39.35623],[-86.65585,39.34353],[-86.65345,39.33402],[-86.66534,39.33173],[-86.68439,39.33715],[-86.6849,39.00994],[-86.68529,38.99402],[-86.31766,38.99358],[-86.27858,38.99352],[-86.27876,38.93414],[-86.27518,38.763],[-86.25877,38.76964],[-86.25766,38.76989],[-86.25632,38.76464],[-86.25595,38.76412],[-86.2429,38.7655],[-86.24046,38.76564],[-86.22518,38.77887],[-86.22435,38.77922],[-86.2209,38.77188],[-86.22004,38.77071],[-86.2156,38.77862],[-86.21476,38.77934],[-86.20226,38.77383],[-86.19747,38.77366],[-86.1851,38.7837],[-86.1836,38.78391],[-86.17766,38.77509],[-86.173,38.77274],[-86.13588,38.76259],[-86.13545,38.76235],[-86.10381,38.76552],[-86.10252,38.76556],[-86.0931,38.78364],[-86.09219,38.78371],[-86.07581,38.77482],[-86.07469,38.77421],[-86.062,38.77849],[-86.06126,38.77817],[-86.02771,38.75574],[-86.02649,38.75529],[-86.0218,38.76733],[-86.02092,38.76757],[-86.01255,38.75668],[-86.01133,38.75667],[-85.98508,38.76808],[-85.98354,38.76793],[-85.98577,38.75933],[-85.98563,38.75823],[-85.97835,38.7528],[-85.97723,38.75239],[-85.96239,38.76394],[-85.96129,38.76424],[-85.95064,38.76109],[-85.95026,38.76081],[-85.94987,38.75358],[-85.94931,38.75345],[-85.93697,38.76276],[-85.93642,38.76271],[-85.93698,38.75636],[-85.93658,38.7555],[-85.91801,38.74601],[-85.91691,38.74554],[-85.91924,38.75314],[-85.91903,38.75375],[-85.91141,38.7472],[-85.91054,38.74747],[-85.91027,38.75725],[-85.90966,38.75713],[-85.90954,38.75157],[-85.90878,38.75108],[-85.89661,38.75053],[-85.8963,38.75027],[-85.89425,38.7303],[-85.89408,38.72998],[-85.88619,38.73486],[-85.88581,38.73485],[-85.88175,38.72502],[-85.88146,38.72485],[-85.84755,38.73477],[-85.84734,38.73492],[-85.82006,38.77551],[-85.81989,38.77593],[-85.8048,38.77951],[-85.80465,38.77961],[-85.8074,38.78896],[-85.80736,38.7892],[-85.79512,38.80755],[-85.79493,38.8078],[-85.79893,39.12907],[-85.688,39.13067],[-85.68507,39.3387],[-85.68494,39.35049],[-85.94282,39.34752],[-85.95215,39.3473],[-85.954,39.86768],[-85.95401,39.86965],[-85.94827,39.86972],[-85.93807,39.86981],[-85.93738,39.92643],[-85.93759,39.92714],[-85.86955,39.92885],[-85.86242,39.92894],[-85.86218,40.40686],[-85.86405,40.56663],[-86.01292,40.56503],[-86.16541,40.56325],[-86.16901,40.96017],[-86.16763,40.99646],[-86.01846,40.9978],[-85.94662,40.99932],[-85.94044,40.7008],[-85.93961,40.65272],[-85.67424,40.65399],[-85.6385,40.65421],[-85.64054,40.78532],[-85.64402,41.00129],[-85.68359,41.00155],[-85.68562,41.08958],[-85.68764,41.17898],[-85.65224,41.17875],[-85.65887,41.69895],[-85.6598,41.7591],[-86.51946,41.75968],[-86.52422,41.75966],[-86.52661,41.6516],[-86.52664,41.65022],[-86.49012,41.64955],[-86.48727,41.64952],[-86.48627,41.58005],[-86.48617,41.57768],[-86.49511,41.56343],[-86.49809,41.56109],[-86.49811,41.52928],[-86.4982,41.52832],[-86.50521,41.51995],[-86.52484,41.51999],[-86.52465,41.43601],[-86.52467,41.43287],[-86.58209,41.43339],[-86.64151,41.4338],[-86.69839,41.40422],[-86.70206,41.40058],[-86.73794,41.32927],[-86.73914,41.32246],[-86.77633,41.29335],[-86.78424,41.28516],[-86.8465,41.26731],[-86.87032,41.26452],[-86.92821,41.23801]]],"terms_url":"https://www.in.gov/gis/indiana-imagery/","terms_text":"Indiana Geographic Information Office","description":"Orthophotography for the State of Indiana captured in 2021, only covering the central region + Allen County (Ft. Wayne)","icon":"https://www.in.gov/gis/images/logo_gis.png"},{"id":"IndianaMap_Latest","name":"IndianaMap Orthoimagery - Latest Available","type":"wms","template":"https://di-ingov.img.arcgis.com/arcgis/rest/services/DynamicWebMercator/Indiana_Current_Imagery/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-87.52333,41.76036],[-87.53164,39.34764],[-87.58095,39.34014],[-87.60653,39.30973],[-87.60515,39.24169],[-87.57906,39.24196],[-87.57872,39.2147],[-87.67502,39.13179],[-87.58541,39.06358],[-87.58507,38.96768],[-87.53237,38.96795],[-87.53117,38.85147],[-87.49615,38.7656],[-87.52018,38.69422],[-87.53597,38.68028],[-87.56155,38.67519],[-87.58172,38.67224],[-87.59674,38.66601],[-87.60266,38.65837],[-87.60447,38.64771],[-87.6212,38.63839],[-87.6273,38.58602],[-87.63622,38.59353],[-87.64056,38.59074],[-87.6388,38.57498],[-87.65317,38.56726],[-87.65013,38.55716],[-87.6709,38.54521],[-87.65459,38.51963],[-87.64515,38.51527],[-87.71158,38.48007],[-87.74076,38.4802],[-87.74403,38.40989],[-87.78179,38.36831],[-87.80874,38.36198],[-87.83466,38.32186],[-87.82969,38.29977],[-87.83775,38.28185],[-87.84908,38.27552],[-87.85767,38.27511],[-87.86419,38.27902],[-87.86608,38.28926],[-87.85938,38.30449],[-87.86333,38.31095],[-87.87071,38.3127],[-87.87912,38.30853],[-87.88599,38.28899],[-87.90745,38.26918],[-87.91586,38.2677],[-87.92152,38.27201],[-87.91809,38.2797],[-87.90882,38.29344],[-87.91277,38.30179],[-87.92341,38.30287],[-87.938,38.29304],[-87.94882,38.25631],[-87.98882,38.25625],[-87.98349,38.2077],[-87.96513,38.18652],[-87.93612,38.1733],[-87.96504,38.06728],[-87.99422,38.05316],[-88.03534,38.05242],[-88.04392,38.04458],[-88.04117,38.03592],[-88.03362,38.03187],[-88.01439,38.03471],[-88.00838,38.03119],[-88.02418,38.01551],[-88.02349,38.00144],[-88.01079,37.96978],[-88.03637,37.95719],[-88.03671,37.94163],[-88.01611,37.91793],[-88.01954,37.90845],[-88.01259,37.88867],[-88.02109,37.88292],[-88.03362,37.89511],[-88.04572,37.89084],[-88.05842,37.89118],[-88.09542,37.90771],[-88.10005,37.9052],[-88.06091,37.84856],[-88.02624,37.83772],[-88.02933,37.82633],[-88.09044,37.82931],[-88.0901,37.81521],[-88.06366,37.79812],[-88.03551,37.81304],[-88.02177,37.80056],[-87.99877,37.79866],[-87.95371,37.76766],[-87.91946,37.803],[-87.89698,37.8125],[-87.9344,37.89192],[-87.89886,37.92727],[-87.88788,37.92754],[-87.83346,37.87323],[-87.78334,37.87296],[-87.68223,37.90154],[-87.66781,37.89301],[-87.68352,37.83948],[-87.66935,37.82375],[-87.61459,37.82816],[-87.58206,37.8695],[-87.59073,37.88847],[-87.62541,37.91522],[-87.58781,37.97492],[-87.58404,37.91928],[-87.54284,37.9033],[-87.50027,37.90479],[-87.45615,37.93499],[-87.43538,37.94244],[-87.41014,37.94176],[-87.38199,37.93296],[-87.20261,37.84083],[-87.15643,37.83609],[-87.12776,37.77886],[-87.08244,37.78279],[-87.05309,37.82199],[-87.03369,37.9052],[-86.97207,37.93147],[-86.90821,37.93811],[-86.86117,37.98263],[-86.81482,37.99873],[-86.79543,37.98764],[-86.77431,37.93418],[-86.72693,37.88881],[-86.67664,37.91522],[-86.64539,37.90777],[-86.66548,37.85059],[-86.65003,37.83663],[-86.59836,37.85846],[-86.5963,37.91238],[-86.5781,37.92253],[-86.52952,37.914],[-86.50206,37.93201],[-86.52437,37.97235],[-86.51991,38.04025],[-86.45124,38.04539],[-86.4279,38.07107],[-86.42944,38.08647],[-86.46343,38.10174],[-86.4624,38.11916],[-86.44644,38.12767],[-86.39889,38.10295],[-86.38292,38.12686],[-86.33074,38.12848],[-86.31838,38.1486],[-86.32833,38.15967],[-86.36713,38.16358],[-86.37863,38.17924],[-86.36988,38.19651],[-86.35614,38.1992],[-86.28611,38.15454],[-86.27255,38.13415],[-86.28199,38.0908],[-86.27031,38.0539],[-86.17744,38.00962],[-86.1165,38.0153],[-86.08131,37.99995],[-86.05471,37.96186],[-86.04312,37.95692],[-86.03419,37.96234],[-86.03179,37.99116],[-85.94708,38.00496],[-85.92184,38.0247],[-85.9033,38.09998],[-85.90759,38.15724],[-85.89403,38.18598],[-85.83601,38.2371],[-85.83189,38.26959],[-85.81713,38.28145],[-85.78486,38.28266],[-85.75533,38.26379],[-85.73456,38.26662],[-85.6592,38.3088],[-85.60959,38.43504],[-85.58281,38.44915],[-85.49973,38.46091],[-85.46805,38.50795],[-85.41969,38.53037],[-85.41046,38.56441],[-85.43758,38.6099],[-85.43758,38.65509],[-85.45406,38.69743],[-85.43089,38.72972],[-85.41407,38.73494],[-85.35416,38.72891],[-85.30283,38.73909],[-85.27674,38.73989],[-85.24979,38.73253],[-85.21563,38.69154],[-85.18232,38.68497],[-85.14662,38.69194],[-85.08945,38.73105],[-85.02405,38.75917],[-84.99315,38.7767],[-84.93899,38.7759],[-84.89016,38.7951],[-84.82115,38.78266],[-84.8087,38.78975],[-84.83033,38.83008],[-84.78579,38.86504],[-84.78458,38.88268],[-84.82364,38.89765],[-84.86544,38.89838],[-84.8796,38.91702],[-84.82956,38.96542],[-84.83844,38.9916],[-84.89728,39.05372],[-84.88998,39.06292],[-84.81982,39.10805],[-84.80589,41.76022],[-87.52333,41.76036]]],"terms_url":"https://www.indianamap.org/","terms_text":"IndianaMap, Indiana Geographic Information Office","description":"The latest available orthoimagery for the entire State of Indiana","icon":"https://www.arcgis.com/sharing/rest/content/items/c470d38a730b4a5d839602174ed97d5c/resources/ingov-logo-white.png"},{"id":"osmfj-inuyama-2023","name":"Inuyama city and around Imagery 2023","type":"tms","template":"https://tiles.osmf.jp/inuyama-shi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2023-01-09T00:00:00.000Z","startDate":"2023-01-09T00:00:00.000Z","zoomExtent":[10,19],"polygon":[[[136.88471,35.27447],[136.88513,35.27533],[136.88531,35.27852],[136.88555,35.27855],[136.88585,35.28266],[136.88593,35.28324],[136.88575,35.28427],[136.88551,35.28489],[136.88465,35.28563],[136.88357,35.28799],[136.88328,35.28889],[136.88317,35.28946],[136.88317,35.29101],[136.88343,35.29334],[136.88387,35.29442],[136.88354,35.29467],[136.88351,35.29555],[136.88411,35.29696],[136.88403,35.29747],[136.88402,35.29829],[136.88418,35.29862],[136.8842,35.29884],[136.88402,35.29907],[136.88406,35.29935],[136.88464,35.30198],[136.88486,35.30271],[136.88486,35.30387],[136.88547,35.30486],[136.88658,35.30478],[136.88694,35.30473],[136.88749,35.3045],[136.8875,35.30452],[136.88767,35.30445],[136.8882,35.3045],[136.88915,35.30619],[136.8895,35.30639],[136.89073,35.30678],[136.89117,35.30677],[136.89192,35.3063],[136.89243,35.30609],[136.89244,35.3058],[136.89256,35.30563],[136.89498,35.30594],[136.8953,35.30614],[136.89534,35.30629],[136.89551,35.3063],[136.89575,35.30658],[136.89592,35.30661],[136.89592,35.3071],[136.89572,35.30756],[136.89549,35.30784],[136.89547,35.30795],[136.89586,35.30871],[136.89556,35.30925],[136.89625,35.30921],[136.89802,35.30898],[136.89849,35.30901],[136.89858,35.30909],[136.89848,35.3093],[136.89852,35.30951],[136.89875,35.30964],[136.89907,35.30974],[136.89931,35.30995],[136.90041,35.30994],[136.90075,35.3101],[136.90078,35.31048],[136.90067,35.31073],[136.90117,35.31178],[136.90139,35.31197],[136.90163,35.31246],[136.90198,35.31233],[136.90298,35.3139],[136.90463,35.31332],[136.90499,35.31388],[136.90668,35.31319],[136.90769,35.31511],[136.90752,35.31537],[136.90753,35.31681],[136.90605,35.31687],[136.90604,35.31747],[136.90617,35.31749],[136.90621,35.31795],[136.90649,35.31836],[136.90698,35.31834],[136.90723,35.31859],[136.90727,35.31876],[136.90716,35.31906],[136.90687,35.3192],[136.90709,35.31987],[136.90733,35.32031],[136.9076,35.32066],[136.90803,35.32097],[136.90901,35.32156],[136.90918,35.32177],[136.90942,35.32177],[136.90976,35.32194],[136.91026,35.32174],[136.91028,35.32214],[136.91019,35.32227],[136.91017,35.32271],[136.91104,35.32307],[136.91131,35.32328],[136.91151,35.32336],[136.91252,35.3241],[136.91265,35.32432],[136.91266,35.3247],[136.91301,35.32507],[136.91366,35.32507],[136.91366,35.32565],[136.91413,35.32598],[136.91467,35.32598],[136.9147,35.32579],[136.91507,35.32576],[136.91526,35.32584],[136.91546,35.32506],[136.91547,35.32447],[136.91497,35.32411],[136.91479,35.32411],[136.91464,35.32397],[136.91433,35.32327],[136.91434,35.32285],[136.91451,35.32277],[136.91401,35.32144],[136.91397,35.32094],[136.91364,35.32001],[136.91375,35.31987],[136.91394,35.31986],[136.91488,35.31924],[136.91521,35.3191],[136.91633,35.3191],[136.9168,35.31896],[136.91822,35.31897],[136.91824,35.31924],[136.91949,35.31898],[136.91982,35.31897],[136.91998,35.31932],[136.92018,35.31931],[136.92083,35.31917],[136.92126,35.31915],[136.92169,35.31923],[136.92167,35.3192],[136.92175,35.31924],[136.9218,35.31924],[136.92181,35.31926],[136.9256,35.32085],[136.92605,35.3216],[136.92698,35.32134],[136.92789,35.32284],[136.93109,35.3217],[136.93149,35.32192],[136.93162,35.32184],[136.93212,35.32184],[136.93237,35.32198],[136.93259,35.32199],[136.93272,35.32198],[136.93293,35.32185],[136.93424,35.32184],[136.93446,35.32176],[136.93506,35.32142],[136.93551,35.3214],[136.93564,35.32098],[136.93616,35.32098],[136.93693,35.32154],[136.93713,35.32163],[136.93746,35.32163],[136.938,35.32148],[136.93893,35.32259],[136.93914,35.32261],[136.93975,35.32327],[136.94014,35.32338],[136.94127,35.32338],[136.94401,35.32289],[136.94466,35.32289],[136.94598,35.32316],[136.94675,35.32317],[136.95022,35.32287],[136.95023,35.32236],[136.95013,35.32221],[136.95011,35.32162],[136.94976,35.32129],[136.94985,35.32102],[136.94768,35.31947],[136.94768,35.31934],[136.94874,35.31919],[136.94876,35.31899],[136.9486,35.31871],[136.94858,35.31771],[136.94847,35.31758],[136.94847,35.3174],[136.94866,35.31738],[136.94868,35.31702],[136.94841,35.31651],[136.94845,35.31546],[136.94835,35.31526],[136.94775,35.31471],[136.94772,35.31444],[136.94758,35.31405],[136.94717,35.31344],[136.94786,35.31299],[136.94938,35.31282],[136.95063,35.31281],[136.95085,35.31305],[136.95117,35.31323],[136.95127,35.31323],[136.95146,35.31308],[136.95192,35.31308],[136.95238,35.31336],[136.9527,35.31371],[136.95338,35.31373],[136.95346,35.31379],[136.95364,35.31378],[136.95373,35.3137],[136.95373,35.31356],[136.95396,35.31329],[136.95435,35.31369],[136.95445,35.31399],[136.95476,35.31451],[136.95488,35.31462],[136.95529,35.31439],[136.95542,35.31458],[136.95568,35.31489],[136.95617,35.31494],[136.95698,35.31541],[136.95897,35.31462],[136.95949,35.31463],[136.95994,35.31505],[136.96031,35.31505],[136.96152,35.31568],[136.96161,35.31569],[136.96165,35.31553],[136.96194,35.31535],[136.96222,35.31527],[136.96265,35.31543],[136.9628,35.31559],[136.96289,35.31596],[136.96331,35.31627],[136.96385,35.31642],[136.96481,35.3166],[136.96577,35.31767],[136.96577,35.31826],[136.96597,35.31856],[136.96621,35.31868],[136.9667,35.31947],[136.9675,35.32051],[136.96758,35.32058],[136.96784,35.32056],[136.96809,35.3206],[136.96818,35.32066],[136.96839,35.32131],[136.96871,35.32135],[136.96886,35.3214],[136.96921,35.32157],[136.96939,35.32174],[136.9694,35.32225],[136.97016,35.3226],[136.9707,35.32267],[136.97106,35.32293],[136.9714,35.32314],[136.9722,35.32348],[136.97265,35.3238],[136.97304,35.32394],[136.97331,35.32394],[136.97331,35.32343],[136.97377,35.32288],[136.97478,35.32248],[136.97524,35.32249],[136.9768,35.32277],[136.97721,35.32296],[136.9775,35.32321],[136.97764,35.32355],[136.97831,35.32409],[136.97896,35.3247],[136.97931,35.32439],[136.97973,35.32413],[136.98021,35.32412],[136.98048,35.32415],[136.98101,35.32438],[136.98121,35.32361],[136.9812,35.32309],[136.98105,35.32259],[136.98077,35.32212],[136.98127,35.32164],[136.9818,35.32134],[136.98335,35.32128],[136.98429,35.32052],[136.98467,35.3209],[136.98503,35.32119],[136.98535,35.32124],[136.98563,35.32243],[136.98588,35.32296],[136.98589,35.32346],[136.98633,35.32395],[136.98699,35.3251],[136.98699,35.32579],[136.98742,35.32692],[136.98741,35.32765],[136.98892,35.32977],[136.98922,35.33058],[136.98965,35.33067],[136.99019,35.33042],[136.99066,35.33069],[136.99092,35.33067],[136.99238,35.3304],[136.99344,35.3303],[136.99449,35.33004],[136.99493,35.33005],[136.99629,35.33093],[136.99665,35.33084],[136.99694,35.33077],[136.99748,35.3308],[136.99792,35.33095],[136.99827,35.33114],[136.9986,35.33158],[136.999,35.3319],[136.99982,35.33216],[137.00003,35.33219],[137.00072,35.33214],[137.0016,35.33177],[137.00213,35.33139],[137.00409,35.33074],[137.00462,35.33074],[137.00519,35.33104],[137.00737,35.33106],[137.00851,35.33086],[137.00892,35.33059],[137.00931,35.33016],[137.00956,35.33004],[137.01006,35.33006],[137.01078,35.33035],[137.01096,35.33047],[137.01111,35.33076],[137.0114,35.33095],[137.01167,35.33102],[137.01223,35.33167],[137.01225,35.33212],[137.01257,35.33357],[137.01283,35.33398],[137.01293,35.33429],[137.01264,35.33461],[137.01266,35.33472],[137.01286,35.33479],[137.01363,35.33479],[137.01647,35.33498],[137.0168,35.33445],[137.01701,35.33446],[137.0171,35.33457],[137.01714,35.33486],[137.0172,35.33495],[137.01738,35.33496],[137.01762,35.3348],[137.0182,35.33379],[137.01834,35.33366],[137.01851,35.3336],[137.01878,35.33372],[137.01883,35.33385],[137.01885,35.33409],[137.01855,35.3345],[137.01816,35.33494],[137.01816,35.33498],[137.01889,35.33488],[137.01976,35.33374],[137.02003,35.33375],[137.02012,35.33384],[137.02013,35.33416],[137.01921,35.33543],[137.01944,35.33555],[137.02003,35.33565],[137.02028,35.33579],[137.02057,35.33575],[137.02083,35.33556],[137.02064,35.33515],[137.02062,35.33498],[137.02126,35.33471],[137.02148,35.33455],[137.0217,35.33451],[137.02217,35.33419],[137.02247,35.33419],[137.02297,35.33457],[137.02323,35.33464],[137.02334,35.33458],[137.02333,35.33412],[137.02353,35.33399],[137.02382,35.33391],[137.02422,35.33389],[137.02459,35.33392],[137.0249,35.3341],[137.02539,35.33409],[137.02643,35.33388],[137.0269,35.33388],[137.02711,35.33394],[137.02843,35.334],[137.02891,35.33382],[137.02917,35.33383],[137.02938,35.3339],[137.03011,35.33366],[137.03045,35.33368],[137.03076,35.33387],[137.03113,35.33388],[137.03153,35.33373],[137.03259,35.33375],[137.0331,35.33394],[137.03353,35.33395],[137.03362,35.33389],[137.03396,35.33391],[137.03427,35.33415],[137.03473,35.33417],[137.03525,35.3343],[137.03551,35.33452],[137.03566,35.33458],[137.03647,35.3346],[137.03671,35.33465],[137.03701,35.33483],[137.03731,35.3352],[137.03773,35.33547],[137.03831,35.33569],[137.03848,35.33569],[137.03927,35.3354],[137.0402,35.33559],[137.04088,35.33588],[137.04144,35.33605],[137.0417,35.3363],[137.04182,35.33649],[137.04241,35.33721],[137.04286,35.33797],[137.04423,35.3387],[137.04518,35.3388],[137.04581,35.33907],[137.04638,35.33956],[137.04619,35.34024],[137.04624,35.34159],[137.04653,35.34297],[137.0465,35.34334],[137.04618,35.3438],[137.04606,35.34402],[137.04609,35.3442],[137.04624,35.34436],[137.04653,35.34506],[137.04662,35.34537],[137.04652,35.34604],[137.04642,35.34634],[137.04666,35.34673],[137.04668,35.34695],[137.04662,35.34725],[137.04672,35.34856],[137.04658,35.34878],[137.04635,35.34891],[137.04607,35.34895],[137.0459,35.34912],[137.04567,35.34982],[137.04535,35.35017],[137.0453,35.35059],[137.0454,35.35076],[137.04607,35.35125],[137.04745,35.35169],[137.048,35.35231],[137.04803,35.35336],[137.04826,35.35364],[137.04855,35.35445],[137.04892,35.35525],[137.04903,35.357],[137.04916,35.35777],[137.0495,35.35833],[137.04947,35.3587],[137.04993,35.35931],[137.04991,35.35973],[137.04964,35.36063],[137.04907,35.36141],[137.04866,35.36302],[137.04811,35.36345],[137.04803,35.36397],[137.04787,35.36446],[137.04742,35.36521],[137.047,35.36572],[137.04694,35.36583],[137.04705,35.36602],[137.04706,35.36624],[137.04612,35.36628],[137.04582,35.36645],[137.0455,35.36683],[137.04524,35.36733],[137.04511,35.36751],[137.04484,35.36758],[137.04425,35.36757],[137.04362,35.36733],[137.0406,35.36696],[137.03962,35.36758],[137.03943,35.36768],[137.03853,35.36766],[137.03818,35.36749],[137.03758,35.3679],[137.03549,35.36792],[137.03502,35.36807],[137.03409,35.36809],[137.03398,35.36816],[137.03398,35.36831],[137.03412,35.36894],[137.03393,35.36916],[137.0331,35.36901],[137.03282,35.36907],[137.03113,35.37023],[137.03049,35.37046],[137.03002,35.37073],[137.02983,35.37093],[137.02931,35.37196],[137.02931,35.37225],[137.02935,35.37246],[137.02977,35.37332],[137.02989,35.37359],[137.0299,35.37392],[137.02969,35.37424],[137.02924,35.37424],[137.02923,35.37459],[137.02921,35.37478],[137.02905,35.37496],[137.02837,35.37527],[137.02835,35.37539],[137.02839,35.37553],[137.02845,35.37583],[137.02844,35.37604],[137.02833,35.37616],[137.02816,35.37628],[137.02798,35.37627],[137.02726,35.37578],[137.02652,35.37522],[137.02612,35.37523],[137.02548,35.37541],[137.02514,35.3754],[137.02455,35.37525],[137.02359,35.37511],[137.02283,35.37513],[137.02241,35.37523],[137.02212,35.37537],[137.02145,35.37576],[137.02011,35.37576],[137.01952,35.37609],[137.0189,35.37659],[137.01794,35.37673],[137.01731,35.37728],[137.01709,35.37739],[137.01682,35.37743],[137.01651,35.37748],[137.01631,35.37757],[137.0162,35.37769],[137.01611,35.37896],[137.01608,35.37935],[137.01588,35.37962],[137.0157,35.37971],[137.01551,35.37978],[137.01539,35.37994],[137.01531,35.38018],[137.01528,35.38054],[137.01549,35.38088],[137.01549,35.38113],[137.01539,35.38138],[137.01513,35.38158],[137.01471,35.38174],[137.01419,35.38186],[137.01325,35.38188],[137.013,35.38182],[137.01238,35.38157],[137.01164,35.38158],[137.01116,35.38179],[137.01083,35.38181],[137.0105,35.38151],[137.01043,35.38137],[137.01011,35.38155],[137.00987,35.38162],[137.00933,35.38162],[137.00916,35.38155],[137.0084,35.38166],[137.00828,35.38172],[137.00793,35.38173],[137.00753,35.38155],[137.00734,35.38155],[137.00657,35.38186],[137.00622,35.38189],[137.00594,35.38188],[137.0056,35.38182],[137.00497,35.38145],[137.00444,35.38117],[137.00425,35.38114],[137.00397,35.38121],[137.00347,35.38121],[137.00334,35.38116],[137.00294,35.38124],[137.0023,35.38141],[137.00219,35.38152],[137.00234,35.38216],[137.00234,35.38313],[137.00232,35.38339],[137.00107,35.384],[137.00048,35.38458],[136.99968,35.38517],[136.99911,35.38618],[136.9991,35.38629],[136.99968,35.38671],[136.99971,35.38729],[136.99957,35.38731],[136.99949,35.38741],[136.9994,35.38768],[136.9994,35.38819],[136.99916,35.38836],[136.99938,35.39011],[136.99932,35.3903],[136.99872,35.39097],[136.99861,35.39128],[136.99832,35.39159],[136.9982,35.39162],[136.99807,35.39161],[136.99756,35.39124],[136.99701,35.39105],[136.99655,35.39133],[136.99634,35.39165],[136.99629,35.39236],[136.99542,35.3932],[136.99519,35.39329],[136.99451,35.39332],[136.99408,35.39365],[136.99368,35.39366],[136.99275,35.39293],[136.99156,35.39313],[136.99152,35.3935],[136.99141,35.39427],[136.9902,35.3949],[136.9903,35.39515],[136.99027,35.39552],[136.99009,35.39583],[136.98943,35.39637],[136.98936,35.39649],[136.98939,35.39667],[136.98944,35.39676],[136.99008,35.39759],[136.98995,35.39829],[136.99005,35.39861],[136.98954,35.39933],[136.98873,35.4001],[136.98871,35.40052],[136.98906,35.40104],[136.98901,35.40123],[136.98849,35.40136],[136.98776,35.40167],[136.98732,35.40209],[136.98692,35.40213],[136.98617,35.40206],[136.98528,35.40209],[136.98489,35.40199],[136.98406,35.40154],[136.98369,35.40155],[136.98334,35.4017],[136.9828,35.40151],[136.9822,35.40156],[136.98141,35.4017],[136.98099,35.40187],[136.98083,35.40205],[136.98062,35.40274],[136.98038,35.40297],[136.98024,35.40303],[136.97957,35.40296],[136.97909,35.4031],[136.97889,35.40318],[136.97841,35.40323],[136.97831,35.40326],[136.97825,35.40342],[136.97829,35.40359],[136.97831,35.40378],[136.97847,35.40408],[136.97852,35.4044],[136.97828,35.40497],[136.9783,35.40554],[136.97839,35.40597],[136.97856,35.40631],[136.97867,35.40642],[136.97944,35.40695],[136.98005,35.4075],[136.9803,35.40817],[136.98058,35.40848],[136.98119,35.40909],[136.98181,35.40954],[136.98265,35.40993],[136.98277,35.41023],[136.98294,35.41035],[136.98344,35.41059],[136.98386,35.41099],[136.98402,35.41137],[136.98448,35.41175],[136.9847,35.41192],[136.98491,35.41247],[136.98499,35.41316],[136.98471,35.41368],[136.98462,35.41385],[136.98476,35.414],[136.98502,35.41422],[136.98566,35.41446],[136.98622,35.41483],[136.9867,35.41504],[136.98701,35.41522],[136.98716,35.41536],[136.98717,35.41567],[136.98711,35.41577],[136.98678,35.41605],[136.98612,35.4168],[136.98533,35.41736],[136.98532,35.41751],[136.98589,35.41803],[136.98598,35.41819],[136.98596,35.41877],[136.98605,35.41922],[136.98651,35.42],[136.98753,35.42045],[136.98788,35.42038],[136.98844,35.42039],[136.9888,35.42078],[136.98947,35.42166],[136.99026,35.42228],[136.99044,35.4226],[136.99039,35.42292],[136.99053,35.42309],[136.99069,35.42315],[136.99104,35.42316],[136.99139,35.42322],[136.99248,35.42349],[136.99288,35.42366],[136.99317,35.42403],[136.99322,35.42419],[136.99305,35.42433],[136.99158,35.42464],[136.99048,35.42478],[136.98916,35.42486],[136.98573,35.42461],[136.98448,35.42422],[136.98343,35.42399],[136.98199,35.42369],[136.98023,35.42323],[136.97879,35.42275],[136.97751,35.42249],[136.9761,35.42227],[136.97537,35.42211],[136.97479,35.42181],[136.97443,35.42169],[136.9726,35.42207],[136.97181,35.42223],[136.97003,35.42223],[136.96857,35.42214],[136.9652,35.42142],[136.9643,35.42097],[136.96344,35.42032],[136.96271,35.41948],[136.96215,35.41838],[136.96175,35.41766],[136.96153,35.41688],[136.96142,35.41598],[136.961,35.41495],[136.961,35.41432],[136.96288,35.40812],[136.96297,35.40672],[136.96284,35.40512],[136.96273,35.40367],[136.96256,35.4022],[136.96221,35.40082],[136.96165,35.39987],[136.96083,35.39905],[136.95841,35.39736],[136.9567,35.39657],[136.95405,35.39578],[136.9503,35.39503],[136.948,35.39411],[136.94696,35.39361],[136.94543,35.39303],[136.9412,35.39125],[136.93722,35.38951],[136.93504,35.38832],[136.92929,35.38338],[136.92734,35.38194],[136.92598,35.38106],[136.92421,35.38015],[136.92206,35.37931],[136.92135,35.37911],[136.92136,35.3791],[136.9181,35.37849],[136.91718,35.37828],[136.91426,35.37791],[136.90884,35.37763],[136.90675,35.37768],[136.89517,35.3782],[136.89351,35.37822],[136.89274,35.37817],[136.89274,35.37817],[136.88876,35.37804],[136.88682,35.37782],[136.8861,35.37759],[136.88492,35.37716],[136.88291,35.37641],[136.88166,35.37593],[136.88017,35.37531],[136.87831,35.37468],[136.87633,35.37409],[136.87418,35.37357],[136.87192,35.37312],[136.87001,35.37293],[136.86801,35.37273],[136.86483,35.37269],[136.86116,35.36845],[136.85986,35.36768],[136.85919,35.36757],[136.85816,35.36689],[136.85493,35.3654],[136.84851,35.36284],[136.84831,35.36255],[136.84428,35.36112],[136.83454,35.35623],[136.83402,35.35601],[136.83402,35.35519],[136.83414,35.35472],[136.83613,35.35321],[136.83714,35.35272],[136.83727,35.35246],[136.83709,35.35164],[136.83707,35.35119],[136.83796,35.35094],[136.83786,35.35075],[136.83754,35.35069],[136.83744,35.35031],[136.83704,35.3501],[136.83676,35.3501],[136.83585,35.34958],[136.8346,35.34854],[136.83407,35.34825],[136.83351,35.34767],[136.83227,35.34687],[136.83219,35.34634],[136.83228,35.34616],[136.8332,35.34555],[136.83367,35.34548],[136.83399,35.34686],[136.8351,35.34676],[136.83502,35.34618],[136.83649,35.34646],[136.8377,35.3462],[136.83768,35.34596],[136.83777,35.34558],[136.83812,35.34557],[136.83812,35.34509],[136.83845,35.34507],[136.83844,35.34495],[136.83882,35.34496],[136.84035,35.34538],[136.84054,35.34542],[136.84172,35.34543],[136.84171,35.34509],[136.84155,35.34471],[136.84136,35.34323],[136.84118,35.3427],[136.84116,35.34222],[136.84088,35.34124],[136.84095,35.34101],[136.84094,35.3407],[136.84087,35.34055],[136.84087,35.34006],[136.84026,35.33886],[136.841,35.33884],[136.84119,35.33817],[136.8411,35.3379],[136.84148,35.33741],[136.8421,35.33719],[136.84243,35.33685],[136.8428,35.33668],[136.84395,35.33666],[136.84421,35.3364],[136.84454,35.33572],[136.84455,35.33529],[136.84557,35.33138],[136.84545,35.32968],[136.84494,35.32946],[136.84443,35.32924],[136.84334,35.32891],[136.84018,35.32792],[136.8402,35.32763],[136.84026,35.32743],[136.84142,35.32772],[136.84227,35.32806],[136.84287,35.32795],[136.84365,35.32764],[136.844,35.3277],[136.84484,35.32749],[136.84707,35.32744],[136.84713,35.32725],[136.84828,35.32673],[136.84873,35.32701],[136.84999,35.32717],[136.85082,35.32673],[136.85228,35.32568],[136.85305,35.32512],[136.85389,35.32432],[136.85622,35.32333],[136.85679,35.32196],[136.8567,35.32132],[136.85639,35.32131],[136.85613,35.32128],[136.85587,35.3212],[136.8556,35.32094],[136.85391,35.32107],[136.85399,35.32043],[136.85504,35.32036],[136.85548,35.32026],[136.85568,35.32008],[136.85597,35.32016],[136.85608,35.32015],[136.8562,35.32004],[136.85615,35.31987],[136.85537,35.3192],[136.85495,35.31863],[136.85496,35.31831],[136.85514,35.31814],[136.85475,35.31708],[136.85474,35.31688],[136.8559,35.31638],[136.85609,35.3161],[136.85609,35.31564],[136.85645,35.31545],[136.85774,35.3154],[136.85801,35.31562],[136.85845,35.31552],[136.85896,35.3155],[136.85896,35.31532],[136.85985,35.31487],[136.86189,35.31355],[136.8606,35.31198],[136.86095,35.31169],[136.86063,35.31102],[136.86089,35.3108],[136.8611,35.31042],[136.86207,35.30943],[136.86429,35.30906],[136.86442,35.30921],[136.86473,35.3109],[136.86657,35.3106],[136.86691,35.31183],[136.86852,35.31154],[136.86906,35.31152],[136.86897,35.30984],[136.86844,35.30903],[136.86914,35.30867],[136.86918,35.30839],[136.87048,35.30837],[136.87113,35.30831],[136.87149,35.308],[136.87223,35.30795],[136.87222,35.30753],[136.87196,35.30751],[136.87172,35.30692],[136.87157,35.30458],[136.87208,35.30455],[136.8726,35.30446],[136.8726,35.30388],[136.87294,35.30374],[136.87329,35.30398],[136.87341,35.30401],[136.87406,35.30378],[136.87411,35.3037],[136.87402,35.30348],[136.87456,35.30317],[136.87496,35.30308],[136.87515,35.30321],[136.87527,35.30311],[136.87505,35.30291],[136.87509,35.30276],[136.87533,35.3027],[136.87559,35.30273],[136.87671,35.30217],[136.87711,35.30221],[136.87672,35.30182],[136.87576,35.30038],[136.87541,35.30002],[136.87455,35.29936],[136.8739,35.29868],[136.87288,35.29803],[136.8729,35.29786],[136.87268,35.29774],[136.87221,35.29771],[136.872,35.29765],[136.87118,35.29758],[136.87094,35.29762],[136.87044,35.29786],[136.86965,35.29793],[136.86744,35.29791],[136.86679,35.29784],[136.8663,35.2976],[136.86621,35.29745],[136.86581,35.2969],[136.86559,35.29673],[136.86502,35.29671],[136.86452,35.29098],[136.86441,35.29067],[136.8637,35.29004],[136.86243,35.28895],[136.86243,35.2888],[136.86225,35.28857],[136.8613,35.28623],[136.86018,35.28455],[136.85976,35.28313],[136.85976,35.28295],[136.85992,35.28283],[136.85996,35.28121],[136.85636,35.28109],[136.85634,35.27992],[136.8543,35.27991],[136.85428,35.27978],[136.84896,35.27982],[136.84896,35.27799],[136.84855,35.27766],[136.84818,35.27767],[136.84774,35.27726],[136.84754,35.27699],[136.84683,35.27627],[136.84671,35.27603],[136.84671,35.2752],[136.84663,35.27505],[136.84661,35.27467],[136.84571,35.27457],[136.84555,35.27464],[136.84531,35.27494],[136.84485,35.27494],[136.84485,35.27465],[136.8445,35.2746],[136.84298,35.27455],[136.84296,35.27403],[136.84303,35.27347],[136.84325,35.27271],[136.84354,35.27271],[136.84355,35.27222],[136.84366,35.27146],[136.84384,35.27108],[136.84423,35.27065],[136.84456,35.27053],[136.84501,35.27016],[136.8456,35.26986],[136.84577,35.26955],[136.84594,35.26943],[136.84622,35.26941],[136.84637,35.26933],[136.84637,35.26903],[136.84601,35.26796],[136.84601,35.26765],[136.8462,35.26754],[136.84683,35.26748],[136.84713,35.26747],[136.84713,35.26733],[136.8468,35.26731],[136.84678,35.26608],[136.84754,35.26605],[136.84929,35.26635],[136.8512,35.26683],[136.85166,35.26682],[136.85172,35.26675],[136.85172,35.26648],[136.85143,35.2663],[136.8507,35.26629],[136.84989,35.2664],[136.84978,35.26632],[136.84979,35.26553],[136.84985,35.26542],[136.8501,35.26537],[136.85092,35.26533],[136.85092,35.26506],[136.85079,35.26482],[136.85076,35.26465],[136.85147,35.26467],[136.85168,35.26542],[136.85189,35.2656],[136.85198,35.26565],[136.85207,35.26565],[136.8522,35.26554],[136.8522,35.2644],[136.85343,35.26395],[136.8541,35.26381],[136.85553,35.26435],[136.85588,35.26442],[136.85609,35.26442],[136.85799,35.2642],[136.85852,35.26426],[136.85965,35.26471],[136.86004,35.26479],[136.86057,35.2648],[136.86106,35.26462],[136.86167,35.26422],[136.86214,35.26399],[136.86253,35.26391],[136.86305,35.26388],[136.86333,35.26381],[136.86376,35.26354],[136.86492,35.26253],[136.86561,35.26213],[136.86509,35.26177],[136.86449,35.26176],[136.86436,35.26166],[136.86436,35.26129],[136.86453,35.26116],[136.86467,35.26109],[136.86497,35.26104],[136.8653,35.26111],[136.86654,35.26179],[136.86718,35.26163],[136.86793,35.26138],[136.8686,35.26094],[136.86917,35.26023],[136.87012,35.25928],[136.87089,35.25885],[136.8713,35.25884],[136.8716,35.25892],[136.87235,35.2587],[136.87296,35.25844],[136.87362,35.25828],[136.87426,35.25831],[136.87454,35.25838],[136.87497,35.25864],[136.8755,35.25972],[136.87572,35.26015],[136.87595,35.26051],[136.87617,35.26069],[136.8765,35.2612],[136.87718,35.26199],[136.87809,35.26351],[136.8798,35.26586],[136.88049,35.26657],[136.88073,35.26651],[136.8812,35.267],[136.88153,35.26748],[136.88177,35.26798],[136.8819,35.26843],[136.88263,35.26896],[136.88317,35.26968],[136.88275,35.26994],[136.88289,35.27011],[136.88471,35.27447]]],"terms_text":"OSMFJ_Ortho","description":"Kokyo Sokuryo Orthoimagery from Inuyama-shi, 2023"},{"id":"GSGS3906","name":"Ireland British War Office 1:25k GSGS 3906","type":"tms","template":"https://mapwarper.net/layers/tile/101/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[0,18],"polygon":[[[-9.31139,51.43828],[-7.36131,51.99302],[-7.33934,52.13149],[-6.9658,52.06231],[-6.23796,52.1534],[-6.21049,52.52928],[-5.98253,52.80079],[-5.96056,53.67037],[-6.20775,53.67851],[-6.22423,53.95255],[-5.86442,54.12513],[-5.85893,54.20392],[-5.53483,54.23122],[-5.39476,54.44739],[-5.50188,54.70052],[-6.21873,55.38194],[-6.86418,55.2162],[-7.25145,55.46455],[-7.53435,55.30853],[-8.25395,55.26787],[-8.61101,54.97259],[-8.49016,54.89369],[-8.83897,54.68306],[-8.42699,54.52397],[-8.75108,54.31302],[-9.29765,54.38985],[-10.05296,54.37866],[-10.30015,54.05747],[-10.02275,53.79386],[-10.30565,53.55142],[-9.99803,53.24354],[-9.09166,53.19256],[-9.81676,53.1102],[-9.48167,52.96984],[-9.70415,52.68107],[-10.00627,52.63608],[-9.78929,52.52426],[-9.99803,52.32663],[-10.64348,52.1753],[-10.39629,51.9761],[-10.16832,51.64668],[-10.28642,51.57334],[-9.88542,51.57163],[-9.79204,51.44684],[-9.31139,51.43828]]],"terms_url":"https://wiki.openstreetmap.org/wiki/Ireland/Background_Imagery#Trinity_College_Dublin","terms_text":"Glucksman Map Library, Trinity College Dublin","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/ie/IrelandBritishWarOffice-GSGS3906.png"},{"id":"Israel_Hiking","name":"Israel Hiking","type":"tms","template":"https://israelhiking.osm.org.il/Hebrew/Tiles/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[7,16],"polygon":[[[34.64563,32.92073],[34.07929,31.52265],[34.48879,30.64515],[34.52423,30.40912],[34.69667,30.10714],[34.84785,29.59084],[34.89517,29.37711],[34.93992,29.39946],[35.02336,29.64569],[35.07514,29.83713],[35.17202,30.11204],[35.20709,30.53307],[35.3321,30.77107],[35.42771,30.95172],[35.47936,31.1783],[35.4209,31.25116],[35.48771,31.41951],[35.57225,31.75415],[35.55452,32.02901],[35.59461,32.21856],[35.5729,32.36541],[35.59491,32.62828],[35.77835,32.72446],[35.80834,32.772],[35.91531,32.9406],[35.81509,33.3392],[35.75363,33.35091],[35.70785,33.34269],[35.67429,33.30627],[35.61264,33.27918],[35.56446,33.2969],[35.53893,33.25442],[35.5266,33.21531],[35.51741,33.12652],[35.46229,33.09994],[35.36541,33.06285],[35.31781,33.11463],[35.15662,33.09994],[34.98374,33.13352],[34.64563,32.92073]]],"terms_url":"https://israelhiking.osm.org.il/","terms_text":"Tiles © IsraelHiking, CC BY-SA-NC 3.0. Data by OpenStreetMap under ODbL.","description":"Israel Hiking map","icon":"https://israelhiking.osm.org.il/content/favicons/favicon.ico"},{"id":"Israel_MTB","name":"Israel MTB","type":"tms","template":"https://israelhiking.osm.org.il/Hebrew/mtbTiles/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[7,16],"polygon":[[[34.64563,32.92073],[34.07929,31.52265],[34.48879,30.64515],[34.52423,30.40912],[34.69667,30.10714],[34.84785,29.59084],[34.89517,29.37711],[34.93992,29.39946],[35.02336,29.64569],[35.07514,29.83713],[35.17202,30.11204],[35.20709,30.53307],[35.3321,30.77107],[35.42771,30.95172],[35.47936,31.1783],[35.4209,31.25116],[35.48771,31.41951],[35.57225,31.75415],[35.55452,32.02901],[35.59461,32.21856],[35.5729,32.36541],[35.59491,32.62828],[35.77835,32.72446],[35.80834,32.772],[35.91531,32.9406],[35.81509,33.3392],[35.75363,33.35091],[35.70785,33.34269],[35.67429,33.30627],[35.61264,33.27918],[35.56446,33.2969],[35.53893,33.25442],[35.5266,33.21531],[35.51741,33.12652],[35.46229,33.09994],[35.36541,33.06285],[35.31781,33.11463],[35.15662,33.09994],[34.98374,33.13352],[34.64563,32.92073]]],"terms_url":"https://israelhiking.osm.org.il/","terms_text":"Tiles © IsraelHiking, CC BY-SA-NC 3.0. Data by OpenStreetMap under ODbL.","description":"Israel MTB map","icon":"https://israelhiking.osm.org.il/content/favicons/favicon.ico"},{"id":"ITACyL-Castile-and-Leon","name":"ITACyL - Castilla y León","type":"wms","template":"http://orto.wms.itacyl.es/WMS?LAYERS=Ortofoto_CyL&STYLES=default&CRS={proj}&BBOX={bbox}&FORMAT=image/png&WIDTH={width}&HEIGHT={height}&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[-1.9358,41.43834],[-1.9377,41.56055],[-1.97683,41.56021],[-1.97716,41.58142],[-1.89403,41.58215],[-1.89471,41.6253],[-1.85305,41.62567],[-1.85335,41.64508],[-1.76866,41.64582],[-1.7706,41.77019],[-1.81151,41.76984],[-1.81381,41.91672],[-1.85304,41.91638],[-1.854,41.97751],[-1.89483,41.97715],[-1.89453,41.95811],[-1.93504,41.95776],[-1.93473,41.93801],[-1.97655,41.93765],[-1.97689,41.95919],[-2.10156,41.95811],[-2.10385,42.10421],[-2.14432,42.10386],[-2.14467,42.12587],[-2.22981,42.12514],[-2.2295,42.10515],[-2.26924,42.1048],[-2.2699,42.14641],[-2.3115,42.14605],[-2.31184,42.16785],[-2.3555,42.16747],[-2.35517,42.14608],[-2.47963,42.145],[-2.47933,42.12615],[-2.52299,42.12577],[-2.52266,42.10445],[-2.56198,42.10411],[-2.561,42.04173],[-2.60376,42.04135],[-2.60343,42.02037],[-2.72739,42.0193],[-2.72804,42.06073],[-2.68605,42.06109],[-2.68706,42.12519],[-2.7266,42.12485],[-2.72695,42.14711],[-2.76905,42.14674],[-2.76871,42.12499],[-2.81353,42.1246],[-2.81222,42.04143],[-2.89501,42.04071],[-2.89602,42.10482],[-3.01963,42.10375],[-3.02029,42.14594],[-3.0611,42.14559],[-3.06175,42.18716],[-3.10086,42.18682],[-3.1012,42.20871],[-3.06029,42.20906],[-3.06255,42.35213],[-3.0199,42.3525],[-3.02191,42.47985],[-3.06031,42.47952],[-3.0619,42.58015],[-2.89379,42.58159],[-2.89413,42.60267],[-2.85337,42.60302],[-2.85469,42.68588],[-2.8121,42.68624],[-2.81176,42.6651],[-2.77188,42.66544],[-2.77154,42.64353],[-2.60439,42.64497],[-2.60404,42.62283],[-2.5181,42.62357],[-2.51944,42.70795],[-2.56038,42.7076],[-2.5607,42.72791],[-2.51936,42.72827],[-2.52005,42.7713],[-2.64489,42.77024],[-2.64523,42.79194],[-2.68544,42.79159],[-2.68577,42.81231],[-2.85405,42.81087],[-2.8534,42.77004],[-2.89679,42.76967],[-2.89613,42.72822],[-2.97988,42.7275],[-2.98024,42.75019],[-3.02168,42.74983],[-3.02199,42.76997],[-3.10276,42.76928],[-3.10476,42.89473],[-2.97977,42.8958],[-2.9811,42.97936],[-3.0201,42.97903],[-3.02075,43.01987],[-3.10445,43.01915],[-3.10617,43.12743],[-3.14516,43.1271],[-3.14546,43.14526],[-3.10274,43.14562],[-3.10343,43.18875],[-3.22959,43.18768],[-3.22993,43.20899],[-3.31299,43.20828],[-3.31268,43.18873],[-3.35479,43.18837],[-3.35444,43.16637],[-3.39699,43.16601],[-3.39669,43.14726],[-3.52243,43.14619],[-3.52278,43.16815],[-3.60331,43.16747],[-3.60365,43.18858],[-3.68778,43.18786],[-3.68713,43.14691],[-3.72853,43.14656],[-3.72819,43.12551],[-3.77116,43.12515],[-3.77086,43.10654],[-3.8549,43.10583],[-3.85424,43.06451],[-3.89738,43.06414],[-3.89704,43.04275],[-3.93918,43.04239],[-3.93883,43.02034],[-3.97946,43.01999],[-3.97851,42.96052],[-4.0229,42.96014],[-4.0222,42.91591],[-3.98093,42.91627],[-3.9806,42.89542],[-3.93889,42.89577],[-3.93821,42.85307],[-3.89607,42.85343],[-3.89573,42.83158],[-3.85427,42.83193],[-3.85397,42.81254],[-3.93781,42.81183],[-3.9375,42.79248],[-3.97733,42.79214],[-3.97801,42.83457],[-4.10486,42.83348],[-4.10552,42.87476],[-4.18706,42.87407],[-4.18774,42.9166],[-4.22913,42.91625],[-4.23013,42.9794],[-4.35266,42.97836],[-4.3537,43.04371],[-4.39566,43.04336],[-4.39599,43.06438],[-4.56353,43.06296],[-4.56322,43.0436],[-4.72881,43.04219],[-4.72945,43.08202],[-4.76937,43.08168],[-4.76975,43.10571],[-4.80966,43.10538],[-4.81126,43.20576],[-4.89941,43.20501],[-4.90017,43.25222],[-5.02451,43.25117],[-5.02386,43.2106],[-5.10573,43.2099],[-5.10444,43.12935],[-5.43827,43.12651],[-5.4376,43.08481],[-5.52226,43.08409],[-5.52161,43.04291],[-5.60202,43.04222],[-5.6027,43.08453],[-5.77363,43.08308],[-5.77236,43.00327],[-5.85357,43.00258],[-5.85421,43.0426],[-5.93708,43.04189],[-5.93782,43.08789],[-6.44024,43.08361],[-6.43893,43.00167],[-6.52391,43.00095],[-6.52329,42.96172],[-6.77363,42.95958],[-6.77302,42.92106],[-6.94199,42.91962],[-6.93976,42.77896],[-7.02241,42.77825],[-7.02199,42.75189],[-7.10811,42.75115],[-7.10341,42.45477],[-6.85523,42.4569],[-6.85325,42.33176],[-6.77403,42.33244],[-6.77342,42.294],[-6.85545,42.29329],[-6.8548,42.25159],[-6.93763,42.25087],[-6.93699,42.21014],[-7.02276,42.2094],[-7.0208,42.08495],[-7.10613,42.08421],[-7.1054,42.03801],[-7.02406,42.03872],[-7.02209,41.913],[-6.60733,41.9166],[-6.6034,41.66565],[-6.52343,41.66635],[-6.52279,41.62575],[-6.4349,41.62651],[-6.43548,41.66333],[-6.35724,41.66401],[-6.35661,41.62375],[-6.2708,41.6245],[-6.26889,41.50216],[-6.35447,41.50141],[-6.35318,41.41888],[-6.43801,41.41814],[-6.43673,41.33552],[-6.51991,41.33479],[-6.5193,41.29549],[-6.60524,41.29474],[-6.60436,41.2377],[-6.68379,41.23701],[-6.77245,41.23623],[-6.77015,41.08781],[-6.85548,41.08706],[-6.85482,41.04423],[-6.93741,41.0435],[-6.93544,40.91605],[-6.86001,40.91672],[-6.85111,40.33734],[-6.93751,40.33657],[-6.93622,40.25186],[-6.85634,40.25257],[-6.85568,40.20899],[-6.59886,40.21128],[-6.59942,40.24779],[-6.52116,40.24849],[-6.52245,40.33281],[-6.43264,40.33361],[-6.43325,40.37349],[-6.35128,40.37422],[-6.35192,40.41579],[-6.26909,40.41653],[-6.26971,40.45675],[-6.19018,40.45745],[-6.18951,40.41376],[-6.1056,40.41451],[-6.10433,40.33184],[-6.02295,40.33257],[-6.02166,40.24834],[-5.68712,40.25131],[-5.68646,40.20808],[-5.60448,40.20881],[-5.60382,40.16527],[-5.44091,40.16673],[-5.44027,40.12487],[-5.35606,40.12562],[-5.35538,40.08155],[-4.93638,40.08529],[-4.93699,40.12488],[-4.85264,40.12563],[-4.8542,40.18414],[-4.81147,40.20726],[-4.81104,40.22996],[-4.76809,40.23035],[-4.76838,40.24934],[-4.73252,40.24966],[-4.73192,40.21063],[-4.68933,40.21101],[-4.68895,40.18649],[-4.56099,40.18763],[-4.56131,40.2086],[-4.52037,40.20897],[-4.52192,40.31046],[-4.43623,40.31123],[-4.43723,40.37638],[-4.39345,40.37677],[-4.39376,40.39685],[-4.31163,40.39758],[-4.31384,40.54171],[-4.26958,40.54211],[-4.27054,40.60451],[-4.22979,40.60487],[-4.22946,40.58327],[-4.18994,40.58362],[-4.19025,40.60381],[-4.14498,40.60421],[-4.14628,40.6888],[-4.10311,40.68918],[-4.10372,40.72888],[-4.06133,40.72926],[-4.06198,40.77093],[-3.93716,40.77204],[-3.93906,40.89539],[-3.89764,40.89575],[-3.89857,40.95615],[-3.8544,40.95653],[-3.85473,40.97811],[-3.76864,40.97886],[-3.76896,40.99944],[-3.72803,40.9998],[-3.72866,41.04067],[-3.68673,41.04104],[-3.68735,41.08122],[-3.64508,41.08159],[-3.64539,41.10131],[-3.6027,41.10169],[-3.60336,41.14446],[-3.47844,41.14556],[-3.47877,41.16657],[-3.43429,41.16696],[-3.43492,41.20773],[-3.39518,41.20808],[-3.39581,41.2486],[-3.22767,41.25008],[-3.22828,41.28974],[-3.14723,41.29045],[-3.14692,41.27046],[-2.93571,41.27231],[-2.9363,41.31028],[-2.89649,41.31063],[-2.89552,41.24828],[-2.72907,41.24974],[-2.72874,41.2286],[-2.64808,41.22931],[-2.6471,41.16591],[-2.60481,41.16628],[-2.60415,41.12357],[-2.5211,41.12429],[-2.52078,41.10333],[-2.47991,41.10369],[-2.47928,41.06278],[-2.43756,41.06315],[-2.43722,41.04168],[-2.39457,41.04206],[-2.39487,41.06112],[-2.35356,41.06148],[-2.35325,41.04182],[-2.2688,41.04257],[-2.26912,41.06313],[-2.22704,41.0635],[-2.22733,41.08185],[-2.10114,41.08296],[-2.10083,41.06262],[-2.01887,41.06334],[-2.02046,41.16661],[-2.06171,41.16624],[-2.06204,41.18753],[-2.1419,41.18683],[-2.14448,41.35331],[-2.10363,41.35367],[-2.10458,41.41434],[-2.06262,41.41471],[-2.06201,41.37548],[-1.97639,41.37623],[-1.9767,41.39616],[-1.89536,41.39687],[-1.89601,41.43869],[-1.9358,41.43834]]],"terms_text":"ITACyL","best":true},{"id":"SP_Itu_-_Eixos","name":"Itu - Eixos","type":"wms","template":"https://urbigis.com/geoproxy/4ac1cd2049d8857b21d9ff38339f7c1SERVICE=WMS&REQUEST=GETMAP&FORMAT=image/png8&VERSION=1.3.0&LAYERS=6139ca97-1bc9-4952-a441-b68957ab222c&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[-47.43916,-23.1961],[-47.43851,-23.19736],[-47.43838,-23.19757],[-47.43685,-23.19944],[-47.43659,-23.19968],[-47.43593,-23.20013],[-47.43579,-23.20021],[-47.43405,-23.20108],[-47.43387,-23.20125],[-47.4332,-23.20223],[-47.43272,-23.20264],[-47.43263,-23.20269],[-47.43323,-23.20267],[-47.43367,-23.20259],[-47.43494,-23.20214],[-47.43517,-23.20208],[-47.43581,-23.20199],[-47.43617,-23.20199],[-47.43657,-23.20205],[-47.43714,-23.20229],[-47.43792,-23.20289],[-47.4382,-23.2032],[-47.43833,-23.20341],[-47.4381,-23.20543],[-47.43734,-23.20609],[-47.43713,-23.20624],[-47.43657,-23.20655],[-47.43565,-23.20742],[-47.43547,-23.20756],[-47.43513,-23.20778],[-47.43492,-23.20789],[-47.43407,-23.20822],[-47.43375,-23.2083],[-47.43321,-23.20836],[-47.43293,-23.20836],[-47.43186,-23.20823],[-47.4317,-23.20824],[-47.43115,-23.20839],[-47.43101,-23.20864],[-47.43043,-23.21023],[-47.43035,-23.21043],[-47.43023,-23.21067],[-47.42947,-23.21184],[-47.42946,-23.21201],[-47.42981,-23.21273],[-47.42991,-23.21299],[-47.42998,-23.21332],[-47.42999,-23.21383],[-47.42992,-23.21418],[-47.42964,-23.21474],[-47.42911,-23.21536],[-47.42888,-23.21608],[-47.42827,-23.2168],[-47.42772,-23.21708],[-47.42756,-23.21716],[-47.42727,-23.21758],[-47.42701,-23.21786],[-47.42671,-23.2181],[-47.42647,-23.21824],[-47.42612,-23.21841],[-47.42576,-23.21852],[-47.42515,-23.2186],[-47.42502,-23.21907],[-47.42487,-23.21939],[-47.42465,-23.21973],[-47.4248,-23.22006],[-47.42461,-23.22134],[-47.42442,-23.22156],[-47.42446,-23.22157],[-47.42468,-23.22163],[-47.42526,-23.22186],[-47.4255,-23.22199],[-47.42624,-23.22251],[-47.42668,-23.22304],[-47.42722,-23.22435],[-47.42812,-23.2265],[-47.4289,-23.22839],[-47.42957,-23.22959],[-47.42992,-23.23022],[-47.42996,-23.23029],[-47.43067,-23.23183],[-47.43114,-23.23226],[-47.43138,-23.23257],[-47.43157,-23.2329],[-47.4317,-23.23329],[-47.43188,-23.23438],[-47.43201,-23.23465],[-47.43213,-23.23478],[-47.43234,-23.23501],[-47.43247,-23.23518],[-47.43279,-23.23571],[-47.43319,-23.23604],[-47.43447,-23.23712],[-47.43386,-23.24244],[-47.43385,-23.24245],[-47.43348,-23.24261],[-47.43303,-23.24272],[-47.43281,-23.24316],[-47.43227,-23.2437],[-47.43105,-23.24433],[-47.43103,-23.24436],[-47.43099,-23.24455],[-47.43105,-23.24463],[-47.43132,-23.24534],[-47.43134,-23.24572],[-47.43118,-23.24637],[-47.43086,-23.24694],[-47.43077,-23.24728],[-47.43049,-23.2478],[-47.42991,-23.24842],[-47.42944,-23.24874],[-47.42903,-23.24889],[-47.42874,-23.24896],[-47.42803,-23.24904],[-47.42752,-23.24922],[-47.42764,-23.24953],[-47.42769,-23.25033],[-47.42757,-23.25074],[-47.42719,-23.25133],[-47.42675,-23.25171],[-47.42646,-23.2519],[-47.42582,-23.25219],[-47.42559,-23.25294],[-47.42547,-23.25334],[-47.42528,-23.25371],[-47.42434,-23.25499],[-47.42421,-23.25567],[-47.42406,-23.25606],[-47.4237,-23.25666],[-47.42384,-23.25728],[-47.4235,-23.25842],[-47.42339,-23.25852],[-47.42337,-23.25896],[-47.42299,-23.25979],[-47.42278,-23.25999],[-47.42276,-23.26009],[-47.42268,-23.26039],[-47.42251,-23.2608],[-47.42177,-23.26149],[-47.42139,-23.26162],[-47.42075,-23.26218],[-47.42039,-23.26229],[-47.4203,-23.26238],[-47.42004,-23.2626],[-47.41944,-23.26296],[-47.4194,-23.26319],[-47.41918,-23.26367],[-47.41899,-23.26393],[-47.41832,-23.26438],[-47.41774,-23.26453],[-47.4173,-23.26444],[-47.41729,-23.26445],[-47.41707,-23.2647],[-47.41682,-23.26493],[-47.41632,-23.26526],[-47.41634,-23.26576],[-47.41651,-23.26646],[-47.41693,-23.26754],[-47.41701,-23.26786],[-47.41706,-23.26838],[-47.41699,-23.26892],[-47.41642,-23.27047],[-47.41633,-23.27065],[-47.41581,-23.27158],[-47.41582,-23.2717],[-47.41605,-23.27215],[-47.41618,-23.27286],[-47.41606,-23.2738],[-47.41589,-23.27428],[-47.415,-23.27575],[-47.41474,-23.27651],[-47.41473,-23.27655],[-47.41457,-23.27759],[-47.41446,-23.27795],[-47.4143,-23.27827],[-47.41413,-23.2786],[-47.41471,-23.2789],[-47.41524,-23.27943],[-47.41542,-23.27977],[-47.41555,-23.28026],[-47.41558,-23.2808],[-47.41551,-23.28127],[-47.41538,-23.28163],[-47.41505,-23.28212],[-47.41394,-23.28314],[-47.41357,-23.28375],[-47.41318,-23.28414],[-47.41223,-23.28473],[-47.41214,-23.28482],[-47.41135,-23.28597],[-47.41119,-23.28616],[-47.41048,-23.28684],[-47.41042,-23.28714],[-47.4106,-23.28786],[-47.41063,-23.28801],[-47.41067,-23.28829],[-47.41067,-23.28851],[-47.41068,-23.28871],[-47.41041,-23.28949],[-47.40972,-23.29036],[-47.40956,-23.29108],[-47.40926,-23.29165],[-47.40902,-23.2919],[-47.40895,-23.29227],[-47.40888,-23.29253],[-47.40842,-23.29361],[-47.40823,-23.29393],[-47.40734,-23.29497],[-47.40696,-23.29527],[-47.40661,-23.29544],[-47.40624,-23.29597],[-47.4061,-23.29613],[-47.40567,-23.29656],[-47.40521,-23.29753],[-47.40529,-23.29811],[-47.40571,-23.29839],[-47.40615,-23.29891],[-47.40657,-23.29985],[-47.40793,-23.30121],[-47.4082,-23.30162],[-47.4096,-23.30511],[-47.40964,-23.30524],[-47.40999,-23.30646],[-47.41021,-23.30665],[-47.41046,-23.30697],[-47.41102,-23.30795],[-47.41227,-23.30854],[-47.41267,-23.30885],[-47.41347,-23.30978],[-47.41354,-23.30988],[-47.41408,-23.31065],[-47.4142,-23.31075],[-47.41538,-23.31125],[-47.41586,-23.3114],[-47.41637,-23.31147],[-47.41674,-23.31157],[-47.41707,-23.31173],[-47.41754,-23.31212],[-47.4182,-23.31303],[-47.41852,-23.31333],[-47.41889,-23.31356],[-47.4197,-23.31382],[-47.42142,-23.31412],[-47.42152,-23.31414],[-47.42304,-23.31454],[-47.42317,-23.31458],[-47.42386,-23.31484],[-47.42402,-23.31492],[-47.42507,-23.31551],[-47.42533,-23.31571],[-47.42546,-23.31584],[-47.42511,-23.3189],[-47.42472,-23.3213],[-47.42221,-23.32382],[-47.42198,-23.32419],[-47.42192,-23.32436],[-47.42197,-23.32651],[-47.42196,-23.32667],[-47.42189,-23.32732],[-47.4218,-23.32767],[-47.42063,-23.33038],[-47.42055,-23.33072],[-47.42065,-23.33314],[-47.42063,-23.33336],[-47.42053,-23.3341],[-47.42047,-23.33434],[-47.42009,-23.33541],[-47.42,-23.3356],[-47.41962,-23.33627],[-47.41947,-23.3367],[-47.41938,-23.33732],[-47.41943,-23.33772],[-47.41971,-23.33811],[-47.41974,-23.33815],[-47.42027,-23.33895],[-47.42066,-23.33948],[-47.42073,-23.33959],[-47.42088,-23.33984],[-47.42097,-23.34004],[-47.42115,-23.3405],[-47.42119,-23.34067],[-47.42129,-23.34114],[-47.42131,-23.34123],[-47.42138,-23.34172],[-47.42138,-23.34182],[-47.42105,-23.3439],[-47.42096,-23.34409],[-47.42084,-23.34431],[-47.42062,-23.34478],[-47.42053,-23.34495],[-47.42041,-23.34514],[-47.42014,-23.34568],[-47.42011,-23.34573],[-47.41992,-23.34607],[-47.41969,-23.3465],[-47.41954,-23.3468],[-47.4195,-23.34687],[-47.41938,-23.34708],[-47.41929,-23.34727],[-47.41928,-23.34729],[-47.41924,-23.34736],[-47.41921,-23.34746],[-47.41918,-23.34758],[-47.41903,-23.34796],[-47.41896,-23.34816],[-47.4189,-23.34852],[-47.41889,-23.34867],[-47.41892,-23.3491],[-47.41894,-23.34932],[-47.41903,-23.34979],[-47.41906,-23.3499],[-47.41912,-23.35006],[-47.41912,-23.35008],[-47.41925,-23.35046],[-47.41952,-23.35109],[-47.41953,-23.35113],[-47.41962,-23.35135],[-47.41977,-23.35174],[-47.41903,-23.35629],[-47.41899,-23.35646],[-47.41886,-23.35678],[-47.41877,-23.35696],[-47.41868,-23.35712],[-47.41856,-23.35734],[-47.41853,-23.35738],[-47.41421,-23.36199],[-47.41402,-23.36211],[-47.41373,-23.36223],[-47.41347,-23.36231],[-47.41327,-23.36235],[-47.4131,-23.36238],[-47.41301,-23.36239],[-47.4129,-23.36239],[-47.41281,-23.36239],[-47.41248,-23.36239],[-47.41241,-23.36238],[-47.4121,-23.36236],[-47.41179,-23.36229],[-47.41148,-23.36218],[-47.41127,-23.36208],[-47.41084,-23.36181],[-47.41063,-23.36165],[-47.41012,-23.36117],[-47.41005,-23.3611],[-47.40976,-23.36078],[-47.40969,-23.36069],[-47.40965,-23.36063],[-47.40882,-23.35955],[-47.40879,-23.3595],[-47.40848,-23.35906],[-47.40848,-23.35905],[-47.40818,-23.35862],[-47.40779,-23.35804],[-47.40765,-23.35788],[-47.40757,-23.35778],[-47.4073,-23.3574],[-47.40719,-23.35722],[-47.40676,-23.35632],[-47.40658,-23.35596],[-47.40651,-23.35584],[-47.40645,-23.35579],[-47.40641,-23.35577],[-47.40639,-23.35577],[-47.40629,-23.35585],[-47.4061,-23.35606],[-47.40608,-23.35604],[-47.40584,-23.35637],[-47.40558,-23.35654],[-47.40524,-23.35689],[-47.40462,-23.35779],[-47.40446,-23.35798],[-47.40373,-23.35866],[-47.40356,-23.35888],[-47.40349,-23.35899],[-47.40347,-23.35922],[-47.40343,-23.35945],[-47.40323,-23.36017],[-47.40313,-23.36104],[-47.40305,-23.36136],[-47.4028,-23.36198],[-47.40275,-23.3621],[-47.40256,-23.36245],[-47.40241,-23.36267],[-47.40183,-23.36334],[-47.40162,-23.3636],[-47.40159,-23.36366],[-47.40136,-23.36421],[-47.40127,-23.36438],[-47.40085,-23.36506],[-47.40074,-23.36534],[-47.40069,-23.366],[-47.40066,-23.36741],[-47.40066,-23.36748],[-47.40058,-23.36858],[-47.40057,-23.3686],[-47.40052,-23.3692],[-47.40048,-23.36942],[-47.40029,-23.37006],[-47.40023,-23.37024],[-47.3998,-23.37116],[-47.39954,-23.37185],[-47.3995,-23.37193],[-47.3995,-23.37193],[-47.39949,-23.37197],[-47.3995,-23.37228],[-47.39969,-23.37295],[-47.39974,-23.37331],[-47.39973,-23.3737],[-47.39965,-23.37409],[-47.39954,-23.37441],[-47.39947,-23.37456],[-47.3993,-23.37488],[-47.39914,-23.37535],[-47.3991,-23.37542],[-47.39907,-23.37559],[-47.39898,-23.37587],[-47.39894,-23.37598],[-47.39883,-23.37625],[-47.39875,-23.37641],[-47.39861,-23.37663],[-47.39846,-23.37683],[-47.39723,-23.37815],[-47.39717,-23.37821],[-47.39595,-23.37933],[-47.39592,-23.37936],[-47.39512,-23.38005],[-47.39493,-23.38018],[-47.3943,-23.38055],[-47.39368,-23.38108],[-47.39345,-23.38124],[-47.39309,-23.38143],[-47.39308,-23.38143],[-47.3929,-23.38153],[-47.39281,-23.38157],[-47.39222,-23.38181],[-47.39205,-23.3819],[-47.39197,-23.38198],[-47.39191,-23.38205],[-47.3918,-23.38249],[-47.39178,-23.38256],[-47.39166,-23.38292],[-47.39151,-23.38337],[-47.39128,-23.3841],[-47.39123,-23.38423],[-47.39112,-23.38448],[-47.39104,-23.38461],[-47.39078,-23.38503],[-47.3905,-23.38535],[-47.38992,-23.3858],[-47.38979,-23.3862],[-47.38952,-23.38762],[-47.3895,-23.38769],[-47.3893,-23.38847],[-47.38927,-23.38857],[-47.38493,-23.3932],[-47.38412,-23.39403],[-47.38373,-23.39341],[-47.38371,-23.39334],[-47.38368,-23.39329],[-47.38266,-23.39282],[-47.38251,-23.39274],[-47.38244,-23.3927],[-47.38226,-23.39261],[-47.38203,-23.39245],[-47.38188,-23.39232],[-47.38177,-23.39224],[-47.38158,-23.39208],[-47.38144,-23.39192],[-47.38126,-23.39176],[-47.38111,-23.39159],[-47.381,-23.39145],[-47.38067,-23.39105],[-47.38059,-23.39094],[-47.38054,-23.39086],[-47.38047,-23.39089],[-47.38018,-23.39096],[-47.37994,-23.391],[-47.37977,-23.39101],[-47.37825,-23.391],[-47.37809,-23.39099],[-47.37779,-23.39095],[-47.37776,-23.39096],[-47.37759,-23.39099],[-47.37684,-23.39128],[-47.37648,-23.39136],[-47.37613,-23.39139],[-47.37594,-23.3914],[-47.3757,-23.3914],[-47.37544,-23.39136],[-47.37513,-23.39129],[-47.37488,-23.39119],[-47.3747,-23.3911],[-47.37444,-23.39094],[-47.37385,-23.39057],[-47.3738,-23.39055],[-47.37372,-23.39053],[-47.37352,-23.39051],[-47.37327,-23.39067],[-47.37311,-23.39075],[-47.37286,-23.39086],[-47.37247,-23.39095],[-47.37222,-23.39097],[-47.37209,-23.39098],[-47.37181,-23.39097],[-47.37121,-23.39078],[-47.37109,-23.39071],[-47.37081,-23.39047],[-47.37071,-23.39035],[-47.37065,-23.39025],[-47.37039,-23.39019],[-47.37036,-23.39018],[-47.37033,-23.39017],[-47.37001,-23.39004],[-47.36991,-23.38999],[-47.36981,-23.38992],[-47.36954,-23.38973],[-47.36948,-23.3897],[-47.36944,-23.38967],[-47.36916,-23.38947],[-47.36911,-23.38944],[-47.36907,-23.38941],[-47.36853,-23.38902],[-47.36835,-23.38893],[-47.36813,-23.38884],[-47.36804,-23.38883],[-47.3673,-23.38913],[-47.36712,-23.38918],[-47.36699,-23.38921],[-47.36673,-23.38928],[-47.36653,-23.38933],[-47.36617,-23.38936],[-47.36575,-23.38933],[-47.36545,-23.38926],[-47.36527,-23.3892],[-47.36507,-23.38911],[-47.36491,-23.38902],[-47.36478,-23.38908],[-47.36437,-23.3892],[-47.36423,-23.38921],[-47.36405,-23.38936],[-47.36381,-23.38952],[-47.36325,-23.38979],[-47.36324,-23.3898],[-47.36323,-23.38981],[-47.36272,-23.39075],[-47.36267,-23.39085],[-47.36239,-23.39123],[-47.36239,-23.39124],[-47.36218,-23.39143],[-47.36196,-23.39159],[-47.36183,-23.39167],[-47.36171,-23.39174],[-47.36156,-23.39181],[-47.36134,-23.3919],[-47.36118,-23.39196],[-47.36089,-23.39203],[-47.36075,-23.39206],[-47.35974,-23.3922],[-47.35969,-23.39221],[-47.35891,-23.39228],[-47.35801,-23.39246],[-47.35788,-23.39248],[-47.35753,-23.39251],[-47.35676,-23.39258],[-47.35632,-23.39262],[-47.35595,-23.39259],[-47.35544,-23.39248],[-47.35508,-23.39234],[-47.3547,-23.39211],[-47.35458,-23.39208],[-47.35439,-23.39206],[-47.35325,-23.39205],[-47.35307,-23.39204],[-47.3525,-23.39195],[-47.35239,-23.39192],[-47.35257,-23.39229],[-47.35294,-23.39277],[-47.35315,-23.39294],[-47.35371,-23.39313],[-47.35381,-23.39316],[-47.35388,-23.39318],[-47.35396,-23.39321],[-47.35396,-23.39321],[-47.35425,-23.39331],[-47.35457,-23.39342],[-47.35458,-23.39342],[-47.35463,-23.39344],[-47.3547,-23.39346],[-47.35496,-23.39355],[-47.35502,-23.39357],[-47.35508,-23.39359],[-47.3555,-23.39373],[-47.35552,-23.39374],[-47.35597,-23.39389],[-47.35846,-23.39475],[-47.35846,-23.39475],[-47.36034,-23.3954],[-47.36049,-23.39547],[-47.36168,-23.39607],[-47.36171,-23.39609],[-47.36194,-23.39621],[-47.36203,-23.39626],[-47.36211,-23.3963],[-47.36212,-23.3963],[-47.36235,-23.39643],[-47.36248,-23.39651],[-47.36337,-23.39716],[-47.36346,-23.39721],[-47.36391,-23.39749],[-47.36516,-23.39804],[-47.36519,-23.39806],[-47.36582,-23.39836],[-47.36641,-23.39863],[-47.36645,-23.39865],[-47.36668,-23.39877],[-47.3668,-23.39884],[-47.36721,-23.39911],[-47.36732,-23.39919],[-47.36757,-23.39939],[-47.36759,-23.39941],[-47.36829,-23.40001],[-47.36842,-23.40014],[-47.36876,-23.40053],[-47.36905,-23.40084],[-47.36911,-23.4009],[-47.36953,-23.40142],[-47.3696,-23.40152],[-47.36997,-23.40207],[-47.37008,-23.40229],[-47.37024,-23.40267],[-47.37029,-23.40282],[-47.37038,-23.40314],[-47.37042,-23.40335],[-47.37047,-23.404],[-47.37047,-23.40423],[-47.37043,-23.40461],[-47.3704,-23.40478],[-47.37035,-23.40498],[-47.37031,-23.40513],[-47.37028,-23.40525],[-47.37011,-23.40576],[-47.37005,-23.4059],[-47.36988,-23.40625],[-47.3698,-23.40646],[-47.36969,-23.4068],[-47.36965,-23.4069],[-47.36914,-23.40808],[-47.36902,-23.40837],[-47.36882,-23.40886],[-47.36879,-23.40894],[-47.36863,-23.40926],[-47.36859,-23.40934],[-47.3683,-23.40986],[-47.36829,-23.40988],[-47.36813,-23.41015],[-47.36812,-23.41016],[-47.36793,-23.41048],[-47.36789,-23.41054],[-47.36762,-23.41094],[-47.36755,-23.41105],[-47.35779,-23.42106],[-47.35747,-23.42113],[-47.35733,-23.42116],[-47.35709,-23.42118],[-47.35679,-23.42117],[-47.35642,-23.42112],[-47.35626,-23.42109],[-47.35542,-23.42085],[-47.35541,-23.42085],[-47.35537,-23.42086],[-47.35496,-23.42109],[-47.35462,-23.42132],[-47.35441,-23.4215],[-47.35441,-23.4215],[-47.3544,-23.42159],[-47.35439,-23.42169],[-47.35438,-23.42176],[-47.35438,-23.42179],[-47.35438,-23.42196],[-47.35438,-23.42228],[-47.35438,-23.42247],[-47.35439,-23.42256],[-47.35445,-23.42277],[-47.35451,-23.42302],[-47.35452,-23.42318],[-47.35447,-23.42366],[-47.35443,-23.4238],[-47.3542,-23.42422],[-47.35406,-23.42438],[-47.35407,-23.4245],[-47.35407,-23.42451],[-47.35405,-23.4249],[-47.35098,-23.42806],[-47.34814,-23.43058],[-47.34538,-23.43278],[-47.34487,-23.43284],[-47.34459,-23.43289],[-47.34429,-23.43301],[-47.34416,-23.4331],[-47.34376,-23.43403],[-47.34372,-23.43411],[-47.34055,-23.43665],[-47.34031,-23.43676],[-47.34008,-23.43682],[-47.3378,-23.43734],[-47.33462,-23.43806],[-47.33454,-23.43802],[-47.3341,-23.43796],[-47.33398,-23.43794],[-47.33371,-23.43788],[-47.33349,-23.4378],[-47.33324,-23.43769],[-47.33302,-23.43757],[-47.33284,-23.43744],[-47.33264,-23.43723],[-47.33244,-23.43729],[-47.3322,-23.43735],[-47.33207,-23.43737],[-47.33183,-23.4374],[-47.33169,-23.43741],[-47.33134,-23.43741],[-47.33034,-23.43781],[-47.3301,-23.43806],[-47.32992,-23.43821],[-47.32974,-23.43834],[-47.32947,-23.43848],[-47.32925,-23.43856],[-47.32897,-23.43862],[-47.32861,-23.43867],[-47.3281,-23.43954],[-47.32639,-23.43992],[-47.32511,-23.43976],[-47.32503,-23.43941],[-47.32502,-23.43932],[-47.32485,-23.43813],[-47.32465,-23.43764],[-47.3242,-23.43742],[-47.32391,-23.43727],[-47.3238,-23.43721],[-47.3229,-23.43663],[-47.32237,-23.43638],[-47.32218,-23.43634],[-47.32194,-23.43636],[-47.32021,-23.43701],[-47.32005,-23.43706],[-47.31851,-23.43741],[-47.31823,-23.43744],[-47.31724,-23.43743],[-47.31697,-23.43739],[-47.3162,-23.43721],[-47.31614,-23.4372],[-47.3161,-23.43719],[-47.31603,-23.43717],[-47.31586,-23.43712],[-47.31526,-23.43688],[-47.31471,-23.43643],[-47.31417,-23.43564],[-47.31396,-23.43504],[-47.31395,-23.43488],[-47.31392,-23.43446],[-47.31393,-23.43417],[-47.31402,-23.43365],[-47.31426,-23.4331],[-47.31493,-23.43224],[-47.31514,-23.43202],[-47.31555,-23.4317],[-47.31524,-23.43158],[-47.31455,-23.43116],[-47.31431,-23.43096],[-47.31312,-23.42972],[-47.31252,-23.42928],[-47.3125,-23.42927],[-47.30997,-23.42779],[-47.30994,-23.42777],[-47.30936,-23.42743],[-47.30919,-23.42731],[-47.30802,-23.42632],[-47.30794,-23.42624],[-47.3069,-23.42519],[-47.30572,-23.42434],[-47.3056,-23.42424],[-47.30559,-23.42423],[-47.30536,-23.42402],[-47.30508,-23.42377],[-47.30492,-23.42358],[-47.30421,-23.42258],[-47.30415,-23.42247],[-47.30347,-23.42129],[-47.30244,-23.41992],[-47.30191,-23.41943],[-47.30098,-23.41872],[-47.30057,-23.41861],[-47.29953,-23.41858],[-47.29943,-23.41858],[-47.29879,-23.41856],[-47.29858,-23.41914],[-47.29846,-23.41938],[-47.29829,-23.41964],[-47.2972,-23.42133],[-47.29605,-23.42334],[-47.29557,-23.42451],[-47.29555,-23.42583],[-47.29553,-23.42654],[-47.2951,-23.42744],[-47.2927,-23.42946],[-47.29223,-23.42971],[-47.29191,-23.42979],[-47.29164,-23.42983],[-47.28915,-23.42993],[-47.28707,-23.43198],[-47.28696,-23.43209],[-47.28666,-23.43231],[-47.28595,-23.43267],[-47.28564,-23.43278],[-47.28461,-23.43299],[-47.28437,-23.43302],[-47.28178,-23.43301],[-47.28164,-23.433],[-47.2808,-23.43291],[-47.27933,-23.43297],[-47.27907,-23.43295],[-47.27862,-23.43288],[-47.27837,-23.43281],[-47.27829,-23.43277],[-47.27762,-23.4325],[-47.27747,-23.43243],[-47.27705,-23.43219],[-47.27611,-23.43163],[-47.27539,-23.43122],[-47.27512,-23.431],[-47.27389,-23.42969],[-47.27383,-23.42962],[-47.27323,-23.42888],[-47.27287,-23.42845],[-47.27257,-23.42827],[-47.27091,-23.42771],[-47.27068,-23.42761],[-47.2701,-23.42727],[-47.26992,-23.42714],[-47.26585,-23.42358],[-47.26537,-23.42325],[-47.26488,-23.42303],[-47.26432,-23.42291],[-47.26382,-23.42293],[-47.26324,-23.42329],[-47.26123,-23.42492],[-47.26102,-23.42506],[-47.26044,-23.42535],[-47.26026,-23.42543],[-47.25958,-23.42564],[-47.25945,-23.42568],[-47.25897,-23.42573],[-47.25807,-23.42565],[-47.25787,-23.42561],[-47.2578,-23.42559],[-47.25731,-23.42547],[-47.25731,-23.42546],[-47.25695,-23.42537],[-47.25666,-23.42525],[-47.25645,-23.42514],[-47.25643,-23.42512],[-47.25636,-23.42508],[-47.25635,-23.42507],[-47.25633,-23.42506],[-47.25538,-23.42445],[-47.25492,-23.42415],[-47.25485,-23.4241],[-47.25421,-23.42361],[-47.25376,-23.42327],[-47.25367,-23.4232],[-47.25293,-23.42252],[-47.25265,-23.42212],[-47.25252,-23.42183],[-47.25245,-23.42164],[-47.25237,-23.42131],[-47.25234,-23.42117],[-47.25233,-23.42105],[-47.2523,-23.42103],[-47.25221,-23.421],[-47.25204,-23.42106],[-47.25057,-23.42202],[-47.25027,-23.42216],[-47.24919,-23.42249],[-47.24907,-23.42253],[-47.24882,-23.42258],[-47.24872,-23.42259],[-47.24867,-23.42259],[-47.24858,-23.42259],[-47.24856,-23.4226],[-47.24845,-23.4226],[-47.24794,-23.42262],[-47.24789,-23.42262],[-47.24782,-23.42262],[-47.24779,-23.42262],[-47.24776,-23.42262],[-47.24767,-23.42262],[-47.24766,-23.42262],[-47.24686,-23.4226],[-47.24646,-23.42253],[-47.24564,-23.42222],[-47.2454,-23.42214],[-47.24504,-23.42192],[-47.24442,-23.4214],[-47.2444,-23.42138],[-47.24433,-23.42132],[-47.2443,-23.4213],[-47.24409,-23.42112],[-47.24199,-23.41959],[-47.24179,-23.41965],[-47.24168,-23.4197],[-47.24049,-23.42035],[-47.24029,-23.42043],[-47.23878,-23.42093],[-47.2377,-23.42147],[-47.23666,-23.42214],[-47.23666,-23.42215],[-47.23584,-23.42233],[-47.23538,-23.42227],[-47.23512,-23.42221],[-47.23433,-23.42192],[-47.23412,-23.42182],[-47.23299,-23.42113],[-47.23172,-23.42068],[-47.23155,-23.42061],[-47.23052,-23.42006],[-47.22891,-23.41993],[-47.22875,-23.4199],[-47.22807,-23.41975],[-47.2279,-23.4197],[-47.22691,-23.41933],[-47.22545,-23.41935],[-47.22536,-23.41934],[-47.22405,-23.41925],[-47.22391,-23.41923],[-47.22203,-23.41886],[-47.22134,-23.41889],[-47.22124,-23.41889],[-47.21964,-23.41918],[-47.21944,-23.4192],[-47.21852,-23.41921],[-47.21832,-23.41919],[-47.21641,-23.4189],[-47.21503,-23.41895],[-47.21495,-23.41895],[-47.21328,-23.41891],[-47.2131,-23.41889],[-47.2124,-23.41876],[-47.21218,-23.41876],[-47.21197,-23.41876],[-47.21104,-23.41876],[-47.21091,-23.41876],[-47.21025,-23.41869],[-47.21009,-23.4187],[-47.20983,-23.4188],[-47.20941,-23.41888],[-47.20882,-23.41889],[-47.20854,-23.41886],[-47.20841,-23.41883],[-47.20803,-23.41875],[-47.20786,-23.41871],[-47.20781,-23.4187],[-47.20669,-23.4193],[-47.20618,-23.41944],[-47.20609,-23.41945],[-47.20573,-23.41963],[-47.20551,-23.41972],[-47.20522,-23.41981],[-47.2052,-23.41981],[-47.20486,-23.41986],[-47.20403,-23.41987],[-47.20399,-23.41998],[-47.20383,-23.42022],[-47.20365,-23.42106],[-47.20345,-23.42134],[-47.20303,-23.42172],[-47.20222,-23.42216],[-47.20169,-23.42231],[-47.20143,-23.42232],[-47.20078,-23.42287],[-47.20043,-23.42298],[-47.19997,-23.42303],[-47.19966,-23.42301],[-47.19931,-23.42293],[-47.19848,-23.42259],[-47.198,-23.42251],[-47.19759,-23.42255],[-47.19715,-23.42271],[-47.19661,-23.42279],[-47.19612,-23.42274],[-47.19528,-23.42229],[-47.19447,-23.42128],[-47.19425,-23.42081],[-47.19418,-23.42055],[-47.19416,-23.4201],[-47.19416,-23.42005],[-47.19419,-23.41983],[-47.19383,-23.42016],[-47.1934,-23.42023],[-47.19262,-23.42012],[-47.19154,-23.41956],[-47.19124,-23.4203],[-47.19107,-23.42042],[-47.19069,-23.4206],[-47.19006,-23.42078],[-47.18969,-23.42082],[-47.18842,-23.42076],[-47.18802,-23.42068],[-47.18764,-23.42052],[-47.18714,-23.42016],[-47.18711,-23.42012],[-47.18684,-23.41977],[-47.18664,-23.41943],[-47.18659,-23.41929],[-47.18658,-23.41929],[-47.18643,-23.4194],[-47.18624,-23.4195],[-47.18598,-23.41963],[-47.18575,-23.41971],[-47.18512,-23.41985],[-47.18485,-23.41989],[-47.18442,-23.41989],[-47.18427,-23.41989],[-47.18412,-23.41995],[-47.18384,-23.42001],[-47.18359,-23.42004],[-47.18313,-23.42009],[-47.18288,-23.42009],[-47.18254,-23.42005],[-47.18254,-23.42005],[-47.18234,-23.42005],[-47.18181,-23.42015],[-47.1818,-23.42015],[-47.18155,-23.42018],[-47.1812,-23.42018],[-47.18103,-23.42016],[-47.18076,-23.42012],[-47.18059,-23.42008],[-47.17905,-23.41963],[-47.17902,-23.41962],[-47.17884,-23.4197],[-47.17863,-23.41976],[-47.17828,-23.41983],[-47.178,-23.41985],[-47.17765,-23.41984],[-47.17747,-23.41982],[-47.17688,-23.4197],[-47.1767,-23.41973],[-47.17556,-23.41978],[-47.17528,-23.41976],[-47.17507,-23.41972],[-47.17481,-23.41964],[-47.17474,-23.41961],[-47.17467,-23.41964],[-47.17462,-23.41965],[-47.17451,-23.41968],[-47.17448,-23.41969],[-47.17422,-23.41975],[-47.17392,-23.41979],[-47.17362,-23.41979],[-47.17348,-23.41977],[-47.17308,-23.41991],[-47.17275,-23.41998],[-47.17238,-23.42001],[-47.16999,-23.4197],[-47.1666,-23.41915],[-47.16657,-23.41913],[-47.16647,-23.41903],[-47.16618,-23.41905],[-47.16579,-23.41901],[-47.16533,-23.41889],[-47.16503,-23.4189],[-47.1638,-23.4187],[-47.16325,-23.41839],[-47.16315,-23.41834],[-47.1625,-23.41841],[-47.16244,-23.41841],[-47.16212,-23.41843],[-47.15714,-23.41763],[-47.15526,-23.41712],[-47.15525,-23.41707],[-47.15529,-23.41647],[-47.15533,-23.41635],[-47.15522,-23.41621],[-47.15506,-23.4159],[-47.15481,-23.41513],[-47.1547,-23.41509],[-47.15452,-23.41505],[-47.15433,-23.41502],[-47.15416,-23.41501],[-47.15366,-23.41507],[-47.15355,-23.41508],[-47.15278,-23.4151],[-47.15266,-23.41509],[-47.15103,-23.41498],[-47.15065,-23.41497],[-47.15037,-23.41502],[-47.14938,-23.41541],[-47.14919,-23.41546],[-47.14339,-23.41388],[-47.13837,-23.41153],[-47.13755,-23.41079],[-47.13736,-23.4105],[-47.13681,-23.40897],[-47.13741,-23.40835],[-47.13781,-23.40807],[-47.13826,-23.40788],[-47.13847,-23.4077],[-47.13858,-23.40765],[-47.13857,-23.40765],[-47.13831,-23.40749],[-47.13793,-23.40715],[-47.13762,-23.40671],[-47.13752,-23.40663],[-47.13744,-23.40663],[-47.137,-23.40675],[-47.13664,-23.40678],[-47.13607,-23.40676],[-47.13601,-23.40674],[-47.13543,-23.40512],[-47.13511,-23.40256],[-47.13515,-23.4025],[-47.13551,-23.40216],[-47.1359,-23.40136],[-47.13655,-23.40075],[-47.13687,-23.40063],[-47.13731,-23.40055],[-47.1377,-23.40055],[-47.13798,-23.40058],[-47.13889,-23.40079],[-47.13886,-23.40072],[-47.13883,-23.40041],[-47.13885,-23.40008],[-47.13892,-23.39967],[-47.1384,-23.39873],[-47.13829,-23.39847],[-47.13814,-23.39793],[-47.13809,-23.39758],[-47.13809,-23.39717],[-47.13831,-23.39649],[-47.13893,-23.39561],[-47.13966,-23.39412],[-47.13979,-23.39391],[-47.14027,-23.3933],[-47.14028,-23.39328],[-47.13984,-23.39312],[-47.13895,-23.39235],[-47.13874,-23.39212],[-47.13837,-23.39157],[-47.13816,-23.39088],[-47.13816,-23.39048],[-47.13844,-23.38971],[-47.13864,-23.38946],[-47.13905,-23.38923],[-47.13758,-23.3874],[-47.13735,-23.38694],[-47.13702,-23.38565],[-47.13702,-23.38502],[-47.13711,-23.3847],[-47.13695,-23.38462],[-47.13685,-23.3845],[-47.13655,-23.38391],[-47.13647,-23.38349],[-47.13604,-23.38302],[-47.13601,-23.38303],[-47.13586,-23.38301],[-47.13561,-23.38317],[-47.13498,-23.38336],[-47.1345,-23.38337],[-47.13341,-23.38271],[-47.13323,-23.38238],[-47.13289,-23.38202],[-47.13269,-23.38173],[-47.13241,-23.38118],[-47.13238,-23.381],[-47.13176,-23.37617],[-47.13148,-23.37342],[-47.1315,-23.37341],[-47.1319,-23.3732],[-47.13308,-23.37287],[-47.13335,-23.3727],[-47.13387,-23.37204],[-47.13461,-23.37082],[-47.13479,-23.3706],[-47.13565,-23.36974],[-47.13576,-23.36963],[-47.13664,-23.36896],[-47.13678,-23.36876],[-47.13642,-23.368],[-47.13633,-23.36768],[-47.13616,-23.36663],[-47.13615,-23.36653],[-47.13602,-23.36486],[-47.13602,-23.36466],[-47.13618,-23.36291],[-47.13617,-23.3621],[-47.13599,-23.36071],[-47.13566,-23.3595],[-47.13561,-23.35925],[-47.13558,-23.35871],[-47.13569,-23.35814],[-47.13687,-23.35553],[-47.1374,-23.35435],[-47.13768,-23.35374],[-47.13815,-23.3532],[-47.13888,-23.35275],[-47.13909,-23.35264],[-47.14045,-23.35214],[-47.14046,-23.35172],[-47.14058,-23.35122],[-47.14095,-23.35045],[-47.14094,-23.35024],[-47.14082,-23.34979],[-47.14081,-23.34923],[-47.14088,-23.34886],[-47.14117,-23.3483],[-47.14155,-23.34787],[-47.14174,-23.3477],[-47.14225,-23.34733],[-47.14273,-23.34711],[-47.14779,-23.3461],[-47.14978,-23.34557],[-47.15154,-23.34492],[-47.15285,-23.34414],[-47.15296,-23.34409],[-47.15407,-23.34356],[-47.15437,-23.34347],[-47.15496,-23.34336],[-47.15516,-23.34334],[-47.15617,-23.34333],[-47.15647,-23.34283],[-47.15671,-23.34254],[-47.15709,-23.34221],[-47.15771,-23.34192],[-47.15933,-23.34168],[-47.15958,-23.34166],[-47.16202,-23.3418],[-47.16447,-23.34176],[-47.16499,-23.34162],[-47.16535,-23.34143],[-47.1657,-23.34125],[-47.16608,-23.3409],[-47.1678,-23.3382],[-47.16836,-23.33773],[-47.16958,-23.33723],[-47.16931,-23.33685],[-47.16917,-23.33657],[-47.16879,-23.33549],[-47.16872,-23.33506],[-47.16872,-23.33482],[-47.1688,-23.33442],[-47.16898,-23.33391],[-47.16907,-23.33373],[-47.16958,-23.33285],[-47.16986,-23.33172],[-47.16996,-23.33146],[-47.17025,-23.33091],[-47.17048,-23.3306],[-47.17132,-23.32979],[-47.17142,-23.32957],[-47.17166,-23.32854],[-47.17165,-23.32779],[-47.17183,-23.32715],[-47.17231,-23.32636],[-47.17073,-23.32626],[-47.17054,-23.32623],[-47.16855,-23.32579],[-47.16848,-23.32577],[-47.16591,-23.32503],[-47.16491,-23.32501],[-47.16464,-23.32497],[-47.16429,-23.32488],[-47.16394,-23.32473],[-47.16355,-23.32449],[-47.16325,-23.32422],[-47.16241,-23.32315],[-47.16109,-23.32202],[-47.16091,-23.32183],[-47.1605,-23.32128],[-47.16029,-23.32085],[-47.16017,-23.32039],[-47.16014,-23.3199],[-47.16037,-23.31847],[-47.16046,-23.31818],[-47.16067,-23.31769],[-47.16079,-23.31747],[-47.16128,-23.31677],[-47.16146,-23.31657],[-47.16233,-23.31578],[-47.16277,-23.31527],[-47.16338,-23.3143],[-47.1635,-23.31414],[-47.16397,-23.31361],[-47.16406,-23.31352],[-47.16501,-23.31267],[-47.165,-23.31267],[-47.16417,-23.31297],[-47.16385,-23.31304],[-47.16307,-23.3131],[-47.16289,-23.3131],[-47.16221,-23.31305],[-47.16176,-23.31293],[-47.16125,-23.31269],[-47.16083,-23.31234],[-47.16061,-23.31207],[-47.16038,-23.3116],[-47.16032,-23.31135],[-47.1603,-23.31094],[-47.1604,-23.31004],[-47.16008,-23.30784],[-47.16017,-23.30718],[-47.16028,-23.30693],[-47.16047,-23.30663],[-47.16103,-23.30597],[-47.16119,-23.30581],[-47.16209,-23.30507],[-47.16248,-23.30485],[-47.16326,-23.30459],[-47.16353,-23.30453],[-47.16473,-23.30443],[-47.16509,-23.30431],[-47.16573,-23.3035],[-47.16655,-23.30189],[-47.16676,-23.30114],[-47.16676,-23.30105],[-47.16603,-23.29796],[-47.16608,-23.29725],[-47.16636,-23.2965],[-47.16646,-23.29498],[-47.16663,-23.29443],[-47.16692,-23.29394],[-47.16707,-23.29375],[-47.16759,-23.29318],[-47.16781,-23.293],[-47.16807,-23.29282],[-47.16838,-23.29267],[-47.16927,-23.29239],[-47.16953,-23.29233],[-47.17096,-23.29221],[-47.17106,-23.2922],[-47.17458,-23.29217],[-47.1747,-23.29218],[-47.176,-23.2923],[-47.17626,-23.29235],[-47.17669,-23.29249],[-47.17694,-23.2926],[-47.17795,-23.2932],[-47.17843,-23.2932],[-47.17934,-23.29281],[-47.17988,-23.29238],[-47.18044,-23.29158],[-47.18098,-23.2906],[-47.18106,-23.29047],[-47.18246,-23.28854],[-47.18336,-23.28617],[-47.18344,-23.28602],[-47.1838,-23.28535],[-47.18391,-23.28518],[-47.1841,-23.28495],[-47.18433,-23.28472],[-47.18468,-23.28446],[-47.18464,-23.28429],[-47.18459,-23.28375],[-47.18454,-23.28317],[-47.18461,-23.28263],[-47.18513,-23.28124],[-47.1852,-23.28108],[-47.1858,-23.28],[-47.18592,-23.27981],[-47.18738,-23.27803],[-47.18761,-23.27759],[-47.18763,-23.27748],[-47.18786,-23.27694],[-47.18807,-23.27666],[-47.18794,-23.27548],[-47.18813,-23.27468],[-47.18845,-23.27419],[-47.18865,-23.27395],[-47.18929,-23.27337],[-47.18924,-23.27252],[-47.18947,-23.27172],[-47.1897,-23.27141],[-47.18974,-23.27088],[-47.18985,-23.27046],[-47.19013,-23.26984],[-47.19003,-23.2629],[-47.18989,-23.2538],[-47.18981,-23.2489],[-47.18972,-23.24895],[-47.18929,-23.24908],[-47.18877,-23.24912],[-47.1883,-23.24906],[-47.1881,-23.24909],[-47.18789,-23.24922],[-47.18744,-23.24938],[-47.18723,-23.24941],[-47.18686,-23.24968],[-47.18657,-23.24984],[-47.18598,-23.25006],[-47.1856,-23.25014],[-47.18513,-23.25016],[-47.18441,-23.24996],[-47.18417,-23.2498],[-47.1838,-23.24941],[-47.18348,-23.24887],[-47.18343,-23.24889],[-47.18304,-23.24908],[-47.18285,-23.24923],[-47.18244,-23.24974],[-47.18239,-23.25003],[-47.18195,-23.25076],[-47.1819,-23.2508],[-47.18172,-23.25162],[-47.18156,-23.25201],[-47.18099,-23.25292],[-47.18079,-23.25367],[-47.18054,-23.25414],[-47.18043,-23.25427],[-47.18042,-23.25451],[-47.18039,-23.25479],[-47.18019,-23.25554],[-47.17986,-23.25612],[-47.17827,-23.25767],[-47.17787,-23.25793],[-47.17681,-23.25836],[-47.1764,-23.25844],[-47.17494,-23.2585],[-47.17459,-23.2586],[-47.17427,-23.25865],[-47.17324,-23.25867],[-47.1728,-23.25877],[-47.17195,-23.25895],[-47.17169,-23.25897],[-47.16871,-23.25896],[-47.16836,-23.25891],[-47.16824,-23.25887],[-47.16756,-23.25866],[-47.16717,-23.25861],[-47.16538,-23.2588],[-47.16506,-23.25879],[-47.16381,-23.25859],[-47.16367,-23.25856],[-47.16244,-23.25821],[-47.16133,-23.258],[-47.16009,-23.25787],[-47.159,-23.25795],[-47.15777,-23.25817],[-47.15749,-23.25819],[-47.15682,-23.25815],[-47.15651,-23.25809],[-47.1561,-23.25795],[-47.15513,-23.2578],[-47.15478,-23.2577],[-47.15415,-23.25739],[-47.1529,-23.25733],[-47.15248,-23.25723],[-47.15143,-23.25678],[-47.15115,-23.25672],[-47.15044,-23.25672],[-47.14976,-23.25647],[-47.14967,-23.25656],[-47.14941,-23.25675],[-47.14906,-23.25693],[-47.14845,-23.25708],[-47.1481,-23.25706],[-47.14778,-23.25692],[-47.14754,-23.25702],[-47.14671,-23.25707],[-47.14653,-23.25701],[-47.1464,-23.25692],[-47.14566,-23.25675],[-47.14542,-23.25661],[-47.1449,-23.25598],[-47.14467,-23.25536],[-47.14464,-23.25511],[-47.14455,-23.25505],[-47.14429,-23.25466],[-47.14388,-23.25438],[-47.14375,-23.25438],[-47.14374,-23.2544],[-47.14328,-23.25476],[-47.14267,-23.25503],[-47.14209,-23.25514],[-47.14165,-23.2551],[-47.14067,-23.25446],[-47.14038,-23.25393],[-47.14014,-23.25363],[-47.13934,-23.25293],[-47.13893,-23.2527],[-47.13871,-23.25255],[-47.13831,-23.2522],[-47.13805,-23.25185],[-47.13724,-23.25033],[-47.13707,-23.25027],[-47.13633,-23.25015],[-47.13583,-23.24995],[-47.13505,-23.24942],[-47.13498,-23.2494],[-47.13414,-23.24934],[-47.13391,-23.2493],[-47.13326,-23.24913],[-47.13291,-23.24898],[-47.13178,-23.24824],[-47.13138,-23.24782],[-47.13101,-23.24718],[-47.12968,-23.24572],[-47.1284,-23.24487],[-47.12804,-23.24451],[-47.12764,-23.24386],[-47.12748,-23.24345],[-47.1274,-23.24304],[-47.12732,-23.24294],[-47.12715,-23.24263],[-47.12695,-23.24211],[-47.12578,-23.24096],[-47.12555,-23.24064],[-47.12495,-23.23944],[-47.12486,-23.23919],[-47.12464,-23.23835],[-47.12461,-23.23812],[-47.12452,-23.23642],[-47.12383,-23.23635],[-47.12335,-23.2362],[-47.12293,-23.23596],[-47.12268,-23.23577],[-47.12205,-23.23515],[-47.12192,-23.235],[-47.12134,-23.23421],[-47.1212,-23.23398],[-47.12076,-23.23297],[-47.12066,-23.23257],[-47.12054,-23.23099],[-47.12043,-23.23046],[-47.12026,-23.22997],[-47.12019,-23.22986],[-47.11981,-23.22957],[-47.11763,-23.22883],[-47.11721,-23.22859],[-47.1165,-23.22797],[-47.11633,-23.22779],[-47.11632,-23.22777],[-47.11604,-23.22506],[-47.1174,-23.22248],[-47.11927,-23.21958],[-47.11947,-23.21951],[-47.12136,-23.2191],[-47.12174,-23.21895],[-47.12191,-23.21882],[-47.12215,-23.21853],[-47.12279,-23.21738],[-47.12301,-23.21711],[-47.124,-23.21614],[-47.1241,-23.21606],[-47.12573,-23.21476],[-47.12673,-23.21367],[-47.12703,-23.21316],[-47.12709,-23.2129],[-47.12698,-23.21197],[-47.12637,-23.20975],[-47.12633,-23.20933],[-47.1264,-23.20854],[-47.12933,-23.20399],[-47.12965,-23.2036],[-47.12997,-23.20321],[-47.1303,-23.20308],[-47.13281,-23.20247],[-47.1336,-23.20296],[-47.13376,-23.203],[-47.13957,-23.20284],[-47.14219,-23.20251],[-47.14359,-23.20223],[-47.14819,-23.20052],[-47.14834,-23.20048],[-47.15047,-23.19999],[-47.15064,-23.19997],[-47.15168,-23.19988],[-47.15183,-23.19988],[-47.15298,-23.19992],[-47.15339,-23.20001],[-47.15526,-23.20077],[-47.15576,-23.2008],[-47.15643,-23.20074],[-47.15709,-23.20058],[-47.15766,-23.20039],[-47.16017,-23.19909],[-47.16029,-23.19904],[-47.16296,-23.19801],[-47.16296,-23.19801],[-47.16486,-23.19728],[-47.16495,-23.19724],[-47.16499,-23.19723],[-47.16511,-23.19718],[-47.16518,-23.19716],[-47.16721,-23.19652],[-47.16749,-23.19646],[-47.17216,-23.19613],[-47.17301,-23.19607],[-47.17442,-23.19597],[-47.17869,-23.19525],[-47.17988,-23.19493],[-47.18089,-23.19453],[-47.18353,-23.19349],[-47.1836,-23.19347],[-47.18485,-23.19307],[-47.18495,-23.19304],[-47.1872,-23.19252],[-47.18727,-23.1925],[-47.18927,-23.19217],[-47.19118,-23.19131],[-47.19249,-23.19018],[-47.1933,-23.18921],[-47.19367,-23.18863],[-47.19411,-23.1878],[-47.19423,-23.18736],[-47.1956,-23.18703],[-47.19588,-23.18696],[-47.19835,-23.18655],[-47.19835,-23.18655],[-47.19851,-23.18661],[-47.19876,-23.18674],[-47.1988,-23.18677],[-47.19905,-23.18698],[-47.19907,-23.18701],[-47.19928,-23.18744],[-47.19934,-23.18752],[-47.19936,-23.18755],[-47.19946,-23.18795],[-47.19946,-23.18795],[-47.19948,-23.18804],[-47.19952,-23.18816],[-47.19952,-23.18817],[-47.19968,-23.18819],[-47.1997,-23.18819],[-47.19981,-23.18828],[-47.19982,-23.18828],[-47.19985,-23.18829],[-47.20021,-23.18843],[-47.20032,-23.18849],[-47.20055,-23.18867],[-47.20061,-23.18872],[-47.20072,-23.18873],[-47.20076,-23.18874],[-47.20089,-23.18877],[-47.20094,-23.18879],[-47.20127,-23.18895],[-47.20131,-23.18898],[-47.20167,-23.18943],[-47.2017,-23.18943],[-47.20177,-23.18943],[-47.20184,-23.18944],[-47.20198,-23.18945],[-47.2021,-23.18947],[-47.20221,-23.18949],[-47.20222,-23.18949],[-47.2025,-23.18921],[-47.20254,-23.18919],[-47.20274,-23.1891],[-47.20276,-23.18909],[-47.20283,-23.18908],[-47.20289,-23.18904],[-47.20292,-23.18902],[-47.20293,-23.18902],[-47.20303,-23.18883],[-47.20308,-23.18876],[-47.20322,-23.18859],[-47.20326,-23.18855],[-47.20348,-23.1884],[-47.20349,-23.18838],[-47.20404,-23.18795],[-47.20409,-23.18793],[-47.20434,-23.18787],[-47.20438,-23.18786],[-47.20457,-23.18784],[-47.20465,-23.18784],[-47.20469,-23.18785],[-47.20479,-23.18784],[-47.20482,-23.18784],[-47.20506,-23.18787],[-47.2051,-23.18788],[-47.20511,-23.18788],[-47.20532,-23.18789],[-47.20543,-23.18786],[-47.20563,-23.18783],[-47.20572,-23.18782],[-47.20596,-23.18782],[-47.20605,-23.18784],[-47.20619,-23.18786],[-47.20629,-23.18789],[-47.20648,-23.18794],[-47.20656,-23.18798],[-47.20668,-23.18804],[-47.20681,-23.1881],[-47.20701,-23.18825],[-47.20707,-23.18829],[-47.20726,-23.1885],[-47.2073,-23.18856],[-47.20748,-23.1889],[-47.20752,-23.18902],[-47.20758,-23.18935],[-47.20758,-23.18938],[-47.20759,-23.18939],[-47.2076,-23.18939],[-47.20772,-23.18936],[-47.20789,-23.18931],[-47.20809,-23.18928],[-47.20823,-23.18926],[-47.20863,-23.18924],[-47.20901,-23.18921],[-47.20928,-23.18919],[-47.2094,-23.18919],[-47.20962,-23.1892],[-47.20982,-23.18922],[-47.2099,-23.18924],[-47.2101,-23.18933],[-47.21018,-23.18925],[-47.21024,-23.1892],[-47.21052,-23.18895],[-47.21092,-23.18872],[-47.211,-23.18869],[-47.2114,-23.18862],[-47.21152,-23.18862],[-47.21179,-23.18865],[-47.21186,-23.18867],[-47.21255,-23.1891],[-47.2127,-23.18929],[-47.21278,-23.1894],[-47.21291,-23.1896],[-47.21306,-23.18996],[-47.21311,-23.19018],[-47.21314,-23.1904],[-47.2289,-23.20987],[-47.22898,-23.20997],[-47.22899,-23.20998],[-47.22915,-23.21016],[-47.22928,-23.21026],[-47.22929,-23.21027],[-47.2294,-23.21031],[-47.22941,-23.21031],[-47.23027,-23.2105],[-47.23029,-23.2105],[-47.23164,-23.21083],[-47.23222,-23.21095],[-47.23343,-23.21118],[-47.23344,-23.21118],[-47.23416,-23.21132],[-47.23429,-23.21135],[-47.23477,-23.2115],[-47.23487,-23.21154],[-47.23572,-23.21188],[-47.23574,-23.21189],[-47.23658,-23.21225],[-47.23676,-23.21234],[-47.23715,-23.21259],[-47.23745,-23.21286],[-47.23767,-23.21315],[-47.23783,-23.21341],[-47.238,-23.21379],[-47.2381,-23.21428],[-47.2381,-23.21493],[-47.23809,-23.2151],[-47.23802,-23.21559],[-47.23801,-23.21566],[-47.238,-23.21641],[-47.23803,-23.21651],[-47.23876,-23.21616],[-47.23885,-23.21612],[-47.23933,-23.21593],[-47.23983,-23.21585],[-47.24018,-23.21586],[-47.24051,-23.21593],[-47.24076,-23.21601],[-47.24108,-23.21618],[-47.24138,-23.21639],[-47.24165,-23.21666],[-47.24185,-23.21692],[-47.24202,-23.21716],[-47.24211,-23.21727],[-47.24217,-23.21736],[-47.24253,-23.21796],[-47.24264,-23.21819],[-47.24317,-23.21966],[-47.24339,-23.22016],[-47.24373,-23.22072],[-47.24438,-23.22151],[-47.24451,-23.22169],[-47.24479,-23.22219],[-47.24492,-23.22252],[-47.24494,-23.22261],[-47.24498,-23.22279],[-47.24501,-23.22308],[-47.245,-23.22349],[-47.24495,-23.22382],[-47.24487,-23.22411],[-47.24477,-23.22434],[-47.24458,-23.22469],[-47.24447,-23.22497],[-47.24447,-23.22497],[-47.24447,-23.22502],[-47.24447,-23.22502],[-47.24449,-23.22519],[-47.24463,-23.22593],[-47.24463,-23.22598],[-47.24478,-23.22694],[-47.24479,-23.22703],[-47.24483,-23.22769],[-47.24483,-23.22788],[-47.24475,-23.22878],[-47.24475,-23.22883],[-47.24471,-23.22912],[-47.24482,-23.22914],[-47.2458,-23.22922],[-47.24585,-23.22922],[-47.24707,-23.22928],[-47.24822,-23.22931],[-47.24899,-23.22924],[-47.24953,-23.22913],[-47.24958,-23.22912],[-47.25031,-23.229],[-47.25038,-23.22899],[-47.25095,-23.22893],[-47.25128,-23.22894],[-47.25169,-23.22901],[-47.25199,-23.2291],[-47.25277,-23.22945],[-47.25281,-23.22947],[-47.25325,-23.22968],[-47.25345,-23.22975],[-47.25352,-23.22975],[-47.2538,-23.2297],[-47.2543,-23.22947],[-47.2554,-23.22887],[-47.25578,-23.22874],[-47.25636,-23.22863],[-47.2566,-23.22861],[-47.25688,-23.22862],[-47.25703,-23.22863],[-47.25723,-23.22866],[-47.25751,-23.22874],[-47.25785,-23.22887],[-47.25841,-23.22933],[-47.25865,-23.22968],[-47.25881,-23.23006],[-47.2589,-23.23041],[-47.25894,-23.23068],[-47.25895,-23.23128],[-47.25904,-23.23234],[-47.25904,-23.23234],[-47.2591,-23.23299],[-47.25919,-23.23387],[-47.25935,-23.23444],[-47.25946,-23.2348],[-47.2596,-23.23508],[-47.25976,-23.23536],[-47.25979,-23.2354],[-47.25988,-23.23527],[-47.26006,-23.23507],[-47.26015,-23.23498],[-47.26033,-23.23484],[-47.26048,-23.23475],[-47.26065,-23.23466],[-47.26091,-23.23455],[-47.26104,-23.23451],[-47.26135,-23.23442],[-47.26157,-23.23437],[-47.26181,-23.23435],[-47.26204,-23.23435],[-47.26228,-23.23437],[-47.26245,-23.2344],[-47.26281,-23.23448],[-47.2629,-23.23451],[-47.26411,-23.23489],[-47.26417,-23.23492],[-47.26459,-23.23501],[-47.26511,-23.23508],[-47.26513,-23.23508],[-47.26566,-23.23516],[-47.26592,-23.23519],[-47.26613,-23.2352],[-47.26638,-23.23521],[-47.26645,-23.2352],[-47.26645,-23.2352],[-47.26655,-23.23518],[-47.2666,-23.23516],[-47.26661,-23.23516],[-47.26665,-23.23511],[-47.26689,-23.2348],[-47.26694,-23.23475],[-47.2671,-23.23456],[-47.26736,-23.23427],[-47.26737,-23.23426],[-47.26778,-23.23381],[-47.26778,-23.2338],[-47.26795,-23.23362],[-47.26811,-23.23343],[-47.26819,-23.23334],[-47.26833,-23.23321],[-47.26846,-23.2331],[-47.26861,-23.23299],[-47.26879,-23.23288],[-47.26893,-23.23281],[-47.26904,-23.23277],[-47.26923,-23.23269],[-47.26944,-23.23263],[-47.26976,-23.23258],[-47.26994,-23.23254],[-47.27013,-23.2325],[-47.27021,-23.23248],[-47.27034,-23.23244],[-47.27056,-23.2324],[-47.27065,-23.23239],[-47.27089,-23.23239],[-47.27104,-23.2324],[-47.27109,-23.23241],[-47.27133,-23.23244],[-47.27155,-23.23249],[-47.27173,-23.23255],[-47.27202,-23.23268],[-47.27236,-23.2329],[-47.2725,-23.23301],[-47.27272,-23.23321],[-47.27281,-23.23329],[-47.27295,-23.23345],[-47.27312,-23.23367],[-47.27323,-23.23388],[-47.27337,-23.23412],[-47.27343,-23.23422],[-47.27349,-23.23416],[-47.27372,-23.23387],[-47.27372,-23.23386],[-47.27388,-23.23366],[-47.2739,-23.23364],[-47.27408,-23.23343],[-47.27419,-23.23329],[-47.27419,-23.23325],[-47.27419,-23.23321],[-47.27421,-23.23294],[-47.27423,-23.2328],[-47.27426,-23.23264],[-47.2743,-23.23247],[-47.27436,-23.23228],[-47.27438,-23.23224],[-47.27446,-23.23203],[-47.275,-23.23139],[-47.27582,-23.23125],[-47.27654,-23.23168],[-47.27671,-23.23189],[-47.27678,-23.23198],[-47.2768,-23.232],[-47.27684,-23.23206],[-47.27688,-23.23209],[-47.277,-23.2322],[-47.2771,-23.2323],[-47.27716,-23.23238],[-47.27727,-23.23252],[-47.27732,-23.23259],[-47.27746,-23.23291],[-47.27748,-23.23298],[-47.27753,-23.2334],[-47.27752,-23.23351],[-47.2775,-23.23362],[-47.27763,-23.23357],[-47.27769,-23.23355],[-47.27799,-23.2335],[-47.27808,-23.23349],[-47.2781,-23.23349],[-47.27813,-23.23349],[-47.27815,-23.23348],[-47.27816,-23.23348],[-47.27826,-23.23344],[-47.27843,-23.23339],[-47.27851,-23.23337],[-47.2788,-23.23335],[-47.27887,-23.23335],[-47.27892,-23.23335],[-47.27893,-23.23334],[-47.27896,-23.23332],[-47.27939,-23.23313],[-47.27944,-23.23312],[-47.2795,-23.23306],[-47.27965,-23.23292],[-47.27973,-23.23286],[-47.27975,-23.23285],[-47.27983,-23.23275],[-47.27987,-23.23272],[-47.27987,-23.23271],[-47.27999,-23.23256],[-47.28004,-23.23252],[-47.28038,-23.23227],[-47.28042,-23.23225],[-47.28049,-23.23221],[-47.28063,-23.23216],[-47.28066,-23.23213],[-47.28083,-23.232],[-47.28086,-23.23197],[-47.28087,-23.23196],[-47.2809,-23.23192],[-47.28095,-23.23187],[-47.28105,-23.23171],[-47.28112,-23.23161],[-47.28145,-23.23133],[-47.28154,-23.23127],[-47.28179,-23.23116],[-47.28193,-23.23111],[-47.2822,-23.23106],[-47.28229,-23.23105],[-47.28239,-23.23105],[-47.28249,-23.23105],[-47.28287,-23.23111],[-47.28298,-23.23114],[-47.28336,-23.23134],[-47.28351,-23.23146],[-47.28369,-23.23157],[-47.28371,-23.23158],[-47.28373,-23.23158],[-47.2839,-23.23158],[-47.28442,-23.23155],[-47.28493,-23.23151],[-47.28513,-23.23148],[-47.28587,-23.23131],[-47.28604,-23.23128],[-47.2864,-23.23126],[-47.28657,-23.23125],[-47.28691,-23.23128],[-47.28698,-23.23128],[-47.28722,-23.23131],[-47.28748,-23.23134],[-47.28749,-23.23134],[-47.28766,-23.23137],[-47.28766,-23.23137],[-47.28774,-23.23138],[-47.2888,-23.23151],[-47.28881,-23.23151],[-47.2907,-23.23176],[-47.29151,-23.23182],[-47.29225,-23.23181],[-47.29315,-23.23171],[-47.29369,-23.23165],[-47.2941,-23.23161],[-47.29422,-23.2316],[-47.29489,-23.23159],[-47.295,-23.23159],[-47.29533,-23.23162],[-47.2954,-23.23162],[-47.29569,-23.23166],[-47.29571,-23.23166],[-47.29631,-23.23175],[-47.29638,-23.23177],[-47.29659,-23.23181],[-47.29659,-23.2318],[-47.29671,-23.23168],[-47.29673,-23.23165],[-47.29674,-23.23163],[-47.29677,-23.23157],[-47.2968,-23.23151],[-47.29681,-23.23151],[-47.29685,-23.23136],[-47.2969,-23.23125],[-47.29692,-23.23122],[-47.29697,-23.23113],[-47.2972,-23.23082],[-47.29723,-23.2308],[-47.29724,-23.23077],[-47.29727,-23.23073],[-47.29783,-23.23031],[-47.29787,-23.23029],[-47.29811,-23.23023],[-47.2982,-23.23022],[-47.29831,-23.2298],[-47.29835,-23.22973],[-47.29859,-23.22948],[-47.2986,-23.22947],[-47.29863,-23.22943],[-47.29876,-23.2293],[-47.29877,-23.22929],[-47.29892,-23.22913],[-47.299,-23.22903],[-47.2991,-23.22894],[-47.29918,-23.22886],[-47.29935,-23.22874],[-47.29936,-23.22872],[-47.29946,-23.22861],[-47.29953,-23.2285],[-47.29955,-23.22846],[-47.29958,-23.22835],[-47.29976,-23.22799],[-47.29982,-23.22791],[-47.30011,-23.22762],[-47.30019,-23.22757],[-47.3005,-23.22742],[-47.30055,-23.2274],[-47.30061,-23.22718],[-47.30064,-23.22712],[-47.30083,-23.22687],[-47.30091,-23.22679],[-47.30114,-23.2266],[-47.30125,-23.22653],[-47.30129,-23.22651],[-47.3013,-23.2265],[-47.30141,-23.22643],[-47.30144,-23.22641],[-47.30173,-23.22623],[-47.30202,-23.22605],[-47.30212,-23.22599],[-47.30225,-23.22593],[-47.30235,-23.22587],[-47.30255,-23.22577],[-47.3027,-23.22572],[-47.30274,-23.2257],[-47.30277,-23.22569],[-47.30279,-23.22568],[-47.30285,-23.22566],[-47.30288,-23.22565],[-47.30289,-23.22564],[-47.30297,-23.22561],[-47.30322,-23.22555],[-47.30327,-23.22554],[-47.30341,-23.22544],[-47.30349,-23.22539],[-47.30372,-23.22529],[-47.3038,-23.22527],[-47.30396,-23.22523],[-47.3042,-23.22507],[-47.30444,-23.22492],[-47.30459,-23.22483],[-47.3047,-23.22478],[-47.30478,-23.22473],[-47.30487,-23.22468],[-47.30491,-23.22465],[-47.30502,-23.22459],[-47.3051,-23.22452],[-47.30516,-23.22447],[-47.30535,-23.22432],[-47.30537,-23.22431],[-47.30545,-23.22425],[-47.30564,-23.22413],[-47.30576,-23.22408],[-47.3058,-23.22406],[-47.30585,-23.224],[-47.3059,-23.22394],[-47.30596,-23.22386],[-47.30603,-23.2238],[-47.30606,-23.22367],[-47.30607,-23.22364],[-47.30608,-23.22363],[-47.30608,-23.22361],[-47.30608,-23.22357],[-47.30614,-23.22317],[-47.30615,-23.22315],[-47.30644,-23.22269],[-47.30647,-23.22266],[-47.30674,-23.22245],[-47.30678,-23.22244],[-47.30694,-23.22236],[-47.30701,-23.22233],[-47.30709,-23.22231],[-47.30716,-23.22229],[-47.30737,-23.22224],[-47.30759,-23.22222],[-47.30765,-23.22221],[-47.3079,-23.2222],[-47.30794,-23.22219],[-47.30799,-23.22219],[-47.3082,-23.22219],[-47.30828,-23.22218],[-47.30829,-23.22218],[-47.30869,-23.22217],[-47.30873,-23.22217],[-47.30878,-23.22217],[-47.30915,-23.22217],[-47.30923,-23.22217],[-47.30938,-23.22219],[-47.30983,-23.22225],[-47.31004,-23.2223],[-47.3105,-23.22245],[-47.31068,-23.22252],[-47.31146,-23.22292],[-47.31155,-23.22297],[-47.31281,-23.22374],[-47.31285,-23.22377],[-47.3134,-23.22414],[-47.31351,-23.22423],[-47.31405,-23.22468],[-47.31405,-23.22469],[-47.31588,-23.22626],[-47.31786,-23.2279],[-47.318,-23.22804],[-47.31833,-23.22842],[-47.31866,-23.2288],[-47.31915,-23.22937],[-47.31918,-23.22941],[-47.32028,-23.2308],[-47.32092,-23.23156],[-47.32132,-23.23189],[-47.32211,-23.23233],[-47.32274,-23.23264],[-47.3234,-23.23284],[-47.32362,-23.23291],[-47.32466,-23.233],[-47.32471,-23.233],[-47.32506,-23.23304],[-47.3251,-23.23292],[-47.32513,-23.23286],[-47.32517,-23.23276],[-47.32519,-23.23272],[-47.32526,-23.23256],[-47.32528,-23.23253],[-47.32549,-23.23211],[-47.32563,-23.2318],[-47.32569,-23.23167],[-47.32572,-23.23161],[-47.3258,-23.23137],[-47.3258,-23.23136],[-47.32583,-23.23129],[-47.32588,-23.23117],[-47.3259,-23.23112],[-47.32594,-23.23105],[-47.32599,-23.23096],[-47.32601,-23.23092],[-47.32607,-23.23082],[-47.32613,-23.23074],[-47.32618,-23.23068],[-47.32633,-23.23051],[-47.32642,-23.23042],[-47.32647,-23.23038],[-47.32674,-23.23015],[-47.32693,-23.22985],[-47.32721,-23.22934],[-47.32734,-23.22914],[-47.32754,-23.2289],[-47.32763,-23.2288],[-47.32786,-23.22858],[-47.32801,-23.22846],[-47.32862,-23.22803],[-47.32922,-23.22763],[-47.32942,-23.22742],[-47.32945,-23.22734],[-47.32959,-23.22706],[-47.32964,-23.22695],[-47.33008,-23.22623],[-47.33019,-23.22607],[-47.33044,-23.22577],[-47.33051,-23.22569],[-47.33073,-23.22547],[-47.3309,-23.22532],[-47.3313,-23.22504],[-47.33139,-23.22499],[-47.33175,-23.22478],[-47.33207,-23.22459],[-47.33211,-23.22455],[-47.33267,-23.22398],[-47.33273,-23.22393],[-47.33296,-23.22372],[-47.33302,-23.22368],[-47.33315,-23.22357],[-47.33323,-23.22352],[-47.33337,-23.22342],[-47.33341,-23.22339],[-47.33355,-23.22331],[-47.3336,-23.22328],[-47.33424,-23.22293],[-47.33432,-23.22286],[-47.33441,-23.22277],[-47.33485,-23.22227],[-47.33501,-23.22209],[-47.33523,-23.22183],[-47.33535,-23.22168],[-47.33538,-23.22166],[-47.33549,-23.22154],[-47.33554,-23.22149],[-47.33571,-23.22132],[-47.33574,-23.22129],[-47.33598,-23.22106],[-47.33602,-23.22103],[-47.33623,-23.22084],[-47.33653,-23.22058],[-47.33697,-23.22015],[-47.33698,-23.22014],[-47.33768,-23.21949],[-47.33797,-23.21929],[-47.33814,-23.2192],[-47.3387,-23.21892],[-47.33907,-23.21872],[-47.33936,-23.21856],[-47.33986,-23.21825],[-47.33999,-23.21817],[-47.34039,-23.21787],[-47.3405,-23.21777],[-47.34056,-23.21769],[-47.34074,-23.21716],[-47.34075,-23.21714],[-47.34105,-23.21631],[-47.34107,-23.21626],[-47.34141,-23.21545],[-47.34159,-23.21514],[-47.34175,-23.21495],[-47.34212,-23.21447],[-47.3422,-23.21438],[-47.34222,-23.21435],[-47.34223,-23.21433],[-47.34236,-23.21418],[-47.34242,-23.2141],[-47.34254,-23.21393],[-47.34269,-23.21373],[-47.3427,-23.21372],[-47.34294,-23.21317],[-47.34296,-23.21314],[-47.343,-23.21306],[-47.34301,-23.21303],[-47.34307,-23.21292],[-47.34319,-23.21268],[-47.34325,-23.21256],[-47.3433,-23.21246],[-47.34333,-23.21238],[-47.34336,-23.21228],[-47.34336,-23.21226],[-47.34337,-23.21221],[-47.34343,-23.21128],[-47.34344,-23.21118],[-47.34344,-23.21102],[-47.34343,-23.21088],[-47.3434,-23.21064],[-47.34334,-23.21],[-47.34333,-23.20992],[-47.34332,-23.20984],[-47.34331,-23.20976],[-47.34331,-23.20964],[-47.34331,-23.20956],[-47.34331,-23.20954],[-47.34331,-23.2095],[-47.34318,-23.20808],[-47.34317,-23.20802],[-47.34316,-23.20798],[-47.34314,-23.20782],[-47.34314,-23.20781],[-47.34311,-23.20764],[-47.3431,-23.20759],[-47.34303,-23.20708],[-47.343,-23.20687],[-47.34282,-23.20568],[-47.3428,-23.20554],[-47.34269,-23.20496],[-47.34265,-23.20479],[-47.34261,-23.20465],[-47.34258,-23.20455],[-47.34258,-23.20454],[-47.34253,-23.2044],[-47.34251,-23.20432],[-47.34245,-23.20409],[-47.34244,-23.20401],[-47.3424,-23.20382],[-47.34239,-23.20374],[-47.34238,-23.2037],[-47.34228,-23.20335],[-47.34226,-23.20327],[-47.34224,-23.20315],[-47.34223,-23.20309],[-47.34222,-23.20299],[-47.34221,-23.20293],[-47.3422,-23.20281],[-47.34219,-23.20263],[-47.3422,-23.20254],[-47.3422,-23.20248],[-47.34222,-23.20235],[-47.34225,-23.20218],[-47.34228,-23.20204],[-47.34229,-23.20201],[-47.34256,-23.20107],[-47.34262,-23.20084],[-47.34272,-23.20045],[-47.34273,-23.20039],[-47.34274,-23.20032],[-47.34275,-23.20023],[-47.34275,-23.20013],[-47.34275,-23.20011],[-47.34276,-23.1999],[-47.34275,-23.19976],[-47.34274,-23.19955],[-47.34274,-23.19939],[-47.34275,-23.19933],[-47.34275,-23.19928],[-47.34286,-23.19886],[-47.34289,-23.19879],[-47.34291,-23.19875],[-47.34299,-23.19858],[-47.34311,-23.1984],[-47.34316,-23.19833],[-47.34327,-23.19821],[-47.34341,-23.19806],[-47.34363,-23.19782],[-47.34368,-23.19777],[-47.34376,-23.19769],[-47.34388,-23.19759],[-47.34396,-23.19753],[-47.34401,-23.1975],[-47.34413,-23.19742],[-47.34423,-23.19735],[-47.3446,-23.19716],[-47.34466,-23.19713],[-47.34493,-23.19701],[-47.34495,-23.197],[-47.34519,-23.19689],[-47.34521,-23.19688],[-47.34523,-23.19688],[-47.34545,-23.19674],[-47.34547,-23.19673],[-47.34547,-23.19673],[-47.34556,-23.19667],[-47.3457,-23.1966],[-47.34576,-23.19658],[-47.34604,-23.1965],[-47.34607,-23.19649],[-47.34611,-23.19648],[-47.34635,-23.19647],[-47.34642,-23.19647],[-47.34658,-23.19649],[-47.34667,-23.1965],[-47.34679,-23.19653],[-47.34689,-23.19655],[-47.34695,-23.19657],[-47.34709,-23.19662],[-47.34724,-23.19665],[-47.34748,-23.19671],[-47.34749,-23.19671],[-47.34783,-23.1968],[-47.34797,-23.19684],[-47.34808,-23.19688],[-47.34814,-23.19691],[-47.34827,-23.19696],[-47.34837,-23.19701],[-47.34846,-23.19706],[-47.34854,-23.19708],[-47.34861,-23.19709],[-47.34871,-23.19711],[-47.34872,-23.19712],[-47.34949,-23.1973],[-47.34957,-23.19731],[-47.34964,-23.19732],[-47.34988,-23.19734],[-47.35008,-23.19734],[-47.35031,-23.19735],[-47.35049,-23.19735],[-47.35058,-23.19735],[-47.35076,-23.19734],[-47.35089,-23.19733],[-47.35099,-23.19732],[-47.35102,-23.19732],[-47.35124,-23.19728],[-47.35168,-23.19719],[-47.35187,-23.19716],[-47.35189,-23.19715],[-47.35229,-23.19708],[-47.35231,-23.19708],[-47.35266,-23.19702],[-47.35275,-23.19701],[-47.35291,-23.197],[-47.35302,-23.19699],[-47.35314,-23.19699],[-47.3532,-23.197],[-47.35337,-23.197],[-47.35364,-23.19701],[-47.35427,-23.19667],[-47.35441,-23.19659],[-47.35524,-23.19611],[-47.35652,-23.19535],[-47.35724,-23.19492],[-47.35742,-23.19481],[-47.35836,-23.19425],[-47.35859,-23.19411],[-47.35862,-23.1941],[-47.35893,-23.19386],[-47.35949,-23.1934],[-47.36016,-23.19275],[-47.36032,-23.19258],[-47.36037,-23.19249],[-47.36042,-23.19241],[-47.36064,-23.19193],[-47.36096,-23.19116],[-47.36108,-23.19085],[-47.36125,-23.19028],[-47.36139,-23.18977],[-47.36148,-23.18944],[-47.36149,-23.18941],[-47.36169,-23.18878],[-47.36173,-23.18856],[-47.36176,-23.18835],[-47.36177,-23.18823],[-47.36177,-23.18817],[-47.3617,-23.18787],[-47.36154,-23.18711],[-47.36153,-23.18704],[-47.36143,-23.18646],[-47.36143,-23.18644],[-47.36135,-23.18587],[-47.36134,-23.1858],[-47.3613,-23.18542],[-47.3613,-23.18535],[-47.3613,-23.18534],[-47.36129,-23.18509],[-47.3613,-23.18497],[-47.36131,-23.18472],[-47.36134,-23.18456],[-47.36139,-23.18431],[-47.3614,-23.18427],[-47.36158,-23.18356],[-47.36179,-23.18273],[-47.36185,-23.18238],[-47.36193,-23.18184],[-47.36193,-23.18181],[-47.36198,-23.18155],[-47.362,-23.18147],[-47.36205,-23.18123],[-47.36207,-23.18119],[-47.36213,-23.18096],[-47.36221,-23.18075],[-47.36232,-23.18053],[-47.36245,-23.18033],[-47.36262,-23.18012],[-47.36276,-23.17996],[-47.36303,-23.17972],[-47.36304,-23.17972],[-47.36355,-23.17926],[-47.36373,-23.17913],[-47.36415,-23.17888],[-47.3642,-23.17885],[-47.3646,-23.17863],[-47.36526,-23.17826],[-47.36609,-23.17775],[-47.36614,-23.17772],[-47.36706,-23.17723],[-47.36792,-23.17671],[-47.36852,-23.17634],[-47.36889,-23.1761],[-47.3691,-23.17593],[-47.36912,-23.17592],[-47.36936,-23.17574],[-47.36949,-23.1756],[-47.36952,-23.17557],[-47.36968,-23.1754],[-47.36989,-23.17513],[-47.36997,-23.17503],[-47.37004,-23.17493],[-47.37051,-23.1743],[-47.37079,-23.17385],[-47.37108,-23.1733],[-47.3713,-23.17288],[-47.37134,-23.1728],[-47.37158,-23.1724],[-47.37162,-23.17235],[-47.37201,-23.17178],[-47.37238,-23.17125],[-47.37256,-23.17096],[-47.37258,-23.17094],[-47.37266,-23.17082],[-47.3727,-23.17074],[-47.37278,-23.17057],[-47.37289,-23.17025],[-47.37306,-23.16969],[-47.37307,-23.16964],[-47.37343,-23.16856],[-47.37345,-23.16853],[-47.37355,-23.16825],[-47.37357,-23.16819],[-47.37365,-23.168],[-47.37366,-23.16797],[-47.37374,-23.16782],[-47.37376,-23.16778],[-47.37386,-23.16756],[-47.374,-23.16735],[-47.37415,-23.16716],[-47.37419,-23.16711],[-47.3744,-23.16688],[-47.37442,-23.16686],[-47.37486,-23.16638],[-47.37516,-23.16606],[-47.37524,-23.16598],[-47.37554,-23.16571],[-47.37581,-23.16546],[-47.37592,-23.16538],[-47.37635,-23.16507],[-47.3764,-23.16503],[-47.37682,-23.16476],[-47.37682,-23.16476],[-47.3771,-23.16458],[-47.37713,-23.16456],[-47.37739,-23.16441],[-47.37755,-23.16432],[-47.37789,-23.16418],[-47.378,-23.16414],[-47.37825,-23.16407],[-47.3784,-23.16403],[-47.37878,-23.16397],[-47.37886,-23.16395],[-47.37933,-23.16391],[-47.38016,-23.16381],[-47.38083,-23.1637],[-47.38168,-23.16357],[-47.3817,-23.16357],[-47.3827,-23.16343],[-47.3831,-23.16334],[-47.38334,-23.16327],[-47.38338,-23.16325],[-47.38278,-23.16305],[-47.38225,-23.16288],[-47.38218,-23.16286],[-47.38207,-23.16283],[-47.3816,-23.16265],[-47.38142,-23.16256],[-47.38125,-23.16247],[-47.38102,-23.16233],[-47.38091,-23.16226],[-47.38066,-23.16208],[-47.38043,-23.16186],[-47.38031,-23.1617],[-47.38013,-23.16139],[-47.38007,-23.16124],[-47.38001,-23.16101],[-47.37998,-23.16089],[-47.37996,-23.16068],[-47.37996,-23.16054],[-47.37998,-23.16031],[-47.38002,-23.1601],[-47.38006,-23.15995],[-47.38015,-23.15966],[-47.38022,-23.1595],[-47.38037,-23.15919],[-47.38045,-23.15905],[-47.38063,-23.15878],[-47.38068,-23.15871],[-47.38094,-23.15836],[-47.38099,-23.15831],[-47.38146,-23.15777],[-47.38174,-23.15745],[-47.38181,-23.15733],[-47.38198,-23.15705],[-47.38226,-23.15659],[-47.38232,-23.15649],[-47.38253,-23.15622],[-47.3826,-23.15613],[-47.38283,-23.15587],[-47.38293,-23.15577],[-47.38956,-23.15466],[-47.3898,-23.1547],[-47.39095,-23.15498],[-47.39206,-23.15532],[-47.39269,-23.15555],[-47.39559,-23.15685],[-47.39669,-23.15787],[-47.39693,-23.15819],[-47.39801,-23.16021],[-47.39813,-23.16036],[-47.39874,-23.16068],[-47.39913,-23.16075],[-47.40061,-23.16056],[-47.40223,-23.16036],[-47.40244,-23.16036],[-47.40336,-23.1604],[-47.4036,-23.16044],[-47.40377,-23.16048],[-47.40594,-23.16145],[-47.40643,-23.16179],[-47.40776,-23.16249],[-47.40852,-23.16264],[-47.40865,-23.16265],[-47.41571,-23.16579],[-47.41745,-23.1669],[-47.41974,-23.1696],[-47.41974,-23.16964],[-47.41967,-23.17005],[-47.41911,-23.17155],[-47.41861,-23.17289],[-47.41858,-23.1732],[-47.4188,-23.17401],[-47.4188,-23.17401],[-47.41898,-23.17467],[-47.41929,-23.1755],[-47.41978,-23.17682],[-47.42062,-23.17842],[-47.4216,-23.17961],[-47.42164,-23.17967],[-47.4231,-23.18169],[-47.42321,-23.18186],[-47.42471,-23.18487],[-47.42481,-23.18515],[-47.4251,-23.18651],[-47.4251,-23.18699],[-47.42488,-23.18816],[-47.42469,-23.18861],[-47.42425,-23.18926],[-47.42397,-23.18955],[-47.42093,-23.19184],[-47.42027,-23.19293],[-47.42015,-23.19335],[-47.42015,-23.19337],[-47.42024,-23.19342],[-47.42062,-23.19345],[-47.42139,-23.19324],[-47.42255,-23.19253],[-47.42341,-23.1916],[-47.4246,-23.18984],[-47.42467,-23.18974],[-47.42559,-23.18863],[-47.42599,-23.1883],[-47.42656,-23.18803],[-47.42701,-23.18791],[-47.42857,-23.18781],[-47.42892,-23.18784],[-47.4294,-23.18795],[-47.42988,-23.18806],[-47.42998,-23.18809],[-47.43289,-23.18905],[-47.43705,-23.19002],[-47.43887,-23.19217],[-47.43915,-23.19262],[-47.43929,-23.19366],[-47.43931,-23.19486],[-47.43917,-23.1961],[-47.43916,-23.1961]]],"terms_url":"https://itu.sp.gov.br/planejamento/","terms_text":"Prefeitura da Estância Turística de Itu, SP","overlay":true},{"id":"gsi.go.jp_airphoto","name":"Japan GSI airphoto Imagery","type":"tms","template":"https://cyberjapandata.gsi.go.jp/xyz/airphoto/{zoom}/{x}/{y}.png","category":"photo","zoomExtent":[14,18],"polygon":[[[140.88867,45.67548],[140.71289,45.41388],[141.04248,43.80282],[139.96582,43.35714],[138.99902,42.01665],[139.04297,41.26129],[137.5708,38.58253],[132.69287,36.86204],[130.84717,34.93999],[129.74854,34.994],[129.02344,34.56086],[128.36426,33.21112],[127.90283,31.87756],[128.4082,29.89781],[125.8374,26.78485],[123.33252,25.0657],[122.58545,24.42715],[123.53027,23.44309],[125.88135,24.10665],[129.96826,26.31311],[132.1875,30.20211],[134.42871,32.43561],[136.82373,33.28462],[137.85645,34.21634],[138.64746,33.24788],[138.58154,32.00808],[139.6582,28.67131],[141.65771,29.66896],[142.0752,32.06396],[141.21826,33.37641],[141.56982,35.44277],[141.43799,36.52729],[142.82227,39.16414],[143.04199,40.89691],[145.92041,42.40723],[146.18408,43.03678],[145.74463,43.54855],[145.32715,43.67582],[145.30518,43.91372],[145.61279,44.2452],[145.41504,44.62175],[144.38232,44.52784],[142.31689,45.53714],[141.3501,45.70618],[140.88867,45.67548]]],"terms_url":"https://www.gsi.go.jp/kikakuchousei/kikakuchousei40182.html","terms_text":"GSI Japan","description":"Japan GSI airphoto Imagery. Not fully orthorectified, but a bit newer and/or differently covered than GSI ortho Imagery."},{"id":"gsi.go.jp_airphoto_2019","name":"Japan GSI airphoto Imagery/update 2019","type":"tms","template":"https://cyberjapandata.gsi.go.jp/xyz/nendophoto2019/{zoom}/{x}/{y}.png","category":"photo","endDate":"2020-03-31T00:00:00.000Z","startDate":"2019-04-01T00:00:00.000Z","zoomExtent":[14,18],"polygon":[[[125.26667,24.925],[125.275,24.925],[125.275,24.93333],[125.26667,24.93333],[125.26667,24.94167],[125.25833,24.94167],[125.25833,24.95],[125.23333,24.95],[125.23333,24.94167],[125.225,24.94167],[125.225,24.93333],[125.21667,24.93333],[125.21667,24.925],[125.23333,24.925],[125.23333,24.91667],[125.25,24.91667],[125.25,24.9],[125.25833,24.9],[125.25833,24.89167],[125.26667,24.89167],[125.26667,24.875],[125.275,24.875],[125.275,24.84167],[125.26667,24.84167],[125.26667,24.83333],[125.25833,24.83333],[125.25833,24.825],[125.275,24.825],[125.275,24.81667],[125.25833,24.81667],[125.25833,24.80833],[125.25,24.80833],[125.25,24.8],[125.24167,24.8],[125.24167,24.81667],[125.23333,24.81667],[125.23333,24.825],[125.225,24.825],[125.225,24.84167],[125.21667,24.84167],[125.21667,24.85],[125.20833,24.85],[125.20833,24.85833],[125.2,24.85833],[125.2,24.86667],[125.13333,24.86667],[125.13333,24.85833],[125.125,24.85833],[125.125,24.825],[125.13333,24.825],[125.13333,24.80833],[125.14167,24.80833],[125.14167,24.8],[125.15,24.8],[125.15,24.78333],[125.16667,24.78333],[125.16667,24.79167],[125.175,24.79167],[125.175,24.8],[125.2,24.8],[125.2,24.79167],[125.225,24.79167],[125.225,24.78333],[125.24167,24.78333],[125.24167,24.79167],[125.25,24.79167],[125.25,24.775],[125.25833,24.775],[125.25833,24.76667],[125.25,24.76667],[125.25,24.74167],[125.25833,24.74167],[125.25833,24.73333],[125.23333,24.73333],[125.23333,24.7],[125.25833,24.7],[125.25833,24.70833],[125.26667,24.70833],[125.26667,24.71667],[125.29167,24.71667],[125.29167,24.7],[125.325,24.7],[125.325,24.70833],[125.35,24.70833],[125.35,24.71667],[125.39167,24.71667],[125.39167,24.725],[125.44167,24.725],[125.44167,24.71667],[125.49167,24.71667],[125.49167,24.73333],[125.45833,24.73333],[125.45833,24.75],[125.45,24.75],[125.45,24.75833],[125.44167,24.75833],[125.44167,24.76667],[125.43333,24.76667],[125.43333,24.775],[125.41667,24.775],[125.41667,24.78333],[125.4,24.78333],[125.4,24.79167],[125.38333,24.79167],[125.38333,24.8],[125.35,24.8],[125.35,24.80833],[125.36667,24.80833],[125.36667,24.825],[125.35833,24.825],[125.35833,24.83333],[125.34167,24.83333],[125.34167,24.84167],[125.31667,24.84167],[125.31667,24.85],[125.325,24.85],[125.325,24.875],[125.31667,24.875],[125.31667,24.88333],[125.30833,24.88333],[125.30833,24.89167],[125.325,24.89167],[125.325,24.91667],[125.31667,24.91667],[125.31667,24.925],[125.30833,24.925],[125.30833,24.93333],[125.28333,24.93333],[125.28333,24.91667],[125.3,24.91667],[125.3,24.90833],[125.28333,24.90833],[125.28333,24.9],[125.275,24.9],[125.275,24.91667],[125.26667,24.91667],[125.26667,24.925]],[[130.975,30.41667],[130.975,30.425],[130.98333,30.425],[130.98333,30.45833],[130.98333,30.46667],[130.975,30.46667],[130.975,30.475],[130.84167,30.475],[130.84167,30.45833],[130.85,30.45833],[130.85,30.45],[130.84167,30.45],[130.84167,30.44167],[130.85,30.44167],[130.85,30.43333],[130.85833,30.43333],[130.85833,30.38333],[130.85,30.38333],[130.85,30.36667],[130.85833,30.36667],[130.85833,30.35],[130.86667,30.35],[130.86667,30.34167],[130.89167,30.34167],[130.89167,30.35],[130.9,30.35],[130.9,30.35833],[130.91667,30.35833],[130.91667,30.36667],[130.95,30.36667],[130.95,30.35833],[130.96667,30.35833],[130.96667,30.36667],[130.975,30.36667],[130.975,30.35833],[130.98333,30.35833],[130.98333,30.375],[130.975,30.375],[130.975,30.38333],[130.96667,30.38333],[130.96667,30.39167],[130.98333,30.39167],[130.98333,30.4],[130.99167,30.4],[130.99167,30.40833],[130.98333,30.40833],[130.98333,30.41667],[130.975,30.41667]],[[131.075,30.8],[131.075,30.81667],[131.06667,30.81667],[131.06667,30.84167],[131.05833,30.84167],[131.05833,30.85],[131.05,30.85],[131.05,30.84167],[131.04167,30.84167],[131.04167,30.83333],[131.025,30.83333],[131.025,30.80833],[131.01667,30.80833],[131.01667,30.8],[131.00833,30.8],[131.00833,30.79167],[131,30.79167],[131,30.75],[130.975,30.75],[130.975,30.725],[130.96667,30.725],[130.96667,30.70833],[130.95833,30.70833],[130.95833,30.7],[130.95,30.7],[130.95,30.68333],[130.94167,30.68333],[130.94167,30.675],[130.93333,30.675],[130.93333,30.65833],[130.94167,30.65833],[130.94167,30.65],[130.93333,30.65],[130.93333,30.64167],[130.94167,30.64167],[130.94167,30.61667],[131.00833,30.61667],[131.00833,30.60833],[131.01667,30.60833],[131.01667,30.6],[131.03333,30.6],[131.03333,30.59167],[131.04167,30.59167],[131.05833,30.59167],[131.05833,30.60833],[131.06667,30.60833],[131.06667,30.61667],[131.05833,30.61667],[131.05833,30.63333],[131.06667,30.63333],[131.06667,30.65],[131.05833,30.65],[131.05833,30.66667],[131.06667,30.66667],[131.06667,30.68333],[131.08333,30.68333],[131.08333,30.69167],[131.09167,30.69167],[131.09167,30.7],[131.08333,30.7],[131.08333,30.74167],[131.075,30.74167],[131.075,30.75833],[131.08333,30.75833],[131.08333,30.775],[131.09167,30.775],[131.09167,30.79167],[131.08333,30.79167],[131.08333,30.8],[131.075,30.8]],[[130.75,32],[130.5,32],[130.5,31.975],[130.51667,31.975],[130.51667,31.93333],[130.75,31.93333],[130.75,32]],[[131.21667,32.85833],[131.21667,32.81667],[131.00833,32.81667],[131.00833,32.79167],[131,32.79167],[131,32.75],[131.25,32.75],[131.25,32.85833],[131.21667,32.85833]],[[132.80833,32.90833],[132.80833,32.75],[132.825,32.75],[132.825,32.75833],[132.84167,32.75833],[132.84167,32.775],[132.85833,32.775],[132.85833,32.76667],[132.86667,32.76667],[132.86667,32.75833],[132.875,32.75833],[132.875,32.76667],[132.88333,32.76667],[132.88333,32.775],[132.90833,32.775],[132.90833,32.78333],[132.91667,32.78333],[132.91667,32.775],[132.93333,32.775],[132.93333,32.76667],[132.94167,32.76667],[132.94167,32.75833],[132.95,32.75833],[132.95,32.75],[132.95833,32.75],[132.95833,32.725],[132.99167,32.725],[132.99167,32.71667],[133.025,32.71667],[133.025,32.725],[133.03333,32.725],[133.03333,32.73333],[133.025,32.73333],[133.025,32.75],[133.01667,32.75],[133.01667,32.75833],[133.025,32.75833],[133.025,32.76667],[133.01667,32.76667],[133.01667,32.775],[133.00833,32.775],[133.00833,32.79167],[132.99167,32.79167],[132.99167,32.8],[132.975,32.8],[132.975,32.80833],[132.95833,32.80833],[132.95833,32.825],[132.96667,32.825],[132.96667,32.83333],[132.95833,32.83333],[132.95833,32.85833],[133,32.85833],[133,32.86667],[133.00833,32.86667],[133.00833,32.875],[133.01667,32.875],[133.01667,32.89167],[133.01667,32.90833],[132.80833,32.90833]],[[132.45,32.88333],[132.45833,32.88333],[132.45833,32.89167],[132.45,32.89167],[132.45,32.88333]],[[132.4,32.925],[132.40833,32.925],[132.40833,32.93333],[132.41667,32.93333],[132.41667,32.94167],[132.40833,32.94167],[132.40833,32.95833],[132.4,32.95833],[132.4,32.925]],[[132.425,33.175],[132.425,33.15833],[132.41667,33.15833],[132.41667,33.15],[132.43333,33.15],[132.43333,33.13333],[132.43333,33.125],[132.44167,33.125],[132.44167,33.11667],[132.45833,33.11667],[132.45833,33.10833],[132.46667,33.10833],[132.46667,33.1],[132.45833,33.1],[132.45833,33.06667],[132.44167,33.06667],[132.44167,33.05833],[132.43333,33.05833],[132.43333,33.075],[132.4,33.075],[132.4,33.06667],[132.39167,33.06667],[132.39167,33.05],[132.4,33.05],[132.4,33.04167],[132.39167,33.04167],[132.39167,33.03333],[132.375,33.03333],[132.375,33.00833],[132.38333,33.00833],[132.38333,33],[132.4,33],[132.4,33.00833],[132.40833,33.00833],[132.40833,33.025],[132.41667,33.025],[132.41667,33.05],[132.425,33.05],[132.425,33.04167],[132.44167,33.04167],[132.44167,33.03333],[132.45,33.03333],[132.45,33.01667],[132.46667,33.01667],[132.46667,33.025],[132.45833,33.025],[132.45833,33.04167],[132.46667,33.04167],[132.46667,33.03333],[132.475,33.03333],[132.475,33.01667],[132.48333,33.01667],[132.48333,33.00833],[132.5,33.00833],[132.5,32.99167],[132.45833,32.99167],[132.45833,32.975],[132.46667,32.975],[132.46667,32.98333],[132.475,32.98333],[132.475,32.975],[132.46667,32.975],[132.46667,32.96667],[132.475,32.96667],[132.475,32.95833],[132.49167,32.95833],[132.49167,32.95],[132.475,32.95],[132.475,32.95833],[132.46667,32.95833],[132.45,32.95833],[132.45,32.95],[132.43333,32.95],[132.43333,32.94167],[132.425,32.94167],[132.425,32.925],[132.43333,32.925],[132.43333,32.93333],[132.45,32.93333],[132.45,32.94167],[132.45833,32.94167],[132.45833,32.93333],[132.46667,32.93333],[132.46667,32.88333],[132.475,32.88333],[132.475,32.9],[132.48333,32.9],[132.48333,32.89167],[132.5,32.89167],[132.5,32.9],[132.525,32.9],[132.525,32.90833],[132.56667,32.90833],[132.56667,32.91667],[132.53333,32.91667],[132.53333,32.93333],[132.54167,32.93333],[132.54167,32.925],[132.575,32.925],[132.575,32.93333],[132.58333,32.93333],[132.58333,32.91667],[132.59167,32.91667],[132.59167,32.90833],[132.61667,32.90833],[132.61667,32.91667],[132.64167,32.91667],[132.64167,32.925],[132.65,32.925],[132.65,32.90833],[132.66667,32.90833],[132.66667,32.91667],[132.675,32.91667],[132.675,32.90833],[132.69167,32.90833],[132.69167,32.94167],[132.65,32.94167],[132.65,33.08333],[132.61667,33.08333],[132.61667,33.30833],[132.5,33.30833],[132.5,33.3],[132.48333,33.3],[132.48333,33.29167],[132.475,33.29167],[132.475,33.28333],[132.46667,33.28333],[132.46667,33.25],[132.48333,33.25],[132.48333,33.25833],[132.49167,33.25833],[132.49167,33.26667],[132.5,33.26667],[132.5,33.25833],[132.51667,33.25833],[132.51667,33.24167],[132.50833,33.24167],[132.50833,33.23333],[132.5,33.23333],[132.5,33.225],[132.50833,33.225],[132.50833,33.20833],[132.5,33.20833],[132.49167,33.20833],[132.49167,33.21667],[132.5,33.21667],[132.5,33.225],[132.475,33.225],[132.475,33.21667],[132.46667,33.21667],[132.45,33.21667],[132.45,33.20833],[132.44167,33.20833],[132.44167,33.21667],[132.40833,33.21667],[132.40833,33.20833],[132.39167,33.20833],[132.39167,33.21667],[132.38333,33.21667],[132.38333,33.225],[132.36667,33.225],[132.36667,33.23333],[132.35,33.23333],[132.35,33.225],[132.35833,33.225],[132.35833,33.21667],[132.33333,33.21667],[132.33333,33.2],[132.35,33.2],[132.35,33.18333],[132.36667,33.18333],[132.36667,33.175],[132.375,33.175],[132.375,33.18333],[132.38333,33.18333],[132.38333,33.19167],[132.39167,33.19167],[132.39167,33.15833],[132.4,33.15833],[132.4,33.175],[132.40833,33.175],[132.40833,33.18333],[132.425,33.18333],[132.425,33.19167],[132.43333,33.19167],[132.43333,33.18333],[132.44167,33.18333],[132.44167,33.175],[132.425,33.175]],[[132.44167,33.09167],[132.44167,33.1],[132.45,33.1],[132.45,33.10833],[132.43333,33.10833],[132.43333,33.11667],[132.43333,33.125],[132.41667,33.125],[132.41667,33.11667],[132.40833,33.11667],[132.40833,33.10833],[132.4,33.10833],[132.4,33.1],[132.425,33.1],[132.425,33.10833],[132.43333,33.10833],[132.43333,33.09167],[132.44167,33.09167]],[[132.3,33.10833],[132.3,33.1],[132.30833,33.1],[132.30833,33.09167],[132.325,33.09167],[132.325,33.1],[132.35833,33.1],[132.35833,33.10833],[132.34167,33.10833],[132.34167,33.11667],[132.325,33.11667],[132.325,33.125],[132.31667,33.125],[132.31667,33.10833],[132.3,33.10833]],[[132.3,33.16667],[132.3,33.18333],[132.275,33.18333],[132.275,33.19167],[132.26667,33.19167],[132.26667,33.2],[132.25833,33.2],[132.25833,33.16667],[132.28333,33.16667],[132.28333,33.15],[132.3,33.15],[132.3,33.14167],[132.31667,33.14167],[132.31667,33.15],[132.34167,33.15],[132.34167,33.15833],[132.35,33.15833],[132.35,33.16667],[132.325,33.16667],[132.325,33.15833],[132.31667,33.15833],[132.31667,33.16667],[132.3,33.16667]],[[132.49167,33.23333],[132.49167,33.24167],[132.475,33.24167],[132.475,33.23333],[132.49167,33.23333]],[[129.90833,33.23333],[129.90833,33.20833],[130,33.20833],[130,33.33333],[129.9,33.33333],[129.9,33.30833],[129.925,33.30833],[129.925,33.23333],[129.90833,33.23333]],[[135.94167,33.55833],[135.94167,33.575],[135.90833,33.575],[135.525,33.575],[135.525,33.60833],[135.45833,33.60833],[135.45833,33.66667],[135.325,33.66667],[135.325,33.65833],[135.34167,33.65833],[135.34167,33.65],[135.375,33.65],[135.375,33.64167],[135.38333,33.64167],[135.38333,33.58333],[135.4,33.58333],[135.4,33.575],[135.40833,33.575],[135.40833,33.56667],[135.425,33.56667],[135.425,33.55833],[135.44167,33.55833],[135.44167,33.54167],[135.475,33.54167],[135.475,33.53333],[135.5,33.53333],[135.5,33.51667],[135.54167,33.51667],[135.54167,33.50833],[135.575,33.50833],[135.575,33.5],[135.58333,33.5],[135.58333,33.49167],[135.6,33.49167],[135.6,33.5],[135.625,33.5],[135.625,33.49167],[135.63333,33.49167],[135.63333,33.5],[135.64167,33.5],[135.64167,33.49167],[135.65,33.49167],[135.65833,33.49167],[135.65833,33.48333],[135.68333,33.48333],[135.68333,33.475],[135.7,33.475],[135.71667,33.475],[135.71667,33.46667],[135.74167,33.46667],[135.74167,33.475],[135.75833,33.475],[135.75833,33.46667],[135.76667,33.46667],[135.76667,33.45833],[135.75,33.45833],[135.74167,33.45833],[135.74167,33.44167],[135.75,33.44167],[135.75,33.425],[135.75833,33.425],[135.76667,33.425],[135.76667,33.43333],[135.79167,33.43333],[135.79167,33.44167],[135.8,33.44167],[135.80833,33.44167],[135.83333,33.44167],[135.83333,33.45],[135.85,33.45],[135.85,33.45833],[135.86667,33.45833],[135.86667,33.46667],[135.875,33.46667],[135.875,33.475],[135.86667,33.475],[135.86667,33.48333],[135.85833,33.48333],[135.85833,33.475],[135.85,33.475],[135.85,33.48333],[135.8,33.48333],[135.8,33.49167],[135.80833,33.49167],[135.81667,33.49167],[135.81667,33.5],[135.825,33.5],[135.825,33.49167],[135.83333,33.49167],[135.83333,33.50833],[135.85833,33.50833],[135.85833,33.51667],[135.86667,33.51667],[135.875,33.51667],[135.88333,33.51667],[135.88333,33.525],[135.89167,33.525],[135.89167,33.53333],[135.9,33.53333],[135.90833,33.53333],[135.90833,33.54167],[135.91667,33.54167],[135.91667,33.55],[135.925,33.55],[135.92501,33.55836],[135.94167,33.55833]],[[136,33.70833],[136.00833,33.70833],[136.00833,33.71667],[136.01667,33.71667],[136.01667,33.725],[136.025,33.725],[136.025,33.75],[135.90833,33.75],[135.90833,33.69167],[136,33.69167],[136,33.70833]],[[134.375,33.73333],[134.46667,33.73333],[134.46667,33.75],[134.48333,33.75],[134.48333,33.76667],[134.5,33.76667],[134.5,33.91667],[134.375,33.91667],[134.375,33.73333]],[[135.13333,34.05],[135.14167,34.05],[135.14167,34.04167],[135.13333,34.04167],[135.125,34.04167],[135.125,34.03333],[135.125,34.025],[135.11667,34.025],[135.11667,34.00833],[135.125,34.00833],[135.125,34],[135.10833,34],[135.10833,34.00833],[135.08333,34.00833],[135.08333,34],[135.08333,33.99167],[135.075,33.99167],[135.075,33.98333],[135.06667,33.98333],[135.05833,33.98333],[135.05833,33.975],[135.075,33.975],[135.075,33.96667],[135.06667,33.96667],[135.06667,33.94167],[135.05833,33.94167],[135.05833,33.925],[135.06667,33.925],[135.06667,33.91667],[135.06667,33.90833],[135.05,33.90833],[135.05,33.9],[135.05833,33.9],[135.05833,33.89167],[135.05,33.89167],[135.05,33.875],[135.075,33.875],[135.075,33.88333],[135.10833,33.88333],[135.10833,33.89167],[135.11667,33.89167],[135.11667,33.88333],[135.14167,33.88333],[135.14167,33.875],[135.15,33.875],[135.15,33.86667],[135.14167,33.86667],[135.14167,33.85],[135.15833,33.85],[135.15833,33.84167],[135.16667,33.84167],[135.16667,33.825],[135.175,33.825],[135.175,33.81667],[135.18333,33.81667],[135.19167,33.81667],[135.19167,33.80833],[135.2,33.80833],[135.2,33.8],[135.21667,33.8],[135.23333,33.8],[135.23333,33.79167],[135.225,33.79167],[135.225,33.78333],[135.225,33.775],[135.23333,33.775],[135.28333,33.775],[135.28333,33.76667],[135.29167,33.76667],[135.29167,33.875],[135.25,33.875],[135.25,34],[135.20833,34],[135.20833,34.04167],[135.25833,34.04167],[135.25833,34.16667],[135.175,34.16667],[135.175,34.15833],[135.16667,34.15833],[135.16667,34.15],[135.175,34.15],[135.175,34.14167],[135.11667,34.14167],[135.11667,34.125],[135.09167,34.125],[135.09167,34.11667],[135.06667,34.11667],[135.06667,34.10833],[135.09167,34.10833],[135.09167,34.08333],[135.075,34.08333],[135.075,34.06667],[135.11667,34.06667],[135.11667,34.05833],[135.13333,34.05833],[135.13333,34.05]],[[136,33.91667],[136,33.96667],[136,34.04167],[136.08333,34.04167],[136.09167,34.04167],[136.09167,34.06667],[136.09167,34.16667],[136,34.16667],[135.875,34.16667],[135.875,34.08333],[135.875,34],[135.75,34],[135.75,33.91667],[135.89167,33.91667],[136,33.91667]],[[136.375,34.15833],[136.35,34.15833],[136.35,34.15],[136.35833,34.15],[136.35833,34.14167],[136.36667,34.14167],[136.375,34.14167],[136.375,34.15],[136.375,34.15833]],[[136.38333,34.13333],[136.38333,34.14167],[136.375,34.14167],[136.375,34.13333],[136.38333,34.13333]],[[136.375,34.175],[136.38333,34.175],[136.38333,34.2],[136.38333,34.25],[136.30833,34.25],[136.30833,34.20833],[136.25,34.20833],[136.25,34.14167],[136.16667,34.14167],[136.16667,34.08333],[136.26667,34.08333],[136.26667,34.075],[136.3,34.075],[136.3,34.08333],[136.30833,34.08333],[136.30833,34.09167],[136.30833,34.1],[136.31667,34.1],[136.31667,34.10833],[136.325,34.10833],[136.325,34.11667],[136.325,34.125],[136.31667,34.125],[136.3,34.125],[136.3,34.14167],[136.325,34.14167],[136.325,34.15],[136.30833,34.15],[136.30833,34.15833],[136.31667,34.15833],[136.33333,34.15833],[136.33333,34.175],[136.34167,34.175],[136.34167,34.19167],[136.35,34.19167],[136.35,34.18333],[136.375,34.18333],[136.375,34.175]],[[136.91667,34.375],[136.91667,34.38333],[136.925,34.38333],[136.925,34.4],[136.775,34.4],[136.775,34.36667],[136.675,34.36667],[136.675,34.31667],[136.675,34.28333],[136.68333,34.28333],[136.68333,34.275],[136.69167,34.275],[136.69167,34.28333],[136.71667,34.28333],[136.71667,34.29167],[136.725,34.29167],[136.725,34.3],[136.73333,34.3],[136.73333,34.29167],[136.75,34.29167],[136.75,34.33333],[136.88333,34.33333],[136.88333,34.34167],[136.9,34.34167],[136.9,34.35],[136.90833,34.35],[136.90833,34.35833],[136.91667,34.35833],[136.91667,34.36667],[136.90833,34.36667],[136.90833,34.375],[136.91667,34.375]],[[136.15833,34.55],[136.075,34.55],[136.075,34.55833],[136.075,34.575],[136.05833,34.575],[136.05,34.575],[136.04167,34.575],[136.04167,34.5],[136.04167,34.41667],[136.05,34.41667],[136.08333,34.41667],[136.10833,34.41667],[136.10833,34.43333],[136.10833,34.44167],[136.10833,34.45],[136.18333,34.45],[136.2,34.45],[136.20833,34.45],[136.20833,34.475],[136.20833,34.51667],[136.15833,34.51667],[136.15833,34.55]],[[137.34167,35.56667],[137.39167,35.56667],[137.40833,35.56667],[137.40833,35.61667],[137.40833,35.63333],[137.40833,35.66667],[137.4,35.66667],[137.36667,35.66667],[137.36667,35.69167],[137.35,35.69167],[137.33333,35.69167],[137.33333,35.70833],[137.30833,35.70833],[137.25,35.70833],[137.25,35.675],[137.19167,35.675],[137.15833,35.675],[137.15833,35.64167],[137.15833,35.625],[137.05833,35.625],[137.05833,35.55833],[137.06667,35.55833],[137.10833,35.55833],[137.10833,35.525],[137.13333,35.525],[137.14167,35.525],[137.34167,35.525],[137.34167,35.55],[137.34167,35.56667]],[[136.15851,35.83331],[136.125,35.83333],[136.125,35.76667],[136.125,35.75],[136.25,35.75],[136.25,35.83333],[136.15851,35.83331]],[[139.06667,36.64167],[139.025,36.64167],[139,36.64167],[139,36.56667],[139.03333,36.56667],[139.03333,36.55],[139.03333,36.5],[139.075,36.5],[139.125,36.5],[139.125,36.53333],[139.125,36.64167],[139.06667,36.64167]],[[136.71667,36.8],[136.71667,36.79167],[136.71667,36.78333],[136.70833,36.78333],[136.70833,36.76667],[136.78333,36.76667],[136.79167,36.76667],[136.8,36.76667],[136.80833,36.76667],[136.81667,36.76667],[136.825,36.76667],[136.83333,36.76667],[136.83333,36.75833],[136.83333,36.75],[136.84167,36.75],[136.85,36.75],[136.85833,36.75],[136.86667,36.75],[136.875,36.75],[136.875,36.85],[136.875,36.85833],[136.875,36.86667],[136.875,36.875],[136.875,36.89167],[136.83333,36.89167],[136.825,36.89167],[136.81667,36.89167],[136.80833,36.89167],[136.8,36.89167],[136.79167,36.89167],[136.75833,36.89167],[136.75833,36.875],[136.75,36.875],[136.75,36.86667],[136.75,36.85833],[136.75,36.85],[136.74167,36.85],[136.74167,36.84167],[136.74167,36.83333],[136.73333,36.83333],[136.73333,36.825],[136.73333,36.81667],[136.725,36.81667],[136.725,36.80833],[136.725,36.8],[136.71667,36.8]],[[139.73333,35.30833],[139.75,35.30833],[139.75,35.31667],[139.73333,35.31667],[139.73333,35.30833]],[[139.25,35.29167],[139.29167,35.29167],[139.29167,35.3],[139.325,35.3],[139.325,35.30833],[139.35,35.30833],[139.40833,35.30833],[139.40833,35.3],[139.425,35.3],[139.425,35.31667],[139.45833,35.31667],[139.45833,35.30833],[139.46667,35.30833],[139.46667,35.29167],[139.49167,35.29167],[139.49167,35.3],[139.54167,35.3],[139.54167,35.29167],[139.55,35.29167],[139.55,35.28333],[139.55833,35.28333],[139.55833,35.275],[139.55,35.275],[139.55,35.26667],[139.55833,35.26667],[139.55833,35.25833],[139.575,35.25833],[139.575,35.24167],[139.59167,35.24167],[139.59167,35.21667],[139.6,35.21667],[139.6,35.2],[139.58333,35.2],[139.58333,35.19167],[139.6,35.19167],[139.6,35.18333],[139.60833,35.18333],[139.60833,35.16667],[139.6,35.16667],[139.6,35.13333],[139.60833,35.13333],[139.60833,35.125],[139.63333,35.125],[139.63333,35.13333],[139.68333,35.13333],[139.68333,35.15],[139.69167,35.15],[139.69167,35.15833],[139.675,35.15833],[139.675,35.16667],[139.66667,35.16667],[139.66667,35.19167],[139.675,35.19167],[139.675,35.2],[139.68333,35.2],[139.68333,35.19167],[139.7,35.19167],[139.7,35.20833],[139.74167,35.20833],[139.74167,35.21667],[139.73333,35.21667],[139.73333,35.23333],[139.74167,35.23333],[139.74167,35.25],[139.75,35.25],[139.75,35.26667],[139.73333,35.26667],[139.73333,35.275],[139.725,35.275],[139.725,35.26667],[139.69167,35.26667],[139.69167,35.28333],[139.7,35.28333],[139.7,35.275],[139.70833,35.275],[139.70833,35.28333],[139.7,35.28333],[139.7,35.29167],[139.68333,35.29167],[139.68333,35.3],[139.675,35.3],[139.675,35.30833],[139.65833,35.30833],[139.65833,35.31667],[139.68333,35.31667],[139.68333,35.325],[139.66667,35.325],[139.66667,35.33333],[139.65833,35.33333],[139.65833,35.375],[139.66667,35.375],[139.66667,35.39167],[139.64167,35.39167],[139.64167,35.4],[139.65,35.4],[139.65,35.40833],[139.65833,35.40833],[139.65833,35.4],[139.66667,35.4],[139.66667,35.39167],[139.69167,35.39167],[139.69167,35.4],[139.7,35.4],[139.7,35.41667],[139.69167,35.41667],[139.69167,35.44167],[139.7,35.44167],[139.7,35.45],[139.70833,35.45],[139.70833,35.45833],[139.725,35.45833],[139.725,35.46667],[139.74167,35.46667],[139.74167,35.475],[139.75833,35.475],[139.75833,35.48333],[139.78333,35.48333],[139.78333,35.5],[139.8,35.5],[139.8,35.50833],[139.80833,35.50833],[139.80833,35.51667],[139.81667,35.51667],[139.81667,35.525],[139.825,35.525],[139.825,35.53333],[139.83333,35.53333],[139.83333,35.55],[139.81667,35.55],[139.81667,35.54167],[139.80833,35.54167],[139.80833,35.55833],[139.8,35.55833],[139.8,35.56667],[139.79167,35.56667],[139.79167,35.575],[139.79167,35.58333],[139.80833,35.58333],[139.80833,35.575],[139.825,35.575],[139.825,35.58333],[139.83333,35.58333],[139.83333,35.60833],[139.84167,35.60833],[139.84167,35.63333],[139.85833,35.63333],[139.85833,35.625],[139.86667,35.625],[139.86667,35.61667],[139.89167,35.61667],[139.89167,35.60833],[139.9,35.60833],[139.9,35.61667],[139.91667,35.61667],[139.91667,35.625],[139.93333,35.625],[139.93333,35.63333],[139.94167,35.63333],[139.94167,35.65],[139.93333,35.65],[139.93333,35.65833],[139.94167,35.65833],[139.94167,35.66667],[139.975,35.66667],[139.975,35.65],[140.01667,35.65],[140.01667,35.64167],[140.025,35.64167],[140.025,35.63333],[140.03333,35.63333],[140.03333,35.625],[140.05,35.625],[140.05,35.61667],[140.05833,35.61667],[140.05833,35.60833],[140.06667,35.60833],[140.06667,35.6],[140.075,35.6],[140.075,35.575],[140.08333,35.575],[140.08333,35.56667],[140.06667,35.56667],[140.06676,35.55821],[140.05833,35.55833],[140.05833,35.54167],[140.05,35.54167],[140.05,35.53333],[140.04167,35.53333],[140.04167,35.525],[140.03333,35.525],[140.03333,35.51667],[140.025,35.51667],[140.025,35.5],[140.01667,35.5],[140.01667,35.49167],[140.00833,35.49167],[140.00833,35.48333],[139.99167,35.48333],[139.99167,35.475],[139.95827,35.47493],[139.95833,35.45833],[139.925,35.45833],[139.925,35.45],[139.9,35.45],[139.9,35.45833],[139.89167,35.45833],[139.89167,35.46667],[139.86667,35.46667],[139.86667,35.45833],[139.875,35.45833],[139.875,35.45],[139.88333,35.45],[139.88333,35.44167],[139.875,35.44167],[139.875,35.4],[139.88333,35.4],[139.88333,35.38333],[139.85833,35.38333],[139.85833,35.375],[139.85,35.375],[139.85,35.38333],[139.84167,35.38333],[139.84167,35.375],[139.83333,35.375],[139.83333,35.35833],[139.825,35.35833],[139.825,35.35],[139.81667,35.35],[139.81667,35.33333],[139.80833,35.33333],[139.80833,35.325],[139.76667,35.325],[139.76667,35.31667],[139.76667,35.30833],[139.8,35.30833],[139.8,35.3],[139.825,35.3],[139.825,35.29167],[139.84167,35.29167],[139.84167,35.275],[139.85833,35.275],[139.90833,35.275],[139.93333,35.275],[139.93333,35.29167],[139.95,35.29167],[139.96667,35.29167],[139.96667,35.35],[140.05833,35.35],[140.05833,35.375],[140.05833,35.43333],[140.125,35.43333],[140.14167,35.43333],[140.14167,35.45],[140.14167,35.49167],[140.19167,35.49167],[140.19167,35.525],[140.225,35.525],[140.225,35.75],[140.15,35.75],[140.15,35.775],[140.11667,35.775],[140.11667,35.91667],[140.09167,35.91667],[140,35.91667],[140,35.94167],[139.95,35.94167],[139.94167,35.94167],[139.925,35.94167],[139.925,35.96667],[139.875,35.96667],[139.875,36],[139.8,36],[139.8,36.06667],[139.625,36.06667],[139.625,36.05],[139.6,36.05],[139.56667,36.05],[139.56667,36.025],[139.525,36.025],[139.49167,36.025],[139.49167,35.99167],[139.425,35.99167],[139.425,35.95833],[139.4,35.95833],[139.38333,35.95833],[139.38333,35.89167],[139.36667,35.89167],[139.36667,35.85833],[139.35833,35.85833],[139.35833,35.825],[139.33333,35.825],[139.325,35.825],[139.325,35.81667],[139.325,35.8],[139.29167,35.8],[139.29167,35.775],[139.275,35.775],[139.275,35.71667],[139.24167,35.71667],[139.24167,35.58333],[139.24167,35.575],[139.28333,35.575],[139.29167,35.575],[139.29167,35.55],[139.31667,35.55],[139.31667,35.51667],[139.35,35.51667],[139.35,35.5],[139.25,35.5],[139.25,35.41667],[139.125,35.41667],[139.125,35.35],[139.125,35.26667],[139.125,35.14167],[139.14167,35.14167],[139.14167,35.13333],[139.16667,35.13333],[139.16667,35.15],[139.15,35.15],[139.15,35.175],[139.14167,35.175],[139.14167,35.2],[139.15,35.2],[139.15,35.23333],[139.15833,35.23333],[139.15833,35.24167],[139.175,35.24167],[139.175,35.25],[139.18333,35.25],[139.18333,35.25833],[139.2,35.25833],[139.2,35.26667],[139.20833,35.26667],[139.20833,35.275],[139.23333,35.275],[139.23333,35.28333],[139.25,35.28333],[139.25,35.29167]],[[139.83333,35.5],[139.83333,35.48333],[139.84167,35.48333],[139.84167,35.5],[139.83333,35.5]],[[140.625,36.6],[140.625,36.63333],[140.63333,36.63333],[140.63333,36.64167],[140.65,36.64167],[140.65,36.66667],[140.5,36.66667],[140.5,36.59167],[140.60833,36.59167],[140.60833,36.6],[140.625,36.6]],[[140.98333,38.19167],[140.98333,38.2],[140.98333,38.20833],[140.99167,38.20833],[140.99167,38.21667],[141,38.21667],[141,38.225],[141,38.23333],[141.00833,38.23333],[141.00833,38.24167],[141.01667,38.24167],[141.01667,38.25],[141.025,38.25],[141.025,38.25833],[141.05,38.25833],[141.05,38.25],[141.05833,38.25],[141.05833,38.25833],[141.075,38.25833],[141.075,38.26667],[141.06667,38.26667],[141.06667,38.275],[141.06667,38.28333],[141.075,38.28333],[141.075,38.275],[141.08333,38.275],[141.08333,38.28333],[141.09167,38.28333],[141.09167,38.29167],[141.1,38.29167],[141.10833,38.29167],[141.10833,38.3],[141.10833,38.30833],[141.11667,38.30833],[141.125,38.30833],[141.125,38.325],[141.13333,38.325],[141.13333,38.32061],[141.13333,38.31667],[141.14167,38.31667],[141.15,38.31667],[141.15833,38.31667],[141.15833,38.30833],[141.16667,38.30833],[141.16667,38.31667],[141.175,38.31667],[141.175,38.30833],[141.18333,38.30833],[141.19167,38.30833],[141.19167,38.31667],[141.19167,38.325],[141.18333,38.325],[141.18333,38.33333],[141.18333,38.34167],[141.18333,38.35],[141.18333,38.35833],[141.175,38.35833],[141.16667,38.35833],[141.16667,38.36667],[141.175,38.36667],[141.18333,38.36667],[141.18333,38.375],[141.19167,38.375],[141.19167,38.38333],[141.2,38.38333],[141.20833,38.38333],[141.20833,38.39167],[141.21667,38.39167],[141.225,38.39167],[141.23333,38.39167],[141.23333,38.4],[141.24167,38.4],[141.25,38.4],[141.25,38.40833],[141.25,38.41667],[141.25,38.425],[141.25833,38.425],[141.26667,38.425],[141.26667,38.43333],[141.26667,38.44167],[141.25833,38.44167],[141.25833,38.45],[141.25,38.45],[141.25,38.45833],[141.24167,38.45833],[141.24167,38.46667],[141.24167,38.475],[141.23333,38.475],[141.225,38.475],[141.21667,38.475],[141.20833,38.475],[141.2,38.475],[141.19167,38.475],[141.18333,38.475],[141.175,38.475],[141.16667,38.475],[141.15833,38.475],[141.15,38.475],[141.14167,38.475],[141.13333,38.475],[141.125,38.475],[141.11667,38.475],[141.10833,38.475],[141.10833,38.45833],[141.04167,38.45833],[141.04167,38.40833],[141.01667,38.40833],[141.01667,38.375],[140.93333,38.375],[140.93333,38.28333],[140.85833,38.28333],[140.85833,38.225],[140.85,38.225],[140.84167,38.225],[140.83333,38.225],[140.825,38.225],[140.81667,38.225],[140.80833,38.225],[140.8,38.225],[140.79167,38.225],[140.78333,38.225],[140.78333,38.21667],[140.78333,38.20833],[140.78333,38.2],[140.78333,38.19167],[140.78333,38.18333],[140.78333,38.175],[140.78333,38.16667],[140.78333,38.15833],[140.78333,38.15],[140.78333,38.14167],[140.78333,38.13333],[140.78333,38.125],[140.79167,38.125],[140.8,38.125],[140.80833,38.125],[140.81667,38.125],[140.825,38.125],[140.83333,38.125],[140.84167,38.125],[140.85,38.125],[140.85833,38.125],[140.86667,38.125],[140.875,38.125],[140.88333,38.125],[140.89167,38.125],[140.9,38.125],[140.90833,38.125],[140.91667,38.125],[140.925,38.125],[140.93333,38.125],[140.94167,38.125],[140.95,38.125],[140.95,38.13333],[140.95,38.14167],[140.95833,38.14167],[140.95833,38.15],[140.95833,38.15833],[140.96667,38.15833],[140.96667,38.16667],[140.975,38.16667],[140.975,38.175],[140.975,38.18333],[140.975,38.19167],[140.98333,38.19167]],[[141.55833,38.8],[141.58333,38.8],[141.58333,38.81667],[141.59167,38.81667],[141.59167,38.80833],[141.60833,38.80833],[141.60833,38.83333],[141.61667,38.83333],[141.61667,38.825],[141.625,38.825],[141.63333,38.825],[141.63333,38.83333],[141.64167,38.83333],[141.65,38.83333],[141.65,38.84167],[141.65,38.85],[141.64167,38.85],[141.64167,38.85833],[141.65,38.85833],[141.65833,38.85833],[141.65833,38.85],[141.66667,38.85],[141.675,38.85],[141.68333,38.85],[141.68333,38.85833],[141.68333,38.86667],[141.675,38.86667],[141.675,38.875],[141.675,38.88333],[141.675,38.89167],[141.68333,38.89167],[141.68333,38.9],[141.675,38.9],[141.66667,38.9],[141.66667,38.90833],[141.65833,38.90833],[141.65833,38.91667],[141.66667,38.91667],[141.66667,38.925],[141.65833,38.925],[141.65,38.925],[141.65,38.93333],[141.65,38.94167],[141.65,38.95],[141.65,38.95833],[141.65,38.96667],[141.64167,38.96667],[141.64167,38.975],[141.64167,38.98333],[141.63333,38.98333],[141.63333,38.99167],[141.63333,39],[141.64167,39],[141.65,39],[141.65833,39],[141.66667,39],[141.66667,38.99167],[141.66667,38.98333],[141.65833,38.98333],[141.65833,38.975],[141.66667,38.975],[141.66667,38.96667],[141.675,38.96667],[141.68333,38.96667],[141.68333,38.95833],[141.68333,38.95],[141.68333,38.94167],[141.69167,38.94167],[141.69167,38.93333],[141.7,38.93333],[141.70833,38.93333],[141.70833,38.925],[141.71667,38.925],[141.725,38.925],[141.725,38.93333],[141.725,38.94167],[141.73333,38.94167],[141.73333,38.95],[141.74167,38.95],[141.74167,38.95833],[141.74167,38.96667],[141.73333,38.96667],[141.725,38.96667],[141.725,38.975],[141.725,38.98333],[141.73333,38.98333],[141.73333,38.975],[141.74167,38.975],[141.75,38.975],[141.75,38.98333],[141.75,38.99167],[141.75,39],[141.75,39.00833],[141.75833,39.00833],[141.76667,39.00833],[141.76667,39.01667],[141.76667,39.025],[141.79167,39.025],[141.79167,39.01667],[141.84167,39.01667],[141.84167,39.025],[141.85833,39.025],[141.85833,39.04167],[141.84167,39.04167],[141.84167,39.05],[141.85833,39.05],[141.85833,39.05833],[141.88333,39.05833],[141.88333,39.06667],[141.875,39.06667],[141.875,39.075],[141.86667,39.075],[141.85833,39.075],[141.85,39.075],[141.85,39.08333],[141.84167,39.08333],[141.83333,39.08333],[141.825,39.08333],[141.825,39.09167],[141.81667,39.09167],[141.81667,39.1],[141.81667,39.10833],[141.825,39.10833],[141.825,39.1],[141.83333,39.1],[141.84167,39.1],[141.85,39.1],[141.85833,39.1],[141.85833,39.09167],[141.86667,39.09167],[141.875,39.09167],[141.875,39.08333],[141.88333,39.08333],[141.89167,39.08333],[141.89167,39.09167],[141.9,39.09167],[141.90833,39.09167],[141.90833,39.1],[141.91667,39.1],[141.925,39.1],[141.925,39.10833],[141.91667,39.10833],[141.91667,39.11667],[141.90833,39.11667],[141.90833,39.125],[141.9,39.125],[141.89167,39.125],[141.88333,39.125],[141.875,39.125],[141.875,39.13333],[141.875,39.14167],[141.86667,39.14167],[141.85833,39.14167],[141.85,39.14167],[141.85,39.15],[141.85833,39.15],[141.86667,39.15],[141.875,39.15],[141.88333,39.15],[141.89167,39.15],[141.89167,39.15833],[141.9,39.15833],[141.90833,39.15833],[141.90833,39.16667],[141.91667,39.16667],[141.925,39.16667],[141.925,39.175],[141.925,39.18333],[141.93333,39.18333],[141.93333,39.19167],[141.825,39.19167],[141.825,39.175],[141.81667,39.175],[141.80833,39.175],[141.8,39.175],[141.79167,39.175],[141.78333,39.175],[141.775,39.175],[141.76667,39.175],[141.75833,39.175],[141.75,39.175],[141.74167,39.175],[141.73333,39.175],[141.725,39.175],[141.71667,39.175],[141.70833,39.175],[141.7,39.175],[141.69167,39.175],[141.68333,39.175],[141.675,39.175],[141.66667,39.175],[141.65833,39.175],[141.65,39.175],[141.64167,39.175],[141.64167,39.16667],[141.64167,39.15833],[141.64167,39.15],[141.64167,39.14167],[141.64167,39.13333],[141.64167,39.125],[141.64167,39.11667],[141.64167,39.10833],[141.63333,39.10833],[141.625,39.10833],[141.61667,39.10833],[141.61667,39.1],[141.61667,39.09167],[141.61667,39.08333],[141.61667,39.06667],[141.55,39.06667],[141.55,39.025],[141.55,39.01667],[141.55,39.00833],[141.55,39],[141.55,38.99167],[141.55,38.98333],[141.55,38.975],[141.55,38.96667],[141.55,38.95833],[141.55,38.95],[141.55,38.94167],[141.5,38.94167],[141.5,38.80833],[141.475,38.80833],[141.475,38.75287],[141.475,38.75],[141.475,38.74167],[141.475,38.73333],[141.475,38.725],[141.46667,38.725],[141.45833,38.725],[141.45,38.725],[141.44167,38.725],[141.43333,38.725],[141.425,38.725],[141.41667,38.725],[141.40833,38.725],[141.40833,38.71667],[141.4,38.71667],[141.39167,38.71667],[141.38333,38.71667],[141.38333,38.70833],[141.38333,38.7],[141.38333,38.69167],[141.38333,38.68333],[141.38333,38.675],[141.38333,38.66667],[141.38333,38.65833],[141.38333,38.65],[141.39167,38.65],[141.4,38.65],[141.40833,38.65],[141.40833,38.64167],[141.40833,38.63333],[141.40833,38.625],[141.40833,38.61667],[141.40833,38.60833],[141.41667,38.60833],[141.425,38.60833],[141.43333,38.60833],[141.44167,38.60833],[141.45,38.60833],[141.45833,38.60833],[141.46667,38.60833],[141.475,38.60833],[141.475,38.61667],[141.48333,38.61667],[141.49167,38.61667],[141.5,38.61667],[141.50833,38.61667],[141.51667,38.61667],[141.51667,38.625],[141.525,38.625],[141.53333,38.625],[141.53333,38.63333],[141.53333,38.64167],[141.53333,38.65],[141.525,38.65],[141.51667,38.65],[141.50833,38.65],[141.5,38.65],[141.5,38.65833],[141.49167,38.65833],[141.48333,38.65833],[141.48333,38.65],[141.475,38.65],[141.46667,38.65],[141.45833,38.65],[141.45833,38.65833],[141.46667,38.65833],[141.46667,38.66667],[141.475,38.66667],[141.48333,38.66667],[141.49167,38.66667],[141.5,38.66667],[141.5,38.675],[141.50833,38.675],[141.50833,38.66667],[141.50833,38.65833],[141.51667,38.65833],[141.51667,38.66667],[141.51667,38.675],[141.51667,38.68333],[141.525,38.68333],[141.525,38.69167],[141.525,38.7],[141.53333,38.7],[141.53333,38.69167],[141.54167,38.69167],[141.54167,38.7],[141.55,38.7],[141.55,38.69167],[141.55,38.68333],[141.55833,38.68333],[141.56667,38.68333],[141.56667,38.69167],[141.575,38.69167],[141.575,38.7],[141.575,38.70833],[141.575,38.71667],[141.575,38.725],[141.575,38.73333],[141.575,38.74167],[141.56667,38.74167],[141.56667,38.75],[141.55833,38.75],[141.55833,38.74167],[141.55,38.74167],[141.55,38.75],[141.54167,38.75],[141.54167,38.75443],[141.54167,38.76667],[141.525,38.76667],[141.525,38.78333],[141.53333,38.78333],[141.53333,38.79167],[141.55833,38.79167],[141.55833,38.8]],[[140.83333,37.14167],[140.825,37.14167],[140.81667,37.14167],[140.80833,37.14167],[140.8,37.14167],[140.79167,37.14167],[140.775,37.14167],[140.775,36.95833],[140.70833,36.95833],[140.70833,36.86667],[140.7,36.86667],[140.7,36.8],[140.68333,36.8],[140.68333,36.75833],[140.66667,36.75833],[140.66667,36.70833],[140.68333,36.70833],[140.68333,36.7],[140.725,36.7],[140.725,36.70833],[140.75,36.70833],[140.75,36.71667],[140.74167,36.71667],[140.74167,36.725],[140.73333,36.725],[140.73333,36.74167],[140.74167,36.74167],[140.74167,36.76667],[140.75,36.76667],[140.75,36.78333],[140.75833,36.78333],[140.75833,36.79167],[140.76667,36.79167],[140.76667,36.80833],[140.775,36.80833],[140.775,36.81667],[140.79167,36.81667],[140.79167,36.825],[140.80833,36.825],[140.80833,36.84167],[140.8,36.84167],[140.8,36.84728],[140.8,36.85833],[140.80833,36.85833],[140.80833,36.86667],[140.8,36.86667],[140.79167,36.86667],[140.79167,36.875],[140.8,36.875],[140.8,36.88333],[140.8,36.89167],[140.80833,36.89167],[140.80833,36.9],[140.81667,36.9],[140.825,36.9],[140.825,36.90833],[140.83333,36.90833],[140.83333,36.9],[140.84167,36.9],[140.84167,36.90833],[140.85,36.90833],[140.85833,36.90833],[140.86667,36.90833],[140.875,36.90833],[140.875,36.91667],[140.88333,36.91667],[140.88333,36.90833],[140.88333,36.9],[140.89167,36.9],[140.89167,36.90833],[140.9,36.90833],[140.90833,36.90833],[140.90833,36.91667],[140.90833,36.925],[140.90833,36.93333],[140.91667,36.93333],[140.91667,36.925],[140.925,36.925],[140.925,36.93333],[140.93333,36.93333],[140.93333,36.94167],[140.94167,36.94167],[140.94167,36.95],[140.95,36.95],[140.95833,36.95],[140.95833,36.95833],[140.96667,36.95833],[140.975,36.95833],[140.975,36.96667],[140.975,36.975],[140.975,36.98333],[140.98333,36.98333],[140.99167,36.98333],[140.99167,36.99167],[140.99167,37],[140.98333,37],[140.98333,37.00833],[140.98333,37.01667],[140.975,37.01667],[140.975,37.025],[140.975,37.03333],[140.975,37.04167],[140.98333,37.04167],[140.98333,37.05],[140.98333,37.05833],[140.98333,37.06667],[140.98333,37.075],[140.98333,37.08333],[140.99167,37.08333],[140.99167,37.09167],[141,37.09167],[141,37.1],[141.00833,37.1],[141.00833,37.10833],[141.00833,37.11667],[141.00833,37.125],[141.00833,37.13333],[141.00833,37.14167],[141.01667,37.14167],[141.01667,37.15],[141.00833,37.15],[141.00833,37.15833],[141.00833,37.16667],[141.00833,37.175],[141.00833,37.18333],[141.00833,37.19167],[141,37.19167],[140.99167,37.19167],[140.98333,37.19167],[140.975,37.19167],[140.96667,37.19167],[140.95833,37.19167],[140.93333,37.19167],[140.93333,37.14167],[140.925,37.14167],[140.91667,37.14167],[140.90833,37.14167],[140.9,37.14167],[140.89167,37.14167],[140.88333,37.14167],[140.875,37.14167],[140.86667,37.14167],[140.85833,37.14167],[140.85,37.14167],[140.84167,37.14167],[140.83333,37.14167]],[[139.51667,38.33333],[139.51667,38.36667],[139.55833,38.36667],[139.55833,38.33333],[139.575,38.33333],[139.58333,38.33333],[139.59167,38.33333],[139.59167,38.53333],[139.59167,38.54167],[139.575,38.54167],[139.54167,38.54167],[139.54167,38.53333],[139.53333,38.53333],[139.53333,38.525],[139.525,38.525],[139.525,38.51667],[139.51667,38.51667],[139.51667,38.5],[139.50833,38.5],[139.50833,38.49167],[139.5,38.49167],[139.5,38.475],[139.49167,38.475],[139.49167,38.45833],[139.48333,38.45833],[139.48333,38.45],[139.475,38.45],[139.475,38.43333],[139.46667,38.43333],[139.46667,38.425],[139.45833,38.425],[139.45833,38.4],[139.45,38.4],[139.45,38.36667],[139.475,38.36667],[139.48333,38.36667],[139.48333,38.33333],[139.51667,38.33333]],[[140.46667,38.5],[140.46646,38.58287],[140.46667,38.59167],[140.46667,38.61667],[140.46646,38.62451],[140.46667,38.65],[140.28333,38.65],[140.28333,38.5],[140.35833,38.5],[140.375,38.5],[140.375,38.525],[140.425,38.525],[140.425,38.5],[140.46667,38.5]],[[139.95833,40.68333],[139.95,40.68333],[139.95,40.675],[139.93333,40.675],[139.93333,40.66667],[140.13333,40.66667],[140.13333,40.7],[140.15833,40.7],[140.15833,40.71667],[140.15833,40.74167],[140.13333,40.74167],[140.13333,40.75],[140.10833,40.75],[140.10833,40.75833],[140.1,40.75833],[140.09167,40.75833],[140.09167,40.76667],[140.06667,40.76667],[140.06667,40.775],[140.04167,40.775],[140.04167,40.76667],[140.025,40.76667],[140.025,40.75833],[140.01667,40.75833],[140.01667,40.75],[139.99167,40.75],[139.99167,40.74167],[139.98333,40.74167],[139.98333,40.725],[139.975,40.725],[139.975,40.70833],[139.95833,40.70833],[139.95833,40.68333]],[[141.80833,40.125],[141.76668,40.12499],[141.76667,40.08333],[141.83333,40.08333],[141.83333,40.10833],[141.84167,40.10833],[141.84167,40.11667],[141.84167,40.125],[141.85,40.125],[141.85,40.13333],[141.80833,40.13333],[141.80833,40.125]],[[142.8,42.14167],[142.80833,42.14167],[142.80833,42.13333],[142.825,42.13333],[142.825,42.16667],[143,42.16667],[143,42.33333],[142.975,42.33333],[142.975,42.325],[142.74167,42.325],[142.74167,42.33333],[142.5,42.33333],[142.5,42.33883],[142.5,42.5],[142.25,42.5],[142.25,42.66667],[142.10833,42.66667],[142.10833,42.65],[142.09167,42.65],[142.09167,42.54167],[142.09167,42.525],[141.96667,42.525],[141.96667,42.51667],[141.975,42.51667],[141.975,42.50833],[142,42.50833],[142,42.5],[142.00833,42.5],[142.00833,42.49167],[142.00833,42.48333],[142.01667,42.48333],[142.025,42.48333],[142.025,42.475],[142.06667,42.475],[142.06667,42.46667],[142.125,42.46667],[142.13333,42.46667],[142.13333,42.45833],[142.16667,42.45833],[142.16667,42.45],[142.18333,42.45],[142.18333,42.44167],[142.2,42.44167],[142.2,42.425],[142.21667,42.425],[142.21667,42.41667],[142.21667,42.40833],[142.24167,42.40833],[142.24167,42.4],[142.25,42.4],[142.25,42.38333],[142.26667,42.38333],[142.26667,42.375],[142.275,42.375],[142.275,42.36667],[142.29167,42.36667],[142.29167,42.35833],[142.30833,42.35833],[142.30833,42.35],[142.325,42.35],[142.325,42.34167],[142.33333,42.34167],[142.34167,42.34167],[142.34167,42.33333],[142.35833,42.33333],[142.35833,42.325],[142.36667,42.325],[142.36667,42.31667],[142.38333,42.31667],[142.38333,42.30833],[142.4,42.30833],[142.4,42.3],[142.41667,42.3],[142.425,42.3],[142.44167,42.3],[142.44167,42.29167],[142.45,42.29167],[142.45,42.28333],[142.45833,42.28333],[142.45833,42.275],[142.46667,42.275],[142.46667,42.26667],[142.475,42.26667],[142.48333,42.26667],[142.48333,42.25833],[142.49167,42.25833],[142.5,42.25833],[142.5,42.26667],[142.50833,42.26667],[142.50833,42.25833],[142.51667,42.25833],[142.51667,42.25],[142.525,42.25],[142.53333,42.25],[142.54167,42.25],[142.54167,42.24167],[142.58333,42.24167],[142.58333,42.23333],[142.6,42.23333],[142.6,42.225],[142.60833,42.225],[142.60833,42.21667],[142.63333,42.21667],[142.63333,42.20833],[142.64167,42.20833],[142.64167,42.2],[142.65,42.2],[142.65,42.19167],[142.65833,42.19167],[142.65833,42.18333],[142.66667,42.18333],[142.69167,42.18333],[142.69167,42.175],[142.70833,42.175],[142.70833,42.18333],[142.71667,42.18333],[142.71667,42.175],[142.725,42.175],[142.725,42.16667],[142.74167,42.16667],[142.75,42.16667],[142.75,42.15833],[142.775,42.15833],[142.775,42.15],[142.8,42.15],[142.8,42.14167]],[[143.46667,42.5],[143.46667,42.50833],[143.475,42.50833],[143.475,42.51667],[143.48333,42.51667],[143.48333,42.525],[143.225,42.525],[143.225,42.25833],[143.31667,42.25833],[143.31667,42.275],[143.33333,42.275],[143.33333,42.28333],[143.33333,42.29167],[143.35,42.29167],[143.35,42.3],[143.35833,42.3],[143.35833,42.30833],[143.33333,42.30833],[143.33333,42.31667],[143.34167,42.31667],[143.34167,42.33333],[143.35,42.33333],[143.35,42.35],[143.35833,42.35],[143.35833,42.36667],[143.36667,42.36667],[143.36667,42.375],[143.375,42.375],[143.375,42.39167],[143.38333,42.39167],[143.38333,42.4],[143.39167,42.4],[143.39167,42.41667],[143.4,42.41667],[143.4,42.425],[143.40833,42.425],[143.40833,42.44167],[143.41667,42.44167],[143.41667,42.45],[143.425,42.45],[143.425,42.45833],[143.43333,42.45833],[143.43333,42.46667],[143.44167,42.46667],[143.44167,42.475],[143.44167,42.48333],[143.45,42.48333],[143.45,42.49167],[143.45833,42.49167],[143.45833,42.5],[143.46667,42.5]],[[143.70833,42.725],[143.725,42.725],[143.725,42.73333],[143.73333,42.73333],[143.73333,42.74167],[143.73333,42.84167],[143.625,42.84167],[143.625,42.71667],[143.7,42.71667],[143.70833,42.71667],[143.70833,42.725]],[[144.825,43.01667],[144.825,43.00833],[144.85,43.00833],[144.85,42.99167],[144.88333,42.99167],[144.88333,43.1],[144.76667,43.1],[144.76667,43.03333],[144.775,43.03333],[144.775,43.04167],[144.8,43.04167],[144.8,43.05],[144.80833,43.05],[144.825,43.05],[144.83333,43.05],[144.83333,43.04167],[144.825,43.04167],[144.825,43.03333],[144.83333,43.03333],[144.83333,43.01667],[144.825,43.01667]],[[140.3,42.83333],[140.74167,42.83333],[140.74167,42.875],[140.71667,42.875],[140.71667,42.925],[140.38333,42.925],[140.38333,42.91667],[140.375,42.91667],[140.375,42.9],[140.36667,42.9],[140.36667,42.89167],[140.35833,42.89167],[140.35833,42.88333],[140.35,42.88333],[140.35,42.86667],[140.34167,42.86667],[140.34167,42.85833],[140.33333,42.85833],[140.33333,42.85],[140.31667,42.85],[140.31667,42.84167],[140.3,42.84167],[140.3,42.83333]],[[145.55,43.33333],[145.55,43.325],[145.54167,43.325],[145.54167,43.31667],[145.525,43.31667],[145.525,43.25833],[145.56667,43.25833],[145.56667,43.26667],[145.59167,43.26667],[145.59167,43.275],[145.6,43.275],[145.6,43.28333],[145.60833,43.28333],[145.60833,43.29167],[145.61667,43.29167],[145.61667,43.3],[145.625,43.3],[145.625,43.31667],[145.63333,43.31667],[145.66667,43.31667],[145.66667,43.3],[145.65833,43.3],[145.65833,43.29167],[145.66667,43.29167],[145.675,43.29167],[145.68333,43.29167],[145.68333,43.3],[145.68333,43.30833],[145.68333,43.375],[145.61667,43.375],[145.61667,43.36667],[145.60833,43.36667],[145.60833,43.35833],[145.58333,43.35833],[145.58333,43.35],[145.56667,43.35],[145.56667,43.33333],[145.55,43.33333]]],"terms_url":"https://www.gsi.go.jp/kikakuchousei/kikakuchousei40182.html","terms_text":"GSI Japan","description":"Updated imagery of Japan GSI airphoto, 2019."},{"id":"gsi.go.jp_airphoto_2020","name":"Japan GSI airphoto Imagery/update 2020","type":"tms","template":"https://cyberjapandata.gsi.go.jp/xyz/nendophoto2020/{zoom}/{x}/{y}.png","category":"photo","endDate":"2021-03-31T00:00:00.000Z","startDate":"2020-04-01T00:00:00.000Z","zoomExtent":[14,18],"polygon":[[[131.06667,31.45],[131.08333,31.45],[131.08333,31.44167],[131.09167,31.44167],[131.09167,31.43333],[131.1,31.43333],[131.1,31.44167],[131.10833,31.44167],[131.10833,31.45],[131.11667,31.45],[131.11667,31.46667],[131.125,31.46667],[131.125,31.45833],[131.15833,31.45833],[131.15833,31.45],[131.16667,31.45],[131.16667,31.44167],[131.18333,31.44167],[131.18333,31.45],[131.19167,31.45],[131.19167,31.44167],[131.2,31.44167],[131.20833,31.44167],[131.20833,31.41667],[131.225,31.41667],[131.23333,31.41667],[131.23333,31.40833],[131.225,31.40833],[131.225,31.4],[131.23333,31.4],[131.23333,31.39167],[131.24167,31.39167],[131.24167,31.38333],[131.25,31.38333],[131.25,31.375],[131.29167,31.375],[131.29167,31.38333],[131.30833,31.38333],[131.30833,31.36667],[131.31667,31.36667],[131.31667,31.35833],[131.325,31.35833],[131.325,31.35],[131.33333,31.35],[131.33333,31.35833],[131.35833,31.35833],[131.35833,31.375],[131.35,31.375],[131.35,31.38333],[131.34167,31.38333],[131.34167,31.39167],[131.35,31.39167],[131.35,31.40833],[131.35833,31.40833],[131.35833,31.41667],[131.375,31.41667],[131.375,31.44167],[131.38333,31.44167],[131.38333,31.45],[131.39167,31.45],[131.39167,31.45833],[131.36667,31.45833],[131.36667,31.46667],[131.375,31.46667],[131.375,31.475],[131.38333,31.475],[131.38333,31.46667],[131.4,31.46667],[131.4,31.48333],[131.39167,31.48333],[131.39167,31.5],[131.4,31.5],[131.4,31.50833],[131.39167,31.50833],[131.39167,31.53333],[131.4,31.53333],[131.4,31.51667],[131.40833,31.51667],[131.40833,31.50833],[131.41667,31.50833],[131.41667,31.5],[131.43333,31.5],[131.43333,31.50833],[131.425,31.50833],[131.425,31.53333],[131.41667,31.53333],[131.41667,31.54167],[131.425,31.54167],[131.425,31.56667],[131.41667,31.56667],[131.41667,31.59167],[131.425,31.59167],[131.425,31.6],[131.43333,31.6],[131.43333,31.60833],[131.45,31.60833],[131.45,31.61667],[131.45833,31.61667],[131.45833,31.625],[131.46667,31.625],[131.46667,31.64167],[131.475,31.64167],[131.475,31.65833],[131.46667,31.65833],[131.46667,31.68333],[131.475,31.68333],[131.475,31.69167],[131.475,31.7],[131.46667,31.7],[131.46667,31.70833],[131.475,31.70833],[131.475,31.725],[131.31667,31.725],[131.31667,31.50833],[131.15833,31.50833],[130.94167,31.50833],[130.94167,31.3],[130.78333,31.3],[130.78333,31.29167],[130.79167,31.29167],[130.79167,31.28333],[130.78333,31.28333],[130.78333,31.25],[130.775,31.25],[130.775,31.24167],[130.76667,31.24167],[130.76667,31.23333],[130.75833,31.23333],[130.75833,31.225],[130.75,31.225],[130.75,31.19167],[130.75833,31.19167],[130.75833,31.16667],[130.75,31.16667],[130.75,31.15],[130.74167,31.15],[130.74167,31.13333],[130.73333,31.13333],[130.73333,31.125],[130.725,31.125],[130.725,31.11667],[130.7,31.11667],[130.7,31.10833],[130.69167,31.10833],[130.69167,31.1],[130.68333,31.1],[130.68333,31.09167],[130.65833,31.09167],[130.65833,31.08333],[130.65,31.08333],[130.65,31.06667],[130.66667,31.06667],[130.66667,31.05],[130.66667,31.04167],[130.675,31.04167],[130.675,31.03333],[130.66667,31.03333],[130.66667,31.025],[130.65833,31.025],[130.65833,31.00833],[130.65,31.00833],[130.65,30.98333],[130.65833,30.98333],[130.66667,30.98333],[130.66667,30.99167],[130.675,30.99167],[130.675,31],[130.69167,31],[130.69167,31.01667],[130.7,31.01667],[130.7,31.025],[130.725,31.025],[130.725,31.04167],[130.74167,31.04167],[130.74167,31.05],[130.76667,31.05],[130.76667,31.05833],[130.78333,31.05833],[130.78333,31.06667],[130.8,31.06667],[130.8,31.075],[130.80833,31.075],[130.80833,31.08333],[130.85833,31.08333],[130.85833,31.09167],[130.88333,31.09167],[130.88333,31.1],[130.9,31.1],[130.9,31.10833],[130.925,31.10833],[130.925,31.11667],[130.94167,31.11667],[130.94167,31.125],[130.95833,31.125],[130.95833,31.13333],[130.96667,31.13333],[130.96667,31.14167],[130.98333,31.14167],[130.98333,31.16667],[131,31.16667],[131,31.175],[130.99167,31.175],[130.99167,31.18333],[131.00833,31.18333],[131.00833,31.19167],[131.01667,31.19167],[131.01667,31.225],[131.04167,31.225],[131.04167,31.21667],[131.05833,31.21667],[131.05833,31.225],[131.075,31.225],[131.075,31.23333],[131.08333,31.23333],[131.08333,31.24167],[131.09167,31.24167],[131.09167,31.25],[131.10833,31.25],[131.10833,31.25833],[131.11667,31.25833],[131.11667,31.26667],[131.13333,31.26667],[131.13333,31.29167],[131.11667,31.29167],[131.11667,31.28333],[131.075,31.28333],[131.075,31.29167],[131.09167,31.29167],[131.09167,31.3],[131.1,31.3],[131.1,31.30833],[131.10833,31.30833],[131.10833,31.325],[131.11667,31.325],[131.11667,31.33333],[131.10833,31.33333],[131.10833,31.34167],[131.075,31.34167],[131.075,31.35],[131.05,31.35],[131.05,31.35833],[131.04167,31.35833],[131.04167,31.38333],[131.025,31.38333],[131.025,31.4],[131.03333,31.4],[131.03333,31.40833],[131.04167,31.40833],[131.04167,31.425],[131.05,31.425],[131.05,31.43333],[131.05833,31.43333],[131.05833,31.44167],[131.06667,31.44167],[131.06667,31.45]],[[131.125,31.44167],[131.10833,31.44167],[131.10833,31.425],[131.11667,31.425],[131.11667,31.41667],[131.125,31.41667],[131.125,31.44167]],[[131.6,32.3],[131.6,32.31667],[131.60833,32.31667],[131.60833,32.325],[131.61667,32.325],[131.61667,32.31667],[131.63333,32.31667],[131.63333,32.34167],[131.6,32.34167],[131.6,32.39167],[131.50833,32.39167],[131.5084,32.3667],[131.46667,32.36667],[131.46667,32.25],[131.44167,32.25],[131.44167,32.15833],[131.40833,32.15833],[131.40833,32.04167],[131.51667,32.04167],[131.51667,32.075],[131.525,32.075],[131.525,32.1],[131.53333,32.1],[131.53333,32.10833],[131.54167,32.10833],[131.54167,32.15],[131.55,32.15],[131.55,32.16667],[131.55833,32.16667],[131.55833,32.2],[131.56667,32.2],[131.56667,32.21667],[131.575,32.21667],[131.575,32.23333],[131.58333,32.23333],[131.58333,32.28333],[131.59167,32.28333],[131.59167,32.3],[131.6,32.3]],[[132.50833,32.74167],[132.50833,32.73333],[132.525,32.73333],[132.525,32.74167],[132.50833,32.74167]],[[132.55833,32.70833],[132.575,32.70833],[132.575,32.74167],[132.575,32.75],[132.55833,32.75],[132.55833,32.76667],[132.56667,32.76667],[132.56667,32.775],[132.55,32.775],[132.55,32.75833],[132.54167,32.75833],[132.54167,32.73333],[132.53333,32.73333],[132.53333,32.71667],[132.54167,32.71667],[132.54167,32.70833],[132.53333,32.70833],[132.53333,32.71667],[132.525,32.71667],[132.525,32.70833],[132.525,32.7],[132.55833,32.7],[132.55833,32.70833]],[[132.59167,32.74167],[132.60833,32.74167],[132.60833,32.75],[132.59167,32.75],[132.59167,32.74167]],[[132.48333,32.75],[132.48333,32.74167],[132.475,32.74167],[132.475,32.73333],[132.5,32.73333],[132.5,32.75],[132.49167,32.75],[132.49167,32.76667],[132.475,32.76667],[132.475,32.75],[132.48333,32.75]],[[132.50833,32.8],[132.50833,32.80833],[132.475,32.80833],[132.475,32.79167],[132.5,32.79167],[132.5,32.8],[132.50833,32.8]],[[132.74167,32.76667],[132.74167,32.75833],[132.75,32.75833],[132.75,32.75],[132.78333,32.75],[132.78333,32.74167],[132.80833,32.74167],[132.80833,32.95833],[132.69167,32.95833],[132.69167,32.90833],[132.69167,32.89167],[132.68333,32.89167],[132.68333,32.88333],[132.68333,32.875],[132.675,32.875],[132.66667,32.875],[132.66667,32.86667],[132.65833,32.86667],[132.65833,32.85833],[132.65,32.85833],[132.65,32.85],[132.65833,32.85],[132.65833,32.84167],[132.64167,32.84167],[132.64167,32.825],[132.64167,32.81667],[132.63333,32.81667],[132.63333,32.80833],[132.625,32.80833],[132.625,32.78333],[132.63333,32.78333],[132.63333,32.775],[132.61667,32.775],[132.61667,32.74167],[132.625,32.74166],[132.625,32.75],[132.63333,32.75],[132.63333,32.75833],[132.65833,32.75833],[132.65833,32.775],[132.69167,32.775],[132.69167,32.78333],[132.70833,32.78333],[132.70833,32.79167],[132.71667,32.79167],[132.71667,32.775],[132.725,32.775],[132.725,32.76667],[132.74167,32.76667]],[[132.36667,33.45],[132.36667,33.45833],[132.35833,33.45833],[132.35833,33.475],[132.36667,33.475],[132.36667,33.46667],[132.38333,33.46667],[132.38333,33.51667],[132.34167,33.51667],[132.34167,33.50833],[132.325,33.50833],[132.325,33.5],[132.3,33.5],[132.3,33.49167],[132.28333,33.49167],[132.28333,33.48333],[132.26667,33.48333],[132.26667,33.475],[132.25,33.475],[132.25,33.46667],[132.225,33.46667],[132.225,33.45833],[132.21667,33.45833],[132.21667,33.45],[132.20833,33.45],[132.20833,33.45833],[132.19167,33.45833],[132.19167,33.45],[132.16667,33.45],[132.16667,33.44167],[132.14167,33.44167],[132.14167,33.425],[132.10833,33.425],[132.10833,33.41667],[132.1,33.41667],[132.1,33.40833],[132.08333,33.40833],[132.08333,33.4],[132.075,33.4],[132.075,33.39167],[132.06667,33.39167],[132.06667,33.38333],[132.05,33.38333],[132.05,33.375],[132.03333,33.375],[132.03333,33.36667],[132.025,33.36667],[132.025,33.35],[132.00833,33.35],[132.00833,33.33333],[132.01667,33.33333],[132.01667,33.34167],[132.04167,33.34167],[132.04167,33.35],[132.05833,33.35],[132.05833,33.36667],[132.075,33.36667],[132.075,33.375],[132.09167,33.375],[132.09167,33.38333],[132.1,33.38333],[132.1,33.375],[132.1,33.35833],[132.13333,33.35833],[132.13333,33.36667],[132.15833,33.36667],[132.15833,33.39167],[132.175,33.39167],[132.175,33.4],[132.18333,33.4],[132.18333,33.40833],[132.20833,33.40833],[132.20833,33.41667],[132.225,33.41667],[132.24167,33.41667],[132.24167,33.425],[132.25,33.425],[132.25,33.43333],[132.26667,33.43333],[132.26667,33.44167],[132.28333,33.44167],[132.28333,33.45],[132.29167,33.45],[132.29167,33.45833],[132.3,33.45833],[132.3,33.46667],[132.30833,33.46667],[132.30833,33.45],[132.325,33.45],[132.325,33.46667],[132.34167,33.46667],[132.34167,33.45],[132.35833,33.45],[132.36667,33.45]],[[133.39167,33.4],[133.39167,33.39167],[133.425,33.39167],[133.425,33.4],[133.43333,33.4],[133.43333,33.40833],[133.45,33.40833],[133.45,33.475],[133.375,33.475],[133.375,33.39167],[133.38333,33.39167],[133.38333,33.4],[133.39167,33.4]],[[130.29167,33.59167],[130.28333,33.59167],[130.28333,33.58333],[130.275,33.58333],[130.275,33.6],[130.28333,33.6],[130.28333,33.61667],[130.25,33.61667],[130.25,33.5],[130.70833,33.5],[130.70833,33.75],[130.45833,33.75],[130.45833,33.74167],[130.45,33.74167],[130.45,33.73333],[130.44167,33.73333],[130.44167,33.725],[130.41667,33.725],[130.41667,33.71667],[130.40833,33.71667],[130.40833,33.7],[130.4,33.7],[130.4,33.69167],[130.39167,33.69167],[130.39167,33.68333],[130.375,33.68333],[130.375,33.675],[130.34167,33.675],[130.34167,33.66667],[130.31667,33.66667],[130.31667,33.68333],[130.30833,33.68333],[130.30833,33.69167],[130.28333,33.69167],[130.28333,33.66667],[130.29167,33.66667],[130.29167,33.65833],[130.30833,33.65833],[130.30833,33.65],[130.31667,33.65],[130.31667,33.65833],[130.325,33.65833],[130.325,33.64167],[130.36667,33.64167],[130.36667,33.65833],[130.375,33.65833],[130.375,33.66667],[130.39167,33.66667],[130.39167,33.65],[130.4,33.65],[130.4,33.64167],[130.39167,33.64167],[130.39167,33.625],[130.375,33.625],[130.375,33.60833],[130.35833,33.60833],[130.35833,33.6],[130.31667,33.6],[130.31667,33.63333],[130.30833,33.63333],[130.30833,33.64167],[130.29167,33.64167],[130.29167,33.63333],[130.28333,33.63333],[130.28333,33.625],[130.29167,33.625],[130.29167,33.6],[130.30833,33.6],[130.30833,33.59167],[130.3,33.59167],[130.3,33.58333],[130.29167,33.58333],[130.29167,33.59167]],[[133.45833,33.98333],[133.45833,33.99167],[133.40833,33.99167],[133.40833,33.95],[133.59167,33.95],[133.59167,33.96667],[133.625,33.96667],[133.625,34.03333],[133.68333,34.03333],[133.68333,34.225],[133.88333,34.225],[133.88333,34.35],[133.86667,34.35],[133.86667,34.35833],[133.85833,34.35833],[133.85833,34.36667],[133.81667,34.36667],[133.81667,34.325],[133.80833,34.325],[133.80833,34.31667],[133.8,34.31667],[133.8,34.325],[133.78333,34.325],[133.78333,34.31667],[133.775,34.31667],[133.775,34.30833],[133.75833,34.30833],[133.75833,34.29167],[133.75,34.29167],[133.74167,34.29167],[133.74167,34.28333],[133.725,34.28333],[133.725,34.25833],[133.70833,34.25833],[133.70833,34.26667],[133.69167,34.26667],[133.69167,34.25],[133.7,34.25],[133.7,34.24167],[133.68333,34.24167],[133.68333,34.25],[133.675,34.25],[133.66667,34.25],[133.66667,34.24167],[133.63333,34.24167],[133.625,34.24167],[133.625,34.25],[133.61667,34.25],[133.61667,34.25833],[133.6,34.25833],[133.6,34.26667],[133.55,34.26667],[133.55,34.25833],[133.56667,34.25833],[133.56667,34.24167],[133.58333,34.24167],[133.58333,34.23333],[133.6,34.23333],[133.6,34.20833],[133.61667,34.20833],[133.61667,34.19167],[133.64167,34.19167],[133.64167,34.15833],[133.63333,34.15833],[133.63333,34.13333],[133.625,34.13333],[133.625,34.10833],[133.63333,34.10833],[133.63333,34.1],[133.625,34.1],[133.625,34.075],[133.625,34.05833],[133.61667,34.05833],[133.61667,34.05],[133.59167,34.05],[133.59167,34.04167],[133.58333,34.04167],[133.58333,34.03333],[133.575,34.03333],[133.56667,34.03333],[133.56667,34.025],[133.55833,34.025],[133.55833,34.01667],[133.53333,34.01667],[133.53333,33.99167],[133.525,33.99167],[133.525,33.98333],[133.50833,33.98333],[133.50833,33.975],[133.475,33.975],[133.475,33.98333],[133.45833,33.98333]],[[134.81667,34.175],[134.80833,34.175],[134.80833,34.16667],[134.80833,34.15],[134.825,34.15],[134.825,34.15833],[134.83338,34.15842],[134.83333,34.18333],[134.81667,34.18333],[134.81667,34.175]],[[136.96667,34.525],[136.96667,34.53333],[136.95,34.53333],[136.95,34.51667],[136.95833,34.51667],[136.95833,34.525],[136.96667,34.525]],[[136.675,34.56667],[136.66667,34.56667],[136.66667,34.575],[136.65833,34.575],[136.65833,34.59167],[136.65,34.59167],[136.65,34.6],[136.64167,34.6],[136.625,34.6],[136.625,34.60833],[136.58333,34.60833],[136.58333,34.61667],[136.575,34.61667],[136.575,34.44167],[136.93333,34.44158],[136.93333,34.46667],[136.91667,34.46667],[136.91667,34.45833],[136.9,34.45833],[136.9,34.46667],[136.89167,34.46667],[136.89167,34.45833],[136.88333,34.45825],[136.88333,34.475],[136.9,34.475],[136.9,34.48333],[136.90833,34.48333],[136.90833,34.49167],[136.91667,34.49167],[136.91667,34.50833],[136.89167,34.50833],[136.89167,34.5],[136.875,34.5],[136.875,34.49167],[136.85,34.49167],[136.85,34.5],[136.86667,34.5],[136.86667,34.50833],[136.875,34.50833],[136.89167,34.50833],[136.89167,34.51667],[136.90833,34.51667],[136.90833,34.525],[136.91667,34.525],[136.91667,34.51667],[136.925,34.51667],[136.925,34.525],[136.91667,34.525],[136.91667,34.53333],[136.91667,34.54167],[136.94167,34.54167],[136.94167,34.55],[136.93333,34.55],[136.93333,34.55833],[136.91667,34.55833],[136.91667,34.55],[136.9,34.55],[136.9,34.54167],[136.88333,34.54167],[136.88333,34.53333],[136.85833,34.53333],[136.85833,34.525],[136.85,34.525],[136.83333,34.525],[136.83333,34.51667],[136.80833,34.51667],[136.79167,34.51667],[136.76667,34.51667],[136.76667,34.525],[136.76667,34.53333],[136.74167,34.53333],[136.74167,34.54167],[136.73333,34.54167],[136.73333,34.55],[136.69167,34.55],[136.69167,34.55833],[136.675,34.55833],[136.675,34.56667]],[[136.975,34.55833],[136.975,34.53333],[136.99167,34.53333],[136.99167,34.55833],[136.975,34.55833]],[[137.20833,34.60833],[137.23333,34.60833],[137.23333,34.61667],[137.25833,34.61667],[137.25833,34.625],[137.29167,34.625],[137.29167,34.63333],[137.29458,34.63333],[137.3,34.63333],[137.325,34.63333],[137.325,34.64167],[137.35833,34.64167],[137.35833,34.65],[137.4,34.65],[137.4,34.65833],[137.44167,34.65833],[137.44167,34.66667],[137.5,34.66667],[137.5,34.675],[137.525,34.675],[137.525,34.74167],[137.48333,34.74167],[137.31667,34.74167],[137.30833,34.74167],[137.3,34.74167],[137.3,34.73333],[137.29167,34.73333],[137.29167,34.75],[137.275,34.75],[137.275,34.74167],[137.26667,34.74167],[137.26667,34.725],[137.25833,34.725],[137.25833,34.71667],[137.24167,34.71667],[137.24167,34.70833],[137.23333,34.70833],[137.23333,34.7],[137.225,34.7],[137.225,34.69167],[137.225,34.68333],[137.2,34.68333],[137.2,34.675],[137.18333,34.675],[137.18333,34.66667],[137.16667,34.66667],[137.16667,34.65833],[137.13333,34.65833],[137.13333,34.66667],[137.11667,34.66667],[137.11667,34.65833],[137.09167,34.65833],[137.09167,34.66667],[137.06667,34.66667],[137.05833,34.66667],[137.05833,34.65833],[137.05,34.65833],[137.05,34.64167],[137.04167,34.64167],[137.04167,34.63333],[137.04167,34.625],[137.03333,34.625],[137.03333,34.60833],[137.025,34.60833],[137.025,34.59167],[137.01667,34.59167],[137.01667,34.58333],[137.00833,34.58333],[137.00833,34.575],[137.025,34.575],[137.025,34.56667],[137.03333,34.56667],[137.03333,34.575],[137.06667,34.575],[137.06667,34.58333],[137.15833,34.58333],[137.15833,34.59167],[137.18333,34.59167],[137.18333,34.6],[137.20833,34.6],[137.20833,34.60833]],[[134.925,34.31667],[134.925,34.33333],[134.91667,34.33333],[134.91667,34.34167],[134.90833,34.34167],[134.90833,34.35833],[134.9,34.35833],[134.9,34.4],[134.9,34.40833],[134.90833,34.40833],[134.90833,34.425],[134.91667,34.425],[134.91667,34.43333],[134.925,34.43333],[134.925,34.44167],[134.93333,34.44167],[134.93333,34.45],[134.94167,34.45],[134.94167,34.45833],[134.95,34.45833],[134.95,34.475],[134.95833,34.475],[134.95833,34.48333],[134.96667,34.48333],[134.96667,34.49167],[134.98333,34.49167],[134.98333,34.50833],[135,34.50833],[135,34.51667],[135,34.54167],[135.00833,34.54167],[135.00833,34.55],[135.01667,34.55],[135.01667,34.55833],[135.025,34.55833],[135.025,34.56667],[135.03333,34.56667],[135.03333,34.58333],[135.025,34.58333],[135.025,34.61667],[134.99167,34.61667],[134.99167,34.60833],[134.975,34.60833],[134.975,34.6],[134.96667,34.6],[134.96667,34.59167],[134.95833,34.59167],[134.95833,34.575],[134.95,34.575],[134.95,34.56667],[134.94167,34.56667],[134.94167,34.55833],[134.925,34.55833],[134.925,34.55],[134.91667,34.55],[134.91667,34.54167],[134.9,34.54167],[134.9,34.53333],[134.875,34.53333],[134.875,34.525],[134.86667,34.525],[134.86667,34.51667],[134.85833,34.51667],[134.85833,34.5],[134.85,34.5],[134.85,34.49167],[134.84167,34.49167],[134.84167,34.48333],[134.84167,34.475],[134.81667,34.475],[134.81667,34.46667],[134.80833,34.46667],[134.80833,34.45833],[134.79167,34.45833],[134.79167,34.44167],[134.78333,34.44167],[134.78333,34.43333],[134.78333,34.425],[134.775,34.425],[134.775,34.41667],[134.76667,34.41667],[134.76667,34.39167],[134.75,34.39167],[134.75,34.38333],[134.74167,34.38333],[134.74167,34.35833],[134.73333,34.35833],[134.73333,34.34167],[134.71667,34.34167],[134.71667,34.325],[134.70833,34.325],[134.70833,34.33333],[134.7,34.33333],[134.68333,34.33333],[134.68333,34.325],[134.66667,34.325],[134.66667,34.30833],[134.65833,34.30833],[134.65833,34.3],[134.65,34.3],[134.65,34.28333],[134.65833,34.28333],[134.65833,34.26667],[134.66667,34.26667],[134.66667,34.24167],[134.68333,34.24167],[134.68333,34.23333],[134.69167,34.23333],[134.69167,34.24167],[134.7,34.24167],[134.7,34.225],[134.69167,34.225],[134.69167,34.21667],[134.7,34.21667],[134.7,34.20833],[134.725,34.20833],[134.725,34.18333],[134.75,34.18333],[134.75,34.19167],[134.78333,34.19167],[134.80833,34.19167],[134.80833,34.2],[134.81667,34.2],[134.81667,34.20833],[134.83333,34.20833],[134.83333,34.21667],[134.84167,34.21667],[134.84167,34.225],[134.85833,34.225],[134.85833,34.23333],[134.88333,34.23333],[134.88333,34.24167],[134.9,34.24167],[134.9,34.25],[134.925,34.25],[134.925,34.25833],[134.95833,34.25833],[134.95833,34.275],[134.96667,34.275],[134.96667,34.29167],[134.95833,34.29167],[134.95833,34.3],[134.95,34.3],[134.95,34.30833],[134.93333,34.30833],[134.93333,34.31667],[134.925,34.31667]],[[134.025,34.55],[134.04167,34.55],[134.04167,34.55833],[134.04167,34.575],[134.05,34.575],[134.05,34.58333],[134.06667,34.58333],[134.06667,34.70833],[133.875,34.70833],[133.83333,34.70833],[133.71667,34.70833],[133.71667,34.55],[134.025,34.55]],[[135.59167,35.08333],[135.59167,34.91667],[135.59167,34.86667],[135.625,34.86667],[135.88333,34.86667],[135.88333,35.08333],[135.59167,35.08333]],[[138.23333,34.84167],[138.23333,34.83333],[138.23333,34.78333],[138.20833,34.78333],[138.19167,34.78333],[138.19167,34.79167],[138.11667,34.79167],[138.11667,34.80833],[137.95833,34.80833],[137.95833,34.88333],[137.84167,34.88333],[137.84167,34.725],[137.80833,34.725],[137.80833,34.64167],[137.825,34.64167],[137.825,34.65],[137.85833,34.65],[137.85833,34.65833],[137.91667,34.65833],[137.91667,34.66667],[137.95,34.66667],[137.95,34.65833],[138.00833,34.65833],[138.00833,34.65],[138.04167,34.65],[138.04167,34.64167],[138.06667,34.64167],[138.06667,34.70833],[138.20833,34.70833],[138.20833,34.68333],[138.21667,34.68333],[138.21667,34.66667],[138.225,34.66667],[138.225,34.68333],[138.21667,34.68333],[138.21667,34.7],[138.225,34.7],[138.225,34.70833],[138.225,34.71667],[138.23333,34.71667],[138.23333,34.725],[138.24167,34.725],[138.24167,34.73333],[138.25,34.73333],[138.25,34.74167],[138.275,34.74167],[138.275,34.75],[138.28333,34.75],[138.28333,34.75833],[138.3,34.75833],[138.3,34.76667],[138.30833,34.76667],[138.30833,34.78333],[138.31667,34.78333],[138.31667,34.79167],[138.325,34.79167],[138.325,34.8],[138.325,34.80833],[138.33333,34.80833],[138.33333,34.81667],[138.34167,34.81667],[138.34167,34.85],[138.33333,34.85],[138.33333,34.85833],[138.34167,34.85833],[138.34167,34.88333],[138.35,34.88333],[138.35,34.9],[138.35833,34.9],[138.35833,34.90833],[138.36667,34.90833],[138.36667,34.91667],[138.38333,34.91667],[138.38333,34.925],[138.40833,34.925],[138.40833,34.93333],[138.41667,34.93333],[138.41667,34.94167],[138.44167,34.94167],[138.44167,34.95],[138.475,34.95],[138.475,34.95833],[138.49167,34.95833],[138.49167,34.96667],[138.50833,34.96667],[138.50833,34.975],[138.51667,34.975],[138.51667,34.98333],[138.525,34.98333],[138.525,34.99167],[138.53333,34.99167],[138.53333,35.00833],[138.54167,35.00833],[138.54167,35.01667],[138.53333,35.01667],[138.53333,35.025],[138.525,35.025],[138.525,35.03333],[138.53333,35.03333],[138.53333,35.04167],[138.53333,35.05],[138.54167,35.05],[138.54167,35.06667],[138.49167,35.06667],[138.49167,35.04167],[138.38333,35.04167],[138.38333,35],[138.31667,35],[138.31667,34.90833],[138.29167,34.90833],[138.29167,34.89167],[138.24167,34.89167],[138.24167,34.85833],[138.23333,34.85833],[138.23333,34.84167]],[[137.3,34.775],[137.3,34.76667],[137.30833,34.76667],[137.30833,34.74167],[137.48333,34.74167],[137.48333,34.85833],[137.59167,34.85833],[137.59167,34.91667],[137.46667,34.91667],[137.41667,34.91667],[137.25,34.91667],[137.25,34.81667],[137.25,34.80833],[137.25,34.8],[137.3,34.8],[137.3,34.775]],[[138.75,34.8],[138.75,34.775],[138.75833,34.775],[138.75833,34.76667],[138.76667,34.76667],[138.76667,34.75833],[138.75833,34.75833],[138.75833,34.75],[138.875,34.75],[138.875,34.825],[138.9,34.825],[138.9,34.88333],[138.84167,34.88333],[138.84167,34.99167],[138.80833,34.99167],[138.80833,35.025],[138.79167,35.025],[138.79167,35.03333],[138.78333,35.03333],[138.78333,35.025],[138.775,35.025],[138.775,35],[138.76667,35],[138.76667,34.98333],[138.75833,34.98333],[138.75833,34.95],[138.76667,34.95],[138.76667,34.94167],[138.775,34.94167],[138.775,34.91667],[138.78333,34.91667],[138.78333,34.90833],[138.775,34.90833],[138.775,34.9],[138.75833,34.9],[138.75833,34.89167],[138.75,34.89167],[138.75,34.85833],[138.75833,34.85833],[138.75833,34.83333],[138.75,34.83333],[138.75,34.81667],[138.74167,34.81667],[138.74167,34.8],[138.75,34.8]],[[136.84167,35.03333],[136.85,35.03333],[136.85,35.01667],[136.84167,35.01667],[136.84167,35],[137,35],[137,35.33333],[136.75,35.33333],[136.75,35.025],[136.75833,35.025],[136.75833,35.01667],[136.78333,35.01667],[136.78333,35.00833],[136.8,35.00833],[136.8,34.99167],[136.81667,34.99167],[136.825,34.99167],[136.825,35],[136.825,35.025],[136.84167,35.025],[136.84167,35.03333]],[[141.00289,37.16667],[141.00155,37.175],[141.00212,37.19167],[141.0035,37.2],[141.00509,37.20833],[141.00833,37.21667],[141.01251,37.22217],[141.01275,37.225],[141.01272,37.22815],[141.01667,37.22818],[141.02246,37.22897],[141.02898,37.23801],[141.02804,37.23833],[141.02557,37.23513],[141.0226,37.23513],[141.02064,37.2408],[141.01364,37.2408],[141.01356,37.25],[141.01456,37.25833],[141.01626,37.26667],[141.01667,37.27076],[141.01832,37.275],[141.02095,37.28333],[141.0247,37.29672],[141.02442,37.3],[141.025,37.30173],[141.02784,37.30394],[141.02576,37.30833],[141.026,37.31286],[141.03333,37.31347],[141.03728,37.31667],[141.03886,37.31899],[141.03645,37.31961],[141.03333,37.32172],[141.02717,37.32287],[141.02657,37.325],[141.03139,37.33333],[141.03136,37.34167],[141.03408,37.34167],[141.03412,37.35],[141.03576,37.35833],[141.03916,37.36168],[141.03932,37.36447],[141.03678,37.36667],[141.03672,37.375],[141.03822,37.38141],[141.03662,37.38333],[141.03565,37.39167],[141.03544,37.4],[141.03453,37.40833],[141.03453,37.41667],[141.04168,37.42168],[141.04317,37.42336],[141.04168,37.42395],[141.03692,37.42635],[141.03639,37.43333],[141.03645,37.44167],[141.03947,37.45001],[141.03947,37.45833],[141.03809,37.46667],[141.03944,37.475],[141.04167,37.47725],[141.04679,37.48007],[141.04603,37.48333],[141.04058,37.48527],[141.0397,37.5],[141.03726,37.50833],[141.03575,37.51667],[141.03271,37.525],[141.032,37.53333],[141.03068,37.54167],[141.02966,37.55],[141.02895,37.55833],[141.02773,37.56667],[141.02723,37.575],[141.02651,37.58333],[141.02823,37.59167],[141.02904,37.6],[141.02763,37.6026],[141.02762,37.6026],[141.02763,37.60268],[141.02681,37.60419],[141.02658,37.60521],[141.02601,37.60655],[141.02514,37.61043],[141.02454,37.61132],[141.02388,37.61277],[141.02378,37.614],[141.02339,37.61502],[141.02317,37.6166],[141.02271,37.61834],[141.02242,37.62109],[141.02273,37.62444],[141.02276,37.62661],[141.0226,37.62691],[141.0226,37.62827],[141.0228,37.63163],[141.02349,37.63595],[141.02441,37.63888],[141.0247,37.63886],[141.02479,37.63915],[141.02429,37.64034],[141.02451,37.64227],[141.02369,37.64331],[141.02381,37.64505],[141.0241,37.64599],[141.02352,37.64727],[141.02285,37.64775],[141.02268,37.64829],[141.02235,37.64869],[141.0216,37.65027],[141.02104,37.65211],[141.02049,37.65301],[141.02041,37.65373],[141.01976,37.65502],[141.01945,37.65606],[141.02048,37.6564],[141.02061,37.65717],[141.02043,37.65751],[141.02026,37.65745],[141.02046,37.65715],[141.01958,37.65748],[141.0193,37.65801],[141.01923,37.65877],[141.01956,37.66097],[141.01985,37.66163],[141.01999,37.66259],[141.02943,37.66426],[141.03307,37.66695],[141.03296,37.66705],[141.03269,37.66694],[141.0293,37.66437],[141.02735,37.66399],[141.02703,37.66514],[141.02225,37.66428],[141.02159,37.6666],[141.02112,37.66669],[141.02099,37.66718],[141.02136,37.66741],[141.02084,37.66923],[141.01984,37.66904],[141.01907,37.67176],[141.02016,37.67196],[141.02021,37.67178],[141.01929,37.6716],[141.02238,37.67216],[141.02256,37.67165],[141.02288,37.67176],[141.02276,37.67219],[141.02579,37.67275],[141.02577,37.67287],[141.03204,37.67316],[141.04091,37.66491],[141.041,37.66498],[141.03213,37.67333],[141.02552,37.67307],[141.0173,37.67154],[141.01706,37.67217],[141.01628,37.6727],[141.01547,37.67389],[141.01488,37.67437],[141.01457,37.67504],[141.01378,37.67854],[141.01402,37.67972],[141.01393,37.68075],[141.01337,37.68289],[141.01348,37.68419],[141.0138,37.68527],[141.01416,37.68567],[141.01638,37.68547],[141.01748,37.6862],[141.01726,37.68629],[141.01629,37.68569],[141.01414,37.68584],[141.01389,37.68638],[141.01601,37.68623],[141.01735,37.68723],[141.01711,37.68724],[141.01592,37.68645],[141.01377,37.68657],[141.01252,37.68749],[141.01177,37.68846],[141.01123,37.68951],[141.01102,37.69703],[141.01089,37.69726],[141.01053,37.69742],[141.01038,37.69783],[141.01053,37.69822],[141.01086,37.69838],[141.0108,37.69896],[141.01076,37.69882],[141.01048,37.69894],[141.01043,37.69926],[141.01068,37.69943],[141.01091,37.69934],[141.0109,37.69951],[141.01108,37.69956],[141.0109,37.69992],[141.01108,37.70024],[141.01082,37.70038],[141.01092,37.70073],[141.01072,37.70155],[141.01081,37.70229],[141.01096,37.70229],[141.01099,37.70368],[141.01074,37.7037],[141.01076,37.7039],[141.01054,37.70392],[141.01048,37.70419],[141.01067,37.70454],[141.01101,37.70455],[141.01142,37.70684],[141.01152,37.7068],[141.01155,37.70734],[141.01203,37.70879],[141.01185,37.70932],[141.01209,37.71057],[141.01267,37.71061],[141.01231,37.71092],[141.01205,37.71199],[141.01184,37.71206],[141.01184,37.71263],[141.01144,37.71336],[141.01127,37.71427],[141.01165,37.71445],[141.01129,37.71447],[141.011,37.71568],[141.01108,37.71872],[141.01156,37.72325],[141.01192,37.72365],[141.01171,37.72421],[141.01178,37.72503],[141.01204,37.72593],[141.01247,37.72628],[141.01215,37.72631],[141.01209,37.72737],[141.0123,37.73313],[141.01143,37.73668],[141.01147,37.73901],[141.01134,37.73977],[141.01104,37.7411],[141.01073,37.74104],[141.01045,37.74142],[141.01019,37.74301],[141.0099,37.74332],[141.00944,37.74442],[141.00955,37.74483],[141.00917,37.74612],[141.00856,37.74731],[141.00819,37.74733],[141.00797,37.7484],[141.0082,37.74909],[141.00803,37.74953],[141.00815,37.74992],[141.00764,37.74994],[141.0074,37.75024],[141.00721,37.75021],[141.00738,37.75028],[141.00795,37.75012],[141.00735,37.75039],[141.0061,37.74993],[141.00599,37.74981],[141.00608,37.74963],[141.00544,37.74986],[141.00548,37.75012],[141.00484,37.75063],[141.00534,37.75096],[141.0049,37.7508],[141.00509,37.75115],[141.00474,37.7514],[141.00429,37.75243],[141.00434,37.75277],[141.00421,37.75293],[141.00439,37.75328],[141.00423,37.75345],[141.00445,37.75396],[141.00406,37.75481],[141.00369,37.75493],[141.00355,37.75526],[141.00288,37.75585],[141.00268,37.75677],[141.00258,37.75687],[141.0022,37.75672],[141.00251,37.7569],[141.00246,37.75713],[141.00105,37.75776],[141.00045,37.75882],[141.00002,37.76171],[141.00014,37.76211],[141.00082,37.76196],[141.00108,37.76205],[141.00101,37.7623],[141.00065,37.76249],[141.00061,37.76309],[140.99841,37.7634],[140.99829,37.76322],[140.99726,37.76297],[140.99641,37.76376],[140.99638,37.76428],[140.99549,37.76523],[140.99379,37.76566],[140.99352,37.76619],[140.99356,37.76649],[140.99386,37.76682],[140.99269,37.7665],[140.99181,37.76696],[140.99134,37.76791],[140.99157,37.76832],[140.99181,37.76801],[140.99192,37.76809],[140.99127,37.76893],[140.991,37.7688],[140.99074,37.76892],[140.99081,37.76936],[140.99054,37.76996],[140.99004,37.77036],[140.99024,37.77087],[140.99042,37.77061],[140.99015,37.7714],[140.98991,37.77147],[140.98975,37.77173],[140.99001,37.77197],[140.98983,37.77278],[140.98926,37.77293],[140.98905,37.77323],[140.9891,37.77371],[140.98819,37.77876],[140.98802,37.77877],[140.98818,37.77881],[140.98814,37.77921],[140.98801,37.77922],[140.98815,37.77926],[140.98806,37.78011],[140.98786,37.78013],[140.98802,37.78033],[140.98785,37.78058],[140.98799,37.78062],[140.98795,37.781],[140.98781,37.78103],[140.98793,37.78106],[140.9879,37.78145],[140.98777,37.78148],[140.98789,37.78148],[140.98786,37.78192],[140.98768,37.78196],[140.98786,37.78199],[140.98783,37.78239],[140.98766,37.78243],[140.98782,37.78246],[140.98778,37.78287],[140.98761,37.7829],[140.98779,37.78296],[140.98775,37.7834],[140.98757,37.78342],[140.98774,37.7835],[140.98772,37.78388],[140.98757,37.78388],[140.98771,37.78394],[140.98772,37.78437],[140.98752,37.78441],[140.98772,37.78447],[140.98772,37.78492],[140.98757,37.78494],[140.98773,37.78496],[140.9877,37.78541],[140.98749,37.78546],[140.98768,37.78549],[140.98768,37.78569],[140.98766,37.78595],[140.98745,37.78597],[140.98765,37.78603],[140.9876,37.78645],[140.98745,37.78646],[140.98761,37.78653],[140.98756,37.78693],[140.98739,37.78692],[140.98755,37.78696],[140.98754,37.78737],[140.98735,37.78744],[140.98753,37.78747],[140.9875,37.78785],[140.98733,37.78787],[140.98752,37.78795],[140.9875,37.78832],[140.98731,37.78835],[140.9875,37.78838],[140.98748,37.7886],[140.98744,37.7888],[140.9872,37.78881],[140.98738,37.78887],[140.98706,37.79004],[140.98686,37.7921],[140.98679,37.79834],[140.98657,37.80169],[140.98689,37.80346],[140.98693,37.80487],[140.98671,37.80547],[140.9867,37.80679],[140.98683,37.80716],[140.98666,37.80789],[140.98665,37.81029],[140.9864,37.8127],[140.98634,37.81639],[140.98654,37.81731],[140.98633,37.81776],[140.98648,37.81846],[140.98633,37.81896],[140.98649,37.81971],[140.98631,37.82164],[140.9865,37.82208],[140.98723,37.82233],[140.98735,37.82273],[140.98726,37.82296],[140.98603,37.82394],[140.985,37.82399],[140.98404,37.82438],[140.98263,37.82442],[140.98135,37.82583],[140.9818,37.82664],[140.98199,37.82672],[140.98141,37.82805],[140.97847,37.82916],[140.97814,37.83028],[140.97671,37.83248],[140.97564,37.83562],[140.9767,37.83719],[140.97654,37.83726],[140.97533,37.8356],[140.97744,37.82947],[140.97761,37.82892],[140.97751,37.82858],[140.97777,37.82854],[140.97841,37.82884],[140.98105,37.82793],[140.98155,37.82681],[140.98088,37.82568],[140.97898,37.82635],[140.97959,37.82747],[140.97902,37.82767],[140.97836,37.82648],[140.97695,37.82697],[140.97762,37.82817],[140.97731,37.82829],[140.97699,37.82797],[140.97653,37.82694],[140.97548,37.8273],[140.97646,37.82905],[140.97611,37.83033],[140.9749,37.83199],[140.97603,37.8303],[140.97629,37.82936],[140.97496,37.82971],[140.97612,37.82928],[140.97634,37.82905],[140.97631,37.82927],[140.97637,37.82906],[140.97537,37.82741],[140.97443,37.82771],[140.97454,37.82791],[140.97287,37.82849],[140.97379,37.83014],[140.9721,37.83073],[140.97252,37.83162],[140.97119,37.82933],[140.97098,37.82925],[140.97016,37.82963],[140.97099,37.82917],[140.97046,37.82811],[140.97028,37.82807],[140.96913,37.82816],[140.96681,37.82873],[140.96566,37.82975],[140.96417,37.83058],[140.96418,37.83115],[140.9645,37.83128],[140.96433,37.8314],[140.96384,37.83101],[140.96303,37.83145],[140.96296,37.83163],[140.96309,37.83173],[140.96289,37.83183],[140.96281,37.83232],[140.963,37.83236],[140.96302,37.83253],[140.96281,37.8326],[140.96284,37.83291],[140.96341,37.83298],[140.96311,37.83321],[140.96317,37.83366],[140.96299,37.83374],[140.96322,37.83534],[140.96334,37.83538],[140.96391,37.83479],[140.9642,37.83499],[140.96312,37.83605],[140.96359,37.83891],[140.96734,37.84397],[140.96762,37.84445],[140.96745,37.84466],[140.96721,37.84454],[140.9673,37.84442],[140.96695,37.84392],[140.96326,37.83899],[140.96248,37.83251],[140.96205,37.83263],[140.96174,37.83252],[140.96248,37.83247],[140.96275,37.83116],[140.96257,37.83104],[140.96247,37.8305],[140.96233,37.8304],[140.96202,37.83077],[140.96158,37.83052],[140.95948,37.83137],[140.95956,37.83194],[140.96048,37.83187],[140.96069,37.83196],[140.95956,37.83201],[140.9597,37.83293],[140.95695,37.83729],[140.95565,37.83699],[140.95512,37.83856],[140.95928,37.83946],[140.95968,37.84001],[140.9591,37.84169],[140.96075,37.84204],[140.96238,37.84163],[140.96073,37.8421],[140.95556,37.84099],[140.95526,37.84186],[140.95546,37.84097],[140.95388,37.84063],[140.95313,37.84299],[140.95466,37.84332],[140.95505,37.84247],[140.95475,37.84334],[140.95827,37.8441],[140.95821,37.84427],[140.95877,37.84505],[140.95797,37.8474],[140.95558,37.84688],[140.95386,37.8519],[140.95076,37.85123],[140.94938,37.85525],[140.95038,37.85547],[140.95051,37.85503],[140.95687,37.8564],[140.9568,37.85663],[140.95661,37.85658],[140.95653,37.8568],[140.95672,37.85684],[140.95586,37.85937],[140.96236,37.86077],[140.96779,37.85942],[140.96242,37.86087],[140.94979,37.85815],[140.94724,37.85314],[140.94696,37.8534],[140.9472,37.85293],[140.94641,37.85321],[140.94592,37.85437],[140.94546,37.85698],[140.94527,37.8572],[140.94405,37.85772],[140.94357,37.85773],[140.943,37.85816],[140.94294,37.85843],[140.94341,37.85885],[140.94329,37.85917],[140.9431,37.85948],[140.94286,37.85955],[140.94243,37.86052],[140.94212,37.8607],[140.94203,37.86105],[140.94112,37.86215],[140.94044,37.86333],[140.93983,37.86509],[140.93952,37.86528],[140.93954,37.86604],[140.93889,37.8687],[140.93752,37.87214],[140.93774,37.87324],[140.93862,37.87358],[140.93853,37.87421],[140.93828,37.87405],[140.93834,37.87371],[140.9375,37.87334],[140.93733,37.87194],[140.93642,37.87213],[140.9365,37.87221],[140.9359,37.87386],[140.93793,37.87418],[140.93721,37.87416],[140.93705,37.87461],[140.93617,37.87441],[140.9358,37.87543],[140.93542,37.87535],[140.93538,37.87548],[140.93764,37.87607],[140.93585,37.87575],[140.93489,37.87669],[140.9346,37.87774],[140.93406,37.87835],[140.93341,37.87956],[140.93352,37.88106],[140.93325,37.88207],[140.93325,37.88304],[140.93292,37.88393],[140.93273,37.88647],[140.93216,37.88988],[140.93196,37.89078],[140.93156,37.89087],[140.93131,37.89153],[140.93125,37.89368],[140.93163,37.89373],[140.93155,37.89428],[140.93135,37.8953],[140.93108,37.89585],[140.93122,37.89608],[140.93114,37.89633],[140.93076,37.89655],[140.93053,37.89792],[140.93061,37.89961],[140.93076,37.89999],[140.93102,37.90027],[140.93174,37.90015],[140.93107,37.90031],[140.93096,37.90147],[140.93086,37.90146],[140.93079,37.90206],[140.93057,37.9021],[140.93058,37.90308],[140.93094,37.90305],[140.93094,37.90344],[140.93154,37.90401],[140.93144,37.90407],[140.9309,37.90356],[140.93046,37.90386],[140.93036,37.90378],[140.93081,37.90348],[140.93081,37.90321],[140.93056,37.90309],[140.93047,37.90206],[140.93064,37.90203],[140.9308,37.90088],[140.92935,37.90043],[140.9286,37.90182],[140.92789,37.90222],[140.92754,37.90298],[140.92774,37.90338],[140.92963,37.90402],[140.92957,37.90413],[140.92721,37.90328],[140.92635,37.90379],[140.92633,37.9049],[140.92654,37.90532],[140.92577,37.90583],[140.92528,37.90768],[140.92493,37.90833],[140.92447,37.91087],[140.92481,37.9113],[140.92539,37.91165],[140.92596,37.91164],[140.92612,37.91129],[140.92619,37.91144],[140.92586,37.91259],[140.92577,37.91253],[140.92595,37.91199],[140.92491,37.91184],[140.92437,37.91197],[140.92391,37.91238],[140.92296,37.91657],[140.92312,37.9177],[140.92298,37.91781],[140.92267,37.91967],[140.92312,37.92025],[140.92357,37.92049],[140.92435,37.9205],[140.92444,37.92017],[140.92461,37.92024],[140.92431,37.92144],[140.92428,37.92101],[140.92382,37.92084],[140.92291,37.92072],[140.92245,37.92102],[140.92187,37.92491],[140.92262,37.92504],[140.9226,37.92518],[140.92182,37.9252],[140.92111,37.92944],[140.92187,37.92956],[140.92185,37.92968],[140.92108,37.92961],[140.92081,37.93143],[140.92054,37.93199],[140.91996,37.93586],[140.92028,37.93672],[140.92009,37.9383],[140.92089,37.93837],[140.92089,37.93852],[140.92006,37.93856],[140.91987,37.94049],[140.9192,37.94397],[140.91917,37.94543],[140.91883,37.94738],[140.91958,37.94751],[140.91955,37.94764],[140.9188,37.94755],[140.91709,37.95583],[140.91723,37.95629],[140.9176,37.95634],[140.91763,37.95646],[140.91702,37.95647],[140.91692,37.95708],[140.91666,37.95743],[140.9163,37.95952],[140.9164,37.95981],[140.91627,37.9598],[140.91619,37.96023],[140.91597,37.96472],[140.91623,37.96517],[140.9169,37.9652],[140.91688,37.96538],[140.91581,37.96538],[140.91552,37.96635],[140.91527,37.96648],[140.91515,37.96688],[140.91502,37.96909],[140.91519,37.96979],[140.91503,37.97003],[140.91499,37.97075],[140.91546,37.97373],[140.91565,37.97414],[140.91662,37.97417],[140.91661,37.97439],[140.91552,37.97435],[140.91526,37.97449],[140.91495,37.97583],[140.91511,37.97919],[140.91488,37.98038],[140.91505,37.98123],[140.91499,37.98226],[140.91517,37.98271],[140.91506,37.98329],[140.91519,37.98365],[140.91491,37.98527],[140.91506,37.98702],[140.91496,37.98757],[140.91515,37.98818],[140.91498,37.98832],[140.91529,37.98855],[140.91519,37.98913],[140.91561,37.98944],[140.91567,37.98955],[140.91561,37.98966],[140.91558,37.98948],[140.9154,37.98937],[140.91538,37.98942],[140.91549,37.98947],[140.91554,37.98952],[140.91556,37.98957],[140.91538,37.98943],[140.91519,37.98996],[140.91546,37.9923],[140.91539,37.99384],[140.91575,37.99645],[140.91615,37.99674],[140.91623,37.99708],[140.91606,37.99728],[140.91626,37.99765],[140.91592,37.99791],[140.9158,37.99836],[140.91635,37.99888],[140.91548,37.99939],[140.91504,38.0002],[140.915,38.00076],[140.91553,38.00222],[140.91637,38.00286],[140.91584,38.00384],[140.91653,38.00479],[140.91598,38.00572],[140.91601,38.00731],[140.91641,38.00911],[140.91643,38.01047],[140.91664,38.01105],[140.91735,38.01154],[140.91696,38.01271],[140.91763,38.01338],[140.91768,38.01386],[140.91743,38.01449],[140.91813,38.01522],[140.91755,38.01592],[140.9175,38.01619],[140.91835,38.01717],[140.91756,38.01786],[140.91743,38.01905],[140.91811,38.02244],[140.91927,38.02649],[140.91913,38.02662],[140.91951,38.0271],[140.92017,38.02903],[140.92256,38.03377],[140.92541,38.03428],[140.926,38.03401],[140.92655,38.03398],[140.92778,38.03425],[140.92773,38.03436],[140.92599,38.03415],[140.92531,38.03442],[140.92475,38.03434],[140.92531,38.03441],[140.92535,38.03431],[140.92263,38.03387],[140.92274,38.03447],[140.92336,38.03451],[140.92368,38.03455],[140.92275,38.03455],[140.92606,38.03517],[140.92273,38.03466],[140.92205,38.03716],[140.92216,38.03992],[140.9223,38.04003],[140.92212,38.0401],[140.92201,38.04097],[140.92212,38.04163],[140.92184,38.04189],[140.92236,38.05017],[140.92256,38.05079],[140.92279,38.05103],[140.92295,38.05242],[140.92322,38.05607],[140.92319,38.05778],[140.92341,38.05944],[140.92324,38.05951],[140.92371,38.06277],[140.92436,38.06976],[140.92464,38.06979],[140.92472,38.07008],[140.92536,38.07426],[140.92817,38.08802],[140.92823,38.08841],[140.92807,38.0884],[140.92801,38.0886],[140.92847,38.09076],[140.92829,38.09087],[140.92851,38.09089],[140.92934,38.09473],[140.93012,38.09678],[140.93039,38.09686],[140.92997,38.09691],[140.93036,38.09708],[140.93007,38.09711],[140.92999,38.09741],[140.93061,38.10038],[140.93122,38.10247],[140.93304,38.10708],[140.93316,38.10775],[140.93438,38.1104],[140.93458,38.11037],[140.93415,38.11045],[140.93459,38.1104],[140.93437,38.11045],[140.93639,38.11621],[140.93849,38.12377],[140.94755,38.1453],[140.95249,38.15519],[140.95329,38.15637],[140.95628,38.16192],[140.95906,38.16645],[140.9609,38.1685],[140.96179,38.16927],[140.96333,38.16866],[140.96687,38.16958],[140.96757,38.17047],[140.96744,38.17054],[140.96676,38.16968],[140.96331,38.16876],[140.96078,38.16976],[140.96183,38.17142],[140.96165,38.17185],[140.962,38.17241],[140.96264,38.17234],[140.96273,38.17248],[140.96254,38.17256],[140.96317,38.17356],[140.96492,38.17348],[140.96515,38.1705],[140.96528,38.17051],[140.96501,38.17347],[140.96562,38.1735],[140.96317,38.17359],[140.96221,38.17446],[140.96488,38.17445],[140.96219,38.17452],[140.96205,38.175],[140.96201,38.17656],[140.96245,38.17828],[140.96292,38.17897],[140.96364,38.1807],[140.96391,38.18087],[140.9637,38.18081],[140.96532,38.18439],[140.9658,38.1863],[140.96752,38.18902],[140.96757,38.18942],[140.96837,38.1911],[140.9707,38.19449],[140.97198,38.19693],[140.97353,38.1991],[140.97422,38.20055],[140.97546,38.20252],[140.97808,38.20617],[140.97913,38.20788],[140.97981,38.20857],[140.9812,38.21073],[140.98286,38.21269],[140.98353,38.21333],[140.98464,38.21396],[140.98508,38.21482],[140.98573,38.21532],[140.9859,38.21617],[140.98657,38.21686],[140.98676,38.21751],[140.98738,38.21814],[140.9877,38.219],[140.98853,38.21961],[140.9893,38.22085],[140.98984,38.22228],[140.99095,38.22416],[140.99199,38.22526],[140.99521,38.22962],[141.00133,38.23709],[141.00157,38.23759],[141.00423,38.24091],[141.00843,38.24564],[141.00834,38.2459],[141.00864,38.24597],[141.01006,38.2478],[141.01303,38.25103],[141.01337,38.2516],[141.01602,38.25434],[141.01696,38.25553],[141.01749,38.25661],[141.01827,38.25745],[141.02089,38.26163],[141.02234,38.26335],[141.02356,38.26432],[141.02616,38.26409],[141.02723,38.26505],[141.02786,38.26527],[141.03127,38.26546],[141.03558,38.26565],[141.04689,38.26464],[141.04701,38.26549],[141.04681,38.26551],[141.04674,38.2648],[141.03557,38.26578],[141.03233,38.2656],[141.03325,38.26662],[141.02887,38.26702],[141.02827,38.26745],[141.02742,38.26752],[141.02825,38.26742],[141.02959,38.26644],[141.02856,38.26567],[141.02794,38.26562],[141.0267,38.2665],[141.02685,38.26757],[140.99851,38.26999],[140.99892,38.27311],[141.0037,38.27271],[141.00372,38.2729],[141.00326,38.27334],[141.00346,38.27386],[141.00569,38.27335],[141.00581,38.27363],[141.00807,38.27314],[141.01017,38.27297],[141.01214,38.27197],[141.02381,38.27098],[141.02154,38.27119],[141.02178,38.27296],[141.02518,38.27267],[141.02495,38.27072],[141.02521,38.27267],[141.02541,38.27265],[141.02586,38.27579],[141.02609,38.27633],[141.02589,38.27639],[141.02601,38.27638],[141.02591,38.27644],[141.02773,38.28061],[141.02758,38.28064],[141.02805,38.28176],[141.02879,38.28311],[141.03117,38.28248],[141.03066,38.28134],[141.03137,38.28079],[141.03118,38.28055],[141.03097,38.2806],[141.03086,38.28035],[141.03105,38.28027],[141.02947,38.27667],[141.02958,38.27556],[141.04025,38.27268],[141.04379,38.27424],[141.0436,38.27457],[141.04384,38.27482],[141.04401,38.27481],[141.04426,38.27446],[141.04457,38.27458],[141.04337,38.27675],[141.04397,38.27724],[141.0449,38.2777],[141.0479,38.2785],[141.04866,38.27859],[141.04893,38.27846],[141.04916,38.27858],[141.04948,38.27801],[141.04943,38.27769],[141.05032,38.27741],[141.04954,38.27778],[141.04954,38.27824],[141.04924,38.27857],[141.04985,38.27901],[141.05,38.27887],[141.05097,38.27899],[141.05194,38.27765],[141.05004,38.27655],[141.05205,38.27761],[141.05217,38.27795],[141.05257,38.27803],[141.05246,38.2783],[141.05225,38.27827],[141.05241,38.27842],[141.05211,38.27916],[141.05228,38.27959],[141.053,38.27969],[141.05294,38.27998],[141.05417,38.2806],[141.05468,38.28064],[141.05472,38.28078],[141.05556,38.28046],[141.05574,38.2807],[141.05598,38.28036],[141.05565,38.28039],[141.05622,38.28017],[141.05631,38.28024],[141.05608,38.28047],[141.05633,38.28082],[141.05712,38.28105],[141.05738,38.28099],[141.05783,38.28122],[141.05842,38.28115],[141.05879,38.28139],[141.05921,38.28142],[141.06113,38.28105],[141.06172,38.28073],[141.06117,38.28112],[141.05968,38.28147],[141.05989,38.28148],[141.0602,38.28228],[141.06258,38.28283],[141.06275,38.28277],[141.06309,38.28181],[141.06225,38.28117],[141.06373,38.28212],[141.06352,38.28267],[141.06363,38.2829],[141.06342,38.28289],[141.06342,38.28316],[141.06434,38.28373],[141.06471,38.28435],[141.06424,38.28372],[141.06361,38.28341],[141.06316,38.2839],[141.06323,38.28482],[141.06333,38.28507],[141.06354,38.2851],[141.06392,38.28629],[141.06466,38.28749],[141.06461,38.28762],[141.06519,38.28819],[141.06645,38.28882],[141.067,38.28956],[141.06709,38.29],[141.06921,38.2924],[141.07215,38.29427],[141.07391,38.29509],[141.07457,38.29515],[141.07493,38.29498],[141.07527,38.29516],[141.07524,38.29529],[141.07599,38.29518],[141.07669,38.29568],[141.07727,38.29584],[141.07876,38.29576],[141.0792,38.29534],[141.07904,38.29475],[141.08009,38.29432],[141.08048,38.29396],[141.08068,38.29403],[141.08078,38.29383],[141.08104,38.29381],[141.08099,38.29394],[141.08125,38.29397],[141.08174,38.29374],[141.08188,38.29387],[141.08196,38.29363],[141.08226,38.29379],[141.0829,38.29345],[141.08303,38.29314],[141.08327,38.29327],[141.08347,38.29302],[141.08419,38.29298],[141.08424,38.29309],[141.08472,38.29287],[141.08509,38.29322],[141.08559,38.29335],[141.08549,38.29369],[141.08562,38.29366],[141.08558,38.29381],[141.08571,38.29385],[141.08553,38.29401],[141.08571,38.29407],[141.08554,38.29448],[141.0857,38.29459],[141.0855,38.29462],[141.08556,38.2948],[141.0853,38.29493],[141.08545,38.29502],[141.08507,38.29512],[141.08497,38.29543],[141.08527,38.29567],[141.08587,38.2958],[141.08584,38.2962],[141.08601,38.29629],[141.08772,38.29554],[141.08788,38.2958],[141.08758,38.29589],[141.0874,38.29661],[141.08778,38.29713],[140.97053,38.29733],[140.9705,38.28381],[140.94764,38.28384],[140.94753,38.21626],[140.92469,38.21628],[140.92463,38.16223],[140.9018,38.16224],[140.90177,38.1217],[140.87895,38.12171],[140.8788,37.87843],[140.90154,37.87842],[140.9015,37.83787],[140.92423,37.83786],[140.92411,37.74325],[140.9695,37.7432],[140.96937,37.67562],[140.99205,37.6756],[140.99189,37.60296],[140.98853,37.60299],[140.98273,37.2246],[140.9602,37.22482],[140.9582,37.08967],[140.9357,37.08988],[140.93414,36.98176],[140.91168,36.98197],[140.91149,36.96846],[140.82165,36.96924],[140.82113,36.92869],[140.75379,36.92923],[140.75298,36.86165],[140.79312,36.86131],[140.79322,36.8617],[140.79369,36.86219],[140.79167,36.86226],[140.78973,36.86667],[140.79077,36.875],[140.79167,36.87635],[140.79301,36.87722],[140.7946,36.88333],[140.8,36.89167],[140.81667,36.90833],[140.825,36.91168],[140.83333,36.90916],[140.84167,36.90855],[140.85833,36.91708],[140.86667,36.91134],[140.86667,36.91487],[140.875,36.91873],[140.88333,36.92036],[140.88333,36.90783],[140.88393,36.90833],[140.89167,36.91222],[140.90833,36.91726],[140.90833,36.934],[140.91667,36.93485],[140.91965,36.93282],[140.925,36.93417],[140.92851,36.94167],[140.93333,36.94791],[140.93575,36.95],[140.94167,36.954],[140.95322,36.9525],[140.95726,36.95397],[140.95376,36.95833],[140.95833,36.96449],[140.96667,36.96337],[140.96881,36.96091],[140.97143,36.96231],[140.96815,36.96493],[140.97046,36.975],[140.96894,36.98333],[140.975,36.99167],[140.98333,36.99167],[140.98333,36.99146],[140.9841,36.99146],[140.98412,36.99167],[140.98244,37],[140.98221,37.01158],[140.975,37.01346],[140.97419,37.01667],[140.97336,37.025],[140.97354,37.03333],[140.97482,37.04167],[140.97436,37.05],[140.975,37.05546],[140.97558,37.05833],[140.97779,37.06667],[140.97964,37.075],[140.9824,37.08333],[140.98333,37.08731],[140.98497,37.09167],[140.98962,37.1],[140.99167,37.10283],[140.99842,37.1],[140.99891,37.09959],[141.00095,37.10035],[141,37.10235],[141,37.10674],[141.00408,37.10767],[141.00163,37.11228],[141.00194,37.11667],[141.00183,37.11907],[140.99984,37.125],[141.00123,37.13032],[140.99931,37.13333],[141,37.13927],[141.00833,37.14111],[141.00833,37.14559],[141.00942,37.14616],[141.00655,37.15],[141.00306,37.15833],[141.00456,37.16387],[141.00289,37.16667]],[[141.02145,37.6707],[141.02118,37.67065],[141.02231,37.66667],[141.02268,37.66537],[141.02295,37.66542],[141.02145,37.6707]],[[141.06284,38.26085],[141.05499,38.25796],[141.05506,38.25785],[141.06858,38.26278],[141.06851,38.2629],[141.06667,38.26223],[141.06284,38.26085]],[[141.07545,38.32567],[141.07574,38.3255],[141.07579,38.32553],[141.07572,38.32596],[141.07517,38.32598],[141.075,38.3262],[141.07501,38.32657],[141.07467,38.32667],[141.07474,38.32691],[141.07456,38.32697],[141.07449,38.32732],[141.07528,38.32797],[141.07456,38.32796],[141.07446,38.32762],[141.07388,38.32752],[141.0739,38.32732],[141.07329,38.32689],[141.07266,38.32697],[141.07256,38.32714],[141.07216,38.32701],[141.07121,38.3271],[141.07112,38.32704],[141.07127,38.32687],[141.07097,38.32678],[141.07076,38.32689],[141.07081,38.327],[141.07043,38.32706],[141.07024,38.32726],[141.06935,38.32703],[141.06817,38.32644],[141.06713,38.32639],[141.06693,38.32678],[141.06674,38.32651],[141.06701,38.32607],[141.06776,38.32595],[141.06792,38.32555],[141.06822,38.32544],[141.06812,38.32473],[141.06737,38.32471],[141.06782,38.32458],[141.06748,38.32436],[141.06791,38.32457],[141.06793,38.32418],[141.0683,38.32379],[141.06816,38.32367],[141.06864,38.32378],[141.06916,38.3234],[141.06967,38.32366],[141.0692,38.3238],[141.06945,38.32435],[141.06982,38.32452],[141.0702,38.32436],[141.06996,38.32471],[141.06975,38.32471],[141.07023,38.32508],[141.07066,38.32503],[141.0711,38.32536],[141.07164,38.32499],[141.07207,38.32498],[141.07283,38.32529],[141.07272,38.32562],[141.07245,38.32577],[141.07212,38.32562],[141.07201,38.32579],[141.07209,38.3261],[141.07256,38.3266],[141.07303,38.32651],[141.07358,38.32663],[141.07402,38.32642],[141.0741,38.32631],[141.0739,38.32612],[141.07434,38.32584],[141.07416,38.32557],[141.07492,38.32595],[141.07519,38.32589],[141.07545,38.32567]],[[141.04856,38.32531],[141.04857,38.32523],[141.05177,38.32321],[141.0486,38.3253],[141.05348,38.32982],[141.05,38.32664],[141.04856,38.32531]],[[141.187,38.31618],[141.18703,38.31656],[141.18673,38.3168],[141.18668,38.31708],[141.18652,38.3168],[141.18648,38.31705],[141.18626,38.31705],[141.18608,38.31667],[141.1865,38.31586],[141.1862,38.31586],[141.18586,38.31548],[141.18538,38.31552],[141.18507,38.31526],[141.18524,38.31498],[141.18555,38.31494],[141.18679,38.31537],[141.18674,38.31508],[141.18687,38.31504],[141.18743,38.31559],[141.18745,38.31584],[141.187,38.31618]],[[141.15756,38.31707],[141.15886,38.31707],[141.15898,38.31739],[141.15924,38.31747],[141.16027,38.31719],[141.16061,38.3175],[141.16109,38.31721],[141.16127,38.31667],[141.16145,38.3166],[141.16167,38.31683],[141.16124,38.31734],[141.16128,38.31776],[141.16073,38.31802],[141.16068,38.31843],[141.16053,38.31848],[141.16066,38.31863],[141.16004,38.31865],[141.15995,38.31881],[141.15986,38.31852],[141.15968,38.31846],[141.15908,38.31867],[141.15953,38.31906],[141.15903,38.31898],[141.1595,38.31972],[141.15912,38.32008],[141.15888,38.31996],[141.15906,38.32021],[141.15882,38.32046],[141.15912,38.32055],[141.15899,38.32083],[141.15844,38.32091],[141.15789,38.3213],[141.15762,38.32106],[141.15788,38.32087],[141.15784,38.3206],[141.15733,38.32043],[141.15641,38.3209],[141.15635,38.32064],[141.15555,38.3207],[141.15531,38.32106],[141.15515,38.32106],[141.15531,38.32061],[141.15507,38.32037],[141.15513,38.31995],[141.15612,38.31923],[141.1554,38.31911],[141.15617,38.31856],[141.15605,38.31832],[141.15574,38.31825],[141.15528,38.31841],[141.1553,38.31824],[141.15651,38.31777],[141.15699,38.31865],[141.15718,38.31862],[141.15747,38.31854],[141.15752,38.31818],[141.15742,38.31802],[141.1571,38.31811],[141.15686,38.31755],[141.15756,38.31707]],[[141.15368,38.31958],[141.15364,38.31981],[141.15402,38.32071],[141.15367,38.32136],[141.15287,38.32153],[141.15273,38.32131],[141.15303,38.32106],[141.15348,38.32018],[141.1533,38.31926],[141.15359,38.31916],[141.15364,38.31898],[141.15316,38.31852],[141.15335,38.31829],[141.1541,38.31881],[141.15394,38.31904],[141.1541,38.3195],[141.15368,38.31958]],[[141.10284,38.33323],[141.1026,38.33306],[141.10196,38.33334],[141.10195,38.33379],[141.10271,38.33373],[141.10292,38.33384],[141.10267,38.33376],[141.10151,38.33395],[141.10114,38.33419],[141.101,38.33396],[141.10006,38.33375],[141.09904,38.33383],[141.0987,38.334],[141.0985,38.33477],[141.09831,38.33494],[141.09825,38.33451],[141.09741,38.33454],[141.09655,38.33519],[141.09673,38.33544],[141.0973,38.33547],[141.0965,38.33548],[141.09571,38.33575],[141.09534,38.33616],[141.09577,38.33635],[141.0948,38.33616],[141.0942,38.3364],[141.09404,38.33672],[141.09354,38.33656],[141.09345,38.3367],[141.0929,38.33645],[141.09245,38.33708],[141.09173,38.33675],[141.09248,38.33624],[141.09091,38.33545],[141.09065,38.33583],[141.09148,38.33651],[141.0914,38.33661],[141.09046,38.3362],[141.08942,38.33766],[141.09079,38.33826],[141.09107,38.33786],[141.09082,38.33827],[141.09189,38.33852],[141.0912,38.33848],[141.08879,38.33742],[141.08826,38.33569],[141.08778,38.33547],[141.08615,38.33507],[141.0852,38.33598],[141.0849,38.33584],[141.08508,38.3357],[141.08524,38.3348],[141.08513,38.33447],[141.08483,38.33434],[141.08489,38.33404],[141.08553,38.33398],[141.08595,38.33355],[141.08596,38.33321],[141.08578,38.33298],[141.0866,38.33255],[141.08671,38.33228],[141.08652,38.33207],[141.08735,38.33142],[141.08733,38.33106],[141.0877,38.33074],[141.08801,38.33084],[141.08836,38.33061],[141.0882,38.33086],[141.08878,38.33119],[141.092,38.33257],[141.09333,38.33288],[141.09402,38.33285],[141.09425,38.33265],[141.09401,38.33252],[141.09404,38.33239],[141.09478,38.33224],[141.09506,38.33228],[141.09506,38.33247],[141.09715,38.3326],[141.09827,38.33225],[141.0984,38.33138],[141.09873,38.33157],[141.09945,38.33158],[141.10026,38.33131],[141.10031,38.33114],[141.10015,38.33096],[141.10046,38.33088],[141.10039,38.33061],[141.10073,38.33048],[141.10074,38.33031],[141.10153,38.33065],[141.10202,38.33053],[141.10307,38.32937],[141.10317,38.32897],[141.10358,38.3284],[141.10462,38.32766],[141.10513,38.32772],[141.10529,38.32726],[141.10595,38.32721],[141.10589,38.32745],[141.10603,38.32753],[141.10646,38.32735],[141.10723,38.32755],[141.10719,38.32791],[141.10746,38.32819],[141.10721,38.32817],[141.10716,38.32798],[141.10595,38.32815],[141.10553,38.32872],[141.10552,38.32947],[141.10585,38.32969],[141.10498,38.3301],[141.10515,38.33024],[141.10517,38.33142],[141.10532,38.33183],[141.10493,38.33179],[141.10472,38.33194],[141.10464,38.33228],[141.10394,38.33249],[141.10373,38.333],[141.10345,38.33274],[141.1027,38.33303],[141.10284,38.33323]],[[141.12974,38.349],[141.12948,38.34821],[141.12973,38.34738],[141.12889,38.34714],[141.12853,38.34751],[141.12808,38.3473],[141.12916,38.34598],[141.12946,38.34506],[141.12905,38.34467],[141.12854,38.34453],[141.12821,38.34505],[141.12837,38.34401],[141.12771,38.34368],[141.12657,38.34345],[141.12664,38.34296],[141.12584,38.34256],[141.12581,38.3422],[141.12536,38.34196],[141.12527,38.34148],[141.12437,38.34135],[141.12412,38.34172],[141.12299,38.34184],[141.12261,38.34164],[141.12245,38.34139],[141.12256,38.34125],[141.12328,38.34108],[141.12329,38.34077],[141.12357,38.34038],[141.12349,38.34027],[141.12384,38.33988],[141.12393,38.33953],[141.1232,38.33923],[141.12275,38.33942],[141.12236,38.33998],[141.12193,38.34022],[141.12169,38.34017],[141.12229,38.33872],[141.1226,38.33852],[141.12262,38.33815],[141.12317,38.33791],[141.12302,38.33737],[141.12359,38.33729],[141.12407,38.33695],[141.12389,38.33646],[141.12311,38.33615],[141.1243,38.33556],[141.12455,38.33527],[141.12451,38.33512],[141.12367,38.33471],[141.12347,38.33478],[141.12365,38.3346],[141.12306,38.33426],[141.12221,38.3342],[141.1215,38.33468],[141.12149,38.33574],[141.12089,38.33585],[141.12188,38.33648],[141.12138,38.33698],[141.12204,38.3374],[141.11989,38.33946],[141.11785,38.33815],[141.11686,38.33652],[141.11611,38.33576],[141.11596,38.33529],[141.11574,38.33521],[141.11558,38.33534],[141.11563,38.33482],[141.11643,38.33434],[141.11645,38.33392],[141.11606,38.33385],[141.11671,38.33331],[141.11685,38.33295],[141.11656,38.33238],[141.1161,38.33241],[141.11622,38.33206],[141.11719,38.33194],[141.11774,38.33053],[141.11826,38.33082],[141.11999,38.33065],[141.12159,38.32982],[141.12225,38.32919],[141.12259,38.32845],[141.12252,38.32767],[141.12217,38.32735],[141.12224,38.32684],[141.12248,38.32686],[141.12248,38.32671],[141.12274,38.32694],[141.12308,38.32698],[141.12336,38.32643],[141.1241,38.32611],[141.12413,38.32597],[141.12383,38.32586],[141.12385,38.3257],[141.12424,38.32546],[141.12451,38.32579],[141.12429,38.32589],[141.12449,38.32648],[141.12495,38.32666],[141.12484,38.32691],[141.12562,38.32694],[141.12627,38.32676],[141.1265,38.32657],[141.1263,38.32649],[141.12655,38.32594],[141.1265,38.32563],[141.12739,38.3257],[141.12738,38.32591],[141.12826,38.32676],[141.12801,38.32681],[141.12789,38.3266],[141.12759,38.32677],[141.12759,38.32741],[141.12777,38.32756],[141.12835,38.32738],[141.1283,38.32765],[141.1286,38.32789],[141.12852,38.3281],[141.12869,38.32913],[141.12843,38.32958],[141.12834,38.32904],[141.12739,38.32891],[141.12731,38.32878],[141.12664,38.32903],[141.12609,38.32964],[141.1257,38.33055],[141.12578,38.33117],[141.12611,38.33167],[141.12659,38.33174],[141.12674,38.33138],[141.12709,38.33126],[141.1274,38.33152],[141.1272,38.33202],[141.12766,38.33221],[141.12828,38.33222],[141.12833,38.33184],[141.12819,38.33168],[141.12843,38.3316],[141.12962,38.33217],[141.13024,38.33174],[141.13037,38.33207],[141.13071,38.33227],[141.13127,38.33224],[141.13095,38.33292],[141.13069,38.33254],[141.13051,38.33252],[141.13007,38.33268],[141.12993,38.33293],[141.1299,38.3326],[141.12954,38.33244],[141.12877,38.33282],[141.1282,38.3338],[141.12938,38.33416],[141.12948,38.33452],[141.12926,38.33448],[141.12916,38.33477],[141.1287,38.33466],[141.12801,38.33491],[141.12781,38.33533],[141.12698,38.33557],[141.12691,38.33573],[141.12727,38.33638],[141.12753,38.33652],[141.12788,38.33639],[141.12824,38.33594],[141.12889,38.33578],[141.12875,38.33641],[141.12966,38.33671],[141.12993,38.33644],[141.12992,38.33618],[141.1306,38.33592],[141.13067,38.33557],[141.13037,38.33542],[141.13064,38.33523],[141.13109,38.33546],[141.13155,38.33613],[141.13148,38.33649],[141.13102,38.33662],[141.13056,38.33705],[141.1309,38.33765],[141.13037,38.33781],[141.12999,38.33815],[141.13026,38.33852],[141.13062,38.33857],[141.13077,38.33878],[141.13056,38.33956],[141.13117,38.34023],[141.13114,38.34088],[141.13162,38.34121],[141.13163,38.34164],[141.13214,38.34199],[141.13234,38.34249],[141.13221,38.34288],[141.13262,38.34335],[141.13236,38.34338],[141.13175,38.34293],[141.13173,38.34216],[141.13123,38.34209],[141.13099,38.34167],[141.13053,38.34177],[141.13067,38.34123],[141.12987,38.34083],[141.12971,38.34111],[141.12919,38.34113],[141.12905,38.34043],[141.12962,38.33976],[141.12873,38.33939],[141.12865,38.33948],[141.12871,38.33913],[141.12818,38.339],[141.12741,38.33963],[141.1278,38.34029],[141.12768,38.34046],[141.12735,38.34046],[141.1273,38.34135],[141.12766,38.34146],[141.12772,38.34169],[141.12724,38.34253],[141.12764,38.34279],[141.12826,38.3426],[141.12837,38.34286],[141.1282,38.34322],[141.12835,38.34353],[141.12867,38.34359],[141.12906,38.34335],[141.12964,38.3436],[141.13016,38.34394],[141.13005,38.34421],[141.13123,38.34504],[141.13115,38.34519],[141.13036,38.34535],[141.12995,38.34572],[141.12997,38.34608],[141.13046,38.34628],[141.13058,38.34659],[141.13004,38.34737],[141.13031,38.34793],[141.13026,38.34826],[141.12974,38.349]],[[141.12021,38.34199],[141.12091,38.3426],[141.12078,38.34307],[141.12145,38.3438],[141.12157,38.34459],[141.12101,38.34487],[141.12055,38.34395],[141.11977,38.34355],[141.11949,38.34377],[141.11922,38.34338],[141.11943,38.34275],[141.11871,38.34228],[141.11892,38.34175],[141.11867,38.34145],[141.11732,38.34103],[141.11708,38.34078],[141.11694,38.34016],[141.11609,38.33998],[141.11588,38.33951],[141.11558,38.33942],[141.11516,38.3396],[141.11474,38.33909],[141.11417,38.3392],[141.11391,38.33841],[141.11339,38.33819],[141.11297,38.33831],[141.11282,38.33866],[141.11184,38.33935],[141.11195,38.33945],[141.11156,38.33953],[141.11154,38.33993],[141.11189,38.34001],[141.11208,38.34035],[141.11155,38.3402],[141.11066,38.34091],[141.11059,38.34079],[141.11108,38.34046],[141.1112,38.34015],[141.11051,38.33974],[141.11038,38.33989],[141.11041,38.33965],[141.10971,38.33959],[141.10936,38.33964],[141.10931,38.33997],[141.10908,38.34006],[141.10917,38.3397],[141.10889,38.33961],[141.1094,38.33906],[141.10925,38.33885],[141.1082,38.33859],[141.10824,38.33843],[141.10802,38.3384],[141.10742,38.33888],[141.10681,38.3388],[141.10733,38.33954],[141.10709,38.33929],[141.10608,38.33963],[141.10613,38.34005],[141.10589,38.33982],[141.10474,38.34017],[141.1048,38.34039],[141.10528,38.34067],[141.10505,38.34068],[141.10489,38.34095],[141.10506,38.34153],[141.10544,38.34181],[141.10642,38.34185],[141.10648,38.34203],[141.10636,38.34192],[141.1059,38.34215],[141.10576,38.342],[141.10538,38.34204],[141.10504,38.34244],[141.10509,38.34261],[141.1042,38.34277],[141.104,38.34314],[141.10409,38.34346],[141.10356,38.34337],[141.10392,38.34294],[141.10402,38.3425],[141.10402,38.34231],[141.10379,38.34225],[141.104,38.34198],[141.10374,38.3419],[141.10401,38.3418],[141.10387,38.34159],[141.10407,38.34143],[141.10384,38.34108],[141.10443,38.34086],[141.1045,38.34026],[141.10466,38.34035],[141.10461,38.33949],[141.10503,38.33938],[141.10523,38.33908],[141.10513,38.33873],[141.10435,38.33773],[141.10429,38.33728],[141.10439,38.33771],[141.10495,38.33838],[141.10568,38.338],[141.10542,38.3377],[141.10551,38.33765],[141.10574,38.33797],[141.10601,38.33784],[141.10557,38.3373],[141.10578,38.33662],[141.1056,38.3373],[141.10604,38.33782],[141.10629,38.33769],[141.10657,38.33681],[141.10679,38.33682],[141.10685,38.33637],[141.10672,38.33617],[141.10623,38.33599],[141.10607,38.33579],[141.1063,38.33587],[141.10668,38.33519],[141.10667,38.33477],[141.10655,38.33476],[141.10667,38.33475],[141.10667,38.33444],[141.10644,38.33441],[141.10671,38.33436],[141.10686,38.33407],[141.10738,38.33418],[141.10782,38.33396],[141.10779,38.33364],[141.1081,38.33335],[141.10796,38.33311],[141.10808,38.33298],[141.10782,38.3328],[141.10879,38.33205],[141.10882,38.33169],[141.10853,38.33158],[141.10892,38.33123],[141.10924,38.33127],[141.10945,38.33116],[141.10942,38.33102],[141.10981,38.33104],[141.10997,38.33113],[141.10978,38.33132],[141.10981,38.33164],[141.10949,38.3318],[141.10945,38.332],[141.11001,38.33226],[141.11025,38.33244],[141.10983,38.33237],[141.10942,38.33262],[141.1095,38.33326],[141.1091,38.33281],[141.10889,38.33282],[141.10851,38.33337],[141.10857,38.33393],[141.10911,38.3347],[141.10901,38.33487],[141.10925,38.33499],[141.10922,38.33483],[141.1096,38.33506],[141.10933,38.33506],[141.1095,38.33542],[141.11075,38.33522],[141.11105,38.33611],[141.11195,38.33641],[141.11266,38.33634],[141.11292,38.33662],[141.11335,38.33674],[141.11378,38.33673],[141.1138,38.33649],[141.11436,38.33585],[141.11473,38.33569],[141.11441,38.33621],[141.11465,38.33648],[141.11489,38.33656],[141.11572,38.33628],[141.1159,38.3367],[141.11569,38.33702],[141.11583,38.3373],[141.11576,38.33793],[141.11596,38.33805],[141.11593,38.33824],[141.11724,38.33907],[141.1174,38.33973],[141.11782,38.34047],[141.11856,38.34075],[141.11879,38.34116],[141.11944,38.34131],[141.11985,38.34196],[141.12021,38.34199]],[[141.17778,38.32435],[141.17762,38.32448],[141.17744,38.32437],[141.17732,38.32453],[141.17759,38.32476],[141.17702,38.32468],[141.17749,38.32499],[141.17738,38.325],[141.177,38.32488],[141.17689,38.32509],[141.17676,38.3247],[141.1766,38.32478],[141.17623,38.32507],[141.17657,38.32561],[141.17633,38.32565],[141.17615,38.32548],[141.17594,38.32554],[141.17586,38.32529],[141.17516,38.32524],[141.17438,38.32565],[141.17392,38.32547],[141.17407,38.32516],[141.17374,38.325],[141.17344,38.32505],[141.17345,38.32531],[141.17284,38.32564],[141.1728,38.32546],[141.17296,38.32535],[141.17274,38.32541],[141.17283,38.32506],[141.17259,38.32505],[141.1725,38.32519],[141.17226,38.32508],[141.17194,38.32525],[141.17187,38.3255],[141.1722,38.32573],[141.17187,38.32589],[141.17195,38.32603],[141.17165,38.32596],[141.1713,38.32626],[141.17199,38.32655],[141.17176,38.32674],[141.17151,38.32662],[141.17106,38.32696],[141.17104,38.32715],[141.17149,38.32744],[141.17087,38.32723],[141.17072,38.32742],[141.17109,38.32778],[141.17077,38.32776],[141.17008,38.32867],[141.16975,38.32871],[141.16895,38.32934],[141.16885,38.32969],[141.16895,38.3298],[141.16856,38.33021],[141.16881,38.33049],[141.16824,38.33053],[141.16853,38.33073],[141.1679,38.33072],[141.16742,38.33128],[141.16729,38.33182],[141.16676,38.33205],[141.16669,38.33361],[141.16698,38.33474],[141.16733,38.33542],[141.16836,38.33624],[141.16941,38.33668],[141.17067,38.33887],[141.17055,38.33892],[141.17002,38.33801],[141.16939,38.33823],[141.17001,38.33798],[141.16936,38.33683],[141.16865,38.33648],[141.16817,38.3371],[141.16836,38.33816],[141.16779,38.33821],[141.16778,38.33884],[141.16762,38.33896],[141.16817,38.3394],[141.16846,38.33919],[141.16909,38.3394],[141.16987,38.33879],[141.16915,38.33942],[141.16947,38.33954],[141.1695,38.33975],[141.16919,38.33946],[141.16878,38.33967],[141.16848,38.33952],[141.1681,38.33982],[141.16831,38.34011],[141.16792,38.34014],[141.16786,38.34032],[141.16813,38.34049],[141.16801,38.34066],[141.16811,38.34076],[141.16888,38.34056],[141.16917,38.34091],[141.16847,38.34119],[141.16872,38.34147],[141.16833,38.34157],[141.16832,38.34178],[141.16855,38.34204],[141.16853,38.34236],[141.16906,38.34259],[141.16876,38.34276],[141.16901,38.343],[141.16868,38.34319],[141.1691,38.34359],[141.16896,38.34383],[141.16926,38.34426],[141.16955,38.34437],[141.1695,38.34472],[141.16917,38.34481],[141.1692,38.34458],[141.16884,38.34413],[141.16828,38.34443],[141.16839,38.34376],[141.16794,38.34378],[141.16814,38.34313],[141.16781,38.34316],[141.16772,38.34234],[141.16693,38.34236],[141.16688,38.34275],[141.16626,38.34267],[141.1661,38.34293],[141.16675,38.34322],[141.16682,38.34363],[141.16576,38.34365],[141.16559,38.34404],[141.16568,38.34422],[141.16606,38.34432],[141.16647,38.34424],[141.16652,38.34433],[141.16617,38.34447],[141.16624,38.34459],[141.16695,38.34486],[141.1674,38.34551],[141.16716,38.34566],[141.16669,38.3451],[141.16622,38.34502],[141.16597,38.34506],[141.16618,38.34545],[141.166,38.3456],[141.16577,38.34538],[141.16517,38.34525],[141.16529,38.34514],[141.16502,38.34473],[141.16424,38.34492],[141.16383,38.34558],[141.16406,38.34579],[141.16436,38.34566],[141.16458,38.34575],[141.16439,38.34599],[141.16454,38.34625],[141.16519,38.34634],[141.16523,38.34662],[141.16619,38.34657],[141.16711,38.34674],[141.16726,38.34689],[141.16684,38.34688],[141.16658,38.34708],[141.16598,38.34682],[141.16588,38.34718],[141.16542,38.34696],[141.16519,38.34723],[141.16491,38.34693],[141.16428,38.3467],[141.16377,38.34692],[141.16375,38.34716],[141.16443,38.34756],[141.16414,38.34775],[141.16435,38.34778],[141.1643,38.34797],[141.16446,38.34817],[141.16504,38.34792],[141.16483,38.34828],[141.16491,38.34845],[141.16525,38.34839],[141.16526,38.34868],[141.16562,38.34858],[141.16587,38.34798],[141.16605,38.34873],[141.16664,38.3485],[141.16684,38.34816],[141.16714,38.34876],[141.16828,38.34868],[141.16865,38.3484],[141.16844,38.34811],[141.1691,38.34784],[141.16935,38.34837],[141.16918,38.34861],[141.16939,38.3492],[141.16901,38.34965],[141.16888,38.35014],[141.16862,38.35028],[141.16851,38.35017],[141.1689,38.34972],[141.16871,38.349],[141.1685,38.34899],[141.16827,38.34946],[141.16804,38.34902],[141.16766,38.34901],[141.16753,38.34939],[141.16763,38.35008],[141.16744,38.35042],[141.16736,38.34947],[141.16682,38.34908],[141.16664,38.34938],[141.1666,38.35003],[141.1663,38.35019],[141.16646,38.35045],[141.16631,38.35079],[141.16644,38.35093],[141.16633,38.35135],[141.16645,38.35149],[141.16675,38.3514],[141.16678,38.35174],[141.16633,38.35195],[141.16598,38.35185],[141.16577,38.35225],[141.1656,38.35226],[141.16544,38.35189],[141.16572,38.35163],[141.16546,38.35147],[141.1657,38.35134],[141.16565,38.35122],[141.16602,38.35115],[141.16583,38.35092],[141.16605,38.35057],[141.16605,38.34944],[141.1658,38.34958],[141.16546,38.34946],[141.16545,38.3502],[141.165,38.35082],[141.16494,38.35029],[141.16477,38.35036],[141.1649,38.34991],[141.16476,38.34949],[141.16422,38.34945],[141.16411,38.34952],[141.16426,38.34983],[141.16402,38.35005],[141.16412,38.35082],[141.16372,38.3506],[141.16365,38.35035],[141.16327,38.35044],[141.16307,38.3501],[141.16288,38.35053],[141.16255,38.35067],[141.16253,38.35082],[141.1631,38.35086],[141.16348,38.35127],[141.16329,38.3514],[141.16297,38.35129],[141.16209,38.35173],[141.16303,38.35192],[141.16363,38.35224],[141.16368,38.35244],[141.1615,38.35234],[141.16131,38.35212],[141.16107,38.35225],[141.16058,38.3522],[141.16032,38.35202],[141.16057,38.35167],[141.16111,38.35148],[141.16141,38.3516],[141.16165,38.35127],[141.16125,38.35092],[141.16153,38.35072],[141.16126,38.35047],[141.16142,38.35023],[141.16168,38.35018],[141.16172,38.34963],[141.16231,38.34925],[141.16234,38.34905],[141.16213,38.34898],[141.16214,38.34882],[141.16253,38.34857],[141.16167,38.348],[141.16141,38.34812],[141.16153,38.34851],[141.16143,38.34866],[141.16107,38.34864],[141.16105,38.34898],[141.16043,38.34917],[141.16049,38.34971],[141.15993,38.34973],[141.15986,38.34999],[141.15964,38.35012],[141.15976,38.35043],[141.15946,38.35057],[141.15931,38.35094],[141.15927,38.35042],[141.15883,38.35039],[141.15893,38.35012],[141.15971,38.34952],[141.15969,38.34932],[141.15923,38.34925],[141.15929,38.34891],[141.15985,38.34886],[141.15987,38.34861],[141.16058,38.34793],[141.16092,38.34711],[141.16048,38.34683],[141.15993,38.34724],[141.15998,38.3462],[141.16015,38.3457],[141.16085,38.34538],[141.16122,38.34497],[141.16127,38.34467],[141.16095,38.3445],[141.16032,38.3446],[141.16013,38.34448],[141.16079,38.34396],[141.16126,38.34322],[141.16192,38.34187],[141.16165,38.34198],[141.16175,38.34171],[141.16195,38.34174],[141.16334,38.34051],[141.16294,38.34034],[141.16259,38.34043],[141.16142,38.34129],[141.16125,38.34111],[141.16086,38.34127],[141.16081,38.3417],[141.16052,38.34216],[141.15985,38.34249],[141.15984,38.34289],[141.15905,38.34361],[141.15857,38.34346],[141.15843,38.34314],[141.15779,38.34313],[141.15753,38.34333],[141.15748,38.34358],[141.15837,38.34472],[141.15827,38.34504],[141.15783,38.34534],[141.15783,38.34564],[141.15815,38.34586],[141.15785,38.34613],[141.158,38.34651],[141.15761,38.34657],[141.15747,38.3468],[141.15802,38.34718],[141.15753,38.34727],[141.15783,38.34775],[141.15731,38.34799],[141.15742,38.3484],[141.15677,38.34888],[141.15687,38.34961],[141.15613,38.34927],[141.15606,38.34902],[141.15576,38.34898],[141.15553,38.34872],[141.1558,38.34808],[141.15531,38.34791],[141.15485,38.34809],[141.15437,38.34789],[141.15421,38.34876],[141.15464,38.34981],[141.15539,38.35057],[141.15557,38.35036],[141.15737,38.35119],[141.15774,38.3515],[141.15817,38.35225],[141.15827,38.35301],[141.1581,38.35317],[141.15823,38.35322],[141.15706,38.35382],[141.15682,38.35374],[141.15568,38.35415],[141.15268,38.35561],[141.15123,38.35577],[141.15106,38.35604],[141.15053,38.35596],[141.15024,38.3562],[141.15057,38.35637],[141.15052,38.35677],[141.14999,38.35663],[141.14982,38.35713],[141.14971,38.35686],[141.14925,38.35675],[141.1496,38.35623],[141.14877,38.35575],[141.14841,38.35611],[141.14805,38.35565],[141.1475,38.35585],[141.14741,38.35653],[141.14694,38.35681],[141.14663,38.35669],[141.1465,38.35682],[141.14597,38.35579],[141.14529,38.35528],[141.14534,38.35487],[141.14424,38.35428],[141.1435,38.35433],[141.14301,38.35491],[141.14277,38.3546],[141.14221,38.35456],[141.14208,38.35478],[141.1419,38.35479],[141.14186,38.35464],[141.14145,38.35501],[141.14073,38.35494],[141.14092,38.35455],[141.14055,38.35431],[141.14057,38.35387],[141.14107,38.35344],[141.14143,38.35338],[141.14178,38.35281],[141.14202,38.35275],[141.14225,38.35223],[141.14196,38.35176],[141.14125,38.35188],[141.14142,38.35163],[141.14181,38.35152],[141.14179,38.35132],[141.14135,38.35131],[141.14177,38.351],[141.14161,38.35088],[141.14192,38.35057],[141.14177,38.35014],[141.14208,38.35026],[141.14226,38.35009],[141.1433,38.34987],[141.14315,38.34963],[141.14257,38.34946],[141.14241,38.34915],[141.14269,38.34896],[141.14254,38.34877],[141.14273,38.34861],[141.14331,38.34858],[141.1435,38.34826],[141.14425,38.34829],[141.1446,38.34857],[141.14483,38.34806],[141.14444,38.34752],[141.14514,38.34715],[141.1448,38.3468],[141.1453,38.34676],[141.14559,38.34693],[141.14593,38.34665],[141.14578,38.34635],[141.1464,38.34641],[141.14635,38.34617],[141.1465,38.34602],[141.14633,38.34594],[141.14646,38.34576],[141.14638,38.34537],[141.14626,38.34521],[141.14603,38.34524],[141.14602,38.34511],[141.14631,38.345],[141.14633,38.34462],[141.14664,38.3448],[141.14687,38.34468],[141.14695,38.34442],[141.14666,38.34395],[141.14715,38.34422],[141.1475,38.34418],[141.14773,38.34402],[141.14777,38.34373],[141.14761,38.3436],[141.148,38.34357],[141.14827,38.34379],[141.14894,38.34359],[141.14892,38.34337],[141.1483,38.34298],[141.14898,38.34317],[141.14917,38.34285],[141.14972,38.34307],[141.14999,38.34269],[141.14961,38.34253],[141.14954,38.34234],[141.14933,38.34239],[141.14952,38.3423],[141.14897,38.34122],[141.14884,38.34154],[141.14853,38.34145],[141.14832,38.34169],[141.14802,38.34157],[141.14857,38.34132],[141.14832,38.34108],[141.14878,38.34098],[141.14819,38.34029],[141.14766,38.34017],[141.14782,38.33991],[141.14808,38.33994],[141.14822,38.33883],[141.14797,38.33868],[141.14557,38.33871],[141.14531,38.33883],[141.14513,38.33913],[141.14542,38.33924],[141.1452,38.33956],[141.14493,38.33945],[141.14467,38.33995],[141.14487,38.34002],[141.1441,38.34092],[141.14369,38.34183],[141.14413,38.34198],[141.14303,38.34176],[141.14302,38.34194],[141.14279,38.34202],[141.143,38.34224],[141.14274,38.34232],[141.14279,38.34247],[141.14236,38.34242],[141.14258,38.34215],[141.14245,38.34175],[141.14225,38.34168],[141.14203,38.34182],[141.14171,38.34167],[141.14176,38.34125],[141.14269,38.3413],[141.14298,38.34105],[141.14299,38.34079],[141.14333,38.34072],[141.14337,38.34052],[141.14355,38.34045],[141.14319,38.33995],[141.14303,38.33999],[141.14292,38.33973],[141.1424,38.33941],[141.14102,38.33891],[141.14036,38.33928],[141.14007,38.33983],[141.13975,38.34002],[141.1395,38.33988],[141.13941,38.33936],[141.13886,38.33915],[141.13862,38.33928],[141.13855,38.33953],[141.13814,38.33972],[141.13779,38.34054],[141.1376,38.34039],[141.13779,38.34017],[141.13777,38.33986],[141.13744,38.33987],[141.13741,38.33968],[141.13768,38.33934],[141.13718,38.33911],[141.13663,38.33914],[141.13631,38.33928],[141.1361,38.33963],[141.13631,38.34009],[141.13621,38.34065],[141.13555,38.34107],[141.1358,38.34156],[141.1351,38.3416],[141.13476,38.34255],[141.13447,38.34269],[141.1343,38.34252],[141.13427,38.34197],[141.13509,38.34075],[141.13442,38.33942],[141.13391,38.33927],[141.13352,38.33962],[141.13339,38.34008],[141.1335,38.34058],[141.13314,38.34101],[141.13298,38.34088],[141.13297,38.34036],[141.13252,38.34006],[141.13279,38.33928],[141.13271,38.33908],[141.13193,38.33908],[141.1315,38.33867],[141.13164,38.33836],[141.1329,38.33746],[141.13305,38.33637],[141.13297,38.33596],[141.1336,38.336],[141.13401,38.33576],[141.13434,38.33589],[141.13454,38.33568],[141.13471,38.33499],[141.13452,38.33458],[141.13422,38.33439],[141.13375,38.33445],[141.13365,38.33412],[141.13328,38.33376],[141.1327,38.33406],[141.13334,38.33344],[141.13366,38.33336],[141.13392,38.33355],[141.13491,38.33356],[141.13549,38.33288],[141.136,38.33179],[141.13616,38.33179],[141.13607,38.33162],[141.13634,38.33143],[141.13663,38.33055],[141.13637,38.33015],[141.13584,38.33026],[141.13594,38.32993],[141.13634,38.32967],[141.13638,38.32875],[141.1366,38.32864],[141.13661,38.3291],[141.13785,38.32876],[141.13923,38.32778],[141.13976,38.32696],[141.13969,38.32654],[141.13996,38.32595],[141.13964,38.3256],[141.13922,38.32558],[141.13903,38.32527],[141.13952,38.32504],[141.13972,38.32424],[141.13951,38.32414],[141.13945,38.32369],[141.13924,38.32364],[141.13887,38.32292],[141.13853,38.32276],[141.13823,38.32212],[141.13779,38.32195],[141.13769,38.32168],[141.13799,38.32167],[141.13805,38.32192],[141.13847,38.32208],[141.13936,38.32162],[141.1397,38.32218],[141.13924,38.32212],[141.13899,38.32227],[141.13899,38.32299],[141.1392,38.32322],[141.13979,38.32332],[141.13986,38.32349],[141.13967,38.32379],[141.13978,38.32405],[141.14007,38.32421],[141.14006,38.324],[141.14024,38.32421],[141.14049,38.32414],[141.14068,38.32436],[141.14068,38.32465],[141.14144,38.32458],[141.14188,38.32428],[141.14241,38.3242],[141.14246,38.32371],[141.1427,38.32329],[141.14242,38.32309],[141.14278,38.32278],[141.14333,38.32325],[141.14308,38.32345],[141.14344,38.32385],[141.14318,38.32431],[141.14368,38.32461],[141.14356,38.32468],[141.14374,38.32462],[141.144,38.3244],[141.14437,38.32444],[141.14436,38.32481],[141.14498,38.32503],[141.14575,38.32501],[141.14598,38.32485],[141.14606,38.32454],[141.1466,38.32469],[141.14638,38.32475],[141.1465,38.32501],[141.1461,38.32564],[141.14624,38.32618],[141.14584,38.32597],[141.14546,38.32607],[141.14507,38.32667],[141.14539,38.32702],[141.14499,38.32725],[141.1446,38.32704],[141.14425,38.32712],[141.1437,38.32781],[141.14413,38.32797],[141.14334,38.32805],[141.14319,38.32837],[141.14325,38.32859],[141.14287,38.32905],[141.14265,38.32867],[141.14216,38.32876],[141.14222,38.32887],[141.14208,38.32891],[141.14182,38.32882],[141.14199,38.32816],[141.14141,38.32784],[141.14086,38.32842],[141.14081,38.32872],[141.1402,38.32867],[141.14,38.32902],[141.13873,38.32946],[141.13858,38.32967],[141.13785,38.32975],[141.13781,38.33008],[141.13869,38.33052],[141.14013,38.32971],[141.14023,38.32972],[141.14007,38.33017],[141.14077,38.33035],[141.14131,38.32982],[141.1419,38.32985],[141.14231,38.3301],[141.14211,38.33037],[141.14151,38.33035],[141.14137,38.33073],[141.14179,38.33103],[141.14132,38.33132],[141.14143,38.33146],[141.14261,38.33152],[141.14272,38.33137],[141.1426,38.33106],[141.14306,38.33083],[141.14353,38.33124],[141.14378,38.33171],[141.14371,38.33188],[141.14302,38.33198],[141.14277,38.33233],[141.14229,38.33241],[141.14159,38.33298],[141.14147,38.3334],[141.14129,38.33339],[141.14142,38.33352],[141.1413,38.33354],[141.14138,38.33388],[141.14189,38.3339],[141.14196,38.33413],[141.14235,38.33401],[141.14223,38.33378],[141.14301,38.33301],[141.14394,38.33287],[141.14468,38.33254],[141.14462,38.33285],[141.14509,38.33292],[141.14488,38.33307],[141.14497,38.33317],[141.1457,38.33353],[141.14595,38.33335],[141.14588,38.33365],[141.14648,38.33396],[141.14754,38.33396],[141.14776,38.33379],[141.14792,38.33406],[141.14887,38.33419],[141.14938,38.33398],[141.1498,38.3333],[141.14932,38.33243],[141.1491,38.33246],[141.14895,38.3322],[141.14863,38.33226],[141.14862,38.33211],[141.1484,38.33208],[141.14866,38.33155],[141.14852,38.33139],[141.14689,38.33075],[141.14652,38.33045],[141.14537,38.3302],[141.14534,38.32999],[141.14586,38.32937],[141.147,38.32872],[141.14827,38.32732],[141.14875,38.32718],[141.14884,38.32671],[141.14944,38.32643],[141.1497,38.32658],[141.15025,38.32641],[141.15124,38.32586],[141.15137,38.3256],[141.15099,38.32524],[141.15089,38.32477],[141.15103,38.32425],[141.15125,38.32453],[141.15193,38.32423],[141.15302,38.32359],[141.15316,38.32309],[141.15339,38.32322],[141.15415,38.32273],[141.1541,38.32253],[141.15428,38.32233],[141.15536,38.3223],[141.15573,38.32214],[141.15659,38.32221],[141.15635,38.32292],[141.15591,38.32323],[141.15604,38.32345],[141.1559,38.32334],[141.1553,38.32375],[141.15558,38.32425],[141.15622,38.32467],[141.15725,38.32474],[141.15703,38.32423],[141.15745,38.32339],[141.1572,38.32418],[141.15751,38.32478],[141.15796,38.32492],[141.1581,38.32512],[141.15831,38.32512],[141.15856,38.3247],[141.15883,38.32488],[141.15944,38.32477],[141.15965,38.32444],[141.16018,38.32444],[141.16023,38.32468],[141.15999,38.32475],[141.15991,38.32462],[141.15887,38.32507],[141.15905,38.32541],[141.15881,38.32547],[141.15901,38.32604],[141.16004,38.3271],[141.16076,38.32742],[141.16119,38.3274],[141.16147,38.32776],[141.16245,38.32781],[141.16286,38.32815],[141.16296,38.32776],[141.16256,38.32768],[141.16249,38.32743],[141.1627,38.32732],[141.16317,38.32741],[141.16334,38.32758],[141.16312,38.32763],[141.16312,38.3278],[141.16353,38.32796],[141.16537,38.32751],[141.16496,38.32699],[141.16498,38.32662],[141.16502,38.32697],[141.16543,38.3275],[141.16582,38.32731],[141.16609,38.3276],[141.16651,38.32739],[141.16631,38.32707],[141.16655,38.32695],[141.16675,38.3259],[141.16506,38.32543],[141.16464,38.3256],[141.16506,38.32536],[141.16698,38.32588],[141.1671,38.32577],[141.16704,38.32593],[141.16724,38.32604],[141.16762,38.32609],[141.16775,38.32591],[141.16799,38.32613],[141.16817,38.32589],[141.16889,38.3262],[141.1691,38.32606],[141.16944,38.32541],[141.1688,38.32527],[141.16942,38.32515],[141.16947,38.32502],[141.16929,38.32485],[141.16936,38.32465],[141.16871,38.32451],[141.16913,38.32446],[141.16921,38.32424],[141.16943,38.32417],[141.16931,38.32386],[141.16878,38.3239],[141.16931,38.3236],[141.16919,38.3234],[141.16894,38.32339],[141.1692,38.32315],[141.16978,38.32389],[141.17007,38.32387],[141.17005,38.32361],[141.17038,38.32368],[141.17069,38.32412],[141.1711,38.32389],[141.17088,38.32347],[141.17117,38.32312],[141.17182,38.32406],[141.17204,38.32375],[141.17234,38.3239],[141.17211,38.32353],[141.17275,38.32329],[141.17268,38.32265],[141.17309,38.32265],[141.17341,38.32295],[141.17336,38.32326],[141.17316,38.32336],[141.1733,38.32358],[141.17378,38.32356],[141.17365,38.32332],[141.17381,38.32312],[141.17408,38.32336],[141.17411,38.32318],[141.17435,38.32309],[141.17429,38.32284],[141.17471,38.32313],[141.17488,38.32312],[141.17495,38.32295],[141.17513,38.32295],[141.17507,38.32276],[141.17525,38.32277],[141.17501,38.32251],[141.17551,38.32248],[141.17538,38.32223],[141.17568,38.32209],[141.17595,38.32219],[141.17619,38.32183],[141.17579,38.32132],[141.17519,38.32143],[141.17504,38.32099],[141.17481,38.32099],[141.17441,38.32059],[141.17517,38.32066],[141.17556,38.32107],[141.17599,38.32121],[141.17621,38.32109],[141.17642,38.32134],[141.17641,38.32109],[141.17682,38.32114],[141.17698,38.32102],[141.17659,38.32079],[141.17665,38.32054],[141.17635,38.32046],[141.17651,38.32034],[141.17628,38.31985],[141.17702,38.32022],[141.17734,38.31982],[141.17709,38.31948],[141.17772,38.31936],[141.17736,38.3203],[141.17786,38.32022],[141.17758,38.32046],[141.1782,38.32072],[141.17791,38.32101],[141.17748,38.32069],[141.17739,38.32102],[141.17763,38.32128],[141.17828,38.32137],[141.17875,38.32126],[141.17907,38.32093],[141.17954,38.32089],[141.1782,38.32185],[141.17813,38.32161],[141.17788,38.32168],[141.17725,38.32138],[141.17718,38.3215],[141.17737,38.32171],[141.177,38.32185],[141.17735,38.32191],[141.17694,38.32201],[141.1768,38.32223],[141.17692,38.3223],[141.17686,38.32253],[141.17709,38.32268],[141.17681,38.32275],[141.17668,38.3231],[141.17715,38.32366],[141.17827,38.32351],[141.17885,38.3232],[141.17881,38.32305],[141.17921,38.3232],[141.17944,38.32281],[141.17973,38.3228],[141.17978,38.32301],[141.18,38.32307],[141.18049,38.32288],[141.18039,38.32283],[141.181,38.32243],[141.18103,38.32256],[141.18154,38.32252],[141.18207,38.32221],[141.18219,38.32165],[141.18268,38.32153],[141.18198,38.32255],[141.1809,38.32294],[141.18084,38.32312],[141.18112,38.32346],[141.18092,38.32352],[141.18079,38.32324],[141.18072,38.32344],[141.18055,38.32338],[141.18072,38.3236],[141.1804,38.32352],[141.18014,38.32366],[141.18051,38.32405],[141.18,38.324],[141.18018,38.32418],[141.17957,38.32444],[141.17968,38.32395],[141.17938,38.3242],[141.17931,38.32397],[141.179,38.32396],[141.17919,38.32431],[141.17875,38.32402],[141.17903,38.32462],[141.1789,38.32467],[141.17871,38.32443],[141.17846,38.32472],[141.17858,38.32417],[141.17796,38.32406],[141.17784,38.32434],[141.17805,38.3249],[141.17778,38.32435]],[[141.11593,38.34241],[141.11558,38.34295],[141.11509,38.34322],[141.11546,38.34367],[141.11454,38.34304],[141.11451,38.34274],[141.11409,38.3423],[141.1131,38.34243],[141.1126,38.34292],[141.11234,38.3429],[141.11278,38.34247],[141.11278,38.34218],[141.11251,38.34204],[141.11353,38.34136],[141.11298,38.34095],[141.11315,38.34053],[141.11275,38.34041],[141.11303,38.34023],[141.11329,38.34031],[141.11373,38.34089],[141.11451,38.3407],[141.11488,38.34132],[141.11565,38.34131],[141.11635,38.34202],[141.11657,38.34287],[141.11642,38.34285],[141.11635,38.34255],[141.11593,38.34241]],[[141.11098,38.34677],[141.11073,38.3471],[141.11009,38.34661],[141.10974,38.34683],[141.11001,38.34537],[141.1102,38.34542],[141.11014,38.34602],[141.11116,38.34618],[141.11125,38.34579],[141.11156,38.34548],[141.11247,38.34534],[141.11171,38.34601],[141.11181,38.34638],[141.11217,38.34654],[141.11221,38.34703],[141.11129,38.34668],[141.11098,38.34677]],[[141.11583,38.34938],[141.11668,38.34928],[141.11699,38.3495],[141.11693,38.34964],[141.11613,38.3498],[141.11592,38.35015],[141.1169,38.35079],[141.11683,38.35112],[141.11708,38.35163],[141.117,38.35185],[141.11626,38.35143],[141.11593,38.35083],[141.11608,38.35058],[141.11593,38.3503],[141.11492,38.35051],[141.11485,38.35126],[141.11452,38.35192],[141.1147,38.35216],[141.1152,38.35223],[141.11535,38.35246],[141.11503,38.35291],[141.11516,38.35337],[141.11485,38.35335],[141.11475,38.3532],[141.11493,38.35293],[141.11485,38.35247],[141.11412,38.35225],[141.11411,38.35166],[141.11382,38.35148],[141.11427,38.35107],[141.11419,38.35072],[141.11445,38.35049],[141.11448,38.35007],[141.11407,38.34987],[141.11331,38.3504],[141.11309,38.35025],[141.11349,38.34975],[141.11417,38.34956],[141.11402,38.34905],[141.11369,38.34871],[141.11393,38.34801],[141.11338,38.3478],[141.11307,38.34788],[141.11266,38.34844],[141.11293,38.34854],[141.11263,38.34848],[141.11217,38.34914],[141.11184,38.34913],[141.11187,38.34876],[141.11223,38.34846],[141.11181,38.34811],[141.11255,38.34763],[141.11226,38.34727],[141.1125,38.34746],[141.11284,38.34733],[141.11334,38.34661],[141.11373,38.34633],[141.11375,38.34586],[141.11394,38.34572],[141.11422,38.3458],[141.11433,38.34644],[141.11483,38.34662],[141.11528,38.34651],[141.11531,38.34592],[141.11591,38.34591],[141.11666,38.34637],[141.11634,38.34682],[141.11645,38.34723],[141.1167,38.34746],[141.11706,38.34742],[141.11734,38.34758],[141.1166,38.3481],[141.11621,38.34787],[141.11548,38.34786],[141.11516,38.34805],[141.11511,38.34827],[141.11526,38.34893],[141.11563,38.34903],[141.11583,38.34938]],[[141.11946,38.35281],[141.11921,38.35272],[141.11957,38.35208],[141.11918,38.3518],[141.11884,38.35183],[141.11965,38.35099],[141.11957,38.35083],[141.11876,38.35052],[141.11847,38.35061],[141.11835,38.35013],[141.11918,38.34962],[141.11893,38.34917],[141.11861,38.34919],[141.1191,38.34852],[141.119,38.3482],[141.11926,38.34856],[141.1199,38.34863],[141.12172,38.34784],[141.12241,38.34802],[141.12223,38.34872],[141.12207,38.34871],[141.12196,38.34846],[141.12164,38.34844],[141.12075,38.34863],[141.12047,38.34884],[141.12071,38.34929],[141.12031,38.34971],[141.12031,38.35012],[141.12081,38.35081],[141.12055,38.35157],[141.11946,38.35281]],[[141.1258,38.35118],[141.12664,38.3515],[141.12671,38.35173],[141.12647,38.35224],[141.12625,38.35234],[141.12607,38.35227],[141.12608,38.35201],[141.12564,38.35192],[141.12491,38.35214],[141.12473,38.35246],[141.12495,38.35305],[141.12518,38.35325],[141.12525,38.35361],[141.12512,38.3538],[141.12466,38.35353],[141.12408,38.35357],[141.1238,38.35423],[141.1236,38.354],[141.12345,38.35328],[141.12241,38.35292],[141.12206,38.35315],[141.12148,38.35411],[141.12114,38.3543],[141.12104,38.3542],[141.12127,38.35384],[141.12115,38.3535],[141.12143,38.35325],[141.12149,38.35287],[141.12193,38.35245],[141.12186,38.35204],[141.12311,38.35073],[141.12276,38.35008],[141.1223,38.34979],[141.1229,38.34885],[141.1243,38.34869],[141.12484,38.34878],[141.12513,38.349],[141.12526,38.34948],[141.12483,38.34991],[141.12487,38.35006],[141.12507,38.35006],[141.12526,38.35036],[141.12534,38.35083],[141.1258,38.35118]],[[141.05497,38.33697],[141.05472,38.33725],[141.05486,38.33754],[141.05542,38.33795],[141.05538,38.33816],[141.05506,38.33821],[141.05484,38.33855],[141.05445,38.33863],[141.05511,38.33782],[141.05464,38.33749],[141.05436,38.33767],[141.05399,38.33746],[141.0537,38.33751],[141.05407,38.33716],[141.05387,38.33688],[141.05393,38.33663],[141.05362,38.33647],[141.05317,38.33641],[141.05318,38.33654],[141.05265,38.33697],[141.05296,38.33639],[141.05242,38.33632],[141.05253,38.33599],[141.05187,38.33593],[141.05201,38.33552],[141.05157,38.33519],[141.05171,38.33484],[141.05216,38.33493],[141.05248,38.33536],[141.05303,38.33564],[141.05353,38.33537],[141.05343,38.33506],[141.05358,38.33465],[141.05436,38.33468],[141.0544,38.33487],[141.05392,38.33499],[141.0539,38.3354],[141.05419,38.33591],[141.05466,38.33585],[141.05488,38.33597],[141.05461,38.33628],[141.05469,38.33668],[141.05497,38.33697]],[[141.04384,38.34324],[141.04356,38.34289],[141.0436,38.34264],[141.04335,38.3426],[141.04314,38.34234],[141.04293,38.34249],[141.04258,38.34211],[141.04278,38.34171],[141.04297,38.34161],[141.04286,38.34127],[141.04245,38.34123],[141.04239,38.34094],[141.04182,38.34106],[141.04174,38.34173],[141.04112,38.34134],[141.04053,38.34122],[141.04075,38.34108],[141.0408,38.34072],[141.04123,38.34073],[141.04218,38.34044],[141.04325,38.34066],[141.04359,38.34046],[141.04426,38.34125],[141.04398,38.341],[141.04377,38.34103],[141.04347,38.34157],[141.04402,38.34186],[141.04426,38.34235],[141.04457,38.3423],[141.0449,38.34287],[141.04526,38.3429],[141.04488,38.343],[141.04459,38.34333],[141.04419,38.34306],[141.04384,38.34324]],[[141.07707,38.36226],[141.07719,38.36252],[141.07761,38.36275],[141.07803,38.36273],[141.07808,38.36304],[141.07844,38.36311],[141.07817,38.36332],[141.07793,38.3645],[141.07738,38.36524],[141.07733,38.36512],[141.0778,38.36467],[141.07786,38.36442],[141.07765,38.36425],[141.0776,38.36393],[141.07678,38.36387],[141.07659,38.36449],[141.07576,38.36541],[141.07541,38.36546],[141.07614,38.36446],[141.07564,38.36402],[141.07504,38.36428],[141.07521,38.36371],[141.07489,38.36363],[141.07526,38.36346],[141.07604,38.36351],[141.07616,38.36329],[141.07598,38.36319],[141.076,38.36302],[141.07665,38.36286],[141.07649,38.36248],[141.07707,38.36226]],[[141.07221,38.36814],[141.07204,38.36837],[141.07169,38.36838],[141.07167,38.36772],[141.07145,38.36745],[141.0706,38.36748],[141.07031,38.36763],[141.07044,38.36783],[141.07039,38.3684],[141.07016,38.36882],[141.06998,38.36873],[141.07,38.368],[141.06981,38.36779],[141.06918,38.36793],[141.06928,38.36735],[141.06964,38.36696],[141.06936,38.36672],[141.06967,38.36639],[141.06964,38.36612],[141.0699,38.36594],[141.06978,38.36584],[141.06993,38.36593],[141.07031,38.36561],[141.07072,38.36569],[141.07168,38.36527],[141.07193,38.36542],[141.07186,38.36573],[141.07248,38.36595],[141.0727,38.36553],[141.07304,38.36549],[141.07315,38.36581],[141.07296,38.3661],[141.07331,38.36663],[141.07338,38.36706],[141.0721,38.36763],[141.07221,38.36814]],[[141.16327,38.35298],[141.16355,38.35343],[141.16422,38.35325],[141.1652,38.35366],[141.16562,38.35359],[141.16553,38.35377],[141.1661,38.35364],[141.16659,38.35393],[141.16726,38.35404],[141.16734,38.35448],[141.16692,38.35416],[141.16622,38.3542],[141.16587,38.35387],[141.16495,38.35421],[141.1643,38.35389],[141.16385,38.35392],[141.16379,38.35404],[141.16425,38.35454],[141.1642,38.35499],[141.16527,38.35515],[141.16416,38.35543],[141.16415,38.35558],[141.16389,38.35572],[141.1629,38.35576],[141.16313,38.35522],[141.16352,38.3549],[141.16334,38.35467],[141.16286,38.35463],[141.16305,38.35411],[141.16324,38.35409],[141.1632,38.35387],[141.1627,38.35348],[141.16222,38.35403],[141.16153,38.35431],[141.16143,38.35382],[141.16212,38.35335],[141.16143,38.3527],[141.16252,38.35264],[141.16327,38.35298]],[[141.08319,38.3639],[141.08338,38.36392],[141.08345,38.36429],[141.08377,38.36451],[141.08486,38.36435],[141.08519,38.36391],[141.08502,38.36348],[141.08527,38.36339],[141.08549,38.36398],[141.08615,38.36389],[141.08621,38.36407],[141.08601,38.36416],[141.08617,38.36429],[141.08684,38.36433],[141.08703,38.36463],[141.08734,38.36463],[141.08754,38.36484],[141.08811,38.36473],[141.08813,38.36514],[141.08775,38.36514],[141.08734,38.36572],[141.08725,38.36546],[141.08694,38.36545],[141.08695,38.36518],[141.08668,38.36515],[141.08675,38.36476],[141.0866,38.36465],[141.08571,38.36458],[141.08541,38.36481],[141.08544,38.36519],[141.08512,38.365],[141.08482,38.36505],[141.08454,38.36541],[141.08459,38.36508],[141.08424,38.36492],[141.0834,38.36467],[141.08277,38.36467],[141.08225,38.36493],[141.08229,38.36524],[141.08181,38.36541],[141.08181,38.36575],[141.08203,38.36608],[141.08144,38.36616],[141.08141,38.36663],[141.08129,38.3666],[141.08134,38.36641],[141.0805,38.36612],[141.08001,38.3664],[141.0796,38.36641],[141.07943,38.36677],[141.07927,38.36662],[141.07896,38.36669],[141.07909,38.36637],[141.07933,38.36626],[141.08114,38.36603],[141.08128,38.36559],[141.08106,38.36546],[141.08176,38.36505],[141.08192,38.36458],[141.08176,38.36441],[141.08191,38.36424],[141.08267,38.36438],[141.08299,38.36411],[141.08294,38.36393],[141.08319,38.3639]],[[141.06237,38.41881],[141.06233,38.4053],[141.03943,38.40534],[141.03939,38.39183],[141.0165,38.39187],[141.01639,38.35132],[140.99351,38.35136],[140.99339,38.2973],[141.08778,38.29713],[141.08718,38.29814],[141.08765,38.29918],[141.08794,38.29948],[141.08889,38.2998],[141.09003,38.30049],[141.08975,38.30063],[141.08986,38.3009],[141.08957,38.30111],[141.08955,38.30142],[141.08923,38.30159],[141.08942,38.30247],[141.08928,38.303],[141.08791,38.30435],[141.0876,38.30495],[141.08785,38.30434],[141.08923,38.30299],[141.0892,38.30239],[141.08904,38.30213],[141.08861,38.30196],[141.08793,38.30205],[141.08774,38.30234],[141.08797,38.30277],[141.08651,38.30349],[141.08529,38.30337],[141.08442,38.30408],[141.0852,38.30459],[141.08589,38.30455],[141.087,38.30478],[141.08589,38.30457],[141.08501,38.30463],[141.08505,38.30481],[141.08433,38.30516],[141.08327,38.30661],[141.08331,38.30724],[141.08321,38.3066],[141.08362,38.30604],[141.08311,38.30657],[141.0842,38.30506],[141.08353,38.30476],[141.08308,38.30523],[141.08239,38.30478],[141.08139,38.3058],[141.08094,38.3067],[141.08088,38.30757],[141.08143,38.30777],[141.08217,38.30718],[141.0826,38.30716],[141.08054,38.30856],[141.08032,38.30958],[141.07946,38.31007],[141.07928,38.31039],[141.07958,38.31402],[141.07998,38.31466],[141.07732,38.31855],[141.07744,38.31866],[141.07721,38.31867],[141.07673,38.31936],[141.07637,38.31939],[141.0764,38.31957],[141.073,38.31988],[141.07298,38.31962],[141.07286,38.31963],[141.07199,38.32048],[141.07076,38.32078],[141.07065,38.32006],[141.07044,38.32008],[141.07046,38.32076],[141.07008,38.32073],[141.0697,38.32109],[141.07005,38.32072],[141.06979,38.31975],[141.06947,38.3197],[141.06938,38.31985],[141.06956,38.32044],[141.06915,38.32048],[141.06833,38.32089],[141.06868,38.32111],[141.06935,38.321],[141.06923,38.32106],[141.06868,38.32115],[141.06825,38.32088],[141.06728,38.32164],[141.06545,38.3217],[141.06494,38.32103],[141.06459,38.32017],[141.06407,38.32],[141.06378,38.31902],[141.06411,38.31997],[141.06459,38.31996],[141.06464,38.31959],[141.06434,38.31922],[141.06462,38.31905],[141.06431,38.31814],[141.06316,38.31687],[141.06301,38.31693],[141.06313,38.31684],[141.06301,38.31669],[141.0626,38.31651],[141.06265,38.31632],[141.0617,38.31658],[141.0627,38.31771],[141.0632,38.31843],[141.06338,38.31918],[141.06317,38.31844],[141.06174,38.31671],[141.06036,38.31638],[141.0603,38.31576],[141.06042,38.31553],[141.06093,38.31529],[141.06101,38.31495],[141.06042,38.31428],[141.0599,38.31409],[141.06019,38.31381],[141.05992,38.31347],[141.05898,38.3131],[141.05873,38.31276],[141.05787,38.31269],[141.05721,38.31291],[141.0572,38.31316],[141.05744,38.31316],[141.05736,38.31367],[141.05717,38.31382],[141.05732,38.31429],[141.05717,38.31448],[141.05648,38.31418],[141.05583,38.31412],[141.05486,38.31488],[141.05237,38.31478],[141.05282,38.31468],[141.05486,38.31484],[141.05537,38.31439],[141.05399,38.31329],[141.05264,38.31307],[141.05169,38.31387],[141.05189,38.31403],[141.05206,38.31494],[141.05186,38.31405],[141.0513,38.31363],[141.05097,38.31353],[141.05007,38.31366],[141.04963,38.31339],[141.04921,38.31353],[141.04912,38.31376],[141.04861,38.31359],[141.0486,38.31322],[141.04882,38.31303],[141.04865,38.31283],[141.04925,38.31268],[141.04923,38.31244],[141.04939,38.31244],[141.04937,38.31217],[141.04887,38.3121],[141.04862,38.31264],[141.04945,38.31053],[141.04961,38.31057],[141.04974,38.31025],[141.05009,38.30904],[141.04888,38.30875],[141.04858,38.30953],[141.04885,38.30962],[141.0485,38.30953],[141.04637,38.31161],[141.0468,38.31217],[141.04684,38.31256],[141.04651,38.31276],[141.0459,38.31272],[141.04587,38.31285],[141.04579,38.31264],[141.04506,38.31249],[141.04413,38.31173],[141.04412,38.31149],[141.04217,38.309],[141.04132,38.30821],[141.04005,38.30795],[141.03684,38.30681],[141.03633,38.30647],[141.03576,38.3072],[141.03735,38.30853],[141.03989,38.31006],[141.04117,38.31121],[141.0431,38.31414],[141.04321,38.31409],[141.04468,38.31618],[141.04439,38.31695],[141.04556,38.31863],[141.04458,38.31894],[141.04266,38.31835],[141.04167,38.31895],[141.03956,38.31652],[141.03839,38.31683],[141.03972,38.31903],[141.03972,38.31925],[141.03779,38.31936],[141.03632,38.31819],[141.03483,38.31816],[141.03429,38.3182],[141.03431,38.31845],[141.03505,38.31913],[141.03503,38.31933],[141.03507,38.31904],[141.03458,38.3187],[141.03474,38.31859],[141.03519,38.319],[141.03523,38.31955],[141.02738,38.31983],[141.02513,38.31922],[141.02499,38.31961],[141.02457,38.31992],[141.02523,38.32037],[141.02659,38.32068],[141.02651,38.32077],[141.02667,38.32088],[141.02706,38.32072],[141.02784,38.32133],[141.02805,38.32131],[141.02811,38.32159],[141.02858,38.32166],[141.02883,38.32188],[141.02877,38.322],[141.02905,38.32211],[141.02919,38.32202],[141.02979,38.32243],[141.03032,38.32232],[141.0302,38.32263],[141.03047,38.32257],[141.03047,38.32273],[141.03066,38.32259],[141.0305,38.32332],[141.03061,38.32333],[141.03074,38.32266],[141.0309,38.32269],[141.03086,38.32282],[141.03173,38.32287],[141.03167,38.32302],[141.03196,38.32292],[141.03175,38.32354],[141.03206,38.3236],[141.03215,38.32341],[141.0322,38.32363],[141.03243,38.32302],[141.03424,38.32319],[141.0343,38.32297],[141.03454,38.32299],[141.03456,38.32265],[141.0357,38.32255],[141.03572,38.32272],[141.03472,38.32281],[141.0347,38.32305],[141.03502,38.32359],[141.0362,38.32349],[141.03636,38.32366],[141.03787,38.32366],[141.03781,38.32231],[141.0366,38.3222],[141.03662,38.32206],[141.03798,38.32218],[141.03804,38.32367],[141.03866,38.32476],[141.03961,38.32483],[141.03997,38.32438],[141.04,38.32402],[141.04064,38.32327],[141.04344,38.3235],[141.0436,38.32377],[141.04271,38.32488],[141.04485,38.32503],[141.05217,38.3318],[141.05392,38.33062],[141.05133,38.33241],[141.05143,38.33261],[141.05202,38.33285],[141.05255,38.33265],[141.05251,38.33294],[141.05203,38.33301],[141.05198,38.33348],[141.05215,38.33385],[141.05185,38.33376],[141.05136,38.33426],[141.05146,38.33455],[141.0507,38.33476],[141.05026,38.33539],[141.05014,38.33533],[141.05016,38.33547],[141.04819,38.33676],[141.04817,38.33731],[141.04848,38.33803],[141.04954,38.33839],[141.0495,38.33895],[141.05006,38.33931],[141.05008,38.33956],[141.04937,38.3393],[141.04897,38.33888],[141.04866,38.33912],[141.04839,38.33883],[141.04803,38.33897],[141.04795,38.33873],[141.04814,38.33826],[141.04787,38.33795],[141.04788,38.33766],[141.04749,38.33763],[141.04717,38.338],[141.04725,38.33837],[141.04706,38.33852],[141.04692,38.33949],[141.04642,38.33984],[141.04685,38.33866],[141.04653,38.33759],[141.04623,38.3374],[141.04686,38.33693],[141.04662,38.33655],[141.04637,38.33644],[141.04579,38.33677],[141.04552,38.33616],[141.04502,38.3362],[141.04485,38.33714],[141.04457,38.33735],[141.04439,38.33693],[141.04464,38.3365],[141.04486,38.33546],[141.04424,38.33539],[141.0438,38.33608],[141.04372,38.33515],[141.04384,38.33482],[141.04364,38.33461],[141.04252,38.33449],[141.04238,38.3346],[141.04243,38.3351],[141.0418,38.3348],[141.0413,38.33497],[141.04129,38.33518],[141.04171,38.33545],[141.04183,38.33593],[141.04241,38.3359],[141.04252,38.33646],[141.04311,38.33685],[141.04332,38.33806],[141.043,38.33776],[141.0426,38.33779],[141.04257,38.33758],[141.04287,38.33729],[141.04276,38.33717],[141.04227,38.337],[141.04188,38.33727],[141.04198,38.33682],[141.04154,38.33664],[141.04167,38.33625],[141.04135,38.33598],[141.0408,38.33616],[141.04065,38.33589],[141.04087,38.33541],[141.0402,38.33537],[141.04045,38.33499],[141.0404,38.33464],[141.03923,38.33439],[141.03915,38.33458],[141.03942,38.33512],[141.03897,38.33524],[141.03852,38.335],[141.03838,38.3351],[141.03848,38.33533],[141.0395,38.33586],[141.03975,38.33638],[141.03952,38.33687],[141.03971,38.33712],[141.04028,38.33725],[141.04125,38.33833],[141.0409,38.33852],[141.04055,38.33799],[141.04001,38.33807],[141.03984,38.33884],[141.03943,38.33859],[141.03926,38.3382],[141.03897,38.33821],[141.03932,38.33752],[141.03888,38.33737],[141.03843,38.33761],[141.03779,38.33756],[141.03758,38.33813],[141.0377,38.33816],[141.0373,38.33897],[141.03755,38.33942],[141.03802,38.33979],[141.0373,38.3395],[141.03644,38.3395],[141.03732,38.34212],[141.03753,38.34235],[141.03743,38.3429],[141.03763,38.34353],[141.03804,38.34393],[141.0397,38.34369],[141.04004,38.34413],[141.03971,38.34451],[141.03923,38.34473],[141.0394,38.34522],[141.03989,38.34528],[141.0402,38.34499],[141.0406,38.34488],[141.04087,38.34524],[141.04146,38.34545],[141.04161,38.34607],[141.04266,38.34606],[141.04266,38.34629],[141.04303,38.34644],[141.04259,38.34734],[141.0426,38.34774],[141.04165,38.34896],[141.04118,38.34932],[141.0415,38.34933],[141.04156,38.34957],[141.04209,38.34967],[141.04243,38.3491],[141.04207,38.34896],[141.04222,38.34872],[141.04271,38.34891],[141.04268,38.3491],[141.0436,38.34944],[141.04329,38.34924],[141.04338,38.34909],[141.04436,38.34948],[141.04452,38.34885],[141.04316,38.3483],[141.04453,38.34882],[141.04483,38.34871],[141.04567,38.34943],[141.04666,38.34921],[141.04656,38.34904],[141.04596,38.34886],[141.04514,38.34793],[141.04508,38.34764],[141.04529,38.34719],[141.04549,38.34717],[141.04565,38.3477],[141.04592,38.34782],[141.04651,38.34765],[141.04664,38.34724],[141.04691,38.34701],[141.04786,38.348],[141.0484,38.34795],[141.04887,38.34766],[141.0489,38.34749],[141.04835,38.34738],[141.04856,38.34708],[141.04826,38.34687],[141.04861,38.34658],[141.04785,38.34642],[141.04834,38.34594],[141.0479,38.34578],[141.04922,38.34546],[141.04979,38.34503],[141.05027,38.34507],[141.05046,38.34526],[141.04994,38.34575],[141.0497,38.3464],[141.0501,38.34643],[141.05015,38.34671],[141.05055,38.34703],[141.05086,38.34704],[141.05075,38.34673],[141.05126,38.34589],[141.05152,38.34575],[141.05202,38.3459],[141.05212,38.3461],[141.05155,38.34642],[141.05142,38.34676],[141.05283,38.34675],[141.05195,38.34742],[141.05196,38.34766],[141.05315,38.34715],[141.05379,38.34741],[141.05415,38.34715],[141.05464,38.34623],[141.05444,38.3461],[141.05395,38.34621],[141.05402,38.34543],[141.05347,38.34556],[141.05327,38.3454],[141.0536,38.34484],[141.05388,38.34515],[141.05446,38.34536],[141.05453,38.34569],[141.05491,38.346],[141.05518,38.34676],[141.05541,38.34676],[141.0562,38.34627],[141.05585,38.34652],[141.05571,38.34684],[141.05533,38.34696],[141.05541,38.34736],[141.0557,38.34756],[141.05556,38.34816],[141.05609,38.34811],[141.05629,38.34831],[141.05663,38.34816],[141.05717,38.34683],[141.05764,38.34617],[141.05791,38.34605],[141.05795,38.34618],[141.05705,38.34742],[141.05713,38.34806],[141.05735,38.3481],[141.05766,38.34787],[141.05787,38.34744],[141.05847,38.34722],[141.05896,38.34756],[141.05927,38.34749],[141.05949,38.34793],[141.05917,38.34814],[141.05914,38.34794],[141.05887,38.34784],[141.05809,38.34792],[141.05792,38.34804],[141.058,38.34841],[141.05731,38.34858],[141.05749,38.34893],[141.05713,38.34906],[141.05709,38.34935],[141.05683,38.34939],[141.05653,38.34906],[141.05616,38.34934],[141.05608,38.34989],[141.05542,38.35027],[141.05456,38.35013],[141.05418,38.35044],[141.05318,38.3505],[141.05196,38.35035],[141.05176,38.35088],[141.052,38.35106],[141.054,38.35136],[141.05589,38.35102],[141.05717,38.35125],[141.05869,38.35054],[141.05941,38.35056],[141.05916,38.35088],[141.05912,38.35136],[141.05888,38.35153],[141.05886,38.3525],[141.05961,38.35289],[141.06105,38.35238],[141.06207,38.35154],[141.06275,38.35187],[141.06296,38.35126],[141.06343,38.35139],[141.06339,38.35187],[141.06359,38.352],[141.06462,38.35125],[141.0649,38.35124],[141.06516,38.35082],[141.06551,38.35096],[141.06555,38.35119],[141.0661,38.35128],[141.06603,38.3517],[141.06622,38.35213],[141.0667,38.3524],[141.06613,38.3524],[141.0658,38.35269],[141.0654,38.35233],[141.06506,38.35243],[141.06512,38.35281],[141.06481,38.3531],[141.06518,38.35345],[141.06423,38.35415],[141.06429,38.35441],[141.065,38.35449],[141.06497,38.35502],[141.06462,38.35505],[141.06455,38.35536],[141.06441,38.35539],[141.06421,38.3553],[141.06441,38.35507],[141.06434,38.35486],[141.06353,38.35493],[141.06271,38.35415],[141.06226,38.35442],[141.06254,38.35478],[141.06224,38.35512],[141.06263,38.35546],[141.06306,38.35557],[141.06323,38.35583],[141.06253,38.35562],[141.0624,38.35576],[141.06252,38.35618],[141.06229,38.35651],[141.06329,38.35725],[141.06288,38.35734],[141.06268,38.35763],[141.06296,38.3585],[141.06267,38.35909],[141.0629,38.35939],[141.06249,38.35972],[141.0626,38.35995],[141.06229,38.36018],[141.06233,38.36076],[141.0619,38.36092],[141.06125,38.36182],[141.06146,38.36346],[141.06214,38.36482],[141.06189,38.36517],[141.06196,38.36536],[141.06149,38.36559],[141.06155,38.36605],[141.06117,38.36676],[141.06126,38.36717],[141.06093,38.36737],[141.06177,38.36899],[141.06158,38.36907],[141.06195,38.36938],[141.06279,38.36952],[141.06398,38.37002],[141.06397,38.37015],[141.06427,38.37034],[141.06413,38.37018],[141.06425,38.36987],[141.064,38.36975],[141.06437,38.36954],[141.06425,38.37009],[141.06443,38.3704],[141.06453,38.37015],[141.06542,38.37016],[141.06555,38.36976],[141.06554,38.36994],[141.06585,38.37001],[141.06566,38.36979],[141.06619,38.36991],[141.06588,38.37002],[141.0666,38.37019],[141.06685,38.37011],[141.06653,38.37],[141.06706,38.36988],[141.06687,38.3701],[141.06796,38.36992],[141.06795,38.37002],[141.06858,38.36998],[141.07,38.37082],[141.07014,38.37105],[141.07063,38.37083],[141.0702,38.37113],[141.07049,38.37151],[141.07098,38.37128],[141.07055,38.37153],[141.07112,38.37215],[141.07148,38.37238],[141.07211,38.37206],[141.07126,38.37266],[141.07181,38.3724],[141.07166,38.37288],[141.0719,38.37363],[141.07296,38.3754],[141.07285,38.37548],[141.07301,38.37546],[141.07438,38.37779],[141.07614,38.37824],[141.07704,38.37899],[141.07728,38.37877],[141.07683,38.37818],[141.07778,38.37783],[141.07812,38.37813],[141.07896,38.37811],[141.08152,38.37858],[141.08171,38.37797],[141.08154,38.37666],[141.08176,38.37797],[141.08152,38.37875],[141.08175,38.37878],[141.08159,38.3789],[141.08176,38.3793],[141.08281,38.38061],[141.08374,38.38092],[141.08393,38.38083],[141.084,38.38102],[141.08518,38.38133],[141.08552,38.38107],[141.08632,38.38142],[141.08678,38.3815],[141.08684,38.38134],[141.0868,38.3815],[141.08801,38.38172],[141.08828,38.38123],[141.08861,38.3814],[141.089,38.38127],[141.09007,38.37988],[141.09012,38.37943],[141.09044,38.37923],[141.09054,38.37887],[141.09656,38.37792],[141.09722,38.37816],[141.09758,38.37803],[141.09843,38.37843],[141.0988,38.37841],[141.09893,38.37832],[141.09885,38.37792],[141.09915,38.3774],[141.099,38.37677],[141.09921,38.37723],[141.10005,38.37704],[141.10011,38.37632],[141.09992,38.37588],[141.09912,38.37557],[141.09855,38.37604],[141.0984,38.3758],[141.09793,38.37563],[141.09725,38.37606],[141.09601,38.37603],[141.096,38.3759],[141.09682,38.37539],[141.09659,38.37464],[141.09685,38.37427],[141.09702,38.37424],[141.09731,38.37478],[141.09788,38.37477],[141.09825,38.37368],[141.09869,38.37315],[141.09913,38.37308],[141.09927,38.37328],[141.09916,38.37379],[141.09852,38.37453],[141.09904,38.37486],[141.09962,38.37494],[141.09965,38.37461],[141.09995,38.37477],[141.1009,38.37453],[141.10135,38.37421],[141.10167,38.37365],[141.10212,38.37358],[141.10228,38.37291],[141.10217,38.37266],[141.10241,38.37229],[141.10315,38.37285],[141.10361,38.37262],[141.10374,38.37233],[141.10327,38.37199],[141.10358,38.37179],[141.10372,38.37188],[141.10384,38.37128],[141.10371,38.37115],[141.10329,38.37125],[141.10275,38.37097],[141.10287,38.37063],[141.10244,38.37039],[141.10264,38.37009],[141.10284,38.37007],[141.10358,38.3702],[141.1042,38.37063],[141.10454,38.37049],[141.10503,38.36975],[141.10441,38.36952],[141.10426,38.36892],[141.10367,38.36878],[141.10527,38.36804],[141.10548,38.36838],[141.10548,38.36905],[141.10591,38.36924],[141.10648,38.36924],[141.10603,38.36989],[141.10621,38.37015],[141.10691,38.37042],[141.10726,38.37006],[141.10744,38.37037],[141.10803,38.37028],[141.10833,38.37045],[141.1087,38.37038],[141.10874,38.37051],[141.10802,38.37105],[141.10795,38.37142],[141.10809,38.3716],[141.10768,38.37165],[141.1074,38.37188],[141.10735,38.37228],[141.1071,38.37258],[141.10722,38.37555],[141.10893,38.37639],[141.10936,38.37629],[141.11031,38.37653],[141.11105,38.37642],[141.11138,38.37603],[141.11207,38.37575],[141.11222,38.3754],[141.11282,38.37527],[141.11328,38.37458],[141.11361,38.37454],[141.11517,38.37563],[141.1154,38.37545],[141.11554,38.37552],[141.11547,38.37563],[141.11631,38.37614],[141.11584,38.37678],[141.11483,38.37649],[141.11449,38.37675],[141.11427,38.37658],[141.11399,38.37661],[141.11379,38.37707],[141.11396,38.37775],[141.11312,38.37827],[141.11297,38.37814],[141.11301,38.37765],[141.11272,38.37738],[141.11195,38.37743],[141.11183,38.37847],[141.11198,38.37853],[141.11171,38.37872],[141.11175,38.37914],[141.11108,38.37925],[141.11045,38.37911],[141.1097,38.3799],[141.10924,38.37973],[141.10786,38.38004],[141.10736,38.38102],[141.10735,38.38146],[141.10749,38.38147],[141.10735,38.38148],[141.1074,38.38195],[141.10703,38.38321],[141.10741,38.38339],[141.10717,38.38361],[141.10691,38.38359],[141.1065,38.38428],[141.10609,38.38449],[141.10544,38.38535],[141.10548,38.38578],[141.10585,38.38602],[141.10619,38.38622],[141.10649,38.38601],[141.10703,38.38632],[141.10831,38.38544],[141.10956,38.38486],[141.10941,38.3845],[141.10966,38.38393],[141.10963,38.38359],[141.1098,38.38342],[141.11023,38.38338],[141.11036,38.38387],[141.11062,38.38397],[141.11144,38.38358],[141.11141,38.38319],[141.11177,38.38272],[141.11215,38.38271],[141.11264,38.38297],[141.11349,38.38282],[141.11473,38.38204],[141.11449,38.38147],[141.11499,38.3813],[141.11555,38.38056],[141.11621,38.38068],[141.11619,38.38104],[141.11647,38.38106],[141.11649,38.38141],[141.11935,38.38074],[141.12039,38.37981],[141.12008,38.37922],[141.12026,38.37894],[141.1211,38.37868],[141.12134,38.37932],[141.12179,38.37946],[141.12165,38.37971],[141.12228,38.37995],[141.12222,38.38011],[141.12319,38.38016],[141.12411,38.37987],[141.12387,38.37937],[141.12417,38.37863],[141.12413,38.37919],[141.12438,38.37961],[141.12483,38.37972],[141.12501,38.37996],[141.12581,38.38005],[141.12628,38.37979],[141.12678,38.37981],[141.13221,38.37781],[141.13277,38.37748],[141.13273,38.37726],[141.13308,38.37722],[141.13343,38.37691],[141.13546,38.37377],[141.13784,38.3723],[141.13807,38.37209],[141.13808,38.37175],[141.13757,38.37037],[141.13702,38.36981],[141.13697,38.36889],[141.13538,38.36491],[141.13402,38.36287],[141.13379,38.36282],[141.13323,38.36204],[141.13244,38.36177],[141.13218,38.36145],[141.13232,38.36063],[141.13223,38.36019],[141.13244,38.35997],[141.13302,38.36016],[141.13723,38.36005],[141.13725,38.36029],[141.13811,38.36019],[141.13822,38.36054],[141.13871,38.36091],[141.13895,38.36075],[141.13854,38.36007],[141.13869,38.35972],[141.14104,38.35932],[141.14215,38.35965],[141.14357,38.35981],[141.1442,38.36029],[141.14446,38.36017],[141.14436,38.35959],[141.14456,38.35932],[141.14632,38.35869],[141.1489,38.35852],[141.1559,38.35454],[141.15864,38.35355],[141.15926,38.35381],[141.15969,38.35454],[141.15968,38.35485],[141.15892,38.35627],[141.15863,38.35728],[141.1586,38.35849],[141.15883,38.36018],[141.15966,38.36251],[141.1611,38.36509],[141.16218,38.36632],[141.16644,38.37008],[141.16965,38.37215],[141.17065,38.37304],[141.17243,38.37422],[141.17258,38.37425],[141.17275,38.37399],[141.17381,38.37424],[141.17402,38.3754],[141.1767,38.37692],[141.17883,38.37791],[141.17982,38.37782],[141.17978,38.37737],[141.1799,38.37723],[141.18071,38.37769],[141.18008,38.37837],[141.18227,38.37975],[141.18766,38.38251],[141.1883,38.38255],[141.18866,38.38208],[141.1888,38.38215],[141.18844,38.38262],[141.18865,38.383],[141.1892,38.38336],[141.19624,38.3868],[141.19666,38.38685],[141.19703,38.38637],[141.19718,38.38645],[141.19683,38.3869],[141.1972,38.38727],[141.2003,38.38871],[141.20092,38.38887],[141.20256,38.38974],[141.2053,38.39083],[141.20574,38.3903],[141.20594,38.39044],[141.20548,38.3909],[141.20577,38.39112],[141.21369,38.3945],[141.21423,38.39458],[141.21464,38.39389],[141.21482,38.39394],[141.21439,38.39467],[141.21451,38.39477],[141.22147,38.39764],[141.22331,38.39816],[141.22373,38.39747],[141.22389,38.39754],[141.22353,38.39817],[141.2238,38.3984],[141.23137,38.40133],[141.23317,38.40176],[141.23355,38.40104],[141.23333,38.40178],[141.23688,38.40286],[141.2405,38.40359],[141.24087,38.40392],[141.24315,38.40451],[141.24362,38.40454],[141.24404,38.40366],[141.24372,38.40455],[141.24645,38.4051],[141.25847,38.40828],[141.25981,38.4082],[141.26133,38.40853],[141.2634,38.40838],[141.26652,38.40797],[141.26682,38.40753],[141.26661,38.40796],[141.26769,38.40826],[141.26804,38.40861],[141.26765,38.4083],[141.26659,38.408],[141.26631,38.4089],[141.26553,38.40877],[141.26545,38.40904],[141.26624,38.40917],[141.26618,38.40939],[141.26861,38.40997],[141.2687,38.41023],[141.26944,38.41035],[141.26867,38.41024],[141.26824,38.41092],[141.26602,38.41234],[141.2657,38.41495],[141.26604,38.41498],[141.26606,38.41479],[141.26724,38.41489],[141.2666,38.41939],[141.27344,38.41995],[141.27386,38.41652],[141.27526,38.41666],[141.27557,38.41696],[141.27536,38.41848],[141.27776,38.41868],[141.27773,38.41885],[141.28536,38.41949],[141.28579,38.41618],[141.27849,38.41557],[141.27841,38.41569],[141.27842,38.41556],[141.27798,38.41554],[141.27485,38.41445],[141.27492,38.41397],[141.27444,38.41388],[141.27374,38.4125],[141.27394,38.41243],[141.27462,38.41376],[141.27494,38.41382],[141.27516,38.41224],[141.27326,38.41152],[141.27344,38.41141],[141.27339,38.41098],[141.27377,38.41001],[141.27417,38.40812],[141.26429,38.3978],[141.26442,38.39772],[141.2742,38.40797],[141.27432,38.40822],[141.27412,38.40915],[141.27547,38.40955],[141.27735,38.40953],[141.27951,38.40975],[141.2798,38.40791],[141.27936,38.40779],[141.28251,38.40806],[141.28249,38.40818],[141.28226,38.40816],[141.28219,38.40867],[141.28605,38.409],[141.28618,38.40805],[141.28558,38.40793],[141.28548,38.40837],[141.28534,38.40836],[141.28605,38.40319],[141.28628,38.40321],[141.28679,38.39963],[141.28382,38.39938],[141.28384,38.3992],[141.29477,38.40013],[141.29293,38.41342],[141.29382,38.41396],[141.29458,38.41409],[141.29726,38.41418],[141.29723,38.4137],[141.29735,38.41371],[141.2973,38.41415],[141.29782,38.41431],[141.29945,38.41413],[141.30445,38.41459],[141.30736,38.41463],[141.30846,38.41429],[141.30939,38.41431],[141.3098,38.414],[141.30996,38.41366],[141.30976,38.41362],[141.31021,38.41354],[141.31038,38.41318],[141.3103,38.41352],[141.31048,38.41352],[141.31074,38.4131],[141.31395,38.41321],[141.31488,38.41049],[141.31446,38.40734],[141.31459,38.40733],[141.31492,38.41056],[141.31467,38.41166],[141.3149,38.41172],[141.31657,38.40745],[141.32411,38.40229],[141.33211,38.40268],[141.3321,38.4028],[141.32413,38.40241],[141.31716,38.40719],[141.31696,38.40962],[141.3173,38.40992],[141.31717,38.41153],[141.3249,38.41191],[141.32512,38.40922],[141.32089,38.40901],[141.3209,38.40888],[141.32724,38.40921],[141.32928,38.40899],[141.33584,38.40934],[141.3405,38.40602],[141.34058,38.40609],[141.33582,38.40947],[141.32927,38.40912],[141.32724,38.40928],[141.32926,38.40916],[141.33543,38.40951],[141.33542,38.40972],[141.32927,38.40939],[141.32722,38.40954],[141.32702,38.41202],[141.34105,38.4127],[141.34113,38.41201],[141.34116,38.41218],[141.34181,38.41259],[141.34471,38.41324],[141.34622,38.41379],[141.34843,38.41398],[141.34965,38.41389],[141.35017,38.41407],[141.35439,38.414],[141.3556,38.41417],[141.35738,38.41399],[141.36375,38.41188],[141.36388,38.40553],[141.36322,38.40467],[141.36311,38.40417],[141.36338,38.40303],[141.36317,38.40417],[141.36328,38.40465],[141.36395,38.40553],[141.36394,38.40964],[141.3673,38.40919],[141.36765,38.40888],[141.36758,38.40869],[141.36771,38.4088],[141.36808,38.40861],[141.36801,38.4085],[141.3683,38.4084],[141.36841,38.40804],[141.36906,38.40745],[141.36881,38.40636],[141.36892,38.40609],[141.36854,38.40581],[141.3683,38.40585],[141.36823,38.40369],[141.36845,38.40348],[141.36775,38.40242],[141.3656,38.40269],[141.36788,38.40233],[141.36825,38.40182],[141.36814,38.4017],[141.36823,38.40156],[141.36802,38.40136],[141.36846,38.40148],[141.36909,38.40125],[141.37007,38.40043],[141.37027,38.40007],[141.36994,38.39932],[141.37016,38.39897],[141.36995,38.39852],[141.36975,38.39843],[141.36942,38.39737],[141.36905,38.39709],[141.36896,38.3959],[141.36842,38.39547],[141.36804,38.39488],[141.36801,38.39439],[141.36865,38.39351],[141.36838,38.3927],[141.36766,38.39211],[141.36693,38.3908],[141.36657,38.39048],[141.36671,38.39002],[141.36647,38.38983],[141.36657,38.38971],[141.36648,38.3894],[141.36518,38.38928],[141.36498,38.38947],[141.36412,38.3894],[141.3639,38.3893],[141.36402,38.3889],[141.36385,38.38857],[141.36447,38.38859],[141.36431,38.38845],[141.36444,38.3883],[141.36487,38.38847],[141.36494,38.38798],[141.36527,38.3878],[141.36525,38.38762],[141.36548,38.38777],[141.36552,38.38754],[141.36574,38.38754],[141.36534,38.38728],[141.36554,38.38724],[141.36551,38.38706],[141.36566,38.38719],[141.36547,38.38696],[141.36586,38.38714],[141.36637,38.38626],[141.36706,38.38594],[141.36752,38.38525],[141.3686,38.38516],[141.36878,38.38495],[141.36868,38.38487],[141.36906,38.38498],[141.36944,38.38469],[141.36943,38.38448],[141.36983,38.38433],[141.37022,38.3844],[141.37027,38.38428],[141.37047,38.38441],[141.37087,38.3843],[141.37194,38.38452],[141.37217,38.38412],[141.37228,38.3842],[141.37247,38.38396],[141.3731,38.3838],[141.37297,38.38346],[141.37318,38.38327],[141.37325,38.38341],[141.37345,38.3833],[141.37341,38.38349],[141.37365,38.38357],[141.37389,38.38336],[141.37442,38.38375],[141.37449,38.38366],[141.37529,38.38392],[141.37585,38.38394],[141.37577,38.38385],[141.37592,38.38383],[141.3763,38.3842],[141.37673,38.38421],[141.3771,38.38343],[141.37675,38.38431],[141.37869,38.38463],[141.38059,38.38518],[141.3812,38.38572],[141.38151,38.38566],[141.381,38.38516],[141.3814,38.38546],[141.38195,38.38508],[141.38155,38.38453],[141.38096,38.38423],[141.38061,38.38362],[141.37987,38.3834],[141.38059,38.38357],[141.38053,38.38336],[141.38066,38.38334],[141.38082,38.38362],[141.3812,38.3836],[141.38161,38.38399],[141.38152,38.38382],[141.38206,38.38413],[141.38276,38.38411],[141.38295,38.38451],[141.38346,38.38438],[141.38378,38.3846],[141.38383,38.38446],[141.38412,38.3846],[141.38411,38.38447],[141.3845,38.38431],[141.38458,38.38403],[141.38532,38.38475],[141.38578,38.38464],[141.38602,38.38422],[141.38594,38.38413],[141.38614,38.38424],[141.38618,38.38412],[141.38655,38.38414],[141.38666,38.38442],[141.38707,38.3842],[141.38782,38.38479],[141.38802,38.38519],[141.38794,38.38545],[141.38811,38.38557],[141.38843,38.38559],[141.38864,38.38582],[141.38879,38.38573],[141.38913,38.38603],[141.3892,38.38578],[141.38954,38.38579],[141.38956,38.386],[141.38978,38.38609],[141.39008,38.38569],[141.39034,38.38612],[141.39019,38.38624],[141.3903,38.38639],[141.39018,38.38652],[141.39025,38.38696],[141.3907,38.38726],[141.39083,38.38769],[141.39105,38.38753],[141.39143,38.38839],[141.3912,38.38849],[141.39124,38.38883],[141.39167,38.38902],[141.39163,38.38926],[141.39193,38.38947],[141.39209,38.39005],[141.39252,38.39017],[141.39262,38.38995],[141.39288,38.39016],[141.39303,38.38983],[141.39303,38.39034],[141.39312,38.39016],[141.39331,38.39041],[141.39357,38.39029],[141.39378,38.39061],[141.39386,38.39048],[141.39461,38.39065],[141.39471,38.39052],[141.39494,38.39094],[141.39525,38.39105],[141.39523,38.39153],[141.3959,38.39151],[141.3961,38.39134],[141.39642,38.39147],[141.39667,38.39122],[141.39716,38.39142],[141.39719,38.3912],[141.39768,38.39188],[141.39806,38.39204],[141.39799,38.39221],[141.39772,38.39221],[141.39753,38.39266],[141.39804,38.39299],[141.39834,38.39355],[141.39883,38.39382],[141.39884,38.39367],[141.39896,38.39391],[141.39915,38.39444],[141.39873,38.39473],[141.39878,38.395],[141.39938,38.39518],[141.40011,38.39586],[141.40091,38.39558],[141.40155,38.39569],[141.40224,38.39649],[141.40235,38.39714],[141.40362,38.39724],[141.40233,38.39719],[141.40195,38.39755],[141.40217,38.39761],[141.40245,38.39929],[141.4018,38.39954],[141.40186,38.39985],[141.40301,38.40051],[141.40355,38.40035],[141.4037,38.40012],[141.40402,38.40025],[141.40394,38.40013],[141.4041,38.40015],[141.40443,38.40066],[141.40511,38.4011],[141.40522,38.4013],[141.4051,38.40132],[141.40513,38.40169],[141.40545,38.40186],[141.40593,38.40176],[141.40604,38.40196],[141.40641,38.40201],[141.40706,38.40247],[141.40736,38.40304],[141.4084,38.404],[141.40923,38.40391],[141.41005,38.40329],[141.40995,38.40305],[141.41009,38.40321],[141.41042,38.40292],[141.41047,38.40254],[141.41016,38.4021],[141.40921,38.40221],[141.41035,38.40203],[141.41001,38.40145],[141.41011,38.40126],[141.40977,38.39998],[141.41041,38.39984],[141.41057,38.39957],[141.41063,38.3994],[141.41025,38.39926],[141.41014,38.39888],[141.41043,38.39901],[141.41072,38.39889],[141.41064,38.3981],[141.41088,38.39769],[141.4112,38.39748],[141.4119,38.39746],[141.41208,38.39726],[141.41104,38.39625],[141.41109,38.39598],[141.4113,38.396],[141.41117,38.3957],[141.41143,38.39544],[141.41096,38.39522],[141.41087,38.39501],[141.41101,38.39498],[141.41095,38.39488],[141.41122,38.39502],[141.41163,38.39546],[141.41168,38.39513],[141.41193,38.39556],[141.41218,38.39542],[141.41282,38.39568],[141.41296,38.3955],[141.41349,38.39592],[141.41367,38.39591],[141.41397,38.39557],[141.41387,38.3952],[141.41412,38.39487],[141.41417,38.39438],[141.41408,38.39387],[141.41364,38.39346],[141.41366,38.39296],[141.41381,38.39308],[141.41411,38.39224],[141.4143,38.39222],[141.4146,38.39147],[141.41478,38.39162],[141.41487,38.39142],[141.41533,38.39161],[141.4154,38.39145],[141.41576,38.39174],[141.41607,38.3927],[141.41636,38.39295],[141.41643,38.39285],[141.41697,38.39361],[141.41707,38.39408],[141.41743,38.39455],[141.41742,38.39493],[141.4184,38.39576],[141.41909,38.39692],[141.41945,38.397],[141.41981,38.39687],[141.42022,38.3962],[141.42017,38.39602],[141.42043,38.39633],[141.42097,38.39634],[141.42105,38.39584],[141.42137,38.39554],[141.42183,38.3958],[141.42234,38.39581],[141.42263,38.39532],[141.42283,38.39544],[141.42283,38.39515],[141.42318,38.39511],[141.4232,38.39476],[141.42365,38.39529],[141.4236,38.39513],[141.42387,38.39525],[141.42392,38.39581],[141.42444,38.3958],[141.42471,38.39612],[141.42512,38.39599],[141.42599,38.39626],[141.42699,38.39698],[141.42687,38.39705],[141.42711,38.39728],[141.42765,38.39735],[141.42881,38.397],[141.42822,38.39754],[141.43007,38.39888],[141.42979,38.39967],[141.4311,38.39921],[141.4308,38.39899],[141.43127,38.39859],[141.43105,38.39843],[141.43307,38.39671],[141.43289,38.39607],[141.43277,38.39606],[141.43331,38.39595],[141.4333,38.39578],[141.43352,38.39574],[141.43319,38.39569],[141.4327,38.39473],[141.4325,38.39462],[141.43221,38.39474],[141.43188,38.39408],[141.43118,38.39389],[141.43128,38.39304],[141.43096,38.39269],[141.43072,38.39193],[141.42982,38.39179],[141.42895,38.39133],[141.42882,38.39103],[141.42904,38.39018],[141.42862,38.39008],[141.42864,38.38984],[141.42822,38.38947],[141.42746,38.38949],[141.42678,38.38981],[141.42637,38.38974],[141.42579,38.38931],[141.42527,38.38863],[141.42496,38.3886],[141.42469,38.38783],[141.4245,38.38769],[141.42449,38.38729],[141.42398,38.38721],[141.42372,38.38682],[141.42373,38.38633],[141.42348,38.38636],[141.42311,38.38598],[141.4229,38.38508],[141.42313,38.38494],[141.42271,38.38468],[141.42269,38.38432],[141.42393,38.3841],[141.42402,38.38375],[141.42365,38.38351],[141.42353,38.38307],[141.42417,38.38282],[141.42493,38.38303],[141.42535,38.38286],[141.42551,38.38256],[141.42543,38.3816],[141.42556,38.3823],[141.42619,38.38226],[141.42766,38.38277],[141.42812,38.38194],[141.42864,38.38188],[141.42859,38.38161],[141.42729,38.38091],[141.42744,38.38049],[141.42782,38.38037],[141.42848,38.38044],[141.42931,38.38089],[141.42943,38.38071],[141.42967,38.38083],[141.42993,38.3807],[141.42989,38.38059],[141.43005,38.38064],[141.43,38.38046],[141.43031,38.38062],[141.43055,38.38047],[141.43148,38.38122],[141.43251,38.38254],[141.43346,38.38183],[141.43259,38.38256],[141.43304,38.38309],[141.43464,38.38246],[141.4344,38.38143],[141.43298,38.38138],[141.43456,38.38137],[141.43448,38.38122],[141.43496,38.38173],[141.43641,38.38241],[141.43686,38.38237],[141.43736,38.38207],[141.43766,38.38162],[141.43829,38.38136],[141.43859,38.38092],[141.43884,38.37991],[141.43786,38.37848],[141.43714,38.37838],[141.43665,38.37808],[141.43678,38.37737],[141.43659,38.37687],[141.43597,38.37644],[141.43532,38.37662],[141.43346,38.37607],[141.43321,38.37564],[141.43384,38.37562],[141.43398,38.3754],[141.43386,38.37519],[141.4336,38.37513],[141.43332,38.37473],[141.43295,38.37467],[141.43275,38.37439],[141.43242,38.37431],[141.43179,38.37368],[141.43205,38.37369],[141.4325,38.37322],[141.43289,38.37345],[141.43308,38.37326],[141.43338,38.37345],[141.43387,38.37335],[141.43446,38.37387],[141.4351,38.37383],[141.43558,38.37347],[141.43566,38.37301],[141.43555,38.37286],[141.43586,38.3727],[141.43562,38.37244],[141.43572,38.37227],[141.43588,38.37219],[141.43626,38.37239],[141.43692,38.37203],[141.43729,38.37216],[141.43746,38.37296],[141.43782,38.37309],[141.43831,38.37416],[141.43918,38.37487],[141.43998,38.37515],[141.44011,38.3755],[141.44139,38.37546],[141.44191,38.37571],[141.44303,38.37563],[141.44375,38.3761],[141.44457,38.37581],[141.4454,38.3749],[141.44468,38.37577],[141.44486,38.37578],[141.44499,38.37599],[141.44599,38.37605],[141.44593,38.37626],[141.44666,38.3764],[141.44962,38.3758],[141.44967,38.37594],[141.45056,38.37576],[141.4511,38.37629],[141.45184,38.37521],[141.45215,38.37512],[141.45296,38.37575],[141.45311,38.37655],[141.45386,38.37616],[141.4533,38.37538],[141.45342,38.37519],[141.45331,38.37491],[141.45356,38.37511],[141.45373,38.37501],[141.45367,38.37483],[141.45444,38.3748],[141.45506,38.37509],[141.45611,38.3748],[141.45646,38.37442],[141.45639,38.37414],[141.45705,38.37408],[141.4573,38.37384],[141.45762,38.37384],[141.45756,38.3737],[141.45772,38.37359],[141.45873,38.37429],[141.45899,38.37408],[141.45913,38.37415],[141.45885,38.37387],[141.45886,38.37299],[141.45859,38.37266],[141.45704,38.37231],[141.45705,38.37217],[141.45624,38.37224],[141.45628,38.37242],[141.45578,38.37259],[141.45468,38.37231],[141.45452,38.37272],[141.45516,38.37344],[141.45447,38.37273],[141.45467,38.37227],[141.45455,38.37195],[141.45372,38.37128],[141.45318,38.37124],[141.45288,38.37144],[141.45235,38.37131],[141.45167,38.37172],[141.45112,38.37174],[141.45092,38.37126],[141.45029,38.37099],[141.44981,38.37096],[141.44936,38.37128],[141.4486,38.37104],[141.44789,38.37116],[141.44732,38.37091],[141.44619,38.3708],[141.4457,38.37107],[141.44473,38.37079],[141.44437,38.37044],[141.44361,38.3705],[141.44329,38.36998],[141.44291,38.36993],[141.4427,38.36948],[141.44236,38.36941],[141.44205,38.36906],[141.44209,38.36856],[141.44276,38.36852],[141.44278,38.36749],[141.44262,38.36715],[141.44201,38.36669],[141.44124,38.36679],[141.4412,38.36655],[141.44152,38.36586],[141.44098,38.36521],[141.44062,38.3651],[141.4401,38.36533],[141.43917,38.36492],[141.43913,38.36514],[141.43899,38.36486],[141.43902,38.36507],[141.43858,38.36511],[141.43697,38.36596],[141.43783,38.36678],[141.43826,38.36697],[141.43778,38.3668],[141.4367,38.3659],[141.43514,38.36592],[141.43275,38.36407],[141.43238,38.36443],[141.43202,38.36421],[141.43111,38.36412],[141.43049,38.36483],[141.43199,38.36528],[141.43062,38.365],[141.43015,38.36468],[141.42988,38.36477],[141.42964,38.36459],[141.42969,38.36437],[141.42945,38.36396],[141.4287,38.36334],[141.42841,38.36255],[141.42774,38.36215],[141.42755,38.36168],[141.42673,38.36128],[141.42665,38.36104],[141.42686,38.36086],[141.42627,38.36018],[141.42627,38.35996],[141.42576,38.35927],[141.42584,38.35916],[141.42511,38.35897],[141.42468,38.35854],[141.42443,38.35857],[141.4245,38.35831],[141.42507,38.35815],[141.42508,38.35774],[141.4249,38.35747],[141.42426,38.35748],[141.42384,38.35724],[141.42368,38.35694],[141.42349,38.35693],[141.42352,38.35667],[141.4243,38.35638],[141.42427,38.35587],[141.42397,38.35558],[141.42256,38.35584],[141.42076,38.35489],[141.41836,38.35443],[141.41819,38.35479],[141.41741,38.35523],[141.41752,38.35536],[141.41733,38.35552],[141.41748,38.35604],[141.41695,38.35597],[141.41624,38.35547],[141.41597,38.35493],[141.41573,38.35487],[141.41564,38.3551],[141.41526,38.35496],[141.41524,38.35507],[141.41501,38.3542],[141.41575,38.35465],[141.41572,38.3545],[141.41594,38.35444],[141.41586,38.35424],[141.41603,38.35435],[141.41609,38.35423],[141.41579,38.35356],[141.4162,38.35389],[141.41637,38.35381],[141.41631,38.35369],[141.41666,38.35383],[141.41671,38.3535],[141.41702,38.35349],[141.41693,38.35322],[141.41778,38.35341],[141.41811,38.35285],[141.41807,38.3522],[141.41823,38.35165],[141.41801,38.351],[141.41809,38.35084],[141.41766,38.34981],[141.41721,38.34956],[141.41777,38.34976],[141.41807,38.35049],[141.41933,38.35055],[141.41935,38.35],[141.41941,38.35055],[141.42051,38.35065],[141.42064,38.35046],[141.42037,38.34948],[141.4196,38.34909],[141.41972,38.34883],[141.41911,38.3487],[141.41857,38.34878],[141.41811,38.34845],[141.41744,38.34928],[141.41802,38.34835],[141.4174,38.34788],[141.41685,38.34777],[141.4166,38.34758],[141.41668,38.34749],[141.41637,38.34741],[141.41623,38.34716],[141.41638,38.34713],[141.41617,38.34692],[141.41631,38.34686],[141.4161,38.34673],[141.41579,38.34604],[141.4164,38.34619],[141.41661,38.3465],[141.41664,38.347],[141.41697,38.34718],[141.41733,38.34717],[141.41739,38.34689],[141.4177,38.34713],[141.41764,38.34675],[141.41841,38.34731],[141.4187,38.34721],[141.41953,38.34751],[141.41982,38.34778],[141.41997,38.34767],[141.42016,38.34783],[141.42014,38.34769],[141.42054,38.34792],[141.42067,38.34774],[141.42144,38.34808],[141.42179,38.3478],[141.42183,38.34754],[141.42149,38.34705],[141.42152,38.34678],[141.42129,38.34658],[141.42133,38.3464],[141.42096,38.346],[141.42121,38.34598],[141.42104,38.34564],[141.42129,38.34581],[141.42143,38.34556],[141.42136,38.34532],[141.42168,38.34546],[141.42182,38.34521],[141.42156,38.34465],[141.42192,38.34495],[141.4221,38.34491],[141.42205,38.34466],[141.4222,38.34454],[141.42194,38.34398],[141.42305,38.34499],[141.42327,38.34539],[141.42356,38.34549],[141.42362,38.34538],[141.42397,38.34588],[141.42379,38.34594],[141.42413,38.34631],[141.42433,38.34631],[141.42432,38.34616],[141.42447,38.34646],[141.42508,38.34657],[141.42528,38.34649],[141.42516,38.34623],[141.42556,38.34641],[141.42548,38.34618],[141.42565,38.34636],[141.42555,38.34613],[141.4258,38.34651],[141.4272,38.34687],[141.42761,38.34651],[141.42769,38.34616],[141.42807,38.34613],[141.42878,38.3468],[141.42913,38.34683],[141.42912,38.34669],[141.42953,38.34698],[141.42957,38.34681],[141.4299,38.34701],[141.43019,38.34738],[141.42989,38.34755],[141.43012,38.34796],[141.43133,38.34823],[141.43169,38.3481],[141.4319,38.34762],[141.4315,38.34699],[141.43181,38.34691],[141.43182,38.34679],[141.43199,38.34685],[141.43226,38.34657],[141.43261,38.34605],[141.43255,38.34571],[141.4327,38.34543],[141.43323,38.34528],[141.43348,38.34481],[141.43317,38.34435],[141.43305,38.34444],[141.433,38.34406],[141.43275,38.34402],[141.43261,38.34359],[141.43151,38.34217],[141.43067,38.34146],[141.43061,38.34116],[141.43088,38.34129],[141.4314,38.34201],[141.43134,38.34176],[141.43163,38.34188],[141.43174,38.34171],[141.43189,38.34176],[141.43193,38.34156],[141.43235,38.34205],[141.43254,38.34196],[141.43294,38.34251],[141.43341,38.34261],[141.43367,38.34248],[141.43377,38.34219],[141.43366,38.34202],[141.43379,38.34197],[141.43375,38.34169],[141.43343,38.34129],[141.43346,38.34114],[141.43369,38.34127],[141.43359,38.34106],[141.4337,38.34099],[141.43397,38.34129],[141.43409,38.34118],[141.43396,38.34091],[141.43437,38.34128],[141.43417,38.34148],[141.43472,38.34179],[141.4351,38.34165],[141.43516,38.34144],[141.43559,38.34169],[141.43573,38.34155],[141.4358,38.34164],[141.43598,38.3415],[141.43596,38.34128],[141.4361,38.34141],[141.43613,38.34127],[141.43656,38.34163],[141.4366,38.34149],[141.43676,38.34199],[141.4371,38.34236],[141.43812,38.3428],[141.43811,38.34297],[141.43908,38.34401],[141.4394,38.34419],[141.4399,38.34415],[141.44019,38.34434],[141.44062,38.34413],[141.44054,38.34425],[141.44105,38.34473],[141.44096,38.34514],[141.44075,38.34512],[141.44045,38.34547],[141.43956,38.34569],[141.43938,38.34611],[141.43943,38.34657],[141.43978,38.34669],[141.44019,38.34768],[141.442,38.3482],[141.44278,38.34905],[141.44237,38.34874],[141.4415,38.34991],[141.44283,38.35053],[141.44329,38.35044],[141.44338,38.35027],[141.44332,38.35045],[141.44382,38.35087],[141.44469,38.35127],[141.44486,38.35165],[141.44502,38.35163],[141.44502,38.35358],[141.446,38.35404],[141.44662,38.35386],[141.44655,38.35356],[141.44671,38.35355],[141.44673,38.35322],[141.44722,38.35287],[141.44789,38.35382],[141.44846,38.35379],[141.44871,38.35273],[141.4486,38.35253],[141.44792,38.35216],[141.44783,38.35186],[141.44842,38.35149],[141.44868,38.35005],[141.44921,38.34985],[141.44959,38.34941],[141.44941,38.34898],[141.44967,38.34897],[141.44976,38.34864],[141.44954,38.34854],[141.4493,38.3481],[141.44922,38.34758],[141.44935,38.34755],[141.4493,38.34722],[141.44954,38.3474],[141.44979,38.34722],[141.44941,38.34619],[141.44959,38.34624],[141.44953,38.34591],[141.45009,38.34564],[141.45014,38.34542],[141.44989,38.34532],[141.44974,38.34498],[141.44993,38.3448],[141.45016,38.34492],[141.45029,38.34451],[141.44998,38.3438],[141.44973,38.34361],[141.44952,38.34291],[141.44937,38.34289],[141.44909,38.34221],[141.44931,38.34195],[141.44912,38.34176],[141.44926,38.34175],[141.44931,38.34139],[141.44953,38.34158],[141.44959,38.34141],[141.44979,38.34141],[141.44971,38.34083],[141.45012,38.3402],[141.45058,38.34055],[141.45109,38.34058],[141.45116,38.34041],[141.45138,38.34047],[141.45153,38.34031],[141.45198,38.34053],[141.45212,38.34095],[141.45192,38.34136],[141.45155,38.34148],[141.45165,38.34172],[141.45132,38.34191],[141.45129,38.34221],[141.45156,38.34238],[141.45221,38.34213],[141.45254,38.34232],[141.45288,38.34313],[141.45266,38.34353],[141.45337,38.34386],[141.45431,38.3439],[141.4548,38.34499],[141.45419,38.3451],[141.45407,38.34565],[141.45391,38.34572],[141.4542,38.34607],[141.45412,38.34644],[141.45349,38.34661],[141.45353,38.34729],[141.45377,38.34777],[141.4542,38.34808],[141.45482,38.34809],[141.45518,38.34765],[141.45611,38.34781],[141.45666,38.34747],[141.45673,38.34785],[141.45703,38.34829],[141.45718,38.34937],[141.45748,38.34982],[141.4575,38.35013],[141.45716,38.35033],[141.4572,38.35055],[141.45744,38.35113],[141.45774,38.35137],[141.45796,38.35137],[141.45836,38.35036],[141.45823,38.35099],[141.45886,38.35119],[141.46041,38.35108],[141.46046,38.35148],[141.4613,38.35191],[141.46228,38.35148],[141.46238,38.34926],[141.4636,38.3476],[141.4635,38.34657],[141.46306,38.3462],[141.46318,38.34536],[141.46355,38.34482],[141.46351,38.34444],[141.46331,38.34422],[141.46374,38.34399],[141.4636,38.34348],[141.46414,38.34349],[141.46419,38.34324],[141.46454,38.34305],[141.46471,38.34256],[141.46457,38.34208],[141.46512,38.34107],[141.46503,38.34046],[141.46479,38.34026],[141.46448,38.3403],[141.46438,38.34013],[141.46469,38.3394],[141.46424,38.3386],[141.46415,38.33788],[141.46431,38.33757],[141.46415,38.33698],[141.46366,38.33665],[141.46313,38.33572],[141.46357,38.33543],[141.46389,38.33565],[141.46431,38.33566],[141.46434,38.33533],[141.46489,38.33583],[141.46569,38.33562],[141.46616,38.33538],[141.46619,38.33517],[141.46654,38.33511],[141.46672,38.33487],[141.46669,38.33444],[141.46709,38.33431],[141.46708,38.334],[141.46724,38.33387],[141.46712,38.33428],[141.46727,38.33444],[141.46757,38.33449],[141.46834,38.33531],[141.46878,38.33543],[141.46961,38.33517],[141.46957,38.33487],[141.47001,38.33486],[141.47016,38.33513],[141.47037,38.33514],[141.4707,38.3351],[141.47113,38.3347],[141.47133,38.33473],[141.47093,38.33395],[141.47126,38.33458],[141.47175,38.3345],[141.47188,38.33483],[141.47267,38.33417],[141.47286,38.33435],[141.47332,38.33428],[141.47387,38.33369],[141.47448,38.33196],[141.47448,38.33043],[141.47423,38.32931],[141.47403,38.32885],[141.47373,38.32893],[141.47213,38.32815],[141.47153,38.32898],[141.47199,38.32967],[141.47193,38.32969],[141.47132,38.32866],[141.47106,38.32864],[141.47064,38.32792],[141.47016,38.3278],[141.46975,38.3274],[141.46897,38.32707],[141.46846,38.32695],[141.46816,38.32706],[141.46814,38.32676],[141.46853,38.32674],[141.4689,38.32634],[141.46908,38.32585],[141.4687,38.32554],[141.46939,38.32502],[141.46939,38.32486],[141.46922,38.32466],[141.46856,38.32459],[141.46826,38.32478],[141.46826,38.32424],[141.46746,38.32425],[141.46745,38.32299],[141.46524,38.323],[141.46522,38.32325],[141.46522,38.323],[141.46498,38.3229],[141.46529,38.3229],[141.46528,38.32254],[141.4644,38.32236],[141.464,38.32245],[141.46401,38.32383],[141.46529,38.32491],[141.46394,38.32386],[141.46389,38.32243],[141.46337,38.32229],[141.46238,38.32249],[141.46163,38.32206],[141.4609,38.32191],[141.46063,38.32194],[141.46037,38.32241],[141.45909,38.32217],[141.45883,38.32236],[141.45884,38.32267],[141.45865,38.32247],[141.45874,38.32231],[141.4584,38.32223],[141.45783,38.32165],[141.45736,38.32155],[141.45695,38.32123],[141.45655,38.32138],[141.45609,38.32076],[141.45605,38.32096],[141.45596,38.32054],[141.45512,38.32022],[141.455,38.32047],[141.45487,38.3204],[141.45434,38.3198],[141.45413,38.31901],[141.45375,38.31854],[141.45302,38.31849],[141.45277,38.31888],[141.45267,38.31865],[141.45292,38.31845],[141.45283,38.31834],[141.45225,38.31813],[141.45199,38.31823],[141.45125,38.31757],[141.45113,38.31766],[141.45107,38.31725],[141.45066,38.31683],[141.45047,38.31688],[141.45034,38.31652],[141.45008,38.31647],[141.44953,38.31579],[141.44947,38.31525],[141.44975,38.31557],[141.44976,38.31539],[141.44999,38.31544],[141.44996,38.3152],[141.45004,38.31529],[141.45017,38.31509],[141.45039,38.31529],[141.45038,38.31512],[141.4505,38.31531],[141.45054,38.31516],[141.45077,38.31531],[141.45089,38.31489],[141.4513,38.31503],[141.4514,38.31487],[141.45127,38.3145],[141.45167,38.31475],[141.45209,38.31478],[141.45213,38.31461],[141.4524,38.31468],[141.45234,38.31446],[141.45251,38.31475],[141.45249,38.31448],[141.45257,38.31467],[141.45297,38.31474],[141.45335,38.31561],[141.45379,38.31568],[141.45411,38.31557],[141.45414,38.31541],[141.45427,38.31552],[141.45432,38.31511],[141.45485,38.31508],[141.45528,38.31527],[141.45548,38.31505],[141.45562,38.31521],[141.45566,38.31504],[141.45595,38.31521],[141.4563,38.31508],[141.45627,38.31488],[141.45638,38.31501],[141.45653,38.31456],[141.4566,38.31473],[141.45666,38.31461],[141.45676,38.31471],[141.45698,38.31443],[141.45708,38.31451],[141.45707,38.3143],[141.45715,38.31446],[141.45747,38.31417],[141.45771,38.31428],[141.45762,38.31399],[141.45786,38.31413],[141.45792,38.31365],[141.45833,38.31376],[141.4584,38.31344],[141.45872,38.3138],[141.45884,38.31364],[141.4588,38.313],[141.45914,38.31323],[141.45927,38.31268],[141.45954,38.31276],[141.45965,38.31261],[141.45941,38.31241],[141.4594,38.31201],[141.45971,38.31205],[141.45976,38.31188],[141.45957,38.31164],[141.45988,38.31154],[141.4597,38.31117],[141.46002,38.31097],[141.4599,38.31076],[141.4601,38.31043],[141.45971,38.31024],[141.45988,38.31017],[141.45975,38.30974],[141.45998,38.30942],[141.46013,38.30959],[141.46031,38.30933],[141.46071,38.30986],[141.46125,38.30981],[141.46153,38.30886],[141.4619,38.30915],[141.46194,38.3088],[141.46211,38.30895],[141.46207,38.30874],[141.46232,38.30897],[141.46251,38.30884],[141.46249,38.30836],[141.46268,38.30836],[141.46252,38.30814],[141.46257,38.30784],[141.46274,38.30805],[141.4628,38.30793],[141.46285,38.30807],[141.4631,38.30802],[141.46317,38.3082],[141.46358,38.30819],[141.46387,38.30741],[141.46408,38.30734],[141.46404,38.30685],[141.46426,38.30702],[141.4642,38.3068],[141.46446,38.30667],[141.46449,38.30688],[141.46461,38.30653],[141.46481,38.30668],[141.46479,38.30696],[141.46493,38.30685],[141.46496,38.30723],[141.46536,38.30732],[141.46537,38.3071],[141.46587,38.30705],[141.46612,38.30682],[141.46619,38.3061],[141.46652,38.30618],[141.46676,38.30604],[141.46675,38.30583],[141.46687,38.30607],[141.46702,38.30595],[141.46719,38.30629],[141.46753,38.30613],[141.46837,38.30671],[141.46843,38.30654],[141.46974,38.3078],[141.47056,38.30796],[141.47053,38.30818],[141.47025,38.30819],[141.47002,38.30863],[141.46994,38.30897],[141.47008,38.30929],[141.46995,38.30931],[141.4699,38.30971],[141.47015,38.31022],[141.46981,38.31082],[141.46981,38.31126],[141.46937,38.31167],[141.46965,38.31213],[141.46933,38.31237],[141.46925,38.31343],[141.46904,38.31384],[141.46825,38.31464],[141.46808,38.31536],[141.46843,38.31586],[141.46884,38.3161],[141.46897,38.31656],[141.46973,38.31763],[141.4699,38.31829],[141.47012,38.31833],[141.47066,38.31942],[141.47046,38.31964],[141.47052,38.32025],[141.47184,38.31997],[141.47207,38.32007],[141.47259,38.31942],[141.47231,38.31931],[141.47201,38.31854],[141.47163,38.31851],[141.4713,38.31817],[141.47116,38.31721],[141.47019,38.31574],[141.47014,38.31536],[141.47153,38.31384],[141.47196,38.31355],[141.4725,38.31273],[141.47412,38.31227],[141.47458,38.31183],[141.47447,38.3097],[141.47473,38.30859],[141.47525,38.30798],[141.47577,38.30775],[141.4759,38.30747],[141.4761,38.30756],[141.47656,38.30735],[141.47681,38.30764],[141.47703,38.30737],[141.47769,38.3073],[141.47747,38.30696],[141.47758,38.30681],[141.47785,38.30686],[141.47779,38.30655],[141.47826,38.30624],[141.47807,38.30572],[141.47826,38.30547],[141.47861,38.30538],[141.47926,38.30564],[141.47918,38.30609],[141.47936,38.3066],[141.47989,38.30689],[141.47998,38.30729],[141.48062,38.30732],[141.48099,38.30671],[141.48139,38.30674],[141.48149,38.30661],[141.48184,38.3068],[141.48189,38.30753],[141.48234,38.30778],[141.48288,38.30784],[141.48307,38.30816],[141.48412,38.30836],[141.48644,38.30801],[141.48714,38.30771],[141.48728,38.30737],[141.48761,38.30742],[141.48766,38.3072],[141.48869,38.30794],[141.48937,38.30728],[141.48971,38.30726],[141.48873,38.30799],[141.48948,38.30875],[141.49059,38.30878],[141.49354,38.30783],[141.49509,38.30687],[141.4953,38.30709],[141.49553,38.30704],[141.49564,38.30676],[141.49543,38.30661],[141.49649,38.30557],[141.49722,38.30448],[141.49692,38.30406],[141.49673,38.30325],[141.49645,38.30295],[141.49498,38.30232],[141.49456,38.30187],[141.49466,38.3018],[141.49425,38.30155],[141.49442,38.30155],[141.49439,38.30144],[141.49405,38.30137],[141.49429,38.30115],[141.49413,38.30108],[141.49439,38.30102],[141.49445,38.30084],[141.49501,38.30083],[141.49543,38.30044],[141.49507,38.30014],[141.49504,38.29984],[141.49484,38.29975],[141.49494,38.29962],[141.49462,38.29945],[141.49468,38.29916],[141.49431,38.29915],[141.49364,38.29755],[141.49305,38.29766],[141.4928,38.29729],[141.49276,38.29704],[141.49318,38.29707],[141.49328,38.29695],[141.49317,38.29687],[141.49351,38.29695],[141.49377,38.29678],[141.49376,38.29654],[141.49363,38.29637],[141.49329,38.2964],[141.49347,38.29617],[141.49341,38.296],[141.49295,38.29585],[141.49263,38.29595],[141.49185,38.29545],[141.49207,38.29537],[141.49192,38.2949],[141.49226,38.29499],[141.49201,38.29478],[141.49227,38.29435],[141.49178,38.29412],[141.49166,38.29389],[141.49196,38.29359],[141.49236,38.29354],[141.49248,38.29369],[141.49248,38.29355],[141.49332,38.29355],[141.49365,38.29286],[141.49421,38.29259],[141.49453,38.2927],[141.49465,38.29238],[141.49474,38.29249],[141.49498,38.29233],[141.49518,38.29257],[141.49533,38.29252],[141.49511,38.2923],[141.49528,38.29208],[141.49508,38.29182],[141.49519,38.29174],[141.49528,38.2919],[141.49527,38.29175],[141.49542,38.29193],[141.49542,38.29173],[141.49553,38.29186],[141.49548,38.29166],[141.49561,38.29168],[141.49565,38.29147],[141.49578,38.29168],[141.49608,38.29172],[141.49643,38.29237],[141.49656,38.29234],[141.49649,38.29221],[141.49664,38.29224],[141.4971,38.29263],[141.49788,38.29234],[141.49805,38.29266],[141.49791,38.29271],[141.49824,38.29322],[141.49851,38.29318],[141.49872,38.29334],[141.49879,38.29356],[141.49861,38.29386],[141.49876,38.29422],[141.49947,38.29445],[141.49963,38.29436],[141.49958,38.2942],[141.49998,38.29423],[141.50029,38.29407],[141.50063,38.29462],[141.50051,38.29508],[141.50066,38.29518],[141.50094,38.29521],[141.50098,38.29505],[141.50138,38.29525],[141.50153,38.29513],[141.50165,38.29531],[141.5021,38.29509],[141.50234,38.2954],[141.50293,38.29515],[141.50427,38.29381],[141.50409,38.29414],[141.50332,38.2948],[141.50364,38.29501],[141.50385,38.29481],[141.50517,38.29568],[141.50491,38.29592],[141.50596,38.29747],[141.50679,38.29697],[141.50598,38.2975],[141.50661,38.29807],[141.50807,38.29723],[141.50766,38.29681],[141.50786,38.29669],[141.50906,38.29672],[141.50917,38.29469],[141.50785,38.29468],[141.50785,38.29451],[141.50911,38.29451],[141.50904,38.29369],[141.5095,38.29366],[141.50948,38.29348],[141.50934,38.29349],[141.50931,38.29281],[141.50779,38.29286],[141.5078,38.29368],[141.50774,38.29275],[141.50712,38.29272],[141.51008,38.29263],[141.51022,38.29243],[141.51025,38.29141],[141.50918,38.2894],[141.50937,38.28897],[141.50919,38.2888],[141.50942,38.28803],[141.50928,38.28729],[141.50874,38.2868],[141.50898,38.28692],[141.50949,38.28659],[141.50974,38.28596],[141.50948,38.28498],[141.50962,38.28436],[141.50933,38.28426],[141.50971,38.28376],[141.50948,38.28358],[141.50984,38.28338],[141.51006,38.28351],[141.51049,38.28311],[141.51045,38.28255],[141.51,38.28218],[141.51001,38.28196],[141.50964,38.28185],[141.50976,38.28171],[141.50945,38.28142],[141.5097,38.28121],[141.50964,38.28086],[141.51032,38.28043],[141.51081,38.27977],[141.51031,38.27815],[141.51084,38.27804],[141.51148,38.27742],[141.51133,38.27702],[141.51176,38.27678],[141.51154,38.27664],[141.51124,38.27682],[141.51135,38.27666],[141.51119,38.27663],[141.51169,38.27641],[141.51156,38.27631],[141.51205,38.27596],[141.51172,38.27573],[141.51256,38.27542],[141.51244,38.27537],[141.51255,38.27496],[141.51282,38.27463],[141.51304,38.27461],[141.51294,38.27489],[141.51325,38.27478],[141.51333,38.27504],[141.51346,38.27492],[141.51366,38.27502],[141.51352,38.27526],[141.51385,38.27547],[141.51455,38.27559],[141.51457,38.27544],[141.51537,38.27517],[141.51528,38.27466],[141.51551,38.27485],[141.51584,38.27454],[141.51591,38.27367],[141.51647,38.27351],[141.51659,38.2737],[141.51678,38.27368],[141.51736,38.27329],[141.5171,38.27304],[141.51725,38.27281],[141.51709,38.27274],[141.51744,38.27264],[141.51767,38.2722],[141.51804,38.2721],[141.51825,38.27183],[141.51833,38.27193],[141.51879,38.27162],[141.51889,38.27173],[141.51932,38.27155],[141.51954,38.27177],[141.51944,38.27197],[141.51965,38.27193],[141.51921,38.27276],[141.51985,38.27241],[141.52005,38.27256],[141.52003,38.27279],[141.52023,38.27265],[141.52025,38.27308],[141.52042,38.2732],[141.52075,38.27268],[141.52124,38.27238],[141.52122,38.27208],[141.5214,38.27201],[141.52133,38.27185],[141.52164,38.27148],[141.522,38.27149],[141.52217,38.27201],[141.52219,38.27159],[141.52244,38.27173],[141.52244,38.2714],[141.52261,38.27133],[141.52292,38.27203],[141.52311,38.27195],[141.52298,38.27177],[141.52316,38.27149],[141.52337,38.2716],[141.52349,38.27202],[141.52365,38.2719],[141.52372,38.27222],[141.52351,38.27241],[141.52406,38.2723],[141.524,38.27248],[141.52418,38.27271],[141.52438,38.2724],[141.52481,38.27238],[141.52502,38.27261],[141.52499,38.27298],[141.52511,38.27294],[141.52491,38.27329],[141.52417,38.27337],[141.52409,38.27372],[141.52384,38.27376],[141.52401,38.27404],[141.52336,38.27432],[141.52306,38.27427],[141.523,38.27451],[141.52359,38.27484],[141.52365,38.27509],[141.52432,38.27507],[141.52437,38.27537],[141.52471,38.27506],[141.52522,38.27524],[141.5253,38.27596],[141.52544,38.2756],[141.52607,38.27527],[141.5268,38.27615],[141.52673,38.2766],[141.52654,38.27647],[141.52646,38.27663],[141.52622,38.27663],[141.52654,38.27675],[141.52603,38.27685],[141.52591,38.27655],[141.52589,38.27692],[141.52542,38.27675],[141.52542,38.27716],[141.52482,38.27727],[141.52463,38.27717],[141.52467,38.27742],[141.52453,38.27746],[141.52467,38.27754],[141.52441,38.27768],[141.52423,38.27758],[141.52428,38.2779],[141.52411,38.27794],[141.52389,38.27774],[141.52398,38.27794],[141.52373,38.27792],[141.52352,38.27813],[141.52359,38.27842],[141.52401,38.27879],[141.52468,38.27866],[141.52525,38.27881],[141.52559,38.27923],[141.52561,38.27935],[141.52539,38.2794],[141.5257,38.2799],[141.52493,38.28031],[141.52497,38.28082],[141.52482,38.28093],[141.52506,38.28106],[141.52453,38.28108],[141.52404,38.28136],[141.52392,38.28167],[141.52425,38.28199],[141.52464,38.28208],[141.52462,38.28254],[141.52473,38.28256],[141.52428,38.2829],[141.52453,38.28319],[141.52483,38.28296],[141.52496,38.28336],[141.52487,38.28351],[141.52423,38.28359],[141.52421,38.28372],[141.52437,38.28383],[141.52492,38.28362],[141.5252,38.28421],[141.52492,38.28429],[141.52525,38.2847],[141.52455,38.28533],[141.52477,38.28683],[141.52467,38.28703],[141.52507,38.28764],[141.52474,38.28808],[141.52497,38.28822],[141.52477,38.28826],[141.52478,38.28867],[141.5254,38.28939],[141.52568,38.28922],[141.52589,38.28927],[141.52629,38.28986],[141.52578,38.28987],[141.52581,38.29008],[141.52557,38.29014],[141.52574,38.2904],[141.52561,38.29064],[141.52586,38.29069],[141.52567,38.29083],[141.52571,38.29106],[141.52593,38.29117],[141.52587,38.29139],[141.52617,38.29164],[141.5263,38.29219],[141.52607,38.29289],[141.52629,38.29298],[141.5261,38.29321],[141.52573,38.29328],[141.5259,38.29371],[141.52609,38.29356],[141.52633,38.29432],[141.52611,38.29449],[141.52638,38.29468],[141.52626,38.29493],[141.52591,38.29483],[141.52608,38.29507],[141.52588,38.29486],[141.52551,38.29511],[141.52558,38.29526],[141.52544,38.29538],[141.52561,38.29591],[141.52606,38.29623],[141.52651,38.29601],[141.52684,38.29608],[141.52669,38.29619],[141.52728,38.29614],[141.52753,38.29636],[141.52778,38.29628],[141.52788,38.29606],[141.528,38.29629],[141.52822,38.29634],[141.52767,38.29655],[141.52842,38.29662],[141.52841,38.29688],[141.52822,38.29685],[141.52826,38.29702],[141.52789,38.29731],[141.52821,38.29733],[141.52807,38.29761],[141.5283,38.29778],[141.52804,38.29772],[141.52847,38.2981],[141.52811,38.29858],[141.52852,38.29864],[141.52825,38.29889],[141.5284,38.29939],[141.52881,38.29979],[141.52918,38.2996],[141.52946,38.30009],[141.52973,38.30004],[141.52969,38.30037],[141.52993,38.29999],[141.53021,38.30004],[141.5297,38.30045],[141.52989,38.30057],[141.53026,38.30046],[141.53008,38.30075],[141.53062,38.30123],[141.53173,38.30153],[141.53195,38.30124],[141.53274,38.30154],[141.53277,38.30119],[141.53316,38.3009],[141.53339,38.30127],[141.53394,38.30143],[141.53472,38.30099],[141.53467,38.30089],[141.53508,38.3012],[141.53504,38.3009],[141.53601,38.30089],[141.53608,38.30122],[141.53634,38.30114],[141.53637,38.30082],[141.53677,38.30096],[141.53688,38.30085],[141.53702,38.30118],[141.53728,38.30111],[141.53712,38.30132],[141.53751,38.30143],[141.53728,38.30156],[141.53749,38.30231],[141.53795,38.30252],[141.53842,38.3022],[141.53844,38.30237],[141.53871,38.30225],[141.53871,38.30251],[141.53894,38.30248],[141.53891,38.30262],[141.53922,38.30286],[141.53947,38.30279],[141.53938,38.30298],[141.54009,38.30387],[141.53995,38.3043],[141.54031,38.30445],[141.53991,38.30458],[141.54005,38.30479],[141.53995,38.3049],[141.54025,38.30519],[141.5401,38.30556],[141.54028,38.30574],[141.54061,38.30574],[141.54041,38.30584],[141.54067,38.30641],[141.5405,38.30627],[141.54045,38.30665],[141.54058,38.30676],[141.54043,38.30692],[141.54067,38.30724],[141.54058,38.30749],[141.5403,38.30755],[141.54057,38.30757],[141.54039,38.30761],[141.54061,38.30784],[141.54054,38.30801],[141.54102,38.30804],[141.54088,38.30853],[141.54066,38.30858],[141.54109,38.30868],[141.54059,38.30907],[141.54105,38.30913],[141.54115,38.30955],[141.54072,38.30959],[141.54066,38.30975],[141.54095,38.30992],[141.54072,38.30991],[141.54089,38.31019],[141.54043,38.31051],[141.54097,38.31044],[141.54074,38.31057],[141.54093,38.31073],[141.54069,38.31078],[141.54108,38.31081],[141.54085,38.3109],[141.54097,38.31099],[141.5408,38.31113],[141.54112,38.31106],[141.54121,38.31113],[141.54065,38.31125],[141.54121,38.3113],[141.54136,38.31184],[141.54085,38.31194],[141.54135,38.31267],[141.541,38.31272],[141.54113,38.31288],[141.5407,38.31286],[141.54077,38.31309],[141.54039,38.31305],[141.54065,38.31345],[141.54053,38.31361],[141.5402,38.31358],[141.54042,38.31379],[141.54041,38.31407],[141.54055,38.31391],[141.54086,38.31402],[141.5408,38.31432],[141.54047,38.31436],[141.54054,38.31472],[141.54019,38.31503],[141.54057,38.31501],[141.54057,38.31536],[141.54071,38.31557],[141.54069,38.3154],[141.54086,38.3154],[141.54098,38.31576],[141.54083,38.31576],[141.54074,38.31599],[141.54053,38.31586],[141.54058,38.3161],[141.54039,38.31609],[141.54039,38.31626],[141.54065,38.31628],[141.54063,38.31668],[141.54045,38.31666],[141.54029,38.31631],[141.54008,38.31639],[141.54025,38.31649],[141.54004,38.31701],[141.53982,38.31678],[141.5396,38.31709],[141.53949,38.31694],[141.5387,38.31701],[141.53935,38.31798],[141.53904,38.31797],[141.53902,38.31812],[141.53854,38.31835],[141.5386,38.3185],[141.53894,38.31846],[141.53913,38.31827],[141.53929,38.31834],[141.53927,38.31817],[141.53947,38.31818],[141.53953,38.31829],[141.5393,38.31839],[141.53957,38.3186],[141.53945,38.31872],[141.53965,38.31872],[141.53952,38.319],[141.53975,38.31911],[141.53919,38.3194],[141.53874,38.31899],[141.538,38.31883],[141.53805,38.31863],[141.53771,38.31849],[141.53745,38.31851],[141.5374,38.3187],[141.53706,38.31887],[141.53648,38.31898],[141.5363,38.31878],[141.53592,38.31883],[141.53578,38.31868],[141.5351,38.31899],[141.53497,38.31873],[141.53463,38.31877],[141.53423,38.31856],[141.53414,38.3188],[141.53433,38.31899],[141.53358,38.31901],[141.53276,38.31882],[141.53255,38.31857],[141.5325,38.31879],[141.53238,38.31877],[141.53262,38.31921],[141.53185,38.31914],[141.53163,38.31935],[141.53099,38.31951],[141.53079,38.31983],[141.53092,38.32013],[141.53137,38.32004],[141.53176,38.32024],[141.53177,38.32052],[141.53195,38.32055],[141.53201,38.32075],[141.53186,38.32072],[141.53173,38.32101],[141.53224,38.32101],[141.53245,38.32132],[141.53197,38.32116],[141.53195,38.32132],[141.53154,38.32132],[141.5317,38.32112],[141.53097,38.32137],[141.53088,38.32129],[141.53105,38.3211],[141.53035,38.32108],[141.53053,38.32136],[141.53031,38.32147],[141.52905,38.32134],[141.52899,38.3215],[141.52809,38.32151],[141.5284,38.32174],[141.52835,38.32196],[141.52722,38.32227],[141.52713,38.3224],[141.52742,38.32268],[141.52716,38.32297],[141.52742,38.32344],[141.52784,38.3235],[141.52816,38.32328],[141.52828,38.3236],[141.5277,38.32374],[141.52747,38.32402],[141.52752,38.32381],[141.52684,38.32377],[141.5262,38.32426],[141.52518,38.32425],[141.52488,38.32459],[141.52507,38.32487],[141.52501,38.32512],[141.52467,38.32544],[141.52481,38.32595],[141.5251,38.32613],[141.52492,38.32633],[141.52527,38.32672],[141.52512,38.32719],[141.52531,38.32749],[141.5261,38.32741],[141.52582,38.32804],[141.52638,38.32818],[141.52655,38.32798],[141.52688,38.32793],[141.52663,38.32803],[141.52624,38.32863],[141.52639,38.32879],[141.52708,38.32902],[141.52777,38.3279],[141.52754,38.32751],[141.52765,38.32746],[141.52796,38.32788],[141.5276,38.32853],[141.52723,38.32885],[141.5274,38.32928],[141.52841,38.3294],[141.529,38.32906],[141.52933,38.32919],[141.52946,38.329],[141.5296,38.32905],[141.52958,38.32929],[141.52982,38.32933],[141.53072,38.32901],[141.53105,38.32946],[141.53056,38.33063],[141.53035,38.3309],[141.53002,38.331],[141.53012,38.33117],[141.53062,38.33106],[141.53041,38.33121],[141.53053,38.33147],[141.53096,38.33164],[141.53078,38.33167],[141.53062,38.33203],[141.53031,38.33199],[141.53013,38.33244],[141.52988,38.33252],[141.53001,38.3331],[141.53034,38.3335],[141.53089,38.33365],[141.53122,38.33333],[141.53093,38.33379],[141.53166,38.33371],[141.53167,38.33416],[141.53184,38.33418],[141.53195,38.33463],[141.5318,38.33503],[141.53219,38.33523],[141.53192,38.33532],[141.53197,38.33556],[141.53181,38.33558],[141.53174,38.33591],[141.53251,38.33641],[141.5326,38.33672],[141.53231,38.33712],[141.5323,38.3376],[141.53247,38.33757],[141.53256,38.33778],[141.53286,38.33776],[141.53289,38.33855],[141.53354,38.3389],[141.53371,38.33919],[141.53401,38.33888],[141.53414,38.33895],[141.53411,38.33922],[141.53435,38.33936],[141.53407,38.33972],[141.53418,38.33984],[141.53392,38.33997],[141.5336,38.33985],[141.53373,38.34006],[141.53348,38.34062],[141.53379,38.34051],[141.53329,38.34128],[141.53309,38.34105],[141.53311,38.34152],[141.533,38.34168],[141.53283,38.34164],[141.53297,38.34207],[141.53234,38.34237],[141.53231,38.34211],[141.53212,38.34204],[141.5319,38.3424],[141.53171,38.34232],[141.53152,38.34254],[141.53153,38.34239],[141.5312,38.34256],[141.53097,38.34241],[141.53079,38.34249],[141.53075,38.34279],[141.53066,38.34261],[141.53004,38.34299],[141.5298,38.34295],[141.52947,38.34343],[141.52952,38.3438],[141.52926,38.34366],[141.52923,38.3438],[141.52908,38.34373],[141.52879,38.34392],[141.52831,38.34462],[141.52828,38.34507],[141.52772,38.34507],[141.52749,38.34526],[141.52732,38.34564],[141.52746,38.34589],[141.52739,38.3461],[141.52644,38.34589],[141.52587,38.34598],[141.52528,38.34667],[141.52546,38.34711],[141.52537,38.34735],[141.52512,38.34717],[141.52476,38.34723],[141.52443,38.34758],[141.52438,38.34785],[141.52467,38.34794],[141.52433,38.34806],[141.5245,38.34811],[141.52434,38.34816],[141.52416,38.34934],[141.52398,38.34942],[141.52394,38.34967],[141.52312,38.35017],[141.52279,38.35112],[141.52302,38.35235],[141.52336,38.35253],[141.52338,38.35271],[141.52365,38.35257],[141.52391,38.35269],[141.52396,38.35278],[141.52374,38.35283],[141.52413,38.35306],[141.52398,38.35325],[141.52434,38.35347],[141.52415,38.3538],[141.52388,38.35376],[141.52401,38.3539],[141.52359,38.35373],[141.52296,38.35395],[141.52288,38.35439],[141.52328,38.35483],[141.52346,38.35474],[141.52344,38.35498],[141.52363,38.35483],[141.52372,38.35504],[141.52394,38.35508],[141.52406,38.35553],[141.52418,38.35535],[141.52445,38.35548],[141.52413,38.35554],[141.52449,38.35658],[141.52402,38.35558],[141.52397,38.35574],[141.52377,38.35571],[141.52321,38.35654],[141.52284,38.35676],[141.52336,38.35758],[141.52308,38.35775],[141.52265,38.35742],[141.52183,38.3579],[141.52169,38.35775],[141.52123,38.35802],[141.52165,38.35854],[141.52091,38.35775],[141.51962,38.35871],[141.51944,38.35926],[141.52013,38.36005],[141.52035,38.36001],[141.52034,38.36024],[141.52054,38.36034],[141.52066,38.36073],[141.52099,38.36074],[141.52081,38.36126],[141.52107,38.3612],[141.52123,38.36142],[141.52159,38.36146],[141.52155,38.36209],[141.52176,38.36182],[141.52189,38.36188],[141.52149,38.36239],[141.52125,38.3623],[141.52086,38.36263],[141.5205,38.36262],[141.52046,38.36284],[141.52025,38.36289],[141.51997,38.36293],[141.51981,38.36276],[141.5199,38.3627],[141.5192,38.36241],[141.51861,38.36252],[141.51869,38.36267],[141.51854,38.36252],[141.51832,38.36271],[141.5183,38.36292],[141.5185,38.36293],[141.51852,38.36315],[141.51834,38.36302],[141.51815,38.36349],[141.51826,38.36362],[141.51865,38.3636],[141.51839,38.36371],[141.51859,38.36403],[141.51876,38.36402],[141.51865,38.36408],[141.51889,38.36452],[141.5188,38.36461],[141.51924,38.36503],[141.51902,38.36511],[141.51959,38.3656],[141.51937,38.36563],[141.51937,38.3658],[141.51966,38.36607],[141.5194,38.36606],[141.51972,38.36663],[141.51943,38.36674],[141.51945,38.36688],[141.51875,38.36673],[141.5186,38.36692],[141.51792,38.36711],[141.51795,38.36745],[141.51823,38.36734],[141.51845,38.3677],[141.51769,38.36758],[141.51824,38.36796],[141.51831,38.36823],[141.51786,38.36787],[141.51768,38.36802],[141.51811,38.3685],[141.51785,38.36849],[141.5172,38.36803],[141.51701,38.36808],[141.51682,38.36862],[141.51604,38.36843],[141.51557,38.3687],[141.51533,38.36867],[141.51546,38.36894],[141.515,38.36874],[141.51486,38.36932],[141.51525,38.36973],[141.51513,38.36971],[141.51521,38.36987],[141.51448,38.36972],[141.51429,38.36981],[141.51492,38.37008],[141.51517,38.37038],[141.51501,38.37032],[141.5151,38.37048],[141.51499,38.37049],[141.51461,38.37027],[141.51433,38.37081],[141.51413,38.37055],[141.51386,38.37071],[141.51405,38.37087],[141.51371,38.37073],[141.51362,38.37091],[141.51296,38.37081],[141.51263,38.37097],[141.51311,38.37134],[141.51271,38.37119],[141.51263,38.3713],[141.51255,38.37105],[141.51217,38.37078],[141.51227,38.37071],[141.51211,38.37049],[141.51177,38.37038],[141.51175,38.37017],[141.51123,38.36988],[141.51034,38.36982],[141.50995,38.36947],[141.50941,38.36943],[141.50887,38.36961],[141.50897,38.36983],[141.50865,38.36969],[141.50865,38.3699],[141.50846,38.36975],[141.50835,38.37],[141.50802,38.36984],[141.50798,38.37014],[141.50815,38.37026],[141.50778,38.3701],[141.50764,38.37019],[141.50787,38.37048],[141.50777,38.37063],[141.50832,38.37138],[141.50745,38.37061],[141.50738,38.3708],[141.5076,38.37122],[141.5069,38.37044],[141.50676,38.3705],[141.50717,38.37104],[141.50664,38.37054],[141.50655,38.3707],[141.50642,38.37061],[141.50676,38.37107],[141.50654,38.37147],[141.50628,38.37103],[141.50562,38.37053],[141.5054,38.3706],[141.50556,38.37089],[141.50511,38.37046],[141.50447,38.37081],[141.50424,38.37067],[141.50375,38.37073],[141.50354,38.37095],[141.50379,38.37126],[141.50348,38.371],[141.5034,38.37115],[141.50313,38.37104],[141.50285,38.3715],[141.50249,38.37124],[141.50255,38.3714],[141.50205,38.37119],[141.50174,38.3703],[141.50188,38.37033],[141.50196,38.37015],[141.50163,38.36962],[141.49961,38.36859],[141.49818,38.36848],[141.49707,38.3689],[141.49692,38.36905],[141.49715,38.36935],[141.49698,38.36921],[141.49705,38.36937],[141.49686,38.36928],[141.49665,38.3694],[141.49693,38.36993],[141.49666,38.36984],[141.49651,38.36999],[141.49706,38.37032],[141.49729,38.37093],[141.49687,38.37069],[141.49649,38.37019],[141.49661,38.37008],[141.49648,38.36999],[141.49657,38.36989],[141.4962,38.36961],[141.49586,38.36974],[141.4959,38.3701],[141.49583,38.36977],[141.49482,38.37015],[141.49474,38.37036],[141.49489,38.37065],[141.49458,38.37064],[141.49497,38.37136],[141.49437,38.37083],[141.49408,38.37079],[141.49376,38.37019],[141.49298,38.36981],[141.49248,38.3691],[141.49217,38.36912],[141.491,38.36813],[141.491,38.36745],[141.49003,38.36748],[141.48978,38.36763],[141.48992,38.36819],[141.49032,38.36857],[141.48988,38.36828],[141.48961,38.36752],[141.48895,38.36764],[141.48689,38.36835],[141.48589,38.36905],[141.48604,38.36933],[141.48573,38.36966],[141.48535,38.36976],[141.48452,38.37082],[141.48424,38.37154],[141.48436,38.37221],[141.48396,38.37272],[141.48402,38.37301],[141.48369,38.37296],[141.48357,38.37305],[141.48368,38.37328],[141.48348,38.3733],[141.48394,38.374],[141.48392,38.37432],[141.48361,38.37362],[141.48347,38.37367],[141.48314,38.37331],[141.48255,38.37354],[141.48187,38.3743],[141.48141,38.37535],[141.48143,38.37572],[141.48188,38.37631],[141.48192,38.3767],[141.48276,38.37724],[141.48315,38.37711],[141.48346,38.37728],[141.48354,38.37835],[141.4844,38.3797],[141.48481,38.38006],[141.4853,38.38013],[141.48552,38.37991],[141.48663,38.38029],[141.487,38.38013],[141.48715,38.37976],[141.48786,38.37959],[141.48799,38.37924],[141.48841,38.37948],[141.48885,38.37943],[141.48848,38.37966],[141.48902,38.37958],[141.4889,38.37966],[141.48908,38.37966],[141.48905,38.37982],[141.48882,38.37977],[141.48897,38.37993],[141.48868,38.38006],[141.48868,38.38036],[141.48892,38.38046],[141.48864,38.38082],[141.48869,38.38105],[141.48892,38.38111],[141.48879,38.38117],[141.48885,38.38147],[141.4882,38.3817],[141.48835,38.38229],[141.48905,38.38228],[141.48935,38.38189],[141.4898,38.38046],[141.48955,38.38091],[141.48992,38.38014],[141.4902,38.38042],[141.49037,38.38039],[141.49081,38.37998],[141.49105,38.3802],[141.4914,38.38004],[141.49146,38.37974],[141.4915,38.37993],[141.49157,38.37984],[141.49212,38.38025],[141.49249,38.38084],[141.49306,38.38095],[141.49375,38.38173],[141.4941,38.38178],[141.49454,38.3821],[141.49503,38.38209],[141.49496,38.38193],[141.49519,38.38219],[141.4964,38.38235],[141.49674,38.38167],[141.49668,38.38145],[141.49682,38.38144],[141.49746,38.38229],[141.49795,38.38254],[141.49822,38.3824],[141.49849,38.38278],[141.49884,38.38269],[141.49883,38.38253],[141.49905,38.38265],[141.49901,38.38236],[141.4995,38.38277],[141.49963,38.38263],[141.49963,38.3829],[141.50019,38.38291],[141.50015,38.38273],[141.50099,38.38309],[141.50132,38.38292],[141.50148,38.383],[141.50146,38.3826],[141.50203,38.38291],[141.50192,38.38241],[141.50207,38.38232],[141.50201,38.38222],[141.50254,38.38205],[141.5033,38.38271],[141.50325,38.38298],[141.50355,38.3834],[141.50378,38.38346],[141.50357,38.38318],[141.50375,38.38316],[141.50419,38.3838],[141.5042,38.38407],[141.5046,38.38402],[141.50469,38.38444],[141.50494,38.38425],[141.50546,38.38431],[141.5054,38.38413],[141.50572,38.38429],[141.50564,38.38402],[141.50598,38.38409],[141.50596,38.38394],[141.50632,38.38408],[141.50635,38.38375],[141.50683,38.38402],[141.50688,38.38427],[141.50722,38.38413],[141.50743,38.38466],[141.50693,38.38446],[141.50681,38.38459],[141.50708,38.38493],[141.5069,38.38473],[141.50681,38.38502],[141.50657,38.38477],[141.5064,38.38494],[141.50653,38.38525],[141.50609,38.38521],[141.50599,38.38542],[141.5062,38.38553],[141.50607,38.38555],[141.50616,38.38588],[141.50602,38.3859],[141.50614,38.38604],[141.50588,38.38606],[141.50584,38.38624],[141.5067,38.38681],[141.50675,38.38702],[141.50651,38.38723],[141.50705,38.38727],[141.50701,38.38751],[141.5072,38.38762],[141.50755,38.3877],[141.50797,38.38757],[141.50787,38.3872],[141.50802,38.38718],[141.50818,38.38745],[141.50852,38.38733],[141.50898,38.38789],[141.50877,38.38798],[141.50887,38.38827],[141.5091,38.38819],[141.50887,38.38839],[141.50908,38.38844],[141.50942,38.389],[141.50904,38.38931],[141.50879,38.38921],[141.5087,38.38934],[141.50817,38.38932],[141.50772,38.38968],[141.50776,38.38991],[141.50802,38.38995],[141.5082,38.3903],[141.50809,38.39054],[141.50871,38.39068],[141.50896,38.3911],[141.50919,38.39086],[141.50942,38.39108],[141.50958,38.39092],[141.50999,38.39096],[141.51008,38.39068],[141.51027,38.39087],[141.51066,38.3908],[141.5106,38.39058],[141.51074,38.39058],[141.51113,38.39104],[141.51158,38.39116],[141.51156,38.39137],[141.51202,38.39156],[141.51269,38.39155],[141.51277,38.39131],[141.51307,38.39148],[141.51333,38.39133],[141.51321,38.39092],[141.51354,38.39108],[141.5137,38.39076],[141.51448,38.39095],[141.51469,38.39089],[141.51467,38.39075],[141.51476,38.39089],[141.51645,38.38992],[141.51677,38.38958],[141.51644,38.38928],[141.51592,38.38939],[141.51652,38.38919],[141.51654,38.38904],[141.51637,38.38817],[141.5162,38.38809],[141.51637,38.38812],[141.51577,38.38761],[141.51557,38.38718],[141.51589,38.38693],[141.51579,38.3867],[141.51589,38.38653],[141.51612,38.38686],[141.51651,38.38693],[141.51666,38.38672],[141.51661,38.38689],[141.51705,38.38694],[141.51738,38.38714],[141.51732,38.3873],[141.51756,38.38714],[141.51793,38.38761],[141.51788,38.38779],[141.51805,38.38774],[141.51807,38.38792],[141.51853,38.38818],[141.51873,38.38802],[141.51935,38.38875],[141.51962,38.38867],[141.51965,38.38837],[141.51995,38.38882],[141.52012,38.38878],[141.51996,38.38855],[141.51999,38.38845],[141.52005,38.38861],[141.52044,38.38864],[141.52011,38.38805],[141.5205,38.38864],[141.52062,38.38856],[141.52051,38.38808],[141.52102,38.38818],[141.52108,38.3885],[141.52086,38.38846],[141.52089,38.38861],[141.52068,38.38871],[141.52111,38.3892],[141.52129,38.38902],[141.52158,38.38911],[141.52182,38.38971],[141.52147,38.39004],[141.5218,38.3901],[141.52181,38.39029],[141.52199,38.39019],[141.522,38.39035],[141.52249,38.39028],[141.52254,38.38985],[141.52313,38.38943],[141.5231,38.38903],[141.52343,38.38912],[141.52322,38.3896],[141.52377,38.39],[141.52409,38.39003],[141.52408,38.39017],[141.5241,38.39003],[141.52523,38.3894],[141.52502,38.38918],[141.52541,38.38896],[141.52608,38.38937],[141.52657,38.38915],[141.52597,38.3876],[141.52606,38.38676],[141.52518,38.38656],[141.52603,38.38666],[141.52587,38.38652],[141.52608,38.38619],[141.52671,38.38671],[141.52664,38.38629],[141.52613,38.38578],[141.52689,38.38634],[141.52706,38.38605],[141.52697,38.38578],[141.52713,38.38584],[141.52736,38.3854],[141.52711,38.38526],[141.52725,38.38518],[141.52697,38.3849],[141.52709,38.38472],[141.52684,38.3847],[141.52667,38.38444],[141.52693,38.38438],[141.52689,38.38412],[141.52706,38.38417],[141.52704,38.3838],[141.52773,38.38413],[141.52792,38.38387],[141.52788,38.38356],[141.52816,38.38382],[141.52865,38.38358],[141.52905,38.38291],[141.52883,38.3826],[141.52897,38.38167],[141.52985,38.38224],[141.52941,38.38145],[141.52948,38.38133],[141.52977,38.38157],[141.5296,38.3812],[141.52972,38.38112],[141.52984,38.38146],[141.53021,38.38138],[141.53011,38.3826],[141.53028,38.38258],[141.53036,38.38173],[141.53061,38.38149],[141.53109,38.38198],[141.53088,38.38211],[141.5309,38.38228],[141.53102,38.38225],[141.53094,38.38246],[141.53119,38.38239],[141.53129,38.38267],[141.53197,38.38259],[141.53237,38.38296],[141.53212,38.3832],[141.53183,38.38324],[141.53201,38.3834],[141.53192,38.38364],[141.53261,38.38343],[141.53295,38.38379],[141.53303,38.38346],[141.53322,38.38393],[141.53339,38.3838],[141.53344,38.38408],[141.53311,38.38458],[141.53343,38.38487],[141.53297,38.38491],[141.53307,38.38518],[141.5329,38.38537],[141.53309,38.38555],[141.53365,38.38553],[141.53344,38.38601],[141.5329,38.38566],[141.53309,38.38592],[141.53293,38.3859],[141.53295,38.38605],[141.53323,38.38627],[141.53301,38.38652],[141.53312,38.38677],[141.53343,38.38684],[141.5335,38.38665],[141.53372,38.3869],[141.53401,38.38672],[141.534,38.38695],[141.53423,38.38694],[141.53432,38.38718],[141.53451,38.38698],[141.53468,38.38711],[141.53509,38.387],[141.53534,38.38726],[141.53544,38.38713],[141.53565,38.38731],[141.53571,38.38717],[141.53573,38.38732],[141.53596,38.38707],[141.53592,38.38729],[141.53631,38.38728],[141.53634,38.38753],[141.53683,38.38775],[141.53697,38.38759],[141.5375,38.38774],[141.53755,38.38743],[141.53775,38.38807],[141.53758,38.38823],[141.53778,38.38835],[141.53794,38.38819],[141.53843,38.38883],[141.53878,38.38891],[141.53889,38.38865],[141.53899,38.38884],[141.53925,38.38885],[141.5395,38.38865],[141.5402,38.38911],[141.54062,38.38977],[141.54017,38.38986],[141.54017,38.39013],[141.53954,38.39008],[141.53907,38.39028],[141.53892,38.3901],[141.53875,38.39017],[141.53883,38.39036],[141.5385,38.39002],[141.53827,38.3901],[141.53859,38.39049],[141.53834,38.39037],[141.53814,38.39055],[141.5384,38.39091],[141.53829,38.39092],[141.53835,38.39111],[141.53793,38.39119],[141.53774,38.39139],[141.53791,38.39166],[141.53779,38.39184],[141.53787,38.39216],[141.53813,38.39216],[141.53831,38.39246],[141.53815,38.3925],[141.53824,38.39267],[141.53806,38.39256],[141.53783,38.39279],[141.53794,38.39309],[141.53767,38.39311],[141.53807,38.39356],[141.53782,38.3936],[141.53797,38.39379],[141.53773,38.39399],[141.53786,38.39403],[141.53779,38.39427],[141.53744,38.39433],[141.53774,38.39467],[141.53796,38.39466],[141.53823,38.39423],[141.53826,38.39455],[141.53861,38.3946],[141.53865,38.39443],[141.53865,38.39458],[141.53879,38.39447],[141.53907,38.39476],[141.53912,38.39459],[141.53941,38.39484],[141.53952,38.39474],[141.53955,38.39522],[141.5397,38.39519],[141.53979,38.39485],[141.5402,38.3949],[141.54036,38.39506],[141.54031,38.39527],[141.54076,38.39553],[141.54037,38.39548],[141.54064,38.3956],[141.54043,38.39568],[141.54086,38.39561],[141.54094,38.39579],[141.54077,38.39606],[141.54011,38.3959],[141.5407,38.39654],[141.54063,38.39664],[141.54013,38.39636],[141.53989,38.39594],[141.53975,38.39592],[141.53982,38.39608],[141.53959,38.39581],[141.5392,38.39587],[141.53907,38.39566],[141.53876,38.39577],[141.5389,38.39589],[141.53885,38.39641],[141.53856,38.39629],[141.53834,38.39654],[141.53847,38.39664],[141.53827,38.39664],[141.53839,38.39671],[141.53829,38.39697],[141.53841,38.39726],[141.53808,38.3974],[141.53832,38.39754],[141.53806,38.39778],[141.53833,38.3979],[141.53836,38.39818],[141.53799,38.3981],[141.53836,38.39836],[141.53805,38.39827],[141.53788,38.39841],[141.53837,38.39878],[141.53828,38.39903],[141.53839,38.39927],[141.53867,38.39936],[141.53833,38.39942],[141.5382,38.39986],[141.53849,38.39964],[141.53837,38.39985],[141.53857,38.40003],[141.53858,38.40053],[141.53906,38.40068],[141.53901,38.40092],[141.53839,38.40057],[141.53843,38.40094],[141.53789,38.40077],[141.5378,38.40089],[141.53814,38.40099],[141.53824,38.40141],[141.53814,38.40124],[141.53801,38.40133],[141.53754,38.40102],[141.53747,38.40084],[141.53718,38.4008],[141.53692,38.40124],[141.53706,38.40113],[141.53726,38.40122],[141.53702,38.40132],[141.53685,38.40168],[141.53627,38.40145],[141.53613,38.4016],[141.53635,38.40174],[141.53595,38.40173],[141.53586,38.40189],[141.53584,38.40144],[141.5354,38.40151],[141.53535,38.40177],[141.53491,38.40162],[141.53486,38.40186],[141.53504,38.40224],[141.53476,38.40233],[141.53475,38.4021],[141.53446,38.40197],[141.53439,38.40246],[141.53426,38.40179],[141.53396,38.40187],[141.53401,38.40201],[141.53383,38.40195],[141.53386,38.40162],[141.53343,38.40173],[141.53318,38.40126],[141.53323,38.40087],[141.53306,38.4009],[141.53293,38.4007],[141.53289,38.40093],[141.53261,38.40089],[141.53253,38.40066],[141.53264,38.40058],[141.53232,38.40037],[141.53242,38.40011],[141.53231,38.40003],[141.53243,38.40001],[141.53226,38.3999],[141.53256,38.39995],[141.53264,38.39939],[141.53234,38.39916],[141.53226,38.39872],[141.53236,38.39853],[141.53201,38.39862],[141.53222,38.39842],[141.53222,38.39814],[141.53194,38.39789],[141.53191,38.398],[141.53187,38.39766],[141.53133,38.39759],[141.53103,38.39726],[141.53065,38.39721],[141.53054,38.39699],[141.52995,38.39715],[141.52981,38.39779],[141.52935,38.39768],[141.52917,38.39782],[141.52931,38.39805],[141.5289,38.39791],[141.52862,38.3981],[141.5286,38.39832],[141.52789,38.39794],[141.52789,38.39742],[141.52758,38.3974],[141.52738,38.39688],[141.52695,38.39671],[141.52637,38.39683],[141.52611,38.39707],[141.5261,38.39728],[141.52588,38.39721],[141.52596,38.39757],[141.52564,38.39778],[141.52465,38.39703],[141.52474,38.39738],[141.52461,38.39741],[141.52447,38.39714],[141.52402,38.3974],[141.52436,38.39805],[141.52409,38.39789],[141.52395,38.39809],[141.52337,38.39743],[141.52347,38.39726],[141.52367,38.39749],[141.52388,38.39738],[141.52327,38.39713],[141.5234,38.39687],[141.52316,38.3964],[141.52326,38.39622],[141.52305,38.39622],[141.52341,38.39548],[141.52304,38.39552],[141.52322,38.39524],[141.52298,38.39528],[141.52241,38.39449],[141.52213,38.39445],[141.52183,38.39414],[141.52155,38.39432],[141.5207,38.39404],[141.5197,38.39408],[141.51939,38.3943],[141.51947,38.39447],[141.51933,38.39445],[141.51947,38.39479],[141.51922,38.39483],[141.51876,38.39438],[141.51876,38.39416],[141.51808,38.39377],[141.51803,38.39356],[141.51754,38.39354],[141.51711,38.39392],[141.51718,38.39435],[141.51749,38.3947],[141.51716,38.39441],[141.51734,38.39513],[141.51709,38.39523],[141.51654,38.39482],[141.51607,38.39401],[141.51573,38.3938],[141.51571,38.3932],[141.51555,38.39294],[141.51472,38.39268],[141.51407,38.3927],[141.51351,38.39342],[141.51358,38.3937],[141.51334,38.3935],[141.51346,38.39381],[141.51322,38.39355],[141.51292,38.39357],[141.51264,38.39394],[141.51281,38.3941],[141.51249,38.39412],[141.51252,38.39455],[141.5129,38.39477],[141.513,38.39594],[141.51254,38.39631],[141.51231,38.39638],[141.51218,38.39617],[141.51198,38.39624],[141.51193,38.39677],[141.51166,38.39689],[141.51172,38.39706],[141.51192,38.39707],[141.51175,38.39712],[141.51197,38.39748],[141.51185,38.39766],[141.51207,38.39851],[141.51191,38.39836],[141.51183,38.39865],[141.51167,38.39852],[141.51132,38.39879],[141.51139,38.39891],[141.5111,38.39894],[141.51131,38.39926],[141.51102,38.3991],[141.51102,38.39947],[141.51086,38.39955],[141.51095,38.39967],[141.51082,38.39961],[141.51057,38.39908],[141.50985,38.39852],[141.50953,38.39834],[141.50917,38.3986],[141.50889,38.39802],[141.50893,38.39778],[141.50861,38.39765],[141.50831,38.39715],[141.50812,38.39708],[141.50741,38.39705],[141.50673,38.39735],[141.50661,38.39722],[141.5064,38.39741],[141.5065,38.3975],[141.5054,38.39824],[141.50531,38.39847],[141.50568,38.39891],[141.50515,38.39891],[141.50527,38.39929],[141.50489,38.39941],[141.50539,38.39953],[141.50713,38.40094],[141.50688,38.40123],[141.50666,38.40112],[141.50618,38.40145],[141.50639,38.40163],[141.50588,38.40458],[141.50572,38.40457],[141.50614,38.40243],[141.50456,38.40084],[141.504,38.40139],[141.50374,38.40125],[141.50224,38.40274],[141.50312,38.4033],[141.50391,38.40323],[141.50391,38.40336],[141.50309,38.40336],[141.50207,38.40272],[141.50176,38.40269],[141.50097,38.40348],[141.50109,38.40371],[141.50098,38.4039],[141.50131,38.40435],[141.50119,38.40454],[141.50172,38.40523],[141.50148,38.40498],[141.50161,38.40516],[141.50129,38.40513],[141.50117,38.40529],[141.50134,38.4055],[141.50124,38.40561],[141.50146,38.40563],[141.50121,38.40572],[141.50123,38.406],[141.50095,38.40632],[141.50105,38.40666],[141.50171,38.40735],[141.50267,38.407],[141.50162,38.40743],[141.50194,38.40818],[141.50282,38.40788],[141.50318,38.40678],[141.50293,38.40797],[141.50336,38.40852],[141.50314,38.40841],[141.503,38.40868],[141.50327,38.40903],[141.50362,38.40913],[141.50379,38.40902],[141.50393,38.40918],[141.50395,38.40941],[141.50434,38.40974],[141.50406,38.40971],[141.50405,38.40999],[141.50464,38.41063],[141.50438,38.41056],[141.50412,38.41017],[141.50361,38.41064],[141.50355,38.41088],[141.50375,38.41103],[141.50355,38.41102],[141.5034,38.41124],[141.5039,38.41175],[141.50355,38.4117],[141.50381,38.41202],[141.50351,38.41189],[141.50373,38.41225],[141.5034,38.41231],[141.50351,38.41273],[141.50379,38.41265],[141.50475,38.41362],[141.50417,38.41324],[141.50439,38.41343],[141.504,38.41327],[141.5042,38.41361],[141.50388,38.4133],[141.50372,38.41334],[141.50417,38.41379],[141.50377,38.4136],[141.50347,38.41324],[141.50319,38.41337],[141.50308,38.41376],[141.5033,38.41398],[141.50315,38.41417],[141.50391,38.41403],[141.50394,38.41421],[141.50352,38.41441],[141.50354,38.41469],[141.50335,38.41454],[141.50352,38.41489],[141.50332,38.41484],[141.50317,38.41451],[141.50295,38.41448],[141.50324,38.415],[141.50298,38.41474],[141.50308,38.41508],[141.50284,38.41446],[141.50231,38.4145],[141.50179,38.41479],[141.50189,38.41502],[141.50176,38.41506],[141.50202,38.41519],[141.50224,38.41575],[141.50175,38.41604],[141.50161,38.41552],[141.50138,38.41523],[141.50134,38.41543],[141.50073,38.41426],[141.50025,38.4145],[141.50033,38.41468],[141.50018,38.41465],[141.50031,38.41473],[141.5002,38.41489],[141.49993,38.41485],[141.50019,38.41564],[141.50002,38.4159],[141.49989,38.41531],[141.49978,38.41519],[141.49963,38.41543],[141.49935,38.41525],[141.49922,38.41504],[141.49934,38.41498],[141.49904,38.41487],[141.49874,38.41442],[141.49878,38.41425],[141.49853,38.41423],[141.4981,38.41365],[141.49808,38.41319],[141.49767,38.41277],[141.49779,38.41255],[141.49767,38.41237],[141.49739,38.41204],[141.49723,38.41221],[141.49715,38.41213],[141.49728,38.41175],[141.49691,38.41152],[141.4968,38.41166],[141.49674,38.41142],[141.49659,38.41155],[141.4965,38.41139],[141.49615,38.41149],[141.4955,38.41114],[141.49468,38.41121],[141.49418,38.41132],[141.49437,38.4118],[141.49386,38.41136],[141.49383,38.41168],[141.49359,38.41154],[141.49374,38.41205],[141.49354,38.4119],[141.49359,38.41215],[141.49342,38.41202],[141.4933,38.41218],[141.49305,38.41209],[141.49313,38.41133],[141.49286,38.4111],[141.49311,38.41101],[141.49312,38.41073],[141.493,38.40992],[141.4928,38.40964],[141.49247,38.40965],[141.49232,38.4094],[141.49083,38.40955],[141.49184,38.40942],[141.49182,38.40922],[141.49178,38.40896],[141.49158,38.40899],[141.49134,38.4075],[141.49056,38.40772],[141.49136,38.40746],[141.49182,38.40758],[141.49198,38.40744],[141.49128,38.40653],[141.49109,38.40646],[141.49075,38.40676],[141.49046,38.40691],[141.49119,38.40635],[141.49083,38.40576],[141.48989,38.40528],[141.48826,38.40495],[141.48771,38.40504],[141.4878,38.40528],[141.48733,38.40526],[141.48715,38.40538],[141.48723,38.40551],[141.48703,38.40549],[141.48663,38.40527],[141.48623,38.40431],[141.48557,38.40413],[141.48475,38.40439],[141.48447,38.40423],[141.48453,38.40382],[141.48481,38.40365],[141.48485,38.40328],[141.48419,38.40257],[141.4841,38.40182],[141.48372,38.40117],[141.48216,38.4021],[141.4812,38.40178],[141.48216,38.40206],[141.48323,38.40141],[141.48233,38.40046],[141.48272,38.40021],[141.48199,38.39953],[141.48167,38.39955],[141.48138,38.39927],[141.4804,38.3998],[141.4817,38.39904],[141.48144,38.3988],[141.48013,38.39853],[141.47767,38.39887],[141.47619,38.3987],[141.47568,38.39884],[141.47576,38.39909],[141.47562,38.39915],[141.47504,38.39857],[141.47516,38.39824],[141.47561,38.3978],[141.4756,38.3974],[141.47457,38.39649],[141.4745,38.39613],[141.47466,38.39565],[141.47454,38.39547],[141.47315,38.39479],[141.47293,38.39405],[141.47193,38.39382],[141.46971,38.39427],[141.46983,38.3945],[141.46868,38.39491],[141.46874,38.39511],[141.46892,38.39509],[141.46899,38.39541],[141.47034,38.39527],[141.46881,38.39546],[141.46846,38.39571],[141.46823,38.39559],[141.46784,38.39595],[141.46782,38.39628],[141.46813,38.39633],[141.46847,38.39679],[141.4685,38.39741],[141.46783,38.3968],[141.46715,38.39682],[141.46596,38.39767],[141.46549,38.39877],[141.46569,38.399],[141.46636,38.39914],[141.46618,38.4004],[141.46668,38.40077],[141.46737,38.3999],[141.46791,38.39954],[141.46742,38.39992],[141.46676,38.40078],[141.46715,38.40108],[141.46751,38.40114],[141.46861,38.40212],[141.46955,38.40264],[141.47032,38.40346],[141.47033,38.40374],[141.47076,38.40443],[141.47144,38.40482],[141.47157,38.40508],[141.47146,38.40513],[141.47174,38.40524],[141.47172,38.40562],[141.47154,38.40532],[141.4709,38.405],[141.47027,38.40533],[141.47005,38.40525],[141.46973,38.40578],[141.46959,38.40578],[141.46952,38.40584],[141.46997,38.40599],[141.46979,38.40675],[141.46996,38.40666],[141.47038,38.40688],[141.47088,38.4063],[141.47059,38.40671],[141.47228,38.40791],[141.47266,38.40759],[141.47289,38.40671],[141.4726,38.40577],[141.47302,38.40676],[141.47278,38.40764],[141.47207,38.40837],[141.4726,38.40853],[141.47324,38.40903],[141.47299,38.409],[141.47359,38.4098],[141.47383,38.41052],[141.47365,38.41077],[141.47418,38.41155],[141.47412,38.41182],[141.47435,38.41211],[141.47404,38.41214],[141.47415,38.41239],[141.47398,38.41255],[141.47386,38.41247],[141.47411,38.41291],[141.47389,38.41303],[141.47406,38.41321],[141.47426,38.41318],[141.47422,38.41332],[141.47459,38.41356],[141.4743,38.41364],[141.47447,38.41394],[141.47417,38.41387],[141.47398,38.41417],[141.47415,38.41419],[141.47426,38.41433],[141.47388,38.41444],[141.47363,38.41426],[141.47385,38.41479],[141.47341,38.41439],[141.47336,38.41459],[141.47283,38.41414],[141.47243,38.41419],[141.472,38.414],[141.47196,38.4142],[141.47169,38.41408],[141.47135,38.41438],[141.47096,38.41447],[141.47044,38.41508],[141.47039,38.41543],[141.47056,38.41576],[141.47104,38.41598],[141.47146,38.41654],[141.47197,38.41639],[141.47292,38.41668],[141.47295,38.41686],[141.47257,38.4168],[141.47255,38.41727],[141.47285,38.41753],[141.47304,38.41753],[141.47319,38.41718],[141.47376,38.41741],[141.474,38.41798],[141.47388,38.41809],[141.47425,38.41807],[141.47432,38.41836],[141.47474,38.41865],[141.47473,38.41888],[141.47438,38.41888],[141.47478,38.41912],[141.47472,38.41936],[141.47489,38.41933],[141.47505,38.41988],[141.47461,38.41982],[141.47484,38.42022],[141.47447,38.41989],[141.47456,38.42013],[141.47439,38.42011],[141.47425,38.42047],[141.47413,38.42042],[141.47412,38.42065],[141.47442,38.42109],[141.47428,38.42093],[141.47396,38.42099],[141.47416,38.42122],[141.47415,38.42164],[141.47381,38.42143],[141.47356,38.42156],[141.4739,38.4219],[141.47354,38.42171],[141.47332,38.42179],[141.4737,38.42249],[141.47317,38.42237],[141.47346,38.42271],[141.47315,38.42262],[141.47332,38.4231],[141.47294,38.42311],[141.47294,38.42328],[141.4727,38.42331],[141.47257,38.42351],[141.47287,38.424],[141.47261,38.42388],[141.47238,38.4241],[141.47282,38.42465],[141.47225,38.42489],[141.47197,38.4248],[141.47183,38.42522],[141.47163,38.42525],[141.47173,38.42552],[141.47155,38.42564],[141.47146,38.42534],[141.47002,38.42497],[141.47,38.42478],[141.46976,38.42467],[141.46862,38.42469],[141.46731,38.4235],[141.46674,38.42363],[141.46671,38.42379],[141.46634,38.42368],[141.4663,38.42406],[141.46589,38.4242],[141.46544,38.42405],[141.46507,38.42417],[141.46524,38.42488],[141.46512,38.4249],[141.46494,38.42416],[141.46472,38.42397],[141.46358,38.42386],[141.46322,38.42365],[141.46349,38.42397],[141.46318,38.42498],[141.46333,38.42526],[141.46363,38.42542],[141.46433,38.42454],[141.46444,38.4246],[141.46362,38.4255],[141.46421,38.42628],[141.46384,38.42631],[141.46392,38.4268],[141.46476,38.42729],[141.46468,38.42741],[141.46563,38.42816],[141.46602,38.42824],[141.46517,38.42902],[141.46556,38.42949],[141.46548,38.43022],[141.46571,38.43029],[141.46575,38.43062],[141.46558,38.4306],[141.46549,38.43085],[141.46523,38.43113],[141.46529,38.43145],[141.4648,38.4315],[141.46439,38.43181],[141.46399,38.4326],[141.46333,38.43337],[141.46192,38.43413],[141.46176,38.43402],[141.46043,38.43448],[141.45992,38.43426],[141.45945,38.43444],[141.45896,38.43499],[141.45894,38.43591],[141.45854,38.43611],[141.45811,38.43596],[141.45781,38.43638],[141.45809,38.43665],[141.45775,38.43674],[141.45783,38.43718],[141.45693,38.43762],[141.4574,38.4386],[141.45755,38.4386],[141.45743,38.43865],[141.45766,38.43912],[141.45697,38.43777],[141.4563,38.43794],[141.45656,38.4386],[141.45543,38.43892],[141.45501,38.44017],[141.45542,38.44032],[141.45558,38.44003],[141.45712,38.43915],[141.45561,38.44005],[141.45537,38.44049],[141.45498,38.44051],[141.4546,38.4412],[141.45284,38.44142],[141.45203,38.44095],[141.45079,38.44096],[141.44915,38.44141],[141.44809,38.44128],[141.44772,38.4429],[141.44747,38.44287],[141.44739,38.44389],[141.44846,38.44565],[141.44913,38.44551],[141.45045,38.44476],[141.45054,38.44406],[141.45117,38.44411],[141.45111,38.44458],[141.4525,38.44483],[141.45285,38.44359],[141.45425,38.44383],[141.45374,38.4455],[141.454,38.44561],[141.4554,38.44586],[141.45587,38.44419],[141.4576,38.44438],[141.45731,38.44604],[141.45907,38.44615],[141.4607,38.44673],[141.46073,38.44663],[141.46019,38.44646],[141.4603,38.44625],[141.45969,38.44576],[141.46069,38.44472],[141.46056,38.4449],[141.46092,38.44503],[141.46128,38.44484],[141.46142,38.44457],[141.4616,38.44467],[141.46168,38.44445],[141.462,38.44457],[141.46266,38.44406],[141.46226,38.44353],[141.46298,38.44283],[141.46257,38.44258],[141.46218,38.44258],[141.46258,38.44254],[141.46363,38.44322],[141.46481,38.44156],[141.46563,38.44132],[141.46615,38.44088],[141.46642,38.44042],[141.46653,38.4397],[141.46734,38.4389],[141.46721,38.43891],[141.46758,38.43878],[141.46802,38.43884],[141.46829,38.43857],[141.46845,38.43878],[141.46872,38.43865],[141.46884,38.43881],[141.47029,38.43918],[141.47065,38.43894],[141.47079,38.43928],[141.471,38.43909],[141.47132,38.43941],[141.47143,38.43966],[141.47126,38.44019],[141.47141,38.44033],[141.47185,38.4403],[141.47271,38.44068],[141.47411,38.4409],[141.47493,38.44028],[141.47504,38.43956],[141.47481,38.43944],[141.47514,38.43904],[141.47495,38.43875],[141.47537,38.4386],[141.47511,38.43838],[141.47531,38.43818],[141.47556,38.43839],[141.47554,38.43874],[141.47618,38.43905],[141.47612,38.43917],[141.47634,38.43929],[141.47655,38.43914],[141.47647,38.4393],[141.47666,38.43946],[141.47653,38.43982],[141.47689,38.44045],[141.4793,38.44037],[141.47926,38.44006],[141.47948,38.43969],[141.47857,38.43937],[141.4795,38.43966],[141.47996,38.43884],[141.4788,38.43843],[141.48039,38.43895],[141.4805,38.43866],[141.48118,38.43828],[141.48089,38.43766],[141.48161,38.43742],[141.4816,38.43716],[141.48136,38.43693],[141.48151,38.43686],[141.48141,38.43668],[141.48164,38.43677],[141.4817,38.437],[141.48186,38.43679],[141.48188,38.43714],[141.48243,38.43693],[141.48277,38.43705],[141.48285,38.43724],[141.48333,38.43732],[141.48362,38.4368],[141.48342,38.43669],[141.48358,38.43666],[141.48389,38.43728],[141.48414,38.43746],[141.48436,38.43728],[141.48428,38.43698],[141.48472,38.43736],[141.48472,38.43703],[141.48487,38.43716],[141.48487,38.43694],[141.48551,38.43773],[141.48545,38.43809],[141.48521,38.43802],[141.48525,38.43818],[141.48491,38.43819],[141.48476,38.43856],[141.48555,38.43925],[141.48565,38.43954],[141.48597,38.43965],[141.48607,38.4395],[141.48636,38.43982],[141.4866,38.43967],[141.48676,38.43989],[141.48703,38.43982],[141.48714,38.44049],[141.48781,38.44052],[141.48709,38.44054],[141.48716,38.44132],[141.48671,38.44128],[141.48709,38.4418],[141.48693,38.4421],[141.48776,38.44257],[141.48806,38.44223],[141.48829,38.44236],[141.48814,38.44278],[141.4887,38.4429],[141.48873,38.4431],[141.48995,38.44307],[141.48979,38.44099],[141.4895,38.44101],[141.48945,38.44063],[141.48979,38.4406],[141.48982,38.44019],[141.49019,38.44025],[141.49056,38.44069],[141.49071,38.44058],[141.49104,38.44067],[141.49112,38.44046],[141.49141,38.44083],[141.49156,38.44065],[141.49209,38.4406],[141.49207,38.44048],[141.49236,38.44073],[141.49239,38.44041],[141.49268,38.44062],[141.49286,38.44043],[141.49328,38.44062],[141.49334,38.44049],[141.49374,38.44057],[141.49432,38.44028],[141.49415,38.43986],[141.49457,38.43982],[141.49471,38.43966],[141.49462,38.43916],[141.49425,38.43896],[141.49412,38.43863],[141.49402,38.43827],[141.49413,38.43795],[141.49377,38.43765],[141.49319,38.43769],[141.49303,38.43742],[141.4933,38.43731],[141.49346,38.43749],[141.49439,38.43711],[141.4945,38.4374],[141.49439,38.43747],[141.4946,38.4378],[141.49508,38.43804],[141.49517,38.43835],[141.4956,38.43847],[141.49556,38.43831],[141.49574,38.4382],[141.49593,38.43835],[141.49599,38.43859],[141.49577,38.43862],[141.49571,38.43893],[141.49612,38.4391],[141.49603,38.43922],[141.49638,38.43949],[141.49625,38.43972],[141.49643,38.44009],[141.49606,38.44024],[141.49608,38.44047],[141.49622,38.44067],[141.49645,38.44061],[141.49653,38.44073],[141.49608,38.44089],[141.49621,38.44124],[141.4957,38.44118],[141.49535,38.44148],[141.49537,38.44166],[141.49512,38.44169],[141.49517,38.44193],[141.49456,38.44174],[141.49432,38.44207],[141.49443,38.44309],[141.49511,38.4432],[141.49543,38.44346],[141.49567,38.44335],[141.49551,38.44364],[141.49582,38.44398],[141.49638,38.44412],[141.49702,38.44404],[141.49728,38.44365],[141.49706,38.44348],[141.49751,38.44327],[141.49776,38.44338],[141.49793,38.44314],[141.49835,38.44341],[141.49955,38.44354],[141.49967,38.44331],[141.50011,38.44352],[141.50035,38.44349],[141.50046,38.44325],[141.50075,38.44351],[141.50091,38.44334],[141.50134,38.44361],[141.5021,38.44366],[141.50216,38.44408],[141.50157,38.44397],[141.50146,38.44421],[141.50209,38.44492],[141.50246,38.44501],[141.50333,38.44466],[141.50341,38.44487],[141.50415,38.44485],[141.50376,38.44508],[141.50412,38.44503],[141.50436,38.4452],[141.5047,38.44485],[141.50523,38.44482],[141.50536,38.44487],[141.50516,38.44506],[141.5054,38.44511],[141.50544,38.4454],[141.50585,38.44572],[141.50567,38.4461],[141.50631,38.44584],[141.50651,38.44614],[141.50704,38.44609],[141.50718,38.44622],[141.50727,38.4461],[141.50788,38.44647],[141.50774,38.4462],[141.50857,38.44613],[141.50901,38.44584],[141.50884,38.44541],[141.50905,38.44472],[141.5089,38.44418],[141.50934,38.44424],[141.50956,38.44449],[141.50938,38.4447],[141.50986,38.44503],[141.51026,38.44562],[141.5101,38.4458],[141.51024,38.44591],[141.50991,38.44615],[141.51007,38.4465],[141.50952,38.44648],[141.50942,38.4467],[141.50972,38.44696],[141.50965,38.44723],[141.50905,38.44764],[141.50913,38.44792],[141.50901,38.44809],[141.50932,38.44873],[141.50981,38.449],[141.51001,38.44943],[141.51037,38.4493],[141.5106,38.44943],[141.51134,38.44937],[141.51161,38.44957],[141.51203,38.44949],[141.51213,38.44933],[141.51235,38.44944],[141.51236,38.44971],[141.51268,38.45002],[141.51272,38.45032],[141.51261,38.4505],[141.51231,38.45045],[141.51227,38.45089],[141.51169,38.45087],[141.51114,38.45062],[141.51083,38.45081],[141.51084,38.45123],[141.51131,38.45136],[141.51167,38.45182],[141.51158,38.45203],[141.51189,38.45241],[141.51171,38.45235],[141.51195,38.45285],[141.51179,38.45297],[141.51067,38.45234],[141.51021,38.45226],[141.50997,38.45245],[141.51016,38.45286],[141.51,38.45284],[141.5101,38.45311],[141.50987,38.45333],[141.50989,38.45352],[141.50945,38.45361],[141.50876,38.45344],[141.50857,38.45301],[141.50825,38.45278],[141.50857,38.45255],[141.50838,38.45236],[141.50956,38.45217],[141.50983,38.45185],[141.50984,38.45144],[141.51002,38.45135],[141.50973,38.4508],[141.5098,38.45063],[141.50915,38.45012],[141.50895,38.4495],[141.50846,38.44935],[141.50779,38.44964],[141.5073,38.44951],[141.5071,38.44931],[141.50729,38.44916],[141.50719,38.44901],[141.50735,38.44888],[141.50738,38.4482],[141.50639,38.44776],[141.50591,38.44776],[141.5055,38.44799],[141.50507,38.44786],[141.505,38.44759],[141.50435,38.44734],[141.5041,38.44702],[141.50302,38.4468],[141.50185,38.44716],[141.50149,38.44762],[141.50174,38.44799],[141.50157,38.44829],[141.502,38.44827],[141.50179,38.44836],[141.50213,38.44895],[141.50193,38.44909],[141.5019,38.44935],[141.50221,38.44961],[141.50188,38.44972],[141.5023,38.45006],[141.50193,38.45025],[141.50213,38.45057],[141.50211,38.45079],[141.50194,38.45083],[141.50196,38.45112],[141.50147,38.45104],[141.50143,38.45116],[141.50138,38.45079],[141.50102,38.45022],[141.49932,38.45008],[141.49892,38.44936],[141.49863,38.44929],[141.49836,38.44889],[141.49791,38.44872],[141.49757,38.44878],[141.49659,38.44937],[141.49641,38.45011],[141.49642,38.45029],[141.49711,38.45048],[141.49728,38.45094],[141.49712,38.45131],[141.49745,38.45138],[141.49739,38.45164],[141.49719,38.45171],[141.49724,38.45247],[141.49713,38.45242],[141.49702,38.45269],[141.49678,38.4526],[141.49669,38.45272],[141.49502,38.45266],[141.49449,38.45301],[141.49418,38.45373],[141.49428,38.45503],[141.49466,38.45619],[141.49557,38.45627],[141.49554,38.45647],[141.49608,38.45653],[141.49642,38.45609],[141.49664,38.45525],[141.49645,38.4561],[141.49589,38.45676],[141.49601,38.45705],[141.49636,38.45695],[141.49641,38.45708],[141.49652,38.45694],[141.4967,38.45724],[141.497,38.45727],[141.49737,38.45703],[141.49769,38.45722],[141.49788,38.45702],[141.49795,38.45723],[141.49835,38.45745],[141.49884,38.45737],[141.49945,38.45773],[141.5001,38.45776],[141.5004,38.45816],[141.50018,38.45857],[141.5004,38.45906],[141.50029,38.45945],[141.50055,38.45946],[141.50072,38.4597],[141.50152,38.45961],[141.50208,38.45989],[141.50185,38.46],[141.50198,38.46036],[141.50162,38.46045],[141.50159,38.46075],[141.5009,38.46046],[141.50081,38.46027],[141.49992,38.46024],[141.50026,38.46095],[141.49953,38.46107],[141.49976,38.46135],[141.49924,38.46118],[141.49939,38.46145],[141.49921,38.46115],[141.49864,38.46109],[141.49848,38.46077],[141.49779,38.46049],[141.49763,38.46009],[141.49724,38.46038],[141.49541,38.46074],[141.49482,38.46036],[141.49461,38.46038],[141.49455,38.46056],[141.49433,38.46032],[141.49425,38.46046],[141.49395,38.46004],[141.49309,38.45978],[141.49306,38.46012],[141.49288,38.46012],[141.493,38.46055],[141.49283,38.46073],[141.49307,38.46139],[141.49285,38.46192],[141.49249,38.46184],[141.49233,38.46213],[141.49207,38.4621],[141.49227,38.4624],[141.4922,38.46269],[141.4921,38.46254],[141.49175,38.46263],[141.49151,38.46226],[141.49096,38.46233],[141.48967,38.46205],[141.48949,38.46162],[141.4891,38.46142],[141.48888,38.46094],[141.48866,38.46083],[141.48801,38.4609],[141.48791,38.46152],[141.48767,38.46107],[141.48723,38.46087],[141.48668,38.46082],[141.48661,38.46109],[141.48556,38.46083],[141.48442,38.4616],[141.48444,38.46201],[141.48418,38.46175],[141.48393,38.46201],[141.48367,38.46184],[141.48336,38.46281],[141.48312,38.46272],[141.48309,38.46284],[141.4827,38.46235],[141.48155,38.46279],[141.48097,38.46251],[141.48065,38.46271],[141.48037,38.46267],[141.48005,38.46289],[141.48001,38.46315],[141.47964,38.46331],[141.47898,38.46289],[141.47841,38.46295],[141.4782,38.46309],[141.47821,38.4633],[141.47798,38.4634],[141.47739,38.4631],[141.47698,38.46317],[141.4763,38.46392],[141.47645,38.46405],[141.47597,38.4653],[141.47585,38.46637],[141.47573,38.46637],[141.47586,38.46731],[141.47618,38.46794],[141.47677,38.46817],[141.47728,38.46811],[141.47741,38.46774],[141.47774,38.46781],[141.47795,38.46733],[141.47765,38.46831],[141.47804,38.46869],[141.47873,38.46872],[141.47977,38.46907],[141.48007,38.46978],[141.4812,38.47038],[141.48195,38.4698],[141.48158,38.46947],[141.48222,38.46994],[141.48247,38.47046],[141.48239,38.47072],[141.48318,38.47117],[141.48452,38.4713],[141.48519,38.47097],[141.48471,38.47073],[141.48505,38.47027],[141.48383,38.46972],[141.48535,38.47039],[141.48569,38.47015],[141.48579,38.46969],[141.48603,38.46985],[141.48719,38.46978],[141.4875,38.46968],[141.48792,38.46919],[141.48888,38.46901],[141.48933,38.46914],[141.48917,38.46953],[141.48932,38.46966],[141.48955,38.4696],[141.48961,38.46978],[141.48942,38.46987],[141.48944,38.47004],[141.48986,38.47024],[141.48961,38.47053],[141.49,38.47091],[141.49001,38.47071],[141.49039,38.4709],[141.49012,38.47099],[141.49031,38.47115],[141.49015,38.4712],[141.4902,38.47143],[141.4909,38.47174],[141.49117,38.47204],[141.49165,38.47195],[141.49168,38.47224],[141.49151,38.47234],[141.49201,38.47271],[141.49216,38.47259],[141.49257,38.47287],[141.49288,38.47289],[141.49289,38.4725],[141.49317,38.47255],[141.49345,38.47326],[141.49408,38.47343],[141.49416,38.47356],[141.4938,38.47347],[141.49378,38.47357],[141.49423,38.47364],[141.49446,38.4744],[141.49468,38.47435],[141.49495,38.47456],[141.49453,38.47471],[141.49471,38.47504],[141.49506,38.4752],[141.49505,38.47497],[141.49517,38.47498],[141.49544,38.47525],[141.49545,38.47557],[141.49495,38.47558],[141.49509,38.47578],[141.49492,38.47573],[141.49488,38.47602],[141.49515,38.47594],[141.49551,38.4762],[141.49569,38.47604],[141.49608,38.4763],[141.49654,38.47636],[141.49656,38.47663],[141.49707,38.47688],[141.49678,38.47735],[141.49714,38.47751],[141.49717,38.4773],[141.49755,38.47753],[141.49771,38.47734],[141.4977,38.47762],[141.49779,38.47751],[141.4979,38.47778],[141.49812,38.4778],[141.4982,38.4782],[141.49864,38.47848],[141.49816,38.4795],[141.49772,38.47963],[141.49747,38.47942],[141.49732,38.47949],[141.49751,38.48038],[141.49727,38.4803],[141.49721,38.47989],[141.49702,38.4798],[141.49684,38.48001],[141.49603,38.48004],[141.49585,38.48043],[141.49591,38.48065],[141.49574,38.4807],[141.4954,38.48137],[141.49557,38.4816],[141.49546,38.48195],[141.49574,38.48208],[141.4955,38.48218],[141.49548,38.48242],[141.49566,38.48236],[141.49578,38.48253],[141.4956,38.48269],[141.49575,38.4828],[141.49557,38.4829],[141.4957,38.48302],[141.49559,38.48386],[141.49543,38.48402],[141.49553,38.48423],[141.4952,38.48435],[141.49534,38.48449],[141.49522,38.48469],[141.49454,38.48494],[141.49428,38.48528],[141.49377,38.48489],[141.49233,38.48511],[141.49268,38.48586],[141.49239,38.48592],[141.49255,38.48603],[141.4924,38.48621],[141.49269,38.48636],[141.49251,38.48636],[141.49246,38.48679],[141.49234,38.48667],[141.49199,38.48686],[141.49197,38.48721],[141.49184,38.48714],[141.49201,38.48741],[141.49187,38.48734],[141.49155,38.4877],[141.49202,38.48792],[141.49186,38.48801],[141.492,38.48854],[141.49189,38.48855],[141.49175,38.4881],[141.49153,38.48809],[141.49092,38.48842],[141.49079,38.4887],[141.4909,38.48898],[141.49133,38.48918],[141.49162,38.48953],[141.49188,38.48959],[141.49194,38.48947],[141.4921,38.4896],[141.49193,38.48992],[141.49223,38.48986],[141.49286,38.49041],[141.49283,38.4903],[141.49324,38.49056],[141.49319,38.49032],[141.49345,38.4906],[141.49332,38.49055],[141.49333,38.49079],[141.49371,38.49105],[141.4934,38.49131],[141.49363,38.49144],[141.49371,38.49177],[141.49347,38.49186],[141.49361,38.49194],[141.49342,38.49193],[141.49351,38.49242],[141.49402,38.4923],[141.49395,38.49249],[141.49408,38.49259],[141.4946,38.49249],[141.49483,38.49233],[141.4946,38.49241],[141.49456,38.49229],[141.49483,38.49224],[141.49508,38.4925],[141.49489,38.49268],[141.49509,38.49267],[141.49542,38.49305],[141.49563,38.49287],[141.4962,38.49294],[141.49623,38.4932],[141.49598,38.49354],[141.49606,38.49364],[141.49636,38.4935],[141.49642,38.49364],[141.49621,38.49382],[141.49645,38.49439],[141.49673,38.49492],[141.49714,38.49505],[141.49727,38.49536],[141.49714,38.49548],[141.49684,38.49531],[141.49624,38.49579],[141.49583,38.49586],[141.4959,38.49652],[141.49574,38.49662],[141.4964,38.4968],[141.49661,38.49708],[141.49635,38.49711],[141.49632,38.49747],[141.49656,38.49804],[141.49612,38.49842],[141.49632,38.49895],[141.49652,38.49888],[141.49664,38.49905],[141.49641,38.49916],[141.49649,38.49938],[141.49633,38.4995],[141.49645,38.49953],[141.49615,38.49965],[141.49641,38.49988],[141.49622,38.50049],[141.496,38.50062],[141.49593,38.50037],[141.49548,38.50043],[141.49572,38.49971],[141.49561,38.49957],[141.49442,38.49986],[141.49407,38.49965],[141.49349,38.49968],[141.49311,38.49942],[141.49303,38.49914],[141.49265,38.499],[141.49259,38.49875],[141.492,38.49894],[141.49105,38.4987],[141.4905,38.49841],[141.49032,38.49811],[141.48996,38.49823],[141.49009,38.49851],[141.48987,38.49864],[141.49002,38.49889],[141.48972,38.49857],[141.48943,38.49874],[141.48928,38.49863],[141.48925,38.4988],[141.4896,38.49892],[141.48953,38.49973],[141.49028,38.49968],[141.49011,38.49979],[141.48913,38.49974],[141.48896,38.49991],[141.48893,38.50046],[141.48829,38.50057],[141.4882,38.5009],[141.48854,38.50177],[141.48815,38.50091],[141.48824,38.50057],[141.48798,38.50035],[141.4875,38.50081],[141.48764,38.50095],[141.48736,38.50154],[141.48697,38.50146],[141.48688,38.50188],[141.48706,38.50317],[141.48732,38.50317],[141.48747,38.50345],[141.48778,38.50338],[141.48813,38.50302],[141.48895,38.50236],[141.4877,38.50354],[141.48803,38.50365],[141.48864,38.50422],[141.48888,38.50421],[141.48882,38.50433],[141.48933,38.50466],[141.48933,38.50503],[141.48916,38.50493],[141.48899,38.50505],[141.48896,38.50609],[141.48893,38.50507],[141.48828,38.50509],[141.4883,38.50528],[141.48778,38.5053],[141.48757,38.50644],[141.48831,38.50695],[141.48752,38.50746],[141.48705,38.50751],[141.48686,38.50812],[141.48639,38.50843],[141.48619,38.50841],[141.4863,38.50857],[141.48599,38.50899],[141.48577,38.5099],[141.4855,38.50988],[141.4853,38.51014],[141.48448,38.5101],[141.48448,38.51059],[141.48428,38.51078],[141.48365,38.51083],[141.48334,38.51119],[141.48306,38.51119],[141.48295,38.51131],[141.48308,38.51204],[141.48294,38.51228],[141.48268,38.51208],[141.48196,38.51193],[141.48144,38.51199],[141.48036,38.51278],[141.47981,38.51286],[141.47994,38.51298],[141.47957,38.51289],[141.47974,38.51302],[141.47945,38.51304],[141.47894,38.51358],[141.47877,38.51345],[141.47763,38.51442],[141.47741,38.51536],[141.47688,38.51552],[141.47561,38.51647],[141.47538,38.51748],[141.47516,38.51772],[141.47399,38.5177],[141.47335,38.51792],[141.47319,38.51816],[141.47271,38.51807],[141.47231,38.51752],[141.4713,38.51686],[141.47039,38.51555],[141.4692,38.51491],[141.46932,38.51505],[141.46854,38.51421],[141.46748,38.51353],[141.46622,38.513],[141.4647,38.51209],[141.46445,38.5129],[141.46464,38.51297],[141.46444,38.51293],[141.46425,38.51377],[141.46445,38.51376],[141.46456,38.51379],[141.46479,38.51388],[141.46458,38.51389],[141.46555,38.51451],[141.46575,38.5145],[141.46705,38.51555],[141.46658,38.51706],[141.46704,38.51774],[141.46751,38.51788],[141.46832,38.52015],[141.46945,38.52114],[141.47012,38.52136],[141.47015,38.52125],[141.47121,38.52121],[141.47129,38.52098],[141.47154,38.52087],[141.47399,38.52085],[141.47537,38.52051],[141.47695,38.52104],[141.47756,38.52075],[141.47818,38.52087],[141.47857,38.52059],[141.4791,38.51971],[141.47969,38.51946],[141.48172,38.52023],[141.48296,38.51983],[141.48284,38.51947],[141.48303,38.51995],[141.48324,38.51986],[141.4839,38.51926],[141.4845,38.51768],[141.485,38.51685],[141.48579,38.51616],[141.48737,38.5154],[141.48866,38.51444],[141.48949,38.51422],[141.49025,38.51426],[141.49026,38.51409],[141.49073,38.51411],[141.49116,38.51388],[141.49135,38.51402],[141.49155,38.51373],[141.49093,38.51331],[141.49169,38.51375],[141.49182,38.51333],[141.49162,38.51295],[141.49179,38.51289],[141.49187,38.51257],[141.49272,38.51264],[141.49321,38.51202],[141.49401,38.51153],[141.49409,38.51115],[141.49352,38.51043],[141.49356,38.51001],[141.49338,38.50989],[141.49416,38.50922],[141.49394,38.50892],[141.49413,38.5088],[141.49502,38.50899],[141.49513,38.50925],[141.49571,38.50937],[141.49597,38.50979],[141.49613,38.5096],[141.49618,38.50986],[141.4964,38.50941],[141.49657,38.5094],[141.49669,38.50972],[141.49647,38.51028],[141.49655,38.51044],[141.49701,38.5104],[141.49693,38.51054],[141.49713,38.51084],[141.49769,38.51079],[141.49789,38.51112],[141.49851,38.51133],[141.49953,38.51092],[141.49962,38.51105],[141.49981,38.51089],[141.50041,38.51099],[141.50042,38.51067],[141.50116,38.51088],[141.50138,38.51067],[141.50185,38.51063],[141.50191,38.50965],[141.50262,38.50905],[141.50298,38.509],[141.50313,38.5086],[141.50335,38.50866],[141.50342,38.50839],[141.50355,38.50864],[141.50339,38.50879],[141.50345,38.50957],[141.50399,38.51083],[141.50422,38.51096],[141.50436,38.51082],[141.50464,38.51116],[141.50457,38.51168],[141.50568,38.51193],[141.50806,38.51205],[141.50831,38.51219],[141.50892,38.51214],[141.50903,38.51194],[141.50908,38.51226],[141.51012,38.51286],[141.51031,38.51268],[141.51105,38.51311],[141.51202,38.51313],[141.5121,38.51331],[141.512,38.51316],[141.51184,38.51349],[141.51225,38.51355],[141.51299,38.51334],[141.51366,38.51305],[141.51358,38.51284],[141.51337,38.51291],[141.51344,38.51271],[141.5144,38.51162],[141.51447,38.51123],[141.51446,38.5109],[141.51372,38.51059],[141.51357,38.51036],[141.51432,38.50937],[141.51431,38.50914],[141.51401,38.5092],[141.5138,38.50886],[141.5153,38.50771],[141.51583,38.50674],[141.51594,38.50627],[141.51569,38.50619],[141.5162,38.50626],[141.51623,38.5061],[141.51583,38.50608],[141.5159,38.50504],[141.5161,38.50504],[141.51578,38.50416],[141.51533,38.50412],[141.51514,38.50389],[141.51457,38.5037],[141.51446,38.50386],[141.51395,38.50376],[141.5134,38.50395],[141.51255,38.50358],[141.51242,38.50329],[141.51264,38.50312],[141.51272,38.50327],[141.51326,38.50323],[141.51343,38.5034],[141.51413,38.50339],[141.51428,38.50354],[141.51497,38.50337],[141.51522,38.5019],[141.51583,38.50175],[141.51564,38.50142],[141.51599,38.50138],[141.51646,38.50031],[141.5164,38.50002],[141.51617,38.49994],[141.51583,38.49928],[141.51563,38.49922],[141.51564,38.49886],[141.51541,38.49848],[141.51547,38.49792],[141.51573,38.49768],[141.51572,38.49746],[141.51586,38.49727],[141.51618,38.49722],[141.51625,38.49694],[141.5158,38.49661],[141.51607,38.49641],[141.51602,38.49629],[141.51542,38.49608],[141.51582,38.49592],[141.51568,38.49535],[141.51614,38.49516],[141.51554,38.49474],[141.51515,38.49424],[141.51553,38.49377],[141.51598,38.49352],[141.51571,38.49331],[141.51514,38.49322],[141.51494,38.49302],[141.51543,38.49322],[141.51554,38.49304],[141.51601,38.493],[141.51656,38.49254],[141.51691,38.49257],[141.51701,38.49233],[141.51716,38.49271],[141.51761,38.49259],[141.51779,38.49314],[141.51835,38.49329],[141.51838,38.49353],[141.51868,38.49351],[141.51859,38.49326],[141.51892,38.4933],[141.51868,38.49419],[141.51896,38.4941],[141.51929,38.49424],[141.51937,38.49403],[141.51966,38.4941],[141.51979,38.49478],[141.51998,38.4949],[141.52034,38.49478],[141.52042,38.49511],[141.52071,38.49528],[141.52102,38.49515],[141.5211,38.49479],[141.52126,38.49472],[141.52157,38.49511],[141.52153,38.49473],[141.52202,38.49549],[141.52204,38.49584],[141.52227,38.49592],[141.52263,38.49575],[141.52271,38.4959],[141.52289,38.49584],[141.52293,38.49605],[141.52325,38.49601],[141.52343,38.49585],[141.52337,38.49547],[141.52354,38.49529],[141.52343,38.49463],[141.52362,38.49471],[141.52374,38.49458],[141.52392,38.4949],[141.52438,38.49493],[141.52436,38.49505],[141.52502,38.49484],[141.52489,38.49464],[141.52521,38.49424],[141.52493,38.49411],[141.52472,38.49356],[141.52415,38.49364],[141.52494,38.49341],[141.52476,38.49279],[141.52402,38.49243],[141.52402,38.49221],[141.52353,38.49154],[141.52353,38.49126],[141.52392,38.49097],[141.5234,38.49039],[141.52409,38.49058],[141.52392,38.48986],[141.52437,38.49012],[141.52422,38.4898],[141.52484,38.48969],[141.52531,38.48995],[141.52526,38.49036],[141.52656,38.49046],[141.5265,38.49017],[141.52679,38.49057],[141.52712,38.49069],[141.52727,38.49051],[141.52711,38.49016],[141.52741,38.49017],[141.52727,38.48977],[141.52751,38.48985],[141.52743,38.48959],[141.52756,38.48967],[141.52744,38.48911],[141.52773,38.48909],[141.52762,38.48864],[141.52823,38.48873],[141.52803,38.48864],[141.52858,38.48857],[141.52856,38.48841],[141.52894,38.48865],[141.52908,38.48825],[141.52935,38.48833],[141.5291,38.48878],[141.52921,38.48897],[141.52961,38.48868],[141.52979,38.48886],[141.53027,38.48866],[141.53053,38.48881],[141.53108,38.48973],[141.53142,38.48955],[141.53168,38.48985],[141.53235,38.48989],[141.53271,38.48941],[141.53266,38.48921],[141.5329,38.48914],[141.53311,38.48928],[141.53346,38.49018],[141.5341,38.49048],[141.53439,38.49036],[141.53459,38.49004],[141.53515,38.48986],[141.53519,38.48948],[141.53482,38.48832],[141.53532,38.48837],[141.53519,38.48826],[141.53549,38.48833],[141.53581,38.48868],[141.53596,38.4892],[141.53587,38.48966],[141.53566,38.48967],[141.53582,38.48993],[141.53643,38.49014],[141.53665,38.49014],[141.53672,38.48993],[141.53706,38.49001],[141.53732,38.49039],[141.53736,38.49075],[141.53717,38.4908],[141.5374,38.49107],[141.53682,38.49141],[141.53686,38.49175],[141.53667,38.49162],[141.53668,38.49141],[141.53631,38.49167],[141.53629,38.49185],[141.53612,38.49177],[141.53581,38.49194],[141.53563,38.4924],[141.53549,38.49243],[141.53563,38.49271],[141.53537,38.49257],[141.53549,38.49279],[141.53514,38.49289],[141.53543,38.49312],[141.53511,38.49302],[141.53469,38.49333],[141.53502,38.4937],[141.53505,38.49394],[141.53488,38.49398],[141.5352,38.49412],[141.53509,38.49441],[141.5354,38.495],[141.53518,38.49502],[141.5351,38.49482],[141.53498,38.49498],[141.53492,38.49488],[141.53489,38.49521],[141.53476,38.49514],[141.5346,38.4953],[141.53457,38.49515],[141.5344,38.49527],[141.53419,38.49514],[141.53339,38.4954],[141.53335,38.49599],[141.53352,38.49621],[141.53361,38.49612],[141.53427,38.49649],[141.53484,38.49643],[141.53492,38.4962],[141.53474,38.49574],[141.53487,38.49571],[141.53508,38.49641],[141.53541,38.49641],[141.53577,38.4969],[141.53598,38.4967],[141.53605,38.49717],[141.53576,38.49726],[141.53592,38.49749],[141.5357,38.49754],[141.53608,38.49771],[141.53663,38.49765],[141.53663,38.49799],[141.53626,38.49811],[141.53652,38.49834],[141.53612,38.4983],[141.53643,38.49865],[141.5362,38.49906],[141.53634,38.4992],[141.5367,38.49918],[141.53675,38.49929],[141.53658,38.49924],[141.53682,38.49945],[141.53722,38.49947],[141.5371,38.49927],[141.53718,38.49915],[141.53752,38.49957],[141.53807,38.49939],[141.5383,38.49898],[141.53826,38.49862],[141.53867,38.49841],[141.53847,38.49757],[141.53902,38.49806],[141.53912,38.49793],[141.53932,38.49867],[141.5396,38.49864],[141.53961,38.49844],[141.53984,38.49876],[141.53963,38.49887],[141.53979,38.49909],[141.54005,38.49898],[141.54057,38.50006],[141.54055,38.49981],[141.5407,38.49983],[141.54082,38.50039],[141.54071,38.50048],[141.5406,38.50012],[141.54035,38.50046],[141.54105,38.50103],[141.54108,38.50167],[141.54115,38.50136],[141.54158,38.50178],[141.54207,38.5019],[141.54231,38.50261],[141.54185,38.50221],[141.54185,38.50236],[141.54223,38.50304],[141.54227,38.50348],[141.54273,38.50396],[141.54214,38.50373],[141.54194,38.5033],[141.54186,38.50385],[141.54198,38.50417],[141.5428,38.50458],[141.54261,38.50456],[141.54261,38.50474],[141.54233,38.50463],[141.54238,38.50484],[141.5419,38.5047],[141.54177,38.5051],[141.54133,38.50483],[141.54128,38.50459],[141.54106,38.50475],[141.54094,38.50447],[141.54095,38.50468],[141.54083,38.50469],[141.54079,38.50409],[141.54091,38.50406],[141.54069,38.50358],[141.54048,38.50361],[141.54021,38.50248],[141.53939,38.50241],[141.53894,38.50257],[141.53882,38.50265],[141.53885,38.50332],[141.53853,38.50336],[141.53858,38.50405],[141.53819,38.50408],[141.53832,38.50447],[141.53818,38.50486],[141.53773,38.50489],[141.53744,38.50523],[141.5378,38.50577],[141.53777,38.50623],[141.53762,38.50606],[141.53739,38.50632],[141.53709,38.50595],[141.53674,38.50598],[141.53634,38.50626],[141.53651,38.50657],[141.53614,38.50663],[141.53645,38.50682],[141.53638,38.5072],[141.53673,38.50717],[141.53661,38.5074],[141.5368,38.50755],[141.53679,38.5078],[141.53655,38.50797],[141.53628,38.50786],[141.53594,38.50835],[141.53571,38.50829],[141.53586,38.50818],[141.53528,38.50803],[141.53478,38.50818],[141.53447,38.50857],[141.53491,38.50903],[141.53478,38.5091],[141.53437,38.50859],[141.53392,38.50887],[141.53385,38.50913],[141.53422,38.50943],[141.53409,38.5096],[141.53431,38.50978],[141.53499,38.51007],[141.5351,38.50992],[141.53573,38.5099],[141.53576,38.51075],[141.53615,38.51116],[141.53874,38.51183],[141.53882,38.51163],[141.53912,38.51178],[141.53906,38.5113],[141.53929,38.51128],[141.53945,38.5117],[141.5394,38.51236],[141.53953,38.51233],[141.53948,38.513],[141.53901,38.51327],[141.53869,38.51381],[141.53888,38.51397],[141.53813,38.51402],[141.53836,38.5145],[141.53824,38.51439],[141.53809,38.51453],[141.53828,38.51467],[141.53796,38.51499],[141.53825,38.51532],[141.53868,38.51531],[141.53886,38.51576],[141.53868,38.51598],[141.53917,38.51626],[141.53892,38.51631],[141.53914,38.51645],[141.5385,38.51663],[141.53885,38.51685],[141.53906,38.51681],[141.53897,38.51665],[141.53913,38.51656],[141.53966,38.51679],[141.54003,38.5172],[141.54004,38.51748],[141.53979,38.51745],[141.54013,38.51766],[141.54056,38.51852],[141.54068,38.51864],[141.54091,38.51863],[141.54088,38.5185],[141.54099,38.51863],[141.54139,38.51859],[141.54165,38.5191],[141.54183,38.51912],[141.54189,38.51893],[141.54195,38.51926],[141.54214,38.51937],[141.54225,38.5192],[141.54239,38.51926],[141.54252,38.51956],[141.54252,38.51923],[141.54264,38.51926],[141.54282,38.51963],[141.54307,38.51973],[141.54298,38.51984],[141.54316,38.51981],[141.54339,38.5201],[141.54348,38.52031],[141.54335,38.52041],[141.54404,38.52075],[141.54461,38.52059],[141.54447,38.52076],[141.54458,38.52086],[141.54466,38.52067],[141.54476,38.52108],[141.54458,38.52152],[141.54519,38.5218],[141.54628,38.52168],[141.54551,38.52183],[141.5453,38.52216],[141.54568,38.52238],[141.54573,38.52266],[141.54619,38.5225],[141.54635,38.52373],[141.54756,38.52373],[141.54756,38.52385],[141.54603,38.52385],[141.54609,38.52427],[141.54601,38.52415],[141.54505,38.52444],[141.54499,38.52544],[141.54451,38.52506],[141.54441,38.52476],[141.5438,38.52481],[141.54347,38.52504],[141.54327,38.52492],[141.5433,38.52522],[141.54297,38.52492],[141.54271,38.525],[141.54274,38.52513],[141.5426,38.52507],[141.54255,38.5252],[141.54266,38.52541],[141.5423,38.5249],[141.54169,38.52501],[141.54203,38.52567],[141.5417,38.52556],[141.54181,38.5257],[141.54167,38.52586],[141.54184,38.52607],[141.54155,38.52607],[141.54191,38.52638],[141.54122,38.52648],[141.54163,38.52659],[141.54128,38.52675],[141.54136,38.52699],[141.54088,38.52681],[141.54069,38.52657],[141.54072,38.52681],[141.54059,38.52659],[141.54035,38.52668],[141.54037,38.52691],[141.54025,38.52672],[141.53995,38.52682],[141.54005,38.52717],[141.53979,38.52709],[141.54005,38.52752],[141.53983,38.52747],[141.53985,38.52758],[141.5397,38.52738],[141.53944,38.52763],[141.53951,38.52796],[141.53974,38.52797],[141.53964,38.52821],[141.53974,38.52854],[141.53938,38.52842],[141.53924,38.52857],[141.53921,38.52835],[141.53865,38.52858],[141.53873,38.5287],[141.53857,38.52887],[141.53903,38.52914],[141.53858,38.52905],[141.53853,38.52945],[141.53881,38.52965],[141.53856,38.52972],[141.53839,38.52953],[141.53759,38.53011],[141.53773,38.5305],[141.53863,38.53151],[141.53842,38.53156],[141.53843,38.53187],[141.53812,38.53203],[141.53791,38.53182],[141.53766,38.53195],[141.53771,38.53181],[141.53743,38.53182],[141.53755,38.53161],[141.53689,38.53163],[141.53681,38.5314],[141.5366,38.53169],[141.53673,38.532],[141.53649,38.53177],[141.53656,38.53206],[141.53632,38.53178],[141.53642,38.53183],[141.53641,38.53171],[141.53615,38.53156],[141.53602,38.53171],[141.53587,38.53153],[141.53566,38.53168],[141.53637,38.53222],[141.53683,38.53313],[141.53593,38.53223],[141.53614,38.53285],[141.53562,38.53229],[141.5355,38.53235],[141.53555,38.53259],[141.53537,38.53239],[141.53465,38.5326],[141.53419,38.53251],[141.53351,38.53303],[141.53392,38.53269],[141.53359,38.53212],[141.53289,38.5315],[141.53168,38.53164],[141.53152,38.53189],[141.53133,38.53167],[141.53034,38.53209],[141.53014,38.53267],[141.53083,38.53338],[141.53068,38.53335],[141.5306,38.53358],[141.53095,38.53382],[141.5307,38.53397],[141.53093,38.53403],[141.53056,38.5341],[141.5302,38.53455],[141.53049,38.53478],[141.53056,38.53544],[141.53023,38.53643],[141.53115,38.53731],[141.53162,38.53742],[141.53185,38.53772],[141.53204,38.53765],[141.53207,38.53783],[141.53229,38.53789],[141.53246,38.53831],[141.53175,38.5388],[141.53195,38.53971],[141.53296,38.54029],[141.53377,38.54053],[141.53397,38.54036],[141.53423,38.54047],[141.53467,38.54106],[141.53412,38.54063],[141.53398,38.54082],[141.53438,38.54124],[141.53408,38.54126],[141.53391,38.54146],[141.53408,38.54157],[141.5344,38.54139],[141.53455,38.54159],[141.53403,38.54183],[141.53395,38.54294],[141.5342,38.54357],[141.53409,38.54361],[141.53458,38.54455],[141.53455,38.54483],[141.53498,38.54534],[141.53438,38.5454],[141.53469,38.54585],[141.53435,38.54581],[141.53462,38.54613],[141.53441,38.54611],[141.53461,38.54645],[141.53445,38.54656],[141.53486,38.54702],[141.5347,38.5469],[141.53469,38.54711],[141.53452,38.54691],[141.53468,38.54688],[141.53383,38.54638],[141.53335,38.54636],[141.53322,38.54655],[141.53257,38.54651],[141.53235,38.54693],[141.53253,38.5472],[141.53235,38.54727],[141.53276,38.54774],[141.53265,38.54783],[141.53291,38.54785],[141.53319,38.54829],[141.53256,38.54823],[141.53279,38.54862],[141.53254,38.54864],[141.53264,38.54897],[141.5325,38.54906],[141.53156,38.54888],[141.53155,38.54866],[141.53126,38.54846],[141.53078,38.54842],[141.53047,38.54809],[141.53052,38.54782],[141.53001,38.54757],[141.52994,38.54737],[141.52954,38.54733],[141.52902,38.54681],[141.52858,38.54675],[141.52851,38.54687],[141.52834,38.54661],[141.52813,38.54678],[141.52791,38.54639],[141.52751,38.54664],[141.5277,38.54679],[141.52753,38.54678],[141.52755,38.54701],[141.52745,38.54671],[141.52713,38.54663],[141.52691,38.54623],[141.52624,38.54643],[141.52635,38.54649],[141.52614,38.54688],[141.52596,38.54649],[141.52504,38.5462],[141.52501,38.54587],[141.52517,38.54571],[141.525,38.54553],[141.52472,38.54568],[141.52467,38.54465],[141.5245,38.54466],[141.52421,38.5443],[141.5239,38.5445],[141.52415,38.5441],[141.52399,38.544],[141.52408,38.54375],[141.52368,38.54287],[141.52373,38.54243],[141.5234,38.54208],[141.52336,38.54168],[141.52262,38.54132],[141.522,38.54177],[141.52212,38.54041],[141.52179,38.53975],[141.52115,38.53938],[141.51841,38.53931],[141.51768,38.53961],[141.5178,38.53976],[141.5178,38.53988],[141.51763,38.53985],[141.51775,38.54026],[141.5173,38.54012],[141.51762,38.54027],[141.51769,38.54046],[141.51725,38.54014],[141.51723,38.5404],[141.51702,38.54029],[141.51702,38.54011],[141.51686,38.54028],[141.51661,38.54016],[141.51662,38.54066],[141.51631,38.54071],[141.51658,38.54108],[141.5161,38.54086],[141.51606,38.54102],[141.51631,38.54136],[141.51602,38.54156],[141.51604,38.5418],[141.51583,38.54201],[141.51656,38.54252],[141.51643,38.54256],[141.51653,38.54281],[141.51607,38.54286],[141.51643,38.54314],[141.51622,38.54311],[141.51642,38.5435],[141.51562,38.54303],[141.51578,38.5433],[141.51545,38.54323],[141.51556,38.54331],[141.51533,38.5433],[141.51525,38.5436],[141.51589,38.54443],[141.51567,38.54444],[141.5154,38.54417],[141.51513,38.54432],[141.51558,38.54483],[141.51526,38.54488],[141.51478,38.54457],[141.51484,38.54479],[141.51469,38.54492],[141.51427,38.54477],[141.51445,38.54439],[141.51388,38.54365],[141.51399,38.54345],[141.51359,38.54286],[141.51354,38.54251],[141.51314,38.54224],[141.51307,38.54208],[141.51321,38.542],[141.51259,38.54119],[141.51221,38.54091],[141.5119,38.54094],[141.51149,38.54049],[141.51122,38.54051],[141.51123,38.54032],[141.51102,38.54022],[141.51119,38.54002],[141.51101,38.53977],[141.51031,38.53935],[141.51006,38.53939],[141.50995,38.53904],[141.50931,38.53857],[141.50937,38.53836],[141.50796,38.5381],[141.5093,38.53827],[141.50941,38.53751],[141.50913,38.53724],[141.50892,38.53726],[141.5089,38.53709],[141.50988,38.53567],[141.50938,38.53536],[141.50971,38.53552],[141.51012,38.5351],[141.51125,38.53495],[141.51108,38.5343],[141.50998,38.53336],[141.50951,38.53381],[141.50894,38.53392],[141.50886,38.53458],[141.50905,38.53497],[141.50881,38.53459],[141.50891,38.53372],[141.50806,38.53336],[141.50619,38.53329],[141.5058,38.534],[141.50531,38.53397],[141.5045,38.53441],[141.50414,38.53437],[141.50362,38.53457],[141.50358,38.53476],[141.50274,38.53467],[141.50232,38.53488],[141.502,38.53525],[141.50207,38.53555],[141.50189,38.53602],[141.502,38.53608],[141.50185,38.53605],[141.50178,38.53623],[141.50198,38.53637],[141.50173,38.53649],[141.50111,38.53632],[141.50028,38.53553],[141.49828,38.53572],[141.50006,38.53548],[141.49996,38.53539],[141.50008,38.53487],[141.50034,38.53449],[141.49978,38.53289],[141.49874,38.53286],[141.49864,38.5325],[141.49796,38.53247],[141.49795,38.53235],[141.49795,38.53247],[141.49759,38.53246],[141.49756,38.53267],[141.49751,38.53231],[141.49507,38.53256],[141.49303,38.53328],[141.4927,38.53364],[141.49267,38.53395],[141.49184,38.53417],[141.49144,38.53481],[141.49159,38.53503],[141.49182,38.53498],[141.4918,38.53479],[141.49206,38.53506],[141.49248,38.53491],[141.49248,38.53556],[141.49404,38.53566],[141.49196,38.5356],[141.49168,38.53569],[141.49168,38.53608],[141.4913,38.53596],[141.4912,38.53617],[141.49097,38.53611],[141.49047,38.53633],[141.48936,38.53706],[141.48882,38.53759],[141.48881,38.538],[141.48865,38.53786],[141.48849,38.53802],[141.48845,38.53853],[141.48802,38.5386],[141.48821,38.53883],[141.48799,38.53935],[141.48793,38.53921],[141.48756,38.53934],[141.48738,38.53919],[141.48717,38.53934],[141.48727,38.53959],[141.48717,38.53949],[141.48642,38.53991],[141.48616,38.54036],[141.48617,38.54083],[141.4859,38.5407],[141.48569,38.5409],[141.48578,38.54112],[141.48566,38.54125],[141.48585,38.54158],[141.48555,38.54167],[141.48563,38.5422],[141.48574,38.54232],[141.48576,38.5421],[141.48577,38.54246],[141.48614,38.54282],[141.4862,38.54323],[141.48659,38.54357],[141.4865,38.5439],[141.48703,38.54491],[141.48616,38.54581],[141.48599,38.54572],[141.48566,38.54585],[141.48534,38.54668],[141.4855,38.54701],[141.48613,38.54734],[141.48613,38.54804],[141.48673,38.54826],[141.48657,38.54872],[141.48682,38.54911],[141.48671,38.54962],[141.48694,38.55011],[141.48668,38.55051],[141.48688,38.55072],[141.48664,38.55115],[141.48688,38.55134],[141.48738,38.55277],[141.48779,38.55311],[141.48784,38.55405],[141.48732,38.5545],[141.48732,38.55411],[141.48715,38.55409],[141.48713,38.55424],[141.48694,38.55381],[141.48654,38.55358],[141.48645,38.55367],[141.48646,38.55355],[141.48635,38.55363],[141.48638,38.55351],[141.48623,38.55353],[141.48604,38.55327],[141.48537,38.55319],[141.48475,38.55333],[141.48434,38.5539],[141.484,38.55378],[141.48339,38.55402],[141.48324,38.55425],[141.48326,38.55462],[141.48319,38.5543],[141.4826,38.55455],[141.48235,38.55488],[141.48225,38.55582],[141.482,38.55608],[141.48208,38.55636],[141.48192,38.55645],[141.48168,38.55727],[141.48117,38.55752],[141.48133,38.55765],[141.48102,38.55768],[141.48125,38.55801],[141.4809,38.55824],[141.48112,38.55869],[141.48088,38.55889],[141.48039,38.55867],[141.47993,38.55875],[141.47987,38.55901],[141.47965,38.55894],[141.47997,38.55917],[141.47984,38.55942],[141.4795,38.55925],[141.47952,38.55878],[141.47921,38.55888],[141.47903,38.55871],[141.47908,38.55857],[141.47888,38.55848],[141.47893,38.55858],[141.47879,38.55858],[141.4788,38.55803],[141.47853,38.55791],[141.47861,38.55733],[141.47842,38.55732],[141.47826,38.55695],[141.47764,38.5569],[141.47739,38.55717],[141.47642,38.55757],[141.47616,38.5579],[141.47632,38.55821],[141.47628,38.55869],[141.47583,38.55901],[141.47583,38.55938],[141.47629,38.5593],[141.47636,38.55966],[141.47673,38.55946],[141.47651,38.56003],[141.47703,38.56003],[141.47715,38.56046],[141.47739,38.56067],[141.4772,38.56076],[141.47738,38.56089],[141.47728,38.56096],[141.47767,38.56143],[141.47775,38.56107],[141.47818,38.56139],[141.47843,38.56184],[141.47825,38.56178],[141.47825,38.56197],[141.47798,38.56176],[141.47794,38.56193],[141.47772,38.56192],[141.478,38.56207],[141.47792,38.56219],[141.47837,38.56234],[141.47839,38.56266],[141.47744,38.56285],[141.47724,38.56277],[141.47702,38.56305],[141.47667,38.56268],[141.4755,38.56346],[141.4752,38.56346],[141.47548,38.56342],[141.47666,38.56262],[141.47668,38.56238],[141.47651,38.56228],[141.47667,38.56166],[141.47641,38.56144],[141.47666,38.56112],[141.47666,38.56082],[141.47636,38.56057],[141.47636,38.56032],[141.47563,38.56026],[141.47566,38.5604],[141.47486,38.56076],[141.47393,38.56205],[141.47506,38.56295],[141.47339,38.5617],[141.47289,38.56158],[141.47319,38.56094],[141.47312,38.56081],[141.47218,38.56054],[141.47077,38.56077],[141.4702,38.56118],[141.46964,38.56127],[141.46963,38.56149],[141.46917,38.56144],[141.46872,38.56173],[141.46891,38.56202],[141.46881,38.56212],[141.46861,38.56201],[141.4685,38.56212],[141.46858,38.56169],[141.46846,38.56169],[141.46856,38.56151],[141.46839,38.56112],[141.46777,38.5608],[141.4663,38.56043],[141.46304,38.56125],[141.46297,38.56154],[141.46274,38.56168],[141.46159,38.56578],[141.46052,38.56756],[141.45995,38.57012],[141.45985,38.56973],[141.45963,38.57043],[141.45973,38.57099],[141.4596,38.57098],[141.45966,38.5713],[141.45856,38.57849],[141.4587,38.5784],[141.45882,38.57863],[141.45919,38.5786],[141.46075,38.57973],[141.46087,38.57957],[141.46113,38.5796],[141.46106,38.57968],[141.46124,38.57975],[141.461,38.57988],[141.46244,38.58071],[141.46269,38.58039],[141.46392,38.58092],[141.46454,38.58158],[141.46564,38.58228],[141.46684,38.58164],[141.46735,38.58154],[141.46997,38.58158],[141.47108,38.58187],[141.47157,38.58214],[141.47208,38.58275],[141.47164,38.58309],[141.4719,38.58351],[141.47424,38.58522],[141.4766,38.58546],[141.47762,38.58524],[141.4776,38.58478],[141.47795,38.5842],[141.47774,38.58418],[141.47798,38.58409],[141.47793,38.58386],[141.47816,38.58349],[141.47802,38.58338],[141.47834,38.58302],[141.47845,38.58308],[141.47818,38.58337],[141.47834,38.58345],[141.47883,38.5834],[141.4788,38.58316],[141.47898,38.58321],[141.47887,38.58291],[141.47832,38.58263],[141.47892,38.58284],[141.47905,38.58303],[141.47921,38.58286],[141.47952,38.58296],[141.47994,38.58275],[141.47977,38.58247],[141.48002,38.58251],[141.47999,38.58225],[141.48017,38.58227],[141.48022,38.58206],[141.4805,38.58237],[141.48081,38.5822],[141.48131,38.58247],[141.48142,38.58225],[141.482,38.58285],[141.48259,38.58274],[141.48279,38.58293],[141.48277,38.58274],[141.48296,38.58272],[141.48312,38.58292],[141.48284,38.58333],[141.4831,38.58338],[141.48361,38.58304],[141.48384,38.58319],[141.48382,38.58351],[141.48458,38.58365],[141.48471,38.58399],[141.48506,38.58399],[141.4851,38.58381],[141.4853,38.58382],[141.4853,38.58364],[141.48556,38.58344],[141.48542,38.58336],[141.486,38.58353],[141.48603,38.58314],[141.48624,38.58363],[141.48649,38.58351],[141.48645,38.5834],[141.48648,38.58331],[141.48664,38.58375],[141.48709,38.58366],[141.4873,38.58349],[141.48709,38.58311],[141.48738,38.58311],[141.48755,38.58356],[141.48739,38.58378],[141.48767,38.58384],[141.48762,38.58455],[141.48785,38.58498],[141.48833,38.58504],[141.48852,38.58555],[141.48792,38.58566],[141.48781,38.58587],[141.48828,38.586],[141.48818,38.58643],[141.48856,38.58648],[141.48849,38.58634],[141.4886,38.58641],[141.48874,38.58628],[141.48889,38.58669],[141.48904,38.58652],[141.48925,38.58664],[141.48894,38.58706],[141.48928,38.58703],[141.48919,38.58713],[141.48942,38.58734],[141.48939,38.58769],[141.49006,38.58778],[141.49015,38.5875],[141.49054,38.58744],[141.49019,38.58706],[141.49028,38.58679],[141.49058,38.587],[141.49059,38.58717],[141.49074,38.58685],[141.49096,38.58705],[141.4909,38.58688],[141.49112,38.58694],[141.49115,38.58683],[141.49129,38.58696],[141.49124,38.58729],[141.49143,38.58734],[141.49134,38.58765],[141.49122,38.5876],[141.49118,38.58782],[141.49092,38.5876],[141.49061,38.58784],[141.49081,38.5882],[141.49069,38.58817],[141.49075,38.58837],[141.49101,38.58861],[141.4927,38.58896],[141.49322,38.58888],[141.49413,38.58939],[141.49341,38.58906],[141.4925,38.58919],[141.49238,38.59036],[141.49206,38.59036],[141.49171,38.59058],[141.49193,38.59094],[141.49247,38.59074],[141.49508,38.59207],[141.49499,38.59195],[141.49575,38.59158],[141.49538,38.59052],[141.4947,38.58978],[141.49552,38.59061],[141.49588,38.59061],[141.49651,38.59098],[141.49684,38.5909],[141.49669,38.59082],[141.4968,38.59081],[141.49733,38.59136],[141.49765,38.59133],[141.49773,38.59112],[141.49775,38.59131],[141.49828,38.59131],[141.4983,38.59113],[141.49853,38.59126],[141.49849,38.59108],[141.49891,38.59177],[141.49851,38.59274],[141.49914,38.59324],[141.49938,38.59323],[141.49934,38.59342],[141.49966,38.59339],[141.50038,38.59412],[141.50112,38.59408],[141.5014,38.59356],[141.50165,38.59363],[141.50148,38.59375],[141.50193,38.59368],[141.5018,38.59392],[141.50212,38.59415],[141.50211,38.59398],[141.50228,38.59412],[141.50244,38.59394],[141.50264,38.59416],[141.50242,38.59413],[141.50262,38.59431],[141.50241,38.59436],[141.50266,38.59456],[141.503,38.59457],[141.50297,38.59472],[141.50368,38.59464],[141.50458,38.59503],[141.50448,38.59522],[141.50463,38.59521],[141.50446,38.59536],[141.50466,38.5955],[141.50431,38.59537],[141.50432,38.59556],[141.50402,38.59552],[141.50425,38.59595],[141.50407,38.59596],[141.50404,38.5964],[141.50394,38.59619],[141.50373,38.59623],[141.50377,38.5966],[141.5035,38.5965],[141.50342,38.59667],[141.50314,38.59666],[141.50351,38.59695],[141.50346,38.59705],[141.50389,38.59722],[141.50375,38.5974],[141.50395,38.59738],[141.50398,38.59751],[141.50366,38.59755],[141.50355,38.59774],[141.50389,38.59773],[141.50369,38.59821],[141.50366,38.59803],[141.50295,38.5981],[141.50292,38.59868],[141.50271,38.59892],[141.50279,38.5991],[141.50236,38.59923],[141.50237,38.59961],[141.50212,38.59961],[141.502,38.5998],[141.50232,38.60045],[141.50287,38.60072],[141.50238,38.60142],[141.50186,38.60124],[141.50086,38.60277],[141.50106,38.60304],[141.50234,38.60371],[141.50271,38.60353],[141.50351,38.60357],[141.50376,38.60296],[141.50352,38.60287],[141.50418,38.60171],[141.50477,38.60205],[141.50505,38.60253],[141.50548,38.60251],[141.50616,38.60207],[141.50607,38.60199],[141.50653,38.60146],[141.50657,38.60106],[141.50713,38.60091],[141.50772,38.60111],[141.50846,38.60086],[141.50891,38.60021],[141.50811,38.59876],[141.50819,38.59863],[141.50844,38.59877],[141.5083,38.59838],[141.50899,38.59901],[141.509,38.59875],[141.50925,38.59911],[141.50948,38.59905],[141.5095,38.59887],[141.50988,38.59921],[141.50982,38.59882],[141.51002,38.5989],[141.51,38.59909],[141.51023,38.59926],[141.50955,38.59946],[141.50933,38.59982],[141.50938,38.60014],[141.50978,38.6004],[141.50988,38.60028],[141.51025,38.60045],[141.5101,38.6006],[141.51024,38.60072],[141.51011,38.60073],[141.51081,38.60165],[141.51008,38.60142],[141.50967,38.60162],[141.50964,38.60185],[141.50954,38.60176],[141.50856,38.60215],[141.50853,38.60283],[141.50873,38.60281],[141.50897,38.60309],[141.5087,38.6031],[141.5084,38.604],[141.50884,38.6042],[141.50901,38.60397],[141.50956,38.60388],[141.50954,38.6032],[141.5097,38.60358],[141.50957,38.60411],[141.50984,38.60424],[141.51032,38.60516],[141.511,38.60524],[141.51154,38.60502],[141.51162,38.60462],[141.51195,38.60494],[141.51275,38.60504],[141.51352,38.60482],[141.51379,38.60506],[141.51425,38.60502],[141.51428,38.60478],[141.5146,38.60501],[141.51471,38.6047],[141.51477,38.60486],[141.51575,38.60509],[141.51669,38.60505],[141.51734,38.60484],[141.51707,38.60441],[141.51713,38.60426],[141.51739,38.60431],[141.51742,38.60413],[141.51747,38.60435],[141.5173,38.60447],[141.51775,38.60473],[141.51766,38.60504],[141.51776,38.60521],[141.51849,38.6055],[141.51813,38.60556],[141.51823,38.60571],[141.51811,38.60579],[141.51883,38.6059],[141.51882,38.60624],[141.519,38.6062],[141.51927,38.60664],[141.51906,38.60745],[141.51963,38.60761],[141.52019,38.608],[141.52006,38.60821],[141.52029,38.6082],[141.52027,38.60922],[141.52047,38.6095],[141.52118,38.60952],[141.52136,38.60918],[141.52116,38.60905],[141.52133,38.60856],[141.52118,38.6084],[141.52144,38.60858],[141.52226,38.60844],[141.5221,38.60796],[141.52176,38.60759],[141.52218,38.6079],[141.52236,38.60886],[141.5226,38.60889],[141.52266,38.60921],[141.52289,38.60898],[141.52307,38.60917],[141.52304,38.60937],[141.52332,38.60953],[141.52364,38.60951],[141.5237,38.60928],[141.52415,38.60917],[141.52426,38.60931],[141.52414,38.60936],[141.52463,38.60989],[141.52431,38.61002],[141.52474,38.61006],[141.52477,38.61023],[141.5246,38.61027],[141.52484,38.6104],[141.52465,38.61063],[141.52432,38.61047],[141.52425,38.61075],[141.52491,38.61102],[141.52506,38.61102],[141.52506,38.61087],[141.52523,38.61108],[141.52509,38.61136],[141.52488,38.61128],[141.52493,38.61114],[141.52451,38.61116],[141.52455,38.61146],[141.52503,38.61198],[141.52465,38.61176],[141.52487,38.61214],[141.52469,38.61216],[141.5249,38.61221],[141.5254,38.61277],[141.52538,38.61314],[141.52508,38.61319],[141.52516,38.61333],[141.52547,38.6133],[141.52539,38.61357],[141.52516,38.61356],[141.52522,38.61393],[141.52539,38.61407],[141.52557,38.61397],[141.52577,38.61419],[141.52552,38.61438],[141.52583,38.61481],[141.52552,38.61536],[141.52551,38.61556],[141.52556,38.61563],[141.52572,38.61561],[141.52552,38.61572],[141.52582,38.61623],[141.52574,38.61665],[141.52618,38.61692],[141.5263,38.6168],[141.52646,38.61711],[141.52664,38.6171],[141.52672,38.61681],[141.52725,38.61725],[141.52734,38.61704],[141.52757,38.61721],[141.52765,38.61711],[141.52799,38.61775],[141.52825,38.61793],[141.52794,38.61797],[141.52827,38.61832],[141.52794,38.6183],[141.52785,38.61812],[141.52765,38.61828],[141.52789,38.61852],[141.52743,38.6185],[141.52748,38.61872],[141.52685,38.61881],[141.52727,38.61918],[141.52673,38.61932],[141.52646,38.61982],[141.52708,38.62043],[141.52745,38.62032],[141.52745,38.62011],[141.52773,38.6201],[141.52759,38.62029],[141.52777,38.62021],[141.528,38.6206],[141.52732,38.62109],[141.52738,38.62152],[141.52709,38.6216],[141.52724,38.62191],[141.52705,38.62198],[141.52752,38.62241],[141.52758,38.62272],[141.52793,38.62282],[141.52797,38.6232],[141.52781,38.62318],[141.52785,38.62336],[141.52758,38.62344],[141.52798,38.62339],[141.52842,38.62405],[141.52833,38.62417],[141.52753,38.62412],[141.52804,38.62449],[141.52773,38.62459],[141.52774,38.62474],[141.52827,38.62494],[141.52819,38.62511],[141.52854,38.62533],[141.52828,38.62551],[141.52834,38.62575],[141.5282,38.62586],[141.52867,38.62602],[141.52842,38.62638],[141.52857,38.62633],[141.5287,38.62661],[141.52824,38.62682],[141.5285,38.62699],[141.52836,38.62703],[141.52829,38.62746],[141.52818,38.62745],[141.5283,38.6271],[141.52743,38.62704],[141.52746,38.62668],[141.52691,38.62659],[141.52655,38.62681],[141.52771,38.62819],[141.52791,38.62808],[141.52807,38.62818],[141.52905,38.62769],[141.528,38.62831],[141.52819,38.62835],[141.52814,38.62848],[141.52751,38.62851],[141.52704,38.62875],[141.52691,38.62903],[141.52699,38.6294],[141.52677,38.62963],[141.52707,38.62997],[141.52744,38.62985],[141.5276,38.63039],[141.52839,38.63019],[141.5288,38.63038],[141.52877,38.63063],[141.52859,38.63069],[141.52882,38.6309],[141.52802,38.63096],[141.52854,38.63137],[141.52847,38.63146],[141.5286,38.63141],[141.52842,38.63159],[141.52854,38.63165],[141.52774,38.63178],[141.52756,38.63188],[141.52765,38.63201],[141.52744,38.63206],[141.52786,38.63247],[141.52808,38.63228],[141.52822,38.63241],[141.52841,38.63232],[141.52845,38.63252],[141.52863,38.63238],[141.52878,38.63251],[141.52866,38.63272],[141.52812,38.63293],[141.52865,38.63319],[141.52836,38.63342],[141.52871,38.63337],[141.52888,38.63355],[141.5283,38.63378],[141.52843,38.63401],[141.52893,38.63399],[141.52894,38.63422],[141.52904,38.63404],[141.52925,38.63428],[141.52907,38.63553],[141.52946,38.63576],[141.5296,38.63618],[141.52971,38.63577],[141.52969,38.63703],[141.52941,38.63721],[141.52927,38.63672],[141.52879,38.63672],[141.52847,38.63689],[141.52861,38.63731],[141.52826,38.63732],[141.52847,38.63748],[141.52816,38.63751],[141.52816,38.63731],[141.52801,38.6373],[141.52799,38.63758],[141.52789,38.63743],[141.52759,38.63752],[141.52752,38.63727],[141.52735,38.63736],[141.52714,38.6371],[141.52705,38.63725],[141.5269,38.63719],[141.52692,38.63737],[141.5268,38.63724],[141.52686,38.63738],[141.52667,38.63726],[141.526,38.63732],[141.52601,38.63695],[141.52553,38.63732],[141.52515,38.63702],[141.52528,38.63668],[141.52496,38.63645],[141.52496,38.63628],[141.52461,38.63625],[141.5246,38.63598],[141.5243,38.63592],[141.52357,38.63608],[141.52335,38.6364],[141.52352,38.63661],[141.52313,38.6368],[141.52286,38.63673],[141.52255,38.63701],[141.52268,38.63719],[141.52303,38.63722],[141.52293,38.63743],[141.52275,38.63745],[141.52265,38.63727],[141.52235,38.6376],[141.5221,38.63749],[141.52201,38.63726],[141.52156,38.63738],[141.52155,38.63724],[141.52118,38.63719],[141.52083,38.63739],[141.52054,38.63795],[141.51984,38.63838],[141.52048,38.63793],[141.52075,38.6375],[141.52005,38.63713],[141.51966,38.63713],[141.51966,38.63729],[141.51921,38.63745],[141.51882,38.63725],[141.51833,38.6376],[141.51818,38.63812],[141.51831,38.63829],[141.51817,38.63866],[141.51832,38.63882],[141.51824,38.63908],[141.51874,38.63932],[141.51868,38.63999],[141.51854,38.64006],[141.51811,38.63974],[141.5176,38.63893],[141.51719,38.63859],[141.51702,38.63794],[141.51663,38.63776],[141.51591,38.63772],[141.51538,38.63799],[141.5155,38.63817],[141.51542,38.63836],[141.5157,38.63856],[141.51526,38.63874],[141.51546,38.63898],[141.51522,38.63911],[141.51503,38.63899],[141.51511,38.63877],[141.51494,38.63818],[141.51466,38.63801],[141.51394,38.63787],[141.51333,38.63821],[141.51341,38.63751],[141.51328,38.63704],[141.51288,38.63674],[141.51159,38.63682],[141.51158,38.63667],[141.51123,38.63661],[141.51059,38.63762],[141.51107,38.63678],[141.51103,38.63645],[141.51055,38.6364],[141.51036,38.63606],[141.51026,38.6361],[141.51035,38.6363],[141.50916,38.63735],[141.50931,38.63812],[141.50981,38.63844],[141.51045,38.63831],[141.50983,38.63849],[141.5099,38.63897],[141.50974,38.63901],[141.50918,38.63908],[141.50898,38.63892],[141.50871,38.6392],[141.50875,38.63899],[141.50849,38.63883],[141.50803,38.63907],[141.50765,38.63842],[141.50704,38.63784],[141.50691,38.6372],[141.50638,38.63694],[141.50585,38.63692],[141.50588,38.63727],[141.5058,38.63692],[141.50508,38.63712],[141.50504,38.6375],[141.50532,38.63824],[141.5052,38.6384],[141.50483,38.63823],[141.50344,38.6381],[141.50312,38.63827],[141.50283,38.63789],[141.50276,38.63787],[141.50312,38.6383],[141.50294,38.6386],[141.50413,38.63922],[141.50491,38.63886],[141.504,38.63935],[141.50432,38.63952],[141.5043,38.63977],[141.50456,38.64001],[141.50413,38.64009],[141.50414,38.64031],[141.50397,38.64046],[141.50424,38.6408],[141.5036,38.64124],[141.50395,38.6416],[141.50387,38.64174],[141.50323,38.64143],[141.50283,38.64145],[141.50282,38.64134],[141.50246,38.64144],[141.50245,38.64119],[141.50174,38.6413],[141.50161,38.64119],[141.50178,38.64078],[141.50164,38.64054],[141.50095,38.64043],[141.50068,38.64056],[141.50026,38.64046],[141.49932,38.6406],[141.49908,38.6412],[141.498,38.641],[141.49762,38.6411],[141.49715,38.64149],[141.49699,38.64213],[141.49674,38.64229],[141.49668,38.6428],[141.49654,38.64277],[141.49644,38.64301],[141.49649,38.64326],[141.49673,38.64342],[141.49653,38.64365],[141.49724,38.64368],[141.49701,38.64381],[141.4973,38.64398],[141.49728,38.64425],[141.497,38.64444],[141.49754,38.64481],[141.49758,38.6452],[141.49664,38.64449],[141.49623,38.64475],[141.49643,38.64502],[141.49605,38.64498],[141.49564,38.64443],[141.49562,38.64396],[141.495,38.64371],[141.49463,38.64378],[141.49451,38.64336],[141.49411,38.64295],[141.493,38.64269],[141.49194,38.64317],[141.4921,38.64295],[141.49285,38.64269],[141.49255,38.64214],[141.49224,38.64209],[141.4921,38.64229],[141.49224,38.64192],[141.49053,38.64215],[141.49029,38.64201],[141.49044,38.64215],[141.48992,38.64263],[141.49033,38.64367],[141.49027,38.64396],[141.48999,38.64419],[141.49004,38.64437],[141.48974,38.64429],[141.4892,38.64479],[141.48872,38.64479],[141.48825,38.6446],[141.48798,38.64396],[141.48752,38.64374],[141.48702,38.64299],[141.48538,38.64343],[141.48648,38.64308],[141.48622,38.64247],[141.48644,38.6423],[141.48634,38.64186],[141.48557,38.64142],[141.4844,38.64143],[141.48357,38.64153],[141.48227,38.64211],[141.48194,38.64253],[141.48181,38.64318],[141.48115,38.64364],[141.48123,38.64379],[141.48046,38.64346],[141.48006,38.64366],[141.47991,38.64352],[141.47957,38.64375],[141.47915,38.64369],[141.47864,38.64423],[141.47876,38.64451],[141.4783,38.64437],[141.47737,38.64462],[141.47711,38.64538],[141.47676,38.64513],[141.47567,38.64515],[141.4752,38.64566],[141.47563,38.6451],[141.47535,38.64494],[141.47512,38.64515],[141.47526,38.64489],[141.47462,38.64434],[141.47257,38.64454],[141.47212,38.64472],[141.47115,38.64457],[141.46967,38.645],[141.46771,38.64593],[141.46799,38.64662],[141.4679,38.64675],[141.46778,38.64613],[141.46735,38.64615],[141.46645,38.64657],[141.46505,38.64773],[141.46425,38.6479],[141.46349,38.64721],[141.46281,38.64689],[141.46246,38.64642],[141.46233,38.64506],[141.46265,38.6446],[141.46213,38.64465],[141.46229,38.64459],[141.46219,38.64397],[141.46188,38.64403],[141.46125,38.64221],[141.46139,38.64218],[141.4613,38.64172],[141.45927,38.64216],[141.45978,38.64404],[141.45836,38.6396],[141.4581,38.63954],[141.4577,38.63964],[141.45758,38.64029],[141.45734,38.64038],[141.45725,38.64123],[141.45679,38.64166],[141.4568,38.64251],[141.45565,38.64231],[141.4551,38.64241],[141.45434,38.64305],[141.4546,38.64334],[141.45416,38.64293],[141.45244,38.64368],[141.45221,38.64389],[141.45215,38.64434],[141.45174,38.64362],[141.45129,38.64321],[141.4508,38.64302],[141.44948,38.6433],[141.44905,38.643],[141.4479,38.64275],[141.44479,38.64344],[141.44359,38.6435],[141.44315,38.64334],[141.44248,38.64388],[141.44214,38.64445],[141.44175,38.64573],[141.44137,38.64597],[141.4411,38.64639],[141.44147,38.64668],[141.44157,38.647],[141.44192,38.64687],[141.44208,38.64711],[141.44196,38.64721],[141.4424,38.64754],[141.44329,38.64691],[141.44206,38.64785],[141.44299,38.649],[141.44327,38.64981],[141.44325,38.65045],[141.44352,38.65108],[141.44492,38.65242],[141.44572,38.65401],[141.44699,38.65456],[141.44692,38.6547],[141.44709,38.65466],[141.44731,38.65496],[141.44721,38.65508],[141.44789,38.65547],[141.44773,38.65552],[141.44787,38.65584],[141.44862,38.65591],[141.4487,38.65602],[141.44845,38.65606],[141.4487,38.65623],[141.44861,38.65634],[141.44927,38.65653],[141.44925,38.65666],[141.44906,38.65664],[141.4495,38.65692],[141.44944,38.65723],[141.44995,38.65734],[141.4502,38.65759],[141.45005,38.65784],[141.44974,38.6579],[141.44977,38.6582],[141.44955,38.65822],[141.44917,38.65896],[141.44814,38.65941],[141.44752,38.6603],[141.4475,38.66067],[141.44721,38.66078],[141.44719,38.6612],[141.44616,38.66246],[141.44602,38.66349],[141.44559,38.66421],[141.44556,38.66473],[141.44582,38.66532],[141.44604,38.66762],[141.44681,38.66766],[141.44721,38.66881],[141.4469,38.66812],[141.44591,38.66823],[141.44616,38.66883],[141.44682,38.66878],[141.44595,38.66888],[141.44605,38.66907],[141.44595,38.66957],[141.44521,38.67084],[141.44471,38.67115],[141.44448,38.67196],[141.44407,38.67242],[141.44404,38.67268],[141.44437,38.67307],[141.44479,38.67301],[141.4444,38.67314],[141.44449,38.67353],[141.44727,38.67331],[141.44741,38.67221],[141.44731,38.67331],[141.44796,38.67328],[141.44815,38.6722],[141.45105,38.67151],[141.44876,38.67211],[141.44886,38.67383],[141.44903,38.67399],[141.45172,38.67408],[141.45171,38.67436],[141.45222,38.67426],[141.45218,38.67312],[141.45149,38.67197],[141.45227,38.67303],[141.45231,38.67454],[141.45254,38.67454],[141.45254,38.67389],[141.4537,38.67382],[141.4537,38.67288],[141.45566,38.67288],[141.45765,38.67091],[141.45797,38.6711],[141.45847,38.67061],[141.45771,38.67015],[141.4537,38.67014],[141.45334,38.67002],[141.45773,38.6701],[141.45824,38.67041],[141.45851,38.67013],[141.46123,38.67022],[141.46193,38.6687],[141.46165,38.6684],[141.46149,38.66782],[141.46143,38.66664],[141.46173,38.6664],[141.46193,38.66639],[141.46194,38.66653],[141.46263,38.66626],[141.46329,38.66687],[141.46313,38.66708],[141.46343,38.66694],[141.46355,38.66706],[141.46333,38.66734],[141.46286,38.66738],[141.46275,38.66755],[141.4628,38.66766],[141.46307,38.66758],[141.46298,38.66778],[141.46331,38.66808],[141.46252,38.66851],[141.4624,38.66881],[141.46197,38.66873],[141.46135,38.67019],[141.46209,38.67088],[141.46354,38.67164],[141.4638,38.67151],[141.46427,38.67181],[141.46548,38.67111],[141.46376,38.67215],[141.46484,38.67393],[141.46536,38.67436],[141.46592,38.67451],[141.4666,38.67442],[141.46714,38.67412],[141.46694,38.67395],[141.46706,38.674],[141.46772,38.67352],[141.46651,38.67276],[141.46692,38.67232],[141.46654,38.6721],[141.46602,38.67082],[141.46662,38.67209],[141.46843,38.67316],[141.469,38.67327],[141.46918,38.67432],[141.46945,38.67457],[141.47012,38.67475],[141.47003,38.67488],[141.4704,38.67553],[141.47162,38.67653],[141.47263,38.67697],[141.47286,38.67642],[141.47501,38.67638],[141.47554,38.67649],[141.47369,38.67644],[141.47357,38.6767],[141.47376,38.67674],[141.47356,38.67722],[141.4732,38.67739],[141.47321,38.67846],[141.47293,38.67849],[141.47323,38.67919],[141.47375,38.67956],[141.47474,38.67994],[141.47604,38.67987],[141.47626,38.67981],[141.47618,38.67966],[141.47628,38.6798],[141.4766,38.67962],[141.4762,38.67852],[141.4767,38.67953],[141.47782,38.67903],[141.47853,38.67842],[141.47913,38.67836],[141.47939,38.6781],[141.48057,38.67758],[141.48081,38.6776],[141.481,38.67653],[141.48088,38.67631],[141.48116,38.67613],[141.48098,38.67601],[141.48147,38.6755],[141.48107,38.67525],[141.48167,38.67556],[141.4819,38.6751],[141.48162,38.67441],[141.48198,38.67465],[141.48224,38.67464],[141.48215,38.67478],[141.48256,38.67542],[141.48384,38.67614],[141.48444,38.67605],[141.48446,38.67574],[141.48462,38.67571],[141.48453,38.6758],[141.48475,38.67576],[141.4849,38.67601],[141.48541,38.67614],[141.48563,38.6761],[141.48595,38.67562],[141.48607,38.67567],[141.48602,38.67587],[141.48651,38.67601],[141.48748,38.67579],[141.48665,38.67603],[141.48673,38.67638],[141.48734,38.67697],[141.48734,38.67719],[141.48777,38.67712],[141.4873,38.67726],[141.48707,38.67722],[141.48703,38.6774],[141.48716,38.6774],[141.48716,38.67767],[141.48838,38.67791],[141.48923,38.67706],[141.48951,38.67727],[141.48968,38.67714],[141.48965,38.67669],[141.48999,38.67618],[141.48828,38.67569],[141.49017,38.67618],[141.49053,38.67594],[141.49086,38.67606],[141.49115,38.67646],[141.49185,38.67635],[141.49249,38.67645],[141.49306,38.67616],[141.49289,38.67556],[141.49315,38.67513],[141.49287,38.67497],[141.49275,38.67464],[141.49308,38.67435],[141.49311,38.67402],[141.49298,38.67403],[141.49311,38.67396],[141.49288,38.67384],[141.49311,38.67362],[141.49307,38.67339],[141.49326,38.67324],[141.49312,38.6737],[141.49338,38.67361],[141.4934,38.67382],[141.49468,38.67401],[141.49461,38.67431],[141.49433,38.67449],[141.49489,38.67458],[141.49531,38.67536],[141.49516,38.67559],[141.49526,38.67574],[141.49482,38.67579],[141.49462,38.67607],[141.49455,38.67686],[141.49491,38.67696],[141.49463,38.67755],[141.49488,38.678],[141.49519,38.6781],[141.49519,38.67843],[141.49575,38.67857],[141.4963,38.67897],[141.4971,38.68044],[141.49588,38.68093],[141.49585,38.68109],[141.496,38.68112],[141.49591,38.68139],[141.49576,38.68135],[141.49573,38.68201],[141.49605,38.68236],[141.49577,38.68244],[141.49566,38.68226],[141.49528,38.68221],[141.49456,38.68264],[141.49451,38.68343],[141.4949,38.68426],[141.49474,38.68447],[141.49335,38.68417],[141.49286,38.68459],[141.49268,38.68552],[141.49224,38.68574],[141.4917,38.68567],[141.49136,38.68593],[141.49118,38.68628],[141.49121,38.68683],[141.49132,38.68742],[141.49152,38.68753],[141.49084,38.68783],[141.49053,38.68775],[141.49032,38.68819],[141.49034,38.68859],[141.49063,38.6888],[141.49031,38.68893],[141.49042,38.68921],[141.49098,38.68926],[141.49017,38.68924],[141.49001,38.68948],[141.4901,38.68965],[141.49017,38.68944],[141.49059,38.6893],[141.49024,38.68949],[141.4902,38.68967],[141.49165,38.69074],[141.4927,38.69051],[141.49266,38.69037],[141.49337,38.68966],[141.49294,38.68927],[141.49363,38.68976],[141.49408,38.68941],[141.49401,38.68932],[141.49445,38.68936],[141.495,38.68895],[141.49513,38.68931],[141.49488,38.68957],[141.49533,38.69],[141.49601,38.68978],[141.49635,38.69016],[141.49667,38.69022],[141.49698,38.68991],[141.49703,38.69033],[141.49746,38.69081],[141.49771,38.6925],[141.498,38.69265],[141.49814,38.69295],[141.49796,38.69338],[141.49813,38.69348],[141.4979,38.694],[141.49767,38.69417],[141.49763,38.6945],[141.49745,38.69448],[141.49762,38.69452],[141.49746,38.69453],[141.4979,38.69496],[141.49937,38.69553],[141.49956,38.69548],[141.50012,38.6947],[141.50022,38.69453],[141.4999,38.69439],[141.50017,38.69399],[141.50038,38.69397],[141.50097,38.69298],[141.5012,38.69085],[141.50104,38.69059],[141.5007,38.69046],[141.50068,38.68982],[141.50142,38.68979],[141.50175,38.69002],[141.50219,38.69067],[141.50264,38.69076],[141.5036,38.69056],[141.50379,38.69012],[141.50402,38.69006],[141.50393,38.68986],[141.50438,38.69027],[141.50524,38.69019],[141.50449,38.69031],[141.50421,38.6906],[141.50441,38.6908],[141.50596,38.6909],[141.50636,38.69118],[141.50633,38.69104],[141.5066,38.6908],[141.50647,38.69015],[141.50584,38.6902],[141.50563,38.69001],[141.50593,38.69015],[141.50653,38.6901],[141.50646,38.68991],[141.50683,38.68997],[141.50679,38.68979],[141.50717,38.68998],[141.50798,38.68974],[141.50845,38.68891],[141.50824,38.68825],[141.50849,38.68802],[141.50893,38.688],[141.50895,38.68771],[141.50935,38.68766],[141.50953,38.68739],[141.50953,38.68719],[141.50924,38.68709],[141.50914,38.68671],[141.50879,38.68629],[141.50885,38.68584],[141.50904,38.68587],[141.50896,38.68567],[141.50922,38.68543],[141.50947,38.68571],[141.50954,38.68552],[141.51,38.68554],[141.51024,38.68509],[141.51063,38.68521],[141.5105,38.68521],[141.51064,38.68562],[141.511,38.68604],[141.51096,38.68633],[141.51071,38.68649],[141.51049,38.68705],[141.51064,38.68751],[141.51101,38.68784],[141.51181,38.68804],[141.51273,38.68759],[141.5134,38.68821],[141.51445,38.68861],[141.51494,38.6891],[141.51511,38.68882],[141.51527,38.68918],[141.51551,38.68903],[141.51598,38.68916],[141.51616,38.6893],[141.51607,38.68935],[141.51634,38.68934],[141.51646,38.68955],[141.51647,38.69083],[141.51606,38.69112],[141.51627,38.69103],[141.51622,38.69119],[141.51582,38.69123],[141.5158,38.69149],[141.51599,38.69167],[141.51641,38.69169],[141.51679,38.69117],[141.51696,38.69137],[141.51728,38.69138],[141.51733,38.69158],[141.5174,38.69137],[141.51758,38.69161],[141.51763,38.69144],[141.51786,38.69181],[141.51779,38.69211],[141.51734,38.69224],[141.51747,38.69236],[141.51723,38.6925],[141.51727,38.69266],[141.51776,38.69296],[141.51792,38.69266],[141.51851,38.69275],[141.51839,38.69297],[141.51865,38.6929],[141.51884,38.69317],[141.51843,38.69357],[141.51893,38.69359],[141.51808,38.69374],[141.51793,38.69403],[141.51814,38.69411],[141.5186,38.69395],[141.51847,38.69428],[141.5189,38.69413],[141.51844,38.6945],[141.51887,38.69472],[141.51917,38.69445],[141.51923,38.69462],[141.51886,38.69511],[141.51799,38.69502],[141.51762,38.69481],[141.51696,38.6953],[141.51712,38.69561],[141.51743,38.69564],[141.51746,38.69588],[141.51765,38.69582],[141.51802,38.69617],[141.51728,38.69635],[141.51738,38.69656],[141.51725,38.69671],[141.51762,38.69683],[141.51726,38.69702],[141.5176,38.69727],[141.51745,38.69732],[141.51758,38.69738],[141.5173,38.69779],[141.51728,38.69811],[141.51781,38.69845],[141.5188,38.6981],[141.51907,38.69836],[141.51899,38.69856],[141.51931,38.69869],[141.51926,38.69897],[141.51973,38.69898],[141.51962,38.69922],[141.51974,38.69928],[141.51958,38.69927],[141.51957,38.69946],[141.51979,38.69982],[141.5203,38.70007],[141.52072,38.69997],[141.52088,38.69976],[141.52145,38.69997],[141.5215,38.70012],[141.52135,38.70017],[141.52147,38.70016],[141.52096,38.7004],[141.52113,38.70044],[141.52061,38.70051],[141.52073,38.70066],[141.52057,38.70079],[141.52078,38.7008],[141.52064,38.70097],[141.52045,38.70085],[141.52046,38.701],[141.52022,38.70104],[141.52008,38.70141],[141.52026,38.70154],[141.52007,38.70176],[141.52041,38.70176],[141.52008,38.7019],[141.52011,38.70214],[141.52055,38.70233],[141.52086,38.70226],[141.52084,38.70247],[141.52132,38.70236],[141.52125,38.7025],[141.52138,38.70254],[141.52146,38.70242],[141.52154,38.70259],[141.52137,38.7028],[141.52152,38.70331],[141.52187,38.70327],[141.52169,38.70359],[141.52195,38.70392],[141.52168,38.70413],[141.52197,38.70435],[141.52246,38.70426],[141.52249,38.70444],[141.52269,38.70436],[141.5227,38.70415],[141.52293,38.70418],[141.52285,38.70443],[141.52297,38.7045],[141.52303,38.70436],[141.52312,38.70461],[141.52285,38.70482],[141.52297,38.7053],[141.52341,38.70549],[141.52385,38.70537],[141.52411,38.70507],[141.52432,38.70553],[141.52325,38.70574],[141.52307,38.70604],[141.52312,38.7064],[141.52257,38.70671],[141.52341,38.70758],[141.52252,38.70672],[141.52166,38.70719],[141.52179,38.70733],[141.52132,38.70759],[141.52066,38.70742],[141.5206,38.70824],[141.52083,38.70876],[141.52238,38.71019],[141.5229,38.71018],[141.52318,38.70997],[141.52404,38.71032],[141.52521,38.70998],[141.52528,38.70937],[141.52585,38.70885],[141.52566,38.70883],[141.52586,38.70877],[141.52567,38.70872],[141.52578,38.70864],[141.52596,38.70859],[141.52621,38.70896],[141.52595,38.70934],[141.52627,38.70961],[141.52599,38.70968],[141.52609,38.70987],[141.52581,38.71001],[141.526,38.71055],[141.52631,38.71056],[141.52622,38.71081],[141.52601,38.71071],[141.52579,38.71117],[141.52553,38.71135],[141.5246,38.71145],[141.52443,38.71168],[141.52444,38.71248],[141.52397,38.7132],[141.52393,38.71343],[141.52417,38.71359],[141.52329,38.71424],[141.52301,38.71463],[141.52243,38.71472],[141.52248,38.71518],[141.52198,38.71527],[141.52192,38.71567],[141.52204,38.71583],[141.52281,38.71591],[141.52311,38.7157],[141.52293,38.71602],[141.52307,38.71627],[141.52409,38.71653],[141.52471,38.71586],[141.52469,38.71572],[141.52476,38.71593],[141.52528,38.71602],[141.52519,38.71613],[141.5253,38.71618],[141.52513,38.71621],[141.52532,38.71661],[141.5252,38.71687],[141.52574,38.71718],[141.52808,38.71703],[141.52846,38.7175],[141.52927,38.71769],[141.5293,38.71688],[141.52997,38.71614],[141.52877,38.71539],[141.53128,38.71668],[141.53151,38.71629],[141.53223,38.71597],[141.53227,38.71537],[141.53208,38.71513],[141.53251,38.71484],[141.53309,38.71489],[141.53324,38.7146],[141.53372,38.71452],[141.53437,38.71401],[141.53414,38.71324],[141.53478,38.71278],[141.53476,38.71264],[141.53458,38.71264],[141.53511,38.71177],[141.53577,38.71145],[141.53583,38.71126],[141.53546,38.71105],[141.53593,38.71054],[141.53612,38.71053],[141.53611,38.7099],[141.53559,38.70991],[141.53497,38.70934],[141.53385,38.70991],[141.53501,38.70927],[141.53483,38.70909],[141.53519,38.70885],[141.53523,38.70897],[141.53557,38.7089],[141.53565,38.70853],[141.53611,38.7082],[141.53617,38.70781],[141.53601,38.70752],[141.53545,38.70757],[141.53587,38.70679],[141.53571,38.70644],[141.53607,38.70628],[141.53588,38.70599],[141.5362,38.70529],[141.53638,38.70591],[141.53648,38.70547],[141.53706,38.70601],[141.53669,38.70633],[141.53692,38.70633],[141.53711,38.70663],[141.53692,38.70686],[141.53753,38.7068],[141.53737,38.70705],[141.53762,38.70692],[141.53767,38.70744],[141.53732,38.70752],[141.53761,38.708],[141.53753,38.70832],[141.53811,38.70842],[141.53751,38.70907],[141.53773,38.70931],[141.53857,38.7096],[141.53873,38.70942],[141.53903,38.70955],[141.53964,38.70943],[141.53975,38.70914],[141.54009,38.70916],[141.54012,38.70903],[141.5408,38.70913],[141.54142,38.7087],[141.54147,38.70823],[141.54236,38.7089],[141.5429,38.70903],[141.54305,38.70891],[141.54329,38.70955],[141.54324,38.70995],[141.54411,38.71065],[141.54524,38.70975],[141.54638,38.70988],[141.54522,38.70981],[141.54442,38.71046],[141.54486,38.7108],[141.54464,38.71098],[141.54477,38.71106],[141.54618,38.71138],[141.54639,38.71088],[141.54624,38.71033],[141.54645,38.71085],[141.54623,38.71139],[141.54813,38.71146],[141.54926,38.7112],[141.5508,38.71024],[141.55279,38.70939],[141.55381,38.70877],[141.5556,38.70732],[141.55682,38.7067],[141.55768,38.70571],[141.55648,38.70493],[141.55731,38.70542],[141.55782,38.70494],[141.55816,38.70509],[141.55847,38.70439],[141.55846,38.70381],[141.55738,38.7038],[141.55704,38.70339],[141.55607,38.70387],[141.55561,38.70439],[141.556,38.70382],[141.55822,38.70273],[141.55859,38.70227],[141.55843,38.70213],[141.55863,38.70217],[141.55898,38.70185],[141.55923,38.70111],[141.55898,38.70112],[141.5589,38.70021],[141.55758,38.70017],[141.55682,38.69906],[141.55478,38.69792],[141.55465,38.69798],[141.55508,38.69772],[141.5551,38.69717],[141.55448,38.69625],[141.55447,38.69574],[141.55432,38.69568],[141.55427,38.69534],[141.55462,38.69555],[141.55467,38.69525],[141.55478,38.6954],[141.55521,38.69516],[141.55531,38.69492],[141.55539,38.695],[141.55542,38.69387],[141.55569,38.69432],[141.55597,38.69414],[141.55656,38.69435],[141.55658,38.69416],[141.55678,38.69432],[141.55707,38.69425],[141.55698,38.69405],[141.55731,38.69374],[141.55755,38.69374],[141.55738,38.6932],[141.55779,38.6927],[141.55762,38.6919],[141.55782,38.69166],[141.55844,38.69159],[141.55882,38.69116],[141.55896,38.69118],[141.55875,38.69111],[141.55873,38.69102],[141.55907,38.69112],[141.55928,38.69073],[141.55967,38.69057],[141.55959,38.69033],[141.55986,38.68998],[141.56001,38.69012],[141.5603,38.69008],[141.56085,38.69082],[141.56131,38.69099],[141.56132,38.69123],[141.5617,38.69142],[141.56167,38.69162],[141.5618,38.69164],[141.56165,38.69184],[141.5618,38.692],[141.56162,38.69214],[141.56176,38.6924],[141.56134,38.69261],[141.56138,38.69272],[141.5611,38.69293],[141.56124,38.69312],[141.56111,38.6931],[141.56111,38.69362],[141.5613,38.69355],[141.56133,38.69405],[141.5612,38.69394],[141.56047,38.69439],[141.56032,38.69482],[141.55976,38.69504],[141.55971,38.69545],[141.55984,38.69565],[141.56031,38.6957],[141.56034,38.69591],[141.56062,38.69594],[141.56088,38.6962],[141.5612,38.69614],[141.56134,38.69664],[141.56221,38.69708],[141.56267,38.69713],[141.56269,38.69676],[141.56282,38.69698],[141.56292,38.6968],[141.56296,38.697],[141.56311,38.6967],[141.56343,38.69694],[141.56357,38.69681],[141.56339,38.69771],[141.56381,38.69757],[141.56411,38.69787],[141.56387,38.69783],[141.56392,38.69802],[141.56377,38.69823],[141.5636,38.6982],[141.56355,38.6984],[141.56409,38.69868],[141.5639,38.69899],[141.5641,38.69924],[141.56422,38.69911],[141.56436,38.69919],[141.56426,38.69927],[141.56442,38.69932],[141.56434,38.69965],[141.56467,38.70034],[141.56454,38.70055],[141.56445,38.7004],[141.56415,38.7005],[141.56425,38.70073],[141.56393,38.70074],[141.56398,38.70095],[141.56386,38.70075],[141.5638,38.70086],[141.5635,38.70079],[141.56327,38.70119],[141.56373,38.70187],[141.56382,38.70171],[141.56401,38.70194],[141.56383,38.7023],[141.56416,38.70273],[141.56392,38.70258],[141.56334,38.7027],[141.56283,38.70313],[141.56279,38.70341],[141.56321,38.70389],[141.56349,38.70398],[141.56392,38.70383],[141.56415,38.70431],[141.56448,38.70442],[141.56425,38.70462],[141.56443,38.70504],[141.56431,38.70516],[141.56452,38.70541],[141.56508,38.70547],[141.5655,38.70521],[141.56578,38.70544],[141.56579,38.70629],[141.56603,38.70618],[141.56604,38.70641],[141.56548,38.70637],[141.56551,38.7066],[141.56528,38.70669],[141.56567,38.70702],[141.56591,38.70688],[141.56582,38.70709],[141.56611,38.70735],[141.56615,38.70763],[141.56585,38.70759],[141.56579,38.70781],[141.56597,38.70777],[141.56608,38.70815],[141.56584,38.70831],[141.566,38.70842],[141.56566,38.70819],[141.56544,38.70844],[141.56547,38.70886],[141.56569,38.70921],[141.56554,38.70945],[141.56571,38.70969],[141.56583,38.70956],[141.56604,38.70964],[141.56589,38.70987],[141.56601,38.71007],[141.56608,38.7098],[141.56599,38.71025],[141.56628,38.71022],[141.5663,38.71036],[141.56617,38.71034],[141.5664,38.71114],[141.56606,38.71148],[141.56574,38.71147],[141.56568,38.71168],[141.56548,38.71167],[141.56559,38.71196],[141.56534,38.71239],[141.56423,38.71232],[141.56381,38.71264],[141.56387,38.71281],[141.56338,38.71284],[141.56335,38.71305],[141.56312,38.71287],[141.56257,38.71316],[141.56206,38.71284],[141.56151,38.71286],[141.56121,38.713],[141.56085,38.7136],[141.56069,38.71363],[141.56057,38.71424],[141.56045,38.71405],[141.56046,38.71426],[141.56042,38.71405],[141.56003,38.71404],[141.55991,38.71422],[141.55961,38.71425],[141.5597,38.71435],[141.55948,38.71472],[141.55925,38.71457],[141.5587,38.71461],[141.55833,38.71504],[141.55847,38.7151],[141.55832,38.71544],[141.55906,38.71562],[141.55956,38.71545],[141.56006,38.71496],[141.55958,38.71548],[141.55904,38.71566],[141.55818,38.71544],[141.55803,38.71563],[141.55756,38.7165],[141.55759,38.7169],[141.55676,38.71938],[141.55681,38.71972],[141.55712,38.72005],[141.55767,38.71991],[141.55774,38.71974],[141.55815,38.72092],[141.55893,38.72078],[141.55899,38.72059],[141.55911,38.7207],[141.55973,38.71912],[141.55984,38.71915],[141.55916,38.72077],[141.55793,38.72099],[141.55815,38.72126],[141.55809,38.72238],[141.55812,38.72249],[141.55965,38.72219],[141.56036,38.72266],[141.55958,38.72224],[141.55837,38.72248],[141.55865,38.72334],[141.55823,38.72354],[141.55837,38.72394],[141.55895,38.72405],[141.55901,38.72391],[141.55982,38.72384],[141.55978,38.72347],[141.55992,38.72395],[141.5602,38.72394],[141.56028,38.72372],[141.5603,38.72393],[141.56056,38.72391],[141.56067,38.72362],[141.56093,38.72388],[141.56084,38.72408],[141.56136,38.72425],[141.56155,38.7242],[141.56169,38.72381],[141.56191,38.7239],[141.56205,38.72454],[141.5627,38.72485],[141.56287,38.72465],[141.56308,38.72475],[141.56317,38.72532],[141.56349,38.72553],[141.56381,38.72555],[141.56386,38.72541],[141.56395,38.72567],[141.56435,38.72567],[141.5646,38.72515],[141.56507,38.72526],[141.5653,38.72496],[141.56563,38.725],[141.56569,38.72487],[141.56611,38.72518],[141.56589,38.72538],[141.56613,38.72548],[141.56609,38.72573],[141.56654,38.72581],[141.56658,38.726],[141.56639,38.72614],[141.56594,38.72605],[141.56637,38.7263],[141.56593,38.72657],[141.56599,38.72718],[141.56578,38.72726],[141.56598,38.72738],[141.56585,38.72754],[141.56606,38.72768],[141.56612,38.72817],[141.56565,38.72835],[141.56482,38.72799],[141.56471,38.72815],[141.56481,38.72822],[141.56446,38.72842],[141.5648,38.72852],[141.56461,38.72857],[141.56476,38.72873],[141.56523,38.72854],[141.56553,38.72861],[141.56555,38.72883],[141.56519,38.72907],[141.56522,38.72925],[141.56491,38.72916],[141.56481,38.72886],[141.56463,38.72899],[141.56433,38.72887],[141.56428,38.72901],[141.56423,38.72885],[141.56371,38.7289],[141.56343,38.72904],[141.56331,38.72952],[141.56316,38.72933],[141.56311,38.72955],[141.56293,38.72947],[141.56291,38.7296],[141.5624,38.72964],[141.56266,38.73059],[141.56255,38.73061],[141.56242,38.73007],[141.56183,38.73016],[141.5614,38.73005],[141.56122,38.73045],[141.56122,38.73078],[141.56182,38.7315],[141.56206,38.73143],[141.56199,38.73107],[141.56211,38.73074],[141.56213,38.7316],[141.56244,38.73211],[141.56269,38.73209],[141.5631,38.73261],[141.56339,38.73261],[141.56345,38.73209],[141.5638,38.73205],[141.56373,38.7314],[141.56395,38.7314],[141.56407,38.73237],[141.56397,38.73254],[141.56415,38.73257],[141.56414,38.73241],[141.56442,38.7323],[141.5646,38.73261],[141.56451,38.73274],[141.5643,38.7326],[141.56447,38.73286],[141.56404,38.73318],[141.56426,38.73316],[141.56419,38.73335],[141.56425,38.73337],[141.56439,38.73324],[141.56434,38.73346],[141.56474,38.73352],[141.56462,38.73304],[141.56489,38.73326],[141.56497,38.73294],[141.56521,38.73321],[141.56532,38.73287],[141.56562,38.73327],[141.56537,38.73365],[141.56424,38.73401],[141.56457,38.73421],[141.56469,38.73402],[141.56552,38.73375],[141.56555,38.73404],[141.56573,38.73406],[141.56559,38.73447],[141.56522,38.73434],[141.56508,38.73468],[141.56497,38.73452],[141.56506,38.73493],[141.56511,38.73468],[141.5653,38.7348],[141.56538,38.73454],[141.56554,38.73483],[141.56498,38.73523],[141.56519,38.73567],[141.56529,38.7356],[141.56535,38.7358],[141.5654,38.73568],[141.56537,38.73582],[141.56559,38.73598],[141.5655,38.73637],[141.56562,38.7366],[141.56539,38.7366],[141.56574,38.73684],[141.56587,38.73721],[141.56574,38.73724],[141.56573,38.73709],[141.56569,38.73726],[141.56527,38.73726],[141.56537,38.73711],[141.56501,38.73705],[141.56466,38.73727],[141.56477,38.73739],[141.5645,38.73744],[141.56465,38.73766],[141.56471,38.73752],[141.56482,38.73754],[141.56448,38.73811],[141.56509,38.73881],[141.56486,38.73879],[141.56486,38.73925],[141.56529,38.73938],[141.56535,38.73967],[141.5652,38.73964],[141.565,38.73991],[141.56512,38.73965],[141.56486,38.73982],[141.56486,38.73962],[141.56482,38.73962],[141.56476,38.74005],[141.56456,38.74004],[141.5643,38.74031],[141.5643,38.74006],[141.56444,38.74012],[141.56448,38.74001],[141.56426,38.73997],[141.56406,38.74039],[141.56393,38.7403],[141.56403,38.74017],[141.56338,38.74026],[141.56325,38.7401],[141.56361,38.7397],[141.56316,38.73927],[141.56315,38.73896],[141.56293,38.73887],[141.56277,38.739],[141.56274,38.73881],[141.56241,38.73882],[141.56227,38.7391],[141.56202,38.73912],[141.5617,38.7387],[141.5613,38.73877],[141.56138,38.73899],[141.56134,38.73901],[141.561,38.7388],[141.56117,38.73843],[141.56092,38.73817],[141.56094,38.73796],[141.56062,38.73808],[141.56048,38.73788],[141.56047,38.73744],[141.56034,38.73755],[141.55998,38.73721],[141.55924,38.73714],[141.55862,38.73742],[141.55848,38.73803],[141.55837,38.73803],[141.55818,38.7375],[141.55786,38.7374],[141.55759,38.73765],[141.55738,38.73728],[141.55688,38.73747],[141.5571,38.73792],[141.55703,38.7381],[141.55679,38.73826],[141.55673,38.73803],[141.55655,38.73804],[141.55658,38.73821],[141.55638,38.73809],[141.55636,38.73852],[141.55625,38.7384],[141.55609,38.73865],[141.55599,38.73826],[141.55561,38.73791],[141.55528,38.73784],[141.55517,38.73793],[141.55537,38.73832],[141.55483,38.73801],[141.55428,38.73817],[141.55406,38.73849],[141.55393,38.7379],[141.55339,38.73805],[141.55353,38.73861],[141.5533,38.73868],[141.5533,38.73844],[141.55306,38.73876],[141.55279,38.73806],[141.55266,38.7383],[141.55261,38.73787],[141.55234,38.73776],[141.55225,38.7381],[141.55211,38.73786],[141.55191,38.73804],[141.55146,38.73723],[141.55165,38.73705],[141.55153,38.73678],[141.55167,38.73658],[141.55198,38.73668],[141.55229,38.73634],[141.55227,38.73602],[141.552,38.73567],[141.55159,38.73552],[141.55127,38.73581],[141.55132,38.73557],[141.55086,38.73553],[141.55043,38.73512],[141.55009,38.73511],[141.54975,38.73473],[141.54917,38.73461],[141.54927,38.73446],[141.54916,38.73417],[141.54882,38.73404],[141.54822,38.73341],[141.54705,38.73339],[141.54703,38.73362],[141.54683,38.73393],[141.54695,38.73367],[141.54639,38.73335],[141.546,38.73352],[141.54539,38.73483],[141.54517,38.73482],[141.5448,38.73538],[141.54512,38.73589],[141.54532,38.73604],[141.54628,38.73577],[141.54708,38.73617],[141.54841,38.73574],[141.54688,38.73634],[141.54688,38.73681],[141.54639,38.73773],[141.54642,38.73816],[141.54657,38.73825],[141.54641,38.73851],[141.54653,38.73908],[141.54713,38.7393],[141.54714,38.73914],[141.54723,38.73917],[141.54712,38.73967],[141.54727,38.73992],[141.54688,38.74002],[141.54682,38.74042],[141.54649,38.73992],[141.54633,38.74011],[141.54629,38.73999],[141.54596,38.74007],[141.54592,38.74034],[141.54565,38.74028],[141.54515,38.74071],[141.54504,38.74056],[141.54522,38.74057],[141.54536,38.73961],[141.5452,38.73928],[141.54458,38.73903],[141.54401,38.73913],[141.54392,38.73949],[141.54369,38.73955],[141.54373,38.73984],[141.54358,38.7399],[141.54339,38.73966],[141.54278,38.73991],[141.54266,38.7395],[141.54231,38.7393],[141.54063,38.73915],[141.53986,38.73961],[141.53978,38.74019],[141.53937,38.74059],[141.53941,38.74112],[141.53963,38.7414],[141.53907,38.742],[141.53851,38.74187],[141.53852,38.74229],[141.53836,38.74171],[141.53847,38.74147],[141.53829,38.74133],[141.53819,38.74073],[141.53778,38.74047],[141.53734,38.73977],[141.53623,38.73987],[141.53525,38.73972],[141.53495,38.74009],[141.53508,38.74021],[141.53504,38.74089],[141.53616,38.74086],[141.53652,38.74108],[141.53696,38.74251],[141.53613,38.74273],[141.5361,38.74304],[141.53633,38.74331],[141.53659,38.74338],[141.53699,38.74321],[141.53743,38.74364],[141.53814,38.74337],[141.53815,38.74348],[141.53847,38.74341],[141.53869,38.74321],[141.53888,38.74329],[141.53879,38.74371],[141.53902,38.74379],[141.53937,38.74338],[141.53951,38.74337],[141.53956,38.74355],[141.53964,38.74324],[141.53992,38.74321],[141.54069,38.74376],[141.54089,38.74405],[141.54061,38.74422],[141.54021,38.74419],[141.54046,38.74427],[141.54044,38.74441],[141.54024,38.74443],[141.54061,38.74471],[141.5405,38.74469],[141.54065,38.74574],[141.54014,38.74573],[141.54051,38.74597],[141.54049,38.74632],[141.54031,38.74657],[141.54014,38.74643],[141.54022,38.74683],[141.54006,38.74678],[141.54016,38.74689],[141.53994,38.74727],[141.53965,38.74745],[141.53804,38.74728],[141.53807,38.74754],[141.53837,38.74759],[141.5387,38.74795],[141.5382,38.7478],[141.53827,38.74794],[141.53795,38.74787],[141.53751,38.74818],[141.53783,38.74869],[141.53768,38.74868],[141.53796,38.74876],[141.5381,38.749],[141.53808,38.74922],[141.53742,38.74914],[141.53722,38.74876],[141.53698,38.74894],[141.53705,38.74903],[141.53649,38.74877],[141.5364,38.7486],[141.53662,38.74872],[141.53614,38.74831],[141.53622,38.74805],[141.53588,38.74801],[141.53577,38.74782],[141.53586,38.74751],[141.53576,38.74754],[141.53591,38.7474],[141.53572,38.74734],[141.53585,38.74733],[141.53588,38.74703],[141.53528,38.74683],[141.53474,38.74699],[141.53468,38.74786],[141.53454,38.74793],[141.53437,38.7477],[141.53439,38.74809],[141.53425,38.74772],[141.53421,38.74813],[141.5339,38.74786],[141.53351,38.74804],[141.53353,38.74847],[141.53403,38.74893],[141.5338,38.74925],[141.53378,38.74906],[141.53373,38.74929],[141.53352,38.74916],[141.5335,38.74886],[141.53269,38.74859],[141.53214,38.74791],[141.5319,38.74782],[141.53176,38.74795],[141.53167,38.74779],[141.5311,38.74792],[141.53099,38.74832],[141.53057,38.74824],[141.53024,38.74858],[141.53061,38.74881],[141.53042,38.74925],[141.52982,38.74929],[141.52973,38.74943],[141.52987,38.74992],[141.52977,38.75036],[141.52951,38.75047],[141.52954,38.75094],[141.53013,38.75106],[141.53076,38.75057],[141.5314,38.7508],[141.53188,38.75021],[141.53161,38.75088],[141.53171,38.75142],[141.53193,38.75111],[141.53224,38.75115],[141.53219,38.75149],[141.53249,38.75125],[141.53264,38.75178],[141.53235,38.75177],[141.53246,38.75204],[141.53225,38.75223],[141.53213,38.7521],[141.53206,38.75233],[141.53196,38.75215],[141.53181,38.75221],[141.53186,38.75201],[141.5316,38.75162],[141.53123,38.75138],[141.53063,38.75155],[141.53058,38.7519],[141.53036,38.75165],[141.52995,38.75175],[141.52997,38.75209],[141.53013,38.75212],[141.53007,38.75224],[141.52999,38.75216],[141.53003,38.7523],[141.52989,38.75189],[141.52874,38.75207],[141.52864,38.75192],[141.52879,38.75223],[141.52812,38.75376],[141.52769,38.7538],[141.52774,38.75418],[141.52857,38.75452],[141.52916,38.75387],[141.52899,38.75374],[141.52911,38.75357],[141.52932,38.75381],[141.53031,38.75366],[141.53062,38.75257],[141.53037,38.75373],[141.52923,38.75387],[141.52828,38.75498],[141.52862,38.75518],[141.52854,38.75525],[141.5287,38.75546],[141.52834,38.75569],[141.52835,38.7555],[141.52823,38.75556],[141.52807,38.75599],[141.52851,38.7561],[141.52836,38.7563],[141.52854,38.75633],[141.52886,38.75704],[141.52855,38.75673],[141.52787,38.75667],[141.52691,38.75713],[141.52706,38.75716],[141.52716,38.7577],[141.52817,38.75797],[141.52863,38.75739],[141.52862,38.75717],[141.52879,38.75751],[141.52855,38.75783],[141.5286,38.75803],[141.52897,38.75801],[141.52915,38.75823],[141.52926,38.75855],[141.52911,38.75883],[141.52842,38.75925],[141.52827,38.75917],[141.52835,38.75902],[141.52778,38.75896],[141.52797,38.75954],[141.52771,38.75973],[141.52712,38.75947],[141.52692,38.75956],[141.5266,38.75906],[141.52665,38.75888],[141.52544,38.75906],[141.52462,38.75961],[141.52454,38.76021],[141.52366,38.76022],[141.52318,38.75968],[141.52266,38.75963],[141.52224,38.75982],[141.52219,38.76],[141.52195,38.75987],[141.52112,38.76078],[141.52165,38.76011],[141.52074,38.75957],[141.52014,38.75972],[141.52027,38.76007],[141.52005,38.7596],[141.51975,38.7596],[141.51939,38.75988],[141.51915,38.76046],[141.5196,38.76113],[141.52092,38.76102],[141.51947,38.7612],[141.51945,38.76158],[141.51976,38.76185],[141.51987,38.76245],[141.52012,38.76277],[141.52049,38.76294],[141.52077,38.76284],[141.52065,38.76304],[141.52094,38.76311],[141.52081,38.76332],[141.52121,38.76326],[141.5209,38.76362],[141.52029,38.76361],[141.52001,38.76381],[141.52002,38.76429],[141.52038,38.76462],[141.52027,38.76493],[141.5199,38.76495],[141.5191,38.76456],[141.5186,38.76452],[141.51845,38.76478],[141.51817,38.76475],[141.5181,38.76526],[141.51795,38.76532],[141.51717,38.76515],[141.51721,38.76539],[141.51663,38.76532],[141.5161,38.76508],[141.51504,38.76534],[141.51437,38.7651],[141.51304,38.76656],[141.51166,38.76779],[141.51184,38.76831],[141.51206,38.76846],[141.51222,38.76936],[141.51306,38.76922],[141.51294,38.76985],[141.51407,38.77063],[141.51376,38.77094],[141.51339,38.77074],[141.51332,38.77099],[141.51445,38.77297],[141.51562,38.77418],[141.51613,38.77449],[141.51699,38.77476],[141.51752,38.77436],[141.51761,38.77465],[141.51713,38.7748],[141.51729,38.77495],[141.51786,38.7748],[141.51789,38.77458],[141.51802,38.77477],[141.51806,38.77462],[141.51825,38.77475],[141.51797,38.77488],[141.51802,38.77512],[141.51783,38.77491],[141.51725,38.77505],[141.51745,38.77542],[141.51835,38.77507],[141.5182,38.77523],[141.51827,38.77542],[141.51805,38.77529],[141.51751,38.77551],[141.51758,38.77565],[141.51788,38.77553],[141.51766,38.77571],[141.51785,38.77577],[141.51855,38.77546],[141.51814,38.77577],[141.51857,38.77624],[141.51874,38.77676],[141.5185,38.77817],[141.51774,38.77953],[141.51769,38.78028],[141.51908,38.78405],[141.51928,38.78509],[141.51911,38.78537],[141.51915,38.78582],[141.52025,38.78821],[141.52078,38.78879],[141.52186,38.78894],[141.52241,38.78976],[141.52295,38.79019],[141.5236,38.79045],[141.525,38.79048],[141.52528,38.79031],[141.52562,38.79038],[141.52569,38.79022],[141.52592,38.79032],[141.52569,38.79042],[141.52578,38.79057],[141.52617,38.79083],[141.52699,38.79083],[141.52737,38.79065],[141.52736,38.79082],[141.52707,38.79093],[141.52728,38.7912],[141.52763,38.79127],[141.52786,38.7911],[141.52803,38.79136],[141.52866,38.79148],[141.52878,38.79176],[141.52946,38.79188],[141.52976,38.79211],[141.52961,38.79222],[141.52933,38.79191],[141.52898,38.79185],[141.52874,38.79234],[141.52888,38.79252],[141.52862,38.7926],[141.52871,38.79325],[141.52895,38.79316],[141.52933,38.79354],[141.52924,38.79364],[141.52952,38.7938],[141.53001,38.79331],[141.52973,38.79266],[141.53008,38.7933],[141.52957,38.7939],[141.53056,38.7943],[141.53123,38.79477],[141.53195,38.79474],[141.53198,38.79439],[141.53288,38.79444],[141.53285,38.79458],[141.53332,38.79442],[141.53355,38.79463],[141.53388,38.79453],[141.53458,38.79486],[141.53455,38.79467],[141.53474,38.79471],[141.5347,38.79522],[141.53506,38.7954],[141.53517,38.7953],[141.53518,38.79544],[141.53533,38.79542],[141.53533,38.79524],[141.5355,38.79518],[141.53562,38.79535],[141.53552,38.79551],[141.53593,38.79559],[141.53602,38.79544],[141.53641,38.79565],[141.53662,38.79557],[141.53652,38.79534],[141.53681,38.7957],[141.5372,38.79582],[141.53832,38.79533],[141.53927,38.79605],[141.53916,38.79614],[141.53829,38.79542],[141.53762,38.79569],[141.53777,38.79594],[141.53744,38.79608],[141.5378,38.79658],[141.5376,38.79667],[141.53784,38.797],[141.5382,38.79684],[141.53785,38.79702],[141.5382,38.79745],[141.53878,38.79721],[141.53823,38.79633],[141.53829,38.79613],[141.53854,38.79602],[141.53832,38.79632],[141.53891,38.79723],[141.5384,38.79745],[141.53866,38.79796],[141.53904,38.79822],[141.54028,38.79816],[141.54041,38.79795],[141.5403,38.79761],[141.54068,38.79762],[141.54058,38.79743],[141.54091,38.79757],[141.54093,38.79739],[141.54124,38.79745],[141.54145,38.79733],[141.54141,38.79707],[141.5415,38.79724],[141.54175,38.79719],[141.54164,38.797],[141.54193,38.79711],[141.5418,38.7974],[141.542,38.7973],[141.5422,38.79757],[141.54254,38.79756],[141.54273,38.79742],[141.54267,38.79717],[141.54287,38.79711],[141.5427,38.79687],[141.54297,38.79688],[141.54324,38.79728],[141.54357,38.79715],[141.5435,38.79681],[141.54367,38.79695],[141.54368,38.7967],[141.54382,38.79668],[141.54403,38.79735],[141.54389,38.79755],[141.54366,38.79721],[141.54371,38.79776],[141.54387,38.79778],[141.54373,38.79785],[141.54434,38.79781],[141.5439,38.79807],[141.54384,38.79855],[141.54417,38.79852],[141.54427,38.79877],[141.54464,38.79877],[141.5446,38.79904],[141.54514,38.79897],[141.54566,38.79973],[141.54588,38.79972],[141.54561,38.80001],[141.54607,38.80008],[141.54599,38.80036],[141.54682,38.80048],[141.54725,38.79945],[141.54652,38.7987],[141.5473,38.7993],[141.54747,38.79927],[141.54787,38.79971],[141.54827,38.79959],[141.54821,38.79931],[141.54891,38.7996],[141.54945,38.7993],[141.54929,38.79901],[141.54945,38.79891],[141.54936,38.79865],[141.55026,38.7986],[141.55018,38.79817],[141.55061,38.79829],[141.55074,38.79853],[141.55012,38.79887],[141.55038,38.79896],[141.55069,38.79878],[141.55091,38.79888],[141.55105,38.79925],[141.55089,38.79941],[141.55106,38.79985],[141.55188,38.7998],[141.55122,38.79996],[141.55161,38.80052],[141.55226,38.80082],[141.552,38.80084],[141.55138,38.80045],[141.55102,38.80072],[141.55062,38.80149],[141.55068,38.80174],[141.55121,38.80212],[141.55186,38.80206],[141.55186,38.80193],[141.55272,38.80191],[141.55342,38.80151],[141.55263,38.8008],[141.55274,38.80074],[141.55377,38.80184],[141.5543,38.8017],[141.55453,38.8014],[141.55481,38.80157],[141.55503,38.80151],[141.55527,38.80095],[141.55509,38.80072],[141.55536,38.8008],[141.55558,38.8013],[141.55555,38.80146],[141.55529,38.80149],[141.55545,38.80209],[141.55597,38.80238],[141.55641,38.8023],[141.55658,38.80267],[141.55705,38.80306],[141.55685,38.80321],[141.55691,38.80343],[141.55677,38.8034],[141.55685,38.80376],[141.55646,38.80358],[141.55622,38.80374],[141.55626,38.80421],[141.55653,38.80423],[141.55641,38.80439],[141.55669,38.8044],[141.55676,38.80471],[141.5572,38.80488],[141.55691,38.80508],[141.55691,38.80532],[141.55731,38.80557],[141.55759,38.80554],[141.55747,38.80581],[141.55772,38.80568],[141.55787,38.80587],[141.55818,38.8058],[141.55811,38.80614],[141.55848,38.80779],[141.55888,38.80845],[141.55876,38.80849],[141.55836,38.80784],[141.55816,38.80684],[141.55672,38.80691],[141.55669,38.80681],[141.55719,38.80669],[141.55703,38.80624],[141.5557,38.80628],[141.55502,38.80668],[141.5553,38.80688],[141.55512,38.80809],[141.55658,38.80822],[141.55677,38.80803],[141.5568,38.80839],[141.55531,38.80817],[141.5551,38.80943],[141.55584,38.81024],[141.55717,38.81045],[141.55692,38.81096],[141.55716,38.81133],[141.55783,38.81177],[141.55815,38.81152],[141.55822,38.81181],[141.55859,38.81176],[141.55906,38.81252],[141.56058,38.81276],[141.56185,38.81323],[141.56453,38.81369],[141.56751,38.81363],[141.56869,38.81339],[141.5701,38.81233],[141.57107,38.81113],[141.5711,38.81051],[141.57022,38.81051],[141.57098,38.81042],[141.57098,38.80999],[141.57078,38.80977],[141.57088,38.80966],[141.57031,38.80935],[141.56958,38.81019],[141.56959,38.81049],[141.5695,38.81017],[141.57063,38.80891],[141.57049,38.80868],[141.57144,38.80803],[141.57135,38.80895],[141.57202,38.80942],[141.57204,38.80963],[141.57219,38.80965],[141.57207,38.80977],[141.57241,38.80994],[141.57235,38.81035],[141.57326,38.81075],[141.57316,38.81101],[141.57327,38.81115],[141.57396,38.81136],[141.57434,38.81122],[141.57472,38.81148],[141.57486,38.81186],[141.5753,38.81193],[141.57646,38.81275],[141.57772,38.81241],[141.57841,38.81313],[141.5783,38.81329],[141.57796,38.81326],[141.57802,38.81337],[141.57777,38.81346],[141.57778,38.81359],[141.57764,38.8135],[141.57775,38.81405],[141.57752,38.81416],[141.57739,38.81459],[141.57727,38.81453],[141.57738,38.81477],[141.57725,38.81509],[141.57741,38.81519],[141.57712,38.81516],[141.57709,38.81538],[141.57689,38.81539],[141.57717,38.81542],[141.57721,38.81564],[141.57669,38.81553],[141.57648,38.81677],[141.57661,38.81702],[141.57641,38.81678],[141.57656,38.8157],[141.57584,38.81562],[141.57587,38.81544],[141.5756,38.81542],[141.5752,38.81566],[141.57514,38.81606],[141.57497,38.81605],[141.57514,38.81712],[141.57598,38.81683],[141.57486,38.81726],[141.57476,38.81781],[141.57502,38.81823],[141.57483,38.81857],[141.57482,38.81914],[141.57515,38.81999],[141.57561,38.82008],[141.57571,38.82024],[141.57552,38.82038],[141.57547,38.82048],[141.57566,38.82049],[141.57546,38.82072],[141.57647,38.82153],[141.57637,38.82178],[141.57658,38.82189],[141.57691,38.82276],[141.57941,38.8242],[141.58151,38.82491],[141.58283,38.82517],[141.58434,38.82523],[141.58458,38.82538],[141.58617,38.82515],[141.58683,38.825],[141.58717,38.82464],[141.5886,38.82412],[141.58903,38.82375],[141.58837,38.82289],[141.58808,38.82289],[141.58843,38.82286],[141.58915,38.82373],[141.5898,38.82338],[141.58966,38.8232],[141.58963,38.82231],[141.58782,38.82265],[141.58921,38.82228],[141.59037,38.82221],[141.59048,38.82228],[141.5904,38.82248],[141.59069,38.82273],[141.5916,38.8227],[141.59134,38.82289],[141.59119,38.82332],[141.59142,38.82455],[141.59174,38.82525],[141.59282,38.82631],[141.59312,38.82641],[141.59386,38.82748],[141.5956,38.82882],[141.59653,38.82932],[141.59753,38.82944],[141.59854,38.82919],[141.59984,38.82936],[141.59995,38.82922],[141.60001,38.82932],[141.60101,38.82886],[141.60121,38.82829],[141.60186,38.82821],[141.60186,38.82784],[141.60209,38.82805],[141.60191,38.82774],[141.60239,38.82728],[141.60232,38.82708],[141.60267,38.82687],[141.60284,38.82693],[141.60273,38.82712],[141.60288,38.8271],[141.60274,38.8272],[141.60317,38.82751],[141.60289,38.82744],[141.60297,38.82777],[141.60343,38.82786],[141.60343,38.82798],[141.60348,38.82773],[141.60368,38.82781],[141.60358,38.82813],[141.60369,38.82813],[141.60383,38.8287],[141.60373,38.82865],[141.60397,38.82909],[141.60366,38.82913],[141.60337,38.82986],[141.6017,38.83126],[141.60281,38.83176],[141.60275,38.83254],[141.60275,38.83179],[141.60181,38.83137],[141.60152,38.83185],[141.60173,38.83189],[141.60156,38.83241],[141.60226,38.83273],[141.59935,38.83528],[141.5982,38.83526],[141.59644,38.83681],[141.59747,38.83583],[141.5959,38.83473],[141.59557,38.83503],[141.59488,38.83537],[141.59619,38.83634],[141.59484,38.83539],[141.59416,38.83567],[141.59551,38.835],[141.59599,38.83381],[141.5955,38.83344],[141.59559,38.83374],[141.59576,38.83379],[141.59539,38.83376],[141.59565,38.83389],[141.59563,38.8341],[141.59533,38.83395],[141.59518,38.83411],[141.5947,38.83405],[141.59453,38.83459],[141.5943,38.83454],[141.59451,38.83398],[141.59423,38.83383],[141.594,38.83392],[141.59338,38.83359],[141.59334,38.83333],[141.59307,38.8332],[141.59086,38.83423],[141.59056,38.83494],[141.59109,38.83506],[141.59094,38.83552],[141.59067,38.83545],[141.58945,38.83765],[141.58977,38.8378],[141.58957,38.83777],[141.58931,38.83879],[141.58915,38.83876],[141.58881,38.84035],[141.5879,38.84139],[141.58785,38.84166],[141.58808,38.84171],[141.58769,38.84184],[141.5876,38.84244],[141.58707,38.84332],[141.58718,38.84337],[141.58698,38.84331],[141.58712,38.84345],[141.58674,38.8436],[141.58617,38.84476],[141.58729,38.84538],[141.58692,38.84643],[141.58717,38.84538],[141.5865,38.84501],[141.58583,38.84574],[141.58555,38.84558],[141.58522,38.84595],[141.58609,38.84647],[141.58489,38.84578],[141.58428,38.84683],[141.58368,38.84739],[141.58316,38.84854],[141.58333,38.84876],[141.58337,38.85074],[141.58289,38.85172],[141.58309,38.85186],[141.58277,38.85214],[141.58236,38.85331],[141.58275,38.85329],[141.58236,38.85334],[141.58232,38.85357],[141.58329,38.85672],[141.58482,38.85637],[141.58681,38.85783],[141.5848,38.85643],[141.58355,38.85671],[141.58369,38.85706],[141.58346,38.85712],[141.5835,38.85722],[141.58433,38.85703],[141.58449,38.85735],[141.58433,38.8574],[141.58449,38.8577],[141.58439,38.85791],[141.58489,38.85844],[141.58538,38.85823],[141.58625,38.85803],[141.58493,38.85848],[141.5854,38.85972],[141.58535,38.85994],[141.5849,38.86024],[141.58494,38.86041],[141.58475,38.8604],[141.58462,38.86077],[141.58519,38.86221],[141.58522,38.86275],[141.58585,38.86281],[141.58601,38.86296],[141.58538,38.86279],[141.58519,38.86287],[141.58504,38.86333],[141.58507,38.86377],[141.58533,38.86361],[141.58534,38.86415],[141.58518,38.86418],[141.5853,38.86497],[141.58537,38.86506],[141.58531,38.86434],[141.58541,38.86431],[141.58576,38.86565],[141.58577,38.86636],[141.58668,38.86681],[141.58589,38.86643],[141.58587,38.86687],[141.58546,38.86689],[141.58618,38.86805],[141.58571,38.86776],[141.58571,38.86752],[141.58555,38.86758],[141.58553,38.86829],[141.58603,38.86902],[141.58704,38.86964],[141.58743,38.86961],[141.58755,38.86943],[141.58869,38.86977],[141.58898,38.8696],[141.58976,38.86978],[141.58988,38.86963],[141.59213,38.86983],[141.59183,38.8719],[141.59206,38.86989],[141.59075,38.86976],[141.59025,38.87102],[141.59055,38.87116],[141.5901,38.87101],[141.58981,38.87162],[141.59111,38.87187],[141.59023,38.87176],[141.58914,38.87143],[141.58845,38.87164],[141.58894,38.87161],[141.58822,38.87171],[141.58791,38.87209],[141.58957,38.8728],[141.58998,38.8732],[141.58952,38.8728],[141.58873,38.87245],[141.58836,38.87356],[141.58777,38.87333],[141.58761,38.87355],[141.58813,38.87392],[141.5883,38.87432],[141.5884,38.87414],[141.58863,38.87472],[141.58905,38.87461],[141.58995,38.87488],[141.59047,38.87387],[141.58973,38.87544],[141.58843,38.87507],[141.58841,38.87537],[141.58859,38.87537],[141.58853,38.87599],[141.58894,38.87657],[141.58924,38.87633],[141.58906,38.87656],[141.58936,38.87677],[141.58991,38.87691],[141.5901,38.87677],[141.59006,38.87688],[141.59056,38.8771],[141.59067,38.87688],[141.59096,38.87713],[141.59172,38.8792],[141.59149,38.88019],[141.591,38.88087],[141.59067,38.88086],[141.59061,38.88125],[141.59093,38.8813],[141.59069,38.88131],[141.59033,38.88217],[141.59056,38.88304],[141.59028,38.88396],[141.59026,38.88541],[141.59085,38.88607],[141.5934,38.88501],[141.59396,38.88547],[141.59418,38.88581],[141.59361,38.8894],[141.59375,38.88938],[141.59371,38.88975],[141.5876,38.89276],[141.58718,38.89245],[141.58706,38.89257],[141.58715,38.89276],[141.58668,38.89305],[141.58603,38.89291],[141.58495,38.89403],[141.58511,38.89412],[141.58127,38.90068],[141.57951,38.90101],[141.58046,38.90388],[141.5797,38.90488],[141.57652,38.90544],[141.57621,38.90519],[141.57562,38.90537],[141.57501,38.90618],[141.57775,38.90739],[141.57808,38.90737],[141.57835,38.90715],[141.5788,38.90629],[141.57914,38.90624],[141.57924,38.90638],[141.57942,38.90727],[141.57949,38.90712],[141.5813,38.9065],[141.58177,38.90733],[141.58055,38.90774],[141.58189,38.91013],[141.58427,38.90922],[141.58458,38.90922],[141.58536,38.91002],[141.5863,38.90971],[141.5864,38.90932],[141.58677,38.90934],[141.58658,38.90868],[141.58664,38.90816],[141.58635,38.9082],[141.58625,38.90799],[141.58637,38.90785],[141.58618,38.90787],[141.58618,38.90759],[141.58642,38.90757],[141.58626,38.90733],[141.58638,38.90722],[141.58629,38.90698],[141.58644,38.90697],[141.58641,38.90654],[141.58725,38.90646],[141.58749,38.90662],[141.58756,38.9065],[141.58742,38.90644],[141.58757,38.90624],[141.58782,38.90625],[141.58771,38.90617],[141.58783,38.90612],[141.58739,38.90596],[141.58769,38.90602],[141.58766,38.90562],[141.58808,38.90566],[141.58808,38.9056],[141.58771,38.9055],[141.58807,38.90536],[141.58801,38.90522],[141.58767,38.90529],[141.5879,38.90517],[141.58784,38.90497],[141.58753,38.90506],[141.58727,38.90401],[141.58785,38.90278],[141.58776,38.90259],[141.58866,38.90199],[141.58842,38.90172],[141.58779,38.90178],[141.58786,38.90151],[141.58815,38.9014],[141.58805,38.90123],[141.58818,38.90113],[141.58774,38.90049],[141.58818,38.90009],[141.58767,38.8991],[141.58771,38.89758],[141.5878,38.89896],[141.58821,38.89877],[141.5883,38.89886],[141.5887,38.8985],[141.5885,38.89839],[141.58874,38.89797],[141.58962,38.8974],[141.58974,38.89677],[141.58817,38.89659],[141.58782,38.89724],[141.58835,38.89572],[141.58878,38.89562],[141.58874,38.89536],[141.58833,38.89542],[141.58813,38.89492],[141.58819,38.89462],[141.58862,38.89467],[141.58884,38.89456],[141.58872,38.89451],[141.59094,38.89483],[141.59211,38.89483],[141.59253,38.89459],[141.59434,38.89418],[141.59569,38.89351],[141.59607,38.89351],[141.59655,38.89288],[141.59612,38.89359],[141.59704,38.8939],[141.59738,38.89382],[141.59753,38.89363],[141.59746,38.89301],[141.59726,38.89299],[141.59723,38.89271],[141.59685,38.89269],[141.59736,38.89266],[141.59746,38.89224],[141.59823,38.89158],[141.59873,38.88995],[141.59987,38.88856],[141.59989,38.8877],[141.60063,38.8869],[141.60054,38.88636],[141.60083,38.88596],[141.60081,38.88555],[141.60109,38.8853],[141.601,38.88521],[141.60194,38.88464],[141.60184,38.88416],[141.60205,38.88386],[141.60188,38.88417],[141.60209,38.88415],[141.60218,38.88459],[141.60265,38.88477],[141.60357,38.88576],[141.60375,38.88551],[141.60362,38.8849],[141.60368,38.88314],[141.603,38.88306],[141.60199,38.88338],[141.60299,38.88303],[141.6035,38.88302],[141.60345,38.8825],[141.60415,38.88126],[141.60433,38.88064],[141.60422,38.88061],[141.6044,38.88054],[141.60454,38.87994],[141.60611,38.88015],[141.60739,38.87969],[141.60775,38.8797],[141.60788,38.8799],[141.60841,38.88006],[141.60914,38.88085],[141.60882,38.8812],[141.60882,38.88141],[141.60958,38.88171],[141.60899,38.88215],[141.60897,38.88238],[141.60958,38.88256],[141.61016,38.88242],[141.61064,38.88275],[141.61073,38.88322],[141.61117,38.88341],[141.61095,38.88442],[141.61068,38.88472],[141.61071,38.88522],[141.6102,38.88559],[141.61036,38.88628],[141.61167,38.88654],[141.61163,38.88602],[141.61208,38.88548],[141.61202,38.88528],[141.6123,38.88502],[141.6122,38.88492],[141.61255,38.88487],[141.61245,38.88405],[141.6127,38.88364],[141.61271,38.8833],[141.6131,38.88279],[141.61281,38.88221],[141.61281,38.88153],[141.61295,38.88122],[141.61394,38.88194],[141.61498,38.88176],[141.61528,38.88195],[141.61542,38.88216],[141.61523,38.88261],[141.61536,38.88262],[141.61535,38.88301],[141.6156,38.88361],[141.61552,38.88382],[141.61508,38.88403],[141.6151,38.8843],[141.61487,38.88466],[141.61522,38.88493],[141.6148,38.88574],[141.61507,38.8861],[141.6154,38.88625],[141.61543,38.88651],[141.61489,38.88703],[141.6149,38.88761],[141.61509,38.88759],[141.61469,38.88798],[141.61519,38.8883],[141.61589,38.88809],[141.6163,38.88828],[141.61651,38.88819],[141.61633,38.88836],[141.61648,38.88866],[141.61684,38.88871],[141.61696,38.88888],[141.61675,38.88911],[141.61685,38.88931],[141.61781,38.88929],[141.61792,38.88868],[141.61917,38.88973],[141.62044,38.88992],[141.62108,38.89029],[141.62112,38.8907],[141.62091,38.89093],[141.62101,38.89134],[141.62049,38.89218],[141.62085,38.89284],[141.62272,38.89269],[141.62291,38.89253],[141.62287,38.8922],[141.62327,38.89198],[141.62355,38.89208],[141.62386,38.89268],[141.62565,38.89318],[141.62626,38.89312],[141.62642,38.89273],[141.62653,38.89281],[141.62664,38.89267],[141.62779,38.8929],[141.62889,38.89277],[141.62922,38.89255],[141.62913,38.89236],[141.62932,38.89224],[141.62938,38.89183],[141.63002,38.89102],[141.63055,38.89082],[141.63091,38.89087],[141.63082,38.8916],[141.63022,38.89281],[141.63047,38.89367],[141.63013,38.89399],[141.62906,38.89429],[141.62877,38.89404],[141.62865,38.89352],[141.62808,38.89374],[141.6274,38.89363],[141.62674,38.89396],[141.6267,38.89458],[141.62657,38.89476],[141.62649,38.89464],[141.62623,38.89509],[141.62557,38.89492],[141.62523,38.89523],[141.62406,38.89502],[141.62429,38.89596],[141.62478,38.89583],[141.62533,38.89599],[141.62463,38.89677],[141.62415,38.89841],[141.62431,38.8985],[141.62406,38.89886],[141.62394,38.8988],[141.62339,38.89981],[141.62446,38.90004],[141.62455,38.89988],[141.62489,38.89996],[141.62602,38.89796],[141.62863,38.89709],[141.62891,38.89638],[141.62883,38.89596],[141.62894,38.89561],[141.62941,38.89554],[141.62964,38.89585],[141.62997,38.89586],[141.6302,38.89608],[141.63035,38.89665],[141.63097,38.89668],[141.63106,38.897],[141.63089,38.89728],[141.63139,38.89789],[141.6315,38.89861],[141.63211,38.89881],[141.63196,38.89931],[141.63217,38.90017],[141.6312,38.90103],[141.63132,38.90143],[141.63217,38.90142],[141.63315,38.90237],[141.63387,38.90229],[141.63394,38.90179],[141.6343,38.90169],[141.63468,38.90182],[141.63554,38.90254],[141.6383,38.90231],[141.63784,38.90217],[141.63787,38.90157],[141.63549,38.90062],[141.63559,38.90032],[141.63447,38.89969],[141.63463,38.89907],[141.63432,38.89868],[141.63474,38.89824],[141.63487,38.89765],[141.63472,38.89738],[141.63453,38.89737],[141.63468,38.89732],[141.63449,38.89703],[141.63342,38.89657],[141.63343,38.89598],[141.6337,38.89586],[141.63379,38.89559],[141.63446,38.89594],[141.63537,38.89604],[141.63582,38.89549],[141.63582,38.89503],[141.63599,38.89479],[141.6365,38.89471],[141.63721,38.89396],[141.6373,38.89371],[141.63593,38.89164],[141.63529,38.89126],[141.63536,38.89037],[141.63615,38.88883],[141.63634,38.88878],[141.63739,38.88927],[141.63835,38.88879],[141.6388,38.88883],[141.6392,38.8894],[141.63967,38.88949],[141.64,38.88982],[141.64004,38.89047],[141.64025,38.89063],[141.6411,38.89065],[141.64156,38.8899],[141.64143,38.89001],[141.64151,38.88989],[141.64102,38.8894],[141.64143,38.8888],[141.64145,38.88854],[141.64119,38.88821],[141.64016,38.88791],[141.63996,38.88774],[141.63987,38.88726],[141.63916,38.88754],[141.63851,38.88718],[141.63836,38.88733],[141.6384,38.88753],[141.63823,38.88733],[141.63845,38.88711],[141.63817,38.88681],[141.63842,38.88575],[141.63797,38.88533],[141.63724,38.88543],[141.63698,38.88524],[141.63708,38.88507],[141.63732,38.88503],[141.6375,38.8852],[141.63803,38.8851],[141.63869,38.88466],[141.63899,38.88418],[141.64109,38.88392],[141.64146,38.88401],[141.64192,38.88371],[141.64105,38.88251],[141.64147,38.88259],[141.64205,38.88236],[141.64311,38.88304],[141.64323,38.88294],[141.64362,38.88312],[141.64466,38.88432],[141.64505,38.88421],[141.64517,38.8836],[141.64589,38.88323],[141.64574,38.88286],[141.64517,38.88282],[141.64454,38.88185],[141.64374,38.88165],[141.64384,38.88131],[141.64358,38.88082],[141.64316,38.88076],[141.6428,38.88118],[141.64215,38.88135],[141.64273,38.88113],[141.64319,38.88068],[141.64259,38.87988],[141.64301,38.87925],[141.64304,38.8788],[141.64321,38.87861],[141.64344,38.87885],[141.64386,38.87889],[141.64396,38.87871],[141.64428,38.87867],[141.64441,38.87879],[141.64421,38.87907],[141.64439,38.87929],[141.64468,38.87927],[141.64491,38.87951],[141.64571,38.8797],[141.64639,38.87955],[141.64662,38.88002],[141.64704,38.8802],[141.64828,38.87951],[141.64858,38.8791],[141.64855,38.87873],[141.64816,38.87868],[141.64806,38.87776],[141.64786,38.87732],[141.6471,38.87678],[141.64715,38.87628],[141.6469,38.87607],[141.64656,38.8761],[141.64656,38.87577],[141.64676,38.87558],[141.64668,38.87516],[141.64694,38.87542],[141.64727,38.87503],[141.64721,38.8752],[141.64746,38.87521],[141.64755,38.87542],[141.64756,38.87583],[141.64814,38.87598],[141.64895,38.87576],[141.64951,38.87511],[141.64917,38.8745],[141.64924,38.87421],[141.64965,38.8738],[141.64951,38.8736],[141.6496,38.87341],[141.65092,38.87328],[141.65113,38.87309],[141.65093,38.87296],[141.6512,38.87302],[141.65124,38.8723],[141.65074,38.87182],[141.65028,38.87161],[141.65005,38.87115],[141.65049,38.87103],[141.65061,38.87083],[141.65,38.87045],[141.65003,38.87013],[141.65018,38.86995],[141.65027,38.87011],[141.65031,38.86985],[141.65082,38.87],[141.65096,38.86969],[141.65074,38.86961],[141.65082,38.86929],[141.6509,38.86944],[141.65139,38.86937],[141.65166,38.86893],[141.65184,38.86896],[141.65202,38.86876],[141.65205,38.86853],[141.65244,38.86847],[141.65245,38.86812],[141.65295,38.86824],[141.65302,38.86813],[141.65337,38.86856],[141.65412,38.86835],[141.65427,38.86799],[141.65402,38.86761],[141.65441,38.86751],[141.65417,38.86738],[141.65414,38.86682],[141.65424,38.86678],[141.65422,38.86705],[141.65445,38.86717],[141.65484,38.86716],[141.65483,38.86691],[141.65502,38.8668],[141.6548,38.86662],[141.65483,38.86643],[141.65507,38.8664],[141.65531,38.86681],[141.65544,38.86668],[141.65515,38.86632],[141.6554,38.86625],[141.65644,38.86643],[141.6566,38.8667],[141.65701,38.86663],[141.65727,38.86677],[141.65801,38.86636],[141.65822,38.86579],[141.65846,38.8656],[141.6585,38.86515],[141.65816,38.86471],[141.65777,38.86495],[141.65703,38.8652],[141.65802,38.86468],[141.65776,38.86455],[141.65754,38.86416],[141.65702,38.86391],[141.65669,38.86258],[141.65742,38.86262],[141.65761,38.8628],[141.65784,38.86249],[141.65797,38.86281],[141.6584,38.86261],[141.65829,38.86176],[141.65853,38.86172],[141.65866,38.86143],[141.65903,38.86166],[141.65921,38.86144],[141.65936,38.86175],[141.66,38.86155],[141.66051,38.86166],[141.66078,38.86138],[141.66075,38.86176],[141.66053,38.86202],[141.66053,38.86253],[141.66032,38.86256],[141.66052,38.86308],[141.66126,38.86368],[141.66219,38.8638],[141.6624,38.86363],[141.66245,38.86318],[141.66261,38.86352],[141.66285,38.86297],[141.66307,38.86317],[141.66336,38.86305],[141.66343,38.86287],[141.66366,38.86295],[141.66397,38.86282],[141.66405,38.86252],[141.66374,38.86222],[141.66406,38.86175],[141.66421,38.86181],[141.66396,38.862],[141.66446,38.86173],[141.66449,38.86189],[141.6647,38.86189],[141.66475,38.86225],[141.66491,38.86214],[141.66495,38.86232],[141.66531,38.86234],[141.66523,38.86242],[141.66557,38.86263],[141.66627,38.86256],[141.66645,38.86231],[141.66611,38.86201],[141.66678,38.86183],[141.6666,38.86103],[141.66705,38.86116],[141.66694,38.86116],[141.66723,38.86158],[141.66712,38.86193],[141.66736,38.86184],[141.66736,38.86207],[141.66784,38.86197],[141.66779,38.86178],[141.66802,38.86159],[141.66738,38.86116],[141.66749,38.86106],[141.66798,38.86138],[141.66811,38.86125],[141.66945,38.86192],[141.66973,38.86165],[141.66984,38.8612],[141.66937,38.86104],[141.66946,38.8609],[141.66856,38.86041],[141.66874,38.86012],[141.66867,38.8603],[141.66886,38.86049],[141.66905,38.85962],[141.66978,38.85964],[141.66994,38.8595],[141.6699,38.85915],[141.67005,38.85926],[141.6703,38.85914],[141.6705,38.85935],[141.67041,38.85951],[141.67062,38.85944],[141.67097,38.85991],[141.67126,38.85982],[141.67138,38.85952],[141.6709,38.85914],[141.67125,38.8591],[141.67132,38.85891],[141.67088,38.8588],[141.671,38.8587],[141.67079,38.85857],[141.67088,38.85835],[141.67057,38.85835],[141.67146,38.85793],[141.67136,38.85787],[141.67159,38.85791],[141.67158,38.85818],[141.67188,38.85816],[141.67182,38.85829],[141.67204,38.85822],[141.67216,38.85835],[141.67237,38.85798],[141.67232,38.8577],[141.67291,38.85765],[141.67272,38.85754],[141.67278,38.85738],[141.67324,38.8573],[141.67339,38.85709],[141.67351,38.85737],[141.67367,38.85704],[141.67393,38.85718],[141.67387,38.85744],[141.67411,38.85744],[141.67424,38.85774],[141.67413,38.85797],[141.6744,38.85792],[141.67464,38.85818],[141.67449,38.8597],[141.6742,38.85962],[141.67442,38.85978],[141.67401,38.85973],[141.67426,38.85984],[141.67399,38.85982],[141.67379,38.86007],[141.67315,38.86018],[141.67303,38.86033],[141.67404,38.86022],[141.67391,38.86042],[141.67425,38.86035],[141.6746,38.86052],[141.67459,38.8609],[141.67437,38.86089],[141.67466,38.86109],[141.6747,38.86202],[141.67416,38.8621],[141.67454,38.86232],[141.67498,38.863],[141.67468,38.86307],[141.67491,38.86319],[141.67475,38.86426],[141.67436,38.86406],[141.67471,38.86469],[141.67422,38.86455],[141.67466,38.86489],[141.67442,38.86559],[141.67415,38.8654],[141.67434,38.86582],[141.67421,38.86595],[141.6731,38.86553],[141.67298,38.86574],[141.67349,38.86658],[141.6726,38.8667],[141.67351,38.86692],[141.67361,38.86735],[141.67338,38.86729],[141.67324,38.86744],[141.67327,38.8679],[141.6731,38.86818],[141.67234,38.86801],[141.67196,38.8682],[141.67185,38.86795],[141.67169,38.86803],[141.67138,38.86765],[141.67124,38.86785],[141.67176,38.86836],[141.67135,38.8684],[141.67053,38.86787],[141.67105,38.86849],[141.66944,38.86856],[141.67005,38.86878],[141.66995,38.86891],[141.66961,38.86885],[141.6694,38.86936],[141.67,38.86951],[141.67029,38.86979],[141.67029,38.87001],[141.66944,38.87003],[141.66878,38.86982],[141.66852,38.86994],[141.66978,38.87031],[141.66981,38.87047],[141.67016,38.8705],[141.67026,38.87074],[141.6705,38.87072],[141.67044,38.87099],[141.67011,38.87084],[141.66989,38.87101],[141.67018,38.87128],[141.66993,38.87199],[141.6686,38.87247],[141.66911,38.87266],[141.66949,38.87251],[141.66949,38.87276],[141.67003,38.87271],[141.67027,38.87279],[141.67037,38.87304],[141.67095,38.87301],[141.67055,38.87358],[141.67077,38.87397],[141.66947,38.87462],[141.66897,38.87459],[141.66861,38.87434],[141.66863,38.87471],[141.66825,38.87477],[141.66781,38.87462],[141.66782,38.87498],[141.66749,38.87516],[141.66767,38.87545],[141.66741,38.87532],[141.66714,38.87546],[141.66694,38.87524],[141.66731,38.87603],[141.66678,38.8762],[141.66734,38.87625],[141.66757,38.87654],[141.66749,38.8768],[141.66729,38.87685],[141.66742,38.877],[141.66725,38.87708],[141.66726,38.87733],[141.66691,38.87728],[141.66671,38.87688],[141.66663,38.87706],[141.66641,38.87707],[141.66664,38.8774],[141.66642,38.87745],[141.66659,38.87772],[141.6664,38.87825],[141.66623,38.87813],[141.6662,38.87828],[141.6657,38.87836],[141.66552,38.87813],[141.66536,38.87827],[141.6651,38.87814],[141.66452,38.8782],[141.66423,38.87836],[141.66434,38.8785],[141.66414,38.87859],[141.66393,38.87851],[141.66362,38.87932],[141.66392,38.87947],[141.66395,38.87977],[141.66421,38.87974],[141.66443,38.88015],[141.66424,38.88026],[141.66391,38.88013],[141.66374,38.88037],[141.66431,38.88059],[141.66446,38.88046],[141.66444,38.88106],[141.66402,38.88079],[141.66338,38.88083],[141.66258,38.88172],[141.66284,38.88252],[141.66401,38.88213],[141.66419,38.8822],[141.66298,38.88251],[141.66332,38.88299],[141.66378,38.88329],[141.66427,38.88333],[141.66467,38.88295],[141.66519,38.88308],[141.66498,38.88375],[141.66476,38.88387],[141.66488,38.88403],[141.66473,38.88414],[141.66485,38.88419],[141.66458,38.88423],[141.66466,38.88462],[141.66434,38.88437],[141.66448,38.88472],[141.66405,38.88464],[141.66326,38.88532],[141.66309,38.88577],[141.66324,38.88613],[141.66315,38.88627],[141.66344,38.88638],[141.66314,38.88646],[141.6625,38.88708],[141.66265,38.88738],[141.66244,38.88764],[141.66247,38.88853],[141.66352,38.88819],[141.66346,38.88837],[141.66245,38.88857],[141.66296,38.88945],[141.66397,38.88997],[141.66437,38.8899],[141.66443,38.8896],[141.66441,38.88998],[141.66475,38.89044],[141.66505,38.89059],[141.66533,38.89053],[141.66542,38.8903],[141.66619,38.89016],[141.66595,38.88999],[141.66612,38.88967],[141.66667,38.8896],[141.66673,38.88931],[141.66686,38.88936],[141.66683,38.88958],[141.66702,38.88908],[141.6678,38.88915],[141.668,38.88886],[141.66811,38.88898],[141.66828,38.88882],[141.66822,38.88961],[141.6684,38.88942],[141.66861,38.88951],[141.66854,38.88971],[141.6687,38.88969],[141.66822,38.89001],[141.66738,38.89002],[141.66754,38.8902],[141.66782,38.8901],[141.66767,38.8905],[141.66787,38.89093],[141.66721,38.89122],[141.66764,38.89132],[141.66707,38.8918],[141.6676,38.8918],[141.6671,38.89294],[141.66696,38.8929],[141.66712,38.89267],[141.66701,38.89255],[141.66662,38.89297],[141.66652,38.89292],[141.66665,38.89274],[141.6661,38.89289],[141.66604,38.89306],[141.6652,38.89303],[141.6652,38.89279],[141.66475,38.89293],[141.66443,38.89263],[141.66454,38.89232],[141.66436,38.89199],[141.66378,38.89208],[141.66318,38.89254],[141.66319,38.893],[141.66294,38.89331],[141.66295,38.89369],[141.66342,38.89411],[141.66345,38.89433],[141.66386,38.89438],[141.66428,38.89403],[141.66459,38.89411],[141.66451,38.89453],[141.66475,38.89449],[141.66487,38.89481],[141.66461,38.8947],[141.66445,38.89486],[141.66489,38.89501],[141.66466,38.89533],[141.6652,38.89542],[141.66507,38.89599],[141.66493,38.89587],[141.66467,38.8962],[141.664,38.89593],[141.6638,38.89612],[141.66387,38.89629],[141.66408,38.8963],[141.66392,38.89675],[141.66359,38.89669],[141.66339,38.89705],[141.66361,38.89717],[141.66326,38.89732],[141.66236,38.89716],[141.66263,38.89696],[141.66233,38.89681],[141.66245,38.8961],[141.6623,38.89596],[141.66153,38.89592],[141.66135,38.89626],[141.66117,38.89629],[141.66102,38.89606],[141.66067,38.89616],[141.66044,38.89638],[141.66036,38.89691],[141.65964,38.89691],[141.6592,38.89727],[141.6592,38.89795],[141.65847,38.89864],[141.65867,38.89895],[141.65823,38.89859],[141.65768,38.89862],[141.6572,38.89919],[141.65751,38.89948],[141.6571,38.89941],[141.65674,38.89957],[141.65612,38.90024],[141.65601,38.90023],[141.65617,38.90007],[141.65575,38.90015],[141.65541,38.89998],[141.65509,38.90006],[141.65512,38.90019],[141.65464,38.90052],[141.65402,38.90034],[141.65345,38.90074],[141.65345,38.90113],[141.65318,38.90135],[141.65265,38.90122],[141.65252,38.90144],[141.65223,38.90142],[141.65143,38.90182],[141.65242,38.90266],[141.65152,38.902],[141.65105,38.90267],[141.65115,38.90339],[141.65126,38.90356],[141.65145,38.90351],[141.65126,38.90359],[141.65135,38.90388],[141.65219,38.90388],[141.65264,38.90327],[141.65224,38.9039],[141.65156,38.90414],[141.6518,38.90498],[141.6523,38.90506],[141.65267,38.90538],[141.65295,38.90533],[141.65274,38.90545],[141.65312,38.90547],[141.65289,38.90559],[141.65323,38.90585],[141.65379,38.90587],[141.65389,38.90599],[141.65378,38.90615],[141.6542,38.90623],[141.65483,38.90694],[141.6547,38.90705],[141.65432,38.90686],[141.65442,38.90706],[141.65396,38.90675],[141.65348,38.90687],[141.65334,38.90666],[141.65281,38.90705],[141.65262,38.90684],[141.65222,38.90698],[141.65165,38.90791],[141.65186,38.90842],[141.65239,38.90871],[141.65238,38.90886],[141.65209,38.90869],[141.65185,38.90877],[141.65228,38.90919],[141.65193,38.90925],[141.65148,38.90879],[141.65123,38.90891],[141.65074,38.91036],[141.65083,38.91063],[141.65071,38.91065],[141.65063,38.91038],[141.65079,38.9099],[141.65057,38.90986],[141.65086,38.90894],[141.65003,38.90876],[141.64987,38.90907],[141.64998,38.90877],[141.64966,38.90863],[141.64896,38.90904],[141.64871,38.90938],[141.64865,38.90957],[141.64899,38.90965],[141.649,38.90999],[141.64881,38.91012],[141.64862,38.90991],[141.64836,38.90998],[141.64824,38.91015],[141.64833,38.9103],[141.64808,38.91045],[141.64827,38.91057],[141.64784,38.91067],[141.64804,38.91079],[141.64772,38.91085],[141.64767,38.91124],[141.64752,38.91131],[141.64761,38.91166],[141.64793,38.912],[141.64854,38.91233],[141.64883,38.91176],[141.65033,38.91205],[141.65046,38.91135],[141.65061,38.91138],[141.65026,38.91239],[141.65113,38.91269],[141.65088,38.91271],[141.65096,38.91279],[141.65123,38.91277],[141.65093,38.91298],[141.65102,38.91307],[141.65074,38.91297],[141.65062,38.9132],[141.65057,38.91399],[141.65095,38.91409],[141.65048,38.91418],[141.65061,38.91452],[141.65086,38.91457],[141.65081,38.91472],[141.65042,38.91485],[141.65041,38.91539],[141.65051,38.91557],[141.65139,38.91559],[141.65151,38.91539],[141.65156,38.91553],[141.6522,38.91543],[141.65251,38.91555],[141.6518,38.91572],[141.65212,38.91583],[141.65168,38.91608],[141.6514,38.91562],[141.65086,38.91562],[141.65086,38.91598],[141.65066,38.9161],[141.6505,38.91661],[141.65062,38.91704],[141.65172,38.91814],[141.65292,38.9188],[141.65315,38.9191],[141.65307,38.91923],[141.65187,38.91989],[141.65072,38.91988],[141.64897,38.92048],[141.64871,38.92078],[141.64873,38.92108],[141.6492,38.92134],[141.64926,38.92157],[141.6491,38.92169],[141.64949,38.92203],[141.64943,38.92223],[141.64956,38.92231],[141.64839,38.92221],[141.648,38.92275],[141.64816,38.92293],[141.64796,38.92318],[141.64746,38.92275],[141.64721,38.92296],[141.64681,38.92275],[141.64681,38.92306],[141.64655,38.92278],[141.64648,38.92307],[141.64574,38.92238],[141.64551,38.92295],[141.64566,38.92337],[141.64538,38.92261],[141.64449,38.92272],[141.64461,38.92284],[141.64443,38.92299],[141.64466,38.92318],[141.64444,38.92334],[141.64452,38.92357],[141.64429,38.92369],[141.64424,38.92409],[141.64445,38.92423],[141.64501,38.92413],[141.64515,38.92423],[141.64482,38.92488],[141.6451,38.92508],[141.6449,38.92545],[141.64506,38.92583],[141.64416,38.9262],[141.64418,38.9264],[141.64382,38.92681],[141.64345,38.92675],[141.64343,38.92697],[141.6432,38.9271],[141.6428,38.92717],[141.64272,38.92735],[141.64237,38.92734],[141.64247,38.92777],[141.64288,38.92772],[141.64261,38.92793],[141.64272,38.9281],[141.64194,38.92833],[141.64175,38.92818],[141.64167,38.92844],[141.64151,38.92819],[141.64136,38.9284],[141.64109,38.92763],[141.64116,38.9274],[141.64054,38.92709],[141.6393,38.92687],[141.63925,38.92712],[141.63872,38.92713],[141.63839,38.92737],[141.63789,38.92719],[141.63801,38.92735],[141.63733,38.92766],[141.63726,38.92822],[141.6369,38.92887],[141.63701,38.92909],[141.63726,38.9291],[141.63735,38.9295],[141.63687,38.92939],[141.63675,38.92922],[141.63656,38.92927],[141.6363,38.93026],[141.63615,38.92938],[141.6351,38.92933],[141.63418,38.93009],[141.63443,38.93064],[141.63442,38.93091],[141.63424,38.93089],[141.63442,38.93098],[141.63447,38.9313],[141.63527,38.93144],[141.63649,38.93203],[141.63666,38.93199],[141.63665,38.93212],[141.63768,38.93198],[141.6376,38.93097],[141.63771,38.93097],[141.63776,38.93193],[141.63936,38.93145],[141.63986,38.9317],[141.63982,38.93192],[141.63967,38.93188],[141.63973,38.93199],[141.6395,38.93211],[141.63941,38.93254],[141.64005,38.93302],[141.64097,38.93291],[141.64119,38.93271],[141.64152,38.93291],[141.64185,38.93279],[141.64227,38.93307],[141.64306,38.93304],[141.64256,38.93386],[141.64265,38.93408],[141.64299,38.93412],[141.64308,38.93428],[141.64289,38.93435],[141.64306,38.93475],[141.64344,38.93503],[141.64293,38.93527],[141.64284,38.93569],[141.64236,38.93554],[141.64218,38.93618],[141.64272,38.93699],[141.64321,38.93633],[141.64332,38.93638],[141.64316,38.93651],[141.64352,38.93656],[141.64316,38.93669],[141.64344,38.93682],[141.64319,38.93696],[141.64308,38.93739],[141.64286,38.93724],[141.6426,38.93748],[141.64237,38.93728],[141.64206,38.9375],[141.64208,38.93806],[141.6425,38.93796],[141.64253,38.9381],[141.64218,38.93842],[141.64192,38.93838],[141.64169,38.9387],[141.64224,38.93921],[141.64259,38.9392],[141.64272,38.93894],[141.64297,38.93889],[141.64329,38.93906],[141.64309,38.93919],[141.64318,38.93931],[141.6436,38.9394],[141.64328,38.93948],[141.6433,38.93968],[141.64293,38.94001],[141.64259,38.93999],[141.64257,38.94029],[141.64285,38.94044],[141.64312,38.94016],[141.64298,38.94039],[141.6432,38.94053],[141.64323,38.94077],[141.64381,38.94052],[141.64389,38.94074],[141.6437,38.94107],[141.64412,38.94107],[141.64465,38.94154],[141.64494,38.94132],[141.64516,38.94179],[141.64543,38.94129],[141.64602,38.94174],[141.64618,38.94084],[141.64644,38.94064],[141.6466,38.94074],[141.6467,38.9406],[141.64684,38.9409],[141.6469,38.94072],[141.64676,38.94054],[141.64725,38.94063],[141.64729,38.94077],[141.64752,38.94064],[141.64778,38.94102],[141.64826,38.94133],[141.64809,38.94173],[141.6483,38.9423],[141.64811,38.94269],[141.64731,38.94293],[141.64717,38.94259],[141.64693,38.94254],[141.64663,38.94208],[141.64615,38.94196],[141.64597,38.9421],[141.64613,38.9423],[141.64573,38.94214],[141.64525,38.9424],[141.6452,38.94287],[141.64456,38.94281],[141.64426,38.94241],[141.64351,38.94218],[141.64265,38.9421],[141.64253,38.94227],[141.64201,38.94216],[141.64169,38.94231],[141.64026,38.942],[141.63963,38.94262],[141.64049,38.94326],[141.64089,38.94325],[141.64048,38.94332],[141.6393,38.94271],[141.63883,38.94331],[141.63876,38.94451],[141.639,38.945],[141.63928,38.94505],[141.63954,38.94485],[141.63981,38.94498],[141.64,38.94564],[141.64023,38.94555],[141.64043,38.94583],[141.64043,38.94597],[141.64005,38.94597],[141.64037,38.94625],[141.63997,38.94607],[141.63981,38.94565],[141.63947,38.94584],[141.63933,38.94644],[141.63939,38.94592],[141.63868,38.94562],[141.63809,38.94583],[141.63786,38.94605],[141.63792,38.94622],[141.63767,38.94632],[141.63767,38.94667],[141.6372,38.94681],[141.63758,38.94701],[141.63743,38.94747],[141.63784,38.94775],[141.63789,38.94808],[141.63865,38.94834],[141.63889,38.94822],[141.6389,38.94798],[141.63933,38.94799],[141.63941,38.94829],[141.63897,38.94827],[141.6387,38.94849],[141.63925,38.94851],[141.63895,38.94875],[141.63905,38.94899],[141.63889,38.94908],[141.63925,38.94938],[141.63936,38.94931],[141.63927,38.94918],[141.6394,38.94921],[141.63953,38.949],[141.63963,38.94939],[141.63927,38.94961],[141.63902,38.94946],[141.63887,38.94969],[141.63866,38.9497],[141.63852,38.94929],[141.63771,38.94919],[141.63763,38.9497],[141.63764,38.94923],[141.63738,38.94898],[141.63681,38.94867],[141.63631,38.94877],[141.63587,38.94925],[141.63599,38.94944],[141.63559,38.94983],[141.63557,38.95032],[141.63633,38.95063],[141.63684,38.95054],[141.63718,38.95088],[141.6368,38.95092],[141.63675,38.95133],[141.63615,38.95138],[141.63614,38.95154],[141.63584,38.95159],[141.63603,38.95138],[141.63593,38.95118],[141.63512,38.95128],[141.63447,38.95084],[141.63437,38.9505],[141.63392,38.95058],[141.63321,38.95128],[141.63418,38.95158],[141.63322,38.95143],[141.63314,38.95177],[141.63344,38.95202],[141.63334,38.95242],[141.63302,38.95239],[141.63301,38.95259],[141.63255,38.95272],[141.63261,38.95312],[141.63313,38.9531],[141.63319,38.9533],[141.63264,38.95339],[141.63246,38.95316],[141.63206,38.9533],[141.63189,38.95357],[141.63198,38.95386],[141.63133,38.9543],[141.63147,38.95452],[141.63143,38.95519],[141.63179,38.95544],[141.63173,38.95576],[141.63137,38.95577],[141.63159,38.9561],[141.63137,38.95631],[141.63168,38.95656],[141.6316,38.95672],[141.63176,38.95675],[141.63162,38.95687],[141.6319,38.95695],[141.63173,38.95739],[141.63147,38.95735],[141.63151,38.95777],[141.63168,38.95801],[141.63262,38.95828],[141.6336,38.9582],[141.63424,38.95793],[141.63468,38.9575],[141.63492,38.9569],[141.63571,38.95589],[141.63594,38.9558],[141.63644,38.95598],[141.63693,38.95569],[141.63739,38.95574],[141.63764,38.95533],[141.63805,38.9554],[141.63788,38.95553],[141.63811,38.95542],[141.6383,38.95551],[141.63901,38.95518],[141.6391,38.95567],[141.63953,38.95581],[141.63964,38.95553],[141.64018,38.95546],[141.64029,38.95509],[141.64038,38.95529],[141.64059,38.95528],[141.64048,38.95498],[141.64094,38.95479],[141.64079,38.95456],[141.64091,38.95446],[141.64187,38.95433],[141.64201,38.95455],[141.64163,38.95475],[141.64185,38.95474],[141.64199,38.95494],[141.64228,38.95489],[141.64238,38.95512],[141.64235,38.95479],[141.64284,38.95484],[141.64357,38.95528],[141.64362,38.95554],[141.64389,38.95518],[141.64405,38.95552],[141.64389,38.9557],[141.64399,38.95588],[141.64368,38.95584],[141.64359,38.956],[141.64326,38.95597],[141.64287,38.95561],[141.64295,38.95601],[141.6426,38.95586],[141.64267,38.95616],[141.6417,38.95609],[141.64154,38.95648],[141.64191,38.9566],[141.64151,38.95704],[141.64165,38.95719],[141.64143,38.95743],[141.64174,38.95768],[141.64128,38.95778],[141.64153,38.95811],[141.64156,38.95876],[141.64093,38.95905],[141.64108,38.95929],[141.64076,38.95947],[141.64074,38.95977],[141.64017,38.95978],[141.63964,38.96039],[141.63934,38.96028],[141.63914,38.96041],[141.63918,38.9608],[141.63984,38.96129],[141.63931,38.96149],[141.63924,38.96195],[141.63871,38.96207],[141.63869,38.96225],[141.63834,38.96215],[141.63788,38.96256],[141.6369,38.96266],[141.63707,38.9643],[141.63697,38.96431],[141.63677,38.96289],[141.6347,38.96294],[141.63441,38.96278],[141.63442,38.9625],[141.63401,38.96233],[141.63409,38.96259],[141.63389,38.96226],[141.63342,38.96251],[141.63312,38.96244],[141.63227,38.96309],[141.63201,38.96298],[141.63216,38.96322],[141.6321,38.96366],[141.63238,38.96407],[141.63351,38.96361],[141.63303,38.96384],[141.63326,38.96425],[141.63478,38.96536],[141.63583,38.96457],[141.63454,38.96564],[141.63518,38.96598],[141.63485,38.96622],[141.63509,38.96641],[141.63477,38.96667],[141.63486,38.96686],[141.63466,38.96725],[141.63483,38.96724],[141.63476,38.9676],[141.63576,38.96771],[141.63581,38.96803],[141.63541,38.96816],[141.63463,38.96779],[141.63416,38.96784],[141.63346,38.96851],[141.63346,38.96874],[141.6338,38.96914],[141.63366,38.96939],[141.63327,38.96947],[141.63313,38.96968],[141.63251,38.96963],[141.63205,38.96981],[141.63186,38.97032],[141.6319,38.97071],[141.63156,38.97095],[141.63161,38.97153],[141.63219,38.97211],[141.63285,38.97195],[141.63348,38.9724],[141.63351,38.97263],[141.63313,38.97294],[141.63338,38.97337],[141.63319,38.97332],[141.63315,38.97369],[141.63339,38.97392],[141.6325,38.97457],[141.63056,38.9752],[141.6305,38.97561],[141.63075,38.97589],[141.63048,38.97599],[141.63046,38.9762],[141.63064,38.97645],[141.6299,38.97684],[141.62845,38.97711],[141.62821,38.97778],[141.62768,38.97811],[141.62766,38.97859],[141.62739,38.97877],[141.62727,38.97913],[141.62878,38.97979],[141.62898,38.98015],[141.62851,38.98101],[141.62891,38.98017],[141.62874,38.97982],[141.62748,38.97935],[141.62716,38.98003],[141.62698,38.98],[141.62739,38.98012],[141.62712,38.98071],[141.62732,38.98121],[141.6267,38.98255],[141.62703,38.9817],[141.62621,38.98147],[141.626,38.98185],[141.62544,38.98162],[141.62525,38.9818],[141.62501,38.98306],[141.6258,38.9829],[141.62595,38.98305],[141.62608,38.98338],[141.62577,38.98295],[141.62521,38.9831],[141.62527,38.98326],[141.62507,38.98331],[141.62538,38.98404],[141.6257,38.98418],[141.62524,38.98458],[141.62591,38.98484],[141.62657,38.98537],[141.62553,38.98475],[141.62533,38.98507],[141.62517,38.98501],[141.625,38.98522],[141.62483,38.98567],[141.62569,38.98654],[141.6256,38.98672],[141.62605,38.98732],[141.62654,38.9875],[141.62719,38.98816],[141.62762,38.98811],[141.62783,38.98843],[141.62827,38.98862],[141.62839,38.98837],[141.6288,38.98831],[141.62861,38.9886],[141.62787,38.98898],[141.62821,38.9895],[141.62869,38.98943],[141.62912,38.98962],[141.62853,38.98974],[141.62866,38.98989],[141.62899,38.98986],[141.62867,38.99001],[141.62892,38.99009],[141.62877,38.99013],[141.62882,38.99051],[141.62821,38.99064],[141.62828,38.99085],[141.6285,38.99075],[141.62891,38.99094],[141.6289,38.99109],[141.62846,38.99122],[141.62902,38.99309],[141.62986,38.99358],[141.62893,38.99312],[141.62875,38.99241],[141.62835,38.99248],[141.62809,38.99184],[141.62664,38.99155],[141.62647,38.99086],[141.62542,38.99102],[141.62468,38.99139],[141.62479,38.99143],[141.62458,38.99176],[141.62473,38.99145],[141.62433,38.99129],[141.62383,38.99205],[141.62428,38.99216],[141.6245,38.99187],[141.6243,38.99221],[141.62376,38.99207],[141.6237,38.99198],[141.6234,38.9921],[141.62421,38.99235],[141.62391,38.99302],[141.62292,38.99274],[141.6221,38.99391],[141.6279,38.99504],[141.62812,38.9952],[141.62912,38.9943],[141.62443,38.99887],[141.62516,38.99931],[141.62475,38.99968],[141.6253,39.00003],[141.62781,39.00288],[141.62875,39.00343],[141.62912,39.00347],[141.63005,39.00221],[141.63015,39.00226],[141.62922,39.00364],[141.63271,39.00508],[141.63775,39.0066],[141.64189,39.00712],[141.64441,39.00711],[141.64435,39.00688],[141.64528,39.00671],[141.64548,39.00688],[141.64544,39.00664],[141.64568,39.00665],[141.64581,39.00631],[141.64554,39.0053],[141.6457,39.00573],[141.64832,39.00537],[141.64814,39.00473],[141.64784,39.00452],[141.64819,39.00471],[141.64844,39.00561],[141.64937,39.00544],[141.64843,39.00568],[141.64807,39.00619],[141.64814,39.00652],[141.64844,39.00649],[141.6485,39.00674],[141.64915,39.00663],[141.64906,39.00613],[141.64918,39.00662],[141.64943,39.0066],[141.64934,39.00676],[141.64975,39.00686],[141.65024,39.00676],[141.65084,39.00625],[141.65198,39.00594],[141.65611,39.006],[141.65604,39.00444],[141.65662,39.00402],[141.6561,39.00446],[141.65612,39.00525],[141.65728,39.00522],[141.658,39.00496],[141.65827,39.00539],[141.65903,39.00474],[141.65916,39.0048],[141.6595,39.00421],[141.65926,39.00386],[141.65894,39.00394],[141.65815,39.00342],[141.65749,39.00372],[141.65865,39.0031],[141.65887,39.00262],[141.65868,39.00176],[141.65823,39.00121],[141.65736,39.00086],[141.65737,39.00043],[141.65724,39.00038],[141.65785,39.00022],[141.65878,39.0003],[141.65997,39.00068],[141.66006,39.00094],[141.66017,39.00089],[141.66052,39.00126],[141.66044,39.00149],[141.66061,39.00167],[141.66063,39.00209],[141.66134,39.00228],[141.66141,39.00201],[141.66149,39.00223],[141.66212,39.00231],[141.66228,39.00272],[141.66262,39.00281],[141.66284,39.00331],[141.66279,39.00356],[141.66319,39.00379],[141.66332,39.00415],[141.66455,39.00416],[141.66451,39.00463],[141.66493,39.00518],[141.66599,39.00554],[141.66628,39.00482],[141.66652,39.00467],[141.66713,39.00454],[141.66631,39.00485],[141.66603,39.00553],[141.66666,39.0056],[141.66663,39.00569],[141.66698,39.00575],[141.66687,39.0059],[141.66743,39.00592],[141.66731,39.00574],[141.6688,39.00538],[141.66899,39.00548],[141.66915,39.00529],[141.66969,39.00516],[141.66995,39.00524],[141.67105,39.00481],[141.6732,39.00376],[141.67605,39.00208],[141.67587,39.0018],[141.67791,39.00053],[141.67705,38.9997],[141.67704,38.9992],[141.67709,38.99967],[141.6776,39.00017],[141.67859,38.99954],[141.67825,38.99904],[141.67836,38.99897],[141.67864,38.99953],[141.6793,38.99913],[141.67958,38.9994],[141.67969,38.99934],[141.67957,38.99922],[141.68073,38.99841],[141.68088,38.99855],[141.68138,38.99825],[141.67943,38.99409],[141.67903,38.99407],[141.67889,38.99388],[141.67871,38.99413],[141.67855,38.9937],[141.67795,38.99328],[141.67768,38.99328],[141.67763,38.99351],[141.67741,38.99327],[141.67703,38.99334],[141.67662,38.99316],[141.67539,38.99355],[141.67458,38.99328],[141.6738,38.99341],[141.67358,38.9932],[141.67335,38.99252],[141.67288,38.99235],[141.67284,38.9918],[141.67232,38.99037],[141.67168,38.98955],[141.67123,38.98949],[141.67083,38.98981],[141.67003,38.98908],[141.66946,38.9892],[141.66975,38.99006],[141.66921,38.9902],[141.66881,38.98928],[141.66777,38.98902],[141.66748,38.98796],[141.66705,38.98744],[141.66722,38.98681],[141.6671,38.98672],[141.66828,38.98558],[141.66868,38.98472],[141.66815,38.98431],[141.66835,38.98359],[141.66814,38.98351],[141.66802,38.98299],[141.66718,38.98294],[141.66689,38.98387],[141.6672,38.98263],[141.66642,38.98214],[141.66597,38.98146],[141.66628,38.9816],[141.66646,38.9814],[141.66635,38.98133],[141.66671,38.98132],[141.66814,38.9804],[141.66832,38.97997],[141.66819,38.97973],[141.66854,38.97928],[141.6685,38.97896],[141.66867,38.97888],[141.66873,38.97848],[141.66918,38.97816],[141.66905,38.9777],[141.66878,38.97779],[141.66893,38.9776],[141.66803,38.97716],[141.66789,38.97686],[141.66808,38.97614],[141.66862,38.976],[141.66866,38.97519],[141.66882,38.97556],[141.66931,38.97582],[141.67059,38.97574],[141.67113,38.97521],[141.67171,38.97519],[141.67223,38.97484],[141.6721,38.97477],[141.67219,38.97465],[141.67168,38.97448],[141.67222,38.97462],[141.67239,38.97442],[141.67239,38.97422],[141.67185,38.97362],[141.67192,38.97334],[141.67223,38.97309],[141.67466,38.97246],[141.67629,38.97253],[141.6772,38.97208],[141.67747,38.97168],[141.67766,38.97177],[141.67707,38.97138],[141.67754,38.97165],[141.67783,38.97122],[141.6778,38.97097],[141.67739,38.97094],[141.67684,38.97036],[141.67595,38.97115],[141.67635,38.97061],[141.67699,38.97021],[141.67637,38.9695],[141.67633,38.969],[141.67737,38.96895],[141.67893,38.96936],[141.67989,38.96911],[141.68044,38.9693],[141.68091,38.96926],[141.68107,38.96944],[141.68252,38.96939],[141.68324,38.96918],[141.68482,38.9684],[141.68447,38.96798],[141.68485,38.96837],[141.68539,38.96796],[141.68543,38.96735],[141.68512,38.96693],[141.6845,38.96705],[141.68401,38.96738],[141.68443,38.96702],[141.68528,38.96685],[141.68523,38.96667],[141.68495,38.96661],[141.68485,38.96593],[141.68632,38.9657],[141.68651,38.96547],[141.68624,38.96541],[141.68673,38.96526],[141.68678,38.96544],[141.68713,38.9654],[141.68839,38.96503],[141.68893,38.96457],[141.68916,38.96388],[141.68886,38.96317],[141.68838,38.96297],[141.68837,38.96276],[141.68782,38.96259],[141.68771,38.9623],[141.6875,38.96233],[141.68735,38.96208],[141.68746,38.96194],[141.68809,38.962],[141.68816,38.96095],[141.6877,38.9607],[141.68675,38.96064],[141.68653,38.96045],[141.68674,38.96031],[141.68684,38.96046],[141.68702,38.96032],[141.68771,38.96034],[141.68764,38.9602],[141.68784,38.96012],[141.68779,38.95994],[141.68821,38.95994],[141.68807,38.95986],[141.6883,38.95982],[141.68826,38.95959],[141.68857,38.95904],[141.68798,38.95871],[141.68842,38.95891],[141.68878,38.95888],[141.68901,38.95844],[141.68896,38.95808],[141.68862,38.95746],[141.6881,38.95774],[141.6886,38.95745],[141.68817,38.95702],[141.68679,38.95739],[141.68697,38.95814],[141.68675,38.95747],[141.68651,38.95726],[141.68731,38.95667],[141.68719,38.95655],[141.68732,38.95642],[141.68698,38.95631],[141.68755,38.956],[141.68807,38.95594],[141.68785,38.95612],[141.68803,38.95641],[141.68848,38.95654],[141.68877,38.95609],[141.68925,38.95591],[141.68873,38.95389],[141.68882,38.95388],[141.68898,38.95415],[141.68906,38.95392],[141.68957,38.95596],[141.69019,38.95602],[141.68997,38.95606],[141.68992,38.95689],[141.69115,38.95683],[141.69125,38.957],[141.69121,38.95656],[141.69115,38.95676],[141.69087,38.95588],[141.69053,38.95592],[141.69198,38.95562],[141.69114,38.95226],[141.69082,38.95195],[141.69117,38.95222],[141.6914,38.95313],[141.69254,38.95296],[141.69232,38.95208],[141.69258,38.95204],[141.69249,38.95169],[141.69102,38.95075],[141.69088,38.95089],[141.69002,38.95053],[141.68985,38.95089],[141.69026,38.95155],[141.68979,38.95091],[141.69012,38.95017],[141.68925,38.94994],[141.68903,38.95006],[141.68925,38.94961],[141.68876,38.9493],[141.68895,38.94926],[141.68905,38.94863],[141.68886,38.94847],[141.68907,38.94842],[141.68873,38.94816],[141.6891,38.94806],[141.68915,38.94782],[141.68904,38.94755],[141.68871,38.9475],[141.68926,38.94731],[141.68912,38.94716],[141.68929,38.94713],[141.68927,38.94697],[141.68978,38.94716],[141.69033,38.94712],[141.69017,38.94695],[141.69028,38.94684],[141.6908,38.94692],[141.69051,38.94678],[141.69042,38.94647],[141.69121,38.94663],[141.69132,38.94651],[141.69115,38.9465],[141.69112,38.94633],[141.69129,38.94646],[141.69187,38.94627],[141.69178,38.94616],[141.69202,38.94606],[141.69164,38.94587],[141.69208,38.94584],[141.69221,38.94565],[141.69264,38.94568],[141.69249,38.94573],[141.6927,38.94586],[141.69247,38.94599],[141.69274,38.946],[141.69256,38.9462],[141.69294,38.94654],[141.6937,38.94676],[141.69502,38.94749],[141.69544,38.94755],[141.69604,38.94739],[141.69638,38.94704],[141.69711,38.94672],[141.69696,38.9465],[141.69743,38.94644],[141.69865,38.9452],[141.69878,38.9443],[141.69854,38.94397],[141.69635,38.94344],[141.69681,38.94336],[141.69683,38.94325],[141.69594,38.94305],[141.69656,38.94293],[141.69629,38.9428],[141.69614,38.94248],[141.69673,38.94257],[141.69632,38.94231],[141.6971,38.94226],[141.69729,38.94249],[141.69713,38.94206],[141.69729,38.94196],[141.6963,38.94145],[141.6973,38.94158],[141.69757,38.94148],[141.69773,38.94157],[141.6975,38.94164],[141.69771,38.94168],[141.69807,38.94152],[141.69911,38.94177],[141.69926,38.94196],[141.69996,38.9418],[141.70026,38.94197],[141.70082,38.94177],[141.70122,38.94137],[141.70147,38.94145],[141.70166,38.94112],[141.70168,38.9408],[141.70141,38.9403],[141.70051,38.94006],[141.70019,38.93956],[141.69952,38.93963],[141.69961,38.93951],[141.69931,38.93936],[141.6999,38.93927],[141.69973,38.9392],[141.69982,38.93904],[141.69955,38.93892],[141.6999,38.93892],[141.69991,38.9388],[141.70046,38.93894],[141.7002,38.9387],[141.70242,38.93843],[141.70183,38.93833],[141.70208,38.93817],[141.70391,38.93824],[141.70398,38.93839],[141.7043,38.9384],[141.70336,38.93847],[141.70521,38.9388],[141.70455,38.93889],[141.70539,38.9389],[141.7048,38.93911],[141.70535,38.93922],[141.70516,38.93935],[141.70606,38.93935],[141.70583,38.93943],[141.70609,38.93948],[141.70568,38.93975],[141.70583,38.94022],[141.70687,38.94052],[141.70717,38.94069],[141.7071,38.94083],[141.70741,38.94082],[141.70711,38.94101],[141.707,38.94124],[141.70711,38.94132],[141.70698,38.94138],[141.70584,38.94118],[141.70623,38.94314],[141.70598,38.94226],[141.70478,38.94241],[141.70461,38.94229],[141.70419,38.94317],[141.70375,38.94308],[141.70379,38.94391],[141.70426,38.94499],[141.7064,38.94457],[141.7063,38.94386],[141.70641,38.94361],[141.70639,38.94447],[141.70659,38.94473],[141.70925,38.94532],[141.71013,38.94505],[141.71012,38.94526],[141.71036,38.9452],[141.71009,38.94542],[141.71066,38.94523],[141.71031,38.94558],[141.71047,38.94571],[141.71091,38.94526],[141.71134,38.94523],[141.71182,38.94545],[141.71147,38.94571],[141.7115,38.94591],[141.71395,38.94573],[141.71393,38.94593],[141.71414,38.94595],[141.71407,38.94605],[141.71452,38.9461],[141.71387,38.94626],[141.71468,38.94647],[141.71458,38.94659],[141.71396,38.94652],[141.71398,38.94665],[141.71434,38.94671],[141.71358,38.94703],[141.71374,38.94764],[141.71409,38.9478],[141.71415,38.94748],[141.71478,38.94755],[141.71522,38.94733],[141.71546,38.94755],[141.71591,38.94747],[141.71596,38.94786],[141.71567,38.94801],[141.71468,38.94801],[141.71497,38.94819],[141.71458,38.94813],[141.71472,38.94833],[141.71461,38.94847],[141.71493,38.94857],[141.7144,38.94884],[141.71475,38.94904],[141.71398,38.94918],[141.71359,38.9495],[141.71396,38.95015],[141.71355,38.94961],[141.71236,38.94993],[141.71201,38.95023],[141.71215,38.95066],[141.71313,38.95123],[141.71408,38.95115],[141.71554,38.95181],[141.71638,38.9515],[141.71647,38.9513],[141.71617,38.95112],[141.71643,38.95101],[141.71681,38.95129],[141.71792,38.95143],[141.71747,38.95151],[141.71762,38.95159],[141.71745,38.9517],[141.7175,38.95183],[141.71862,38.95258],[141.72061,38.95263],[141.72123,38.95214],[141.72164,38.95126],[141.72229,38.9508],[141.72247,38.95048],[141.72274,38.95045],[141.72265,38.95027],[141.72294,38.95018],[141.72338,38.95028],[141.72339,38.95039],[141.72311,38.95047],[141.72346,38.95057],[141.72315,38.95057],[141.72322,38.95086],[141.72371,38.95079],[141.72333,38.95097],[141.72397,38.95099],[141.72334,38.95114],[141.72346,38.95172],[141.72419,38.95214],[141.7246,38.95217],[141.72506,38.95177],[141.7252,38.95235],[141.7256,38.95243],[141.72583,38.95216],[141.72576,38.95197],[141.72601,38.952],[141.72629,38.95178],[141.7263,38.95155],[141.72656,38.95141],[141.72763,38.95152],[141.72762,38.95199],[141.72708,38.95206],[141.72787,38.95219],[141.72771,38.95232],[141.72824,38.95214],[141.72842,38.95227],[141.72833,38.95267],[141.72811,38.95286],[141.72713,38.95319],[141.72656,38.95299],[141.72637,38.95309],[141.72651,38.95323],[141.72599,38.95307],[141.72576,38.95328],[141.7259,38.95333],[141.72591,38.95357],[141.72626,38.95357],[141.72592,38.95378],[141.72609,38.95388],[141.72667,38.95367],[141.72685,38.95403],[141.72582,38.95404],[141.72576,38.9544],[141.72665,38.95433],[141.72662,38.95447],[141.72678,38.95448],[141.72664,38.9546],[141.72708,38.9546],[141.72716,38.95477],[141.72746,38.9548],[141.7271,38.95498],[141.72731,38.95494],[141.72742,38.9551],[141.72802,38.95503],[141.72782,38.95531],[141.72785,38.95559],[141.72747,38.95564],[141.72715,38.95547],[141.72714,38.9553],[141.72695,38.95546],[141.72637,38.95534],[141.7264,38.95546],[141.7262,38.95542],[141.72613,38.95565],[141.72589,38.95558],[141.72562,38.95588],[141.72558,38.95556],[141.72529,38.95551],[141.72512,38.95611],[141.72486,38.95598],[141.72485,38.95634],[141.725,38.95647],[141.72428,38.95627],[141.72441,38.95643],[141.72398,38.9564],[141.72353,38.95707],[141.72372,38.95762],[141.72401,38.95755],[141.72429,38.9578],[141.72455,38.95763],[141.72446,38.95728],[141.72458,38.95702],[141.72464,38.95766],[141.72482,38.95767],[141.72417,38.95802],[141.72434,38.95819],[141.72468,38.95813],[141.72466,38.95826],[141.72507,38.95801],[141.72484,38.95828],[141.72476,38.95871],[141.725,38.95866],[141.72437,38.95921],[141.72465,38.95941],[141.72457,38.95962],[141.72343,38.95975],[141.72296,38.96029],[141.72294,38.96071],[141.72339,38.96075],[141.72316,38.96083],[141.72336,38.96084],[141.72316,38.96094],[141.72326,38.96116],[141.72371,38.96112],[141.72345,38.96133],[141.72375,38.96157],[141.72333,38.96162],[141.72323,38.96205],[141.72399,38.96222],[141.72391,38.96246],[141.72404,38.96254],[141.72365,38.96272],[141.72303,38.96274],[141.72319,38.96285],[141.72292,38.96317],[141.72321,38.96345],[141.7229,38.96341],[141.72283,38.96355],[141.72266,38.9633],[141.72268,38.96361],[141.72247,38.96371],[141.72159,38.96373],[141.72169,38.96382],[141.72158,38.96391],[141.72184,38.96412],[141.72135,38.96438],[141.72064,38.96444],[141.72061,38.96456],[141.72092,38.96459],[141.72073,38.9647],[141.71988,38.96478],[141.71991,38.96433],[141.71963,38.9641],[141.71929,38.96449],[141.7189,38.96424],[141.71773,38.96453],[141.71762,38.96473],[141.71794,38.96483],[141.71757,38.96476],[141.71771,38.96497],[141.71759,38.96505],[141.71785,38.96516],[141.71776,38.96532],[141.71801,38.9653],[141.71755,38.96545],[141.71764,38.96565],[141.7171,38.96582],[141.71692,38.96624],[141.71791,38.96646],[141.71738,38.96689],[141.71799,38.96688],[141.71785,38.96705],[141.71822,38.96713],[141.71818,38.96725],[141.7175,38.96725],[141.71685,38.96696],[141.71678,38.96714],[141.71653,38.96717],[141.71673,38.96737],[141.7166,38.96757],[141.71643,38.967],[141.71586,38.9669],[141.71586,38.9667],[141.71556,38.96689],[141.71552,38.96676],[141.71508,38.96676],[141.71501,38.96686],[141.71522,38.96695],[141.71481,38.96711],[141.71491,38.96718],[141.71411,38.96718],[141.71375,38.96765],[141.71395,38.96771],[141.71295,38.96805],[141.71198,38.96789],[141.71166,38.96748],[141.71058,38.96714],[141.7102,38.96735],[141.71046,38.96756],[141.70998,38.9674],[141.70936,38.96757],[141.70906,38.96746],[141.70917,38.96734],[141.70881,38.96734],[141.70885,38.96718],[141.70851,38.96733],[141.70826,38.96724],[141.70816,38.96737],[141.7083,38.96754],[141.70801,38.96765],[141.70758,38.96744],[141.70762,38.96723],[141.70741,38.96696],[141.70659,38.96695],[141.70704,38.96691],[141.70699,38.96556],[141.70551,38.96544],[141.70552,38.9652],[141.70386,38.96514],[141.7038,38.96528],[141.70382,38.96498],[141.70312,38.96506],[141.70205,38.96543],[141.69981,38.96671],[141.6995,38.96709],[141.6985,38.96717],[141.69791,38.96747],[141.69644,38.96993],[141.69619,38.97143],[141.69638,38.97185],[141.69738,38.97207],[141.69765,38.97173],[141.69739,38.97224],[141.69855,38.97243],[141.69825,38.97251],[141.6984,38.97262],[141.69749,38.97255],[141.69744,38.97284],[141.69789,38.9729],[141.69795,38.97317],[141.69758,38.97315],[141.69756,38.97341],[141.69722,38.97351],[141.6972,38.97374],[141.69734,38.97407],[141.69847,38.97421],[141.69804,38.9743],[141.69807,38.97456],[141.69847,38.97458],[141.69861,38.97477],[141.69824,38.97501],[141.6985,38.97536],[141.69833,38.97546],[141.69859,38.97563],[141.69837,38.97571],[141.69827,38.97597],[141.69856,38.9763],[141.69932,38.97661],[141.69987,38.97652],[141.69966,38.9759],[141.70124,38.9756],[141.70087,38.97441],[141.70098,38.97439],[141.70154,38.97616],[141.70072,38.97659],[141.70182,38.97757],[141.70284,38.97781],[141.70352,38.97708],[141.7035,38.97693],[141.70389,38.97672],[141.70388,38.97705],[141.7041,38.9771],[141.7038,38.97719],[141.70391,38.97723],[141.70381,38.97737],[141.70364,38.97741],[141.70381,38.97745],[141.70356,38.97747],[141.70348,38.97779],[141.70365,38.97804],[141.70449,38.9784],[141.70475,38.97826],[141.70471,38.97844],[141.70577,38.97873],[141.70623,38.97851],[141.70624,38.97868],[141.70689,38.97884],[141.70828,38.97818],[141.7086,38.97827],[141.70862,38.97846],[141.70906,38.9783],[141.70882,38.97845],[141.70881,38.97875],[141.70942,38.97849],[141.70906,38.97892],[141.7081,38.97932],[141.70836,38.97948],[141.70865,38.97924],[141.70919,38.97923],[141.70848,38.97945],[141.70857,38.97972],[141.70878,38.97964],[141.70871,38.97983],[141.70894,38.97964],[141.70908,38.97981],[141.70843,38.98002],[141.70824,38.98043],[141.70846,38.98054],[141.70825,38.98063],[141.70855,38.98145],[141.70964,38.98168],[141.71044,38.98228],[141.70966,38.98179],[141.70874,38.98163],[141.70858,38.9822],[141.70837,38.98216],[141.70812,38.98305],[141.70815,38.98329],[141.70905,38.98406],[141.70973,38.9837],[141.70908,38.98409],[141.7096,38.98467],[141.71015,38.98482],[141.71093,38.98471],[141.71087,38.98445],[141.71126,38.98407],[141.71083,38.98372],[141.71129,38.98404],[141.71228,38.98334],[141.71165,38.98281],[141.71144,38.9823],[141.71172,38.98279],[141.71291,38.98376],[141.713,38.98347],[141.71355,38.98347],[141.71397,38.98317],[141.71388,38.98289],[141.71421,38.9827],[141.71401,38.98246],[141.7142,38.98214],[141.7146,38.98172],[141.71524,38.98156],[141.71504,38.98148],[141.71544,38.98114],[141.71594,38.98107],[141.71583,38.98115],[141.71608,38.98123],[141.71584,38.98145],[141.71601,38.98161],[141.71676,38.98152],[141.71688,38.98157],[141.71675,38.98168],[141.71748,38.98188],[141.71684,38.98219],[141.7176,38.98215],[141.71769,38.9823],[141.71727,38.98232],[141.7173,38.98257],[141.71703,38.98247],[141.71672,38.98264],[141.71702,38.98285],[141.71685,38.98293],[141.71686,38.98318],[141.71633,38.98357],[141.71647,38.98383],[141.71688,38.98391],[141.71683,38.98416],[141.71635,38.98404],[141.71609,38.98452],[141.71584,38.98445],[141.71517,38.98497],[141.71467,38.98503],[141.71444,38.98535],[141.71397,38.98538],[141.714,38.98563],[141.71414,38.98564],[141.71365,38.98659],[141.71387,38.98667],[141.71345,38.98704],[141.71383,38.98743],[141.71392,38.98775],[141.71371,38.98797],[141.71383,38.98805],[141.71374,38.98842],[141.71389,38.98885],[141.71422,38.98884],[141.71416,38.98896],[141.71449,38.98923],[141.71416,38.98932],[141.71368,38.98909],[141.71399,38.98936],[141.7136,38.98939],[141.71363,38.98967],[141.71386,38.98971],[141.71375,38.99063],[141.71257,38.99085],[141.71239,38.99125],[141.71265,38.99208],[141.71313,38.99197],[141.71301,38.99224],[141.71329,38.99217],[141.71287,38.99254],[141.71278,38.99249],[141.71294,38.99232],[141.71268,38.99236],[141.71214,38.99293],[141.71104,38.99351],[141.71073,38.99385],[141.71069,38.99482],[141.71101,38.99509],[141.71084,38.99523],[141.71108,38.99522],[141.71087,38.99537],[141.71218,38.99537],[141.71123,38.99543],[141.71125,38.99645],[141.71197,38.99691],[141.7118,38.99707],[141.7126,38.99764],[141.71393,38.99801],[141.71664,38.99803],[141.71661,38.99644],[141.71869,38.9964],[141.71871,38.9969],[141.72009,38.9969],[141.72073,38.99664],[141.72109,38.99597],[141.72136,38.996],[141.72151,38.99511],[141.7192,38.99484],[141.72183,38.9951],[141.72206,38.99479],[141.72196,38.99438],[141.72228,38.99434],[141.72311,38.99292],[141.72324,38.99295],[141.72326,38.99248],[141.72389,38.99168],[141.72386,38.99081],[141.72346,38.98998],[141.7228,38.9896],[141.72239,38.98972],[141.72265,38.98888],[141.72259,38.98831],[141.72283,38.98792],[141.72296,38.9889],[141.72313,38.98861],[141.72333,38.98859],[141.72329,38.98887],[141.72352,38.9889],[141.72397,38.98884],[141.72421,38.98856],[141.72418,38.98911],[141.72491,38.98965],[141.72575,38.9897],[141.72622,38.98957],[141.72654,38.98917],[141.72686,38.98914],[141.72663,38.98939],[141.72675,38.98946],[141.72741,38.98918],[141.72684,38.99011],[141.72708,38.99011],[141.727,38.99046],[141.72712,38.99048],[141.7277,38.99016],[141.72749,38.9903],[141.72767,38.99047],[141.72735,38.99068],[141.72764,38.9909],[141.72757,38.99118],[141.72819,38.99133],[141.72897,38.99109],[141.72872,38.99081],[141.729,38.99046],[141.7292,38.99043],[141.72913,38.99018],[141.72868,38.99012],[141.72821,38.98976],[141.7287,38.98995],[141.72946,38.98906],[141.72835,38.98836],[141.72796,38.98836],[141.72795,38.98823],[141.7284,38.98821],[141.73004,38.98935],[141.73056,38.98938],[141.73069,38.98957],[141.73009,38.98957],[141.73002,38.98972],[141.73038,38.99018],[141.73083,38.99008],[141.73068,38.9903],[141.73168,38.99026],[141.73247,38.9898],[141.73258,38.98955],[141.73233,38.98938],[141.7326,38.98939],[141.73306,38.98853],[141.73267,38.98831],[141.73313,38.9881],[141.73333,38.9881],[141.73356,38.98842],[141.73439,38.98844],[141.73533,38.98787],[141.73553,38.98819],[141.73585,38.98818],[141.73637,38.98848],[141.73648,38.98834],[141.73675,38.98844],[141.73692,38.98832],[141.73687,38.98801],[141.7377,38.98774],[141.73704,38.98806],[141.73709,38.989],[141.7381,38.98901],[141.73916,38.98852],[141.73914,38.98799],[141.73961,38.98821],[141.73998,38.98784],[141.73995,38.9876],[141.74035,38.98761],[141.7403,38.98709],[141.74043,38.98736],[141.7407,38.98733],[141.74074,38.987],[141.74042,38.98647],[141.74123,38.98601],[141.74122,38.98561],[141.7415,38.9855],[141.74193,38.98573],[141.7422,38.98655],[141.74194,38.98698],[141.7424,38.98716],[141.74259,38.98776],[141.74247,38.98797],[141.74269,38.98799],[141.74266,38.98774],[141.74293,38.98765],[141.7431,38.98772],[141.74298,38.98783],[141.74335,38.98781],[141.74334,38.988],[141.74349,38.98799],[141.74336,38.98831],[141.7435,38.98872],[141.74323,38.98935],[141.74347,38.98969],[141.74332,38.98978],[141.74313,38.98962],[141.74309,38.98987],[141.7433,38.99008],[141.74329,38.98994],[141.74419,38.98995],[141.74426,38.99084],[141.74417,38.9911],[141.74392,38.99117],[141.74411,38.9912],[141.74386,38.99136],[141.74391,38.99176],[141.74407,38.99186],[141.74386,38.99188],[141.74391,38.99205],[141.74424,38.99209],[141.74425,38.99228],[141.74383,38.99244],[141.74381,38.99207],[141.74361,38.99205],[141.74353,38.99224],[141.74309,38.99225],[141.74355,38.99234],[141.74328,38.9926],[141.74303,38.99255],[141.74301,38.99241],[141.74287,38.99248],[141.74307,38.99277],[141.74276,38.993],[141.74253,38.9925],[141.74247,38.99376],[141.74192,38.99381],[141.74175,38.99404],[141.74198,38.99407],[141.74212,38.99429],[141.74246,38.99411],[141.74247,38.99432],[141.74167,38.99453],[141.74197,38.99518],[141.7423,38.99546],[141.74277,38.99569],[141.74332,38.99552],[141.74374,38.99577],[141.74414,38.99629],[141.74385,38.99631],[141.744,38.99648],[141.74361,38.99679],[141.74402,38.99688],[141.74357,38.99716],[141.74326,38.99699],[141.74302,38.99722],[141.74304,38.99708],[141.74271,38.99706],[141.74269,38.99684],[141.74203,38.99708],[141.74181,38.99741],[141.74149,38.99743],[141.74144,38.99798],[141.74168,38.99782],[141.74217,38.99797],[141.74241,38.99825],[141.74233,38.99849],[141.7421,38.99851],[141.74229,38.99868],[141.7415,38.99881],[141.74156,38.99894],[141.74191,38.99894],[141.74143,38.99911],[141.74149,38.99937],[141.74036,38.99966],[141.73969,38.99955],[141.73922,38.99976],[141.73872,39.00021],[141.7384,39.0003],[141.73883,39.00093],[141.73837,39.00034],[141.73785,39.00039],[141.7379,39.00054],[141.73753,39.00104],[141.73755,39.0013],[141.73742,39.00131],[141.7376,39.00164],[141.73853,39.00155],[141.73947,39.00089],[141.73857,39.00166],[141.73801,39.00179],[141.73819,39.00263],[141.7384,39.00265],[141.73854,39.0031],[141.73824,39.00344],[141.73838,39.00389],[141.73777,39.00423],[141.7377,39.00494],[141.73741,39.00484],[141.73738,39.00441],[141.73691,39.00445],[141.73648,39.00477],[141.73563,39.00612],[141.73578,39.00669],[141.73538,39.00658],[141.73508,39.007],[141.73503,39.0073],[141.73573,39.00727],[141.73572,39.00756],[141.73536,39.00741],[141.73502,39.00758],[141.73488,39.00741],[141.73464,39.00761],[141.73475,39.00776],[141.73452,39.00777],[141.73444,39.0083],[141.73426,39.008],[141.73423,39.0084],[141.73381,39.00829],[141.73374,39.00893],[141.73358,39.00882],[141.73319,39.00918],[141.73339,39.00931],[141.73323,39.00939],[141.73319,39.00967],[141.73357,39.00987],[141.73348,39.01052],[141.73337,39.01026],[141.73312,39.01033],[141.73314,39.01007],[141.73278,39.01011],[141.73196,39.01064],[141.73192,39.01097],[141.73176,39.01093],[141.73167,39.0116],[141.73148,39.01164],[141.73143,39.01227],[141.73149,39.01277],[141.73183,39.01296],[141.73171,39.0134],[141.73194,39.01368],[141.73171,39.01486],[141.73155,39.01506],[141.7317,39.01529],[141.73133,39.01548],[141.73139,39.01485],[141.73155,39.01476],[141.73144,39.01445],[141.73027,39.01419],[141.72949,39.01426],[141.72885,39.01384],[141.72837,39.01383],[141.72746,39.01442],[141.72719,39.01536],[141.72747,39.01599],[141.72662,39.01572],[141.7262,39.01586],[141.72568,39.01622],[141.72582,39.01638],[141.72542,39.01683],[141.72519,39.01688],[141.72531,39.01708],[141.72509,39.0172],[141.72476,39.01709],[141.72425,39.01783],[141.72389,39.01791],[141.72325,39.01846],[141.7234,39.01887],[141.72307,39.01901],[141.72309,39.01912],[141.72283,39.01897],[141.72256,39.01917],[141.72214,39.01916],[141.72172,39.01898],[141.72131,39.01854],[141.72068,39.01857],[141.72059,39.0183],[141.72005,39.01784],[141.72051,39.01788],[141.72118,39.01765],[141.72144,39.01723],[141.72162,39.0172],[141.72163,39.01699],[141.72198,39.01686],[141.72188,39.01657],[141.72171,39.01657],[141.72174,39.01632],[141.72139,39.01558],[141.72112,39.01554],[141.7213,39.01474],[141.72145,39.01469],[141.72118,39.01428],[141.72133,39.01423],[141.71889,39.01268],[141.72064,39.01426],[141.72079,39.01456],[141.72055,39.01522],[141.7206,39.01583],[141.72048,39.01614],[141.71905,39.01658],[141.71885,39.01687],[141.71826,39.01722],[141.71819,39.01816],[141.71856,39.01916],[141.71828,39.01917],[141.71828,39.01936],[141.71796,39.01926],[141.71761,39.01973],[141.71741,39.01964],[141.71793,39.01908],[141.71742,39.01884],[141.71735,39.01894],[141.71636,39.01829],[141.71622,39.01793],[141.71615,39.01641],[141.71626,39.01528],[141.71574,39.01519],[141.71474,39.01719],[141.71571,39.01965],[141.71627,39.01941],[141.71662,39.01979],[141.71646,39.01983],[141.71652,39.02047],[141.71484,39.02142],[141.7149,39.02156],[141.7148,39.02145],[141.71415,39.02182],[141.7145,39.02158],[141.71411,39.02116],[141.71374,39.02137],[141.71382,39.02147],[141.71274,39.02214],[141.71311,39.02255],[141.71404,39.02217],[141.71255,39.02287],[141.71195,39.02221],[141.71163,39.02235],[141.70994,39.02351],[141.70954,39.02426],[141.70967,39.02429],[141.70969,39.02488],[141.71,39.0257],[141.71149,39.02639],[141.71128,39.02669],[141.71167,39.02719],[141.71261,39.02734],[141.71279,39.02757],[141.71267,39.02786],[141.71292,39.02788],[141.7128,39.02826],[141.71292,39.02838],[141.71351,39.02855],[141.71415,39.02834],[141.71428,39.02875],[141.71458,39.02879],[141.71462,39.02943],[141.71428,39.02969],[141.71466,39.03037],[141.71459,39.03065],[141.71506,39.03102],[141.71574,39.03126],[141.71604,39.03164],[141.7165,39.0317],[141.71666,39.03297],[141.71691,39.03347],[141.71714,39.03357],[141.71712,39.03384],[141.71927,39.03492],[141.72071,39.03588],[141.72096,39.03567],[141.72134,39.03606],[141.72159,39.0359],[141.72152,39.03599],[141.72225,39.03686],[141.7224,39.03734],[141.72287,39.03725],[141.72265,39.0366],[141.72222,39.03602],[141.72269,39.03659],[141.72296,39.03736],[141.7224,39.03738],[141.7229,39.03824],[141.72332,39.03803],[141.72327,39.03793],[141.72337,39.03804],[141.72287,39.03829],[141.72308,39.03863],[141.72336,39.03851],[141.72489,39.04074],[141.72423,39.04544],[141.72367,39.04521],[141.72352,39.04562],[141.7241,39.04574],[141.72421,39.04558],[141.7235,39.0473],[141.72346,39.04762],[141.72385,39.04774],[141.72345,39.04765],[141.72312,39.04836],[141.72268,39.04884],[141.72216,39.05171],[141.72329,39.05186],[141.72335,39.05302],[141.72211,39.05348],[141.72238,39.05447],[141.72281,39.0544],[141.72325,39.05451],[141.72237,39.05451],[141.72253,39.05508],[141.72291,39.05501],[141.72265,39.05508],[141.72271,39.0553],[141.72294,39.05526],[141.72261,39.05535],[141.72273,39.05569],[141.72438,39.05609],[141.72404,39.05508],[141.72352,39.05492],[141.72407,39.05505],[141.72442,39.0561],[141.72468,39.05616],[141.72644,39.06146],[141.7263,39.06151],[141.72627,39.06107],[141.72555,39.06154],[141.72553,39.0617],[141.72616,39.06164],[141.72553,39.06173],[141.72564,39.06223],[141.72533,39.06257],[141.7255,39.06234],[141.7249,39.06259],[141.72513,39.06269],[141.72496,39.06266],[141.72485,39.06285],[141.72492,39.06264],[141.72469,39.06278],[141.72446,39.06269],[141.72365,39.06358],[141.72449,39.06287],[141.72458,39.06294],[141.72248,39.06483],[141.72198,39.0657],[141.72277,39.06635],[141.72511,39.06425],[141.72798,39.06622],[141.72788,39.06632],[141.72842,39.06669],[141.7269,39.06806],[141.7285,39.06973],[141.72863,39.06958],[141.72884,39.06981],[141.72864,39.06991],[141.72905,39.07034],[141.72929,39.07026],[141.72937,39.07035],[141.72924,39.07041],[141.72967,39.07092],[141.73109,39.07018],[141.73112,39.06985],[141.73113,39.07016],[141.73145,39.0702],[141.73156,39.06993],[141.73211,39.06959],[141.73218,39.06898],[141.73246,39.06859],[141.73173,39.0661],[141.73255,39.06857],[141.73316,39.06882],[141.73384,39.06817],[141.73359,39.06796],[141.73323,39.06819],[141.73376,39.06779],[141.73365,39.06792],[141.7339,39.06812],[141.73403,39.06803],[141.73465,39.06858],[141.73487,39.06822],[141.73436,39.06795],[141.73394,39.06745],[141.73427,39.0665],[141.73463,39.06655],[141.73481,39.066],[141.73578,39.06517],[141.7362,39.06503],[141.73606,39.06477],[141.73622,39.06472],[141.73646,39.06513],[141.73783,39.06465],[141.73818,39.06423],[141.73822,39.06364],[141.73785,39.06358],[141.73873,39.06361],[141.73877,39.06347],[141.73838,39.06342],[141.73845,39.06298],[141.7387,39.063],[141.73829,39.06271],[141.73858,39.06263],[141.73788,39.06202],[141.73744,39.06229],[141.73781,39.06233],[141.73631,39.06224],[141.7373,39.06226],[141.73756,39.06201],[141.73598,39.05757],[141.73453,39.05788],[141.73362,39.05536],[141.73495,39.05497],[141.73546,39.05504],[141.7336,39.05404],[141.73333,39.05292],[141.73362,39.05194],[141.73407,39.0514],[141.73412,39.05106],[141.73426,39.05091],[141.73488,39.05087],[141.73554,39.05108],[141.73626,39.05191],[141.73644,39.05249],[141.73699,39.05319],[141.73854,39.05454],[141.73842,39.05462],[141.73871,39.05473],[141.73965,39.0545],[141.73958,39.05439],[141.74004,39.05312],[141.74092,39.05263],[141.74107,39.05269],[141.74087,39.0524],[141.74107,39.0524],[141.74096,39.05163],[141.74123,39.05143],[141.74099,39.05137],[141.74087,39.05095],[141.74069,39.05096],[141.74078,39.05082],[141.74014,39.05031],[141.73804,39.04923],[141.73765,39.04954],[141.73742,39.04953],[141.73594,39.04906],[141.73508,39.05061],[141.73611,39.04866],[141.73603,39.04827],[141.73682,39.04799],[141.73682,39.04773],[141.73701,39.04769],[141.73683,39.04757],[141.73689,39.04745],[141.73592,39.04704],[141.73603,39.04686],[141.73541,39.04652],[141.73499,39.04591],[141.73442,39.04586],[141.73399,39.04603],[141.7337,39.04575],[141.73352,39.04537],[141.73348,39.04466],[141.73375,39.04333],[141.73409,39.04271],[141.73452,39.04285],[141.73463,39.04271],[141.73536,39.04328],[141.73556,39.04371],[141.73546,39.04337],[141.73562,39.04335],[141.73594,39.04276],[141.7362,39.0409],[141.7365,39.04037],[141.73603,39.04013],[141.7359,39.0396],[141.73607,39.04011],[141.73653,39.04034],[141.73752,39.03923],[141.73847,39.03858],[141.7383,39.03841],[141.73849,39.03829],[141.73813,39.03794],[141.73832,39.03782],[141.7382,39.0377],[141.7374,39.03778],[141.73671,39.0382],[141.73663,39.03752],[141.73617,39.03701],[141.73652,39.03732],[141.73729,39.03709],[141.73788,39.03612],[141.73758,39.03609],[141.73721,39.03542],[141.73655,39.03494],[141.73616,39.03484],[141.73551,39.03524],[141.73562,39.03554],[141.73546,39.03524],[141.73421,39.03474],[141.73321,39.03504],[141.73259,39.03494],[141.73155,39.03434],[141.7314,39.03396],[141.73069,39.03318],[141.7307,39.0325],[141.73093,39.03227],[141.73153,39.03239],[141.73196,39.03281],[141.73268,39.03227],[141.73318,39.03247],[141.73372,39.03273],[141.73448,39.03379],[141.73508,39.03365],[141.73471,39.03265],[141.73499,39.03226],[141.73701,39.03245],[141.73759,39.03293],[141.73808,39.03257],[141.73753,39.03205],[141.73685,39.03192],[141.73662,39.03104],[141.73689,39.03189],[141.73749,39.03201],[141.73784,39.03096],[141.73849,39.03072],[141.73815,39.03016],[141.73778,39.02995],[141.73704,39.03001],[141.73579,39.03063],[141.73478,39.03065],[141.73376,39.02959],[141.7332,39.02987],[141.73258,39.02979],[141.73259,39.02893],[141.73192,39.02834],[141.73141,39.0282],[141.72927,39.02825],[141.72885,39.02864],[141.72846,39.02838],[141.72791,39.02846],[141.72789,39.02822],[141.72837,39.02777],[141.72822,39.02747],[141.72858,39.02682],[141.72854,39.02619],[141.72869,39.02616],[141.72891,39.02554],[141.72924,39.02546],[141.72912,39.025],[141.72924,39.02469],[141.72965,39.02481],[141.72982,39.02469],[141.72997,39.02399],[141.73093,39.02388],[141.73141,39.02336],[141.73177,39.02345],[141.73232,39.02322],[141.73279,39.02259],[141.73308,39.02269],[141.73326,39.02229],[141.73311,39.02224],[141.73311,39.02199],[141.73333,39.0221],[141.73322,39.02192],[141.73337,39.02203],[141.73349,39.02193],[141.73345,39.02159],[141.73361,39.0216],[141.73375,39.02215],[141.73358,39.02262],[141.73363,39.02297],[141.73402,39.02297],[141.73406,39.02263],[141.73434,39.02302],[141.7345,39.02295],[141.73466,39.02316],[141.73494,39.02309],[141.73525,39.02284],[141.7355,39.0221],[141.73627,39.02158],[141.7362,39.0221],[141.73576,39.02225],[141.73571,39.02247],[141.73597,39.02294],[141.7363,39.02299],[141.73671,39.02332],[141.73779,39.02299],[141.73819,39.02227],[141.7385,39.02209],[141.73866,39.02217],[141.73861,39.02275],[141.73952,39.02303],[141.74031,39.02293],[141.7406,39.02228],[141.74071,39.0225],[141.7409,39.02237],[141.74104,39.02247],[141.74089,39.02281],[141.74102,39.02303],[141.74146,39.02304],[141.74141,39.02265],[141.74174,39.02284],[141.74176,39.02392],[141.74236,39.02443],[141.7436,39.02468],[141.74407,39.02452],[141.74423,39.02472],[141.74453,39.02459],[141.74464,39.02468],[141.74452,39.02483],[141.74513,39.02489],[141.74556,39.02475],[141.74662,39.02383],[141.74669,39.0234],[141.74729,39.02268],[141.74763,39.02269],[141.74751,39.02208],[141.74779,39.02173],[141.74884,39.02143],[141.74917,39.02074],[141.74891,39.02047],[141.74889,39.02018],[141.74959,39.01969],[141.74986,39.01971],[141.75022,39.01945],[141.75084,39.01951],[141.75083,39.01931],[141.75201,39.01895],[141.75129,39.01923],[141.75132,39.02049],[141.75333,39.02049],[141.75393,39.02009],[141.75367,39.01959],[141.75277,39.01981],[141.75365,39.01955],[141.75369,39.01873],[141.75329,39.01873],[141.75314,39.01859],[141.75423,39.01867],[141.75443,39.01856],[141.75432,39.01893],[141.75458,39.01898],[141.75465,39.01878],[141.75477,39.01901],[141.75492,39.01889],[141.7551,39.0196],[141.75546,39.01938],[141.75547,39.01959],[141.75587,39.01975],[141.7563,39.01939],[141.75632,39.01953],[141.75659,39.0196],[141.7567,39.01936],[141.75732,39.01897],[141.75727,39.01922],[141.75772,39.01922],[141.75799,39.01883],[141.75789,39.01862],[141.75805,39.01855],[141.75828,39.01764],[141.75839,39.01801],[141.75854,39.01777],[141.75864,39.01792],[141.75877,39.01759],[141.75916,39.01819],[141.759,39.01863],[141.7591,39.01889],[141.75963,39.01903],[141.75988,39.01884],[141.76052,39.01878],[141.76144,39.01927],[141.76092,39.0191],[141.75994,39.01954],[141.76,39.01986],[141.75989,39.0199],[141.76007,39.02006],[141.76087,39.02036],[141.76118,39.02034],[141.76116,39.02007],[141.76143,39.02004],[141.76153,39.02011],[141.76135,39.02033],[141.76178,39.0206],[141.76255,39.02014],[141.76287,39.02037],[141.76289,39.02059],[141.76315,39.02064],[141.76303,39.02099],[141.76328,39.02113],[141.76299,39.02123],[141.76349,39.02165],[141.76331,39.0218],[141.76384,39.02194],[141.76358,39.02223],[141.76409,39.02244],[141.76398,39.02286],[141.76416,39.02309],[141.76369,39.02336],[141.76351,39.02305],[141.76281,39.023],[141.7626,39.02314],[141.76256,39.0234],[141.76209,39.02345],[141.76198,39.02436],[141.76245,39.02485],[141.76284,39.02503],[141.76323,39.02504],[141.76354,39.02485],[141.76351,39.02511],[141.76406,39.02515],[141.76412,39.02593],[141.76434,39.02592],[141.76445,39.02618],[141.76421,39.02612],[141.7643,39.02622],[141.76413,39.02626],[141.76424,39.02663],[141.76459,39.02669],[141.76483,39.0264],[141.76527,39.02659],[141.76488,39.02668],[141.76514,39.02678],[141.76492,39.02696],[141.76525,39.02694],[141.76533,39.02716],[141.76467,39.02763],[141.76447,39.02842],[141.76472,39.02877],[141.76619,39.02873],[141.76588,39.02932],[141.76586,39.02972],[141.76541,39.03005],[141.76573,39.03054],[141.76616,39.03056],[141.76606,39.03082],[141.76643,39.03094],[141.76631,39.03099],[141.76651,39.0311],[141.76623,39.03137],[141.76642,39.0316],[141.76707,39.03161],[141.76709,39.03105],[141.76746,39.0307],[141.76762,39.03073],[141.76764,39.03051],[141.76795,39.03049],[141.76836,39.03071],[141.76835,39.03092],[141.76798,39.03102],[141.76811,39.03117],[141.7678,39.03127],[141.76772,39.03183],[141.76792,39.03197],[141.76763,39.0323],[141.76778,39.03251],[141.76763,39.03257],[141.76799,39.03275],[141.76783,39.03297],[141.76802,39.03299],[141.76798,39.03318],[141.76818,39.03304],[141.7681,39.03351],[141.76842,39.03341],[141.76956,39.03364],[141.76867,39.03359],[141.76855,39.03389],[141.76823,39.0341],[141.76817,39.03418],[141.76878,39.03453],[141.76898,39.03435],[141.76875,39.03461],[141.7697,39.03491],[141.77066,39.03438],[141.7707,39.03417],[141.7712,39.03406],[141.77134,39.03376],[141.77107,39.03355],[141.77116,39.03334],[141.77135,39.03329],[141.77152,39.03348],[141.77243,39.03311],[141.7725,39.03232],[141.77313,39.03186],[141.77356,39.03185],[141.7744,39.03148],[141.77519,39.03078],[141.77479,39.03025],[141.7744,39.03052],[141.77417,39.0305],[141.77501,39.03004],[141.77523,39.03009],[141.77545,39.02976],[141.77568,39.02992],[141.77644,39.02946],[141.77658,39.02952],[141.77662,39.02922],[141.77687,39.02918],[141.77688,39.02885],[141.7771,39.02882],[141.77719,39.02848],[141.7774,39.02876],[141.77748,39.02866],[141.77775,39.02885],[141.77806,39.02866],[141.77825,39.02872],[141.77851,39.02847],[141.77872,39.02854],[141.77949,39.02791],[141.77954,39.02807],[141.78039,39.028],[141.78058,39.02762],[141.77991,39.02756],[141.78064,39.0275],[141.7807,39.02724],[141.78077,39.02792],[141.78097,39.02761],[141.78095,39.02821],[141.78118,39.02798],[141.7811,39.02829],[141.78147,39.0282],[141.78148,39.02808],[141.78176,39.02822],[141.78183,39.02804],[141.78197,39.02815],[141.78202,39.02738],[141.78229,39.0273],[141.78235,39.02786],[141.7825,39.0278],[141.78266,39.02802],[141.78284,39.0279],[141.78296,39.02808],[141.78312,39.02792],[141.78314,39.02817],[141.78299,39.02822],[141.78319,39.02843],[141.78327,39.02801],[141.78349,39.02809],[141.78348,39.02838],[141.78354,39.02819],[141.7839,39.0283],[141.78371,39.02877],[141.78348,39.02857],[141.78366,39.02926],[141.78344,39.0287],[141.78305,39.02856],[141.78295,39.02924],[141.78313,39.02942],[141.78332,39.02929],[141.78348,39.02938],[141.78326,39.02986],[141.78283,39.02984],[141.78278,39.03001],[141.78301,39.03002],[141.78303,39.03018],[141.78287,39.0302],[141.78298,39.03032],[141.78357,39.0304],[141.78354,39.0306],[141.78335,39.03063],[141.78404,39.03138],[141.78383,39.03154],[141.78397,39.03173],[141.78384,39.03188],[141.78399,39.03198],[141.78414,39.03184],[141.78399,39.0321],[141.78412,39.03244],[141.78433,39.0325],[141.78444,39.03233],[141.78462,39.03268],[141.78505,39.03248],[141.78473,39.0327],[141.78478,39.03284],[141.78556,39.03313],[141.78573,39.03284],[141.78588,39.03306],[141.78604,39.03297],[141.78637,39.03318],[141.78636,39.03289],[141.78655,39.03315],[141.78663,39.03268],[141.78679,39.03268],[141.78668,39.03292],[141.78707,39.03324],[141.78712,39.03367],[141.78725,39.03374],[141.78724,39.03351],[141.78736,39.03348],[141.78745,39.03423],[141.78768,39.03418],[141.78821,39.03445],[141.78845,39.03429],[141.78886,39.03442],[141.78951,39.03425],[141.78938,39.03366],[141.78954,39.03322],[141.78982,39.03312],[141.79013,39.03339],[141.79015,39.03385],[141.79027,39.03391],[141.79032,39.03375],[141.79046,39.03403],[141.79035,39.03466],[141.7907,39.03462],[141.79081,39.03489],[141.79085,39.03526],[141.79049,39.03572],[141.79075,39.03573],[141.79081,39.03592],[141.79111,39.03587],[141.79104,39.03628],[141.79134,39.03653],[141.79109,39.03652],[141.79092,39.03694],[141.79126,39.03736],[141.79119,39.03746],[141.79142,39.03746],[141.79128,39.03768],[141.79159,39.03756],[141.79159,39.03781],[141.79177,39.0378],[141.79152,39.03785],[141.79162,39.0383],[141.79225,39.03852],[141.79246,39.0388],[141.79395,39.03849],[141.79345,39.03861],[141.79442,39.04087],[141.79364,39.04062],[141.79318,39.04114],[141.79434,39.04173],[141.79479,39.04145],[141.79461,39.04121],[141.79539,39.0418],[141.79557,39.04169],[141.79535,39.04131],[141.79554,39.04103],[141.7954,39.04093],[141.79554,39.04088],[141.79559,39.04109],[141.79581,39.04114],[141.79642,39.04041],[141.79654,39.04048],[141.79571,39.04185],[141.79527,39.0421],[141.79608,39.04273],[141.79621,39.04328],[141.79667,39.04325],[141.79659,39.04268],[141.7967,39.04267],[141.79671,39.04315],[141.79762,39.04304],[141.79782,39.04277],[141.79747,39.04261],[141.79697,39.04263],[141.79743,39.04258],[141.79802,39.04167],[141.79818,39.04168],[141.79837,39.04108],[141.79807,39.04046],[141.79817,39.04033],[141.79733,39.03928],[141.79629,39.03958],[141.79784,39.03894],[141.79784,39.03844],[141.79766,39.03817],[141.79702,39.03798],[141.79712,39.03786],[141.79703,39.03764],[141.79616,39.03684],[141.79633,39.03674],[141.79621,39.03607],[141.79583,39.03576],[141.79576,39.03543],[141.79528,39.03512],[141.79555,39.03519],[141.79556,39.03508],[141.79501,39.03476],[141.79575,39.03398],[141.79576,39.03329],[141.79509,39.03304],[141.79518,39.03272],[141.79492,39.03253],[141.79496,39.03237],[141.79484,39.03242],[141.79483,39.03213],[141.79432,39.03196],[141.79458,39.03189],[141.79402,39.03158],[141.79408,39.0314],[141.79436,39.03148],[141.79451,39.03132],[141.79407,39.03127],[141.79438,39.03127],[141.79446,39.03112],[141.7942,39.03088],[141.79455,39.03024],[141.79428,39.03005],[141.79456,39.02963],[141.79447,39.02947],[141.79485,39.02961],[141.79488,39.0299],[141.7955,39.02953],[141.79544,39.02917],[141.79566,39.02909],[141.79537,39.02872],[141.79586,39.02862],[141.79549,39.02827],[141.79576,39.0283],[141.79584,39.02815],[141.79565,39.02755],[141.796,39.0276],[141.79603,39.02738],[141.79617,39.02736],[141.79593,39.02717],[141.79632,39.02719],[141.79644,39.02706],[141.79634,39.027],[141.79649,39.02695],[141.79638,39.02678],[141.79649,39.02667],[141.79614,39.02651],[141.79656,39.02647],[141.79633,39.02613],[141.79646,39.0263],[141.79659,39.02619],[141.79646,39.02606],[141.79697,39.02623],[141.79717,39.02611],[141.79712,39.02593],[141.79687,39.02586],[141.79691,39.02546],[141.79712,39.02548],[141.79709,39.02529],[141.79749,39.02519],[141.79749,39.02496],[141.79777,39.02499],[141.79769,39.02588],[141.79794,39.02571],[141.7978,39.02576],[141.79785,39.02559],[141.79801,39.02566],[141.79795,39.02596],[141.7984,39.02597],[141.7987,39.02575],[141.7985,39.02558],[141.79874,39.02555],[141.79875,39.02537],[141.79905,39.02554],[141.79926,39.02529],[141.79883,39.02499],[141.79899,39.02493],[141.79883,39.02476],[141.79909,39.02464],[141.79919,39.02489],[141.79942,39.02491],[141.79938,39.02467],[141.79974,39.02469],[141.79991,39.02449],[141.8,39.02486],[141.80023,39.0248],[141.80014,39.02425],[141.80026,39.02445],[141.80096,39.02436],[141.80084,39.02455],[141.8012,39.02477],[141.8012,39.02438],[141.80142,39.02437],[141.80131,39.02426],[141.80186,39.02441],[141.80169,39.02467],[141.80208,39.02466],[141.8023,39.02484],[141.80238,39.0255],[141.8021,39.02573],[141.80239,39.02595],[141.8024,39.02619],[141.80301,39.0264],[141.80317,39.02621],[141.80376,39.02618],[141.80357,39.02592],[141.80389,39.02565],[141.80435,39.02567],[141.80413,39.02632],[141.80472,39.02654],[141.80507,39.02705],[141.80566,39.02712],[141.80615,39.0268],[141.80621,39.02658],[141.80598,39.02643],[141.8063,39.02633],[141.80644,39.0265],[141.8068,39.02644],[141.80769,39.0261],[141.80784,39.02588],[141.80796,39.02612],[141.80825,39.02592],[141.80844,39.0263],[141.80874,39.02646],[141.80987,39.02649],[141.80996,39.02628],[141.81027,39.02631],[141.81184,39.02538],[141.81225,39.02503],[141.81215,39.02486],[141.81261,39.02493],[141.81255,39.02471],[141.81274,39.02465],[141.81264,39.02428],[141.81359,39.02446],[141.81349,39.02405],[141.81364,39.02389],[141.81398,39.02387],[141.81433,39.02418],[141.81444,39.02411],[141.81431,39.02385],[141.81485,39.02398],[141.81498,39.0245],[141.81521,39.02433],[141.81522,39.02381],[141.81534,39.02371],[141.81545,39.02394],[141.81586,39.02393],[141.81555,39.02435],[141.81592,39.02431],[141.81613,39.02407],[141.81638,39.0241],[141.81635,39.02458],[141.81616,39.02487],[141.81688,39.02489],[141.81709,39.02476],[141.81726,39.02424],[141.81728,39.02371],[141.817,39.0234],[141.81702,39.0232],[141.81789,39.02258],[141.81795,39.02328],[141.81811,39.0234],[141.81815,39.02264],[141.81837,39.02249],[141.8185,39.02254],[141.81851,39.02315],[141.81876,39.02332],[141.81946,39.02335],[141.81963,39.02363],[141.81932,39.02383],[141.81986,39.02407],[141.82002,39.02441],[141.82009,39.02428],[141.82035,39.02429],[141.82047,39.02445],[141.82058,39.0241],[141.82109,39.02411],[141.82095,39.02452],[141.82155,39.02486],[141.82113,39.02497],[141.82133,39.02511],[141.82177,39.02501],[141.82174,39.02522],[141.82155,39.02521],[141.82162,39.02535],[141.82131,39.0255],[141.8217,39.02594],[141.82205,39.026],[141.82258,39.02573],[141.82371,39.02626],[141.8242,39.02611],[141.8242,39.02626],[141.824,39.02633],[141.8246,39.02669],[141.82474,39.02709],[141.82503,39.02722],[141.82547,39.02702],[141.82549,39.02685],[141.82583,39.02687],[141.82599,39.02664],[141.82644,39.02669],[141.82621,39.02645],[141.82665,39.02662],[141.82657,39.02643],[141.82692,39.02647],[141.82688,39.02631],[141.82715,39.02624],[141.82712,39.02596],[141.82762,39.02575],[141.82813,39.02591],[141.82841,39.02619],[141.82818,39.02569],[141.82843,39.02537],[141.82996,39.02568],[141.8297,39.02519],[141.83027,39.02557],[141.83034,39.02528],[141.83018,39.0252],[141.83037,39.02513],[141.83083,39.02508],[141.83117,39.02538],[141.83153,39.02542],[141.83128,39.02487],[141.83205,39.02515],[141.83233,39.02508],[141.83237,39.0249],[141.83273,39.02525],[141.83334,39.025],[141.83423,39.02515],[141.83474,39.02512],[141.83492,39.02494],[141.83539,39.02513],[141.83614,39.02483],[141.83605,39.0246],[141.83731,39.02495],[141.83805,39.02497],[141.83872,39.02527],[141.83862,39.02548],[141.83812,39.02564],[141.8383,39.02579],[141.83829,39.02601],[141.83886,39.02623],[141.83959,39.02607],[141.83952,39.0259],[141.8398,39.02579],[141.84011,39.02594],[141.83996,39.02579],[141.84068,39.02588],[141.84072,39.02575],[141.84051,39.02564],[141.84074,39.02562],[141.84046,39.02537],[141.84125,39.02526],[141.84155,39.02538],[141.84135,39.02549],[141.84186,39.02562],[141.84164,39.02579],[141.84188,39.02605],[141.84171,39.02622],[141.84191,39.0266],[141.84215,39.02654],[141.84231,39.02667],[141.84313,39.02667],[141.84303,39.02656],[141.84332,39.02669],[141.84333,39.02657],[141.84353,39.02659],[141.8434,39.02649],[141.84371,39.02648],[141.84335,39.02619],[141.8438,39.02603],[141.84445,39.0263],[141.84487,39.02613],[141.84728,39.02617],[141.848,39.02651],[141.84809,39.02676],[141.84868,39.02667],[141.84977,39.02727],[141.8498,39.02742],[141.8502,39.02753],[141.8493,39.02759],[141.84999,39.02801],[141.84921,39.02837],[141.84939,39.02859],[141.84977,39.02863],[141.85005,39.02844],[141.85061,39.02839],[141.85143,39.02894],[141.85189,39.02867],[141.85237,39.02908],[141.85271,39.02894],[141.85255,39.02878],[141.85266,39.02871],[141.85309,39.02912],[141.85328,39.02912],[141.85325,39.02932],[141.85211,39.02994],[141.85175,39.02953],[141.85128,39.02966],[141.85138,39.02977],[141.85113,39.02981],[141.85148,39.03008],[141.8511,39.03013],[141.85171,39.03045],[141.85046,39.03043],[141.85001,39.03085],[141.85022,39.03105],[141.84981,39.03114],[141.84993,39.03133],[141.85124,39.03163],[141.85155,39.03204],[141.85109,39.03209],[141.85084,39.03191],[141.85023,39.0319],[141.85013,39.03227],[141.85109,39.03263],[141.85091,39.03277],[141.85038,39.03254],[141.85024,39.03299],[141.8508,39.03307],[141.85093,39.0333],[141.85079,39.03344],[141.84996,39.03347],[141.84981,39.03363],[141.85019,39.03369],[141.84987,39.03376],[141.84991,39.03419],[141.84936,39.03484],[141.84939,39.03509],[141.84907,39.03508],[141.84918,39.03539],[141.84854,39.03549],[141.84844,39.03564],[141.84846,39.03583],[141.84893,39.03581],[141.84908,39.03608],[141.84989,39.03627],[141.84971,39.03677],[141.84996,39.03685],[141.84859,39.03767],[141.84829,39.03754],[141.84832,39.03771],[141.84731,39.03807],[141.84711,39.03855],[141.84689,39.03824],[141.84656,39.03855],[141.84632,39.03847],[141.84617,39.03873],[141.84575,39.03813],[141.84576,39.03858],[141.8455,39.03824],[141.84525,39.03844],[141.84488,39.03829],[141.84461,39.03854],[141.84516,39.03888],[141.84526,39.03922],[141.84416,39.039],[141.84493,39.03943],[141.84473,39.03956],[141.84498,39.03982],[141.84414,39.03983],[141.84337,39.03921],[141.84325,39.03936],[141.84361,39.03961],[141.84385,39.0404],[141.84308,39.03964],[141.84283,39.03982],[141.84302,39.04038],[141.84284,39.04049],[141.84273,39.04034],[141.84267,39.04069],[141.84226,39.04063],[141.84187,39.03998],[141.84176,39.0403],[141.8404,39.04012],[141.84045,39.04036],[141.8399,39.04044],[141.83973,39.04032],[141.83959,39.04042],[141.83987,39.04064],[141.83971,39.04071],[141.83986,39.04083],[141.83927,39.04078],[141.83985,39.04098],[141.83964,39.04113],[141.8399,39.04127],[141.83954,39.04139],[141.83968,39.04151],[141.83936,39.04156],[141.83772,39.04111],[141.83842,39.04165],[141.83772,39.04157],[141.83751,39.04195],[141.83768,39.04221],[141.83747,39.04231],[141.83721,39.04183],[141.83744,39.04156],[141.83719,39.04155],[141.83656,39.04201],[141.8367,39.04206],[141.83662,39.04224],[141.83595,39.04212],[141.83612,39.04236],[141.83533,39.04292],[141.83451,39.04278],[141.83364,39.04244],[141.83358,39.04226],[141.83317,39.0422],[141.83306,39.04234],[141.83316,39.04259],[141.83371,39.04322],[141.83358,39.0434],[141.83264,39.04335],[141.83238,39.04353],[141.83205,39.04338],[141.83219,39.0437],[141.8317,39.04416],[141.83147,39.04415],[141.83138,39.04393],[141.83122,39.04422],[141.83109,39.04411],[141.83084,39.04432],[141.83063,39.04421],[141.82946,39.04483],[141.82887,39.04492],[141.8289,39.04479],[141.82864,39.04487],[141.82786,39.04452],[141.82759,39.04454],[141.82742,39.04473],[141.828,39.04504],[141.82752,39.04505],[141.82699,39.04485],[141.82691,39.04506],[141.82659,39.04499],[141.82622,39.04526],[141.82626,39.04548],[141.82661,39.04542],[141.82716,39.0458],[141.82648,39.04587],[141.82638,39.04563],[141.82606,39.04559],[141.82493,39.04597],[141.82483,39.04621],[141.82465,39.04618],[141.82445,39.04585],[141.82448,39.04625],[141.8239,39.04616],[141.82309,39.04664],[141.82307,39.04682],[141.82348,39.04688],[141.82369,39.04728],[141.82209,39.04733],[141.82133,39.04775],[141.82114,39.04765],[141.82014,39.04849],[141.82009,39.0489],[141.81985,39.04878],[141.81933,39.04916],[141.81909,39.04907],[141.81887,39.0492],[141.81857,39.04905],[141.81796,39.04925],[141.81742,39.04987],[141.81819,39.05021],[141.818,39.05077],[141.81862,39.05209],[141.81804,39.05127],[141.81792,39.05077],[141.81804,39.05034],[141.81747,39.05007],[141.81719,39.05047],[141.81736,39.05053],[141.81712,39.05094],[141.81689,39.05086],[141.81631,39.05199],[141.81714,39.0524],[141.81767,39.05186],[141.81699,39.0527],[141.81752,39.05334],[141.81747,39.05364],[141.8177,39.05372],[141.81766,39.05409],[141.81721,39.05417],[141.81741,39.05494],[141.8173,39.05496],[141.81713,39.05428],[141.81616,39.05441],[141.81634,39.05497],[141.81619,39.05477],[141.81536,39.05503],[141.81552,39.05547],[141.81525,39.05505],[141.81458,39.05508],[141.81428,39.05494],[141.81414,39.05597],[141.81428,39.05601],[141.81408,39.05601],[141.81403,39.05722],[141.81452,39.0583],[141.81501,39.05894],[141.8155,39.0592],[141.81619,39.05901],[141.81624,39.05914],[141.81668,39.05916],[141.81679,39.05898],[141.81722,39.05889],[141.81699,39.05913],[141.81737,39.0593],[141.81754,39.05901],[141.81769,39.05905],[141.81767,39.05922],[141.81817,39.05928],[141.81853,39.059],[141.81838,39.05936],[141.81878,39.05889],[141.81886,39.059],[141.81905,39.05885],[141.8192,39.05891],[141.81917,39.05915],[141.81889,39.0594],[141.81921,39.05969],[141.8194,39.05953],[141.8196,39.05961],[141.81978,39.05933],[141.81996,39.05947],[141.82033,39.05941],[141.82091,39.05902],[141.82159,39.05909],[141.8218,39.05898],[141.82204,39.05902],[141.8221,39.0592],[141.8224,39.05912],[141.82296,39.05818],[141.82348,39.05796],[141.82353,39.05814],[141.82365,39.0579],[141.8247,39.05832],[141.82482,39.05866],[141.82515,39.05871],[141.82513,39.05856],[141.82535,39.05859],[141.82568,39.05837],[141.82573,39.05865],[141.82553,39.05897],[141.82581,39.05882],[141.82602,39.05913],[141.82594,39.05932],[141.82619,39.05923],[141.82629,39.05958],[141.82664,39.05976],[141.82688,39.05969],[141.82681,39.05954],[141.82699,39.05955],[141.82713,39.0591],[141.82735,39.0591],[141.82729,39.0588],[141.82759,39.05867],[141.82764,39.05891],[141.82775,39.05871],[141.82809,39.05864],[141.82809,39.05904],[141.82862,39.05841],[141.8291,39.05862],[141.82905,39.05839],[141.82938,39.0584],[141.82936,39.05825],[141.83015,39.05882],[141.83049,39.05883],[141.83093,39.05873],[141.8308,39.05847],[141.83119,39.05833],[141.83139,39.05855],[141.83117,39.0591],[141.83162,39.05929],[141.83188,39.05918],[141.83244,39.05944],[141.83347,39.05936],[141.83404,39.05973],[141.83397,39.06022],[141.83421,39.06048],[141.83463,39.06054],[141.83473,39.06026],[141.83502,39.06039],[141.83475,39.06011],[141.83506,39.06005],[141.83595,39.06045],[141.83611,39.0603],[141.8363,39.06042],[141.83711,39.06035],[141.83807,39.06074],[141.83818,39.06103],[141.83839,39.06097],[141.83842,39.06071],[141.83892,39.06082],[141.83881,39.06052],[141.83946,39.06077],[141.83938,39.06034],[141.84045,39.06045],[141.84075,39.06014],[141.84161,39.06009],[141.84143,39.05988],[141.84163,39.05969],[141.8419,39.05978],[141.84202,39.05959],[141.84256,39.05948],[141.84275,39.05962],[141.84301,39.05949],[141.84347,39.05974],[141.84455,39.05968],[141.84487,39.05984],[141.84563,39.05981],[141.84576,39.05963],[141.84613,39.05991],[141.84604,39.05937],[141.84641,39.05976],[141.84631,39.05927],[141.84664,39.05907],[141.84688,39.05938],[141.84695,39.05919],[141.84722,39.05936],[141.84745,39.05927],[141.84718,39.05906],[141.84719,39.05877],[141.84762,39.05877],[141.84789,39.05914],[141.84815,39.05897],[141.8481,39.05858],[141.84834,39.05871],[141.84835,39.05832],[141.84888,39.05851],[141.84892,39.05823],[141.84916,39.05817],[141.84929,39.05842],[141.84942,39.05829],[141.84935,39.05807],[141.84967,39.05783],[141.84998,39.05818],[141.84934,39.05867],[141.84932,39.05889],[141.84987,39.05888],[141.85005,39.05871],[141.85036,39.05904],[141.85109,39.05846],[141.85153,39.05871],[141.85176,39.05863],[141.85159,39.05817],[141.85227,39.05822],[141.85275,39.05843],[141.85276,39.05866],[141.85203,39.05871],[141.85195,39.05892],[141.85259,39.05957],[141.85336,39.05956],[141.85325,39.05937],[141.85338,39.05903],[141.85381,39.05943],[141.85387,39.05992],[141.85412,39.0599],[141.85404,39.06018],[141.85419,39.06021],[141.85435,39.06019],[141.85445,39.0599],[141.85484,39.06001],[141.85496,39.05974],[141.85524,39.06002],[141.85543,39.05997],[141.85534,39.05967],[141.85555,39.05952],[141.85585,39.05985],[141.8558,39.06011],[141.85531,39.06021],[141.8554,39.06032],[141.85505,39.06012],[141.85491,39.06038],[141.85536,39.06087],[141.85586,39.06104],[141.85646,39.06097],[141.85645,39.06121],[141.85665,39.06134],[141.85779,39.06143],[141.85912,39.06182],[141.85946,39.06167],[141.85938,39.06132],[141.85967,39.06147],[141.85972,39.06133],[141.85934,39.06099],[141.85953,39.06081],[141.85934,39.06079],[141.8598,39.06054],[141.85968,39.06038],[141.86016,39.05986],[141.86125,39.06032],[141.86145,39.06063],[141.86126,39.06051],[141.86154,39.06145],[141.86173,39.06133],[141.86177,39.06149],[141.86191,39.06146],[141.86209,39.06134],[141.86192,39.06124],[141.86202,39.06116],[141.86245,39.06129],[141.86218,39.06066],[141.86238,39.06052],[141.86276,39.0605],[141.86287,39.06069],[141.8632,39.06056],[141.8636,39.06108],[141.86352,39.06061],[141.86406,39.06065],[141.86423,39.06025],[141.86404,39.06018],[141.86404,39.05977],[141.86364,39.05984],[141.86387,39.05949],[141.86357,39.05901],[141.86445,39.05938],[141.865,39.05947],[141.86512,39.05933],[141.86585,39.05957],[141.86681,39.06026],[141.86706,39.06097],[141.86731,39.06106],[141.86785,39.06093],[141.86775,39.06115],[141.86712,39.06118],[141.86717,39.06128],[141.86689,39.06135],[141.86703,39.06189],[141.86717,39.06171],[141.8674,39.06173],[141.86802,39.06203],[141.86783,39.06232],[141.86878,39.06294],[141.86896,39.06278],[141.86918,39.06329],[141.8703,39.06326],[141.87041,39.06314],[141.8703,39.06286],[141.87109,39.0629],[141.871,39.06268],[141.87122,39.06255],[141.87277,39.06299],[141.87305,39.06341],[141.87463,39.0635],[141.87548,39.06409],[141.8759,39.06468],[141.87588,39.06489],[141.87511,39.06467],[141.8753,39.06507],[141.87475,39.06493],[141.87452,39.06463],[141.87375,39.06458],[141.8736,39.06485],[141.87326,39.06497],[141.87322,39.06538],[141.87284,39.06542],[141.8726,39.06582],[141.87176,39.06571],[141.87152,39.06587],[141.87157,39.06602],[141.87127,39.06613],[141.87173,39.06639],[141.87189,39.0666],[141.87165,39.06665],[141.87224,39.06709],[141.87186,39.06721],[141.87195,39.06738],[141.87229,39.0674],[141.87282,39.068],[141.87238,39.06801],[141.87224,39.0678],[141.8721,39.06823],[141.87223,39.06843],[141.87203,39.06858],[141.87248,39.06855],[141.87284,39.06882],[141.87291,39.0691],[141.87264,39.06916],[141.87229,39.06884],[141.87252,39.0694],[141.87242,39.06947],[141.87226,39.06906],[141.87214,39.06922],[141.87199,39.06908],[141.87206,39.06935],[141.87161,39.06934],[141.87139,39.06918],[141.87133,39.06953],[141.87146,39.06964],[141.87127,39.06969],[141.87137,39.06988],[141.87123,39.07002],[141.87189,39.06999],[141.87127,39.07018],[141.87199,39.07021],[141.87118,39.07029],[141.87137,39.07038],[141.87122,39.07046],[141.87155,39.07066],[141.87168,39.07105],[141.87105,39.07099],[141.87092,39.07073],[141.87066,39.07074],[141.87066,39.07059],[141.87044,39.07066],[141.87011,39.07098],[141.87055,39.07194],[141.86976,39.07187],[141.86984,39.07216],[141.86962,39.07205],[141.86923,39.07222],[141.86856,39.07221],[141.86849,39.07207],[141.86841,39.07224],[141.86821,39.07224],[141.868,39.07188],[141.86792,39.07201],[141.86769,39.07191],[141.8677,39.07155],[141.86735,39.07175],[141.8673,39.07142],[141.86708,39.07153],[141.86688,39.07099],[141.86669,39.07141],[141.86649,39.07112],[141.86625,39.07115],[141.86605,39.07089],[141.86625,39.07067],[141.86599,39.07056],[141.86538,39.07068],[141.86518,39.07101],[141.86489,39.07096],[141.86492,39.07107],[141.86475,39.07093],[141.86455,39.07115],[141.86429,39.07106],[141.8643,39.07138],[141.86454,39.07164],[141.86452,39.07169],[141.86409,39.07154],[141.86355,39.07081],[141.86333,39.07105],[141.86337,39.07138],[141.86286,39.07113],[141.86319,39.07153],[141.86285,39.07155],[141.86259,39.0711],[141.86154,39.07049],[141.86136,39.0707],[141.86169,39.07109],[141.86147,39.07152],[141.86103,39.07141],[141.86014,39.07155],[141.85982,39.07185],[141.85883,39.07116],[141.85871,39.07083],[141.85864,39.07103],[141.85801,39.07098],[141.85784,39.07115],[141.85721,39.07092],[141.85698,39.07101],[141.85689,39.07128],[141.85739,39.07135],[141.85758,39.0716],[141.85761,39.07203],[141.85709,39.07195],[141.85673,39.07153],[141.85583,39.07194],[141.85631,39.07256],[141.85632,39.07286],[141.85648,39.07289],[141.85619,39.07324],[141.85549,39.07301],[141.85569,39.07322],[141.85559,39.0733],[141.85386,39.07336],[141.85381,39.07353],[141.85295,39.07367],[141.85241,39.07345],[141.85139,39.07348],[141.85057,39.07319],[141.85045,39.07302],[141.84991,39.07302],[141.84954,39.07328],[141.84921,39.07321],[141.84884,39.07335],[141.84863,39.07323],[141.84809,39.0737],[141.84779,39.07368],[141.8479,39.07387],[141.84776,39.074],[141.84724,39.07408],[141.84736,39.0742],[141.847,39.07432],[141.84696,39.07456],[141.84643,39.07448],[141.84663,39.07466],[141.84653,39.07489],[141.84574,39.07499],[141.84592,39.07534],[141.84545,39.0755],[141.8452,39.07533],[141.84531,39.07571],[141.84481,39.0759],[141.84506,39.07605],[141.84469,39.076],[141.84465,39.07638],[141.84451,39.07641],[141.84438,39.07627],[141.84433,39.07643],[141.84371,39.0764],[141.84364,39.07607],[141.8432,39.07609],[141.84273,39.07587],[141.84228,39.07624],[141.84154,39.07632],[141.84116,39.076],[141.84119,39.07575],[141.83928,39.07513],[141.84101,39.07564],[141.84122,39.07475],[141.84045,39.07424],[141.84011,39.07418],[141.84,39.0744],[141.83918,39.07417],[141.83894,39.07468],[141.83922,39.07389],[141.83844,39.07374],[141.8379,39.07396],[141.83734,39.07393],[141.83724,39.07419],[141.83678,39.07444],[141.83666,39.0741],[141.83611,39.07397],[141.83624,39.07371],[141.83608,39.07328],[141.8359,39.07313],[141.83518,39.07306],[141.83448,39.07397],[141.83451,39.07423],[141.83474,39.07435],[141.83465,39.07473],[141.83406,39.07502],[141.83383,39.07471],[141.83311,39.07483],[141.83286,39.07503],[141.83252,39.07482],[141.83178,39.07475],[141.83048,39.07533],[141.83005,39.07521],[141.82936,39.07537],[141.82884,39.07517],[141.82865,39.07539],[141.82839,39.07537],[141.82833,39.07522],[141.82821,39.07538],[141.82812,39.0749],[141.82749,39.07484],[141.82724,39.07505],[141.82646,39.07512],[141.82629,39.0751],[141.82625,39.07491],[141.82595,39.07491],[141.8259,39.07465],[141.82533,39.07461],[141.82343,39.07523],[141.82318,39.07544],[141.82326,39.07564],[141.82309,39.07561],[141.82287,39.07597],[141.82334,39.07683],[141.82328,39.07739],[141.82329,39.07683],[141.82301,39.07632],[141.82206,39.07664],[141.82178,39.07648],[141.82147,39.0767],[141.82158,39.07685],[141.82135,39.07694],[141.82144,39.07721],[141.82129,39.07744],[141.82195,39.07779],[141.8227,39.07711],[141.82202,39.07779],[141.82281,39.07863],[141.82387,39.07801],[141.82425,39.07757],[141.82392,39.07804],[141.82215,39.07908],[141.82215,39.07924],[141.82242,39.07925],[141.82206,39.07974],[141.82182,39.07973],[141.82184,39.07995],[141.82204,39.08004],[141.82139,39.08014],[141.82102,39.08053],[141.82094,39.08084],[141.82148,39.08113],[141.82148,39.08129],[141.82087,39.08148],[141.8213,39.08175],[141.82074,39.08183],[141.82071,39.08201],[141.82097,39.08213],[141.82072,39.08217],[141.82091,39.0823],[141.82063,39.08243],[141.82044,39.0829],[141.82087,39.08324],[141.82135,39.08313],[141.82148,39.08328],[141.82202,39.08309],[141.82182,39.08333],[141.82201,39.08357],[141.82251,39.0836],[141.82245,39.08379],[141.82283,39.08377],[141.82306,39.08403],[141.82368,39.08407],[141.82373,39.0843],[141.82347,39.08429],[141.82351,39.08448],[141.82388,39.08469],[141.82336,39.08477],[141.82412,39.08489],[141.82396,39.08514],[141.82422,39.08523],[141.82397,39.0853],[141.8243,39.0854],[141.82412,39.08551],[141.82432,39.08558],[141.82365,39.08584],[141.8243,39.0858],[141.82407,39.08605],[141.8243,39.08621],[141.82351,39.08621],[141.82318,39.08648],[141.82285,39.08637],[141.82253,39.08646],[141.8225,39.08619],[141.82148,39.08593],[141.82137,39.0855],[141.82058,39.08543],[141.81945,39.0859],[141.81902,39.0864],[141.81916,39.08664],[141.81863,39.08656],[141.81837,39.08677],[141.8168,39.08575],[141.81556,39.08572],[141.81438,39.08616],[141.8138,39.0866],[141.81196,39.08908],[141.81197,39.08888],[141.8135,39.08693],[141.81268,39.08639],[141.81225,39.0865],[141.81209,39.08635],[141.81222,39.08651],[141.81155,39.08716],[141.81196,39.08741],[141.81108,39.08825],[141.81134,39.08841],[141.81065,39.08802],[141.81036,39.08834],[141.81042,39.08851],[141.81001,39.08851],[141.80951,39.08888],[141.80886,39.09016],[141.80864,39.09027],[141.80863,39.09211],[141.80958,39.09325],[141.80993,39.09338],[141.81099,39.09318],[141.81134,39.09342],[141.81151,39.09329],[141.81163,39.09343],[141.81245,39.09342],[141.81304,39.09374],[141.81286,39.09387],[141.81298,39.09409],[141.81311,39.09404],[141.81376,39.09445],[141.81491,39.0943],[141.81585,39.09459],[141.81555,39.09471],[141.81531,39.09539],[141.81517,39.09534],[141.81496,39.09564],[141.81517,39.09645],[141.81504,39.09688],[141.81432,39.09706],[141.81408,39.0976],[141.81373,39.09784],[141.81371,39.09811],[141.81317,39.09841],[141.81311,39.09864],[141.81338,39.09877],[141.8133,39.09893],[141.81311,39.09886],[141.81281,39.09914],[141.81232,39.09919],[141.81247,39.09979],[141.8121,39.10005],[141.8128,39.10021],[141.81262,39.10038],[141.81284,39.10046],[141.81276,39.10071],[141.81239,39.10072],[141.81199,39.10113],[141.81162,39.1011],[141.81127,39.10132],[141.81114,39.10123],[141.8107,39.1018],[141.80964,39.10217],[141.80938,39.10271],[141.80958,39.10316],[141.81034,39.10338],[141.8108,39.10379],[141.81192,39.10392],[141.81209,39.1037],[141.81215,39.10392],[141.8125,39.10384],[141.81263,39.10405],[141.81284,39.10399],[141.81299,39.10417],[141.8128,39.10414],[141.81285,39.1043],[141.81336,39.10444],[141.81375,39.1051],[141.8139,39.10512],[141.81398,39.10494],[141.81415,39.10506],[141.81401,39.10599],[141.81447,39.10621],[141.81459,39.10616],[141.81448,39.10601],[141.8147,39.10621],[141.81477,39.10607],[141.81515,39.10601],[141.81501,39.10612],[141.81524,39.10611],[141.81532,39.10628],[141.81509,39.10641],[141.8148,39.10621],[141.81485,39.10645],[141.81439,39.10672],[141.81446,39.10691],[141.81432,39.10704],[141.81454,39.10759],[141.81361,39.1076],[141.81361,39.10774],[141.81347,39.10761],[141.81332,39.10793],[141.81339,39.10767],[141.81285,39.10699],[141.81155,39.10746],[141.81089,39.10835],[141.81139,39.10857],[141.8112,39.10946],[141.81026,39.10939],[141.81034,39.10977],[141.81022,39.11],[141.81096,39.11077],[141.81111,39.11171],[141.81278,39.11318],[141.81503,39.11448],[141.81668,39.11459],[141.81694,39.11435],[141.81734,39.11437],[141.81731,39.11413],[141.81736,39.11431],[141.81966,39.11405],[141.81949,39.1136],[141.8197,39.11404],[141.82078,39.11377],[141.82086,39.11351],[141.82105,39.11354],[141.82093,39.11282],[141.82078,39.11283],[141.821,39.11272],[141.8204,39.11274],[141.82049,39.11249],[141.82036,39.11245],[141.82095,39.11237],[141.82154,39.11269],[141.82216,39.11249],[141.82221,39.11209],[141.82405,39.11191],[141.82442,39.11177],[141.82455,39.11149],[141.82495,39.11125],[141.82545,39.11047],[141.82648,39.11014],[141.82702,39.11018],[141.82806,39.10961],[141.82799,39.1092],[141.82939,39.10922],[141.82999,39.10859],[141.82936,39.10842],[141.82914,39.10824],[141.82972,39.10848],[141.83005,39.10779],[141.82962,39.10729],[141.83018,39.10688],[141.83035,39.10651],[141.83068,39.10655],[141.83101,39.10619],[141.83133,39.10614],[141.83119,39.10591],[141.83157,39.10576],[141.83152,39.10565],[141.83228,39.10582],[141.8331,39.10573],[141.83338,39.10539],[141.83338,39.10508],[141.83318,39.10506],[141.83339,39.10487],[141.83321,39.10485],[141.83315,39.10459],[141.83354,39.10471],[141.83342,39.10459],[141.83358,39.10425],[141.83482,39.10418],[141.83538,39.10427],[141.83552,39.10446],[141.83566,39.10435],[141.83624,39.10454],[141.83622,39.10441],[141.8365,39.1043],[141.8376,39.10438],[141.8379,39.10427],[141.83791,39.10412],[141.83849,39.10399],[141.83877,39.10367],[141.83932,39.10367],[141.83934,39.10349],[141.83977,39.10367],[141.84025,39.10352],[141.84059,39.10371],[141.84083,39.10364],[141.84084,39.10377],[141.84129,39.10355],[141.84216,39.10355],[141.84317,39.10384],[141.84404,39.10364],[141.84428,39.10381],[141.84476,39.10375],[141.84579,39.10403],[141.84585,39.10392],[141.84711,39.10409],[141.84728,39.10426],[141.84756,39.10413],[141.84776,39.10427],[141.84779,39.10414],[141.84805,39.10416],[141.84793,39.10409],[141.84803,39.10403],[141.84867,39.10412],[141.84892,39.10376],[141.84928,39.10381],[141.84924,39.10372],[141.84946,39.1037],[141.84901,39.10354],[141.84939,39.10336],[141.84965,39.10344],[141.84948,39.10361],[141.84971,39.10369],[141.84959,39.10373],[141.84977,39.10397],[141.85045,39.10406],[141.85059,39.10438],[141.8509,39.10427],[141.85123,39.1045],[141.85113,39.10437],[141.85125,39.10428],[141.85144,39.10472],[141.85369,39.10499],[141.85419,39.10484],[141.85429,39.10458],[141.85454,39.10451],[141.8544,39.10445],[141.85479,39.10427],[141.85541,39.10444],[141.85556,39.10469],[141.85605,39.10488],[141.85767,39.10475],[141.85848,39.10412],[141.85896,39.10308],[141.85876,39.10359],[141.8601,39.10399],[141.86069,39.10372],[141.8613,39.10288],[141.8612,39.10241],[141.86025,39.10227],[141.8593,39.10254],[141.85871,39.10243],[141.85928,39.10248],[141.85982,39.10233],[141.86057,39.09941],[141.85999,39.10193],[141.86101,39.10208],[141.86168,39.09943],[141.86214,39.0995],[141.86235,39.09889],[141.86193,39.09796],[141.86106,39.09793],[141.86089,39.09859],[141.85985,39.0989],[141.86079,39.09853],[141.86096,39.09787],[141.86231,39.09793],[141.86215,39.09762],[141.8627,39.09703],[141.86219,39.09632],[141.86247,39.09638],[141.86257,39.09626],[141.86278,39.09658],[141.86404,39.0968],[141.86395,39.09647],[141.86432,39.09679],[141.86465,39.09667],[141.86498,39.09681],[141.86536,39.09665],[141.86556,39.09678],[141.86568,39.09665],[141.86636,39.09695],[141.86638,39.09711],[141.8669,39.09701],[141.86774,39.09746],[141.86778,39.09732],[141.868,39.09733],[141.86791,39.09722],[141.8684,39.0973],[141.86834,39.09704],[141.86909,39.09682],[141.86885,39.09672],[141.86892,39.0966],[141.86944,39.09677],[141.87017,39.0967],[141.87078,39.09631],[141.87073,39.09584],[141.87126,39.09598],[141.87182,39.09589],[141.87219,39.09533],[141.872,39.09516],[141.87206,39.09506],[141.87266,39.09499],[141.87274,39.09491],[141.87255,39.09471],[141.87281,39.09484],[141.87265,39.09464],[141.87346,39.09466],[141.87387,39.09441],[141.87389,39.09413],[141.87373,39.09404],[141.87402,39.09389],[141.87396,39.09353],[141.87435,39.09361],[141.87408,39.09329],[141.87466,39.09338],[141.87434,39.09308],[141.87476,39.09317],[141.87483,39.09347],[141.87534,39.09326],[141.8755,39.09304],[141.87539,39.09289],[141.87551,39.09289],[141.87524,39.09266],[141.87538,39.09235],[141.87588,39.09237],[141.87593,39.09257],[141.87607,39.0924],[141.87621,39.09269],[141.87699,39.09317],[141.87739,39.09325],[141.87782,39.093],[141.87803,39.09264],[141.87787,39.09237],[141.87804,39.09241],[141.87823,39.09181],[141.87811,39.09166],[141.87826,39.09162],[141.87806,39.09163],[141.87794,39.09098],[141.87824,39.09112],[141.8789,39.09037],[141.87868,39.09003],[141.87823,39.08997],[141.87873,39.08981],[141.87865,39.08964],[141.87823,39.08968],[141.87822,39.08953],[141.87878,39.08928],[141.87838,39.08886],[141.8784,39.08869],[141.87869,39.08856],[141.87844,39.08855],[141.87803,39.088],[141.87822,39.08786],[141.87858,39.08805],[141.87855,39.08788],[141.87877,39.08778],[141.87869,39.08759],[141.87852,39.08763],[141.87861,39.08745],[141.87847,39.08727],[141.87869,39.08735],[141.87865,39.08719],[141.87882,39.08722],[141.8789,39.08707],[141.87854,39.08675],[141.87863,39.08648],[141.87838,39.08631],[141.87852,39.08627],[141.87848,39.08601],[141.87876,39.08573],[141.87867,39.08562],[141.87886,39.08524],[141.87963,39.08488],[141.87956,39.08459],[141.87998,39.08437],[141.88052,39.08433],[141.88055,39.08401],[141.8808,39.08393],[141.88095,39.08422],[141.88078,39.0842],[141.88051,39.08471],[141.88107,39.08453],[141.8813,39.08419],[141.88142,39.08442],[141.88169,39.0846],[141.88162,39.08445],[141.8818,39.08451],[141.88216,39.08488],[141.88228,39.08479],[141.88249,39.08499],[141.88235,39.08547],[141.88248,39.08565],[141.88194,39.08592],[141.88244,39.08584],[141.88183,39.08621],[141.88198,39.08633],[141.88193,39.08645],[141.88293,39.08666],[141.88215,39.08732],[141.88272,39.08717],[141.88245,39.08754],[141.88285,39.0876],[141.8827,39.08806],[141.88202,39.0885],[141.88218,39.08908],[141.88306,39.08998],[141.8835,39.09006],[141.88406,39.08987],[141.88466,39.09005],[141.88487,39.08971],[141.88552,39.0896],[141.88545,39.08972],[141.88577,39.08985],[141.88557,39.09001],[141.88561,39.09014],[141.88618,39.09043],[141.88618,39.09058],[141.88658,39.09028],[141.88688,39.09044],[141.8878,39.08995],[141.88789,39.08965],[141.88847,39.08953],[141.88879,39.08928],[141.88951,39.08924],[141.89001,39.08943],[141.88966,39.08964],[141.89025,39.08989],[141.8902,39.09004],[141.88989,39.09003],[141.89027,39.09028],[141.88968,39.0904],[141.8895,39.09071],[141.88966,39.0908],[141.89033,39.09067],[141.89025,39.09086],[141.89061,39.09072],[141.8912,39.0908],[141.89107,39.09096],[141.89044,39.09109],[141.8909,39.09124],[141.89053,39.09141],[141.89086,39.09158],[141.89059,39.0918],[141.89079,39.09185],[141.89052,39.09201],[141.89026,39.09277],[141.89052,39.09308],[141.89127,39.09288],[141.89169,39.09321],[141.89166,39.0934],[141.8923,39.0935],[141.89157,39.09378],[141.89162,39.09409],[141.89185,39.0942],[141.89169,39.0943],[141.89184,39.09462],[141.89153,39.09475],[141.89173,39.09492],[141.892,39.09602],[141.89248,39.09643],[141.893,39.09628],[141.893,39.09643],[141.89321,39.09638],[141.89328,39.09655],[141.89469,39.09669],[141.89485,39.09657],[141.89532,39.09677],[141.89545,39.09668],[141.89547,39.09681],[141.89625,39.09646],[141.89642,39.09669],[141.89665,39.09658],[141.89674,39.09688],[141.89728,39.09698],[141.89708,39.09728],[141.89723,39.09739],[141.89746,39.09739],[141.89763,39.09719],[141.89791,39.09729],[141.89804,39.09695],[141.89834,39.09714],[141.8981,39.09731],[141.89829,39.09747],[141.89897,39.09727],[141.89916,39.09765],[141.89879,39.09781],[141.89885,39.09796],[141.89914,39.09789],[141.89895,39.09809],[141.89947,39.09863],[141.90006,39.09849],[141.9004,39.09867],[141.90043,39.09855],[141.90123,39.09844],[141.9011,39.09853],[141.90132,39.09865],[141.90126,39.0989],[141.90145,39.09909],[141.90129,39.09918],[141.90128,39.09946],[141.90153,39.09976],[141.90178,39.09976],[141.90154,39.09998],[141.90165,39.10059],[141.90195,39.10089],[141.90264,39.10105],[141.90243,39.10115],[141.90334,39.10103],[141.9033,39.10126],[141.90372,39.10152],[141.90376,39.10134],[141.90417,39.10135],[141.90409,39.10144],[141.90445,39.10174],[141.90494,39.10161],[141.905,39.10136],[141.9054,39.10172],[141.90568,39.10164],[141.90625,39.10187],[141.90644,39.10219],[141.90682,39.10199],[141.90758,39.10215],[141.90763,39.10232],[141.90716,39.10263],[141.90813,39.10316],[141.90897,39.10279],[141.90953,39.10294],[141.91048,39.10291],[141.9107,39.10316],[141.91058,39.10324],[141.91083,39.10335],[141.91102,39.10322],[141.91146,39.10328],[141.91125,39.10356],[141.91165,39.10361],[141.912,39.10387],[141.91194,39.10402],[141.91249,39.104],[141.91298,39.10434],[141.91296,39.10462],[141.91265,39.10459],[141.913,39.10483],[141.91279,39.10494],[141.91276,39.10516],[141.9135,39.1054],[141.91356,39.10556],[141.91434,39.10529],[141.91449,39.10515],[141.91437,39.1051],[141.91447,39.10492],[141.91529,39.10472],[141.91485,39.10454],[141.91513,39.10448],[141.91592,39.10469],[141.91609,39.10495],[141.91676,39.10492],[141.91639,39.10463],[141.91665,39.10447],[141.91725,39.10456],[141.91741,39.10475],[141.9176,39.10462],[141.91727,39.10509],[141.91745,39.10516],[141.91785,39.10499],[141.91797,39.10471],[141.91869,39.10457],[141.91873,39.10432],[141.91907,39.10451],[141.91919,39.10415],[141.91965,39.10426],[141.91945,39.10488],[141.92032,39.10447],[141.92106,39.10453],[141.92114,39.10486],[141.9213,39.10488],[141.92117,39.10509],[141.92142,39.10517],[141.92108,39.10549],[141.92051,39.10544],[141.92043,39.10521],[141.92025,39.10517],[141.91977,39.10536],[141.91995,39.10564],[141.91939,39.10552],[141.91934,39.10521],[141.91906,39.10554],[141.91812,39.10547],[141.91823,39.1056],[141.91801,39.10568],[141.9181,39.10586],[141.91914,39.1066],[141.91912,39.1069],[141.91924,39.10721],[141.91939,39.10723],[141.91935,39.10749],[141.91889,39.1074],[141.91829,39.10762],[141.9182,39.10742],[141.91762,39.10736],[141.91703,39.10693],[141.9164,39.10672],[141.91552,39.10714],[141.91504,39.10703],[141.91491,39.1071],[141.91499,39.10722],[141.9147,39.10717],[141.91479,39.1073],[141.91455,39.10722],[141.91261,39.10762],[141.91234,39.10798],[141.91232,39.10833],[141.91247,39.1084],[141.91219,39.10852],[141.91256,39.10864],[141.9122,39.10862],[141.91217,39.10874],[141.91272,39.10928],[141.91251,39.10928],[141.91254,39.10941],[141.91097,39.10944],[141.90959,39.10857],[141.90894,39.10896],[141.90853,39.10941],[141.90857,39.10962],[141.90887,39.10967],[141.90888,39.10983],[141.90844,39.10991],[141.90864,39.11051],[141.90891,39.11052],[141.9089,39.11087],[141.90864,39.11109],[141.90866,39.11084],[141.90851,39.11085],[141.90825,39.11159],[141.90806,39.1117],[141.90808,39.11193],[141.9077,39.11193],[141.90717,39.11153],[141.90733,39.11193],[141.90689,39.11172],[141.90716,39.11213],[141.9071,39.11235],[141.90628,39.11185],[141.90613,39.11192],[141.9066,39.11244],[141.90597,39.11242],[141.90529,39.11265],[141.9053,39.11286],[141.90581,39.11297],[141.9054,39.11401],[141.90598,39.11446],[141.90517,39.1144],[141.90504,39.11456],[141.9052,39.11478],[141.90511,39.11505],[141.90553,39.11532],[141.90548,39.11562],[141.90568,39.11594],[141.90551,39.11645],[141.90562,39.11675],[141.90535,39.11698],[141.90507,39.11667],[141.905,39.1169],[141.90465,39.11673],[141.90475,39.11744],[141.90435,39.11698],[141.90383,39.11679],[141.90423,39.1178],[141.90396,39.11775],[141.90349,39.11804],[141.90259,39.11736],[141.90245,39.11747],[141.90266,39.11777],[141.90263,39.11799],[141.9018,39.11758],[141.90174,39.11736],[141.9011,39.11756],[141.90122,39.11778],[141.90105,39.11786],[141.90121,39.11799],[141.90106,39.11832],[141.90155,39.11845],[141.90149,39.11878],[141.9018,39.11864],[141.90195,39.119],[141.90171,39.11905],[141.90132,39.11963],[141.90122,39.11952],[141.90137,39.1191],[141.90115,39.11937],[141.90122,39.11904],[141.90103,39.11912],[141.90105,39.11892],[141.90085,39.11925],[141.90047,39.1187],[141.90018,39.11877],[141.9001,39.11886],[141.90048,39.1196],[141.90041,39.12009],[141.89983,39.1196],[141.8997,39.11916],[141.89942,39.11921],[141.89964,39.11999],[141.89943,39.11983],[141.89931,39.11999],[141.89894,39.12002],[141.89858,39.11964],[141.89806,39.11952],[141.8979,39.1192],[141.89792,39.11954],[141.89779,39.11954],[141.8973,39.11902],[141.89717,39.11876],[141.89732,39.11871],[141.89703,39.11836],[141.89644,39.11844],[141.89577,39.11813],[141.89584,39.11764],[141.89565,39.1178],[141.89536,39.11766],[141.89534,39.11798],[141.89511,39.11827],[141.895,39.11774],[141.89481,39.11767],[141.89474,39.11809],[141.89444,39.11848],[141.8944,39.11821],[141.89397,39.11771],[141.89364,39.1177],[141.89338,39.11819],[141.89314,39.11816],[141.8932,39.118],[141.89302,39.11806],[141.89271,39.1177],[141.89293,39.11762],[141.8924,39.1174],[141.89257,39.11698],[141.89235,39.11713],[141.89218,39.11707],[141.89228,39.11687],[141.89196,39.11685],[141.89147,39.11632],[141.89111,39.11645],[141.89106,39.11688],[141.89073,39.11653],[141.89092,39.11727],[141.89082,39.11744],[141.89028,39.11674],[141.89023,39.11716],[141.88951,39.11649],[141.8894,39.11656],[141.88965,39.11738],[141.88937,39.11727],[141.88934,39.11706],[141.88922,39.11717],[141.88902,39.1169],[141.88902,39.11668],[141.88921,39.11656],[141.88898,39.11613],[141.88866,39.11599],[141.88776,39.11606],[141.88759,39.11641],[141.88763,39.11626],[141.88725,39.11635],[141.88711,39.11627],[141.88723,39.11614],[141.88681,39.11618],[141.88657,39.11601],[141.88663,39.11588],[141.88627,39.11588],[141.88556,39.11551],[141.88531,39.11583],[141.88509,39.11556],[141.88492,39.11593],[141.88422,39.11603],[141.8841,39.11629],[141.88445,39.11639],[141.88428,39.11659],[141.88439,39.11672],[141.88401,39.11683],[141.88354,39.11646],[141.88344,39.11607],[141.88259,39.11623],[141.88234,39.11595],[141.88219,39.11619],[141.88197,39.11619],[141.8814,39.11586],[141.88158,39.11636],[141.88136,39.1165],[141.88079,39.11625],[141.88081,39.11591],[141.88071,39.116],[141.88064,39.11578],[141.88046,39.11638],[141.87972,39.11641],[141.87941,39.11618],[141.87915,39.11627],[141.87891,39.11673],[141.87872,39.11675],[141.87789,39.11647],[141.87786,39.1169],[141.87719,39.11651],[141.87725,39.11643],[141.87665,39.1159],[141.87646,39.11606],[141.87689,39.11662],[141.87664,39.1168],[141.87621,39.11657],[141.87571,39.11656],[141.87548,39.11634],[141.87553,39.11602],[141.87538,39.11617],[141.87448,39.11535],[141.87451,39.11555],[141.87434,39.11536],[141.87385,39.11558],[141.87393,39.11589],[141.87368,39.11566],[141.8737,39.116],[141.87344,39.11597],[141.87397,39.11632],[141.87395,39.11651],[141.87415,39.1167],[141.87387,39.11675],[141.87402,39.11689],[141.87378,39.11689],[141.87373,39.11713],[141.87268,39.11644],[141.87209,39.11687],[141.87218,39.11717],[141.87195,39.11723],[141.87252,39.11795],[141.87213,39.11788],[141.87244,39.1183],[141.87211,39.1184],[141.87256,39.11861],[141.87272,39.11902],[141.87261,39.11909],[141.87285,39.11935],[141.87273,39.11948],[141.87348,39.12035],[141.87347,39.1206],[141.87327,39.12062],[141.87334,39.12082],[141.87316,39.12104],[141.87441,39.12159],[141.8747,39.1222],[141.87423,39.12233],[141.87392,39.12188],[141.87384,39.12199],[141.87306,39.12138],[141.87305,39.12162],[141.8735,39.12207],[141.87228,39.12183],[141.87152,39.12125],[141.8716,39.12099],[141.87125,39.12065],[141.87047,39.12081],[141.87102,39.12141],[141.87091,39.12168],[141.87052,39.12145],[141.87024,39.12172],[141.86996,39.12177],[141.87067,39.12261],[141.87003,39.12244],[141.86999,39.12298],[141.87014,39.12326],[141.87056,39.12326],[141.87079,39.12353],[141.87022,39.12367],[141.87023,39.12382],[141.87046,39.12379],[141.87013,39.12404],[141.87028,39.12455],[141.87148,39.12485],[141.87171,39.12523],[141.87157,39.12536],[141.87268,39.12596],[141.87266,39.1261],[141.87244,39.12615],[141.87174,39.12605],[141.87184,39.12629],[141.87241,39.12651],[141.87214,39.12661],[141.87193,39.12649],[141.87223,39.12683],[141.87212,39.12712],[141.87352,39.12778],[141.87363,39.12803],[141.87324,39.12784],[141.87345,39.12834],[141.87297,39.12809],[141.87304,39.12841],[141.87282,39.12842],[141.87322,39.12868],[141.87324,39.12902],[141.87304,39.12896],[141.87295,39.12857],[141.87275,39.12867],[141.87264,39.129],[141.8724,39.1289],[141.87236,39.129],[141.87229,39.12875],[141.87196,39.12893],[141.87217,39.12896],[141.87225,39.12921],[141.87164,39.12925],[141.87261,39.12938],[141.87273,39.12975],[141.87251,39.12951],[141.87233,39.12952],[141.87256,39.1297],[141.87167,39.12979],[141.87293,39.13017],[141.87268,39.1306],[141.87205,39.13067],[141.87173,39.13055],[141.87189,39.13048],[141.87177,39.13043],[141.8716,39.13052],[141.87162,39.1307],[141.8714,39.13074],[141.87081,39.13031],[141.87088,39.13054],[141.87071,39.13064],[141.871,39.13094],[141.8708,39.13102],[141.87026,39.13059],[141.87004,39.13069],[141.86971,39.13056],[141.86982,39.13101],[141.86999,39.13093],[141.87046,39.13116],[141.8704,39.13134],[141.87074,39.1315],[141.87082,39.13171],[141.87039,39.13175],[141.86992,39.13108],[141.86984,39.13137],[141.86997,39.13173],[141.86974,39.13192],[141.86876,39.132],[141.86819,39.13161],[141.86841,39.13209],[141.86754,39.13207],[141.86733,39.13226],[141.86759,39.13281],[141.8666,39.13269],[141.8668,39.13286],[141.86666,39.13297],[141.8669,39.13326],[141.86683,39.13336],[141.86582,39.13322],[141.86545,39.13298],[141.86548,39.13277],[141.86524,39.13271],[141.86504,39.13279],[141.86518,39.13317],[141.86466,39.13322],[141.86466,39.13344],[141.86425,39.13339],[141.86422,39.13352],[141.86379,39.13313],[141.86336,39.13317],[141.86305,39.13301],[141.86347,39.13352],[141.86341,39.1337],[141.86291,39.13342],[141.8628,39.13354],[141.86297,39.13374],[141.86226,39.13396],[141.86156,39.13359],[141.86088,39.13394],[141.8601,39.13385],[141.85996,39.13405],[141.8597,39.13408],[141.86012,39.13426],[141.85983,39.13437],[141.86002,39.13444],[141.85996,39.13454],[141.85964,39.13449],[141.85926,39.1341],[141.85899,39.13416],[141.85914,39.13439],[141.85892,39.13437],[141.85909,39.13454],[141.85901,39.13461],[141.85945,39.13479],[141.8591,39.13494],[141.85841,39.13482],[141.85844,39.13495],[141.85823,39.135],[141.85835,39.13505],[141.85831,39.13529],[141.85717,39.13466],[141.85761,39.13503],[141.85769,39.13531],[141.85681,39.13489],[141.85693,39.13554],[141.85579,39.13482],[141.85568,39.13513],[141.85587,39.13527],[141.8552,39.13498],[141.85499,39.13507],[141.85538,39.13561],[141.85457,39.1352],[141.85441,39.13538],[141.85414,39.13529],[141.85441,39.13554],[141.85435,39.13569],[141.8537,39.13526],[141.85398,39.13566],[141.85368,39.13574],[141.85341,39.13609],[141.85317,39.13686],[141.85307,39.13684],[141.85333,39.13606],[141.85349,39.13592],[141.85321,39.13572],[141.85282,39.13604],[141.85245,39.13591],[141.85215,39.13625],[141.85276,39.13664],[141.85252,39.13664],[141.85249,39.13687],[141.85237,39.13692],[141.85179,39.13657],[141.8518,39.13677],[141.85218,39.13702],[141.85168,39.13686],[141.85175,39.13705],[141.8515,39.13728],[141.85174,39.13737],[141.85171,39.13757],[141.85143,39.1376],[141.85138,39.13776],[141.85103,39.13787],[141.85108,39.13798],[141.85092,39.13792],[141.85096,39.13772],[141.85067,39.13778],[141.8504,39.13751],[141.85018,39.13752],[141.85033,39.13772],[141.8501,39.13779],[141.85071,39.13825],[141.85002,39.13817],[141.8497,39.13789],[141.84941,39.13792],[141.84934,39.13831],[141.85016,39.1386],[141.85018,39.1388],[141.8505,39.13898],[141.8501,39.1389],[141.85009,39.13913],[141.84962,39.13897],[141.84941,39.13906],[141.8499,39.13935],[141.85003,39.13965],[141.84996,39.13993],[141.84893,39.13966],[141.84906,39.14013],[141.84873,39.14006],[141.84865,39.14054],[141.84833,39.14068],[141.84904,39.1409],[141.84818,39.14129],[141.84832,39.14144],[141.84806,39.14123],[141.84796,39.14136],[141.84724,39.14105],[141.84706,39.14148],[141.8472,39.14154],[141.84665,39.14163],[141.84672,39.14187],[141.84627,39.14187],[141.84604,39.14215],[141.84562,39.14211],[141.84582,39.14235],[141.84483,39.14244],[141.84471,39.14253],[141.84483,39.14273],[141.84396,39.14288],[141.84384,39.14304],[141.84247,39.14305],[141.84209,39.14323],[141.84207,39.14305],[141.84195,39.14306],[141.84212,39.1439],[141.84149,39.14421],[141.84097,39.1451],[141.84101,39.1447],[141.84144,39.14416],[141.84199,39.14389],[141.84187,39.14324],[141.84069,39.14366],[141.83995,39.14491],[141.83999,39.14476],[141.83975,39.14482],[141.83984,39.14493],[141.83879,39.14455],[141.83755,39.14448],[141.83726,39.14431],[141.83652,39.14448],[141.83671,39.14463],[141.83644,39.14485],[141.83555,39.14457],[141.83615,39.1453],[141.83571,39.14546],[141.83599,39.14591],[141.83578,39.14619],[141.83612,39.14633],[141.83614,39.1469],[141.83654,39.14734],[141.83644,39.14761],[141.83785,39.14829],[141.83887,39.14853],[141.84014,39.14928],[141.84048,39.15063],[141.84121,39.15172],[141.84146,39.15239],[141.84412,39.1543],[141.84419,39.15458],[141.84454,39.15454],[141.8447,39.15488],[141.84671,39.15563],[141.84655,39.15581],[141.84682,39.15593],[141.84709,39.15553],[141.84656,39.15484],[141.84624,39.15466],[141.84632,39.15458],[141.84663,39.15475],[141.84722,39.15551],[141.84708,39.15587],[141.84821,39.15614],[141.84814,39.15645],[141.84828,39.1564],[141.84842,39.15657],[141.84895,39.15656],[141.85006,39.15697],[141.85201,39.15644],[141.8529,39.15663],[141.8529,39.15677],[141.85374,39.1573],[141.8552,39.15753],[141.85672,39.15684],[141.8566,39.15614],[141.85647,39.15621],[141.85642,39.15613],[141.85708,39.15586],[141.85665,39.15533],[141.85624,39.15554],[141.8562,39.15544],[141.85736,39.15487],[141.85728,39.15502],[141.85808,39.15602],[141.8599,39.15515],[141.86026,39.15555],[141.85923,39.15605],[141.8595,39.15639],[141.86058,39.15661],[141.86143,39.15621],[141.86118,39.1559],[141.8617,39.15571],[141.8622,39.155],[141.86122,39.15482],[141.8606,39.15438],[141.86071,39.15431],[141.86127,39.15476],[141.8626,39.15491],[141.86331,39.15458],[141.8632,39.15425],[141.8635,39.15374],[141.86426,39.1536],[141.8643,39.15378],[141.86477,39.1538],[141.86496,39.15349],[141.86528,39.15343],[141.86626,39.15349],[141.86616,39.15363],[141.86651,39.1538],[141.86777,39.15356],[141.86931,39.15395],[141.86908,39.1538],[141.8696,39.15379],[141.87001,39.15359],[141.87113,39.15374],[141.87095,39.15352],[141.87125,39.15347],[141.87206,39.15387],[141.87227,39.15381],[141.87213,39.15366],[141.87232,39.15364],[141.87269,39.15392],[141.87278,39.15372],[141.87251,39.15359],[141.87248,39.15341],[141.87299,39.15339],[141.87352,39.15355],[141.87345,39.15363],[141.87407,39.15367],[141.87431,39.15387],[141.87423,39.15412],[141.87384,39.15419],[141.87373,39.15437],[141.87441,39.15421],[141.87471,39.15444],[141.87489,39.15431],[141.87574,39.15456],[141.87567,39.15482],[141.87608,39.1548],[141.87649,39.15518],[141.87528,39.15484],[141.87534,39.15498],[141.87609,39.15532],[141.87661,39.15529],[141.87722,39.15569],[141.87724,39.15545],[141.87824,39.15573],[141.87816,39.15561],[141.87878,39.15563],[141.87877,39.15545],[141.87922,39.15536],[141.87936,39.15551],[141.88021,39.15542],[141.88067,39.15558],[141.88059,39.15541],[141.88096,39.15536],[141.88185,39.15478],[141.88202,39.15444],[141.88277,39.15469],[141.88261,39.1549],[141.88363,39.15522],[141.8847,39.15522],[141.88482,39.15541],[141.88557,39.15559],[141.8858,39.15547],[141.88662,39.1556],[141.88625,39.15573],[141.88659,39.15579],[141.88735,39.15573],[141.88755,39.1561],[141.88719,39.15618],[141.88729,39.15637],[141.88709,39.15664],[141.88716,39.15711],[141.88738,39.15734],[141.88765,39.15693],[141.88856,39.15668],[141.88884,39.15678],[141.88893,39.15703],[141.88999,39.1574],[141.89006,39.15753],[141.88982,39.15748],[141.88989,39.15758],[141.88904,39.15747],[141.89011,39.15772],[141.88997,39.15777],[141.89054,39.1579],[141.89064,39.15806],[141.89088,39.15798],[141.89121,39.15827],[141.89126,39.15855],[141.89101,39.15852],[141.8912,39.15869],[141.89085,39.15867],[141.89131,39.15878],[141.89137,39.15891],[141.89111,39.15884],[141.89132,39.15898],[141.89152,39.15892],[141.89175,39.15911],[141.8922,39.15903],[141.89248,39.15921],[141.8926,39.15948],[141.89237,39.15938],[141.89234,39.15951],[141.89275,39.15994],[141.89252,39.16004],[141.89313,39.1605],[141.89352,39.16042],[141.89386,39.16063],[141.89393,39.16051],[141.89431,39.16055],[141.89479,39.16083],[141.89515,39.16065],[141.89485,39.16033],[141.89579,39.16093],[141.89524,39.16014],[141.89536,39.15981],[141.89652,39.16053],[141.89636,39.1606],[141.89658,39.16104],[141.89645,39.16131],[141.8962,39.16124],[141.89599,39.16137],[141.89604,39.16151],[141.89588,39.16148],[141.89601,39.1616],[141.89574,39.16157],[141.89659,39.16193],[141.89669,39.16235],[141.89657,39.16237],[141.89648,39.16202],[141.89565,39.16174],[141.89538,39.16215],[141.8958,39.16246],[141.89629,39.16246],[141.89586,39.16251],[141.896,39.16295],[141.89704,39.16309],[141.89702,39.16261],[141.89717,39.16256],[141.89717,39.1632],[141.89744,39.16338],[141.89709,39.16363],[141.89783,39.16389],[141.89795,39.16403],[141.89779,39.16411],[141.89799,39.1643],[141.89844,39.16429],[141.89872,39.16447],[141.89903,39.1643],[141.8998,39.16474],[141.90051,39.16462],[141.90144,39.16516],[141.90181,39.16564],[141.90191,39.16565],[141.90165,39.16525],[141.9024,39.16576],[141.90289,39.16585],[141.90295,39.16597],[141.90277,39.16615],[141.90381,39.16674],[141.90313,39.16647],[141.90357,39.16678],[141.90337,39.16686],[141.9037,39.16682],[141.90419,39.16711],[141.90444,39.16703],[141.90448,39.16722],[141.90599,39.16773],[141.90623,39.16794],[141.9062,39.16806],[141.906,39.16803],[141.90454,39.16732],[141.90464,39.16759],[141.90505,39.16761],[141.90553,39.16806],[141.90514,39.16793],[141.90575,39.16825],[141.90569,39.16841],[141.90592,39.16841],[141.90595,39.16855],[141.90573,39.16851],[141.90571,39.16869],[141.90698,39.16926],[141.90713,39.16958],[141.90734,39.16947],[141.9081,39.16975],[141.90827,39.16939],[141.90869,39.16959],[141.90859,39.16977],[141.90895,39.16987],[141.90898,39.17003],[141.9095,39.17021],[141.90969,39.16995],[141.91005,39.17005],[141.90986,39.1702],[141.9101,39.17043],[141.91048,39.17046],[141.91098,39.17081],[141.91101,39.17106],[141.91127,39.1711],[141.91161,39.1715],[141.91191,39.17159],[141.91211,39.17177],[141.91207,39.17195],[141.91237,39.17215],[141.91256,39.17213],[141.91271,39.17178],[141.91259,39.17164],[141.91277,39.17143],[141.91286,39.17155],[141.9131,39.1714],[141.9134,39.17168],[141.91366,39.17173],[141.91375,39.1716],[141.91427,39.17188],[141.91371,39.17185],[141.91446,39.17205],[141.91487,39.1727],[141.91492,39.17241],[141.91477,39.17218],[141.91585,39.17251],[141.91611,39.17284],[141.91626,39.17277],[141.91692,39.17302],[141.9172,39.17329],[141.91668,39.1734],[141.91581,39.1732],[141.91584,39.17336],[141.91622,39.17346],[141.91658,39.17379],[141.91618,39.1738],[141.91604,39.17413],[141.91693,39.17432],[141.91702,39.17489],[141.91781,39.17541],[141.9185,39.1749],[141.91902,39.17482],[141.9195,39.17499],[141.91921,39.17516],[141.91939,39.17535],[141.91922,39.17552],[141.91964,39.17576],[141.91936,39.17571],[141.91949,39.17583],[141.91927,39.17627],[141.92008,39.17647],[141.92033,39.17662],[141.92019,39.17679],[141.92119,39.17712],[141.92154,39.17745],[141.92135,39.17765],[141.92142,39.17783],[141.92226,39.17795],[141.92104,39.17783],[141.92116,39.17807],[141.92086,39.17826],[141.92128,39.17844],[141.92073,39.17846],[141.92086,39.17901],[141.92061,39.17937],[141.9208,39.17951],[141.92054,39.17964],[141.92053,39.18001],[141.92115,39.18017],[141.92109,39.18091],[141.92264,39.18114],[141.92171,39.18126],[141.92177,39.18136],[141.9214,39.1814],[141.92086,39.18191],[141.921,39.18258],[141.92151,39.18247],[141.92256,39.18282],[141.92249,39.18309],[141.92196,39.18307],[141.92197,39.18327],[141.92244,39.18358],[141.92288,39.18351],[141.92248,39.18376],[141.9226,39.18393],[141.92299,39.18394],[141.92243,39.18425],[141.92247,39.18462],[141.92172,39.18495],[141.92161,39.18516],[141.92097,39.18506],[141.92077,39.18537],[141.92029,39.18555],[141.92052,39.18565],[141.92011,39.18587],[141.91967,39.18584],[141.91952,39.18549],[141.91892,39.18611],[141.91874,39.18605],[141.91888,39.1855],[141.91842,39.18563],[141.9182,39.18538],[141.91759,39.18568],[141.91766,39.18576],[141.91626,39.18596],[141.916,39.1862],[141.91617,39.18636],[141.91603,39.18651],[141.91528,39.18659],[141.91511,39.18625],[141.91472,39.18605],[141.91467,39.18559],[141.91434,39.18567],[141.91421,39.18524],[141.91294,39.18533],[141.91302,39.1855],[141.91242,39.18586],[141.91202,39.18581],[141.91182,39.1861],[141.91134,39.18621],[141.91133,39.18609],[141.91088,39.18617],[141.91082,39.18604],[141.91032,39.18602],[141.9101,39.18576],[141.90999,39.1859],[141.9093,39.18599],[141.90842,39.18575],[141.90829,39.18597],[141.90819,39.18582],[141.90777,39.18592],[141.90759,39.18584],[141.90764,39.18556],[141.90713,39.18552],[141.90678,39.18502],[141.90669,39.18526],[141.90616,39.18541],[141.90603,39.18527],[141.90563,39.18532],[141.90568,39.18494],[141.90468,39.18462],[141.9045,39.18475],[141.90401,39.18469],[141.90383,39.18435],[141.90328,39.18448],[141.90338,39.18424],[141.90316,39.18402],[141.90196,39.1835],[141.90078,39.18374],[141.9002,39.18403],[141.90054,39.18446],[141.90054,39.18476],[141.89998,39.18457],[141.8998,39.18429],[141.89977,39.18451],[141.89897,39.18472],[141.89831,39.18439],[141.89799,39.18469],[141.89806,39.18479],[141.89791,39.18479],[141.89818,39.18487],[141.89814,39.18497],[141.89794,39.18499],[141.89798,39.18486],[141.89765,39.18505],[141.89719,39.18495],[141.89738,39.18482],[141.89722,39.18475],[141.89724,39.18453],[141.89689,39.18465],[141.89656,39.18428],[141.89548,39.1842],[141.89542,39.18489],[141.89511,39.18474],[141.89508,39.18449],[141.89432,39.18453],[141.89451,39.18409],[141.89438,39.18403],[141.89464,39.18399],[141.89451,39.18375],[141.8947,39.18374],[141.89468,39.1834],[141.89347,39.18292],[141.89227,39.18297],[141.89347,39.18287],[141.89417,39.18315],[141.89506,39.18279],[141.89469,39.18227],[141.8944,39.1824],[141.89355,39.18211],[141.89346,39.18228],[141.8934,39.18189],[141.89281,39.18189],[141.89313,39.18182],[141.89336,39.18148],[141.89302,39.18113],[141.89261,39.18115],[141.89221,39.18149],[141.89128,39.18154],[141.89093,39.18119],[141.8906,39.18139],[141.89064,39.18152],[141.89044,39.1815],[141.89052,39.1816],[141.89017,39.18159],[141.89021,39.18192],[141.88988,39.18184],[141.88983,39.18211],[141.88964,39.18222],[141.88977,39.1827],[141.89,39.18274],[141.88991,39.18304],[141.88971,39.1832],[141.88973,39.18305],[141.88957,39.183],[141.88893,39.1831],[141.88927,39.18416],[141.88901,39.18407],[141.88895,39.18429],[141.88873,39.18422],[141.88865,39.18438],[141.8888,39.18459],[141.88853,39.18438],[141.88817,39.18466],[141.88807,39.18442],[141.88789,39.18445],[141.88782,39.18474],[141.88752,39.18448],[141.88725,39.18476],[141.88678,39.18463],[141.88645,39.18537],[141.88612,39.18534],[141.88587,39.18553],[141.88539,39.18522],[141.88472,39.18571],[141.88368,39.18533],[141.88358,39.18541],[141.88364,39.18521],[141.88337,39.18513],[141.88274,39.18519],[141.88264,39.18545],[141.88213,39.1852],[141.88194,39.18527],[141.88141,39.18588],[141.88173,39.18606],[141.88176,39.18626],[141.88155,39.18624],[141.88171,39.18652],[141.88136,39.18676],[141.88187,39.18707],[141.8814,39.18726],[141.88133,39.18762],[141.88269,39.18814],[141.8829,39.18837],[141.88274,39.18845],[141.88229,39.18817],[141.88217,39.18824],[141.88234,39.18846],[141.88207,39.18853],[141.88219,39.18881],[141.8818,39.18837],[141.8818,39.18864],[141.88162,39.18852],[141.88119,39.18861],[141.88113,39.18883],[141.88164,39.18918],[141.88168,39.18946],[141.88158,39.18954],[141.88134,39.18931],[141.88085,39.18938],[141.88089,39.18954],[141.88064,39.18975],[141.88087,39.19007],[141.88074,39.1902],[141.87991,39.19009],[141.88028,39.19046],[141.88066,39.19047],[141.8806,39.19067],[141.88077,39.1908],[141.88056,39.19082],[141.88038,39.19058],[141.8804,39.19079],[141.88077,39.19106],[141.87996,39.19083],[141.87996,39.19115],[141.87984,39.19115],[141.88004,39.19131],[141.87994,39.19135],[141.8795,39.19118],[141.8795,39.19129],[141.87925,39.19093],[141.87873,39.19083],[141.87822,39.19134],[141.87781,39.19138],[141.87807,39.19169],[141.87775,39.19198],[141.87695,39.19202],[141.87698,39.19241],[141.87667,39.1921],[141.8762,39.19229],[141.87605,39.19218],[141.87546,39.19231],[141.87432,39.19177],[141.87367,39.1919],[141.87354,39.19211],[141.87147,39.19122],[141.87101,39.19126],[141.87083,39.19146],[141.87044,39.19127],[141.87017,39.19241],[141.87029,39.19181],[141.86923,39.19154],[141.86932,39.19123],[141.86799,39.19115],[141.86688,39.19137],[141.86659,39.19204],[141.86674,39.19161],[141.86606,39.1915],[141.86596,39.19164],[141.86641,39.19178],[141.8662,39.19175],[141.86607,39.19206],[141.86624,39.19215],[141.86557,39.19347],[141.86598,39.19397],[141.86621,39.19396],[141.86638,39.19455],[141.86682,39.1945],[141.86699,39.19486],[141.86774,39.19555],[141.86801,39.19563],[141.86827,39.19542],[141.86933,39.19675],[141.86981,39.19684],[141.86995,39.19667],[141.87013,39.19685],[141.87037,39.19665],[141.87156,39.19714],[141.87179,39.1968],[141.87204,39.19689],[141.87216,39.19715],[141.8722,39.19693],[141.87259,39.19739],[141.87275,39.19735],[141.87279,39.19781],[141.87264,39.19802],[141.87222,39.19788],[141.87215,39.19809],[141.87188,39.19794],[141.87134,39.19801],[141.87131,39.19818],[141.87107,39.19808],[141.87067,39.19842],[141.87136,39.19914],[141.87095,39.19898],[141.87102,39.19958],[141.87036,39.19959],[141.86968,39.2003],[141.86987,39.20053],[141.86973,39.20059],[141.86999,39.2008],[141.8699,39.20099],[141.86941,39.20075],[141.86949,39.20052],[141.86923,39.20028],[141.86817,39.19971],[141.8677,39.20026],[141.86867,39.20085],[141.86704,39.19998],[141.86748,39.19948],[141.86686,39.19946],[141.86624,39.19978],[141.86554,39.20047],[141.8654,39.2011],[141.86484,39.20149],[141.86461,39.2022],[141.86426,39.20264],[141.86435,39.2032],[141.86532,39.20403],[141.86542,39.20486],[141.86588,39.20483],[141.86617,39.20573],[141.8663,39.20571],[141.86681,39.20637],[141.86885,39.2069],[141.87018,39.20659],[141.87066,39.20705],[141.87261,39.20661],[141.87219,39.20555],[141.87306,39.20533],[141.87366,39.2061],[141.87451,39.20592],[141.87519,39.20565],[141.876,39.20488],[141.87679,39.20495],[141.87765,39.20475],[141.87815,39.20405],[141.87856,39.2042],[141.87919,39.2041],[141.87938,39.20394],[141.87939,39.20348],[141.87971,39.20359],[141.88133,39.203],[141.88161,39.2027],[141.88158,39.20239],[141.88191,39.20239],[141.88221,39.20262],[141.8827,39.20257],[141.88367,39.20219],[141.884,39.2017],[141.88408,39.20186],[141.88483,39.20211],[141.88594,39.20212],[141.88599,39.20183],[141.8864,39.20154],[141.88631,39.20117],[141.88657,39.20103],[141.88643,39.20066],[141.88679,39.2002],[141.88705,39.20013],[141.88696,39.19991],[141.88723,39.19985],[141.88691,39.19967],[141.88685,39.19928],[141.88721,39.19948],[141.88813,39.19886],[141.88852,39.1983],[141.88917,39.19823],[141.88907,39.19793],[141.88933,39.19779],[141.88919,39.19772],[141.88977,39.19785],[141.88964,39.19766],[141.88979,39.1976],[141.88982,39.1978],[141.89035,39.1979],[141.89072,39.1984],[141.89084,39.19794],[141.89121,39.19829],[141.89149,39.19822],[141.89192,39.19898],[141.89278,39.19948],[141.89265,39.19954],[141.89351,39.19986],[141.89387,39.20086],[141.89347,39.20087],[141.89328,39.20069],[141.8932,39.2008],[141.89274,39.20036],[141.89273,39.20067],[141.89284,39.2007],[141.8928,39.20052],[141.89296,39.20068],[141.89283,39.20082],[141.89222,39.20054],[141.89208,39.20102],[141.89245,39.20118],[141.8924,39.20158],[141.89136,39.20219],[141.89146,39.20235],[141.89225,39.20238],[141.89206,39.20267],[141.89223,39.20284],[141.89303,39.20256],[141.89308,39.20289],[141.89274,39.20288],[141.89311,39.20298],[141.89291,39.20311],[141.89308,39.20315],[141.89304,39.20331],[141.89336,39.20332],[141.89286,39.2034],[141.89338,39.20352],[141.89331,39.2038],[141.89368,39.20417],[141.89352,39.20413],[141.89295,39.20448],[141.8916,39.20433],[141.89105,39.20444],[141.89106,39.20469],[141.89138,39.20502],[141.89104,39.20542],[141.89126,39.20599],[141.89105,39.20628],[141.89074,39.20627],[141.89053,39.20687],[141.89,39.20697],[141.88963,39.20678],[141.88932,39.20739],[141.88897,39.20734],[141.88843,39.20765],[141.8877,39.20781],[141.8877,39.20798],[141.88807,39.20794],[141.88826,39.20806],[141.88707,39.20814],[141.88713,39.20876],[141.88688,39.20892],[141.88766,39.20893],[141.88801,39.20931],[141.88897,39.20876],[141.88883,39.20838],[141.88889,39.2082],[141.88903,39.20873],[141.89222,39.20841],[141.89271,39.20824],[141.89547,39.20941],[141.89637,39.20901],[141.89604,39.20818],[141.89517,39.20846],[141.89424,39.20834],[141.89427,39.20824],[141.89516,39.20838],[141.8963,39.20811],[141.8966,39.2076],[141.897,39.20761],[141.89708,39.20746],[141.89771,39.2076],[141.89817,39.20752],[141.8986,39.2077],[141.89893,39.20739],[141.89882,39.20724],[141.89894,39.20724],[141.89898,39.20702],[141.89854,39.20673],[141.8986,39.20663],[141.89849,39.20668],[141.89838,39.20642],[141.89864,39.20645],[141.89856,39.20607],[141.8988,39.20582],[141.89897,39.20587],[141.89905,39.20615],[141.89927,39.20589],[141.89973,39.20593],[141.90005,39.20669],[141.90054,39.20638],[141.90085,39.20664],[141.90085,39.20649],[141.90118,39.20663],[141.90166,39.20625],[141.90142,39.20604],[141.9018,39.20593],[141.90159,39.20572],[141.90174,39.20548],[141.90148,39.20537],[141.9016,39.2051],[141.90172,39.20532],[141.90191,39.20532],[141.90181,39.20507],[141.90194,39.20488],[141.9022,39.205],[141.90234,39.20479],[141.9026,39.20518],[141.90286,39.20494],[141.90305,39.20498],[141.90336,39.20533],[141.9031,39.20531],[141.90359,39.20569],[141.90391,39.20575],[141.90349,39.20511],[141.90383,39.20507],[141.90364,39.20525],[141.90387,39.20517],[141.90396,39.20536],[141.9043,39.20506],[141.90451,39.20506],[141.90456,39.20524],[141.90425,39.20527],[141.9044,39.20539],[141.90426,39.20557],[141.90459,39.20564],[141.90446,39.20581],[141.90488,39.20608],[141.90465,39.20667],[141.90494,39.2071],[141.90578,39.20705],[141.90637,39.2074],[141.90649,39.20729],[141.90719,39.20735],[141.90729,39.2071],[141.9074,39.20719],[141.90731,39.20737],[141.90886,39.20771],[141.90901,39.20799],[141.90929,39.20783],[141.9094,39.20807],[141.90921,39.20825],[141.9092,39.20857],[141.90941,39.20929],[141.90961,39.20928],[141.90974,39.20947],[141.91028,39.20919],[141.91059,39.2099],[141.91107,39.20985],[141.91121,39.21003],[141.913,39.21041],[141.91271,39.21088],[141.91296,39.21092],[141.91311,39.21123],[141.91331,39.21121],[141.91329,39.21144],[141.91366,39.21205],[141.9162,39.21367],[141.91915,39.21467],[141.92114,39.21558],[141.92196,39.21526],[141.9227,39.2154],[141.92287,39.21527],[141.92303,39.2154],[141.92326,39.21505],[141.92329,39.21531],[141.92399,39.21531],[141.92424,39.21501],[141.92448,39.215],[141.92429,39.21454],[141.92437,39.2144],[141.92497,39.21455],[141.92508,39.21519],[141.92559,39.21522],[141.92591,39.21505],[141.92611,39.21525],[141.92629,39.21499],[141.92665,39.2153],[141.92672,39.21499],[141.92717,39.21529],[141.92694,39.21537],[141.92707,39.21556],[141.92714,39.21543],[141.92763,39.21553],[141.92752,39.21566],[141.92762,39.21578],[141.92716,39.21592],[141.92746,39.21606],[141.9276,39.21596],[141.9274,39.21617],[141.92762,39.21639],[141.9277,39.21627],[141.92794,39.21632],[141.92774,39.21667],[141.92806,39.21696],[141.92795,39.21737],[141.92815,39.21743],[141.92816,39.21771],[141.92795,39.21787],[141.9276,39.21767],[141.92737,39.21787],[141.9282,39.21822],[141.92729,39.21822],[141.92739,39.21832],[141.92709,39.21849],[141.92651,39.21831],[141.92642,39.2185],[141.92679,39.21863],[141.92647,39.21891],[141.926,39.21858],[141.92578,39.21864],[141.92574,39.21885],[141.92531,39.21882],[141.92511,39.21917],[141.92567,39.21937],[141.92556,39.21941],[141.92575,39.21975],[141.92567,39.21994],[141.92536,39.22002],[141.92516,39.21977],[141.92491,39.21998],[141.92423,39.21978],[141.92364,39.21993],[141.92344,39.22016],[141.92333,39.22067],[141.92364,39.22089],[141.92577,39.22132],[141.92488,39.22123],[141.9248,39.22151],[141.9241,39.22149],[141.92409,39.22208],[141.92437,39.22229],[141.92413,39.22244],[141.92429,39.22256],[141.92508,39.22262],[141.92528,39.22232],[141.92583,39.22229],[141.92616,39.22207],[141.9261,39.22197],[141.92646,39.22185],[141.92657,39.22142],[141.92658,39.22184],[141.92676,39.22158],[141.927,39.22187],[141.927,39.22164],[141.92721,39.22165],[141.927,39.22126],[141.92756,39.22099],[141.92743,39.2212],[141.92828,39.2218],[141.92846,39.22169],[141.92848,39.22187],[141.92866,39.22182],[141.92861,39.22199],[141.92885,39.22204],[141.92894,39.22187],[141.92973,39.22227],[141.93002,39.22164],[141.93045,39.22171],[141.9303,39.22161],[141.93036,39.2214],[141.93078,39.22155],[141.93095,39.22145],[141.93175,39.22198],[141.93181,39.22232],[141.93197,39.22231],[141.93207,39.22259],[141.93257,39.22267],[141.93265,39.22284],[141.93279,39.22277],[141.93332,39.2231],[141.93331,39.22279],[141.93367,39.22306],[141.93394,39.22299],[141.93409,39.22269],[141.93434,39.22269],[141.93459,39.22238],[141.93486,39.22244],[141.93488,39.22212],[141.93535,39.22229],[141.93505,39.22203],[141.9352,39.22202],[141.9352,39.22187],[141.93553,39.22198],[141.93549,39.22223],[141.93584,39.22231],[141.93573,39.22236],[141.93589,39.22256],[141.9358,39.22272],[141.93626,39.22316],[141.93635,39.22321],[141.93643,39.22294],[141.93686,39.22338],[141.93686,39.22368],[141.93806,39.22354],[141.93892,39.22305],[141.93913,39.22231],[141.9395,39.22226],[141.9397,39.22202],[141.93978,39.22142],[141.94038,39.22134],[141.94066,39.22063],[141.94096,39.22064],[141.94083,39.22045],[141.94113,39.22069],[141.94136,39.22054],[141.94115,39.21997],[141.94145,39.22016],[141.94143,39.21989],[141.94174,39.21947],[141.9425,39.21912],[141.94259,39.21828],[141.94273,39.21816],[141.94306,39.21826],[141.94324,39.21753],[141.94369,39.21803],[141.94381,39.21789],[141.94436,39.21802],[141.94446,39.21792],[141.94424,39.21753],[141.94444,39.21745],[141.9446,39.21707],[141.94527,39.21782],[141.94547,39.21765],[141.94531,39.21751],[141.94535,39.21728],[141.94563,39.21725],[141.94566,39.21679],[141.94605,39.21695],[141.94605,39.21733],[141.94632,39.21761],[141.94715,39.2179],[141.94758,39.21762],[141.94748,39.21733],[141.94762,39.21698],[141.94783,39.21766],[141.94823,39.21789],[141.94827,39.21777],[141.94851,39.21781],[141.94876,39.21811],[141.94858,39.2183],[141.9487,39.21837],[141.94855,39.21847],[141.94871,39.21846],[141.94854,39.21876],[141.94893,39.21931],[141.94972,39.21942],[141.94995,39.21975],[141.9504,39.21988],[141.95027,39.22004],[141.95048,39.22039],[141.95061,39.22024],[141.95078,39.22028],[141.95063,39.22039],[141.95095,39.22036],[141.95105,39.2205],[141.95084,39.22053],[141.95154,39.22083],[141.95136,39.22095],[141.95161,39.22118],[141.95258,39.22133],[141.95306,39.22163],[141.95323,39.22156],[141.9546,39.22247],[141.95496,39.22238],[141.95515,39.22279],[141.95498,39.223],[141.95481,39.22269],[141.95465,39.22274],[141.95431,39.22307],[141.95437,39.22328],[141.95416,39.22358],[141.95431,39.22367],[141.95412,39.22394],[141.95531,39.22447],[141.955,39.22453],[141.95469,39.22432],[141.95412,39.22448],[141.95363,39.22431],[141.95355,39.22449],[141.95303,39.22459],[141.95298,39.22484],[141.95269,39.2248],[141.95274,39.22494],[141.95216,39.22493],[141.95175,39.22474],[141.95136,39.22487],[141.95099,39.22519],[141.95093,39.22569],[141.95108,39.2258],[141.95054,39.2257],[141.9506,39.22619],[141.95116,39.22674],[141.9514,39.22676],[141.95141,39.22701],[141.95123,39.22685],[141.95088,39.22713],[141.95079,39.22704],[141.95046,39.22748],[141.95027,39.22722],[141.94975,39.2273],[141.94946,39.2276],[141.94947,39.22853],[141.94969,39.22873],[141.94954,39.22877],[141.94955,39.22894],[141.94972,39.22894],[141.94985,39.22919],[141.94977,39.22966],[141.94959,39.22978],[141.94982,39.23018],[141.9495,39.23025],[141.94983,39.2304],[141.94935,39.23078],[141.94948,39.23089],[141.94956,39.23164],[141.94972,39.23173],[141.94948,39.23183],[141.94921,39.23168],[141.94917,39.2322],[141.94936,39.23226],[141.9494,39.2326],[141.9491,39.23294],[141.94887,39.2328],[141.94905,39.23307],[141.94885,39.23329],[141.94898,39.23348],[141.94867,39.23375],[141.94889,39.23388],[141.94891,39.23406],[141.94956,39.23438],[141.94961,39.23469],[141.94988,39.23453],[141.94983,39.23503],[141.95026,39.23531],[141.95001,39.23541],[141.94972,39.23519],[141.9493,39.23517],[141.94931,39.23543],[141.94971,39.23565],[141.94956,39.23582],[141.9491,39.23579],[141.94913,39.23565],[141.94878,39.2359],[141.94885,39.23611],[141.94857,39.23638],[141.94892,39.23674],[141.94851,39.23718],[141.94868,39.23712],[141.94858,39.23728],[141.94804,39.23754],[141.9482,39.23741],[141.94798,39.23732],[141.94815,39.23709],[141.94756,39.23656],[141.94735,39.23662],[141.94731,39.237],[141.94702,39.2368],[141.94687,39.23688],[141.94633,39.23773],[141.94627,39.23709],[141.94549,39.23716],[141.94515,39.23735],[141.94501,39.23779],[141.94468,39.23788],[141.94446,39.23765],[141.94449,39.23743],[141.9442,39.23767],[141.94415,39.2372],[141.94379,39.23706],[141.94319,39.23777],[141.94362,39.23806],[141.94344,39.23816],[141.94368,39.23822],[141.94385,39.23849],[141.94371,39.23857],[141.94376,39.23896],[141.94344,39.2395],[141.94401,39.23931],[141.94383,39.23951],[141.94397,39.23967],[141.94443,39.23947],[141.94473,39.23969],[141.94466,39.24017],[141.94516,39.24023],[141.94539,39.24008],[141.94533,39.24042],[141.94503,39.24049],[141.94493,39.24079],[141.94435,39.24086],[141.94453,39.2411],[141.9442,39.24133],[141.94427,39.24174],[141.94504,39.24243],[141.94537,39.24251],[141.94568,39.24236],[141.94577,39.24251],[141.9456,39.24272],[141.94579,39.24282],[141.94619,39.24285],[141.94647,39.24249],[141.94659,39.24268],[141.94707,39.24272],[141.94721,39.24244],[141.94729,39.24258],[141.94757,39.24252],[141.94776,39.24238],[141.94771,39.24222],[141.94785,39.24224],[141.94777,39.24178],[141.94832,39.24185],[141.94821,39.24163],[141.94868,39.24185],[141.94884,39.24172],[141.94869,39.2415],[141.94889,39.24136],[141.94905,39.24155],[141.94895,39.24163],[141.94941,39.24173],[141.9493,39.24187],[141.94946,39.24213],[141.94965,39.24202],[141.94997,39.24237],[141.95001,39.2425],[141.94987,39.24248],[141.95005,39.24299],[141.9504,39.24351],[141.95099,39.24344],[141.95104,39.24362],[141.95084,39.24377],[141.95042,39.24369],[141.95086,39.24421],[141.95164,39.24428],[141.95173,39.24451],[141.95194,39.24423],[141.95209,39.2444],[141.95229,39.24425],[141.95247,39.24446],[141.95428,39.24479],[141.95423,39.2445],[141.9543,39.24466],[141.95457,39.24463],[141.95464,39.24444],[141.95509,39.24425],[141.95507,39.24408],[141.9553,39.24417],[141.95522,39.24441],[141.95575,39.24416],[141.95583,39.24438],[141.95616,39.24435],[141.95615,39.24456],[141.95628,39.24459],[141.95685,39.24443],[141.95681,39.24405],[141.95704,39.2443],[141.95707,39.24397],[141.9572,39.24398],[141.95697,39.24382],[141.95713,39.24361],[141.95737,39.24381],[141.95737,39.24413],[141.9577,39.24385],[141.95799,39.24436],[141.95876,39.24468],[141.95871,39.24519],[141.95836,39.24504],[141.95812,39.24529],[141.9588,39.24555],[141.95878,39.24586],[141.95909,39.24584],[141.95884,39.24608],[141.95843,39.24594],[141.95849,39.24638],[141.95859,39.24618],[141.95892,39.24626],[141.95887,39.24642],[141.95918,39.24628],[141.95904,39.24663],[141.95944,39.24658],[141.95984,39.2469],[141.9598,39.2471],[141.96052,39.24742],[141.9612,39.2473],[141.96115,39.247],[141.96169,39.24659],[141.96181,39.24668],[141.96173,39.24642],[141.96188,39.24624],[141.96205,39.24645],[141.96212,39.24622],[141.96236,39.24635],[141.96254,39.24613],[141.96278,39.24635],[141.96263,39.24691],[141.96271,39.24719],[141.96299,39.24704],[141.96287,39.24735],[141.96302,39.24752],[141.9638,39.2476],[141.96387,39.24739],[141.96426,39.24719],[141.96417,39.24683],[141.96436,39.24693],[141.96453,39.2468],[141.96418,39.24636],[141.96472,39.2467],[141.96437,39.24603],[141.96451,39.24583],[141.96461,39.24581],[141.96459,39.24602],[141.96474,39.24584],[141.96534,39.24634],[141.9657,39.24617],[141.96603,39.24644],[141.96623,39.24643],[141.96609,39.24609],[141.96589,39.24614],[141.96539,39.24579],[141.96568,39.24548],[141.96605,39.24593],[141.96631,39.24541],[141.9667,39.24553],[141.96699,39.24588],[141.96687,39.24601],[141.96701,39.24637],[141.96695,39.24671],[141.96664,39.24683],[141.96669,39.247],[141.9675,39.24755],[141.9681,39.24761],[141.96857,39.24724],[141.96863,39.2475],[141.96917,39.24717],[141.96931,39.24776],[141.96955,39.24789],[141.96973,39.24753],[141.96985,39.24774],[141.96995,39.24761],[141.97055,39.24781],[141.97072,39.24753],[141.9713,39.24767],[141.97115,39.2478],[141.97107,39.24861],[141.97085,39.24878],[141.97092,39.24905],[141.97065,39.24909],[141.9709,39.24939],[141.97037,39.24958],[141.97083,39.24974],[141.97044,39.25021],[141.97071,39.25051],[141.97114,39.25049],[141.97126,39.25071],[141.97116,39.2508],[141.97076,39.25058],[141.97044,39.25107],[141.96973,39.25099],[141.96925,39.2516],[141.96899,39.25123],[141.96858,39.25184],[141.96832,39.2514],[141.96845,39.25103],[141.96824,39.25111],[141.96738,39.25054],[141.96688,39.25046],[141.96668,39.25061],[141.96628,39.25044],[141.96637,39.25084],[141.96625,39.25099],[141.96646,39.25124],[141.96629,39.25168],[141.96613,39.25165],[141.96603,39.25136],[141.9662,39.25121],[141.96608,39.25101],[141.96588,39.25104],[141.96593,39.25075],[141.96564,39.25076],[141.96548,39.25059],[141.96497,39.25111],[141.96459,39.25094],[141.96456,39.25056],[141.964,39.25062],[141.96385,39.25076],[141.96393,39.25097],[141.96369,39.25102],[141.96249,39.25081],[141.96155,39.2504],[141.96091,39.25048],[141.96079,39.25054],[141.9608,39.25095],[141.96101,39.2509],[141.96111,39.25107],[141.96098,39.2512],[141.96078,39.25107],[141.96059,39.25136],[141.96049,39.25076],[141.96008,39.25103],[141.9599,39.25087],[141.95983,39.25107],[141.95973,39.25073],[141.9596,39.25096],[141.95962,39.25077],[141.95899,39.25067],[141.95868,39.25037],[141.95855,39.25052],[141.9583,39.2502],[141.95829,39.24985],[141.95765,39.24984],[141.95783,39.25004],[141.95768,39.25036],[141.95733,39.2502],[141.95701,39.25034],[141.95693,39.25019],[141.95711,39.24999],[141.95742,39.24997],[141.95757,39.24945],[141.95733,39.24923],[141.95682,39.24963],[141.95682,39.24928],[141.95706,39.24917],[141.9568,39.24886],[141.95654,39.24884],[141.95651,39.249],[141.95618,39.24875],[141.9554,39.24873],[141.95493,39.24853],[141.95442,39.24879],[141.95425,39.24921],[141.95434,39.24952],[141.95382,39.24949],[141.95369,39.24973],[141.95351,39.24921],[141.95322,39.24911],[141.95304,39.24884],[141.95193,39.24896],[141.95186,39.24925],[141.95174,39.24899],[141.95123,39.24885],[141.95121,39.24917],[141.9507,39.24897],[141.95086,39.24924],[141.95074,39.24938],[141.95049,39.24925],[141.95055,39.24886],[141.9504,39.24862],[141.94989,39.24844],[141.9497,39.24867],[141.94972,39.24834],[141.94904,39.24809],[141.9482,39.24824],[141.94815,39.24809],[141.94743,39.24778],[141.94738,39.24751],[141.9464,39.24749],[141.94597,39.24696],[141.94517,39.24695],[141.94411,39.24803],[141.94411,39.24777],[141.94395,39.24771],[141.94412,39.24741],[141.94356,39.24727],[141.94344,39.24693],[141.94345,39.24747],[141.9433,39.24747],[141.94333,39.24722],[141.94313,39.24723],[141.9432,39.24686],[141.94288,39.24674],[141.94288,39.24646],[141.94245,39.24631],[141.94184,39.24675],[141.94194,39.24713],[141.94167,39.24726],[141.94175,39.24739],[141.94151,39.24762],[141.94128,39.2473],[141.94039,39.24749],[141.94066,39.24777],[141.9405,39.24826],[141.94007,39.24816],[141.93934,39.24854],[141.93924,39.24846],[141.93935,39.2483],[141.93906,39.24818],[141.93877,39.24843],[141.93848,39.24844],[141.93824,39.24819],[141.93829,39.24803],[141.93847,39.24807],[141.93832,39.24796],[141.93853,39.24746],[141.93834,39.2473],[141.93868,39.24714],[141.93859,39.24693],[141.93876,39.24624],[141.93858,39.24597],[141.93872,39.24575],[141.93919,39.2456],[141.939,39.2456],[141.93895,39.24527],[141.93874,39.24535],[141.93898,39.24498],[141.93857,39.24527],[141.93864,39.24506],[141.93831,39.24522],[141.93877,39.24493],[141.93916,39.24486],[141.9391,39.24456],[141.93879,39.24452],[141.93884,39.24432],[141.93868,39.2442],[141.93878,39.24408],[141.93817,39.24389],[141.93713,39.24417],[141.93679,39.24413],[141.93639,39.24435],[141.93578,39.24406],[141.9353,39.24424],[141.93497,39.24399],[141.93535,39.24353],[141.93507,39.24366],[141.93518,39.2435],[141.93494,39.24347],[141.93502,39.24325],[141.93463,39.24298],[141.93432,39.24324],[141.93454,39.24283],[141.93446,39.24274],[141.93379,39.24286],[141.93375,39.24269],[141.93401,39.24246],[141.93356,39.2422],[141.9336,39.24205],[141.93328,39.24199],[141.93255,39.24206],[141.93158,39.24263],[141.9317,39.24306],[141.9319,39.24316],[141.93136,39.24395],[141.93152,39.24416],[141.93141,39.24435],[141.93155,39.2444],[141.93123,39.24455],[141.93145,39.24454],[141.9315,39.2447],[141.93136,39.24491],[141.93115,39.24481],[141.93083,39.24545],[141.9302,39.24528],[141.93036,39.24558],[141.9301,39.24582],[141.93024,39.24562],[141.92993,39.24581],[141.92981,39.24552],[141.92924,39.24558],[141.92912,39.24583],[141.92881,39.24592],[141.92881,39.24604],[141.92919,39.24612],[141.92911,39.24644],[141.92843,39.24628],[141.92823,39.24594],[141.92776,39.24565],[141.92776,39.24518],[141.92742,39.24524],[141.92745,39.24499],[141.92724,39.24509],[141.92704,39.24468],[141.92683,39.24476],[141.92711,39.24424],[141.92689,39.24397],[141.92635,39.24393],[141.92647,39.24365],[141.9263,39.24359],[141.92636,39.24323],[141.92579,39.24281],[141.9255,39.24292],[141.92544,39.24222],[141.9257,39.24196],[141.92558,39.2416],[141.92542,39.24132],[141.92519,39.24135],[141.92534,39.24114],[141.92497,39.2407],[141.92449,39.24058],[141.92456,39.24037],[141.92436,39.24001],[141.92216,39.23937],[141.92072,39.23964],[141.9221,39.23933],[141.92192,39.23905],[141.9222,39.23933],[141.92411,39.23987],[141.9242,39.23971],[141.9238,39.23959],[141.92411,39.23892],[141.92445,39.23874],[141.92372,39.23825],[141.92372,39.23825],[141.92325,39.23807],[141.92316,39.23826],[141.92211,39.23827],[141.92236,39.23783],[141.92211,39.23774],[141.92193,39.23796],[141.92126,39.23779],[141.92121,39.23791],[141.92025,39.23791],[141.92011,39.23828],[141.91984,39.2392],[141.91943,39.2391],[141.91931,39.23924],[141.91943,39.23894],[141.9185,39.23914],[141.91832,39.23931],[141.9184,39.23976],[141.9182,39.24028],[141.9179,39.24034],[141.91783,39.24059],[141.91727,39.2405],[141.91713,39.24085],[141.9171,39.24059],[141.91692,39.24065],[141.91654,39.24015],[141.9155,39.23956],[141.91438,39.23987],[141.91356,39.24053],[141.91339,39.24088],[141.91353,39.2417],[141.91334,39.24242],[141.91361,39.24331],[141.91395,39.24366],[141.91425,39.24372],[141.91429,39.24396],[141.91416,39.24399],[141.91421,39.24432],[141.91398,39.24436],[141.91373,39.2447],[141.91366,39.2452],[141.91405,39.24539],[141.91412,39.24561],[141.91397,39.2457],[141.91423,39.2458],[141.91433,39.24607],[141.9144,39.24598],[141.91458,39.24617],[141.91464,39.24605],[141.91537,39.24684],[141.91519,39.24702],[141.91507,39.2467],[141.91482,39.24658],[141.91478,39.24691],[141.91504,39.24734],[141.91486,39.24738],[141.91466,39.24679],[141.91443,39.247],[141.91444,39.24738],[141.9141,39.24752],[141.91407,39.24775],[141.91361,39.24781],[141.91397,39.24807],[141.91353,39.24834],[141.9135,39.24811],[141.91271,39.248],[141.91199,39.24735],[141.91134,39.24727],[141.91102,39.24762],[141.9103,39.24745],[141.91024,39.24731],[141.91005,39.24744],[141.9098,39.24718],[141.90967,39.2475],[141.90953,39.24719],[141.90934,39.24734],[141.90917,39.24704],[141.90822,39.24677],[141.90746,39.24685],[141.90666,39.24737],[141.90678,39.24744],[141.90663,39.24752],[141.90677,39.24783],[141.90665,39.24805],[141.90685,39.24899],[141.90657,39.24866],[141.90654,39.24885],[141.90618,39.24879],[141.90592,39.24899],[141.90665,39.24907],[141.90667,39.24939],[141.90623,39.24967],[141.90591,39.24934],[141.90594,39.24947],[141.90583,39.24945],[141.90599,39.24972],[141.90585,39.24989],[141.90569,39.2498],[141.90569,39.25017],[141.90512,39.25031],[141.90493,39.25015],[141.90513,39.24955],[141.90437,39.2492],[141.90377,39.24925],[141.90352,39.24958],[141.90323,39.24982],[141.90305,39.24966],[141.90233,39.24963],[141.90191,39.24914],[141.90151,39.24911],[141.90169,39.24875],[141.9014,39.24855],[141.90148,39.24821],[141.90125,39.24807],[141.89933,39.24795],[141.89838,39.24861],[141.89781,39.24877],[141.89771,39.24862],[141.89761,39.24876],[141.8956,39.24785],[141.89609,39.2472],[141.89509,39.2473],[141.89446,39.24762],[141.89419,39.24749],[141.89398,39.2476],[141.89413,39.24747],[141.89375,39.24712],[141.89312,39.24752],[141.89363,39.24714],[141.89259,39.24635],[141.89139,39.24681],[141.89211,39.24749],[141.89268,39.24747],[141.892,39.24754],[141.89128,39.24687],[141.89109,39.24696],[141.89122,39.24711],[141.89048,39.24754],[141.89031,39.24744],[141.89005,39.24774],[141.88994,39.24768],[141.8898,39.24783],[141.88993,39.2479],[141.88958,39.24828],[141.89095,39.24837],[141.89128,39.24815],[141.89096,39.24839],[141.8901,39.24834],[141.88996,39.24855],[141.89335,39.24868],[141.896,39.2498],[141.89631,39.24913],[141.89644,39.24917],[141.89613,39.24986],[141.90272,39.25286],[141.90076,39.25564],[141.90112,39.25589],[141.90165,39.25555],[141.90161,39.25577],[141.90175,39.25587],[141.90193,39.25566],[141.90227,39.25564],[141.90237,39.25597],[141.90295,39.25615],[141.9025,39.25635],[141.90245,39.25659],[141.90304,39.25637],[141.9031,39.25673],[141.9028,39.25678],[141.90277,39.257],[141.90245,39.25716],[141.90213,39.25702],[141.90202,39.25719],[141.90223,39.25741],[141.90223,39.25781],[141.90207,39.25799],[141.90192,39.25782],[141.90177,39.25807],[141.90151,39.25809],[141.90144,39.25786],[141.90081,39.25824],[141.90097,39.2579],[141.90066,39.25779],[141.90048,39.25806],[141.90036,39.25776],[141.89889,39.25841],[141.89883,39.25876],[141.8991,39.25876],[141.8991,39.25892],[141.89926,39.25871],[141.89915,39.25914],[141.89948,39.25925],[141.89904,39.2595],[141.89912,39.25968],[141.89968,39.25958],[141.89948,39.26057],[141.89886,39.26117],[141.89936,39.26171],[141.89656,39.2633],[141.89576,39.26428],[141.89618,39.26543],[141.8972,39.26521],[141.8976,39.2663],[141.89467,39.26739],[141.89212,39.26804],[141.89204,39.26819],[141.89066,39.26771],[141.88845,39.26821],[141.88936,39.26952],[141.89019,39.27013],[141.89013,39.27017],[141.88934,39.26956],[141.88843,39.26826],[141.8868,39.26861],[141.88618,39.26987],[141.88694,39.27111],[141.88776,39.27088],[141.88697,39.27117],[141.88759,39.27234],[141.89303,39.27038],[141.89315,39.2706],[141.88783,39.27255],[141.88781,39.27274],[141.88816,39.27313],[141.88897,39.27293],[141.88905,39.27306],[141.89001,39.27273],[141.89006,39.27282],[141.88913,39.27312],[141.88929,39.27319],[141.88888,39.27335],[141.88858,39.27366],[141.88891,39.27334],[141.8892,39.2735],[141.88906,39.27375],[141.8892,39.27383],[141.89032,39.27421],[141.89114,39.27414],[141.89496,39.27177],[141.89487,39.27133],[141.89527,39.27124],[141.89494,39.27135],[141.89503,39.27175],[141.89575,39.2715],[141.89579,39.27123],[141.89587,39.27159],[141.89735,39.27165],[141.89738,39.27034],[141.8966,39.27048],[141.89838,39.27006],[141.8976,39.27029],[141.89753,39.27169],[141.89937,39.27215],[141.9012,39.27243],[141.9031,39.27246],[141.90343,39.27172],[141.90626,39.27154],[141.90663,39.27183],[141.9077,39.271],[141.90677,39.27033],[141.90754,39.27088],[141.90807,39.27046],[141.90792,39.27035],[141.90814,39.27015],[141.90831,39.27027],[141.90878,39.2699],[141.90867,39.26976],[141.90889,39.26958],[141.90908,39.26968],[141.90954,39.26931],[141.90964,39.26938],[141.91045,39.26874],[141.90924,39.26774],[141.91047,39.26862],[141.91101,39.2674],[141.91132,39.26703],[141.91159,39.26704],[141.91163,39.26679],[141.91182,39.26673],[141.91175,39.26705],[141.91247,39.26709],[141.91278,39.26701],[141.91297,39.26654],[141.91315,39.26648],[141.91316,39.26672],[141.91335,39.2666],[141.9133,39.26682],[141.91353,39.26681],[141.91382,39.26636],[141.91375,39.2668],[141.91397,39.26656],[141.91404,39.26682],[141.91362,39.26727],[141.91381,39.26732],[141.91362,39.26801],[141.91372,39.268],[141.91357,39.26812],[141.9137,39.26828],[141.91422,39.26819],[141.91405,39.26843],[141.91351,39.26863],[141.91376,39.26882],[141.91406,39.26862],[141.91352,39.26956],[141.91368,39.26964],[141.91381,39.2695],[141.91387,39.26969],[141.91397,39.26948],[141.91407,39.27015],[141.91423,39.26995],[141.91412,39.27031],[141.91442,39.27003],[141.91417,39.27051],[141.91454,39.27061],[141.91464,39.27048],[141.91453,39.27077],[141.91466,39.27093],[141.91544,39.27119],[141.91634,39.27107],[141.91636,39.27082],[141.91673,39.27035],[141.91662,39.27038],[141.91676,39.27016],[141.91633,39.26922],[141.91735,39.26712],[141.91952,39.26772],[141.91926,39.26804],[141.91936,39.26815],[141.91974,39.26804],[141.91976,39.26839],[141.92008,39.26848],[141.92028,39.26837],[141.92043,39.26875],[141.92074,39.26874],[141.92108,39.26858],[141.92111,39.26824],[141.92169,39.26792],[141.92174,39.26771],[141.92195,39.26784],[141.92218,39.26753],[141.92255,39.26746],[141.92262,39.26724],[141.92219,39.26634],[141.92234,39.26615],[141.92214,39.2659],[141.92228,39.26565],[141.92246,39.26578],[141.92242,39.26547],[141.92258,39.26554],[141.92266,39.2653],[141.92312,39.26552],[141.92291,39.2655],[141.92298,39.26613],[141.92261,39.26613],[141.92262,39.26634],[141.92299,39.26658],[141.9239,39.2665],[141.9239,39.26638],[141.92428,39.26646],[141.92435,39.26626],[141.92453,39.26643],[141.92602,39.26671],[141.92671,39.26666],[141.92678,39.26681],[141.92767,39.26692],[141.92763,39.26711],[141.9279,39.26721],[141.92804,39.26747],[141.92843,39.26735],[141.92857,39.26775],[141.92883,39.26778],[141.92865,39.26781],[141.92865,39.26834],[141.92835,39.26842],[141.92859,39.26858],[141.92838,39.26859],[141.92815,39.26924],[141.92946,39.26996],[141.92922,39.26998],[141.92932,39.27025],[141.92958,39.27025],[141.92964,39.27049],[141.92929,39.27072],[141.92947,39.27093],[141.92927,39.27104],[141.92935,39.2715],[141.92907,39.27177],[141.92863,39.27168],[141.92818,39.27207],[141.92821,39.27177],[141.92808,39.27171],[141.92774,39.27218],[141.92759,39.27171],[141.92731,39.27172],[141.92657,39.27232],[141.92658,39.2728],[141.9262,39.27295],[141.92605,39.27336],[141.92607,39.2735],[141.92643,39.27348],[141.92657,39.27365],[141.92602,39.2736],[141.92573,39.27419],[141.92618,39.27439],[141.92538,39.27532],[141.92569,39.27538],[141.92592,39.27524],[141.92573,39.27579],[141.92582,39.27597],[141.92545,39.27651],[141.92547,39.27671],[141.92573,39.27674],[141.9256,39.27694],[141.92579,39.27678],[141.92577,39.27691],[141.92491,39.2773],[141.92485,39.27705],[141.92503,39.27706],[141.92487,39.27685],[141.92452,39.27707],[141.92438,39.27759],[141.92426,39.27766],[141.92413,39.27751],[141.92403,39.2779],[141.92341,39.27772],[141.92366,39.27803],[141.92355,39.27839],[141.92319,39.27832],[141.92315,39.27853],[141.9223,39.27831],[141.92234,39.27865],[141.92188,39.2784],[141.92143,39.27886],[141.92167,39.27911],[141.92129,39.2793],[141.92151,39.28006],[141.92272,39.28069],[141.92349,39.28085],[141.92362,39.28058],[141.92394,39.28047],[141.92407,39.28087],[141.92426,39.28094],[141.9243,39.28077],[141.92479,39.28071],[141.92472,39.28047],[141.92502,39.28033],[141.92523,39.28087],[141.92511,39.28099],[141.92538,39.28118],[141.92532,39.28139],[141.92552,39.28133],[141.92604,39.2817],[141.92678,39.28137],[141.92685,39.28181],[141.92662,39.28205],[141.92634,39.28188],[141.9264,39.28205],[141.92612,39.28216],[141.92636,39.28244],[141.92616,39.2826],[141.92593,39.28245],[141.92562,39.28253],[141.92565,39.28269],[141.92591,39.28275],[141.92578,39.28289],[141.92568,39.28278],[141.92555,39.28312],[141.9257,39.28304],[141.92581,39.28341],[141.92619,39.28384],[141.92657,39.28373],[141.92668,39.28408],[141.92669,39.28436],[141.92648,39.28456],[141.92631,39.28422],[141.92576,39.28435],[141.92571,39.28471],[141.92611,39.2848],[141.92578,39.28515],[141.92601,39.28513],[141.92582,39.28541],[141.9256,39.28559],[141.92553,39.2855],[141.92511,39.28594],[141.92509,39.28571],[141.92453,39.28561],[141.92384,39.28627],[141.92386,39.28599],[141.92339,39.28575],[141.92257,39.28583],[141.92169,39.2863],[141.92163,39.28609],[141.92085,39.28621],[141.9208,39.28657],[141.92105,39.28698],[141.92088,39.28712],[141.92075,39.28693],[141.92046,39.2869],[141.92045,39.2867],[141.92013,39.28646],[141.92023,39.28633],[141.91994,39.28614],[141.91944,39.28616],[141.91889,39.28595],[141.91859,39.28661],[141.91828,39.28672],[141.91819,39.28662],[141.91832,39.2863],[141.91806,39.28639],[141.91803,39.2861],[141.91774,39.28606],[141.91779,39.28585],[141.91737,39.28571],[141.91719,39.28581],[141.917,39.28564],[141.91652,39.28571],[141.91582,39.28614],[141.91593,39.28649],[141.91561,39.28682],[141.91592,39.28704],[141.91593,39.2882],[141.91489,39.28939],[141.91479,39.28938],[141.91493,39.28922],[141.91434,39.28883],[141.91402,39.28946],[141.91407,39.28967],[141.91324,39.28979],[141.91285,39.28958],[141.9123,39.28993],[141.91195,39.28971],[141.91209,39.28941],[141.91198,39.28909],[141.91143,39.28932],[141.91087,39.28891],[141.91056,39.28891],[141.91025,39.28919],[141.90996,39.28906],[141.90996,39.28933],[141.90968,39.28925],[141.90953,39.28937],[141.91001,39.28964],[141.91007,39.28992],[141.90988,39.29002],[141.9099,39.28983],[141.90965,39.28984],[141.90957,39.29028],[141.90927,39.29007],[141.9092,39.29027],[141.90936,39.2906],[141.90926,39.29072],[141.90879,39.29045],[141.90866,39.29051],[141.9087,39.29041],[141.90834,39.29017],[141.90795,39.29039],[141.90806,39.29068],[141.90796,39.29075],[141.90649,39.29055],[141.90642,39.29085],[141.90624,39.2909],[141.90601,39.2907],[141.90586,39.29128],[141.90533,39.29138],[141.90524,39.29114],[141.90539,39.29098],[141.90496,39.29096],[141.90439,39.29126],[141.90405,39.29175],[141.90397,39.29223],[141.90425,39.29234],[141.90419,39.29248],[141.90411,39.29257],[141.90434,39.29271],[141.90499,39.29279],[141.90498,39.29311],[141.90546,39.29307],[141.90545,39.29326],[141.90622,39.29299],[141.90608,39.29317],[141.90629,39.29318],[141.9063,39.29351],[141.90666,39.29327],[141.90651,39.29347],[141.90655,39.29396],[141.90737,39.29367],[141.90745,39.29379],[141.90701,39.29404],[141.90702,39.29422],[141.90768,39.29403],[141.9076,39.2942],[141.90785,39.29429],[141.90758,39.29442],[141.90802,39.29466],[141.90798,39.29494],[141.90816,39.295],[141.90883,39.29498],[141.90917,39.29478],[141.90901,39.29511],[141.90935,39.29494],[141.90946,39.29502],[141.90923,39.29537],[141.90933,39.29552],[141.9091,39.29564],[141.90885,39.29553],[141.9083,39.29596],[141.90846,39.29611],[141.90833,39.29639],[141.9083,39.2962],[141.90803,39.2963],[141.90809,39.29616],[141.90761,39.29613],[141.90778,39.29646],[141.90743,39.29678],[141.90733,39.2967],[141.90747,39.29629],[141.90727,39.29616],[141.90705,39.29641],[141.90716,39.29664],[141.90663,39.29726],[141.90652,39.29694],[141.90631,39.29716],[141.90611,39.2971],[141.90587,39.29739],[141.90549,39.29696],[141.90543,39.29746],[141.90501,39.29728],[141.90457,39.29742],[141.90448,39.29763],[141.90395,39.29748],[141.90382,39.29764],[141.9032,39.29782],[141.9032,39.298],[141.90284,39.29829],[141.90257,39.29818],[141.90254,39.29845],[141.9019,39.29841],[141.90207,39.29869],[141.90186,39.2988],[141.90158,39.29861],[141.90155,39.29876],[141.90133,39.29879],[141.90141,39.29891],[141.90114,39.29876],[141.90087,39.29889],[141.9007,39.29881],[141.90062,39.29895],[141.90048,39.29872],[141.90004,39.29871],[141.89876,39.29934],[141.8986,39.29948],[141.89868,39.29974],[141.89851,39.29988],[141.89823,39.29956],[141.89777,39.29955],[141.89771,39.29926],[141.89731,39.29902],[141.89642,39.29915],[141.89583,39.29945],[141.8958,39.2996],[141.89493,39.29944],[141.89383,39.30044],[141.89342,39.30099],[141.89346,39.30126],[141.89314,39.3015],[141.89232,39.3008],[141.89158,39.30091],[141.89128,39.30114],[141.89078,39.30097],[141.89079,39.30075],[141.89044,39.30062],[141.88938,39.30079],[141.88863,39.30064],[141.88796,39.30106],[141.88801,39.30133],[141.88764,39.30114],[141.88739,39.30133],[141.8876,39.3015],[141.88691,39.3018],[141.8869,39.302],[141.88736,39.30264],[141.88726,39.30321],[141.8881,39.30364],[141.88823,39.30353],[141.88829,39.30376],[141.88842,39.30348],[141.88846,39.30411],[141.88883,39.30443],[141.88987,39.30491],[141.89137,39.30465],[141.89103,39.30486],[141.89166,39.30509],[141.89147,39.30529],[141.89172,39.30568],[141.8915,39.30551],[141.89028,39.3058],[141.8903,39.30658],[141.89068,39.3079],[141.89092,39.30824],[141.89209,39.3082],[141.89168,39.30749],[141.89175,39.30711],[141.89235,39.30656],[141.89458,39.30574],[141.89493,39.30624],[141.8956,39.30646],[141.89617,39.30688],[141.89708,39.30676],[141.89719,39.30651],[141.8968,39.306],[141.89665,39.3053],[141.89679,39.30499],[141.89703,39.30489],[141.89699,39.30476],[141.89711,39.30491],[141.89745,39.30491],[141.89772,39.30533],[141.89784,39.30531],[141.89781,39.30559],[141.89831,39.30578],[141.89823,39.30613],[141.89851,39.30627],[141.89829,39.30648],[141.89852,39.30666],[141.89931,39.30649],[141.89919,39.3066],[141.89938,39.30661],[141.89943,39.3068],[141.90124,39.30766],[141.90164,39.30771],[141.90181,39.30742],[141.90202,39.30739],[141.9027,39.30747],[141.90293,39.30769],[141.90269,39.30793],[141.90273,39.30812],[141.9034,39.3083],[141.90351,39.30876],[141.90385,39.30891],[141.90452,39.3089],[141.90511,39.30864],[141.90537,39.30872],[141.90536,39.30851],[141.90632,39.30813],[141.90587,39.30847],[141.90597,39.30858],[141.90581,39.30923],[141.90646,39.30949],[141.90704,39.30945],[141.90707,39.30926],[141.90777,39.30892],[141.90783,39.30912],[141.90829,39.30871],[141.90765,39.30727],[141.90726,39.30727],[141.90779,39.30715],[141.90761,39.30676],[141.90776,39.30657],[141.90775,39.30618],[141.90792,39.30586],[141.90823,39.30585],[141.90854,39.30542],[141.90886,39.30524],[141.90891,39.30547],[141.90914,39.30538],[141.90957,39.30554],[141.90948,39.30524],[141.90999,39.30508],[141.90987,39.30491],[141.9102,39.30482],[141.91029,39.30463],[141.91044,39.30562],[141.91108,39.30572],[141.9112,39.30531],[141.91138,39.30576],[141.91169,39.30523],[141.9121,39.30493],[141.91221,39.30523],[141.91287,39.30515],[141.91307,39.30491],[141.91294,39.30468],[141.91319,39.30455],[141.91364,39.30503],[141.91414,39.30478],[141.91379,39.3052],[141.91386,39.30565],[141.9141,39.30551],[141.91425,39.3057],[141.91478,39.30583],[141.91494,39.30572],[141.9155,39.30611],[141.91573,39.30569],[141.91596,39.30566],[141.91605,39.30497],[141.91618,39.30506],[141.91657,39.30483],[141.91641,39.30461],[141.9166,39.30446],[141.91664,39.30407],[141.91708,39.30411],[141.91673,39.30386],[141.91721,39.30357],[141.91706,39.30322],[141.9172,39.30317],[141.91751,39.30356],[141.9174,39.30371],[141.91761,39.30371],[141.91749,39.30306],[141.91773,39.30296],[141.91798,39.30324],[141.91825,39.30319],[141.91878,39.30356],[141.9186,39.30385],[141.91811,39.30398],[141.91831,39.30399],[141.91807,39.30419],[141.91788,39.30423],[141.91782,39.3041],[141.91721,39.30453],[141.9174,39.30481],[141.9178,39.30483],[141.91829,39.30461],[141.91864,39.30484],[141.91867,39.30502],[141.9185,39.30506],[141.91838,39.30545],[141.91793,39.30553],[141.91804,39.30562],[141.91768,39.30578],[141.91767,39.30593],[141.91839,39.30628],[141.91904,39.30599],[141.91899,39.30614],[141.91919,39.30621],[141.9196,39.30591],[141.92,39.30586],[141.91999,39.30611],[141.91932,39.30664],[141.91943,39.3068],[141.9199,39.30668],[141.91947,39.30725],[141.91981,39.30746],[141.91971,39.30756],[141.92005,39.30784],[141.91999,39.30799],[141.9203,39.30783],[141.92046,39.30798],[141.92021,39.30814],[141.92033,39.30827],[141.92028,39.3088],[141.92066,39.30903],[141.92137,39.30902],[141.92131,39.30917],[141.92172,39.30956],[141.92166,39.3099],[141.92215,39.31004],[141.92277,39.30976],[141.92294,39.30991],[141.9234,39.30976],[141.92399,39.3098],[141.92434,39.30942],[141.92455,39.30974],[141.9254,39.30994],[141.92677,39.30981],[141.92715,39.30966],[141.92738,39.30927],[141.92767,39.3092],[141.92788,39.30937],[141.92807,39.30923],[141.92795,39.30887],[141.92821,39.3085],[141.92857,39.30878],[141.92872,39.30906],[141.92864,39.3093],[141.92903,39.3095],[141.92898,39.30964],[141.92928,39.3094],[141.92956,39.30941],[141.92971,39.30949],[141.92968,39.30969],[141.9312,39.31009],[141.93144,39.31009],[141.93169,39.30979],[141.93209,39.30999],[141.93341,39.30996],[141.93475,39.30954],[141.93515,39.30914],[141.9351,39.30891],[141.9353,39.30865],[141.93615,39.30813],[141.93655,39.30808],[141.93685,39.3082],[141.93668,39.30849],[141.93696,39.30861],[141.93712,39.30849],[141.93747,39.30879],[141.93784,39.3088],[141.93795,39.30866],[141.93823,39.30875],[141.93835,39.30861],[141.93848,39.30875],[141.93901,39.30873],[141.93924,39.30917],[141.93939,39.30902],[141.93951,39.30917],[141.94006,39.30914],[141.94025,39.30931],[141.94046,39.30914],[141.94048,39.30929],[141.94084,39.30934],[141.94052,39.30999],[141.9408,39.31],[141.94064,39.3102],[141.94089,39.31034],[141.94094,39.31069],[141.94113,39.31075],[141.94116,39.31095],[141.94075,39.31124],[141.94104,39.31246],[141.94169,39.31309],[141.9421,39.31326],[141.94298,39.31324],[141.9441,39.31361],[141.94444,39.31334],[141.94496,39.31342],[141.94535,39.31399],[141.94496,39.31434],[141.94505,39.31462],[141.94466,39.31473],[141.94453,39.31508],[141.94551,39.31581],[141.94616,39.31598],[141.94682,39.31591],[141.94692,39.31604],[141.94725,39.31593],[141.947,39.31555],[141.9475,39.31511],[141.94678,39.31464],[141.94626,39.31498],[141.94673,39.31458],[141.94646,39.31439],[141.94657,39.31429],[141.94794,39.31498],[141.94819,39.31531],[141.9483,39.3152],[141.94817,39.315],[141.94869,39.31461],[141.94881,39.31495],[141.94967,39.31482],[141.95006,39.31462],[141.95033,39.31423],[141.95245,39.31341],[141.95296,39.31344],[141.95324,39.31362],[141.95355,39.3134],[141.95455,39.3133],[141.95482,39.31357],[141.95495,39.31336],[141.95507,39.3135],[141.95531,39.31343],[141.956,39.3139],[141.95675,39.31408],[141.95647,39.31437],[141.9564,39.31506],[141.95684,39.31516],[141.95697,39.31537],[141.95658,39.31565],[141.95623,39.31621],[141.95713,39.31676],[141.95752,39.31654],[141.9576,39.31668],[141.95735,39.31673],[141.95753,39.31693],[141.9585,39.31677],[141.96021,39.31594],[141.96122,39.31578],[141.9617,39.31606],[141.96206,39.31603],[141.96236,39.31584],[141.96218,39.31561],[141.96254,39.31519],[141.96296,39.31514],[141.96305,39.31496],[141.96325,39.31515],[141.96342,39.31501],[141.96377,39.31518],[141.96405,39.31502],[141.96398,39.3148],[141.96421,39.31477],[141.9641,39.31467],[141.96437,39.31456],[141.96459,39.31414],[141.96466,39.31429],[141.96579,39.31408],[141.96576,39.31394],[141.96609,39.31389],[141.96671,39.3141],[141.96676,39.31378],[141.96748,39.31374],[141.96744,39.31356],[141.96773,39.31344],[141.96802,39.31352],[141.96801,39.31339],[141.9684,39.31335],[141.9683,39.31317],[141.96854,39.31302],[141.96874,39.3131],[141.96877,39.31343],[141.96921,39.31314],[141.9693,39.31328],[141.96957,39.31313],[141.96975,39.31325],[141.96985,39.31307],[141.97028,39.31299],[141.97029,39.31321],[141.97054,39.31318],[141.97026,39.31336],[141.9708,39.3134],[141.97071,39.31353],[141.97098,39.31367],[141.97093,39.31382],[141.97069,39.31383],[141.97065,39.31406],[141.97161,39.3157],[141.97146,39.31599],[141.97173,39.31625],[141.97153,39.3164],[141.97167,39.31658],[141.97151,39.31654],[141.97149,39.31674],[141.97162,39.31685],[141.97133,39.31686],[141.97137,39.31748],[141.97208,39.31789],[141.97294,39.3181],[141.97321,39.31801],[141.97317,39.31766],[141.97355,39.31757],[141.97382,39.31772],[141.97386,39.31793],[141.97345,39.3183],[141.97373,39.31841],[141.97373,39.31826],[141.97393,39.31831],[141.97393,39.31862],[141.9742,39.31893],[141.97434,39.31887],[141.97444,39.31912],[141.9746,39.3189],[141.97519,39.31895],[141.97509,39.31875],[141.9752,39.31872],[141.9756,39.31893],[141.97603,39.31851],[141.97694,39.31867],[141.97686,39.31886],[141.9765,39.31896],[141.97663,39.31931],[141.97653,39.31947],[141.97666,39.3197],[141.97701,39.31984],[141.97725,39.3196],[141.97731,39.31982],[141.97684,39.32016],[141.97712,39.32073],[141.97672,39.3208],[141.9765,39.32119],[141.97603,39.32114],[141.97601,39.32129],[141.97563,39.32136],[141.97588,39.32159],[141.97619,39.32147],[141.97669,39.32229],[141.97619,39.3228],[141.97644,39.32308],[141.97625,39.32317],[141.97604,39.32298],[141.97626,39.32334],[141.97603,39.32319],[141.97615,39.32337],[141.97575,39.32369],[141.97575,39.32386],[141.9755,39.32373],[141.97537,39.32342],[141.97463,39.32375],[141.9743,39.32373],[141.97465,39.32391],[141.97369,39.32477],[141.97377,39.32546],[141.97385,39.32564],[141.97397,39.32557],[141.9738,39.32529],[141.97384,39.32498],[141.97404,39.32503],[141.9743,39.32543],[141.97484,39.32553],[141.97465,39.32554],[141.97502,39.32576],[141.97464,39.32588],[141.97463,39.32617],[141.97581,39.32667],[141.97523,39.32672],[141.97547,39.32692],[141.975,39.32682],[141.97524,39.32721],[141.97494,39.32723],[141.9759,39.3281],[141.97566,39.32828],[141.97607,39.3283],[141.97606,39.32896],[141.9765,39.32894],[141.97676,39.32876],[141.97733,39.32915],[141.97796,39.32929],[141.97826,39.32995],[141.97818,39.33016],[141.97851,39.33066],[141.97823,39.33084],[141.97839,39.33121],[141.97868,39.3314],[141.97939,39.33151],[141.98001,39.33194],[141.98034,39.33239],[141.98056,39.33298],[141.98015,39.33296],[141.9795,39.33252],[141.97955,39.33286],[141.97909,39.33279],[141.97895,39.33306],[141.97905,39.33324],[141.97891,39.33331],[141.97968,39.33393],[141.98059,39.33432],[141.98077,39.33458],[141.98085,39.33537],[141.98114,39.33557],[141.9813,39.33597],[141.98105,39.33606],[141.98124,39.33613],[141.98125,39.33625],[141.98087,39.33614],[141.98027,39.33632],[141.98041,39.33653],[141.98083,39.33664],[141.98104,39.337],[141.98121,39.33696],[141.98113,39.33676],[141.98136,39.33687],[141.98131,39.33662],[141.98149,39.33666],[141.98165,39.33721],[141.98145,39.33707],[141.98178,39.33766],[141.98202,39.33769],[141.98217,39.3379],[141.98259,39.33908],[141.98341,39.34003],[141.98364,39.34018],[141.98383,39.34012],[141.98329,39.33947],[141.9838,39.33957],[141.98363,39.33931],[141.98388,39.33927],[141.98444,39.33986],[141.98453,39.34044],[141.9844,39.34046],[141.9847,39.34072],[141.9847,39.34043],[141.98484,39.34059],[141.98509,39.34049],[141.98496,39.34038],[141.98503,39.33976],[141.98567,39.33986],[141.98715,39.3409],[141.98719,39.34118],[141.98765,39.34126],[141.98837,39.34192],[141.98813,39.3419],[141.9887,39.34205],[141.98885,39.3426],[141.9886,39.34269],[141.98852,39.34294],[141.98805,39.34298],[141.98777,39.34344],[141.98827,39.34332],[141.98881,39.34352],[141.98856,39.3432],[141.98894,39.34291],[141.98911,39.34293],[141.98912,39.34317],[141.98965,39.34322],[141.99009,39.34422],[141.99001,39.34476],[141.9904,39.34514],[141.99083,39.34495],[141.99126,39.34526],[141.99089,39.34537],[141.99089,39.34579],[141.9913,39.34575],[141.99165,39.34607],[141.99162,39.34586],[141.99187,39.34586],[141.99215,39.34641],[141.9918,39.34623],[141.99184,39.34642],[141.99209,39.34648],[141.99249,39.34692],[141.99268,39.34684],[141.99263,39.34668],[141.99302,39.34712],[141.99294,39.34685],[141.99314,39.34682],[141.99281,39.34657],[141.99342,39.34656],[141.99436,39.34728],[141.99549,39.34851],[141.99426,39.34776],[141.99453,39.34806],[141.9964,39.34933],[141.99638,39.34949],[141.99621,39.34947],[141.99628,39.34968],[141.99673,39.35005],[141.99697,39.35055],[141.99687,39.35084],[141.99673,39.35062],[141.99644,39.35045],[141.99664,39.35065],[141.99669,39.351],[141.99647,39.35103],[141.99627,39.35081],[141.99567,39.34982],[141.99609,39.3509],[141.99537,39.35061],[141.99477,39.35079],[141.99437,39.35049],[141.99456,39.35038],[141.99393,39.35012],[141.99367,39.3502],[141.99339,39.34991],[141.99347,39.3494],[141.99328,39.34929],[141.9928,39.34931],[141.99255,39.34953],[141.99213,39.34935],[141.99201,39.34949],[141.99173,39.3492],[141.99124,39.34935],[141.99043,39.34889],[141.98978,39.34912],[141.98921,39.34863],[141.9889,39.34868],[141.98923,39.3492],[141.98882,39.34923],[141.98875,39.34906],[141.98855,39.34913],[141.98841,39.34897],[141.9884,39.3491],[141.98812,39.3489],[141.98821,39.34881],[141.98739,39.3483],[141.98698,39.34727],[141.98683,39.34772],[141.98645,39.3479],[141.9865,39.34768],[141.98621,39.34763],[141.98625,39.34748],[141.98585,39.34768],[141.98546,39.34727],[141.98554,39.34771],[141.98471,39.34691],[141.9845,39.34697],[141.98467,39.3472],[141.98433,39.34699],[141.98485,39.34777],[141.98462,39.34776],[141.98468,39.34794],[141.98466,39.34815],[141.98457,39.34786],[141.98425,39.34774],[141.9839,39.34727],[141.98412,39.34746],[141.98422,39.34726],[141.98391,39.34721],[141.98362,39.34674],[141.98332,39.34691],[141.98329,39.34676],[141.9832,39.347],[141.98282,39.34691],[141.98291,39.34654],[141.98267,39.346],[141.98253,39.34674],[141.98233,39.34633],[141.98197,39.34616],[141.98158,39.34552],[141.98201,39.34543],[141.98204,39.34526],[141.9811,39.345],[141.98103,39.34472],[141.98131,39.34457],[141.98106,39.34464],[141.98053,39.34427],[141.98053,39.3445],[141.98038,39.34449],[141.97989,39.3441],[141.98009,39.34412],[141.97943,39.34371],[141.97978,39.34373],[141.9791,39.34325],[141.97952,39.34336],[141.97943,39.34314],[141.97968,39.34308],[141.97931,39.34264],[141.97951,39.34262],[141.97944,39.34228],[141.97887,39.34182],[141.97892,39.34199],[141.97873,39.34174],[141.97874,39.34189],[141.97789,39.3414],[141.97836,39.3414],[141.97844,39.34127],[141.97812,39.34074],[141.97753,39.34023],[141.978,39.34016],[141.97779,39.33991],[141.97809,39.33986],[141.97774,39.33952],[141.97799,39.33957],[141.97796,39.33934],[141.97772,39.33937],[141.97781,39.33926],[141.97764,39.33919],[141.97756,39.33935],[141.97726,39.33915],[141.97742,39.33886],[141.977,39.33864],[141.97687,39.33839],[141.97657,39.33837],[141.97666,39.3378],[141.97642,39.33802],[141.97643,39.3383],[141.97605,39.33805],[141.97592,39.33776],[141.97602,39.33755],[141.97549,39.33723],[141.9753,39.33738],[141.97508,39.33728],[141.97504,39.33756],[141.97487,39.33742],[141.9747,39.33771],[141.9745,39.33774],[141.97431,39.33752],[141.9742,39.33781],[141.97353,39.33765],[141.97365,39.33781],[141.97339,39.33762],[141.97335,39.33784],[141.97275,39.33713],[141.97236,39.33734],[141.97196,39.33714],[141.97194,39.33761],[141.97154,39.33722],[141.97141,39.33726],[141.97146,39.33742],[141.97099,39.33705],[141.9714,39.33764],[141.97082,39.33722],[141.97101,39.3375],[141.97085,39.33745],[141.971,39.33759],[141.9708,39.33759],[141.97116,39.33802],[141.97107,39.33808],[141.97029,39.33754],[141.97042,39.33742],[141.97032,39.33734],[141.97064,39.33733],[141.97039,39.33701],[141.97062,39.33684],[141.97051,39.33673],[141.97067,39.33675],[141.97047,39.33653],[141.97062,39.33652],[141.97062,39.33632],[141.97047,39.33632],[141.97026,39.33597],[141.9698,39.33588],[141.9694,39.33599],[141.96953,39.33625],[141.96916,39.33598],[141.96889,39.33604],[141.9691,39.33671],[141.96859,39.33622],[141.96834,39.33629],[141.96872,39.33708],[141.96819,39.3369],[141.96836,39.33732],[141.96771,39.3368],[141.9677,39.33707],[141.96752,39.3369],[141.96759,39.33707],[141.96737,39.33701],[141.96737,39.33667],[141.96711,39.33692],[141.96725,39.33729],[141.96702,39.33709],[141.96696,39.3372],[141.96601,39.33685],[141.9664,39.33737],[141.96636,39.33761],[141.96535,39.33715],[141.96534,39.33694],[141.96507,39.33678],[141.96509,39.33703],[141.96471,39.33683],[141.96505,39.33703],[141.96504,39.3371],[141.96437,39.3368],[141.96442,39.33715],[141.96426,39.33721],[141.9638,39.33695],[141.96416,39.33734],[141.96402,39.33746],[141.96414,39.33758],[141.96393,39.33772],[141.9637,39.33748],[141.96366,39.33715],[141.96329,39.33682],[141.9628,39.33689],[141.96298,39.33727],[141.96248,39.3371],[141.96275,39.33759],[141.9621,39.33691],[141.96147,39.33688],[141.96077,39.33651],[141.95968,39.33644],[141.9593,39.33653],[141.95932,39.33665],[141.95859,39.33669],[141.95872,39.33695],[141.95855,39.33692],[141.95802,39.3374],[141.95812,39.33797],[141.95851,39.33822],[141.95861,39.33859],[141.95899,39.3388],[141.95916,39.33915],[141.95889,39.33916],[141.95994,39.33993],[141.95994,39.34005],[141.95965,39.33992],[141.95961,39.34002],[141.96071,39.34067],[141.96003,39.34061],[141.95971,39.34042],[141.95979,39.34063],[141.95882,39.33999],[141.95888,39.34024],[141.95859,39.34021],[141.95802,39.33985],[141.95804,39.34004],[141.95759,39.33966],[141.95756,39.33996],[141.95724,39.34038],[141.95682,39.34043],[141.95623,39.33998],[141.95607,39.34014],[141.95624,39.34026],[141.95588,39.34046],[141.95578,39.34036],[141.95594,39.34009],[141.95567,39.34032],[141.95504,39.34012],[141.95509,39.34001],[141.95429,39.33945],[141.95451,39.33927],[141.95444,39.33917],[141.95398,39.3391],[141.95356,39.3393],[141.95319,39.33914],[141.95302,39.33885],[141.9533,39.33864],[141.95214,39.33755],[141.95147,39.33739],[141.95173,39.33728],[141.95159,39.33717],[141.95177,39.33712],[141.95178,39.33626],[141.95197,39.33605],[141.95154,39.3356],[141.95092,39.33532],[141.95019,39.33524],[141.94996,39.33551],[141.94955,39.3356],[141.94962,39.33586],[141.9493,39.33579],[141.94942,39.33595],[141.94901,39.33597],[141.94939,39.33619],[141.94878,39.33606],[141.94873,39.3364],[141.9485,39.33639],[141.94773,39.33554],[141.94779,39.33543],[141.9474,39.33528],[141.94759,39.3351],[141.94714,39.33445],[141.94633,39.33418],[141.94614,39.33426],[141.94523,39.33369],[141.94535,39.33359],[141.94521,39.33324],[141.94478,39.33289],[141.94504,39.33259],[141.94499,39.33207],[141.94532,39.33142],[141.94422,39.33061],[141.94274,39.33049],[141.94421,39.33056],[141.94492,39.33107],[141.94532,39.33072],[141.94548,39.33034],[141.94444,39.32959],[141.94365,39.32944],[141.94352,39.32988],[141.94331,39.32984],[141.94339,39.32953],[141.94142,39.32935],[141.94141,39.33017],[141.94172,39.33058],[141.94107,39.32988],[141.94097,39.32891],[141.93925,39.32903],[141.93908,39.32923],[141.93877,39.32913],[141.93846,39.3293],[141.93856,39.32948],[141.93841,39.32955],[141.93856,39.32953],[141.93841,39.32966],[141.9375,39.32943],[141.93737,39.32973],[141.9366,39.33014],[141.93624,39.33007],[141.93613,39.32985],[141.93552,39.33004],[141.93526,39.32996],[141.9354,39.33008],[141.93534,39.33028],[141.93491,39.33006],[141.9348,39.33044],[141.93467,39.33036],[141.93446,39.33055],[141.93455,39.33055],[141.93467,39.33064],[141.93455,39.33058],[141.93436,39.33085],[141.93404,39.33075],[141.93381,39.33102],[141.93385,39.33127],[141.93427,39.33149],[141.93416,39.3317],[141.93393,39.33182],[141.9337,39.3317],[141.93379,39.33186],[141.93353,39.33188],[141.93337,39.33221],[141.93295,39.33211],[141.93251,39.33234],[141.93221,39.33218],[141.9314,39.33223],[141.93048,39.33175],[141.93005,39.33224],[141.9296,39.33246],[141.92812,39.33215],[141.92768,39.33226],[141.92776,39.33236],[141.927,39.33241],[141.92707,39.33254],[141.92685,39.33253],[141.92669,39.33273],[141.9263,39.33272],[141.92555,39.33305],[141.92479,39.33309],[141.92405,39.33282],[141.92382,39.33297],[141.92323,39.33269],[141.92312,39.33283],[141.92284,39.33224],[141.92182,39.3318],[141.9211,39.33097],[141.92077,39.33109],[141.92076,39.33088],[141.91993,39.33028],[141.919,39.32992],[141.91893,39.32967],[141.91863,39.32953],[141.91851,39.32912],[141.91893,39.3287],[141.91808,39.32765],[141.91761,39.32757],[141.91674,39.32708],[141.91667,39.32672],[141.91562,39.32657],[141.9165,39.32665],[141.91685,39.32594],[141.91639,39.32427],[141.91465,39.32397],[141.91464,39.32386],[141.91372,39.32394],[141.91226,39.32434],[141.91245,39.32559],[141.91207,39.32562],[141.91214,39.32607],[141.91254,39.3261],[141.91224,39.32611],[141.91189,39.32696],[141.91145,39.32709],[141.91156,39.32721],[141.91122,39.3278],[141.91138,39.32806],[141.91131,39.32863],[141.91147,39.32864],[141.91124,39.32893],[141.91088,39.32882],[141.91073,39.32858],[141.90969,39.32841],[141.90977,39.32822],[141.90932,39.32799],[141.90952,39.32789],[141.9093,39.32765],[141.90898,39.3276],[141.90898,39.32744],[141.90834,39.32711],[141.90738,39.3274],[141.90679,39.32732],[141.90578,39.32783],[141.90555,39.32761],[141.90573,39.32773],[141.90644,39.32729],[141.90564,39.32642],[141.9051,39.32677],[141.90557,39.32643],[141.90506,39.32592],[141.90413,39.32649],[141.90395,39.32646],[141.90459,39.32713],[141.90429,39.32684],[141.90353,39.32716],[141.90291,39.32715],[141.90251,39.32745],[141.90044,39.33012],[141.8996,39.33209],[141.89897,39.33447],[141.89897,39.33734],[141.90009,39.3382],[141.90041,39.33932],[141.90162,39.33961],[141.90221,39.34027],[141.90273,39.34028],[141.90301,39.3401],[141.90296,39.34022],[141.9032,39.34038],[141.90496,39.34073],[141.90504,39.34015],[141.90515,39.3403],[141.90498,39.34085],[141.9065,39.34069],[141.90731,39.34127],[141.90764,39.34115],[141.90766,39.3414],[141.90728,39.34155],[141.90727,39.34182],[141.90769,39.34284],[141.90789,39.34278],[141.90771,39.34288],[141.90784,39.34306],[141.90792,39.34314],[141.90805,39.34291],[141.90898,39.34383],[141.91085,39.34412],[141.91092,39.34317],[141.9107,39.3429],[141.91098,39.34318],[141.91088,39.34427],[141.91214,39.34416],[141.91254,39.34462],[141.91305,39.34454],[141.91359,39.34506],[141.91496,39.34533],[141.9153,39.3456],[141.91538,39.34679],[141.91576,39.34689],[141.91539,39.34706],[141.9155,39.34733],[141.91448,39.34775],[141.91436,39.34796],[141.91459,39.34863],[141.91435,39.34803],[141.91332,39.34827],[141.91323,39.34868],[141.9127,39.34935],[141.91262,39.3498],[141.91277,39.34963],[141.91272,39.34981],[141.91308,39.35021],[141.91707,39.35171],[141.9191,39.35292],[141.91822,39.35257],[141.91823,39.35281],[141.91844,39.35286],[141.91714,39.35364],[141.91746,39.35402],[141.9171,39.35366],[141.91645,39.35405],[141.91631,39.3539],[141.91472,39.35486],[141.91596,39.35609],[141.91825,39.35466],[141.91944,39.35538],[141.92829,39.35233],[141.92847,39.35317],[141.93024,39.35308],[141.93008,39.35232],[141.93064,39.35224],[141.9307,39.35235],[141.93322,39.35141],[141.93335,39.3513],[141.93305,39.35082],[141.93329,39.35115],[141.93364,39.35101],[141.93348,39.35076],[141.93307,39.35073],[141.93314,39.35042],[141.93312,39.35068],[141.93345,39.35072],[141.93365,39.35046],[141.93355,39.35033],[141.93332,39.35039],[141.93359,39.35028],[141.93159,39.34773],[141.93135,39.34791],[141.93098,39.34773],[141.93142,39.34755],[141.93161,39.34764],[141.93423,39.35101],[141.9341,39.35109],[141.93522,39.35095],[141.93598,39.35029],[141.93623,39.35039],[141.93699,39.35011],[141.93737,39.34974],[141.93806,39.34941],[141.93835,39.3489],[141.93902,39.34839],[141.939,39.34825],[141.93963,39.34823],[141.9395,39.34828],[141.94013,39.34867],[141.9404,39.3491],[141.94109,39.34919],[141.94111,39.34942],[141.94132,39.3495],[141.94124,39.34981],[141.94161,39.35017],[141.94151,39.35029],[141.94234,39.35084],[141.94309,39.35082],[141.9431,39.35068],[141.94358,39.35059],[141.94427,39.3508],[141.94462,39.35063],[141.94569,39.35056],[141.9456,39.35044],[141.94583,39.35037],[141.94651,39.35068],[141.94655,39.35112],[141.94729,39.35161],[141.94749,39.35147],[141.94744,39.35132],[141.94775,39.35136],[141.94867,39.35185],[141.9488,39.35211],[141.9497,39.35279],[141.94989,39.35276],[141.94984,39.35256],[141.95046,39.35272],[141.9506,39.35338],[141.9507,39.35297],[141.95093,39.35283],[141.95188,39.35307],[141.95247,39.3538],[141.95257,39.35365],[141.95315,39.35388],[141.95301,39.35407],[141.95353,39.35415],[141.95448,39.35467],[141.95452,39.3545],[141.95493,39.35465],[141.95474,39.35442],[141.95484,39.35444],[141.95548,39.35512],[141.95543,39.3553],[141.95561,39.35532],[141.95566,39.35546],[141.95525,39.35529],[141.95548,39.35556],[141.95592,39.35565],[141.95631,39.35546],[141.95668,39.35564],[141.95687,39.35557],[141.95742,39.35598],[141.95766,39.3566],[141.95776,39.35739],[141.95762,39.35742],[141.95789,39.35774],[141.95792,39.35833],[141.95831,39.35837],[141.95871,39.3592],[141.95843,39.35929],[141.95825,39.35915],[141.9582,39.35941],[141.95794,39.35923],[141.95766,39.35991],[141.95744,39.35992],[141.95728,39.36013],[141.95734,39.36031],[141.95694,39.36047],[141.95699,39.36066],[141.95684,39.36062],[141.95666,39.36088],[141.95646,39.36081],[141.95654,39.36094],[141.95635,39.36109],[141.95618,39.36077],[141.95581,39.36074],[141.95618,39.36114],[141.956,39.36117],[141.95579,39.36085],[141.95558,39.36109],[141.95552,39.36133],[141.95579,39.36133],[141.95597,39.36168],[141.95571,39.36168],[141.95566,39.36184],[141.95615,39.36199],[141.95595,39.36227],[141.95653,39.36228],[141.95651,39.36214],[141.95668,39.36244],[141.95675,39.36215],[141.9571,39.36271],[141.95704,39.36251],[141.95719,39.36248],[141.95759,39.36272],[141.9577,39.36287],[141.95756,39.36292],[141.9588,39.36353],[141.95925,39.36392],[141.95927,39.36425],[141.95904,39.36437],[141.95908,39.3645],[141.95999,39.36456],[141.96051,39.36518],[141.96026,39.36525],[141.96091,39.36585],[141.96092,39.36562],[141.96188,39.36589],[141.96259,39.36681],[141.96281,39.36662],[141.96378,39.3675],[141.9639,39.36791],[141.96408,39.36793],[141.96371,39.36735],[141.96343,39.36707],[141.96327,39.36649],[141.96359,39.3667],[141.96355,39.36685],[141.96373,39.36696],[141.96362,39.3671],[141.96417,39.3675],[141.9641,39.36776],[141.96452,39.36777],[141.96497,39.36806],[141.96511,39.36832],[141.96501,39.36847],[141.96446,39.3684],[141.96397,39.36864],[141.96392,39.36883],[141.96363,39.36878],[141.96353,39.36902],[141.96381,39.36913],[141.96369,39.36919],[141.96388,39.36934],[141.96518,39.36921],[141.96575,39.36988],[141.96563,39.36998],[141.96581,39.37026],[141.96574,39.37049],[141.96523,39.37063],[141.96551,39.3707],[141.96525,39.37086],[141.96447,39.37101],[141.96445,39.37116],[141.96569,39.37106],[141.96608,39.37118],[141.96507,39.37161],[141.96449,39.37157],[141.96451,39.3717],[141.96499,39.37176],[141.96463,39.37177],[141.96457,39.37194],[141.96673,39.37167],[141.9667,39.37183],[141.96683,39.37185],[141.96667,39.37195],[141.96687,39.37209],[141.96696,39.37238],[141.96679,39.37236],[141.96699,39.37266],[141.96723,39.3728],[141.96735,39.37266],[141.9679,39.37316],[141.96763,39.37351],[141.96787,39.37384],[141.96769,39.37458],[141.96737,39.37432],[141.96753,39.37467],[141.96736,39.37493],[141.96707,39.37491],[141.96708,39.37511],[141.96675,39.37526],[141.96707,39.37485],[141.96699,39.37461],[141.9668,39.37467],[141.9665,39.3752],[141.966,39.37527],[141.96611,39.37574],[141.96585,39.3758],[141.96573,39.37607],[141.96606,39.37609],[141.96586,39.37618],[141.96585,39.37647],[141.966,39.37647],[141.9662,39.37696],[141.96579,39.37726],[141.96633,39.37719],[141.9663,39.37736],[141.96657,39.37763],[141.96651,39.37785],[141.96639,39.37767],[141.96532,39.37784],[141.96531,39.37809],[141.96495,39.37811],[141.96474,39.37833],[141.96489,39.37843],[141.96484,39.37852],[141.96466,39.37851],[141.96457,39.37875],[141.96444,39.37861],[141.96444,39.37879],[141.96401,39.37834],[141.96282,39.37825],[141.96276,39.37807],[141.96298,39.37798],[141.9625,39.37774],[141.96252,39.3776],[141.96231,39.3775],[141.96243,39.37736],[141.96218,39.37737],[141.9623,39.37728],[141.96221,39.37718],[141.96199,39.37725],[141.96187,39.3771],[141.96182,39.37723],[141.96148,39.37706],[141.96129,39.37725],[141.96114,39.37707],[141.96016,39.37675],[141.95966,39.37686],[141.95961,39.3771],[141.95934,39.37707],[141.95885,39.37625],[141.95719,39.37621],[141.95707,39.37602],[141.95672,39.37595],[141.95652,39.37603],[141.95655,39.37639],[141.95638,39.37664],[141.95587,39.37616],[141.95604,39.37612],[141.95566,39.37605],[141.95537,39.37551],[141.95568,39.37511],[141.95588,39.37509],[141.95586,39.37459],[141.95451,39.37388],[141.95428,39.37389],[141.95417,39.37411],[141.95398,39.37385],[141.95432,39.37373],[141.95431,39.37345],[141.95387,39.37299],[141.95308,39.37298],[141.95293,39.37283],[141.95195,39.37325],[141.95183,39.37309],[141.95269,39.37272],[141.95306,39.37231],[141.95292,39.37201],[141.95268,39.372],[141.9525,39.37174],[141.95048,39.37128],[141.9504,39.37114],[141.94901,39.37122],[141.9503,39.37258],[141.94997,39.37273],[141.94904,39.37157],[141.94917,39.3715],[141.94864,39.3708],[141.94877,39.37069],[141.94862,39.37051],[141.94822,39.37039],[141.94727,39.37059],[141.946,39.37133],[141.94421,39.37273],[141.94354,39.37369],[141.94351,39.37427],[141.94453,39.37467],[141.94436,39.37464],[141.94398,39.37532],[141.94491,39.37569],[141.94518,39.37527],[141.94573,39.37553],[141.94563,39.37578],[141.94583,39.37578],[141.9453,39.37663],[141.94522,39.37725],[141.94468,39.3774],[141.94448,39.37722],[141.94436,39.37669],[141.94391,39.3765],[141.9437,39.37655],[141.94377,39.3767],[141.94366,39.37664],[141.94361,39.37628],[141.94409,39.37554],[141.94363,39.37609],[141.94288,39.37572],[141.94295,39.37601],[141.94332,39.37613],[141.94355,39.37666],[141.9428,39.37704],[141.94272,39.3773],[141.94253,39.37721],[141.94224,39.37743],[141.94114,39.37884],[141.94106,39.37906],[141.94142,39.37924],[141.94153,39.37947],[141.94111,39.37946],[141.94081,39.37978],[141.94114,39.37999],[141.94108,39.38019],[141.94065,39.38011],[141.94098,39.38029],[141.94016,39.38002],[141.94025,39.38023],[141.93992,39.38014],[141.93994,39.38031],[141.93978,39.38023],[141.93946,39.38054],[141.93806,39.38359],[141.93798,39.38471],[141.93861,39.38547],[141.93914,39.38663],[141.93991,39.38739],[141.94086,39.38788],[141.94095,39.38773],[141.94117,39.38777],[141.94095,39.38799],[141.94107,39.3881],[141.94229,39.38844],[141.94257,39.38804],[141.9422,39.38769],[141.9423,39.38764],[141.94273,39.38811],[141.94242,39.38851],[141.94286,39.38853],[141.94284,39.38874],[141.94324,39.38883],[141.94362,39.38922],[141.94363,39.38945],[141.94394,39.38947],[141.94407,39.38975],[141.94387,39.38997],[141.94306,39.39001],[141.94337,39.39006],[141.94353,39.39024],[141.9434,39.39032],[141.94412,39.39054],[141.94448,39.39096],[141.9446,39.39159],[141.94477,39.3916],[141.9449,39.39124],[141.94518,39.39179],[141.94539,39.39173],[141.94544,39.3919],[141.94575,39.39175],[141.94615,39.39191],[141.94602,39.39209],[141.94624,39.39228],[141.94633,39.39212],[141.94647,39.39245],[141.94636,39.39181],[141.947,39.39213],[141.94648,39.39261],[141.94722,39.39303],[141.94632,39.39301],[141.94586,39.39277],[141.94575,39.39303],[141.94597,39.39321],[141.94584,39.39339],[141.94596,39.39369],[141.94684,39.39376],[141.94741,39.39432],[141.94778,39.39428],[141.9479,39.39407],[141.9486,39.39453],[141.94826,39.39457],[141.94853,39.39487],[141.94873,39.39465],[141.94897,39.39479],[141.94929,39.39471],[141.94889,39.39502],[141.94889,39.39519],[141.94917,39.39546],[141.94962,39.39556],[141.94964,39.39526],[141.95,39.39538],[141.95002,39.39553],[141.94981,39.39549],[141.94998,39.39605],[141.95066,39.39598],[141.95084,39.39564],[141.951,39.39594],[141.95108,39.39569],[141.9513,39.39612],[141.9505,39.39668],[141.95017,39.39674],[141.95022,39.39692],[141.95085,39.39682],[141.95123,39.39693],[141.95151,39.39678],[141.95201,39.39693],[141.9521,39.39714],[141.95185,39.39724],[141.95213,39.39723],[141.95219,39.39708],[141.95228,39.39722],[141.95216,39.39723],[141.9523,39.39728],[141.95181,39.39777],[141.95234,39.3975],[141.95246,39.39766],[141.95229,39.39772],[141.95264,39.3978],[141.95228,39.39807],[141.95251,39.39821],[141.95235,39.39827],[141.95275,39.39824],[141.95284,39.3983],[141.95265,39.39843],[141.95299,39.39853],[141.95263,39.39865],[141.95258,39.39888],[141.95324,39.39888],[141.95333,39.3992],[141.95312,39.39924],[141.9531,39.39948],[141.95403,39.40043],[141.9544,39.40046],[141.95456,39.4007],[141.95472,39.40039],[141.95494,39.40065],[141.95499,39.40037],[141.95544,39.40048],[141.95554,39.40032],[141.95575,39.40074],[141.95593,39.40057],[141.95629,39.40074],[141.95638,39.40108],[141.95595,39.40096],[141.95591,39.40133],[141.95575,39.40125],[141.95605,39.40162],[141.95568,39.4015],[141.95561,39.40163],[141.95596,39.40169],[141.95618,39.40212],[141.95651,39.4022],[141.95661,39.40199],[141.9566,39.4022],[141.95694,39.40233],[141.95689,39.40253],[141.95675,39.40252],[141.95679,39.4027],[141.95661,39.40276],[141.95667,39.40296],[141.95626,39.40301],[141.95655,39.40319],[141.95618,39.40316],[141.95745,39.40365],[141.95747,39.40387],[141.95728,39.40387],[141.9575,39.40419],[141.95727,39.40409],[141.9571,39.40418],[141.9573,39.40416],[141.9576,39.40453],[141.95728,39.4047],[141.9576,39.40501],[141.95754,39.40556],[141.95774,39.40606],[141.95783,39.40581],[141.9583,39.40613],[141.95816,39.40571],[141.95883,39.40563],[141.9592,39.40584],[141.95884,39.40595],[141.95863,39.40618],[141.95917,39.40598],[141.95975,39.40617],[141.95986,39.40634],[141.95983,39.40613],[141.96001,39.40629],[141.95996,39.4061],[141.96014,39.40603],[141.96022,39.40623],[141.96007,39.40631],[141.96041,39.40644],[141.96028,39.40664],[141.96075,39.40698],[141.961,39.40779],[141.96123,39.40796],[141.96111,39.40769],[141.96124,39.40764],[141.96151,39.40808],[141.96142,39.40775],[141.96161,39.40785],[141.96149,39.40831],[141.96162,39.40843],[141.96183,39.40834],[141.96195,39.40847],[141.96186,39.40853],[141.96199,39.40845],[141.96217,39.40875],[141.96199,39.40874],[141.96206,39.40891],[141.96249,39.40921],[141.96179,39.40922],[141.96301,39.40939],[141.96273,39.40957],[141.96313,39.40947],[141.96331,39.40996],[141.9631,39.41005],[141.96294,39.40991],[141.96308,39.40984],[141.96285,39.40984],[141.96281,39.4101],[141.96309,39.41038],[141.96276,39.41055],[141.96328,39.41089],[141.96334,39.41109],[141.96266,39.41136],[141.96358,39.41129],[141.9636,39.41142],[141.96332,39.41155],[141.96331,39.41179],[141.96316,39.41178],[141.96319,39.412],[141.96341,39.41204],[141.9633,39.41215],[141.96354,39.41222],[141.96378,39.41207],[141.96378,39.41238],[141.9639,39.4123],[141.96396,39.41248],[141.96375,39.41255],[141.96396,39.41272],[141.96428,39.41268],[141.96456,39.41285],[141.96462,39.41273],[141.96494,39.41307],[141.96485,39.41286],[141.96505,39.41299],[141.96508,39.41281],[141.96529,39.41312],[141.9657,39.41321],[141.96568,39.41334],[141.96672,39.41358],[141.96674,39.41371],[141.96635,39.41383],[141.96669,39.41402],[141.96724,39.41494],[141.96719,39.41464],[141.96735,39.41479],[141.96759,39.41546],[141.96815,39.41553],[141.96826,39.41596],[141.96857,39.41623],[141.96859,39.41687],[141.96891,39.41689],[141.969,39.4166],[141.96923,39.41666],[141.96939,39.4172],[141.96999,39.4172],[141.96979,39.41747],[141.96999,39.41783],[141.9699,39.41792],[141.97048,39.41869],[141.97114,39.419],[141.97205,39.41916],[141.97284,39.41973],[141.97247,39.42048],[141.97258,39.42074],[141.97242,39.42118],[141.97286,39.42183],[141.9728,39.42222],[141.97438,39.42234],[141.97416,39.4237],[141.97531,39.42379],[141.97541,39.42344],[141.97533,39.42398],[141.9755,39.42432],[141.97529,39.42398],[141.97414,39.42388],[141.97401,39.42484],[141.97424,39.42487],[141.97391,39.425],[141.97392,39.42584],[141.97427,39.42633],[141.9754,39.42628],[141.97537,39.42484],[141.97551,39.42491],[141.97554,39.42666],[141.97498,39.42686],[141.97503,39.42703],[141.97532,39.42698],[141.97579,39.42745],[141.97628,39.42765],[141.9765,39.42753],[141.97636,39.42731],[141.97649,39.427],[141.97683,39.42703],[141.97673,39.42725],[141.97712,39.42746],[141.97815,39.42744],[141.97807,39.42733],[141.97823,39.42721],[141.98088,39.42694],[141.98157,39.4266],[141.98228,39.42599],[141.98136,39.42593],[141.9824,39.42599],[141.98246,39.42525],[141.98196,39.42513],[141.98192,39.42496],[141.97966,39.42444],[141.97949,39.42293],[141.97962,39.42374],[141.9821,39.42438],[141.98345,39.42131],[141.98161,39.42085],[141.98239,39.41905],[141.98183,39.42045],[141.98381,39.42093],[141.98513,39.4179],[141.98493,39.41781],[141.98532,39.41773],[141.98533,39.41691],[141.98504,39.41662],[141.98336,39.41611],[141.98291,39.4169],[141.98309,39.41641],[141.9827,39.41631],[141.98294,39.41633],[141.9831,39.4161],[141.983,39.41591],[141.98302,39.41606],[141.98281,39.41601],[141.98251,39.41581],[141.98261,39.41572],[141.98228,39.41565],[141.98213,39.41525],[141.98231,39.41528],[141.98193,39.41502],[141.982,39.41461],[141.98183,39.41451],[141.98178,39.41427],[141.98192,39.41426],[141.98174,39.41405],[141.98186,39.41405],[141.98156,39.41387],[141.98153,39.41355],[141.98183,39.41352],[141.98187,39.41293],[141.98138,39.4122],[141.98126,39.4108],[141.98093,39.41046],[141.98082,39.41063],[141.98061,39.41054],[141.98041,39.41002],[141.9809,39.40962],[141.98174,39.40926],[141.98168,39.40898],[141.98196,39.40899],[141.98207,39.40878],[141.98251,39.40894],[141.98226,39.40868],[141.98238,39.40859],[141.98338,39.40871],[141.98326,39.40855],[141.98364,39.40838],[141.98399,39.40842],[141.98414,39.40859],[141.98402,39.40863],[141.98407,39.40878],[141.98411,39.40865],[141.9846,39.4086],[141.98443,39.40905],[141.98472,39.40871],[141.98507,39.40865],[141.98562,39.40881],[141.98531,39.40858],[141.986,39.40847],[141.98622,39.40892],[141.9881,39.40877],[141.98902,39.4093],[141.98944,39.40925],[141.98936,39.40945],[141.98973,39.40937],[141.98954,39.40909],[141.99009,39.40936],[141.9905,39.40909],[141.99029,39.40888],[141.99068,39.4088],[141.99086,39.40896],[141.99137,39.40883],[141.9914,39.40907],[141.99124,39.40913],[141.9916,39.4091],[141.99158,39.40923],[141.99182,39.40923],[141.99188,39.40907],[141.99309,39.40918],[141.99311,39.40905],[141.99383,39.40901],[141.99367,39.40919],[141.99412,39.40955],[141.9944,39.40942],[141.99493,39.40958],[141.995,39.40932],[141.99513,39.40971],[141.99561,39.40995],[141.99599,39.40978],[141.99612,39.4099],[141.99605,39.40975],[141.99628,39.40962],[141.9968,39.40985],[141.99677,39.41009],[141.99702,39.41026],[141.99703,39.41064],[141.99663,39.41088],[141.99678,39.41137],[141.9971,39.4117],[141.99818,39.41217],[141.99877,39.41196],[141.99858,39.4119],[141.99923,39.4113],[141.99965,39.41121],[141.99963,39.41148],[141.99987,39.41151],[141.99992,39.41107],[142.00015,39.41103],[142.00019,39.41126],[142.00058,39.41123],[142.00081,39.411],[142.001,39.41104],[142.00097,39.41084],[142.00122,39.41073],[142.0023,39.41118],[142.00279,39.4111],[142.00302,39.41078],[142.00322,39.41085],[142.00429,39.41054],[142.00464,39.41067],[142.0051,39.41042],[142.00537,39.41044],[142.00563,39.41075],[142.00531,39.41077],[142.00517,39.41103],[142.00518,39.41148],[142.00541,39.41186],[142.00521,39.41199],[142.00532,39.41243],[142.00549,39.41243],[142.00539,39.41252],[142.00562,39.41262],[142.00564,39.41291],[142.00582,39.41292],[142.00582,39.41339],[142.00565,39.41336],[142.00596,39.41363],[142.00575,39.41407],[142.00596,39.41446],[142.00741,39.41537],[142.00853,39.41556],[142.00887,39.41532],[142.00921,39.41546],[142.00931,39.41521],[142.00974,39.41502],[142.0098,39.41427],[142.01008,39.41421],[142.0102,39.4146],[142.01009,39.41514],[142.01045,39.41522],[142.01045,39.41564],[142.011,39.41552],[142.01079,39.41606],[142.01107,39.41628],[142.01053,39.41706],[142.01002,39.41741],[142.00978,39.41734],[142.009,39.41771],[142.00907,39.41796],[142.00928,39.41805],[142.00975,39.41793],[142.00957,39.41833],[142.00919,39.41826],[142.00863,39.41867],[142.00847,39.41851],[142.00804,39.41866],[142.00738,39.41935],[142.00751,39.41948],[142.00727,39.41976],[142.00721,39.42044],[142.00739,39.42069],[142.00714,39.42071],[142.00723,39.42099],[142.0068,39.42129],[142.00703,39.42199],[142.00756,39.42248],[142.00783,39.4224],[142.00787,39.42264],[142.00769,39.42277],[142.00818,39.42324],[142.00812,39.42346],[142.00795,39.42347],[142.00795,39.42361],[142.00811,39.42364],[142.00802,39.42393],[142.00779,39.42412],[142.00813,39.42498],[142.00941,39.42586],[142.00935,39.42606],[142.01052,39.42652],[142.01212,39.42669],[142.01224,39.42593],[142.01263,39.42546],[142.01231,39.42598],[142.0123,39.42666],[142.01322,39.42666],[142.0134,39.42657],[142.01335,39.4261],[142.01378,39.42586],[142.01365,39.42585],[142.01436,39.42583],[142.01475,39.42552],[142.01448,39.42519],[142.01399,39.42525],[142.01354,39.42503],[142.01399,39.42519],[142.01454,39.42507],[142.01485,39.42544],[142.01499,39.42519],[142.01518,39.42565],[142.01552,39.42544],[142.01537,39.4252],[142.01545,39.425],[142.01572,39.42497],[142.01565,39.42479],[142.01682,39.42509],[142.01671,39.42491],[142.01709,39.42485],[142.01678,39.42457],[142.01718,39.42474],[142.01735,39.42455],[142.01757,39.42479],[142.01758,39.42442],[142.01808,39.42448],[142.01835,39.42405],[142.0181,39.42382],[142.01833,39.42389],[142.01848,39.42377],[142.01814,39.42324],[142.01838,39.42311],[142.0189,39.42322],[142.01871,39.42261],[142.01848,39.42251],[142.01869,39.42237],[142.01923,39.42263],[142.019,39.42236],[142.01929,39.42243],[142.01902,39.42219],[142.01922,39.42224],[142.01926,39.42208],[142.01954,39.42203],[142.01952,39.4218],[142.01967,39.42187],[142.01984,39.42172],[142.01961,39.42148],[142.01981,39.42144],[142.0196,39.42131],[142.02017,39.42097],[142.01997,39.4206],[142.02027,39.42058],[142.02156,39.42107],[142.02177,39.42097],[142.02181,39.42058],[142.0221,39.42071],[142.0222,39.42047],[142.02253,39.42062],[142.02226,39.4202],[142.02301,39.42023],[142.02237,39.42003],[142.02232,39.41966],[142.02217,39.41958],[142.02301,39.41934],[142.02238,39.41936],[142.02302,39.41902],[142.02273,39.41903],[142.02285,39.4185],[142.02237,39.41829],[142.02245,39.41817],[142.02299,39.41821],[142.02258,39.41806],[142.02258,39.41778],[142.02238,39.4177],[142.02247,39.41755],[142.02273,39.41776],[142.02323,39.41777],[142.02322,39.41735],[142.02335,39.41726],[142.02354,39.41743],[142.0234,39.41721],[142.02364,39.41717],[142.02393,39.41727],[142.02435,39.4178],[142.02442,39.41764],[142.02477,39.41773],[142.02473,39.41735],[142.02509,39.41727],[142.02493,39.41713],[142.02538,39.41717],[142.02502,39.41695],[142.02531,39.41673],[142.02521,39.41664],[142.02584,39.41648],[142.02548,39.41648],[142.02545,39.41637],[142.02575,39.41634],[142.02581,39.41621],[142.02541,39.41609],[142.02553,39.41603],[142.02613,39.41603],[142.02632,39.41633],[142.02611,39.41643],[142.0265,39.41638],[142.02626,39.41612],[142.02681,39.41607],[142.02693,39.41624],[142.02752,39.41613],[142.02741,39.41603],[142.02791,39.41593],[142.02836,39.41551],[142.02857,39.4156],[142.02841,39.41578],[142.02934,39.41571],[142.03017,39.41617],[142.02971,39.41568],[142.02982,39.41565],[142.03005,39.41588],[142.03066,39.41599],[142.03094,39.41638],[142.03098,39.41612],[142.03074,39.41577],[142.03085,39.41569],[142.03109,39.41581],[142.0312,39.41612],[142.03182,39.41646],[142.03191,39.41628],[142.03177,39.41624],[142.03149,39.41573],[142.03205,39.4161],[142.03202,39.41644],[142.03167,39.41663],[142.03067,39.41676],[142.03068,39.41695],[142.03167,39.41712],[142.03147,39.41749],[142.0318,39.41746],[142.03174,39.41736],[142.03213,39.41714],[142.0323,39.41767],[142.03242,39.41715],[142.0331,39.41722],[142.03293,39.41787],[142.03155,39.41792],[142.03158,39.41806],[142.03355,39.41811],[142.03414,39.41835],[142.03489,39.41821],[142.03606,39.41848],[142.03642,39.4193],[142.03586,39.41943],[142.03606,39.41985],[142.03569,39.42011],[142.03581,39.42062],[142.0363,39.42058],[142.03609,39.42088],[142.03649,39.42138],[142.03633,39.42159],[142.03663,39.42181],[142.03734,39.42186],[142.03759,39.42177],[142.03761,39.42144],[142.03812,39.42147],[142.03833,39.42194],[142.03882,39.42236],[142.03813,39.42287],[142.0378,39.42275],[142.03746,39.42288],[142.03753,39.42319],[142.0379,39.42339],[142.03764,39.4236],[142.03784,39.42379],[142.03777,39.42392],[142.03817,39.42393],[142.03841,39.42434],[142.03771,39.42466],[142.03805,39.42527],[142.03841,39.42543],[142.03851,39.42524],[142.03866,39.42544],[142.03885,39.42503],[142.03966,39.42488],[142.0397,39.42467],[142.04001,39.42497],[142.0401,39.42478],[142.04032,39.42482],[142.04063,39.42551],[142.04083,39.4255],[142.0411,39.42585],[142.04111,39.42623],[142.0417,39.42631],[142.04163,39.42603],[142.04195,39.42589],[142.04244,39.42595],[142.04257,39.42569],[142.0431,39.42581],[142.04332,39.42566],[142.04381,39.42582],[142.04432,39.42577],[142.04463,39.42603],[142.04467,39.42633],[142.04439,39.42665],[142.04404,39.42652],[142.04414,39.42702],[142.04402,39.42738],[142.04328,39.42735],[142.04295,39.42718],[142.04275,39.42788],[142.04151,39.42764],[142.04139,39.42804],[142.04183,39.42871],[142.04234,39.4291],[142.04183,39.42953],[142.04208,39.42987],[142.0417,39.42972],[142.04184,39.42998],[142.04145,39.42993],[142.04114,39.4306],[142.04158,39.43081],[142.04168,39.43129],[142.0423,39.43125],[142.04279,39.43165],[142.04244,39.43176],[142.04209,39.4316],[142.04224,39.43194],[142.04258,39.43204],[142.04275,39.43244],[142.04328,39.43295],[142.0425,39.43304],[142.04189,39.4326],[142.04136,39.43288],[142.04162,39.43324],[142.04217,39.43349],[142.04218,39.4337],[142.0413,39.43361],[142.04113,39.4339],[142.04088,39.43365],[142.04093,39.43349],[142.04063,39.43373],[142.04006,39.43351],[142.03965,39.43377],[142.03972,39.43451],[142.03847,39.43484],[142.03856,39.43496],[142.03941,39.43474],[142.04008,39.43476],[142.04052,39.43544],[142.0399,39.43566],[142.04014,39.43612],[142.03959,39.43577],[142.03936,39.43593],[142.03762,39.43541],[142.03737,39.43552],[142.03859,39.43625],[142.03821,39.43639],[142.03794,39.43616],[142.03801,39.43656],[142.03818,39.43669],[142.03791,39.43663],[142.03828,39.43698],[142.03782,39.43704],[142.03778,39.43716],[142.03839,39.4372],[142.03908,39.43779],[142.03951,39.43776],[142.04007,39.43804],[142.03972,39.43812],[142.04021,39.43822],[142.03946,39.43828],[142.03951,39.43851],[142.03833,39.43884],[142.03835,39.43896],[142.03976,39.43868],[142.04029,39.43873],[142.04049,39.4389],[142.03928,39.43981],[142.03935,39.43993],[142.03989,39.43979],[142.0394,39.44008],[142.03954,39.44015],[142.03935,39.44032],[142.03963,39.4404],[142.04028,39.43973],[142.04084,39.43959],[142.04106,39.43926],[142.04129,39.43933],[142.04131,39.43958],[142.0414,39.43908],[142.04156,39.4392],[142.0417,39.43911],[142.04168,39.43925],[142.04189,39.43919],[142.04175,39.43943],[142.04118,39.43968],[142.04062,39.44013],[142.04124,39.43979],[142.04256,39.43971],[142.04288,39.43984],[142.04272,39.44003],[142.04294,39.44013],[142.04303,39.44052],[142.04261,39.44065],[142.04262,39.4409],[142.04294,39.44116],[142.0427,39.44121],[142.04279,39.44141],[142.04257,39.44152],[142.0418,39.44155],[142.04186,39.44174],[142.04164,39.44166],[142.04141,39.44182],[142.0408,39.44159],[142.04128,39.44197],[142.04117,39.44229],[142.0409,39.4423],[142.04096,39.44241],[142.04141,39.44241],[142.04164,39.44264],[142.04043,39.44242],[142.03948,39.44268],[142.03803,39.44246],[142.03793,39.44256],[142.0379,39.44268],[142.03824,39.44288],[142.03867,39.44294],[142.03909,39.44323],[142.03827,39.44337],[142.03958,39.44349],[142.03871,39.44378],[142.03911,39.44385],[142.03905,39.44409],[142.03925,39.4444],[142.03912,39.44428],[142.03888,39.44438],[142.03912,39.44466],[142.03788,39.44526],[142.03807,39.44537],[142.03809,39.44576],[142.0392,39.44532],[142.0396,39.44545],[142.03844,39.446],[142.03857,39.44627],[142.03833,39.44649],[142.03928,39.44743],[142.03955,39.4472],[142.04002,39.44736],[142.04008,39.44708],[142.04042,39.44689],[142.04113,39.447],[142.04164,39.44668],[142.04188,39.4475],[142.04224,39.44759],[142.04224,39.44746],[142.04261,39.44781],[142.04243,39.44806],[142.04258,39.44821],[142.04249,39.44829],[142.04278,39.44857],[142.04333,39.44837],[142.04345,39.44866],[142.04336,39.44886],[142.04375,39.44922],[142.04427,39.44944],[142.04538,39.44951],[142.04603,39.44992],[142.0462,39.44986],[142.04619,39.44999],[142.04733,39.44987],[142.04922,39.45075],[142.04876,39.4509],[142.04881,39.4511],[142.04809,39.45097],[142.04817,39.4513],[142.04783,39.45129],[142.04832,39.4518],[142.04784,39.45212],[142.04756,39.45201],[142.04768,39.45225],[142.04749,39.45226],[142.04766,39.45242],[142.04748,39.45251],[142.04754,39.45266],[142.048,39.45282],[142.04756,39.45287],[142.04803,39.45318],[142.04782,39.45343],[142.04822,39.45342],[142.04861,39.45384],[142.04896,39.45383],[142.04798,39.45422],[142.0482,39.45603],[142.04803,39.45648],[142.04901,39.45768],[142.04951,39.45795],[142.05082,39.45926],[142.0515,39.4596],[142.05158,39.45989],[142.05201,39.46027],[142.05245,39.46026],[142.05241,39.46042],[142.05353,39.46096],[142.05369,39.46125],[142.05408,39.46131],[142.05403,39.46144],[142.0542,39.46152],[142.05405,39.46196],[142.05453,39.46343],[142.0549,39.46392],[142.05528,39.46399],[142.05515,39.46413],[142.05563,39.46461],[142.05616,39.46468],[142.056,39.46477],[142.05616,39.46506],[142.05813,39.46577],[142.05959,39.46611],[142.05931,39.46629],[142.05749,39.46659],[142.05759,39.46686],[142.05782,39.46695],[142.05781,39.46716],[142.05801,39.46723],[142.05787,39.46765],[142.05858,39.46758],[142.0589,39.46772],[142.05883,39.46793],[142.05851,39.46807],[142.05884,39.46825],[142.05882,39.46852],[142.05953,39.46835],[142.06,39.46846],[142.06031,39.46875],[142.05997,39.46896],[142.05969,39.46889],[142.06017,39.46931],[142.06009,39.46945],[142.05938,39.46942],[142.05924,39.46963],[142.05963,39.46972],[142.05884,39.47001],[142.0587,39.47046],[142.05933,39.4704],[142.05958,39.47056],[142.05996,39.47055],[142.06051,39.47082],[142.06048,39.47104],[142.06078,39.47099],[142.06152,39.47144],[142.06135,39.47157],[142.06089,39.47144],[142.06131,39.47166],[142.06127,39.47184],[142.05982,39.47134],[142.05991,39.47184],[142.0593,39.47156],[142.05808,39.47138],[142.05808,39.47185],[142.05796,39.47193],[142.05844,39.47217],[142.05822,39.47236],[142.05921,39.47255],[142.05929,39.47277],[142.05907,39.47286],[142.05857,39.4726],[142.05842,39.47259],[142.05888,39.47291],[142.0584,39.47312],[142.05752,39.47259],[142.05714,39.47276],[142.05654,39.47339],[142.05671,39.47388],[142.05695,39.47392],[142.05659,39.47393],[142.05664,39.47407],[142.0565,39.474],[142.05648,39.47414],[142.05565,39.47412],[142.0557,39.47426],[142.05528,39.47434],[142.05526,39.47453],[142.0551,39.47442],[142.05497,39.47467],[142.05453,39.47491],[142.05473,39.475],[142.05462,39.47509],[142.05485,39.47508],[142.05444,39.47532],[142.05405,39.4753],[142.05423,39.47515],[142.05397,39.47514],[142.05391,39.47491],[142.05415,39.47481],[142.0534,39.47408],[142.05298,39.47411],[142.05288,39.47432],[142.05298,39.47441],[142.05253,39.47464],[142.05295,39.47479],[142.05297,39.47509],[142.05254,39.47526],[142.05256,39.4754],[142.05274,39.47542],[142.05235,39.47561],[142.05288,39.4759],[142.05279,39.47601],[142.05259,39.47586],[142.05226,39.47591],[142.05242,39.47603],[142.05225,39.47622],[142.05279,39.47639],[142.05279,39.47658],[142.05258,39.47683],[142.05225,39.47674],[142.05242,39.47689],[142.05221,39.4771],[142.05202,39.47691],[142.05142,39.47709],[142.05155,39.47735],[142.05063,39.47741],[142.05082,39.47752],[142.0506,39.4775],[142.05043,39.47782],[142.05021,39.47786],[142.05034,39.47818],[142.04966,39.47901],[142.04975,39.47926],[142.04904,39.47977],[142.04904,39.48004],[142.04928,39.48018],[142.04927,39.48069],[142.04957,39.48091],[142.05057,39.48113],[142.05054,39.4813],[142.05074,39.48144],[142.05131,39.48111],[142.0515,39.48112],[142.05137,39.48133],[142.05155,39.48117],[142.05123,39.48154],[142.051,39.48148],[142.05117,39.48159],[142.05092,39.4816],[142.05103,39.48169],[142.05084,39.48188],[142.05099,39.48211],[142.05122,39.48213],[142.05124,39.48231],[142.05168,39.48236],[142.05145,39.48247],[142.05144,39.48282],[142.05115,39.48285],[142.05135,39.48331],[142.0511,39.48348],[142.05151,39.4837],[142.05145,39.48386],[142.05167,39.48405],[142.05106,39.48446],[142.05057,39.48439],[142.05075,39.48464],[142.05067,39.48473],[142.04989,39.48439],[142.04979,39.48407],[142.04939,39.48376],[142.04939,39.48344],[142.04865,39.48267],[142.04875,39.48251],[142.04849,39.48217],[142.04783,39.48203],[142.04718,39.48225],[142.04641,39.48228],[142.04648,39.48246],[142.0461,39.48264],[142.04546,39.4827],[142.04554,39.48289],[142.04473,39.48251],[142.04457,39.4826],[142.04476,39.48272],[142.04464,39.48282],[142.04446,39.48277],[142.04444,39.48253],[142.04413,39.48254],[142.04393,39.48275],[142.04344,39.48262],[142.04263,39.48306],[142.04198,39.48316],[142.04174,39.48305],[142.04174,39.4828],[142.04116,39.48265],[142.04065,39.48291],[142.04076,39.48254],[142.04036,39.48217],[142.04044,39.48195],[142.04015,39.48158],[142.03901,39.48118],[142.03896,39.48142],[142.03911,39.48155],[142.03892,39.48162],[142.03908,39.4817],[142.03864,39.48206],[142.03841,39.48192],[142.03767,39.48191],[142.03738,39.48197],[142.03734,39.48213],[142.03713,39.48201],[142.03719,39.48218],[142.03662,39.4821],[142.036,39.48236],[142.03592,39.48254],[142.03658,39.4831],[142.0363,39.48322],[142.03645,39.48335],[142.03573,39.48346],[142.03552,39.48324],[142.03576,39.48315],[142.0354,39.48301],[142.03548,39.48288],[142.03524,39.48277],[142.03533,39.48266],[142.03508,39.48234],[142.03466,39.48215],[142.03425,39.48151],[142.03396,39.48145],[142.0341,39.48127],[142.03403,39.48112],[142.0335,39.4812],[142.03355,39.48105],[142.03319,39.48081],[142.03345,39.4807],[142.03261,39.48011],[142.03248,39.47988],[142.03256,39.47975],[142.03235,39.4796],[142.03256,39.47962],[142.03242,39.47929],[142.0326,39.47909],[142.03241,39.4791],[142.03253,39.47903],[142.03239,39.47886],[142.03207,39.47899],[142.0321,39.47856],[142.0319,39.47842],[142.03205,39.47837],[142.03122,39.47775],[142.03075,39.47765],[142.03087,39.47747],[142.03032,39.47739],[142.03003,39.47724],[142.03006,39.47709],[142.02989,39.47715],[142.0297,39.47695],[142.02954,39.47705],[142.02948,39.47688],[142.02903,39.47685],[142.02858,39.47718],[142.02795,39.47699],[142.0279,39.47674],[142.02855,39.47669],[142.02838,39.47655],[142.02873,39.47631],[142.02862,39.47587],[142.02787,39.47585],[142.02763,39.47555],[142.02727,39.47547],[142.02686,39.47559],[142.02611,39.47548],[142.02615,39.47529],[142.0259,39.47514],[142.02568,39.47466],[142.02587,39.47382],[142.02627,39.4735],[142.02632,39.47325],[142.02578,39.47295],[142.02518,39.47308],[142.02481,39.47278],[142.02463,39.4729],[142.02435,39.47247],[142.02286,39.4723],[142.02216,39.47206],[142.02114,39.47111],[142.02044,39.4708],[142.02037,39.47095],[142.01985,39.47086],[142.0198,39.47049],[142.01959,39.47035],[142.01946,39.47053],[142.01917,39.47028],[142.01921,39.4705],[142.01879,39.47003],[142.01879,39.47019],[142.0185,39.47022],[142.01818,39.47012],[142.01825,39.46986],[142.01793,39.47006],[142.01789,39.46992],[142.01763,39.47003],[142.01714,39.4693],[142.01693,39.46932],[142.01629,39.46892],[142.01639,39.46881],[142.01554,39.46802],[142.01416,39.46771],[142.01402,39.46727],[142.01326,39.4672],[142.01318,39.46759],[142.01283,39.46751],[142.01269,39.46718],[142.01249,39.46734],[142.01225,39.46715],[142.01237,39.46692],[142.01212,39.46687],[142.01217,39.46659],[142.01197,39.46668],[142.01183,39.46654],[142.01195,39.46626],[142.01156,39.46614],[142.01162,39.46596],[142.01143,39.46575],[142.01125,39.46584],[142.01122,39.46564],[142.01057,39.46538],[142.00938,39.4652],[142.0089,39.46488],[142.00908,39.464],[142.00894,39.46338],[142.00837,39.46263],[142.0076,39.46217],[142.00712,39.4614],[142.00683,39.46135],[142.00685,39.46121],[142.00585,39.46052],[142.00596,39.46033],[142.00534,39.45998],[142.00512,39.45924],[142.0045,39.45878],[142.00441,39.45855],[142.00422,39.45854],[142.00426,39.4581],[142.00395,39.45706],[142.00345,39.45635],[142.00284,39.4559],[142.0029,39.45516],[142.00177,39.45496],[142.00176,39.45452],[142.00182,39.45492],[142.00234,39.45502],[142.00247,39.45458],[142.0028,39.45463],[142.00292,39.45419],[142.00306,39.45422],[142.00316,39.4535],[142.00291,39.45265],[142.00245,39.45256],[142.00261,39.4521],[142.00291,39.45216],[142.00326,39.45135],[142.00312,39.45092],[142.0032,39.45053],[142.00298,39.45008],[142.00328,39.4492],[142.00201,39.4486],[142.00224,39.4483],[142.00335,39.44882],[142.004,39.44799],[142.00417,39.44802],[142.00477,39.44601],[142.00464,39.44599],[142.00482,39.44523],[142.00453,39.44514],[142.00379,39.44644],[142.00303,39.44621],[142.0038,39.44633],[142.00408,39.44581],[142.00265,39.44544],[142.00209,39.44616],[142.00239,39.4463],[142.00166,39.44722],[142.0021,39.44743],[142.00164,39.44724],[142.00134,39.44762],[142.00162,39.44723],[142.00115,39.44701],[142.00134,39.44716],[142.00107,39.44715],[142.0002,39.44813],[141.999,39.4487],[141.99839,39.44955],[141.99636,39.45062],[141.99569,39.45203],[141.9955,39.45199],[141.99538,39.45223],[141.9951,39.45233],[141.99488,39.45221],[141.99495,39.45204],[141.99477,39.45163],[141.99412,39.45153],[141.99394,39.45172],[141.99403,39.45151],[141.99381,39.45126],[141.99311,39.45099],[141.99259,39.45103],[141.99238,39.45028],[141.9922,39.45019],[141.99073,39.45006],[141.98917,39.45047],[141.98912,39.44997],[141.98883,39.44969],[141.98929,39.44957],[141.98938,39.44934],[141.9889,39.4487],[141.98919,39.44841],[141.98898,39.4482],[141.98813,39.44821],[141.98778,39.44873],[141.98711,39.44875],[141.98664,39.44846],[141.98666,39.44799],[141.98648,39.44776],[141.98675,39.44748],[141.98666,39.44685],[141.98619,39.44655],[141.98595,39.44609],[141.98554,39.44586],[141.98544,39.44561],[141.9848,39.44529],[141.98361,39.44406],[141.98326,39.44354],[141.98319,39.44302],[141.98256,39.44245],[141.98241,39.44189],[141.9809,39.44098],[141.98029,39.44134],[141.97996,39.44135],[141.98061,39.44111],[141.98005,39.44053],[141.98025,39.44042],[141.97983,39.43964],[141.97998,39.43918],[141.97973,39.43914],[141.97727,39.43911],[141.9762,39.43924],[141.97387,39.43989],[141.97336,39.44013],[141.97286,39.44064],[141.97252,39.44134],[141.97272,39.44226],[141.97266,39.44287],[141.97287,39.44315],[141.9722,39.44377],[141.97223,39.44399],[141.97179,39.44473],[141.97206,39.44507],[141.97227,39.44502],[141.97247,39.44517],[141.97265,39.44552],[141.97179,39.44633],[141.97182,39.44712],[141.97144,39.44758],[141.97164,39.44788],[141.97167,39.44777],[141.97183,39.44786],[141.97156,39.44808],[141.97128,39.44865],[141.97135,39.44876],[141.97072,39.44924],[141.97037,39.44929],[141.97012,39.44954],[141.96985,39.4492],[141.96923,39.44914],[141.96894,39.44842],[141.96805,39.44825],[141.9679,39.44781],[141.96696,39.44765],[141.96473,39.44809],[141.96315,39.45],[141.96435,39.45051],[141.96428,39.4507],[141.9643,39.45052],[141.96313,39.45002],[141.96298,39.45047],[141.9631,39.45049],[141.96262,39.45188],[141.96375,39.45212],[141.96388,39.45186],[141.96334,39.45343],[141.96316,39.45339],[141.96356,39.45223],[141.96258,39.45203],[141.96218,39.45318],[141.96237,39.45333],[141.96181,39.45312],[141.96155,39.45415],[141.96214,39.45424],[141.96278,39.45356],[141.96203,39.45441],[141.96189,39.45494],[141.96135,39.4549],[141.96127,39.45515],[141.96088,39.45508],[141.96095,39.45482],[141.96082,39.45478],[141.96004,39.45485],[141.95704,39.4568],[141.95799,39.45776],[141.95812,39.45768],[141.95835,39.45792],[141.95854,39.45757],[141.95891,39.45743],[141.95962,39.45763],[141.95988,39.458],[141.96043,39.4582],[141.96156,39.45809],[141.96179,39.45823],[141.96155,39.45868],[141.96191,39.45953],[141.96119,39.45971],[141.96155,39.46057],[141.96024,39.46133],[141.9615,39.46056],[141.96112,39.45962],[141.95916,39.46023],[141.95898,39.4598],[141.95732,39.46023],[141.95696,39.46098],[141.95719,39.46108],[141.95664,39.46095],[141.95911,39.46156],[141.95919,39.46139],[141.95927,39.46139],[141.95792,39.46445],[141.95828,39.46579],[141.95788,39.46446],[141.95857,39.46285],[141.95787,39.46444],[141.95765,39.46439],[141.95887,39.46173],[141.95693,39.46109],[141.95453,39.46609],[141.9544,39.46714],[141.9543,39.46714],[141.95443,39.46604],[141.95428,39.46603],[141.95426,39.46666],[141.95373,39.46662],[141.95414,39.46972],[141.95518,39.46967],[141.95503,39.46834],[141.95528,39.46833],[141.95545,39.47084],[141.95519,39.47089],[141.95519,39.46985],[141.9541,39.46989],[141.95455,39.47178],[141.9544,39.4718],[141.95445,39.47193],[141.9546,39.47189],[141.95471,39.47213],[141.95548,39.47192],[141.95547,39.47113],[141.95552,39.47194],[141.95593,39.47227],[141.95548,39.47195],[141.95446,39.47224],[141.95488,39.47321],[141.95474,39.47344],[141.95505,39.47412],[141.95564,39.47409],[141.95576,39.4751],[141.95807,39.47615],[141.95877,39.47611],[141.95899,39.47594],[141.95939,39.47605],[141.95961,39.4759],[141.96028,39.47604],[141.96057,39.47582],[141.96185,39.47655],[141.96287,39.47683],[141.96337,39.47691],[141.96363,39.47655],[141.96351,39.47695],[141.96466,39.47728],[141.96536,39.47701],[141.9652,39.47676],[141.96538,39.47622],[141.96535,39.47645],[141.96576,39.47649],[141.96595,39.47632],[141.96651,39.47644],[141.9683,39.47729],[141.96756,39.47694],[141.9668,39.4776],[141.96764,39.47873],[141.96784,39.47864],[141.96775,39.47878],[141.96857,39.47949],[141.96835,39.47963],[141.96852,39.47976],[141.96833,39.47965],[141.96817,39.4798],[141.96836,39.47975],[141.96849,39.47999],[141.96865,39.47993],[141.96869,39.4801],[141.96942,39.48038],[141.96996,39.47976],[141.96963,39.48019],[141.97145,39.48116],[141.9718,39.4808],[141.97139,39.48127],[141.97158,39.48138],[141.97199,39.4809],[141.97161,39.48139],[141.97291,39.48212],[141.97356,39.48228],[141.97365,39.48216],[141.97363,39.48245],[141.9742,39.48259],[141.97532,39.48269],[141.97535,39.48235],[141.97378,39.48199],[141.97381,39.48171],[141.97759,39.48178],[141.97761,39.48205],[141.97628,39.48243],[141.97623,39.48276],[141.9777,39.48284],[141.98014,39.48251],[141.98008,39.48203],[141.97988,39.48204],[141.97981,39.48147],[141.97943,39.48112],[141.97985,39.48145],[141.98134,39.48051],[141.98072,39.48008],[141.98136,39.48047],[141.98319,39.48048],[141.98371,39.48062],[141.98518,39.48201],[141.98541,39.4819],[141.98654,39.48221],[141.98672,39.48178],[141.98659,39.48217],[141.98824,39.4826],[141.98857,39.48194],[141.98815,39.48291],[141.98821,39.48309],[141.98841,39.48283],[141.9885,39.48302],[141.98893,39.48317],[141.98864,39.48321],[141.99126,39.48382],[141.99161,39.483],[141.99295,39.48338],[141.99357,39.48292],[141.99421,39.48271],[141.99411,39.48252],[141.99426,39.48269],[141.99463,39.48252],[141.9959,39.48162],[141.99774,39.48114],[142.00077,39.47931],[142.00176,39.47922],[142.00216,39.47877],[142.00343,39.47936],[142.00467,39.47946],[142.00482,39.47932],[142.00515,39.47959],[142.00599,39.47944],[142.00626,39.47921],[142.0062,39.47883],[142.0065,39.47897],[142.00674,39.4789],[142.00656,39.47801],[142.00753,39.47788],[142.00735,39.47741],[142.0078,39.47755],[142.00818,39.47714],[142.00815,39.4769],[142.00868,39.47675],[142.00871,39.47653],[142.00854,39.47634],[142.00869,39.47607],[142.00895,39.47607],[142.00883,39.47639],[142.00899,39.4762],[142.00907,39.47642],[142.00911,39.47616],[142.00956,39.47638],[142.00936,39.47661],[142.00905,39.47649],[142.00895,39.47667],[142.01105,39.47666],[142.01116,39.47683],[142.01022,39.47716],[142.0104,39.4774],[142.01124,39.47765],[142.01116,39.47779],[142.01078,39.47785],[142.01096,39.47814],[142.01128,39.4782],[142.01131,39.47863],[142.01117,39.47872],[142.01138,39.47889],[142.0115,39.47871],[142.01152,39.47913],[142.01169,39.47917],[142.0117,39.47929],[142.01136,39.4794],[142.01167,39.47955],[142.0118,39.47946],[142.01205,39.47977],[142.01192,39.47989],[142.01228,39.47975],[142.01242,39.47988],[142.01211,39.48015],[142.01124,39.47999],[142.01135,39.48014],[142.01112,39.48036],[142.01165,39.48035],[142.01169,39.4805],[142.01141,39.48063],[142.01132,39.48039],[142.01136,39.48065],[142.01114,39.4808],[142.01146,39.4809],[142.01118,39.48119],[142.0115,39.48115],[142.01157,39.48176],[142.01113,39.4819],[142.0113,39.48245],[142.01105,39.48244],[142.01102,39.48262],[142.01119,39.48266],[142.01098,39.48283],[142.01125,39.4829],[142.01146,39.48346],[142.01122,39.48379],[142.01062,39.48404],[142.01073,39.48418],[142.01048,39.48429],[142.01046,39.48454],[142.01063,39.48453],[142.01034,39.48468],[142.01098,39.48481],[142.01056,39.48489],[142.0111,39.48516],[142.01093,39.48525],[142.01082,39.48509],[142.01062,39.48524],[142.01057,39.4856],[142.01075,39.48555],[142.01068,39.48578],[142.01079,39.48581],[142.01077,39.48615],[142.01063,39.48599],[142.01063,39.48616],[142.01045,39.4862],[142.0106,39.48694],[142.01043,39.48703],[142.01052,39.48701],[142.01057,39.48709],[142.01033,39.48704],[142.00999,39.48723],[142.00935,39.48828],[142.00961,39.48851],[142.00945,39.48847],[142.00937,39.48864],[142.00956,39.48875],[142.00921,39.489],[142.00941,39.48932],[142.00971,39.48939],[142.00967,39.48991],[142.00995,39.4901],[142.01023,39.49012],[142.01043,39.4899],[142.01093,39.49005],[142.01101,39.48969],[142.01122,39.48968],[142.01128,39.49041],[142.0109,39.49017],[142.01086,39.49073],[142.01053,39.4903],[142.01045,39.49086],[142.01027,39.49085],[142.01015,39.49046],[142.00961,39.49046],[142.00957,39.49123],[142.0091,39.49144],[142.00931,39.49148],[142.00908,39.49164],[142.00914,39.49205],[142.00948,39.492],[142.00951,39.49241],[142.0091,39.49245],[142.00897,39.49284],[142.00918,39.49294],[142.00921,39.49319],[142.00953,39.49322],[142.00938,39.4933],[142.00953,39.49359],[142.00904,39.49448],[142.00903,39.49503],[142.00924,39.49515],[142.00916,39.49536],[142.00932,39.49556],[142.00975,39.49574],[142.00956,39.49587],[142.00997,39.49619],[142.00983,39.49636],[142.01011,39.49638],[142.01025,39.49662],[142.01095,39.49642],[142.01052,39.49695],[142.01061,39.49708],[142.01088,39.49692],[142.01075,39.49708],[142.01149,39.49707],[142.01141,39.49728],[142.01192,39.49715],[142.01164,39.49739],[142.01213,39.49746],[142.01165,39.49767],[142.01155,39.49793],[142.01201,39.49764],[142.01255,39.49774],[142.0126,39.49787],[142.01274,39.49777],[142.01279,39.49794],[142.01252,39.49791],[142.01214,39.49832],[142.01229,39.49836],[142.01215,39.49867],[142.01194,39.49869],[142.01183,39.49902],[142.01132,39.49916],[142.01144,39.49938],[142.01109,39.49948],[142.01154,39.50032],[142.01112,39.49975],[142.01054,39.49973],[142.01061,39.50085],[142.01119,39.50155],[142.01281,39.50196],[142.0148,39.50103],[142.01565,39.50124],[142.01554,39.50104],[142.0158,39.50099],[142.01616,39.50134],[142.01632,39.50114],[142.01696,39.5018],[142.01745,39.50141],[142.01752,39.50114],[142.01726,39.50102],[142.01756,39.50093],[142.0176,39.50069],[142.01811,39.50086],[142.01807,39.50074],[142.01835,39.50087],[142.01862,39.50072],[142.01884,39.50029],[142.01853,39.49996],[142.01861,39.49975],[142.01946,39.49936],[142.0196,39.49958],[142.0201,39.49928],[142.0201,39.4995],[142.01967,39.49986],[142.02019,39.49982],[142.02001,39.5],[142.02006,39.50015],[142.02111,39.49979],[142.02156,39.5],[142.02106,39.50049],[142.0208,39.50115],[142.02041,39.50107],[142.01987,39.50157],[142.01972,39.50219],[142.0209,39.50219],[142.02118,39.50252],[142.02135,39.50237],[142.02143,39.50251],[142.02165,39.5023],[142.02192,39.50232],[142.02186,39.50276],[142.022,39.50289],[142.02225,39.50276],[142.02231,39.5033],[142.02239,39.50319],[142.02246,39.50335],[142.02283,39.50323],[142.02287,39.50301],[142.02296,39.50312],[142.02328,39.50271],[142.02353,39.50277],[142.0237,39.50302],[142.02348,39.50324],[142.02359,39.5034],[142.02339,39.50349],[142.02363,39.50361],[142.02377,39.50398],[142.02388,39.50371],[142.0241,39.50377],[142.02416,39.50353],[142.02435,39.50349],[142.02454,39.50374],[142.02442,39.50381],[142.02461,39.50385],[142.0247,39.50441],[142.02479,39.50406],[142.02529,39.5047],[142.02492,39.50488],[142.02537,39.50487],[142.02568,39.50563],[142.02583,39.50497],[142.02608,39.50513],[142.02621,39.50601],[142.02582,39.50654],[142.02552,39.50638],[142.02528,39.50653],[142.02536,39.50745],[142.0257,39.50791],[142.02598,39.50776],[142.0262,39.50788],[142.02625,39.50816],[142.02646,39.50817],[142.0264,39.50829],[142.02689,39.50814],[142.02726,39.50833],[142.02729,39.50864],[142.02752,39.50875],[142.02799,39.50848],[142.02806,39.50865],[142.02855,39.50868],[142.02898,39.50897],[142.029,39.50985],[142.02842,39.50988],[142.02807,39.50963],[142.02752,39.50999],[142.02804,39.51028],[142.02837,39.51072],[142.02826,39.51099],[142.02863,39.51135],[142.02893,39.51145],[142.02916,39.51133],[142.02983,39.5117],[142.0291,39.51145],[142.02891,39.5116],[142.02932,39.51205],[142.02904,39.51249],[142.02955,39.51272],[142.02964,39.51316],[142.02955,39.51335],[142.02904,39.51338],[142.029,39.51358],[142.02994,39.51453],[142.02947,39.51527],[142.0294,39.51603],[142.02968,39.51678],[142.03005,39.51674],[142.02989,39.51714],[142.03025,39.5177],[142.03048,39.5177],[142.03068,39.51802],[142.03048,39.51829],[142.03061,39.51827],[142.03073,39.51859],[142.03046,39.51888],[142.03114,39.51917],[142.03188,39.51977],[142.03023,39.52073],[142.02958,39.52146],[142.03093,39.52212],[142.03131,39.52315],[142.03119,39.52317],[142.03083,39.52218],[142.02943,39.52149],[142.02916,39.52178],[142.02915,39.52238],[142.02965,39.52236],[142.02943,39.52243],[142.02973,39.52331],[142.03049,39.52316],[142.02968,39.52343],[142.03006,39.52363],[142.02991,39.52402],[142.03016,39.52397],[142.03024,39.52423],[142.02997,39.52458],[142.03039,39.52462],[142.03034,39.52479],[142.03082,39.5248],[142.03082,39.52492],[142.03138,39.52511],[142.0319,39.52488],[142.03207,39.52499],[142.03181,39.52505],[142.03189,39.52522],[142.03175,39.52527],[142.03212,39.52548],[142.03243,39.52543],[142.03214,39.52569],[142.03228,39.52581],[142.03213,39.52594],[142.03275,39.52751],[142.03283,39.52738],[142.03297,39.52758],[142.03285,39.5277],[142.03312,39.52833],[142.03325,39.52835],[142.03311,39.52835],[142.03315,39.52854],[142.03338,39.52861],[142.03324,39.52873],[142.0333,39.52892],[142.03346,39.52905],[142.03431,39.52851],[142.03465,39.5286],[142.03342,39.52937],[142.03425,39.53001],[142.03437,39.52992],[142.03509,39.53031],[142.03547,39.52992],[142.03525,39.5292],[142.03557,39.52988],[142.03643,39.53016],[142.03679,39.52949],[142.03653,39.52931],[142.03663,39.52923],[142.03693,39.52944],[142.03621,39.53092],[142.0376,39.53158],[142.03872,39.53146],[142.03893,39.53132],[142.0389,39.53115],[142.03912,39.53133],[142.03954,39.53093],[142.04048,39.53087],[142.04095,39.53057],[142.04156,39.53078],[142.04154,39.53091],[142.04302,39.53134],[142.04402,39.53149],[142.04482,39.53137],[142.04588,39.53073],[142.04595,39.53042],[142.04671,39.53025],[142.04681,39.52994],[142.04671,39.52987],[142.04709,39.52976],[142.04734,39.52939],[142.04787,39.52925],[142.04832,39.52886],[142.04936,39.52758],[142.04959,39.52755],[142.04951,39.52744],[142.04975,39.52717],[142.04965,39.52707],[142.05004,39.52706],[142.04981,39.52675],[142.05017,39.5264],[142.05106,39.52593],[142.05201,39.52585],[142.05207,39.52529],[142.05244,39.52543],[142.0529,39.52492],[142.05336,39.52473],[142.05331,39.52458],[142.05369,39.52466],[142.05407,39.52421],[142.05452,39.52429],[142.05473,39.52374],[142.05425,39.52345],[142.05479,39.52357],[142.05497,39.52341],[142.05495,39.52329],[142.05459,39.52322],[142.05495,39.52315],[142.05483,39.52264],[142.05493,39.5224],[142.05583,39.52191],[142.05632,39.52196],[142.05628,39.52223],[142.05662,39.52218],[142.05654,39.52225],[142.0568,39.5224],[142.05699,39.5228],[142.05776,39.52245],[142.05815,39.52257],[142.0584,39.52284],[142.05846,39.52345],[142.05868,39.52327],[142.05871,39.52342],[142.05878,39.5233],[142.05919,39.52345],[142.05951,39.52364],[142.05945,39.52382],[142.05972,39.52392],[142.05969,39.52414],[142.06058,39.52415],[142.06031,39.52446],[142.0609,39.5246],[142.06094,39.52498],[142.06128,39.52462],[142.06134,39.5248],[142.0617,39.52479],[142.06155,39.52503],[142.0612,39.52507],[142.06133,39.52518],[142.06119,39.52524],[142.06205,39.5255],[142.06184,39.52557],[142.06217,39.52557],[142.06231,39.52601],[142.06156,39.526],[142.06131,39.52584],[142.06122,39.52599],[142.06094,39.52573],[142.06084,39.52591],[142.06043,39.52601],[142.05966,39.52578],[142.0592,39.52644],[142.05896,39.52638],[142.05895,39.52661],[142.05935,39.52678],[142.05939,39.52696],[142.05868,39.52686],[142.05883,39.52711],[142.05919,39.52722],[142.05861,39.52712],[142.05843,39.52735],[142.05803,39.52714],[142.05803,39.52755],[142.05771,39.52752],[142.0581,39.52775],[142.05772,39.52773],[142.05759,39.52801],[142.05715,39.52794],[142.05705,39.52853],[142.05654,39.52817],[142.05642,39.52836],[142.05587,39.52813],[142.0558,39.52829],[142.05605,39.52851],[142.05552,39.52866],[142.0562,39.52886],[142.05598,39.52899],[142.05498,39.5289],[142.05422,39.52853],[142.0539,39.52883],[142.05349,39.52878],[142.05307,39.52939],[142.05337,39.52937],[142.05344,39.52952],[142.05293,39.52974],[142.05241,39.52958],[142.05234,39.53002],[142.05284,39.53016],[142.05352,39.5301],[142.05349,39.53029],[142.05404,39.53014],[142.05472,39.53058],[142.05464,39.53078],[142.05496,39.53081],[142.05287,39.53107],[142.05294,39.53136],[142.05263,39.5315],[142.05276,39.53163],[142.05236,39.53173],[142.05273,39.53187],[142.05241,39.53196],[142.05248,39.53218],[142.05174,39.53214],[142.05153,39.53237],[142.05116,39.53229],[142.05087,39.53274],[142.05128,39.53247],[142.05223,39.53306],[142.05285,39.53313],[142.05339,39.53267],[142.05362,39.53271],[142.05378,39.53252],[142.05363,39.53242],[142.05389,39.53221],[142.05449,39.53213],[142.05439,39.53241],[142.055,39.53233],[142.05507,39.5325],[142.05471,39.53263],[142.0551,39.53263],[142.05502,39.53289],[142.05516,39.53268],[142.05552,39.53269],[142.05531,39.53285],[142.05572,39.53314],[142.05596,39.53288],[142.05588,39.53269],[142.05655,39.53231],[142.05678,39.53234],[142.05667,39.53251],[142.05718,39.53247],[142.05735,39.53268],[142.05749,39.53258],[142.05784,39.5327],[142.05778,39.53219],[142.05812,39.53206],[142.05835,39.53214],[142.05826,39.53232],[142.05854,39.53232],[142.05853,39.53248],[142.0587,39.53227],[142.05903,39.53231],[142.05894,39.53268],[142.05868,39.53291],[142.05871,39.53309],[142.05887,39.53309],[142.05819,39.53376],[142.05862,39.53378],[142.05848,39.53397],[142.05883,39.53388],[142.05868,39.53421],[142.05935,39.53368],[142.05951,39.53371],[142.05952,39.53411],[142.06003,39.53415],[142.06106,39.53363],[142.06118,39.53412],[142.06135,39.53398],[142.06154,39.53417],[142.06175,39.53369],[142.06195,39.53388],[142.06239,39.53364],[142.06329,39.53365],[142.06305,39.53407],[142.06414,39.53407],[142.0643,39.53488],[142.06471,39.5343],[142.0647,39.53383],[142.06491,39.53352],[142.06529,39.53345],[142.06552,39.53359],[142.06586,39.53394],[142.06575,39.53446],[142.06594,39.53459],[142.0654,39.5346],[142.06558,39.53513],[142.06509,39.5354],[142.06499,39.53573],[142.06603,39.53611],[142.06454,39.53606],[142.06442,39.53617],[142.06508,39.53648],[142.0648,39.53659],[142.06558,39.53707],[142.06536,39.53704],[142.06495,39.5375],[142.0661,39.53738],[142.06574,39.5377],[142.06497,39.53783],[142.06568,39.53786],[142.06573,39.53799],[142.06544,39.5382],[142.06547,39.53844],[142.06651,39.53876],[142.06679,39.53917],[142.06641,39.53944],[142.06674,39.53963],[142.06629,39.53982],[142.06639,39.54001],[142.06551,39.54027],[142.06596,39.54019],[142.06602,39.54036],[142.06515,39.54064],[142.06639,39.54061],[142.06679,39.54085],[142.06677,39.54059],[142.06709,39.54034],[142.06736,39.54025],[142.06775,39.54048],[142.0681,39.54015],[142.0687,39.54054],[142.06856,39.54092],[142.06864,39.54124],[142.06883,39.54082],[142.06904,39.54101],[142.06922,39.54072],[142.06969,39.54064],[142.0697,39.54134],[142.06904,39.54174],[142.0701,39.54163],[142.06877,39.54231],[142.0696,39.54214],[142.06989,39.54237],[142.06988,39.5425],[142.06964,39.54238],[142.06901,39.54255],[142.07,39.54337],[142.06947,39.54359],[142.06939,39.54404],[142.06908,39.54441],[142.07008,39.54391],[142.0707,39.54406],[142.07117,39.54474],[142.07188,39.54521],[142.07154,39.54598],[142.07159,39.54611],[142.07193,39.54608],[142.07247,39.54688],[142.07242,39.54707],[142.07214,39.54712],[142.07179,39.54652],[142.07133,39.54614],[142.07218,39.54727],[142.07231,39.54786],[142.07248,39.54796],[142.0719,39.54816],[142.07204,39.54832],[142.07187,39.54844],[142.07126,39.54825],[142.07109,39.54796],[142.07051,39.54815],[142.0699,39.5479],[142.06982,39.54772],[142.07001,39.54734],[142.06974,39.54653],[142.06927,39.54608],[142.06897,39.54621],[142.06941,39.54749],[142.06929,39.54785],[142.06956,39.54834],[142.06987,39.54852],[142.06988,39.54887],[142.07027,39.54908],[142.07015,39.54945],[142.06959,39.54942],[142.06946,39.54979],[142.07023,39.54993],[142.06965,39.55002],[142.06987,39.55005],[142.06906,39.55032],[142.06928,39.5505],[142.06918,39.55069],[142.06932,39.55098],[142.06914,39.55113],[142.06913,39.55151],[142.06875,39.5516],[142.06894,39.55169],[142.06888,39.55205],[142.06852,39.55197],[142.06874,39.55303],[142.06862,39.55294],[142.06841,39.55315],[142.06771,39.5533],[142.0676,39.55349],[142.06775,39.55354],[142.06793,39.55412],[142.06843,39.55444],[142.06909,39.554],[142.06974,39.55398],[142.07003,39.55426],[142.06949,39.55476],[142.06929,39.55478],[142.06922,39.55454],[142.06893,39.5547],[142.06884,39.55505],[142.06859,39.55505],[142.06868,39.55529],[142.06856,39.55544],[142.06887,39.55553],[142.06882,39.55567],[142.06769,39.55618],[142.06847,39.55626],[142.06831,39.55666],[142.06842,39.55703],[142.06811,39.55725],[142.06903,39.55761],[142.06866,39.55775],[142.06832,39.55829],[142.06945,39.55831],[142.06984,39.55866],[142.06991,39.55896],[142.06966,39.55931],[142.06882,39.55942],[142.06943,39.55958],[142.06934,39.55969],[142.06851,39.55968],[142.0689,39.55978],[142.06902,39.55997],[142.06832,39.56008],[142.069,39.56021],[142.06902,39.56042],[142.06823,39.56065],[142.06767,39.56059],[142.06775,39.56079],[142.06836,39.56085],[142.06857,39.56108],[142.06843,39.56103],[142.06852,39.56117],[142.06835,39.56131],[142.06802,39.5612],[142.06805,39.56173],[142.0679,39.56182],[142.06804,39.56211],[142.06779,39.56247],[142.06692,39.56287],[142.06651,39.56277],[142.06641,39.56247],[142.06621,39.5625],[142.06628,39.56234],[142.06603,39.56217],[142.06596,39.56234],[142.06579,39.56231],[142.06586,39.56259],[142.0656,39.56276],[142.06584,39.56279],[142.06576,39.56334],[142.0655,39.56321],[142.06529,39.56338],[142.06509,39.56332],[142.065,39.56294],[142.06477,39.56314],[142.0645,39.56306],[142.0648,39.56325],[142.06447,39.56318],[142.06445,39.56305],[142.06454,39.56291],[142.065,39.56257],[142.06492,39.56222],[142.06467,39.56211],[142.06439,39.56221],[142.06421,39.56251],[142.06414,39.56235],[142.06431,39.56222],[142.06403,39.56232],[142.06409,39.56214],[142.06372,39.56208],[142.06368,39.56236],[142.06355,39.56237],[142.06339,39.56213],[142.06272,39.56256],[142.06222,39.56241],[142.06239,39.56222],[142.06204,39.5624],[142.06172,39.56204],[142.06178,39.56227],[142.06121,39.56215],[142.06102,39.56176],[142.06101,39.5621],[142.06063,39.56209],[142.06019,39.56178],[142.06023,39.56161],[142.05981,39.56122],[142.05929,39.56119],[142.05945,39.56073],[142.05925,39.56085],[142.05886,39.56048],[142.05828,39.56044],[142.05773,39.5606],[142.05723,39.56093],[142.05693,39.56137],[142.05693,39.56217],[142.05729,39.56224],[142.05724,39.5626],[142.05769,39.56271],[142.05748,39.56276],[142.05761,39.56284],[142.05825,39.56286],[142.05796,39.56309],[142.05873,39.56406],[142.05882,39.56438],[142.05808,39.56569],[142.05739,39.56554],[142.05692,39.56501],[142.05673,39.56507],[142.05693,39.56585],[142.05631,39.56588],[142.05623,39.56627],[142.05601,39.56613],[142.05632,39.5668],[142.05606,39.56684],[142.05609,39.56721],[142.05597,39.56726],[142.05605,39.56751],[142.05633,39.56761],[142.05611,39.56776],[142.05567,39.56772],[142.05596,39.56782],[142.05569,39.56809],[142.05593,39.56869],[142.05692,39.56847],[142.05693,39.56863],[142.05731,39.56887],[142.05722,39.56911],[142.0575,39.56924],[142.05712,39.56987],[142.05753,39.57014],[142.05753,39.57031],[142.05725,39.5703],[142.05704,39.57003],[142.0566,39.57035],[142.05612,39.57031],[142.0558,39.57073],[142.05613,39.57083],[142.05595,39.57102],[142.0561,39.57128],[142.05634,39.57139],[142.05649,39.57114],[142.05684,39.57133],[142.05692,39.57121],[142.05719,39.57152],[142.0583,39.57204],[142.05799,39.57211],[142.05822,39.57219],[142.05804,39.57229],[142.05769,39.57203],[142.05798,39.57239],[142.05791,39.57258],[142.05715,39.57243],[142.05744,39.57254],[142.05708,39.57255],[142.05733,39.57266],[142.05727,39.57291],[142.05645,39.57279],[142.05619,39.5726],[142.0557,39.57281],[142.05617,39.57302],[142.05611,39.57314],[142.0563,39.57322],[142.05614,39.57328],[142.05651,39.57339],[142.05643,39.57355],[142.05617,39.57344],[142.05598,39.57359],[142.05678,39.57372],[142.05756,39.57427],[142.05742,39.57444],[142.05613,39.57478],[142.05578,39.57468],[142.0558,39.5745],[142.05562,39.57458],[142.05566,39.57435],[142.05548,39.57434],[142.05531,39.57443],[142.05552,39.57444],[142.05555,39.57466],[142.05458,39.57485],[142.0546,39.57466],[142.05482,39.57455],[142.05471,39.57436],[142.05378,39.57469],[142.05362,39.57432],[142.05385,39.57405],[142.05349,39.57378],[142.05385,39.57377],[142.05375,39.57352],[142.05312,39.57314],[142.05286,39.57267],[142.05272,39.5727],[142.05268,39.57357],[142.05292,39.57451],[142.05271,39.57456],[142.05235,39.57434],[142.0524,39.57404],[142.05216,39.57396],[142.05229,39.57318],[142.05185,39.57294],[142.05193,39.57264],[142.05167,39.57276],[142.05145,39.57261],[142.05157,39.57289],[142.05139,39.57309],[142.05148,39.57346],[142.05112,39.57348],[142.0512,39.5733],[142.05095,39.57311],[142.05078,39.57317],[142.05042,39.57274],[142.05026,39.57295],[142.05033,39.57306],[142.05005,39.57304],[142.05007,39.57375],[142.0504,39.57407],[142.05033,39.57441],[142.05015,39.57444],[142.05008,39.57412],[142.04988,39.57441],[142.04979,39.57428],[142.04923,39.57434],[142.04895,39.57461],[142.04862,39.57442],[142.04818,39.5746],[142.04802,39.57443],[142.04816,39.57433],[142.04791,39.57429],[142.04785,39.57407],[142.04765,39.57413],[142.04714,39.57378],[142.04662,39.57382],[142.0457,39.57322],[142.04574,39.57339],[142.04539,39.57343],[142.04528,39.57352],[142.04547,39.5736],[142.04534,39.57361],[142.04453,39.57315],[142.04478,39.57279],[142.04426,39.5729],[142.04404,39.57268],[142.04401,39.57286],[142.04377,39.5728],[142.04365,39.57316],[142.04377,39.5733],[142.04324,39.57348],[142.04376,39.57345],[142.0432,39.57366],[142.04324,39.57381],[142.04265,39.57379],[142.04266,39.57395],[142.04249,39.57394],[142.04232,39.57366],[142.04268,39.57341],[142.04202,39.57339],[142.04147,39.57368],[142.04088,39.57363],[142.04094,39.5738],[142.04076,39.57393],[142.04029,39.57394],[142.03972,39.57378],[142.03973,39.57344],[142.03948,39.57352],[142.03915,39.57332],[142.03898,39.57258],[142.03876,39.57262],[142.03867,39.57285],[142.03822,39.57266],[142.0383,39.57304],[142.03785,39.57324],[142.03774,39.57301],[142.03798,39.57295],[142.03811,39.57269],[142.03756,39.57284],[142.03675,39.57219],[142.03633,39.57248],[142.03682,39.57349],[142.03661,39.57375],[142.03707,39.57385],[142.03709,39.57418],[142.03745,39.57428],[142.03785,39.57395],[142.03828,39.574],[142.03823,39.57491],[142.03797,39.57536],[142.03829,39.57577],[142.03823,39.57594],[142.03782,39.57597],[142.03758,39.57574],[142.03739,39.57581],[142.03638,39.57532],[142.03695,39.57577],[142.037,39.57593],[142.03671,39.57564],[142.03668,39.57576],[142.03645,39.57568],[142.03682,39.57591],[142.03717,39.57644],[142.03692,39.57687],[142.03657,39.57657],[142.03642,39.57654],[142.03662,39.57674],[142.03636,39.57663],[142.03644,39.5771],[142.03613,39.57654],[142.03579,39.57669],[142.03535,39.57635],[142.03557,39.57658],[142.03554,39.57687],[142.03524,39.57647],[142.03525,39.57668],[142.03497,39.57657],[142.03511,39.57607],[142.03537,39.57598],[142.03524,39.57541],[142.03543,39.5754],[142.03544,39.57526],[142.03485,39.57475],[142.03458,39.57483],[142.03445,39.57451],[142.03414,39.57455],[142.03424,39.57423],[142.03362,39.57392],[142.03346,39.57406],[142.03285,39.57398],[142.03192,39.57416],[142.03129,39.57495],[142.03149,39.57568],[142.03127,39.57508],[142.02889,39.5756],[142.02797,39.57465],[142.02743,39.57505],[142.02903,39.57647],[142.02978,39.57641],[142.03022,39.57594],[142.03031,39.57599],[142.02984,39.57644],[142.0299,39.57658],[142.03021,39.57659],[142.03014,39.57666],[142.03195,39.57623],[142.03238,39.57638],[142.03198,39.57633],[142.02994,39.57678],[142.03003,39.57694],[142.02963,39.57687],[142.02972,39.57701],[142.02961,39.57705],[142.02955,39.57694],[142.02927,39.57705],[142.02878,39.57676],[142.02832,39.57681],[142.02807,39.57754],[142.02737,39.57751],[142.02691,39.5779],[142.02651,39.57867],[142.02651,39.57933],[142.02681,39.57992],[142.02714,39.57994],[142.02701,39.57997],[142.02708,39.58022],[142.02769,39.58118],[142.02868,39.58187],[142.02962,39.58303],[142.02901,39.584],[142.02894,39.58449],[142.02942,39.58528],[142.03005,39.5856],[142.02977,39.58587],[142.02981,39.58678],[142.03047,39.58733],[142.03094,39.58732],[142.0308,39.5874],[142.03111,39.58753],[142.03133,39.58786],[142.03169,39.5879],[142.03208,39.58873],[142.03175,39.58907],[142.03112,39.58914],[142.02993,39.58976],[142.02961,39.5901],[142.02934,39.59114],[142.02939,39.59151],[142.02972,39.59168],[142.02973,39.59212],[142.03006,39.5922],[142.03085,39.59295],[142.03109,39.59294],[142.03112,39.59312],[142.03048,39.59328],[142.03036,39.59368],[142.02974,39.59425],[142.03001,39.59544],[142.03088,39.59644],[142.03159,39.59666],[142.03348,39.598],[142.03416,39.59804],[142.03417,39.5984],[142.03399,39.59848],[142.03357,39.59824],[142.03335,39.59833],[142.03131,39.59788],[142.03027,39.59815],[142.03026,39.59831],[142.02885,39.59903],[142.02868,39.59895],[142.0276,39.59992],[142.02699,39.60103],[142.02655,39.60141],[142.02635,39.60253],[142.02611,39.60269],[142.02593,39.60309],[142.02602,39.60318],[142.02578,39.60332],[142.02589,39.60345],[142.02564,39.60353],[142.02541,39.60484],[142.02569,39.60544],[142.02612,39.60562],[142.02588,39.60604],[142.02616,39.60628],[142.02592,39.60646],[142.02609,39.60663],[142.02586,39.60667],[142.026,39.60749],[142.02638,39.60781],[142.02688,39.60795],[142.02686,39.60821],[142.0277,39.60823],[142.02777,39.60834],[142.02761,39.60837],[142.02777,39.60862],[142.02817,39.60891],[142.0297,39.60902],[142.02991,39.60858],[142.03069,39.60846],[142.0309,39.60855],[142.03053,39.60873],[142.03061,39.6088],[142.03027,39.60915],[142.03072,39.60916],[142.03078,39.60933],[142.03151,39.60886],[142.03166,39.60903],[142.03131,39.6091],[142.03131,39.60934],[142.03184,39.60916],[142.03205,39.60953],[142.03246,39.60944],[142.03249,39.60924],[142.03289,39.60939],[142.03268,39.60916],[142.03306,39.60902],[142.03367,39.60943],[142.03432,39.60945],[142.03452,39.60969],[142.03331,39.60969],[142.03311,39.60993],[142.03345,39.61018],[142.03229,39.60988],[142.03222,39.61009],[142.03182,39.60998],[142.03143,39.61022],[142.03148,39.6104],[142.0312,39.61061],[142.03118,39.61098],[142.03099,39.61114],[142.03126,39.61129],[142.03128,39.61148],[142.03076,39.61128],[142.03081,39.61155],[142.03113,39.61172],[142.03071,39.61171],[142.03069,39.61205],[142.03101,39.61222],[142.03013,39.61215],[142.03021,39.61234],[142.03062,39.61239],[142.0305,39.61263],[142.03106,39.61315],[142.03029,39.61307],[142.03049,39.61344],[142.03043,39.61368],[142.02931,39.61317],[142.02896,39.6127],[142.02863,39.61278],[142.02844,39.61258],[142.02827,39.61268],[142.02842,39.61284],[142.02828,39.61309],[142.02846,39.61327],[142.02835,39.6135],[142.02756,39.61247],[142.02745,39.61247],[142.02755,39.61263],[142.02738,39.61275],[142.0277,39.61295],[142.02756,39.61338],[142.02781,39.61335],[142.02783,39.61354],[142.02811,39.61369],[142.02808,39.61403],[142.02779,39.61421],[142.0274,39.61388],[142.0272,39.61398],[142.02682,39.6138],[142.02663,39.6133],[142.02684,39.61302],[142.0265,39.61297],[142.02636,39.61273],[142.02606,39.6127],[142.02588,39.61307],[142.02569,39.61273],[142.02524,39.61279],[142.02522,39.61298],[142.02498,39.61296],[142.02509,39.6131],[142.02464,39.61282],[142.02465,39.61299],[142.02384,39.61329],[142.02323,39.61397],[142.02303,39.61443],[142.02314,39.61508],[142.0237,39.61533],[142.02332,39.61543],[142.02339,39.61557],[142.02294,39.6155],[142.02297,39.61564],[142.02328,39.61571],[142.02258,39.61568],[142.02253,39.6158],[142.02255,39.61611],[142.0233,39.61668],[142.0238,39.61671],[142.02383,39.61707],[142.02349,39.61694],[142.02312,39.61718],[142.02278,39.61781],[142.02294,39.61805],[142.02378,39.61808],[142.02373,39.61849],[142.02401,39.6186],[142.024,39.61883],[142.02374,39.61893],[142.0235,39.61872],[142.02352,39.61905],[142.0239,39.61937],[142.02435,39.61933],[142.0242,39.61983],[142.02352,39.61993],[142.02335,39.62022],[142.02384,39.62033],[142.02384,39.62053],[142.02403,39.62058],[142.02397,39.62115],[142.0237,39.62123],[142.02414,39.62225],[142.02384,39.62223],[142.02374,39.62247],[142.02395,39.62258],[142.02383,39.6228],[142.02394,39.62289],[142.02411,39.62275],[142.02408,39.6229],[142.02448,39.62325],[142.02461,39.62372],[142.02443,39.62396],[142.02388,39.62348],[142.02342,39.6236],[142.02303,39.62515],[142.02278,39.62506],[142.02277,39.62535],[142.02248,39.62533],[142.02194,39.62508],[142.02171,39.62521],[142.02158,39.62569],[142.02183,39.62566],[142.02185,39.62609],[142.02298,39.62597],[142.02292,39.62568],[142.02306,39.62567],[142.02317,39.62622],[142.02364,39.62608],[142.0239,39.62618],[142.02406,39.62648],[142.02445,39.62645],[142.02479,39.62706],[142.02399,39.62674],[142.02378,39.62701],[142.02456,39.6271],[142.02476,39.62732],[142.0247,39.62764],[142.02532,39.62771],[142.02497,39.62798],[142.02445,39.62778],[142.02416,39.62822],[142.02322,39.62813],[142.02328,39.62841],[142.02291,39.62849],[142.02334,39.6286],[142.02299,39.62874],[142.02349,39.62878],[142.02352,39.62899],[142.02261,39.62898],[142.02246,39.62919],[142.02249,39.62966],[142.02278,39.62978],[142.02364,39.62964],[142.02374,39.62993],[142.02488,39.62985],[142.02538,39.63007],[142.02641,39.63017],[142.02795,39.63093],[142.02825,39.63131],[142.02813,39.63202],[142.02784,39.63211],[142.02788,39.63226],[142.02666,39.63212],[142.0265,39.63238],[142.02665,39.63251],[142.02599,39.6325],[142.02532,39.63335],[142.02526,39.63361],[142.02611,39.63401],[142.02576,39.63407],[142.025,39.63381],[142.02488,39.63402],[142.02571,39.63426],[142.02589,39.63462],[142.02403,39.63449],[142.02394,39.63485],[142.02421,39.63486],[142.02453,39.63584],[142.024,39.6352],[142.02329,39.63528],[142.02336,39.63564],[142.02316,39.63566],[142.02318,39.63623],[142.02358,39.63636],[142.02449,39.63634],[142.02461,39.63649],[142.02419,39.63651],[142.02448,39.63665],[142.02484,39.6365],[142.02481,39.63693],[142.02585,39.63707],[142.02626,39.63633],[142.02647,39.63654],[142.02708,39.63631],[142.02708,39.63687],[142.0274,39.6366],[142.02783,39.63654],[142.02798,39.63679],[142.02852,39.63653],[142.02878,39.63679],[142.02871,39.637],[142.02797,39.63718],[142.02763,39.63744],[142.02695,39.63723],[142.02686,39.63781],[142.0265,39.63768],[142.0266,39.63804],[142.02684,39.6382],[142.02675,39.63802],[142.02702,39.63808],[142.02693,39.63923],[142.02672,39.63903],[142.02637,39.63934],[142.02569,39.63904],[142.02516,39.63924],[142.02557,39.6395],[142.0251,39.63951],[142.02511,39.63992],[142.02638,39.63999],[142.0264,39.64028],[142.02617,39.64035],[142.0263,39.64075],[142.02534,39.64078],[142.02485,39.64048],[142.02449,39.6409],[142.0248,39.64107],[142.02446,39.64115],[142.02476,39.64137],[142.02615,39.64167],[142.02605,39.64227],[142.02631,39.64193],[142.02652,39.6419],[142.02682,39.64234],[142.0268,39.64257],[142.02749,39.64252],[142.02793,39.64266],[142.02775,39.64285],[142.02786,39.64302],[142.02738,39.64276],[142.02727,39.64288],[142.02701,39.64279],[142.02699,39.64321],[142.02663,39.64298],[142.0268,39.64329],[142.02605,39.64317],[142.02595,39.64331],[142.02581,39.64315],[142.02576,39.64344],[142.02504,39.64337],[142.02491,39.64353],[142.0245,39.64354],[142.02444,39.64375],[142.02638,39.64396],[142.02684,39.64436],[142.0265,39.64436],[142.02614,39.64408],[142.02627,39.6444],[142.0267,39.64477],[142.02702,39.6447],[142.0271,39.64488],[142.02745,39.64489],[142.02749,39.64527],[142.0278,39.64526],[142.02779,39.64543],[142.0276,39.64539],[142.02796,39.64571],[142.02788,39.64655],[142.02766,39.64653],[142.02782,39.64706],[142.02745,39.64686],[142.02719,39.64718],[142.02723,39.64736],[142.02707,39.6474],[142.0271,39.64722],[142.02692,39.64743],[142.02727,39.64747],[142.02699,39.6476],[142.0274,39.64756],[142.02745,39.64791],[142.02697,39.64789],[142.02692,39.6476],[142.02675,39.6475],[142.026,39.64764],[142.02614,39.64794],[142.02599,39.64801],[142.02578,39.64798],[142.02565,39.6477],[142.02548,39.64797],[142.02524,39.64775],[142.02482,39.64767],[142.02483,39.64813],[142.02448,39.6482],[142.02472,39.64823],[142.02472,39.64835],[142.02442,39.64824],[142.02426,39.64842],[142.02441,39.64855],[142.02399,39.64862],[142.02464,39.64961],[142.02505,39.64969],[142.02472,39.64974],[142.02479,39.64988],[142.02524,39.64992],[142.02588,39.65018],[142.02583,39.65035],[142.02615,39.65036],[142.02599,39.65055],[142.02619,39.65053],[142.02608,39.65084],[142.02589,39.65056],[142.02584,39.65079],[142.02538,39.65059],[142.02589,39.65095],[142.02592,39.65108],[142.02577,39.65108],[142.0259,39.65125],[142.02549,39.65108],[142.02537,39.65124],[142.02534,39.65099],[142.02499,39.65088],[142.02476,39.65114],[142.02443,39.65115],[142.02484,39.65131],[142.02473,39.65137],[142.0241,39.6511],[142.02395,39.65124],[142.0236,39.65119],[142.02355,39.65138],[142.02321,39.65125],[142.02351,39.65146],[142.02364,39.65203],[142.02316,39.65228],[142.02282,39.65218],[142.02261,39.65243],[142.02267,39.65267],[142.02324,39.65273],[142.02322,39.65292],[142.02354,39.65282],[142.02389,39.65314],[142.02407,39.65302],[142.02413,39.65322],[142.02438,39.65324],[142.02436,39.65403],[142.02496,39.6535],[142.02531,39.65383],[142.02521,39.65423],[142.02552,39.6542],[142.02573,39.65377],[142.02624,39.65402],[142.02614,39.65406],[142.02632,39.65435],[142.02615,39.65442],[142.02639,39.65454],[142.02626,39.65466],[142.02647,39.65467],[142.02632,39.65507],[142.02643,39.65515],[142.0263,39.65522],[142.02578,39.65489],[142.02605,39.65519],[142.02592,39.65557],[142.02479,39.65508],[142.02469,39.65528],[142.02447,39.65504],[142.02427,39.655],[142.0243,39.65519],[142.02405,39.65512],[142.02425,39.65541],[142.02395,39.65538],[142.02389,39.65552],[142.02426,39.65575],[142.02456,39.65572],[142.02452,39.6559],[142.02434,39.65582],[142.02448,39.65627],[142.02413,39.65596],[142.02349,39.656],[142.02287,39.65552],[142.02295,39.65579],[142.02282,39.65576],[142.02265,39.65603],[142.02246,39.65532],[142.02265,39.65535],[142.02257,39.65522],[142.02287,39.65505],[142.02244,39.655],[142.02215,39.65464],[142.02148,39.65491],[142.0214,39.6551],[142.02178,39.65532],[142.02156,39.65585],[142.02137,39.65591],[142.02065,39.65549],[142.02064,39.65566],[142.01913,39.65535],[142.01896,39.65522],[142.01894,39.65488],[142.01852,39.65481],[142.01802,39.65486],[142.01783,39.65516],[142.01819,39.65523],[142.01821,39.65538],[142.01791,39.65545],[142.01599,39.65512],[142.01725,39.6548],[142.017,39.65461],[142.01686,39.65477],[142.01613,39.65465],[142.01614,39.65481],[142.01592,39.6548],[142.01601,39.6545],[142.01549,39.65424],[142.01602,39.65444],[142.01633,39.65409],[142.01572,39.65374],[142.01625,39.65362],[142.01559,39.65298],[142.0155,39.65238],[142.01498,39.65238],[142.01494,39.65273],[142.01475,39.65245],[142.01443,39.65258],[142.01445,39.65206],[142.01468,39.65203],[142.01437,39.65187],[142.01489,39.65191],[142.01494,39.65175],[142.01353,39.65155],[142.01264,39.65081],[142.01275,39.65057],[142.01266,39.65034],[142.0132,39.65038],[142.0129,39.65008],[142.01299,39.64985],[142.01325,39.64983],[142.01269,39.64849],[142.01131,39.64752],[142.01084,39.64772],[142.01053,39.64807],[142.01026,39.64777],[142.01008,39.64787],[142.00971,39.64747],[142.00958,39.64684],[142.00917,39.64666],[142.00926,39.64649],[142.00978,39.64641],[142.00961,39.646],[142.00839,39.64507],[142.00812,39.64516],[142.0076,39.64501],[142.00749,39.64513],[142.00714,39.64496],[142.00664,39.64384],[142.00625,39.64349],[142.00635,39.64319],[142.00587,39.64318],[142.00594,39.64302],[142.00627,39.64308],[142.00655,39.64234],[142.00695,39.64218],[142.00691,39.64136],[142.00632,39.64099],[142.00562,39.64117],[142.00514,39.6409],[142.00454,39.64095],[142.00408,39.64052],[142.00428,39.64042],[142.00417,39.64011],[142.00433,39.64035],[142.00484,39.64031],[142.00463,39.63943],[142.00511,39.63893],[142.00475,39.63833],[142.00415,39.63802],[142.00378,39.63821],[142.00323,39.63792],[142.0026,39.63792],[142.00213,39.63772],[142.00264,39.63749],[142.00236,39.63735],[142.00245,39.63725],[142.00233,39.63689],[142.00212,39.63692],[142.00232,39.63681],[142.00232,39.63657],[142.00196,39.63653],[142.00231,39.63649],[142.00214,39.63601],[142.00201,39.63583],[142.00142,39.63595],[142.00068,39.6357],[142.00113,39.63545],[142.0009,39.63474],[141.9993,39.63386],[141.99909,39.63344],[141.99807,39.63261],[141.99817,39.63248],[141.99805,39.63196],[141.99771,39.6316],[141.99744,39.63162],[141.99762,39.63149],[141.99701,39.63096],[141.997,39.63074],[141.99645,39.63039],[141.99616,39.6305],[141.99619,39.63021],[141.99591,39.62957],[141.99472,39.62835],[141.99437,39.62773],[141.99305,39.62691],[141.99293,39.62624],[141.99238,39.62572],[141.99241,39.62536],[141.99204,39.62523],[141.99166,39.62471],[141.99178,39.62433],[141.9912,39.62368],[141.99117,39.62318],[141.99026,39.62266],[141.99041,39.62258],[141.99013,39.62206],[141.9893,39.6217],[141.98953,39.62139],[141.98825,39.61974],[141.98801,39.61886],[141.98742,39.61789],[141.9859,39.61671],[141.98501,39.61629],[141.98472,39.61574],[141.98453,39.61567],[141.9846,39.61516],[141.98448,39.61498],[141.98336,39.61445],[141.98214,39.61416],[141.98115,39.61411],[141.98096,39.6144],[141.98056,39.61421],[141.98037,39.61357],[141.97992,39.61361],[141.98002,39.61332],[141.97943,39.61347],[141.97972,39.61317],[141.97936,39.6133],[141.97933,39.6131],[141.97898,39.61293],[141.97884,39.61267],[141.97817,39.6124],[141.97799,39.6124],[141.97808,39.6126],[141.97777,39.6125],[141.97788,39.61248],[141.97781,39.61231],[141.97755,39.61234],[141.97766,39.61249],[141.97744,39.61247],[141.97758,39.6126],[141.97691,39.61244],[141.97678,39.61227],[141.97699,39.61204],[141.97603,39.6116],[141.97655,39.61174],[141.9781,39.61127],[141.97706,39.60969],[141.97622,39.60924],[141.97627,39.60913],[141.97542,39.60811],[141.97587,39.60792],[141.97574,39.60777],[141.97446,39.60753],[141.97441,39.60711],[141.97408,39.60685],[141.97355,39.60671],[141.9728,39.60679],[141.9725,39.6064],[141.97201,39.60621],[141.97212,39.6061],[141.97187,39.60583],[141.97191,39.60527],[141.97134,39.6046],[141.9715,39.60433],[141.97036,39.60338],[141.97069,39.60284],[141.97044,39.60242],[141.96981,39.60213],[141.96891,39.60198],[141.96826,39.60164],[141.96816,39.60137],[141.96794,39.60141],[141.96794,39.60116],[141.9685,39.60077],[141.96825,39.6002],[141.96734,39.59932],[141.96775,39.5989],[141.96782,39.59827],[141.96669,39.59763],[141.96646,39.59704],[141.96502,39.59603],[141.96504,39.59503],[141.96485,39.59478],[141.96376,39.59497],[141.96451,39.59482],[141.96433,39.59429],[141.96461,39.59424],[141.96459,39.59412],[141.96393,39.59346],[141.96275,39.5931],[141.96274,39.59284],[141.96314,39.59218],[141.9623,39.59137],[141.96148,39.5911],[141.96108,39.59116],[141.96118,39.59026],[141.96097,39.59009],[141.96099,39.58951],[141.96116,39.58948],[141.96107,39.58919],[141.96058,39.5886],[141.95933,39.58804],[141.95894,39.58739],[141.95909,39.58721],[141.95899,39.5866],[141.95846,39.58617],[141.95773,39.58589],[141.95577,39.5859],[141.95539,39.5861],[141.95539,39.58589],[141.95501,39.58588],[141.95329,39.58635],[141.95319,39.58613],[141.95275,39.58617],[141.95156,39.58691],[141.95167,39.58718],[141.95154,39.58726],[141.95108,39.58673],[141.94977,39.58737],[141.9489,39.58725],[141.94811,39.58768],[141.9489,39.58845],[141.94868,39.58846],[141.94934,39.58919],[141.94905,39.58926],[141.94954,39.58938],[141.94959,39.58975],[141.94933,39.58985],[141.94927,39.5902],[141.94905,39.59037],[141.94775,39.59022],[141.94832,39.59068],[141.94787,39.59054],[141.94757,39.59021],[141.94731,39.59036],[141.94773,39.59076],[141.94772,39.59094],[141.94882,39.5913],[141.94913,39.59169],[141.9492,39.59216],[141.94788,39.59315],[141.94808,39.59241],[141.94779,39.59256],[141.94793,39.59283],[141.94758,39.59307],[141.94682,39.59306],[141.94578,39.59448],[141.94541,39.59519],[141.94528,39.59625],[141.94514,39.59634],[141.94527,39.59697],[141.94517,39.59784],[141.94542,39.59896],[141.94702,39.59938],[141.94745,39.59989],[141.95043,39.59785],[141.95121,39.59852],[141.94812,39.6006],[141.94948,39.60185],[141.95013,39.60224],[141.94998,39.60232],[141.95411,39.60394],[141.95596,39.60273],[141.95748,39.60409],[141.95654,39.60473],[141.95658,39.60512],[141.95614,39.60609],[141.9582,39.60836],[141.95936,39.60903],[141.95982,39.6095],[141.96071,39.60986],[141.96106,39.60968],[141.96137,39.60972],[141.96151,39.60995],[141.96142,39.61022],[141.96237,39.61064],[141.96287,39.61068],[141.96301,39.61097],[141.96364,39.61118],[141.96323,39.61138],[141.96325,39.61154],[141.96381,39.61164],[141.96364,39.61167],[141.96282,39.61267],[141.96265,39.61319],[141.96284,39.61337],[141.96255,39.6134],[141.96224,39.61369],[141.96208,39.61463],[141.96209,39.61523],[141.9624,39.61573],[141.96261,39.61586],[141.96341,39.61586],[141.96327,39.61579],[141.96337,39.61572],[141.96356,39.61584],[141.96346,39.61603],[141.96378,39.6163],[141.96348,39.61674],[141.96363,39.61686],[141.96351,39.61749],[141.96419,39.61805],[141.96552,39.61813],[141.96561,39.61633],[141.96566,39.6166],[141.96592,39.61661],[141.96712,39.61748],[141.96711,39.61807],[141.96699,39.61807],[141.967,39.61747],[141.96665,39.61721],[141.96606,39.61758],[141.96603,39.61794],[141.96619,39.61794],[141.96613,39.6187],[141.96634,39.61884],[141.96577,39.61867],[141.96504,39.62079],[141.96396,39.62072],[141.96329,39.62211],[141.96344,39.62331],[141.96415,39.62398],[141.9649,39.62356],[141.96511,39.62364],[141.96582,39.62317],[141.96529,39.62361],[141.96598,39.62317],[141.96621,39.62198],[141.96669,39.62181],[141.96628,39.62205],[141.96605,39.62322],[141.96968,39.62334],[141.9696,39.62554],[141.96939,39.62592],[141.97058,39.62594],[141.97154,39.62565],[141.97154,39.62591],[141.96869,39.6307],[141.96863,39.63264],[141.96585,39.63356],[141.96579,39.63529],[141.96608,39.63544],[141.97157,39.63363],[141.97197,39.63394],[141.97461,39.63037],[141.97683,39.62886],[141.97469,39.63043],[141.97119,39.63523],[141.96584,39.63701],[141.96376,39.63726],[141.96432,39.63985],[141.96731,39.63945],[141.97092,39.63833],[141.97225,39.63924],[141.97264,39.63996],[141.96838,39.64127],[141.96819,39.64149],[141.9682,39.64246],[141.96951,39.64643],[141.96976,39.64671],[141.96993,39.64651],[141.97049,39.64678],[141.97122,39.64674],[141.97153,39.64644],[141.9719,39.64545],[141.97107,39.64505],[141.97196,39.6454],[141.97233,39.64507],[141.9722,39.64495],[141.97425,39.64349],[141.97438,39.64359],[141.97544,39.64304],[141.97635,39.64326],[141.97626,39.64336],[141.97649,39.64345],[141.97641,39.64371],[141.97668,39.64398],[141.97661,39.6441],[141.97694,39.64406],[141.97721,39.64376],[141.97742,39.64378],[141.97734,39.64395],[141.97769,39.64385],[141.97753,39.644],[141.97777,39.64414],[141.97837,39.64402],[141.9786,39.64429],[141.97892,39.64409],[141.97953,39.64422],[141.97958,39.64432],[141.97928,39.64427],[141.97911,39.64443],[141.9803,39.64468],[141.98039,39.64488],[141.9812,39.6451],[141.98112,39.64528],[141.98162,39.64549],[141.9815,39.64586],[141.98178,39.64585],[141.9817,39.64626],[141.98242,39.64635],[141.98235,39.64648],[141.98334,39.64704],[141.98235,39.64711],[141.982,39.64691],[141.98202,39.64671],[141.9817,39.64666],[141.98131,39.64701],[141.98003,39.6468],[141.97945,39.64717],[141.97948,39.64766],[141.97979,39.64817],[141.98069,39.64811],[141.9807,39.64788],[141.98075,39.64821],[141.98089,39.64819],[141.98121,39.64751],[141.98097,39.64822],[141.98116,39.64824],[141.9809,39.6485],[141.98226,39.64872],[141.9816,39.64917],[141.98135,39.64918],[141.98078,39.64879],[141.98053,39.64895],[141.98031,39.64881],[141.97994,39.6491],[141.97985,39.64951],[141.9801,39.6495],[141.98031,39.64972],[141.98002,39.64979],[141.97998,39.65012],[141.98043,39.6503],[141.97976,39.65068],[141.97931,39.65073],[141.97918,39.651],[141.97932,39.65143],[141.97925,39.65234],[141.97862,39.65292],[141.97957,39.65295],[141.97968,39.65322],[141.97952,39.65336],[141.97922,39.65331],[141.97918,39.65306],[141.97884,39.6531],[141.97885,39.65328],[141.97828,39.65326],[141.97631,39.65295],[141.97599,39.65281],[141.97573,39.65224],[141.9754,39.65236],[141.97496,39.65207],[141.974,39.65195],[141.97367,39.65197],[141.9728,39.65271],[141.97269,39.65263],[141.97358,39.65196],[141.97365,39.65159],[141.9734,39.65138],[141.97272,39.65133],[141.97255,39.6516],[141.9722,39.65108],[141.97164,39.65106],[141.97101,39.65117],[141.97038,39.65157],[141.97016,39.65184],[141.96987,39.65295],[141.97004,39.65323],[141.97081,39.65334],[141.97067,39.65349],[141.97022,39.65346],[141.97015,39.65417],[141.97145,39.65412],[141.97081,39.65467],[141.97106,39.655],[141.97249,39.65499],[141.97252,39.65548],[141.97277,39.65554],[141.97314,39.65601],[141.97306,39.65654],[141.97379,39.65652],[141.97439,39.65698],[141.9741,39.65716],[141.97443,39.65727],[141.97421,39.65761],[141.97382,39.65778],[141.97403,39.65786],[141.9739,39.65809],[141.97292,39.6583],[141.97282,39.65856],[141.97306,39.65877],[141.97279,39.65894],[141.97296,39.65903],[141.97269,39.65901],[141.97219,39.65938],[141.97236,39.65974],[141.97214,39.65983],[141.97222,39.65999],[141.97184,39.66011],[141.9715,39.66068],[141.97124,39.66072],[141.97145,39.66084],[141.97123,39.66094],[141.97127,39.66132],[141.97147,39.66173],[141.9717,39.66172],[141.97148,39.66178],[141.97251,39.66222],[141.97274,39.6619],[141.9729,39.6619],[141.97328,39.6611],[141.97321,39.66094],[141.97336,39.66091],[141.97345,39.66111],[141.97275,39.66225],[141.97285,39.66243],[141.97326,39.66268],[141.97357,39.66264],[141.97351,39.66278],[141.9738,39.66292],[141.97413,39.66291],[141.97422,39.66282],[141.97409,39.66268],[141.97434,39.66268],[141.97471,39.66299],[141.97445,39.66292],[141.97459,39.66339],[141.9748,39.66348],[141.97477,39.66373],[141.97514,39.66395],[141.97472,39.66424],[141.97531,39.66423],[141.97515,39.66437],[141.97573,39.66455],[141.97536,39.66464],[141.97532,39.66486],[141.97481,39.66508],[141.97454,39.6656],[141.97467,39.66587],[141.97453,39.66597],[141.97503,39.66602],[141.9749,39.66645],[141.9752,39.66668],[141.97472,39.667],[141.97483,39.66814],[141.97569,39.66959],[141.97612,39.66976],[141.97607,39.67018],[141.97636,39.6702],[141.97664,39.6707],[141.97748,39.67115],[141.97744,39.67131],[141.97777,39.67179],[141.97795,39.67188],[141.97841,39.67169],[141.97967,39.67185],[141.98049,39.67273],[141.98065,39.673],[141.98042,39.67308],[141.98005,39.67294],[141.9802,39.67304],[141.98021,39.67345],[141.98066,39.67383],[141.98044,39.6742],[141.98102,39.67488],[141.98057,39.67475],[141.98064,39.67508],[141.98091,39.67522],[141.98051,39.67528],[141.98051,39.6756],[141.98101,39.67576],[141.98061,39.67589],[141.98087,39.67607],[141.98182,39.67599],[141.98205,39.67614],[141.98222,39.67638],[141.98183,39.67632],[141.98202,39.67658],[141.98183,39.67663],[141.98223,39.67662],[141.98266,39.67716],[141.98263,39.67738],[141.9822,39.67735],[141.98212,39.67759],[141.98216,39.67799],[141.98247,39.6781],[141.98231,39.67858],[141.98283,39.6788],[141.98285,39.67908],[141.98359,39.67897],[141.98343,39.67919],[141.9839,39.67907],[141.98386,39.67944],[141.98354,39.67944],[141.98371,39.67959],[141.98337,39.6797],[141.98336,39.68017],[141.98313,39.68033],[141.98336,39.68088],[141.98396,39.68136],[141.98434,39.68142],[141.98455,39.68122],[141.98479,39.68137],[141.98465,39.68169],[141.98472,39.68209],[141.98547,39.68214],[141.98496,39.6825],[141.98557,39.68237],[141.98573,39.68254],[141.98555,39.68269],[141.98638,39.68293],[141.98626,39.68352],[141.98588,39.68363],[141.98589,39.68394],[141.98613,39.68403],[141.98614,39.68422],[141.98573,39.6843],[141.98564,39.68445],[141.98576,39.68462],[141.98636,39.68466],[141.98634,39.68483],[141.98603,39.68499],[141.98636,39.68526],[141.98603,39.68567],[141.98536,39.6857],[141.98544,39.68623],[141.98566,39.68629],[141.9857,39.68656],[141.98561,39.68673],[141.98537,39.68674],[141.98529,39.68707],[141.98545,39.68732],[141.98406,39.68718],[141.9843,39.68766],[141.98408,39.68785],[141.98385,39.68731],[141.9834,39.68724],[141.98352,39.68803],[141.98306,39.68777],[141.98316,39.68809],[141.98289,39.68814],[141.98256,39.68771],[141.98242,39.68719],[141.98247,39.68772],[141.98234,39.68722],[141.98194,39.6872],[141.98177,39.68739],[141.98162,39.68705],[141.98159,39.68721],[141.98131,39.68732],[141.9809,39.68694],[141.98089,39.68736],[141.98073,39.68738],[141.98063,39.68689],[141.98004,39.68694],[141.97997,39.68715],[141.97962,39.68712],[141.97949,39.68726],[141.97973,39.68785],[141.97955,39.68798],[141.97904,39.68778],[141.97902,39.68744],[141.97864,39.68749],[141.97871,39.68682],[141.97781,39.68644],[141.9768,39.68635],[141.97595,39.68666],[141.97572,39.68656],[141.97561,39.68676],[141.97518,39.68662],[141.97462,39.68706],[141.97441,39.68746],[141.97474,39.6879],[141.97413,39.6878],[141.97423,39.68802],[141.97386,39.68798],[141.9737,39.68874],[141.97307,39.6896],[141.97292,39.68954],[141.97347,39.68861],[141.97358,39.68791],[141.97326,39.68734],[141.97238,39.68715],[141.97209,39.68768],[141.9718,39.68774],[141.97156,39.6886],[141.97219,39.68881],[141.97048,39.68844],[141.97064,39.68838],[141.97086,39.68761],[141.97057,39.6877],[141.97005,39.68751],[141.96997,39.68732],[141.96915,39.6873],[141.96841,39.68766],[141.96797,39.6883],[141.96805,39.6887],[141.96859,39.68906],[141.96855,39.68928],[141.96784,39.6891],[141.96828,39.68955],[141.96808,39.68959],[141.96759,39.68932],[141.96765,39.6895],[141.96741,39.68943],[141.96712,39.6898],[141.96702,39.69026],[141.96729,39.69083],[141.9681,39.69061],[141.96746,39.69093],[141.96767,39.69112],[141.96828,39.69103],[141.96803,39.69112],[141.96804,39.69145],[141.96847,39.69188],[141.96935,39.69178],[141.96993,39.69194],[141.97,39.69214],[141.97036,39.69205],[141.9702,39.69228],[141.97061,39.6927],[141.9723,39.69367],[141.97221,39.69374],[141.97253,39.69422],[141.97228,39.69517],[141.97277,39.69599],[141.97277,39.69618],[141.97263,39.69617],[141.97272,39.69669],[141.97351,39.69752],[141.97363,39.69755],[141.97371,39.69735],[141.97411,39.69736],[141.97389,39.69749],[141.97387,39.69779],[141.97289,39.69817],[141.97196,39.69909],[141.9718,39.70049],[141.97243,39.70153],[141.9729,39.70162],[141.9728,39.70174],[141.97308,39.70205],[141.97381,39.70192],[141.97398,39.70204],[141.97405,39.70186],[141.97437,39.70198],[141.97428,39.70179],[141.97488,39.70177],[141.97475,39.70195],[141.97492,39.70198],[141.97465,39.70215],[141.97455,39.70253],[141.97494,39.70318],[141.97487,39.70386],[141.97495,39.70445],[141.97522,39.70489],[141.97515,39.70516],[141.97566,39.70617],[141.97587,39.70636],[141.97636,39.70606],[141.97595,39.70639],[141.97696,39.70682],[141.97754,39.70645],[141.9771,39.70609],[141.9772,39.70603],[141.97767,39.70645],[141.97779,39.70639],[141.97771,39.70631],[141.9779,39.70643],[141.9784,39.70605],[141.9789,39.70614],[141.9788,39.70582],[141.97901,39.70584],[141.97916,39.70561],[141.97953,39.70568],[141.97983,39.7061],[141.98011,39.70575],[141.98072,39.70584],[141.98095,39.70597],[141.98058,39.7063],[141.97987,39.70632],[141.97974,39.70648],[141.98003,39.70656],[141.98034,39.70692],[141.98106,39.70703],[141.98104,39.70727],[141.98133,39.70748],[141.98204,39.70757],[141.98209,39.70786],[141.98247,39.70799],[141.98247,39.70816],[141.98281,39.70816],[141.98291,39.70825],[141.98277,39.7088],[141.9835,39.70934],[141.98405,39.70932],[141.98393,39.70963],[141.98424,39.7099],[141.98444,39.70998],[141.98475,39.70982],[141.98496,39.71005],[141.98524,39.70975],[141.98563,39.70982],[141.98563,39.70972],[141.98637,39.70983],[141.98613,39.71],[141.98677,39.70991],[141.98647,39.7102],[141.98617,39.71024],[141.98576,39.71025],[141.98583,39.71005],[141.98529,39.70999],[141.98513,39.71056],[141.98543,39.7121],[141.98569,39.71266],[141.9863,39.71325],[141.98624,39.71362],[141.98645,39.71376],[141.98599,39.71357],[141.98563,39.71375],[141.98536,39.71413],[141.98544,39.71422],[141.98494,39.71439],[141.98487,39.71479],[141.98568,39.71502],[141.98509,39.71509],[141.98502,39.71531],[141.98462,39.71538],[141.98482,39.71562],[141.98361,39.71548],[141.9834,39.71569],[141.98347,39.71593],[141.98312,39.71594],[141.98265,39.7162],[141.98245,39.71657],[141.98233,39.71751],[141.98251,39.71844],[141.983,39.71954],[141.98342,39.71959],[141.98312,39.71968],[141.98308,39.71987],[141.98358,39.71995],[141.98375,39.7202],[141.98427,39.72039],[141.98372,39.72061],[141.98365,39.72078],[141.98395,39.72147],[141.9844,39.7216],[141.9841,39.72196],[141.98438,39.7226],[141.98491,39.72271],[141.98501,39.72252],[141.98566,39.72224],[141.98616,39.72257],[141.98588,39.72256],[141.98588,39.72267],[141.98803,39.72326],[141.98718,39.72357],[141.98634,39.72298],[141.98608,39.72297],[141.98615,39.72307],[141.98594,39.72316],[141.98512,39.72294],[141.98484,39.72317],[141.98434,39.72325],[141.98416,39.7237],[141.98431,39.72376],[141.98414,39.72379],[141.98402,39.72418],[141.98451,39.72431],[141.98477,39.72463],[141.9842,39.72462],[141.98402,39.72479],[141.98425,39.72491],[141.98396,39.72497],[141.98354,39.72535],[141.9843,39.72568],[141.98444,39.7259],[141.9835,39.72576],[141.98342,39.72609],[141.98287,39.72636],[141.98307,39.72659],[141.98274,39.72665],[141.98238,39.72646],[141.98202,39.72665],[141.98204,39.72689],[141.98132,39.72699],[141.98103,39.72663],[141.98044,39.72661],[141.98021,39.72684],[141.97981,39.72656],[141.97968,39.7266],[141.97972,39.72688],[141.97937,39.72657],[141.97895,39.72661],[141.979,39.72681],[141.97828,39.72656],[141.97825,39.7261],[141.97745,39.72612],[141.97672,39.72634],[141.97673,39.72658],[141.9765,39.72642],[141.97626,39.72667],[141.97601,39.72658],[141.97537,39.72677],[141.97514,39.72709],[141.97518,39.7274],[141.97497,39.72735],[141.97508,39.72756],[141.97497,39.72765],[141.97449,39.72762],[141.97415,39.72736],[141.97418,39.72774],[141.97449,39.72783],[141.97434,39.72795],[141.97334,39.72772],[141.9728,39.72835],[141.97294,39.72852],[141.97269,39.72836],[141.9727,39.7285],[141.97243,39.72847],[141.97243,39.7286],[141.97218,39.72851],[141.97184,39.72937],[141.97187,39.7299],[141.97223,39.72992],[141.97171,39.72999],[141.97221,39.73093],[141.97359,39.73054],[141.97397,39.73088],[141.9735,39.73085],[141.97314,39.73126],[141.97195,39.73178],[141.97321,39.73351],[141.97399,39.73316],[141.9742,39.73345],[141.97454,39.73347],[141.9752,39.73315],[141.97508,39.73325],[141.97477,39.73534],[141.97713,39.73556],[141.97739,39.73537],[141.97789,39.7329],[141.97691,39.73267],[141.97691,39.7325],[141.9783,39.73278],[141.97831,39.73243],[141.97881,39.7326],[141.9789,39.73282],[141.97896,39.73247],[141.97923,39.73244],[141.97927,39.73257],[141.97951,39.73253],[141.97972,39.73311],[141.98173,39.73291],[141.98221,39.73324],[141.98126,39.73334],[141.98124,39.73364],[141.981,39.73394],[141.98137,39.73443],[141.98235,39.73436],[141.98366,39.73451],[141.98409,39.73417],[141.98438,39.73413],[141.98483,39.73429],[141.98477,39.73449],[141.98536,39.73457],[141.98549,39.73483],[141.98489,39.7348],[141.98425,39.73503],[141.98416,39.73531],[141.98344,39.73566],[141.98328,39.73614],[141.98337,39.73637],[141.98309,39.73657],[141.98317,39.73688],[141.98344,39.73719],[141.98399,39.73717],[141.98397,39.73735],[141.98419,39.73727],[141.9843,39.73749],[141.98486,39.73733],[141.98498,39.73756],[141.98513,39.73733],[141.98522,39.73763],[141.9861,39.73785],[141.98586,39.73789],[141.98613,39.73799],[141.98631,39.73828],[141.98596,39.73836],[141.9859,39.73851],[141.98615,39.73859],[141.98588,39.73867],[141.98592,39.73899],[141.98623,39.73939],[141.98666,39.73933],[141.98658,39.7396],[141.98683,39.73973],[141.98644,39.74002],[141.98637,39.74038],[141.98664,39.74179],[141.98827,39.74496],[141.99015,39.7468],[141.99174,39.74768],[141.99307,39.7476],[141.99328,39.74718],[141.99348,39.74713],[141.99365,39.74728],[141.99353,39.74716],[141.99364,39.74712],[141.99403,39.74731],[141.99369,39.7473],[141.99372,39.74732],[141.99467,39.74752],[141.99463,39.74784],[141.99489,39.74797],[141.9948,39.74821],[141.99574,39.74873],[141.99658,39.74873],[141.99737,39.74903],[141.99778,39.74898],[141.9992,39.74933],[141.99939,39.74932],[141.99943,39.74916],[141.99955,39.74936],[141.99944,39.74956],[141.99973,39.74967],[141.99958,39.74967],[141.99972,39.7502],[142.0002,39.75062],[142.00087,39.7506],[142.00189,39.75019],[142.00249,39.7503],[142.00273,39.74993],[142.00322,39.75069],[142.00335,39.75068],[142.00342,39.75036],[142.0036,39.75058],[142.004,39.75066],[142.00402,39.75084],[142.00363,39.75083],[142.00406,39.7511],[142.00407,39.75136],[142.0039,39.75143],[142.00415,39.75168],[142.00351,39.75169],[142.00348,39.75215],[142.00367,39.75258],[142.00291,39.75235],[142.00315,39.75266],[142.00299,39.75277],[142.0027,39.75221],[142.00264,39.75236],[142.00243,39.75204],[142.00214,39.75204],[142.00159,39.75144],[142.00096,39.75137],[141.99972,39.75178],[141.99933,39.75232],[142.00006,39.75266],[142.00038,39.75312],[141.99955,39.75311],[141.99929,39.75297],[141.99905,39.75306],[141.99887,39.75295],[141.99886,39.75261],[141.99859,39.75287],[141.99821,39.75271],[141.99745,39.75318],[141.99735,39.75308],[141.99758,39.75294],[141.99659,39.75194],[141.99747,39.75189],[141.99737,39.75126],[141.99687,39.75134],[141.99574,39.75106],[141.99475,39.75131],[141.9938,39.7522],[141.9932,39.75251],[141.99219,39.7527],[141.99152,39.75308],[141.99144,39.75337],[141.99063,39.75422],[141.99078,39.7549],[141.99066,39.75499],[141.99056,39.75484],[141.98988,39.75523],[141.98894,39.7568],[141.98881,39.75759],[141.98895,39.75796],[141.98844,39.7595],[141.98866,39.75998],[141.98827,39.76079],[141.98839,39.76113],[141.98821,39.7612],[141.98818,39.76159],[141.98824,39.76227],[141.98873,39.76308],[141.9898,39.76326],[141.98914,39.76372],[141.98918,39.76538],[141.98987,39.76705],[141.99051,39.76695],[141.98983,39.76711],[141.98988,39.76723],[141.99024,39.76749],[141.99068,39.76747],[141.99085,39.7681],[141.99145,39.76874],[141.99163,39.76929],[141.99301,39.76963],[141.99332,39.76994],[141.99457,39.77059],[141.99488,39.77112],[141.99607,39.77162],[141.99615,39.77153],[141.99663,39.77243],[141.99795,39.7732],[141.99889,39.77356],[141.99978,39.77367],[141.99997,39.77365],[141.99998,39.77335],[142.0003,39.7732],[142.00046,39.77332],[142.00034,39.77373],[142.00107,39.77393],[142.00124,39.77417],[142.00169,39.77428],[142.00199,39.77415],[142.00249,39.77435],[142.00266,39.77426],[142.00282,39.77443],[142.00318,39.77433],[142.0031,39.77466],[142.00326,39.77491],[142.00418,39.77501],[142.00418,39.77519],[142.00384,39.77513],[142.00428,39.77535],[142.00418,39.77543],[142.00433,39.77583],[142.00428,39.776],[142.004,39.77595],[142.00394,39.77621],[142.00377,39.77601],[142.00351,39.77621],[142.0036,39.77654],[142.00384,39.77661],[142.00386,39.77676],[142.00318,39.77642],[142.00314,39.77704],[142.00269,39.77693],[142.00262,39.77707],[142.00209,39.77713],[142.00206,39.77728],[142.0024,39.77756],[142.00238,39.77777],[142.0021,39.77787],[142.00182,39.77769],[142.00099,39.7779],[142.00039,39.77817],[142.00037,39.77842],[141.99969,39.77817],[141.99957,39.77833],[141.99877,39.77815],[141.9984,39.77827],[141.99809,39.77809],[141.99777,39.77818],[141.99671,39.77788],[141.99601,39.7781],[141.9953,39.77877],[141.99548,39.77897],[141.99524,39.77887],[141.9951,39.77899],[141.99498,39.77978],[141.99464,39.78038],[141.99475,39.78053],[141.99445,39.78058],[141.99457,39.78076],[141.99444,39.78095],[141.99415,39.78083],[141.99333,39.78109],[141.99327,39.78129],[141.99315,39.7812],[141.99279,39.78136],[141.99251,39.78181],[141.99277,39.78205],[141.99252,39.78209],[141.99244,39.78195],[141.99239,39.78209],[141.99269,39.78226],[141.99231,39.78237],[141.9917,39.78302],[141.99187,39.78336],[141.99149,39.78349],[141.99146,39.78378],[141.99123,39.78364],[141.99081,39.7837],[141.99074,39.78383],[141.99104,39.78394],[141.99106,39.78409],[141.99071,39.7839],[141.99025,39.78419],[141.99051,39.78433],[141.99039,39.78444],[141.99045,39.78523],[141.99089,39.78538],[141.99127,39.78601],[141.99043,39.78596],[141.99027,39.7857],[141.99001,39.78563],[141.98988,39.78576],[141.98972,39.78569],[141.9896,39.7859],[141.98921,39.7858],[141.98934,39.78591],[141.98887,39.78609],[141.98902,39.78626],[141.98876,39.78646],[141.98893,39.7867],[141.98879,39.78701],[141.98931,39.78719],[141.98909,39.78725],[141.98903,39.78747],[141.98842,39.78737],[141.98802,39.78758],[141.98764,39.78755],[141.98721,39.78781],[141.98731,39.78809],[141.98666,39.78772],[141.9864,39.78799],[141.98601,39.78788],[141.98572,39.78807],[141.98467,39.78812],[141.98502,39.78853],[141.985,39.7888],[141.98487,39.7888],[141.9849,39.78848],[141.98457,39.78825],[141.98397,39.78845],[141.98348,39.78892],[141.98367,39.78921],[141.98416,39.78941],[141.98465,39.78945],[141.98484,39.7892],[141.98498,39.78926],[141.98481,39.78944],[141.98496,39.78984],[141.98475,39.7899],[141.98467,39.79011],[141.98489,39.79007],[141.98499,39.79039],[141.98457,39.79062],[141.98436,39.79139],[141.98471,39.79133],[141.98445,39.79147],[141.98486,39.79182],[141.9855,39.79167],[141.98533,39.79187],[141.98511,39.79187],[141.98519,39.79195],[141.98617,39.79191],[141.98615,39.79205],[141.98652,39.79215],[141.98635,39.79249],[141.98683,39.79253],[141.9866,39.79291],[141.98686,39.7928],[141.98698,39.79289],[141.98689,39.79301],[141.98712,39.7931],[141.98675,39.79327],[141.98711,39.79347],[141.98693,39.79357],[141.98689,39.79344],[141.98675,39.79333],[141.98682,39.79364],[141.98658,39.79367],[141.98681,39.79383],[141.98638,39.79432],[141.9864,39.7945],[141.98676,39.79441],[141.98702,39.79459],[141.98646,39.79459],[141.98656,39.79463],[141.98635,39.79468],[141.98668,39.79474],[141.9866,39.79484],[141.9862,39.79479],[141.98594,39.79507],[141.98605,39.79534],[141.98593,39.79542],[141.98619,39.79562],[141.98643,39.79554],[141.9868,39.79578],[141.9868,39.79605],[141.98719,39.79615],[141.98707,39.79633],[141.98645,39.79642],[141.98659,39.79683],[141.98754,39.79679],[141.98758,39.79699],[141.9879,39.79698],[141.98821,39.79728],[141.98814,39.79743],[141.98865,39.7977],[141.98837,39.79793],[141.98856,39.79821],[141.98825,39.79805],[141.98786,39.7983],[141.98793,39.79841],[141.98774,39.79831],[141.98723,39.79873],[141.98708,39.79916],[141.98731,39.79984],[141.98702,39.79983],[141.98686,39.79947],[141.98648,39.79963],[141.98493,39.7992],[141.98447,39.79923],[141.98432,39.79952],[141.98443,39.79972],[141.98432,39.79982],[141.98484,39.80006],[141.98503,39.79983],[141.9853,39.79996],[141.9851,39.80031],[141.98519,39.80053],[141.98556,39.80052],[141.98542,39.80054],[141.98545,39.80072],[141.98577,39.80071],[141.98592,39.80092],[141.98555,39.80095],[141.9855,39.80123],[141.98428,39.80196],[141.98404,39.80225],[141.98409,39.80238],[141.98395,39.80233],[141.9837,39.8026],[141.98364,39.80302],[141.98322,39.80335],[141.9832,39.80363],[141.9835,39.80414],[141.98426,39.80431],[141.98415,39.8045],[141.98445,39.8047],[141.98409,39.80499],[141.98417,39.80518],[141.98396,39.80525],[141.98378,39.80582],[141.98364,39.80586],[141.98397,39.80612],[141.98339,39.80623],[141.98323,39.80659],[141.98418,39.80837],[141.98402,39.80844],[141.984,39.80873],[141.98414,39.80885],[141.98393,39.80906],[141.98405,39.80967],[141.98438,39.81008],[141.98529,39.81043],[141.98533,39.8107],[141.9857,39.81092],[141.98529,39.81103],[141.98529,39.81123],[141.98492,39.81138],[141.98452,39.81137],[141.9838,39.81186],[141.98375,39.81232],[141.98402,39.81237],[141.98368,39.8124],[141.98359,39.81281],[141.9838,39.8132],[141.9842,39.81326],[141.98368,39.81326],[141.98374,39.81399],[141.98492,39.81407],[141.98496,39.81316],[141.98509,39.81315],[141.98509,39.81448],[141.98616,39.81449],[141.98647,39.81432],[141.9865,39.81413],[141.98656,39.81435],[141.98671,39.81428],[141.98664,39.81445],[141.98768,39.81456],[141.98783,39.81444],[141.98797,39.81487],[141.98777,39.81493],[141.98775,39.8153],[141.98748,39.81556],[141.98768,39.81567],[141.98745,39.81582],[141.98761,39.81604],[141.98753,39.81615],[141.98807,39.81649],[141.98836,39.81647],[141.98858,39.81679],[141.98893,39.81665],[141.98912,39.817],[141.98936,39.81711],[141.98959,39.817],[141.99017,39.81709],[141.98972,39.8174],[141.98933,39.81733],[141.98959,39.81753],[141.98933,39.81773],[141.9896,39.81785],[141.98932,39.81799],[141.98956,39.81831],[141.98937,39.81852],[141.98957,39.81864],[141.98954,39.81879],[141.98965,39.81874],[141.98958,39.81891],[141.98976,39.81919],[141.99,39.81927],[141.9899,39.81959],[141.99007,39.81961],[141.9901,39.81979],[141.99118,39.82013],[141.99139,39.82046],[141.98987,39.82084],[141.98975,39.821],[141.98999,39.82114],[141.98985,39.82129],[141.99021,39.8214],[141.98987,39.82171],[141.98977,39.82226],[141.98923,39.8224],[141.98939,39.82254],[141.98928,39.82278],[141.98899,39.82293],[141.98865,39.82287],[141.98873,39.82316],[141.98853,39.82329],[141.98869,39.82336],[141.98797,39.82358],[141.98746,39.82413],[141.98742,39.82437],[141.98759,39.82452],[141.98741,39.82452],[141.98714,39.82483],[141.98712,39.82522],[141.98761,39.82568],[141.98804,39.82562],[141.98809,39.82576],[141.9879,39.82578],[141.98813,39.8259],[141.98803,39.82605],[141.98821,39.8262],[141.9881,39.82626],[141.98847,39.82669],[141.98814,39.82647],[141.98841,39.82689],[141.98819,39.82692],[141.98825,39.82704],[141.9878,39.82738],[141.98843,39.82757],[141.98757,39.82751],[141.9867,39.82797],[141.98629,39.82874],[141.9861,39.82881],[141.98597,39.82909],[141.98607,39.82921],[141.98589,39.82928],[141.98603,39.82943],[141.98568,39.82947],[141.98646,39.82985],[141.98622,39.83015],[141.98586,39.83029],[141.98561,39.83017],[141.98565,39.83029],[141.98515,39.8304],[141.98511,39.82998],[141.98477,39.82985],[141.98451,39.83],[141.98456,39.82982],[141.98291,39.8293],[141.98169,39.82848],[141.98059,39.8283],[141.9806,39.8282],[141.97972,39.82832],[141.97937,39.82875],[141.97871,39.82898],[141.97844,39.82938],[141.97913,39.8296],[141.979,39.82961],[141.97858,39.83059],[141.97874,39.83062],[141.97835,39.8307],[141.97798,39.8316],[141.9789,39.83147],[141.97944,39.83162],[141.97957,39.83123],[141.97951,39.83089],[141.97942,39.83094],[141.9795,39.83072],[141.9795,39.83083],[141.98006,39.83082],[141.97973,39.83108],[141.97952,39.83165],[141.98039,39.83208],[141.98,39.83225],[141.98015,39.83239],[141.97992,39.83253],[141.98043,39.83279],[141.97995,39.83272],[141.97912,39.83301],[141.97921,39.83323],[141.98,39.83333],[141.97918,39.83348],[141.97937,39.83489],[141.97917,39.83487],[141.97899,39.83509],[141.9792,39.83507],[141.9792,39.83513],[141.97885,39.83517],[141.97894,39.83527],[141.97955,39.8351],[141.97944,39.83527],[141.97902,39.83529],[141.97918,39.83536],[141.97901,39.83535],[141.97897,39.8356],[141.97932,39.83557],[141.97957,39.83589],[141.97986,39.83592],[141.98001,39.83617],[141.97985,39.83623],[141.98009,39.83635],[141.98,39.83654],[141.98029,39.8368],[141.98011,39.83679],[141.97995,39.83707],[141.97971,39.83716],[141.97919,39.83808],[141.97973,39.83825],[141.97973,39.83874],[141.97994,39.83877],[141.97992,39.83893],[141.98026,39.83889],[141.98041,39.83913],[141.98011,39.8393],[141.98064,39.83917],[141.98077,39.83927],[141.98074,39.83939],[141.98035,39.83944],[141.98035,39.8396],[141.98097,39.83959],[141.98125,39.84],[141.98088,39.84011],[141.98097,39.84025],[141.98074,39.84035],[141.9793,39.84034],[141.97899,39.84053],[141.97915,39.84077],[141.97868,39.84085],[141.97885,39.84118],[141.97827,39.841],[141.97827,39.84118],[141.97784,39.8411],[141.97729,39.84144],[141.97787,39.84157],[141.9781,39.84187],[141.97715,39.84197],[141.97666,39.84181],[141.97649,39.842],[141.97625,39.84316],[141.97639,39.84348],[141.97718,39.84359],[141.97698,39.84376],[141.97721,39.84387],[141.9771,39.84401],[141.97737,39.84405],[141.97698,39.8441],[141.97735,39.84443],[141.97714,39.84458],[141.97722,39.84469],[141.97815,39.84478],[141.97801,39.84492],[141.97832,39.84495],[141.9785,39.84517],[141.97785,39.84545],[141.9773,39.84498],[141.97699,39.84493],[141.97686,39.84513],[141.97641,39.84527],[141.97662,39.84547],[141.97647,39.84568],[141.9761,39.84555],[141.97617,39.84583],[141.97546,39.84576],[141.97454,39.84629],[141.97437,39.84786],[141.97461,39.84856],[141.97599,39.84826],[141.97583,39.84833],[141.97606,39.84831],[141.97613,39.84854],[141.97593,39.8485],[141.97598,39.84904],[141.9772,39.84882],[141.97718,39.84834],[141.9773,39.84834],[141.97736,39.84893],[141.97469,39.84943],[141.97473,39.84962],[141.97443,39.84972],[141.97419,39.8502],[141.97417,39.85078],[141.97458,39.85084],[141.97416,39.8508],[141.97496,39.85137],[141.97564,39.85119],[141.97636,39.85158],[141.97824,39.85141],[141.97841,39.85154],[141.97824,39.85186],[141.97846,39.85179],[141.97839,39.85201],[141.97715,39.85226],[141.97629,39.85187],[141.97613,39.8517],[141.97628,39.85158],[141.97597,39.85155],[141.97606,39.85147],[141.9757,39.85128],[141.97503,39.85142],[141.97591,39.85206],[141.97561,39.85254],[141.97565,39.85296],[141.97616,39.85319],[141.9768,39.85291],[141.97784,39.85292],[141.97801,39.85302],[141.97794,39.85347],[141.97807,39.85363],[141.97804,39.85396],[141.97755,39.85412],[141.97766,39.85439],[141.97754,39.85444],[141.97685,39.85448],[141.97629,39.85424],[141.97607,39.85444],[141.97609,39.85483],[141.97576,39.85531],[141.97616,39.85538],[141.97561,39.85547],[141.97586,39.85603],[141.97573,39.85611],[141.97627,39.85607],[141.97654,39.85621],[141.97723,39.856],[141.97779,39.85603],[141.97745,39.85628],[141.97788,39.85621],[141.97796,39.85633],[141.97754,39.85656],[141.97671,39.85651],[141.97666,39.85637],[141.97585,39.85653],[141.97581,39.85689],[141.97566,39.85694],[141.97619,39.85692],[141.97638,39.85708],[141.97539,39.85719],[141.97537,39.85746],[141.97559,39.85766],[141.97656,39.85774],[141.9768,39.8579],[141.97642,39.85794],[141.97667,39.85811],[141.97638,39.85834],[141.97574,39.85838],[141.97578,39.85847],[141.97498,39.85837],[141.975,39.85852],[141.97555,39.85864],[141.97483,39.85882],[141.97477,39.85961],[141.97486,39.85975],[141.97541,39.85979],[141.97565,39.86009],[141.97626,39.86011],[141.97621,39.86025],[141.97563,39.86032],[141.97557,39.86071],[141.97607,39.86088],[141.97569,39.86109],[141.97578,39.86116],[141.97561,39.86123],[141.97573,39.86133],[141.97558,39.86135],[141.97563,39.86161],[141.97594,39.862],[141.97679,39.86192],[141.9771,39.86235],[141.97753,39.86219],[141.97754,39.86249],[141.97768,39.86255],[141.9776,39.86276],[141.97742,39.86278],[141.97749,39.86339],[141.97787,39.86347],[141.97801,39.86375],[141.97834,39.86384],[141.97849,39.86406],[141.97879,39.86407],[141.97865,39.86476],[141.9789,39.86475],[141.97908,39.86441],[141.97911,39.86482],[141.97891,39.8654],[141.97873,39.86537],[141.97874,39.86495],[141.97861,39.86544],[141.97826,39.86553],[141.97859,39.866],[141.97834,39.86627],[141.97825,39.86667],[141.97804,39.86665],[141.97804,39.86638],[141.97787,39.86674],[141.9774,39.86682],[141.97726,39.8667],[141.97698,39.86719],[141.97704,39.8674],[141.97656,39.86794],[141.97661,39.86849],[141.97636,39.86885],[141.97634,39.86933],[141.97684,39.87019],[141.97675,39.87045],[141.97702,39.87091],[141.97714,39.87088],[141.97708,39.87177],[141.97683,39.87181],[141.97652,39.87253],[141.97596,39.87291],[141.97585,39.87285],[141.97547,39.87323],[141.97548,39.87341],[141.97508,39.87349],[141.97487,39.87373],[141.97501,39.87381],[141.97494,39.87392],[141.97464,39.87383],[141.97452,39.87401],[141.97469,39.87412],[141.97466,39.87422],[141.97444,39.87418],[141.97425,39.87458],[141.97407,39.8746],[141.9739,39.87506],[141.97451,39.87506],[141.97444,39.87539],[141.97455,39.87554],[141.97441,39.87587],[141.97422,39.87593],[141.97435,39.87621],[141.97388,39.87632],[141.97359,39.87623],[141.97342,39.87645],[141.9735,39.87704],[141.97337,39.87735],[141.97368,39.87839],[141.9733,39.87841],[141.97316,39.8788],[141.97267,39.87879],[141.97317,39.87904],[141.97312,39.87925],[141.97285,39.87931],[141.97294,39.87941],[141.97176,39.87953],[141.97177,39.87973],[141.97111,39.8808],[141.97113,39.88134],[141.97169,39.88129],[141.97174,39.88146],[141.97204,39.88151],[141.97191,39.88197],[141.9714,39.88197],[141.97118,39.8818],[141.97102,39.88225],[141.97134,39.88242],[141.97125,39.8826],[141.97194,39.88275],[141.97176,39.88292],[141.97194,39.88304],[141.97161,39.88308],[141.97188,39.88312],[141.97189,39.8834],[141.97162,39.88345],[141.97164,39.8832],[141.9713,39.88297],[141.97131,39.88377],[141.97108,39.88433],[141.97123,39.88446],[141.97117,39.88463],[141.97083,39.88491],[141.97007,39.88498],[141.97007,39.88519],[141.96973,39.88519],[141.9698,39.88534],[141.96957,39.88517],[141.96969,39.8849],[141.96952,39.88468],[141.96926,39.88462],[141.96921,39.88476],[141.96887,39.88456],[141.96866,39.88498],[141.96855,39.88471],[141.96789,39.88463],[141.96616,39.885],[141.96528,39.88481],[141.96403,39.88493],[141.96211,39.88569],[141.96131,39.88629],[141.96015,39.88687],[141.95951,39.88776],[141.95855,39.88848],[141.95854,39.88874],[141.95832,39.8887],[141.95797,39.88939],[141.95803,39.88958],[141.9578,39.88978],[141.95802,39.88995],[141.95714,39.89],[141.95658,39.89043],[141.95621,39.89037],[141.95521,39.89111],[141.95475,39.89234],[141.95488,39.89283],[141.95477,39.89333],[141.95507,39.89361],[141.95479,39.8937],[141.95485,39.89404],[141.95461,39.89405],[141.95437,39.89448],[141.95388,39.89481],[141.9539,39.89495],[141.95347,39.89516],[141.95313,39.89623],[141.95342,39.89722],[141.95323,39.89769],[141.95245,39.89834],[141.9523,39.89903],[141.95241,39.89964],[141.95189,39.90058],[141.9519,39.90098],[141.95144,39.90123],[141.95142,39.90167],[141.95176,39.90228],[141.9514,39.90263],[141.95041,39.90454],[141.94982,39.9052],[141.94952,39.90584],[141.9493,39.90722],[141.94986,39.90848],[141.94904,39.90987],[141.94861,39.9103],[141.94828,39.91027],[141.94792,39.91054],[141.94789,39.91087],[141.9491,39.9116],[141.94899,39.9117],[141.94809,39.91109],[141.94733,39.91184],[141.94817,39.91222],[141.94842,39.91257],[141.9478,39.9135],[141.94716,39.91329],[141.94697,39.91304],[141.94534,39.91468],[141.94368,39.9155],[141.94354,39.91538],[141.94338,39.91561],[141.94384,39.91598],[141.9436,39.91623],[141.94378,39.91599],[141.94354,39.91585],[141.94278,39.91619],[141.9419,39.91619],[141.94162,39.91636],[141.94131,39.91705],[141.94239,39.91729],[141.94231,39.91746],[141.94114,39.91715],[141.94075,39.91817],[141.94086,39.91835],[141.93977,39.91954],[141.93983,39.91987],[141.94005,39.91999],[141.94017,39.92059],[141.94065,39.92113],[141.94086,39.92175],[141.94096,39.92228],[141.94073,39.92283],[141.94099,39.92344],[141.94212,39.92365],[141.94244,39.92436],[141.94282,39.92478],[141.94267,39.92482],[141.94273,39.92496],[141.94342,39.92545],[141.94331,39.92585],[141.94313,39.92573],[141.94308,39.92585],[141.94275,39.92558],[141.94284,39.9259],[141.94269,39.92571],[141.94241,39.92577],[141.94222,39.92563],[141.94221,39.92592],[141.94163,39.92574],[141.94104,39.9258],[141.94065,39.92602],[141.94034,39.92643],[141.94021,39.92749],[141.94052,39.92801],[141.94087,39.92821],[141.94113,39.92826],[141.9417,39.92799],[141.94215,39.92824],[141.94253,39.92822],[141.9426,39.92863],[141.94288,39.92868],[141.94261,39.92874],[141.94319,39.92883],[141.94324,39.92908],[141.94282,39.92911],[141.94312,39.92925],[141.94284,39.92931],[141.94293,39.92952],[141.94279,39.92939],[141.94287,39.92954],[141.9427,39.92952],[141.94303,39.92992],[141.94239,39.92982],[141.94273,39.93],[141.9426,39.9307],[141.9423,39.93081],[141.94249,39.93106],[141.94212,39.93086],[141.94198,39.93092],[141.94197,39.93115],[141.94216,39.93097],[141.94246,39.9312],[141.94243,39.93139],[141.94199,39.93146],[141.94161,39.93127],[141.94152,39.93103],[141.94095,39.93118],[141.94081,39.93101],[141.94093,39.93135],[141.94077,39.93138],[141.94081,39.93165],[141.94055,39.93124],[141.9406,39.93103],[141.93974,39.93129],[141.93956,39.93112],[141.93848,39.93174],[141.93842,39.93281],[141.93911,39.93369],[141.93931,39.93369],[141.93971,39.93334],[141.94016,39.93364],[141.941,39.93291],[141.9414,39.93235],[141.94133,39.93217],[141.94151,39.93216],[141.94153,39.93234],[141.94108,39.93296],[141.94019,39.9338],[141.94061,39.93402],[141.94086,39.93381],[141.94107,39.934],[141.94113,39.93387],[141.94159,39.93443],[141.94146,39.9345],[141.94168,39.9346],[141.94183,39.93506],[141.94217,39.93527],[141.94219,39.93554],[141.94205,39.93547],[141.94202,39.9358],[141.9419,39.93578],[141.94211,39.93601],[141.94188,39.93628],[141.9425,39.93647],[141.94195,39.93661],[141.94231,39.93685],[141.94232,39.93742],[141.94184,39.93735],[141.9412,39.93776],[141.94238,39.93923],[141.94185,39.93885],[141.94153,39.9382],[141.94112,39.93825],[141.94101,39.93848],[141.9412,39.93883],[141.94118,39.93916],[141.9409,39.9384],[141.94001,39.93859],[141.9397,39.939],[141.93983,39.93926],[141.94121,39.93971],[141.94135,39.93953],[141.9412,39.93981],[141.94131,39.93996],[141.94207,39.94001],[141.94228,39.94026],[141.94252,39.94009],[141.94248,39.94027],[141.9428,39.94023],[141.94276,39.94051],[141.94289,39.94058],[141.94312,39.94038],[141.94335,39.94044],[141.94349,39.94088],[141.94294,39.94075],[141.94363,39.94104],[141.94371,39.94155],[141.94332,39.94138],[141.94369,39.94161],[141.94371,39.94186],[141.94359,39.9416],[141.94355,39.94181],[141.94347,39.94173],[141.94355,39.94243],[141.94309,39.94248],[141.94308,39.94268],[141.9434,39.94276],[141.94315,39.94273],[141.94303,39.94289],[141.94348,39.94302],[141.9433,39.94301],[141.94335,39.94312],[141.94318,39.94297],[141.94301,39.9433],[141.94323,39.94374],[141.94414,39.9445],[141.9454,39.94591],[141.94601,39.94568],[141.94551,39.94591],[141.94561,39.94608],[141.94608,39.94605],[141.94641,39.94576],[141.94733,39.94569],[141.94805,39.94595],[141.94844,39.94582],[141.94827,39.94601],[141.94859,39.94616],[141.94962,39.94572],[141.94985,39.94572],[141.94975,39.9459],[141.94994,39.94586],[141.9499,39.94597],[141.94995,39.946],[141.95019,39.94567],[141.95019,39.94578],[141.95126,39.94589],[141.95111,39.9462],[141.95136,39.94626],[141.95169,39.94604],[141.95175,39.94639],[141.95235,39.94643],[141.95258,39.94598],[141.95283,39.94582],[141.95327,39.94585],[141.95355,39.94571],[141.95356,39.94556],[141.95413,39.94571],[141.95531,39.94559],[141.95542,39.94528],[141.95529,39.94526],[141.95563,39.94486],[141.95541,39.94474],[141.95589,39.94467],[141.95573,39.94456],[141.95596,39.9446],[141.95614,39.94437],[141.9572,39.94452],[141.95708,39.94486],[141.95676,39.94492],[141.9566,39.94514],[141.95732,39.94516],[141.95724,39.94554],[141.95774,39.94559],[141.9576,39.94566],[141.95779,39.94611],[141.9588,39.9461],[141.95909,39.94588],[141.95891,39.94578],[141.95907,39.94546],[141.95957,39.94544],[141.95959,39.94526],[141.95983,39.94532],[141.9599,39.94505],[141.96029,39.94516],[141.96031,39.94503],[141.96013,39.94502],[141.96006,39.94495],[141.96044,39.94497],[141.96063,39.94473],[141.96047,39.94464],[141.96071,39.94477],[141.96122,39.94547],[141.9608,39.94558],[141.9613,39.94578],[141.96096,39.94579],[141.96084,39.94613],[141.96037,39.94619],[141.96029,39.9466],[141.96049,39.94632],[141.96061,39.94634],[141.96046,39.94653],[141.96067,39.94651],[141.96008,39.94715],[141.96023,39.94727],[141.96006,39.94743],[141.96015,39.94775],[141.95926,39.94762],[141.9591,39.94801],[141.95842,39.94856],[141.95844,39.94878],[141.95811,39.94883],[141.95781,39.94973],[141.95793,39.95024],[141.95782,39.95036],[141.95816,39.95083],[141.95879,39.95118],[141.95904,39.95095],[141.95883,39.9512],[141.95948,39.95152],[141.95969,39.95131],[141.95961,39.95088],[141.95981,39.95095],[141.96023,39.95086],[141.96042,39.95064],[141.96076,39.95066],[141.96106,39.95095],[141.96101,39.95114],[141.9605,39.95117],[141.96037,39.9513],[141.96053,39.95143],[141.96032,39.95156],[141.96122,39.9519],[141.96154,39.95183],[141.96149,39.95171],[141.96208,39.95178],[141.96194,39.95212],[141.96211,39.95219],[141.9622,39.95195],[141.96245,39.95211],[141.96229,39.95258],[141.96188,39.95234],[141.9615,39.95247],[141.96228,39.95283],[141.96297,39.9529],[141.96317,39.95339],[141.9629,39.95353],[141.96264,39.95322],[141.96211,39.95308],[141.96193,39.95341],[141.96127,39.95275],[141.96119,39.95293],[141.96131,39.95308],[141.96116,39.95326],[141.96094,39.95323],[141.96118,39.95335],[141.96099,39.95341],[141.96083,39.95306],[141.96102,39.95284],[141.96084,39.95271],[141.96018,39.95291],[141.95979,39.9529],[141.95959,39.95271],[141.95916,39.95279],[141.95915,39.95307],[141.95885,39.9532],[141.95824,39.95329],[141.95824,39.95345],[141.95807,39.95351],[141.95819,39.95369],[141.95772,39.95354],[141.95718,39.95395],[141.95695,39.95452],[141.95713,39.95549],[141.95803,39.95573],[141.95762,39.95598],[141.95783,39.95614],[141.95831,39.95591],[141.95859,39.95599],[141.95848,39.95626],[141.95831,39.95628],[141.95847,39.95634],[141.95838,39.95646],[141.95886,39.95649],[141.95893,39.95669],[141.9593,39.95675],[141.95797,39.95737],[141.95715,39.95716],[141.9569,39.9573],[141.95746,39.95762],[141.95792,39.95758],[141.9583,39.95789],[141.95792,39.95805],[141.95754,39.95789],[141.9571,39.95803],[141.95689,39.95755],[141.95684,39.95787],[141.95648,39.95773],[141.95632,39.95789],[141.95616,39.95783],[141.95581,39.95825],[141.95561,39.95907],[141.95583,39.9593],[141.95698,39.95922],[141.95564,39.95942],[141.95581,39.96183],[141.95568,39.96296],[141.95606,39.96296],[141.95661,39.96325],[141.9561,39.9635],[141.95554,39.96326],[141.9553,39.96355],[141.95515,39.96462],[141.95535,39.96586],[141.95509,39.96599],[141.95509,39.96645],[141.95567,39.96666],[141.95559,39.96681],[141.95533,39.96681],[141.95528,39.96707],[141.95596,39.96726],[141.95509,39.96733],[141.95503,39.96751],[141.95542,39.96759],[141.95533,39.96785],[141.95625,39.96783],[141.95646,39.96796],[141.95639,39.96815],[141.95667,39.96827],[141.95645,39.96842],[141.95559,39.96824],[141.95535,39.96863],[141.95583,39.96858],[141.95602,39.96875],[141.95509,39.96879],[141.95587,39.96919],[141.95584,39.96951],[141.95542,39.96984],[141.95471,39.96959],[141.95424,39.96999],[141.95464,39.97035],[141.9542,39.97066],[141.95458,39.97109],[141.95416,39.97119],[141.95411,39.9714],[141.9543,39.97198],[141.95486,39.97216],[141.95477,39.9724],[141.95553,39.97252],[141.95552,39.97269],[141.95572,39.97278],[141.95564,39.97289],[141.95484,39.97291],[141.95474,39.97338],[141.95499,39.97359],[141.95502,39.97384],[141.95481,39.974],[141.95474,39.97442],[141.95441,39.97428],[141.95441,39.97472],[141.95457,39.97483],[141.95444,39.97505],[141.95479,39.97527],[141.95558,39.97527],[141.95529,39.97559],[141.95475,39.97552],[141.95459,39.97588],[141.95464,39.97748],[141.9548,39.97776],[141.95532,39.97784],[141.95586,39.97823],[141.95567,39.97826],[141.95646,39.97852],[141.95628,39.97898],[141.95696,39.9791],[141.95712,39.97929],[141.95673,39.97961],[141.95514,39.97986],[141.95517,39.9802],[141.95579,39.98043],[141.95558,39.98047],[141.95579,39.98077],[141.95553,39.98063],[141.9557,39.98087],[141.95544,39.98076],[141.95533,39.98051],[141.95537,39.98077],[141.95598,39.98121],[141.95532,39.98129],[141.95514,39.98154],[141.95581,39.98181],[141.95595,39.98205],[141.95583,39.98238],[141.95447,39.98279],[141.95459,39.98309],[141.95449,39.98317],[141.95534,39.98322],[141.95594,39.98357],[141.95597,39.98376],[141.95576,39.98368],[141.95554,39.98386],[141.95523,39.98455],[141.95459,39.98434],[141.95444,39.98456],[141.95473,39.98466],[141.95477,39.98501],[141.95412,39.98537],[141.95332,39.98547],[141.95246,39.98511],[141.95236,39.98494],[141.95206,39.98502],[141.95202,39.98513],[141.95278,39.98545],[141.95277,39.98556],[141.95249,39.98547],[141.9525,39.98562],[141.95367,39.98636],[141.95378,39.98676],[141.95357,39.98686],[141.95384,39.98711],[141.95325,39.98713],[141.95327,39.98684],[141.95237,39.98661],[141.95198,39.98687],[141.95189,39.9866],[141.95166,39.98635],[141.9518,39.98657],[141.95165,39.98674],[141.95175,39.98685],[141.95129,39.98663],[141.95137,39.98687],[141.9511,39.98687],[141.95136,39.98723],[141.95069,39.98687],[141.95061,39.98745],[141.95082,39.98769],[141.95075,39.98782],[141.95134,39.98815],[141.95125,39.98845],[141.95089,39.98852],[141.95059,39.98853],[141.95011,39.98822],[141.94995,39.98838],[141.95076,39.98937],[141.95074,39.98965],[141.95045,39.9894],[141.9503,39.98966],[141.95048,39.98995],[141.95024,39.99017],[141.9503,39.99038],[141.94971,39.99045],[141.94949,39.99025],[141.94924,39.98986],[141.94927,39.98939],[141.94896,39.98935],[141.94884,39.98899],[141.94872,39.98901],[141.94865,39.98943],[141.94826,39.98934],[141.94797,39.98984],[141.94772,39.98994],[141.9481,39.99006],[141.94793,39.99031],[141.94768,39.9903],[141.94758,39.99072],[141.94798,39.9907],[141.94803,39.9909],[141.94775,39.99145],[141.94753,39.99148],[141.94741,39.99167],[141.94755,39.99154],[141.94759,39.99173],[141.94782,39.99154],[141.94786,39.99192],[141.9476,39.99224],[141.94706,39.99251],[141.94714,39.99287],[141.94684,39.99297],[141.947,39.99338],[141.94673,39.99353],[141.94621,39.99342],[141.94618,39.99363],[141.94591,39.99365],[141.94609,39.99379],[141.946,39.9939],[141.94545,39.99348],[141.94551,39.99424],[141.94518,39.99397],[141.94503,39.99409],[141.94516,39.99424],[141.94493,39.99435],[141.9451,39.99452],[141.94433,39.99442],[141.94519,39.99483],[141.94535,39.99558],[141.94521,39.99606],[141.94539,39.99662],[141.94522,39.99699],[141.94497,39.99699],[141.94519,39.99734],[141.94381,39.99737],[141.94384,39.99779],[141.94368,39.99806],[141.94314,39.99795],[141.94334,39.99822],[141.94284,39.99865],[141.94248,39.99866],[141.94252,39.99893],[141.94228,39.99906],[141.94212,39.99897],[141.94217,39.99864],[141.94199,39.99858],[141.94153,39.99905],[141.9413,39.99883],[141.94097,39.99899],[141.9409,39.99925],[141.94051,39.99896],[141.94018,39.9992],[141.93951,39.9993],[141.93964,39.99957],[141.9401,39.99983],[141.94004,39.99996],[141.93977,39.99993],[141.94008,40.00026],[141.93977,40.00036],[141.9404,40.00028],[141.94077,40.00125],[141.94038,40.00141],[141.94049,40.00191],[141.94024,40.00214],[141.93997,40.00186],[141.93958,40.00179],[141.93943,40.00201],[141.93885,40.0022],[141.93889,40.00296],[141.93786,40.00272],[141.93778,40.00305],[141.93753,40.00307],[141.93739,40.00275],[141.93682,40.00291],[141.93692,40.00377],[141.93716,40.00433],[141.93777,40.00453],[141.93736,40.00464],[141.93775,40.0048],[141.9376,40.00508],[141.93779,40.00529],[141.93757,40.0054],[141.93774,40.00561],[141.9377,40.00592],[141.93726,40.00607],[141.93715,40.00647],[141.93668,40.00671],[141.93653,40.00697],[141.93673,40.0076],[141.93652,40.00789],[141.93655,40.00819],[141.93583,40.00831],[141.93578,40.00895],[141.93534,40.00967],[141.93446,40.00953],[141.93413,40.0093],[141.93415,40.00907],[141.93402,40.009],[141.93392,40.00942],[141.93328,40.01011],[141.93299,40.01015],[141.93297,40.01043],[141.93248,40.01042],[141.93222,40.01021],[141.9316,40.01037],[141.93163,40.0101],[141.9311,40.01013],[141.93085,40.00993],[141.93057,40.00943],[141.93072,40.0093],[141.93036,40.00925],[141.93027,40.00908],[141.93039,40.00897],[141.93013,40.00886],[141.93018,40.00866],[141.92995,40.00869],[141.92962,40.00815],[141.92929,40.00825],[141.9292,40.00807],[141.92853,40.00831],[141.92867,40.0086],[141.92854,40.00842],[141.92828,40.00857],[141.92825,40.00897],[141.92881,40.00893],[141.92832,40.00905],[141.92844,40.00922],[141.92727,40.00919],[141.92675,40.00948],[141.92738,40.00968],[141.92706,40.00959],[141.92684,40.0097],[141.92614,40.00918],[141.92557,40.00902],[141.92537,40.00881],[141.92547,40.00862],[141.9246,40.00813],[141.9235,40.00809],[141.92311,40.00822],[141.92346,40.008],[141.92437,40.00806],[141.92439,40.00778],[141.92352,40.00761],[141.9235,40.00787],[141.92348,40.00766],[141.92313,40.00764],[141.92312,40.00784],[141.92229,40.0079],[141.92273,40.00885],[141.92263,40.00895],[141.92228,40.00835],[141.92222,40.00791],[141.92202,40.00779],[141.92147,40.00826],[141.92111,40.00835],[141.92082,40.00797],[141.91964,40.00778],[141.91872,40.00805],[141.91815,40.00789],[141.91755,40.00802],[141.91729,40.00789],[141.91548,40.00819],[141.91393,40.00871],[141.91353,40.00902],[141.91279,40.0091],[141.91213,40.00981],[141.91213,40.00995],[141.91241,40.0101],[141.91203,40.01004],[141.91159,40.01038],[141.9118,40.01071],[141.91154,40.01068],[141.91135,40.01086],[141.91056,40.01041],[141.90931,40.0112],[141.90833,40.01209],[141.90821,40.01201],[141.90907,40.01123],[141.90988,40.01071],[141.90947,40.01068],[141.90878,40.00999],[141.90796,40.01039],[141.90882,40.00988],[141.90781,40.00888],[141.90734,40.00916],[141.90792,40.00972],[141.90779,40.0098],[141.90723,40.00918],[141.9069,40.00936],[141.90712,40.00958],[141.90697,40.00948],[141.90599,40.01006],[141.90629,40.01038],[141.90591,40.0101],[141.9051,40.01057],[141.90479,40.01152],[141.90568,40.0117],[141.90586,40.01103],[141.90645,40.01069],[141.90637,40.01058],[141.9072,40.01065],[141.90663,40.01071],[141.90597,40.01109],[141.90574,40.01178],[141.90533,40.0117],[141.90511,40.01205],[141.90472,40.01354],[141.90582,40.01426],[141.90729,40.01284],[141.90683,40.01255],[141.90692,40.01246],[141.9076,40.01278],[141.90545,40.01479],[141.90398,40.01383],[141.90379,40.01392],[141.90393,40.01379],[141.90358,40.01357],[141.90377,40.01378],[141.90351,40.01398],[141.90351,40.01447],[141.90309,40.01445],[141.90314,40.01488],[141.90278,40.01483],[141.90279,40.01462],[141.9023,40.01474],[141.90237,40.01455],[141.90214,40.01455],[141.90198,40.01429],[141.90108,40.01414],[141.89971,40.01475],[141.89921,40.01551],[141.89946,40.01626],[141.8993,40.01675],[141.89947,40.01725],[141.89992,40.01746],[141.90055,40.01833],[141.90095,40.01844],[141.90085,40.01857],[141.90131,40.01859],[141.90115,40.01904],[141.90085,40.01912],[141.90087,40.01928],[141.90062,40.01944],[141.9003,40.01943],[141.90023,40.01966],[141.89991,40.01985],[141.89972,40.0198],[141.8997,40.01957],[141.89952,40.01976],[141.89904,40.0196],[141.89858,40.01991],[141.8982,40.02079],[141.89826,40.02121],[141.89797,40.02124],[141.89734,40.02197],[141.89735,40.02213],[141.89768,40.02216],[141.89772,40.0223],[141.89721,40.02232],[141.89756,40.02257],[141.89734,40.02273],[141.89743,40.02285],[141.89795,40.02293],[141.89737,40.02413],[141.89703,40.02428],[141.89609,40.0243],[141.89598,40.02458],[141.89628,40.02459],[141.89629,40.02472],[141.89553,40.02483],[141.89645,40.02542],[141.8964,40.02567],[141.89573,40.02588],[141.89537,40.02548],[141.89486,40.0261],[141.89526,40.0261],[141.89525,40.02627],[141.89496,40.02658],[141.89484,40.02636],[141.89416,40.02702],[141.89421,40.02731],[141.89326,40.02748],[141.8936,40.02766],[141.89351,40.02775],[141.89294,40.02763],[141.89221,40.02866],[141.89198,40.02865],[141.89192,40.02823],[141.8904,40.02899],[141.89019,40.02934],[141.89036,40.0294],[141.89039,40.02993],[141.89051,40.02997],[141.89015,40.03022],[141.89023,40.03044],[141.88976,40.0307],[141.88999,40.03068],[141.88988,40.03081],[141.88965,40.03089],[141.88955,40.03078],[141.88984,40.03052],[141.88981,40.03019],[141.88947,40.03027],[141.88951,40.0306],[141.88938,40.03039],[141.889,40.03067],[141.88872,40.03059],[141.88858,40.03095],[141.8879,40.03116],[141.88854,40.03114],[141.88856,40.03136],[141.88781,40.03136],[141.8879,40.03145],[141.88778,40.0315],[141.88765,40.03117],[141.88702,40.03135],[141.88698,40.03162],[141.88719,40.03192],[141.88698,40.03271],[141.88761,40.03278],[141.88777,40.03258],[141.88783,40.03284],[141.88812,40.03297],[141.88872,40.03236],[141.88883,40.03243],[141.88817,40.03303],[141.88828,40.03356],[141.88844,40.03319],[141.88941,40.03348],[141.88937,40.03398],[141.88861,40.034],[141.88844,40.03416],[141.8883,40.03379],[141.88775,40.03425],[141.8876,40.03385],[141.8867,40.03447],[141.88656,40.03435],[141.88757,40.0338],[141.8875,40.03354],[141.88788,40.03332],[141.88758,40.03333],[141.88799,40.033],[141.88778,40.03293],[141.88786,40.03301],[141.8876,40.03317],[141.88768,40.03288],[141.88756,40.03285],[141.88728,40.03282],[141.88719,40.03308],[141.88648,40.03356],[141.88665,40.03381],[141.88604,40.03326],[141.88568,40.0336],[141.88585,40.03331],[141.8855,40.03306],[141.88517,40.03316],[141.88484,40.03353],[141.88505,40.03361],[141.88493,40.03378],[141.88512,40.034],[141.88471,40.03408],[141.88527,40.03447],[141.885,40.03453],[141.88506,40.03472],[141.88485,40.03478],[141.88515,40.03492],[141.885,40.03514],[141.88528,40.03526],[141.8853,40.03543],[141.88491,40.03548],[141.88445,40.03518],[141.88431,40.03526],[141.88536,40.03575],[141.88496,40.03593],[141.88537,40.03644],[141.88493,40.03636],[141.88491,40.03651],[141.88463,40.03648],[141.88469,40.03661],[141.88448,40.03667],[141.88422,40.03628],[141.88413,40.03643],[141.88386,40.03637],[141.88376,40.03649],[141.88394,40.03693],[141.8837,40.03672],[141.88371,40.03693],[141.8834,40.0368],[141.88371,40.03713],[141.88366,40.03751],[141.88335,40.03745],[141.88313,40.03722],[141.88265,40.03766],[141.88264,40.0378],[141.88302,40.03793],[141.88318,40.03821],[141.88291,40.03825],[141.88283,40.0386],[141.88333,40.03878],[141.88343,40.03909],[141.88291,40.03907],[141.88267,40.03965],[141.88213,40.03949],[141.88257,40.03977],[141.88241,40.04007],[141.88167,40.03984],[141.8823,40.0404],[141.88206,40.04052],[141.88207,40.04078],[141.88175,40.04068],[141.88147,40.04078],[141.88168,40.0413],[141.88267,40.04122],[141.88272,40.04161],[141.88231,40.04182],[141.88173,40.04153],[141.88127,40.04165],[141.88157,40.04195],[141.88136,40.04199],[141.88192,40.04257],[141.88166,40.04272],[141.88078,40.04256],[141.88162,40.043],[141.88142,40.04323],[141.88144,40.04344],[141.8812,40.04342],[141.88121,40.0436],[141.88096,40.04357],[141.88082,40.04343],[141.88091,40.04331],[141.88049,40.0431],[141.88009,40.04392],[141.87969,40.04375],[141.87974,40.04417],[141.87934,40.04392],[141.87933,40.0441],[141.87888,40.04401],[141.879,40.04454],[141.87941,40.04494],[141.87918,40.04552],[141.87832,40.04562],[141.87809,40.04581],[141.87831,40.04602],[141.87846,40.04658],[141.87838,40.04684],[141.87851,40.04706],[141.87832,40.04753],[141.87805,40.04754],[141.87776,40.04731],[141.87751,40.04741],[141.87736,40.04772],[141.87714,40.04766],[141.8772,40.04787],[141.87682,40.04776],[141.87668,40.04867],[141.87574,40.04846],[141.87599,40.04916],[141.87581,40.04895],[141.87578,40.04915],[141.87517,40.04873],[141.87482,40.04889],[141.8746,40.04856],[141.87405,40.04865],[141.87413,40.04891],[141.87366,40.0488],[141.87311,40.04824],[141.87152,40.04827],[141.87099,40.04843],[141.87053,40.04904],[141.87052,40.04925],[141.87078,40.04939],[141.87024,40.04924],[141.87006,40.0496],[141.87025,40.05022],[141.87059,40.05025],[141.87053,40.05069],[141.87024,40.05045],[141.87029,40.05026],[141.87006,40.05029],[141.86951,40.05067],[141.86968,40.05108],[141.86947,40.05107],[141.86939,40.05087],[141.86925,40.05103],[141.86892,40.05086],[141.86881,40.05092],[141.86923,40.05123],[141.86869,40.05095],[141.86821,40.05105],[141.86799,40.05135],[141.86811,40.05161],[141.86858,40.05171],[141.86864,40.05203],[141.86891,40.05197],[141.86895,40.05224],[141.86921,40.05211],[141.86904,40.05269],[141.86864,40.05243],[141.86841,40.05248],[141.86926,40.05294],[141.8692,40.05319],[141.86892,40.05301],[141.86905,40.05325],[141.86851,40.05294],[141.86842,40.05324],[141.8682,40.05295],[141.86817,40.0531],[141.86718,40.05288],[141.86552,40.05165],[141.86492,40.05158],[141.86467,40.05184],[141.86475,40.05192],[141.86418,40.05239],[141.86408,40.05233],[141.8645,40.0519],[141.86442,40.05141],[141.86376,40.05112],[141.86338,40.05174],[141.86375,40.05196],[141.86318,40.05171],[141.86313,40.05196],[141.86248,40.05222],[141.86253,40.05237],[141.86238,40.05228],[141.86244,40.05249],[141.862,40.05233],[141.86155,40.05242],[141.86183,40.05287],[141.86156,40.05342],[141.86134,40.05335],[141.86173,40.05285],[141.86144,40.05249],[141.85966,40.05335],[141.85996,40.05373],[141.86053,40.05385],[141.86065,40.05394],[141.86213,40.05378],[141.86235,40.05388],[141.86061,40.054],[141.85883,40.05486],[141.85877,40.05478],[141.85909,40.05458],[141.86056,40.05395],[141.85996,40.05385],[141.85949,40.05334],[141.85895,40.05334],[141.85803,40.05374],[141.85764,40.05371],[141.85742,40.05405],[141.85717,40.05394],[141.85629,40.05423],[141.85627,40.05442],[141.85609,40.05444],[141.85616,40.05461],[141.85648,40.05465],[141.85674,40.05489],[141.85635,40.05472],[141.85659,40.05488],[141.85642,40.05491],[141.85601,40.05459],[141.85579,40.05465],[141.85564,40.05484],[141.85587,40.05497],[141.85557,40.05495],[141.8564,40.05518],[141.85619,40.05538],[141.85605,40.05519],[141.85581,40.05534],[141.85527,40.05517],[141.85498,40.05546],[141.85528,40.05554],[141.85533,40.05571],[141.85461,40.05559],[141.85463,40.05586],[141.85418,40.05574],[141.85397,40.05597],[141.85347,40.05564],[141.85281,40.05605],[141.85288,40.05566],[141.85152,40.05536],[141.85126,40.05592],[141.85202,40.05616],[141.85083,40.05584],[141.85072,40.05613],[141.85011,40.05667],[141.85008,40.05713],[141.84927,40.05849],[141.8492,40.05881],[141.84954,40.05944],[141.8493,40.05944],[141.84944,40.05962],[141.84907,40.05946],[141.84889,40.05977],[141.84944,40.06012],[141.84883,40.05998],[141.84861,40.06068],[141.84875,40.06084],[141.84856,40.06071],[141.84853,40.06082],[141.84834,40.06078],[141.84843,40.06089],[141.84808,40.0609],[141.84783,40.06133],[141.84774,40.06106],[141.8472,40.06121],[141.84696,40.06143],[141.84723,40.06149],[141.84649,40.06156],[141.84608,40.06198],[141.84571,40.06211],[141.84558,40.06252],[141.84575,40.06256],[141.84573,40.06269],[141.84547,40.06261],[141.84529,40.06292],[141.84562,40.06295],[141.84554,40.06307],[141.84584,40.06299],[141.84584,40.0631],[141.84541,40.06354],[141.8452,40.06335],[141.845,40.0634],[141.84527,40.06373],[141.84508,40.06418],[141.84477,40.06422],[141.84486,40.06449],[141.84443,40.06441],[141.84422,40.06474],[141.84397,40.06476],[141.84394,40.06497],[141.84362,40.06504],[141.8437,40.06512],[141.84346,40.06518],[141.84324,40.0655],[141.84374,40.06583],[141.8434,40.06595],[141.84316,40.06582],[141.84274,40.06624],[141.84269,40.06642],[141.84313,40.06648],[141.84317,40.06671],[141.84279,40.06681],[141.8427,40.06659],[141.84262,40.06678],[141.84227,40.06669],[141.84253,40.06728],[141.84227,40.06745],[141.84188,40.06736],[141.84203,40.06756],[141.84177,40.06736],[141.84153,40.06751],[141.84146,40.06786],[141.84118,40.06799],[141.84136,40.06808],[141.84117,40.06851],[141.84085,40.06837],[141.84101,40.06869],[141.84075,40.06874],[141.84053,40.06845],[141.84065,40.06873],[141.84038,40.06871],[141.84074,40.06892],[141.8402,40.06892],[141.84034,40.06949],[141.84009,40.06943],[141.83997,40.06966],[141.83968,40.06957],[141.83989,40.0697],[141.83969,40.06975],[141.83951,40.06957],[141.83959,40.06982],[141.83929,40.0699],[141.83909,40.06976],[141.83917,40.0699],[141.83867,40.06991],[141.83853,40.07035],[141.83816,40.07053],[141.83822,40.07096],[141.83803,40.0711],[141.83788,40.07097],[141.83751,40.07105],[141.83748,40.07121],[141.83733,40.07109],[141.83693,40.07134],[141.83561,40.07274],[141.83503,40.07307],[141.83489,40.0733],[141.835,40.07336],[141.83476,40.07333],[141.83478,40.07352],[141.83446,40.07354],[141.83398,40.07422],[141.83356,40.07431],[141.83324,40.07474],[141.83274,40.07645],[141.83287,40.07778],[141.8332,40.07819],[141.83315,40.07871],[141.83259,40.08011],[141.83222,40.08004],[141.833,40.08044],[141.83284,40.08102],[141.83266,40.08091],[141.83279,40.0805],[141.83214,40.08012],[141.83179,40.08065],[141.83231,40.0809],[141.83168,40.0807],[141.83105,40.08146],[141.83186,40.08185],[141.83348,40.08126],[141.83191,40.08194],[141.83073,40.08135],[141.83035,40.08152],[141.83,40.0819],[141.82955,40.08304],[141.82896,40.0856],[141.82893,40.08773],[141.82922,40.08878],[141.83081,40.09046],[141.83113,40.09171],[141.83065,40.09246],[141.83071,40.0931],[141.82933,40.09399],[141.82847,40.09519],[141.82788,40.09572],[141.82733,40.09586],[141.82725,40.09625],[141.82696,40.09645],[141.82667,40.0971],[141.82677,40.09774],[141.82641,40.0981],[141.82654,40.09854],[141.82638,40.09913],[141.82677,40.09962],[141.82638,40.09988],[141.82606,40.10074],[141.82622,40.10161],[141.82613,40.10262],[141.82684,40.10748],[141.82782,40.11131],[141.82861,40.11279],[141.82973,40.11427],[141.8308,40.11506],[141.83142,40.11535],[141.83233,40.11445],[141.83186,40.11498],[141.83251,40.11538],[141.83283,40.11506],[141.83255,40.1154],[141.83385,40.11618],[141.83437,40.1158],[141.83452,40.11591],[141.83323,40.11692],[141.83499,40.1175],[141.83534,40.11743],[141.83646,40.11631],[141.83657,40.11632],[141.83663,40.11671],[141.83584,40.11747],[141.8359,40.11768],[141.83555,40.118],[141.83577,40.11807],[141.83593,40.11838],[141.83518,40.11997],[141.83514,40.12135],[141.83558,40.12235],[141.83697,40.12459],[141.83868,40.12665],[141.83918,40.12706],[141.84066,40.1291],[141.84255,40.13045],[141.8442,40.13217],[141.84578,40.13341],[141.8471,40.13408],[141.84779,40.13431],[141.84788,40.13422],[141.84775,40.13448],[141.84797,40.13472],[141.84839,40.13484],[141.84914,40.1345],[141.84955,40.13329],[141.84935,40.13399],[141.85081,40.13423],[141.85134,40.13457],[141.85156,40.13447],[141.85117,40.13376],[141.85156,40.1344],[141.85378,40.13368],[141.85363,40.1334],[141.85494,40.13299],[141.85508,40.13279],[141.85497,40.13303],[141.85513,40.13332],[141.85648,40.13292],[141.85718,40.13223],[141.85682,40.13206],[141.85569,40.13196],[141.85395,40.13111],[141.85403,40.13101],[141.85581,40.1318],[141.85691,40.13202],[141.85832,40.13185],[141.85925,40.1314],[141.85942,40.1318],[141.85972,40.13195],[141.86045,40.13189],[141.86094,40.1321],[141.86173,40.13216],[141.86225,40.13215],[141.8625,40.132],[141.86331,40.13204],[141.86385,40.13247],[141.86482,40.13282],[141.86543,40.1327],[141.8654,40.1325],[141.86564,40.13251],[141.86563,40.1327],[141.86581,40.13278],[141.86578,40.13333],[141.86772,40.13456],[141.86869,40.13469],[141.87053,40.13463],[141.87211,40.13551],[141.87185,40.13562],[141.87199,40.13661],[141.87235,40.1369],[141.87248,40.13735],[141.87279,40.13752],[141.87264,40.13768],[141.87292,40.13821],[141.87279,40.1387],[141.873,40.13903],[141.87291,40.13908],[141.87336,40.1393],[141.87311,40.13932],[141.87308,40.13951],[141.87432,40.14075],[141.87446,40.14132],[141.87468,40.14131],[141.87454,40.14138],[141.87466,40.14165],[141.87525,40.14202],[141.87531,40.14239],[141.87561,40.14241],[141.87551,40.14254],[141.87565,40.14252],[141.87573,40.14272],[141.8762,40.14271],[141.87575,40.14276],[141.8759,40.14284],[141.87576,40.14292],[141.87602,40.14296],[141.87582,40.14306],[141.87582,40.1433],[141.8761,40.14332],[141.87585,40.14346],[141.87633,40.14343],[141.87657,40.14366],[141.87646,40.14375],[141.87657,40.14388],[141.87617,40.14403],[141.87477,40.14404],[141.87398,40.14448],[141.87356,40.14448],[141.87315,40.1447],[141.87274,40.14538],[141.87271,40.14598],[141.87065,40.14839],[141.87043,40.14949],[141.86972,40.15005],[141.86958,40.15123],[141.86966,40.15153],[141.86987,40.15157],[141.86981,40.15177],[141.87007,40.15171],[141.87007,40.15186],[141.86969,40.15183],[141.86923,40.15221],[141.86844,40.15231],[141.86839,40.15242],[141.86859,40.15253],[141.86849,40.15269],[141.86805,40.15235],[141.86762,40.15283],[141.86807,40.15307],[141.86859,40.15291],[141.86864,40.15301],[141.86808,40.15316],[141.86725,40.15274],[141.86652,40.15378],[141.86693,40.15387],[141.86693,40.1542],[141.86648,40.15401],[141.86615,40.15418],[141.86547,40.15419],[141.86473,40.15477],[141.86459,40.15513],[141.86481,40.15619],[141.86461,40.15639],[141.86465,40.15672],[141.86381,40.15682],[141.86241,40.15802],[141.86216,40.15847],[141.86214,40.15878],[141.86235,40.15902],[141.86247,40.15959],[141.86278,40.15988],[141.8628,40.16019],[141.86311,40.16054],[141.86364,40.16057],[141.86382,40.16082],[141.86282,40.16087],[141.86272,40.1607],[141.86241,40.16069],[141.86216,40.16087],[141.86142,40.16088],[141.86091,40.16109],[141.86041,40.16103],[141.86011,40.1614],[141.85998,40.16203],[141.86016,40.16219],[141.86007,40.16232],[141.86023,40.16232],[141.8601,40.16245],[141.86017,40.16284],[141.86031,40.16305],[141.8608,40.16317],[141.86091,40.16367],[141.86013,40.16363],[141.86026,40.16379],[141.86004,40.16407],[141.8594,40.16397],[141.85928,40.16407],[141.85936,40.16428],[141.8589,40.16433],[141.8589,40.16462],[141.85851,40.16464],[141.85795,40.16493],[141.85795,40.16541],[141.85742,40.16538],[141.85739,40.16554],[141.85524,40.16647],[141.85471,40.16683],[141.85475,40.16699],[141.8544,40.16697],[141.85431,40.16711],[141.85462,40.16735],[141.85425,40.16749],[141.8537,40.16735],[141.85362,40.16761],[141.85341,40.16761],[141.85333,40.1678],[141.85299,40.1677],[141.85257,40.16825],[141.85291,40.16825],[141.85285,40.16847],[141.85232,40.16872],[141.85114,40.16853],[141.84863,40.16861],[141.8485,40.16818],[141.84675,40.16844],[141.84643,40.16867],[141.84628,40.16962],[141.8466,40.16977],[141.84618,40.16973],[141.84623,40.16991],[141.84608,40.16991],[141.84629,40.17016],[141.84599,40.17009],[141.84625,40.17033],[141.84579,40.17028],[141.84596,40.17053],[141.84567,40.17032],[141.84544,40.1704],[141.84493,40.17076],[141.84503,40.17089],[141.84475,40.17083],[141.84411,40.17132],[141.84387,40.17159],[141.84396,40.17174],[141.84362,40.1717],[141.84309,40.17205],[141.84251,40.172],[141.84122,40.1725],[141.84111,40.1724],[141.84114,40.17267],[141.84081,40.17253],[141.83932,40.17372],[141.83874,40.17397],[141.83879,40.17406],[141.83858,40.17398],[141.83777,40.17447],[141.8376,40.17471],[141.83773,40.17483],[141.83751,40.17479],[141.83624,40.17554],[141.83628,40.17571],[141.83594,40.17575],[141.83601,40.17601],[141.83583,40.17598],[141.83506,40.1766],[141.83473,40.17743],[141.83492,40.17758],[141.83463,40.17756],[141.8337,40.17807],[141.83286,40.17785],[141.8322,40.17806],[141.83201,40.17821],[141.83223,40.17842],[141.83191,40.17842],[141.83223,40.17851],[141.83233,40.17911],[141.83215,40.17911],[141.83177,40.17868],[141.83169,40.17889],[141.83186,40.17901],[141.83147,40.17902],[141.8317,40.17918],[141.83129,40.17902],[141.83122,40.17918],[141.83036,40.1791],[141.83051,40.1789],[141.82878,40.17868],[141.82699,40.17941],[141.82685,40.17975],[141.82712,40.17985],[141.82687,40.18018],[141.82659,40.17992],[141.82646,40.18005],[141.82653,40.1802],[141.82612,40.18027],[141.8262,40.17998],[141.82573,40.17971],[141.82495,40.17983],[141.82447,40.18014],[141.82345,40.18018],[141.82342,40.18034],[141.82246,40.18052],[141.82199,40.18091],[141.82095,40.18125],[141.82084,40.18142],[141.82075,40.18138],[141.8209,40.18116],[141.82191,40.18084],[141.82273,40.18017],[141.82153,40.1798],[141.82046,40.17994],[141.82056,40.18039],[141.82044,40.18023],[141.81985,40.18066],[141.82041,40.18018],[141.82032,40.17948],[141.81966,40.17921],[141.81913,40.17925],[141.81869,40.17941],[141.81877,40.17977],[141.81836,40.17971],[141.81774,40.17998],[141.8176,40.18018],[141.81783,40.18041],[141.81713,40.1801],[141.81695,40.18032],[141.8159,40.18081],[141.81539,40.18128],[141.81549,40.18149],[141.8153,40.18138],[141.81488,40.18153],[141.81508,40.18196],[141.8149,40.18199],[141.81488,40.18214],[141.81521,40.18221],[141.81525,40.18269],[141.81472,40.18275],[141.81439,40.18253],[141.81387,40.18271],[141.81469,40.18341],[141.81445,40.18352],[141.81353,40.18295],[141.81354,40.18279],[141.81304,40.18282],[141.81313,40.18291],[141.81297,40.18313],[141.81256,40.18285],[141.81202,40.18297],[141.81171,40.18283],[141.81123,40.18301],[141.81121,40.18284],[141.811,40.18286],[141.8109,40.18305],[141.8106,40.18281],[141.8108,40.18308],[141.81044,40.18317],[141.80998,40.18287],[141.80999,40.1827],[141.80964,40.18263],[141.8088,40.18273],[141.80882,40.18311],[141.8086,40.18315],[141.80835,40.18308],[141.80831,40.18272],[141.80757,40.1827],[141.80728,40.18286],[141.80731,40.18305],[141.80706,40.18289],[141.80715,40.18312],[141.80685,40.18278],[141.80673,40.18302],[141.80688,40.18327],[141.80541,40.1859],[141.80528,40.18586],[141.80674,40.18338],[141.8048,40.18333],[141.80479,40.18275],[141.80368,40.18299],[141.80366,40.18334],[141.80383,40.18355],[141.80351,40.1834],[141.80366,40.18359],[141.80293,40.18434],[141.80272,40.18483],[141.80194,40.18439],[141.8015,40.18455],[141.8011,40.18487],[141.80016,40.18635],[141.79931,40.18865],[141.80015,40.18885],[141.80012,40.18892],[141.79925,40.18866],[141.79871,40.18901],[141.79862,40.18962],[141.79844,40.18982],[141.79686,40.1903],[141.79649,40.19011],[141.79439,40.19026],[141.79402,40.19072],[141.7936,40.19503],[141.7957,40.19516],[141.79588,40.1934],[141.79627,40.19266],[141.797,40.1928],[141.79725,40.19279],[141.79734,40.19264],[141.79675,40.19222],[141.79705,40.19163],[141.80013,40.19066],[141.80242,40.18923],[141.80047,40.19055],[141.8026,40.19259],[141.80301,40.19258],[141.80301,40.1928],[141.80305,40.19259],[141.8032,40.19259],[141.80322,40.19382],[141.80158,40.19451],[141.80163,40.19722],[141.80569,40.19718],[141.80653,40.19754],[141.80966,40.19319],[141.80956,40.19307],[141.80979,40.19303],[141.81251,40.18927],[141.8127,40.18934],[141.80572,40.19898],[141.80084,40.19903],[141.80085,40.19948],[141.80072,40.19949],[141.80069,40.1984],[141.79949,40.19842],[141.7995,40.1993],[141.80024,40.19931],[141.79958,40.19932],[141.79903,40.20045],[141.7989,40.20139],[141.79913,40.20173],[141.79912,40.20243],[141.79925,40.20269],[141.80075,40.20267],[141.79925,40.20277],[141.79932,40.20467],[141.79972,40.20597],[141.80086,40.20804],[141.801,40.20872],[141.80329,40.21015],[141.80452,40.21122],[141.80546,40.21249],[141.80699,40.21525],[141.80728,40.21531],[141.80761,40.21515],[141.80728,40.21548],[141.81257,40.21224],[141.81441,40.214],[141.81119,40.21597],[141.81215,40.21688],[141.81344,40.21609],[141.81366,40.2163],[141.81237,40.21709],[141.81389,40.2187],[141.81409,40.2188],[141.8155,40.21794],[141.8177,40.22005],[141.81767,40.22064],[141.81918,40.22136],[141.81966,40.22136],[141.82069,40.22093],[141.82078,40.22103],[141.82169,40.22079],[141.82313,40.22106],[141.82442,40.22049],[141.8259,40.22026],[141.82808,40.2203],[141.82994,40.22084],[141.83079,40.22087],[141.83094,40.2205],[141.83123,40.22051],[141.83152,40.2203],[141.83136,40.22027],[141.83153,40.22008],[141.83187,40.22017],[141.83218,40.21983],[141.83249,40.21987],[141.83308,40.21965],[141.83323,40.21977],[141.83337,40.21945],[141.83325,40.21933],[141.83352,40.21894],[141.83363,40.21835],[141.83379,40.21827],[141.83362,40.21791],[141.83385,40.21748],[141.83469,40.21695],[141.83472,40.2171],[141.8348,40.21696],[141.83511,40.21721],[141.83524,40.2171],[141.83548,40.21763],[141.83479,40.21737],[141.83457,40.21753],[141.83501,40.21807],[141.83528,40.21813],[141.83515,40.21842],[141.83538,40.21879],[141.83496,40.21884],[141.83465,40.21845],[141.83473,40.21892],[141.83452,40.219],[141.83486,40.21916],[141.834,40.21897],[141.83396,40.21919],[141.83354,40.21903],[141.83331,40.21974],[141.83368,40.22026],[141.8333,40.22027],[141.83364,40.22051],[141.83302,40.22049],[141.83369,40.22067],[141.83381,40.22079],[141.8335,40.22065],[141.8331,40.2208],[141.83268,40.22056],[141.83259,40.22066],[141.83288,40.22087],[141.8326,40.22091],[141.83263,40.22098],[141.83364,40.22109],[141.83359,40.22124],[141.8327,40.22156],[141.83197,40.2213],[141.83193,40.22152],[141.83171,40.22161],[141.8318,40.22172],[141.83149,40.22175],[141.83122,40.22287],[141.83154,40.22346],[141.83195,40.22333],[141.83166,40.22347],[141.83199,40.22385],[141.83233,40.22389],[141.83285,40.22343],[141.83263,40.22279],[141.83277,40.22258],[141.8329,40.22265],[141.83276,40.22282],[141.83293,40.22336],[141.83346,40.2231],[141.83367,40.22338],[141.83353,40.2236],[141.83312,40.22366],[141.83285,40.22348],[141.83247,40.2239],[141.83283,40.22407],[141.83287,40.22428],[141.83243,40.22437],[141.83227,40.22406],[141.83184,40.22412],[141.83156,40.22444],[141.83131,40.2252],[141.83155,40.22537],[141.74986,40.22605],[141.74913,40.17201],[141.77261,40.17183],[141.77243,40.15832],[141.7959,40.15812],[141.79438,40.05006],[141.81782,40.04986],[141.81762,40.03635],[141.84105,40.03615],[141.84086,40.02264],[141.86428,40.02244],[141.86388,39.99542],[141.91071,39.99499],[141.90986,39.94096],[141.88647,39.94117],[141.88605,39.91416],[141.90944,39.91394],[141.90902,39.88693],[141.9324,39.88671],[141.93132,39.81916],[141.95468,39.81894],[141.95336,39.73789],[141.93003,39.73811],[141.92961,39.71109],[141.92726,39.56249],[141.99708,39.56182],[141.99617,39.50778],[141.92642,39.50846],[141.92473,39.40038],[141.87829,39.40081],[141.87749,39.34677],[141.85429,39.34697],[141.8533,39.27942],[141.83013,39.27962],[141.82955,39.23909],[141.85272,39.23889],[141.85233,39.21187],[141.82917,39.21207],[141.8286,39.17154],[141.80546,39.17174],[141.8049,39.1312],[141.68925,39.13211],[141.68811,39.03753],[141.59571,39.03817],[141.59426,38.90305],[141.59455,38.93008],[141.52535,38.93051],[141.52496,38.88997],[141.54801,38.88983],[141.54734,38.82227],[141.5243,38.82241],[141.52417,38.8089],[141.50115,38.80903],[141.50102,38.79552],[141.478,38.79565],[141.47763,38.75511],[141.50064,38.75498],[141.50027,38.71444],[141.47727,38.71457],[141.47715,38.70106],[141.40817,38.70142],[141.40763,38.63385],[141.4306,38.63374],[141.43049,38.62023],[141.45346,38.62011],[141.45322,38.59308],[141.43027,38.5932],[141.43004,38.56617],[141.40709,38.56629],[141.40688,38.53926],[141.42982,38.53915],[141.42949,38.49861],[141.45241,38.49849],[141.45207,38.45795],[141.33749,38.4585],[141.2,38.45901],[141.19993,38.44549],[141.17702,38.44556],[141.17689,38.41853],[141.06237,38.41881]],[[141.07952,38.37494],[141.08015,38.37637],[141.08179,38.37597],[141.07704,38.37723],[141.07595,38.37717],[141.07501,38.37692],[141.075,38.3768],[141.07578,38.37692],[141.07554,38.37633],[141.07582,38.37587],[141.08061,38.37462],[141.08227,38.37559],[141.08239,38.3758],[141.08061,38.37465],[141.07952,38.37494]],[[141.52978,38.35959],[141.5295,38.35953],[141.5294,38.3597],[141.52946,38.35936],[141.52918,38.35921],[141.52933,38.35887],[141.52918,38.35888],[141.52916,38.35865],[141.52893,38.3587],[141.52896,38.35843],[141.52925,38.35783],[141.52964,38.35746],[141.52935,38.35756],[141.52949,38.3573],[141.52986,38.35746],[141.53017,38.35738],[141.53025,38.35765],[141.5304,38.3574],[141.53034,38.35764],[141.53067,38.35786],[141.53054,38.35804],[141.53024,38.35802],[141.53066,38.35829],[141.53082,38.35823],[141.53078,38.35872],[141.53043,38.35864],[141.53043,38.35877],[141.53014,38.35883],[141.53067,38.35906],[141.53062,38.35943],[141.53014,38.35948],[141.5299,38.35985],[141.52991,38.35962],[141.52964,38.35987],[141.52978,38.35959]],[[141.42338,38.36372],[141.42374,38.36407],[141.4246,38.36448],[141.42516,38.36444],[141.4259,38.36477],[141.42625,38.36469],[141.4264,38.36511],[141.42619,38.36553],[141.42572,38.36545],[141.42504,38.36467],[141.42441,38.36472],[141.42361,38.36448],[141.42329,38.36468],[141.42296,38.36449],[141.42277,38.36457],[141.42249,38.36421],[141.4226,38.36427],[141.4227,38.36404],[141.42302,38.36419],[141.42321,38.3641],[141.42338,38.36372]],[[141.42379,38.37721],[141.42389,38.37743],[141.42411,38.37759],[141.42455,38.37752],[141.42536,38.37843],[141.42584,38.37879],[141.42598,38.37869],[141.42636,38.37889],[141.42711,38.37993],[141.42681,38.38019],[141.42617,38.38019],[141.42501,38.37955],[141.42444,38.37948],[141.42404,38.37982],[141.42327,38.38013],[141.42264,38.37978],[141.42237,38.3798],[141.42211,38.37996],[141.42212,38.38027],[141.4217,38.38081],[141.42045,38.38085],[141.41957,38.38027],[141.41922,38.37967],[141.4193,38.37924],[141.4186,38.37894],[141.41851,38.3781],[141.41799,38.37795],[141.41752,38.37754],[141.41749,38.37723],[141.41765,38.37723],[141.41739,38.37689],[141.4178,38.37702],[141.41788,38.3768],[141.41837,38.37681],[141.41877,38.37659],[141.41881,38.37676],[141.41929,38.37679],[141.41948,38.37696],[141.41999,38.37667],[141.42006,38.37628],[141.42032,38.37611],[141.42087,38.37713],[141.42106,38.37706],[141.42112,38.37726],[141.42161,38.37755],[141.42203,38.37728],[141.422,38.37714],[141.42217,38.37726],[141.42221,38.37712],[141.42254,38.37713],[141.42278,38.37677],[141.42321,38.37685],[141.42309,38.37635],[141.4233,38.37612],[141.42363,38.37641],[141.42366,38.37615],[141.42376,38.37659],[141.42412,38.37701],[141.42379,38.37721]],[[141.37864,38.38246],[141.37819,38.38271],[141.37802,38.38301],[141.37776,38.38307],[141.37761,38.38296],[141.37768,38.38287],[141.37735,38.38281],[141.37712,38.38326],[141.37728,38.38286],[141.37716,38.38242],[141.37658,38.38213],[141.37673,38.38201],[141.37641,38.38182],[141.37644,38.38166],[141.376,38.38155],[141.37617,38.38144],[141.37595,38.3812],[141.37693,38.38123],[141.37706,38.38111],[141.37727,38.38131],[141.37767,38.38128],[141.378,38.38099],[141.37832,38.38102],[141.37882,38.38137],[141.37886,38.38166],[141.37911,38.38176],[141.37903,38.38182],[141.38014,38.38221],[141.38049,38.3822],[141.38012,38.3823],[141.37887,38.38187],[141.37864,38.38246]],[[141.28333,38.39266],[141.27859,38.39226],[141.26934,38.38702],[141.26942,38.38693],[141.27866,38.39215],[141.28809,38.39294],[141.28805,38.39313],[141.28333,38.39266]],[[141.27072,38.39398],[141.27082,38.39408],[141.26836,38.39555],[141.26534,38.39738],[141.26524,38.39727],[141.27072,38.39398]],[[141.31117,38.41139],[141.31136,38.41096],[141.31118,38.41091],[141.31138,38.41092],[141.31237,38.40863],[141.31268,38.40728],[141.31223,38.40926],[141.31043,38.41315],[141.31116,38.41142],[141.31096,38.41137],[141.31117,38.41139]],[[141.28456,38.41667],[141.2846,38.41652],[141.28446,38.41759],[141.28396,38.41783],[141.27992,38.41749],[141.28396,38.41781],[141.28443,38.41758],[141.28456,38.41667]],[[141.34167,38.40326],[141.33874,38.40312],[141.33876,38.40301],[141.34217,38.40317],[141.34516,38.40184],[141.34522,38.40193],[141.34218,38.40328],[141.34167,38.40326]],[[141.54948,38.40265],[141.5498,38.40244],[141.5499,38.4027],[141.55019,38.40256],[141.55086,38.4028],[141.55097,38.4033],[141.5507,38.40332],[141.55043,38.40376],[141.55037,38.40392],[141.5499,38.40368],[141.54993,38.40394],[141.54981,38.40371],[141.54967,38.40376],[141.54981,38.40417],[141.54967,38.40433],[141.54942,38.40415],[141.54924,38.40462],[141.54929,38.40438],[141.54897,38.40432],[141.54856,38.40381],[141.54873,38.4034],[141.54931,38.40347],[141.54937,38.40332],[141.54936,38.4032],[141.549,38.4032],[141.54905,38.40297],[141.54885,38.40289],[141.54901,38.40285],[141.54886,38.40262],[141.54892,38.40229],[141.54917,38.40231],[141.54924,38.40258],[141.5493,38.40236],[141.54948,38.40265]],[[141.50641,38.40998],[141.50592,38.40914],[141.50605,38.40905],[141.50587,38.40901],[141.50602,38.40893],[141.50584,38.40862],[141.50597,38.40815],[141.50606,38.40835],[141.50613,38.40875],[141.50627,38.40875],[141.50623,38.40857],[141.50638,38.40848],[141.50655,38.40872],[141.50726,38.4089],[141.50757,38.40927],[141.5075,38.40948],[141.50765,38.40965],[141.50747,38.40966],[141.50728,38.40932],[141.50676,38.40914],[141.50633,38.4093],[141.50668,38.40991],[141.50632,38.4095],[141.50641,38.40998]],[[141.53244,38.44228],[141.53272,38.44245],[141.53302,38.44277],[141.5329,38.44279],[141.53304,38.4431],[141.5329,38.4433],[141.53355,38.44338],[141.53371,38.44358],[141.53405,38.44378],[141.53419,38.44361],[141.53479,38.44355],[141.53495,38.4438],[141.53478,38.44384],[141.5349,38.44395],[141.53464,38.44398],[141.5347,38.44408],[141.53428,38.4441],[141.53444,38.44434],[141.53434,38.44446],[141.53468,38.44461],[141.53435,38.44482],[141.53457,38.44512],[141.53438,38.44514],[141.53468,38.44533],[141.53429,38.44577],[141.53461,38.44605],[141.5344,38.44611],[141.53432,38.44591],[141.53409,38.44592],[141.53414,38.44583],[141.5338,38.44582],[141.53384,38.44606],[141.53413,38.44624],[141.53377,38.44613],[141.53384,38.44634],[141.53353,38.44613],[141.53374,38.44639],[141.53307,38.44626],[141.53292,38.446],[141.53228,38.44617],[141.53205,38.44643],[141.53233,38.4467],[141.53217,38.44672],[141.53231,38.44692],[141.53219,38.44696],[141.53243,38.44708],[141.53233,38.44727],[141.53244,38.4474],[141.53301,38.44727],[141.53321,38.44765],[141.53308,38.44789],[141.53258,38.44765],[141.53274,38.44795],[141.53232,38.44785],[141.5325,38.44801],[141.53233,38.44802],[141.53246,38.44824],[141.53229,38.44832],[141.53164,38.44801],[141.53164,38.44787],[141.53135,38.44804],[141.53094,38.44786],[141.53083,38.4481],[141.53066,38.44804],[141.53066,38.44815],[141.53011,38.44832],[141.53022,38.44862],[141.53096,38.44861],[141.5308,38.44897],[141.53148,38.44966],[141.53024,38.45007],[141.52992,38.4499],[141.5299,38.45004],[141.52977,38.44995],[141.52945,38.45021],[141.53003,38.45105],[141.52981,38.45115],[141.53015,38.45164],[141.52999,38.45171],[141.53,38.45238],[141.53056,38.45227],[141.53029,38.45243],[141.53043,38.45296],[141.53087,38.45321],[141.5314,38.45311],[141.53149,38.4535],[141.53159,38.45336],[141.53202,38.45395],[141.53181,38.45398],[141.53192,38.45413],[141.53202,38.45402],[141.53232,38.45415],[141.53247,38.4545],[141.53163,38.45425],[141.53145,38.45374],[141.53138,38.45388],[141.53132,38.45372],[141.53124,38.45386],[141.53109,38.4537],[141.53091,38.45373],[141.53101,38.45411],[141.53067,38.45425],[141.53073,38.45441],[141.53018,38.45437],[141.53053,38.45464],[141.53035,38.45467],[141.53041,38.45476],[141.53,38.4548],[141.52931,38.45434],[141.52932,38.45467],[141.52824,38.45397],[141.52888,38.45459],[141.52882,38.45471],[141.52857,38.45456],[141.52832,38.45469],[141.52799,38.45424],[141.52813,38.4539],[141.52776,38.45394],[141.5278,38.4537],[141.52765,38.45356],[141.52776,38.45346],[141.52759,38.4534],[141.5278,38.45325],[141.52692,38.45249],[141.52663,38.45255],[141.5265,38.45285],[141.52665,38.45299],[141.52645,38.45303],[141.52643,38.45343],[141.52636,38.4532],[141.52598,38.45356],[141.5257,38.4535],[141.52575,38.4533],[141.52545,38.45332],[141.5252,38.45376],[141.52499,38.45381],[141.52494,38.45357],[141.52479,38.45381],[141.52465,38.45369],[141.52476,38.454],[141.52444,38.45409],[141.52458,38.45424],[141.52447,38.4544],[141.52462,38.45443],[141.52449,38.45455],[141.52465,38.45451],[141.52456,38.45471],[141.52467,38.45476],[141.52489,38.45446],[141.52518,38.4548],[141.5252,38.45469],[141.52546,38.45485],[141.52548,38.45511],[141.52515,38.45515],[141.52545,38.45528],[141.52514,38.45548],[141.52518,38.45564],[141.52609,38.45545],[141.52614,38.45572],[141.52644,38.45567],[141.52679,38.45585],[141.52666,38.45588],[141.52674,38.4561],[141.52663,38.45622],[141.52684,38.45697],[141.52633,38.45697],[141.52668,38.45732],[141.52688,38.45733],[141.52693,38.45771],[141.52649,38.45813],[141.52573,38.45792],[141.52569,38.45801],[141.52609,38.45813],[141.52633,38.45848],[141.52569,38.45851],[141.52598,38.45888],[141.5255,38.45889],[141.52544,38.45917],[141.52519,38.45915],[141.52538,38.45946],[141.52587,38.45929],[141.52619,38.45954],[141.52547,38.45954],[141.52543,38.45974],[141.52519,38.45964],[141.52531,38.45977],[141.52521,38.45995],[141.52486,38.45999],[141.52486,38.46012],[141.52476,38.45997],[141.52438,38.45992],[141.52414,38.4605],[141.52444,38.46083],[141.52435,38.46101],[141.52336,38.46075],[141.52345,38.46108],[141.52364,38.46114],[141.52342,38.46146],[141.52354,38.46177],[141.52346,38.4621],[141.52393,38.46204],[141.52379,38.46214],[141.52391,38.46228],[141.52354,38.46236],[141.52353,38.46263],[141.52301,38.46264],[141.52273,38.46287],[141.52289,38.46349],[141.52249,38.46328],[141.52271,38.46351],[141.52256,38.4637],[141.52179,38.464],[141.52148,38.46372],[141.52121,38.46398],[141.52096,38.46386],[141.52072,38.46404],[141.52092,38.46441],[141.52067,38.4644],[141.52066,38.46464],[141.52033,38.46476],[141.51994,38.46447],[141.52006,38.46475],[141.51991,38.46488],[141.51916,38.46462],[141.51882,38.46508],[141.51905,38.46495],[141.51917,38.4653],[141.51881,38.46554],[141.51845,38.46523],[141.51825,38.46539],[141.51788,38.4653],[141.51791,38.4656],[141.5175,38.46558],[141.51741,38.46541],[141.51686,38.46551],[141.5159,38.46514],[141.51586,38.46486],[141.51601,38.46477],[141.5159,38.46469],[141.51638,38.46481],[141.51675,38.46451],[141.51681,38.46396],[141.51661,38.46353],[141.5162,38.46321],[141.51608,38.46279],[141.51562,38.46277],[141.51526,38.4624],[141.51544,38.46224],[141.5162,38.46229],[141.51626,38.46207],[141.51702,38.46222],[141.51753,38.46177],[141.5173,38.46126],[141.51764,38.46093],[141.51753,38.46066],[141.51729,38.46069],[141.51727,38.46052],[141.51667,38.46048],[141.51621,38.46028],[141.51613,38.46013],[141.51662,38.46041],[141.51712,38.45989],[141.5168,38.45965],[141.5163,38.45867],[141.51664,38.45752],[141.51653,38.45753],[141.5165,38.45743],[141.51686,38.45748],[141.51693,38.45732],[141.51854,38.45773],[141.51937,38.45658],[141.51922,38.45572],[141.51937,38.45569],[141.51921,38.45519],[141.51887,38.45509],[141.51878,38.4549],[141.51819,38.45501],[141.51811,38.45488],[141.5182,38.455],[141.51861,38.45492],[141.51909,38.45457],[141.5189,38.45405],[141.51806,38.454],[141.51847,38.45367],[141.51832,38.45309],[141.51775,38.453],[141.51772,38.45279],[141.51814,38.45232],[141.51787,38.45198],[141.51684,38.45228],[141.51639,38.45213],[141.51649,38.45177],[141.51733,38.4515],[141.51785,38.45111],[141.51778,38.45095],[141.51753,38.45067],[141.51617,38.45084],[141.51583,38.45059],[141.51594,38.4503],[141.51638,38.45007],[141.51659,38.44975],[141.51691,38.44983],[141.51737,38.44951],[141.51774,38.4495],[141.51774,38.44936],[141.51793,38.44947],[141.51858,38.4488],[141.51888,38.44769],[141.51852,38.44701],[141.51871,38.44696],[141.5185,38.44655],[141.5187,38.44627],[141.51778,38.44575],[141.51785,38.44535],[141.51827,38.44537],[141.51811,38.44485],[141.51838,38.44502],[141.51894,38.44455],[141.51887,38.444],[141.51857,38.44367],[141.51867,38.4436],[141.51852,38.4432],[141.5186,38.44285],[141.51909,38.44287],[141.51905,38.4425],[141.51934,38.44262],[141.51947,38.4429],[141.51993,38.44279],[141.5201,38.44232],[141.52029,38.44224],[141.52014,38.44188],[141.52027,38.44153],[141.52037,38.44186],[141.52064,38.44183],[141.52085,38.44219],[141.52137,38.44211],[141.52129,38.44182],[141.52162,38.44153],[141.5211,38.44083],[141.52132,38.44034],[141.52168,38.44009],[141.52159,38.4396],[141.52219,38.43966],[141.52216,38.43999],[141.52252,38.43995],[141.52252,38.43982],[141.52266,38.43986],[141.52247,38.43969],[141.52249,38.43949],[141.52269,38.43925],[141.52295,38.4392],[141.52322,38.43941],[141.52418,38.4393],[141.52384,38.43938],[141.52403,38.44029],[141.52395,38.4407],[141.52407,38.44065],[141.52428,38.44097],[141.52448,38.44089],[141.52508,38.44107],[141.52511,38.44138],[141.52527,38.44148],[141.52554,38.44148],[141.52603,38.44101],[141.52563,38.43986],[141.52614,38.43976],[141.52681,38.44037],[141.52725,38.44047],[141.52773,38.43999],[141.52749,38.43989],[141.52662,38.43882],[141.52634,38.43905],[141.52471,38.43926],[141.52627,38.43899],[141.52655,38.43876],[141.52613,38.43764],[141.52401,38.43807],[141.52653,38.43749],[141.52624,38.43708],[141.52643,38.43696],[141.52673,38.43705],[141.52665,38.43694],[141.52692,38.43688],[141.52767,38.43743],[141.52774,38.43771],[141.52814,38.43762],[141.52821,38.43791],[141.52847,38.43807],[141.52908,38.43791],[141.52892,38.43779],[141.52916,38.43753],[141.52963,38.43827],[141.5297,38.43803],[141.52983,38.43807],[141.52977,38.43783],[141.53027,38.43772],[141.53047,38.43838],[141.53085,38.43849],[141.53112,38.43913],[141.53032,38.43863],[141.53049,38.43884],[141.53013,38.43885],[141.53056,38.43939],[141.53014,38.43907],[141.53009,38.43933],[141.53026,38.43945],[141.52963,38.43922],[141.53026,38.43983],[141.52997,38.43997],[141.53029,38.43995],[141.53047,38.44026],[141.53071,38.44031],[141.53035,38.44045],[141.5306,38.44067],[141.53107,38.44069],[141.53088,38.44084],[141.53066,38.44077],[141.53069,38.44092],[141.53147,38.44083],[141.53169,38.44107],[141.53142,38.44097],[141.53191,38.44139],[141.53148,38.44148],[141.53169,38.44173],[141.53154,38.44168],[141.53155,38.44184],[141.532,38.44221],[141.53181,38.44224],[141.53186,38.44236],[141.53202,38.44231],[141.53212,38.44248],[141.53218,38.44235],[141.53247,38.44262],[141.53244,38.44228]],[[141.50041,38.24619],[141.50041,38.24604],[141.50063,38.24602],[141.50086,38.24681],[141.501,38.24693],[141.50113,38.24684],[141.50119,38.24704],[141.50072,38.24778],[141.50048,38.24774],[141.50051,38.24796],[141.50034,38.24789],[141.5004,38.24818],[141.50013,38.24811],[141.49985,38.24831],[141.49975,38.24871],[141.4992,38.2489],[141.49918,38.24903],[141.49969,38.24907],[141.49976,38.24921],[141.49955,38.24919],[141.49938,38.2494],[141.4992,38.24911],[141.4987,38.24918],[141.49842,38.24958],[141.49858,38.24979],[141.49851,38.25016],[141.49825,38.25001],[141.49814,38.25014],[141.4979,38.25006],[141.49746,38.25042],[141.49699,38.25042],[141.49659,38.25095],[141.49665,38.25174],[141.49703,38.25209],[141.49774,38.25223],[141.4978,38.25236],[141.49756,38.25248],[141.49772,38.25248],[141.49782,38.25272],[141.49748,38.25283],[141.49778,38.25289],[141.49785,38.25302],[141.49766,38.25309],[141.49804,38.25321],[141.49799,38.25347],[141.49818,38.2535],[141.49766,38.25474],[141.49742,38.25481],[141.49747,38.25501],[141.49734,38.25492],[141.49718,38.25509],[141.4972,38.25544],[141.49756,38.2557],[141.49749,38.25579],[141.49788,38.25594],[141.49795,38.25619],[141.49783,38.25628],[141.49805,38.25647],[141.49871,38.25632],[141.49882,38.2565],[141.49882,38.25636],[141.49913,38.2565],[141.49907,38.25675],[141.49922,38.25686],[141.49912,38.25698],[141.49898,38.25682],[141.49895,38.25706],[141.49882,38.25696],[141.49839,38.25712],[141.49805,38.25758],[141.49802,38.25744],[141.49795,38.25749],[141.49783,38.25786],[141.49737,38.25751],[141.49661,38.25846],[141.49607,38.2584],[141.49571,38.25864],[141.49561,38.25918],[141.4955,38.25917],[141.49559,38.2586],[141.49599,38.25831],[141.49659,38.25837],[141.49733,38.25741],[141.49646,38.25667],[141.49551,38.25538],[141.49516,38.25533],[141.49519,38.25547],[141.49465,38.25562],[141.49533,38.25684],[141.49489,38.25621],[141.49384,38.25648],[141.49339,38.25711],[141.4936,38.2577],[141.49344,38.25764],[141.49346,38.25777],[141.4933,38.25757],[141.49312,38.2576],[141.49276,38.25801],[141.49307,38.25829],[141.4946,38.25836],[141.49482,38.25855],[141.49308,38.25832],[141.4932,38.25881],[141.49294,38.25877],[141.49322,38.25885],[141.49341,38.25917],[141.49317,38.25912],[141.49335,38.25945],[141.49312,38.25962],[141.49223,38.25953],[141.49175,38.25888],[141.49151,38.25882],[141.49091,38.25882],[141.49047,38.259],[141.49055,38.25951],[141.48982,38.25927],[141.48964,38.25939],[141.48975,38.26024],[141.49012,38.26087],[141.48997,38.26091],[141.49042,38.26126],[141.4903,38.26135],[141.49007,38.261],[141.49013,38.26129],[141.48977,38.26124],[141.48957,38.26098],[141.48947,38.26122],[141.48964,38.26148],[141.48941,38.26142],[141.48943,38.26158],[141.48902,38.26164],[141.48891,38.26155],[141.48898,38.2617],[141.48869,38.26169],[141.48864,38.26196],[141.48881,38.26219],[141.48923,38.26205],[141.48977,38.26219],[141.48952,38.26219],[141.48972,38.2624],[141.48949,38.26248],[141.48973,38.26259],[141.48952,38.26275],[141.48985,38.26271],[141.48999,38.2629],[141.49028,38.2628],[141.49036,38.26309],[141.49012,38.2631],[141.49005,38.26326],[141.49023,38.26324],[141.49016,38.26354],[141.48992,38.26321],[141.4898,38.26332],[141.49012,38.26387],[141.49039,38.26392],[141.49023,38.26406],[141.48996,38.26391],[141.49001,38.26413],[141.48961,38.26418],[141.48996,38.26442],[141.48988,38.26459],[141.48967,38.26458],[141.48984,38.26504],[141.48957,38.26495],[141.48973,38.26565],[141.48931,38.26534],[141.4892,38.26541],[141.48928,38.26557],[141.48904,38.2655],[141.48894,38.26566],[141.48868,38.26553],[141.48871,38.26571],[141.48847,38.26583],[141.48846,38.26599],[141.48868,38.26599],[141.48923,38.26653],[141.48901,38.26689],[141.48882,38.26682],[141.48908,38.26736],[141.48887,38.26708],[141.48894,38.26733],[141.48869,38.26723],[141.48877,38.26744],[141.48865,38.26752],[141.48882,38.26754],[141.48845,38.26751],[141.48853,38.26774],[141.4884,38.26751],[141.4883,38.2677],[141.48804,38.26762],[141.48821,38.26783],[141.48792,38.26785],[141.48813,38.26801],[141.48794,38.26801],[141.48807,38.26821],[141.48784,38.2679],[141.48703,38.26849],[141.48705,38.26879],[141.4874,38.26887],[141.48701,38.2689],[141.48685,38.26912],[141.48697,38.26943],[141.48718,38.26941],[141.48723,38.26962],[141.48741,38.26964],[141.48727,38.26972],[141.48743,38.26989],[141.48716,38.27023],[141.48739,38.27053],[141.48699,38.27046],[141.487,38.27065],[141.48652,38.27091],[141.48588,38.27087],[141.48547,38.27141],[141.4858,38.27159],[141.48586,38.27144],[141.48595,38.27165],[141.48484,38.27208],[141.48445,38.27193],[141.48442,38.2722],[141.48386,38.27223],[141.48385,38.27245],[141.48355,38.27256],[141.48364,38.27367],[141.48393,38.27382],[141.48379,38.27384],[141.4838,38.27408],[141.48357,38.27397],[141.48348,38.27423],[141.484,38.27441],[141.48298,38.27453],[141.4828,38.27496],[141.48187,38.27548],[141.48176,38.27585],[141.48197,38.27642],[141.48163,38.27706],[141.4821,38.27752],[141.48185,38.27762],[141.48185,38.27781],[141.48159,38.27782],[141.48175,38.27797],[141.4812,38.27796],[141.48078,38.2783],[141.4809,38.27841],[141.48044,38.27855],[141.48047,38.27868],[141.4802,38.27885],[141.48005,38.2788],[141.48012,38.27888],[141.47988,38.27909],[141.47957,38.27919],[141.47968,38.27929],[141.47955,38.2794],[141.47906,38.27931],[141.47915,38.2795],[141.47851,38.27936],[141.47819,38.27954],[141.47775,38.27942],[141.47718,38.27958],[141.47672,38.28001],[141.4752,38.28039],[141.47479,38.28103],[141.47485,38.28125],[141.47472,38.28125],[141.4756,38.28154],[141.47534,38.2816],[141.47549,38.28165],[141.4754,38.28172],[141.47517,38.28166],[141.47529,38.28184],[141.47339,38.28221],[141.47271,38.2821],[141.4724,38.28232],[141.47229,38.28221],[141.47167,38.28237],[141.47087,38.28304],[141.47104,38.28313],[141.47082,38.28317],[141.47087,38.2833],[141.47011,38.28372],[141.4697,38.28362],[141.46976,38.2833],[141.46945,38.28299],[141.46878,38.28281],[141.46865,38.28184],[141.46838,38.28158],[141.4685,38.28133],[141.46733,38.28054],[141.46752,38.28036],[141.46752,38.28008],[141.46734,38.27998],[141.46702,38.28055],[141.4668,38.28064],[141.46676,38.28044],[141.46656,38.28082],[141.46611,38.2811],[141.46621,38.28127],[141.4658,38.28087],[141.46477,38.28139],[141.46475,38.28154],[141.4642,38.28162],[141.46388,38.28212],[141.46355,38.2822],[141.46341,38.28242],[141.46165,38.28302],[141.46144,38.28321],[141.46145,38.28351],[141.46099,38.28346],[141.46076,38.28322],[141.46039,38.28332],[141.46049,38.28323],[141.46032,38.28292],[141.46001,38.28283],[141.46013,38.28256],[141.4599,38.28234],[141.46001,38.282],[141.45989,38.28188],[141.46008,38.28157],[141.45984,38.2814],[141.4598,38.28123],[141.45998,38.28129],[141.45976,38.28096],[141.45992,38.28116],[141.45999,38.28093],[141.46019,38.28107],[141.46046,38.28098],[141.46066,38.2808],[141.46073,38.28029],[141.46121,38.28034],[141.4611,38.28001],[141.46169,38.28011],[141.46216,38.27986],[141.46237,38.27948],[141.46201,38.27936],[141.46228,38.27912],[141.46204,38.27883],[141.46221,38.27888],[141.46227,38.2787],[141.46249,38.27882],[141.46244,38.27872],[141.46307,38.27837],[141.4633,38.27701],[141.46259,38.27605],[141.46164,38.27534],[141.46101,38.27585],[141.46136,38.27555],[141.46111,38.27536],[141.46156,38.27496],[141.46125,38.27458],[141.46143,38.27443],[141.4611,38.2741],[141.46007,38.27386],[141.46004,38.27422],[141.46048,38.27433],[141.46003,38.27426],[141.45952,38.27445],[141.45981,38.27669],[141.45977,38.27707],[141.45967,38.27707],[141.45937,38.27436],[141.4586,38.27438],[141.45858,38.27416],[141.45828,38.27393],[141.45747,38.27378],[141.45698,38.27389],[141.45657,38.27362],[141.45674,38.27345],[141.45652,38.27349],[141.45648,38.27337],[141.4568,38.27343],[141.45692,38.2736],[141.45701,38.27349],[141.45685,38.27335],[141.4571,38.27345],[141.45703,38.27329],[141.45796,38.27339],[141.45807,38.27366],[141.4581,38.27339],[141.45852,38.27359],[141.45846,38.27326],[141.45904,38.27358],[141.45948,38.27325],[141.45945,38.27276],[141.45958,38.2727],[141.45938,38.27249],[141.45949,38.27233],[141.45916,38.27233],[141.45944,38.27223],[141.45917,38.27182],[141.45868,38.27156],[141.45877,38.27135],[141.45857,38.27116],[141.45816,38.27111],[141.45835,38.27108],[141.45833,38.27092],[141.45804,38.27064],[141.45832,38.27051],[141.45809,38.27047],[141.45816,38.27032],[141.458,38.27017],[141.45757,38.27008],[141.45755,38.26923],[141.45706,38.26911],[141.45718,38.26901],[141.45701,38.26889],[141.45726,38.26874],[141.45704,38.2685],[141.45752,38.26854],[141.45701,38.26824],[141.45728,38.26817],[141.45773,38.26844],[141.45786,38.26826],[141.45812,38.26826],[141.45813,38.2681],[141.45822,38.26821],[141.45852,38.26807],[141.45867,38.2678],[141.45919,38.26791],[141.4591,38.26805],[141.45928,38.26811],[141.45986,38.26813],[141.45999,38.2679],[141.46044,38.26814],[141.46109,38.26763],[141.46138,38.26792],[141.46137,38.26822],[141.46184,38.26837],[141.46192,38.26789],[141.46205,38.268],[141.46246,38.26794],[141.46285,38.26805],[141.46292,38.26821],[141.46306,38.26812],[141.46328,38.26861],[141.46383,38.26872],[141.46394,38.269],[141.4642,38.26889],[141.46508,38.26927],[141.46522,38.26927],[141.46515,38.26909],[141.4653,38.26896],[141.46548,38.26903],[141.46552,38.26887],[141.46604,38.26877],[141.46613,38.26861],[141.46651,38.26862],[141.46697,38.26778],[141.46682,38.26709],[141.46625,38.26656],[141.46546,38.2664],[141.46527,38.26596],[141.46464,38.26565],[141.465,38.26551],[141.46497,38.26512],[141.46592,38.26485],[141.46602,38.2649],[141.46585,38.26524],[141.4661,38.26511],[141.46622,38.26538],[141.4664,38.26528],[141.46676,38.26552],[141.46665,38.26582],[141.46708,38.26618],[141.46693,38.26619],[141.46709,38.26653],[141.46828,38.26666],[141.46865,38.26653],[141.46899,38.26578],[141.46998,38.26547],[141.4703,38.26481],[141.47111,38.2644],[141.47095,38.26429],[141.47117,38.26434],[141.47134,38.26414],[141.47174,38.26412],[141.47221,38.26385],[141.47244,38.26351],[141.47233,38.26338],[141.47247,38.26336],[141.4722,38.26298],[141.47242,38.26294],[141.47258,38.26222],[141.47235,38.26206],[141.47247,38.26202],[141.47225,38.26156],[141.47186,38.26157],[141.47191,38.26128],[141.4716,38.26109],[141.47202,38.261],[141.47202,38.26083],[141.47319,38.2606],[141.47365,38.26008],[141.47342,38.25974],[141.47355,38.25963],[141.47351,38.25937],[141.47314,38.25939],[141.47315,38.25928],[141.47354,38.2593],[141.47335,38.25908],[141.47346,38.25894],[141.47301,38.25882],[141.47339,38.25886],[141.47327,38.25874],[141.47369,38.2587],[141.47384,38.25842],[141.47359,38.25834],[141.47382,38.25827],[141.47363,38.25824],[141.47369,38.2581],[141.47331,38.25821],[141.47317,38.25802],[141.47397,38.25812],[141.47381,38.25769],[141.47403,38.25775],[141.47409,38.25749],[141.47355,38.25726],[141.47401,38.2573],[141.47462,38.25707],[141.47485,38.25684],[141.47481,38.25654],[141.47548,38.25592],[141.47547,38.25546],[141.4751,38.25535],[141.47487,38.25509],[141.47515,38.25487],[141.47516,38.2543],[141.47564,38.2535],[141.47567,38.2531],[141.47539,38.25286],[141.47572,38.25259],[141.47645,38.25233],[141.47662,38.2521],[141.4764,38.25189],[141.47649,38.25182],[141.47667,38.25193],[141.47663,38.25178],[141.47697,38.25181],[141.4771,38.25203],[141.47715,38.25187],[141.47735,38.25185],[141.4775,38.25206],[141.47811,38.2519],[141.47842,38.25157],[141.47818,38.2515],[141.47834,38.25144],[141.47827,38.25126],[141.47854,38.25126],[141.47843,38.25118],[141.47906,38.25082],[141.47876,38.25066],[141.47927,38.25062],[141.47912,38.25046],[141.47947,38.25039],[141.47899,38.25018],[141.47999,38.24991],[141.47968,38.25013],[141.47982,38.25029],[141.47962,38.25071],[141.47979,38.25107],[141.48017,38.25109],[141.48,38.25117],[141.48002,38.25135],[141.48025,38.25156],[141.48127,38.25181],[141.48179,38.25175],[141.482,38.25142],[141.48186,38.25137],[141.48216,38.25103],[141.48249,38.25146],[141.48364,38.25105],[141.48378,38.25086],[141.48361,38.25069],[141.48392,38.25063],[141.48409,38.25018],[141.48436,38.25021],[141.48444,38.25008],[141.48432,38.24999],[141.48473,38.24995],[141.48454,38.24985],[141.48467,38.24972],[141.48503,38.24975],[141.48522,38.25004],[141.48547,38.25002],[141.48561,38.25018],[141.48578,38.25009],[141.48617,38.25023],[141.48605,38.25039],[141.48615,38.25043],[141.4864,38.25022],[141.48648,38.25066],[141.48673,38.25061],[141.48714,38.25092],[141.48739,38.25073],[141.48739,38.25104],[141.48761,38.25105],[141.48765,38.2509],[141.48767,38.25107],[141.48819,38.25109],[141.48844,38.25099],[141.48843,38.25078],[141.4886,38.2508],[141.48866,38.25051],[141.48888,38.2504],[141.48891,38.24998],[141.4891,38.25],[141.48905,38.24975],[141.48918,38.24972],[141.48898,38.24944],[141.48921,38.24955],[141.48926,38.24936],[141.48926,38.24951],[141.48957,38.24952],[141.48961,38.24925],[141.48998,38.24936],[141.49009,38.24921],[141.48995,38.24911],[141.49026,38.24911],[141.49023,38.24898],[141.49057,38.24934],[141.49046,38.24958],[141.49088,38.24966],[141.49108,38.24929],[141.49104,38.24959],[141.49126,38.24954],[141.49121,38.24974],[141.49135,38.24976],[141.49126,38.24982],[141.49144,38.25005],[141.4915,38.24987],[141.49171,38.24996],[141.49178,38.24985],[141.49181,38.25009],[141.49232,38.2502],[141.49231,38.25039],[141.49263,38.25083],[141.49346,38.25106],[141.49431,38.25105],[141.49473,38.25095],[141.49469,38.2507],[141.49484,38.25102],[141.4955,38.25051],[141.49534,38.25043],[141.49537,38.25016],[141.49433,38.25024],[141.49474,38.25008],[141.49569,38.25012],[141.4955,38.24956],[141.49511,38.24941],[141.49529,38.24927],[141.49528,38.24908],[141.49506,38.24907],[141.49512,38.24876],[141.49532,38.24885],[141.49528,38.24864],[141.49571,38.24847],[141.49584,38.24776],[141.49628,38.24793],[141.497,38.24771],[141.49733,38.24725],[141.49719,38.24693],[141.49774,38.24679],[141.49763,38.24647],[141.49786,38.24659],[141.4982,38.24627],[141.49853,38.2463],[141.49857,38.24603],[141.49857,38.24619],[141.49884,38.24613],[141.49928,38.24648],[141.49958,38.24658],[141.49993,38.24644],[141.49999,38.24657],[141.50007,38.24634],[141.50025,38.24651],[141.50023,38.24612],[141.50032,38.24628],[141.50035,38.24608],[141.50041,38.24619]],[[141.43527,38.2908],[141.43503,38.29099],[141.43505,38.2908],[141.43458,38.29038],[141.43415,38.2896],[141.43391,38.28948],[141.4339,38.28934],[141.43424,38.28929],[141.43501,38.28894],[141.4353,38.28821],[141.43581,38.28805],[141.43627,38.2882],[141.43649,38.28796],[141.43649,38.28825],[141.43672,38.28819],[141.43605,38.28852],[141.43594,38.28881],[141.43546,38.28896],[141.43526,38.28922],[141.43537,38.28957],[141.43578,38.28976],[141.43519,38.28983],[141.43533,38.29024],[141.43558,38.29045],[141.43556,38.29088],[141.43527,38.2908]],[[141.42279,38.28898],[141.42328,38.28977],[141.42338,38.29072],[141.424,38.29094],[141.42393,38.29134],[141.42408,38.29159],[141.4245,38.29179],[141.42503,38.29168],[141.42498,38.2914],[141.42535,38.29159],[141.42528,38.29143],[141.42554,38.29148],[141.42584,38.29177],[141.42607,38.2916],[141.42595,38.29177],[141.42627,38.29215],[141.42679,38.29245],[141.42716,38.29243],[141.42712,38.29223],[141.42723,38.29245],[141.4275,38.29246],[141.42793,38.29224],[141.42799,38.29205],[141.42807,38.29225],[141.42819,38.29206],[141.42817,38.29234],[141.42881,38.29235],[141.42888,38.29212],[141.42892,38.29235],[141.42927,38.29239],[141.42923,38.29256],[141.42954,38.29279],[141.42944,38.29307],[141.4296,38.29336],[141.42957,38.29371],[141.42909,38.29394],[141.42915,38.2941],[141.42891,38.29399],[141.42893,38.29413],[141.42881,38.29411],[141.42876,38.29387],[141.42864,38.2938],[141.42875,38.29398],[141.42827,38.29488],[141.42726,38.29553],[141.42708,38.29643],[141.42718,38.29547],[141.42817,38.29485],[141.42844,38.29416],[141.42682,38.29371],[141.42671,38.29345],[141.42613,38.29342],[141.42612,38.29362],[141.42517,38.29409],[141.42567,38.29471],[141.42619,38.29458],[141.42644,38.29497],[141.42557,38.29482],[141.42532,38.29518],[141.42553,38.29477],[141.42506,38.2942],[141.42428,38.29457],[141.42428,38.2953],[141.42397,38.29596],[141.4247,38.29662],[141.42526,38.29629],[141.42613,38.29604],[141.42528,38.29632],[141.42391,38.29709],[141.42403,38.2974],[141.4238,38.29744],[141.42394,38.29757],[141.42387,38.29777],[141.42383,38.29763],[141.42372,38.29776],[141.42355,38.2976],[141.42317,38.2979],[141.42302,38.29817],[141.42312,38.29825],[141.42298,38.29826],[141.42312,38.29831],[141.42291,38.2984],[141.423,38.29867],[141.42282,38.29874],[141.42307,38.299],[141.42287,38.29902],[141.42301,38.2992],[141.42276,38.2993],[141.42318,38.29966],[141.42284,38.2998],[141.42298,38.29993],[141.42282,38.2999],[141.42291,38.29999],[141.42275,38.30013],[141.42288,38.30013],[141.42287,38.30059],[141.42263,38.30058],[141.42259,38.30082],[141.42237,38.30069],[141.42223,38.3008],[141.42235,38.30112],[141.42141,38.30101],[141.42117,38.30138],[141.42144,38.30159],[141.42137,38.30211],[141.42026,38.30302],[141.42058,38.30365],[141.421,38.30361],[141.42123,38.30379],[141.42075,38.30412],[141.42074,38.30463],[141.4218,38.30519],[141.42099,38.30483],[141.42032,38.30546],[141.41973,38.30548],[141.41977,38.30584],[141.41949,38.30586],[141.41986,38.30635],[141.42071,38.3067],[141.42122,38.30645],[141.42141,38.30653],[141.4216,38.30622],[141.42151,38.30609],[141.42162,38.30618],[141.42181,38.30582],[141.42163,38.30625],[141.4221,38.30644],[141.42198,38.30664],[141.42207,38.30688],[141.42211,38.30668],[141.42227,38.30681],[141.42219,38.30719],[141.42207,38.30707],[141.42179,38.30759],[141.42173,38.30747],[141.42149,38.30774],[141.42115,38.30776],[141.4209,38.30822],[141.42128,38.30866],[141.42157,38.3086],[141.42176,38.30876],[141.42166,38.30949],[141.4207,38.30993],[141.42057,38.31024],[141.42085,38.31025],[141.42062,38.31035],[141.42082,38.31041],[141.42023,38.31049],[141.42048,38.31061],[141.41954,38.31073],[141.4193,38.31049],[141.419,38.31063],[141.41886,38.31088],[141.4187,38.31088],[141.41905,38.3111],[141.41861,38.31128],[141.41894,38.31145],[141.41877,38.31154],[141.41885,38.31168],[141.41855,38.31174],[141.4187,38.31188],[141.41816,38.31179],[141.41835,38.31198],[141.41751,38.31157],[141.4174,38.31174],[141.41705,38.31178],[141.41658,38.31163],[141.41612,38.31184],[141.41627,38.3122],[141.41577,38.3121],[141.41577,38.31195],[141.41545,38.31177],[141.41555,38.3114],[141.41541,38.31126],[141.41585,38.31097],[141.41582,38.31056],[141.41551,38.31051],[141.41535,38.31017],[141.41489,38.31032],[141.41482,38.31007],[141.41467,38.31011],[141.41442,38.30986],[141.41328,38.30971],[141.41327,38.30933],[141.41276,38.3094],[141.41257,38.30908],[141.41217,38.30912],[141.41201,38.30888],[141.41149,38.30881],[141.4116,38.3087],[141.41136,38.30867],[141.41065,38.30775],[141.4104,38.30722],[141.41029,38.30643],[141.40978,38.30595],[141.40974,38.30546],[141.40941,38.30481],[141.40963,38.30473],[141.40998,38.30396],[141.40982,38.30317],[141.41034,38.30295],[141.40996,38.30237],[141.41034,38.30162],[141.41018,38.30156],[141.41039,38.30142],[141.41102,38.30166],[141.41129,38.30132],[141.41148,38.30135],[141.41215,38.30055],[141.41207,38.30038],[141.41256,38.30008],[141.41247,38.29958],[141.41281,38.29933],[141.41266,38.29914],[141.41279,38.29903],[141.41254,38.29881],[141.41263,38.29837],[141.41192,38.29825],[141.41176,38.29807],[141.412,38.29795],[141.41168,38.2974],[141.41125,38.29729],[141.4113,38.29707],[141.41099,38.29709],[141.41111,38.29698],[141.41087,38.29689],[141.41081,38.29674],[141.41097,38.29665],[141.41084,38.29651],[141.41046,38.29656],[141.41069,38.29646],[141.41051,38.29593],[141.4096,38.29538],[141.40953,38.29561],[141.409,38.29469],[141.40843,38.29445],[141.40843,38.29406],[141.40862,38.29413],[141.40868,38.29397],[141.40858,38.29373],[141.40831,38.29378],[141.40804,38.29346],[141.40806,38.29327],[141.40833,38.29324],[141.40817,38.29291],[141.40791,38.29282],[141.40794,38.29261],[141.40737,38.29261],[141.40747,38.29234],[141.4076,38.29248],[141.40764,38.29234],[141.40744,38.29193],[141.40704,38.29171],[141.40712,38.29146],[141.40736,38.29136],[141.40712,38.29133],[141.40688,38.29096],[141.40702,38.29075],[141.40677,38.29074],[141.40644,38.2903],[141.40654,38.29025],[141.40643,38.29],[141.40655,38.28999],[141.40646,38.28948],[141.40685,38.28923],[141.40704,38.2894],[141.407,38.28905],[141.40665,38.28912],[141.40646,38.28885],[141.40666,38.28861],[141.40637,38.28857],[141.40655,38.28834],[141.4064,38.28829],[141.4066,38.28817],[141.40697,38.28865],[141.40718,38.28864],[141.40755,38.28841],[141.40785,38.28793],[141.40768,38.28756],[141.40741,38.28762],[141.4075,38.28744],[141.40721,38.28744],[141.40704,38.28716],[141.40719,38.28698],[141.40716,38.28635],[141.40761,38.28619],[141.40795,38.28674],[141.40793,38.28609],[141.4081,38.28627],[141.40801,38.28587],[141.40848,38.2867],[141.40867,38.28663],[141.40852,38.2864],[141.40848,38.28617],[141.4086,38.28646],[141.40874,38.2863],[141.40847,38.28548],[141.40878,38.28606],[141.40857,38.28523],[141.40876,38.28502],[141.40909,38.28586],[141.40912,38.28569],[141.40927,38.28582],[141.40908,38.28517],[141.40942,38.28596],[141.4095,38.28574],[141.40978,38.28594],[141.4096,38.28542],[141.40985,38.28605],[141.41005,38.2862],[141.41014,38.28602],[141.4103,38.28634],[141.41038,38.28618],[141.41056,38.28646],[141.41057,38.28615],[141.41095,38.28689],[141.41128,38.28682],[141.41109,38.28641],[141.41148,38.2867],[141.41155,38.2869],[141.41141,38.28697],[141.41171,38.28706],[141.41212,38.28697],[141.41236,38.2865],[141.41253,38.28692],[141.41277,38.28669],[141.41291,38.28672],[141.41296,38.28696],[141.41273,38.28711],[141.41276,38.28717],[141.41337,38.287],[141.41346,38.28743],[141.4136,38.2874],[141.41375,38.28768],[141.41406,38.28788],[141.4141,38.28775],[141.41417,38.28789],[141.41442,38.28786],[141.41443,38.28804],[141.41523,38.28861],[141.4167,38.28872],[141.41681,38.28888],[141.41705,38.28871],[141.41696,38.28909],[141.41737,38.28914],[141.41744,38.2893],[141.41842,38.2893],[141.41867,38.28922],[141.4187,38.28905],[141.41876,38.28922],[141.41913,38.28911],[141.4196,38.28924],[141.41992,38.28908],[141.41974,38.28858],[141.42031,38.28903],[141.42041,38.28892],[141.4203,38.28869],[141.42049,38.28893],[141.42077,38.28873],[141.42075,38.28839],[141.42042,38.28818],[141.42081,38.28827],[141.42052,38.28767],[141.42081,38.28799],[141.42081,38.28786],[141.42169,38.28848],[141.42192,38.28847],[141.42179,38.28875],[141.42217,38.289],[141.42257,38.28886],[141.42279,38.28898]],[[141.52632,38.35654],[141.52676,38.35649],[141.52667,38.35636],[141.52697,38.35643],[141.52727,38.3567],[141.5272,38.35687],[141.52666,38.35675],[141.52673,38.35698],[141.52704,38.3572],[141.52685,38.35724],[141.52689,38.3574],[141.52739,38.35786],[141.52749,38.35818],[141.52707,38.35782],[141.52748,38.35858],[141.52683,38.35831],[141.52686,38.35789],[141.5266,38.35809],[141.5264,38.35785],[141.52617,38.35797],[141.52587,38.3578],[141.52572,38.35741],[141.52539,38.35715],[141.52516,38.35707],[141.52494,38.35736],[141.52479,38.35729],[141.525,38.35691],[141.52536,38.35687],[141.52542,38.35656],[141.52598,38.3565],[141.52595,38.35634],[141.52632,38.35654]],[[141.58493,38.30311],[141.585,38.30322],[141.58411,38.30364],[141.5841,38.30377],[141.58507,38.3037],[141.58486,38.30387],[141.58489,38.30402],[141.5842,38.30412],[141.5826,38.30425],[141.58269,38.30443],[141.58222,38.30468],[141.58274,38.30482],[141.58236,38.30488],[141.58222,38.30523],[141.58172,38.30536],[141.58152,38.30564],[141.58029,38.30566],[141.58013,38.30553],[141.58007,38.30564],[141.57945,38.30515],[141.57906,38.30574],[141.57858,38.30533],[141.57848,38.3056],[141.57831,38.30557],[141.57824,38.30534],[141.5781,38.30568],[141.57662,38.30639],[141.57627,38.30642],[141.576,38.30664],[141.57634,38.30676],[141.57562,38.30706],[141.57584,38.30676],[141.57486,38.30715],[141.57391,38.30712],[141.57401,38.30731],[141.57359,38.30712],[141.57341,38.3072],[141.57344,38.3074],[141.57229,38.30773],[141.57188,38.30771],[141.57209,38.30777],[141.57196,38.30782],[141.57008,38.30773],[141.56998,38.30788],[141.56933,38.30797],[141.56903,38.30825],[141.56886,38.30814],[141.56839,38.3083],[141.56796,38.30892],[141.5681,38.30968],[141.56849,38.30981],[141.56841,38.30994],[141.56864,38.3103],[141.56927,38.31032],[141.56934,38.31052],[141.56953,38.3105],[141.56945,38.31064],[141.5701,38.31067],[141.57002,38.31093],[141.57024,38.31123],[141.5709,38.3116],[141.56999,38.31182],[141.57109,38.31193],[141.5713,38.31208],[141.57098,38.31213],[141.57107,38.31221],[141.57069,38.31252],[141.57015,38.31265],[141.57023,38.31283],[141.56955,38.31301],[141.56975,38.31309],[141.56956,38.31318],[141.56887,38.31312],[141.56917,38.31319],[141.56898,38.31337],[141.56838,38.31348],[141.56827,38.31333],[141.56799,38.31353],[141.56755,38.31337],[141.56681,38.31355],[141.56661,38.31328],[141.56594,38.31329],[141.5656,38.31286],[141.56489,38.31284],[141.56477,38.31273],[141.56485,38.31248],[141.56448,38.31242],[141.56443,38.31217],[141.56366,38.31205],[141.56348,38.3118],[141.56366,38.31155],[141.56327,38.31153],[141.56262,38.31084],[141.5616,38.31069],[141.5614,38.31041],[141.56165,38.31032],[141.5616,38.31022],[141.56047,38.30903],[141.5596,38.30866],[141.55941,38.30882],[141.55892,38.30887],[141.55873,38.30878],[141.55893,38.30869],[141.55886,38.30857],[141.55824,38.30854],[141.55838,38.30831],[141.5577,38.30812],[141.55713,38.30818],[141.55687,38.30791],[141.55576,38.3077],[141.55572,38.30752],[141.55448,38.30703],[141.55434,38.3068],[141.55407,38.30696],[141.55389,38.30682],[141.5538,38.30704],[141.55358,38.30689],[141.55367,38.30674],[141.55314,38.30651],[141.5526,38.30657],[141.55227,38.30643],[141.55174,38.30582],[141.55147,38.30579],[141.5512,38.30536],[141.55077,38.30518],[141.55067,38.30532],[141.55059,38.30517],[141.55077,38.3051],[141.54846,38.30366],[141.54787,38.30281],[141.54803,38.30198],[141.5487,38.30058],[141.5495,38.29985],[141.54966,38.2994],[141.54945,38.29864],[141.54983,38.29756],[141.55049,38.29711],[141.55155,38.29533],[141.55144,38.29526],[141.55137,38.2956],[141.55047,38.29538],[141.55127,38.29549],[141.55135,38.29514],[141.55092,38.29498],[141.55178,38.29511],[141.55187,38.29472],[141.55107,38.29465],[141.55114,38.29446],[141.5515,38.2945],[141.55157,38.29417],[141.5518,38.29411],[141.5512,38.2941],[141.55115,38.29423],[141.55069,38.29427],[141.55066,38.29409],[141.55049,38.2941],[141.55033,38.29429],[141.54975,38.29431],[141.54849,38.29525],[141.54805,38.29535],[141.548,38.29521],[141.54842,38.29515],[141.54976,38.29415],[141.55035,38.2941],[141.55043,38.29396],[141.55048,38.29408],[141.55202,38.29388],[141.55197,38.29365],[141.55236,38.2933],[141.55232,38.29295],[141.55283,38.29105],[141.55276,38.28954],[141.55238,38.28862],[141.55266,38.28842],[141.55257,38.28832],[141.55277,38.28828],[141.55241,38.2878],[141.55268,38.28773],[141.55257,38.28757],[141.55267,38.28737],[141.55281,38.28747],[141.55295,38.28723],[141.55312,38.28725],[141.55319,38.28686],[141.55338,38.28689],[141.55423,38.28614],[141.55469,38.28594],[141.55525,38.28596],[141.55517,38.28589],[141.55556,38.28558],[141.55614,38.2856],[141.55626,38.28531],[141.55665,38.2851],[141.55639,38.28483],[141.55654,38.28475],[141.55617,38.28456],[141.55614,38.28436],[141.55642,38.2842],[141.55631,38.28408],[141.5565,38.28398],[141.5565,38.28364],[141.55668,38.28369],[141.55675,38.2835],[141.55752,38.28361],[141.55733,38.28337],[141.55743,38.28306],[141.55768,38.28324],[141.5583,38.28282],[141.5579,38.2825],[141.55807,38.28256],[141.55798,38.2823],[141.55821,38.28216],[141.558,38.28196],[141.55908,38.28193],[141.55865,38.28168],[141.55928,38.28138],[141.55929,38.28121],[141.56103,38.28042],[141.56262,38.28024],[141.56263,38.28011],[141.56232,38.27997],[141.56277,38.27995],[141.56265,38.27973],[141.56294,38.27972],[141.5632,38.27922],[141.56343,38.27928],[141.56349,38.27912],[141.56325,38.27891],[141.56374,38.27887],[141.5635,38.27858],[141.56439,38.27821],[141.56413,38.27804],[141.56543,38.27789],[141.5657,38.27779],[141.5656,38.27763],[141.56677,38.27738],[141.56678,38.27721],[141.56746,38.27688],[141.56821,38.27687],[141.56893,38.27584],[141.56885,38.27574],[141.56903,38.2757],[141.56896,38.27557],[141.56932,38.2754],[141.56921,38.27523],[141.56946,38.27502],[141.56973,38.27424],[141.57001,38.27409],[141.56991,38.274],[141.57009,38.27372],[141.57048,38.27363],[141.57012,38.27338],[141.57074,38.27318],[141.57078,38.27289],[141.57137,38.27272],[141.57163,38.27244],[141.57271,38.27216],[141.57324,38.27179],[141.57329,38.27139],[141.57277,38.27052],[141.57286,38.27036],[141.57435,38.2696],[141.57437,38.26945],[141.57456,38.26952],[141.57471,38.26942],[141.57461,38.26928],[141.57518,38.26914],[141.57626,38.26928],[141.57649,38.26912],[141.57673,38.26957],[141.57757,38.27011],[141.5771,38.271],[141.57705,38.27133],[141.57729,38.27181],[141.57787,38.27211],[141.57864,38.27212],[141.57919,38.27276],[141.57967,38.2729],[141.57989,38.27281],[141.57988,38.27313],[141.57951,38.27324],[141.57988,38.27321],[141.58058,38.27291],[141.58041,38.27308],[141.5807,38.27315],[141.58074,38.27344],[141.58051,38.27358],[141.5807,38.27398],[141.58311,38.27445],[141.583,38.27473],[141.58326,38.27481],[141.58289,38.27503],[141.58324,38.27502],[141.58305,38.27532],[141.58326,38.27528],[141.58329,38.27547],[141.58351,38.2754],[141.58348,38.27553],[141.58377,38.27566],[141.58348,38.27568],[141.5838,38.27587],[141.58496,38.27619],[141.58505,38.27628],[141.58481,38.27624],[141.58522,38.27655],[141.58494,38.2768],[141.58408,38.27705],[141.58527,38.27699],[141.58546,38.27712],[141.58564,38.27696],[141.58613,38.27727],[141.58598,38.27781],[141.5855,38.27778],[141.58452,38.27819],[141.58358,38.27826],[141.58336,38.27814],[141.58271,38.27843],[141.58265,38.27851],[141.5833,38.27864],[141.58254,38.27879],[141.58245,38.27903],[141.582,38.27897],[141.58251,38.27939],[141.58194,38.27909],[141.58218,38.27944],[141.58191,38.27927],[141.58195,38.27947],[141.58165,38.27938],[141.58197,38.27974],[141.58176,38.2796],[141.58136,38.27967],[141.58116,38.28023],[141.58145,38.28079],[141.58183,38.28083],[141.58218,38.28111],[141.58249,38.28098],[141.58247,38.28109],[141.58282,38.28116],[141.58324,38.28105],[141.58328,38.28119],[141.58277,38.28135],[141.58299,38.2814],[141.58272,38.28151],[141.5829,38.28161],[141.58287,38.2818],[141.58264,38.28184],[141.58277,38.28195],[141.58237,38.28208],[141.58308,38.28217],[141.58268,38.2824],[141.58296,38.28239],[141.58269,38.28278],[141.58229,38.2829],[141.58157,38.28357],[141.58149,38.28378],[141.58194,38.28379],[141.58147,38.284],[141.58141,38.28417],[141.58163,38.28414],[141.58112,38.28438],[141.58131,38.28444],[141.58106,38.28468],[141.58129,38.2847],[141.581,38.28487],[141.5813,38.28494],[141.58058,38.28529],[141.58112,38.28529],[141.58103,38.28564],[141.58007,38.2857],[141.57992,38.28583],[141.58013,38.28597],[141.57958,38.28623],[141.57998,38.28615],[141.57992,38.28641],[141.57989,38.2863],[141.57951,38.2867],[141.5792,38.28664],[141.5791,38.28683],[141.57938,38.28693],[141.57921,38.28709],[141.5794,38.28706],[141.57935,38.28724],[141.57981,38.28772],[141.58185,38.288],[141.58182,38.28818],[141.58191,38.2881],[141.58204,38.28826],[141.5818,38.28865],[141.58225,38.28842],[141.58235,38.28854],[141.58199,38.28928],[141.58144,38.28943],[141.58184,38.2894],[141.58202,38.28955],[141.58189,38.28966],[141.58195,38.28994],[141.5821,38.2899],[141.5824,38.29021],[141.58258,38.29002],[141.58271,38.29017],[141.58245,38.29027],[141.58296,38.29028],[141.58315,38.29051],[141.58315,38.29068],[141.58289,38.29075],[141.58267,38.29106],[141.58272,38.29139],[141.58236,38.29147],[141.58249,38.29164],[141.58218,38.29186],[141.5826,38.29183],[141.58272,38.29219],[141.58295,38.29232],[141.58226,38.29258],[141.58315,38.2925],[141.58319,38.29292],[141.58237,38.29345],[141.5828,38.29392],[141.58371,38.29398],[141.58361,38.29409],[141.58434,38.29404],[141.5842,38.29417],[141.58454,38.29422],[141.58463,38.29459],[141.58423,38.29462],[141.58417,38.2949],[141.58484,38.29566],[141.58521,38.29547],[141.58551,38.29554],[141.5856,38.29577],[141.58599,38.29584],[141.586,38.29612],[141.5868,38.29599],[141.58701,38.29615],[141.58698,38.29636],[141.58717,38.29614],[141.58731,38.29622],[141.58746,38.29664],[141.58764,38.29671],[141.58751,38.29693],[141.58766,38.297],[141.58743,38.29736],[141.58673,38.29743],[141.58682,38.29793],[141.58817,38.29791],[141.58835,38.29804],[141.58821,38.29847],[141.58886,38.29872],[141.58885,38.29904],[141.58848,38.29926],[141.58872,38.29937],[141.58922,38.29925],[141.58897,38.29947],[141.58892,38.30014],[141.58877,38.30025],[141.58903,38.30087],[141.58899,38.30117],[141.58882,38.30124],[141.58924,38.30133],[141.5892,38.30169],[141.58967,38.30175],[141.58956,38.30188],[141.58888,38.30183],[141.58857,38.30211],[141.58825,38.30204],[141.58803,38.30232],[141.58756,38.30243],[141.5862,38.30235],[141.58584,38.30265],[141.58516,38.30283],[141.58493,38.30311]],[[141.60609,38.39094],[141.60607,38.39133],[141.60629,38.39123],[141.60609,38.39153],[141.60634,38.39148],[141.60649,38.39174],[141.60637,38.39205],[141.6061,38.39204],[141.6058,38.39188],[141.60576,38.39167],[141.60507,38.39158],[141.60521,38.39138],[141.60481,38.39138],[141.60371,38.39062],[141.60352,38.38965],[141.60333,38.38988],[141.6027,38.38993],[141.60263,38.3896],[141.60243,38.38974],[141.60177,38.38942],[141.60161,38.38902],[141.60169,38.38869],[141.60306,38.38791],[141.60303,38.38751],[141.60253,38.38742],[141.60261,38.38691],[141.60214,38.38721],[141.60179,38.38709],[141.60178,38.38692],[141.60115,38.38705],[141.60073,38.38669],[141.60074,38.3864],[141.60045,38.38626],[141.6006,38.3859],[141.60038,38.38591],[141.60031,38.38574],[141.60048,38.38553],[141.60112,38.38536],[141.60137,38.38564],[141.60165,38.3856],[141.60201,38.3858],[141.60213,38.38542],[141.60285,38.3853],[141.60347,38.38576],[141.6034,38.38605],[141.60373,38.38594],[141.60365,38.38635],[141.60403,38.38614],[141.604,38.38632],[141.60419,38.38631],[141.60405,38.38692],[141.60425,38.38709],[141.60373,38.38738],[141.60392,38.38752],[141.60421,38.38738],[141.60429,38.38759],[141.60464,38.38751],[141.60453,38.38778],[141.60517,38.38781],[141.60508,38.38813],[141.60556,38.3878],[141.60577,38.38799],[141.60557,38.38814],[141.60562,38.38844],[141.6054,38.38903],[141.6057,38.3887],[141.60601,38.38876],[141.60606,38.38897],[141.60639,38.38915],[141.6062,38.3894],[141.60634,38.38965],[141.60594,38.38981],[141.60606,38.38949],[141.60591,38.38945],[141.60586,38.3897],[141.60541,38.38949],[141.60521,38.38959],[141.60573,38.38998],[141.60558,38.39021],[141.60579,38.39012],[141.60589,38.39048],[141.60608,38.39045],[141.6061,38.39065],[141.60559,38.39043],[141.60589,38.39092],[141.60609,38.39094]],[[141.59342,38.39969],[141.59261,38.4],[141.59254,38.4008],[141.59228,38.40079],[141.59238,38.40088],[141.59226,38.40099],[141.59197,38.40051],[141.59215,38.40045],[141.59159,38.40033],[141.59131,38.40053],[141.59119,38.40038],[141.59129,38.4009],[141.59117,38.40107],[141.59096,38.40067],[141.59083,38.40078],[141.59021,38.4001],[141.59014,38.40024],[141.58978,38.39996],[141.58995,38.39987],[141.58974,38.39976],[141.58988,38.39952],[141.58939,38.39915],[141.58945,38.39898],[141.58926,38.39886],[141.58961,38.39868],[141.58946,38.39841],[141.58953,38.39801],[141.58984,38.39779],[141.59017,38.39787],[141.59024,38.39744],[141.58948,38.39728],[141.59052,38.3974],[141.59041,38.39723],[141.5906,38.39709],[141.59142,38.39691],[141.59132,38.39662],[141.59161,38.39633],[141.59201,38.39641],[141.59194,38.39615],[141.59334,38.39571],[141.59361,38.39591],[141.59361,38.39611],[141.59344,38.39612],[141.5939,38.3963],[141.59332,38.3965],[141.59367,38.39645],[141.59362,38.39663],[141.59417,38.39657],[141.59495,38.39624],[141.59501,38.39644],[141.59471,38.39667],[141.59478,38.39676],[141.59518,38.39657],[141.59525,38.39724],[141.59549,38.39698],[141.59548,38.39731],[141.59568,38.39723],[141.59571,38.39701],[141.59581,38.39701],[141.59572,38.39713],[141.59607,38.39717],[141.59639,38.39704],[141.5966,38.39726],[141.5968,38.39715],[141.59691,38.39731],[141.59705,38.39725],[141.59702,38.3974],[141.59731,38.39751],[141.59751,38.39704],[141.59793,38.39696],[141.5979,38.39719],[141.59878,38.39727],[141.59914,38.39766],[141.59915,38.39789],[141.59943,38.39773],[141.59928,38.39807],[141.59955,38.39808],[141.59948,38.39827],[141.59918,38.39834],[141.59872,38.3981],[141.59869,38.39879],[141.59836,38.39919],[141.59863,38.39929],[141.59845,38.39959],[141.59823,38.3995],[141.59811,38.39992],[141.59768,38.39995],[141.59756,38.40011],[141.59688,38.39952],[141.59655,38.3998],[141.59659,38.40097],[141.59632,38.4014],[141.59691,38.40193],[141.59656,38.40225],[141.59675,38.40253],[141.5966,38.40266],[141.59623,38.40224],[141.59641,38.40223],[141.5963,38.40204],[141.59653,38.40181],[141.59607,38.40193],[141.59628,38.4017],[141.59607,38.40171],[141.59612,38.40147],[141.59584,38.4015],[141.59588,38.40132],[141.5957,38.40135],[141.59578,38.401],[141.59541,38.40087],[141.59535,38.40037],[141.59488,38.40084],[141.59457,38.40046],[141.59422,38.40062],[141.59409,38.40074],[141.59422,38.40091],[141.59458,38.40097],[141.59415,38.40107],[141.59361,38.40149],[141.59233,38.40277],[141.59148,38.40277],[141.59142,38.40251],[141.59216,38.40254],[141.59382,38.40098],[141.59332,38.40047],[141.59362,38.40029],[141.59354,38.40022],[141.59372,38.40012],[141.59396,38.40037],[141.59418,38.40024],[141.59386,38.39973],[141.59357,38.39982],[141.59342,38.39969]],[[141.58218,38.40166],[141.58239,38.40203],[141.58205,38.4022],[141.58232,38.40247],[141.58226,38.40264],[141.58255,38.40252],[141.58321,38.40272],[141.58356,38.40312],[141.58391,38.40398],[141.58382,38.40417],[141.58405,38.40441],[141.58353,38.4042],[141.58328,38.4045],[141.58334,38.40464],[141.58316,38.4047],[141.58288,38.40442],[141.58283,38.40454],[141.58254,38.40447],[141.58229,38.40415],[141.58236,38.40403],[141.58216,38.40405],[141.58189,38.40373],[141.58203,38.4036],[141.58199,38.40337],[141.58185,38.40343],[141.58195,38.40312],[141.58172,38.40334],[141.58124,38.40281],[141.58139,38.40206],[141.5813,38.40218],[141.58125,38.40189],[141.58112,38.40198],[141.58114,38.40231],[141.58097,38.40214],[141.58103,38.40194],[141.58067,38.40198],[141.58045,38.40165],[141.58049,38.40143],[141.5798,38.40088],[141.58002,38.4004],[141.57984,38.40014],[141.5801,38.39998],[141.57996,38.39976],[141.58065,38.39991],[141.58062,38.40014],[141.58088,38.40029],[141.58131,38.40112],[141.58149,38.40106],[141.58155,38.40137],[141.58222,38.40142],[141.58218,38.40166]],[[141.51543,38.55389],[141.51566,38.55434],[141.51557,38.55444],[141.5162,38.55459],[141.51627,38.55491],[141.51646,38.55491],[141.51672,38.55534],[141.51667,38.55565],[141.51636,38.55546],[141.51659,38.55569],[141.51618,38.55557],[141.51621,38.55567],[141.51583,38.55567],[141.51563,38.55585],[141.51525,38.55576],[141.51517,38.55608],[141.51483,38.55606],[141.51476,38.55589],[141.51458,38.5561],[141.51437,38.55585],[141.51424,38.556],[141.51393,38.55588],[141.51394,38.55562],[141.51349,38.55559],[141.51369,38.55496],[141.51346,38.55497],[141.51356,38.55471],[141.51343,38.55393],[141.51367,38.55366],[141.51342,38.55368],[141.51367,38.5536],[141.51369,38.55334],[141.51347,38.55324],[141.51323,38.55267],[141.51277,38.55268],[141.51263,38.55282],[141.51227,38.55263],[141.5125,38.55233],[141.5119,38.55249],[141.51179,38.55231],[141.51194,38.55216],[141.5115,38.55196],[141.51155,38.55174],[141.51115,38.55168],[141.51109,38.55141],[141.51086,38.55146],[141.51086,38.55123],[141.51056,38.5509],[141.51068,38.55041],[141.51027,38.55003],[141.51063,38.54997],[141.51071,38.54966],[141.51109,38.5496],[141.51189,38.54995],[141.51201,38.55023],[141.51278,38.55093],[141.51297,38.5515],[141.5136,38.55191],[141.51378,38.5524],[141.51409,38.55256],[141.51421,38.55294],[141.51449,38.55308],[141.51484,38.55381],[141.51517,38.55379],[141.51538,38.55404],[141.51543,38.55389]],[[141.49363,38.55743],[141.49377,38.5574],[141.49359,38.55755],[141.49381,38.55762],[141.49369,38.55768],[141.49373,38.55792],[141.49384,38.55786],[141.49414,38.55833],[141.49438,38.55893],[141.49425,38.559],[141.49434,38.55921],[141.49404,38.55916],[141.49429,38.55978],[141.4941,38.56024],[141.49386,38.55979],[141.49382,38.56009],[141.49355,38.5599],[141.49286,38.55897],[141.49241,38.55893],[141.49245,38.55875],[141.49224,38.55854],[141.49235,38.55806],[141.49197,38.55798],[141.4919,38.55772],[141.49203,38.55763],[141.49165,38.55708],[141.49194,38.55634],[141.49215,38.55626],[141.49235,38.55634],[141.49235,38.55654],[141.49283,38.55664],[141.49297,38.55701],[141.49311,38.5567],[141.49337,38.5573],[141.49353,38.55722],[141.49363,38.55743]],[[141.48825,38.65274],[141.48859,38.65242],[141.48837,38.65211],[141.48707,38.6516],[141.48741,38.65114],[141.48714,38.65086],[141.48707,38.65008],[141.48718,38.65015],[141.48813,38.65067],[141.48886,38.65085],[141.48924,38.65076],[141.48948,38.65094],[141.48973,38.65078],[141.48966,38.65094],[141.49053,38.65109],[141.49065,38.65157],[141.49053,38.65174],[141.49025,38.65176],[141.49021,38.65193],[141.49043,38.65223],[141.49004,38.65245],[141.49025,38.65261],[141.48964,38.65261],[141.4889,38.65295],[141.48896,38.65308],[141.48858,38.65288],[141.48862,38.65271],[141.48825,38.65274]],[[141.51187,38.67527],[141.51198,38.67544],[141.51156,38.6754],[141.51134,38.67578],[141.51108,38.67569],[141.51085,38.67588],[141.51097,38.6762],[141.51074,38.67609],[141.51047,38.67606],[141.51017,38.67626],[141.51002,38.67607],[141.50986,38.67626],[141.50972,38.67587],[141.50959,38.67587],[141.51004,38.67567],[141.5099,38.67555],[141.51009,38.67556],[141.51005,38.675],[141.51051,38.67494],[141.51063,38.67461],[141.51077,38.67495],[141.51113,38.6749],[141.51104,38.67458],[141.51134,38.67451],[141.51138,38.67429],[141.51158,38.67431],[141.51162,38.67413],[141.51174,38.67453],[141.51198,38.67455],[141.51212,38.67475],[141.51146,38.6748],[141.51184,38.67503],[141.51135,38.67516],[141.51157,38.67532],[141.51187,38.67527]],[[141.55416,38.40505],[141.55366,38.40511],[141.55402,38.40539],[141.55413,38.40577],[141.55401,38.40578],[141.55432,38.40636],[141.55417,38.40645],[141.55329,38.40551],[141.55306,38.40549],[141.55253,38.40471],[141.55252,38.40496],[141.55193,38.40448],[141.55203,38.40402],[141.55183,38.40393],[141.552,38.40382],[141.55156,38.40308],[141.55187,38.40312],[141.55197,38.40293],[141.5524,38.40307],[141.55285,38.4029],[141.55302,38.40216],[141.55327,38.40286],[141.55339,38.40302],[141.55337,38.40279],[141.55353,38.40279],[141.55375,38.40318],[141.55344,38.4032],[141.55344,38.40331],[141.55364,38.40329],[141.55365,38.40364],[141.55397,38.40392],[141.55375,38.40433],[141.55416,38.40505]],[[141.59446,38.42235],[141.59508,38.42231],[141.59464,38.42268],[141.59477,38.4227],[141.59468,38.42289],[141.59549,38.42276],[141.5954,38.4232],[141.5956,38.4232],[141.59574,38.42329],[141.595,38.42347],[141.59504,38.42374],[141.59448,38.42413],[141.59408,38.42393],[141.59335,38.424],[141.59356,38.42426],[141.59316,38.42442],[141.59326,38.42423],[141.59291,38.42415],[141.59299,38.42399],[141.59246,38.42385],[141.59265,38.42366],[141.59238,38.42299],[141.59159,38.42251],[141.59158,38.42228],[141.59134,38.42224],[141.59156,38.42212],[141.59222,38.42225],[141.59222,38.42237],[141.59331,38.42272],[141.59384,38.42268],[141.59446,38.42235]],[[141.64271,38.8431],[141.64273,38.84359],[141.64292,38.84377],[141.64261,38.84383],[141.64241,38.84408],[141.64162,38.84399],[141.64146,38.84427],[141.64176,38.84443],[141.64218,38.84454],[141.64241,38.84485],[141.64235,38.84497],[141.64194,38.84493],[141.64217,38.84511],[141.64211,38.84529],[141.64125,38.84525],[141.64139,38.84537],[141.64108,38.84538],[141.64111,38.84521],[141.64029,38.84453],[141.64038,38.84406],[141.64111,38.84354],[141.64107,38.84315],[141.64123,38.84293],[141.64087,38.84261],[141.64164,38.84188],[141.64199,38.84176],[141.64201,38.84191],[141.64215,38.84188],[141.64212,38.8414],[141.64232,38.84118],[141.64251,38.84119],[141.64256,38.84138],[141.64267,38.84122],[141.64284,38.84136],[141.64298,38.84121],[141.64332,38.8413],[141.64357,38.8417],[141.64408,38.84193],[141.64412,38.84234],[141.6437,38.84235],[141.64368,38.84217],[141.64346,38.84237],[141.64405,38.84257],[141.64413,38.84302],[141.64384,38.84319],[141.64343,38.84303],[141.64323,38.84324],[141.64313,38.84306],[141.64312,38.84325],[141.6429,38.84337],[141.64271,38.8431]],[[141.63857,38.85135],[141.63901,38.85204],[141.63843,38.85176],[141.63807,38.85182],[141.63796,38.85164],[141.6382,38.85114],[141.63823,38.85053],[141.63798,38.85012],[141.63828,38.84986],[141.63817,38.84969],[141.63826,38.84938],[141.63892,38.84914],[141.6387,38.84883],[141.63875,38.84864],[141.63901,38.84877],[141.6389,38.84851],[141.63963,38.84862],[141.63988,38.84852],[141.63998,38.84932],[141.63963,38.84941],[141.63991,38.84962],[141.63992,38.84993],[141.6403,38.84983],[141.64033,38.85],[141.63984,38.85019],[141.63947,38.85005],[141.63968,38.85037],[141.63959,38.85137],[141.63975,38.85102],[141.63985,38.85107],[141.63975,38.85147],[141.63916,38.85154],[141.63901,38.85138],[141.63883,38.85151],[141.63857,38.85135]],[[141.63341,38.87398],[141.63344,38.87377],[141.63364,38.87415],[141.63381,38.87401],[141.63396,38.87412],[141.63407,38.87372],[141.63429,38.87372],[141.63451,38.87421],[141.63442,38.87467],[141.63371,38.87523],[141.63357,38.87584],[141.63317,38.87599],[141.63286,38.87584],[141.63282,38.87557],[141.63254,38.87552],[141.63195,38.87559],[141.63193,38.87583],[141.63163,38.87585],[141.63094,38.87667],[141.63149,38.87712],[141.63138,38.87754],[141.6308,38.87791],[141.63017,38.87798],[141.63023,38.8782],[141.62962,38.87854],[141.62969,38.87912],[141.62948,38.87911],[141.6294,38.87889],[141.62917,38.87898],[141.62861,38.87885],[141.6282,38.87837],[141.62785,38.87844],[141.62778,38.87829],[141.62786,38.87871],[141.62763,38.87869],[141.62743,38.87899],[141.62683,38.8793],[141.62688,38.87973],[141.62713,38.87991],[141.6275,38.88002],[141.62817,38.87986],[141.62841,38.88045],[141.6284,38.88071],[141.62793,38.88118],[141.62781,38.88184],[141.62744,38.88228],[141.62765,38.88243],[141.6275,38.88257],[141.62766,38.88278],[141.62724,38.88281],[141.62721,38.88301],[141.62688,38.88318],[141.62691,38.88359],[141.62684,38.88338],[141.62621,38.88334],[141.62553,38.88309],[141.6249,38.88332],[141.62525,38.88375],[141.62514,38.88405],[141.62431,38.8845],[141.62424,38.88531],[141.62412,38.88532],[141.62427,38.88549],[141.6236,38.88526],[141.62328,38.88481],[141.6222,38.88477],[141.62241,38.88394],[141.62226,38.88389],[141.62239,38.88389],[141.62274,38.88271],[141.62223,38.8814],[141.62185,38.88102],[141.6208,38.88075],[141.62033,38.88032],[141.6202,38.87987],[141.61957,38.87962],[141.61945,38.87973],[141.61904,38.87939],[141.61891,38.87896],[141.61868,38.87876],[141.61616,38.87829],[141.61573,38.87771],[141.6155,38.87781],[141.61451,38.87767],[141.61321,38.87796],[141.61266,38.87831],[141.61143,38.87835],[141.61068,38.87799],[141.61012,38.87739],[141.60968,38.87747],[141.60941,38.87785],[141.60801,38.87754],[141.60761,38.87687],[141.60697,38.8772],[141.60648,38.87707],[141.6061,38.87753],[141.60539,38.87763],[141.60457,38.87725],[141.60472,38.87709],[141.60466,38.87677],[141.60382,38.87515],[141.60304,38.8746],[141.6029,38.87472],[141.60172,38.8737],[141.60171,38.87338],[141.60243,38.87248],[141.60285,38.87086],[141.60357,38.87036],[141.6038,38.87042],[141.60477,38.8701],[141.60472,38.86996],[141.60502,38.86979],[141.6049,38.86963],[141.60531,38.86931],[141.60557,38.86936],[141.60565,38.86904],[141.60495,38.86891],[141.6044,38.86904],[141.60495,38.86888],[141.60578,38.86903],[141.60572,38.86777],[141.60724,38.86674],[141.60719,38.86651],[141.60735,38.86676],[141.60813,38.86659],[141.60804,38.86652],[141.60934,38.86652],[141.60978,38.86636],[141.60971,38.86585],[141.60984,38.86629],[141.61099,38.86619],[141.61175,38.86588],[141.6116,38.86564],[141.61196,38.86598],[141.61293,38.86539],[141.61288,38.86413],[141.61054,38.86437],[141.61052,38.86475],[141.6105,38.86433],[141.60832,38.86424],[141.60834,38.86406],[141.60752,38.86403],[141.60752,38.86421],[141.60682,38.86418],[141.60672,38.86499],[141.60679,38.86391],[141.60623,38.86381],[141.60628,38.86367],[141.6057,38.86294],[141.60508,38.86245],[141.60521,38.86237],[141.60461,38.86124],[141.60477,38.86123],[141.60471,38.8604],[141.60556,38.85971],[141.6054,38.85963],[141.60618,38.85904],[141.60667,38.85829],[141.60679,38.85765],[141.60642,38.85728],[141.60688,38.8564],[141.60671,38.85596],[141.60674,38.85532],[141.60748,38.85467],[141.60883,38.85454],[141.60985,38.85401],[141.60972,38.85391],[141.61012,38.85357],[141.61027,38.8536],[141.61029,38.85327],[141.60964,38.85286],[141.6088,38.85277],[141.60967,38.85281],[141.6103,38.85322],[141.6113,38.85223],[141.61144,38.85109],[141.61225,38.85059],[141.61218,38.85049],[141.61287,38.8502],[141.61249,38.84966],[141.61259,38.84962],[141.61289,38.85016],[141.61385,38.849],[141.6141,38.84764],[141.61355,38.84701],[141.61291,38.847],[141.61285,38.8472],[141.61285,38.84699],[141.61205,38.84701],[141.61186,38.84728],[141.61122,38.847],[141.61075,38.84753],[141.61049,38.84757],[141.61143,38.84672],[141.61129,38.84659],[141.6116,38.84642],[141.61143,38.84609],[141.61168,38.84583],[141.61225,38.84578],[141.61416,38.84495],[141.61471,38.84444],[141.61526,38.84355],[141.6152,38.84344],[141.61643,38.84286],[141.61747,38.8416],[141.6175,38.84094],[141.61708,38.84087],[141.61708,38.84054],[141.61756,38.84054],[141.61757,38.84027],[141.61774,38.84027],[141.61765,38.84007],[141.61716,38.83964],[141.61639,38.83969],[141.61611,38.83932],[141.61555,38.83928],[141.61554,38.839],[141.61641,38.83879],[141.61676,38.83808],[141.61712,38.83792],[141.61699,38.83776],[141.61729,38.83743],[141.6182,38.83764],[141.61861,38.8379],[141.61862,38.83779],[141.61896,38.8379],[141.61966,38.8377],[141.61987,38.83754],[141.61976,38.83727],[141.62022,38.8373],[141.62033,38.83714],[141.62027,38.83682],[141.62077,38.83618],[141.621,38.83543],[141.62126,38.83538],[141.62129,38.83574],[141.62222,38.83572],[141.62265,38.83548],[141.62287,38.83502],[141.62308,38.83517],[141.62355,38.83489],[141.6236,38.83448],[141.6228,38.83375],[141.6227,38.83316],[141.62287,38.83289],[141.6231,38.83291],[141.62311,38.83257],[141.6233,38.83256],[141.62323,38.83204],[141.62356,38.83221],[141.62347,38.83163],[141.6238,38.83179],[141.62351,38.83112],[141.62416,38.83123],[141.62402,38.831],[141.62412,38.83085],[141.62397,38.83081],[141.6242,38.83066],[141.62396,38.83058],[141.6242,38.83024],[141.62484,38.83042],[141.62498,38.8309],[141.62523,38.83112],[141.62422,38.83233],[141.62419,38.83282],[141.62486,38.83331],[141.62537,38.83334],[141.62542,38.83306],[141.62554,38.83319],[141.62521,38.8342],[141.62547,38.83463],[141.626,38.83475],[141.62632,38.83455],[141.62683,38.83458],[141.62692,38.83477],[141.62673,38.83478],[141.62654,38.83505],[141.62591,38.83491],[141.62618,38.83513],[141.62622,38.8354],[141.62661,38.83562],[141.62657,38.83594],[141.62616,38.83626],[141.62662,38.83676],[141.62696,38.83686],[141.62664,38.83753],[141.62762,38.83789],[141.6272,38.83803],[141.6274,38.83812],[141.62723,38.83826],[141.62751,38.83841],[141.62788,38.83818],[141.62779,38.83869],[141.62872,38.83908],[141.62823,38.83974],[141.62852,38.84005],[141.62908,38.84028],[141.62975,38.84017],[141.63001,38.83973],[141.62999,38.84004],[141.63055,38.84016],[141.63217,38.83998],[141.63255,38.83933],[141.63274,38.8395],[141.6331,38.83943],[141.63324,38.8393],[141.63313,38.83913],[141.63342,38.83909],[141.63312,38.8387],[141.63323,38.83838],[141.63346,38.83822],[141.63372,38.83834],[141.63394,38.83815],[141.63405,38.83847],[141.63431,38.83863],[141.63411,38.83913],[141.63438,38.83938],[141.6353,38.83939],[141.63539,38.83917],[141.63557,38.83915],[141.63571,38.83932],[141.63623,38.83919],[141.63663,38.83924],[141.63665,38.83938],[141.63733,38.83938],[141.63729,38.83953],[141.63746,38.83956],[141.63751,38.8398],[141.63737,38.83984],[141.63735,38.84026],[141.63777,38.84039],[141.63759,38.84067],[141.6377,38.84084],[141.63737,38.84087],[141.63634,38.84142],[141.63616,38.84219],[141.63506,38.84235],[141.63467,38.84266],[141.63424,38.84372],[141.63466,38.84386],[141.63415,38.84394],[141.63421,38.84424],[141.63398,38.84495],[141.63427,38.84516],[141.6339,38.84538],[141.6338,38.84524],[141.63347,38.84528],[141.63317,38.84562],[141.63317,38.84629],[141.63347,38.84676],[141.63406,38.84693],[141.63461,38.84751],[141.63517,38.8478],[141.63552,38.84773],[141.63564,38.8479],[141.6363,38.84813],[141.63643,38.84805],[141.63633,38.84849],[141.63618,38.84837],[141.63612,38.84857],[141.63603,38.84843],[141.63485,38.84846],[141.63424,38.84873],[141.63405,38.84858],[141.63324,38.84858],[141.63294,38.84869],[141.63281,38.84896],[141.63234,38.84887],[141.63221,38.84908],[141.6323,38.84837],[141.63164,38.84837],[141.63141,38.84852],[141.63139,38.84832],[141.63117,38.84828],[141.63023,38.84852],[141.62938,38.8485],[141.62886,38.84794],[141.62829,38.84782],[141.62726,38.84795],[141.62683,38.84817],[141.62619,38.84822],[141.62554,38.84857],[141.62516,38.84898],[141.62558,38.84958],[141.62584,38.84962],[141.62592,38.84977],[141.6257,38.84964],[141.62544,38.8498],[141.62507,38.84959],[141.62443,38.84988],[141.62443,38.85015],[141.62424,38.85026],[141.62384,38.85014],[141.62344,38.85048],[141.62305,38.85038],[141.62288,38.85049],[141.62226,38.85195],[141.62243,38.85312],[141.62302,38.8542],[141.62401,38.85463],[141.62416,38.85433],[141.62582,38.85484],[141.62585,38.85504],[141.62665,38.85496],[141.62662,38.85477],[141.6269,38.85453],[141.62623,38.85374],[141.62621,38.85335],[141.62631,38.85373],[141.62739,38.8549],[141.62745,38.85556],[141.62725,38.8559],[141.62772,38.85615],[141.62745,38.85647],[141.62694,38.85642],[141.62656,38.85692],[141.62596,38.85696],[141.62467,38.85819],[141.62316,38.85825],[141.62294,38.85843],[141.62223,38.85988],[141.62215,38.86133],[141.62352,38.86259],[141.62395,38.86347],[141.62486,38.86393],[141.62483,38.86405],[141.62583,38.86362],[141.62609,38.86427],[141.62698,38.86452],[141.62729,38.86444],[141.62767,38.86391],[141.6279,38.86395],[141.628,38.86378],[141.62795,38.86425],[141.62848,38.86441],[141.62915,38.86403],[141.62936,38.86323],[141.62961,38.8631],[141.62988,38.86341],[141.63019,38.86306],[141.6305,38.86332],[141.63035,38.8635],[141.63012,38.86344],[141.63008,38.8639],[141.62981,38.8639],[141.62986,38.86405],[141.63015,38.86409],[141.63047,38.86472],[141.63081,38.86492],[141.63099,38.86485],[141.63103,38.86498],[141.63124,38.8649],[141.63113,38.86512],[141.63178,38.86529],[141.63217,38.86522],[141.63225,38.86492],[141.63239,38.86515],[141.63253,38.86488],[141.63264,38.86499],[141.63288,38.86483],[141.63261,38.86543],[141.63279,38.86556],[141.63296,38.86537],[141.63301,38.86584],[141.63319,38.86592],[141.633,38.86668],[141.63345,38.86696],[141.63356,38.86727],[141.63379,38.86697],[141.63389,38.86716],[141.63424,38.86715],[141.63433,38.86738],[141.63402,38.86749],[141.63376,38.86787],[141.63355,38.86784],[141.63374,38.86806],[141.63308,38.86821],[141.6332,38.86868],[141.6335,38.86871],[141.63358,38.86887],[141.63347,38.86919],[141.63301,38.86939],[141.633,38.86925],[141.63289,38.86939],[141.63272,38.86926],[141.63238,38.86936],[141.63206,38.87029],[141.63178,38.87034],[141.63163,38.87017],[141.63135,38.87042],[141.63141,38.87076],[141.63179,38.87086],[141.63191,38.87125],[141.63124,38.87186],[141.63127,38.87241],[141.63214,38.87376],[141.63262,38.8738],[141.63259,38.87408],[141.63279,38.87379],[141.63281,38.87409],[141.6332,38.87383],[141.63341,38.87398]],[[141.98663,39.30643],[141.98672,39.30671],[141.98652,39.30653],[141.98632,39.30682],[141.98607,39.30685],[141.98632,39.3072],[141.98601,39.30711],[141.98575,39.30691],[141.98534,39.30719],[141.98463,39.30675],[141.98445,39.30699],[141.98466,39.30745],[141.98446,39.3074],[141.9842,39.30764],[141.98374,39.30738],[141.98397,39.30719],[141.98382,39.30677],[141.98329,39.30664],[141.9828,39.30674],[141.98277,39.30701],[141.98242,39.30707],[141.98224,39.3073],[141.98265,39.30786],[141.98232,39.30788],[141.98212,39.30754],[141.9821,39.30786],[141.98191,39.30762],[141.98117,39.30764],[141.98159,39.30786],[141.9816,39.30852],[141.98193,39.30875],[141.98146,39.30909],[141.9813,39.30899],[141.98148,39.30891],[141.98122,39.30852],[141.98059,39.30847],[141.9808,39.30842],[141.98029,39.3081],[141.97995,39.30754],[141.98003,39.30742],[141.97989,39.3074],[141.97983,39.30762],[141.97995,39.30772],[141.97956,39.30768],[141.97934,39.30747],[141.9795,39.30735],[141.97883,39.30715],[141.97846,39.30728],[141.97856,39.30759],[141.97836,39.30733],[141.97818,39.30741],[141.97836,39.30761],[141.9778,39.30762],[141.97794,39.30791],[141.9771,39.30743],[141.9769,39.30716],[141.97703,39.30718],[141.97697,39.30689],[141.9767,39.30686],[141.97607,39.30727],[141.97579,39.30713],[141.97626,39.3065],[141.97602,39.30638],[141.97693,39.30614],[141.97763,39.30565],[141.97804,39.30511],[141.97852,39.30497],[141.97875,39.30467],[141.98071,39.30499],[141.98138,39.30546],[141.98246,39.30523],[141.98276,39.30507],[141.98268,39.30469],[141.98305,39.30442],[141.98278,39.30428],[141.9828,39.30415],[141.98293,39.30424],[141.98291,39.30398],[141.98325,39.30408],[141.98329,39.30377],[141.98363,39.30414],[141.98383,39.30406],[141.98375,39.30381],[141.98407,39.30388],[141.98401,39.30356],[141.9838,39.30337],[141.98414,39.30294],[141.98472,39.30307],[141.985,39.30336],[141.98495,39.30376],[141.98526,39.30387],[141.98454,39.30452],[141.98461,39.30476],[141.98519,39.30462],[141.98517,39.30498],[141.98534,39.30496],[141.98549,39.30517],[141.98575,39.30507],[141.98583,39.30524],[141.98651,39.30532],[141.98673,39.30516],[141.98726,39.3053],[141.98747,39.30516],[141.98817,39.3055],[141.98792,39.30613],[141.98771,39.30594],[141.98752,39.30594],[141.98733,39.30621],[141.98719,39.30602],[141.98702,39.3061],[141.98697,39.30634],[141.98663,39.30643]],[[141.96794,39.38021],[141.96769,39.37989],[141.96791,39.37965],[141.96727,39.3785],[141.96752,39.37853],[141.96784,39.37887],[141.96747,39.37832],[141.9677,39.37826],[141.96835,39.37859],[141.96819,39.37839],[141.96831,39.37837],[141.9687,39.37879],[141.96879,39.37914],[141.96853,39.37905],[141.96924,39.38012],[141.96904,39.38048],[141.96936,39.38055],[141.96905,39.38068],[141.96945,39.38088],[141.96966,39.38205],[141.96909,39.38112],[141.96899,39.38068],[141.96886,39.38069],[141.96903,39.38133],[141.9686,39.38077],[141.96864,39.38123],[141.96855,39.38111],[141.96838,39.38117],[141.96833,39.38135],[141.9682,39.38115],[141.96826,39.38093],[141.96814,39.38084],[141.96825,39.38083],[141.96809,39.38075],[141.96821,39.3807],[141.96797,39.38062],[141.96792,39.38054],[141.96816,39.38048],[141.96788,39.38038],[141.96794,39.38021]],[[142.00047,39.40476],[141.99979,39.40458],[141.99971,39.4047],[141.99992,39.40497],[142.00065,39.40511],[142.00056,39.40532],[142.00071,39.40531],[142.00069,39.40555],[142.00065,39.40622],[142.00038,39.40658],[141.99996,39.40675],[141.99993,39.40704],[141.99982,39.40686],[141.99951,39.40695],[141.99849,39.40668],[141.9984,39.40654],[141.99859,39.40641],[141.99829,39.4062],[141.99837,39.40597],[141.99869,39.40583],[141.99843,39.4056],[141.99866,39.40542],[141.99864,39.405],[141.99801,39.40479],[141.99794,39.40469],[141.99815,39.40465],[141.99775,39.4043],[141.99834,39.40419],[141.99795,39.40415],[141.9978,39.40398],[141.99817,39.40367],[141.99759,39.40361],[141.99785,39.40332],[141.99748,39.40303],[141.99668,39.40295],[141.99684,39.40306],[141.99672,39.40313],[141.99649,39.40286],[141.99602,39.40278],[141.9962,39.40272],[141.99594,39.4025],[141.99551,39.40239],[141.99543,39.40222],[141.99523,39.40229],[141.99478,39.40192],[141.99455,39.40135],[141.99431,39.40135],[141.99413,39.40091],[141.99385,39.40073],[141.99467,39.40003],[141.99529,39.39984],[141.99575,39.39992],[141.99597,39.3996],[141.99631,39.39946],[141.99645,39.39955],[141.99644,39.39935],[141.99793,39.3993],[141.998,39.39962],[141.99858,39.39983],[141.99861,39.40053],[141.9991,39.40067],[141.99927,39.40091],[141.99928,39.40119],[141.99958,39.40159],[141.99955,39.40224],[141.99986,39.40277],[141.99973,39.40293],[141.99891,39.40302],[141.99802,39.4026],[141.99795,39.40269],[141.99981,39.40389],[141.99983,39.40401],[141.99938,39.40417],[142.00002,39.40425],[142.00052,39.40463],[142.00047,39.40476]],[[141.9744,39.46325],[141.9748,39.46327],[141.97479,39.46313],[141.97414,39.46234],[141.97394,39.46172],[141.97476,39.461],[141.97528,39.46161],[141.97558,39.46168],[141.97612,39.46171],[141.97624,39.46209],[141.97516,39.46351],[141.97527,39.46385],[141.97493,39.46394],[141.9748,39.4633],[141.97444,39.46342],[141.9744,39.46325]],[[141.98298,39.65086],[141.98254,39.6509],[141.98299,39.65046],[141.98326,39.65027],[141.98368,39.6503],[141.98359,39.65011],[141.98396,39.65013],[141.98368,39.64993],[141.98483,39.64966],[141.98504,39.6498],[141.98479,39.65005],[141.98508,39.65013],[141.98498,39.6503],[141.98471,39.65032],[141.98476,39.65053],[141.98558,39.65082],[141.98534,39.65082],[141.98512,39.65105],[141.98485,39.65091],[141.98432,39.6512],[141.98426,39.65095],[141.9838,39.65086],[141.98311,39.65124],[141.98306,39.65141],[141.98322,39.65155],[141.98263,39.65148],[141.9827,39.65175],[141.98257,39.65188],[141.98303,39.65233],[141.98237,39.6522],[141.98229,39.65234],[141.98242,39.65241],[141.98208,39.65245],[141.98237,39.65261],[141.9821,39.65264],[141.98193,39.65291],[141.98205,39.65304],[141.98175,39.65281],[141.9819,39.65235],[141.98175,39.65231],[141.98051,39.65245],[141.98024,39.6526],[141.98027,39.65295],[141.98,39.65289],[141.98008,39.65272],[141.97955,39.65272],[141.97944,39.65295],[141.9791,39.65276],[141.98028,39.65233],[141.98038,39.65212],[141.98107,39.65175],[141.98174,39.65178],[141.98161,39.65167],[141.98217,39.65122],[141.98298,39.65086]],[[141.98798,39.66883],[141.9885,39.66869],[141.98862,39.66885],[141.98829,39.66894],[141.98846,39.66899],[141.98829,39.66908],[141.9885,39.66924],[141.98836,39.66935],[141.98946,39.66941],[141.98935,39.66986],[141.98908,39.66998],[141.989,39.67019],[141.98913,39.67083],[141.98939,39.67096],[141.98819,39.67088],[141.98841,39.67163],[141.98795,39.67176],[141.98768,39.67206],[141.98721,39.6721],[141.98695,39.6719],[141.98699,39.67164],[141.98648,39.67153],[141.9867,39.67112],[141.98664,39.67091],[141.98628,39.67077],[141.98606,39.67086],[141.98629,39.67033],[141.98575,39.66945],[141.9861,39.66936],[141.98595,39.66906],[141.98601,39.66854],[141.98689,39.66835],[141.98703,39.66814],[141.98781,39.66817],[141.98788,39.66837],[141.98732,39.66938],[141.9876,39.66924],[141.98761,39.66942],[141.98798,39.66883]],[[141.54818,38.7421],[141.5482,38.74187],[141.54786,38.74212],[141.54789,38.7417],[141.54766,38.74188],[141.54776,38.74167],[141.54786,38.74125],[141.5477,38.74124],[141.54755,38.74091],[141.54768,38.74096],[141.54762,38.74079],[141.54771,38.74085],[141.54769,38.74062],[141.54783,38.7405],[141.5483,38.74076],[141.54855,38.74122],[141.54845,38.74128],[141.54864,38.74135],[141.54884,38.74201],[141.54869,38.74199],[141.54875,38.74216],[141.54862,38.74208],[141.54871,38.74234],[141.54849,38.74195],[141.54846,38.74225],[141.5483,38.74196],[141.54818,38.7421]],[[141.375,38.9],[141.43333,38.9],[141.45833,38.9],[141.45833,39.175],[141.5,39.175],[141.5,39.30833],[141.475,39.30833],[141.475,39.325],[141.23333,39.325],[141.23333,39.25],[141.23333,39.16667],[141.375,39.16667],[141.375,39.025],[141.375,38.9]],[[141.225,43.16667],[141.2,43.16667],[141.2,43.15833],[141.175,43.15833],[141.175,43.15],[141.175,43.1],[141.23333,43.1],[141.23333,42.925],[141.575,42.925],[141.575,43.00833],[141.5,43.00833],[141.5,43.25],[141.33333,43.25],[141.33333,43.24167],[141.325,43.24167],[141.325,43.23333],[141.31667,43.23333],[141.31667,43.225],[141.29167,43.225],[141.29167,43.23333],[141.28333,43.23333],[141.28333,43.225],[141.275,43.225],[141.275,43.21667],[141.26667,43.21667],[141.26667,43.20833],[141.25833,43.20833],[141.25833,43.2],[141.25,43.2],[141.25,43.19167],[141.25833,43.19167],[141.25833,43.18333],[141.24167,43.18333],[141.24167,43.175],[141.225,43.175],[141.225,43.16667]]],"terms_url":"https://www.gsi.go.jp/kikakuchousei/kikakuchousei40182.html","terms_text":"GSI Japan","description":"Updated imagery of Japan GSI airphoto, 2020"},{"id":"gsi.go.jp_airphoto_2021","name":"Japan GSI airphoto Imagery/update 2021","type":"tms","template":"https://cyberjapandata.gsi.go.jp/xyz/nendophoto2021/{zoom}/{x}/{y}.png","category":"photo","endDate":"2022-03-31T00:00:00.000Z","startDate":"2021-04-01T00:00:00.000Z","zoomExtent":[14,18],"polygon":[[[130.35833,33.04167],[130.35,33.04167],[130.35,33.03333],[130.35833,33.03333],[130.35833,33.04167]],[[130.40833,33.05833],[130.4,33.05833],[130.4,33.05],[130.40833,33.05],[130.40833,33.05833]],[[130.41667,33.025],[130.4,33.025],[130.4,33.00833],[130.39167,33.00833],[130.39167,33],[130.5,33],[130.5,33.29167],[130.56667,33.29167],[130.625,33.29167],[130.71667,33.29167],[130.71667,33.5],[130.5,33.5],[130.425,33.5],[130.425,33.38333],[130.25,33.38333],[130.25,33.18333],[130.25,33.175],[130.26667,33.175],[130.26667,33.16667],[130.275,33.16667],[130.275,33.15833],[130.28333,33.15833],[130.28333,33.14167],[130.31667,33.14167],[130.33333,33.14167],[130.33333,33.13333],[130.36667,33.13333],[130.36667,33.11667],[130.375,33.11667],[130.375,33.10833],[130.38333,33.10833],[130.38333,33.09167],[130.39167,33.09167],[130.39167,33.08333],[130.40833,33.08333],[130.40833,33.06667],[130.41667,33.06667],[130.41667,33.05833],[130.41667,33.025]],[[132.6,33.675],[132.6,33.66667],[132.75,33.66667],[132.75,33.625],[132.875,33.625],[132.875,33.70833],[132.65,33.70833],[132.65,33.7],[132.64167,33.7],[132.64167,33.69167],[132.625,33.69167],[132.625,33.68333],[132.60833,33.68333],[132.60833,33.675],[132.6,33.675]],[[133.94167,34.39167],[133.93333,34.39167],[133.93333,34.4],[133.91667,34.4],[133.91667,34.38333],[133.88333,34.38333],[133.88333,34.35],[133.88333,34.225],[134.29167,34.225],[134.29167,34.28333],[134.28333,34.28333],[134.28333,34.29167],[134.29167,34.29167],[134.29167,34.3],[134.26667,34.3],[134.26667,34.29167],[134.25833,34.29167],[134.25833,34.3],[134.25,34.3],[134.25,34.30833],[134.26667,34.30833],[134.26667,34.31667],[134.28333,34.31667],[134.28333,34.325],[134.275,34.325],[134.275,34.34167],[134.26667,34.34167],[134.25833,34.34167],[134.25833,34.35833],[134.24167,34.35833],[134.24167,34.35],[134.23333,34.35],[134.225,34.35],[134.225,34.36667],[134.21667,34.36667],[134.21667,34.375],[134.2,34.375],[134.2,34.35833],[134.20833,34.35833],[134.20833,34.35],[134.19167,34.35],[134.19167,34.35833],[134.175,34.35833],[134.175,34.33333],[134.16667,34.33333],[134.16667,34.38333],[134.18333,34.38333],[134.18333,34.4],[134.16667,34.4],[134.16667,34.39167],[134.15833,34.39167],[134.15833,34.4],[134.14167,34.4],[134.14167,34.40833],[134.13333,34.40833],[134.13333,34.4],[134.11667,34.4],[134.11667,34.39167],[134.08333,34.39167],[134.08333,34.36667],[134.04167,34.36667],[134.04167,34.35833],[134.00833,34.35833],[134.00833,34.36667],[133.98333,34.36667],[133.98333,34.375],[133.96667,34.375],[133.96667,34.38333],[133.94167,34.38333],[133.94167,34.39167]],[[134.00833,34.53333],[134,34.53333],[134,34.54167],[134.025,34.54167],[134.025,34.55],[133.66667,34.55],[133.66667,34.48333],[133.7,34.48333],[133.7,34.475],[133.70833,34.475],[133.70833,34.46667],[133.68333,34.46667],[133.68333,34.45833],[133.69167,34.45833],[133.69167,34.44167],[133.7,34.44167],[133.7,34.45833],[133.725,34.45833],[133.725,34.46667],[133.75833,34.46667],[133.75833,34.45833],[133.74167,34.45833],[133.74167,34.44167],[133.775,34.44167],[133.775,34.43333],[133.75833,34.43333],[133.75833,34.41667],[133.78333,34.41667],[133.78333,34.43333],[133.79167,34.43333],[133.79167,34.41667],[133.80833,34.41667],[133.84167,34.41667],[133.84167,34.425],[133.84167,34.43333],[133.83333,34.43333],[133.83333,34.425],[133.825,34.425],[133.825,34.43333],[133.825,34.44167],[133.81667,34.44167],[133.81667,34.45833],[133.825,34.45833],[133.825,34.46667],[133.85,34.46667],[133.85,34.45833],[133.85,34.44167],[133.85833,34.44167],[133.85833,34.45],[133.86667,34.45],[133.86667,34.45833],[133.875,34.45833],[133.875,34.45],[133.91667,34.45],[133.91667,34.44167],[133.925,34.44167],[133.925,34.45],[133.95833,34.45],[133.95833,34.44167],[133.975,34.44167],[134,34.44167],[134,34.43333],[134.01667,34.43333],[134.01667,34.44167],[134.025,34.44167],[134.025,34.45833],[134.00833,34.45833],[134.00833,34.46667],[134.01667,34.46667],[134.01667,34.475],[134.025,34.475],[134.025,34.49167],[134.025,34.50833],[134.025,34.51667],[134.00833,34.51667],[134.00833,34.53333]],[[135.375,35.19167],[135.20833,35.19167],[135.20833,35.31667],[134.83333,35.31667],[134.83333,35.04167],[134.925,35.04167],[135.375,35.04167],[135.375,35.19167]],[[135.15833,34.34167],[135.15833,34.33333],[135.11667,34.33333],[135.11667,34.325],[135.10833,34.325],[135.1,34.325],[135.09167,34.325],[135.09167,34.31667],[135.08333,34.31667],[135.08333,34.30833],[135.075,34.30833],[135.06667,34.30833],[135.06667,34.3],[135.05833,34.3],[135.05,34.3],[135.04167,34.3],[135.03333,34.3],[135.025,34.3],[135.01667,34.3],[135.00833,34.3],[135,34.3],[135,34.29167],[134.99167,34.29167],[134.99167,34.28333],[134.99167,34.275],[135,34.275],[135.00833,34.275],[135.01667,34.275],[135.025,34.275],[135.025,34.28333],[135.03333,34.28333],[135.04167,34.28333],[135.05,34.28333],[135.05833,34.28333],[135.05833,34.275],[135.05833,34.26667],[135.05833,34.25833],[135.06667,34.25833],[135.075,34.25833],[135.08333,34.25833],[135.08333,34.25],[135.09167,34.25],[135.09167,34.24167],[135.09167,34.23333],[135.1,34.23333],[135.1,34.225],[135.10833,34.225],[135.10833,34.21667],[135.11667,34.21667],[135.11667,34.20833],[135.125,34.20833],[135.125,34.2],[135.125,34.19167],[135.125,34.18333],[135.13333,34.18333],[135.13333,34.175],[135.14167,34.175],[135.15,34.175],[135.15833,34.175],[135.15833,34.16667],[135.15833,34.15833],[135.55833,34.15833],[135.55833,34.16667],[135.55833,34.175],[135.55833,34.18333],[135.55833,34.19167],[135.55833,34.2],[135.55833,34.20833],[135.55833,34.21667],[135.55833,34.225],[135.55833,34.23333],[135.55833,34.24167],[135.55833,34.25],[135.55833,34.25833],[135.55833,34.26667],[135.55833,34.275],[135.55833,34.28333],[135.55833,34.29167],[135.55833,34.3],[135.55833,34.30833],[135.55833,34.31667],[135.55833,34.325],[135.55833,34.33333],[135.55833,34.34167],[135.55833,34.35],[135.55833,34.35833],[135.55833,34.36667],[135.55833,34.375],[135.55833,34.38333],[135.55833,34.39167],[135.55833,34.4],[135.55833,34.40833],[135.55833,34.41667],[135.55833,34.425],[135.55833,34.43333],[135.55833,34.44167],[135.55833,34.45],[135.55833,34.45833],[135.55833,34.46667],[135.55833,34.475],[135.55833,34.48333],[135.55833,34.49167],[135.55833,34.5],[135.55833,34.50833],[135.55833,34.51667],[135.55833,34.525],[135.55833,34.53333],[135.55833,34.54167],[135.55833,34.55],[135.55833,34.55833],[135.55833,34.56667],[135.55833,34.575],[135.55833,34.58333],[135.55833,34.59167],[135.55,34.59167],[135.54167,34.59167],[135.53333,34.59167],[135.525,34.59167],[135.51667,34.59167],[135.50833,34.59167],[135.5,34.59167],[135.49167,34.59167],[135.48333,34.59167],[135.475,34.59167],[135.46667,34.59167],[135.45833,34.59167],[135.45,34.59167],[135.44167,34.59167],[135.43333,34.59167],[135.425,34.59167],[135.41667,34.59167],[135.40833,34.59167],[135.4,34.59167],[135.4,34.58333],[135.4,34.575],[135.4,34.56667],[135.4,34.55833],[135.4,34.55],[135.4,34.54167],[135.39167,34.54167],[135.39167,34.53333],[135.38333,34.53333],[135.375,34.53333],[135.36667,34.53333],[135.36667,34.525],[135.36667,34.51667],[135.36667,34.50833],[135.36667,34.5],[135.35833,34.5],[135.35833,34.49167],[135.35,34.49167],[135.35,34.48333],[135.34167,34.48333],[135.33333,34.48333],[135.33333,34.475],[135.33333,34.46667],[135.33333,34.45833],[135.325,34.45833],[135.325,34.45],[135.325,34.44167],[135.31667,34.44167],[135.30833,34.44167],[135.30833,34.43333],[135.30833,34.425],[135.3,34.425],[135.29167,34.425],[135.28333,34.425],[135.28333,34.43333],[135.275,34.43333],[135.275,34.44167],[135.26667,34.44167],[135.26667,34.45],[135.26667,34.45833],[135.25833,34.45833],[135.25,34.45833],[135.24167,34.45833],[135.23333,34.45833],[135.23333,34.45],[135.225,34.45],[135.21667,34.45],[135.21667,34.44167],[135.20833,34.44167],[135.20833,34.43333],[135.2,34.43333],[135.2,34.425],[135.19167,34.425],[135.19167,34.41667],[135.2,34.41667],[135.20833,34.41667],[135.20833,34.40833],[135.21667,34.40833],[135.225,34.40833],[135.23333,34.40833],[135.24167,34.40833],[135.24167,34.41667],[135.25,34.41667],[135.25,34.425],[135.25833,34.425],[135.26667,34.425],[135.275,34.425],[135.275,34.41667],[135.275,34.40833],[135.275,34.4],[135.26667,34.4],[135.26667,34.39167],[135.25833,34.39167],[135.25,34.39167],[135.25,34.38333],[135.24167,34.38333],[135.24167,34.375],[135.23333,34.375],[135.23333,34.36667],[135.225,34.36667],[135.225,34.35833],[135.21667,34.35833],[135.21667,34.35],[135.20833,34.35],[135.2,34.35],[135.19167,34.35],[135.19167,34.34167],[135.18333,34.34167],[135.175,34.34167],[135.16667,34.34167],[135.15833,34.34167]],[[135.55833,34.43333],[135.875,34.43333],[135.875,34.60833],[136,34.60833],[136,34.86667],[135.55833,34.86667],[135.55833,34.43333]],[[136.01667,35.86667],[136.01667,35.85833],[136.025,35.85833],[136.025,35.85],[136.03333,35.85],[136.34167,35.85],[136.34167,35.925],[136.25001,35.92501],[136.25,35.99167],[136.25,36],[136.28333,36],[136.29167,36],[136.29167,36.125],[136.26667,36.125],[136.04167,36.125],[136.04167,36.10833],[136.025,36.10833],[136.025,36.08333],[136.01667,36.08333],[136.01667,36.05833],[136.00833,36.05833],[136.00833,36.05],[136,36.05],[136,36.04167],[136.00833,36.04167],[136.00833,36.03333],[136,36.03333],[136,36.025],[135.99167,36.025],[135.99167,36.01667],[135.975,36.01667],[135.975,36.00833],[135.96667,36.00833],[135.96667,36],[135.95833,36],[135.95833,35.99167],[135.95,35.99167],[135.95,35.975],[135.95833,35.975],[135.95833,35.96667],[135.96667,35.96667],[135.96667,35.95833],[135.96667,35.95],[135.98333,35.95],[135.98333,35.93333],[135.99167,35.93333],[135.99167,35.925],[135.99167,35.9],[135.98333,35.9],[135.98333,35.89167],[135.99167,35.89167],[135.99167,35.875],[136,35.875],[136,35.86667],[136.01667,35.86667]],[[134,35.54167],[134,35.53333],[133.975,35.53333],[133.975,35.50833],[133.975,35.49167],[133.95833,35.49167],[133.95833,35.41667],[134.05,35.41667],[134.05,35.38333],[134.38333,35.38333],[134.38333,35.43333],[134.36667,35.43333],[134.36667,35.60833],[134.35,35.60833],[134.35,35.61667],[134.33333,35.61667],[134.33333,35.6],[134.29167,35.6],[134.29167,35.59167],[134.28333,35.59167],[134.275,35.59167],[134.275,35.58333],[134.275,35.575],[134.26667,35.575],[134.26667,35.56667],[134.25833,35.56667],[134.25833,35.55833],[134.24167,35.55833],[134.24167,35.56667],[134.23333,35.56667],[134.23333,35.55],[134.2,35.55],[134.2,35.55833],[134.175,35.55833],[134.175,35.54167],[134.15833,35.54167],[134.15833,35.53333],[134.14167,35.53333],[134.14167,35.54167],[134.13333,35.54167],[134.13333,35.53333],[134.075,35.53333],[134.075,35.525],[134.025,35.525],[134.025,35.53333],[134.01667,35.53333],[134.01667,35.54167],[134,35.54167]],[[140,35.91667],[140.075,35.91667],[140.075,36.31667],[140,36.31667],[139.625,36.31667],[139.625,36.06667],[139.8,36.06667],[139.8,36],[139.875,36],[139.875,35.96667],[139.925,35.96667],[139.925,35.94167],[139.99968,35.94165],[140,35.91667]],[[137.34167,36.775],[137.33333,36.775],[137.33333,36.76667],[137.25,36.76667],[137.23333,36.76667],[137.23333,36.775],[137.225,36.775],[137.225,36.76667],[137.15833,36.76667],[137.15833,36.775],[137.14167,36.775],[137.14167,36.78333],[137.125,36.78333],[137.125,36.79167],[137.11667,36.79167],[137.11667,36.78333],[137.10833,36.78333],[137.10833,36.79167],[137.09167,36.79167],[137.075,36.79167],[137.075,36.8],[137.08333,36.8],[137.08333,36.80833],[137.075,36.80833],[137.075,36.81667],[137.04167,36.81667],[137.04167,36.825],[137.025,36.825],[137.025,36.83333],[137.01667,36.83333],[137.01667,36.84167],[137.00833,36.84167],[137.00833,36.85],[136.99167,36.85],[136.99167,36.75],[136.875,36.75],[136.875,36.66667],[137.09167,36.66667],[137.25,36.66667],[137.25,36.59167],[137.44167,36.59167],[137.44167,36.8],[137.35833,36.8],[137.35833,36.79167],[137.35,36.79167],[137.35,36.78333],[137.34167,36.78333],[137.34167,36.775]],[[140.525,40.18333],[140.525,40.19167],[140.525,40.2],[140.525,40.20833],[140.525,40.21667],[140.525,40.29167],[140.525,40.3],[140.525,40.30833],[140.525,40.31667],[140.525,40.325],[140.51667,40.325],[140.50833,40.325],[140.5,40.325],[140.49167,40.325],[140.48333,40.325],[140.475,40.325],[140.46667,40.325],[140.45833,40.325],[140.45,40.325],[140.44167,40.325],[140.43333,40.325],[140.425,40.325],[140.41667,40.325],[140.40833,40.325],[140.4,40.325],[140.39167,40.325],[140.38333,40.325],[140.375,40.325],[140.36667,40.325],[140.35833,40.325],[140.35,40.325],[140.34167,40.325],[140.33333,40.325],[140.325,40.325],[140.31667,40.325],[140.30833,40.325],[140.3,40.325],[140.29167,40.325],[140.28333,40.325],[140.275,40.325],[140.26667,40.325],[140.25833,40.325],[140.25,40.325],[140.25,40.31667],[140.25,40.30833],[140.25,40.3],[140.25,40.29167],[140.25,40.28333],[140.25,40.275],[140.25,40.26667],[140.25,40.25833],[140.25,40.25],[140.25,40.24167],[140.25,40.23333],[140.25,40.225],[140.25,40.21667],[140.25,40.20833],[140.25,40.2],[140.25,40.19167],[140.25,40.18333],[140.25,40.175],[140.25,40.16667],[140.25,40.15833],[140.25,40.15],[140.25,40.14167],[140.25,40.13333],[140.25,40.125],[140.25,40.11667],[140.25,40.10833],[140.25,40.1],[140.25,40.09167],[140.25,40.08333],[140.25,40.075],[140.25,40.06667],[140.25,40.05833],[140.25,40.05],[140.25,40.04167],[140.25,40.03333],[140.25,40.025],[140.25833,40.025],[140.26667,40.025],[140.275,40.025],[140.28333,40.025],[140.29167,40.025],[140.3,40.025],[140.30833,40.025],[140.31667,40.025],[140.325,40.025],[140.33333,40.025],[140.34167,40.025],[140.35,40.025],[140.35833,40.025],[140.36667,40.025],[140.375,40.025],[140.38333,40.025],[140.39167,40.025],[140.4,40.025],[140.40833,40.025],[140.41667,40.025],[140.425,40.025],[140.43333,40.025],[140.44167,40.025],[140.45,40.025],[140.45833,40.025],[140.46667,40.025],[140.475,40.025],[140.48333,40.025],[140.48333,40.03333],[140.48333,40.04167],[140.48333,40.05],[140.48333,40.05833],[140.48333,40.06667],[140.48333,40.075],[140.48333,40.08333],[140.48333,40.09167],[140.48333,40.1],[140.48333,40.10833],[140.48333,40.11667],[140.48333,40.125],[140.48333,40.13333],[140.48333,40.14167],[140.48333,40.15],[140.48333,40.15833],[140.48333,40.16667],[140.48333,40.175],[140.48333,40.18333],[140.49167,40.18333],[140.5,40.18333],[140.50833,40.18333],[140.51667,40.18333],[140.525,40.18333]],[[140.99167,38.66667],[141,38.66667],[141.00833,38.66667],[141.01667,38.66667],[141.025,38.66667],[141.03333,38.66667],[141.04167,38.66667],[141.05,38.66667],[141.05833,38.66667],[141.06667,38.66667],[141.075,38.66667],[141.08333,38.66667],[141.09167,38.66667],[141.1,38.66667],[141.10833,38.66667],[141.11667,38.66667],[141.125,38.66667],[141.13333,38.66667],[141.14167,38.66667],[141.15,38.66667],[141.15833,38.66667],[141.15833,38.675],[141.15833,38.68333],[141.15833,38.69167],[141.15833,38.7],[141.15833,38.70833],[141.15833,38.71667],[141.15833,38.725],[141.15833,38.73333],[141.15833,38.74167],[141.15833,38.75],[141.15833,38.75833],[141.15833,38.76667],[141.15833,38.775],[141.15833,38.78333],[141.15833,38.79167],[141.15833,38.8],[141.15833,38.80833],[141.15833,38.81667],[141.15833,38.825],[141.15833,38.83333],[141.15833,38.84167],[141.15833,38.85],[141.15833,38.85833],[141.15833,38.86667],[141.15833,38.875],[141.15,38.875],[141.14167,38.875],[141.13333,38.875],[141.125,38.875],[141.11667,38.875],[141.10833,38.875],[141.1,38.875],[141.09167,38.875],[141.08333,38.875],[141.075,38.875],[141.06667,38.875],[141.05833,38.875],[141.05,38.875],[141.04167,38.875],[141.03333,38.875],[141.025,38.875],[141.01667,38.875],[141.00833,38.875],[141,38.875],[140.99167,38.875],[140.98333,38.875],[140.975,38.875],[140.96667,38.875],[140.96667,38.86667],[140.96667,38.85833],[140.96667,38.85],[140.96667,38.84167],[140.96667,38.83333],[140.96667,38.825],[140.96667,38.81667],[140.96667,38.80833],[140.96667,38.8],[140.96667,38.79167],[140.96667,38.78333],[140.96667,38.775],[140.96667,38.76667],[140.96667,38.75833],[140.96667,38.75],[140.96667,38.74167],[140.96667,38.73333],[140.96667,38.725],[140.96667,38.71667],[140.96667,38.70833],[140.96667,38.7],[140.96667,38.69167],[140.96667,38.68333],[140.96667,38.675],[140.96667,38.66667],[140.975,38.66667],[140.98333,38.66667],[140.99167,38.66667]],[[141.25833,40.175],[141.25833,40.16667],[141.25833,40.15833],[141.25833,40.15],[141.25833,40.14167],[141.25833,40.13333],[141.25833,40.125],[141.26667,40.125],[141.275,40.125],[141.28333,40.125],[141.29167,40.125],[141.3,40.125],[141.30833,40.125],[141.31667,40.125],[141.325,40.125],[141.33333,40.125],[141.34167,40.125],[141.35,40.125],[141.35833,40.125],[141.36667,40.125],[141.375,40.125],[141.38333,40.125],[141.39167,40.125],[141.4,40.125],[141.40833,40.125],[141.41667,40.125],[141.425,40.125],[141.43333,40.125],[141.44167,40.125],[141.45,40.125],[141.45833,40.125],[141.46667,40.125],[141.475,40.125],[141.48333,40.125],[141.49167,40.125],[141.5,40.125],[141.50833,40.125],[141.51667,40.125],[141.525,40.125],[141.53333,40.125],[141.54167,40.125],[141.55,40.125],[141.55833,40.125],[141.56667,40.125],[141.575,40.125],[141.58333,40.125],[141.59167,40.125],[141.6,40.125],[141.60833,40.125],[141.61667,40.125],[141.625,40.125],[141.63333,40.125],[141.64167,40.125],[141.65,40.125],[141.65833,40.125],[141.66667,40.125],[141.675,40.125],[141.68333,40.125],[141.69167,40.125],[141.7,40.125],[141.70833,40.125],[141.71667,40.125],[141.725,40.125],[141.73333,40.125],[141.73333,40.13333],[141.73333,40.14167],[141.73333,40.15],[141.73333,40.15833],[141.73333,40.16667],[141.73333,40.175],[141.725,40.175],[141.71667,40.175],[141.70833,40.175],[141.7,40.175],[141.69167,40.175],[141.68333,40.175],[141.675,40.175],[141.66667,40.175],[141.65833,40.175],[141.65,40.175],[141.64167,40.175],[141.64167,40.18333],[141.64167,40.19167],[141.64167,40.2],[141.64167,40.20833],[141.64167,40.21667],[141.63333,40.21667],[141.625,40.21667],[141.61667,40.21667],[141.60833,40.21667],[141.6,40.21667],[141.59167,40.21667],[141.58333,40.21667],[141.575,40.21667],[141.56667,40.21667],[141.56667,40.225],[141.56667,40.23333],[141.56667,40.24167],[141.56667,40.25],[141.56667,40.25833],[141.56667,40.26667],[141.56667,40.275],[141.56667,40.28333],[141.56667,40.29167],[141.56667,40.3],[141.56667,40.30833],[141.56667,40.31667],[141.56667,40.325],[141.56667,40.33333],[141.56667,40.34167],[141.56667,40.35],[141.55833,40.35],[141.55,40.35],[141.54167,40.35],[141.53333,40.35],[141.525,40.35],[141.51667,40.35],[141.50833,40.35],[141.5,40.35],[141.49167,40.35],[141.48333,40.35],[141.475,40.35],[141.46667,40.35],[141.45833,40.35],[141.45,40.35],[141.44167,40.35],[141.43333,40.35],[141.425,40.35],[141.41667,40.35],[141.40833,40.35],[141.4,40.35],[141.39167,40.35],[141.38333,40.35],[141.375,40.35],[141.36667,40.35],[141.35833,40.35],[141.35,40.35],[141.34167,40.35],[141.33333,40.35],[141.325,40.35],[141.31667,40.35],[141.30833,40.35],[141.3,40.35],[141.29167,40.35],[141.28333,40.35],[141.275,40.35],[141.26667,40.35],[141.25833,40.35],[141.25833,40.34167],[141.25833,40.33333],[141.25833,40.325],[141.25833,40.31667],[141.25833,40.30833],[141.25833,40.3],[141.25833,40.29167],[141.25833,40.28333],[141.25833,40.275],[141.25833,40.26667],[141.25833,40.25833],[141.25833,40.25],[141.25833,40.24167],[141.25833,40.23333],[141.25833,40.225],[141.25833,40.21667],[141.25833,40.20833],[141.25833,40.2],[141.25833,40.19167],[141.25833,40.18333],[141.25833,40.175]],[[143.825,42.91667],[143.80833,42.91667],[143.80833,42.88333],[143.80833,42.85833],[143.775,42.85833],[143.73333,42.85833],[143.73333,42.84167],[143.73333,42.74167],[143.75,42.74167],[143.75,42.75],[143.75833,42.75],[143.75833,42.75833],[143.775,42.75833],[143.775,42.76667],[143.78333,42.76667],[143.78333,42.775],[143.79167,42.775],[143.79167,42.78333],[143.8,42.78333],[143.80833,42.78333],[143.80833,42.79167],[143.81667,42.79167],[143.83333,42.79167],[143.83333,42.80833],[143.84167,42.80833],[143.84167,42.81667],[143.85,42.81667],[143.85,42.825],[143.85833,42.825],[143.85833,42.83333],[143.875,42.83333],[143.875,42.84167],[143.88333,42.84167],[143.88333,42.85],[143.9,42.85],[143.9,42.85833],[143.90833,42.85833],[143.90833,42.86667],[143.925,42.86667],[143.925,42.875],[143.94167,42.875],[143.94167,42.88333],[143.95833,42.88333],[143.95833,42.89167],[143.96667,42.89167],[143.96667,42.9],[143.975,42.9],[143.98333,42.9],[143.98333,42.90833],[143.99167,42.90833],[144,42.90833],[144,42.91667],[143.98333,42.91667],[143.86667,42.91667],[143.825,42.91667]],[[144.86667,42.98333],[144.875,42.98333],[144.875,42.96667],[144.86667,42.96667],[144.86667,42.95833],[144.85833,42.95833],[144.85833,42.94167],[144.875,42.94167],[144.875,42.95],[144.88333,42.95],[144.88333,42.96667],[144.89167,42.96667],[144.89167,42.98333],[144.91667,42.98333],[144.91667,42.975],[144.93333,42.975],[144.93333,42.98333],[144.94167,42.98333],[144.94167,42.975],[144.98333,42.975],[144.98333,42.98333],[145.00833,42.98333],[145.00833,42.99167],[145.03333,42.99167],[145.03333,43.025],[145.06667,43.025],[145.075,43.025],[145.075,43.03333],[145.075,43.04167],[145.125,43.04167],[145.125,43.05833],[145.14167,43.05833],[145.14167,43.06667],[145.15833,43.06667],[145.15833,43.075],[145.18333,43.075],[145.18333,43.08333],[145.20833,43.08333],[145.20833,43.09167],[145.18333,43.09167],[145.11667,43.09167],[145.11667,43.11667],[145.125,43.11667],[145.125,43.125],[145.13333,43.125],[145.13333,43.13333],[145.14167,43.13333],[145.14167,43.14167],[145.175,43.14167],[145.175,43.13333],[145.20833,43.13333],[145.225,43.13333],[145.225,43.14167],[145.24167,43.14167],[145.24167,43.15],[145.25,43.15],[145.25,43.15833],[145.28333,43.15833],[145.28333,43.16667],[145.30833,43.16667],[145.30833,43.15833],[145.31667,43.15833],[145.31667,43.16667],[145.34167,43.16667],[145.34167,43.175],[145.39167,43.175],[145.39167,43.18333],[145.49167,43.18333],[145.49167,43.15833],[145.525,43.15833],[145.525,43.16667],[145.53333,43.16667],[145.53333,43.175],[145.525,43.175],[145.525,43.18333],[145.54167,43.18333],[145.54167,43.20833],[145.55833,43.20833],[145.55833,43.21667],[145.55833,43.25833],[145.24167,43.25833],[145.24167,43.23333],[145.11667,43.23333],[145.11667,43.19167],[145.025,43.19167],[145.025,43.15],[145.00833,43.15],[145.00833,43.13333],[144.95833,43.13333],[144.86667,43.13333],[144.86667,43.11667],[144.86667,43.1],[144.88333,43.1],[144.88333,42.99167],[144.86667,42.99167],[144.86667,42.98333]],[[144.74167,43.01667],[144.75,43.01667],[144.75,43.025],[144.75833,43.025],[144.75833,43.03333],[144.76667,43.03333],[144.76667,43.06667],[144.56667,43.06667],[144.56667,42.99167],[144.5,42.99167],[144.5,42.93333],[144.50833,42.93333],[144.50833,42.94167],[144.63333,42.94167],[144.66667,42.94167],[144.66667,42.93333],[144.70833,42.93333],[144.70833,42.925],[144.74167,42.925],[144.78333,42.925],[144.80833,42.925],[144.80833,42.93333],[144.825,42.93333],[144.825,42.94167],[144.78333,42.94167],[144.78333,42.95],[144.76667,42.95],[144.76667,42.95833],[144.75,42.95833],[144.75,42.96667],[144.74167,42.96667],[144.74167,42.98333],[144.74167,43.01667]],[[145.625,43.23333],[145.625,43.24167],[145.60833,43.24167],[145.60833,43.23333],[145.6,43.23333],[145.6,43.24167],[145.59167,43.24167],[145.59167,43.225],[145.58333,43.225],[145.58333,43.2],[145.60833,43.2],[145.60833,43.20833],[145.61667,43.20833],[145.61667,43.23333],[145.625,43.23333]],[[145.69167,43.25833],[145.69167,43.24167],[145.7,43.24167],[145.7,43.25],[145.70833,43.25],[145.70833,43.25833],[145.69167,43.25833]],[[141.13333,43.125],[141.14167,43.125],[141.15,43.125],[141.15833,43.125],[141.16667,43.125],[141.175,43.125],[141.175,43.13333],[141.175,43.14167],[141.175,43.15],[141.16667,43.15],[141.15833,43.15],[141.15,43.15],[141.15,43.15833],[141.14167,43.15833],[141.13333,43.15833],[141.125,43.15833],[141.125,43.16667],[141.11667,43.16667],[141.10833,43.16667],[141.10833,43.175],[141.1,43.175],[141.09167,43.175],[141.08333,43.175],[141.075,43.175],[141.075,43.18333],[141.06667,43.18333],[141.05833,43.18333],[141.05,43.18333],[141.04167,43.18333],[141.04167,43.19167],[141.03333,43.19167],[141.03333,43.2],[141.03333,43.20833],[141.025,43.20833],[141.025,43.21667],[141.025,43.225],[141.025,43.23333],[141.025,43.24167],[141.01667,43.24167],[141.01667,43.25],[141.00833,43.25],[141.00833,43.24167],[141,43.24167],[140.99167,43.24167],[140.98333,43.24167],[140.975,43.24167],[140.96667,43.24167],[140.95833,43.24167],[140.95833,43.23333],[140.95,43.23333],[140.94167,43.23333],[140.93333,43.23333],[140.925,43.23333],[140.91667,43.23333],[140.91667,43.225],[140.91667,43.21667],[140.90833,43.21667],[140.9,43.21667],[140.89167,43.21667],[140.88333,43.21667],[140.88333,43.20833],[140.875,43.20833],[140.875,43.21667],[140.86667,43.21667],[140.86667,43.225],[140.85833,43.225],[140.85,43.225],[140.85,43.21667],[140.85,43.20833],[140.84167,43.20833],[140.84167,43.2],[140.84167,43.19167],[140.84167,43.18333],[140.84167,43.175],[140.84167,43.16667],[140.85,43.16667],[140.85833,43.16667],[140.86667,43.16667],[140.875,43.16667],[140.88333,43.16667],[140.89167,43.16667],[140.9,43.16667],[140.90833,43.16667],[140.91667,43.16667],[140.925,43.16667],[140.93333,43.16667],[140.94167,43.16667],[140.95,43.16667],[140.95,43.15833],[140.95,43.15],[140.95833,43.15],[140.96667,43.15],[140.975,43.15],[140.98333,43.15],[140.99167,43.15],[141,43.15],[141,43.14167],[141,43.13333],[141,43.125],[141.00833,43.125],[141.01667,43.125],[141.025,43.125],[141.03333,43.125],[141.04167,43.125],[141.05,43.125],[141.05833,43.125],[141.06667,43.125],[141.075,43.125],[141.08333,43.125],[141.09167,43.125],[141.1,43.125],[141.10833,43.125],[141.11667,43.125],[141.125,43.125],[141.13333,43.125]],[[144.25833,44.10833],[144.25833,44.11667],[144.23333,44.11667],[144.23333,44.10833],[144.18333,44.10833],[144.18333,43.95833],[144.21667,43.95833],[144.21667,43.95],[144.21667,43.91667],[144.20833,43.91667],[144.20833,43.88333],[144.2,43.88333],[144.2,43.83333],[144.30833,43.83333],[144.30833,43.95],[144.30833,44],[144.3,44],[144.3,44.00833],[144.30833,44.00833],[144.30833,44.01667],[144.3,44.01667],[144.3,44.03333],[144.26667,44.03333],[144.26667,44.05],[144.275,44.05],[144.275,44.06667],[144.26667,44.06667],[144.26667,44.075],[144.25833,44.075],[144.25833,44.10833]]],"terms_url":"https://www.gsi.go.jp/kikakuchousei/kikakuchousei40182.html","terms_text":"GSI Japan","description":"Updated imagery of Japan GSI airphoto, 2021"},{"id":"gsi.go.jp_seamlessphoto","name":"Japan GSI seamlessphoto Imagery","type":"tms","template":"https://cyberjapandata.gsi.go.jp/xyz/seamlessphoto/{zoom}/{x}/{y}.jpg","category":"photo","zoomExtent":[14,18],"polygon":[[[140.88867,45.67548],[140.71289,45.41388],[141.04248,43.80282],[139.96582,43.35714],[138.99902,42.01665],[139.04297,41.26129],[137.5708,38.58253],[132.69287,36.86204],[130.84717,34.93999],[129.74854,34.994],[129.02344,34.56086],[128.36426,33.21112],[127.90283,31.87756],[128.4082,29.89781],[125.8374,26.78485],[123.33252,25.0657],[122.58545,24.42715],[123.53027,23.44309],[125.88135,24.10665],[129.96826,26.31311],[132.1875,30.20211],[134.42871,32.43561],[136.82373,33.28462],[137.85645,34.21634],[138.64746,33.24788],[138.58154,32.00808],[139.6582,28.67131],[141.65771,29.66896],[142.0752,32.06396],[141.21826,33.37641],[141.56982,35.44277],[141.43799,36.52729],[142.82227,39.16414],[143.04199,40.89691],[145.92041,42.40723],[146.18408,43.03678],[145.74463,43.54855],[145.32715,43.67582],[145.30518,43.91372],[145.61279,44.2452],[145.41504,44.62175],[144.38232,44.52784],[142.31689,45.53714],[141.3501,45.70618],[140.88867,45.67548]]],"terms_url":"https://www.gsi.go.jp/kikakuchousei/kikakuchousei40182.html","terms_text":"GSI Japan seamless photo","description":"Japan GSI seamlessphoto Imagery. The collection of latest imageries of GSI ortho, airphoto, post disaster and others."},{"id":"gsi.go.jp_std_map","name":"Japan GSI Standard Map","type":"tms","template":"https://cyberjapandata.gsi.go.jp/xyz/std/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[0,18],"polygon":[[[140.88867,45.67548],[140.71289,45.41388],[141.04248,43.80282],[139.96582,43.35714],[138.99902,42.01665],[139.04297,41.26129],[137.5708,38.58253],[132.69287,36.86204],[130.84717,34.93999],[129.74854,34.994],[129.02344,34.56086],[128.36426,33.21112],[127.90283,31.87756],[128.4082,29.89781],[125.8374,26.78485],[123.33252,25.0657],[122.58545,24.42715],[123.53027,23.44309],[125.88135,24.10665],[129.96826,26.31311],[132.1875,30.20211],[134.42871,32.43561],[136.82373,33.28462],[137.85645,34.21634],[138.64746,33.24788],[138.58154,32.00808],[139.6582,28.67131],[141.65771,29.66896],[142.0752,32.06396],[141.21826,33.37641],[141.56982,35.44277],[141.43799,36.52729],[142.82227,39.16414],[143.04199,40.89691],[145.92041,42.40723],[146.18408,43.03678],[145.74463,43.54855],[145.32715,43.67582],[145.30518,43.91372],[145.61279,44.2452],[145.41504,44.62175],[144.38232,44.52784],[142.31689,45.53714],[141.3501,45.70618],[140.88867,45.67548]]],"terms_url":"https://maps.gsi.go.jp/help/use.html","terms_text":"GSI Japan","description":"Japan GSI Standard Map. Widely covered."},{"id":"jaragua-do-sul-2020","name":"Jaraguá do Sul Ortomosaico 2020","type":"tms","template":"https://www.jaraguadosul.sc.gov.br/geo/ortomosaico2020/{zoom}/{x}/{y}.png","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-49.25368,-26.26563],[-49.17549,-26.31065],[-49.16931,-26.35804],[-49.19403,-26.38449],[-49.19266,-26.42016],[-49.21051,-26.43676],[-49.21806,-26.47733],[-49.22562,-26.48471],[-49.24621,-26.48901],[-49.29634,-26.54185],[-49.30595,-26.58054],[-49.28106,-26.61953],[-49.23798,-26.61922],[-49.20433,-26.62966],[-49.17824,-26.61615],[-49.1645,-26.65237],[-49.13292,-26.64316],[-49.10408,-26.61063],[-49.10133,-26.58177],[-49.0876,-26.57993],[-49.08554,-26.55168],[-49.0567,-26.54615],[-49.05121,-26.51912],[-49.03404,-26.52219],[-49.01756,-26.51298],[-49.01138,-26.48287],[-49.02511,-26.45643],[-49.09515,-26.39863],[-49.10545,-26.39371],[-49.10477,-26.36972],[-49.13635,-26.33219],[-49.13841,-26.30265],[-49.16725,-26.26571],[-49.16725,-26.21336],[-49.19128,-26.21274],[-49.23454,-26.23061],[-49.23386,-26.25524],[-49.25368,-26.26563]]],"terms_url":"https://sistemas.jaraguadosul.sc.gov.br/index.php?class=GeoWelcomeView","terms_text":"Prefeitura de Jaraguá do Sul, SC"},{"id":"Duval_Ortho_2023","name":"JaxGIS Duval Orthoimagery (2023)","type":"wms","template":"https://maps.coj.net/coj/rest/services/imagery/Duval2023/MapServer/export?f=image&format=jpg&layers=show:3&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.04923,30.1868],[-81.68074,30.19081],[-81.67976,30.12247],[-81.53856,30.12049],[-81.53856,30.10397],[-81.43342,30.10465],[-81.43707,30.25205],[-81.38079,30.25319],[-81.38932,30.50348],[-81.49133,30.53862],[-81.54199,30.52345],[-81.60561,30.58493],[-81.62521,30.58593],[-81.65962,30.5656],[-81.72021,30.57051],[-81.73385,30.55822],[-81.73664,30.53651],[-81.74478,30.5308],[-81.76337,30.53392],[-81.76708,30.50653],[-81.79147,30.50487],[-81.8235,30.47408],[-82.04942,30.27308],[-82.04923,30.1868]]],"terms_url":"https://maps.coj.net/jaxgis/","terms_text":"JaxGIS","description":"The 2023 orthoimagery for Jacksonville in the State of Florida"},{"id":"osmfj-kagoshima-2021","name":"Kagoshima city Imagery 2021","type":"tms","template":"https://tiles.osmf.jp/kagoshima-shi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2022-01-19T00:00:00.000Z","startDate":"2021-12-05T00:00:00.000Z","zoomExtent":[10,18],"polygon":[[[130.37956,31.77488],[130.37956,31.60544],[130.35759,31.60544],[130.35759,31.55455],[130.37956,31.55455],[130.37956,31.44917],[130.44479,31.44917],[130.44479,31.31669],[130.49766,31.31669],[130.49766,31.27444],[130.60821,31.27444],[130.60821,31.40991],[130.56633,31.40991],[130.56633,31.44917],[130.60615,31.44917],[130.60615,31.51768],[130.75584,31.51768],[130.75584,31.65104],[130.65216,31.65104],[130.65216,31.71882],[130.60615,31.71882],[130.60615,31.77488],[130.37956,31.77488]]],"terms_url":"https://www.city.kagoshima.lg.jp/ict/opendata.html","terms_text":"OSMFJ_Ortho","description":"Kokyo Sokuryo Orthoimagery from Kagoshima-shi, 2021"},{"id":"kalmar-orto-2014","name":"Kalmar North Orthophoto 2014","type":"wms","template":"https://karta.kalmar.se/ims/services/Ortofoto/Norra_Kalmar_2014/ImageServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[16.28473,56.70827],[16.38856,56.70798],[16.40843,56.7615],[16.46269,56.75672],[16.47753,56.76023],[16.48815,56.77023],[16.48754,56.79231],[16.48254,56.79547],[16.47667,56.8223],[16.4687,56.82614],[16.48584,56.86271],[16.48809,56.87369],[16.45694,56.87786],[16.46288,56.88769],[16.42696,56.88757],[16.39809,56.89604],[16.36791,56.8952],[16.36717,56.85985],[16.36431,56.84636],[16.36001,56.83657],[16.34423,56.82532],[16.32675,56.79284],[16.26114,56.74422],[16.28473,56.70827]]],"terms_url":"http://data-kalmar.opendata.arcgis.com/","terms_text":"© Kalmar municipality","best":true,"description":"Orthophotos for the north coast of the municipality of Kalmar 2014","icon":"https://upload.wikimedia.org/wikipedia/commons/c/c8/Kalmar_vapen.svg"},{"id":"kalmar-orto-2016","name":"Kalmar South Orthophoto 2016","type":"wms","template":"https://karta.kalmar.se/ims/services/Ortofoto/Kalmar_2016/ImageServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[16.156,56.45834],[16.21561,56.51967],[16.28048,56.613],[16.33101,56.625],[16.4053,56.66294],[16.41137,56.67602],[16.38922,56.71885],[16.33516,56.72511],[16.29558,56.7512],[16.25045,56.75062],[16.25135,56.74358],[16.28412,56.71655],[16.21168,56.68491],[16.14417,56.63933],[16.08516,56.56847],[16.07126,56.51153],[16.0724,56.4662],[16.09246,56.46633],[16.11389,56.46083],[16.156,56.45834]]],"terms_url":"http://data-kalmar.opendata.arcgis.com/","terms_text":"© Kalmar municipality","best":true,"description":"Orthophotos for the south coast of the municipality of Kalmar 2016","icon":"https://upload.wikimedia.org/wikipedia/commons/c/c8/Kalmar_vapen.svg"},{"id":"kalmar-orto-2018","name":"Kalmar Urban Orthophoto 2018","type":"wms","template":"https://karta.kalmar.se/ims/services/Ortofoto/Kalmar_2018/ImageServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[16.05658,56.62489],[16.04126,56.62999],[16.00164,56.63215],[15.97369,56.62759],[15.97589,56.62005],[15.95726,56.61598],[15.94308,56.60903],[15.9496,56.59724],[15.96371,56.59004],[15.94612,56.57491],[15.9188,56.57287],[15.89921,56.56867],[15.90892,56.55393],[15.91878,56.55184],[15.94887,56.57264],[15.98449,56.57141],[15.98755,56.59742],[16.0088,56.60223],[16.0305,56.61252],[16.03481,56.60405],[16.09581,56.58161],[16.10527,56.5926],[16.09186,56.60378],[16.06201,56.61794],[16.05658,56.62489]],[[16.07969,56.70056],[16.08149,56.69566],[16.09534,56.69599],[16.12877,56.67766],[16.15172,56.67843],[16.15712,56.69334],[16.15268,56.70297],[16.13274,56.71254],[16.10987,56.71964],[16.08638,56.7112],[16.07969,56.70056]],[[16.2862,56.7761],[16.3108,56.77696],[16.3118,56.78086],[16.30364,56.78883],[16.29836,56.79102],[16.28796,56.7883],[16.27727,56.78367],[16.27623,56.77952],[16.2862,56.7761]],[[16.23945,56.66991],[16.2266,56.6624],[16.21411,56.64972],[16.20686,56.63637],[16.22098,56.62389],[16.2453,56.62467],[16.26751,56.62951],[16.28724,56.63831],[16.37871,56.65462],[16.38806,56.6897],[16.38664,56.72867],[16.31586,56.72879],[16.29956,56.7219],[16.29331,56.70021],[16.26799,56.66889],[16.23945,56.66991]],[[16.46612,56.76711],[16.4833,56.76986],[16.48817,56.79067],[16.4608,56.78944],[16.39207,56.79339],[16.39325,56.77349],[16.40554,56.77214],[16.43178,56.77663],[16.43173,56.77309],[16.45409,56.76774],[16.46612,56.76711]],[[16.36692,56.78706],[16.37105,56.79153],[16.36978,56.80511],[16.35645,56.8133],[16.3416,56.81756],[16.32773,56.7973],[16.36692,56.78706]]],"terms_url":"http://data-kalmar.opendata.arcgis.com/","terms_text":"© Kalmar municipality","best":true,"description":"Orthophotos for urban areas of the municipality of Kalmar 2018","icon":"https://upload.wikimedia.org/wikipedia/commons/c/c8/Kalmar_vapen.svg"},{"id":"kalmar-orto-2020","name":"Kalmar Urban Orthophoto 2020","type":"wms","template":"https://karta.kalmar.se/ims/services/Ortofoto/Kalmar_2020/ImageServer/WMSServer?LAYERS=Kalmar_2020:RGB_2020&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[16.38637,56.48818],[16.38637,56.7852],[16.07463,56.7852],[16.07463,56.48818],[16.38637,56.48818]]],"terms_url":"http://data-kalmar.opendata.arcgis.com/","terms_text":"© Kalmar municipality","best":true,"description":"Orthophotos for urban areas of the municipality of Kalmar 2020","icon":"https://upload.wikimedia.org/wikipedia/commons/c/c8/Kalmar_vapen.svg"},{"id":"Kansas_NG911_2014","name":"Kansas NG911 Orthoimagery (2014)","type":"wms","template":"https://services.kansasgis.org/arcgis7/rest/services/IMAGERY_STATEWIDE/Kansas_HRO_2014_Color/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-102.06762,40.06783],[-102.06732,36.93037],[-100.62412,36.96251],[-100.62447,36.99871],[-99.69063,36.99762],[-99.67484,36.93672],[-94.52637,36.91422],[-94.5589,39.19129],[-94.74524,39.19062],[-94.74678,39.25379],[-94.80789,39.25299],[-94.80892,39.3165],[-94.87003,39.31544],[-94.87209,39.43898],[-94.93166,39.43778],[-94.93423,39.50152],[-95.00002,39.50318],[-94.99483,39.625],[-94.93209,39.62334],[-94.93372,39.68387],[-94.80703,39.68473],[-94.81098,39.81632],[-94.87209,39.81526],[-94.87227,39.94173],[-95.06813,39.94028],[-95.06641,39.87905],[-95.1198,39.878],[-95.12169,39.94146],[-95.18177,39.94041],[-95.18332,40.00132],[-95.24975,40.0029],[-95.24666,40.06651],[-102.06762,40.06783]]],"terms_url":"https://www.kansas911.org/","terms_text":"Kansas 911 Coordinating Council","description":"The 2014 orthoimagery for the State of Kansas provided by Kansas 911 Coordinating Council","icon":"https://www.kansas911.org/wp-content/uploads/2022/03/10TH_Anniversary_Logo_RGB.png"},{"id":"Kansas_NG911_2018","name":"Kansas NG911 Orthoimagery (2018)","type":"wms","template":"https://services.kansasgis.org/arcgis7/rest/services/IMAGERY_STATEWIDE/NG911_Imagery_2018_SID/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-102.06762,40.06783],[-102.06732,36.93037],[-100.62412,36.96251],[-100.62447,36.99871],[-99.69063,36.99762],[-99.67484,36.93672],[-94.52637,36.91422],[-94.5589,39.19129],[-94.74524,39.19062],[-94.74678,39.25379],[-94.80789,39.25299],[-94.80892,39.3165],[-94.87003,39.31544],[-94.87209,39.43898],[-94.93166,39.43778],[-94.93423,39.50152],[-95.00002,39.50318],[-94.99483,39.625],[-94.93209,39.62334],[-94.93372,39.68387],[-94.80703,39.68473],[-94.81098,39.81632],[-94.87209,39.81526],[-94.87227,39.94173],[-95.06813,39.94028],[-95.06641,39.87905],[-95.1198,39.878],[-95.12169,39.94146],[-95.18177,39.94041],[-95.18332,40.00132],[-95.24975,40.0029],[-95.24666,40.06651],[-102.06762,40.06783]]],"terms_url":"https://www.kansas911.org/","terms_text":"Kansas 911 Coordinating Council","description":"The 2018 orthoimagery for the State of Kansas provided by Kansas 911 Coordinating Council","icon":"https://www.kansas911.org/wp-content/uploads/2022/03/10TH_Anniversary_Logo_RGB.png"},{"id":"Kansas_NG911_2021","name":"Kansas NG911 Orthoimagery (2021)","type":"wms","template":"https://services.kansasgis.org/arcgis7/rest/services/IMAGERY_STATEWIDE/NG911_Imagery_2021/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-102.06762,40.06783],[-102.06732,36.93037],[-100.62412,36.96251],[-100.62447,36.99871],[-99.69063,36.99762],[-99.67484,36.93672],[-94.52637,36.91422],[-94.5589,39.19129],[-94.74524,39.19062],[-94.74678,39.25379],[-94.80789,39.25299],[-94.80892,39.3165],[-94.87003,39.31544],[-94.87209,39.43898],[-94.93166,39.43778],[-94.93423,39.50152],[-95.00002,39.50318],[-94.99483,39.625],[-94.93209,39.62334],[-94.93372,39.68387],[-94.80703,39.68473],[-94.81098,39.81632],[-94.87209,39.81526],[-94.87227,39.94173],[-95.06813,39.94028],[-95.06641,39.87905],[-95.1198,39.878],[-95.12169,39.94146],[-95.18177,39.94041],[-95.18332,40.00132],[-95.24975,40.0029],[-95.24666,40.06651],[-102.06762,40.06783]]],"terms_url":"https://www.kansas911.org/","terms_text":"Kansas 911 Coordinating Council","description":"The 2021 orthoimagery for the State of Kansas provided by Kansas 911 Coordinating Council","icon":"https://www.kansas911.org/wp-content/uploads/2022/03/10TH_Anniversary_Logo_RGB.png"},{"id":"Aargau-AGIS-2020","name":"Kanton Aargau 20cm (AGIS 2020)","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2020/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[4,20],"polygon":[[[7.70438,47.55794],[7.70452,47.51307],[7.77045,47.51274],[7.77027,47.49026],[7.83665,47.4901],[7.83689,47.51258],[7.86993,47.5125],[7.86987,47.48998],[7.90303,47.48981],[7.90278,47.46729],[7.93607,47.46716],[7.9353,47.39976],[8.00156,47.39928],[8.00097,47.3543],[7.86885,47.35542],[7.86837,47.31017],[7.83543,47.31017],[7.83518,47.28772],[7.80244,47.28791],[7.80153,47.22029],[7.96675,47.21961],[7.96735,47.26462],[8.00003,47.26433],[7.99993,47.21952],[8.06552,47.2192],[8.066,47.24176],[8.09874,47.24135],[8.09886,47.21912],[8.23075,47.21822],[8.23141,47.26316],[8.26446,47.26297],[8.2641,47.24046],[8.29714,47.24022],[8.2964,47.19526],[8.3294,47.19502],[8.3285,47.14529],[8.32833,47.13007],[8.32937,47.13007],[8.3293,47.12753],[8.42714,47.12676],[8.42997,47.28421],[8.46327,47.28387],[8.46434,47.35128],[8.43125,47.3516],[8.43206,47.39654],[8.46515,47.39647],[8.46558,47.4187],[8.39939,47.41929],[8.40042,47.48666],[8.3675,47.48698],[8.3678,47.50959],[8.40096,47.50926],[8.40144,47.53162],[8.43454,47.53133],[8.43564,47.59877],[8.36943,47.59931],[8.36913,47.57694],[8.33585,47.5771],[8.3362,47.59927],[8.30305,47.59988],[8.30311,47.62235],[8.17036,47.6235],[8.17011,47.60086],[8.10387,47.60112],[8.10313,47.57881],[8.03681,47.57928],[8.0364,47.55665],[8.00338,47.55687],[8.00374,47.57917],[7.93703,47.57962],[7.93713,47.60217],[7.80433,47.60248],[7.80408,47.58017],[7.77103,47.58025],[7.77076,47.55772],[7.70438,47.55794]]],"terms_text":"AGIS OF2020","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Aargau-AGIS-2021","name":"Kanton Aargau 20cm (AGIS 2021)","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2021/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[4,20],"polygon":[[[7.70438,47.55794],[7.70452,47.51307],[7.77045,47.51274],[7.77027,47.49026],[7.83665,47.4901],[7.83689,47.51258],[7.86993,47.5125],[7.86987,47.48998],[7.90303,47.48981],[7.90278,47.46729],[7.93607,47.46716],[7.9353,47.39976],[8.00156,47.39928],[8.00097,47.3543],[7.86885,47.35542],[7.86837,47.31017],[7.83543,47.31017],[7.83518,47.28772],[7.80244,47.28791],[7.80153,47.22029],[7.96675,47.21961],[7.96735,47.26462],[8.00003,47.26433],[7.99993,47.21952],[8.06552,47.2192],[8.066,47.24176],[8.09874,47.24135],[8.09886,47.21912],[8.23075,47.21822],[8.23141,47.26316],[8.26446,47.26297],[8.2641,47.24046],[8.29714,47.24022],[8.2964,47.19526],[8.3294,47.19502],[8.3285,47.14529],[8.32833,47.13007],[8.32937,47.13007],[8.3293,47.12753],[8.42714,47.12676],[8.42997,47.28421],[8.46327,47.28387],[8.46434,47.35128],[8.43125,47.3516],[8.43206,47.39654],[8.46515,47.39647],[8.46558,47.4187],[8.39939,47.41929],[8.40042,47.48666],[8.3675,47.48698],[8.3678,47.50959],[8.40096,47.50926],[8.40144,47.53162],[8.43454,47.53133],[8.43564,47.59877],[8.36943,47.59931],[8.36913,47.57694],[8.33585,47.5771],[8.3362,47.59927],[8.30305,47.59988],[8.30311,47.62235],[8.17036,47.6235],[8.17011,47.60086],[8.10387,47.60112],[8.10313,47.57881],[8.03681,47.57928],[8.0364,47.55665],[8.00338,47.55687],[8.00374,47.57917],[7.93703,47.57962],[7.93713,47.60217],[7.80433,47.60248],[7.80408,47.58017],[7.77103,47.58025],[7.77076,47.55772],[7.70438,47.55794]]],"terms_text":"AGIS OF2021","description":"This imagery is provided via a proxy operated by https://sosm.ch/, it was recorded early in the year with minimum foilage"},{"id":"Aargau-AGIS-2022","name":"Kanton Aargau 20cm (AGIS 2022)","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2022/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[4,20],"polygon":[[[7.70438,47.55794],[7.70452,47.51307],[7.77045,47.51274],[7.77027,47.49026],[7.83665,47.4901],[7.83689,47.51258],[7.86993,47.5125],[7.86987,47.48998],[7.90303,47.48981],[7.90278,47.46729],[7.93607,47.46716],[7.9353,47.39976],[8.00156,47.39928],[8.00097,47.3543],[7.86885,47.35542],[7.86837,47.31017],[7.83543,47.31017],[7.83518,47.28772],[7.80244,47.28791],[7.80153,47.22029],[7.96675,47.21961],[7.96735,47.26462],[8.00003,47.26433],[7.99993,47.21952],[8.06552,47.2192],[8.066,47.24176],[8.09874,47.24135],[8.09886,47.21912],[8.23075,47.21822],[8.23141,47.26316],[8.26446,47.26297],[8.2641,47.24046],[8.29714,47.24022],[8.2964,47.19526],[8.3294,47.19502],[8.3285,47.14529],[8.32833,47.13007],[8.32937,47.13007],[8.3293,47.12753],[8.42714,47.12676],[8.42997,47.28421],[8.46327,47.28387],[8.46434,47.35128],[8.43125,47.3516],[8.43206,47.39654],[8.46515,47.39647],[8.46558,47.4187],[8.39939,47.41929],[8.40042,47.48666],[8.3675,47.48698],[8.3678,47.50959],[8.40096,47.50926],[8.40144,47.53162],[8.43454,47.53133],[8.43564,47.59877],[8.36943,47.59931],[8.36913,47.57694],[8.33585,47.5771],[8.3362,47.59927],[8.30305,47.59988],[8.30311,47.62235],[8.17036,47.6235],[8.17011,47.60086],[8.10387,47.60112],[8.10313,47.57881],[8.03681,47.57928],[8.0364,47.55665],[8.00338,47.55687],[8.00374,47.57917],[7.93703,47.57962],[7.93713,47.60217],[7.80433,47.60248],[7.80408,47.58017],[7.77103,47.58025],[7.77076,47.55772],[7.70438,47.55794]]],"terms_text":"AGIS OF2022","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Aargau-AGIS-2023","name":"Kanton Aargau 20cm (AGIS 2023)","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2023/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[4,20],"polygon":[[[7.70438,47.55794],[7.70452,47.51307],[7.77045,47.51274],[7.77027,47.49026],[7.83665,47.4901],[7.83689,47.51258],[7.86993,47.5125],[7.86987,47.48998],[7.90303,47.48981],[7.90278,47.46729],[7.93607,47.46716],[7.9353,47.39976],[8.00156,47.39928],[8.00097,47.3543],[7.86885,47.35542],[7.86837,47.31017],[7.83543,47.31017],[7.83518,47.28772],[7.80244,47.28791],[7.80153,47.22029],[7.96675,47.21961],[7.96735,47.26462],[8.00003,47.26433],[7.99993,47.21952],[8.06552,47.2192],[8.066,47.24176],[8.09874,47.24135],[8.09886,47.21912],[8.23075,47.21822],[8.23141,47.26316],[8.26446,47.26297],[8.2641,47.24046],[8.29714,47.24022],[8.2964,47.19526],[8.3294,47.19502],[8.3285,47.14529],[8.32833,47.13007],[8.32937,47.13007],[8.3293,47.12753],[8.42714,47.12676],[8.42997,47.28421],[8.46327,47.28387],[8.46434,47.35128],[8.43125,47.3516],[8.43206,47.39654],[8.46515,47.39647],[8.46558,47.4187],[8.39939,47.41929],[8.40042,47.48666],[8.3675,47.48698],[8.3678,47.50959],[8.40096,47.50926],[8.40144,47.53162],[8.43454,47.53133],[8.43564,47.59877],[8.36943,47.59931],[8.36913,47.57694],[8.33585,47.5771],[8.3362,47.59927],[8.30305,47.59988],[8.30311,47.62235],[8.17036,47.6235],[8.17011,47.60086],[8.10387,47.60112],[8.10313,47.57881],[8.03681,47.57928],[8.0364,47.55665],[8.00338,47.55687],[8.00374,47.57917],[7.93703,47.57962],[7.93713,47.60217],[7.80433,47.60248],[7.80408,47.58017],[7.77103,47.58025],[7.77076,47.55772],[7.70438,47.55794]]],"terms_text":"AGIS OF2023","best":true,"description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Aargau-AGIS-2014","name":"Kanton Aargau 25cm (AGIS 2014)","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2014/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[8,19],"polygon":[[[8.09602,47.57882],[8.09484,47.57587],[8.09395,47.56809],[8.09259,47.56559],[8.08791,47.56298],[8.08522,47.56281],[8.08182,47.56436],[8.07739,47.56795],[8.07242,47.56973],[8.06693,47.57002],[8.0622,47.56895],[8.05931,47.56921],[8.05454,47.56798],[8.0485,47.56333],[8.04254,47.56028],[8.03799,47.55876],[8.0262,47.55741],[8.02046,47.55574],[8.01641,47.55701],[8.01114,47.55974],[8.0045,47.56137],[7.99718,47.56212],[7.98624,47.56094],[7.97833,47.56057],[7.97203,47.5612],[7.96577,47.56272],[7.96003,47.56333],[7.95394,47.56229],[7.94841,47.55979],[7.94458,47.55589],[7.94356,47.55052],[7.94326,47.54968],[7.9405,47.55078],[7.93471,47.55221],[7.92552,47.55227],[7.92126,47.55261],[7.91841,47.55405],[7.91577,47.55715],[7.9156,47.56008],[7.91875,47.56433],[7.91956,47.56772],[7.91867,47.57194],[7.91386,47.57923],[7.90833,47.58514],[7.90109,47.58976],[7.89343,47.59301],[7.88535,47.59424],[7.87726,47.59367],[7.87126,47.5943],[7.86488,47.59393],[7.85624,47.59189],[7.84875,47.58899],[7.84305,47.58778],[7.83952,47.59045],[7.83645,47.59163],[7.82211,47.59352],[7.81577,47.59218],[7.81173,47.58954],[7.80611,47.57989],[7.80492,47.57237],[7.79398,47.56634],[7.7902,47.5616],[7.78577,47.55982],[7.78007,47.55836],[7.77168,47.55761],[7.76654,47.55615],[7.75428,47.55339],[7.749,47.54977],[7.72245,47.54756],[7.71415,47.54627],[7.70696,47.54279],[7.70551,47.53917],[7.70764,47.5344],[7.71262,47.53095],[7.71985,47.52978],[7.72781,47.52719],[7.73368,47.52291],[7.74781,47.51957],[7.75266,47.52009],[7.75905,47.52003],[7.77045,47.51802],[7.77969,47.51529],[7.77977,47.51265],[7.78109,47.51018],[7.78088,47.5073],[7.78203,47.50368],[7.78386,47.5004],[7.7796,47.496],[7.77871,47.49304],[7.77977,47.49028],[7.80049,47.49014],[7.80403,47.49146],[7.80645,47.4914],[7.81181,47.49261],[7.81475,47.49491],[7.82049,47.5004],[7.82522,47.50354],[7.82981,47.50552],[7.83156,47.50765],[7.83352,47.50949],[7.83679,47.51049],[7.83688,47.51256],[7.83943,47.51259],[7.84015,47.51587],[7.8413,47.52406],[7.84148,47.52777],[7.84647,47.52714],[7.85183,47.5285],[7.8549,47.52474],[7.85625,47.52147],[7.8558,47.51854],[7.85851,47.51543],[7.86435,47.51245],[7.87006,47.51239],[7.86994,47.50944],[7.87403,47.50787],[7.87999,47.50397],[7.88631,47.5023],[7.8878,47.49931],[7.89086,47.49765],[7.8918,47.49405],[7.8969,47.4898],[7.90295,47.48965],[7.90316,47.47967],[7.90903,47.47947],[7.91571,47.47743],[7.92469,47.47717],[7.9318,47.47605],[7.93631,47.47625],[7.93588,47.45738],[7.94039,47.45669],[7.94678,47.45755],[7.94818,47.4566],[7.94861,47.4539],[7.95129,47.45111],[7.97431,47.44368],[7.97614,47.44138],[7.97567,47.43732],[7.97746,47.43254],[7.96274,47.42828],[7.95746,47.42621],[7.95593,47.42402],[7.95529,47.4218],[7.95695,47.41893],[7.96963,47.41383],[7.9732,47.41127],[7.98027,47.4081],[7.98418,47.40839],[7.98776,47.40637],[7.99261,47.40551],[7.99801,47.40453],[8.00023,47.40306],[8.00155,47.39998],[8.00163,47.39479],[8.00367,47.39205],[8.00772,47.39012],[8.01265,47.38897],[8.01606,47.38929],[8.02078,47.38857],[8.02282,47.38286],[8.02193,47.38093],[8.02172,47.37837],[8.02023,47.37598],[8.0198,47.37376],[8.01912,47.37157],[8.01746,47.36926],[8.01125,47.36598],[8.00976,47.36419],[8.00418,47.36044],[8.00261,47.3577],[8.00137,47.3569],[8.00116,47.35081],[7.99733,47.34859],[7.99601,47.34588],[7.99635,47.34257],[7.99784,47.34017],[7.99248,47.33827],[7.98954,47.33818],[7.98563,47.33692],[7.98333,47.33432],[7.97308,47.33017],[7.96993,47.32797],[7.95571,47.32535],[7.95691,47.32968],[7.95593,47.33317],[7.95431,47.33596],[7.94929,47.33784],[7.93839,47.33792],[7.92401,47.33899],[7.91699,47.34303],[7.91618,47.34456],[7.91359,47.34626],[7.90963,47.34735],[7.90635,47.34704],[7.90222,47.34557],[7.90005,47.3432],[7.9001,47.34156],[7.8978,47.34014],[7.8915,47.33262],[7.88907,47.3287],[7.88805,47.32443],[7.88886,47.32131],[7.88588,47.31941],[7.88337,47.31667],[7.88082,47.31716],[7.87631,47.31736],[7.87018,47.31672],[7.86422,47.31349],[7.86065,47.31254],[7.85571,47.31032],[7.8529,47.30741],[7.85137,47.30299],[7.84763,47.2982],[7.84588,47.29427],[7.84201,47.29067],[7.84005,47.2872],[7.83707,47.28342],[7.83592,47.27837],[7.82805,47.2721],[7.82439,47.27158],[7.81958,47.26982],[7.8175,47.26731],[7.81686,47.26486],[7.81912,47.26154],[7.8192,47.26058],[7.82112,47.25778],[7.82116,47.2568],[7.81988,47.25587],[7.81835,47.25371],[7.81822,47.25082],[7.81771,47.24917],[7.81822,47.24562],[7.82014,47.24264],[7.82129,47.24042],[7.82431,47.23831],[7.82707,47.23505],[7.83082,47.23259],[7.83584,47.22976],[7.83958,47.22947],[7.85137,47.22713],[7.85478,47.22719],[7.8695,47.23207],[7.89793,47.2377],[7.90784,47.23837],[7.9178,47.23305],[7.9298,47.23077],[7.93405,47.23051],[7.93733,47.23106],[7.94469,47.236],[7.95112,47.23918],[7.95963,47.24582],[7.96695,47.25001],[7.96699,47.25879],[7.96576,47.26171],[7.96274,47.26396],[7.9601,47.26748],[7.95861,47.27112],[7.96737,47.27098],[7.96857,47.27008],[7.97278,47.26907],[7.98993,47.27121],[7.99474,47.27369],[7.99627,47.27271],[7.99759,47.26789],[8.00052,47.26486],[8.00299,47.26162],[8.00712,47.25922],[8.0084,47.25769],[8.00857,47.25042],[8.00783,47.24821],[8.00791,47.24312],[8.00927,47.24116],[8.01139,47.23967],[8.02714,47.23534],[8.0322,47.23555],[8.03575,47.23747],[8.04857,47.23886],[8.05134,47.23865],[8.06325,47.24098],[8.06854,47.24284],[8.0769,47.25054],[8.07995,47.25246],[8.08323,47.25405],[8.08485,47.25583],[8.08852,47.2569],[8.09339,47.25567],[8.09797,47.25069],[8.09766,47.2493],[8.09983,47.24436],[8.10266,47.24113],[8.10675,47.23945],[8.11614,47.23872],[8.1218,47.23631],[8.12673,47.23606],[8.13558,47.23941],[8.13823,47.24166],[8.14635,47.24203],[8.14798,47.241],[8.14822,47.23647],[8.15171,47.2332],[8.15351,47.2294],[8.16085,47.22405],[8.16543,47.22315],[8.16976,47.21865],[8.19149,47.21861],[8.19762,47.22065],[8.20689,47.22053],[8.21117,47.22266],[8.21285,47.22548],[8.21123,47.23246],[8.21309,47.23602],[8.21363,47.24203],[8.21526,47.24431],[8.222,47.24713],[8.22663,47.24942],[8.2309,47.25931],[8.23145,47.26278],[8.23452,47.26727],[8.24095,47.26678],[8.24559,47.26715],[8.24956,47.27017],[8.2501,47.27348],[8.25034,47.27548],[8.25317,47.27678],[8.25576,47.27887],[8.25793,47.27781],[8.2616,47.27695],[8.26533,47.27719],[8.26749,47.27593],[8.27273,47.27531],[8.27718,47.27576],[8.2823,47.27478],[8.28838,47.26964],[8.28723,47.26805],[8.28627,47.26519],[8.28766,47.26143],[8.28814,47.25869],[8.29187,47.25293],[8.29554,47.24836],[8.30144,47.24677],[8.30378,47.24366],[8.30607,47.23949],[8.30595,47.23582],[8.30727,47.2321],[8.30715,47.23042],[8.30932,47.22646],[8.30884,47.22433],[8.31221,47.2198],[8.31107,47.21857],[8.31089,47.2153],[8.31413,47.21178],[8.31835,47.21043],[8.32196,47.20115],[8.32148,47.19854],[8.32292,47.19514],[8.32936,47.19494],[8.32924,47.18786],[8.33002,47.18717],[8.33062,47.17792],[8.33261,47.17351],[8.33315,47.17154],[8.3373,47.16896],[8.33935,47.16512],[8.34086,47.16164],[8.34561,47.15923],[8.34772,47.15669],[8.3503,47.15419],[8.3506,47.15161],[8.35331,47.14916],[8.35409,47.14564],[8.35656,47.14228],[8.368,47.13876],[8.36908,47.13659],[8.37245,47.13442],[8.37895,47.13385],[8.38437,47.1345],[8.39532,47.1327],[8.40116,47.13258],[8.40386,47.13201],[8.40898,47.13274],[8.41584,47.13524],[8.42053,47.13954],[8.42276,47.14392],[8.42246,47.14838],[8.42011,47.15325],[8.42294,47.15747],[8.42294,47.16553],[8.41915,47.17563],[8.41518,47.17915],[8.4091,47.1812],[8.40814,47.18475],[8.4088,47.18799],[8.41271,47.1924],[8.41319,47.19678],[8.41012,47.20258],[8.40844,47.20945],[8.40928,47.21326],[8.40856,47.21718],[8.40398,47.22127],[8.40296,47.2256],[8.40435,47.22797],[8.4106,47.23226],[8.41373,47.23565],[8.4144,47.23904],[8.41801,47.24305],[8.41885,47.2475],[8.41698,47.25142],[8.41109,47.25608],[8.41235,47.25873],[8.41235,47.2618],[8.40892,47.26613],[8.41066,47.2716],[8.40862,47.27593],[8.40188,47.2805],[8.4035,47.28409],[8.41024,47.28728],[8.41656,47.28789],[8.42318,47.29001],[8.42806,47.29397],[8.43311,47.29593],[8.43624,47.29817],[8.44021,47.30948],[8.44713,47.31217],[8.44918,47.31495],[8.45556,47.32005],[8.45797,47.32457],[8.46043,47.32829],[8.46278,47.33322],[8.46212,47.33649],[8.45761,47.33975],[8.45213,47.3402],[8.44527,47.33746],[8.44328,47.33506],[8.43763,47.33281],[8.4351,47.33192],[8.42914,47.33286],[8.42421,47.33163],[8.42469,47.33718],[8.42264,47.34052],[8.41885,47.34244],[8.41476,47.3448],[8.41367,47.34688],[8.41355,47.34913],[8.41632,47.35231],[8.41722,47.35573],[8.41494,47.35912],[8.4144,47.36327],[8.41584,47.36539],[8.4159,47.37016],[8.41379,47.37338],[8.40844,47.37575],[8.40483,47.37905],[8.40314,47.38304],[8.4035,47.38553],[8.4029,47.38903],[8.40483,47.39392],[8.40362,47.39685],[8.44858,47.39649],[8.45369,47.40451],[8.45369,47.41233],[8.449,47.41897],[8.39953,47.41954],[8.39959,47.42463],[8.39568,47.42854],[8.39369,47.43143],[8.39249,47.43411],[8.39339,47.4359],[8.39213,47.43924],[8.39111,47.4416],[8.38996,47.44339],[8.3896,47.44449],[8.39171,47.44535],[8.39418,47.44722],[8.39514,47.45031],[8.39315,47.45349],[8.39171,47.45743],[8.38671,47.46097],[8.38238,47.46423],[8.37787,47.46496],[8.37751,47.4659],[8.37943,47.46643],[8.38244,47.46879],[8.38328,47.47192],[8.38184,47.47521],[8.38196,47.48188],[8.37889,47.4853],[8.3751,47.48689],[8.36739,47.48709],[8.36776,47.50953],[8.38366,47.50944],[8.38551,47.51075],[8.38809,47.5146],[8.38877,47.52014],[8.39085,47.51973],[8.39385,47.51988],[8.39666,47.52082],[8.39936,47.5222],[8.40124,47.52443],[8.40143,47.53169],[8.41117,47.53158],[8.41185,47.53237],[8.41241,47.53415],[8.41194,47.53626],[8.41283,47.5372],[8.4139,47.53924],[8.41551,47.54062],[8.41832,47.54049],[8.421,47.54106],[8.4233,47.5422],[8.425,47.54418],[8.42539,47.54679],[8.42434,47.54836],[8.42492,47.54981],[8.4246,47.5517],[8.42296,47.5537],[8.42353,47.55469],[8.42498,47.55624],[8.4259,47.55854],[8.42575,47.56121],[8.4286,47.56217],[8.4319,47.56444],[8.43353,47.56669],[8.4336,47.56849],[8.43275,47.57035],[8.43039,47.57228],[8.42381,47.57452],[8.418,47.57602],[8.41158,47.57928],[8.40432,47.58158],[8.40013,47.58255],[8.39611,47.58247],[8.39232,47.58174],[8.38879,47.58027],[8.38387,47.57686],[8.38194,47.57496],[8.38002,47.57233],[8.37207,47.57377],[8.36475,47.57436],[8.35962,47.57552],[8.34702,47.57628],[8.33902,47.57577],[8.33219,47.57604],[8.32864,47.57716],[8.32598,47.57888],[8.32049,47.58436],[8.31655,47.58713],[8.31236,47.58917],[8.30791,47.59019],[8.30591,47.59109],[8.30438,47.59227],[8.30287,47.59447],[8.30311,47.60977],[8.29947,47.61221],[8.29421,47.61442],[8.28772,47.61626],[8.28106,47.61707],[8.27579,47.61702],[8.26902,47.61531],[8.26732,47.61769],[8.26491,47.61935],[8.26104,47.62069],[8.25708,47.6208],[8.25066,47.61988],[8.24749,47.61877],[8.24351,47.61783],[8.24,47.61835],[8.23657,47.61803],[8.23261,47.61686],[8.23008,47.61501],[8.22959,47.61621],[8.22849,47.61842],[8.22561,47.6212],[8.22261,47.623],[8.19212,47.62321],[8.18953,47.62151],[8.18498,47.6176],[8.18304,47.61489],[8.18153,47.6118],[8.17912,47.60868],[8.17608,47.60838],[8.17087,47.60673],[8.16653,47.60399],[8.16438,47.60148],[8.16255,47.59976],[8.16119,47.59914],[8.15751,47.60063],[8.15438,47.60127],[8.14961,47.60144],[8.14534,47.60076],[8.14161,47.59939],[8.13831,47.59698],[8.13506,47.59546],[8.132,47.59358],[8.13023,47.59122],[8.12959,47.58888],[8.12546,47.58873],[8.12168,47.58916],[8.11589,47.5893],[8.11019,47.58878],[8.10591,47.58732],[8.10323,47.58583],[8.10323,47.57879],[8.09602,47.57882]]],"terms_text":"AGIS OF2014","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Aargau-AGIS-2016","name":"Kanton Aargau 25cm (AGIS 2016)","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2016/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[8,19],"polygon":[[[7.70438,47.55794],[7.70452,47.51307],[7.77045,47.51274],[7.77027,47.49026],[7.83665,47.4901],[7.83689,47.51258],[7.86993,47.5125],[7.86987,47.48998],[7.90303,47.48981],[7.90278,47.46729],[7.93607,47.46716],[7.9353,47.39976],[8.00156,47.39928],[8.00097,47.3543],[7.86885,47.35542],[7.86837,47.31017],[7.83543,47.31017],[7.83518,47.28772],[7.80244,47.28791],[7.80153,47.22029],[7.96675,47.21961],[7.96735,47.26462],[8.00003,47.26433],[7.99993,47.21952],[8.06552,47.2192],[8.066,47.24176],[8.09874,47.24135],[8.09886,47.21912],[8.23075,47.21822],[8.23141,47.26316],[8.26446,47.26297],[8.2641,47.24046],[8.29714,47.24022],[8.2964,47.19526],[8.3294,47.19502],[8.3285,47.14529],[8.32833,47.13007],[8.32937,47.13007],[8.3293,47.12753],[8.42714,47.12676],[8.42997,47.28421],[8.46327,47.28387],[8.46434,47.35128],[8.43125,47.3516],[8.43206,47.39654],[8.46515,47.39647],[8.46558,47.4187],[8.39939,47.41929],[8.40042,47.48666],[8.3675,47.48698],[8.3678,47.50959],[8.40096,47.50926],[8.40144,47.53162],[8.43454,47.53133],[8.43564,47.59877],[8.36943,47.59931],[8.36913,47.57694],[8.33585,47.5771],[8.3362,47.59927],[8.30305,47.59988],[8.30311,47.62235],[8.17036,47.6235],[8.17011,47.60086],[8.10387,47.60112],[8.10313,47.57881],[8.03681,47.57928],[8.0364,47.55665],[8.00338,47.55687],[8.00374,47.57917],[7.93703,47.57962],[7.93713,47.60217],[7.80433,47.60248],[7.80408,47.58017],[7.77103,47.58025],[7.77076,47.55772],[7.70438,47.55794]]],"terms_text":"AGIS OF2016","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Aargau-AGIS-2017","name":"Kanton Aargau 25cm (AGIS 2017)","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2017/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[2,19],"polygon":[[[7.70438,47.55794],[7.70452,47.51307],[7.77045,47.51274],[7.77027,47.49026],[7.83665,47.4901],[7.83689,47.51258],[7.86993,47.5125],[7.86987,47.48998],[7.90303,47.48981],[7.90278,47.46729],[7.93607,47.46716],[7.9353,47.39976],[8.00156,47.39928],[8.00097,47.3543],[7.86885,47.35542],[7.86837,47.31017],[7.83543,47.31017],[7.83518,47.28772],[7.80244,47.28791],[7.80153,47.22029],[7.96675,47.21961],[7.96735,47.26462],[8.00003,47.26433],[7.99993,47.21952],[8.06552,47.2192],[8.066,47.24176],[8.09874,47.24135],[8.09886,47.21912],[8.23075,47.21822],[8.23141,47.26316],[8.26446,47.26297],[8.2641,47.24046],[8.29714,47.24022],[8.2964,47.19526],[8.3294,47.19502],[8.3285,47.14529],[8.32833,47.13007],[8.32937,47.13007],[8.3293,47.12753],[8.42714,47.12676],[8.42997,47.28421],[8.46327,47.28387],[8.46434,47.35128],[8.43125,47.3516],[8.43206,47.39654],[8.46515,47.39647],[8.46558,47.4187],[8.39939,47.41929],[8.40042,47.48666],[8.3675,47.48698],[8.3678,47.50959],[8.40096,47.50926],[8.40144,47.53162],[8.43454,47.53133],[8.43564,47.59877],[8.36943,47.59931],[8.36913,47.57694],[8.33585,47.5771],[8.3362,47.59927],[8.30305,47.59988],[8.30311,47.62235],[8.17036,47.6235],[8.17011,47.60086],[8.10387,47.60112],[8.10313,47.57881],[8.03681,47.57928],[8.0364,47.55665],[8.00338,47.55687],[8.00374,47.57917],[7.93703,47.57962],[7.93713,47.60217],[7.80433,47.60248],[7.80408,47.58017],[7.77103,47.58025],[7.77076,47.55772],[7.70438,47.55794]]],"terms_text":"AGIS OF2017","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Aargau-AGIS-2019","name":"Kanton Aargau 25cm (AGIS 2019)","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2019/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[4,19],"polygon":[[[7.70438,47.55794],[7.70452,47.51307],[7.77045,47.51274],[7.77027,47.49026],[7.83665,47.4901],[7.83689,47.51258],[7.86993,47.5125],[7.86987,47.48998],[7.90303,47.48981],[7.90278,47.46729],[7.93607,47.46716],[7.9353,47.39976],[8.00156,47.39928],[8.00097,47.3543],[7.86885,47.35542],[7.86837,47.31017],[7.83543,47.31017],[7.83518,47.28772],[7.80244,47.28791],[7.80153,47.22029],[7.96675,47.21961],[7.96735,47.26462],[8.00003,47.26433],[7.99993,47.21952],[8.06552,47.2192],[8.066,47.24176],[8.09874,47.24135],[8.09886,47.21912],[8.23075,47.21822],[8.23141,47.26316],[8.26446,47.26297],[8.2641,47.24046],[8.29714,47.24022],[8.2964,47.19526],[8.3294,47.19502],[8.3285,47.14529],[8.32833,47.13007],[8.32937,47.13007],[8.3293,47.12753],[8.42714,47.12676],[8.42997,47.28421],[8.46327,47.28387],[8.46434,47.35128],[8.43125,47.3516],[8.43206,47.39654],[8.46515,47.39647],[8.46558,47.4187],[8.39939,47.41929],[8.40042,47.48666],[8.3675,47.48698],[8.3678,47.50959],[8.40096,47.50926],[8.40144,47.53162],[8.43454,47.53133],[8.43564,47.59877],[8.36943,47.59931],[8.36913,47.57694],[8.33585,47.5771],[8.3362,47.59927],[8.30305,47.59988],[8.30311,47.62235],[8.17036,47.6235],[8.17011,47.60086],[8.10387,47.60112],[8.10313,47.57881],[8.03681,47.57928],[8.0364,47.55665],[8.00338,47.55687],[8.00374,47.57917],[7.93703,47.57962],[7.93713,47.60217],[7.80433,47.60248],[7.80408,47.58017],[7.77103,47.58025],[7.77076,47.55772],[7.70438,47.55794]]],"terms_text":"AGIS OF2019","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Aargau-AGIS-2014-Hillshade","name":"Kanton Aargau 50cm DTM/Hillshade","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2014HILLSHADE/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"elevation","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[2,19],"polygon":[[[7.70438,47.55794],[7.70452,47.51307],[7.77045,47.51274],[7.77027,47.49026],[7.83665,47.4901],[7.83689,47.51258],[7.86993,47.5125],[7.86987,47.48998],[7.90303,47.48981],[7.90278,47.46729],[7.93607,47.46716],[7.9353,47.39976],[8.00156,47.39928],[8.00097,47.3543],[7.86885,47.35542],[7.86837,47.31017],[7.83543,47.31017],[7.83518,47.28772],[7.80244,47.28791],[7.80153,47.22029],[7.96675,47.21961],[7.96735,47.26462],[8.00003,47.26433],[7.99993,47.21952],[8.06552,47.2192],[8.066,47.24176],[8.09874,47.24135],[8.09886,47.21912],[8.23075,47.21822],[8.23141,47.26316],[8.26446,47.26297],[8.2641,47.24046],[8.29714,47.24022],[8.2964,47.19526],[8.3294,47.19502],[8.3285,47.14529],[8.32833,47.13007],[8.32937,47.13007],[8.3293,47.12753],[8.42714,47.12676],[8.42997,47.28421],[8.46327,47.28387],[8.46434,47.35128],[8.43125,47.3516],[8.43206,47.39654],[8.46515,47.39647],[8.46558,47.4187],[8.39939,47.41929],[8.40042,47.48666],[8.3675,47.48698],[8.3678,47.50959],[8.40096,47.50926],[8.40144,47.53162],[8.43454,47.53133],[8.43564,47.59877],[8.36943,47.59931],[8.36913,47.57694],[8.33585,47.5771],[8.3362,47.59927],[8.30305,47.59988],[8.30311,47.62235],[8.17036,47.6235],[8.17011,47.60086],[8.10387,47.60112],[8.10313,47.57881],[8.03681,47.57928],[8.0364,47.55665],[8.00338,47.55687],[8.00374,47.57917],[7.93703,47.57962],[7.93713,47.60217],[7.80433,47.60248],[7.80408,47.58017],[7.77103,47.58025],[7.77076,47.55772],[7.70438,47.55794]]],"terms_text":"AGIS 2014 50cm DTM/Hillshade","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Basel-Landschaft-2015","name":"Kanton Basel-Landschaft 10cm (2015)","type":"tms","template":"https://mapproxy.osm.ch/tiles/KTBASELLANDSCHAFT2015/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[17,21],"polygon":[[[7.37028,47.41368],[7.37584,47.41401],[7.37968,47.41281],[7.38405,47.41236],[7.38869,47.40302],[7.39592,47.40338],[7.39894,47.39684],[7.41449,47.3943],[7.41628,47.38479],[7.41169,47.38057],[7.43732,47.38089],[7.44357,47.3889],[7.44131,47.40018],[7.4434,47.40231],[7.44951,47.39976],[7.45002,47.40393],[7.46092,47.40068],[7.46448,47.40251],[7.47747,47.40128],[7.47841,47.39056],[7.49233,47.38523],[7.50226,47.38481],[7.5113,47.38974],[7.51862,47.38822],[7.53117,47.40353],[7.52524,47.41163],[7.58074,47.4147],[7.5683,47.42233],[7.5689,47.4369],[7.57842,47.43491],[7.58121,47.42878],[7.59207,47.43271],[7.6158,47.43275],[7.61646,47.44523],[7.62217,47.46195],[7.62607,47.46291],[7.61887,47.46745],[7.60449,47.47045],[7.60815,47.47521],[7.60563,47.47936],[7.60885,47.48353],[7.6073,47.4894],[7.64097,47.48273],[7.64442,47.48564],[7.65593,47.48739],[7.65051,47.48826],[7.65539,47.49021],[7.64865,47.49183],[7.65217,47.49581],[7.66612,47.49687],[7.66833,47.48635],[7.69976,47.48063],[7.70988,47.46938],[7.69993,47.46191],[7.69883,47.45586],[7.69227,47.45421],[7.68485,47.44784],[7.68297,47.43872],[7.68658,47.43366],[7.6798,47.41751],[7.66405,47.41002],[7.63272,47.41003],[7.63725,47.38607],[7.63331,47.38534],[7.63332,47.38291],[7.63558,47.38059],[7.64176,47.38047],[7.6442,47.36721],[7.70195,47.37245],[7.72791,47.36886],[7.73415,47.35776],[7.75152,47.34433],[7.76642,47.34273],[7.76896,47.33891],[7.78529,47.33788],[7.79356,47.33905],[7.79637,47.35347],[7.80217,47.3611],[7.83055,47.36512],[7.84012,47.37476],[7.86265,47.38198],[7.87881,47.38351],[7.87943,47.38799],[7.86914,47.39551],[7.8777,47.40126],[7.88344,47.4012],[7.88333,47.4061],[7.89022,47.40714],[7.90974,47.39852],[7.93266,47.40527],[7.93672,47.40806],[7.93493,47.41177],[7.94839,47.41627],[7.95504,47.41561],[7.95657,47.41968],[7.96183,47.42183],[7.95003,47.43172],[7.94678,47.44319],[7.95785,47.45128],[7.95761,47.45881],[7.94885,47.46378],[7.94003,47.46202],[7.94702,47.48489],[7.93329,47.48141],[7.90482,47.48491],[7.90477,47.49218],[7.89399,47.50606],[7.87567,47.51319],[7.87666,47.52269],[7.86396,47.51931],[7.86257,47.52692],[7.85233,47.53524],[7.84653,47.53266],[7.83321,47.53382],[7.83198,47.51474],[7.81471,47.5048],[7.80742,47.49714],[7.7994,47.49748],[7.79816,47.4994],[7.79889,47.49565],[7.78663,47.49312],[7.7928,47.50068],[7.78887,47.50683],[7.79014,47.51864],[7.78763,47.52012],[7.75786,47.52605],[7.74902,47.52498],[7.73797,47.52732],[7.73322,47.53275],[7.72716,47.53293],[7.72362,47.53675],[7.71596,47.53582],[7.71347,47.53978],[7.69494,47.5325],[7.67467,47.53375],[7.66586,47.53746],[7.66131,47.54483],[7.649,47.5483],[7.63997,47.55816],[7.63273,47.56149],[7.61762,47.55865],[7.61774,47.55437],[7.62285,47.55004],[7.6223,47.53977],[7.61378,47.53925],[7.59478,47.51929],[7.59025,47.51979],[7.58948,47.52792],[7.58269,47.53247],[7.58726,47.5419],[7.56479,47.54569],[7.55588,47.54434],[7.55875,47.55235],[7.56124,47.55172],[7.56458,47.55704],[7.55466,47.56437],[7.52732,47.55278],[7.51676,47.54541],[7.50545,47.54438],[7.49804,47.53615],[7.5023,47.5284],[7.51075,47.52899],[7.51935,47.53472],[7.53096,47.52905],[7.5222,47.51409],[7.51746,47.51728],[7.50228,47.51491],[7.49787,47.52125],[7.49908,47.51628],[7.50935,47.50888],[7.51223,47.49892],[7.52004,47.49678],[7.53179,47.4974],[7.5326,47.49097],[7.53623,47.49105],[7.53633,47.48383],[7.52745,47.47391],[7.53068,47.46119],[7.49236,47.45897],[7.45651,47.44926],[7.44717,47.45696],[7.44577,47.46197],[7.43003,47.45949],[7.4288,47.45388],[7.42242,47.45072],[7.4209,47.44594],[7.42542,47.44328],[7.43784,47.44632],[7.45062,47.43534],[7.45558,47.42792],[7.4484,47.41507],[7.43811,47.41274],[7.42748,47.41448],[7.42074,47.4111],[7.41371,47.41093],[7.38839,47.41398],[7.38204,47.41331],[7.37815,47.414],[7.37599,47.41431],[7.3812,47.43208],[7.35266,47.43436],[7.34496,47.43608],[7.33899,47.44109],[7.3305,47.44176],[7.32528,47.43489],[7.32685,47.43192],[7.33269,47.43024],[7.33973,47.42971],[7.34488,47.42402],[7.35354,47.41961],[7.35792,47.41827],[7.35758,47.41508],[7.37028,47.41368]]],"terms_url":"https://www.geo.bl.ch/fileadmin/user_upload/Geodaten/Nutzungsbedingungen_GBD_BL_V3p2.pdf","terms_text":"Geodaten des Kantons Basel-Landschaft 2015","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"KTBASELSTADT2015","name":"Kanton Basel-Stadt 2015","type":"tms","template":"https://mapproxy.osm.ch/tiles/KTBASELSTADT2015/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[8,21],"polygon":[[[7.492,47.4817],[7.784,47.4817],[7.784,47.6342],[7.492,47.6342],[7.492,47.4817]]],"terms_text":"Kanton Basel-Stadt OF 2015","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"KTBASELSTADT2017","name":"Kanton Basel-Stadt 2017","type":"tms","template":"https://mapproxy.osm.ch/tiles/KTBASELSTADT2017/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"historicphoto","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[7,21],"polygon":[[[7.67138,47.59522],[7.66494,47.59618],[7.64528,47.60026],[7.64168,47.59887],[7.63782,47.59557],[7.63687,47.59314],[7.6191,47.58046],[7.60923,47.5811],[7.60915,47.58643],[7.59851,47.59071],[7.59207,47.59239],[7.58563,47.59233],[7.58331,47.59019],[7.57936,47.57988],[7.56434,47.58122],[7.55379,47.57473],[7.5537,47.56031],[7.55653,47.55828],[7.55379,47.55122],[7.55387,47.54148],[7.5719,47.54148],[7.58125,47.53986],[7.57713,47.53163],[7.58409,47.52636],[7.58503,47.51917],[7.59962,47.51911],[7.61335,47.53262],[7.61833,47.53662],[7.62738,47.53658],[7.62786,47.55145],[7.62357,47.55666],[7.63035,47.55869],[7.64872,47.55689],[7.66425,47.56164],[7.6847,47.5617],[7.6924,47.56691],[7.69412,47.5734],[7.68906,47.57612],[7.68571,47.58538],[7.67884,47.58712],[7.68708,47.59355],[7.69395,47.59667],[7.69438,47.60171],[7.68451,47.60182],[7.67996,47.60078],[7.67138,47.59522]]],"terms_text":"Geodaten Kanton Basel-Stadt OF 2017","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"KTBASELSTADT2020","name":"Kanton Basel-Stadt 2020","type":"wms","template":"https://wms.geo.bs.ch/?LAYERS=OF_TrueOrthofoto2020Maerz&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-03-01T00:00:00.000Z","startDate":"2020-03-01T00:00:00.000Z","zoomExtent":[7,21],"polygon":[[[7.55859,47.57652],[7.55207,47.57595],[7.5495,47.57259],[7.55001,47.56146],[7.55379,47.55622],[7.54898,47.54061],[7.57382,47.53323],[7.57782,47.52612],[7.5825,47.52392],[7.58331,47.5172],[7.60168,47.5172],[7.60851,47.52397],[7.62588,47.52809],[7.62686,47.53416],[7.63636,47.54721],[7.63635,47.55534],[7.65129,47.55567],[7.66639,47.5603],[7.68648,47.56031],[7.69352,47.56471],[7.69592,47.57513],[7.69058,47.57653],[7.68768,47.58578],[7.68339,47.58792],[7.69936,47.59724],[7.69936,47.60291],[7.68391,47.60326],[7.67062,47.59678],[7.64357,47.60083],[7.63842,47.59921],[7.63205,47.59106],[7.61679,47.59018],[7.60894,47.59544],[7.6034,47.60569],[7.5852,47.60592],[7.58177,47.60453],[7.58081,47.59817],[7.57096,47.58561],[7.56031,47.58115],[7.55859,47.57652]]],"terms_text":"Geodaten Kanton Basel-Stadt"},{"id":"KTBASELSTADT2023","name":"Kanton Basel-Stadt 2023","type":"wms","template":"https://wms.geo.bs.ch/?LAYERS=OF_TrueOrthofoto2023Mai&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2023-05-01T00:00:00.000Z","startDate":"2023-05-01T00:00:00.000Z","zoomExtent":[7,21],"polygon":[[[7.55859,47.57652],[7.55207,47.57595],[7.5495,47.57259],[7.55001,47.56146],[7.55379,47.55622],[7.54898,47.54061],[7.57382,47.53323],[7.57782,47.52612],[7.5825,47.52392],[7.58331,47.5172],[7.60168,47.5172],[7.60851,47.52397],[7.62588,47.52809],[7.62686,47.53416],[7.63636,47.54721],[7.63635,47.55534],[7.65129,47.55567],[7.66639,47.5603],[7.68648,47.56031],[7.69352,47.56471],[7.69592,47.57513],[7.69058,47.57653],[7.68768,47.58578],[7.68339,47.58792],[7.69936,47.59724],[7.69936,47.60291],[7.68391,47.60326],[7.67062,47.59678],[7.64357,47.60083],[7.63842,47.59921],[7.63205,47.59106],[7.61679,47.59018],[7.60894,47.59544],[7.6034,47.60569],[7.5852,47.60592],[7.58177,47.60453],[7.58081,47.59817],[7.57096,47.58561],[7.56031,47.58115],[7.55859,47.57652]]],"terms_text":"Geodaten Kanton Basel-Stadt","best":true},{"id":"Bern-dsm-hillshade-2015","name":"Kanton Bern, Digitales Oberflaechenmodell 50cm, Relief","type":"wms","template":"https://www.geoservice.apps.be.ch/geoservice2/services/a42geo/a42geo_hoehenwms_d_fk/MapServer/WMSServer?LAYERS=GEODB.LDOM50CM_LORELIEF_KMGDM1&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[1,22],"polygon":[[[6.82526,47.07901],[7.28497,46.74221],[7.06335,46.27329],[8.20129,46.43975],[8.44334,46.59001],[8.47595,46.76315],[8.41244,46.79841],[8.13984,46.7869],[7.96543,46.80687],[7.90089,46.8914],[7.97676,47.00414],[7.88784,47.05609],[7.90363,47.17665],[7.81952,47.29413],[7.55859,47.33231],[7.16583,47.31183],[6.82388,47.18131],[6.82526,47.07901]]],"terms_text":"Digitales Oberflächenmodell LIDAR 50cm © Amt für Wald des Kantons Bern"},{"id":"Bern-dtm-hillshade-2015","name":"Kanton Bern, Digitales Terrainmodell 50cm, Relief","type":"wms","template":"https://www.geoservice.apps.be.ch/geoservice2/services/a42geo/a42geo_hoehenwms_d_fk/MapServer/WMSServer?LAYERS=GEODB.LDTM50CM_LTRELIEF_KMGDM1&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[1,22],"polygon":[[[6.82526,47.07901],[7.28497,46.74221],[7.06335,46.27329],[8.20129,46.43975],[8.44334,46.59001],[8.47595,46.76315],[8.41244,46.79841],[8.13984,46.7869],[7.96543,46.80687],[7.90089,46.8914],[7.97676,47.00414],[7.88784,47.05609],[7.90363,47.17665],[7.81952,47.29413],[7.55859,47.33231],[7.16583,47.31183],[6.82388,47.18131],[6.82526,47.07901]]],"terms_text":"Digitales Terrainmodell LIDAR 50cm © Amt für Wald des Kantons Bern"},{"id":"KantonBernBuildings","name":"Kanton Bern: Gebäudegrundrisse","type":"tms","template":"https://tile.osm.ch/bbe/{zoom}/{x}/{y}.png","category":"other","polygon":[[[7.72,46.4],[7.8,46.4],[7.8,46.44],[7.92,46.44],[7.92,46.48],[8,46.48],[8,46.52],[8.16,46.52],[8.16,46.48],[8.24,46.48],[8.24,46.52],[8.36,46.52],[8.36,46.56],[8.4,46.56],[8.4,46.64],[8.44,46.64],[8.44,46.68],[8.48,46.68],[8.48,46.8],[7.96,46.8],[7.96,46.84],[7.92,46.84],[7.92,46.92],[7.96,46.92],[7.96,47],[8,47],[8,47.04],[7.92,47.04],[7.92,47.2],[7.88,47.2],[7.88,47.28],[7.72,47.28],[7.72,47.32],[7.6,47.32],[7.6,47.36],[7.52,47.36],[7.52,47.32],[7.12,47.32],[7.12,47.28],[7.04,47.28],[7.04,47.24],[7,47.24],[7,47.2],[6.84,47.2],[6.84,47.08],[7,47.08],[7,46.96],[7.08,46.96],[7.08,46.92],[7.04,46.92],[7.04,46.88],[7.28,46.88],[7.28,46.6],[7.24,46.6],[7.24,46.56],[7.2,46.56],[7.2,46.48],[7.16,46.48],[7.16,46.36],[7.2,46.36],[7.2,46.32],[7.4,46.32],[7.4,46.36],[7.56,46.36],[7.56,46.4],[7.72,46.4]]],"terms_url":"http://www.geo.apps.be.ch/de/geodaten/suche-nach-geodaten.html?view=sheet&guid=c71b255f-67cf-4e25-bc1b-ae4dc6e7d546","terms_text":"Amtliche Vermessung vereinfacht © Amt für Geoinformation des Kantons Bern","description":"Gebäudegrundrisse aus MOPUBE: Amtliche Vermessung vereinfacht des Kantons Bern","overlay":true},{"id":"Kanton-Schaffhausen-Luftbild-2013","name":"Kanton Schaffhausen, Luftbild 2013","type":"wms","template":"https://wms.geo.sh.ch/raster?LAYERS=Luftbild_2013&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[8.6,47.56],[8.64,47.56],[8.64,47.64],[8.68,47.64],[8.68,47.68],[8.76,47.68],[8.76,47.64],[8.92,47.64],[8.92,47.72],[8.88,47.72],[8.88,47.76],[8.76,47.76],[8.76,47.8],[8.68,47.8],[8.68,47.84],[8.52,47.84],[8.52,47.8],[8.44,47.8],[8.44,47.76],[8.4,47.76],[8.4,47.72],[8.36,47.72],[8.36,47.64],[8.44,47.64],[8.44,47.6],[8.52,47.6],[8.52,47.52],[8.6,47.52],[8.6,47.56]]],"terms_text":"Kanton Schaffhausen, Luftbild 2013"},{"id":"Kanton-Schaffhausen-DSM-2013","name":"Kanton Schaffhausen, Relief 2013","type":"wms","template":"https://wms.geo.sh.ch/raster?LAYERS=Relief_2013&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[8.6,47.56],[8.64,47.56],[8.64,47.64],[8.68,47.64],[8.68,47.68],[8.76,47.68],[8.76,47.64],[8.92,47.64],[8.92,47.72],[8.88,47.72],[8.88,47.76],[8.76,47.76],[8.76,47.8],[8.68,47.8],[8.68,47.84],[8.52,47.84],[8.52,47.8],[8.44,47.8],[8.44,47.76],[8.4,47.76],[8.4,47.72],[8.36,47.72],[8.36,47.64],[8.44,47.64],[8.44,47.6],[8.52,47.6],[8.52,47.52],[8.6,47.52],[8.6,47.56]]],"terms_text":"Kanton Schaffhausen, Relief 2013"},{"id":"Solothurn-sogis2014-dom-wms","name":"Kanton Solothurn, DOM Relief 2014 50cm","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.so.agi.lidar_2014.dom_relief&FORMAT=image/jpeg&CRS={proj}&STYLES=&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[7.48,47.1],[7.52,47.1],[7.52,47.12],[7.54,47.12],[7.54,47.14],[7.72,47.14],[7.72,47.18],[7.7,47.18],[7.7,47.2],[7.68,47.2],[7.68,47.22],[7.66,47.22],[7.66,47.24],[7.62,47.24],[7.62,47.26],[7.66,47.26],[7.66,47.28],[7.68,47.28],[7.68,47.26],[7.72,47.26],[7.72,47.24],[7.84,47.24],[7.84,47.26],[7.86,47.26],[7.86,47.28],[7.88,47.28],[7.88,47.3],[7.92,47.3],[7.92,47.32],[7.94,47.32],[7.94,47.3],[7.98,47.3],[7.98,47.32],[8.02,47.32],[8.02,47.34],[8.04,47.34],[8.04,47.42],[8,47.42],[8,47.46],[7.98,47.46],[7.98,47.48],[7.94,47.48],[7.94,47.42],[7.86,47.42],[7.86,47.4],[7.84,47.4],[7.84,47.38],[7.78,47.38],[7.78,47.36],[7.74,47.36],[7.74,47.38],[7.66,47.38],[7.66,47.4],[7.7,47.4],[7.7,47.44],[7.72,47.44],[7.72,47.5],[7.68,47.5],[7.68,47.52],[7.64,47.52],[7.64,47.5],[7.6,47.5],[7.6,47.44],[7.58,47.44],[7.58,47.46],[7.56,47.46],[7.56,47.42],[7.52,47.42],[7.52,47.4],[7.5,47.4],[7.5,47.42],[7.48,47.42],[7.48,47.44],[7.54,47.44],[7.54,47.48],[7.56,47.48],[7.56,47.5],[7.54,47.5],[7.54,47.52],[7.5,47.52],[7.5,47.5],[7.46,47.5],[7.46,47.52],[7.42,47.52],[7.42,47.5],[7.4,47.5],[7.4,47.46],[7.38,47.46],[7.38,47.44],[7.36,47.44],[7.36,47.4],[7.42,47.4],[7.42,47.36],[7.52,47.36],[7.52,47.34],[7.54,47.34],[7.54,47.32],[7.52,47.32],[7.52,47.3],[7.46,47.3],[7.46,47.28],[7.42,47.28],[7.42,47.26],[7.4,47.26],[7.4,47.24],[7.32,47.24],[7.32,47.2],[7.34,47.2],[7.34,47.18],[7.36,47.18],[7.36,47.08],[7.42,47.08],[7.42,47.06],[7.48,47.06],[7.48,47.1]]],"terms_text":"DOM Relief 2014 - Auflösung 50cm, WMS Solothurn (SOGIS)"},{"id":"Solothurn-sogis2018-dsm-wms","name":"Kanton Solothurn, DSM Relief 2018","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.bl.agi.lidar_2018.dsm_relief&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[7.6909,47.56247],[7.69077,47.54008],[7.67786,47.54008],[7.67788,47.54458],[7.67138,47.5446],[7.67142,47.54897],[7.66481,47.54906],[7.66477,47.55349],[7.65816,47.55364],[7.65824,47.55801],[7.65146,47.5581],[7.65146,47.56258],[7.64503,47.56264],[7.64498,47.56707],[7.61121,47.56716],[7.61112,47.5627],[7.6046,47.56264],[7.60464,47.549],[7.61099,47.54886],[7.61117,47.54468],[7.60456,47.54468],[7.60447,47.54019],[7.59833,47.54017],[7.59846,47.54917],[7.57859,47.54915],[7.57855,47.55366],[7.57181,47.55369],[7.57185,47.56719],[7.56516,47.56719],[7.5652,47.57173],[7.54487,47.57173],[7.54478,47.56728],[7.53808,47.56725],[7.53812,47.56276],[7.52487,47.56274],[7.52491,47.55827],[7.5182,47.55825],[7.51812,47.55385],[7.49821,47.55381],[7.49817,47.54933],[7.49154,47.54935],[7.49158,47.54054],[7.48489,47.54054],[7.48487,47.53123],[7.49169,47.53123],[7.49171,47.52692],[7.48497,47.52692],[7.48495,47.51771],[7.4915,47.51769],[7.4915,47.50868],[7.49808,47.50865],[7.4981,47.49083],[7.49154,47.49085],[7.49154,47.48635],[7.4848,47.48635],[7.4848,47.48189],[7.47178,47.48192],[7.47173,47.48638],[7.46523,47.48641],[7.46523,47.49089],[7.45225,47.49096],[7.45216,47.49528],[7.4456,47.49546],[7.44551,47.49995],[7.42519,47.50003],[7.42511,47.49109],[7.41845,47.49098],[7.41843,47.47707],[7.43822,47.4771],[7.43834,47.47263],[7.44491,47.47263],[7.44495,47.46849],[7.42521,47.46849],[7.42521,47.46396],[7.4186,47.46399],[7.41848,47.45496],[7.41204,47.45491],[7.41187,47.44594],[7.40517,47.446],[7.40513,47.44144],[7.39873,47.44147],[7.39856,47.43697],[7.38586,47.43688],[7.38577,47.44135],[7.35256,47.44144],[7.35256,47.44588],[7.33943,47.44594],[7.33943,47.4505],[7.32582,47.45041],[7.32569,47.44585],[7.31921,47.44585],[7.31908,47.44144],[7.31243,47.44135],[7.31243,47.43212],[7.31904,47.43209],[7.31904,47.42318],[7.3323,47.42309],[7.3323,47.41859],[7.33887,47.41856],[7.33895,47.41415],[7.34556,47.41409],[7.34569,47.40959],[7.35882,47.40962],[7.35891,47.40518],[7.37856,47.40512],[7.37856,47.39617],[7.392,47.39611],[7.392,47.39167],[7.39856,47.39161],[7.39865,47.38713],[7.40517,47.38713],[7.40517,47.38298],[7.39865,47.3831],[7.39861,47.37819],[7.40513,47.37813],[7.40517,47.37371],[7.45143,47.37371],[7.45156,47.36906],[7.5177,47.36918],[7.5177,47.36022],[7.531,47.36016],[7.531,47.34673],[7.54422,47.34662],[7.54417,47.3422],[7.55078,47.34214],[7.55078,47.33775],[7.55761,47.33776],[7.55763,47.33327],[7.56423,47.33325],[7.56422,47.32874],[7.5774,47.32872],[7.57744,47.32421],[7.59086,47.32418],[7.59088,47.32871],[7.61739,47.32858],[7.61743,47.33312],[7.68961,47.33295],[7.68961,47.3285],[7.69627,47.32835],[7.69644,47.32393],[7.7165,47.3238],[7.71661,47.32835],[7.72322,47.32838],[7.72326,47.33289],[7.72978,47.33283],[7.72991,47.33734],[7.75596,47.33725],[7.756,47.33272],[7.80289,47.33258],[7.8031,47.35061],[7.80971,47.3507],[7.80971,47.35503],[7.82945,47.35492],[7.82958,47.3596],[7.84276,47.35945],[7.8428,47.36838],[7.85602,47.36835],[7.85619,47.37285],[7.87606,47.37282],[7.87606,47.37727],[7.88932,47.37727],[7.88954,47.39517],[7.9022,47.39523],[7.9022,47.39067],[7.91584,47.39061],[7.91597,47.39511],[7.93571,47.39502],[7.93584,47.39955],[7.94254,47.39964],[7.94262,47.40397],[7.94923,47.40406],[7.94919,47.4085],[7.96241,47.4085],[7.96245,47.41294],[7.96897,47.41294],[7.96906,47.42183],[7.98906,47.42174],[7.98931,47.44909],[7.9827,47.44915],[7.98275,47.45808],[7.97627,47.45811],[7.97618,47.46264],[7.96962,47.46273],[7.96949,47.46717],[7.9564,47.46737],[7.95644,47.48967],[7.94996,47.48973],[7.94987,47.49417],[7.94292,47.4942],[7.94292,47.48979],[7.91683,47.48993],[7.91674,47.49884],[7.91022,47.49895],[7.91026,47.50791],[7.90374,47.50797],[7.9037,47.5124],[7.89048,47.51237],[7.89044,47.51701],[7.88374,47.51707],[7.88378,47.5304],[7.87055,47.53047],[7.87052,47.53491],[7.86393,47.53496],[7.86391,47.53943],[7.85734,47.53948],[7.85737,47.54405],[7.84396,47.54406],[7.84379,47.53963],[7.82381,47.5396],[7.8237,47.51716],[7.81669,47.51726],[7.81658,47.51275],[7.80358,47.51277],[7.80349,47.50826],[7.79718,47.50829],[7.79729,47.52626],[7.78399,47.52632],[7.78403,47.53082],[7.76416,47.53089],[7.76427,47.55335],[7.751,47.55339],[7.75103,47.55786],[7.70448,47.55796],[7.70448,47.56244],[7.6909,47.56247]]],"terms_text":"Kanton Solothurn, DSM Relief 2018, WMS Solothurn (SOGIS)"},{"id":"Solothurn-sogis2019-dsm-wms","name":"Kanton Solothurn, DSM Relief 2019","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.so.agi.lidar_2019.dsm_relief&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[7.96882,47.42646],[7.96884,47.4311],[7.95553,47.43112],[7.95552,47.42663],[7.94884,47.42664],[7.94882,47.42209],[7.93558,47.42211],[7.93556,47.41768],[7.92228,47.4177],[7.92225,47.40887],[7.90229,47.4089],[7.90231,47.41347],[7.87589,47.41351],[7.87587,47.409],[7.86919,47.40901],[7.86917,47.40453],[7.8625,47.40454],[7.86243,47.38658],[7.84262,47.38661],[7.84261,47.38215],[7.82929,47.38217],[7.82926,47.37318],[7.82249,47.37319],[7.82248,47.36873],[7.79615,47.36877],[7.79613,47.36426],[7.7894,47.36427],[7.78936,47.35522],[7.78272,47.35523],[7.78269,47.34641],[7.77621,47.34642],[7.77622,47.35087],[7.73645,47.35093],[7.73643,47.34655],[7.72324,47.34657],[7.72322,47.34206],[7.70995,47.34208],[7.70993,47.33759],[7.6966,47.33761],[7.69661,47.3421],[7.60409,47.34225],[7.60407,47.3378],[7.59741,47.33781],[7.59743,47.34226],[7.59083,47.34227],[7.59081,47.33781],[7.57764,47.33783],[7.57765,47.34229],[7.57087,47.3423],[7.57086,47.33782],[7.56437,47.33783],[7.56434,47.3288],[7.55106,47.32882],[7.55104,47.32427],[7.53787,47.32429],[7.53782,47.31072],[7.53125,47.31073],[7.53122,47.3018],[7.51135,47.30184],[7.51134,47.29734],[7.49154,47.29737],[7.49152,47.29291],[7.47834,47.29293],[7.47832,47.28846],[7.47171,47.28847],[7.47169,47.28385],[7.4651,47.28387],[7.46506,47.27491],[7.45832,47.27492],[7.4583,47.27038],[7.43189,47.27042],[7.43187,47.26591],[7.42543,47.26592],[7.42542,47.26138],[7.4123,47.2614],[7.41228,47.25693],[7.40565,47.25694],[7.4056,47.24345],[7.39236,47.24347],[7.39234,47.23892],[7.37913,47.23895],[7.37912,47.23451],[7.36597,47.23453],[7.36595,47.2299],[7.35275,47.22993],[7.35273,47.22544],[7.33312,47.22548],[7.33304,47.2029],[7.33958,47.20289],[7.33955,47.19375],[7.34632,47.19374],[7.34629,47.18498],[7.36592,47.18494],[7.3659,47.1804],[7.37274,47.18038],[7.37264,47.15349],[7.41885,47.15342],[7.41887,47.15796],[7.42547,47.15795],[7.42551,47.16703],[7.43869,47.16701],[7.43871,47.17153],[7.45183,47.17151],[7.45184,47.17591],[7.46489,47.17589],[7.46487,47.17149],[7.4715,47.17148],[7.47148,47.16696],[7.47801,47.16695],[7.478,47.16226],[7.47165,47.16227],[7.47164,47.158],[7.46494,47.15801],[7.46496,47.16228],[7.43861,47.16233],[7.43859,47.15805],[7.43184,47.15807],[7.43181,47.14899],[7.41887,47.14902],[7.41885,47.14472],[7.41228,47.14473],[7.41223,47.13072],[7.41896,47.1307],[7.41894,47.12654],[7.39902,47.12657],[7.39904,47.13098],[7.36608,47.13104],[7.36606,47.12662],[7.35961,47.12663],[7.35955,47.10835],[7.3662,47.10834],[7.36617,47.09946],[7.37286,47.09945],[7.37282,47.09023],[7.37956,47.09022],[7.37955,47.08603],[7.41239,47.08598],[7.4124,47.09041],[7.42553,47.09039],[7.42546,47.07238],[7.43187,47.07237],[7.43186,47.06807],[7.46494,47.06801],[7.46496,47.07248],[7.47811,47.07246],[7.47814,47.08144],[7.48465,47.08143],[7.4847,47.0949],[7.47818,47.09491],[7.47822,47.10403],[7.48486,47.10402],[7.48487,47.10844],[7.49807,47.10842],[7.49809,47.11298],[7.50463,47.11297],[7.50465,47.11751],[7.51766,47.11748],[7.51768,47.12197],[7.52426,47.12195],[7.52431,47.13551],[7.53097,47.1355],[7.53099,47.13993],[7.53759,47.13991],[7.53764,47.1535],[7.55734,47.15346],[7.55736,47.15795],[7.57045,47.15793],[7.57042,47.14905],[7.57693,47.14904],[7.5769,47.13999],[7.59681,47.13996],[7.59682,47.14426],[7.66274,47.14415],[7.66276,47.14879],[7.68241,47.14875],[7.68239,47.14425],[7.69574,47.14423],[7.69576,47.14873],[7.70234,47.14872],[7.70236,47.1531],[7.7088,47.15309],[7.70885,47.16663],[7.70241,47.16664],[7.70242,47.17121],[7.68927,47.17123],[7.68933,47.18919],[7.68275,47.1892],[7.68278,47.1982],[7.6762,47.19821],[7.67622,47.20271],[7.66958,47.20272],[7.66959,47.20727],[7.66304,47.20728],[7.66306,47.21178],[7.65652,47.2118],[7.65658,47.2298],[7.64992,47.22981],[7.64994,47.23431],[7.62351,47.23435],[7.62354,47.24318],[7.617,47.24319],[7.61702,47.24782],[7.61044,47.24784],[7.61049,47.26133],[7.60387,47.26134],[7.60392,47.27479],[7.65686,47.2747],[7.65688,47.27908],[7.67634,47.27905],[7.67636,47.2837],[7.68984,47.28368],[7.68982,47.27906],[7.69645,47.27905],[7.69643,47.27465],[7.70306,47.27463],[7.70303,47.26561],[7.71623,47.26558],[7.71619,47.25661],[7.7228,47.2566],[7.72279,47.25202],[7.78211,47.25192],[7.78209,47.24744],[7.78852,47.24743],[7.78854,47.25191],[7.79533,47.2519],[7.79535,47.25634],[7.8284,47.25628],[7.82842,47.26079],[7.84165,47.26077],[7.84167,47.26522],[7.8483,47.26521],[7.84831,47.26966],[7.85496,47.26965],[7.85501,47.28305],[7.86166,47.28304],[7.8617,47.29219],[7.86839,47.29218],[7.86842,47.30107],[7.87493,47.30106],[7.87494,47.30553],[7.9015,47.30548],[7.90154,47.31446],[7.90818,47.31445],[7.90823,47.32786],[7.93475,47.32781],[7.9347,47.3142],[7.94126,47.31419],[7.94125,47.30975],[7.95444,47.30972],[7.95446,47.31428],[7.98084,47.31424],[7.98086,47.31859],[7.98745,47.31858],[7.98747,47.3231],[7.99436,47.32308],[7.99438,47.32746],[8.00754,47.32743],[8.00755,47.332],[8.01412,47.33199],[8.01415,47.34093],[8.02095,47.34092],[8.021,47.35435],[8.02771,47.35434],[8.02772,47.35884],[8.03445,47.35883],[8.03449,47.36779],[8.041,47.36778],[8.0411,47.3948],[8.03462,47.39481],[8.03466,47.40375],[8.02166,47.40377],[8.02168,47.40835],[8.01504,47.40836],[8.01506,47.41291],[8.0083,47.41292],[8.00832,47.41746],[7.99531,47.41748],[7.99533,47.42199],[7.98204,47.42202],[7.98205,47.42644],[7.96882,47.42646]]],"terms_text":"Kanton Solothurn, DSM Relief 2019, WMS Solothurn (SOGIS)"},{"id":"Solothurn-sogis2014-dtm-wms","name":"Kanton Solothurn, DTM Relief 2014 50cm","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.so.agi.lidar_2014.dtm_relief&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[7.48,47.1],[7.52,47.1],[7.52,47.12],[7.54,47.12],[7.54,47.14],[7.72,47.14],[7.72,47.18],[7.7,47.18],[7.7,47.2],[7.68,47.2],[7.68,47.22],[7.66,47.22],[7.66,47.24],[7.62,47.24],[7.62,47.26],[7.66,47.26],[7.66,47.28],[7.68,47.28],[7.68,47.26],[7.72,47.26],[7.72,47.24],[7.84,47.24],[7.84,47.26],[7.86,47.26],[7.86,47.28],[7.88,47.28],[7.88,47.3],[7.92,47.3],[7.92,47.32],[7.94,47.32],[7.94,47.3],[7.98,47.3],[7.98,47.32],[8.02,47.32],[8.02,47.34],[8.04,47.34],[8.04,47.42],[8,47.42],[8,47.46],[7.98,47.46],[7.98,47.48],[7.94,47.48],[7.94,47.42],[7.86,47.42],[7.86,47.4],[7.84,47.4],[7.84,47.38],[7.78,47.38],[7.78,47.36],[7.74,47.36],[7.74,47.38],[7.66,47.38],[7.66,47.4],[7.7,47.4],[7.7,47.44],[7.72,47.44],[7.72,47.5],[7.68,47.5],[7.68,47.52],[7.64,47.52],[7.64,47.5],[7.6,47.5],[7.6,47.44],[7.58,47.44],[7.58,47.46],[7.56,47.46],[7.56,47.42],[7.52,47.42],[7.52,47.4],[7.5,47.4],[7.5,47.42],[7.48,47.42],[7.48,47.44],[7.54,47.44],[7.54,47.48],[7.56,47.48],[7.56,47.5],[7.54,47.5],[7.54,47.52],[7.5,47.52],[7.5,47.5],[7.46,47.5],[7.46,47.52],[7.42,47.52],[7.42,47.5],[7.4,47.5],[7.4,47.46],[7.38,47.46],[7.38,47.44],[7.36,47.44],[7.36,47.4],[7.42,47.4],[7.42,47.36],[7.52,47.36],[7.52,47.34],[7.54,47.34],[7.54,47.32],[7.52,47.32],[7.52,47.3],[7.46,47.3],[7.46,47.28],[7.42,47.28],[7.42,47.26],[7.4,47.26],[7.4,47.24],[7.32,47.24],[7.32,47.2],[7.34,47.2],[7.34,47.18],[7.36,47.18],[7.36,47.08],[7.42,47.08],[7.42,47.06],[7.48,47.06],[7.48,47.1]]],"terms_text":"DTM Relief 2014 - Auflösung 50cm, WMS Solothurn (SOGIS)"},{"id":"Solothurn-sogis2018-dtm-wms","name":"Kanton Solothurn, DTM Relief 2018","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.bl.agi.lidar_2018.dtm_relief&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[7.6909,47.56247],[7.69077,47.54008],[7.67786,47.54008],[7.67788,47.54458],[7.67138,47.5446],[7.67142,47.54897],[7.66481,47.54906],[7.66477,47.55349],[7.65816,47.55364],[7.65824,47.55801],[7.65146,47.5581],[7.65146,47.56258],[7.64503,47.56264],[7.64498,47.56707],[7.61121,47.56716],[7.61112,47.5627],[7.6046,47.56264],[7.60464,47.549],[7.61099,47.54886],[7.61117,47.54468],[7.60456,47.54468],[7.60447,47.54019],[7.59833,47.54017],[7.59846,47.54917],[7.57859,47.54915],[7.57855,47.55366],[7.57181,47.55369],[7.57185,47.56719],[7.56516,47.56719],[7.5652,47.57173],[7.54487,47.57173],[7.54478,47.56728],[7.53808,47.56725],[7.53812,47.56276],[7.52487,47.56274],[7.52491,47.55827],[7.5182,47.55825],[7.51812,47.55385],[7.49821,47.55381],[7.49817,47.54933],[7.49154,47.54935],[7.49158,47.54054],[7.48489,47.54054],[7.48487,47.53123],[7.49169,47.53123],[7.49171,47.52692],[7.48497,47.52692],[7.48495,47.51771],[7.4915,47.51769],[7.4915,47.50868],[7.49808,47.50865],[7.4981,47.49083],[7.49154,47.49085],[7.49154,47.48635],[7.4848,47.48635],[7.4848,47.48189],[7.47178,47.48192],[7.47173,47.48638],[7.46523,47.48641],[7.46523,47.49089],[7.45225,47.49096],[7.45216,47.49528],[7.4456,47.49546],[7.44551,47.49995],[7.42519,47.50003],[7.42511,47.49109],[7.41845,47.49098],[7.41843,47.47707],[7.43822,47.4771],[7.43834,47.47263],[7.44491,47.47263],[7.44495,47.46849],[7.42521,47.46849],[7.42521,47.46396],[7.4186,47.46399],[7.41848,47.45496],[7.41204,47.45491],[7.41187,47.44594],[7.40517,47.446],[7.40513,47.44144],[7.39873,47.44147],[7.39856,47.43697],[7.38586,47.43688],[7.38577,47.44135],[7.35256,47.44144],[7.35256,47.44588],[7.33943,47.44594],[7.33943,47.4505],[7.32582,47.45041],[7.32569,47.44585],[7.31921,47.44585],[7.31908,47.44144],[7.31243,47.44135],[7.31243,47.43212],[7.31904,47.43209],[7.31904,47.42318],[7.3323,47.42309],[7.3323,47.41859],[7.33887,47.41856],[7.33895,47.41415],[7.34556,47.41409],[7.34569,47.40959],[7.35882,47.40962],[7.35891,47.40518],[7.37856,47.40512],[7.37856,47.39617],[7.392,47.39611],[7.392,47.39167],[7.39856,47.39161],[7.39865,47.38713],[7.40517,47.38713],[7.40517,47.38298],[7.39865,47.3831],[7.39861,47.37819],[7.40513,47.37813],[7.40517,47.37371],[7.45143,47.37371],[7.45156,47.36906],[7.5177,47.36918],[7.5177,47.36022],[7.531,47.36016],[7.531,47.34673],[7.54422,47.34662],[7.54417,47.3422],[7.55078,47.34214],[7.55078,47.33775],[7.55761,47.33776],[7.55763,47.33327],[7.56423,47.33325],[7.56422,47.32874],[7.5774,47.32872],[7.57744,47.32421],[7.59086,47.32418],[7.59088,47.32871],[7.61739,47.32858],[7.61743,47.33312],[7.68961,47.33295],[7.68961,47.3285],[7.69627,47.32835],[7.69644,47.32393],[7.7165,47.3238],[7.71661,47.32835],[7.72322,47.32838],[7.72326,47.33289],[7.72978,47.33283],[7.72991,47.33734],[7.75596,47.33725],[7.756,47.33272],[7.80289,47.33258],[7.8031,47.35061],[7.80971,47.3507],[7.80971,47.35503],[7.82945,47.35492],[7.82958,47.3596],[7.84276,47.35945],[7.8428,47.36838],[7.85602,47.36835],[7.85619,47.37285],[7.87606,47.37282],[7.87606,47.37727],[7.88932,47.37727],[7.88954,47.39517],[7.9022,47.39523],[7.9022,47.39067],[7.91584,47.39061],[7.91597,47.39511],[7.93571,47.39502],[7.93584,47.39955],[7.94254,47.39964],[7.94262,47.40397],[7.94923,47.40406],[7.94919,47.4085],[7.96241,47.4085],[7.96245,47.41294],[7.96897,47.41294],[7.96906,47.42183],[7.98906,47.42174],[7.98931,47.44909],[7.9827,47.44915],[7.98275,47.45808],[7.97627,47.45811],[7.97618,47.46264],[7.96962,47.46273],[7.96949,47.46717],[7.9564,47.46737],[7.95644,47.48967],[7.94996,47.48973],[7.94987,47.49417],[7.94292,47.4942],[7.94292,47.48979],[7.91683,47.48993],[7.91674,47.49884],[7.91022,47.49895],[7.91026,47.50791],[7.90374,47.50797],[7.9037,47.5124],[7.89048,47.51237],[7.89044,47.51701],[7.88374,47.51707],[7.88378,47.5304],[7.87055,47.53047],[7.87052,47.53491],[7.86393,47.53496],[7.86391,47.53943],[7.85734,47.53948],[7.85737,47.54405],[7.84396,47.54406],[7.84379,47.53963],[7.82381,47.5396],[7.8237,47.51716],[7.81669,47.51726],[7.81658,47.51275],[7.80358,47.51277],[7.80349,47.50826],[7.79718,47.50829],[7.79729,47.52626],[7.78399,47.52632],[7.78403,47.53082],[7.76416,47.53089],[7.76427,47.55335],[7.751,47.55339],[7.75103,47.55786],[7.70448,47.55796],[7.70448,47.56244],[7.6909,47.56247]]],"terms_text":"Kanton Solothurn, DTM Relief 2018, WMS Solothurn (SOGIS)"},{"id":"Solothurn-sogis2019-dtm-wms","name":"Kanton Solothurn, DTM Relief 2019","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.so.agi.lidar_2019.dtm_relief&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[7.96882,47.42646],[7.96884,47.4311],[7.95553,47.43112],[7.95552,47.42663],[7.94884,47.42664],[7.94882,47.42209],[7.93558,47.42211],[7.93556,47.41768],[7.92228,47.4177],[7.92225,47.40887],[7.90229,47.4089],[7.90231,47.41347],[7.87589,47.41351],[7.87587,47.409],[7.86919,47.40901],[7.86917,47.40453],[7.8625,47.40454],[7.86243,47.38658],[7.84262,47.38661],[7.84261,47.38215],[7.82929,47.38217],[7.82926,47.37318],[7.82249,47.37319],[7.82248,47.36873],[7.79615,47.36877],[7.79613,47.36426],[7.7894,47.36427],[7.78936,47.35522],[7.78272,47.35523],[7.78269,47.34641],[7.77621,47.34642],[7.77622,47.35087],[7.73645,47.35093],[7.73643,47.34655],[7.72324,47.34657],[7.72322,47.34206],[7.70995,47.34208],[7.70993,47.33759],[7.6966,47.33761],[7.69661,47.3421],[7.60409,47.34225],[7.60407,47.3378],[7.59741,47.33781],[7.59743,47.34226],[7.59083,47.34227],[7.59081,47.33781],[7.57764,47.33783],[7.57765,47.34229],[7.57087,47.3423],[7.57086,47.33782],[7.56437,47.33783],[7.56434,47.3288],[7.55106,47.32882],[7.55104,47.32427],[7.53787,47.32429],[7.53782,47.31072],[7.53125,47.31073],[7.53122,47.3018],[7.51135,47.30184],[7.51134,47.29734],[7.49154,47.29737],[7.49152,47.29291],[7.47834,47.29293],[7.47832,47.28846],[7.47171,47.28847],[7.47169,47.28385],[7.4651,47.28387],[7.46506,47.27491],[7.45832,47.27492],[7.4583,47.27038],[7.43189,47.27042],[7.43187,47.26591],[7.42543,47.26592],[7.42542,47.26138],[7.4123,47.2614],[7.41228,47.25693],[7.40565,47.25694],[7.4056,47.24345],[7.39236,47.24347],[7.39234,47.23892],[7.37913,47.23895],[7.37912,47.23451],[7.36597,47.23453],[7.36595,47.2299],[7.35275,47.22993],[7.35273,47.22544],[7.33312,47.22548],[7.33304,47.2029],[7.33958,47.20289],[7.33955,47.19375],[7.34632,47.19374],[7.34629,47.18498],[7.36592,47.18494],[7.3659,47.1804],[7.37274,47.18038],[7.37264,47.15349],[7.41885,47.15342],[7.41887,47.15796],[7.42547,47.15795],[7.42551,47.16703],[7.43869,47.16701],[7.43871,47.17153],[7.45183,47.17151],[7.45184,47.17591],[7.46489,47.17589],[7.46487,47.17149],[7.4715,47.17148],[7.47148,47.16696],[7.47801,47.16695],[7.478,47.16226],[7.47165,47.16227],[7.47164,47.158],[7.46494,47.15801],[7.46496,47.16228],[7.43861,47.16233],[7.43859,47.15805],[7.43184,47.15807],[7.43181,47.14899],[7.41887,47.14902],[7.41885,47.14472],[7.41228,47.14473],[7.41223,47.13072],[7.41896,47.1307],[7.41894,47.12654],[7.39902,47.12657],[7.39904,47.13098],[7.36608,47.13104],[7.36606,47.12662],[7.35961,47.12663],[7.35955,47.10835],[7.3662,47.10834],[7.36617,47.09946],[7.37286,47.09945],[7.37282,47.09023],[7.37956,47.09022],[7.37955,47.08603],[7.41239,47.08598],[7.4124,47.09041],[7.42553,47.09039],[7.42546,47.07238],[7.43187,47.07237],[7.43186,47.06807],[7.46494,47.06801],[7.46496,47.07248],[7.47811,47.07246],[7.47814,47.08144],[7.48465,47.08143],[7.4847,47.0949],[7.47818,47.09491],[7.47822,47.10403],[7.48486,47.10402],[7.48487,47.10844],[7.49807,47.10842],[7.49809,47.11298],[7.50463,47.11297],[7.50465,47.11751],[7.51766,47.11748],[7.51768,47.12197],[7.52426,47.12195],[7.52431,47.13551],[7.53097,47.1355],[7.53099,47.13993],[7.53759,47.13991],[7.53764,47.1535],[7.55734,47.15346],[7.55736,47.15795],[7.57045,47.15793],[7.57042,47.14905],[7.57693,47.14904],[7.5769,47.13999],[7.59681,47.13996],[7.59682,47.14426],[7.66274,47.14415],[7.66276,47.14879],[7.68241,47.14875],[7.68239,47.14425],[7.69574,47.14423],[7.69576,47.14873],[7.70234,47.14872],[7.70236,47.1531],[7.7088,47.15309],[7.70885,47.16663],[7.70241,47.16664],[7.70242,47.17121],[7.68927,47.17123],[7.68933,47.18919],[7.68275,47.1892],[7.68278,47.1982],[7.6762,47.19821],[7.67622,47.20271],[7.66958,47.20272],[7.66959,47.20727],[7.66304,47.20728],[7.66306,47.21178],[7.65652,47.2118],[7.65658,47.2298],[7.64992,47.22981],[7.64994,47.23431],[7.62351,47.23435],[7.62354,47.24318],[7.617,47.24319],[7.61702,47.24782],[7.61044,47.24784],[7.61049,47.26133],[7.60387,47.26134],[7.60392,47.27479],[7.65686,47.2747],[7.65688,47.27908],[7.67634,47.27905],[7.67636,47.2837],[7.68984,47.28368],[7.68982,47.27906],[7.69645,47.27905],[7.69643,47.27465],[7.70306,47.27463],[7.70303,47.26561],[7.71623,47.26558],[7.71619,47.25661],[7.7228,47.2566],[7.72279,47.25202],[7.78211,47.25192],[7.78209,47.24744],[7.78852,47.24743],[7.78854,47.25191],[7.79533,47.2519],[7.79535,47.25634],[7.8284,47.25628],[7.82842,47.26079],[7.84165,47.26077],[7.84167,47.26522],[7.8483,47.26521],[7.84831,47.26966],[7.85496,47.26965],[7.85501,47.28305],[7.86166,47.28304],[7.8617,47.29219],[7.86839,47.29218],[7.86842,47.30107],[7.87493,47.30106],[7.87494,47.30553],[7.9015,47.30548],[7.90154,47.31446],[7.90818,47.31445],[7.90823,47.32786],[7.93475,47.32781],[7.9347,47.3142],[7.94126,47.31419],[7.94125,47.30975],[7.95444,47.30972],[7.95446,47.31428],[7.98084,47.31424],[7.98086,47.31859],[7.98745,47.31858],[7.98747,47.3231],[7.99436,47.32308],[7.99438,47.32746],[8.00754,47.32743],[8.00755,47.332],[8.01412,47.33199],[8.01415,47.34093],[8.02095,47.34092],[8.021,47.35435],[8.02771,47.35434],[8.02772,47.35884],[8.03445,47.35883],[8.03449,47.36779],[8.041,47.36778],[8.0411,47.3948],[8.03462,47.39481],[8.03466,47.40375],[8.02166,47.40377],[8.02168,47.40835],[8.01504,47.40836],[8.01506,47.41291],[8.0083,47.41292],[8.00832,47.41746],[7.99531,47.41748],[7.99533,47.42199],[7.98204,47.42202],[7.98205,47.42644],[7.96882,47.42646]]],"terms_text":"Kanton Solothurn, DTM Relief 2019, WMS Solothurn (SOGIS)"},{"id":"Solothurn-sogis-ortho2014-wms","name":"Kanton Solothurn, Orthofoto 2014 RGB","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.so.agi.orthofoto_2014.rgb&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[7.44,47.06],[7.48,47.06],[7.48,47.1],[7.52,47.1],[7.52,47.12],[7.54,47.12],[7.54,47.14],[7.72,47.14],[7.72,47.18],[7.7,47.18],[7.7,47.2],[7.68,47.2],[7.68,47.22],[7.66,47.22],[7.66,47.24],[7.62,47.24],[7.62,47.28],[7.6,47.28],[7.6,47.3],[7.56,47.3],[7.56,47.28],[7.5,47.28],[7.5,47.26],[7.48,47.26],[7.48,47.28],[7.46,47.28],[7.46,47.26],[7.4,47.26],[7.4,47.24],[7.32,47.24],[7.32,47.2],[7.34,47.2],[7.34,47.18],[7.36,47.18],[7.36,47.08],[7.42,47.08],[7.42,47.06],[7.44,47.06]]],"terms_text":"Kanton Solothurn, Orthofoto 2014 RGB"},{"id":"Solothurn-sogis-ortho2015-wms","name":"Kanton Solothurn, Orthofoto 2015 RGB","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.so.agi.orthofoto_2015.rgb&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[7.84,47.26],[7.86,47.26],[7.86,47.28],[7.88,47.28],[7.88,47.3],[7.92,47.3],[7.92,47.32],[7.94,47.32],[7.94,47.3],[7.98,47.3],[7.98,47.32],[8.02,47.32],[8.02,47.34],[8.04,47.34],[8.04,47.42],[8,47.42],[8,47.46],[7.98,47.46],[7.98,47.48],[7.94,47.48],[7.94,47.42],[7.86,47.42],[7.86,47.4],[7.84,47.4],[7.84,47.38],[7.78,47.38],[7.78,47.34],[7.72,47.34],[7.72,47.32],[7.68,47.32],[7.68,47.26],[7.72,47.26],[7.72,47.24],[7.84,47.24],[7.84,47.26]]],"terms_text":"Kanton Solothurn, Orthofoto 2015 RGB"},{"id":"Solothurn-sogis-ortho2016-wms","name":"Kanton Solothurn, Orthofoto 2016 RGB","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.so.agi.orthofoto_2016_rgb&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[7.48,47.08],[7.48,47.1],[7.52,47.1],[7.52,47.12],[7.54,47.12],[7.54,47.14],[7.72,47.14],[7.72,47.18],[7.7,47.18],[7.7,47.2],[7.68,47.2],[7.68,47.22],[7.66,47.22],[7.66,47.24],[7.62,47.24],[7.62,47.26],[7.66,47.26],[7.66,47.28],[7.72,47.28],[7.72,47.3],[7.76,47.3],[7.76,47.32],[7.8,47.32],[7.8,47.36],[7.74,47.36],[7.74,47.38],[7.62,47.38],[7.62,47.36],[7.56,47.36],[7.56,47.34],[7.54,47.34],[7.54,47.32],[7.52,47.32],[7.52,47.3],[7.46,47.3],[7.46,47.28],[7.42,47.28],[7.42,47.26],[7.4,47.26],[7.4,47.24],[7.32,47.24],[7.32,47.2],[7.34,47.2],[7.34,47.18],[7.36,47.18],[7.36,47.08],[7.42,47.08],[7.42,47.06],[7.48,47.06],[7.48,47.08]]],"terms_text":"Kanton Solothurn, Orthofoto 2016 RGB"},{"id":"Solothurn-sogis-ortho2017-wms","name":"Kanton Solothurn, Orthofoto 2017 RGB","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.so.agi.orthofoto_2017_rgb&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[7.84,47.26],[7.86,47.26],[7.86,47.28],[7.88,47.28],[7.88,47.3],[7.92,47.3],[7.92,47.32],[7.94,47.32],[7.94,47.3],[7.98,47.3],[7.98,47.32],[8.02,47.32],[8.02,47.34],[8.04,47.34],[8.04,47.42],[8,47.42],[8,47.46],[7.98,47.46],[7.98,47.48],[7.94,47.48],[7.94,47.42],[7.86,47.42],[7.86,47.4],[7.84,47.4],[7.84,47.38],[7.78,47.38],[7.78,47.34],[7.72,47.34],[7.72,47.32],[7.68,47.32],[7.68,47.26],[7.72,47.26],[7.72,47.24],[7.84,47.24],[7.84,47.26]]],"terms_text":"Kanton Solothurn, Orthofoto 2017 RGB"},{"id":"kt_tg_av","name":"Kanton Thurgau, Basisplan-AV","type":"wms","template":"https://ows.geo.tg.ch/geofy_access_proxy/basisplanf?LAYERS=Basisplan_farbig&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[4,22],"polygon":[[[8.63768,47.70041],[8.63674,47.66],[8.6658,47.6598],[8.6652,47.63273],[8.72337,47.63213],[8.72209,47.57814],[8.78024,47.57751],[8.77985,47.56403],[8.80894,47.56373],[8.80784,47.52317],[8.86604,47.52251],[8.86398,47.44149],[8.89286,47.44117],[8.89136,47.38725],[8.92032,47.38697],[8.9194,47.35989],[8.9774,47.35913],[8.97811,47.38616],[9.00714,47.38573],[9.00829,47.4262],[9.06642,47.42537],[9.06663,47.43883],[9.09582,47.43853],[9.09609,47.45193],[9.06718,47.45234],[9.06736,47.46583],[9.15466,47.46463],[9.15492,47.4781],[9.18411,47.47769],[9.18361,47.4642],[9.32864,47.46188],[9.32896,47.47534],[9.35818,47.47498],[9.3576,47.46141],[9.41554,47.46045],[9.41596,47.47392],[9.5031,47.47242],[9.50414,47.49935],[9.47519,47.49986],[9.47605,47.52681],[9.44717,47.5273],[9.44754,47.54084],[9.4186,47.54139],[9.42007,47.58176],[9.39114,47.58235],[9.39151,47.59577],[9.33348,47.59674],[9.33417,47.62371],[9.30526,47.6242],[9.3057,47.63765],[9.24747,47.63864],[9.24784,47.6521],[9.21899,47.65256],[9.21922,47.66603],[9.19027,47.66645],[9.19061,47.67994],[8.95774,47.68327],[8.95726,47.66973],[8.92828,47.67015],[8.9277,47.65661],[8.89867,47.65698],[8.89901,47.67047],[8.86997,47.6709],[8.87027,47.68427],[8.78304,47.68533],[8.78328,47.6988],[8.63768,47.70041]]],"terms_url":"https://opendata.swiss/dataset/basisplan-av","terms_text":"Kanton Thurgau, Basisplan-AV","description":"Basisplan-AV des Kantons Thurgau farbig & schwarzweiss mit Liegenschaften, Nomenklatur, Landes-, Kantons- und Gemeindegrenzen, Einzelobjekten, Bodenbedeckung, Strassennamen, Höhenkurven und Geländemodell"},{"id":"kt_tg_ortho_2017","name":"Kanton Thurgau, Orthofoto2017 RGB","type":"wms","template":"https://ows-raster.geo.tg.ch/geofy_access_proxy/orthofoto2017?LAYERS=Orthofoto2017_RGB&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[8,22],"polygon":[[[8.63768,47.70041],[8.63674,47.66],[8.6658,47.6598],[8.6652,47.63273],[8.72337,47.63213],[8.72209,47.57814],[8.78024,47.57751],[8.77985,47.56403],[8.80894,47.56373],[8.80784,47.52317],[8.86604,47.52251],[8.86398,47.44149],[8.89286,47.44117],[8.89136,47.38725],[8.92032,47.38697],[8.9194,47.35989],[8.9774,47.35913],[8.97811,47.38616],[9.00714,47.38573],[9.00829,47.4262],[9.06642,47.42537],[9.06663,47.43883],[9.09582,47.43853],[9.09609,47.45193],[9.06718,47.45234],[9.06736,47.46583],[9.15466,47.46463],[9.15492,47.4781],[9.18411,47.47769],[9.18361,47.4642],[9.32864,47.46188],[9.32896,47.47534],[9.35818,47.47498],[9.3576,47.46141],[9.41554,47.46045],[9.41596,47.47392],[9.5031,47.47242],[9.50414,47.49935],[9.47519,47.49986],[9.47605,47.52681],[9.44717,47.5273],[9.44754,47.54084],[9.4186,47.54139],[9.42007,47.58176],[9.39114,47.58235],[9.39151,47.59577],[9.33348,47.59674],[9.33417,47.62371],[9.30526,47.6242],[9.3057,47.63765],[9.24747,47.63864],[9.24784,47.6521],[9.21899,47.65256],[9.21922,47.66603],[9.19027,47.66645],[9.19061,47.67994],[8.95774,47.68327],[8.95726,47.66973],[8.92828,47.67015],[8.9277,47.65661],[8.89867,47.65698],[8.89901,47.67047],[8.86997,47.6709],[8.87027,47.68427],[8.78304,47.68533],[8.78328,47.6988],[8.63768,47.70041]]],"terms_url":"https://opendata.swiss/en/dataset/orthofoto-2017-dop17","terms_text":"Kanton Thurgau, Orthofoto2017 RGB","description":"Digitales multispektrales Orthofotomosaik des Kantons Thurgau"},{"id":"kt_tg_radrouten","name":"Kanton Thurgau, Rad-Routen","type":"wms","template":"https://ows.geo.tg.ch/geofy_access_proxy/radwege?LAYERS=Radwege&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[10,22],"polygon":[[[8.63768,47.70041],[8.63674,47.66],[8.6658,47.6598],[8.6652,47.63273],[8.72337,47.63213],[8.72209,47.57814],[8.78024,47.57751],[8.77985,47.56403],[8.80894,47.56373],[8.80784,47.52317],[8.86604,47.52251],[8.86398,47.44149],[8.89286,47.44117],[8.89136,47.38725],[8.92032,47.38697],[8.9194,47.35989],[8.9774,47.35913],[8.97811,47.38616],[9.00714,47.38573],[9.00829,47.4262],[9.06642,47.42537],[9.06663,47.43883],[9.09582,47.43853],[9.09609,47.45193],[9.06718,47.45234],[9.06736,47.46583],[9.15466,47.46463],[9.15492,47.4781],[9.18411,47.47769],[9.18361,47.4642],[9.32864,47.46188],[9.32896,47.47534],[9.35818,47.47498],[9.3576,47.46141],[9.41554,47.46045],[9.41596,47.47392],[9.5031,47.47242],[9.50414,47.49935],[9.47519,47.49986],[9.47605,47.52681],[9.44717,47.5273],[9.44754,47.54084],[9.4186,47.54139],[9.42007,47.58176],[9.39114,47.58235],[9.39151,47.59577],[9.33348,47.59674],[9.33417,47.62371],[9.30526,47.6242],[9.3057,47.63765],[9.24747,47.63864],[9.24784,47.6521],[9.21899,47.65256],[9.21922,47.66603],[9.19027,47.66645],[9.19061,47.67994],[8.95774,47.68327],[8.95726,47.66973],[8.92828,47.67015],[8.9277,47.65661],[8.89867,47.65698],[8.89901,47.67047],[8.86997,47.6709],[8.87027,47.68427],[8.78304,47.68533],[8.78328,47.6988],[8.63768,47.70041]]],"terms_url":"https://opendata.swiss/dataset/rad-routen","terms_text":"Kanton Thurgau, Rad-Routen","description":"Langsamverkehr: Radweg-Netz (Routen) signalisiert durch Wegweiser"},{"id":"kt_tg_ww","name":"Kanton Thurgau, Wanderwege","type":"wms","template":"https://ows.geo.tg.ch/geofy_access_proxy/wanderwege?LAYERS=Wanderwege&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","polygon":[[[8.63768,47.70041],[8.63674,47.66],[8.6658,47.6598],[8.6652,47.63273],[8.72337,47.63213],[8.72209,47.57814],[8.78024,47.57751],[8.77985,47.56403],[8.80894,47.56373],[8.80784,47.52317],[8.86604,47.52251],[8.86398,47.44149],[8.89286,47.44117],[8.89136,47.38725],[8.92032,47.38697],[8.9194,47.35989],[8.9774,47.35913],[8.97811,47.38616],[9.00714,47.38573],[9.00829,47.4262],[9.06642,47.42537],[9.06663,47.43883],[9.09582,47.43853],[9.09609,47.45193],[9.06718,47.45234],[9.06736,47.46583],[9.15466,47.46463],[9.15492,47.4781],[9.18411,47.47769],[9.18361,47.4642],[9.32864,47.46188],[9.32896,47.47534],[9.35818,47.47498],[9.3576,47.46141],[9.41554,47.46045],[9.41596,47.47392],[9.5031,47.47242],[9.50414,47.49935],[9.47519,47.49986],[9.47605,47.52681],[9.44717,47.5273],[9.44754,47.54084],[9.4186,47.54139],[9.42007,47.58176],[9.39114,47.58235],[9.39151,47.59577],[9.33348,47.59674],[9.33417,47.62371],[9.30526,47.6242],[9.3057,47.63765],[9.24747,47.63864],[9.24784,47.6521],[9.21899,47.65256],[9.21922,47.66603],[9.19027,47.66645],[9.19061,47.67994],[8.95774,47.68327],[8.95726,47.66973],[8.92828,47.67015],[8.9277,47.65661],[8.89867,47.65698],[8.89901,47.67047],[8.86997,47.6709],[8.87027,47.68427],[8.78304,47.68533],[8.78328,47.6988],[8.63768,47.70041]]],"terms_url":"https://opendata.swiss/dataset/wanderwege","terms_text":"Kanton Thurgau, Wanderwege","description":"Langsamverkehr: Verlauf der Wanderwege mit symbolischer Darstellung der Wegweiser, Unterführungen, Treppen und Brücken. Informationen über die Wegoberfläche und Rollstuhlgängigkeit."},{"id":"Zug-2019-wms","name":"Kanton Zug (Walchwil und Zug (Alpli)) 2019","type":"wms","template":"https://services.geo.zg.ch/ows/Orthofotos?LAYERS=zg.orthofoto_2019_kt_zg&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[6,22],"polygon":[[[8.49387,47.11529],[8.51839,47.08532],[8.51862,47.08507],[8.51862,47.08507],[8.57399,47.07633],[8.58655,47.07954],[8.55582,47.129],[8.5121,47.13373],[8.49387,47.11529]]],"terms_text":"GIS Kanton Zug","best":true,"description":"Orthofoto für das Gebiet von Walchwil und Zug (Alpli). Die Befliegung für das genannte Orthofoto fand am 29. März 2019 statt."},{"id":"Zug-2011","name":"Kanton Zug 2011","type":"wms","template":"https://services.geo.zg.ch/ows/Orthofotos?LAYERS=zg.orthofoto_2011_kt_zg&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[8.38726,47.10908],[8.43996,47.10863],[8.43969,47.09967],[8.49245,47.09917],[8.49204,47.0812],[8.59746,47.08015],[8.59764,47.08915],[8.65031,47.08863],[8.65052,47.09761],[8.66371,47.0975],[8.66389,47.10647],[8.67706,47.10634],[8.67731,47.1153],[8.69046,47.11516],[8.69105,47.14215],[8.70427,47.14203],[8.7049,47.16899],[8.66534,47.16943],[8.66555,47.17844],[8.63914,47.1787],[8.63934,47.18769],[8.62618,47.18783],[8.62658,47.20582],[8.61338,47.20594],[8.61357,47.21495],[8.60037,47.21507],[8.60057,47.22407],[8.42894,47.22567],[8.42944,47.25265],[8.38983,47.25303],[8.38726,47.10908]]],"terms_text":"GIS Kanton Zug","description":"Ausdehnung: ganzer Kanton Aufloesung: 10cm per Pixel Bildflug: 1.4.2011"},{"id":"Zug-2018","name":"Kanton Zug Gemeinde Zug Süd 2018","type":"wms","template":"https://services.geo.zg.ch/ows/Orthofotos?LAYERS=zg.orthofoto_2018_kt_zg&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[6,22],"polygon":[[[8.50052,47.11291],[8.55098,47.12132],[8.54924,47.13843],[8.5652,47.14929],[8.56415,47.15299],[8.51099,47.15916],[8.50466,47.14722],[8.50322,47.13933],[8.50462,47.13724],[8.49538,47.12653],[8.49451,47.12364],[8.49638,47.11761],[8.50052,47.11291]]],"terms_text":"GIS Kanton Zug","description":"Orthofoto fuer den Suedteil der Gemeinde Zug. Geflogen per Drohne an mehreren Tagen Anfangs April 2018. 10cm Aufloesung per Pixel. Abdeckung: Suedteil der Gemeinde Zug Befliegung vor Laubaustrieb, ohne Schneeabdeckung."},{"id":"Zug-2021-wms","name":"Kanton Zug Menzingen 2021 6.5 cm","type":"wms","template":"https://services.geo.zg.ch/ows/Orthofotos?LAYERS=zg.orthofoto_2021_kt_zg&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[6,22],"polygon":[[[8.66682,47.14703],[8.66682,47.20575],[8.55371,47.20575],[8.55371,47.14703],[8.66682,47.14703]]],"terms_text":"GIS Kanton Zug","best":true,"description":"Orthofoto der Gemeinde Menzingen."},{"id":"Zug-2020-wms","name":"Kanton Zug Neuheim 2020 3.5 cm","type":"wms","template":"https://services.geo.zg.ch/ows/Orthofotos?LAYERS=zg.orthofoto_2020_kt_zg&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[6,22],"polygon":[[[8.61184,47.18481],[8.61184,47.21892],[8.55749,47.21892],[8.55749,47.18481],[8.61184,47.18481]]],"terms_text":"GIS Kanton Zug","best":true,"description":"Orthofoto der Gemeinde Neuheim."},{"id":"Zug-2016","name":"Kanton Zug Nord 2016","type":"wms","template":"https://services.geo.zg.ch/ows/Orthofotos?LAYERS=zg.orthofoto_2016_kt_zg&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[8.41093,47.16521],[8.44723,47.16256],[8.50686,47.162],[8.50658,47.15268],[8.53594,47.15205],[8.56428,47.14944],[8.57535,47.14926],[8.57946,47.17083],[8.57951,47.22275],[8.5294,47.22688],[8.48056,47.2125],[8.43891,47.22945],[8.42336,47.22958],[8.419,47.23722],[8.40754,47.23725],[8.40759,47.16918],[8.41093,47.16521]]],"terms_text":"GIS Kanton Zug","description":"Orthofoto fuer den Nordteil des Kantons Zug. Geflogen am 20.04.2016. 10cm Aufloesung per Pixel. Abdeckung: Gemeinden Cham, Steinhausen und Baar, sowie Teile von Zug Befliegung vor Laubaustrieb, ohne Schneeabdeckung."},{"id":"OGDLidarZH-DOM","name":"Kanton Zurich, Oberflächenschummerung 2014 50cm","type":"wms","template":"https://wms.zh.ch/OGDLidarZH?LAYERS=dom2014_relief&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Oberflächenschummerung"},{"id":"OGDLidarZH-DOM-2017","name":"Kanton Zurich, Oberflächenschummerung 2017","type":"wms","template":"https://wms.zh.ch/OGDLidarZH?LAYERS=dom2017_relief&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Oberflächenschummerung"},{"id":"OGDOrthoZH2016","name":"Kanton Zurich, Orthofoto ZH Frühjahr 2015/16 RGB 10cm","type":"wms","template":"https://wms.zh.ch/OGDOrthoZH?SERVICE=WMS&VERSION=1.3.0&STYLES=&REQUEST=GetMap&LAYERS=ortho_w_2015&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Orthofoto ZH Frühjahr 2015/16 RGB"},{"id":"OGDOrthoZH2021","name":"Kanton Zurich, Orthofoto ZH Frühjahr 2021 RGB 5cm","type":"wms","template":"https://wms.zh.ch/OGDOrthoZH?LAYERS=ortho_w_2021&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Orthofoto ZH Frühjahr 2021 RGB 5cm","best":true},{"id":"OGDOrthoZH2015","name":"Kanton Zurich, Orthofoto ZH Sommer 2014/15 RGB 10cm","type":"wms","template":"https://wms.zh.ch/OGDOrthoZH?SERVICE=WMS&VERSION=1.3.0&STYLES=&REQUEST=GetMap&LAYERS=ortho_s_2014&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Orthofoto ZH Sommer 2014/15 RGB"},{"id":"OGDOrthoZH2018","name":"Kanton Zurich, Orthofoto ZH Sommer 2018 RGB 10cm","type":"wms","template":"https://wms.zh.ch/OGDOrthoZH?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&STYLES=&LAYERS=ortho_s_2018&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Orthofoto ZH Sommer 2018 RGB"},{"id":"OGDOrthoZH2020","name":"Kanton Zurich, Orthofoto ZH Sommer 2020 RGB 5cm","type":"wms","template":"https://wms.zh.ch/OGDOrthoZH?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&STYLES=&LAYERS=ortho_s_2020&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Orthofoto ZH Sommer 2020 RGB","best":true},{"id":"OGDLidarZH-DTM","name":"Kanton Zurich, Terrainschummerung 2014 50cm","type":"wms","template":"https://wms.zh.ch/OGDLidarZH?LAYERS=dtm2014_relief&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Terrainschummerung"},{"id":"OGDLidarZH-DTM-2017","name":"Kanton Zurich, Terrainschummerung 2017","type":"wms","template":"https://wms.zh.ch/OGDLidarZH?LAYERS=dtm2017_relief&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Terrainschummerung"},{"id":"kartverket-abas","name":"Kartverket Administrative Boundaries overlay","type":"wms","template":"https://wms.geonorge.no/skwms1/wms.adm_enheter2?LAYERS=fylker_gjel,kommuner_gjel&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[1,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.kartverket.no/kunnskap/Norges-grenser/","terms_text":"© Kartverket","description":"Official administrative boundaries at the national, county and municipality levels","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png","overlay":true},{"id":"kartverket-luftfartshindre","name":"Kartverket Aviation Obstructions overlay","type":"wms","template":"https://openwms.statkart.no/skwms1/wms.nrl5?LAYERS=nrl5&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[11,20],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://kartverket.no/","terms_text":"© Kartverket","description":"Vertical obstructions to aircrafts, above 15m in rural areas and 30m in urban areas (e.g. masts, towers, high buildings, power lines)","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png","overlay":true},{"id":"kartverket-bygninger","name":"Kartverket Buildings overlay","type":"wms","template":"https://openwms.statkart.no/skwms1/wms.inspire_bu?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=BU.Building&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[14,20],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.kartverket.no/","terms_text":"© Kartverket","description":"INSPIRE buildings for Norway.","icon":"data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjczNnB0IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB2aWV3Qm94PSIwIDAgNzM2IDczNiIgd2lkdGg9IjczNnB0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xNDMuNSAzYy0xMi4xIDMuOS0yMS43IDEzLjYtMjUuNSAyNS43LTIgNi40LTIgOS0yIDEzOC45IDAgNzIuOC4yIDEzMi40LjUgMTMyLjRzNC45LTMuMyAxMC4yLTcuNGMzNC40LTI2IDYwLjEtMzYuOSA5Mi4zLTM5LjIgMTguOC0xLjMgNDYuOCAzLjMgNjUuNSAxMC43IDE5LjcgNy45IDMxLjYgMTYuMiA2NSA0NS40IDM3LjQgMzIuOSA2My42IDUxLjggOTcuMyA3MC42IDQ4LjUgMjcgOTUuNiAyMy43IDE2MC0xMS40bDEzLjItNy4yLS4yLTE2NS0uMy0xNjUtMi4yLTUuM2MtNC42LTExLjItMTMuOC0xOS43LTI1LTIzLjItNi40LTItOS4yLTItMjI0LjctMS45LTIxMS45IDAtMjE4LjMuMS0yMjQuMSAxLjl6IiBmaWxsPSIjMDA5ODNhIi8+PHBhdGggZD0ibTIwNiAzNjkuNWMtMjQuNiAzLjktNTAuMiAxMy4yLTc4LjcgMjguN2wtMTEuMyA2LjEuMiAxNTEuMS4zIDE1MS4xIDMuMiA2LjdjNCA4LjUgMTAuNiAxNS4xIDE5LjEgMTkuMWw2LjcgMy4yaDIyMi41IDIyMi41bDYuNy0zLjJjOC41LTQgMTUuMS0xMC42IDE5LjEtMTkuMWwzLjItNi43LjMtMTIzLjhjLjEtNjggMC0xMjMuNy0uMy0xMjMuNy0uMiAwLTYuNiAzLjQtMTQuMiA3LjYtNTUuOSAzMS05Ni4yIDM5LjUtMTM3LjggMjguOS0yMi40LTUuNy0zOS0xNS40LTgxLjUtNDguMS00Ny45LTM2LjctOTQuNC02NS4yLTExOS42LTczLjMtMTguNC01LjgtNDEuMi03LjYtNjAuNC00LjZ6IiBmaWxsPSIjMDA0ZjlkIi8+PC9zdmc+","overlay":true},{"id":"kartverket-matrikkel","name":"Kartverket Cadastral overlay","type":"wms","template":"https://wms.geonorge.no/skwms1/wms.matrikkel?LAYERS=matrikkel_WMS&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[14,20],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://seeiendom.kartverket.no","terms_text":"© Kartverket","description":"Real estate boundaries from the official land register (`matrikkelen´). Monthly update.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png","overlay":true},{"id":"kartverket-hoydekurver","name":"Kartverket Contour Lines overlay","type":"wms","template":"https://openwms.statkart.no/skwms1/wms.topo4?LAYERS=hoydetall5linje,hoydetall5punkt,hoydepunkt,vannpunkt,hoydekurver_1m,hoydekurver_5m,N50Hoydekurver,N250Hoydekurver,N500Hoydekurver,N1000Hoydekurver,N2000Hoydekurver&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","zoomExtent":[9,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.kartverket.no/Prosjekter/Nasjonal-detaljert-hoydemodell/","terms_text":"© Kartverket","description":"Contours for Norway","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png","overlay":true},{"id":"kartverket-dom-skygge","name":"Kartverket DOM Digital Surface Model","type":"wms","template":"https://wms.geonorge.no/skwms1/wms.hoyde-dom?LAYERS=DOM:skyggerelieff&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","zoomExtent":[0,24],"polygon":[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],"terms_url":"https://hoydedata.no/","terms_text":"© Kartverket","description":"Shaded relief representation of the Norwegian digital surface model (DOM), i.e. earth surface including trees, buildings and other objects on top of it.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png"},{"id":"kartverket-dtm-skygge","name":"Kartverket DTM Digital Terrain Model","type":"wms","template":"https://wms.geonorge.no/skwms1/wms.hoyde-dtm?LAYERS=DTM:skyggerelieff&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","zoomExtent":[0,24],"polygon":[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],"terms_url":"https://hoydedata.no/","terms_text":"© Kartverket","description":"Shaded relief representation of the Norwegian digital terrain model (DTM), i.e. earth surface without trees, buildings and other objects.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png"},{"id":"kartverket-ok-1st","name":"Kartverket Economic Maps (historic)","type":"wms","template":"https://wms.geonorge.no/skwms1/wms.n5raster2?LAYERS=n5raster_foerstegang_metadata,n5raster_foerstegang&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicmap","projection":"EPSG:3857","zoomExtent":[11,20],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.kartverket.no/kunnskap/historie/kartverkets-historiske-arkiv/","terms_text":"© Kartverket","description":"1st edition of historic Economic maps for Norway 1960-90s (`Økonomisk kartverk´). Available from zoom 16. Please correct local imagery offset.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png"},{"id":"kartverket-friluft","name":"Kartverket Hiking Trails","type":"wms","template":"https://wms.geonorge.no/skwms1/wms.friluftsruter2?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Fotrute&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[6,24],"polygon":[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],"terms_url":"https://kartverket.no/geodataarbeid/temadata/nasjonal-database-for-tur--og-friluftsruter/","terms_text":"© Kartverket","description":"Hiking trails from the Norwegian database `Tur- og Friluftsruter´, including DNT routes.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png","overlay":true},{"id":"kartverket-fjellskygge","name":"Kartverket Hillshade overlay","type":"tms","template":"https://opencache{switch:,2,3}.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=fjellskygge&zoom={zoom}&x={x}&y={y}","category":"elevation","zoomExtent":[9,15],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://kartkatalog.geonorge.no/metadata/kartverket/fjellskygge-cache/cca7c129-fe66-4c96-9091-40d92290dd81","terms_text":"© Kartverket","description":"Hillshade for Norway","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png","overlay":true},{"id":"kartverket-historic","name":"Kartverket Historic maps","type":"wms","template":"https://wms.geonorge.no/skwms1/wms.historiskekart?LAYERS=amt1&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicmap","projection":"EPSG:3857","zoomExtent":[5,15],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.kartverket.no/kart/historiske-kart/","terms_text":"© Kartverket","description":"Historic maps - for the time being `Amtskartserien´ 1826-1917.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png"},{"id":"kartverket-sjokart","name":"Kartverket Nautical Charts","type":"tms","template":"https://opencache{switch:,2,3}.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=sjokartraster&zoom={zoom}&x={x}&y={y}","category":"map","zoomExtent":[3,20],"polygon":[[[-125.00167,-78.99977],[-125.00321,-70.54878],[-173.00076,-70.54952],[-172.99922,-79.0002],[-125.00167,-78.99977]],[[-15.0239,-72.99613],[33.32144,-73.0009],[33.3326,-60.17016],[-15.01273,-60.16205],[-15.0239,-72.99613]],[[1.77704,61.36251],[1.47215,58.45924],[2.60924,56.59428],[3.24857,56.08599],[8.88244,57.69534],[10.03051,58.25173],[11.08246,58.96771],[11.50166,58.95444],[11.50266,63.28307],[14.47997,66.2558],[18.3032,68.36681],[21.46179,69.57098],[30.3511,69.56882],[32.07458,70.27336],[36.95796,73.68962],[37.99619,75.79673],[37.96874,78.62784],[34.98861,82.3401],[5.85587,82.34863],[-3.60356,79.12998],[-5.11965,74.39626],[-12.43655,72.58741],[-13.73292,69.76376],[-0.49301,63.88665],[1.77704,61.36251]]],"terms_url":"https://www.kartverket.no/Kart/Sjokart/","terms_text":"© Kartverket","description":"Norwegian nautical charts (includes Spitsbergen/Svalbard and Antarctica). Raster representation of paper charts. Updated biweekly.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png"},{"id":"kartverket-vegnett","name":"Kartverket Road Network","type":"wms","template":"https://openwms.statkart.no/skwms1/wms.vegnett2?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=vegnett2&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[3,24],"polygon":[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],"terms_url":"https://www.kartverket.no/data/kartdata/vegdata/","terms_text":"© Kartverket","description":"Norwegian road network from the National Road database (NVDB). Colours represent national, county, municipal, private and forest roads + footways/cycleways.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png","overlay":true},{"id":"kartverket-topo4","name":"Kartverket topo","type":"tms","template":"https://cache.kartverket.no/topo/v1/wmts/1.0.0/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=topo&STYLE=default&FORMAT=image/png&tileMatrixSet=googlemaps&tileMatrix={zoom}&tileRow={y}&tileCol={x}","category":"map","zoomExtent":[3,19],"polygon":[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],"terms_url":"https://www.kartverket.no/","terms_text":"© Kartverket","description":"Topographic map, equivalent to Norway 1:50.000 map series at zoom 15.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png"},{"id":"King_WA_2019","name":"King County Orthoimagery (2019)","type":"tms","template":"https://gismaps.kingcounty.gov/arcgis/rest/services/BaseMaps/KingCo_Aerial_2019/MapServer/WMTS/tile/1.0.0/BaseMaps_KingCo_Aerial_2019/default/default028mm/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-122.54845,47.31598],[-122.42753,47.31774],[-122.4269,47.29719],[-122.39668,47.29761],[-122.39607,47.27705],[-122.36586,47.27747],[-122.36464,47.23637],[-122.15337,47.23902],[-122.15234,47.1979],[-122.12216,47.19825],[-122.12166,47.17769],[-122.09152,47.17804],[-122.09103,47.15748],[-122.0006,47.15844],[-122.00015,47.13789],[-121.97002,47.1382],[-121.96958,47.11764],[-121.87923,47.11851],[-121.87963,47.13907],[-121.63859,47.14105],[-121.63827,47.12049],[-121.60815,47.1207],[-121.60785,47.10014],[-121.51751,47.10073],[-121.51725,47.08017],[-121.48715,47.08035],[-121.4869,47.05978],[-121.36655,47.06042],[-121.36676,47.08098],[-121.33667,47.08112],[-121.33686,47.10167],[-121.30675,47.10181],[-121.30694,47.12237],[-121.27683,47.12249],[-121.27768,47.22529],[-121.30786,47.22517],[-121.30842,47.28685],[-121.33864,47.28672],[-121.33884,47.30728],[-121.3993,47.307],[-121.40019,47.38924],[-121.36991,47.38938],[-121.37054,47.45107],[-121.30992,47.45134],[-121.31011,47.4719],[-121.27978,47.47202],[-121.27996,47.49258],[-121.24963,47.4927],[-121.24979,47.51326],[-121.21944,47.51337],[-121.21975,47.5545],[-121.159,47.55468],[-121.15912,47.57524],[-121.09836,47.5754],[-121.09889,47.6782],[-121.038,47.67832],[-121.03823,47.74002],[-121.06875,47.73996],[-121.06891,47.78107],[-121.09943,47.78102],[-121.09948,47.80158],[-121.95393,47.79639],[-121.95571,47.87861],[-122.13907,47.87667],[-122.14114,47.9589],[-122.35268,47.95636],[-122.54845,47.31598]]],"terms_url":"https://kingcounty.gov/services/gis.aspx","terms_text":"King County Geographic Information System","description":"The 2019 orthoimagery for King County in the State of Washington","icon":"https://kingcounty.gov/img/KClogo-horiz-black-lg.gif"},{"id":"King_WA_2021","name":"King County Orthoimagery (2021)","type":"tms","template":"https://gismaps.kingcounty.gov/arcgis/rest/services/BaseMaps/KingCo_Aerial_2021/MapServer/WMTS/tile/1.0.0/BaseMaps_KingCo_Aerial_2021/default/default028mm/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-122.54845,47.31598],[-122.42753,47.31774],[-122.4269,47.29719],[-122.39668,47.29761],[-122.39607,47.27705],[-122.36586,47.27747],[-122.36464,47.23637],[-122.15337,47.23902],[-122.15234,47.1979],[-122.12216,47.19825],[-122.12166,47.17769],[-122.09152,47.17804],[-122.09103,47.15748],[-122.0006,47.15844],[-122.00015,47.13789],[-121.97002,47.1382],[-121.96958,47.11764],[-121.87923,47.11851],[-121.87963,47.13907],[-121.63859,47.14105],[-121.63827,47.12049],[-121.60815,47.1207],[-121.60785,47.10014],[-121.51751,47.10073],[-121.51725,47.08017],[-121.48715,47.08035],[-121.4869,47.05978],[-121.36655,47.06042],[-121.36676,47.08098],[-121.33667,47.08112],[-121.33686,47.10167],[-121.30675,47.10181],[-121.30694,47.12237],[-121.27683,47.12249],[-121.27768,47.22529],[-121.30786,47.22517],[-121.30842,47.28685],[-121.33864,47.28672],[-121.33884,47.30728],[-121.3993,47.307],[-121.40019,47.38924],[-121.36991,47.38938],[-121.37054,47.45107],[-121.30992,47.45134],[-121.31011,47.4719],[-121.27978,47.47202],[-121.27996,47.49258],[-121.24963,47.4927],[-121.24979,47.51326],[-121.21944,47.51337],[-121.21975,47.5545],[-121.159,47.55468],[-121.15912,47.57524],[-121.09836,47.5754],[-121.09889,47.6782],[-121.038,47.67832],[-121.03823,47.74002],[-121.06875,47.73996],[-121.06891,47.78107],[-121.09943,47.78102],[-121.09948,47.80158],[-121.95393,47.79639],[-121.95571,47.87861],[-122.13907,47.87667],[-122.14114,47.9589],[-122.35268,47.95636],[-122.54845,47.31598]]],"terms_url":"https://kingcounty.gov/services/gis.aspx","terms_text":"King County Geographic Information System","description":"2021 orthoimagery for King County in the State of Washington","icon":"https://kingcounty.gov/img/KClogo-horiz-black-lg.gif"},{"id":"King_WA_2023","name":"King County Orthoimagery (2023)","type":"tms","template":"https://gismaps.kingcounty.gov/arcgis/rest/services/BaseMaps/KingCo_Aerial_2023/MapServer/WMTS/tile/1.0.0/BaseMaps_KingCo_Aerial_2023/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-122.54845,47.31598],[-122.42753,47.31774],[-122.4269,47.29719],[-122.39668,47.29761],[-122.39607,47.27705],[-122.36586,47.27747],[-122.36464,47.23637],[-122.15337,47.23902],[-122.15234,47.1979],[-122.12216,47.19825],[-122.12166,47.17769],[-122.09152,47.17804],[-122.09103,47.15748],[-122.0006,47.15844],[-122.00015,47.13789],[-121.97002,47.1382],[-121.96958,47.11764],[-121.87923,47.11851],[-121.87963,47.13907],[-121.63859,47.14105],[-121.63827,47.12049],[-121.60815,47.1207],[-121.60785,47.10014],[-121.51751,47.10073],[-121.51725,47.08017],[-121.48715,47.08035],[-121.4869,47.05978],[-121.36655,47.06042],[-121.36676,47.08098],[-121.33667,47.08112],[-121.33686,47.10167],[-121.30675,47.10181],[-121.30694,47.12237],[-121.27683,47.12249],[-121.27768,47.22529],[-121.30786,47.22517],[-121.30842,47.28685],[-121.33864,47.28672],[-121.33884,47.30728],[-121.3993,47.307],[-121.40019,47.38924],[-121.36991,47.38938],[-121.37054,47.45107],[-121.30992,47.45134],[-121.31011,47.4719],[-121.27978,47.47202],[-121.27996,47.49258],[-121.24963,47.4927],[-121.24979,47.51326],[-121.21944,47.51337],[-121.21975,47.5545],[-121.159,47.55468],[-121.15912,47.57524],[-121.09836,47.5754],[-121.09889,47.6782],[-121.038,47.67832],[-121.03823,47.74002],[-121.06875,47.73996],[-121.06891,47.78107],[-121.09943,47.78102],[-121.09948,47.80158],[-121.95393,47.79639],[-121.95571,47.87861],[-122.13907,47.87667],[-122.14114,47.9589],[-122.35268,47.95636],[-122.54845,47.31598]]],"terms_url":"https://kingcounty.gov/services/gis.aspx","terms_text":"King County Geographic Information System","description":"2023 orthoimagery for King County in the State of Washington","icon":"https://cds.kingcounty.gov/KClogo-black.gif"},{"id":"osmfj-kouchi-2020","name":"Kouchi city Imagery 2020","type":"tms","template":"https://tiles.osmf.jp/kouchi-shi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2021-03-31T00:00:00.000Z","startDate":"2020-04-23T00:00:00.000Z","zoomExtent":[10,18],"polygon":[[[133.39096,33.68555],[133.39005,33.45641],[133.6314,33.45574],[133.63231,33.68488],[133.39096,33.68555]]],"terms_text":"OSMFJ_Ortho","description":"Kokyo Sokuryo Orthoimagery from Kouchi-shi, 2020"},{"id":"KYAPED_Phase_1","name":"KyFromAbove Aerial Imagery (2012-2014)","type":"wms","template":"https://kyraster.ky.gov/arcgis/services/ImageServices/Ky_KYAPED_Imagery_WGS84WM/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","zoomExtent":[3,20],"polygon":[[[-89.55251,36.57723],[-89.55264,36.57718],[-89.57151,36.55257],[-89.54296,36.50496],[-89.53912,36.4981],[-89.4885,36.49755],[-89.4852,36.49745],[-89.46589,36.52995],[-89.46545,36.53616],[-89.4808,36.56969],[-89.48089,36.56977],[-89.5205,36.57943],[-89.52234,36.58018],[-89.55251,36.57723]],[[-89.36555,36.62506],[-89.37545,36.61572],[-89.37637,36.61387],[-89.41729,36.49903],[-89.34795,36.50308],[-89.30028,36.50715],[-88.06598,36.49774],[-88.05332,36.49712],[-88.0453,36.50408],[-88.03948,36.51041],[-88.03413,36.53112],[-88.03249,36.54066],[-88.0412,36.58412],[-88.04513,36.60294],[-88.06821,36.65975],[-88.07053,36.67812],[-87.85045,36.6651],[-87.85354,36.63507],[-87.69783,36.637],[-87.69385,36.63707],[-87.68285,36.70333],[-87.67503,36.7501],[-87.67186,36.8785],[-87.66,36.96624],[-87.72956,36.9999],[-87.73366,37.00209],[-87.7106,37.02156],[-87.68078,37.14928],[-87.66878,37.14975],[-87.64964,37.14692],[-87.52378,37.10601],[-87.52029,37.10516],[-87.48508,37.12661],[-87.37442,37.13381],[-87.35981,37.1499],[-87.35998,37.1567],[-87.34036,37.15745],[-87.33626,37.1548],[-87.3151,37.18731],[-87.31174,37.19144],[-87.34575,37.21178],[-87.34988,37.2149],[-87.34719,37.2231],[-87.349,37.22625],[-87.37141,37.24404],[-87.36402,37.24914],[-87.38553,37.25335],[-87.38852,37.25738],[-87.38414,37.2901],[-87.38602,37.29551],[-87.37801,37.29926],[-87.37221,37.29889],[-87.3793,37.30468],[-87.38004,37.31102],[-87.37377,37.31474],[-87.37091,37.31614],[-87.35457,37.3105],[-87.34586,37.30973],[-87.33775,37.33252],[-87.33726,37.33615],[-87.31243,37.36282],[-87.30045,37.37026],[-87.30749,37.37378],[-87.3093,37.37693],[-87.30595,37.38197],[-87.29575,37.39164],[-87.33332,37.41148],[-87.3528,37.42569],[-87.3548,37.48279],[-87.36243,37.4863],[-87.35148,37.51231],[-87.34924,37.51552],[-87.35952,37.53213],[-87.36652,37.53339],[-87.36037,37.54255],[-87.35931,37.54665],[-87.37499,37.56998],[-87.37986,37.57898],[-87.39521,37.58871],[-87.46038,37.59267],[-87.4803,37.59914],[-87.49965,37.62694],[-87.49557,37.64786],[-87.73424,37.63828],[-87.94307,37.46638],[-87.94375,37.46563],[-87.93037,37.41046],[-87.93019,37.4092],[-87.91391,37.41123],[-87.91313,37.41104],[-87.91564,37.40477],[-87.91545,37.40448],[-87.90281,37.39822],[-87.90195,37.39824],[-87.86945,37.40519],[-87.86876,37.40518],[-87.86164,37.40894],[-87.86131,37.40954],[-87.86595,37.41683],[-87.86561,37.41728],[-87.84737,37.42062],[-87.84638,37.42046],[-87.84426,37.39512],[-87.84426,37.39482],[-87.85904,37.39277],[-87.85964,37.39241],[-87.86,37.38071],[-87.86003,37.3802],[-87.84335,37.37468],[-87.84282,37.37469],[-87.81953,37.38776],[-87.81861,37.38832],[-87.81061,37.37686],[-87.81042,37.37645],[-87.80095,37.3794],[-87.80122,37.37898],[-88.05239,37.23751],[-88.05269,37.22934],[-88.07805,37.22699],[-88.08885,37.22178],[-88.08231,37.21647],[-88.08042,37.21198],[-88.08376,37.20828],[-88.08891,37.20681],[-88.08443,37.1942],[-88.08301,37.18652],[-88.09489,37.17947],[-88.10183,37.17932],[-88.10889,37.16647],[-88.1099,37.16237],[-88.13168,37.15736],[-88.13252,37.14872],[-88.14131,37.15216],[-88.14428,37.15436],[-88.16293,37.14307],[-88.16557,37.13575],[-88.1919,37.12927],[-88.1966,37.13144],[-88.18787,37.16156],[-88.19039,37.1674],[-88.21927,37.18309],[-88.21986,37.18353],[-88.20455,37.20746],[-88.20065,37.21162],[-88.20258,37.23289],[-88.20032,37.23431],[-88.21851,37.27335],[-88.29375,37.33559],[-88.29557,37.33782],[-88.30556,37.37206],[-88.29948,37.37991],[-88.31327,37.39228],[-88.31811,37.39761],[-88.36547,37.40166],[-88.37121,37.40273],[-88.40624,37.42479],[-88.40881,37.42522],[-88.46586,37.40055],[-88.47022,37.39625],[-88.48672,37.34015],[-88.48695,37.3396],[-88.51406,37.29246],[-88.51486,37.29069],[-88.50409,37.26514],[-88.50382,37.26485],[-88.5123,37.26295],[-88.51187,37.26201],[-88.45005,37.2062],[-88.44982,37.20599],[-88.42533,37.15421],[-88.42462,37.15173],[-88.44912,37.08875],[-88.44919,37.08776],[-88.45919,37.07523],[-88.46019,37.07447],[-88.48622,37.06659],[-88.48605,37.0648],[-88.56528,37.07521],[-88.56587,37.0752],[-88.62221,37.11775],[-88.62589,37.11946],[-88.68777,37.13938],[-88.69398,37.14115],[-88.73125,37.14368],[-88.73211,37.14396],[-88.78695,37.17858],[-88.79737,37.18485],[-88.83505,37.19649],[-88.86953,37.20971],[-88.9273,37.22636],[-88.93175,37.22759],[-88.98326,37.22868],[-89.00097,37.2244],[-89.07622,37.17513],[-89.08653,37.1656],[-89.10403,37.13197],[-89.11119,37.11905],[-89.15129,37.09049],[-89.1545,37.08891],[-89.17858,37.055],[-89.17938,37.05301],[-89.18248,37.03748],[-89.18251,37.03728],[-89.1736,37.01141],[-89.17112,37.00807],[-89.13844,36.98509],[-89.13301,36.982],[-89.1183,36.98188],[-89.11503,36.98033],[-89.09901,36.96139],[-89.09884,36.95785],[-89.13194,36.85744],[-89.13797,36.84735],[-89.17718,36.83578],[-89.17815,36.83459],[-89.17923,36.81291],[-89.17875,36.80993],[-89.17107,36.79812],[-89.16846,36.79557],[-89.13321,36.78823],[-89.12892,36.78768],[-89.11685,36.77561],[-89.11607,36.77242],[-89.12243,36.75484],[-89.12613,36.75173],[-89.15699,36.75597],[-89.16689,36.75963],[-89.19155,36.74722],[-89.19781,36.73941],[-89.20073,36.72014],[-89.19948,36.71605],[-89.17484,36.69396],[-89.16952,36.68888],[-89.16872,36.67189],[-89.15908,36.66635],[-89.18775,36.64111],[-89.19254,36.636],[-89.20261,36.60158],[-89.21356,36.58012],[-89.23184,36.56812],[-89.23654,36.56682],[-89.26806,36.56891],[-89.27171,36.57139],[-89.31943,36.62739],[-89.32472,36.63108],[-89.36486,36.62532],[-89.36555,36.62506]],[[-86.0832,38.00266],[-86.08252,37.80823],[-86.15172,37.79892],[-86.27537,37.5933],[-86.27184,37.58879],[-86.26139,37.58885],[-86.25214,37.59435],[-86.24634,37.59438],[-86.23343,37.58086],[-86.23221,37.57543],[-86.22002,37.57596],[-86.21075,37.57737],[-86.18677,37.56028],[-86.18035,37.55624],[-86.16999,37.56582],[-86.16419,37.56721],[-86.15428,37.56228],[-86.14613,37.5596],[-86.11425,37.56611],[-86.1131,37.56657],[-86.05621,37.4916],[-86.05151,37.48301],[-86.06584,37.46073],[-86.06756,37.458],[-86.05997,37.45123],[-86.05647,37.44853],[-86.05415,37.44899],[-86.05071,37.45354],[-86.00023,37.44696],[-85.8912,37.44011],[-85.89011,37.45144],[-85.89426,37.47002],[-85.88848,37.47366],[-85.87493,37.54533],[-85.83905,37.56901],[-85.82107,37.57404],[-85.80725,37.60173],[-85.7974,37.60855],[-85.80326,37.62032],[-85.80211,37.62305],[-85.73423,37.65674],[-85.68093,37.73207],[-85.65181,37.71806],[-85.6454,37.71308],[-85.63781,37.69632],[-85.63432,37.69406],[-85.60059,37.69908],[-85.59244,37.69364],[-85.6011,37.64604],[-85.60051,37.6397],[-85.58714,37.64469],[-85.58366,37.64424],[-85.57725,37.63926],[-85.57319,37.6379],[-85.57376,37.62838],[-85.56853,37.62295],[-85.57027,37.61751],[-85.57375,37.61705],[-85.57899,37.62611],[-85.58422,37.62566],[-85.5906,37.61613],[-85.59524,37.61341],[-85.61326,37.61612],[-85.615,37.61475],[-85.59464,37.59891],[-85.59464,37.59755],[-85.60219,37.59346],[-85.60683,37.59074],[-85.60564,37.57532],[-85.60505,37.56581],[-85.62302,37.55174],[-85.6265,37.54493],[-85.62417,37.5404],[-85.61778,37.54086],[-85.60735,37.54813],[-85.60212,37.54723],[-85.59341,37.54406],[-85.59514,37.53545],[-85.57134,37.5273],[-85.56495,37.52277],[-85.55393,37.53184],[-85.54697,37.53049],[-85.55105,37.5536],[-85.54408,37.56222],[-85.5348,37.56313],[-85.52667,37.56267],[-85.52144,37.55361],[-85.45053,37.68596],[-85.40147,37.73066],[-85.3873,37.7404],[-85.38629,37.74075],[-85.37373,37.73951],[-85.3733,37.73981],[-85.37495,37.76461],[-85.37454,37.7652],[-85.35546,37.75756],[-85.35345,37.75735],[-85.34591,37.76225],[-85.34548,37.76249],[-85.35624,37.78367],[-85.35601,37.78403],[-85.34029,37.78005],[-85.33859,37.77992],[-85.33649,37.78663],[-85.33574,37.78739],[-85.31214,37.79132],[-85.30818,37.79364],[-85.31532,37.80739],[-85.31527,37.80793],[-85.29908,37.83149],[-85.29844,37.83233],[-85.27861,37.83666],[-85.2776,37.83756],[-85.28027,37.85154],[-85.27953,37.85236],[-85.26827,37.84471],[-85.26784,37.84444],[-85.24567,37.84685],[-85.245,37.84689],[-85.25585,37.86503],[-85.25535,37.86583],[-85.24147,37.86229],[-85.24042,37.86243],[-85.23106,37.87044],[-85.23037,37.87061],[-85.22767,37.85492],[-85.22677,37.85501],[-85.21773,37.87142],[-85.21668,37.87141],[-85.21842,37.85492],[-85.21843,37.85427],[-85.20506,37.84608],[-85.20421,37.84624],[-85.20148,37.85319],[-85.19627,37.85603],[-85.20615,37.8633],[-85.19853,37.8728],[-85.1956,37.87642],[-85.19963,37.89003],[-85.199,37.90091],[-85.18916,37.88457],[-85.18683,37.88411],[-85.1868,37.8909],[-85.18446,37.89226],[-85.15766,37.88584],[-85.153,37.88583],[-85.15412,37.89535],[-85.15295,37.89762],[-85.14714,37.8908],[-85.13839,37.89168],[-85.13192,37.9039],[-85.12544,37.91566],[-85.10622,37.90926],[-85.10747,37.8934],[-85.09758,37.88974],[-85.09409,37.88792],[-85.03458,37.89224],[-85.0305,37.89177],[-85.03114,37.88316],[-85.03115,37.8818],[-85.01031,37.85951],[-85.00043,37.85448],[-85.0029,37.8341],[-85.00872,37.83503],[-85.01175,37.81736],[-85.00594,37.81643],[-85.02984,37.63114],[-85.03909,37.54505],[-85.01293,37.55084],[-85.00192,37.54807],[-85.00201,37.53312],[-84.89814,37.5322],[-84.74786,37.5853],[-84.75244,37.59213],[-84.73671,37.59656],[-84.73155,37.58973],[-84.71175,37.59505],[-84.71516,37.60232],[-84.69416,37.61035],[-84.68832,37.61258],[-84.69583,37.61716],[-84.69405,37.62032],[-84.65805,37.61826],[-84.65215,37.62548],[-84.65854,37.63503],[-84.65902,37.63541],[-84.66623,37.6334],[-84.66685,37.6341],[-84.65457,37.64052],[-84.65352,37.64113],[-84.65356,37.65231],[-84.6564,37.65442],[-84.67906,37.64593],[-84.68045,37.64496],[-84.67354,37.64198],[-84.67213,37.64074],[-84.6785,37.63672],[-84.68,37.6367],[-84.69459,37.64103],[-84.69491,37.64152],[-84.67925,37.65622],[-84.68039,37.65755],[-84.6929,37.66415],[-84.69376,37.66487],[-84.70234,37.65981],[-84.70524,37.66074],[-84.69935,37.66795],[-84.68009,37.67417],[-84.6823,37.68506],[-84.68343,37.68734],[-84.69628,37.68244],[-84.70036,37.68156],[-84.69848,37.69469],[-84.69845,37.69741],[-84.74265,37.69769],[-84.74322,37.69905],[-84.73286,37.70867],[-84.73258,37.70976],[-84.74578,37.71478],[-84.7442,37.71674],[-84.72678,37.71391],[-84.72444,37.71435],[-84.73072,37.72617],[-84.72836,37.72888],[-84.69934,37.72235],[-84.68998,37.72682],[-84.70564,37.73191],[-84.70737,37.73373],[-84.68813,37.73632],[-84.68865,37.74177],[-84.702,37.74548],[-84.70489,37.74777],[-84.69429,37.75903],[-84.69424,37.76356],[-84.71395,37.76793],[-84.71571,37.7696],[-84.70292,37.78664],[-84.70274,37.78751],[-84.71637,37.79979],[-84.71682,37.80026],[-84.71579,37.81518],[-84.71595,37.81553],[-84.67952,37.82987],[-84.6771,37.82838],[-84.67982,37.80132],[-84.6795,37.79834],[-84.66789,37.7834],[-84.66555,37.78298],[-84.64982,37.78901],[-84.64933,37.7907],[-84.65966,37.80897],[-84.65862,37.80952],[-84.61235,37.8017],[-84.61001,37.80071],[-84.60836,37.79271],[-84.60999,37.79165],[-84.64066,37.79291],[-84.64222,37.79201],[-84.64335,37.77918],[-84.64322,37.77846],[-84.60658,37.76066],[-84.60501,37.75974],[-84.61569,37.74642],[-84.61496,37.74584],[-84.60632,37.74281],[-84.60541,37.743],[-84.58968,37.75414],[-84.58728,37.75347],[-84.58816,37.73812],[-84.58776,37.73642],[-84.57019,37.72872],[-84.56928,37.72906],[-84.55705,37.74743],[-84.55591,37.74842],[-84.54004,37.75425],[-84.53923,37.75481],[-84.53656,37.76915],[-84.53602,37.76971],[-84.49641,37.78505],[-84.49565,37.78547],[-84.48348,37.80138],[-84.48291,37.80188],[-84.46464,37.79892],[-84.46412,37.79961],[-84.48413,37.83585],[-84.48467,37.83747],[-84.47809,37.85212],[-84.4773,37.85273],[-84.44594,37.84074],[-84.44411,37.84131],[-84.418,37.87157],[-84.41645,37.87212],[-84.39202,37.84668],[-84.39067,37.84596],[-84.37047,37.85387],[-84.36854,37.85455],[-84.38304,37.89289],[-84.38386,37.89473],[-84.37973,37.90109],[-84.37739,37.90174],[-84.34117,37.88224],[-84.34059,37.88272],[-84.33787,37.89163],[-84.33765,37.89193],[-84.34891,37.89836],[-84.34897,37.8986],[-84.33875,37.90712],[-84.33871,37.90733],[-84.34803,37.91488],[-84.34799,37.91512],[-84.33024,37.92249],[-84.32995,37.92392],[-84.33986,37.93097],[-84.33998,37.93131],[-84.33065,37.9368],[-84.3308,37.93723],[-84.33842,37.93906],[-84.33837,37.93921],[-84.31147,37.95185],[-84.31075,37.95217],[-84.32328,37.95589],[-84.32331,37.95603],[-84.31175,37.96302],[-84.31172,37.96332],[-84.32414,37.96579],[-84.32443,37.96645],[-84.31964,38.0023],[-84.28271,38.01912],[-84.29281,38.03333],[-84.29299,38.03361],[-84.28481,38.04006],[-84.28465,38.04043],[-84.28618,38.06663],[-84.28637,38.06701],[-84.08024,38.11516],[-84.02625,38.1526],[-83.99068,38.17484],[-83.9827,38.19287],[-83.98383,38.19515],[-83.97018,38.20314],[-83.96947,38.20948],[-83.98741,38.22013],[-83.98917,38.22015],[-83.9901,38.20293],[-83.99477,38.2039],[-84.00684,38.21538],[-84.0085,38.21993],[-84.04297,38.22488],[-84.06271,38.23463],[-84.06207,38.23689],[-84.05382,38.23906],[-84.05772,38.24953],[-84.05699,38.25722],[-84.06817,38.25509],[-84.07985,38.25704],[-84.07445,38.26378],[-84.07323,38.26603],[-84.07782,38.27107],[-84.08012,38.27336],[-84.08951,38.27301],[-84.09547,38.2681],[-84.09681,38.25905],[-84.10326,38.25912],[-84.10137,38.2659],[-84.10421,38.27046],[-84.11649,38.27242],[-84.11995,38.27517],[-84.10516,38.28271],[-84.1045,38.28633],[-84.11736,38.28829],[-84.12696,38.30789],[-84.13289,38.30478],[-84.16658,38.35501],[-84.19386,38.37162],[-84.10268,38.45943],[-84.10671,38.46884],[-84.10712,38.46916],[-84.13066,38.4746],[-84.13124,38.47465],[-84.131,38.48267],[-84.13163,38.48297],[-84.14244,38.47603],[-84.14319,38.47602],[-84.15141,38.48962],[-84.1521,38.48993],[-84.17199,38.4865],[-84.17319,38.48736],[-84.16006,38.50108],[-84.16124,38.50177],[-84.18289,38.49678],[-84.18345,38.49735],[-84.1794,38.52331],[-84.17804,38.53327],[-84.1643,38.54491],[-84.16177,38.55394],[-84.16816,38.559],[-84.20714,38.55125],[-84.20886,38.54992],[-84.21707,38.55729],[-84.21763,38.55813],[-84.20383,38.56432],[-84.20297,38.56516],[-84.20541,38.58206],[-84.20473,38.58794],[-84.19575,38.58834],[-84.1953,38.5883],[-84.20091,38.60377],[-84.2075,38.59749],[-84.23415,38.80739],[-84.23604,38.82232],[-84.23054,38.82744],[-84.23294,38.88603],[-84.23289,38.8871],[-84.2864,38.95228],[-84.28874,38.95567],[-84.30005,38.9935],[-84.30716,39.0073],[-84.33985,39.03437],[-84.34089,39.03501],[-84.42565,39.0527],[-84.42652,39.05322],[-84.43401,39.09569],[-84.43495,39.09977],[-84.45282,39.11925],[-84.45619,39.12054],[-84.4792,39.11807],[-84.48059,39.11742],[-84.50434,39.09592],[-84.50612,39.09511],[-84.54971,39.09972],[-84.55096,39.09949],[-84.57256,39.08215],[-84.57306,39.08191],[-84.61685,39.07323],[-84.61845,39.07327],[-84.65842,39.09552],[-84.65993,39.09614],[-84.68487,39.1003],[-84.68593,39.10077],[-84.71788,39.13641],[-84.71826,39.13682],[-84.75139,39.14753],[-84.75244,39.14726],[-84.7842,39.1179],[-84.7874,39.11544],[-84.83142,39.10085],[-84.83248,39.10036],[-84.89694,39.05747],[-84.89729,39.05747],[-84.83027,38.97417],[-84.83003,38.97305],[-84.83299,38.96042],[-84.83363,38.95943],[-84.8762,38.92254],[-84.87706,38.92147],[-84.87723,38.90954],[-84.87702,38.90901],[-84.8679,38.89921],[-84.86643,38.89871],[-84.8145,38.89546],[-84.81331,38.89523],[-84.78542,38.88075],[-84.78518,38.88001],[-84.78981,38.86206],[-84.79094,38.86057],[-84.82962,38.83112],[-84.82993,38.83037],[-84.81417,38.80034],[-84.81339,38.79851],[-84.81432,38.7847],[-84.8149,38.78428],[-84.88679,38.79463],[-84.88724,38.7948],[-84.93976,38.77602],[-84.94121,38.77565],[-84.99111,38.77842],[-84.99229,38.77815],[-85.10094,38.72662],[-85.10172,38.72651],[-85.13605,38.70062],[-85.1368,38.7001],[-85.17189,38.68836],[-85.17298,38.68807],[-85.21237,38.69501],[-85.21482,38.69625],[-85.2464,38.73147],[-85.24692,38.73194],[-85.2767,38.74135],[-85.27859,38.74159],[-85.36176,38.73051],[-85.3636,38.73037],[-85.41339,38.73683],[-85.41489,38.73677],[-85.43532,38.729],[-85.43609,38.7285],[-85.45169,38.71037],[-85.45184,38.7102],[-85.45673,38.68734],[-85.45665,38.68603],[-85.43897,38.65963],[-85.43854,38.65896],[-85.43832,38.60596],[-85.43824,38.60468],[-85.41528,38.55926],[-85.41489,38.55775],[-85.41777,38.53822],[-85.41777,38.53775],[-85.43188,38.52455],[-85.43291,38.52398],[-85.37901,38.51903],[-85.37859,38.51895],[-85.36594,38.50787],[-85.3657,38.5077],[-85.31944,38.49761],[-85.31592,38.49624],[-85.31416,38.49262],[-85.34598,38.45957],[-85.33133,38.44233],[-85.32496,38.4038],[-85.29568,38.37384],[-85.28281,38.35796],[-85.32459,38.30998],[-85.35159,38.30322],[-85.39057,38.30779],[-85.39323,38.30779],[-85.39558,38.30508],[-85.40906,38.30373],[-85.40791,38.29466],[-85.41025,38.29376],[-85.41318,38.29467],[-85.41669,38.30237],[-85.42255,38.30192],[-85.42666,38.30374],[-85.42491,38.29422],[-85.42725,38.29286],[-85.44718,38.30194],[-85.44894,38.3042],[-85.46127,38.28563],[-85.46713,38.28535],[-85.40596,38.26389],[-85.4051,38.26359],[-85.42905,38.11817],[-85.43035,38.10703],[-85.46195,38.09662],[-85.46954,38.09617],[-85.51222,38.01096],[-85.51689,38.01096],[-85.49995,37.99872],[-85.48886,37.99056],[-85.49995,37.98467],[-85.53381,37.96518],[-85.52563,37.95294],[-85.52972,37.94705],[-85.57987,37.91258],[-85.58395,37.91076],[-85.58042,37.88312],[-85.58683,37.87631],[-85.60548,37.87041],[-85.61364,37.86995],[-85.6107,37.85907],[-85.61828,37.85136],[-85.69802,37.81137],[-85.73414,37.81086],[-85.73833,37.81225],[-85.73833,37.84287],[-85.75207,37.84314],[-85.75241,37.87946],[-85.7737,37.87919],[-85.77541,37.97709],[-85.82382,37.9779],[-85.82399,37.99129],[-85.91154,37.99197],[-85.91171,38.00671],[-85.99891,37.99963],[-86.0305,37.99062],[-86.0317,37.96897],[-86.03703,37.95787],[-86.04904,37.95814],[-86.06569,37.97465],[-86.0832,38.00266]]],"terms_url":"https://kyfromabove.ky.gov/","terms_text":"KyFromAbove","description":"6-inch or 1-foot aerial imagery captured from 2012 to 2014 through the Kentucky Aerial Photography and Elevation Data Program (KyFromAbove) and published by the Kentucky Division of Geographic Information (DGI)."},{"id":"KYAPED_Phase_2","name":"KyFromAbove Aerial Imagery (2018-2022)","type":"wms","template":"https://kyraster.ky.gov/arcgis/services/ImageServices/Ky_KYAPED_Phase2_6IN_WGS84WM/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[3,20],"polygon":[[[-83.69079,36.58261],[-83.67433,36.60398],[-83.66336,36.60701],[-83.64681,36.62481],[-83.53182,36.66541],[-83.49345,36.67041],[-83.46347,36.66445],[-83.42102,36.66849],[-83.39584,36.67734],[-83.34788,36.7008],[-83.19272,36.74021],[-83.13511,36.74294],[-83.12551,36.76177],[-83.13247,36.76391],[-83.13505,36.78583],[-83.1233,36.78756],[-83.11155,36.80081],[-83.10429,36.8048],[-83.10273,36.81161],[-83.09907,36.81329],[-83.09937,36.82299],[-83.10225,36.82803],[-83.09901,36.83216],[-83.0911,36.83475],[-83.08804,36.83803],[-83.07512,36.84079],[-83.07587,36.85065],[-83.07271,36.85455],[-82.96652,36.86363],[-82.90734,36.87557],[-82.86855,36.89943],[-82.87869,36.90904],[-82.8589,36.92879],[-82.86334,36.94115],[-82.85957,36.95049],[-82.87449,36.96721],[-82.86718,36.97995],[-82.83834,36.98944],[-82.82882,37.00682],[-82.79135,37.0103],[-82.7598,37.0274],[-82.74841,37.02678],[-82.74367,37.04387],[-82.72287,37.04497],[-82.72663,37.07332],[-82.71747,37.07678],[-82.72419,37.08305],[-82.72676,37.11824],[-82.6547,37.15146],[-82.633,37.15476],[-82.61813,37.17024],[-82.50182,37.22621],[-82.43983,37.2474],[-82.34894,37.26799],[-82.34996,37.27216],[-82.3427,37.27402],[-82.34429,37.28125],[-82.32487,37.28335],[-82.31585,37.29493],[-82.1412,37.41613],[-82.06116,37.47223],[-82.04845,37.48241],[-82.01689,37.50386],[-81.96799,37.53804],[-81.96581,37.54067],[-81.96506,37.54339],[-81.97032,37.54676],[-81.97556,37.54603],[-81.98141,37.54202],[-81.98752,37.54301],[-81.98905,37.5428],[-81.98988,37.54212],[-81.99064,37.54049],[-81.99202,37.53879],[-81.99424,37.53771],[-81.99649,37.53823],[-81.99701,37.53948],[-81.9968,37.54081],[-81.99643,37.54174],[-81.99694,37.54308],[-81.99797,37.54335],[-82.00011,37.54252],[-82.00311,37.53851],[-82.00533,37.53501],[-82.00807,37.53311],[-82.01095,37.53279],[-82.01632,37.534],[-82.01687,37.53774],[-82.01792,37.53986],[-82.02021,37.54072],[-82.02684,37.53733],[-82.02976,37.53793],[-82.03394,37.5414],[-82.03678,37.54221],[-82.03787,37.54362],[-82.03865,37.54717],[-82.04016,37.5482],[-82.04376,37.5478],[-82.045,37.54579],[-82.04454,37.54163],[-82.04189,37.53487],[-82.04303,37.53057],[-82.04499,37.52798],[-82.04731,37.52804],[-82.04877,37.52928],[-82.04869,37.53397],[-82.05085,37.53564],[-82.05601,37.53672],[-82.0617,37.53589],[-82.06486,37.53721],[-82.06515,37.53891],[-82.06349,37.54269],[-82.06909,37.54951],[-82.07192,37.55097],[-82.07383,37.55556],[-82.08819,37.55571],[-82.09977,37.55279],[-82.10505,37.55269],[-82.10539,37.55433],[-82.10195,37.55842],[-82.10403,37.56011],[-82.11071,37.55873],[-82.1177,37.55918],[-82.12073,37.55621],[-82.12098,37.55437],[-82.12297,37.55156],[-82.12681,37.55109],[-82.13344,37.55261],[-82.13535,37.55752],[-82.13326,37.56039],[-82.13431,37.56334],[-82.14486,37.56681],[-82.14348,37.5708],[-82.12882,37.57234],[-82.12474,37.5763],[-82.13173,37.59287],[-82.14114,37.59504],[-82.14806,37.59033],[-82.15748,37.59238],[-82.15644,37.60538],[-82.15681,37.60959],[-82.16521,37.6076],[-82.16731,37.60781],[-82.16889,37.60868],[-82.16873,37.61023],[-82.1699,37.61316],[-82.16635,37.61685],[-82.1643,37.62019],[-82.1658,37.62048],[-82.16632,37.62109],[-82.16846,37.62176],[-82.17706,37.61789],[-82.18225,37.62235],[-82.18273,37.62531],[-82.18168,37.62721],[-82.17585,37.62987],[-82.17262,37.63217],[-82.17271,37.6341],[-82.17458,37.63561],[-82.17788,37.64114],[-82.175,37.64719],[-82.17702,37.64861],[-82.1859,37.6485],[-82.19108,37.64455],[-82.18775,37.63967],[-82.18572,37.62713],[-82.19228,37.62559],[-82.19928,37.62731],[-82.20556,37.62484],[-82.21445,37.62533],[-82.21602,37.6263],[-82.215,37.62778],[-82.22089,37.63464],[-82.21866,37.63684],[-82.21686,37.64166],[-82.22445,37.64475],[-82.22575,37.6528],[-82.24114,37.66179],[-82.25349,37.65638],[-82.25862,37.65666],[-82.26416,37.66063],[-82.27202,37.66388],[-82.27538,37.66879],[-82.27825,37.66986],[-82.28348,37.67632],[-82.28795,37.66803],[-82.29513,37.67063],[-82.295,37.67853],[-82.30271,37.67524],[-82.30495,37.67661],[-82.29594,37.68649],[-82.30322,37.69485],[-82.29633,37.70205],[-82.30089,37.70609],[-82.30693,37.70675],[-82.31133,37.71448],[-82.31138,37.71806],[-82.31617,37.72067],[-82.31944,37.73394],[-82.32688,37.73589],[-82.33428,37.74233],[-82.32774,37.74952],[-82.32169,37.75122],[-82.32099,37.75717],[-82.31745,37.76029],[-82.31169,37.76143],[-82.3123,37.76465],[-82.31718,37.76535],[-82.32572,37.76237],[-82.32924,37.76215],[-82.33435,37.76529],[-82.33365,37.76741],[-82.32307,37.77299],[-82.324,37.77504],[-82.32604,37.7758],[-82.33576,37.77393],[-82.33984,37.77628],[-82.33888,37.78236],[-82.34057,37.78591],[-82.34901,37.78674],[-82.35496,37.79315],[-82.36313,37.79437],[-82.36854,37.80108],[-82.37697,37.80207],[-82.37821,37.80382],[-82.37905,37.80886],[-82.38652,37.81807],[-82.38864,37.81767],[-82.39664,37.80855],[-82.40105,37.80856],[-82.40278,37.81247],[-82.39864,37.82174],[-82.39945,37.82954],[-82.409,37.83602],[-82.41309,37.84483],[-82.42,37.84574],[-82.42094,37.84756],[-82.41784,37.85107],[-82.41483,37.8561],[-82.42252,37.85917],[-82.42465,37.86094],[-82.42446,37.86305],[-82.42247,37.8641],[-82.40999,37.86571],[-82.40774,37.86713],[-82.40912,37.86861],[-82.41693,37.86913],[-82.41933,37.87248],[-82.41989,37.8846],[-82.4225,37.8865],[-82.428,37.88754],[-82.43311,37.89038],[-82.4341,37.89377],[-82.43809,37.90002],[-82.44762,37.90379],[-82.45164,37.90844],[-82.45978,37.90917],[-82.46345,37.91476],[-82.46756,37.91409],[-82.46874,37.91125],[-82.46801,37.90352],[-82.47123,37.89892],[-82.47466,37.89959],[-82.47667,37.90269],[-82.47442,37.90719],[-82.4756,37.91161],[-82.47905,37.91442],[-82.48218,37.91566],[-82.48715,37.91636],[-82.48853,37.91766],[-82.48822,37.91981],[-82.48054,37.9255],[-82.48166,37.92666],[-82.49681,37.92678],[-82.50229,37.93241],[-82.50258,37.93478],[-82.49951,37.93732],[-82.4911,37.93587],[-82.48968,37.93885],[-82.49416,37.9401],[-82.49771,37.94206],[-82.49798,37.94626],[-82.49507,37.94705],[-82.48758,37.94532],[-82.48111,37.94953],[-82.47168,37.95992],[-82.48499,37.96349],[-82.48503,37.97067],[-82.48232,37.97333],[-82.46901,37.97331],[-82.46471,37.97751],[-82.46489,37.98415],[-82.47262,37.98657],[-82.48293,37.98331],[-82.48491,37.98486],[-82.48642,37.98997],[-82.48608,37.99501],[-82.48827,37.99876],[-82.5001,37.99876],[-82.50865,38.00136],[-82.51357,37.99884],[-82.52002,38.00111],[-82.51549,38.006],[-82.51982,38.00789],[-82.52591,38.01798],[-82.52606,38.02627],[-82.53174,38.02904],[-82.53479,38.0318],[-82.53781,38.03535],[-82.53944,38.03873],[-82.53739,38.04508],[-82.54097,38.04727],[-82.54403,38.0522],[-82.54517,38.05519],[-82.54503,38.05887],[-82.54981,38.06347],[-82.54959,38.06839],[-82.55205,38.07102],[-82.55979,38.07252],[-82.56602,38.08094],[-82.57328,38.08148],[-82.58447,38.09066],[-82.58575,38.09479],[-82.58554,38.10653],[-82.58785,38.10894],[-82.59214,38.10995],[-82.59544,38.11257],[-82.59909,38.1169],[-82.60824,38.12075],[-82.61507,38.12],[-82.61945,38.12033],[-82.62131,38.12314],[-82.62212,38.13325],[-82.63683,38.13792],[-82.63862,38.14512],[-82.63878,38.15607],[-82.64514,38.16557],[-82.64265,38.17019],[-82.63953,38.17128],[-82.62739,38.17099],[-82.61942,38.16899],[-82.61267,38.1708],[-82.59996,38.19672],[-82.59852,38.21743],[-82.60915,38.22296],[-82.61303,38.23551],[-82.60866,38.24453],[-82.60482,38.24785],[-82.59331,38.24554],[-82.58491,38.24611],[-82.58117,38.2491],[-82.57481,38.26412],[-82.57464,38.27274],[-82.5797,38.28355],[-82.57958,38.29047],[-82.58353,38.29685],[-82.58042,38.30325],[-82.57313,38.31228],[-82.57184,38.31602],[-82.57322,38.31985],[-82.57568,38.32319],[-82.57688,38.32844],[-82.58494,38.33387],[-82.58947,38.34031],[-82.5964,38.34252],[-82.59879,38.34649],[-82.59764,38.36575],[-82.59433,38.372],[-82.59289,38.37576],[-82.59398,38.38041],[-82.60063,38.39053],[-82.59529,38.39869],[-82.59727,38.41033],[-82.59631,38.41801],[-82.61117,38.47165],[-82.65926,38.49435],[-82.69901,38.54244],[-82.73445,38.55813],[-82.78,38.55698],[-82.80279,38.56171],[-82.84487,38.58698],[-82.85608,38.6067],[-82.85998,38.66042],[-82.8812,38.68836],[-82.87425,38.70909],[-82.87353,38.74296],[-82.8926,38.75577],[-82.93408,38.74613],[-82.9691,38.72509],[-83.01796,38.72734],[-83.03037,38.72341],[-83.03792,38.70919],[-83.06106,38.6885],[-83.11184,38.67175],[-83.12449,38.63954],[-83.1477,38.61884],[-83.20603,38.61476],[-83.23751,38.6275],[-83.25861,38.62188],[-83.29212,38.59391],[-83.31665,38.60375],[-83.3269,38.63673],[-83.36863,38.65892],[-83.46197,38.66988],[-83.49081,38.69244],[-83.5311,38.70179],[-83.62774,38.67671],[-83.64669,38.63073],[-83.66827,38.62455],[-83.71719,38.64286],[-83.771,38.65327],[-83.78758,38.69931],[-83.84031,38.71442],[-83.84504,38.73796],[-83.86321,38.7585],[-83.92235,38.7683],[-83.95164,38.78456],[-83.96528,38.78624],[-84.03962,38.76914],[-84.08411,38.77016],[-84.14457,38.7896],[-84.20767,38.8004],[-84.228,38.81727],[-84.23744,38.8384],[-84.23294,38.88603],[-84.23289,38.8871],[-84.2864,38.95228],[-84.28874,38.95567],[-84.30005,38.9935],[-84.30716,39.0073],[-84.33985,39.03437],[-84.34089,39.03501],[-84.42565,39.0527],[-84.42652,39.05322],[-84.43401,39.09569],[-84.43495,39.09977],[-84.45282,39.11925],[-84.45619,39.12054],[-84.4792,39.11807],[-84.48059,39.11742],[-84.50434,39.09592],[-84.50612,39.09511],[-84.54971,39.09972],[-84.55096,39.09949],[-84.57256,39.08215],[-84.57306,39.08191],[-84.61685,39.07323],[-84.61845,39.07327],[-84.65842,39.09552],[-84.65993,39.09614],[-84.68487,39.1003],[-84.68593,39.10077],[-84.71788,39.13641],[-84.71826,39.13682],[-84.75139,39.14753],[-84.75244,39.14726],[-84.7842,39.1179],[-84.7874,39.11544],[-84.83142,39.10085],[-84.83248,39.10036],[-84.89694,39.05747],[-84.89729,39.05747],[-84.83027,38.97417],[-84.83003,38.97305],[-84.83299,38.96042],[-84.83363,38.95943],[-84.8762,38.92254],[-84.87706,38.92147],[-84.87723,38.90954],[-84.87702,38.90901],[-84.8679,38.89921],[-84.86643,38.89871],[-84.8145,38.89546],[-84.81331,38.89523],[-84.78542,38.88075],[-84.78518,38.88001],[-84.78981,38.86206],[-84.79094,38.86057],[-84.82962,38.83112],[-84.82993,38.83037],[-84.81417,38.80034],[-84.81339,38.79851],[-84.81432,38.7847],[-84.8149,38.78428],[-84.88679,38.79463],[-84.88724,38.7948],[-84.93976,38.77602],[-84.94121,38.77565],[-84.99111,38.77842],[-84.99229,38.77815],[-85.10094,38.72662],[-85.10172,38.72651],[-85.13605,38.70062],[-85.1368,38.7001],[-85.17189,38.68836],[-85.17298,38.68807],[-85.21237,38.69501],[-85.21482,38.69625],[-85.2464,38.73147],[-85.24692,38.73194],[-85.2767,38.74135],[-85.27859,38.74159],[-85.36176,38.73051],[-85.3636,38.73037],[-85.41339,38.73683],[-85.41489,38.73677],[-85.43532,38.729],[-85.43609,38.7285],[-85.45169,38.71037],[-85.45184,38.7102],[-85.45673,38.68734],[-85.45665,38.68603],[-85.43897,38.65963],[-85.43854,38.65896],[-85.43832,38.60596],[-85.43824,38.60468],[-85.41528,38.55926],[-85.41489,38.55775],[-85.41777,38.53822],[-85.41777,38.53775],[-85.43188,38.52455],[-85.43291,38.52398],[-85.46759,38.50802],[-85.48534,38.47536],[-85.51651,38.45602],[-85.58102,38.45038],[-85.61748,38.42559],[-85.64218,38.34231],[-85.67191,38.29922],[-85.75237,38.26101],[-85.78259,38.28633],[-85.81256,38.28285],[-85.83187,38.27071],[-85.83439,38.24867],[-85.84674,38.22249],[-85.8742,38.2077],[-85.89698,38.18329],[-85.90825,38.14643],[-85.90082,38.10483],[-85.92144,38.02204],[-85.94674,38.0039],[-85.99891,37.99963],[-86.0305,37.99062],[-86.0317,37.96897],[-86.03703,37.95787],[-86.04904,37.95814],[-86.06569,37.97465],[-86.0832,38.00266],[-86.10526,38.01108],[-86.13499,38.01429],[-86.17395,38.00779],[-86.22318,38.02719],[-86.23476,38.0364],[-86.26965,38.05557],[-86.2784,38.0719],[-86.2832,38.09757],[-86.27121,38.13587],[-86.29327,38.15831],[-86.31725,38.16727],[-86.34891,38.19526],[-86.36593,38.19762],[-86.37732,38.18735],[-86.37103,38.16411],[-86.3296,38.16067],[-86.31821,38.14634],[-86.33152,38.12729],[-86.38152,38.12549],[-86.39987,38.10266],[-86.44536,38.12595],[-86.46396,38.11808],[-86.46162,38.09946],[-86.43092,38.08672],[-86.4284,38.0702],[-86.44795,38.04886],[-86.52121,38.03914],[-86.52409,37.9765],[-86.50299,37.92998],[-86.5344,37.91343],[-86.58584,37.92175],[-86.59933,37.90652],[-86.59496,37.86403],[-86.62589,37.84367],[-86.65851,37.83913],[-86.6645,37.85579],[-86.64568,37.90557],[-86.67481,37.91466],[-86.72206,37.88816],[-86.74508,37.90217],[-86.77985,37.94719],[-86.79712,37.98841],[-86.81367,37.9971],[-86.84916,37.98784],[-86.91091,37.9365],[-86.9705,37.92866],[-87.00695,37.9192],[-87.04101,37.89479],[-87.03957,37.87113],[-87.06235,37.79878],[-87.09605,37.77916],[-87.13184,37.78058],[-87.13789,37.80617],[-87.16547,37.83761],[-87.21895,37.84391],[-87.29509,37.89318],[-87.34389,37.9086],[-87.40049,37.94057],[-87.44174,37.94114],[-87.50838,37.9045],[-87.52206,37.91325],[-87.53724,37.91882],[-87.54907,37.92401],[-87.55633,37.92803],[-87.56655,37.93649],[-87.57279,37.94837],[-87.57351,37.95173],[-87.57753,37.95168],[-87.57771,37.9678],[-87.59905,37.97139],[-87.60337,37.94984],[-87.61608,37.93603],[-87.6198,37.90879],[-87.58359,37.88466],[-87.57783,37.87207],[-87.60949,37.83155],[-87.64258,37.82369],[-87.67268,37.82682],[-87.68497,37.83884],[-87.68527,37.85655],[-87.66776,37.88788],[-87.68299,37.90094],[-87.72076,37.89053],[-87.74066,37.89346],[-87.76189,37.88977],[-87.78839,37.87416],[-87.83695,37.87643],[-87.88647,37.92438],[-87.90266,37.92449],[-87.93839,37.88627],[-87.90904,37.84833],[-87.89942,37.8091],[-87.92204,37.80074],[-87.95067,37.76792],[-87.99359,37.79118],[-88.04727,37.75139],[-88.13228,37.69126],[-88.15902,37.66098],[-88.15386,37.63117],[-88.12017,37.57132],[-88.07388,37.53796],[-88.05878,37.51019],[-88.06225,37.48802],[-88.0824,37.47147],[-88.28132,37.45148],[-88.32401,37.43225],[-88.34296,37.41263],[-88.36547,37.40166],[-88.37121,37.40273],[-88.40624,37.42479],[-88.40881,37.42522],[-88.46586,37.40055],[-88.47022,37.39625],[-88.48672,37.34015],[-88.48695,37.3396],[-88.51406,37.29246],[-88.51486,37.29069],[-88.50409,37.26514],[-88.50382,37.26485],[-88.5123,37.26295],[-88.51187,37.26201],[-88.45005,37.2062],[-88.44982,37.20599],[-88.42533,37.15421],[-88.42462,37.15173],[-88.44912,37.08875],[-88.44919,37.08776],[-88.45919,37.07523],[-88.46019,37.07447],[-88.48622,37.06659],[-88.48605,37.0648],[-88.56528,37.07521],[-88.56587,37.0752],[-88.62221,37.11775],[-88.62589,37.11946],[-88.68777,37.13938],[-88.69398,37.14115],[-88.73125,37.14368],[-88.73211,37.14396],[-88.78695,37.17858],[-88.79737,37.18485],[-88.83505,37.19649],[-88.86953,37.20971],[-88.9273,37.22636],[-88.93175,37.22759],[-88.98326,37.22868],[-89.00097,37.2244],[-89.07622,37.17513],[-89.08653,37.1656],[-89.10403,37.13197],[-89.11119,37.11905],[-89.15129,37.09049],[-89.1545,37.08891],[-89.17858,37.055],[-89.17938,37.05301],[-89.18248,37.03748],[-89.18251,37.03728],[-89.1736,37.01141],[-89.17112,37.00807],[-89.13844,36.98509],[-89.13301,36.982],[-89.1183,36.98188],[-89.11503,36.98033],[-89.09901,36.96139],[-89.09884,36.95785],[-89.13194,36.85744],[-89.13797,36.84735],[-89.17718,36.83578],[-89.17815,36.83459],[-89.17923,36.81291],[-89.17875,36.80993],[-89.17107,36.79812],[-89.16846,36.79557],[-89.13321,36.78823],[-89.12892,36.78768],[-89.11685,36.77561],[-89.11607,36.77242],[-89.12243,36.75484],[-89.12613,36.75173],[-89.15699,36.75597],[-89.16689,36.75963],[-89.19155,36.74722],[-89.19781,36.73941],[-89.20073,36.72014],[-89.19948,36.71605],[-89.17484,36.69396],[-89.16952,36.68888],[-89.16872,36.67189],[-89.15908,36.66635],[-89.18775,36.64111],[-89.19254,36.636],[-89.20261,36.60158],[-89.21356,36.58012],[-89.23184,36.56812],[-89.23654,36.56682],[-89.26806,36.56891],[-89.27171,36.57139],[-89.31943,36.62739],[-89.32472,36.63108],[-89.36486,36.62532],[-89.36555,36.62506],[-89.37545,36.61572],[-89.37637,36.61387],[-89.41729,36.49903],[-89.34795,36.50308],[-89.30028,36.50715],[-88.06598,36.49774],[-88.05332,36.49712],[-88.0453,36.50408],[-88.03948,36.51041],[-88.03413,36.53112],[-88.03249,36.54066],[-88.0412,36.58412],[-88.04513,36.60294],[-88.06821,36.65975],[-88.07053,36.67812],[-87.85045,36.6651],[-87.85355,36.63303],[-87.81577,36.63427],[-87.81886,36.73826],[-87.40945,36.74484],[-87.40717,36.64113],[-86.9982,36.64425],[-86.58995,36.65243],[-86.56427,36.63359],[-86.50781,36.65238],[-86.41587,36.65103],[-86.36545,36.64996],[-86.33208,36.64871],[-86.29245,36.64527],[-86.19791,36.63973],[-86.12894,36.63612],[-85.83242,36.62211],[-85.78445,36.62202],[-85.67737,36.61841],[-85.50117,36.615],[-85.33222,36.62327],[-85.3255,36.62472],[-85.3002,36.62443],[-85.29337,36.62635],[-85.19552,36.62539],[-85.11243,36.62299],[-84.99612,36.61789],[-84.93593,36.61173],[-84.82297,36.60403],[-84.54335,36.59594],[-84.44599,36.59671],[-84.0503,36.59093],[-83.82598,36.58477],[-83.78356,36.5839],[-83.69079,36.58261]],[[-89.55251,36.57723],[-89.55264,36.57718],[-89.57151,36.55257],[-89.54296,36.50496],[-89.53912,36.4981],[-89.4885,36.49755],[-89.4852,36.49745],[-89.46589,36.52995],[-89.46545,36.53616],[-89.4808,36.56969],[-89.48089,36.56977],[-89.5205,36.57943],[-89.52234,36.58018],[-89.55251,36.57723]]],"terms_url":"https://kyfromabove.ky.gov/","terms_text":"KyFromAbove","description":"6-inch aerial imagery captured from 2018 to 2022 through the Kentucky Aerial Photography and Elevation Data Program (KyFromAbove) and published by the Kentucky Division of Geographic Information (DGI)."},{"id":"osmfj-kyoto-2021","name":"Kyoto prefecture Imagery 2020-2021","type":"tms","template":"https://tiles.osmf.jp/kyoto-fu/{zoom}/{x}/{y}.png","category":"photo","endDate":"2021-03-19T00:00:00.000Z","startDate":"2020-07-03T00:00:00.000Z","zoomExtent":[10,18],"polygon":[[[134.99864,35.7845],[134.99861,35.7487],[134.84883,35.74878],[134.84836,35.17357],[134.99977,35.17349],[134.99954,34.88518],[135.35095,34.88499],[135.3508,34.69574],[136.06684,34.69535],[136.06691,34.77792],[136.0532,34.77793],[136.05377,35.46113],[135.70335,35.46133],[135.70359,35.7467],[135.35155,35.74689],[135.35158,35.7843],[134.99864,35.7845]]],"terms_text":"OSMFJ_Ortho","description":"Kokyo Sokuryo Orthoimagery from Kyoto-fu, 2021"},{"id":"kystverket-navigasjon","name":"Kystverket Navigational Aid overlay","type":"wms","template":"https://nfs.kystverket.no/arcgis/services/nfs/NFSSistOperativ/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=13,12,10,8,6,5,4,3&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[12,19],"polygon":[[[3.24857,56.08599],[8.88244,57.69534],[10.03051,58.25173],[11.08246,58.96771],[11.50166,58.95444],[11.50266,63.28307],[14.47997,66.2558],[18.3032,68.36681],[21.46179,69.57098],[30.3511,69.56882],[32.07458,70.27336],[36.95796,73.68962],[37.99619,75.79673],[37.96874,78.62784],[34.98861,82.3401],[5.85587,82.34863],[-3.60356,79.12998],[-5.11965,74.39626],[-12.43655,72.58741],[-13.73292,69.76376],[-0.49301,63.88665],[1.77704,61.36251],[1.47215,58.45924],[2.60924,56.59428],[3.24857,56.08599]]],"terms_url":"https://kystverket.no/Maritim-infrastruktur/Fyr-og-merker-/","terms_text":"© Kystverket","description":"Beacons, buoys, lights and fairways maintained by the Norwegian Coastal Administration","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Coat_of_arms_of_the_Norwegian_Coastal_Administration.svg/143px-Coat_of_arms_of_the_Norwegian_Coastal_Administration.svg.png","overlay":true},{"id":"LA_County_Basemap","name":"LA County Basemap","type":"tms","template":"https://cache.gis.lacounty.gov/cache/rest/services/LACounty_Cache/LACounty_StreetMap/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[0,23],"polygon":[[[-118.92355,33.21028],[-118.32162,33.21286],[-118.11333,33.7463],[-118.09196,33.75843],[-118.09235,33.76441],[-118.09385,33.76849],[-118.09709,33.77359],[-118.0967,33.77921],[-118.08618,33.79692],[-118.08466,33.803],[-118.0729,33.81481],[-118.06328,33.81964],[-118.06332,33.83155],[-118.06071,33.83456],[-118.05935,33.83492],[-118.059,33.83522],[-118.05905,33.8462],[-118.0547,33.84622],[-118.05474,33.84985],[-118.05038,33.84987],[-118.05042,33.85356],[-118.04614,33.85361],[-118.04621,33.85869],[-118.04187,33.85872],[-118.0419,33.86234],[-118.03755,33.86238],[-118.03764,33.86601],[-118.02873,33.86605],[-118.02879,33.87332],[-118.01138,33.87342],[-118.01144,33.88086],[-118.00277,33.8809],[-118.00286,33.88815],[-117.99404,33.88821],[-117.99412,33.89546],[-117.98533,33.89551],[-117.98541,33.90275],[-117.9766,33.90276],[-117.97651,33.94606],[-117.7834,33.94644],[-117.79344,33.95368],[-117.79344,33.96806],[-117.80253,33.96818],[-117.80253,33.97537],[-117.785,34.00481],[-117.76749,34.00481],[-117.76719,34.01056],[-117.76777,34.02351],[-117.7359,34.01858],[-117.73007,34.02137],[-117.72751,34.03965],[-117.678,34.16094],[-117.64751,34.28698],[-117.65969,34.45073],[-117.66734,34.82258],[-118.89485,34.81851],[-118.63688,34.29128],[-118.6325,34.26549],[-118.63343,34.24032],[-118.66837,34.24049],[-118.66908,34.16825],[-118.78889,34.16822],[-118.94113,34.07486],[-118.92355,33.21028]]],"terms_url":"https://lacounty.gov/","terms_text":"Los Angeles County","icon":"https://lacounty.gov/wp-content/uploads/2019/04/cropped-seal.2016-192x192.png"},{"id":"COS2018","name":"Land Use and Soil Occupation Charter of mainland Portugal - 2018 (DGT)","type":"wms","template":"http://mapas.dgterritorio.pt/wms-inspire/cos2018v1?LAYERS=COS2018v1&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[13,18],"polygon":[[[-7.31278,36.98391],[-7.44461,37.5718],[-7.1933,37.97019],[-6.97357,38.00807],[-6.90628,38.24142],[-7.06627,38.20743],[-7.27158,38.45628],[-7.20429,38.72356],[-7.0134,38.85468],[-6.91315,39.03839],[-6.97357,39.13113],[-7.17957,39.23651],[-7.28668,39.48497],[-7.44873,39.61838],[-7.34162,39.60886],[-6.99692,39.64906],[-6.81839,40.0192],[-7.01065,40.19986],[-6.85272,40.24285],[-6.76209,40.35073],[-6.77994,40.8886],[-6.88637,41.01151],[-6.79642,41.01721],[-6.63849,41.21689],[-6.4531,41.24116],[-6.29311,41.38763],[-6.15715,41.5908],[-6.31165,41.68932],[-6.51215,41.71188],[-6.49841,41.88081],[-6.56296,41.97991],[-6.80191,42.00951],[-7.20497,42.00135],[-7.22763,41.8849],[-7.36908,41.87058],[-7.72751,41.92885],[-7.92526,41.94009],[-8.07907,41.84706],[-8.1601,41.91812],[-8.01796,42.05031],[-8.19924,42.18681],[-8.39356,42.1023],[-8.66066,42.07886],[-8.88382,41.88081],[-9.17084,41.86956],[-9.04175,41.43655],[-9.01978,40.65981],[-9.15711,40.26695],[-9.81903,39.52099],[-9.74213,38.6512],[-9.12964,37.88136],[-9.27246,36.99378],[-9.09394,36.68604],[-7.80579,36.74989],[-7.31278,36.98391]]],"terms_url":"https://snig.dgterritorio.gov.pt/rndg/srv/por/catalog.search#/metadata/b498e89c-1093-4793-ad22-63516062891b","terms_text":"Informação geográfica cedida pela Direção-Geral do Território"},{"id":"lantmateriet-orto1960","name":"Lantmäteriet Historic Orthophoto 1960","type":"wms","template":"https://api.lantmateriet.se/historiska-ortofoton/wms/v1/token/9b342b7d9f12d4ddb92277be9869d860/?LAYERS=OI.Histortho_60&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","zoomExtent":[5,19],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.lantmateriet.se/","terms_text":"© Lantmäteriet, CC0","description":"Mosaic of Swedish orthophotos from the period 1955–1965. Older and younger pictures may occur.","icon":"https://raw.githubusercontent.com/osmlab/editor-layer-index/gh-pages/sources/europe/se/lantmateriet_icon.png"},{"id":"lantmateriet-orto1975","name":"Lantmäteriet Historic Orthophoto 1975","type":"wms","template":"https://api.lantmateriet.se/historiska-ortofoton/wms/v1/token/9b342b7d9f12d4ddb92277be9869d860/?LAYERS=OI.Histortho_75&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","zoomExtent":[5,19],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[17.85131,60.87407],[14.74558,60.53889],[11.60239,59.56416],[10.51799,58.66559],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.lantmateriet.se/","terms_text":"© Lantmäteriet, CC0","description":"Mosaic of Swedish orthophotos from the period 1970–1980. Is under construction.","icon":"https://raw.githubusercontent.com/osmlab/editor-layer-index/gh-pages/sources/europe/se/lantmateriet_icon.png"},{"id":"lantmateriet-topowebb","name":"Lantmäteriet Topographic Map","type":"tms","template":"https://api.lantmateriet.se/open/topowebb-ccby/v1/wmts/token/9b342b7d9f12d4ddb92277be9869d860/1.0.0/topowebb/default/3857/{zoom}/{y}/{x}.png","category":"map","zoomExtent":[3,15],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.lantmateriet.se/","terms_text":"© Lantmäteriet, CC0","description":"Topographic map of Sweden 1:50 000","icon":"https://raw.githubusercontent.com/osmlab/editor-layer-index/gh-pages/sources/europe/se/lantmateriet_icon.png"},{"id":"lu.geoportail.opendata.ortholatest","name":"Latest available ortho geoportail.lu","type":"tms","template":"https://{switch:wmts1,wmts2}.geoportail.lu/opendata/wmts/ortho_latest/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg","category":"photo","endDate":"2022-09-23T00:00:00.000Z","startDate":"2022-08-10T00:00:00.000Z","zoomExtent":[5,20],"polygon":[[[5.96175,50.17631],[5.95286,50.13384],[5.89196,50.12041],[5.881,50.08069],[5.85781,50.07186],[5.85087,50.0563],[5.86189,50.04581],[5.84792,50.02809],[5.81561,50.01437],[5.81806,49.99936],[5.83462,49.98656],[5.83129,49.97995],[5.80652,49.97321],[5.80524,49.96677],[5.78672,49.96816],[5.7688,49.96104],[5.76878,49.94239],[5.77073,49.93711],[5.76039,49.93252],[5.75783,49.91737],[5.73303,49.90285],[5.7346,49.89341],[5.77505,49.88057],[5.77567,49.87438],[5.74955,49.87554],[5.75229,49.85922],[5.74066,49.85152],[5.75399,49.84878],[5.74624,49.84783],[5.74701,49.84048],[5.74053,49.84142],[5.7372,49.83353],[5.74581,49.82435],[5.74159,49.82126],[5.75094,49.79094],[5.76517,49.78961],[5.78626,49.79079],[5.82073,49.74878],[5.82489,49.73767],[5.82191,49.72128],[5.84325,49.71822],[5.86481,49.72331],[5.8757,49.71118],[5.85628,49.68211],[5.85656,49.67628],[5.89934,49.66239],[5.89998,49.63907],[5.88182,49.63815],[5.8694,49.6106],[5.84565,49.5981],[5.84712,49.58961],[5.8511,49.58379],[5.86289,49.58525],[5.86866,49.587],[5.85943,49.57158],[5.8052,49.54272],[5.81625,49.53325],[5.83562,49.54114],[5.84308,49.53081],[5.83187,49.52639],[5.83641,49.51817],[5.84828,49.51397],[5.84897,49.50826],[5.86332,49.50006],[5.89033,49.4948],[5.91578,49.49835],[5.9616,49.49026],[5.96891,49.48202],[5.97232,49.46087],[5.97773,49.45955],[5.97657,49.44885],[5.99412,49.45301],[6.01574,49.44885],[6.02154,49.45127],[6.02529,49.44703],[6.04421,49.44553],[6.05222,49.46028],[6.05917,49.46306],[6.07722,49.46139],[6.08167,49.45417],[6.10483,49.45076],[6.1014,49.46726],[6.12725,49.47081],[6.12937,49.48803],[6.14018,49.48525],[6.1671,49.49006],[6.16086,49.50085],[6.17337,49.50577],[6.19669,49.50331],[6.24133,49.50693],[6.27191,49.49995],[6.28789,49.48379],[6.29503,49.47928],[6.32189,49.47244],[6.3334,49.46493],[6.37056,49.45732],[6.37076,49.50545],[6.35932,49.52481],[6.35855,49.53296],[6.38009,49.54856],[6.3849,49.55817],[6.35791,49.57166],[6.36909,49.5783],[6.38119,49.57509],[6.38443,49.5801],[6.37551,49.58809],[6.37941,49.59526],[6.39898,49.60094],[6.42178,49.61809],[6.44251,49.65591],[6.4399,49.66025],[6.42714,49.66237],[6.5046,49.71227],[6.50788,49.71215],[6.50712,49.71655],[6.49558,49.72443],[6.49891,49.72639],[6.50479,49.725],[6.51176,49.72016],[6.51642,49.72129],[6.51809,49.7242],[6.50727,49.72938],[6.50263,49.73298],[6.50373,49.75086],[6.52052,49.76134],[6.52056,49.76818],[6.51105,49.77422],[6.51917,49.78344],[6.50622,49.78899],[6.53083,49.80116],[6.53225,49.80686],[6.52981,49.81048],[6.5196,49.81446],[6.51485,49.80513],[6.51155,49.80238],[6.50669,49.80993],[6.49681,49.81277],[6.47057,49.82385],[6.46454,49.81975],[6.45366,49.81275],[6.44344,49.81233],[6.44161,49.81547],[6.43097,49.81129],[6.42807,49.81186],[6.42643,49.81629],[6.4022,49.82098],[6.36465,49.85164],[6.33937,49.8507],[6.33656,49.83998],[6.32741,49.83673],[6.32158,49.8409],[6.32361,49.85188],[6.31465,49.86057],[6.31532,49.8673],[6.30989,49.87107],[6.2977,49.86673],[6.29166,49.87548],[6.28113,49.87957],[6.27646,49.87725],[6.26301,49.88101],[6.25781,49.88724],[6.24692,49.89535],[6.23381,49.90028],[6.23229,49.9072],[6.22769,49.91062],[6.23187,49.91064],[6.23603,49.91355],[6.22986,49.92125],[6.21913,49.92354],[6.22635,49.92766],[6.22824,49.93726],[6.22044,49.94369],[6.22502,49.95039],[6.21269,49.9514],[6.20707,49.95672],[6.19978,49.95352],[6.19277,49.97158],[6.18331,49.9686],[6.17983,49.96307],[6.18339,49.9548],[6.17995,49.95386],[6.1763,49.962],[6.17151,49.96298],[6.16549,49.97115],[6.17035,49.98376],[6.17348,49.98344],[6.17305,49.98589],[6.15625,49.98867],[6.15023,49.99518],[6.14218,49.99535],[6.13852,49.99829],[6.13966,49.9994],[6.14546,49.99689],[6.1517,50.01058],[6.13934,50.01116],[6.13024,50.01819],[6.13138,50.01905],[6.13594,50.01485],[6.13868,50.01572],[6.14821,50.02307],[6.13034,50.02975],[6.13661,50.04178],[6.12361,50.06323],[6.11563,50.05817],[6.11444,50.06139],[6.12117,50.064],[6.13186,50.07348],[6.12634,50.07817],[6.12194,50.09059],[6.13547,50.09119],[6.13108,50.09964],[6.13808,50.10263],[6.13555,50.11899],[6.14093,50.1305],[6.12369,50.13719],[6.11323,50.13739],[6.1277,50.14993],[6.1201,50.15594],[6.1225,50.16437],[6.10176,50.17199],[6.07824,50.17255],[6.07668,50.15913],[6.06069,50.15536],[6.03318,50.16395],[6.02627,50.18496],[5.96175,50.17631]]],"terms_url":"https://data.public.lu/en/datasets/bd-l-ortho-webservices-wms-et-wmts","terms_text":"Administration du Cadastre et de la Topographie","best":true,"icon":"https://www.geoportail.lu/static/img/lion.png"},{"id":"CityOfLaunceston_2011","name":"Launceston OrthoPhoto 2011","type":"tms","template":"https://mapping.launceston.tas.gov.au/arcgis/rest/services/Public/OrthoPhoto_Dec2011_10cm/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2011-12-01T00:00:00.000Z","startDate":"2011-12-01T00:00:00.000Z","zoomExtent":[10,20],"polygon":[[[147.10456,-41.3946],[147.10541,-41.47525],[147.17433,-41.47514],[147.17428,-41.45584],[147.17533,-41.45584],[147.17501,-41.39451],[147.10456,-41.3946]]],"terms_text":"© City of Launceston","icon":"https://www.launceston.tas.gov.au/files/assets/public/templateimages/favicons/favicon-196x196.png"},{"id":"CityOfLaunceston_2013","name":"Launceston OrthoPhoto 2013","type":"tms","template":"https://mapping.launceston.tas.gov.au/arcgis/rest/services/Public/OrthoPhoto_Feb2013_10cm/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2013-02-15T00:00:00.000Z","startDate":"2013-02-15T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[147.06561,-41.5081],[147.23786,-41.50787],[147.23734,-41.36464],[147.06547,-41.36487],[147.06561,-41.5081]]],"terms_text":"© City of Launceston","icon":"https://www.launceston.tas.gov.au/files/assets/public/templateimages/favicons/favicon-196x196.png"},{"id":"Lee_Ortho_2021","name":"Lee County Orthoimagery (2021)","type":"wms","template":"https://gissvr4.leepa.org/gissvr/rest/services/AP2021Pict/MapServer/export?f=image&format=jpg&layers=0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-03-08T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.55909,26.7814],[-82.20292,26.78198],[-82.20286,26.79578],[-82.27953,26.79578],[-82.27819,26.69713],[-82.23279,26.61737],[-82.22554,26.58889],[-82.20807,26.56391],[-82.1988,26.4798],[-82.09981,26.41128],[-82.03777,26.4282],[-81.93664,26.42873],[-81.84513,26.32812],[-81.82037,26.32815],[-81.82039,26.31439],[-81.65248,26.31408],[-81.6522,26.4104],[-81.56062,26.41004],[-81.55909,26.7814]]],"terms_url":"https://www.leegov.com/gis/data/aerials","terms_text":"Lee County GIS","description":"The 2021 orthoimagery for Lee County of the State of Florida","icon":"https://www.arcgis.com/sharing/rest/content/items/ccd6da9acc7143ce822661ba11ee2017/resources/Lee-County-icon.png"},{"id":"Lee_Ortho_2022_Q1","name":"Lee County Orthoimagery (2022 Q1)","type":"wms","template":"https://gissvr4.leepa.org/gissvr/rest/services/AP2022Pict/MapServer/export?f=image&format=jpg&layers=0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-03-11T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.55909,26.7814],[-82.20292,26.78198],[-82.20286,26.79578],[-82.27953,26.79578],[-82.27819,26.69713],[-82.23279,26.61737],[-82.22554,26.58889],[-82.20807,26.56391],[-82.1988,26.4798],[-82.09981,26.41128],[-82.03777,26.4282],[-81.93664,26.42873],[-81.84513,26.32812],[-81.82037,26.32815],[-81.82039,26.31439],[-81.65248,26.31408],[-81.6522,26.4104],[-81.56062,26.41004],[-81.55909,26.7814]]],"terms_url":"https://www.leegov.com/gis/data/aerials","terms_text":"Lee County GIS","description":"The 2022 Q1 orthoimagery for Lee County of the State of Florida","icon":"https://www.arcgis.com/sharing/rest/content/items/ccd6da9acc7143ce822661ba11ee2017/resources/Lee-County-icon.png"},{"id":"Lee_Ortho_2022_Q4","name":"Lee County Orthoimagery (2022 Q4)","type":"wms","template":"https://gissvr4.leepa.org/gissvr/rest/services/AP2022q4Pict/MapServer/export?f=image&format=jpg&layers=0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-12-31T00:00:00.000Z","startDate":"2022-10-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.55909,26.7814],[-82.20292,26.78198],[-82.20286,26.79578],[-82.27953,26.79578],[-82.27819,26.69713],[-82.23279,26.61737],[-82.22554,26.58889],[-82.20807,26.56391],[-82.1988,26.4798],[-82.09981,26.41128],[-82.03777,26.4282],[-81.93664,26.42873],[-81.84513,26.32812],[-81.82037,26.32815],[-81.82039,26.31439],[-81.65248,26.31408],[-81.6522,26.4104],[-81.56062,26.41004],[-81.55909,26.7814]]],"terms_url":"https://www.leegov.com/gis/data/aerials","terms_text":"Lee County GIS","description":"The 2022 Q4 orthoimagery for Lee County of the State of Florida","icon":"https://www.arcgis.com/sharing/rest/content/items/ccd6da9acc7143ce822661ba11ee2017/resources/Lee-County-icon.png"},{"id":"Lee_Ortho_2023","name":"Lee County Orthoimagery (2023)","type":"wms","template":"https://gissvr4.leepa.org/gissvr/rest/services/AP2023Pict/MapServer/export?f=image&format=jpg&layers=0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-29T00:00:00.000Z","startDate":"2023-01-05T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.55909,26.7814],[-82.20292,26.78198],[-82.20286,26.79578],[-82.27953,26.79578],[-82.27819,26.69713],[-82.23279,26.61737],[-82.22554,26.58889],[-82.20807,26.56391],[-82.1988,26.4798],[-82.09981,26.41128],[-82.03777,26.4282],[-81.93664,26.42873],[-81.84513,26.32812],[-81.82037,26.32815],[-81.82039,26.31439],[-81.65248,26.31408],[-81.6522,26.4104],[-81.56062,26.41004],[-81.55909,26.7814]]],"terms_url":"https://www.leegov.com/gis/data/aerials","terms_text":"Lee County GIS","description":"The 2023 orthoimagery for Lee County of the State of Florida","icon":"https://www.arcgis.com/sharing/rest/content/items/ccd6da9acc7143ce822661ba11ee2017/resources/Lee-County-icon.png"},{"id":"Lee_Ortho_2024","name":"Lee County Orthoimagery (2024)","type":"wms","template":"https://gissvr4.leepa.org/gissvr/rest/services/AP2024Pict/MapServer/export?f=image&format=jpg&layers=0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-03-11T00:00:00.000Z","startDate":"2024-01-08T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.55909,26.7814],[-82.20292,26.78198],[-82.20286,26.79578],[-82.27953,26.79578],[-82.27819,26.69713],[-82.23279,26.61737],[-82.22554,26.58889],[-82.20807,26.56391],[-82.1988,26.4798],[-82.09981,26.41128],[-82.03777,26.4282],[-81.93664,26.42873],[-81.84513,26.32812],[-81.82037,26.32815],[-81.82039,26.31439],[-81.65248,26.31408],[-81.6522,26.4104],[-81.56062,26.41004],[-81.55909,26.7814]]],"terms_url":"https://www.leegov.com/gis/data/aerials","terms_text":"Lee County GIS","description":"The 2024 orthoimagery for Lee County of the State of Florida","icon":"https://www.arcgis.com/sharing/rest/content/items/ccd6da9acc7143ce822661ba11ee2017/resources/Lee-County-icon.png"},{"id":"Licking_OH_2023","name":"Licking County Orthoimagery (2023)","type":"wms","template":"https://apps.lickingcounty.gov/arcgis/rest/services/Basemaps/Imagery2023/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-82.47752,40.24575],[-82.47607,40.2645],[-82.75072,40.27696],[-82.77362,39.97606],[-82.77941,39.97638],[-82.78238,39.93973],[-82.47333,39.92498],[-82.46314,39.93058],[-82.41846,39.92745],[-82.41897,39.92258],[-82.30121,39.91614],[-82.23414,39.9133],[-82.23164,39.95129],[-82.19885,39.95022],[-82.18284,40.23866],[-82.28095,40.24019],[-82.28094,40.2393],[-82.32857,40.23967],[-82.47752,40.24575]]],"terms_url":"https://lickingcounty.gov/","terms_text":"Licking County, State of Ohio","description":"Spring 2023 orthoimagery for Licking County in the State of Ohio","icon":"https://lickingcounty.gov/img/00/LC-logo.png"},{"id":"lidingo-orto","name":"Lidingö Orthophoto","type":"wms","template":"https://karta.lidingo.se/wms?LAYERS=theme-ortofoto2012&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&servicename=wms_ortofoto_2012","category":"photo","projection":"EPSG:4326","zoomExtent":[5,21],"polygon":[[[18.08826,59.38201],[18.10367,59.3744],[18.11405,59.35761],[18.17521,59.32391],[18.25962,59.35918],[18.29515,59.36662],[18.30348,59.37265],[18.16255,59.38983],[18.13877,59.40347],[18.10006,59.39399],[18.08826,59.38201]]],"terms_url":"https://www.lidingo.se/oppnadata/oppnadata.4.3f8c1a7415bf516a427a636.html","terms_text":"© Lidingö municipality, CC0","best":true,"description":"Orthophotos from the municipality of Lidingö 2012, CC0 license","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Lidingö_kommunvapen_-_Riksarkivet_Sverige.png/207px-Lidingö_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"linkoping-orto","name":"Linköping Orthophoto","type":"wms","template":"http://kartan.linkoping.se/wms?LAYERS=Kommun_2010_25cm&STYLES=&FORMAT=image/jpeg&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&SERVICENAME=wms_ortofoto","category":"photo","projection":"EPSG:3857","zoomExtent":[13,20],"polygon":[[[15.36884,58.6305],[15.3582,58.47288],[15.24971,58.40027],[15.32387,58.38012],[15.35889,58.16455],[15.27203,58.13483],[15.28713,58.1031],[15.37777,58.05881],[15.50171,58.07679],[15.55939,58.14661],[15.56763,58.19134],[15.65861,58.15513],[15.84915,58.21449],[15.82718,58.30588],[16.08089,58.37148],[15.91438,58.51755],[15.76675,58.52006],[15.7592,58.55267],[15.58376,58.6414],[15.54119,58.60672],[15.54291,58.64408],[15.46635,58.6339],[15.41279,58.65623],[15.36884,58.6305]]],"terms_url":"https://www.linkoping.se/open/","terms_text":"© Linköping municipality","best":true,"description":"Orthophotos from the municipality of Linköping 2010, open data","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Linköping_vapen.svg/198px-Linköping_vapen.svg.png"},{"id":"LINZ_Auckland_2010","name":"LINZ Auckland 2010-2012","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/auckland-rural-2010-2012-0.5m/WebMercatorQuad/{zoom}/{x}/{y}.webp?api=d01egend5f8dv4zcbfj6z2t7rs3","category":"historicphoto","endDate":"2012-01-01T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[174.60022,-37.32212],[174.59988,-37.33386],[174.75986,-37.33086],[174.75849,-37.26504],[174.86904,-37.26422],[174.87213,-37.39444],[175.03246,-37.39198],[175.02972,-37.26176],[175.24395,-37.25793],[175.24258,-37.12748],[175.34935,-37.12638],[175.34454,-36.92904],[175.23331,-36.93233],[175.22919,-36.41465],[175.5368,-36.40581],[175.59448,-36.34721],[175.59448,-36.27749],[175.52994,-36.08351],[175.4187,-36.01911],[175.20859,-35.83006],[175.04517,-35.83452],[175.04517,-35.96467],[174.67781,-36.10154],[174.5216,-36.10265],[174.52126,-36.16726],[174.46907,-36.23264],[174.36195,-36.29714],[174.0564,-36.44338],[174.60022,-37.32212]]],"terms_url":"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data","terms_text":"Sourced from LINZ CC-BY 4.0","icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LINZ_Bay_of_Plenty_2014","name":"LINZ Bay of Plenty 2014-2015","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/bay-of-plenty-urban-2014-2015-0.125m/WebMercatorQuad/{zoom}/{x}/{y}.webp?api=d01egend5f8dv4zcbfj6z2t7rs3","category":"historicphoto","endDate":"2015-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[175.94604,-37.38653],[175.92682,-37.3868],[175.92854,-37.41762],[175.94055,-37.43261],[175.94158,-37.45224],[175.93094,-37.45278],[175.92442,-37.48276],[175.91652,-37.49638],[175.92682,-37.50891],[175.9481,-37.50918],[175.94879,-37.51544],[175.94193,-37.51544],[175.9433,-37.5228],[175.91,-37.5228],[175.91171,-37.52906],[175.90588,-37.5296],[175.90828,-37.59383],[175.9354,-37.59465],[175.94879,-37.64468],[175.99274,-37.65148],[175.99274,-37.66344],[176.01471,-37.66344],[176.02158,-37.68871],[176.00578,-37.7156],[176.04836,-37.71615],[176.06792,-37.73353],[176.07788,-37.7338],[176.07754,-37.74113],[176.06552,-37.74004],[176.06689,-37.76067],[176.09573,-37.7775],[176.12226,-37.7777],[176.12268,-37.78415],[176.11762,-37.78442],[176.11839,-37.79744],[176.12895,-37.79717],[176.1335,-37.78808],[176.1335,-37.7775],[176.15993,-37.77614],[176.16062,-37.7889],[176.18328,-37.78862],[176.18225,-37.76447],[176.22036,-37.72294],[176.26568,-37.72239],[176.27357,-37.72619],[176.27563,-37.74791],[176.29589,-37.7471],[176.29589,-37.74167],[176.34121,-37.74004],[176.34911,-37.75253],[176.38618,-37.75199],[176.41983,-37.76936],[176.45691,-37.76746],[176.48403,-37.78672],[176.50257,-37.78672],[176.62823,-37.85317],[176.75011,-37.89518],[176.77757,-37.89382],[176.77689,-37.90032],[176.82049,-37.90005],[176.82152,-37.90601],[176.84349,-37.90547],[176.8428,-37.91224],[176.86443,-37.9117],[176.87199,-37.92416],[176.88229,-37.9247],[176.8816,-37.91712],[176.89293,-37.91712],[176.92142,-37.93526],[176.94237,-37.93391],[176.94305,-37.94149],[176.95953,-37.94014],[176.96022,-37.94663],[176.94958,-37.95394],[176.95095,-37.96585],[176.97807,-37.98507],[177.04777,-37.9829],[177.05086,-38.02213],[177.07867,-38.02078],[177.09515,-38.03241],[177.11575,-38.03241],[177.13557,-38.05134],[177.16759,-38.05005],[177.16742,-38.0437],[177.17274,-38.04322],[177.15523,-38.01834],[177.17162,-38.0176],[177.17119,-38.01158],[177.20372,-38.01003],[177.20329,-38.00367],[177.26355,-38.00144],[177.26432,-38.01442],[177.28578,-38.01348],[177.28573,-38.00714],[177.29123,-38.00697],[177.29101,-38.00036],[177.36732,-37.99758],[177.36663,-37.99116],[177.37744,-37.99089],[177.37761,-37.99752],[177.39967,-37.99657],[177.3995,-37.99001],[177.42671,-37.98892],[177.42637,-37.98243],[177.4316,-37.98202],[177.43117,-37.9758],[177.44199,-37.97539],[177.44104,-37.96227],[177.42774,-37.96592],[177.42225,-37.96822],[177.41933,-37.97445],[177.3959,-37.97912],[177.28432,-37.98832],[177.16656,-37.98372],[177.06116,-37.96775],[177.02923,-37.95733],[177.01936,-37.93763],[177.01223,-37.93621],[177.00502,-37.94163],[176.93138,-37.91414],[176.82392,-37.89111],[176.77483,-37.88569],[176.73054,-37.87377],[176.61175,-37.8304],[176.50188,-37.77044],[176.48094,-37.75416],[176.47056,-37.74025],[176.46918,-37.73875],[176.46601,-37.73896],[176.46051,-37.74893],[176.45511,-37.75233],[176.43708,-37.7509],[176.40824,-37.74337],[176.38979,-37.73631],[176.34816,-37.71526],[176.29658,-37.69774],[176.24585,-37.67485],[176.19238,-37.63694],[176.19204,-37.63435],[176.19221,-37.62701],[176.17315,-37.62137],[176.16431,-37.62722],[176.16474,-37.63143],[176.16062,-37.63225],[176.15573,-37.62694],[176.09539,-37.57669],[176.01643,-37.48467],[175.99239,-37.46123],[175.94991,-37.41244],[175.94158,-37.39601],[175.94604,-37.38653]]],"terms_url":"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data","terms_text":"Sourced from LINZ CC-BY 4.0","icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LINZ_Christchurch_2015","name":"LINZ Christchurch 2015-2016","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/christchurch-urban-2015-2016-0.075m/WebMercatorQuad/{zoom}/{x}/{y}.webp?api=d01egend5f8dv4zcbfj6z2t7rs3","category":"historicphoto","endDate":"2016-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[172.70782,-43.39008],[172.67487,-43.39008],[172.61135,-43.42674],[172.44862,-43.44494],[172.39437,-43.45566],[172.39094,-43.46463],[172.4366,-43.47036],[172.42149,-43.5137],[172.45651,-43.56149],[172.48295,-43.55328],[172.56844,-43.62241],[172.58251,-43.61719],[172.61135,-43.62986],[172.62371,-43.62415],[172.62268,-43.64104],[172.65186,-43.64129],[172.65152,-43.67011],[172.67693,-43.66936],[172.67761,-43.66191],[172.71812,-43.66166],[172.71881,-43.64726],[172.76207,-43.6475],[172.76207,-43.62216],[172.74834,-43.6229],[172.74834,-43.60327],[172.83417,-43.60128],[172.76276,-43.55552],[172.71744,-43.45691],[172.70782,-43.39008]]],"terms_url":"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data","terms_text":"Sourced from LINZ CC-BY 4.0","icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LINZ_Cyclone_Gabrielle_Hawkes_Bay","name":"LINZ Cyclone Gabrielle – Hawke's Bay","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/hawkes-bay-cyclone-gabrielle-2023-0.1m/WebMercatorQuad/{zoom}/{x}/{y}.webp?api=d01egend5f8dv4zcbfj6z2t7rs3","category":"photo","endDate":"2023-02-21T00:00:00.000Z","startDate":"2023-02-19T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[177.03141,-39.63949],[176.96938,-39.60062],[176.9254,-39.46675],[176.91795,-39.36078],[177.00087,-39.28245],[177.22801,-39.38037],[177.3782,-39.0737],[177.46378,-39.05948],[177.44454,-38.97109],[177.47214,-38.89528],[177.46921,-38.87835],[177.44579,-38.87347],[177.42069,-38.87477],[177.39727,-38.88714],[177.33847,-39.00274],[177.37479,-39.07678],[177.22745,-39.38005],[176.98465,-39.24825],[176.8571,-39.31524],[176.65631,-39.35209],[176.59246,-39.42406],[176.55256,-39.43536],[176.46078,-39.53494],[176.42486,-39.57288],[176.64301,-39.67533],[176.74011,-39.6999],[176.59379,-39.88489],[176.55389,-39.87468],[176.50334,-39.77764],[176.41289,-39.79808],[176.3118,-39.95018],[176.32111,-40.0256],[176.4661,-39.99809],[176.52063,-40.06225],[176.55655,-40.02763],[176.70419,-39.97873],[176.75208,-39.85835],[177.03141,-39.63949]]],"terms_url":"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data","terms_text":"Sourced from LINZ CC-BY 4.0","best":true,"icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LINZ_Hamilton_2016","name":"LINZ Hamilton 2016-2017","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/hamilton-urban-2016-2017-0.1m/WebMercatorQuad/{zoom}/{x}/{y}.webp?api=d01egend5f8dv4zcbfj6z2t7rs3","category":"historicphoto","endDate":"2017-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[175.17048,-37.67214],[175.17494,-37.84531],[175.26798,-37.8388],[175.26695,-37.85507],[175.28275,-37.85507],[175.28343,-37.86835],[175.37956,-37.86699],[175.37819,-37.7604],[175.33115,-37.7604],[175.33047,-37.74167],[175.31536,-37.74167],[175.31502,-37.72022],[175.29957,-37.71995],[175.30025,-37.70637],[175.28206,-37.70664],[175.2824,-37.68382],[175.20721,-37.68273],[175.20653,-37.67023],[175.17048,-37.67214]]],"terms_url":"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data","terms_text":"Sourced from LINZ CC-BY 4.0","icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LINZ_NZ_Aerial_Imagery","name":"LINZ NZ Aerial Imagery","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/aerial/WebMercatorQuad/{zoom}/{x}/{y}.webp?api=d01egend5f8dv4zcbfj6z2t7rs3","category":"photo","zoomExtent":[0,21],"polygon":[[[-176.08887,-43.6321],[-176.95679,-43.6321],[-176.95679,-44.40239],[-176.08887,-44.40239],[-176.08887,-43.6321]],[[166.48132,-46.22545],[167.67883,-46.47192],[167.25037,-47.21957],[167.24487,-47.28016],[167.50305,-47.37975],[168.25012,-47.1561],[168.74451,-46.7963],[169.32678,-46.75492],[169.78271,-46.60417],[170.42542,-46.11133],[170.80444,-45.95115],[170.95276,-45.44086],[171.30981,-44.91036],[171.40869,-44.39062],[172.56226,-43.92955],[172.90283,-43.9691],[173.16101,-43.90977],[173.25989,-43.69568],[172.97424,-43.5366],[172.76001,-43.37711],[173.15002,-43.17714],[173.70483,-42.63396],[174.36401,-41.7836],[174.32007,-41.40978],[174.84741,-41.52914],[175.07263,-41.70573],[175.50659,-41.67291],[176.2262,-41.10833],[176.83044,-40.42604],[177.17102,-39.67337],[177.03918,-39.39375],[177.44568,-39.18118],[177.60498,-39.33005],[177.97852,-39.36828],[178.33557,-38.65978],[178.70911,-37.74466],[178.62671,-37.54458],[178.3136,-37.43125],[177.62146,-37.37889],[177.03918,-37.39635],[176.56128,-37.37016],[176.33606,-37.05956],[176.00647,-36.29742],[175.67688,-36.05354],[174.67163,-35.1783],[173.19397,-34.28445],[172.67761,-34.23451],[172.38647,-34.40238],[172.47986,-34.71904],[172.98523,-35.32185],[173.56201,-36.14231],[174.30908,-37.07709],[174.55627,-38.05242],[174.47937,-38.65549],[174.32556,-38.86537],[173.79822,-38.95941],[173.60596,-39.23225],[173.69934,-39.56335],[174.58923,-39.95607],[174.98474,-40.21664],[174.98474,-40.49292],[174.72107,-40.80549],[174.14978,-40.65147],[173.28186,-40.4344],[172.58972,-40.35073],[172.08435,-40.53468],[171.76575,-40.82628],[171.57349,-41.39742],[171.28235,-41.65239],[170.87585,-42.53284],[170.354,-42.87194],[168.27759,-43.92955],[167.6239,-44.47691],[166.55273,-45.38688],[166.27258,-45.91677],[166.48132,-46.22545]]],"terms_url":"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data","terms_text":"Sourced from LINZ CC-BY 4.0","best":true,"icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LINZ_NZ_Topo50_Gridless_Maps","name":"LINZ NZ Topo50 Gridless Maps","type":"tms","template":"https://map.cazzaserver.com/linz_topo/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[6,21],"polygon":[[[167.25037,-47.21957],[167.24487,-47.28016],[167.50305,-47.37975],[168.25012,-47.1561],[168.74451,-46.7963],[169.32678,-46.75492],[169.78271,-46.60417],[170.42542,-46.11133],[170.80444,-45.95115],[170.95276,-45.44086],[171.30981,-44.91036],[171.40869,-44.39062],[172.56226,-43.92955],[172.90283,-43.9691],[173.16101,-43.90977],[173.25989,-43.69568],[172.97424,-43.5366],[172.76001,-43.37711],[173.15002,-43.17714],[173.70483,-42.63396],[174.36401,-41.7836],[174.32007,-41.40978],[174.84741,-41.52914],[175.07263,-41.70573],[175.50659,-41.67291],[176.2262,-41.10833],[176.83044,-40.42604],[177.17102,-39.67337],[177.03918,-39.39375],[177.44568,-39.18118],[177.60498,-39.33005],[177.97852,-39.36828],[178.33557,-38.65978],[178.70911,-37.74466],[178.62671,-37.54458],[178.3136,-37.43125],[177.62146,-37.37889],[177.03918,-37.39635],[176.56128,-37.37016],[176.33606,-37.05956],[176.00647,-36.29742],[175.67688,-36.05354],[174.67163,-35.1783],[173.19397,-34.28445],[172.67761,-34.23451],[172.38647,-34.40238],[172.47986,-34.71904],[172.98523,-35.32185],[173.56201,-36.14231],[174.30908,-37.07709],[174.55627,-38.05242],[174.47937,-38.65549],[174.32556,-38.86537],[173.79822,-38.95941],[173.60596,-39.23225],[173.69934,-39.56335],[174.58923,-39.95607],[174.98474,-40.21664],[174.98474,-40.49292],[174.72107,-40.80549],[174.14978,-40.65147],[173.28186,-40.4344],[172.58972,-40.35073],[172.08435,-40.53468],[171.76575,-40.82628],[171.57349,-41.39742],[171.28235,-41.65239],[170.87585,-42.53284],[170.354,-42.87194],[168.27759,-43.92955],[167.6239,-44.47691],[166.55273,-45.38688],[166.27258,-45.91677],[166.48132,-46.22545],[167.67883,-46.47192],[167.25037,-47.21957]]],"terms_url":"https://data.linz.govt.nz/layer/2343-nz-mainland-topo50-gridless-maps","terms_text":"CC BY 4.0 Land Information New Zealand","icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LINZ_Wellington_2017","name":"LINZ Wellington 2017","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/wellington-urban-2017-0.1m/WebMercatorQuad/{zoom}/{x}/{y}.webp?api=d01egend5f8dv4zcbfj6z2t7rs3","category":"historicphoto","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[174.85574,-41.22625],[174.86398,-41.22631],[174.86398,-41.22328],[174.85514,-41.22328],[174.85514,-41.21999],[174.85205,-41.21999],[174.85205,-41.21372],[174.84913,-41.21359],[174.8487,-41.19416],[174.84561,-41.19403],[174.84561,-41.18789],[174.84269,-41.18783],[174.84261,-41.1813],[174.85771,-41.17194],[174.85677,-41.16799],[174.84535,-41.16806],[174.84501,-41.16173],[174.842,-41.16192],[174.84183,-41.14887],[174.83231,-41.14906],[174.81943,-41.16218],[174.81068,-41.1625],[174.81042,-41.15914],[174.80527,-41.15927],[174.80518,-41.16606],[174.80227,-41.16573],[174.80261,-41.17568],[174.80776,-41.17529],[174.80844,-41.18117],[174.79497,-41.19874],[174.79488,-41.21101],[174.78682,-41.21792],[174.78664,-41.23393],[174.77875,-41.23393],[174.7784,-41.23716],[174.7724,-41.23754],[174.7724,-41.24071],[174.7615,-41.24077],[174.76141,-41.24722],[174.753,-41.24755],[174.75308,-41.25432],[174.75592,-41.254],[174.756,-41.26381],[174.75051,-41.264],[174.75051,-41.27058],[174.72519,-41.27058],[174.72502,-41.28039],[174.71403,-41.28064],[174.71386,-41.29683],[174.71678,-41.2969],[174.71686,-41.30315],[174.7227,-41.30315],[174.72261,-41.29993],[174.73472,-41.29999],[174.73454,-41.30605],[174.73111,-41.30599],[174.73171,-41.32185],[174.70965,-41.33899],[174.70957,-41.34202],[174.6924,-41.34234],[174.69223,-41.34769],[174.70236,-41.35826],[174.70957,-41.35839],[174.71446,-41.3638],[174.71781,-41.36386],[174.72201,-41.35832],[174.72845,-41.35806],[174.7342,-41.35091],[174.79214,-41.35162],[174.82312,-41.3455],[174.83316,-41.33364],[174.84097,-41.33377],[174.84089,-41.32101],[174.83548,-41.32062],[174.83488,-41.30489],[174.8378,-41.30489],[174.83754,-41.29812],[174.84063,-41.29819],[174.84046,-41.292],[174.82784,-41.28219],[174.79119,-41.28271],[174.79076,-41.26974],[174.79566,-41.26955],[174.79609,-41.26019],[174.85574,-41.22625]]],"terms_url":"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data","terms_text":"Sourced from LINZ CC-BY 4.0","icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LIST_Topographic","name":"LIST Topographic","type":"tms","template":"https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Topographic/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[0,18],"polygon":[[[146.9687,-39.16034],[143.54047,-39.44487],[145.05205,-43.91563],[148.2763,-43.90353],[149.33842,-39.35686],[146.9687,-39.16034]],[[158.87305,-54.78955],[158.98716,-54.47417],[158.82598,-54.47385],[158.72216,-54.78157],[158.87305,-54.78955]]],"terms_url":"http://www.thelist.tas.gov.au","terms_text":"the LIST © State of Tasmania","icon":"https://listdata.thelist.tas.gov.au/images/header-list-logo.png"},{"id":"ORT10LT","name":"Lithuania - NŽT ORT10LT","type":"tms","template":"https://ort10lt.openmap.lt/g16/{zoom}/{x}/{y}.jpeg","category":"photo","endDate":"2016-01-01T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","zoomExtent":[4,18],"polygon":[[[26.21384,55.85075],[25.67312,56.14937],[25.57714,56.18241],[25.12774,56.20591],[24.90238,56.48053],[24.62841,56.37533],[24.57947,56.28824],[24.45415,56.25816],[24.28574,56.30064],[24.12146,56.2489],[24.019,56.32976],[23.76669,56.32381],[23.7648,56.37332],[23.55717,56.33382],[23.30645,56.38305],[23.17034,56.36677],[23.09325,56.30464],[22.94668,56.41465],[22.91917,56.37902],[22.68,56.35159],[22.43727,56.4064],[22.0153,56.42428],[21.96954,56.37665],[21.83566,56.37162],[21.72359,56.31382],[21.5021,56.2955],[21.2308,56.16233],[21.20478,56.08117],[21.06403,56.06995],[21.03995,55.83636],[21.08635,55.56183],[20.94217,55.28245],[21.09836,55.25639],[21.27098,55.24501],[21.38437,55.2937],[21.50151,55.18682],[21.64919,55.18081],[21.91307,55.08168],[22.03241,55.0841],[22.0806,55.02448],[22.58924,55.07024],[22.6424,54.97134],[22.8204,54.91198],[22.88668,54.8135],[22.74297,54.72682],[22.74897,54.63198],[22.68386,54.58597],[22.70234,54.4529],[22.792,54.36332],[22.85469,54.4104],[23.01021,54.3828],[23.04212,54.31597],[23.38679,54.22484],[23.48586,54.15323],[23.52734,54.04735],[23.48224,53.98938],[23.53704,53.94307],[23.70977,53.93945],[23.77812,53.89892],[23.91302,53.96968],[23.96833,53.9267],[24.20161,53.97001],[24.35206,53.89679],[24.43426,53.90144],[24.62591,54.0105],[24.69787,54.01714],[24.68459,53.96211],[24.81957,53.99772],[24.87128,54.0349],[24.77902,54.09991],[24.81338,54.14486],[24.95737,54.17206],[25.0706,54.13363],[25.26893,54.27447],[25.51362,54.30785],[25.58967,54.22858],[25.51095,54.17503],[25.55508,54.14619],[25.78588,54.15506],[25.78573,54.23362],[25.67716,54.32381],[25.53194,54.34182],[25.76261,54.5769],[25.74298,54.81506],[25.85782,54.9276],[26.06191,54.94161],[26.20851,54.99741],[26.27138,55.07759],[26.22963,55.10732],[26.35774,55.15054],[26.46112,55.12856],[26.67648,55.15883],[26.74346,55.25399],[26.82913,55.27635],[26.79197,55.3212],[26.43993,55.34794],[26.55415,55.38883],[26.52422,55.50992],[26.62053,55.56892],[26.63036,55.68067],[26.38583,55.70453],[26.21384,55.85075]]],"terms_url":"https://www.geoportal.lt","terms_text":"NŽT ORT10LT","best":true},{"id":"mapbox_locator_overlay","name":"Locator Overlay","type":"tms","template":"7586487389962e3f7c24b076dcc8270e6e23a5cb81e890c3fbe9928c5093fa862d8d946ea4a44f02efec19eda9f69b0bc82df4d53b740a5e284aef977eda72de707e354b5b2aa6f1afe22e7c67af90bcb2f8b411c773f6975badf128356ed1bc36fab11bb8fb221958273b22615127e25f52d3b423676a0ae92e2c9293321614e93443ce3b4fd688e8d58f0e9024a515beb7c68a31231802580a3c6504b483e021b06719d39d8a7ee63ed49fa45fe55283c89b7719dad108c539a4deae3d45cc56a1cfe2983edd7fb65906e0f00e8620eeab1f6827","category":"osmbasedmap","zoomExtent":[0,16],"overzoom":false,"terms_url":"https://www.mapbox.com/about/maps","terms_text":"Terms & Feedback","default":true,"description":"Shows major features to help orient you.","encrypted":true,"overlay":true},{"id":"Lodz-buildings","name":"Łódź: Buildings","type":"wms","template":"https://gis.mapa.lodz.pl/awiskts/services/WMS_publikowane/LODZ/MapServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Budynki,Ulice,Adresy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","polygon":[[[19.55046,51.68509],[19.55032,51.68942],[19.62044,51.68868],[19.62059,51.70167],[19.63322,51.70167],[19.63337,51.7152],[19.64421,51.7152],[19.64496,51.74695],[19.65714,51.74676],[19.65759,51.7647],[19.63411,51.76488],[19.63649,51.82342],[19.57825,51.82397],[19.57944,51.85105],[19.56785,51.85105],[19.568,51.85582],[19.52238,51.85619],[19.52194,51.86509],[19.47529,51.86601],[19.47499,51.86133],[19.4634,51.86133],[19.4634,51.85701],[19.42834,51.85738],[19.42789,51.83985],[19.39342,51.84022],[19.39342,51.84444],[19.33473,51.84481],[19.33488,51.82718],[19.32389,51.82709],[19.323,51.81359],[19.31141,51.81387],[19.31052,51.79126],[19.32225,51.79108],[19.32107,51.75532],[19.33251,51.75513],[19.33206,51.74612],[19.32077,51.74612],[19.31988,51.71493],[19.33176,51.71474],[19.33132,51.70572],[19.34291,51.70544],[19.34216,51.692],[19.37723,51.69172],[19.37723,51.68739],[19.41214,51.68703],[19.41155,51.67791],[19.43517,51.67754],[19.43517,51.68168],[19.48063,51.6815],[19.48084,51.68589],[19.50351,51.68564],[19.50381,51.68085],[19.53858,51.68067],[19.53843,51.68518],[19.55046,51.68509]]],"terms_text":"Urząd Miasta Łodzi","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/dOrthophotomap2017(aerialimage).png"},{"id":"Lodz-2015","name":"Łódź: Orthophotomap 2015 (aerial image)","type":"wms","template":"https://gis.mapa.lodz.pl/awiskts/services/Ortofotomapa/Ortofotomapa/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","projection":"EPSG:4326","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[19.55046,51.68509],[19.55032,51.68942],[19.62044,51.68868],[19.62059,51.70167],[19.63322,51.70167],[19.63337,51.7152],[19.64421,51.7152],[19.64496,51.74695],[19.65714,51.74676],[19.65759,51.7647],[19.63411,51.76488],[19.63649,51.82342],[19.57825,51.82397],[19.57944,51.85105],[19.56785,51.85105],[19.568,51.85582],[19.52238,51.85619],[19.52194,51.86509],[19.47529,51.86601],[19.47499,51.86133],[19.4634,51.86133],[19.4634,51.85701],[19.42834,51.85738],[19.42789,51.83985],[19.39342,51.84022],[19.39342,51.84444],[19.33473,51.84481],[19.33488,51.82718],[19.32389,51.82709],[19.323,51.81359],[19.31141,51.81387],[19.31052,51.79126],[19.32225,51.79108],[19.32107,51.75532],[19.33251,51.75513],[19.33206,51.74612],[19.32077,51.74612],[19.31988,51.71493],[19.33176,51.71474],[19.33132,51.70572],[19.34291,51.70544],[19.34216,51.692],[19.37723,51.69172],[19.37723,51.68739],[19.41214,51.68703],[19.41155,51.67791],[19.43517,51.67754],[19.43517,51.68168],[19.48063,51.6815],[19.48084,51.68589],[19.50351,51.68564],[19.50381,51.68085],[19.53858,51.68067],[19.53843,51.68518],[19.55046,51.68509]]],"terms_text":"Urząd Miasta Łodzi","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/dOrthophotomap2017(aerialimage).png"},{"id":"Lodz-2017","name":"Łódź: Orthophotomap 2017 (aerial image)","type":"wms","template":"https://mapa.lodz.pl/3/services/OGC/Ortofotomapa/MapServer/WmsServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[19.55046,51.68509],[19.55032,51.68942],[19.62044,51.68868],[19.62059,51.70167],[19.63322,51.70167],[19.63337,51.7152],[19.64421,51.7152],[19.64496,51.74695],[19.65714,51.74676],[19.65759,51.7647],[19.63411,51.76488],[19.63649,51.82342],[19.57825,51.82397],[19.57944,51.85105],[19.56785,51.85105],[19.568,51.85582],[19.52238,51.85619],[19.52194,51.86509],[19.47529,51.86601],[19.47499,51.86133],[19.4634,51.86133],[19.4634,51.85701],[19.42834,51.85738],[19.42789,51.83985],[19.39342,51.84022],[19.39342,51.84444],[19.33473,51.84481],[19.33488,51.82718],[19.32389,51.82709],[19.323,51.81359],[19.31141,51.81387],[19.31052,51.79126],[19.32225,51.79108],[19.32107,51.75532],[19.33251,51.75513],[19.33206,51.74612],[19.32077,51.74612],[19.31988,51.71493],[19.33176,51.71474],[19.33132,51.70572],[19.34291,51.70544],[19.34216,51.692],[19.37723,51.69172],[19.37723,51.68739],[19.41214,51.68703],[19.41155,51.67791],[19.43517,51.67754],[19.43517,51.68168],[19.48063,51.6815],[19.48084,51.68589],[19.50351,51.68564],[19.50381,51.68085],[19.53858,51.68067],[19.53843,51.68518],[19.55046,51.68509]]],"terms_text":"Urząd Miasta Łodzi","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/dOrthophotomap2017(aerialimage).png"},{"id":"Loire_Atlantique-Orthophotos-2016","name":"Loire-Atlantique - Orthophotos 2016 - 10 cm","type":"wms","template":"https://wms-vuduciel2.makina-corpus.net/geoserver/wms?LAYERS=cg44:ortho44-2016&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-1.48638,46.87691],[-1.48622,46.89724],[-1.51142,46.91371],[-1.50222,46.92973],[-1.50507,46.94439],[-1.52961,46.97252],[-1.52764,47.00541],[-1.49213,47.02722],[-1.48644,46.99943],[-1.49235,46.98433],[-1.48775,46.93063],[-1.47504,46.9176],[-1.45014,46.91186],[-1.3491,46.94446],[-1.33918,46.969],[-1.34972,47.02397],[-1.28524,47.02185],[-1.26727,47.06325],[-1.21582,47.02904],[-1.14453,47.01636],[-1.09989,47.03199],[-1.09431,47.0717],[-1.14081,47.08056],[-1.15568,47.10504],[-1.20838,47.10968],[-1.20652,47.12402],[-1.1563,47.15818],[-1.14143,47.1763],[-1.16498,47.24957],[-1.20032,47.26935],[-1.23379,47.26093],[-1.28339,47.32736],[-0.97157,47.35845],[-0.92694,47.37482],[-0.9009,47.39874],[-0.93376,47.43859],[-0.93686,47.47715],[-0.94863,47.50103],[-1.0317,47.51778],[-1.13275,47.5161],[-1.13585,47.55628],[-1.0317,47.55001],[-0.98459,47.58598],[-0.99265,47.6027],[-1.09121,47.6332],[-1.13151,47.63654],[-1.15196,47.69332],[-1.18668,47.73462],[-1.21086,47.7317],[-1.22635,47.73628],[-1.21643,47.75838],[-1.23007,47.78587],[-1.346,47.81086],[-1.38133,47.84415],[-1.49911,47.84166],[-1.49601,47.81752],[-1.63735,47.77463],[-1.67455,47.72544],[-1.83077,47.72419],[-1.98016,47.70751],[-2.08121,47.66578],[-2.10055,47.65141],[-2.11141,47.62873],[-2.09981,47.62005],[-2.1001,47.61123],[-2.11783,47.60126],[-2.12109,47.54674],[-2.23223,47.51499],[-2.24836,47.52384],[-2.31063,47.53021],[-2.50573,47.50812],[-2.63913,47.41678],[-2.54862,47.28575],[-2.41658,47.25336],[-2.29694,47.22769],[-2.19341,47.25546],[-2.19217,47.16914],[-2.22627,47.17124],[-2.2678,47.12656],[-2.07067,47.08521],[-1.95475,46.98084],[-1.89276,46.94234],[-1.73468,46.87246],[-1.54437,46.84873],[-1.48638,46.87691]]],"terms_url":"http://data2.loire-atlantique.fr/licences/","terms_text":"© Loire-Atlantique ouverture des données publiques"},{"id":"Lombardia-Italy-CTR","name":"Lombardia - Italy (C.T.R. 10000 - 1980-94)","type":"wms","template":"https://www.cartografia.servizirl.it/arcgis/services/wms/ctr_wms/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=C.T.R._10000_-_1980-9427122&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[8.4816,45.28938],[8.63085,45.01372],[8.78009,44.98189],[8.86775,45.02712],[9.07148,44.80063],[9.14966,44.79055],[9.19467,44.67106],[9.31549,44.65758],[9.36997,44.698],[9.37945,44.82752],[9.33207,44.91483],[9.41025,45.03716],[9.78692,45.04386],[9.78692,45.00032],[9.93853,45.002],[9.93379,45.08903],[10.00013,45.09071],[10.00013,44.99697],[10.20149,45.002],[10.20149,44.95004],[10.40523,44.9534],[10.40523,44.90476],[10.49288,44.90308],[10.49288,44.8628],[10.6516,44.85776],[10.64686,44.90308],[11.35282,44.89469],[11.35519,44.93663],[11.45706,44.93328],[11.44758,44.97351],[11.3623,45.00032],[11.35282,45.09238],[11.25806,45.09572],[11.25806,45.13752],[11.16094,45.14253],[11.16094,45.18262],[11.05196,45.19097],[11.05196,45.23436],[10.9572,45.23269],[10.9572,45.28605],[10.8577,45.28438],[10.85534,45.32271],[10.74636,45.32937],[10.75347,45.47408],[10.64686,45.48073],[10.60301,45.51074],[10.57636,45.47379],[10.53549,45.50036],[10.59116,45.53148],[10.61666,45.61304],[10.87429,45.84001],[10.82217,45.85982],[10.67529,45.85817],[10.57342,45.8103],[10.58624,46.00773],[10.5016,46.01596],[10.59325,46.11529],[10.60896,46.35583],[10.65634,46.38688],[10.64686,46.46037],[10.4147,46.57285],[10.32705,46.56797],[10.25124,46.65422],[10.07357,46.62494],[10.02382,46.53212],[10.02855,46.43588],[10.07357,46.39832],[10.12095,46.39669],[10.0783,46.32802],[10.14464,46.26582],[10.10436,46.24781],[9.97407,46.40812],[9.71111,46.3689],[9.68742,46.32312],[9.61872,46.30675],[9.55712,46.32475],[9.50264,46.39015],[9.47895,46.5256],[9.25626,46.51582],[9.22546,46.44078],[9.27284,46.34438],[9.17098,46.19044],[9.04305,46.12808],[9.062,46.09195],[8.97435,46.04593],[8.98856,46.00152],[8.93882,45.97354],[9.04068,45.8961],[9.01936,45.84827],[8.84879,46.0081],[8.89854,46.07059],[8.8251,46.11823],[8.70902,46.11659],[8.67823,46.07552],[8.7185,46.01468],[8.55504,45.90434],[8.59768,45.83836],[8.53372,45.79378],[8.6877,45.49235],[8.78009,45.41591],[8.68533,45.37931],[8.71139,45.34103],[8.69481,45.32104],[8.62848,45.37765],[8.5124,45.35768],[8.4816,45.28938]]],"terms_url":"https://www.dati.gov.it/content/italian-open-data-license-v20","terms_text":"Regione Lombardia - Infrastruttura per l'informazione territoriale"},{"id":"Lombardia-Italy-CTR-DBT","name":"Lombardia - Italy (CTR DBT)","type":"wms","template":"https://www.cartografia.servizirl.it/arcgis/services/wms/ctr_wms/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Sfondo%20C.T.R.%2010000&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[8.4816,45.28938],[8.63085,45.01372],[8.78009,44.98189],[8.86775,45.02712],[9.07148,44.80063],[9.14966,44.79055],[9.19467,44.67106],[9.31549,44.65758],[9.36997,44.698],[9.37945,44.82752],[9.33207,44.91483],[9.41025,45.03716],[9.78692,45.04386],[9.78692,45.00032],[9.93853,45.002],[9.93379,45.08903],[10.00013,45.09071],[10.00013,44.99697],[10.20149,45.002],[10.20149,44.95004],[10.40523,44.9534],[10.40523,44.90476],[10.49288,44.90308],[10.49288,44.8628],[10.6516,44.85776],[10.64686,44.90308],[11.35282,44.89469],[11.35519,44.93663],[11.45706,44.93328],[11.44758,44.97351],[11.3623,45.00032],[11.35282,45.09238],[11.25806,45.09572],[11.25806,45.13752],[11.16094,45.14253],[11.16094,45.18262],[11.05196,45.19097],[11.05196,45.23436],[10.9572,45.23269],[10.9572,45.28605],[10.8577,45.28438],[10.85534,45.32271],[10.74636,45.32937],[10.75347,45.47408],[10.64686,45.48073],[10.60301,45.51074],[10.57636,45.47379],[10.53549,45.50036],[10.59116,45.53148],[10.61666,45.61304],[10.87429,45.84001],[10.82217,45.85982],[10.67529,45.85817],[10.57342,45.8103],[10.58624,46.00773],[10.5016,46.01596],[10.59325,46.11529],[10.60896,46.35583],[10.65634,46.38688],[10.64686,46.46037],[10.4147,46.57285],[10.32705,46.56797],[10.25124,46.65422],[10.07357,46.62494],[10.02382,46.53212],[10.02855,46.43588],[10.07357,46.39832],[10.12095,46.39669],[10.0783,46.32802],[10.14464,46.26582],[10.10436,46.24781],[9.97407,46.40812],[9.71111,46.3689],[9.68742,46.32312],[9.61872,46.30675],[9.55712,46.32475],[9.50264,46.39015],[9.47895,46.5256],[9.25626,46.51582],[9.22546,46.44078],[9.27284,46.34438],[9.17098,46.19044],[9.04305,46.12808],[9.062,46.09195],[8.97435,46.04593],[8.98856,46.00152],[8.93882,45.97354],[9.04068,45.8961],[9.01936,45.84827],[8.84879,46.0081],[8.89854,46.07059],[8.8251,46.11823],[8.70902,46.11659],[8.67823,46.07552],[8.7185,46.01468],[8.55504,45.90434],[8.59768,45.83836],[8.53372,45.79378],[8.6877,45.49235],[8.78009,45.41591],[8.68533,45.37931],[8.71139,45.34103],[8.69481,45.32104],[8.62848,45.37765],[8.5124,45.35768],[8.4816,45.28938]]],"terms_url":"https://www.dati.gov.it/content/italian-open-data-license-v20","terms_text":"CTR DBT 10000 Regione Lombardia"},{"id":"Lorain_OH_2024","name":"Lorain County Orthoimagery (2024)","type":"tms","template":"https://tiles.arcgis.com/tiles/vGBb7WYV10mOJRNM/arcgis/rest/services/2024_Spring_Aerials/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-82.35035,41.06267],[-82.15818,41.06255],[-82.1579,41.13511],[-82.0625,41.13505],[-82.06189,41.19239],[-81.9656,41.19218],[-81.96504,41.26481],[-81.86931,41.26439],[-81.86847,41.35127],[-81.96449,41.35169],[-81.96325,41.55263],[-82.34943,41.43978],[-82.35035,41.06267]]],"terms_url":"https://www.loraincountyohio.gov/","terms_text":"Lorain County, State of Ohio","description":"Spring 2024 orthoimagery for Lorain County in the State of Ohio","icon":"https://www.loraincountyauditor.com/gis/images/auditordisplayseal2014.png"},{"id":"Los_Alamos_1in_2018","name":"Los Alamos County Orthoimagery 2018 (1in)","type":"wms","template":"https://gis.losalamosnm.us/securegis/rest/services/imagery/Orthoimagery_drone_1_inch/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-09-01T00:00:00.000Z","startDate":"2018-09-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-106.18705,35.8287],[-106.19015,35.8278],[-106.19076,35.82822],[-106.19184,35.82801],[-106.19192,35.82696],[-106.18814,35.8186],[-106.18558,35.81949],[-106.18222,35.82429],[-106.17905,35.82645],[-106.17873,35.82765],[-106.17955,35.82822],[-106.18219,35.82801],[-106.18705,35.8287]],[[-106.22187,35.8284],[-106.22187,35.82393],[-106.22125,35.82326],[-106.21169,35.82695],[-106.21285,35.82832],[-106.21629,35.82794],[-106.21867,35.82791],[-106.22164,35.82866],[-106.22187,35.8284]],[[-106.27908,35.87515],[-106.2792,35.87841],[-106.28147,35.87971],[-106.28389,35.88049],[-106.29238,35.88041],[-106.29322,35.87988],[-106.29283,35.87772],[-106.29191,35.87687],[-106.28662,35.87553],[-106.28426,35.87504],[-106.27908,35.87515]],[[-106.27373,35.8913],[-106.27383,35.89635],[-106.28825,35.89618],[-106.28893,35.89533],[-106.29547,35.89633],[-106.29593,35.89596],[-106.2954,35.89265],[-106.28659,35.89114],[-106.27902,35.89062],[-106.27373,35.8913]],[[-106.31251,35.87858],[-106.31276,35.87892],[-106.31639,35.87915],[-106.318,35.87909],[-106.31931,35.8787],[-106.31962,35.87641],[-106.31942,35.87576],[-106.31212,35.87246],[-106.30776,35.87244],[-106.30588,35.87667],[-106.30633,35.8777],[-106.30771,35.8783],[-106.31005,35.87873],[-106.31126,35.87841],[-106.31251,35.87858]],[[-106.3035,35.88083],[-106.30382,35.88121],[-106.31125,35.88364],[-106.3127,35.88395],[-106.3189,35.88386],[-106.31947,35.88342],[-106.31946,35.88267],[-106.31918,35.8823],[-106.31742,35.88197],[-106.31505,35.88217],[-106.31112,35.88188],[-106.3046,35.88015],[-106.30378,35.88017],[-106.3035,35.88083]],[[-106.31858,35.89846],[-106.31812,35.89974],[-106.31907,35.90056],[-106.32097,35.90154],[-106.32225,35.9017],[-106.3234,35.89977],[-106.32302,35.89868],[-106.32185,35.89804],[-106.32044,35.89805],[-106.31858,35.89846]],[[-106.30151,35.90533],[-106.30082,35.90545],[-106.30014,35.9061],[-106.29995,35.90747],[-106.3001,35.90804],[-106.3011,35.90822],[-106.30201,35.90796],[-106.30421,35.90616],[-106.30391,35.90586],[-106.3027,35.90577],[-106.30151,35.90533]]],"terms_url":"https://www.losalamosnm.us/Services/Property-and-Taxes/GIS-and-Maps/Geographic-Information-System-Services","terms_text":"Los Alamos County GIS Services","description":"1-inch pixel resolution drone orthoimagery captured in 2018 for selected areas within Los Alamos County of the state of New Mexico","icon":"https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_6435726/Templates/Images/logo.png"},{"id":"Los_Alamos_3in_2018","name":"Los Alamos County Orthoimagery 2018 (3in)","type":"wms","template":"https://gis.losalamosnm.us/securegis/rest/services/imagery/Orthoimagery_pictometry_3in_2018/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-08-01T00:00:00.000Z","startDate":"2018-08-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-106.15419,35.77479],[-106.15411,35.84007],[-106.25208,35.8401],[-106.25209,35.77482],[-106.15419,35.77479]],[[-106.18972,35.86185],[-106.18967,35.92712],[-106.40369,35.92704],[-106.40355,35.86176],[-106.18972,35.86185]]],"terms_url":"https://www.losalamosnm.us/Services/Property-and-Taxes/GIS-and-Maps/Geographic-Information-System-Services","terms_text":"Los Alamos County GIS Services","description":"3-inch pixel resolution drone orthoimagery captured in 2018 for selected areas within Los Alamos County of the state of New Mexico","icon":"https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_6435726/Templates/Images/logo.png"},{"id":"Los_Alamos_3in_2022","name":"Los Alamos County Orthoimagery 2022 (3in)","type":"wms","template":"https://gis.losalamosnm.us/securegis/rest/services/imagery/Orthoimagery_pictometry_3in_2022/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-08-01T00:00:00.000Z","startDate":"2022-08-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-106.15419,35.77479],[-106.15411,35.84007],[-106.25208,35.8401],[-106.25209,35.77482],[-106.15419,35.77479]],[[-106.18972,35.86185],[-106.18967,35.92712],[-106.40369,35.92704],[-106.40355,35.86176],[-106.18972,35.86185]]],"terms_url":"https://www.losalamosnm.us/Services/Property-and-Taxes/GIS-and-Maps/Geographic-Information-System-Services","terms_text":"Los Alamos County GIS Services","best":true,"description":"3-inch pixel resolution drone orthoimagery captured in 2022 for selected areas within Los Alamos County of the state of New Mexico","icon":"https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_6435726/Templates/Images/logo.png"},{"id":"Loudoun_VA_2021","name":"Loudoun County Orthoimagery (2021)","type":"wms","template":"https://logis.loudoun.gov/image/rest/services/Aerial/COLOR_2021_CACHED/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-03-01T00:00:00.000Z","startDate":"2021-03-01T00:00:00.000Z","zoomExtent":[1,18],"polygon":[[[-77.80432,39.2389],[-77.8046,39.19772],[-77.82223,39.19786],[-77.82266,39.15667],[-77.84024,39.15679],[-77.84058,39.12931],[-77.85815,39.12938],[-77.85843,39.10197],[-77.87601,39.10206],[-77.87616,39.08832],[-77.89375,39.08842],[-77.89386,39.07469],[-77.9115,39.07474],[-77.91169,39.04727],[-77.94688,39.04755],[-77.94697,39.0338],[-77.96467,39.03387],[-77.96471,39.02013],[-77.98227,39.02018],[-77.98239,39.00646],[-77.94727,39.00633],[-77.94735,38.9926],[-77.87699,38.99222],[-77.8771,38.97849],[-77.82432,38.97823],[-77.82442,38.96448],[-77.7717,38.96415],[-77.77181,38.95045],[-77.70154,38.94997],[-77.70167,38.93625],[-77.64896,38.93589],[-77.6491,38.92215],[-77.63154,38.92205],[-77.6317,38.90831],[-77.61414,38.90817],[-77.61429,38.89443],[-77.59673,38.89429],[-77.5969,38.88057],[-77.56177,38.88029],[-77.56231,38.83911],[-77.50965,38.83868],[-77.50928,38.86613],[-77.49171,38.86598],[-77.49152,38.87971],[-77.47396,38.87956],[-77.47377,38.89329],[-77.4562,38.89314],[-77.45579,38.92058],[-77.43823,38.92043],[-77.43802,38.93415],[-77.42045,38.93399],[-77.42024,38.94772],[-77.40266,38.94756],[-77.40225,38.97501],[-77.38465,38.97485],[-77.38444,38.98858],[-77.36685,38.98841],[-77.36663,39.00214],[-77.34904,39.00197],[-77.3486,39.02941],[-77.33099,39.02924],[-77.33078,39.04298],[-77.31318,39.0428],[-77.31272,39.07025],[-77.41837,39.07127],[-77.41817,39.085],[-77.4534,39.08535],[-77.4532,39.09903],[-77.47082,39.0992],[-77.47046,39.12666],[-77.50566,39.12697],[-77.50511,39.16813],[-77.48743,39.16802],[-77.48727,39.18172],[-77.46962,39.18156],[-77.46942,39.19528],[-77.45176,39.19519],[-77.45104,39.25007],[-77.48629,39.25035],[-77.4861,39.26407],[-77.52141,39.26437],[-77.52122,39.27809],[-77.53888,39.27826],[-77.53869,39.29196],[-77.55636,39.29212],[-77.556,39.31956],[-77.66202,39.32038],[-77.66192,39.33409],[-77.7326,39.3346],[-77.73279,39.32087],[-77.7504,39.3209],[-77.75059,39.30724],[-77.76827,39.30724],[-77.76865,39.26617],[-77.78626,39.26627],[-77.78657,39.2388],[-77.80432,39.2389]]],"terms_url":"https://geohub-loudoungis.opendata.arcgis.com/","terms_text":"Loudoun County Government","description":"2021 orthoimagery for Loudoun County in the Commonwealth of Virginia at 1-foot ground-resolution"},{"id":"Loudoun_VA_2022","name":"Loudoun County Orthoimagery (2022)","type":"wms","template":"https://logis.loudoun.gov/image/rest/services/Aerial/COLOR_2022_CACHED/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-03-01T00:00:00.000Z","startDate":"2022-03-01T00:00:00.000Z","zoomExtent":[1,18],"polygon":[[[-77.80432,39.2389],[-77.8046,39.19772],[-77.82223,39.19786],[-77.82266,39.15667],[-77.84024,39.15679],[-77.84058,39.12931],[-77.85815,39.12938],[-77.85843,39.10197],[-77.87601,39.10206],[-77.87616,39.08832],[-77.89375,39.08842],[-77.89386,39.07469],[-77.9115,39.07474],[-77.91169,39.04727],[-77.94688,39.04755],[-77.94697,39.0338],[-77.96467,39.03387],[-77.96471,39.02013],[-77.98227,39.02018],[-77.98239,39.00646],[-77.94727,39.00633],[-77.94735,38.9926],[-77.87699,38.99222],[-77.8771,38.97849],[-77.82432,38.97823],[-77.82442,38.96448],[-77.7717,38.96415],[-77.77181,38.95045],[-77.70154,38.94997],[-77.70167,38.93625],[-77.64896,38.93589],[-77.6491,38.92215],[-77.63154,38.92205],[-77.6317,38.90831],[-77.61414,38.90817],[-77.61429,38.89443],[-77.59673,38.89429],[-77.5969,38.88057],[-77.56177,38.88029],[-77.56231,38.83911],[-77.50965,38.83868],[-77.50928,38.86613],[-77.49171,38.86598],[-77.49152,38.87971],[-77.47396,38.87956],[-77.47377,38.89329],[-77.4562,38.89314],[-77.45579,38.92058],[-77.43823,38.92043],[-77.43802,38.93415],[-77.42045,38.93399],[-77.42024,38.94772],[-77.40266,38.94756],[-77.40225,38.97501],[-77.38465,38.97485],[-77.38444,38.98858],[-77.36685,38.98841],[-77.36663,39.00214],[-77.34904,39.00197],[-77.3486,39.02941],[-77.33099,39.02924],[-77.33078,39.04298],[-77.31318,39.0428],[-77.31272,39.07025],[-77.41837,39.07127],[-77.41817,39.085],[-77.4534,39.08535],[-77.4532,39.09903],[-77.47082,39.0992],[-77.47046,39.12666],[-77.50566,39.12697],[-77.50511,39.16813],[-77.48743,39.16802],[-77.48727,39.18172],[-77.46962,39.18156],[-77.46942,39.19528],[-77.45176,39.19519],[-77.45104,39.25007],[-77.48629,39.25035],[-77.4861,39.26407],[-77.52141,39.26437],[-77.52122,39.27809],[-77.53888,39.27826],[-77.53869,39.29196],[-77.55636,39.29212],[-77.556,39.31956],[-77.66202,39.32038],[-77.66192,39.33409],[-77.7326,39.3346],[-77.73279,39.32087],[-77.7504,39.3209],[-77.75059,39.30724],[-77.76827,39.30724],[-77.76865,39.26617],[-77.78626,39.26627],[-77.78657,39.2388],[-77.80432,39.2389]]],"terms_url":"https://geohub-loudoungis.opendata.arcgis.com/","terms_text":"Loudoun County Government","description":"2022 orthoimagery for Loudoun County in the Commonwealth of Virginia at 1-foot ground-resolution"},{"id":"Loudoun_VA_2023","name":"Loudoun County Orthoimagery (2023)","type":"wms","template":"https://logis.loudoun.gov/image/rest/services/Aerial/COLOR_2023_CACHED/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-03-01T00:00:00.000Z","startDate":"2023-03-01T00:00:00.000Z","zoomExtent":[1,18],"polygon":[[[-77.80432,39.2389],[-77.8046,39.19772],[-77.82223,39.19786],[-77.82266,39.15667],[-77.84024,39.15679],[-77.84058,39.12931],[-77.85815,39.12938],[-77.85843,39.10197],[-77.87601,39.10206],[-77.87616,39.08832],[-77.89375,39.08842],[-77.89386,39.07469],[-77.9115,39.07474],[-77.91169,39.04727],[-77.94688,39.04755],[-77.94697,39.0338],[-77.96467,39.03387],[-77.96471,39.02013],[-77.98227,39.02018],[-77.98239,39.00646],[-77.94727,39.00633],[-77.94735,38.9926],[-77.87699,38.99222],[-77.8771,38.97849],[-77.82432,38.97823],[-77.82442,38.96448],[-77.7717,38.96415],[-77.77181,38.95045],[-77.70154,38.94997],[-77.70167,38.93625],[-77.64896,38.93589],[-77.6491,38.92215],[-77.63154,38.92205],[-77.6317,38.90831],[-77.61414,38.90817],[-77.61429,38.89443],[-77.59673,38.89429],[-77.5969,38.88057],[-77.56177,38.88029],[-77.56231,38.83911],[-77.50965,38.83868],[-77.50928,38.86613],[-77.49171,38.86598],[-77.49152,38.87971],[-77.47396,38.87956],[-77.47377,38.89329],[-77.4562,38.89314],[-77.45579,38.92058],[-77.43823,38.92043],[-77.43802,38.93415],[-77.42045,38.93399],[-77.42024,38.94772],[-77.40266,38.94756],[-77.40225,38.97501],[-77.38465,38.97485],[-77.38444,38.98858],[-77.36685,38.98841],[-77.36663,39.00214],[-77.34904,39.00197],[-77.3486,39.02941],[-77.33099,39.02924],[-77.33078,39.04298],[-77.31318,39.0428],[-77.31272,39.07025],[-77.41837,39.07127],[-77.41817,39.085],[-77.4534,39.08535],[-77.4532,39.09903],[-77.47082,39.0992],[-77.47046,39.12666],[-77.50566,39.12697],[-77.50511,39.16813],[-77.48743,39.16802],[-77.48727,39.18172],[-77.46962,39.18156],[-77.46942,39.19528],[-77.45176,39.19519],[-77.45104,39.25007],[-77.48629,39.25035],[-77.4861,39.26407],[-77.52141,39.26437],[-77.52122,39.27809],[-77.53888,39.27826],[-77.53869,39.29196],[-77.55636,39.29212],[-77.556,39.31956],[-77.66202,39.32038],[-77.66192,39.33409],[-77.7326,39.3346],[-77.73279,39.32087],[-77.7504,39.3209],[-77.75059,39.30724],[-77.76827,39.30724],[-77.76865,39.26617],[-77.78626,39.26627],[-77.78657,39.2388],[-77.80432,39.2389]]],"terms_url":"https://geohub-loudoungis.opendata.arcgis.com/","terms_text":"Loudoun County Government","description":"2023 orthoimagery for Loudoun County in the Commonwealth of Virginia at 1-foot ground-resolution"},{"id":"Loudoun_VA_2024","name":"Loudoun County Orthoimagery (2024)","type":"wms","template":"https://logis.loudoun.gov/image/rest/services/Aerial/COLOR_2024_CACHED/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-03-01T00:00:00.000Z","startDate":"2024-03-01T00:00:00.000Z","zoomExtent":[1,18],"polygon":[[[-77.80432,39.2389],[-77.8046,39.19772],[-77.82223,39.19786],[-77.82266,39.15667],[-77.84024,39.15679],[-77.84058,39.12931],[-77.85815,39.12938],[-77.85843,39.10197],[-77.87601,39.10206],[-77.87616,39.08832],[-77.89375,39.08842],[-77.89386,39.07469],[-77.9115,39.07474],[-77.91169,39.04727],[-77.94688,39.04755],[-77.94697,39.0338],[-77.96467,39.03387],[-77.96471,39.02013],[-77.98227,39.02018],[-77.98239,39.00646],[-77.94727,39.00633],[-77.94735,38.9926],[-77.87699,38.99222],[-77.8771,38.97849],[-77.82432,38.97823],[-77.82442,38.96448],[-77.7717,38.96415],[-77.77181,38.95045],[-77.70154,38.94997],[-77.70167,38.93625],[-77.64896,38.93589],[-77.6491,38.92215],[-77.63154,38.92205],[-77.6317,38.90831],[-77.61414,38.90817],[-77.61429,38.89443],[-77.59673,38.89429],[-77.5969,38.88057],[-77.56177,38.88029],[-77.56231,38.83911],[-77.50965,38.83868],[-77.50928,38.86613],[-77.49171,38.86598],[-77.49152,38.87971],[-77.47396,38.87956],[-77.47377,38.89329],[-77.4562,38.89314],[-77.45579,38.92058],[-77.43823,38.92043],[-77.43802,38.93415],[-77.42045,38.93399],[-77.42024,38.94772],[-77.40266,38.94756],[-77.40225,38.97501],[-77.38465,38.97485],[-77.38444,38.98858],[-77.36685,38.98841],[-77.36663,39.00214],[-77.34904,39.00197],[-77.3486,39.02941],[-77.33099,39.02924],[-77.33078,39.04298],[-77.31318,39.0428],[-77.31272,39.07025],[-77.41837,39.07127],[-77.41817,39.085],[-77.4534,39.08535],[-77.4532,39.09903],[-77.47082,39.0992],[-77.47046,39.12666],[-77.50566,39.12697],[-77.50511,39.16813],[-77.48743,39.16802],[-77.48727,39.18172],[-77.46962,39.18156],[-77.46942,39.19528],[-77.45176,39.19519],[-77.45104,39.25007],[-77.48629,39.25035],[-77.4861,39.26407],[-77.52141,39.26437],[-77.52122,39.27809],[-77.53888,39.27826],[-77.53869,39.29196],[-77.55636,39.29212],[-77.556,39.31956],[-77.66202,39.32038],[-77.66192,39.33409],[-77.7326,39.3346],[-77.73279,39.32087],[-77.7504,39.3209],[-77.75059,39.30724],[-77.76827,39.30724],[-77.76865,39.26617],[-77.78626,39.26627],[-77.78657,39.2388],[-77.80432,39.2389]]],"terms_url":"https://geohub-loudoungis.opendata.arcgis.com/","terms_text":"Loudoun County Government","description":"2024 orthoimagery for Loudoun County in the Commonwealth of Virginia at 1-foot ground-resolution"},{"id":"Lucas_OH_2023","name":"Lucas County Orthoimagery (2023)","type":"wms","template":"https://lcaudgis.co.lucas.oh.us/gisaudimage/services/Orthos/Orthos2023/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-83.88451,41.41163],[-83.84773,41.41211],[-83.84821,41.41894],[-83.84368,41.41899],[-83.84365,41.42241],[-83.83453,41.42251],[-83.8346,41.42593],[-83.81189,41.42624],[-83.81196,41.42966],[-83.80281,41.42971],[-83.80289,41.43318],[-83.79832,41.43325],[-83.79842,41.43668],[-83.79387,41.43668],[-83.79394,41.44015],[-83.78937,41.44022],[-83.78939,41.44361],[-83.7757,41.44377],[-83.77599,41.46091],[-83.76695,41.46103],[-83.76693,41.45759],[-83.75325,41.45775],[-83.7533,41.46116],[-83.74419,41.46127],[-83.74419,41.4647],[-83.73966,41.46474],[-83.7399,41.47504],[-83.73526,41.47508],[-83.73536,41.47853],[-83.73081,41.47859],[-83.73086,41.48199],[-83.72175,41.4821],[-83.72182,41.48552],[-83.7127,41.48563],[-83.71274,41.48904],[-83.70818,41.48907],[-83.70862,41.51309],[-83.7041,41.51314],[-83.70425,41.52343],[-83.69969,41.52347],[-83.69981,41.53034],[-83.69524,41.53039],[-83.69531,41.53382],[-83.69075,41.53387],[-83.6908,41.5373],[-83.68625,41.53736],[-83.6863,41.54078],[-83.68174,41.54082],[-83.6818,41.54425],[-83.66811,41.54439],[-83.66816,41.54781],[-83.65903,41.54792],[-83.65909,41.55135],[-83.64996,41.55142],[-83.65,41.55487],[-83.63632,41.555],[-83.63637,41.55842],[-83.62725,41.55852],[-83.62731,41.56195],[-83.62276,41.56198],[-83.62279,41.56543],[-83.60909,41.56555],[-83.60919,41.56901],[-83.60458,41.56904],[-83.60474,41.57932],[-83.59562,41.57941],[-83.59565,41.58284],[-83.5911,41.58288],[-83.59119,41.58629],[-83.5866,41.58635],[-83.58663,41.58979],[-83.57748,41.58985],[-83.57755,41.5933],[-83.57306,41.59339],[-83.57329,41.6105],[-83.5687,41.6105],[-83.56878,41.61397],[-83.45906,41.61494],[-83.45913,41.61838],[-83.16197,41.62043],[-83.09868,41.74391],[-83.45152,41.72478],[-83.45167,41.73507],[-83.55244,41.73418],[-83.55238,41.73075],[-83.70804,41.72926],[-83.708,41.72581],[-83.88194,41.72388],[-83.87983,41.62098],[-83.88434,41.62093],[-83.88315,41.56261],[-83.88768,41.56255],[-83.88451,41.41163]]],"terms_url":"https://co.lucas.oh.us/","terms_text":"Lucas County, State of Ohio","description":"2023 orthoimagery for Lucas County in the State of Ohio","icon":"https://co.lucas.oh.us/ImageRepository/Document?documentID=63083"},{"id":"Ludwigshafen-2019","name":"Ludwigshafen 2019","type":"wms","template":"https://geodaten.ludwigshafen.de/wms/luftbild_historisch?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=C7F0E141BD264811A166B9D478C0E20F&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","polygon":[[[8.42163,49.406],[8.42109,49.43172],[8.42177,49.43251],[8.42348,49.4327],[8.42305,49.43184],[8.42302,49.43148],[8.42329,49.43106],[8.42381,49.43078],[8.42461,49.43068],[8.42659,49.43097],[8.42768,49.43129],[8.42902,49.4318],[8.43144,49.43306],[8.43241,49.43316],[8.43333,49.43339],[8.43587,49.43443],[8.43913,49.43562],[8.44594,49.43778],[8.44702,49.43682],[8.44776,49.43651],[8.44835,49.43645],[8.44894,49.43653],[8.45131,49.43749],[8.45365,49.43583],[8.45518,49.43546],[8.45856,49.435],[8.45914,49.43503],[8.45966,49.43519],[8.46012,49.43555],[8.46088,49.43583],[8.4646,49.43676],[8.46908,49.43738],[8.46999,49.43735],[8.47056,49.43745],[8.471,49.43767],[8.4713,49.43797],[8.47259,49.43838],[8.47407,49.43877],[8.47578,49.43938],[8.47654,49.43938],[8.47711,49.43953],[8.47756,49.4398],[8.47789,49.44025],[8.47818,49.44042],[8.47837,49.44067],[8.47844,49.44094],[8.47834,49.4413],[8.47804,49.4416],[8.4776,49.44181],[8.47387,49.44211],[8.47386,49.4437],[8.4734,49.44419],[8.47275,49.44442],[8.47216,49.44446],[8.47013,49.44422],[8.46645,49.44406],[8.46424,49.44408],[8.4613,49.44422],[8.45837,49.44451],[8.45546,49.44494],[8.45262,49.44552],[8.45013,49.44617],[8.44898,49.44663],[8.44756,49.44735],[8.4463,49.44818],[8.44522,49.44911],[8.44455,49.44987],[8.44383,49.45093],[8.44335,49.45202],[8.44309,49.45313],[8.44311,49.45482],[8.44359,49.45616],[8.44464,49.45765],[8.44613,49.45898],[8.44767,49.45992],[8.44981,49.46081],[8.45655,49.46245],[8.45843,49.46284],[8.45985,49.4633],[8.46115,49.46388],[8.46282,49.46494],[8.46351,49.46554],[8.46428,49.46641],[8.46479,49.46751],[8.46512,49.469],[8.46515,49.4702],[8.46495,49.47145],[8.46464,49.47238],[8.46404,49.47359],[8.46322,49.47474],[8.45702,49.48212],[8.44693,49.48973],[8.47006,49.49391],[8.47043,49.49403],[8.4708,49.4943],[8.47098,49.49462],[8.47095,49.49496],[8.4414,49.56443],[8.44108,49.56473],[8.44035,49.56499],[8.43965,49.56499],[8.43913,49.56484],[8.41592,49.56067],[8.41612,49.56239],[8.4168,49.56441],[8.41773,49.56605],[8.41925,49.56789],[8.38271,49.5677],[8.38352,49.56716],[8.38398,49.5663],[8.37723,49.56639],[8.37597,49.56733],[8.37532,49.56749],[8.37498,49.56767],[8.35335,49.56755],[8.35358,49.56562],[8.35484,49.56198],[8.35007,49.56167],[8.34954,49.56155],[8.3491,49.56131],[8.34879,49.56093],[8.34874,49.55958],[8.33866,49.55878],[8.3381,49.55868],[8.33773,49.55852],[8.33733,49.55823],[8.3371,49.55787],[8.33685,49.55427],[8.33483,49.55412],[8.33423,49.55386],[8.3339,49.55344],[8.33387,49.55305],[8.334,49.55278],[8.33453,49.55224],[8.33559,49.55139],[8.33164,49.55099],[8.32418,49.55183],[8.3157,49.55211],[8.31332,49.5524],[8.31249,49.55227],[8.31215,49.55209],[8.31186,49.55178],[8.31176,49.55142],[8.31183,49.55115],[8.3121,49.55083],[8.31254,49.5506],[8.31284,49.55001],[8.31348,49.54814],[8.31394,49.54629],[8.31446,49.54307],[8.31498,49.54265],[8.3159,49.54248],[8.31832,49.541],[8.31845,49.54085],[8.31827,49.54019],[8.31848,49.53967],[8.31894,49.53922],[8.31942,49.53892],[8.32013,49.53862],[8.32091,49.53843],[8.32131,49.53676],[8.31983,49.536],[8.31847,49.53494],[8.31549,49.53504],[8.31497,49.53498],[8.31462,49.53486],[8.31429,49.53461],[8.31413,49.5343],[8.31413,49.53405],[8.3132,49.53412],[8.3127,49.53406],[8.31222,49.53388],[8.31187,49.53358],[8.31134,49.53131],[8.31164,49.53083],[8.31218,49.53055],[8.31158,49.52888],[8.31163,49.52836],[8.31181,49.52796],[8.31102,49.52589],[8.31108,49.52556],[8.31142,49.52522],[8.31031,49.5242],[8.30981,49.52359],[8.3081,49.52125],[8.30792,49.52085],[8.30795,49.52044],[8.30826,49.51999],[8.31013,49.51871],[8.30977,49.51651],[8.3099,49.51483],[8.31042,49.51312],[8.31001,49.50942],[8.30964,49.50419],[8.30928,49.50172],[8.3094,49.5014],[8.30976,49.50108],[8.30988,49.49807],[8.30969,49.49759],[8.30992,49.49681],[8.31052,49.48441],[8.30974,49.48436],[8.30793,49.484],[8.30759,49.48382],[8.30736,49.48351],[8.30458,49.48325],[8.30427,49.48328],[8.30398,49.4832],[8.3018,49.48313],[8.30141,49.4832],[8.3009,49.48317],[8.30028,49.4829],[8.29998,49.4824],[8.29904,49.48245],[8.29826,49.48221],[8.29785,49.48184],[8.29772,49.48148],[8.2978,49.48112],[8.29721,49.48057],[8.29699,49.48009],[8.29703,49.47966],[8.29738,49.47885],[8.29678,49.47716],[8.29678,49.47659],[8.29692,49.47613],[8.29741,49.47542],[8.29762,49.47487],[8.29811,49.47436],[8.29887,49.47282],[8.299,49.47231],[8.29979,49.47155],[8.3004,49.47135],[8.30096,49.47133],[8.30471,49.47188],[8.30737,49.46574],[8.30932,49.46192],[8.3105,49.45987],[8.31102,49.45956],[8.31184,49.45944],[8.31238,49.45954],[8.31394,49.46009],[8.31492,49.45892],[8.31519,49.4584],[8.31558,49.45817],[8.31607,49.45805],[8.31863,49.45817],[8.31914,49.45813],[8.31951,49.4582],[8.32069,49.4587],[8.32234,49.45914],[8.32273,49.45943],[8.32293,49.4598],[8.32354,49.45978],[8.32426,49.45994],[8.32483,49.46028],[8.32514,49.46076],[8.3269,49.46132],[8.34631,49.46615],[8.34685,49.46592],[8.34749,49.4659],[8.35199,49.46694],[8.35626,49.46826],[8.35672,49.46868],[8.35682,49.46911],[8.35736,49.46951],[8.35747,49.46976],[8.35743,49.4701],[8.35876,49.47027],[8.35917,49.46614],[8.36033,49.46285],[8.36032,49.46175],[8.36044,49.46102],[8.36066,49.46045],[8.36121,49.45954],[8.36138,49.45884],[8.36124,49.45778],[8.36045,49.45651],[8.36043,49.45606],[8.36059,49.45574],[8.36135,49.45499],[8.36184,49.4548],[8.36238,49.45474],[8.36314,49.45489],[8.36482,49.45575],[8.3657,49.45501],[8.36929,49.4515],[8.37576,49.44365],[8.37486,49.44331],[8.37441,49.44289],[8.37436,49.44237],[8.3636,49.41934],[8.36375,49.40567],[8.42163,49.406]]],"terms_url":"https://ludwigshafen.de/impressum/ludwigshafende","terms_text":"© Stadt Ludwigshafen am Rhein","description":"Ludwigshafen am Rhein 2019, 5cm"},{"id":"Ludwigshafen-2022","name":"Ludwigshafen 2022","type":"wms","template":"https://geodaten.ludwigshafen.de/wms/luftbild_2022?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=4B1281A1EBD54D74897B3DDA16F00006&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","polygon":[[[8.421,49.4015],[8.42082,49.41722],[8.42086,49.42076],[8.42135,49.4329],[8.4235,49.4332],[8.42375,49.43312],[8.42485,49.433],[8.42475,49.4328],[8.42435,49.43266],[8.42406,49.43243],[8.4237,49.43167],[8.42382,49.43136],[8.42404,49.43123],[8.42441,49.43115],[8.42648,49.43144],[8.42868,49.43219],[8.43012,49.433],[8.43114,49.43346],[8.43299,49.4338],[8.43656,49.43528],[8.43827,49.43576],[8.44005,49.43645],[8.44613,49.43832],[8.44754,49.43711],[8.44815,49.43691],[8.44868,49.43695],[8.4507,49.43775],[8.45131,49.4381],[8.45409,49.4362],[8.45581,49.4358],[8.45902,49.43546],[8.45941,49.43562],[8.45956,49.43585],[8.46069,49.43627],[8.46454,49.43723],[8.46906,49.43781],[8.47027,49.43786],[8.47054,49.43798],[8.4708,49.43829],[8.47108,49.43842],[8.47395,49.43919],[8.47548,49.43978],[8.47677,49.43995],[8.47715,49.44017],[8.47738,49.44054],[8.47771,49.4408],[8.47766,49.44119],[8.47719,49.44143],[8.47425,49.44167],[8.47319,49.44166],[8.47319,49.44355],[8.473,49.44381],[8.47258,49.44398],[8.46941,49.44377],[8.46597,49.44367],[8.45828,49.44381],[8.45676,49.44394],[8.45476,49.44425],[8.4533,49.44458],[8.45144,49.44513],[8.44968,49.44582],[8.44805,49.44663],[8.44658,49.44756],[8.44527,49.44858],[8.44415,49.44969],[8.44323,49.45088],[8.44267,49.45181],[8.44229,49.45316],[8.44232,49.45481],[8.44288,49.45643],[8.44393,49.45793],[8.44544,49.45927],[8.44701,49.4602],[8.4488,49.46095],[8.45894,49.46362],[8.46081,49.46434],[8.46239,49.46531],[8.46358,49.46649],[8.46435,49.46784],[8.46461,49.46903],[8.46445,49.47047],[8.46321,49.47347],[8.46185,49.47578],[8.4598,49.47843],[8.45776,49.48052],[8.45392,49.48384],[8.44952,49.48729],[8.44575,49.48999],[8.46978,49.49431],[8.47016,49.49447],[8.4703,49.49479],[8.44071,49.56431],[8.44034,49.56451],[8.4399,49.56453],[8.41509,49.56007],[8.41531,49.56162],[8.41574,49.56345],[8.41598,49.56425],[8.4166,49.56547],[8.41757,49.56684],[8.4225,49.57257],[8.42244,49.57287],[8.42211,49.57309],[8.42031,49.57325],[8.42079,49.57473],[8.42059,49.57505],[8.42005,49.5752],[8.41942,49.57513],[8.41924,49.57505],[8.41725,49.57533],[8.41654,49.57527],[8.41583,49.57508],[8.41504,49.57596],[8.39963,49.57588],[8.39979,49.5756],[8.3992,49.57516],[8.39886,49.57511],[8.39863,49.57534],[8.39816,49.57547],[8.39229,49.57563],[8.39188,49.57552],[8.38514,49.57079],[8.3835,49.57049],[8.38247,49.57048],[8.38201,49.57041],[8.38087,49.56988],[8.3807,49.56974],[8.38064,49.56943],[8.38084,49.56921],[8.38353,49.56783],[8.38413,49.56738],[8.38495,49.56584],[8.37697,49.56594],[8.37576,49.56685],[8.37476,49.56717],[8.37084,49.56924],[8.36973,49.56999],[8.36606,49.57016],[8.3653,49.57001],[8.36326,49.57021],[8.36141,49.57161],[8.36099,49.57177],[8.3572,49.57146],[8.35691,49.57124],[8.35688,49.57096],[8.35772,49.56984],[8.35605,49.56983],[8.3557,49.56974],[8.35543,49.56942],[8.35558,49.56868],[8.35438,49.5685],[8.3541,49.56832],[8.35401,49.56814],[8.35412,49.56626],[8.35451,49.56463],[8.35474,49.5644],[8.35566,49.56159],[8.34975,49.56109],[8.34943,49.56078],[8.34941,49.55917],[8.33862,49.55834],[8.33815,49.5582],[8.33796,49.55805],[8.33784,49.5578],[8.33744,49.55385],[8.33517,49.55374],[8.33477,49.55358],[8.33458,49.55329],[8.33461,49.5531],[8.3353,49.55231],[8.33687,49.55104],[8.33149,49.55054],[8.32397,49.55139],[8.31555,49.55167],[8.31388,49.55188],[8.31343,49.55201],[8.31294,49.55194],[8.31265,49.55176],[8.31254,49.55136],[8.31267,49.55117],[8.31301,49.55095],[8.31336,49.55048],[8.31389,49.54911],[8.3145,49.54699],[8.31508,49.54322],[8.31556,49.54292],[8.31621,49.54289],[8.31912,49.54107],[8.31918,49.54092],[8.31895,49.54036],[8.31908,49.5398],[8.31986,49.53924],[8.32152,49.53872],[8.32206,49.53659],[8.32093,49.53605],[8.32016,49.53558],[8.31872,49.53438],[8.31852,49.53448],[8.31542,49.53458],[8.31504,49.53444],[8.31485,49.53426],[8.31472,49.53359],[8.31305,49.53366],[8.31275,49.53358],[8.31247,49.53339],[8.312,49.53133],[8.31215,49.5311],[8.31237,49.53097],[8.31274,49.53089],[8.31303,49.53091],[8.31221,49.52882],[8.3125,49.52796],[8.31175,49.52581],[8.31198,49.52545],[8.31254,49.52535],[8.31113,49.52403],[8.31019,49.523],[8.30878,49.5212],[8.3086,49.52076],[8.30858,49.52054],[8.31081,49.51889],[8.31047,49.51697],[8.31042,49.51588],[8.31067,49.51443],[8.31111,49.51331],[8.31044,49.50557],[8.30999,49.50164],[8.31018,49.5014],[8.31045,49.50127],[8.31058,49.49791],[8.31035,49.49756],[8.31059,49.49693],[8.3112,49.48399],[8.31006,49.48395],[8.3084,49.48363],[8.30802,49.48345],[8.30791,49.48313],[8.30462,49.4828],[8.30434,49.48283],[8.30401,49.48274],[8.30109,49.48271],[8.30062,49.48245],[8.30053,49.48221],[8.30058,49.48202],[8.29978,49.48193],[8.29912,49.482],[8.29875,49.48188],[8.29853,49.48163],[8.29852,49.48107],[8.29776,49.48037],[8.2976,49.4801],[8.29803,49.47877],[8.29745,49.47705],[8.29743,49.47675],[8.29826,49.47495],[8.29869,49.47464],[8.29943,49.47318],[8.29953,49.47266],[8.29978,49.47219],[8.30012,49.4719],[8.30064,49.47175],[8.30519,49.4724],[8.30868,49.46446],[8.31108,49.46011],[8.31143,49.45991],[8.31186,49.45989],[8.31417,49.4607],[8.31558,49.45913],[8.31563,49.45875],[8.31582,49.4586],[8.31617,49.45849],[8.31928,49.45864],[8.32057,49.45916],[8.32191,49.4595],[8.32216,49.45982],[8.32203,49.46012],[8.32389,49.46034],[8.32436,49.4607],[8.32444,49.46109],[8.32477,49.46113],[8.32592,49.46153],[8.34569,49.46651],[8.34658,49.46663],[8.34688,49.46639],[8.34739,49.46633],[8.35178,49.46736],[8.35587,49.46863],[8.35605,49.46882],[8.35619,49.46939],[8.35652,49.46951],[8.35674,49.46974],[8.35677,49.46995],[8.35657,49.47045],[8.35934,49.4708],[8.3598,49.46631],[8.3606,49.46384],[8.36099,49.46297],[8.36098,49.46177],[8.36111,49.4611],[8.36172,49.45998],[8.36204,49.45901],[8.36192,49.45792],[8.36161,49.45721],[8.36107,49.45649],[8.3611,49.45612],[8.36173,49.45535],[8.36207,49.4552],[8.36238,49.45518],[8.36277,49.45526],[8.36497,49.45638],[8.3697,49.45192],[8.37141,49.44995],[8.37665,49.4435],[8.37526,49.44291],[8.37505,49.44272],[8.37507,49.44239],[8.36428,49.41925],[8.36448,49.4011],[8.3647,49.40085],[8.36521,49.40072],[8.42046,49.40103],[8.42088,49.40118],[8.421,49.4015]]],"terms_url":"https://ludwigshafen.de/impressum/ludwigshafende","terms_text":"© Stadt Ludwigshafen am Rhein","best":true,"description":"Ludwigshafen am Rhein 2022, 5cm"},{"id":"Arenda_OAM","name":"Lupang Arenda, Taytay Drone Imagery","type":"tms","template":"https://tiles.openaerialmap.org/5d25d7bf161a790005c03e6e/0/5d25d7bf161a790005c03e6f/{zoom}/{x}/{y}.png","category":"photo","zoomExtent":[14,22],"polygon":[[[121.11444,14.5407],[121.11236,14.54131],[121.10965,14.54186],[121.10884,14.54093],[121.10824,14.53808],[121.10841,14.53675],[121.1079,14.53542],[121.10779,14.53295],[121.10792,14.5312],[121.1089,14.53069],[121.11431,14.53035],[121.1153,14.53085],[121.11541,14.53166],[121.11528,14.53388],[121.1145,14.53395],[121.1138,14.53366],[121.1135,14.5343],[121.11435,14.53631],[121.11457,14.53796],[121.11472,14.53901],[121.11459,14.53985],[121.11444,14.5407]]],"best":true},{"id":"orthophoto_lyon_2012","name":"Lyon Orthophoto 2012 (10cm)","type":"wms","template":"https://imagerie.data.grandlyon.com/geoserver/grandlyon/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho_2012&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2012-03-01T00:00:00.000Z","startDate":"2012-04-01T00:00:00.000Z","polygon":[[[4.69049,45.54652],[4.83131,45.54652],[4.83131,45.57131],[4.88344,45.57131],[4.88344,45.59745],[5.16622,45.59745],[5.16622,45.74533],[5.10793,45.74533],[5.10793,45.88145],[4.90698,45.88145],[4.90698,45.92107],[4.84377,45.92107],[4.84377,45.94011],[4.71543,45.94011],[4.71543,45.87018],[4.67458,45.87018],[4.67458,45.7178],[4.69567,45.7178],[4.69049,45.54652]]],"terms_url":"https://data.grandlyon.com/portail/fr/jeux-de-donnees/orthophotographie-2012-metropole-lyon/info","terms_text":"Grand Lyon Smart Data DSIT 2012","description":"Orthophotographie 2012 de la Métropole de Lyon"},{"id":"orthophoto_lyon_2015","name":"Lyon Orthophoto 2015 (8cm)","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/lyon/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2015-05-01T00:00:00.000Z","startDate":"2015-05-01T00:00:00.000Z","zoomExtent":[2,23],"polygon":[[[4.66489,45.54688],[4.88253,45.54348],[4.88435,45.59745],[5.16623,45.59242],[5.17217,45.74532],[5.10793,45.74653],[5.11305,45.88145],[4.90698,45.88508],[4.90822,45.92106],[4.84377,45.92212],[4.84497,45.9581],[4.67729,45.96069],[4.66489,45.54688]]],"terms_url":"https://data.grandlyon.com/portail/fr/jeux-de-donnees/orthophotographie-2015-metropole-lyon-format-ecw/info","terms_text":"Métropole de Lyon DINSI 2015","description":"Orthophotographie 2015 de la Métropole de Lyon"},{"id":"orthophoto_lyon_2018","name":"Lyon Orthophoto 2018 (8cm)","type":"wms","template":"https://imagerie.data.grandlyon.com/geoserver/grandlyon/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho_2018&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-04-20T00:00:00.000Z","startDate":"2018-04-17T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[4.67728,45.9607],[4.66438,45.54676],[4.88308,45.54291],[4.8848,45.59698],[5.16666,45.59194],[5.17284,45.74596],[5.10796,45.74692],[5.11311,45.8814],[4.90677,45.88499],[4.90849,45.9213],[4.84394,45.92202],[4.84531,45.95831],[4.67728,45.9607]]],"terms_url":"https://data.grandlyon.com/portail/fr/jeux-de-donnees/orthophotographie-2018-de-la-metropole-de-lyon--format-ecw/info","terms_text":"Métropole de Lyon","description":"Orthophotographie 2018 de la Métropole de Lyon"},{"id":"orthophoto_lyon_2022","name":"Lyon Orthophoto 2022 (5cm)","type":"wms","template":"https://imagerie.data.grandlyon.com/geoserver/grandlyon/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho_2022&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-02-15T00:00:00.000Z","startDate":"2022-03-31T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[4.74178,45.95976],[4.67728,45.9607],[4.66542,45.5649],[4.69906,45.56443],[4.69932,45.56776],[4.72876,45.56737],[4.72876,45.56617],[4.73301,45.56611],[4.73305,45.56419],[4.75507,45.56347],[4.75593,45.55451],[4.7867,45.55403],[4.787,45.55719],[4.79331,45.55713],[4.79356,45.56299],[4.80622,45.56293],[4.80687,45.58071],[4.84536,45.58011],[4.84498,45.57119],[4.87064,45.57083],[4.87128,45.58864],[4.88403,45.58969],[4.88441,45.5975],[4.90986,45.59753],[4.91038,45.60612],[5.0096,45.60444],[5.00986,45.6132],[5.0514,45.61278],[5.05226,45.63043],[5.03938,45.63073],[5.03981,45.63967],[5.05251,45.63961],[5.05312,45.64855],[5.06316,45.64825],[5.0665,45.66631],[5.07989,45.66601],[5.11972,45.69467],[5.1574,45.6933],[5.15839,45.7235],[5.15191,45.72365],[5.15199,45.72764],[5.14577,45.72782],[5.14607,45.73683],[5.13328,45.73707],[5.13341,45.7419],[5.11916,45.74226],[5.11912,45.74399],[5.10551,45.74417],[5.10607,45.75555],[5.09539,45.75579],[5.09766,45.81663],[5.03337,45.81783],[5.0332,45.81089],[4.93025,45.81269],[4.93091,45.84803],[4.92546,45.84813],[4.9255,45.84878],[4.91862,45.84888],[4.919,45.86082],[4.91639,45.86088],[4.91698,45.87592],[4.90668,45.87609],[4.90688,45.88267],[4.89953,45.88286],[4.8996,45.88453],[4.89606,45.8846],[4.89608,45.88528],[4.8941,45.8853],[4.89426,45.89024],[4.89139,45.89032],[4.89168,45.90271],[4.88519,45.90283],[4.88519,45.90345],[4.88182,45.9035],[4.8818,45.90825],[4.8753,45.90837],[4.87535,45.91027],[4.8696,45.91042],[4.86964,45.91199],[4.86527,45.91209],[4.8653,45.91278],[4.85636,45.91292],[4.85651,45.91771],[4.8395,45.91814],[4.8395,45.92219],[4.79221,45.92295],[4.7928,45.94094],[4.74122,45.94174],[4.74178,45.95976]]],"terms_url":"https://data.grandlyon.com/portail/fr/jeux-de-donnees/orthophotographie-2022-de-la-metropole-de-lyon--format-ecw/info","terms_text":"CRAIG - Métropole du Grand Lyon 2022","best":true,"description":"Orthophotographie 2022 de la Métropole de Lyon"},{"id":"maaamet.ee-pohi_vr2","name":"Maa-amet Basic Map","type":"wms","template":"https://kaart.maaamet.ee/wms/alus-geo?LAYERS=pohi_vr2&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","polygon":[[[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971]],[[23.91525,58.05612],[23.99993,58.05632],[23.99968,58.10116],[24.08497,58.10129],[24.08485,58.19092],[23.91476,58.19099],[23.91451,58.23585],[23.82971,58.23572],[23.83032,58.146],[23.915,58.14613],[23.91525,58.05612]],[[24.17014,58.1908],[24.17002,58.14588],[24.25458,58.14581],[24.25507,58.19073],[24.17014,58.1908]],[[23.47415,59.26726],[23.47293,59.31194],[23.29795,59.31138],[23.29868,59.26632],[23.47415,59.26726]],[[21.99979,58.98374],[22.00503,58.89371],[22.09179,58.8951],[22.09411,58.85038],[22.35364,58.85385],[22.36023,58.71916],[22.44638,58.7203],[22.45236,58.58573],[22.19453,58.5823],[22.19709,58.53742],[22.11144,58.53621],[22.11375,58.49167],[22.02797,58.49001],[22.02566,58.53488],[21.76795,58.53074],[21.77942,58.35122],[21.69401,58.34975],[21.69681,58.3049],[21.78211,58.30631],[21.78723,58.21638],[21.95781,58.21941],[21.96038,58.17471],[22.04506,58.17581],[22.05274,58.04134],[21.96831,58.04004],[21.97807,57.86043],[22.06263,57.86186],[22.06007,57.90681],[22.1445,57.90804],[22.14206,57.95281],[22.22626,57.95404],[22.22198,58.0436],[22.30679,58.04527],[22.29995,58.17967],[22.38525,58.18063],[22.38903,58.0909],[22.64344,58.094],[22.64173,58.13886],[22.55693,58.13744],[22.55522,58.18276],[22.72495,58.18475],[22.72641,58.13982],[22.89663,58.1413],[22.89529,58.1861],[22.81012,58.18539],[22.80865,58.2302],[22.89358,58.23103],[22.89187,58.27598],[22.97716,58.27681],[22.9757,58.32157],[23.06172,58.32221],[23.05989,58.36703],[23.14567,58.36735],[23.14421,58.41238],[23.40106,58.41391],[23.39935,58.50359],[23.57127,58.50436],[23.57225,58.41468],[23.65791,58.41493],[23.65864,58.32496],[23.82947,58.32554],[23.82971,58.28047],[23.99993,58.28092],[24.00066,58.23579],[24.0851,58.23605],[24.08485,58.19092],[24.17014,58.1908],[24.17014,58.23572],[24.34048,58.23547],[24.34182,58.37017],[24.42712,58.36972],[24.42638,58.32503],[24.51216,58.32471],[24.51155,58.2797],[24.42614,58.28002],[24.42272,58.01097],[24.33829,58.0109],[24.33707,57.87393],[24.40906,57.87191],[24.41138,57.86491],[24.46006,57.87977],[24.45225,57.89942],[24.46018,57.90662],[24.44579,57.90798],[24.4625,57.92496],[24.51326,57.93066],[24.5096,57.93442],[24.51839,57.93675],[24.5207,57.94303],[24.5301,57.94705],[24.54352,57.94478],[24.54792,57.94938],[24.57317,57.95436],[24.58464,57.96174],[24.60892,57.95125],[24.61612,57.94368],[24.62869,57.94193],[24.64577,57.95268],[24.64187,57.95423],[24.64468,57.95889],[24.67335,57.95896],[24.6919,57.94653],[24.71508,57.96271],[24.7329,57.96239],[24.74339,57.96491],[24.74229,57.98187],[24.80806,57.99066],[24.83234,57.97177],[24.94863,58.00942],[24.99512,58.01084],[25.02037,58.01769],[25.07662,58.06645],[25.10518,58.06645],[25.10579,58.07749],[25.13397,58.07974],[25.15154,58.07703],[25.1535,58.07478],[25.19169,58.07613],[25.18949,58.08007],[25.19962,58.08536],[25.21207,58.08052],[25.21621,58.07413],[25.20389,58.0651],[25.20523,58.06122],[25.21219,58.06226],[25.21597,58.05954],[25.2178,58.04908],[25.22146,58.05051],[25.22122,58.05302],[25.22817,58.05348],[25.22695,58.04799],[25.21658,58.04088],[25.21902,58.02977],[25.22537,58.02195],[25.22732,58.02435],[25.23635,58.02441],[25.23562,58.02286],[25.24587,58.01872],[25.22768,58.01782],[25.2455,58.00302],[25.25502,58.00347],[25.25611,57.9939],[25.26722,57.99454],[25.28308,57.98963],[25.29187,57.99286],[25.30138,57.99273],[25.30358,57.99396],[25.29736,57.99661],[25.29577,57.99972],[25.30285,58.00011],[25.29748,58.01459],[25.30114,58.01504],[25.30431,58.03449],[25.29309,58.0467],[25.27991,58.05063],[25.26502,58.06],[25.266,58.06716],[25.28113,58.07019],[25.28686,58.08149],[25.29553,58.08161],[25.31908,58.06929],[25.31981,58.066],[25.32664,58.0638],[25.3292,58.05858],[25.33604,58.05709],[25.34482,58.04676],[25.35336,58.04334],[25.36374,58.03171],[25.37155,58.02926],[25.40693,58.02893],[25.44817,58.01698],[25.46648,58.00515],[25.44817,58.00114],[25.44219,57.99616],[25.47843,57.98264],[25.47843,57.98006],[25.48539,57.97475],[25.51943,57.98031],[25.52212,57.97488],[25.51211,57.96977],[25.51638,57.96737],[25.5226,57.96802],[25.52566,57.97184],[25.53725,57.97139],[25.55079,57.97255],[25.55567,57.96711],[25.55714,57.96038],[25.56604,57.96258],[25.56556,57.96718],[25.57483,57.9741],[25.58044,57.9721],[25.58239,57.96783],[25.58935,57.96504],[25.59399,57.95961],[25.57983,57.9442],[25.63828,57.93059],[25.64987,57.91841],[25.64889,57.91666],[25.65609,57.91439],[25.66207,57.91511],[25.67549,57.91277],[25.67916,57.90461],[25.70356,57.90331],[25.72247,57.91245],[25.72833,57.92133],[25.73724,57.92295],[25.75102,57.91692],[25.77165,57.91206],[25.78629,57.90428],[25.78312,57.89948],[25.81923,57.86419],[25.8595,57.85614],[25.87475,57.86322],[25.87561,57.85796],[25.88427,57.85595],[25.88573,57.85277],[25.88085,57.84946],[25.8883,57.84595],[25.89537,57.84972],[25.931,57.85244],[25.96273,57.84491],[25.99848,57.85816],[26.00958,57.85731],[26.02008,57.84517],[26.03667,57.84926],[26.05558,57.84764],[26.05705,57.83842],[26.04851,57.82289],[26.03606,57.8108],[26.03679,57.80592],[26.03338,57.80105],[26.03081,57.79097],[26.02776,57.7898],[26.02252,57.78355],[26.02496,57.7816],[26.02459,57.77516],[26.01776,57.7723],[26.02374,57.76761],[26.03326,57.77054],[26.0435,57.76703],[26.049,57.7611],[26.05912,57.75987],[26.07047,57.7656],[26.07328,57.76371],[26.07974,57.76384],[26.08035,57.76547],[26.10537,57.757],[26.13551,57.7503],[26.13905,57.74548],[26.13563,57.73923],[26.141,57.73278],[26.1726,57.72867],[26.20567,57.71486],[26.19859,57.70906],[26.18871,57.69472],[26.17712,57.68761],[26.18541,57.68454],[26.19444,57.68519],[26.19896,57.68356],[26.20079,57.68102],[26.21018,57.67906],[26.21092,57.67071],[26.21372,57.66888],[26.21043,57.66601],[26.23032,57.65805],[26.2363,57.65753],[26.24215,57.65146],[26.23117,57.64904],[26.23239,57.6461],[26.23959,57.64649],[26.24667,57.63559],[26.24203,57.63539],[26.23947,57.63408],[26.24813,57.62775],[26.24715,57.62082],[26.25423,57.61383],[26.27022,57.60461],[26.27034,57.6001],[26.27754,57.595],[26.28217,57.5952],[26.28352,57.59232],[26.29291,57.59114],[26.3006,57.59343],[26.30853,57.59291],[26.3117,57.58473],[26.32635,57.58277],[26.32781,57.57963],[26.33476,57.5797],[26.34489,57.58408],[26.40151,57.57237],[26.46996,57.57551],[26.49095,57.54534],[26.49961,57.52451],[26.52585,57.51619],[26.55794,57.5137],[26.5666,57.51946],[26.56184,57.52261],[26.56123,57.5285],[26.57966,57.53375],[26.57978,57.53695],[26.58381,57.53957],[26.58771,57.53781],[26.58698,57.52621],[26.59015,57.52516],[26.58808,57.51619],[26.59479,57.51592],[26.5954,57.51376],[26.60479,57.51442],[26.60467,57.51212],[26.61712,57.50885],[26.61443,57.52909],[26.63444,57.54357],[26.64262,57.54658],[26.64652,57.55391],[26.66531,57.55287],[26.6719,57.55385],[26.67105,57.56327],[26.67569,57.56668],[26.69155,57.56615],[26.69741,57.56733],[26.69753,57.5706],[26.69972,57.57106],[26.71107,57.56596],[26.72388,57.57244],[26.73072,57.56903],[26.73828,57.57584],[26.72901,57.58016],[26.73816,57.58774],[26.75317,57.58009],[26.74804,57.5778],[26.76769,57.57754],[26.77379,57.57473],[26.76891,57.57041],[26.75817,57.5653],[26.75366,57.56249],[26.76354,57.56314],[26.76915,57.56039],[26.7766,57.55994],[26.78685,57.57525],[26.79295,57.57315],[26.79929,57.58002],[26.79685,57.58179],[26.80954,57.58473],[26.81589,57.58153],[26.83504,57.58244],[26.84688,57.5884],[26.86177,57.59108],[26.86433,57.59415],[26.85994,57.59598],[26.85811,57.60049],[26.86469,57.6084],[26.85786,57.60997],[26.86555,57.61592],[26.87275,57.61736],[26.87458,57.61906],[26.88898,57.62193],[26.88849,57.62357],[26.89581,57.62572],[26.90057,57.62918],[26.89971,57.63056],[26.90679,57.63304],[26.92644,57.6331],[26.92961,57.62376],[26.94059,57.61978],[26.94999,57.62056],[26.95133,57.61579],[26.93961,57.60932],[26.94596,57.60272],[26.9578,57.60468],[26.9595,57.60625],[26.97097,57.60448],[26.97549,57.612],[26.98366,57.61174],[26.98696,57.60867],[26.99233,57.61076],[26.99513,57.60461],[27.03101,57.60461],[27.04418,57.5967],[27.04126,57.58761],[27.0332,57.58532],[27.04492,57.58251],[27.04687,57.58048],[27.05285,57.58087],[27.0559,57.58251],[27.07225,57.57989],[27.07262,57.57734],[27.08506,57.57538],[27.10092,57.5653],[27.11654,57.56118],[27.16145,57.55922],[27.19329,57.54966],[27.2249,57.55385],[27.24796,57.54769],[27.25772,57.54979],[27.2637,57.54841],[27.26431,57.54377],[27.2737,57.54311],[27.28017,57.53643],[27.29664,57.53859],[27.32446,57.52274],[27.34569,57.52104],[27.35131,57.51632],[27.35472,57.52575],[27.34386,57.5454],[27.33886,57.54671],[27.33776,57.56007],[27.33178,57.56066],[27.3341,57.56596],[27.32141,57.57898],[27.32886,57.5797],[27.34179,57.58539],[27.3413,57.58984],[27.35692,57.59696],[27.37827,57.59513],[27.38572,57.60304],[27.40683,57.61246],[27.40634,57.61546],[27.40195,57.61775],[27.39084,57.6169],[27.39023,57.62036],[27.39597,57.62115],[27.40182,57.62376],[27.40317,57.62905],[27.40085,57.63742],[27.38816,57.64009],[27.39072,57.6431],[27.38157,57.64368],[27.38352,57.64799],[27.38047,57.6495],[27.38755,57.6555],[27.3801,57.65883],[27.38364,57.66059],[27.37779,57.66836],[27.38193,57.67332],[27.39145,57.67671],[27.39377,57.67913],[27.39133,57.68539],[27.40231,57.68493],[27.40744,57.69276],[27.41647,57.69524],[27.41341,57.69915],[27.42818,57.69902],[27.43086,57.70756],[27.44807,57.71616],[27.46149,57.70619],[27.47064,57.70802],[27.47357,57.71545],[27.48711,57.7191],[27.49529,57.70749],[27.49993,57.70495],[27.50859,57.70723],[27.51066,57.71101],[27.51652,57.70873],[27.5236,57.70802],[27.52762,57.70899],[27.5236,57.71616],[27.52799,57.72946],[27.5419,57.73037],[27.548,57.7333],[27.53116,57.74073],[27.53007,57.75368],[27.52811,57.75818],[27.52018,57.75993],[27.51591,57.7639],[27.51115,57.76416],[27.5081,57.77158],[27.51457,57.77516],[27.50774,57.78349],[27.4959,57.78869],[27.50005,57.78973],[27.50298,57.78798],[27.51847,57.79201],[27.5175,57.78876],[27.52921,57.78856],[27.53861,57.79396],[27.53592,57.79663],[27.53958,57.80144],[27.53726,57.80644],[27.54471,57.808],[27.5408,57.81288],[27.55667,57.81366],[27.55056,57.81769],[27.5452,57.81808],[27.54446,57.82204],[27.55227,57.82113],[27.5563,57.83127],[27.56252,57.83023],[27.59791,57.83328],[27.62207,57.83874],[27.62487,57.83751],[27.63634,57.83978],[27.64818,57.8377],[27.66026,57.83893],[27.66636,57.83653],[27.68771,57.83419],[27.70541,57.84192],[27.72383,57.83179],[27.74165,57.82679],[27.75849,57.83536],[27.77715,57.8325],[27.78411,57.83725],[27.78862,57.84186],[27.7957,57.84017],[27.80058,57.8442],[27.7946,57.84634],[27.79875,57.85205],[27.81632,57.86134],[27.8184,57.8651],[27.81583,57.87166],[27.81169,57.87204],[27.81827,57.88249],[27.81059,57.88612],[27.81949,57.888],[27.82096,57.89047],[27.81852,57.89579],[27.799,57.89961],[27.78094,57.89832],[27.76959,57.89566],[27.75592,57.89806],[27.75739,57.90318],[27.7536,57.90409],[27.74677,57.90169],[27.72896,57.90739],[27.70614,57.90136],[27.69882,57.90616],[27.70834,57.90616],[27.72054,57.91174],[27.72029,57.92036],[27.71078,57.92392],[27.68247,57.92437],[27.68613,57.92794],[27.68247,57.93655],[27.67649,57.93552],[27.66917,57.94174],[27.67161,57.94627],[27.66758,57.951],[27.65892,57.9554],[27.68588,57.95928],[27.68893,57.97184],[27.6821,57.9719],[27.68064,57.97449],[27.69125,57.98549],[27.69882,57.98827],[27.70065,57.99862],[27.6965,58.0045],[27.68393,58.00845],[27.66856,58.01045],[27.66172,58.01866],[27.64781,58.02086],[27.64781,58.01426],[27.65294,58.00644],[27.64489,58.00205],[27.62268,58.0058],[27.60938,58.05399],[27.63695,58.09735],[27.59205,58.11875],[27.52872,58.18687],[27.48687,58.18803],[27.49993,58.32246],[27.51408,58.32214],[27.51762,58.33265],[27.5552,58.36575],[27.53397,58.41142],[27.25259,58.41883],[27.27309,58.64305],[27.18731,58.64533],[27.19537,58.73512],[27.10934,58.73709],[27.11361,58.78183],[27.0271,58.7841],[27.03882,58.91841],[27.12557,58.9164],[27.12935,58.96135],[27.38974,58.95474],[27.39414,58.99964],[27.65501,58.99241],[27.6544,58.98783],[27.73213,58.9855],[27.74274,58.98845],[27.74787,58.99267],[27.74165,59.00951],[27.74567,59.01705],[27.74628,59.02716],[27.75153,59.03017],[27.76605,59.03155],[27.76983,59.03325],[27.77667,59.04743],[27.77313,59.05107],[27.77508,59.0581],[27.78265,59.065],[27.7885,59.06657],[27.79302,59.06927],[27.79277,59.0729],[27.79411,59.07566],[27.79375,59.07842],[27.7907,59.08112],[27.78887,59.0909],[27.80205,59.1028],[27.8101,59.10606],[27.81071,59.10819],[27.80534,59.1127],[27.80595,59.12166],[27.80986,59.12905],[27.82035,59.13362],[27.83206,59.14401],[27.84414,59.14814],[27.86818,59.16159],[27.87184,59.16841],[27.87648,59.17372],[27.88978,59.18379],[27.89234,59.19222],[27.90235,59.20728],[27.89783,59.21746],[27.901,59.22639],[27.90113,59.23488],[27.90564,59.24044],[27.9492,59.26533],[27.95335,59.26863],[27.96433,59.27268],[27.97983,59.27293],[27.99825,59.2753],[28.02022,59.28334],[28.05353,59.2902],[28.1099,59.29063],[28.11722,59.28895],[28.12515,59.28901],[28.13626,59.29244],[28.16969,59.33354],[28.19397,59.34642],[28.19263,59.35227],[28.20203,59.35731],[28.19971,59.36091],[28.20703,59.36377],[28.20678,59.36719],[28.21105,59.36937],[28.21057,59.37235],[28.20386,59.37459],[28.21069,59.37994],[28.21069,59.3836],[28.19275,59.4015],[28.17225,59.40789],[28.16652,59.41205],[28.14163,59.41901],[28.13711,59.42267],[28.13577,59.4277],[28.12174,59.44091],[28.08452,59.45939],[28.06915,59.46256],[28.05182,59.46342],[28.04767,59.46578],[28.04377,59.47223],[28.03669,59.4757],[27.9719,59.4778],[27.96689,59.43303],[26.91057,59.46051],[26.91423,59.50549],[26.82626,59.50729],[26.82967,59.55215],[26.38809,59.56099],[26.39114,59.60565],[26.12575,59.6101],[26.12855,59.65507],[25.86279,59.65901],[25.86511,59.70386],[25.68757,59.70613],[25.6855,59.66148],[25.41938,59.66468],[25.41755,59.61979],[25.32884,59.62078],[25.33055,59.66548],[25.24184,59.66647],[25.24037,59.62145],[25.0632,59.62306],[25.06601,59.71259],[24.9773,59.71346],[24.9762,59.66863],[24.88725,59.66918],[24.88603,59.62473],[24.97462,59.62386],[24.97327,59.57885],[24.79659,59.58009],[24.79744,59.62497],[24.70898,59.62553],[24.70605,59.49082],[24.26471,59.49236],[24.26446,59.44767],[24.17637,59.4478],[24.176,59.4028],[23.91207,59.4028],[23.91158,59.35787],[23.73649,59.3578],[23.73698,59.313],[23.64888,59.31281],[23.64924,59.26788],[23.47415,59.26726],[23.47671,59.0877],[23.12786,59.08582],[23.12895,59.04097],[22.95495,59.03959],[22.9563,58.99487],[22.8693,58.99399],[22.86808,59.03877],[22.78083,59.03814],[22.77912,59.083],[22.69212,59.08218],[22.69017,59.12686],[22.51556,59.1251],[22.51935,59.03538],[22.34535,59.03337],[22.34754,58.98845],[21.99979,58.98374]],[[24.61854,59.53612],[24.62016,59.6258],[24.44309,59.62659],[24.44183,59.5368],[24.61854,59.53612]],[[26.48308,59.649],[26.57166,59.64719],[26.57514,59.69202],[26.48647,59.69383],[26.48308,59.649]],[[26.40403,59.7852],[26.40732,59.82994],[26.31814,59.83152],[26.31501,59.78667],[26.40403,59.7852]]],"terms_text":"Maa-ameti põhikaart"},{"id":"Maaamet-Estonia_Cadastre","name":"Maa-amet Cadastral Map","type":"wms","template":"https://kaart.maaamet.ee/wms/alus-geo?LAYERS=of10000,TOPOYKSUS_6569,TOPOYKSUS_6573&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971]],[[23.91525,58.05612],[23.99993,58.05632],[23.99968,58.10116],[24.08497,58.10129],[24.08485,58.19092],[23.91476,58.19099],[23.91451,58.23585],[23.82971,58.23572],[23.83032,58.146],[23.915,58.14613],[23.91525,58.05612]],[[24.17014,58.1908],[24.17002,58.14588],[24.25458,58.14581],[24.25507,58.19073],[24.17014,58.1908]],[[23.47415,59.26726],[23.47293,59.31194],[23.29795,59.31138],[23.29868,59.26632],[23.47415,59.26726]],[[21.99979,58.98374],[22.00503,58.89371],[22.09179,58.8951],[22.09411,58.85038],[22.35364,58.85385],[22.36023,58.71916],[22.44638,58.7203],[22.45236,58.58573],[22.19453,58.5823],[22.19709,58.53742],[22.11144,58.53621],[22.11375,58.49167],[22.02797,58.49001],[22.02566,58.53488],[21.76795,58.53074],[21.77942,58.35122],[21.69401,58.34975],[21.69681,58.3049],[21.78211,58.30631],[21.78723,58.21638],[21.95781,58.21941],[21.96038,58.17471],[22.04506,58.17581],[22.05274,58.04134],[21.96831,58.04004],[21.97807,57.86043],[22.06263,57.86186],[22.06007,57.90681],[22.1445,57.90804],[22.14206,57.95281],[22.22626,57.95404],[22.22198,58.0436],[22.30679,58.04527],[22.29995,58.17967],[22.38525,58.18063],[22.38903,58.0909],[22.64344,58.094],[22.64173,58.13886],[22.55693,58.13744],[22.55522,58.18276],[22.72495,58.18475],[22.72641,58.13982],[22.89663,58.1413],[22.89529,58.1861],[22.81012,58.18539],[22.80865,58.2302],[22.89358,58.23103],[22.89187,58.27598],[22.97716,58.27681],[22.9757,58.32157],[23.06172,58.32221],[23.05989,58.36703],[23.14567,58.36735],[23.14421,58.41238],[23.40106,58.41391],[23.39935,58.50359],[23.57127,58.50436],[23.57225,58.41468],[23.65791,58.41493],[23.65864,58.32496],[23.82947,58.32554],[23.82971,58.28047],[23.99993,58.28092],[24.00066,58.23579],[24.0851,58.23605],[24.08485,58.19092],[24.17014,58.1908],[24.17014,58.23572],[24.34048,58.23547],[24.34182,58.37017],[24.42712,58.36972],[24.42638,58.32503],[24.51216,58.32471],[24.51155,58.2797],[24.42614,58.28002],[24.42272,58.01097],[24.33829,58.0109],[24.33707,57.87393],[24.40906,57.87191],[24.41138,57.86491],[24.46006,57.87977],[24.45225,57.89942],[24.46018,57.90662],[24.44579,57.90798],[24.4625,57.92496],[24.51326,57.93066],[24.5096,57.93442],[24.51839,57.93675],[24.5207,57.94303],[24.5301,57.94705],[24.54352,57.94478],[24.54792,57.94938],[24.57317,57.95436],[24.58464,57.96174],[24.60892,57.95125],[24.61612,57.94368],[24.62869,57.94193],[24.64577,57.95268],[24.64187,57.95423],[24.64468,57.95889],[24.67335,57.95896],[24.6919,57.94653],[24.71508,57.96271],[24.7329,57.96239],[24.74339,57.96491],[24.74229,57.98187],[24.80806,57.99066],[24.83234,57.97177],[24.94863,58.00942],[24.99512,58.01084],[25.02037,58.01769],[25.07662,58.06645],[25.10518,58.06645],[25.10579,58.07749],[25.13397,58.07974],[25.15154,58.07703],[25.1535,58.07478],[25.19169,58.07613],[25.18949,58.08007],[25.19962,58.08536],[25.21207,58.08052],[25.21621,58.07413],[25.20389,58.0651],[25.20523,58.06122],[25.21219,58.06226],[25.21597,58.05954],[25.2178,58.04908],[25.22146,58.05051],[25.22122,58.05302],[25.22817,58.05348],[25.22695,58.04799],[25.21658,58.04088],[25.21902,58.02977],[25.22537,58.02195],[25.22732,58.02435],[25.23635,58.02441],[25.23562,58.02286],[25.24587,58.01872],[25.22768,58.01782],[25.2455,58.00302],[25.25502,58.00347],[25.25611,57.9939],[25.26722,57.99454],[25.28308,57.98963],[25.29187,57.99286],[25.30138,57.99273],[25.30358,57.99396],[25.29736,57.99661],[25.29577,57.99972],[25.30285,58.00011],[25.29748,58.01459],[25.30114,58.01504],[25.30431,58.03449],[25.29309,58.0467],[25.27991,58.05063],[25.26502,58.06],[25.266,58.06716],[25.28113,58.07019],[25.28686,58.08149],[25.29553,58.08161],[25.31908,58.06929],[25.31981,58.066],[25.32664,58.0638],[25.3292,58.05858],[25.33604,58.05709],[25.34482,58.04676],[25.35336,58.04334],[25.36374,58.03171],[25.37155,58.02926],[25.40693,58.02893],[25.44817,58.01698],[25.46648,58.00515],[25.44817,58.00114],[25.44219,57.99616],[25.47843,57.98264],[25.47843,57.98006],[25.48539,57.97475],[25.51943,57.98031],[25.52212,57.97488],[25.51211,57.96977],[25.51638,57.96737],[25.5226,57.96802],[25.52566,57.97184],[25.53725,57.97139],[25.55079,57.97255],[25.55567,57.96711],[25.55714,57.96038],[25.56604,57.96258],[25.56556,57.96718],[25.57483,57.9741],[25.58044,57.9721],[25.58239,57.96783],[25.58935,57.96504],[25.59399,57.95961],[25.57983,57.9442],[25.63828,57.93059],[25.64987,57.91841],[25.64889,57.91666],[25.65609,57.91439],[25.66207,57.91511],[25.67549,57.91277],[25.67916,57.90461],[25.70356,57.90331],[25.72247,57.91245],[25.72833,57.92133],[25.73724,57.92295],[25.75102,57.91692],[25.77165,57.91206],[25.78629,57.90428],[25.78312,57.89948],[25.81923,57.86419],[25.8595,57.85614],[25.87475,57.86322],[25.87561,57.85796],[25.88427,57.85595],[25.88573,57.85277],[25.88085,57.84946],[25.8883,57.84595],[25.89537,57.84972],[25.931,57.85244],[25.96273,57.84491],[25.99848,57.85816],[26.00958,57.85731],[26.02008,57.84517],[26.03667,57.84926],[26.05558,57.84764],[26.05705,57.83842],[26.04851,57.82289],[26.03606,57.8108],[26.03679,57.80592],[26.03338,57.80105],[26.03081,57.79097],[26.02776,57.7898],[26.02252,57.78355],[26.02496,57.7816],[26.02459,57.77516],[26.01776,57.7723],[26.02374,57.76761],[26.03326,57.77054],[26.0435,57.76703],[26.049,57.7611],[26.05912,57.75987],[26.07047,57.7656],[26.07328,57.76371],[26.07974,57.76384],[26.08035,57.76547],[26.10537,57.757],[26.13551,57.7503],[26.13905,57.74548],[26.13563,57.73923],[26.141,57.73278],[26.1726,57.72867],[26.20567,57.71486],[26.19859,57.70906],[26.18871,57.69472],[26.17712,57.68761],[26.18541,57.68454],[26.19444,57.68519],[26.19896,57.68356],[26.20079,57.68102],[26.21018,57.67906],[26.21092,57.67071],[26.21372,57.66888],[26.21043,57.66601],[26.23032,57.65805],[26.2363,57.65753],[26.24215,57.65146],[26.23117,57.64904],[26.23239,57.6461],[26.23959,57.64649],[26.24667,57.63559],[26.24203,57.63539],[26.23947,57.63408],[26.24813,57.62775],[26.24715,57.62082],[26.25423,57.61383],[26.27022,57.60461],[26.27034,57.6001],[26.27754,57.595],[26.28217,57.5952],[26.28352,57.59232],[26.29291,57.59114],[26.3006,57.59343],[26.30853,57.59291],[26.3117,57.58473],[26.32635,57.58277],[26.32781,57.57963],[26.33476,57.5797],[26.34489,57.58408],[26.40151,57.57237],[26.46996,57.57551],[26.49095,57.54534],[26.49961,57.52451],[26.52585,57.51619],[26.55794,57.5137],[26.5666,57.51946],[26.56184,57.52261],[26.56123,57.5285],[26.57966,57.53375],[26.57978,57.53695],[26.58381,57.53957],[26.58771,57.53781],[26.58698,57.52621],[26.59015,57.52516],[26.58808,57.51619],[26.59479,57.51592],[26.5954,57.51376],[26.60479,57.51442],[26.60467,57.51212],[26.61712,57.50885],[26.61443,57.52909],[26.63444,57.54357],[26.64262,57.54658],[26.64652,57.55391],[26.66531,57.55287],[26.6719,57.55385],[26.67105,57.56327],[26.67569,57.56668],[26.69155,57.56615],[26.69741,57.56733],[26.69753,57.5706],[26.69972,57.57106],[26.71107,57.56596],[26.72388,57.57244],[26.73072,57.56903],[26.73828,57.57584],[26.72901,57.58016],[26.73816,57.58774],[26.75317,57.58009],[26.74804,57.5778],[26.76769,57.57754],[26.77379,57.57473],[26.76891,57.57041],[26.75817,57.5653],[26.75366,57.56249],[26.76354,57.56314],[26.76915,57.56039],[26.7766,57.55994],[26.78685,57.57525],[26.79295,57.57315],[26.79929,57.58002],[26.79685,57.58179],[26.80954,57.58473],[26.81589,57.58153],[26.83504,57.58244],[26.84688,57.5884],[26.86177,57.59108],[26.86433,57.59415],[26.85994,57.59598],[26.85811,57.60049],[26.86469,57.6084],[26.85786,57.60997],[26.86555,57.61592],[26.87275,57.61736],[26.87458,57.61906],[26.88898,57.62193],[26.88849,57.62357],[26.89581,57.62572],[26.90057,57.62918],[26.89971,57.63056],[26.90679,57.63304],[26.92644,57.6331],[26.92961,57.62376],[26.94059,57.61978],[26.94999,57.62056],[26.95133,57.61579],[26.93961,57.60932],[26.94596,57.60272],[26.9578,57.60468],[26.9595,57.60625],[26.97097,57.60448],[26.97549,57.612],[26.98366,57.61174],[26.98696,57.60867],[26.99233,57.61076],[26.99513,57.60461],[27.03101,57.60461],[27.04418,57.5967],[27.04126,57.58761],[27.0332,57.58532],[27.04492,57.58251],[27.04687,57.58048],[27.05285,57.58087],[27.0559,57.58251],[27.07225,57.57989],[27.07262,57.57734],[27.08506,57.57538],[27.10092,57.5653],[27.11654,57.56118],[27.16145,57.55922],[27.19329,57.54966],[27.2249,57.55385],[27.24796,57.54769],[27.25772,57.54979],[27.2637,57.54841],[27.26431,57.54377],[27.2737,57.54311],[27.28017,57.53643],[27.29664,57.53859],[27.32446,57.52274],[27.34569,57.52104],[27.35131,57.51632],[27.35472,57.52575],[27.34386,57.5454],[27.33886,57.54671],[27.33776,57.56007],[27.33178,57.56066],[27.3341,57.56596],[27.32141,57.57898],[27.32886,57.5797],[27.34179,57.58539],[27.3413,57.58984],[27.35692,57.59696],[27.37827,57.59513],[27.38572,57.60304],[27.40683,57.61246],[27.40634,57.61546],[27.40195,57.61775],[27.39084,57.6169],[27.39023,57.62036],[27.39597,57.62115],[27.40182,57.62376],[27.40317,57.62905],[27.40085,57.63742],[27.38816,57.64009],[27.39072,57.6431],[27.38157,57.64368],[27.38352,57.64799],[27.38047,57.6495],[27.38755,57.6555],[27.3801,57.65883],[27.38364,57.66059],[27.37779,57.66836],[27.38193,57.67332],[27.39145,57.67671],[27.39377,57.67913],[27.39133,57.68539],[27.40231,57.68493],[27.40744,57.69276],[27.41647,57.69524],[27.41341,57.69915],[27.42818,57.69902],[27.43086,57.70756],[27.44807,57.71616],[27.46149,57.70619],[27.47064,57.70802],[27.47357,57.71545],[27.48711,57.7191],[27.49529,57.70749],[27.49993,57.70495],[27.50859,57.70723],[27.51066,57.71101],[27.51652,57.70873],[27.5236,57.70802],[27.52762,57.70899],[27.5236,57.71616],[27.52799,57.72946],[27.5419,57.73037],[27.548,57.7333],[27.53116,57.74073],[27.53007,57.75368],[27.52811,57.75818],[27.52018,57.75993],[27.51591,57.7639],[27.51115,57.76416],[27.5081,57.77158],[27.51457,57.77516],[27.50774,57.78349],[27.4959,57.78869],[27.50005,57.78973],[27.50298,57.78798],[27.51847,57.79201],[27.5175,57.78876],[27.52921,57.78856],[27.53861,57.79396],[27.53592,57.79663],[27.53958,57.80144],[27.53726,57.80644],[27.54471,57.808],[27.5408,57.81288],[27.55667,57.81366],[27.55056,57.81769],[27.5452,57.81808],[27.54446,57.82204],[27.55227,57.82113],[27.5563,57.83127],[27.56252,57.83023],[27.59791,57.83328],[27.62207,57.83874],[27.62487,57.83751],[27.63634,57.83978],[27.64818,57.8377],[27.66026,57.83893],[27.66636,57.83653],[27.68771,57.83419],[27.70541,57.84192],[27.72383,57.83179],[27.74165,57.82679],[27.75849,57.83536],[27.77715,57.8325],[27.78411,57.83725],[27.78862,57.84186],[27.7957,57.84017],[27.80058,57.8442],[27.7946,57.84634],[27.79875,57.85205],[27.81632,57.86134],[27.8184,57.8651],[27.81583,57.87166],[27.81169,57.87204],[27.81827,57.88249],[27.81059,57.88612],[27.81949,57.888],[27.82096,57.89047],[27.81852,57.89579],[27.799,57.89961],[27.78094,57.89832],[27.76959,57.89566],[27.75592,57.89806],[27.75739,57.90318],[27.7536,57.90409],[27.74677,57.90169],[27.72896,57.90739],[27.70614,57.90136],[27.69882,57.90616],[27.70834,57.90616],[27.72054,57.91174],[27.72029,57.92036],[27.71078,57.92392],[27.68247,57.92437],[27.68613,57.92794],[27.68247,57.93655],[27.67649,57.93552],[27.66917,57.94174],[27.67161,57.94627],[27.66758,57.951],[27.65892,57.9554],[27.68588,57.95928],[27.68893,57.97184],[27.6821,57.9719],[27.68064,57.97449],[27.69125,57.98549],[27.69882,57.98827],[27.70065,57.99862],[27.6965,58.0045],[27.68393,58.00845],[27.66856,58.01045],[27.66172,58.01866],[27.64781,58.02086],[27.64781,58.01426],[27.65294,58.00644],[27.64489,58.00205],[27.62268,58.0058],[27.60938,58.05399],[27.63695,58.09735],[27.59205,58.11875],[27.52872,58.18687],[27.48687,58.18803],[27.49993,58.32246],[27.51408,58.32214],[27.51762,58.33265],[27.5552,58.36575],[27.53397,58.41142],[27.25259,58.41883],[27.27309,58.64305],[27.18731,58.64533],[27.19537,58.73512],[27.10934,58.73709],[27.11361,58.78183],[27.0271,58.7841],[27.03882,58.91841],[27.12557,58.9164],[27.12935,58.96135],[27.38974,58.95474],[27.39414,58.99964],[27.65501,58.99241],[27.6544,58.98783],[27.73213,58.9855],[27.74274,58.98845],[27.74787,58.99267],[27.74165,59.00951],[27.74567,59.01705],[27.74628,59.02716],[27.75153,59.03017],[27.76605,59.03155],[27.76983,59.03325],[27.77667,59.04743],[27.77313,59.05107],[27.77508,59.0581],[27.78265,59.065],[27.7885,59.06657],[27.79302,59.06927],[27.79277,59.0729],[27.79411,59.07566],[27.79375,59.07842],[27.7907,59.08112],[27.78887,59.0909],[27.80205,59.1028],[27.8101,59.10606],[27.81071,59.10819],[27.80534,59.1127],[27.80595,59.12166],[27.80986,59.12905],[27.82035,59.13362],[27.83206,59.14401],[27.84414,59.14814],[27.86818,59.16159],[27.87184,59.16841],[27.87648,59.17372],[27.88978,59.18379],[27.89234,59.19222],[27.90235,59.20728],[27.89783,59.21746],[27.901,59.22639],[27.90113,59.23488],[27.90564,59.24044],[27.9492,59.26533],[27.95335,59.26863],[27.96433,59.27268],[27.97983,59.27293],[27.99825,59.2753],[28.02022,59.28334],[28.05353,59.2902],[28.1099,59.29063],[28.11722,59.28895],[28.12515,59.28901],[28.13626,59.29244],[28.16969,59.33354],[28.19397,59.34642],[28.19263,59.35227],[28.20203,59.35731],[28.19971,59.36091],[28.20703,59.36377],[28.20678,59.36719],[28.21105,59.36937],[28.21057,59.37235],[28.20386,59.37459],[28.21069,59.37994],[28.21069,59.3836],[28.19275,59.4015],[28.17225,59.40789],[28.16652,59.41205],[28.14163,59.41901],[28.13711,59.42267],[28.13577,59.4277],[28.12174,59.44091],[28.08452,59.45939],[28.06915,59.46256],[28.05182,59.46342],[28.04767,59.46578],[28.04377,59.47223],[28.03669,59.4757],[27.9719,59.4778],[27.96689,59.43303],[26.91057,59.46051],[26.91423,59.50549],[26.82626,59.50729],[26.82967,59.55215],[26.38809,59.56099],[26.39114,59.60565],[26.12575,59.6101],[26.12855,59.65507],[25.86279,59.65901],[25.86511,59.70386],[25.68757,59.70613],[25.6855,59.66148],[25.41938,59.66468],[25.41755,59.61979],[25.32884,59.62078],[25.33055,59.66548],[25.24184,59.66647],[25.24037,59.62145],[25.0632,59.62306],[25.06601,59.71259],[24.9773,59.71346],[24.9762,59.66863],[24.88725,59.66918],[24.88603,59.62473],[24.97462,59.62386],[24.97327,59.57885],[24.79659,59.58009],[24.79744,59.62497],[24.70898,59.62553],[24.70605,59.49082],[24.26471,59.49236],[24.26446,59.44767],[24.17637,59.4478],[24.176,59.4028],[23.91207,59.4028],[23.91158,59.35787],[23.73649,59.3578],[23.73698,59.313],[23.64888,59.31281],[23.64924,59.26788],[23.47415,59.26726],[23.47671,59.0877],[23.12786,59.08582],[23.12895,59.04097],[22.95495,59.03959],[22.9563,58.99487],[22.8693,58.99399],[22.86808,59.03877],[22.78083,59.03814],[22.77912,59.083],[22.69212,59.08218],[22.69017,59.12686],[22.51556,59.1251],[22.51935,59.03538],[22.34535,59.03337],[22.34754,58.98845],[21.99979,58.98374]],[[24.61854,59.53612],[24.62016,59.6258],[24.44309,59.62659],[24.44183,59.5368],[24.61854,59.53612]],[[26.48308,59.649],[26.57166,59.64719],[26.57514,59.69202],[26.48647,59.69383],[26.48308,59.649]],[[26.40403,59.7852],[26.40732,59.82994],[26.31814,59.83152],[26.31501,59.78667],[26.40403,59.7852]]],"terms_text":"Maa-ameti katastrikaart ortofoto alusel"},{"id":"maaamet.ee-cir_ngr","name":"Maa-amet Forestry","type":"wms","template":"https://kaart.maaamet.ee/wms/alus-geo?LAYERS=cir_ngr&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971]],[[23.91525,58.05612],[23.99993,58.05632],[23.99968,58.10116],[24.08497,58.10129],[24.08485,58.19092],[23.91476,58.19099],[23.91451,58.23585],[23.82971,58.23572],[23.83032,58.146],[23.915,58.14613],[23.91525,58.05612]],[[24.17014,58.1908],[24.17002,58.14588],[24.25458,58.14581],[24.25507,58.19073],[24.17014,58.1908]],[[23.47415,59.26726],[23.47293,59.31194],[23.29795,59.31138],[23.29868,59.26632],[23.47415,59.26726]],[[21.99979,58.98374],[22.00503,58.89371],[22.09179,58.8951],[22.09411,58.85038],[22.35364,58.85385],[22.36023,58.71916],[22.44638,58.7203],[22.45236,58.58573],[22.19453,58.5823],[22.19709,58.53742],[22.11144,58.53621],[22.11375,58.49167],[22.02797,58.49001],[22.02566,58.53488],[21.76795,58.53074],[21.77942,58.35122],[21.69401,58.34975],[21.69681,58.3049],[21.78211,58.30631],[21.78723,58.21638],[21.95781,58.21941],[21.96038,58.17471],[22.04506,58.17581],[22.05274,58.04134],[21.96831,58.04004],[21.97807,57.86043],[22.06263,57.86186],[22.06007,57.90681],[22.1445,57.90804],[22.14206,57.95281],[22.22626,57.95404],[22.22198,58.0436],[22.30679,58.04527],[22.29995,58.17967],[22.38525,58.18063],[22.38903,58.0909],[22.64344,58.094],[22.64173,58.13886],[22.55693,58.13744],[22.55522,58.18276],[22.72495,58.18475],[22.72641,58.13982],[22.89663,58.1413],[22.89529,58.1861],[22.81012,58.18539],[22.80865,58.2302],[22.89358,58.23103],[22.89187,58.27598],[22.97716,58.27681],[22.9757,58.32157],[23.06172,58.32221],[23.05989,58.36703],[23.14567,58.36735],[23.14421,58.41238],[23.40106,58.41391],[23.39935,58.50359],[23.57127,58.50436],[23.57225,58.41468],[23.65791,58.41493],[23.65864,58.32496],[23.82947,58.32554],[23.82971,58.28047],[23.99993,58.28092],[24.00066,58.23579],[24.0851,58.23605],[24.08485,58.19092],[24.17014,58.1908],[24.17014,58.23572],[24.34048,58.23547],[24.34182,58.37017],[24.42712,58.36972],[24.42638,58.32503],[24.51216,58.32471],[24.51155,58.2797],[24.42614,58.28002],[24.42272,58.01097],[24.33829,58.0109],[24.33707,57.87393],[24.40906,57.87191],[24.41138,57.86491],[24.46006,57.87977],[24.45225,57.89942],[24.46018,57.90662],[24.44579,57.90798],[24.4625,57.92496],[24.51326,57.93066],[24.5096,57.93442],[24.51839,57.93675],[24.5207,57.94303],[24.5301,57.94705],[24.54352,57.94478],[24.54792,57.94938],[24.57317,57.95436],[24.58464,57.96174],[24.60892,57.95125],[24.61612,57.94368],[24.62869,57.94193],[24.64577,57.95268],[24.64187,57.95423],[24.64468,57.95889],[24.67335,57.95896],[24.6919,57.94653],[24.71508,57.96271],[24.7329,57.96239],[24.74339,57.96491],[24.74229,57.98187],[24.80806,57.99066],[24.83234,57.97177],[24.94863,58.00942],[24.99512,58.01084],[25.02037,58.01769],[25.07662,58.06645],[25.10518,58.06645],[25.10579,58.07749],[25.13397,58.07974],[25.15154,58.07703],[25.1535,58.07478],[25.19169,58.07613],[25.18949,58.08007],[25.19962,58.08536],[25.21207,58.08052],[25.21621,58.07413],[25.20389,58.0651],[25.20523,58.06122],[25.21219,58.06226],[25.21597,58.05954],[25.2178,58.04908],[25.22146,58.05051],[25.22122,58.05302],[25.22817,58.05348],[25.22695,58.04799],[25.21658,58.04088],[25.21902,58.02977],[25.22537,58.02195],[25.22732,58.02435],[25.23635,58.02441],[25.23562,58.02286],[25.24587,58.01872],[25.22768,58.01782],[25.2455,58.00302],[25.25502,58.00347],[25.25611,57.9939],[25.26722,57.99454],[25.28308,57.98963],[25.29187,57.99286],[25.30138,57.99273],[25.30358,57.99396],[25.29736,57.99661],[25.29577,57.99972],[25.30285,58.00011],[25.29748,58.01459],[25.30114,58.01504],[25.30431,58.03449],[25.29309,58.0467],[25.27991,58.05063],[25.26502,58.06],[25.266,58.06716],[25.28113,58.07019],[25.28686,58.08149],[25.29553,58.08161],[25.31908,58.06929],[25.31981,58.066],[25.32664,58.0638],[25.3292,58.05858],[25.33604,58.05709],[25.34482,58.04676],[25.35336,58.04334],[25.36374,58.03171],[25.37155,58.02926],[25.40693,58.02893],[25.44817,58.01698],[25.46648,58.00515],[25.44817,58.00114],[25.44219,57.99616],[25.47843,57.98264],[25.47843,57.98006],[25.48539,57.97475],[25.51943,57.98031],[25.52212,57.97488],[25.51211,57.96977],[25.51638,57.96737],[25.5226,57.96802],[25.52566,57.97184],[25.53725,57.97139],[25.55079,57.97255],[25.55567,57.96711],[25.55714,57.96038],[25.56604,57.96258],[25.56556,57.96718],[25.57483,57.9741],[25.58044,57.9721],[25.58239,57.96783],[25.58935,57.96504],[25.59399,57.95961],[25.57983,57.9442],[25.63828,57.93059],[25.64987,57.91841],[25.64889,57.91666],[25.65609,57.91439],[25.66207,57.91511],[25.67549,57.91277],[25.67916,57.90461],[25.70356,57.90331],[25.72247,57.91245],[25.72833,57.92133],[25.73724,57.92295],[25.75102,57.91692],[25.77165,57.91206],[25.78629,57.90428],[25.78312,57.89948],[25.81923,57.86419],[25.8595,57.85614],[25.87475,57.86322],[25.87561,57.85796],[25.88427,57.85595],[25.88573,57.85277],[25.88085,57.84946],[25.8883,57.84595],[25.89537,57.84972],[25.931,57.85244],[25.96273,57.84491],[25.99848,57.85816],[26.00958,57.85731],[26.02008,57.84517],[26.03667,57.84926],[26.05558,57.84764],[26.05705,57.83842],[26.04851,57.82289],[26.03606,57.8108],[26.03679,57.80592],[26.03338,57.80105],[26.03081,57.79097],[26.02776,57.7898],[26.02252,57.78355],[26.02496,57.7816],[26.02459,57.77516],[26.01776,57.7723],[26.02374,57.76761],[26.03326,57.77054],[26.0435,57.76703],[26.049,57.7611],[26.05912,57.75987],[26.07047,57.7656],[26.07328,57.76371],[26.07974,57.76384],[26.08035,57.76547],[26.10537,57.757],[26.13551,57.7503],[26.13905,57.74548],[26.13563,57.73923],[26.141,57.73278],[26.1726,57.72867],[26.20567,57.71486],[26.19859,57.70906],[26.18871,57.69472],[26.17712,57.68761],[26.18541,57.68454],[26.19444,57.68519],[26.19896,57.68356],[26.20079,57.68102],[26.21018,57.67906],[26.21092,57.67071],[26.21372,57.66888],[26.21043,57.66601],[26.23032,57.65805],[26.2363,57.65753],[26.24215,57.65146],[26.23117,57.64904],[26.23239,57.6461],[26.23959,57.64649],[26.24667,57.63559],[26.24203,57.63539],[26.23947,57.63408],[26.24813,57.62775],[26.24715,57.62082],[26.25423,57.61383],[26.27022,57.60461],[26.27034,57.6001],[26.27754,57.595],[26.28217,57.5952],[26.28352,57.59232],[26.29291,57.59114],[26.3006,57.59343],[26.30853,57.59291],[26.3117,57.58473],[26.32635,57.58277],[26.32781,57.57963],[26.33476,57.5797],[26.34489,57.58408],[26.40151,57.57237],[26.46996,57.57551],[26.49095,57.54534],[26.49961,57.52451],[26.52585,57.51619],[26.55794,57.5137],[26.5666,57.51946],[26.56184,57.52261],[26.56123,57.5285],[26.57966,57.53375],[26.57978,57.53695],[26.58381,57.53957],[26.58771,57.53781],[26.58698,57.52621],[26.59015,57.52516],[26.58808,57.51619],[26.59479,57.51592],[26.5954,57.51376],[26.60479,57.51442],[26.60467,57.51212],[26.61712,57.50885],[26.61443,57.52909],[26.63444,57.54357],[26.64262,57.54658],[26.64652,57.55391],[26.66531,57.55287],[26.6719,57.55385],[26.67105,57.56327],[26.67569,57.56668],[26.69155,57.56615],[26.69741,57.56733],[26.69753,57.5706],[26.69972,57.57106],[26.71107,57.56596],[26.72388,57.57244],[26.73072,57.56903],[26.73828,57.57584],[26.72901,57.58016],[26.73816,57.58774],[26.75317,57.58009],[26.74804,57.5778],[26.76769,57.57754],[26.77379,57.57473],[26.76891,57.57041],[26.75817,57.5653],[26.75366,57.56249],[26.76354,57.56314],[26.76915,57.56039],[26.7766,57.55994],[26.78685,57.57525],[26.79295,57.57315],[26.79929,57.58002],[26.79685,57.58179],[26.80954,57.58473],[26.81589,57.58153],[26.83504,57.58244],[26.84688,57.5884],[26.86177,57.59108],[26.86433,57.59415],[26.85994,57.59598],[26.85811,57.60049],[26.86469,57.6084],[26.85786,57.60997],[26.86555,57.61592],[26.87275,57.61736],[26.87458,57.61906],[26.88898,57.62193],[26.88849,57.62357],[26.89581,57.62572],[26.90057,57.62918],[26.89971,57.63056],[26.90679,57.63304],[26.92644,57.6331],[26.92961,57.62376],[26.94059,57.61978],[26.94999,57.62056],[26.95133,57.61579],[26.93961,57.60932],[26.94596,57.60272],[26.9578,57.60468],[26.9595,57.60625],[26.97097,57.60448],[26.97549,57.612],[26.98366,57.61174],[26.98696,57.60867],[26.99233,57.61076],[26.99513,57.60461],[27.03101,57.60461],[27.04418,57.5967],[27.04126,57.58761],[27.0332,57.58532],[27.04492,57.58251],[27.04687,57.58048],[27.05285,57.58087],[27.0559,57.58251],[27.07225,57.57989],[27.07262,57.57734],[27.08506,57.57538],[27.10092,57.5653],[27.11654,57.56118],[27.16145,57.55922],[27.19329,57.54966],[27.2249,57.55385],[27.24796,57.54769],[27.25772,57.54979],[27.2637,57.54841],[27.26431,57.54377],[27.2737,57.54311],[27.28017,57.53643],[27.29664,57.53859],[27.32446,57.52274],[27.34569,57.52104],[27.35131,57.51632],[27.35472,57.52575],[27.34386,57.5454],[27.33886,57.54671],[27.33776,57.56007],[27.33178,57.56066],[27.3341,57.56596],[27.32141,57.57898],[27.32886,57.5797],[27.34179,57.58539],[27.3413,57.58984],[27.35692,57.59696],[27.37827,57.59513],[27.38572,57.60304],[27.40683,57.61246],[27.40634,57.61546],[27.40195,57.61775],[27.39084,57.6169],[27.39023,57.62036],[27.39597,57.62115],[27.40182,57.62376],[27.40317,57.62905],[27.40085,57.63742],[27.38816,57.64009],[27.39072,57.6431],[27.38157,57.64368],[27.38352,57.64799],[27.38047,57.6495],[27.38755,57.6555],[27.3801,57.65883],[27.38364,57.66059],[27.37779,57.66836],[27.38193,57.67332],[27.39145,57.67671],[27.39377,57.67913],[27.39133,57.68539],[27.40231,57.68493],[27.40744,57.69276],[27.41647,57.69524],[27.41341,57.69915],[27.42818,57.69902],[27.43086,57.70756],[27.44807,57.71616],[27.46149,57.70619],[27.47064,57.70802],[27.47357,57.71545],[27.48711,57.7191],[27.49529,57.70749],[27.49993,57.70495],[27.50859,57.70723],[27.51066,57.71101],[27.51652,57.70873],[27.5236,57.70802],[27.52762,57.70899],[27.5236,57.71616],[27.52799,57.72946],[27.5419,57.73037],[27.548,57.7333],[27.53116,57.74073],[27.53007,57.75368],[27.52811,57.75818],[27.52018,57.75993],[27.51591,57.7639],[27.51115,57.76416],[27.5081,57.77158],[27.51457,57.77516],[27.50774,57.78349],[27.4959,57.78869],[27.50005,57.78973],[27.50298,57.78798],[27.51847,57.79201],[27.5175,57.78876],[27.52921,57.78856],[27.53861,57.79396],[27.53592,57.79663],[27.53958,57.80144],[27.53726,57.80644],[27.54471,57.808],[27.5408,57.81288],[27.55667,57.81366],[27.55056,57.81769],[27.5452,57.81808],[27.54446,57.82204],[27.55227,57.82113],[27.5563,57.83127],[27.56252,57.83023],[27.59791,57.83328],[27.62207,57.83874],[27.62487,57.83751],[27.63634,57.83978],[27.64818,57.8377],[27.66026,57.83893],[27.66636,57.83653],[27.68771,57.83419],[27.70541,57.84192],[27.72383,57.83179],[27.74165,57.82679],[27.75849,57.83536],[27.77715,57.8325],[27.78411,57.83725],[27.78862,57.84186],[27.7957,57.84017],[27.80058,57.8442],[27.7946,57.84634],[27.79875,57.85205],[27.81632,57.86134],[27.8184,57.8651],[27.81583,57.87166],[27.81169,57.87204],[27.81827,57.88249],[27.81059,57.88612],[27.81949,57.888],[27.82096,57.89047],[27.81852,57.89579],[27.799,57.89961],[27.78094,57.89832],[27.76959,57.89566],[27.75592,57.89806],[27.75739,57.90318],[27.7536,57.90409],[27.74677,57.90169],[27.72896,57.90739],[27.70614,57.90136],[27.69882,57.90616],[27.70834,57.90616],[27.72054,57.91174],[27.72029,57.92036],[27.71078,57.92392],[27.68247,57.92437],[27.68613,57.92794],[27.68247,57.93655],[27.67649,57.93552],[27.66917,57.94174],[27.67161,57.94627],[27.66758,57.951],[27.65892,57.9554],[27.68588,57.95928],[27.68893,57.97184],[27.6821,57.9719],[27.68064,57.97449],[27.69125,57.98549],[27.69882,57.98827],[27.70065,57.99862],[27.6965,58.0045],[27.68393,58.00845],[27.66856,58.01045],[27.66172,58.01866],[27.64781,58.02086],[27.64781,58.01426],[27.65294,58.00644],[27.64489,58.00205],[27.62268,58.0058],[27.60938,58.05399],[27.63695,58.09735],[27.59205,58.11875],[27.52872,58.18687],[27.48687,58.18803],[27.49993,58.32246],[27.51408,58.32214],[27.51762,58.33265],[27.5552,58.36575],[27.53397,58.41142],[27.25259,58.41883],[27.27309,58.64305],[27.18731,58.64533],[27.19537,58.73512],[27.10934,58.73709],[27.11361,58.78183],[27.0271,58.7841],[27.03882,58.91841],[27.12557,58.9164],[27.12935,58.96135],[27.38974,58.95474],[27.39414,58.99964],[27.65501,58.99241],[27.6544,58.98783],[27.73213,58.9855],[27.74274,58.98845],[27.74787,58.99267],[27.74165,59.00951],[27.74567,59.01705],[27.74628,59.02716],[27.75153,59.03017],[27.76605,59.03155],[27.76983,59.03325],[27.77667,59.04743],[27.77313,59.05107],[27.77508,59.0581],[27.78265,59.065],[27.7885,59.06657],[27.79302,59.06927],[27.79277,59.0729],[27.79411,59.07566],[27.79375,59.07842],[27.7907,59.08112],[27.78887,59.0909],[27.80205,59.1028],[27.8101,59.10606],[27.81071,59.10819],[27.80534,59.1127],[27.80595,59.12166],[27.80986,59.12905],[27.82035,59.13362],[27.83206,59.14401],[27.84414,59.14814],[27.86818,59.16159],[27.87184,59.16841],[27.87648,59.17372],[27.88978,59.18379],[27.89234,59.19222],[27.90235,59.20728],[27.89783,59.21746],[27.901,59.22639],[27.90113,59.23488],[27.90564,59.24044],[27.9492,59.26533],[27.95335,59.26863],[27.96433,59.27268],[27.97983,59.27293],[27.99825,59.2753],[28.02022,59.28334],[28.05353,59.2902],[28.1099,59.29063],[28.11722,59.28895],[28.12515,59.28901],[28.13626,59.29244],[28.16969,59.33354],[28.19397,59.34642],[28.19263,59.35227],[28.20203,59.35731],[28.19971,59.36091],[28.20703,59.36377],[28.20678,59.36719],[28.21105,59.36937],[28.21057,59.37235],[28.20386,59.37459],[28.21069,59.37994],[28.21069,59.3836],[28.19275,59.4015],[28.17225,59.40789],[28.16652,59.41205],[28.14163,59.41901],[28.13711,59.42267],[28.13577,59.4277],[28.12174,59.44091],[28.08452,59.45939],[28.06915,59.46256],[28.05182,59.46342],[28.04767,59.46578],[28.04377,59.47223],[28.03669,59.4757],[27.9719,59.4778],[27.96689,59.43303],[26.91057,59.46051],[26.91423,59.50549],[26.82626,59.50729],[26.82967,59.55215],[26.38809,59.56099],[26.39114,59.60565],[26.12575,59.6101],[26.12855,59.65507],[25.86279,59.65901],[25.86511,59.70386],[25.68757,59.70613],[25.6855,59.66148],[25.41938,59.66468],[25.41755,59.61979],[25.32884,59.62078],[25.33055,59.66548],[25.24184,59.66647],[25.24037,59.62145],[25.0632,59.62306],[25.06601,59.71259],[24.9773,59.71346],[24.9762,59.66863],[24.88725,59.66918],[24.88603,59.62473],[24.97462,59.62386],[24.97327,59.57885],[24.79659,59.58009],[24.79744,59.62497],[24.70898,59.62553],[24.70605,59.49082],[24.26471,59.49236],[24.26446,59.44767],[24.17637,59.4478],[24.176,59.4028],[23.91207,59.4028],[23.91158,59.35787],[23.73649,59.3578],[23.73698,59.313],[23.64888,59.31281],[23.64924,59.26788],[23.47415,59.26726],[23.47671,59.0877],[23.12786,59.08582],[23.12895,59.04097],[22.95495,59.03959],[22.9563,58.99487],[22.8693,58.99399],[22.86808,59.03877],[22.78083,59.03814],[22.77912,59.083],[22.69212,59.08218],[22.69017,59.12686],[22.51556,59.1251],[22.51935,59.03538],[22.34535,59.03337],[22.34754,58.98845],[21.99979,58.98374]],[[24.61854,59.53612],[24.62016,59.6258],[24.44309,59.62659],[24.44183,59.5368],[24.61854,59.53612]],[[26.48308,59.649],[26.57166,59.64719],[26.57514,59.69202],[26.48647,59.69383],[26.48308,59.649]],[[26.40403,59.7852],[26.40732,59.82994],[26.31814,59.83152],[26.31501,59.78667],[26.40403,59.7852]]],"terms_text":"Maa-ameti metsanduslik ortofoto"},{"id":"maaamet.ee-orto","name":"Maa-amet Ortho (TMS)","type":"tms","template":"https://tiles.maaamet.ee/tm/tms/1.0.0/foto@GMC/{zoom}/{x}/{-y}.png","category":"photo","zoomExtent":[6,18],"polygon":[[[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971]],[[23.91525,58.05612],[23.99993,58.05632],[23.99968,58.10116],[24.08497,58.10129],[24.08485,58.19092],[23.91476,58.19099],[23.91451,58.23585],[23.82971,58.23572],[23.83032,58.146],[23.915,58.14613],[23.91525,58.05612]],[[24.17014,58.1908],[24.17002,58.14588],[24.25458,58.14581],[24.25507,58.19073],[24.17014,58.1908]],[[23.47415,59.26726],[23.47293,59.31194],[23.29795,59.31138],[23.29868,59.26632],[23.47415,59.26726]],[[21.99979,58.98374],[22.00503,58.89371],[22.09179,58.8951],[22.09411,58.85038],[22.35364,58.85385],[22.36023,58.71916],[22.44638,58.7203],[22.45236,58.58573],[22.19453,58.5823],[22.19709,58.53742],[22.11144,58.53621],[22.11375,58.49167],[22.02797,58.49001],[22.02566,58.53488],[21.76795,58.53074],[21.77942,58.35122],[21.69401,58.34975],[21.69681,58.3049],[21.78211,58.30631],[21.78723,58.21638],[21.95781,58.21941],[21.96038,58.17471],[22.04506,58.17581],[22.05274,58.04134],[21.96831,58.04004],[21.97807,57.86043],[22.06263,57.86186],[22.06007,57.90681],[22.1445,57.90804],[22.14206,57.95281],[22.22626,57.95404],[22.22198,58.0436],[22.30679,58.04527],[22.29995,58.17967],[22.38525,58.18063],[22.38903,58.0909],[22.64344,58.094],[22.64173,58.13886],[22.55693,58.13744],[22.55522,58.18276],[22.72495,58.18475],[22.72641,58.13982],[22.89663,58.1413],[22.89529,58.1861],[22.81012,58.18539],[22.80865,58.2302],[22.89358,58.23103],[22.89187,58.27598],[22.97716,58.27681],[22.9757,58.32157],[23.06172,58.32221],[23.05989,58.36703],[23.14567,58.36735],[23.14421,58.41238],[23.40106,58.41391],[23.39935,58.50359],[23.57127,58.50436],[23.57225,58.41468],[23.65791,58.41493],[23.65864,58.32496],[23.82947,58.32554],[23.82971,58.28047],[23.99993,58.28092],[24.00066,58.23579],[24.0851,58.23605],[24.08485,58.19092],[24.17014,58.1908],[24.17014,58.23572],[24.34048,58.23547],[24.34182,58.37017],[24.42712,58.36972],[24.42638,58.32503],[24.51216,58.32471],[24.51155,58.2797],[24.42614,58.28002],[24.42272,58.01097],[24.33829,58.0109],[24.33707,57.87393],[24.40906,57.87191],[24.41138,57.86491],[24.46006,57.87977],[24.45225,57.89942],[24.46018,57.90662],[24.44579,57.90798],[24.4625,57.92496],[24.51326,57.93066],[24.5096,57.93442],[24.51839,57.93675],[24.5207,57.94303],[24.5301,57.94705],[24.54352,57.94478],[24.54792,57.94938],[24.57317,57.95436],[24.58464,57.96174],[24.60892,57.95125],[24.61612,57.94368],[24.62869,57.94193],[24.64577,57.95268],[24.64187,57.95423],[24.64468,57.95889],[24.67335,57.95896],[24.6919,57.94653],[24.71508,57.96271],[24.7329,57.96239],[24.74339,57.96491],[24.74229,57.98187],[24.80806,57.99066],[24.83234,57.97177],[24.94863,58.00942],[24.99512,58.01084],[25.02037,58.01769],[25.07662,58.06645],[25.10518,58.06645],[25.10579,58.07749],[25.13397,58.07974],[25.15154,58.07703],[25.1535,58.07478],[25.19169,58.07613],[25.18949,58.08007],[25.19962,58.08536],[25.21207,58.08052],[25.21621,58.07413],[25.20389,58.0651],[25.20523,58.06122],[25.21219,58.06226],[25.21597,58.05954],[25.2178,58.04908],[25.22146,58.05051],[25.22122,58.05302],[25.22817,58.05348],[25.22695,58.04799],[25.21658,58.04088],[25.21902,58.02977],[25.22537,58.02195],[25.22732,58.02435],[25.23635,58.02441],[25.23562,58.02286],[25.24587,58.01872],[25.22768,58.01782],[25.2455,58.00302],[25.25502,58.00347],[25.25611,57.9939],[25.26722,57.99454],[25.28308,57.98963],[25.29187,57.99286],[25.30138,57.99273],[25.30358,57.99396],[25.29736,57.99661],[25.29577,57.99972],[25.30285,58.00011],[25.29748,58.01459],[25.30114,58.01504],[25.30431,58.03449],[25.29309,58.0467],[25.27991,58.05063],[25.26502,58.06],[25.266,58.06716],[25.28113,58.07019],[25.28686,58.08149],[25.29553,58.08161],[25.31908,58.06929],[25.31981,58.066],[25.32664,58.0638],[25.3292,58.05858],[25.33604,58.05709],[25.34482,58.04676],[25.35336,58.04334],[25.36374,58.03171],[25.37155,58.02926],[25.40693,58.02893],[25.44817,58.01698],[25.46648,58.00515],[25.44817,58.00114],[25.44219,57.99616],[25.47843,57.98264],[25.47843,57.98006],[25.48539,57.97475],[25.51943,57.98031],[25.52212,57.97488],[25.51211,57.96977],[25.51638,57.96737],[25.5226,57.96802],[25.52566,57.97184],[25.53725,57.97139],[25.55079,57.97255],[25.55567,57.96711],[25.55714,57.96038],[25.56604,57.96258],[25.56556,57.96718],[25.57483,57.9741],[25.58044,57.9721],[25.58239,57.96783],[25.58935,57.96504],[25.59399,57.95961],[25.57983,57.9442],[25.63828,57.93059],[25.64987,57.91841],[25.64889,57.91666],[25.65609,57.91439],[25.66207,57.91511],[25.67549,57.91277],[25.67916,57.90461],[25.70356,57.90331],[25.72247,57.91245],[25.72833,57.92133],[25.73724,57.92295],[25.75102,57.91692],[25.77165,57.91206],[25.78629,57.90428],[25.78312,57.89948],[25.81923,57.86419],[25.8595,57.85614],[25.87475,57.86322],[25.87561,57.85796],[25.88427,57.85595],[25.88573,57.85277],[25.88085,57.84946],[25.8883,57.84595],[25.89537,57.84972],[25.931,57.85244],[25.96273,57.84491],[25.99848,57.85816],[26.00958,57.85731],[26.02008,57.84517],[26.03667,57.84926],[26.05558,57.84764],[26.05705,57.83842],[26.04851,57.82289],[26.03606,57.8108],[26.03679,57.80592],[26.03338,57.80105],[26.03081,57.79097],[26.02776,57.7898],[26.02252,57.78355],[26.02496,57.7816],[26.02459,57.77516],[26.01776,57.7723],[26.02374,57.76761],[26.03326,57.77054],[26.0435,57.76703],[26.049,57.7611],[26.05912,57.75987],[26.07047,57.7656],[26.07328,57.76371],[26.07974,57.76384],[26.08035,57.76547],[26.10537,57.757],[26.13551,57.7503],[26.13905,57.74548],[26.13563,57.73923],[26.141,57.73278],[26.1726,57.72867],[26.20567,57.71486],[26.19859,57.70906],[26.18871,57.69472],[26.17712,57.68761],[26.18541,57.68454],[26.19444,57.68519],[26.19896,57.68356],[26.20079,57.68102],[26.21018,57.67906],[26.21092,57.67071],[26.21372,57.66888],[26.21043,57.66601],[26.23032,57.65805],[26.2363,57.65753],[26.24215,57.65146],[26.23117,57.64904],[26.23239,57.6461],[26.23959,57.64649],[26.24667,57.63559],[26.24203,57.63539],[26.23947,57.63408],[26.24813,57.62775],[26.24715,57.62082],[26.25423,57.61383],[26.27022,57.60461],[26.27034,57.6001],[26.27754,57.595],[26.28217,57.5952],[26.28352,57.59232],[26.29291,57.59114],[26.3006,57.59343],[26.30853,57.59291],[26.3117,57.58473],[26.32635,57.58277],[26.32781,57.57963],[26.33476,57.5797],[26.34489,57.58408],[26.40151,57.57237],[26.46996,57.57551],[26.49095,57.54534],[26.49961,57.52451],[26.52585,57.51619],[26.55794,57.5137],[26.5666,57.51946],[26.56184,57.52261],[26.56123,57.5285],[26.57966,57.53375],[26.57978,57.53695],[26.58381,57.53957],[26.58771,57.53781],[26.58698,57.52621],[26.59015,57.52516],[26.58808,57.51619],[26.59479,57.51592],[26.5954,57.51376],[26.60479,57.51442],[26.60467,57.51212],[26.61712,57.50885],[26.61443,57.52909],[26.63444,57.54357],[26.64262,57.54658],[26.64652,57.55391],[26.66531,57.55287],[26.6719,57.55385],[26.67105,57.56327],[26.67569,57.56668],[26.69155,57.56615],[26.69741,57.56733],[26.69753,57.5706],[26.69972,57.57106],[26.71107,57.56596],[26.72388,57.57244],[26.73072,57.56903],[26.73828,57.57584],[26.72901,57.58016],[26.73816,57.58774],[26.75317,57.58009],[26.74804,57.5778],[26.76769,57.57754],[26.77379,57.57473],[26.76891,57.57041],[26.75817,57.5653],[26.75366,57.56249],[26.76354,57.56314],[26.76915,57.56039],[26.7766,57.55994],[26.78685,57.57525],[26.79295,57.57315],[26.79929,57.58002],[26.79685,57.58179],[26.80954,57.58473],[26.81589,57.58153],[26.83504,57.58244],[26.84688,57.5884],[26.86177,57.59108],[26.86433,57.59415],[26.85994,57.59598],[26.85811,57.60049],[26.86469,57.6084],[26.85786,57.60997],[26.86555,57.61592],[26.87275,57.61736],[26.87458,57.61906],[26.88898,57.62193],[26.88849,57.62357],[26.89581,57.62572],[26.90057,57.62918],[26.89971,57.63056],[26.90679,57.63304],[26.92644,57.6331],[26.92961,57.62376],[26.94059,57.61978],[26.94999,57.62056],[26.95133,57.61579],[26.93961,57.60932],[26.94596,57.60272],[26.9578,57.60468],[26.9595,57.60625],[26.97097,57.60448],[26.97549,57.612],[26.98366,57.61174],[26.98696,57.60867],[26.99233,57.61076],[26.99513,57.60461],[27.03101,57.60461],[27.04418,57.5967],[27.04126,57.58761],[27.0332,57.58532],[27.04492,57.58251],[27.04687,57.58048],[27.05285,57.58087],[27.0559,57.58251],[27.07225,57.57989],[27.07262,57.57734],[27.08506,57.57538],[27.10092,57.5653],[27.11654,57.56118],[27.16145,57.55922],[27.19329,57.54966],[27.2249,57.55385],[27.24796,57.54769],[27.25772,57.54979],[27.2637,57.54841],[27.26431,57.54377],[27.2737,57.54311],[27.28017,57.53643],[27.29664,57.53859],[27.32446,57.52274],[27.34569,57.52104],[27.35131,57.51632],[27.35472,57.52575],[27.34386,57.5454],[27.33886,57.54671],[27.33776,57.56007],[27.33178,57.56066],[27.3341,57.56596],[27.32141,57.57898],[27.32886,57.5797],[27.34179,57.58539],[27.3413,57.58984],[27.35692,57.59696],[27.37827,57.59513],[27.38572,57.60304],[27.40683,57.61246],[27.40634,57.61546],[27.40195,57.61775],[27.39084,57.6169],[27.39023,57.62036],[27.39597,57.62115],[27.40182,57.62376],[27.40317,57.62905],[27.40085,57.63742],[27.38816,57.64009],[27.39072,57.6431],[27.38157,57.64368],[27.38352,57.64799],[27.38047,57.6495],[27.38755,57.6555],[27.3801,57.65883],[27.38364,57.66059],[27.37779,57.66836],[27.38193,57.67332],[27.39145,57.67671],[27.39377,57.67913],[27.39133,57.68539],[27.40231,57.68493],[27.40744,57.69276],[27.41647,57.69524],[27.41341,57.69915],[27.42818,57.69902],[27.43086,57.70756],[27.44807,57.71616],[27.46149,57.70619],[27.47064,57.70802],[27.47357,57.71545],[27.48711,57.7191],[27.49529,57.70749],[27.49993,57.70495],[27.50859,57.70723],[27.51066,57.71101],[27.51652,57.70873],[27.5236,57.70802],[27.52762,57.70899],[27.5236,57.71616],[27.52799,57.72946],[27.5419,57.73037],[27.548,57.7333],[27.53116,57.74073],[27.53007,57.75368],[27.52811,57.75818],[27.52018,57.75993],[27.51591,57.7639],[27.51115,57.76416],[27.5081,57.77158],[27.51457,57.77516],[27.50774,57.78349],[27.4959,57.78869],[27.50005,57.78973],[27.50298,57.78798],[27.51847,57.79201],[27.5175,57.78876],[27.52921,57.78856],[27.53861,57.79396],[27.53592,57.79663],[27.53958,57.80144],[27.53726,57.80644],[27.54471,57.808],[27.5408,57.81288],[27.55667,57.81366],[27.55056,57.81769],[27.5452,57.81808],[27.54446,57.82204],[27.55227,57.82113],[27.5563,57.83127],[27.56252,57.83023],[27.59791,57.83328],[27.62207,57.83874],[27.62487,57.83751],[27.63634,57.83978],[27.64818,57.8377],[27.66026,57.83893],[27.66636,57.83653],[27.68771,57.83419],[27.70541,57.84192],[27.72383,57.83179],[27.74165,57.82679],[27.75849,57.83536],[27.77715,57.8325],[27.78411,57.83725],[27.78862,57.84186],[27.7957,57.84017],[27.80058,57.8442],[27.7946,57.84634],[27.79875,57.85205],[27.81632,57.86134],[27.8184,57.8651],[27.81583,57.87166],[27.81169,57.87204],[27.81827,57.88249],[27.81059,57.88612],[27.81949,57.888],[27.82096,57.89047],[27.81852,57.89579],[27.799,57.89961],[27.78094,57.89832],[27.76959,57.89566],[27.75592,57.89806],[27.75739,57.90318],[27.7536,57.90409],[27.74677,57.90169],[27.72896,57.90739],[27.70614,57.90136],[27.69882,57.90616],[27.70834,57.90616],[27.72054,57.91174],[27.72029,57.92036],[27.71078,57.92392],[27.68247,57.92437],[27.68613,57.92794],[27.68247,57.93655],[27.67649,57.93552],[27.66917,57.94174],[27.67161,57.94627],[27.66758,57.951],[27.65892,57.9554],[27.68588,57.95928],[27.68893,57.97184],[27.6821,57.9719],[27.68064,57.97449],[27.69125,57.98549],[27.69882,57.98827],[27.70065,57.99862],[27.6965,58.0045],[27.68393,58.00845],[27.66856,58.01045],[27.66172,58.01866],[27.64781,58.02086],[27.64781,58.01426],[27.65294,58.00644],[27.64489,58.00205],[27.62268,58.0058],[27.60938,58.05399],[27.63695,58.09735],[27.59205,58.11875],[27.52872,58.18687],[27.48687,58.18803],[27.49993,58.32246],[27.51408,58.32214],[27.51762,58.33265],[27.5552,58.36575],[27.53397,58.41142],[27.25259,58.41883],[27.27309,58.64305],[27.18731,58.64533],[27.19537,58.73512],[27.10934,58.73709],[27.11361,58.78183],[27.0271,58.7841],[27.03882,58.91841],[27.12557,58.9164],[27.12935,58.96135],[27.38974,58.95474],[27.39414,58.99964],[27.65501,58.99241],[27.6544,58.98783],[27.73213,58.9855],[27.74274,58.98845],[27.74787,58.99267],[27.74165,59.00951],[27.74567,59.01705],[27.74628,59.02716],[27.75153,59.03017],[27.76605,59.03155],[27.76983,59.03325],[27.77667,59.04743],[27.77313,59.05107],[27.77508,59.0581],[27.78265,59.065],[27.7885,59.06657],[27.79302,59.06927],[27.79277,59.0729],[27.79411,59.07566],[27.79375,59.07842],[27.7907,59.08112],[27.78887,59.0909],[27.80205,59.1028],[27.8101,59.10606],[27.81071,59.10819],[27.80534,59.1127],[27.80595,59.12166],[27.80986,59.12905],[27.82035,59.13362],[27.83206,59.14401],[27.84414,59.14814],[27.86818,59.16159],[27.87184,59.16841],[27.87648,59.17372],[27.88978,59.18379],[27.89234,59.19222],[27.90235,59.20728],[27.89783,59.21746],[27.901,59.22639],[27.90113,59.23488],[27.90564,59.24044],[27.9492,59.26533],[27.95335,59.26863],[27.96433,59.27268],[27.97983,59.27293],[27.99825,59.2753],[28.02022,59.28334],[28.05353,59.2902],[28.1099,59.29063],[28.11722,59.28895],[28.12515,59.28901],[28.13626,59.29244],[28.16969,59.33354],[28.19397,59.34642],[28.19263,59.35227],[28.20203,59.35731],[28.19971,59.36091],[28.20703,59.36377],[28.20678,59.36719],[28.21105,59.36937],[28.21057,59.37235],[28.20386,59.37459],[28.21069,59.37994],[28.21069,59.3836],[28.19275,59.4015],[28.17225,59.40789],[28.16652,59.41205],[28.14163,59.41901],[28.13711,59.42267],[28.13577,59.4277],[28.12174,59.44091],[28.08452,59.45939],[28.06915,59.46256],[28.05182,59.46342],[28.04767,59.46578],[28.04377,59.47223],[28.03669,59.4757],[27.9719,59.4778],[27.96689,59.43303],[26.91057,59.46051],[26.91423,59.50549],[26.82626,59.50729],[26.82967,59.55215],[26.38809,59.56099],[26.39114,59.60565],[26.12575,59.6101],[26.12855,59.65507],[25.86279,59.65901],[25.86511,59.70386],[25.68757,59.70613],[25.6855,59.66148],[25.41938,59.66468],[25.41755,59.61979],[25.32884,59.62078],[25.33055,59.66548],[25.24184,59.66647],[25.24037,59.62145],[25.0632,59.62306],[25.06601,59.71259],[24.9773,59.71346],[24.9762,59.66863],[24.88725,59.66918],[24.88603,59.62473],[24.97462,59.62386],[24.97327,59.57885],[24.79659,59.58009],[24.79744,59.62497],[24.70898,59.62553],[24.70605,59.49082],[24.26471,59.49236],[24.26446,59.44767],[24.17637,59.4478],[24.176,59.4028],[23.91207,59.4028],[23.91158,59.35787],[23.73649,59.3578],[23.73698,59.313],[23.64888,59.31281],[23.64924,59.26788],[23.47415,59.26726],[23.47671,59.0877],[23.12786,59.08582],[23.12895,59.04097],[22.95495,59.03959],[22.9563,58.99487],[22.8693,58.99399],[22.86808,59.03877],[22.78083,59.03814],[22.77912,59.083],[22.69212,59.08218],[22.69017,59.12686],[22.51556,59.1251],[22.51935,59.03538],[22.34535,59.03337],[22.34754,58.98845],[21.99979,58.98374]],[[24.61854,59.53612],[24.62016,59.6258],[24.44309,59.62659],[24.44183,59.5368],[24.61854,59.53612]],[[26.48308,59.649],[26.57166,59.64719],[26.57514,59.69202],[26.48647,59.69383],[26.48308,59.649]],[[26.40403,59.7852],[26.40732,59.82994],[26.31814,59.83152],[26.31501,59.78667],[26.40403,59.7852]]],"terms_text":"Maa-ameti ortofoto"},{"id":"Maaamet-Estonia_Ortho","name":"Maa-amet Ortho (WMS)","type":"wms","template":"https://kaart.maaamet.ee/wms/alus-geo?LAYERS=of10000&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","zoomExtent":[15,21],"polygon":[[[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971]],[[23.91525,58.05612],[23.99993,58.05632],[23.99968,58.10116],[24.08497,58.10129],[24.08485,58.19092],[23.91476,58.19099],[23.91451,58.23585],[23.82971,58.23572],[23.83032,58.146],[23.915,58.14613],[23.91525,58.05612]],[[24.17014,58.1908],[24.17002,58.14588],[24.25458,58.14581],[24.25507,58.19073],[24.17014,58.1908]],[[23.47415,59.26726],[23.47293,59.31194],[23.29795,59.31138],[23.29868,59.26632],[23.47415,59.26726]],[[21.99979,58.98374],[22.00503,58.89371],[22.09179,58.8951],[22.09411,58.85038],[22.35364,58.85385],[22.36023,58.71916],[22.44638,58.7203],[22.45236,58.58573],[22.19453,58.5823],[22.19709,58.53742],[22.11144,58.53621],[22.11375,58.49167],[22.02797,58.49001],[22.02566,58.53488],[21.76795,58.53074],[21.77942,58.35122],[21.69401,58.34975],[21.69681,58.3049],[21.78211,58.30631],[21.78723,58.21638],[21.95781,58.21941],[21.96038,58.17471],[22.04506,58.17581],[22.05274,58.04134],[21.96831,58.04004],[21.97807,57.86043],[22.06263,57.86186],[22.06007,57.90681],[22.1445,57.90804],[22.14206,57.95281],[22.22626,57.95404],[22.22198,58.0436],[22.30679,58.04527],[22.29995,58.17967],[22.38525,58.18063],[22.38903,58.0909],[22.64344,58.094],[22.64173,58.13886],[22.55693,58.13744],[22.55522,58.18276],[22.72495,58.18475],[22.72641,58.13982],[22.89663,58.1413],[22.89529,58.1861],[22.81012,58.18539],[22.80865,58.2302],[22.89358,58.23103],[22.89187,58.27598],[22.97716,58.27681],[22.9757,58.32157],[23.06172,58.32221],[23.05989,58.36703],[23.14567,58.36735],[23.14421,58.41238],[23.40106,58.41391],[23.39935,58.50359],[23.57127,58.50436],[23.57225,58.41468],[23.65791,58.41493],[23.65864,58.32496],[23.82947,58.32554],[23.82971,58.28047],[23.99993,58.28092],[24.00066,58.23579],[24.0851,58.23605],[24.08485,58.19092],[24.17014,58.1908],[24.17014,58.23572],[24.34048,58.23547],[24.34182,58.37017],[24.42712,58.36972],[24.42638,58.32503],[24.51216,58.32471],[24.51155,58.2797],[24.42614,58.28002],[24.42272,58.01097],[24.33829,58.0109],[24.33707,57.87393],[24.40906,57.87191],[24.41138,57.86491],[24.46006,57.87977],[24.45225,57.89942],[24.46018,57.90662],[24.44579,57.90798],[24.4625,57.92496],[24.51326,57.93066],[24.5096,57.93442],[24.51839,57.93675],[24.5207,57.94303],[24.5301,57.94705],[24.54352,57.94478],[24.54792,57.94938],[24.57317,57.95436],[24.58464,57.96174],[24.60892,57.95125],[24.61612,57.94368],[24.62869,57.94193],[24.64577,57.95268],[24.64187,57.95423],[24.64468,57.95889],[24.67335,57.95896],[24.6919,57.94653],[24.71508,57.96271],[24.7329,57.96239],[24.74339,57.96491],[24.74229,57.98187],[24.80806,57.99066],[24.83234,57.97177],[24.94863,58.00942],[24.99512,58.01084],[25.02037,58.01769],[25.07662,58.06645],[25.10518,58.06645],[25.10579,58.07749],[25.13397,58.07974],[25.15154,58.07703],[25.1535,58.07478],[25.19169,58.07613],[25.18949,58.08007],[25.19962,58.08536],[25.21207,58.08052],[25.21621,58.07413],[25.20389,58.0651],[25.20523,58.06122],[25.21219,58.06226],[25.21597,58.05954],[25.2178,58.04908],[25.22146,58.05051],[25.22122,58.05302],[25.22817,58.05348],[25.22695,58.04799],[25.21658,58.04088],[25.21902,58.02977],[25.22537,58.02195],[25.22732,58.02435],[25.23635,58.02441],[25.23562,58.02286],[25.24587,58.01872],[25.22768,58.01782],[25.2455,58.00302],[25.25502,58.00347],[25.25611,57.9939],[25.26722,57.99454],[25.28308,57.98963],[25.29187,57.99286],[25.30138,57.99273],[25.30358,57.99396],[25.29736,57.99661],[25.29577,57.99972],[25.30285,58.00011],[25.29748,58.01459],[25.30114,58.01504],[25.30431,58.03449],[25.29309,58.0467],[25.27991,58.05063],[25.26502,58.06],[25.266,58.06716],[25.28113,58.07019],[25.28686,58.08149],[25.29553,58.08161],[25.31908,58.06929],[25.31981,58.066],[25.32664,58.0638],[25.3292,58.05858],[25.33604,58.05709],[25.34482,58.04676],[25.35336,58.04334],[25.36374,58.03171],[25.37155,58.02926],[25.40693,58.02893],[25.44817,58.01698],[25.46648,58.00515],[25.44817,58.00114],[25.44219,57.99616],[25.47843,57.98264],[25.47843,57.98006],[25.48539,57.97475],[25.51943,57.98031],[25.52212,57.97488],[25.51211,57.96977],[25.51638,57.96737],[25.5226,57.96802],[25.52566,57.97184],[25.53725,57.97139],[25.55079,57.97255],[25.55567,57.96711],[25.55714,57.96038],[25.56604,57.96258],[25.56556,57.96718],[25.57483,57.9741],[25.58044,57.9721],[25.58239,57.96783],[25.58935,57.96504],[25.59399,57.95961],[25.57983,57.9442],[25.63828,57.93059],[25.64987,57.91841],[25.64889,57.91666],[25.65609,57.91439],[25.66207,57.91511],[25.67549,57.91277],[25.67916,57.90461],[25.70356,57.90331],[25.72247,57.91245],[25.72833,57.92133],[25.73724,57.92295],[25.75102,57.91692],[25.77165,57.91206],[25.78629,57.90428],[25.78312,57.89948],[25.81923,57.86419],[25.8595,57.85614],[25.87475,57.86322],[25.87561,57.85796],[25.88427,57.85595],[25.88573,57.85277],[25.88085,57.84946],[25.8883,57.84595],[25.89537,57.84972],[25.931,57.85244],[25.96273,57.84491],[25.99848,57.85816],[26.00958,57.85731],[26.02008,57.84517],[26.03667,57.84926],[26.05558,57.84764],[26.05705,57.83842],[26.04851,57.82289],[26.03606,57.8108],[26.03679,57.80592],[26.03338,57.80105],[26.03081,57.79097],[26.02776,57.7898],[26.02252,57.78355],[26.02496,57.7816],[26.02459,57.77516],[26.01776,57.7723],[26.02374,57.76761],[26.03326,57.77054],[26.0435,57.76703],[26.049,57.7611],[26.05912,57.75987],[26.07047,57.7656],[26.07328,57.76371],[26.07974,57.76384],[26.08035,57.76547],[26.10537,57.757],[26.13551,57.7503],[26.13905,57.74548],[26.13563,57.73923],[26.141,57.73278],[26.1726,57.72867],[26.20567,57.71486],[26.19859,57.70906],[26.18871,57.69472],[26.17712,57.68761],[26.18541,57.68454],[26.19444,57.68519],[26.19896,57.68356],[26.20079,57.68102],[26.21018,57.67906],[26.21092,57.67071],[26.21372,57.66888],[26.21043,57.66601],[26.23032,57.65805],[26.2363,57.65753],[26.24215,57.65146],[26.23117,57.64904],[26.23239,57.6461],[26.23959,57.64649],[26.24667,57.63559],[26.24203,57.63539],[26.23947,57.63408],[26.24813,57.62775],[26.24715,57.62082],[26.25423,57.61383],[26.27022,57.60461],[26.27034,57.6001],[26.27754,57.595],[26.28217,57.5952],[26.28352,57.59232],[26.29291,57.59114],[26.3006,57.59343],[26.30853,57.59291],[26.3117,57.58473],[26.32635,57.58277],[26.32781,57.57963],[26.33476,57.5797],[26.34489,57.58408],[26.40151,57.57237],[26.46996,57.57551],[26.49095,57.54534],[26.49961,57.52451],[26.52585,57.51619],[26.55794,57.5137],[26.5666,57.51946],[26.56184,57.52261],[26.56123,57.5285],[26.57966,57.53375],[26.57978,57.53695],[26.58381,57.53957],[26.58771,57.53781],[26.58698,57.52621],[26.59015,57.52516],[26.58808,57.51619],[26.59479,57.51592],[26.5954,57.51376],[26.60479,57.51442],[26.60467,57.51212],[26.61712,57.50885],[26.61443,57.52909],[26.63444,57.54357],[26.64262,57.54658],[26.64652,57.55391],[26.66531,57.55287],[26.6719,57.55385],[26.67105,57.56327],[26.67569,57.56668],[26.69155,57.56615],[26.69741,57.56733],[26.69753,57.5706],[26.69972,57.57106],[26.71107,57.56596],[26.72388,57.57244],[26.73072,57.56903],[26.73828,57.57584],[26.72901,57.58016],[26.73816,57.58774],[26.75317,57.58009],[26.74804,57.5778],[26.76769,57.57754],[26.77379,57.57473],[26.76891,57.57041],[26.75817,57.5653],[26.75366,57.56249],[26.76354,57.56314],[26.76915,57.56039],[26.7766,57.55994],[26.78685,57.57525],[26.79295,57.57315],[26.79929,57.58002],[26.79685,57.58179],[26.80954,57.58473],[26.81589,57.58153],[26.83504,57.58244],[26.84688,57.5884],[26.86177,57.59108],[26.86433,57.59415],[26.85994,57.59598],[26.85811,57.60049],[26.86469,57.6084],[26.85786,57.60997],[26.86555,57.61592],[26.87275,57.61736],[26.87458,57.61906],[26.88898,57.62193],[26.88849,57.62357],[26.89581,57.62572],[26.90057,57.62918],[26.89971,57.63056],[26.90679,57.63304],[26.92644,57.6331],[26.92961,57.62376],[26.94059,57.61978],[26.94999,57.62056],[26.95133,57.61579],[26.93961,57.60932],[26.94596,57.60272],[26.9578,57.60468],[26.9595,57.60625],[26.97097,57.60448],[26.97549,57.612],[26.98366,57.61174],[26.98696,57.60867],[26.99233,57.61076],[26.99513,57.60461],[27.03101,57.60461],[27.04418,57.5967],[27.04126,57.58761],[27.0332,57.58532],[27.04492,57.58251],[27.04687,57.58048],[27.05285,57.58087],[27.0559,57.58251],[27.07225,57.57989],[27.07262,57.57734],[27.08506,57.57538],[27.10092,57.5653],[27.11654,57.56118],[27.16145,57.55922],[27.19329,57.54966],[27.2249,57.55385],[27.24796,57.54769],[27.25772,57.54979],[27.2637,57.54841],[27.26431,57.54377],[27.2737,57.54311],[27.28017,57.53643],[27.29664,57.53859],[27.32446,57.52274],[27.34569,57.52104],[27.35131,57.51632],[27.35472,57.52575],[27.34386,57.5454],[27.33886,57.54671],[27.33776,57.56007],[27.33178,57.56066],[27.3341,57.56596],[27.32141,57.57898],[27.32886,57.5797],[27.34179,57.58539],[27.3413,57.58984],[27.35692,57.59696],[27.37827,57.59513],[27.38572,57.60304],[27.40683,57.61246],[27.40634,57.61546],[27.40195,57.61775],[27.39084,57.6169],[27.39023,57.62036],[27.39597,57.62115],[27.40182,57.62376],[27.40317,57.62905],[27.40085,57.63742],[27.38816,57.64009],[27.39072,57.6431],[27.38157,57.64368],[27.38352,57.64799],[27.38047,57.6495],[27.38755,57.6555],[27.3801,57.65883],[27.38364,57.66059],[27.37779,57.66836],[27.38193,57.67332],[27.39145,57.67671],[27.39377,57.67913],[27.39133,57.68539],[27.40231,57.68493],[27.40744,57.69276],[27.41647,57.69524],[27.41341,57.69915],[27.42818,57.69902],[27.43086,57.70756],[27.44807,57.71616],[27.46149,57.70619],[27.47064,57.70802],[27.47357,57.71545],[27.48711,57.7191],[27.49529,57.70749],[27.49993,57.70495],[27.50859,57.70723],[27.51066,57.71101],[27.51652,57.70873],[27.5236,57.70802],[27.52762,57.70899],[27.5236,57.71616],[27.52799,57.72946],[27.5419,57.73037],[27.548,57.7333],[27.53116,57.74073],[27.53007,57.75368],[27.52811,57.75818],[27.52018,57.75993],[27.51591,57.7639],[27.51115,57.76416],[27.5081,57.77158],[27.51457,57.77516],[27.50774,57.78349],[27.4959,57.78869],[27.50005,57.78973],[27.50298,57.78798],[27.51847,57.79201],[27.5175,57.78876],[27.52921,57.78856],[27.53861,57.79396],[27.53592,57.79663],[27.53958,57.80144],[27.53726,57.80644],[27.54471,57.808],[27.5408,57.81288],[27.55667,57.81366],[27.55056,57.81769],[27.5452,57.81808],[27.54446,57.82204],[27.55227,57.82113],[27.5563,57.83127],[27.56252,57.83023],[27.59791,57.83328],[27.62207,57.83874],[27.62487,57.83751],[27.63634,57.83978],[27.64818,57.8377],[27.66026,57.83893],[27.66636,57.83653],[27.68771,57.83419],[27.70541,57.84192],[27.72383,57.83179],[27.74165,57.82679],[27.75849,57.83536],[27.77715,57.8325],[27.78411,57.83725],[27.78862,57.84186],[27.7957,57.84017],[27.80058,57.8442],[27.7946,57.84634],[27.79875,57.85205],[27.81632,57.86134],[27.8184,57.8651],[27.81583,57.87166],[27.81169,57.87204],[27.81827,57.88249],[27.81059,57.88612],[27.81949,57.888],[27.82096,57.89047],[27.81852,57.89579],[27.799,57.89961],[27.78094,57.89832],[27.76959,57.89566],[27.75592,57.89806],[27.75739,57.90318],[27.7536,57.90409],[27.74677,57.90169],[27.72896,57.90739],[27.70614,57.90136],[27.69882,57.90616],[27.70834,57.90616],[27.72054,57.91174],[27.72029,57.92036],[27.71078,57.92392],[27.68247,57.92437],[27.68613,57.92794],[27.68247,57.93655],[27.67649,57.93552],[27.66917,57.94174],[27.67161,57.94627],[27.66758,57.951],[27.65892,57.9554],[27.68588,57.95928],[27.68893,57.97184],[27.6821,57.9719],[27.68064,57.97449],[27.69125,57.98549],[27.69882,57.98827],[27.70065,57.99862],[27.6965,58.0045],[27.68393,58.00845],[27.66856,58.01045],[27.66172,58.01866],[27.64781,58.02086],[27.64781,58.01426],[27.65294,58.00644],[27.64489,58.00205],[27.62268,58.0058],[27.60938,58.05399],[27.63695,58.09735],[27.59205,58.11875],[27.52872,58.18687],[27.48687,58.18803],[27.49993,58.32246],[27.51408,58.32214],[27.51762,58.33265],[27.5552,58.36575],[27.53397,58.41142],[27.25259,58.41883],[27.27309,58.64305],[27.18731,58.64533],[27.19537,58.73512],[27.10934,58.73709],[27.11361,58.78183],[27.0271,58.7841],[27.03882,58.91841],[27.12557,58.9164],[27.12935,58.96135],[27.38974,58.95474],[27.39414,58.99964],[27.65501,58.99241],[27.6544,58.98783],[27.73213,58.9855],[27.74274,58.98845],[27.74787,58.99267],[27.74165,59.00951],[27.74567,59.01705],[27.74628,59.02716],[27.75153,59.03017],[27.76605,59.03155],[27.76983,59.03325],[27.77667,59.04743],[27.77313,59.05107],[27.77508,59.0581],[27.78265,59.065],[27.7885,59.06657],[27.79302,59.06927],[27.79277,59.0729],[27.79411,59.07566],[27.79375,59.07842],[27.7907,59.08112],[27.78887,59.0909],[27.80205,59.1028],[27.8101,59.10606],[27.81071,59.10819],[27.80534,59.1127],[27.80595,59.12166],[27.80986,59.12905],[27.82035,59.13362],[27.83206,59.14401],[27.84414,59.14814],[27.86818,59.16159],[27.87184,59.16841],[27.87648,59.17372],[27.88978,59.18379],[27.89234,59.19222],[27.90235,59.20728],[27.89783,59.21746],[27.901,59.22639],[27.90113,59.23488],[27.90564,59.24044],[27.9492,59.26533],[27.95335,59.26863],[27.96433,59.27268],[27.97983,59.27293],[27.99825,59.2753],[28.02022,59.28334],[28.05353,59.2902],[28.1099,59.29063],[28.11722,59.28895],[28.12515,59.28901],[28.13626,59.29244],[28.16969,59.33354],[28.19397,59.34642],[28.19263,59.35227],[28.20203,59.35731],[28.19971,59.36091],[28.20703,59.36377],[28.20678,59.36719],[28.21105,59.36937],[28.21057,59.37235],[28.20386,59.37459],[28.21069,59.37994],[28.21069,59.3836],[28.19275,59.4015],[28.17225,59.40789],[28.16652,59.41205],[28.14163,59.41901],[28.13711,59.42267],[28.13577,59.4277],[28.12174,59.44091],[28.08452,59.45939],[28.06915,59.46256],[28.05182,59.46342],[28.04767,59.46578],[28.04377,59.47223],[28.03669,59.4757],[27.9719,59.4778],[27.96689,59.43303],[26.91057,59.46051],[26.91423,59.50549],[26.82626,59.50729],[26.82967,59.55215],[26.38809,59.56099],[26.39114,59.60565],[26.12575,59.6101],[26.12855,59.65507],[25.86279,59.65901],[25.86511,59.70386],[25.68757,59.70613],[25.6855,59.66148],[25.41938,59.66468],[25.41755,59.61979],[25.32884,59.62078],[25.33055,59.66548],[25.24184,59.66647],[25.24037,59.62145],[25.0632,59.62306],[25.06601,59.71259],[24.9773,59.71346],[24.9762,59.66863],[24.88725,59.66918],[24.88603,59.62473],[24.97462,59.62386],[24.97327,59.57885],[24.79659,59.58009],[24.79744,59.62497],[24.70898,59.62553],[24.70605,59.49082],[24.26471,59.49236],[24.26446,59.44767],[24.17637,59.4478],[24.176,59.4028],[23.91207,59.4028],[23.91158,59.35787],[23.73649,59.3578],[23.73698,59.313],[23.64888,59.31281],[23.64924,59.26788],[23.47415,59.26726],[23.47671,59.0877],[23.12786,59.08582],[23.12895,59.04097],[22.95495,59.03959],[22.9563,58.99487],[22.8693,58.99399],[22.86808,59.03877],[22.78083,59.03814],[22.77912,59.083],[22.69212,59.08218],[22.69017,59.12686],[22.51556,59.1251],[22.51935,59.03538],[22.34535,59.03337],[22.34754,58.98845],[21.99979,58.98374]],[[24.61854,59.53612],[24.62016,59.6258],[24.44309,59.62659],[24.44183,59.5368],[24.61854,59.53612]],[[26.48308,59.649],[26.57166,59.64719],[26.57514,59.69202],[26.48647,59.69383],[26.48308,59.649]],[[26.40403,59.7852],[26.40732,59.82994],[26.31814,59.83152],[26.31501,59.78667],[26.40403,59.7852]]],"terms_text":"Maa-ameti ortofoto","best":true},{"id":"MainRoadsWA_Road_Hierarchy","name":"Main Roads WA Road Hierarchy","type":"wms","template":"https://mrgis.mainroads.wa.gov.au/arcgis/services/OpenData/RoadAssets_DataPortal/MapServer/WMSServer?request=GetMap&service=WMS&format=image/png&transparent=TRUE&version=1.3.0&layers=14&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,21],"polygon":[[[129.00009,-31.68764],[128.99872,-14.58225],[127.08984,-12.29707],[124.76074,-12.98315],[121.24512,-15.70766],[119.0918,-17.60214],[115.53223,-18.85431],[112.41211,-20.46819],[111.24756,-22.83695],[111.00586,-25.62172],[111.64307,-29.66896],[111.68701,-32.3614],[112.14844,-34.47034],[113.35693,-36.10238],[116.98242,-36.70366],[119.44336,-36.94989],[122.27783,-36.61553],[125.99121,-35.40696],[127.59521,-34.57895],[128.86963,-33.59632],[129.00009,-31.68764]]],"terms_url":"https://catalogue.data.wa.gov.au/dataset/clss-road-hierarchy","terms_text":"Main Roads Western Australia","overlay":true},{"id":"Maine_2021","name":"Maine Orthoimagery Program (2021)","type":"wms","template":"https://gis.maine.gov/arcgis/services/imageryBaseMapsEarthCover/orthoRegional2021/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-70.56336,43.87408],[-70.51849,43.87401],[-70.51831,43.86728],[-70.48103,43.86773],[-70.4797,43.81322],[-70.56373,43.81279],[-70.56336,43.87408]],[[-70.23821,43.63767],[-70.25188,43.62403],[-70.27497,43.61701],[-70.28376,43.59328],[-70.26504,43.58673],[-70.27868,43.57307],[-70.27825,43.5545],[-70.23358,43.53312],[-70.18908,43.56254],[-70.20641,43.62328],[-70.22201,43.63785],[-70.23821,43.63767]],[[-70.35347,43.80181],[-70.29399,43.85315],[-70.18056,43.78011],[-70.16251,43.72949],[-70.22989,43.685],[-70.27668,43.69803],[-70.28643,43.71818],[-70.319,43.71781],[-70.36631,43.75102],[-70.35347,43.80181]]],"terms_url":"https://www.maine.gov/geolib/programs/ortho/index.html","terms_text":"Maine Orthoimagery Program","description":"High-resolution aerial imagery for the State of Maine, regional capture of year 2021","icon":"https://www.maine.gov/geolib/images/GeoPortal_GlobewBlue.jpg"},{"id":"mainzlatestaerialimagery","name":"Mainz latest aerial imagery","type":"wms","template":"https://geodaten.mainz.de/map/service?LAYERS=Orthophoto&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[8.12577,49.9882],[8.12851,49.9722],[8.12714,49.95242],[8.16802,49.9492],[8.17177,49.92458],[8.18318,49.92246],[8.18482,49.89189],[8.19168,49.88438],[8.23837,49.88438],[8.24357,49.88821],[8.26121,49.89058],[8.26867,49.88835],[8.32283,49.88835],[8.3267,49.89722],[8.35167,49.89763],[8.35367,49.90596],[8.35991,49.90868],[8.35991,49.97892],[8.35183,49.98183],[8.35167,49.99527],[8.33946,49.9985],[8.33793,50.00454],[8.32546,50.00754],[8.3242,50.01603],[8.31222,50.01618],[8.30909,50.02398],[8.29593,50.02521],[8.29467,50.04077],[8.29124,50.0421],[8.26929,50.04217],[8.26507,50.04696],[8.15392,50.04696],[8.15222,50.03339],[8.14087,50.03105],[8.13797,50.02457],[8.12783,50.02266],[8.12577,49.9882]]],"terms_url":"https://www.mainz.de/vv/oe/100140100000035141.php#tab-infos","terms_text":"Vermessung und Geoinformation Mainz","icon":"https://www.mainz.de/configuration.inc.php.media/27432/Logo-72px.png"},{"id":"Manatee_Ortho_2021","name":"Manatee County Orthoimagery (2021)","type":"wms","template":"https://www.mymanatee.org/lizardtech/iserv/ows?LAYERS=2021_webmercator&STYLES=&SRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-82.04976,27.19483],[-82.04987,27.64869],[-82.57479,27.64765],[-82.75967,27.55013],[-82.7128,27.45467],[-82.63371,27.37211],[-82.61985,27.37222],[-82.61993,27.39974],[-82.58929,27.40012],[-82.57371,27.38625],[-82.57367,27.37249],[-82.52741,27.37255],[-82.52743,27.3864],[-82.45042,27.38667],[-82.45038,27.37297],[-82.26551,27.37342],[-82.26513,27.20836],[-82.23432,27.20838],[-82.23428,27.19464],[-82.04976,27.19483]]],"terms_url":"https://www.mymanatee.org/departments/information_technology_services/geographic_information_systems","terms_text":"Manatee County GIS","description":"The 2021 orthoimagery for Manatee County of the State of Florida"},{"id":"Manatee_Ortho_2022","name":"Manatee County Orthoimagery (2022)","type":"tms","template":"https://www.mymanatee.org/gisimg/rest/services/POST_IAN_IMAGERY/POST_IAN_IMAGERY_2022/ImageServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-82.04976,27.19483],[-82.04987,27.64869],[-82.57479,27.64765],[-82.75967,27.55013],[-82.7128,27.45467],[-82.63371,27.37211],[-82.61985,27.37222],[-82.61993,27.39974],[-82.58929,27.40012],[-82.57371,27.38625],[-82.57367,27.37249],[-82.52741,27.37255],[-82.52743,27.3864],[-82.45042,27.38667],[-82.45038,27.37297],[-82.26551,27.37342],[-82.26513,27.20836],[-82.23432,27.20838],[-82.23428,27.19464],[-82.04976,27.19483]]],"terms_url":"https://www.mymanatee.org/departments/information_technology_services/geographic_information_systems","terms_text":"Manatee County GIS","description":"The 2022 (Post-Ian) orthoimagery for Manatee County of the State of Florida"},{"id":"Manatee_Ortho_2023_RGB","name":"Manatee County Orthoimagery (2023)","type":"tms","template":"https://www.mymanatee.org/gisimg/rest/services/2023/AERIAL_2023_RGB/ImageServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2023-03-16T00:00:00.000Z","startDate":"2022-11-18T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-82.04976,27.19483],[-82.04987,27.64869],[-82.57479,27.64765],[-82.75967,27.55013],[-82.7128,27.45467],[-82.63371,27.37211],[-82.61985,27.37222],[-82.61993,27.39974],[-82.58929,27.40012],[-82.57371,27.38625],[-82.57367,27.37249],[-82.52741,27.37255],[-82.52743,27.3864],[-82.45042,27.38667],[-82.45038,27.37297],[-82.26551,27.37342],[-82.26513,27.20836],[-82.23432,27.20838],[-82.23428,27.19464],[-82.04976,27.19483]]],"terms_url":"https://www.mymanatee.org/departments/information_technology_services/geographic_information_systems","terms_text":"Manatee County GIS","description":"The 2023 orthoimagery for Manatee County of the State of Florida"},{"id":"Manatee_Ortho_Latest","name":"Manatee County Orthoimagery (Latest)","type":"tms","template":"https://www.mymanatee.org/gisimg/rest/services/current/aerials/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-02-07T00:00:00.000Z","startDate":"2023-12-15T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-82.04976,27.19483],[-82.04987,27.64869],[-82.57479,27.64765],[-82.75967,27.55013],[-82.7128,27.45467],[-82.63371,27.37211],[-82.61985,27.37222],[-82.61993,27.39974],[-82.58929,27.40012],[-82.57371,27.38625],[-82.57367,27.37249],[-82.52741,27.37255],[-82.52743,27.3864],[-82.45042,27.38667],[-82.45038,27.37297],[-82.26551,27.37342],[-82.26513,27.20836],[-82.23432,27.20838],[-82.23428,27.19464],[-82.04976,27.19483]]],"terms_url":"https://www.mymanatee.org/departments/information_technology_services/geographic_information_systems","terms_text":"Manatee County GIS","description":"The most recent orthoimagery for Manatee County of the State of Florida"},{"id":"Manatee_Ortho_2023_CIR","name":"Manatee County Orthoimagery Infrared (2023)","type":"tms","template":"https://www.mymanatee.org/gisimg/rest/services/2023/AERIAL_2023_CIR/ImageServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2023-03-16T00:00:00.000Z","startDate":"2022-11-18T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-82.04976,27.19483],[-82.04987,27.64869],[-82.57479,27.64765],[-82.75967,27.55013],[-82.7128,27.45467],[-82.63371,27.37211],[-82.61985,27.37222],[-82.61993,27.39974],[-82.58929,27.40012],[-82.57371,27.38625],[-82.57367,27.37249],[-82.52741,27.37255],[-82.52743,27.3864],[-82.45042,27.38667],[-82.45038,27.37297],[-82.26551,27.37342],[-82.26513,27.20836],[-82.23432,27.20838],[-82.23428,27.19464],[-82.04976,27.19483]]],"terms_url":"https://www.mymanatee.org/departments/information_technology_services/geographic_information_systems","terms_text":"Manatee County GIS","description":"The 2023 color infrared orthoimagery for Manatee County of the State of Florida"},{"id":"Mapbox","name":"Mapbox Satellite","type":"tms","template":"7586487389962e3f6627ae31c5ca3f566077e9848da9dbcda1e4978546cfa2da63928664b2f9581fe7a61bb4e7ebd518c123ff963c7007527552e2822a9c79c276626e410539abfdafed3e6d42eec7a0edbefc55dc7ffa9f55f1d524272acfab76f19a07a5ff5749722e3138703d11e15659f3b930611203f4232cb39a1e3605931b6ac51a68ac81e7d7a210b24da9429caae4b41132193f7c2d3a7d099f9df005ee6232d8b9b702c209d7fc877ed95c8dd8bf7e28cae2389f20f2e584641a9660b8","category":"photo","tileSize":512,"zoomExtent":[0,22],"terms_url":"https://www.mapbox.com/about/maps","terms_text":"Terms & Feedback","default":true,"description":"Mapbox-provided raster tileset that includes a global basemap of high resolution satellite and aerial imagery","encrypted":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/world/MapBoxSatellite.png"},{"id":"Marion_Ortho_2023","name":"Marion County Orthoimagery (2023)","type":"wms","template":"https://gis.marionfl.org/image/rest/services/Aerials/Aerials_2023/ImageServer/exportImage?f=image&format=jpg&layers=show,6&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[-82.55129,29.03658],[-82.5199,29.03678],[-82.52008,29.02299],[-82.50448,29.02314],[-82.50466,29.03678],[-82.45734,29.03693],[-82.45751,29.02314],[-82.44174,29.02344],[-82.44153,29.00953],[-82.41068,29.00953],[-82.41046,28.99575],[-82.37916,28.99555],[-82.3796,28.98215],[-82.34757,28.98192],[-82.34737,28.96866],[-82.33182,28.96848],[-82.33182,28.95487],[-81.6439,28.95451],[-81.64374,29.03713],[-81.62809,29.03713],[-81.62712,29.28434],[-81.64263,29.2845],[-81.64227,29.36715],[-81.65815,29.36731],[-81.65815,29.381],[-81.7366,29.38104],[-81.7371,29.43594],[-81.76803,29.43638],[-81.7679,29.49132],[-81.83061,29.49132],[-81.83123,29.5327],[-81.86238,29.5327],[-81.86238,29.51879],[-81.98755,29.51884],[-81.98755,29.50533],[-82.05094,29.505],[-82.05075,29.47782],[-82.06627,29.47815],[-82.06703,29.45014],[-82.17643,29.44986],[-82.17659,29.47731],[-82.19242,29.47731],[-82.19242,29.4915],[-82.41224,29.49095],[-82.41124,29.2294],[-82.55244,29.22902],[-82.55129,29.03658]]],"terms_url":"https://www.marionfl.org/","terms_text":"Marion County","description":"The 2023 orthoimagery for Marion County of the State of Florida"},{"id":"Martin_Ortho_2021","name":"Martin County Orthoimagery (2021)","type":"wms","template":"https://geoweb.martin.fl.us/raster/services/2021_Imagery/ImageServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=0&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-05T00:00:00.000Z","startDate":"2020-12-18T00:00:00.000Z","zoomExtent":[5,19],"polygon":[[[-80.68054,27.20828],[-80.68076,27.12572],[-80.69613,27.12578],[-80.61145,26.94671],[-80.12878,26.94457],[-80.12867,26.95833],[-80.06727,26.95793],[-80.19337,27.27515],[-80.29553,27.27561],[-80.296,27.20689],[-80.68054,27.20828]]],"terms_url":"https://data-mcgov.opendata.arcgis.com/datasets/2021-imagery","terms_text":"Martin County","description":"The 2021 orthoimagery for Martin County of the State of Florida"},{"id":"Martin_Ortho_2022","name":"Martin County Orthoimagery (2022)","type":"wms","template":"https://geoweb.martin.fl.us/raster/services/2022_Imagery/ImageServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=0&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-01-14T00:00:00.000Z","startDate":"2022-01-14T00:00:00.000Z","zoomExtent":[5,19],"polygon":[[[-80.68054,27.20828],[-80.68076,27.12572],[-80.69613,27.12578],[-80.61145,26.94671],[-80.12878,26.94457],[-80.12867,26.95833],[-80.06727,26.95793],[-80.19337,27.27515],[-80.29553,27.27561],[-80.296,27.20689],[-80.68054,27.20828]]],"terms_url":"https://data-mcgov.opendata.arcgis.com/datasets/2022-imagery","terms_text":"Martin County","description":"The 2022 orthoimagery for Martin County of the State of Florida"},{"id":"Martin_Ortho_2023","name":"Martin County Orthoimagery (2023)","type":"wms","template":"https://geoweb.martin.fl.us/raster/services/2023_Imagery/ImageServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=0&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-06T00:00:00.000Z","startDate":"2023-01-06T00:00:00.000Z","zoomExtent":[5,19],"polygon":[[[-80.68054,27.20828],[-80.68076,27.12572],[-80.69613,27.12578],[-80.61145,26.94671],[-80.12878,26.94457],[-80.12867,26.95833],[-80.06727,26.95793],[-80.19337,27.27515],[-80.29553,27.27561],[-80.296,27.20689],[-80.68054,27.20828]]],"terms_url":"https://data-mcgov.opendata.arcgis.com/datasets/2023-imagery","terms_text":"Martin County","description":"The 2023 orthoimagery for Martin County of the State of Florida"},{"id":"Martin_Ortho_2024","name":"Martin County Orthoimagery (2024)","type":"wms","template":"https://geoweb.martin.fl.us/raster/rest/services/2024_Imagery/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-03-15T00:00:00.000Z","startDate":"2023-12-15T00:00:00.000Z","zoomExtent":[5,19],"polygon":[[[-80.68054,27.20828],[-80.68076,27.12572],[-80.69613,27.12578],[-80.61145,26.94671],[-80.12878,26.94457],[-80.12867,26.95833],[-80.06727,26.95793],[-80.19337,27.27515],[-80.29553,27.27561],[-80.296,27.20689],[-80.68054,27.20828]]],"terms_url":"https://data-mcgov.opendata.arcgis.com/datasets/2024-imagery","terms_text":"Martin County","description":"The 2024 orthoimagery for Martin County of the State of Florida"},{"id":"MassGIS_2021_Aerial","name":"MassGIS 2021 Aerial Imagery","type":"tms","template":"https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/orthos2021/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2021-04-24T00:00:00.000Z","startDate":"2021-03-17T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-72.13569,42.03025],[-72.0635,42.02735],[-71.80067,42.02351],[-71.79925,42.00807],[-71.52888,42.01499],[-71.49744,42.01725],[-71.38127,42.01885],[-71.38174,41.8932],[-71.33865,41.89865],[-71.34086,41.87872],[-71.33392,41.86229],[-71.3422,41.8448],[-71.3352,41.8355],[-71.3449,41.828],[-71.3472,41.8231],[-71.33914,41.80842],[-71.34156,41.79817],[-71.33407,41.79455],[-71.32885,41.7811],[-71.26139,41.7523],[-71.1954,41.67514],[-71.17588,41.67154],[-71.17605,41.6681],[-71.13291,41.6601],[-71.13569,41.6284],[-71.14047,41.62389],[-71.14059,41.6051],[-71.13131,41.59231],[-71.12047,41.49717],[-71.09996,41.43386],[-70.81959,41.23192],[-69.89537,41.21643],[-69.88713,42.0519],[-70.8759,42.35302],[-70.45842,42.67694],[-70.81567,42.87204],[-70.82963,42.86875],[-70.84776,42.86088],[-70.88566,42.88288],[-70.90348,42.88671],[-70.91465,42.88661],[-70.92973,42.88504],[-70.94967,42.87588],[-70.96702,42.86887],[-71.03128,42.85924],[-71.04483,42.84869],[-71.05395,42.83337],[-71.06442,42.80626],[-71.13277,42.82145],[-71.16667,42.80891],[-71.18617,42.79088],[-71.18181,42.73732],[-71.22391,42.74643],[-71.23732,42.74491],[-71.24598,42.74231],[-71.25526,42.73659],[-71.26787,42.72603],[-71.27894,42.71136],[-71.29464,42.69704],[-71.69663,42.70572],[-71.97286,42.71307],[-72.6872,42.73348],[-73.26496,42.74594],[-73.50814,42.08626],[-73.49688,42.04968],[-73.43281,42.05059],[-73.03678,42.03929],[-72.81378,42.03674],[-72.81705,41.99769],[-72.76673,42.00327],[-72.76572,42.02276],[-72.75868,42.02439],[-72.75714,42.03635],[-72.69933,42.03696],[-72.64019,42.03205],[-72.60797,42.03108],[-72.60717,42.02515],[-72.58216,42.02474],[-72.57278,42.03022],[-72.53156,42.03458],[-72.13569,42.03025]]],"terms_url":"https://www.mass.gov/info-details/massgis-data-2021-aerial-imagery","terms_text":"MassGIS","description":"15cm Spring 2021 true color aerial imagery for the state of Massachusetts","icon":"https://www.mass.gov/files/styles/organization_logo/public/2017-05/massgis_logo_401x300.png"},{"id":"MassGIS_2023_Aerial","name":"MassGIS 2023 Aerial Imagery","type":"tms","template":"https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/orthos2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-04-28T00:00:00.000Z","startDate":"2023-03-20T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-72.13569,42.03025],[-72.0635,42.02735],[-71.80067,42.02351],[-71.79925,42.00807],[-71.52888,42.01499],[-71.49744,42.01725],[-71.38127,42.01885],[-71.38174,41.8932],[-71.33865,41.89865],[-71.34086,41.87872],[-71.33392,41.86229],[-71.3422,41.8448],[-71.3352,41.8355],[-71.3449,41.828],[-71.3472,41.8231],[-71.33914,41.80842],[-71.34156,41.79817],[-71.33407,41.79455],[-71.32885,41.7811],[-71.26139,41.7523],[-71.1954,41.67514],[-71.17588,41.67154],[-71.17605,41.6681],[-71.13291,41.6601],[-71.13569,41.6284],[-71.14047,41.62389],[-71.14059,41.6051],[-71.13131,41.59231],[-71.12047,41.49717],[-71.09996,41.43386],[-70.81959,41.23192],[-69.89537,41.21643],[-69.88713,42.0519],[-70.8759,42.35302],[-70.45842,42.67694],[-70.81567,42.87204],[-70.82963,42.86875],[-70.84776,42.86088],[-70.88566,42.88288],[-70.90348,42.88671],[-70.91465,42.88661],[-70.92973,42.88504],[-70.94967,42.87588],[-70.96702,42.86887],[-71.03128,42.85924],[-71.04483,42.84869],[-71.05395,42.83337],[-71.06442,42.80626],[-71.13277,42.82145],[-71.16667,42.80891],[-71.18617,42.79088],[-71.18181,42.73732],[-71.22391,42.74643],[-71.23732,42.74491],[-71.24598,42.74231],[-71.25526,42.73659],[-71.26787,42.72603],[-71.27894,42.71136],[-71.29464,42.69704],[-71.69663,42.70572],[-71.97286,42.71307],[-72.6872,42.73348],[-73.26496,42.74594],[-73.50814,42.08626],[-73.49688,42.04968],[-73.43281,42.05059],[-73.03678,42.03929],[-72.81378,42.03674],[-72.81705,41.99769],[-72.76673,42.00327],[-72.76572,42.02276],[-72.75868,42.02439],[-72.75714,42.03635],[-72.69933,42.03696],[-72.64019,42.03205],[-72.60797,42.03108],[-72.60717,42.02515],[-72.58216,42.02474],[-72.57278,42.03022],[-72.53156,42.03458],[-72.13569,42.03025]]],"terms_url":"https://www.mass.gov/info-details/massgis-data-2023-aerial-imagery","terms_text":"MassGIS","best":true,"description":"15cm Spring 2023 true color aerial imagery for the state of Massachusetts","icon":"https://www.mass.gov/files/styles/organization_logo/public/2017-05/massgis_logo_401x300.png"},{"id":"MassGIS-basemap","name":"MassGIS Basemap","type":"tms","template":"https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/MassGISBasemap/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[7,19],"polygon":[[[-72.13569,42.03025],[-72.0635,42.02735],[-71.80067,42.02351],[-71.79925,42.00807],[-71.52888,42.01499],[-71.49744,42.01725],[-71.38127,42.01885],[-71.38174,41.8932],[-71.33865,41.89865],[-71.34086,41.87872],[-71.33392,41.86229],[-71.3422,41.8448],[-71.3352,41.8355],[-71.3449,41.828],[-71.3472,41.8231],[-71.33914,41.80842],[-71.34156,41.79817],[-71.33407,41.79455],[-71.32885,41.7811],[-71.26139,41.7523],[-71.1954,41.67514],[-71.17588,41.67154],[-71.17605,41.6681],[-71.13291,41.6601],[-71.13569,41.6284],[-71.14047,41.62389],[-71.14059,41.6051],[-71.13131,41.59231],[-71.12047,41.49717],[-71.09996,41.43386],[-70.81959,41.23192],[-69.89537,41.21643],[-69.88713,42.0519],[-70.8759,42.35302],[-70.45842,42.67694],[-70.81567,42.87204],[-70.82963,42.86875],[-70.84776,42.86088],[-70.88566,42.88288],[-70.90348,42.88671],[-70.91465,42.88661],[-70.92973,42.88504],[-70.94967,42.87588],[-70.96702,42.86887],[-71.03128,42.85924],[-71.04483,42.84869],[-71.05395,42.83337],[-71.06442,42.80626],[-71.13277,42.82145],[-71.16667,42.80891],[-71.18617,42.79088],[-71.18181,42.73732],[-71.22391,42.74643],[-71.23732,42.74491],[-71.24598,42.74231],[-71.25526,42.73659],[-71.26787,42.72603],[-71.27894,42.71136],[-71.29464,42.69704],[-71.69663,42.70572],[-71.97286,42.71307],[-72.6872,42.73348],[-73.26496,42.74594],[-73.50814,42.08626],[-73.49688,42.04968],[-73.43281,42.05059],[-73.03678,42.03929],[-72.81378,42.03674],[-72.81705,41.99769],[-72.76673,42.00327],[-72.76572,42.02276],[-72.75868,42.02439],[-72.75714,42.03635],[-72.69933,42.03696],[-72.64019,42.03205],[-72.60797,42.03108],[-72.60717,42.02515],[-72.58216,42.02474],[-72.57278,42.03022],[-72.53156,42.03458],[-72.13569,42.03025]]],"terms_url":"https://www.mass.gov/service-details/massgis-base-map","terms_text":"MassGIS","icon":"https://www.mass.gov/files/styles/organization_logo/public/2017-05/massgis_logo_401x300.png"},{"id":"MassGIS-L3-Parcels","name":"MassGIS L3 Parcels","type":"tms","template":"https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/MassGIS_Level3_Parcels/MapServer/tile/{zoom}/{y}/{x}","category":"other","zoomExtent":[15,20],"polygon":[[[-72.13569,42.03025],[-72.0635,42.02735],[-71.80067,42.02351],[-71.79925,42.00807],[-71.52888,42.01499],[-71.49744,42.01725],[-71.38127,42.01885],[-71.38174,41.8932],[-71.33865,41.89865],[-71.34086,41.87872],[-71.33392,41.86229],[-71.3422,41.8448],[-71.3352,41.8355],[-71.3449,41.828],[-71.3472,41.8231],[-71.33914,41.80842],[-71.34156,41.79817],[-71.33407,41.79455],[-71.32885,41.7811],[-71.26139,41.7523],[-71.1954,41.67514],[-71.17588,41.67154],[-71.17605,41.6681],[-71.13291,41.6601],[-71.13569,41.6284],[-71.14047,41.62389],[-71.14059,41.6051],[-71.13131,41.59231],[-71.12047,41.49717],[-71.09996,41.43386],[-70.81959,41.23192],[-69.89537,41.21643],[-69.88713,42.0519],[-70.8759,42.35302],[-70.45842,42.67694],[-70.81567,42.87204],[-70.82963,42.86875],[-70.84776,42.86088],[-70.88566,42.88288],[-70.90348,42.88671],[-70.91465,42.88661],[-70.92973,42.88504],[-70.94967,42.87588],[-70.96702,42.86887],[-71.03128,42.85924],[-71.04483,42.84869],[-71.05395,42.83337],[-71.06442,42.80626],[-71.13277,42.82145],[-71.16667,42.80891],[-71.18617,42.79088],[-71.18181,42.73732],[-71.22391,42.74643],[-71.23732,42.74491],[-71.24598,42.74231],[-71.25526,42.73659],[-71.26787,42.72603],[-71.27894,42.71136],[-71.29464,42.69704],[-71.69663,42.70572],[-71.97286,42.71307],[-72.6872,42.73348],[-73.26496,42.74594],[-73.50814,42.08626],[-73.49688,42.04968],[-73.43281,42.05059],[-73.03678,42.03929],[-72.81378,42.03674],[-72.81705,41.99769],[-72.76673,42.00327],[-72.76572,42.02276],[-72.75868,42.02439],[-72.75714,42.03635],[-72.69933,42.03696],[-72.64019,42.03205],[-72.60797,42.03108],[-72.60717,42.02515],[-72.58216,42.02474],[-72.57278,42.03022],[-72.53156,42.03458],[-72.13569,42.03025]]],"terms_url":"https://www.mass.gov/info-details/massgis-data-property-tax-parcels","terms_text":"MassGIS","icon":"https://www.mass.gov/files/styles/organization_logo/public/2017-05/massgis_logo_401x300.png","overlay":true},{"id":"MassGIS-LIDAR-Shaded-Relief","name":"MassGIS LIDAR Shaded Relief","type":"tms","template":"https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/LiDAR_ShadedRelief_18Nant_21EC/MapServer/tile/{zoom}/{y}/{x}","category":"elevation","endDate":"2021-04-24T00:00:00.000Z","startDate":"2013-11-16T00:00:00.000Z","zoomExtent":[7,19],"polygon":[[[-72.13569,42.03025],[-72.0635,42.02735],[-71.80067,42.02351],[-71.79925,42.00807],[-71.52888,42.01499],[-71.49744,42.01725],[-71.38127,42.01885],[-71.38174,41.8932],[-71.33865,41.89865],[-71.34086,41.87872],[-71.33392,41.86229],[-71.3422,41.8448],[-71.3352,41.8355],[-71.3449,41.828],[-71.3472,41.8231],[-71.33914,41.80842],[-71.34156,41.79817],[-71.33407,41.79455],[-71.32885,41.7811],[-71.26139,41.7523],[-71.1954,41.67514],[-71.17588,41.67154],[-71.17605,41.6681],[-71.13291,41.6601],[-71.13569,41.6284],[-71.14047,41.62389],[-71.14059,41.6051],[-71.13131,41.59231],[-71.12047,41.49717],[-71.09996,41.43386],[-70.81959,41.23192],[-69.89537,41.21643],[-69.88713,42.0519],[-70.8759,42.35302],[-70.45842,42.67694],[-70.81567,42.87204],[-70.82963,42.86875],[-70.84776,42.86088],[-70.88566,42.88288],[-70.90348,42.88671],[-70.91465,42.88661],[-70.92973,42.88504],[-70.94967,42.87588],[-70.96702,42.86887],[-71.03128,42.85924],[-71.04483,42.84869],[-71.05395,42.83337],[-71.06442,42.80626],[-71.13277,42.82145],[-71.16667,42.80891],[-71.18617,42.79088],[-71.18181,42.73732],[-71.22391,42.74643],[-71.23732,42.74491],[-71.24598,42.74231],[-71.25526,42.73659],[-71.26787,42.72603],[-71.27894,42.71136],[-71.29464,42.69704],[-71.69663,42.70572],[-71.97286,42.71307],[-72.6872,42.73348],[-73.26496,42.74594],[-73.50814,42.08626],[-73.49688,42.04968],[-73.43281,42.05059],[-73.03678,42.03929],[-72.81378,42.03674],[-72.81705,41.99769],[-72.76673,42.00327],[-72.76572,42.02276],[-72.75868,42.02439],[-72.75714,42.03635],[-72.69933,42.03696],[-72.64019,42.03205],[-72.60797,42.03108],[-72.60717,42.02515],[-72.58216,42.02474],[-72.57278,42.03022],[-72.53156,42.03458],[-72.13569,42.03025]]],"terms_url":"https://www.mass.gov/info-details/massgis-data-lidar-terrain-data","terms_text":"MassGIS","icon":"https://www.mass.gov/files/styles/organization_logo/public/2017-05/massgis_logo_401x300.png"},{"id":"MassGIS-LIDAR-Slope","name":"MassGIS LIDAR Slope","type":"tms","template":"https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/Slope_Grayscale_2013to2021/MapServer/tile/{zoom}/{y}/{x}","category":"elevation","endDate":"2021-04-24T00:00:00.000Z","startDate":"2013-11-16T00:00:00.000Z","zoomExtent":[7,19],"polygon":[[[-72.13569,42.03025],[-72.0635,42.02735],[-71.80067,42.02351],[-71.79925,42.00807],[-71.52888,42.01499],[-71.49744,42.01725],[-71.38127,42.01885],[-71.38174,41.8932],[-71.33865,41.89865],[-71.34086,41.87872],[-71.33392,41.86229],[-71.3422,41.8448],[-71.3352,41.8355],[-71.3449,41.828],[-71.3472,41.8231],[-71.33914,41.80842],[-71.34156,41.79817],[-71.33407,41.79455],[-71.32885,41.7811],[-71.26139,41.7523],[-71.1954,41.67514],[-71.17588,41.67154],[-71.17605,41.6681],[-71.13291,41.6601],[-71.13569,41.6284],[-71.14047,41.62389],[-71.14059,41.6051],[-71.13131,41.59231],[-71.12047,41.49717],[-71.09996,41.43386],[-70.81959,41.23192],[-69.89537,41.21643],[-69.88713,42.0519],[-70.8759,42.35302],[-70.45842,42.67694],[-70.81567,42.87204],[-70.82963,42.86875],[-70.84776,42.86088],[-70.88566,42.88288],[-70.90348,42.88671],[-70.91465,42.88661],[-70.92973,42.88504],[-70.94967,42.87588],[-70.96702,42.86887],[-71.03128,42.85924],[-71.04483,42.84869],[-71.05395,42.83337],[-71.06442,42.80626],[-71.13277,42.82145],[-71.16667,42.80891],[-71.18617,42.79088],[-71.18181,42.73732],[-71.22391,42.74643],[-71.23732,42.74491],[-71.24598,42.74231],[-71.25526,42.73659],[-71.26787,42.72603],[-71.27894,42.71136],[-71.29464,42.69704],[-71.69663,42.70572],[-71.97286,42.71307],[-72.6872,42.73348],[-73.26496,42.74594],[-73.50814,42.08626],[-73.49688,42.04968],[-73.43281,42.05059],[-73.03678,42.03929],[-72.81378,42.03674],[-72.81705,41.99769],[-72.76673,42.00327],[-72.76572,42.02276],[-72.75868,42.02439],[-72.75714,42.03635],[-72.69933,42.03696],[-72.64019,42.03205],[-72.60797,42.03108],[-72.60717,42.02515],[-72.58216,42.02474],[-72.57278,42.03022],[-72.53156,42.03458],[-72.13569,42.03025]]],"terms_url":"https://www.mass.gov/info-details/massgis-data-lidar-terrain-data","terms_text":"MassGIS","description":"Visualizes the variation in elevation (steepness) at each point based on LiDAR data. White represents something that is flat, with progressively darker values meaning steeper slope, up through black which represents a completely vertical slope.","icon":"https://www.mass.gov/files/styles/organization_logo/public/2017-05/massgis_logo_401x300.png"},{"id":"Maui_2023","name":"Maui County Orthoimagery (2023)","type":"tms","template":"https://tiles.arcgis.com/tiles/fsrDo0QMPlK9CkZD/arcgis/rest/services/Pictometry2023_MauiCounty282/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[2,21],"polygon":[[[-157.37227,21.28684],[-157.37227,20.45357],[-155.92272,20.45357],[-155.92272,21.28684],[-157.37227,21.28684]]],"terms_url":"https://mauicounty.maps.arcgis.com/home/index.html","terms_text":"Maui County GIS","best":true,"description":"The 2023 orthoimagery for Maui County of the State of Hawaii","icon":"https://mauicounty.maps.arcgis.com/sharing/rest/portals/self/resources/home.logo1647299411920.png"},{"id":"Maxar_19-20_Australian_Bushfires_PreEvent","name":"Maxar 2019-2020 Australian Bushfires Pre-event","type":"tms","template":"https://cogeoxyz.b-cdn.net/6b6f479fbacd9a42e9e38bc5c0c6889f009beae13b07742ec4a1648f/{zoom}/{x}/{y}.jpg","category":"photo","endDate":"2019-10-18T00:00:00.000Z","startDate":"2018-01-20T00:00:00.000Z","zoomExtent":[10,19],"polygon":[[[149.88647,-32.97641],[149.88785,-34.04583],[150.08835,-34.02421],[150.09264,-34.66569],[150.06758,-34.66604],[150.06775,-34.67733],[149.91669,-34.67952],[149.91806,-34.80365],[150.09247,-34.80478],[150.09796,-34.976],[149.44977,-34.9625],[149.44565,-35.46514],[149.20807,-35.48527],[149.2012,-35.96689],[148.98834,-35.98467],[148.99246,-37.02229],[149.96338,-37.02996],[150.53192,-36.02911],[150.78735,-35.29719],[151.37237,-33.75403],[151.35864,-31.96847],[150.35614,-31.9475],[150.35339,-32.45415],[150.04028,-32.4472],[150.04852,-32.96258],[149.88647,-32.97641]]],"terms_url":"https://www.digitalglobe.com/ecosystem/open-data/australia-wildfires","terms_text":"©2020 DigitalGlobe"},{"id":"geodata.md.gov-MD_SixInchImagery","name":"MD Latest 6 Inch Aerial Imagery","type":"wms","template":"https://geodata.md.gov/imap/rest/services/Imagery/MD_SixInchImagery/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-76.68182,38.2309],[-76.23413,37.92037],[-75.86369,37.90953],[-75.77897,37.96538],[-75.73563,37.96247],[-75.65551,37.95295],[-75.64177,37.97654],[-75.63825,37.97935],[-75.6364,37.97962],[-75.63186,37.97539],[-75.62967,37.97583],[-75.62924,37.97712],[-75.63405,37.98334],[-75.63344,37.98581],[-75.63053,37.98801],[-75.62666,37.98882],[-75.62448,37.99413],[-75.23865,38.02692],[-75.187,38.09755],[-75.09773,38.30907],[-75.08151,38.32321],[-75.04984,38.40222],[-75.04844,38.4515],[-75.3717,38.45251],[-75.69099,38.46058],[-75.78644,39.6546],[-75.78839,39.72236],[-77.72441,39.72178],[-78.16762,39.72239],[-78.29428,39.72282],[-78.31703,39.723],[-78.35335,39.7227],[-78.38831,39.72287],[-78.61083,39.72298],[-78.71839,39.72311],[-78.82587,39.72306],[-79.04114,39.72298],[-79.4775,39.72141],[-79.48316,39.53264],[-79.48977,39.20526],[-79.47184,39.20113],[-79.42394,39.22334],[-79.35897,39.27313],[-79.28936,39.29711],[-79.21177,39.36217],[-79.16147,39.38739],[-79.11015,39.43129],[-79.08959,39.46048],[-79.06929,39.4734],[-79.03058,39.46323],[-78.9602,39.43526],[-78.87437,39.52238],[-78.81472,39.56223],[-78.77953,39.63716],[-78.77599,39.64415],[-78.76599,39.64681],[-78.76717,39.64291],[-78.7791,39.62509],[-78.77927,39.62103],[-78.76341,39.61814],[-78.74773,39.62526],[-78.73768,39.62156],[-78.73472,39.61494],[-78.7394,39.61025],[-78.74232,39.61002],[-78.74704,39.60774],[-78.75026,39.61048],[-78.76146,39.61131],[-78.7785,39.60582],[-78.77858,39.60053],[-78.76601,39.58509],[-78.75618,39.57999],[-78.74455,39.57897],[-78.74245,39.58022],[-78.73979,39.58581],[-78.73425,39.58552],[-78.73283,39.5751],[-78.72494,39.56229],[-78.70734,39.55538],[-78.68979,39.54548],[-78.67571,39.53992],[-78.65361,39.53344],[-78.60589,39.53158],[-78.56581,39.51881],[-78.52718,39.5202],[-78.47002,39.51411],[-78.46272,39.51854],[-78.45788,39.52344],[-78.45805,39.53463],[-78.45037,39.53767],[-78.43655,39.53807],[-78.41732,39.54562],[-78.39483,39.58241],[-78.39355,39.58568],[-78.39535,39.59101],[-78.42504,39.60913],[-78.43195,39.61835],[-78.42925,39.62225],[-78.42204,39.62341],[-78.38741,39.60823],[-78.37638,39.60595],[-78.37149,39.61005],[-78.37071,39.6129],[-78.382,39.62334],[-78.3805,39.62787],[-78.37423,39.62899],[-78.3593,39.62414],[-78.35277,39.62704],[-78.35119,39.63012],[-78.35621,39.63597],[-78.35651,39.63838],[-78.35282,39.63957],[-78.33887,39.63676],[-78.2842,39.61911],[-78.26566,39.61673],[-78.25201,39.63921],[-78.22283,39.66042],[-78.22235,39.6623],[-78.22575,39.66614],[-78.23201,39.67178],[-78.22793,39.67495],[-78.20236,39.67588],[-78.18283,39.69348],[-78.17674,39.69517],[-78.11331,39.68024],[-78.08979,39.67099],[-78.04816,39.64066],[-78.01177,39.60258],[-78.00688,39.6002],[-77.97375,39.59795],[-77.96474,39.60509],[-77.95753,39.60675],[-77.9528,39.60324],[-77.95289,39.58538],[-77.94336,39.58353],[-77.93624,39.58677],[-77.93384,39.60959],[-77.93946,39.61455],[-77.94281,39.61511],[-77.94259,39.61756],[-77.93834,39.61848],[-77.93405,39.61782],[-77.92937,39.61349],[-77.92641,39.60618],[-77.92336,39.6041],[-77.89564,39.59597],[-77.88337,39.59775],[-77.87938,39.6006],[-77.87981,39.60562],[-77.88487,39.61468],[-77.87397,39.61256],[-77.8662,39.60817],[-77.83822,39.60463],[-77.83058,39.59154],[-77.8371,39.56891],[-77.88423,39.56375],[-77.89092,39.55733],[-77.88774,39.55091],[-77.86714,39.5388],[-77.86697,39.51497],[-77.86131,39.51285],[-77.84303,39.51556],[-77.83848,39.52007],[-77.83702,39.53072],[-77.82637,39.5286],[-77.82432,39.52364],[-77.82749,39.51642],[-77.84629,39.50662],[-77.84912,39.50238],[-77.84706,39.49775],[-77.82749,39.49218],[-77.80088,39.48821],[-77.79003,39.4902],[-77.78479,39.49652],[-77.7814,39.49838],[-77.77406,39.49864],[-77.76943,39.49735],[-77.76698,39.49513],[-77.76707,39.49238],[-77.77033,39.49053],[-77.78827,39.48609],[-77.79797,39.48185],[-77.79951,39.47516],[-77.79719,39.47079],[-77.77908,39.46247],[-77.78067,39.46118],[-77.79844,39.46294],[-77.79998,39.45727],[-77.79616,39.45266],[-77.78595,39.44637],[-77.79028,39.44309],[-77.8011,39.4413],[-77.80535,39.43762],[-77.80088,39.43172],[-77.75454,39.42207],[-77.73668,39.38928],[-77.75316,39.384],[-77.75411,39.37896],[-77.74424,39.3631],[-77.74539,39.3564],[-77.74896,39.35089],[-77.7611,39.34518],[-77.76166,39.34014],[-77.75848,39.33476],[-77.75415,39.3329],[-77.72703,39.32155],[-77.71437,39.32268],[-77.70613,39.32198],[-77.69795,39.31914],[-77.69349,39.31883],[-77.68836,39.31986],[-77.68136,39.32553],[-77.67561,39.32573],[-77.67257,39.32304],[-77.66347,39.31723],[-77.64761,39.31194],[-77.63765,39.30885],[-77.63223,39.30873],[-77.62306,39.30581],[-77.60459,39.30403],[-77.59422,39.30277],[-77.58541,39.30425],[-77.57429,39.30721],[-77.56749,39.30742],[-77.56335,39.30571],[-77.55996,39.30166],[-77.55972,39.29601],[-77.56137,39.28841],[-77.55798,39.28401],[-77.55324,39.28145],[-77.54981,39.27628],[-77.54215,39.27059],[-77.53972,39.26808],[-77.53704,39.26485],[-77.53266,39.26256],[-77.52065,39.25866],[-77.52017,39.25774],[-77.51846,39.25689],[-77.51186,39.25385],[-77.50882,39.25272],[-77.50509,39.25208],[-77.50345,39.25206],[-77.49978,39.25145],[-77.49646,39.25146],[-77.48713,39.24748],[-77.48481,39.24616],[-77.48392,39.24494],[-77.48279,39.24408],[-77.4808,39.24154],[-77.47892,39.24023],[-77.4781,39.24045],[-77.47119,39.23518],[-77.45692,39.22745],[-77.45578,39.22369],[-77.45715,39.21977],[-77.47138,39.20891],[-77.47348,39.20363],[-77.47357,39.19332],[-77.4755,39.19049],[-77.47915,39.18743],[-77.48425,39.18523],[-77.50322,39.18141],[-77.50846,39.17925],[-77.51425,39.17242],[-77.52395,39.1487],[-77.52697,39.14666],[-77.52698,39.14344],[-77.52608,39.13532],[-77.52417,39.12883],[-77.5226,39.12525],[-77.52048,39.1218],[-77.5182,39.12019],[-77.51427,39.11871],[-77.50672,39.11764],[-77.48702,39.11223],[-77.48001,39.10757],[-77.47481,39.10147],[-77.47159,39.09476],[-77.46772,39.08884],[-77.46879,39.08658],[-77.46881,39.08574],[-77.46831,39.08497],[-77.46531,39.08156],[-77.46389,39.07957],[-77.46318,39.07854],[-77.46228,39.07631],[-77.46089,39.07513],[-77.45726,39.07359],[-77.45264,39.07255],[-77.44928,39.0724],[-77.44404,39.07149],[-77.44179,39.07144],[-77.43791,39.07096],[-77.43355,39.07014],[-77.42883,39.06885],[-77.42237,39.06758],[-77.41278,39.06656],[-77.40448,39.0655],[-77.3978,39.06546],[-77.3872,39.06383],[-77.33345,39.06458],[-77.33364,39.05958],[-77.32842,39.05798],[-77.32336,39.05607],[-77.32009,39.05545],[-77.31727,39.05403],[-77.31516,39.05251],[-77.31255,39.052],[-77.3058,39.05272],[-77.29118,39.04613],[-77.2739,39.03452],[-77.25103,39.02913],[-77.24582,39.02585],[-77.24286,39.02095],[-77.24519,39.0148],[-77.25346,39.00658],[-77.2535,38.99696],[-77.25236,38.99568],[-77.24987,38.99466],[-77.24822,38.99179],[-77.24536,38.98438],[-77.24438,38.98278],[-77.2391,38.98081],[-77.23511,38.97699],[-77.23191,38.98023],[-77.2293,38.98032],[-77.22419,38.97373],[-77.2193,38.9719],[-77.21133,38.97022],[-77.20535,38.9706],[-77.20028,38.96889],[-77.17394,38.96885],[-77.17025,38.96721],[-77.16608,38.96833],[-77.1595,38.96627],[-77.14899,38.96611],[-77.14273,38.96329],[-77.13647,38.95784],[-77.12904,38.94743],[-77.12718,38.94109],[-77.11953,38.93452],[-77.04097,38.99592],[-76.90966,38.89285],[-77.03944,38.79151],[-77.04128,38.70775],[-77.10995,38.68671],[-77.12488,38.67077],[-77.12042,38.63444],[-77.24024,38.58414],[-77.29912,38.46972],[-77.28762,38.39576],[-77.26152,38.35929],[-77.2229,38.34731],[-77.02635,38.42213],[-76.94,38.27053],[-76.74465,38.20527],[-76.68182,38.2309]]],"terms_url":"https://imap.maryland.gov/Pages/imagery-products.aspx","terms_text":"DoIT, MD iMap, MDP","best":true,"description":"The most recent 6-inch resolution orthoimagery for the State of Maryland","icon":"https://www.maryland.gov/_layouts/15/MDGov_Master/images/logos/mdgov-logo-black.png"},{"id":"geodata.md.gov-MD_ThreeInchImagery","name":"MD Three Inch Aerial Imagery","type":"wms","template":"https://geodata.md.gov/imap/rest/services/Imagery/MD_ThreeInchImagery/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-76.03878,38.8262],[-76.0508,38.8264],[-76.05062,38.8371],[-76.08856,38.8371],[-76.08873,38.79376],[-76.10856,38.79363],[-76.10873,38.78236],[-76.11822,38.78256],[-76.1189,38.7574],[-76.09805,38.75766],[-76.09856,38.72386],[-76.05333,38.72382],[-76.0529,38.73537],[-76.03166,38.73484],[-76.03148,38.77754],[-76.01951,38.77744],[-76.01947,38.79383],[-76.03869,38.79403],[-76.03878,38.8262]],[[-76.47343,38.99164],[-76.48381,38.9917],[-76.48364,39.00264],[-76.51558,39.00292],[-76.51555,38.99744],[-76.52615,38.99749],[-76.52617,38.99199],[-76.53668,38.992],[-76.53679,38.9865],[-76.54735,38.98658],[-76.54748,38.95909],[-76.53696,38.95906],[-76.53703,38.95355],[-76.52647,38.95352],[-76.52653,38.948],[-76.51598,38.94796],[-76.51602,38.937],[-76.4948,38.93691],[-76.49506,38.94239],[-76.4736,38.94212],[-76.47368,38.94759],[-76.46313,38.94753],[-76.46278,38.98063],[-76.47351,38.9807],[-76.47343,38.99164]],[[-77.20219,39.1685],[-77.21279,39.16848],[-77.21277,39.17399],[-77.22339,39.17397],[-77.22342,39.16843],[-77.23397,39.16838],[-77.23391,39.15739],[-77.24453,39.1574],[-77.24449,39.14644],[-77.255,39.14642],[-77.25496,39.12445],[-77.25981,39.12443],[-77.25981,39.11336],[-77.24436,39.11341],[-77.24429,39.10246],[-77.23374,39.10247],[-77.23376,39.09701],[-77.21256,39.09703],[-77.21256,39.10256],[-77.20198,39.10256],[-77.20194,39.06963],[-77.19144,39.06965],[-77.19136,39.0641],[-77.18078,39.06415],[-77.18071,39.05315],[-77.14904,39.05318],[-77.14898,39.04775],[-77.12784,39.04775],[-77.12791,39.05322],[-77.10679,39.05327],[-77.10686,39.09172],[-77.11743,39.09172],[-77.11744,39.10819],[-77.13863,39.10816],[-77.13861,39.10268],[-77.14915,39.10268],[-77.14917,39.11368],[-77.15973,39.11363],[-77.15975,39.12465],[-77.17037,39.1246],[-77.17039,39.1465],[-77.15984,39.14655],[-77.15986,39.15208],[-77.17037,39.15204],[-77.17041,39.16306],[-77.20215,39.16299],[-77.20219,39.1685]],[[-76.14918,39.62678],[-76.08528,39.62631],[-76.084,39.72513],[-76.02002,39.72462],[-76.02093,39.65874],[-75.78654,39.6566],[-75.789,39.51383],[-75.83152,39.51425],[-75.83044,39.58013],[-75.95814,39.58133],[-76.00651,39.54165],[-76.07938,39.54218],[-76.11457,39.59531],[-76.14918,39.62678]],[[-76.95004,39.60737],[-76.98225,39.6074],[-76.98232,39.62437],[-77.01193,39.62432],[-77.01182,39.60666],[-77.02251,39.60666],[-77.02249,39.59698],[-77.04854,39.59694],[-77.0486,39.59378],[-77.05444,39.59378],[-77.05437,39.54196],[-77.02246,39.542],[-77.02248,39.53651],[-77.01183,39.53652],[-77.0118,39.53102],[-77.0012,39.53104],[-77.00116,39.52002],[-76.97985,39.52],[-76.97985,39.53099],[-76.96923,39.53096],[-76.96923,39.53638],[-76.95858,39.53645],[-76.95854,39.5474],[-76.95009,39.5474],[-76.95004,39.60737]]],"terms_url":"http://imap.maryland.gov/Pages/imagery-products.aspx","terms_text":"DoIT, MD iMap, MDP","description":"3-inch Resolution Imagery of year 2017 (Westminster), year 2020 (Gaithersburg, Rockville, Annapolis), and year 2022 (Cecil and Easton)","icon":"https://www.maryland.gov/_layouts/15/MDGov_Master/images/logos/mdgov-logo-black.png"},{"id":"Mecklenburg_NC_2021","name":"Mecklenburg County Orthoimagery (2021)","type":"wms","template":"https://maps.mecklenburgcountync.gov/agsadaptor/rest/services/aerial2021/MapServer/export?f=image&format=jpg&layers=&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-03-04T00:00:00.000Z","startDate":"2021-01-30T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-80.93764,35.5219],[-80.93729,35.50739],[-80.95503,35.50709],[-80.95361,35.44911],[-80.97136,35.4488],[-80.96995,35.39079],[-80.98767,35.3905],[-80.98624,35.33248],[-81.00395,35.33219],[-81.00323,35.30318],[-81.02092,35.30288],[-81.01733,35.15784],[-81.05265,35.15724],[-81.0512,35.09923],[-81.06884,35.09892],[-81.06737,35.04091],[-81.01446,35.0418],[-81.01482,35.0563],[-80.97954,35.05689],[-80.97989,35.07139],[-80.96225,35.07168],[-80.9626,35.08619],[-80.92731,35.08675],[-80.92697,35.07225],[-80.90932,35.07253],[-80.90897,35.05803],[-80.89134,35.0583],[-80.89066,35.02929],[-80.87303,35.02957],[-80.8727,35.01506],[-80.85507,35.01533],[-80.85474,35.00083],[-80.81948,35.00136],[-80.8198,35.01587],[-80.78454,35.0164],[-80.78486,35.0309],[-80.74959,35.03142],[-80.74989,35.04593],[-80.73226,35.04618],[-80.73257,35.06068],[-80.71492,35.06094],[-80.71523,35.07544],[-80.69758,35.07569],[-80.69789,35.0902],[-80.66259,35.09069],[-80.66288,35.1052],[-80.64523,35.10544],[-80.64553,35.11994],[-80.62787,35.12018],[-80.62816,35.13469],[-80.6105,35.13493],[-80.61079,35.14943],[-80.59313,35.14966],[-80.59341,35.16417],[-80.57575,35.1644],[-80.57602,35.17891],[-80.55836,35.17914],[-80.55864,35.19365],[-80.54096,35.19387],[-80.54151,35.22288],[-80.57687,35.22242],[-80.57714,35.23695],[-80.59483,35.2367],[-80.59511,35.25121],[-80.63048,35.25074],[-80.63077,35.26524],[-80.64846,35.265],[-80.64875,35.27951],[-80.66644,35.27927],[-80.66733,35.32278],[-80.68503,35.32254],[-80.68594,35.36606],[-80.72134,35.36556],[-80.72166,35.38006],[-80.73936,35.37981],[-80.74061,35.43783],[-80.75833,35.43757],[-80.75928,35.48108],[-80.77701,35.48082],[-80.77764,35.50984],[-80.81313,35.50931],[-80.81345,35.52381],[-80.93764,35.5219]]],"terms_url":"https://www.mecknc.gov/LUESA/GIS/Pages/GIS-Data-Center.aspx","terms_text":"Mecklenburg County GIS","description":"Winter 2021 orthoimagery for Mecklenburg County in the State of North Carolina","icon":"https://blog.mecknc.gov/wp-content/uploads/2017/11/Blue_Wide_Logo-768x766.jpg"},{"id":"Mecklenburg_NC_2022","name":"Mecklenburg County Orthoimagery (2022)","type":"wms","template":"https://maps.mecklenburgcountync.gov/agsadaptor/rest/services/aerial2022/MapServer/export?f=image&format=jpg&layers=&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-02-28T00:00:00.000Z","startDate":"2022-01-04T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-80.93764,35.5219],[-80.93729,35.50739],[-80.95503,35.50709],[-80.95361,35.44911],[-80.97136,35.4488],[-80.96995,35.39079],[-80.98767,35.3905],[-80.98624,35.33248],[-81.00395,35.33219],[-81.00323,35.30318],[-81.02092,35.30288],[-81.01733,35.15784],[-81.05265,35.15724],[-81.0512,35.09923],[-81.06884,35.09892],[-81.06737,35.04091],[-81.01446,35.0418],[-81.01482,35.0563],[-80.97954,35.05689],[-80.97989,35.07139],[-80.96225,35.07168],[-80.9626,35.08619],[-80.92731,35.08675],[-80.92697,35.07225],[-80.90932,35.07253],[-80.90897,35.05803],[-80.89134,35.0583],[-80.89066,35.02929],[-80.87303,35.02957],[-80.8727,35.01506],[-80.85507,35.01533],[-80.85474,35.00083],[-80.81948,35.00136],[-80.8198,35.01587],[-80.78454,35.0164],[-80.78486,35.0309],[-80.74959,35.03142],[-80.74989,35.04593],[-80.73226,35.04618],[-80.73257,35.06068],[-80.71492,35.06094],[-80.71523,35.07544],[-80.69758,35.07569],[-80.69789,35.0902],[-80.66259,35.09069],[-80.66288,35.1052],[-80.64523,35.10544],[-80.64553,35.11994],[-80.62787,35.12018],[-80.62816,35.13469],[-80.6105,35.13493],[-80.61079,35.14943],[-80.59313,35.14966],[-80.59341,35.16417],[-80.57575,35.1644],[-80.57602,35.17891],[-80.55836,35.17914],[-80.55864,35.19365],[-80.54096,35.19387],[-80.54151,35.22288],[-80.57687,35.22242],[-80.57714,35.23695],[-80.59483,35.2367],[-80.59511,35.25121],[-80.63048,35.25074],[-80.63077,35.26524],[-80.64846,35.265],[-80.64875,35.27951],[-80.66644,35.27927],[-80.66733,35.32278],[-80.68503,35.32254],[-80.68594,35.36606],[-80.72134,35.36556],[-80.72166,35.38006],[-80.73936,35.37981],[-80.74061,35.43783],[-80.75833,35.43757],[-80.75928,35.48108],[-80.77701,35.48082],[-80.77764,35.50984],[-80.81313,35.50931],[-80.81345,35.52381],[-80.93764,35.5219]]],"terms_url":"https://www.mecknc.gov/LUESA/GIS/Pages/GIS-Data-Center.aspx","terms_text":"Mecklenburg County GIS","description":"Winter 2022 orthoimagery for Mecklenburg County in the State of North Carolina","icon":"https://blog.mecknc.gov/wp-content/uploads/2017/11/Blue_Wide_Logo-768x766.jpg"},{"id":"Mecklenburg_NC_2023","name":"Mecklenburg County Orthoimagery (2023)","type":"wms","template":"https://polaris2.mecklenburgcountync.gov/server/rest/services/aerial2023/MapServer/export?f=image&format=jpg&layers=&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-20T00:00:00.000Z","startDate":"2023-01-09T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-80.93764,35.5219],[-80.93729,35.50739],[-80.95503,35.50709],[-80.95361,35.44911],[-80.97136,35.4488],[-80.96995,35.39079],[-80.98767,35.3905],[-80.98624,35.33248],[-81.00395,35.33219],[-81.00323,35.30318],[-81.02092,35.30288],[-81.01733,35.15784],[-81.05265,35.15724],[-81.0512,35.09923],[-81.06884,35.09892],[-81.06737,35.04091],[-81.01446,35.0418],[-81.01482,35.0563],[-80.97954,35.05689],[-80.97989,35.07139],[-80.96225,35.07168],[-80.9626,35.08619],[-80.92731,35.08675],[-80.92697,35.07225],[-80.90932,35.07253],[-80.90897,35.05803],[-80.89134,35.0583],[-80.89066,35.02929],[-80.87303,35.02957],[-80.8727,35.01506],[-80.85507,35.01533],[-80.85474,35.00083],[-80.81948,35.00136],[-80.8198,35.01587],[-80.78454,35.0164],[-80.78486,35.0309],[-80.74959,35.03142],[-80.74989,35.04593],[-80.73226,35.04618],[-80.73257,35.06068],[-80.71492,35.06094],[-80.71523,35.07544],[-80.69758,35.07569],[-80.69789,35.0902],[-80.66259,35.09069],[-80.66288,35.1052],[-80.64523,35.10544],[-80.64553,35.11994],[-80.62787,35.12018],[-80.62816,35.13469],[-80.6105,35.13493],[-80.61079,35.14943],[-80.59313,35.14966],[-80.59341,35.16417],[-80.57575,35.1644],[-80.57602,35.17891],[-80.55836,35.17914],[-80.55864,35.19365],[-80.54096,35.19387],[-80.54151,35.22288],[-80.57687,35.22242],[-80.57714,35.23695],[-80.59483,35.2367],[-80.59511,35.25121],[-80.63048,35.25074],[-80.63077,35.26524],[-80.64846,35.265],[-80.64875,35.27951],[-80.66644,35.27927],[-80.66733,35.32278],[-80.68503,35.32254],[-80.68594,35.36606],[-80.72134,35.36556],[-80.72166,35.38006],[-80.73936,35.37981],[-80.74061,35.43783],[-80.75833,35.43757],[-80.75928,35.48108],[-80.77701,35.48082],[-80.77764,35.50984],[-80.81313,35.50931],[-80.81345,35.52381],[-80.93764,35.5219]]],"terms_url":"https://www.mecknc.gov/LUESA/GIS/Pages/GIS-Data-Center.aspx","terms_text":"Mecklenburg County GIS","description":"Winter 2023 orthoimagery for Mecklenburg County in the State of North Carolina","icon":"https://blog.mecknc.gov/wp-content/uploads/2017/11/Blue_Wide_Logo-768x766.jpg"},{"id":"Mecklenburg_NC_2024","name":"Mecklenburg County Orthoimagery (2024)","type":"wms","template":"https://polaris2.mecklenburgcountync.gov/server/rest/services/Aerial2024/MapServer/export?f=image&format=jpg&layers=&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-02T00:00:00.000Z","startDate":"2023-12-31T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-80.93764,35.5219],[-80.93729,35.50739],[-80.95503,35.50709],[-80.95361,35.44911],[-80.97136,35.4488],[-80.96995,35.39079],[-80.98767,35.3905],[-80.98624,35.33248],[-81.00395,35.33219],[-81.00323,35.30318],[-81.02092,35.30288],[-81.01733,35.15784],[-81.05265,35.15724],[-81.0512,35.09923],[-81.06884,35.09892],[-81.06737,35.04091],[-81.01446,35.0418],[-81.01482,35.0563],[-80.97954,35.05689],[-80.97989,35.07139],[-80.96225,35.07168],[-80.9626,35.08619],[-80.92731,35.08675],[-80.92697,35.07225],[-80.90932,35.07253],[-80.90897,35.05803],[-80.89134,35.0583],[-80.89066,35.02929],[-80.87303,35.02957],[-80.8727,35.01506],[-80.85507,35.01533],[-80.85474,35.00083],[-80.81948,35.00136],[-80.8198,35.01587],[-80.78454,35.0164],[-80.78486,35.0309],[-80.74959,35.03142],[-80.74989,35.04593],[-80.73226,35.04618],[-80.73257,35.06068],[-80.71492,35.06094],[-80.71523,35.07544],[-80.69758,35.07569],[-80.69789,35.0902],[-80.66259,35.09069],[-80.66288,35.1052],[-80.64523,35.10544],[-80.64553,35.11994],[-80.62787,35.12018],[-80.62816,35.13469],[-80.6105,35.13493],[-80.61079,35.14943],[-80.59313,35.14966],[-80.59341,35.16417],[-80.57575,35.1644],[-80.57602,35.17891],[-80.55836,35.17914],[-80.55864,35.19365],[-80.54096,35.19387],[-80.54151,35.22288],[-80.57687,35.22242],[-80.57714,35.23695],[-80.59483,35.2367],[-80.59511,35.25121],[-80.63048,35.25074],[-80.63077,35.26524],[-80.64846,35.265],[-80.64875,35.27951],[-80.66644,35.27927],[-80.66733,35.32278],[-80.68503,35.32254],[-80.68594,35.36606],[-80.72134,35.36556],[-80.72166,35.38006],[-80.73936,35.37981],[-80.74061,35.43783],[-80.75833,35.43757],[-80.75928,35.48108],[-80.77701,35.48082],[-80.77764,35.50984],[-80.81313,35.50931],[-80.81345,35.52381],[-80.93764,35.5219]]],"terms_url":"https://www.mecknc.gov/LUESA/GIS/Pages/GIS-Data-Center.aspx","terms_text":"Mecklenburg County GIS","description":"Winter 2024 orthoimagery for Mecklenburg County in the State of North Carolina","icon":"https://blog.mecknc.gov/wp-content/uploads/2017/11/Blue_Wide_Logo-768x766.jpg"},{"id":"Mercer_OH_2021","name":"Mercer County Orthoimagery (2021)","type":"tms","template":"https://gis.mercercountyohio.org/arcgis/rest/services/aerials/2021Aerials/ImageServer/WMTS/tile/1.0.0/aerials_2021Aerials/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-84.80424,40.73458],[-84.80284,40.69342],[-84.81186,40.69324],[-84.804,40.46686],[-84.81308,40.46674],[-84.80896,40.34988],[-84.71927,40.35184],[-84.71892,40.34491],[-84.42307,40.35047],[-84.42324,40.35727],[-84.44126,40.35714],[-84.44143,40.36381],[-84.45019,40.36355],[-84.45482,40.50767],[-84.44538,40.50806],[-84.45259,40.73477],[-84.7681,40.72801],[-84.76828,40.73549],[-84.80424,40.73458]]],"terms_url":"https://www.mercercountyohio.org/","terms_text":"Mercer County, State of Ohio","description":"Spring 2021 orthoimagery for Mercer County in the State of Ohio","icon":"https://www.mercercountyohio.org/wp-content/uploads/2018/09/Mercer-County-Govt-Logo.png"},{"id":"MCGIS-County-Valleywide-Imagery-2022","name":"Mesa County GIS Valleywide 2022","type":"wms","template":"https://mcgis.mesacounty.us/imagery/rest/services/Mosaic_Datasets/Airphoto_2022/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[5,20],"polygon":[[[-108.93915,39.23931],[-108.93946,39.22429],[-108.90208,39.22384],[-108.90237,39.20965],[-108.86906,39.20925],[-108.86938,39.19325],[-108.85033,39.19302],[-108.85061,39.17868],[-108.83196,39.17845],[-108.83224,39.16432],[-108.79393,39.16386],[-108.79422,39.14972],[-108.75686,39.14927],[-108.75744,39.12056],[-108.73853,39.12033],[-108.7388,39.10648],[-108.71529,39.10619],[-108.71557,39.09225],[-108.69671,39.09203],[-108.69699,39.07816],[-108.67837,39.07793],[-108.67867,39.06313],[-108.65778,39.06287],[-108.65864,39.01991],[-108.54548,39.01855],[-108.5455,39.01735],[-108.54336,39.01733],[-108.54342,39.01401],[-108.53397,39.0139],[-108.53414,39.00536],[-108.51821,39.00517],[-108.51825,39.00291],[-108.51519,39.00287],[-108.51515,39.0053],[-108.47848,39.00485],[-108.47877,38.99047],[-108.46006,38.99024],[-108.46034,38.97618],[-108.44133,38.97595],[-108.44162,38.9615],[-108.42252,38.96127],[-108.42193,38.99077],[-108.44137,38.99101],[-108.44051,39.03399],[-108.42245,39.03377],[-108.42216,39.04843],[-108.38599,39.04799],[-108.38569,39.06291],[-108.36666,39.06268],[-108.36637,39.07738],[-108.34764,39.07715],[-108.34736,39.09142],[-108.32943,39.09121],[-108.32914,39.10581],[-108.32328,39.10574],[-108.32335,39.10218],[-108.3038,39.10194],[-108.30312,39.13591],[-108.28699,39.13571],[-108.2864,39.16505],[-108.26957,39.16484],[-108.26868,39.20916],[-108.28807,39.20939],[-108.28866,39.17979],[-108.3066,39.18],[-108.30718,39.15087],[-108.32416,39.15107],[-108.32446,39.13619],[-108.39798,39.13708],[-108.3984,39.11602],[-108.42201,39.1163],[-108.42192,39.12086],[-108.44104,39.12109],[-108.44076,39.13522],[-108.51489,39.13611],[-108.51461,39.14971],[-108.53361,39.14993],[-108.53332,39.16422],[-108.58943,39.1649],[-108.58915,39.17884],[-108.60791,39.17906],[-108.60764,39.19277],[-108.70123,39.1939],[-108.70096,39.20745],[-108.79432,39.20857],[-108.79405,39.22234],[-108.81274,39.22256],[-108.81245,39.23666],[-108.86843,39.23734],[-108.86841,39.23846],[-108.93915,39.23931]]],"terms_url":"https://gis.mesacounty.us/","terms_text":"Mesa County GIS","icon":"https://gis.mesacounty.us/globalassets/images/county-logos/mesa-county-logo.png"},{"id":"MCGIS-County-Valleywide-Imagery-2024","name":"Mesa County GIS Valleywide 2024","type":"wms","template":"https://mcgis.mesacounty.us/imagery/rest/services/Mosaic_Datasets/City_County_2024/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[5,20],"polygon":[[[-108.96012,38.67581],[-108.95995,38.68189],[-108.9522,38.68175],[-108.94444,38.68162],[-108.94427,38.68769],[-108.94409,38.69377],[-108.94392,38.69985],[-108.93616,38.69972],[-108.9284,38.69958],[-108.92823,38.70566],[-108.92047,38.70552],[-108.92029,38.7116],[-108.91253,38.71146],[-108.91236,38.71754],[-108.9046,38.7174],[-108.90442,38.72348],[-108.89666,38.72334],[-108.89648,38.72942],[-108.90424,38.72956],[-108.912,38.7297],[-108.91976,38.72984],[-108.92753,38.72997],[-108.9277,38.72389],[-108.93546,38.72403],[-108.93564,38.71795],[-108.9434,38.71809],[-108.94357,38.71201],[-108.95133,38.71215],[-108.9515,38.70607],[-108.95926,38.7062],[-108.95943,38.70012],[-108.96719,38.70026],[-108.97495,38.70039],[-108.9827,38.70053],[-108.99046,38.70066],[-108.99822,38.70079],[-109.00598,38.70093],[-109.00615,38.69485],[-109.00632,38.68877],[-109.00649,38.68269],[-109.00665,38.67661],[-108.9989,38.67648],[-108.99114,38.67634],[-108.99131,38.67026],[-108.98356,38.67013],[-108.98373,38.66405],[-108.97598,38.66392],[-108.96822,38.66378],[-108.96047,38.66365],[-108.9603,38.66973],[-108.96012,38.67581]],[[-108.73943,39.03057],[-108.73924,39.03665],[-108.73904,39.04273],[-108.73885,39.04881],[-108.73866,39.05489],[-108.74645,39.05504],[-108.75425,39.05519],[-108.76204,39.05534],[-108.76984,39.05549],[-108.77763,39.05563],[-108.77782,39.04956],[-108.78562,39.04971],[-108.79341,39.04985],[-108.7936,39.04378],[-108.79379,39.0377],[-108.79398,39.03162],[-108.79417,39.02554],[-108.80196,39.02569],[-108.80975,39.02584],[-108.81755,39.02598],[-108.82534,39.02613],[-108.83313,39.02627],[-108.83332,39.02019],[-108.84111,39.02034],[-108.84129,39.01426],[-108.84148,39.00818],[-108.84927,39.00832],[-108.85706,39.00847],[-108.86485,39.00861],[-108.87264,39.00875],[-108.88043,39.0089],[-108.88822,39.00904],[-108.8884,39.00296],[-108.88858,38.99688],[-108.89637,38.99702],[-108.90416,38.99716],[-108.91195,38.9973],[-108.91213,38.99122],[-108.91992,38.99136],[-108.9201,38.98528],[-108.92028,38.9792],[-108.92045,38.97313],[-108.92063,38.96705],[-108.92842,38.96719],[-108.9362,38.96732],[-108.93638,38.96124],[-108.93656,38.95517],[-108.93673,38.94909],[-108.92895,38.94895],[-108.92117,38.94881],[-108.91338,38.94867],[-108.9056,38.94853],[-108.89781,38.94839],[-108.89003,38.94825],[-108.89021,38.94217],[-108.89039,38.93609],[-108.89057,38.93002],[-108.88279,38.92988],[-108.875,38.92973],[-108.86722,38.92959],[-108.85944,38.92945],[-108.85166,38.92931],[-108.84387,38.92916],[-108.84369,38.93524],[-108.84351,38.94132],[-108.84332,38.9474],[-108.84314,38.95348],[-108.84295,38.95955],[-108.84277,38.96563],[-108.85056,38.96578],[-108.85834,38.96592],[-108.86613,38.96606],[-108.87391,38.96621],[-108.87373,38.97228],[-108.87355,38.97836],[-108.87337,38.98444],[-108.87319,38.99052],[-108.8654,38.99038],[-108.85761,38.99023],[-108.84982,38.99009],[-108.84964,38.99617],[-108.84185,38.99602],[-108.83406,38.99588],[-108.82627,38.99574],[-108.82645,38.98966],[-108.81867,38.98951],[-108.81088,38.98937],[-108.80309,38.98922],[-108.7953,38.98907],[-108.78751,38.98892],[-108.77972,38.98878],[-108.77194,38.98863],[-108.77213,38.98255],[-108.77232,38.97647],[-108.77251,38.97039],[-108.7727,38.96432],[-108.77289,38.95824],[-108.77308,38.95216],[-108.7653,38.95201],[-108.75751,38.95186],[-108.74973,38.95171],[-108.74194,38.95156],[-108.74214,38.94548],[-108.73435,38.94533],[-108.72657,38.94518],[-108.71879,38.94503],[-108.711,38.94488],[-108.70322,38.94472],[-108.69544,38.94457],[-108.68766,38.94442],[-108.67987,38.94426],[-108.67209,38.94411],[-108.66431,38.94395],[-108.65653,38.94379],[-108.65633,38.94987],[-108.64854,38.94972],[-108.64834,38.95579],[-108.64056,38.95564],[-108.64036,38.96171],[-108.64015,38.96779],[-108.63995,38.97387],[-108.63975,38.97995],[-108.63955,38.98602],[-108.63935,38.9921],[-108.63914,38.99818],[-108.64693,38.99834],[-108.65472,38.99849],[-108.66251,38.99865],[-108.6703,38.99881],[-108.67809,38.99896],[-108.68588,38.99912],[-108.69366,38.99927],[-108.70145,38.99942],[-108.70126,39.0055],[-108.70106,39.01158],[-108.70885,39.01173],[-108.71664,39.01189],[-108.72443,39.01204],[-108.72424,39.01812],[-108.72404,39.02419],[-108.73183,39.02435],[-108.73963,39.0245],[-108.73943,39.03057]],[[-108.19226,39.26192],[-108.19201,39.268],[-108.19177,39.27407],[-108.19153,39.28015],[-108.19129,39.28622],[-108.19104,39.2923],[-108.1908,39.29837],[-108.19056,39.30445],[-108.19031,39.31052],[-108.19007,39.3166],[-108.18225,39.31641],[-108.17443,39.31622],[-108.17419,39.32229],[-108.17394,39.32837],[-108.1737,39.33444],[-108.16587,39.33425],[-108.15805,39.33406],[-108.1578,39.34014],[-108.15756,39.34621],[-108.14973,39.34602],[-108.14191,39.34583],[-108.13409,39.34563],[-108.12626,39.34544],[-108.11844,39.34525],[-108.11062,39.34505],[-108.10279,39.34486],[-108.10254,39.35093],[-108.10229,39.35701],[-108.10204,39.36308],[-108.10179,39.36916],[-108.10961,39.36935],[-108.11744,39.36955],[-108.12527,39.36974],[-108.13309,39.36993],[-108.14092,39.37013],[-108.14874,39.37032],[-108.15657,39.37051],[-108.1644,39.3707],[-108.17223,39.37089],[-108.18005,39.37108],[-108.18788,39.37127],[-108.19571,39.37146],[-108.20353,39.37165],[-108.21136,39.37184],[-108.21919,39.37202],[-108.22701,39.37221],[-108.22726,39.36614],[-108.23508,39.36632],[-108.24291,39.36651],[-108.25073,39.36669],[-108.25097,39.36062],[-108.25121,39.35454],[-108.25145,39.34847],[-108.25169,39.34239],[-108.25193,39.33632],[-108.25216,39.33024],[-108.25999,39.33043],[-108.26022,39.32435],[-108.26046,39.31828],[-108.2607,39.3122],[-108.26093,39.30612],[-108.26117,39.30005],[-108.26141,39.29397],[-108.26165,39.2879],[-108.26188,39.28182],[-108.26212,39.27575],[-108.26236,39.26967],[-108.26259,39.2636],[-108.26283,39.25752],[-108.26306,39.25145],[-108.27088,39.25163],[-108.27111,39.24555],[-108.27893,39.24574],[-108.27916,39.23966],[-108.2794,39.23359],[-108.27963,39.22751],[-108.27987,39.22143],[-108.2801,39.21536],[-108.28034,39.20928],[-108.28815,39.20947],[-108.29596,39.20965],[-108.29619,39.20357],[-108.29642,39.1975],[-108.29666,39.19142],[-108.29689,39.18534],[-108.29712,39.17927],[-108.30493,39.17945],[-108.30516,39.17337],[-108.30539,39.1673],[-108.3132,39.16748],[-108.321,39.16766],[-108.32123,39.16158],[-108.32146,39.15551],[-108.32169,39.14943],[-108.32192,39.14335],[-108.32215,39.13728],[-108.32238,39.1312],[-108.33018,39.13138],[-108.33799,39.13156],[-108.34579,39.13174],[-108.35359,39.13192],[-108.36139,39.13209],[-108.36919,39.13227],[-108.37699,39.13245],[-108.38479,39.13262],[-108.3926,39.1328],[-108.4004,39.13297],[-108.4082,39.13314],[-108.416,39.13332],[-108.4238,39.13349],[-108.43161,39.13366],[-108.43941,39.13383],[-108.44721,39.13401],[-108.45501,39.13418],[-108.46281,39.13435],[-108.47062,39.13452],[-108.47842,39.13469],[-108.48622,39.13485],[-108.49402,39.13502],[-108.50183,39.13519],[-108.50963,39.13536],[-108.51743,39.13552],[-108.51722,39.1416],[-108.517,39.14768],[-108.52481,39.14784],[-108.53261,39.14801],[-108.54042,39.14817],[-108.54021,39.15425],[-108.54,39.16033],[-108.5478,39.16049],[-108.55561,39.16066],[-108.56341,39.16082],[-108.57122,39.16098],[-108.57902,39.16115],[-108.58683,39.16131],[-108.59463,39.16147],[-108.59443,39.16755],[-108.59422,39.17362],[-108.59401,39.1797],[-108.60182,39.17986],[-108.60963,39.18002],[-108.60942,39.1861],[-108.60922,39.19218],[-108.61703,39.19234],[-108.62484,39.1925],[-108.63265,39.19265],[-108.63244,39.19873],[-108.63224,39.20481],[-108.64005,39.20497],[-108.64786,39.20513],[-108.65567,39.20528],[-108.65547,39.21136],[-108.65527,39.21744],[-108.66308,39.2176],[-108.67089,39.21775],[-108.67871,39.21791],[-108.67851,39.22399],[-108.68632,39.22414],[-108.68612,39.23022],[-108.68592,39.2363],[-108.68572,39.24237],[-108.69354,39.24253],[-108.70135,39.24268],[-108.70917,39.24284],[-108.70897,39.24891],[-108.70877,39.25499],[-108.71659,39.25515],[-108.72441,39.2553],[-108.73222,39.25545],[-108.74004,39.2556],[-108.74786,39.25576],[-108.75568,39.25591],[-108.75548,39.26198],[-108.7633,39.26213],[-108.77112,39.26228],[-108.77894,39.26243],[-108.78676,39.26258],[-108.79457,39.26273],[-108.80239,39.26288],[-108.8022,39.26896],[-108.81002,39.2691],[-108.81784,39.26925],[-108.82566,39.2694],[-108.82547,39.27548],[-108.82528,39.28155],[-108.82509,39.28763],[-108.83292,39.28778],[-108.84074,39.28792],[-108.84856,39.28807],[-108.85638,39.28821],[-108.8562,39.29429],[-108.85601,39.30037],[-108.86383,39.30051],[-108.87166,39.30065],[-108.87948,39.3008],[-108.8873,39.30094],[-108.88748,39.29486],[-108.89531,39.295],[-108.90313,39.29514],[-108.91095,39.29529],[-108.91878,39.29543],[-108.9266,39.29556],[-108.93442,39.2957],[-108.94224,39.29584],[-108.95007,39.29598],[-108.95789,39.29612],[-108.95807,39.29004],[-108.95824,39.28396],[-108.95842,39.27788],[-108.95859,39.2718],[-108.95877,39.26573],[-108.95095,39.26559],[-108.94313,39.26545],[-108.94331,39.25937],[-108.94349,39.25329],[-108.94367,39.24722],[-108.94384,39.24114],[-108.94402,39.23506],[-108.9442,39.22898],[-108.94438,39.2229],[-108.93656,39.22276],[-108.92875,39.22262],[-108.92093,39.22249],[-108.92111,39.21641],[-108.92129,39.21033],[-108.92147,39.20425],[-108.92165,39.19817],[-108.92183,39.19209],[-108.92201,39.18601],[-108.92219,39.17994],[-108.91438,39.1798],[-108.90657,39.17966],[-108.89876,39.17952],[-108.89095,39.17937],[-108.88314,39.17923],[-108.87533,39.17909],[-108.87551,39.17301],[-108.87569,39.16693],[-108.86789,39.16679],[-108.86807,39.16071],[-108.86026,39.16057],[-108.85245,39.16043],[-108.84465,39.16028],[-108.83684,39.16014],[-108.83703,39.15406],[-108.82922,39.15391],[-108.82141,39.15377],[-108.8216,39.14769],[-108.81379,39.14754],[-108.80599,39.1474],[-108.79818,39.14725],[-108.79038,39.1471],[-108.78257,39.14695],[-108.77477,39.1468],[-108.76696,39.14666],[-108.75916,39.14651],[-108.75935,39.14043],[-108.75954,39.13435],[-108.75973,39.12827],[-108.75993,39.12219],[-108.75212,39.12204],[-108.74432,39.12189],[-108.73652,39.12174],[-108.73671,39.11566],[-108.73691,39.10959],[-108.72911,39.10944],[-108.7213,39.10928],[-108.7135,39.10913],[-108.7137,39.10305],[-108.7139,39.09697],[-108.7061,39.09682],[-108.6983,39.09667],[-108.6985,39.09059],[-108.6907,39.09043],[-108.6909,39.08436],[-108.69109,39.07828],[-108.6833,39.07813],[-108.6835,39.07205],[-108.6757,39.07189],[-108.6759,39.06582],[-108.6681,39.06566],[-108.6603,39.0655],[-108.66051,39.05943],[-108.66071,39.05335],[-108.66091,39.04727],[-108.65311,39.04711],[-108.65331,39.04104],[-108.65352,39.03496],[-108.65372,39.02888],[-108.65392,39.0228],[-108.64613,39.02265],[-108.63834,39.02249],[-108.63055,39.02233],[-108.62275,39.02217],[-108.61496,39.02201],[-108.60717,39.02185],[-108.59938,39.02169],[-108.59159,39.02153],[-108.5838,39.02137],[-108.57601,39.02121],[-108.56822,39.02105],[-108.56043,39.02089],[-108.55264,39.02072],[-108.54485,39.02056],[-108.54506,39.01448],[-108.54527,39.0084],[-108.54548,39.00233],[-108.53769,39.00216],[-108.5299,39.002],[-108.52211,39.00183],[-108.51433,39.00167],[-108.50654,39.0015],[-108.49875,39.00133],[-108.49096,39.00117],[-108.48318,39.001],[-108.47539,39.00083],[-108.4756,38.99475],[-108.47582,38.98868],[-108.47603,38.9826],[-108.47625,38.97652],[-108.46847,38.97635],[-108.46068,38.97619],[-108.4609,38.97011],[-108.46111,38.96403],[-108.46133,38.95796],[-108.45355,38.95779],[-108.44577,38.95762],[-108.43798,38.95744],[-108.4382,38.95137],[-108.43842,38.94529],[-108.43864,38.93921],[-108.43086,38.93904],[-108.43108,38.93297],[-108.4233,38.9328],[-108.42352,38.92672],[-108.41574,38.92655],[-108.41596,38.92047],[-108.40818,38.9203],[-108.4084,38.91422],[-108.40862,38.90814],[-108.40085,38.90797],[-108.39307,38.9078],[-108.38529,38.90762],[-108.37752,38.90745],[-108.37729,38.91353],[-108.36951,38.91335],[-108.36174,38.91318],[-108.35396,38.913],[-108.35373,38.91908],[-108.34596,38.9189],[-108.33818,38.91872],[-108.3304,38.91854],[-108.32262,38.91837],[-108.31484,38.91819],[-108.30707,38.91801],[-108.30684,38.92408],[-108.29906,38.9239],[-108.29128,38.92372],[-108.29105,38.9298],[-108.29082,38.93587],[-108.29059,38.94195],[-108.28281,38.94177],[-108.27503,38.94159],[-108.27479,38.94766],[-108.26701,38.94748],[-108.25923,38.9473],[-108.25145,38.94712],[-108.24367,38.94693],[-108.24344,38.95301],[-108.23566,38.95282],[-108.22787,38.95264],[-108.22764,38.95872],[-108.2274,38.96479],[-108.22716,38.97087],[-108.23495,38.97105],[-108.24273,38.97124],[-108.25051,38.97142],[-108.2583,38.9716],[-108.26608,38.97179],[-108.27386,38.97197],[-108.28164,38.97215],[-108.28141,38.97822],[-108.2892,38.97841],[-108.29698,38.97859],[-108.30477,38.97877],[-108.31255,38.97895],[-108.32033,38.97913],[-108.32812,38.9793],[-108.3359,38.97948],[-108.34369,38.97966],[-108.35147,38.97984],[-108.35926,38.98001],[-108.36704,38.98019],[-108.37483,38.98037],[-108.38261,38.98054],[-108.3904,38.98071],[-108.39017,38.98679],[-108.38995,38.99287],[-108.38973,38.99894],[-108.3895,39.00502],[-108.39729,39.00519],[-108.40508,39.00537],[-108.41286,39.00554],[-108.41264,39.01162],[-108.41242,39.01769],[-108.4122,39.02377],[-108.41198,39.02985],[-108.41176,39.03592],[-108.41153,39.042],[-108.41131,39.04808],[-108.40352,39.0479],[-108.39573,39.04773],[-108.38794,39.04755],[-108.38771,39.05363],[-108.38749,39.05971],[-108.38726,39.06578],[-108.37947,39.06561],[-108.37168,39.06543],[-108.37145,39.07151],[-108.37123,39.07758],[-108.36343,39.07741],[-108.35563,39.07723],[-108.34784,39.07705],[-108.34004,39.07688],[-108.33225,39.0767],[-108.32445,39.07652],[-108.31666,39.07634],[-108.30886,39.07616],[-108.30863,39.08224],[-108.3084,39.08831],[-108.30817,39.09439],[-108.30794,39.10047],[-108.30014,39.10028],[-108.29991,39.10636],[-108.29968,39.11244],[-108.29945,39.11851],[-108.29921,39.12459],[-108.29898,39.13066],[-108.29875,39.13674],[-108.29095,39.13656],[-108.28314,39.13638],[-108.28291,39.14245],[-108.28268,39.14853],[-108.28244,39.1546],[-108.28221,39.16068],[-108.27441,39.1605],[-108.2666,39.16031],[-108.26637,39.16639],[-108.26613,39.17246],[-108.2659,39.17854],[-108.26566,39.18462],[-108.25785,39.18443],[-108.25005,39.18425],[-108.24224,39.18406],[-108.242,39.19014],[-108.2342,39.18995],[-108.22639,39.18977],[-108.21858,39.18958],[-108.21077,39.18939],[-108.20297,39.18921],[-108.19516,39.18902],[-108.18736,39.18883],[-108.1876,39.18276],[-108.18784,39.17668],[-108.18808,39.17061],[-108.18832,39.16453],[-108.18857,39.15846],[-108.18076,39.15827],[-108.17296,39.15808],[-108.1732,39.152],[-108.1654,39.15181],[-108.16565,39.14574],[-108.16589,39.13966],[-108.16613,39.13359],[-108.15833,39.1334],[-108.15053,39.13321],[-108.14273,39.13302],[-108.13493,39.13282],[-108.12713,39.13263],[-108.11933,39.13244],[-108.11908,39.13851],[-108.11884,39.14459],[-108.11104,39.1444],[-108.11079,39.15047],[-108.11054,39.15655],[-108.11029,39.16262],[-108.10249,39.16243],[-108.09468,39.16223],[-108.08688,39.16204],[-108.07908,39.16184],[-108.07127,39.16165],[-108.06347,39.16145],[-108.05567,39.16125],[-108.04787,39.16105],[-108.04006,39.16086],[-108.03226,39.16066],[-108.02446,39.16046],[-108.01666,39.16026],[-108.0164,39.16633],[-108.01614,39.17241],[-108.01589,39.17848],[-108.01563,39.18456],[-108.00782,39.18435],[-108.00002,39.18415],[-107.99221,39.18395],[-107.98441,39.18375],[-107.97661,39.18355],[-107.9688,39.18335],[-107.961,39.18314],[-107.95319,39.18294],[-107.94539,39.18273],[-107.93758,39.18253],[-107.92978,39.18232],[-107.92198,39.18212],[-107.91417,39.18191],[-107.90637,39.1817],[-107.89856,39.1815],[-107.89076,39.18129],[-107.89049,39.18736],[-107.89022,39.19344],[-107.88996,39.19951],[-107.88969,39.20558],[-107.88942,39.21165],[-107.88915,39.21773],[-107.88888,39.2238],[-107.89669,39.22401],[-107.9045,39.22422],[-107.91231,39.22443],[-107.91204,39.2305],[-107.91178,39.23657],[-107.91151,39.24265],[-107.91124,39.24872],[-107.91098,39.25479],[-107.91071,39.26087],[-107.91044,39.26694],[-107.91018,39.27301],[-107.91799,39.27322],[-107.9258,39.27343],[-107.93362,39.27363],[-107.94143,39.27384],[-107.94925,39.27404],[-107.95706,39.27425],[-107.96487,39.27445],[-107.96514,39.26838],[-107.9654,39.26231],[-107.96566,39.25623],[-107.97347,39.25644],[-107.98129,39.25664],[-107.9891,39.25684],[-107.99691,39.25704],[-108.00473,39.25724],[-108.01254,39.25745],[-108.02035,39.25765],[-108.02061,39.25157],[-108.02087,39.2455],[-108.02868,39.2457],[-108.03649,39.2459],[-108.0443,39.2461],[-108.05211,39.24629],[-108.05993,39.24649],[-108.06018,39.24042],[-108.06043,39.23434],[-108.06069,39.22827],[-108.06094,39.22219],[-108.06875,39.22239],[-108.07656,39.22259],[-108.07681,39.21651],[-108.07706,39.21044],[-108.07731,39.20436],[-108.08512,39.20456],[-108.09293,39.20475],[-108.10074,39.20495],[-108.10855,39.20514],[-108.11635,39.20534],[-108.12416,39.20553],[-108.13197,39.20572],[-108.13978,39.20592],[-108.14759,39.20611],[-108.15539,39.2063],[-108.1632,39.20649],[-108.17101,39.20668],[-108.17882,39.20687],[-108.18663,39.20706],[-108.19444,39.20725],[-108.19419,39.21332],[-108.19395,39.2194],[-108.18614,39.21921],[-108.17833,39.21902],[-108.17052,39.21883],[-108.16271,39.21864],[-108.1549,39.21845],[-108.15466,39.22452],[-108.15441,39.2306],[-108.15417,39.23667],[-108.15392,39.24275],[-108.15367,39.24882],[-108.15343,39.2549],[-108.16124,39.25509],[-108.16906,39.25528],[-108.17687,39.25547],[-108.18469,39.25566],[-108.1925,39.25585],[-108.19226,39.26192]]],"terms_url":"https://gis.mesacounty.us/","terms_text":"Mesa County GIS","icon":"https://gis.mesacounty.us/globalassets/images/county-logos/mesa-county-logo.png"},{"id":"MetroCOG_Ortho_2020","name":"MetroCOG Orthoimagery (2020)","type":"tms","template":"https://maps.ctmetro.org/server/rest/services/MetroCOG/MetroCOG_2020_Aerial/MapServer/WMTS/tile/1.0.0/MetroCOG_MetroCOG_2020_Aerial/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-73.17614,41.39629],[-73.19539,41.39622],[-73.19534,41.38897],[-73.20496,41.38893],[-73.20486,41.37444],[-73.24333,41.37428],[-73.24327,41.36704],[-73.25289,41.367],[-73.25284,41.35975],[-73.27207,41.35967],[-73.27201,41.35242],[-73.28163,41.35237],[-73.28156,41.34514],[-73.30079,41.34504],[-73.30074,41.33779],[-73.31035,41.33775],[-73.31028,41.3305],[-73.32951,41.33041],[-73.32931,41.30867],[-73.31971,41.30872],[-73.31958,41.29423],[-73.33879,41.29413],[-73.33873,41.28689],[-73.35794,41.28679],[-73.35787,41.27954],[-73.37708,41.27944],[-73.37701,41.27219],[-73.36741,41.27224],[-73.36727,41.25776],[-73.35767,41.2578],[-73.35754,41.24331],[-73.34794,41.24336],[-73.34787,41.23612],[-73.33827,41.23617],[-73.33814,41.22168],[-73.32854,41.22173],[-73.32848,41.21448],[-73.33808,41.21443],[-73.33795,41.19994],[-73.34754,41.19989],[-73.34747,41.19265],[-73.33788,41.1927],[-73.33768,41.17096],[-73.3281,41.17101],[-73.32803,41.16377],[-73.31845,41.16381],[-73.31832,41.14932],[-73.30873,41.14936],[-73.30867,41.14212],[-73.29909,41.14217],[-73.29896,41.12768],[-73.30855,41.12764],[-73.30848,41.12039],[-73.26413,41.11324],[-73.18414,41.1572],[-73.11693,41.14298],[-73.09785,41.15021],[-73.09788,41.15745],[-73.10747,41.15743],[-73.1076,41.17915],[-73.11717,41.17914],[-73.11726,41.19362],[-73.10768,41.19364],[-73.10786,41.22987],[-73.09827,41.22991],[-73.09831,41.23714],[-73.08872,41.23718],[-73.08875,41.24443],[-73.07915,41.24445],[-73.07923,41.25894],[-73.08883,41.25892],[-73.08887,41.26616],[-73.09847,41.26613],[-73.09851,41.27338],[-73.11771,41.27332],[-73.11767,41.26607],[-73.14648,41.26598],[-73.14653,41.27322],[-73.17534,41.27312],[-73.17543,41.28761],[-73.18503,41.28757],[-73.18509,41.29482],[-73.19469,41.29478],[-73.19479,41.30927],[-73.18518,41.30931],[-73.18528,41.3238],[-73.17567,41.32384],[-73.17576,41.33833],[-73.16615,41.33836],[-73.16628,41.36009],[-73.15668,41.36014],[-73.15686,41.38912],[-73.1761,41.38904],[-73.17614,41.39629]]],"terms_url":"https://ctmetro.org/gis-shared-services/","terms_text":"Connecticut Metropolitan Council of Governments","description":"The 2020 orthoimagery for MetroCOG regions","icon":"https://ctmetro.org/wp-content/uploads/2019/12/metrocog-logo.png"},{"id":"Metropole_Ruhr_RVR-DOP10","name":"Metropole Ruhr: Luftbilder (10 cm)","type":"wms","template":"https://geodaten.metropoleruhr.de/dop/dop?LAYERS=DOP&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[6.51691,51.81714],[6.51162,51.81274],[6.48961,51.81056],[6.4898,51.80714],[6.50784,51.78094],[6.52478,51.77444],[6.53363,51.76434],[6.48171,51.75381],[6.48908,51.74539],[6.48942,51.7394],[6.48418,51.73414],[6.48908,51.72053],[6.47677,51.71855],[6.46246,51.70281],[6.44839,51.70765],[6.4164,51.71209],[6.40921,51.71708],[6.40877,51.72478],[6.42188,51.73708],[6.42134,51.7465],[6.41405,51.75319],[6.40287,51.75552],[6.40178,51.75035],[6.40597,51.74959],[6.40346,51.74524],[6.41055,51.74197],[6.40932,51.73937],[6.38789,51.72775],[6.38829,51.7209],[6.37731,51.7198],[6.38041,51.71387],[6.37642,51.7112],[6.3682,51.71016],[6.35482,51.703],[6.35808,51.6945],[6.37195,51.6931],[6.38062,51.68643],[6.38091,51.6813],[6.37069,51.66735],[6.36262,51.66374],[6.36553,51.66123],[6.35313,51.66095],[6.35403,51.64554],[6.32819,51.63981],[6.32563,51.63632],[6.29903,51.64343],[6.29225,51.64156],[6.29113,51.63725],[6.30143,51.62633],[6.30035,51.62117],[6.33392,51.6125],[6.33275,51.60905],[6.32067,51.60363],[6.32362,51.60026],[6.33482,51.59709],[6.35235,51.60349],[6.37372,51.59111],[6.37284,51.58251],[6.37726,51.57747],[6.36916,51.57471],[6.36951,51.56872],[6.37657,51.56545],[6.38918,51.56144],[6.40847,51.56101],[6.41912,51.56725],[6.42276,51.5759],[6.46176,51.56732],[6.49612,51.56806],[6.46262,51.55191],[6.48673,51.53871],[6.47499,51.52731],[6.47816,51.51966],[6.45562,51.52946],[6.44876,51.52931],[6.45326,51.52255],[6.44796,51.51901],[6.45497,51.51659],[6.45407,51.508],[6.46245,51.50561],[6.46699,51.49799],[6.47404,51.49471],[6.47608,51.48275],[6.4818,51.47859],[6.48714,51.48127],[6.49012,51.47705],[6.49698,51.4772],[6.49868,51.47123],[6.50709,51.46798],[6.50198,51.46101],[6.50273,51.44731],[6.50821,51.44743],[6.51119,51.4432],[6.52092,51.44084],[6.51987,51.43481],[6.51453,51.43213],[6.5149,51.42527],[6.52596,51.42379],[6.52939,51.41101],[6.53816,51.4009],[6.54505,51.40019],[6.54679,51.39337],[6.55496,51.39439],[6.55797,51.38931],[6.56618,51.38948],[6.57148,51.39302],[6.59479,51.39265],[6.611,51.39726],[6.63586,51.39348],[6.63626,51.38577],[6.64443,51.3868],[6.64602,51.38254],[6.65693,51.38362],[6.66081,51.38798],[6.67309,51.38908],[6.6684,51.37356],[6.67511,51.37626],[6.67794,51.3746],[6.67409,51.36938],[6.65789,51.36477],[6.65435,51.35356],[6.66428,51.3469],[6.69193,51.34144],[6.71287,51.33328],[6.72749,51.34214],[6.73831,51.34492],[6.7475,51.35281],[6.77673,51.34308],[6.79314,51.34339],[6.7941,51.35198],[6.80649,51.3505],[6.80939,51.34713],[6.81615,51.34897],[6.81731,51.35328],[6.82295,51.34995],[6.83385,51.35101],[6.84991,51.35903],[6.84552,51.36495],[6.85115,51.36162],[6.86745,51.36449],[6.87848,51.36297],[6.8904,51.37176],[6.90022,51.3668],[6.90565,51.36775],[6.92391,51.35779],[6.92137,51.35346],[6.92825,51.35272],[6.92422,51.35093],[6.9257,51.34839],[6.94748,51.35134],[6.95033,51.34882],[6.96545,51.34737],[6.97621,51.35184],[6.97743,51.35529],[6.98301,51.35282],[6.98689,51.35803],[7.00745,51.35752],[7.01,51.36185],[7.01944,51.36544],[7.03604,51.36144],[7.04404,51.36671],[7.04973,51.36167],[7.0552,51.36176],[7.07796,51.37414],[7.08088,51.3699],[7.08765,51.37172],[7.0919,51.36836],[7.10004,51.37021],[7.09853,51.37361],[7.1039,51.37627],[7.11205,51.37812],[7.11215,51.37555],[7.11626,51.37561],[7.11742,51.38078],[7.12153,51.38084],[7.12163,51.37827],[7.127,51.38093],[7.13262,51.37759],[7.13802,51.37939],[7.13957,51.37513],[7.14634,51.37695],[7.15189,51.37532],[7.15911,51.36601],[7.15665,51.35911],[7.14731,51.35296],[7.14882,51.34956],[7.15292,51.34962],[7.14513,51.33921],[7.14927,51.33842],[7.14807,51.33411],[7.15351,51.33505],[7.15645,51.32996],[7.1662,51.32582],[7.16503,51.32066],[7.16924,51.31815],[7.16674,51.31211],[7.18065,51.30633],[7.16869,51.29757],[7.18232,51.29864],[7.18792,51.2953],[7.20026,51.29463],[7.20682,51.30159],[7.22309,51.30527],[7.22296,51.3087],[7.2271,51.3079],[7.22973,51.31051],[7.23393,51.308],[7.26365,51.31788],[7.26511,51.31533],[7.25974,51.31268],[7.26521,51.31276],[7.26537,51.30847],[7.25531,51.28518],[7.26764,51.2845],[7.27623,51.27434],[7.26578,51.26133],[7.26734,51.25621],[7.2715,51.25455],[7.27541,51.25975],[7.28262,51.24957],[7.29764,51.24979],[7.29643,51.24549],[7.30481,51.24046],[7.31027,51.24054],[7.31284,51.24487],[7.3238,51.24417],[7.32904,51.25024],[7.33872,51.24695],[7.339,51.23924],[7.34849,51.24109],[7.35405,51.23859],[7.35526,51.2429],[7.37289,51.24657],[7.37853,51.24151],[7.38672,51.24162],[7.38793,51.24593],[7.3934,51.246],[7.40319,51.23928],[7.39521,51.23317],[7.39824,51.22463],[7.41342,51.2197],[7.41182,51.22653],[7.42408,51.22756],[7.42962,51.22506],[7.42995,51.21563],[7.43413,51.21312],[7.43816,51.21489],[7.43534,51.21742],[7.44478,51.22098],[7.44191,51.22522],[7.45129,51.23049],[7.46505,51.22724],[7.469,51.23158],[7.48262,51.23262],[7.50143,51.24229],[7.50271,51.24488],[7.49708,51.24995],[7.49438,51.24906],[7.49563,51.2525],[7.50385,51.25175],[7.50371,51.25604],[7.51049,51.25784],[7.51302,51.26387],[7.52797,51.26663],[7.52923,51.27008],[7.54977,51.26862],[7.55089,51.27635],[7.56582,51.27996],[7.56826,51.28942],[7.58305,51.29732],[7.58547,51.30763],[7.58134,51.30844],[7.57837,51.31612],[7.58373,51.31962],[7.57816,51.32298],[7.57655,51.33067],[7.58334,51.33247],[7.58186,51.33588],[7.59407,51.33946],[7.59257,51.34373],[7.59934,51.34638],[7.59234,51.35144],[7.58644,51.36509],[7.58465,51.37878],[7.59,51.38313],[7.58704,51.38995],[7.59647,51.39521],[7.60609,51.39447],[7.60485,51.39017],[7.61322,51.38512],[7.63313,51.40679],[7.62196,51.41352],[7.62183,51.4178],[7.61633,51.41859],[7.63125,51.42391],[7.62561,51.42899],[7.62825,51.43245],[7.62127,51.43666],[7.62525,51.44099],[7.61977,51.44092],[7.61407,51.44772],[7.62083,51.45122],[7.63589,51.45226],[7.63843,51.45914],[7.65347,51.46103],[7.65606,51.46621],[7.67525,51.46728],[7.69838,51.4744],[7.72864,51.47216],[7.73567,51.46623],[7.7425,51.46717],[7.74785,51.47237],[7.76169,51.46823],[7.78906,51.47109],[7.79876,51.46776],[7.80819,51.47471],[7.82198,51.47228],[7.83418,51.4784],[7.8506,51.48028],[7.84474,51.49479],[7.83923,51.4956],[7.83912,51.49988],[7.83212,51.50496],[7.83755,51.50758],[7.8345,51.51955],[7.84115,51.52819],[7.83277,51.53325],[7.83262,51.53925],[7.84327,51.55307],[7.82749,51.57863],[7.85889,51.58837],[7.85742,51.59179],[7.86837,51.59446],[7.87529,51.59282],[7.91378,51.59489],[7.91632,51.60349],[7.91195,51.61374],[7.92414,51.62242],[7.92406,51.62585],[7.93224,51.62935],[7.93477,51.6388],[7.94443,51.63804],[7.94984,51.64237],[7.94689,51.65092],[7.95366,51.65612],[7.95466,51.67242],[7.96286,51.67592],[7.98365,51.67096],[7.9974,51.67279],[7.99732,51.67622],[7.98761,51.67871],[7.9875,51.68385],[7.97779,51.68633],[7.97631,51.69061],[7.96108,51.69305],[7.94296,51.70146],[7.93746,51.70055],[7.94014,51.704],[7.92912,51.70305],[7.92768,51.7056],[7.91249,51.70632],[7.90568,51.70283],[7.90148,51.70536],[7.88912,51.70267],[7.88875,51.7181],[7.88038,51.72145],[7.87745,51.72828],[7.87187,51.7308],[7.86374,51.72472],[7.85822,51.72467],[7.85815,51.72724],[7.83739,51.72961],[7.83314,51.73385],[7.83287,51.74413],[7.82457,51.74491],[7.82058,51.73887],[7.81228,51.73964],[7.80825,51.73531],[7.80137,51.73439],[7.80282,51.73183],[7.79037,51.73256],[7.78908,51.72912],[7.77119,51.72722],[7.7699,51.72378],[7.75154,51.73901],[7.73638,51.73799],[7.73659,51.73028],[7.72555,51.73016],[7.72163,51.7224],[7.71749,51.72236],[7.71899,51.71809],[7.71481,51.71976],[7.71352,51.71631],[7.7012,51.71275],[7.69283,51.71608],[7.68832,51.72889],[7.66915,51.72353],[7.668,51.71581],[7.65428,51.71308],[7.6531,51.70621],[7.64321,51.71381],[7.62814,51.7102],[7.62663,51.71447],[7.61419,51.71518],[7.6143,51.71176],[7.60743,51.71082],[7.6048,51.7065],[7.59379,51.70551],[7.58706,51.70029],[7.56642,51.69832],[7.56651,51.69575],[7.5528,51.69301],[7.54477,51.6852],[7.5378,51.68768],[7.54458,51.6912],[7.53349,51.69277],[7.52922,51.69701],[7.53035,51.70473],[7.51788,51.70629],[7.51738,51.72172],[7.50214,51.72324],[7.49947,51.72063],[7.49119,51.72053],[7.48449,51.71444],[7.48435,51.71872],[7.47877,51.72037],[7.4826,51.72985],[7.4771,51.72892],[7.47273,51.73572],[7.46718,51.7365],[7.44825,51.72511],[7.43451,51.72321],[7.42245,51.71277],[7.42406,51.70593],[7.43792,51.7044],[7.44094,51.69673],[7.44933,51.69341],[7.44854,51.67625],[7.43892,51.67527],[7.43089,51.6683],[7.4101,51.67145],[7.41031,51.66545],[7.40617,51.6654],[7.39086,51.66947],[7.3781,51.67959],[7.35877,51.68017],[7.35589,51.68356],[7.33919,51.68761],[7.34599,51.69028],[7.34427,51.69969],[7.33057,51.69692],[7.32762,51.70202],[7.30825,51.70346],[7.31069,51.71207],[7.2985,51.70589],[7.29963,51.71277],[7.31169,51.72237],[7.32081,51.73707],[7.3125,51.73781],[7.31102,51.74036],[7.31519,51.73957],[7.3151,51.74214],[7.31079,51.74636],[7.27889,51.75019],[7.27577,51.75957],[7.2688,51.76118],[7.26012,51.77134],[7.26002,51.77391],[7.27229,51.77838],[7.26245,51.78252],[7.26485,51.79198],[7.26179,51.79966],[7.2535,51.79953],[7.24916,51.80461],[7.23668,51.80528],[7.23658,51.80785],[7.22121,51.81191],[7.2141,51.81694],[7.19177,51.82174],[7.16419,51.8196],[7.1616,51.81528],[7.13435,51.80542],[7.11433,51.78795],[7.07867,51.78137],[7.07333,51.777],[7.0609,51.77679],[7.06079,51.77936],[7.05392,51.77839],[7.03847,51.78414],[7.0316,51.78317],[7.03141,51.78745],[7.0244,51.7899],[7.02118,51.80014],[6.99497,51.79884],[6.99485,51.80141],[6.98794,51.80129],[6.97559,51.79936],[6.95606,51.77245],[6.93527,51.7738],[6.9157,51.7786],[6.91511,51.76144],[6.90861,51.75275],[6.9103,51.74592],[6.8586,51.72956],[6.85551,51.73636],[6.84995,51.73712],[6.8403,51.73694],[6.82683,51.72983],[6.81956,51.73741],[6.81927,51.74341],[6.79861,51.74217],[6.78862,51.74884],[6.77219,51.74596],[6.7698,51.76649],[6.75824,51.77656],[6.74862,51.77551],[6.7475,51.77035],[6.72131,51.76899],[6.70876,51.77131],[6.7138,51.78084],[6.66837,51.77738],[6.65946,51.7892],[6.63264,51.79981],[6.61081,51.79423],[6.60911,51.80019],[6.59102,51.8024],[6.58457,51.79369],[6.57476,51.79606],[6.56818,51.78992],[6.5511,51.799],[6.53991,51.80134],[6.52834,51.81053],[6.52281,51.81041],[6.52258,51.81469],[6.51691,51.81714]]],"terms_url":"https://www.metropoleruhr.de/regionalverband-ruhr.html","terms_text":"Datengrundlage: Regionalverband Ruhr"},{"id":"Miami_OH_2023","name":"Miami County Orthoimagery (2023)","type":"tms","template":"https://tiles.arcgis.com/tiles/nKtC7LOvnaEyn6u8/arcgis/rest/services/Miami_Aerial_2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-84.42878,39.91291],[-84.17028,39.91669],[-84.16969,39.88947],[-84.16083,39.88947],[-84.16062,39.88267],[-84.12498,39.88313],[-84.12484,39.87631],[-84.04463,39.87734],[-84.0458,39.92545],[-84.03683,39.92554],[-84.03851,40.00101],[-84.0295,40.00116],[-84.0314,40.08344],[-84.02244,40.08361],[-84.02417,40.15903],[-84.0152,40.15916],[-84.01573,40.18657],[-84.05152,40.18617],[-84.05172,40.19301],[-84.1501,40.19178],[-84.15016,40.1985],[-84.21292,40.19764],[-84.21305,40.20454],[-84.43671,40.20111],[-84.43642,40.18733],[-84.44533,40.18725],[-84.44515,40.18033],[-84.43621,40.18047],[-84.42878,39.91291]]],"terms_url":"https://www.co.miami.oh.us/","terms_text":"Miami County, State of Ohio","description":"6-inch resolution 2023 orthoimagery for Miami County in the State of Ohio","icon":"https://www.co.miami.oh.us/ImageRepository/Document?documentID=18214"},{"id":"Miami-Dade_Ortho_2021","name":"Miami-Dade County Orthoimagery (2021)","type":"wms","template":"https://imageserverintra.miamidade.gov/arcgis/services/Woolpert2021/ImageServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=0&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[5,19],"polygon":[[[-80.50112,26.02482],[-80.50116,25.99728],[-80.53167,25.99738],[-80.53174,25.96981],[-80.66873,25.97021],[-80.66871,25.98394],[-80.88178,25.98428],[-80.88186,25.87421],[-80.94272,25.8744],[-80.94289,25.80557],[-80.88195,25.80553],[-80.88241,25.35145],[-80.86725,25.35145],[-80.86746,25.17259],[-80.83721,25.17259],[-80.83727,25.15882],[-80.80702,25.15886],[-80.80707,25.13125],[-80.64081,25.13093],[-80.64074,25.17222],[-80.59538,25.17215],[-80.59534,25.18587],[-80.53482,25.18567],[-80.53475,25.19943],[-80.47426,25.19923],[-80.4741,25.22678],[-80.41374,25.22657],[-80.41353,25.24027],[-80.3834,25.24015],[-80.38314,25.28153],[-80.36804,25.28137],[-80.36791,25.30884],[-80.33748,25.3088],[-80.33744,25.33627],[-80.32233,25.33607],[-80.3222,25.35],[-80.30714,25.35],[-80.30723,25.32238],[-80.27693,25.32225],[-80.27686,25.336],[-80.2315,25.33569],[-80.23133,25.36322],[-80.21612,25.36313],[-80.21582,25.39064],[-80.2008,25.39048],[-80.20071,25.41808],[-80.17033,25.41769],[-80.16985,25.48671],[-80.1396,25.48648],[-80.13771,25.7478],[-80.10698,25.74764],[-80.10552,25.98158],[-80.39469,25.98335],[-80.39477,25.96939],[-80.44018,25.96916],[-80.44009,26.02447],[-80.50112,26.02482]]],"terms_url":"https://gis-mdc.opendata.arcgis.com/pages/imagery","terms_text":"Miami-Dade County","description":"The 2021 orthoimagery for Miami-Dade County of the State of Florida","icon":"https://www.miamidade.gov/resources/global/images/md-logo-color.png"},{"id":"Miami-Dade_Ortho_Latest","name":"Miami-Dade County Orthoimagery (Latest)","type":"wms","template":"https://gisweb.miamidade.gov/arcgis/rest/services/MapCache/MDCImagery_WebMercator/MapServer/export?f=image&format=jpg&layers=show,6&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[10,19],"polygon":[[[-80.50112,26.02482],[-80.50116,25.99728],[-80.53167,25.99738],[-80.53174,25.96981],[-80.66873,25.97021],[-80.66871,25.98394],[-80.88178,25.98428],[-80.88186,25.87421],[-80.94272,25.8744],[-80.94289,25.80557],[-80.88195,25.80553],[-80.88241,25.35145],[-80.86725,25.35145],[-80.86746,25.17259],[-80.83721,25.17259],[-80.83727,25.15882],[-80.80702,25.15886],[-80.80707,25.13125],[-80.64081,25.13093],[-80.64074,25.17222],[-80.59538,25.17215],[-80.59534,25.18587],[-80.53482,25.18567],[-80.53475,25.19943],[-80.47426,25.19923],[-80.4741,25.22678],[-80.41374,25.22657],[-80.41353,25.24027],[-80.3834,25.24015],[-80.38314,25.28153],[-80.36804,25.28137],[-80.36791,25.30884],[-80.33748,25.3088],[-80.33744,25.33627],[-80.32233,25.33607],[-80.3222,25.35],[-80.30714,25.35],[-80.30723,25.32238],[-80.27693,25.32225],[-80.27686,25.336],[-80.2315,25.33569],[-80.23133,25.36322],[-80.21612,25.36313],[-80.21582,25.39064],[-80.2008,25.39048],[-80.20071,25.41808],[-80.17033,25.41769],[-80.16985,25.48671],[-80.1396,25.48648],[-80.13771,25.7478],[-80.10698,25.74764],[-80.10552,25.98158],[-80.39469,25.98335],[-80.39477,25.96939],[-80.44018,25.96916],[-80.44009,26.02447],[-80.50112,26.02482]]],"terms_url":"https://gis-mdc.opendata.arcgis.com/pages/imagery","terms_text":"Miami-Dade County","description":"The latest available orthoimagery for Miami-Dade County of the State of Florida","icon":"https://www.miamidade.gov/resources/global/images/md-logo-color.png"},{"id":"miljodirektoratet-vern","name":"Miljødirektoratet Protected Areas overlay","type":"wms","template":"https://kart.miljodirektoratet.no/arcgis/services/vern/MapServer/WmsServer?LAYERS=naturvern_klasser_omrade&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,22],"polygon":[[[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121]],[[-10.92717,70.29784],[-6.13756,70.30991],[-6.16765,71.62095],[-10.95725,71.60964],[-10.92717,70.29784]],[[16.79889,73.89828],[21.23712,73.8918],[21.25771,74.94213],[16.81947,74.9482],[16.79889,73.89828]],[[26.76265,75.8129],[36.6503,80.40108],[20.65421,81.54417],[4.04288,79.93593],[13.88667,75.79135],[26.76265,75.8129]]],"terms_url":"https://kart.naturbase.no","terms_text":"© Miljødirektoratet","description":"Norwegian national parks, nature reserves and other protected areas and objects from Naturbase, including Svalbard/Spitsbergen","icon":"https://www.miljodirektoratet.no/globalassets/profilbank/profilbank-bilder/m_logo_hoved_pos_rgb_thumb2.png","overlay":true},{"id":"miljodirektoratet-friluftsomrader","name":"Miljødirektoratet Public Recreation Areas overlay","type":"wms","template":"https://kart.miljodirektoratet.no/arcgis/services/friluftsliv_statlig_sikra/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=friluftsliv_statlig_sikra&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[0,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://kartkatalog.miljodirektoratet.no/Dataset/Details/30","terms_text":"© Miljødirektoratet","description":"Public recreation areas with State ownership (\"friluftsområder\").","icon":"https://www.miljodirektoratet.no/globalassets/profilbank/profilbank-bilder/m_logo_hoved_pos_rgb_thumb2.png","overlay":true},{"id":"Minnesota-Composite-Image-Service","name":"Minnesota Composite Image Service","type":"wms","template":"https://imageserver.gisdata.mn.gov/cgi-bin/mncomp?LAYERS=mncomp&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[3,20],"polygon":[[[-97.17831,48.87603],[-97.1904,48.81522],[-97.15809,48.81035],[-97.18153,48.79821],[-97.08987,48.68402],[-97.17544,48.56222],[-97.13912,48.55541],[-97.16595,48.54825],[-97.12678,48.5202],[-97.16268,48.47779],[-97.12817,48.47437],[-97.15064,48.44082],[-97.12483,48.4419],[-97.14588,48.43116],[-97.12259,48.41793],[-97.15398,48.41814],[-97.13118,48.40729],[-97.16339,48.39287],[-97.13335,48.38221],[-97.15627,48.36559],[-97.11224,48.29648],[-97.14504,48.26877],[-97.1207,48.22476],[-97.12452,48.22318],[-97.1372,48.22696],[-97.14967,48.22316],[-97.1522,48.21964],[-97.13907,48.22196],[-97.12289,48.2165],[-97.11785,48.20974],[-97.13931,48.21676],[-97.12929,48.20839],[-97.14752,48.17058],[-97.12098,48.15956],[-97.14652,48.14223],[-97.07227,48.04808],[-97.02317,47.87399],[-96.97416,47.82335],[-96.99169,47.80842],[-96.93499,47.76706],[-96.93113,47.7154],[-96.85096,47.5983],[-96.87184,47.41882],[-96.8376,47.38899],[-96.85847,47.36769],[-96.829,47.32762],[-96.84488,47.19282],[-96.82192,47.18425],[-96.84147,47.15185],[-96.81257,47.03859],[-96.83956,47.00674],[-96.79177,46.92847],[-96.75327,46.92457],[-96.80255,46.81153],[-96.77546,46.76676],[-96.79821,46.62933],[-96.74722,46.58235],[-96.72201,46.43999],[-96.59961,46.33014],[-96.59269,46.17522],[-96.55452,46.08399],[-96.58118,45.82302],[-96.6626,45.73869],[-96.83866,45.64752],[-96.85776,45.60597],[-96.69255,45.41735],[-96.5218,45.37565],[-96.45314,45.30079],[-96.45306,43.50038],[-93.84857,43.49963],[-91.21772,43.50064],[-91.23187,43.58183],[-91.26899,43.61659],[-91.24414,43.77468],[-91.43253,43.99684],[-91.59208,44.03138],[-91.72156,44.13035],[-91.87517,44.20058],[-91.91863,44.32268],[-91.96682,44.36399],[-92.23086,44.4445],[-92.33612,44.55401],[-92.54807,44.5678],[-92.56944,44.60355],[-92.62148,44.61505],[-92.63211,44.64904],[-92.80786,44.75085],[-92.75065,44.93731],[-92.76207,45.02433],[-92.80313,45.06157],[-92.74092,45.11296],[-92.76188,45.28702],[-92.65043,45.39852],[-92.64651,45.44035],[-92.7456,45.55302],[-92.88376,45.57549],[-92.8692,45.71758],[-92.78463,45.7642],[-92.70771,45.89491],[-92.55194,45.95166],[-92.52519,45.98387],[-92.46936,45.97382],[-92.42856,46.02425],[-92.35177,46.01569],[-92.33292,46.06271],[-92.29404,46.07439],[-92.2913,46.66815],[-92.2071,46.65195],[-92.1761,46.68635],[-92.2047,46.70405],[-92.1463,46.71595],[-92.1166,46.74865],[-92.01631,46.70598],[-92.08868,46.79367],[-91.7799,46.94341],[-91.57352,47.09003],[-91.46563,47.13124],[-91.04681,47.45632],[-90.7776,47.60573],[-90.43711,47.73164],[-89.97463,47.83056],[-89.75663,47.9041],[-89.68041,47.96408],[-89.63918,47.95373],[-89.62363,47.99464],[-89.57027,47.98571],[-89.49176,48.00536],[-89.5698,47.99899],[-89.61071,48.01786],[-89.65088,48.00354],[-89.77537,48.02279],[-89.89721,47.98751],[-89.99383,48.02802],[-90.02334,48.08468],[-90.13579,48.11215],[-90.3743,48.09092],[-90.4674,48.10875],[-90.55671,48.09594],[-90.57969,48.12381],[-90.75159,48.091],[-90.79823,48.1369],[-90.77794,48.16385],[-90.83641,48.17704],[-90.8393,48.23957],[-90.88576,48.24596],[-91.08248,48.18116],[-91.26678,48.07884],[-91.42958,48.04866],[-91.48819,48.06839],[-91.56752,48.0438],[-91.55912,48.1086],[-91.63993,48.09712],[-91.68212,48.12251],[-91.71176,48.11466],[-91.71537,48.19951],[-91.86437,48.20696],[-91.89311,48.23799],[-91.95836,48.23314],[-91.95411,48.25227],[-92.00653,48.26542],[-92.00012,48.3211],[-92.05523,48.35937],[-92.26256,48.35492],[-92.30618,48.31625],[-92.26959,48.24819],[-92.36992,48.22029],[-92.46978,48.3521],[-92.45644,48.41409],[-92.50748,48.44799],[-92.65623,48.43648],[-92.71269,48.46299],[-92.69868,48.49485],[-92.62702,48.50328],[-92.63489,48.54256],[-92.72842,48.53938],[-92.95002,48.60835],[-92.9548,48.63154],[-93.17839,48.62301],[-93.25466,48.64282],[-93.46548,48.59164],[-93.46739,48.54646],[-93.79338,48.51632],[-93.84436,48.63022],[-94.22422,48.64947],[-94.29121,48.70782],[-94.41584,48.71098],[-94.45239,48.69241],[-94.64538,48.74403],[-94.69441,48.78945],[-94.68347,48.88413],[-94.81627,49.32141],[-94.9574,49.37021],[-95.05831,49.35326],[-95.1534,49.38449],[-95.1532,48.99888],[-97.22956,49.00046],[-97.23421,48.94739],[-97.17831,48.87603]]],"terms_url":"https://www.mngeo.state.mn.us/chouse/wms/composite_image.html","terms_text":"MnGeo","icon":"https://gisdata.mn.gov/agencyLogos/mnLogo.jpg"},{"id":"Plateau_orthophoto_official","name":"MLIT Plateau Official","type":"tms","template":"https://gic-plateau.s3.ap-northeast-1.amazonaws.com/2020/ortho/tiles/{zoom}/{x}/{y}.png","category":"photo","endDate":"2020-12-01T00:00:00.000Z","startDate":"2014-10-01T00:00:00.000Z","zoomExtent":[10,19],"polygon":[[[141.32537,43.20768],[141.47232,43.20768],[141.47232,43.13655],[141.5252,43.13655],[141.5252,42.97954],[141.49497,42.97954],[141.49497,42.93381],[141.47438,42.93381],[141.47438,42.90614],[141.45172,42.90614],[141.45172,42.87043],[141.28074,42.87043],[141.28074,42.8961],[141.24366,42.8961],[141.24366,42.91219],[141.11252,42.91219],[141.11252,43.00966],[141.18119,43.00966],[141.18119,43.0453],[141.13312,43.0453],[141.13312,43.18518],[141.32537,43.18518],[141.32537,43.20768]],[[140.30914,37.63435],[140.30914,37.56091],[140.33867,37.56091],[140.33867,37.50318],[140.50758,37.50318],[140.50758,37.41054],[140.57898,37.41054],[140.57898,37.25],[140.49454,37.25],[140.49454,37.2675],[140.41489,37.2675],[140.41489,37.29535],[140.35996,37.29535],[140.35996,37.31394],[140.01388,37.31394],[140.01388,37.44869],[140.12786,37.44869],[140.12786,37.57779],[140.20615,37.57779],[140.20615,37.63435],[140.30914,37.63435]],[[140.92781,37.19971],[141.03768,37.19971],[141.03768,37.06449],[141.00814,37.06449],[141.00814,36.95539],[140.99236,36.95539],[140.99236,36.92958],[140.96283,36.92958],[140.96283,36.91257],[140.94566,36.91257],[140.94566,36.9005],[140.92575,36.9005],[140.92575,36.88511],[140.82962,36.88511],[140.82962,36.80598],[140.81177,36.80598],[140.81177,36.78949],[140.78704,36.78949],[140.78704,36.7686],[140.7692,36.7686],[140.7692,36.691],[140.65589,36.691],[140.65589,36.77409],[140.67375,36.77409],[140.67375,36.97404],[140.76507,36.97404],[140.76507,37.15812],[140.92781,37.15812],[140.92781,37.19971]],[[140.11278,37.25493],[140.22948,37.25493],[140.22948,37.2303],[140.30914,37.2303],[140.30914,37.12807],[140.42519,37.12807],[140.42519,37.07055],[140.37848,37.07055],[140.37848,37.03047],[140.32631,37.03047],[140.32631,37.00748],[140.18074,37.00749],[140.18074,37.05191],[140.13681,37.05191],[140.13681,37.11925],[140.16492,37.11925],[140.16492,37.18714],[140.11278,37.18714],[140.11278,37.25493]],[[139.94587,36.7494],[139.94587,36.72235],[139.98023,36.72235],[139.98023,36.63041],[140.02281,36.63041],[140.02281,36.47709],[139.97622,36.47709],[139.97622,36.45829],[139.81672,36.45829],[139.81672,36.4859],[139.79967,36.4859],[139.79967,36.54329],[139.7763,36.54329],[139.7763,36.5764],[139.71385,36.5764],[139.71385,36.64309],[139.75637,36.64309],[139.75637,36.7494],[139.94587,36.7494]],[[139.48757,36.29162],[139.57031,36.29162],[139.57031,36.27472],[139.63589,36.27472],[139.63589,36.24151],[139.59365,36.24151],[139.59365,36.20642],[139.51333,36.20642],[139.45359,36.20642],[139.45359,36.23458],[139.46937,36.23458],[139.46937,36.27057],[139.48757,36.27057],[139.48757,36.29162]],[[139.40174,36.25881],[139.40174,36.23957],[139.42062,36.23957],[139.42062,36.22613],[139.43882,36.22613],[139.43882,36.2163],[139.45015,36.2163],[139.45015,36.06492],[139.405,36.06492],[139.405,36.07019],[139.38715,36.07019],[139.38715,36.09142],[139.35436,36.09142],[139.35436,36.08254],[139.29256,36.08254],[139.29256,36.15049],[139.28518,36.15049],[139.28518,36.18389],[139.31934,36.18389],[139.31934,36.25881],[139.40174,36.25881]],[[139.9823,35.94077],[139.9823,35.92965],[140.00187,35.92965],[140.00187,35.91547],[140.04032,35.91547],[140.04032,35.8796],[140.01114,35.8796],[140.01114,35.86401],[140.11791,35.86401],[140.11791,35.81893],[140.04787,35.81893],[140.04787,35.76908],[139.99844,35.76908],[139.99844,35.79303],[139.94969,35.79303],[139.94969,35.80612],[139.92943,35.80612],[139.92943,35.84509],[139.90849,35.84509],[139.90849,35.94077],[139.9823,35.94077]],[[139.74163,35.82301],[139.83398,35.82301],[139.83398,35.80528],[139.90231,35.80528],[139.90231,35.75766],[139.90951,35.75766],[139.90951,35.72505],[139.92462,35.72505],[139.92462,35.67403],[139.89372,35.67403],[139.89372,35.62884],[139.84257,35.62884],[139.84257,35.57552],[139.79519,35.57552],[139.79519,35.56631],[139.8072,35.56631],[139.8072,35.5515],[139.83261,35.5515],[139.83261,35.52329],[139.81716,35.52329],[139.81716,35.51239],[139.78935,35.51239],[139.78935,35.5258],[139.75742,35.5258],[139.75742,35.53781],[139.73099,35.53781],[139.73099,35.52776],[139.70627,35.52776],[139.70627,35.51574],[139.72927,35.51574],[139.72927,35.49031],[139.75159,35.49031],[139.75159,35.45228],[139.72446,35.45228],[139.72446,35.43774],[139.70558,35.43774],[139.70558,35.38681],[139.68498,35.38681],[139.68498,35.35882],[139.66404,35.35882],[139.66404,35.30672],[139.58336,35.30672],[139.58336,35.31905],[139.55349,35.31905],[139.55349,35.33081],[139.53186,35.33081],[139.53186,35.3451],[139.47384,35.3451],[139.47384,35.36946],[139.4474,35.36946],[139.4474,35.58864],[139.51366,35.58864],[139.51366,35.59702],[139.57374,35.59702],[139.57374,35.58278],[139.63451,35.58278],[139.63451,35.59451],[139.61323,35.59451],[139.61323,35.6093],[139.57821,35.6093],[139.57821,35.7008],[139.55486,35.7008],[139.55486,35.78161],[139.617,35.78161],[139.617,35.80361],[139.74163,35.80361],[139.74163,35.82301]],[[139.43163,35.78469],[139.5037,35.78469],[139.5037,35.77159],[139.51847,35.77159],[139.51847,35.75264],[139.50575,35.75264],[139.50575,35.72504],[139.43163,35.72504],[139.43163,35.78469]],[[138.82118,35.22683],[138.82118,35.21617],[138.84487,35.21617],[138.84487,35.19037],[138.85345,35.19037],[138.85345,35.17886],[138.86375,35.17886],[138.86375,35.17465],[138.87234,35.17465],[138.87234,35.15851],[138.89757,35.15851],[138.89757,35.08761],[138.93465,35.08761],[138.93465,35.06625],[138.92452,35.06625],[138.92452,35.01735],[138.91439,35.01735],[138.91439,35.00244],[138.90461,35.00244],[138.90461,34.98472],[138.88023,34.98472],[138.88023,34.97038],[138.84401,34.97038],[138.84401,34.93295],[138.76471,34.93295],[138.76471,34.9428],[138.7532,34.9428],[138.7532,34.98233],[138.75904,34.98233],[138.75904,35.03365],[138.86307,35.03365],[138.86307,35.06696],[138.83869,35.06696],[138.83869,35.09533],[138.81277,35.09533],[138.81277,35.11008],[138.77586,35.11008],[138.77586,35.12173],[138.74342,35.12173],[138.74342,35.17535],[138.7611,35.17535],[138.7611,35.20593],[138.78633,35.20593],[138.78633,35.21309],[138.79663,35.21309],[138.79663,35.22683],[138.82118,35.22683]],[[138.06793,34.92704],[138.06793,34.8617],[138.11256,34.8617],[138.11256,34.78928],[138.09368,34.78928],[138.09368,34.76136],[138.06725,34.76136],[138.06725,34.72243],[138.09093,34.72243],[138.09093,34.6363],[138.04321,34.6363],[138.04321,34.64452],[137.97867,34.64452],[137.97867,34.66032],[137.94708,34.66032],[137.94708,34.70916],[137.95876,34.70916],[137.95876,34.74585],[137.92854,34.74585],[137.92854,34.84142],[137.94125,34.84142],[137.94125,34.87635],[137.96562,34.87635],[137.96562,34.90621],[137.9955,34.90621],[137.9955,34.92704],[138.06793,34.92704]],[[138.14793,35.91394],[138.14793,35.85289],[138.12012,35.85289],[138.12012,35.84314],[138.13282,35.84314],[138.13282,35.83173],[138.16406,35.83173],[138.16406,35.74902],[138.12252,35.74902],[138.12252,35.73592],[138.14792,35.73592],[138.14792,35.66901],[138.10158,35.66901],[138.10158,35.67989],[138.05763,35.67989],[138.05763,35.70638],[138.04252,35.70638],[138.04252,35.74846],[138.03154,35.74846],[138.03154,35.7688],[137.91618,35.7688],[137.91618,35.7869],[137.89627,35.7869],[137.89627,35.8245],[137.86194,35.8245],[137.86194,35.84509],[137.88082,35.84509],[137.88082,35.89044],[137.90451,35.89044],[137.90451,35.90908],[137.96288,35.90908],[137.96288,35.89489],[138.04664,35.89489],[138.04664,35.91394],[138.14793,35.91394]],[[138.09677,36.38633],[138.09677,36.25093],[138.13797,36.25093],[138.13797,36.14673],[138.11392,36.14673],[138.11392,36.10404],[138.08992,36.10404],[138.08992,36.00134],[137.98347,36.00134],[137.98347,36.06437],[138.00236,36.06437],[138.00236,36.13926],[137.9165,36.13926],[137.9165,36.11541],[137.8702,36.11541],[137.8702,36.1656],[137.85198,36.1656],[137.85198,36.14092],[137.82348,36.14092],[137.82348,36.12873],[137.80701,36.12873],[137.80701,36.10072],[137.79327,36.10072],[137.79327,36.07629],[137.75551,36.07629],[137.75551,36.00079],[137.64462,36.00079],[137.64462,36.01106],[137.58591,36.01106],[137.58591,36.07214],[137.55569,36.07214],[137.55569,36.25119],[137.59071,36.25119],[137.59071,36.28497],[137.65286,36.28497],[137.65286,36.34445],[137.73628,36.34445],[137.73628,36.22849],[137.71809,36.22849],[137.71809,36.21298],[137.68238,36.21298],[137.68238,36.19968],[137.71809,36.19968],[137.71809,36.20678],[137.72903,36.20678],[137.72903,36.22589],[137.77306,36.22589],[137.77306,36.25396],[137.91138,36.25396],[137.91138,36.29037],[137.93833,36.29037],[137.93833,36.34224],[137.94828,36.34224],[137.94828,36.38633],[138.09677,36.38633]],[[137.06165,35.27225],[137.06165,35.25936],[137.08706,35.25936],[137.08706,35.2274],[137.03934,35.2274],[137.03934,35.07468],[137.01668,35.07468],[137.01668,35.06035],[136.99745,35.06035],[136.99745,35.02156],[136.82476,35.02156],[136.82476,35.07749],[136.76846,35.07749],[136.76846,35.12721],[136.73481,35.12721],[136.73481,35.15023],[136.70013,35.15023],[136.70013,35.20243],[136.79283,35.20243],[136.79283,35.17858],[136.83025,35.17858],[136.83025,35.24954],[136.91746,35.24954],[136.91746,35.27225],[137.06165,35.27225]],[[135.46431,34.82733],[135.51533,34.82733],[135.51533,34.79153],[135.50263,34.79153],[135.50263,34.78025],[135.50915,34.78025],[135.50915,34.77236],[135.50194,34.77236],[135.50194,34.76601],[135.49198,34.76601],[135.49198,34.75854],[135.52443,34.75854],[135.52443,34.77461],[135.56545,34.77461],[135.56545,34.73244],[135.60837,34.73244],[135.60837,34.70267],[135.60081,34.70267],[135.60081,34.68065],[135.57627,34.68065],[135.57627,34.6767],[135.56631,34.6767],[135.56631,34.66668],[135.57558,34.66668],[135.57558,34.639],[135.5912,34.639],[135.5912,34.58093],[135.48872,34.58093],[135.48872,34.58969],[135.45576,34.58969],[135.45576,34.60199],[135.39413,34.60199],[135.39413,34.61795],[135.36839,34.61795],[135.36839,34.67571],[135.39379,34.67571],[135.39379,34.71071],[135.41817,34.71071],[135.41817,34.72172],[135.43705,34.72172],[135.43705,34.77165],[135.41199,34.77165],[135.41199,34.85988],[135.4252,34.85988],[135.4252,34.88185],[135.46431,34.88185],[135.46431,34.82733]],[[135.36495,34.6373],[135.36495,34.61216],[135.3344,34.61216],[135.3344,34.6373],[135.36495,34.6373]],[[134.78371,34.87213],[134.82868,34.87213],[134.82868,34.86143],[134.89529,34.86143],[134.89529,34.83353],[134.93889,34.83353],[134.93889,34.75826],[134.89975,34.75826],[134.89975,34.73484],[134.90936,34.73484],[134.90936,34.71001],[134.85649,34.71001],[134.85649,34.69025],[134.79744,34.69025],[134.79744,34.78223],[134.78027,34.78223],[134.78027,34.80366],[134.7583,34.80366],[134.7583,34.84762],[134.78371,34.84762],[134.78371,34.87213]],[[132.75638,34.01341],[132.80617,34.01341],[132.80617,34.00372],[132.83844,34.00372],[132.83844,33.95134],[132.79724,33.95134],[132.79724,33.91088],[132.85629,33.91088],[132.85629,33.85445],[132.89268,33.85445],[132.89268,33.79798],[132.86728,33.79798],[132.86728,33.77972],[132.85629,33.77972],[132.85629,33.72948],[132.78625,33.72948],[132.78625,33.77516],[132.74643,33.77516],[132.74643,33.79626],[132.67304,33.79626],[132.67304,33.86505],[132.62617,33.86505],[132.62617,33.91678],[132.67044,33.91678],[132.67044,33.93392],[132.71053,33.93392],[132.71053,33.91558],[132.74106,33.91558],[132.74106,33.9889],[132.75638,33.9889],[132.75638,34.01341]],[[130.63877,33.37814],[130.63877,33.37183],[130.73865,33.37183],[130.73865,33.29139],[130.62759,33.29139],[130.62759,33.26259],[130.58831,33.26259],[130.58831,33.25103],[130.5265,33.25103],[130.5265,33.2354],[130.50298,33.2354],[130.50298,33.2163],[130.37785,33.2163],[130.37785,33.26998],[130.40943,33.26998],[130.40943,33.31102],[130.47123,33.31102],[130.47123,33.35233],[130.54298,33.35233],[130.54298,33.37814],[130.63877,33.37814]],[[130.62263,33.00089],[130.62263,32.96604],[130.69302,32.96604],[130.69302,32.98995],[130.74074,32.98995],[130.74074,32.8646],[130.89695,32.8646],[130.89695,32.75234],[130.85472,32.75234],[130.85472,32.72346],[130.79773,32.72346],[130.79773,32.73647],[130.7761,32.73647],[130.7761,32.69544],[130.78777,32.69544],[130.78777,32.65557],[130.6968,32.65557],[130.6968,32.6807],[130.63945,32.6807],[130.63945,32.70296],[130.58899,32.70296],[130.58899,32.75206],[130.55843,32.75206],[130.55843,32.78006],[130.5859,32.78006],[130.5859,32.81614],[130.56289,32.81614],[130.56289,32.832],[130.49629,32.832],[130.49629,32.86949],[130.45887,32.86949],[130.45887,32.93839],[130.48084,32.93839],[130.48084,33.00089],[130.62263,33.00089]]],"terms_url":"https://github.com/Project-PLATEAU/plateau-streaming-tutorial/blob/main/ortho/plateau-ortho-streaming.md","terms_text":"MLIT_PLATEAU","description":"Japan MLIT, Plateau project official tile distribution"},{"id":"mml-tausta","name":"MML Background Map","type":"tms","template":"https://tiles.kartat.kapsi.fi/taustakartta/{zoom}/{x}/{y}.jpg","category":"map","zoomExtent":[2,19],"polygon":[[[27.96569,70.0988],[27.57431,70.07728],[27.10876,69.93548],[26.70913,69.97549],[26.45507,69.94207],[25.87142,69.6671],[25.94833,69.61024],[25.83023,69.55323],[25.66955,69.20794],[25.73822,69.01797],[25.60089,68.90309],[25.45806,68.91199],[25.11749,68.80699],[25.07354,68.64355],[24.88128,68.62003],[23.97491,68.84568],[23.74969,68.8308],[23.63433,68.71645],[23.18939,68.68053],[22.52197,68.7553],[21.63894,69.28191],[21.26953,69.31783],[20.94131,69.21622],[21.08963,69.09307],[21.05941,69.04352],[20.72296,69.12491],[20.54443,69.0558],[20.84655,68.97416],[20.81634,68.91742],[21.38754,68.68461],[22.04734,68.47066],[22.80212,68.35464],[23.12072,68.13169],[23.5437,67.9633],[23.44757,67.8393],[23.48602,67.59352],[23.36517,67.46545],[23.71124,67.41592],[23.72772,67.32186],[23.54644,67.26885],[23.53128,67.16724],[23.89251,66.86863],[23.84582,66.57775],[23.61843,66.44562],[23.67171,66.20303],[23.87191,66.14551],[24.09988,65.87247],[24.1658,65.66959],[24.11636,65.39143],[21.37939,63.68037],[20.17639,63.29787],[19.08325,60.16064],[20.22033,59.44786],[22.29125,59.44507],[25.82336,59.933],[27.52075,60.23435],[27.83386,60.53229],[29.29641,61.26165],[31.20803,62.44759],[31.62826,62.90585],[31.2635,63.22106],[29.99605,63.75387],[30.28656,63.81704],[30.58319,64.0782],[30.5104,64.26428],[30.09979,64.39218],[30.02563,64.58736],[30.16845,64.63329],[30.09429,64.79518],[29.78393,64.79811],[29.65347,64.89733],[29.65759,65.05939],[29.91027,65.09527],[29.93225,65.20895],[29.72076,65.27853],[29.91577,65.63788],[30.1863,65.66223],[29.9913,66.09771],[29.07119,66.91983],[30.11077,67.63431],[29.3486,68.08099],[28.67568,68.20166],[28.46547,68.54039],[28.72375,68.72642],[28.82675,68.87341],[28.44985,68.90792],[28.95996,69.05089],[28.83324,69.10563],[28.87207,69.22132],[29.36096,69.46526],[29.15634,69.69667],[28.38455,69.83488],[28.35845,69.88312],[28.17169,69.92511],[28.00415,70.01495],[27.96569,70.0988]]],"terms_url":"https://www.maanmittauslaitos.fi/en","terms_text":"© Maanmittauslaitos","description":"Background map from the National Land Survey of Finland","icon":"https://www.maanmittauslaitos.fi/apple-touch-icon.png"},{"id":"mml-orto","name":"MML Orthophoto","type":"tms","template":"https://tiles.kartat.kapsi.fi/ortokuva/{zoom}/{x}/{y}.jpg","category":"photo","zoomExtent":[2,19],"polygon":[[[27.96569,70.0988],[27.57431,70.07728],[27.10876,69.93548],[26.70913,69.97549],[26.45507,69.94207],[25.87142,69.6671],[25.94833,69.61024],[25.83023,69.55323],[25.66955,69.20794],[25.73822,69.01797],[25.60089,68.90309],[25.45806,68.91199],[25.11749,68.80699],[25.07354,68.64355],[24.88128,68.62003],[23.97491,68.84568],[23.74969,68.8308],[23.63433,68.71645],[23.18939,68.68053],[22.52197,68.7553],[21.63894,69.28191],[21.26953,69.31783],[20.94131,69.21622],[21.08963,69.09307],[21.05941,69.04352],[20.72296,69.12491],[20.54443,69.0558],[20.84655,68.97416],[20.81634,68.91742],[21.38754,68.68461],[22.04734,68.47066],[22.80212,68.35464],[23.12072,68.13169],[23.5437,67.9633],[23.44757,67.8393],[23.48602,67.59352],[23.36517,67.46545],[23.71124,67.41592],[23.72772,67.32186],[23.54644,67.26885],[23.53128,67.16724],[23.89251,66.86863],[23.84582,66.57775],[23.61843,66.44562],[23.67171,66.20303],[23.87191,66.14551],[24.09988,65.87247],[24.1658,65.66959],[24.11636,65.39143],[21.37939,63.68037],[20.17639,63.29787],[19.08325,60.16064],[20.22033,59.44786],[22.29125,59.44507],[25.82336,59.933],[27.52075,60.23435],[27.83386,60.53229],[29.29641,61.26165],[31.20803,62.44759],[31.62826,62.90585],[31.2635,63.22106],[29.99605,63.75387],[30.28656,63.81704],[30.58319,64.0782],[30.5104,64.26428],[30.09979,64.39218],[30.02563,64.58736],[30.16845,64.63329],[30.09429,64.79518],[29.78393,64.79811],[29.65347,64.89733],[29.65759,65.05939],[29.91027,65.09527],[29.93225,65.20895],[29.72076,65.27853],[29.91577,65.63788],[30.1863,65.66223],[29.9913,66.09771],[29.07119,66.91983],[30.11077,67.63431],[29.3486,68.08099],[28.67568,68.20166],[28.46547,68.54039],[28.72375,68.72642],[28.82675,68.87341],[28.44985,68.90792],[28.95996,69.05089],[28.83324,69.10563],[28.87207,69.22132],[29.36096,69.46526],[29.15634,69.69667],[28.38455,69.83488],[28.35845,69.88312],[28.17169,69.92511],[28.00415,70.01495],[27.96569,70.0988]]],"terms_url":"https://www.maanmittauslaitos.fi/en","terms_text":"© Maanmittauslaitos","best":true,"description":"Ortophotos from the National Land Survey of Finland","icon":"https://www.maanmittauslaitos.fi/apple-touch-icon.png"},{"id":"mml-topo","name":"MML Topographic Map","type":"tms","template":"https://tiles.kartat.kapsi.fi/peruskartta/{zoom}/{x}/{y}.jpg","category":"map","zoomExtent":[2,19],"polygon":[[[27.96569,70.0988],[27.57431,70.07728],[27.10876,69.93548],[26.70913,69.97549],[26.45507,69.94207],[25.87142,69.6671],[25.94833,69.61024],[25.83023,69.55323],[25.66955,69.20794],[25.73822,69.01797],[25.60089,68.90309],[25.45806,68.91199],[25.11749,68.80699],[25.07354,68.64355],[24.88128,68.62003],[23.97491,68.84568],[23.74969,68.8308],[23.63433,68.71645],[23.18939,68.68053],[22.52197,68.7553],[21.63894,69.28191],[21.26953,69.31783],[20.94131,69.21622],[21.08963,69.09307],[21.05941,69.04352],[20.72296,69.12491],[20.54443,69.0558],[20.84655,68.97416],[20.81634,68.91742],[21.38754,68.68461],[22.04734,68.47066],[22.80212,68.35464],[23.12072,68.13169],[23.5437,67.9633],[23.44757,67.8393],[23.48602,67.59352],[23.36517,67.46545],[23.71124,67.41592],[23.72772,67.32186],[23.54644,67.26885],[23.53128,67.16724],[23.89251,66.86863],[23.84582,66.57775],[23.61843,66.44562],[23.67171,66.20303],[23.87191,66.14551],[24.09988,65.87247],[24.1658,65.66959],[24.11636,65.39143],[21.37939,63.68037],[20.17639,63.29787],[19.08325,60.16064],[20.22033,59.44786],[22.29125,59.44507],[25.82336,59.933],[27.52075,60.23435],[27.83386,60.53229],[29.29641,61.26165],[31.20803,62.44759],[31.62826,62.90585],[31.2635,63.22106],[29.99605,63.75387],[30.28656,63.81704],[30.58319,64.0782],[30.5104,64.26428],[30.09979,64.39218],[30.02563,64.58736],[30.16845,64.63329],[30.09429,64.79518],[29.78393,64.79811],[29.65347,64.89733],[29.65759,65.05939],[29.91027,65.09527],[29.93225,65.20895],[29.72076,65.27853],[29.91577,65.63788],[30.1863,65.66223],[29.9913,66.09771],[29.07119,66.91983],[30.11077,67.63431],[29.3486,68.08099],[28.67568,68.20166],[28.46547,68.54039],[28.72375,68.72642],[28.82675,68.87341],[28.44985,68.90792],[28.95996,69.05089],[28.83324,69.10563],[28.87207,69.22132],[29.36096,69.46526],[29.15634,69.69667],[28.38455,69.83488],[28.35845,69.88312],[28.17169,69.92511],[28.00415,70.01495],[27.96569,70.0988]]],"terms_url":"https://www.maanmittauslaitos.fi/en","terms_text":"© Maanmittauslaitos","description":"Topographic map from the National Land Survey of Finland","icon":"https://www.maanmittauslaitos.fi/apple-touch-icon.png"},{"id":"MOA_Aerial_2021","name":"MOA Aerial Imagery (2021)","type":"tms","template":"https://www.ancgis.com/arcgis/rest/services/imagery_publicwebonly/Photo_202106/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2021-06-01T00:00:00.000Z","startDate":"2021-06-01T00:00:00.000Z","zoomExtent":[10,21],"polygon":[[[-150.07579,61.14504],[-149.76296,61.00767],[-149.70353,61.00753],[-149.70335,61.02917],[-149.68843,61.02914],[-149.68817,61.05801],[-149.67325,61.05797],[-149.67214,61.16632],[-149.70205,61.16639],[-149.70155,61.21695],[-149.71653,61.21698],[-149.71632,61.23865],[-149.85122,61.23886],[-149.85108,61.26052],[-149.91108,61.26058],[-149.91119,61.22447],[-149.92617,61.22448],[-149.92619,61.21725],[-149.94117,61.21726],[-149.94119,61.21004],[-150.03102,61.21005],[-150.031,61.1956],[-150.04597,61.1956],[-150.04594,61.18116],[-150.0609,61.18115],[-150.06089,61.17393],[-150.07585,61.17392],[-150.07579,61.14504]],[[-149.59583,61.28888],[-149.56577,61.28879],[-149.56597,61.28158],[-149.4909,61.28131],[-149.49187,61.21635],[-149.43206,61.21605],[-149.43135,61.2594],[-149.37131,61.25916],[-149.37149,61.24474],[-149.35654,61.24465],[-149.35681,61.23741],[-149.29663,61.23715],[-149.29716,61.21545],[-149.23732,61.21512],[-149.23627,61.25843],[-149.26635,61.2586],[-149.26615,61.2658],[-149.28102,61.26587],[-149.28091,61.27311],[-149.28894,61.27316],[-149.28921,61.26422],[-149.31554,61.26407],[-149.31625,61.26915],[-149.31998,61.28052],[-149.31976,61.28778],[-149.34066,61.28789],[-149.34051,61.29511],[-149.35551,61.29519],[-149.35537,61.30241],[-149.3854,61.30254],[-149.38527,61.30976],[-149.40026,61.30983],[-149.40014,61.31706],[-149.41518,61.31713],[-149.41502,61.32434],[-149.44509,61.32446],[-149.44497,61.33169],[-149.45998,61.33175],[-149.45985,61.33897],[-149.47488,61.33904],[-149.47442,61.36792],[-149.45936,61.36786],[-149.45924,61.37508],[-149.42913,61.37496],[-149.429,61.38218],[-149.41394,61.38211],[-149.41381,61.38933],[-149.39876,61.38927],[-149.39834,61.41093],[-149.36821,61.4108],[-149.36777,61.43246],[-149.3376,61.43231],[-149.33702,61.4612],[-149.42754,61.46162],[-149.42794,61.43995],[-149.45809,61.44008],[-149.45821,61.43285],[-149.50346,61.43302],[-149.50358,61.4258],[-149.51865,61.42585],[-149.51876,61.41863],[-149.53383,61.41869],[-149.53405,61.40424],[-149.54913,61.40429],[-149.54933,61.38985],[-149.56439,61.3899],[-149.56458,61.37546],[-149.57963,61.37551],[-149.58011,61.3394],[-149.59514,61.33946],[-149.59583,61.28888]],[[-149.18463,60.93312],[-149.09568,60.93256],[-149.09502,60.9542],[-149.06538,60.95402],[-149.06412,60.99487],[-149.06847,60.99485],[-149.07205,61.02631],[-149.1228,61.02665],[-149.12399,60.98332],[-149.1537,60.98351],[-149.15412,60.96906],[-149.16894,60.96917],[-149.16914,60.96193],[-149.18399,60.96203],[-149.18463,60.93312]]],"terms_url":"https://moa-muniorg.hub.arcgis.com/","terms_text":"Municipality of Anchorage GIS","icon":"https://cdn.ancgis.com/documents/logos/MOA.png"},{"id":"MoldovaMap-2020_Ortofoto_2016_RM","name":"Moldova Ortophoto (2016)","type":"tms","template":"https://moldova-map.md/geoserver/gwc/service/wmts?layer=orthophoto:Ortofoto_2016_RM&style=&tilematrixset=EPSG:900913&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image/png&TileMatrix=EPSG:900913:{zoom}&TileCol={x}&TileRow={y}","category":"photo","endDate":"2016-01-01T00:00:00.000Z","polygon":[[[27.63817,47.29879],[27.68692,47.28249],[27.72674,47.28948],[27.73979,47.24288],[27.78717,47.18505],[27.7755,47.13976],[27.82494,47.13089],[27.82013,47.11407],[27.89566,47.07106],[27.95883,47.03691],[28.02681,47.01116],[28.05977,46.99056],[28.07762,46.97135],[28.07419,46.96011],[28.07831,46.90055],[28.11264,46.81933],[28.15933,46.77138],[28.18336,46.71586],[28.20328,46.68336],[28.23006,46.66405],[28.23486,46.6037],[28.21907,46.58293],[28.20877,46.53525],[28.20259,46.49981],[28.24104,46.44117],[28.19023,46.37062],[28.17375,46.34645],[28.18199,46.309],[28.1353,46.28812],[28.10509,46.2454],[28.10097,46.20502],[28.12775,46.16319],[28.08517,46.07799],[28.07693,46.00507],[28.10921,45.91724],[28.09753,45.83932],[28.10715,45.78859],[28.15178,45.73542],[28.1559,45.68124],[28.14766,45.63805],[28.11127,45.63085],[28.08586,45.61596],[28.08037,45.60443],[28.10303,45.58089],[28.14903,45.55301],[28.14903,45.50923],[28.17993,45.47217],[28.21564,45.46495],[28.26096,45.51453],[28.30627,45.54339],[28.41476,45.51116],[28.41408,45.4818],[28.52325,45.49913],[28.49785,45.56983],[28.54935,45.57848],[28.51982,45.66877],[28.49029,45.66493],[28.48549,45.67884],[28.51158,45.70186],[28.52325,45.73015],[28.56102,45.72152],[28.5981,45.72823],[28.59947,45.74788],[28.58643,45.76848],[28.62419,45.76225],[28.71689,45.7771],[28.70521,45.81301],[28.79242,45.8288],[28.75809,45.92632],[28.7677,45.93348],[28.76083,45.95545],[28.78693,45.95927],[28.78006,45.96977],[28.98331,46.00126],[29.01077,46.05179],[28.95515,46.09419],[29.07394,46.19599],[28.95515,46.26154],[28.9888,46.31279],[29.01077,46.31326],[28.99429,46.3493],[28.94691,46.42792],[28.94211,46.45536],[29.03137,46.46009],[29.02862,46.48657],[29.04304,46.48799],[29.0451,46.5017],[29.06502,46.50123],[29.07326,46.50926],[29.1687,46.51304],[29.16664,46.54281],[29.2305,46.55319],[29.23737,46.49556],[29.24629,46.48516],[29.21471,46.46435],[29.22295,46.42934],[29.24148,46.41609],[29.1996,46.38625],[29.24148,46.37394],[29.2717,46.39289],[29.27307,46.40567],[29.29504,46.41277],[29.3026,46.4052],[29.33075,46.41372],[29.31221,46.44354],[29.32526,46.44779],[29.31496,46.46482],[29.34723,46.47475],[29.33693,46.49508],[29.34997,46.49981],[29.39323,46.42129],[29.40628,46.42555],[29.39392,46.44779],[29.44954,46.49461],[29.49623,46.46104],[29.48044,46.44827],[29.48799,46.42887],[29.50653,46.42082],[29.56146,46.41372],[29.58137,46.35072],[29.68574,46.3602],[29.66515,46.43407],[29.67338,46.43691],[29.68231,46.42271],[29.75029,46.43644],[29.74754,46.44685],[29.73175,46.46577],[29.74342,46.47003],[29.75166,46.46435],[29.7757,46.43833],[29.78325,46.41703],[29.81346,46.39573],[29.79698,46.38578],[29.89586,46.3474],[29.8938,46.37062],[29.93843,46.39525],[29.98993,46.37962],[29.99885,46.38625],[30.02289,46.37962],[30.06065,46.39573],[30.07645,46.38768],[30.09499,46.37157],[30.11078,46.3891],[30.17258,46.4123],[30.15953,46.4336],[30.03456,46.44921],[30.02357,46.47617],[29.98856,46.51446],[29.91096,46.52816],[29.88144,46.59096],[29.80591,46.60983],[29.78119,46.5952],[29.75029,46.60228],[29.78943,46.63435],[29.77981,46.65745],[29.76128,46.66263],[29.51614,46.66405],[29.51477,46.68854],[29.41795,46.68949],[29.42001,46.7328],[29.38568,46.73233],[29.38774,46.80053],[29.35409,46.801],[29.35684,46.8461],[29.28818,46.84657],[29.28886,46.87005],[29.2559,46.87005],[29.2559,46.89399],[29.22432,46.89446],[29.22329,46.9362],[29.18999,46.9369],[29.19033,46.9587],[29.15771,46.95987],[29.15634,46.98189],[29.05952,46.98213],[29.05987,47.00414],[29.02657,47.00508],[29.02657,47.02708],[28.99395,47.02731],[28.99361,47.04814],[29.37984,47.04439],[29.39598,47.05796],[29.39152,47.06194],[29.37916,47.0624],[29.3613,47.07994],[29.36096,47.09584],[29.34242,47.11033],[29.3129,47.10519],[29.29573,47.11593],[28.96408,47.1178],[28.96339,47.15937],[28.99704,47.15891],[28.99773,47.27084],[29.13437,47.27084],[29.0966,47.30391],[29.07806,47.3337],[29.0712,47.34859],[29.07463,47.35511],[29.08768,47.35418],[29.0966,47.34999],[29.10484,47.34301],[29.11102,47.33417],[29.11789,47.32719],[29.13025,47.3244],[29.14535,47.32812],[29.16389,47.33836],[29.16733,47.3458],[29.16321,47.3565],[29.15428,47.36766],[29.12132,47.39324],[29.08218,47.41183],[29.09248,47.4332],[29.12476,47.45688],[29.11514,47.47777],[29.06502,47.50329],[29.02382,47.52508],[29.03206,47.57606],[29.01627,47.59644],[28.99155,47.61033],[28.99223,47.63023],[29.00322,47.64504],[28.97232,47.72362],[28.98743,47.74717],[28.99704,47.79655],[29.03137,47.84358],[29.0197,47.86477],[28.99498,47.87859],[28.92906,47.88918],[28.85765,47.90161],[28.82881,47.90714],[28.82675,47.92048],[28.8398,47.93567],[28.83568,47.94809],[28.80958,47.95682],[28.79242,47.989],[28.77182,47.98992],[28.75259,47.97797],[28.73337,47.98395],[28.71071,48.00508],[28.71414,48.023],[28.68668,48.03081],[28.6441,48.03035],[28.60702,48.03769],[28.58574,48.03494],[28.5672,47.99957],[28.55003,48.00003],[28.53699,48.006],[28.53767,48.01519],[28.55278,48.03494],[28.57681,48.04045],[28.59192,48.04687],[28.6029,48.0712],[28.60908,48.06294],[28.62831,48.06156],[28.64136,48.07349],[28.6338,48.09276],[28.59192,48.10376],[28.54935,48.12027],[28.52737,48.12348],[28.50265,48.12348],[28.49304,48.11523],[28.48755,48.07441],[28.46008,48.07991],[28.44429,48.09918],[28.43948,48.11614],[28.42575,48.12439],[28.4333,48.13402],[28.44429,48.14089],[28.43948,48.16929],[28.42163,48.17937],[28.3976,48.18074],[28.37906,48.17845],[28.36533,48.1638],[28.35846,48.14685],[28.34953,48.13814],[28.32962,48.13539],[28.31039,48.14089],[28.31245,48.15922],[28.32481,48.16563],[28.35297,48.17845],[28.36807,48.19218],[28.37494,48.21324],[28.36945,48.23657],[28.3564,48.25028],[28.34061,48.25074],[28.3255,48.24251],[28.30009,48.24434],[28.22868,48.21278],[28.20602,48.20866],[28.19229,48.2169],[28.1868,48.23657],[28.1916,48.25486],[28.16826,48.26354],[28.14354,48.26628],[28.13736,48.26171],[28.13461,48.25166],[28.11676,48.23748],[28.10097,48.23565],[28.08586,48.23977],[28.08311,48.25348],[28.09753,48.29142],[28.09341,48.30649],[28.06801,48.32476],[28.03848,48.33069],[27.99522,48.32841],[27.96432,48.32932],[27.91077,48.35899],[27.88261,48.37997],[27.88261,48.40277],[27.85927,48.4169],[27.82906,48.42328],[27.79404,48.4497],[27.74872,48.46245],[27.71782,48.45972],[27.68623,48.45107],[27.66495,48.44423],[27.62787,48.45198],[27.6004,48.46564],[27.60315,48.47156],[27.61345,48.48521],[27.59972,48.49386],[27.57774,48.49431],[27.50221,48.46154],[27.48299,48.45972],[27.46582,48.4538],[27.44591,48.4128],[27.41295,48.4169],[27.38686,48.41599],[27.37587,48.44651],[27.35115,48.45289],[27.32025,48.45016],[27.31201,48.44013],[27.29278,48.40869],[27.28317,48.37632],[27.26326,48.38362],[27.23648,48.37678],[27.21794,48.39365],[27.1994,48.39228],[27.1891,48.40049],[27.15408,48.38316],[27.1273,48.38362],[27.09297,48.41371],[27.08954,48.43786],[27.01126,48.42829],[27.00783,48.41735],[27.03667,48.39867],[27.03804,48.3859],[26.99753,48.38681],[26.98929,48.36537],[26.90346,48.38453],[26.9062,48.40414],[26.87256,48.42464],[26.84372,48.41781],[26.77025,48.4251],[26.75171,48.40641],[26.72012,48.41781],[26.70227,48.40596],[26.76063,48.35032],[26.79565,48.33936],[26.81145,48.3453],[26.819,48.33343],[26.81419,48.29873],[26.78879,48.29964],[26.77025,48.30877],[26.76201,48.32567],[26.74278,48.3243],[26.71326,48.34849],[26.69472,48.36583],[26.66794,48.35306],[26.68716,48.33297],[26.66244,48.32521],[26.65832,48.31517],[26.64253,48.31106],[26.63635,48.29873],[26.60683,48.2736],[26.63292,48.25028],[26.67343,48.24388],[26.7366,48.2416],[26.80595,48.23977],[26.84647,48.21507],[26.89041,48.18349],[26.94534,48.14914],[26.95152,48.13218],[27.01538,48.11202],[27.01813,48.07991],[27.08061,48.02667],[27.08816,48.00279],[27.12559,47.99107],[27.1455,47.98625],[27.14035,47.96579],[27.14722,47.95797],[27.17091,47.94924],[27.15305,47.92831],[27.16507,47.91289],[27.19254,47.90599],[27.22824,47.85441],[27.21554,47.8392],[27.22481,47.83598],[27.21073,47.82537],[27.21416,47.81339],[27.23133,47.79563],[27.25296,47.77579],[27.26395,47.75756],[27.27871,47.74486],[27.2715,47.73586],[27.2533,47.73678],[27.24609,47.71507],[27.27047,47.68596],[27.29416,47.65868],[27.32849,47.62352],[27.37587,47.59343],[27.4126,47.57213],[27.42565,47.54038],[27.45346,47.50143],[27.47509,47.48171],[27.52453,47.47034],[27.53963,47.47522],[27.56401,47.45502],[27.54787,47.43854],[27.54925,47.42205],[27.56744,47.41206],[27.56229,47.38231],[27.57362,47.36162],[27.5956,47.34022],[27.56882,47.33068],[27.59731,47.31369],[27.63817,47.29879]]],"terms_url":"http://geoportalinds.gov.md/geonetwork/srv/eng/catalog.search#/metadata/e3bfccb6-259a-4753-bb56-545d277f9bc3","terms_text":"© Agenţia Relaţii Funciare şi Cadastru a Republicii Moldova / Geoportal INDS / Moldova Ortofoto 2016","best":true,"description":"2016 Ortophotos, Moldova, Scale 1:5000, 20cm, true colours, covers practically the entire territory of the Republic of Moldova, except some areas from the east part of Moldova. [Moldova-map.md server]","icon":"http://geoportalinds.gov.md/geonetwork/images/logos/dac139d4-147d-49a2-8ebe-370d6d603327.png"},{"id":"Geoportal-Ortofoto_2016_RM","name":"Moldova Ortophoto (2016) / Geoportal.md Reserve Server","type":"wms","template":"https://geoportal.md/ro/default/wms/public?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Of2016Ingeocad&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","polygon":[[[27.63817,47.29879],[27.68692,47.28249],[27.72674,47.28948],[27.73979,47.24288],[27.78717,47.18505],[27.7755,47.13976],[27.82494,47.13089],[27.82013,47.11407],[27.89566,47.07106],[27.95883,47.03691],[28.02681,47.01116],[28.05977,46.99056],[28.07762,46.97135],[28.07419,46.96011],[28.07831,46.90055],[28.11264,46.81933],[28.15933,46.77138],[28.18336,46.71586],[28.20328,46.68336],[28.23006,46.66405],[28.23486,46.6037],[28.21907,46.58293],[28.20877,46.53525],[28.20259,46.49981],[28.24104,46.44117],[28.19023,46.37062],[28.17375,46.34645],[28.18199,46.309],[28.1353,46.28812],[28.10509,46.2454],[28.10097,46.20502],[28.12775,46.16319],[28.08517,46.07799],[28.07693,46.00507],[28.10921,45.91724],[28.09753,45.83932],[28.10715,45.78859],[28.15178,45.73542],[28.1559,45.68124],[28.14766,45.63805],[28.11127,45.63085],[28.08586,45.61596],[28.08037,45.60443],[28.10303,45.58089],[28.14903,45.55301],[28.14903,45.50923],[28.17993,45.47217],[28.21564,45.46495],[28.26096,45.51453],[28.30627,45.54339],[28.41476,45.51116],[28.41408,45.4818],[28.52325,45.49913],[28.49785,45.56983],[28.54935,45.57848],[28.51982,45.66877],[28.49029,45.66493],[28.48549,45.67884],[28.51158,45.70186],[28.52325,45.73015],[28.56102,45.72152],[28.5981,45.72823],[28.59947,45.74788],[28.58643,45.76848],[28.62419,45.76225],[28.71689,45.7771],[28.70521,45.81301],[28.79242,45.8288],[28.75809,45.92632],[28.7677,45.93348],[28.76083,45.95545],[28.78693,45.95927],[28.78006,45.96977],[28.98331,46.00126],[29.01077,46.05179],[28.95515,46.09419],[29.07394,46.19599],[28.95515,46.26154],[28.9888,46.31279],[29.01077,46.31326],[28.99429,46.3493],[28.94691,46.42792],[28.94211,46.45536],[29.03137,46.46009],[29.02862,46.48657],[29.04304,46.48799],[29.0451,46.5017],[29.06502,46.50123],[29.07326,46.50926],[29.1687,46.51304],[29.16664,46.54281],[29.2305,46.55319],[29.23737,46.49556],[29.24629,46.48516],[29.21471,46.46435],[29.22295,46.42934],[29.24148,46.41609],[29.1996,46.38625],[29.24148,46.37394],[29.2717,46.39289],[29.27307,46.40567],[29.29504,46.41277],[29.3026,46.4052],[29.33075,46.41372],[29.31221,46.44354],[29.32526,46.44779],[29.31496,46.46482],[29.34723,46.47475],[29.33693,46.49508],[29.34997,46.49981],[29.39323,46.42129],[29.40628,46.42555],[29.39392,46.44779],[29.44954,46.49461],[29.49623,46.46104],[29.48044,46.44827],[29.48799,46.42887],[29.50653,46.42082],[29.56146,46.41372],[29.58137,46.35072],[29.68574,46.3602],[29.66515,46.43407],[29.67338,46.43691],[29.68231,46.42271],[29.75029,46.43644],[29.74754,46.44685],[29.73175,46.46577],[29.74342,46.47003],[29.75166,46.46435],[29.7757,46.43833],[29.78325,46.41703],[29.81346,46.39573],[29.79698,46.38578],[29.89586,46.3474],[29.8938,46.37062],[29.93843,46.39525],[29.98993,46.37962],[29.99885,46.38625],[30.02289,46.37962],[30.06065,46.39573],[30.07645,46.38768],[30.09499,46.37157],[30.11078,46.3891],[30.17258,46.4123],[30.15953,46.4336],[30.03456,46.44921],[30.02357,46.47617],[29.98856,46.51446],[29.91096,46.52816],[29.88144,46.59096],[29.80591,46.60983],[29.78119,46.5952],[29.75029,46.60228],[29.78943,46.63435],[29.77981,46.65745],[29.76128,46.66263],[29.51614,46.66405],[29.51477,46.68854],[29.41795,46.68949],[29.42001,46.7328],[29.38568,46.73233],[29.38774,46.80053],[29.35409,46.801],[29.35684,46.8461],[29.28818,46.84657],[29.28886,46.87005],[29.2559,46.87005],[29.2559,46.89399],[29.22432,46.89446],[29.22329,46.9362],[29.18999,46.9369],[29.19033,46.9587],[29.15771,46.95987],[29.15634,46.98189],[29.05952,46.98213],[29.05987,47.00414],[29.02657,47.00508],[29.02657,47.02708],[28.99395,47.02731],[28.99361,47.04814],[29.37984,47.04439],[29.39598,47.05796],[29.39152,47.06194],[29.37916,47.0624],[29.3613,47.07994],[29.36096,47.09584],[29.34242,47.11033],[29.3129,47.10519],[29.29573,47.11593],[28.96408,47.1178],[28.96339,47.15937],[28.99704,47.15891],[28.99773,47.27084],[29.13437,47.27084],[29.0966,47.30391],[29.07806,47.3337],[29.0712,47.34859],[29.07463,47.35511],[29.08768,47.35418],[29.0966,47.34999],[29.10484,47.34301],[29.11102,47.33417],[29.11789,47.32719],[29.13025,47.3244],[29.14535,47.32812],[29.16389,47.33836],[29.16733,47.3458],[29.16321,47.3565],[29.15428,47.36766],[29.12132,47.39324],[29.08218,47.41183],[29.09248,47.4332],[29.12476,47.45688],[29.11514,47.47777],[29.06502,47.50329],[29.02382,47.52508],[29.03206,47.57606],[29.01627,47.59644],[28.99155,47.61033],[28.99223,47.63023],[29.00322,47.64504],[28.97232,47.72362],[28.98743,47.74717],[28.99704,47.79655],[29.03137,47.84358],[29.0197,47.86477],[28.99498,47.87859],[28.92906,47.88918],[28.85765,47.90161],[28.82881,47.90714],[28.82675,47.92048],[28.8398,47.93567],[28.83568,47.94809],[28.80958,47.95682],[28.79242,47.989],[28.77182,47.98992],[28.75259,47.97797],[28.73337,47.98395],[28.71071,48.00508],[28.71414,48.023],[28.68668,48.03081],[28.6441,48.03035],[28.60702,48.03769],[28.58574,48.03494],[28.5672,47.99957],[28.55003,48.00003],[28.53699,48.006],[28.53767,48.01519],[28.55278,48.03494],[28.57681,48.04045],[28.59192,48.04687],[28.6029,48.0712],[28.60908,48.06294],[28.62831,48.06156],[28.64136,48.07349],[28.6338,48.09276],[28.59192,48.10376],[28.54935,48.12027],[28.52737,48.12348],[28.50265,48.12348],[28.49304,48.11523],[28.48755,48.07441],[28.46008,48.07991],[28.44429,48.09918],[28.43948,48.11614],[28.42575,48.12439],[28.4333,48.13402],[28.44429,48.14089],[28.43948,48.16929],[28.42163,48.17937],[28.3976,48.18074],[28.37906,48.17845],[28.36533,48.1638],[28.35846,48.14685],[28.34953,48.13814],[28.32962,48.13539],[28.31039,48.14089],[28.31245,48.15922],[28.32481,48.16563],[28.35297,48.17845],[28.36807,48.19218],[28.37494,48.21324],[28.36945,48.23657],[28.3564,48.25028],[28.34061,48.25074],[28.3255,48.24251],[28.30009,48.24434],[28.22868,48.21278],[28.20602,48.20866],[28.19229,48.2169],[28.1868,48.23657],[28.1916,48.25486],[28.16826,48.26354],[28.14354,48.26628],[28.13736,48.26171],[28.13461,48.25166],[28.11676,48.23748],[28.10097,48.23565],[28.08586,48.23977],[28.08311,48.25348],[28.09753,48.29142],[28.09341,48.30649],[28.06801,48.32476],[28.03848,48.33069],[27.99522,48.32841],[27.96432,48.32932],[27.91077,48.35899],[27.88261,48.37997],[27.88261,48.40277],[27.85927,48.4169],[27.82906,48.42328],[27.79404,48.4497],[27.74872,48.46245],[27.71782,48.45972],[27.68623,48.45107],[27.66495,48.44423],[27.62787,48.45198],[27.6004,48.46564],[27.60315,48.47156],[27.61345,48.48521],[27.59972,48.49386],[27.57774,48.49431],[27.50221,48.46154],[27.48299,48.45972],[27.46582,48.4538],[27.44591,48.4128],[27.41295,48.4169],[27.38686,48.41599],[27.37587,48.44651],[27.35115,48.45289],[27.32025,48.45016],[27.31201,48.44013],[27.29278,48.40869],[27.28317,48.37632],[27.26326,48.38362],[27.23648,48.37678],[27.21794,48.39365],[27.1994,48.39228],[27.1891,48.40049],[27.15408,48.38316],[27.1273,48.38362],[27.09297,48.41371],[27.08954,48.43786],[27.01126,48.42829],[27.00783,48.41735],[27.03667,48.39867],[27.03804,48.3859],[26.99753,48.38681],[26.98929,48.36537],[26.90346,48.38453],[26.9062,48.40414],[26.87256,48.42464],[26.84372,48.41781],[26.77025,48.4251],[26.75171,48.40641],[26.72012,48.41781],[26.70227,48.40596],[26.76063,48.35032],[26.79565,48.33936],[26.81145,48.3453],[26.819,48.33343],[26.81419,48.29873],[26.78879,48.29964],[26.77025,48.30877],[26.76201,48.32567],[26.74278,48.3243],[26.71326,48.34849],[26.69472,48.36583],[26.66794,48.35306],[26.68716,48.33297],[26.66244,48.32521],[26.65832,48.31517],[26.64253,48.31106],[26.63635,48.29873],[26.60683,48.2736],[26.63292,48.25028],[26.67343,48.24388],[26.7366,48.2416],[26.80595,48.23977],[26.84647,48.21507],[26.89041,48.18349],[26.94534,48.14914],[26.95152,48.13218],[27.01538,48.11202],[27.01813,48.07991],[27.08061,48.02667],[27.08816,48.00279],[27.12559,47.99107],[27.1455,47.98625],[27.14035,47.96579],[27.14722,47.95797],[27.17091,47.94924],[27.15305,47.92831],[27.16507,47.91289],[27.19254,47.90599],[27.22824,47.85441],[27.21554,47.8392],[27.22481,47.83598],[27.21073,47.82537],[27.21416,47.81339],[27.23133,47.79563],[27.25296,47.77579],[27.26395,47.75756],[27.27871,47.74486],[27.2715,47.73586],[27.2533,47.73678],[27.24609,47.71507],[27.27047,47.68596],[27.29416,47.65868],[27.32849,47.62352],[27.37587,47.59343],[27.4126,47.57213],[27.42565,47.54038],[27.45346,47.50143],[27.47509,47.48171],[27.52453,47.47034],[27.53963,47.47522],[27.56401,47.45502],[27.54787,47.43854],[27.54925,47.42205],[27.56744,47.41206],[27.56229,47.38231],[27.57362,47.36162],[27.5956,47.34022],[27.56882,47.33068],[27.59731,47.31369],[27.63817,47.29879]]],"terms_url":"http://geoportalinds.gov.md/geonetwork/srv/eng/catalog.search#/metadata/e3bfccb6-259a-4753-bb56-545d277f9bc3","terms_text":"© Agenţia Relaţii Funciare şi Cadastru a Republicii Moldova / Fondul Naţional de Date Geospaţiale / Geoportal INDS / Moldova Ortofoto 2016","description":"2016 Ortophotos, Moldova, Scale 1:5000, 20cm, true colours, covers practically the entire territory of the Republic of Moldova, except some areas from the east part of Moldova. [Geoportal.md server]","icon":"http://geoportalinds.gov.md/geonetwork/images/logos/dac139d4-147d-49a2-8ebe-370d6d603327.png"},{"id":"MoldovaMap-2020_ortofoto_moldova_centru","name":"Moldova Ortophoto, Center part (2020)","type":"tms","template":"https://moldova-map.md/geoserver/gwc/service/wmts?layer=orthophoto:2020_ortofoto_moldova_centru&style=&tilematrixset=EPSG:900913&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image/png&TileMatrix=EPSG:900913:{zoom}&TileCol={x}&TileRow={y}","category":"photo","endDate":"2020-06-01T00:00:00.000Z","polygon":[[[28.10486,46.84719],[28.10495,46.81476],[28.10608,46.81359],[28.10882,46.81185],[28.10978,46.81073],[28.11034,46.8097],[28.1106,46.80636],[28.11159,46.80246],[28.11421,46.79617],[28.1204,46.78757],[28.12809,46.77948],[28.13785,46.77948],[28.13766,46.7604],[28.13963,46.75918],[28.15839,46.75873],[28.15989,46.75661],[28.16073,46.7435],[28.16448,46.73463],[28.17086,46.73463],[28.17077,46.71103],[28.17189,46.70904],[28.17518,46.70781],[28.18577,46.70666],[28.18821,46.70505],[28.18906,46.70087],[28.19225,46.69907],[28.20078,46.69656],[28.20294,46.68774],[28.20303,46.66522],[28.20828,46.66078],[28.21898,46.65685],[28.22254,46.65325],[28.22479,46.65041],[28.22507,46.64816],[28.22451,46.64456],[28.92118,46.64327],[28.92109,46.62111],[29.51056,46.61686],[29.51206,46.68588],[29.47942,46.68614],[29.48111,46.77549],[29.41583,46.77614],[29.4164,46.78359],[29.41152,46.78333],[29.40289,46.80478],[29.18605,47.20235],[29.07575,47.40435],[28.99464,47.54466],[28.08908,47.54736],[27.43626,47.54119],[27.43592,47.51595],[27.44024,47.51437],[27.44943,47.49523],[27.45337,47.49365],[27.46115,47.48567],[27.47203,47.47977],[27.50411,47.47983],[27.50392,47.46722],[27.50655,47.465],[27.50898,47.46455],[27.51208,47.46436],[27.5223,47.46411],[27.54172,47.46398],[27.54369,47.46265],[27.54406,47.45606],[27.54387,47.45327],[27.53993,47.44737],[27.53984,47.44337],[27.54144,47.44014],[27.53965,47.43709],[27.54022,47.42739],[27.54172,47.42231],[27.54425,47.41926],[27.55035,47.41641],[27.55344,47.41469],[27.55438,47.41279],[27.55072,47.40765],[27.55035,47.40511],[27.55128,47.39755],[27.55297,47.39432],[27.554,47.39108],[27.55372,47.38721],[27.55213,47.38409],[27.55344,47.38263],[27.55363,47.3745],[27.55597,47.3698],[27.557,47.36701],[27.55747,47.36555],[27.55729,47.36434],[27.55588,47.36135],[27.57239,47.36161],[27.57267,47.31674],[27.57895,47.31661],[27.58252,47.31407],[27.58345,47.31292],[27.58345,47.31171],[27.5828,47.31089],[27.58195,47.31051],[27.58064,47.30993],[27.57295,47.30809],[27.57323,47.29416],[27.6726,47.29499],[27.67299,47.27258],[27.73915,47.27297],[27.73971,47.20538],[27.77253,47.20567],[27.77357,47.1331],[27.77535,47.13189],[27.77713,47.13106],[27.78032,47.12979],[27.78501,47.12838],[27.78773,47.12749],[27.79026,47.12698],[27.7927,47.12679],[27.81221,47.12692],[27.81296,47.12621],[27.8124,47.12506],[27.8123,47.12028],[27.81258,47.11683],[27.8139,47.11338],[27.8169,47.10655],[27.82009,47.10004],[27.82271,47.09679],[27.82431,47.09532],[27.82646,47.09442],[27.8305,47.09302],[27.83959,47.09334],[27.83978,47.07399],[27.87341,47.07447],[27.87364,47.076],[27.87495,47.07562],[27.87641,47.07543],[27.87749,47.0753],[27.88044,47.07504],[27.88278,47.07453],[27.88377,47.07373],[27.88447,47.07287],[27.88565,47.07047],[27.88766,47.06562],[27.88905,47.06266],[27.8912,47.05931],[27.89388,47.05538],[27.89939,47.04878],[27.93928,47.04909],[27.93934,47.02657],[27.97217,47.02663],[27.97212,47.02507],[27.97343,47.02443],[27.97522,47.02405],[27.98047,47.02315],[27.98281,47.02251],[27.98408,47.02184],[27.98525,47.02078],[27.98591,47.01976],[27.98675,47.01656],[27.98783,47.01318],[27.98877,47.011],[27.99139,47.00815],[27.99669,47.00403],[28.0381,47.00435],[28.03838,46.98197],[28.07137,46.98211],[28.07191,46.8681],[28.07221,46.86783],[28.07302,46.86735],[28.07434,46.86687],[28.07651,46.86635],[28.08052,46.86567],[28.08364,46.86533],[28.08446,46.86522],[28.08542,46.8649],[28.08631,46.86451],[28.08704,46.86405],[28.08774,46.8635],[28.08833,46.86267],[28.08873,46.86185],[28.08929,46.85901],[28.08976,46.85619],[28.0902,46.8547],[28.09088,46.85261],[28.09161,46.85085],[28.09238,46.84925],[28.09309,46.84833],[28.09388,46.84755],[28.09447,46.84713],[28.10486,46.84719]]],"terms_url":"http://geoportalinds.gov.md/geonetwork/srv/eng/catalog.search#/metadata/a28e04a5-b575-4281-a19c-5b83ef84ac74","terms_text":"© Agenţia Relaţii Funciare şi Cadastru a Republicii Moldova / Geoportal INDS / Ortofoto Moldova, Centru 2020","best":true,"description":"2020 Ortophotos, Centre part of Moldova, Scale 1:5000, 20cm, true colours, covers the center part of Moldova. [Moldova-map.md server]","icon":"http://geoportalinds.gov.md/geonetwork/images/logos/dac139d4-147d-49a2-8ebe-370d6d603327.png"},{"id":"Monongalia_WV_2022","name":"Monongalia County 2022 Aerial Imagery","type":"wms","template":"https://gis.morgantownwv.gov/image/services/Imagery/Monongalia_County_2022/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Monongalia_County_2022:None&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-03-01T00:00:00.000Z","startDate":"2022-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.42454,39.73301],[-80.42545,39.73286],[-80.42754,39.73233],[-80.42926,39.73168],[-80.43025,39.73122],[-80.43179,39.73031],[-80.43265,39.72971],[-80.43362,39.72887],[-80.43451,39.72794],[-80.43547,39.72672],[-80.43623,39.72559],[-80.43689,39.72436],[-80.43747,39.72293],[-80.43775,39.72195],[-80.43796,39.72069],[-80.43798,39.71988],[-80.43786,39.71843],[-80.43747,39.71694],[-80.43629,39.71445],[-80.43627,39.71343],[-80.43617,39.71265],[-80.43582,39.711],[-80.43532,39.70953],[-80.43456,39.70812],[-80.43359,39.7068],[-80.43224,39.70543],[-80.4303,39.70391],[-80.42863,39.70289],[-80.42688,39.70211],[-80.42497,39.70147],[-80.4225,39.70103],[-80.42252,39.69984],[-80.42243,39.69866],[-80.42222,39.69768],[-80.42171,39.69614],[-80.42175,39.69486],[-80.42153,39.69325],[-80.42104,39.69127],[-80.42007,39.68913],[-80.41934,39.68776],[-80.41757,39.68553],[-80.416,39.684],[-80.41355,39.6822],[-80.41466,39.68081],[-80.41541,39.67966],[-80.41609,39.67819],[-80.4165,39.67663],[-80.4167,39.67503],[-80.41665,39.67337],[-80.41746,39.67203],[-80.41801,39.6708],[-80.41849,39.669],[-80.41867,39.66781],[-80.4187,39.66634],[-80.4186,39.66538],[-80.41823,39.66389],[-80.4176,39.66246],[-80.41694,39.66138],[-80.41635,39.65972],[-80.41691,39.65802],[-80.41718,39.65643],[-80.4172,39.65494],[-80.41698,39.65346],[-80.41645,39.65186],[-80.41596,39.65089],[-80.41515,39.64962],[-80.41405,39.64836],[-80.41292,39.64737],[-80.40905,39.64465],[-80.40969,39.64381],[-80.41048,39.64238],[-80.41091,39.64108],[-80.41126,39.63983],[-80.41155,39.63829],[-80.41156,39.63679],[-80.41131,39.63528],[-80.4108,39.63373],[-80.41006,39.63233],[-80.40902,39.63087],[-80.40791,39.62978],[-80.40675,39.62883],[-80.40265,39.62629],[-80.4005,39.62445],[-80.39889,39.6235],[-80.3971,39.62269],[-80.39508,39.62206],[-80.39316,39.62166],[-80.3905,39.62142],[-80.38862,39.62104],[-80.38691,39.62086],[-80.38459,39.62083],[-80.38304,39.62099],[-80.38085,39.62035],[-80.37851,39.61989],[-80.37615,39.6197],[-80.37599,39.61884],[-80.37574,39.61799],[-80.37513,39.61659],[-80.37426,39.61519],[-80.37318,39.61389],[-80.3719,39.61266],[-80.37033,39.61152],[-80.36795,39.61027],[-80.365,39.60829],[-80.36383,39.60682],[-80.36234,39.60546],[-80.36045,39.60424],[-80.3588,39.60344],[-80.35705,39.60225],[-80.35559,39.6015],[-80.35374,39.60079],[-80.35184,39.60029],[-80.34981,39.59996],[-80.34801,39.59989],[-80.34657,39.59991],[-80.34463,39.60012],[-80.34161,39.59953],[-80.33961,39.59944],[-80.33807,39.59948],[-80.33634,39.59965],[-80.33384,39.60023],[-80.33193,39.60039],[-80.32925,39.60003],[-80.32709,39.59943],[-80.32543,39.59911],[-80.32378,39.59898],[-80.32194,39.59899],[-80.32029,39.59911],[-80.31778,39.59937],[-80.31584,39.59983],[-80.3132,39.59994],[-80.30981,39.59976],[-80.27055,39.59946],[-80.26807,39.59961],[-80.26612,39.59957],[-80.25061,39.59933],[-80.16508,39.59868],[-80.15889,39.59539],[-80.15645,39.59126],[-80.15509,39.58941],[-80.15313,39.58772],[-80.15066,39.58626],[-80.15002,39.584],[-80.14903,39.58211],[-80.14713,39.57997],[-80.14529,39.57846],[-80.14422,39.57692],[-80.14226,39.57504],[-80.1398,39.57342],[-80.13737,39.57108],[-80.13526,39.56982],[-80.13322,39.56887],[-80.13052,39.56809],[-80.12786,39.56776],[-80.12506,39.56653],[-80.12346,39.56456],[-80.12162,39.56298],[-80.11934,39.56165],[-80.11697,39.56062],[-80.11559,39.55916],[-80.11335,39.55755],[-80.10895,39.55521],[-80.10388,39.55172],[-80.09385,39.54408],[-80.06118,39.51973],[-80.06216,39.5173],[-80.0625,39.51477],[-80.06227,39.51212],[-80.06141,39.50974],[-80.05997,39.50772],[-80.0581,39.50583],[-80.05061,39.49892],[-80.04701,39.49669],[-80.04195,39.49472],[-80.03767,39.49371],[-80.03304,39.49333],[-80.0322,39.49031],[-80.03083,39.48816],[-80.0289,39.48629],[-80.02684,39.485],[-80.02623,39.48334],[-80.02494,39.48147],[-80.02327,39.47979],[-80.02116,39.47827],[-80.01877,39.4771],[-80.01636,39.47627],[-80.01314,39.47564],[-80.00952,39.47448],[-80.00695,39.47407],[-80.00468,39.47393],[-80.00328,39.47208],[-80.0015,39.47057],[-79.99894,39.4691],[-79.99627,39.46795],[-79.99302,39.46709],[-79.99159,39.46607],[-79.99106,39.4643],[-79.99018,39.46271],[-79.98902,39.46126],[-79.98732,39.45972],[-79.98521,39.45841],[-79.98311,39.45736],[-79.98125,39.45676],[-79.97987,39.45529],[-79.97796,39.45383],[-79.97536,39.45251],[-79.90369,39.42574],[-79.90052,39.42457],[-79.8983,39.42406],[-79.89586,39.4238],[-79.8934,39.42383],[-79.89158,39.42407],[-79.88936,39.42458],[-79.88689,39.42554],[-79.8848,39.42673],[-79.88303,39.42823],[-79.88147,39.43009],[-79.88052,39.43171],[-79.87989,39.43333],[-79.87964,39.43552],[-79.87971,39.43705],[-79.88428,39.47882],[-79.77561,39.61878],[-79.7745,39.62139],[-79.77413,39.6244],[-79.77054,39.65456],[-79.75287,39.68691],[-79.74982,39.69244],[-79.74921,39.69384],[-79.74887,39.69517],[-79.74866,39.69658],[-79.74868,39.72127],[-79.74894,39.72316],[-79.74957,39.72496],[-79.75072,39.72684],[-79.75222,39.72856],[-79.75471,39.73037],[-79.75751,39.73168],[-79.75986,39.73234],[-79.76237,39.73274],[-79.76424,39.73279],[-80.42158,39.73322],[-80.42202,39.7332],[-80.42358,39.73313],[-80.42454,39.73301]]],"terms_url":"https://mmagic-monco.hub.arcgis.com/","terms_text":"Monongalia Morgantown Area Geospatial Information Consortium","description":"Spring 2022 Aerial Imagery for Monongalia County of the State of West Virginia","icon":"https://www.morgantownwv.gov/ImageRepository/Document?documentID=2216"},{"id":"Monongalia_WV_2023","name":"Monongalia County 2023 Aerial Imagery","type":"wms","template":"https://gis.morgantownwv.gov/image/services/Imagery/Monongalia_County_2023/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Monongalia_County_2023:None&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-03-01T00:00:00.000Z","startDate":"2023-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.42454,39.73301],[-80.42545,39.73286],[-80.42754,39.73233],[-80.42926,39.73168],[-80.43025,39.73122],[-80.43179,39.73031],[-80.43265,39.72971],[-80.43362,39.72887],[-80.43451,39.72794],[-80.43547,39.72672],[-80.43623,39.72559],[-80.43689,39.72436],[-80.43747,39.72293],[-80.43775,39.72195],[-80.43796,39.72069],[-80.43798,39.71988],[-80.43786,39.71843],[-80.43747,39.71694],[-80.43629,39.71445],[-80.43627,39.71343],[-80.43617,39.71265],[-80.43582,39.711],[-80.43532,39.70953],[-80.43456,39.70812],[-80.43359,39.7068],[-80.43224,39.70543],[-80.4303,39.70391],[-80.42863,39.70289],[-80.42688,39.70211],[-80.42497,39.70147],[-80.4225,39.70103],[-80.42252,39.69984],[-80.42243,39.69866],[-80.42222,39.69768],[-80.42171,39.69614],[-80.42175,39.69486],[-80.42153,39.69325],[-80.42104,39.69127],[-80.42007,39.68913],[-80.41934,39.68776],[-80.41757,39.68553],[-80.416,39.684],[-80.41355,39.6822],[-80.41466,39.68081],[-80.41541,39.67966],[-80.41609,39.67819],[-80.4165,39.67663],[-80.4167,39.67503],[-80.41665,39.67337],[-80.41746,39.67203],[-80.41801,39.6708],[-80.41849,39.669],[-80.41867,39.66781],[-80.4187,39.66634],[-80.4186,39.66538],[-80.41823,39.66389],[-80.4176,39.66246],[-80.41694,39.66138],[-80.41635,39.65972],[-80.41691,39.65802],[-80.41718,39.65643],[-80.4172,39.65494],[-80.41698,39.65346],[-80.41645,39.65186],[-80.41596,39.65089],[-80.41515,39.64962],[-80.41405,39.64836],[-80.41292,39.64737],[-80.40905,39.64465],[-80.40969,39.64381],[-80.41048,39.64238],[-80.41091,39.64108],[-80.41126,39.63983],[-80.41155,39.63829],[-80.41156,39.63679],[-80.41131,39.63528],[-80.4108,39.63373],[-80.41006,39.63233],[-80.40902,39.63087],[-80.40791,39.62978],[-80.40675,39.62883],[-80.40265,39.62629],[-80.4005,39.62445],[-80.39889,39.6235],[-80.3971,39.62269],[-80.39508,39.62206],[-80.39316,39.62166],[-80.3905,39.62142],[-80.38862,39.62104],[-80.38691,39.62086],[-80.38459,39.62083],[-80.38304,39.62099],[-80.38085,39.62035],[-80.37851,39.61989],[-80.37615,39.6197],[-80.37599,39.61884],[-80.37574,39.61799],[-80.37513,39.61659],[-80.37426,39.61519],[-80.37318,39.61389],[-80.3719,39.61266],[-80.37033,39.61152],[-80.36795,39.61027],[-80.365,39.60829],[-80.36383,39.60682],[-80.36234,39.60546],[-80.36045,39.60424],[-80.3588,39.60344],[-80.35705,39.60225],[-80.35559,39.6015],[-80.35374,39.60079],[-80.35184,39.60029],[-80.34981,39.59996],[-80.34801,39.59989],[-80.34657,39.59991],[-80.34463,39.60012],[-80.34161,39.59953],[-80.33961,39.59944],[-80.33807,39.59948],[-80.33634,39.59965],[-80.33384,39.60023],[-80.33193,39.60039],[-80.32925,39.60003],[-80.32709,39.59943],[-80.32543,39.59911],[-80.32378,39.59898],[-80.32194,39.59899],[-80.32029,39.59911],[-80.31778,39.59937],[-80.31584,39.59983],[-80.3132,39.59994],[-80.30981,39.59976],[-80.27055,39.59946],[-80.26807,39.59961],[-80.26612,39.59957],[-80.25061,39.59933],[-80.16508,39.59868],[-80.15889,39.59539],[-80.15645,39.59126],[-80.15509,39.58941],[-80.15313,39.58772],[-80.15066,39.58626],[-80.15002,39.584],[-80.14903,39.58211],[-80.14713,39.57997],[-80.14529,39.57846],[-80.14422,39.57692],[-80.14226,39.57504],[-80.1398,39.57342],[-80.13737,39.57108],[-80.13526,39.56982],[-80.13322,39.56887],[-80.13052,39.56809],[-80.12786,39.56776],[-80.12506,39.56653],[-80.12346,39.56456],[-80.12162,39.56298],[-80.11934,39.56165],[-80.11697,39.56062],[-80.11559,39.55916],[-80.11335,39.55755],[-80.10895,39.55521],[-80.10388,39.55172],[-80.09385,39.54408],[-80.06118,39.51973],[-80.06216,39.5173],[-80.0625,39.51477],[-80.06227,39.51212],[-80.06141,39.50974],[-80.05997,39.50772],[-80.0581,39.50583],[-80.05061,39.49892],[-80.04701,39.49669],[-80.04195,39.49472],[-80.03767,39.49371],[-80.03304,39.49333],[-80.0322,39.49031],[-80.03083,39.48816],[-80.0289,39.48629],[-80.02684,39.485],[-80.02623,39.48334],[-80.02494,39.48147],[-80.02327,39.47979],[-80.02116,39.47827],[-80.01877,39.4771],[-80.01636,39.47627],[-80.01314,39.47564],[-80.00952,39.47448],[-80.00695,39.47407],[-80.00468,39.47393],[-80.00328,39.47208],[-80.0015,39.47057],[-79.99894,39.4691],[-79.99627,39.46795],[-79.99302,39.46709],[-79.99159,39.46607],[-79.99106,39.4643],[-79.99018,39.46271],[-79.98902,39.46126],[-79.98732,39.45972],[-79.98521,39.45841],[-79.98311,39.45736],[-79.98125,39.45676],[-79.97987,39.45529],[-79.97796,39.45383],[-79.97536,39.45251],[-79.90369,39.42574],[-79.90052,39.42457],[-79.8983,39.42406],[-79.89586,39.4238],[-79.8934,39.42383],[-79.89158,39.42407],[-79.88936,39.42458],[-79.88689,39.42554],[-79.8848,39.42673],[-79.88303,39.42823],[-79.88147,39.43009],[-79.88052,39.43171],[-79.87989,39.43333],[-79.87964,39.43552],[-79.87971,39.43705],[-79.88428,39.47882],[-79.77561,39.61878],[-79.7745,39.62139],[-79.77413,39.6244],[-79.77054,39.65456],[-79.75287,39.68691],[-79.74982,39.69244],[-79.74921,39.69384],[-79.74887,39.69517],[-79.74866,39.69658],[-79.74868,39.72127],[-79.74894,39.72316],[-79.74957,39.72496],[-79.75072,39.72684],[-79.75222,39.72856],[-79.75471,39.73037],[-79.75751,39.73168],[-79.75986,39.73234],[-79.76237,39.73274],[-79.76424,39.73279],[-80.42158,39.73322],[-80.42202,39.7332],[-80.42358,39.73313],[-80.42454,39.73301]]],"terms_url":"https://mmagic-monco.hub.arcgis.com/","terms_text":"Monongalia Morgantown Area Geospatial Information Consortium","best":true,"description":"Spring 2023 Aerial Imagery for Monongalia County of the State of West Virginia","icon":"https://www.morgantownwv.gov/ImageRepository/Document?documentID=2216"},{"id":"Monroe_Ortho_2023","name":"Monroe County Orthoimagery (2023)","type":"wms","template":"https://mcgis4.monroecounty-fl.gov/public/rest/services/Images/Orthos2023/ImageServer/exportImage?f=image&format=jpg&layers=show,6&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[10,19],"polygon":[[[-80.47458,25.11664],[-80.48979,25.11674],[-80.48989,25.0753],[-80.50486,25.07544],[-80.5203,25.04806],[-80.5355,25.04813],[-80.5352,25.03444],[-80.55071,25.03444],[-80.55044,25.02069],[-80.56547,25.02048],[-80.71759,24.89723],[-81.2742,24.69036],[-81.25909,24.80121],[-81.45544,24.80067],[-81.45571,24.81416],[-81.51586,24.81389],[-81.60621,24.73089],[-81.60601,24.70371],[-81.5758,24.70385],[-81.57627,24.68982],[-81.62097,24.68976],[-81.63952,24.72502],[-81.83182,24.63345],[-81.83037,24.4897],[-81.14703,24.65011],[-80.51339,24.94001],[-80.2194,25.36318],[-80.28987,25.36352],[-80.29883,25.32246],[-80.39829,25.32252],[-80.39809,25.28146],[-80.38312,25.26771],[-80.41332,25.26771],[-80.414,25.25395],[-80.44353,25.25422],[-80.44387,25.19927],[-80.42883,25.199],[-80.42924,25.17122],[-80.44421,25.17162],[-80.44421,25.18538],[-80.47414,25.18531],[-80.47458,25.11664]]],"terms_url":"https://www.monroecounty-fl.gov/174/GIS","terms_text":"Monroe County","description":"The 2023 orthoimagery for Monroe County of the State of Florida","icon":"https://www.arcgis.com/sharing/rest/community/groups/8587bed3e2fc4ea9be860a1b9e6d7f30/info/MC_Seal_65x65.png"},{"id":"Monroe_Ortho_2024","name":"Monroe County Orthoimagery (2024)","type":"wms","template":"https://mcgis4.monroecounty-fl.gov/public/rest/services/Images/Orthos2024/ImageServer/exportImage?f=image&format=jpg&layers=show,6&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[10,19],"polygon":[[[-80.47458,25.11664],[-80.48979,25.11674],[-80.48989,25.0753],[-80.50486,25.07544],[-80.5203,25.04806],[-80.5355,25.04813],[-80.5352,25.03444],[-80.55071,25.03444],[-80.55044,25.02069],[-80.56547,25.02048],[-80.71759,24.89723],[-81.2742,24.69036],[-81.25909,24.80121],[-81.45544,24.80067],[-81.45571,24.81416],[-81.51586,24.81389],[-81.60621,24.73089],[-81.60601,24.70371],[-81.5758,24.70385],[-81.57627,24.68982],[-81.62097,24.68976],[-81.63952,24.72502],[-81.83182,24.63345],[-81.83037,24.4897],[-81.14703,24.65011],[-80.51339,24.94001],[-80.2194,25.36318],[-80.28987,25.36352],[-80.29883,25.32246],[-80.39829,25.32252],[-80.39809,25.28146],[-80.38312,25.26771],[-80.41332,25.26771],[-80.414,25.25395],[-80.44353,25.25422],[-80.44387,25.19927],[-80.42883,25.199],[-80.42924,25.17122],[-80.44421,25.17162],[-80.44421,25.18538],[-80.47414,25.18531],[-80.47458,25.11664]]],"terms_url":"https://www.monroecounty-fl.gov/174/GIS","terms_text":"Monroe County","description":"The 2024 orthoimagery for Monroe County of the State of Florida","icon":"https://www.arcgis.com/sharing/rest/community/groups/8587bed3e2fc4ea9be860a1b9e6d7f30/info/MC_Seal_65x65.png"},{"id":"Montgomery_OH_2022","name":"Montgomery County Orthoimagery (2022)","type":"wms","template":"https://gis.mcohio.org/arcgis/rest/services/AUDGIS_MrSID/MapServer/export?f=image&format=jpg&layers=show:0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-84.48184,39.58592],[-84.36654,39.58782],[-84.3575,39.58113],[-84.35686,39.55709],[-84.34356,39.5573],[-84.33985,39.58481],[-84.25116,39.58618],[-84.10894,39.5745],[-84.10981,39.61224],[-84.07863,39.61276],[-84.07897,39.62969],[-84.09699,39.62962],[-84.09682,39.63286],[-84.10532,39.6328],[-84.10635,39.66049],[-84.10189,39.66042],[-84.10343,39.71531],[-84.09871,39.71537],[-84.09966,39.75313],[-84.09081,39.75313],[-84.0918,39.79436],[-84.08283,39.79452],[-84.08343,39.8151],[-84.08781,39.81506],[-84.08785,39.81839],[-84.09236,39.81846],[-84.09249,39.82864],[-84.08807,39.82868],[-84.08828,39.83563],[-84.07043,39.83593],[-84.07039,39.83237],[-84.0526,39.83263],[-84.05291,39.8464],[-84.04845,39.84647],[-84.04932,39.88417],[-84.07146,39.88379],[-84.12764,39.90026],[-84.16098,39.89976],[-84.16184,39.92725],[-84.49139,39.92218],[-84.48184,39.58592]]],"terms_url":"https://www.mcohio.org/","terms_text":"Montgomery County, State of Ohio","description":"3-inch resolution 2022 orthoimagery for Montgomery County in the State of Ohio","icon":"https://www.mcohio.org/ImageRepository/Document?documentId=88"},{"id":"Morgan_OH_2023","name":"Morgan County Orthoimagery (2023)","type":"tms","template":"https://tiles.arcgis.com/tiles/cYuOLPdETvKbspkC/arcgis/rest/services/2023_Aerial/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-82.03249,39.72192],[-82.0329,39.64625],[-82.03739,39.64625],[-82.03774,39.59489],[-82.04211,39.59498],[-82.04272,39.55373],[-82.0493,39.55387],[-82.05814,39.45772],[-82.03864,39.45772],[-82.03864,39.45428],[-81.96346,39.45394],[-81.96351,39.45046],[-81.87941,39.45005],[-81.87941,39.44658],[-81.82502,39.4466],[-81.82143,39.49096],[-81.78603,39.49074],[-81.78605,39.48729],[-81.76389,39.48715],[-81.76396,39.4803],[-81.70195,39.47989],[-81.70133,39.53478],[-81.71461,39.53493],[-81.71407,39.58295],[-81.58548,39.58191],[-81.58436,39.66776],[-81.63766,39.66816],[-81.63654,39.75742],[-81.71212,39.75794],[-81.71209,39.76139],[-81.82767,39.7621],[-81.82766,39.76552],[-81.91659,39.76603],[-81.91656,39.76946],[-82.00549,39.76986],[-82.00547,39.77329],[-82.08107,39.77358],[-82.08138,39.72211],[-82.03249,39.72192]]],"terms_url":"https://www.morgancoengineer.org/","terms_text":"Morgan County, State of Ohio","description":"3-inch resolution 2023 orthoimagery for Morgan County in the State of Ohio","icon":"https://upload.wikimedia.org/wikipedia/commons/5/5a/Seal_of_Morgan_County_Ohio.svg"},{"id":"MRCOG_Ortho_2020","name":"MRCOG Orthoimagery (2020)","type":"wms","template":"https://gstore.unm.edu/apps/rgis/datasets/a2f27db4-ed08-4ec9-b5b3-5b12e6f1bb89/services/ogc/wms?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=MRCOG_2020_ECW&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-05-18T00:00:00.000Z","startDate":"2020-03-19T00:00:00.000Z","zoomExtent":[3,19],"polygon":[[[-106.80955,33.85591],[-106.80874,34.20158],[-106.79157,34.20186],[-106.79123,34.36129],[-106.75587,34.36016],[-106.75621,34.38935],[-106.73836,34.38963],[-106.73801,34.48024],[-106.65665,34.47769],[-106.51382,34.43382],[-106.41701,34.43325],[-106.41735,34.52127],[-106.47125,34.52155],[-106.48087,34.8107],[-106.34251,34.8107],[-106.34216,34.87044],[-106.12312,34.86931],[-106.12312,34.97488],[-106.24363,34.97488],[-106.245,35.34033],[-106.22269,35.34033],[-106.22406,35.70331],[-106.54987,35.70359],[-106.5485,35.55932],[-106.69098,35.55932],[-106.68961,35.42151],[-106.95602,35.42067],[-106.9562,35.21898],[-107.20274,35.21968],[-107.20459,34.60902],[-107.21086,34.60893],[-107.21044,34.57862],[-106.91332,34.58033],[-106.91391,34.30346],[-106.9227,34.30341],[-106.92268,34.29619],[-106.93147,34.29615],[-106.93141,34.28896],[-106.94022,34.28891],[-106.94012,34.28171],[-106.94895,34.28166],[-106.94881,33.96223],[-106.9313,33.96226],[-106.93165,33.93318],[-106.8965,33.93307],[-106.89659,33.85584],[-106.80955,33.85591]]],"terms_url":"https://www.mrcog-nm.gov/198/Orthophotography","terms_text":"Mid-Region Council of Governments, Bohannan Huston, Inc.","description":"The 2020 orthoimagery provided by Mid-Region Council of Governments covering Bernalillo County, Sandoval County, Torrance County and Valencia County, in the state of New Mexico","icon":"https://www.mrcog-nm.gov/ImageRepository/Document?documentID=3292"},{"id":"MSB_Aerial_2019","name":"MSB Aerial Imagery - Area 1(2019)","type":"wms","template":"https://maps.matsugov.us/imagery/rest/services/Imagery/AerialMosaic_2019_SP_Dyn/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-150.37485,61.46773],[-150.19238,61.46945],[-150.19238,61.41381],[-150.145,61.41414],[-150.145,61.34984],[-150.10757,61.34984],[-150.10689,61.26759],[-150.06329,61.24547],[-149.98432,61.23341],[-149.91188,61.26033],[-149.89403,61.33881],[-149.87137,61.37896],[-149.80957,61.3936],[-149.7694,61.42021],[-149.75224,61.44074],[-149.65302,61.47715],[-149.59602,61.48961],[-149.28188,61.48879],[-149.28257,61.4683],[-149.16515,61.46994],[-148.98319,61.50665],[-148.80535,61.43269],[-148.75454,61.43204],[-148.75179,61.50796],[-148.97221,61.58271],[-148.97049,61.65354],[-148.91281,61.6757],[-148.82767,61.68922],[-148.45001,61.77556],[-148.22205,61.78173],[-148.0854,61.76955],[-148.04146,61.7689],[-147.99854,61.77247],[-147.92336,61.77231],[-147.66415,61.77475],[-147.48974,61.78514],[-147.31361,61.83217],[-147.26761,61.89968],[-147.03003,61.97801],[-146.96137,61.97914],[-146.96102,61.99607],[-147.0726,61.99671],[-147.19173,61.95187],[-147.33936,61.93007],[-147.3579,61.86862],[-147.43996,61.83088],[-147.53952,61.8158],[-147.90344,61.81677],[-148.02773,61.81239],[-148.24024,61.83736],[-148.23921,61.84675],[-148.2756,61.84627],[-148.2756,61.82958],[-148.44006,61.82472],[-148.74218,61.74989],[-149.18884,61.75347],[-149.18678,61.83314],[-149.26849,61.83363],[-149.2709,61.80088],[-149.5689,61.80315],[-149.57062,61.66748],[-149.79103,61.64335],[-149.84493,61.63944],[-149.85472,61.63667],[-149.93574,61.62965],[-150.07015,61.58606],[-150.15358,61.57356],[-150.15289,61.59905],[-150.23701,61.59889],[-150.23701,61.5703],[-150.21452,61.57046],[-150.21383,61.52801],[-150.26619,61.52826],[-150.26602,61.5132],[-150.46875,61.51336],[-150.46978,61.48232],[-150.44626,61.48207],[-150.44609,61.45665],[-150.43905,61.45674],[-150.43974,61.43869],[-150.37485,61.43885],[-150.37485,61.46773]],[[-150.64728,62.12123],[-150.64625,62.00316],[-150.45914,62.00316],[-150.45845,62.12074],[-150.64728,62.12123]],[[-150.63011,61.60003],[-150.6308,61.56229],[-150.59921,61.56245],[-150.5999,61.52662],[-150.58445,61.52662],[-150.58479,61.51156],[-150.53501,61.51156],[-150.53535,61.54086],[-150.46875,61.54119],[-150.46875,61.55509],[-150.4454,61.55509],[-150.44712,61.60085],[-150.63011,61.60003]]],"terms_url":"https://data1-msb.opendata.arcgis.com/pages/msb-aerial-imagery","terms_text":"Matanuska-Susitna Borough GIS Division","description":"4-band orthoimagery with 6-in pixel resolution for 367 sq mi and 1-ft pixel resolution (or less) for 785 sq mi within Mat-Su Borough (2019)"},{"id":"MSB_Aerial_2020","name":"MSB Aerial Imagery - Area 2 (2020)","type":"wms","template":"https://maps.matsugov.us/imagery/rest/services/Imagery/AerialMosaic_2020_half_foot_SP_Dyn/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-150.15375,61.59868],[-150.15427,61.5734],[-150.07015,61.58566],[-149.93763,61.62908],[-149.56993,61.66658],[-149.56684,61.8025],[-149.84116,61.80364],[-149.8415,62.10051],[-149.81575,62.10035],[-149.81472,62.20235],[-149.74606,62.20267],[-149.74503,62.22668],[-149.79275,62.227],[-149.79275,62.38591],[-149.9857,62.38639],[-149.9857,62.58006],[-150.14259,62.57975],[-150.14191,62.61862],[-150.28439,62.61909],[-150.28336,62.56108],[-150.35854,62.5614],[-150.36541,62.19835],[-150.25177,62.19835],[-150.18757,62.13495],[-150.18723,62.02459],[-150.28233,62.02427],[-150.28267,61.96647],[-150.22242,61.96672],[-150.21881,61.59876],[-150.15375,61.59868]]],"terms_url":"https://data1-msb.opendata.arcgis.com/pages/msb-aerial-imagery","terms_text":"Matanuska-Susitna Borough GIS Division","description":"4-band orthoimagery with 6-in pixel resolution for 22 sq mi and 1-ft pixel resolution (or less) for 1,014 sq mi within Mat-Su Borough (2020)"},{"id":"MSB_Aerial_2023","name":"MSB Aerial Imagery - Area 2 (2023)","type":"wms","template":"https://maps.matsugov.us/imagery/rest/services/Imagery/AerialMosaic_2023_SP_Dyn/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-150.15375,61.59868],[-150.15427,61.5734],[-150.07015,61.58566],[-149.93763,61.62908],[-149.56993,61.66658],[-149.56684,61.8025],[-149.84116,61.80364],[-149.8415,62.10051],[-149.81575,62.10035],[-149.81472,62.20235],[-149.74606,62.20267],[-149.74503,62.22668],[-149.79275,62.227],[-149.79275,62.38591],[-149.9857,62.38639],[-149.9857,62.58006],[-150.14259,62.57975],[-150.14191,62.61862],[-150.28439,62.61909],[-150.28336,62.56108],[-150.35854,62.5614],[-150.36541,62.19835],[-150.25177,62.19835],[-150.18757,62.13495],[-150.18723,62.02459],[-150.28233,62.02427],[-150.28267,61.96647],[-150.22242,61.96672],[-150.21881,61.59876],[-150.15375,61.59868]]],"terms_url":"https://data1-msb.opendata.arcgis.com/pages/msb-aerial-imagery","terms_text":"Matanuska-Susitna Borough GIS Division","description":"4-band orthoimagery with 6-in pixel resolution for 22 sq mi and 1-ft pixel resolution (or less) for 1,014 sq mi within Mat-Su Borough (2023)"},{"id":"MSB_Aerial_2021","name":"MSB Aerial Imagery - Area 3 (2021)","type":"wms","template":"https://maps.matsugov.us/imagery/rest/services/Imagery/AerialMosaic_2021_SP_Dyn/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-150.02652,61.47393],[-149.94186,61.47393],[-149.74214,61.44809],[-149.42505,61.53612],[-149.35709,61.54134],[-149.12181,61.54181],[-149.09999,61.50907],[-149.03483,61.50521],[-148.97427,61.52225],[-148.96789,61.71455],[-149.24466,61.71623],[-149.24504,61.70444],[-149.346,61.70507],[-149.34658,61.67343],[-149.72009,61.65693],[-149.90481,61.65754],[-150.02652,61.47393]],[[-150.57351,61.40648],[-150.57308,61.43812],[-150.4693,61.43873],[-150.46884,61.51299],[-150.26741,61.51355],[-150.2674,61.528],[-150.21452,61.52772],[-150.22224,61.96671],[-150.28152,61.9666],[-150.28216,62.02425],[-150.18667,62.02443],[-150.18726,62.13459],[-150.2512,62.19819],[-150.36433,62.19821],[-150.35707,62.56092],[-151.09513,62.55967],[-151.09217,62.44059],[-150.75765,62.44115],[-150.74873,62.00333],[-150.56629,62.00334],[-150.56129,61.78838],[-150.77665,61.78752],[-150.62831,61.40625],[-150.57351,61.40648]]],"terms_url":"https://data1-msb.opendata.arcgis.com/pages/msb-aerial-imagery","terms_text":"Matanuska-Susitna Borough GIS Division","description":"4-band orthoimagery with 6-in pixel resolution for 411 sq mi and 1-ft pixel resolution (or less) for 1,158 sq mi within Mat-Su Borough (2021)"},{"id":"MSB_Aerial_2022","name":"MSB Aerial Imagery - Core Area (2022)","type":"wms","template":"https://maps.matsugov.us/imagery/rest/services/Imagery/AerialMosaic_2022_SP_Dyn/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-150.02662,61.47388],[-149.94148,61.47387],[-149.74193,61.44803],[-149.51557,61.51656],[-149.46797,61.52453],[-149.42987,61.53504],[-149.35665,61.54135],[-149.12187,61.54179],[-149.10005,61.50904],[-149.03489,61.50519],[-148.97417,61.52217],[-148.9679,61.71459],[-149.24468,61.71627],[-149.24507,61.7045],[-149.34609,61.70509],[-149.34666,61.67345],[-149.48381,61.67402],[-149.48392,61.66731],[-149.57046,61.66753],[-149.72019,61.65125],[-149.72006,61.65693],[-149.9048,61.65754],[-149.90566,61.58275],[-149.96154,61.58293],[-149.9616,61.53961],[-150.02636,61.5395],[-150.02662,61.47388]]],"terms_url":"https://data1-msb.opendata.arcgis.com/pages/msb-aerial-imagery","terms_text":"Matanuska-Susitna Borough GIS Division","description":"4-band orthoimagery with 6-in pixel resolution from Big Lake to the Butte within Mat-Su Borough (2022)"},{"id":"mtbmap-no","name":"MTBmap.no","type":"tms","template":"https://mtbmap.no/tiles/osm/mtbmap/{zoom}/{x}/{y}.jpg","category":"osmbasedmap","tileSize":512,"zoomExtent":[3,14],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.mtbmap.no/","terms_text":"© MTBmap.no","description":"Norwegian mountain biking map from OSM (max zoom 14-16, varies per region)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/no/MTBmapno.png"},{"id":"Mulhouse_2018","name":"Mulhouse - 2018","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/mulhouse_2018/{zoom}/{x}/{y}","category":"photo","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[7.53731,47.78041],[7.57439,47.84128],[7.57301,47.85602],[7.55035,47.86201],[7.53525,47.84588],[7.5016,47.85141],[7.45972,47.84174],[7.4556,47.83252],[7.4453,47.83114],[7.43088,47.84128],[7.41549,47.83831],[7.39174,47.84727],[7.38007,47.83851],[7.33475,47.83989],[7.34024,47.89563],[7.31758,47.91082],[7.28737,47.89977],[7.28462,47.88412],[7.24686,47.88228],[7.23724,47.87629],[7.23312,47.86431],[7.2139,47.86524],[7.183,47.85786],[7.17613,47.84819],[7.21115,47.82284],[7.18986,47.81085],[7.19948,47.78179],[7.16789,47.77025],[7.183,47.73517],[7.17682,47.72362],[7.19467,47.69451],[7.21802,47.68527],[7.24548,47.68527],[7.25166,47.69497],[7.2448,47.70376],[7.2551,47.71392],[7.27844,47.713],[7.27982,47.70237],[7.26814,47.69405],[7.26883,47.68434],[7.28531,47.67094],[7.30247,47.66308],[7.32376,47.65984],[7.33337,47.66724],[7.3732,47.65383],[7.39242,47.65475],[7.40822,47.6603],[7.39723,47.67648],[7.42744,47.68666],[7.47551,47.69821],[7.5222,47.69636],[7.55104,47.71531],[7.56134,47.73517],[7.53731,47.78041]]],"terms_url":"https://data.mulhouse-alsace.fr/explore/dataset/m2a_orthophotographie-2018/information/","terms_text":"Mulhouse Alsace Agglomération 2018"},{"id":"openlabs-geoportal-public-transport","name":"Municipality of Tirana - Public Transport (Open Labs GeoPortal) (overlay)","type":"tms","template":"https://geoportal.openlabs.cc/mapcache/tms/1.0.0/public-transport@GoogleMapsCompatibleExtended/{zoom}/{x}/{-y}.png","category":"other","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[19.73762,41.30154],[19.88628,41.27213],[19.86877,41.38582],[19.68338,41.3732],[19.73762,41.30154]]],"terms_url":"https://geoportal.openlabs.cc/","terms_text":"Data provided by the Muncipality of Tirana hosted by Open Labs","description":"Bus stops & lines provided by the Muncipality of Tirana hosted by Open Labs","overlay":true},{"id":"openlabs-geoportal-tirana","name":"Municipality of Tirana (Open Labs GeoPortal)","type":"tms","template":"https://geoportal.openlabs.cc/mapcache/tms/1.0.0/tirana@GoogleMapsCompatibleExtended/{zoom}/{x}/{-y}.png","category":"map","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[19.70226,41.1404],[19.77573,41.11868],[19.86431,41.12126],[20.24986,41.3495],[20.03082,41.41184],[19.92577,41.5204],[19.88869,41.50755],[19.88937,41.42265],[19.81659,41.46177],[19.7335,41.43037],[19.74174,41.37887],[19.65797,41.37475],[19.57214,41.24322],[19.61815,41.22567],[19.67171,41.22722],[19.70226,41.1404]]],"terms_url":"https://geoportal.openlabs.cc","terms_text":"Data provided by the Muncipality of Tirana hosted by Open Labs","description":"Streets & Builings provided by the Muncipality of Tirana hosted by Open Labs"},{"id":"osmfj-muroran-2019","name":"Muroran city Imagery 2021","type":"tms","template":"https://tiles.osmf.jp/muroran-shi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2019-10-24T00:00:00.000Z","startDate":"2019-10-24T00:00:00.000Z","zoomExtent":[10,18],"polygon":[[[140.97244,42.44043],[140.97294,42.41408],[140.94284,42.41378],[140.94324,42.39228],[140.89567,42.39179],[140.89682,42.33046],[140.92627,42.33076],[140.92668,42.30924],[140.94479,42.30943],[140.94507,42.2944],[141.03731,42.29535],[141.03679,42.32327],[141.05034,42.32341],[141.05001,42.34128],[141.06912,42.34148],[141.06876,42.36102],[141.04964,42.36083],[141.04872,42.41041],[141.03516,42.41028],[141.03458,42.44107],[140.97244,42.44043]]],"terms_url":"http://www.city.muroran.lg.jp/main/org2260/odlib.php","terms_text":"OSMFJ_Ortho","description":"Open Data Orthoimagery from Muroran-shi, 2019"},{"id":"osmfj-nagahama-2021","name":"Nagahama city Imagery 2021","type":"tms","template":"https://tiles.osmf.jp/nagahama-shi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2022-01-31T00:00:00.000Z","startDate":"2021-09-01T00:00:00.000Z","zoomExtent":[10,18],"polygon":[[[136.08709,35.7085],[136.08751,35.33855],[136.37384,35.33876],[136.37342,35.70872],[136.08709,35.7085]]],"terms_text":"OSMFJ_Ortho","description":"Kokyo Sokuryo Orthoimagery from Nagahama-shi, 2021"},{"id":"GrandNancy_Orthophotographie","name":"Nancy - Orthophoto","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/nancy/{zoom}/{x}/{y}","category":"photo","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[6.0672,48.70184],[6.06377,48.65106],[6.15097,48.59977],[6.22101,48.59886],[6.24435,48.61566],[6.29723,48.61975],[6.30478,48.73536],[6.15028,48.7503],[6.0672,48.70184]]],"terms_url":"https://wiki.openstreetmap.org/wiki/Nancy/Orthophotographie","terms_text":"GrandNancy Orthophotographie 2016","best":true},{"id":"GrandNancy_Orthophotographie_2016","name":"Nancy - Orthophoto - 2016","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/nancy_2016/{zoom}/{x}/{y}","category":"photo","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[6.0672,48.70184],[6.06377,48.65106],[6.15097,48.59977],[6.22101,48.59886],[6.24435,48.61566],[6.29723,48.61975],[6.30478,48.73536],[6.15028,48.7503],[6.0672,48.70184]]],"terms_url":"https://wiki.openstreetmap.org/wiki/Nancy/Orthophotographie","terms_text":"GrandNancy Orthophotographie 2016"},{"id":"Nassau_Ortho_2023","name":"Nassau County Orthoimagery (2023)","type":"tms","template":"https://maps.nassauflpa.com/ncflpa_arcgis/rest/services/nassau/NassauAerials2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.06476,30.25709],[-82.03313,30.25733],[-82.03324,30.271],[-82.01733,30.27121],[-82.01775,30.28498],[-82.00165,30.28504],[-82.00184,30.29894],[-81.98592,30.29894],[-81.98623,30.3128],[-81.97028,30.31274],[-81.97035,30.32668],[-81.95455,30.3268],[-81.95471,30.34042],[-81.9388,30.34061],[-81.93891,30.3543],[-81.92317,30.35449],[-81.92318,30.36813],[-81.90743,30.36832],[-81.90754,30.382],[-81.89168,30.38215],[-81.89181,30.39585],[-81.87595,30.39594],[-81.87608,30.40968],[-81.86017,30.40984],[-81.86039,30.4373],[-81.84458,30.43741],[-81.84468,30.45112],[-81.82881,30.45129],[-81.82899,30.46501],[-81.79722,30.46521],[-81.79743,30.49271],[-81.76573,30.49287],[-81.76575,30.50664],[-81.74992,30.50673],[-81.75003,30.52048],[-81.73415,30.52057],[-81.73425,30.53433],[-81.71836,30.53443],[-81.71848,30.54814],[-81.6708,30.54841],[-81.67069,30.53466],[-81.65486,30.53468],[-81.655,30.56224],[-81.62329,30.56232],[-81.62315,30.54865],[-81.60735,30.54862],[-81.60717,30.535],[-81.59129,30.53505],[-81.59128,30.52127],[-81.55949,30.52149],[-81.5594,30.50766],[-81.52764,30.50786],[-81.52769,30.52155],[-81.51186,30.52168],[-81.51197,30.54911],[-81.49612,30.54916],[-81.49599,30.52174],[-81.46417,30.52178],[-81.46408,30.50806],[-81.44826,30.50812],[-81.44831,30.49434],[-81.43231,30.49442],[-81.41743,30.7144],[-81.46516,30.71431],[-81.46523,30.72804],[-81.48115,30.72791],[-81.48112,30.7417],[-81.49716,30.74164],[-81.49703,30.72788],[-81.59252,30.72748],[-81.59259,30.74122],[-81.64031,30.74098],[-81.64046,30.75474],[-81.65638,30.75462],[-81.65641,30.76842],[-81.67237,30.76839],[-81.67224,30.75459],[-81.71999,30.75434],[-81.72006,30.76808],[-81.736,30.768],[-81.73613,30.78175],[-81.78389,30.78147],[-81.784,30.7952],[-81.83178,30.79491],[-81.8319,30.80864],[-81.87966,30.80835],[-81.87991,30.83583],[-81.91178,30.83562],[-81.91167,30.82187],[-81.92756,30.82177],[-81.92771,30.83549],[-81.97556,30.83518],[-81.97509,30.79391],[-81.99099,30.7938],[-81.99115,30.80753],[-82.02299,30.80729],[-82.02286,30.79355],[-82.03875,30.79343],[-82.03853,30.76589],[-82.05441,30.76579],[-82.05356,30.68328],[-82.06935,30.68322],[-82.06922,30.66948],[-82.05333,30.66953],[-82.05275,30.61461],[-82.03683,30.61472],[-82.03657,30.58724],[-82.02068,30.58735],[-82.02022,30.54612],[-82.03613,30.54601],[-82.03514,30.44977],[-82.05099,30.44967],[-82.05009,30.36719],[-82.06594,30.36707],[-82.06476,30.25709]]],"terms_url":"https://www.nassauflpa.com/gis/","terms_text":"Nassau County GIS","description":"The 2023 orthoimagery for Nassau County in the State of Florida"},{"id":"USDA-NAIP","name":"National Agriculture Imagery Program","type":"tms","template":"https://gis.apfo.usda.gov/arcgis/rest/services/NAIP/USDA_CONUS_PRIME/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-82.94071,24.55949],[-82.8088,24.55949],[-82.8088,24.62146],[-82.74462,24.62146],[-82.74462,24.69057],[-82.87194,24.69057],[-82.87194,24.75359],[-82.94071,24.75359],[-82.94071,24.55949]],[[-92.49772,48.44114],[-92.49772,48.50178],[-92.56794,48.50178],[-92.56794,48.43958],[-92.62105,48.43958],[-92.62105,48.56508],[-92.80868,48.56508],[-92.80868,48.62674],[-92.93318,48.62674],[-92.93318,48.69221],[-93.00517,48.69221],[-93.00517,48.6283],[-93.12259,48.6283],[-93.12259,48.69221],[-93.31908,48.69221],[-93.31908,48.62674],[-93.50495,48.62674],[-93.50495,48.56352],[-93.74746,48.56352],[-93.74746,48.62674],[-93.81355,48.62674],[-93.81355,48.68988],[-94.24531,48.68988],[-94.24531,48.75543],[-94.61832,48.75543],[-94.61832,48.94104],[-94.6809,48.94104],[-94.6809,49.00297],[-94.74415,49.00297],[-94.74415,49.25361],[-94.80841,49.25361],[-94.80841,49.37841],[-95.11924,49.37841],[-95.11924,49.44253],[-95.19343,49.44253],[-95.19343,49.00353],[-96.87069,49.00353],[-96.87069,49.06561],[-99.00493,49.06561],[-99.00493,49.00507],[-109.36993,49.00507],[-109.36993,49.06682],[-109.50587,49.06682],[-109.50587,49.00507],[-114.183,49.00507],[-114.183,49.06873],[-114.75787,49.06873],[-114.75787,49.00507],[-115.43373,49.00507],[-115.43373,49.06714],[-116.50627,49.06714],[-116.50627,49.00507],[-117.30895,49.00507],[-117.30895,49.06598],[-119.88295,49.06598],[-119.88295,49.00507],[-120.12086,49.00507],[-120.12086,49.06784],[-121.44516,49.06784],[-121.44516,49.00507],[-121.93118,49.00507],[-121.93118,49.06561],[-122.81748,49.06561],[-122.81748,49.00291],[-122.87952,49.00291],[-122.87952,48.9347],[-122.81746,48.9347],[-122.81746,48.8102],[-122.75389,48.8102],[-122.75389,48.75338],[-122.87129,48.75338],[-122.87129,48.81539],[-123.00554,48.81539],[-123.00554,48.75295],[-123.12969,48.75295],[-123.12969,48.69022],[-123.18382,48.69022],[-123.18382,48.7529],[-123.25493,48.7529],[-123.25493,48.55923],[-123.19222,48.55923],[-123.19222,48.43484],[-122.94196,48.43484],[-122.94196,48.37208],[-122.88062,48.37208],[-122.88062,48.30948],[-122.81676,48.30948],[-122.81676,48.19046],[-123.00411,48.19046],[-123.00411,48.12759],[-123.05842,48.12759],[-123.05842,48.19051],[-123.25411,48.19051],[-123.25411,48.1275],[-123.37066,48.1275],[-123.37066,48.19084],[-124.05826,48.19084],[-124.05826,48.25344],[-124.18152,48.25344],[-124.18152,48.31647],[-124.43191,48.31647],[-124.43191,48.37826],[-124.55646,48.37826],[-124.55646,48.44083],[-124.75551,48.44083],[-124.75551,48.1915],[-124.81853,48.1915],[-124.81853,48.12284],[-124.7553,48.12284],[-124.7553,47.55353],[-124.38121,47.55353],[-124.38121,47.12187],[-124.19289,47.12187],[-124.19289,43.75694],[-124.44434,43.75694],[-124.44434,43.14256],[-124.63989,43.14256],[-124.63989,42.61945],[-124.44385,42.61945],[-124.44385,39.80807],[-123.88157,39.80807],[-123.88157,39.11028],[-123.75805,39.11028],[-123.75805,38.49688],[-123.27028,38.49688],[-123.27028,37.93319],[-122.81481,37.93319],[-122.81481,37.80196],[-122.56643,37.80196],[-122.56643,36.93196],[-121.8784,36.93196],[-121.8784,36.68976],[-122.00347,36.68976],[-122.00347,36.43411],[-121.94142,36.43411],[-121.94142,35.92976],[-121.5041,35.92976],[-121.5041,35.81003],[-121.37903,35.81003],[-121.37903,35.42392],[-120.94265,35.42392],[-120.94265,35.18497],[-120.8172,35.18497],[-120.8172,35.12199],[-120.69184,35.12199],[-120.69184,34.49668],[-120.50459,34.49668],[-120.50459,34.43397],[-120.00788,34.43397],[-120.00788,34.36826],[-119.52835,34.36826],[-119.52835,34.05764],[-119.0061,34.05764],[-119.0061,33.99753],[-118.50463,33.99753],[-118.50463,33.86946],[-118.44132,33.86946],[-118.44132,33.68653],[-118.06691,33.68653],[-118.06691,33.30638],[-117.503,33.30638],[-117.503,33.05003],[-117.31882,33.05003],[-117.31882,32.62059],[-117.1917,32.62059],[-117.1917,32.49746],[-116.7465,32.49746],[-116.7465,32.56092],[-115.99701,32.56092],[-115.99701,32.62649],[-114.88081,32.62649],[-114.88081,32.43408],[-114.62945,32.43408],[-114.62945,32.37316],[-114.44474,32.37316],[-114.44474,32.30754],[-114.25576,32.30754],[-114.25576,32.24446],[-114.06803,32.24446],[-114.06803,32.18291],[-113.81665,32.18291],[-113.81665,32.12076],[-113.63074,32.12076],[-113.63074,32.05651],[-113.44175,32.05651],[-113.44175,31.99844],[-113.2546,31.99844],[-113.2546,31.93254],[-113.06807,31.93254],[-113.06807,31.87181],[-112.81611,31.87181],[-112.81611,31.81042],[-112.63088,31.81042],[-112.63088,31.74647],[-112.44189,31.74647],[-112.44189,31.6856],[-112.25719,31.6856],[-112.25719,31.62104],[-112.00338,31.62104],[-112.00338,31.55958],[-111.81562,31.55958],[-111.81562,31.49702],[-111.62786,31.49702],[-111.62786,31.43399],[-111.4419,31.43399],[-111.4419,31.37339],[-111.25597,31.37339],[-111.25597,31.31132],[-108.18458,31.31132],[-108.18458,31.74595],[-106.50651,31.74595],[-106.50651,31.68423],[-106.37973,31.68423],[-106.37973,31.62175],[-106.31743,31.62175],[-106.31743,31.49682],[-106.25518,31.49682],[-106.25518,31.43449],[-106.19247,31.43449],[-106.19247,31.37213],[-106.00392,31.37213],[-106.00392,31.30933],[-105.94166,31.30933],[-105.94166,31.24575],[-105.87982,31.24575],[-105.87982,31.18362],[-105.81623,31.18362],[-105.81623,31.12072],[-105.69212,31.12072],[-105.69212,31.05848],[-105.63029,31.05848],[-105.63029,30.93283],[-105.50444,30.93283],[-105.50444,30.87159],[-105.4413,30.87159],[-105.4413,30.80846],[-105.37815,30.80846],[-105.37815,30.74718],[-105.19047,30.74718],[-105.19047,30.68432],[-105.12862,30.68432],[-105.12862,30.61997],[-105.00365,30.61997],[-105.00365,30.55891],[-104.9418,30.55891],[-104.9418,30.49632],[-104.8782,30.49632],[-104.8782,30.30983],[-104.81553,30.30983],[-104.81553,30.24783],[-104.75361,30.24783],[-104.75361,29.93539],[-104.69095,29.93539],[-104.69095,29.80902],[-104.62913,29.80902],[-104.62913,29.68436],[-104.56599,29.68436],[-104.56599,29.62235],[-104.50372,29.62235],[-104.50372,29.55954],[-104.44101,29.55954],[-104.44101,29.49748],[-104.25376,29.49748],[-104.25376,29.37167],[-104.1292,29.37167],[-104.1292,29.30916],[-104.06887,29.30916],[-104.06887,29.24673],[-103.81873,29.24673],[-103.81873,29.18431],[-103.75574,29.18431],[-103.75574,29.12232],[-103.56675,29.12232],[-103.56675,29.05981],[-103.50498,29.05981],[-103.50498,28.99675],[-103.31658,28.99675],[-103.31658,28.93469],[-103.05976,28.93469],[-103.05976,29.0593],[-102.99797,29.0593],[-102.99797,29.12129],[-102.93314,29.12129],[-102.93314,29.18486],[-102.8096,29.18486],[-102.8096,29.25262],[-102.87013,29.25262],[-102.87013,29.3081],[-102.80967,29.3081],[-102.80967,29.37155],[-102.74757,29.37155],[-102.74757,29.55819],[-102.68455,29.55819],[-102.68455,29.68477],[-102.49678,29.68477],[-102.49678,29.74577],[-102.30866,29.74577],[-102.30866,29.80866],[-102.19093,29.80866],[-102.19093,29.74601],[-101.50499,29.74601],[-101.50499,29.68468],[-101.38058,29.68468],[-101.38058,29.55945],[-101.31751,29.55945],[-101.31751,29.49589],[-101.19101,29.49589],[-101.19101,29.43261],[-101.0675,29.43261],[-101.0675,29.30881],[-100.94189,29.30881],[-100.94189,29.24562],[-100.81673,29.24562],[-100.81673,29.11904],[-100.75227,29.11904],[-100.75227,29.05782],[-100.69254,29.05782],[-100.69254,28.87204],[-100.62902,28.87204],[-100.62902,28.80954],[-100.56799,28.80954],[-100.56799,28.62255],[-100.50404,28.62255],[-100.50404,28.55838],[-100.44218,28.55838],[-100.44218,28.49683],[-100.37943,28.49683],[-100.37943,28.30929],[-100.31719,28.30929],[-100.31719,28.18357],[-100.25448,28.18357],[-100.25448,28.12139],[-100.12823,28.12139],[-100.12823,28.05921],[-100.06595,28.05921],[-100.06595,27.99661],[-100.00239,27.99661],[-100.00239,27.93322],[-99.94265,27.93322],[-99.94265,27.74547],[-99.81685,27.74547],[-99.81685,27.68343],[-99.75413,27.68343],[-99.75413,27.62215],[-99.62916,27.62215],[-99.62916,27.5589],[-99.56728,27.5589],[-99.56728,27.43538],[-99.50418,27.43538],[-99.50418,27.3774],[-99.56718,27.3774],[-99.56718,27.24637],[-99.50498,27.24637],[-99.50498,26.99656],[-99.44274,26.99656],[-99.44274,26.8728],[-99.38006,26.8728],[-99.38006,26.80682],[-99.31907,26.80682],[-99.31907,26.74736],[-99.25375,26.74736],[-99.25375,26.62101],[-99.19106,26.62101],[-99.19106,26.49567],[-99.13006,26.49567],[-99.13006,26.37138],[-99.00295,26.37138],[-99.00295,26.30938],[-98.81657,26.30938],[-98.81657,26.24578],[-98.69201,26.24578],[-98.69201,26.18371],[-98.44409,26.18371],[-98.44409,26.12172],[-98.38232,26.12172],[-98.38232,26.05965],[-98.25327,26.05965],[-98.25327,25.99869],[-98.01091,25.99869],[-98.01091,25.99323],[-97.69323,25.99323],[-97.69323,25.93341],[-97.63139,25.93341],[-97.63139,25.86959],[-97.50468,25.86959],[-97.50468,25.80735],[-97.30834,25.80735],[-97.30834,25.87312],[-97.24563,25.87312],[-97.24563,25.93537],[-97.11389,25.93537],[-97.11389,27.68092],[-97.0571,27.68092],[-97.0571,27.81082],[-95.58108,27.81082],[-95.58108,28.74688],[-94.27104,28.74688],[-94.27104,29.55941],[-92.50299,29.55941],[-92.50299,29.49748],[-91.87762,29.49748],[-91.87762,29.3727],[-91.37842,29.3727],[-91.37842,29.24683],[-91.3154,29.24683],[-91.3154,29.18443],[-91.12947,29.18443],[-91.12947,29.12326],[-91.00526,29.12326],[-91.00526,28.99684],[-89.45002,28.99684],[-89.45002,28.86774],[-88.81043,28.86774],[-88.81043,30.18419],[-85.87915,30.18419],[-85.87915,29.5455],[-84.83681,29.5455],[-84.83681,29.62252],[-84.74828,29.62252],[-84.74828,29.68362],[-84.68589,29.68362],[-84.68589,29.74684],[-83.6297,29.74684],[-83.6297,29.43244],[-83.31749,29.43244],[-83.31749,29.05794],[-82.87966,29.05794],[-82.87966,27.74535],[-82.81828,27.74535],[-82.81828,26.92909],[-82.37968,26.92909],[-82.37968,26.36942],[-81.87771,26.36942],[-81.87771,25.80597],[-81.50369,25.80597],[-81.50369,25.74748],[-81.44055,25.74748],[-81.44055,25.68515],[-81.31559,25.68515],[-81.31559,25.5601],[-81.25385,25.5601],[-81.25385,25.43424],[-81.1902,25.43424],[-81.1902,25.12343],[-81.12881,25.12343],[-81.12881,25.06194],[-81.06492,25.06194],[-81.06492,24.81578],[-81.62895,24.81578],[-81.62895,24.75384],[-81.69072,24.75384],[-81.69072,24.68994],[-81.81732,24.68994],[-81.81732,24.62792],[-82.191,24.62792],[-82.191,24.49629],[-81.62166,24.49629],[-81.62166,24.55948],[-81.37201,24.55948],[-81.37201,24.62207],[-81.05933,24.62207],[-81.05933,24.68483],[-80.93471,24.68483],[-80.93471,24.74748],[-80.74711,24.74748],[-80.74711,24.81006],[-80.36299,24.81006],[-80.36299,25.11759],[-80.12234,25.11759],[-80.12234,25.74724],[-80.05885,25.74724],[-80.05885,26.37083],[-79.99584,26.37083],[-79.99584,26.9398],[-80.05873,26.9398],[-80.05873,27.12775],[-80.12263,27.12775],[-80.12263,27.25343],[-80.1847,27.25343],[-80.1847,27.37812],[-80.24617,27.37812],[-80.24617,27.56587],[-80.30948,27.56587],[-80.30948,27.75303],[-80.37215,27.75303],[-80.37215,27.87745],[-80.43515,27.87745],[-80.43515,28.00334],[-80.49661,28.00334],[-80.49661,28.12773],[-80.55872,28.12773],[-80.55872,28.37235],[-80.49663,28.37235],[-80.49663,29.51603],[-81.12136,29.51603],[-81.12136,31.6847],[-80.60187,31.6847],[-80.60187,32.24753],[-79.4921,32.24753],[-79.4921,32.99703],[-79.11165,32.99703],[-79.11165,33.37295],[-78.61536,33.37295],[-78.61536,33.80976],[-77.9317,33.80976],[-77.9317,33.87182],[-77.86923,33.87182],[-77.86923,34.05525],[-77.68264,34.05525],[-77.68264,34.29746],[-77.24535,34.29746],[-77.24535,34.55986],[-76.49733,34.55986],[-76.49733,34.6228],[-76.43376,34.6228],[-76.43376,34.68493],[-76.37321,34.68493],[-76.37321,34.74677],[-76.30594,34.74677],[-76.30594,34.80855],[-76.2468,34.80855],[-76.2468,34.87284],[-76.18259,34.87284],[-76.18259,34.93353],[-76.12081,34.93353],[-76.12081,34.99524],[-75.9979,34.99524],[-75.9979,35.05782],[-75.87034,35.05782],[-75.87034,35.12191],[-75.74622,35.12191],[-75.74622,35.18189],[-75.49297,35.18189],[-75.49297,35.3083],[-75.43257,35.3083],[-75.43257,35.75425],[-75.49699,35.75425],[-75.49699,37.81056],[-75.3083,37.81056],[-75.3083,37.87201],[-75.2456,37.87201],[-75.2456,37.99548],[-75.18288,37.99548],[-75.18288,38.05851],[-75.11848,38.05851],[-75.11848,38.24691],[-75.05921,38.24691],[-75.05921,38.37043],[-74.99481,38.37043],[-74.99481,38.87184],[-74.48783,38.87184],[-74.48783,39.30894],[-74.17663,39.30894],[-74.17663,39.62247],[-74.0567,39.62247],[-74.0567,39.93318],[-73.9959,39.93318],[-73.9959,40.18549],[-73.93416,40.18549],[-73.93416,40.49595],[-73.8723,40.49595],[-73.8723,40.55271],[-71.80745,40.55271],[-71.80745,41.3088],[-70.88251,41.3088],[-70.88251,41.18498],[-70.74619,41.18498],[-70.74619,41.30919],[-70.43376,41.30919],[-70.43376,41.49639],[-69.93343,41.49639],[-69.93343,41.62308],[-69.86986,41.62308],[-69.86986,41.87769],[-69.93579,41.87769],[-69.93579,42.00323],[-69.99758,42.00323],[-69.99758,42.06502],[-70.06061,42.06502],[-70.06061,42.12943],[-70.55729,42.12943],[-70.55729,43.24871],[-70.49741,43.24871],[-70.49741,43.30922],[-70.37042,43.30922],[-70.37042,43.37196],[-70.30857,43.37196],[-70.30857,43.49699],[-70.18392,43.49699],[-70.18392,43.62235],[-70.05758,43.62235],[-70.05758,43.68502],[-69.74552,43.68502],[-69.74552,43.74766],[-69.24728,43.74766],[-69.24728,43.8107],[-69.05607,43.8107],[-69.05607,43.87172],[-68.99505,43.87172],[-68.99505,43.9982],[-68.49637,43.9982],[-68.49637,44.05974],[-68.3081,44.05974],[-68.3081,44.12214],[-68.18518,44.12214],[-68.18518,44.30814],[-67.9956,44.30814],[-67.9956,44.37275],[-67.8103,44.37275],[-67.8103,44.43518],[-67.49653,44.43518],[-67.49653,44.49688],[-67.37102,44.49688],[-67.37102,44.56006],[-67.18488,44.56006],[-67.18488,44.62133],[-67.12212,44.62133],[-67.12212,44.68679],[-67.05936,44.68679],[-67.05936,44.74737],[-66.93111,44.74737],[-66.93111,44.94066],[-66.99468,44.94066],[-66.99468,45.00245],[-67.05958,45.00245],[-67.05958,45.12734],[-67.1202,45.12734],[-67.1202,45.19101],[-67.24698,45.19101],[-67.24698,45.25344],[-67.31775,45.25344],[-67.31775,45.18984],[-67.37075,45.18984],[-67.37075,45.2534],[-67.43269,45.2534],[-67.43269,45.30834],[-67.37086,45.30834],[-67.37086,45.4397],[-67.43056,45.4397],[-67.43056,45.49501],[-67.37099,45.49501],[-67.37099,45.62645],[-67.6215,45.62645],[-67.6215,45.68961],[-67.68383,45.68961],[-67.68383,45.75326],[-67.74621,45.75326],[-67.74621,47.12682],[-67.87001,47.12682],[-67.87001,47.19003],[-67.93238,47.19003],[-67.93238,47.25397],[-67.99594,47.25397],[-67.99594,47.31497],[-68.12067,47.31497],[-68.12067,47.37808],[-68.44232,47.37808],[-68.44232,47.31661],[-68.63143,47.31661],[-68.63143,47.25447],[-68.9978,47.25447],[-68.9978,47.43989],[-69.06072,47.43989],[-69.06072,47.50476],[-69.25381,47.50476],[-69.25381,47.43981],[-69.31793,47.43981],[-69.31793,47.3786],[-69.44385,47.3786],[-69.44385,47.31563],[-69.50382,47.31563],[-69.50382,47.25258],[-69.56678,47.25258],[-69.56678,47.19109],[-69.63035,47.19109],[-69.63035,47.1287],[-69.69331,47.1287],[-69.69331,47.06543],[-69.75571,47.06543],[-69.75571,47.00428],[-69.81804,47.00428],[-69.81804,46.94153],[-69.8804,46.94153],[-69.8804,46.87925],[-69.94217,46.87925],[-69.94217,46.81774],[-70.00631,46.81774],[-70.00631,46.69203],[-70.07043,46.69203],[-70.07043,46.44259],[-70.19459,46.44259],[-70.19459,46.37859],[-70.2562,46.37859],[-70.2562,46.31526],[-70.32037,46.31526],[-70.32037,46.06512],[-70.3815,46.06512],[-70.3815,45.93552],[-70.32016,45.93552],[-70.32016,45.87948],[-70.44931,45.87948],[-70.44931,45.75387],[-70.507,45.75387],[-70.507,45.69169],[-70.63166,45.69169],[-70.63166,45.62916],[-70.75755,45.62916],[-70.75755,45.44147],[-70.88099,45.44147],[-70.88099,45.37806],[-71.13328,45.37806],[-71.13328,45.31515],[-71.38303,45.31515],[-71.38303,45.25342],[-71.50764,45.25342],[-71.50764,45.06557],[-73.94189,45.06557],[-73.94189,45.00312],[-74.74697,45.00312],[-74.74697,45.0649],[-74.8801,45.0649],[-74.8801,45.0029],[-75.06625,45.0029],[-75.06625,44.94152],[-75.25394,44.94152],[-75.25394,44.8776],[-75.37896,44.8776],[-75.37896,44.81535],[-75.44313,44.81535],[-75.44313,44.75361],[-75.56666,44.75361],[-75.56666,44.69099],[-75.62902,44.69099],[-75.62902,44.6285],[-75.75405,44.6285],[-75.75405,44.56638],[-75.81731,44.56638],[-75.81731,44.50289],[-75.87995,44.50289],[-75.87995,44.37849],[-76.13003,44.37849],[-76.13003,44.31592],[-76.1927,44.31592],[-76.1927,44.25344],[-76.31826,44.25344],[-76.31826,44.19167],[-76.3793,44.19167],[-76.3793,44.06537],[-76.44276,44.06537],[-76.44276,43.99638],[-76.31703,43.99638],[-76.31703,43.94146],[-76.50766,43.94146],[-76.50766,43.87233],[-76.383,43.87233],[-76.383,43.80919],[-76.25341,43.80919],[-76.25341,43.56652],[-76.50648,43.56652],[-76.50648,43.50339],[-76.63312,43.50339],[-76.63312,43.44323],[-76.69511,43.44323],[-76.69511,43.37869],[-76.81778,43.37869],[-76.81778,43.31807],[-77.682,43.31807],[-77.682,43.37894],[-78.05659,43.37894],[-78.05659,43.43969],[-78.43897,43.43969],[-78.43897,43.37944],[-78.88034,43.37944],[-78.88034,43.31497],[-79.12989,43.31497],[-79.12989,43.24293],[-79.06696,43.24293],[-79.06696,43.12999],[-79.12989,43.12999],[-79.12989,43.05773],[-79.07126,43.05773],[-79.07126,42.92949],[-78.94326,42.92949],[-78.94326,42.75422],[-79.06944,42.75422],[-79.06944,42.69416],[-79.13344,42.69416],[-79.13344,42.6297],[-79.19475,42.6297],[-79.19475,42.56635],[-79.37868,42.56635],[-79.37868,42.50334],[-79.4443,42.50334],[-79.4443,42.44106],[-79.56799,42.44106],[-79.56799,42.37753],[-79.69062,42.37753],[-79.69062,42.31711],[-79.81646,42.31711],[-79.81646,42.25345],[-80.00524,42.25345],[-80.00524,42.19092],[-80.19168,42.19092],[-80.19168,42.12726],[-80.3168,42.12726],[-80.3168,42.06699],[-80.50632,42.06699],[-80.50632,42.00343],[-80.69305,42.00343],[-80.69305,41.94151],[-80.94404,41.94151],[-80.94404,41.87812],[-81.19427,41.87812],[-81.19427,41.81665],[-81.31901,41.81665],[-81.31901,41.75455],[-81.44184,41.75455],[-81.44184,41.69096],[-81.50535,41.69096],[-81.50535,41.63016],[-82.74701,41.63016],[-82.74701,41.75369],[-82.88391,41.75369],[-82.88391,41.56561],[-82.99572,41.56561],[-82.99572,41.62704],[-83.12578,41.62704],[-83.12578,41.68784],[-83.24747,41.68784],[-83.24747,41.75369],[-83.37373,41.75369],[-83.37373,41.80928],[-83.3106,41.80928],[-83.3106,41.87161],[-83.24747,41.87161],[-83.24747,41.93614],[-83.18434,41.93614],[-83.18434,41.99609],[-83.12077,41.99609],[-83.12077,42.24648],[-83.05892,42.24648],[-83.05892,42.30896],[-82.86853,42.30896],[-82.86853,42.37177],[-82.80722,42.37177],[-82.80722,42.55855],[-82.75537,42.55855],[-82.75537,42.49549],[-82.5599,42.49549],[-82.5599,42.55855],[-82.49678,42.55855],[-82.49678,42.68336],[-82.43289,42.68336],[-82.43289,42.93422],[-82.37006,42.93422],[-82.37006,43.06481],[-82.43289,43.06481],[-82.43289,43.19176],[-82.49475,43.19176],[-82.49475,43.50346],[-82.55713,43.50346],[-82.55713,43.81609],[-82.61979,43.81609],[-82.61979,43.94221],[-82.68395,43.94221],[-82.68395,44.00226],[-82.74653,44.00226],[-82.74653,44.06705],[-82.87087,44.06705],[-82.87087,44.12919],[-83.00852,44.12919],[-83.00852,44.06648],[-83.13361,44.06648],[-83.13361,44.00539],[-83.24145,44.00539],[-83.24145,44.9962],[-83.18061,44.9962],[-83.18061,45.0673],[-83.24552,45.0673],[-83.24552,45.12874],[-83.30659,45.12874],[-83.30659,45.25515],[-83.37061,45.25515],[-83.37061,45.31659],[-83.43256,45.31659],[-83.43256,45.37921],[-83.61784,45.37921],[-83.61784,45.44197],[-83.80843,45.44197],[-83.80843,45.50362],[-84.05507,45.50362],[-84.05507,45.56479],[-84.12352,45.56479],[-84.12352,45.62878],[-84.18075,45.62878],[-84.18075,45.69147],[-84.31116,45.69147],[-84.31116,45.93371],[-83.821,45.93371],[-83.821,45.87251],[-83.49681,45.87251],[-83.49681,45.93371],[-83.43381,45.93371],[-83.43381,46.00169],[-83.49627,46.00169],[-83.49627,46.06682],[-83.56,46.06682],[-83.56,46.12616],[-83.99546,46.12616],[-83.99546,46.19317],[-84.05918,46.19317],[-84.05918,46.3815],[-84.11526,46.3815],[-84.11526,46.49536],[-84.05918,46.49536],[-84.05918,46.56827],[-84.25795,46.56827],[-84.25795,46.50512],[-84.30719,46.50512],[-84.30719,46.56827],[-84.44154,46.56827],[-84.44154,46.50453],[-84.99657,46.50453],[-84.99657,46.68429],[-84.92982,46.68429],[-84.92982,46.81808],[-85.31659,46.81808],[-85.31659,46.75358],[-87.55626,46.75358],[-87.55626,47.44074],[-87.68254,47.44074],[-87.68254,47.50356],[-88.25607,47.50356],[-88.25607,47.44337],[-88.44174,47.44337],[-88.44174,47.37899],[-88.50683,47.37899],[-88.50683,47.31539],[-88.63128,47.31539],[-88.63128,47.25398],[-88.75696,47.25398],[-88.75696,47.19347],[-88.88383,47.19347],[-88.88383,47.12847],[-88.94342,47.12847],[-88.94342,47.06621],[-89.07087,47.06621],[-89.07087,47.00268],[-89.25656,47.00268],[-89.25656,46.94108],[-90.36777,46.94108],[-90.36777,47.68448],[-90.307,47.68448],[-90.307,47.74602],[-89.99486,47.74602],[-89.99486,47.80827],[-89.80486,47.80827],[-89.80486,47.87006],[-89.67977,47.87006],[-89.67977,47.93396],[-89.49338,47.93396],[-89.49338,47.9958],[-89.42847,47.9958],[-89.42847,48.06564],[-89.99327,48.06564],[-89.99327,48.1283],[-90.74559,48.1283],[-90.74559,48.18931],[-90.80873,48.18931],[-90.80873,48.25221],[-91.06776,48.25221],[-91.06776,48.19167],[-91.19462,48.19167],[-91.19462,48.1279],[-91.68142,48.1279],[-91.68142,48.2526],[-91.93219,48.2526],[-91.93219,48.31425],[-91.99297,48.31425],[-91.99297,48.37808],[-92.31894,48.37808],[-92.31894,48.25291],[-92.37322,48.25291],[-92.37322,48.31534],[-92.43223,48.31534],[-92.43223,48.44114],[-92.49772,48.44114]],[[-123.05959,37.75281],[-123.05907,37.81532],[-123.12869,37.81569],[-123.12926,37.74785],[-123.06737,37.74753],[-123.0679,37.6849],[-122.93475,37.6842],[-122.93417,37.75215],[-123.05959,37.75281]],[[-123.12915,48.93432],[-122.99542,48.93432],[-122.99542,49.06451],[-123.12915,49.06451],[-123.12915,48.93432]],[[-71.49665,41.25414],[-71.62995,41.25409],[-71.62986,41.12291],[-71.49656,41.12297],[-71.49665,41.25414]],[[-69.93373,41.37919],[-69.99507,41.37917],[-69.99511,41.44316],[-70.07078,41.44313],[-70.0707,41.31449],[-70.24617,41.31443],[-70.24621,41.37755],[-70.31843,41.37752],[-70.31834,41.24482],[-70.19066,41.24487],[-70.19062,41.1886],[-69.9336,41.1887],[-69.93373,41.37919]],[[-68.87731,43.7467],[-68.80903,43.74673],[-68.80908,43.81023],[-68.7465,43.81025],[-68.74654,43.87216],[-68.68565,43.87218],[-68.68569,43.9405],[-68.94034,43.94041],[-68.94025,43.81176],[-68.87735,43.81178],[-68.87731,43.7467]]],"terms_url":"https://naip-usdaonline.hub.arcgis.com/","terms_text":"U.S. Department of Agriculture","description":"The most recent year of 30/60cm 4-band DOQQs from the National Agriculture Imagery Program (NAIP) for each state in the contiguous United States.","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA-NAIP-HI","name":"National Agriculture Imagery Program (HI)","type":"tms","template":"https://gis.apfo.usda.gov/arcgis/rest/services/NonCONUS/HI/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-160.33913,22.3188],[-160.33913,18.84504],[-154.73745,18.84504],[-154.73745,22.3188],[-160.33913,22.3188]]],"terms_url":"https://naip-usdaonline.hub.arcgis.com/","terms_text":"U.S. Department of Agriculture","description":"The most recent year of 60cm 4-band DOQQs from the National Agriculture Imagery Program (NAIP) for Hawaii.","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA-NAIP-PR","name":"National Agriculture Imagery Program (PR/USVI)","type":"tms","template":"https://gis.apfo.usda.gov/arcgis/rest/services/NonCONUS/PR/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-64.38691,17.5997],[-64.639,18.36286],[-64.86255,18.39568],[-64.98334,18.64807],[-67.9737,18.61989],[-67.9737,17.59628],[-64.38691,17.5997]]],"terms_url":"https://naip-usdaonline.hub.arcgis.com/","terms_text":"U.S. Department of Agriculture","description":"The most recent year of 60cm 4-band DOQQs from the National Agriculture Imagery Program (NAIP) for Puerto Rico and the United States Virgin Islands.","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"NC_Latest_Ortho_CIR","name":"NC OneMap Latest Orthoimagery (Infrared)","type":"wms","template":"https://services.nconemap.gov/secure/rest/services/Imagery/Orthoimagery_CIR/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[2,20],"polygon":[[[-77.20159,34.60707],[-76.97777,34.6671],[-76.73538,34.69138],[-76.64681,34.67444],[-76.58157,34.65637],[-76.52595,34.5569],[-76.49334,34.65665],[-76.32305,34.84142],[-76.06865,35.0366],[-76.00358,35.0658],[-75.77305,35.18138],[-75.60121,35.22907],[-75.51573,35.20678],[-75.44174,35.65506],[-75.77065,36.2404],[-75.8654,36.55184],[-76.91584,36.55281],[-76.92412,36.54426],[-77.15265,36.54498],[-77.1702,36.54798],[-77.1884,36.54743],[-77.20754,36.54495],[-80.2565,36.54798],[-81.68472,36.59017],[-81.70875,36.5364],[-81.74257,36.41175],[-81.73914,36.34278],[-81.79218,36.36366],[-81.86119,36.3385],[-81.90891,36.30406],[-82.03045,36.13233],[-82.21928,36.16172],[-82.39162,36.1046],[-82.41034,36.08379],[-82.46166,36.00967],[-82.56586,35.95717],[-82.61066,35.99745],[-82.58972,36.03119],[-82.59058,36.03675],[-82.6304,36.06645],[-82.63933,36.06742],[-82.77683,36.00217],[-82.78696,35.98773],[-82.7873,35.95828],[-82.82198,35.92284],[-82.82558,35.93229],[-82.8491,35.95036],[-82.87193,35.95425],[-82.89906,35.94535],[-82.92068,35.92965],[-82.92583,35.84342],[-82.93528,35.83632],[-82.98935,35.78092],[-83.05012,35.79039],[-83.07758,35.79094],[-83.16101,35.76546],[-83.24238,35.72784],[-83.35327,35.66092],[-83.4882,35.59339],[-83.77247,35.56379],[-83.88199,35.52049],[-83.98584,35.44697],[-84.02344,35.41312],[-84.06223,35.26805],[-84.2284,35.27169],[-84.2926,35.22851],[-84.32299,34.98768],[-83.619,34.98571],[-83.619,34.99105],[-83.38177,34.99435],[-83.10848,35.00044],[-82.78308,35.08545],[-82.77675,35.08083],[-82.77906,35.07704],[-82.78241,35.06657],[-82.78177,35.06502],[-82.77554,35.06448],[-82.77162,35.06525],[-82.77087,35.06671],[-82.75632,35.06717],[-82.70345,35.09842],[-82.69838,35.09505],[-82.68512,35.10745],[-82.68907,35.11791],[-82.68598,35.12036],[-82.68585,35.12468],[-82.67589,35.12591],[-82.67534,35.1152],[-82.62697,35.12552],[-82.51016,35.16062],[-82.49535,35.16177],[-82.48166,35.17374],[-82.45853,35.17444],[-82.45831,35.16363],[-82.44518,35.16398],[-82.43231,35.16721],[-82.41437,35.19941],[-82.38544,35.21049],[-82.38356,35.19001],[-82.37497,35.17914],[-82.36708,35.18082],[-82.35738,35.19022],[-82.32365,35.18433],[-82.28511,35.19829],[-82.15542,35.19261],[-81.50465,35.16974],[-81.05438,35.14855],[-81.05936,35.06246],[-81.04168,35.04349],[-80.93422,35.10601],[-80.82882,34.98669],[-80.78238,34.93569],[-80.79895,34.81831],[-79.86906,34.80521],[-79.67714,34.8038],[-78.53868,33.84618],[-78.35728,33.90096],[-78.0867,33.90006],[-78.00842,33.85673],[-77.96001,33.8382],[-77.79144,34.20044],[-77.64038,34.35024],[-77.32001,34.52489],[-77.37654,34.5757],[-77.39748,34.57832],[-77.41336,34.57047],[-77.48082,34.59549],[-77.51249,34.52134],[-77.55601,34.50026],[-77.58118,34.59335],[-77.57007,34.67731],[-77.47507,34.65383],[-77.46743,34.67451],[-77.47687,34.68983],[-77.47996,34.71086],[-77.47421,34.72835],[-77.45507,34.74429],[-77.44108,34.7335],[-77.41722,34.7481],[-77.36598,34.74041],[-77.35834,34.73724],[-77.32676,34.71608],[-77.27895,34.70563],[-77.26109,34.70952],[-77.23449,34.70867],[-77.24358,34.67571],[-77.20159,34.60707]]],"terms_url":"https://www.nconemap.gov/pages/imagery","terms_text":"NCCGIA, NC911 Board","description":"The most recent 6-inch resolution infrared orthoimagery for the State of North Carolina","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/nc/NCOneMap.png"},{"id":"NC_Latest_Ortho_Natural","name":"NC OneMap Latest Orthoimagery (Natural Color)","type":"tms","template":"https://services.nconemap.gov/secure/rest/services/Imagery/Orthoimagery_Latest_cached/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[2,20],"polygon":[[[-77.20159,34.60707],[-76.97777,34.6671],[-76.73538,34.69138],[-76.64681,34.67444],[-76.58157,34.65637],[-76.52595,34.5569],[-76.49334,34.65665],[-76.32305,34.84142],[-76.06865,35.0366],[-76.00358,35.0658],[-75.77305,35.18138],[-75.60121,35.22907],[-75.51573,35.20678],[-75.44174,35.65506],[-75.77065,36.2404],[-75.8654,36.55184],[-76.91584,36.55281],[-76.92412,36.54426],[-77.15265,36.54498],[-77.1702,36.54798],[-77.1884,36.54743],[-77.20754,36.54495],[-80.2565,36.54798],[-81.68472,36.59017],[-81.70875,36.5364],[-81.74257,36.41175],[-81.73914,36.34278],[-81.79218,36.36366],[-81.86119,36.3385],[-81.90891,36.30406],[-82.03045,36.13233],[-82.21928,36.16172],[-82.39162,36.1046],[-82.41034,36.08379],[-82.46166,36.00967],[-82.56586,35.95717],[-82.61066,35.99745],[-82.58972,36.03119],[-82.59058,36.03675],[-82.6304,36.06645],[-82.63933,36.06742],[-82.77683,36.00217],[-82.78696,35.98773],[-82.7873,35.95828],[-82.82198,35.92284],[-82.82558,35.93229],[-82.8491,35.95036],[-82.87193,35.95425],[-82.89906,35.94535],[-82.92068,35.92965],[-82.92583,35.84342],[-82.93528,35.83632],[-82.98935,35.78092],[-83.05012,35.79039],[-83.07758,35.79094],[-83.16101,35.76546],[-83.24238,35.72784],[-83.35327,35.66092],[-83.4882,35.59339],[-83.77247,35.56379],[-83.88199,35.52049],[-83.98584,35.44697],[-84.02344,35.41312],[-84.06223,35.26805],[-84.2284,35.27169],[-84.2926,35.22851],[-84.32299,34.98768],[-83.619,34.98571],[-83.619,34.99105],[-83.38177,34.99435],[-83.10848,35.00044],[-82.78308,35.08545],[-82.77675,35.08083],[-82.77906,35.07704],[-82.78241,35.06657],[-82.78177,35.06502],[-82.77554,35.06448],[-82.77162,35.06525],[-82.77087,35.06671],[-82.75632,35.06717],[-82.70345,35.09842],[-82.69838,35.09505],[-82.68512,35.10745],[-82.68907,35.11791],[-82.68598,35.12036],[-82.68585,35.12468],[-82.67589,35.12591],[-82.67534,35.1152],[-82.62697,35.12552],[-82.51016,35.16062],[-82.49535,35.16177],[-82.48166,35.17374],[-82.45853,35.17444],[-82.45831,35.16363],[-82.44518,35.16398],[-82.43231,35.16721],[-82.41437,35.19941],[-82.38544,35.21049],[-82.38356,35.19001],[-82.37497,35.17914],[-82.36708,35.18082],[-82.35738,35.19022],[-82.32365,35.18433],[-82.28511,35.19829],[-82.15542,35.19261],[-81.50465,35.16974],[-81.05438,35.14855],[-81.05936,35.06246],[-81.04168,35.04349],[-80.93422,35.10601],[-80.82882,34.98669],[-80.78238,34.93569],[-80.79895,34.81831],[-79.86906,34.80521],[-79.67714,34.8038],[-78.53868,33.84618],[-78.35728,33.90096],[-78.0867,33.90006],[-78.00842,33.85673],[-77.96001,33.8382],[-77.79144,34.20044],[-77.64038,34.35024],[-77.32001,34.52489],[-77.37654,34.5757],[-77.39748,34.57832],[-77.41336,34.57047],[-77.48082,34.59549],[-77.51249,34.52134],[-77.55601,34.50026],[-77.58118,34.59335],[-77.57007,34.67731],[-77.47507,34.65383],[-77.46743,34.67451],[-77.47687,34.68983],[-77.47996,34.71086],[-77.47421,34.72835],[-77.45507,34.74429],[-77.44108,34.7335],[-77.41722,34.7481],[-77.36598,34.74041],[-77.35834,34.73724],[-77.32676,34.71608],[-77.27895,34.70563],[-77.26109,34.70952],[-77.23449,34.70867],[-77.24358,34.67571],[-77.20159,34.60707]]],"terms_url":"https://www.nconemap.gov/pages/imagery","terms_text":"NCCGIA, NC911 Board","best":true,"description":"The most recent 6-inch resolution natural color orthoimagery for the State of North Carolina","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/nc/NCOneMap.png"},{"id":"NC_Latest_Ortho_NDVI","name":"NC OneMap Latest Orthoimagery (NDVI)","type":"wms","template":"https://services.nconemap.gov/secure/rest/services/Imagery/Orthoimagery_NDVI/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[2,20],"polygon":[[[-77.20155,34.60707],[-76.97773,34.6671],[-76.73534,34.69138],[-76.64677,34.67444],[-76.58154,34.65637],[-76.52592,34.5569],[-76.4933,34.65665],[-76.32301,34.84142],[-76.06861,35.0366],[-76.00354,35.0658],[-75.77301,35.18139],[-75.60118,35.22907],[-75.51569,35.20678],[-75.4417,35.65506],[-75.77061,36.2404],[-75.86536,36.55184],[-76.9158,36.55281],[-76.92408,36.54426],[-77.15261,36.54498],[-77.17016,36.54798],[-77.18836,36.54743],[-77.2075,36.54495],[-80.25646,36.54798],[-81.68468,36.59017],[-81.70872,36.5364],[-81.74253,36.41175],[-81.7391,36.34278],[-81.79214,36.36366],[-81.86115,36.3385],[-81.90887,36.30406],[-82.03041,36.13233],[-82.21924,36.16172],[-82.39159,36.1046],[-82.4103,36.08379],[-82.46162,36.00967],[-82.56582,35.95717],[-82.61063,35.99745],[-82.58968,36.03119],[-82.59054,36.03675],[-82.63037,36.06645],[-82.63929,36.06742],[-82.77679,36.00217],[-82.78692,35.98773],[-82.78726,35.95828],[-82.82194,35.92284],[-82.82555,35.93229],[-82.84906,35.95036],[-82.87189,35.95425],[-82.89902,35.94535],[-82.92065,35.92965],[-82.9258,35.84342],[-82.93524,35.83632],[-82.95948,35.79043],[-82.95376,35.7454],[-82.91114,35.73059],[-82.89901,35.68495],[-82.8854,35.67814],[-82.66175,35.74124],[-82.54064,35.79185],[-82.40823,35.81883],[-82.34016,35.80159],[-82.33459,35.74872],[-82.27504,35.70389],[-82.28277,35.66665],[-82.27071,35.62207],[-82.29129,35.59158],[-82.25088,35.55987],[-82.22004,35.5536],[-82.16288,35.52749],[-81.9739,35.52763],[-81.84883,35.53803],[-81.82034,35.57837],[-81.69274,35.58439],[-81.53315,35.57006],[-80.96146,35.54875],[-80.96045,35.4973],[-80.93184,35.48997],[-80.90646,35.51482],[-80.29573,35.50081],[-79.76831,35.5119],[-79.76364,35.47437],[-79.75359,35.44836],[-79.6695,35.1808],[-79.85379,35.18272],[-80.07718,35.14732],[-80.07461,35.11445],[-80.03671,35.09147],[-79.99621,35.0852],[-79.96868,35.1054],[-79.93327,35.11529],[-79.91167,35.07195],[-79.9078,34.99658],[-79.84858,34.90316],[-79.90207,34.85865],[-79.92865,34.80599],[-79.6771,34.8038],[-78.53865,33.84618],[-78.35724,33.90097],[-78.08666,33.90006],[-78.00838,33.85673],[-77.95998,33.8382],[-77.7914,34.20044],[-77.64034,34.35024],[-77.31998,34.52489],[-77.3765,34.5757],[-77.39744,34.57832],[-77.41332,34.57047],[-77.48078,34.59549],[-77.51245,34.52134],[-77.55597,34.50026],[-77.58114,34.59335],[-77.57003,34.67731],[-77.47503,34.65383],[-77.46739,34.67451],[-77.47683,34.68983],[-77.47992,34.71086],[-77.47417,34.72835],[-77.45503,34.74429],[-77.44104,34.7335],[-77.41718,34.7481],[-77.36594,34.74041],[-77.3583,34.73724],[-77.32672,34.71608],[-77.27891,34.70563],[-77.26106,34.70952],[-77.23445,34.70867],[-77.24355,34.67571],[-77.20155,34.60707]]],"terms_url":"https://www.nconemap.gov/datasets/nc-orthoimagery-ndvi","terms_text":"NCCGIA, NC911 Board","description":"The most recent 4-band NDVI orthoimagery for the State of North Carolina","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/nc/NCOneMap.png"},{"id":"NH_2021_2022_6in_RGB","name":"NH GRANIT 2021/2022 6-inch Orthophotos (Color)","type":"wms","template":"https://nhgeodata.unh.edu/nhgeodata/services/ImageServices/NH_2021_2022_6in_RGB/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=NH_2021_2022_6in_RGB:None&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-70.96688,43.3678],[-70.96631,43.41611],[-70.94745,43.416],[-70.94613,43.52908],[-70.92496,43.54696],[-70.94827,43.58239],[-70.96465,43.58237],[-70.96233,43.77439],[-70.9813,43.77455],[-70.97737,44.10375],[-70.9964,44.10391],[-70.99292,44.41927],[-71.01198,44.41943],[-71.0089,44.6937],[-71.02819,44.69378],[-71.02579,44.91311],[-71.04513,44.91327],[-71.04262,45.11898],[-71.06206,45.11915],[-71.05988,45.3109],[-71.11672,45.31137],[-71.14637,45.25665],[-71.17717,45.25676],[-71.17726,45.27051],[-71.22779,45.2707],[-71.26342,45.31195],[-71.30021,45.31214],[-71.37364,45.28167],[-71.37315,45.26234],[-71.45141,45.23958],[-71.45149,45.21487],[-71.43211,45.21486],[-71.43224,45.18141],[-71.47796,45.09305],[-71.49929,45.09327],[-71.54902,45.00378],[-71.54924,44.95442],[-71.52961,44.95436],[-71.52985,44.89557],[-71.57269,44.86744],[-71.58788,44.80225],[-71.64578,44.75793],[-71.64566,44.72887],[-71.56895,44.61404],[-71.56886,44.57878],[-71.60744,44.56737],[-71.60769,44.55161],[-71.588,44.53672],[-71.60744,44.52493],[-71.60793,44.49044],[-71.64317,44.4901],[-71.71827,44.42122],[-71.76834,44.42174],[-71.81111,44.40786],[-71.86385,44.35244],[-71.97492,44.35227],[-72.0471,44.33385],[-72.04686,44.31733],[-72.08502,44.29211],[-72.0848,44.2543],[-72.06554,44.2543],[-72.06527,44.21482],[-72.08441,44.21469],[-72.08423,44.17193],[-72.06521,44.17195],[-72.06448,44.0732],[-72.14286,43.99637],[-72.12056,43.9564],[-72.13964,43.95216],[-72.13927,43.92243],[-72.19609,43.89571],[-72.19526,43.81649],[-72.21428,43.81643],[-72.21431,43.78088],[-72.30606,43.73375],[-72.3451,43.64923],[-72.34452,43.6187],[-72.40085,43.57937],[-72.40018,43.52738],[-72.41904,43.52716],[-72.41863,43.49819],[-72.39986,43.49828],[-72.39914,43.44501],[-72.41792,43.44484],[-72.41713,43.38989],[-72.43609,43.38962],[-72.4356,43.34704],[-72.41677,43.34713],[-72.41579,43.28719],[-72.45322,43.26011],[-72.45243,43.19769],[-72.47115,43.19758],[-72.47032,43.12747],[-72.45173,43.12736],[-72.45103,43.08517],[-72.4881,43.05734],[-72.48788,43.03354],[-72.47272,43.01897],[-72.50263,42.97793],[-72.54293,42.97738],[-72.54217,42.90937],[-72.57899,42.87692],[-72.57839,42.83855],[-72.51738,42.75645],[-72.49709,42.75645],[-72.46477,42.71587],[-72.26043,42.7171],[-72.2603,42.70339],[-71.7953,42.70483],[-71.79526,42.69112],[-71.27211,42.69053],[-71.23839,42.73164],[-71.1603,42.73127],[-71.16007,42.76035],[-71.17872,42.77233],[-71.1411,42.7998],[-71.0479,42.7993],[-71.0199,42.85399],[-70.9598,42.85372],[-70.90506,42.87247],[-70.87754,42.85296],[-70.82343,42.85267],[-70.76726,42.93518],[-70.6907,43.03074],[-70.68907,43.08878],[-70.81965,43.14211],[-70.81927,43.16825],[-70.80052,43.16807],[-70.79922,43.25197],[-70.85584,43.27962],[-70.89242,43.33476],[-70.96688,43.3678]],[[-70.60776,43.01719],[-70.63705,42.99698],[-70.63741,42.96102],[-70.5981,42.96053],[-70.59707,43.00964],[-70.60776,43.01719]]],"terms_url":"https://granit.unh.edu/","terms_text":"NH GRANIT","description":"Statewide 2021/2022 6-inch Orthophotography for New Hampshire","icon":"https://www.arcgis.com/sharing/rest/content/items/9077b6cdf1d94589b79cc66d8f919da2/resources/GRANITLogoTransparent1.png"},{"id":"NH_2021_2022_6in_CIR","name":"NH GRANIT 2021/2022 6-inch Orthophotos (Infrared)","type":"wms","template":"https://nhgeodata.unh.edu/nhgeodata/services/ImageServices/NH_2021_2022_6in_CIR/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=NH_2021_2022_6in_CIR:2122CIR&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-70.96688,43.3678],[-70.96631,43.41611],[-70.94745,43.416],[-70.94613,43.52908],[-70.92496,43.54696],[-70.94827,43.58239],[-70.96465,43.58237],[-70.96233,43.77439],[-70.9813,43.77455],[-70.97737,44.10375],[-70.9964,44.10391],[-70.99292,44.41927],[-71.01198,44.41943],[-71.0089,44.6937],[-71.02819,44.69378],[-71.02579,44.91311],[-71.04513,44.91327],[-71.04262,45.11898],[-71.06206,45.11915],[-71.05988,45.3109],[-71.11672,45.31137],[-71.14637,45.25665],[-71.17717,45.25676],[-71.17726,45.27051],[-71.22779,45.2707],[-71.26342,45.31195],[-71.30021,45.31214],[-71.37364,45.28167],[-71.37315,45.26234],[-71.45141,45.23958],[-71.45149,45.21487],[-71.43211,45.21486],[-71.43224,45.18141],[-71.47796,45.09305],[-71.49929,45.09327],[-71.54902,45.00378],[-71.54924,44.95442],[-71.52961,44.95436],[-71.52985,44.89557],[-71.57269,44.86744],[-71.58788,44.80225],[-71.64578,44.75793],[-71.64566,44.72887],[-71.56895,44.61404],[-71.56886,44.57878],[-71.60744,44.56737],[-71.60769,44.55161],[-71.588,44.53672],[-71.60744,44.52493],[-71.60793,44.49044],[-71.64317,44.4901],[-71.71827,44.42122],[-71.76834,44.42174],[-71.81111,44.40786],[-71.86385,44.35244],[-71.97492,44.35227],[-72.0471,44.33385],[-72.04686,44.31733],[-72.08502,44.29211],[-72.0848,44.2543],[-72.06554,44.2543],[-72.06527,44.21482],[-72.08441,44.21469],[-72.08423,44.17193],[-72.06521,44.17195],[-72.06448,44.0732],[-72.14286,43.99637],[-72.12056,43.9564],[-72.13964,43.95216],[-72.13927,43.92243],[-72.19609,43.89571],[-72.19526,43.81649],[-72.21428,43.81643],[-72.21431,43.78088],[-72.30606,43.73375],[-72.3451,43.64923],[-72.34452,43.6187],[-72.40085,43.57937],[-72.40018,43.52738],[-72.41904,43.52716],[-72.41863,43.49819],[-72.39986,43.49828],[-72.39914,43.44501],[-72.41792,43.44484],[-72.41713,43.38989],[-72.43609,43.38962],[-72.4356,43.34704],[-72.41677,43.34713],[-72.41579,43.28719],[-72.45322,43.26011],[-72.45243,43.19769],[-72.47115,43.19758],[-72.47032,43.12747],[-72.45173,43.12736],[-72.45103,43.08517],[-72.4881,43.05734],[-72.48788,43.03354],[-72.47272,43.01897],[-72.50263,42.97793],[-72.54293,42.97738],[-72.54217,42.90937],[-72.57899,42.87692],[-72.57839,42.83855],[-72.51738,42.75645],[-72.49709,42.75645],[-72.46477,42.71587],[-72.26043,42.7171],[-72.2603,42.70339],[-71.7953,42.70483],[-71.79526,42.69112],[-71.27211,42.69053],[-71.23839,42.73164],[-71.1603,42.73127],[-71.16007,42.76035],[-71.17872,42.77233],[-71.1411,42.7998],[-71.0479,42.7993],[-71.0199,42.85399],[-70.9598,42.85372],[-70.90506,42.87247],[-70.87754,42.85296],[-70.82343,42.85267],[-70.76726,42.93518],[-70.6907,43.03074],[-70.68907,43.08878],[-70.81965,43.14211],[-70.81927,43.16825],[-70.80052,43.16807],[-70.79922,43.25197],[-70.85584,43.27962],[-70.89242,43.33476],[-70.96688,43.3678]],[[-70.60776,43.01719],[-70.63705,42.99698],[-70.63741,42.96102],[-70.5981,42.96053],[-70.59707,43.00964],[-70.60776,43.01719]]],"terms_url":"https://granit.unh.edu/","terms_text":"NH GRANIT","description":"Statewide 2021/2022 6-inch Orthophotography for New Hampshire","icon":"https://www.arcgis.com/sharing/rest/content/items/9077b6cdf1d94589b79cc66d8f919da2/resources/GRANITLogoTransparent1.png"},{"id":"LiDAR_Bare_Earth_NE_HS_NH_2022","name":"NH GRANIT LiDAR Hillshade 2022 (Northeast)","type":"wms","template":"https://nhgeodata.unh.edu/nhgeodata/services/ImageServices/LiDAR_Bare_Earth_NE_HS_NH_2022/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-70.97894,43.39713],[-70.98289,43.40927],[-70.9578,43.43756],[-70.95725,43.46773],[-70.95124,43.50952],[-70.94729,43.55136],[-70.96983,43.58192],[-70.98289,43.75552],[-70.98651,43.7902],[-70.99049,43.92114],[-70.99954,44.1041],[-71.00404,44.21059],[-70.97797,44.21347],[-70.98265,44.3587],[-71.01333,44.38194],[-71.02381,44.55178],[-71.00819,44.55208],[-71.02169,44.94201],[-71.04072,44.9417],[-71.0541,45.31479],[-71.08594,45.30855],[-71.10374,45.30128],[-71.13504,45.24664],[-71.14603,45.24429],[-71.1611,45.25344],[-71.18048,45.24493],[-71.19573,45.25639],[-71.22715,45.25549],[-71.24203,45.26986],[-71.25862,45.27726],[-71.26233,45.29577],[-71.28372,45.30517],[-71.29933,45.30043],[-71.33293,45.28265],[-71.3384,45.27564],[-71.36112,45.27269],[-71.36726,45.26743],[-71.36027,45.25575],[-71.36453,45.25032],[-71.37808,45.2475],[-71.38591,45.2365],[-71.39545,45.24476],[-71.40706,45.24429],[-71.42225,45.23582],[-71.43744,45.24211],[-71.44619,45.24065],[-71.44758,45.23389],[-71.40469,45.2107],[-71.40189,45.20611],[-71.41775,45.18616],[-71.44005,45.13977],[-71.43057,45.12905],[-71.433,45.12382],[-71.45044,45.11507],[-71.46952,45.09183],[-71.50099,45.07081],[-71.51035,45.04484],[-71.49558,45.04171],[-71.50318,45.02784],[-71.50512,45.0113],[-71.53277,45.00219],[-71.5451,44.9841],[-71.52037,44.9572],[-71.52694,44.93763],[-71.50282,44.90911],[-71.53635,44.8726],[-71.54954,44.86765],[-71.55987,44.84771],[-71.55592,44.8397],[-71.56582,44.82776],[-71.57676,44.82237],[-71.5815,44.8135],[-71.57445,44.80544],[-71.58144,44.78884],[-71.59553,44.78483],[-71.62063,44.76007],[-71.63661,44.75347],[-71.6298,44.72697],[-71.61316,44.71164],[-71.58739,44.65111],[-71.56916,44.64683],[-71.55944,44.61211],[-71.5671,44.60195],[-71.5558,44.58871],[-71.56376,44.56685],[-71.59341,44.56897],[-71.60337,44.55425],[-71.57658,44.53749],[-71.58411,44.52667],[-71.60003,44.52446],[-71.58958,44.51064],[-71.59815,44.50188],[-71.60246,44.4884],[-71.63327,44.48706],[-71.65204,44.47367],[-71.66498,44.44222],[-71.68145,44.43797],[-71.68892,44.42613],[-71.71292,44.41402],[-71.73911,44.41263],[-71.74646,44.4049],[-71.7574,44.41085],[-71.80546,44.39926],[-71.82861,44.37503],[-71.81864,44.36044],[-71.8602,44.35105],[-71.87515,44.34271],[-71.91051,44.35218],[-71.93615,44.34063],[-71.95341,44.34575],[-71.96532,44.3401],[-71.9782,44.34306],[-71.99704,44.33767],[-72.01016,44.3262],[-72.03045,44.32594],[-72.03957,44.32046],[-72.03884,44.30324],[-72.06484,44.28724],[-72.07396,44.27088],[-72.05464,44.23894],[-72.06667,44.20036],[-72.07116,44.18938],[-72.04625,44.15417],[-72.04637,44.13629],[-72.04188,44.12975],[-72.05731,44.12085],[-72.05913,44.1082],[-72.0488,44.08857],[-72.05622,44.07739],[-72.05609,44.06543],[-72.07019,44.05958],[-72.1092,44.01416],[-72.12062,43.99431],[-72.11758,43.96686],[-72.10337,43.95767],[-72.12232,43.94717],[-72.12257,43.92442],[-72.17506,43.88651],[-72.17822,43.88003],[-72.17239,43.87039],[-72.18624,43.8675],[-72.19195,43.85541],[-72.18661,43.83745],[-72.1928,43.82228],[-72.18758,43.80834],[-72.20884,43.7858],[-72.20994,43.77158],[-72.23607,43.75912],[-72.23692,43.74903],[-72.27495,43.73612],[-72.30715,43.70275],[-72.31116,43.68386],[-72.30728,43.67155],[-72.31748,43.65845],[-72.32016,43.64447],[-72.33316,43.63612],[-72.3396,43.61492],[-72.33365,43.60287],[-72.3831,43.57725],[-72.38748,43.56149],[-72.38517,43.54009],[-72.39744,43.52934],[-72.40376,43.5096],[-72.38602,43.4955],[-72.38663,43.47778],[-72.39708,43.46702],[-72.39526,43.45079],[-72.40048,43.43623],[-72.40753,43.39254],[-72.41968,43.38159],[-72.4181,43.36198],[-72.40121,43.35182],[-72.41482,43.3314],[-72.40255,43.3131],[-72.41482,43.28047],[-72.44228,43.25719],[-72.44484,43.2031],[-72.4548,43.19406],[-72.46076,43.14443],[-72.43706,43.11587],[-72.44751,43.10416],[-72.43961,43.08215],[-72.47303,43.05321],[-72.46537,43.04051],[-72.46805,43.0239],[-72.45055,43.00755],[-72.46768,42.9992],[-72.46938,42.98053],[-72.52407,42.96417],[-72.53974,42.95208],[-72.5333,42.94069],[-72.52966,42.91747],[-72.53658,42.91097],[-72.53865,42.89557],[-72.55712,42.88685],[-72.56162,42.8522],[-72.55226,42.83732],[-72.54485,42.8055],[-72.51349,42.77929],[-72.52176,42.76805],[-72.51277,42.75939],[-72.49211,42.7676],[-72.46063,42.72423],[-71.90833,42.70878],[-71.90906,42.70343],[-71.82788,42.68824],[-71.65046,42.69146],[-71.59055,42.68011],[-71.42772,42.69503],[-71.37692,42.67172],[-71.27108,42.67529],[-71.21882,42.71923],[-71.16596,42.71825],[-71.15284,42.75395],[-71.15928,42.77376],[-71.12489,42.80336],[-71.08454,42.78303],[-71.03667,42.79302],[-71.02002,42.83759],[-70.96643,42.84998],[-70.89825,42.86182],[-70.86557,42.84338],[-70.80821,42.84374],[-70.7743,42.91996],[-70.67539,43.07709],[-70.68705,43.11587],[-70.73979,43.14496],[-70.76871,43.20646],[-70.82072,43.27277],[-70.88282,43.31788],[-70.907,43.35394],[-70.97894,43.39713]],[[-70.60674,43.01489],[-70.64798,42.97907],[-70.62101,42.95897],[-70.57872,42.99729],[-70.60674,43.01489]]],"terms_url":"https://granit.unh.edu/","terms_text":"NH GRANIT","description":"LiDAR-derived bare earth hillshaded terrain (illumination from the northeast) for New Hampshire. Generated from 7 separate LiDAR collections that covered the state as of 2022.  Collection dates range from 2011 to 2020.  Generally imagery is older in the north and newer in the south.","icon":"https://www.arcgis.com/sharing/rest/content/items/9077b6cdf1d94589b79cc66d8f919da2/resources/GRANITLogoTransparent1.png"},{"id":"LiDAR_Bare_Earth_NW_HS_NH_2022","name":"NH GRANIT LiDAR Hillshade 2022 (Northwest)","type":"wms","template":"https://nhgeodata.unh.edu/nhgeodata/services/ImageServices/LiDAR_Bare_Earth_NW_HS_NH_2022/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-70.97894,43.39713],[-70.98289,43.40927],[-70.9578,43.43756],[-70.95725,43.46773],[-70.95124,43.50952],[-70.94729,43.55136],[-70.96983,43.58192],[-70.98289,43.75552],[-70.98651,43.7902],[-70.99049,43.92114],[-70.99954,44.1041],[-71.00404,44.21059],[-70.97797,44.21347],[-70.98265,44.3587],[-71.01333,44.38194],[-71.02381,44.55178],[-71.00819,44.55208],[-71.02169,44.94201],[-71.04072,44.9417],[-71.0541,45.31479],[-71.08594,45.30855],[-71.10374,45.30128],[-71.13504,45.24664],[-71.14603,45.24429],[-71.1611,45.25344],[-71.18048,45.24493],[-71.19573,45.25639],[-71.22715,45.25549],[-71.24203,45.26986],[-71.25862,45.27726],[-71.26233,45.29577],[-71.28372,45.30517],[-71.29933,45.30043],[-71.33293,45.28265],[-71.3384,45.27564],[-71.36112,45.27269],[-71.36726,45.26743],[-71.36027,45.25575],[-71.36453,45.25032],[-71.37808,45.2475],[-71.38591,45.2365],[-71.39545,45.24476],[-71.40706,45.24429],[-71.42225,45.23582],[-71.43744,45.24211],[-71.44619,45.24065],[-71.44758,45.23389],[-71.40469,45.2107],[-71.40189,45.20611],[-71.41775,45.18616],[-71.44005,45.13977],[-71.43057,45.12905],[-71.433,45.12382],[-71.45044,45.11507],[-71.46952,45.09183],[-71.50099,45.07081],[-71.51035,45.04484],[-71.49558,45.04171],[-71.50318,45.02784],[-71.50512,45.0113],[-71.53277,45.00219],[-71.5451,44.9841],[-71.52037,44.9572],[-71.52694,44.93763],[-71.50282,44.90911],[-71.53635,44.8726],[-71.54954,44.86765],[-71.55987,44.84771],[-71.55592,44.8397],[-71.56582,44.82776],[-71.57676,44.82237],[-71.5815,44.8135],[-71.57445,44.80544],[-71.58144,44.78884],[-71.59553,44.78483],[-71.62063,44.76007],[-71.63661,44.75347],[-71.6298,44.72697],[-71.61316,44.71164],[-71.58739,44.65111],[-71.56916,44.64683],[-71.55944,44.61211],[-71.5671,44.60195],[-71.5558,44.58871],[-71.56376,44.56685],[-71.59341,44.56897],[-71.60337,44.55425],[-71.57658,44.53749],[-71.58411,44.52667],[-71.60003,44.52446],[-71.58958,44.51064],[-71.59815,44.50188],[-71.60246,44.4884],[-71.63327,44.48706],[-71.65204,44.47367],[-71.66498,44.44222],[-71.68145,44.43797],[-71.68892,44.42613],[-71.71292,44.41402],[-71.73911,44.41263],[-71.74646,44.4049],[-71.7574,44.41085],[-71.80546,44.39926],[-71.82861,44.37503],[-71.81864,44.36044],[-71.8602,44.35105],[-71.87515,44.34271],[-71.91051,44.35218],[-71.93615,44.34063],[-71.95341,44.34575],[-71.96532,44.3401],[-71.9782,44.34306],[-71.99704,44.33767],[-72.01016,44.3262],[-72.03045,44.32594],[-72.03957,44.32046],[-72.03884,44.30324],[-72.06484,44.28724],[-72.07396,44.27088],[-72.05464,44.23894],[-72.06667,44.20036],[-72.07116,44.18938],[-72.04625,44.15417],[-72.04637,44.13629],[-72.04188,44.12975],[-72.05731,44.12085],[-72.05913,44.1082],[-72.0488,44.08857],[-72.05622,44.07739],[-72.05609,44.06543],[-72.07019,44.05958],[-72.1092,44.01416],[-72.12062,43.99431],[-72.11758,43.96686],[-72.10337,43.95767],[-72.12232,43.94717],[-72.12257,43.92442],[-72.17506,43.88651],[-72.17822,43.88003],[-72.17239,43.87039],[-72.18624,43.8675],[-72.19195,43.85541],[-72.18661,43.83745],[-72.1928,43.82228],[-72.18758,43.80834],[-72.20884,43.7858],[-72.20994,43.77158],[-72.23607,43.75912],[-72.23692,43.74903],[-72.27495,43.73612],[-72.30715,43.70275],[-72.31116,43.68386],[-72.30728,43.67155],[-72.31748,43.65845],[-72.32016,43.64447],[-72.33316,43.63612],[-72.3396,43.61492],[-72.33365,43.60287],[-72.3831,43.57725],[-72.38748,43.56149],[-72.38517,43.54009],[-72.39744,43.52934],[-72.40376,43.5096],[-72.38602,43.4955],[-72.38663,43.47778],[-72.39708,43.46702],[-72.39526,43.45079],[-72.40048,43.43623],[-72.40753,43.39254],[-72.41968,43.38159],[-72.4181,43.36198],[-72.40121,43.35182],[-72.41482,43.3314],[-72.40255,43.3131],[-72.41482,43.28047],[-72.44228,43.25719],[-72.44484,43.2031],[-72.4548,43.19406],[-72.46076,43.14443],[-72.43706,43.11587],[-72.44751,43.10416],[-72.43961,43.08215],[-72.47303,43.05321],[-72.46537,43.04051],[-72.46805,43.0239],[-72.45055,43.00755],[-72.46768,42.9992],[-72.46938,42.98053],[-72.52407,42.96417],[-72.53974,42.95208],[-72.5333,42.94069],[-72.52966,42.91747],[-72.53658,42.91097],[-72.53865,42.89557],[-72.55712,42.88685],[-72.56162,42.8522],[-72.55226,42.83732],[-72.54485,42.8055],[-72.51349,42.77929],[-72.52176,42.76805],[-72.51277,42.75939],[-72.49211,42.7676],[-72.46063,42.72423],[-71.90833,42.70878],[-71.90906,42.70343],[-71.82788,42.68824],[-71.65046,42.69146],[-71.59055,42.68011],[-71.42772,42.69503],[-71.37692,42.67172],[-71.27108,42.67529],[-71.21882,42.71923],[-71.16596,42.71825],[-71.15284,42.75395],[-71.15928,42.77376],[-71.12489,42.80336],[-71.08454,42.78303],[-71.03667,42.79302],[-71.02002,42.83759],[-70.96643,42.84998],[-70.89825,42.86182],[-70.86557,42.84338],[-70.80821,42.84374],[-70.7743,42.91996],[-70.67539,43.07709],[-70.68705,43.11587],[-70.73979,43.14496],[-70.76871,43.20646],[-70.82072,43.27277],[-70.88282,43.31788],[-70.907,43.35394],[-70.97894,43.39713]],[[-70.60674,43.01489],[-70.64798,42.97907],[-70.62101,42.95897],[-70.57872,42.99729],[-70.60674,43.01489]]],"terms_url":"https://granit.unh.edu/","terms_text":"NH GRANIT","description":"LiDAR-derived bare earth hillshaded terrain (illumination from the northwest) for New Hampshire. Generated from 7 separate LiDAR collections that covered the state as of 2022.  Collection dates range from 2011 to 2020.  Generally imagery is older in the north and newer in the south.","icon":"https://www.arcgis.com/sharing/rest/content/items/9077b6cdf1d94589b79cc66d8f919da2/resources/GRANITLogoTransparent1.png"},{"id":"osmfj-nagaoka-2018","name":"Niigata Nagaoka city Imagery 2019","type":"tms","template":"https://tiles.osmf.jp/nagaoka-shi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2018-12-31T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[10,18],"polygon":[[[138.76007,37.72294],[138.76007,37.6735],[138.71269,37.6735],[138.71269,37.49938],[138.67767,37.49938],[138.67767,37.36579],[138.62823,37.36579],[138.62823,37.22158],[138.78067,37.22158],[138.78067,37.34232],[138.81157,37.34232],[138.81157,37.16743],[138.9077,37.16743],[138.9077,37.26695],[138.97705,37.26695],[138.97705,37.35979],[139.13704,37.35979],[139.13704,37.53859],[138.89946,37.53859],[138.89946,37.65067],[138.83079,37.65067],[138.83079,37.72294],[138.76007,37.72294]]],"terms_url":"https://www.city.nagaoka.niigata.jp/shisei/cate10/gis/27.html","terms_text":"OSMFJ_Ortho","description":"Open Data Orthoimagery from Nagaoka-shi, 2018"},{"id":"img.nj.gov-Infrared2015","name":"NJ 2015 Aerial Imagery (Infrared)","type":"wms","template":"https://img.nj.gov/imagerywms/Infrared2015?LAYERS=Infrared2015&STYLES=&FORMAT=image/png&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-05-03T00:00:00.000Z","startDate":"2015-03-29T00:00:00.000Z","zoomExtent":[3,20],"polygon":[[[-74.86599,40.08543],[-74.93534,40.07256],[-75.05653,40.00868],[-75.14236,39.95791],[-75.14456,39.88322],[-75.18515,39.88042],[-75.24499,39.85486],[-75.33339,39.8495],[-75.41531,39.80156],[-75.45131,39.78304],[-75.57744,39.62346],[-75.54245,39.56827],[-75.57847,39.48183],[-74.91678,38.84647],[-74.31702,39.38739],[-74.06708,39.75155],[-73.92141,40.49222],[-74.2382,40.49378],[-74.23859,40.54916],[-74.20211,40.54924],[-74.20228,40.57648],[-74.18406,40.57609],[-74.18436,40.63146],[-74.07587,40.63078],[-74.07532,40.64457],[-74.02124,40.65811],[-74.02081,40.69919],[-74.00265,40.69929],[-74.00247,40.74037],[-73.98434,40.74026],[-73.98402,40.78145],[-73.96591,40.78158],[-73.96597,40.80868],[-73.94777,40.80861],[-73.94769,40.82232],[-73.92966,40.82225],[-73.92906,40.86355],[-73.91104,40.86329],[-73.91061,40.91838],[-73.8923,40.91831],[-73.89215,40.95961],[-73.87413,40.95942],[-73.87386,40.99251],[-74.70601,41.36513],[-74.75716,41.34769],[-74.79801,41.32268],[-74.84024,41.27864],[-74.90547,41.17038],[-74.98152,41.1126],[-75.03902,41.03819],[-75.13515,40.99441],[-75.13773,40.97309],[-75.05705,40.86757],[-75.06846,40.85037],[-75.09687,40.85096],[-75.10099,40.83927],[-75.09018,40.82238],[-75.1367,40.77729],[-75.1724,40.78067],[-75.19833,40.75389],[-75.20506,40.69131],[-75.20373,40.61832],[-75.19764,40.57367],[-75.16777,40.55907],[-75.10237,40.56702],[-75.06906,40.5365],[-75.07421,40.45505],[-75.06134,40.4165],[-75.02684,40.40252],[-74.9671,40.3952],[-74.94461,40.33817],[-74.86839,40.29157],[-74.84402,40.24796],[-74.77552,40.21428],[-74.76334,40.19172],[-74.72918,40.16392],[-74.72609,40.14949],[-74.78805,40.12468],[-74.8229,40.13033],[-74.86599,40.08543]]],"terms_url":"https://njgin.state.nj.us/NJ_NJGINExplorer/ShowMetadata.jsp?docId=188471FF-2803-4145-A5AD-605DE86D3B4D","terms_text":"NJ Office of Information Technology (NJOIT), Office of Geographic Information Systems (OGIS)","description":"Digital orthophotography of New Jersey, Near Infrared, 1 foot resolution","icon":"https://njgin.nj.gov/njgin/assets/slices/njgin_logo.png"},{"id":"img.nj.gov-Natural2015","name":"NJ 2015 Aerial Imagery (Natural Color)","type":"wms","template":"https://img.nj.gov/imagerywms/Natural2015?LAYERS=Natural2015&STYLES=&FORMAT=image/png&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-05-03T00:00:00.000Z","startDate":"2015-03-29T00:00:00.000Z","zoomExtent":[3,20],"polygon":[[[-74.86599,40.08543],[-74.93534,40.07256],[-75.05653,40.00868],[-75.14236,39.95791],[-75.14456,39.88322],[-75.18515,39.88042],[-75.24499,39.85486],[-75.33339,39.8495],[-75.41531,39.80156],[-75.45131,39.78304],[-75.57744,39.62346],[-75.54245,39.56827],[-75.57847,39.48183],[-74.91678,38.84647],[-74.31702,39.38739],[-74.06708,39.75155],[-73.92141,40.49222],[-74.2382,40.49378],[-74.23859,40.54916],[-74.20211,40.54924],[-74.20228,40.57648],[-74.18406,40.57609],[-74.18436,40.63146],[-74.07587,40.63078],[-74.07532,40.64457],[-74.02124,40.65811],[-74.02081,40.69919],[-74.00265,40.69929],[-74.00247,40.74037],[-73.98434,40.74026],[-73.98402,40.78145],[-73.96591,40.78158],[-73.96597,40.80868],[-73.94777,40.80861],[-73.94769,40.82232],[-73.92966,40.82225],[-73.92906,40.86355],[-73.91104,40.86329],[-73.91061,40.91838],[-73.8923,40.91831],[-73.89215,40.95961],[-73.87413,40.95942],[-73.87386,40.99251],[-74.70601,41.36513],[-74.75716,41.34769],[-74.79801,41.32268],[-74.84024,41.27864],[-74.90547,41.17038],[-74.98152,41.1126],[-75.03902,41.03819],[-75.13515,40.99441],[-75.13773,40.97309],[-75.05705,40.86757],[-75.06846,40.85037],[-75.09687,40.85096],[-75.10099,40.83927],[-75.09018,40.82238],[-75.1367,40.77729],[-75.1724,40.78067],[-75.19833,40.75389],[-75.20506,40.69131],[-75.20373,40.61832],[-75.19764,40.57367],[-75.16777,40.55907],[-75.10237,40.56702],[-75.06906,40.5365],[-75.07421,40.45505],[-75.06134,40.4165],[-75.02684,40.40252],[-74.9671,40.3952],[-74.94461,40.33817],[-74.86839,40.29157],[-74.84402,40.24796],[-74.77552,40.21428],[-74.76334,40.19172],[-74.72918,40.16392],[-74.72609,40.14949],[-74.78805,40.12468],[-74.8229,40.13033],[-74.86599,40.08543]]],"terms_url":"https://njgin.state.nj.us/NJ_NJGINExplorer/ShowMetadata.jsp?docId=188471FF-2803-4145-A5AD-605DE86D3B4D","terms_text":"NJ Office of Information Technology (NJOIT), Office of Geographic Information Systems (OGIS)","description":"Digital orthophotography of New Jersey, Natural Color, 1 foot resolution","icon":"https://njgin.nj.gov/njgin/assets/slices/njgin_logo.png"},{"id":"NJ_Infrared_2020","name":"NJGIN Orthoimagery 2020 - Infrared (1ft leaf off)","type":"wms","template":"https://img.nj.gov/imagerywms/Infrared2020?LAYERS=Infrared2020&STYLES=&SRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-05-05T00:00:00.000Z","startDate":"2020-04-02T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-74.83878,40.10066],[-74.85483,40.09285],[-74.86024,40.08477],[-74.90865,40.07052],[-74.92925,40.0694],[-74.96907,40.05239],[-75.01422,40.01966],[-75.04512,40.01052],[-75.06907,39.98179],[-75.0925,39.97442],[-75.12056,39.96462],[-75.13309,39.95561],[-75.1361,39.93047],[-75.12829,39.91066],[-75.13567,39.89117],[-75.14674,39.8834],[-75.18515,39.88042],[-75.25497,39.85092],[-75.33608,39.84868],[-75.41908,39.79996],[-75.4723,39.75946],[-75.57735,39.62473],[-75.54245,39.56827],[-75.54817,39.46694],[-75.14374,39.17319],[-74.99062,39.18543],[-74.89243,39.16201],[-74.98444,38.93912],[-74.9192,38.88034],[-74.78565,38.99597],[-74.408,39.36005],[-74.32011,39.43884],[-74.09454,39.72435],[-73.9349,40.48352],[-74.26363,40.49461],[-74.25505,40.5151],[-74.24629,40.52065],[-74.25161,40.54714],[-74.23127,40.55907],[-74.21728,40.55672],[-74.20475,40.59095],[-74.19943,40.59864],[-74.20372,40.60604],[-74.20183,40.63252],[-74.18698,40.64483],[-74.18003,40.64659],[-74.14827,40.64209],[-74.0627,40.6518],[-74.0379,40.66632],[-74.01043,40.76273],[-73.96374,40.8242],[-73.9246,40.89898],[-73.89464,40.99383],[-73.99959,41.04086],[-74.10491,41.08768],[-74.23299,41.14286],[-74.35942,41.2001],[-74.44782,41.244],[-74.50782,41.27239],[-74.69538,41.3579],[-74.70038,41.35489],[-74.71235,41.35157],[-74.72089,41.3474],[-74.72857,41.34611],[-74.74819,41.34669],[-74.75359,41.34637],[-74.75533,41.34577],[-74.76059,41.33983],[-74.76342,41.33123],[-74.77256,41.32481],[-74.786,41.32397],[-74.79381,41.32207],[-74.79604,41.31866],[-74.792,41.31353],[-74.79222,41.31089],[-74.80548,41.30405],[-74.81385,41.29712],[-74.82239,41.29374],[-74.82994,41.28742],[-74.83754,41.27806],[-74.84625,41.26216],[-74.84483,41.25761],[-74.84848,41.25148],[-74.85539,41.25035],[-74.85741,41.24877],[-74.86191,41.24222],[-74.86208,41.23748],[-74.86693,41.23206],[-74.86771,41.22715],[-74.85893,41.22028],[-74.87723,41.19299],[-74.88185,41.18083],[-74.89165,41.17194],[-74.89921,41.16748],[-74.94006,41.13019],[-74.94598,41.12841],[-74.94903,41.12269],[-74.96418,41.11438],[-74.97109,41.11383],[-74.98027,41.11066],[-74.98281,41.10665],[-74.99177,41.09145],[-74.9916,41.08893],[-74.98817,41.08812],[-74.98328,41.08909],[-74.97448,41.09446],[-74.96821,41.09591],[-74.96671,41.09213],[-74.96946,41.08601],[-74.9822,41.07932],[-74.99212,41.07777],[-74.9998,41.07411],[-75.00684,41.06751],[-75.01194,41.06761],[-75.01332,41.06631],[-75.0174,41.05625],[-75.02718,41.04483],[-75.02675,41.03981],[-75.03357,41.03757],[-75.04169,41.03181],[-75.04958,41.02861],[-75.07258,41.01847],[-75.08424,41.01554],[-75.09402,41.00926],[-75.10777,41.00429],[-75.12773,40.99354],[-75.13134,40.99026],[-75.13258,40.98061],[-75.13593,40.9764],[-75.1352,40.97235],[-75.13088,40.96875],[-75.1238,40.96993],[-75.11992,40.96922],[-75.12069,40.96345],[-75.11825,40.95367],[-75.11138,40.94791],[-75.10477,40.93493],[-75.09683,40.9254],[-75.07784,40.91257],[-75.07516,40.90088],[-75.07527,40.8942],[-75.05183,40.8716],[-75.05087,40.86495],[-75.05825,40.86102],[-75.06346,40.8562],[-75.06434,40.85462],[-75.06366,40.84937],[-75.06919,40.84693],[-75.07591,40.84977],[-75.09155,40.8494],[-75.09692,40.84565],[-75.09756,40.83946],[-75.08288,40.82717],[-75.08941,40.81683],[-75.09911,40.80978],[-75.10205,40.79766],[-75.1099,40.79032],[-75.12245,40.78737],[-75.13387,40.77386],[-75.15114,40.77505],[-75.16075,40.7777],[-75.16786,40.77872],[-75.17148,40.77767],[-75.17479,40.77474],[-75.17734,40.76402],[-75.1814,40.75994],[-75.19041,40.75678],[-75.19562,40.75282],[-75.1967,40.74934],[-75.19513,40.74532],[-75.18395,40.73552],[-75.18167,40.7308],[-75.18588,40.72573],[-75.18642,40.71965],[-75.19086,40.71695],[-75.19517,40.71231],[-75.20434,40.69145],[-75.19798,40.6822],[-75.19155,40.67942],[-75.18326,40.67997],[-75.17968,40.67922],[-75.1773,40.67693],[-75.17698,40.67335],[-75.18266,40.66583],[-75.18813,40.66352],[-75.19783,40.65487],[-75.19762,40.65248],[-75.20049,40.64791],[-75.19041,40.63587],[-75.1882,40.62483],[-75.19017,40.62001],[-75.20013,40.61822],[-75.2018,40.61656],[-75.19266,40.60307],[-75.18914,40.58942],[-75.19601,40.57931],[-75.1882,40.57006],[-75.17296,40.56442],[-75.1603,40.56422],[-75.14464,40.5741],[-75.13606,40.57596],[-75.11597,40.57306],[-75.09992,40.56729],[-75.06726,40.54003],[-75.06374,40.49675],[-75.06267,40.4872],[-75.06306,40.47999],[-75.06447,40.47676],[-75.06793,40.4734],[-75.06731,40.4652],[-75.07057,40.45648],[-75.06602,40.44492],[-75.0601,40.41987],[-75.05559,40.41637],[-75.04559,40.41402],[-75.04113,40.41007],[-75.02808,40.40392],[-75.00246,40.4082],[-74.99624,40.41036],[-74.99177,40.40925],[-74.97967,40.40346],[-74.9683,40.39928],[-74.96457,40.39598],[-74.94796,40.36401],[-74.94435,40.34465],[-74.94062,40.33811],[-74.90809,40.31661],[-74.89865,40.31546],[-74.89191,40.31347],[-74.86919,40.29625],[-74.86037,40.28576],[-74.85154,40.2667],[-74.84187,40.24976],[-74.82415,40.2416],[-74.81913,40.23826],[-74.79818,40.23033],[-74.77441,40.21755],[-74.7611,40.20005],[-74.75458,40.18537],[-74.74111,40.17973],[-74.73218,40.17382],[-74.72042,40.15815],[-74.72257,40.14726],[-74.74085,40.1344],[-74.75381,40.1342],[-74.76162,40.13276],[-74.7817,40.12121],[-74.78823,40.12035],[-74.81578,40.12777],[-74.82393,40.12633],[-74.83878,40.10066]]],"terms_url":"https://njgin.nj.gov/njgin/edata/imagery/","terms_text":"NJGIN, NJOGIS","description":"Infrared orthoimagery for the state of New Jersey (2020)","icon":"https://njgin.nj.gov/njgin/assets/slices/njgin_logo.png"},{"id":"NJ_Natural_2020","name":"NJGIN Orthoimagery 2020 - Natural (1ft leaf off)","type":"wms","template":"https://img.nj.gov/imagerywms/Natural2020?LAYERS=Natural2020&STYLES=&SRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-05-05T00:00:00.000Z","startDate":"2020-04-02T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-74.83878,40.10066],[-74.85483,40.09285],[-74.86024,40.08477],[-74.90865,40.07052],[-74.92925,40.0694],[-74.96907,40.05239],[-75.01422,40.01966],[-75.04512,40.01052],[-75.06907,39.98179],[-75.0925,39.97442],[-75.12056,39.96462],[-75.13309,39.95561],[-75.1361,39.93047],[-75.12829,39.91066],[-75.13567,39.89117],[-75.14674,39.8834],[-75.18515,39.88042],[-75.25497,39.85092],[-75.33608,39.84868],[-75.41908,39.79996],[-75.4723,39.75946],[-75.57735,39.62473],[-75.54245,39.56827],[-75.54817,39.46694],[-75.14374,39.17319],[-74.99062,39.18543],[-74.89243,39.16201],[-74.98444,38.93912],[-74.9192,38.88034],[-74.78565,38.99597],[-74.408,39.36005],[-74.32011,39.43884],[-74.09454,39.72435],[-73.9349,40.48352],[-74.26363,40.49461],[-74.25505,40.5151],[-74.24629,40.52065],[-74.25161,40.54714],[-74.23127,40.55907],[-74.21728,40.55672],[-74.20475,40.59095],[-74.19943,40.59864],[-74.20372,40.60604],[-74.20183,40.63252],[-74.18698,40.64483],[-74.18003,40.64659],[-74.14827,40.64209],[-74.0627,40.6518],[-74.0379,40.66632],[-74.01043,40.76273],[-73.96374,40.8242],[-73.9246,40.89898],[-73.89464,40.99383],[-73.99959,41.04086],[-74.10491,41.08768],[-74.23299,41.14286],[-74.35942,41.2001],[-74.44782,41.244],[-74.50782,41.27239],[-74.69538,41.3579],[-74.70038,41.35489],[-74.71235,41.35157],[-74.72089,41.3474],[-74.72857,41.34611],[-74.74819,41.34669],[-74.75359,41.34637],[-74.75533,41.34577],[-74.76059,41.33983],[-74.76342,41.33123],[-74.77256,41.32481],[-74.786,41.32397],[-74.79381,41.32207],[-74.79604,41.31866],[-74.792,41.31353],[-74.79222,41.31089],[-74.80548,41.30405],[-74.81385,41.29712],[-74.82239,41.29374],[-74.82994,41.28742],[-74.83754,41.27806],[-74.84625,41.26216],[-74.84483,41.25761],[-74.84848,41.25148],[-74.85539,41.25035],[-74.85741,41.24877],[-74.86191,41.24222],[-74.86208,41.23748],[-74.86693,41.23206],[-74.86771,41.22715],[-74.85893,41.22028],[-74.87723,41.19299],[-74.88185,41.18083],[-74.89165,41.17194],[-74.89921,41.16748],[-74.94006,41.13019],[-74.94598,41.12841],[-74.94903,41.12269],[-74.96418,41.11438],[-74.97109,41.11383],[-74.98027,41.11066],[-74.98281,41.10665],[-74.99177,41.09145],[-74.9916,41.08893],[-74.98817,41.08812],[-74.98328,41.08909],[-74.97448,41.09446],[-74.96821,41.09591],[-74.96671,41.09213],[-74.96946,41.08601],[-74.9822,41.07932],[-74.99212,41.07777],[-74.9998,41.07411],[-75.00684,41.06751],[-75.01194,41.06761],[-75.01332,41.06631],[-75.0174,41.05625],[-75.02718,41.04483],[-75.02675,41.03981],[-75.03357,41.03757],[-75.04169,41.03181],[-75.04958,41.02861],[-75.07258,41.01847],[-75.08424,41.01554],[-75.09402,41.00926],[-75.10777,41.00429],[-75.12773,40.99354],[-75.13134,40.99026],[-75.13258,40.98061],[-75.13593,40.9764],[-75.1352,40.97235],[-75.13088,40.96875],[-75.1238,40.96993],[-75.11992,40.96922],[-75.12069,40.96345],[-75.11825,40.95367],[-75.11138,40.94791],[-75.10477,40.93493],[-75.09683,40.9254],[-75.07784,40.91257],[-75.07516,40.90088],[-75.07527,40.8942],[-75.05183,40.8716],[-75.05087,40.86495],[-75.05825,40.86102],[-75.06346,40.8562],[-75.06434,40.85462],[-75.06366,40.84937],[-75.06919,40.84693],[-75.07591,40.84977],[-75.09155,40.8494],[-75.09692,40.84565],[-75.09756,40.83946],[-75.08288,40.82717],[-75.08941,40.81683],[-75.09911,40.80978],[-75.10205,40.79766],[-75.1099,40.79032],[-75.12245,40.78737],[-75.13387,40.77386],[-75.15114,40.77505],[-75.16075,40.7777],[-75.16786,40.77872],[-75.17148,40.77767],[-75.17479,40.77474],[-75.17734,40.76402],[-75.1814,40.75994],[-75.19041,40.75678],[-75.19562,40.75282],[-75.1967,40.74934],[-75.19513,40.74532],[-75.18395,40.73552],[-75.18167,40.7308],[-75.18588,40.72573],[-75.18642,40.71965],[-75.19086,40.71695],[-75.19517,40.71231],[-75.20434,40.69145],[-75.19798,40.6822],[-75.19155,40.67942],[-75.18326,40.67997],[-75.17968,40.67922],[-75.1773,40.67693],[-75.17698,40.67335],[-75.18266,40.66583],[-75.18813,40.66352],[-75.19783,40.65487],[-75.19762,40.65248],[-75.20049,40.64791],[-75.19041,40.63587],[-75.1882,40.62483],[-75.19017,40.62001],[-75.20013,40.61822],[-75.2018,40.61656],[-75.19266,40.60307],[-75.18914,40.58942],[-75.19601,40.57931],[-75.1882,40.57006],[-75.17296,40.56442],[-75.1603,40.56422],[-75.14464,40.5741],[-75.13606,40.57596],[-75.11597,40.57306],[-75.09992,40.56729],[-75.06726,40.54003],[-75.06374,40.49675],[-75.06267,40.4872],[-75.06306,40.47999],[-75.06447,40.47676],[-75.06793,40.4734],[-75.06731,40.4652],[-75.07057,40.45648],[-75.06602,40.44492],[-75.0601,40.41987],[-75.05559,40.41637],[-75.04559,40.41402],[-75.04113,40.41007],[-75.02808,40.40392],[-75.00246,40.4082],[-74.99624,40.41036],[-74.99177,40.40925],[-74.97967,40.40346],[-74.9683,40.39928],[-74.96457,40.39598],[-74.94796,40.36401],[-74.94435,40.34465],[-74.94062,40.33811],[-74.90809,40.31661],[-74.89865,40.31546],[-74.89191,40.31347],[-74.86919,40.29625],[-74.86037,40.28576],[-74.85154,40.2667],[-74.84187,40.24976],[-74.82415,40.2416],[-74.81913,40.23826],[-74.79818,40.23033],[-74.77441,40.21755],[-74.7611,40.20005],[-74.75458,40.18537],[-74.74111,40.17973],[-74.73218,40.17382],[-74.72042,40.15815],[-74.72257,40.14726],[-74.74085,40.1344],[-74.75381,40.1342],[-74.76162,40.13276],[-74.7817,40.12121],[-74.78823,40.12035],[-74.81578,40.12777],[-74.82393,40.12633],[-74.83878,40.10066]]],"terms_url":"https://njgin.nj.gov/njgin/edata/imagery/","terms_text":"NJGIN, NJOGIS","description":"Natural color orthoimagery for the state of New Jersey (2020)","icon":"https://njgin.nj.gov/njgin/assets/slices/njgin_logo.png"},{"id":"NLSC-EMAP5","name":"NLSC General Map with Contour line","type":"tms","template":"https://wmts.nlsc.gov.tw/wmts/EMAP5_OPENDATA/default/EPSG:3857/{zoom}/{y}/{x}","category":"map","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[0,15],"polygon":[[[121.2237,25.76997],[120.4578,26.53253],[119.787,26.2048],[119.8935,25.78169],[120.0474,25.38843],[118.6024,24.46068],[118.4416,24.55302],[118.2283,24.49486],[118.1036,24.36172],[118.1978,24.34453],[118.3036,23.30751],[118.2509,23.26265],[120.6771,20.72799],[122.9312,22.57058],[122.2251,26.60305],[121.2237,25.76997]]],"terms_url":"https://maps.nlsc.gov.tw","terms_text":"© National Land Surveying and Mapping Center, Taiwan OGDL 1.0","description":"The emap from Taiwan National Land Surveying and Mapping Center","icon":"https://osmlab.github.io/editor-layer-index/sources/asia/tw/Taiwane-MapOpenData.png"},{"id":"NOAA_East_2023","name":"NOAA NGS East Coast Imagery (2023)","type":"tms","template":"https://stormscdn.ngs.noaa.gov/ec2301a-ob-n/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.8084,32.0873],[-70.45967,37.19669],[-75.14638,38.83242],[-75.08983,38.46561],[-75.18754,38.1862],[-75.37292,37.93282],[-75.3809,37.93526],[-75.40505,37.95034],[-75.68154,37.56827],[-75.65735,37.5608],[-75.90054,37.13537],[-75.93505,37.16392],[-76.18096,36.96001],[-76.35289,36.99072],[-76.36584,36.94303],[-76.04722,36.88674],[-75.92763,36.58971],[-75.79701,36.16301],[-75.78925,36.1657],[-75.49187,35.61865],[-75.55796,35.25482],[-75.76482,35.22317],[-75.77214,35.23679],[-76.04435,35.0893],[-76.04846,35.09468],[-76.36748,34.87007],[-76.3738,34.8745],[-76.51661,34.68552],[-76.73392,34.74592],[-76.73388,34.74751],[-76.73765,34.74692],[-76.74679,34.74956],[-76.74769,34.7454],[-77.04066,34.69971],[-77.04837,34.71544],[-77.10286,34.68995],[-77.11116,34.68882],[-77.11009,34.68639],[-77.59549,34.44684],[-77.59713,34.4485],[-77.60308,34.44309],[-77.63516,34.42691],[-77.62846,34.42014],[-77.8269,34.24019],[-77.84176,34.24694],[-77.85579,34.2148],[-77.86951,34.20236],[-77.86294,34.19872],[-77.99321,33.8985],[-78.22579,33.96528],[-78.22893,33.95108],[-78.49298,33.91177],[-78.4934,33.91309],[-78.49896,33.91085],[-78.54027,33.90456],[-78.53679,33.896],[-78.89307,33.75332],[-78.88661,33.74533],[-79.17111,33.45306],[-79.15967,33.44742],[-79.23247,33.21198],[-79.2197,33.21092],[-79.36689,33.04703],[-79.52839,33.04938],[-79.55,33.05834],[-79.57113,33.07519],[-79.72586,32.88787],[-79.70254,32.87818],[-79.96055,32.71749],[-79.93967,32.69989],[-79.93354,32.69016],[-80.10743,32.60576],[-80.10973,32.60784],[-80.12279,32.63019],[-80.48645,32.41555],[-80.46633,32.39767],[-80.45508,32.37845],[-80.62148,32.28275],[-80.63145,32.29491],[-80.93619,32.0486],[-80.9132,32.03341],[-80.89652,32.01325],[-80.8084,32.0873]],[[-80.19008,25.64818],[-79.76694,25.59755],[-80.83889,32.05969],[-81.19367,31.72038],[-81.16888,31.70664],[-81.15447,31.69189],[-81.35805,31.28939],[-81.33014,31.2832],[-81.3142,31.27456],[-81.48674,31.00557],[-81.45945,30.99696],[-81.44121,30.98525],[-81.49885,30.69743],[-81.47758,30.69709],[-81.45251,30.37929],[-81.4464,30.38045],[-81.33361,29.89256],[-81.32908,29.89401],[-81.13658,29.39372],[-81.14859,29.39011],[-80.82111,28.8385],[-80.81774,28.84068],[-80.56622,28.48867],[-80.61691,28.434],[-80.63539,28.43741],[-80.63701,28.4121],[-80.64059,28.40838],[-80.63733,28.40663],[-80.6485,28.2291],[-80.65499,28.22777],[-80.46482,27.80222],[-80.4623,27.80351],[-80.22818,27.21234],[-80.22502,27.21384],[-80.08445,26.85127],[-80.08065,26.61338],[-80.08374,26.61412],[-80.19008,25.64818]],[[-82.94911,24.61802],[-82.78343,24.61001],[-82.78001,24.65904],[-82.94634,24.66699],[-82.94911,24.61802]],[[-82.18884,24.52613],[-82.0686,24.55609],[-82.08318,24.60321],[-82.20551,24.57156],[-82.18884,24.52613]],[[-82.03459,24.50707],[-81.67633,24.5574],[-81.4951,24.62513],[-81.48782,24.59139],[-81.02734,24.69725],[-80.57058,24.91485],[-80.30765,25.21176],[-80.13433,25.5366],[-80.18496,25.55868],[-80.36012,25.23115],[-80.60408,24.95425],[-81.04425,24.74493],[-81.29059,24.68766],[-81.29329,24.71216],[-81.46027,24.68199],[-81.4623,24.69118],[-81.69185,24.60414],[-82.04222,24.55524],[-82.03459,24.50707]],[[-80.37751,25.50173],[-80.35191,25.49451],[-80.329,25.48062],[-80.17755,25.76589],[-80.20357,25.77316],[-80.22618,25.78708],[-80.37751,25.50173]],[[-74.97892,38.88659],[-73.50282,39.49468],[-74.14912,39.71127],[-74.17411,39.72675],[-74.39466,39.43188],[-74.3918,39.43097],[-74.55683,39.32622],[-74.57407,39.33837],[-74.85661,39.00456],[-74.84029,38.9987],[-75.0083,38.93015],[-74.97892,38.88659]]],"terms_url":"https://www.ngs.noaa.gov/","terms_text":"NOAA National Geodetic Survey","icon":"https://www.noaa.gov/themes/custom/noaa_guswds/images/noaa_digital_logo.svg"},{"id":"NOAA_East_2024","name":"NOAA NGS East Coast Imagery (2024)","type":"tms","template":"https://stormscdn.ngs.noaa.gov/ec2401a-ob-n/{zoom}/{x}/{y}","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.8084,32.0873],[-77.91923,33.87786],[-78.22579,33.96528],[-78.22893,33.95108],[-78.49298,33.91177],[-78.4934,33.91309],[-78.49896,33.91085],[-78.54027,33.90456],[-78.53679,33.896],[-78.89307,33.75332],[-78.88661,33.74533],[-79.17111,33.45306],[-79.15967,33.44742],[-79.23247,33.21198],[-79.2197,33.21092],[-79.36689,33.04703],[-79.52839,33.04938],[-79.55,33.05834],[-79.57113,33.07519],[-79.72586,32.88787],[-79.70254,32.87818],[-79.96055,32.71749],[-79.93967,32.69989],[-79.93354,32.69016],[-80.10743,32.60576],[-80.10973,32.60784],[-80.12279,32.63019],[-80.48645,32.41555],[-80.46633,32.39767],[-80.45508,32.37845],[-80.62148,32.28275],[-80.63145,32.29491],[-80.93619,32.0486],[-80.9132,32.03341],[-80.89652,32.01325],[-80.8084,32.0873]],[[-80.19008,25.64818],[-79.76694,25.59755],[-80.83889,32.05969],[-81.19367,31.72038],[-81.16888,31.70664],[-81.15447,31.69189],[-81.35805,31.28939],[-81.33014,31.2832],[-81.3142,31.27456],[-81.48674,31.00557],[-81.45945,30.99696],[-81.44121,30.98525],[-81.49885,30.69743],[-81.47758,30.69709],[-81.45251,30.37929],[-81.4464,30.38045],[-81.33361,29.89256],[-81.32908,29.89401],[-81.13658,29.39372],[-81.14859,29.39011],[-80.82111,28.8385],[-80.81774,28.84068],[-80.56622,28.48867],[-80.61691,28.434],[-80.63539,28.43741],[-80.63701,28.4121],[-80.64059,28.40838],[-80.63733,28.40663],[-80.6485,28.2291],[-80.65499,28.22777],[-80.46482,27.80222],[-80.4623,27.80351],[-80.22818,27.21234],[-80.22502,27.21384],[-80.08445,26.85127],[-80.08065,26.61338],[-80.08374,26.61412],[-80.19008,25.64818]],[[-82.94911,24.61802],[-82.78343,24.61001],[-82.78001,24.65904],[-82.94634,24.66699],[-82.94911,24.61802]],[[-82.18884,24.52613],[-82.0686,24.55609],[-82.08318,24.60321],[-82.20551,24.57156],[-82.18884,24.52613]],[[-81.06393,24.73505],[-81.0389,24.69141],[-80.57058,24.91485],[-80.30765,25.21176],[-80.13433,25.5366],[-80.18496,25.55868],[-80.36012,25.23115],[-80.60408,24.95425],[-81.06393,24.73505]],[[-80.37751,25.50173],[-80.35191,25.49451],[-80.329,25.48062],[-80.17755,25.76589],[-80.20357,25.77316],[-80.22618,25.78708],[-80.37751,25.50173]],[[-74.97892,38.88659],[-73.50282,39.49468],[-74.30679,39.48581],[-74.55683,39.32622],[-74.57407,39.33837],[-74.85661,39.00456],[-74.84029,38.9987],[-75.0083,38.93015],[-74.97892,38.88659]],[[-77.54408,34.47281],[-77.33729,34.21391],[-70.45967,37.19669],[-75.14638,38.83242],[-75.08983,38.46561],[-75.18754,38.1862],[-75.37292,37.93282],[-75.3809,37.93526],[-75.40505,37.95034],[-75.68154,37.56827],[-75.65735,37.5608],[-75.90054,37.13537],[-75.93505,37.16392],[-76.18096,36.96001],[-76.35289,36.99072],[-76.36584,36.94303],[-76.04722,36.88674],[-75.92763,36.58971],[-75.79701,36.16301],[-75.78925,36.1657],[-75.49187,35.61865],[-75.55796,35.25482],[-75.76482,35.22317],[-75.77214,35.23679],[-76.04435,35.0893],[-76.04846,35.09468],[-76.36748,34.87007],[-76.3738,34.8745],[-76.51661,34.68552],[-76.73392,34.74592],[-76.73388,34.74751],[-76.73765,34.74692],[-76.74679,34.74956],[-76.74769,34.7454],[-77.04066,34.69971],[-77.04837,34.71544],[-77.10286,34.68995],[-77.11116,34.68882],[-77.11009,34.68639],[-77.54408,34.47281]],[[-81.49237,24.67627],[-81.48136,24.62823],[-81.28098,24.66408],[-81.29159,24.71246],[-81.49237,24.67627]],[[-82.04248,24.55561],[-82.03367,24.50716],[-81.64852,24.56107],[-81.65652,24.60913],[-82.04248,24.55561]]],"terms_url":"https://www.ngs.noaa.gov/","terms_text":"NOAA National Geodetic Survey","icon":"https://www.noaa.gov/themes/custom/noaa_guswds/images/noaa_digital_logo.svg"},{"id":"NOAA_Gulf_East_2023","name":"NOAA NGS Gulf Coast Imagery, East (2023)","type":"tms","template":"https://stormscdn.ngs.noaa.gov/gc2301b-ob-n/{zoom}/{x}/{y}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-89.58523,30.14068],[-89.38783,30.18917],[-88.87071,30.17048],[-80.9951,25.05374],[-80.96416,25.14701],[-81.13386,25.16838],[-81.11218,25.31687],[-81.08914,25.33088],[-81.06334,25.33793],[-81.06937,25.35506],[-81.33274,25.85138],[-81.32715,25.86031],[-81.70978,25.98455],[-81.75503,26.11073],[-81.75256,26.11065],[-81.78775,26.27396],[-81.78575,26.27575],[-81.76202,26.28748],[-81.80033,26.33187],[-81.80615,26.35868],[-81.81988,26.35429],[-81.95269,26.50665],[-81.96213,26.5283],[-82.11643,26.44638],[-82.26357,26.79853],[-82.24261,26.80475],[-82.53933,27.32436],[-82.55407,27.31485],[-82.7285,27.59172],[-82.67995,27.60821],[-82.80551,27.88375],[-82.7487,28.14102],[-82.76027,28.14144],[-82.61692,28.4804],[-82.61721,28.47699],[-82.58951,28.47904],[-82.56273,28.47369],[-82.53082,28.87255],[-82.54857,28.87133],[-82.65777,28.94512],[-82.77501,29.20596],[-82.79925,29.19351],[-82.81273,29.19078],[-82.95287,29.21578],[-82.9604,29.22043],[-82.97782,29.23941],[-83.0337,29.18625],[-83.16857,29.40488],[-83.16392,29.40885],[-83.17558,29.41622],[-83.18874,29.43738],[-83.19855,29.43092],[-83.35071,29.5284],[-83.37293,29.66452],[-83.3584,29.68117],[-83.53008,29.75774],[-83.66032,29.95794],[-83.68267,29.94261],[-83.68731,29.94105],[-83.99707,30.1293],[-83.99689,30.1353],[-84.00539,30.13427],[-84.02025,30.14326],[-84.02671,30.13173],[-84.18158,30.11306],[-84.18649,30.12816],[-84.42584,30.0338],[-84.41039,30.01303],[-84.40317,29.9899],[-84.91602,29.76308],[-84.91391,29.76019],[-85.26886,29.71667],[-85.30483,29.91208],[-85.32343,29.90696],[-85.7974,30.2173],[-85.79494,30.2203],[-85.8112,30.22643],[-85.82719,30.23686],[-85.82927,30.23339],[-86.24721,30.39149],[-86.24575,30.39523],[-86.26152,30.39682],[-86.27267,30.4011],[-86.27359,30.39821],[-86.64257,30.43671],[-86.6425,30.43879],[-86.65103,30.43769],[-86.67596,30.44021],[-86.67576,30.43434],[-87.23197,30.3586],[-87.23256,30.36891],[-87.69022,30.2897],[-87.88308,30.44253],[-87.89301,30.63455],[-87.8886,30.63322],[-87.88415,30.65711],[-87.87195,30.67866],[-88.06529,30.73223],[-88.06974,30.70813],[-88.08218,30.68608],[-88.07094,30.68298],[-88.16792,30.35575],[-88.23735,30.40398],[-88.24028,30.40925],[-88.2447,30.4331],[-88.26981,30.42646],[-88.28621,30.43786],[-88.29935,30.41866],[-88.50276,30.36385],[-88.49825,30.35571],[-89.03375,30.43468],[-89.03428,30.41263],[-89.30698,30.33525],[-89.32213,30.3558],[-89.49565,30.22604],[-89.48268,30.21646],[-89.60068,30.18707],[-89.58894,30.16489],[-89.58523,30.14068]]],"terms_url":"https://www.ngs.noaa.gov/","terms_text":"NOAA National Geodetic Survey","icon":"https://www.noaa.gov/themes/custom/noaa_guswds/images/noaa_digital_logo.svg"},{"id":"NOAA_Gulf_West_2023","name":"NOAA NGS Gulf Coast Imagery, West (2023)","type":"tms","template":"https://stormscdn.ngs.noaa.gov/gc2301a-ob-n/{zoom}/{x}/{y}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-97.34884,25.9418],[-89.50436,29.19867],[-89.47812,29.24122],[-89.59073,29.29565],[-89.58425,29.32633],[-89.86389,29.34886],[-90.33062,29.07066],[-90.55711,29.12303],[-90.56366,29.09],[-90.82027,29.08843],[-90.93984,29.20748],[-90.95107,29.19554],[-91.23947,29.25772],[-91.36848,29.37672],[-91.38491,29.35806],[-91.40819,29.34374],[-91.73821,29.47947],[-92.00639,29.59385],[-91.98142,29.59994],[-91.99286,29.6224],[-91.99624,29.64669],[-92.29904,29.57291],[-92.63343,29.62731],[-93.19978,29.82695],[-93.20522,29.8067],[-93.52865,29.80418],[-93.52963,29.81365],[-93.88093,29.73226],[-93.87462,29.71908],[-94.19851,29.67594],[-94.82189,29.39237],[-94.79608,29.34958],[-94.7456,29.37259],[-95.34417,28.9563],[-95.32794,28.94245],[-96.49401,28.37551],[-96.47726,28.35614],[-96.47489,28.35041],[-96.84058,28.1314],[-96.93577,28.02131],[-97.02106,28.05517],[-97.041,28.0714],[-97.23587,27.80588],[-97.27213,27.72268],[-97.45424,27.29669],[-97.49096,27.04034],[-97.48802,27.04026],[-97.48663,26.57795],[-97.46643,26.58075],[-97.30312,26.16493],[-97.32519,26.18192],[-97.33922,26.16116],[-97.36009,26.14493],[-97.2376,26.05074],[-97.37417,25.98459],[-97.35788,25.96481],[-97.34884,25.9418]],[[-90.01681,29.69132],[-89.47976,29.30049],[-89.46478,29.32088],[-89.45427,29.32913],[-89.27012,29.15124],[-89.47173,28.89367],[-89.09185,28.96035],[-89.21957,29.1228],[-88.98236,29.17352],[-88.99386,29.22086],[-89.07165,29.20413],[-89.20067,29.41871],[-88.88907,29.66076],[-88.78779,29.94613],[-88.86365,30.08899],[-88.91471,30.06853],[-88.85721,29.96073],[-88.92526,29.6991],[-89.28866,29.42122],[-89.1277,29.19254],[-89.21737,29.17252],[-89.45335,29.39954],[-89.46963,29.38187],[-89.48878,29.36967],[-89.93948,29.69302],[-89.98159,29.72912],[-89.99587,29.70797],[-90.01681,29.69132]],[[-89.69567,29.84974],[-89.37131,29.64959],[-89.35906,29.67079],[-89.33906,29.68862],[-89.6639,29.88883],[-89.67669,29.86666],[-89.69567,29.84974]]],"terms_url":"https://www.ngs.noaa.gov/","terms_text":"NOAA National Geodetic Survey","icon":"https://www.noaa.gov/themes/custom/noaa_guswds/images/noaa_digital_logo.svg"},{"id":"NOAA_PR_USVI_2024","name":"NOAA NGS PR/USVI Coastal Imagery (2024)","type":"tms","template":"https://stormscdn.ngs.noaa.gov/cb2401a-ob-n/{zoom}/{x}/{y}","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-67.51136,17.9866],[-67.20831,17.9398],[-67.14931,18.22683],[-67.14638,18.22852],[-67.17751,18.26587],[-67.16429,18.27514],[-67.20219,18.31854],[-67.21456,18.30806],[-67.25247,18.35359],[-67.12981,18.40664],[-67.13982,18.42454],[-67.15684,18.48099],[-67.08232,18.5069],[-66.88664,18.46205],[-66.88579,18.47235],[-66.88383,18.47691],[-66.77929,18.47605],[-66.78009,18.46001],[-66.67789,18.45887],[-66.67829,18.47501],[-66.53902,18.47358],[-66.54072,18.45816],[-66.42972,18.4573],[-66.42952,18.47287],[-66.32035,18.47225],[-66.32128,18.46994],[-66.07651,18.41749],[-66.07061,18.44892],[-65.98163,18.42984],[-65.98043,18.44778],[-65.82869,18.41569],[-65.83389,18.39973],[-65.69917,18.37086],[-65.63796,18.67548],[-67.49535,18.64794],[-67.51136,17.9866]],[[-65.58091,18.31383],[-65.51099,18.3657],[-65.59847,18.4075],[-65.58091,18.31383]],[[-65.27868,18.34027],[-65.22343,18.29637],[-65.20801,18.31404],[-65.26336,18.35813],[-65.27868,18.34027]],[[-65.59742,18.21391],[-65.5739,18.21177],[-65.5683,18.27418],[-65.59182,18.27617],[-65.59742,18.21391]],[[-65.82603,18.05134],[-65.80374,18.04257],[-65.75787,18.1491],[-65.78009,18.15785],[-65.82603,18.05134]],[[-66.1735,17.97665],[-66.27184,17.95661],[-66.35496,17.99839],[-66.36622,17.97828],[-66.36154,17.97593],[-66.38744,17.95878],[-66.5047,18.01708],[-66.50856,18.00609],[-66.51306,18.00028],[-66.60294,17.97584],[-66.60314,17.977],[-66.60154,17.98852],[-66.6922,17.98603],[-66.69255,18.0033],[-66.73264,18.00259],[-66.73254,18.01887],[-66.81436,18.0163],[-66.81311,18.00078],[-66.82547,17.99988],[-66.82327,17.9717],[-66.94038,17.93799],[-67.01885,17.99455],[-67.03327,17.97722],[-66.94719,17.91456],[-66.16166,17.92371],[-66.1735,17.97665]]],"terms_url":"https://www.ngs.noaa.gov/","terms_text":"NOAA National Geodetic Survey","icon":"https://www.noaa.gov/themes/custom/noaa_guswds/images/noaa_digital_logo.svg"},{"id":"NOAA_NGS_70701_RGB","name":"NOAA NGS Sitka Imagery (2023)","type":"tms","template":"https://tile.intrinsical.de/imagery/NOAA_NGS/70701/RGB/{zoom}/{x}/{y}","category":"photo","endDate":"2023-05-05T00:00:00.000Z","startDate":"2023-05-05T00:00:00.000Z","zoomExtent":[14,19],"polygon":[[[-135.40372,57.06238],[-135.40802,57.0412],[-135.34847,57.03771],[-135.32715,57.0171],[-135.29342,57.02761],[-135.30122,57.03507],[-135.24988,57.03191],[-135.24692,57.05312],[-135.32485,57.05753],[-135.37519,57.10619],[-135.35082,57.14979],[-135.38415,57.15635],[-135.40027,57.13121],[-135.434,57.12075],[-135.41683,57.10401],[-135.42704,57.0868],[-135.39231,57.08055],[-135.37169,57.06036],[-135.40372,57.06238]]],"terms_url":"https://www.ngs.noaa.gov/","terms_text":"NOAA National Geodetic Survey","icon":"https://www.noaa.gov/themes/custom/noaa_guswds/images/noaa_digital_logo.svg"},{"id":"NOAA_West_2023","name":"NOAA NGS West Coast Imagery (2023)","type":"tms","template":"https://stormscdn.ngs.noaa.gov/wc2301a-ob-n/{zoom}/{x}/{y}","category":"photo","endDate":"2023-02-06T00:00:00.000Z","startDate":"2023-01-25T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-117.16033,32.52547],[-117.12444,32.52969],[-117.12339,32.53009],[-117.10747,32.53242],[-117.10608,32.5332],[-117.10087,32.53394],[-117.09806,32.53351],[-117.09676,32.53371],[-117.09594,32.53437],[-117.09407,32.5349],[-117.09175,32.53519],[-117.09093,32.53502],[-117.08985,32.53509],[-117.08959,32.53535],[-117.0884,32.53547],[-117.0871,32.53535],[-117.09476,32.55807],[-117.09459,32.58256],[-117.099,32.58185],[-117.0994,32.58413],[-117.09755,32.58434],[-117.10078,32.6063],[-117.1017,32.60607],[-117.10248,32.61195],[-117.10333,32.61185],[-117.10403,32.61785],[-117.10484,32.61767],[-117.10562,32.62359],[-117.10623,32.62347],[-117.10705,32.62941],[-117.10745,32.6293],[-117.10783,32.63216],[-117.10149,32.64853],[-117.08544,32.66837],[-117.22711,32.72768],[-117.22853,32.74167],[-117.22817,32.74464],[-117.23058,32.80172],[-117.23303,32.82137],[-117.2326,32.82265],[-117.23188,32.82325],[-117.23242,32.83991],[-117.23359,32.84416],[-117.23288,32.84739],[-117.23413,32.85903],[-117.23413,32.85916],[-117.21322,32.86114],[-117.21927,32.87834],[-117.21757,32.87852],[-117.21858,32.8816],[-117.21846,32.88181],[-117.21868,32.88195],[-117.21886,32.8825],[-117.21885,32.8829],[-117.21866,32.88346],[-117.22241,32.89386],[-117.22241,32.89725],[-117.23937,32.9443],[-117.24207,32.94976],[-117.24478,32.95845],[-117.25187,32.9819],[-117.25211,32.98196],[-117.25385,32.9856],[-117.25682,32.99529],[-117.25988,33.0019],[-117.27524,33.04811],[-117.27485,33.0487],[-117.28166,33.06939],[-117.286,33.08687],[-117.29147,33.10436],[-117.27033,33.11336],[-117.27468,33.11922],[-117.29424,33.14236],[-117.29607,33.14425],[-117.29597,33.14524],[-117.30178,33.15237],[-117.3057,33.15615],[-117.30563,33.15698],[-117.30653,33.15768],[-117.31669,33.16936],[-117.31684,33.16931],[-117.31799,33.17073],[-117.31818,33.17134],[-117.32248,33.17678],[-117.32434,33.17958],[-117.33043,33.18645],[-117.32824,33.18766],[-117.3331,33.1921],[-117.33239,33.19251],[-117.33652,33.19705],[-117.33594,33.19739],[-117.33795,33.19993],[-117.34029,33.20203],[-117.3395,33.20238],[-117.34274,33.20511],[-117.34301,33.20505],[-117.3447,33.20624],[-117.34512,33.20662],[-117.34444,33.20697],[-117.34733,33.20958],[-117.34839,33.21159],[-117.34782,33.2119],[-117.35239,33.21634],[-117.35208,33.21652],[-117.35672,33.2209],[-117.35655,33.22103],[-117.35949,33.22314],[-117.3675,33.23144],[-117.36834,33.23162],[-117.4467,33.30885],[-117.52847,33.37972],[-117.52805,33.38174],[-117.54484,33.39921],[-117.55167,33.40289],[-117.561,33.4159],[-117.58925,33.43996],[-117.58932,33.44108],[-117.59749,33.44911],[-117.59768,33.44992],[-117.60363,33.45698],[-117.61533,33.46574],[-117.61917,33.47112],[-117.63049,33.45939],[-117.63261,33.46136],[-117.63808,33.46567],[-117.64633,33.46883],[-117.64866,33.47137],[-117.65359,33.47387],[-117.65658,33.47689],[-117.65921,33.47774],[-117.66526,33.48382],[-117.68481,33.49575],[-117.68846,33.49668],[-117.69831,33.50327],[-117.70801,33.51077],[-117.71144,33.51187],[-117.71525,33.51509],[-117.72138,33.51843],[-117.72544,33.51999],[-117.75291,33.53745],[-117.75644,33.5413],[-117.75847,33.54211],[-117.75971,33.54385],[-117.76148,33.54407],[-117.76389,33.54523],[-117.76501,33.54711],[-117.76995,33.54899],[-117.77139,33.55252],[-117.81739,33.58144],[-117.82105,33.58216],[-117.82706,33.58649],[-117.83758,33.59252],[-117.84681,33.59964],[-117.85006,33.60168],[-117.85316,33.60501],[-117.85461,33.60537],[-117.88231,33.62448],[-117.92682,33.65367],[-117.92752,33.65262],[-117.95244,33.6702],[-117.95182,33.67063],[-118.12797,33.79169],[-118.12935,33.79844],[-118.13529,33.79673],[-118.15731,33.81171],[-118.17235,33.79083],[-118.18113,33.78417],[-118.25623,33.76208],[-118.25653,33.7635],[-118.29474,33.75247],[-118.3159,33.74452],[-118.31979,33.74306],[-118.33358,33.73788],[-118.34776,33.73614],[-118.37885,33.78213],[-118.36433,33.78962],[-118.33626,33.79585],[-118.46028,34.02479],[-118.465,34.04501],[-118.46244,34.06775],[-118.80643,34.05228],[-119.15596,34.14266],[-119.25271,34.27409],[-119.2428,34.28471],[-119.27375,34.29749],[-119.28921,34.32416],[-119.30205,34.31518],[-119.61472,34.46141],[-119.62445,34.44337],[-119.63324,34.43457],[-119.83727,34.4368],[-119.83567,34.43917],[-120.00119,34.48497],[-120.00012,34.50024],[-120.44112,34.48446],[-120.59645,34.58812],[-120.58745,34.89884],[-120.61064,34.89698],[-120.62216,34.89898],[-120.59438,35.158],[-120.62279,35.15589],[-120.64926,35.1603],[-120.65089,35.15692],[-120.8228,35.23477],[-120.82199,35.23919],[-120.86179,35.25555],[-120.84717,35.29866],[-120.83986,35.28916],[-120.81874,35.30087],[-120.78949,35.30904],[-120.90314,35.4908],[-120.92627,35.47684],[-120.94834,35.47143],[-121.22586,35.70394],[-121.24251,35.68674],[-121.35886,35.85141],[-121.38001,35.8418],[-121.53141,36.04948],[-121.54542,36.04083],[-121.61837,36.14204],[-121.61247,36.14796],[-121.63157,36.16034],[-121.63541,36.16283],[-121.75668,36.24138],[-121.75685,36.2466],[-121.86192,36.31039],[-121.91851,36.51049],[-121.89613,36.51401],[-121.92774,36.58474],[-121.93132,36.59719],[-121.91951,36.59671],[-121.88396,36.58723],[-121.88575,36.58071],[-121.85605,36.57799],[-121.82957,36.56865],[-121.7966,36.66491],[-121.77969,36.66031],[-121.78153,36.68821],[-121.78852,36.68775],[-121.75139,36.7969],[-121.75098,36.79718],[-121.72319,36.80652],[-121.88447,37.0187],[-121.90304,37.006],[-122.09836,36.97646],[-122.36717,37.18642],[-122.36657,37.35886],[-122.36155,37.36007],[-122.36715,37.37018],[-122.36727,37.38345],[-122.37241,37.38298],[-122.45439,37.53904],[-122.46798,37.53338],[-122.47794,37.56151],[-122.47354,37.56622],[-122.47486,37.5943],[-122.44934,37.59377],[-122.46665,37.82069],[-122.49259,37.81534],[-122.48247,37.8237],[-122.73805,37.96295],[-122.87996,38.04585],[-122.88143,38.05448],[-122.89173,38.05228],[-122.89763,38.05572],[-122.90118,38.0502],[-122.96783,38.03617],[-122.90855,38.17568],[-122.73381,37.96309],[-122.71137,37.97933],[-122.70342,37.98212],[-122.70123,37.98076],[-122.69314,37.98522],[-122.68697,37.98802],[-122.68167,37.9894],[-122.68223,37.99097],[-122.68423,37.99156],[-122.6793,37.99519],[-122.67114,37.99873],[-122.65342,38.00706],[-122.64835,38.01059],[-122.64337,38.01232],[-122.64112,38.00967],[-122.63071,38.01698],[-122.62232,38.02061],[-122.62337,38.02254],[-122.61757,38.02722],[-122.60996,38.02975],[-122.60814,38.02744],[-122.59956,38.03266],[-122.58707,38.0368],[-122.58989,38.03941],[-122.58618,38.04241],[-122.57916,38.04485],[-122.57684,38.04307],[-122.5681,38.04931],[-122.55759,38.0525],[-122.56,38.05454],[-122.55378,38.05847],[-122.5494,38.05957],[-122.54642,38.05722],[-122.53706,38.06372],[-122.52302,38.06855],[-122.52554,38.07164],[-122.52251,38.07348],[-122.49172,38.08457],[-122.75888,38.41367],[-122.78358,38.39639],[-122.78774,38.39472],[-122.79016,38.39763],[-122.8009,38.39008],[-122.8143,38.38528],[-122.81177,38.38228],[-122.81518,38.38022],[-122.81972,38.37856],[-122.82212,38.38128],[-122.83261,38.37379],[-122.8446,38.36953],[-122.84233,38.36694],[-122.84668,38.36397],[-122.85157,38.36239],[-122.85364,38.36513],[-122.86378,38.35778],[-122.87502,38.35372],[-122.87228,38.35143],[-122.87781,38.34794],[-122.88293,38.3464],[-122.88572,38.34859],[-122.89588,38.34187],[-122.9074,38.33763],[-122.9054,38.33487],[-122.90956,38.33225],[-122.91428,38.33067],[-122.91685,38.3333],[-122.92668,38.32652],[-122.94009,38.32168],[-122.93798,38.31869],[-122.94092,38.31664],[-122.94455,38.31525],[-122.94693,38.31828],[-122.95802,38.31048],[-122.97096,38.30575],[-122.96847,38.30294],[-122.97218,38.30069],[-122.98351,38.33071],[-123.0094,38.32116],[-123.02624,38.31896],[-123.08626,38.42191],[-123.09324,38.4407],[-123.10955,38.46368],[-123.13051,38.49923],[-123.1496,38.4903],[-123.361,38.61778],[-123.35206,38.62237],[-123.7047,38.94996],[-123.6582,39.02427],[-123.65756,39.03061],[-123.64765,39.03645],[-123.64445,39.04937],[-123.66732,39.0567],[-123.80258,39.36822],[-123.75694,39.5928],[-123.75646,39.60856],[-123.73637,39.61156],[-123.74937,39.63659],[-123.74451,39.66201],[-123.75953,39.66268],[-123.86214,39.86911],[-123.86333,39.88059],[-123.87501,39.87505],[-123.90767,39.91305],[-123.96709,39.96763],[-123.98266,39.99052],[-123.98648,39.98954],[-123.99855,39.99709],[-124.0987,40.10734],[-124.10445,40.10881],[-124.11113,40.11982],[-124.11833,40.12087],[-124.12432,40.12467],[-124.13015,40.13777],[-124.13992,40.14157],[-124.14523,40.15388],[-124.15517,40.15637],[-124.1586,40.16331],[-124.16613,40.16946],[-124.18824,40.15362],[-124.31896,40.25978],[-124.39016,40.46051],[-124.05364,41.02637],[-124.08292,41.0327],[-124.10273,41.04239],[-124.12156,41.08919],[-124.13432,41.14439],[-124.11431,41.13892],[-124.00842,41.52401],[-124.0305,41.52465],[-124.17653,41.80523],[-124.19984,41.79497],[-124.16338,42.06947],[-124.19324,42.06865],[-124.22272,42.07456],[-124.22571,42.04923],[-124.32659,42.11253],[-124.41018,42.35228],[-124.3737,42.59734],[-124.3488,42.60407],[-124.51214,42.81972],[-124.50129,42.81638],[-124.32894,43.33849],[-124.29943,43.32941],[-124.14999,43.72519],[-123.96792,45.15942],[-123.95073,45.33827],[-123.92906,45.33563],[-123.93291,45.96498],[-123.91168,45.97194],[-123.88169,45.97573],[-124.00443,46.27937],[-124.02319,46.2731],[-124.03581,46.77081],[-124.06488,46.76757],[-124.1215,46.98134],[-124.13084,46.97911],[-124.19331,47.31969],[-124.22485,47.31353],[-124.24909,47.31405],[-124.44229,47.83779],[-124.47446,47.8286],[-124.48546,47.82762],[-124.62672,47.94914],[-124.68299,48.22379],[-124.64755,48.22345],[-124.65144,48.29495],[-124.65976,48.35204],[-124.66898,48.37013],[-124.66826,48.37686],[-123.91224,48.12033],[-123.90407,48.13439],[-123.16238,48.10451],[-123.1656,48.12838],[-123.16445,48.1339],[-122.98682,48.05065],[-122.97705,48.06441],[-122.6963,48.12785],[-122.7135,48.14984],[-122.71983,48.17449],[-122.99122,48.11077],[-123.16085,48.19136],[-124.79395,48.45881],[-124.76356,39.57719],[-122.8263,37.65479],[-121.71363,34.40769],[-117.16033,32.52547]],[[-122.55505,38.3755],[-122.53461,38.3945],[-122.53138,38.39163],[-122.5216,38.40148],[-122.51009,38.40781],[-122.51317,38.40983],[-122.51154,38.4118],[-122.5079,38.41377],[-122.50701,38.4132],[-122.50561,38.41141],[-122.4982,38.41864],[-122.49342,38.4216],[-122.4868,38.42414],[-122.49118,38.42535],[-122.48772,38.42855],[-122.48521,38.42959],[-122.48234,38.42707],[-122.47589,38.43367],[-122.46836,38.44137],[-122.46823,38.4415],[-122.46442,38.44459],[-122.46098,38.44596],[-122.4581,38.44391],[-122.44966,38.45081],[-122.43547,38.4578],[-122.42587,38.46672],[-122.41166,38.47407],[-122.40182,38.48335],[-122.39286,38.4877],[-122.38908,38.49],[-122.39268,38.49234],[-122.39084,38.49381],[-122.38843,38.49045],[-122.37833,38.49975],[-122.36581,38.50636],[-122.36819,38.50838],[-122.36834,38.50928],[-122.36735,38.50986],[-122.36377,38.50795],[-122.35725,38.51288],[-122.35445,38.51675],[-122.34862,38.519],[-122.3436,38.52217],[-122.34552,38.52489],[-122.31992,38.53853],[-122.34644,38.56251],[-122.35191,38.56441],[-122.36848,38.5801],[-122.382,38.59803],[-122.48732,38.69027],[-122.50093,38.69662],[-122.51767,38.71671],[-122.52781,38.7257],[-122.52988,38.72647],[-122.53075,38.72851],[-122.5511,38.7445],[-122.55621,38.75033],[-122.56818,38.75947],[-122.57354,38.76677],[-122.62183,38.80994],[-122.63032,38.81499],[-122.6373,38.82223],[-122.64393,38.82497],[-122.64729,38.83078],[-122.66249,38.84149],[-122.66892,38.849],[-122.68556,38.85945],[-122.68844,38.85945],[-122.69044,38.86179],[-122.70319,38.85064],[-122.70596,38.84745],[-122.73229,38.83017],[-122.73525,38.83359],[-122.75256,38.81508],[-122.77605,38.80473],[-122.77423,38.80135],[-122.77837,38.7982],[-122.78231,38.79647],[-122.78316,38.79867],[-122.78917,38.7935],[-122.79781,38.78911],[-122.79673,38.78773],[-122.79496,38.78821],[-122.79465,38.78761],[-122.79943,38.78328],[-122.80637,38.77859],[-122.8093,38.77745],[-122.81015,38.77841],[-122.81338,38.77541],[-122.81924,38.77294],[-122.81847,38.77168],[-122.82438,38.76684],[-122.82923,38.76409],[-122.8327,38.76466],[-122.8394,38.75844],[-122.84416,38.75636],[-122.84346,38.75466],[-122.84755,38.75087],[-122.85218,38.74889],[-122.85516,38.75081],[-122.86218,38.74304],[-122.87258,38.73895],[-122.87078,38.73627],[-122.87348,38.73461],[-122.87708,38.73582],[-122.88666,38.72813],[-122.90178,38.721],[-122.89855,38.71835],[-122.9241,38.70503],[-122.55505,38.3755]]],"terms_url":"https://www.ngs.noaa.gov/","terms_text":"NOAA National Geodetic Survey","icon":"https://www.noaa.gov/themes/custom/noaa_guswds/images/noaa_digital_logo.svg"},{"id":"kelkkareitit","name":"Nordic snowmobile overlay","type":"tms","template":"https://tiles.kelkkareitit.fi/kelkkareitit/{zoom}/{x}/{y}.png","zoomExtent":[3,18],"polygon":[[[27.53173,60.21799],[31.35496,62.51233],[31.63513,62.90773],[30.09154,64.91889],[30.21239,65.87473],[29.13573,66.90422],[30.19041,67.67609],[28.70726,68.42748],[29.02587,68.9505],[31.04735,69.53452],[31.78344,70.44784],[28.32274,71.32192],[23.76342,71.29023],[17.1826,69.99806],[12.10691,68.01581],[9.97556,64.85828],[4.13084,61.95963],[4.57029,59.00664],[6.21826,57.95859],[8.14086,57.8506],[10.41502,58.75682],[12.63702,56.0383],[12.7716,55.25095],[14.2932,55.19769],[18.58886,56.84297],[20.69823,59.3444],[27.53173,60.21799]]],"terms_url":"https://kelkkareitit.fi/","terms_text":"© Kelkkareitit.fi","description":"Kelkkareitit.fi snowmobile trails from OSM (Nordic coverage)","icon":"https://kelkkareitit.fi/img/favicon.png","overlay":true},{"id":"Los_Alamos_NAIP_CIR_2022","name":"Northern New Mexico NAIP 2022 (Infrared)","type":"wms","template":"https://gis.losalamosnm.us/securegis/rest/services/imagery/Orthoimagery_pictometry_3in_2022/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-107.1974,35.21937],[-106.24479,35.21541],[-106.23782,34.9969],[-105.23502,34.99479],[-105.23502,35.17266],[-103.61977,35.18421],[-103.62228,35.42252],[-103.72319,35.4226],[-103.97823,35.80326],[-104.30773,35.80202],[-104.43902,36.26927],[-105.29487,36.30523],[-105.22021,36.99515],[-107.42123,36.99995],[-107.61101,36.80074],[-107.62588,36.00055],[-107.30997,35.99851],[-107.30654,35.30224],[-107.23819,35.30346],[-107.1974,35.21937]]],"terms_url":"https://www.losalamosnm.us/Services/Property-and-Taxes/GIS-and-Maps/Geographic-Information-System-Services","terms_text":"Los Alamos County GIS Services","description":"2-foot color infrared orthoimagery captured in 2022 for the state of New Mexico","icon":"https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_6435726/Templates/Images/logo.png"},{"id":"geovekst-nib","name":"Norway Orthophoto","type":"tms","template":"https://waapi.webatlas.no/maptiles/tiles/webatlas-orto-newup/wa_grid/{zoom}/{x}/{y}.jpeg?api_key=b8e36d51-119a-423b-b156-d744d54123d5","category":"photo","zoomExtent":[0,21],"polygon":[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],"terms_url":"https://www.norgeibilder.no","terms_text":"© Geovekst","best":true,"description":"Norwegian orthophotos (max zoom 21), courtesy of Geovekst and Norkart.","icon":"https://register.geonorge.no/data/organizations/_L_norgeibilder96x96.png"},{"id":"geovekst-nib2","name":"Norway Orthophoto (more recent, less zoom)","type":"tms","template":"https://opencache{switch:,2,3}.statkart.no/gatekeeper/gk/gk.open_nib_web_mercator_wmts_v2?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=Nibcache_web_mercator_v2&STYLE=default&FORMAT=image/jpgpng&tileMatrixSet=default028mm&tileMatrix={zoom}&tileRow={y}&tileCol={x}","category":"photo","zoomExtent":[0,19],"polygon":[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],"terms_url":"https://www.norgeibilder.no","terms_text":"© Geovekst","best":true,"description":"Most recent Norwegian orthophotos (max zoom 19), courtesy of Geovekst and Kartverket.","icon":"https://register.geonorge.no/data/organizations/_L_norgeibilder96x96.png"},{"id":"npd-offshore","name":"NPD Offshore Installations overlay","type":"wms","template":"https://factmaps.npd.no/arcgis/services/FactMaps_ogc/3_0_WGS84_z32/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=30,55,58&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[6,20],"polygon":[[[8.51989,57.6454],[5.7678,58.85355],[5.38328,61.92862],[12.12888,64.81157],[16.25974,68.58447],[23.97215,70.47356],[32.06909,70.27429],[36.99989,73.68633],[36.99371,74.50155],[14.99771,74.50082],[1.36226,67.01603],[-0.49061,63.88725],[1.78802,61.35659],[1.98303,60.31063],[1.48178,58.42936],[1.96321,57.90482],[2.61185,56.59434],[3.25195,56.08737],[8.51989,57.6454]]],"terms_url":"https://www.npd.no/en/","terms_text":"© Oljedirektoratet","description":"Production platforms and oil/natural gas fields on the Norwegian continental shelf","icon":"https://register.geonorge.no/data/organizations/870917732_od_liten.png","overlay":true},{"id":"nrw_alkis_buildings_wms","name":"NRW Buildings","type":"wms","template":"https://www.wms.nrw.de/geobasis/wms_nw_alkis?LAYERS=adv_alkis_gebaeude&FORMAT=image/png&STYLES=Gelb&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","polygon":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"description":"Amtliche Gebäudeumrisse, Hausnummern und Etagen (römische Zahlen) in Gelb","overlay":true},{"id":"nrw_alkis_buildings_gst_wms","name":"NRW Buildings GST","type":"wms","template":"https://www.wms.nrw.de/geobasis/wms_nw_alkis_punktgenauigkeit?LAYERS=nw_gst_PunktortAG&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","polygon":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"description":"Standardabweichung (S) (in cm) der ALKIS-Gebäudepunkte: grün: 1>S>3, gelb: 3>S>10, braun/ohne: nicht definiert (schlecht)","overlay":true},{"id":"nrw_dtm_wms","name":"NRW DTM Hillshade","type":"wms","template":"https://www.wms.nrw.de/geobasis/wms_nw_dgm-schummerung?LAYERS=nw_dgm-schummerung_pan&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","polygon":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"description":"Darstellung der DGM Schummerung in Graustufen. Die imaginäre Lichtquelle befindet sich im Nordwesten. Eine Erhebung erscheint am Nordwesthang hell und am Südosthang dunkel. Ebenen sind mit mittlerer Helligkeit gefärbt."},{"id":"nrw_idop_wms","name":"NRW iDOP","type":"wms","template":"https://www.wms.nrw.de/geobasis/wms_nw_idop?LAYERS=nw_idop_rgb&STYLES=default&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"description":"20cm Bodenauflösung, 4-Kanal Multispektralbilder mit der Kanalbelegung RGBI (Rot-Grün-Blau-Nahes Infrarot)"},{"id":"nrw_alkis_wms","name":"NRW Liegenschaftskataster","type":"wms","template":"https://www.wms.nrw.de/geobasis/wms_nw_alkis?LAYERS=adv_alkis_tatsaechliche_nutzung,adv_alkis_gewaesser,adv_alkis_vegetation,adv_alkis_verkehr,adv_alkis_siedlung,adv_alkis_gesetzl_festlegungen,adv_alkis_bodensch,adv_alkis_oeff_rechtl_sonst_festl,adv_alkis_weiteres,adv_alkis_bauw_einricht,adv_alkis_gebaeude,adv_alkis_flurstuecke&FORMAT=image/png&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","polygon":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"description":"Amtliches Liegenschaftskatasterinformationssystem (ALKIS). Zeigt Gebäude- und Flurstücksdaten."},{"id":"nrw_ortho_wms","name":"NRW Orthophoto (RGB)","type":"wms","template":"https://www.wms.nrw.de/geobasis/wms_nw_dop?LAYERS=nw_dop_rgb&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"best":true,"description":"RGB-/Colorbild - Aus Punktwolke gerechnetes True Orthophoto, Bodenauflösung 10cm"},{"id":"nrw_vdop_wms","name":"NRW vDOP","type":"wms","template":"https://www.wms.nrw.de/geobasis/wms_nw_vdop?LAYERS=nw_vdop_rgb&STYLES=default&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"description":"10cm Bodenauflösung, Zwischenergebnisse aus dem Herstellungsprozess der Digitalen Orthophotos (DOP)"},{"id":"nve-snoskred","name":"NVE Avalanche Danger Areas overlay","type":"wms","template":"https://nve.geodataonline.no/arcgis/services/SkredSnoAktR/MapServer/WmsServer?LAYERS=Snoskred-Aktsomhetsomrader&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[5,13],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.nve.no/","terms_text":"© NVE","description":"Potential snowslide areas, computed from theoretical height model. Valid for drops higher than 20-50 meters. Dark red=trigger area.","icon":"https://kommunikasjon.ntb.no/data/images/00525/e8799776-4b69-4ec4-906d-46285ccb3dbe-w_300_h_100.png","overlay":true},{"id":"nve-nettanlegg","name":"NVE Electricity Network overlay","type":"wms","template":"https://nve.geodataonline.no/arcgis/services/Nettanlegg2/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Sentralnett,Regionalnett,Distribusjonsnett,Sjokabler,Master_og_stolper29882,Transformatorstasjoner&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[6,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.nve.no/karttjenester/","terms_text":"© NVE","description":"Power lines (high voltage network) including transformers, submarine cables and pylons. Local distribution network is not included.","icon":"https://kommunikasjon.ntb.no/data/images/00525/e8799776-4b69-4ec4-906d-46285ccb3dbe-w_300_h_100.png","overlay":true},{"id":"nve-vannkraft","name":"NVE Hydropower Plants overlay","type":"wms","template":"https://nve.geodataonline.no/arcgis/services/Vannkraft1/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vannkraftverk,Vannvei,Dam&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[6,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.nve.no/karttjenester/","terms_text":"© NVE","description":"Hydropower plants including waterways (tunnel, canal, pipeline) and dams","icon":"https://kommunikasjon.ntb.no/data/images/00525/e8799776-4b69-4ec4-906d-46285ccb3dbe-w_300_h_100.png","overlay":true},{"id":"nve-vindkraft","name":"NVE Wind Power Plants overlay","type":"wms","template":"https://nve.geodataonline.no/arcgis/services/Vindkraft2/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vindkraft_konsesjon_gitt_ikke_utbygd,Vindkraft_under_bygging,Vindkraft_utbygd,Vindkraftomrade,Vindturbin&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[6,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.nve.no/karttjenester/","terms_text":"© NVE","description":"Wind power turbines, farms and concession areas (blue: planned, light green: construction, dark green: built).","icon":"https://kommunikasjon.ntb.no/data/images/00525/e8799776-4b69-4ec4-906d-46285ccb3dbe-w_300_h_100.png","overlay":true},{"id":"NYS_Statewide_Hillshade","name":"NYS Hillshade","type":"wms","template":"https://elevation.its.ny.gov/arcgis/rest/services/NYS_Statewide_Hillshade/MapServer/export?format=png8&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width}%2C{height}&f=image&foo={proj}","category":"elevation","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-79.76188,42.27134],[-79.76182,41.99884],[-77.39903,42.00004],[-77.11364,41.99978],[-76.81641,42.00237],[-75.76266,41.9979],[-75.35964,41.99953],[-75.35186,41.9965],[-75.34686,41.99546],[-75.34119,41.99315],[-75.33767,41.98733],[-75.33748,41.98471],[-75.34211,41.97294],[-75.34065,41.9716],[-75.32975,41.96892],[-75.32784,41.96785],[-75.3259,41.96464],[-75.32276,41.96209],[-75.3198,41.96058],[-75.31845,41.957],[-75.31807,41.95395],[-75.31533,41.95269],[-75.31329,41.95017],[-75.3077,41.9492],[-75.30273,41.94796],[-75.30096,41.9482],[-75.30173,41.95123],[-75.30167,41.95289],[-75.29991,41.95418],[-75.29544,41.95491],[-75.29176,41.9534],[-75.2914,41.95201],[-75.29157,41.94545],[-75.28879,41.94256],[-75.28536,41.94216],[-75.27888,41.93887],[-75.27896,41.93686],[-75.27686,41.93367],[-75.2766,41.92224],[-75.26725,41.90668],[-75.26729,41.90279],[-75.273,41.89643],[-75.2715,41.88717],[-75.26034,41.88391],[-75.25703,41.87621],[-75.26321,41.8718],[-75.26433,41.86873],[-75.25918,41.86205],[-75.25055,41.86179],[-75.2439,41.86659],[-75.23991,41.86681],[-75.23236,41.85972],[-75.22695,41.85783],[-75.22313,41.85758],[-75.21541,41.86716],[-75.20536,41.8701],[-75.19408,41.86748],[-75.18949,41.86205],[-75.18588,41.85972],[-75.18223,41.86195],[-75.17914,41.87004],[-75.17592,41.87276],[-75.16996,41.8717],[-75.1676,41.8679],[-75.16927,41.8602],[-75.16425,41.85118],[-75.15532,41.84818],[-75.14099,41.85269],[-75.13091,41.84514],[-75.12692,41.84511],[-75.12249,41.8462],[-75.11666,41.84581],[-75.11361,41.84306],[-75.11301,41.83827],[-75.11511,41.8289],[-75.11331,41.82301],[-75.11172,41.82218],[-75.09979,41.81847],[-75.09756,41.81611],[-75.09014,41.81172],[-75.0855,41.81163],[-75.08078,41.8147],[-75.07576,41.81559],[-75.07233,41.81454],[-75.07138,41.81179],[-75.07306,41.80469],[-75.07743,41.79787],[-75.0825,41.79643],[-75.08868,41.79771],[-75.09172,41.79701],[-75.09988,41.78994],[-75.10323,41.78504],[-75.10451,41.77275],[-75.10181,41.76942],[-75.09597,41.76843],[-75.07494,41.7716],[-75.0707,41.76785],[-75.0658,41.76718],[-75.06078,41.76449],[-75.05332,41.753],[-75.05284,41.74529],[-75.05477,41.73629],[-75.05344,41.72626],[-75.04984,41.71669],[-75.04945,41.71399],[-75.05186,41.71137],[-75.06293,41.71313],[-75.06739,41.71281],[-75.06924,41.71002],[-75.06804,41.70637],[-75.06001,41.70022],[-75.05409,41.69173],[-75.05095,41.68003],[-75.0598,41.67339],[-75.05825,41.66935],[-75.05447,41.66826],[-75.04992,41.66227],[-75.04842,41.64668],[-75.0492,41.64322],[-75.04889,41.6362],[-75.0443,41.61965],[-75.04456,41.61669],[-75.04778,41.61547],[-75.05409,41.61865],[-75.06035,41.61762],[-75.06194,41.61554],[-75.05984,41.61172],[-75.06061,41.60989],[-75.07113,41.61005],[-75.07452,41.60829],[-75.07477,41.60633],[-75.06924,41.6019],[-75.05881,41.59028],[-75.05271,41.58794],[-75.04585,41.58223],[-75.04336,41.5734],[-75.03645,41.56617],[-75.02834,41.56431],[-75.01941,41.55336],[-75.01555,41.54337],[-75.02297,41.54161],[-75.02512,41.53939],[-75.02418,41.53345],[-75.01778,41.53229],[-75.0122,41.53004],[-75.00298,41.52336],[-75.00074,41.51876],[-75.00426,41.50919],[-75.0022,41.50752],[-74.9931,41.50851],[-74.98684,41.5088],[-74.98396,41.50623],[-74.98216,41.49832],[-74.98615,41.48569],[-74.98315,41.48019],[-74.96058,41.47621],[-74.95461,41.47717],[-74.94414,41.48354],[-74.93285,41.48244],[-74.92624,41.47759],[-74.91371,41.4763],[-74.90925,41.4728],[-74.90805,41.46498],[-74.90642,41.46032],[-74.89719,41.45865],[-74.89127,41.45659],[-74.88886,41.45144],[-74.89479,41.44655],[-74.89659,41.44202],[-74.89607,41.43954],[-74.88848,41.43771],[-74.86269,41.44427],[-74.85307,41.44314],[-74.84445,41.43613],[-74.83389,41.43044],[-74.82668,41.43098],[-74.82204,41.43768],[-74.81376,41.4425],[-74.80647,41.44253],[-74.80089,41.43819],[-74.79969,41.43127],[-74.79527,41.42358],[-74.78964,41.42172],[-74.77106,41.42641],[-74.76201,41.42307],[-74.75595,41.42403],[-74.75132,41.42796],[-74.74089,41.4314],[-74.73742,41.43008],[-74.73484,41.42612],[-74.73501,41.42172],[-74.73737,41.41641],[-74.74119,41.41116],[-74.74184,41.40659],[-74.73673,41.3989],[-74.73222,41.39629],[-74.7181,41.39429],[-74.71407,41.39114],[-74.70836,41.37903],[-74.69188,41.36863],[-74.68862,41.36264],[-74.69544,41.35748],[-74.6739,41.34846],[-74.45126,41.24529],[-74.36757,41.20371],[-74.28303,41.1647],[-73.99489,41.03877],[-73.91155,41.00125],[-73.90494,40.99755],[-73.89404,40.99674],[-73.89936,40.9729],[-73.9603,40.83226],[-74.01464,40.75616],[-74.02691,40.70576],[-74.05026,40.66189],[-74.04218,40.56446],[-73.94366,40.56452],[-73.94342,40.53747],[-73.75959,40.57708],[-73.55855,40.57192],[-73.35211,40.61855],[-73.26119,40.61741],[-73.05794,40.66052],[-72.85135,40.7317],[-72.4423,40.8402],[-71.85588,41.05298],[-71.84582,41.07466],[-71.85588,41.08062],[-71.88966,41.08766],[-72.13324,41.127],[-72.16656,41.05349],[-72.26839,41.04973],[-72.27917,41.08441],[-72.31582,41.09524],[-71.90594,41.29243],[-71.92343,41.30666],[-71.93924,41.30774],[-72.02651,41.27797],[-72.04848,41.25914],[-72.21449,41.18238],[-72.35866,41.13973],[-72.41859,41.09308],[-72.45811,41.08928],[-72.4768,41.06328],[-72.60842,40.99252],[-72.91642,40.96477],[-73.06681,40.9749],[-73.11979,40.9791],[-73.6314,40.95968],[-73.65976,40.98856],[-73.65726,40.99036],[-73.65788,40.99192],[-73.65932,40.99365],[-73.65966,40.99522],[-73.65932,40.99703],[-73.65992,41.0007],[-73.65551,41.0125],[-73.72826,41.1005],[-73.48283,41.21283],[-73.55132,41.29548],[-73.52141,41.61907],[-73.48717,42.0506],[-73.50863,42.08707],[-73.26493,42.74602],[-73.27641,42.74588],[-73.29083,42.80245],[-73.27881,42.83356],[-73.24069,43.5324],[-73.28097,43.64222],[-73.39586,43.82371],[-73.37769,43.83626],[-73.37872,43.87637],[-73.40858,43.91422],[-73.40687,44.00985],[-73.43376,44.04947],[-73.38014,44.14868],[-73.31932,44.26561],[-73.33271,44.33917],[-73.32098,44.42567],[-73.36556,44.4957],[-73.39739,44.64471],[-73.37008,44.67946],[-73.37296,44.73463],[-73.35801,44.77623],[-73.34852,44.9283],[-73.34035,45.02989],[-73.47931,45.03108],[-73.47948,45.02016],[-73.89722,45.02307],[-73.89748,45.0119],[-74.77896,45.01336],[-74.77942,45.03542],[-74.91712,45.03485],[-75.30905,44.84748],[-75.44646,44.75878],[-75.61785,44.63719],[-75.76409,44.53671],[-75.87758,44.43614],[-75.95502,44.39378],[-76.03687,44.36685],[-76.20939,44.32973],[-76.21051,44.21478],[-76.37002,44.2145],[-76.37067,44.15263],[-76.43992,44.10495],[-76.4186,43.93119],[-76.46675,43.90893],[-76.47178,43.88408],[-76.40064,43.86128],[-76.34602,43.8618],[-76.31152,43.8675],[-76.30649,43.82915],[-76.24038,43.74147],[-76.23616,43.53596],[-76.41596,43.52619],[-76.89738,43.29656],[-76.92975,43.28519],[-77.14282,43.29094],[-77.41604,43.27842],[-77.55144,43.23688],[-77.71369,43.32734],[-77.76124,43.34509],[-78.04606,43.37827],[-78.45869,43.37841],[-78.63091,43.36634],[-79.0652,43.26521],[-79.06358,43.0567],[-79.04118,43.05663],[-79.03953,42.98771],[-78.90857,42.92862],[-78.9053,42.8814],[-78.85521,42.78921],[-79.05085,42.69429],[-79.1519,42.56753],[-79.3541,42.49612],[-79.39533,42.47485],[-79.48628,42.40078],[-79.76188,42.27134]]],"terms_url":"https://data.gis.ny.gov/maps/sharegisny::nys-statewide-hillshade/about","terms_text":"New York State Information Technology Services Geospatial Services","description":"The NYS Hillshade was created by the New York State GIS Program Office (NYSGPO) and is generated using the latest Bare Earth DEMs with the Statewide USGS 10 Meter DEM to fill in gaps where higher resolution models currently do not exist.","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/ny/NYS_Orthos_Online.png"},{"id":"NYSDOP_Latest_CIR","name":"NYSDOP Latest Orthoimagery (Infrared)","type":"wms","template":"https://orthos.its.ny.gov/arcgis/services/wms/Latest_cir/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0,1,2,3&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-79.76188,42.27134],[-79.76182,41.99884],[-77.39903,42.00004],[-77.11364,41.99978],[-76.81641,42.00237],[-75.76266,41.9979],[-75.35964,41.99953],[-75.35186,41.9965],[-75.34686,41.99546],[-75.34119,41.99315],[-75.33767,41.98733],[-75.33748,41.98471],[-75.34211,41.97294],[-75.34065,41.9716],[-75.32975,41.96892],[-75.32784,41.96785],[-75.3259,41.96464],[-75.32276,41.96209],[-75.3198,41.96058],[-75.31845,41.957],[-75.31807,41.95395],[-75.31533,41.95269],[-75.31329,41.95017],[-75.3077,41.9492],[-75.30273,41.94796],[-75.30096,41.9482],[-75.30173,41.95123],[-75.30167,41.95289],[-75.29991,41.95418],[-75.29544,41.95491],[-75.29176,41.9534],[-75.2914,41.95201],[-75.29157,41.94545],[-75.28879,41.94256],[-75.28536,41.94216],[-75.27888,41.93887],[-75.27896,41.93686],[-75.27686,41.93367],[-75.2766,41.92224],[-75.26725,41.90668],[-75.26729,41.90279],[-75.273,41.89643],[-75.2715,41.88717],[-75.26034,41.88391],[-75.25703,41.87621],[-75.26321,41.8718],[-75.26433,41.86873],[-75.25918,41.86205],[-75.25055,41.86179],[-75.2439,41.86659],[-75.23991,41.86681],[-75.23236,41.85972],[-75.22695,41.85783],[-75.22313,41.85758],[-75.21541,41.86716],[-75.20536,41.8701],[-75.19408,41.86748],[-75.18949,41.86205],[-75.18588,41.85972],[-75.18223,41.86195],[-75.17914,41.87004],[-75.17592,41.87276],[-75.16996,41.8717],[-75.1676,41.8679],[-75.16927,41.8602],[-75.16425,41.85118],[-75.15532,41.84818],[-75.14099,41.85269],[-75.13091,41.84514],[-75.12692,41.84511],[-75.12249,41.8462],[-75.11666,41.84581],[-75.11361,41.84306],[-75.11301,41.83827],[-75.11511,41.8289],[-75.11331,41.82301],[-75.11172,41.82218],[-75.09979,41.81847],[-75.09756,41.81611],[-75.09014,41.81172],[-75.0855,41.81163],[-75.08078,41.8147],[-75.07576,41.81559],[-75.07233,41.81454],[-75.07138,41.81179],[-75.07306,41.80469],[-75.07743,41.79787],[-75.0825,41.79643],[-75.08868,41.79771],[-75.09172,41.79701],[-75.09988,41.78994],[-75.10323,41.78504],[-75.10451,41.77275],[-75.10181,41.76942],[-75.09597,41.76843],[-75.07494,41.7716],[-75.0707,41.76785],[-75.0658,41.76718],[-75.06078,41.76449],[-75.05332,41.753],[-75.05284,41.74529],[-75.05477,41.73629],[-75.05344,41.72626],[-75.04984,41.71669],[-75.04945,41.71399],[-75.05186,41.71137],[-75.06293,41.71313],[-75.06739,41.71281],[-75.06924,41.71002],[-75.06804,41.70637],[-75.06001,41.70022],[-75.05409,41.69173],[-75.05095,41.68003],[-75.0598,41.67339],[-75.05825,41.66935],[-75.05447,41.66826],[-75.04992,41.66227],[-75.04842,41.64668],[-75.0492,41.64322],[-75.04889,41.6362],[-75.0443,41.61965],[-75.04456,41.61669],[-75.04778,41.61547],[-75.05409,41.61865],[-75.06035,41.61762],[-75.06194,41.61554],[-75.05984,41.61172],[-75.06061,41.60989],[-75.07113,41.61005],[-75.07452,41.60829],[-75.07477,41.60633],[-75.06924,41.6019],[-75.05881,41.59028],[-75.05271,41.58794],[-75.04585,41.58223],[-75.04336,41.5734],[-75.03645,41.56617],[-75.02834,41.56431],[-75.01941,41.55336],[-75.01555,41.54337],[-75.02297,41.54161],[-75.02512,41.53939],[-75.02418,41.53345],[-75.01778,41.53229],[-75.0122,41.53004],[-75.00298,41.52336],[-75.00074,41.51876],[-75.00426,41.50919],[-75.0022,41.50752],[-74.9931,41.50851],[-74.98684,41.5088],[-74.98396,41.50623],[-74.98216,41.49832],[-74.98615,41.48569],[-74.98315,41.48019],[-74.96058,41.47621],[-74.95461,41.47717],[-74.94414,41.48354],[-74.93285,41.48244],[-74.92624,41.47759],[-74.91371,41.4763],[-74.90925,41.4728],[-74.90805,41.46498],[-74.90642,41.46032],[-74.89719,41.45865],[-74.89127,41.45659],[-74.88886,41.45144],[-74.89479,41.44655],[-74.89659,41.44202],[-74.89607,41.43954],[-74.88848,41.43771],[-74.86269,41.44427],[-74.85307,41.44314],[-74.84445,41.43613],[-74.83389,41.43044],[-74.82668,41.43098],[-74.82204,41.43768],[-74.81376,41.4425],[-74.80647,41.44253],[-74.80089,41.43819],[-74.79969,41.43127],[-74.79527,41.42358],[-74.78964,41.42172],[-74.77106,41.42641],[-74.76201,41.42307],[-74.75595,41.42403],[-74.75132,41.42796],[-74.74089,41.4314],[-74.73742,41.43008],[-74.73484,41.42612],[-74.73501,41.42172],[-74.73737,41.41641],[-74.74119,41.41116],[-74.74184,41.40659],[-74.73673,41.3989],[-74.73222,41.39629],[-74.7181,41.39429],[-74.71407,41.39114],[-74.70836,41.37903],[-74.69188,41.36863],[-74.68862,41.36264],[-74.69544,41.35748],[-74.6739,41.34846],[-74.45126,41.24529],[-74.36757,41.20371],[-74.28303,41.1647],[-73.99489,41.03877],[-73.91155,41.00125],[-73.90494,40.99755],[-73.89404,40.99674],[-73.89936,40.9729],[-73.9603,40.83226],[-74.01464,40.75616],[-74.02691,40.70576],[-74.05026,40.66189],[-74.04218,40.56446],[-73.94366,40.56452],[-73.94342,40.53747],[-73.75959,40.57708],[-73.55855,40.57192],[-73.35211,40.61855],[-73.26119,40.61741],[-73.05794,40.66052],[-72.85135,40.7317],[-72.4423,40.8402],[-71.85588,41.05298],[-71.84582,41.07466],[-71.85588,41.08062],[-71.88966,41.08766],[-72.13324,41.127],[-72.16656,41.05349],[-72.26839,41.04973],[-72.27917,41.08441],[-72.31582,41.09524],[-71.90594,41.29243],[-71.92343,41.30666],[-71.93924,41.30774],[-72.02651,41.27797],[-72.04848,41.25914],[-72.21449,41.18238],[-72.35866,41.13973],[-72.41859,41.09308],[-72.45811,41.08928],[-72.4768,41.06328],[-72.60842,40.99252],[-72.91642,40.96477],[-73.06681,40.9749],[-73.11979,40.9791],[-73.6314,40.95968],[-73.65976,40.98856],[-73.65726,40.99036],[-73.65788,40.99192],[-73.65932,40.99365],[-73.65966,40.99522],[-73.65932,40.99703],[-73.65992,41.0007],[-73.65551,41.0125],[-73.72826,41.1005],[-73.48283,41.21283],[-73.55132,41.29548],[-73.52141,41.61907],[-73.48717,42.0506],[-73.50863,42.08707],[-73.26493,42.74602],[-73.27641,42.74588],[-73.29083,42.80245],[-73.27881,42.83356],[-73.24069,43.5324],[-73.28097,43.64222],[-73.39586,43.82371],[-73.37769,43.83626],[-73.37872,43.87637],[-73.40858,43.91422],[-73.40687,44.00985],[-73.43376,44.04947],[-73.38014,44.14868],[-73.31932,44.26561],[-73.33271,44.33917],[-73.32098,44.42567],[-73.36556,44.4957],[-73.39739,44.64471],[-73.37008,44.67946],[-73.37296,44.73463],[-73.35801,44.77623],[-73.34852,44.9283],[-73.34035,45.02989],[-73.47931,45.03108],[-73.47948,45.02016],[-73.89722,45.02307],[-73.89748,45.0119],[-74.77896,45.01336],[-74.77942,45.03542],[-74.91712,45.03485],[-75.30905,44.84748],[-75.44646,44.75878],[-75.61785,44.63719],[-75.76409,44.53671],[-75.87758,44.43614],[-75.95502,44.39378],[-76.03687,44.36685],[-76.20939,44.32973],[-76.21051,44.21478],[-76.37002,44.2145],[-76.37067,44.15263],[-76.43992,44.10495],[-76.4186,43.93119],[-76.46675,43.90893],[-76.47178,43.88408],[-76.40064,43.86128],[-76.34602,43.8618],[-76.31152,43.8675],[-76.30649,43.82915],[-76.24038,43.74147],[-76.23616,43.53596],[-76.41596,43.52619],[-76.89738,43.29656],[-76.92975,43.28519],[-77.14282,43.29094],[-77.41604,43.27842],[-77.55144,43.23688],[-77.71369,43.32734],[-77.76124,43.34509],[-78.04606,43.37827],[-78.45869,43.37841],[-78.63091,43.36634],[-79.0652,43.26521],[-79.06358,43.0567],[-79.04118,43.05663],[-79.03953,42.98771],[-78.90857,42.92862],[-78.9053,42.8814],[-78.85521,42.78921],[-79.05085,42.69429],[-79.1519,42.56753],[-79.3541,42.49612],[-79.39533,42.47485],[-79.48628,42.40078],[-79.76188,42.27134]]],"terms_url":"http://gis.ny.gov/gateway/mg/index.html","terms_text":"New York State Statewide Digital Orthoimagery Program","description":"The latest high resolution color infrared orthoimagery for the state of New York at approximately 12 inch resolution","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/ny/NYS_Orthos_Online.png"},{"id":"NYSDOP_Latest","name":"NYSDOP Latest Orthoimagery (Natural Color)","type":"wms","template":"https://orthos.its.ny.gov/arcgis/services/wms/Latest/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0,1,2,3&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-79.76188,42.27134],[-79.76182,41.99884],[-77.39903,42.00004],[-77.11364,41.99978],[-76.81641,42.00237],[-75.76266,41.9979],[-75.35964,41.99953],[-75.35186,41.9965],[-75.34686,41.99546],[-75.34119,41.99315],[-75.33767,41.98733],[-75.33748,41.98471],[-75.34211,41.97294],[-75.34065,41.9716],[-75.32975,41.96892],[-75.32784,41.96785],[-75.3259,41.96464],[-75.32276,41.96209],[-75.3198,41.96058],[-75.31845,41.957],[-75.31807,41.95395],[-75.31533,41.95269],[-75.31329,41.95017],[-75.3077,41.9492],[-75.30273,41.94796],[-75.30096,41.9482],[-75.30173,41.95123],[-75.30167,41.95289],[-75.29991,41.95418],[-75.29544,41.95491],[-75.29176,41.9534],[-75.2914,41.95201],[-75.29157,41.94545],[-75.28879,41.94256],[-75.28536,41.94216],[-75.27888,41.93887],[-75.27896,41.93686],[-75.27686,41.93367],[-75.2766,41.92224],[-75.26725,41.90668],[-75.26729,41.90279],[-75.273,41.89643],[-75.2715,41.88717],[-75.26034,41.88391],[-75.25703,41.87621],[-75.26321,41.8718],[-75.26433,41.86873],[-75.25918,41.86205],[-75.25055,41.86179],[-75.2439,41.86659],[-75.23991,41.86681],[-75.23236,41.85972],[-75.22695,41.85783],[-75.22313,41.85758],[-75.21541,41.86716],[-75.20536,41.8701],[-75.19408,41.86748],[-75.18949,41.86205],[-75.18588,41.85972],[-75.18223,41.86195],[-75.17914,41.87004],[-75.17592,41.87276],[-75.16996,41.8717],[-75.1676,41.8679],[-75.16927,41.8602],[-75.16425,41.85118],[-75.15532,41.84818],[-75.14099,41.85269],[-75.13091,41.84514],[-75.12692,41.84511],[-75.12249,41.8462],[-75.11666,41.84581],[-75.11361,41.84306],[-75.11301,41.83827],[-75.11511,41.8289],[-75.11331,41.82301],[-75.11172,41.82218],[-75.09979,41.81847],[-75.09756,41.81611],[-75.09014,41.81172],[-75.0855,41.81163],[-75.08078,41.8147],[-75.07576,41.81559],[-75.07233,41.81454],[-75.07138,41.81179],[-75.07306,41.80469],[-75.07743,41.79787],[-75.0825,41.79643],[-75.08868,41.79771],[-75.09172,41.79701],[-75.09988,41.78994],[-75.10323,41.78504],[-75.10451,41.77275],[-75.10181,41.76942],[-75.09597,41.76843],[-75.07494,41.7716],[-75.0707,41.76785],[-75.0658,41.76718],[-75.06078,41.76449],[-75.05332,41.753],[-75.05284,41.74529],[-75.05477,41.73629],[-75.05344,41.72626],[-75.04984,41.71669],[-75.04945,41.71399],[-75.05186,41.71137],[-75.06293,41.71313],[-75.06739,41.71281],[-75.06924,41.71002],[-75.06804,41.70637],[-75.06001,41.70022],[-75.05409,41.69173],[-75.05095,41.68003],[-75.0598,41.67339],[-75.05825,41.66935],[-75.05447,41.66826],[-75.04992,41.66227],[-75.04842,41.64668],[-75.0492,41.64322],[-75.04889,41.6362],[-75.0443,41.61965],[-75.04456,41.61669],[-75.04778,41.61547],[-75.05409,41.61865],[-75.06035,41.61762],[-75.06194,41.61554],[-75.05984,41.61172],[-75.06061,41.60989],[-75.07113,41.61005],[-75.07452,41.60829],[-75.07477,41.60633],[-75.06924,41.6019],[-75.05881,41.59028],[-75.05271,41.58794],[-75.04585,41.58223],[-75.04336,41.5734],[-75.03645,41.56617],[-75.02834,41.56431],[-75.01941,41.55336],[-75.01555,41.54337],[-75.02297,41.54161],[-75.02512,41.53939],[-75.02418,41.53345],[-75.01778,41.53229],[-75.0122,41.53004],[-75.00298,41.52336],[-75.00074,41.51876],[-75.00426,41.50919],[-75.0022,41.50752],[-74.9931,41.50851],[-74.98684,41.5088],[-74.98396,41.50623],[-74.98216,41.49832],[-74.98615,41.48569],[-74.98315,41.48019],[-74.96058,41.47621],[-74.95461,41.47717],[-74.94414,41.48354],[-74.93285,41.48244],[-74.92624,41.47759],[-74.91371,41.4763],[-74.90925,41.4728],[-74.90805,41.46498],[-74.90642,41.46032],[-74.89719,41.45865],[-74.89127,41.45659],[-74.88886,41.45144],[-74.89479,41.44655],[-74.89659,41.44202],[-74.89607,41.43954],[-74.88848,41.43771],[-74.86269,41.44427],[-74.85307,41.44314],[-74.84445,41.43613],[-74.83389,41.43044],[-74.82668,41.43098],[-74.82204,41.43768],[-74.81376,41.4425],[-74.80647,41.44253],[-74.80089,41.43819],[-74.79969,41.43127],[-74.79527,41.42358],[-74.78964,41.42172],[-74.77106,41.42641],[-74.76201,41.42307],[-74.75595,41.42403],[-74.75132,41.42796],[-74.74089,41.4314],[-74.73742,41.43008],[-74.73484,41.42612],[-74.73501,41.42172],[-74.73737,41.41641],[-74.74119,41.41116],[-74.74184,41.40659],[-74.73673,41.3989],[-74.73222,41.39629],[-74.7181,41.39429],[-74.71407,41.39114],[-74.70836,41.37903],[-74.69188,41.36863],[-74.68862,41.36264],[-74.69544,41.35748],[-74.6739,41.34846],[-74.45126,41.24529],[-74.36757,41.20371],[-74.28303,41.1647],[-73.99489,41.03877],[-73.91155,41.00125],[-73.90494,40.99755],[-73.89404,40.99674],[-73.89936,40.9729],[-73.9603,40.83226],[-74.01464,40.75616],[-74.02691,40.70576],[-74.05026,40.66189],[-74.04218,40.56446],[-73.94366,40.56452],[-73.94342,40.53747],[-73.75959,40.57708],[-73.55855,40.57192],[-73.35211,40.61855],[-73.26119,40.61741],[-73.05794,40.66052],[-72.85135,40.7317],[-72.4423,40.8402],[-71.85588,41.05298],[-71.84582,41.07466],[-71.85588,41.08062],[-71.88966,41.08766],[-72.13324,41.127],[-72.16656,41.05349],[-72.26839,41.04973],[-72.27917,41.08441],[-72.31582,41.09524],[-71.90594,41.29243],[-71.92343,41.30666],[-71.93924,41.30774],[-72.02651,41.27797],[-72.04848,41.25914],[-72.21449,41.18238],[-72.35866,41.13973],[-72.41859,41.09308],[-72.45811,41.08928],[-72.4768,41.06328],[-72.60842,40.99252],[-72.91642,40.96477],[-73.06681,40.9749],[-73.11979,40.9791],[-73.6314,40.95968],[-73.65976,40.98856],[-73.65726,40.99036],[-73.65788,40.99192],[-73.65932,40.99365],[-73.65966,40.99522],[-73.65932,40.99703],[-73.65992,41.0007],[-73.65551,41.0125],[-73.72826,41.1005],[-73.48283,41.21283],[-73.55132,41.29548],[-73.52141,41.61907],[-73.48717,42.0506],[-73.50863,42.08707],[-73.26493,42.74602],[-73.27641,42.74588],[-73.29083,42.80245],[-73.27881,42.83356],[-73.24069,43.5324],[-73.28097,43.64222],[-73.39586,43.82371],[-73.37769,43.83626],[-73.37872,43.87637],[-73.40858,43.91422],[-73.40687,44.00985],[-73.43376,44.04947],[-73.38014,44.14868],[-73.31932,44.26561],[-73.33271,44.33917],[-73.32098,44.42567],[-73.36556,44.4957],[-73.39739,44.64471],[-73.37008,44.67946],[-73.37296,44.73463],[-73.35801,44.77623],[-73.34852,44.9283],[-73.34035,45.02989],[-73.47931,45.03108],[-73.47948,45.02016],[-73.89722,45.02307],[-73.89748,45.0119],[-74.77896,45.01336],[-74.77942,45.03542],[-74.91712,45.03485],[-75.30905,44.84748],[-75.44646,44.75878],[-75.61785,44.63719],[-75.76409,44.53671],[-75.87758,44.43614],[-75.95502,44.39378],[-76.03687,44.36685],[-76.20939,44.32973],[-76.21051,44.21478],[-76.37002,44.2145],[-76.37067,44.15263],[-76.43992,44.10495],[-76.4186,43.93119],[-76.46675,43.90893],[-76.47178,43.88408],[-76.40064,43.86128],[-76.34602,43.8618],[-76.31152,43.8675],[-76.30649,43.82915],[-76.24038,43.74147],[-76.23616,43.53596],[-76.41596,43.52619],[-76.89738,43.29656],[-76.92975,43.28519],[-77.14282,43.29094],[-77.41604,43.27842],[-77.55144,43.23688],[-77.71369,43.32734],[-77.76124,43.34509],[-78.04606,43.37827],[-78.45869,43.37841],[-78.63091,43.36634],[-79.0652,43.26521],[-79.06358,43.0567],[-79.04118,43.05663],[-79.03953,42.98771],[-78.90857,42.92862],[-78.9053,42.8814],[-78.85521,42.78921],[-79.05085,42.69429],[-79.1519,42.56753],[-79.3541,42.49612],[-79.39533,42.47485],[-79.48628,42.40078],[-79.76188,42.27134]]],"terms_url":"http://gis.ny.gov/gateway/mg/index.html","terms_text":"New York State Statewide Digital Orthoimagery Program","description":"The latest high resolution natural color orthoimagery for the state of New York at approximately 12 inch resolution","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/ny/NYS_Orthos_Online.png"},{"id":"Oakland_MI_2020","name":"Oakland County Orthoimagery (2020)","type":"wms","template":"https://gisservices.oakgov.com/arcgis/rest/services/ImageServices/EnterpriseOrthoTC2020ImageService/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.08825,42.89704],[-83.27543,42.89898],[-83.27556,42.89174],[-83.46273,42.89337],[-83.46284,42.88613],[-83.62046,42.88726],[-83.62053,42.88001],[-83.69934,42.8805],[-83.70153,42.67766],[-83.69169,42.67764],[-83.69302,42.55447],[-83.68325,42.55442],[-83.68459,42.43126],[-83.67481,42.43119],[-83.67488,42.42395],[-83.48911,42.42267],[-83.48901,42.42991],[-83.29345,42.42822],[-83.29333,42.43548],[-83.07819,42.43324],[-83.07804,42.44049],[-83.06826,42.44038],[-83.06663,42.52007],[-83.07639,42.52017],[-83.07339,42.66504],[-83.08319,42.66515],[-83.08005,42.81725],[-83.08988,42.81737],[-83.08825,42.89704]]],"terms_url":"https://accessoakland-oakgov.opendata.arcgis.com/","terms_text":"Oakland County","description":"The 2020 orthoimagery for Oakland County of the State of Michigan","icon":"https://oaklandcountyblog.com/wp-content/uploads/2014/10/oakland-county-2_trees-logo.png"},{"id":"Oakland_MI_2023","name":"Oakland County Orthoimagery (2023)","type":"wms","template":"https://gisservices.oakgov.com/arcgis/rest/services/ImageServices/EnterpriseOrthoTC2023ImageService/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.08825,42.89704],[-83.27543,42.89898],[-83.27556,42.89174],[-83.46273,42.89337],[-83.46284,42.88613],[-83.62046,42.88726],[-83.62053,42.88001],[-83.69934,42.8805],[-83.70153,42.67766],[-83.69169,42.67764],[-83.69302,42.55447],[-83.68325,42.55442],[-83.68459,42.43126],[-83.67481,42.43119],[-83.67488,42.42395],[-83.48911,42.42267],[-83.48901,42.42991],[-83.29345,42.42822],[-83.29333,42.43548],[-83.07819,42.43324],[-83.07804,42.44049],[-83.06826,42.44038],[-83.06663,42.52007],[-83.07639,42.52017],[-83.07339,42.66504],[-83.08319,42.66515],[-83.08005,42.81725],[-83.08988,42.81737],[-83.08825,42.89704]]],"terms_url":"https://accessoakland-oakgov.opendata.arcgis.com/","terms_text":"Oakland County","description":"The 2023 orthoimagery for Oakland County of the State of Michigan","icon":"https://oaklandcountyblog.com/wp-content/uploads/2014/10/oakland-county-2_trees-logo.png"},{"id":"ODOT_TIMS_Road_Inventory","name":"ODOT Road Inventory","type":"tms","template":"https://tiles.mblaine.com/ohio/{zoom}/{x}/{y}.png","category":"map","endDate":"2024-02-09T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-84.80658,41.69658],[-84.82158,39.10362],[-84.78455,39.11398],[-84.76956,39.13266],[-84.75746,39.14248],[-84.74836,39.14608],[-84.73949,39.14625],[-84.71621,39.13342],[-84.70512,39.12109],[-84.68925,39.10116],[-84.67731,39.09931],[-84.6571,39.09565],[-84.62974,39.07498],[-84.60474,39.07285],[-84.56367,39.08431],[-84.55326,39.09775],[-84.54958,39.10013],[-84.54608,39.10045],[-84.5216,39.09086],[-84.50191,39.09263],[-84.48534,39.11297],[-84.47476,39.11942],[-84.46286,39.12208],[-84.45497,39.12037],[-84.44312,39.11303],[-84.43654,39.09616],[-84.43457,39.07419],[-84.43383,39.06878],[-84.43088,39.0557],[-84.33824,39.03071],[-84.31676,39.01742],[-84.30434,39.00072],[-84.28938,38.95056],[-84.23855,38.89397],[-84.23561,38.84278],[-84.23029,38.82005],[-84.21404,38.80342],[-84.13897,38.78714],[-84.076,38.76791],[-84.03408,38.77108],[-83.9725,38.78443],[-83.94646,38.78133],[-83.91095,38.76648],[-83.87667,38.76024],[-83.85985,38.75279],[-83.82939,38.70159],[-83.78796,38.69316],[-83.77262,38.65453],[-83.72114,38.64315],[-83.66982,38.62532],[-83.65043,38.62812],[-83.63931,38.64178],[-83.6255,38.67673],[-83.52859,38.70114],[-83.49984,38.69532],[-83.45692,38.66877],[-83.4058,38.66393],[-83.35854,38.65306],[-83.32591,38.62787],[-83.31492,38.59535],[-83.28487,38.59533],[-83.25582,38.62445],[-83.17826,38.61501],[-83.1502,38.61888],[-83.12869,38.63158],[-83.11398,38.66648],[-83.09139,38.67854],[-83.05825,38.68729],[-83.02541,38.72553],[-82.97502,38.7247],[-82.92241,38.74737],[-82.88691,38.7525],[-82.87419,38.74158],[-82.88043,38.68257],[-82.86404,38.66501],[-82.84935,38.57882],[-82.78709,38.5586],[-82.72643,38.55586],[-82.69615,38.53836],[-82.65612,38.49178],[-82.61155,38.46995],[-82.59387,38.41098],[-82.56643,38.39853],[-82.52044,38.40538],[-82.40768,38.43666],[-82.37875,38.43275],[-82.3389,38.43915],[-82.31574,38.45058],[-82.30061,38.48901],[-82.28351,38.58033],[-82.26795,38.59249],[-82.23843,38.59499],[-82.21649,38.59218],[-82.19974,38.59062],[-82.18149,38.59546],[-82.17043,38.61373],[-82.16972,38.63137],[-82.18991,38.68224],[-82.18031,38.71003],[-82.19679,38.75902],[-82.21472,38.77039],[-82.21709,38.78444],[-82.2106,38.79957],[-82.17396,38.81631],[-82.14379,38.83515],[-82.13898,38.87344],[-82.14274,38.88633],[-82.13848,38.89932],[-82.11272,38.92766],[-82.07811,38.9815],[-82.05806,38.98762],[-82.04435,39.00198],[-82.03823,39.01757],[-82.03004,39.02584],[-82.02169,39.02807],[-82.00837,39.02816],[-82.00077,39.02467],[-81.99284,39.01614],[-81.98095,38.99434],[-81.97527,38.99148],[-81.96408,38.9923],[-81.95458,38.99559],[-81.94832,38.99542],[-81.94061,38.99324],[-81.92614,38.9757],[-81.91803,38.96546],[-81.90633,38.94021],[-81.90199,38.93387],[-81.90133,38.92841],[-81.90402,38.92156],[-81.92941,38.89759],[-81.92964,38.89342],[-81.91984,38.88368],[-81.89656,38.87309],[-81.87782,38.87578],[-81.85366,38.89359],[-81.84434,38.91058],[-81.84114,38.92987],[-81.83372,38.93996],[-81.82294,38.94561],[-81.81447,38.94505],[-81.80634,38.94052],[-81.78479,38.92482],[-81.76384,38.92075],[-81.75501,38.93311],[-81.78017,38.96221],[-81.76317,38.99357],[-81.76335,39.02073],[-81.78578,39.04351],[-81.80312,39.06101],[-81.80617,39.07188],[-81.80105,39.07825],[-81.77412,39.07639],[-81.74877,39.085],[-81.74092,39.09952],[-81.7395,39.14576],[-81.74695,39.15796],[-81.75344,39.18202],[-81.73056,39.19341],[-81.72441,39.21173],[-81.71955,39.21565],[-81.70266,39.2199],[-81.68953,39.22427],[-81.69113,39.26418],[-81.67337,39.27499],[-81.64717,39.27516],[-81.62266,39.27385],[-81.60555,39.2745],[-81.57686,39.26599],[-81.56482,39.26615],[-81.56112,39.30404],[-81.55662,39.3243],[-81.55572,39.33902],[-81.54447,39.35081],[-81.52208,39.36113],[-81.50073,39.37002],[-81.49194,39.3791],[-81.47643,39.39301],[-81.46767,39.4021],[-81.45144,39.40809],[-81.4363,39.40712],[-81.42929,39.40349],[-81.41631,39.3932],[-81.40421,39.37885],[-81.39215,39.34614],[-81.38335,39.34141],[-81.3704,39.33905],[-81.33848,39.34837],[-81.31149,39.36183],[-81.29108,39.37491],[-81.24249,39.38728],[-81.21858,39.38394],[-81.20926,39.39346],[-81.20851,39.40431],[-81.17151,39.43577],[-81.15402,39.44093],[-81.12826,39.44606],[-81.11907,39.45675],[-81.09396,39.49153],[-81.04158,39.53385],[-81.03146,39.54471],[-80.98755,39.57431],[-80.97546,39.58472],[-80.92994,39.61282],[-80.91817,39.61827],[-80.88524,39.61841],[-80.87568,39.62354],[-80.8666,39.64423],[-80.86274,39.66606],[-80.86138,39.68613],[-80.85522,39.69667],[-80.83212,39.70196],[-80.82861,39.71088],[-80.82773,39.71568],[-80.83032,39.72322],[-80.86449,39.7577],[-80.86649,39.76361],[-80.8631,39.77261],[-80.82659,39.7969],[-80.82075,39.80905],[-80.81982,39.82926],[-80.82335,39.83932],[-80.82084,39.84845],[-80.81241,39.85422],[-80.79983,39.85657],[-80.78629,39.87048],[-80.79418,39.8869],[-80.80593,39.90319],[-80.805,39.91341],[-80.79976,39.91819],[-80.78728,39.91733],[-80.76393,39.90641],[-80.75745,39.90796],[-80.75297,39.91217],[-80.75475,39.9213],[-80.7594,39.93556],[-80.76092,39.94974],[-80.75689,39.95946],[-80.74223,39.96587],[-80.73694,39.98092],[-80.74051,40.00424],[-80.73637,40.02382],[-80.72977,40.03576],[-80.7287,40.0485],[-80.7331,40.06207],[-80.73687,40.06928],[-80.73356,40.08181],[-80.70635,40.1018],[-80.70601,40.11065],[-80.70751,40.13668],[-80.70236,40.15304],[-80.67852,40.18711],[-80.66536,40.19904],[-80.66022,40.23403],[-80.65136,40.24978],[-80.64154,40.25358],[-80.62279,40.25951],[-80.61557,40.27016],[-80.61361,40.29331],[-80.59856,40.31579],[-80.60281,40.32771],[-80.60814,40.33831],[-80.61044,40.34539],[-80.60895,40.35466],[-80.60536,40.37407],[-80.61333,40.38238],[-80.63052,40.38754],[-80.63084,40.39297],[-80.61224,40.40375],[-80.61161,40.42211],[-80.61322,40.4277],[-80.60545,40.44738],[-80.59445,40.4659],[-80.59582,40.47793],[-80.6147,40.50109],[-80.63232,40.54231],[-80.63923,40.54734],[-80.65366,40.56609],[-80.66208,40.57098],[-80.66453,40.57354],[-80.66543,40.58611],[-80.6436,40.60221],[-80.63359,40.61365],[-80.59807,40.62358],[-80.59239,40.62066],[-80.58136,40.61234],[-80.568,40.61397],[-80.55521,40.62435],[-80.5303,40.63415],[-80.51704,40.63767],[-80.51625,41.98134],[-80.56541,41.97071],[-80.56825,41.96601],[-80.76296,41.91605],[-80.79886,41.91186],[-80.81072,41.9042],[-80.88931,41.87839],[-80.9531,41.86571],[-81.00271,41.85425],[-81.08576,41.82708],[-81.13146,41.81176],[-81.24328,41.7631],[-81.28212,41.76821],[-81.31567,41.74689],[-81.3879,41.71251],[-81.45107,41.67312],[-81.48927,41.63529],[-81.53118,41.61643],[-81.55806,41.59861],[-81.74598,41.49066],[-81.80345,41.50159],[-81.86875,41.4853],[-81.91774,41.4932],[-81.9385,41.49371],[-81.99679,41.51948],[-82.01852,41.51841],[-82.19594,41.48151],[-82.24084,41.44516],[-82.27308,41.43647],[-82.30151,41.43212],[-82.35832,41.43342],[-82.40322,41.41714],[-82.45433,41.39226],[-82.48328,41.38576],[-82.50237,41.38576],[-82.52208,41.39608],[-82.59522,41.42981],[-82.64225,41.45482],[-82.6852,41.49263],[-82.71038,41.54215],[-82.67014,41.59825],[-82.67622,41.62286],[-82.786,41.66826],[-82.77341,41.70114],[-82.79357,41.72775],[-82.8309,41.72829],[-82.85614,41.6865],[-82.87004,41.64521],[-82.86607,41.57269],[-82.86276,41.55912],[-82.87061,41.53964],[-82.88686,41.52748],[-82.90339,41.52125],[-82.92166,41.51904],[-82.93994,41.52015],[-83.01364,41.55122],[-83.07669,41.60758],[-83.12829,41.62077],[-83.19432,41.6311],[-83.28849,41.67995],[-83.33664,41.70741],[-83.34538,41.69436],[-83.35364,41.68985],[-83.36984,41.68749],[-83.38224,41.68926],[-83.39297,41.69375],[-83.41132,41.6927],[-83.42695,41.71249],[-83.45361,41.73341],[-83.59913,41.72926],[-83.68883,41.72668],[-83.74316,41.72442],[-84.80658,41.69658]]],"terms_url":"https://gis.dot.state.oh.us/tims_classic/About","terms_text":"Ohio Department of Transportation","description":"Ohio Department of Transportation (ODOT) - Transportation Information Mapping System (TIMS) Road Inventory published June 2024.","icon":"https://www.transportation.ohio.gov/wps/wcm/connect/gov/2ac66df0-55c6-4360-9f44-ff1435bbd068/favicon-ODOT.png?MOD=AJPERES","overlay":true},{"id":"orka.mv","name":"Offene Regionalkarte Mecklenburg-Vorpommern (ORKa.MV)","type":"tms","template":"https://www.orka-mv.de/geodienste/orkamv/tiles/1.0.0/orkamv/GLOBAL_WEBMERCATOR/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[12,19],"polygon":[[[13.32019,54.72212],[12.49001,54.60327],[11.04611,54.03758],[10.73651,53.87637],[10.54746,53.36447],[11.05159,53.14154],[11.31736,53.10208],[12.98593,53.1399],[14.17503,53.21051],[14.45449,53.30557],[14.24626,53.93125],[13.81063,54.51907],[13.5613,54.69996],[13.32019,54.72212]]],"terms_url":"https://www.orka-mv.de/nutzung.html","terms_text":"ORKa.MV"},{"id":"rs-osm-official-cyr","name":"Official Serbia OSM (cyr)","type":"tms","template":"https://tiles.openstreetmap.rs/cir/{zoom}/{x}/{y}.png","category":"osmbasedmap","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[18.80881,45.91727],[18.82337,45.8645],[18.8466,45.85246],[18.84165,45.79035],[18.87935,45.77052],[18.8993,45.70035],[18.95579,45.66624],[18.89165,45.62267],[18.89928,45.59703],[18.88135,45.55989],[18.94883,45.52325],[19.01589,45.54724],[19.02932,45.52562],[19.09098,45.50885],[19.07985,45.49768],[18.99189,45.49976],[18.9807,45.44361],[19.01996,45.4142],[18.96988,45.40206],[18.966,45.36807],[19.02302,45.33537],[19.08492,45.32725],[19.09609,45.2933],[19.13809,45.27202],[19.28686,45.22663],[19.41269,45.22318],[19.42913,45.20089],[19.41837,45.17614],[19.34215,45.18421],[19.32174,45.21741],[19.27735,45.2156],[19.27478,45.18543],[19.25545,45.18363],[19.17514,45.21244],[19.15606,45.18881],[19.18067,45.17469],[19.13926,45.14039],[19.07968,45.15282],[19.06653,45.11283],[19.09301,45.076],[19.08965,45.01293],[19.04269,44.97373],[19.10899,44.9599],[19.13712,44.96999],[19.13718,44.95493],[19.08155,44.93372],[19.06738,44.91276],[19.02922,44.93251],[18.9789,44.90574],[19.02018,44.84547],[19.07307,44.85354],[19.17836,44.91166],[19.2121,44.88652],[19.25308,44.90311],[19.29895,44.89938],[19.35327,44.87489],[19.28566,44.79033],[19.3059,44.74899],[19.29374,44.70386],[19.25167,44.66419],[19.2514,44.64405],[19.20752,44.62608],[19.21081,44.59928],[19.17865,44.58314],[19.16455,44.53419],[19.1198,44.52496],[19.11308,44.49974],[19.13711,44.41989],[19.10161,44.4029],[19.09363,44.36717],[19.16129,44.27545],[19.20713,44.28116],[19.23878,44.25189],[19.3179,44.26256],[19.35239,44.17687],[19.40137,44.16024],[19.42964,44.12609],[19.46306,44.13428],[19.46198,44.11508],[19.50606,44.07274],[19.5521,44.06129],[19.57279,44.03672],[19.59278,44.05308],[19.61009,44.02218],[19.55907,44.00784],[19.52228,43.9658],[19.38887,43.97047],[19.30797,44.00688],[19.22795,44.01818],[19.24376,43.94751],[19.38799,43.79075],[19.41805,43.78462],[19.50727,43.70772],[19.52042,43.66457],[19.47856,43.63551],[19.49278,43.58662],[19.48202,43.58275],[19.41175,43.58595],[19.37216,43.62029],[19.31406,43.59812],[19.25873,43.61558],[19.23625,43.59542],[19.23691,43.53887],[19.21299,43.52981],[19.21221,43.4793],[19.34666,43.40609],[19.44086,43.38042],[19.45373,43.33808],[19.52083,43.3097],[19.51787,43.27585],[19.53725,43.24106],[19.60998,43.22226],[19.63543,43.18046],[19.68307,43.15817],[19.76614,43.15372],[19.77965,43.12031],[19.82325,43.10625],[19.83748,43.08411],[19.86983,43.10233],[19.91799,43.07605],[19.96196,43.09885],[19.98538,43.04445],[20.03783,43.02096],[20.11377,42.95614],[20.17027,42.96285],[20.3386,42.89809],[20.33798,42.84608],[20.29511,42.84578],[20.2488,42.82226],[20.25506,42.7821],[20.24353,42.76814],[20.19125,42.75928],[20.15687,42.77823],[20.14007,42.76789],[20.05738,42.78861],[20.01668,42.77117],[20.0064,42.70646],[20.09587,42.65305],[20.06611,42.62364],[20.06756,42.55097],[20.15607,42.49856],[20.21184,42.42826],[20.19815,42.39997],[20.23508,42.36502],[20.23662,42.31895],[20.30674,42.305],[20.33712,42.3177],[20.40079,42.27548],[20.45254,42.26285],[20.51507,42.20593],[20.55671,42.12157],[20.54845,42.07156],[20.58454,42.03807],[20.61476,41.97059],[20.6107,41.94582],[20.56593,41.91927],[20.59704,41.86063],[20.61946,41.84779],[20.65252,41.86472],[20.68315,41.84773],[20.73424,41.85648],[20.78642,41.91702],[20.75973,42.02306],[20.79587,42.07281],[20.89596,42.08847],[20.94745,42.12791],[21.03071,42.14321],[21.10661,42.19604],[21.15713,42.18752],[21.20598,42.12611],[21.21583,42.08613],[21.25884,42.08298],[21.32851,42.10109],[21.3161,42.13676],[21.345,42.19456],[21.39935,42.23792],[21.45035,42.22695],[21.45016,42.26673],[21.50328,42.25989],[21.52049,42.2315],[21.58688,42.24999],[21.69915,42.22145],[21.73273,42.25111],[21.78265,42.25667],[21.8461,42.31573],[21.90127,42.29142],[21.93571,42.3033],[21.9441,42.3334],[22.02332,42.28966],[22.06806,42.28881],[22.17004,42.30294],[22.19842,42.3301],[22.23314,42.32632],[22.28115,42.35485],[22.30841,42.32468],[22.36262,42.3014],[22.45837,42.32333],[22.49081,42.38545],[22.52745,42.39005],[22.56876,42.486],[22.55207,42.5164],[22.45044,42.57687],[22.4771,42.63762],[22.48155,42.69907],[22.51129,42.7408],[22.45019,42.81607],[22.5131,42.84247],[22.53637,42.87031],[22.57598,42.85292],[22.58978,42.88064],[22.61575,42.88562],[22.67855,42.85553],[22.75122,42.87861],[22.78726,42.92238],[22.79608,42.97485],[22.90519,43.02888],[22.92794,43.07391],[22.9907,43.10483],[23.01626,43.18701],[23.01044,43.20196],[22.90582,43.23321],[22.85323,43.28792],[22.83517,43.33553],[22.77194,43.38591],[22.68171,43.40455],[22.66706,43.43406],[22.60223,43.44478],[22.58025,43.47287],[22.54301,43.47779],[22.4993,43.56072],[22.50044,43.64429],[22.41626,43.70185],[22.4121,43.76156],[22.36832,43.81293],[22.39828,43.8761],[22.40038,43.92387],[22.41809,43.93581],[22.42625,43.99677],[22.53037,44.01015],[22.55186,44.04337],[22.62778,44.05581],[22.621,44.10862],[22.63609,44.16429],[22.68282,44.20919],[22.69441,44.2505],[22.67776,44.29167],[22.56792,44.3146],[22.53411,44.34384],[22.50975,44.42304],[22.46766,44.4678],[22.55256,44.47224],[22.58903,44.54011],[22.62316,44.54081],[22.69305,44.50689],[22.75817,44.52574],[22.77332,44.53869],[22.76066,44.57282],[22.67998,44.62759],[22.62383,44.62452],[22.57566,44.64516],[22.45885,44.72489],[22.3028,44.66695],[22.17938,44.49179],[22.13837,44.48093],[22.04487,44.54879],[22.03467,44.59448],[21.99647,44.64207],[21.78,44.67171],[21.63936,44.66966],[21.62136,44.68992],[21.61677,44.73846],[21.58943,44.76879],[21.40194,44.78799],[21.37382,44.82693],[21.3736,44.85636],[21.48622,44.85821],[21.57,44.8874],[21.55356,44.93778],[21.43996,44.97114],[21.38523,45.01604],[21.46313,45.03335],[21.46023,45.05472],[21.49246,45.08709],[21.48728,45.11434],[21.53623,45.13317],[21.52287,45.17708],[21.40597,45.23894],[21.36087,45.23327],[21.29132,45.25237],[21.27401,45.24151],[21.22082,45.26248],[21.1776,45.33502],[21.10025,45.30793],[21.06786,45.34087],[21.02289,45.33574],[20.95987,45.3803],[20.92589,45.4255],[20.88355,45.43351],[20.88811,45.45835],[20.87158,45.47372],[20.78681,45.48993],[20.84231,45.5336],[20.82091,45.57494],[20.77689,45.60837],[20.81451,45.65418],[20.81255,45.73511],[20.8308,45.78143],[20.78314,45.79587],[20.76669,45.76477],[20.70726,45.76126],[20.6888,45.80407],[20.66909,45.80534],[20.66851,45.83532],[20.5876,45.88064],[20.57422,45.91885],[20.51988,45.90331],[20.4872,45.96247],[20.44891,45.98012],[20.40765,45.97558],[20.36611,46.00058],[20.35391,46.05358],[20.28246,46.10533],[20.28962,46.125],[20.21857,46.14329],[20.18385,46.16984],[20.14362,46.15465],[20.09377,46.18703],[20.04035,46.1549],[20.02015,46.18578],[19.93507,46.18619],[19.81847,46.13937],[19.70019,46.19794],[19.65861,46.19985],[19.62901,46.17974],[19.56562,46.18851],[19.49686,46.15038],[19.50798,46.12165],[19.45967,46.10407],[19.41003,46.0549],[19.3826,46.04763],[19.36001,46.06127],[19.27745,46.02362],[19.27547,46.00642],[19.15691,46.00559],[19.14077,46.04426],[19.10341,46.04993],[19.05683,46.00473],[19.06497,45.97375],[19.00258,45.96817],[18.98879,45.94212],[18.96165,45.93607],[18.90474,45.94519],[18.85486,45.91925],[18.80881,45.91727]]],"terms_url":"https://openstreetmap.rs/o-mapi/","terms_text":"openstreetmap.rs","description":"Official Serbia OSM tile server using cyrillic script","icon":"https://tiles.openstreetmap.rs/logo.png"},{"id":"rs-osm-official-lat","name":"Official Serbia OSM (lat)","type":"tms","template":"https://tiles.openstreetmap.rs/lat/{zoom}/{x}/{y}.png","category":"osmbasedmap","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[18.80881,45.91727],[18.82337,45.8645],[18.8466,45.85246],[18.84165,45.79035],[18.87935,45.77052],[18.8993,45.70035],[18.95579,45.66624],[18.89165,45.62267],[18.89928,45.59703],[18.88135,45.55989],[18.94883,45.52325],[19.01589,45.54724],[19.02932,45.52562],[19.09098,45.50885],[19.07985,45.49768],[18.99189,45.49976],[18.9807,45.44361],[19.01996,45.4142],[18.96988,45.40206],[18.966,45.36807],[19.02302,45.33537],[19.08492,45.32725],[19.09609,45.2933],[19.13809,45.27202],[19.28686,45.22663],[19.41269,45.22318],[19.42913,45.20089],[19.41837,45.17614],[19.34215,45.18421],[19.32174,45.21741],[19.27735,45.2156],[19.27478,45.18543],[19.25545,45.18363],[19.17514,45.21244],[19.15606,45.18881],[19.18067,45.17469],[19.13926,45.14039],[19.07968,45.15282],[19.06653,45.11283],[19.09301,45.076],[19.08965,45.01293],[19.04269,44.97373],[19.10899,44.9599],[19.13712,44.96999],[19.13718,44.95493],[19.08155,44.93372],[19.06738,44.91276],[19.02922,44.93251],[18.9789,44.90574],[19.02018,44.84547],[19.07307,44.85354],[19.17836,44.91166],[19.2121,44.88652],[19.25308,44.90311],[19.29895,44.89938],[19.35327,44.87489],[19.28566,44.79033],[19.3059,44.74899],[19.29374,44.70386],[19.25167,44.66419],[19.2514,44.64405],[19.20752,44.62608],[19.21081,44.59928],[19.17865,44.58314],[19.16455,44.53419],[19.1198,44.52496],[19.11308,44.49974],[19.13711,44.41989],[19.10161,44.4029],[19.09363,44.36717],[19.16129,44.27545],[19.20713,44.28116],[19.23878,44.25189],[19.3179,44.26256],[19.35239,44.17687],[19.40137,44.16024],[19.42964,44.12609],[19.46306,44.13428],[19.46198,44.11508],[19.50606,44.07274],[19.5521,44.06129],[19.57279,44.03672],[19.59278,44.05308],[19.61009,44.02218],[19.55907,44.00784],[19.52228,43.9658],[19.38887,43.97047],[19.30797,44.00688],[19.22795,44.01818],[19.24376,43.94751],[19.38799,43.79075],[19.41805,43.78462],[19.50727,43.70772],[19.52042,43.66457],[19.47856,43.63551],[19.49278,43.58662],[19.48202,43.58275],[19.41175,43.58595],[19.37216,43.62029],[19.31406,43.59812],[19.25873,43.61558],[19.23625,43.59542],[19.23691,43.53887],[19.21299,43.52981],[19.21221,43.4793],[19.34666,43.40609],[19.44086,43.38042],[19.45373,43.33808],[19.52083,43.3097],[19.51787,43.27585],[19.53725,43.24106],[19.60998,43.22226],[19.63543,43.18046],[19.68307,43.15817],[19.76614,43.15372],[19.77965,43.12031],[19.82325,43.10625],[19.83748,43.08411],[19.86983,43.10233],[19.91799,43.07605],[19.96196,43.09885],[19.98538,43.04445],[20.03783,43.02096],[20.11377,42.95614],[20.17027,42.96285],[20.3386,42.89809],[20.33798,42.84608],[20.29511,42.84578],[20.2488,42.82226],[20.25506,42.7821],[20.24353,42.76814],[20.19125,42.75928],[20.15687,42.77823],[20.14007,42.76789],[20.05738,42.78861],[20.01668,42.77117],[20.0064,42.70646],[20.09587,42.65305],[20.06611,42.62364],[20.06756,42.55097],[20.15607,42.49856],[20.21184,42.42826],[20.19815,42.39997],[20.23508,42.36502],[20.23662,42.31895],[20.30674,42.305],[20.33712,42.3177],[20.40079,42.27548],[20.45254,42.26285],[20.51507,42.20593],[20.55671,42.12157],[20.54845,42.07156],[20.58454,42.03807],[20.61476,41.97059],[20.6107,41.94582],[20.56593,41.91927],[20.59704,41.86063],[20.61946,41.84779],[20.65252,41.86472],[20.68315,41.84773],[20.73424,41.85648],[20.78642,41.91702],[20.75973,42.02306],[20.79587,42.07281],[20.89596,42.08847],[20.94745,42.12791],[21.03071,42.14321],[21.10661,42.19604],[21.15713,42.18752],[21.20598,42.12611],[21.21583,42.08613],[21.25884,42.08298],[21.32851,42.10109],[21.3161,42.13676],[21.345,42.19456],[21.39935,42.23792],[21.45035,42.22695],[21.45016,42.26673],[21.50328,42.25989],[21.52049,42.2315],[21.58688,42.24999],[21.69915,42.22145],[21.73273,42.25111],[21.78265,42.25667],[21.8461,42.31573],[21.90127,42.29142],[21.93571,42.3033],[21.9441,42.3334],[22.02332,42.28966],[22.06806,42.28881],[22.17004,42.30294],[22.19842,42.3301],[22.23314,42.32632],[22.28115,42.35485],[22.30841,42.32468],[22.36262,42.3014],[22.45837,42.32333],[22.49081,42.38545],[22.52745,42.39005],[22.56876,42.486],[22.55207,42.5164],[22.45044,42.57687],[22.4771,42.63762],[22.48155,42.69907],[22.51129,42.7408],[22.45019,42.81607],[22.5131,42.84247],[22.53637,42.87031],[22.57598,42.85292],[22.58978,42.88064],[22.61575,42.88562],[22.67855,42.85553],[22.75122,42.87861],[22.78726,42.92238],[22.79608,42.97485],[22.90519,43.02888],[22.92794,43.07391],[22.9907,43.10483],[23.01626,43.18701],[23.01044,43.20196],[22.90582,43.23321],[22.85323,43.28792],[22.83517,43.33553],[22.77194,43.38591],[22.68171,43.40455],[22.66706,43.43406],[22.60223,43.44478],[22.58025,43.47287],[22.54301,43.47779],[22.4993,43.56072],[22.50044,43.64429],[22.41626,43.70185],[22.4121,43.76156],[22.36832,43.81293],[22.39828,43.8761],[22.40038,43.92387],[22.41809,43.93581],[22.42625,43.99677],[22.53037,44.01015],[22.55186,44.04337],[22.62778,44.05581],[22.621,44.10862],[22.63609,44.16429],[22.68282,44.20919],[22.69441,44.2505],[22.67776,44.29167],[22.56792,44.3146],[22.53411,44.34384],[22.50975,44.42304],[22.46766,44.4678],[22.55256,44.47224],[22.58903,44.54011],[22.62316,44.54081],[22.69305,44.50689],[22.75817,44.52574],[22.77332,44.53869],[22.76066,44.57282],[22.67998,44.62759],[22.62383,44.62452],[22.57566,44.64516],[22.45885,44.72489],[22.3028,44.66695],[22.17938,44.49179],[22.13837,44.48093],[22.04487,44.54879],[22.03467,44.59448],[21.99647,44.64207],[21.78,44.67171],[21.63936,44.66966],[21.62136,44.68992],[21.61677,44.73846],[21.58943,44.76879],[21.40194,44.78799],[21.37382,44.82693],[21.3736,44.85636],[21.48622,44.85821],[21.57,44.8874],[21.55356,44.93778],[21.43996,44.97114],[21.38523,45.01604],[21.46313,45.03335],[21.46023,45.05472],[21.49246,45.08709],[21.48728,45.11434],[21.53623,45.13317],[21.52287,45.17708],[21.40597,45.23894],[21.36087,45.23327],[21.29132,45.25237],[21.27401,45.24151],[21.22082,45.26248],[21.1776,45.33502],[21.10025,45.30793],[21.06786,45.34087],[21.02289,45.33574],[20.95987,45.3803],[20.92589,45.4255],[20.88355,45.43351],[20.88811,45.45835],[20.87158,45.47372],[20.78681,45.48993],[20.84231,45.5336],[20.82091,45.57494],[20.77689,45.60837],[20.81451,45.65418],[20.81255,45.73511],[20.8308,45.78143],[20.78314,45.79587],[20.76669,45.76477],[20.70726,45.76126],[20.6888,45.80407],[20.66909,45.80534],[20.66851,45.83532],[20.5876,45.88064],[20.57422,45.91885],[20.51988,45.90331],[20.4872,45.96247],[20.44891,45.98012],[20.40765,45.97558],[20.36611,46.00058],[20.35391,46.05358],[20.28246,46.10533],[20.28962,46.125],[20.21857,46.14329],[20.18385,46.16984],[20.14362,46.15465],[20.09377,46.18703],[20.04035,46.1549],[20.02015,46.18578],[19.93507,46.18619],[19.81847,46.13937],[19.70019,46.19794],[19.65861,46.19985],[19.62901,46.17974],[19.56562,46.18851],[19.49686,46.15038],[19.50798,46.12165],[19.45967,46.10407],[19.41003,46.0549],[19.3826,46.04763],[19.36001,46.06127],[19.27745,46.02362],[19.27547,46.00642],[19.15691,46.00559],[19.14077,46.04426],[19.10341,46.04993],[19.05683,46.00473],[19.06497,45.97375],[19.00258,45.96817],[18.98879,45.94212],[18.96165,45.93607],[18.90474,45.94519],[18.85486,45.91925],[18.80881,45.91727]]],"terms_url":"https://openstreetmap.rs/o-mapi/","terms_text":"openstreetmap.rs","description":"Official Serbia OSM tile server using latin script","icon":"https://tiles.openstreetmap.rs/logo.png"},{"id":"OSIP","name":"Ohio Statewide Imagery Program","type":"wms","template":"https://geo1.oit.ohio.gov/arcgis/services/OSIP/OSIPIII_MostCurrent/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-83.1356,41.75081],[-83.13438,41.64959],[-83.44737,41.76038],[-84.82898,41.70637],[-84.84471,39.08477],[-84.74086,39.11164],[-84.64015,39.05545],[-84.49223,39.07255],[-84.34117,38.99922],[-84.22157,38.7812],[-84.08624,38.75421],[-83.9635,38.76403],[-83.74635,38.63385],[-83.65193,38.61172],[-83.54178,38.69283],[-83.46625,38.64614],[-83.39387,38.64368],[-83.30575,38.58466],[-83.14524,38.59942],[-83.00676,38.71002],[-82.91235,38.73212],[-82.8494,38.56006],[-82.73925,38.53545],[-82.57875,38.39745],[-82.29865,38.43198],[-82.26718,38.57236],[-82.16017,38.58712],[-82.16647,38.72475],[-82.19794,38.78856],[-82.12555,38.8278],[-82.11611,38.92336],[-82.02799,38.99922],[-81.9084,38.93315],[-81.95875,38.89397],[-81.9021,38.85477],[-81.73216,38.9258],[-81.72586,39.19461],[-81.54333,39.26288],[-81.515,39.35054],[-81.45521,39.38704],[-81.38912,39.31159],[-81.19399,39.37974],[-80.85095,39.625],[-80.58973,40.2812],[-80.58344,40.49933],[-80.6275,40.59021],[-80.51105,40.62127],[-80.50161,41.99939],[-81.10587,41.84484],[-81.39541,41.7369],[-81.72901,41.52048],[-82.0217,41.53462],[-82.49063,41.40492],[-82.68575,41.50634],[-82.64799,41.62408],[-82.75184,41.63584],[-82.76758,41.73925],[-82.8494,41.7463],[-82.89032,41.69462],[-82.89032,41.54404],[-82.95011,41.54404],[-83.0796,41.62936],[-83.08101,41.7511],[-83.1356,41.75081]]],"terms_url":"https://das.ohio.gov/technology-and-strategy/ogrip/projects/osip","terms_text":"Ohio Statewide Imagery Program","description":"Ohio Statewide Imagery Program III most current orthoimagery of every county at resolutions from 1 foot to 3 inches from 2017 through 2020."},{"id":"OSIP_1ft","name":"Ohio Statewide Imagery Program 1-Foot","type":"wms","template":"https://geo1.oit.ohio.gov/arcgis/services/OSIP/osip_best_avail_1ft/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-83.1356,41.75081],[-83.13438,41.64959],[-83.44737,41.76038],[-84.82898,41.70637],[-84.84471,39.08477],[-84.74086,39.11164],[-84.64015,39.05545],[-84.49223,39.07255],[-84.34117,38.99922],[-84.22157,38.7812],[-84.08624,38.75421],[-83.9635,38.76403],[-83.74635,38.63385],[-83.65193,38.61172],[-83.54178,38.69283],[-83.46625,38.64614],[-83.39387,38.64368],[-83.30575,38.58466],[-83.14524,38.59942],[-83.00676,38.71002],[-82.91235,38.73212],[-82.8494,38.56006],[-82.73925,38.53545],[-82.57875,38.39745],[-82.29865,38.43198],[-82.26718,38.57236],[-82.16017,38.58712],[-82.16647,38.72475],[-82.19794,38.78856],[-82.12555,38.8278],[-82.11611,38.92336],[-82.02799,38.99922],[-81.9084,38.93315],[-81.95875,38.89397],[-81.9021,38.85477],[-81.73216,38.9258],[-81.72586,39.19461],[-81.54333,39.26288],[-81.515,39.35054],[-81.45521,39.38704],[-81.38912,39.31159],[-81.19399,39.37974],[-80.85095,39.625],[-80.58973,40.2812],[-80.58344,40.49933],[-80.6275,40.59021],[-80.51105,40.62127],[-80.50161,41.99939],[-81.10587,41.84484],[-81.39541,41.7369],[-81.72901,41.52048],[-82.0217,41.53462],[-82.49063,41.40492],[-82.68575,41.50634],[-82.64799,41.62408],[-82.75184,41.63584],[-82.76758,41.73925],[-82.8494,41.7463],[-82.89032,41.69462],[-82.89032,41.54404],[-82.95011,41.54404],[-83.0796,41.62936],[-83.08101,41.7511],[-83.1356,41.75081]]],"terms_url":"https://das.ohio.gov/technology-and-strategy/ogrip/projects/osip","terms_text":"Ohio Statewide Imagery Program","description":"Ohio Statewide Imagery Program II orthoimagery of all 88 counties at 1-foot resolution from 2011 through 2014."},{"id":"OSIP_6in","name":"Ohio Statewide Imagery Program 6-Inch","type":"wms","template":"https://geo1.oit.ohio.gov/arcgis/services/OSIP/OSIP_6in_best_avail/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-82.76447,38.60466],[-82.82967,38.58054],[-82.82389,38.55757],[-82.71004,38.53207],[-82.62589,38.46333],[-82.60242,38.40637],[-82.54208,38.3889],[-82.31673,38.43442],[-82.28712,38.48991],[-82.26884,38.58221],[-82.28295,38.59689],[-82.34199,38.59912],[-82.34329,38.68764],[-82.45307,38.69579],[-82.4484,38.74265],[-82.47238,38.78367],[-82.5627,38.79213],[-82.56363,38.85551],[-82.65229,38.8632],[-82.66783,38.8528],[-82.67995,38.76321],[-82.71303,38.7535],[-82.72024,38.69223],[-82.78193,38.68361],[-82.78442,38.64167],[-82.76447,38.60466]],[[-82.63588,39.61218],[-82.638,39.57917],[-82.74519,39.57791],[-82.76731,39.36857],[-82.75362,39.35371],[-82.63757,39.34661],[-82.61744,39.36019],[-82.51118,39.35562],[-82.49729,39.3806],[-82.30984,39.37063],[-82.3169,39.29299],[-82.27994,39.27938],[-82.27719,39.19064],[-81.75373,39.16595],[-81.67732,39.21789],[-81.66931,39.26102],[-81.55664,39.258],[-81.53281,39.34333],[-81.44829,39.39578],[-81.42416,39.38179],[-81.40555,39.34019],[-81.37772,39.3277],[-81.26394,39.37175],[-81.20636,39.37585],[-81.16965,39.42313],[-81.1175,39.43727],[-81.02454,39.5304],[-81.0184,39.57424],[-81.03596,39.58651],[-81.24593,39.59347],[-81.26019,39.61943],[-81.34017,39.60755],[-81.37642,39.61557],[-81.40588,39.64389],[-81.476,39.65995],[-81.49136,39.64869],[-81.49245,39.59826],[-81.72641,39.59544],[-81.7424,39.5487],[-81.72498,39.49713],[-81.82702,39.50758],[-81.84272,39.46446],[-82.0366,39.4727],[-82.02894,39.54978],[-82.03937,39.56366],[-82.24415,39.57555],[-82.25403,39.60391],[-82.35985,39.61015],[-82.36638,39.66805],[-82.49233,39.6761],[-82.50821,39.66577],[-82.51339,39.61824],[-82.62001,39.62308],[-82.63588,39.61218]],[[-83.11112,41.97385],[-83.42404,41.7481],[-84.82004,41.70609],[-84.83855,39.12098],[-84.83509,39.09701],[-84.81276,39.0915],[-84.74492,39.13298],[-84.69755,39.08944],[-84.61907,39.0588],[-84.54439,39.08439],[-84.49955,39.08157],[-84.46247,39.1068],[-84.44095,39.04406],[-84.35509,39.02423],[-84.32374,39.00054],[-84.30555,38.94947],[-84.25178,38.88671],[-84.24952,38.82742],[-84.22491,38.79466],[-84.07407,38.75603],[-83.96347,38.77275],[-83.8753,38.74739],[-83.84975,38.70729],[-83.80082,38.68935],[-83.77254,38.63949],[-83.65504,38.61325],[-83.63005,38.62747],[-83.6152,38.66677],[-83.52167,38.68824],[-83.47446,38.66162],[-83.36862,38.64277],[-83.30763,38.58432],[-83.2803,38.58514],[-83.25174,38.6091],[-83.2526,39.01867],[-83.30649,39.06513],[-83.36374,39.06874],[-83.32528,39.23274],[-83.33174,39.26141],[-83.36552,39.27065],[-83.36579,39.3214],[-83.35484,39.37206],[-83.24886,39.51176],[-83.23468,39.70013],[-83.63315,39.73021],[-83.63046,39.75697],[-83.57063,39.76491],[-83.49343,40.00733],[-83.48637,40.09669],[-83.17068,40.09249],[-83.15159,40.10402],[-83.1549,40.24986],[-83.2302,40.25905],[-83.23062,40.51269],[-83.39659,40.51998],[-83.40203,40.69219],[-83.43299,40.7156],[-83.4766,40.71593],[-83.47717,40.81774],[-83.49647,40.83238],[-83.49563,40.89031],[-83.45897,40.8995],[-83.43864,40.9773],[-83.13191,40.97885],[-83.13009,40.70296],[-83.11858,40.6898],[-82.72745,40.69674],[-82.70796,40.71121],[-82.70531,40.98106],[-82.42903,40.97871],[-82.41388,40.99059],[-82.41684,41.05103],[-82.19101,41.04947],[-82.19118,40.98673],[-82.14816,40.9775],[-82.13948,40.65806],[-81.66816,40.65339],[-81.6874,40.6324],[-81.68815,40.45893],[-81.72823,40.44538],[-81.72832,40.36293],[-81.636,40.35419],[-81.64081,40.23623],[-81.68308,40.23087],[-81.68868,40.1662],[-81.73524,40.15288],[-81.74723,39.92999],[-81.71029,39.91717],[-81.71029,39.83468],[-81.57697,39.82495],[-81.56204,39.83602],[-81.56013,39.88221],[-81.45816,39.88045],[-81.44464,39.90858],[-81.37464,39.91047],[-81.36718,39.93563],[-81.22124,39.94064],[-81.20822,40.17534],[-81.32028,40.18562],[-81.31614,40.28984],[-81.2686,40.29011],[-81.25645,40.30312],[-81.24542,40.56737],[-81.30199,40.58064],[-81.2991,40.63714],[-81.22824,40.63995],[-81.21897,40.70858],[-81.18312,40.7145],[-80.93633,40.71253],[-80.93596,40.63836],[-80.88022,40.62854],[-80.87664,40.59016],[-80.76606,40.58299],[-80.75086,40.56897],[-80.66334,40.56846],[-80.62024,40.60579],[-80.56595,40.60166],[-80.50024,40.63618],[-80.5031,41.14139],[-80.98337,41.14867],[-80.9839,41.48689],[-80.50144,41.4936],[-80.50489,42.33137],[-81.25303,42.22098],[-82.40298,41.69103],[-82.67404,41.69103],[-83.05287,41.87301],[-83.11112,41.97385]]],"terms_url":"https://das.ohio.gov/technology-and-strategy/ogrip/projects/osip","terms_text":"Ohio Statewide Imagery Program","description":"Ohio Statewide Imagery Program III orthoimagery of 40 counties captured at 6-inch resolution in 2017 and 2018, plus OSIP I and OSIP II imagery in 16 more counties from 2010 through 2014."},{"id":"Okaloosa_Ortho_2019","name":"Okaloosa County Orthoimagery (2019)","type":"tms","template":"https://ags.myokaloosa.com/arcgis/rest/services/imagery/Aerial2019/MapServer/WMTS/tile/1.0.0/imagery_Aerial2019/default/default028mm/{zoom}/{y}/{x}.jpg","category":"historicphoto","endDate":"2019-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-86.79553,31.00315],[-86.79162,30.83611],[-86.80524,30.8358],[-86.80032,30.48768],[-86.8087,30.48752],[-86.80721,30.42335],[-86.81146,30.42328],[-86.81073,30.38239],[-86.38213,30.37511],[-86.37831,31.00762],[-86.79553,31.00315]]],"terms_url":"https://myokaloosa.com/gis_homepage","terms_text":"Okaloosa County, FL GIS","description":"The 2019 orthoimagery for Okaloosa County in the State of Florida"},{"id":"Okaloosa_Ortho_2022","name":"Okaloosa County Orthoimagery (2022)","type":"wms","template":"https://ags.myokaloosa.com/arcgis/rest/services/imagery/Aerial2022_dynamic/MapServer/export?dpi=96&transparent=true&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&f=image&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-86.79553,31.00315],[-86.79162,30.83611],[-86.80524,30.8358],[-86.80032,30.48768],[-86.8087,30.48752],[-86.80721,30.42335],[-86.81146,30.42328],[-86.81073,30.38239],[-86.38213,30.37511],[-86.37831,31.00762],[-86.79553,31.00315]]],"terms_url":"https://myokaloosa.com/gis_homepage","terms_text":"Okaloosa County, FL GIS","description":"The 2022 orthoimagery for Okaloosa County in the State of Florida"},{"id":"OpenAerialMapMosaic","name":"OpenAerialMap Mosaic, by Kontur.io","type":"tms","template":"https://apps.kontur.io/raster-tiler/oam/mosaic/{zoom}/{x}/{y}.png","category":"photo","zoomExtent":[1,31],"default":true,"description":"All OpenAerialMap images in one mosaic layer, by Kontur.io","icon":"https://osmlab.github.io/editor-layer-index/sources/world/OpenAerialMap.png"},{"id":"openrailwaymap-maxspeeds","name":"OpenRailwayMap Maxspeeds","type":"tms","template":"https://{switch:a,b,c}.tiles.openrailwaymap.org/maxspeed/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[0,20],"terms_url":"https://www.openrailwaymap.org/","terms_text":"Rendering: OpenRailwayMap, © Map data OpenStreetMap contributors","description":"Overlay imagery showing railway speed limits based on OpenStreetMap data","icon":"https://www.openrailwaymap.org/img/openrailwaymap-64.png","overlay":true},{"id":"openrailwaymap-signalling","name":"OpenRailwayMap Signalling","type":"tms","template":"https://{switch:a,b,c}.tiles.openrailwaymap.org/signals/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[0,20],"terms_url":"https://www.openrailwaymap.org/","terms_text":"Rendering: OpenRailwayMap, © Map data OpenStreetMap contributors","description":"Overlay imagery showing railway signals based on OpenStreetMap data","icon":"https://www.openrailwaymap.org/img/openrailwaymap-64.png","overlay":true},{"id":"osmbe-nl","name":"OpenStreetMap (Belgian Style - Dutch)","type":"tms","template":"https://tile.openstreetmap.be/osmbe-nl/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[0,18],"polygon":[[[5.47007,49.49196],[5.54257,49.5105],[5.55638,49.52373],[5.59116,49.51734],[5.61175,49.50102],[5.62589,49.51698],[5.6228,49.5283],[5.64371,49.54565],[5.66008,49.55039],[5.6987,49.53744],[5.73009,49.53954],[5.74792,49.53452],[5.76126,49.53952],[5.76226,49.554],[5.77149,49.55832],[5.79504,49.55029],[5.81858,49.5461],[5.82582,49.54931],[5.84053,49.55222],[5.8736,49.57435],[5.87403,49.58991],[5.84953,49.59399],[5.87663,49.60771],[5.89117,49.63469],[5.89899,49.63401],[5.90876,49.63876],[5.90382,49.65192],[5.91262,49.66488],[5.86372,49.68213],[5.88817,49.70952],[5.86996,49.72777],[5.82702,49.72616],[5.83544,49.74713],[5.8179,49.75977],[5.7909,49.79765],[5.75473,49.79514],[5.75151,49.81985],[5.74291,49.83555],[5.75803,49.84287],[5.76191,49.85693],[5.75667,49.8703],[5.77636,49.86265],[5.78897,49.87213],[5.78087,49.88794],[5.74481,49.89975],[5.76822,49.91307],[5.78215,49.957],[5.80883,49.95773],[5.83952,49.9756],[5.8448,49.99123],[5.82665,50.00135],[5.82586,50.00934],[5.86392,50.02594],[5.8749,50.04624],[5.86237,50.06368],[5.89064,50.07554],[5.90347,50.11172],[5.96515,50.12813],[5.96932,50.16795],[6.02136,50.17685],[6.03055,50.15829],[6.06344,50.14834],[6.0821,50.15275],[6.08452,50.16697],[6.10156,50.16551],[6.11273,50.16093],[6.10856,50.1326],[6.13978,50.12527],[6.15923,50.14002],[6.15231,50.16841],[6.19683,50.17988],[6.19337,50.20761],[6.1789,50.22147],[6.18166,50.23125],[6.1981,50.23275],[6.21151,50.24816],[6.23624,50.25692],[6.28111,50.26236],[6.29547,50.27422],[6.29335,50.2909],[6.31289,50.31636],[6.32792,50.3186],[6.36388,50.30021],[6.38558,50.31658],[6.40783,50.31893],[6.41162,50.32769],[6.40305,50.34866],[6.35129,50.38206],[6.37408,50.40637],[6.3825,50.43975],[6.37423,50.45989],[6.34706,50.46422],[6.35349,50.49244],[6.26954,50.50961],[6.22586,50.49832],[6.19789,50.53715],[6.1833,50.54646],[6.18304,50.55597],[6.22795,50.58535],[6.24102,50.58657],[6.27251,50.62033],[6.26822,50.62829],[6.18205,50.63583],[6.18348,50.6457],[6.18715,50.6505],[6.17755,50.65576],[6.16312,50.67169],[6.1491,50.68465],[6.11623,50.72364],[6.03953,50.7295],[6.04208,50.74557],[6.02001,50.75521],[5.95896,50.76308],[5.89689,50.75501],[5.88667,50.77108],[5.84901,50.75975],[5.84525,50.76609],[5.80759,50.75681],[5.7927,50.77138],[5.78519,50.7684],[5.77748,50.78344],[5.76476,50.7837],[5.73912,50.76522],[5.73762,50.75842],[5.7218,50.76538],[5.69204,50.75629],[5.70259,50.78396],[5.69338,50.79687],[5.70296,50.80821],[5.65568,50.82591],[5.65094,50.83431],[5.64567,50.83789],[5.64576,50.83961],[5.64049,50.84701],[5.64337,50.84974],[5.64516,50.86533],[5.68051,50.88068],[5.69711,50.8958],[5.70051,50.90955],[5.72625,50.9059],[5.73223,50.9221],[5.76011,50.95227],[5.75617,50.95898],[5.74604,50.96209],[5.7426,50.96113],[5.73469,50.95683],[5.72174,50.96128],[5.74816,50.98087],[5.76419,50.99502],[5.76846,50.9985],[5.76759,51.00526],[5.77829,51.02399],[5.77383,51.02859],[5.76027,51.03223],[5.77731,51.05804],[5.80458,51.05888],[5.80612,51.07955],[5.79816,51.09023],[5.8119,51.0943],[5.82291,51.09124],[5.8338,51.09577],[5.83555,51.10842],[5.81435,51.11524],[5.83976,51.12993],[5.85709,51.14477],[5.82594,51.16827],[5.78447,51.15925],[5.78118,51.18082],[5.76873,51.18843],[5.74598,51.19455],[5.71011,51.18671],[5.65947,51.19052],[5.65253,51.19899],[5.56283,51.22287],[5.55816,51.26613],[5.51628,51.29599],[5.48215,51.30064],[5.44065,51.28246],[5.41551,51.2639],[5.34493,51.27681],[5.335,51.26474],[5.26216,51.26778],[5.238,51.26255],[5.22742,51.26844],[5.24326,51.3057],[5.20039,51.32325],[5.15592,51.31278],[5.13581,51.31594],[5.13225,51.3472],[5.11662,51.36118],[5.0727,51.39365],[5.10643,51.43135],[5.08032,51.47226],[5.04722,51.47217],[5.04093,51.4876],[5.03235,51.48827],[5.01937,51.48074],[5.00816,51.47134],[4.99955,51.44324],[4.96007,51.42194],[4.93775,51.40655],[4.94134,51.42928],[4.95767,51.4548],[4.91431,51.45952],[4.88072,51.4166],[4.83103,51.42488],[4.82521,51.44674],[4.84529,51.45817],[4.83884,51.46588],[4.84355,51.48177],[4.82318,51.48441],[4.81666,51.49552],[4.7766,51.50625],[4.75827,51.50302],[4.74945,51.49905],[4.74476,51.48977],[4.72792,51.48435],[4.70175,51.46691],[4.69115,51.45283],[4.66465,51.44625],[4.66744,51.42777],[4.64951,51.42741],[4.6431,51.42478],[4.57427,51.43404],[4.53758,51.42456],[4.53097,51.44965],[4.54967,51.47364],[4.53739,51.48358],[4.4768,51.47912],[4.38055,51.45075],[4.37771,51.44595],[4.39426,51.44251],[4.38147,51.41805],[4.42309,51.37577],[4.42462,51.3668],[4.39906,51.35785],[4.38556,51.35574],[4.34197,51.36012],[4.33535,51.37775],[4.21546,51.37487],[4.21772,51.36206],[4.23804,51.35274],[4.1651,51.2938],[4.0551,51.24402],[4.01551,51.24825],[3.95603,51.22117],[3.93751,51.2174],[3.9281,51.22508],[3.91482,51.21509],[3.91256,51.20837],[3.88782,51.20283],[3.89467,51.21743],[3.88901,51.22423],[3.85827,51.21334],[3.79294,51.21546],[3.78934,51.22711],[3.79031,51.24163],[3.79652,51.25635],[3.77605,51.26777],[3.71763,51.27428],[3.69139,51.28043],[3.6582,51.29056],[3.63839,51.29078],[3.58905,51.30652],[3.57559,51.29428],[3.56145,51.29637],[3.54179,51.29123],[3.51433,51.28799],[3.527,51.24651],[3.45031,51.24219],[3.43471,51.24621],[3.41852,51.25984],[3.38922,51.27329],[3.38342,51.27485],[3.38177,51.28732],[3.36832,51.29778],[3.3789,51.30251],[3.36094,51.31523],[3.38739,51.33392],[3.37581,51.3584],[3.32658,51.43728],[3.01078,51.59839],[2.34072,51.31453],[2.55892,51.06596],[2.56946,51.00113],[2.60263,50.98638],[2.62148,50.95406],[2.62479,50.94743],[2.58525,50.91825],[2.60151,50.90993],[2.60628,50.86565],[2.59427,50.84743],[2.61055,50.84419],[2.63543,50.80987],[2.67057,50.81562],[2.6788,50.81207],[2.71636,50.8123],[2.7236,50.79079],[2.73745,50.77967],[2.75922,50.77052],[2.75409,50.76251],[2.76469,50.75397],[2.77811,50.74686],[2.78869,50.72508],[2.81843,50.71386],[2.84646,50.72043],[2.86855,50.70242],[2.87992,50.70199],[2.88533,50.70547],[2.90017,50.69202],[2.90742,50.69209],[2.91281,50.69463],[2.91184,50.70267],[2.92206,50.70224],[2.92939,50.70786],[2.9349,50.72822],[2.94602,50.73167],[2.93962,50.74441],[2.9557,50.75181],[2.96822,50.74763],[2.99536,50.76043],[3.01945,50.77263],[3.02927,50.76813],[3.03691,50.77003],[3.04064,50.77484],[3.05758,50.77987],[3.08585,50.77064],[3.10455,50.78042],[3.11348,50.79278],[3.12547,50.78553],[3.14457,50.78871],[3.19445,50.7316],[3.18953,50.72603],[3.20498,50.71072],[3.22148,50.70958],[3.23779,50.71086],[3.24518,50.71225],[3.25881,50.69312],[3.25131,50.69091],[3.26029,50.67692],[3.24019,50.67023],[3.23893,50.65864],[3.24349,50.64031],[3.25497,50.62115],[3.27524,50.59381],[3.27549,50.53872],[3.28718,50.52552],[3.30319,50.51966],[3.31872,50.51788],[3.32767,50.50732],[3.35949,50.50325],[3.37405,50.48993],[3.42736,50.50327],[3.43663,50.5083],[3.44739,50.50415],[3.4742,50.53204],[3.51582,50.52075],[3.49448,50.49918],[3.49868,50.48577],[3.56897,50.4982],[3.58162,50.48917],[3.6099,50.4935],[3.64419,50.4618],[3.66129,50.45399],[3.65685,50.4464],[3.66743,50.43635],[3.66777,50.42262],[3.67276,50.40227],[3.66788,50.38597],[3.65542,50.37075],[3.66397,50.34724],[3.68231,50.31988],[3.70911,50.3021],[3.73175,50.30705],[3.73556,50.32532],[3.74124,50.34624],[3.80551,50.35098],[3.81321,50.34251],[3.84244,50.35243],[3.85645,50.34099],[3.88429,50.33511],[3.88419,50.32554],[3.90223,50.3257],[3.96355,50.34742],[3.96482,50.34012],[3.98611,50.34137],[4.02738,50.35491],[4.03817,50.33987],[4.07339,50.31754],[4.08017,50.30809],[4.0977,50.31201],[4.10928,50.30112],[4.12139,50.29732],[4.12086,50.27276],[4.13228,50.26754],[4.13426,50.25572],[4.16851,50.25626],[4.16937,50.26848],[4.155,50.27742],[4.16567,50.28779],[4.17487,50.27492],[4.20676,50.27068],[4.21836,50.25492],[4.19179,50.24106],[4.15979,50.21579],[4.14799,50.21344],[4.15567,50.19785],[4.14686,50.17314],[4.14989,50.1647],[4.13677,50.15213],[4.12568,50.13511],[4.13656,50.12909],[4.15448,50.12716],[4.19566,50.13394],[4.19766,50.12037],[4.19529,50.10571],[4.22857,50.06873],[4.17458,50.04772],[4.16174,50.05032],[4.13272,50.01973],[4.13683,50.00786],[4.15996,49.99544],[4.13704,49.97691],[4.19582,49.96629],[4.19304,49.95746],[4.19616,49.9536],[4.3137,49.96541],[4.34921,49.95202],[4.38072,49.95088],[4.39149,49.94697],[4.40593,49.94785],[4.44588,49.93656],[4.47953,49.94584],[4.51156,49.94579],[4.52365,49.94973],[4.54315,49.9679],[4.55981,49.96757],[4.58965,49.98336],[4.63074,49.98584],[4.69461,49.99504],[4.69495,49.99662],[4.68731,50.01802],[4.70309,50.05587],[4.68851,50.06595],[4.70278,50.09336],[4.71293,50.09598],[4.75217,50.11158],[4.76486,50.13634],[4.78067,50.14092],[4.82334,50.15923],[4.83169,50.1526],[4.8529,50.15168],[4.87725,50.15205],[4.88043,50.1403],[4.89443,50.13779],[4.8776,50.13223],[4.86587,50.12038],[4.866,50.09623],[4.85447,50.1029],[4.84472,50.10023],[4.83709,50.09442],[4.83456,50.06856],[4.81641,50.06702],[4.82339,50.04664],[4.83599,50.04069],[4.81579,50.02853],[4.81194,49.99563],[4.79004,49.98569],[4.78535,49.97018],[4.78844,49.95381],[4.84433,49.94482],[4.87961,49.91078],[4.85659,49.86973],[4.84266,49.86913],[4.86599,49.81918],[4.84827,49.78972],[4.90589,49.78055],[4.94404,49.78583],[4.95485,49.79586],[4.9921,49.79533],[5.01261,49.77534],[5.06262,49.75724],[5.09058,49.75946],[5.12622,49.70442],[5.16164,49.71172],[5.16215,49.6918],[5.24458,49.67985],[5.27025,49.68827],[5.32535,49.6575],[5.3026,49.63608],[5.30544,49.60645],[5.34232,49.61192],[5.35207,49.62396],[5.40775,49.60448],[5.42566,49.59145],[5.43766,49.54766],[5.46213,49.53677],[5.44409,49.51409],[5.47007,49.49196]]],"terms_url":"https://openstreetmap.org/","terms_text":"© OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6","icon":"https://osmlab.github.io/editor-layer-index/sources/world/OpenStreetMap-GPS.png"},{"id":"osmbe-fr","name":"OpenStreetMap (Belgian Style - French)","type":"tms","template":"https://tile.openstreetmap.be/osmbe-fr/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[0,18],"polygon":[[[5.47007,49.49196],[5.54257,49.5105],[5.55638,49.52373],[5.59116,49.51734],[5.61175,49.50102],[5.62589,49.51698],[5.6228,49.5283],[5.64371,49.54565],[5.66008,49.55039],[5.6987,49.53744],[5.73009,49.53954],[5.74792,49.53452],[5.76126,49.53952],[5.76226,49.554],[5.77149,49.55832],[5.79504,49.55029],[5.81858,49.5461],[5.82582,49.54931],[5.84053,49.55222],[5.8736,49.57435],[5.87403,49.58991],[5.84953,49.59399],[5.87663,49.60771],[5.89117,49.63469],[5.89899,49.63401],[5.90876,49.63876],[5.90382,49.65192],[5.91262,49.66488],[5.86372,49.68213],[5.88817,49.70952],[5.86996,49.72777],[5.82702,49.72616],[5.83544,49.74713],[5.8179,49.75977],[5.7909,49.79765],[5.75473,49.79514],[5.75151,49.81985],[5.74291,49.83555],[5.75803,49.84287],[5.76191,49.85693],[5.75667,49.8703],[5.77636,49.86265],[5.78897,49.87213],[5.78087,49.88794],[5.74481,49.89975],[5.76822,49.91307],[5.78215,49.957],[5.80883,49.95773],[5.83952,49.9756],[5.8448,49.99123],[5.82665,50.00135],[5.82586,50.00934],[5.86392,50.02594],[5.8749,50.04624],[5.86237,50.06368],[5.89064,50.07554],[5.90347,50.11172],[5.96515,50.12813],[5.96932,50.16795],[6.02136,50.17685],[6.03055,50.15829],[6.06344,50.14834],[6.0821,50.15275],[6.08452,50.16697],[6.10156,50.16551],[6.11273,50.16093],[6.10856,50.1326],[6.13978,50.12527],[6.15923,50.14002],[6.15231,50.16841],[6.19683,50.17988],[6.19337,50.20761],[6.1789,50.22147],[6.18166,50.23125],[6.1981,50.23275],[6.21151,50.24816],[6.23624,50.25692],[6.28111,50.26236],[6.29547,50.27422],[6.29335,50.2909],[6.31289,50.31636],[6.32792,50.3186],[6.36388,50.30021],[6.38558,50.31658],[6.40783,50.31893],[6.41162,50.32769],[6.40305,50.34866],[6.35129,50.38206],[6.37408,50.40637],[6.3825,50.43975],[6.37423,50.45989],[6.34706,50.46422],[6.35349,50.49244],[6.26954,50.50961],[6.22586,50.49832],[6.19789,50.53715],[6.1833,50.54646],[6.18304,50.55597],[6.22795,50.58535],[6.24102,50.58657],[6.27251,50.62033],[6.26822,50.62829],[6.18205,50.63583],[6.18348,50.6457],[6.18715,50.6505],[6.17755,50.65576],[6.16312,50.67169],[6.1491,50.68465],[6.11623,50.72364],[6.03953,50.7295],[6.04208,50.74557],[6.02001,50.75521],[5.95896,50.76308],[5.89689,50.75501],[5.88667,50.77108],[5.84901,50.75975],[5.84525,50.76609],[5.80759,50.75681],[5.7927,50.77138],[5.78519,50.7684],[5.77748,50.78344],[5.76476,50.7837],[5.73912,50.76522],[5.73762,50.75842],[5.7218,50.76538],[5.69204,50.75629],[5.70259,50.78396],[5.69338,50.79687],[5.70296,50.80821],[5.65568,50.82591],[5.65094,50.83431],[5.64567,50.83789],[5.64576,50.83961],[5.64049,50.84701],[5.64337,50.84974],[5.64516,50.86533],[5.68051,50.88068],[5.69711,50.8958],[5.70051,50.90955],[5.72625,50.9059],[5.73223,50.9221],[5.76011,50.95227],[5.75617,50.95898],[5.74604,50.96209],[5.7426,50.96113],[5.73469,50.95683],[5.72174,50.96128],[5.74816,50.98087],[5.76419,50.99502],[5.76846,50.9985],[5.76759,51.00526],[5.77829,51.02399],[5.77383,51.02859],[5.76027,51.03223],[5.77731,51.05804],[5.80458,51.05888],[5.80612,51.07955],[5.79816,51.09023],[5.8119,51.0943],[5.82291,51.09124],[5.8338,51.09577],[5.83555,51.10842],[5.81435,51.11524],[5.83976,51.12993],[5.85709,51.14477],[5.82594,51.16827],[5.78447,51.15925],[5.78118,51.18082],[5.76873,51.18843],[5.74598,51.19455],[5.71011,51.18671],[5.65947,51.19052],[5.65253,51.19899],[5.56283,51.22287],[5.55816,51.26613],[5.51628,51.29599],[5.48215,51.30064],[5.44065,51.28246],[5.41551,51.2639],[5.34493,51.27681],[5.335,51.26474],[5.26216,51.26778],[5.238,51.26255],[5.22742,51.26844],[5.24326,51.3057],[5.20039,51.32325],[5.15592,51.31278],[5.13581,51.31594],[5.13225,51.3472],[5.11662,51.36118],[5.0727,51.39365],[5.10643,51.43135],[5.08032,51.47226],[5.04722,51.47217],[5.04093,51.4876],[5.03235,51.48827],[5.01937,51.48074],[5.00816,51.47134],[4.99955,51.44324],[4.96007,51.42194],[4.93775,51.40655],[4.94134,51.42928],[4.95767,51.4548],[4.91431,51.45952],[4.88072,51.4166],[4.83103,51.42488],[4.82521,51.44674],[4.84529,51.45817],[4.83884,51.46588],[4.84355,51.48177],[4.82318,51.48441],[4.81666,51.49552],[4.7766,51.50625],[4.75827,51.50302],[4.74945,51.49905],[4.74476,51.48977],[4.72792,51.48435],[4.70175,51.46691],[4.69115,51.45283],[4.66465,51.44625],[4.66744,51.42777],[4.64951,51.42741],[4.6431,51.42478],[4.57427,51.43404],[4.53758,51.42456],[4.53097,51.44965],[4.54967,51.47364],[4.53739,51.48358],[4.4768,51.47912],[4.38055,51.45075],[4.37771,51.44595],[4.39426,51.44251],[4.38147,51.41805],[4.42309,51.37577],[4.42462,51.3668],[4.39906,51.35785],[4.38556,51.35574],[4.34197,51.36012],[4.33535,51.37775],[4.21546,51.37487],[4.21772,51.36206],[4.23804,51.35274],[4.1651,51.2938],[4.0551,51.24402],[4.01551,51.24825],[3.95603,51.22117],[3.93751,51.2174],[3.9281,51.22508],[3.91482,51.21509],[3.91256,51.20837],[3.88782,51.20283],[3.89467,51.21743],[3.88901,51.22423],[3.85827,51.21334],[3.79294,51.21546],[3.78934,51.22711],[3.79031,51.24163],[3.79652,51.25635],[3.77605,51.26777],[3.71763,51.27428],[3.69139,51.28043],[3.6582,51.29056],[3.63839,51.29078],[3.58905,51.30652],[3.57559,51.29428],[3.56145,51.29637],[3.54179,51.29123],[3.51433,51.28799],[3.527,51.24651],[3.45031,51.24219],[3.43471,51.24621],[3.41852,51.25984],[3.38922,51.27329],[3.38342,51.27485],[3.38177,51.28732],[3.36832,51.29778],[3.3789,51.30251],[3.36094,51.31523],[3.38739,51.33392],[3.37581,51.3584],[3.32658,51.43728],[3.01078,51.59839],[2.34072,51.31453],[2.55892,51.06596],[2.56946,51.00113],[2.60263,50.98638],[2.62148,50.95406],[2.62479,50.94743],[2.58525,50.91825],[2.60151,50.90993],[2.60628,50.86565],[2.59427,50.84743],[2.61055,50.84419],[2.63543,50.80987],[2.67057,50.81562],[2.6788,50.81207],[2.71636,50.8123],[2.7236,50.79079],[2.73745,50.77967],[2.75922,50.77052],[2.75409,50.76251],[2.76469,50.75397],[2.77811,50.74686],[2.78869,50.72508],[2.81843,50.71386],[2.84646,50.72043],[2.86855,50.70242],[2.87992,50.70199],[2.88533,50.70547],[2.90017,50.69202],[2.90742,50.69209],[2.91281,50.69463],[2.91184,50.70267],[2.92206,50.70224],[2.92939,50.70786],[2.9349,50.72822],[2.94602,50.73167],[2.93962,50.74441],[2.9557,50.75181],[2.96822,50.74763],[2.99536,50.76043],[3.01945,50.77263],[3.02927,50.76813],[3.03691,50.77003],[3.04064,50.77484],[3.05758,50.77987],[3.08585,50.77064],[3.10455,50.78042],[3.11348,50.79278],[3.12547,50.78553],[3.14457,50.78871],[3.19445,50.7316],[3.18953,50.72603],[3.20498,50.71072],[3.22148,50.70958],[3.23779,50.71086],[3.24518,50.71225],[3.25881,50.69312],[3.25131,50.69091],[3.26029,50.67692],[3.24019,50.67023],[3.23893,50.65864],[3.24349,50.64031],[3.25497,50.62115],[3.27524,50.59381],[3.27549,50.53872],[3.28718,50.52552],[3.30319,50.51966],[3.31872,50.51788],[3.32767,50.50732],[3.35949,50.50325],[3.37405,50.48993],[3.42736,50.50327],[3.43663,50.5083],[3.44739,50.50415],[3.4742,50.53204],[3.51582,50.52075],[3.49448,50.49918],[3.49868,50.48577],[3.56897,50.4982],[3.58162,50.48917],[3.6099,50.4935],[3.64419,50.4618],[3.66129,50.45399],[3.65685,50.4464],[3.66743,50.43635],[3.66777,50.42262],[3.67276,50.40227],[3.66788,50.38597],[3.65542,50.37075],[3.66397,50.34724],[3.68231,50.31988],[3.70911,50.3021],[3.73175,50.30705],[3.73556,50.32532],[3.74124,50.34624],[3.80551,50.35098],[3.81321,50.34251],[3.84244,50.35243],[3.85645,50.34099],[3.88429,50.33511],[3.88419,50.32554],[3.90223,50.3257],[3.96355,50.34742],[3.96482,50.34012],[3.98611,50.34137],[4.02738,50.35491],[4.03817,50.33987],[4.07339,50.31754],[4.08017,50.30809],[4.0977,50.31201],[4.10928,50.30112],[4.12139,50.29732],[4.12086,50.27276],[4.13228,50.26754],[4.13426,50.25572],[4.16851,50.25626],[4.16937,50.26848],[4.155,50.27742],[4.16567,50.28779],[4.17487,50.27492],[4.20676,50.27068],[4.21836,50.25492],[4.19179,50.24106],[4.15979,50.21579],[4.14799,50.21344],[4.15567,50.19785],[4.14686,50.17314],[4.14989,50.1647],[4.13677,50.15213],[4.12568,50.13511],[4.13656,50.12909],[4.15448,50.12716],[4.19566,50.13394],[4.19766,50.12037],[4.19529,50.10571],[4.22857,50.06873],[4.17458,50.04772],[4.16174,50.05032],[4.13272,50.01973],[4.13683,50.00786],[4.15996,49.99544],[4.13704,49.97691],[4.19582,49.96629],[4.19304,49.95746],[4.19616,49.9536],[4.3137,49.96541],[4.34921,49.95202],[4.38072,49.95088],[4.39149,49.94697],[4.40593,49.94785],[4.44588,49.93656],[4.47953,49.94584],[4.51156,49.94579],[4.52365,49.94973],[4.54315,49.9679],[4.55981,49.96757],[4.58965,49.98336],[4.63074,49.98584],[4.69461,49.99504],[4.69495,49.99662],[4.68731,50.01802],[4.70309,50.05587],[4.68851,50.06595],[4.70278,50.09336],[4.71293,50.09598],[4.75217,50.11158],[4.76486,50.13634],[4.78067,50.14092],[4.82334,50.15923],[4.83169,50.1526],[4.8529,50.15168],[4.87725,50.15205],[4.88043,50.1403],[4.89443,50.13779],[4.8776,50.13223],[4.86587,50.12038],[4.866,50.09623],[4.85447,50.1029],[4.84472,50.10023],[4.83709,50.09442],[4.83456,50.06856],[4.81641,50.06702],[4.82339,50.04664],[4.83599,50.04069],[4.81579,50.02853],[4.81194,49.99563],[4.79004,49.98569],[4.78535,49.97018],[4.78844,49.95381],[4.84433,49.94482],[4.87961,49.91078],[4.85659,49.86973],[4.84266,49.86913],[4.86599,49.81918],[4.84827,49.78972],[4.90589,49.78055],[4.94404,49.78583],[4.95485,49.79586],[4.9921,49.79533],[5.01261,49.77534],[5.06262,49.75724],[5.09058,49.75946],[5.12622,49.70442],[5.16164,49.71172],[5.16215,49.6918],[5.24458,49.67985],[5.27025,49.68827],[5.32535,49.6575],[5.3026,49.63608],[5.30544,49.60645],[5.34232,49.61192],[5.35207,49.62396],[5.40775,49.60448],[5.42566,49.59145],[5.43766,49.54766],[5.46213,49.53677],[5.44409,49.51409],[5.47007,49.49196]]],"terms_url":"https://openstreetmap.org/","terms_text":"© OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6","icon":"https://osmlab.github.io/editor-layer-index/sources/world/OpenStreetMap-GPS.png"},{"id":"MAPNIK","name":"OpenStreetMap (Standard)","type":"tms","template":"https://tile.openstreetmap.org/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[0,19],"terms_url":"https://www.openstreetmap.org","terms_text":"© OpenStreetMap contributors, ODbL 1.0","default":true,"description":"The default OpenStreetMap layer.","icon":"https://osmlab.github.io/editor-layer-index/sources/world/OpenStreetMap-GPS.png"},{"id":"osm-gps","name":"OpenStreetMap GPS traces","type":"tms","template":"https://{switch:a,b,c}.gps-tile.openstreetmap.org/lines/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[0,20],"terms_url":"https://www.openstreetmap.org/copyright","terms_text":"© OpenStreetMap contributors","terms_html":"<span style='display: inline-block; padding: 0 8px; background-color: rgba(0,0,0,0.5);'><span style='color: #eee;'>GPS Direction:</span> <span style='font-size: 15px; padding-left: 2px; font-weight: bold;'> <span style='color: #0ee;'>&larr;</span> <span style='color: #96f;'>&darr;</span> <span style='color: #6e0;'>&uarr;</span> <span style='color: #f63;'>&rarr;</span> </span></span> © <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap contributors</a>.","description":"Public GPS traces uploaded to OpenStreetMap.","icon":"https://osmlab.github.io/editor-layer-index/sources/world/OpenStreetMap-GPS.png","overlay":true},{"id":"osm-hu-ortho","name":"openstreetmap.hu orthophotos","type":"tms","template":"http://wms.openstreetmap.hu/mapproxy/tiles/1.0.0/openstreetmap.hu.orthophotos/mercator/{zoom}/{x}/{y}.jpeg","category":"photo","zoomExtent":[0,21],"polygon":[[[17.79601,46.80664],[17.7948,46.80598],[17.79693,46.80056],[17.80109,46.79993],[17.80736,46.80225],[17.79852,46.81745],[17.79178,46.81585],[17.79601,46.80664]],[[17.7853,46.81683],[17.7788,46.81461],[17.78446,46.80714],[17.79083,46.80925],[17.7853,46.81683]],[[17.51406,46.88166],[17.51223,46.8789],[17.51957,46.87662],[17.5214,46.87939],[17.51406,46.88166]],[[17.68275,46.90595],[17.68144,46.90951],[17.69249,46.89926],[17.70594,46.90603],[17.68718,46.92344],[17.67724,46.91844],[17.66666,46.91662],[17.67131,46.90398],[17.67405,46.90445],[17.67947,46.89686],[17.68667,46.89926],[17.68198,46.90582],[17.68275,46.90595]],[[17.66369,46.93033],[17.66691,46.92167],[17.67529,46.92312],[17.67207,46.93178],[17.66369,46.93033]],[[17.68409,46.92845],[17.68129,46.93683],[17.6725,46.93546],[17.67529,46.92708],[17.68409,46.92845]],[[17.83347,46.95701],[17.82995,46.96304],[17.82155,46.96075],[17.82507,46.9547],[17.83347,46.95701]],[[18.02961,46.84829],[18.02742,46.85392],[18.03388,46.85534],[18.03056,46.86395],[18.03367,46.86456],[18.03058,46.87154],[18.00803,46.86674],[18.01095,46.86028],[18.01323,46.86064],[18.01626,46.8536],[18.01682,46.85371],[18.01852,46.84948],[18.02021,46.84631],[18.02961,46.84829]],[[17.96077,46.87351],[17.95829,46.87876],[17.98531,46.88537],[17.98599,46.88412],[17.98535,46.88397],[17.98585,46.87595],[17.99509,46.87632],[17.99415,46.88442],[17.98774,46.88411],[17.98771,46.88443],[17.99786,46.88671],[17.9946,46.89341],[17.9553,46.88415],[17.92995,46.87822],[17.93136,46.87535],[17.92467,46.87372],[17.92868,46.86631],[17.96077,46.87351]],[[18.1454,47.03419],[18.14441,47.03467],[18.14522,47.03539],[18.14168,47.03697],[18.13111,47.02745],[18.13226,47.0269],[18.13162,47.02619],[18.14103,47.02111],[18.13923,47.01957],[18.15704,47.01044],[18.16271,47.00242],[18.16463,46.99571],[18.16639,46.9959],[18.16702,46.99363],[18.17101,46.99454],[18.1722,46.99571],[18.16977,47.00416],[18.17656,47.00709],[18.1761,47.00771],[18.17639,47.00781],[18.17057,47.01414],[18.1748,47.01815],[18.17782,47.01428],[18.18518,47.01746],[18.17933,47.0239],[18.17589,47.02268],[18.17277,47.02434],[18.17219,47.02377],[18.17159,47.02407],[18.16938,47.0221],[18.16216,47.02596],[18.16485,47.02832],[18.16245,47.02947],[18.16323,47.03025],[18.1521,47.03554],[18.15156,47.03498],[18.1503,47.03563],[18.14513,47.03112],[18.14337,47.0322],[18.1454,47.03419]],[[18.64953,47.1926],[18.63943,47.20324],[18.62796,47.19818],[18.63806,47.18753],[18.64953,47.1926]],[[19.00839,47.42511],[18.98356,47.41149],[18.9907,47.40518],[19.01568,47.41932],[19.00839,47.42511]],[[18.86328,47.43092],[18.86288,47.43046],[18.86516,47.42947],[18.86448,47.42875],[18.86553,47.42829],[18.86533,47.42808],[18.87291,47.42455],[18.87701,47.42871],[18.86799,47.43238],[18.86774,47.43208],[18.86517,47.43317],[18.86477,47.4327],[18.86441,47.43285],[18.86288,47.43108],[18.86328,47.43092]],[[18.97962,47.47042],[18.98706,47.46989],[18.988,47.47595],[18.98056,47.47648],[18.97962,47.47042]],[[19.17291,47.60068],[19.16232,47.59776],[19.16893,47.59033],[19.17815,47.59512],[19.17291,47.60068]],[[18.86169,47.44883],[18.8577,47.44553],[18.8609,47.44373],[18.86491,47.44704],[18.86169,47.44883]],[[18.81351,47.56305],[18.80473,47.55949],[18.80776,47.55615],[18.81638,47.55969],[18.81351,47.56305]],[[18.82295,47.59011],[18.81376,47.5974],[18.80614,47.59304],[18.81533,47.58574],[18.82295,47.59011]],[[19.02652,47.87563],[19.02793,47.86907],[19.03305,47.86957],[19.03163,47.87613],[19.02652,47.87563]]],"terms_text":"openstreetmap.hu"},{"id":"lu.openstreetmap.lidar.hillshade.2019.classy","name":"openstreetmap.lu \"mapper’s delight\" hillshade lidar 2019 with unclassified points","type":"tms","template":"https://lidar-hillshade-2019.openstreetmap.lu/layer/mappers_delight_lidar_hillshade_2019_withunclassified/{zoom}/{x}/{y}.png","category":"elevation","startDate":"2019-02-15T00:00:00.000Z","zoomExtent":[5,22],"polygon":[[[5.96175,50.17631],[5.95286,50.13384],[5.89196,50.12041],[5.881,50.08069],[5.85781,50.07186],[5.85087,50.0563],[5.86189,50.04581],[5.84792,50.02809],[5.81561,50.01437],[5.81806,49.99936],[5.83462,49.98656],[5.83129,49.97995],[5.80652,49.97321],[5.80524,49.96677],[5.78672,49.96816],[5.7688,49.96104],[5.76878,49.94239],[5.77073,49.93711],[5.76039,49.93252],[5.75783,49.91737],[5.73303,49.90285],[5.7346,49.89341],[5.77505,49.88057],[5.77567,49.87438],[5.74955,49.87554],[5.75229,49.85922],[5.74066,49.85152],[5.75399,49.84878],[5.74624,49.84783],[5.74701,49.84048],[5.74053,49.84142],[5.7372,49.83353],[5.74581,49.82435],[5.74159,49.82126],[5.75094,49.79094],[5.76517,49.78961],[5.78626,49.79079],[5.82073,49.74878],[5.82489,49.73767],[5.82191,49.72128],[5.84325,49.71822],[5.86481,49.72331],[5.8757,49.71118],[5.85628,49.68211],[5.85656,49.67628],[5.89934,49.66239],[5.89998,49.63907],[5.88182,49.63815],[5.8694,49.6106],[5.84565,49.5981],[5.84712,49.58961],[5.8511,49.58379],[5.86289,49.58525],[5.86866,49.587],[5.85943,49.57158],[5.8052,49.54272],[5.81625,49.53325],[5.83562,49.54114],[5.84308,49.53081],[5.83187,49.52639],[5.83641,49.51817],[5.84828,49.51397],[5.84897,49.50826],[5.86332,49.50006],[5.89033,49.4948],[5.91578,49.49835],[5.9616,49.49026],[5.96891,49.48202],[5.97232,49.46087],[5.97773,49.45955],[5.97657,49.44885],[5.99412,49.45301],[6.01574,49.44885],[6.02154,49.45127],[6.02529,49.44703],[6.04421,49.44553],[6.05222,49.46028],[6.05917,49.46306],[6.07722,49.46139],[6.08167,49.45417],[6.10483,49.45076],[6.1014,49.46726],[6.12725,49.47081],[6.12937,49.48803],[6.14018,49.48525],[6.1671,49.49006],[6.16086,49.50085],[6.17337,49.50577],[6.19669,49.50331],[6.24133,49.50693],[6.27191,49.49995],[6.28789,49.48379],[6.29503,49.47928],[6.32189,49.47244],[6.3334,49.46493],[6.37056,49.45732],[6.37076,49.50545],[6.35932,49.52481],[6.35855,49.53296],[6.38009,49.54856],[6.3849,49.55817],[6.35791,49.57166],[6.36909,49.5783],[6.38119,49.57509],[6.38443,49.5801],[6.37551,49.58809],[6.37941,49.59526],[6.39898,49.60094],[6.42178,49.61809],[6.44251,49.65591],[6.4399,49.66025],[6.42714,49.66237],[6.5046,49.71227],[6.50788,49.71215],[6.50712,49.71655],[6.49558,49.72443],[6.49891,49.72639],[6.50479,49.725],[6.51176,49.72016],[6.51642,49.72129],[6.51809,49.7242],[6.50727,49.72938],[6.50263,49.73298],[6.50373,49.75086],[6.52052,49.76134],[6.52056,49.76818],[6.51105,49.77422],[6.51917,49.78344],[6.50622,49.78899],[6.53083,49.80116],[6.53225,49.80686],[6.52981,49.81048],[6.5196,49.81446],[6.51485,49.80513],[6.51155,49.80238],[6.50669,49.80993],[6.49681,49.81277],[6.47057,49.82385],[6.46454,49.81975],[6.45366,49.81275],[6.44344,49.81233],[6.44161,49.81547],[6.43097,49.81129],[6.42807,49.81186],[6.42643,49.81629],[6.4022,49.82098],[6.36465,49.85164],[6.33937,49.8507],[6.33656,49.83998],[6.32741,49.83673],[6.32158,49.8409],[6.32361,49.85188],[6.31465,49.86057],[6.31532,49.8673],[6.30989,49.87107],[6.2977,49.86673],[6.29166,49.87548],[6.28113,49.87957],[6.27646,49.87725],[6.26301,49.88101],[6.25781,49.88724],[6.24692,49.89535],[6.23381,49.90028],[6.23229,49.9072],[6.22769,49.91062],[6.23187,49.91064],[6.23603,49.91355],[6.22986,49.92125],[6.21913,49.92354],[6.22635,49.92766],[6.22824,49.93726],[6.22044,49.94369],[6.22502,49.95039],[6.21269,49.9514],[6.20707,49.95672],[6.19978,49.95352],[6.19277,49.97158],[6.18331,49.9686],[6.17983,49.96307],[6.18339,49.9548],[6.17995,49.95386],[6.1763,49.962],[6.17151,49.96298],[6.16549,49.97115],[6.17035,49.98376],[6.17348,49.98344],[6.17305,49.98589],[6.15625,49.98867],[6.15023,49.99518],[6.14218,49.99535],[6.13852,49.99829],[6.13966,49.9994],[6.14546,49.99689],[6.1517,50.01058],[6.13934,50.01116],[6.13024,50.01819],[6.13138,50.01905],[6.13594,50.01485],[6.13868,50.01572],[6.14821,50.02307],[6.13034,50.02975],[6.13661,50.04178],[6.12361,50.06323],[6.11563,50.05817],[6.11444,50.06139],[6.12117,50.064],[6.13186,50.07348],[6.12634,50.07817],[6.12194,50.09059],[6.13547,50.09119],[6.13108,50.09964],[6.13808,50.10263],[6.13555,50.11899],[6.14093,50.1305],[6.12369,50.13719],[6.11323,50.13739],[6.1277,50.14993],[6.1201,50.15594],[6.1225,50.16437],[6.10176,50.17199],[6.07824,50.17255],[6.07668,50.15913],[6.06069,50.15536],[6.03318,50.16395],[6.02627,50.18496],[5.96175,50.17631]]],"terms_url":"https://data.public.lu/fr/datasets/lidar-2019-releve-3d-du-territoire-luxembourgeois","terms_text":"Administration du Cadastre et de la Topographie","icon":"https://www.geoportail.lu/static/img/lion.png"},{"id":"OpenTopoMap","name":"OpenTopoMap","type":"tms","template":"https://{switch:a,b,c}.tile.opentopomap.org/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[3,17],"terms_url":"https://tile.opentopomap.org/about#verwendung","terms_text":"Kartendaten: © OpenStreetMap-Mitwirkende, SRTM | Kartendarstellung: © OpenTopoMap (CC-BY-SA)","icon":"https://osmlab.github.io/editor-layer-index/sources/world/OpenTopoMap.png"},{"id":"Orange_CA_2022","name":"Orange County Orthoimagery (2022)","type":"wms","template":"https://ocgis.com/arcpub/rest/services/Aerial_Imagery_Countywide/22_OC_3IN_SP6/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-117.40675,33.65258],[-117.41167,33.65807],[-117.41071,33.65966],[-117.47392,33.70357],[-117.53261,33.71172],[-117.53453,33.7571],[-117.57703,33.76797],[-117.62354,33.81771],[-117.62326,33.82939],[-117.63365,33.82934],[-117.66137,33.86069],[-117.64525,33.86007],[-117.64502,33.86822],[-117.65849,33.87161],[-117.65928,33.87733],[-117.65249,33.88055],[-117.64208,33.88355],[-117.6457,33.88785],[-117.64609,33.89798],[-117.64819,33.908],[-117.65334,33.92379],[-117.67207,33.94484],[-117.68871,33.9677],[-117.6968,33.96046],[-117.70433,33.95814],[-117.71066,33.95831],[-117.71491,33.95995],[-117.71542,33.96594],[-117.72062,33.96538],[-117.72656,33.96306],[-117.72985,33.96153],[-117.73154,33.96527],[-117.73222,33.9694],[-117.72939,33.97319],[-117.72968,33.97585],[-117.73205,33.97964],[-117.73188,33.9832],[-117.73777,33.98185],[-117.74252,33.98202],[-117.75146,33.98881],[-117.75791,33.99582],[-117.76182,33.99339],[-117.7711,33.99356],[-117.77636,33.99679],[-117.78253,33.99848],[-117.79181,33.99447],[-117.80347,33.99696],[-117.80675,33.99922],[-117.81105,34.00075],[-117.81428,33.99486],[-117.81773,33.99124],[-117.82758,33.98456],[-117.83788,33.97387],[-117.8415,33.96954],[-117.84642,33.96756],[-117.84999,33.96892],[-117.85055,33.9722],[-117.85389,33.97474],[-117.85819,33.97537],[-117.86204,33.97469],[-117.86538,33.97146],[-117.86979,33.97237],[-117.88241,33.97605],[-117.89147,33.97457],[-117.89809,33.96999],[-117.91516,33.96788],[-117.91481,33.96184],[-117.92166,33.95748],[-117.93064,33.94779],[-117.97806,33.94711],[-117.97789,33.90411],[-117.98542,33.90405],[-117.98536,33.90484],[-117.98779,33.90473],[-117.98779,33.90264],[-117.99034,33.90264],[-117.99017,33.89692],[-117.99577,33.89698],[-117.99566,33.88956],[-118.00437,33.88962],[-118.00426,33.88238],[-118.01167,33.88232],[-118.0299,33.8744],[-118.03938,33.86656],[-118.03932,33.8637],[-118.04356,33.86365],[-118.04353,33.86002],[-118.04798,33.85994],[-118.04784,33.85485],[-118.05214,33.85485],[-118.05202,33.8512],[-118.05644,33.85122],[-118.05644,33.8476],[-118.06065,33.84746],[-118.06085,33.83538],[-118.06481,33.83187],[-118.06504,33.82021],[-118.07364,33.81614],[-118.08615,33.80363],[-118.08762,33.79718],[-118.10092,33.77641],[-118.09534,33.76801],[-118.0941,33.76484],[-118.09376,33.75941],[-118.1001,33.75896],[-118.10021,33.75567],[-118.11379,33.74809],[-118.13275,33.72455],[-117.58794,33.37667],[-117.58298,33.38562],[-117.58252,33.38548],[-117.58188,33.38662],[-117.58143,33.38677],[-117.57949,33.38567],[-117.57754,33.38518],[-117.57541,33.38534],[-117.56044,33.38835],[-117.55375,33.38867],[-117.55202,33.38847],[-117.55089,33.38819],[-117.54911,33.38836],[-117.54356,33.39068],[-117.54215,33.39156],[-117.53804,33.39501],[-117.53595,33.39645],[-117.53389,33.39691],[-117.53063,33.39685],[-117.52915,33.39663],[-117.52884,33.39748],[-117.52956,33.39927],[-117.52808,33.40189],[-117.52796,33.40478],[-117.53062,33.40817],[-117.53159,33.41485],[-117.53362,33.41751],[-117.53555,33.41813],[-117.53674,33.41949],[-117.53102,33.42187],[-117.527,33.4247],[-117.52451,33.43013],[-117.50352,33.44756],[-117.50069,33.45243],[-117.47754,33.46754],[-117.47664,33.47331],[-117.47658,33.47897],[-117.47398,33.48321],[-117.47285,33.48712],[-117.46945,33.49232],[-117.46509,33.49481],[-117.46215,33.49979],[-117.46317,33.54359],[-117.45513,33.55672],[-117.45513,33.57777],[-117.43001,33.60222],[-117.41428,33.63249],[-117.40675,33.65258]]],"terms_url":"https://data-ocpw.opendata.arcgis.com/","terms_text":"Orange County","description":"2022 3-inch resolution imagery for Orange County in the State of California","icon":"https://www.ocgov.com/sites/ocgov/files/ocseal_0.png"},{"id":"Orange_Ortho_Latest","name":"Orange County Orthoimagery (Latest)","type":"wms","template":"https://ocgis4.ocfl.net/arcgis/rest/services/AGOL_Open_Data/MapServer/export?f=image&format=jpg&layers=show:57&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[-80.95064,28.61417],[-81.32438,28.61385],[-81.32473,28.64664],[-81.44938,28.64642],[-81.44971,28.7124],[-81.42473,28.71249],[-81.4248,28.72357],[-81.41234,28.72354],[-81.41212,28.79003],[-81.66235,28.78846],[-81.65885,28.24952],[-81.47251,28.25027],[-81.4728,28.33823],[-81.37262,28.33874],[-81.37341,28.31675],[-81.21169,28.31694],[-81.21198,28.33861],[-80.86379,28.33905],[-80.86368,28.38306],[-80.8761,28.38306],[-80.87602,28.42706],[-80.88851,28.42709],[-80.88851,28.46006],[-80.8635,28.46006],[-80.86354,28.49308],[-80.87595,28.4931],[-80.8759,28.51503],[-80.9008,28.51509],[-80.9008,28.52603],[-80.91332,28.52609],[-80.91325,28.53703],[-80.92577,28.53716],[-80.9257,28.58115],[-80.93808,28.58115],[-80.93815,28.60311],[-80.9506,28.60314],[-80.95064,28.61417]]],"terms_url":"https://ocgis-datahub-ocfl.hub.arcgis.com/","terms_text":"Orange County GIS","description":"The latest orthoimagery for Orange County in the State of Florida"},{"id":"DOGAMI-Lidar","name":"Oregon DOGAMI Lidar","type":"wms","template":"https://gis.dogami.oregon.gov/arcgis/services/lidar/DIGITAL_TERRAIN_MODEL_MOSAIC_HS/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","zoomExtent":[6,21],"polygon":[[[-120.39105,43.30612],[-120.38575,43.26575],[-120.30501,43.25148],[-120.31683,43.32733],[-120.39105,43.30612]],[[-121.99035,46.41838],[-122.00891,46.41777],[-122.0087,46.43306],[-122.02909,46.43368],[-122.02909,46.44693],[-122.10494,46.44652],[-122.1082,46.38698],[-122.13063,46.38576],[-122.13022,46.36252],[-122.0715,46.35885],[-122.06497,46.34091],[-122.04703,46.33968],[-122.04948,46.32133],[-121.97934,46.28178],[-121.92388,46.2932],[-121.92429,46.34417],[-121.8725,46.38168],[-121.87169,46.39596],[-121.8411,46.41267],[-121.84274,46.43551],[-121.79788,46.42899],[-121.78687,46.48771],[-121.81664,46.49341],[-121.83662,46.47629],[-121.8986,46.46772],[-121.93041,46.48037],[-121.93041,46.49423],[-121.99198,46.49637],[-121.99035,46.41838]],[[-117.76384,42.82046],[-117.73448,42.75521],[-117.48818,42.71607],[-117.29081,42.72667],[-117.02168,42.82127],[-117.02168,43.26738],[-117.05757,43.27717],[-117.32915,43.14994],[-117.43109,42.95421],[-117.59665,42.94932],[-117.65985,42.91649],[-117.68381,42.99743],[-117.64303,43.174],[-117.46279,43.18134],[-117.45382,43.25026],[-117.65282,43.25148],[-117.69278,43.1479],[-117.7254,43.13975],[-117.74742,42.97827],[-117.77189,42.97093],[-117.76384,42.82046]],[[-118.19934,43.18746],[-118.28375,43.08103],[-118.10311,43.01905],[-118.0815,43.14954],[-118.19934,43.18746]],[[-120.11223,42.07688],[-120.0217,41.99512],[-119.83779,41.99634],[-119.84065,42.10522],[-119.86675,42.10562],[-119.89203,42.0783],[-119.9585,42.0783],[-119.95646,42.04201],[-119.99642,42.0416],[-119.99805,42.0783],[-119.9589,42.10644],[-119.89978,42.23815],[-119.94708,42.25569],[-120.01803,42.26343],[-120.0633,42.25446],[-120.08083,42.22551],[-120.08083,42.20471],[-120.11835,42.13743],[-120.13466,42.12112],[-120.11223,42.09584],[-120.11223,42.07688]],[[-120.12181,43.63805],[-120.21193,43.55691],[-120.01212,43.46393],[-119.88408,43.49819],[-119.88815,43.59116],[-119.99051,43.63642],[-120.12181,43.63805]],[[-122.80829,45.97428],[-122.82884,46.02948],[-122.77871,46.03025],[-122.77462,46.03857],[-122.77222,46.03363],[-122.76875,46.03128],[-122.76332,46.03064],[-122.75735,46.03272],[-122.75326,46.02987],[-122.74858,46.03006],[-122.74755,46.03142],[-122.74858,46.03623],[-122.75326,46.03986],[-122.7584,46.04076],[-122.7641,46.0387],[-122.77014,46.04986],[-122.84014,46.05882],[-122.86244,46.11272],[-122.87673,46.11817],[-122.88049,46.12609],[-122.81413,46.1183],[-122.81387,46.13337],[-122.89257,46.15259],[-122.88348,46.19128],[-122.87712,46.19362],[-122.87153,46.18518],[-122.85712,46.18973],[-122.85816,46.20843],[-122.8701,46.21245],[-122.87608,46.20453],[-122.88049,46.20414],[-122.86569,46.26868],[-122.89634,46.31777],[-122.88718,46.32628],[-122.8855,46.33196],[-122.8814,46.32725],[-122.8619,46.3286],[-122.86226,46.33316],[-122.87406,46.33402],[-122.88384,46.3419],[-122.89266,46.34102],[-122.89536,46.33892],[-122.89851,46.33066],[-122.90095,46.32952],[-122.90484,46.32881],[-122.90867,46.32602],[-122.90971,46.32394],[-122.91471,46.32037],[-122.91731,46.32368],[-122.92302,46.31985],[-122.9301,46.32037],[-122.95289,46.28479],[-122.94705,46.26615],[-122.92432,46.24798],[-122.92462,46.23514],[-122.92737,46.21699],[-122.93211,46.21557],[-122.93145,46.21037],[-122.92849,46.2094],[-122.9312,46.19232],[-122.93155,46.15603],[-122.94944,46.16006],[-122.99012,46.18585],[-123.0178,46.18784],[-123.00271,46.20145],[-123.0207,46.21332],[-123.02631,46.20924],[-123.02233,46.20343],[-123.02906,46.19314],[-123.03085,46.19288],[-123.03503,46.19095],[-123.04915,46.1991],[-123.05659,46.19293],[-123.11133,46.19515],[-123.10914,46.20845],[-123.11266,46.21386],[-123.11781,46.21365],[-123.11888,46.19948],[-123.12168,46.19989],[-123.1229,46.20509],[-123.13024,46.21666],[-123.13646,46.24296],[-123.1358,46.25153],[-123.14054,46.25219],[-123.14268,46.24169],[-123.13876,46.22594],[-123.13896,46.21462],[-123.13019,46.203],[-123.13203,46.19597],[-123.14905,46.19653],[-123.15089,46.19918],[-123.14141,46.21223],[-123.14706,46.23669],[-123.15415,46.23583],[-123.14956,46.21763],[-123.15792,46.20264],[-123.16903,46.19678],[-123.18381,46.19678],[-123.20767,46.22054],[-123.21633,46.2186],[-123.19722,46.19546],[-123.26705,46.15881],[-123.31762,46.16778],[-123.34453,46.19959],[-123.34453,46.2159],[-123.40427,46.30459],[-123.40488,46.31295],[-123.44158,46.33905],[-123.47176,46.34475],[-123.51855,46.38859],[-123.52997,47.38683],[-124.32269,47.37704],[-124.61955,41.96502],[-121.95431,42.00253],[-121.96125,41.79171],[-120.92631,41.77948],[-120.91407,42.1318],[-120.75096,42.13261],[-120.74933,42.23864],[-120.29751,42.23701],[-120.29751,42.635],[-120.75259,42.63989],[-120.75422,42.91555],[-120.60416,42.92044],[-120.59927,43.24911],[-120.5487,43.24911],[-120.55033,43.3323],[-120.59927,43.33067],[-120.6009,43.96802],[-120.06319,43.96287],[-120.06381,43.93841],[-120.00351,43.93744],[-120.00147,43.96272],[-119.78004,43.96027],[-119.77841,43.80043],[-119.83892,43.79772],[-119.84544,43.21379],[-119.36997,43.22031],[-119.35121,42.74321],[-118.52098,42.753],[-118.54381,43.56366],[-118.81621,43.55877],[-118.81132,43.74308],[-119.05924,43.74797],[-119.05272,43.79201],[-119.40993,43.79201],[-119.40749,43.95757],[-119.08045,43.95594],[-119.0829,43.91109],[-118.26326,43.90538],[-118.29752,43.71127],[-117.27644,43.68844],[-117.28541,43.57834],[-116.92983,43.56611],[-116.8915,44.24465],[-117.76659,44.27564],[-117.74824,44.68219],[-117.70746,44.67893],[-117.70094,44.81839],[-117.53701,44.82002],[-117.56066,44.2948],[-116.87886,44.27686],[-116.8446,44.81676],[-116.45477,45.60907],[-116.54155,45.75541],[-116.79029,45.86714],[-116.95993,46.08734],[-116.91018,46.16645],[-117.00155,46.33897],[-117.04992,46.34707],[-117.03397,46.39198],[-117.03172,46.39703],[-117.02912,46.40809],[-117.02061,46.4114],[-117.00216,46.40936],[-116.9886,46.41079],[-116.98717,46.41339],[-116.98024,46.41589],[-116.97387,46.41991],[-116.9493,46.42399],[-116.92264,46.42114],[-116.80171,46.42091],[-116.67813,46.50351],[-117.1983,46.43062],[-117.19759,46.44876],[-117.22899,46.47466],[-117.22328,46.49994],[-117.24693,46.49974],[-117.24621,46.46609],[-117.21991,46.44632],[-117.22501,46.40452],[-117.18647,46.40493],[-117.1459,46.42287],[-117.08868,46.4126],[-117.07304,46.41764],[-117.04301,46.41581],[-117.04684,46.39909],[-117.05418,46.38176],[-117.0658,46.37299],[-117.06977,46.36514],[-117.07028,46.35556],[-117.06814,46.34924],[-117.07314,46.33405],[-116.97395,46.153],[-117.02329,46.05676],[-116.92216,45.99519],[-117.06488,45.7073],[-117.05509,45.65347],[-117.11381,45.65021],[-117.11381,45.59312],[-117.15276,45.59873],[-117.15051,45.4928],[-117.27387,45.44887],[-117.72752,45.73054],[-117.71284,45.84227],[-117.6219,45.84961],[-117.58194,45.90507],[-117.49345,45.91771],[-117.49223,45.954],[-117.65942,45.98336],[-117.77971,45.9434],[-117.88696,45.86103],[-117.99094,45.86184],[-118.0515,45.823],[-118.12796,45.81852],[-118.12755,45.75898],[-118.16914,45.76143],[-118.16792,45.77203],[-118.1879,45.77122],[-118.19157,45.75123],[-118.17485,45.7443],[-118.13061,45.74104],[-118.1039,45.73941],[-118.09024,45.73533],[-118.09003,45.72697],[-118.1249,45.70332],[-118.17587,45.66152],[-118.20217,45.67274],[-118.23398,45.65622],[-118.26456,45.68048],[-118.29168,45.65745],[-118.28597,45.61993],[-118.26599,45.59709],[-118.29698,45.56529],[-118.34714,45.63176],[-118.34102,45.69659],[-118.31044,45.69537],[-118.30921,45.70434],[-118.2978,45.70393],[-118.29657,45.71576],[-118.26191,45.71698],[-118.26089,45.73594],[-118.27843,45.74104],[-118.43782,45.69608],[-118.71042,45.6864],[-118.68401,45.70016],[-118.5499,45.7493],[-118.45984,45.79721],[-118.41253,45.80781],[-118.37176,45.86735],[-118.36075,45.89793],[-118.29856,45.88876],[-118.2273,45.85675],[-118.21986,45.85053],[-118.16012,45.82209],[-118.15105,45.82219],[-118.1485,45.82412],[-118.14911,45.82769],[-118.15594,45.8283],[-118.21211,45.85563],[-118.21792,45.86164],[-118.29183,45.89763],[-118.29,45.90843],[-118.35524,45.91659],[-118.3634,45.9961],[-118.28979,45.99937],[-118.19886,46.05768],[-118.13117,46.23832],[-118.26818,46.26238],[-118.34444,46.10987],[-118.26696,46.09377],[-118.26308,46.0795],[-118.2694,46.06339],[-118.30672,46.0271],[-118.54037,46.02343],[-118.79075,46.04912],[-118.84009,45.97898],[-118.47554,45.89375],[-118.48777,45.83829],[-118.54894,45.78855],[-118.65822,45.86684],[-118.68432,45.85542],[-118.58401,45.77305],[-118.75527,45.69883],[-118.75446,45.72575],[-118.78219,45.72819],[-118.78055,45.78365],[-118.79768,45.82851],[-118.83927,45.84074],[-118.88005,45.87255],[-118.92572,45.89212],[-118.95386,45.91129],[-118.99872,45.91781],[-119.03705,45.90476],[-119.05947,45.91985],[-118.97017,45.95573],[-118.95508,45.98428],[-118.95671,46.00752],[-118.93021,46.02465],[-118.92939,46.02964],[-118.93388,46.03872],[-118.93113,46.0482],[-118.91614,46.05482],[-118.87027,46.04973],[-118.84315,46.06115],[-118.84743,46.07644],[-118.89392,46.07317],[-118.92613,46.13842],[-118.93327,46.20489],[-118.9939,46.20899],[-118.96943,46.23346],[-118.81784,46.24803],[-118.63016,46.38607],[-118.60488,46.50025],[-118.62445,46.49943],[-118.86708,46.26037],[-118.9837,46.24008],[-119.03427,46.21521],[-119.04854,46.21276],[-119.08198,46.22867],[-119.1095,46.22826],[-119.13519,46.23866],[-119.14743,46.23906],[-119.15579,46.25033],[-119.21762,46.25221],[-119.23617,46.27026],[-119.2363,46.27747],[-119.24935,46.27869],[-119.23263,46.31539],[-119.24975,46.36188],[-119.24812,46.4993],[-119.27422,46.4993],[-119.2681,46.46423],[-119.2889,46.40184],[-119.31418,46.36841],[-119.30694,46.31641],[-119.31979,46.3159],[-119.35353,46.34251],[-119.37504,46.35485],[-119.39161,46.36079],[-119.39518,46.37095],[-119.40277,46.37534],[-119.42209,46.37503],[-119.40463,46.36395],[-119.39612,46.33092],[-119.37377,46.31091],[-119.35725,46.30013],[-119.33577,46.28384],[-119.32384,46.27044],[-119.29219,46.25091],[-119.26349,46.23104],[-119.21879,46.21457],[-119.20059,46.21253],[-119.15818,46.20269],[-118.98982,46.12104],[-118.94496,46.05294],[-119.03366,45.97342],[-119.11113,45.93591],[-119.2664,45.9406],[-119.94473,45.83315],[-120.14516,45.77137],[-120.20795,45.72896],[-120.47199,45.69246],[-120.60768,45.7521],[-120.87355,45.66096],[-120.87304,45.75088],[-121.70413,45.76839],[-121.70608,45.7828],[-121.73738,45.78735],[-121.75984,45.82605],[-121.78945,45.85384],[-121.78173,45.86416],[-121.79643,45.99649],[-121.98301,46.01506],[-122.00188,45.98597],[-122.00201,45.97857],[-122.01356,45.97727],[-122.0146,45.96766],[-122.02006,45.96714],[-122.0211,45.95857],[-122.04424,45.9589],[-122.04463,45.95201],[-122.03859,45.9474],[-122.04184,45.93669],[-122.04859,45.93227],[-122.05908,45.93208],[-122.06427,45.91383],[-122.07281,45.91026],[-122.06255,45.905],[-122.06716,45.88909],[-122.08346,45.88474],[-122.08534,45.8726],[-122.09177,45.86793],[-122.09203,45.86293],[-122.08814,45.86059],[-122.08437,45.84786],[-122.09418,45.84169],[-122.08392,45.82663],[-122.08898,45.81351],[-122.0808,45.81222],[-122.07859,45.80533],[-122.04457,45.79209],[-122.03411,45.80027],[-122.0147,45.79404],[-121.986,45.79352],[-121.9636,45.77865],[-121.85822,45.78131],[-121.85796,45.77248],[-121.83796,45.77248],[-121.8377,45.75092],[-122.17066,45.75066],[-122.16833,45.72339],[-122.24495,45.72391],[-122.24131,46.0574],[-122.28313,46.05766],[-122.33767,45.96052],[-122.51194,45.98208],[-122.55921,45.95195],[-122.58259,45.95506],[-122.61298,45.93688],[-122.69609,45.9452],[-122.74388,45.93065],[-122.80829,45.97428]]],"terms_url":"https://www.oregon.gov/dogami","terms_text":"Oregon Department of Geology and Mineral Industries","icon":"https://www.oregon.gov/dogami/Style%20Library/Images/dogami_logo_transparent.png"},{"id":"Oregon-OSIP-2022","name":"Oregon Statewide Imagery Program (2022)","type":"tms","template":"https://imagery.oregonexplorer.info/arcgis/rest/services/OSIP_2022/OSIP_2022_WM/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2022-09-01T00:00:00.000Z","startDate":"2022-05-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-124.94337,41.93442],[-123.5599,41.93537],[-123.5599,41.9978],[-123.44021,41.99825],[-123.44,41.93541],[-123.30972,41.93544],[-123.31009,41.99793],[-121.69031,41.99772],[-121.69121,41.93565],[-117.18495,41.93552],[-117.18498,41.99804],[-117.06494,41.99818],[-117.06525,41.9357],[-116.99752,41.93576],[-116.99751,43.81063],[-116.93493,43.8106],[-116.93496,43.93568],[-116.87253,43.93561],[-116.87239,44.25175],[-117.06009,44.25175],[-117.06008,44.31429],[-117.18491,44.3142],[-117.18499,44.49801],[-117.12244,44.49818],[-117.12262,44.56066],[-117.05993,44.56066],[-117.06038,44.68566],[-116.99756,44.68578],[-116.99753,44.74828],[-116.87253,44.74832],[-116.87276,44.8106],[-116.81009,44.8106],[-116.81008,44.99809],[-116.74769,44.99828],[-116.74744,45.06066],[-116.68506,45.06044],[-116.68506,45.24823],[-116.62264,45.24823],[-116.622,45.3731],[-116.5599,45.37303],[-116.5597,45.43547],[-116.4975,45.43518],[-116.49703,45.56065],[-116.43507,45.56047],[-116.43465,45.68917],[-116.49769,45.68946],[-116.4968,45.81424],[-116.6847,45.81424],[-116.68422,45.87664],[-116.74709,45.87664],[-116.74744,45.93907],[-116.80995,45.93956],[-116.81031,46.00166],[-117.74723,46.00141],[-117.74617,46.06442],[-119.00527,46.06449],[-119.0029,46.00266],[-119.13029,46.00188],[-119.12777,45.94034],[-119.6934,45.93918],[-119.69055,45.87812],[-120.00623,45.87669],[-120.00266,45.81448],[-120.19012,45.81598],[-120.19305,45.75203],[-120.81501,45.75303],[-120.81738,45.68943],[-121.12759,45.69034],[-121.12948,45.62671],[-121.18504,45.62759],[-121.18303,45.68918],[-121.24738,45.69014],[-121.24522,45.75182],[-121.87757,45.75224],[-121.87905,45.68908],[-122.00261,45.69054],[-122.00378,45.62669],[-122.25251,45.62735],[-122.25332,45.56425],[-122.30982,45.56483],[-122.30878,45.62682],[-122.68492,45.62702],[-122.68448,45.68937],[-122.74755,45.68938],[-122.74712,46.00173],[-122.80985,46.00182],[-122.80972,46.06432],[-122.87269,46.06422],[-122.87224,46.12667],[-122.93494,46.12678],[-122.93479,46.18916],[-123.12237,46.18927],[-123.12224,46.25179],[-123.19048,46.25179],[-123.18992,46.18934],[-123.37208,46.1892],[-123.37259,46.25197],[-123.43452,46.25181],[-123.43452,46.31445],[-123.87858,46.3143],[-123.87755,46.25209],[-123.93421,46.25168],[-123.93474,46.31484],[-124.06637,46.31428],[-124.06513,46.18512],[-124.94337,41.93442]]],"terms_url":"https://geohub.oregon.gov/","terms_text":"State of Oregon","icon":"https://www.oregon.gov/assets/branding/logo.png"},{"id":"lu.geoportail.opendata.ortho2021","name":"Ortho 2021 geoportail.lu","type":"tms","template":"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/ortho_2021/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg","endDate":"2021-09-23T00:00:00.000Z","startDate":"2021-09-03T00:00:00.000Z","zoomExtent":[5,20],"polygon":[[[5.96175,50.17631],[5.95286,50.13384],[5.89196,50.12041],[5.881,50.08069],[5.85781,50.07186],[5.85087,50.0563],[5.86189,50.04581],[5.84792,50.02809],[5.81561,50.01437],[5.81806,49.99936],[5.83462,49.98656],[5.83129,49.97995],[5.80652,49.97321],[5.80524,49.96677],[5.78672,49.96816],[5.7688,49.96104],[5.76878,49.94239],[5.77073,49.93711],[5.76039,49.93252],[5.75783,49.91737],[5.73303,49.90285],[5.7346,49.89341],[5.77505,49.88057],[5.77567,49.87438],[5.74955,49.87554],[5.75229,49.85922],[5.74066,49.85152],[5.75399,49.84878],[5.74624,49.84783],[5.74701,49.84048],[5.74053,49.84142],[5.7372,49.83353],[5.74581,49.82435],[5.74159,49.82126],[5.75094,49.79094],[5.76517,49.78961],[5.78626,49.79079],[5.82073,49.74878],[5.82489,49.73767],[5.82191,49.72128],[5.84325,49.71822],[5.86481,49.72331],[5.8757,49.71118],[5.85628,49.68211],[5.85656,49.67628],[5.89934,49.66239],[5.89998,49.63907],[5.88182,49.63815],[5.8694,49.6106],[5.84565,49.5981],[5.84712,49.58961],[5.8511,49.58379],[5.86289,49.58525],[5.86866,49.587],[5.85943,49.57158],[5.8052,49.54272],[5.81625,49.53325],[5.83562,49.54114],[5.84308,49.53081],[5.83187,49.52639],[5.83641,49.51817],[5.84828,49.51397],[5.84897,49.50826],[5.86332,49.50006],[5.89033,49.4948],[5.91578,49.49835],[5.9616,49.49026],[5.96891,49.48202],[5.97232,49.46087],[5.97773,49.45955],[5.97657,49.44885],[5.99412,49.45301],[6.01574,49.44885],[6.02154,49.45127],[6.02529,49.44703],[6.04421,49.44553],[6.05222,49.46028],[6.05917,49.46306],[6.07722,49.46139],[6.08167,49.45417],[6.10483,49.45076],[6.1014,49.46726],[6.12725,49.47081],[6.12937,49.48803],[6.14018,49.48525],[6.1671,49.49006],[6.16086,49.50085],[6.17337,49.50577],[6.19669,49.50331],[6.24133,49.50693],[6.27191,49.49995],[6.28789,49.48379],[6.29503,49.47928],[6.32189,49.47244],[6.3334,49.46493],[6.37056,49.45732],[6.37076,49.50545],[6.35932,49.52481],[6.35855,49.53296],[6.38009,49.54856],[6.3849,49.55817],[6.35791,49.57166],[6.36909,49.5783],[6.38119,49.57509],[6.38443,49.5801],[6.37551,49.58809],[6.37941,49.59526],[6.39898,49.60094],[6.42178,49.61809],[6.44251,49.65591],[6.4399,49.66025],[6.42714,49.66237],[6.5046,49.71227],[6.50788,49.71215],[6.50712,49.71655],[6.49558,49.72443],[6.49891,49.72639],[6.50479,49.725],[6.51176,49.72016],[6.51642,49.72129],[6.51809,49.7242],[6.50727,49.72938],[6.50263,49.73298],[6.50373,49.75086],[6.52052,49.76134],[6.52056,49.76818],[6.51105,49.77422],[6.51917,49.78344],[6.50622,49.78899],[6.53083,49.80116],[6.53225,49.80686],[6.52981,49.81048],[6.5196,49.81446],[6.51485,49.80513],[6.51155,49.80238],[6.50669,49.80993],[6.49681,49.81277],[6.47057,49.82385],[6.46454,49.81975],[6.45366,49.81275],[6.44344,49.81233],[6.44161,49.81547],[6.43097,49.81129],[6.42807,49.81186],[6.42643,49.81629],[6.4022,49.82098],[6.36465,49.85164],[6.33937,49.8507],[6.33656,49.83998],[6.32741,49.83673],[6.32158,49.8409],[6.32361,49.85188],[6.31465,49.86057],[6.31532,49.8673],[6.30989,49.87107],[6.2977,49.86673],[6.29166,49.87548],[6.28113,49.87957],[6.27646,49.87725],[6.26301,49.88101],[6.25781,49.88724],[6.24692,49.89535],[6.23381,49.90028],[6.23229,49.9072],[6.22769,49.91062],[6.23187,49.91064],[6.23603,49.91355],[6.22986,49.92125],[6.21913,49.92354],[6.22635,49.92766],[6.22824,49.93726],[6.22044,49.94369],[6.22502,49.95039],[6.21269,49.9514],[6.20707,49.95672],[6.19978,49.95352],[6.19277,49.97158],[6.18331,49.9686],[6.17983,49.96307],[6.18339,49.9548],[6.17995,49.95386],[6.1763,49.962],[6.17151,49.96298],[6.16549,49.97115],[6.17035,49.98376],[6.17348,49.98344],[6.17305,49.98589],[6.15625,49.98867],[6.15023,49.99518],[6.14218,49.99535],[6.13852,49.99829],[6.13966,49.9994],[6.14546,49.99689],[6.1517,50.01058],[6.13934,50.01116],[6.13024,50.01819],[6.13138,50.01905],[6.13594,50.01485],[6.13868,50.01572],[6.14821,50.02307],[6.13034,50.02975],[6.13661,50.04178],[6.12361,50.06323],[6.11563,50.05817],[6.11444,50.06139],[6.12117,50.064],[6.13186,50.07348],[6.12634,50.07817],[6.12194,50.09059],[6.13547,50.09119],[6.13108,50.09964],[6.13808,50.10263],[6.13555,50.11899],[6.14093,50.1305],[6.12369,50.13719],[6.11323,50.13739],[6.1277,50.14993],[6.1201,50.15594],[6.1225,50.16437],[6.10176,50.17199],[6.07824,50.17255],[6.07668,50.15913],[6.06069,50.15536],[6.03318,50.16395],[6.02627,50.18496],[5.96175,50.17631]]],"terms_url":"https://data.public.lu/en/datasets/bd-l-ortho-webservices-wms-et-wmts","terms_text":"Administration du Cadastre et de la Topographie","icon":"https://www.geoportail.lu/static/img/lion.png"},{"id":"fr.ign.orthoexpress.2023","name":"Ortho Express IGN 2023 (20 cm)","type":"wms","template":"https://wxs.ign.fr/ortho/geoportail/r/wms?VERSION=1.3.0&REQUEST=GetMap&FORMAT=image%2Fjpeg&TRANSPARENT=true&LAYERS=ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2023&STYLES=&CRS={proj}&TILED=true&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:4326","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[2.98186,44.65226],[2.98167,44.6515],[2.9812,44.64496],[3.12017,44.26184],[3.20382,44.18995],[3.44012,44.12912],[3.44825,44.12714],[3.45049,44.12665],[3.54365,44.10958],[3.87527,44.12623],[3.97419,44.16288],[3.9766,44.16933],[3.97697,44.17093],[3.99479,44.4114],[4.03569,44.32968],[4.03655,44.32848],[4.03683,44.32819],[4.04692,44.31899],[4.05168,44.31698],[4.24929,44.26582],[4.25464,44.26452],[4.25602,44.26437],[4.25855,44.26434],[4.64945,44.27034],[4.65057,44.27302],[4.66722,44.31984],[4.81734,44.22976],[4.82123,44.22897],[5.45473,44.11917],[5.45942,44.11842],[5.46137,44.11823],[5.49447,44.11549],[5.50191,44.11563],[5.67886,44.14614],[5.83038,44.69023],[5.83044,44.69055],[5.82945,44.69374],[5.82741,44.69981],[5.82714,44.70045],[5.48795,45.07984],[5.48668,45.08125],[5.48331,45.08379],[5.13771,45.29775],[5.13683,45.29823],[5.0093,45.34231],[5.00365,45.34309],[4.99523,45.34397],[4.98879,45.34396],[4.98764,45.34374],[4.80727,45.30046],[4.80396,45.29945],[4.7738,45.35359],[4.77316,45.35465],[4.75551,45.36611],[4.75484,45.36619],[4.74896,45.36599],[4.73968,45.36533],[4.73196,45.36378],[4.72571,45.36181],[4.66224,45.34042],[4.64326,45.32944],[4.48314,45.23657],[3.9448,44.82456],[3.86816,44.75413],[3.86756,44.7535],[3.86741,44.7533],[3.86567,44.74993],[3.84234,44.77195],[3.7438,44.83843],[3.74293,44.83882],[3.65363,44.8761],[3.65333,44.87623],[3.37273,44.97575],[3.25214,44.94111],[3.12815,44.90365],[3.1032,44.88667],[3.10287,44.88639],[3.04794,44.80407],[3.04649,44.8016],[2.98186,44.65226]],[[-0.46313,45.75189],[-0.46316,45.75183],[-0.43267,45.62505],[-0.28438,45.30895],[-0.27926,45.30523],[-0.27804,45.30457],[-0.27399,45.30244],[0.00141,45.19279],[0.00424,45.19167],[0.13023,45.20815],[0.13092,45.20825],[0.13243,45.20872],[0.13494,45.20971],[0.13596,45.21015],[0.14468,45.21398],[0.26723,45.29838],[0.66548,45.67815],[0.77561,45.59227],[0.77641,45.59185],[0.81108,45.57591],[1.11989,45.47441],[1.13529,45.46959],[1.243,45.43662],[1.34978,45.46711],[1.87782,45.6659],[1.87947,45.66655],[1.90775,45.67855],[1.91025,45.67965],[1.91107,45.68077],[1.90951,45.69736],[2.26867,45.66355],[2.28271,45.66404],[2.32093,45.66847],[2.43577,45.69921],[2.45394,45.70793],[2.47241,45.71855],[2.47329,45.7192],[2.49216,45.73787],[2.60897,45.96667],[2.61128,45.97199],[2.61125,45.97246],[2.60269,46.0332],[2.56587,46.15495],[2.5599,46.17319],[2.55978,46.17347],[2.51597,46.23957],[2.4807,46.28105],[2.28109,46.42047],[2.28176,46.42069],[2.53665,46.5197],[2.5725,46.53391],[2.60983,46.55021],[3.03206,46.79491],[3.0592,46.82664],[3.06891,46.85073],[3.06946,46.85239],[3.06953,46.85306],[3.07974,46.95663],[3.07973,46.95738],[3.0758,47.02342],[3.07516,47.02932],[2.93122,47.44091],[2.93076,47.44186],[2.91406,47.4709],[2.88957,47.50776],[2.88846,47.50943],[2.88754,47.51038],[2.88471,47.51282],[2.87905,47.51761],[2.87533,47.51984],[2.95879,47.55751],[2.97617,47.56923],[2.97654,47.56948],[3.23613,47.48833],[4.00265,47.31046],[4.00326,47.31035],[4.02163,47.31118],[4.1075,47.3395],[4.10805,47.33972],[4.33247,47.75651],[4.33363,47.76072],[4.3403,47.79956],[4.32983,47.84619],[4.31292,47.90511],[4.30534,47.92126],[4.30479,47.92162],[4.22582,47.97209],[3.50485,48.36567],[3.49763,48.36958],[3.38484,48.40005],[3.38334,48.40005],[3.17157,48.37742],[3.05028,48.36],[3.04613,48.35797],[3.04344,48.35426],[2.93696,48.18315],[2.93467,48.17912],[2.93305,48.17087],[2.40297,48.32064],[2.32764,48.33315],[2.20729,48.34495],[2.20411,48.34491],[2.2022,48.34461],[1.99428,48.28692],[1.98917,48.3636],[1.97819,48.40183],[1.53841,48.92255],[1.5014,48.94103],[1.48038,48.94049],[1.47279,48.93975],[1.46114,48.93751],[0.87597,48.71536],[0.87536,48.71503],[0.87342,48.71393],[0.83095,48.68375],[0.7594,48.76758],[0.75276,48.77279],[0.61546,48.87753],[0.59503,48.88857],[0.42128,48.95731],[0.43126,48.96636],[0.4315,48.96659],[0.44649,49.01499],[0.44629,49.01888],[0.43324,49.14068],[0.43276,49.14234],[0.38399,49.28562],[0.29688,49.42992],[0.22304,49.42826],[-0.98945,49.39766],[-1.00818,49.396],[-1.07036,49.39046],[-1.07398,49.38951],[-1.07771,49.38846],[-1.07827,49.38824],[-1.08442,49.38518],[-1.08829,49.38313],[-1.11418,49.36371],[-1.11822,49.36068],[-1.11908,49.35997],[-1.11991,49.35816],[-1.14028,49.30876],[-1.14112,49.30522],[-1.15975,48.82886],[-1.15976,48.82731],[-1.15961,48.82633],[-1.15767,48.82395],[-1.09009,48.78179],[-1.08267,48.77783],[-1.08129,48.77742],[-1.05883,48.77345],[-0.84383,48.75221],[-0.84941,48.74867],[-0.85179,48.74633],[-0.85213,48.74598],[-0.85225,48.74565],[-0.86057,48.50211],[-0.86047,48.50149],[-0.81326,48.45529],[-0.81296,48.45513],[-0.76456,48.43634],[0.75769,48.17989],[0.75836,48.17991],[0.76065,48.18026],[0.79415,48.19233],[0.7957,48.188],[0.84081,48.10343],[0.81444,48.09883],[0.81427,48.09875],[0.79393,48.06969],[0.58059,47.71293],[0.58049,47.71246],[0.58865,47.6992],[0.23067,47.61082],[0.19335,47.53912],[0.0785,47.28374],[0.05274,47.19667],[0.05374,47.16766],[0.0492,47.16894],[0.01888,47.17599],[-0.00182,47.16376],[-0.0051,47.16178],[-0.00877,47.15937],[-0.09512,47.09518],[-0.09879,47.09029],[-0.10128,47.08578],[-0.10503,47.0713],[-0.10473,47.06778],[-0.1414,47.10413],[-0.18039,47.10825],[-0.18455,47.10855],[-0.26262,47.1057],[-0.26573,47.10549],[-0.493,47.08337],[-0.49319,47.08332],[-0.51525,47.07803],[-0.78672,47.00545],[-0.84299,46.99017],[-0.89571,46.97575],[-0.90307,46.97189],[-0.90352,46.97157],[-0.90281,46.96813],[-0.75469,46.25302],[-0.75411,46.25066],[-0.7521,46.24559],[-0.75192,46.24535],[-0.69094,46.17967],[-0.62368,46.13998],[-0.61919,46.13737],[-0.61763,46.13679],[-0.14278,45.9809],[-0.44941,45.76637],[-0.46313,45.75189]],[[-2.28954,48.00044],[-2.28845,47.99521],[-2.28764,47.99175],[-2.11398,47.64825],[-2.11361,47.64771],[-2.10266,47.63446],[-2.10203,47.63388],[-2.09909,47.63207],[-2.09813,47.63173],[-2.09729,47.63164],[-2.09671,47.63167],[-1.24607,47.77673],[-1.02115,47.99509],[-1.02086,47.99537],[-1.01561,48.0034],[-1.02136,48.0684],[-1.04513,48.32839],[-1.06695,48.5047],[-1.06707,48.50537],[-1.06728,48.50577],[-1.07008,48.50882],[-1.11723,48.52172],[-1.83682,48.71096],[-1.83543,48.71282],[-1.83526,48.71429],[-1.83527,48.71444],[-1.83568,48.71419],[-1.83598,48.71394],[-1.83824,48.71134],[-1.84435,48.71294],[-1.93691,48.70274],[-1.9705,48.69087],[-1.97049,48.69108],[-1.97166,48.69129],[-1.97151,48.69108],[-1.97089,48.69076],[-1.97078,48.69077],[-1.98905,48.68431],[-1.98946,48.68414],[-1.99055,48.68347],[-2.02923,48.65101],[-2.03883,48.63191],[-2.04731,48.63892],[-2.04739,48.63898],[-2.04756,48.63907],[-2.04778,48.63915],[-2.05689,48.64023],[-2.06141,48.64067],[-2.1126,48.64543],[-2.11273,48.64543],[-2.15049,48.63507],[-2.15109,48.6346],[-2.15148,48.63417],[-2.15167,48.63394],[-2.15153,48.62856],[-2.15152,48.62844],[-2.15145,48.62827],[-2.12446,48.58916],[-2.09424,48.57056],[-2.07521,48.55954],[-2.2841,48.14398],[-2.28733,48.13671],[-2.28761,48.13379],[-2.28961,48.00105],[-2.28954,48.00044]],[[-2.15298,48.62999],[-2.15314,48.63035],[-2.15343,48.63051],[-2.15368,48.63057],[-2.15465,48.63042],[-2.15509,48.62995],[-2.15551,48.62923],[-2.15531,48.62887],[-2.15506,48.62876],[-2.15484,48.62877],[-2.15406,48.62906],[-2.15339,48.62957],[-2.15298,48.62999]],[[-2.15659,48.64109],[-2.15684,48.64106],[-2.16087,48.63955],[-2.16153,48.63898],[-2.16201,48.63845],[-2.16195,48.63787],[-2.16183,48.63747],[-2.16178,48.63739],[-2.16154,48.63722],[-2.15953,48.63718],[-2.15931,48.63721],[-2.15896,48.63755],[-2.1565,48.64088],[-2.15659,48.64109]],[[-2.11245,48.64696],[-2.11271,48.64675],[-2.11252,48.64624],[-2.11245,48.64624],[-2.11231,48.64657],[-2.11226,48.64678],[-2.11245,48.64696]],[[-2.11285,48.64711],[-2.11261,48.64704],[-2.11234,48.64727],[-2.11232,48.64746],[-2.11252,48.64763],[-2.11296,48.64755],[-2.11301,48.64739],[-2.11285,48.64711]],[[-2.03223,48.65249],[-2.03231,48.65272],[-2.03299,48.65318],[-2.03312,48.65324],[-2.03401,48.65317],[-2.03423,48.6529],[-2.03432,48.6523],[-2.03343,48.65152],[-2.03271,48.65129],[-2.03249,48.65151],[-2.03224,48.65209],[-2.03223,48.65249]],[[-2.03876,48.65231],[-2.03794,48.65223],[-2.03767,48.65231],[-2.03793,48.65248],[-2.03878,48.65294],[-2.039,48.65278],[-2.039,48.6524],[-2.03876,48.65231]],[[-2.06975,48.65343],[-2.06977,48.6527],[-2.06944,48.65254],[-2.06899,48.65264],[-2.06904,48.65305],[-2.06934,48.65348],[-2.06961,48.65354],[-2.06975,48.65343]],[[-2.09068,48.65365],[-2.09049,48.65345],[-2.09024,48.65339],[-2.09018,48.65371],[-2.09028,48.65378],[-2.09049,48.65391],[-2.09065,48.65389],[-2.09068,48.65365]],[[-2.07037,48.65433],[-2.07083,48.65451],[-2.07055,48.65393],[-2.07038,48.65387],[-2.07031,48.6542],[-2.07037,48.65433]],[[-2.07558,48.67476],[-2.07543,48.67479],[-2.07555,48.67495],[-2.07629,48.67531],[-2.0765,48.67538],[-2.07664,48.67521],[-2.07631,48.67489],[-2.07595,48.67478],[-2.07558,48.67476]],[[-2.07065,48.6755],[-2.07056,48.67558],[-2.07064,48.67575],[-2.07089,48.67572],[-2.07087,48.6755],[-2.07065,48.6755]],[[-2.06854,48.67852],[-2.06885,48.67901],[-2.06899,48.67909],[-2.07365,48.6778],[-2.07448,48.67712],[-2.07536,48.67599],[-2.07536,48.67587],[-2.07522,48.67544],[-2.07495,48.67505],[-2.07456,48.6749],[-2.07417,48.67492],[-2.07244,48.67516],[-2.0697,48.67637],[-2.06791,48.67718],[-2.06797,48.67732],[-2.06854,48.67852]],[[-2.0583,48.68034],[-2.05844,48.68044],[-2.05856,48.68038],[-2.05852,48.68011],[-2.05829,48.68019],[-2.0583,48.68034]],[[-2.04425,48.68401],[-2.04438,48.68348],[-2.04428,48.68338],[-2.04406,48.68344],[-2.04381,48.68372],[-2.04379,48.6839],[-2.04404,48.68406],[-2.04425,48.68401]],[[-2.04683,48.68802],[-2.04701,48.68804],[-2.04719,48.68779],[-2.04708,48.68759],[-2.04697,48.68763],[-2.04683,48.68802]],[[-1.97041,48.69165],[-1.97018,48.692],[-1.97028,48.69212],[-1.97045,48.69206],[-1.97056,48.69164],[-1.97041,48.69165]],[[-1.98225,48.69432],[-1.98238,48.69439],[-1.98251,48.69436],[-1.98259,48.69406],[-1.98235,48.69411],[-1.98225,48.69432]],[[-1.95414,48.69794],[-1.9538,48.69775],[-1.95312,48.69824],[-1.95283,48.69907],[-1.95296,48.69917],[-1.9548,48.69928],[-1.95495,48.69922],[-1.95494,48.69904],[-1.95414,48.69794]],[[-1.83496,48.71548],[-1.83505,48.71538],[-1.83493,48.71499],[-1.83471,48.71496],[-1.83463,48.71523],[-1.83496,48.71548]],[[-1.83025,48.72055],[-1.8301,48.7207],[-1.83011,48.72122],[-1.83028,48.72175],[-1.83042,48.72173],[-1.83096,48.72121],[-1.8309,48.72094],[-1.83041,48.72057],[-1.83025,48.72055]],[[5.22905,43.19767],[5.23143,43.19862],[5.23143,43.1988],[5.23132,43.19905],[5.2307,43.19932],[5.23031,43.19936],[5.2293,43.19925],[5.22884,43.19913],[5.22882,43.19899],[5.22875,43.1976],[5.22905,43.19767]],[[4.23817,43.49739],[4.23803,43.49708],[4.23072,43.47953],[4.23042,43.47861],[4.23021,43.46049],[4.23231,43.45967],[4.59043,43.35863],[4.59732,43.35672],[5.32535,43.21458],[5.32505,43.21369],[5.32545,43.21355],[5.32606,43.21345],[5.3274,43.21332],[5.32757,43.21338],[5.32809,43.21365],[5.32817,43.21374],[5.32809,43.21405],[5.33348,43.21299],[5.3329,43.21301],[5.33278,43.213],[5.32887,43.21255],[5.32855,43.2124],[5.32865,43.21191],[5.3293,43.21138],[5.33039,43.21082],[5.33357,43.2094],[5.33837,43.2079],[5.33891,43.20816],[5.33962,43.20873],[5.34007,43.20913],[5.34013,43.20965],[5.34003,43.21037],[5.33977,43.21177],[5.35706,43.20839],[5.60468,43.16025],[5.60572,43.16029],[5.60738,43.16045],[5.67193,43.17952],[5.6824,43.15537],[5.68281,43.15455],[5.69487,43.14381],[5.77729,43.08112],[5.77712,43.07887],[5.77757,43.0738],[5.77764,43.07354],[5.77761,43.07351],[5.77765,43.0735],[5.77856,43.07025],[5.77891,43.07007],[5.7806,43.06984],[5.78086,43.06992],[5.78563,43.0718],[5.78776,43.07315],[5.78841,43.07265],[5.7869,43.07221],[5.78692,43.07185],[5.78693,43.07164],[5.78707,43.07144],[5.78692,43.07138],[5.78717,43.0712],[5.7872,43.07124],[5.7886,43.06917],[5.79059,43.06852],[5.7908,43.0685],[5.79172,43.06857],[5.79208,43.0688],[5.79222,43.06895],[5.79249,43.06925],[5.79252,43.06944],[5.79247,43.06956],[5.7926,43.06947],[5.79226,43.0686],[5.79228,43.06848],[5.79311,43.06778],[5.79327,43.06771],[5.79358,43.06799],[5.79387,43.06827],[5.79393,43.06846],[5.79432,43.06815],[5.8288,43.04951],[5.82924,43.04932],[5.84404,43.04672],[6.09743,43.02724],[6.14898,43.02614],[6.15542,43.02611],[6.15607,43.02617],[6.62116,43.15797],[6.64658,43.16756],[6.64663,43.1676],[6.68073,43.19927],[6.92295,43.45081],[6.92315,43.45122],[6.93319,43.47788],[6.93346,43.48031],[6.94561,43.48314],[7.04586,43.51559],[7.04753,43.51547],[7.06721,43.51416],[7.06985,43.51616],[7.07068,43.51693],[7.07089,43.51727],[7.0708,43.51781],[7.06354,43.5204],[7.06191,43.52079],[7.13637,43.5449],[7.13848,43.54588],[7.48748,43.74928],[7.48776,43.74947],[7.52994,43.7842],[7.70313,44.0434],[7.71424,44.06151],[7.71898,44.08245],[7.68447,44.17395],[7.68314,44.17545],[7.68014,44.17651],[7.67787,44.17713],[6.90555,44.3584],[6.90478,44.35855],[6.88897,44.36127],[6.88743,44.36129],[6.88614,44.36094],[6.84008,44.34658],[6.81247,44.33264],[6.80922,44.33066],[6.80842,44.33001],[6.724,44.24992],[6.68645,44.16927],[6.68639,44.16891],[6.63688,43.79827],[6.62345,43.80491],[6.62148,43.8053],[6.6185,43.80572],[6.61824,43.80575],[6.51718,43.80888],[6.2436,43.80263],[6.24223,43.8025],[5.78109,43.75571],[5.77565,43.75086],[5.7745,43.74964],[5.76307,43.73725],[5.76206,43.73601],[5.75515,43.72684],[4.85305,43.91131],[4.73928,43.92413],[4.64208,43.86753],[4.23974,43.4992],[4.23817,43.49739]],[[4.2505,46.0501],[4.24366,45.99721],[4.24403,45.99586],[4.36624,45.67124],[4.4102,45.6318],[4.46771,45.58575],[4.67142,45.47341],[4.75713,45.45561],[4.77595,45.45412],[4.777,45.45414],[4.77832,45.45437],[4.77882,45.45457],[4.77966,45.45508],[5.03704,45.61299],[5.15398,45.69982],[5.15467,45.70036],[5.15997,45.70846],[5.16011,45.71171],[5.15934,45.71543],[5.10149,45.81356],[4.79328,46.18289],[5.29833,46.41817],[5.29878,46.41308],[5.29918,46.41261],[5.40483,46.31014],[5.45654,46.27479],[5.47366,46.26428],[5.47385,46.26428],[5.72518,46.26069],[5.85247,46.2614],[5.8529,46.26142],[5.86949,46.26486],[5.87567,46.26759],[5.90913,46.28384],[5.9414,46.30876],[6.03586,46.39172],[6.06386,46.41639],[6.08562,46.44083],[6.15347,46.53679],[6.15666,46.5453],[6.16352,46.57517],[6.43819,46.76178],[6.43937,46.76275],[6.45226,46.77422],[7.05696,47.3344],[7.06239,47.34411],[6.9919,47.44702],[7.11569,47.4963],[7.13157,47.50344],[7.13311,47.50423],[7.13424,47.50496],[7.13505,47.50583],[7.13589,47.50692],[7.13738,47.50935],[7.14336,47.52459],[7.03778,47.72162],[7.03741,47.72214],[7.03516,47.72462],[7.01583,47.7438],[6.85148,47.82085],[6.89546,47.8328],[6.91722,47.84775],[6.91913,47.84928],[6.9198,47.84999],[7.07703,48.10894],[7.19661,48.30646],[7.19835,48.3103],[7.19709,48.31547],[7.13564,48.49909],[7.1281,48.50958],[7.12554,48.51272],[7.12445,48.51317],[7.1232,48.51364],[5.84599,48.50713],[5.76516,48.4966],[5.64224,48.47244],[5.44667,48.41548],[5.39363,48.39171],[5.41804,48.34015],[5.41822,48.33983],[5.62969,48.08365],[5.6332,48.08043],[5.78728,47.95259],[5.79091,47.95131],[5.79527,47.94979],[5.80527,47.94697],[5.85625,47.93364],[5.40651,47.67354],[5.40634,47.6734],[5.37233,47.61848],[5.37143,47.61469],[5.36694,47.46502],[5.36721,47.46444],[5.46895,47.3164],[5.50251,47.29649],[5.48831,47.28924],[5.28392,47.04803],[5.27816,47.03748],[5.27657,47.03381],[5.25463,46.98188],[5.2221,46.98907],[4.20841,47.15576],[4.20276,47.15503],[4.18547,47.1527],[4.06031,47.12126],[3.6294,46.74959],[3.62315,46.74165],[3.62274,46.74094],[3.62259,46.74013],[3.62283,46.73923],[3.63764,46.70748],[3.89013,46.21449],[3.89904,46.20989],[3.98955,46.16916],[3.98987,46.16907],[4.2756,46.15607],[4.28104,46.15607],[4.31799,46.1573],[4.25059,46.05026],[4.2505,46.0501]],[[5.77723,43.07468],[5.77721,43.07477],[5.77687,43.07451],[5.77683,43.07441],[5.77691,43.07437],[5.77723,43.07468]],[[5.77484,43.07743],[5.77483,43.07758],[5.77472,43.07763],[5.77407,43.0776],[5.77384,43.07747],[5.77365,43.07725],[5.7737,43.07714],[5.77386,43.07688],[5.77403,43.07686],[5.7743,43.07696],[5.77465,43.07712],[5.77484,43.07743]],[[5.76045,43.07846],[5.76059,43.07843],[5.7612,43.07865],[5.76135,43.07878],[5.76129,43.07959],[5.76108,43.07956],[5.7605,43.07869],[5.76045,43.07846]],[[5.77196,43.07944],[5.77182,43.07951],[5.77151,43.07945],[5.77155,43.07935],[5.77172,43.07928],[5.77196,43.07944]],[[5.77092,43.07976],[5.77049,43.07966],[5.77046,43.07931],[5.77062,43.07928],[5.7709,43.07932],[5.7713,43.07968],[5.77092,43.07976]],[[5.76165,43.08002],[5.76098,43.08019],[5.76085,43.07989],[5.76105,43.07973],[5.76154,43.07981],[5.76165,43.08002]],[[5.76779,43.08207],[5.76759,43.08204],[5.76733,43.08194],[5.76627,43.08137],[5.76524,43.08031],[5.76509,43.07977],[5.76637,43.07919],[5.76713,43.07886],[5.76729,43.07884],[5.76845,43.0793],[5.7692,43.07978],[5.76933,43.07995],[5.76959,43.08036],[5.76959,43.08055],[5.76909,43.08113],[5.76779,43.08207]],[[5.61864,43.16173],[5.61747,43.16239],[5.61578,43.16245],[5.61539,43.16246],[5.61505,43.16225],[5.61499,43.16105],[5.61538,43.15942],[5.61608,43.15845],[5.61769,43.15777],[5.61924,43.15738],[5.62043,43.15856],[5.62097,43.15921],[5.62088,43.15932],[5.61918,43.16124],[5.61892,43.16149],[5.61864,43.16173]],[[5.3941,43.16994],[5.39404,43.16983],[5.39459,43.16963],[5.39503,43.16971],[5.39483,43.16986],[5.39453,43.17007],[5.39439,43.17007],[5.3941,43.16994]],[[5.40057,43.17517],[5.40121,43.17528],[5.40225,43.17592],[5.40268,43.17629],[5.40235,43.17673],[5.40082,43.17657],[5.39996,43.17596],[5.39988,43.17586],[5.40024,43.17532],[5.40057,43.17517]],[[5.38642,43.17917],[5.38066,43.18083],[5.38054,43.18081],[5.37243,43.17971],[5.37202,43.17965],[5.37176,43.17946],[5.37232,43.17736],[5.37289,43.17692],[5.38639,43.17261],[5.38988,43.17271],[5.39782,43.173],[5.39812,43.17309],[5.39869,43.17373],[5.39831,43.17422],[5.3962,43.17595],[5.39419,43.17665],[5.38642,43.17917]],[[5.37023,43.177],[5.37002,43.17683],[5.36997,43.17664],[5.37057,43.17645],[5.37071,43.17652],[5.37023,43.177]],[[5.39676,43.17873],[5.3965,43.17899],[5.3964,43.1791],[5.39601,43.17918],[5.39551,43.17922],[5.39537,43.17913],[5.39568,43.17885],[5.39584,43.17876],[5.39634,43.17867],[5.39676,43.17873]],[[5.38139,43.19021],[5.3813,43.19015],[5.38125,43.18971],[5.38128,43.18953],[5.3816,43.18913],[5.38349,43.18746],[5.38428,43.1871],[5.38706,43.18598],[5.38862,43.18544],[5.38898,43.18535],[5.38922,43.18541],[5.39155,43.18616],[5.39154,43.18636],[5.3845,43.1899],[5.38331,43.19034],[5.38247,43.1905],[5.38199,43.19051],[5.38139,43.19021]],[[5.35882,43.19934],[5.36175,43.19708],[5.36221,43.19686],[5.36619,43.19512],[5.36913,43.19406],[5.36942,43.19396],[5.36978,43.19389],[5.37057,43.19381],[5.37122,43.19381],[5.37165,43.19387],[5.37154,43.19417],[5.37005,43.19541],[5.36692,43.19748],[5.36322,43.19976],[5.36284,43.19997],[5.36195,43.2002],[5.35951,43.20004],[5.35877,43.19978],[5.35856,43.1997],[5.35853,43.19962],[5.35882,43.19934]],[[5.35748,43.20136],[5.3558,43.20148],[5.35548,43.20146],[5.35521,43.20133],[5.35517,43.20113],[5.35537,43.20075],[5.35664,43.19961],[5.35702,43.19955],[5.35848,43.19939],[5.35853,43.19958],[5.35835,43.20035],[5.35826,43.20058],[5.35748,43.20136]],[[6.19987,42.98215],[6.20532,42.98227],[6.20535,42.98216],[6.20577,42.982],[6.20588,42.98203],[6.20583,42.98218],[6.20534,42.98227],[6.20571,42.98228],[6.20644,42.98244],[6.24589,42.99702],[6.24853,42.99819],[6.24998,42.99888],[6.2508,42.99986],[6.25235,43.00399],[6.25251,43.00444],[6.2523,43.00535],[6.24895,43.0167],[6.24269,43.02644],[6.24228,43.02673],[6.24211,43.02673],[6.17387,43.00801],[6.17393,43.00811],[6.17355,43.00821],[6.17343,43.00822],[6.17338,43.008],[6.1735,43.00791],[6.17164,43.0074],[6.15989,43.00182],[6.15987,43.00175],[6.1613,42.99893],[6.16229,42.99822],[6.19692,42.98295],[6.19818,42.98245],[6.19796,42.98247],[6.1979,42.98243],[6.19792,42.9823],[6.19796,42.98226],[6.19842,42.98236],[6.19842,42.98236],[6.19868,42.98225],[6.19901,42.98214],[6.19987,42.98215]],[[6.25837,42.99677],[6.25817,42.99676],[6.25809,42.99668],[6.25817,42.99644],[6.25834,42.9965],[6.25837,42.99677]],[[6.25902,42.99632],[6.25952,42.99633],[6.25987,42.99663],[6.25994,42.99696],[6.2598,42.99702],[6.25903,42.99697],[6.25865,42.9968],[6.2587,42.99672],[6.25902,42.99632]],[[6.2543,42.99786],[6.25418,42.99799],[6.25402,42.99777],[6.25412,42.99749],[6.25421,42.99755],[6.2543,42.99786]],[[6.25239,42.99779],[6.2523,42.99809],[6.25218,42.99807],[6.25213,42.99785],[6.25222,42.99778],[6.25239,42.99779]],[[6.2537,42.9985],[6.25348,42.99797],[6.25378,42.99816],[6.25398,42.99849],[6.2537,42.9985]],[[6.25373,42.999],[6.2537,42.99934],[6.25251,42.99991],[6.25221,42.99976],[6.25207,42.99956],[6.25204,42.99935],[6.25209,42.99881],[6.25249,42.99806],[6.25322,42.99795],[6.25353,42.99821],[6.25365,42.99862],[6.25373,42.999]],[[6.1605,43.00581],[6.16032,43.00578],[6.16022,43.00569],[6.16022,43.00551],[6.16024,43.00541],[6.16073,43.00398],[6.16128,43.00361],[6.16203,43.00328],[6.16233,43.00318],[6.16256,43.00324],[6.16251,43.00367],[6.16161,43.00532],[6.16142,43.00547],[6.1609,43.0057],[6.1605,43.00581]],[[6.15975,43.0071],[6.15974,43.00696],[6.15992,43.00675],[6.16033,43.00668],[6.16065,43.00679],[6.16,43.00717],[6.15975,43.0071]],[[6.17341,43.00845],[6.17338,43.00878],[6.17272,43.00918],[6.17219,43.00915],[6.17196,43.00906],[6.17181,43.00876],[6.17192,43.00854],[6.17246,43.00817],[6.17307,43.00809],[6.17341,43.00845]],[[6.14033,43.02084],[6.14015,43.02079],[6.13985,43.02064],[6.13986,43.01997],[6.13992,43.0197],[6.14141,43.01768],[6.14316,43.01581],[6.14367,43.01556],[6.14393,43.01556],[6.14451,43.0159],[6.14815,43.01836],[6.14835,43.01885],[6.14709,43.01961],[6.14518,43.02042],[6.14342,43.02076],[6.14306,43.02081],[6.14063,43.02089],[6.14033,43.02084]],[[6.148,43.02334],[6.14798,43.02344],[6.14777,43.02359],[6.14759,43.0237],[6.14726,43.02379],[6.1468,43.02372],[6.14637,43.02351],[6.14638,43.0233],[6.14655,43.02313],[6.14694,43.02304],[6.14786,43.02326],[6.148,43.02334]],[[6.14767,43.02419],[6.14776,43.02441],[6.14716,43.02434],[6.14723,43.02413],[6.1475,43.0241],[6.14767,43.02419]],[[6.24277,43.02664],[6.24286,43.02648],[6.24302,43.02644],[6.24316,43.02651],[6.24299,43.0267],[6.24279,43.02671],[6.24277,43.02664]],[[6.24203,43.02751],[6.2418,43.02761],[6.24173,43.02727],[6.24196,43.02719],[6.24207,43.02731],[6.24203,43.02751]],[[6.24108,43.02818],[6.24125,43.02801],[6.24135,43.0282],[6.24117,43.02846],[6.24108,43.02818]],[[6.39683,42.98912],[6.39658,42.98934],[6.39525,42.98946],[6.39515,42.98942],[6.39441,42.98886],[6.3939,42.98844],[6.39368,42.98798],[6.3936,42.98762],[6.39499,42.98701],[6.39517,42.98706],[6.39593,42.9874],[6.39614,42.9876],[6.39677,42.98891],[6.39683,42.98912]],[[6.3689,43.00202],[6.37002,42.99884],[6.37019,42.99849],[6.37054,42.998],[6.37203,42.99606],[6.37235,42.99581],[6.37299,42.99562],[6.39518,42.99299],[6.39702,42.99295],[6.39727,42.99295],[6.40254,42.99345],[6.40645,42.99558],[6.40672,42.99577],[6.41361,43.00276],[6.41757,43.00709],[6.41768,43.00723],[6.41918,43.00923],[6.42128,43.0141],[6.40916,43.02002],[6.40906,43.02005],[6.3835,43.01401],[6.36902,43.00234],[6.3689,43.00202]],[[6.36185,43.01752],[6.36056,43.01594],[6.36009,43.01529],[6.35988,43.01475],[6.3597,43.01314],[6.35929,43.00919],[6.35928,43.00919],[6.35917,43.00895],[6.35923,43.00882],[6.35925,43.00883],[6.35923,43.00869],[6.3592,43.00828],[6.36162,43.00536],[6.36285,43.00421],[6.36317,43.00412],[6.36384,43.00403],[6.36409,43.00417],[6.36451,43.00502],[6.36886,43.01819],[6.36888,43.01839],[6.36887,43.01848],[6.36868,43.01885],[6.36825,43.0189],[6.36289,43.01858],[6.36185,43.01752]],[[6.43378,43.02034],[6.4336,43.0197],[6.43352,43.01926],[6.43243,43.01058],[6.43238,43.00997],[6.43246,43.00961],[6.43302,43.00825],[6.43448,43.00588],[6.4377,43.00345],[6.43786,43.00346],[6.43806,43.00351],[6.47088,43.01672],[6.50965,43.04452],[6.51087,43.04594],[6.5112,43.04654],[6.5113,43.0468],[6.50826,43.05277],[6.50651,43.05316],[6.50515,43.05327],[6.47605,43.04901],[6.47568,43.04886],[6.46856,43.0456],[6.46844,43.04552],[6.43774,43.02397],[6.43378,43.02034]],[[6.51138,43.04696],[6.51147,43.04654],[6.51154,43.04653],[6.51161,43.04657],[6.51162,43.04692],[6.51146,43.04713],[6.51138,43.04696]],[[6.53232,43.0507],[6.53243,43.05053],[6.53272,43.05058],[6.53264,43.05079],[6.53232,43.0507]],[[6.64743,43.16631],[6.64777,43.16641],[6.64751,43.16693],[6.64721,43.16704],[6.6469,43.16705],[6.64661,43.16698],[6.64647,43.16674],[6.64673,43.16645],[6.64743,43.16631]],[[6.68858,43.199],[6.6889,43.19921],[6.68853,43.19929],[6.68845,43.19901],[6.68858,43.199]],[[6.68251,43.19969],[6.68291,43.20002],[6.68293,43.20011],[6.68272,43.20046],[6.68256,43.20053],[6.68211,43.20056],[6.68181,43.20011],[6.68191,43.19979],[6.68221,43.19959],[6.68251,43.19969]],[[5.80502,46.01533],[5.80935,45.9895],[5.82512,45.93864],[5.87308,45.83421],[5.8809,45.82738],[5.88155,45.8269],[5.91329,45.80407],[5.99391,45.74768],[6.22808,45.68165],[6.23529,45.68189],[6.2785,45.68407],[6.71187,45.7229],[6.71764,45.72565],[6.99012,45.86774],[6.99692,45.87212],[6.99913,45.87373],[7.04447,45.92248],[7.03744,45.95487],[6.86437,46.2831],[6.8053,46.39413],[6.80507,46.39432],[6.7569,46.4029],[6.72428,46.40795],[6.7184,46.40814],[6.69741,46.40824],[6.69006,46.40812],[6.51317,46.40491],[6.51074,46.40449],[6.32364,46.37167],[6.30208,46.36593],[5.82015,46.10422],[5.81983,46.10404],[5.81962,46.10375],[5.81124,46.07852],[5.81109,46.07797],[5.80793,46.06498],[5.80502,46.01533]],[[6.92403,43.45103],[6.92409,43.45115],[6.92409,43.45134],[6.92398,43.45163],[6.92367,43.45166],[6.92336,43.45135],[6.92312,43.45102],[6.92301,43.45072],[6.92321,43.45066],[6.92385,43.45071],[6.92403,43.45103]],[[6.95249,43.48297],[6.95213,43.48294],[6.95199,43.48281],[6.9524,43.48276],[6.95264,43.48291],[6.95249,43.48297]],[[7.04498,43.50346],[7.04504,43.50341],[7.04595,43.50359],[7.04638,43.50384],[7.04638,43.5041],[7.04601,43.50437],[7.04569,43.50435],[7.04518,43.50384],[7.04498,43.50346]],[[7.05617,43.50588],[7.05688,43.50584],[7.05746,43.50584],[7.05738,43.50577],[7.05748,43.50571],[7.05777,43.50576],[7.05779,43.50583],[7.05812,43.50583],[7.05861,43.50597],[7.0591,43.50627],[7.0591,43.50637],[7.05893,43.50691],[7.05882,43.50699],[7.05852,43.507],[7.05645,43.50621],[7.05621,43.50609],[7.05617,43.50588]],[[7.05829,43.50563],[7.05848,43.50545],[7.05914,43.50576],[7.05953,43.50598],[7.05952,43.50619],[7.05935,43.5064],[7.05846,43.50582],[7.05829,43.50563]],[[7.05377,43.50621],[7.05345,43.50608],[7.05378,43.50574],[7.05403,43.50582],[7.05413,43.50609],[7.05407,43.5062],[7.05377,43.50621]],[[7.05132,43.50932],[7.04715,43.50955],[7.04143,43.50933],[7.03992,43.50927],[7.03762,43.5091],[7.03707,43.50867],[7.03651,43.5074],[7.03707,43.50712],[7.03846,43.50647],[7.04752,43.50478],[7.05382,43.50669],[7.05529,43.50732],[7.05549,43.50768],[7.05561,43.50802],[7.0532,43.50907],[7.0517,43.50928],[7.05132,43.50932]],[[7.06124,43.50746],[7.06072,43.50749],[7.05996,43.50752],[7.06058,43.5073],[7.06108,43.50733],[7.06132,43.5074],[7.06124,43.50746]],[[7.05855,43.50729],[7.05917,43.50721],[7.05957,43.50735],[7.05953,43.50743],[7.05845,43.50766],[7.05835,43.50762],[7.05836,43.50746],[7.05855,43.50729]],[[7.07388,43.51596],[7.07291,43.51689],[7.07283,43.51688],[7.07244,43.5164],[7.07223,43.51595],[7.07222,43.51579],[7.07224,43.51567],[7.073,43.51459],[7.07334,43.51442],[7.07383,43.51456],[7.0742,43.51505],[7.07388,43.51596]],[[7.07186,43.51727],[7.07129,43.517],[7.07129,43.51689],[7.07187,43.51659],[7.072,43.51666],[7.07186,43.51727]]],"terms_url":"https://geoservices.ign.fr/services-web-experts-ortho","terms_text":"IGN"},{"id":"fr.orthohr","name":"Ortho HR","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr/{zoom}/{x}/{y}","category":"photo","endDate":"2017-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[-61.09849,14.41978],[-60.91306,14.41823],[-60.91348,14.37304],[-60.82079,14.3722],[-60.82034,14.41738],[-60.774,14.41695],[-60.7722,14.59765],[-60.81859,14.59808],[-60.81724,14.7336],[-60.86365,14.73404],[-60.86278,14.82439],[-61.0021,14.82565],[-61.00168,14.87082],[-61.09459,14.87161],[-61.09419,14.91679],[-61.23359,14.91791],[-61.23542,14.69198],[-61.189,14.69162],[-61.18974,14.60127],[-61.14334,14.60089],[-61.14448,14.46534],[-61.09811,14.46497],[-61.09849,14.41978]],[[-61.17767,16.0019],[-61.22438,16.00229],[-61.22398,16.04747],[-61.31742,16.04823],[-61.3178,16.00304],[-61.36451,16.0034],[-61.36561,15.86786],[-61.31893,15.8675],[-61.3193,15.82232],[-61.22596,15.82157],[-61.22557,15.86675],[-61.17888,15.86636],[-61.17767,16.0019]],[[-60.988,16.27147],[-60.98728,16.36171],[-61.0808,16.3624],[-61.08116,16.31736],[-61.12802,16.3177],[-61.12837,16.27262],[-61.22194,16.27332],[-61.22156,16.31857],[-61.26832,16.31891],[-61.26796,16.36415],[-61.36151,16.36483],[-61.36043,16.50042],[-61.40723,16.50076],[-61.40685,16.54596],[-61.50054,16.54665],[-61.5009,16.50146],[-61.54771,16.5018],[-61.54843,16.41128],[-61.82903,16.41333],[-61.83118,16.14207],[-61.78399,16.14173],[-61.78542,15.96105],[-61.73851,15.9607],[-61.73887,15.91557],[-61.69206,15.91523],[-61.69278,15.82495],[-61.5528,15.82392],[-61.55028,16.14033],[-61.50366,16.13997],[-61.50329,16.18516],[-61.31626,16.18378],[-61.31591,16.22887],[-61.12887,16.22748],[-61.12923,16.18224],[-61.17604,16.18259],[-61.17641,16.13737],[-61.08288,16.13668],[-61.08181,16.27216],[-60.988,16.27147]],[[-62.95273,18.1339],[-63.09453,18.13388],[-63.0945,18.0887],[-63.18901,18.08862],[-63.18897,18.04343],[-63.09448,18.0435],[-63.09446,17.9983],[-63.04723,17.99832],[-63.04724,18.04352],[-63,18.04352],[-63,18.08871],[-62.95274,18.08871],[-62.95273,18.1339]],[[8.51363,42.30705],[8.57402,42.3039],[8.56975,42.25908],[8.50941,42.26223],[8.49679,42.12776],[8.55699,42.12461],[8.55275,42.0798],[8.67305,42.07342],[8.66873,42.02861],[8.60863,42.03181],[8.60435,41.987],[8.54429,41.99017],[8.53165,41.85575],[8.65149,41.84939],[8.63864,41.71501],[8.75819,41.70853],[8.74077,41.5294],[8.80036,41.52612],[8.79598,41.48135],[8.97456,41.47132],[8.97005,41.42656],[9.02952,41.42315],[9.02498,41.37839],[9.14381,41.37148],[9.13918,41.32673],[9.31724,41.31612],[9.33633,41.4951],[9.39584,41.49148],[9.44943,41.98384],[9.50943,41.98016],[9.51439,42.02493],[9.57444,42.02121],[9.6097,42.33463],[9.54934,42.33837],[9.57958,42.60711],[9.51894,42.61083],[9.52396,42.65563],[9.46326,42.65932],[9.47324,42.74893],[9.53403,42.74524],[9.54919,42.87965],[9.48826,42.88336],[9.50335,43.0178],[9.44227,43.02148],[9.44727,43.0663],[9.38613,43.06995],[9.38118,43.02513],[9.32009,43.02874],[9.29082,42.75982],[9.04749,42.77386],[9.03816,42.68421],[8.91664,42.69101],[8.91208,42.64618],[8.79063,42.65284],[8.78617,42.60801],[8.66478,42.61452],[8.65606,42.52485],[8.59545,42.52805],[8.58257,42.39355],[8.52209,42.39671],[8.51363,42.30705]],[[-2.43427,46.68652],[-2.369,46.6896],[-2.36456,46.64468],[-2.2341,46.65072],[-2.24278,46.74056],[-2.30812,46.73756],[-2.31252,46.78248],[-2.44328,46.77635],[-2.43427,46.68652]],[[6.74816,43.14909],[6.76279,43.37372],[6.94755,43.36714],[6.95371,43.45695],[7.01539,43.45472],[7.01853,43.49964],[7.14195,43.495],[7.14519,43.53992],[7.20695,43.53754],[7.21024,43.58247],[7.14844,43.58485],[7.15169,43.62977],[7.27539,43.62497],[7.27874,43.6699],[7.40251,43.66495],[7.40597,43.70987],[7.52981,43.70479],[7.54408,43.88446],[7.60618,43.88186],[7.60981,43.92678],[7.67196,43.92414],[7.67934,44.01398],[7.74158,44.01129],[7.75283,44.14605],[7.69045,44.14874],[7.69416,44.19367],[7.50681,44.20153],[7.50324,44.1566],[7.25356,44.16657],[7.25693,44.21151],[7.13196,44.21629],[7.13523,44.26124],[7.01014,44.26588],[7.01651,44.35577],[6.95386,44.35804],[6.9633,44.4929],[6.90049,44.49514],[6.9036,44.5401],[6.96646,44.53786],[6.97596,44.67272],[7.10196,44.66812],[7.10852,44.75803],[7.04542,44.76035],[7.0519,44.85027],[6.9887,44.85256],[6.9919,44.89752],[6.80211,44.90418],[6.81128,45.03908],[6.68442,45.04335],[6.69036,45.13329],[6.81742,45.12901],[6.81434,45.08404],[6.87782,45.08185],[6.88094,45.12682],[7.00797,45.12232],[7.0112,45.16728],[7.07475,45.16498],[7.07804,45.20994],[7.14164,45.2076],[7.15168,45.34248],[7.21543,45.34009],[7.22226,45.43001],[7.1584,45.4324],[7.16177,45.47736],[7.09786,45.47971],[7.10118,45.52468],[7.03722,45.52699],[7.04706,45.66189],[6.9188,45.66643],[6.92198,45.7114],[6.85779,45.71362],[6.86408,45.80356],[6.99267,45.79908],[6.99592,45.84405],[7.06026,45.84175],[7.07355,46.02161],[7.009,46.02391],[7.01228,46.06888],[6.94768,46.07115],[6.95415,46.16108],[6.82472,46.16552],[6.82786,46.21049],[6.89263,46.20829],[6.90224,46.3432],[6.83731,46.3454],[6.84363,46.43534],[6.45328,46.44782],[6.45044,46.40284],[6.25536,46.40857],[6.25,46.3186],[6.18508,46.32044],[6.19032,46.41041],[6.12528,46.41221],[6.13044,46.50218],[6.19559,46.50038],[6.20087,46.59035],[6.26612,46.58851],[6.26883,46.63349],[6.33413,46.63161],[6.33689,46.67659],[6.40224,46.67467],[6.40506,46.71965],[6.47045,46.71769],[6.48489,46.94257],[6.61622,46.93852],[6.61923,46.98349],[6.68494,46.98141],[6.68801,47.02638],[6.75377,47.02426],[6.76004,47.11419],[6.89176,47.10983],[6.89827,47.19975],[6.96423,47.19751],[6.97087,47.28742],[7.10299,47.28282],[7.10988,47.37272],[6.97753,47.37733],[6.98087,47.42228],[7.0471,47.41999],[7.0505,47.46494],[7.11678,47.4626],[7.11333,47.41767],[7.23251,47.41328],[7.23181,47.4044],[7.25829,47.40343],[7.259,47.4123],[7.44437,47.40548],[7.44811,47.45042],[7.51435,47.44786],[7.51739,47.48381],[7.53064,47.4833],[7.53141,47.49228],[7.58444,47.49021],[7.59062,47.5621],[7.60389,47.56157],[7.60544,47.57954],[7.65856,47.57743],[7.66249,47.62236],[7.59603,47.625],[7.62414,47.94845],[7.63746,47.94793],[7.64218,48.00183],[7.62884,48.00236],[7.64298,48.16405],[7.71011,48.16139],[7.72216,48.29612],[7.78946,48.29341],[7.80752,48.49097],[7.84803,48.48932],[7.8472,48.48034],[7.87421,48.47923],[7.87505,48.48821],[7.88856,48.48766],[7.89023,48.50562],[7.87672,48.50617],[7.87755,48.51515],[7.85053,48.51626],[7.85302,48.54319],[7.89358,48.54153],[7.89778,48.58642],[7.91132,48.58586],[7.91216,48.59484],[7.92569,48.59428],[7.92485,48.5853],[7.95191,48.58418],[7.95616,48.62906],[7.91553,48.63075],[7.91469,48.62177],[7.88761,48.62289],[7.89012,48.64982],[7.95787,48.64702],[7.96213,48.6919],[8.02992,48.68906],[8.03772,48.76984],[8.05129,48.76927],[8.05216,48.77824],[8.10648,48.77593],[8.10912,48.80286],[8.12271,48.80227],[8.12447,48.82022],[8.17884,48.81788],[8.18778,48.90762],[8.25584,48.90465],[8.26492,48.99437],[8.12856,49.00028],[8.133,49.04515],[7.99649,49.05091],[8.00082,49.09578],[7.72748,49.10685],[7.7242,49.07094],[7.68322,49.07255],[7.68241,49.06358],[7.65509,49.06464],[7.6567,49.08259],[7.62937,49.08365],[7.63017,49.09263],[7.56183,49.09524],[7.56262,49.10422],[7.54895,49.10473],[7.54974,49.11371],[7.53607,49.11423],[7.53764,49.13218],[7.52396,49.1327],[7.5271,49.1686],[7.51341,49.16911],[7.5142,49.17809],[7.45943,49.18013],[7.46098,49.19808],[7.41989,49.1996],[7.41912,49.19062],[7.36434,49.19262],[7.36358,49.18365],[7.34989,49.18414],[7.34762,49.15721],[7.30656,49.15869],[7.30581,49.14971],[7.29213,49.1502],[7.29138,49.14122],[7.22296,49.14365],[7.22223,49.13467],[7.20855,49.13515],[7.20928,49.14413],[7.14085,49.1465],[7.14157,49.15548],[7.12788,49.15595],[7.12859,49.16493],[7.04644,49.16772],[7.04714,49.1767],[7.06084,49.17624],[7.06225,49.19419],[7.04855,49.19466],[7.04925,49.20363],[7.00815,49.20501],[7.00884,49.21399],[6.99514,49.21444],[6.99583,49.22342],[6.95471,49.22478],[6.95539,49.23376],[6.90055,49.23555],[6.89987,49.22657],[6.88616,49.22701],[6.88683,49.23599],[6.8457,49.23731],[6.84503,49.22833],[6.81761,49.2292],[6.81562,49.20226],[6.82932,49.20183],[6.82733,49.17489],[6.79993,49.17576],[6.80059,49.18474],[6.77319,49.1856],[6.77254,49.17662],[6.74514,49.17747],[6.74905,49.23135],[6.70791,49.23263],[6.70985,49.25957],[6.69613,49.25999],[6.69677,49.26897],[6.68305,49.26939],[6.68369,49.27837],[6.69741,49.27795],[6.69805,49.28693],[6.68433,49.28735],[6.68497,49.29633],[6.65751,49.29716],[6.65814,49.30614],[6.64441,49.30656],[6.64505,49.31554],[6.61758,49.31636],[6.61947,49.3433],[6.60572,49.34371],[6.60635,49.35269],[6.6201,49.35228],[6.62199,49.37922],[6.60824,49.37963],[6.60949,49.39759],[6.58198,49.39841],[6.58385,49.42535],[6.57009,49.42575],[6.57071,49.43473],[6.55694,49.43514],[6.55756,49.44412],[6.53002,49.44492],[6.53064,49.4539],[6.51687,49.4543],[6.51748,49.46328],[6.48993,49.46408],[6.49054,49.47306],[6.47676,49.47345],[6.47737,49.48243],[6.4498,49.48322],[6.45041,49.4922],[6.40905,49.49337],[6.40846,49.48439],[6.39467,49.48478],[6.39408,49.4758],[6.3803,49.47618],[6.38089,49.48516],[6.32576,49.48669],[6.32634,49.49567],[6.31255,49.49605],[6.31313,49.50503],[6.29934,49.5054],[6.29992,49.51438],[6.27234,49.51513],[6.27291,49.52411],[6.20394,49.52595],[6.20338,49.51697],[6.18959,49.51734],[6.19014,49.52632],[6.16255,49.52704],[6.162,49.51806],[6.13441,49.51878],[6.13387,49.5098],[6.12007,49.51015],[6.11953,49.50117],[6.10574,49.50153],[6.10466,49.48356],[6.07709,49.48427],[6.07655,49.47529],[6.0352,49.47633],[6.03467,49.46735],[6.00711,49.46804],[6.00764,49.47702],[5.99385,49.47736],[5.99542,49.5043],[5.96784,49.50498],[5.96836,49.51396],[5.8718,49.51629],[5.87281,49.53425],[5.85901,49.53458],[5.86001,49.55254],[5.8324,49.55319],[5.83289,49.56217],[5.80528,49.56281],[5.80577,49.57179],[5.73672,49.57337],[5.73576,49.5554],[5.69434,49.55633],[5.69481,49.56531],[5.62577,49.56683],[5.62531,49.55784],[5.6115,49.55814],[5.61059,49.54018],[5.52777,49.54193],[5.52733,49.53295],[5.48592,49.53381],[5.49028,49.62363],[5.42115,49.62502],[5.42327,49.66993],[5.35408,49.67129],[5.35614,49.7162],[5.21762,49.7188],[5.21957,49.76371],[5.15024,49.76495],[5.15213,49.80986],[4.94395,49.81335],[4.94909,49.94806],[4.87951,49.94915],[4.88283,50.03895],[4.95253,50.03785],[4.95772,50.17253],[4.88783,50.17362],[4.8895,50.21851],[4.74958,50.22057],[4.74803,50.17569],[4.67813,50.17666],[4.67517,50.08688],[4.60539,50.08781],[4.60256,49.99801],[4.25424,50.00207],[4.25469,50.02003],[4.26862,50.01989],[4.26885,50.02887],[4.28279,50.02873],[4.28302,50.03771],[4.29696,50.03756],[4.29742,50.05552],[4.31137,50.05537],[4.31229,50.09129],[4.29833,50.09144],[4.29879,50.1094],[4.28483,50.10955],[4.28551,50.13649],[4.27154,50.13663],[4.27222,50.16357],[4.25824,50.16371],[4.25846,50.17269],[4.24448,50.17283],[4.2447,50.18181],[4.23072,50.18195],[4.23094,50.19093],[4.24492,50.19079],[4.24514,50.19977],[4.25913,50.19963],[4.25935,50.20861],[4.27334,50.20846],[4.27357,50.21744],[4.28756,50.21729],[4.28802,50.23525],[4.30202,50.2351],[4.30294,50.27102],[4.28893,50.27116],[4.28939,50.28912],[4.27538,50.28926],[4.27583,50.30722],[4.26181,50.30736],[4.26204,50.31634],[4.234,50.31662],[4.23422,50.3256],[4.22019,50.32574],[4.22041,50.33472],[4.17833,50.33513],[4.17854,50.3441],[4.15049,50.34437],[4.15069,50.35335],[4.13666,50.35348],[4.13686,50.36245],[4.12283,50.36258],[4.12303,50.37156],[4.10899,50.37168],[4.10919,50.38066],[4.09515,50.38079],[4.09535,50.38976],[4.0813,50.38989],[4.0815,50.39886],[4.06745,50.39899],[4.06764,50.40796],[3.98337,50.40866],[3.98319,50.39969],[3.94106,50.40001],[3.94089,50.39104],[3.88472,50.39145],[3.88488,50.40043],[3.75848,50.40127],[3.75861,50.41025],[3.74457,50.41033],[3.74549,50.47317],[3.73143,50.47325],[3.73169,50.4912],[3.71762,50.49128],[3.71775,50.50026],[3.70367,50.50034],[3.7038,50.50932],[3.68973,50.5094],[3.68985,50.51837],[3.67577,50.51845],[3.67589,50.52742],[3.66181,50.5275],[3.66193,50.53647],[3.64785,50.53655],[3.64796,50.54552],[3.59162,50.54581],[3.59173,50.55478],[3.57764,50.55485],[3.57774,50.56382],[3.56365,50.56389],[3.56375,50.57286],[3.52147,50.57305],[3.52156,50.58202],[3.43699,50.58235],[3.43691,50.57337],[3.40872,50.57347],[3.40858,50.55552],[3.36631,50.55565],[3.36651,50.58258],[3.35241,50.58262],[3.35279,50.63647],[3.33868,50.6365],[3.33929,50.72624],[3.32515,50.72628],[3.32521,50.73525],[3.31107,50.73529],[3.31112,50.74426],[3.29698,50.74429],[3.29704,50.75327],[3.28289,50.7533],[3.28294,50.76227],[3.26879,50.7623],[3.26884,50.77128],[3.25469,50.77131],[3.25474,50.78028],[3.24059,50.78031],[3.24067,50.79825],[3.22652,50.79828],[3.2266,50.81622],[3.21244,50.81625],[3.21247,50.82522],[3.19831,50.82524],[3.19835,50.83421],[3.17001,50.83425],[3.17004,50.84323],[3.07085,50.84332],[3.07084,50.83435],[3.04251,50.83436],[3.0425,50.82539],[2.98584,50.8254],[2.98584,50.81643],[2.95752,50.81642],[2.95753,50.80745],[2.94337,50.80744],[2.94338,50.79847],[2.90091,50.79844],[2.90092,50.78947],[2.88677,50.78946],[2.88679,50.78049],[2.87264,50.78047],[2.87266,50.7715],[2.85851,50.77149],[2.85849,50.78046],[2.84433,50.78044],[2.84431,50.78941],[2.83015,50.7894],[2.83009,50.80734],[2.81593,50.80732],[2.8159,50.81629],[2.80174,50.81627],[2.80166,50.83421],[2.7875,50.83419],[2.78746,50.84316],[2.77329,50.84314],[2.77325,50.85211],[2.75908,50.85208],[2.75903,50.86105],[2.71651,50.86096],[2.71646,50.86993],[2.6881,50.86987],[2.68782,50.91472],[2.70201,50.91475],[2.70191,50.93269],[2.7161,50.93273],[2.71595,50.95964],[2.70175,50.9596],[2.70159,50.98651],[2.68737,50.98648],[2.68721,51.01339],[2.67299,51.01335],[2.67293,51.02232],[2.65871,51.02228],[2.65865,51.03125],[2.64442,51.03121],[2.64404,51.08502],[2.6298,51.08498],[2.62967,51.10291],[2.61542,51.10287],[2.61535,51.11184],[2.57262,51.1117],[2.57246,51.12963],[2.50121,51.12937],[2.50166,51.08453],[2.07453,51.08211],[2.07536,51.03727],[1.93313,51.03614],[1.9337,51.00923],[1.91949,51.00911],[1.91968,51.00014],[1.90547,51.00002],[1.90567,50.99105],[1.72094,50.9893],[1.72186,50.95343],[1.70766,50.95328],[1.70789,50.94431],[1.65111,50.94371],[1.65232,50.89887],[1.51049,50.89725],[1.51316,50.80756],[1.58395,50.80838],[1.58521,50.76353],[1.51449,50.7627],[1.5282,50.29605],[1.51419,50.29589],[1.51524,50.25998],[1.50124,50.25981],[1.50203,50.23288],[1.48804,50.2327],[1.48857,50.21475],[1.47458,50.21458],[1.47566,50.17866],[1.46168,50.17849],[1.4625,50.15155],[1.44853,50.15138],[1.44962,50.11546],[1.43566,50.11529],[1.43594,50.10631],[1.42197,50.10613],[1.42225,50.09715],[1.39434,50.09679],[1.39462,50.08781],[1.25507,50.0859],[1.25661,50.04101],[1.18689,50.04],[1.18849,49.9951],[1.11885,49.99405],[1.1205,49.94915],[0.84219,49.94456],[0.84409,49.89966],[0.49658,49.89303],[0.49878,49.84814],[0.42935,49.8467],[0.43161,49.8018],[0.29288,49.7988],[0.29526,49.7539],[0.15667,49.75075],[0.15917,49.70585],[0.08994,49.70422],[0.09503,49.61442],[0.02593,49.61275],[0.0389,49.38822],[-0.0299,49.38652],[-0.02726,49.3416],[-0.30216,49.3344],[-0.30504,49.37931],[-0.78633,49.36518],[-0.78963,49.41007],[-0.92722,49.40568],[-0.93064,49.45057],[-1.13715,49.44369],[-1.14076,49.48856],[-1.07187,49.4909],[-1.07543,49.53577],[-1.21332,49.53106],[-1.21701,49.57593],[-1.14801,49.57831],[-1.15892,49.71291],[-1.29728,49.7081],[-1.30105,49.75296],[-1.50873,49.74545],[-1.50477,49.70059],[-1.71221,49.69273],[-1.71634,49.73758],[-1.85471,49.73214],[-1.85897,49.77698],[-1.99744,49.77137],[-1.98431,49.63686],[-1.91526,49.63968],[-1.88532,49.32572],[-1.74804,49.3312],[-1.73568,49.19659],[-1.6672,49.19927],[-1.65911,49.10952],[-1.72747,49.10685],[-1.71929,49.01709],[-1.65105,49.01976],[-1.62707,48.75044],[-1.69492,48.74778],[-1.68685,48.658],[-1.75461,48.65531],[-1.76279,48.74509],[-2.10208,48.73106],[-2.09769,48.68618],[-2.23324,48.6803],[-2.23774,48.72517],[-2.37337,48.71913],[-2.36876,48.67426],[-2.4365,48.67119],[-2.44118,48.71606],[-2.50897,48.71294],[-2.50424,48.66808],[-2.63969,48.66173],[-2.63002,48.57201],[-2.69762,48.56879],[-2.71231,48.70336],[-2.84783,48.69678],[-2.86295,48.83132],[-2.93086,48.82797],[-2.9411,48.91764],[-3.00913,48.91424],[-3.01432,48.95908],[-3.15046,48.95216],[-3.14516,48.90733],[-3.34913,48.89667],[-3.35461,48.94149],[-3.69466,48.92293],[-3.67163,48.74371],[-3.73938,48.73989],[-3.74518,48.7847],[-3.81298,48.78084],[-3.80712,48.73604],[-3.87485,48.73215],[-3.88077,48.77695],[-3.94854,48.77302],[-3.95453,48.81781],[-4.09017,48.80982],[-4.07798,48.72025],[-4.61918,48.68681],[-4.61264,48.64205],[-4.81524,48.62889],[-4.80854,48.58413],[-4.876,48.57967],[-4.86252,48.49016],[-4.99716,48.48114],[-5.00401,48.52589],[-5.20606,48.51206],[-5.18504,48.37785],[-5.11788,48.38248],[-5.11095,48.33773],[-4.97669,48.34688],[-4.96311,48.25737],[-4.76197,48.27079],[-4.75537,48.22601],[-4.68835,48.23041],[-4.66877,48.09607],[-5.00287,48.07378],[-4.9893,47.98426],[-4.65576,48.00651],[-4.64928,47.96172],[-4.5159,47.97035],[-4.50953,47.92556],[-4.44288,47.92981],[-4.41776,47.75061],[-4.35132,47.75481],[-4.34512,47.71],[-4.27873,47.71416],[-4.21232,47.71829],[-4.21841,47.7631],[-4.08546,47.77124],[-4.06756,47.63678],[-3.86856,47.64867],[-3.88015,47.73834],[-3.61423,47.7537],[-3.60865,47.70886],[-3.54223,47.71258],[-3.52569,47.57805],[-3.3931,47.5854],[-3.40388,47.67512],[-3.33746,47.67875],[-3.33212,47.63389],[-3.26575,47.63747],[-3.26047,47.59261],[-3.19415,47.59616],[-3.17854,47.46155],[-3.11238,47.46505],[-3.10725,47.42017],[-3.04112,47.42363],[-3.05128,47.51338],[-2.91879,47.5202],[-2.91382,47.47532],[-2.84761,47.47867],[-2.8427,47.43378],[-2.77655,47.43709],[-2.7814,47.48198],[-2.71518,47.48525],[-2.71038,47.44036],[-2.64421,47.4436],[-2.63475,47.3538],[-2.56869,47.35699],[-2.56402,47.31209],[-2.63003,47.30891],[-2.62532,47.26401],[-2.55937,47.26719],[-2.55471,47.22229],[-2.35695,47.23162],[-2.35247,47.18671],[-2.28659,47.18974],[-2.27777,47.09991],[-2.21199,47.10288],[-2.20765,47.05798],[-2.4048,47.04891],[-2.4003,47.004],[-2.33464,47.00706],[-2.32577,46.91723],[-2.19466,46.92322],[-2.18173,46.78845],[-2.11632,46.79139],[-2.11208,46.74646],[-2.04672,46.74936],[-2.03837,46.6595],[-1.97311,46.66235],[-1.969,46.61742],[-1.90378,46.62023],[-1.89165,46.48543],[-1.82659,46.48819],[-1.82261,46.44326],[-1.7576,46.44598],[-1.75368,46.40104],[-1.62374,46.40639],[-1.61994,46.36144],[-1.49008,46.36663],[-1.48639,46.32168],[-1.35662,46.32672],[-1.35304,46.28177],[-1.61235,46.27155],[-1.60478,46.18165],[-1.54006,46.18426],[-1.53634,46.13931],[-1.40701,46.14441],[-1.4034,46.09945],[-1.46801,46.09692],[-1.45342,45.91711],[-1.38901,45.91963],[-1.38543,45.87468],[-1.32107,45.87716],[-1.30351,45.65237],[-1.17529,45.6572],[-1.1719,45.61224],[-1.23596,45.60985],[-1.23253,45.56489],[-1.16852,45.56728],[-1.16176,45.47736],[-1.22567,45.47497],[-1.19846,45.11531],[-1.26195,45.1129],[-1.24147,44.84318],[-1.30465,44.84074],[-1.27384,44.43622],[-1.33657,44.43377],[-1.3194,44.20907],[-1.38187,44.20659],[-1.36803,44.02686],[-1.4303,44.02435],[-1.41636,43.84464],[-1.47843,43.84211],[-1.46438,43.66243],[-1.52625,43.65987],[-1.51916,43.57004],[-1.58093,43.56745],[-1.57734,43.52254],[-1.63906,43.51991],[-1.63181,43.4301],[-1.81663,43.42203],[-1.80537,43.28734],[-1.68245,43.29274],[-1.6788,43.24784],[-1.61738,43.25049],[-1.61379,43.20559],[-1.55241,43.2082],[-1.55595,43.2531],[-1.43308,43.25822],[-1.42618,43.16841],[-1.48753,43.16587],[-1.48056,43.07607],[-1.5418,43.07351],[-1.53828,43.02861],[-1.47708,43.03118],[-1.47361,42.98628],[-1.29013,42.99376],[-1.29346,43.03866],[-1.23225,43.04109],[-1.22896,42.99619],[-1.10661,43.00093],[-1.10343,42.95603],[-0.98115,42.96063],[-0.97806,42.91572],[-0.79475,42.92236],[-0.79181,42.87745],[-0.73075,42.87959],[-0.72786,42.83468],[-0.66684,42.83678],[-0.664,42.79187],[-0.60302,42.79394],[-0.60024,42.74903],[-0.35646,42.75694],[-0.35905,42.80186],[-0.23705,42.80562],[-0.23455,42.7607],[-0.17358,42.76252],[-0.17113,42.7176],[-0.11021,42.71939],[-0.10781,42.67447],[0.2575,42.68446],[0.25961,42.63953],[0.5639,42.6469],[0.56202,42.69183],[0.62293,42.6932],[0.62476,42.64827],[0.68563,42.6496],[0.68384,42.69453],[0.74476,42.69584],[0.74302,42.74077],[0.68205,42.73947],[0.67847,42.82935],[0.80059,42.83192],[0.80229,42.78698],[0.86331,42.78821],[0.86496,42.74327],[1.10886,42.74786],[1.11178,42.65797],[1.23356,42.66005],[1.2322,42.70496],[1.29314,42.70599],[1.29445,42.66104],[1.35535,42.662],[1.35661,42.61705],[1.41746,42.61797],[1.41868,42.57303],[1.54029,42.57476],[1.53917,42.6197],[1.60002,42.62052],[1.6011,42.57557],[1.72272,42.5771],[1.72371,42.53215],[1.66294,42.53141],[1.66397,42.48647],[1.72469,42.48721],[1.72567,42.44227],[1.90769,42.44429],[1.90937,42.35442],[1.96995,42.35502],[1.97074,42.31009],[2.09182,42.31119],[2.09112,42.35613],[2.15171,42.35663],[2.15106,42.40157],[2.33297,42.40286],[2.33348,42.35792],[2.45466,42.35861],[2.45508,42.31367],[2.69726,42.31464],[2.6968,42.40452],[2.87872,42.40488],[2.87863,42.44982],[3.00001,42.44989],[3.00001,42.40495],[3.24257,42.40467],[3.24276,42.44961],[3.18207,42.44974],[3.18235,42.53963],[3.12157,42.53971],[3.12166,42.58466],[3.06083,42.58471],[3.06112,42.85445],[3.12223,42.8544],[3.12242,42.94432],[3.06121,42.94438],[3.06126,42.98934],[3.12251,42.98929],[3.1227,43.07923],[3.18405,43.07914],[3.18419,43.12411],[3.24559,43.12399],[3.24578,43.16896],[3.30722,43.1688],[3.30746,43.21378],[3.36895,43.21358],[3.36924,43.25856],[3.55385,43.25777],[3.55428,43.30275],[3.61587,43.30241],[3.61635,43.34739],[3.73961,43.34662],[3.74019,43.3916],[3.80186,43.39116],[3.80249,43.43614],[3.86422,43.43566],[3.86489,43.48065],[3.98843,43.47959],[3.98921,43.52457],[4.05103,43.52399],[4.0502,43.47901],[4.11197,43.47839],[4.1111,43.43341],[4.5431,43.42812],[4.54069,43.33818],[4.78713,43.33439],[4.78573,43.28942],[4.90884,43.28731],[4.91033,43.33228],[4.97193,43.33117],[4.97039,43.28621],[5.2781,43.28016],[5.27633,43.2352],[5.21484,43.23648],[5.21312,43.19152],[5.336,43.18893],[5.33418,43.14398],[5.45695,43.14125],[5.45887,43.1862],[5.5203,43.18479],[5.51834,43.13983],[5.64109,43.13686],[5.63904,43.09195],[5.70037,43.09043],[5.69827,43.04549],[5.75954,43.04393],[5.7574,42.99899],[5.87985,42.99578],[5.88208,43.04072],[6.06587,43.03564],[6.06349,42.99071],[6.1247,42.98895],[6.12227,42.94401],[6.30573,42.93853],[6.30829,42.98345],[6.36948,42.98155],[6.36687,42.93663],[6.42801,42.93469],[6.43067,42.97962],[6.55303,42.97564],[6.55855,43.06548],[6.436,43.06947],[6.43867,43.11439],[6.68394,43.10628],[6.68681,43.15121],[6.74816,43.14909]],[[-2.90885,47.43044],[-3.04112,47.42363],[-3.031,47.33387],[-2.96498,47.33727],[-2.95999,47.29241],[-2.76204,47.30242],[-2.76687,47.34731],[-2.83291,47.34401],[-2.8378,47.3889],[-2.9039,47.38555],[-2.90885,47.43044]],[[-3.15271,47.23718],[-3.02092,47.24411],[-3.031,47.33387],[-3.09702,47.33042],[-3.10213,47.3753],[-3.16819,47.3718],[-3.17336,47.41668],[-3.30556,47.40957],[-3.28974,47.27497],[-3.15786,47.28205],[-3.15271,47.23718]],[[-1.91545,48.91912],[-1.90698,48.82936],[-1.70301,48.83756],[-1.71114,48.92733],[-1.91545,48.91912]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN, CRAIG, Mégalis Bretagne"},{"id":"fr.orthohr.2013","name":"Ortho HR 2013","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2013/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[2.4955,44.65295],[2.55856,44.65322],[2.55821,44.69824],[2.62132,44.69847],[2.62041,44.83352],[2.68368,44.83371],[2.68342,44.87873],[2.74674,44.87889],[2.74694,44.83388],[2.81021,44.834],[2.81036,44.78899],[2.87357,44.78908],[2.87387,44.65403],[2.93694,44.65409],[2.93699,44.60907],[3,44.60909],[3,44.6541],[3.06306,44.65409],[3.06321,44.78913],[3.12643,44.78908],[3.12653,44.83409],[3.25306,44.83388],[3.25347,44.92391],[3.3802,44.92355],[3.37959,44.83352],[3.44285,44.83328],[3.4425,44.78827],[3.75855,44.78655],[3.75794,44.74154],[3.94741,44.74008],[3.94817,44.78509],[4.07458,44.78394],[4.07544,44.82895],[4.20194,44.82765],[4.20387,44.91768],[4.33057,44.91623],[4.33271,45.00626],[4.39616,45.00548],[4.39841,45.0955],[4.46196,45.09469],[4.46313,45.1397],[4.52673,45.13885],[4.53043,45.27389],[4.46668,45.27474],[4.46786,45.31975],[4.40406,45.32057],[4.40519,45.36559],[4.34133,45.36637],[4.34242,45.41139],[4.08676,45.41416],[4.08588,45.36914],[4.02201,45.36974],[4.02533,45.54982],[3.96125,45.55038],[3.96281,45.64042],[3.83445,45.64145],[3.83581,45.73149],[3.77152,45.73195],[3.77467,45.95706],[3.83922,45.9566],[3.84336,46.22673],[3.90823,46.22623],[3.90898,46.27126],[4.03882,46.27015],[4.0431,46.49524],[3.97792,46.49582],[3.97872,46.54084],[3.78299,46.54234],[3.78429,46.63238],[3.71894,46.63281],[3.72013,46.72285],[3.65467,46.72324],[3.65521,46.76826],[3.52417,46.76893],[3.52374,46.72391],[3.1964,46.72494],[3.19657,46.76996],[3.06552,46.77011],[3.06558,46.81513],[2.86885,46.81507],[2.86896,46.77005],[2.67239,46.76966],[2.67266,46.72464],[2.6072,46.72444],[2.60752,46.67942],[2.54211,46.67917],[2.54324,46.54411],[2.28225,46.54277],[2.28284,46.49775],[2.21765,46.49732],[2.21959,46.36226],[2.28462,46.36269],[2.28521,46.31767],[2.35018,46.31806],[2.35072,46.27303],[2.41564,46.27338],[2.41612,46.22836],[2.481,46.22868],[2.48227,46.09361],[2.54699,46.09388],[2.5481,45.95881],[2.48354,45.95854],[2.48396,45.91351],[2.41946,45.9132],[2.41994,45.86818],[2.35549,45.86783],[2.35654,45.77778],[2.42088,45.77813],[2.42135,45.73311],[2.48565,45.73342],[2.48606,45.68839],[2.42182,45.68808],[2.42323,45.55301],[2.48731,45.55333],[2.48815,45.46328],[2.36019,45.46262],[2.36071,45.4176],[2.29678,45.41722],[2.29792,45.32718],[2.23409,45.32676],[2.23471,45.28174],[2.17094,45.28129],[2.17361,45.10121],[2.04649,45.1002],[2.05107,44.83011],[2.11433,44.83063],[2.11786,44.60557],[2.49591,44.60794],[2.4955,44.65295]],[[-2.31253,46.78247],[-2.44329,46.77634],[-2.43428,46.68652],[-2.36901,46.68959],[-2.36456,46.64468],[-2.23411,46.65071],[-2.24278,46.74056],[-2.30812,46.73755],[-2.31253,46.78247]],[[-3.19415,47.59616],[-3.17336,47.41668],[-3.30556,47.40957],[-3.28974,47.27497],[-3.15786,47.28205],[-3.15271,47.23718],[-3.02092,47.24411],[-3.03101,47.33387],[-2.89896,47.34066],[-2.89402,47.29578],[-2.76204,47.30241],[-2.76687,47.34731],[-2.83292,47.344],[-2.83781,47.38889],[-2.9039,47.38555],[-2.90886,47.43043],[-3.04112,47.42363],[-3.05128,47.51338],[-2.91879,47.5202],[-2.91382,47.47532],[-2.84761,47.47867],[-2.8427,47.43378],[-2.77655,47.43709],[-2.7814,47.48198],[-2.71518,47.48525],[-2.71038,47.44036],[-2.64421,47.4436],[-2.63948,47.3987],[-2.57335,47.40189],[-2.55471,47.22229],[-2.35695,47.23162],[-2.35247,47.18671],[-2.28659,47.18974],[-2.27777,47.09991],[-2.1462,47.10585],[-2.14191,47.06093],[-2.07617,47.06384],[-2.06772,46.97399],[-2.13335,46.97108],[-2.13763,47.01601],[-2.20331,47.01306],[-2.20765,47.05798],[-2.4048,47.04891],[-2.4003,47.004],[-2.33464,47.00706],[-2.32577,46.91723],[-2.19466,46.92322],[-2.18173,46.78845],[-2.11632,46.79139],[-2.11208,46.74646],[-2.04672,46.74936],[-2.03837,46.6595],[-1.97311,46.66235],[-1.969,46.61742],[-1.90378,46.62023],[-1.89569,46.53036],[-1.83057,46.53313],[-1.82261,46.44326],[-1.7576,46.44598],[-1.75368,46.40104],[-1.62374,46.40639],[-1.61994,46.36144],[-1.49008,46.36663],[-1.48639,46.32168],[-1.35662,46.32672],[-1.35304,46.28177],[-1.28819,46.28423],[-1.28467,46.23927],[-1.15508,46.24408],[-1.15849,46.28904],[-1.02877,46.29371],[-1.03208,46.33867],[-0.96716,46.34095],[-0.9639,46.29599],[-0.76926,46.3026],[-0.76616,46.25763],[-0.70132,46.25975],[-0.70436,46.30473],[-0.50966,46.3109],[-0.51834,46.44583],[-0.58341,46.44381],[-0.60421,46.75863],[-0.66965,46.75656],[-0.67575,46.8465],[-0.74129,46.84439],[-0.74751,46.93432],[-0.81316,46.93217],[-0.81633,46.97713],[-0.48779,46.98754],[-0.49069,47.03251],[-0.35913,47.03642],[-0.36193,47.08139],[-0.23024,47.08515],[-0.22755,47.04017],[0.03567,47.04723],[0.03071,47.1372],[0.09664,47.13887],[0.09178,47.22884],[0.15782,47.23048],[0.15305,47.32044],[0.21921,47.32205],[0.2122,47.45699],[0.27852,47.45856],[0.27394,47.54853],[0.40682,47.55156],[0.40463,47.59654],[0.53764,47.59942],[0.53557,47.6444],[0.6687,47.64714],[0.66476,47.73711],[0.73144,47.73842],[0.72953,47.7834],[0.79627,47.78468],[0.79254,47.87464],[0.8594,47.87588],[0.85212,48.0558],[0.91921,48.057],[0.91744,48.10198],[0.98459,48.10315],[0.98287,48.14813],[0.91567,48.14696],[0.91389,48.19193],[0.84663,48.19072],[0.84479,48.2357],[0.71017,48.23317],[0.70821,48.27813],[0.57348,48.27545],[0.57141,48.32041],[0.43658,48.31757],[0.42779,48.4974],[0.29252,48.4944],[0.08963,48.4896],[0.09213,48.44465],[-0.04299,48.44126],[-0.0456,48.48621],[-0.11321,48.48445],[-0.11855,48.57434],[-0.25399,48.57071],[-0.38941,48.56693],[-0.38651,48.52199],[-0.52179,48.51806],[-0.85991,48.50755],[-0.86322,48.55247],[-1.13385,48.54337],[-1.09174,48.00425],[-1.22565,47.99952],[-1.21492,47.86472],[-1.28169,47.8623],[-1.27807,47.81736],[-1.34478,47.81491],[-1.34846,47.85984],[-1.54872,47.85224],[-1.54488,47.80731],[-1.67824,47.80206],[-1.67429,47.75714],[-1.87412,47.74898],[-1.87001,47.70406],[-2.00308,47.69844],[-2.02853,47.96789],[-2.0954,47.96501],[-2.09972,48.00991],[-2.16663,48.00699],[-2.17102,48.05189],[-2.10405,48.05481],[-2.10839,48.09971],[-2.24243,48.09382],[-2.25136,48.1836],[-2.3856,48.17755],[-2.39019,48.22243],[-2.45735,48.21935],[-2.4527,48.17446],[-2.5869,48.16818],[-2.5774,48.07842],[-2.64437,48.07522],[-2.65398,48.16498],[-2.85518,48.15515],[-2.86017,48.20002],[-2.99437,48.19327],[-2.99948,48.23813],[-3.20089,48.22771],[-3.19561,48.18286],[-3.32973,48.17573],[-3.39678,48.17211],[-3.40222,48.21695],[-3.67054,48.20207],[-3.66486,48.15724],[-3.79885,48.14958],[-3.7873,48.05993],[-3.72043,48.06377],[-3.70904,47.97411],[-3.57548,47.98167],[-3.56991,47.93683],[-3.43643,47.94423],[-3.43098,47.89938],[-3.56435,47.89199],[-3.52569,47.57805],[-3.3931,47.5854],[-3.40388,47.67512],[-3.33746,47.67875],[-3.33212,47.63389],[-3.26575,47.63747],[-3.26047,47.59261],[-3.19415,47.59616]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN, CRAIG, Mégalis Bretagne"},{"id":"fr.orthohr.2014","name":"Ortho HR 2014","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2014/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[5.05274,43.8697],[4.99056,43.87086],[4.99213,43.91584],[4.80544,43.91908],[4.80686,43.96407],[4.68229,43.96606],[4.68096,43.92107],[4.61872,43.92201],[4.61363,43.74207],[4.42749,43.74467],[4.42525,43.6547],[4.36329,43.65549],[4.36116,43.56553],[4.2993,43.56629],[4.29828,43.52131],[4.17465,43.52272],[4.17282,43.43276],[4.5431,43.42812],[4.54069,43.33817],[4.78712,43.33438],[4.78573,43.28941],[4.90883,43.28731],[4.91032,43.33228],[4.97192,43.33117],[4.97038,43.28621],[5.21656,43.28144],[5.21829,43.3264],[5.27988,43.32512],[5.27632,43.2352],[5.21483,43.23648],[5.21311,43.19152],[5.33599,43.18893],[5.33417,43.14397],[5.45695,43.14125],[5.45886,43.1862],[5.52029,43.18478],[5.51833,43.13983],[5.70246,43.13537],[5.70667,43.22527],[5.76813,43.22371],[5.77678,43.40351],[5.83844,43.40191],[5.84066,43.44687],[5.77895,43.44847],[5.78549,43.58334],[5.72364,43.58491],[5.72577,43.62987],[5.84957,43.62669],[5.85404,43.71662],[5.79205,43.71822],[5.79425,43.76319],[5.7322,43.76476],[5.73006,43.7198],[5.60605,43.72284],[5.60401,43.67787],[5.48009,43.68077],[5.48204,43.72574],[5.35801,43.72849],[5.35987,43.77347],[5.11159,43.77856],[5.11325,43.82354],[5.05112,43.82472],[5.05274,43.8697]],[[7.25692,44.21151],[7.13195,44.21629],[7.13523,44.26123],[7.01014,44.26587],[7.01651,44.35577],[6.95385,44.35804],[6.957,44.40299],[6.83158,44.40743],[6.82853,44.36247],[6.76587,44.36464],[6.76288,44.31968],[6.70026,44.32181],[6.69147,44.18694],[6.62899,44.18902],[6.62612,44.14407],[6.68855,44.14198],[6.67981,44.00713],[6.74209,44.00501],[6.73914,43.96006],[6.80136,43.95792],[6.79837,43.91297],[6.61183,43.9193],[6.60048,43.73951],[6.72445,43.73534],[6.71861,43.64546],[6.78049,43.64332],[6.77753,43.59838],[6.83936,43.59621],[6.83036,43.46142],[7.01538,43.45471],[7.01852,43.49964],[7.14195,43.49499],[7.14519,43.53992],[7.20694,43.53754],[7.21024,43.58246],[7.14844,43.58484],[7.15169,43.62977],[7.27538,43.62497],[7.27874,43.66989],[7.4025,43.66495],[7.40596,43.70987],[7.5298,43.70478],[7.54407,43.88446],[7.60618,43.88185],[7.60981,43.92677],[7.67196,43.92413],[7.67933,44.01397],[7.74158,44.01129],[7.74532,44.05621],[7.68303,44.05889],[7.69415,44.19366],[7.5068,44.20152],[7.50324,44.15659],[7.25355,44.16657],[7.25692,44.21151]],[[-1.55131,48.66325],[-1.75462,48.65531],[-1.7628,48.74509],[-2.10209,48.73105],[-2.0977,48.68617],[-2.23325,48.68029],[-2.22427,48.59054],[-2.15661,48.5935],[-2.15219,48.54861],[-2.08459,48.55153],[-2.08023,48.50664],[-1.94512,48.51235],[-1.94088,48.46746],[-2.00839,48.46463],[-1.99556,48.32995],[-2.1302,48.32418],[-2.12582,48.27929],[-2.19308,48.27635],[-2.18865,48.23146],[-2.25584,48.22849],[-2.25136,48.1836],[-2.31849,48.18059],[-2.29594,47.95613],[-2.16226,47.96209],[-2.12748,47.60284],[-1.99466,47.6086],[-1.99887,47.65352],[-1.5999,47.66992],[-1.60767,47.75977],[-1.2078,47.77484],[-1.21136,47.81978],[-1.14463,47.82216],[-1.15518,47.95697],[-0.95447,47.96389],[-0.96455,48.09871],[-1.03163,48.09643],[-1.04884,48.32108],[-0.98148,48.32337],[-0.98829,48.41322],[-1.05577,48.41093],[-1.0662,48.5457],[-1.20149,48.54099],[-1.2051,48.5859],[-1.27279,48.58349],[-1.26913,48.53858],[-1.472,48.53111],[-1.47967,48.62092],[-1.5474,48.61835],[-1.55131,48.66325]],[[5.11521,49.60374],[5.11479,49.5951],[5.10106,49.59538],[5.09973,49.56806],[5.08626,49.56834],[5.08538,49.55036],[5.07234,49.55063],[5.07146,49.53259],[5.08517,49.53231],[5.08476,49.52373],[5.07058,49.52403],[5.07012,49.51459],[5.05677,49.51486],[5.05546,49.48801],[5.06949,49.48772],[5.06816,49.46046],[5.08226,49.46017],[5.08181,49.45109],[5.0961,49.4508],[5.0944,49.41575],[5.08055,49.41603],[5.08008,49.40647],[5.06579,49.40677],[5.06532,49.39715],[5.07949,49.39685],[5.07909,49.38866],[5.09323,49.38837],[5.09279,49.3795],[5.05154,49.38034],[5.05111,49.37151],[5.03748,49.37179],[5.03661,49.35383],[5.02224,49.35412],[5.01962,49.3002],[5.03441,49.2999],[5.03351,49.2813],[5.00602,49.28187],[5.0056,49.27316],[4.9925,49.27343],[4.99202,49.26352],[4.97855,49.2638],[4.97816,49.25565],[4.95109,49.25621],[4.95069,49.24782],[4.93588,49.24813],[4.93498,49.22954],[4.96267,49.22897],[4.96178,49.21056],[4.97615,49.21027],[4.97572,49.20136],[4.93488,49.20221],[4.93359,49.17545],[4.94708,49.17517],[4.94577,49.14817],[4.96026,49.14787],[4.9594,49.12998],[4.97225,49.12971],[4.97139,49.11178],[4.9858,49.11148],[4.98362,49.06625],[4.99692,49.06597],[4.99649,49.05697],[4.98374,49.05723],[4.98291,49.03999],[4.96964,49.04026],[4.96921,49.03131],[4.95582,49.03158],[4.9549,49.0125],[4.98257,49.01192],[4.98304,49.02163],[5.0241,49.02078],[5.02324,49.00303],[4.99539,49.00361],[4.99495,48.99437],[4.98101,48.99466],[4.98015,48.97667],[5.00792,48.9761],[5.0075,48.9673],[5.02164,48.967],[5.02122,48.95821],[5.00694,48.95851],[5.00607,48.94052],[4.93945,48.9419],[4.93899,48.93228],[4.92522,48.93257],[4.92436,48.91459],[4.91094,48.91487],[4.91051,48.90598],[4.89549,48.90629],[4.89505,48.89714],[4.90939,48.89685],[4.90724,48.852],[4.92258,48.85168],[4.92217,48.84323],[4.90786,48.84352],[4.90741,48.83407],[4.89326,48.83436],[4.89283,48.82537],[4.88,48.82564],[4.87826,48.78928],[4.90492,48.78873],[4.90449,48.77968],[4.93254,48.77909],[4.93213,48.77036],[4.94617,48.77007],[4.94531,48.75206],[4.97241,48.75149],[4.97158,48.73406],[4.99887,48.73349],[4.998,48.71518],[4.98419,48.71547],[4.98248,48.67965],[4.99641,48.67936],[4.99599,48.67054],[4.98276,48.67082],[4.98148,48.64394],[4.99539,48.64365],[4.99497,48.6347],[4.98188,48.63497],[4.981,48.61661],[4.99454,48.61632],[4.99411,48.60728],[5.06203,48.60586],[5.06118,48.58805],[5.10111,48.58722],[5.10071,48.57891],[5.11539,48.57861],[5.11495,48.56937],[5.12827,48.56909],[5.12783,48.55994],[5.14146,48.55965],[5.14106,48.55124],[5.18151,48.55039],[5.18063,48.5319],[5.20826,48.53132],[5.20783,48.52222],[5.23432,48.52167],[5.23392,48.51337],[5.26128,48.5128],[5.26085,48.50386],[5.31486,48.50273],[5.31442,48.49356],[5.32825,48.49327],[5.32783,48.48443],[5.34162,48.48415],[5.34121,48.47545],[5.35433,48.47518],[5.35389,48.46583],[5.39424,48.46499],[5.39296,48.43823],[5.40738,48.43793],[5.40694,48.42857],[5.43347,48.42802],[5.43305,48.41913],[5.46057,48.41855],[5.46017,48.40999],[5.4862,48.40945],[5.48573,48.39975],[5.51389,48.39916],[5.51432,48.40827],[5.52758,48.40799],[5.52844,48.42612],[5.5829,48.42498],[5.58334,48.43426],[5.60929,48.43371],[5.60841,48.41525],[5.63582,48.41468],[5.63753,48.45056],[5.66546,48.44997],[5.66592,48.45956],[5.70487,48.45875],[5.7044,48.44897],[5.73242,48.44838],[5.73284,48.45723],[5.74579,48.45696],[5.74627,48.46693],[5.76072,48.46662],[5.76154,48.48387],[5.77533,48.48359],[5.77747,48.52845],[5.79057,48.52818],[5.79144,48.54637],[5.77858,48.54664],[5.77903,48.55619],[5.73842,48.55704],[5.73886,48.56636],[5.72501,48.56665],[5.72584,48.58391],[5.73981,48.58362],[5.74022,48.5923],[5.75353,48.59203],[5.75397,48.60113],[5.80832,48.59999],[5.81005,48.63603],[5.78278,48.6366],[5.78238,48.62812],[5.76945,48.62839],[5.77032,48.64661],[5.75698,48.64689],[5.75907,48.69076],[5.77287,48.69047],[5.77377,48.70929],[5.75968,48.70958],[5.76054,48.72761],[5.73375,48.72817],[5.73458,48.74569],[5.74812,48.74541],[5.74942,48.77262],[5.76315,48.77234],[5.76358,48.78125],[5.79053,48.78069],[5.79183,48.80798],[5.77895,48.80824],[5.77933,48.81628],[5.79235,48.81601],[5.79412,48.85284],[5.78165,48.8531],[5.78247,48.87004],[5.79548,48.86977],[5.79681,48.89752],[5.77049,48.89807],[5.77133,48.91542],[5.7846,48.91515],[5.78505,48.92445],[5.79902,48.92416],[5.79945,48.93316],[5.82631,48.9326],[5.82675,48.94194],[5.85387,48.94138],[5.85518,48.96859],[5.84189,48.96886],[5.84274,48.98651],[5.82936,48.98678],[5.83022,49.00469],[5.84399,49.0044],[5.84444,49.01364],[5.83061,49.01392],[5.83102,49.02247],[5.84453,49.02219],[5.84493,49.03059],[5.85848,49.0303],[5.85982,49.0582],[5.84601,49.05849],[5.84688,49.07643],[5.83391,49.0767],[5.83563,49.1124],[5.82202,49.11268],[5.82247,49.12209],[5.76863,49.1232],[5.76906,49.132],[5.78232,49.13172],[5.78319,49.1498],[5.76966,49.15008],[5.7701,49.15923],[5.75612,49.15952],[5.75652,49.16793],[5.77054,49.16764],[5.77232,49.2045],[5.73067,49.20536],[5.73149,49.22234],[5.7454,49.22205],[5.74629,49.24055],[5.73318,49.24082],[5.73446,49.2673],[5.76194,49.26673],[5.76241,49.27635],[5.77651,49.27606],[5.77871,49.32157],[5.73774,49.32241],[5.73813,49.3304],[5.75151,49.33012],[5.75326,49.36624],[5.72618,49.36679],[5.72706,49.3848],[5.71336,49.38508],[5.71381,49.39441],[5.70056,49.39469],[5.70187,49.42166],[5.68709,49.42196],[5.68753,49.43091],[5.66083,49.43145],[5.66125,49.44012],[5.60615,49.44125],[5.60573,49.43264],[5.56375,49.4335],[5.56334,49.42487],[5.53545,49.42544],[5.535,49.41609],[5.52214,49.41636],[5.52256,49.42501],[5.50856,49.42529],[5.50903,49.43495],[5.49531,49.43523],[5.49615,49.45258],[5.4825,49.45286],[5.48425,49.48879],[5.49808,49.48851],[5.49855,49.49798],[5.48471,49.49827],[5.48513,49.50702],[5.47112,49.5073],[5.47331,49.55235],[5.45978,49.55263],[5.46066,49.57074],[5.44616,49.57104],[5.44745,49.59743],[5.43338,49.59772],[5.43382,49.6069],[5.42084,49.60717],[5.42128,49.61601],[5.40679,49.6163],[5.4072,49.62489],[5.37944,49.62546],[5.37858,49.60789],[5.36497,49.60817],[5.36455,49.59949],[5.32282,49.60035],[5.32191,49.58175],[5.30814,49.58204],[5.30773,49.57363],[5.29425,49.57391],[5.29382,49.56516],[5.2795,49.56545],[5.27905,49.55627],[5.26567,49.55654],[5.2661,49.56525],[5.23871,49.56581],[5.23917,49.57508],[5.22584,49.57535],[5.22626,49.58393],[5.19742,49.58452],[5.19702,49.57616],[5.16989,49.57672],[5.17032,49.58565],[5.15701,49.58593],[5.15743,49.5944],[5.12921,49.59498],[5.12962,49.60344],[5.11521,49.60374]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN, Mégalis Bretagne"},{"id":"fr.orthohr.2015","name":"Ortho HR 2015","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2015/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[3.00001,44.83417],[3.00001,44.69912],[2.93689,44.6991],[2.93699,44.60908],[3.00001,44.6091],[3.00001,44.56408],[3.06297,44.56407],[3.06272,44.33902],[3.12543,44.33896],[3.12533,44.29396],[3.06267,44.29401],[3.06262,44.249],[3.12523,44.24895],[3.12513,44.20394],[3.18769,44.20386],[3.18755,44.15885],[3.31257,44.15857],[3.31232,44.11356],[3.24986,44.11372],[3.24947,44.02372],[3.3742,44.02337],[3.3739,43.97837],[3.31159,43.97856],[3.31134,43.93357],[3.24907,43.93372],[3.24888,43.88873],[3.18666,43.88885],[3.18651,43.84386],[3.00001,43.84402],[3.00001,43.75403],[2.93793,43.75401],[2.93798,43.70902],[2.87596,43.70896],[2.87606,43.66397],[2.69014,43.6636],[2.56619,43.66318],[2.56721,43.52822],[2.62904,43.52845],[2.62933,43.48346],[2.56755,43.48323],[2.56789,43.43825],[2.50616,43.43799],[2.50577,43.48297],[2.44399,43.48267],[2.44443,43.43769],[2.3827,43.43735],[2.38222,43.48234],[2.19689,43.48112],[2.19752,43.43614],[2.07407,43.43515],[2.07335,43.48014],[2.01158,43.47959],[2.01235,43.43461],[1.88891,43.43341],[1.88804,43.47839],[1.82627,43.47774],[1.82719,43.43276],[1.76547,43.43208],[1.76643,43.3871],[1.70477,43.38638],[1.70578,43.34141],[1.64416,43.34065],[1.64838,43.16077],[1.70981,43.16152],[1.71081,43.11656],[1.83357,43.11796],[1.83448,43.07299],[1.89581,43.07364],[1.89667,43.02867],[1.95796,43.02928],[1.95877,42.98432],[1.89752,42.98371],[1.89923,42.89379],[1.83809,42.89314],[1.84078,42.75828],[1.90178,42.75892],[1.90263,42.71397],[1.96359,42.71458],[2.08551,42.71569],[2.08621,42.67073],[1.96439,42.66962],[1.96519,42.62468],[1.84346,42.62343],[1.7826,42.62275],[1.78354,42.57781],[1.72272,42.5771],[1.72371,42.53215],[1.66294,42.53141],[1.66397,42.48647],[1.72469,42.48721],[1.72567,42.44227],[1.78634,42.44298],[1.90769,42.44429],[1.90937,42.35442],[1.96995,42.35502],[1.97074,42.31009],[2.09182,42.31119],[2.09112,42.35613],[2.15171,42.35663],[2.15106,42.40157],[2.21169,42.40203],[2.33297,42.40286],[2.33348,42.35792],[2.45466,42.35861],[2.45508,42.31367],[2.57617,42.31422],[2.69726,42.31464],[2.6968,42.40452],[2.75744,42.40467],[2.87872,42.40488],[2.87863,42.44982],[3.00001,42.44989],[3.00001,42.40495],[3.12129,42.40488],[3.18193,42.40479],[3.18235,42.53963],[3.12157,42.53971],[3.12166,42.58466],[3.06083,42.58471],[3.06112,42.85445],[3.12223,42.8544],[3.12242,42.94432],[3.06121,42.94438],[3.06126,42.98934],[3.12251,42.98929],[3.1227,43.07923],[3.18405,43.07914],[3.18419,43.12411],[3.24559,43.12399],[3.24578,43.16896],[3.30722,43.1688],[3.30746,43.21378],[3.36895,43.21358],[3.36924,43.25856],[3.55385,43.25777],[3.55428,43.30275],[3.61587,43.30241],[3.61635,43.34739],[3.73961,43.34662],[3.74019,43.3916],[3.80186,43.39116],[3.80249,43.43614],[3.86422,43.43566],[3.86489,43.48065],[3.98843,43.47959],[3.98921,43.52457],[4.05103,43.52399],[4.0502,43.47901],[4.11197,43.47839],[4.1111,43.43341],[4.23454,43.43208],[4.23551,43.47706],[4.35903,43.47558],[4.3601,43.52056],[4.42191,43.51976],[4.42302,43.56474],[4.48487,43.56391],[4.48721,43.65388],[4.67305,43.65118],[4.67964,43.87609],[4.92838,43.87198],[4.92687,43.827],[4.989,43.82588],[4.98743,43.7809],[5.04951,43.77975],[5.0479,43.73477],[5.296,43.72982],[5.2942,43.68485],[5.41813,43.68217],[5.41624,43.6372],[5.54006,43.63437],[5.66388,43.63141],[5.66597,43.67637],[5.85181,43.67166],[5.85405,43.71662],[5.91604,43.71498],[5.91375,43.67002],[5.97568,43.66834],[5.97335,43.62338],[6.03524,43.62167],[6.03762,43.66663],[6.09955,43.66488],[6.10198,43.70983],[6.22592,43.70623],[6.22846,43.75118],[6.29047,43.74933],[6.28789,43.70437],[6.41181,43.70056],[6.41449,43.74551],[6.60048,43.73951],[6.60331,43.78446],[6.72738,43.78029],[6.73325,43.87017],[6.8575,43.86585],[6.98173,43.86139],[6.98801,43.95127],[6.9258,43.95352],[6.9289,43.99846],[6.86663,44.00068],[6.86969,44.04563],[6.80737,44.04782],[6.81038,44.09276],[6.74801,44.09492],[6.75692,44.22978],[6.81944,44.22762],[6.8255,44.31752],[6.88811,44.31533],[6.8912,44.36028],[6.95386,44.35804],[6.9633,44.4929],[6.90049,44.49514],[6.9036,44.5401],[6.96646,44.53786],[6.97596,44.67272],[7.10196,44.66812],[7.10852,44.75803],[7.04542,44.76035],[7.0519,44.85027],[6.9887,44.85256],[6.9919,44.89752],[6.80211,44.90418],[6.81128,45.03908],[6.68442,45.04335],[6.69036,45.13329],[6.43618,45.14141],[6.43342,45.09644],[6.36991,45.09838],[6.37263,45.14336],[6.18194,45.14896],[6.17172,44.96903],[6.29844,44.96534],[6.2958,44.92036],[6.23249,44.92222],[6.2299,44.87724],[5.97682,44.88432],[5.97444,44.83933],[5.91121,44.84101],[5.90888,44.79602],[5.78251,44.79927],[5.77585,44.66431],[5.58672,44.66889],[5.58054,44.53393],[5.45474,44.53679],[5.45084,44.44682],[5.38804,44.4482],[5.38424,44.35822],[5.44695,44.35684],[5.445,44.31186],[5.5703,44.309],[5.56826,44.26402],[5.63086,44.26253],[5.62877,44.21755],[5.50368,44.22048],[5.5017,44.1755],[5.4392,44.17691],[5.44113,44.22189],[5.31602,44.2246],[5.31785,44.26959],[5.19263,44.27216],[5.19437,44.31714],[5.06904,44.31957],[5.07068,44.36457],[5.1334,44.36337],[5.1351,44.40836],[5.07233,44.40956],[5.07398,44.45455],[4.88551,44.45794],[4.88251,44.36795],[4.75706,44.37002],[4.63159,44.37195],[4.63029,44.32695],[4.56761,44.32787],[4.56885,44.37286],[4.38063,44.37539],[4.31789,44.37615],[4.31684,44.33115],[4.19145,44.33258],[4.1924,44.37759],[4.12965,44.37825],[4.13055,44.42325],[4.06775,44.42388],[4.0686,44.46888],[4.00574,44.46947],[4.00815,44.6045],[3.94515,44.60505],[3.94742,44.74009],[3.88426,44.74061],[3.88497,44.78562],[3.82176,44.78611],[3.82242,44.83112],[3.75916,44.83157],[3.75977,44.87659],[3.69646,44.877],[3.69702,44.92202],[3.57029,44.92274],[3.56984,44.87772],[3.44321,44.8783],[3.44392,44.96834],[3.38051,44.96857],[3.38081,45.01359],[3.31735,45.01379],[3.31709,44.96877],[3.19026,44.96906],[3.1901,44.92404],[3.06337,44.92419],[3.06327,44.83415],[3.00001,44.83417]],[[5.9829,46.19074],[5.98045,46.14575],[5.78624,46.15068],[5.77486,45.9257],[5.83934,45.9241],[5.8324,45.78911],[5.96102,45.78581],[5.95861,45.74081],[6.02287,45.73911],[6.02041,45.69412],[6.21299,45.68879],[6.21038,45.6438],[6.33865,45.64007],[6.34136,45.68505],[6.40554,45.68313],[6.41109,45.77309],[6.47537,45.77113],[6.4782,45.81611],[6.54253,45.81411],[6.53964,45.76913],[6.66817,45.76502],[6.66519,45.72005],[6.7936,45.7158],[6.79669,45.76077],[6.86093,45.75859],[6.86408,45.80356],[6.99267,45.79908],[6.99592,45.84405],[7.06026,45.84175],[7.07355,46.02161],[7.009,46.02391],[7.01228,46.06888],[6.94768,46.07115],[6.95415,46.16108],[6.82472,46.16552],[6.82786,46.21049],[6.89263,46.20829],[6.90224,46.3432],[6.83731,46.3454],[6.84363,46.43534],[6.45328,46.44782],[6.45044,46.40284],[6.25536,46.40857],[6.25,46.3186],[6.18507,46.32044],[6.17723,46.18547],[5.9829,46.19074]],[[5.47126,49.51612],[5.47083,49.50714],[5.42944,49.50798],[5.42859,49.49001],[5.4148,49.49028],[5.41438,49.4813],[5.44196,49.48075],[5.44153,49.47177],[5.45532,49.47149],[5.45403,49.44454],[5.46781,49.44426],[5.46695,49.42629],[5.45317,49.42657],[5.45275,49.41758],[5.43897,49.41786],[5.4377,49.39091],[5.46523,49.39035],[5.46437,49.37238],[5.49188,49.37182],[5.49232,49.3808],[5.50608,49.38052],[5.50695,49.39849],[5.54825,49.39763],[5.54869,49.40661],[5.56246,49.40632],[5.56291,49.4153],[5.63175,49.41382],[5.63221,49.42281],[5.65975,49.4222],[5.65929,49.41322],[5.67306,49.41292],[5.67166,49.38597],[5.69918,49.38536],[5.69777,49.35841],[5.72527,49.35779],[5.72432,49.33982],[5.71058,49.34013],[5.70916,49.31318],[5.7229,49.31287],[5.72243,49.30389],[5.7499,49.30326],[5.74895,49.2853],[5.73521,49.28561],[5.73474,49.27662],[5.72101,49.27694],[5.72053,49.26795],[5.7068,49.26826],[5.70633,49.25928],[5.72006,49.25897],[5.71959,49.24998],[5.70586,49.25029],[5.70539,49.24131],[5.71911,49.241],[5.71817,49.22303],[5.70445,49.22334],[5.70398,49.21435],[5.7177,49.21404],[5.71628,49.18709],[5.7437,49.18647],[5.74227,49.15951],[5.72857,49.15982],[5.72809,49.15084],[5.74179,49.15053],[5.73942,49.1056],[5.7531,49.10529],[5.75262,49.0963],[5.77999,49.09567],[5.78047,49.10466],[5.80784,49.10402],[5.80687,49.08605],[5.79319,49.08637],[5.79174,49.05941],[5.80541,49.05909],[5.80493,49.05011],[5.83227,49.04946],[5.83178,49.04048],[5.81811,49.0408],[5.81664,49.01384],[5.80298,49.01416],[5.80201,48.99619],[5.78836,48.99651],[5.78739,48.97853],[5.80104,48.97822],[5.80056,48.96923],[5.82786,48.96859],[5.82688,48.95062],[5.78595,48.95157],[5.78546,48.94259],[5.77182,48.9429],[5.77134,48.93392],[5.7577,48.93423],[5.75723,48.92524],[5.74359,48.92556],[5.74217,48.8986],[5.7558,48.89828],[5.75532,48.8893],[5.76895,48.88898],[5.76847,48.87999],[5.75485,48.88031],[5.75342,48.85334],[5.76704,48.85303],[5.76465,48.80809],[5.75105,48.80841],[5.74962,48.78144],[5.73602,48.78175],[5.73555,48.77276],[5.72195,48.77308],[5.72101,48.7551],[5.70742,48.75541],[5.70602,48.72844],[5.71961,48.72813],[5.71914,48.71914],[5.73273,48.71883],[5.73226,48.70984],[5.74584,48.70953],[5.74442,48.68256],[5.73085,48.68288],[5.72897,48.64692],[5.74253,48.64661],[5.74159,48.62863],[5.75515,48.62832],[5.75421,48.61034],[5.74065,48.61065],[5.74018,48.60166],[5.71307,48.60228],[5.71214,48.5843],[5.69859,48.58461],[5.6972,48.55764],[5.71074,48.55733],[5.71028,48.54834],[5.73736,48.54772],[5.73689,48.53873],[5.75043,48.53842],[5.74854,48.50246],[5.76207,48.50214],[5.76112,48.48416],[5.77465,48.48385],[5.77417,48.47485],[5.80122,48.47422],[5.8017,48.48321],[5.81522,48.48289],[5.8157,48.49188],[5.84275,48.49124],[5.84324,48.50023],[5.85677,48.4999],[5.85628,48.49091],[5.88333,48.49026],[5.88037,48.43632],[5.86685,48.43664],[5.86636,48.42765],[5.85285,48.42798],[5.85139,48.40101],[5.86489,48.40068],[5.8644,48.39169],[5.8779,48.39136],[5.87839,48.40035],[5.8919,48.40003],[5.8914,48.39104],[5.9454,48.38971],[5.94489,48.38072],[5.9314,48.38105],[5.9309,48.37206],[5.94439,48.37172],[5.94288,48.34475],[5.99683,48.3434],[5.99734,48.35239],[6.07827,48.35031],[6.07879,48.3593],[6.09228,48.35895],[6.09175,48.34996],[6.13221,48.3489],[6.13275,48.35789],[6.14624,48.35753],[6.14731,48.37551],[6.16081,48.37515],[6.16189,48.39313],[6.24287,48.39094],[6.24343,48.39993],[6.27043,48.39919],[6.27155,48.41717],[6.28505,48.41679],[6.28561,48.42578],[6.29912,48.42541],[6.29799,48.40743],[6.31149,48.40705],[6.31092,48.39806],[6.37841,48.39616],[6.37783,48.38717],[6.41832,48.38601],[6.4189,48.395],[6.4324,48.39461],[6.43298,48.4036],[6.48698,48.40202],[6.48757,48.41101],[6.51457,48.41021],[6.51517,48.4192],[6.55568,48.41799],[6.55507,48.409],[6.59557,48.40778],[6.5968,48.42575],[6.58329,48.42616],[6.58514,48.45312],[6.59865,48.45272],[6.59926,48.4617],[6.62629,48.46088],[6.62504,48.44291],[6.63855,48.44249],[6.63731,48.42452],[6.65081,48.4241],[6.65018,48.41512],[6.67718,48.41428],[6.67655,48.4053],[6.69005,48.40488],[6.71704,48.40403],[6.71768,48.41302],[6.73118,48.41259],[6.73054,48.40361],[6.75753,48.40276],[6.75689,48.39377],[6.77038,48.39334],[6.76974,48.38435],[6.79672,48.38349],[6.79737,48.39248],[6.82436,48.39161],[6.82501,48.4006],[6.8385,48.40016],[6.83982,48.41813],[6.86682,48.41725],[6.86615,48.40827],[6.89315,48.40738],[6.89381,48.41637],[6.90731,48.41593],[6.90798,48.42491],[6.92148,48.42447],[6.92215,48.43345],[6.93565,48.433],[6.93633,48.44199],[6.94983,48.44154],[6.95051,48.45053],[6.96401,48.45007],[6.96469,48.45906],[6.9782,48.45861],[6.97888,48.46759],[6.99239,48.46714],[6.99308,48.47612],[7.0201,48.47521],[7.02079,48.48419],[7.04782,48.48328],[7.04851,48.49226],[7.06203,48.4918],[7.04885,48.32109],[7.11621,48.31876],[7.10919,48.22891],[7.04195,48.23123],[7.03164,48.09644],[6.96456,48.09871],[6.95783,48.00884],[6.89086,48.01107],[6.88097,47.87625],[6.81416,47.87844],[6.8045,47.74359],[7.0044,47.73692],[6.99092,47.55713],[7.05732,47.55484],[7.05391,47.50989],[7.12024,47.50756],[7.11333,47.41767],[7.44437,47.40548],[7.44811,47.45042],[7.51435,47.44786],[7.51815,47.4928],[7.58444,47.49021],[7.59216,47.58007],[7.65856,47.57743],[7.66249,47.62236],[7.59603,47.625],[7.64298,48.16405],[7.71011,48.16139],[7.72216,48.29612],[7.78946,48.29341],[7.8141,48.5628],[7.88174,48.56004],[7.89012,48.64982],[7.95787,48.64702],[7.96213,48.6919],[8.02992,48.68906],[8.03858,48.77882],[8.10648,48.77593],[8.11088,48.82081],[8.17884,48.81788],[8.18778,48.90762],[8.25584,48.90465],[8.26492,48.99437],[8.12856,49.00028],[8.133,49.04515],[7.99649,49.05091],[8.00082,49.09578],[7.72748,49.10685],[7.72338,49.06197],[7.58679,49.06727],[7.57886,48.9775],[7.5243,48.97958],[7.53135,49.06037],[7.51769,49.06088],[7.52396,49.1327],[7.51028,49.13321],[7.51263,49.16014],[7.49894,49.16065],[7.50051,49.1786],[7.47312,49.17962],[7.47235,49.17065],[7.44497,49.17166],[7.44574,49.18064],[7.45943,49.18013],[7.46021,49.18911],[7.40543,49.19113],[7.40466,49.18215],[7.36358,49.18365],[7.36282,49.17467],[7.34913,49.17517],[7.34687,49.14823],[7.30581,49.14971],[7.30432,49.13176],[7.14013,49.13752],[7.14085,49.1465],[7.12716,49.14697],[7.12788,49.15595],[7.11419,49.15642],[7.1149,49.1654],[7.08752,49.16633],[7.08681,49.15735],[7.07312,49.15782],[7.071,49.13088],[7.05732,49.13134],[7.05873,49.1493],[7.04504,49.14976],[7.04644,49.16772],[7.03275,49.16818],[7.03345,49.17716],[7.04714,49.1767],[7.04855,49.19466],[7.00745,49.19603],[7.00815,49.20501],[6.99444,49.20546],[6.99514,49.21444],[6.95402,49.2158],[6.95471,49.22478],[6.89987,49.22657],[6.89919,49.21759],[6.88548,49.21803],[6.88616,49.22701],[6.84503,49.22833],[6.84436,49.21935],[6.83065,49.21979],[6.82932,49.20183],[6.84303,49.20139],[6.83969,49.15649],[6.826,49.15693],[6.82666,49.16591],[6.79927,49.16678],[6.79993,49.17576],[6.73145,49.1779],[6.73274,49.19586],[6.74644,49.19543],[6.74775,49.21339],[6.73404,49.21382],[6.73469,49.2228],[6.69356,49.22407],[6.69613,49.25999],[6.68241,49.26041],[6.68433,49.28735],[6.65687,49.28818],[6.65751,49.29716],[6.64378,49.29758],[6.64441,49.30656],[6.61695,49.30738],[6.61758,49.31636],[6.60384,49.31678],[6.60572,49.34371],[6.59198,49.34412],[6.5926,49.3531],[6.60635,49.35269],[6.60824,49.37963],[6.59448,49.38004],[6.59511,49.38902],[6.58135,49.38943],[6.58198,49.39841],[6.56822,49.39882],[6.57009,49.42575],[6.55632,49.42616],[6.55694,49.43514],[6.54318,49.43554],[6.54379,49.44452],[6.51625,49.44532],[6.51687,49.4543],[6.48932,49.4551],[6.48993,49.46408],[6.47615,49.46448],[6.47676,49.47345],[6.43542,49.47463],[6.43602,49.48361],[6.40846,49.48439],[6.40786,49.47541],[6.32518,49.47771],[6.32576,49.48669],[6.31198,49.48707],[6.31255,49.49605],[6.28498,49.4968],[6.28613,49.51476],[6.24476,49.51587],[6.24532,49.52485],[6.23153,49.52522],[6.23096,49.51624],[6.162,49.51806],[6.16145,49.50908],[6.14766,49.50944],[6.14711,49.50046],[6.11953,49.50117],[6.11844,49.48321],[6.10466,49.48356],[6.10411,49.47458],[6.09033,49.47494],[6.08979,49.46596],[6.07601,49.46631],[6.07655,49.47529],[6.04898,49.47598],[6.04845,49.467],[6.03467,49.46735],[6.03414,49.45837],[5.99281,49.4594],[5.99333,49.46838],[5.97955,49.46872],[5.98111,49.49566],[5.95353,49.49634],[5.95405,49.50532],[5.8713,49.50731],[5.8718,49.51629],[5.85801,49.51661],[5.85901,49.53458],[5.84521,49.5349],[5.8462,49.55286],[5.80479,49.55383],[5.80528,49.56281],[5.79147,49.56313],[5.79196,49.57211],[5.76434,49.57274],[5.76386,49.56376],[5.75005,49.56407],[5.74957,49.55509],[5.72195,49.55571],[5.72148,49.54673],[5.69387,49.54735],[5.69434,49.55633],[5.63912,49.55754],[5.63865,49.54856],[5.62485,49.54886],[5.62439,49.53988],[5.61059,49.54018],[5.61013,49.5312],[5.54113,49.53266],[5.54068,49.52368],[5.52689,49.52397],[5.52644,49.51498],[5.47126,49.51612]],[[2.57246,51.12963],[2.50121,51.12937],[2.50166,51.08453],[2.07453,51.08211],[2.07536,51.03727],[1.93313,51.03614],[1.93409,50.9913],[1.72094,50.9893],[1.72209,50.94446],[1.65111,50.94371],[1.65232,50.89887],[1.51049,50.89725],[1.51316,50.80756],[1.58395,50.80838],[1.58521,50.76353],[1.51449,50.7627],[1.52637,50.35889],[1.59653,50.35971],[1.59777,50.31483],[1.80807,50.31704],[1.80913,50.27215],[1.94922,50.27342],[1.95015,50.22853],[2.02013,50.22911],[2.021,50.18421],[2.37062,50.1865],[2.37229,50.0518],[2.44204,50.05213],[2.44154,50.09704],[2.58116,50.09759],[2.58153,50.05269],[2.72102,50.05308],[2.72126,50.00818],[3.97556,50.00461],[3.9747,49.9597],[4.18353,49.95786],[4.18457,50.00277],[4.25424,50.00207],[4.25757,50.13677],[4.18772,50.13747],[4.18982,50.22726],[4.2598,50.22656],[4.26204,50.31634],[4.12183,50.3177],[4.12283,50.36258],[3.7018,50.36569],[3.70367,50.50034],[3.63331,50.50072],[3.63388,50.5456],[3.35216,50.54672],[3.35279,50.63647],[3.28223,50.63665],[3.28274,50.72638],[3.21206,50.72652],[3.21244,50.81625],[3.00001,50.81643],[3.00001,50.77157],[2.78776,50.77139],[2.78757,50.81625],[2.71676,50.81611],[2.71651,50.86096],[2.64564,50.86078],[2.64436,51.04018],[2.57323,51.03996],[2.57246,51.12963]],[[-3.51421,48.03024],[-3.6479,48.02274],[-3.6592,48.11241],[-3.59225,48.11618],[-3.59786,48.16102],[-3.46381,48.16845],[-3.45832,48.12361],[-3.25735,48.13447],[-3.25204,48.08962],[-3.18509,48.09315],[-3.19035,48.13801],[-2.92223,48.1518],[-2.9172,48.10693],[-2.8502,48.11028],[-2.84523,48.06541],[-2.71134,48.07199],[-2.70165,47.98224],[-2.56794,47.98865],[-2.57267,48.03354],[-2.50575,48.03669],[-2.51042,48.08158],[-2.30944,48.09082],[-2.17541,48.09679],[-2.18423,48.18657],[-2.11709,48.18951],[-2.12145,48.2344],[-1.91982,48.24298],[-1.92822,48.33278],[-1.86088,48.33556],[-1.88173,48.56004],[-1.94935,48.55724],[-1.9536,48.60213],[-2.08895,48.59642],[-2.09332,48.6413],[-2.16104,48.63838],[-2.16547,48.68326],[-2.23324,48.6803],[-2.23774,48.72517],[-2.37337,48.71913],[-2.36876,48.67426],[-2.4365,48.67119],[-2.44118,48.71606],[-2.50897,48.71294],[-2.50424,48.66808],[-2.63969,48.66173],[-2.63002,48.57201],[-2.69762,48.56879],[-2.71231,48.70336],[-2.84783,48.69678],[-2.86295,48.83132],[-2.93086,48.82797],[-2.9411,48.91764],[-3.00913,48.91424],[-3.01432,48.95908],[-3.15046,48.95216],[-3.14516,48.90733],[-3.34913,48.89667],[-3.35461,48.94149],[-3.49066,48.93418],[-3.69466,48.92293],[-3.67163,48.74371],[-3.73938,48.73989],[-3.74518,48.7847],[-3.81298,48.78084],[-3.80712,48.73604],[-3.87485,48.73215],[-3.88077,48.77695],[-3.94854,48.77302],[-3.95453,48.81781],[-4.09017,48.80982],[-4.07798,48.72025],[-4.21334,48.71212],[-4.34867,48.70384],[-4.48395,48.6954],[-4.61918,48.68681],[-4.61264,48.64205],[-4.81524,48.62889],[-4.80854,48.58413],[-4.876,48.57967],[-4.86252,48.49016],[-4.99716,48.48114],[-5.00401,48.52589],[-5.20606,48.51206],[-5.18504,48.37785],[-5.11788,48.38248],[-5.11095,48.33773],[-4.97669,48.34688],[-4.96311,48.25737],[-4.76197,48.27079],[-4.75537,48.22601],[-4.68835,48.23041],[-4.66877,48.09607],[-4.80244,48.08727],[-5.00287,48.07378],[-4.9893,47.98426],[-4.78921,47.99772],[-4.65576,48.00651],[-4.64928,47.96172],[-4.5159,47.97035],[-4.50953,47.92556],[-4.44288,47.92981],[-4.41776,47.75061],[-4.35132,47.75481],[-4.34512,47.71],[-4.27873,47.71416],[-4.21232,47.71829],[-4.21841,47.7631],[-4.08546,47.77124],[-4.06756,47.63678],[-3.86856,47.64867],[-3.88015,47.73834],[-3.61423,47.7537],[-3.60865,47.70886],[-3.47575,47.71631],[-3.48669,47.80601],[-3.42011,47.80968],[-3.42554,47.85453],[-3.3589,47.85817],[-3.37508,47.99273],[-3.50869,47.98539],[-3.51421,48.03024]],[[-1.90698,48.82936],[-1.70301,48.83756],[-1.71114,48.92733],[-1.91545,48.91912],[-1.90698,48.82936]],[[-1.85471,49.73214],[-1.85897,49.77698],[-1.99744,49.77137],[-1.98431,49.63686],[-1.91526,49.63968],[-1.88958,49.37057],[-1.82088,49.37334],[-1.81668,49.32848],[-1.74804,49.3312],[-1.73568,49.19659],[-1.6672,49.19927],[-1.65911,49.10952],[-1.72747,49.10685],[-1.71929,49.01709],[-1.65105,49.01976],[-1.61115,48.57085],[-1.54349,48.57346],[-1.53183,48.43874],[-1.26182,48.44875],[-1.26547,48.49367],[-1.06272,48.50078],[-1.05924,48.45586],[-0.78905,48.4648],[-0.7923,48.50973],[-0.72468,48.51187],[-0.73428,48.64665],[-0.66648,48.64875],[-0.66964,48.69368],[-0.73749,48.69157],[-0.74071,48.73649],[-0.80862,48.73434],[-0.8119,48.77926],[-0.87986,48.77707],[-0.8832,48.82198],[-1.08723,48.81518],[-1.09075,48.86009],[-0.95463,48.86467],[-0.96146,48.95448],[-0.89327,48.95672],[-0.89664,49.00162],[-0.82839,49.00382],[-0.84502,49.22833],[-0.91357,49.22612],[-0.91697,49.27102],[-1.05417,49.26648],[-1.06477,49.40114],[-1.13354,49.39881],[-1.14438,49.53344],[-1.21332,49.53106],[-1.21701,49.57593],[-1.14801,49.57831],[-1.15164,49.62318],[-1.2207,49.6208],[-1.2281,49.71053],[-1.29728,49.7081],[-1.30105,49.75296],[-1.50873,49.74545],[-1.50477,49.70059],[-1.78133,49.69003],[-1.78553,49.73488],[-1.85471,49.73214]],[[0.15917,49.70585],[0.08994,49.70422],[0.09503,49.61442],[0.02593,49.61275],[0.03631,49.43313],[0.17404,49.43642],[0.1765,49.39151],[0.24531,49.3931],[0.25488,49.21342],[0.32346,49.21496],[0.33503,48.99031],[0.40332,48.99181],[0.40556,48.94688],[0.33734,48.94538],[0.34193,48.8555],[0.54626,48.85987],[0.54838,48.81492],[0.61644,48.8163],[0.61849,48.77135],[0.68649,48.77269],[0.69047,48.68278],[0.75836,48.68408],[0.76029,48.63912],[0.89596,48.6416],[0.89415,48.68656],[1.09786,48.68998],[1.09623,48.73494],[1.30014,48.73802],[1.43609,48.73987],[1.43339,48.82979],[1.50149,48.83067],[1.4989,48.92058],[1.56711,48.92142],[1.56339,49.05628],[1.63179,49.05707],[1.6306,49.10202],[1.69906,49.10279],[1.6968,49.19268],[1.76538,49.1934],[1.7643,49.23835],[1.83294,49.23903],[1.82989,49.37386],[1.76107,49.37317],[1.75999,49.41811],[1.82887,49.41879],[1.8258,49.55359],[1.75674,49.5529],[1.75456,49.64276],[1.82374,49.64345],[1.8196,49.82313],[1.75018,49.82243],[1.74687,49.95717],[1.60766,49.95566],[1.60644,50.00057],[1.53677,49.99975],[1.53548,50.04466],[1.46576,50.0438],[1.4644,50.0887],[1.25507,50.0859],[1.25661,50.04101],[1.18689,50.04],[1.18849,49.9951],[1.11885,49.99405],[1.1205,49.94915],[0.98134,49.94693],[0.84219,49.94456],[0.84409,49.89966],[0.70507,49.89713],[0.49658,49.89303],[0.49878,49.84814],[0.42935,49.8467],[0.43161,49.8018],[0.29288,49.7988],[0.29526,49.7539],[0.15667,49.75075],[0.15917,49.70585]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN, Mégalis Bretagne"},{"id":"fr.orthohr.2016","name":"Ortho HR 2016","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2016/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[0.68205,42.73947],[0.67847,42.82935],[0.80059,42.83192],[0.80229,42.78698],[0.86331,42.78821],[0.86496,42.74327],[0.98691,42.74563],[1.10886,42.74786],[1.11178,42.65797],[1.23356,42.66005],[1.2322,42.705],[1.29314,42.70599],[1.29445,42.66104],[1.35535,42.662],[1.35661,42.61705],[1.41746,42.61797],[1.41868,42.57303],[1.54029,42.57476],[1.53917,42.6197],[1.60002,42.62052],[1.6011,42.57557],[1.72272,42.5771],[1.72371,42.53215],[1.78447,42.53286],[1.90601,42.53418],[1.90517,42.57912],[2.0268,42.5803],[2.02605,42.62525],[2.08692,42.62578],[2.20866,42.62675],[2.20743,42.71666],[2.14647,42.71619],[2.14581,42.76114],[2.0238,42.7601],[1.96279,42.75953],[1.96118,42.84944],[2.02228,42.85001],[2.01772,43.11979],[1.95634,43.11922],[1.95553,43.16418],[1.83266,43.16292],[1.83175,43.20789],[1.77028,43.20721],[1.76836,43.29715],[1.82993,43.29784],[1.8281,43.38779],[1.95145,43.38905],[2.13647,43.39069],[2.13714,43.34571],[2.2604,43.34662],[2.25925,43.43658],[2.32097,43.43698],[2.3215,43.392],[2.62991,43.3935],[2.62962,43.43848],[2.69135,43.43867],[2.69062,43.57363],[2.81437,43.57391],[2.81423,43.6189],[2.93808,43.61904],[2.93803,43.66403],[3.12395,43.66397],[3.12425,43.79895],[3.3106,43.79858],[3.31109,43.88857],[3.37331,43.88837],[3.37361,43.93337],[3.43587,43.93314],[3.43622,43.97814],[3.49853,43.97787],[3.49932,44.06787],[3.37449,44.06837],[3.37508,44.15837],[3.4376,44.15814],[3.43794,44.20314],[3.37538,44.20337],[3.37568,44.24838],[3.25046,44.24874],[3.25065,44.29374],[3.18799,44.29387],[3.18859,44.4739],[3.12573,44.47399],[3.12603,44.60902],[3.06302,44.60908],[3.06322,44.78914],[3.12643,44.78908],[3.12653,44.8341],[3.25306,44.83388],[3.25347,44.92391],[3.3802,44.92355],[3.37959,44.83352],[3.44286,44.83329],[3.4425,44.78827],[3.63214,44.78735],[3.75855,44.78656],[3.75795,44.74155],[3.94742,44.74009],[3.94817,44.7851],[4.07458,44.78395],[4.07544,44.82896],[4.20195,44.82766],[4.20388,44.91768],[4.33058,44.91624],[4.33271,45.00626],[4.39616,45.00548],[4.39841,45.09551],[4.46196,45.09469],[4.46314,45.13971],[4.52674,45.13885],[4.5292,45.22888],[4.6566,45.22706],[4.65928,45.31709],[4.78687,45.31512],[4.79267,45.49517],[4.72866,45.49617],[4.73147,45.58619],[4.53914,45.58899],[4.54039,45.63401],[4.41205,45.63569],[4.41897,45.90579],[4.35448,45.90658],[4.36004,46.13167],[4.48954,46.13005],[4.49198,46.22008],[4.42713,46.22091],[4.4283,46.26593],[4.36339,46.26673],[4.36227,46.22171],[3.9731,46.2257],[3.9739,46.27072],[4.03882,46.27015],[4.04311,46.49525],[3.97792,46.49582],[3.97873,46.54084],[3.783,46.54235],[3.7843,46.63239],[3.71894,46.63282],[3.72013,46.72285],[3.65467,46.72325],[3.65521,46.76826],[3.52418,46.76894],[3.52374,46.72392],[3.19641,46.72494],[3.19657,46.76996],[3.06553,46.77011],[3.06558,46.81513],[2.86885,46.81508],[2.86896,46.77006],[2.6724,46.76967],[2.67267,46.72465],[2.6072,46.72444],[2.60753,46.67942],[2.54211,46.67918],[2.54325,46.54412],[2.28226,46.54278],[2.28344,46.45274],[2.2183,46.45231],[2.21959,46.36227],[2.28462,46.36269],[2.28521,46.31767],[2.35019,46.31806],[2.35072,46.27304],[2.41565,46.27339],[2.41613,46.22837],[2.481,46.22868],[2.4827,46.04859],[2.54736,46.04886],[2.5481,45.95882],[2.48355,45.95854],[2.48397,45.91352],[2.41947,45.9132],[2.41994,45.86818],[2.35549,45.86783],[2.35707,45.73276],[2.42136,45.73311],[2.4237,45.508],[2.48774,45.50831],[2.48815,45.46329],[2.36019,45.46263],[2.36071,45.41761],[2.29678,45.41722],[2.29792,45.32718],[2.2341,45.32676],[2.23472,45.28174],[2.17095,45.28129],[2.17362,45.10122],[2.04649,45.1002],[2.04803,45.01017],[1.85765,45.00838],[1.85857,44.96336],[1.79517,44.9627],[1.7942,45.00771],[1.73075,45.007],[1.72973,45.05202],[1.53922,45.04968],[1.34874,45.04702],[1.35535,44.82198],[1.22888,44.82003],[1.23171,44.73002],[1.16858,44.729],[1.17005,44.684],[1.10697,44.68293],[1.10848,44.63793],[1.04545,44.63684],[1.04701,44.59184],[0.92107,44.58954],[0.92438,44.49955],[0.98725,44.50071],[0.99045,44.41072],[0.86491,44.40836],[0.8683,44.31838],[0.80564,44.31714],[0.80738,44.27216],[0.87,44.27339],[0.87168,44.2284],[0.80912,44.22717],[0.81085,44.18218],[0.74834,44.18091],[0.75012,44.13593],[0.68766,44.13463],[0.68949,44.08965],[0.56467,44.08694],[0.43987,44.0841],[0.44189,44.03912],[0.25486,44.03459],[0.06785,44.02973],[0.07017,43.98476],[0.00789,43.98308],[0.00553,44.02805],[-0.0568,44.02632],[-0.05438,43.98136],[-0.24118,43.97598],[-0.23863,43.93101],[-0.30084,43.92915],[-0.29824,43.88419],[-0.23608,43.88606],[-0.22845,43.75118],[-0.29046,43.74933],[-0.2853,43.65942],[-0.34721,43.65753],[-0.34459,43.61259],[-0.28272,43.61447],[-0.28015,43.56952],[-0.15651,43.57319],[-0.15404,43.52824],[-0.09226,43.53002],[-0.08501,43.39517],[-0.14665,43.3934],[-0.14174,43.30351],[-0.20328,43.3017],[-0.20078,43.25676],[-0.13929,43.25856],[-0.13441,43.16868],[-0.1958,43.16688],[-0.19332,43.12195],[-0.25466,43.12011],[-0.25213,43.07518],[-0.31342,43.07331],[-0.30572,42.93853],[-0.36686,42.93663],[-0.35905,42.80186],[-0.23705,42.80562],[-0.23455,42.7607],[-0.17358,42.76252],[-0.17113,42.7176],[-0.11021,42.71939],[-0.10781,42.67447],[-0.04694,42.67622],[0.07483,42.67962],[0.13571,42.68126],[0.2575,42.68446],[0.25961,42.63953],[0.38132,42.64258],[0.44217,42.64405],[0.5639,42.6469],[0.56202,42.69183],[0.62293,42.6932],[0.62476,42.64827],[0.68563,42.6496],[0.68384,42.69453],[0.74476,42.69584],[0.74302,42.74077],[0.68205,42.73947]],[[-2.30812,46.73756],[-2.31252,46.78248],[-2.44328,46.77635],[-2.43427,46.68652],[-2.369,46.6896],[-2.36456,46.64468],[-2.2341,46.65072],[-2.24278,46.74056],[-2.30812,46.73756]],[[-3.10213,47.3753],[-3.16819,47.3718],[-3.17336,47.41668],[-3.30556,47.40957],[-3.28974,47.27497],[-3.15786,47.28205],[-3.15271,47.23718],[-3.02092,47.24411],[-3.031,47.33387],[-3.09702,47.33042],[-3.10213,47.3753]],[[-2.8378,47.3889],[-2.9039,47.38555],[-2.90885,47.43044],[-3.04112,47.42363],[-3.031,47.33387],[-2.89895,47.34067],[-2.89401,47.29578],[-2.76204,47.30242],[-2.76687,47.34731],[-2.83291,47.34401],[-2.8378,47.3889]],[[8.51363,42.30705],[8.57402,42.3039],[8.56975,42.25908],[8.50941,42.26223],[8.49679,42.12776],[8.55699,42.12461],[8.55275,42.0798],[8.67305,42.07342],[8.66873,42.02861],[8.60863,42.03181],[8.60435,41.987],[8.54429,41.99017],[8.53165,41.85575],[8.65149,41.84939],[8.63864,41.71501],[8.75819,41.70853],[8.74077,41.5294],[8.80036,41.52612],[8.79598,41.48135],[8.97456,41.47132],[8.97005,41.42656],[9.02952,41.42315],[9.02498,41.37839],[9.14381,41.37148],[9.13918,41.32673],[9.31724,41.31612],[9.33633,41.4951],[9.39584,41.49148],[9.44943,41.98384],[9.50943,41.98016],[9.51439,42.02493],[9.57444,42.02121],[9.6097,42.33463],[9.54934,42.33837],[9.57958,42.60711],[9.51894,42.61083],[9.52396,42.65563],[9.46326,42.65932],[9.47324,42.74893],[9.53403,42.74524],[9.54919,42.87965],[9.48826,42.88336],[9.50335,43.0178],[9.44227,43.02148],[9.44727,43.0663],[9.38613,43.06995],[9.38118,43.02513],[9.32009,43.02874],[9.29082,42.75982],[9.04749,42.77386],[9.03816,42.68421],[8.91664,42.69101],[8.91208,42.64618],[8.79063,42.65284],[8.78617,42.60801],[8.66478,42.61452],[8.65606,42.52485],[8.59545,42.52805],[8.58257,42.39355],[8.52209,42.39671],[8.51363,42.30705]],[[4.76688,44.68502],[4.76547,44.64002],[4.70244,44.64101],[4.70108,44.596],[4.6381,44.59696],[4.629,44.28196],[4.75427,44.28003],[4.75149,44.19004],[4.87655,44.18797],[4.87804,44.23296],[5.00319,44.23075],[5.00478,44.27574],[5.13001,44.27339],[5.12664,44.18341],[5.37669,44.17828],[5.37481,44.13329],[5.43727,44.13192],[5.43534,44.08694],[5.56014,44.0841],[5.56217,44.12907],[5.68706,44.12608],[5.69773,44.35098],[5.50965,44.35543],[5.51364,44.4454],[5.63923,44.44247],[5.64133,44.48745],[5.70417,44.48593],[5.70632,44.53091],[5.64343,44.53244],[5.64554,44.57742],[5.70848,44.5759],[5.71064,44.62088],[5.83661,44.61772],[5.84115,44.70769],[5.77806,44.70929],[5.78029,44.75428],[5.65401,44.75738],[5.65613,44.80237],[5.52974,44.80532],[5.544,45.12029],[5.41688,45.12312],[5.41493,45.07812],[5.22439,45.08208],[5.23157,45.26209],[5.16784,45.26335],[5.16959,45.30835],[5.10581,45.30957],[5.10752,45.35458],[4.85216,45.35909],[4.85066,45.31408],[4.78687,45.31512],[4.77682,45.00006],[4.84026,44.99903],[4.83583,44.86401],[4.77255,44.86504],[4.77113,44.82003],[4.70789,44.82102],[4.7038,44.68601],[4.76688,44.68502]],[[5.76582,45.74571],[5.63728,45.74879],[5.63299,45.65879],[5.56882,45.66027],[5.56465,45.57027],[5.62872,45.56879],[5.62446,45.4788],[5.68842,45.47728],[5.68624,45.43228],[5.75015,45.43074],[5.74792,45.38574],[5.93947,45.38088],[5.94185,45.42587],[6.13351,45.42067],[6.12592,45.28571],[6.06219,45.28748],[6.05972,45.24249],[6.1234,45.24073],[6.11586,45.10577],[6.30641,45.10028],[6.30375,45.0553],[6.43066,45.05146],[6.4279,45.00648],[6.4913,45.00451],[6.49692,45.09446],[6.68739,45.08832],[6.69036,45.13329],[6.81742,45.12901],[6.81434,45.08404],[6.87782,45.08185],[6.88094,45.12682],[7.00797,45.12232],[7.0112,45.16728],[7.07475,45.16498],[7.07804,45.20994],[7.14164,45.2076],[7.15168,45.34248],[7.21543,45.34009],[7.22226,45.43001],[7.1584,45.4324],[7.16177,45.47736],[7.09786,45.47971],[7.10118,45.52468],[7.03722,45.52699],[7.04706,45.66189],[6.9188,45.66643],[6.92198,45.7114],[6.85779,45.71362],[6.86408,45.80356],[6.60685,45.81207],[6.61274,45.90203],[6.54831,45.90407],[6.55121,45.94905],[6.48673,45.95105],[6.48388,45.90607],[6.41945,45.90804],[6.41387,45.81808],[6.34954,45.82],[6.34408,45.73004],[6.21561,45.73378],[6.21823,45.77876],[6.02533,45.7841],[6.0278,45.82909],[5.89907,45.83247],[5.90618,45.96745],[5.77713,45.97069],[5.76582,45.74571]],[[4.39357,50.00057],[4.18457,50.00277],[4.17834,49.73329],[4.10903,49.73394],[4.10709,49.64409],[3.96872,49.64528],[3.96787,49.60035],[4.03699,49.59978],[4.03338,49.42005],[3.82672,49.42164],[3.826,49.3767],[3.61951,49.37793],[3.61736,49.19815],[3.54876,49.19848],[3.54686,49.01866],[3.61522,49.01833],[3.61469,48.97337],[3.54639,48.9737],[3.54592,48.92874],[3.47768,48.92903],[3.47727,48.88407],[3.40909,48.88432],[3.40874,48.83936],[3.34062,48.83957],[3.33974,48.70466],[3.40768,48.70445],[3.40663,48.56953],[3.33886,48.56974],[3.3377,48.38982],[3.40524,48.38961],[3.40489,48.34463],[3.47237,48.34438],[3.47197,48.29939],[3.53939,48.2991],[3.53802,48.16414],[3.60526,48.16381],[3.60475,48.11882],[3.73913,48.11806],[3.7385,48.07307],[3.80563,48.07263],[3.80358,47.93765],[3.87054,47.93717],[3.86981,47.89218],[4.1374,47.88989],[4.13837,47.93488],[4.20532,47.93421],[4.2043,47.88922],[4.33808,47.88777],[4.33922,47.93276],[4.60699,47.92941],[4.60836,47.97439],[4.74235,47.97249],[4.74087,47.9275],[4.8078,47.92649],[4.80627,47.8815],[4.87314,47.88045],[4.87156,47.83547],[4.93837,47.83438],[4.93674,47.78939],[4.86998,47.79048],[4.8684,47.74549],[4.9351,47.74441],[4.93183,47.65443],[5.06501,47.65215],[5.06327,47.60716],[5.19631,47.60473],[5.19446,47.55974],[5.39384,47.55582],[5.39586,47.60081],[5.46237,47.59942],[5.46444,47.6444],[5.73067,47.63848],[5.73759,47.77341],[5.80431,47.77183],[5.80668,47.81681],[5.87345,47.81519],[5.87588,47.86016],[5.9427,47.8585],[5.94769,47.94843],[5.88076,47.9501],[5.8832,47.99506],[5.81621,47.99669],[5.821,48.08662],[5.68677,48.08975],[5.69135,48.17969],[5.75858,48.17813],[5.76329,48.26806],[5.69594,48.26961],[5.69824,48.31457],[5.56343,48.31757],[5.56562,48.36253],[5.49815,48.36397],[5.50243,48.45389],[5.43484,48.4553],[5.43692,48.50026],[5.36927,48.50163],[5.37131,48.54658],[5.23588,48.54921],[5.2378,48.59417],[5.17002,48.59542],[5.17188,48.64038],[5.0362,48.64278],[5.04147,48.77765],[4.97345,48.77879],[4.97856,48.91365],[5.04676,48.9125],[5.05564,49.13722],[4.98714,49.13837],[4.98887,49.18331],[5.05742,49.18216],[5.061,49.27203],[5.12967,49.27084],[5.13152,49.31577],[5.06279,49.31696],[5.06459,49.36189],[5.13338,49.36069],[5.14084,49.54039],[5.3479,49.53656],[5.34996,49.58147],[5.41903,49.58011],[5.42327,49.66993],[5.35408,49.67129],[5.35614,49.7162],[5.21762,49.7188],[5.21957,49.76371],[5.15024,49.76495],[5.15213,49.80986],[4.94395,49.81335],[4.94909,49.94806],[4.87951,49.94915],[4.88449,50.08384],[4.95426,50.08275],[4.95772,50.17253],[4.74803,50.17569],[4.74649,50.1308],[4.67665,50.13177],[4.67369,50.04198],[4.60397,50.04291],[4.60256,49.99801],[4.46324,49.99975],[4.46195,49.95485],[4.39235,49.95566],[4.39357,50.00057]],[[-3.66486,48.15724],[-3.79885,48.14958],[-3.7873,48.05993],[-3.72043,48.06377],[-3.70904,47.97411],[-3.57548,47.98167],[-3.56991,47.93683],[-3.43643,47.94423],[-3.43098,47.89938],[-3.56435,47.89199],[-3.52569,47.57805],[-3.3931,47.5854],[-3.40388,47.67512],[-3.33746,47.67875],[-3.33212,47.63389],[-3.26575,47.63747],[-3.26047,47.59261],[-3.19415,47.59616],[-3.17854,47.46155],[-3.11238,47.46505],[-3.10725,47.42017],[-3.04112,47.42363],[-3.05128,47.51338],[-2.91879,47.5202],[-2.91382,47.47532],[-2.84761,47.47867],[-2.8427,47.43378],[-2.77655,47.43709],[-2.7814,47.48198],[-2.71518,47.48525],[-2.71038,47.44036],[-2.64421,47.4436],[-2.63948,47.3987],[-2.57335,47.40189],[-2.55471,47.22229],[-2.35695,47.23162],[-2.35247,47.18671],[-2.28659,47.18974],[-2.27777,47.09991],[-2.1462,47.10585],[-2.14191,47.06093],[-2.07617,47.06384],[-2.07195,47.01891],[-2.20331,47.01306],[-2.20765,47.05798],[-2.4048,47.04891],[-2.4003,47.004],[-2.33464,47.00706],[-2.32577,46.91723],[-2.19466,46.92322],[-2.18173,46.78845],[-2.11632,46.79139],[-2.11208,46.74646],[-2.04672,46.74936],[-2.03837,46.6595],[-1.97311,46.66235],[-1.969,46.61742],[-1.90378,46.62023],[-1.89165,46.48543],[-1.82659,46.48819],[-1.82261,46.44326],[-1.7576,46.44598],[-1.75368,46.40104],[-1.62374,46.40639],[-1.61994,46.36144],[-1.49008,46.36663],[-1.48639,46.32168],[-1.35662,46.32672],[-1.34946,46.23681],[-1.09027,46.24643],[-1.09363,46.29139],[-1.02877,46.29371],[-1.03208,46.33867],[-0.96716,46.34095],[-0.9639,46.29599],[-0.76926,46.3026],[-0.76616,46.25763],[-0.70132,46.25975],[-0.70436,46.30473],[-0.50966,46.3109],[-0.51834,46.44583],[-0.58341,46.44381],[-0.60421,46.75863],[-0.66965,46.75656],[-0.67575,46.8465],[-0.74129,46.84439],[-0.74751,46.93432],[-0.81316,46.93217],[-0.81633,46.97713],[-0.48779,46.98754],[-0.49069,47.03251],[-0.35913,47.03642],[-0.36193,47.08139],[-0.23024,47.08515],[-0.22755,47.04017],[0.03567,47.04723],[0.03071,47.1372],[0.09664,47.13887],[0.09178,47.22884],[0.15782,47.23048],[0.15305,47.32044],[0.21921,47.32205],[0.2122,47.45699],[0.27852,47.45856],[0.27394,47.54853],[0.40682,47.55156],[0.40463,47.59654],[0.53764,47.59942],[0.53557,47.6444],[0.6687,47.64714],[0.66476,47.73711],[0.73144,47.73842],[0.72953,47.7834],[0.79627,47.78468],[0.79254,47.87464],[0.8594,47.87588],[0.85212,48.0558],[1.0534,48.0593],[1.05505,48.01432],[1.12209,48.01541],[1.12528,47.92544],[1.45996,47.9303],[1.46126,47.88531],[1.52815,47.88617],[1.52939,47.84118],[1.46256,47.84032],[1.46386,47.79533],[1.53064,47.79619],[1.53312,47.7062],[1.66644,47.7078],[1.66757,47.6628],[1.73418,47.66354],[1.73525,47.61854],[2.00148,47.62112],[2.00064,47.66612],[2.20049,47.66766],[2.20184,47.57765],[2.46789,47.57917],[2.46833,47.53416],[2.60125,47.53469],[2.60192,47.44468],[2.73461,47.44506],[2.73439,47.49006],[2.9336,47.49035],[2.93355,47.53536],[3.00001,47.53538],[3.00001,47.67039],[2.93338,47.67037],[2.93326,47.76038],[3.06675,47.76038],[3.06692,47.89538],[3.13383,47.89532],[3.13428,48.07531],[3.06714,48.07536],[3.06726,48.16535],[3.00001,48.16537],[3.00001,48.21036],[2.9327,48.21034],[2.93275,48.16535],[2.8655,48.16529],[2.86539,48.21028],[2.73077,48.21005],[2.731,48.16506],[2.52924,48.16443],[2.52804,48.29939],[2.46062,48.2991],[2.46016,48.34409],[2.25772,48.34299],[2.25709,48.38797],[2.18955,48.38753],[2.19025,48.34255],[2.0553,48.34155],[2.05449,48.38653],[1.98696,48.38597],[1.98523,48.47593],[1.84994,48.4747],[1.84797,48.56465],[1.78021,48.56397],[1.77811,48.65391],[1.71024,48.65319],[1.70913,48.69816],[1.6412,48.69741],[1.63651,48.87726],[1.56835,48.87646],[1.56588,48.96637],[1.42933,48.96466],[1.43204,48.87475],[1.29573,48.87289],[1.29867,48.78298],[1.16261,48.78096],[1.16103,48.82592],[1.09294,48.82485],[1.09459,48.77989],[0.95854,48.77765],[0.9603,48.73269],[0.82439,48.73029],[0.82063,48.8202],[0.6845,48.81764],[0.6805,48.90753],[0.47597,48.90339],[0.46062,49.21793],[0.39204,49.21647],[0.38294,49.39616],[0.31412,49.39465],[0.30943,49.48447],[0.10264,49.47971],[0.10517,49.4348],[0.03631,49.43313],[0.0389,49.38822],[-0.0299,49.38652],[-0.02726,49.3416],[-0.16472,49.33808],[-0.37087,49.3325],[-0.37381,49.37741],[-0.78633,49.36518],[-0.78963,49.41007],[-0.92722,49.40568],[-1.13354,49.39881],[-1.12994,49.35392],[-1.19865,49.35156],[-1.18771,49.2169],[-1.11918,49.21927],[-1.11561,49.17438],[-0.97866,49.17898],[-0.97176,49.08919],[-0.90339,49.09143],[-0.90001,49.04653],[-0.96832,49.04429],[-0.96489,48.99938],[-1.10137,48.99479],[-1.09429,48.90499],[-1.1624,48.90264],[-1.15881,48.85774],[-1.22686,48.85535],[-1.22321,48.81045],[-1.15522,48.81283],[-1.15165,48.76793],[-1.08371,48.77027],[-1.08019,48.72536],[-0.87652,48.73215],[-0.87319,48.68724],[-0.80534,48.68942],[-0.79555,48.55465],[-0.93089,48.55025],[-1.13385,48.54337],[-1.09174,48.00425],[-1.22565,47.99952],[-1.21492,47.86472],[-1.28169,47.8623],[-1.27807,47.81736],[-1.34478,47.81491],[-1.34846,47.85984],[-1.54872,47.85224],[-1.54488,47.80731],[-1.67824,47.80206],[-1.67429,47.75714],[-1.87412,47.74898],[-1.87001,47.70406],[-2.00308,47.69844],[-2.02853,47.96789],[-2.0954,47.96501],[-2.09972,48.00991],[-2.16663,48.00699],[-2.17102,48.05189],[-2.10405,48.05481],[-2.10839,48.09971],[-2.24243,48.09382],[-2.25136,48.1836],[-2.3856,48.17755],[-2.39019,48.22243],[-2.45735,48.21935],[-2.4527,48.17446],[-2.5869,48.16818],[-2.5774,48.07842],[-2.64437,48.07522],[-2.65398,48.16498],[-2.85518,48.15515],[-2.86017,48.20002],[-2.99437,48.19327],[-2.99948,48.23813],[-3.20089,48.22771],[-3.19561,48.18286],[-3.32973,48.17573],[-3.39678,48.17211],[-3.40222,48.21695],[-3.67054,48.20207],[-3.66486,48.15724]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN, CRAIG, Mégalis Bretagne"},{"id":"fr.orthohr.2017","name":"Ortho HR 2017","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2017/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[6.68394,43.10628],[6.68681,43.15121],[6.74816,43.14909],[6.76279,43.37372],[6.94755,43.36714],[6.95372,43.45699],[7.01539,43.45472],[7.01853,43.49964],[7.14195,43.495],[7.14519,43.53992],[7.20695,43.53754],[7.21024,43.58247],[7.14844,43.58485],[7.15169,43.62977],[7.27539,43.62497],[7.27874,43.6699],[7.40251,43.66495],[7.40597,43.70987],[7.52981,43.70479],[7.54408,43.88446],[7.60618,43.88186],[7.60981,43.92678],[7.67196,43.92414],[7.67934,44.01398],[7.74158,44.01129],[7.75283,44.14605],[7.69044,44.14874],[7.69416,44.19367],[7.50681,44.20153],[7.50324,44.1566],[7.37841,44.16166],[7.25356,44.16657],[7.25693,44.21151],[7.13196,44.21629],[7.13523,44.26124],[7.01014,44.26588],[7.01651,44.35577],[6.95386,44.35804],[6.957,44.403],[6.83158,44.40743],[6.82854,44.36248],[6.76587,44.36464],[6.76288,44.31969],[6.70026,44.32181],[6.69147,44.18694],[6.62899,44.18903],[6.62612,44.14407],[6.68855,44.14199],[6.67982,44.00713],[6.74209,44.00502],[6.73914,43.96007],[6.80137,43.95792],[6.79837,43.91298],[6.61183,43.91931],[6.60615,43.82941],[6.35776,43.83734],[6.35512,43.79239],[6.29306,43.79428],[6.29565,43.83924],[6.17143,43.84292],[6.16893,43.79796],[6.04478,43.8015],[6.04239,43.75654],[5.98036,43.75826],[5.98271,43.80322],[5.73436,43.80973],[5.73006,43.7198],[5.60606,43.72284],[5.60401,43.67787],[5.4801,43.68077],[5.48204,43.72574],[5.35802,43.7285],[5.35987,43.77347],[5.11159,43.77857],[5.11325,43.82354],[5.05113,43.82473],[5.05274,43.86971],[4.99056,43.87086],[4.99213,43.91584],[4.80544,43.91909],[4.80686,43.96408],[4.68229,43.96606],[4.68097,43.92108],[4.61873,43.92202],[4.61364,43.74207],[4.42749,43.74467],[4.42525,43.65471],[4.3633,43.6555],[4.36116,43.56554],[4.2993,43.56629],[4.29828,43.52131],[4.17466,43.52272],[4.17282,43.43276],[4.5431,43.42812],[4.54069,43.33818],[4.66391,43.33635],[4.78713,43.33439],[4.78573,43.28942],[4.90884,43.28731],[4.91033,43.33228],[4.97193,43.33117],[4.97039,43.28621],[5.2781,43.28016],[5.27633,43.2352],[5.21484,43.23648],[5.21312,43.19152],[5.336,43.18893],[5.33418,43.14398],[5.45695,43.14125],[5.45887,43.1862],[5.5203,43.18479],[5.51834,43.13983],[5.64109,43.1369],[5.63904,43.09195],[5.70037,43.09043],[5.69827,43.04549],[5.75954,43.04393],[5.7574,42.99899],[5.87985,42.99578],[5.88208,43.04072],[6.06587,43.03564],[6.06349,42.99071],[6.1247,42.98895],[6.12227,42.94401],[6.30573,42.93853],[6.30829,42.98345],[6.36948,42.98155],[6.36687,42.93663],[6.42801,42.93469],[6.43067,42.97962],[6.55303,42.97564],[6.55855,43.06548],[6.436,43.06947],[6.43867,43.11439],[6.68394,43.10628]],[[4.29635,46.17745],[4.29423,46.08741],[4.22953,46.08813],[4.22651,45.95307],[4.29105,45.95236],[4.28894,45.86232],[4.35338,45.86157],[4.35228,45.81655],[4.28789,45.8173],[4.2858,45.72726],[4.35007,45.72651],[4.34678,45.59146],[4.4109,45.59067],[4.40976,45.54566],[4.60195,45.54308],[4.59935,45.45305],[4.85516,45.44911],[4.85667,45.49412],[4.92066,45.49305],[4.92378,45.58307],[5.05198,45.5808],[5.05365,45.62581],[5.11779,45.62462],[5.11951,45.66963],[5.18371,45.6684],[5.18727,45.75842],[5.12297,45.75965],[5.12643,45.84966],[4.9332,45.85313],[4.93636,45.94316],[4.80732,45.94529],[4.81622,46.21537],[4.75138,46.21638],[4.75426,46.30641],[4.68931,46.30739],[4.6907,46.3524],[4.62569,46.35335],[4.62435,46.30833],[4.36452,46.31174],[4.36116,46.17669],[4.29635,46.17745]],[[7.10988,47.37272],[6.97753,47.37733],[6.98087,47.42228],[7.0471,47.41999],[7.0505,47.46494],[7.18306,47.46025],[7.1901,47.55014],[7.12371,47.55251],[7.13066,47.6424],[7.06416,47.64473],[7.07446,47.77956],[6.87441,47.78635],[6.87769,47.8313],[6.81094,47.83349],[6.81416,47.87844],[6.74735,47.88059],[6.75053,47.92554],[6.68365,47.92766],[6.68677,47.9726],[6.55289,47.97673],[6.54988,47.93178],[6.48299,47.93378],[6.48595,47.97873],[6.21811,47.98637],[6.22084,48.03133],[6.01974,48.03666],[6.01718,47.9917],[5.8832,47.99506],[5.88076,47.9501],[5.81382,47.95172],[5.80906,47.86178],[5.6754,47.8649],[5.66862,47.72998],[5.53528,47.73294],[5.53314,47.68796],[5.33328,47.69212],[5.33131,47.64714],[5.19816,47.64972],[5.20002,47.69471],[5.06675,47.69714],[5.06849,47.74212],[5.0018,47.74328],[5.00688,47.87824],[4.94002,47.87937],[4.94166,47.92435],[4.87473,47.92544],[4.87792,48.01541],[4.74383,48.01747],[4.74531,48.06245],[4.54398,48.06526],[4.54267,48.02028],[4.47561,48.02114],[4.47436,47.97615],[4.27335,47.9785],[4.27227,47.93351],[4.20532,47.93421],[4.20226,47.79923],[4.26904,47.79853],[4.26797,47.75353],[4.20125,47.75424],[4.19821,47.61924],[4.13165,47.6199],[4.12975,47.5299],[4.0633,47.53053],[4.05973,47.35051],[3.99351,47.35109],[3.99434,47.3961],[3.92806,47.39665],[3.92884,47.44165],[3.72981,47.44307],[3.73043,47.48808],[3.59763,47.48883],[3.59813,47.53384],[3.53168,47.53416],[3.53212,47.57917],[3.46561,47.57945],[3.46522,47.53445],[3.19938,47.5352],[3.19955,47.58021],[3.13304,47.58031],[3.13315,47.62531],[3.06658,47.62537],[3.06652,47.58036],[2.80046,47.58021],[2.80079,47.4902],[2.8672,47.49029],[2.86753,47.35526],[2.80129,47.35517],[2.80146,47.31016],[2.86764,47.31025],[2.86775,47.26524],[2.93388,47.2653],[2.93399,47.17527],[3.00001,47.17529],[3.00001,46.72511],[3.06547,46.72509],[3.06542,46.68007],[3.13083,46.68002],[3.13072,46.635],[3.26144,46.63477],[3.26166,46.67979],[3.39248,46.67942],[3.39216,46.6344],[3.58823,46.63356],[3.58872,46.67858],[3.65413,46.67823],[3.65467,46.72325],[3.72013,46.72285],[3.71954,46.67784],[3.85035,46.67694],[3.85106,46.72196],[3.98197,46.72091],[3.98279,46.76593],[4.11381,46.76473],[4.12032,47.07983],[4.31799,47.07774],[4.31689,47.03273],[4.44855,47.03116],[4.44734,46.98615],[4.51311,46.9853],[4.51185,46.9403],[4.57757,46.93942],[4.57626,46.89441],[4.83888,46.89051],[4.84041,46.93552],[5.23459,46.92855],[5.23273,46.88355],[5.29836,46.88226],[5.29264,46.74726],[5.35811,46.74593],[5.34643,46.47592],[5.28129,46.47724],[5.27753,46.38723],[5.34257,46.38592],[5.33871,46.29591],[5.40364,46.29456],[5.40166,46.24955],[5.59626,46.24528],[5.59839,46.29028],[5.6633,46.28878],[5.66111,46.24378],[5.92051,46.23742],[5.92291,46.28241],[5.9878,46.28072],[5.99026,46.32572],[6.0552,46.32399],[6.06024,46.41397],[6.12528,46.41221],[6.13044,46.50218],[6.19559,46.50038],[6.20087,46.59035],[6.26612,46.58851],[6.26883,46.63349],[6.33413,46.63161],[6.33689,46.67659],[6.40224,46.67467],[6.40506,46.71965],[6.47045,46.71769],[6.48489,46.94257],[6.61622,46.93852],[6.61923,46.98349],[6.68494,46.98141],[6.68801,47.02638],[6.75377,47.02426],[6.76004,47.11419],[6.89176,47.10983],[6.89827,47.19975],[6.96423,47.19751],[6.97087,47.28742],[7.10299,47.28282],[7.10988,47.37272]],[[3.88568,44.83063],[3.88497,44.78562],[3.82176,44.78611],[3.81979,44.65107],[3.88285,44.65059],[3.88144,44.56057],[3.94439,44.56005],[3.94214,44.42502],[4.00494,44.42447],[4.00255,44.28946],[4.1905,44.28758],[4.18956,44.24258],[4.31475,44.24115],[4.3158,44.28615],[4.37844,44.28538],[4.37735,44.24039],[4.50253,44.23874],[4.50372,44.28374],[4.56636,44.28287],[4.56512,44.23787],[4.69029,44.23601],[4.69567,44.416],[4.75845,44.41502],[4.76406,44.59502],[4.82704,44.59399],[4.83436,44.81901],[4.89759,44.81794],[4.90675,45.08797],[4.84322,45.08904],[4.85066,45.31408],[4.78687,45.31512],[4.78976,45.40514],[4.66196,45.40711],[4.66062,45.3621],[4.59677,45.36303],[4.59548,45.31801],[4.53167,45.3189],[4.53044,45.27389],[4.46668,45.27475],[4.46432,45.18472],[4.33701,45.18632],[4.33379,45.05127],[4.27028,45.05202],[4.26926,45.007],[4.20581,45.00771],[4.20484,44.9627],[4.14144,44.96336],[4.14052,44.91835],[4.01381,44.91958],[4.013,44.87457],[3.9497,44.87513],[3.94893,44.83011],[3.88568,44.83063]],[[-0.16682,46.00552],[-0.1565,45.82557],[-0.47819,45.81611],[-0.46407,45.59121],[-0.4,45.59316],[-0.39724,45.54818],[-0.33322,45.5501],[-0.31707,45.2802],[-0.12591,45.28571],[-0.12339,45.24073],[-0.05971,45.24249],[-0.04987,45.06254],[0.01361,45.06426],[0.01601,45.01927],[-0.04742,45.01756],[-0.03765,44.83762],[0.02557,44.83933],[0.02795,44.79435],[0.15431,44.79766],[0.15659,44.75268],[0.09346,44.75104],[0.10042,44.61609],[0.03744,44.61442],[0.0398,44.56944],[-0.02312,44.56773],[-0.02071,44.52275],[-0.08358,44.52101],[-0.08113,44.47604],[-0.01831,44.47777],[-0.01591,44.4328],[-0.07868,44.43106],[-0.07623,44.38609],[-0.13894,44.38432],[-0.13148,44.2494],[-0.19404,44.2476],[-0.18646,44.1127],[0.06322,44.11967],[0.06785,44.02973],[0.00553,44.02805],[0.00789,43.98308],[0.07017,43.98476],[0.07248,43.9398],[0.19695,43.94306],[0.19473,43.98803],[0.25702,43.98961],[0.25919,43.94464],[0.32143,43.94619],[0.31932,43.99116],[0.50621,43.99558],[0.50424,44.04056],[0.62895,44.04333],[0.63082,43.99835],[0.75545,44.00098],[0.7519,44.09095],[0.93915,44.09463],[0.93425,44.22959],[0.99682,44.23075],[0.99364,44.32074],[1.11899,44.32295],[1.1145,44.45794],[1.05168,44.45685],[1.04857,44.54684],[1.1115,44.54793],[1.10999,44.59293],[1.17297,44.59399],[1.17151,44.63899],[1.23454,44.64002],[1.23313,44.68502],[1.3593,44.68696],[1.35667,44.77697],[1.41986,44.77789],[1.41732,44.86791],[1.48061,44.86879],[1.47695,45.00382],[1.6673,45.00626],[1.66943,44.91624],[1.9862,44.91958],[1.98538,44.96459],[2.17561,44.96617],[2.17428,45.0562],[2.2378,45.05665],[2.23533,45.23673],[2.29905,45.23714],[2.29849,45.28216],[2.36226,45.28254],[2.36174,45.32756],[2.48939,45.32822],[2.48898,45.37324],[2.55286,45.37351],[2.54958,45.77872],[2.48523,45.77845],[2.48481,45.82347],[2.54921,45.82374],[2.54884,45.86877],[2.61329,45.86901],[2.61266,45.95906],[2.67722,45.95926],[2.67695,46.00428],[2.61234,46.00408],[2.61107,46.18418],[2.54625,46.18394],[2.54513,46.319],[2.41517,46.31841],[2.41469,46.36343],[2.34965,46.36308],[2.34858,46.45313],[2.2183,46.45231],[2.21441,46.72243],[2.14895,46.72196],[2.14683,46.85701],[2.21246,46.85748],[2.21114,46.94751],[2.14541,46.94704],[2.14399,47.03707],[2.07814,47.03656],[2.0766,47.12659],[2.01065,47.12604],[2.00983,47.17105],[1.94382,47.17047],[1.9447,47.12546],[1.87876,47.12484],[1.87594,47.25987],[1.74372,47.25851],[1.74267,47.30352],[1.47802,47.30035],[1.4793,47.25535],[1.3471,47.25354],[1.34848,47.20853],[1.28244,47.20757],[1.28674,47.07256],[1.02326,47.06835],[1.0282,46.93334],[0.9625,46.9322],[0.96757,46.79719],[0.83651,46.7948],[0.83292,46.8848],[0.76728,46.88355],[0.76356,46.97355],[0.69782,46.97226],[0.6959,47.01725],[0.49853,47.01314],[0.50062,46.96815],[0.36917,46.96523],[0.36258,47.1002],[0.23081,47.09712],[0.2285,47.14211],[0.09664,47.13887],[0.09421,47.18385],[-0.03774,47.18047],[-0.03521,47.13549],[-0.16703,47.13195],[-0.15912,46.99701],[-0.09337,46.99879],[-0.05771,46.36898],[0.00729,46.37071],[0.01221,46.28072],[0.0771,46.28241],[0.08668,46.10244],[-0.10735,46.09729],[-0.10226,46.00731],[-0.16682,46.00552]],[[-2.18865,48.23147],[-2.25583,48.22849],[-2.25136,48.1836],[-2.31848,48.1806],[-2.29594,47.95614],[-2.16225,47.96209],[-2.12747,47.60284],[-1.99465,47.60861],[-1.99886,47.65352],[-1.79941,47.6619],[-1.5999,47.66993],[-1.60767,47.75978],[-1.40776,47.76748],[-1.20779,47.77484],[-1.21135,47.81978],[-1.14463,47.82216],[-1.15517,47.95697],[-0.95446,47.9639],[-0.96455,48.09871],[-1.03163,48.09644],[-1.04884,48.32109],[-0.98147,48.32338],[-0.98829,48.41323],[-1.05577,48.41094],[-1.0662,48.5457],[-1.20149,48.54099],[-1.20509,48.58591],[-1.27279,48.58349],[-1.26912,48.53858],[-1.47199,48.53112],[-1.47967,48.62093],[-1.54739,48.61836],[-1.5513,48.66326],[-1.75461,48.65531],[-1.76279,48.74509],[-1.89853,48.73959],[-2.10208,48.73106],[-2.09769,48.68618],[-2.23324,48.6803],[-2.22426,48.59055],[-2.15661,48.5935],[-2.15219,48.54862],[-2.08458,48.55153],[-2.08023,48.50665],[-1.94511,48.51235],[-1.94088,48.46746],[-2.00838,48.46463],[-1.99555,48.32995],[-2.13019,48.32419],[-2.12582,48.2793],[-2.19307,48.27636],[-2.18865,48.23147]],[[2.45691,48.65894],[2.45969,48.38907],[2.39216,48.38874],[2.39268,48.34376],[2.3252,48.3434],[2.32578,48.29841],[2.3932,48.29878],[2.39423,48.2088],[2.46154,48.20913],[2.46199,48.16414],[2.39475,48.16381],[2.39526,48.11882],[2.59684,48.11969],[2.59718,48.07469],[2.66432,48.0749],[2.73145,48.07508],[2.73123,48.12007],[3.00001,48.12038],[3.00001,48.16537],[3.06726,48.16535],[3.06749,48.3453],[3.47237,48.34438],[3.474,48.5243],[3.54171,48.52401],[3.54217,48.56899],[3.60994,48.56866],[3.61099,48.65861],[3.5431,48.65894],[3.54357,48.70391],[3.47563,48.7042],[3.47645,48.79414],[3.54451,48.79385],[3.54545,48.88378],[3.40909,48.88432],[3.4098,48.97425],[3.2732,48.97464],[3.27344,49.0196],[3.20508,49.01973],[3.20544,49.10965],[3.13696,49.10974],[3.13708,49.1547],[3.00001,49.15478],[3.00001,49.10982],[2.86305,49.10974],[2.65762,49.10933],[2.65732,49.15429],[2.58879,49.15407],[2.58915,49.10912],[2.52067,49.10887],[2.52479,48.65923],[2.45691,48.65894]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN"},{"id":"fr.orthohr.2017.antilles","name":"Ortho HR 2017 Antilles","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2017_antilles/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[-60.91348,14.37304],[-60.82079,14.3722],[-60.82034,14.41738],[-60.774,14.41695],[-60.7722,14.59765],[-60.81859,14.59808],[-60.81724,14.7336],[-60.86365,14.73404],[-60.86278,14.82439],[-61.0021,14.82565],[-61.00168,14.87082],[-61.09459,14.87161],[-61.09419,14.91679],[-61.23359,14.91791],[-61.23542,14.69198],[-61.189,14.69162],[-61.18974,14.60127],[-61.14334,14.60089],[-61.14448,14.46534],[-61.09811,14.46497],[-61.09849,14.41978],[-60.91306,14.41823],[-60.91348,14.37304]],[[-61.22398,16.04747],[-61.31742,16.04823],[-61.3178,16.00304],[-61.36451,16.0034],[-61.36561,15.86786],[-61.31893,15.8675],[-61.3193,15.82232],[-61.22596,15.82157],[-61.22557,15.86675],[-61.17888,15.86636],[-61.17767,16.0019],[-61.22438,16.00229],[-61.22398,16.04747]],[[-61.0808,16.3624],[-61.08116,16.31736],[-61.12802,16.3177],[-61.12837,16.27262],[-61.22194,16.27332],[-61.22156,16.31857],[-61.26832,16.31891],[-61.26796,16.36415],[-61.36151,16.36483],[-61.36043,16.50042],[-61.40723,16.50076],[-61.40685,16.54596],[-61.50054,16.54665],[-61.5009,16.50146],[-61.54771,16.5018],[-61.54843,16.41128],[-61.82903,16.41333],[-61.83118,16.14207],[-61.78399,16.14173],[-61.78542,15.96105],[-61.73851,15.9607],[-61.73887,15.91557],[-61.69206,15.91523],[-61.69278,15.82495],[-61.5528,15.82392],[-61.55028,16.14033],[-61.50366,16.13997],[-61.50329,16.18516],[-61.31626,16.18378],[-61.31591,16.22887],[-61.12887,16.22748],[-61.12923,16.18224],[-61.17604,16.18259],[-61.17641,16.13737],[-61.08288,16.13668],[-61.08181,16.27216],[-60.988,16.27147],[-60.98728,16.36171],[-61.0808,16.3624]],[[-63.0945,18.0887],[-63.18901,18.08862],[-63.18897,18.04343],[-63.09448,18.0435],[-63.09446,17.9983],[-63.04723,17.99832],[-63.04724,18.04352],[-63,18.04352],[-63,18.08871],[-62.95274,18.08871],[-62.95273,18.1339],[-63.09453,18.13388],[-63.0945,18.0887]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN"},{"id":"fr.orthohr.2018","name":"Ortho HR 2018","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2018/{zoom}/{x}/{y}","category":"photo","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[1.78354,42.57781],[1.72272,42.5771],[1.72371,42.53215],[1.66294,42.53141],[1.66397,42.48647],[1.72469,42.48721],[1.72567,42.44227],[1.78634,42.44298],[1.90769,42.44429],[1.90937,42.35442],[1.96995,42.35502],[1.97074,42.31009],[2.09182,42.31119],[2.09112,42.35613],[2.15171,42.35663],[2.15106,42.40157],[2.21169,42.40203],[2.33297,42.40286],[2.33348,42.35792],[2.45466,42.35861],[2.45508,42.31367],[2.57617,42.31422],[2.69726,42.31464],[2.6968,42.40452],[2.75744,42.40467],[2.87872,42.40488],[2.87863,42.44982],[3.00001,42.44989],[3.00001,42.40495],[3.12129,42.40488],[3.24257,42.40467],[3.24276,42.44961],[3.18207,42.44974],[3.18235,42.53963],[3.12157,42.53971],[3.12166,42.58466],[3.06083,42.58471],[3.06112,42.85445],[3.12223,42.8544],[3.12242,42.94432],[3.06121,42.94438],[3.06126,42.98934],[3.12251,42.98929],[3.1227,43.07923],[3.18405,43.07914],[3.18419,43.12411],[3.24559,43.12399],[3.24578,43.16896],[3.30722,43.1688],[3.30746,43.21378],[3.36895,43.21358],[3.36924,43.25856],[3.55385,43.25777],[3.55428,43.30275],[3.61587,43.30241],[3.61635,43.34739],[3.73961,43.34662],[3.74019,43.3916],[3.80186,43.39116],[3.80249,43.43614],[3.86422,43.43566],[3.86489,43.48065],[3.98843,43.47959],[3.98921,43.52457],[4.05103,43.52399],[4.0502,43.47901],[4.11197,43.47839],[4.1111,43.43341],[4.23454,43.43208],[4.23551,43.47706],[4.35903,43.47558],[4.3601,43.52056],[4.42191,43.51976],[4.42302,43.56474],[4.48487,43.56391],[4.48721,43.65388],[4.67305,43.65118],[4.67964,43.87609],[4.92838,43.87198],[4.92687,43.827],[4.989,43.82588],[4.98743,43.7809],[5.04951,43.77975],[5.0479,43.73477],[5.296,43.72982],[5.2942,43.68485],[5.41813,43.68217],[5.41624,43.6372],[5.54006,43.63437],[5.66388,43.63141],[5.66597,43.67637],[5.85181,43.67166],[5.85405,43.71662],[5.91604,43.71498],[5.91375,43.67002],[5.97568,43.66834],[5.97335,43.62338],[6.03524,43.62167],[6.03762,43.66663],[6.09955,43.66488],[6.10198,43.70983],[6.22592,43.70623],[6.22846,43.75118],[6.29047,43.74933],[6.28789,43.70437],[6.41181,43.70056],[6.41449,43.74551],[6.60048,43.73951],[6.60331,43.78446],[6.72738,43.78029],[6.73325,43.87017],[6.8575,43.86585],[6.98173,43.86139],[6.98801,43.95127],[6.9258,43.95352],[6.9289,43.99846],[6.86663,44.00068],[6.86969,44.04563],[6.80737,44.04782],[6.81038,44.09276],[6.74801,44.09492],[6.75692,44.22978],[6.81944,44.22762],[6.8255,44.31752],[6.88811,44.31533],[6.8912,44.36028],[6.95386,44.35804],[6.9633,44.4929],[6.90049,44.49514],[6.9036,44.5401],[6.96646,44.53786],[6.97596,44.67272],[7.10196,44.66812],[7.10852,44.75803],[7.04542,44.76035],[7.0519,44.85027],[6.9887,44.85256],[6.9919,44.89752],[6.80211,44.90418],[6.81128,45.03908],[6.68442,45.04335],[6.69036,45.13329],[6.43618,45.14141],[6.43342,45.09644],[6.36991,45.09838],[6.37263,45.14336],[6.30907,45.14526],[6.31174,45.19024],[6.1845,45.19394],[6.19222,45.3289],[6.256,45.32706],[6.25863,45.37204],[6.1948,45.37388],[6.19998,45.46386],[6.07211,45.46743],[6.0746,45.51242],[5.88262,45.51751],[5.87795,45.42753],[5.81405,45.42915],[5.81633,45.47414],[5.75238,45.47573],[5.75684,45.56572],[5.69278,45.56728],[5.69716,45.65727],[5.76133,45.65572],[5.76357,45.70071],[5.82779,45.69912],[5.84631,46.05908],[5.91094,46.05744],[5.91333,46.10244],[5.97801,46.10076],[5.98045,46.14575],[6.04518,46.14403],[6.04768,46.18902],[6.11246,46.18727],[6.11501,46.23226],[6.17984,46.23046],[6.19032,46.41041],[6.12528,46.41221],[6.12786,46.4572],[5.99766,46.46069],[5.99272,46.37071],[5.92772,46.37239],[5.92532,46.3274],[5.86037,46.32905],[5.85801,46.28406],[5.72821,46.28724],[5.73046,46.33224],[5.6655,46.33378],[5.66769,46.37877],[5.60267,46.38028],[5.60053,46.33528],[5.47059,46.33817],[5.47263,46.38317],[5.4076,46.38456],[5.40958,46.42956],[5.47467,46.42817],[5.47875,46.51817],[5.41356,46.51957],[5.41756,46.60957],[5.48285,46.60817],[5.48697,46.69817],[5.42156,46.69957],[5.42558,46.78957],[5.4911,46.78817],[5.49524,46.87816],[5.42962,46.87956],[5.43164,46.92456],[5.36596,46.92593],[5.36793,46.97092],[5.30219,46.97226],[5.30411,47.01725],[5.17251,47.0198],[5.1707,46.9748],[5.10496,46.97602],[5.10671,47.02102],[4.9751,47.02335],[4.97345,46.97835],[4.77618,46.98155],[4.7747,46.93655],[4.70899,46.93754],[4.71042,46.98255],[4.57888,46.98442],[4.5802,47.02943],[4.51437,47.03031],[4.51564,47.07532],[4.44976,47.07617],[4.45097,47.12117],[4.31909,47.12275],[4.32019,47.16776],[4.05619,47.17047],[4.05531,47.12546],[3.98936,47.12604],[3.98361,46.81095],[3.91804,46.81149],[3.91728,46.76647],[3.5897,46.76862],[3.58872,46.67858],[3.65413,46.67823],[3.65305,46.58819],[3.71835,46.5878],[3.71716,46.49776],[3.84754,46.49686],[3.84684,46.45184],[3.97711,46.4508],[3.97631,46.40578],[3.91123,46.40632],[3.90973,46.31628],[3.84475,46.31678],[3.84267,46.18172],[3.9723,46.18068],[3.9715,46.13566],[4.36004,46.13167],[4.36116,46.17669],[4.42596,46.1759],[4.4283,46.26593],[4.55812,46.26423],[4.55684,46.21921],[4.68653,46.21736],[4.67689,45.90226],[4.74137,45.90129],[4.73995,45.85627],[4.86878,45.85422],[4.86574,45.76419],[5.05866,45.76084],[5.05532,45.67082],[4.99111,45.67197],[4.9895,45.62696],[4.73288,45.63121],[4.73006,45.54118],[4.79412,45.54018],[4.79267,45.49517],[4.72866,45.49617],[4.72168,45.27111],[4.97665,45.26689],[4.97824,45.3119],[5.04203,45.31075],[5.04038,45.26575],[5.10411,45.26457],[5.10072,45.17456],[5.16435,45.17334],[5.16261,45.12834],[5.09903,45.12955],[5.09566,45.03954],[5.34953,45.03448],[5.34764,44.98948],[5.47446,44.98673],[5.47049,44.89674],[5.40719,44.89813],[5.40141,44.76314],[5.59086,44.75887],[5.58879,44.71388],[5.71498,44.71086],[5.71281,44.66587],[5.58672,44.66889],[5.58054,44.53393],[5.45474,44.53679],[5.45084,44.44682],[5.38804,44.4482],[5.38424,44.35822],[5.44695,44.35684],[5.445,44.31186],[5.5703,44.309],[5.56826,44.26402],[5.63086,44.26253],[5.62877,44.21755],[5.50368,44.22048],[5.5017,44.1755],[5.4392,44.17691],[5.44113,44.22189],[5.31602,44.2246],[5.31785,44.26959],[5.19263,44.27216],[5.19437,44.31714],[5.06904,44.31957],[5.07068,44.36457],[5.1334,44.36337],[5.1351,44.40836],[5.07233,44.40956],[5.07398,44.45455],[4.88551,44.45794],[4.88251,44.36795],[4.75706,44.37002],[4.63159,44.37195],[4.63029,44.32695],[4.56761,44.32787],[4.56885,44.37286],[4.38063,44.37539],[4.31789,44.37615],[4.31684,44.33115],[4.19145,44.33258],[4.1924,44.37759],[4.12965,44.37825],[4.13055,44.42325],[4.06775,44.42388],[4.0686,44.46888],[4.00574,44.46947],[4.00815,44.6045],[3.94515,44.60505],[3.94742,44.74009],[3.88426,44.74061],[3.88497,44.78562],[3.82176,44.78611],[3.82242,44.83112],[3.75916,44.83157],[3.75977,44.87659],[3.69646,44.877],[3.69702,44.92202],[3.57029,44.92274],[3.56984,44.87772],[3.44321,44.8783],[3.44392,44.96834],[3.38051,44.96857],[3.38081,45.01359],[3.31735,45.01379],[3.31709,44.96877],[3.19026,44.96906],[3.1901,44.92404],[3.06337,44.92419],[3.06327,44.83415],[3.00001,44.83417],[3.00001,44.69912],[2.93689,44.6991],[2.93699,44.60908],[3.00001,44.6091],[3.00001,44.56408],[3.06297,44.56407],[3.06272,44.33902],[3.12543,44.33896],[3.12533,44.29396],[3.06267,44.29401],[3.06262,44.249],[3.12523,44.24895],[3.12513,44.20394],[3.18769,44.20386],[3.18755,44.15885],[3.31257,44.15857],[3.31232,44.11356],[3.24986,44.11372],[3.24947,44.02372],[3.3742,44.02337],[3.3739,43.97837],[3.31159,43.97856],[3.31134,43.93357],[3.24907,43.93372],[3.24888,43.88873],[3.18666,43.88885],[3.18651,43.84386],[3.00001,43.84402],[3.00001,43.75403],[2.93793,43.75401],[2.93798,43.70902],[2.87596,43.70896],[2.87606,43.66397],[2.69014,43.6636],[2.56619,43.66318],[2.56721,43.52822],[2.62904,43.52845],[2.62933,43.48346],[2.56755,43.48323],[2.56789,43.43825],[2.50616,43.43799],[2.50577,43.48297],[2.44399,43.48267],[2.44443,43.43769],[2.3827,43.43735],[2.38222,43.48234],[2.19689,43.48112],[2.19752,43.43614],[2.07407,43.43515],[2.07335,43.48014],[2.01158,43.47959],[2.01235,43.43461],[1.88891,43.43341],[1.88804,43.47839],[1.82627,43.47774],[1.82719,43.43276],[1.76547,43.43208],[1.76643,43.3871],[1.70477,43.38638],[1.70578,43.34141],[1.64416,43.34065],[1.64838,43.16077],[1.70981,43.16152],[1.71081,43.11656],[1.83357,43.11796],[1.83448,43.07299],[1.89581,43.07364],[1.89667,43.02867],[1.95796,43.02928],[1.95877,42.98432],[1.89752,42.98371],[1.89923,42.89379],[1.83809,42.89314],[1.84078,42.75828],[1.90178,42.75892],[1.90263,42.71397],[1.96359,42.71458],[2.08551,42.71569],[2.08621,42.67073],[1.96439,42.66962],[1.96519,42.62468],[1.84346,42.62343],[1.7826,42.62275],[1.78354,42.57781]],[[3.00001,47.8504],[3.00001,47.8054],[2.79961,47.80523],[2.80012,47.67022],[2.86675,47.67032],[2.86697,47.58031],[2.93349,47.58036],[2.93355,47.53536],[3.13292,47.5353],[3.13281,47.49029],[3.19922,47.4902],[3.19905,47.44519],[3.39809,47.44468],[3.39843,47.48969],[3.53123,47.48916],[3.53078,47.44415],[3.66347,47.44347],[3.66236,47.35345],[3.92728,47.35164],[3.9265,47.30663],[4.12501,47.30488],[4.12785,47.43989],[4.19418,47.43923],[4.1972,47.57424],[4.2637,47.57354],[4.26583,47.66354],[4.33244,47.6628],[4.33469,47.75279],[4.40141,47.75201],[4.40379,47.842],[4.33695,47.84278],[4.33922,47.93276],[4.27227,47.93351],[4.27335,47.9785],[3.9383,47.98165],[3.93909,48.02664],[3.87202,48.02716],[3.87351,48.11714],[3.80632,48.11762],[3.80769,48.2076],[3.67309,48.20844],[3.67423,48.29841],[3.60681,48.29878],[3.60733,48.34376],[3.53985,48.34409],[3.54032,48.38907],[3.47278,48.38936],[3.47318,48.43434],[3.33799,48.4348],[3.3377,48.38982],[3.00001,48.3903],[3.00001,48.25535],[2.93264,48.25533],[2.9327,48.21034],[2.86539,48.21028],[2.8655,48.16529],[2.93275,48.16535],[2.93281,48.12036],[3.00001,48.12038],[3.00001,48.03039],[3.06709,48.03037],[3.06697,47.94038],[3.00001,47.9404],[3.00001,47.8954],[2.93309,47.89538],[2.93315,47.85038],[3.00001,47.8504]],[[5.40533,48.4019],[5.37832,48.40244],[5.37629,48.35748],[5.40327,48.35693],[5.40163,48.32096],[5.49602,48.31901],[5.49559,48.31002],[5.53603,48.30916],[5.53516,48.29117],[5.56212,48.29059],[5.5608,48.26361],[5.62814,48.26213],[5.6259,48.21717],[5.69318,48.21566],[5.69227,48.19767],[5.66536,48.19828],[5.664,48.1713],[5.65056,48.17161],[5.6483,48.12664],[5.62144,48.12724],[5.61832,48.06428],[5.6854,48.06277],[5.68403,48.03579],[5.75108,48.03424],[5.74875,47.98928],[5.76214,47.98896],[5.7598,47.94399],[5.79996,47.94304],[5.79948,47.93405],[5.81287,47.93373],[5.81334,47.94272],[5.84011,47.94208],[5.83915,47.92409],[5.87929,47.92311],[5.8788,47.91412],[5.94569,47.91246],[5.94669,47.93045],[5.97345,47.92977],[5.97396,47.93877],[6.01411,47.93774],[6.01513,47.95573],[6.04191,47.95504],[6.04345,47.98202],[6.13721,47.97955],[6.13561,47.95258],[6.149,47.95222],[6.14793,47.93423],[6.18807,47.93315],[6.18753,47.92416],[6.25442,47.92232],[6.25497,47.93131],[6.28173,47.93057],[6.28229,47.93956],[6.4161,47.93575],[6.41552,47.92675],[6.42889,47.92636],[6.42599,47.88141],[6.54628,47.87783],[6.54748,47.89582],[6.57421,47.895],[6.57603,47.92198],[6.61616,47.92075],[6.61371,47.88479],[6.68053,47.88271],[6.67991,47.87372],[6.69327,47.8733],[6.69202,47.85532],[6.74545,47.85362],[6.74355,47.82665],[6.78359,47.82537],[6.78231,47.80739],[6.83569,47.80565],[6.83439,47.78767],[6.84773,47.78723],[6.84708,47.77824],[6.86042,47.77781],[6.85977,47.76882],[6.9131,47.76704],[6.91244,47.75806],[6.9391,47.75716],[6.93844,47.74817],[6.96509,47.74727],[6.96442,47.73828],[7.0044,47.73692],[7.00372,47.72793],[7.01705,47.72747],[7.01434,47.69152],[7.02765,47.69106],[7.02561,47.66409],[7.0123,47.66455],[7.01163,47.65556],[6.99832,47.65602],[6.99361,47.59309],[7.0069,47.59264],[7.00622,47.58365],[7.0328,47.58273],[7.04608,47.58227],[7.04676,47.59126],[7.07334,47.59033],[7.07197,47.57236],[7.08525,47.57189],[7.08456,47.5629],[7.09785,47.56244],[7.09647,47.54446],[7.10974,47.54399],[7.10905,47.535],[7.12232,47.53453],[7.11886,47.48958],[7.13212,47.48911],[7.13143,47.48012],[7.15795,47.47918],[7.15446,47.43423],[7.1677,47.43376],[7.167,47.42477],[7.21999,47.42286],[7.21928,47.41387],[7.23252,47.41339],[7.23181,47.4044],[7.25829,47.40343],[7.25901,47.41242],[7.28549,47.41145],[7.28621,47.42044],[7.3127,47.41946],[7.31342,47.42844],[7.33991,47.42746],[7.33918,47.41847],[7.40539,47.41598],[7.40613,47.42497],[7.41938,47.42446],[7.42012,47.43345],[7.43337,47.43295],[7.43411,47.44194],[7.44736,47.44143],[7.44811,47.45042],[7.46136,47.44991],[7.4621,47.4589],[7.47536,47.45839],[7.47611,47.46737],[7.50262,47.46635],[7.50337,47.47534],[7.51663,47.47483],[7.51739,47.48381],[7.53064,47.4833],[7.53217,47.50127],[7.54543,47.50075],[7.54925,47.54569],[7.56253,47.54517],[7.56329,47.55415],[7.57657,47.55363],[7.57734,47.56262],[7.60389,47.56157],[7.60854,47.61549],[7.59526,47.61601],[7.5968,47.63398],[7.58351,47.63451],[7.58428,47.64349],[7.57099,47.64401],[7.57176,47.653],[7.55846,47.65352],[7.55923,47.66251],[7.54593,47.66302],[7.54669,47.67201],[7.53339,47.67253],[7.53568,47.69949],[7.54899,47.69897],[7.54976,47.70795],[7.56307,47.70743],[7.5677,47.76135],[7.55437,47.76187],[7.55822,47.80679],[7.57156,47.80627],[7.57388,47.83323],[7.58723,47.83271],[7.58956,47.85966],[7.5762,47.86018],[7.57775,47.87815],[7.59111,47.87763],[7.59189,47.88662],[7.60524,47.88609],[7.60993,47.94],[7.6233,47.93947],[7.62408,47.94846],[7.63746,47.94793],[7.64218,48.00183],[7.62879,48.00236],[7.62958,48.01134],[7.61619,48.01187],[7.61697,48.02085],[7.60358,48.02138],[7.60436,48.03036],[7.59097,48.03088],[7.59878,48.12072],[7.6122,48.12019],[7.61376,48.13816],[7.62719,48.13763],[7.62797,48.14662],[7.61455,48.14714],[7.61534,48.15613],[7.62876,48.1556],[7.62955,48.16458],[7.64298,48.16405],[7.64456,48.18202],[7.65799,48.18149],[7.65958,48.19945],[7.67301,48.19892],[7.67381,48.2079],[7.68724,48.20737],[7.69044,48.2433],[7.70389,48.24276],[7.7087,48.29665],[7.72216,48.29612],[7.72297,48.3051],[7.74989,48.30402],[7.7507,48.313],[7.76417,48.31246],[7.76824,48.35736],[7.75476,48.3579],[7.76046,48.42077],[7.77395,48.42022],[7.7764,48.44716],[7.7899,48.44662],[7.79318,48.48254],[7.80668,48.48199],[7.80751,48.49097],[7.84803,48.48932],[7.8472,48.48034],[7.87421,48.47923],[7.87505,48.48821],[7.88856,48.48766],[7.89023,48.50562],[7.87672,48.50617],[7.87755,48.51515],[7.85053,48.51626],[7.85302,48.54319],[7.89358,48.54153],[7.89778,48.58642],[7.91132,48.58586],[7.91216,48.59484],[7.92569,48.59428],[7.92485,48.5853],[7.95191,48.58418],[7.95616,48.62906],[7.91553,48.63075],[7.91469,48.62177],[7.88761,48.62289],[7.89012,48.64982],[7.90367,48.64926],[7.90452,48.65824],[7.91807,48.65768],[7.91891,48.66666],[7.93247,48.6661],[7.93331,48.67508],[7.94687,48.67451],[7.94857,48.69247],[7.96213,48.6919],[7.96298,48.70088],[7.97654,48.70031],[7.97826,48.71827],[7.99182,48.7177],[7.9944,48.74463],[8.02154,48.74349],[8.02241,48.75246],[8.03598,48.75189],[8.03772,48.76984],[8.05129,48.76927],[8.05216,48.77824],[8.0929,48.77651],[8.09378,48.78549],[8.10736,48.78491],[8.10912,48.80286],[8.12271,48.80227],[8.12624,48.83817],[8.13984,48.83759],[8.14338,48.87349],[8.15699,48.8729],[8.15877,48.89085],[8.17238,48.89026],[8.17416,48.90821],[8.18778,48.90762],[8.18957,48.92556],[8.20319,48.92497],[8.20498,48.94292],[8.2186,48.94232],[8.21951,48.9513],[8.24675,48.95011],[8.25038,48.986],[8.14131,48.99073],[8.1422,48.9997],[8.10129,49.00145],[8.10217,49.01042],[8.07489,49.01158],[8.07577,49.02055],[8.06212,49.02113],[8.063,49.0301],[8.02206,49.03182],[8.02293,49.0408],[7.98198,49.04251],[7.98284,49.05148],[7.96919,49.05205],[7.97005,49.06102],[7.95639,49.06158],[7.95725,49.07056],[7.91627,49.07224],[7.91542,49.06327],[7.87445,49.06494],[7.87361,49.05597],[7.8463,49.05707],[7.84714,49.06605],[7.83348,49.0666],[7.83432,49.07557],[7.77967,49.07776],[7.77884,49.06879],[7.68322,49.07255],[7.68241,49.06358],[7.65509,49.06464],[7.6567,49.08259],[7.62937,49.08365],[7.63017,49.09263],[7.56183,49.09524],[7.56262,49.10422],[7.54895,49.10473],[7.54974,49.11371],[7.53607,49.11423],[7.53764,49.13218],[7.52396,49.1327],[7.5271,49.1686],[7.51341,49.16911],[7.5142,49.17809],[7.45943,49.18013],[7.46098,49.19808],[7.41989,49.1996],[7.41912,49.19062],[7.36434,49.19262],[7.36358,49.18365],[7.34989,49.18414],[7.34762,49.15721],[7.30656,49.15869],[7.30581,49.14971],[7.29213,49.1502],[7.29138,49.14122],[7.22296,49.14365],[7.22223,49.13467],[7.20855,49.13515],[7.20928,49.14413],[7.14085,49.1465],[7.14157,49.15548],[7.12788,49.15595],[7.12859,49.16493],[7.04644,49.16772],[7.04714,49.1767],[7.06084,49.17624],[7.06225,49.19419],[7.04855,49.19466],[7.04925,49.20363],[7.00815,49.20501],[7.00884,49.21399],[6.99514,49.21444],[6.99583,49.22342],[6.95471,49.22478],[6.95539,49.23376],[6.90055,49.23555],[6.89987,49.22657],[6.88616,49.22701],[6.88683,49.23599],[6.8457,49.23731],[6.84503,49.22833],[6.81761,49.2292],[6.81562,49.20226],[6.82932,49.20183],[6.82733,49.17489],[6.79993,49.17576],[6.80059,49.18474],[6.77319,49.1856],[6.77254,49.17662],[6.74514,49.17747],[6.74905,49.23135],[6.70791,49.23263],[6.70985,49.25957],[6.69613,49.25999],[6.69677,49.26897],[6.68305,49.26939],[6.68369,49.27837],[6.69741,49.27795],[6.69805,49.28693],[6.68433,49.28735],[6.68497,49.29633],[6.65751,49.29716],[6.65814,49.30614],[6.64441,49.30656],[6.64505,49.31554],[6.61758,49.31636],[6.61947,49.3433],[6.60572,49.34371],[6.60635,49.35269],[6.6201,49.35228],[6.62199,49.37922],[6.60824,49.37963],[6.60949,49.39759],[6.58198,49.39841],[6.58385,49.42535],[6.57009,49.42575],[6.57071,49.43473],[6.55694,49.43514],[6.55756,49.44412],[6.53002,49.44492],[6.53064,49.4539],[6.51687,49.4543],[6.51748,49.46328],[6.48993,49.46408],[6.49054,49.47306],[6.47676,49.47345],[6.47737,49.48243],[6.4498,49.48322],[6.45041,49.4922],[6.40905,49.49337],[6.40846,49.48439],[6.39467,49.48478],[6.39408,49.4758],[6.3803,49.47618],[6.38089,49.48516],[6.32576,49.48669],[6.32634,49.49567],[6.31255,49.49605],[6.31313,49.50503],[6.29934,49.5054],[6.29992,49.51438],[6.27234,49.51513],[6.27291,49.52411],[6.20394,49.52595],[6.20338,49.51697],[6.18959,49.51734],[6.19014,49.52632],[6.16255,49.52704],[6.162,49.51806],[6.13441,49.51878],[6.13387,49.5098],[6.12007,49.51015],[6.11953,49.50117],[6.10574,49.50153],[6.10466,49.48356],[6.07709,49.48427],[6.07655,49.47529],[6.0352,49.47633],[6.03467,49.46735],[6.00711,49.46804],[6.00764,49.47702],[5.99385,49.47736],[5.99542,49.5043],[5.96784,49.50498],[5.96836,49.51396],[5.8718,49.51629],[5.87281,49.53425],[5.85901,49.53458],[5.86001,49.55254],[5.8324,49.55319],[5.83289,49.56217],[5.80528,49.56281],[5.80577,49.57179],[5.73672,49.57337],[5.73576,49.5554],[5.69434,49.55633],[5.69481,49.56531],[5.62577,49.56683],[5.62531,49.55784],[5.6115,49.55814],[5.61059,49.54018],[5.52777,49.54193],[5.52733,49.53295],[5.48592,49.53381],[5.49028,49.62363],[5.42115,49.62502],[5.42327,49.66993],[5.35408,49.67129],[5.35201,49.62638],[5.28288,49.6277],[5.28088,49.58279],[5.2118,49.58407],[5.21374,49.62898],[5.07544,49.63142],[5.07181,49.54159],[5.00278,49.54274],[4.99929,49.4529],[5.0682,49.45174],[5.06639,49.40682],[4.99754,49.40797],[4.99233,49.27318],[4.92366,49.2743],[4.91699,49.09454],[4.98542,49.09343],[4.9837,49.04849],[4.91533,49.0496],[4.91367,49.00465],[4.98199,49.00354],[4.98027,48.9586],[4.91201,48.9597],[4.91036,48.91475],[4.84216,48.91582],[4.8374,48.78096],[4.90542,48.77989],[4.90378,48.73494],[4.97175,48.73383],[4.96667,48.59896],[5.03446,48.59782],[5.03271,48.55285],[5.16816,48.55046],[5.1663,48.5055],[5.30162,48.50296],[5.29965,48.45799],[5.36724,48.45667],[5.36522,48.4117],[5.40574,48.41089],[5.40533,48.4019]],[[-1.34946,46.23681],[-1.35304,46.28177],[-1.61235,46.27155],[-1.60478,46.18165],[-1.54006,46.18426],[-1.53634,46.13931],[-1.40701,46.14441],[-1.4034,46.09945],[-1.46801,46.09692],[-1.45342,45.91711],[-1.38901,45.91963],[-1.38543,45.87468],[-1.32107,45.87716],[-1.30351,45.65237],[-1.17529,45.6572],[-1.1719,45.61224],[-1.23596,45.60985],[-1.23253,45.56489],[-1.16852,45.56728],[-1.16176,45.47736],[-1.22567,45.47497],[-1.19846,45.11531],[-1.26195,45.1129],[-1.24147,44.84318],[-1.30465,44.84074],[-1.27384,44.43622],[-1.33657,44.43377],[-1.3194,44.20907],[-1.38187,44.20659],[-1.36803,44.02686],[-1.4303,44.02435],[-1.41636,43.84464],[-1.47843,43.84211],[-1.46438,43.66243],[-1.52625,43.65987],[-1.51916,43.57004],[-1.58093,43.56745],[-1.57734,43.52254],[-1.63906,43.51991],[-1.63181,43.4301],[-1.81663,43.42203],[-1.80537,43.28734],[-1.68245,43.29274],[-1.6788,43.24784],[-1.61738,43.25049],[-1.61379,43.20559],[-1.55241,43.2082],[-1.55595,43.2531],[-1.43308,43.25822],[-1.42618,43.16841],[-1.48753,43.16587],[-1.48056,43.07607],[-1.5418,43.07351],[-1.53828,43.02861],[-1.47708,43.03118],[-1.47361,42.98628],[-1.29013,42.99376],[-1.29346,43.03866],[-1.23225,43.04109],[-1.22896,42.99619],[-1.10661,43.00093],[-1.10343,42.95603],[-0.98115,42.96063],[-0.97806,42.91572],[-0.79475,42.92236],[-0.79181,42.87745],[-0.73075,42.87959],[-0.72786,42.83468],[-0.66684,42.83678],[-0.664,42.79187],[-0.60302,42.79394],[-0.60024,42.74903],[-0.35646,42.75694],[-0.35905,42.80186],[-0.29805,42.80376],[-0.30316,42.8936],[-0.24206,42.89546],[-0.24961,43.03025],[-0.12711,43.03388],[-0.13197,43.12375],[-0.07062,43.12551],[-0.07301,43.17045],[-0.01161,43.17218],[-0.01631,43.26207],[0.04519,43.26377],[0.03364,43.48852],[-0.0281,43.48681],[-0.03523,43.62167],[-0.22086,43.61632],[-0.22591,43.70623],[-0.16394,43.70805],[-0.17391,43.88788],[0.13697,43.89648],[0.12792,44.07636],[0.1903,44.07798],[0.18585,44.16792],[-0.06405,44.16123],[-0.06648,44.2062],[-0.00396,44.20793],[-0.01112,44.34285],[0.05156,44.34454],[0.04216,44.52446],[0.10504,44.52612],[0.10273,44.5711],[0.16566,44.57274],[0.1634,44.61772],[0.22638,44.61932],[0.22195,44.70929],[0.34812,44.71239],[0.33962,44.89235],[0.14975,44.88764],[0.15203,44.84265],[0.0888,44.84101],[0.06766,45.2459],[0.00397,45.24421],[0.00155,45.2892],[-0.06218,45.28748],[-0.06466,45.33246],[-0.19221,45.3289],[-0.20777,45.59881],[-0.33593,45.59508],[-0.3468,45.77502],[-0.28251,45.77691],[-0.27984,45.73192],[-0.08711,45.73737],[-0.09719,45.91733],[-0.03273,45.91908],[-0.03521,45.96407],[0.0293,45.96578],[0.02687,46.01077],[0.09145,46.01245],[0.08907,46.05744],[0.21833,46.06069],[0.21605,46.10568],[0.28074,46.10725],[0.27628,46.19725],[0.21148,46.19568],[0.20229,46.37566],[0.07229,46.37239],[0.06987,46.41739],[0.00482,46.4157],[-0.00013,46.50568],[0.06503,46.50737],[0.0406,46.95726],[-0.0251,46.95555],[-0.03267,47.0905],[-0.09853,47.08876],[-0.10112,47.13374],[-0.56241,47.12045],[-0.55943,47.07548],[-0.62526,47.07343],[-0.62224,47.02846],[-0.951,47.01767],[-0.94443,46.92775],[-0.8788,46.92998],[-0.87235,46.84005],[-0.80682,46.84224],[-0.80366,46.79727],[-0.73818,46.79942],[-0.72581,46.61954],[-0.66054,46.62164],[-0.64246,46.3518],[-0.90223,46.3432],[-0.90545,46.38816],[-1.10038,46.38132],[-1.097,46.33636],[-1.16191,46.334],[-1.15849,46.28904],[-1.22335,46.28665],[-1.21641,46.19673],[-1.28116,46.19431],[-1.28467,46.23927],[-1.34946,46.23681]],[[0.15067,47.36543],[0.08446,47.36378],[0.0869,47.3188],[0.02076,47.31712],[0.03319,47.09221],[0.16493,47.09552],[0.1673,47.05053],[0.23312,47.05213],[0.24003,46.91716],[0.69974,46.92726],[0.70356,46.83726],[0.76914,46.83855],[0.77284,46.74854],[0.83831,46.7498],[0.8401,46.70479],[1.03637,46.70832],[1.03147,46.84334],[1.09707,46.84444],[1.09231,46.97945],[1.28959,46.98255],[1.28817,47.02755],[1.35399,47.02851],[1.35261,47.07352],[1.41849,47.07444],[1.41452,47.20946],[1.81082,47.2142],[1.81182,47.16919],[1.94382,47.17047],[1.94205,47.26049],[2.20652,47.2626],[2.20519,47.35262],[2.13896,47.35215],[2.13824,47.39716],[2.27081,47.39806],[2.2665,47.7131],[1.73311,47.70854],[1.73204,47.75353],[1.66532,47.75279],[1.66419,47.79779],[1.59741,47.79701],[1.59145,48.02196],[1.18914,48.01646],[1.1876,48.06144],[1.1205,48.06039],[1.1189,48.10537],[1.05174,48.10428],[1.05008,48.14926],[0.78126,48.14451],[0.79067,47.91962],[0.72375,47.91834],[0.7276,47.82838],[0.66081,47.82707],[0.66279,47.78209],[0.59605,47.78074],[0.59808,47.73576],[0.5314,47.73437],[0.53349,47.68939],[0.33364,47.685],[0.33589,47.64002],[0.20279,47.63691],[0.20515,47.59193],[0.13866,47.59032],[0.15067,47.36543]],[[-3.51421,48.03024],[-3.6479,48.02274],[-3.6592,48.11241],[-3.59225,48.11618],[-3.59786,48.16102],[-3.46381,48.16845],[-3.45832,48.12361],[-3.25735,48.13447],[-3.25204,48.08962],[-3.18509,48.09315],[-3.19035,48.13801],[-2.92223,48.1518],[-2.9172,48.10693],[-2.8502,48.11028],[-2.84523,48.06541],[-2.71134,48.07199],[-2.70165,47.98224],[-2.56794,47.98865],[-2.57267,48.03354],[-2.50575,48.03669],[-2.51042,48.08158],[-2.30944,48.09082],[-2.17541,48.09679],[-2.18423,48.18657],[-2.11709,48.18951],[-2.12145,48.2344],[-1.91982,48.24298],[-1.92822,48.33278],[-1.86088,48.33556],[-1.88173,48.56004],[-1.94935,48.55724],[-1.96212,48.6919],[-2.09769,48.68618],[-2.23324,48.6803],[-2.23774,48.72517],[-2.37337,48.71913],[-2.36876,48.67426],[-2.4365,48.67119],[-2.44118,48.71606],[-2.50897,48.71294],[-2.50424,48.66808],[-2.63969,48.66173],[-2.63002,48.57201],[-2.69762,48.56879],[-2.71231,48.70336],[-2.84783,48.69678],[-2.86295,48.83132],[-2.93086,48.82797],[-2.9411,48.91764],[-3.00913,48.91424],[-3.01432,48.95908],[-3.15046,48.95216],[-3.14516,48.90733],[-3.34913,48.89667],[-3.35461,48.94149],[-3.49066,48.93418],[-3.69466,48.92293],[-3.67163,48.74371],[-3.73938,48.73989],[-3.74518,48.7847],[-3.81298,48.78084],[-3.80712,48.73604],[-3.87485,48.73215],[-3.88077,48.77695],[-3.94854,48.77302],[-3.95453,48.81781],[-4.09017,48.80982],[-4.07798,48.72025],[-4.21334,48.71212],[-4.34867,48.70384],[-4.48395,48.6954],[-4.61918,48.68681],[-4.61264,48.64205],[-4.81524,48.62889],[-4.80854,48.58413],[-4.876,48.57967],[-4.86252,48.49016],[-4.99716,48.48114],[-5.00401,48.52589],[-5.20606,48.51206],[-5.18504,48.37785],[-5.11788,48.38248],[-5.11095,48.33773],[-4.97669,48.34688],[-4.96311,48.25737],[-4.76197,48.27079],[-4.75537,48.22601],[-4.68835,48.23041],[-4.66877,48.09607],[-4.80244,48.08727],[-5.00287,48.07378],[-4.9893,47.98426],[-4.78921,47.99772],[-4.65576,48.00651],[-4.64928,47.96172],[-4.5159,47.97035],[-4.50953,47.92556],[-4.44288,47.92981],[-4.41776,47.75061],[-4.35132,47.75481],[-4.34512,47.71],[-4.27873,47.71416],[-4.21232,47.71829],[-4.21841,47.7631],[-4.08546,47.77124],[-4.06756,47.63678],[-3.86856,47.64867],[-3.88015,47.73834],[-3.61423,47.7537],[-3.60865,47.70886],[-3.47575,47.71631],[-3.48669,47.80601],[-3.42011,47.80968],[-3.42554,47.85453],[-3.3589,47.85817],[-3.37508,47.99273],[-3.50869,47.98539],[-3.51421,48.03024]],[[1.44652,49.07506],[1.44672,49.06831],[1.43646,49.06818],[1.43768,49.02773],[1.44793,49.02786],[1.44853,49.00763],[1.46903,49.0079],[1.46923,49.00115],[1.44873,49.00089],[1.44994,48.96043],[1.48066,48.96083],[1.48106,48.94734],[1.49129,48.94747],[1.49247,48.90701],[1.52316,48.90739],[1.52354,48.8939],[1.53377,48.89403],[1.5349,48.85357],[1.56556,48.85394],[1.56649,48.82022],[1.5767,48.82034],[1.57689,48.8136],[1.56668,48.81348],[1.56816,48.75952],[1.57836,48.75964],[1.57873,48.74616],[1.59912,48.7464],[1.59966,48.72616],[1.57928,48.72592],[1.57946,48.71918],[1.56927,48.71906],[1.57019,48.68533],[1.60075,48.68569],[1.60093,48.67895],[1.58056,48.67871],[1.58111,48.65847],[1.60147,48.65872],[1.60201,48.63848],[1.62237,48.63872],[1.62254,48.63197],[1.6429,48.63221],[1.64342,48.61197],[1.65359,48.61209],[1.65377,48.60534],[1.69445,48.60579],[1.69529,48.57207],[1.70546,48.57218],[1.70579,48.55868],[1.74644,48.55912],[1.7466,48.55237],[1.76692,48.55259],[1.76835,48.49187],[1.7785,48.49198],[1.77897,48.47174],[1.78912,48.47184],[1.78958,48.4516],[1.82001,48.45191],[1.82016,48.44516],[1.8303,48.44526],[1.83045,48.43852],[1.86087,48.43881],[1.86116,48.42532],[1.91184,48.4258],[1.91254,48.39206],[1.95306,48.39243],[1.95347,48.37219],[1.97372,48.37236],[1.97398,48.35887],[1.95373,48.35869],[1.95454,48.31821],[1.94442,48.31812],[1.94496,48.29113],[1.95507,48.29122],[1.95534,48.27772],[2.05643,48.27857],[2.05631,48.28532],[2.13719,48.28594],[2.13708,48.29269],[2.14719,48.29276],[2.1473,48.28601],[2.17763,48.28623],[2.17731,48.30647],[2.19754,48.30661],[2.19734,48.3201],[2.22769,48.32031],[2.22818,48.28657],[2.25851,48.28676],[2.25842,48.29351],[2.29887,48.29376],[2.29869,48.30725],[2.31892,48.30737],[2.31883,48.31412],[2.33906,48.31423],[2.33915,48.30748],[2.34926,48.30754],[2.34943,48.29405],[2.37976,48.29421],[2.37961,48.3077],[2.40995,48.30786],[2.4098,48.32135],[2.45027,48.32155],[2.44999,48.34854],[2.46011,48.34859],[2.4599,48.36883],[2.49028,48.36896],[2.49022,48.37571],[2.50034,48.37575],[2.50022,48.38925],[2.53061,48.38937],[2.53055,48.39612],[2.56094,48.39624],[2.56077,48.41648],[2.5405,48.4164],[2.54038,48.4299],[2.53025,48.42986],[2.53019,48.4366],[2.52005,48.43656],[2.51968,48.47705],[2.52982,48.47709],[2.52946,48.51757],[2.51931,48.51753],[2.51918,48.53102],[2.52934,48.53106],[2.52904,48.56479],[2.5392,48.56483],[2.53902,48.58507],[2.55936,48.58515],[2.55874,48.65936],[2.5791,48.65943],[2.57905,48.66618],[2.59942,48.66625],[2.59911,48.70672],[2.57872,48.70665],[2.57867,48.7134],[2.59905,48.71347],[2.599,48.72021],[2.6092,48.72025],[2.60899,48.74723],[2.61919,48.74726],[2.6189,48.78773],[2.60869,48.7877],[2.60834,48.83492],[2.59812,48.83488],[2.59781,48.87535],[2.57736,48.87528],[2.5773,48.88203],[2.59776,48.8821],[2.5977,48.88884],[2.60793,48.88888],[2.60773,48.91585],[2.61796,48.91589],[2.61771,48.94961],[2.60747,48.94958],[2.60732,48.96981],[2.59708,48.96977],[2.59676,49.01024],[2.57626,49.01017],[2.57604,49.03714],[2.60681,49.03725],[2.60666,49.05748],[2.5964,49.05744],[2.59634,49.06419],[2.65792,49.06438],[2.65821,49.01942],[2.86329,49.01983],[3.00001,49.01991],[3.00001,49.06487],[3.16421,49.06475],[3.16412,49.03778],[3.13677,49.03781],[3.1367,49.01084],[3.15037,49.01082],[3.15034,49.00183],[3.17768,49.00179],[3.17764,48.9928],[3.19131,48.99278],[3.19128,48.98379],[3.20494,48.98376],[3.20487,48.96578],[3.23218,48.96573],[3.23206,48.93875],[3.24571,48.93873],[3.24567,48.92973],[3.25932,48.9297],[3.25927,48.92071],[3.28656,48.92065],[3.28651,48.91166],[3.30016,48.91162],[3.30011,48.90263],[3.31375,48.9026],[3.31369,48.8936],[3.35461,48.89349],[3.35442,48.86651],[3.36806,48.86647],[3.36799,48.85748],[3.38162,48.85743],[3.38155,48.84844],[3.42243,48.8483],[3.42229,48.83032],[3.44953,48.83022],[3.44945,48.82122],[3.47669,48.82112],[3.47678,48.83011],[3.4904,48.83006],[3.49048,48.83905],[3.50411,48.83899],[3.50428,48.85698],[3.51791,48.85692],[3.51809,48.87491],[3.53172,48.87485],[3.5319,48.89283],[3.54554,48.89277],[3.54564,48.90176],[3.58656,48.90157],[3.58666,48.91056],[3.6003,48.9105],[3.60051,48.92848],[3.61416,48.92841],[3.61426,48.9374],[3.62791,48.93733],[3.62813,48.95532],[3.64178,48.95524],[3.64212,48.98222],[3.65578,48.98215],[3.65589,48.99114],[3.68322,48.99099],[3.68334,48.99998],[3.697,48.9999],[3.69749,49.03587],[3.68381,49.03594],[3.68405,49.05393],[3.64301,49.05415],[3.64312,49.06314],[3.6568,49.06307],[3.65726,49.09903],[3.64356,49.09911],[3.64379,49.11709],[3.63009,49.11716],[3.6302,49.12615],[3.6439,49.12608],[3.64401,49.13507],[3.68512,49.13484],[3.685,49.12585],[3.72609,49.12561],[3.72622,49.1346],[3.73992,49.13452],[3.74005,49.14351],[3.76746,49.14334],[3.76812,49.18829],[3.72698,49.18854],[3.72736,49.21551],[3.68619,49.21576],[3.68631,49.22475],[3.70003,49.22467],[3.7004,49.25163],[3.68666,49.25171],[3.68702,49.27868],[3.67328,49.27876],[3.67363,49.30573],[3.68738,49.30565],[3.6875,49.31464],[3.715,49.31448],[3.71512,49.32347],[3.75638,49.32322],[3.75651,49.3322],[3.77026,49.33212],[3.7704,49.34111],[3.82542,49.34074],[3.82528,49.33175],[3.86654,49.33147],[3.86669,49.34045],[3.88045,49.34035],[3.88106,49.37631],[3.90859,49.3761],[3.90875,49.38509],[3.92252,49.38499],[3.92236,49.376],[3.93612,49.37589],[3.93596,49.36691],[3.97725,49.36658],[3.97708,49.35759],[3.99084,49.35748],[3.99066,49.34849],[4.05945,49.34791],[4.06037,49.39285],[4.07414,49.39273],[4.07489,49.42867],[4.08867,49.42855],[4.08924,49.45551],[4.07546,49.45564],[4.07583,49.47361],[4.06204,49.47373],[4.06241,49.49171],[4.07621,49.49158],[4.0764,49.50057],[4.09019,49.50045],[4.09058,49.51842],[4.10438,49.51829],[4.10476,49.53627],[4.09096,49.53639],[4.09229,49.59929],[4.07847,49.59942],[4.07866,49.6084],[4.06483,49.60852],[4.06502,49.61751],[4.13416,49.61688],[4.13456,49.63485],[4.1484,49.63472],[4.149,49.66168],[4.16284,49.66155],[4.16325,49.67952],[4.19094,49.67925],[4.19115,49.68823],[4.205,49.6881],[4.20542,49.70607],[4.21927,49.70593],[4.21949,49.71491],[4.2472,49.71463],[4.24786,49.74158],[4.26172,49.74144],[4.26194,49.75042],[4.27581,49.75028],[4.27625,49.76825],[4.26238,49.76839],[4.26261,49.77738],[4.24873,49.77752],[4.24961,49.81345],[4.23573,49.81359],[4.23595,49.82258],[4.24983,49.82243],[4.25027,49.8404],[4.26416,49.84026],[4.26461,49.85822],[4.2785,49.85808],[4.27985,49.91197],[4.26594,49.91212],[4.26617,49.9211],[4.23834,49.92138],[4.23856,49.93036],[4.25247,49.93022],[4.25314,49.95717],[4.30882,49.95658],[4.30951,49.98353],[4.29559,49.98368],[4.29581,49.99266],[4.28188,49.9928],[4.28211,50.00178],[4.25424,50.00207],[4.25469,50.02003],[4.26862,50.01989],[4.26885,50.02887],[4.28279,50.02873],[4.28302,50.03771],[4.29696,50.03756],[4.29742,50.05552],[4.31137,50.05537],[4.31229,50.09129],[4.29833,50.09144],[4.29879,50.1094],[4.28483,50.10955],[4.28551,50.13649],[4.27154,50.13663],[4.27222,50.16357],[4.25824,50.16371],[4.25846,50.17269],[4.24448,50.17283],[4.2447,50.18181],[4.23072,50.18195],[4.23094,50.19093],[4.24492,50.19079],[4.24514,50.19977],[4.25913,50.19963],[4.25935,50.20861],[4.27334,50.20846],[4.27357,50.21744],[4.28756,50.21729],[4.28802,50.23525],[4.30202,50.2351],[4.30294,50.27102],[4.28893,50.27116],[4.28939,50.28912],[4.27538,50.28926],[4.27583,50.30722],[4.26181,50.30736],[4.26204,50.31634],[4.234,50.31662],[4.23422,50.3256],[4.22019,50.32574],[4.22041,50.33472],[4.17833,50.33513],[4.17854,50.3441],[4.15049,50.34437],[4.15069,50.35335],[4.13666,50.35348],[4.13686,50.36245],[4.12283,50.36258],[4.12303,50.37156],[4.10899,50.37168],[4.10919,50.38066],[4.09515,50.38079],[4.09535,50.38976],[4.0813,50.38989],[4.0815,50.39886],[4.06745,50.39899],[4.06764,50.40796],[3.98337,50.40866],[3.98319,50.39969],[3.94106,50.40001],[3.94089,50.39104],[3.88472,50.39145],[3.88488,50.40043],[3.75848,50.40127],[3.75861,50.41025],[3.74457,50.41033],[3.74549,50.47317],[3.73143,50.47325],[3.73169,50.4912],[3.71762,50.49128],[3.71775,50.50026],[3.70367,50.50034],[3.7038,50.50932],[3.68973,50.5094],[3.68985,50.51837],[3.67577,50.51845],[3.67589,50.52742],[3.66181,50.5275],[3.66193,50.53647],[3.64785,50.53655],[3.64796,50.54552],[3.59162,50.54581],[3.59173,50.55478],[3.57764,50.55485],[3.57774,50.56382],[3.56365,50.56389],[3.56375,50.57286],[3.52147,50.57305],[3.52156,50.58202],[3.43699,50.58235],[3.43691,50.57337],[3.40872,50.57347],[3.40858,50.55552],[3.36631,50.55565],[3.36651,50.58258],[3.35241,50.58262],[3.35273,50.62749],[3.33862,50.62753],[3.33929,50.72624],[3.32515,50.72628],[3.32521,50.73525],[3.31107,50.73529],[3.31112,50.74426],[3.29698,50.74429],[3.29704,50.75327],[3.28289,50.7533],[3.28294,50.76227],[3.26879,50.7623],[3.26884,50.77128],[3.25469,50.77131],[3.25474,50.78028],[3.24059,50.78031],[3.24067,50.79825],[3.22652,50.79828],[3.2266,50.81622],[3.21244,50.81625],[3.21247,50.82522],[3.19831,50.82524],[3.19835,50.83421],[3.17001,50.83425],[3.17004,50.84323],[3.07085,50.84332],[3.07084,50.83435],[3.04251,50.83436],[3.0425,50.82539],[2.98584,50.8254],[2.98584,50.81643],[2.95752,50.81642],[2.95753,50.80745],[2.94337,50.80744],[2.94338,50.79847],[2.90091,50.79844],[2.90092,50.78947],[2.88677,50.78946],[2.88679,50.78049],[2.87264,50.78047],[2.87266,50.7715],[2.85851,50.77149],[2.85849,50.78046],[2.84433,50.78044],[2.84431,50.78941],[2.83015,50.7894],[2.83009,50.80734],[2.81593,50.80732],[2.8159,50.81629],[2.80174,50.81627],[2.80166,50.83421],[2.7875,50.83419],[2.78746,50.84316],[2.77329,50.84314],[2.77325,50.85211],[2.75908,50.85208],[2.75903,50.86105],[2.71651,50.86096],[2.71646,50.86993],[2.6881,50.86987],[2.68782,50.91472],[2.70201,50.91475],[2.70191,50.93269],[2.7161,50.93273],[2.71595,50.95964],[2.70175,50.9596],[2.70159,50.98651],[2.68737,50.98648],[2.68721,51.01339],[2.67299,51.01335],[2.67293,51.02232],[2.65871,51.02228],[2.65865,51.03125],[2.64442,51.03121],[2.64404,51.08502],[2.6298,51.08498],[2.62967,51.10291],[2.61542,51.10287],[2.61535,51.11184],[2.57262,51.1117],[2.57269,51.10273],[2.52996,51.10258],[2.53005,51.09361],[2.50157,51.0935],[2.50166,51.08453],[2.47318,51.08442],[2.47327,51.07545],[2.4448,51.07533],[2.4449,51.06636],[2.40221,51.06616],[2.40231,51.05719],[2.37385,51.05706],[2.37374,51.06602],[2.30258,51.06565],[2.3027,51.05668],[2.24578,51.05635],[2.24592,51.04738],[2.20324,51.04712],[2.20309,51.05609],[2.14618,51.05571],[2.14633,51.04674],[2.1321,51.04664],[2.13242,51.02871],[2.11819,51.02861],[2.11835,51.01964],[2.03304,51.01901],[2.03321,51.01004],[1.91949,51.00911],[1.91968,51.00014],[1.90547,51.00002],[1.90567,50.99105],[1.83462,50.99041],[1.83483,50.98144],[1.82062,50.98131],[1.82083,50.97234],[1.76401,50.97179],[1.76423,50.96282],[1.73583,50.96254],[1.73606,50.95357],[1.70766,50.95328],[1.70789,50.94431],[1.69369,50.94416],[1.69393,50.93519],[1.67974,50.93505],[1.67997,50.92608],[1.66578,50.92593],[1.66626,50.90799],[1.65208,50.90784],[1.65232,50.89887],[1.63813,50.89871],[1.63838,50.88974],[1.59584,50.88927],[1.59609,50.8803],[1.56773,50.87998],[1.56953,50.81719],[1.58369,50.81735],[1.58547,50.75456],[1.55718,50.75423],[1.5577,50.73629],[1.54356,50.73613],[1.54617,50.64641],[1.56028,50.64657],[1.56208,50.58376],[1.54798,50.58359],[1.54954,50.52975],[1.56361,50.52992],[1.56387,50.52094],[1.54979,50.52078],[1.55238,50.43103],[1.53832,50.43086],[1.54014,50.36803],[1.52611,50.36787],[1.5282,50.29605],[1.51419,50.29589],[1.51524,50.25998],[1.50124,50.25981],[1.50203,50.23288],[1.48804,50.2327],[1.48857,50.21475],[1.47458,50.21458],[1.47566,50.17866],[1.46168,50.17849],[1.4625,50.15155],[1.44853,50.15138],[1.44962,50.11546],[1.43566,50.11529],[1.43594,50.10631],[1.42197,50.10613],[1.42225,50.09715],[1.39434,50.09679],[1.39462,50.08781],[1.38066,50.08762],[1.38095,50.07865],[1.367,50.07846],[1.36786,50.05152],[1.38181,50.05171],[1.38209,50.04273],[1.42393,50.04327],[1.4242,50.03429],[1.43815,50.03447],[1.43842,50.02549],[1.45236,50.02567],[1.45263,50.01669],[1.46657,50.01686],[1.46684,50.00788],[1.49471,50.00823],[1.49524,49.99027],[1.50917,49.99044],[1.50943,49.98146],[1.52336,49.98163],[1.52362,49.97265],[1.53755,49.97281],[1.5378,49.96383],[1.55173,49.964],[1.55198,49.95502],[1.5659,49.95518],[1.56641,49.93722],[1.58032,49.93738],[1.58057,49.9284],[1.6084,49.92872],[1.60864,49.91974],[1.63647,49.92005],[1.63671,49.91107],[1.66452,49.91138],[1.66499,49.89341],[1.6789,49.89356],[1.67936,49.8756],[1.69326,49.87575],[1.69418,49.83982],[1.70807,49.83997],[1.70898,49.80403],[1.72286,49.80418],[1.72331,49.78621],[1.73718,49.78636],[1.7374,49.77738],[1.68192,49.77679],[1.68307,49.73187],[1.61377,49.7311],[1.61862,49.55141],[1.68768,49.55218],[1.69453,49.28257],[1.62583,49.2818],[1.62822,49.19192],[1.64879,49.19215],[1.64967,49.15844],[1.63939,49.15833],[1.6401,49.13136],[1.62983,49.13124],[1.63001,49.1245],[1.60946,49.12426],[1.61,49.10404],[1.59973,49.10392],[1.59992,49.09718],[1.56911,49.09681],[1.56949,49.08333],[1.52843,49.08283],[1.52805,49.09632],[1.48698,49.09581],[1.48776,49.06884],[1.46724,49.06858],[1.46704,49.07532],[1.44652,49.07506]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN"},{"id":"fr.orthohr.2018.antilles","name":"Ortho HR 2018 Antilles","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2018_antilles/{zoom}/{x}/{y}","category":"photo","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[-62.95273,18.1339],[-63.09453,18.13388],[-63.18897,18.04343],[-62.82463,17.81212],[-62.7182,17.92256],[-62.95273,18.1339]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN"},{"id":"fr.orthohr.2019","name":"Ortho HR 2019","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2019/{zoom}/{x}/{y}","category":"photo","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[8.51363,42.30705],[8.57402,42.3039],[8.56975,42.25908],[8.50941,42.26223],[8.49679,42.12776],[8.55699,42.12461],[8.55275,42.0798],[8.67305,42.07342],[8.66873,42.02861],[8.60863,42.03181],[8.60435,41.987],[8.54429,41.99017],[8.53165,41.85575],[8.65149,41.84939],[8.63864,41.71501],[8.75819,41.70853],[8.74077,41.5294],[8.80036,41.52612],[8.79598,41.48135],[8.97456,41.47132],[8.97005,41.42656],[9.02952,41.42315],[9.02498,41.37839],[9.14381,41.37148],[9.13918,41.32673],[9.31724,41.31612],[9.33633,41.4951],[9.39584,41.49148],[9.44943,41.98384],[9.50943,41.98016],[9.51439,42.02493],[9.57444,42.02121],[9.6097,42.33463],[9.54934,42.33837],[9.57958,42.60711],[9.51894,42.61083],[9.52396,42.65563],[9.46326,42.65932],[9.47324,42.74893],[9.53403,42.74524],[9.54919,42.87965],[9.48826,42.88336],[9.50335,43.0178],[9.44227,43.02148],[9.44727,43.0663],[9.38613,43.06995],[9.38118,43.02513],[9.32009,43.02874],[9.29082,42.75982],[9.04749,42.77386],[9.03816,42.68421],[8.91664,42.69101],[8.91208,42.64618],[8.79063,42.65284],[8.78617,42.60801],[8.66478,42.61452],[8.65606,42.52485],[8.59545,42.52805],[8.58257,42.39355],[8.52209,42.39671],[8.51363,42.30705]],[[-0.29824,43.88419],[-0.23608,43.88606],[-0.22845,43.75118],[-0.29046,43.74933],[-0.2853,43.65942],[-0.34721,43.65753],[-0.34459,43.61259],[-0.28272,43.61447],[-0.28015,43.56952],[-0.15651,43.57319],[-0.15404,43.52824],[-0.09226,43.53002],[-0.08501,43.39517],[-0.14665,43.3934],[-0.14174,43.30351],[-0.20328,43.3017],[-0.20078,43.25676],[-0.13929,43.25856],[-0.13441,43.16868],[-0.1958,43.16688],[-0.19332,43.12195],[-0.25466,43.12011],[-0.25213,43.07518],[-0.31342,43.07331],[-0.30572,42.93853],[-0.36686,42.93663],[-0.35905,42.80186],[-0.23705,42.80562],[-0.23455,42.7607],[-0.17358,42.76252],[-0.17113,42.7176],[-0.11021,42.71939],[-0.10781,42.67447],[-0.04694,42.67622],[0.07483,42.67962],[0.13571,42.68126],[0.2575,42.68446],[0.25961,42.63953],[0.38132,42.64258],[0.44217,42.64405],[0.5639,42.6469],[0.56202,42.69183],[0.62293,42.6932],[0.62476,42.64827],[0.68563,42.6496],[0.68384,42.69453],[0.74476,42.69584],[0.74302,42.74077],[0.68205,42.73947],[0.67847,42.82935],[0.80059,42.83192],[0.80229,42.78698],[0.86331,42.78821],[0.86496,42.74327],[0.98691,42.74563],[1.10886,42.74786],[1.11032,42.70291],[1.29314,42.70599],[1.29445,42.66104],[1.35535,42.662],[1.35661,42.61705],[1.41746,42.61797],[1.41868,42.57303],[1.54029,42.57476],[1.53917,42.6197],[1.60002,42.62052],[1.6011,42.57557],[1.72272,42.5771],[1.72371,42.53215],[1.78447,42.53286],[1.90601,42.53418],[1.90517,42.57912],[2.0268,42.5803],[2.02605,42.62525],[2.08692,42.62578],[2.20866,42.62675],[2.20743,42.71666],[2.14647,42.71619],[2.14581,42.76114],[2.0238,42.7601],[1.96279,42.75953],[1.96118,42.84944],[2.02228,42.85001],[2.01772,43.11979],[1.95634,43.11922],[1.95553,43.16418],[1.83266,43.16292],[1.83175,43.20789],[1.77028,43.20721],[1.76836,43.29715],[1.82993,43.29784],[1.8281,43.38779],[1.95145,43.38905],[2.07479,43.39018],[2.07262,43.52512],[1.88717,43.52337],[1.88542,43.61334],[1.7616,43.612],[1.75868,43.74695],[1.69662,43.74623],[1.69457,43.8362],[1.63242,43.83544],[1.62918,43.97041],[1.69148,43.97118],[1.69045,44.01617],[1.7528,44.0169],[1.75181,44.06189],[1.87661,44.06325],[1.87572,44.10824],[2.06309,44.11],[2.06234,44.155],[2.12485,44.15552],[2.12554,44.11052],[2.31292,44.11186],[2.31346,44.06686],[2.37587,44.06723],[2.37636,44.02223],[2.43872,44.02257],[2.43961,43.93257],[2.50187,43.93287],[2.50305,43.79789],[2.56517,43.79815],[2.56551,43.75316],[2.62758,43.75339],[2.62787,43.7084],[2.87596,43.70896],[2.87606,43.66397],[3.12395,43.66397],[3.12425,43.79895],[3.3106,43.79858],[3.31109,43.88857],[3.37331,43.88837],[3.37361,43.93337],[3.43587,43.93314],[3.43622,43.97814],[3.49853,43.97787],[3.49932,44.06787],[3.37449,44.06837],[3.37508,44.15837],[3.4376,44.15814],[3.43794,44.20314],[3.37538,44.20337],[3.37568,44.24838],[3.25046,44.24874],[3.25065,44.29374],[3.18799,44.29387],[3.18859,44.4739],[3.12573,44.47399],[3.12603,44.60902],[3.06302,44.60908],[3.06307,44.65409],[3.00001,44.65411],[3.00001,44.78915],[2.93679,44.78914],[2.93674,44.83415],[2.87348,44.8341],[2.87337,44.87911],[2.81006,44.87902],[2.80975,44.96906],[2.68292,44.96877],[2.68317,44.92375],[2.61981,44.92355],[2.62011,44.87854],[2.5568,44.8783],[2.55751,44.78827],[2.4943,44.788],[2.49511,44.69797],[2.17956,44.69608],[2.17693,44.87614],[2.11362,44.87565],[2.11148,45.01069],[1.85765,45.00838],[1.85857,44.96336],[1.79517,44.9627],[1.7942,45.00771],[1.73075,45.007],[1.72973,45.05202],[1.53922,45.04968],[1.34874,45.04702],[1.35535,44.82198],[1.22888,44.82003],[1.23171,44.73002],[1.16858,44.729],[1.17005,44.684],[1.10697,44.68293],[1.10848,44.63793],[1.04545,44.63684],[1.04701,44.59184],[0.92107,44.58954],[0.92438,44.49955],[0.98725,44.50071],[0.99045,44.41072],[0.86491,44.40836],[0.8683,44.31838],[0.80564,44.31714],[0.80738,44.27216],[0.87,44.27339],[0.87168,44.2284],[0.80912,44.22717],[0.81085,44.18218],[0.74834,44.18091],[0.75012,44.13593],[0.68766,44.13463],[0.68949,44.08965],[0.56467,44.08694],[0.43987,44.0841],[0.44189,44.03912],[0.25486,44.03459],[0.06785,44.02973],[0.07017,43.98476],[0.00789,43.98308],[0.00553,44.02805],[-0.0568,44.02632],[-0.05438,43.98136],[-0.24118,43.97598],[-0.23863,43.93101],[-0.30084,43.92915],[-0.29824,43.88419]],[[5.76582,45.74571],[5.63728,45.74879],[5.63299,45.65879],[5.56882,45.66027],[5.56465,45.57027],[5.62872,45.56879],[5.62446,45.4788],[5.68842,45.47728],[5.68624,45.43228],[5.75015,45.43074],[5.74792,45.38574],[5.93947,45.38088],[5.94185,45.42587],[6.13351,45.42067],[6.12592,45.28571],[6.06219,45.28748],[6.05972,45.24249],[6.1234,45.24073],[6.11586,45.10577],[6.30641,45.10028],[6.30375,45.0553],[6.43066,45.05146],[6.4279,45.00648],[6.4913,45.00451],[6.49692,45.09446],[6.68739,45.08832],[6.69036,45.13329],[6.81742,45.12901],[6.81434,45.08404],[6.87782,45.08185],[6.88094,45.12682],[7.00797,45.12232],[7.0112,45.16728],[7.07475,45.16498],[7.07804,45.20994],[7.14164,45.2076],[7.15168,45.34248],[7.21543,45.34009],[7.22226,45.43001],[7.1584,45.4324],[7.16177,45.47736],[7.09786,45.47971],[7.10118,45.52468],[7.03722,45.52699],[7.04706,45.66189],[6.9188,45.66643],[6.92198,45.7114],[6.85779,45.71362],[6.86408,45.80356],[6.60685,45.81207],[6.61274,45.90203],[6.54831,45.90407],[6.55121,45.94905],[6.48673,45.95105],[6.48388,45.90607],[6.41945,45.90804],[6.41387,45.81808],[6.34954,45.82],[6.34408,45.73004],[6.21561,45.73378],[6.21823,45.77876],[6.02533,45.7841],[6.0278,45.82909],[5.89907,45.83247],[5.90618,45.96745],[5.77713,45.97069],[5.76582,45.74571]],[[-1.09174,48.00425],[-1.22565,47.99952],[-1.21492,47.86472],[-1.28169,47.8623],[-1.27446,47.77243],[-1.20779,47.77484],[-1.20424,47.72991],[-0.80449,47.74359],[-0.80128,47.69864],[-0.46828,47.709],[-0.47121,47.75396],[-0.40454,47.75591],[-0.3988,47.66599],[-0.26567,47.66979],[-0.26291,47.62482],[-0.06335,47.63023],[-0.06077,47.58526],[0.07218,47.58867],[0.07465,47.5437],[0.2075,47.54695],[0.20515,47.59193],[0.27164,47.59351],[0.27394,47.54853],[0.40682,47.55156],[0.40463,47.59654],[0.53764,47.59942],[0.53557,47.6444],[0.6687,47.64714],[0.66476,47.73711],[0.73144,47.73842],[0.72953,47.7834],[0.79627,47.78468],[0.79254,47.87464],[0.8594,47.87588],[0.85212,48.0558],[0.91921,48.057],[0.91744,48.10198],[0.98459,48.10315],[0.98287,48.14813],[0.91567,48.14696],[0.91389,48.19193],[0.84663,48.19072],[0.84479,48.2357],[0.71017,48.23317],[0.70821,48.27813],[0.57348,48.27545],[0.57141,48.32041],[0.43658,48.31757],[0.42779,48.4974],[0.29252,48.4944],[0.08963,48.4896],[0.09213,48.44465],[-0.04299,48.44126],[-0.0456,48.48621],[-0.11321,48.48445],[-0.11855,48.57434],[-0.25399,48.57071],[-0.38941,48.56693],[-0.38651,48.52199],[-0.52179,48.51806],[-0.72468,48.51187],[-0.73428,48.64665],[-0.66648,48.64875],[-0.66964,48.69368],[-0.73749,48.69157],[-0.74071,48.73649],[-0.80862,48.73434],[-0.8119,48.77926],[-0.87986,48.77707],[-0.8832,48.82198],[-1.08723,48.81518],[-1.09075,48.86009],[-0.95463,48.86467],[-0.96146,48.95448],[-0.89327,48.95672],[-0.89664,49.00162],[-0.82839,49.00382],[-0.84502,49.22833],[-0.91357,49.22612],[-0.91697,49.27102],[-1.05417,49.26648],[-1.06477,49.40114],[-1.13354,49.39881],[-1.14076,49.48856],[-1.07187,49.4909],[-1.07543,49.53577],[-1.21332,49.53106],[-1.21701,49.57593],[-1.14801,49.57831],[-1.15892,49.71291],[-1.29728,49.7081],[-1.30105,49.75296],[-1.50873,49.74545],[-1.50477,49.70059],[-1.71221,49.69273],[-1.71634,49.73758],[-1.85471,49.73214],[-1.85897,49.77698],[-1.99744,49.77137],[-1.98431,49.63686],[-1.91526,49.63968],[-1.88532,49.32572],[-1.74804,49.3312],[-1.73568,49.19659],[-1.6672,49.19927],[-1.65911,49.10952],[-1.72747,49.10685],[-1.71929,49.01709],[-1.65105,49.01976],[-1.62703,48.75044],[-1.69492,48.74778],[-1.68685,48.658],[-1.61908,48.66065],[-1.61115,48.57085],[-1.54349,48.57346],[-1.53183,48.43874],[-1.26182,48.44875],[-1.26547,48.49367],[-1.13031,48.49845],[-1.09174,48.00425]],[[-1.94467,47.06955],[-2.07617,47.06384],[-2.07195,47.01891],[-2.20331,47.01306],[-2.20765,47.05798],[-2.4048,47.04891],[-2.4003,47.004],[-2.33464,47.00706],[-2.32577,46.91723],[-2.19466,46.92322],[-2.18173,46.78845],[-2.11632,46.79139],[-2.11208,46.74646],[-2.04672,46.74936],[-2.03837,46.6595],[-1.97311,46.66235],[-1.969,46.61742],[-1.90378,46.62023],[-1.89165,46.48543],[-1.82659,46.48819],[-1.82261,46.44326],[-1.7576,46.44598],[-1.75368,46.40104],[-1.62374,46.40639],[-1.61994,46.36144],[-1.49008,46.36663],[-1.48639,46.32168],[-1.35662,46.32672],[-1.34946,46.23681],[-1.09027,46.24643],[-1.09363,46.29139],[-1.02877,46.29371],[-1.03208,46.33867],[-0.96716,46.34095],[-0.9639,46.29599],[-0.76926,46.3026],[-0.76616,46.25763],[-0.70132,46.25975],[-0.70436,46.30473],[-0.50966,46.3109],[-0.51834,46.44583],[-0.58341,46.44381],[-0.60421,46.75863],[-0.66965,46.75656],[-0.67575,46.8465],[-0.74129,46.84439],[-0.74751,46.93432],[-0.81316,46.93217],[-0.81633,46.97713],[-0.88203,46.97494],[-0.88526,47.0199],[-0.951,47.01767],[-0.9543,47.06263],[-1.15166,47.0557],[-1.15512,47.10066],[-1.3526,47.09338],[-1.34897,47.04844],[-1.48048,47.0434],[-1.48421,47.08835],[-1.55001,47.08577],[-1.54622,47.04083],[-1.61196,47.03822],[-1.60046,46.9034],[-1.73159,46.89808],[-1.73552,46.94302],[-1.80114,46.9403],[-1.80513,46.98524],[-1.87079,46.98248],[-1.87485,47.02741],[-1.94055,47.02462],[-1.94467,47.06955]],[[-2.24278,46.74056],[-2.30812,46.73756],[-2.31252,46.78248],[-2.44328,46.77635],[-2.43427,46.68652],[-2.369,46.6896],[-2.36456,46.64468],[-2.2341,46.65072],[-2.24278,46.74056]],[[-3.09702,47.33042],[-3.10213,47.3753],[-3.16819,47.3718],[-3.17336,47.41668],[-3.30556,47.40957],[-3.28974,47.27497],[-3.15786,47.28205],[-3.15271,47.23718],[-3.02092,47.24411],[-3.031,47.33387],[-3.09702,47.33042]],[[-2.8378,47.3889],[-2.9039,47.38555],[-2.90885,47.43044],[-3.04112,47.42363],[-3.031,47.33387],[-2.96498,47.33729],[-2.95999,47.29241],[-2.89401,47.29578],[-2.76204,47.30242],[-2.76687,47.34731],[-2.83291,47.34401],[-2.8378,47.3889]],[[-3.67054,48.20207],[-3.66486,48.15724],[-3.79885,48.14958],[-3.7873,48.05993],[-3.72043,48.06377],[-3.70904,47.97411],[-3.57548,47.98167],[-3.56991,47.93683],[-3.43643,47.94423],[-3.43098,47.89938],[-3.56435,47.89199],[-3.52569,47.57805],[-3.3931,47.5854],[-3.40388,47.67512],[-3.33746,47.67875],[-3.33212,47.63389],[-3.26575,47.63747],[-3.26047,47.59261],[-3.19415,47.59616],[-3.17854,47.46155],[-3.11238,47.46505],[-3.10725,47.42017],[-3.04112,47.42363],[-3.05128,47.51338],[-2.91879,47.5202],[-2.91382,47.47532],[-2.84761,47.47867],[-2.8427,47.43378],[-2.77655,47.43709],[-2.7814,47.48198],[-2.71518,47.48525],[-2.71038,47.44036],[-2.64421,47.4436],[-2.64895,47.48849],[-2.51647,47.49485],[-2.50722,47.40505],[-2.30877,47.41429],[-2.31323,47.4592],[-2.11455,47.46811],[-2.11885,47.51302],[-2.05256,47.51592],[-2.06961,47.69557],[-2.00308,47.69844],[-2.02853,47.96789],[-2.0954,47.96501],[-2.09972,48.00991],[-2.16663,48.00699],[-2.17102,48.05189],[-2.10405,48.05481],[-2.10839,48.09971],[-2.24243,48.09382],[-2.25136,48.1836],[-2.3856,48.17755],[-2.39019,48.22243],[-2.45735,48.21935],[-2.4527,48.17446],[-2.5869,48.16818],[-2.5774,48.07842],[-2.64437,48.07522],[-2.65398,48.16498],[-2.85518,48.15515],[-2.86017,48.20002],[-2.99437,48.19327],[-2.99948,48.23813],[-3.20089,48.22771],[-3.19561,48.18286],[-3.32973,48.17573],[-3.39678,48.17211],[-3.40222,48.21695],[-3.67054,48.20207]],[[-1.90698,48.82936],[-1.70301,48.83756],[-1.71114,48.92733],[-1.91545,48.91912],[-1.90698,48.82936]],[[4.39357,50.00057],[4.18457,50.00277],[4.17834,49.73329],[4.10903,49.73394],[4.10709,49.64409],[3.96872,49.64528],[3.96787,49.60035],[4.03699,49.59978],[4.03609,49.55485],[3.96702,49.55542],[3.96449,49.42062],[3.75783,49.42209],[3.75717,49.37715],[3.61951,49.37793],[3.61736,49.19815],[3.54876,49.19848],[3.54686,49.01866],[3.61522,49.01833],[3.61469,48.97337],[3.54639,48.9737],[3.54592,48.92874],[3.47768,48.92903],[3.47727,48.88407],[3.40909,48.88432],[3.40874,48.83936],[3.34062,48.83957],[3.33974,48.70466],[3.40768,48.70445],[3.40663,48.56953],[3.33886,48.56974],[3.3377,48.38982],[3.40524,48.38961],[3.40489,48.34463],[3.47237,48.34438],[3.47197,48.29939],[3.53939,48.2991],[3.53802,48.16414],[3.60526,48.16381],[3.60475,48.11882],[3.73913,48.11806],[3.7385,48.07307],[3.80563,48.07263],[3.80358,47.93765],[3.87054,47.93717],[3.86981,47.89218],[4.33808,47.88777],[4.33922,47.93276],[4.60699,47.92941],[4.60836,47.97439],[4.74235,47.97249],[4.74087,47.9275],[4.8078,47.92649],[4.80627,47.8815],[4.87314,47.88045],[4.87156,47.83547],[4.93837,47.83438],[4.93674,47.78939],[4.86998,47.79048],[4.8684,47.74549],[4.9351,47.74441],[4.93183,47.65443],[5.06501,47.65215],[5.06327,47.60716],[5.19631,47.60473],[5.19446,47.55974],[5.39384,47.55582],[5.39586,47.60081],[5.46237,47.59942],[5.46444,47.6444],[5.73067,47.63848],[5.73759,47.77341],[5.80431,47.77183],[5.80668,47.81681],[5.87345,47.81519],[5.87588,47.86016],[5.9427,47.8585],[5.94769,47.94843],[5.88076,47.9501],[5.8832,47.99506],[5.81621,47.99669],[5.821,48.08662],[5.68677,48.08975],[5.68906,48.13472],[5.75623,48.13317],[5.76329,48.26806],[5.69594,48.26961],[5.69824,48.31457],[5.56343,48.31757],[5.56562,48.36253],[5.49815,48.36397],[5.50243,48.45389],[5.43484,48.4553],[5.43692,48.50026],[5.36927,48.50163],[5.37131,48.54658],[5.23588,48.54921],[5.2378,48.59417],[5.17002,48.59542],[5.17188,48.64038],[5.0362,48.64278],[5.04147,48.77765],[4.97345,48.77879],[4.97856,48.91365],[5.04676,48.9125],[5.05564,49.13722],[4.98714,49.13837],[4.98887,49.18331],[5.05742,49.18216],[5.061,49.27203],[5.12967,49.27084],[5.13152,49.31577],[5.06279,49.31696],[5.06459,49.36189],[5.13338,49.36069],[5.14084,49.54039],[5.20986,49.53915],[5.20793,49.49423],[5.27689,49.49295],[5.27888,49.53787],[5.3479,49.53656],[5.34996,49.58147],[5.41903,49.58011],[5.42327,49.66993],[5.35408,49.67129],[5.35614,49.7162],[5.21762,49.7188],[5.21957,49.76371],[5.15024,49.76495],[5.15213,49.80986],[4.94395,49.81335],[4.94909,49.94806],[4.87951,49.94915],[4.88282,50.03895],[4.95253,50.03785],[4.95772,50.17253],[4.88783,50.17362],[4.8895,50.21851],[4.74958,50.22057],[4.74803,50.17569],[4.67813,50.17666],[4.67517,50.08688],[4.60539,50.08781],[4.60256,49.99801],[4.39357,50.00057]],[[0.17404,49.43642],[0.1765,49.39151],[0.24531,49.3931],[0.25488,49.21342],[0.32346,49.21496],[0.33503,48.99031],[0.40332,48.99181],[0.40556,48.94688],[0.33734,48.94538],[0.34193,48.8555],[0.54626,48.85987],[0.54838,48.81492],[0.61644,48.8163],[0.61849,48.77135],[0.68649,48.77269],[0.69047,48.68278],[0.75836,48.68408],[0.76029,48.63912],[0.89596,48.6416],[0.89415,48.68656],[1.09786,48.68998],[1.09623,48.73494],[1.30014,48.73802],[1.43609,48.73987],[1.43339,48.82979],[1.50149,48.83067],[1.4989,48.92058],[1.56711,48.92142],[1.56339,49.05628],[1.63179,49.05707],[1.6306,49.10202],[1.69906,49.10279],[1.6968,49.19268],[1.76538,49.1934],[1.7643,49.23835],[1.83294,49.23903],[1.82989,49.37386],[1.76107,49.37317],[1.75999,49.41811],[1.82887,49.41879],[1.8258,49.55359],[1.75674,49.5529],[1.75456,49.64276],[1.82374,49.64345],[1.8196,49.82313],[1.75018,49.82243],[1.74687,49.95717],[1.60766,49.95566],[1.60644,50.00057],[1.53677,49.99975],[1.53548,50.04466],[1.46576,50.0438],[1.4644,50.0887],[1.25507,50.0859],[1.25661,50.04101],[1.18689,50.04],[1.18849,49.9951],[1.11885,49.99405],[1.1205,49.94915],[0.98134,49.94693],[0.84219,49.94456],[0.84409,49.89966],[0.70507,49.89713],[0.49658,49.89303],[0.49878,49.84814],[0.42935,49.8467],[0.43161,49.8018],[0.29288,49.7988],[0.29526,49.7539],[0.15667,49.75075],[0.15917,49.70585],[0.08994,49.70422],[0.09503,49.61442],[0.02593,49.61275],[0.03631,49.43313],[0.17404,49.43642]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN"},{"id":"fr.orthohr.2020","name":"Ortho HR 2020","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2020/{zoom}/{x}/{y}","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[6.09935,46.41291],[6.10222,46.46672],[6.17741,46.54234],[6.13553,46.57492],[6.31062,46.68596],[6.37894,46.71162],[6.461,46.76315],[6.47233,46.94277],[6.63231,46.9833],[6.65909,47.00016],[6.67403,47.0176],[6.68801,47.02638],[6.7142,47.03457],[6.72879,47.04358],[6.73068,47.06919],[6.75816,47.08728],[6.76004,47.11419],[6.78647,47.11331],[6.81307,47.12131],[6.86886,47.15553],[6.87041,47.17373],[6.96691,47.23379],[6.97087,47.28742],[7.01031,47.28576],[7.06627,47.31998],[7.06936,47.37406],[6.93032,47.37871],[7.00877,47.43959],[7.0122,47.48439],[7.1576,47.47917],[7.15654,47.46119],[7.18306,47.46025],[7.1901,47.55014],[7.12371,47.55251],[7.13066,47.6424],[7.06416,47.64473],[7.07446,47.77956],[6.87441,47.78635],[6.87769,47.8313],[6.81094,47.83349],[6.81416,47.87844],[6.74735,47.88059],[6.75053,47.92554],[6.68365,47.92766],[6.68677,47.9726],[6.55289,47.97673],[6.54988,47.93178],[6.48299,47.93378],[6.48595,47.97873],[6.21811,47.98637],[6.22084,48.03133],[6.01974,48.03666],[6.01718,47.9917],[5.8832,47.99506],[5.88076,47.9501],[5.81382,47.95172],[5.80906,47.86178],[5.6754,47.8649],[5.66862,47.72998],[5.53528,47.73294],[5.53314,47.68796],[5.33328,47.69212],[5.33131,47.64714],[5.19816,47.64972],[5.20002,47.69471],[5.06675,47.69714],[5.06849,47.74212],[5.0018,47.74328],[5.00688,47.87824],[4.94002,47.87937],[4.94166,47.92435],[4.87473,47.92544],[4.87792,48.01541],[4.74383,48.01747],[4.74531,48.06245],[4.54398,48.06526],[4.54267,48.02028],[4.47561,48.02114],[4.47436,47.97615],[3.9383,47.98165],[3.93909,48.02664],[3.87202,48.02716],[3.87351,48.11714],[3.80632,48.11762],[3.80769,48.2076],[3.67309,48.20844],[3.67423,48.29841],[3.60681,48.29878],[3.60733,48.34376],[3.53985,48.34409],[3.54032,48.38907],[3.47278,48.38936],[3.47318,48.43434],[3.33799,48.4348],[3.3377,48.38982],[3.00001,48.3903],[3.00001,48.25535],[2.93264,48.25533],[2.9327,48.21034],[2.73077,48.21005],[2.731,48.16506],[2.52924,48.16443],[2.52804,48.29939],[2.46062,48.2991],[2.46016,48.34409],[2.25772,48.34299],[2.25709,48.38797],[2.18955,48.38753],[2.19025,48.34255],[2.0553,48.34155],[2.05449,48.38653],[1.98696,48.38597],[1.98523,48.47593],[1.84994,48.4747],[1.84797,48.56465],[1.78021,48.56397],[1.77811,48.65391],[1.71024,48.65319],[1.70913,48.69816],[1.6412,48.69741],[1.63651,48.87726],[1.56835,48.87646],[1.56588,48.96637],[1.42933,48.96466],[1.43204,48.87475],[1.29573,48.87289],[1.29867,48.78298],[1.16261,48.78096],[1.16103,48.82592],[1.09294,48.82485],[1.09459,48.77989],[0.95854,48.77765],[0.9603,48.73269],[0.82439,48.73029],[0.82063,48.8202],[0.6845,48.81764],[0.6805,48.90753],[0.47597,48.90339],[0.46062,49.21793],[0.39204,49.21647],[0.38294,49.39616],[0.31412,49.39465],[0.30943,49.48447],[0.2405,49.48292],[0.24291,49.43801],[0.03631,49.43313],[0.0389,49.38822],[-0.0299,49.38652],[-0.02726,49.3416],[-0.30216,49.3344],[-0.30504,49.37931],[-0.78633,49.36518],[-0.78963,49.41007],[-0.92722,49.40568],[-0.93064,49.45057],[-1.13715,49.44368],[-1.12994,49.35392],[-1.19865,49.35155],[-1.18771,49.2169],[-1.11918,49.21927],[-1.11561,49.17438],[-0.97866,49.17898],[-0.97176,49.08919],[-0.90339,49.09143],[-0.90001,49.04653],[-0.96832,49.04429],[-0.96489,48.99938],[-1.03313,48.99711],[-1.02965,48.95221],[-1.09782,48.94989],[-1.09429,48.90499],[-1.1624,48.90264],[-1.15881,48.85774],[-1.22686,48.85535],[-1.22321,48.81045],[-1.15522,48.81283],[-1.15165,48.76793],[-1.08371,48.77027],[-1.08019,48.72536],[-0.87652,48.73215],[-0.87319,48.68724],[-0.80534,48.68942],[-0.79555,48.55465],[-0.86322,48.55247],[-0.85991,48.50755],[-0.92752,48.50533],[-0.92416,48.46041],[-0.85661,48.46262],[-0.85331,48.41769],[-0.58328,48.42616],[-0.51577,48.42819],[-0.51878,48.47312],[-0.18082,48.48266],[-0.1781,48.43772],[-0.11055,48.43951],[-0.10523,48.34961],[0.0971,48.35474],[0.09461,48.3997],[0.22963,48.40293],[0.22726,48.44788],[0.29484,48.44944],[0.29715,48.40449],[0.36467,48.40601],[0.37142,48.27113],[0.43877,48.2726],[0.44095,48.22764],[0.64286,48.23184],[0.64487,48.18687],[0.71212,48.18819],[0.71406,48.14322],[0.78126,48.14451],[0.78315,48.09953],[0.85029,48.10078],[0.85212,48.0558],[1.0534,48.0593],[1.05505,48.01432],[1.12209,48.01541],[1.12528,47.92544],[1.45996,47.9303],[1.46126,47.88531],[1.52815,47.88617],[1.52939,47.84118],[1.46256,47.84032],[1.46386,47.79533],[1.53064,47.79619],[1.53312,47.7062],[1.66644,47.7078],[1.66757,47.6628],[1.73418,47.66354],[1.73525,47.61854],[2.00148,47.62112],[2.00064,47.66612],[2.20049,47.66766],[2.20117,47.62266],[2.06804,47.62167],[2.06961,47.53166],[2.13606,47.53217],[2.13751,47.44216],[2.07117,47.44165],[2.07351,47.30663],[1.875,47.30488],[1.87594,47.25987],[1.74372,47.25851],[1.74267,47.30352],[1.47802,47.30035],[1.4793,47.25535],[1.3471,47.25354],[1.34848,47.20853],[1.28244,47.20757],[1.28674,47.07256],[1.02326,47.06835],[1.0282,46.93334],[0.9625,46.9322],[0.96757,46.79719],[0.83651,46.7948],[0.83292,46.8848],[0.76728,46.88355],[0.76356,46.97355],[0.69782,46.97226],[0.6959,47.01725],[0.56432,47.01455],[0.57644,46.74457],[0.6419,46.74593],[0.65551,46.43092],[0.78569,46.43352],[0.78751,46.38851],[0.72248,46.38723],[0.72435,46.34223],[0.78934,46.34351],[0.79115,46.2985],[0.6613,46.29591],[0.66322,46.2509],[0.72809,46.25222],[0.72996,46.20721],[0.79478,46.20849],[0.79659,46.16348],[0.66705,46.16089],[0.66897,46.11589],[0.60425,46.11454],[0.57845,46.69957],[0.51304,46.69817],[0.50062,46.96815],[0.36917,46.96523],[0.36258,47.1002],[0.23081,47.09712],[0.2285,47.14211],[0.09664,47.13887],[0.09178,47.22884],[0.15782,47.23048],[0.15305,47.32044],[0.21921,47.32205],[0.2122,47.45699],[0.27852,47.45856],[0.26934,47.63848],[0.06971,47.63365],[0.06724,47.67862],[-0.13252,47.67343],[-0.13781,47.76337],[-0.33787,47.75784],[-0.34069,47.8028],[-0.60759,47.79488],[-0.60454,47.74992],[-0.73784,47.74574],[-0.741,47.79069],[-0.8744,47.78635],[-0.87768,47.8313],[-1.01117,47.82681],[-1.00778,47.78186],[-1.07445,47.77956],[-1.0779,47.8245],[-1.14463,47.82216],[-1.15517,47.95697],[-0.95446,47.9639],[-0.96455,48.09871],[-1.03163,48.09644],[-1.04884,48.32109],[-0.98147,48.32337],[-0.98829,48.41323],[-1.05577,48.41094],[-1.0662,48.5457],[-1.13385,48.54337],[-1.13739,48.58828],[-1.27279,48.58349],[-1.26912,48.53858],[-1.47199,48.53112],[-1.47967,48.62093],[-1.54739,48.61836],[-1.55522,48.70816],[-1.7587,48.7002],[-1.76279,48.74509],[-2.10208,48.73106],[-2.09769,48.68618],[-2.23324,48.6803],[-2.22426,48.59055],[-2.15661,48.5935],[-2.15219,48.54862],[-2.08458,48.55153],[-2.08023,48.50665],[-1.94511,48.51235],[-1.94088,48.46746],[-2.00838,48.46463],[-1.99555,48.32995],[-2.13019,48.32419],[-2.12582,48.2793],[-2.26032,48.27338],[-2.25136,48.1836],[-2.31848,48.1806],[-2.29594,47.95614],[-2.16225,47.96209],[-2.12316,47.55793],[-2.32217,47.54901],[-2.3177,47.5041],[-2.51647,47.49485],[-2.51184,47.44995],[-2.64421,47.4436],[-2.63475,47.3538],[-2.56868,47.35699],[-2.56402,47.3121],[-2.63003,47.30891],[-2.62532,47.26401],[-2.55936,47.26719],[-2.55471,47.22229],[-2.35695,47.23162],[-2.35247,47.18671],[-2.28659,47.18974],[-2.27777,47.09991],[-2.21199,47.1029],[-2.20765,47.05798],[-2.07617,47.06384],[-2.07195,47.01891],[-2.00625,47.02178],[-2.00209,46.97686],[-1.93644,46.97969],[-1.93234,46.93476],[-1.86674,46.93755],[-1.86269,46.89262],[-1.79714,46.89537],[-1.79316,46.85043],[-1.59664,46.85846],[-1.59282,46.81352],[-1.52735,46.81611],[-1.53111,46.86106],[-1.46559,46.86362],[-1.4693,46.90857],[-1.33812,46.91359],[-1.34534,47.00349],[-1.08247,47.01309],[-1.07908,46.96814],[-0.94772,46.97271],[-0.94443,46.92775],[-0.8788,46.92998],[-0.87235,46.84005],[-0.80682,46.84224],[-0.80366,46.79727],[-0.73818,46.79942],[-0.72581,46.61954],[-0.66054,46.62164],[-0.64246,46.3518],[-0.77236,46.34757],[-0.75998,46.16768],[-0.69525,46.1698],[-0.69222,46.12483],[-0.56285,46.12896],[-0.55993,46.08399],[-0.43064,46.08797],[-0.42783,46.04299],[-0.29863,46.04682],[-0.29594,46.00184],[-0.16682,46.00552],[-0.1565,45.82557],[-0.47819,45.81611],[-0.46407,45.59121],[-0.4,45.59316],[-0.39724,45.54818],[-0.33322,45.5501],[-0.31707,45.2802],[-0.12591,45.28571],[-0.12339,45.24073],[-0.05971,45.24249],[-0.05478,45.15251],[0.07238,45.15592],[0.07002,45.20091],[0.1973,45.20418],[0.19504,45.24917],[0.32244,45.2523],[0.31594,45.38729],[0.3798,45.3888],[0.37768,45.4338],[0.44159,45.43527],[0.43952,45.48027],[0.50349,45.48172],[0.50146,45.52672],[0.56549,45.52812],[0.56153,45.61813],[0.62566,45.6195],[0.62373,45.6645],[0.68792,45.66584],[0.69167,45.57583],[0.75576,45.57713],[0.75758,45.53212],[0.88565,45.53461],[0.88394,45.57961],[1.01213,45.58195],[1.01535,45.49193],[1.07935,45.49305],[1.0809,45.44804],[1.2088,45.45015],[1.2189,45.13508],[1.28249,45.13608],[1.28387,45.09107],[1.34741,45.09203],[1.34874,45.04702],[1.41223,45.04794],[1.41351,45.00293],[1.6673,45.00626],[1.66943,44.91624],[1.9862,44.91958],[1.98538,44.96459],[2.04879,44.96515],[2.05108,44.83011],[2.11433,44.83063],[2.11787,44.60558],[2.49591,44.60795],[2.49551,44.65296],[2.55857,44.65323],[2.55822,44.69824],[2.62133,44.69848],[2.62042,44.83352],[2.68368,44.83372],[2.68343,44.87873],[2.74674,44.8789],[2.74695,44.83388],[2.81021,44.83401],[2.81036,44.78899],[2.87358,44.78908],[2.87388,44.65404],[2.93694,44.65409],[2.93699,44.60908],[3.00001,44.6091],[3.00001,44.65411],[3.06307,44.65409],[3.06322,44.78914],[3.12643,44.78908],[3.12653,44.8341],[3.25306,44.83388],[3.25347,44.92391],[3.3802,44.92355],[3.38173,45.14865],[3.31811,45.14885],[3.31863,45.23889],[3.2549,45.23905],[3.25531,45.32909],[3.12766,45.32931],[3.12776,45.37433],[3.06388,45.37439],[3.00001,45.37441],[3.00001,45.32938],[2.93618,45.32937],[2.93607,45.41941],[2.74428,45.41914],[2.74408,45.46416],[2.68009,45.464],[2.67983,45.50902],[2.55177,45.50858],[2.54958,45.77872],[2.48523,45.77845],[2.48481,45.82347],[2.54921,45.82374],[2.54884,45.86877],[2.61329,45.86901],[2.61266,45.95906],[2.67722,45.95926],[2.67695,46.00428],[2.61234,46.00408],[2.61107,46.18418],[2.54625,46.18394],[2.54513,46.319],[2.41517,46.31841],[2.41469,46.36343],[2.34965,46.36308],[2.34804,46.49815],[2.60882,46.49934],[2.6085,46.54436],[2.67375,46.54456],[2.67348,46.58958],[2.60817,46.58938],[2.60785,46.6344],[2.67321,46.6346],[2.67294,46.67963],[2.86918,46.68002],[2.86907,46.72504],[2.93454,46.72509],[2.93448,46.77011],[3.00001,46.77013],[3.00001,46.72511],[3.06547,46.72509],[3.06542,46.68007],[3.13083,46.68002],[3.13072,46.635],[3.26144,46.63477],[3.26166,46.67979],[3.39248,46.67942],[3.39216,46.6344],[3.58823,46.63356],[3.58872,46.67858],[3.65413,46.67823],[3.65305,46.58819],[3.71835,46.5878],[3.71716,46.49776],[3.84754,46.49686],[3.84684,46.45184],[3.97711,46.4508],[3.97631,46.40578],[3.91123,46.40632],[3.90973,46.31628],[3.84475,46.31678],[3.84267,46.18172],[3.9723,46.18068],[3.9715,46.13566],[4.29529,46.13243],[4.29423,46.08741],[4.22953,46.08813],[4.22651,45.95307],[4.29105,45.95236],[4.28894,45.86232],[4.35338,45.86157],[4.35228,45.81655],[4.28789,45.8173],[4.2858,45.72726],[4.35007,45.72651],[4.34678,45.59146],[4.4109,45.59067],[4.40976,45.54566],[4.60195,45.54308],[4.59935,45.45305],[4.85516,45.44911],[4.85667,45.49412],[4.92066,45.49305],[4.92378,45.58307],[5.05198,45.5808],[5.05365,45.62581],[5.11779,45.62462],[5.11951,45.66963],[5.18371,45.6684],[5.18727,45.75842],[5.12297,45.75965],[5.12643,45.84966],[4.9332,45.85313],[4.93636,45.94316],[4.80732,45.94529],[4.81772,46.26038],[4.88261,46.25932],[4.88726,46.39436],[4.95232,46.39326],[4.95554,46.48328],[5.151,46.47977],[5.14923,46.43476],[5.27941,46.43224],[5.27753,46.38723],[5.34257,46.38592],[5.33871,46.29591],[5.40364,46.29456],[5.40166,46.24955],[5.59626,46.24528],[5.59839,46.29028],[5.6633,46.28878],[5.66111,46.24378],[5.92051,46.23742],[5.92291,46.28241],[5.9878,46.28072],[5.99026,46.32572],[6.0552,46.32399],[6.06024,46.41397],[6.09935,46.41291]],[[5.83934,45.9241],[5.8324,45.78911],[5.96102,45.78581],[5.95861,45.74081],[6.02287,45.73911],[6.02041,45.69412],[6.21299,45.68879],[6.21038,45.6438],[6.33865,45.64007],[6.34136,45.68505],[6.40554,45.68313],[6.41109,45.77309],[6.47537,45.77113],[6.4782,45.81611],[6.54253,45.81411],[6.53964,45.76913],[6.66817,45.76502],[6.66519,45.72005],[6.7936,45.7158],[6.79669,45.76077],[6.86093,45.75859],[6.86408,45.80356],[6.99267,45.79908],[6.99592,45.84405],[7.06026,45.84175],[7.07355,46.02161],[7.009,46.02391],[7.01228,46.06888],[6.94768,46.07115],[6.95415,46.16108],[6.82472,46.16552],[6.82786,46.21049],[6.89263,46.20829],[6.90224,46.3432],[6.83731,46.3454],[6.84363,46.43534],[6.45328,46.44782],[6.45044,46.40284],[6.25536,46.40857],[6.25,46.3186],[6.18507,46.32044],[6.17723,46.18547],[5.9829,46.19074],[5.98045,46.14575],[5.78624,46.15068],[5.77486,45.9257],[5.83934,45.9241]],[[3.88285,44.65059],[3.88144,44.56057],[3.94439,44.56005],[3.94214,44.42502],[4.00494,44.42447],[4.00255,44.28946],[4.1905,44.28758],[4.18956,44.24258],[4.31475,44.24115],[4.3158,44.28615],[4.37844,44.28538],[4.37735,44.24039],[4.50253,44.23874],[4.50372,44.28374],[4.56636,44.28287],[4.56512,44.23787],[4.69029,44.23601],[4.69163,44.28101],[4.75427,44.28003],[4.75149,44.19004],[4.87655,44.18797],[4.87804,44.23296],[5.00319,44.23075],[5.00478,44.27574],[5.13001,44.27339],[5.12664,44.18341],[5.37669,44.17828],[5.37481,44.13329],[5.43727,44.13192],[5.43534,44.08694],[5.56014,44.0841],[5.56217,44.12907],[5.68706,44.12608],[5.69773,44.35098],[5.50965,44.35543],[5.51364,44.4454],[5.63923,44.44247],[5.64133,44.48745],[5.70417,44.48593],[5.70632,44.53091],[5.64343,44.53244],[5.64554,44.57742],[5.70848,44.5759],[5.71064,44.62088],[5.83661,44.61772],[5.84115,44.70769],[5.77806,44.70929],[5.78029,44.75428],[5.65401,44.75738],[5.65613,44.80237],[5.52974,44.80532],[5.544,45.12029],[5.41688,45.12312],[5.41493,45.07812],[5.22439,45.08208],[5.23157,45.26209],[5.16784,45.26335],[5.16959,45.30835],[5.10581,45.30957],[5.10752,45.35458],[4.85216,45.35909],[4.85066,45.31408],[4.78687,45.31512],[4.78976,45.40514],[4.66196,45.40711],[4.66062,45.3621],[4.59677,45.36303],[4.59548,45.31801],[4.53167,45.3189],[4.53044,45.27389],[4.46668,45.27475],[4.46432,45.18472],[4.33701,45.18632],[4.33379,45.05127],[4.27028,45.05202],[4.26926,45.007],[4.20581,45.00771],[4.20484,44.9627],[4.14144,44.96336],[4.14052,44.91835],[4.01381,44.91958],[4.013,44.87457],[3.9497,44.87513],[3.94893,44.83011],[3.88568,44.83063],[3.88497,44.78562],[3.82176,44.78611],[3.81979,44.65107],[3.88285,44.65059]],[[6.889,43.41429],[6.95063,43.41206],[6.95372,43.45699],[7.07705,43.45241],[7.08024,43.49734],[7.14195,43.495],[7.14519,43.53992],[7.20695,43.53754],[7.21354,43.62739],[7.27539,43.62497],[7.27874,43.6699],[7.40251,43.66495],[7.40597,43.70987],[7.52981,43.70479],[7.54408,43.88446],[7.60618,43.88186],[7.60981,43.92678],[7.67196,43.92414],[7.67934,44.01398],[7.74158,44.01129],[7.75283,44.14605],[7.69044,44.14874],[7.69416,44.19367],[7.50681,44.20153],[7.50324,44.1566],[7.25356,44.16657],[7.25693,44.21151],[7.13196,44.21629],[7.13523,44.26124],[7.01014,44.26588],[7.01651,44.35577],[6.95386,44.35804],[6.957,44.403],[6.83158,44.40743],[6.82854,44.36248],[6.76587,44.36464],[6.76288,44.31969],[6.70026,44.32181],[6.69147,44.18694],[6.62899,44.18903],[6.62612,44.14407],[6.68855,44.14199],[6.67982,44.00713],[6.74209,44.00502],[6.73914,43.96007],[6.80137,43.95792],[6.79837,43.91298],[6.61183,43.91931],[6.60615,43.82941],[6.35776,43.83734],[6.35512,43.79239],[6.29306,43.79428],[6.29565,43.83924],[6.17143,43.84292],[6.16893,43.79796],[6.10686,43.79975],[6.10442,43.75479],[5.73221,43.76477],[5.73006,43.7198],[5.60606,43.72284],[5.60401,43.67787],[5.4801,43.68077],[5.48204,43.72574],[5.35802,43.7285],[5.35987,43.77347],[5.11159,43.77856],[5.11325,43.82354],[5.05113,43.82473],[5.05274,43.86971],[4.99056,43.87086],[4.99213,43.91584],[4.80544,43.91909],[4.80686,43.96408],[4.68229,43.96606],[4.68097,43.92108],[4.61873,43.92202],[4.61364,43.74207],[4.42749,43.74467],[4.42525,43.65471],[4.3633,43.6555],[4.36116,43.56554],[4.2993,43.56629],[4.29828,43.52131],[4.17466,43.52272],[4.17282,43.43276],[4.5431,43.42812],[4.54069,43.33818],[4.78713,43.33439],[4.78573,43.28942],[4.90884,43.28731],[4.91033,43.33228],[4.97193,43.33117],[4.97039,43.28621],[5.2781,43.28016],[5.27633,43.2352],[5.21484,43.23648],[5.21312,43.19152],[5.336,43.18893],[5.33418,43.14398],[5.45695,43.14125],[5.45887,43.1862],[5.5203,43.18479],[5.51834,43.13983],[5.64109,43.1369],[5.63904,43.09195],[5.70037,43.09043],[5.69827,43.04549],[5.82082,43.04234],[5.81863,42.9974],[5.87985,42.99578],[5.88208,43.04072],[6.06587,43.03564],[6.06349,42.99071],[6.1247,42.98895],[6.12227,42.94401],[6.24458,42.94039],[6.2471,42.98532],[6.36948,42.98155],[6.36687,42.93663],[6.42801,42.93469],[6.43067,42.97962],[6.49185,42.97764],[6.49456,43.02257],[6.55579,43.02056],[6.55855,43.06548],[6.436,43.06947],[6.43867,43.11439],[6.68394,43.10628],[6.68681,43.15121],[6.74816,43.14909],[6.76279,43.37372],[6.88597,43.36937],[6.889,43.41429]],[[1.57027,43.83465],[1.57139,43.78966],[1.6335,43.79046],[1.63778,43.61052],[1.69969,43.61128],[1.70071,43.56629],[1.82443,43.5677],[1.82627,43.47774],[1.94981,43.47901],[1.95063,43.43403],[2.01235,43.43461],[2.01312,43.38963],[2.13647,43.39069],[2.13714,43.34571],[2.2604,43.34662],[2.25925,43.43658],[2.32097,43.43698],[2.3215,43.392],[2.62991,43.3935],[2.62962,43.43848],[2.69135,43.43867],[2.69062,43.57363],[2.81437,43.57391],[2.81423,43.6189],[2.93808,43.61904],[2.93803,43.66403],[3.00001,43.66404],[3.00001,43.70904],[2.93798,43.70902],[2.93793,43.75401],[2.87586,43.75396],[2.87576,43.79895],[2.75152,43.79874],[2.75172,43.75374],[2.68965,43.75359],[2.68941,43.79858],[2.62729,43.79838],[2.6267,43.88837],[2.56448,43.88814],[2.56345,44.02314],[2.50109,44.02287],[2.50069,44.06787],[2.43828,44.06757],[2.43784,44.11257],[2.37538,44.11223],[2.37488,44.15723],[2.24986,44.15645],[2.24927,44.20145],[2.18671,44.201],[2.18607,44.24601],[2.12346,44.24552],[2.12416,44.20052],[1.87394,44.19824],[1.87483,44.15324],[1.62484,44.15039],[1.6281,44.01541],[1.56575,44.01461],[1.56689,43.96961],[1.50459,43.96878],[1.50812,43.83381],[1.57027,43.83465]]],"terms_url":"https://geoservices.ign.fr/documentation/donnees/ortho/bdortho","terms_text":"IGN"},{"id":"fr.orthohr.2021","name":"Ortho HR 2021","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2021/{zoom}/{x}/{y}","category":"photo","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[-1.15849,46.28904],[-1.22335,46.28665],[-1.21988,46.24169],[-1.34946,46.23681],[-1.35304,46.28177],[-1.61235,46.27155],[-1.60478,46.18165],[-1.54006,46.18426],[-1.53634,46.13931],[-1.40701,46.14441],[-1.4034,46.09945],[-1.46801,46.09692],[-1.45342,45.91711],[-1.38901,45.91963],[-1.38543,45.87468],[-1.32107,45.87716],[-1.30351,45.65237],[-1.23941,45.65481],[-1.23253,45.56489],[-1.16852,45.56728],[-1.16514,45.52232],[-1.22909,45.51993],[-1.20184,45.16026],[-1.26538,45.15785],[-1.24147,44.84318],[-1.30465,44.84074],[-1.27384,44.43622],[-1.33657,44.43377],[-1.3194,44.20907],[-1.38187,44.20659],[-1.36803,44.02686],[-1.4303,44.02435],[-1.41636,43.84464],[-1.47843,43.84211],[-1.46438,43.66243],[-1.52625,43.65987],[-1.51916,43.57004],[-1.58093,43.56745],[-1.57734,43.52254],[-1.63906,43.51991],[-1.63181,43.4301],[-1.81663,43.42203],[-1.80537,43.28734],[-1.68245,43.29274],[-1.6788,43.24784],[-1.61738,43.25049],[-1.61379,43.20559],[-1.55241,43.2082],[-1.55595,43.2531],[-1.43308,43.25822],[-1.42618,43.16841],[-1.48753,43.16587],[-1.48056,43.07607],[-1.5418,43.07351],[-1.53828,43.02861],[-1.47708,43.03118],[-1.47361,42.98628],[-1.29013,42.99376],[-1.29346,43.03866],[-1.23225,43.04109],[-1.22896,42.99619],[-1.10661,43.00093],[-1.10343,42.95603],[-0.98115,42.96063],[-0.97806,42.91572],[-0.79475,42.92236],[-0.79181,42.87745],[-0.73075,42.87959],[-0.72786,42.83468],[-0.66684,42.83678],[-0.664,42.79187],[-0.60302,42.79394],[-0.60024,42.74903],[-0.35646,42.75694],[-0.35905,42.80186],[-0.29805,42.80376],[-0.30316,42.8936],[-0.24206,42.89546],[-0.24961,43.03025],[-0.12711,43.03388],[-0.13197,43.12375],[-0.07062,43.12551],[-0.07301,43.17045],[-0.01161,43.17218],[-0.01631,43.26207],[0.04519,43.26377],[0.03364,43.48852],[-0.0281,43.48681],[-0.03523,43.62167],[-0.22086,43.61632],[-0.22591,43.70623],[-0.16394,43.70805],[-0.17391,43.88788],[0.13697,43.89648],[0.12792,44.07636],[0.1903,44.07798],[0.18585,44.16792],[-0.06405,44.16123],[-0.06648,44.2062],[-0.00396,44.20793],[-0.01112,44.34285],[0.05156,44.34454],[0.04216,44.52446],[0.10504,44.52612],[0.10273,44.5711],[0.16566,44.57274],[0.1634,44.61772],[0.22638,44.61932],[0.22195,44.70929],[0.28503,44.71086],[0.28937,44.62088],[0.60435,44.62816],[0.60244,44.67315],[0.66549,44.6745],[0.66736,44.62951],[0.79338,44.63209],[0.79514,44.5871],[1.04701,44.59184],[1.04857,44.54684],[1.1115,44.54793],[1.10999,44.59293],[1.17297,44.59399],[1.17151,44.63899],[1.23454,44.64002],[1.23313,44.68502],[1.3593,44.68696],[1.35667,44.77697],[1.41986,44.77789],[1.41732,44.86791],[1.48061,44.86879],[1.47327,45.13885],[1.40967,45.13796],[1.40839,45.18298],[1.34475,45.18205],[1.34207,45.27207],[1.27833,45.27111],[1.27694,45.31612],[1.34073,45.31709],[1.3367,45.45212],[1.27275,45.45116],[1.27135,45.49617],[1.20734,45.49517],[1.20443,45.58519],[1.07623,45.58307],[1.07466,45.62808],[0.88222,45.62462],[0.8805,45.66963],[0.8163,45.6684],[0.81452,45.71341],[0.68604,45.71084],[0.68415,45.75585],[0.61986,45.75451],[0.6218,45.70951],[0.55756,45.70813],[0.55955,45.66313],[0.43119,45.66027],[0.43744,45.52527],[0.30941,45.52228],[0.31159,45.47728],[0.24763,45.47573],[0.25209,45.38574],[0.18824,45.38416],[0.19278,45.29417],[0.12903,45.29255],[0.13135,45.24756],[0.06766,45.2459],[0.06529,45.29089],[-0.06218,45.28748],[-0.06466,45.33246],[-0.19221,45.3289],[-0.20516,45.55383],[-0.26919,45.55198],[-0.27451,45.64195],[-0.33864,45.64007],[-0.34407,45.73004],[-0.08711,45.73737],[-0.09214,45.82735],[-0.02779,45.82909],[-0.0377,46.00906],[-0.10226,46.00731],[-0.10735,46.09729],[-0.23668,46.09367],[-0.23933,46.13866],[-0.43345,46.13295],[-0.43627,46.17793],[-0.56577,46.17394],[-0.5687,46.21892],[-0.63349,46.21687],[-0.63648,46.26184],[-0.70132,46.25975],[-0.70741,46.3497],[-0.77236,46.34757],[-0.77547,46.39254],[-1.16534,46.37896],[-1.15849,46.28904]],[[1.39178,50.17759],[1.39462,50.08781],[1.32484,50.08688],[1.32632,50.04198],[1.39604,50.04291],[1.39745,49.99801],[1.46711,49.9989],[1.46846,49.954],[1.53806,49.95485],[1.53935,49.90994],[1.60889,49.91075],[1.61011,49.86585],[1.6796,49.86662],[1.69339,49.32751],[1.76215,49.32823],[1.76323,49.28329],[1.69453,49.28257],[1.69567,49.23762],[1.62703,49.23686],[1.62941,49.14697],[1.5609,49.14617],[1.56215,49.10123],[1.42524,49.09951],[1.43204,48.87475],[1.50019,48.87563],[1.50664,48.65082],[1.5745,48.65165],[1.57573,48.60668],[1.64354,48.60747],[1.64586,48.51753],[1.71356,48.51828],[1.71576,48.42833],[1.85092,48.42972],[1.85191,48.38474],[1.91943,48.38538],[1.9222,48.25043],[2.25899,48.25302],[2.25836,48.29801],[2.3932,48.29878],[2.39423,48.2088],[2.46154,48.20913],[2.46199,48.16414],[2.39475,48.16381],[2.39526,48.11882],[2.59684,48.11969],[2.59718,48.07469],[2.66432,48.0749],[2.73145,48.07508],[2.73123,48.12007],[3.00001,48.12038],[3.00001,48.16537],[3.06726,48.16535],[3.06749,48.3453],[3.47237,48.34438],[3.474,48.5243],[3.54171,48.52401],[3.54217,48.56899],[3.60994,48.56866],[3.61099,48.65861],[3.5431,48.65894],[3.54357,48.70391],[3.47563,48.7042],[3.47645,48.79414],[3.54451,48.79385],[3.54545,48.88378],[3.61363,48.88345],[3.61416,48.92841],[3.68239,48.92804],[3.68476,49.10787],[3.75323,49.10746],[3.75388,49.15242],[3.82241,49.15197],[3.82313,49.19692],[3.75454,49.19737],[3.75519,49.24231],[3.68654,49.24272],[3.68714,49.28767],[3.75585,49.28726],[3.75651,49.3322],[4.10034,49.32956],[4.10612,49.59917],[4.17524,49.59852],[4.1773,49.68837],[4.24654,49.68768],[4.24764,49.7326],[4.31694,49.73187],[4.31809,49.77679],[4.24873,49.77752],[4.24983,49.82243],[4.31925,49.8217],[4.32158,49.91153],[4.25203,49.91226],[4.25314,49.95717],[4.32274,49.95643],[4.33214,50.3156],[4.26204,50.31634],[4.26316,50.36122],[4.12283,50.36258],[4.12383,50.40746],[3.77266,50.41016],[3.77404,50.49992],[3.70367,50.50034],[3.7043,50.54522],[3.63388,50.5456],[3.63444,50.59047],[3.35248,50.59159],[3.35374,50.77106],[3.28299,50.77125],[3.28325,50.81611],[3.21244,50.81625],[3.21263,50.8611],[2.92913,50.86126],[2.92919,50.81641],[2.85838,50.81635],[2.85826,50.8612],[2.71651,50.86096],[2.71549,51.04036],[2.64436,51.04018],[2.64372,51.12986],[2.50121,51.12937],[2.50166,51.08453],[2.28809,51.0835],[2.07453,51.08211],[2.07536,51.03727],[1.86201,51.03551],[1.86304,50.99067],[1.64989,50.98855],[1.65232,50.89887],[1.51049,50.89725],[1.51316,50.80756],[1.58395,50.80838],[1.58521,50.76353],[1.51449,50.7627],[1.52768,50.31401],[1.45759,50.31315],[1.46168,50.17849],[1.39178,50.17759]],[[-5.20606,48.51206],[-5.18504,48.37785],[-5.11788,48.38248],[-5.11095,48.33773],[-4.97669,48.34688],[-4.96311,48.25737],[-4.76197,48.27079],[-4.75537,48.22601],[-4.68835,48.23041],[-4.66877,48.09607],[-5.00287,48.07378],[-4.9893,47.98426],[-4.65576,48.00651],[-4.64928,47.96172],[-4.5159,47.97035],[-4.50953,47.92556],[-4.44288,47.92981],[-4.41776,47.75061],[-4.35132,47.75481],[-4.34512,47.71],[-4.27873,47.71416],[-4.21232,47.71829],[-4.21841,47.7631],[-4.08546,47.77124],[-4.06756,47.63678],[-3.86856,47.64867],[-3.88015,47.73834],[-3.61423,47.7537],[-3.60865,47.70886],[-3.47575,47.71631],[-3.48669,47.80601],[-3.42011,47.80968],[-3.42554,47.85453],[-3.3589,47.85817],[-3.37508,47.99273],[-3.50869,47.98539],[-3.51421,48.03024],[-3.6479,48.02274],[-3.6592,48.11241],[-3.59225,48.11618],[-3.59786,48.16102],[-3.46381,48.16845],[-3.45832,48.12361],[-3.32435,48.13089],[-3.12333,48.14151],[-3.12854,48.18637],[-3.06146,48.18984],[-3.05631,48.14498],[-2.92223,48.1518],[-2.9172,48.10693],[-2.8502,48.11028],[-2.84523,48.06541],[-2.71134,48.07199],[-2.70649,48.02712],[-2.50575,48.03669],[-2.51042,48.08158],[-2.44344,48.08469],[-2.44807,48.12958],[-2.38102,48.13266],[-2.37644,48.08777],[-2.24243,48.09382],[-2.24689,48.13871],[-2.17982,48.14168],[-2.18423,48.18657],[-2.11709,48.18951],[-2.12145,48.2344],[-1.98704,48.24016],[-1.99129,48.28506],[-1.92402,48.28788],[-1.92822,48.33278],[-1.86088,48.33556],[-1.88173,48.56004],[-1.94935,48.55724],[-1.9536,48.60213],[-2.08895,48.59642],[-2.09332,48.6413],[-2.16104,48.63838],[-2.16547,48.68326],[-2.23324,48.6803],[-2.23774,48.72517],[-2.37337,48.71913],[-2.36876,48.67426],[-2.4365,48.67119],[-2.44118,48.71606],[-2.50897,48.71294],[-2.50424,48.66808],[-2.63969,48.66173],[-2.63485,48.61687],[-2.70251,48.61365],[-2.71231,48.70336],[-2.84783,48.69678],[-2.86295,48.83132],[-2.93086,48.82797],[-2.9411,48.91764],[-3.00913,48.91424],[-3.01432,48.95908],[-3.15046,48.95216],[-3.14516,48.90733],[-3.34913,48.89667],[-3.35461,48.94149],[-3.69466,48.92293],[-3.67163,48.74371],[-3.87485,48.73215],[-3.88077,48.77695],[-3.94854,48.77302],[-3.95453,48.81781],[-4.09017,48.80982],[-4.08407,48.76504],[-4.15181,48.76099],[-4.14566,48.7162],[-4.61918,48.68681],[-4.61264,48.64205],[-4.81524,48.62889],[-4.80854,48.58413],[-4.876,48.57967],[-4.86252,48.49016],[-4.99716,48.48114],[-5.00401,48.52589],[-5.20606,48.51206]],[[0.23312,47.05213],[0.24003,46.91716],[0.69974,46.92726],[0.70356,46.83726],[0.76914,46.83855],[0.77284,46.74854],[0.83831,46.7498],[0.8401,46.70479],[1.03637,46.70832],[1.03147,46.84334],[1.09707,46.84444],[1.09231,46.97945],[1.28959,46.98255],[1.28817,47.02755],[1.35399,47.02851],[1.35261,47.07352],[1.41849,47.07444],[1.41452,47.20946],[1.81082,47.2142],[1.81182,47.16919],[1.94382,47.17047],[1.94205,47.26049],[2.20652,47.2626],[2.20519,47.35262],[2.13896,47.35215],[2.13824,47.39716],[2.27081,47.39806],[2.2665,47.7131],[1.73311,47.70854],[1.73204,47.75353],[1.66532,47.75279],[1.66419,47.79779],[1.59741,47.79701],[1.59145,48.02196],[1.18914,48.01646],[1.1876,48.06144],[1.1205,48.06039],[1.1189,48.10537],[1.05174,48.10428],[1.05008,48.14926],[0.78126,48.14451],[0.79067,47.91962],[0.72375,47.91834],[0.7276,47.82838],[0.66081,47.82707],[0.66279,47.78209],[0.59605,47.78074],[0.59808,47.73576],[0.5314,47.73437],[0.53349,47.68939],[0.33364,47.685],[0.33589,47.64002],[0.20279,47.63691],[0.20515,47.59193],[0.13866,47.59032],[0.15067,47.36543],[0.08446,47.36378],[0.0869,47.3188],[0.02076,47.31712],[0.03319,47.09221],[0.16493,47.09552],[0.1673,47.05053],[0.23312,47.05213]],[[3.06267,44.29401],[3.06262,44.249],[3.12523,44.24895],[3.12513,44.20394],[3.18769,44.20386],[3.18755,44.15885],[3.31257,44.15857],[3.31232,44.11356],[3.24986,44.11372],[3.24947,44.02372],[3.3742,44.02337],[3.3739,43.97837],[3.31159,43.97856],[3.31134,43.93357],[3.24907,43.93372],[3.24888,43.88873],[3.18666,43.88885],[3.18651,43.84386],[3.00001,43.84402],[3.00001,43.75403],[2.93793,43.75401],[2.93798,43.70902],[2.87596,43.70896],[2.87606,43.66397],[2.56619,43.66318],[2.56721,43.52822],[2.62904,43.52845],[2.62933,43.48346],[2.56755,43.48323],[2.56789,43.43825],[2.50616,43.43799],[2.50577,43.48297],[2.44399,43.48267],[2.44443,43.43769],[2.3827,43.43735],[2.38222,43.48234],[2.19689,43.48112],[2.19752,43.43614],[2.07407,43.43515],[2.07335,43.48014],[2.01158,43.47959],[2.01235,43.43461],[1.88891,43.43341],[1.88804,43.47839],[1.82627,43.47774],[1.82719,43.43276],[1.76547,43.43208],[1.76643,43.3871],[1.70477,43.38638],[1.70578,43.34141],[1.64416,43.34065],[1.64838,43.16077],[1.70981,43.16152],[1.71081,43.11656],[1.83357,43.11796],[1.83448,43.07299],[1.89581,43.07364],[1.89667,43.02867],[1.95796,43.02928],[1.95877,42.98432],[1.89752,42.98371],[1.89923,42.89379],[1.83809,42.89314],[1.84078,42.75828],[1.90178,42.75892],[1.90263,42.71397],[2.08551,42.71569],[2.08621,42.67073],[1.96439,42.66962],[1.96519,42.62468],[1.7826,42.62275],[1.78354,42.57781],[1.72272,42.5771],[1.72371,42.53215],[1.66294,42.53141],[1.66397,42.48647],[1.72469,42.48721],[1.72567,42.44227],[1.90769,42.44429],[1.90937,42.35442],[1.96995,42.35502],[1.97074,42.31009],[2.09182,42.31119],[2.09112,42.35613],[2.15171,42.35663],[2.15106,42.40157],[2.33297,42.40286],[2.33348,42.35792],[2.45466,42.35861],[2.45508,42.31367],[2.69726,42.31464],[2.6968,42.40452],[2.87872,42.40488],[2.87863,42.44982],[3.00001,42.44989],[3.00001,42.40495],[3.24257,42.40467],[3.24276,42.44961],[3.18207,42.44974],[3.18235,42.53963],[3.12157,42.53971],[3.12166,42.58466],[3.06083,42.58471],[3.06112,42.85445],[3.12223,42.8544],[3.12242,42.94432],[3.06121,42.94438],[3.06126,42.98934],[3.12251,42.98929],[3.1227,43.07923],[3.18405,43.07914],[3.18419,43.12411],[3.24559,43.12399],[3.24578,43.16896],[3.30722,43.1688],[3.30746,43.21378],[3.36895,43.21358],[3.36924,43.25856],[3.55385,43.25777],[3.55428,43.30275],[3.61587,43.30241],[3.61635,43.34739],[3.73961,43.34662],[3.74019,43.3916],[3.80186,43.39116],[3.80249,43.43614],[3.86422,43.43566],[3.86489,43.48065],[3.98843,43.47959],[3.98921,43.52457],[4.05103,43.52399],[4.0502,43.47901],[4.11197,43.47839],[4.1111,43.43341],[4.23454,43.43208],[4.23551,43.47706],[4.35903,43.47558],[4.3601,43.52056],[4.42191,43.51976],[4.42302,43.56474],[4.48487,43.56391],[4.48721,43.65388],[4.67305,43.65118],[4.67964,43.87609],[4.92838,43.87198],[4.92687,43.827],[4.989,43.82588],[4.98743,43.7809],[5.04951,43.77975],[5.0479,43.73477],[5.296,43.72982],[5.2942,43.68485],[5.41813,43.68217],[5.41624,43.6372],[5.66388,43.63141],[5.66597,43.67637],[5.78986,43.67327],[5.79425,43.76319],[5.73221,43.76477],[5.73436,43.80973],[5.67226,43.81127],[5.67436,43.85624],[5.61221,43.85775],[5.61633,43.94769],[5.55409,43.94917],[5.56217,44.12907],[5.49972,44.13052],[5.5017,44.1755],[5.4392,44.17691],[5.44113,44.22189],[5.31602,44.2246],[5.31785,44.26959],[5.19263,44.27216],[5.19437,44.31714],[5.06904,44.31957],[5.07068,44.36457],[5.1334,44.36337],[5.1351,44.40836],[5.07233,44.40956],[5.07398,44.45455],[4.88551,44.45794],[4.88251,44.36795],[4.63159,44.37195],[4.63029,44.32695],[4.56761,44.32787],[4.56885,44.37286],[4.38063,44.37539],[4.31789,44.37615],[4.31684,44.33115],[4.19145,44.33258],[4.1924,44.37759],[4.12965,44.37825],[4.13055,44.42325],[4.06775,44.42388],[4.0686,44.46888],[4.00574,44.46947],[4.00815,44.6045],[3.94515,44.60505],[3.94742,44.74009],[3.88426,44.74061],[3.88497,44.78562],[3.82176,44.78611],[3.82242,44.83112],[3.75916,44.83157],[3.75977,44.87659],[3.69646,44.877],[3.69702,44.92202],[3.57029,44.92274],[3.56984,44.87772],[3.44321,44.8783],[3.44392,44.96834],[3.38051,44.96857],[3.38081,45.01359],[3.31735,45.01379],[3.31709,44.96877],[3.19026,44.96906],[3.1901,44.92404],[3.06337,44.92419],[3.06327,44.83415],[3.00001,44.83417],[3.00001,44.69912],[2.93689,44.6991],[2.93699,44.60908],[3.00001,44.6091],[3.00001,44.56408],[3.06297,44.56407],[3.06272,44.33902],[3.12543,44.33896],[3.12533,44.29396],[3.06267,44.29401]],[[5.82779,45.69912],[5.84631,46.05908],[5.91094,46.05744],[5.91333,46.10244],[5.97801,46.10076],[5.98045,46.14575],[6.04518,46.14403],[6.04768,46.18902],[6.11246,46.18727],[6.11501,46.23226],[6.17984,46.23046],[6.19032,46.41041],[6.12528,46.41221],[6.12786,46.4572],[5.99766,46.46069],[5.99272,46.37071],[5.92772,46.37239],[5.92532,46.3274],[5.86037,46.32905],[5.85801,46.28406],[5.72821,46.28724],[5.73046,46.33224],[5.6655,46.33378],[5.66769,46.37877],[5.60267,46.38028],[5.60053,46.33528],[5.47059,46.33817],[5.47263,46.38317],[5.4076,46.38456],[5.40958,46.42956],[5.3445,46.43092],[5.34643,46.47592],[5.28129,46.47724],[5.28318,46.52224],[4.89194,46.52938],[4.89038,46.48438],[4.82522,46.48543],[4.81921,46.30539],[4.75426,46.30641],[4.74851,46.12636],[4.68377,46.12733],[4.67689,45.90226],[4.74137,45.90129],[4.73995,45.85627],[4.86878,45.85422],[4.86574,45.76419],[5.05866,45.76084],[5.05532,45.67082],[4.99111,45.67197],[4.9895,45.62696],[4.73288,45.63121],[4.73006,45.54118],[4.79412,45.54018],[4.79267,45.49517],[4.72866,45.49617],[4.72168,45.27111],[4.97665,45.26689],[4.97824,45.3119],[5.04203,45.31075],[5.04038,45.26575],[5.10411,45.26457],[5.10072,45.17456],[5.16435,45.17334],[5.16261,45.12834],[5.09903,45.12955],[5.09566,45.03954],[5.34953,45.03448],[5.34764,44.98948],[5.47446,44.98673],[5.47049,44.89674],[5.40719,44.89813],[5.40141,44.76314],[5.59086,44.75887],[5.58879,44.71388],[5.71498,44.71086],[5.71281,44.66587],[5.83888,44.66271],[5.84115,44.70769],[5.96731,44.70438],[5.96968,44.74936],[6.0328,44.74765],[6.03523,44.79264],[6.0984,44.79089],[6.10088,44.83587],[6.41692,44.82658],[6.42515,44.96151],[6.3618,44.96344],[6.3645,45.00842],[6.23768,45.01218],[6.24029,45.05716],[6.30375,45.0553],[6.31174,45.19024],[6.1845,45.19394],[6.19222,45.3289],[6.256,45.32706],[6.25863,45.37204],[6.1948,45.37388],[6.19998,45.46386],[6.07211,45.46743],[6.0746,45.51242],[5.94662,45.51585],[5.88262,45.51751],[5.87795,45.42753],[5.81405,45.42915],[5.81633,45.47414],[5.75238,45.47573],[5.75684,45.56572],[5.69278,45.56728],[5.69716,45.65727],[5.76133,45.65572],[5.76357,45.70071],[5.82779,45.69912]],[[8.03425,48.73394],[8.10209,48.73106],[8.10648,48.77593],[8.17438,48.77301],[8.18778,48.90762],[8.25584,48.90465],[8.26492,48.99437],[8.12856,49.00028],[8.133,49.04515],[7.99649,49.05091],[8.00082,49.09578],[7.65912,49.10952],[7.65509,49.06464],[7.58679,49.06727],[7.57886,48.9775],[7.23783,48.99005],[7.2415,49.03494],[7.17322,49.03734],[7.17683,49.08223],[7.04013,49.08691],[7.03314,48.99711],[6.9649,48.99938],[6.96147,48.95448],[6.89328,48.95672],[6.88656,48.8669],[7.0227,48.86239],[7.01577,48.77258],[7.15166,48.76793],[7.15523,48.81283],[7.22322,48.81045],[7.2051,48.58591],[7.1374,48.58828],[7.13386,48.54337],[6.99856,48.548],[6.99513,48.50308],[6.92753,48.50533],[6.92417,48.46041],[6.65393,48.46904],[6.65707,48.51397],[6.58944,48.51603],[6.58636,48.4711],[6.51879,48.47312],[6.51578,48.42819],[6.31319,48.43402],[6.31603,48.47896],[6.24843,48.48083],[6.24565,48.43589],[6.11056,48.43951],[6.1079,48.39456],[5.9729,48.39802],[5.97545,48.44297],[5.90788,48.44465],[5.91287,48.53455],[5.70981,48.53935],[5.70749,48.4944],[5.57222,48.4974],[5.57001,48.45245],[5.43484,48.4553],[5.43275,48.41034],[5.36522,48.4117],[5.36118,48.32178],[5.49602,48.31901],[5.49389,48.27404],[5.56124,48.2726],[5.55906,48.22764],[5.62635,48.22616],[5.61743,48.0463],[5.68449,48.04479],[5.68221,47.99982],[5.74921,47.99827],[5.74455,47.90833],[6.01206,47.90177],[6.01462,47.94674],[6.14846,47.94323],[6.1458,47.89826],[6.27951,47.8946],[6.28229,47.93956],[6.4161,47.93575],[6.41031,47.84583],[6.54388,47.84187],[6.54688,47.88682],[6.68053,47.88271],[6.67742,47.83776],[6.74418,47.83564],[6.74101,47.79069],[6.80771,47.78854],[6.8045,47.74359],[7.0044,47.73692],[6.99092,47.55713],[7.05732,47.55484],[7.05391,47.50989],[7.12024,47.50756],[7.11333,47.41767],[7.17955,47.41531],[7.17604,47.37036],[7.30836,47.36552],[7.31197,47.41047],[7.44437,47.40548],[7.44811,47.45042],[7.58059,47.44527],[7.5883,47.53514],[7.65464,47.53251],[7.66249,47.62236],[7.59603,47.625],[7.6233,47.93947],[7.69015,47.93682],[7.69811,48.02665],[7.63115,48.02931],[7.64298,48.16405],[7.71011,48.16139],[7.72216,48.29612],[7.78946,48.29341],[7.80586,48.47301],[7.87338,48.47026],[7.89012,48.64982],[7.95787,48.64702],[7.96213,48.6919],[8.02992,48.68906],[8.03425,48.73394]]],"terms_url":"https://geoservices.ign.fr/documentation/donnees/ortho/bdortho","terms_text":"IGN"},{"id":"fr.orthohr.2022","name":"Ortho HR 2022","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2022/{zoom}/{x}/{y}","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[-2.2341,46.65072],[-2.24278,46.74056],[-2.30812,46.73756],[-2.31252,46.78248],[-2.44328,46.77635],[-2.42978,46.64161],[-2.2341,46.65072]],[[1.99346,44.51448],[2.05637,44.51504],[2.05562,44.56005],[2.24448,44.5615],[2.24267,44.69653],[2.17956,44.69608],[2.17693,44.87614],[2.11362,44.87565],[2.11148,45.01069],[1.85765,45.00838],[1.85857,44.96336],[1.79517,44.9627],[1.7942,45.00771],[1.73075,45.007],[1.72973,45.05202],[1.34874,45.04702],[1.35535,44.82198],[1.22888,44.82003],[1.23171,44.73002],[1.16858,44.729],[1.17005,44.684],[1.10697,44.68293],[1.10848,44.63793],[1.04545,44.63684],[1.04701,44.59184],[0.92107,44.58954],[0.92438,44.49955],[0.98725,44.50071],[0.99045,44.41072],[0.86491,44.40836],[0.8683,44.31838],[0.80564,44.31714],[0.80738,44.27216],[0.87,44.27339],[0.87168,44.2284],[0.80912,44.22717],[0.81085,44.18218],[0.74834,44.18091],[0.75012,44.13593],[0.68766,44.13463],[0.69131,44.04466],[0.75368,44.04596],[0.75722,43.956],[0.69495,43.9547],[0.69677,43.90973],[0.82121,43.91228],[0.82292,43.8673],[0.88509,43.86852],[0.88842,43.77856],[1.19883,43.78414],[1.20025,43.73916],[1.32433,43.74114],[1.32301,43.78612],[1.3851,43.78706],[1.38383,43.83204],[1.50812,43.83381],[1.50695,43.8788],[1.63134,43.88043],[1.62918,43.97041],[1.69148,43.97118],[1.69045,44.01617],[1.7528,44.0169],[1.75181,44.06189],[1.87661,44.06325],[1.87572,44.10824],[2.00063,44.10945],[1.99984,44.15445],[2.06234,44.155],[2.0616,44.2],[1.99905,44.19945],[1.99746,44.28946],[1.93481,44.28887],[1.93141,44.46888],[1.99427,44.46947],[1.99346,44.51448]],[[3.94742,44.74009],[3.94817,44.7851],[4.07458,44.78395],[4.07544,44.82896],[4.20195,44.82766],[4.20388,44.91768],[4.33058,44.91624],[4.33271,45.00626],[4.39616,45.00548],[4.39841,45.09551],[4.46196,45.09469],[4.46314,45.13971],[4.52674,45.13885],[4.53044,45.27389],[4.46668,45.27475],[4.46787,45.31976],[4.40406,45.32058],[4.4052,45.36559],[4.34134,45.36638],[4.34242,45.41139],[4.08676,45.41416],[4.08588,45.36914],[4.02201,45.36975],[4.02284,45.41476],[3.51144,45.41826],[3.51186,45.46329],[3.44788,45.46356],[3.44752,45.41854],[3.38359,45.41877],[3.3839,45.4638],[3.25593,45.46416],[3.25573,45.41914],[3.1918,45.41927],[3.19164,45.37424],[3.06388,45.37439],[3.06373,45.23932],[3.19118,45.23918],[3.19102,45.19416],[3.2547,45.19403],[3.25388,45.01395],[3.31735,45.01379],[3.31684,44.92375],[3.3802,44.92355],[3.37959,44.83352],[3.44286,44.83329],[3.4425,44.78827],[3.75855,44.78656],[3.75795,44.74155],[3.94742,44.74009]],[[0.57348,48.27545],[0.57141,48.32041],[0.43658,48.31757],[0.42779,48.4974],[0.08963,48.4896],[0.09213,48.44465],[-0.04299,48.44126],[-0.04039,48.39631],[-0.17538,48.39277],[-0.16996,48.30287],[-0.23733,48.30105],[-0.23181,48.21115],[-0.29906,48.20929],[-0.29065,48.07443],[-0.35772,48.07254],[-0.34918,47.93767],[-0.48298,47.93378],[-0.47415,47.79891],[-0.40742,47.80087],[-0.3988,47.66599],[-0.26567,47.66979],[-0.26291,47.62482],[-0.06335,47.63023],[-0.06077,47.58526],[0.07218,47.58867],[0.07465,47.5437],[0.2075,47.54695],[0.20515,47.59193],[0.27164,47.59351],[0.27394,47.54853],[0.40682,47.55156],[0.40463,47.59654],[0.53764,47.59942],[0.53557,47.6444],[0.6687,47.64714],[0.66476,47.73711],[0.73144,47.73842],[0.72953,47.7834],[0.79627,47.78468],[0.79254,47.87464],[0.8594,47.87588],[0.85212,48.0558],[0.91921,48.057],[0.91744,48.10198],[0.98459,48.10315],[0.98287,48.14813],[0.91567,48.14696],[0.91389,48.19193],[0.84663,48.19072],[0.84479,48.2357],[0.71017,48.23316],[0.70821,48.27813],[0.57348,48.27545]],[[3.54264,48.61396],[3.54217,48.56899],[3.60994,48.56866],[3.60942,48.52368],[3.74483,48.52291],[3.7442,48.47793],[3.87949,48.47701],[3.881,48.56696],[4.01653,48.56588],[4.01827,48.65582],[4.15402,48.65459],[4.15502,48.69956],[4.29088,48.69816],[4.28756,48.56326],[4.35531,48.5625],[4.35415,48.51753],[4.82795,48.51119],[4.83109,48.60112],[4.89888,48.60006],[4.90051,48.64502],[5.0362,48.64278],[5.04147,48.77765],[4.97345,48.77879],[4.97856,48.91365],[5.04676,48.9125],[5.05564,49.13722],[4.98714,49.13837],[4.98887,49.18331],[5.05742,49.18216],[5.05921,49.22709],[4.9906,49.22825],[4.99233,49.27318],[4.64894,49.27836],[4.65037,49.3233],[4.37537,49.32674],[4.37657,49.37168],[4.30776,49.37245],[4.3089,49.41738],[3.75783,49.42209],[3.75717,49.37715],[3.68834,49.37756],[3.68774,49.33262],[3.61897,49.33299],[3.61682,49.1532],[3.54829,49.15353],[3.54686,49.01866],[3.61522,49.01833],[3.61469,48.97337],[3.54639,48.9737],[3.54592,48.92874],[3.47768,48.92903],[3.47686,48.8391],[3.34062,48.83957],[3.34003,48.74963],[3.40803,48.74942],[3.40698,48.6145],[3.54264,48.61396]],[[-0.88203,46.97494],[-0.88526,47.0199],[-0.951,47.01767],[-0.9543,47.06263],[-1.15166,47.0557],[-1.15512,47.10066],[-1.3526,47.09338],[-1.34897,47.04844],[-1.48048,47.0434],[-1.48421,47.08835],[-1.55001,47.08577],[-1.54622,47.04083],[-1.61196,47.03822],[-1.60046,46.9034],[-1.73159,46.89808],[-1.73552,46.94302],[-1.80114,46.9403],[-1.80513,46.98524],[-1.87079,46.98248],[-1.87485,47.02741],[-1.94055,47.02462],[-1.94467,47.06955],[-2.07617,47.06384],[-2.07195,47.01891],[-2.20331,47.01306],[-2.20765,47.05798],[-2.4048,47.04891],[-2.39132,46.91417],[-2.26022,46.92024],[-2.25585,46.87532],[-2.19034,46.8783],[-2.17743,46.74353],[-2.11208,46.74646],[-2.10785,46.70154],[-2.04254,46.70443],[-2.03837,46.6595],[-1.97311,46.66235],[-1.969,46.61742],[-1.90378,46.62023],[-1.88762,46.44049],[-1.7576,46.44598],[-1.75368,46.40104],[-1.68872,46.40373],[-1.68486,46.35879],[-1.55501,46.36406],[-1.55127,46.31911],[-1.48639,46.32168],[-1.4827,46.27673],[-1.35304,46.28177],[-1.34946,46.23681],[-1.09027,46.24643],[-1.09363,46.29139],[-1.02877,46.29371],[-1.03208,46.33867],[-0.96716,46.34095],[-0.9639,46.29599],[-0.76926,46.3026],[-0.76616,46.25763],[-0.70132,46.25975],[-0.70436,46.30473],[-0.50966,46.3109],[-0.51834,46.44583],[-0.58341,46.44381],[-0.60421,46.75863],[-0.66965,46.75656],[-0.67575,46.8465],[-0.74129,46.84439],[-0.74751,46.93432],[-0.81316,46.93217],[-0.81633,46.97713],[-0.88203,46.97494]]],"terms_url":"https://geoservices.ign.fr/documentation/donnees/ortho/bdortho","terms_text":"IGN"},{"id":"LV_ORTOFOTO_C3","name":"Orthophoto (2007–2008), 1:10000, Latvia","type":"wms","template":"https://servisi.lgia.gov.lv/lksopen/services/ORTO/Ortofoto_v3_CIR/MapServer/WmsServer?LAYERS=1&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2008-12-31T00:00:00.000Z","startDate":"2007-01-01T00:00:00.000Z","polygon":[[[27.66415,55.75354],[27.68475,55.93319],[28.26703,56.1908],[28.23682,56.49827],[27.82757,56.94886],[27.90997,57.37037],[27.58313,57.56387],[26.93219,57.63598],[26.5202,57.58596],[26.0368,57.87192],[25.1991,58.10487],[24.31744,57.90258],[24.31744,57.19669],[23.93567,56.9788],[23.55115,56.98479],[23.23804,57.10283],[23.14465,57.37333],[22.60632,57.60215],[22.60083,57.76953],[21.66699,57.56681],[21.40057,57.29625],[21.38409,57.0177],[21.04626,56.80026],[20.99133,56.36615],[21.0545,56.0392],[21.28796,56.05608],[21.29895,56.1908],[22.11743,56.41936],[24.44379,56.24425],[24.81183,56.3996],[25.15515,56.1694],[25.58087,56.12962],[26.53668,55.66146],[26.91296,55.66766],[27.0805,55.80991],[27.66415,55.75354]]],"terms_text":"LĢIA (Latvian Geospatial Information Agency) provided these open data (CC0) and WMS service.","description":"The service includes an orthophoto map in the color spectrum for the entire territory of the country with a resolution of 0.5 meters, with aerial photography time from 2007-2008. Aerial photography was performed with a digital camera Vexcel 'UltraCamX' (216 megapixels), flight altitude - 7000 m. A color orthophoto map at a scale of 1:10 000 is available in GeoTIFF raster format with a link to the LKS-92 TM coordinate system. The files correspond to the TKS-93 M 1:5 000 map page nomenclature. <a href='https://servisi.lgia.gov.lv/lksopen/services/ORTO/Ortofoto_v3_CIR/MapServer/WMSServer?request=GetCapabilities&service=WMS'>WMS service</a> description."},{"id":"LV_ORTOFOTO_C4","name":"Orthophoto (2010-2011), 1:5000, Latvia","type":"wms","template":"https://lvmgeoserver.lvm.lv/geoserver/ows?LAYERS=public:Orto_4cikls&STYLES=&FORMAT=image/vnd.jpeg-png8&TRANSPARENT=true&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2011-12-31T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","polygon":[[[27.66415,55.75354],[27.68475,55.93319],[28.26703,56.1908],[28.23682,56.49827],[27.82757,56.94886],[27.90997,57.37037],[27.58313,57.56387],[26.93219,57.63598],[26.5202,57.58596],[26.0368,57.87192],[25.1991,58.10487],[24.31744,57.90258],[24.31744,57.19669],[23.93567,56.9788],[23.55115,56.98479],[23.23804,57.10283],[23.14465,57.37333],[22.60632,57.60215],[22.60083,57.76953],[21.66699,57.56681],[21.40057,57.29625],[21.38409,57.0177],[21.04626,56.80026],[20.99133,56.36615],[21.0545,56.0392],[21.28796,56.05608],[21.29895,56.1908],[22.11743,56.41936],[24.44379,56.24425],[24.81183,56.3996],[25.15515,56.1694],[25.58087,56.12962],[26.53668,55.66146],[26.91296,55.66766],[27.0805,55.80991],[27.66415,55.75354]]],"terms_text":"LĢIA (Latvian Geospatial Information Agency) provided these open data (CC0). WMS service is provided by LVM (Latvian State Forestry).","description":"This service includes a color orthophoto map for the entire territory of Latvia with a resolution of 0.5 meters, obtained from aerial photography data for the years 2010-2011. The orthophoto map is linked to the LKS-92 TM coordinate system. The map sheet breakdown corresponds to the TKS-93 M 1:5000 map sheet nomenclature breakdown. Aerial photography was performed in cooperation with the Polish company MGGPAero. WMS service is freely provided by LVM (Latvian State Forestry, https://lvmgeo.lv/en/data)."},{"id":"LV_ORTOFOTO_C5","name":"Orthophoto (2013-2015), 1:5000, Latvia","type":"wms","template":"https://lvmgeoserver.lvm.lv/geoserver/ows?LAYERS=public:Orto_5cikls&STYLES=&FORMAT=image/vnd.jpeg-png8&TRANSPARENT=true&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2015-12-31T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","polygon":[[[27.66415,55.75354],[27.68475,55.93319],[28.26703,56.1908],[28.23682,56.49827],[27.82757,56.94886],[27.90997,57.37037],[27.58313,57.56387],[26.93219,57.63598],[26.5202,57.58596],[26.0368,57.87192],[25.1991,58.10487],[24.31744,57.90258],[24.31744,57.19669],[23.93567,56.9788],[23.55115,56.98479],[23.23804,57.10283],[23.14465,57.37333],[22.60632,57.60215],[22.60083,57.76953],[21.66699,57.56681],[21.40057,57.29625],[21.38409,57.0177],[21.04626,56.80026],[20.99133,56.36615],[21.0545,56.0392],[21.28796,56.05608],[21.29895,56.1908],[22.11743,56.41936],[24.44379,56.24425],[24.81183,56.3996],[25.15515,56.1694],[25.58087,56.12962],[26.53668,55.66146],[26.91296,55.66766],[27.0805,55.80991],[27.66415,55.75354]]],"terms_text":"LĢIA (Latvian Geospatial Information Agency) provided these open data (CC0). WMS service is provided by LVM (Latvian State Forestry).","description":"This service includes a color orthophoto map for the entire territory of Latvia with a resolution of 0.4 meters, obtained from aerial photography data for the years 2013-2015. The orthophoto map is linked to the LKS-92 TM coordinate system. The map sheet breakdown corresponds to the TKS-93 M 1:5000 map sheet nomenclature breakdown. Aerial photography was performed in cooperation with the Polish company MGGPAero. WMS service is freely provided by LVM (Latvian State Forestry, https://lvmgeo.lv/en/data)."},{"id":"LV_ORTOFOTO_C6","name":"Orthophoto (2016–2018), 1:5000, Latvia","type":"wms","template":"https://lvmgeoserver.lvm.lv/geoserver/ows?LAYERS=public:Orto_LKS&STYLES=&FORMAT=image/vnd.jpeg-png8&TRANSPARENT=true&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2018-12-31T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","polygon":[[[27.61609,55.77671],[27.68475,55.93319],[28.26565,56.22059],[28.14755,56.574],[27.76578,57.00274],[27.86809,57.2968],[27.55601,57.53752],[26.93219,57.63598],[26.5202,57.58596],[26.0368,57.87192],[25.1991,58.10487],[23.27906,57.7715],[22.60083,57.76953],[21.66699,57.56681],[21.40057,57.29625],[21.38409,57.0177],[21.04626,56.80026],[20.99133,56.36615],[21.0545,56.0392],[21.28796,56.05608],[21.29895,56.1908],[22.11743,56.41936],[24.44379,56.24425],[24.81183,56.3996],[25.15515,56.1694],[25.58087,56.12962],[26.46527,55.67308],[26.91296,55.66766],[26.94867,55.78907],[27.61609,55.77671]]],"terms_text":"LĢIA (Latvian Geospatial Information Agency) provided these open data (CC0). WMS service is provided by LVM (Latvian State Forestry).","best":true,"description":"This service includes a color orthophoto map for the entire territory of Latvia with a resolution of 0.25 meters, obtained from aerial photography data for the years 2016-2018. The orthophoto map is linked to the LKS-92 TM coordinate system. The map sheet breakdown corresponds to the TKS-93 M 1:5000 map sheet nomenclature breakdown. WMS service is freely provided by LVM (Latvian State Forestry, https://lvmgeo.lv/en/data)."},{"id":"ORTOS_DGT_2018_WMS","name":"Orthophotos of mainland Portugal - 25cm - 2018 (DGT)","type":"wms","template":"https://cartografia.dgterritorio.gov.pt/wms/ortos2018?LAYERS=Ortos2018-RGB&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[14,20],"polygon":[[[-7.31278,36.98391],[-7.44461,37.5718],[-7.1933,37.97019],[-6.97357,38.00807],[-6.90628,38.24142],[-7.06627,38.20743],[-7.27158,38.45628],[-7.20429,38.72356],[-7.0134,38.85468],[-6.91315,39.03839],[-6.97357,39.13113],[-7.17957,39.23651],[-7.28668,39.48497],[-7.44873,39.61838],[-7.34162,39.60886],[-6.99692,39.64906],[-6.81839,40.0192],[-7.01065,40.19986],[-6.85272,40.24285],[-6.76209,40.35073],[-6.77994,40.8886],[-6.88637,41.01151],[-6.79642,41.01721],[-6.63849,41.21689],[-6.4531,41.24116],[-6.29311,41.38763],[-6.15715,41.5908],[-6.31165,41.68932],[-6.51215,41.71188],[-6.49841,41.88081],[-6.56296,41.97991],[-6.80191,42.00951],[-7.20497,42.00135],[-7.22763,41.8849],[-7.36908,41.87058],[-7.72751,41.92885],[-7.92526,41.94009],[-8.07907,41.84706],[-8.1601,41.91812],[-8.01796,42.05031],[-8.19924,42.18681],[-8.39356,42.1023],[-8.66066,42.07886],[-8.88382,41.88081],[-9.17084,41.86956],[-9.04175,41.43655],[-9.01978,40.65981],[-9.15711,40.26695],[-9.81903,39.52099],[-9.74213,38.6512],[-9.12964,37.88136],[-9.27246,36.99378],[-9.09394,36.68604],[-7.80579,36.74989],[-7.31278,36.98391]]],"terms_url":"https://snig.dgterritorio.gov.pt/rndg/srv/por/catalog.search#/metadata/daf5479d-29c8-4e0c-b7b8-0e1791891186","terms_text":"Informação geográfica cedida pela Direção-Geral do Território","best":true},{"id":"ORTOS_DGRF_2004_06","name":"Orthophotos of mainland Portugal - 50cm - 2004-2006 (DGT)","type":"wms","template":"https://cartografia.dgterritorio.gov.pt/wms/ortos2004-2006?LAYERS=Ortos2004-2006-RGB&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2006-01-01T00:00:00.000Z","zoomExtent":[14,19],"polygon":[[[-7.31278,36.98391],[-7.44461,37.5718],[-7.1933,37.97019],[-6.97357,38.00807],[-6.90628,38.24142],[-7.06627,38.20743],[-7.27158,38.45628],[-7.20429,38.72356],[-7.0134,38.85468],[-6.91315,39.03839],[-6.97357,39.13113],[-7.17957,39.23651],[-7.28668,39.48497],[-7.44873,39.61838],[-7.34162,39.60886],[-6.99692,39.64906],[-6.81839,40.0192],[-7.01065,40.19986],[-6.85272,40.24285],[-6.76209,40.35073],[-6.77994,40.8886],[-6.88637,41.01151],[-6.79642,41.01721],[-6.63849,41.21689],[-6.4531,41.24116],[-6.29311,41.38763],[-6.15715,41.5908],[-6.31165,41.68932],[-6.51215,41.71188],[-6.49841,41.88081],[-6.56296,41.97991],[-6.80191,42.00951],[-7.20497,42.00135],[-7.22763,41.8849],[-7.36908,41.87058],[-7.72751,41.92885],[-7.92526,41.94009],[-8.07907,41.84706],[-8.1601,41.91812],[-8.01796,42.05031],[-8.19924,42.18681],[-8.39356,42.1023],[-8.66066,42.07886],[-8.88382,41.88081],[-9.17084,41.86956],[-9.04175,41.43655],[-9.01978,40.65981],[-9.15711,40.26695],[-9.81903,39.52099],[-9.74213,38.6512],[-9.12964,37.88136],[-9.27246,36.99378],[-9.09394,36.68604],[-7.80579,36.74989],[-7.31278,36.98391]]],"terms_url":"https://snig.dgterritorio.gov.pt/rndg/srv/por/catalog.search#/metadata/5fd2c1e18f5f4c3f814a3e7212937ce7","terms_text":"Informação geográfica cedida pela Direção-Geral do Território"},{"id":"ORTOS_DGT_2014_15","name":"Orthophotos of the coastal areas of mainland Portugal - 10cm - 2014-2015 (DGT)","type":"wms","template":"https://cartografia.dgterritorio.gov.pt/wms/ortos2014-2015-litoral?LAYERS=Ortoimagens_2014-2015_Litoral&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[14,20],"polygon":[[[-7.38968,37.19205],[-7.52426,37.18002],[-7.89505,36.98171],[-8.15186,37.10886],[-8.65036,37.14062],[-8.95111,37.03545],[-8.78632,37.34833],[-8.76434,37.55111],[-8.7561,38.38258],[-8.47664,38.33466],[-8.47183,38.40141],[-8.66066,38.46596],[-8.66959,38.60882],[-9.142,38.53689],[-8.81104,38.67372],[-8.79318,38.85468],[-8.95935,38.9829],[-9.18732,38.84934],[-9.2395,38.72838],[-9.37821,38.74659],[-9.38233,39.07891],[-9.29169,39.2514],[-9.31915,39.33642],[-9.17084,39.38526],[-9.06372,39.48815],[-9.02252,39.69662],[-8.78632,40.14529],[-8.86322,40.2093],[-8.72589,40.53155],[-8.64075,40.50858],[-8.62427,40.63063],[-8.53089,40.6004],[-8.535,40.71292],[-8.61466,40.89275],[-8.61878,41.10419],[-8.53089,41.16728],[-8.66959,41.21689],[-8.72315,41.41081],[-8.76984,41.65958],[-8.66547,41.73955],[-8.81104,41.72316],[-8.81104,41.85217],[-8.74649,41.9125],[-8.83576,41.93089],[-8.91815,41.84501],[-8.89343,41.70778],[-8.82065,41.50755],[-8.73139,41.16315],[-8.67508,41.069],[-8.68469,40.90729],[-8.93326,40.17573],[-8.88107,40.12219],[-9.11453,39.64694],[-9.11865,39.5623],[-9.3013,39.40543],[-9.43039,39.37571],[-9.34799,39.23864],[-9.45099,39.04799],[-9.45786,38.89317],[-9.53201,38.78835],[-9.50043,38.68551],[-9.28894,38.663],[-9.19418,38.54172],[-9.25324,38.38473],[-9.03488,38.42347],[-8.92502,38.46757],[-8.81241,38.35997],[-8.7973,38.14968],[-8.91953,37.95286],[-8.84262,37.8651],[-8.83988,37.40617],[-9.02664,37.01023],[-8.92914,36.97513],[-8.61466,37.099],[-8.15048,37.05956],[-7.8923,36.93672],[-7.48993,37.15156],[-7.39105,37.15813],[-7.38968,37.19205]]],"terms_url":"https://snig.dgterritorio.gov.pt/rndg/srv/por/catalog.search#/metadata/66425725-0ab4-4d7a-ad1c-b0d923881a61","terms_text":"Informação geográfica cedida pela Direção-Geral do Território"},{"id":"ORTOS_DGT_2021_RGB","name":"Orthophotos of the northern portion of mainland Portugal - 25cm - 2021 (DGT)","type":"wms","template":"https://cartografia.dgterritorio.gov.pt/wms/ortos2021?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Ortos2021-RGB&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[14,20],"polygon":[[[-9.11255,39.5798],[-7.45699,39.57307],[-7.43462,39.57298],[-7.43451,39.59878],[-7.48083,39.59897],[-7.48065,39.64353],[-7.38786,39.64315],[-7.38795,39.6204],[-7.29431,39.62002],[-7.29422,39.64173],[-7.01442,39.64059],[-7.01433,39.66258],[-6.96642,39.66239],[-6.96579,39.81936],[-6.91818,39.81916],[-6.91808,39.84182],[-6.86968,39.84163],[-6.86904,39.99862],[-6.82135,39.99843],[-6.82125,40.02143],[-6.86727,40.02162],[-6.867,40.08937],[-6.91297,40.08956],[-6.91278,40.13524],[-7.00586,40.13561],[-7.00549,40.22502],[-6.91081,40.22464],[-6.91072,40.24651],[-6.86321,40.24631],[-6.86312,40.26875],[-6.81582,40.26856],[-6.81564,40.31306],[-6.76754,40.31286],[-6.76717,40.40355],[-6.81263,40.40373],[-6.81226,40.49298],[-6.76365,40.49279],[-6.76337,40.56108],[-6.81011,40.56127],[-6.80993,40.60589],[-6.76061,40.60568],[-6.76015,40.7189],[-6.80624,40.71909],[-6.80579,40.83099],[-6.75719,40.83079],[-6.757,40.87643],[-6.80358,40.87662],[-6.8033,40.94453],[-6.84977,40.94472],[-6.84958,40.98963],[-6.89681,40.98983],[-6.89672,41.01194],[-6.8011,41.01155],[-6.80101,41.03342],[-6.75254,41.03322],[-6.75218,41.12294],[-6.70339,41.12274],[-6.70321,41.1674],[-6.65491,41.16721],[-6.65473,41.21165],[-6.60639,41.21145],[-6.6063,41.23362],[-6.5101,41.23322],[-6.51001,41.25459],[-6.46206,41.25439],[-6.46197,41.27667],[-6.41316,41.27648],[-6.41289,41.34352],[-6.36416,41.34332],[-6.36407,41.3649],[-6.2671,41.36451],[-6.26664,41.47627],[-6.21642,41.47606],[-6.21615,41.54282],[-6.16634,41.54262],[-6.16606,41.61057],[-6.21266,41.61076],[-6.21247,41.65649],[-6.25985,41.65668],[-6.25975,41.68035],[-6.40324,41.68093],[-6.40314,41.7046],[-6.45147,41.70479],[-6.45156,41.68265],[-6.49863,41.68285],[-6.49844,41.72822],[-6.54572,41.72841],[-6.54554,41.77317],[-6.49563,41.77297],[-6.49517,41.88615],[-6.54147,41.88634],[-6.54111,41.97691],[-6.63787,41.97731],[-6.63796,41.9557],[-6.73334,41.95609],[-6.73315,42.00147],[-6.83034,42.00187],[-6.83052,41.95767],[-6.92674,41.95806],[-6.92664,41.98115],[-7.02342,41.98154],[-7.02351,41.9595],[-7.07128,41.95969],[-7.07109,42.0051],[-7.16778,42.00549],[-7.16787,41.98319],[-7.21668,41.98339],[-7.21704,41.8936],[-7.26597,41.8938],[-7.26606,41.87203],[-7.55419,41.8732],[-7.5541,41.89643],[-7.6507,41.89683],[-7.65061,41.919],[-7.79589,41.9196],[-7.79599,41.8969],[-7.84363,41.89709],[-7.84345,41.94185],[-7.94025,41.94224],[-7.94044,41.89719],[-7.98892,41.89738],[-7.98901,41.87474],[-8.03711,41.87493],[-8.0372,41.85229],[-8.08485,41.85248],[-8.08494,41.82969],[-8.13286,41.82988],[-8.13258,41.89755],[-8.18092,41.89775],[-8.18074,41.94156],[-8.13296,41.94136],[-8.13277,41.98668],[-8.08429,41.98648],[-8.0842,42.00928],[-8.03615,42.00908],[-8.03597,42.05501],[-8.08419,42.0552],[-8.08401,42.09981],[-8.18111,42.10021],[-8.18084,42.16741],[-8.23028,42.16761],[-8.23038,42.14464],[-8.32733,42.14504],[-8.32752,42.09905],[-8.56837,42.10003],[-8.56846,42.07629],[-8.61652,42.07649],[-8.61661,42.05355],[-8.66462,42.05375],[-8.66481,42.00835],[-8.71278,42.00855],[-8.71287,41.98568],[-8.76055,41.98588],[-8.76074,41.94056],[-8.80856,41.94076],[-8.80866,41.91796],[-8.85675,41.91816],[-8.85684,41.89493],[-8.9034,41.89512],[-8.90423,41.69139],[-8.85368,41.69118],[-8.85423,41.55703],[-8.80363,41.55683],[-8.80455,41.33208],[-8.75386,41.33188],[-8.7546,41.1521],[-8.70487,41.1519],[-8.70533,41.04027],[-8.65649,41.04008],[-8.65676,40.97279],[-8.70317,40.97298],[-8.70381,40.8152],[-8.74907,40.81538],[-8.74962,40.6802],[-8.79454,40.68038],[-8.79527,40.49956],[-8.84056,40.49974],[-8.84111,40.3647],[-8.88653,40.36489],[-8.88699,40.25186],[-8.9322,40.25204],[-8.93257,40.16071],[-8.88429,40.16051],[-8.88456,40.09374],[-8.9299,40.09393],[-8.93036,39.9809],[-8.97558,39.98109],[-8.97595,39.89051],[-9.02121,39.89069],[-9.02158,39.80027],[-9.06658,39.80045],[-9.06704,39.68684],[-9.11211,39.68702],[-9.11255,39.5798]]],"terms_url":"https://snig.dgterritorio.gov.pt/rndg/srv/por/catalog.search#/metadata/d70dd232-aaee-4e6b-a804-5a0b70c537be","terms_text":"Informação geográfica cedida pela Direção-Geral do Território","best":true},{"id":"ortofotomozaika-sr","name":"Ortofotomozaika SR","type":"tms","template":"https://ofmozaika.tiles.freemap.sk/{zoom}/{x}/{y}.jpg","category":"photo","zoomExtent":[0,19],"polygon":[[[19.83682,49.25529],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[19.83682,49.25529]]],"terms_text":"© GKÚ, NLC 2017-2019","best":true},{"id":"ORTOSAT_DGT_2023_RGB","name":"OrtoSat - Portugal Central - 30cm - 2023 (DGT)","type":"wms","template":"https://ortos.dgterritorio.gov.pt/wms/ortosat2023?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortoSat2023-CorVerdadeira&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-10-01T00:00:00.000Z","startDate":"2023-05-01T00:00:00.000Z","zoomExtent":[14,20],"polygon":[[[-9.52796,39.48156],[-9.57432,39.48099],[-9.57248,39.39131],[-9.47987,39.39242],[-9.48073,39.43726],[-9.52707,39.43671],[-9.52796,39.48156]],[[-6.76967,40.60314],[-7.27659,40.60801],[-7.7835,40.61065],[-8.2902,40.61108],[-8.79682,40.60928],[-8.79638,40.56443],[-8.84349,40.56415],[-8.8416,40.38478],[-8.88858,40.38448],[-8.88758,40.29479],[-8.93451,40.29448],[-8.93135,40.02541],[-8.97809,40.02507],[-8.97698,39.93538],[-9.02366,39.93503],[-9.0225,39.84534],[-9.06911,39.84497],[-9.0679,39.75528],[-9.11445,39.7549],[-9.11254,39.62036],[-9.15901,39.61996],[-9.15769,39.53026],[-9.25048,39.52941],[-9.24905,39.43971],[-9.34173,39.43879],[-9.34095,39.39394],[-9.43357,39.39294],[-9.4319,39.30326],[-9.38566,39.30376],[-9.38327,39.16922],[-9.42849,39.16873],[-9.42838,39.15438],[-9.42916,39.15435],[-9.4286,39.12387],[-9.47473,39.12335],[-9.46966,38.85427],[-9.51561,38.85374],[-9.51302,38.7192],[-8.91686,38.72471],[-8.32063,38.72719],[-7.72397,38.72662],[-7.12729,38.72301],[-7.12666,38.76787],[-7.08076,38.76746],[-7.0801,38.81232],[-7.03417,38.81189],[-7.03348,38.85674],[-6.98752,38.8563],[-6.98608,38.946],[-6.94006,38.94554],[-6.93704,39.12494],[-7.12157,39.12668],[-7.12029,39.21638],[-7.21268,39.21715],[-7.21092,39.3517],[-7.2572,39.35206],[-7.25551,39.48661],[-7.30189,39.48695],[-7.30135,39.5318],[-7.34776,39.53212],[-7.34725,39.57697],[-7.44012,39.57757],[-7.43968,39.62242],[-6.97505,39.61871],[-6.9743,39.66356],[-6.92782,39.66308],[-6.92547,39.79761],[-6.8789,39.79712],[-6.87644,39.93164],[-6.82978,39.93113],[-6.82722,40.06565],[-6.87397,40.06616],[-6.87315,40.111],[-6.91994,40.1115],[-6.91914,40.15634],[-6.96596,40.15682],[-6.96519,40.20166],[-6.91834,40.20118],[-6.91754,40.24602],[-6.82378,40.245],[-6.82291,40.28983],[-6.81505,40.28974],[-6.81505,40.29534],[-6.77585,40.29662],[-6.7751,40.33413],[-6.72816,40.33357],[-6.72723,40.3784],[-6.7742,40.37896],[-6.7733,40.4238],[-6.8203,40.42434],[-6.81943,40.46918],[-6.7724,40.46863],[-6.76967,40.60314]]],"terms_url":"https://snig.dgterritorio.gov.pt/rndg/srv/por/catalog.search#/metadata/b2a1ca02-779b-4189-b895-85d10fff610f","terms_text":"Informação geográfica cedida pela Direção-Geral do Território","best":true},{"id":"OS-OpenData_StreetView_2016_04","name":"OS OpenData StreetView (April 2016)","type":"tms","template":"https://{switch:a,b,c}.os.openstreetmap.org/layer/gb_os_sv_2016_04/{zoom}/{x}/{y}.png","category":"map","endDate":"2016-04-01T00:00:00.000Z","zoomExtent":[1,18],"polygon":[[[-6.17996,49.91686],[-6.17996,50.00538],[-6.39788,50.00538],[-6.39788,49.94999],[-6.45807,49.94999],[-6.45807,49.86736],[-6.25402,49.86736],[-6.25402,49.91686],[-6.17996,49.91686]],[[-5.83432,49.97546],[-5.83432,49.93216],[-5.76833,49.93216],[-5.76833,49.97546],[-5.83432,49.97546]],[[-7.39072,50.4021],[-7.6077,50.4021],[-7.6077,50.26887],[-7.39072,50.26887],[-7.39072,50.4021]],[[-8.35929,57.94406],[-8.71635,57.94406],[-8.71635,57.73059],[-8.35929,57.73059],[-8.35929,57.94406]],[[-5.1756,50.59254],[-5.1756,50.35306],[-5.37336,50.35306],[-5.37336,50.25482],[-5.82929,50.25482],[-5.82929,50.02297],[-5.28395,50.02297],[-5.28395,49.94745],[-5.00547,49.94745],[-5.00547,50.13477],[-3.69224,50.13477],[-3.69224,50.20578],[-3.40964,50.20578],[-3.40964,50.57363],[-2.49878,50.57363],[-2.49878,50.48464],[-2.36253,50.48464],[-2.36253,50.57363],[-1.00744,50.57363],[-1.00744,50.70384],[-0.7256,50.70384],[-0.7256,50.72984],[0.77881,50.72984],[0.77881,50.90084],[1.06999,50.90084],[1.06999,51.02076],[1.45076,51.02076],[1.45076,51.33318],[1.52355,51.33318],[1.52355,51.44035],[1.11665,51.44035],[1.11665,51.69675],[1.2697,51.69675],[1.2697,51.82613],[1.52355,51.82613],[1.52355,52.04249],[1.83339,52.04249],[1.83339,52.92021],[1.42734,52.92021],[1.42734,53.02989],[0.41635,53.02989],[0.41635,53.52177],[0.2082,53.52177],[0.2082,53.79385],[0.00928,53.79385],[0.00928,54.28652],[-0.32476,54.28652],[-0.32476,54.55275],[-0.66188,54.55275],[-0.66188,54.67466],[-1.055,54.67466],[-1.055,54.82217],[-1.3222,54.82217],[-1.3222,55.24999],[-1.4745,55.24999],[-1.4745,55.86509],[-1.97945,55.86509],[-1.97945,56.04775],[-2.36011,56.04775],[-2.36011,56.63332],[-2.1659,56.63332],[-2.1659,56.87607],[-1.97945,56.87607],[-1.97945,57.22256],[-1.71532,57.22256],[-1.71532,57.74039],[-3.48654,57.74039],[-3.48654,58.11575],[-2.91167,58.11575],[-2.91167,58.58047],[-2.74077,58.58047],[-2.74077,58.81859],[-2.4611,58.81859],[-2.4611,59.13887],[-2.24358,59.13887],[-2.24358,59.47592],[-3.19445,59.47592],[-3.19445,59.20918],[-3.572,59.20918],[-3.572,58.75015],[-5.31991,58.75015],[-5.31991,58.37333],[-5.49082,58.37333],[-5.49082,58.09112],[-5.61417,58.09112],[-5.61417,57.96218],[-5.80643,57.96218],[-5.80643,57.88925],[-5.93391,57.88925],[-5.93391,57.66676],[-6.15913,57.66676],[-6.15913,57.71227],[-6.27998,57.71227],[-6.27998,58.11059],[-6.14701,58.11059],[-6.14701,58.15688],[-6.05362,58.15688],[-6.05362,58.56256],[-6.51781,58.56256],[-6.51781,58.46733],[-6.63866,58.46733],[-6.63866,58.41558],[-6.80346,58.41558],[-6.80346,58.3672],[-7.18798,58.3672],[-7.18798,58.08606],[-7.47362,58.08606],[-7.47362,57.79156],[-7.83068,57.79156],[-7.83068,57.47396],[-7.64941,57.47396],[-7.64941,56.89946],[-7.83068,56.89946],[-7.83068,56.71425],[-7.5203,56.71425],[-7.5203,56.80759],[-7.37198,56.80759],[-7.37198,56.9067],[-7.17423,56.9067],[-7.17423,57.24111],[-7.09732,57.24111],[-7.09732,57.55189],[-6.8721,57.55189],[-6.8721,57.37166],[-6.81168,57.37166],[-6.81168,56.9067],[-6.53153,56.9067],[-6.53153,56.69917],[-6.81717,56.69917],[-6.81717,56.56018],[-7.17277,56.56018],[-7.17277,56.30134],[-6.59332,56.30134],[-6.59332,55.48225],[-5.89796,55.48225],[-5.89796,55.25009],[-5.65326,55.25009],[-5.65326,55.21908],[-5.22987,55.21908],[-5.22987,54.75329],[-5.04731,54.75329],[-5.04731,54.61407],[-4.30154,54.61407],[-4.30154,54.7219],[-3.7189,54.7219],[-3.7189,54.43373],[-3.55964,54.43373],[-3.55964,54.1981],[-3.39262,54.1981],[-3.39262,54.01592],[-3.23337,54.01592],[-3.23337,53.50386],[-3.31105,53.50386],[-3.31105,53.41135],[-4.15782,53.41135],[-4.15782,53.50386],[-4.7288,53.50386],[-4.7288,52.93173],[-4.85698,52.93173],[-4.85698,52.73696],[-4.44137,52.73696],[-4.44137,52.79337],[-4.18112,52.79337],[-4.18112,52.36853],[-4.30154,52.36853],[-4.30154,52.29257],[-4.49575,52.29257],[-4.49575,52.18316],[-4.88806,52.18316],[-4.88806,52.09734],[-5.1988,52.09734],[-5.1988,51.98026],[-5.50954,51.98026],[-5.50954,51.77404],[-5.73871,51.77404],[-5.73871,51.6296],[-5.14442,51.6296],[-5.14442,51.54272],[-4.37922,51.54272],[-4.37922,51.49393],[-4.08521,51.49393],[-4.08521,51.52982],[-3.82978,51.52982],[-3.82978,51.43404],[-3.74463,51.43404],[-3.74463,51.36207],[-3.14862,51.36207],[-3.14862,51.2453],[-3.71717,51.2453],[-3.71717,51.2917],[-3.90393,51.2917],[-3.90393,51.25218],[-4.37922,51.25218],[-4.37922,51.06921],[-4.60431,51.06921],[-4.60431,50.96074],[-4.69495,50.96074],[-4.69495,50.78221],[-4.79657,50.78221],[-4.79657,50.69356],[-4.99707,50.69356],[-4.99707,50.59254],[-5.1756,50.59254]],[[-4.2867,59.13705],[-4.5586,59.13705],[-4.5586,58.95691],[-4.2867,58.95691],[-4.2867,59.13705]],[[-1.53733,59.56983],[-1.75431,59.56983],[-1.75431,59.46394],[-1.53733,59.46394],[-1.53733,59.56983]],[[-1.9864,60.19686],[-2.20338,60.19686],[-2.20338,60.09294],[-1.9864,60.09294],[-1.9864,60.19686]],[[-7.73043,58.35799],[-7.73043,58.24831],[-7.51345,58.24831],[-7.51345,58.35799],[-7.73043,58.35799]],[[-6.27877,59.20257],[-6.27877,59.02278],[-5.66506,59.02278],[-5.66506,59.20257],[-6.27877,59.20257]],[[-1.10344,60.804],[-1.35063,60.804],[-1.35063,60.68857],[-1.94838,60.68857],[-1.94838,60.30588],[-1.75431,60.30588],[-1.75431,60.12844],[-1.57549,60.12844],[-1.57549,59.79792],[-1.0317,59.79792],[-1.0317,60.03545],[-0.66269,60.03545],[-0.66269,60.91039],[-1.10344,60.91039],[-1.10344,60.804]]]},{"id":"OS-OpenMap_Local_2024_04","name":"OS OpenMap Local (April 2024)","type":"tms","template":"https://{switch:a,b,c}.os.openstreetmap.org/layer/gb_os_om_local_2024_04/{zoom}/{x}/{y}.png","category":"map","endDate":"2024-04-01T00:00:00.000Z","zoomExtent":[1,18],"polygon":[[[-6.17996,49.91686],[-6.17996,50.00538],[-6.39788,50.00538],[-6.39788,49.94999],[-6.45807,49.94999],[-6.45807,49.86736],[-6.25402,49.86736],[-6.25402,49.91686],[-6.17996,49.91686]],[[-5.83432,49.97546],[-5.83432,49.93216],[-5.76833,49.93216],[-5.76833,49.97546],[-5.83432,49.97546]],[[-7.39072,50.4021],[-7.6077,50.4021],[-7.6077,50.26887],[-7.39072,50.26887],[-7.39072,50.4021]],[[-8.35929,57.94406],[-8.71635,57.94406],[-8.71635,57.73059],[-8.35929,57.73059],[-8.35929,57.94406]],[[-5.1756,50.59254],[-5.1756,50.35306],[-5.37336,50.35306],[-5.37336,50.25482],[-5.82929,50.25482],[-5.82929,50.02297],[-5.28395,50.02297],[-5.28395,49.94745],[-5.00547,49.94745],[-5.00547,50.13477],[-3.69224,50.13477],[-3.69224,50.20578],[-3.40964,50.20578],[-3.40964,50.57363],[-2.49878,50.57363],[-2.49878,50.48464],[-2.36253,50.48464],[-2.36253,50.57363],[-1.00744,50.57363],[-1.00744,50.70384],[-0.7256,50.70384],[-0.7256,50.72984],[0.77881,50.72984],[0.77881,50.90084],[1.06999,50.90084],[1.06999,51.02076],[1.45076,51.02076],[1.45076,51.33318],[1.52355,51.33318],[1.52355,51.44035],[1.11665,51.44035],[1.11665,51.69675],[1.2697,51.69675],[1.2697,51.82613],[1.52355,51.82613],[1.52355,52.04249],[1.83339,52.04249],[1.83339,52.92021],[1.42734,52.92021],[1.42734,53.02989],[0.41635,53.02989],[0.41635,53.52177],[0.2082,53.52177],[0.2082,53.79385],[0.00928,53.79385],[0.00928,54.28652],[-0.32476,54.28652],[-0.32476,54.55275],[-0.66188,54.55275],[-0.66188,54.67466],[-1.055,54.67466],[-1.055,54.82217],[-1.3222,54.82217],[-1.3222,55.24999],[-1.4745,55.24999],[-1.4745,55.86509],[-1.97945,55.86509],[-1.97945,56.04775],[-2.36011,56.04775],[-2.36011,56.63332],[-2.1659,56.63332],[-2.1659,56.87607],[-1.97945,56.87607],[-1.97945,57.22256],[-1.71532,57.22256],[-1.71532,57.74039],[-3.48654,57.74039],[-3.48654,58.11575],[-2.91167,58.11575],[-2.91167,58.58047],[-2.74077,58.58047],[-2.74077,58.81859],[-2.4611,58.81859],[-2.4611,59.13887],[-2.24358,59.13887],[-2.24358,59.47592],[-3.19445,59.47592],[-3.19445,59.20918],[-3.572,59.20918],[-3.572,58.75015],[-5.31991,58.75015],[-5.31991,58.37333],[-5.49082,58.37333],[-5.49082,58.09112],[-5.61417,58.09112],[-5.61417,57.96218],[-5.80643,57.96218],[-5.80643,57.88925],[-5.93391,57.88925],[-5.93391,57.66676],[-6.15913,57.66676],[-6.15913,57.71227],[-6.27998,57.71227],[-6.27998,58.11059],[-6.14701,58.11059],[-6.14701,58.15688],[-6.05362,58.15688],[-6.05362,58.56256],[-6.51781,58.56256],[-6.51781,58.46733],[-6.63866,58.46733],[-6.63866,58.41558],[-6.80346,58.41558],[-6.80346,58.3672],[-7.18798,58.3672],[-7.18798,58.08606],[-7.47362,58.08606],[-7.47362,57.79156],[-7.83068,57.79156],[-7.83068,57.47396],[-7.64941,57.47396],[-7.64941,56.89946],[-7.83068,56.89946],[-7.83068,56.71425],[-7.5203,56.71425],[-7.5203,56.80759],[-7.37198,56.80759],[-7.37198,56.9067],[-7.17423,56.9067],[-7.17423,57.24111],[-7.09732,57.24111],[-7.09732,57.55189],[-6.8721,57.55189],[-6.8721,57.37166],[-6.81168,57.37166],[-6.81168,56.9067],[-6.53153,56.9067],[-6.53153,56.69917],[-6.81717,56.69917],[-6.81717,56.56018],[-7.17277,56.56018],[-7.17277,56.30134],[-6.59332,56.30134],[-6.59332,55.48225],[-5.89796,55.48225],[-5.89796,55.25009],[-5.65326,55.25009],[-5.65326,55.21908],[-5.22987,55.21908],[-5.22987,54.75329],[-5.04731,54.75329],[-5.04731,54.61407],[-4.30154,54.61407],[-4.30154,54.7219],[-3.7189,54.7219],[-3.7189,54.43373],[-3.55964,54.43373],[-3.55964,54.1981],[-3.39262,54.1981],[-3.39262,54.01592],[-3.23337,54.01592],[-3.23337,53.50386],[-3.31105,53.50386],[-3.31105,53.41135],[-4.15782,53.41135],[-4.15782,53.50386],[-4.7288,53.50386],[-4.7288,52.93173],[-4.85698,52.93173],[-4.85698,52.73696],[-4.44137,52.73696],[-4.44137,52.79337],[-4.18112,52.79337],[-4.18112,52.36853],[-4.30154,52.36853],[-4.30154,52.29257],[-4.49575,52.29257],[-4.49575,52.18316],[-4.88806,52.18316],[-4.88806,52.09734],[-5.1988,52.09734],[-5.1988,51.98026],[-5.50954,51.98026],[-5.50954,51.77404],[-5.73871,51.77404],[-5.73871,51.6296],[-5.14442,51.6296],[-5.14442,51.54272],[-4.37922,51.54272],[-4.37922,51.49393],[-4.08521,51.49393],[-4.08521,51.52982],[-3.82978,51.52982],[-3.82978,51.43404],[-3.74463,51.43404],[-3.74463,51.36207],[-3.14862,51.36207],[-3.14862,51.2453],[-3.71717,51.2453],[-3.71717,51.2917],[-3.90393,51.2917],[-3.90393,51.25218],[-4.37922,51.25218],[-4.37922,51.06921],[-4.60431,51.06921],[-4.60431,50.96074],[-4.69495,50.96074],[-4.69495,50.78221],[-4.79657,50.78221],[-4.79657,50.69356],[-4.99707,50.69356],[-4.99707,50.59254],[-5.1756,50.59254]],[[-4.2867,59.13705],[-4.5586,59.13705],[-4.5586,58.95691],[-4.2867,58.95691],[-4.2867,59.13705]],[[-1.53733,59.56983],[-1.75431,59.56983],[-1.75431,59.46394],[-1.53733,59.46394],[-1.53733,59.56983]],[[-1.9864,60.19686],[-2.20338,60.19686],[-2.20338,60.09294],[-1.9864,60.09294],[-1.9864,60.19686]],[[-7.73043,58.35799],[-7.73043,58.24831],[-7.51345,58.24831],[-7.51345,58.35799],[-7.73043,58.35799]],[[-6.27877,59.20257],[-6.27877,59.02278],[-5.66506,59.02278],[-5.66506,59.20257],[-6.27877,59.20257]],[[-1.10344,60.804],[-1.35063,60.804],[-1.35063,60.68857],[-1.94838,60.68857],[-1.94838,60.30588],[-1.75431,60.30588],[-1.75431,60.12844],[-1.57549,60.12844],[-1.57549,59.79792],[-1.0317,59.79792],[-1.0317,60.03545],[-0.66269,60.03545],[-0.66269,60.91039],[-1.10344,60.91039],[-1.10344,60.804]]]},{"id":"osmfj-osaka-2022","name":"Osaka city Imagery 2022","type":"tms","template":"https://tiles.osmf.jp/osaka-shi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2022-01-31T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[10,18],"polygon":[[[135.52318,34.77165],[135.52353,34.75792],[135.43731,34.75644],[135.43814,34.72385],[135.39415,34.7231],[135.3953,34.67785],[135.3346,34.6768],[135.33639,34.60648],[135.39705,34.60752],[135.39728,34.59869],[135.44125,34.59945],[135.44149,34.58996],[135.48905,34.59078],[135.48931,34.58072],[135.52503,34.58133],[135.5249,34.58647],[135.53966,34.58673],[135.53953,34.59163],[135.55687,34.59193],[135.55717,34.5799],[135.59271,34.58051],[135.59097,34.64886],[135.57449,34.64858],[135.57383,34.67456],[135.60918,34.67517],[135.60769,34.73388],[135.56483,34.73315],[135.56384,34.77235],[135.52318,34.77165]]],"terms_url":"https://www.geospatial.jp/ckan/dataset/r03-photo","terms_text":"OSMFJ_Ortho","description":"Kokyo Sokuryo Orthoimagery from Osaka-shi, 2020"},{"id":"Osceola_Ortho_2022","name":"Osceola County Orthoimagery (2022)","type":"tms","template":"https://gis.osceola.org/hosting/rest/services/Hosted/TilePackage_2022/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-81.67208,28.34849],[-81.67144,28.25223],[-81.56274,28.2527],[-81.56269,28.23895],[-81.54714,28.23902],[-81.54701,28.2115],[-81.53147,28.21157],[-81.53107,28.12908],[-81.46902,28.12928],[-81.46879,28.07428],[-81.37573,28.07458],[-81.3757,28.06081],[-81.46872,28.06057],[-81.46855,28.03303],[-81.45308,28.0331],[-81.45305,28.01933],[-81.43757,28.01938],[-81.43754,28.00573],[-81.42197,28.00561],[-81.42196,27.99192],[-81.39095,27.99204],[-81.39083,27.9645],[-81.37536,27.96451],[-81.37529,27.95077],[-81.35982,27.95082],[-81.35976,27.92329],[-81.34422,27.92337],[-81.3442,27.90961],[-81.3287,27.9096],[-81.32875,27.88212],[-81.31318,27.88212],[-81.31316,27.85465],[-81.29757,27.85473],[-81.29752,27.84098],[-81.25114,27.84101],[-81.25114,27.82732],[-81.23567,27.82733],[-81.23563,27.81357],[-81.22017,27.8136],[-81.22014,27.79984],[-81.20467,27.79987],[-81.20462,27.77236],[-81.18916,27.77239],[-81.18913,27.74489],[-81.17365,27.7449],[-81.17365,27.70363],[-81.15814,27.70366],[-81.15808,27.6624],[-81.14263,27.66241],[-81.14259,27.63491],[-80.86462,27.6349],[-80.86408,28.07502],[-80.84855,28.07499],[-80.84811,28.35005],[-81.67208,28.34849]]],"terms_url":"https://www.osceola.org/","terms_text":"Osceola County, FL","description":"The 2022 orthoimagery for Osceola County in the State of Florida","icon":"https://www.osceola.org/core/fileparse.php/2731/urlt/logo.png"},{"id":"Osceola_Ortho_2023","name":"Osceola County Orthoimagery (2023)","type":"tms","template":"https://gis.osceola.org/hosting/rest/services/Hosted/Aerials_2023_lod_9_20/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-81.67208,28.34849],[-81.67144,28.25223],[-81.56274,28.2527],[-81.56269,28.23895],[-81.54714,28.23902],[-81.54701,28.2115],[-81.53147,28.21157],[-81.53107,28.12908],[-81.46902,28.12928],[-81.46879,28.07428],[-81.37573,28.07458],[-81.3757,28.06081],[-81.46872,28.06057],[-81.46855,28.03303],[-81.45308,28.0331],[-81.45305,28.01933],[-81.43757,28.01938],[-81.43754,28.00573],[-81.42197,28.00561],[-81.42196,27.99192],[-81.39095,27.99204],[-81.39083,27.9645],[-81.37536,27.96451],[-81.37529,27.95077],[-81.35982,27.95082],[-81.35976,27.92329],[-81.34422,27.92337],[-81.3442,27.90961],[-81.3287,27.9096],[-81.32875,27.88212],[-81.31318,27.88212],[-81.31316,27.85465],[-81.29757,27.85473],[-81.29752,27.84098],[-81.25114,27.84101],[-81.25114,27.82732],[-81.23567,27.82733],[-81.23563,27.81357],[-81.22017,27.8136],[-81.22014,27.79984],[-81.20467,27.79987],[-81.20462,27.77236],[-81.18916,27.77239],[-81.18913,27.74489],[-81.17365,27.7449],[-81.17365,27.70363],[-81.15814,27.70366],[-81.15808,27.6624],[-81.14263,27.66241],[-81.14259,27.63491],[-80.86462,27.6349],[-80.86408,28.07502],[-80.84855,28.07499],[-80.84811,28.35005],[-81.67208,28.34849]]],"terms_url":"https://www.osceola.org/","terms_text":"Osceola County, FL","description":"The 2023 orthoimagery for Osceola County in the State of Florida","icon":"https://www.osceola.org/core/fileparse.php/2731/urlt/logo.png"},{"id":"Osceola_Centerlines","name":"Osceola County Roads","type":"wms","template":"https://gis.osceola.org/hosting/rest/services/Centerlines/MapServer/export?f=image&format=png&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[-81.67208,28.34849],[-81.67144,28.25223],[-81.56274,28.2527],[-81.56269,28.23895],[-81.54714,28.23902],[-81.54701,28.2115],[-81.53147,28.21157],[-81.53107,28.12908],[-81.46902,28.12928],[-81.46879,28.07428],[-81.37573,28.07458],[-81.3757,28.06081],[-81.46872,28.06057],[-81.46855,28.03303],[-81.45308,28.0331],[-81.45305,28.01933],[-81.43757,28.01938],[-81.43754,28.00573],[-81.42197,28.00561],[-81.42196,27.99192],[-81.39095,27.99204],[-81.39083,27.9645],[-81.37536,27.96451],[-81.37529,27.95077],[-81.35982,27.95082],[-81.35976,27.92329],[-81.34422,27.92337],[-81.3442,27.90961],[-81.3287,27.9096],[-81.32875,27.88212],[-81.31318,27.88212],[-81.31316,27.85465],[-81.29757,27.85473],[-81.29752,27.84098],[-81.25114,27.84101],[-81.25114,27.82732],[-81.23567,27.82733],[-81.23563,27.81357],[-81.22017,27.8136],[-81.22014,27.79984],[-81.20467,27.79987],[-81.20462,27.77236],[-81.18916,27.77239],[-81.18913,27.74489],[-81.17365,27.7449],[-81.17365,27.70363],[-81.15814,27.70366],[-81.15808,27.6624],[-81.14263,27.66241],[-81.14259,27.63491],[-80.86462,27.6349],[-80.86408,28.07502],[-80.84855,28.07499],[-80.84811,28.35005],[-81.67208,28.34849]]],"terms_url":"https://www.osceola.org/","terms_text":"Osceola County, FL","icon":"https://www.osceola.org/core/fileparse.php/2731/urlt/logo.png","overlay":true},{"id":"osm-hr-knin-2007","name":"osm-hr: Knin 2007 Aerial imagery","type":"tms","template":"https://tms.osm-hr.org/knin-2007/{zoom}/{x}/{-y}.png","category":"historicphoto","endDate":"2007-01-01T00:00:00.000Z","startDate":"2007-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[16.21712,44.08054],[16.21129,44.06685],[16.18011,44.03772],[16.18003,44.03662],[16.19269,44.02601],[16.20391,44.01672],[16.21286,44.01661],[16.21608,44.02178],[16.22404,44.03504],[16.2243,44.03599],[16.22494,44.03627],[16.23041,44.03599],[16.23715,44.03615],[16.23715,44.04213],[16.2303,44.05757],[16.22938,44.06055],[16.22916,44.08041],[16.21712,44.08054]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/osm-hr.png"},{"id":"osm-hr-orbview","name":"osm-hr: Orbview","type":"tms","template":"https://tms.osm-hr.org/orbview/{zoom}/{x}/{-y}.png","category":"historicphoto","endDate":"2007-01-01T00:00:00.000Z","startDate":"2003-01-01T00:00:00.000Z","zoomExtent":[0,17],"polygon":[[[21.60243,44.00519],[21.49434,44.00064],[21.49527,41.97908],[21.60273,41.98521],[21.60243,44.00519]],[[22.14809,45.01542],[22.1517,44.58594],[22.08681,44.5868],[22.08801,44.79329],[21.98038,44.79377],[21.98055,42.96107],[22.22603,42.97501],[22.22465,42.94587],[22.48695,42.97099],[22.48764,42.88603],[22.58446,42.88502],[22.5872,42.97451],[22.603,42.97602],[22.60368,43.27371],[22.5872,43.27521],[22.58789,43.31619],[22.50069,43.31818],[22.49794,43.53212],[22.42378,43.53312],[22.4231,43.7701],[22.49382,43.76961],[22.49382,43.60526],[22.5927,43.60377],[22.59484,45.01606],[22.39494,45.0022],[22.39357,44.75844],[22.31666,44.75697],[22.31872,44.12358],[22.25281,44.12407],[22.25933,45.01967],[22.14809,45.01542]],[[21.46076,45.04982],[21.35021,45.06504],[21.11795,44.35651],[21.21554,44.33975],[21.46076,45.04982]],[[20.44933,44.9597],[20.33295,44.96067],[20.33535,44.65937],[20.4483,44.65449],[20.44933,44.9597]],[[18.8994,42.19012],[18.90404,44.00813],[18.79237,44.00158],[18.79864,42.18821],[18.8994,42.19012]],[[19.50056,44.59982],[19.39748,44.59838],[19.39593,42.03272],[19.50138,42.03734],[19.50056,44.59982]],[[19.66656,42.98104],[19.66935,42.11019],[19.77427,42.11507],[19.77633,43.02304],[19.70441,43.01839],[19.70329,45.00547],[19.59394,45.00171],[19.59377,42.97665],[19.66656,42.98104]],[[19.53953,45.97382],[19.73556,45.97096],[19.73848,46.73951],[19.81007,46.7361],[19.81676,45.97442],[19.92336,45.97334],[19.92714,43.97651],[20.03632,43.98244],[20.03717,46.00686],[20.0116,46.00573],[20.02052,47.02474],[19.533,47.01397],[19.53953,45.97382]],[[20.4847,44.95994],[20.48658,44.65937],[20.67541,44.65815],[20.67661,44.96091],[20.4847,44.95994]],[[16.4352,44.51658],[16.32397,44.5112],[16.32465,44.24151],[16.26217,44.24077],[16.26595,44.51585],[16.15505,44.50899],[16.16055,43.72794],[16.24466,43.72707],[16.24535,43.47385],[16.42997,43.47553],[16.4352,44.51658]],[[15.77499,45.25411],[15.672,45.25531],[15.66994,44.5156],[15.59355,44.51169],[15.59338,45.5102],[15.48386,45.51525],[15.48489,44.47201],[15.55904,44.4725],[15.56145,44.24274],[15.48042,44.2393],[15.48385,43.97602],[15.65277,43.97898],[15.64453,43.46987],[15.92674,43.48132],[15.92365,43.99924],[15.98991,43.99825],[15.9918,43.4746],[16.09016,43.4736],[16.09531,44.5156],[15.98614,44.51022],[15.98837,44.26094],[15.92245,44.2618],[15.92279,44.51046],[15.82203,44.51156],[15.82169,44.2452],[15.75611,44.24569],[15.75886,44.47618],[15.77568,44.47642],[15.77499,45.25411]],[[16.30955,45.25],[16.4043,45.24903],[16.4043,44.73417],[16.51211,44.73015],[16.51623,45.51429],[16.30663,45.51074],[16.30955,45.25]],[[13.59283,44.87242],[13.70407,44.87461],[13.70441,44.96796],[14.01581,44.96893],[14.01031,45.61884],[13.59695,45.63229],[13.59283,44.87242]],[[16.00965,45.64201],[15.90666,45.64165],[15.90314,44.95927],[16.01352,44.96404],[16.00965,45.64201]],[[15.39974,45.00632],[15.40112,45.59795],[15.29674,45.59698],[15.2988,45.00632],[15.39974,45.00632]],[[16.13814,45.69833],[16.13153,45.78446],[15.97412,45.78345],[15.97936,45.69959],[16.13814,45.69833]],[[16.44379,46.23305],[16.44722,45.96452],[16.64978,45.95736],[16.64978,45.97358],[16.90315,45.97072],[16.90521,45.22606],[17.02057,45.22606],[17.01713,46.01461],[16.92238,46.02128],[16.92032,46.16889],[17.01096,46.16937],[17.01507,46.7963],[16.92169,46.79677],[16.92169,47.01397],[16.53511,47.01818],[16.53717,46.48397],[16.45889,46.48705],[16.46061,47.01561],[15.98305,47.01608],[15.98339,46.95542],[15.90031,46.95143],[15.90752,45.84399],[16.00965,45.84339],[16.00914,45.97334],[16.37031,45.97549],[16.36825,46.23258],[16.44379,46.23305]],[[19.46056,45.96845],[19.46005,47.01549],[19.35362,47.01502],[19.35379,45.96666],[19.46056,45.96845]],[[19.09115,46.23329],[19.09098,46.48906],[19.17114,46.48965],[19.16977,45.97549],[19.27654,45.97788],[19.27586,47.01631],[18.98403,47.01631],[18.98678,46.23246],[19.09115,46.23329]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/osm-hr.png"},{"id":"osm-hr-zagreb-2012","name":"osm-hr: Zagreb 2012 Aerial imagery","type":"tms","template":"https://tms.osm-hr.org/zagreb-2012/{zoom}/{x}/{-y}.png","category":"historicphoto","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[16.15334,45.96857],[16.13823,45.96786],[16.1372,45.96523],[16.13205,45.96475],[16.12038,45.96905],[16.11282,45.96762],[16.11317,45.96165],[16.10767,45.95688],[16.09497,45.95449],[16.09325,45.95903],[16.0778,45.95569],[16.06579,45.95115],[16.06476,45.94661],[16.05171,45.94447],[16.05206,45.93563],[16.04313,45.93969],[16.03043,45.93611],[16.02802,45.93324],[16.00811,45.9299],[15.99918,45.92369],[15.97412,45.91271],[15.95524,45.91223],[15.95352,45.90554],[15.94768,45.90434],[15.92983,45.90339],[15.91988,45.89789],[15.92194,45.89431],[15.93876,45.89359],[15.9288,45.88762],[15.92125,45.88953],[15.9082,45.88642],[15.89709,45.88143],[15.89026,45.87603],[15.88529,45.86545],[15.88649,45.86306],[15.88263,45.8618],[15.87782,45.86563],[15.87816,45.8621],[15.87328,45.86081],[15.87378,45.85755],[15.87301,45.85451],[15.86477,45.85272],[15.86031,45.85308],[15.85979,45.85511],[15.85052,45.85236],[15.84984,45.84805],[15.84434,45.84459],[15.8452,45.84112],[15.84074,45.83992],[15.82975,45.84136],[15.82186,45.83837],[15.82289,45.82581],[15.83319,45.81062],[15.82993,45.80762],[15.8325,45.80391],[15.80538,45.80403],[15.80555,45.77543],[15.81276,45.76764],[15.83834,45.76764],[15.84469,45.76465],[15.84434,45.73159],[15.87078,45.73159],[15.85155,45.71673],[15.83473,45.72871],[15.82237,45.72344],[15.81001,45.73063],[15.80898,45.7383],[15.79285,45.73159],[15.78941,45.73398],[15.77396,45.7081],[15.77568,45.68915],[15.8131,45.67716],[15.81722,45.67044],[15.83885,45.66517],[15.87421,45.65557],[15.89619,45.63565],[15.90717,45.63229],[15.90031,45.62244],[15.92125,45.6138],[15.92606,45.61932],[15.93395,45.62172],[15.94288,45.63109],[15.94768,45.62989],[15.95077,45.63589],[15.95077,45.65125],[15.96725,45.67236],[15.96554,45.69131],[15.98785,45.71601],[16.01772,45.71936],[16.01772,45.74453],[16.02699,45.75507],[16.03935,45.75411],[16.03695,45.7577],[16.03901,45.76082],[16.0572,45.75746],[16.07677,45.77303],[16.10081,45.7862],[16.12278,45.78716],[16.13033,45.79434],[16.12827,45.80224],[16.1602,45.79554],[16.19865,45.77638],[16.20655,45.82784],[16.21719,45.83885],[16.24088,45.83645],[16.22921,45.84148],[16.22938,45.84638],[16.22097,45.85248],[16.22578,45.86085],[16.19728,45.8924],[16.18423,45.89789],[16.18595,45.90793],[16.17599,45.91796],[16.17462,45.94041],[16.15334,45.96857]]],"terms_url":"https://geoportal.zagreb.hr/","terms_text":"Grad Zagreb, Gradski ured za strategijsko planiranje i razvoj Grada","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/osm-hr.png"},{"id":"osm-hr-zagreb-2018","name":"osm-hr: Zagreb 2018 Aerial imagery","type":"tms","template":"https://tms.osm-hr.org/zagreb-2018/{zoom}/{x}/{-y}.png","category":"photo","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[15.87649,45.87423],[15.87301,45.8737],[15.87035,45.87286],[15.86726,45.87077],[15.86499,45.86781],[15.8637,45.86682],[15.8617,45.86397],[15.8599,45.86422],[15.85733,45.86421],[15.85518,45.86382],[15.85246,45.86304],[15.85106,45.86268],[15.84866,45.86191],[15.84542,45.86074],[15.84322,45.85968],[15.84298,45.8754],[15.83911,45.87594],[15.80438,45.87573],[15.80615,45.74716],[15.8013,45.74617],[15.79808,45.74474],[15.79551,45.74387],[15.79169,45.74255],[15.78787,45.74282],[15.78371,45.74183],[15.77989,45.73985],[15.77748,45.73713],[15.77345,45.73264],[15.77143,45.72748],[15.76856,45.72287],[15.76598,45.71652],[15.76221,45.71289],[15.7607,45.70957],[15.76079,45.70606],[15.76281,45.70246],[15.76405,45.69944],[15.76379,45.69539],[15.76427,45.69158],[15.76431,45.68909],[15.76525,45.68649],[15.76791,45.6837],[15.77521,45.67992],[15.78349,45.67632],[15.78817,45.6747],[15.7928,45.6735],[15.79529,45.67338],[15.79851,45.67149],[15.80306,45.67008],[15.80435,45.66796],[15.80641,45.66514],[15.81048,45.66271],[15.81563,45.66136],[15.82044,45.66112],[15.8246,45.66118],[15.82709,45.65923],[15.83027,45.65755],[15.83417,45.6562],[15.83967,45.65515],[15.84224,45.65395],[15.84426,45.65242],[15.84731,45.65104],[15.85138,45.65014],[15.85413,45.6502],[15.85696,45.64912],[15.85962,45.64807],[15.86318,45.64744],[15.86666,45.64738],[15.86821,45.64525],[15.86984,45.64267],[15.87215,45.64033],[15.87554,45.63859],[15.87778,45.63718],[15.88095,45.63577],[15.88134,45.63436],[15.88224,45.63256],[15.88464,45.63013],[15.88816,45.62808],[15.88747,45.62697],[15.88584,45.6246],[15.88554,45.62199],[15.8864,45.61911],[15.8885,45.61665],[15.89194,45.61431],[15.89464,45.61263],[15.89812,45.6114],[15.90074,45.60989],[15.90387,45.6083],[15.90885,45.6074],[15.91181,45.60671],[15.91352,45.60596],[15.91816,45.605],[15.92322,45.60542],[15.92764,45.60704],[15.93099,45.60935],[15.93408,45.61305],[15.93799,45.61389],[15.94082,45.61515],[15.94494,45.61761],[15.94803,45.62061],[15.95163,45.62118],[15.95429,45.62211],[15.95768,45.62454],[15.95944,45.6273],[15.95987,45.63049],[15.96279,45.63478],[15.96335,45.63724],[15.96271,45.64],[15.96288,45.64225],[15.96223,45.64567],[15.96215,45.64795],[15.96627,45.65023],[15.96846,45.6526],[15.97034,45.65614],[15.97052,45.65968],[15.97305,45.66196],[15.97459,45.66379],[15.97704,45.66604],[15.97871,45.66844],[15.97906,45.6711],[15.97858,45.67314],[15.97944,45.6756],[15.9797,45.67755],[15.98043,45.67911],[15.98077,45.68091],[15.98022,45.68427],[15.97803,45.68739],[15.97923,45.68954],[15.97949,45.69185],[15.98369,45.69365],[15.98657,45.69581],[15.9888,45.69698],[15.99172,45.69914],[15.99386,45.70237],[15.99472,45.70513],[15.99841,45.70879],[16.00373,45.71008],[16.00871,45.71028],[16.01129,45.70996],[16.01491,45.70991],[16.02624,45.69689],[16.07624,45.69708],[16.07629,45.69513],[16.11181,45.69503],[16.14368,45.77965],[16.14394,45.78701],[16.1508,45.78692],[16.1578,45.78497],[16.16934,45.78081],[16.17531,45.77818],[16.19174,45.7695],[16.19552,45.76851],[16.19934,45.76827],[16.20217,45.76878],[16.20543,45.76977],[16.20788,45.77129],[16.2099,45.77309],[16.2123,45.77558],[16.21333,45.77797],[16.21333,45.78039],[16.21243,45.7827],[16.21101,45.78447],[16.21109,45.78616],[16.2299,45.78591],[16.22974,45.82356],[16.26831,45.8236],[16.26826,45.83511],[16.25204,45.83517],[16.25247,45.83795],[16.25191,45.8401],[16.25041,45.84231],[16.24779,45.84474],[16.24487,45.84641],[16.2417,45.84737],[16.24093,45.84949],[16.23972,45.85122],[16.23779,45.85281],[16.23904,45.85409],[16.24002,45.85598],[16.2405,45.85855],[16.24071,45.85983],[16.24032,45.86327],[16.23874,45.86626],[16.2359,45.86862],[16.2338,45.86969],[16.22591,45.87531],[16.22204,45.8806],[16.21977,45.88338],[16.21664,45.88553],[16.21505,45.88854],[16.2117,45.89365],[16.20827,45.89822],[16.20625,45.90022],[16.20359,45.90163],[16.19951,45.9027],[16.19651,45.90279],[16.19647,45.90378],[16.19737,45.90605],[16.19741,45.90784],[16.19698,45.91059],[16.19535,45.91309],[16.19329,45.91515],[16.19308,45.91644],[16.1923,45.91856],[16.19067,45.92077],[16.18771,45.9228],[16.18728,45.92548],[16.18608,45.92721],[16.18578,45.93059],[16.18617,45.93256],[16.18582,45.93506],[16.18509,45.93727],[16.18578,45.93874],[16.18595,45.94065],[16.18582,45.94276],[16.18462,45.94521],[16.18278,45.94736],[16.17986,45.94945],[16.17964,45.95082],[16.17956,45.95321],[16.17866,45.95524],[16.17866,45.95664],[16.1778,45.95888],[16.17621,45.96076],[16.17376,45.96264],[16.17123,45.96443],[16.16913,45.96529],[16.16896,45.96726],[16.16844,45.9689],[16.16793,45.9712],[16.16651,45.97334],[16.16458,45.97525],[16.16235,45.97663],[16.1599,45.97734],[16.15724,45.97797],[16.15415,45.97797],[16.15145,45.97761],[16.1481,45.97767],[16.14557,45.97722],[16.14428,45.9774],[16.14145,45.97743],[16.13892,45.97698],[16.13703,45.97683],[16.13402,45.97618],[16.13179,45.9754],[16.12939,45.97603],[16.12707,45.97633],[16.12334,45.97758],[16.11948,45.97815],[16.11669,45.97803],[16.11407,45.97755],[16.11205,45.9774],[16.10827,45.97648],[16.10527,45.97504],[16.1027,45.97281],[16.10132,45.97027],[16.10098,45.96693],[16.10089,45.96565],[16.10034,45.96475],[16.09922,45.96463],[16.09755,45.96562],[16.09566,45.96657],[16.0936,45.96729],[16.09076,45.96762],[16.08707,45.96744],[16.08411,45.96669],[16.08141,45.96538],[16.07931,45.96508],[16.07549,45.96493],[16.07167,45.96407],[16.06819,45.96252],[16.06536,45.9598],[16.06008,45.95876],[16.05609,45.95673],[16.05326,45.95401],[16.05025,45.95339],[16.04759,45.95267],[16.04352,45.95094],[16.04103,45.94849],[16.03618,45.94834],[16.03141,45.94721],[16.02579,45.94605],[16.02219,45.9447],[16.0191,45.94262],[16.01789,45.94056],[16.01648,45.93996],[16.01219,45.93945],[16.00687,45.93924],[16.00287,45.93802],[15.99463,45.93405],[15.99047,45.93104],[15.9873,45.9305],[15.98232,45.92814],[15.97734,45.92536],[15.96923,45.92298],[15.96507,45.92053],[15.96138,45.9159],[15.95605,45.91378],[15.95326,45.91166],[15.9509,45.91008],[15.94567,45.9096],[15.94155,45.90817],[15.93854,45.90599],[15.9343,45.90408],[15.93035,45.90133],[15.92786,45.89849],[15.92378,45.89891],[15.91953,45.89837],[15.91455,45.89691],[15.91116,45.89652],[15.90687,45.89527],[15.90151,45.8944],[15.89773,45.89311],[15.89357,45.89019],[15.89112,45.88953],[15.88773,45.88741],[15.88503,45.8849],[15.88087,45.88248],[15.87739,45.87821],[15.87649,45.87423]]],"terms_url":"https://geoportal.zagreb.hr/","terms_text":"Grad Zagreb, Gradski ured za strategijsko planiranje i razvoj Grada","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/osm-hr.png"},{"id":"osmie_tie_not_counties","name":"OSMIE T.ie Land not in Counties","type":"tms","template":"https://www.townlands.ie/tiles/not_counties/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[2,19],"polygon":[[[-9.45274,53.08557],[-9.82902,53.18279],[-9.89082,53.14368],[-9.51042,53.03605],[-9.45274,53.08557]],[[-7.46421,52.12105],[-6.33537,52.17667],[-6.32987,52.38838],[-6.16508,52.58073],[-5.9893,52.9811],[-6.05796,53.31713],[-5.9838,53.50704],[-6.24473,53.86326],[-6.35459,53.91182],[-6.31614,53.98133],[-6.13487,53.97002],[-5.61851,54.23574],[-5.3878,54.44708],[-5.53886,54.67641],[-6.07444,55.21277],[-6.21452,55.33168],[-6.78306,55.17828],[-6.9506,55.25505],[-7.17582,55.35355],[-7.22526,55.45024],[-7.50816,55.28791],[-7.63999,55.28009],[-8.02451,55.2206],[-8.25797,55.27853],[-8.28269,55.172],[-8.58482,55.01168],[-8.38432,54.86021],[-8.69743,54.78901],[-8.85124,54.67641],[-8.46946,54.57942],[-8.17008,54.62397],[-8.33763,54.4854],[-8.68644,54.36556],[-8.62876,54.27625],[-9.04075,54.3051],[-9.13688,54.23614],[-9.2852,54.33834],[-9.90043,54.32233],[-10.15037,54.2245],[-10.27397,53.94578],[-9.98832,53.85678],[-10.3289,53.60982],[-10.22727,53.39418],[-9.78233,53.21857],[-8.96934,53.26952],[-9.04624,53.1762],[-9.2852,53.15644],[-9.40879,52.99433],[-9.57084,52.75562],[-9.97321,52.54316],[-9.70405,52.57071],[-9.69444,52.4855],[-9.97733,52.41854],[-9.87296,52.33387],[-9.92378,52.2381],[-10.06523,52.34478],[-10.15586,52.30113],[-10.65849,52.07212],[-9.90318,52.12274],[-10.45799,51.88772],[-10.39344,51.82411],[-10.56098,51.76635],[-10.32478,51.79014],[-10.25749,51.70937],[-9.80705,51.81816],[-10.28289,51.57045],[-9.89631,51.60032],[-9.51454,51.70256],[-9.83177,51.55082],[-9.83039,51.43368],[-9.43351,51.50468],[-9.53788,51.41741],[-8.63151,51.59179],[-7.70316,51.95209],[-7.46421,52.12105]]],"icon":"https://www.townlands.ie/static/logo_small.png"},{"id":"OSMUK-Cadastral-Parcels","name":"OSMUK Cadastral Parcels","type":"tms","template":"https://tiles.osmuk.org/PropertyBoundaries/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[18,20],"polygon":[[[-6.17996,49.91686],[-6.17996,50.00538],[-6.39788,50.00538],[-6.39788,49.94999],[-6.45807,49.94999],[-6.45807,49.86736],[-6.25402,49.86736],[-6.25402,49.91686],[-6.17996,49.91686]],[[-5.83432,49.97546],[-5.83432,49.93216],[-5.76833,49.93216],[-5.76833,49.97546],[-5.83432,49.97546]],[[-7.39072,50.4021],[-7.6077,50.4021],[-7.6077,50.26887],[-7.39072,50.26887],[-7.39072,50.4021]],[[-8.35929,57.94406],[-8.71635,57.94406],[-8.71635,57.73059],[-8.35929,57.73059],[-8.35929,57.94406]],[[-5.1756,50.59254],[-5.1756,50.35306],[-5.37336,50.35306],[-5.37336,50.25482],[-5.82929,50.25482],[-5.82929,50.02297],[-5.28395,50.02297],[-5.28395,49.94745],[-5.00547,49.94745],[-5.00547,50.13477],[-3.69224,50.13477],[-3.69224,50.20578],[-3.40964,50.20578],[-3.40964,50.57363],[-2.49878,50.57363],[-2.49878,50.48464],[-2.36253,50.48464],[-2.36253,50.57363],[-1.00744,50.57363],[-1.00744,50.70384],[-0.7256,50.70384],[-0.7256,50.72984],[0.77881,50.72984],[0.77881,50.90084],[1.06999,50.90084],[1.06999,51.02076],[1.45076,51.02076],[1.45076,51.33318],[1.52355,51.33318],[1.52355,51.44035],[1.11665,51.44035],[1.11665,51.69675],[1.2697,51.69675],[1.2697,51.82613],[1.52355,51.82613],[1.52355,52.04249],[1.83339,52.04249],[1.83339,52.92021],[1.42734,52.92021],[1.42734,53.02989],[0.41635,53.02989],[0.41635,53.52177],[0.2082,53.52177],[0.2082,53.79385],[0.00928,53.79385],[0.00928,54.28652],[-0.32476,54.28652],[-0.32476,54.55275],[-0.66188,54.55275],[-0.66188,54.67466],[-1.055,54.67466],[-1.055,54.82217],[-1.3222,54.82217],[-1.3222,55.24999],[-1.4745,55.24999],[-1.4745,55.86509],[-1.97945,55.86509],[-1.97945,56.04775],[-2.36011,56.04775],[-2.36011,56.63332],[-2.1659,56.63332],[-2.1659,56.87607],[-1.97945,56.87607],[-1.97945,57.22256],[-1.71532,57.22256],[-1.71532,57.74039],[-3.48654,57.74039],[-3.48654,58.11575],[-2.91167,58.11575],[-2.91167,58.58047],[-2.74077,58.58047],[-2.74077,58.81859],[-2.4611,58.81859],[-2.4611,59.13887],[-2.24358,59.13887],[-2.24358,59.47592],[-3.19445,59.47592],[-3.19445,59.20918],[-3.572,59.20918],[-3.572,58.75015],[-5.31991,58.75015],[-5.31991,58.37333],[-5.49082,58.37333],[-5.49082,58.09112],[-5.61417,58.09112],[-5.61417,57.96218],[-5.80643,57.96218],[-5.80643,57.88925],[-5.93391,57.88925],[-5.93391,57.66676],[-6.15913,57.66676],[-6.15913,57.71227],[-6.27998,57.71227],[-6.27998,58.11059],[-6.14701,58.11059],[-6.14701,58.15688],[-6.05362,58.15688],[-6.05362,58.56256],[-6.51781,58.56256],[-6.51781,58.46733],[-6.63866,58.46733],[-6.63866,58.41558],[-6.80346,58.41558],[-6.80346,58.3672],[-7.18798,58.3672],[-7.18798,58.08606],[-7.47362,58.08606],[-7.47362,57.79156],[-7.83068,57.79156],[-7.83068,57.47396],[-7.64941,57.47396],[-7.64941,56.89946],[-7.83068,56.89946],[-7.83068,56.71425],[-7.5203,56.71425],[-7.5203,56.80759],[-7.37198,56.80759],[-7.37198,56.9067],[-7.17423,56.9067],[-7.17423,57.24111],[-7.09732,57.24111],[-7.09732,57.55189],[-6.8721,57.55189],[-6.8721,57.37166],[-6.81168,57.37166],[-6.81168,56.9067],[-6.53153,56.9067],[-6.53153,56.69917],[-6.81717,56.69917],[-6.81717,56.56018],[-7.17277,56.56018],[-7.17277,56.30134],[-6.59332,56.30134],[-6.59332,55.48225],[-5.89796,55.48225],[-5.89796,55.25009],[-5.65326,55.25009],[-5.65326,55.21908],[-5.22987,55.21908],[-5.22987,54.75329],[-5.04731,54.75329],[-5.04731,54.61407],[-4.30154,54.61407],[-4.30154,54.7219],[-3.7189,54.7219],[-3.7189,54.43373],[-3.55964,54.43373],[-3.55964,54.1981],[-3.39262,54.1981],[-3.39262,54.01592],[-3.23337,54.01592],[-3.23337,53.50386],[-3.31105,53.50386],[-3.31105,53.41135],[-4.15782,53.41135],[-4.15782,53.50386],[-4.7288,53.50386],[-4.7288,52.93173],[-4.85698,52.93173],[-4.85698,52.73696],[-4.44137,52.73696],[-4.44137,52.79337],[-4.18112,52.79337],[-4.18112,52.36853],[-4.30154,52.36853],[-4.30154,52.29257],[-4.49575,52.29257],[-4.49575,52.18316],[-4.88806,52.18316],[-4.88806,52.09734],[-5.1988,52.09734],[-5.1988,51.98026],[-5.50954,51.98026],[-5.50954,51.77404],[-5.73871,51.77404],[-5.73871,51.6296],[-5.14442,51.6296],[-5.14442,51.54272],[-4.37922,51.54272],[-4.37922,51.49393],[-4.08521,51.49393],[-4.08521,51.52982],[-3.82978,51.52982],[-3.82978,51.43404],[-3.74463,51.43404],[-3.74463,51.36207],[-3.14862,51.36207],[-3.14862,51.2453],[-3.71717,51.2453],[-3.71717,51.2917],[-3.90393,51.2917],[-3.90393,51.25218],[-4.37922,51.25218],[-4.37922,51.06921],[-4.60431,51.06921],[-4.60431,50.96074],[-4.69495,50.96074],[-4.69495,50.78221],[-4.79657,50.78221],[-4.79657,50.69356],[-4.99707,50.69356],[-4.99707,50.59254],[-5.1756,50.59254]],[[-4.2867,59.13705],[-4.5586,59.13705],[-4.5586,58.95691],[-4.2867,58.95691],[-4.2867,59.13705]],[[-1.53733,59.56983],[-1.75431,59.56983],[-1.75431,59.46394],[-1.53733,59.46394],[-1.53733,59.56983]],[[-1.9864,60.19686],[-2.20338,60.19686],[-2.20338,60.09294],[-1.9864,60.09294],[-1.9864,60.19686]],[[-7.73043,58.35799],[-7.73043,58.24831],[-7.51345,58.24831],[-7.51345,58.35799],[-7.73043,58.35799]],[[-6.27877,59.20257],[-6.27877,59.02278],[-5.66506,59.02278],[-5.66506,59.20257],[-6.27877,59.20257]],[[-1.10344,60.804],[-1.35063,60.804],[-1.35063,60.68857],[-1.94838,60.68857],[-1.94838,60.30588],[-1.75431,60.30588],[-1.75431,60.12844],[-1.57549,60.12844],[-1.57549,59.79792],[-1.0317,59.79792],[-1.0317,60.03545],[-0.66269,60.03545],[-0.66269,60.91039],[-1.10344,60.91039],[-1.10344,60.804]]],"terms_url":"https://osmuk.org/cadastral-parcels/","terms_text":"Contains public sector information licensed under the Open Government Licence v3.0.","description":"Perfectly aligned cadastral (land registry) parcels in Great Britain","icon":"https://osmuk.org/wp-content/uploads/2017/09/icon_color_square.png","overlay":true},{"id":"PAgis_Ortho_2018","name":"PAgis 2018 Orthophotography","type":"wms","template":"https://www.pagis.org/arcgis/services/MAPS/AerialPhotos2018/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-92.75493,34.84636],[-92.65777,34.84694],[-92.65707,34.75991],[-92.55161,34.76045],[-92.55115,34.6879],[-92.50721,34.6881],[-92.50707,34.66635],[-92.44561,34.66661],[-92.44535,34.6231],[-92.34887,34.62341],[-92.34865,34.5799],[-92.25224,34.58011],[-92.25195,34.49308],[-92.22567,34.49312],[-92.22565,34.48587],[-92.02421,34.48609],[-92.02425,34.62388],[-92.1032,34.62385],[-92.10322,34.66013],[-92.09447,34.66013],[-92.0945,34.69639],[-92.08575,34.69641],[-92.08574,34.71815],[-92.07696,34.71816],[-92.077,34.76893],[-92.06823,34.76896],[-92.06844,35.01555],[-92.23593,35.01534],[-92.23569,34.9283],[-92.26211,34.92825],[-92.26214,34.93548],[-92.42063,34.93503],[-92.42055,34.91331],[-92.45575,34.91313],[-92.47042,34.94247],[-92.48118,34.95006],[-92.49286,34.95245],[-92.52334,34.95063],[-92.55292,34.95626],[-92.55283,34.94176],[-92.64972,34.94127],[-92.64951,34.91225],[-92.75512,34.9116],[-92.75493,34.84636]]],"terms_url":"https://www.pagis.org/","terms_text":"Pulaski Area Geographic Information System","description":"2018 orthophotography for Pulaski County of the State of Arkansas","icon":"http://www.pagis.org/wp-content/uploads/2019/10/Home2.gif"},{"id":"PAgis_Ortho_2021","name":"PAgis 2021 Orthophotography","type":"wms","template":"https://www.pagis.org/arcgis/rest/services/MAPS/AerialPhotos2021/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:4326","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-92.75493,34.84636],[-92.65777,34.84694],[-92.65707,34.75991],[-92.55161,34.76045],[-92.55115,34.6879],[-92.50721,34.6881],[-92.50707,34.66635],[-92.44561,34.66661],[-92.44535,34.6231],[-92.34887,34.62341],[-92.34865,34.5799],[-92.25224,34.58011],[-92.25195,34.49308],[-92.22567,34.49312],[-92.22565,34.48587],[-92.02421,34.48609],[-92.02425,34.62388],[-92.1032,34.62385],[-92.10322,34.66013],[-92.09447,34.66013],[-92.0945,34.69639],[-92.08575,34.69641],[-92.08574,34.71815],[-92.07696,34.71816],[-92.077,34.76893],[-92.06823,34.76896],[-92.06844,35.01555],[-92.23593,35.01534],[-92.23569,34.9283],[-92.26211,34.92825],[-92.26214,34.93548],[-92.42063,34.93503],[-92.42055,34.91331],[-92.45575,34.91313],[-92.47042,34.94247],[-92.48118,34.95006],[-92.49286,34.95245],[-92.52334,34.95063],[-92.55292,34.95626],[-92.55283,34.94176],[-92.64972,34.94127],[-92.64951,34.91225],[-92.75512,34.9116],[-92.75493,34.84636]]],"terms_url":"https://www.pagis.org/","terms_text":"Pulaski Area Geographic Information System","description":"2021 orthophotography for Pulaski County of the State of Arkansas","icon":"http://www.pagis.org/wp-content/uploads/2019/10/Home2.gif"},{"id":"Palm-Beach_Ortho_2021","name":"Palm Beach County Orthoimagery (2021)","type":"wms","template":"https://maps.co.palm-beach.fl.us/arcgis/rest/services/Aerials/2021/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-02-02T00:00:00.000Z","startDate":"2021-01-05T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.6351,26.98808],[-80.63519,26.97425],[-80.61978,26.97425],[-80.62004,26.8917],[-80.71235,26.7819],[-80.75835,26.78199],[-80.7584,26.74074],[-80.85037,26.74085],[-80.85036,26.75462],[-80.86567,26.75464],[-80.86565,26.78213],[-80.89628,26.78218],[-80.89671,26.31446],[-80.0572,26.31134],[-80.02463,26.55876],[-80.0223,26.83382],[-80.06716,26.98546],[-80.6351,26.98808]]],"terms_url":"http://maps.co.palm-beach.fl.us/cwgis/mygeonav.html","terms_text":"Palm Beach County","description":"The 2021 orthoimagery for Palm Beach County of the State of Florida"},{"id":"Palm-Beach_Ortho_2022","name":"Palm Beach County Orthoimagery (2022)","type":"wms","template":"https://maps.co.palm-beach.fl.us/arcgis/rest/services/Aerials/2022/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-01-29T00:00:00.000Z","startDate":"2022-01-14T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.38942,26.9872],[-80.39108,26.67082],[-80.36056,26.67048],[-80.36035,26.64297],[-80.34524,26.64297],[-80.34532,26.62938],[-80.33013,26.62931],[-80.33021,26.61555],[-80.31489,26.61542],[-80.31502,26.60174],[-80.2844,26.60156],[-80.28448,26.58782],[-80.26916,26.58776],[-80.26928,26.57398],[-80.25398,26.57394],[-80.25391,26.54662],[-80.23885,26.5462],[-80.23893,26.51881],[-80.22375,26.51874],[-80.22415,26.4637],[-80.23942,26.46376],[-80.23993,26.38124],[-80.25522,26.38129],[-80.25533,26.36757],[-80.30111,26.36783],[-80.30143,26.31279],[-80.05733,26.31191],[-80.02463,26.55876],[-80.0223,26.83382],[-80.06716,26.98546],[-80.38942,26.9872]],[[-80.63533,26.89178],[-80.63553,26.86419],[-80.65085,26.86423],[-80.6509,26.85056],[-80.66618,26.85058],[-80.66628,26.83679],[-80.68152,26.83679],[-80.6817,26.7956],[-80.63568,26.79553],[-80.63559,26.82308],[-80.62035,26.823],[-80.62025,26.83673],[-80.60494,26.83669],[-80.60473,26.89167],[-80.63533,26.89178]],[[-80.68185,26.74057],[-80.6819,26.71311],[-80.7125,26.71307],[-80.7128,26.68565],[-80.7432,26.68565],[-80.74337,26.65814],[-80.728,26.65814],[-80.728,26.64442],[-80.66681,26.64428],[-80.66672,26.65806],[-80.62082,26.65786],[-80.62069,26.69915],[-80.63604,26.69915],[-80.636,26.71295],[-80.6513,26.71299],[-80.65121,26.7405],[-80.68185,26.74057]]],"terms_url":"http://maps.co.palm-beach.fl.us/cwgis/mygeonav.html","terms_text":"Palm Beach County","description":"The 2022 orthoimagery for Palm Beach County of the State of Florida"},{"id":"Palm-Beach_Ortho_2023","name":"Palm Beach County Orthoimagery (2023)","type":"tms","template":"https://maps.co.palm-beach.fl.us/arcgis/rest/services/Aerials/2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-80.38942,26.9872],[-80.39108,26.67082],[-80.36056,26.67048],[-80.36035,26.64297],[-80.34524,26.64297],[-80.34532,26.62938],[-80.33013,26.62931],[-80.33021,26.61555],[-80.31489,26.61542],[-80.31502,26.60174],[-80.2844,26.60156],[-80.28448,26.58782],[-80.26916,26.58776],[-80.26928,26.57398],[-80.25398,26.57394],[-80.25391,26.54662],[-80.23885,26.5462],[-80.23893,26.51881],[-80.22375,26.51874],[-80.22415,26.4637],[-80.23942,26.46376],[-80.23993,26.38124],[-80.25522,26.38129],[-80.25533,26.36757],[-80.30111,26.36783],[-80.30143,26.31279],[-80.05733,26.31191],[-80.02463,26.55876],[-80.0223,26.83382],[-80.06716,26.98546],[-80.38942,26.9872]],[[-80.63533,26.89178],[-80.63553,26.86419],[-80.65085,26.86423],[-80.6509,26.85056],[-80.66618,26.85058],[-80.66628,26.83679],[-80.68152,26.83679],[-80.6817,26.7956],[-80.63568,26.79553],[-80.63559,26.82308],[-80.62035,26.823],[-80.62025,26.83673],[-80.60494,26.83669],[-80.60473,26.89167],[-80.63533,26.89178]],[[-80.68185,26.74057],[-80.6819,26.71311],[-80.7125,26.71307],[-80.7128,26.68565],[-80.7432,26.68565],[-80.74337,26.65814],[-80.728,26.65814],[-80.728,26.64442],[-80.66681,26.64428],[-80.66672,26.65806],[-80.62082,26.65786],[-80.62069,26.69915],[-80.63604,26.69915],[-80.636,26.71295],[-80.6513,26.71299],[-80.65121,26.7405],[-80.68185,26.74057]]],"terms_url":"http://maps.co.palm-beach.fl.us/cwgis/mygeonav.html","terms_text":"Palm Beach County","description":"The 2023 orthoimagery for Palm Beach County of the State of Florida"},{"id":"Pangasinan_Bulacan_HiRes","name":"Pangasinán/Bulacan (Philippines HiRes)","type":"tms","template":"https://gravitystorm.dev.openstreetmap.org/imagery/philippines/{zoom}/{x}/{y}.png","category":"photo","zoomExtent":[14,19],"polygon":[[[121.2699,14.7025],[121.2684,15.2602],[120.8268,15.3658],[120.695,14.8423],[121.2699,14.7025]],[[120.36854,16.21853],[120.34758,16.04231],[120.33659,15.98577],[120.44599,15.984],[120.44613,15.97446],[120.47646,15.97459],[120.59425,15.94683],[120.59806,16.09079],[120.59654,16.198],[120.36854,16.21853]]]},{"id":"PCN-Italy-2006","name":"PCN 2006 - Italy","type":"wms","template":"http://wms.pcn.minambiente.it/ogc?MAP=/ms_ogc/WMS_v1.3/raster/ortofoto_colore_06.map&LAYERS=OI.ORTOIMMAGINI.2006.33,OI.ORTOIMMAGINI.2006.32&STYLES=,&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2006-01-01T00:00:00.000Z","startDate":"2006-01-01T00:00:00.000Z","polygon":[[[12.51296,35.49005],[12.63861,35.48641],[12.64054,35.5306],[12.51489,35.53423],[12.51296,35.49005]],[[11.91218,36.85688],[11.90998,36.71139],[12.07958,36.70974],[12.08179,36.85523],[11.91218,36.85688]],[[8.07521,40.59862],[8.36154,40.35],[8.27914,39.98585],[8.38283,39.6536],[8.17134,39.14848],[8.62453,38.75119],[9.09831,39.03764],[9.03102,39.13144],[9.26585,39.18575],[9.64076,39.0227],[9.89894,40.67991],[9.50068,41.39257],[8.30317,40.91071],[8.41304,41.16139],[8.21254,41.13864],[8.07521,40.59862]],[[12.84031,35.84989],[12.89198,35.85003],[12.89186,35.88145],[12.84019,35.88131],[12.84031,35.84989]],[[7.68694,44.17487],[7.72508,44.07578],[7.49355,43.86551],[7.54795,43.73118],[8.10697,43.86701],[8.73593,44.38944],[10.18338,43.85116],[9.55016,43.13605],[10.27725,42.27515],[11.69748,42.08118],[12.90059,40.84897],[14.97466,40.20869],[16.04773,38.8953],[13.1086,38.74113],[11.77717,37.93605],[14.40624,36.74299],[15.13467,36.59364],[15.42867,37.027],[15.21993,37.43376],[15.4836,37.92936],[16.01644,37.8036],[17.21669,38.87425],[17.21669,39.40468],[16.55477,39.78775],[17.05464,40.45144],[18.32906,39.70539],[18.68773,40.0587],[18.04964,40.67064],[16.00545,41.52122],[16.38448,41.85964],[15.51837,42.1537],[14.57997,42.2461],[13.56099,43.65128],[12.57889,44.0867],[12.28795,44.62204],[12.56398,44.97092],[12.34151,45.17458],[12.41696,45.40557],[13.09252,45.62826],[13.69549,45.70806],[13.78445,45.5825],[13.9191,45.6322],[13.8235,45.7176],[13.59784,45.8072],[13.64307,45.98326],[13.52963,45.96588],[13.47474,46.00546],[13.66472,46.17392],[13.47587,46.22725],[13.42218,46.20758],[13.37671,46.29668],[13.59777,46.44137],[13.68684,46.43881],[13.7148,46.5222],[12.9151,46.60953],[12.38708,46.71529],[12.27591,46.88651],[12.17486,46.90895],[12.11675,47.01241],[12.21781,47.03996],[12.19254,47.09331],[11.74789,46.98484],[11.33355,46.99862],[11.10618,46.92966],[11.00764,46.76896],[10.72974,46.78972],[10.75753,46.82258],[10.66405,46.87614],[10.47197,46.85698],[10.38659,46.67847],[10.49375,46.62049],[10.46136,46.53164],[10.25309,46.57432],[10.23674,46.63484],[10.10307,46.61003],[10.03715,46.44479],[10.165,46.41051],[10.10506,46.3372],[10.17862,46.25626],[10.07055,46.21668],[9.95249,46.38045],[9.73086,46.35071],[9.71273,46.29266],[9.57015,46.2958],[9.46117,46.37481],[9.45936,46.50873],[9.40487,46.46621],[9.36128,46.5081],[9.28136,46.49685],[9.24503,46.23616],[8.95601,45.96503],[9.09065,45.89906],[9.0298,45.82127],[8.90992,45.8333],[8.9408,45.86682],[8.88904,45.95465],[8.78551,45.99063],[8.85617,46.0748],[8.62242,46.12112],[8.45032,46.26869],[8.42464,46.46367],[8.08814,46.26692],[8.15493,46.1834],[8.11383,46.11577],[8.02906,46.10331],[7.98881,45.99867],[7.9049,45.99945],[7.85949,45.91485],[7.56343,45.97421],[7.10685,45.85653],[7.04151,45.92435],[6.95315,45.85163],[6.80785,45.83265],[6.80785,45.71864],[6.98948,45.63869],[7.00037,45.509],[7.18019,45.40071],[7.10572,45.32924],[7.13115,45.25386],[6.85144,45.13226],[6.7697,45.16044],[6.62803,45.11175],[6.66981,45.02324],[6.74791,45.01939],[6.75518,44.89915],[7.02217,44.82519],[7.07484,44.68073],[6.95133,44.66264],[6.85507,44.53072],[6.94504,44.43112],[6.88784,44.42043],[6.89171,44.36637],[7.00764,44.23736],[7.36364,44.11882],[7.68694,44.17487]]],"terms_url":"http://www.sitr.regione.sicilia.it","terms_text":"© Ministero dell'Ambiente e della Tutela del Territorio e del Mare - Geoportale nazionale"},{"id":"PCN-Lazio_Umbria-2008","name":"PCN 2008 - IT Lazio+Umbria","type":"wms","template":"http://wms.pcn.minambiente.it/ogc?MAP=/ms_ogc/WMS_v1.3/raster/ortofoto_colore_08.map&LAYERS=OI.ORTOIMMAGINI.2008.33&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2008-01-01T00:00:00.000Z","startDate":"2008-01-01T00:00:00.000Z","polygon":[[[12.33149,41.64637],[12.41178,41.64791],[12.41499,41.54635],[12.49574,41.54789],[12.4985,41.49619],[12.57948,41.49843],[12.58062,41.42932],[12.60632,41.4288],[12.60746,41.39663],[12.8293,41.39818],[12.83159,41.34688],[12.9128,41.34843],[12.9151,41.29726],[12.99585,41.2983],[12.99791,41.19636],[13.1679,41.19808],[13.16721,41.24692],[13.41337,41.24829],[13.4152,41.19705],[13.8341,41.19808],[13.83341,41.2476],[13.91737,41.24847],[13.91668,41.39749],[14.0011,41.39784],[13.99996,41.49774],[14.08415,41.49826],[14.08346,41.65014],[14.00087,41.6498],[13.99973,41.75051],[13.83433,41.74965],[13.83364,41.80047],[13.75151,41.79978],[13.7499,41.84987],[13.41841,41.8497],[13.41681,41.95027],[13.33445,41.94959],[13.3333,42.00041],[13.25141,41.99973],[13.25003,42.05051],[13.08509,42.04966],[13.08394,42.097],[13.33399,42.09819],[13.33376,42.1472],[13.41772,42.14822],[13.41635,42.25052],[13.33399,42.24984],[13.33353,42.30094],[13.25141,42.29992],[13.25003,42.54699],[13.41795,42.54817],[13.41589,42.75065],[13.33468,42.74947],[13.33307,42.90056],[13.16836,42.89938],[13.16721,42.95079],[12.96419,42.95012],[12.96258,43.0003],[12.91877,42.9998],[12.91601,43.25078],[12.83526,43.24994],[12.83228,43.50107],[12.66321,43.4994],[12.66482,43.45112],[12.58567,43.44996],[12.58246,43.5508],[12.50171,43.5498],[12.49987,43.65131],[12.16242,43.64915],[12.16494,43.60132],[12.07891,43.5995],[12.0819,43.45196],[11.99541,43.44913],[11.99862,43.34661],[12.07891,43.34795],[12.08075,43.30189],[11.9961,43.29955],[11.99862,43.20214],[11.91237,43.19929],[11.91466,43.15212],[11.83207,43.14944],[11.8323,43.09653],[11.91099,43.09837],[11.91466,42.90191],[11.82909,42.89922],[11.83139,42.85231],[11.74582,42.84945],[11.74811,42.65236],[11.6731,42.64966],[11.67493,42.6105],[11.49485,42.59936],[11.49852,42.49593],[11.57812,42.49796],[11.58156,42.45244],[11.41226,42.44872],[11.41524,42.34656],[11.49599,42.34792],[11.49921,42.29636],[11.57835,42.29822],[11.58225,42.24628],[11.66185,42.24832],[11.66621,42.09649],[11.74536,42.09819],[11.74903,41.99666],[11.91443,41.99922],[11.91535,41.98626],[11.99403,41.98745],[11.99862,41.89685],[12.07868,41.89907],[12.08144,41.84594],[12.16311,41.84799],[12.16563,41.6964],[12.3292,41.69863],[12.33149,41.64637]]],"terms_url":"http://www.sitr.regione.sicilia.it","terms_text":"© Ministero dell'Ambiente e della Tutela del Territorio e del Mare - Geoportale nazionale"},{"id":"PCN-Italy-2012","name":"PCN 2012 - Italy","type":"wms","template":"http://wms.pcn.minambiente.it/ogc?MAP=/ms_ogc/WMS_v1.3/raster/ortofoto_colore_12.map&LAYERS=OI.ORTOIMMAGINI.2012.32,OI.ORTOIMMAGINI.2012.33&STYLES=,&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","polygon":[[[12.51296,35.49005],[12.63861,35.48641],[12.64054,35.5306],[12.51489,35.53423],[12.51296,35.49005]],[[11.91218,36.85688],[11.90998,36.71139],[12.07958,36.70974],[12.08179,36.85523],[11.91218,36.85688]],[[8.07521,40.59862],[8.36154,40.35],[8.27914,39.98585],[8.38283,39.6536],[8.17134,39.14848],[8.62453,38.75119],[9.09831,39.03764],[9.03102,39.13144],[9.26585,39.18575],[9.64076,39.0227],[9.89894,40.67991],[9.50068,41.39257],[8.30317,40.91071],[8.41304,41.16139],[8.21254,41.13864],[8.07521,40.59862]],[[12.84031,35.84989],[12.89198,35.85003],[12.89186,35.88145],[12.84019,35.88131],[12.84031,35.84989]],[[7.68694,44.17487],[7.72508,44.07578],[7.49355,43.86551],[7.54795,43.73118],[8.10697,43.86701],[8.73593,44.38944],[10.18338,43.85116],[9.55016,43.13605],[10.27725,42.27515],[11.69748,42.08118],[12.90059,40.84897],[14.97466,40.20869],[16.04773,38.8953],[13.1086,38.74113],[11.77717,37.93605],[14.40624,36.74299],[15.13467,36.59364],[15.42867,37.027],[15.21993,37.43376],[15.4836,37.92936],[16.01644,37.8036],[17.21669,38.87425],[17.21669,39.40468],[16.55477,39.78775],[17.05464,40.45144],[18.32906,39.70539],[18.68773,40.0587],[18.04964,40.67064],[16.00545,41.52122],[16.38448,41.85964],[15.51837,42.1537],[14.57997,42.2461],[13.56099,43.65128],[12.57889,44.0867],[12.28795,44.62204],[12.56398,44.97092],[12.34151,45.17458],[12.41696,45.40557],[13.09252,45.62826],[13.69549,45.70806],[13.78445,45.5825],[13.9191,45.6322],[13.8235,45.7176],[13.59784,45.8072],[13.64307,45.98326],[13.52963,45.96588],[13.47474,46.00546],[13.66472,46.17392],[13.47587,46.22725],[13.42218,46.20758],[13.37671,46.29668],[13.59777,46.44137],[13.68684,46.43881],[13.7148,46.5222],[12.9151,46.60953],[12.38708,46.71529],[12.27591,46.88651],[12.17486,46.90895],[12.11675,47.01241],[12.21781,47.03996],[12.19254,47.09331],[11.74789,46.98484],[11.33355,46.99862],[11.10618,46.92966],[11.00764,46.76896],[10.72974,46.78972],[10.75753,46.82258],[10.66405,46.87614],[10.47197,46.85698],[10.38659,46.67847],[10.49375,46.62049],[10.46136,46.53164],[10.25309,46.57432],[10.23674,46.63484],[10.10307,46.61003],[10.03715,46.44479],[10.165,46.41051],[10.10506,46.3372],[10.17862,46.25626],[10.07055,46.21668],[9.95249,46.38045],[9.73086,46.35071],[9.71273,46.29266],[9.57015,46.2958],[9.46117,46.37481],[9.45936,46.50873],[9.40487,46.46621],[9.36128,46.5081],[9.28136,46.49685],[9.24503,46.23616],[8.95601,45.96503],[9.09065,45.89906],[9.0298,45.82127],[8.90992,45.8333],[8.9408,45.86682],[8.88904,45.95465],[8.78551,45.99063],[8.85617,46.0748],[8.62242,46.12112],[8.45032,46.26869],[8.42464,46.46367],[8.08814,46.26692],[8.15493,46.1834],[8.11383,46.11577],[8.02906,46.10331],[7.98881,45.99867],[7.9049,45.99945],[7.85949,45.91485],[7.56343,45.97421],[7.10685,45.85653],[7.04151,45.92435],[6.95315,45.85163],[6.80785,45.83265],[6.80785,45.71864],[6.98948,45.63869],[7.00037,45.509],[7.18019,45.40071],[7.10572,45.32924],[7.13115,45.25386],[6.85144,45.13226],[6.7697,45.16044],[6.62803,45.11175],[6.66981,45.02324],[6.74791,45.01939],[6.75518,44.89915],[7.02217,44.82519],[7.07484,44.68073],[6.95133,44.66264],[6.85507,44.53072],[6.94504,44.43112],[6.88784,44.42043],[6.89171,44.36637],[7.00764,44.23736],[7.36364,44.11882],[7.68694,44.17487]]],"terms_url":"http://www.sitr.regione.sicilia.it","terms_text":"© Ministero dell'Ambiente e della Tutela del Territorio e del Mare - Geoportale nazionale"},{"id":"fr.pcrs","name":"PCRS raster","type":"wms","template":"https://wxs.ign.fr/ortho/geoportail/r/wms?LAYERS=PCRS.LAMB93&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","zoomExtent":[3,21],"polygon":[[[0.9438,46.3105],[0.94702,46.27554],[1.00911,46.27745],[1.04038,46.34702],[1.12685,46.34956],[1.20274,46.38923],[1.19998,46.44948],[1.16181,46.44821],[1.15813,46.50712],[1.10523,46.54604],[1.03164,46.54383],[0.9231,46.5979],[0.91574,46.73173],[0.82421,46.79537],[0.82007,46.83283],[0.71383,46.90201],[0.71153,46.96168],[0.62782,47.01533],[0.56481,47.01439],[0.56665,46.96827],[0.4995,46.96545],[0.43327,46.93939],[0.34404,46.95572],[0.31736,46.93562],[0.31138,47.05452],[0.27091,47.05546],[0.26493,47.07895],[0.23595,47.07864],[0.20698,47.05984],[0.19824,47.10369],[0.08555,47.13905],[0.0115,47.18284],[-0.04461,47.1328],[-0.04553,47.10682],[-0.40244,47.09931],[-0.40428,47.08083],[-0.53628,47.07926],[-0.56848,47.06485],[-0.5671,47.02348],[-0.60159,47.00718],[-0.82742,47.00279],[-0.85778,46.98616],[-0.90745,46.98334],[-0.90515,46.96011],[-0.83846,46.91929],[-0.83386,46.88063],[-0.78005,46.82748],[-0.7129,46.81583],[-0.73544,46.78718],[-0.7313,46.7582],[-0.67978,46.71943],[-0.65633,46.6317],[-0.63379,46.63265],[-0.61723,46.53307],[-0.65495,46.53307],[-0.64391,46.38828],[-0.5533,46.39114],[-0.55284,46.37432],[-0.56848,46.36289],[-0.61079,46.36067],[-0.65587,46.32606],[-0.7014,46.32321],[-0.76119,46.30859],[-0.76027,46.24215],[-0.72164,46.22402],[0.13063,46.24883],[0.12971,46.29334],[0.9438,46.3105]],[[5.98103,45.5195],[5.9877,45.51983],[6.00564,45.53916],[5.97919,45.57603],[5.96723,45.58344],[5.94148,45.61031],[5.94746,45.69229],[6.01852,45.74817],[5.99483,45.74897],[5.99552,45.76293],[5.97574,45.76983],[5.9808,45.79468],[5.95895,45.79581],[5.96056,45.81104],[5.93435,45.81136],[5.9171,45.80446],[5.90537,45.81168],[5.90606,45.82626],[5.8826,45.82738],[5.87548,45.83604],[5.87709,45.85494],[5.86237,45.93273],[5.82442,45.93577],[5.82327,45.92521],[5.83063,45.91721],[5.80235,45.85158],[5.79913,45.83139],[5.78878,45.8253],[5.78671,45.78538],[5.79614,45.76485],[5.81131,45.76309],[5.81269,45.75186],[5.8442,45.71092],[5.84167,45.68844],[5.82005,45.65951],[5.81407,45.58392],[5.83477,45.55381],[5.83615,45.53916],[5.81246,45.51789],[5.85777,45.52031],[5.85915,45.49581],[5.88375,45.49436],[5.9125,45.50371],[5.92124,45.51129],[5.93642,45.51757],[5.96378,45.52353],[5.98103,45.5195]],[[6.29287,45.10777],[6.3292,45.11783],[6.35588,45.13762],[6.36876,45.17719],[6.43269,45.1947],[6.44097,45.22807],[6.42533,45.24038],[6.44143,45.25689],[6.44465,45.30997],[6.42625,45.32258],[6.41383,45.33778],[6.43683,45.35362],[6.44005,45.37074],[6.48788,45.41112],[6.49294,45.43243],[6.50536,45.44856],[6.52146,45.43823],[6.55641,45.4605],[6.54261,45.46695],[6.54169,45.47824],[6.60839,45.48404],[6.63184,45.49404],[6.69945,45.4892],[6.76844,45.50016],[6.80478,45.48953],[6.82962,45.45566],[6.86687,45.45792],[6.86917,45.48695],[6.84617,45.54528],[6.83513,45.63315],[6.88941,45.66208],[6.80708,45.72441],[6.80478,45.76967],[6.76982,45.77095],[6.71325,45.72602],[6.68841,45.7273],[6.68841,45.76838],[6.66174,45.79789],[6.59551,45.79308],[6.56331,45.81873],[6.53526,45.86103],[6.56377,45.86359],[6.55641,45.89273],[6.53066,45.89465],[6.47454,45.88472],[6.45017,45.83572],[6.38624,45.77929],[6.32874,45.69711],[6.26251,45.68587],[6.21974,45.61095],[6.24136,45.58295],[6.35772,45.56621],[6.40739,45.54431],[6.3844,45.51112],[6.36186,45.45372],[6.32828,45.42436],[6.29057,45.44372],[6.27217,45.42662],[6.21974,45.42403],[6.20456,45.40628],[6.20686,45.36719],[6.18294,45.31935],[6.16869,45.31514],[6.12959,45.28635],[6.13097,45.2747],[6.14339,45.2611],[6.12729,45.24588],[6.12683,45.23714],[6.14017,45.22418],[6.13649,45.21706],[6.15811,45.20831],[6.16179,45.18886],[6.14477,45.15676],[6.15765,45.14963],[6.17788,45.16617],[6.20456,45.16001],[6.22526,45.14411],[6.24825,45.1506],[6.26251,45.14249],[6.26067,45.12984],[6.29287,45.10777]],[[4.25213,47.6729],[2.9052,47.67987],[2.96039,47.56781],[3.04157,47.56175],[3.10435,47.58177],[3.10619,47.53521],[3.13149,47.53397],[3.17012,47.50819],[4.1261,47.50322],[4.22591,47.59635],[4.25213,47.6729]],[[-3.13677,47.45348],[-3.27475,47.40121],[-3.27843,47.29401],[-3.08894,47.2628],[-2.87737,47.31896],[-2.84425,47.34639],[-3.07698,47.46841],[-3.12205,47.55229],[-3.01351,47.55974],[-2.88472,47.52745],[-2.85437,47.49017],[-2.76238,47.48209],[-2.51217,47.51502],[-2.50298,47.44353],[-2.29876,47.45162],[-2.29692,47.48644],[-2.09915,47.52745],[-2.07523,47.64161],[-1.8747,47.70108],[-1.65117,47.70355],[-1.61714,47.75615],[-1.45064,47.8161],[-1.39913,47.8198],[-1.28414,47.76975],[-1.23815,47.77408],[-1.12316,47.97645],[-1.0183,47.998],[-1.02106,48.04968],[-1.08545,48.27731],[-1.04681,48.31342],[-1.06521,48.5149],[-1.19215,48.55206],[-1.26574,48.5478],[-1.37981,48.46491],[-1.47364,48.49479],[-1.51411,48.57215],[-1.58402,48.65425],[-1.66497,48.61839],[-1.79007,48.61231],[-1.83975,48.62568],[-1.83147,48.71377],[-2.06971,48.68949],[-2.17274,48.63906],[-2.17274,48.60379],[-2.21505,48.58006],[-2.21046,48.54963],[-2.16262,48.52465],[-2.10559,48.52587],[-2.00164,48.55754],[-1.93541,48.53196],[-1.92897,48.48443],[-1.95289,48.44661],[-1.94553,48.39167],[-1.98325,48.3018],[-2.0596,48.2969],[-2.20034,48.24731],[-2.2031,48.21973],[-2.24173,48.21728],[-2.23897,48.16761],[-2.36131,48.12895],[-2.43398,48.18663],[-2.52413,48.15841],[-2.54621,48.10192],[-2.62164,48.0503],[-2.65108,48.04968],[-2.65383,48.12956],[-2.76146,48.12465],[-2.85253,48.14368],[-2.9022,48.2038],[-2.95003,48.20441],[-2.98223,48.16823],[-3.0503,48.21483],[-3.12481,48.2136],[-3.14229,48.17804],[-3.26003,48.15227],[-3.32994,48.17559],[-3.37594,48.17252],[-3.39249,48.16148],[-3.43849,48.19521],[-3.59671,48.18663],[-3.66478,48.15902],[-3.71261,48.1535],[-3.73837,48.12526],[-3.6381,47.97645],[-3.53875,47.98261],[-3.46332,47.94627],[-3.40629,47.96044],[-3.40905,47.8766],[-3.54795,47.83092],[-3.54335,47.76295],[-3.48448,47.70108],[-3.52864,47.64068],[-3.47436,47.61899],[-3.41687,47.60844],[-3.38422,47.68126],[-3.34374,47.68684],[-3.28211,47.67569],[-3.23796,47.65215],[-3.203,47.6193],[-3.16988,47.60317],[-3.15149,47.56532],[-3.1708,47.53428],[-3.13677,47.45348]],[[2.34017,42.79668],[2.34109,42.8338],[2.74399,42.8311],[2.79826,42.88976],[2.8553,42.90324],[3.01351,42.83649],[3.04939,42.83582],[3.07699,42.92075],[3.04663,42.93625],[3.06043,42.98404],[3.09906,43.06071],[3.16069,43.13795],[3.24624,43.21174],[3.19473,43.25329],[3.0871,43.26401],[3.01167,43.28544],[3.00891,43.31959],[2.939,43.32159],[2.90405,43.33096],[2.89853,43.37578],[2.86265,43.37711],[2.86449,43.32895],[2.81114,43.33029],[2.76423,43.25664],[2.69616,43.32561],[2.66948,43.30687],[2.60877,43.30687],[2.56921,43.34769],[2.56094,43.4239],[2.39306,43.42557],[2.25692,43.45829],[2.20402,43.39951],[2.08306,43.40586],[2.01775,43.45863],[2.04673,43.47832],[2.04995,43.51602],[2.00303,43.51302],[1.98831,43.48533],[1.84481,43.57003],[1.69809,43.63764],[1.72937,43.6789],[1.55413,43.89208],[1.55183,43.92389],[1.4764,43.91196],[1.43363,43.87384],[1.34486,43.8934],[1.35176,43.85726],[1.28875,43.85561],[1.28875,43.83968],[1.35498,43.82608],[1.23816,43.77994],[1.15031,43.82575],[0.95345,43.79355],[0.95208,43.76167],[1.0482,43.6962],[1.05326,43.67059],[1.21056,43.57936],[1.06706,43.5507],[0.98335,43.37477],[0.89918,43.41855],[0.75844,43.41287],[0.43786,43.13929],[0.44384,43.10942],[0.54089,43.07381],[0.54779,43.03315],[0.99715,43.04323],[0.99623,43.09464],[1.06614,43.13292],[1.15445,43.14198],[1.25425,43.08322],[1.29565,43.12519],[1.27265,43.15272],[1.23356,43.15137],[1.2216,43.16882],[1.37384,43.20705],[1.3743,43.2419],[1.30623,43.28344],[1.33842,43.31457],[1.41155,43.26401],[1.41753,43.21409],[1.5086,43.21643],[1.5086,43.27038],[1.54493,43.27038],[1.65348,43.23654],[1.74777,43.3333],[1.81216,43.33932],[1.85631,43.43626],[1.91656,43.39884],[1.94324,43.41889],[2.45469,43.2171],[2.27348,43.01028],[2.33373,42.97361],[2.29555,42.93153],[1.93496,43.07482],[1.9345,43.04995],[1.97038,43.03382],[1.96992,42.96621],[1.93726,42.96385],[1.93772,42.9514],[2.34017,42.79668]],[[4.27098,47.87027],[4.28501,47.89695],[4.31215,47.89711],[4.31238,47.93241],[4.24707,47.93425],[4.23051,47.97645],[4.19739,47.97984],[4.12012,47.9358],[3.91051,47.93687],[3.91062,47.97307],[3.11838,47.97584],[3.00087,47.91129],[2.99972,47.87768],[4.27098,47.87027]]],"terms_text":"PCRS - République Française","best":true,"icon":"https://pcrs.beta.gouv.fr/_next/image?url=%2Fimages%2Fillustrations%2Fpcrs-beta_illustration.png&w=1080&q=75"},{"id":"Actueel_orthoHR_WMTS","name":"PDOK aerial imagery Beeldmateriaal.nl 8cm (WMTS) latest","type":"tms","template":"https://service.pdok.nl/hwh/luchtfotorgb/wmts/v1_0?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=Actueel_orthoHR&STYLE=&FORMAT=image/jpeg&tileMatrixSet=OGC:1.0:GoogleMapsCompatible&tileMatrix={zoom}&tileRow={y}&tileCol={x}","category":"photo","zoomExtent":[0,21],"polygon":[[[3.40233,51.55402],[3.40439,51.51131],[3.47168,51.47369],[3.48816,51.41976],[3.36662,51.39749],[3.32748,51.37092],[3.35392,51.33726],[3.33401,51.32224],[3.34774,51.27072],[3.391,51.24494],[3.43391,51.22495],[3.55442,51.23419],[3.54755,51.26922],[3.63716,51.27373],[3.76179,51.24408],[3.7635,51.21355],[3.77449,51.20151],[3.79063,51.19505],[3.86169,51.19419],[3.87337,51.18795],[3.88916,51.18494],[3.96881,51.20237],[4.01104,51.22516],[4.05601,51.22731],[4.07696,51.23269],[4.18613,51.28468],[4.25755,51.34327],[4.2572,51.36063],[4.31488,51.36213],[4.32312,51.34434],[4.35059,51.34284],[4.38595,51.33941],[4.4244,51.34734],[4.44328,51.35163],[4.45358,51.35785],[4.45805,51.3795],[4.4141,51.41741],[4.42886,51.44652],[4.51126,51.46342],[4.50439,51.45101],[4.51298,51.41527],[4.53529,51.40756],[4.57409,51.41634],[4.64516,51.40606],[4.68601,51.41463],[4.7715,51.48459],[4.81098,51.46855],[4.79553,51.44887],[4.76566,51.44652],[4.74541,51.43903],[4.74197,51.42233],[4.74678,51.40884],[4.76395,51.39856],[4.78214,51.39385],[4.83639,51.39771],[4.88308,51.39235],[4.91123,51.37842],[4.94144,51.38207],[5.0283,51.43839],[5.03895,51.45465],[5.05886,51.45486],[5.07534,51.43325],[5.04444,51.39406],[5.05199,51.38378],[5.09251,51.35292],[5.10349,51.3379],[5.1107,51.31001],[5.11894,51.30336],[5.16701,51.29391],[5.19825,51.30357],[5.21267,51.29842],[5.20168,51.266],[5.22675,51.24666],[5.26485,51.24838],[5.34416,51.24623],[5.36545,51.25311],[5.4221,51.24558],[5.4966,51.27845],[5.52475,51.25977],[5.54157,51.20839],[5.62019,51.18774],[5.64388,51.17052],[5.67753,51.16643],[5.74276,51.16664],[5.75615,51.14037],[5.77194,51.13714],[5.7922,51.13025],[5.774,51.09792],[5.75169,51.07096],[5.73315,51.03535],[5.7383,51.01851],[5.73898,51.0049],[5.71907,50.99129],[5.6971,50.97054],[5.69572,50.95216],[5.7098,50.94134],[5.69916,50.92966],[5.6765,50.92122],[5.66792,50.9039],[5.6559,50.89762],[5.62363,50.88246],[5.61504,50.86274],[5.6147,50.83934],[5.63152,50.81179],[5.66448,50.79812],[5.67169,50.78033],[5.65762,50.76057],[5.66139,50.74927],[5.67444,50.74037],[5.74413,50.74254],[5.7589,50.7484],[5.76576,50.75666],[5.78052,50.75231],[5.79426,50.74384],[5.81383,50.74037],[5.85537,50.73971],[5.87013,50.74536],[5.89107,50.73819],[5.91751,50.73472],[5.94326,50.74124],[5.95459,50.74384],[5.97073,50.7395],[5.99167,50.73776],[6.05484,50.73906],[6.05827,50.78597],[6.06033,50.82849],[6.09947,50.83066],[6.11732,50.85234],[6.13037,50.93117],[6.11217,50.94156],[6.07132,50.94978],[6.05827,50.95064],[6.05793,50.96751],[6.05965,50.99042],[6.04591,51.00468],[5.97176,51.00987],[6.00815,51.03233],[6.02669,51.06988],[6.06102,51.07419],[6.14273,51.12421],[6.20384,51.12551],[6.20453,51.21205],[6.12076,51.21205],[6.12213,51.23011],[6.25259,51.34434],[6.25122,51.5284],[6.16058,51.60778],[6.15852,51.66872],[6.03836,51.75679],[6.06239,51.82093],[6.32469,51.82177],[6.3707,51.80734],[6.43318,51.80607],[6.61034,51.8731],[6.75453,51.87607],[6.82388,51.91378],[6.85821,51.94934],[6.86851,52.00517],[6.77238,52.0546],[6.79642,52.09301],[6.87538,52.09174],[7.10884,52.23201],[7.11777,52.38692],[7.02644,52.48822],[6.76277,52.48654],[6.73668,52.51037],[6.75041,52.53419],[6.79092,52.53878],[6.79367,52.57552],[6.77307,52.60263],[6.79092,52.6289],[7.0134,52.60847],[7.08687,52.60763],[7.11639,52.81106],[7.25716,52.96808],[7.27707,53.24262],[6.89392,53.46271],[6.57806,53.58191],[5.64903,53.49458],[5.17937,53.41526],[4.81476,53.24139],[4.68979,53.07547],[4.63211,52.97842],[4.60808,52.74668],[4.50714,52.46145],[4.47418,52.34876],[4.39384,52.24756],[4.09103,52.01151],[3.97774,52.00982],[3.91869,51.9595],[3.95988,51.87225],[3.82118,51.82559],[3.81775,51.78356],[3.72711,51.76104],[3.65982,51.73553],[3.64128,51.70406],[3.6557,51.6585],[3.62549,51.62399],[3.52386,51.6065],[3.40233,51.55402]]],"terms_url":"https://www.nationaalgeoregister.nl/geonetwork/srv/dut/catalog.search#/search?facet.q=license%2FCC-BY&isChild=%27false%27&resultType=details&any_OR_title_OR_keyword=luchtfoto&fast=index&_content_type=json&from=1&to=20&sortBy=relevance","terms_text":"Kadaster / Beeldmateriaal.nl, CC BY 4.0","best":true,"description":"Nationwide data set 8cm resolution color aerial imagery of the most recent year.","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/nl/PDOK-Luchtfoto-Beeldmateriaal-25cm-latest.png"},{"id":"PEMA_Orthoimagery_2021","name":"PEMA Orthoimagery - Eastern (2021)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/PEMAImagery2021/MapServer/WmsServer?request=getmap&version=1.3.0&service=wms&layers=1&styles=&format=image/jpeg&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[-80.52515,42.03234],[-80.52103,39.71901],[-75.77326,39.72138],[-75.76223,39.74033],[-75.74816,39.76052],[-75.7291,39.77965],[-75.71245,39.79218],[-75.68481,39.80906],[-75.65786,39.8204],[-75.62679,39.82976],[-75.57976,39.83662],[-75.54113,39.83635],[-75.51933,39.83438],[-75.48311,39.82726],[-75.4493,39.81618],[-75.41359,39.79746],[-75.32501,39.84426],[-75.25377,39.84861],[-75.15644,39.87786],[-75.13498,39.88537],[-75.12657,39.91237],[-75.13417,39.92939],[-75.13344,39.94633],[-75.1276,39.95804],[-75.07215,39.97646],[-75.04366,40.01276],[-75.01139,40.01841],[-74.97602,40.04641],[-74.93148,40.06861],[-74.9077,40.07026],[-74.86213,40.0829],[-74.83586,40.10145],[-74.82634,40.12426],[-74.81853,40.1277],[-74.81132,40.12619],[-74.80033,40.12232],[-74.78806,40.11983],[-74.78454,40.11976],[-74.78145,40.12068],[-74.76085,40.13295],[-74.75415,40.13453],[-74.74368,40.13374],[-74.72239,40.147],[-74.71939,40.15854],[-74.73278,40.17625],[-74.75321,40.18478],[-74.76969,40.2165],[-74.84283,40.25324],[-74.85788,40.2808],[-74.86758,40.29544],[-74.87929,40.30525],[-74.89028,40.31285],[-74.89633,40.3155],[-74.90345,40.31602],[-74.90993,40.31792],[-74.93933,40.3382],[-74.94435,40.34645],[-74.94504,40.35551],[-74.94766,40.36417],[-74.96435,40.39627],[-74.96731,40.39935],[-74.99268,40.41101],[-75.02426,40.405],[-75.05889,40.41866],[-75.06567,40.44603],[-75.07001,40.45714],[-75.06452,40.4666],[-75.06108,40.48247],[-75.064,40.50414],[-75.06426,40.52796],[-75.06683,40.54042],[-75.0743,40.5459],[-75.09713,40.56614],[-75.10735,40.5705],[-75.11902,40.57395],[-75.1397,40.57596],[-75.14807,40.57296],[-75.16125,40.56458],[-75.1715,40.56438],[-75.18592,40.56872],[-75.19459,40.57631],[-75.19554,40.58091],[-75.18923,40.58766],[-75.19189,40.60307],[-75.20051,40.61454],[-75.20086,40.61763],[-75.18996,40.61998],[-75.18837,40.62373],[-75.1882,40.63545],[-75.20034,40.64857],[-75.19648,40.65486],[-75.17713,40.67244],[-75.17567,40.67686],[-75.18043,40.67934],[-75.19099,40.67937],[-75.19923,40.68301],[-75.20382,40.69008],[-75.2015,40.69736],[-75.19343,40.71438],[-75.18635,40.71929],[-75.16777,40.77742],[-75.13412,40.77053],[-75.10803,40.78626],[-75.06392,40.84576],[-75.04555,40.87004],[-75.07645,40.91494],[-75.09378,40.92661],[-75.13,40.9869],[-75.02632,41.03651],[-74.96778,41.08504],[-74.8811,41.17749],[-74.85809,41.21521],[-74.84556,41.25032],[-74.79235,41.30708],[-74.6933,41.35297],[-74.68678,41.36315],[-74.73621,41.43089],[-74.80986,41.44363],[-74.87904,41.44286],[-74.90873,41.47759],[-74.93912,41.48492],[-74.97877,41.48248],[-74.98238,41.50691],[-75.01722,41.53621],[-75.01139,41.54931],[-75.06529,41.60068],[-75.04177,41.61621],[-75.04761,41.67919],[-75.05035,41.7498],[-75.06958,41.8147],[-75.11181,41.8445],[-75.16829,41.87378],[-75.2548,41.87455],[-75.27369,41.93281],[-75.28811,41.95298],[-75.33789,41.97289],[-75.33566,41.99369],[-75.3548,41.99972],[-77.55798,42.01257],[-79.76023,41.99911],[-79.761,42.37135],[-80.52515,42.03234]]],"terms_url":"https://www.pema.pa.gov/911-Program/Partners/NG911-GIS/Aerial-Imagery/Pages/default.aspx","terms_text":"Pennsylvania Emergency Management Agency","description":"High resolution orthoimagery for the Commonwealth of Pennsylvania (Eastern) captured in 2021","icon":"https://www.pema.pa.gov/PublishingImages/logo.svg"},{"id":"PEMA_Orthoimagery","name":"PEMA Orthoimagery (2018-2020)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/PEMAImagery2018_2020/MapServer/WMSServer?request=getmap&version=1.3.0&service=wms&layers=1&styles=&format=image/jpeg&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.52515,42.03234],[-80.52103,39.71901],[-75.77326,39.72138],[-75.76223,39.74033],[-75.74816,39.76052],[-75.7291,39.77965],[-75.71245,39.79218],[-75.68481,39.80906],[-75.65786,39.8204],[-75.62679,39.82976],[-75.57976,39.83662],[-75.54113,39.83635],[-75.51933,39.83438],[-75.48311,39.82726],[-75.4493,39.81618],[-75.41359,39.79746],[-75.32501,39.84426],[-75.25377,39.84861],[-75.15644,39.87786],[-75.13498,39.88537],[-75.12657,39.91237],[-75.13417,39.92939],[-75.13344,39.94633],[-75.1276,39.95804],[-75.07215,39.97646],[-75.04366,40.01276],[-75.01139,40.01841],[-74.97602,40.04641],[-74.93148,40.06861],[-74.9077,40.07026],[-74.86213,40.0829],[-74.83586,40.10145],[-74.82634,40.12426],[-74.81853,40.1277],[-74.81132,40.12619],[-74.80033,40.12232],[-74.78806,40.11983],[-74.78454,40.11976],[-74.78145,40.12068],[-74.76085,40.13295],[-74.75415,40.13453],[-74.74368,40.13374],[-74.72239,40.147],[-74.71939,40.15854],[-74.73278,40.17625],[-74.75321,40.18478],[-74.76969,40.2165],[-74.84283,40.25324],[-74.85788,40.2808],[-74.86758,40.29544],[-74.87929,40.30525],[-74.89028,40.31285],[-74.89633,40.3155],[-74.90345,40.31602],[-74.90993,40.31792],[-74.93933,40.3382],[-74.94435,40.34645],[-74.94504,40.35551],[-74.94766,40.36417],[-74.96435,40.39627],[-74.96731,40.39935],[-74.99268,40.41101],[-75.02426,40.405],[-75.05889,40.41866],[-75.06567,40.44603],[-75.07001,40.45714],[-75.06452,40.4666],[-75.06108,40.48247],[-75.064,40.50414],[-75.06426,40.52796],[-75.06683,40.54042],[-75.0743,40.5459],[-75.09713,40.56614],[-75.10735,40.5705],[-75.11902,40.57395],[-75.1397,40.57596],[-75.14807,40.57296],[-75.16125,40.56458],[-75.1715,40.56438],[-75.18592,40.56872],[-75.19459,40.57631],[-75.19554,40.58091],[-75.18923,40.58766],[-75.19189,40.60307],[-75.20051,40.61454],[-75.20086,40.61763],[-75.18996,40.61998],[-75.18837,40.62373],[-75.1882,40.63545],[-75.20034,40.64857],[-75.19648,40.65486],[-75.17713,40.67244],[-75.17567,40.67686],[-75.18043,40.67934],[-75.19099,40.67937],[-75.19923,40.68301],[-75.20382,40.69008],[-75.2015,40.69736],[-75.19343,40.71438],[-75.18635,40.71929],[-75.16777,40.77742],[-75.13412,40.77053],[-75.10803,40.78626],[-75.06392,40.84576],[-75.04555,40.87004],[-75.07645,40.91494],[-75.09378,40.92661],[-75.13,40.9869],[-75.02632,41.03651],[-74.96778,41.08504],[-74.8811,41.17749],[-74.85809,41.21521],[-74.84556,41.25032],[-74.79235,41.30708],[-74.6933,41.35297],[-74.68678,41.36315],[-74.73621,41.43089],[-74.80986,41.44363],[-74.87904,41.44286],[-74.90873,41.47759],[-74.93912,41.48492],[-74.97877,41.48248],[-74.98238,41.50691],[-75.01722,41.53621],[-75.01139,41.54931],[-75.06529,41.60068],[-75.04177,41.61621],[-75.04761,41.67919],[-75.05035,41.7498],[-75.06958,41.8147],[-75.11181,41.8445],[-75.16829,41.87378],[-75.2548,41.87455],[-75.27369,41.93281],[-75.28811,41.95298],[-75.33789,41.97289],[-75.33566,41.99369],[-75.3548,41.99972],[-77.55798,42.01257],[-79.76023,41.99911],[-79.761,42.37135],[-80.52515,42.03234]]],"terms_url":"https://www.pema.pa.gov/911-Program/Partners/NG911-GIS/Aerial-Imagery/Pages/default.aspx","terms_text":"Pennsylvania Emergency Management Agency","description":"High resolution orthoimagery for the Commonwealth of Pennsylvania captured between 2018-2020","icon":"https://www.pema.pa.gov/PublishingImages/logo.svg"},{"id":"PEMA_Orthoimagery_2022","name":"PEMA Orthoimagery (Western) [2022]","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/PEMAImagery2022/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=8,2&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-79.74019,42.29037],[-79.85102,42.28842],[-79.85013,42.26099],[-79.92398,42.25964],[-79.92305,42.23221],[-79.99687,42.23081],[-79.99592,42.20338],[-80.14348,42.20044],[-80.14246,42.17301],[-80.17933,42.17225],[-80.17727,42.11739],[-80.25095,42.11583],[-80.24988,42.0884],[-80.32353,42.08679],[-80.32243,42.05936],[-80.43285,42.05687],[-80.43171,42.02944],[-80.50528,42.02772],[-80.50411,42.00029],[-80.54088,41.99941],[-80.53851,41.94456],[-80.57525,41.94367],[-80.53804,41.08427],[-80.57429,41.0834],[-80.53766,40.20549],[-80.57344,40.20462],[-80.55186,39.68331],[-79.87702,39.69786],[-79.88561,39.97229],[-79.92128,39.97162],[-79.92216,39.99907],[-79.85079,40.0004],[-79.85249,40.05528],[-79.81677,40.05593],[-79.82096,40.19315],[-79.78518,40.19379],[-79.786,40.22123],[-79.7502,40.22186],[-79.75101,40.2493],[-79.78683,40.24867],[-79.78765,40.27612],[-79.75182,40.27674],[-79.75508,40.38652],[-79.6833,40.38774],[-79.68803,40.5524],[-79.75998,40.55117],[-79.7608,40.57862],[-79.68882,40.57984],[-79.6904,40.63473],[-79.65438,40.63533],[-79.65515,40.66277],[-79.69119,40.66217],[-79.69198,40.68961],[-80.12455,40.68156],[-80.13624,41.01081],[-80.0638,41.01227],[-80.06507,41.04898],[-80.02892,41.0497],[-80.03083,41.10458],[-79.99455,41.10529],[-79.9955,41.13273],[-79.95921,41.13344],[-79.97131,41.49011],[-79.93482,41.49081],[-79.93574,41.51825],[-79.89923,41.51894],[-79.90014,41.54637],[-79.86362,41.54705],[-79.86451,41.57448],[-79.82797,41.57515],[-79.82885,41.60258],[-79.5364,41.60748],[-79.53114,41.41541],[-79.49469,41.41597],[-79.49322,41.36109],[-79.38395,41.36269],[-79.38533,41.41758],[-79.23951,41.41956],[-79.23701,41.30979],[-79.09142,41.31158],[-79.09199,41.33902],[-79.05558,41.33944],[-79.05722,41.42177],[-78.94785,41.42296],[-78.95291,41.69738],[-78.9163,41.69776],[-78.91877,41.83496],[-78.88208,41.83532],[-78.88496,41.99996],[-78.92175,41.9996],[-78.92224,42.02704],[-79.73174,42.01604],[-79.74019,42.29037]],[[-78.64082,40.29069],[-78.60497,40.29096],[-78.60567,40.34586],[-78.53392,40.34637],[-78.53583,40.51106],[-78.46391,40.51153],[-78.46449,40.56642],[-78.42849,40.56664],[-78.42905,40.62154],[-78.39302,40.62174],[-78.39329,40.64919],[-78.35725,40.64939],[-78.35775,40.70428],[-78.32168,40.70447],[-78.32191,40.73191],[-78.82704,40.72833],[-78.8266,40.70088],[-78.86266,40.70054],[-78.8613,40.6182],[-78.89732,40.61785],[-78.89591,40.53551],[-78.93189,40.53515],[-78.93093,40.48025],[-78.96687,40.47988],[-78.96588,40.42498],[-79.0018,40.4246],[-79.00129,40.39715],[-79.03719,40.39676],[-79.03614,40.34186],[-79.07201,40.34146],[-79.0704,40.25912],[-78.92709,40.26067],[-78.92662,40.23322],[-78.64009,40.23579],[-78.64082,40.29069]]],"terms_url":"https://www.pema.pa.gov/911-Program/Partners/NG911-GIS/Aerial-Imagery/Pages/default.aspx","terms_text":"Pennsylvania Emergency Management Agency","best":true,"description":"Orthoimagery of Western PA, including Cambria County.","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/pa/PEMA.svg"},{"id":"PennDOT_Municipality","name":"Pennsylvania Municipality Boundaries","type":"wms","template":"https://mapservices.pasda.psu.edu/server/rest/services/pasda/PennDOT/MapServer/export?LAYERS=show:7,10&TRANSPARENT=true&FORMAT=jpeg&BBOX={bbox}&SIZE={width},{height}&F=image&BBOXSR={wkid}&IMAGESR={wkid}&foo={proj}","category":"other","projection":"EPSG:3857","zoomExtent":[0,20],"polygon":[[[-80.52515,42.03234],[-80.52103,39.71901],[-75.77326,39.72138],[-75.76223,39.74033],[-75.74816,39.76052],[-75.7291,39.77965],[-75.71245,39.79218],[-75.68481,39.80906],[-75.65786,39.8204],[-75.62679,39.82976],[-75.57976,39.83662],[-75.54113,39.83635],[-75.51933,39.83438],[-75.48311,39.82726],[-75.4493,39.81618],[-75.41359,39.79746],[-75.32501,39.84426],[-75.25377,39.84861],[-75.15644,39.87786],[-75.13498,39.88537],[-75.12657,39.91237],[-75.13417,39.92939],[-75.13344,39.94633],[-75.1276,39.95804],[-75.07215,39.97646],[-75.04366,40.01276],[-75.01139,40.01841],[-74.97602,40.04641],[-74.93148,40.06861],[-74.9077,40.07026],[-74.86213,40.0829],[-74.83586,40.10145],[-74.82634,40.12426],[-74.81853,40.1277],[-74.81132,40.12619],[-74.80033,40.12232],[-74.78806,40.11983],[-74.78454,40.11976],[-74.78145,40.12068],[-74.76085,40.13295],[-74.75415,40.13453],[-74.74368,40.13374],[-74.72239,40.147],[-74.71939,40.15854],[-74.73278,40.17625],[-74.75321,40.18478],[-74.76969,40.2165],[-74.84283,40.25324],[-74.85788,40.2808],[-74.86758,40.29544],[-74.87929,40.30525],[-74.89028,40.31285],[-74.89633,40.3155],[-74.90345,40.31602],[-74.90993,40.31792],[-74.93933,40.3382],[-74.94435,40.34645],[-74.94504,40.35551],[-74.94766,40.36417],[-74.96435,40.39627],[-74.96731,40.39935],[-74.99268,40.41101],[-75.02426,40.405],[-75.05889,40.41866],[-75.06567,40.44603],[-75.07001,40.45714],[-75.06452,40.4666],[-75.06108,40.48247],[-75.064,40.50414],[-75.06426,40.52796],[-75.06683,40.54042],[-75.0743,40.5459],[-75.09713,40.56614],[-75.10735,40.5705],[-75.11902,40.57395],[-75.1397,40.57596],[-75.14807,40.57296],[-75.16125,40.56458],[-75.1715,40.56438],[-75.18592,40.56872],[-75.19459,40.57631],[-75.19554,40.58091],[-75.18923,40.58766],[-75.19189,40.60307],[-75.20051,40.61454],[-75.20086,40.61763],[-75.18996,40.61998],[-75.18837,40.62373],[-75.1882,40.63545],[-75.20034,40.64857],[-75.19648,40.65486],[-75.17713,40.67244],[-75.17567,40.67686],[-75.18043,40.67934],[-75.19099,40.67937],[-75.19923,40.68301],[-75.20382,40.69008],[-75.2015,40.69736],[-75.19343,40.71438],[-75.18635,40.71929],[-75.16777,40.77742],[-75.13412,40.77053],[-75.10803,40.78626],[-75.06392,40.84576],[-75.04555,40.87004],[-75.07645,40.91494],[-75.09378,40.92661],[-75.13,40.9869],[-75.02632,41.03651],[-74.96778,41.08504],[-74.8811,41.17749],[-74.85809,41.21521],[-74.84556,41.25032],[-74.79235,41.30708],[-74.6933,41.35297],[-74.68678,41.36315],[-74.73621,41.43089],[-74.80986,41.44363],[-74.87904,41.44286],[-74.90873,41.47759],[-74.93912,41.48492],[-74.97877,41.48248],[-74.98238,41.50691],[-75.01722,41.53621],[-75.01139,41.54931],[-75.06529,41.60068],[-75.04177,41.61621],[-75.04761,41.67919],[-75.05035,41.7498],[-75.06958,41.8147],[-75.11181,41.8445],[-75.16829,41.87378],[-75.2548,41.87455],[-75.27369,41.93281],[-75.28811,41.95298],[-75.33789,41.97289],[-75.33566,41.99369],[-75.3548,41.99972],[-77.55798,42.01257],[-79.76023,41.99911],[-79.761,42.37135],[-80.52515,42.03234]]],"terms_url":"https://data.pa.gov/Geospatial-Data/Pennsylvania-Municipality-Boundaries/xfdy-ds3u","terms_text":"Pennsylvania Department of Transportation","description":"Municipality boundaries within Pennsylvania (PennDOT Type 10)","icon":"https://gis.penndot.gov/gishub/images/PennDOT_Logo.png","overlay":true},{"id":"Philadelphia_Ortho_2020","name":"Philadelphia Orthoimagery 2020 (3in)","type":"tms","template":"https://tiles.arcgis.com/tiles/fLeGjb7u4uXqeF9q/arcgis/rest/services/CityImagery_2020_3in/MapServer/WMTS/tile/1.0.0/CityImagery_2020_3in/default/default028mm/{zoom}/{y}/{x}.jpeg","category":"historicphoto","endDate":"2020-04-30T00:00:00.000Z","startDate":"2020-03-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-75.33756,39.89227],[-75.3384,39.87052],[-75.32894,39.87034],[-75.32973,39.84868],[-75.32025,39.84845],[-75.32113,39.8267],[-75.31171,39.8265],[-75.31201,39.8192],[-75.28379,39.81859],[-75.28353,39.82587],[-75.25532,39.82525],[-75.25506,39.83248],[-75.22689,39.83189],[-75.22661,39.83911],[-75.19843,39.83846],[-75.19818,39.84573],[-75.17938,39.84528],[-75.17912,39.85257],[-75.15088,39.85192],[-75.15063,39.85914],[-75.12243,39.85853],[-75.12211,39.86576],[-75.11273,39.86553],[-75.11021,39.93077],[-75.1196,39.93099],[-75.11906,39.94546],[-75.09082,39.94481],[-75.09052,39.95204],[-75.08112,39.95179],[-75.08084,39.95907],[-75.06201,39.9586],[-75.06175,39.96587],[-75.05233,39.96564],[-75.05177,39.98013],[-75.03289,39.97962],[-75.03203,40.0014],[-75.00383,40.0007],[-75.00355,40.00798],[-74.99407,40.00778],[-74.99377,40.01501],[-74.98433,40.01476],[-74.98403,40.02201],[-74.97465,40.02178],[-74.97433,40.02904],[-74.96491,40.02878],[-74.96461,40.03603],[-74.95517,40.0357],[-74.95367,40.07206],[-74.94427,40.07177],[-74.94279,40.10809],[-74.95221,40.10828],[-74.95133,40.12997],[-74.97965,40.1307],[-74.97932,40.13794],[-74.98876,40.13821],[-74.98845,40.14542],[-75.02624,40.14631],[-75.02649,40.13904],[-75.03596,40.13929],[-75.03621,40.13207],[-75.04568,40.13231],[-75.04593,40.12503],[-75.0554,40.12528],[-75.0557,40.11801],[-75.06514,40.11827],[-75.06542,40.111],[-75.07484,40.11125],[-75.07516,40.10394],[-75.08456,40.10417],[-75.08488,40.09693],[-75.09428,40.0972],[-75.09488,40.0827],[-75.1043,40.08291],[-75.10461,40.07562],[-75.11402,40.07585],[-75.11429,40.0686],[-75.13314,40.06904],[-75.13286,40.07628],[-75.14232,40.07645],[-75.14206,40.08375],[-75.15144,40.08394],[-75.15116,40.09121],[-75.17004,40.09163],[-75.16973,40.09886],[-75.1792,40.09907],[-75.17892,40.10631],[-75.22608,40.10736],[-75.22635,40.10013],[-75.23581,40.10035],[-75.23609,40.09308],[-75.2455,40.09331],[-75.24578,40.08604],[-75.25518,40.08626],[-75.25545,40.07901],[-75.26489,40.0792],[-75.2654,40.06472],[-75.27484,40.06494],[-75.27564,40.0432],[-75.2662,40.043],[-75.26649,40.03575],[-75.25705,40.03554],[-75.2573,40.02831],[-75.24791,40.0281],[-75.24816,40.02084],[-75.23874,40.02064],[-75.2393,40.00616],[-75.25813,40.00658],[-75.25839,39.99934],[-75.26778,39.99952],[-75.26807,39.99228],[-75.27748,39.99249],[-75.27774,39.98523],[-75.29658,39.98565],[-75.29735,39.96392],[-75.28795,39.96369],[-75.2882,39.95646],[-75.26938,39.95606],[-75.26991,39.94157],[-75.26049,39.94135],[-75.2616,39.91242],[-75.27098,39.91267],[-75.27133,39.90536],[-75.29001,39.90577],[-75.29032,39.89853],[-75.31853,39.89912],[-75.3188,39.89189],[-75.33756,39.89227]]],"terms_url":"https://www.opendataphilly.org/dataset/aerial-photography","terms_text":"City of Philadelphia","description":"Digital orthophotography with a ground resolution of 3-inch per pixel, georeferenced to the Pennsylvania State Plane Coordinate System, and delivered as mosaicked raster images for the city of Philadelphia."},{"id":"Philadelphia_Ortho_2022","name":"Philadelphia Orthoimagery 2022 (2in)","type":"tms","template":"https://tiles.arcgis.com/tiles/fLeGjb7u4uXqeF9q/arcgis/rest/services/CityImagery_2022_2in/MapServer/WMTS/tile/1.0.0/CityImagery_2022_2in/default/default028mm/{zoom}/{y}/{x}.jpeg","category":"historicphoto","endDate":"2022-05-01T00:00:00.000Z","startDate":"2022-04-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-75.33756,39.89227],[-75.3384,39.87052],[-75.32894,39.87034],[-75.32973,39.84868],[-75.32025,39.84845],[-75.32113,39.8267],[-75.31171,39.8265],[-75.31201,39.8192],[-75.28379,39.81859],[-75.28353,39.82587],[-75.25532,39.82525],[-75.25506,39.83248],[-75.22689,39.83189],[-75.22661,39.83911],[-75.19843,39.83846],[-75.19818,39.84573],[-75.17938,39.84528],[-75.17912,39.85257],[-75.15088,39.85192],[-75.15063,39.85914],[-75.12243,39.85853],[-75.12211,39.86576],[-75.11273,39.86553],[-75.11021,39.93077],[-75.1196,39.93099],[-75.11906,39.94546],[-75.09082,39.94481],[-75.09052,39.95204],[-75.08112,39.95179],[-75.08084,39.95907],[-75.06201,39.9586],[-75.06175,39.96587],[-75.05233,39.96564],[-75.05177,39.98013],[-75.03289,39.97962],[-75.03203,40.0014],[-75.00383,40.0007],[-75.00355,40.00798],[-74.99407,40.00778],[-74.99377,40.01501],[-74.98433,40.01476],[-74.98403,40.02201],[-74.97465,40.02178],[-74.97433,40.02904],[-74.96491,40.02878],[-74.96461,40.03603],[-74.95517,40.0357],[-74.95367,40.07206],[-74.94427,40.07177],[-74.94279,40.10809],[-74.95221,40.10828],[-74.95133,40.12997],[-74.97965,40.1307],[-74.97932,40.13794],[-74.98876,40.13821],[-74.98845,40.14542],[-75.02624,40.14631],[-75.02649,40.13904],[-75.03596,40.13929],[-75.03621,40.13207],[-75.04568,40.13231],[-75.04593,40.12503],[-75.0554,40.12528],[-75.0557,40.11801],[-75.06514,40.11827],[-75.06542,40.111],[-75.07484,40.11125],[-75.07516,40.10394],[-75.08456,40.10417],[-75.08488,40.09693],[-75.09428,40.0972],[-75.09488,40.0827],[-75.1043,40.08291],[-75.10461,40.07562],[-75.11402,40.07585],[-75.11429,40.0686],[-75.13314,40.06904],[-75.13286,40.07628],[-75.14232,40.07645],[-75.14206,40.08375],[-75.15144,40.08394],[-75.15116,40.09121],[-75.17004,40.09163],[-75.16973,40.09886],[-75.1792,40.09907],[-75.17892,40.10631],[-75.22608,40.10736],[-75.22635,40.10013],[-75.23581,40.10035],[-75.23609,40.09308],[-75.2455,40.09331],[-75.24578,40.08604],[-75.25518,40.08626],[-75.25545,40.07901],[-75.26489,40.0792],[-75.2654,40.06472],[-75.27484,40.06494],[-75.27564,40.0432],[-75.2662,40.043],[-75.26649,40.03575],[-75.25705,40.03554],[-75.2573,40.02831],[-75.24791,40.0281],[-75.24816,40.02084],[-75.23874,40.02064],[-75.2393,40.00616],[-75.25813,40.00658],[-75.25839,39.99934],[-75.26778,39.99952],[-75.26807,39.99228],[-75.27748,39.99249],[-75.27774,39.98523],[-75.29658,39.98565],[-75.29735,39.96392],[-75.28795,39.96369],[-75.2882,39.95646],[-75.26938,39.95606],[-75.26991,39.94157],[-75.26049,39.94135],[-75.2616,39.91242],[-75.27098,39.91267],[-75.27133,39.90536],[-75.29001,39.90577],[-75.29032,39.89853],[-75.31853,39.89912],[-75.3188,39.89189],[-75.33756,39.89227]]],"terms_url":"https://www.opendataphilly.org/dataset/aerial-photography","terms_text":"City of Philadelphia","description":"Digital orthophotography with a ground resolution of 2-inch per pixel, georeferenced to the Pennsylvania State Plane Coordinate System, and delivered as mosaicked raster images for the city of Philadelphia"},{"id":"Philadelphia_Ortho_2023","name":"Philadelphia Orthoimagery 2023","type":"tms","template":"https://tiles.arcgis.com/tiles/fLeGjb7u4uXqeF9q/arcgis/rest/services/CityImagery_2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-75.33756,39.89227],[-75.3384,39.87052],[-75.32894,39.87034],[-75.32973,39.84868],[-75.32025,39.84845],[-75.32113,39.8267],[-75.31171,39.8265],[-75.31201,39.8192],[-75.28379,39.81859],[-75.28353,39.82587],[-75.25532,39.82525],[-75.25506,39.83248],[-75.22689,39.83189],[-75.22661,39.83911],[-75.19843,39.83846],[-75.19818,39.84573],[-75.17938,39.84528],[-75.17912,39.85257],[-75.15088,39.85192],[-75.15063,39.85914],[-75.12243,39.85853],[-75.12211,39.86576],[-75.11273,39.86553],[-75.11021,39.93077],[-75.1196,39.93099],[-75.11906,39.94546],[-75.09082,39.94481],[-75.09052,39.95204],[-75.08112,39.95179],[-75.08084,39.95907],[-75.06201,39.9586],[-75.06175,39.96587],[-75.05233,39.96564],[-75.05177,39.98013],[-75.03289,39.97962],[-75.03203,40.0014],[-75.00383,40.0007],[-75.00355,40.00798],[-74.99407,40.00778],[-74.99377,40.01501],[-74.98433,40.01476],[-74.98403,40.02201],[-74.97465,40.02178],[-74.97433,40.02904],[-74.96491,40.02878],[-74.96461,40.03603],[-74.95517,40.0357],[-74.95367,40.07206],[-74.94427,40.07177],[-74.94279,40.10809],[-74.95221,40.10828],[-74.95133,40.12997],[-74.97965,40.1307],[-74.97932,40.13794],[-74.98876,40.13821],[-74.98845,40.14542],[-75.02624,40.14631],[-75.02649,40.13904],[-75.03596,40.13929],[-75.03621,40.13207],[-75.04568,40.13231],[-75.04593,40.12503],[-75.0554,40.12528],[-75.0557,40.11801],[-75.06514,40.11827],[-75.06542,40.111],[-75.07484,40.11125],[-75.07516,40.10394],[-75.08456,40.10417],[-75.08488,40.09693],[-75.09428,40.0972],[-75.09488,40.0827],[-75.1043,40.08291],[-75.10461,40.07562],[-75.11402,40.07585],[-75.11429,40.0686],[-75.13314,40.06904],[-75.13286,40.07628],[-75.14232,40.07645],[-75.14206,40.08375],[-75.15144,40.08394],[-75.15116,40.09121],[-75.17004,40.09163],[-75.16973,40.09886],[-75.1792,40.09907],[-75.17892,40.10631],[-75.22608,40.10736],[-75.22635,40.10013],[-75.23581,40.10035],[-75.23609,40.09308],[-75.2455,40.09331],[-75.24578,40.08604],[-75.25518,40.08626],[-75.25545,40.07901],[-75.26489,40.0792],[-75.2654,40.06472],[-75.27484,40.06494],[-75.27564,40.0432],[-75.2662,40.043],[-75.26649,40.03575],[-75.25705,40.03554],[-75.2573,40.02831],[-75.24791,40.0281],[-75.24816,40.02084],[-75.23874,40.02064],[-75.2393,40.00616],[-75.25813,40.00658],[-75.25839,39.99934],[-75.26778,39.99952],[-75.26807,39.99228],[-75.27748,39.99249],[-75.27774,39.98523],[-75.29658,39.98565],[-75.29735,39.96392],[-75.28795,39.96369],[-75.2882,39.95646],[-75.26938,39.95606],[-75.26991,39.94157],[-75.26049,39.94135],[-75.2616,39.91242],[-75.27098,39.91267],[-75.27133,39.90536],[-75.29001,39.90577],[-75.29032,39.89853],[-75.31853,39.89912],[-75.3188,39.89189],[-75.33756,39.89227]]],"terms_url":"https://www.opendataphilly.org/dataset/aerial-photography","terms_text":"City of Philadelphia","best":true,"description":"Digital orthophotography georeferenced to the Pennsylvania State Plane Coordinate System, and delivered as mosaicked raster images for the city of Philadelphia"},{"id":"Pinellas_Ortho_2023","name":"Pinellas County Orthoimagery (2023)","type":"tms","template":"https://egis.pinellas.gov/gis/rest/services/Aerials/Aerials2023/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-82.77539,27.56428],[-82.60568,27.57869],[-82.56087,27.86767],[-82.56115,27.93635],[-82.62383,27.96377],[-82.62299,27.97733],[-82.63902,28.00488],[-82.63998,28.18353],[-82.96373,28.18228],[-82.77539,27.56428]]],"terms_url":"https://new-pinellas-egis.opendata.arcgis.com/","terms_text":"Pinellas County","description":"The 2023 orthoimagery for Pinellas County of the State of Florida","icon":"https://pinellas.gov/wp-content/uploads/2020/10/cropped-favicon@4x-192x192.png"},{"id":"PlanCadastralNeuchatel","name":"Plan Cadastral du SITN, Neuchâtel","type":"wms","template":"https://sitn.ne.ch/services/wmts?LAYERS=plan_cadastral&STYLES=default&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","endDate":"2025-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","polygon":[[[7.0229,47.00257],[7.08537,47.04656],[7.10254,47.08022],[7.08331,47.11153],[7.04212,47.13815],[6.99407,47.13815],[6.8955,47.11127],[6.8905,47.15356],[6.85343,47.17969],[6.82734,47.15916],[6.79233,47.13909],[6.73467,47.11807],[6.73123,47.09938],[6.69828,47.08536],[6.68112,47.06059],[6.69691,47.0489],[6.6619,47.03627],[6.62757,47.01146],[6.60766,47.00351],[6.58157,46.99555],[6.52528,46.9815],[6.49037,46.97943],[6.42584,46.92883],[6.44025,46.90257],[6.45055,46.88146],[6.44986,46.85893],[6.44918,46.84861],[6.46153,46.8364],[6.51371,46.84391],[6.56314,46.86034],[6.60501,46.87301],[6.64689,46.88803],[6.70868,46.92601],[6.71074,46.9021],[6.72447,46.89037],[6.72309,46.86832],[6.74643,46.85236],[6.76909,46.83781],[6.99907,46.97615],[7.0229,47.00257]]],"terms_text":"Plan Cadastral du SITN, Neuchâtel","description":"Plan Cadastral du SITN, Neuchâtel"},{"id":"PNOA-Spain-TMS","name":"PNOA Spain","type":"tms","template":"https://tms-pnoa-ma.idee.es/1.0.0/pnoa-ma/{zoom}/{x}/{-y}.jpeg","category":"photo","zoomExtent":[0,20],"polygon":[[[-17.88913,27.85905],[-17.99065,27.85675],[-18.03868,27.76558],[-18.11464,27.76379],[-18.11546,27.78636],[-18.1661,27.78516],[-18.16349,27.69492],[-18.08898,27.69634],[-18.08734,27.67387],[-18.03641,27.67537],[-18.03501,27.63026],[-17.959,27.6324],[-17.86033,27.7926],[-17.86303,27.83688],[-17.8884,27.83649],[-17.88913,27.85905]],[[-15.75328,28.08143],[-15.7783,28.03632],[-15.82911,28.03558],[-15.82895,27.99066],[-15.8542,27.99018],[-15.85374,27.90089],[-15.80167,27.81105],[-15.70075,27.74335],[-15.62415,27.74199],[-15.62361,27.72134],[-15.54771,27.72161],[-15.52277,27.76678],[-15.47188,27.76665],[-15.47181,27.78939],[-15.421,27.78797],[-15.39598,27.83474],[-15.37057,27.83521],[-15.3708,27.92524],[-15.34548,27.92544],[-15.34578,28.01532],[-15.37065,28.01532],[-15.37103,28.03802],[-15.39644,28.03836],[-15.39728,28.19614],[-15.45016,28.19614],[-15.44978,28.15075],[-15.49874,28.15041],[-15.49897,28.1728],[-15.72826,28.17186],[-15.72788,28.08157],[-15.75328,28.08143]],[[-17.08208,28.13518],[-17.18579,28.22388],[-17.33846,28.2213],[-17.33756,28.17637],[-17.36297,28.17572],[-17.36038,28.06398],[-17.30867,28.01923],[-17.25785,28.01997],[-17.25768,27.99784],[-17.23199,27.99804],[-17.23211,28.02037],[-17.15633,28.02146],[-17.13154,28.06681],[-17.08084,28.068],[-17.08208,28.13518]],[[-16.44571,28.49113],[-16.52143,28.42261],[-16.87807,28.39542],[-16.87767,28.37293],[-16.92866,28.37219],[-16.92782,28.32758],[-16.90239,28.32793],[-16.90151,28.28277],[-16.87608,28.28322],[-16.87565,28.26055],[-16.85028,28.26079],[-16.8487,28.17075],[-16.82317,28.17087],[-16.8224,28.1259],[-16.7707,28.08161],[-16.74534,28.08181],[-16.7447,28.03679],[-16.7191,28.03714],[-16.71842,27.99192],[-16.61681,27.99305],[-16.61684,28.01532],[-16.51533,28.01648],[-16.4151,28.13113],[-16.41584,28.19761],[-16.34083,28.2893],[-16.34208,28.37951],[-16.31631,28.38019],[-16.31675,28.40176],[-16.26586,28.403],[-16.26535,28.44761],[-16.23858,28.44847],[-16.16475,28.49386],[-16.16481,28.51612],[-16.09934,28.51638],[-16.09951,28.5925],[-16.1278,28.59218],[-16.12793,28.60782],[-16.19162,28.60684],[-16.19125,28.58372],[-16.3446,28.58221],[-16.34433,28.55976],[-16.42092,28.55884],[-16.42059,28.53627],[-16.44625,28.53597],[-16.44571,28.49113]],[[-14.21537,28.33903],[-14.21688,28.22788],[-14.41575,28.11561],[-14.52244,28.11841],[-14.52156,28.04678],[-14.49593,28.04585],[-14.49628,28.06826],[-14.44666,28.0658],[-14.44578,28.04698],[-14.33197,28.03687],[-14.29132,28.04524],[-14.21472,28.11189],[-14.21537,28.15781],[-14.13866,28.15791],[-14.13871,28.17999],[-14.03696,28.17958],[-13.98564,28.22357],[-13.91582,28.22414],[-13.83151,28.39702],[-13.82885,28.53847],[-13.80339,28.53842],[-13.80258,28.6519],[-13.82786,28.6518],[-13.82757,28.71935],[-13.8013,28.71899],[-13.80007,28.78793],[-13.82896,28.78798],[-13.82902,28.76643],[-13.95617,28.76659],[-13.95652,28.74494],[-14.03358,28.72267],[-14.11151,28.4748],[-14.16417,28.45283],[-14.21537,28.33903]],[[-17.9424,28.87261],[-18.02241,28.80384],[-18.02125,28.74819],[-17.89395,28.52255],[-17.88463,28.44606],[-17.80601,28.4469],[-17.80861,28.4925],[-17.78316,28.49366],[-17.78331,28.54167],[-17.76225,28.5592],[-17.75197,28.58337],[-17.74573,28.61656],[-17.74579,28.67435],[-17.75708,28.67413],[-17.75744,28.69318],[-17.71293,28.73037],[-17.71398,28.76497],[-17.73949,28.76422],[-17.74127,28.832],[-17.76698,28.83122],[-17.76759,28.85378],[-17.89033,28.85151],[-17.89118,28.87371],[-17.9424,28.87261]],[[-13.85025,29.01659],[-13.85182,28.98343],[-13.85244,28.91486],[-13.90131,28.89245],[-13.9024,28.84698],[-13.80066,28.84566],[-13.80093,28.82311],[-13.77569,28.82305],[-13.69729,28.88982],[-13.69729,28.91277],[-13.60725,28.9118],[-13.43886,29.00024],[-13.43746,29.13513],[-13.4117,29.13499],[-13.41056,29.22298],[-13.45928,29.25559],[-13.45974,29.2942],[-13.50913,29.29456],[-13.51006,29.31635],[-13.56354,29.31729],[-13.56406,29.27138],[-13.53892,29.2712],[-13.53897,29.25004],[-13.56613,29.25013],[-13.5666,29.203],[-13.51565,29.20223],[-13.51565,29.18206],[-13.5398,29.18278],[-13.54089,29.13753],[-13.65782,29.13685],[-13.71322,29.09351],[-13.76634,29.09345],[-13.85025,29.01659]],[[1.50355,38.72532],[1.48133,38.91551],[1.55189,38.92544],[1.56673,38.95666],[1.64874,38.95833],[1.64799,38.99907],[1.73217,38.99936],[1.73147,39.04417],[1.64895,39.04319],[1.64816,39.12764],[1.39486,39.12657],[1.39544,39.08642],[1.22811,39.08526],[1.22911,39.0029],[1.14487,39.0018],[1.14528,38.832],[1.31136,38.83316],[1.31219,38.79065],[1.39469,38.79162],[1.39519,38.75296],[1.31128,38.75193],[1.31259,38.62388],[1.6489,38.62511],[1.64807,38.71115],[1.58456,38.71012],[1.58116,38.70054],[1.54915,38.70028],[1.51972,38.70921],[1.50355,38.72532]],[[2.31192,39.54179],[2.31223,39.49934],[2.43902,39.49934],[2.43871,39.48469],[2.43933,39.41611],[2.54507,39.41667],[2.54528,39.49942],[2.64538,39.49966],[2.64569,39.45774],[2.72885,39.45814],[2.72874,39.33342],[2.97904,39.3335],[2.97986,39.25015],[3.08302,39.24994],[3.31462,39.37855],[3.31506,39.47846],[3.48035,39.5959],[3.48148,39.79318],[3.14844,39.79357],[3.14823,39.83316],[3.23129,39.83292],[3.23139,40.00198],[3.14608,40.00198],[3.14566,39.96005],[2.92704,39.96016],[2.34601,39.62709],[2.22835,39.62606],[2.22907,39.541],[2.31192,39.54179]],[[-9.21855,42.90163],[-9.14661,42.77503],[-9.08834,42.72696],[-9.03655,42.73066],[-9.1092,42.57511],[-8.89106,41.82289],[-8.60704,42.03405],[-8.36762,42.05575],[-8.24848,42.1008],[-8.12933,42.03488],[-8.25185,41.90786],[-8.13045,41.78058],[-7.95398,41.84593],[-7.42569,41.78477],[-7.16829,41.87188],[-7.13345,41.94048],[-6.62988,41.91121],[-6.54783,41.85597],[-6.58717,41.68832],[-6.51523,41.64129],[-6.31628,41.64465],[-6.21737,41.5791],[-6.56244,41.26303],[-6.64112,41.26556],[-6.76814,41.13871],[-6.80186,41.03959],[-6.9536,41.03704],[-6.83783,40.87576],[-6.85356,40.60664],[-6.86818,40.44516],[-6.8086,40.34501],[-7.01767,40.26615],[-7.04128,40.13479],[-6.88616,40.02299],[-6.92213,39.87909],[-6.99519,39.81954],[-7.05027,39.67522],[-7.55271,39.67954],[-7.51449,39.58865],[-7.3279,39.45599],[-7.33689,39.35351],[-7.25596,39.28133],[-7.24472,39.19689],[-7.15255,39.16029],[-7.15368,39.09577],[-7.00081,39.08879],[-6.96934,39.01983],[-7.06151,38.90796],[-7.04352,38.87297],[-7.26383,38.73807],[-7.34027,38.44024],[-7.08062,38.15708],[-6.96147,38.20125],[-6.99632,38.10756],[-7.0143,38.02438],[-7.11771,38.05536],[-7.15368,38.01552],[-7.26833,37.98895],[-7.31666,37.83997],[-7.4249,37.75992],[-7.45013,37.66958],[-7.52196,37.57237],[-7.51916,37.52292],[-7.50197,37.51641],[-7.4647,37.45305],[-7.46963,37.40758],[-7.4481,37.39094],[-7.44597,37.33261],[-7.43805,37.2452],[-7.42492,37.23505],[-7.42029,37.21183],[-7.40832,37.16822],[-7.37535,37.15354],[-7.26474,37.18435],[-7.04264,37.18507],[-6.87448,37.10838],[-6.62989,37.0194],[-6.49052,36.91738],[-6.41588,36.79939],[-6.47433,36.74897],[-6.40419,36.6235],[-6.32146,36.58163],[-6.33585,36.53106],[-6.23154,36.37701],[-6.15061,36.28646],[-6.07752,36.22241],[-6.03573,36.1781],[-5.99834,36.1645],[-5.94003,36.16556],[-5.93848,36.12215],[-5.85668,36.12421],[-5.85506,36.03856],[-5.68996,36.04053],[-5.68886,36.00365],[-5.43532,36.00344],[-5.43658,36.03889],[-5.35161,36.04014],[-5.35248,36.12247],[-5.26809,36.12418],[-5.28411,36.19702],[-5.16995,36.35135],[-4.9188,36.45313],[-4.65712,36.44042],[-4.37435,36.66333],[-3.72804,36.69291],[-3.46108,36.65488],[-3.09402,36.71263],[-2.92015,36.66756],[-2.68129,36.65911],[-2.37219,36.78018],[-2.21588,36.66192],[-2.06835,36.69291],[-1.85408,36.91229],[-1.6767,37.27652],[-1.44089,37.39037],[-1.33832,37.52867],[-1.11071,37.51641],[-0.91963,37.53758],[-0.71939,37.58784],[-0.66415,37.62315],[-0.68831,37.734],[-0.72158,37.78306],[-0.73237,37.88107],[-0.68111,37.94562],[-0.63705,37.96122],[-0.61367,38.11986],[-0.584,38.17219],[-0.45451,38.14886],[-0.42933,38.16583],[-0.48238,38.19481],[-0.50487,38.28309],[-0.45091,38.33108],[-0.38347,38.33813],[-0.37987,38.39312],[-0.27197,38.47624],[-0.05705,38.52691],[-0.0022,38.60706],[0.09581,38.61338],[0.25587,38.72642],[0.23429,38.79864],[0.12189,38.87218],[0.00949,38.88268],[-0.11101,38.97222],[-0.21352,39.15585],[-0.18564,39.17746],[-0.28636,39.33343],[-0.29085,39.50363],[-0.18474,39.63117],[-0.09392,39.81169],[0.01039,39.89522],[0.07513,40.01447],[0.16415,40.06472],[0.26756,40.19192],[0.43392,40.37576],[0.55801,40.55022],[0.66502,40.53587],[0.87813,40.67514],[0.9114,40.73376],[0.75854,40.81956],[1.08585,41.04849],[1.17937,41.04646],[1.3763,41.11627],[1.86008,41.22322],[2.16492,41.29893],[2.26293,41.42716],[2.78358,41.63718],[3.06054,41.76474],[3.19452,41.85589],[3.24668,41.95294],[3.23055,42.126],[3.14759,42.12606],[3.14759,42.2073],[3.31397,42.20702],[3.31389,42.29084],[3.39739,42.29009],[3.39785,42.33404],[3.31412,42.33399],[3.31415,42.37604],[3.23049,42.37644],[3.23078,42.45934],[3.06388,42.45915],[3.06388,42.50085],[2.81126,42.50104],[2.81133,42.45961],[2.64448,42.45924],[2.64479,42.37626],[2.48098,42.37594],[2.48048,42.41797],[2.39768,42.41784],[2.39693,42.45994],[2.06456,42.45902],[2.06386,42.50164],[1.73164,42.50118],[1.73041,42.54342],[1.64328,42.54245],[1.64436,42.50203],[1.4813,42.50107],[1.48061,42.71034],[1.41137,42.70939],[1.36326,42.74155],[1.17532,42.73429],[1.10878,42.79898],[0.9676,42.81811],[0.71492,42.88272],[0.64118,42.85767],[0.62769,42.7224],[0.44875,42.71447],[0.36422,42.74287],[0.30218,42.71777],[0.18618,42.7541],[-0.03143,42.71249],[-0.14563,42.81086],[-0.31648,42.86558],[-0.42889,42.82009],[-0.50442,42.84845],[-0.55118,42.82207],[-0.69685,42.90314],[-0.71484,42.96108],[-0.7562,42.98213],[-0.94234,42.9749],[-1.00619,43.00778],[-1.19232,43.06496],[-1.27955,43.07744],[-1.23549,43.13325],[-1.30203,43.13522],[-1.36407,43.11159],[-1.37307,43.05117],[-1.41983,43.06036],[-1.44231,43.08336],[-1.37037,43.1713],[-1.35688,43.23815],[-1.36677,43.27614],[-1.47799,43.31284],[-1.56305,43.31338],[-1.56359,43.29212],[-1.60344,43.29266],[-1.60299,43.31295],[-1.64498,43.31332],[-1.64467,43.33372],[-1.68811,43.33413],[-1.68904,43.31291],[-1.72259,43.31318],[-1.71135,43.33125],[-1.71005,43.37569],[-1.77005,43.37605],[-1.7698,43.39644],[-1.85528,43.39725],[-1.9854,43.3563],[-2.30462,43.31706],[-2.74524,43.47551],[-2.93857,43.46246],[-3.1083,43.38163],[-3.56128,43.54236],[-3.74,43.48693],[-3.80295,43.51954],[-4.18399,43.42492],[-4.61562,43.4192],[-4.90899,43.48367],[-5.17875,43.49916],[-5.28553,43.56191],[-5.60363,43.57087],[-5.85204,43.6799],[-6.12293,43.57901],[-6.24882,43.6075],[-7.19975,43.58308],[-7.31889,43.67827],[-7.66284,43.80982],[-7.83591,43.73743],[-7.85605,43.79146],[-7.9172,43.78264],[-7.99921,43.7234],[-8.06467,43.72392],[-8.27761,43.57088],[-8.33444,43.57974],[-8.36033,43.46342],[-8.36105,43.41118],[-8.45745,43.39184],[-8.52507,43.36465],[-8.52435,43.3364],[-8.55097,43.32332],[-8.60996,43.3296],[-8.70635,43.305],[-8.78548,43.31914],[-8.82217,43.37354],[-8.87613,43.37407],[-8.8639,43.32908],[-8.92936,43.32699],[-8.93727,43.30553],[-8.99986,43.29558],[-8.99842,43.24477],[-9.03367,43.24267],[-9.06748,43.19916],[-9.14733,43.21018],[-9.2315,43.17032],[-9.25236,43.10417],[-9.30991,43.06004],[-9.27898,42.9822],[-9.30991,42.93113],[-9.2761,42.86051],[-9.21855,42.90163]],[[4.0628,40.12722],[4.06242,40.08499],[3.81287,40.08529],[3.81204,40.04344],[3.72908,40.0438],[3.72862,39.95842],[3.81266,39.9576],[3.81228,39.91644],[3.9609,39.91598],[4.19381,39.79131],[4.31503,39.79058],[4.31599,39.83293],[4.39874,39.83204],[4.39737,39.91858],[4.3158,39.91933],[4.31619,40.0434],[4.2319,40.04436],[4.23248,40.08478],[4.14915,40.08611],[4.14906,40.12552],[4.0628,40.12722]]],"terms_text":"PNOA","best":true},{"id":"Polk_Ortho_2023","name":"Polk County Orthoimagery (2023)","type":"wms","template":"https://gis.polk-county.net/image/rest/services/Aerials/Aerial_2023/ImageServer/exportImage?f=image&format=jpg&layers=show,6&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-82.11238,28.26759],[-82.11223,28.17129],[-82.06569,28.17135],[-82.06535,27.63497],[-81.12347,27.63207],[-81.12294,27.67334],[-81.1384,27.67367],[-81.13798,27.72853],[-81.1534,27.7286],[-81.15326,27.75615],[-81.16875,27.75628],[-81.16869,27.78362],[-81.18399,27.78374],[-81.18364,27.81145],[-81.19937,27.81145],[-81.19907,27.83902],[-81.21454,27.83909],[-81.21446,27.85284],[-81.27633,27.85311],[-81.27629,27.86693],[-81.29175,27.86704],[-81.29152,27.89447],[-81.30698,27.89463],[-81.30683,27.9358],[-81.32214,27.93597],[-81.32213,27.96341],[-81.33756,27.96345],[-81.3374,27.9773],[-81.36845,27.97739],[-81.36835,28.0324],[-81.35271,28.0324],[-81.3526,28.05978],[-81.33703,28.05967],[-81.33683,28.08715],[-81.44551,28.08785],[-81.44495,28.15649],[-81.52265,28.15676],[-81.52228,28.22555],[-81.53778,28.22557],[-81.5377,28.25306],[-81.55323,28.25312],[-81.55318,28.26686],[-81.64646,28.26723],[-81.64609,28.34969],[-81.78603,28.34996],[-81.78598,28.36374],[-81.86379,28.36378],[-81.86372,28.35007],[-81.95701,28.35013],[-81.95699,28.32262],[-82.00364,28.32263],[-82.00363,28.33638],[-82.03471,28.33639],[-82.0347,28.32263],[-82.06578,28.32264],[-82.0658,28.26754],[-82.11238,28.26759]]],"terms_url":"https://www.polk-county.net/","terms_text":"Polk County, FL","description":"The 2023 orthoimagery for Polk County in the State of Florida","icon":"https://www.polk-county.net/wp-content/uploads/2023/04/PolkCountyLogo_FPO.png"},{"id":"PortlandMapsAerial","name":"PortlandMaps Aerial Photos Latest","type":"tms","template":"https://www.portlandmaps.com/arcgis/rest/services/Public/Aerial_Photos_Multi_Year/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[6,21],"polygon":[[[-123.44514,45.40222],[-123.38082,45.40398],[-123.38079,45.40418],[-123.36059,45.4047],[-123.3606,45.40431],[-123.33993,45.40479],[-123.33993,45.40441],[-123.31883,45.40494],[-123.31949,45.41741],[-123.25945,45.41885],[-123.25876,45.40322],[-123.21832,45.40416],[-123.21772,45.38884],[-123.17742,45.38978],[-123.17669,45.37437],[-123.15687,45.37493],[-123.15615,45.35955],[-123.11544,45.36047],[-123.11482,45.34623],[-123.11544,45.34623],[-123.11487,45.33173],[-123.11555,45.33171],[-123.11491,45.31717],[-123.11553,45.31717],[-123.11488,45.30214],[-123.09351,45.3026],[-123.09338,45.30215],[-123.07357,45.3026],[-123.07353,45.30226],[-123.05382,45.30267],[-123.05324,45.28805],[-123.0336,45.28837],[-123.033,45.27454],[-123.03359,45.27457],[-123.033,45.25887],[-123.01244,45.25935],[-123.01244,45.2588],[-122.99182,45.25927],[-122.99183,45.25896],[-122.97059,45.25942],[-122.97059,45.25916],[-122.94927,45.25964],[-122.94924,45.25925],[-122.92954,45.25972],[-122.9295,45.2593],[-122.90956,45.25965],[-122.90881,45.24432],[-122.88835,45.2448],[-122.88837,45.24433],[-122.8684,45.24473],[-122.86842,45.24404],[-122.8458,45.24449],[-122.84644,45.25876],[-122.82543,45.25917],[-122.82538,45.25877],[-122.78543,45.25934],[-122.78499,45.24522],[-122.78565,45.2452],[-122.78502,45.22973],[-122.64004,45.23004],[-122.64057,45.24396],[-122.64059,45.24429],[-122.6209,45.24467],[-122.62036,45.23023],[-122.62082,45.23023],[-122.62032,45.21556],[-122.62084,45.21556],[-122.62032,45.20087],[-122.59968,45.20126],[-122.59969,45.20101],[-122.5791,45.20138],[-122.5791,45.20096],[-122.55689,45.20136],[-122.55844,45.24409],[-122.53864,45.24445],[-122.53863,45.24403],[-122.51833,45.2444],[-122.51834,45.24389],[-122.49706,45.24424],[-122.49754,45.25797],[-122.45408,45.25871],[-122.455,45.28642],[-122.43437,45.28677],[-122.43435,45.28736],[-122.41424,45.28776],[-122.41421,45.28712],[-122.39411,45.28749],[-122.39373,45.27294],[-122.37341,45.27327],[-122.37335,45.2728],[-122.35314,45.27313],[-122.35314,45.27302],[-122.33177,45.27336],[-122.33228,45.28761],[-122.33184,45.28761],[-122.33237,45.30216],[-122.33155,45.30218],[-122.33202,45.3175],[-122.35185,45.31722],[-122.35232,45.33148],[-122.35194,45.33147],[-122.35238,45.34573],[-122.35201,45.34573],[-122.35246,45.36028],[-122.35209,45.36028],[-122.35254,45.37371],[-122.29134,45.3747],[-122.29135,45.37454],[-122.27076,45.37486],[-122.27075,45.37454],[-122.25043,45.37483],[-122.25042,45.37422],[-122.2299,45.37453],[-122.22992,45.37426],[-122.20699,45.37453],[-122.20783,45.4041],[-122.22869,45.4038],[-122.2291,45.41742],[-122.209,45.41773],[-122.20899,45.41756],[-122.18893,45.41789],[-122.18891,45.41742],[-122.16817,45.4177],[-122.1681,45.417],[-122.12711,45.41759],[-122.12711,45.41722],[-122.08588,45.41774],[-122.08631,45.43234],[-122.08565,45.43237],[-122.08606,45.446],[-122.08557,45.446],[-122.08555,45.44621],[-122.02484,45.44693],[-122.02485,45.4466],[-122.00359,45.44688],[-122.00397,45.46084],[-121.98387,45.46111],[-121.98385,45.46084],[-121.96436,45.46107],[-121.96432,45.46054],[-121.94376,45.46078],[-121.94374,45.46053],[-121.92347,45.4608],[-121.92347,45.46052],[-121.90278,45.46075],[-121.90276,45.46047],[-121.88251,45.46071],[-121.88249,45.45963],[-121.863,45.45986],[-121.86298,45.45958],[-121.8431,45.45983],[-121.84309,45.45955],[-121.82129,45.4598],[-121.82131,45.46117],[-121.80143,45.46139],[-121.80177,45.47704],[-121.82168,45.47682],[-121.82168,45.47707],[-121.82246,45.47707],[-121.82279,45.49133],[-121.82241,45.49134],[-121.82276,45.50642],[-121.84303,45.50618],[-121.84338,45.51989],[-121.8816,45.51944],[-121.88193,45.53286],[-121.88153,45.53287],[-121.8819,45.54797],[-121.90142,45.54772],[-121.90175,45.56117],[-121.90057,45.56117],[-121.90095,45.57652],[-121.90055,45.57656],[-121.90092,45.59107],[-121.90053,45.59107],[-121.90121,45.62069],[-121.92081,45.62045],[-121.92111,45.63308],[-121.92033,45.63308],[-121.9207,45.64787],[-121.94182,45.64763],[-121.94183,45.6479],[-121.96409,45.64763],[-121.96373,45.6331],[-122.00318,45.63244],[-122.00295,45.61942],[-122.02162,45.61915],[-122.0216,45.61945],[-122.04397,45.61916],[-122.04365,45.60545],[-122.08454,45.60488],[-122.08413,45.59089],[-122.10525,45.59055],[-122.10528,45.59088],[-122.12556,45.59055],[-122.12556,45.5909],[-122.14745,45.59058],[-122.1471,45.57661],[-122.18839,45.57602],[-122.18795,45.56227],[-122.20802,45.56192],[-122.20799,45.56222],[-122.22821,45.5619],[-122.22827,45.56245],[-122.27079,45.56207],[-122.27038,45.54831],[-122.29148,45.54801],[-122.29142,45.54825],[-122.31079,45.54802],[-122.31115,45.56254],[-122.33056,45.56232],[-122.33104,45.5771],[-122.35251,45.57678],[-122.35248,45.5773],[-122.37276,45.57701],[-122.37276,45.5775],[-122.39282,45.5772],[-122.39329,45.59305],[-122.41422,45.59274],[-122.4142,45.59311],[-122.43473,45.59271],[-122.43471,45.5932],[-122.47493,45.59253],[-122.47545,45.60733],[-122.49562,45.60698],[-122.49562,45.60712],[-122.51626,45.60678],[-122.51626,45.60715],[-122.53597,45.60682],[-122.53643,45.62177],[-122.53684,45.62178],[-122.53685,45.62203],[-122.5784,45.6213],[-122.57843,45.62157],[-122.59933,45.62119],[-122.59933,45.62147],[-122.62055,45.62107],[-122.62055,45.62149],[-122.64121,45.6211],[-122.64121,45.62139],[-122.66161,45.621],[-122.66163,45.62143],[-122.68206,45.62103],[-122.68267,45.63607],[-122.70213,45.63573],[-122.70263,45.65038],[-122.72335,45.65002],[-122.72392,45.66449],[-122.76306,45.66377],[-122.76362,45.67777],[-122.76284,45.67777],[-122.76401,45.70682],[-122.76284,45.70686],[-122.76344,45.72137],[-122.76301,45.72138],[-122.76357,45.73565],[-122.76281,45.73568],[-122.76341,45.75018],[-122.76259,45.75019],[-122.76317,45.76446],[-122.76277,45.76447],[-122.76337,45.77927],[-122.76297,45.77928],[-122.76361,45.79462],[-122.7836,45.79425],[-122.78416,45.80821],[-122.78375,45.80823],[-122.78434,45.82275],[-122.78397,45.82275],[-122.78456,45.83729],[-122.78297,45.83731],[-122.78355,45.85156],[-122.78276,45.85159],[-122.78339,45.86722],[-122.80621,45.86679],[-122.80558,45.85193],[-122.80634,45.85196],[-122.80576,45.83798],[-122.82692,45.83753],[-122.82629,45.823],[-122.82672,45.82298],[-122.82613,45.80845],[-122.82691,45.80846],[-122.82634,45.79392],[-122.8267,45.79389],[-122.82607,45.7794],[-122.8269,45.77937],[-122.82631,45.76482],[-122.82706,45.76485],[-122.8265,45.75087],[-122.84807,45.75042],[-122.84747,45.73644],[-122.86859,45.73602],[-122.86801,45.72203],[-122.88759,45.72163],[-122.8876,45.72216],[-122.90799,45.72174],[-122.90799,45.72201],[-122.92773,45.72164],[-122.92838,45.73644],[-122.94889,45.73599],[-122.9489,45.73704],[-122.96956,45.73661],[-122.96958,45.73709],[-122.98955,45.73666],[-122.99029,45.75192],[-123.00915,45.75154],[-123.01031,45.77912],[-123.00944,45.77906],[-123.01014,45.79353],[-123.00909,45.79358],[-123.00958,45.80831],[-123.03095,45.80788],[-123.03095,45.80881],[-123.05123,45.80838],[-123.05124,45.80963],[-123.09268,45.80865],[-123.09271,45.80938],[-123.11321,45.80892],[-123.11258,45.79483],[-123.13368,45.79436],[-123.13311,45.78074],[-123.15374,45.78025],[-123.15374,45.78082],[-123.17442,45.78036],[-123.17443,45.78062],[-123.19507,45.78016],[-123.19512,45.78069],[-123.21606,45.78021],[-123.21606,45.78039],[-123.23693,45.7799],[-123.23696,45.78053],[-123.25785,45.78003],[-123.25788,45.78066],[-123.27869,45.78017],[-123.27869,45.78058],[-123.2995,45.78007],[-123.29951,45.78055],[-123.31974,45.78005],[-123.32045,45.79446],[-123.34098,45.79396],[-123.34099,45.79462],[-123.36178,45.79414],[-123.36109,45.77978],[-123.36219,45.77978],[-123.36147,45.76483],[-123.36301,45.76482],[-123.36166,45.73793],[-123.36266,45.73792],[-123.36122,45.70941],[-123.38157,45.7089],[-123.38161,45.70961],[-123.40233,45.7091],[-123.40234,45.70947],[-123.42277,45.70896],[-123.42277,45.70949],[-123.44349,45.70895],[-123.44354,45.70962],[-123.4639,45.70913],[-123.46393,45.70972],[-123.48666,45.70917],[-123.48506,45.67861],[-123.46535,45.67911],[-123.46464,45.66458],[-123.44477,45.66509],[-123.44409,45.65009],[-123.42493,45.65055],[-123.42338,45.62086],[-123.40324,45.62134],[-123.40252,45.60678],[-123.36112,45.60768],[-123.36109,45.60689],[-123.34112,45.60734],[-123.34112,45.60673],[-123.32091,45.60721],[-123.32025,45.59368],[-123.34051,45.59318],[-123.34054,45.59417],[-123.38247,45.59314],[-123.38173,45.57866],[-123.3825,45.57864],[-123.38174,45.56429],[-123.38277,45.56427],[-123.38213,45.55113],[-123.42329,45.55011],[-123.42255,45.53539],[-123.42317,45.53538],[-123.42247,45.52185],[-123.44282,45.52135],[-123.44197,45.50525],[-123.44245,45.50525],[-123.44177,45.49206],[-123.46239,45.49156],[-123.46164,45.4773],[-123.46357,45.47727],[-123.46276,45.46275],[-123.46518,45.4627],[-123.46442,45.44818],[-123.48701,45.44761],[-123.48623,45.43232],[-123.44532,45.43336],[-123.44448,45.41698],[-123.44588,45.41694],[-123.44514,45.40222]]],"terms_url":"https://www.portlandmaps.com/","terms_text":"City of Portland, Oregon","icon":"https://www.portlandmaps.com/img/logo.svg"},{"id":"PortlandMaps","name":"PortlandMaps Basemap Color Complete","type":"tms","template":"https://www.portlandmaps.com/arcgis/rest/services/Public/Basemap_Color_Complete/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[6,21],"polygon":[[[-123.22266,45.5679],[-123.26663,45.5679],[-123.26657,45.52174],[-123.28858,45.52173],[-123.28857,45.46013],[-123.26658,45.46011],[-123.26658,45.44473],[-123.24463,45.44472],[-123.24462,45.4338],[-123.13543,45.43346],[-123.13513,45.41895],[-123.11471,45.41896],[-123.11465,45.40439],[-123.03239,45.40471],[-123.03237,45.39089],[-123.01179,45.39102],[-123.01162,45.37502],[-122.9914,45.37553],[-122.99141,45.3611],[-122.97031,45.36077],[-122.97024,45.34646],[-122.9088,45.34613],[-122.90892,45.31748],[-122.86791,45.31735],[-122.86801,45.25963],[-122.84814,45.25955],[-122.83361,45.27405],[-122.78491,45.27407],[-122.78486,45.25954],[-122.74925,45.2593],[-122.74924,45.21301],[-122.72828,45.213],[-122.72827,45.18204],[-122.7063,45.18203],[-122.7063,45.1278],[-122.66235,45.12779],[-122.66234,45.11232],[-122.65137,45.1123],[-122.65133,45.07352],[-122.49755,45.07352],[-122.49756,45.13555],[-122.43164,45.13555],[-122.43164,45.15105],[-122.40967,45.15105],[-122.40966,45.16655],[-122.36572,45.16655],[-122.36572,45.18204],[-122.3108,45.18204],[-122.31079,45.19753],[-122.26686,45.19752],[-122.26683,45.21301],[-122.2229,45.21301],[-122.22292,45.24396],[-122.18994,45.24395],[-122.18995,45.25169],[-122.16797,45.25169],[-122.16797,45.32898],[-122.12403,45.32899],[-122.12403,45.34442],[-122.10205,45.34442],[-122.10207,45.35986],[-122.01416,45.35985],[-122.01415,45.34442],[-121.97021,45.34442],[-121.9702,45.32898],[-121.94824,45.32897],[-121.94823,45.31353],[-121.92627,45.31353],[-121.92627,45.29807],[-121.88233,45.29807],[-121.88232,45.28261],[-121.75049,45.28262],[-121.75049,45.27489],[-121.72851,45.27489],[-121.72852,45.22848],[-121.71753,45.22848],[-121.71753,45.213],[-121.68457,45.21301],[-121.68458,45.33669],[-121.72851,45.33671],[-121.72848,45.32122],[-121.87134,45.32125],[-121.87134,45.35214],[-121.91529,45.35214],[-121.91528,45.36758],[-121.95923,45.36757],[-121.95922,45.37528],[-122.00317,45.3753],[-122.00317,45.39074],[-122.10205,45.39073],[-122.10205,45.40615],[-122.12402,45.40616],[-122.12406,45.42932],[-122.146,45.42925],[-122.146,45.46783],[-122.20093,45.46783],[-122.20093,45.48324],[-122.17895,45.48323],[-122.17897,45.49865],[-122.146,45.49864],[-122.146,45.54483],[-122.12402,45.54483],[-122.12402,45.56022],[-122.08008,45.56022],[-122.08008,45.56791],[-122.03615,45.56791],[-122.03613,45.58329],[-121.9923,45.58324],[-121.99219,45.59867],[-121.95923,45.59867],[-121.95923,45.61404],[-121.92205,45.61404],[-121.92199,45.64922],[-122.28848,45.54516],[-122.28882,45.61402],[-122.3108,45.61401],[-122.31079,45.62172],[-122.3877,45.62171],[-122.3877,45.65244],[-122.40967,45.65243],[-122.40967,45.66781],[-122.47559,45.6678],[-122.47557,45.6985],[-122.48657,45.6985],[-122.48658,45.71385],[-122.57446,45.71384],[-122.57446,45.72919],[-122.68432,45.72919],[-122.68432,45.72152],[-122.91504,45.72138],[-122.91504,45.65245],[-123.09082,45.65245],[-123.09082,45.66779],[-123.13476,45.66779],[-123.13478,45.68316],[-123.14575,45.68316],[-123.14575,45.69851],[-123.16772,45.69851],[-123.16772,45.71385],[-123.21167,45.71384],[-123.21168,45.73684],[-123.23364,45.73685],[-123.23364,45.75218],[-123.25562,45.75219],[-123.25562,45.76752],[-123.28857,45.76752],[-123.28857,45.77519],[-123.29956,45.77517],[-123.29956,45.78005],[-123.36165,45.77961],[-123.36156,45.75987],[-123.32154,45.75985],[-123.32153,45.74453],[-123.29956,45.74453],[-123.29956,45.72918],[-123.28858,45.72918],[-123.28859,45.70619],[-123.26661,45.70615],[-123.2666,45.69084],[-123.22264,45.69079],[-123.22265,45.67549],[-123.20067,45.67546],[-123.20069,45.66012],[-123.17871,45.66012],[-123.1787,45.64478],[-123.15671,45.64474],[-123.15674,45.6217],[-123.20068,45.62171],[-123.20068,45.59866],[-123.22266,45.59866],[-123.22266,45.5679]]],"terms_url":"https://www.portlandmaps.com/","terms_text":"City of Portland, Oregon","icon":"https://www.portlandmaps.com/img/logo.svg"},{"id":"Code-Point_Open","name":"Postcode centroids","type":"tms","template":"https://www.raggedred.net/tiles/codepoint/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[16,20],"polygon":[[[-6.17996,49.91686],[-6.17996,50.00538],[-6.39788,50.00538],[-6.39788,49.94999],[-6.45807,49.94999],[-6.45807,49.86736],[-6.25402,49.86736],[-6.25402,49.91686],[-6.17996,49.91686]],[[-5.83432,49.97546],[-5.83432,49.93216],[-5.76833,49.93216],[-5.76833,49.97546],[-5.83432,49.97546]],[[-7.39072,50.4021],[-7.6077,50.4021],[-7.6077,50.26887],[-7.39072,50.26887],[-7.39072,50.4021]],[[-8.35929,57.94406],[-8.71635,57.94406],[-8.71635,57.73059],[-8.35929,57.73059],[-8.35929,57.94406]],[[-5.1756,50.59254],[-5.1756,50.35306],[-5.37336,50.35306],[-5.37336,50.25482],[-5.82929,50.25482],[-5.82929,50.02297],[-5.28395,50.02297],[-5.28395,49.94745],[-5.00547,49.94745],[-5.00547,50.13477],[-3.69224,50.13477],[-3.69224,50.20578],[-3.40964,50.20578],[-3.40964,50.57363],[-2.49878,50.57363],[-2.49878,50.48464],[-2.36253,50.48464],[-2.36253,50.57363],[-1.00744,50.57363],[-1.00744,50.70384],[-0.7256,50.70384],[-0.7256,50.72984],[0.77881,50.72984],[0.77881,50.90084],[1.06999,50.90084],[1.06999,51.02076],[1.45076,51.02076],[1.45076,51.33318],[1.52355,51.33318],[1.52355,51.44035],[1.11665,51.44035],[1.11665,51.69675],[1.2697,51.69675],[1.2697,51.82613],[1.52355,51.82613],[1.52355,52.04249],[1.83339,52.04249],[1.83339,52.92021],[1.42734,52.92021],[1.42734,53.02989],[0.41635,53.02989],[0.41635,53.52177],[0.2082,53.52177],[0.2082,53.79385],[0.00928,53.79385],[0.00928,54.28652],[-0.32476,54.28652],[-0.32476,54.55275],[-0.66188,54.55275],[-0.66188,54.67466],[-1.055,54.67466],[-1.055,54.82217],[-1.3222,54.82217],[-1.3222,55.24999],[-1.4745,55.24999],[-1.4745,55.86509],[-1.97945,55.86509],[-1.97945,56.04775],[-2.36011,56.04775],[-2.36011,56.63332],[-2.1659,56.63332],[-2.1659,56.87607],[-1.97945,56.87607],[-1.97945,57.22256],[-1.71532,57.22256],[-1.71532,57.74039],[-3.48654,57.74039],[-3.48654,58.11575],[-2.91167,58.11575],[-2.91167,58.58047],[-2.74077,58.58047],[-2.74077,58.81859],[-2.4611,58.81859],[-2.4611,59.13887],[-2.24358,59.13887],[-2.24358,59.47592],[-3.19445,59.47592],[-3.19445,59.20918],[-3.572,59.20918],[-3.572,58.75015],[-5.31991,58.75015],[-5.31991,58.37333],[-5.49082,58.37333],[-5.49082,58.09112],[-5.61417,58.09112],[-5.61417,57.96218],[-5.80643,57.96218],[-5.80643,57.88925],[-5.93391,57.88925],[-5.93391,57.66676],[-6.15913,57.66676],[-6.15913,57.71227],[-6.27998,57.71227],[-6.27998,58.11059],[-6.14701,58.11059],[-6.14701,58.15688],[-6.05362,58.15688],[-6.05362,58.56256],[-6.51781,58.56256],[-6.51781,58.46733],[-6.63866,58.46733],[-6.63866,58.41558],[-6.80346,58.41558],[-6.80346,58.3672],[-7.18798,58.3672],[-7.18798,58.08606],[-7.47362,58.08606],[-7.47362,57.79156],[-7.83068,57.79156],[-7.83068,57.47396],[-7.64941,57.47396],[-7.64941,56.89946],[-7.83068,56.89946],[-7.83068,56.71425],[-7.5203,56.71425],[-7.5203,56.80759],[-7.37198,56.80759],[-7.37198,56.9067],[-7.17423,56.9067],[-7.17423,57.24111],[-7.09732,57.24111],[-7.09732,57.55189],[-6.8721,57.55189],[-6.8721,57.37166],[-6.81168,57.37166],[-6.81168,56.9067],[-6.53153,56.9067],[-6.53153,56.69917],[-6.81717,56.69917],[-6.81717,56.56018],[-7.17277,56.56018],[-7.17277,56.30134],[-6.59332,56.30134],[-6.59332,55.48225],[-5.89796,55.48225],[-5.89796,55.25009],[-5.65326,55.25009],[-5.65326,55.21908],[-5.22987,55.21908],[-5.22987,54.75329],[-5.04731,54.75329],[-5.04731,54.61407],[-4.30154,54.61407],[-4.30154,54.7219],[-3.7189,54.7219],[-3.7189,54.43373],[-3.55964,54.43373],[-3.55964,54.1981],[-3.39262,54.1981],[-3.39262,54.01592],[-3.23337,54.01592],[-3.23337,53.50386],[-3.31105,53.50386],[-3.31105,53.41135],[-4.15782,53.41135],[-4.15782,53.50386],[-4.7288,53.50386],[-4.7288,52.93173],[-4.85698,52.93173],[-4.85698,52.73696],[-4.44137,52.73696],[-4.44137,52.79337],[-4.18112,52.79337],[-4.18112,52.36853],[-4.30154,52.36853],[-4.30154,52.29257],[-4.49575,52.29257],[-4.49575,52.18316],[-4.88806,52.18316],[-4.88806,52.09734],[-5.1988,52.09734],[-5.1988,51.98026],[-5.50954,51.98026],[-5.50954,51.77404],[-5.73871,51.77404],[-5.73871,51.6296],[-5.14442,51.6296],[-5.14442,51.54272],[-4.37922,51.54272],[-4.37922,51.49393],[-4.08521,51.49393],[-4.08521,51.52982],[-3.82978,51.52982],[-3.82978,51.43404],[-3.74463,51.43404],[-3.74463,51.36207],[-3.14862,51.36207],[-3.14862,51.2453],[-3.71717,51.2453],[-3.71717,51.2917],[-3.90393,51.2917],[-3.90393,51.25218],[-4.37922,51.25218],[-4.37922,51.06921],[-4.60431,51.06921],[-4.60431,50.96074],[-4.69495,50.96074],[-4.69495,50.78221],[-4.79657,50.78221],[-4.79657,50.69356],[-4.99707,50.69356],[-4.99707,50.59254],[-5.1756,50.59254]],[[-4.2867,59.13705],[-4.5586,59.13705],[-4.5586,58.95691],[-4.2867,58.95691],[-4.2867,59.13705]],[[-1.53733,59.56983],[-1.75431,59.56983],[-1.75431,59.46394],[-1.53733,59.46394],[-1.53733,59.56983]],[[-1.9864,60.19686],[-2.20338,60.19686],[-2.20338,60.09294],[-1.9864,60.09294],[-1.9864,60.19686]],[[-7.73043,58.35799],[-7.73043,58.24831],[-7.51345,58.24831],[-7.51345,58.35799],[-7.73043,58.35799]],[[-6.27877,59.20257],[-6.27877,59.02278],[-5.66506,59.02278],[-5.66506,59.20257],[-6.27877,59.20257]],[[-1.10344,60.804],[-1.35063,60.804],[-1.35063,60.68857],[-1.94838,60.68857],[-1.94838,60.30588],[-1.75431,60.30588],[-1.75431,60.12844],[-1.57549,60.12844],[-1.57549,59.79792],[-1.0317,59.79792],[-1.0317,60.03545],[-0.66269,60.03545],[-0.66269,60.91039],[-1.10344,60.91039],[-1.10344,60.804]]],"terms_url":"http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/","terms_text":"Contains OS data © Crown, Royal Mail data © Royal Mail and National Statistics data © Crown copyright and database right","overlay":true},{"id":"debicki-buildings","name":"Powiat dębicki: Buildings","type":"wms","template":"https://debica.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki,adresy,EBU,EBT,S&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[21.53768,50.01085],[21.51944,50.05423],[21.58099,50.1233],[21.48804,50.18059],[21.13725,50.14835],[21.13939,50.12721],[21.18058,50.12101],[21.14315,50.05965],[21.15356,49.92854],[21.27892,49.92554],[21.22448,49.8861],[21.22362,49.84258],[21.35177,49.8349],[21.36368,49.86838],[21.41585,49.82003],[21.47943,49.8398],[21.52679,49.88911],[21.47689,50.00135],[21.53768,50.01085]]],"terms_text":"Powiat dębicki","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"lancucki-buildings","name":"Powiat łańcucki: Buildings","type":"wms","template":"https://lancut.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=EBT,budynki,adresy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[22.17224,50.10121],[22.12015,50.04626],[22.1387,50.00251],[22.16683,50.00412],[22.22382,49.96085],[22.20901,49.93728],[22.24161,49.92847],[22.29979,49.92455],[22.32139,49.94614],[22.31478,49.99451],[22.3562,50.00627],[22.35315,50.05067],[22.38542,50.05393],[22.38364,50.08915],[22.41768,50.08997],[22.45275,50.10676],[22.45275,50.12745],[22.40346,50.13331],[22.3856,50.16031],[22.235,50.24718],[22.18418,50.22914],[22.173,50.18117],[22.13591,50.1867],[22.0823,50.17206],[22.12574,50.1079],[22.17224,50.10121]]],"terms_text":"Powiat łańcucki","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"lubaczowski-buildings","name":"Powiat lubaczowski: Buildings","type":"wms","template":"https://lubaczow.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=S,EBT,adresy,budynki_ewid&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","projection":"EPSG:4326","zoomExtent":[0,19],"polygon":[[[23.29224,50.09693],[23.55763,50.25704],[23.51394,50.26643],[23.522,50.29892],[23.40991,50.3083],[23.44482,50.35653],[23.38072,50.3699],[23.38829,50.4058],[23.35821,50.41105],[23.2527,50.36601],[23.19379,50.40529],[23.01962,50.2928],[22.84161,50.30574],[22.83572,50.27037],[22.82426,50.26923],[22.79651,50.20933],[22.86603,50.18949],[22.87414,50.13786],[22.93233,50.1678],[22.88954,50.11501],[22.95351,50.07178],[23.05556,50.04967],[22.99884,49.99028],[23.14951,49.97563],[23.29224,50.09693]]],"terms_text":"Powiat lubaczowski","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"sropczyce-buildings","name":"Powiat ropczycko-sędziszowski: Buildings","type":"wms","template":"https://spropczyce.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[21.60041,50.21025],[21.59816,50.17866],[21.50429,50.16559],[21.55535,50.11909],[21.49298,50.07161],[21.50364,50.0198],[21.45315,49.99268],[21.5188,49.89119],[21.54249,49.8862],[21.60062,49.91793],[21.683,49.92431],[21.70632,49.96022],[21.78666,49.97585],[21.82552,50.02925],[21.82597,50.09149],[21.78741,50.10859],[21.81459,50.15264],[21.792,50.17829],[21.74199,50.16538],[21.60041,50.21025]]],"terms_text":"Powiat ropczycko-sędziszowski","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"rzeszowski-buildings","name":"Powiat rzeszowski: Buildings","type":"wms","template":"https://powiatrzeszowski.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki,EBT,EBU&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[22.18219,50.17339],[22.2536,50.2647],[22.19821,50.35265],[22.0901,50.37369],[21.98553,50.31545],[22.08291,50.26471],[21.93307,50.24748],[21.78503,50.14212],[21.7495,49.96981],[21.84961,49.95739],[21.99951,49.82808],[22.34961,49.72826],[22.31144,49.87008],[22.23319,49.96829],[22.1771,50.00555],[22.05278,50.0097],[21.98164,49.94977],[21.9354,50.06636],[22.02839,50.06668],[22.09444,50.00841],[22.13779,50.00695],[22.18016,50.09784],[22.09834,50.17176],[22.18219,50.17339]]],"terms_text":"Powiat rzeszowski","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"rzeszowski-aerial","name":"Powiat rzeszowski: Orthophotomap (aerial image)","type":"wms","template":"https://powiatrzeszowski.geoportal2.pl/map/wms/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[22.18219,50.17339],[22.2536,50.2647],[22.19821,50.35265],[22.0901,50.37369],[21.98553,50.31545],[22.08291,50.26471],[21.93307,50.24748],[21.78503,50.14212],[21.7495,49.96981],[21.84961,49.95739],[21.99951,49.82808],[22.34961,49.72826],[22.31144,49.87008],[22.23319,49.96829],[22.1771,50.00555],[22.05278,50.0097],[21.98164,49.94977],[21.9354,50.06636],[22.02839,50.06668],[22.09444,50.00841],[22.13779,50.00695],[22.18016,50.09784],[22.09834,50.17176],[22.18219,50.17339]]],"terms_text":"Powiat rzeszowski","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"stalowowolski-buildings","name":"Powiat stalowowolski: Buildings","type":"wms","template":"https://stalowawola.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=EBT,adresy,budynki,centroidy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[22.017,50.35811],[22.09292,50.44916],[22.06785,50.51434],[22.09722,50.54302],[22.16347,50.52686],[22.23795,50.5503],[22.26768,50.60465],[22.22757,50.6653],[22.16235,50.66969],[22.20843,50.75403],[22.16239,50.80039],[22.0546,50.82234],[21.94394,50.77639],[21.86228,50.80439],[21.83413,50.75035],[21.87465,50.70066],[21.84046,50.65749],[21.97582,50.53164],[21.84797,50.47196],[21.88045,50.3913],[22.017,50.35811]]],"terms_text":"Powiat stalowowolski","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"poznan-ortofotomapa2014","name":"Poznań: Orthophotomap 2014 (aerial image)","type":"wms","template":"http://wms1.geopoz.poznan.pl:6080/arcgis/services/sip/ortofotomapa_2014/MapServer/WmsServer?LAYERS=ortofotomapa_2014_image&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[16.72794,52.48838],[16.72897,52.45244],[16.77603,52.45294],[16.77828,52.3721],[16.80176,52.37232],[16.80273,52.33638],[16.89662,52.33728],[16.89752,52.30134],[16.96787,52.30198],[16.96829,52.28401],[17.01518,52.28441],[17.01438,52.32035],[17.06129,52.32075],[17.0596,52.40161],[17.0831,52.4018],[17.08235,52.43774],[17.0353,52.43736],[17.03491,52.45534],[16.98784,52.45494],[16.98639,52.51784],[16.93926,52.51743],[16.93948,52.50845],[16.86879,52.50779],[16.86925,52.48982],[16.72794,52.48838]]],"terms_text":"Zarząd Geodezji i Katastru Miejskiego GEOPOZ"},{"id":"poznan-ortofotomapa2016","name":"Poznań: Orthophotomap 2016 (aerial image)","type":"wms","template":"http://wms1.geopoz.poznan.pl:6080/arcgis/services/sip/ortofotomapy/MapServer/WmsServer?LAYERS=ortofotomapa_2016_image&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[16.72794,52.48838],[16.72897,52.45244],[16.77603,52.45294],[16.77828,52.3721],[16.80176,52.37232],[16.80273,52.33638],[16.89662,52.33728],[16.89752,52.30134],[16.96787,52.30198],[16.96829,52.28401],[17.01518,52.28441],[17.01438,52.32035],[17.06129,52.32075],[17.0596,52.40161],[17.0831,52.4018],[17.08235,52.43774],[17.0353,52.43736],[17.03491,52.45534],[16.98784,52.45494],[16.98639,52.51784],[16.93926,52.51743],[16.93948,52.50845],[16.86879,52.50779],[16.86925,52.48982],[16.72794,52.48838]]],"terms_text":"Zarząd Geodezji i Katastru Miejskiego GEOPOZ"},{"id":"poznan-ortofotomapaBiezaca","name":"Poznań: Orthophotomap Bieżąca (aerial image)","type":"wms","template":"http://wms2.geopoz.poznan.pl/geoserver/ortogpkg/wms?LAYERS=ortofotomapa_biezaca&STYLES=raster&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","startDate":"2018-01-01T00:00:00.000Z","polygon":[[[16.72794,52.48838],[16.72897,52.45244],[16.77603,52.45294],[16.77828,52.3721],[16.80176,52.37232],[16.80273,52.33638],[16.89662,52.33728],[16.89752,52.30134],[16.96787,52.30198],[16.96829,52.28401],[17.01518,52.28441],[17.01438,52.32035],[17.06129,52.32075],[17.0596,52.40161],[17.0831,52.4018],[17.08235,52.43774],[17.0353,52.43736],[17.03491,52.45534],[16.98784,52.45494],[16.98639,52.51784],[16.93926,52.51743],[16.93948,52.50845],[16.86879,52.50779],[16.86925,52.48982],[16.72794,52.48838]]],"terms_text":"Zarząd Geodezji i Katastru Miejskiego GEOPOZ","terms_html":"https://www.geopoz.pl/","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/geopoz-logo.png"},{"id":"PrahaIPRlatestorthophoto","name":"Praha IPR latest orthophoto","type":"wms","template":"https://gs-pub.praha.eu/imgs/services/ort/letecke_snimkovani/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","zoomExtent":[1,20],"polygon":[[[14.30454,49.99538],[14.31604,49.94205],[14.35,49.94508],[14.35384,49.92726],[14.42385,49.93352],[14.42009,49.95097],[14.48865,49.95709],[14.48479,49.97501],[14.55386,49.98117],[14.55012,49.99852],[14.58455,50.00159],[14.5883,49.98424],[14.69168,49.99346],[14.67634,50.06453],[14.71279,50.06777],[14.70115,50.12158],[14.6647,50.11834],[14.661,50.13543],[14.62755,50.13246],[14.61965,50.16895],[14.58543,50.16591],[14.58163,50.18344],[14.40776,50.168],[14.41156,50.15045],[14.37765,50.14744],[14.3738,50.16524],[14.33893,50.16214],[14.34278,50.14434],[14.27368,50.1382],[14.27749,50.12058],[14.2088,50.11447],[14.21289,50.09557],[14.24656,50.09857],[14.25417,50.06336],[14.21987,50.0603],[14.2237,50.04259],[14.258,50.04565],[14.26953,49.99226],[14.30454,49.99538]]],"description":"Yearly IPR Praha orthophotos, usually taken in summer months when vegetation is fully grown","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/cz/IPR_Praha.png"},{"id":"IPR-orotofoto-last-tms","name":"Praha IPR latest orthophoto (TMS mirror)","type":"tms","template":"https://osm-{switch:a,b,c}.zby.cz/tiles_ipr_last.php/{zoom}/{x}/{y}.jpg","category":"photo","zoomExtent":[2,20],"polygon":[[[14.30454,49.99538],[14.31604,49.94205],[14.35,49.94508],[14.35384,49.92726],[14.42385,49.93352],[14.42009,49.95097],[14.48865,49.95709],[14.48479,49.97501],[14.55386,49.98117],[14.55012,49.99852],[14.58455,50.00159],[14.5883,49.98424],[14.69168,49.99346],[14.67634,50.06453],[14.71279,50.06777],[14.70115,50.12158],[14.6647,50.11834],[14.661,50.13543],[14.62755,50.13246],[14.61965,50.16895],[14.58543,50.16591],[14.58163,50.18344],[14.40776,50.168],[14.41156,50.15045],[14.37765,50.14744],[14.3738,50.16524],[14.33893,50.16214],[14.34278,50.14434],[14.27368,50.1382],[14.27749,50.12058],[14.2088,50.11447],[14.21289,50.09557],[14.24656,50.09857],[14.25417,50.06336],[14.21987,50.0603],[14.2237,50.04259],[14.258,50.04565],[14.26953,49.99226],[14.30454,49.99538]]],"terms_url":"https://iprpraha.cz/","terms_text":"IPR Praha; OSM CZ","description":"Yearly IPR Praha orthophotos, usually taken in summer months when vegetation is fully grown. Same imagery as Praha IPR latest orthophoto but served from a TMS proxy","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/cz/IPR_Praha.png"},{"id":"PrahaIPRlow-vegetationorthophoto","name":"Praha IPR low-vegetation orthophoto","type":"wms","template":"https://gs-pub.praha.eu/imgs/services/ort/mimovegetacni_letecke_snimkovani/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","zoomExtent":[1,20],"polygon":[[[14.30454,49.99538],[14.31604,49.94205],[14.35,49.94508],[14.35384,49.92726],[14.42385,49.93352],[14.42009,49.95097],[14.48865,49.95709],[14.48479,49.97501],[14.55386,49.98117],[14.55012,49.99852],[14.58455,50.00159],[14.5883,49.98424],[14.69168,49.99346],[14.67634,50.06453],[14.71279,50.06777],[14.70115,50.12158],[14.6647,50.11834],[14.661,50.13543],[14.62755,50.13246],[14.61965,50.16895],[14.58543,50.16591],[14.58163,50.18344],[14.40776,50.168],[14.41156,50.15045],[14.37765,50.14744],[14.3738,50.16524],[14.33893,50.16214],[14.34278,50.14434],[14.27368,50.1382],[14.27749,50.12058],[14.2088,50.11447],[14.21289,50.09557],[14.24656,50.09857],[14.25417,50.06336],[14.21987,50.0603],[14.2237,50.04259],[14.258,50.04565],[14.26953,49.99226],[14.30454,49.99538]]],"terms_url":"https://iprpraha.cz/","terms_text":"IPR Praha","best":true,"description":"Yearly IPR Praha orthophotos, taken after the leaves are fallen from the trees","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/cz/IPR_Praha.png"},{"id":"IPR-orotofoto-vege-tms","name":"Praha IPR low-vegetation orthophoto (TMS mirror)","type":"tms","template":"https://osm-{switch:a,b,c}.zby.cz/tiles_ipr_vege.php/{zoom}/{x}/{y}.jpg","category":"photo","zoomExtent":[2,20],"polygon":[[[14.30454,49.99538],[14.31604,49.94205],[14.35,49.94508],[14.35384,49.92726],[14.42385,49.93352],[14.42009,49.95097],[14.48865,49.95709],[14.48479,49.97501],[14.55386,49.98117],[14.55012,49.99852],[14.58455,50.00159],[14.5883,49.98424],[14.69168,49.99346],[14.67634,50.06453],[14.71279,50.06777],[14.70115,50.12158],[14.6647,50.11834],[14.661,50.13543],[14.62755,50.13246],[14.61965,50.16895],[14.58543,50.16591],[14.58163,50.18344],[14.40776,50.168],[14.41156,50.15045],[14.37765,50.14744],[14.3738,50.16524],[14.33893,50.16214],[14.34278,50.14434],[14.27368,50.1382],[14.27749,50.12058],[14.2088,50.11447],[14.21289,50.09557],[14.24656,50.09857],[14.25417,50.06336],[14.21987,50.0603],[14.2237,50.04259],[14.258,50.04565],[14.26953,49.99226],[14.30454,49.99538]]],"terms_url":"https://iprpraha.cz/","terms_text":"IPR Praha; OSM CZ","description":"Yearly IPR Praha orthophotos, taken after the leaves are fallen from the trees. Same imagery as Praha IPR low-vegetation orthophoto but served from a TMS proxy","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/cz/IPR_Praha.png"},{"id":"przemysl-buildings","name":"Przemyśl: Buildings","type":"wms","template":"http://przemysl.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=adresy,budynki&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[22.72268,49.76885],[22.71065,49.76288],[22.72205,49.74644],[22.73838,49.75895],[22.77358,49.74439],[22.82004,49.75674],[22.82485,49.77105],[22.84549,49.76746],[22.85752,49.78561],[22.83118,49.79664],[22.80384,49.79247],[22.79738,49.80146],[22.81169,49.80571],[22.79042,49.81462],[22.75952,49.80939],[22.74395,49.8187],[22.72762,49.82124],[22.7261,49.8165],[22.73167,49.81429],[22.73458,49.80441],[22.7244,49.79043],[22.73104,49.78553],[22.71787,49.78062],[22.72027,49.77662],[22.73097,49.77612],[22.73002,49.76787],[22.72268,49.76885]]],"terms_text":"Miasto Przemyśl","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"przemysl-aerial","name":"Przemyśl: Ortophotomap (aerial image)","type":"wms","template":"http://przemysl.geoportal2.pl/map/wms/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[22.72268,49.76885],[22.71065,49.76288],[22.72205,49.74644],[22.73838,49.75895],[22.77358,49.74439],[22.82004,49.75674],[22.82485,49.77105],[22.84549,49.76746],[22.85752,49.78561],[22.83118,49.79664],[22.80384,49.79247],[22.79738,49.80146],[22.81169,49.80571],[22.79042,49.81462],[22.75952,49.80939],[22.74395,49.8187],[22.72762,49.82124],[22.7261,49.8165],[22.73167,49.81429],[22.73458,49.80441],[22.7244,49.79043],[22.73104,49.78553],[22.71787,49.78062],[22.72027,49.77662],[22.73097,49.77612],[22.73002,49.76787],[22.72268,49.76885]]],"terms_text":"Miasto Przemyśl","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"LocalAuthorities_RightsOfWay","name":"Public Rights of Way","type":"tms","template":"https://osm.cycle.travel/rights_of_way/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[7,20],"polygon":[[[1.52612,50.88697],[1.89027,51.19812],[1.88871,51.20211],[2.24994,52.93852],[-1.47231,56.06997],[-1.80086,55.89366],[-1.97157,55.8473],[-2.04698,55.808],[-2.08781,55.79552],[-2.09151,55.78718],[-2.08915,55.76551],[-2.10945,55.76216],[-2.11252,55.75716],[-2.10918,55.75072],[-2.11778,55.74974],[-2.12199,55.74061],[-2.14501,55.74218],[-2.15236,55.73665],[-2.15222,55.72567],[-2.17839,55.72118],[-2.17969,55.71505],[-2.17283,55.70756],[-2.18574,55.70407],[-2.22077,55.67803],[-2.22015,55.66676],[-2.25053,55.654],[-2.24884,55.64775],[-2.2364,55.64353],[-2.30446,55.65015],[-2.32653,55.6456],[-2.32885,55.63878],[-2.33777,55.63575],[-2.33843,55.63029],[-2.32893,55.62448],[-2.31186,55.62542],[-2.3189,55.61941],[-2.30885,55.60855],[-2.29156,55.60003],[-2.29537,55.58548],[-2.29073,55.578],[-2.24365,55.55355],[-2.23739,55.54621],[-2.23603,55.52857],[-2.2279,55.52279],[-2.23158,55.5083],[-2.20585,55.48816],[-2.2093,55.48101],[-2.20354,55.47324],[-2.17441,55.46916],[-2.19148,55.46352],[-2.19672,55.44697],[-2.20555,55.44101],[-2.23261,55.432],[-2.26153,55.43578],[-2.2957,55.42321],[-2.29803,55.41744],[-2.31553,55.41029],[-2.33371,55.41259],[-2.33832,55.40953],[-2.33699,55.40482],[-2.34789,55.39987],[-2.33843,55.3909],[-2.33689,55.38104],[-2.3487,55.37475],[-2.34441,55.36789],[-2.3815,55.35211],[-2.39656,55.35094],[-2.40064,55.35698],[-2.41475,55.36191],[-2.47593,55.35769],[-2.49248,55.35298],[-2.52143,55.32581],[-2.56036,55.32052],[-2.56101,55.31255],[-2.57659,55.29898],[-2.611,55.28567],[-2.63056,55.26976],[-2.62979,55.26475],[-2.64889,55.26215],[-2.64844,55.25729],[-2.62958,55.24809],[-2.63577,55.24094],[-2.63797,55.22581],[-2.6684,55.22412],[-2.70538,55.17587],[-2.73368,55.17007],[-2.78713,55.14466],[-2.82692,55.14095],[-2.83586,55.13348],[-2.83097,55.12602],[-2.84297,55.12495],[-2.85383,55.11138],[-2.87276,55.10857],[-2.87636,55.09985],[-2.88679,55.09792],[-2.88886,55.09082],[-2.89534,55.09005],[-2.89871,55.0805],[-2.91556,55.08183],[-2.92704,55.07345],[-2.94035,55.07257],[-2.9454,55.06834],[-2.94446,55.06107],[-2.96025,55.05259],[-3.02749,55.05827],[-3.05266,55.05526],[-3.05563,55.04525],[-3.033,55.03562],[-3.03571,55.02665],[-3.0424,55.02458],[-3.05226,55.01054],[-3.04943,55.00016],[-3.06061,54.9889],[-3.07412,54.98336],[-3.07451,54.97142],[-3.12097,54.97596],[-3.15089,54.95253],[-3.1999,54.96632],[-3.26023,54.96284],[-3.29696,54.96626],[-3.39876,54.96136],[-4.11684,54.52617],[-3.69777,53.56957],[-4.54017,53.76632],[-5.29283,53.45655],[-6.18324,51.03997],[-5.75713,51.11199],[-7.10119,49.72816],[-6.14268,49.57808],[0.90079,50.55335],[1.52612,50.88697]]],"terms_url":"https://osmuk.org/cadastral-parcels/","terms_text":"Contains public sector information licensed under the Open Government Licence v3.0.","description":"Public rights of way data released by local authorities, as collated at rowmaps.com","overlay":true},{"id":"Putnam_OH_2023","name":"Putnam County Orthoimagery (2023)","type":"wms","template":"https://putnamcountygis.com/arcgis/services/Aerials/2023_Aerial/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-84.34708,41.16843],[-84.34678,40.99326],[-84.40102,40.99243],[-84.39922,40.93072],[-84.40381,40.9307],[-84.40294,40.8998],[-84.34412,40.90073],[-84.34287,40.85614],[-84.10792,40.85969],[-84.10891,40.9008],[-83.9914,40.90242],[-83.99174,40.91617],[-83.87865,40.91758],[-83.87946,41.17148],[-84.34708,41.16843]]],"terms_url":"https://putnamcountyohio.gov/","terms_text":"Putnam County, State of Ohio","description":"Spring 2023 orthoimagery for Putnam County in the State of Ohio","icon":"https://putnamcountyohio.gov/favicon-32x32.png"},{"id":"RABA-KGZ-3000","name":"RABA-KGZ: Slovenia built-up areas","type":"tms","template":"https://wms.openstreetmap.de/tms/RABA3000/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[8,19],"polygon":[[[15.17101,45.41273],[15.22848,45.41683],[15.27515,45.45599],[15.34824,45.44665],[15.39496,45.48325],[15.31145,45.5423],[15.30852,45.58653],[15.29266,45.60163],[15.31503,45.60696],[15.31501,45.62356],[15.39705,45.62929],[15.41517,45.65443],[15.36329,45.72191],[15.29763,45.70782],[15.27435,45.72408],[15.28683,45.73391],[15.40343,45.78216],[15.47514,45.78666],[15.49115,45.82041],[15.52333,45.81155],[15.57467,45.83999],[15.6441,45.81058],[15.71776,45.8416],[15.69375,45.87111],[15.69237,45.90013],[15.71645,45.9178],[15.71612,45.99489],[15.74241,46.04578],[15.71869,46.06873],[15.63483,46.09529],[15.61899,46.11595],[15.62037,46.16163],[15.65639,46.18456],[15.65737,46.20838],[15.67996,46.21707],[15.77128,46.19937],[15.79649,46.21296],[15.80777,46.25091],[16.01819,46.29964],[16.04058,46.32708],[16.08614,46.34087],[16.06959,46.38154],[16.14548,46.39515],[16.18689,46.36804],[16.30574,46.36921],[16.3168,46.40141],[16.28533,46.42441],[16.2582,46.489],[16.36776,46.53371],[16.47451,46.50108],[16.52219,46.45842],[16.61889,46.46203],[16.611,46.48393],[16.5416,46.50887],[16.54136,46.53627],[16.51477,46.57299],[16.40159,46.6439],[16.42822,46.65301],[16.4383,46.69655],[16.38893,46.70785],[16.33186,46.75896],[16.33977,46.7799],[16.32245,46.79068],[16.34711,46.79707],[16.36058,46.8278],[16.34649,46.85476],[16.29431,46.8824],[16.23302,46.88667],[16.15425,46.86525],[16.11022,46.87912],[16.0553,46.85049],[15.98671,46.84189],[15.97505,46.74967],[15.99495,46.71178],[16.02955,46.68778],[16.02919,46.67033],[15.91476,46.71958],[15.83801,46.73237],[15.767,46.70899],[15.65624,46.71643],[15.62405,46.69039],[15.59201,46.69952],[15.53636,46.6761],[15.53427,46.64346],[15.47411,46.6226],[15.46237,46.64732],[15.41364,46.66553],[15.23727,46.64973],[15.10645,46.66965],[15.02973,46.65796],[14.98376,46.61868],[14.95398,46.64257],[14.9102,46.61569],[14.86094,46.61239],[14.81442,46.55093],[14.80818,46.51778],[14.71191,46.50954],[14.65658,46.45447],[14.58993,46.44479],[14.56677,46.38549],[14.52618,46.43623],[14.45113,46.43239],[14.43178,46.4568],[14.3259,46.44111],[14.28242,46.45347],[14.16569,46.44341],[14.12664,46.4852],[14.09406,46.49538],[14.00849,46.49169],[13.91305,46.53108],[13.79725,46.5164],[13.71321,46.53296],[13.68393,46.44947],[13.59357,46.44846],[13.56263,46.40895],[13.43247,46.36779],[13.43369,46.33243],[13.36653,46.30266],[13.40304,46.23284],[13.40026,46.21037],[13.42003,46.19662],[13.48189,46.21479],[13.54859,46.19982],[13.57147,46.17434],[13.65358,46.17505],[13.63712,46.14524],[13.58839,46.11268],[13.4896,46.06574],[13.49765,46.03741],[13.46729,46.00147],[13.52998,45.95627],[13.57124,45.9591],[13.59233,45.97929],[13.62975,45.97662],[13.62633,45.93894],[13.56531,45.85522],[13.58835,45.80154],[13.62279,45.78613],[13.66355,45.79008],[13.78961,45.73525],[13.82429,45.70266],[13.82754,45.67917],[13.89962,45.63295],[13.83759,45.59226],[13.72158,45.60472],[13.63822,45.64153],[13.38,45.5666],[13.67553,45.43241],[13.7856,45.45577],[13.81063,45.42531],[13.88867,45.416],[13.91789,45.44329],[13.99154,45.44854],[14.00668,45.4739],[13.98752,45.49945],[14.01187,45.50769],[14.06694,45.47615],[14.1328,45.46542],[14.21022,45.45962],[14.2367,45.49569],[14.26083,45.47352],[14.28251,45.47949],[14.32388,45.46048],[14.49636,45.52968],[14.51653,45.5974],[14.59477,45.65727],[14.58902,45.61966],[14.68367,45.57107],[14.68383,45.51924],[14.71885,45.52386],[14.77755,45.49724],[14.81398,45.45019],[14.91295,45.46869],[14.93027,45.51869],[14.98353,45.48726],[15.06731,45.4781],[15.17101,45.41273]]],"terms_url":"https://wiki.openstreetmap.org/wiki/Slovenia_Landcover_Import_-_RABA-KGZ","terms_text":"Copyright ©2019 Ministrstvo za kmetijstvo, gozdarstvo in prehrano (mkgp.gov.si). Some rights reserved.","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/si/RABA-KGZSloveniafarmlanduse.png","overlay":true},{"id":"RABA-KGZ","name":"RABA-KGZ: Slovenia farmland use","type":"tms","template":"https://wms.openstreetmap.de/tms/RABA/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[8,19],"polygon":[[[15.17101,45.41273],[15.22848,45.41683],[15.27515,45.45599],[15.34824,45.44665],[15.39496,45.48325],[15.31145,45.5423],[15.30852,45.58653],[15.29266,45.60163],[15.31503,45.60696],[15.31501,45.62356],[15.39705,45.62929],[15.41517,45.65443],[15.36329,45.72191],[15.29763,45.70782],[15.27435,45.72408],[15.28683,45.73391],[15.40343,45.78216],[15.47514,45.78666],[15.49115,45.82041],[15.52333,45.81155],[15.57467,45.83999],[15.6441,45.81058],[15.71776,45.8416],[15.69375,45.87111],[15.69237,45.90013],[15.71645,45.9178],[15.71612,45.99489],[15.74241,46.04578],[15.71869,46.06873],[15.63483,46.09529],[15.61899,46.11595],[15.62037,46.16163],[15.65639,46.18456],[15.65737,46.20838],[15.67996,46.21707],[15.77128,46.19937],[15.79649,46.21296],[15.80777,46.25091],[16.01819,46.29964],[16.04058,46.32708],[16.08614,46.34087],[16.06959,46.38154],[16.14548,46.39515],[16.18689,46.36804],[16.30574,46.36921],[16.3168,46.40141],[16.28533,46.42441],[16.2582,46.489],[16.36776,46.53371],[16.47451,46.50108],[16.52219,46.45842],[16.61889,46.46203],[16.611,46.48393],[16.5416,46.50887],[16.54136,46.53627],[16.51477,46.57299],[16.40159,46.6439],[16.42822,46.65301],[16.4383,46.69655],[16.38893,46.70785],[16.33186,46.75896],[16.33977,46.7799],[16.32245,46.79068],[16.34711,46.79707],[16.36058,46.8278],[16.34649,46.85476],[16.29431,46.8824],[16.23302,46.88667],[16.15425,46.86525],[16.11022,46.87912],[16.0553,46.85049],[15.98671,46.84189],[15.97505,46.74967],[15.99495,46.71178],[16.02955,46.68778],[16.02919,46.67033],[15.91476,46.71958],[15.83801,46.73237],[15.767,46.70899],[15.65624,46.71643],[15.62405,46.69039],[15.59201,46.69952],[15.53636,46.6761],[15.53427,46.64346],[15.47411,46.6226],[15.46237,46.64732],[15.41364,46.66553],[15.23727,46.64973],[15.10645,46.66965],[15.02973,46.65796],[14.98376,46.61868],[14.95398,46.64257],[14.9102,46.61569],[14.86094,46.61239],[14.81442,46.55093],[14.80818,46.51778],[14.71191,46.50954],[14.65658,46.45447],[14.58993,46.44479],[14.56677,46.38549],[14.52618,46.43623],[14.45113,46.43239],[14.43178,46.4568],[14.3259,46.44111],[14.28242,46.45347],[14.16569,46.44341],[14.12664,46.4852],[14.09406,46.49538],[14.00849,46.49169],[13.91305,46.53108],[13.79725,46.5164],[13.71321,46.53296],[13.68393,46.44947],[13.59357,46.44846],[13.56263,46.40895],[13.43247,46.36779],[13.43369,46.33243],[13.36653,46.30266],[13.40304,46.23284],[13.40026,46.21037],[13.42003,46.19662],[13.48189,46.21479],[13.54859,46.19982],[13.57147,46.17434],[13.65358,46.17505],[13.63712,46.14524],[13.58839,46.11268],[13.4896,46.06574],[13.49765,46.03741],[13.46729,46.00147],[13.52998,45.95627],[13.57124,45.9591],[13.59233,45.97929],[13.62975,45.97662],[13.62633,45.93894],[13.56531,45.85522],[13.58835,45.80154],[13.62279,45.78613],[13.66355,45.79008],[13.78961,45.73525],[13.82429,45.70266],[13.82754,45.67917],[13.89962,45.63295],[13.83759,45.59226],[13.72158,45.60472],[13.63822,45.64153],[13.38,45.5666],[13.67553,45.43241],[13.7856,45.45577],[13.81063,45.42531],[13.88867,45.416],[13.91789,45.44329],[13.99154,45.44854],[14.00668,45.4739],[13.98752,45.49945],[14.01187,45.50769],[14.06694,45.47615],[14.1328,45.46542],[14.21022,45.45962],[14.2367,45.49569],[14.26083,45.47352],[14.28251,45.47949],[14.32388,45.46048],[14.49636,45.52968],[14.51653,45.5974],[14.59477,45.65727],[14.58902,45.61966],[14.68367,45.57107],[14.68383,45.51924],[14.71885,45.52386],[14.77755,45.49724],[14.81398,45.45019],[14.91295,45.46869],[14.93027,45.51869],[14.98353,45.48726],[15.06731,45.4781],[15.17101,45.41273]]],"terms_url":"https://wiki.openstreetmap.org/wiki/Slovenia_Landcover_Import_-_RABA-KGZ","terms_text":"Copyright ©2019 Ministrstvo za kmetijstvo, gozdarstvo in prehrano (mkgp.gov.si). Some rights reserved.","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/si/RABA-KGZSloveniafarmlanduse.png"},{"id":"rennes_ortho_2014_tms","name":"Rennes orthophotographie 2014 (20 cm)","type":"tms","template":"https://public.sig.rennesmetropole.fr/geowebcache/service/tms/1.0.0/raster:ortho2014@EPSG:3857@jpeg/{zoom}/{x}/{-y}.jpg","category":"historicphoto","endDate":"2014-09-11T00:00:00.000Z","startDate":"2014-07-02T00:00:00.000Z","zoomExtent":[12,22],"polygon":[[[-2.02017,48.32275],[-1.97926,47.90091],[-1.41839,47.92392],[-1.45471,48.34594],[-2.02017,48.32275]]],"terms_url":"https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/catalog.search#/metadata/02a468e1-a970-40bc-9ffa-72e1beef74e6","terms_text":"Mégalis Bretagne et Collectivités Territoriales Bretonnes"},{"id":"rennes_ortho_2014_osmfr","name":"Rennes orthophotographie 2014 (20 cm) via OSM France","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/rennes_2014/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2014-09-11T00:00:00.000Z","startDate":"2014-07-02T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-1.92261,48.16059],[-1.99402,48.07257],[-1.98303,48.02759],[-1.86218,48.04137],[-1.82099,48.01565],[-1.80201,47.9839],[-1.75644,47.91082],[-1.65619,47.92094],[-1.64108,47.93383],[-1.54221,47.94395],[-1.48178,48.01381],[-1.48316,48.03861],[-1.54083,48.08083],[-1.46393,48.07349],[-1.44333,48.08175],[-1.44333,48.17158],[-1.47766,48.19081],[-1.55869,48.18623],[-1.53946,48.19813],[-1.54633,48.24114],[-1.62048,48.27314],[-1.6713,48.26948],[-1.71387,48.20546],[-1.76743,48.25943],[-1.80588,48.25851],[-1.81,48.29873],[-1.88828,48.29599],[-1.89789,48.32065],[-1.94183,48.32156],[-1.98715,48.29873],[-1.98166,48.25577],[-1.92261,48.16059]]],"terms_url":"https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/catalog.search#/metadata/02a468e1-a970-40bc-9ffa-72e1beef74e6","terms_text":"Mégalis Bretagne et Collectivités Territoriales Bretonnes"},{"id":"rennes_ortho_2018_tms","name":"Rennes orthophotographie 2017-2018 (10 cm)","type":"tms","template":"https://public.sig.rennesmetropole.fr/geowebcache/service/tms/1.0.0/raster:ortho2017@EPSG:3857@jpeg/{zoom}/{x}/{-y}.jpg","category":"historicphoto","endDate":"2018-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[12,22],"polygon":[[[-1.96893,48.07261],[-1.96634,48.04568],[-1.75478,47.93749],[-1.72724,47.92961],[-1.71388,47.93016],[-1.6738,47.93181],[-1.66044,47.93235],[-1.55514,47.9546],[-1.52998,47.97362],[-1.51739,47.98313],[-1.49376,48.02009],[-1.45981,48.09349],[-1.4637,48.13839],[-1.46447,48.14737],[-1.46681,48.1743],[-1.5529,48.234],[-1.62251,48.25826],[-1.81491,48.29544],[-1.89733,48.31],[-1.91078,48.30943],[-1.95115,48.3077],[-1.96373,48.29815],[-1.96893,48.07261]]],"terms_url":"https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/catalog.search#/metadata/6ecb85b1-ec5e-4427-ae81-9c83b21a7f32","terms_text":"Mégalis Bretagne et Collectivités Territoriales Bretonnes"},{"id":"rennes_ortho_2018_osmfr","name":"Rennes orthophotographie 2017-2018 (10 cm) via OSM France","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/rennes_2018/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2018-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[12,21],"polygon":[[[-1.53076,47.98261],[-1.51738,47.98313],[-1.52052,48.01905],[-1.49376,48.0201],[-1.49532,48.03806],[-1.5221,48.03701],[-1.52288,48.04598],[-1.53627,48.04546],[-1.53706,48.05444],[-1.55045,48.05391],[-1.55125,48.06288],[-1.56464,48.06235],[-1.56543,48.07133],[-1.55204,48.07186],[-1.55441,48.0988],[-1.54101,48.09933],[-1.54259,48.11729],[-1.52918,48.11781],[-1.52761,48.09986],[-1.5008,48.10091],[-1.50001,48.09193],[-1.48661,48.09246],[-1.48583,48.08348],[-1.47243,48.084],[-1.47321,48.09298],[-1.45981,48.0935],[-1.46214,48.12044],[-1.47555,48.11991],[-1.4771,48.13787],[-1.46369,48.13839],[-1.4668,48.17431],[-1.49365,48.17326],[-1.49443,48.18224],[-1.50786,48.18172],[-1.50707,48.17274],[-1.5205,48.17221],[-1.52129,48.18119],[-1.53471,48.18066],[-1.53392,48.17169],[-1.54734,48.17116],[-1.54814,48.18014],[-1.58841,48.17854],[-1.58921,48.18752],[-1.56236,48.18858],[-1.56395,48.20654],[-1.55052,48.20707],[-1.5529,48.23401],[-1.59321,48.23241],[-1.59241,48.22343],[-1.60585,48.22289],[-1.60504,48.21391],[-1.61848,48.21338],[-1.62009,48.23133],[-1.60665,48.23187],[-1.60826,48.24982],[-1.6217,48.24929],[-1.62251,48.25826],[-1.6494,48.25718],[-1.64777,48.23923],[-1.66121,48.23869],[-1.65877,48.21175],[-1.68564,48.21066],[-1.68482,48.20169],[-1.69825,48.20114],[-1.69743,48.19216],[-1.72428,48.19106],[-1.72511,48.20004],[-1.73853,48.19949],[-1.74019,48.21744],[-1.75362,48.21689],[-1.75445,48.22587],[-1.76788,48.22531],[-1.77038,48.25224],[-1.82414,48.25],[-1.82667,48.27693],[-1.81322,48.2775],[-1.8149,48.29545],[-1.86871,48.29319],[-1.86786,48.28421],[-1.89476,48.28308],[-1.89732,48.31],[-1.95114,48.30771],[-1.95028,48.29873],[-1.96373,48.29815],[-1.96026,48.26225],[-1.93338,48.26341],[-1.93252,48.25443],[-1.91907,48.25501],[-1.91822,48.24603],[-1.93165,48.24546],[-1.92735,48.20058],[-1.91393,48.20115],[-1.91307,48.19218],[-1.88622,48.19332],[-1.88452,48.17537],[-1.89794,48.1748],[-1.89453,48.13889],[-1.90794,48.13832],[-1.90623,48.12037],[-1.93304,48.11922],[-1.93218,48.11025],[-1.91878,48.11082],[-1.91706,48.09287],[-1.93046,48.09229],[-1.92961,48.08332],[-1.9564,48.08217],[-1.95553,48.07319],[-1.96893,48.07261],[-1.96633,48.04568],[-1.85924,48.05027],[-1.86009,48.05924],[-1.83331,48.06037],[-1.83162,48.04242],[-1.81824,48.04298],[-1.8174,48.03401],[-1.80402,48.03457],[-1.80318,48.02559],[-1.7898,48.02615],[-1.7873,47.99922],[-1.77393,47.99978],[-1.77227,47.98182],[-1.7589,47.98238],[-1.75477,47.93749],[-1.72805,47.9386],[-1.72723,47.92962],[-1.66044,47.93235],[-1.66286,47.95929],[-1.6495,47.95983],[-1.64788,47.94188],[-1.63452,47.94242],[-1.63533,47.95139],[-1.6086,47.95247],[-1.59523,47.95301],[-1.59443,47.94403],[-1.56771,47.9451],[-1.5685,47.95408],[-1.55513,47.95461],[-1.55592,47.96359],[-1.52919,47.96465],[-1.53076,47.98261]]],"terms_url":"https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/catalog.search#/metadata/6ecb85b1-ec5e-4427-ae81-9c83b21a7f32","terms_text":"Mégalis Bretagne et Collectivités Territoriales Bretonnes"},{"id":"rennes_ortho_2020_tms","name":"Rennes orthophotographie 2020 (20 cm)","type":"tms","template":"https://public.sig.rennesmetropole.fr/geowebcache/service/tms/1.0.0/raster:ortho2020@EPSG:3857@jpeg/{zoom}/{x}/{-y}.jpg","category":"historicphoto","endDate":"2020-09-14T00:00:00.000Z","startDate":"2020-08-07T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-1.96893,48.07261],[-1.96634,48.04568],[-1.75478,47.93749],[-1.72724,47.92961],[-1.71388,47.93016],[-1.6738,47.93181],[-1.66044,47.93235],[-1.55514,47.9546],[-1.52998,47.97362],[-1.51739,47.98313],[-1.49376,48.02009],[-1.45981,48.09349],[-1.4637,48.13839],[-1.46447,48.14737],[-1.46681,48.1743],[-1.5529,48.234],[-1.62251,48.25826],[-1.81491,48.29544],[-1.89733,48.31],[-1.91078,48.30943],[-1.95115,48.3077],[-1.96373,48.29815],[-1.96893,48.07261]]],"terms_url":"https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/catalog.search#/metadata/329859b4-84cd-497e-af48-4bd35c8ea209","terms_text":"Ortho Express 2020 - IGNF"},{"id":"rennes_ortho_2020_osmfr","name":"Rennes orthophotographie 2020 (20 cm) via OSM France","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/rennes_2020/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2020-09-14T00:00:00.000Z","startDate":"2020-08-07T00:00:00.000Z","zoomExtent":[12,21],"polygon":[[[-2.02016,48.32275],[-1.97926,47.90091],[-1.42076,47.92383],[-1.45624,48.34589],[-2.02016,48.32275]]],"terms_url":"https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/catalog.search#/metadata/329859b4-84cd-497e-af48-4bd35c8ea209","terms_text":"Ortho Express 2020 - IGNF"},{"id":"rennes_ortho_2021_wms","name":"Rennes orthophotographie 2021 (5 cm)","type":"wms","template":"https://public.sig.rennesmetropole.fr/geoserver/raster/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image%2Fjpeg&TRANSPARENT=true&LAYERS=ortho2021&STYLES=&CRS={proj}&TILED=true&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2021-09-02T00:00:00.000Z","startDate":"2021-07-16T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[-1.96893,48.07261],[-1.96634,48.04568],[-1.75478,47.93749],[-1.72724,47.92961],[-1.71388,47.93016],[-1.6738,47.93181],[-1.66044,47.93235],[-1.55514,47.9546],[-1.52998,47.97362],[-1.51739,47.98313],[-1.49376,48.02009],[-1.45981,48.09349],[-1.4637,48.13839],[-1.46447,48.14737],[-1.46681,48.1743],[-1.5529,48.234],[-1.62251,48.25826],[-1.81491,48.29544],[-1.89733,48.31],[-1.91078,48.30943],[-1.95115,48.3077],[-1.96373,48.29815],[-1.96893,48.07261]]],"terms_url":"https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/catalog.search#/metadata/b5b958de-9407-4822-9ca5-abb1c57659b7","terms_text":"Rennes Ville et Métropole, IGN, SDE35, Megalis Bretagne"},{"id":"rs-rgz-ar","name":"RGZ address and street open data overlay","type":"tms","template":"https://vector-rgz.openstreetmap.rs/styles/rgz-big/{zoom}/{x}/{y}.png","category":"other","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[8,21],"polygon":[[[18.80881,45.91727],[18.82337,45.8645],[18.8466,45.85246],[18.84165,45.79035],[18.87935,45.77052],[18.8993,45.70035],[18.95579,45.66624],[18.89165,45.62267],[18.89928,45.59703],[18.88135,45.55989],[18.94883,45.52325],[19.01589,45.54724],[19.02932,45.52562],[19.09098,45.50885],[19.07985,45.49768],[18.99189,45.49976],[18.9807,45.44361],[19.01996,45.4142],[18.96988,45.40206],[18.966,45.36807],[19.02302,45.33537],[19.08492,45.32725],[19.09609,45.2933],[19.13809,45.27202],[19.28686,45.22663],[19.41269,45.22318],[19.42913,45.20089],[19.41837,45.17614],[19.34215,45.18421],[19.32174,45.21741],[19.27735,45.2156],[19.27478,45.18543],[19.25545,45.18363],[19.17514,45.21244],[19.15606,45.18881],[19.18067,45.17469],[19.13926,45.14039],[19.07968,45.15282],[19.06653,45.11283],[19.09301,45.076],[19.08965,45.01293],[19.04269,44.97373],[19.10899,44.9599],[19.13712,44.96999],[19.13718,44.95493],[19.08155,44.93372],[19.06738,44.91276],[19.02922,44.93251],[18.9789,44.90574],[19.02018,44.84547],[19.07307,44.85354],[19.17836,44.91166],[19.2121,44.88652],[19.25308,44.90311],[19.29895,44.89938],[19.35327,44.87489],[19.28566,44.79033],[19.3059,44.74899],[19.29374,44.70386],[19.25167,44.66419],[19.2514,44.64405],[19.20752,44.62608],[19.21081,44.59928],[19.17865,44.58314],[19.16455,44.53419],[19.1198,44.52496],[19.11308,44.49974],[19.13711,44.41989],[19.10161,44.4029],[19.09363,44.36717],[19.16129,44.27545],[19.20713,44.28116],[19.23878,44.25189],[19.3179,44.26256],[19.35239,44.17687],[19.40137,44.16024],[19.42964,44.12609],[19.46306,44.13428],[19.46198,44.11508],[19.50606,44.07274],[19.5521,44.06129],[19.57279,44.03672],[19.59278,44.05308],[19.61009,44.02218],[19.55907,44.00784],[19.52228,43.9658],[19.38887,43.97047],[19.30797,44.00688],[19.22795,44.01818],[19.24376,43.94751],[19.38799,43.79075],[19.41805,43.78462],[19.50727,43.70772],[19.52042,43.66457],[19.47856,43.63551],[19.49278,43.58662],[19.48202,43.58275],[19.41175,43.58595],[19.37216,43.62029],[19.31406,43.59812],[19.25873,43.61558],[19.23625,43.59542],[19.23691,43.53887],[19.21299,43.52981],[19.21375,43.47677],[19.34666,43.40609],[19.44086,43.38042],[19.45373,43.33808],[19.52083,43.3097],[19.51787,43.27585],[19.53725,43.24106],[19.60998,43.22226],[19.63543,43.18046],[19.68307,43.15817],[19.76614,43.15372],[19.77965,43.12031],[19.82325,43.10625],[19.83748,43.08411],[19.86983,43.10233],[19.91799,43.07605],[19.96196,43.09885],[19.98538,43.04445],[20.03783,43.02096],[20.11377,42.95614],[20.17027,42.96285],[20.33859,42.89812],[20.3322,42.86766],[20.35531,42.82227],[20.40814,42.83692],[20.44344,42.8241],[20.54478,42.87558],[20.54691,42.89141],[20.49872,42.93169],[20.50625,42.94902],[20.52922,42.96408],[20.55203,42.95284],[20.59569,43.00615],[20.61615,42.99314],[20.64734,42.99953],[20.68029,43.03454],[20.67801,43.06968],[20.70254,43.08927],[20.69282,43.12933],[20.61908,43.19501],[20.69043,43.20399],[20.73177,43.23775],[20.79282,43.23415],[20.8057,43.25663],[20.82259,43.256],[20.8698,43.21656],[20.83472,43.21176],[20.82108,43.17919],[20.8358,43.1633],[20.95546,43.11611],[20.99582,43.12739],[21.04969,43.09754],[21.08918,43.12154],[21.132,43.10185],[21.1621,42.99603],[21.22166,43.00747],[21.22688,42.94565],[21.26381,42.89041],[21.32799,42.89243],[21.38266,42.85693],[21.42505,42.86349],[21.39934,42.77641],[21.37969,42.76117],[21.38679,42.73729],[21.47877,42.73489],[21.539,42.71319],[21.5587,42.72342],[21.58058,42.71542],[21.58242,42.69483],[21.63025,42.68795],[21.6591,42.65555],[21.68279,42.67918],[21.74669,42.6883],[21.77353,42.65481],[21.72425,42.60393],[21.73556,42.56144],[21.68613,42.54632],[21.68123,42.51002],[21.61377,42.45816],[21.63158,42.41257],[21.61336,42.38589],[21.59238,42.39368],[21.52281,42.37066],[21.51582,42.32116],[21.55234,42.30181],[21.59932,42.24441],[21.70233,42.22193],[21.73273,42.25111],[21.78265,42.25667],[21.8461,42.31573],[21.89005,42.29104],[21.92665,42.29741],[21.9441,42.3334],[22.02332,42.28966],[22.06443,42.28857],[22.17004,42.30294],[22.19842,42.3301],[22.23314,42.32632],[22.28115,42.35485],[22.30841,42.32468],[22.36262,42.3014],[22.45837,42.32333],[22.49081,42.38545],[22.52745,42.39005],[22.56876,42.486],[22.55207,42.5164],[22.45044,42.57687],[22.4771,42.63762],[22.48155,42.69907],[22.51129,42.7408],[22.45019,42.81607],[22.5131,42.84247],[22.53637,42.87031],[22.57598,42.85292],[22.58978,42.88064],[22.61575,42.88562],[22.67855,42.85553],[22.75122,42.87861],[22.78726,42.92238],[22.79608,42.97485],[22.90519,43.02888],[22.92794,43.07391],[22.9907,43.10483],[23.01626,43.18701],[23.01044,43.20196],[22.90582,43.23321],[22.85323,43.28792],[22.83517,43.33553],[22.77194,43.38591],[22.68171,43.40455],[22.66706,43.43406],[22.60223,43.44478],[22.58025,43.47287],[22.54301,43.47779],[22.4993,43.56072],[22.50044,43.64429],[22.41626,43.70185],[22.4121,43.76156],[22.36832,43.81293],[22.39828,43.8761],[22.40038,43.92387],[22.41809,43.93581],[22.42625,43.99677],[22.53037,44.01015],[22.55186,44.04337],[22.62778,44.05581],[22.621,44.10862],[22.63609,44.16429],[22.68282,44.20919],[22.69441,44.2505],[22.67776,44.29167],[22.56792,44.3146],[22.53411,44.34384],[22.50975,44.42304],[22.46766,44.4678],[22.55256,44.47224],[22.58903,44.54011],[22.62316,44.54081],[22.69305,44.50689],[22.75817,44.52574],[22.77332,44.53869],[22.76066,44.57282],[22.67998,44.62759],[22.62383,44.62452],[22.57566,44.64516],[22.45885,44.72489],[22.3028,44.66695],[22.17938,44.49179],[22.13837,44.48093],[22.04487,44.54879],[22.03467,44.59448],[21.99647,44.64207],[21.78,44.67171],[21.63936,44.66966],[21.62136,44.68992],[21.61677,44.73846],[21.58943,44.76879],[21.40194,44.78799],[21.37382,44.82693],[21.3736,44.85636],[21.48622,44.85821],[21.57,44.8874],[21.55356,44.93778],[21.43996,44.97114],[21.38523,45.01604],[21.46313,45.03335],[21.46023,45.05472],[21.49246,45.08709],[21.48728,45.11434],[21.53623,45.13317],[21.52287,45.17708],[21.40597,45.23894],[21.36087,45.23327],[21.29132,45.25237],[21.27401,45.24151],[21.22082,45.26248],[21.1776,45.33502],[21.10025,45.30793],[21.06786,45.34087],[21.02289,45.33574],[20.95987,45.3803],[20.92589,45.4255],[20.88355,45.43351],[20.88811,45.45835],[20.87158,45.47372],[20.78681,45.48993],[20.84231,45.5336],[20.82091,45.57494],[20.77689,45.60837],[20.81451,45.65418],[20.81255,45.73511],[20.8308,45.78143],[20.78314,45.79587],[20.76669,45.76477],[20.70726,45.76126],[20.6888,45.80407],[20.66909,45.80534],[20.66851,45.83532],[20.5876,45.88064],[20.57422,45.91885],[20.51988,45.90331],[20.4872,45.96247],[20.44891,45.98012],[20.40765,45.97558],[20.36611,46.00058],[20.35391,46.05358],[20.28246,46.10533],[20.28962,46.125],[20.21857,46.14329],[20.18385,46.16984],[20.14362,46.15465],[20.09377,46.18703],[20.04035,46.1549],[20.02015,46.18578],[19.93507,46.18619],[19.81847,46.13937],[19.70019,46.19794],[19.65861,46.19985],[19.62901,46.17974],[19.56562,46.18851],[19.49686,46.15038],[19.50798,46.12165],[19.45967,46.10407],[19.41003,46.0549],[19.3826,46.04763],[19.36001,46.06127],[19.27745,46.02362],[19.27547,46.00642],[19.15691,46.00559],[19.14077,46.04426],[19.10341,46.04993],[19.05683,46.00473],[19.06497,45.97375],[19.00258,45.96817],[18.98879,45.94212],[18.96165,45.93607],[18.90474,45.94519],[18.85486,45.91925],[18.80881,45.91727]]],"terms_url":"https://openstreetmap.rs/o-mapi/","terms_text":"openstreetmap.rs","description":"Transparent overlay of all address and street geometries from RGZ open dataset, refreshed every month","icon":"https://tiles.openstreetmap.rs/logo.png","overlay":true},{"id":"RIGIS_Aerial_Photo_21f","name":"Rhode Island Aerial Photo (Fall 2021)","type":"wms","template":"https://maps.edc.uri.edu/rigis/rest/services/IMG/RI_202108_RGB_3in_web/ImageServer/exportImage?f=image&format=jpgpng&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-11-03T00:00:00.000Z","startDate":"2021-08-13T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-71.56855,41.22547],[-71.57301,41.22741],[-71.5782,41.23319],[-71.57904,41.20896],[-71.58088,41.20401],[-71.58925,41.19819],[-71.59369,41.20042],[-71.59378,41.19227],[-71.59792,41.18599],[-71.60738,41.18161],[-71.61459,41.15641],[-71.60927,41.15101],[-71.59876,41.14605],[-71.58076,41.14647],[-71.54636,41.15186],[-71.54323,41.16373],[-71.54526,41.16567],[-71.55005,41.16712],[-71.55192,41.16824],[-71.55387,41.1729],[-71.55318,41.17788],[-71.56494,41.1813],[-71.56571,41.18828],[-71.56374,41.19435],[-71.55295,41.21182],[-71.55988,41.22405],[-71.56486,41.22554],[-71.56855,41.22547]],[[-71.49821,42.01783],[-71.5152,42.01662],[-71.80012,42.01078],[-71.79909,41.92399],[-71.78982,41.65816],[-71.79943,41.41814],[-71.81831,41.42104],[-71.84372,41.41184],[-71.86698,41.31927],[-71.90758,41.3047],[-71.87943,41.29844],[-71.71103,41.33081],[-71.54932,41.37359],[-71.49014,41.34418],[-71.4283,41.44684],[-71.31002,41.44929],[-71.24617,41.45881],[-71.19364,41.44736],[-71.11811,41.48396],[-71.13218,41.6268],[-71.12982,41.66034],[-71.17467,41.66868],[-71.17452,41.67248],[-71.19533,41.67642],[-71.2587,41.75262],[-71.32526,41.78043],[-71.33801,41.80804],[-71.34667,41.82308],[-71.3341,41.83539],[-71.34152,41.84463],[-71.33352,41.86255],[-71.3404,41.88178],[-71.33732,41.89934],[-71.38101,41.89416],[-71.38115,42.01892],[-71.49821,42.01783]]],"terms_url":"http://www.planning.ri.gov/planning-areas/demographics/aerial-photographs.php","terms_text":"RIGIS","description":"Aerial Photo for the State of Rhode Island (Fall 2021)"},{"id":"RIGIS_Aerial_Photo_22s","name":"Rhode Island Aerial Photo (Spring 2022)","type":"wms","template":"https://maps.edc.uri.edu/rigis/rest/services/IMG/RI_202204_RGB_3in_web/ImageServer/exportImage?f=image&format=jpgpng&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-04-23T00:00:00.000Z","startDate":"2022-04-02T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-71.56855,41.22547],[-71.57301,41.22741],[-71.5782,41.23319],[-71.57904,41.20896],[-71.58088,41.20401],[-71.58925,41.19819],[-71.59369,41.20042],[-71.59378,41.19227],[-71.59792,41.18599],[-71.60738,41.18161],[-71.61459,41.15641],[-71.60927,41.15101],[-71.59876,41.14605],[-71.58076,41.14647],[-71.54636,41.15186],[-71.54323,41.16373],[-71.54526,41.16567],[-71.55005,41.16712],[-71.55192,41.16824],[-71.55387,41.1729],[-71.55318,41.17788],[-71.56494,41.1813],[-71.56571,41.18828],[-71.56374,41.19435],[-71.55295,41.21182],[-71.55988,41.22405],[-71.56486,41.22554],[-71.56855,41.22547]],[[-71.49821,42.01783],[-71.5152,42.01662],[-71.80012,42.01078],[-71.79909,41.92399],[-71.78982,41.65816],[-71.79943,41.41814],[-71.81831,41.42104],[-71.84372,41.41184],[-71.86698,41.31927],[-71.90758,41.3047],[-71.87943,41.29844],[-71.71103,41.33081],[-71.54932,41.37359],[-71.49014,41.34418],[-71.4283,41.44684],[-71.31002,41.44929],[-71.24617,41.45881],[-71.19364,41.44736],[-71.11811,41.48396],[-71.13218,41.6268],[-71.12982,41.66034],[-71.17467,41.66868],[-71.17452,41.67248],[-71.19533,41.67642],[-71.2587,41.75262],[-71.32526,41.78043],[-71.33801,41.80804],[-71.34667,41.82308],[-71.3341,41.83539],[-71.34152,41.84463],[-71.33352,41.86255],[-71.3404,41.88178],[-71.33732,41.89934],[-71.38101,41.89416],[-71.38115,42.01892],[-71.49821,42.01783]]],"terms_url":"https://planning.ri.gov/planning-areas/data-center/aerial-photography","terms_text":"RIGIS","description":"Aerial Photo for the State of Rhode Island (Spring 2022)"},{"id":"RIGIS_Aerial_Photo_23s","name":"Rhode Island Aerial Photo (Spring 2023)","type":"wms","template":"https://maps.edc.uri.edu/rigis/rest/services/IMG/RI_202303_RGB_3in_web/ImageServer/exportImage?f=image&format=jpgpng&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-03-01T00:00:00.000Z","startDate":"2023-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-71.56855,41.22547],[-71.57301,41.22741],[-71.5782,41.23319],[-71.57904,41.20896],[-71.58088,41.20401],[-71.58925,41.19819],[-71.59369,41.20042],[-71.59378,41.19227],[-71.59792,41.18599],[-71.60738,41.18161],[-71.61459,41.15641],[-71.60927,41.15101],[-71.59876,41.14605],[-71.58076,41.14647],[-71.54636,41.15186],[-71.54323,41.16373],[-71.54526,41.16567],[-71.55005,41.16712],[-71.55192,41.16824],[-71.55387,41.1729],[-71.55318,41.17788],[-71.56494,41.1813],[-71.56571,41.18828],[-71.56374,41.19435],[-71.55295,41.21182],[-71.55988,41.22405],[-71.56486,41.22554],[-71.56855,41.22547]],[[-71.49821,42.01783],[-71.5152,42.01662],[-71.80012,42.01078],[-71.79909,41.92399],[-71.78982,41.65816],[-71.79943,41.41814],[-71.81831,41.42104],[-71.84372,41.41184],[-71.86698,41.31927],[-71.90758,41.3047],[-71.87943,41.29844],[-71.71103,41.33081],[-71.54932,41.37359],[-71.49014,41.34418],[-71.4283,41.44684],[-71.31002,41.44929],[-71.24617,41.45881],[-71.19364,41.44736],[-71.11811,41.48396],[-71.13218,41.6268],[-71.12982,41.66034],[-71.17467,41.66868],[-71.17452,41.67248],[-71.19533,41.67642],[-71.2587,41.75262],[-71.32526,41.78043],[-71.33801,41.80804],[-71.34667,41.82308],[-71.3341,41.83539],[-71.34152,41.84463],[-71.33352,41.86255],[-71.3404,41.88178],[-71.33732,41.89934],[-71.38101,41.89416],[-71.38115,42.01892],[-71.49821,42.01783]]],"terms_url":"https://planning.ri.gov/planning-areas/data-center/aerial-photography","terms_text":"RIGIS","description":"Aerial Photo for the State of Rhode Island (Spring 2023)"},{"id":"RIGIS_Aerial_Photo_24s","name":"Rhode Island Aerial Photo (Spring 2024)","type":"wms","template":"https://maps.edc.uri.edu/rigis/rest/services/IMG/RI_202403_RGB_3in_web/ImageServer/exportImage?f=image&format=jpgpng&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-03-01T00:00:00.000Z","startDate":"2024-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-71.56855,41.22547],[-71.57301,41.22741],[-71.5782,41.23319],[-71.57904,41.20896],[-71.58088,41.20401],[-71.58925,41.19819],[-71.59369,41.20042],[-71.59378,41.19227],[-71.59792,41.18599],[-71.60738,41.18161],[-71.61459,41.15641],[-71.60927,41.15101],[-71.59876,41.14605],[-71.58076,41.14647],[-71.54636,41.15186],[-71.54323,41.16373],[-71.54526,41.16567],[-71.55005,41.16712],[-71.55192,41.16824],[-71.55387,41.1729],[-71.55318,41.17788],[-71.56494,41.1813],[-71.56571,41.18828],[-71.56374,41.19435],[-71.55295,41.21182],[-71.55988,41.22405],[-71.56486,41.22554],[-71.56855,41.22547]],[[-71.49821,42.01783],[-71.5152,42.01662],[-71.80012,42.01078],[-71.79909,41.92399],[-71.78982,41.65816],[-71.79943,41.41814],[-71.81831,41.42104],[-71.84372,41.41184],[-71.86698,41.31927],[-71.90758,41.3047],[-71.87943,41.29844],[-71.71103,41.33081],[-71.54932,41.37359],[-71.49014,41.34418],[-71.4283,41.44684],[-71.31002,41.44929],[-71.24617,41.45881],[-71.19364,41.44736],[-71.11811,41.48396],[-71.13218,41.6268],[-71.12982,41.66034],[-71.17467,41.66868],[-71.17452,41.67248],[-71.19533,41.67642],[-71.2587,41.75262],[-71.32526,41.78043],[-71.33801,41.80804],[-71.34667,41.82308],[-71.3341,41.83539],[-71.34152,41.84463],[-71.33352,41.86255],[-71.3404,41.88178],[-71.33732,41.89934],[-71.38101,41.89416],[-71.38115,42.01892],[-71.49821,42.01783]]],"terms_url":"https://planning.ri.gov/planning-areas/data-center/aerial-photography","terms_text":"RIGIS","description":"Aerial Photo for the State of Rhode Island (Spring 2024)"},{"id":"riksantikvaren-kulturminner","name":"Riksantikvaren Heritage Sites overlay","type":"wms","template":"https://kart.ra.no/arcgis/services/Distribusjon/Kulturminner20180301/MapServer/WmsServer?LAYERS=Enkeltminner,Enkeltminneikoner&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[15,22],"polygon":[[[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121]],[[-10.92717,70.29784],[-6.13756,70.30991],[-6.16765,71.62095],[-10.95725,71.60964],[-10.92717,70.29784]],[[16.79889,73.89828],[21.23712,73.8918],[21.25771,74.94213],[16.81947,74.9482],[16.79889,73.89828]],[[26.76265,75.8129],[36.6503,80.40108],[20.65421,81.54417],[4.04288,79.93593],[13.88667,75.79135],[26.76265,75.8129]]],"terms_url":"https://www.riksantikvaren.no/Veiledning/Data-og-tjenester/Karttjenester","terms_text":"© Riksantikvaren","description":"Archeological and architectural monuments/sites and cultural environments protected by law (''enkeltminner'') from the Norwegian Directorate for Cultural Heritage","icon":"https://www.riksantikvaren.no/extension/riksantikvaren/design/internetsite/images/logo_na.png","overlay":true},{"id":"Riksantikvariambetet-archaeological","name":"Riksantikvarieämbetet - Archaeological Sites and Monuments","type":"wms","template":"https://inspire-raa.metria.se/geoserver/Fornlamningar/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=PS.ProtectedSite&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.raa.se/","terms_text":"© Riksantikvarieämbetet, CC0","description":"Ancient and historical remains and monuments","icon":"https://www.raa.se/app/themes/raa-external/assets/images/favicon/raa-favicon-32.png","overlay":true},{"id":"Riksantikvariambetet-heritage","name":"Riksantikvarieämbetet - Heritage buildings","type":"wms","template":"https://inspire-raa.metria.se/geoserver/Byggnader/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=BU.Building&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.raa.se/","terms_text":"© Riksantikvarieämbetet, CC0","description":"Heritage buildings and churches","icon":"https://www.raa.se/app/themes/raa-external/assets/images/favicon/raa-favicon-32.png","overlay":true},{"id":"Riksantikvariambetet-protected","name":"Riksantikvarieämbetet - Protected Heritage Areas","type":"wms","template":"https://inspire-raa.metria.se/geoserver/Kulturarv/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=PS.ProtectedSite&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.raa.se/","terms_text":"© Riksantikvarieämbetet, CC0","description":"Protected areas for heritage buildings and religious heritage sites","icon":"https://www.raa.se/app/themes/raa-external/assets/images/favicon/raa-favicon-32.png","overlay":true},{"id":"Riksantikvariambetet-ruins","name":"Riksantikvarieämbetet - Ruins","type":"wms","template":"https://inspire-raa.metria.se/geoserver/ByggnaderRuiner/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=BU.Building&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.raa.se/","terms_text":"© Riksantikvarieämbetet, CC0","description":"Ruins of cultural-historical interest","icon":"https://www.raa.se/app/themes/raa-external/assets/images/favicon/raa-favicon-32.png","overlay":true},{"id":"rio2019","name":"Rio Mosaico 2019","type":"wms","template":"https://pgeo3.rio.rj.gov.br/arcgis/services/Imagens/Mosaico_2019/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[-43.59375,-23.09163],[-43.49213,-23.09163],[-43.49043,-23.05158],[-43.42965,-23.04994],[-43.42958,-23.03186],[-43.42655,-23.02912],[-43.35517,-23.02925],[-43.35275,-23.0322],[-43.35273,-23.04931],[-43.32336,-23.05052],[-43.32046,-23.07079],[-43.27378,-23.07079],[-43.27156,-23.05116],[-43.24219,-23.04994],[-43.24219,-23.02902],[-43.23053,-23.02917],[-43.22783,-23.03186],[-43.22776,-23.09163],[-43.11654,-23.09163],[-43.11722,-23.03416],[-43.14502,-23.03414],[-43.1481,-23.03106],[-43.14754,-22.98957],[-43.11653,-22.98732],[-43.11722,-22.90906],[-43.14502,-22.90904],[-43.14805,-22.90629],[-43.14923,-22.86457],[-43.14741,-22.82414],[-43.14433,-22.82106],[-43.08564,-22.82104],[-43.08564,-22.72164],[-43.16528,-22.72227],[-43.1653,-22.73907],[-43.16696,-22.7417],[-43.19618,-22.74253],[-43.1962,-22.76033],[-43.19771,-22.76284],[-43.25866,-22.76343],[-43.25873,-22.78092],[-43.26176,-22.78367],[-43.41453,-22.78622],[-43.41511,-22.80369],[-43.42776,-22.80537],[-43.45873,-22.80481],[-43.46052,-22.80212],[-43.46123,-22.78622],[-43.55392,-22.78749],[-43.5541,-22.79474],[-43.55793,-22.8019],[-43.5704,-22.80269],[-43.57864,-22.81028],[-43.58017,-22.81603],[-43.59306,-22.81851],[-43.59375,-22.84646],[-43.72215,-22.84891],[-43.73108,-22.85144],[-43.73374,-22.85711],[-43.75373,-22.85651],[-43.75466,-22.86261],[-43.75861,-22.86767],[-43.78738,-22.87297],[-43.78944,-22.87424],[-43.78951,-22.8854],[-43.79156,-22.8879],[-43.8121,-22.88817],[-43.8121,-22.93182],[-43.80039,-22.93188],[-43.78897,-22.93578],[-43.78326,-22.94066],[-43.77767,-22.94095],[-43.76014,-22.95055],[-43.75786,-22.98804],[-43.72977,-22.98767],[-43.72766,-22.99051],[-43.72696,-23.00888],[-43.69775,-23.00989],[-43.69606,-23.04994],[-43.68379,-23.0512],[-43.68033,-23.06129],[-43.68026,-23.07079],[-43.60544,-23.07086],[-43.60269,-23.07389],[-43.60267,-23.091],[-43.59375,-23.09163]]],"terms_url":"https://www.rio.rj.gov.br/web/ipp","terms_text":"Instituto Pereira Passos - Prefeitura da Cidade do Rio de Janeiro","best":true},{"id":"rio2022","name":"Rio Mosaico 2022","type":"wms","template":"https://pgeo3.rio.rj.gov.br/arcgis/services/Imagens/Mosaico_2022/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[-43.59375,-23.09163],[-43.49213,-23.09163],[-43.49043,-23.05158],[-43.42965,-23.04994],[-43.42958,-23.03186],[-43.42655,-23.02912],[-43.35517,-23.02925],[-43.35275,-23.0322],[-43.35273,-23.04931],[-43.32336,-23.05052],[-43.32046,-23.07079],[-43.27378,-23.07079],[-43.27156,-23.05116],[-43.24219,-23.04994],[-43.24219,-23.02902],[-43.23053,-23.02917],[-43.22783,-23.03186],[-43.22776,-23.09163],[-43.11654,-23.09163],[-43.11722,-23.03416],[-43.14502,-23.03414],[-43.1481,-23.03106],[-43.14754,-22.98957],[-43.11653,-22.98732],[-43.11722,-22.90906],[-43.14502,-22.90904],[-43.14805,-22.90629],[-43.14923,-22.86457],[-43.14741,-22.82414],[-43.14433,-22.82106],[-43.08564,-22.82104],[-43.08564,-22.72164],[-43.16528,-22.72227],[-43.1653,-22.73907],[-43.16696,-22.7417],[-43.19618,-22.74253],[-43.1962,-22.76033],[-43.19771,-22.76284],[-43.25866,-22.76343],[-43.25873,-22.78092],[-43.26176,-22.78367],[-43.41453,-22.78622],[-43.41511,-22.80369],[-43.42776,-22.80537],[-43.45873,-22.80481],[-43.46052,-22.80212],[-43.46123,-22.78622],[-43.55392,-22.78749],[-43.5541,-22.79474],[-43.55793,-22.8019],[-43.5704,-22.80269],[-43.57864,-22.81028],[-43.58017,-22.81603],[-43.59306,-22.81851],[-43.59375,-22.84646],[-43.72215,-22.84891],[-43.73108,-22.85144],[-43.73374,-22.85711],[-43.75373,-22.85651],[-43.75466,-22.86261],[-43.75861,-22.86767],[-43.78738,-22.87297],[-43.78944,-22.87424],[-43.78951,-22.8854],[-43.79156,-22.8879],[-43.8121,-22.88817],[-43.8121,-22.93182],[-43.80039,-22.93188],[-43.78897,-22.93578],[-43.78326,-22.94066],[-43.77767,-22.94095],[-43.76014,-22.95055],[-43.75786,-22.98804],[-43.72977,-22.98767],[-43.72766,-22.99051],[-43.72696,-23.00888],[-43.69775,-23.00989],[-43.69606,-23.04994],[-43.68379,-23.0512],[-43.68033,-23.06129],[-43.68026,-23.07079],[-43.60544,-23.07086],[-43.60269,-23.07389],[-43.60267,-23.091],[-43.59375,-23.09163]]],"terms_url":"https://www.rio.rj.gov.br/web/ipp","terms_text":"Instituto Pereira Passos - Prefeitura da Cidade do Rio de Janeiro"},{"id":"route500","name":"Route 500","type":"tms","template":"https://{switch:a,b,c}.tile.openstreetmap.fr/route500/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[12,20],"polygon":[[[-2.7,43.9],[-1.7835,43.39686],[-1.78509,43.39037],[-1.80099,43.37017],[-1.79156,43.34067],[-1.76297,43.32565],[-1.75606,43.31966],[-1.73359,43.28856],[-1.66953,43.30065],[-1.65,43.29323],[-1.61053,43.24223],[-1.57149,43.2412],[-1.54626,43.2737],[-1.52629,43.28099],[-1.40868,43.25591],[-1.39531,43.24596],[-1.39411,43.22935],[-1.42732,43.1404],[-1.43479,43.13087],[-1.47641,43.10248],[-1.48311,43.08561],[-1.4775,43.06889],[-1.43868,43.03371],[-1.3542,43.0197],[-1.33135,43.0496],[-1.31992,43.05696],[-1.30643,43.05531],[-1.26236,43.03303],[-1.22612,43.03898],[-1.21622,43.0381],[-1.16736,43.02083],[-1.15845,43.01452],[-1.14775,43.00124],[-1.1156,43.00461],[-1.10852,43.00409],[-1.02313,42.98206],[-0.94508,42.94192],[-0.82114,42.93865],[-0.77253,42.95284],[-0.75711,42.95107],[-0.7476,42.93879],[-0.73372,42.88666],[-0.68094,42.86775],[-0.67446,42.86392],[-0.56721,42.76937],[-0.54499,42.76906],[-0.50868,42.79935],[-0.48842,42.80255],[-0.44354,42.78453],[-0.39208,42.78766],[-0.31683,42.82635],[-0.29987,42.82697],[-0.16949,42.77157],[-0.06726,42.6848],[-0.01993,42.67389],[0.17919,42.72075],[0.18967,42.72039],[0.23972,42.70494],[0.24594,42.70175],[0.29571,42.66388],[0.32567,42.67274],[0.34912,42.69817],[0.35954,42.70415],[0.3715,42.70308],[0.43024,42.67863],[0.669,42.67901],[0.69192,42.70684],[0.67474,42.75286],[0.67409,42.76479],[0.69117,42.83186],[0.70017,42.84402],[0.71511,42.8464],[0.84606,42.8157],[0.92265,42.7797],[0.95073,42.78794],[0.95937,42.78852],[1.07564,42.77079],[1.08546,42.76635],[1.16554,42.69928],[1.23221,42.71248],[1.32364,42.7085],[1.33313,42.70563],[1.37335,42.68127],[1.38032,42.67415],[1.41936,42.60643],[1.43792,42.59264],[1.47238,42.59703],[1.4921,42.62502],[1.50444,42.6331],[1.54636,42.64166],[1.56069,42.6392],[1.60283,42.61382],[1.69377,42.60975],[1.71011,42.59992],[1.72479,42.57499],[1.7272,42.56103],[1.71561,42.50125],[1.72567,42.48452],[1.82774,42.47056],[1.88444,42.4477],[1.88459,42.44762],[1.88467,42.44761],[1.92089,42.43302],[1.93076,42.42442],[1.965,42.36473],[2.00861,42.33818],[2.09393,42.35474],[2.14881,42.40545],[2.16028,42.41065],[2.20526,42.41541],[2.20653,42.41526],[2.20694,42.41558],[2.25973,42.42117],[2.26719,42.42055],[2.41222,42.38021],[2.41933,42.37658],[2.47795,42.32986],[2.5338,42.32197],[2.56777,42.34173],[2.58106,42.34418],[2.66719,42.33008],[2.68585,42.34679],[2.68162,42.37263],[2.68378,42.3854],[2.69331,42.39417],[2.72928,42.40998],[2.7413,42.41128],[2.78424,42.40256],[2.87019,42.44653],[2.87822,42.4487],[3.02214,42.45645],[3.03402,42.45331],[3.0944,42.41457],[3.16081,42.42757],[3.17358,42.41768],[5.8,41.64],[8.94186,41.27688],[9.27311,41.29196],[9.36968,41.35052],[9.63227,41.43244],[9.8,43.1],[7.53622,43.79234],[7.51594,43.84915],[7.51649,43.86397],[7.5271,43.87434],[7.56858,43.89159],[7.58419,43.93287],[7.59624,43.94466],[7.66016,43.9672],[7.68077,44.0164],[7.68603,44.02371],[7.72403,44.05704],[7.72786,44.08615],[7.69445,44.12276],[7.68937,44.13869],[7.69422,44.17795],[7.68608,44.1861],[7.63989,44.18928],[7.6162,44.16827],[7.60548,44.1634],[7.56478,44.15817],[7.5642,44.15836],[7.56283,44.15792],[7.37776,44.13416],[7.36278,44.13834],[7.33878,44.1574],[7.27537,44.15947],[7.26053,44.16682],[7.24533,44.18544],[7.1651,44.22112],[7.07312,44.2461],[7.03259,44.2424],[7.01983,44.24558],[7.01181,44.256],[6.99909,44.29414],[6.91637,44.36804],[6.90972,44.38195],[6.90907,44.39477],[6.91223,44.40659],[6.92167,44.41436],[6.95872,44.42908],[6.95894,44.43129],[6.87892,44.50245],[6.87233,44.5195],[6.88235,44.53479],[6.94659,44.57124],[6.97819,44.61784],[6.97056,44.64696],[6.97413,44.66431],[6.99007,44.67203],[7.07671,44.67134],[7.08666,44.68085],[7.08651,44.6968],[7.07224,44.72311],[7.0496,44.73226],[7.03711,44.75009],[7.03453,44.82282],[7.01795,44.84402],[6.93633,44.87461],[6.8798,44.86346],[6.86698,44.86519],[6.7942,44.90161],[6.78375,44.9146],[6.75744,45.01884],[6.69602,45.03395],[6.68237,45.04558],[6.66501,45.08667],[6.6653,45.10289],[6.67751,45.11356],[6.77056,45.14242],[6.78283,45.14228],[6.85843,45.11699],[6.90009,45.12689],[6.98106,45.19368],[6.99279,45.19823],[7.08417,45.20279],[7.14458,45.25048],[7.13649,45.30576],[7.14232,45.32298],[7.17075,45.35069],[7.19515,45.40409],[7.1856,45.41894],[7.13304,45.44001],[7.1228,45.44924],[7.1072,45.47877],[7.02774,45.5102],[7.0158,45.52354],[6.99643,45.59465],[6.9978,45.60877],[7.01151,45.63652],[7.00597,45.64945],[6.97131,45.66528],[6.94247,45.66172],[6.92419,45.66935],[6.90729,45.69124],[6.8414,45.71373],[6.83174,45.72082],[6.82787,45.73217],[6.82614,45.80353],[6.83102,45.81711],[6.84376,45.82387],[6.94097,45.83551],[6.99582,45.85822],[7.04394,45.92036],[7.04497,45.92064],[7.04533,45.92217],[7.05191,45.93066],[7.01556,46.00883],[6.94898,46.0699],[6.92001,46.07721],[6.90932,46.08406],[6.90491,46.09595],[6.90382,46.12971],[6.83427,46.14509],[6.82259,46.15261],[6.81863,46.16592],[6.82075,46.19862],[6.82698,46.21188],[6.86092,46.2439],[6.87504,46.28007],[6.86491,46.30038],[6.81095,46.33359],[6.80189,46.34639],[6.80484,46.36179],[6.81832,46.38181],[6.82244,46.42925],[6.74665,46.45695],[6.63047,46.47435],[6.50498,46.46871],[6.41748,46.42682],[6.41083,46.42495],[6.31648,46.41557],[6.23946,46.36705],[6.21219,46.32485],[6.21148,46.31057],[6.24707,46.24777],[6.24906,46.23299],[6.24026,46.22094],[6.13778,46.15702],[6.12468,46.15415],[6.05564,46.16288],[6.03509,46.15456],[6.01783,46.15564],[6.00787,46.16977],[6.00388,46.19332],[6.00681,46.20752],[6.01857,46.21601],[6.07717,46.23123],[6.08865,46.23081],[6.1103,46.22344],[6.13038,46.23737],[6.13371,46.30227],[6.13748,46.31297],[6.17817,46.36922],[6.16622,46.38839],[6.10829,46.41643],[6.09704,46.43317],[6.09572,46.45418],[6.10174,46.46979],[6.15811,46.52456],[6.16549,46.54399],[6.15152,46.56508],[6.14872,46.58069],[6.15817,46.59343],[6.46098,46.76887],[6.46722,46.79104],[6.45644,46.80534],[6.4535,46.8239],[6.47548,46.88771],[6.46686,46.91997],[6.46892,46.93522],[6.4812,46.9445],[6.62355,46.9811],[6.72561,47.0418],[6.76011,47.09953],[6.76907,47.10751],[6.85545,47.14636],[6.88913,47.18922],[6.89443,47.19393],[6.96134,47.23479],[6.96347,47.26233],[6.97424,47.27856],[7.05958,47.32257],[7.07007,47.35005],[7.05623,47.37035],[7.018,47.38386],[6.97126,47.37218],[6.95769,47.37359],[6.94818,47.38337],[6.94716,47.39698],[6.9551,47.40808],[7.003,47.44095],[7.01205,47.47287],[7.02102,47.48458],[7.03557,47.48695],[7.0801,47.47718],[7.12853,47.48893],[7.14279,47.48707],[7.15212,47.47612],[7.16708,47.4335],[7.24435,47.40939],[7.32653,47.4273],[7.38747,47.42111],[7.51256,47.48439],[7.54511,47.54283],[7.55424,47.55128],[7.58967,47.56755],[7.60016,47.60822],[7.537,47.67302],[7.53136,47.68564],[7.53526,47.6989],[7.55758,47.72899],[7.54418,47.77232],[7.54581,47.78793],[7.57267,47.83631],[7.5728,47.86435],[7.57554,47.87436],[7.63205,47.97081],[7.62437,47.99865],[7.59127,48.03035],[7.58522,48.04694],[7.59165,48.10648],[7.59605,48.11698],[7.67661,48.21555],[7.70241,48.28803],[7.71085,48.29841],[7.75159,48.32322],[7.74357,48.38427],[7.74506,48.39484],[7.78055,48.47652],[7.78547,48.48337],[7.81449,48.50968],[7.81456,48.57704],[7.81842,48.58883],[7.8484,48.62977],[7.85605,48.63606],[7.90422,48.65865],[7.98534,48.7409],[7.99071,48.74478],[8.10087,48.7993],[8.15824,48.89753],[8.20089,48.94339],[8.20888,48.94863],[8.23589,48.95817],[8.23704,48.97683],[8.2225,48.98787],[8.08069,49.00688],[7.93826,49.06832],[7.8673,49.05227],[7.85525,49.05329],[7.80291,49.07489],[7.76073,49.06067],[7.75401,49.05963],[7.6612,49.06119],[7.64722,49.06722],[7.6296,49.08527],[7.5579,49.09626],[7.54379,49.10572],[7.50113,49.17672],[7.45012,49.19517],[7.36095,49.18259],[7.29893,49.13856],[7.28683,49.13488],[7.1535,49.13839],[7.14315,49.14159],[7.10494,49.16634],[7.06908,49.16018],[7.05478,49.16313],[7.0463,49.17503],[7.04055,49.19794],[6.93753,49.23369],[6.89322,49.22389],[6.88453,49.2239],[6.85119,49.23136],[6.82982,49.21802],[6.83093,49.19366],[6.82473,49.17826],[6.80904,49.17284],[6.76026,49.17752],[6.74328,49.19086],[6.72996,49.22917],[6.67013,49.29269],[6.61627,49.31869],[6.60497,49.33739],[6.60639,49.37868],[6.5451,49.44384],[6.43515,49.487],[6.34423,49.48037],[6.334,49.48235],[6.24643,49.52511],[6.17397,49.52187],[6.09319,49.47787],[6.08635,49.47562],[6.01627,49.46597],[5.99801,49.47317],[5.97516,49.50129],[5.876,49.5114],[5.86126,49.52038],[5.8399,49.55321],[5.77526,49.57414],[5.71578,49.55361],[5.70676,49.55267],[5.641,49.56095],[5.6076,49.53761],[5.59311,49.53424],[5.55401,49.54025],[5.50666,49.52042],[5.49294,49.51979],[5.48205,49.52815],[5.43141,49.60791],[5.3544,49.64041],[5.344,49.65049],[5.33363,49.67308],[5.28157,49.70836],[5.19602,49.70732],[5.18761,49.70906],[5.1412,49.72984],[5.13458,49.73462],[5.09944,49.77323],[5.02686,49.78886],[5.01867,49.79272],[4.99534,49.81116],[4.91098,49.79926],[4.89769,49.80204],[4.88924,49.81266],[4.87625,49.85111],[4.87913,49.86942],[4.89755,49.89424],[4.89654,49.91753],[4.83343,49.96696],[4.82662,49.97692],[4.82678,49.989],[4.8433,50.03881],[4.84331,50.03883],[4.84331,50.03884],[4.85104,50.06216],[4.86277,50.0745],[4.88076,50.0815],[4.90426,50.12639],[4.90479,50.14451],[4.8815,50.16436],[4.83123,50.17941],[4.69517,50.10472],[4.66924,50.06972],[4.67293,50.02716],[4.66936,50.01392],[4.6581,50.00609],[4.45469,49.95251],[4.44542,49.9523],[4.30877,49.98145],[4.22164,49.97089],[4.20633,49.97546],[4.1765,50.00065],[4.16976,50.01217],[4.17177,50.02537],[4.18164,50.03436],[4.23193,50.05551],[4.24074,50.07102],[4.21195,50.13602],[4.1764,50.1547],[4.16601,50.16888],[4.17084,50.18579],[4.23078,50.25233],[4.22904,50.26664],[4.21444,50.28167],[4.14388,50.29727],[4.13761,50.29984],[4.02672,50.36904],[3.91317,50.34291],[3.90189,50.3436],[3.84109,50.36558],[3.74935,50.36279],[3.71576,50.33854],[3.70258,50.33482],[3.6901,50.34044],[3.68415,50.35277],[3.67378,50.45642],[3.61523,50.50558],[3.54779,50.51012],[3.53266,50.51873],[3.52173,50.53459],[3.4748,50.54445],[3.3898,50.50884],[3.37551,50.50839],[3.3056,50.53267],[3.29219,50.55037],[3.28922,50.60028],[3.26588,50.64054],[3.26576,50.6604],[3.27545,50.67757],[3.27051,50.70375],[3.22149,50.7267],[3.2154,50.73111],[3.14877,50.80195],[3.11412,50.80566],[3.09244,50.79092],[3.08218,50.78749],[3.00718,50.78377],[2.93508,50.75592],[2.9161,50.72418],[2.90492,50.71536],[2.89072,50.7162],[2.85265,50.73335],[2.81655,50.73092],[2.79995,50.73795],[2.73267,50.81738],[2.6511,50.82906],[2.63786,50.83696],[2.62781,50.85054],[2.62396,50.86071],[2.61962,50.91067],[2.62452,50.9256],[2.64225,50.94578],[2.63986,50.95766],[2.61558,50.99749],[2.59845,51.0051],[2.58741,51.01763],[2.57048,51.07409],[2.5488,51.09759],[2.35816,51.32937],[1.31,50.88],[-2.25,50.09],[-6.3,48.98],[-2.7,43.9]]],"terms_url":"https://wiki.openstreetmap.org/wiki/FR:Servers/tile.openstreetmap.fr#Route500.E2.84.A2.C2.A9.C2.AE","terms_text":"Tiles © cquest@Openstreetmap France, data © IGN, LO/OL","description":"Routes of the classified network (highways, nationals, departmentals)","overlay":true},{"id":"Sacramento_CA_2022","name":"Sacramento County Orthoimagery (2022)","type":"tms","template":"https://mapservices.gis.saccounty.gov/ArcGIS/rest/services/Cache/IMAGERY_2022_WEB_MERCATOR/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-121.75804,38.01591],[-121.75781,38.02314],[-121.7213,38.02314],[-121.72144,38.03025],[-121.71207,38.03018],[-121.71189,38.0375],[-121.69383,38.03729],[-121.69366,38.04475],[-121.68463,38.04461],[-121.68453,38.05184],[-121.67533,38.0519],[-121.67523,38.08822],[-121.64787,38.08803],[-121.64794,38.08077],[-121.62941,38.08082],[-121.62917,38.09531],[-121.61115,38.09522],[-121.61086,38.10237],[-121.60185,38.10231],[-121.60192,38.09511],[-121.55578,38.09499],[-121.55534,38.10975],[-121.57424,38.10981],[-121.57417,38.12409],[-121.565,38.12406],[-121.56504,38.13124],[-121.55574,38.13117],[-121.55564,38.13856],[-121.54658,38.13846],[-121.54638,38.14585],[-121.52807,38.14571],[-121.52807,38.16742],[-121.51883,38.16737],[-121.51854,38.19639],[-121.50942,38.19636],[-121.50936,38.20356],[-121.50025,38.20347],[-121.49997,38.22534],[-121.48173,38.22522],[-121.4815,38.23975],[-121.47245,38.23962],[-121.472,38.25419],[-121.43551,38.25395],[-121.4357,38.24681],[-121.42641,38.24673],[-121.4265,38.23222],[-121.41731,38.23214],[-121.41743,38.22497],[-121.32543,38.22452],[-121.32525,38.23162],[-121.28873,38.23146],[-121.28833,38.23866],[-121.27935,38.23862],[-121.2793,38.24591],[-121.25161,38.24558],[-121.25182,38.23844],[-121.21501,38.23835],[-121.21483,38.24549],[-121.19655,38.2453],[-121.19656,38.25257],[-121.15971,38.25237],[-121.15949,38.2596],[-121.14113,38.25951],[-121.14105,38.26674],[-121.12275,38.26644],[-121.12237,38.27384],[-121.10423,38.27365],[-121.10381,38.28096],[-121.07668,38.2807],[-121.07661,38.28798],[-121.06727,38.28775],[-121.06705,38.29508],[-121.05814,38.29503],[-121.05821,38.28775],[-121.03989,38.28753],[-121.03946,38.29486],[-121.0212,38.2948],[-121.01731,38.51237],[-121.02709,38.51257],[-121.02709,38.53387],[-121.03638,38.53387],[-121.03602,38.55582],[-121.04536,38.55597],[-121.04499,38.57043],[-121.05433,38.57029],[-121.05399,38.59949],[-121.06325,38.59957],[-121.06267,38.63581],[-121.07196,38.63595],[-121.07124,38.67941],[-121.08067,38.67952],[-121.08021,38.70128],[-121.08962,38.70137],[-121.08939,38.72305],[-121.19117,38.72378],[-121.19099,38.73101],[-121.3021,38.73177],[-121.30198,38.74628],[-121.48707,38.74711],[-121.48724,38.73998],[-121.58899,38.7404],[-121.58889,38.74754],[-121.60729,38.74776],[-121.6075,38.73318],[-121.62607,38.73343],[-121.62616,38.71877],[-121.64463,38.71884],[-121.64508,38.65355],[-121.62647,38.65338],[-121.62659,38.64629],[-121.60801,38.64596],[-121.6081,38.63174],[-121.5711,38.63142],[-121.57135,38.60255],[-121.58059,38.60271],[-121.58068,38.58084],[-121.59,38.5809],[-121.59057,38.49389],[-121.56268,38.49364],[-121.56299,38.47926],[-121.55367,38.47909],[-121.55388,38.47213],[-121.54449,38.47179],[-121.54447,38.46466],[-121.50752,38.46449],[-121.5078,38.44289],[-121.5261,38.44294],[-121.52632,38.43572],[-121.5354,38.43561],[-121.53582,38.4137],[-121.52637,38.41354],[-121.52644,38.38498],[-121.53575,38.38502],[-121.53599,38.35598],[-121.54511,38.35602],[-121.54528,38.34873],[-121.5636,38.34882],[-121.5636,38.34173],[-121.57293,38.34168],[-121.57293,38.3343],[-121.59123,38.33441],[-121.59157,38.32004],[-121.60047,38.31997],[-121.60056,38.30549],[-121.60992,38.30542],[-121.61041,38.21136],[-121.61954,38.21124],[-121.61975,38.19682],[-121.64709,38.19699],[-121.64725,38.18961],[-121.66551,38.18986],[-121.66565,38.18242],[-121.67471,38.18257],[-121.67478,38.17529],[-121.68418,38.17519],[-121.68418,38.16806],[-121.69318,38.16832],[-121.69348,38.13197],[-121.70278,38.13183],[-121.70287,38.11726],[-121.71191,38.11754],[-121.71203,38.08844],[-121.75762,38.08852],[-121.758,38.08133],[-121.77605,38.08119],[-121.77637,38.07387],[-121.78527,38.07412],[-121.78551,38.06673],[-121.82204,38.06696],[-121.82164,38.07396],[-121.83115,38.07436],[-121.83115,38.08153],[-121.84967,38.08161],[-121.84942,38.07412],[-121.86782,38.07407],[-121.86776,38.05961],[-121.84949,38.05955],[-121.84951,38.0379],[-121.84044,38.03783],[-121.84053,38.02338],[-121.82214,38.02322],[-121.82229,38.01604],[-121.75804,38.01591]]],"terms_url":"https://data.saccounty.gov/","terms_text":"Sacramento County","description":"2022 3-inch resolution imagery for Sacramento County in the State of California","icon":"https://www.saccounty.gov/SiteAssets/responsive/img/logo.png"},{"id":"Saint_Johns_Basemap","name":"Saint Johns County Basemap","type":"tms","template":"https://www.gis.sjcfl.us/portal_sjcgis/rest/services/Basemap/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[0,23],"polygon":[[[-81.60172,29.96152],[-81.55467,29.61383],[-81.31862,29.61478],[-81.31851,29.62861],[-81.30255,29.62866],[-81.30286,29.64208],[-81.25476,29.64302],[-81.25524,29.65464],[-81.20855,29.65617],[-81.3203,30.2611],[-81.44677,30.26085],[-81.44662,30.13673],[-81.50903,30.13727],[-81.50946,30.15077],[-81.58879,30.15028],[-81.58878,30.13628],[-81.65218,30.13561],[-81.68584,30.03107],[-81.60172,29.96152]]],"terms_url":"https://www.sjcfl.us/GIS/index.aspx","terms_text":"Saint Johns County GIS"},{"id":"Saint_Johns_Ortho_CIR_2021","name":"Saint Johns County Infrared Orthoimagery (2021)","type":"tms","template":"https://www.gis.sjcfl.us/portal_sjcgis/rest/services/Imagery_2021_cir/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-81.60172,29.96152],[-81.55467,29.61383],[-81.31862,29.61478],[-81.31851,29.62861],[-81.30255,29.62866],[-81.30286,29.64208],[-81.25476,29.64302],[-81.25524,29.65464],[-81.20855,29.65617],[-81.3203,30.2611],[-81.44677,30.26085],[-81.44662,30.13673],[-81.50903,30.13727],[-81.50946,30.15077],[-81.58879,30.15028],[-81.58878,30.13628],[-81.65218,30.13561],[-81.68584,30.03107],[-81.60172,29.96152]]],"terms_url":"https://www.sjcfl.us/GIS/index.aspx","terms_text":"Saint Johns County GIS","description":"The 2021 color infrared orthoimagery for Saint Johns County in the State of Florida"},{"id":"Saint_Johns_Ortho_CIR_2024","name":"Saint Johns County Infrared Orthoimagery (2024)","type":"tms","template":"https://www.gis.sjcfl.us/portal_sjcgis/rest/services/Imagery_2024_cir/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-81.60172,29.96152],[-81.55467,29.61383],[-81.31862,29.61478],[-81.31851,29.62861],[-81.30255,29.62866],[-81.30286,29.64208],[-81.25476,29.64302],[-81.25524,29.65464],[-81.20855,29.65617],[-81.3203,30.2611],[-81.44677,30.26085],[-81.44662,30.13673],[-81.50903,30.13727],[-81.50946,30.15077],[-81.58879,30.15028],[-81.58878,30.13628],[-81.65218,30.13561],[-81.68584,30.03107],[-81.60172,29.96152]]],"terms_url":"https://www.sjcfl.us/GIS/index.aspx","terms_text":"Saint Johns County GIS","description":"The 2024 color infrared orthoimagery for Saint Johns County in the State of Florida"},{"id":"Saint_Johns_Ortho_2021","name":"Saint Johns County Natural Color Orthoimagery (2021)","type":"tms","template":"https://www.gis.sjcfl.us/portal_sjcgis/rest/services/Imagery_2021_color/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-81.60172,29.96152],[-81.55467,29.61383],[-81.31862,29.61478],[-81.31851,29.62861],[-81.30255,29.62866],[-81.30286,29.64208],[-81.25476,29.64302],[-81.25524,29.65464],[-81.20855,29.65617],[-81.3203,30.2611],[-81.44677,30.26085],[-81.44662,30.13673],[-81.50903,30.13727],[-81.50946,30.15077],[-81.58879,30.15028],[-81.58878,30.13628],[-81.65218,30.13561],[-81.68584,30.03107],[-81.60172,29.96152]]],"terms_url":"https://www.sjcfl.us/GIS/index.aspx","terms_text":"Saint Johns County GIS","description":"The 2021 natural color orthoimagery for Saint Johns County in the State of Florida"},{"id":"Saint_Johns_Ortho_2024","name":"Saint Johns County Natural Color Orthoimagery (2024)","type":"tms","template":"https://www.gis.sjcfl.us/portal_sjcgis/rest/services/Imagery_2024_color/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-81.60172,29.96152],[-81.55467,29.61383],[-81.31862,29.61478],[-81.31851,29.62861],[-81.30255,29.62866],[-81.30286,29.64208],[-81.25476,29.64302],[-81.25524,29.65464],[-81.20855,29.65617],[-81.3203,30.2611],[-81.44677,30.26085],[-81.44662,30.13673],[-81.50903,30.13727],[-81.50946,30.15077],[-81.58879,30.15028],[-81.58878,30.13628],[-81.65218,30.13561],[-81.68584,30.03107],[-81.60172,29.96152]]],"terms_url":"https://www.sjcfl.us/GIS/index.aspx","terms_text":"Saint Johns County GIS","description":"The 2024 natural color orthoimagery for Saint Johns County in the State of Florida"},{"id":"Saint_Lucie_Ortho_2021","name":"Saint Lucie County Orthoimagery (2021)","type":"tms","template":"https://tiles.arcgis.com/tiles/UZU5YYWrSlE9YWnx/arcgis/rest/services/2021_Aerial_Imagery/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-80.69494,27.5659],[-80.69595,27.19453],[-80.28066,27.19288],[-80.28031,27.24802],[-80.18807,27.24748],[-80.32276,27.56457],[-80.69494,27.5659]]],"terms_url":"https://www.paslc.gov/","terms_text":"Saint Lucie County Property Appraiser’s Office","description":"The 2021 orthoimagery for Saint Lucie County in the State of Florida"},{"id":"Saint_Lucie_Ortho_2023","name":"Saint Lucie County Orthoimagery (2023)","type":"tms","template":"https://tiles.arcgis.com/tiles/UZU5YYWrSlE9YWnx/arcgis/rest/services/2023_Aerial_Imagery/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-80.69494,27.5659],[-80.69595,27.19453],[-80.28066,27.19288],[-80.28031,27.24802],[-80.18807,27.24748],[-80.32276,27.56457],[-80.69494,27.5659]]],"terms_url":"https://www.paslc.gov/","terms_text":"Saint Lucie County Property Appraiser’s Office","description":"The 2023 orthoimagery for Saint Lucie County in the State of Florida"},{"id":"Saint_Lucie_Ortho_2024","name":"Saint Lucie County Orthoimagery (2024)","type":"tms","template":"https://tiles.arcgis.com/tiles/UZU5YYWrSlE9YWnx/arcgis/rest/services/2024_Aerial_Imagery/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-80.69494,27.5659],[-80.69595,27.19453],[-80.28066,27.19288],[-80.28031,27.24802],[-80.18807,27.24748],[-80.32276,27.56457],[-80.69494,27.5659]]],"terms_url":"https://www.paslc.gov/","terms_text":"Saint Lucie County Property Appraiser’s Office","description":"The 2024 orthoimagery for Saint Lucie County in the State of Florida"},{"id":"saitama_fukaya_orthophoto_2017","name":"Saitama Fukaya-shi Imagery 2017","type":"tms","template":"http://nyampire.conohawing.com/ortho-fukaya-shi/{zoom}/{x}/{-y}.png","category":"photo","endDate":"2017-12-31T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[12,19],"polygon":[[[139.24072,36.25369],[139.1851,36.21963],[139.16725,36.12872],[139.20296,36.11153],[139.24381,36.11181],[139.25686,36.09544],[139.31076,36.09572],[139.34784,36.16865],[139.34784,36.25313],[139.24072,36.25369]]],"terms_url":"http://www.city.fukaya.saitama.jp/shisei/tokei/open_date/1450169094962.html","terms_text":"FukayaOrtho","description":"Open Data Orthoimagery from Fukaya-shi, 2018"},{"id":"San_Bernardino_CA_2023","name":"San Bernardino County Orthoimagery (2023)","type":"wms","template":"https://maps.sbcounty.gov/arcgis/rest/services/Y2023_pua_cache/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-117.81374,33.9442],[-117.69709,33.86642],[-117.65711,33.86651],[-117.65702,33.87329],[-117.63812,33.87325],[-117.63785,33.91003],[-117.59357,33.90977],[-117.59357,33.96213],[-117.54077,33.9623],[-117.54037,34.01906],[-117.50421,34.01901],[-117.50385,34.00348],[-117.24117,34.00171],[-117.24259,33.98964],[-116.93838,33.9872],[-116.91388,34.02021],[-116.29299,34.01275],[-116.29303,34.01985],[-115.8132,34.01222],[-115.81142,34.25023],[-116.06097,34.25077],[-116.06043,34.31289],[-116.18796,34.31342],[-116.18947,34.2497],[-116.2507,34.25094],[-116.24973,34.31235],[-116.37583,34.3136],[-116.37459,34.37518],[-116.62529,34.37483],[-116.62493,34.43766],[-116.7513,34.43801],[-116.75024,34.49836],[-116.8759,34.50049],[-116.8759,34.56084],[-116.93696,34.56084],[-116.93909,34.62402],[-117.1258,34.62402],[-117.1258,34.75039],[-117.00156,34.75039],[-117.00085,34.81216],[-116.68705,34.81216],[-116.68847,34.7795],[-116.56281,34.78092],[-116.56281,35.001],[-116.93767,34.99958],[-116.93909,34.93711],[-117.12651,34.93711],[-117.12651,34.99887],[-117.18899,34.99887],[-117.1897,35.08194],[-117.37641,35.08336],[-117.37571,34.99958],[-117.50101,35.00029],[-117.50066,35.02807],[-117.65028,35.02878],[-117.65054,34.83647],[-117.6848,34.83665],[-117.68586,34.54664],[-117.67752,34.54628],[-117.6785,34.24242],[-117.74435,34.03893],[-117.78415,34.0388],[-117.82129,33.97903],[-117.82142,33.96381],[-117.81374,33.96377],[-117.81374,33.9442]]],"terms_url":"https://open.sbcounty.gov/","terms_text":"San Bernardino County","description":"2023 3-inch resolution imagery for San Bernardino County in the State of California","icon":"https://www.sbcounty.gov/uploads/cao/OpenData/SBCoLOGO-White.png"},{"id":"San_Francisco_CA_2022","name":"San Francisco Orthoimagery (2022)","type":"tms","template":"https://tile.sf.gov/api/tiles/p2022_rgb8cm/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[10,20],"polygon":[[[-122.5088,37.61997],[-122.45412,37.61999],[-122.45412,37.63449],[-122.50881,37.63447],[-122.5088,37.61997]],[[-122.41766,37.61998],[-122.40854,37.61998],[-122.40856,37.60548],[-122.39033,37.60547],[-122.39033,37.59822],[-122.35388,37.59819],[-122.35389,37.60544],[-122.34475,37.60543],[-122.34474,37.61994],[-122.36296,37.61996],[-122.36296,37.63444],[-122.38119,37.63446],[-122.38117,37.64172],[-122.41764,37.64173],[-122.41766,37.61998]],[[-122.50886,37.69972],[-122.39024,37.69972],[-122.39026,37.70697],[-122.36287,37.70695],[-122.36286,37.7142],[-122.35373,37.71419],[-122.35373,37.73593],[-122.36284,37.73594],[-122.36282,37.75045],[-122.37194,37.75045],[-122.37194,37.75771],[-122.38107,37.75772],[-122.38105,37.78671],[-122.37191,37.78671],[-122.3719,37.8012],[-122.33535,37.80119],[-122.33538,37.77943],[-122.31711,37.77941],[-122.31703,37.82291],[-122.36273,37.82295],[-122.36271,37.83743],[-122.38098,37.83746],[-122.38102,37.80847],[-122.3993,37.80847],[-122.39929,37.8157],[-122.41759,37.81574],[-122.41756,37.83023],[-122.43583,37.83025],[-122.43585,37.81573],[-122.4724,37.81573],[-122.4724,37.84472],[-122.4907,37.84472],[-122.49069,37.82297],[-122.48153,37.82298],[-122.48154,37.80848],[-122.49068,37.80848],[-122.49067,37.80123],[-122.49981,37.80122],[-122.4998,37.79398],[-122.51808,37.79396],[-122.51801,37.71421],[-122.50888,37.71422],[-122.50886,37.69972]],[[-122.45413,37.85923],[-122.44498,37.85923],[-122.44499,37.85198],[-122.41755,37.85198],[-122.41753,37.87373],[-122.45413,37.87373],[-122.45413,37.85923]],[[-122.43581,37.92447],[-122.41753,37.92445],[-122.41749,37.93897],[-122.43584,37.93897],[-122.43581,37.92447]]],"terms_url":"https://www.sf.gov/","terms_text":"City and County of San Francisco","description":"2022 3-inch resolution imagery for San Francisco in the State of California","icon":"https://www.sf.gov/themes/custom/sfgovpl/logo-white.svg"},{"id":"San_Francisco_Ortho_2023","name":"San Francisco Orthoimagery (2023)","type":"tms","template":"https://tile.sf.gov/api/tiles/p2023_rgb8cm/{zoom}/{x}/{y}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[10,20],"polygon":[[[-122.5088,37.61997],[-122.45412,37.61999],[-122.45412,37.63449],[-122.50881,37.63447],[-122.5088,37.61997]],[[-122.41766,37.61998],[-122.40854,37.61998],[-122.40856,37.60548],[-122.39033,37.60547],[-122.39033,37.59822],[-122.35388,37.59819],[-122.35389,37.60544],[-122.34475,37.60543],[-122.34474,37.61994],[-122.36296,37.61996],[-122.36296,37.63444],[-122.38119,37.63446],[-122.38117,37.64172],[-122.41764,37.64173],[-122.41766,37.61998]],[[-122.50886,37.69972],[-122.39024,37.69972],[-122.39026,37.70697],[-122.36287,37.70695],[-122.36286,37.7142],[-122.35373,37.71419],[-122.35373,37.73593],[-122.36284,37.73594],[-122.36282,37.75045],[-122.37194,37.75045],[-122.37194,37.75771],[-122.38107,37.75772],[-122.38105,37.78671],[-122.37191,37.78671],[-122.3719,37.8012],[-122.33535,37.80119],[-122.33538,37.77943],[-122.31711,37.77941],[-122.31703,37.82291],[-122.36273,37.82295],[-122.36271,37.83743],[-122.38098,37.83746],[-122.38102,37.80847],[-122.3993,37.80847],[-122.39929,37.8157],[-122.41759,37.81574],[-122.41756,37.83023],[-122.43583,37.83025],[-122.43585,37.81573],[-122.4724,37.81573],[-122.4724,37.84472],[-122.4907,37.84472],[-122.49069,37.82297],[-122.48153,37.82298],[-122.48154,37.80848],[-122.49068,37.80848],[-122.49067,37.80123],[-122.49981,37.80122],[-122.4998,37.79398],[-122.51808,37.79396],[-122.51801,37.71421],[-122.50888,37.71422],[-122.50886,37.69972]],[[-122.45413,37.85923],[-122.44498,37.85923],[-122.44499,37.85198],[-122.41755,37.85198],[-122.41753,37.87373],[-122.45413,37.87373],[-122.45413,37.85923]],[[-122.43581,37.92447],[-122.41753,37.92445],[-122.41749,37.93897],[-122.43584,37.93897],[-122.43581,37.92447]]],"terms_url":"https://www.sf.gov/","terms_text":"City and County of San Francisco","description":"2023 3-inch resolution orthorectified imagery for San Francisco in the State of California","icon":"https://www.sf.gov/themes/custom/sfgovpl/logo-white.svg"},{"id":"San_Francisco_CA_2022_CIR","name":"San Francisco Orthoimagery CIR (2022)","type":"tms","template":"https://tile.sf.gov/api/tiles/p2022_irg8cm/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[10,20],"polygon":[[[-122.5088,37.61997],[-122.45412,37.61999],[-122.45412,37.63449],[-122.50881,37.63447],[-122.5088,37.61997]],[[-122.41766,37.61998],[-122.40854,37.61998],[-122.40856,37.60548],[-122.39033,37.60547],[-122.39033,37.59822],[-122.35388,37.59819],[-122.35389,37.60544],[-122.34475,37.60543],[-122.34474,37.61994],[-122.36296,37.61996],[-122.36296,37.63444],[-122.38119,37.63446],[-122.38117,37.64172],[-122.41764,37.64173],[-122.41766,37.61998]],[[-122.50886,37.69972],[-122.39024,37.69972],[-122.39026,37.70697],[-122.36287,37.70695],[-122.36286,37.7142],[-122.35373,37.71419],[-122.35373,37.73593],[-122.36284,37.73594],[-122.36282,37.75045],[-122.37194,37.75045],[-122.37194,37.75771],[-122.38107,37.75772],[-122.38105,37.78671],[-122.37191,37.78671],[-122.3719,37.8012],[-122.33535,37.80119],[-122.33538,37.77943],[-122.31711,37.77941],[-122.31703,37.82291],[-122.36273,37.82295],[-122.36271,37.83743],[-122.38098,37.83746],[-122.38102,37.80847],[-122.3993,37.80847],[-122.39929,37.8157],[-122.41759,37.81574],[-122.41756,37.83023],[-122.43583,37.83025],[-122.43585,37.81573],[-122.4724,37.81573],[-122.4724,37.84472],[-122.4907,37.84472],[-122.49069,37.82297],[-122.48153,37.82298],[-122.48154,37.80848],[-122.49068,37.80848],[-122.49067,37.80123],[-122.49981,37.80122],[-122.4998,37.79398],[-122.51808,37.79396],[-122.51801,37.71421],[-122.50888,37.71422],[-122.50886,37.69972]],[[-122.45413,37.85923],[-122.44498,37.85923],[-122.44499,37.85198],[-122.41755,37.85198],[-122.41753,37.87373],[-122.45413,37.87373],[-122.45413,37.85923]],[[-122.43581,37.92447],[-122.41753,37.92445],[-122.41749,37.93897],[-122.43584,37.93897],[-122.43581,37.92447]]],"terms_url":"https://www.sf.gov/","terms_text":"City and County of San Francisco","description":"2022 3-inch resolution imagery for San Francisco in the State of California","icon":"https://www.sf.gov/themes/custom/sfgovpl/logo-white.svg"},{"id":"San_Juan_NM_2019","name":"San Juan County Orthoimagery (2019)","type":"wms","template":"https://webmaps.sjcounty.net/arcgis/services/Imagery/SJC_2019_Imagery/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:4326","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-108.46806,36.73926],[-108.39563,36.73941],[-108.39506,36.6813],[-108.12361,36.68141],[-108.1232,36.65248],[-107.61592,36.65208],[-107.61618,36.62338],[-107.54389,36.62304],[-107.54307,36.79713],[-107.52533,36.79725],[-107.52526,36.81213],[-107.48904,36.81213],[-107.48879,36.84075],[-107.76106,36.84085],[-107.76108,36.81176],[-107.88799,36.8117],[-107.88794,36.89883],[-107.86992,36.89883],[-107.86988,36.94235],[-107.85174,36.94232],[-107.85177,37.00035],[-107.88797,37.00035],[-107.88796,36.98582],[-107.90611,36.98584],[-107.90607,36.94232],[-107.92419,36.94237],[-107.92418,36.9278],[-107.94233,36.92775],[-107.94242,36.91324],[-107.96057,36.91312],[-107.96074,36.89889],[-107.97846,36.89867],[-107.97863,36.88423],[-108.15961,36.88436],[-108.16019,36.95707],[-108.2143,36.95677],[-108.21434,36.86992],[-108.2324,36.86972],[-108.23264,36.82628],[-108.46801,36.82636],[-108.46806,36.73926]]],"terms_url":"https://data-sjcounty.opendata.arcgis.com","terms_text":"San Juan County GIS","description":"3/6-inch pixel resolution orthoimagery captured in 2019 for San Juan County of the state of New Mexico","icon":"https://webmaps.sjcounty.net/portal/sharing/rest/portals/self/resources/home.logo1687127587650.gif"},{"id":"San_Juan_NM_2021","name":"San Juan County Orthoimagery (2021)","type":"wms","template":"https://webmaps.sjcounty.net/arcgis/services/Imagery/SJC_2021Imagery/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:4326","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-108.52592,36.73386],[-108.43577,36.73432],[-108.43566,36.71987],[-108.34565,36.72029],[-108.34545,36.70582],[-108.29148,36.70603],[-108.29125,36.6625],[-108.27322,36.66257],[-108.27313,36.64806],[-108.25513,36.64811],[-108.25505,36.6336],[-108.23709,36.63367],[-108.237,36.60469],[-108.21891,36.60465],[-108.21885,36.59027],[-108.20089,36.59031],[-108.20072,36.56131],[-108.18278,36.56135],[-108.18253,36.53235],[-108.16464,36.53238],[-108.16428,36.50341],[-108.14658,36.50346],[-108.14649,36.47441],[-108.08364,36.47456],[-108.08363,36.48903],[-108.06571,36.48908],[-108.06573,36.50361],[-108.02981,36.50361],[-108.02986,36.51815],[-107.99394,36.51815],[-107.99383,36.53278],[-107.97604,36.53273],[-107.97604,36.54728],[-107.94003,36.54725],[-107.94008,36.56184],[-107.81416,36.56187],[-107.81439,36.58358],[-107.83215,36.58358],[-107.83222,36.59802],[-107.85013,36.59808],[-107.85024,36.67792],[-107.74233,36.67791],[-107.74217,36.75052],[-107.70603,36.75043],[-107.70618,36.79377],[-107.61582,36.79391],[-107.61548,36.87364],[-107.66092,36.8735],[-107.66079,36.82994],[-107.75094,36.83019],[-107.75079,36.81562],[-107.87727,36.81567],[-107.87713,36.75748],[-107.92247,36.75759],[-107.92247,36.78658],[-108.02137,36.78651],[-108.02137,36.75764],[-108.06643,36.75741],[-108.0668,36.88081],[-107.93145,36.88087],[-107.93136,36.8665],[-107.86836,36.86657],[-107.86821,36.93891],[-107.85032,36.93891],[-107.85033,37.00415],[-107.93161,37.00421],[-107.93146,36.91712],[-108.01292,36.91695],[-108.01286,36.93149],[-108.03093,36.93154],[-108.03118,37.00409],[-108.07636,37.00397],[-108.07619,36.98938],[-108.22082,36.98901],[-108.2203,36.87294],[-108.2382,36.87297],[-108.23789,36.78603],[-108.25596,36.78593],[-108.25577,36.77135],[-108.42708,36.77065],[-108.42751,36.81407],[-108.4907,36.81388],[-108.49036,36.78486],[-108.52637,36.78464],[-108.52592,36.73386]]],"terms_url":"https://data-sjcounty.opendata.arcgis.com","terms_text":"San Juan County GIS","description":"3/6-inch pixel resolution orthoimagery captured in 2021 for San Juan County of the state of New Mexico","icon":"https://webmaps.sjcounty.net/portal/sharing/rest/portals/self/resources/home.logo1687127587650.gif"},{"id":"San_Juan_NM_2023","name":"San Juan County Orthoimagery (2023)","type":"wms","template":"https://webmaps.sjcounty.net/arcgis/services/Imagery/SJC2023Imagery/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:4326","endDate":"2023-05-01T00:00:00.000Z","startDate":"2023-02-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-108.53944,36.73236],[-108.40432,36.73308],[-108.40421,36.7186],[-108.26908,36.71914],[-108.26905,36.71189],[-108.25104,36.71194],[-108.2509,36.69019],[-108.09786,36.69064],[-108.09756,36.66161],[-107.97179,36.66199],[-107.97174,36.67636],[-107.79173,36.67643],[-107.7917,36.71257],[-107.71961,36.71266],[-107.71957,36.75625],[-107.68372,36.75616],[-107.68349,36.79961],[-107.62035,36.79951],[-107.62031,36.80682],[-107.61121,36.80678],[-107.61132,36.81407],[-107.60221,36.81407],[-107.60221,36.83584],[-107.59311,36.83571],[-107.59311,36.84299],[-107.57507,36.84299],[-107.57511,36.8575],[-107.53894,36.85746],[-107.53892,36.86461],[-107.52992,36.86465],[-107.52981,36.87919],[-107.51181,36.87905],[-107.5117,36.88634],[-107.48468,36.88626],[-107.48462,36.90079],[-107.45756,36.90074],[-107.45717,36.96593],[-107.44809,36.96596],[-107.44813,36.97311],[-107.43,36.97305],[-107.42996,36.99478],[-108.03566,36.99539],[-108.03551,36.9809],[-108.2344,36.98036],[-108.23355,36.81352],[-108.28765,36.81336],[-108.28738,36.76983],[-108.4316,36.76918],[-108.43201,36.81275],[-108.44094,36.81268],[-108.44109,36.81991],[-108.48617,36.8197],[-108.48635,36.84865],[-108.54054,36.84838],[-108.53944,36.73236]]],"terms_url":"https://data-sjcounty.opendata.arcgis.com","terms_text":"San Juan County GIS","best":true,"description":"3/6-inch pixel resolution orthoimagery captured in 2023 for San Juan County of the state of New Mexico","icon":"https://webmaps.sjcounty.net/portal/sharing/rest/portals/self/resources/home.logo1687127587650.gif"},{"id":"San_Mateo_CA_2022","name":"San Mateo County Orthoimagery (2022)","type":"wms","template":"https://gis.smcgov.org/image/rest/services/SanMateoCounty_Imagery2022/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-122.53756,37.6908],[-122.53704,37.12929],[-122.33985,37.13375],[-122.33933,37.11178],[-122.3187,37.11181],[-122.31847,37.10108],[-122.27737,37.10161],[-122.27826,37.13451],[-122.29889,37.13411],[-122.29974,37.17819],[-122.23801,37.17918],[-122.23867,37.21217],[-122.14608,37.21345],[-122.14785,37.30129],[-122.15835,37.30109],[-122.15861,37.31762],[-122.16904,37.31749],[-122.1693,37.33399],[-122.17976,37.33382],[-122.18003,37.35016],[-122.19059,37.35022],[-122.19095,37.37768],[-122.18058,37.37774],[-122.18189,37.43271],[-122.16123,37.43304],[-122.16156,37.44399],[-122.12023,37.44458],[-122.12036,37.45547],[-122.0791,37.4562],[-122.07923,37.47797],[-122.12095,37.47719],[-122.12187,37.5214],[-122.16333,37.52101],[-122.16372,37.54278],[-122.20453,37.542],[-122.20558,37.56378],[-122.24703,37.56299],[-122.2473,37.58529],[-122.28902,37.58503],[-122.28954,37.60654],[-122.331,37.60628],[-122.33205,37.64931],[-122.3735,37.64879],[-122.37511,37.71531],[-122.50244,37.71334],[-122.5019,37.6914],[-122.53756,37.6908]]],"terms_url":"https://www.smcgov.org/","terms_text":"San Mateo County","description":"2022 3-inch resolution imagery for San Mateo County in the State of California","icon":"https://www.smcgov.org/sites/default/files/favicon.png"},{"id":"SANDAG_2020","name":"SANDAG 2020 Aerial Imagery","type":"wms","template":"https://gis.sandag.org/sdgis/services/Imagery/SD2020/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-11T00:00:00.000Z","startDate":"2019-12-22T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[-116.07609,33.43363],[-117.23133,33.43461],[-117.23158,33.45824],[-117.23782,33.45817],[-117.23787,33.4629],[-117.24915,33.46281],[-117.24919,33.46578],[-117.2663,33.46565],[-117.26638,33.47213],[-117.27747,33.47204],[-117.27752,33.47676],[-117.28881,33.47667],[-117.28883,33.47997],[-117.31841,33.47972],[-117.31854,33.4906],[-117.3341,33.49046],[-117.33413,33.49409],[-117.35322,33.49393],[-117.35348,33.51394],[-117.52062,33.51235],[-117.51998,33.46983],[-117.54256,33.46956],[-117.54246,33.46308],[-117.58759,33.46259],[-117.58747,33.45491],[-117.59313,33.45483],[-117.59254,33.41703],[-117.60378,33.41692],[-117.68006,32.48196],[-116.09444,32.61371],[-116.09363,33.06962],[-116.07248,33.0696],[-116.07609,33.43363]]],"terms_url":"https://www.sangis.org/","terms_text":"San Diego Association of Governments","description":"2020 9-inch resolution imagery for the San Diego region of the State of California. Imagery was acquired as part of the San Diego regional aerial imagery acquisition partnership","icon":"https://gis.sandag.org/images/sandag_sangis_combo_logo.png"},{"id":"SANDAG_2023","name":"SANDAG 2023 Aerial Imagery","type":"wms","template":"https://gis.sandag.org/sdgis/services/Imagery/SD2023_9inch/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[-116.07609,33.43363],[-117.23133,33.43461],[-117.23158,33.45824],[-117.23782,33.45817],[-117.23787,33.4629],[-117.24915,33.46281],[-117.24919,33.46578],[-117.2663,33.46565],[-117.26638,33.47213],[-117.27747,33.47204],[-117.27752,33.47676],[-117.28881,33.47667],[-117.28883,33.47997],[-117.31841,33.47972],[-117.31854,33.4906],[-117.3341,33.49046],[-117.33413,33.49409],[-117.35322,33.49393],[-117.35348,33.51394],[-117.52062,33.51235],[-117.51998,33.46983],[-117.54256,33.46956],[-117.54246,33.46308],[-117.58759,33.46259],[-117.58747,33.45491],[-117.59313,33.45483],[-117.59254,33.41703],[-117.60378,33.41692],[-117.68006,32.48196],[-116.09444,32.61371],[-116.09363,33.06962],[-116.07248,33.0696],[-116.07609,33.43363]]],"terms_url":"https://www.sangis.org/","terms_text":"San Diego Association of Governments","description":"2023 9-inch resolution imagery for the San Diego region of the State of California. Imagery was acquired as part of the San Diego regional aerial imagery acquisition partnership","icon":"https://gis.sandag.org/images/sandag_sangis_combo_logo.png"},{"id":"Santa_Clara_CA_2022","name":"Santa Clara County Orthoimagery (2022)","type":"wms","template":"https://mapimages.sccgov.org/arcgis/rest/services/imagery/OrthoImagery2022/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-03-11T00:00:00.000Z","startDate":"2021-11-22T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-121.42509,36.92775],[-121.19004,36.92935],[-121.18983,36.93617],[-121.1815,36.93626],[-121.1814,36.94317],[-121.17286,36.94326],[-121.17339,36.97072],[-121.18182,36.97064],[-121.18182,36.9842],[-121.19047,36.98428],[-121.19079,37.01864],[-121.18214,37.01881],[-121.18236,37.03236],[-121.17382,37.03262],[-121.17392,37.04608],[-121.16528,37.04634],[-121.16528,37.08058],[-121.17424,37.08041],[-121.17446,37.09421],[-121.18289,37.09416],[-121.18294,37.10796],[-121.1743,37.10787],[-121.17472,37.13541],[-121.18332,37.13537],[-121.18337,37.14911],[-121.19202,37.14898],[-121.19202,37.16281],[-121.20066,37.16272],[-121.20085,37.17646],[-121.20939,37.17648],[-121.20945,37.18326],[-121.21804,37.18326],[-121.21804,37.19011],[-121.23524,37.19003],[-121.23533,37.19689],[-121.24387,37.19681],[-121.24397,37.2037],[-121.25256,37.20365],[-121.25264,37.21052],[-121.26983,37.21039],[-121.26983,37.21719],[-121.29555,37.21706],[-121.29566,37.21018],[-121.31266,37.21011],[-121.31258,37.20323],[-121.32123,37.20314],[-121.32126,37.21005],[-121.3299,37.20994],[-121.33006,37.21679],[-121.38141,37.21641],[-121.38168,37.23018],[-121.39022,37.23013],[-121.39038,37.24382],[-121.39892,37.24382],[-121.39913,37.25066],[-121.40756,37.25057],[-121.40788,37.27118],[-121.39075,37.27139],[-121.3907,37.27823],[-121.38216,37.27827],[-121.38237,37.29199],[-121.37378,37.29207],[-121.37388,37.29891],[-121.36524,37.29916],[-121.36577,37.34],[-121.3742,37.34008],[-121.37463,37.36758],[-121.36609,37.3677],[-121.36636,37.39506],[-121.37495,37.39493],[-121.37511,37.40871],[-121.38376,37.40871],[-121.38376,37.41558],[-121.39241,37.41546],[-121.39251,37.42232],[-121.41835,37.42207],[-121.41896,37.46337],[-121.42771,37.46315],[-121.42782,37.49073],[-121.43647,37.49069],[-121.43652,37.50441],[-121.44522,37.5042],[-121.44533,37.51118],[-121.47986,37.51093],[-121.48013,37.5177],[-121.89358,37.51364],[-121.89331,37.50678],[-121.90202,37.50665],[-121.9018,37.49967],[-122.04832,37.49785],[-122.04864,37.50483],[-122.05713,37.50471],[-122.05734,37.51156],[-122.10036,37.51101],[-122.1002,37.50415],[-122.10885,37.50403],[-122.10885,37.49708],[-122.13023,37.49687],[-122.13014,37.49342],[-122.13877,37.49338],[-122.13877,37.48986],[-122.16025,37.48961],[-122.1602,37.48614],[-122.17311,37.48593],[-122.17293,37.48248],[-122.1816,37.4824],[-122.18152,37.47899],[-122.19017,37.47884],[-122.19011,37.47541],[-122.19444,37.47534],[-122.1943,37.47191],[-122.1986,37.47187],[-122.1986,37.4684],[-122.20287,37.46836],[-122.20271,37.46494],[-122.20706,37.46488],[-122.20701,37.46141],[-122.21128,37.46132],[-122.21117,37.45791],[-122.21552,37.45793],[-122.21549,37.45444],[-122.21976,37.45442],[-122.21963,37.45094],[-122.22395,37.4509],[-122.22385,37.44399],[-122.22812,37.44382],[-122.22782,37.42674],[-122.23204,37.42674],[-122.23119,37.38892],[-122.23546,37.38892],[-122.2354,37.38201],[-122.23957,37.38192],[-122.23882,37.34421],[-122.23444,37.34429],[-122.23418,37.33746],[-122.23001,37.33755],[-122.22974,37.32371],[-122.23396,37.32367],[-122.23359,37.31004],[-122.22926,37.31004],[-122.229,37.29973],[-122.22483,37.29979],[-122.22473,37.29635],[-122.22043,37.29641],[-122.22032,37.2931],[-122.216,37.29314],[-122.21595,37.28958],[-122.21173,37.28979],[-122.21157,37.28631],[-122.20725,37.28635],[-122.2073,37.28291],[-122.20298,37.28304],[-122.20282,37.27955],[-122.19855,37.2796],[-122.19839,37.27616],[-122.19406,37.27624],[-122.19412,37.2728],[-122.18979,37.27276],[-122.18953,37.26605],[-122.18547,37.26618],[-122.18494,37.25917],[-122.18088,37.25921],[-122.18067,37.2525],[-122.1764,37.2525],[-122.17624,37.24905],[-122.17213,37.24901],[-122.17194,37.24559],[-122.16778,37.24568],[-122.16751,37.24228],[-122.16334,37.24236],[-122.16329,37.23896],[-122.15886,37.23901],[-122.15886,37.23556],[-122.15464,37.23565],[-122.15448,37.23208],[-122.14589,37.23225],[-122.14578,37.22885],[-122.14157,37.22881],[-122.14146,37.21865],[-122.13708,37.21869],[-122.13698,37.21533],[-122.13265,37.21537],[-122.13255,37.21193],[-122.12838,37.21197],[-122.12822,37.20862],[-122.12385,37.20874],[-122.12379,37.20509],[-122.11963,37.20509],[-122.11958,37.20173],[-122.1152,37.20173],[-122.11504,37.19841],[-122.11088,37.19846],[-122.11077,37.19505],[-122.10223,37.1951],[-122.1021,37.19167],[-122.09783,37.19178],[-122.09777,37.18834],[-122.09345,37.1884],[-122.09337,37.18491],[-122.08486,37.185],[-122.08478,37.18162],[-122.07618,37.18172],[-122.07594,37.17836],[-122.07188,37.17836],[-122.07162,37.175],[-122.06745,37.17509],[-122.06719,37.16471],[-122.06292,37.1648],[-122.06257,37.15101],[-122.05841,37.15108],[-122.05835,37.14765],[-122.05406,37.14767],[-122.05395,37.14429],[-122.04963,37.14429],[-122.04957,37.14089],[-122.04533,37.14091],[-122.04517,37.13748],[-122.03666,37.13763],[-122.03658,37.13419],[-122.02804,37.13429],[-122.0279,37.13087],[-122.02363,37.13089],[-122.02355,37.1241],[-122.01923,37.12412],[-122.01904,37.12072],[-122.01485,37.12078],[-122.0148,37.11733],[-122.00623,37.1174],[-122.00607,37.11395],[-121.99332,37.11412],[-121.99321,37.11071],[-121.98899,37.1108],[-121.98883,37.10735],[-121.98024,37.10748],[-121.98024,37.10395],[-121.97591,37.10403],[-121.97581,37.10071],[-121.963,37.10071],[-121.96284,37.09735],[-121.95438,37.09743],[-121.95435,37.094],[-121.94576,37.09415],[-121.94565,37.09071],[-121.93711,37.09083],[-121.937,37.08738],[-121.92852,37.08749],[-121.92838,37.08406],[-121.9199,37.08417],[-121.91974,37.08072],[-121.9113,37.08093],[-121.91098,37.07748],[-121.9026,37.07744],[-121.90239,37.07403],[-121.88109,37.07433],[-121.88093,37.07097],[-121.87239,37.07105],[-121.87239,37.06765],[-121.85958,37.0676],[-121.85942,37.06432],[-121.85531,37.06437],[-121.85499,37.06092],[-121.85093,37.06109],[-121.85072,37.05751],[-121.84645,37.05742],[-121.84642,37.05417],[-121.84218,37.05419],[-121.84205,37.05074],[-121.83786,37.0508],[-121.83764,37.04392],[-121.82916,37.044],[-121.8291,37.04056],[-121.82055,37.0407],[-121.82047,37.03725],[-121.8119,37.03734],[-121.81185,37.03393],[-121.80753,37.03395],[-121.80739,37.0305],[-121.79896,37.03067],[-121.79883,37.02724],[-121.79461,37.0273],[-121.79456,37.02381],[-121.78599,37.02383],[-121.78588,37.02048],[-121.78164,37.02053],[-121.78153,37.01707],[-121.77729,37.01714],[-121.77726,37.01371],[-121.77294,37.01375],[-121.77232,36.97598],[-121.76803,36.97604],[-121.76784,36.96916],[-121.76357,36.96926],[-121.7636,36.96583],[-121.75927,36.96581],[-121.75914,36.9624],[-121.75071,36.96246],[-121.75057,36.95909],[-121.72928,36.9593],[-121.72914,36.95588],[-121.72485,36.95592],[-121.72477,36.94901],[-121.72052,36.94906],[-121.72047,36.94564],[-121.71617,36.94573],[-121.71615,36.94225],[-121.70758,36.94234],[-121.7075,36.93895],[-121.69899,36.93899],[-121.69888,36.9356],[-121.69464,36.93562],[-121.69458,36.93218],[-121.69031,36.93216],[-121.6902,36.92881],[-121.68599,36.92888],[-121.68583,36.92199],[-121.68158,36.92197],[-121.68145,36.91855],[-121.67726,36.91857],[-121.67715,36.9152],[-121.67294,36.91524],[-121.67278,36.91187],[-121.66861,36.91183],[-121.66851,36.90846],[-121.66429,36.90846],[-121.66408,36.90504],[-121.65997,36.905],[-121.65986,36.90163],[-121.647,36.90176],[-121.647,36.89834],[-121.62132,36.89864],[-121.62122,36.88844],[-121.61695,36.88823],[-121.61668,36.88148],[-121.61257,36.88148],[-121.61241,36.87806],[-121.60814,36.87806],[-121.60809,36.87128],[-121.60387,36.87128],[-121.60376,36.86782],[-121.59528,36.86782],[-121.59512,36.86453],[-121.58657,36.86457],[-121.58663,36.86111],[-121.56536,36.86124],[-121.56533,36.86476],[-121.5483,36.86485],[-121.54825,36.86827],[-121.53982,36.86839],[-121.53982,36.87181],[-121.53555,36.87181],[-121.53549,36.87531],[-121.53128,36.87544],[-121.53133,36.87879],[-121.52709,36.87879],[-121.52714,36.88236],[-121.52292,36.88227],[-121.52287,36.89264],[-121.51876,36.89269],[-121.51871,36.89614],[-121.51449,36.89614],[-121.5146,36.8996],[-121.51033,36.89956],[-121.51027,36.90297],[-121.50611,36.90319],[-121.50611,36.90985],[-121.50168,36.91002],[-121.50168,36.91334],[-121.4933,36.91343],[-121.49335,36.92022],[-121.48492,36.9203],[-121.48492,36.92721],[-121.4807,36.92721],[-121.4807,36.93076],[-121.47649,36.93067],[-121.47649,36.94108],[-121.47227,36.94112],[-121.47243,36.94795],[-121.45524,36.94816],[-121.45508,36.94466],[-121.45097,36.94475],[-121.45076,36.93784],[-121.4466,36.93788],[-121.44654,36.93442],[-121.43798,36.93453],[-121.43798,36.93108],[-121.42514,36.93118],[-121.42509,36.92775]]],"terms_url":"https://gis.sccgov.org/home","terms_text":"County of Santa Clara","description":"2022 3-6 inch resolution imagery for Santa Clara County in the State of California","icon":"https://files.santaclaracounty.gov/2023-07/county-seal-black_0.svg"},{"id":"Santa_Clara_CA_2023","name":"Santa Clara County Orthoimagery (2023)","type":"wms","template":"https://mapimages.sccgov.org/arcgis/rest/services/imagery/OrthoImagery2023_LimitedCities/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-04-25T00:00:00.000Z","startDate":"2023-02-20T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-122.19707,37.40322],[-122.19276,37.40326],[-122.19229,37.38265],[-122.1966,37.38262],[-122.19652,37.37916],[-122.20083,37.37911],[-122.20076,37.37568],[-122.20506,37.37562],[-122.2049,37.36874],[-122.20896,37.3687],[-122.2089,37.35498],[-122.20457,37.35502],[-122.2045,37.35159],[-122.20018,37.35167],[-122.19998,37.34135],[-122.19567,37.34143],[-122.19557,37.33799],[-122.1913,37.33806],[-122.19122,37.33463],[-122.18693,37.33466],[-122.18677,37.32782],[-122.19106,37.32775],[-122.19092,37.32089],[-122.19521,37.32082],[-122.19513,37.3174],[-122.19083,37.31746],[-122.19076,37.31402],[-122.18646,37.31409],[-122.18637,37.31066],[-122.18208,37.31071],[-122.182,37.30728],[-122.1734,37.3074],[-122.17333,37.30397],[-122.16903,37.30403],[-122.16888,37.29717],[-122.17318,37.29711],[-122.1731,37.29368],[-122.16881,37.29373],[-122.16872,37.29029],[-122.16013,37.29043],[-122.16005,37.287],[-122.15576,37.28706],[-122.15568,37.28362],[-122.1471,37.28375],[-122.14726,37.29061],[-122.13007,37.29084],[-122.13035,37.30458],[-122.12605,37.30464],[-122.12671,37.33552],[-122.15252,37.33517],[-122.15245,37.33172],[-122.15676,37.33167],[-122.15682,37.3351],[-122.16114,37.33505],[-122.16128,37.34193],[-122.16558,37.34186],[-122.16573,37.34873],[-122.16146,37.34878],[-122.16182,37.36594],[-122.16611,37.36587],[-122.16627,37.37275],[-122.16199,37.37279],[-122.16212,37.37968],[-122.16643,37.37963],[-122.16657,37.38649],[-122.14077,37.38687],[-122.14075,37.38343],[-122.12352,37.38364],[-122.12356,37.38709],[-122.11056,37.38727],[-122.11063,37.38385],[-122.10195,37.38395],[-122.10153,37.36335],[-122.09292,37.36348],[-122.09279,37.36005],[-122.08422,37.36013],[-122.08421,37.35672],[-122.07559,37.35685],[-122.07549,37.3534],[-122.07121,37.35347],[-122.0709,37.3397],[-122.08385,37.33953],[-122.0839,37.34298],[-122.09676,37.34278],[-122.09655,37.33251],[-122.09225,37.33256],[-122.09219,37.32912],[-122.0965,37.32904],[-122.0964,37.32569],[-122.09209,37.32567],[-122.09201,37.3223],[-122.08774,37.32236],[-122.08772,37.3189],[-122.09199,37.31884],[-122.09184,37.31199],[-122.09612,37.3119],[-122.09584,37.29818],[-122.08724,37.29831],[-122.08713,37.29483],[-122.07427,37.29504],[-122.07384,37.27449],[-122.05238,37.27472],[-122.05261,37.28504],[-122.05688,37.28495],[-122.05693,37.28842],[-122.02692,37.2888],[-122.02725,37.30598],[-121.99284,37.30638],[-121.99307,37.31669],[-121.98877,37.31677],[-121.98885,37.32021],[-121.94155,37.32079],[-121.94175,37.33108],[-121.94604,37.33103],[-121.94613,37.33446],[-121.92893,37.33468],[-121.92905,37.34154],[-121.92473,37.34159],[-121.92496,37.35189],[-121.92924,37.35184],[-121.92932,37.35526],[-121.92503,37.35534],[-121.92507,37.35878],[-121.92938,37.3587],[-121.92971,37.37588],[-121.93401,37.37581],[-121.93413,37.38268],[-121.92986,37.38273],[-121.92996,37.38961],[-121.93426,37.38955],[-121.93449,37.39985],[-121.93879,37.39979],[-121.93884,37.40324],[-121.94315,37.40318],[-121.94321,37.40661],[-121.94754,37.40656],[-121.94756,37.40998],[-121.95185,37.40991],[-121.95196,37.41335],[-121.96055,37.41326],[-121.96069,37.4201],[-121.96499,37.42006],[-121.96506,37.42349],[-121.97368,37.42338],[-121.9736,37.41997],[-121.98651,37.41979],[-121.98659,37.42323],[-121.99521,37.42311],[-121.99533,37.43],[-122.01254,37.42976],[-122.0127,37.43656],[-122.02132,37.43653],[-122.02143,37.44331],[-122.03862,37.44316],[-122.0391,37.46371],[-122.04753,37.46358],[-122.0479,37.47041],[-122.09944,37.4698],[-122.12533,37.46946],[-122.12528,37.46603],[-122.12957,37.46596],[-122.12944,37.45913],[-122.13803,37.45898],[-122.13814,37.46241],[-122.15535,37.46218],[-122.15525,37.45874],[-122.16819,37.45857],[-122.16814,37.45514],[-122.17241,37.45506],[-122.17234,37.45163],[-122.17665,37.45158],[-122.17656,37.44812],[-122.18087,37.44807],[-122.1808,37.44464],[-122.1851,37.44458],[-122.18503,37.44115],[-122.18932,37.44108],[-122.18925,37.43765],[-122.19354,37.4376],[-122.19309,37.41699],[-122.1974,37.41693],[-122.19707,37.40322]],[[-121.92142,37.39314],[-121.90853,37.39328],[-121.90859,37.39673],[-121.9043,37.39678],[-121.90436,37.40021],[-121.88713,37.40043],[-121.8872,37.40384],[-121.88292,37.40391],[-121.88297,37.40734],[-121.87436,37.40746],[-121.87442,37.41087],[-121.87012,37.41094],[-121.87017,37.41435],[-121.86159,37.41445],[-121.86165,37.41788],[-121.84446,37.41811],[-121.84446,37.42152],[-121.83157,37.42163],[-121.83165,37.42849],[-121.836,37.42847],[-121.83623,37.44219],[-121.84055,37.44214],[-121.84078,37.45589],[-121.84941,37.4558],[-121.84946,37.4592],[-121.85376,37.45914],[-121.85384,37.46259],[-121.87108,37.46239],[-121.87115,37.46583],[-121.87545,37.46579],[-121.8755,37.46922],[-121.88413,37.46912],[-121.88405,37.46567],[-121.89265,37.46558],[-121.89274,37.46902],[-121.90995,37.46881],[-121.90989,37.46537],[-121.91849,37.46528],[-121.91844,37.46184],[-121.92273,37.4618],[-121.92268,37.45837],[-121.93128,37.45825],[-121.93084,37.43421],[-121.93512,37.43416],[-121.93501,37.42731],[-121.9307,37.42736],[-121.93062,37.42393],[-121.93493,37.42388],[-121.93479,37.41357],[-121.93044,37.41365],[-121.93024,37.40333],[-121.92594,37.40337],[-121.92587,37.39995],[-121.9216,37.39998],[-121.92142,37.39314]],[[-121.70182,37.11749],[-121.67611,37.11775],[-121.67605,37.11432],[-121.67175,37.11437],[-121.67174,37.11093],[-121.66314,37.11102],[-121.6629,37.0973],[-121.65865,37.09733],[-121.65859,37.0939],[-121.65431,37.09395],[-121.6542,37.08707],[-121.64135,37.08718],[-121.64128,37.08378],[-121.62844,37.08389],[-121.6285,37.08731],[-121.62421,37.08736],[-121.62427,37.09079],[-121.61141,37.0909],[-121.61155,37.10122],[-121.61585,37.10118],[-121.61588,37.10461],[-121.62018,37.10456],[-121.62025,37.10799],[-121.62452,37.10795],[-121.62463,37.11483],[-121.62034,37.11486],[-121.62038,37.11831],[-121.61611,37.11835],[-121.61616,37.12178],[-121.599,37.12194],[-121.59886,37.11164],[-121.59457,37.11168],[-121.59447,37.10482],[-121.58161,37.10492],[-121.58166,37.10837],[-121.57735,37.1084],[-121.57747,37.11527],[-121.58178,37.11524],[-121.58186,37.12208],[-121.58613,37.12203],[-121.58621,37.12549],[-121.59047,37.12546],[-121.5906,37.13232],[-121.57773,37.13244],[-121.57802,37.15303],[-121.58232,37.15299],[-121.58233,37.15642],[-121.59952,37.15626],[-121.59955,37.15969],[-121.60386,37.15965],[-121.60392,37.1631],[-121.61249,37.16302],[-121.61253,37.16645],[-121.62969,37.16627],[-121.62974,37.1697],[-121.63831,37.16963],[-121.63842,37.17304],[-121.65551,37.17289],[-121.6555,37.16603],[-121.67258,37.16584],[-121.67252,37.16243],[-121.68108,37.16238],[-121.68105,37.1589],[-121.68532,37.15885],[-121.68508,37.14167],[-121.69362,37.14159],[-121.69358,37.13817],[-121.69786,37.13812],[-121.69776,37.13125],[-121.70204,37.13123],[-121.70182,37.11749]]],"terms_url":"https://gis.sccgov.org/home","terms_text":"County of Santa Clara","description":"2023 3-6 inch resolution imagery for Santa Clara County in the State of California","icon":"https://files.santaclaracounty.gov/2023-07/county-seal-black_0.svg"},{"id":"Santa_Rosa_Ortho_2022","name":"Santa Rosa County Orthoimagery (2022)","type":"tms","template":"https://cloud.santarosa.fl.gov/arcgis/rest/services/santarosa/Aerials2022/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[-87.31183,30.71663],[-87.27764,30.717],[-87.27546,30.63593],[-87.25933,30.63523],[-87.25772,30.59483],[-87.24268,30.59546],[-87.24295,30.58204],[-87.22635,30.58204],[-87.22496,30.55431],[-87.21075,30.55448],[-87.20975,30.54124],[-87.18216,30.54225],[-87.14161,30.52025],[-87.11146,30.43171],[-86.97192,30.47609],[-86.97424,30.57341],[-86.91261,30.5737],[-86.9128,30.58847],[-86.87996,30.58829],[-86.87929,30.60198],[-86.8643,30.60256],[-86.86466,30.61656],[-86.81803,30.61724],[-86.81802,30.63089],[-86.80141,30.63113],[-86.80148,30.64554],[-86.78474,30.64505],[-86.78939,30.80856],[-86.77261,30.80936],[-86.77716,31.00135],[-86.9369,30.99821],[-86.93711,31.01229],[-87.19086,31.00737],[-87.19062,30.97923],[-87.23826,30.97849],[-87.23815,30.9644],[-87.25367,30.9641],[-87.25342,30.93639],[-87.30051,30.93492],[-87.29948,30.8805],[-87.31638,30.88015],[-87.31183,30.71663]],[[-87.20547,30.37365],[-87.20443,30.33677],[-86.92036,30.38648],[-86.91891,30.36836],[-86.85796,30.36733],[-86.85827,30.38159],[-86.84953,30.38186],[-86.8489,30.39558],[-86.79563,30.39652],[-86.79532,30.41611],[-86.80547,30.41641],[-86.80526,30.42891],[-86.86272,30.43999],[-86.8625,30.45346],[-86.87924,30.45368],[-86.87937,30.44648],[-86.90014,30.44743],[-86.89974,30.46876],[-86.93337,30.46913],[-86.93349,30.46553],[-86.93766,30.46559],[-86.9377,30.46325],[-86.95375,30.447],[-86.96968,30.44648],[-86.96937,30.43293],[-86.98532,30.4323],[-86.98422,30.41933],[-87.01596,30.41843],[-87.01564,30.40458],[-87.11087,30.40181],[-87.11091,30.38944],[-87.14222,30.38824],[-87.14252,30.37462],[-87.20547,30.37365]]],"terms_url":"https://santarosa.fl.gov/","terms_text":"Santa Rosa County","description":"The 2022 3-inch resolution orthoimagery for Santa Rosa County in the State of Florida"},{"id":"Sarasota_Ortho_2024","name":"Sarasota County Orthoimagery (2024)","type":"tms","template":"https://ags3.scgov.net/agsfed/rest/services/ImageServices/SC2024WM/ImageServer/WMTS/tile/1.0.0/ImageServices_SC2024WM/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2024-01-03T00:00:00.000Z","startDate":"2023-12-06T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-82.23475,27.40096],[-82.65082,27.39964],[-82.40258,26.93293],[-82.24912,26.93328],[-82.24933,27.02957],[-82.0343,27.02979],[-82.03436,27.22235],[-82.23438,27.22216],[-82.23475,27.40096]]],"terms_url":"https://data-sarco.opendata.arcgis.com/","terms_text":"Sarasota County GIS","description":"The 2024 3-inch resolution orthoimagery for Sarasota County in the State of Florida"},{"id":"GEOSN-DOP-2005","name":"Saxony historical aerial imagery 2005","type":"wms","template":"https://geodienste.sachsen.de/wms_geosn_dop-2005/guest?LAYERS=dop_2005&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2005-01-01T00:00:00.000Z","startDate":"2005-01-01T00:00:00.000Z","polygon":[[[13.86571,50.71509],[13.86683,50.73012],[13.90116,50.73012],[13.90184,50.74446],[13.91043,50.74446],[13.91043,50.77378],[13.95266,50.77486],[13.95197,50.78897],[13.99969,50.78941],[13.999,50.79831],[14.16715,50.79762],[14.1747,50.8462],[14.32851,50.84534],[14.33503,50.87643],[14.41674,50.876],[14.41674,50.95025],[14.33263,50.95133],[14.3364,50.99802],[14.58188,50.99608],[14.57742,50.94895],[14.54068,50.95003],[14.54446,50.89831],[14.60557,50.89116],[14.60454,50.83439],[14.6605,50.83352],[14.65673,50.79578],[14.83422,50.79469],[14.84727,50.89138],[14.9204,50.88943],[14.9331,50.99478],[14.99902,50.99673],[15.00142,51.09709],[15.04159,51.09709],[15.04228,51.35317],[14.99696,51.35317],[15.00314,51.49959],[14.91593,51.50301],[14.91662,51.55043],[14.74908,51.55129],[14.75114,51.60121],[14.41056,51.59993],[14.41125,51.55129],[14.07891,51.54915],[14.07479,51.49831],[13.99446,51.50002],[13.99446,51.39817],[13.53921,51.39989],[13.53852,51.42516],[13.50041,51.42505],[13.50179,51.44945],[13.41596,51.45094],[13.41699,51.50013],[13.3315,51.50055],[13.33047,51.44966],[13.24945,51.44987],[13.25116,51.60036],[13.16773,51.60057],[13.16739,51.65023],[13.08328,51.65066],[13.08362,51.69941],[12.66202,51.70027],[12.66065,51.64832],[12.4162,51.65045],[12.41345,51.60057],[12.16146,51.60015],[12.16146,51.50109],[12.07631,51.50023],[12.07974,51.39625],[12.16008,51.39753],[12.16214,51.34995],[12.07906,51.35253],[12.07906,51.24562],[12.16214,51.24691],[12.16352,51.0958],[12.24317,51.09709],[12.2454,51.04813],[12.49688,51.04883],[12.49894,50.89966],[12.33346,50.89923],[12.32797,50.84984],[12.20712,50.8494],[12.20506,50.69829],[12.24694,50.69744],[12.24694,50.65023],[11.91529,50.64849],[11.91598,50.59839],[11.83221,50.59817],[11.83255,50.39922],[11.91495,50.39922],[11.91461,50.34886],[11.99486,50.34659],[11.99838,50.29897],[12.16506,50.29912],[12.16549,50.24904],[12.23673,50.24871],[12.24823,50.24212],[12.24772,50.14904],[12.33149,50.14893],[12.33852,50.19335],[12.33286,50.23927],[12.3538,50.23619],[12.35998,50.24926],[12.41457,50.24948],[12.41594,50.29906],[12.49851,50.29874],[12.49834,50.34948],[12.58142,50.34915],[12.58125,50.39896],[12.69489,50.39962],[12.70622,50.39426],[12.71257,50.39875],[13.0813,50.39907],[13.0813,50.4992],[13.24816,50.49898],[13.24884,50.54809],[13.33124,50.54918],[13.33056,50.59911],[13.50908,50.59759],[13.50462,50.62656],[13.5393,50.62635],[13.53827,50.65481],[13.54633,50.65547],[13.54599,50.66983],[13.5544,50.67027],[13.55457,50.68908],[13.54736,50.68887],[13.54582,50.69969],[13.63886,50.69947],[13.63955,50.71425],[13.86571,50.71509]]],"terms_url":"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=3f38c3f3-03db-4a2a-b6da-2704b9a1d5f0","terms_text":"Staatsbetrieb Geobasisinformation und Vermessung Sachsen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{"id":"GEOSN-DOP-2012_2014","name":"Saxony historical aerial imagery 2012-2014","type":"wms","template":"https://geodienste.sachsen.de/wms_geosn_dop_2012_2014/guest?LAYERS=dop_2012_2014_rgb&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","polygon":[[[13.86571,50.71509],[13.86683,50.73012],[13.90116,50.73012],[13.90184,50.74446],[13.91043,50.74446],[13.91043,50.77378],[13.95266,50.77486],[13.95197,50.78897],[13.99969,50.78941],[13.999,50.79831],[14.16715,50.79762],[14.1747,50.8462],[14.32851,50.84534],[14.33503,50.87643],[14.41674,50.876],[14.41674,50.95025],[14.33263,50.95133],[14.3364,50.99802],[14.58188,50.99608],[14.57742,50.94895],[14.54068,50.95003],[14.54446,50.89831],[14.60557,50.89116],[14.60454,50.83439],[14.6605,50.83352],[14.65673,50.79578],[14.83422,50.79469],[14.84727,50.89138],[14.9204,50.88943],[14.9331,50.99478],[14.99902,50.99673],[15.00142,51.09709],[15.04159,51.09709],[15.04228,51.35317],[14.99696,51.35317],[15.00314,51.49959],[14.91593,51.50301],[14.91662,51.55043],[14.74908,51.55129],[14.75114,51.60121],[14.41056,51.59993],[14.41125,51.55129],[14.07891,51.54915],[14.07479,51.49831],[13.99446,51.50002],[13.99446,51.39817],[13.53921,51.39989],[13.53852,51.42516],[13.50041,51.42505],[13.50179,51.44945],[13.41596,51.45094],[13.41699,51.50013],[13.3315,51.50055],[13.33047,51.44966],[13.24945,51.44987],[13.25116,51.60036],[13.16773,51.60057],[13.16739,51.65023],[13.08328,51.65066],[13.08362,51.69941],[12.66202,51.70027],[12.66065,51.64832],[12.4162,51.65045],[12.41345,51.60057],[12.16146,51.60015],[12.16146,51.50109],[12.07631,51.50023],[12.07974,51.39625],[12.16008,51.39753],[12.16214,51.34995],[12.07906,51.35253],[12.07906,51.24562],[12.16214,51.24691],[12.16352,51.0958],[12.24317,51.09709],[12.2454,51.04813],[12.49688,51.04883],[12.49894,50.89966],[12.33346,50.89923],[12.32797,50.84984],[12.20712,50.8494],[12.20506,50.69829],[12.24694,50.69744],[12.24694,50.65023],[11.91529,50.64849],[11.91598,50.59839],[11.83221,50.59817],[11.83255,50.39922],[11.91495,50.39922],[11.91461,50.34886],[11.99486,50.34659],[11.99838,50.29897],[12.16506,50.29912],[12.16549,50.24904],[12.23673,50.24871],[12.24823,50.24212],[12.24772,50.14904],[12.33149,50.14893],[12.33852,50.19335],[12.33286,50.23927],[12.3538,50.23619],[12.35998,50.24926],[12.41457,50.24948],[12.41594,50.29906],[12.49851,50.29874],[12.49834,50.34948],[12.58142,50.34915],[12.58125,50.39896],[12.69489,50.39962],[12.70622,50.39426],[12.71257,50.39875],[13.0813,50.39907],[13.0813,50.4992],[13.24816,50.49898],[13.24884,50.54809],[13.33124,50.54918],[13.33056,50.59911],[13.50908,50.59759],[13.50462,50.62656],[13.5393,50.62635],[13.53827,50.65481],[13.54633,50.65547],[13.54599,50.66983],[13.5544,50.67027],[13.55457,50.68908],[13.54736,50.68887],[13.54582,50.69969],[13.63886,50.69947],[13.63955,50.71425],[13.86571,50.71509]]],"terms_url":"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=8c276e3c-88af-462f-8128-6900bc7dd4f8","terms_text":"Staatsbetrieb Geobasisinformation und Vermessung Sachsen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{"id":"GEOSN-DOP-RGB","name":"Saxony latest aerial imagery","type":"wms","template":"https://geodienste.sachsen.de/wms_geosn_dop-rgb/guest?LAYERS=sn_dop_020&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[13.54901,50.69792],[13.84251,50.71126],[13.93239,50.74504],[14.04614,50.79389],[14.25257,50.85953],[14.40002,50.88966],[14.42671,50.9357],[14.35649,50.97197],[14.32559,50.99319],[14.27504,50.99054],[14.31577,51.04266],[14.41547,51.01263],[14.51939,51.0038],[14.5882,50.9817],[14.54467,50.91977],[14.57977,50.90649],[14.64718,50.92243],[14.64437,50.90915],[14.60505,50.85687],[14.7202,50.81785],[14.81008,50.81341],[14.85642,50.89055],[14.91259,50.94721],[14.99685,51.08679],[15.05303,51.24793],[15.05583,51.29274],[14.99264,51.34452],[14.98843,51.398],[14.97719,51.45754],[14.90979,51.49603],[14.73986,51.5371],[14.73986,51.59122],[14.70054,51.60605],[14.67948,51.5982],[14.68369,51.57813],[14.67386,51.55806],[14.61769,51.55718],[14.58399,51.59035],[14.51939,51.56941],[14.43513,51.5598],[14.327,51.52574],[14.13461,51.55544],[14.0672,51.49952],[14.02788,51.47854],[14.04333,51.45229],[13.99558,51.39274],[13.95767,51.40588],[13.88886,51.38836],[13.72455,51.37434],[13.55463,51.39274],[13.40437,51.45929],[13.35241,51.43916],[13.3159,51.44354],[13.28641,51.41815],[13.22602,51.40063],[13.21339,51.46104],[13.219,51.52661],[13.17406,51.5982],[13.00274,51.67751],[12.90584,51.65312],[12.90303,51.66619],[12.85388,51.69318],[12.76401,51.65922],[12.68817,51.67054],[12.64324,51.62959],[12.57723,51.63046],[12.42557,51.61041],[12.23037,51.57028],[12.17701,51.53011],[12.13909,51.46017],[12.16718,51.41727],[12.1742,51.33487],[12.13207,51.3182],[12.18684,51.21364],[12.15875,51.18812],[12.22054,51.09296],[12.49017,51.05414],[12.52106,50.99319],[12.60532,50.97286],[12.62639,50.91889],[12.50281,50.91092],[12.23739,50.81874],[12.21352,50.72993],[12.28654,50.665],[12.21773,50.6463],[12.13347,50.6276],[12.05343,50.56342],[12.01972,50.64719],[11.85963,50.54825],[11.87649,50.50808],[11.92704,50.5054],[11.93687,50.48664],[11.87087,50.44194],[11.93406,50.39989],[11.96917,50.33987],[12.12083,50.29773],[12.17279,50.3067],[12.18543,50.26094],[12.21212,50.25375],[12.25705,50.21603],[12.28233,50.15668],[12.35535,50.15848],[12.35535,50.22142],[12.41433,50.28158],[12.51123,50.34705],[12.53791,50.38735],[12.67835,50.40257],[12.71205,50.38646],[12.7289,50.39631],[12.75699,50.42584],[12.78648,50.43389],[12.81737,50.41779],[12.84686,50.43657],[12.94797,50.38735],[13.00976,50.41421],[13.04627,50.44999],[13.0561,50.48753],[13.21479,50.49289],[13.27517,50.56609],[13.34118,50.56877],[13.39173,50.61334],[13.47739,50.58571],[13.54761,50.63473],[13.56867,50.67212],[13.54901,50.69792]]],"terms_url":"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=cd01c334-7e32-482f-bd43-af286707178a","terms_text":"Staatsbetrieb Geobasisinformation und Vermessung Sachsen","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{"id":"GEOSN-DOP-CIR","name":"Saxony latest aerial imagery infrared","type":"wms","template":"https://geodienste.sachsen.de/wms_geosn_dop-cir/guest?LAYERS=sn_dop_020_cir&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[13.54901,50.69792],[13.84251,50.71126],[13.93239,50.74504],[14.04614,50.79389],[14.25257,50.85953],[14.40002,50.88966],[14.42671,50.9357],[14.35649,50.97197],[14.32559,50.99319],[14.27504,50.99054],[14.31577,51.04266],[14.41547,51.01263],[14.51939,51.0038],[14.5882,50.9817],[14.54467,50.91977],[14.57977,50.90649],[14.64718,50.92243],[14.64437,50.90915],[14.60505,50.85687],[14.7202,50.81785],[14.81008,50.81341],[14.85642,50.89055],[14.91259,50.94721],[14.99685,51.08679],[15.05303,51.24793],[15.05583,51.29274],[14.99264,51.34452],[14.98843,51.398],[14.97719,51.45754],[14.90979,51.49603],[14.73986,51.5371],[14.73986,51.59122],[14.70054,51.60605],[14.67948,51.5982],[14.68369,51.57813],[14.67386,51.55806],[14.61769,51.55718],[14.58399,51.59035],[14.51939,51.56941],[14.43513,51.5598],[14.327,51.52574],[14.13461,51.55544],[14.0672,51.49952],[14.02788,51.47854],[14.04333,51.45229],[13.99558,51.39274],[13.95767,51.40588],[13.88886,51.38836],[13.72455,51.37434],[13.55463,51.39274],[13.40437,51.45929],[13.35241,51.43916],[13.3159,51.44354],[13.28641,51.41815],[13.22602,51.40063],[13.21339,51.46104],[13.219,51.52661],[13.17406,51.5982],[13.00274,51.67751],[12.90584,51.65312],[12.90303,51.66619],[12.85388,51.69318],[12.76401,51.65922],[12.68817,51.67054],[12.64324,51.62959],[12.57723,51.63046],[12.42557,51.61041],[12.23037,51.57028],[12.17701,51.53011],[12.13909,51.46017],[12.16718,51.41727],[12.1742,51.33487],[12.13207,51.3182],[12.18684,51.21364],[12.15875,51.18812],[12.22054,51.09296],[12.49017,51.05414],[12.52106,50.99319],[12.60532,50.97286],[12.62639,50.91889],[12.50281,50.91092],[12.23739,50.81874],[12.21352,50.72993],[12.28654,50.665],[12.21773,50.6463],[12.13347,50.6276],[12.05343,50.56342],[12.01972,50.64719],[11.85963,50.54825],[11.87649,50.50808],[11.92704,50.5054],[11.93687,50.48664],[11.87087,50.44194],[11.93406,50.39989],[11.96917,50.33987],[12.12083,50.29773],[12.17279,50.3067],[12.18543,50.26094],[12.21212,50.25375],[12.25705,50.21603],[12.28233,50.15668],[12.35535,50.15848],[12.35535,50.22142],[12.41433,50.28158],[12.51123,50.34705],[12.53791,50.38735],[12.67835,50.40257],[12.71205,50.38646],[12.7289,50.39631],[12.75699,50.42584],[12.78648,50.43389],[12.81737,50.41779],[12.84686,50.43657],[12.94797,50.38735],[13.00976,50.41421],[13.04627,50.44999],[13.0561,50.48753],[13.21479,50.49289],[13.27517,50.56609],[13.34118,50.56877],[13.39173,50.61334],[13.47739,50.58571],[13.54761,50.63473],[13.56867,50.67212],[13.54901,50.69792]]],"terms_url":"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=ba87bbed-4cb5-4539-a9f5-f863de752f52","terms_text":"Staatsbetrieb Geobasisinformation und Vermessung Sachsen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{"id":"GEOSN-DTK","name":"Saxony topographic map","type":"wms","template":"https://geodienste.sachsen.de/wms_geosn_dtk-pg-color/guest?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=sn_dtk_pg_color&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[13.54901,50.69792],[13.84251,50.71126],[13.93239,50.74504],[14.04614,50.79389],[14.25257,50.85953],[14.40002,50.88966],[14.42671,50.9357],[14.35649,50.97197],[14.32559,50.99319],[14.27504,50.99054],[14.31577,51.04266],[14.41547,51.01263],[14.51939,51.0038],[14.5882,50.9817],[14.54467,50.91977],[14.57977,50.90649],[14.64718,50.92243],[14.64437,50.90915],[14.60505,50.85687],[14.7202,50.81785],[14.81008,50.81341],[14.85642,50.89055],[14.91259,50.94721],[14.99685,51.08679],[15.05303,51.24793],[15.05583,51.29274],[14.99264,51.34452],[14.98843,51.398],[14.97719,51.45754],[14.90979,51.49603],[14.73986,51.5371],[14.73986,51.59122],[14.70054,51.60605],[14.67948,51.5982],[14.68369,51.57813],[14.67386,51.55806],[14.61769,51.55718],[14.58399,51.59035],[14.51939,51.56941],[14.43513,51.5598],[14.327,51.52574],[14.13461,51.55544],[14.0672,51.49952],[14.02788,51.47854],[14.04333,51.45229],[13.99558,51.39274],[13.95767,51.40588],[13.88886,51.38836],[13.72455,51.37434],[13.55463,51.39274],[13.40437,51.45929],[13.35241,51.43916],[13.3159,51.44354],[13.28641,51.41815],[13.22602,51.40063],[13.21339,51.46104],[13.219,51.52661],[13.17406,51.5982],[13.00274,51.67751],[12.90584,51.65312],[12.90303,51.66619],[12.85388,51.69318],[12.76401,51.65922],[12.68817,51.67054],[12.64324,51.62959],[12.57723,51.63046],[12.42557,51.61041],[12.23037,51.57028],[12.17701,51.53011],[12.13909,51.46017],[12.16718,51.41727],[12.1742,51.33487],[12.13207,51.3182],[12.18684,51.21364],[12.15875,51.18812],[12.22054,51.09296],[12.49017,51.05414],[12.52106,50.99319],[12.60532,50.97286],[12.62639,50.91889],[12.50281,50.91092],[12.23739,50.81874],[12.21352,50.72993],[12.28654,50.665],[12.21773,50.6463],[12.13347,50.6276],[12.05343,50.56342],[12.01972,50.64719],[11.85963,50.54825],[11.87649,50.50808],[11.92704,50.5054],[11.93687,50.48664],[11.87087,50.44194],[11.93406,50.39989],[11.96917,50.33987],[12.12083,50.29773],[12.17279,50.3067],[12.18543,50.26094],[12.21212,50.25375],[12.25705,50.21603],[12.28233,50.15668],[12.35535,50.15848],[12.35535,50.22142],[12.41433,50.28158],[12.51123,50.34705],[12.53791,50.38735],[12.67835,50.40257],[12.71205,50.38646],[12.7289,50.39631],[12.75699,50.42584],[12.78648,50.43389],[12.81737,50.41779],[12.84686,50.43657],[12.94797,50.38735],[13.00976,50.41421],[13.04627,50.44999],[13.0561,50.48753],[13.21479,50.49289],[13.27517,50.56609],[13.34118,50.56877],[13.39173,50.61334],[13.47739,50.58571],[13.54761,50.63473],[13.56867,50.67212],[13.54901,50.69792]]],"terms_url":"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=d6d24c6d-94ea-447d-8a0c-40afdedeb5c6","terms_text":"Staatsbetrieb Geobasisinformation und Vermessung Sachsen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{"id":"GEOSN-WebAtlas","name":"Saxony WebAtlasSN","type":"wms","template":"https://geodienste.sachsen.de/wms_geosn_webatlas-sn/guest?LAYERS=Vegetation,Siedlung,Gewaesser,Verkehr,Administrative_Einheiten,Beschriftung&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","polygon":[[[13.54901,50.69792],[13.84251,50.71126],[13.93239,50.74504],[14.04614,50.79389],[14.25257,50.85953],[14.40002,50.88966],[14.42671,50.9357],[14.35649,50.97197],[14.32559,50.99319],[14.27504,50.99054],[14.31577,51.04266],[14.41547,51.01263],[14.51939,51.0038],[14.5882,50.9817],[14.54467,50.91977],[14.57977,50.90649],[14.64718,50.92243],[14.64437,50.90915],[14.60505,50.85687],[14.7202,50.81785],[14.81008,50.81341],[14.85642,50.89055],[14.91259,50.94721],[14.99685,51.08679],[15.05303,51.24793],[15.05583,51.29274],[14.99264,51.34452],[14.98843,51.398],[14.97719,51.45754],[14.90979,51.49603],[14.73986,51.5371],[14.73986,51.59122],[14.70054,51.60605],[14.67948,51.5982],[14.68369,51.57813],[14.67386,51.55806],[14.61769,51.55718],[14.58399,51.59035],[14.51939,51.56941],[14.43513,51.5598],[14.327,51.52574],[14.13461,51.55544],[14.0672,51.49952],[14.02788,51.47854],[14.04333,51.45229],[13.99558,51.39274],[13.95767,51.40588],[13.88886,51.38836],[13.72455,51.37434],[13.55463,51.39274],[13.40437,51.45929],[13.35241,51.43916],[13.3159,51.44354],[13.28641,51.41815],[13.22602,51.40063],[13.21339,51.46104],[13.219,51.52661],[13.17406,51.5982],[13.00274,51.67751],[12.90584,51.65312],[12.90303,51.66619],[12.85388,51.69318],[12.76401,51.65922],[12.68817,51.67054],[12.64324,51.62959],[12.57723,51.63046],[12.42557,51.61041],[12.23037,51.57028],[12.17701,51.53011],[12.13909,51.46017],[12.16718,51.41727],[12.1742,51.33487],[12.13207,51.3182],[12.18684,51.21364],[12.15875,51.18812],[12.22054,51.09296],[12.49017,51.05414],[12.52106,50.99319],[12.60532,50.97286],[12.62639,50.91889],[12.50281,50.91092],[12.23739,50.81874],[12.21352,50.72993],[12.28654,50.665],[12.21773,50.6463],[12.13347,50.6276],[12.05343,50.56342],[12.01972,50.64719],[11.85963,50.54825],[11.87649,50.50808],[11.92704,50.5054],[11.93687,50.48664],[11.87087,50.44194],[11.93406,50.39989],[11.96917,50.33987],[12.12083,50.29773],[12.17279,50.3067],[12.18543,50.26094],[12.21212,50.25375],[12.25705,50.21603],[12.28233,50.15668],[12.35535,50.15848],[12.35535,50.22142],[12.41433,50.28158],[12.51123,50.34705],[12.53791,50.38735],[12.67835,50.40257],[12.71205,50.38646],[12.7289,50.39631],[12.75699,50.42584],[12.78648,50.43389],[12.81737,50.41779],[12.84686,50.43657],[12.94797,50.38735],[13.00976,50.41421],[13.04627,50.44999],[13.0561,50.48753],[13.21479,50.49289],[13.27517,50.56609],[13.34118,50.56877],[13.39173,50.61334],[13.47739,50.58571],[13.54761,50.63473],[13.56867,50.67212],[13.54901,50.69792]]],"terms_url":"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=475a9197-620f-4dcb-b8aa-7f71b626443f","terms_text":"Staatsbetrieb Geobasisinformation und Vermessung Sachsen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{"id":"scb-industrial","name":"SCB - Industrial zones","type":"wms","template":"http://geodata.scb.se/geoserver/stat/Verksamhetsomraden/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=stat:Verksamhetsomraden.2015&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://scb.se/","terms_text":"© Statistiska Centralbyrån, CC0","description":"Geographically delimited areas which are characterized by large-scale and industrial land use","icon":"https://scb.se/StyleguideAssets/scb/img/Start/favicon-32x32.png","overlay":true},{"id":"scb-settlements","name":"SCB - Small Settlements","type":"wms","template":"http://geodata.scb.se/geoserver/stat/Smaorter/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=stat:Smaorter.2015&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://scb.se/","terms_text":"© Statistiska Centralbyrån, CC0","description":"Contiguous areas of buildings with 50-199 inhabitants and no more than 150 metres between houses","icon":"https://scb.se/StyleguideAssets/scb/img/Start/favicon-32x32.png","overlay":true},{"id":"scb-urban","name":"SCB - Urban Areas","type":"wms","template":"http://geodata.scb.se/geoserver/stat/Tatorter/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=stat:Tatorter.2020&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://scb.se/","terms_text":"© Statistiska Centralbyrån, CC0","description":"Human settlements of at least 200 people with less than 500 meters between households","icon":"https://scb.se/StyleguideAssets/scb/img/Start/favicon-32x32.png","overlay":true},{"id":"scb-vacation","name":"SCB - Vacation Home Areas","type":"wms","template":"http://geodata.scb.se/geoserver/stat/Fritidshusomraden/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=stat:Fritidshusomraden.2015&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://scb.se/","terms_text":"© Statistiska Centralbyrån, CC0","description":"Contiguous areas that consist mainly of holiday homes; a collection of at least 50 holiday homes, where the distance between them does not exceed 150 metres","icon":"https://scb.se/StyleguideAssets/scb/img/Start/favicon-32x32.png","overlay":true},{"id":"Scioto_OH_2023","name":"Scioto County Orthoimagery (2023)","type":"tms","template":"https://www.sciotocountyengineer.org/arcgis/rest/services/Imagery/Imagery_2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-83.2646,38.60836],[-83.26466,38.61518],[-83.24716,38.61534],[-83.24723,38.62223],[-83.23846,38.62223],[-83.23841,38.61537],[-83.22093,38.61546],[-83.22085,38.60865],[-83.15087,38.60904],[-83.15095,38.61593],[-83.13344,38.61601],[-83.1335,38.62287],[-83.12476,38.62292],[-83.12488,38.63667],[-83.11612,38.63668],[-83.11629,38.6573],[-83.10755,38.65735],[-83.10761,38.66422],[-83.09885,38.66425],[-83.0989,38.67111],[-83.0814,38.67117],[-83.08143,38.67805],[-83.06394,38.67814],[-83.06397,38.68502],[-83.04644,38.68508],[-83.04654,38.69195],[-83.03774,38.692],[-83.03789,38.70574],[-83.02912,38.70575],[-83.02921,38.71951],[-82.95914,38.7198],[-82.9592,38.72666],[-82.94164,38.72674],[-82.94172,38.7336],[-82.93291,38.73366],[-82.933,38.74049],[-82.91541,38.74055],[-82.91548,38.74742],[-82.88917,38.74751],[-82.88917,38.7407],[-82.88038,38.74072],[-82.88014,38.70634],[-82.88894,38.70634],[-82.88886,38.67888],[-82.88002,38.6789],[-82.88005,38.67202],[-82.87123,38.67205],[-82.87108,38.63088],[-82.8623,38.63084],[-82.86211,38.59657],[-82.85339,38.59657],[-82.85332,38.58289],[-82.84455,38.58287],[-82.84449,38.57604],[-82.83576,38.57602],[-82.83574,38.56924],[-82.82695,38.5693],[-82.82698,38.5624],[-82.81816,38.56237],[-82.81826,38.5693],[-82.79202,38.56924],[-82.79206,38.57618],[-82.77459,38.57623],[-82.77462,38.5831],[-82.7571,38.58305],[-82.7571,38.59001],[-82.73963,38.59001],[-82.73966,38.61752],[-82.74849,38.61745],[-82.74833,38.63121],[-82.75729,38.63121],[-82.75743,38.6724],[-82.70487,38.67246],[-82.70492,38.67935],[-82.69613,38.67937],[-82.69634,38.73429],[-82.68753,38.7343],[-82.68758,38.74803],[-82.67005,38.74806],[-82.67005,38.74119],[-82.66126,38.74119],[-82.66131,38.75494],[-82.65255,38.75495],[-82.65267,38.81673],[-82.6439,38.81673],[-82.64396,38.85105],[-82.67031,38.85098],[-82.67031,38.85788],[-82.75812,38.85772],[-82.75821,38.88519],[-82.74943,38.88519],[-82.74961,38.94699],[-82.77601,38.94689],[-82.77603,38.95378],[-82.90788,38.95336],[-82.90792,38.96025],[-83.15412,38.95911],[-83.15412,38.966],[-83.20694,38.96568],[-83.20717,38.99314],[-83.216,38.99308],[-83.21605,38.99993],[-83.22487,38.99989],[-83.22493,39.00676],[-83.23373,39.0067],[-83.23381,39.01356],[-83.25139,39.01344],[-83.25147,39.02031],[-83.27787,39.02014],[-83.27337,38.6083],[-83.2646,38.60836]]],"terms_url":"https://www.sciotocountyoh.com/","terms_text":"Scioto County, State of Ohio","description":"Spring 2023 orthoimagery for Scioto County in the State of Ohio","icon":"https://static.wixstatic.com/media/9d7006_5556bd6699f14a90919dfd77b498c26d~mv2.png/v1/fill/w_220,h_220,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Scioto%20Co%20Seal.png"},{"id":"Geodatastyrelsen_Denmark","name":"SDFI Aerial Imagery","type":"tms","template":"https://osmtools.septima.dk/mapproxy/tiles/1.0.0/kortforsyningen_ortoforaar/EPSG3857/{zoom}/{x}/{y}.jpeg","category":"photo","zoomExtent":[0,21],"polygon":[[[15.28158,55.15442],[15.12556,55.16238],[15.13934,55.25174],[14.82638,55.26713],[14.83952,55.35652],[14.68259,55.36394],[14.63175,55.00625],[15.25356,54.97576],[15.28158,55.15442]],[[15.29572,55.24374],[15.30992,55.33306],[15.1532,55.34108],[15.13934,55.25174],[15.29572,55.24374]],[[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779],[11.57829,56.18804]],[[8.01851,56.75014],[8.05027,55.49247],[8.20873,55.49373],[8.2104,55.40398],[8.36838,55.40421],[8.37439,54.95517],[8.53143,54.95516],[8.5322,54.86638],[9.15628,54.86754],[9.15558,54.77696],[10.08737,54.77239],[10.09023,54.86221],[10.24598,54.86047],[10.2424,54.77059],[10.55472,54.76702],[10.5511,54.67817],[10.70411,54.67567],[10.70745,54.7113],[10.73844,54.71085],[10.73891,54.71976],[10.7544,54.71957],[10.75514,54.73758],[10.77073,54.73728],[10.77136,54.76439],[10.86512,54.76347],[10.86172,54.6734],[11.17064,54.66865],[11.16585,54.57822],[11.78374,54.56548],[11.7795,54.47536],[12.08586,54.46817],[12.10707,54.73782],[12.26102,54.73316],[12.27666,54.9119],[12.5872,54.90363],[12.60486,55.08329],[12.28973,55.09236],[12.2987,55.18223],[12.45529,55.17782],[12.46273,55.26722],[12.62009,55.26326],[12.62697,55.35238],[12.47024,55.35705],[12.47782,55.44707],[12.32061,55.45137],[12.32687,55.54121],[12.96129,55.52173],[12.97923,55.7014],[12.66111,55.71143],[12.70235,56.15944],[12.06085,56.17626],[12.05403,56.08713],[11.732,56.09521],[11.7265,56.00506],[11.08581,56.01783],[11.08028,55.92792],[10.91971,55.93094],[10.92587,56.02012],[10.60521,56.02475],[10.60797,56.11503],[10.76948,56.11201],[10.77197,56.20202],[10.93412,56.19948],[10.94299,56.37953],[11.10526,56.37683],[11.10993,56.46647],[10.94792,56.46922],[10.95242,56.55898],[10.4649,56.56567],[10.47503,56.83509],[10.31123,56.83693],[10.3144,56.92676],[10.47862,56.92491],[10.48577,57.10451],[10.65078,57.10245],[10.67104,57.55141],[10.504,57.55351],[10.5077,57.64331],[10.67516,57.6412],[10.68349,57.82077],[10.51521,57.82289],[10.51183,57.73303],[10.17542,57.73678],[10.17257,57.64628],[9.83749,57.64933],[9.8352,57.55963],[9.66873,57.56056],[9.66497,57.38116],[9.49886,57.38206],[9.49789,57.29196],[9.33191,57.29248],[9.33163,57.20276],[8.50339,57.20205],[8.50544,57.11232],[8.33925,57.11196],[8.34133,57.02199],[8.17633,57.02089],[8.18192,56.75099],[8.01851,56.75014]],[[11.44596,56.64011],[11.77167,56.63328],[11.78492,56.81274],[11.45777,56.81955],[11.44596,56.64011]],[[11.31618,57.1818],[11.32747,57.3613],[10.82906,57.36953],[10.81577,57.10017],[11.14566,57.09496],[11.15087,57.18473],[11.31618,57.1818]]],"terms_url":"https://dataforsyningen.dk/asset/PDF/rettigheder_vilkaar/Vilk%C3%A5r%20for%20brug%20af%20frie%20geografiske%20data.pdf","terms_text":"Styrelsen for Dataforsyning og Infrastruktur","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"Geodatastyrelsen_Cadastral_Parcels_INSPIRE_View","name":"SDFI Cadastral Parcels INSPIRE View","type":"wms","template":"https://kortforsyningen.kms.dk/cp_inspire?LAYERS=CP.CadastralParcel&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LOGIN=OpenStreetMapDK2015&PASSWORD=Gall4Peters","category":"other","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[15.28158,55.15442],[15.12556,55.16238],[15.13934,55.25174],[14.82638,55.26713],[14.83952,55.35652],[14.68259,55.36394],[14.63175,55.00625],[15.25356,54.97576],[15.28158,55.15442]],[[15.29572,55.24374],[15.30992,55.33306],[15.1532,55.34108],[15.13934,55.25174],[15.29572,55.24374]],[[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779],[11.57829,56.18804]],[[8.01851,56.75014],[8.05027,55.49247],[8.20873,55.49373],[8.2104,55.40398],[8.36838,55.40421],[8.37439,54.95517],[8.53143,54.95516],[8.5322,54.86638],[9.15628,54.86754],[9.15558,54.77696],[10.08737,54.77239],[10.09023,54.86221],[10.24598,54.86047],[10.2424,54.77059],[10.55472,54.76702],[10.5511,54.67817],[10.70411,54.67567],[10.70745,54.7113],[10.73844,54.71085],[10.73891,54.71976],[10.7544,54.71957],[10.75514,54.73758],[10.77073,54.73728],[10.77136,54.76439],[10.86512,54.76347],[10.86172,54.6734],[11.17064,54.66865],[11.16585,54.57822],[11.78374,54.56548],[11.7795,54.47536],[12.08586,54.46817],[12.10707,54.73782],[12.26102,54.73316],[12.27666,54.9119],[12.5872,54.90363],[12.60486,55.08329],[12.28973,55.09236],[12.2987,55.18223],[12.45529,55.17782],[12.46273,55.26722],[12.62009,55.26326],[12.62697,55.35238],[12.47024,55.35705],[12.47782,55.44707],[12.32061,55.45137],[12.32687,55.54121],[12.96129,55.52173],[12.97923,55.7014],[12.66111,55.71143],[12.70235,56.15944],[12.06085,56.17626],[12.05403,56.08713],[11.732,56.09521],[11.7265,56.00506],[11.08581,56.01783],[11.08028,55.92792],[10.91971,55.93094],[10.92587,56.02012],[10.60521,56.02475],[10.60797,56.11503],[10.76948,56.11201],[10.77197,56.20202],[10.93412,56.19948],[10.94299,56.37953],[11.10526,56.37683],[11.10993,56.46647],[10.94792,56.46922],[10.95242,56.55898],[10.4649,56.56567],[10.47503,56.83509],[10.31123,56.83693],[10.3144,56.92676],[10.47862,56.92491],[10.48577,57.10451],[10.65078,57.10245],[10.67104,57.55141],[10.504,57.55351],[10.5077,57.64331],[10.67516,57.6412],[10.68349,57.82077],[10.51521,57.82289],[10.51183,57.73303],[10.17542,57.73678],[10.17257,57.64628],[9.83749,57.64933],[9.8352,57.55963],[9.66873,57.56056],[9.66497,57.38116],[9.49886,57.38206],[9.49789,57.29196],[9.33191,57.29248],[9.33163,57.20276],[8.50339,57.20205],[8.50544,57.11232],[8.33925,57.11196],[8.34133,57.02199],[8.17633,57.02089],[8.18192,56.75099],[8.01851,56.75014]],[[11.44596,56.64011],[11.77167,56.63328],[11.78492,56.81274],[11.45777,56.81955],[11.44596,56.64011]],[[11.31618,57.1818],[11.32747,57.3613],[10.82906,57.36953],[10.81577,57.10017],[11.14566,57.09496],[11.15087,57.18473],[11.31618,57.1818]]],"terms_url":"https://dataforsyningen.dk/asset/PDF/rettigheder_vilkaar/Vilk%C3%A5r%20for%20brug%20af%20data%20fra%20GST.pdf","terms_text":"Geodatastyrelsen og Styrelsen for Dataforsyning og Infrastruktur","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"Geodatastyrelsen_DTK_Kort25","name":"SDFI DTK Map25","type":"wms","template":"https://api.dataforsyningen.dk/dtk_25_DAF?service=WMS&request=GetMap&token=52065b2ec5fda5a46a50b451f3f24473&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&Layers=dtk25&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[15.28158,55.15442],[15.12556,55.16238],[15.13934,55.25174],[14.82638,55.26713],[14.83952,55.35652],[14.68259,55.36394],[14.63175,55.00625],[15.25356,54.97576],[15.28158,55.15442]],[[15.29572,55.24374],[15.30992,55.33306],[15.1532,55.34108],[15.13934,55.25174],[15.29572,55.24374]],[[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779],[11.57829,56.18804]],[[8.01851,56.75014],[8.05027,55.49247],[8.20873,55.49373],[8.2104,55.40398],[8.36838,55.40421],[8.37439,54.95517],[8.53143,54.95516],[8.5322,54.86638],[9.15628,54.86754],[9.15558,54.77696],[10.08737,54.77239],[10.09023,54.86221],[10.24598,54.86047],[10.2424,54.77059],[10.55472,54.76702],[10.5511,54.67817],[10.70411,54.67567],[10.70745,54.7113],[10.73844,54.71085],[10.73891,54.71976],[10.7544,54.71957],[10.75514,54.73758],[10.77073,54.73728],[10.77136,54.76439],[10.86512,54.76347],[10.86172,54.6734],[11.17064,54.66865],[11.16585,54.57822],[11.78374,54.56548],[11.7795,54.47536],[12.08586,54.46817],[12.10707,54.73782],[12.26102,54.73316],[12.27666,54.9119],[12.5872,54.90363],[12.60486,55.08329],[12.28973,55.09236],[12.2987,55.18223],[12.45529,55.17782],[12.46273,55.26722],[12.62009,55.26326],[12.62697,55.35238],[12.47024,55.35705],[12.47782,55.44707],[12.32061,55.45137],[12.32687,55.54121],[12.96129,55.52173],[12.97923,55.7014],[12.66111,55.71143],[12.70235,56.15944],[12.06085,56.17626],[12.05403,56.08713],[11.732,56.09521],[11.7265,56.00506],[11.08581,56.01783],[11.08028,55.92792],[10.91971,55.93094],[10.92587,56.02012],[10.60521,56.02475],[10.60797,56.11503],[10.76948,56.11201],[10.77197,56.20202],[10.93412,56.19948],[10.94299,56.37953],[11.10526,56.37683],[11.10993,56.46647],[10.94792,56.46922],[10.95242,56.55898],[10.4649,56.56567],[10.47503,56.83509],[10.31123,56.83693],[10.3144,56.92676],[10.47862,56.92491],[10.48577,57.10451],[10.65078,57.10245],[10.67104,57.55141],[10.504,57.55351],[10.5077,57.64331],[10.67516,57.6412],[10.68349,57.82077],[10.51521,57.82289],[10.51183,57.73303],[10.17542,57.73678],[10.17257,57.64628],[9.83749,57.64933],[9.8352,57.55963],[9.66873,57.56056],[9.66497,57.38116],[9.49886,57.38206],[9.49789,57.29196],[9.33191,57.29248],[9.33163,57.20276],[8.50339,57.20205],[8.50544,57.11232],[8.33925,57.11196],[8.34133,57.02199],[8.17633,57.02089],[8.18192,56.75099],[8.01851,56.75014]],[[11.44596,56.64011],[11.77167,56.63328],[11.78492,56.81274],[11.45777,56.81955],[11.44596,56.64011]],[[11.31618,57.1818],[11.32747,57.3613],[10.82906,57.36953],[10.81577,57.10017],[11.14566,57.09496],[11.15087,57.18473],[11.31618,57.1818]]],"terms_url":"https://dataforsyningen.dk/asset/PDF/rettigheder_vilkaar/Vilk%C3%A5r%20for%20brug%20af%20frie%20geografiske%20data.pdf","terms_text":"Styrelsen for Dataforsyning og Infrastruktur","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"Geodatastyrelsen_Skaermkort","name":"SDFI Screenmap","type":"wms","template":"https://services.datafordeler.dk/DKskaermkort/topo_skaermkort/1.0.0/Wms?username=OPFFZDPOAS&password=tRmWsq8p9LW2-pf&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=dtk_skaermkort&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[15.28158,55.15442],[15.12556,55.16238],[15.13934,55.25174],[14.82638,55.26713],[14.83952,55.35652],[14.68259,55.36394],[14.63175,55.00625],[15.25356,54.97576],[15.28158,55.15442]],[[15.29572,55.24374],[15.30992,55.33306],[15.1532,55.34108],[15.13934,55.25174],[15.29572,55.24374]],[[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779],[11.57829,56.18804]],[[8.01851,56.75014],[8.05027,55.49247],[8.20873,55.49373],[8.2104,55.40398],[8.36838,55.40421],[8.37439,54.95517],[8.53143,54.95516],[8.5322,54.86638],[9.15628,54.86754],[9.15558,54.77696],[10.08737,54.77239],[10.09023,54.86221],[10.24598,54.86047],[10.2424,54.77059],[10.55472,54.76702],[10.5511,54.67817],[10.70411,54.67567],[10.70745,54.7113],[10.73844,54.71085],[10.73891,54.71976],[10.7544,54.71957],[10.75514,54.73758],[10.77073,54.73728],[10.77136,54.76439],[10.86512,54.76347],[10.86172,54.6734],[11.17064,54.66865],[11.16585,54.57822],[11.78374,54.56548],[11.7795,54.47536],[12.08586,54.46817],[12.10707,54.73782],[12.26102,54.73316],[12.27666,54.9119],[12.5872,54.90363],[12.60486,55.08329],[12.28973,55.09236],[12.2987,55.18223],[12.45529,55.17782],[12.46273,55.26722],[12.62009,55.26326],[12.62697,55.35238],[12.47024,55.35705],[12.47782,55.44707],[12.32061,55.45137],[12.32687,55.54121],[12.96129,55.52173],[12.97923,55.7014],[12.66111,55.71143],[12.70235,56.15944],[12.06085,56.17626],[12.05403,56.08713],[11.732,56.09521],[11.7265,56.00506],[11.08581,56.01783],[11.08028,55.92792],[10.91971,55.93094],[10.92587,56.02012],[10.60521,56.02475],[10.60797,56.11503],[10.76948,56.11201],[10.77197,56.20202],[10.93412,56.19948],[10.94299,56.37953],[11.10526,56.37683],[11.10993,56.46647],[10.94792,56.46922],[10.95242,56.55898],[10.4649,56.56567],[10.47503,56.83509],[10.31123,56.83693],[10.3144,56.92676],[10.47862,56.92491],[10.48577,57.10451],[10.65078,57.10245],[10.67104,57.55141],[10.504,57.55351],[10.5077,57.64331],[10.67516,57.6412],[10.68349,57.82077],[10.51521,57.82289],[10.51183,57.73303],[10.17542,57.73678],[10.17257,57.64628],[9.83749,57.64933],[9.8352,57.55963],[9.66873,57.56056],[9.66497,57.38116],[9.49886,57.38206],[9.49789,57.29196],[9.33191,57.29248],[9.33163,57.20276],[8.50339,57.20205],[8.50544,57.11232],[8.33925,57.11196],[8.34133,57.02199],[8.17633,57.02089],[8.18192,56.75099],[8.01851,56.75014]],[[11.44596,56.64011],[11.77167,56.63328],[11.78492,56.81274],[11.45777,56.81955],[11.44596,56.64011]],[[11.31618,57.1818],[11.32747,57.3613],[10.82906,57.36953],[10.81577,57.10017],[11.14566,57.09496],[11.15087,57.18473],[11.31618,57.1818]]],"terms_url":"https://sdfi.dk/Media/638052180760639799/Vilk%C3%A5r%20for%20brug%20af%20frie%20geografiske%20data,%20opdateret%20november%202022.pdf","terms_text":"Styrelsen for Dataforsyning og Infrastruktur","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"SDFE_Overflade_Skyggekort_40cm","name":"SDFI Surface Shadow Map (40 cm)","type":"wms","template":"https://api.dataforsyningen.dk/dhm_DAF?service=WMS&request=GetMap&token=52065b2ec5fda5a46a50b451f3f24473&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&Layers=dhm_overflade_skyggekort&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","zoomExtent":[0,20],"polygon":[[[15.28158,55.15442],[15.12556,55.16238],[15.13934,55.25174],[14.82638,55.26713],[14.83952,55.35652],[14.68259,55.36394],[14.63175,55.00625],[15.25356,54.97576],[15.28158,55.15442]],[[15.29572,55.24374],[15.30992,55.33306],[15.1532,55.34108],[15.13934,55.25174],[15.29572,55.24374]],[[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779],[11.57829,56.18804]],[[8.01851,56.75014],[8.05027,55.49247],[8.20873,55.49373],[8.2104,55.40398],[8.36838,55.40421],[8.37439,54.95517],[8.53143,54.95516],[8.5322,54.86638],[9.15628,54.86754],[9.15558,54.77696],[10.08737,54.77239],[10.09023,54.86221],[10.24598,54.86047],[10.2424,54.77059],[10.55472,54.76702],[10.5511,54.67817],[10.70411,54.67567],[10.70745,54.7113],[10.73844,54.71085],[10.73891,54.71976],[10.7544,54.71957],[10.75514,54.73758],[10.77073,54.73728],[10.77136,54.76439],[10.86512,54.76347],[10.86172,54.6734],[11.17064,54.66865],[11.16585,54.57822],[11.78374,54.56548],[11.7795,54.47536],[12.08586,54.46817],[12.10707,54.73782],[12.26102,54.73316],[12.27666,54.9119],[12.5872,54.90363],[12.60486,55.08329],[12.28973,55.09236],[12.2987,55.18223],[12.45529,55.17782],[12.46273,55.26722],[12.62009,55.26326],[12.62697,55.35238],[12.47024,55.35705],[12.47782,55.44707],[12.32061,55.45137],[12.32687,55.54121],[12.96129,55.52173],[12.97923,55.7014],[12.66111,55.71143],[12.70235,56.15944],[12.06085,56.17626],[12.05403,56.08713],[11.732,56.09521],[11.7265,56.00506],[11.08581,56.01783],[11.08028,55.92792],[10.91971,55.93094],[10.92587,56.02012],[10.60521,56.02475],[10.60797,56.11503],[10.76948,56.11201],[10.77197,56.20202],[10.93412,56.19948],[10.94299,56.37953],[11.10526,56.37683],[11.10993,56.46647],[10.94792,56.46922],[10.95242,56.55898],[10.4649,56.56567],[10.47503,56.83509],[10.31123,56.83693],[10.3144,56.92676],[10.47862,56.92491],[10.48577,57.10451],[10.65078,57.10245],[10.67104,57.55141],[10.504,57.55351],[10.5077,57.64331],[10.67516,57.6412],[10.68349,57.82077],[10.51521,57.82289],[10.51183,57.73303],[10.17542,57.73678],[10.17257,57.64628],[9.83749,57.64933],[9.8352,57.55963],[9.66873,57.56056],[9.66497,57.38116],[9.49886,57.38206],[9.49789,57.29196],[9.33191,57.29248],[9.33163,57.20276],[8.50339,57.20205],[8.50544,57.11232],[8.33925,57.11196],[8.34133,57.02199],[8.17633,57.02089],[8.18192,56.75099],[8.01851,56.75014]],[[11.44596,56.64011],[11.77167,56.63328],[11.78492,56.81274],[11.45777,56.81955],[11.44596,56.64011]],[[11.31618,57.1818],[11.32747,57.3613],[10.82906,57.36953],[10.81577,57.10017],[11.14566,57.09496],[11.15087,57.18473],[11.31618,57.1818]]],"terms_url":"https://dataforsyningen.dk/asset/PDF/rettigheder_vilkaar/Vilk%C3%A5r%20for%20brug%20af%20frie%20geografiske%20data.pdf","terms_text":"Styrelsen for Dataforsyning og Infrastruktur","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"SDFE_Terraen_Skyggekort_40cm","name":"SDFI Terrain Shadow Map (40 cm)","type":"wms","template":"https://api.dataforsyningen.dk/dhm_DAF?service=WMS&request=GetMap&token=52065b2ec5fda5a46a50b451f3f24473&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&Layers=dhm_terraen_skyggekort&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","zoomExtent":[0,20],"polygon":[[[15.28158,55.15442],[15.12556,55.16238],[15.13934,55.25174],[14.82638,55.26713],[14.83952,55.35652],[14.68259,55.36394],[14.63175,55.00625],[15.25356,54.97576],[15.28158,55.15442]],[[15.29572,55.24374],[15.30992,55.33306],[15.1532,55.34108],[15.13934,55.25174],[15.29572,55.24374]],[[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779],[11.57829,56.18804]],[[8.01851,56.75014],[8.05027,55.49247],[8.20873,55.49373],[8.2104,55.40398],[8.36838,55.40421],[8.37439,54.95517],[8.53143,54.95516],[8.5322,54.86638],[9.15628,54.86754],[9.15558,54.77696],[10.08737,54.77239],[10.09023,54.86221],[10.24598,54.86047],[10.2424,54.77059],[10.55472,54.76702],[10.5511,54.67817],[10.70411,54.67567],[10.70745,54.7113],[10.73844,54.71085],[10.73891,54.71976],[10.7544,54.71957],[10.75514,54.73758],[10.77073,54.73728],[10.77136,54.76439],[10.86512,54.76347],[10.86172,54.6734],[11.17064,54.66865],[11.16585,54.57822],[11.78374,54.56548],[11.7795,54.47536],[12.08586,54.46817],[12.10707,54.73782],[12.26102,54.73316],[12.27666,54.9119],[12.5872,54.90363],[12.60486,55.08329],[12.28973,55.09236],[12.2987,55.18223],[12.45529,55.17782],[12.46273,55.26722],[12.62009,55.26326],[12.62697,55.35238],[12.47024,55.35705],[12.47782,55.44707],[12.32061,55.45137],[12.32687,55.54121],[12.96129,55.52173],[12.97923,55.7014],[12.66111,55.71143],[12.70235,56.15944],[12.06085,56.17626],[12.05403,56.08713],[11.732,56.09521],[11.7265,56.00506],[11.08581,56.01783],[11.08028,55.92792],[10.91971,55.93094],[10.92587,56.02012],[10.60521,56.02475],[10.60797,56.11503],[10.76948,56.11201],[10.77197,56.20202],[10.93412,56.19948],[10.94299,56.37953],[11.10526,56.37683],[11.10993,56.46647],[10.94792,56.46922],[10.95242,56.55898],[10.4649,56.56567],[10.47503,56.83509],[10.31123,56.83693],[10.3144,56.92676],[10.47862,56.92491],[10.48577,57.10451],[10.65078,57.10245],[10.67104,57.55141],[10.504,57.55351],[10.5077,57.64331],[10.67516,57.6412],[10.68349,57.82077],[10.51521,57.82289],[10.51183,57.73303],[10.17542,57.73678],[10.17257,57.64628],[9.83749,57.64933],[9.8352,57.55963],[9.66873,57.56056],[9.66497,57.38116],[9.49886,57.38206],[9.49789,57.29196],[9.33191,57.29248],[9.33163,57.20276],[8.50339,57.20205],[8.50544,57.11232],[8.33925,57.11196],[8.34133,57.02199],[8.17633,57.02089],[8.18192,56.75099],[8.01851,56.75014]],[[11.44596,56.64011],[11.77167,56.63328],[11.78492,56.81274],[11.45777,56.81955],[11.44596,56.64011]],[[11.31618,57.1818],[11.32747,57.3613],[10.82906,57.36953],[10.81577,57.10017],[11.14566,57.09496],[11.15087,57.18473],[11.31618,57.1818]]],"terms_url":"https://dataforsyningen.dk/asset/PDF/rettigheder_vilkaar/Vilk%C3%A5r%20for%20brug%20af%20frie%20geografiske%20data.pdf","terms_text":"Styrelsen for Dataforsyning og Infrastruktur","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"Seminole_Ortho_2021","name":"Seminole County Orthoimagery (2021)","type":"tms","template":"https://seminolearcgis.seminolecountyfl.gov:6443/arcgis/rest/services/Aerials2021/MapServer/WMTS/tile/1.0.0/Aerials2021/default/GoogleMapsCompatible/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.45946,28.72408],[-81.45972,28.63987],[-81.362,28.64017],[-81.36198,28.63692],[-81.33388,28.63696],[-81.33385,28.61057],[-80.98709,28.61293],[-80.98709,28.63693],[-81.00331,28.637],[-81.00331,28.6805],[-81.01988,28.68059],[-81.01986,28.69501],[-81.00333,28.69501],[-81.00333,28.70098],[-81.02097,28.70099],[-81.02097,28.72408],[-81.03636,28.72409],[-81.05676,28.7877],[-81.05677,28.80228],[-81.06738,28.80228],[-81.06739,28.81119],[-81.06944,28.81119],[-81.06945,28.82572],[-81.10248,28.82571],[-81.10248,28.82889],[-81.13554,28.82887],[-81.13554,28.81121],[-81.15207,28.81119],[-81.15203,28.79664],[-81.20161,28.79669],[-81.20164,28.81122],[-81.21814,28.81121],[-81.21818,28.8232],[-81.30074,28.82571],[-81.30079,28.84027],[-81.31726,28.84023],[-81.31731,28.85479],[-81.35032,28.85476],[-81.35031,28.87371],[-81.36304,28.87369],[-81.36301,28.87847],[-81.36708,28.87849],[-81.36708,28.87364],[-81.3834,28.8736],[-81.3834,28.86934],[-81.39999,28.86928],[-81.39995,28.85481],[-81.41649,28.85473],[-81.41644,28.82576],[-81.41981,28.82573],[-81.4197,28.79666],[-81.4165,28.79667],[-81.41645,28.75314],[-81.43302,28.75311],[-81.43302,28.72411],[-81.45946,28.72408]]],"terms_url":"https://maps2.scpafl.org/SCPAExternal/","terms_text":"Seminole County GIS","description":"The 2021 orthoimagery for Seminole County of the State of Florida"},{"id":"Seminole_Ortho_2023","name":"Seminole County Orthoimagery (2023)","type":"tms","template":"https://seminolearcgis.seminolecountyfl.gov:6443/arcgis/rest/services/Aerials2023/MapServer/WMTS/tile/1.0.0/Aerials2023/default/GoogleMapsCompatible/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-81.45946,28.72408],[-81.45972,28.63987],[-81.362,28.64017],[-81.36198,28.63692],[-81.33388,28.63696],[-81.33385,28.61057],[-80.98709,28.61293],[-80.98709,28.63693],[-81.00331,28.637],[-81.00331,28.6805],[-81.01988,28.68059],[-81.01986,28.69501],[-81.00333,28.69501],[-81.00333,28.70098],[-81.02097,28.70099],[-81.02097,28.72408],[-81.03636,28.72409],[-81.05676,28.7877],[-81.05677,28.80228],[-81.06738,28.80228],[-81.06739,28.81119],[-81.06944,28.81119],[-81.06945,28.82572],[-81.10248,28.82571],[-81.10248,28.82889],[-81.13554,28.82887],[-81.13554,28.81121],[-81.15207,28.81119],[-81.15203,28.79664],[-81.20161,28.79669],[-81.20164,28.81122],[-81.21814,28.81121],[-81.21818,28.8232],[-81.30074,28.82571],[-81.30079,28.84027],[-81.31726,28.84023],[-81.31731,28.85479],[-81.35032,28.85476],[-81.35031,28.87371],[-81.36304,28.87369],[-81.36301,28.87847],[-81.36708,28.87849],[-81.36708,28.87364],[-81.3834,28.8736],[-81.3834,28.86934],[-81.39999,28.86928],[-81.39995,28.85481],[-81.41649,28.85473],[-81.41644,28.82576],[-81.41981,28.82573],[-81.4197,28.79666],[-81.4165,28.79667],[-81.41645,28.75314],[-81.43302,28.75311],[-81.43302,28.72411],[-81.45946,28.72408]]],"terms_url":"https://maps2.scpafl.org/SCPAExternal/","terms_text":"Seminole County GIS","description":"The 2023 orthoimagery for Seminole County of the State of Florida"},{"id":"Seminole_Ortho_2024","name":"Seminole County Orthoimagery (2024)","type":"wms","template":"https://seminolearcgis.seminolecountyfl.gov:6443/arcgis/rest/services/Aerials2024/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.45946,28.72408],[-81.45972,28.63987],[-81.362,28.64017],[-81.36198,28.63692],[-81.33388,28.63696],[-81.33385,28.61057],[-80.98709,28.61293],[-80.98709,28.63693],[-81.00331,28.637],[-81.00331,28.6805],[-81.01988,28.68059],[-81.01986,28.69501],[-81.00333,28.69501],[-81.00333,28.70098],[-81.02097,28.70099],[-81.02097,28.72408],[-81.03636,28.72409],[-81.05676,28.7877],[-81.05677,28.80228],[-81.06738,28.80228],[-81.06739,28.81119],[-81.06944,28.81119],[-81.06945,28.82572],[-81.10248,28.82571],[-81.10248,28.82889],[-81.13554,28.82887],[-81.13554,28.81121],[-81.15207,28.81119],[-81.15203,28.79664],[-81.20161,28.79669],[-81.20164,28.81122],[-81.21814,28.81121],[-81.21818,28.8232],[-81.30074,28.82571],[-81.30079,28.84027],[-81.31726,28.84023],[-81.31731,28.85479],[-81.35032,28.85476],[-81.35031,28.87371],[-81.36304,28.87369],[-81.36301,28.87847],[-81.36708,28.87849],[-81.36708,28.87364],[-81.3834,28.8736],[-81.3834,28.86934],[-81.39999,28.86928],[-81.39995,28.85481],[-81.41649,28.85473],[-81.41644,28.82576],[-81.41981,28.82573],[-81.4197,28.79666],[-81.4165,28.79667],[-81.41645,28.75314],[-81.43302,28.75311],[-81.43302,28.72411],[-81.45946,28.72408]]],"terms_url":"https://maps2.scpafl.org/SCPAExternal/","terms_text":"Seminole County GIS","description":"The 2024 orthoimagery for Seminole County of the State of Florida"},{"id":"Seneca_OH_2023","name":"Seneca County Orthoimagery (2023)","type":"tms","template":"https://tiles.arcgis.com/tiles/b8eHPJ5KRnX3dHNa/arcgis/rest/services/2023_Orth_Map/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-83.42037,40.989],[-82.82747,40.99242],[-82.82881,41.26043],[-83.03043,41.25961],[-83.03058,41.27408],[-83.07869,41.27385],[-83.07854,41.25938],[-83.42435,41.25733],[-83.42037,40.989]]],"terms_url":"https://senecacountyohio.gov/","terms_text":"Seneca County, State of Ohio","description":"Spring 2023 orthoimagery for Seneca County in the State of Ohio","icon":"https://senecacountyauditor.org/images/seals/oh/senecaoh.png"},{"id":"Sicily-ATA2007","name":"Sicily - Italy","type":"wms","template":"http://map.sitr.regione.sicilia.it/ArcGIS/services/WGS84_F33/Ortofoto_ATA20072008_f33/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=0&STYLES=default&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","polygon":[[[15.71165,38.25894],[15.23718,38.81938],[14.27124,38.55246],[13.15063,38.75408],[11.96411,37.97451],[12.52441,37.54022],[11.87897,36.79609],[12.49695,35.47409],[12.68921,35.46962],[14.57336,36.66401],[15.29709,36.62875],[15.39854,37.42171],[15.71165,38.25894]]]},{"id":"Siemianowice_Slaskie-buildings","name":"Siemianowice Śląskie: Buildings","type":"wms","template":"https://siemianowice.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&transparent=true&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki,drogi,adresy,ulice&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[0,19],"polygon":[[[19.03103,50.33933],[18.98213,50.33977],[18.98143,50.30226],[18.98822,50.3022],[18.98791,50.28871],[19.01027,50.28856],[19.02156,50.28398],[19.0213,50.27505],[19.04375,50.27478],[19.04379,50.27179],[19.06366,50.27175],[19.06432,50.3015],[19.05562,50.30155],[19.05603,50.31975],[19.06069,50.31967],[19.06118,50.33749],[19.06529,50.34219],[19.0656,50.35373],[19.0316,50.35413],[19.03103,50.33933]]],"terms_text":"Urząd Miasta Siemianowice Śląskie"},{"id":"Siemianowice_Slaskie-aerial_image","name":"Siemianowice Śląskie: Orthophotomap (aerial image)","type":"wms","template":"https://siemianowice.geoportal2.pl/map/wms/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[19.03103,50.33933],[18.98213,50.33977],[18.98143,50.30226],[18.98822,50.3022],[18.98791,50.28871],[19.01027,50.28856],[19.02156,50.28398],[19.0213,50.27505],[19.04375,50.27478],[19.04379,50.27179],[19.06366,50.27175],[19.06432,50.3015],[19.05562,50.30155],[19.05603,50.31975],[19.06069,50.31967],[19.06118,50.33749],[19.06529,50.34219],[19.0656,50.35373],[19.0316,50.35413],[19.03103,50.33933]]],"terms_text":"Urząd Miasta Siemianowice Śląskie"},{"id":"sc2012","name":"SIG Santa Catarina OrtoRGB 2012","type":"wms","template":"http://sigsc.sc.gov.br/sigserver/SIGSC/wms?LAYERS=OrtoRGB-Landsat-2012&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","polygon":[[[-48.62488,-26.91624],[-48.62416,-26.83409],[-48.56163,-26.83412],[-48.56165,-26.74919],[-48.62675,-26.74918],[-48.62715,-26.73276],[-48.64126,-26.733],[-48.64174,-26.70912],[-48.62414,-26.70913],[-48.62418,-26.50079],[-48.57099,-26.50077],[-48.57155,-26.47415],[-48.55418,-26.47381],[-48.5545,-26.45736],[-48.56155,-26.45747],[-48.56161,-26.41746],[-48.4991,-26.41747],[-48.49909,-26.25081],[-48.43664,-26.25079],[-48.43661,-26.20752],[-48.4601,-26.20751],[-48.46195,-26.1242],[-48.56161,-26.12419],[-48.56163,-25.95753],[-48.62411,-25.95753],[-48.62411,-25.94507],[-48.68838,-25.94607],[-48.6884,-25.95752],[-49.25089,-25.95752],[-49.2509,-25.9992],[-49.31339,-25.9992],[-49.31338,-26.0825],[-49.37591,-26.0825],[-49.37591,-26.12419],[-49.50093,-26.12418],[-49.50092,-26.16586],[-49.68661,-26.16585],[-49.68661,-26.12417],[-49.74907,-26.08246],[-49.74908,-26.04084],[-49.8116,-26.04085],[-49.81159,-25.99918],[-49.93657,-25.99915],[-49.93661,-25.98244],[-50.00091,-25.98288],[-50.00094,-25.99915],[-50.31338,-25.99916],[-50.31342,-26.04083],[-50.37411,-26.04084],[-50.3741,-25.9992],[-50.49914,-25.99918],[-50.49911,-25.98414],[-50.62593,-25.98452],[-50.62595,-26.04084],[-50.6884,-26.04161],[-50.68845,-26.12416],[-50.75094,-26.12414],[-50.75095,-26.20752],[-51.12595,-26.20747],[-51.12595,-26.24913],[-51.18848,-26.24918],[-51.31344,-26.33245],[-51.31347,-26.62414],[-51.4366,-26.62415],[-51.43659,-26.56476],[-51.62409,-26.5641],[-51.62411,-26.5408],[-51.99907,-26.5408],[-52.06158,-26.49911],[-52.06158,-26.45747],[-52.12408,-26.45749],[-52.12406,-26.41579],[-52.37407,-26.4158],[-52.37409,-26.39133],[-52.56156,-26.3894],[-52.56158,-26.37415],[-52.62408,-26.37417],[-52.62409,-26.33247],[-53.12408,-26.33247],[-53.1241,-26.31707],[-53.1618,-26.3165],[-53.16136,-26.29082],[-53.18656,-26.29083],[-53.24907,-26.24911],[-53.24906,-26.23919],[-53.31159,-26.23824],[-53.3741,-26.22882],[-53.43845,-26.22777],[-53.43843,-26.24914],[-53.5616,-26.24916],[-53.56159,-26.23983],[-53.65501,-26.23814],[-53.65623,-26.29263],[-53.67011,-26.31684],[-53.68846,-26.33242],[-53.70322,-26.3741],[-53.70929,-26.38449],[-53.7098,-26.39568],[-53.70619,-26.40722],[-53.70721,-26.45927],[-53.71438,-26.46168],[-53.71476,-26.48118],[-53.73047,-26.49913],[-53.73146,-26.54081],[-53.75096,-26.5408],[-53.75095,-26.62417],[-53.7602,-26.62414],[-53.76125,-26.6675],[-53.75098,-26.66751],[-53.75096,-26.74298],[-53.72737,-26.7434],[-53.72133,-26.74905],[-53.72141,-26.75093],[-53.74571,-26.75943],[-53.74612,-26.77704],[-53.71948,-26.77755],[-53.72084,-26.83416],[-53.70047,-26.83414],[-53.70277,-26.93108],[-53.71168,-26.93091],[-53.71224,-26.95557],[-53.751,-26.95479],[-53.75092,-26.99915],[-53.76467,-26.99915],[-53.8037,-27.03751],[-53.80454,-27.07258],[-53.80809,-27.07249],[-53.80862,-27.09613],[-53.8269,-27.09577],[-53.82762,-27.12414],[-53.84644,-27.12413],[-53.84765,-27.17014],[-53.83506,-27.18932],[-53.83536,-27.20054],[-53.68847,-27.20284],[-53.68849,-27.22789],[-53.43654,-27.23246],[-53.43655,-27.16751],[-53.37598,-27.16751],[-53.37601,-27.23352],[-53.24905,-27.23564],[-53.24905,-27.20922],[-53.06344,-27.20918],[-53.06345,-27.2334],[-52.81348,-27.23685],[-52.81346,-27.27653],[-52.75096,-27.27732],[-52.75096,-27.29249],[-52.4385,-27.29252],[-52.43848,-27.32689],[-52.37603,-27.32753],[-52.37599,-27.3342],[-52.25098,-27.33418],[-52.25099,-27.34669],[-52.18655,-27.34728],[-52.18657,-27.33419],[-52.12598,-27.3342],[-52.12599,-27.36413],[-52.02979,-27.36489],[-52.03036,-27.42442],[-51.97534,-27.42479],[-51.97603,-27.50088],[-51.93845,-27.50085],[-51.93845,-27.54252],[-51.68846,-27.54247],[-51.68847,-27.55742],[-51.59903,-27.5579],[-51.59923,-27.59481],[-51.56351,-27.59498],[-51.56348,-27.62586],[-51.50088,-27.62586],[-51.50095,-27.66754],[-51.43937,-27.6675],[-51.43954,-27.70932],[-51.37597,-27.7095],[-51.37601,-27.75089],[-51.31349,-27.7509],[-51.31346,-27.79253],[-51.18847,-27.79251],[-51.18848,-27.87586],[-51.12598,-27.87586],[-51.12597,-27.91752],[-51.06348,-27.9175],[-51.06347,-27.95919],[-51.00095,-28.00086],[-50.9385,-28.00086],[-50.93849,-28.16755],[-50.81346,-28.16752],[-50.81345,-28.29253],[-50.75096,-28.29251],[-50.68845,-28.33418],[-50.68849,-28.41754],[-50.626,-28.41752],[-50.56352,-28.44094],[-50.43848,-28.44051],[-50.43847,-28.45917],[-50.37597,-28.45921],[-50.37598,-28.47554],[-50.18844,-28.47454],[-50.18849,-28.51143],[-50.12398,-28.51104],[-50.12402,-28.50086],[-49.87597,-28.50085],[-49.87601,-28.5142],[-49.81347,-28.51369],[-49.81347,-28.58255],[-49.83003,-28.58251],[-49.82951,-28.62597],[-49.8759,-28.66572],[-50.001,-28.74915],[-50.001,-29.04083],[-50.03319,-29.04081],[-50.03219,-29.14711],[-50.12602,-29.14774],[-50.12598,-29.16579],[-50.13613,-29.16581],[-50.1885,-29.19623],[-50.1885,-29.31905],[-50.1422,-29.31873],[-50.14208,-29.33422],[-50.126,-29.33418],[-50.12599,-29.36238],[-49.99906,-29.36153],[-49.99904,-29.24031],[-49.93848,-29.23986],[-49.93851,-29.25087],[-49.87601,-29.25087],[-49.876,-29.30098],[-49.82262,-29.30052],[-49.82227,-29.33419],[-49.81347,-29.33422],[-49.81354,-29.3411],[-49.68654,-29.33991],[-49.68651,-29.29255],[-49.62399,-29.29252],[-49.62398,-29.25085],[-49.56149,-29.25083],[-49.56145,-29.16749],[-49.49901,-29.16746],[-49.49902,-29.08419],[-49.4365,-29.08418],[-49.43651,-29.04251],[-49.37405,-29.04248],[-49.37402,-28.9592],[-49.31153,-28.95917],[-49.31152,-28.91749],[-49.24898,-28.9175],[-49.24897,-28.87582],[-49.18655,-28.87585],[-49.18653,-28.83414],[-49.12402,-28.83418],[-49.12401,-28.7925],[-49.06149,-28.79247],[-49.06146,-28.75084],[-48.99903,-28.75085],[-48.99903,-28.70919],[-48.93658,-28.70918],[-48.93658,-28.66752],[-48.87405,-28.66751],[-48.87404,-28.62585],[-48.74912,-28.62585],[-48.74912,-28.54254],[-48.68656,-28.54253],[-48.68658,-28.33417],[-48.62408,-28.33416],[-48.62406,-28.08418],[-48.5616,-28.08418],[-48.56159,-27.95919],[-48.49905,-27.95916],[-48.49904,-27.91581],[-48.56157,-27.9158],[-48.5616,-27.87584],[-48.49902,-27.87586],[-48.49902,-27.83422],[-48.43657,-27.83418],[-48.43661,-27.62583],[-48.37406,-27.62585],[-48.37405,-27.50086],[-48.31157,-27.50086],[-48.31153,-27.24913],[-48.43657,-27.24913],[-48.43654,-27.20916],[-48.37402,-27.2092],[-48.37405,-27.1658],[-48.43656,-27.1658],[-48.43656,-27.12415],[-48.49906,-27.12413],[-48.49907,-27.08667],[-48.50022,-27.08666],[-48.50031,-27.08247],[-48.5616,-27.08248],[-48.56159,-27.04252],[-48.49906,-27.04252],[-48.49906,-26.99913],[-48.56156,-26.99913],[-48.56157,-26.91579],[-48.62488,-26.91624]]],"terms_url":"http://sigsc.sc.gov.br","terms_text":"Sistema de Informações Geográficas - Governo de Santa Catarina"},{"id":"Singapore-Landlot","name":"Singapore Landlot","type":"wms","template":"https://www.onemap.gov.sg/maps/service?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=LandLot&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:4326","zoomExtent":[9,22],"polygon":[[[103.564,1.189],[103.7453,1.12465],[104.1284,1.28255],[104.08035,1.3457],[104.1229,1.49123],[103.6615,1.49123],[103.564,1.189]]],"terms_url":"https://www.onemap.sg/legal/opendatalicence.html","terms_text":"©OneMap Singapore ODL v1.0","icon":"https://osmlab.github.io/editor-layer-index/sources/asia/sg/OM2_logo.png"},{"id":"Singapore-OneMap","name":"Singapore OneMap","type":"wms","template":"https://www.onemap.gov.sg/maps/service?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Default&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:4326","zoomExtent":[10,22],"polygon":[[[103.564,1.189],[103.7453,1.12465],[104.1284,1.28255],[104.08035,1.3457],[104.1229,1.49123],[103.6615,1.49123],[103.564,1.189]]],"terms_url":"https://www.onemap.sg/legal/opendatalicence.html","terms_text":"©OneMap Singapore ODL v1.0","icon":"https://osmlab.github.io/editor-layer-index/sources/asia/sg/OM2_logo.png"},{"id":"SITNA-ortofoto_maxima_actualidad","name":"SITNA Ortofoto de máxima actualidad","type":"wms","template":"http://idena.navarra.es/ogc/ows?LAYERS=IDENA:ortofoto_maxima_actualidad&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[-1.72875,43.29809],[-1.73992,43.29645],[-1.78498,43.28739],[-1.78858,43.28055],[-1.79532,43.27655],[-1.79433,43.27105],[-1.79656,43.26386],[-1.7973,43.24655],[-1.80463,43.24495],[-1.82094,43.23945],[-1.83987,43.22629],[-1.85004,43.22898],[-1.85321,43.22619],[-1.86223,43.21778],[-1.8654,43.23141],[-1.87845,43.23445],[-1.88321,43.22813],[-1.88265,43.217],[-1.88982,43.21534],[-1.90617,43.22207],[-1.9098,43.22826],[-1.91194,43.22766],[-1.91699,43.22335],[-1.91379,43.21675],[-1.916,43.20887],[-1.92664,43.18709],[-1.92518,43.14803],[-1.90827,43.14127],[-1.94939,43.1028],[-1.97316,43.0939],[-2.01428,43.07328],[-2.02655,43.06719],[-2.02045,43.0539],[-2.03453,43.03358],[-2.04311,43.03025],[-2.04208,43.01689],[-2.03299,42.99624],[-2.04097,42.98268],[-2.05067,42.98054],[-2.08998,42.97639],[-2.09701,42.97332],[-2.11101,42.94995],[-2.17461,42.94279],[-2.19933,42.95542],[-2.21443,42.95089],[-2.23924,42.93073],[-2.25649,42.89219],[-2.24464,42.88477],[-2.24318,42.86326],[-2.23529,42.84318],[-2.27039,42.81391],[-2.27288,42.80749],[-2.28301,42.78488],[-2.26842,42.75048],[-2.31829,42.74071],[-2.32773,42.72217],[-2.31914,42.68199],[-2.31022,42.66874],[-2.3473,42.63686],[-2.38807,42.65991],[-2.39725,42.66249],[-2.41605,42.66382],[-2.43133,42.65864],[-2.45235,42.64791],[-2.47356,42.62727],[-2.48334,42.61482],[-2.50231,42.61842],[-2.50119,42.60945],[-2.49252,42.58311],[-2.46763,42.58279],[-2.45442,42.56206],[-2.4412,42.57205],[-2.41854,42.5996],[-2.40103,42.58443],[-2.39554,42.55194],[-2.40446,42.54385],[-2.39725,42.51906],[-2.4218,42.51488],[-2.42695,42.50881],[-2.423,42.49014],[-2.42077,42.48729],[-2.41618,42.48928],[-2.41266,42.48368],[-2.40047,42.4707],[-2.39,42.46852],[-2.37867,42.47007],[-2.37056,42.46181],[-2.34678,42.45038],[-2.32927,42.45133],[-2.29048,42.45601],[-2.2764,42.44335],[-2.24894,42.4417],[-2.23589,42.42447],[-2.21598,42.41408],[-2.20448,42.41345],[-2.17529,42.4066],[-2.11144,42.41129],[-2.11864,42.39887],[-2.09375,42.37478],[-2.09204,42.34573],[-2.06955,42.3404],[-2.03779,42.35778],[-1.99676,42.35766],[-1.96638,42.33215],[-1.91591,42.29941],[-1.87592,42.25101],[-1.82665,42.23868],[-1.8227,42.22712],[-1.76537,42.20869],[-1.71747,42.20258],[-1.69215,42.15112],[-1.76468,42.15252],[-1.82459,42.15755],[-1.8457,42.14342],[-1.91248,42.07427],[-1.913,42.05528],[-1.90475,42.02532],[-1.85377,41.99433],[-1.7918,41.98578],[-1.71249,41.9526],[-1.68554,41.95119],[-1.65585,41.95898],[-1.59594,41.92412],[-1.56555,41.91199],[-1.51783,41.90611],[-1.49174,41.9185],[-1.44213,41.91084],[-1.41432,41.91109],[-1.40264,41.92476],[-1.39801,41.93498],[-1.37913,41.94238],[-1.34977,41.99548],[-1.29501,42.04305],[-1.30566,42.07758],[-1.34479,42.07618],[-1.36059,42.11007],[-1.39029,42.1298],[-1.38411,42.19279],[-1.40762,42.20767],[-1.39114,42.24784],[-1.38136,42.29369],[-1.32093,42.35296],[-1.33638,42.42282],[-1.2739,42.46475],[-1.26789,42.49729],[-1.26412,42.55321],[-1.22583,42.53904],[-1.1982,42.54891],[-1.1994,42.57495],[-1.15528,42.5972],[-1.15202,42.6183],[-1.1491,42.64393],[-1.05486,42.63964],[-1.03048,42.64469],[-1.02207,42.69177],[-0.94053,42.70502],[-0.85316,42.76667],[-0.84097,42.78709],[-0.84269,42.84186],[-0.80475,42.87282],[-0.80732,42.90011],[-0.77763,42.91809],[-0.7194,42.91451],[-0.71652,42.9201],[-0.7476,42.9689],[-0.77152,42.97019],[-0.79428,42.96584],[-0.81419,42.95378],[-0.83874,42.95617],[-0.89367,42.95806],[-0.89556,42.96371],[-0.91444,42.96647],[-0.92723,42.95646],[-0.94362,42.95554],[-1.01435,42.99712],[-1.08418,43.00342],[-1.07975,43.01155],[-1.11317,43.02584],[-1.13434,43.02228],[-1.16406,43.03628],[-1.22713,43.05675],[-1.25296,43.04671],[-1.28531,43.06387],[-1.29553,43.06751],[-1.30566,43.07046],[-1.30557,43.07442],[-1.2981,43.09089],[-1.29018,43.10053],[-1.28317,43.10498],[-1.28141,43.10919],[-1.27257,43.11491],[-1.26689,43.12027],[-1.32805,43.11526],[-1.34724,43.09268],[-1.34583,43.0534],[-1.35545,43.03014],[-1.43952,43.04731],[-1.46609,43.07671],[-1.46843,43.09227],[-1.42565,43.11482],[-1.41304,43.12741],[-1.40135,43.15601],[-1.39844,43.18002],[-1.38402,43.18615],[-1.382,43.18872],[-1.38445,43.19416],[-1.38213,43.19879],[-1.38308,43.20793],[-1.37947,43.21581],[-1.38222,43.22075],[-1.37514,43.23416],[-1.37981,43.24239],[-1.37784,43.25158],[-1.40719,43.27283],[-1.41578,43.27427],[-1.42771,43.26814],[-1.44009,43.26861],[-1.46565,43.27439],[-1.48423,43.28444],[-1.4918,43.28181],[-1.49826,43.28733],[-1.5033,43.29186],[-1.50592,43.29372],[-1.51414,43.29436],[-1.53534,43.29514],[-1.54058,43.29339],[-1.5568,43.29176],[-1.56598,43.28845],[-1.56632,43.26396],[-1.57718,43.25438],[-1.61385,43.25738],[-1.62317,43.272],[-1.62907,43.28608],[-1.62186,43.30063],[-1.62184,43.30707],[-1.63543,43.30916],[-1.63595,43.30908],[-1.64589,43.30832],[-1.65421,43.31338],[-1.66783,43.31655],[-1.68374,43.31119],[-1.69258,43.31269],[-1.69865,43.31224],[-1.7064,43.30907],[-1.71335,43.30182],[-1.72262,43.30126],[-1.72863,43.29782],[-1.72875,43.29809]]],"terms_text":"SITNA - Gobierno de Navarra / Nafarroako Gobernua","best":true},{"id":"skolverket-schools","name":"Skolverket - Schools","type":"wms","template":"https://inspire-skolverket.metria.se/geoserver/skolverket/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Forskoleklass,Grundsarskola,Grundskola,Gymnasiesarskola,Gymnasieskola,Sameskola,Specialskola&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[5,20],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.skolverket.se/","terms_text":"© Skolverket","description":"Swedish schools.","icon":"https://avatars.githubusercontent.com/u/37575873?s=32&v=4","overlay":true},{"id":"Slovakia-Historic-Maps","name":"Slovakia Historic Maps","type":"tms","template":"https://tms.freemap.sk/historicke/{zoom}/{x}/{y}.png","category":"historicmap","zoomExtent":[0,12],"polygon":[[[16.81969,47.49272],[22.83883,47.49272],[22.83883,49.50303],[16.81969,49.50303],[16.81969,47.49272]]],"icon":"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{"id":"Snohomish_WA_2020","name":"Snohomish County Orthoimagery (2020)","type":"wms","template":"https://gis.snoco.org/img/rest/services/Imagery/Aerial_2020/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-07-13T00:00:00.000Z","startDate":"2020-04-13T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-121.48447,48.31322],[-122.43728,48.30382],[-122.43701,48.26053],[-122.42631,48.26061],[-122.42601,48.25338],[-122.41509,48.25353],[-122.41501,48.24632],[-122.40418,48.24643],[-122.4009,48.12332],[-122.31338,47.97124],[-122.44255,47.76787],[-121.44448,47.77831],[-121.4463,47.86478],[-121.31674,47.86594],[-121.31874,47.90844],[-121.44602,47.90855],[-121.44775,48.00961],[-121.4154,48.00951],[-121.41603,48.0531],[-121.40508,48.05316],[-121.40529,48.06754],[-121.39447,48.0676],[-121.3945,48.0748],[-121.38371,48.0749],[-121.3842,48.11104],[-121.39488,48.11099],[-121.39504,48.12558],[-121.40607,48.12534],[-121.40658,48.14705],[-121.41707,48.147],[-121.41719,48.16882],[-121.42803,48.16869],[-121.42821,48.17596],[-121.44972,48.17583],[-121.45007,48.20465],[-121.48269,48.20434],[-121.48447,48.31322]]],"terms_url":"https://snohomishcountywa.gov/1402/Maps-GIS","terms_text":"Snohomish County GIS","description":"2020 orthoimagery for Snohomish County, Washington","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Seal_of_Snohomish_County%2C_Washington.svg/320px-Seal_of_Snohomish_County%2C_Washington.svg.png"},{"id":"Snohomish_WA_2022","name":"Snohomish County Orthoimagery (2022)","type":"wms","template":"https://gis.snoco.org/img/rest/services/Imagery/Aerial_2022/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-121.48447,48.31322],[-122.43728,48.30382],[-122.43701,48.26053],[-122.42631,48.26061],[-122.42601,48.25338],[-122.41509,48.25353],[-122.41501,48.24632],[-122.40418,48.24643],[-122.4009,48.12332],[-122.31338,47.97124],[-122.44255,47.76787],[-121.44448,47.77831],[-121.4463,47.86478],[-121.31674,47.86594],[-121.31874,47.90844],[-121.44602,47.90855],[-121.44775,48.00961],[-121.4154,48.00951],[-121.41603,48.0531],[-121.40508,48.05316],[-121.40529,48.06754],[-121.39447,48.0676],[-121.3945,48.0748],[-121.38371,48.0749],[-121.3842,48.11104],[-121.39488,48.11099],[-121.39504,48.12558],[-121.40607,48.12534],[-121.40658,48.14705],[-121.41707,48.147],[-121.41719,48.16882],[-121.42803,48.16869],[-121.42821,48.17596],[-121.44972,48.17583],[-121.45007,48.20465],[-121.48269,48.20434],[-121.48447,48.31322]]],"terms_url":"https://snohomishcountywa.gov/1402/Maps-GIS","terms_text":"Snohomish County GIS","description":"2022 orthoimagery for Snohomish County, Washington","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Seal_of_Snohomish_County%2C_Washington.svg/320px-Seal_of_Snohomish_County%2C_Washington.svg.png"},{"id":"skoterleder","name":"Snowmobile map Sweden","type":"tms","template":"https://tiles.skoterleder.org/tiles/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[5,14],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[23.87328,65.21069],[30.14647,65.19226],[30.19042,67.62596],[29.43236,69.62651],[27.93822,70.14037],[20.73119,69.2756],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://skoterleder.org/","terms_text":"© Skoterleder.org","description":"Snowmobile trails","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Sweden_road_sign_D9.svg/200px-Sweden_road_sign_D9.svg.png"},{"id":"Sobral_Ortophoto_2017","name":"Sobral Ortofoto 2017","type":"wms","template":"http://geoserver.sobral.ce.gov.br:80/geoserver/Ceara/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=prdAracatiacu,prdJaibaras,prdSobral,prdTaperuaba&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","polygon":[[[-40.50981,-3.77468],[-40.50252,-3.792],[-40.4977,-3.79281],[-40.48341,-3.76906],[-40.48799,-3.76544],[-40.4976,-3.76385],[-40.4343,-3.67994],[-40.35719,-3.73094],[-40.31701,-3.73311],[-40.29882,-3.67821],[-40.07826,-3.83144],[-40.03363,-3.86326],[-40.03736,-3.87882],[-40.00845,-3.91221],[-39.97233,-4.03094],[-39.98376,-4.06636],[-39.96172,-4.08625],[-39.91428,-4.09964],[-39.96627,-4.03051],[-40.00785,-3.90475],[-40.00894,-3.87688],[-40.03374,-3.86238],[-40.38754,-3.6106],[-40.50981,-3.77468]]],"terms_url":"http://seuma.sobral.ce.gov.br/","terms_text":"Prefeitura Municipal de Sobral","best":true,"description":"Aerial imagery in Sobral (main city and Aracatiaçu, Jaibaras, and Taperuaba districts)."},{"id":"Solano_CA_2022","name":"Solano County Orthoimagery (2022)","type":"tms","template":"https://tiles.arcgis.com/tiles/SCn6czzcqKAFwdGU/arcgis/rest/services/Aerial2022_WGS84_ESRI_Aux/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-122.45268,38.11954],[-122.41595,38.11967],[-122.41593,38.12687],[-122.39765,38.12696],[-122.3976,38.13421],[-122.37922,38.13437],[-122.37926,38.12707],[-122.36091,38.12711],[-122.36083,38.11987],[-122.34248,38.11987],[-122.3426,38.11276],[-122.32411,38.11272],[-122.32413,38.1055],[-122.31495,38.10548],[-122.31492,38.09829],[-122.30569,38.09829],[-122.30563,38.09103],[-122.2965,38.09103],[-122.29655,38.06211],[-122.26887,38.06214],[-122.26892,38.0476],[-122.19545,38.04779],[-122.19545,38.04052],[-122.18628,38.04057],[-122.18635,38.03325],[-122.17725,38.03325],[-122.17706,38.02603],[-122.16794,38.02591],[-122.16818,38.01882],[-122.10373,38.0187],[-122.1038,38.03336],[-122.09475,38.03327],[-122.09469,38.04067],[-122.06719,38.04071],[-122.06713,38.04789],[-121.99386,38.04798],[-121.99373,38.04068],[-121.92978,38.04064],[-121.92972,38.0334],[-121.87467,38.03331],[-121.87473,38.04055],[-121.82886,38.04046],[-121.82892,38.04779],[-121.7739,38.04763],[-121.77376,38.06214],[-121.75541,38.06214],[-121.75532,38.06937],[-121.74623,38.0693],[-121.74629,38.07667],[-121.70036,38.07649],[-121.70028,38.09833],[-121.69131,38.09823],[-121.69131,38.11297],[-121.68181,38.11297],[-121.68155,38.14162],[-121.6727,38.14173],[-121.67257,38.14899],[-121.6636,38.14899],[-121.66333,38.17065],[-121.65401,38.17079],[-121.65393,38.17777],[-121.63555,38.17777],[-121.63565,38.18513],[-121.60821,38.18513],[-121.60779,38.20669],[-121.59882,38.20669],[-121.59853,38.29374],[-121.58924,38.29338],[-121.58879,38.31537],[-121.69029,38.31577],[-121.68907,38.54052],[-121.79074,38.54095],[-121.79098,38.53354],[-121.82763,38.53374],[-121.82763,38.54076],[-121.95676,38.54079],[-121.95702,38.53344],[-121.99391,38.53365],[-121.99352,38.52631],[-122.03993,38.5262],[-122.03993,38.51917],[-122.11355,38.51926],[-122.11355,38.48296],[-122.12313,38.48283],[-122.12297,38.46098],[-122.13205,38.46111],[-122.13196,38.41023],[-122.1688,38.41033],[-122.16857,38.3233],[-122.21471,38.32321],[-122.21438,38.27959],[-122.2236,38.27968],[-122.22384,38.25792],[-122.21454,38.25771],[-122.21431,38.23623],[-122.20531,38.23641],[-122.20509,38.21448],[-122.2142,38.21439],[-122.21431,38.2],[-122.22338,38.20005],[-122.22344,38.16373],[-122.44369,38.16306],[-122.44386,38.17034],[-122.47131,38.17028],[-122.47124,38.15572],[-122.46207,38.15573],[-122.46201,38.14853],[-122.45281,38.14852],[-122.45268,38.11954]],[[-122.06711,37.99717],[-122.04882,37.99717],[-122.04882,38.01166],[-122.06711,38.01166],[-122.06711,37.99717]]],"terms_url":"https://www.solanocounty.com/","terms_text":"Solano County","description":"2022 3 inch resolution imagery for Solano County in the State of California","icon":"https://www.solanocounty.com/images/depts/CountyAdministrator/TransparentGIF(400x400).gif"},{"id":"sollentuna-orto","name":"Sollentuna Orthophoto","type":"wms","template":"https://kartor.sollentuna.se/bios/wms/site/web/WMS_ORTOFOTO2016?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=p_40137&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","zoomExtent":[5,20],"polygon":[[[17.82184,59.46941],[17.84369,59.46078],[17.84291,59.45398],[17.86772,59.45293],[17.87733,59.42709],[17.89158,59.42412],[17.89793,59.43836],[17.91355,59.43521],[17.9096,59.42561],[17.97934,59.39224],[18.00608,59.39988],[18.0114,59.42709],[18.00796,59.44385],[17.99483,59.46218],[17.92325,59.49857],[17.91149,59.4987],[17.90668,59.48502],[17.88883,59.49199],[17.86669,59.49238],[17.8624,59.48153],[17.83167,59.47526],[17.82184,59.46941]]],"terms_url":"https://www.sollentuna.se/","terms_text":"© Solentuna municipality","best":true,"description":"Orthophotos from the municipality of Sollentuna 2016, open data","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Sollentuna_kommunvapen_-_Riksarkivet_Sverige.png/207px-Sollentuna_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"Soskut_Pusztazamor_Tarnok_Diosd_orto_2017","name":"Sóskút, Pusztazámor, Tárnok, Diósd ortophoto 2017","type":"tms","template":"http://wms.openstreetmap.hu/mapproxy/tiles/1.0.0/Soskut-Tarnok-Pusztazamor-Diosd/mercator/{zoom}/{x}/{y}.png","category":"photo","endDate":"2017-03-01T00:00:00.000Z","startDate":"2017-03-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[18.79139,47.37063],[18.79194,47.37048],[18.79273,47.37079],[18.79416,47.36975],[18.79988,47.36617],[18.80055,47.36545],[18.80381,47.36335],[18.80465,47.36175],[18.80635,47.36021],[18.80708,47.35902],[18.80645,47.35854],[18.80823,47.356],[18.81079,47.35357],[18.8162,47.34925],[18.82497,47.34258],[18.83192,47.33841],[18.84874,47.34728],[18.85567,47.35199],[18.86234,47.35637],[18.86688,47.35853],[18.87028,47.36063],[18.87282,47.36137],[18.8747,47.36252],[18.87973,47.36641],[18.88206,47.36773],[18.88638,47.36923],[18.87914,47.37393],[18.88181,47.37605],[18.87748,47.38339],[18.88539,47.3853],[18.88291,47.38967],[18.88358,47.38996],[18.87867,47.39462],[18.87749,47.39495],[18.87649,47.39478],[18.86992,47.39655],[18.86772,47.39699],[18.87081,47.39838],[18.86509,47.40052],[18.86777,47.40207],[18.86964,47.40471],[18.8663,47.40773],[18.87243,47.41086],[18.86621,47.41798],[18.8605,47.423],[18.87604,47.42797],[18.87386,47.43248],[18.87499,47.43342],[18.87361,47.43597],[18.869,47.43961],[18.851,47.43281],[18.84765,47.43572],[18.84049,47.43346],[18.83585,47.43754],[18.83021,47.43526],[18.82804,47.43755],[18.82092,47.43572],[18.81742,47.43539],[18.8086,47.44041],[18.77248,47.4203],[18.77247,47.41809],[18.77041,47.41766],[18.76593,47.41471],[18.76304,47.41315],[18.762,47.41217],[18.7588,47.40776],[18.75837,47.40653],[18.75631,47.40328],[18.7617,47.39966],[18.76472,47.3967],[18.77666,47.3894],[18.77934,47.38713],[18.7814,47.38368],[18.78267,47.38195],[18.7837,47.38032],[18.78498,47.37905],[18.78603,47.37765],[18.78722,47.37566],[18.78916,47.37345],[18.79011,47.37176],[18.79139,47.37063]],[[18.92067,47.41156],[18.91826,47.40998],[18.91871,47.40938],[18.92293,47.40926],[18.92466,47.40635],[18.92561,47.40605],[18.92924,47.40205],[18.9312,47.40023],[18.93122,47.4],[18.93617,47.39683],[18.93735,47.39633],[18.94161,47.39869],[18.94411,47.39845],[18.94692,47.39799],[18.95119,47.39356],[18.95202,47.39362],[18.95276,47.39526],[18.95446,47.39673],[18.96316,47.39903],[18.96266,47.40118],[18.96211,47.40507],[18.95755,47.41435],[18.9577,47.41878],[18.9569,47.41923],[18.95155,47.4175],[18.94982,47.41938],[18.94063,47.42241],[18.93473,47.41917],[18.9251,47.41372],[18.92067,47.41156]]],"terms_url":"http://fototerkep.hu","terms_text":"Fototerkep.hu","best":true,"description":"5 cm resolution bald image of 4 settlement"},{"id":"South_Africa-CD_NGI-Aerial","name":"South Africa CD:NGI Aerial","type":"tms","template":"https://aerial.openstreetmap.org.za/ngi-aerial/{zoom}/{x}/{y}.jpg","category":"photo","zoomExtent":[0,22],"polygon":[[[17.83968,-32.79834],[17.83968,-32.85073],[17.84859,-32.96685],[17.88552,-33.05757],[17.94735,-33.16026],[18.13899,-33.39741],[18.21668,-33.44887],[18.2992,-33.58559],[18.36155,-33.65016],[18.41247,-33.74488],[18.34793,-33.78155],[18.34766,-33.84924],[18.33745,-33.99141],[18.29511,-33.99371],[18.29721,-34.19503],[18.34793,-34.20204],[18.35657,-34.30056],[18.39717,-34.3023],[18.39744,-34.3514],[18.44799,-34.35227],[18.44773,-34.362],[18.49995,-34.36169],[18.50175,-34.10153],[18.79842,-34.10164],[18.7975,-34.39364],[18.95206,-34.39494],[19.00235,-34.35256],[19.07256,-34.38024],[19.098,-34.44998],[19.32853,-34.45344],[19.34744,-34.52445],[19.28614,-34.59866],[19.28771,-34.64048],[19.39297,-34.64202],[19.5973,-34.79618],[19.89383,-34.7936],[19.89907,-34.82758],[19.99233,-34.83791],[20.08035,-34.83619],[20.25272,-34.70148],[20.5042,-34.48626],[20.74468,-34.48281],[20.89766,-34.4854],[20.89319,-34.39971],[21.00337,-34.37539],[21.09882,-34.39913],[21.19787,-34.44782],[21.41949,-34.44652],[21.5007,-34.40201],[21.50174,-34.36699],[21.5468,-34.36612],[21.56147,-34.40201],[21.86115,-34.40071],[21.9497,-34.322],[22.00156,-34.21722],[22.15769,-34.21809],[22.17124,-34.15218],[22.16212,-34.1057],[22.22213,-34.10147],[22.252,-34.06459],[22.50505,-34.06459],[22.57002,-34.00641],[22.64598,-34.00728],[22.64703,-34.05026],[22.84124,-34.05479],[22.90009,-34.0993],[23.41543,-34.11404],[23.41552,-34.04346],[23.49735,-34.00901],[23.74936,-34.01119],[23.80175,-34.05243],[23.99634,-34.05144],[24.19888,-34.1019],[24.34867,-34.11638],[24.50014,-34.20033],[24.76453,-34.20179],[24.85326,-34.21896],[24.87629,-34.20053],[24.87704,-34.15065],[24.94966,-34.10104],[24.95472,-34.00436],[25.04763,-33.99946],[25.28106,-34.00203],[25.35046,-34.05026],[25.55089,-34.06315],[25.72028,-34.05112],[25.71958,-34.00401],[25.65291,-33.94698],[25.65291,-33.85436],[25.75111,-33.80065],[25.80555,-33.75243],[26.00779,-33.7224],[26.20675,-33.75489],[26.45273,-33.79358],[26.59169,-33.74808],[26.88054,-33.6459],[27.3758,-33.38607],[27.84509,-33.08287],[28.07487,-32.94169],[28.14365,-32.83207],[28.54971,-32.58946],[28.89432,-32.28989],[29.48131,-31.69787],[29.74094,-31.50147],[29.86731,-31.43043],[30.09724,-31.24583],[30.35563,-30.93089],[30.72447,-30.3925],[30.86518,-30.10241],[30.95186,-30.00339],[31.04555,-29.9502],[31.06699,-29.86403],[31.05345,-29.84705],[31.06486,-29.78935],[31.16808,-29.63074],[31.35963,-29.38543],[31.46385,-29.28593],[31.77648,-28.96949],[31.98788,-28.90695],[32.07026,-28.84698],[32.36404,-28.59457],[32.42756,-28.50216],[32.53872,-28.2288],[32.5814,-28.07479],[32.62407,-27.77751],[32.70943,-27.47854],[32.88609,-26.9817],[32.89999,-26.85161],[32.31145,-26.84795],[32.10698,-26.79846],[32.00025,-26.79839],[31.97697,-27.05066],[31.97002,-27.12047],[31.97002,-27.31112],[31.50156,-27.31112],[31.15433,-27.19804],[31.00344,-27.04416],[30.97653,-27.00292],[30.98249,-26.90826],[30.91003,-26.84895],[30.90209,-26.78075],[30.80384,-26.80821],[30.80226,-26.52407],[30.82269,-26.44888],[30.85346,-26.40356],[30.89217,-26.32797],[30.96561,-26.26658],[31.11647,-25.99124],[31.1393,-25.91627],[31.25046,-25.82965],[31.32291,-25.74386],[31.41621,-25.72777],[31.86878,-26.00373],[31.98094,-25.95465],[31.93627,-25.84037],[32.00575,-25.66248],[32.00575,-25.6079],[31.99979,-25.51657],[31.99285,-25.44938],[32.01964,-25.38214],[32.03552,-25.08498],[32.01964,-24.91407],[32.00773,-24.65366],[32.01667,-24.4406],[31.99483,-24.30409],[31.91444,-24.17467],[31.88863,-23.94811],[31.77747,-23.88006],[31.71197,-23.74114],[31.69311,-23.61752],[31.55683,-23.44308],[31.56806,-23.19034],[31.29306,-22.36746],[31.18342,-22.32329],[31.00586,-22.30771],[30.83743,-22.28498],[30.50618,-22.30576],[30.30336,-22.33952],[30.25634,-22.29148],[30.11668,-22.28303],[29.9293,-22.18494],[29.77771,-22.1362],[29.6549,-22.11864],[29.35312,-22.18429],[29.23241,-22.16935],[29.01626,-22.20834],[28.95941,-22.30901],[28.92853,-22.42323],[28.82818,-22.45502],[28.61088,-22.54002],[28.49061,-22.5607],[28.33972,-22.56394],[28.20568,-22.65529],[28.04076,-22.82551],[27.93829,-22.94965],[27.88285,-23.06205],[27.80986,-23.0995],[27.59581,-23.20855],[27.51441,-23.35939],[27.33396,-23.39738],[27.13605,-23.52034],[27.0578,-23.60526],[27.00061,-23.63676],[26.97148,-23.69943],[26.93183,-23.84619],[26.92155,-23.8991],[26.85744,-24.10269],[26.85674,-24.24995],[26.73006,-24.30145],[26.58619,-24.40758],[26.509,-24.48424],[26.47391,-24.56533],[26.39285,-24.63329],[25.84664,-24.75385],[25.84193,-24.78054],[25.64418,-25.48238],[25.50784,-25.68554],[25.1107,-25.73894],[24.60391,-25.78966],[24.2364,-25.6134],[23.88372,-25.59737],[23.46583,-25.27351],[23.00052,-25.27619],[22.77528,-25.67752],[22.57078,-26.1334],[22.28034,-26.32747],[21.97211,-26.64314],[21.7765,-26.66963],[21.67277,-26.839],[21.08891,-26.84693],[20.65324,-26.82049],[20.65028,-26.48409],[20.84292,-26.21585],[20.8281,-25.89635],[20.73326,-25.6802],[20.65324,-25.45294],[20.47246,-25.15017],[20.29167,-24.91923],[19.98937,-24.74979],[19.99536,-28.39909],[19.84971,-28.40278],[19.85076,-28.44333],[19.69882,-28.44794],[19.69673,-28.49399],[19.55003,-28.49583],[19.44315,-28.69732],[19.25873,-28.70099],[19.23149,-28.80296],[19.24301,-28.85162],[19.19691,-28.93785],[19.1047,-28.94885],[18.90875,-28.82775],[18.61536,-28.82959],[18.50638,-28.87181],[18.15745,-28.87181],[18.00027,-28.79562],[17.99943,-28.75606],[17.80139,-28.73815],[17.65259,-28.73815],[17.64997,-28.69679],[17.60282,-28.683],[17.49836,-28.68721],[17.45121,-28.64951],[17.4527,-28.54897],[17.40083,-28.548],[17.41491,-28.34898],[17.40158,-28.24524],[17.35156,-28.24427],[17.35119,-28.19759],[17.2508,-28.19889],[17.24746,-28.23382],[17.20263,-28.23284],[17.20115,-28.09305],[17.10076,-28.03388],[17.05297,-28.02571],[16.99295,-28.0244],[16.88551,-28.04729],[16.74622,-28.2459],[16.75141,-28.4487],[16.60026,-28.48257],[16.4491,-28.55158],[16.44987,-28.69188],[16.54941,-28.84159],[16.7988,-29.19437],[16.9937,-29.65436],[17.24937,-30.39917],[17.40445,-30.63747],[17.548,-30.90217],[17.85293,-31.3444],[18.10545,-31.6455],[18.29302,-32.04871],[18.28987,-32.55266],[18.09917,-32.74853],[18.00364,-32.69822],[17.88935,-32.69728],[17.83968,-32.79834]]],"best":true},{"id":"South-Tyrol-Basemap","name":"South Tyrol Basemap","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/wms?LAYERS=p_bz-BaseMap%3ABasemap-Standard&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[0,20],"polygon":[[[10.38615,46.68821],[10.3803,46.68399],[10.39057,46.67089],[10.38946,46.65862],[10.39873,46.6455],[10.40011,46.63648],[10.40935,46.63389],[10.44632,46.63989],[10.49055,46.61394],[10.48291,46.60512],[10.48576,46.59805],[10.48221,46.59199],[10.48575,46.58921],[10.48305,46.5777],[10.47321,46.56701],[10.47617,46.55749],[10.46954,46.54856],[10.47056,46.54377],[10.45814,46.54215],[10.45124,46.53083],[10.45714,46.5096],[10.48141,46.49337],[10.49366,46.49719],[10.52657,46.49425],[10.53685,46.49062],[10.54986,46.49123],[10.55875,46.48187],[10.57672,46.47237],[10.59995,46.46766],[10.60128,46.46139],[10.61439,46.45098],[10.63303,46.44309],[10.66821,46.45122],[10.68293,46.44846],[10.69667,46.4573],[10.71753,46.46022],[10.74422,46.48333],[10.75906,46.48547],[10.76463,46.4848],[10.76934,46.47609],[10.77835,46.47112],[10.78906,46.45164],[10.80034,46.44185],[10.85113,46.43817],[10.86174,46.43509],[10.87162,46.4438],[10.88093,46.44579],[10.88324,46.44995],[10.89161,46.44366],[10.91305,46.44284],[10.93332,46.4528],[10.9325,46.45831],[10.93819,46.46578],[10.95791,46.46983],[10.96543,46.48103],[10.98695,46.48289],[11.00462,46.47607],[11.00952,46.46917],[11.02817,46.46116],[11.0414,46.44569],[11.05394,46.44849],[11.07301,46.44042],[11.0778,46.44569],[11.07625,46.45487],[11.06894,46.46619],[11.06278,46.4894],[11.05773,46.49235],[11.05006,46.50784],[11.03795,46.51357],[11.05915,46.51508],[11.08173,46.53021],[11.08812,46.50128],[11.10449,46.4948],[11.1103,46.49643],[11.12934,46.48058],[11.16095,46.4878],[11.17014,46.49635],[11.18002,46.49823],[11.18686,46.50734],[11.1924,46.501],[11.19608,46.50241],[11.20876,46.49346],[11.20939,46.481],[11.21626,46.47277],[11.21886,46.46199],[11.21736,46.45731],[11.21419,46.45807],[11.20903,46.45293],[11.21634,46.44255],[11.21416,46.43556],[11.20347,46.42682],[11.21026,46.4206],[11.20565,46.4166],[11.21345,46.40675],[11.21275,46.39804],[11.19792,46.37232],[11.20393,46.36765],[11.19263,46.36578],[11.19001,46.35984],[11.20204,46.34212],[11.1942,46.33016],[11.18696,46.32673],[11.18894,46.32151],[11.1847,46.32104],[11.1761,46.30346],[11.16439,46.2986],[11.15847,46.29059],[11.14293,46.28934],[11.13725,46.28336],[11.14885,46.27904],[11.16604,46.26129],[11.20029,46.25566],[11.19448,46.2461],[11.18935,46.25354],[11.18351,46.25269],[11.17994,46.24434],[11.17077,46.23806],[11.18267,46.22496],[11.20622,46.2187],[11.24743,46.22933],[11.29124,46.2604],[11.30645,46.25786],[11.31737,46.27303],[11.3129,46.28256],[11.33471,46.2962],[11.33379,46.29049],[11.33912,46.28306],[11.35495,46.27564],[11.35783,46.26481],[11.36836,46.26135],[11.37347,46.2629],[11.38756,46.26029],[11.39862,46.264],[11.39609,46.27423],[11.3871,46.28143],[11.38256,46.29177],[11.36078,46.29682],[11.36088,46.29906],[11.38188,46.30052],[11.39569,46.3083],[11.39994,46.30709],[11.39865,46.31426],[11.40517,46.32387],[11.42105,46.32441],[11.45556,46.33396],[11.46322,46.34922],[11.48052,46.3551],[11.47969,46.36277],[11.52445,46.35502],[11.53837,46.35015],[11.54423,46.34483],[11.55249,46.34418],[11.55878,46.35076],[11.56489,46.38018],[11.5932,46.38265],[11.60307,46.38924],[11.60161,46.39731],[11.62143,46.42539],[11.61882,46.44325],[11.62987,46.46377],[11.62679,46.4708],[11.64179,46.47439],[11.64536,46.47189],[11.65174,46.48271],[11.64297,46.49346],[11.63495,46.49486],[11.63849,46.50051],[11.64515,46.49743],[11.6672,46.49647],[11.69889,46.50218],[11.71524,46.51245],[11.71935,46.50916],[11.73202,46.50877],[11.74317,46.50391],[11.76157,46.50503],[11.79189,46.51322],[11.79385,46.52023],[11.81086,46.53146],[11.82391,46.52141],[11.82334,46.51315],[11.82849,46.50783],[11.85192,46.51682],[11.8904,46.52175],[11.9121,46.532],[11.93294,46.52631],[11.94147,46.52689],[11.94719,46.52879],[11.95094,46.53869],[11.96633,46.54363],[11.98704,46.54417],[11.99411,46.53345],[11.99941,46.53208],[12.02189,46.55791],[12.0266,46.55871],[12.03665,46.57668],[12.04763,46.58357],[12.05043,46.60016],[12.04613,46.60716],[12.05318,46.60989],[12.05448,46.61778],[12.06495,46.62121],[12.06837,46.63997],[12.07479,46.64329],[12.06686,46.65364],[12.07173,46.66064],[12.07038,46.67386],[12.07985,46.66686],[12.08826,46.66638],[12.09345,46.66123],[12.10609,46.65783],[12.10949,46.65204],[12.12342,46.64475],[12.13739,46.64122],[12.1436,46.6327],[12.1511,46.63215],[12.16062,46.63574],[12.17117,46.63275],[12.1818,46.6192],[12.19261,46.62059],[12.19228,46.59321],[12.20444,46.59836],[12.21241,46.60918],[12.24198,46.61586],[12.24502,46.62326],[12.25931,46.62809],[12.26982,46.62003],[12.28413,46.61623],[12.30802,46.61811],[12.31785,46.62355],[12.3172,46.62876],[12.33578,46.62732],[12.34034,46.63022],[12.34465,46.62376],[12.35939,46.61829],[12.38577,46.62154],[12.3915,46.62765],[12.37944,46.63733],[12.38115,46.64183],[12.40648,46.64167],[12.43473,46.66714],[12.4795,46.67969],[12.47501,46.68756],[12.44268,46.68979],[12.42943,46.69567],[12.42862,46.6997],[12.41522,46.70163],[12.41103,46.70701],[12.40283,46.70811],[12.38475,46.71745],[12.37036,46.74163],[12.35837,46.77583],[12.30943,46.78603],[12.28539,46.7839],[12.28232,46.79153],[12.28889,46.79427],[12.28905,46.79948],[12.29383,46.8027],[12.285,46.81503],[12.30726,46.83271],[12.30833,46.84137],[12.29733,46.84455],[12.2912,46.85704],[12.29326,46.86566],[12.27736,46.87319],[12.27979,46.87921],[12.27486,46.88512],[12.24162,46.89192],[12.2345,46.88919],[12.23125,46.88146],[12.22147,46.88084],[12.21663,46.87517],[12.2022,46.88806],[12.20106,46.8965],[12.19154,46.90682],[12.16959,46.91121],[12.16205,46.908],[12.14675,46.91413],[12.15414,46.91654],[12.1702,46.93758],[12.15927,46.95133],[12.13882,46.95764],[12.13328,46.96292],[12.13808,46.96514],[12.13977,46.982],[12.12974,46.98593],[12.1322,46.99339],[12.12285,47.00662],[12.12723,47.01218],[12.14786,47.02357],[12.16423,47.01782],[12.18048,47.02414],[12.20552,47.02595],[12.2182,47.04483],[12.21821,47.05795],[12.23786,47.0644],[12.24228,47.06892],[12.2278,47.08302],[12.18589,47.09322],[12.15997,47.08267],[12.15125,47.08049],[12.13561,47.08171],[12.11867,47.07445],[12.10329,47.07931],[12.09308,47.07791],[12.08035,47.06951],[12.07543,47.0605],[12.04276,47.06228],[12.03353,47.0583],[12.02968,47.05127],[12.02037,47.04821],[11.99534,47.05064],[11.98587,47.04815],[11.97912,47.0511],[11.96773,47.04158],[11.95457,47.04374],[11.94688,47.03464],[11.9329,47.03864],[11.91627,47.03422],[11.89137,47.01728],[11.8794,47.01714],[11.87393,47.01136],[11.86722,47.01252],[11.85192,47.0014],[11.84396,47.0025],[11.83564,46.99417],[11.81526,46.991],[11.78106,46.99342],[11.76411,46.97412],[11.74698,46.97013],[11.72897,46.97322],[11.71226,46.99416],[11.6885,46.99658],[11.66542,46.99304],[11.63629,47.00383],[11.62697,47.01437],[11.60944,47.01207],[11.59901,47.00657],[11.58879,47.00641],[11.58,47.00277],[11.57663,46.99657],[11.55297,46.99149],[11.53846,46.98519],[11.53381,46.99233],[11.51679,47.00091],[11.51366,47.00595],[11.50313,47.00808],[11.50238,47.01073],[11.47831,47.01201],[11.46859,47.003],[11.46803,46.99582],[11.45134,46.99294],[11.43929,46.97601],[11.40465,46.96609],[11.38324,46.97168],[11.37697,46.98025],[11.35932,46.99154],[11.34516,46.99169],[11.33765,46.98606],[11.3205,46.99345],[11.30709,46.98525],[11.28762,46.98699],[11.27662,46.98168],[11.26272,46.98169],[11.25582,46.97535],[11.24865,46.97517],[11.24139,46.9708],[11.22047,46.97025],[11.20688,46.96403],[11.20418,46.96877],[11.19527,46.97152],[11.18658,46.97062],[11.17598,46.96367],[11.1637,46.96677],[11.16114,46.94979],[11.16642,46.94479],[11.16322,46.94091],[11.13851,46.92865],[11.11418,46.93234],[11.10804,46.92632],[11.10792,46.91706],[11.0946,46.91247],[11.09795,46.89844],[11.09538,46.89178],[11.09961,46.88922],[11.08742,46.87927],[11.06988,46.85348],[11.07303,46.84345],[11.06887,46.83793],[11.0762,46.83384],[11.08171,46.82252],[11.07279,46.82092],[11.05633,46.80928],[11.03792,46.80562],[11.04234,46.801],[11.0346,46.79428],[11.02328,46.76715],[11.01397,46.77317],[10.99475,46.76804],[10.97932,46.77014],[10.97522,46.77361],[10.94388,46.77648],[10.92821,46.77408],[10.92299,46.7764],[10.90527,46.76911],[10.8951,46.77092],[10.88962,46.76529],[10.88294,46.76393],[10.86993,46.7669],[10.86845,46.77313],[10.85354,46.77506],[10.84112,46.78282],[10.83129,46.78138],[10.82479,46.77472],[10.81439,46.77662],[10.78678,46.79735],[10.77744,46.79149],[10.75722,46.78624],[10.73122,46.78925],[10.7276,46.79709],[10.74506,46.80223],[10.75239,46.81387],[10.76387,46.81971],[10.76481,46.82409],[10.75621,46.83383],[10.72333,46.83892],[10.71763,46.84795],[10.70594,46.84786],[10.69508,46.85308],[10.69786,46.86339],[10.69112,46.86861],[10.67297,46.87138],[10.66787,46.87651],[10.64858,46.86655],[10.62441,46.86558],[10.60936,46.8597],[10.59502,46.85829],[10.58883,46.85125],[10.55536,46.84087],[10.55264,46.8408],[10.55795,46.84695],[10.5527,46.8511],[10.52124,46.84653],[10.49931,46.84857],[10.49628,46.85305],[10.48372,46.85543],[10.47838,46.86013],[10.46819,46.8553],[10.46987,46.84933],[10.46229,46.8413],[10.46483,46.83624],[10.45906,46.83548],[10.45513,46.83059],[10.4583,46.82478],[10.45438,46.82221],[10.45602,46.81635],[10.44925,46.80462],[10.43851,46.79869],[10.42845,46.79755],[10.42123,46.78861],[10.44011,46.77149],[10.44107,46.75413],[10.43464,46.75356],[10.39934,46.73435],[10.4168,46.71847],[10.41622,46.71479],[10.41274,46.70821],[10.40215,46.70624],[10.39201,46.69016],[10.38615,46.68821]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC0-1.0","description":"Basemap of South Tyrol"},{"id":"South-Tyrol-DSM_2006_2_5m","name":"South Tyrol DSM Hillshade 2006 (2.5 m)","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Elevation/wms?LAYERS=DigitalElevationModel-2.5m-Hillshade&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2006-01-01T00:00:00.000Z","startDate":"2006-01-01T00:00:00.000Z","polygon":[[[10.38615,46.68821],[10.3803,46.68399],[10.39057,46.67089],[10.38946,46.65862],[10.39873,46.6455],[10.40011,46.63648],[10.40935,46.63389],[10.44632,46.63989],[10.49055,46.61394],[10.48291,46.60512],[10.48576,46.59805],[10.48221,46.59199],[10.48575,46.58921],[10.48305,46.5777],[10.47321,46.56701],[10.47617,46.55749],[10.46954,46.54856],[10.47056,46.54377],[10.45814,46.54215],[10.45124,46.53083],[10.45714,46.5096],[10.48141,46.49337],[10.49366,46.49719],[10.52657,46.49425],[10.53685,46.49062],[10.54986,46.49123],[10.55875,46.48187],[10.57672,46.47237],[10.59995,46.46766],[10.60128,46.46139],[10.61439,46.45098],[10.63303,46.44309],[10.66821,46.45122],[10.68293,46.44846],[10.69667,46.4573],[10.71753,46.46022],[10.74422,46.48333],[10.75906,46.48547],[10.76463,46.4848],[10.76934,46.47609],[10.77835,46.47112],[10.78906,46.45164],[10.80034,46.44185],[10.85113,46.43817],[10.86174,46.43509],[10.87162,46.4438],[10.88093,46.44579],[10.88324,46.44995],[10.89161,46.44366],[10.91305,46.44284],[10.93332,46.4528],[10.9325,46.45831],[10.93819,46.46578],[10.95791,46.46983],[10.96543,46.48103],[10.98695,46.48289],[11.00462,46.47607],[11.00952,46.46917],[11.02817,46.46116],[11.0414,46.44569],[11.05394,46.44849],[11.07301,46.44042],[11.0778,46.44569],[11.07625,46.45487],[11.06894,46.46619],[11.06278,46.4894],[11.05773,46.49235],[11.05006,46.50784],[11.03795,46.51357],[11.05915,46.51508],[11.08173,46.53021],[11.08812,46.50128],[11.10449,46.4948],[11.1103,46.49643],[11.12934,46.48058],[11.16095,46.4878],[11.17014,46.49635],[11.18002,46.49823],[11.18686,46.50734],[11.1924,46.501],[11.19608,46.50241],[11.20876,46.49346],[11.20939,46.481],[11.21626,46.47277],[11.21886,46.46199],[11.21736,46.45731],[11.21419,46.45807],[11.20903,46.45293],[11.21634,46.44255],[11.21416,46.43556],[11.20347,46.42682],[11.21026,46.4206],[11.20565,46.4166],[11.21345,46.40675],[11.21275,46.39804],[11.19792,46.37232],[11.20393,46.36765],[11.19263,46.36578],[11.19001,46.35984],[11.20204,46.34212],[11.1942,46.33016],[11.18696,46.32673],[11.18894,46.32151],[11.1847,46.32104],[11.1761,46.30346],[11.16439,46.2986],[11.15847,46.29059],[11.14293,46.28934],[11.13725,46.28336],[11.14885,46.27904],[11.16604,46.26129],[11.20029,46.25566],[11.19448,46.2461],[11.18935,46.25354],[11.18351,46.25269],[11.17994,46.24434],[11.17077,46.23806],[11.18267,46.22496],[11.20622,46.2187],[11.24743,46.22933],[11.29124,46.2604],[11.30645,46.25786],[11.31737,46.27303],[11.3129,46.28256],[11.33471,46.2962],[11.33379,46.29049],[11.33912,46.28306],[11.35495,46.27564],[11.35783,46.26481],[11.36836,46.26135],[11.37347,46.2629],[11.38756,46.26029],[11.39862,46.264],[11.39609,46.27423],[11.3871,46.28143],[11.38256,46.29177],[11.36078,46.29682],[11.36088,46.29906],[11.38188,46.30052],[11.39569,46.3083],[11.39994,46.30709],[11.39865,46.31426],[11.40517,46.32387],[11.42105,46.32441],[11.45556,46.33396],[11.46322,46.34922],[11.48052,46.3551],[11.47969,46.36277],[11.52445,46.35502],[11.53837,46.35015],[11.54423,46.34483],[11.55249,46.34418],[11.55878,46.35076],[11.56489,46.38018],[11.5932,46.38265],[11.60307,46.38924],[11.60161,46.39731],[11.62143,46.42539],[11.61882,46.44325],[11.62987,46.46377],[11.62679,46.4708],[11.64179,46.47439],[11.64536,46.47189],[11.65174,46.48271],[11.64297,46.49346],[11.63495,46.49486],[11.63849,46.50051],[11.64515,46.49743],[11.6672,46.49647],[11.69889,46.50218],[11.71524,46.51245],[11.71935,46.50916],[11.73202,46.50877],[11.74317,46.50391],[11.76157,46.50503],[11.79189,46.51322],[11.79385,46.52023],[11.81086,46.53146],[11.82391,46.52141],[11.82334,46.51315],[11.82849,46.50783],[11.85192,46.51682],[11.8904,46.52175],[11.9121,46.532],[11.93294,46.52631],[11.94147,46.52689],[11.94719,46.52879],[11.95094,46.53869],[11.96633,46.54363],[11.98704,46.54417],[11.99411,46.53345],[11.99941,46.53208],[12.02189,46.55791],[12.0266,46.55871],[12.03665,46.57668],[12.04763,46.58357],[12.05043,46.60016],[12.04613,46.60716],[12.05318,46.60989],[12.05448,46.61778],[12.06495,46.62121],[12.06837,46.63997],[12.07479,46.64329],[12.06686,46.65364],[12.07173,46.66064],[12.07038,46.67386],[12.07985,46.66686],[12.08826,46.66638],[12.09345,46.66123],[12.10609,46.65783],[12.10949,46.65204],[12.12342,46.64475],[12.13739,46.64122],[12.1436,46.6327],[12.1511,46.63215],[12.16062,46.63574],[12.17117,46.63275],[12.1818,46.6192],[12.19261,46.62059],[12.19228,46.59321],[12.20444,46.59836],[12.21241,46.60918],[12.24198,46.61586],[12.24502,46.62326],[12.25931,46.62809],[12.26982,46.62003],[12.28413,46.61623],[12.30802,46.61811],[12.31785,46.62355],[12.3172,46.62876],[12.33578,46.62732],[12.34034,46.63022],[12.34465,46.62376],[12.35939,46.61829],[12.38577,46.62154],[12.3915,46.62765],[12.37944,46.63733],[12.38115,46.64183],[12.40648,46.64167],[12.43473,46.66714],[12.4795,46.67969],[12.47501,46.68756],[12.44268,46.68979],[12.42943,46.69567],[12.42862,46.6997],[12.41522,46.70163],[12.41103,46.70701],[12.40283,46.70811],[12.38475,46.71745],[12.37036,46.74163],[12.35837,46.77583],[12.30943,46.78603],[12.28539,46.7839],[12.28232,46.79153],[12.28889,46.79427],[12.28905,46.79948],[12.29383,46.8027],[12.285,46.81503],[12.30726,46.83271],[12.30833,46.84137],[12.29733,46.84455],[12.2912,46.85704],[12.29326,46.86566],[12.27736,46.87319],[12.27979,46.87921],[12.27486,46.88512],[12.24162,46.89192],[12.2345,46.88919],[12.23125,46.88146],[12.22147,46.88084],[12.21663,46.87517],[12.2022,46.88806],[12.20106,46.8965],[12.19154,46.90682],[12.16959,46.91121],[12.16205,46.908],[12.14675,46.91413],[12.15414,46.91654],[12.1702,46.93758],[12.15927,46.95133],[12.13882,46.95764],[12.13328,46.96292],[12.13808,46.96514],[12.13977,46.982],[12.12974,46.98593],[12.1322,46.99339],[12.12285,47.00662],[12.12723,47.01218],[12.14786,47.02357],[12.16423,47.01782],[12.18048,47.02414],[12.20552,47.02595],[12.2182,47.04483],[12.21821,47.05795],[12.23786,47.0644],[12.24228,47.06892],[12.2278,47.08302],[12.18589,47.09322],[12.15997,47.08267],[12.15125,47.08049],[12.13561,47.08171],[12.11867,47.07445],[12.10329,47.07931],[12.09308,47.07791],[12.08035,47.06951],[12.07543,47.0605],[12.04276,47.06228],[12.03353,47.0583],[12.02968,47.05127],[12.02037,47.04821],[11.99534,47.05064],[11.98587,47.04815],[11.97912,47.0511],[11.96773,47.04158],[11.95457,47.04374],[11.94688,47.03464],[11.9329,47.03864],[11.91627,47.03422],[11.89137,47.01728],[11.8794,47.01714],[11.87393,47.01136],[11.86722,47.01252],[11.85192,47.0014],[11.84396,47.0025],[11.83564,46.99417],[11.81526,46.991],[11.78106,46.99342],[11.76411,46.97412],[11.74698,46.97013],[11.72897,46.97322],[11.71226,46.99416],[11.6885,46.99658],[11.66542,46.99304],[11.63629,47.00383],[11.62697,47.01437],[11.60944,47.01207],[11.59901,47.00657],[11.58879,47.00641],[11.58,47.00277],[11.57663,46.99657],[11.55297,46.99149],[11.53846,46.98519],[11.53381,46.99233],[11.51679,47.00091],[11.51366,47.00595],[11.50313,47.00808],[11.50238,47.01073],[11.47831,47.01201],[11.46859,47.003],[11.46803,46.99582],[11.45134,46.99294],[11.43929,46.97601],[11.40465,46.96609],[11.38324,46.97168],[11.37697,46.98025],[11.35932,46.99154],[11.34516,46.99169],[11.33765,46.98606],[11.3205,46.99345],[11.30709,46.98525],[11.28762,46.98699],[11.27662,46.98168],[11.26272,46.98169],[11.25582,46.97535],[11.24865,46.97517],[11.24139,46.9708],[11.22047,46.97025],[11.20688,46.96403],[11.20418,46.96877],[11.19527,46.97152],[11.18658,46.97062],[11.17598,46.96367],[11.1637,46.96677],[11.16114,46.94979],[11.16642,46.94479],[11.16322,46.94091],[11.13851,46.92865],[11.11418,46.93234],[11.10804,46.92632],[11.10792,46.91706],[11.0946,46.91247],[11.09795,46.89844],[11.09538,46.89178],[11.09961,46.88922],[11.08742,46.87927],[11.06988,46.85348],[11.07303,46.84345],[11.06887,46.83793],[11.0762,46.83384],[11.08171,46.82252],[11.07279,46.82092],[11.05633,46.80928],[11.03792,46.80562],[11.04234,46.801],[11.0346,46.79428],[11.02328,46.76715],[11.01397,46.77317],[10.99475,46.76804],[10.97932,46.77014],[10.97522,46.77361],[10.94388,46.77648],[10.92821,46.77408],[10.92299,46.7764],[10.90527,46.76911],[10.8951,46.77092],[10.88962,46.76529],[10.88294,46.76393],[10.86993,46.7669],[10.86845,46.77313],[10.85354,46.77506],[10.84112,46.78282],[10.83129,46.78138],[10.82479,46.77472],[10.81439,46.77662],[10.78678,46.79735],[10.77744,46.79149],[10.75722,46.78624],[10.73122,46.78925],[10.7276,46.79709],[10.74506,46.80223],[10.75239,46.81387],[10.76387,46.81971],[10.76481,46.82409],[10.75621,46.83383],[10.72333,46.83892],[10.71763,46.84795],[10.70594,46.84786],[10.69508,46.85308],[10.69786,46.86339],[10.69112,46.86861],[10.67297,46.87138],[10.66787,46.87651],[10.64858,46.86655],[10.62441,46.86558],[10.60936,46.8597],[10.59502,46.85829],[10.58883,46.85125],[10.55536,46.84087],[10.55264,46.8408],[10.55795,46.84695],[10.5527,46.8511],[10.52124,46.84653],[10.49931,46.84857],[10.49628,46.85305],[10.48372,46.85543],[10.47838,46.86013],[10.46819,46.8553],[10.46987,46.84933],[10.46229,46.8413],[10.46483,46.83624],[10.45906,46.83548],[10.45513,46.83059],[10.4583,46.82478],[10.45438,46.82221],[10.45602,46.81635],[10.44925,46.80462],[10.43851,46.79869],[10.42845,46.79755],[10.42123,46.78861],[10.44011,46.77149],[10.44107,46.75413],[10.43464,46.75356],[10.39934,46.73435],[10.4168,46.71847],[10.41622,46.71479],[10.41274,46.70821],[10.40215,46.70624],[10.39201,46.69016],[10.38615,46.68821]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC0-1.0","description":"Schummerung errechnet aus dem DSM)"},{"id":"South-Tyrol-DSM_2013","name":"South Tyrol DSM Hillshade 2013 (0.5 m)","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Elevation/wms?LAYERS=DigitalElevationModel-0.5m-Hillshade&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","polygon":[[[12.13717,47.05889],[12.06315,47.02828],[12.04446,47.02706],[12.0362,47.02559],[11.96864,47.00182],[11.96038,46.99986],[11.94205,46.99275],[11.93846,46.99226],[11.93846,46.99153],[11.93271,46.99055],[11.9266,46.98736],[11.91869,46.97657],[11.90432,46.9621],[11.84934,46.95033],[11.85221,46.9442],[11.85365,46.94248],[11.85509,46.94248],[11.90396,46.95377],[11.92121,46.92972],[11.93702,46.91671],[11.93235,46.90591],[11.90001,46.90272],[11.83245,46.90247],[11.82059,46.90616],[11.80765,46.92113],[11.80226,46.92997],[11.77531,46.92334],[11.77819,46.9172],[11.79687,46.91892],[11.79831,46.91499],[11.80442,46.90665],[11.81664,46.89412],[11.82993,46.88995],[11.84035,46.88798],[11.85437,46.88627],[11.88635,46.88798],[11.93738,46.89584],[11.94097,46.88676],[11.93666,46.86932],[11.93881,46.85285],[11.9363,46.83786],[11.93271,46.8327],[11.86443,46.83442],[11.78969,46.83933],[11.78322,46.84105],[11.7383,46.84769],[11.72644,46.87644],[11.72141,46.88381],[11.72213,46.88479],[11.71387,46.89609],[11.70273,46.90346],[11.69159,46.90002],[11.68943,46.89781],[11.69662,46.88356],[11.71171,46.87104],[11.71782,46.85285],[11.71746,46.8322],[11.71315,46.82901],[11.66535,46.82802],[11.65529,46.82409],[11.62942,46.85138],[11.61505,46.8472],[11.61577,46.84425],[11.6208,46.83958],[11.62008,46.83884],[11.62547,46.83368],[11.62655,46.83098],[11.64343,46.81302],[11.6614,46.8022],[11.65817,46.79851],[11.6384,46.7835],[11.6305,46.78153],[11.62655,46.78178],[11.6172,46.78695],[11.61109,46.79704],[11.60463,46.80097],[11.58486,46.80811],[11.55827,46.8145],[11.55396,46.81647],[11.55001,46.81671],[11.54174,46.81966],[11.53959,46.82237],[11.53527,46.8381],[11.53599,46.83958],[11.53168,46.85113],[11.5324,46.85261],[11.52701,46.86563],[11.51084,46.87005],[11.49071,46.87791],[11.46197,46.88553],[11.47418,46.89904],[11.47562,46.90419],[11.45298,46.90738],[11.44831,46.90935],[11.45442,46.92039],[11.45262,46.93954],[11.45586,46.94567],[11.47059,46.96505],[11.49575,46.98295],[11.49682,46.98613],[11.50832,47.00207],[11.51084,47.00795],[11.50473,47.00844],[11.49035,46.98417],[11.4749,46.97657],[11.47239,46.97339],[11.46448,46.96775],[11.45226,46.95352],[11.4422,46.94886],[11.42639,46.94984],[11.42495,46.94223],[11.43322,46.94003],[11.43789,46.93684],[11.44077,46.93242],[11.43753,46.92825],[11.42424,46.91966],[11.4131,46.89437],[11.38183,46.89756],[11.37465,46.89977],[11.34231,46.90591],[11.33009,46.91131],[11.28194,46.92898],[11.27403,46.93291],[11.2708,46.93316],[11.26684,46.93021],[11.26577,46.928],[11.27116,46.92579],[11.27726,46.91941],[11.28948,46.91696],[11.29344,46.91058],[11.30601,46.90346],[11.30925,46.89633],[11.32865,46.89486],[11.33584,46.89093],[11.35596,46.88872],[11.36207,46.88455],[11.35919,46.8789],[11.33368,46.87177],[11.3132,46.86833],[11.30206,46.87005],[11.28373,46.87104],[11.246,46.87104],[11.24528,46.86686],[11.2593,46.86588],[11.28769,46.86588],[11.3017,46.86366],[11.30853,46.86145],[11.31392,46.86121],[11.32793,46.86465],[11.3362,46.86809],[11.33728,46.8676],[11.34734,46.86956],[11.35524,46.86907],[11.35848,46.86538],[11.36962,46.86538],[11.37213,46.86981],[11.38327,46.87104],[11.38866,46.87005],[11.39333,46.87325],[11.39549,46.87816],[11.40088,46.87816],[11.40232,46.87619],[11.40196,46.87276],[11.39549,46.86244],[11.3804,46.85605],[11.36638,46.85531],[11.34698,46.85039],[11.34734,46.84794],[11.34913,46.84622],[11.35093,46.84622],[11.35668,46.84818],[11.36638,46.84745],[11.38722,46.85187],[11.39405,46.8558],[11.39944,46.85752],[11.40807,46.8644],[11.4113,46.86981],[11.41238,46.87988],[11.41777,46.88283],[11.42783,46.88086],[11.43214,46.87939],[11.44436,46.87153],[11.45119,46.87079],[11.45981,46.8676],[11.4864,46.86096],[11.4961,46.85408],[11.50401,46.85089],[11.51012,46.84671],[11.51551,46.84499],[11.52198,46.8413],[11.52629,46.83515],[11.52952,46.8295],[11.5324,46.81548],[11.54138,46.81155],[11.55791,46.80934],[11.57408,46.80319],[11.59349,46.79777],[11.59564,46.79581],[11.60211,46.79359],[11.60534,46.78572],[11.62367,46.77243],[11.62439,46.74116],[11.63158,46.7254],[11.62511,46.71604],[11.61936,46.70371],[11.61361,46.69805],[11.58486,46.67611],[11.57696,46.67537],[11.5615,46.67833],[11.54929,46.67833],[11.53707,46.66896],[11.5403,46.66402],[11.54857,46.66131],[11.54929,46.66008],[11.5633,46.65514],[11.5633,46.6544],[11.54354,46.64478],[11.53994,46.64158],[11.53707,46.64084],[11.52593,46.63269],[11.52306,46.63195],[11.5094,46.62307],[11.50293,46.58752],[11.50006,46.58356],[11.48964,46.55886],[11.48676,46.55614],[11.48173,46.54724],[11.47095,46.55095],[11.44723,46.54848],[11.43753,46.54502],[11.43142,46.54403],[11.41633,46.53909],[11.41561,46.53958],[11.40842,46.53587],[11.39693,46.53241],[11.38255,46.52524],[11.37824,46.52425],[11.37644,46.53068],[11.37608,46.56405],[11.38543,46.57739],[11.38902,46.59245],[11.38579,46.59912],[11.38651,46.6006],[11.38255,46.60357],[11.38147,46.60628],[11.38147,46.61887],[11.37033,46.62702],[11.36423,46.63886],[11.36315,46.65613],[11.37033,46.66748],[11.36207,46.6692],[11.35955,46.66896],[11.3574,46.66575],[11.35488,46.6586],[11.35345,46.65786],[11.34698,46.64577],[11.34482,46.63713],[11.35919,46.62381],[11.36998,46.6085],[11.37141,46.5927],[11.35848,46.57121],[11.35021,46.54304],[11.32075,46.54304],[11.30386,46.53167],[11.29883,46.52697],[11.27547,46.53192],[11.27223,46.53291],[11.23522,46.57022],[11.20683,46.61221],[11.20755,46.61492],[11.20216,46.65194],[11.20108,46.68991],[11.21474,46.72441],[11.21546,46.74264],[11.22696,46.7616],[11.23055,46.77415],[11.24672,46.79531],[11.26002,46.81745],[11.26002,46.81893],[11.25822,46.81942],[11.2478,46.8204],[11.23989,46.82237],[11.23702,46.82139],[11.22911,46.80663],[11.22408,46.80122],[11.20037,46.76751],[11.18635,46.73722],[11.17665,46.73057],[11.15509,46.71135],[11.1497,46.71012],[11.13065,46.70174],[11.12886,46.70224],[11.11664,46.70002],[11.08717,46.69681],[11.0595,46.68375],[11.05232,46.68128],[11.04944,46.67906],[11.04729,46.67906],[11.03974,46.67487],[11.03255,46.67241],[11.02034,46.666],[10.96751,46.65465],[10.93517,46.64528],[10.93373,46.64577],[10.91145,46.63911],[10.88235,46.6322],[10.87121,46.6285],[10.86905,46.62924],[10.74939,46.63417],[10.61428,46.63738],[10.60997,46.63763],[10.60817,46.6396],[10.58876,46.66969],[10.56002,46.68695],[10.54313,46.70002],[10.56181,46.71431],[10.56145,46.7249],[10.55858,46.73451],[10.5672,46.74091],[10.569,46.74362],[10.55714,46.74879],[10.5496,46.75495],[10.54744,46.75963],[10.54528,46.77095],[10.54528,46.78744],[10.546,46.79704],[10.54924,46.80835],[10.53486,46.8268],[10.52121,46.83196],[10.52013,46.83343],[10.50935,46.83909],[10.50791,46.85162],[10.49857,46.85162],[10.49821,46.8381],[10.50073,46.82999],[10.52229,46.79802],[10.51905,46.77341],[10.52911,46.7387],[10.51618,46.70716],[10.51582,46.69213],[10.52121,46.67611],[10.47773,46.66032],[10.46838,46.65465],[10.45976,46.65095],[10.44467,46.63861],[10.45617,46.63072],[10.46012,46.62924],[10.49929,46.65983],[10.52408,46.66674],[10.54097,46.66723],[10.54528,46.6655],[10.55678,46.65761],[10.55894,46.6549],[10.56145,46.63269],[10.57367,46.6169],[10.56577,46.61295],[10.56038,46.61196],[10.55427,46.6085],[10.54888,46.60727],[10.53774,46.60258],[10.53846,46.58801],[10.54025,46.58085],[10.51761,46.56825],[10.50396,46.54947],[10.50504,46.54354],[10.5054,46.5428],[10.51079,46.5428],[10.51079,46.54823],[10.52229,46.56578],[10.53953,46.57368],[10.546,46.57418],[10.55642,46.5643],[10.56289,46.54106],[10.56972,46.53192],[10.57188,46.52969],[10.58661,46.5245],[10.5902,46.52153],[10.59415,46.51387],[10.59955,46.51362],[10.59883,46.52524],[10.59487,46.52895],[10.58194,46.53266],[10.57259,46.54131],[10.57116,46.55836],[10.56541,46.56627],[10.55391,46.57467],[10.54888,46.58233],[10.55175,46.58776],[10.58912,46.61097],[10.65345,46.60924],[10.76808,46.60974],[10.77167,46.6085],[10.81803,46.60159],[10.81838,46.58949],[10.80796,46.58554],[10.80114,46.58159],[10.78892,46.57838],[10.78317,46.57492],[10.77778,46.57319],[10.76987,46.568],[10.7688,46.56306],[10.77023,46.55886],[10.77993,46.54848],[10.78137,46.54823],[10.79395,46.56528],[10.80509,46.56948],[10.8209,46.57764],[10.8324,46.59937],[10.87911,46.60431],[10.90606,46.60875],[11.01423,46.63294],[11.07567,46.65514],[11.08897,46.66797],[11.0922,46.66969],[11.09939,46.67117],[11.11053,46.67167],[11.12203,46.66945],[11.13065,46.66156],[11.13137,46.63738],[11.11556,46.62011],[11.10514,46.61418],[11.09939,46.6085],[11.09005,46.60233],[11.07747,46.58949],[11.06777,46.57591],[11.06022,46.57195],[11.04693,46.56948],[11.0268,46.56084],[10.99231,46.54972],[10.9862,46.54576],[10.97254,46.54032],[10.95709,46.53686],[10.94487,46.52821],[10.93589,46.52351],[10.91936,46.51782],[10.91828,46.51288],[10.90642,46.50472],[10.87732,46.49408],[10.86654,46.49433],[10.86726,46.48591],[10.89457,46.49062],[10.90858,46.49062],[10.9208,46.50348],[10.94056,46.51288],[10.96212,46.52895],[10.98943,46.53686],[10.99877,46.5423],[11.0153,46.54749],[11.02249,46.55145],[11.03363,46.55565],[11.03435,46.55515],[11.06597,46.56479],[11.07388,46.56578],[11.08502,46.57344],[11.08861,46.58035],[11.11161,46.6006],[11.12454,46.59986],[11.15724,46.56158],[11.21294,46.51634],[11.22193,46.50101],[11.23378,46.4728],[11.2345,46.46909],[11.23235,46.44928],[11.22444,46.41386],[11.22911,46.37272],[11.22804,46.35858],[11.22696,46.35858],[11.22336,46.34544],[11.21258,46.32509],[11.19965,46.31516],[11.19605,46.30102],[11.19498,46.30077],[11.19641,46.29456],[11.2054,46.28636],[11.20827,46.26798],[11.20791,46.26177],[11.20396,46.25432],[11.19605,46.24438],[11.18527,46.24015],[11.18743,46.23469],[11.20432,46.23444],[11.22121,46.2317],[11.22408,46.23369],[11.2345,46.23742],[11.25067,46.24811],[11.25139,46.25333],[11.24636,46.26326],[11.24528,46.28388],[11.2557,46.29853],[11.27475,46.30449],[11.28158,46.30548],[11.29523,46.31368],[11.29631,46.31318],[11.30422,46.31616],[11.30781,46.32187],[11.30853,46.3308],[11.33332,46.34197],[11.35309,46.34221],[11.35416,46.34048],[11.34698,46.33427],[11.34446,46.32534],[11.33584,46.31938],[11.34518,46.31541],[11.35057,46.31516],[11.35524,46.3169],[11.3653,46.32807],[11.3689,46.32981],[11.38722,46.31442],[11.39118,46.30772],[11.39872,46.30772],[11.40052,46.31343],[11.39549,46.31988],[11.38507,46.32906],[11.38507,46.33204],[11.38543,46.33328],[11.39369,46.33477],[11.40303,46.33353],[11.40555,46.34197],[11.41417,46.34842],[11.4113,46.35114],[11.40519,46.35412],[11.39369,46.34792],[11.38866,46.34147],[11.38076,46.338],[11.37644,46.33775],[11.37177,46.33948],[11.36854,46.34345],[11.36315,46.34717],[11.35991,46.35486],[11.34841,46.35338],[11.3229,46.35238],[11.31895,46.35238],[11.31715,46.35412],[11.32434,46.36478],[11.33224,46.38239],[11.33763,46.39032],[11.34159,46.40494],[11.35309,46.42724],[11.35991,46.45027],[11.3477,46.4681],[11.35416,46.47824],[11.35884,46.48171],[11.36027,46.48121],[11.37213,46.48517],[11.38076,46.48542],[11.38686,46.48394],[11.39118,46.47923],[11.39046,46.47775],[11.39261,46.47131],[11.40303,46.45968],[11.41238,46.45448],[11.43538,46.44953],[11.46125,46.43393],[11.46915,46.43145],[11.48101,46.41907],[11.51156,46.39776],[11.51838,46.40048],[11.51695,46.4037],[11.50868,46.41188],[11.49107,46.42179],[11.49826,46.42551],[11.51587,46.42452],[11.53132,46.4265],[11.54462,46.42501],[11.5554,46.41931],[11.56474,46.41238],[11.56977,46.41015],[11.57121,46.40816],[11.58881,46.40346],[11.60355,46.40147],[11.60786,46.41238],[11.59528,46.41659],[11.57732,46.4151],[11.56402,46.42105],[11.54677,46.43046],[11.54857,46.43244],[11.55468,46.43541],[11.55037,46.43938],[11.5421,46.43715],[11.53455,46.43343],[11.51731,46.43442],[11.47993,46.43071],[11.48029,46.43987],[11.47922,46.44062],[11.45694,46.45002],[11.43681,46.46042],[11.42747,46.46364],[11.41597,46.47156],[11.41453,46.47379],[11.41525,46.48097],[11.44867,46.47874],[11.46053,46.47404],[11.47418,46.47057],[11.50437,46.46958],[11.51838,46.46414],[11.53599,46.46166],[11.53959,46.46166],[11.54677,46.46414],[11.55432,46.46884],[11.56654,46.46711],[11.56869,46.47404],[11.56546,46.47923],[11.56115,46.4822],[11.5554,46.48072],[11.55324,46.47849],[11.5403,46.47181],[11.5306,46.47329],[11.5306,46.47404],[11.51695,46.47849],[11.51551,46.4822],[11.51192,46.48567],[11.51443,46.49705],[11.5227,46.50026],[11.52449,46.50546],[11.52413,46.51461],[11.52557,46.52228],[11.53204,46.52895],[11.5403,46.5339],[11.54749,46.53637],[11.57264,46.53859],[11.57947,46.54724],[11.57013,46.55836],[11.57193,46.55886],[11.57947,46.56602],[11.61109,46.57936],[11.60714,46.58381],[11.60499,46.58381],[11.59313,46.58208],[11.5766,46.57442],[11.56222,46.57368],[11.54677,46.57615],[11.53132,46.57541],[11.53204,46.58332],[11.54318,46.59838],[11.56186,46.59665],[11.57983,46.5932],[11.60606,46.5932],[11.61577,46.59221],[11.62295,46.58554],[11.63625,46.57764],[11.63733,46.57344],[11.63158,46.56899],[11.62726,46.55318],[11.62187,46.54873],[11.61145,46.54453],[11.61181,46.53835],[11.61577,46.53587],[11.62403,46.54032],[11.63912,46.55169],[11.64595,46.5643],[11.65278,46.56528],[11.65817,46.56726],[11.67182,46.56726],[11.68332,46.56578],[11.6959,46.56009],[11.71243,46.55565],[11.73291,46.55392],[11.75555,46.55342],[11.76741,46.54403],[11.77064,46.53019],[11.77711,46.53068],[11.77783,46.53315],[11.77495,46.53587],[11.77316,46.54354],[11.78106,46.54428],[11.78178,46.5465],[11.77352,46.54799],[11.7692,46.55046],[11.76885,46.55342],[11.7728,46.56306],[11.7365,46.56652],[11.71423,46.56602],[11.69087,46.5727],[11.68117,46.58085],[11.64487,46.58109],[11.64092,46.58356],[11.62259,46.60628],[11.56115,46.61517],[11.58414,46.63319],[11.60463,46.64651],[11.60966,46.64429],[11.62403,46.64059],[11.63769,46.63516],[11.64343,46.63417],[11.66859,46.63368],[11.69518,46.63541],[11.7304,46.63393],[11.73076,46.64922],[11.70632,46.65366],[11.68404,46.65021],[11.66967,46.6507],[11.65601,46.64922],[11.63948,46.64996],[11.62655,46.65564],[11.6614,46.67956],[11.67075,46.68301],[11.69195,46.69681],[11.69302,46.70421],[11.70057,46.72564],[11.70057,46.7286],[11.69698,46.73574],[11.69734,46.74215],[11.69949,46.74658],[11.70416,46.75052],[11.71351,46.75126],[11.73219,46.75076],[11.76381,46.73919],[11.76453,46.73747],[11.77639,46.72885],[11.78142,46.72072],[11.79436,46.72219],[11.79112,46.73279],[11.77963,46.7483],[11.76705,46.75347],[11.74118,46.75914],[11.7286,46.75987],[11.69159,46.75914],[11.69554,46.77095],[11.7074,46.78252],[11.70848,46.78523],[11.68763,46.80171],[11.68979,46.80958],[11.70273,46.81229],[11.71027,46.80958],[11.71818,46.80811],[11.7498,46.80589],[11.75016,46.80515],[11.79759,46.80442],[11.80083,46.80245],[11.82239,46.79581],[11.84143,46.78744],[11.82706,46.77932],[11.82706,46.7771],[11.83209,46.77046],[11.83496,46.77071],[11.84,46.77366],[11.84179,46.77366],[11.85257,46.76554],[11.85257,46.76135],[11.84431,46.76061],[11.83928,46.75618],[11.84215,46.75421],[11.85042,46.75495],[11.85257,46.74855],[11.85832,46.74486],[11.85329,46.72885],[11.85904,46.72564],[11.85868,46.7249],[11.86443,46.72564],[11.86659,46.72688],[11.8691,46.72663],[11.87162,46.72515],[11.87234,46.72293],[11.86802,46.7148],[11.86838,46.70938],[11.85545,46.7015],[11.84035,46.69435],[11.84215,46.6909],[11.83856,46.68769],[11.83712,46.68769],[11.83676,46.68621],[11.84107,46.68276],[11.85401,46.6872],[11.85652,46.69558],[11.87737,46.70396],[11.8806,46.71037],[11.88491,46.7148],[11.88455,46.71875],[11.88815,46.72121],[11.90144,46.71702],[11.91366,46.70864],[11.92157,46.70125],[11.89641,46.70125],[11.8903,46.69016],[11.88994,46.68178],[11.8921,46.67783],[11.89102,46.67216],[11.87737,46.6586],[11.86479,46.65366],[11.84107,46.63615],[11.84574,46.63269],[11.85329,46.62874],[11.85509,46.62874],[11.87018,46.63985],[11.87198,46.64281],[11.87413,46.64355],[11.87952,46.64922],[11.88455,46.6586],[11.8921,46.66353],[11.89354,46.66698],[11.89857,46.67265],[11.90144,46.67265],[11.90611,46.66723],[11.90719,46.65983],[11.90144,46.65317],[11.90036,46.64503],[11.88707,46.62504],[11.88563,46.61122],[11.89174,46.60159],[11.89641,46.59023],[11.88096,46.5643],[11.87054,46.55812],[11.85329,46.55911],[11.85042,46.55713],[11.84,46.55342],[11.83748,46.54996],[11.84251,46.54601],[11.85042,46.54947],[11.85832,46.54922],[11.86982,46.54774],[11.87341,46.54354],[11.8788,46.54082],[11.8824,46.54057],[11.88743,46.5423],[11.88851,46.54304],[11.88743,46.54551],[11.87701,46.55515],[11.88527,46.56084],[11.89497,46.57344],[11.90108,46.57912],[11.90647,46.58208],[11.91294,46.58159],[11.91546,46.58035],[11.93558,46.56627],[11.95534,46.55713],[11.95822,46.55491],[11.96002,46.55466],[11.96181,46.55812],[11.96469,46.55787],[11.96469,46.55886],[11.95822,46.56306],[11.94349,46.57097],[11.93846,46.57764],[11.93306,46.58109],[11.92983,46.5848],[11.92049,46.58924],[11.91186,46.59789],[11.90252,46.62085],[11.89929,46.63368],[11.90396,46.64528],[11.90899,46.64947],[11.91222,46.6544],[11.92085,46.65342],[11.93558,46.65366],[11.94061,46.65169],[11.94169,46.64848],[11.9478,46.64873],[11.95355,46.64626],[11.9593,46.64996],[11.94744,46.65638],[11.94061,46.66156],[11.93199,46.66378],[11.92588,46.6692],[11.91654,46.67093],[11.9115,46.67487],[11.89929,46.68843],[11.90324,46.69361],[11.90899,46.69731],[11.92696,46.69583],[11.92875,46.69336],[11.94349,46.68695],[11.94672,46.68745],[11.94924,46.68917],[11.94708,46.69829],[11.94097,46.70322],[11.94888,46.71135],[11.94995,46.71604],[11.94456,46.7185],[11.94744,46.72269],[11.93199,46.72811],[11.93846,46.735],[11.93846,46.73599],[11.93414,46.73796],[11.93271,46.73796],[11.92696,46.73229],[11.92372,46.72712],[11.91546,46.72466],[11.90719,46.72466],[11.88276,46.73254],[11.86695,46.76283],[11.86731,46.76381],[11.87413,46.76603],[11.93414,46.76406],[11.95211,46.77194],[11.96469,46.77243],[11.98229,46.78006],[11.9902,46.78596],[12.00386,46.77637],[12.01535,46.76184],[12.01823,46.75643],[12.02434,46.75421],[12.03117,46.75249],[12.03835,46.75249],[12.05201,46.75446],[12.07321,46.7552],[12.09261,46.75224],[12.15765,46.73328],[12.18928,46.72983],[12.20042,46.72564],[12.1997,46.72515],[12.21587,46.71998],[12.21623,46.71234],[12.22593,46.71234],[12.22665,46.71875],[12.27911,46.72589],[12.28306,46.72367],[12.30642,46.71554],[12.33912,46.69953],[12.36104,46.67734],[12.37865,46.68301],[12.37434,46.69114],[12.34775,46.71111],[12.31181,46.72441],[12.37542,46.73845],[12.37326,46.7515],[12.3402,46.75003],[12.31145,46.74264],[12.30606,46.74264],[12.25899,46.74584],[12.24138,46.75027],[12.20617,46.74978],[12.19467,46.75076],[12.15155,46.75126],[12.11417,46.75544],[12.11453,46.76332],[12.12567,46.76603],[12.17634,46.76554],[12.19179,46.768],[12.20185,46.7771],[12.21335,46.79261],[12.22844,46.80663],[12.23563,46.81622],[12.23887,46.81843],[12.24641,46.82753],[12.2554,46.84867],[12.25396,46.8499],[12.23851,46.85187],[12.22844,46.83171],[12.22126,46.82212],[12.21335,46.81425],[12.20976,46.80884],[12.18425,46.78596],[12.15622,46.78104],[12.11956,46.77612],[12.11238,46.77563],[12.11022,46.77637],[12.10124,46.7808],[12.06494,46.79408],[12.06458,46.79507],[12.07536,46.8086],[12.09297,46.82753],[12.09513,46.83663],[12.10016,46.84351],[12.10375,46.85678],[12.11561,46.86637],[12.1325,46.87153],[12.14508,46.87841],[12.14076,46.88332],[12.11597,46.87472],[12.10016,46.86809],[12.09297,46.85777],[12.08614,46.85162],[12.08004,46.82335],[12.05129,46.79581],[12.04374,46.79384],[12.04015,46.79187],[12.03332,46.7899],[12.0132,46.79974],[12.00637,46.80196],[12.00565,46.81598],[12.01212,46.81991],[12.00601,46.82335],[11.98194,46.80737],[11.95498,46.82139],[11.9593,46.82852],[11.96217,46.84622],[11.96217,46.85162],[11.95786,46.87005],[11.96038,46.89044],[11.96002,46.90346],[11.97367,46.91229],[11.9902,46.91769],[11.98912,46.93168],[11.9593,46.92948],[11.95498,46.92702],[11.95211,46.92702],[11.94852,46.93168],[11.94492,46.93389],[11.9345,46.94542],[11.93163,46.94714],[11.93019,46.94984],[11.92552,46.95327],[11.92516,46.9621],[11.92803,46.96407],[11.93163,46.9702],[11.94313,46.97853],[11.94492,46.97853],[11.9478,46.9805],[11.95103,46.98099],[11.97331,46.99055],[11.98337,46.99373],[12.00709,47.00378],[12.01032,47.00427],[12.04266,47.01775],[12.07141,47.01995],[12.08938,47.02926],[12.09872,47.03269],[12.10627,47.0371],[12.10914,47.03759],[12.11669,47.042],[12.14328,47.05375],[12.13897,47.05889],[12.13717,47.05889]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC0-1.0","description":"Schummerung errechnet aus dem DSM)"},{"id":"South-Tyrol-DTM_2006_2_5m","name":"South Tyrol DTM Hillshade 2006 (2.5 m)","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Elevation/wms?LAYERS=DigitalTerrainModel-2.5m-Hillshade&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2006-01-01T00:00:00.000Z","startDate":"2006-01-01T00:00:00.000Z","polygon":[[[10.38615,46.68821],[10.3803,46.68399],[10.39057,46.67089],[10.38946,46.65862],[10.39873,46.6455],[10.40011,46.63648],[10.40935,46.63389],[10.44632,46.63989],[10.49055,46.61394],[10.48291,46.60512],[10.48576,46.59805],[10.48221,46.59199],[10.48575,46.58921],[10.48305,46.5777],[10.47321,46.56701],[10.47617,46.55749],[10.46954,46.54856],[10.47056,46.54377],[10.45814,46.54215],[10.45124,46.53083],[10.45714,46.5096],[10.48141,46.49337],[10.49366,46.49719],[10.52657,46.49425],[10.53685,46.49062],[10.54986,46.49123],[10.55875,46.48187],[10.57672,46.47237],[10.59995,46.46766],[10.60128,46.46139],[10.61439,46.45098],[10.63303,46.44309],[10.66821,46.45122],[10.68293,46.44846],[10.69667,46.4573],[10.71753,46.46022],[10.74422,46.48333],[10.75906,46.48547],[10.76463,46.4848],[10.76934,46.47609],[10.77835,46.47112],[10.78906,46.45164],[10.80034,46.44185],[10.85113,46.43817],[10.86174,46.43509],[10.87162,46.4438],[10.88093,46.44579],[10.88324,46.44995],[10.89161,46.44366],[10.91305,46.44284],[10.93332,46.4528],[10.9325,46.45831],[10.93819,46.46578],[10.95791,46.46983],[10.96543,46.48103],[10.98695,46.48289],[11.00462,46.47607],[11.00952,46.46917],[11.02817,46.46116],[11.0414,46.44569],[11.05394,46.44849],[11.07301,46.44042],[11.0778,46.44569],[11.07625,46.45487],[11.06894,46.46619],[11.06278,46.4894],[11.05773,46.49235],[11.05006,46.50784],[11.03795,46.51357],[11.05915,46.51508],[11.08173,46.53021],[11.08812,46.50128],[11.10449,46.4948],[11.1103,46.49643],[11.12934,46.48058],[11.16095,46.4878],[11.17014,46.49635],[11.18002,46.49823],[11.18686,46.50734],[11.1924,46.501],[11.19608,46.50241],[11.20876,46.49346],[11.20939,46.481],[11.21626,46.47277],[11.21886,46.46199],[11.21736,46.45731],[11.21419,46.45807],[11.20903,46.45293],[11.21634,46.44255],[11.21416,46.43556],[11.20347,46.42682],[11.21026,46.4206],[11.20565,46.4166],[11.21345,46.40675],[11.21275,46.39804],[11.19792,46.37232],[11.20393,46.36765],[11.19263,46.36578],[11.19001,46.35984],[11.20204,46.34212],[11.1942,46.33016],[11.18696,46.32673],[11.18894,46.32151],[11.1847,46.32104],[11.1761,46.30346],[11.16439,46.2986],[11.15847,46.29059],[11.14293,46.28934],[11.13725,46.28336],[11.14885,46.27904],[11.16604,46.26129],[11.20029,46.25566],[11.19448,46.2461],[11.18935,46.25354],[11.18351,46.25269],[11.17994,46.24434],[11.17077,46.23806],[11.18267,46.22496],[11.20622,46.2187],[11.24743,46.22933],[11.29124,46.2604],[11.30645,46.25786],[11.31737,46.27303],[11.3129,46.28256],[11.33471,46.2962],[11.33379,46.29049],[11.33912,46.28306],[11.35495,46.27564],[11.35783,46.26481],[11.36836,46.26135],[11.37347,46.2629],[11.38756,46.26029],[11.39862,46.264],[11.39609,46.27423],[11.3871,46.28143],[11.38256,46.29177],[11.36078,46.29682],[11.36088,46.29906],[11.38188,46.30052],[11.39569,46.3083],[11.39994,46.30709],[11.39865,46.31426],[11.40517,46.32387],[11.42105,46.32441],[11.45556,46.33396],[11.46322,46.34922],[11.48052,46.3551],[11.47969,46.36277],[11.52445,46.35502],[11.53837,46.35015],[11.54423,46.34483],[11.55249,46.34418],[11.55878,46.35076],[11.56489,46.38018],[11.5932,46.38265],[11.60307,46.38924],[11.60161,46.39731],[11.62143,46.42539],[11.61882,46.44325],[11.62987,46.46377],[11.62679,46.4708],[11.64179,46.47439],[11.64536,46.47189],[11.65174,46.48271],[11.64297,46.49346],[11.63495,46.49486],[11.63849,46.50051],[11.64515,46.49743],[11.6672,46.49647],[11.69889,46.50218],[11.71524,46.51245],[11.71935,46.50916],[11.73202,46.50877],[11.74317,46.50391],[11.76157,46.50503],[11.79189,46.51322],[11.79385,46.52023],[11.81086,46.53146],[11.82391,46.52141],[11.82334,46.51315],[11.82849,46.50783],[11.85192,46.51682],[11.8904,46.52175],[11.9121,46.532],[11.93294,46.52631],[11.94147,46.52689],[11.94719,46.52879],[11.95094,46.53869],[11.96633,46.54363],[11.98704,46.54417],[11.99411,46.53345],[11.99941,46.53208],[12.02189,46.55791],[12.0266,46.55871],[12.03665,46.57668],[12.04763,46.58357],[12.05043,46.60016],[12.04613,46.60716],[12.05318,46.60989],[12.05448,46.61778],[12.06495,46.62121],[12.06837,46.63997],[12.07479,46.64329],[12.06686,46.65364],[12.07173,46.66064],[12.07038,46.67386],[12.07985,46.66686],[12.08826,46.66638],[12.09345,46.66123],[12.10609,46.65783],[12.10949,46.65204],[12.12342,46.64475],[12.13739,46.64122],[12.1436,46.6327],[12.1511,46.63215],[12.16062,46.63574],[12.17117,46.63275],[12.1818,46.6192],[12.19261,46.62059],[12.19228,46.59321],[12.20444,46.59836],[12.21241,46.60918],[12.24198,46.61586],[12.24502,46.62326],[12.25931,46.62809],[12.26982,46.62003],[12.28413,46.61623],[12.30802,46.61811],[12.31785,46.62355],[12.3172,46.62876],[12.33578,46.62732],[12.34034,46.63022],[12.34465,46.62376],[12.35939,46.61829],[12.38577,46.62154],[12.3915,46.62765],[12.37944,46.63733],[12.38115,46.64183],[12.40648,46.64167],[12.43473,46.66714],[12.4795,46.67969],[12.47501,46.68756],[12.44268,46.68979],[12.42943,46.69567],[12.42862,46.6997],[12.41522,46.70163],[12.41103,46.70701],[12.40283,46.70811],[12.38475,46.71745],[12.37036,46.74163],[12.35837,46.77583],[12.30943,46.78603],[12.28539,46.7839],[12.28232,46.79153],[12.28889,46.79427],[12.28905,46.79948],[12.29383,46.8027],[12.285,46.81503],[12.30726,46.83271],[12.30833,46.84137],[12.29733,46.84455],[12.2912,46.85704],[12.29326,46.86566],[12.27736,46.87319],[12.27979,46.87921],[12.27486,46.88512],[12.24162,46.89192],[12.2345,46.88919],[12.23125,46.88146],[12.22147,46.88084],[12.21663,46.87517],[12.2022,46.88806],[12.20106,46.8965],[12.19154,46.90682],[12.16959,46.91121],[12.16205,46.908],[12.14675,46.91413],[12.15414,46.91654],[12.1702,46.93758],[12.15927,46.95133],[12.13882,46.95764],[12.13328,46.96292],[12.13808,46.96514],[12.13977,46.982],[12.12974,46.98593],[12.1322,46.99339],[12.12285,47.00662],[12.12723,47.01218],[12.14786,47.02357],[12.16423,47.01782],[12.18048,47.02414],[12.20552,47.02595],[12.2182,47.04483],[12.21821,47.05795],[12.23786,47.0644],[12.24228,47.06892],[12.2278,47.08302],[12.18589,47.09322],[12.15997,47.08267],[12.15125,47.08049],[12.13561,47.08171],[12.11867,47.07445],[12.10329,47.07931],[12.09308,47.07791],[12.08035,47.06951],[12.07543,47.0605],[12.04276,47.06228],[12.03353,47.0583],[12.02968,47.05127],[12.02037,47.04821],[11.99534,47.05064],[11.98587,47.04815],[11.97912,47.0511],[11.96773,47.04158],[11.95457,47.04374],[11.94688,47.03464],[11.9329,47.03864],[11.91627,47.03422],[11.89137,47.01728],[11.8794,47.01714],[11.87393,47.01136],[11.86722,47.01252],[11.85192,47.0014],[11.84396,47.0025],[11.83564,46.99417],[11.81526,46.991],[11.78106,46.99342],[11.76411,46.97412],[11.74698,46.97013],[11.72897,46.97322],[11.71226,46.99416],[11.6885,46.99658],[11.66542,46.99304],[11.63629,47.00383],[11.62697,47.01437],[11.60944,47.01207],[11.59901,47.00657],[11.58879,47.00641],[11.58,47.00277],[11.57663,46.99657],[11.55297,46.99149],[11.53846,46.98519],[11.53381,46.99233],[11.51679,47.00091],[11.51366,47.00595],[11.50313,47.00808],[11.50238,47.01073],[11.47831,47.01201],[11.46859,47.003],[11.46803,46.99582],[11.45134,46.99294],[11.43929,46.97601],[11.40465,46.96609],[11.38324,46.97168],[11.37697,46.98025],[11.35932,46.99154],[11.34516,46.99169],[11.33765,46.98606],[11.3205,46.99345],[11.30709,46.98525],[11.28762,46.98699],[11.27662,46.98168],[11.26272,46.98169],[11.25582,46.97535],[11.24865,46.97517],[11.24139,46.9708],[11.22047,46.97025],[11.20688,46.96403],[11.20418,46.96877],[11.19527,46.97152],[11.18658,46.97062],[11.17598,46.96367],[11.1637,46.96677],[11.16114,46.94979],[11.16642,46.94479],[11.16322,46.94091],[11.13851,46.92865],[11.11418,46.93234],[11.10804,46.92632],[11.10792,46.91706],[11.0946,46.91247],[11.09795,46.89844],[11.09538,46.89178],[11.09961,46.88922],[11.08742,46.87927],[11.06988,46.85348],[11.07303,46.84345],[11.06887,46.83793],[11.0762,46.83384],[11.08171,46.82252],[11.07279,46.82092],[11.05633,46.80928],[11.03792,46.80562],[11.04234,46.801],[11.0346,46.79428],[11.02328,46.76715],[11.01397,46.77317],[10.99475,46.76804],[10.97932,46.77014],[10.97522,46.77361],[10.94388,46.77648],[10.92821,46.77408],[10.92299,46.7764],[10.90527,46.76911],[10.8951,46.77092],[10.88962,46.76529],[10.88294,46.76393],[10.86993,46.7669],[10.86845,46.77313],[10.85354,46.77506],[10.84112,46.78282],[10.83129,46.78138],[10.82479,46.77472],[10.81439,46.77662],[10.78678,46.79735],[10.77744,46.79149],[10.75722,46.78624],[10.73122,46.78925],[10.7276,46.79709],[10.74506,46.80223],[10.75239,46.81387],[10.76387,46.81971],[10.76481,46.82409],[10.75621,46.83383],[10.72333,46.83892],[10.71763,46.84795],[10.70594,46.84786],[10.69508,46.85308],[10.69786,46.86339],[10.69112,46.86861],[10.67297,46.87138],[10.66787,46.87651],[10.64858,46.86655],[10.62441,46.86558],[10.60936,46.8597],[10.59502,46.85829],[10.58883,46.85125],[10.55536,46.84087],[10.55264,46.8408],[10.55795,46.84695],[10.5527,46.8511],[10.52124,46.84653],[10.49931,46.84857],[10.49628,46.85305],[10.48372,46.85543],[10.47838,46.86013],[10.46819,46.8553],[10.46987,46.84933],[10.46229,46.8413],[10.46483,46.83624],[10.45906,46.83548],[10.45513,46.83059],[10.4583,46.82478],[10.45438,46.82221],[10.45602,46.81635],[10.44925,46.80462],[10.43851,46.79869],[10.42845,46.79755],[10.42123,46.78861],[10.44011,46.77149],[10.44107,46.75413],[10.43464,46.75356],[10.39934,46.73435],[10.4168,46.71847],[10.41622,46.71479],[10.41274,46.70821],[10.40215,46.70624],[10.39201,46.69016],[10.38615,46.68821]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC0-1.0","description":"Schummerung errechnet aus dem DTM"},{"id":"South-Tyrol-DTM_2013","name":"South Tyrol DTM Hillshade 2013 (0.5 m)","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Elevation/wms?LAYERS=DigitalTerrainModel-0.5m-Hillshade&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","polygon":[[[12.13717,47.05889],[12.06315,47.02828],[12.04446,47.02706],[12.0362,47.02559],[11.96864,47.00182],[11.96038,46.99986],[11.94205,46.99275],[11.93846,46.99226],[11.93846,46.99153],[11.93271,46.99055],[11.9266,46.98736],[11.91869,46.97657],[11.90432,46.9621],[11.84934,46.95033],[11.85221,46.9442],[11.85365,46.94248],[11.85509,46.94248],[11.90396,46.95377],[11.92121,46.92972],[11.93702,46.91671],[11.93235,46.90591],[11.90001,46.90272],[11.83245,46.90247],[11.82059,46.90616],[11.80765,46.92113],[11.80226,46.92997],[11.77531,46.92334],[11.77819,46.9172],[11.79687,46.91892],[11.79831,46.91499],[11.80442,46.90665],[11.81664,46.89412],[11.82993,46.88995],[11.84035,46.88798],[11.85437,46.88627],[11.88635,46.88798],[11.93738,46.89584],[11.94097,46.88676],[11.93666,46.86932],[11.93881,46.85285],[11.9363,46.83786],[11.93271,46.8327],[11.86443,46.83442],[11.78969,46.83933],[11.78322,46.84105],[11.7383,46.84769],[11.72644,46.87644],[11.72141,46.88381],[11.72213,46.88479],[11.71387,46.89609],[11.70273,46.90346],[11.69159,46.90002],[11.68943,46.89781],[11.69662,46.88356],[11.71171,46.87104],[11.71782,46.85285],[11.71746,46.8322],[11.71315,46.82901],[11.66535,46.82802],[11.65529,46.82409],[11.62942,46.85138],[11.61505,46.8472],[11.61577,46.84425],[11.6208,46.83958],[11.62008,46.83884],[11.62547,46.83368],[11.62655,46.83098],[11.64343,46.81302],[11.6614,46.8022],[11.65817,46.79851],[11.6384,46.7835],[11.6305,46.78153],[11.62655,46.78178],[11.6172,46.78695],[11.61109,46.79704],[11.60463,46.80097],[11.58486,46.80811],[11.55827,46.8145],[11.55396,46.81647],[11.55001,46.81671],[11.54174,46.81966],[11.53959,46.82237],[11.53527,46.8381],[11.53599,46.83958],[11.53168,46.85113],[11.5324,46.85261],[11.52701,46.86563],[11.51084,46.87005],[11.49071,46.87791],[11.46197,46.88553],[11.47418,46.89904],[11.47562,46.90419],[11.45298,46.90738],[11.44831,46.90935],[11.45442,46.92039],[11.45262,46.93954],[11.45586,46.94567],[11.47059,46.96505],[11.49575,46.98295],[11.49682,46.98613],[11.50832,47.00207],[11.51084,47.00795],[11.50473,47.00844],[11.49035,46.98417],[11.4749,46.97657],[11.47239,46.97339],[11.46448,46.96775],[11.45226,46.95352],[11.4422,46.94886],[11.42639,46.94984],[11.42495,46.94223],[11.43322,46.94003],[11.43789,46.93684],[11.44077,46.93242],[11.43753,46.92825],[11.42424,46.91966],[11.4131,46.89437],[11.38183,46.89756],[11.37465,46.89977],[11.34231,46.90591],[11.33009,46.91131],[11.28194,46.92898],[11.27403,46.93291],[11.2708,46.93316],[11.26684,46.93021],[11.26577,46.928],[11.27116,46.92579],[11.27726,46.91941],[11.28948,46.91696],[11.29344,46.91058],[11.30601,46.90346],[11.30925,46.89633],[11.32865,46.89486],[11.33584,46.89093],[11.35596,46.88872],[11.36207,46.88455],[11.35919,46.8789],[11.33368,46.87177],[11.3132,46.86833],[11.30206,46.87005],[11.28373,46.87104],[11.246,46.87104],[11.24528,46.86686],[11.2593,46.86588],[11.28769,46.86588],[11.3017,46.86366],[11.30853,46.86145],[11.31392,46.86121],[11.32793,46.86465],[11.3362,46.86809],[11.33728,46.8676],[11.34734,46.86956],[11.35524,46.86907],[11.35848,46.86538],[11.36962,46.86538],[11.37213,46.86981],[11.38327,46.87104],[11.38866,46.87005],[11.39333,46.87325],[11.39549,46.87816],[11.40088,46.87816],[11.40232,46.87619],[11.40196,46.87276],[11.39549,46.86244],[11.3804,46.85605],[11.36638,46.85531],[11.34698,46.85039],[11.34734,46.84794],[11.34913,46.84622],[11.35093,46.84622],[11.35668,46.84818],[11.36638,46.84745],[11.38722,46.85187],[11.39405,46.8558],[11.39944,46.85752],[11.40807,46.8644],[11.4113,46.86981],[11.41238,46.87988],[11.41777,46.88283],[11.42783,46.88086],[11.43214,46.87939],[11.44436,46.87153],[11.45119,46.87079],[11.45981,46.8676],[11.4864,46.86096],[11.4961,46.85408],[11.50401,46.85089],[11.51012,46.84671],[11.51551,46.84499],[11.52198,46.8413],[11.52629,46.83515],[11.52952,46.8295],[11.5324,46.81548],[11.54138,46.81155],[11.55791,46.80934],[11.57408,46.80319],[11.59349,46.79777],[11.59564,46.79581],[11.60211,46.79359],[11.60534,46.78572],[11.62367,46.77243],[11.62439,46.74116],[11.63158,46.7254],[11.62511,46.71604],[11.61936,46.70371],[11.61361,46.69805],[11.58486,46.67611],[11.57696,46.67537],[11.5615,46.67833],[11.54929,46.67833],[11.53707,46.66896],[11.5403,46.66402],[11.54857,46.66131],[11.54929,46.66008],[11.5633,46.65514],[11.5633,46.6544],[11.54354,46.64478],[11.53994,46.64158],[11.53707,46.64084],[11.52593,46.63269],[11.52306,46.63195],[11.5094,46.62307],[11.50293,46.58752],[11.50006,46.58356],[11.48964,46.55886],[11.48676,46.55614],[11.48173,46.54724],[11.47095,46.55095],[11.44723,46.54848],[11.43753,46.54502],[11.43142,46.54403],[11.41633,46.53909],[11.41561,46.53958],[11.40842,46.53587],[11.39693,46.53241],[11.38255,46.52524],[11.37824,46.52425],[11.37644,46.53068],[11.37608,46.56405],[11.38543,46.57739],[11.38902,46.59245],[11.38579,46.59912],[11.38651,46.6006],[11.38255,46.60357],[11.38147,46.60628],[11.38147,46.61887],[11.37033,46.62702],[11.36423,46.63886],[11.36315,46.65613],[11.37033,46.66748],[11.36207,46.6692],[11.35955,46.66896],[11.3574,46.66575],[11.35488,46.6586],[11.35345,46.65786],[11.34698,46.64577],[11.34482,46.63713],[11.35919,46.62381],[11.36998,46.6085],[11.37141,46.5927],[11.35848,46.57121],[11.35021,46.54304],[11.32075,46.54304],[11.30386,46.53167],[11.29883,46.52697],[11.27547,46.53192],[11.27223,46.53291],[11.23522,46.57022],[11.20683,46.61221],[11.20755,46.61492],[11.20216,46.65194],[11.20108,46.68991],[11.21474,46.72441],[11.21546,46.74264],[11.22696,46.7616],[11.23055,46.77415],[11.24672,46.79531],[11.26002,46.81745],[11.26002,46.81893],[11.25822,46.81942],[11.2478,46.8204],[11.23989,46.82237],[11.23702,46.82139],[11.22911,46.80663],[11.22408,46.80122],[11.20037,46.76751],[11.18635,46.73722],[11.17665,46.73057],[11.15509,46.71135],[11.1497,46.71012],[11.13065,46.70174],[11.12886,46.70224],[11.11664,46.70002],[11.08717,46.69681],[11.0595,46.68375],[11.05232,46.68128],[11.04944,46.67906],[11.04729,46.67906],[11.03974,46.67487],[11.03255,46.67241],[11.02034,46.666],[10.96751,46.65465],[10.93517,46.64528],[10.93373,46.64577],[10.91145,46.63911],[10.88235,46.6322],[10.87121,46.6285],[10.86905,46.62924],[10.74939,46.63417],[10.61428,46.63738],[10.60997,46.63763],[10.60817,46.6396],[10.58876,46.66969],[10.56002,46.68695],[10.54313,46.70002],[10.56181,46.71431],[10.56145,46.7249],[10.55858,46.73451],[10.5672,46.74091],[10.569,46.74362],[10.55714,46.74879],[10.5496,46.75495],[10.54744,46.75963],[10.54528,46.77095],[10.54528,46.78744],[10.546,46.79704],[10.54924,46.80835],[10.53486,46.8268],[10.52121,46.83196],[10.52013,46.83343],[10.50935,46.83909],[10.50791,46.85162],[10.49857,46.85162],[10.49821,46.8381],[10.50073,46.82999],[10.52229,46.79802],[10.51905,46.77341],[10.52911,46.7387],[10.51618,46.70716],[10.51582,46.69213],[10.52121,46.67611],[10.47773,46.66032],[10.46838,46.65465],[10.45976,46.65095],[10.44467,46.63861],[10.45617,46.63072],[10.46012,46.62924],[10.49929,46.65983],[10.52408,46.66674],[10.54097,46.66723],[10.54528,46.6655],[10.55678,46.65761],[10.55894,46.6549],[10.56145,46.63269],[10.57367,46.6169],[10.56577,46.61295],[10.56038,46.61196],[10.55427,46.6085],[10.54888,46.60727],[10.53774,46.60258],[10.53846,46.58801],[10.54025,46.58085],[10.51761,46.56825],[10.50396,46.54947],[10.50504,46.54354],[10.5054,46.5428],[10.51079,46.5428],[10.51079,46.54823],[10.52229,46.56578],[10.53953,46.57368],[10.546,46.57418],[10.55642,46.5643],[10.56289,46.54106],[10.56972,46.53192],[10.57188,46.52969],[10.58661,46.5245],[10.5902,46.52153],[10.59415,46.51387],[10.59955,46.51362],[10.59883,46.52524],[10.59487,46.52895],[10.58194,46.53266],[10.57259,46.54131],[10.57116,46.55836],[10.56541,46.56627],[10.55391,46.57467],[10.54888,46.58233],[10.55175,46.58776],[10.58912,46.61097],[10.65345,46.60924],[10.76808,46.60974],[10.77167,46.6085],[10.81803,46.60159],[10.81838,46.58949],[10.80796,46.58554],[10.80114,46.58159],[10.78892,46.57838],[10.78317,46.57492],[10.77778,46.57319],[10.76987,46.568],[10.7688,46.56306],[10.77023,46.55886],[10.77993,46.54848],[10.78137,46.54823],[10.79395,46.56528],[10.80509,46.56948],[10.8209,46.57764],[10.8324,46.59937],[10.87911,46.60431],[10.90606,46.60875],[11.01423,46.63294],[11.07567,46.65514],[11.08897,46.66797],[11.0922,46.66969],[11.09939,46.67117],[11.11053,46.67167],[11.12203,46.66945],[11.13065,46.66156],[11.13137,46.63738],[11.11556,46.62011],[11.10514,46.61418],[11.09939,46.6085],[11.09005,46.60233],[11.07747,46.58949],[11.06777,46.57591],[11.06022,46.57195],[11.04693,46.56948],[11.0268,46.56084],[10.99231,46.54972],[10.9862,46.54576],[10.97254,46.54032],[10.95709,46.53686],[10.94487,46.52821],[10.93589,46.52351],[10.91936,46.51782],[10.91828,46.51288],[10.90642,46.50472],[10.87732,46.49408],[10.86654,46.49433],[10.86726,46.48591],[10.89457,46.49062],[10.90858,46.49062],[10.9208,46.50348],[10.94056,46.51288],[10.96212,46.52895],[10.98943,46.53686],[10.99877,46.5423],[11.0153,46.54749],[11.02249,46.55145],[11.03363,46.55565],[11.03435,46.55515],[11.06597,46.56479],[11.07388,46.56578],[11.08502,46.57344],[11.08861,46.58035],[11.11161,46.6006],[11.12454,46.59986],[11.15724,46.56158],[11.21294,46.51634],[11.22193,46.50101],[11.23378,46.4728],[11.2345,46.46909],[11.23235,46.44928],[11.22444,46.41386],[11.22911,46.37272],[11.22804,46.35858],[11.22696,46.35858],[11.22336,46.34544],[11.21258,46.32509],[11.19965,46.31516],[11.19605,46.30102],[11.19498,46.30077],[11.19641,46.29456],[11.2054,46.28636],[11.20827,46.26798],[11.20791,46.26177],[11.20396,46.25432],[11.19605,46.24438],[11.18527,46.24015],[11.18743,46.23469],[11.20432,46.23444],[11.22121,46.2317],[11.22408,46.23369],[11.2345,46.23742],[11.25067,46.24811],[11.25139,46.25333],[11.24636,46.26326],[11.24528,46.28388],[11.2557,46.29853],[11.27475,46.30449],[11.28158,46.30548],[11.29523,46.31368],[11.29631,46.31318],[11.30422,46.31616],[11.30781,46.32187],[11.30853,46.3308],[11.33332,46.34197],[11.35309,46.34221],[11.35416,46.34048],[11.34698,46.33427],[11.34446,46.32534],[11.33584,46.31938],[11.34518,46.31541],[11.35057,46.31516],[11.35524,46.3169],[11.3653,46.32807],[11.3689,46.32981],[11.38722,46.31442],[11.39118,46.30772],[11.39872,46.30772],[11.40052,46.31343],[11.39549,46.31988],[11.38507,46.32906],[11.38507,46.33204],[11.38543,46.33328],[11.39369,46.33477],[11.40303,46.33353],[11.40555,46.34197],[11.41417,46.34842],[11.4113,46.35114],[11.40519,46.35412],[11.39369,46.34792],[11.38866,46.34147],[11.38076,46.338],[11.37644,46.33775],[11.37177,46.33948],[11.36854,46.34345],[11.36315,46.34717],[11.35991,46.35486],[11.34841,46.35338],[11.3229,46.35238],[11.31895,46.35238],[11.31715,46.35412],[11.32434,46.36478],[11.33224,46.38239],[11.33763,46.39032],[11.34159,46.40494],[11.35309,46.42724],[11.35991,46.45027],[11.3477,46.4681],[11.35416,46.47824],[11.35884,46.48171],[11.36027,46.48121],[11.37213,46.48517],[11.38076,46.48542],[11.38686,46.48394],[11.39118,46.47923],[11.39046,46.47775],[11.39261,46.47131],[11.40303,46.45968],[11.41238,46.45448],[11.43538,46.44953],[11.46125,46.43393],[11.46915,46.43145],[11.48101,46.41907],[11.51156,46.39776],[11.51838,46.40048],[11.51695,46.4037],[11.50868,46.41188],[11.49107,46.42179],[11.49826,46.42551],[11.51587,46.42452],[11.53132,46.4265],[11.54462,46.42501],[11.5554,46.41931],[11.56474,46.41238],[11.56977,46.41015],[11.57121,46.40816],[11.58881,46.40346],[11.60355,46.40147],[11.60786,46.41238],[11.59528,46.41659],[11.57732,46.4151],[11.56402,46.42105],[11.54677,46.43046],[11.54857,46.43244],[11.55468,46.43541],[11.55037,46.43938],[11.5421,46.43715],[11.53455,46.43343],[11.51731,46.43442],[11.47993,46.43071],[11.48029,46.43987],[11.47922,46.44062],[11.45694,46.45002],[11.43681,46.46042],[11.42747,46.46364],[11.41597,46.47156],[11.41453,46.47379],[11.41525,46.48097],[11.44867,46.47874],[11.46053,46.47404],[11.47418,46.47057],[11.50437,46.46958],[11.51838,46.46414],[11.53599,46.46166],[11.53959,46.46166],[11.54677,46.46414],[11.55432,46.46884],[11.56654,46.46711],[11.56869,46.47404],[11.56546,46.47923],[11.56115,46.4822],[11.5554,46.48072],[11.55324,46.47849],[11.5403,46.47181],[11.5306,46.47329],[11.5306,46.47404],[11.51695,46.47849],[11.51551,46.4822],[11.51192,46.48567],[11.51443,46.49705],[11.5227,46.50026],[11.52449,46.50546],[11.52413,46.51461],[11.52557,46.52228],[11.53204,46.52895],[11.5403,46.5339],[11.54749,46.53637],[11.57264,46.53859],[11.57947,46.54724],[11.57013,46.55836],[11.57193,46.55886],[11.57947,46.56602],[11.61109,46.57936],[11.60714,46.58381],[11.60499,46.58381],[11.59313,46.58208],[11.5766,46.57442],[11.56222,46.57368],[11.54677,46.57615],[11.53132,46.57541],[11.53204,46.58332],[11.54318,46.59838],[11.56186,46.59665],[11.57983,46.5932],[11.60606,46.5932],[11.61577,46.59221],[11.62295,46.58554],[11.63625,46.57764],[11.63733,46.57344],[11.63158,46.56899],[11.62726,46.55318],[11.62187,46.54873],[11.61145,46.54453],[11.61181,46.53835],[11.61577,46.53587],[11.62403,46.54032],[11.63912,46.55169],[11.64595,46.5643],[11.65278,46.56528],[11.65817,46.56726],[11.67182,46.56726],[11.68332,46.56578],[11.6959,46.56009],[11.71243,46.55565],[11.73291,46.55392],[11.75555,46.55342],[11.76741,46.54403],[11.77064,46.53019],[11.77711,46.53068],[11.77783,46.53315],[11.77495,46.53587],[11.77316,46.54354],[11.78106,46.54428],[11.78178,46.5465],[11.77352,46.54799],[11.7692,46.55046],[11.76885,46.55342],[11.7728,46.56306],[11.7365,46.56652],[11.71423,46.56602],[11.69087,46.5727],[11.68117,46.58085],[11.64487,46.58109],[11.64092,46.58356],[11.62259,46.60628],[11.56115,46.61517],[11.58414,46.63319],[11.60463,46.64651],[11.60966,46.64429],[11.62403,46.64059],[11.63769,46.63516],[11.64343,46.63417],[11.66859,46.63368],[11.69518,46.63541],[11.7304,46.63393],[11.73076,46.64922],[11.70632,46.65366],[11.68404,46.65021],[11.66967,46.6507],[11.65601,46.64922],[11.63948,46.64996],[11.62655,46.65564],[11.6614,46.67956],[11.67075,46.68301],[11.69195,46.69681],[11.69302,46.70421],[11.70057,46.72564],[11.70057,46.7286],[11.69698,46.73574],[11.69734,46.74215],[11.69949,46.74658],[11.70416,46.75052],[11.71351,46.75126],[11.73219,46.75076],[11.76381,46.73919],[11.76453,46.73747],[11.77639,46.72885],[11.78142,46.72072],[11.79436,46.72219],[11.79112,46.73279],[11.77963,46.7483],[11.76705,46.75347],[11.74118,46.75914],[11.7286,46.75987],[11.69159,46.75914],[11.69554,46.77095],[11.7074,46.78252],[11.70848,46.78523],[11.68763,46.80171],[11.68979,46.80958],[11.70273,46.81229],[11.71027,46.80958],[11.71818,46.80811],[11.7498,46.80589],[11.75016,46.80515],[11.79759,46.80442],[11.80083,46.80245],[11.82239,46.79581],[11.84143,46.78744],[11.82706,46.77932],[11.82706,46.7771],[11.83209,46.77046],[11.83496,46.77071],[11.84,46.77366],[11.84179,46.77366],[11.85257,46.76554],[11.85257,46.76135],[11.84431,46.76061],[11.83928,46.75618],[11.84215,46.75421],[11.85042,46.75495],[11.85257,46.74855],[11.85832,46.74486],[11.85329,46.72885],[11.85904,46.72564],[11.85868,46.7249],[11.86443,46.72564],[11.86659,46.72688],[11.8691,46.72663],[11.87162,46.72515],[11.87234,46.72293],[11.86802,46.7148],[11.86838,46.70938],[11.85545,46.7015],[11.84035,46.69435],[11.84215,46.6909],[11.83856,46.68769],[11.83712,46.68769],[11.83676,46.68621],[11.84107,46.68276],[11.85401,46.6872],[11.85652,46.69558],[11.87737,46.70396],[11.8806,46.71037],[11.88491,46.7148],[11.88455,46.71875],[11.88815,46.72121],[11.90144,46.71702],[11.91366,46.70864],[11.92157,46.70125],[11.89641,46.70125],[11.8903,46.69016],[11.88994,46.68178],[11.8921,46.67783],[11.89102,46.67216],[11.87737,46.6586],[11.86479,46.65366],[11.84107,46.63615],[11.84574,46.63269],[11.85329,46.62874],[11.85509,46.62874],[11.87018,46.63985],[11.87198,46.64281],[11.87413,46.64355],[11.87952,46.64922],[11.88455,46.6586],[11.8921,46.66353],[11.89354,46.66698],[11.89857,46.67265],[11.90144,46.67265],[11.90611,46.66723],[11.90719,46.65983],[11.90144,46.65317],[11.90036,46.64503],[11.88707,46.62504],[11.88563,46.61122],[11.89174,46.60159],[11.89641,46.59023],[11.88096,46.5643],[11.87054,46.55812],[11.85329,46.55911],[11.85042,46.55713],[11.84,46.55342],[11.83748,46.54996],[11.84251,46.54601],[11.85042,46.54947],[11.85832,46.54922],[11.86982,46.54774],[11.87341,46.54354],[11.8788,46.54082],[11.8824,46.54057],[11.88743,46.5423],[11.88851,46.54304],[11.88743,46.54551],[11.87701,46.55515],[11.88527,46.56084],[11.89497,46.57344],[11.90108,46.57912],[11.90647,46.58208],[11.91294,46.58159],[11.91546,46.58035],[11.93558,46.56627],[11.95534,46.55713],[11.95822,46.55491],[11.96002,46.55466],[11.96181,46.55812],[11.96469,46.55787],[11.96469,46.55886],[11.95822,46.56306],[11.94349,46.57097],[11.93846,46.57764],[11.93306,46.58109],[11.92983,46.5848],[11.92049,46.58924],[11.91186,46.59789],[11.90252,46.62085],[11.89929,46.63368],[11.90396,46.64528],[11.90899,46.64947],[11.91222,46.6544],[11.92085,46.65342],[11.93558,46.65366],[11.94061,46.65169],[11.94169,46.64848],[11.9478,46.64873],[11.95355,46.64626],[11.9593,46.64996],[11.94744,46.65638],[11.94061,46.66156],[11.93199,46.66378],[11.92588,46.6692],[11.91654,46.67093],[11.9115,46.67487],[11.89929,46.68843],[11.90324,46.69361],[11.90899,46.69731],[11.92696,46.69583],[11.92875,46.69336],[11.94349,46.68695],[11.94672,46.68745],[11.94924,46.68917],[11.94708,46.69829],[11.94097,46.70322],[11.94888,46.71135],[11.94995,46.71604],[11.94456,46.7185],[11.94744,46.72269],[11.93199,46.72811],[11.93846,46.735],[11.93846,46.73599],[11.93414,46.73796],[11.93271,46.73796],[11.92696,46.73229],[11.92372,46.72712],[11.91546,46.72466],[11.90719,46.72466],[11.88276,46.73254],[11.86695,46.76283],[11.86731,46.76381],[11.87413,46.76603],[11.93414,46.76406],[11.95211,46.77194],[11.96469,46.77243],[11.98229,46.78006],[11.9902,46.78596],[12.00386,46.77637],[12.01535,46.76184],[12.01823,46.75643],[12.02434,46.75421],[12.03117,46.75249],[12.03835,46.75249],[12.05201,46.75446],[12.07321,46.7552],[12.09261,46.75224],[12.15765,46.73328],[12.18928,46.72983],[12.20042,46.72564],[12.1997,46.72515],[12.21587,46.71998],[12.21623,46.71234],[12.22593,46.71234],[12.22665,46.71875],[12.27911,46.72589],[12.28306,46.72367],[12.30642,46.71554],[12.33912,46.69953],[12.36104,46.67734],[12.37865,46.68301],[12.37434,46.69114],[12.34775,46.71111],[12.31181,46.72441],[12.37542,46.73845],[12.37326,46.7515],[12.3402,46.75003],[12.31145,46.74264],[12.30606,46.74264],[12.25899,46.74584],[12.24138,46.75027],[12.20617,46.74978],[12.19467,46.75076],[12.15155,46.75126],[12.11417,46.75544],[12.11453,46.76332],[12.12567,46.76603],[12.17634,46.76554],[12.19179,46.768],[12.20185,46.7771],[12.21335,46.79261],[12.22844,46.80663],[12.23563,46.81622],[12.23887,46.81843],[12.24641,46.82753],[12.2554,46.84867],[12.25396,46.8499],[12.23851,46.85187],[12.22844,46.83171],[12.22126,46.82212],[12.21335,46.81425],[12.20976,46.80884],[12.18425,46.78596],[12.15622,46.78104],[12.11956,46.77612],[12.11238,46.77563],[12.11022,46.77637],[12.10124,46.7808],[12.06494,46.79408],[12.06458,46.79507],[12.07536,46.8086],[12.09297,46.82753],[12.09513,46.83663],[12.10016,46.84351],[12.10375,46.85678],[12.11561,46.86637],[12.1325,46.87153],[12.14508,46.87841],[12.14076,46.88332],[12.11597,46.87472],[12.10016,46.86809],[12.09297,46.85777],[12.08614,46.85162],[12.08004,46.82335],[12.05129,46.79581],[12.04374,46.79384],[12.04015,46.79187],[12.03332,46.7899],[12.0132,46.79974],[12.00637,46.80196],[12.00565,46.81598],[12.01212,46.81991],[12.00601,46.82335],[11.98194,46.80737],[11.95498,46.82139],[11.9593,46.82852],[11.96217,46.84622],[11.96217,46.85162],[11.95786,46.87005],[11.96038,46.89044],[11.96002,46.90346],[11.97367,46.91229],[11.9902,46.91769],[11.98912,46.93168],[11.9593,46.92948],[11.95498,46.92702],[11.95211,46.92702],[11.94852,46.93168],[11.94492,46.93389],[11.9345,46.94542],[11.93163,46.94714],[11.93019,46.94984],[11.92552,46.95327],[11.92516,46.9621],[11.92803,46.96407],[11.93163,46.9702],[11.94313,46.97853],[11.94492,46.97853],[11.9478,46.9805],[11.95103,46.98099],[11.97331,46.99055],[11.98337,46.99373],[12.00709,47.00378],[12.01032,47.00427],[12.04266,47.01775],[12.07141,47.01995],[12.08938,47.02926],[12.09872,47.03269],[12.10627,47.0371],[12.10914,47.03759],[12.11669,47.042],[12.14328,47.05375],[12.13897,47.05889],[12.13717,47.05889]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC0-1.0","description":"Schummerung errechnet aus dem DTM"},{"id":"South-Tyrol-Orthofoto2011-20cm","name":"South Tyrol Orthofoto 2011 (highres)","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Orthoimagery/wms?LAYERS=Aerial-2011-AgEA-RGB,Aerial-2011-RGB-20CM&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","polygon":[[[10.38615,46.68821],[10.3803,46.68399],[10.39057,46.67089],[10.38946,46.65862],[10.39873,46.6455],[10.40011,46.63648],[10.40935,46.63389],[10.44632,46.63989],[10.49055,46.61394],[10.48291,46.60512],[10.48576,46.59805],[10.48221,46.59199],[10.48575,46.58921],[10.48305,46.5777],[10.47321,46.56701],[10.47617,46.55749],[10.46954,46.54856],[10.47056,46.54377],[10.45814,46.54215],[10.45124,46.53083],[10.45714,46.5096],[10.48141,46.49337],[10.49366,46.49719],[10.52657,46.49425],[10.53685,46.49062],[10.54986,46.49123],[10.55875,46.48187],[10.57672,46.47237],[10.59995,46.46766],[10.60128,46.46139],[10.61439,46.45098],[10.63303,46.44309],[10.66821,46.45122],[10.68293,46.44846],[10.69667,46.4573],[10.71753,46.46022],[10.74422,46.48333],[10.75906,46.48547],[10.76463,46.4848],[10.76934,46.47609],[10.77835,46.47112],[10.78906,46.45164],[10.80034,46.44185],[10.85113,46.43817],[10.86174,46.43509],[10.87162,46.4438],[10.88093,46.44579],[10.88324,46.44995],[10.89161,46.44366],[10.91305,46.44284],[10.93332,46.4528],[10.9325,46.45831],[10.93819,46.46578],[10.95791,46.46983],[10.96543,46.48103],[10.98695,46.48289],[11.00462,46.47607],[11.00952,46.46917],[11.02817,46.46116],[11.0414,46.44569],[11.05394,46.44849],[11.07301,46.44042],[11.0778,46.44569],[11.07625,46.45487],[11.06894,46.46619],[11.06278,46.4894],[11.05773,46.49235],[11.05006,46.50784],[11.03795,46.51357],[11.05915,46.51508],[11.08173,46.53021],[11.08812,46.50128],[11.10449,46.4948],[11.1103,46.49643],[11.12934,46.48058],[11.16095,46.4878],[11.17014,46.49635],[11.18002,46.49823],[11.18686,46.50734],[11.1924,46.501],[11.19608,46.50241],[11.20876,46.49346],[11.20939,46.481],[11.21626,46.47277],[11.21886,46.46199],[11.21736,46.45731],[11.21419,46.45807],[11.20903,46.45293],[11.21634,46.44255],[11.21416,46.43556],[11.20347,46.42682],[11.21026,46.4206],[11.20565,46.4166],[11.21345,46.40675],[11.21275,46.39804],[11.19792,46.37232],[11.20393,46.36765],[11.19263,46.36578],[11.19001,46.35984],[11.20204,46.34212],[11.1942,46.33016],[11.18696,46.32673],[11.18894,46.32151],[11.1847,46.32104],[11.1761,46.30346],[11.16439,46.2986],[11.15847,46.29059],[11.14293,46.28934],[11.13725,46.28336],[11.14885,46.27904],[11.16604,46.26129],[11.20029,46.25566],[11.19448,46.2461],[11.18935,46.25354],[11.18351,46.25269],[11.17994,46.24434],[11.17077,46.23806],[11.18267,46.22496],[11.20622,46.2187],[11.24743,46.22933],[11.29124,46.2604],[11.30645,46.25786],[11.31737,46.27303],[11.3129,46.28256],[11.33471,46.2962],[11.33379,46.29049],[11.33912,46.28306],[11.35495,46.27564],[11.35783,46.26481],[11.36836,46.26135],[11.37347,46.2629],[11.38756,46.26029],[11.39862,46.264],[11.39609,46.27423],[11.3871,46.28143],[11.38256,46.29177],[11.36078,46.29682],[11.36088,46.29906],[11.38188,46.30052],[11.39569,46.3083],[11.39994,46.30709],[11.39865,46.31426],[11.40517,46.32387],[11.42105,46.32441],[11.45556,46.33396],[11.46322,46.34922],[11.48052,46.3551],[11.47969,46.36277],[11.52445,46.35502],[11.53837,46.35015],[11.54423,46.34483],[11.55249,46.34418],[11.55878,46.35076],[11.56489,46.38018],[11.5932,46.38265],[11.60307,46.38924],[11.60161,46.39731],[11.62143,46.42539],[11.61882,46.44325],[11.62987,46.46377],[11.62679,46.4708],[11.64179,46.47439],[11.64536,46.47189],[11.65174,46.48271],[11.64297,46.49346],[11.63495,46.49486],[11.63849,46.50051],[11.64515,46.49743],[11.6672,46.49647],[11.69889,46.50218],[11.71524,46.51245],[11.71935,46.50916],[11.73202,46.50877],[11.74317,46.50391],[11.76157,46.50503],[11.79189,46.51322],[11.79385,46.52023],[11.81086,46.53146],[11.82391,46.52141],[11.82334,46.51315],[11.82849,46.50783],[11.85192,46.51682],[11.8904,46.52175],[11.9121,46.532],[11.93294,46.52631],[11.94147,46.52689],[11.94719,46.52879],[11.95094,46.53869],[11.96633,46.54363],[11.98704,46.54417],[11.99411,46.53345],[11.99941,46.53208],[12.02189,46.55791],[12.0266,46.55871],[12.03665,46.57668],[12.04763,46.58357],[12.05043,46.60016],[12.04613,46.60716],[12.05318,46.60989],[12.05448,46.61778],[12.06495,46.62121],[12.06837,46.63997],[12.07479,46.64329],[12.06686,46.65364],[12.07173,46.66064],[12.07038,46.67386],[12.07985,46.66686],[12.08826,46.66638],[12.09345,46.66123],[12.10609,46.65783],[12.10949,46.65204],[12.12342,46.64475],[12.13739,46.64122],[12.1436,46.6327],[12.1511,46.63215],[12.16062,46.63574],[12.17117,46.63275],[12.1818,46.6192],[12.19261,46.62059],[12.19228,46.59321],[12.20444,46.59836],[12.21241,46.60918],[12.24198,46.61586],[12.24502,46.62326],[12.25931,46.62809],[12.26982,46.62003],[12.28413,46.61623],[12.30802,46.61811],[12.31785,46.62355],[12.3172,46.62876],[12.33578,46.62732],[12.34034,46.63022],[12.34465,46.62376],[12.35939,46.61829],[12.38577,46.62154],[12.3915,46.62765],[12.37944,46.63733],[12.38115,46.64183],[12.40648,46.64167],[12.43473,46.66714],[12.4795,46.67969],[12.47501,46.68756],[12.44268,46.68979],[12.42943,46.69567],[12.42862,46.6997],[12.41522,46.70163],[12.41103,46.70701],[12.40283,46.70811],[12.38475,46.71745],[12.37036,46.74163],[12.35837,46.77583],[12.30943,46.78603],[12.28539,46.7839],[12.28232,46.79153],[12.28889,46.79427],[12.28905,46.79948],[12.29383,46.8027],[12.285,46.81503],[12.30726,46.83271],[12.30833,46.84137],[12.29733,46.84455],[12.2912,46.85704],[12.29326,46.86566],[12.27736,46.87319],[12.27979,46.87921],[12.27486,46.88512],[12.24162,46.89192],[12.2345,46.88919],[12.23125,46.88146],[12.22147,46.88084],[12.21663,46.87517],[12.2022,46.88806],[12.20106,46.8965],[12.19154,46.90682],[12.16959,46.91121],[12.16205,46.908],[12.14675,46.91413],[12.15414,46.91654],[12.1702,46.93758],[12.15927,46.95133],[12.13882,46.95764],[12.13328,46.96292],[12.13808,46.96514],[12.13977,46.982],[12.12974,46.98593],[12.1322,46.99339],[12.12285,47.00662],[12.12723,47.01218],[12.14786,47.02357],[12.16423,47.01782],[12.18048,47.02414],[12.20552,47.02595],[12.2182,47.04483],[12.21821,47.05795],[12.23786,47.0644],[12.24228,47.06892],[12.2278,47.08302],[12.18589,47.09322],[12.15997,47.08267],[12.15125,47.08049],[12.13561,47.08171],[12.11867,47.07445],[12.10329,47.07931],[12.09308,47.07791],[12.08035,47.06951],[12.07543,47.0605],[12.04276,47.06228],[12.03353,47.0583],[12.02968,47.05127],[12.02037,47.04821],[11.99534,47.05064],[11.98587,47.04815],[11.97912,47.0511],[11.96773,47.04158],[11.95457,47.04374],[11.94688,47.03464],[11.9329,47.03864],[11.91627,47.03422],[11.89137,47.01728],[11.8794,47.01714],[11.87393,47.01136],[11.86722,47.01252],[11.85192,47.0014],[11.84396,47.0025],[11.83564,46.99417],[11.81526,46.991],[11.78106,46.99342],[11.76411,46.97412],[11.74698,46.97013],[11.72897,46.97322],[11.71226,46.99416],[11.6885,46.99658],[11.66542,46.99304],[11.63629,47.00383],[11.62697,47.01437],[11.60944,47.01207],[11.59901,47.00657],[11.58879,47.00641],[11.58,47.00277],[11.57663,46.99657],[11.55297,46.99149],[11.53846,46.98519],[11.53381,46.99233],[11.51679,47.00091],[11.51366,47.00595],[11.50313,47.00808],[11.50238,47.01073],[11.47831,47.01201],[11.46859,47.003],[11.46803,46.99582],[11.45134,46.99294],[11.43929,46.97601],[11.40465,46.96609],[11.38324,46.97168],[11.37697,46.98025],[11.35932,46.99154],[11.34516,46.99169],[11.33765,46.98606],[11.3205,46.99345],[11.30709,46.98525],[11.28762,46.98699],[11.27662,46.98168],[11.26272,46.98169],[11.25582,46.97535],[11.24865,46.97517],[11.24139,46.9708],[11.22047,46.97025],[11.20688,46.96403],[11.20418,46.96877],[11.19527,46.97152],[11.18658,46.97062],[11.17598,46.96367],[11.1637,46.96677],[11.16114,46.94979],[11.16642,46.94479],[11.16322,46.94091],[11.13851,46.92865],[11.11418,46.93234],[11.10804,46.92632],[11.10792,46.91706],[11.0946,46.91247],[11.09795,46.89844],[11.09538,46.89178],[11.09961,46.88922],[11.08742,46.87927],[11.06988,46.85348],[11.07303,46.84345],[11.06887,46.83793],[11.0762,46.83384],[11.08171,46.82252],[11.07279,46.82092],[11.05633,46.80928],[11.03792,46.80562],[11.04234,46.801],[11.0346,46.79428],[11.02328,46.76715],[11.01397,46.77317],[10.99475,46.76804],[10.97932,46.77014],[10.97522,46.77361],[10.94388,46.77648],[10.92821,46.77408],[10.92299,46.7764],[10.90527,46.76911],[10.8951,46.77092],[10.88962,46.76529],[10.88294,46.76393],[10.86993,46.7669],[10.86845,46.77313],[10.85354,46.77506],[10.84112,46.78282],[10.83129,46.78138],[10.82479,46.77472],[10.81439,46.77662],[10.78678,46.79735],[10.77744,46.79149],[10.75722,46.78624],[10.73122,46.78925],[10.7276,46.79709],[10.74506,46.80223],[10.75239,46.81387],[10.76387,46.81971],[10.76481,46.82409],[10.75621,46.83383],[10.72333,46.83892],[10.71763,46.84795],[10.70594,46.84786],[10.69508,46.85308],[10.69786,46.86339],[10.69112,46.86861],[10.67297,46.87138],[10.66787,46.87651],[10.64858,46.86655],[10.62441,46.86558],[10.60936,46.8597],[10.59502,46.85829],[10.58883,46.85125],[10.55536,46.84087],[10.55264,46.8408],[10.55795,46.84695],[10.5527,46.8511],[10.52124,46.84653],[10.49931,46.84857],[10.49628,46.85305],[10.48372,46.85543],[10.47838,46.86013],[10.46819,46.8553],[10.46987,46.84933],[10.46229,46.8413],[10.46483,46.83624],[10.45906,46.83548],[10.45513,46.83059],[10.4583,46.82478],[10.45438,46.82221],[10.45602,46.81635],[10.44925,46.80462],[10.43851,46.79869],[10.42845,46.79755],[10.42123,46.78861],[10.44011,46.77149],[10.44107,46.75413],[10.43464,46.75356],[10.39934,46.73435],[10.4168,46.71847],[10.41622,46.71479],[10.41274,46.70821],[10.40215,46.70624],[10.39201,46.69016],[10.38615,46.68821]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 4.0","description":"Orthophoto of South Tyrol from 2011 with up to 20cm resolution (larger valleys)"},{"id":"South-Tyrol-Orthofoto2014","name":"South Tyrol Orthofoto 2014","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Orthoimagery/wms?LAYERS=Aerial-2015-RGB,Aerial-2014-RGB&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[12.24913,46.81945],[12.24913,46.82785],[12.23442,46.84254],[12.21551,46.83205],[12.18609,46.82785],[12.15878,46.81316],[12.13566,46.81316],[12.09995,46.79847],[12.05792,46.79427],[12.03061,46.78168],[12.0096,46.77958],[12.00749,46.77538],[11.99489,46.77538],[11.95917,46.76488],[11.95286,46.75859],[11.92135,46.75229],[11.90874,46.7439],[11.86041,46.7376],[11.8331,46.72291],[11.78687,46.71661],[11.76586,46.70192],[11.76166,46.70192],[11.74905,46.75019],[11.73855,46.75859],[11.72174,46.79007],[11.71753,46.79427],[11.69862,46.79427],[11.61037,46.77538],[11.60617,46.76908],[11.58306,46.76698],[11.56835,46.75649],[11.54734,46.75649],[11.50952,46.7439],[11.43178,46.7376],[11.38555,46.72081],[11.33722,46.71871],[11.31831,46.70822],[11.30571,46.70822],[11.2952,46.72921],[11.25318,46.72291],[11.24898,46.7355],[11.19855,46.7334],[11.17543,46.72081],[11.14392,46.71871],[11.13971,46.71242],[11.12711,46.70822],[11.05147,46.69772],[11.02415,46.68303],[11.00104,46.68303],[10.98003,46.67464],[10.94431,46.67464],[10.9275,46.66414],[10.89178,46.65785],[10.88127,46.65155],[10.79723,46.65155],[10.79302,46.65575],[10.63123,46.65365],[10.58921,46.66204],[10.51777,46.65785],[10.49886,46.66204],[10.50516,46.64316],[10.49886,46.64525],[10.49886,46.63056],[10.52828,46.62427],[10.49886,46.62007],[10.48836,46.62217],[10.48836,46.62846],[10.48415,46.62846],[10.48836,46.65575],[10.48415,46.65575],[10.47995,46.67044],[10.47365,46.67254],[10.46944,46.71032],[10.46524,46.71032],[10.46104,46.72711],[10.45684,46.72711],[10.45264,46.7439],[10.44843,46.7439],[10.44423,46.78377],[10.43793,46.79007],[10.43373,46.81106],[10.42532,46.80686],[10.42532,46.79847],[10.42112,46.79847],[10.41692,46.78587],[10.41692,46.75229],[10.3938,46.7376],[10.3896,46.72081],[10.3854,46.72081],[10.3791,46.69353],[10.3791,46.66834],[10.3833,46.66414],[10.3812,46.64735],[10.3896,46.64525],[10.3938,46.63056],[10.42532,46.62846],[10.44843,46.63476],[10.46944,46.62636],[10.47785,46.61797],[10.47785,46.59069],[10.47365,46.59069],[10.47155,46.5676],[10.46314,46.55501],[10.48415,46.55501],[10.50096,46.54871],[10.53668,46.55291],[10.5619,46.54871],[10.59762,46.55291],[10.72158,46.55081],[10.76571,46.54031],[10.86236,46.55081],[10.86446,46.54661],[10.84135,46.54241],[10.85606,46.50254],[10.89808,46.51093],[10.90018,46.49624],[10.91069,46.49624],[10.94431,46.50673],[10.94851,46.49624],[10.95481,46.49414],[10.95691,46.48365],[10.96112,46.48365],[10.96952,46.45217],[10.98423,46.45217],[10.98843,46.44587],[10.99894,46.44587],[11.01154,46.42068],[11.04096,46.42068],[11.08088,46.43537],[11.08298,46.47525],[11.15232,46.47525],[11.18804,46.48365],[11.19014,46.47525],[11.20695,46.47315],[11.20485,46.44587],[11.19855,46.44167],[11.19435,46.42698],[11.19014,46.42698],[11.19014,46.42068],[11.20695,46.42068],[11.20485,46.3997],[11.17754,46.3997],[11.17543,46.3871],[11.16703,46.38081],[11.16703,46.36821],[11.16283,46.36821],[11.16283,46.29895],[11.12501,46.29895],[11.12291,46.25488],[11.13131,46.25278],[11.12711,46.24858],[11.16283,46.24858],[11.16283,46.215],[11.24898,46.2129],[11.25108,46.2234],[11.2889,46.2234],[11.2889,46.24019],[11.3015,46.25278],[11.30991,46.25278],[11.31201,46.24858],[11.33722,46.25068],[11.34143,46.26747],[11.34563,46.26747],[11.34773,46.25698],[11.35613,46.24858],[11.41707,46.25278],[11.41917,46.32414],[11.49271,46.32204],[11.48851,46.33044],[11.49901,46.32834],[11.50111,46.34723],[11.52423,46.34723],[11.53894,46.34513],[11.53894,46.32834],[11.55995,46.32414],[11.58306,46.34932],[11.58306,46.37241],[11.60407,46.37241],[11.60617,46.38291],[11.61458,46.38291],[11.62508,46.3934],[11.62508,46.41229],[11.61037,46.41649],[11.61037,46.42278],[11.61458,46.42278],[11.61878,46.43957],[11.62508,46.43957],[11.62508,46.44797],[11.63349,46.44587],[11.63769,46.45846],[11.64399,46.45846],[11.6608,46.44587],[11.66711,46.44587],[11.66711,46.47525],[11.69442,46.47735],[11.69652,46.48575],[11.70913,46.49624],[11.70913,46.50254],[11.71333,46.50254],[11.71543,46.51513],[11.72384,46.51513],[11.73224,46.52982],[11.73855,46.52982],[11.75325,46.54871],[11.76586,46.55501],[11.78057,46.58859],[11.78897,46.59069],[11.79528,46.60328],[11.80998,46.60748],[11.82049,46.62636],[11.8457,46.62846],[11.89193,46.64525],[11.90874,46.64525],[11.93816,46.65575],[11.94866,46.66414],[11.98438,46.66834],[12.0096,46.68303],[12.03061,46.68303],[12.03481,46.67464],[12.04531,46.67464],[12.05792,46.68093],[12.08944,46.68303],[12.10835,46.69353],[12.16298,46.70192],[12.18819,46.71451],[12.23652,46.72081],[12.28695,46.7376],[12.30166,46.7376],[12.30166,46.7439],[12.29745,46.7439],[12.28485,46.76698],[12.27224,46.76908],[12.27014,46.78587],[12.26173,46.79427],[12.26804,46.79637],[12.26594,46.80686],[12.26173,46.80686],[12.25753,46.81735],[12.24913,46.81945]],[[11.99489,46.95587],[11.99489,46.96007],[11.97388,46.96637],[11.96757,46.96217],[11.92135,46.95797],[11.89613,46.94328],[11.87722,46.94118],[11.8457,46.92649],[11.80158,46.9202],[11.78057,46.9076],[11.75325,46.90341],[11.74905,46.89711],[11.69022,46.88871],[11.68602,46.88242],[11.64609,46.86563],[11.61668,46.86563],[11.61037,46.85723],[11.61458,46.85723],[11.61668,46.84884],[11.61037,46.84464],[11.62298,46.83205],[11.62508,46.82155],[11.63139,46.82155],[11.63769,46.80686],[11.64399,46.80476],[11.6545,46.81106],[11.67971,46.81526],[11.68181,46.81945],[11.74905,46.83415],[11.76166,46.84464],[11.80158,46.85303],[11.8394,46.86982],[11.85831,46.86982],[11.91714,46.88871],[11.95707,46.89501],[11.97388,46.9055],[12.00749,46.9118],[12.02851,46.92229],[12.018,46.93908],[12.0117,46.94118],[12.0159,46.94748],[12.0117,46.94748],[12.0096,46.95797],[11.99489,46.95587]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog/","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 4.0"},{"id":"South-Tyrol-Orthofoto-2014-2015","name":"South Tyrol Orthofoto 2014/2015","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Orthoimagery/wms?LAYERS=Aerial-2015-RGB,Aerial-2014-RGB&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-11-01T00:00:00.000Z","startDate":"2014-07-01T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[10.38615,46.68821],[10.3803,46.68399],[10.39057,46.67089],[10.38946,46.65862],[10.39873,46.6455],[10.40011,46.63648],[10.40935,46.63389],[10.44632,46.63989],[10.49055,46.61394],[10.48291,46.60512],[10.48576,46.59805],[10.48221,46.59199],[10.48575,46.58921],[10.48305,46.5777],[10.47321,46.56701],[10.47617,46.55749],[10.46954,46.54856],[10.47056,46.54377],[10.45814,46.54215],[10.45124,46.53083],[10.45714,46.5096],[10.48141,46.49337],[10.49366,46.49719],[10.52657,46.49425],[10.53685,46.49062],[10.54986,46.49123],[10.55875,46.48187],[10.57672,46.47237],[10.59995,46.46766],[10.60128,46.46139],[10.61439,46.45098],[10.63303,46.44309],[10.66821,46.45122],[10.68293,46.44846],[10.69667,46.4573],[10.71753,46.46022],[10.74422,46.48333],[10.75906,46.48547],[10.76463,46.4848],[10.76934,46.47609],[10.77835,46.47112],[10.78906,46.45164],[10.80034,46.44185],[10.85113,46.43817],[10.86174,46.43509],[10.87162,46.4438],[10.88093,46.44579],[10.88324,46.44995],[10.89161,46.44366],[10.91305,46.44284],[10.93332,46.4528],[10.9325,46.45831],[10.93819,46.46578],[10.95791,46.46983],[10.96543,46.48103],[10.98695,46.48289],[11.00462,46.47607],[11.00952,46.46917],[11.02817,46.46116],[11.0414,46.44569],[11.05394,46.44849],[11.07301,46.44042],[11.0778,46.44569],[11.07625,46.45487],[11.06894,46.46619],[11.06278,46.4894],[11.05773,46.49235],[11.05006,46.50784],[11.03795,46.51357],[11.05915,46.51508],[11.08173,46.53021],[11.08812,46.50128],[11.10449,46.4948],[11.1103,46.49643],[11.12934,46.48058],[11.16095,46.4878],[11.17014,46.49635],[11.18002,46.49823],[11.18686,46.50734],[11.1924,46.501],[11.19608,46.50241],[11.20876,46.49346],[11.20939,46.481],[11.21626,46.47277],[11.21886,46.46199],[11.21736,46.45731],[11.21419,46.45807],[11.20903,46.45293],[11.21634,46.44255],[11.21416,46.43556],[11.20347,46.42682],[11.21026,46.4206],[11.20565,46.4166],[11.21345,46.40675],[11.21275,46.39804],[11.19792,46.37232],[11.20393,46.36765],[11.19263,46.36578],[11.19001,46.35984],[11.20204,46.34212],[11.1942,46.33016],[11.18696,46.32673],[11.18894,46.32151],[11.1847,46.32104],[11.1761,46.30346],[11.16439,46.2986],[11.15847,46.29059],[11.14293,46.28934],[11.13725,46.28336],[11.14885,46.27904],[11.16604,46.26129],[11.20029,46.25566],[11.19448,46.2461],[11.18935,46.25354],[11.18351,46.25269],[11.17994,46.24434],[11.17077,46.23806],[11.18267,46.22496],[11.20622,46.2187],[11.24743,46.22933],[11.29124,46.2604],[11.30645,46.25786],[11.31737,46.27303],[11.3129,46.28256],[11.33471,46.2962],[11.33379,46.29049],[11.33912,46.28306],[11.35495,46.27564],[11.35783,46.26481],[11.36836,46.26135],[11.37347,46.2629],[11.38756,46.26029],[11.39862,46.264],[11.39609,46.27423],[11.3871,46.28143],[11.38256,46.29177],[11.36078,46.29682],[11.36088,46.29906],[11.38188,46.30052],[11.39569,46.3083],[11.39994,46.30709],[11.39865,46.31426],[11.40517,46.32387],[11.42105,46.32441],[11.45556,46.33396],[11.46322,46.34922],[11.48052,46.3551],[11.47969,46.36277],[11.52445,46.35502],[11.53837,46.35015],[11.54423,46.34483],[11.55249,46.34418],[11.55878,46.35076],[11.56489,46.38018],[11.5932,46.38265],[11.60307,46.38924],[11.60161,46.39731],[11.62143,46.42539],[11.61882,46.44325],[11.62987,46.46377],[11.62679,46.4708],[11.64179,46.47439],[11.64536,46.47189],[11.65174,46.48271],[11.64297,46.49346],[11.63495,46.49486],[11.63849,46.50051],[11.64515,46.49743],[11.6672,46.49647],[11.69889,46.50218],[11.71524,46.51245],[11.71935,46.50916],[11.73202,46.50877],[11.74317,46.50391],[11.76157,46.50503],[11.79189,46.51322],[11.79385,46.52023],[11.81086,46.53146],[11.82391,46.52141],[11.82334,46.51315],[11.82849,46.50783],[11.85192,46.51682],[11.8904,46.52175],[11.9121,46.532],[11.93294,46.52631],[11.94147,46.52689],[11.94719,46.52879],[11.95094,46.53869],[11.96633,46.54363],[11.98704,46.54417],[11.99411,46.53345],[11.99941,46.53208],[12.02189,46.55791],[12.0266,46.55871],[12.03665,46.57668],[12.04763,46.58357],[12.05043,46.60016],[12.04613,46.60716],[12.05318,46.60989],[12.05448,46.61778],[12.06495,46.62121],[12.06837,46.63997],[12.07479,46.64329],[12.06686,46.65364],[12.07173,46.66064],[12.07038,46.67386],[12.07985,46.66686],[12.08826,46.66638],[12.09345,46.66123],[12.10609,46.65783],[12.10949,46.65204],[12.12342,46.64475],[12.13739,46.64122],[12.1436,46.6327],[12.1511,46.63215],[12.16062,46.63574],[12.17117,46.63275],[12.1818,46.6192],[12.19261,46.62059],[12.19228,46.59321],[12.20444,46.59836],[12.21241,46.60918],[12.24198,46.61586],[12.24502,46.62326],[12.25931,46.62809],[12.26982,46.62003],[12.28413,46.61623],[12.30802,46.61811],[12.31785,46.62355],[12.3172,46.62876],[12.33578,46.62732],[12.34034,46.63022],[12.34465,46.62376],[12.35939,46.61829],[12.38577,46.62154],[12.3915,46.62765],[12.37944,46.63733],[12.38115,46.64183],[12.40648,46.64167],[12.43473,46.66714],[12.4795,46.67969],[12.47501,46.68756],[12.44268,46.68979],[12.42943,46.69567],[12.42862,46.6997],[12.41522,46.70163],[12.41103,46.70701],[12.40283,46.70811],[12.38475,46.71745],[12.37036,46.74163],[12.35837,46.77583],[12.30943,46.78603],[12.28539,46.7839],[12.28232,46.79153],[12.28889,46.79427],[12.28905,46.79948],[12.29383,46.8027],[12.285,46.81503],[12.30726,46.83271],[12.30833,46.84137],[12.29733,46.84455],[12.2912,46.85704],[12.29326,46.86566],[12.27736,46.87319],[12.27979,46.87921],[12.27486,46.88512],[12.24162,46.89192],[12.2345,46.88919],[12.23125,46.88146],[12.22147,46.88084],[12.21663,46.87517],[12.2022,46.88806],[12.20106,46.8965],[12.19154,46.90682],[12.16959,46.91121],[12.16205,46.908],[12.14675,46.91413],[12.15414,46.91654],[12.1702,46.93758],[12.15927,46.95133],[12.13882,46.95764],[12.13328,46.96292],[12.13808,46.96514],[12.13977,46.982],[12.12974,46.98593],[12.1322,46.99339],[12.12285,47.00662],[12.12723,47.01218],[12.14786,47.02357],[12.16423,47.01782],[12.18048,47.02414],[12.20552,47.02595],[12.2182,47.04483],[12.21821,47.05795],[12.23786,47.0644],[12.24228,47.06892],[12.2278,47.08302],[12.18589,47.09322],[12.15997,47.08267],[12.15125,47.08049],[12.13561,47.08171],[12.11867,47.07445],[12.10329,47.07931],[12.09308,47.07791],[12.08035,47.06951],[12.07543,47.0605],[12.04276,47.06228],[12.03353,47.0583],[12.02968,47.05127],[12.02037,47.04821],[11.99534,47.05064],[11.98587,47.04815],[11.97912,47.0511],[11.96773,47.04158],[11.95457,47.04374],[11.94688,47.03464],[11.9329,47.03864],[11.91627,47.03422],[11.89137,47.01728],[11.8794,47.01714],[11.87393,47.01136],[11.86722,47.01252],[11.85192,47.0014],[11.84396,47.0025],[11.83564,46.99417],[11.81526,46.991],[11.78106,46.99342],[11.76411,46.97412],[11.74698,46.97013],[11.72897,46.97322],[11.71226,46.99416],[11.6885,46.99658],[11.66542,46.99304],[11.63629,47.00383],[11.62697,47.01437],[11.60944,47.01207],[11.59901,47.00657],[11.58879,47.00641],[11.58,47.00277],[11.57663,46.99657],[11.55297,46.99149],[11.53846,46.98519],[11.53381,46.99233],[11.51679,47.00091],[11.51366,47.00595],[11.50313,47.00808],[11.50238,47.01073],[11.47831,47.01201],[11.46859,47.003],[11.46803,46.99582],[11.45134,46.99294],[11.43929,46.97601],[11.40465,46.96609],[11.38324,46.97168],[11.37697,46.98025],[11.35932,46.99154],[11.34516,46.99169],[11.33765,46.98606],[11.3205,46.99345],[11.30709,46.98525],[11.28762,46.98699],[11.27662,46.98168],[11.26272,46.98169],[11.25582,46.97535],[11.24865,46.97517],[11.24139,46.9708],[11.22047,46.97025],[11.20688,46.96403],[11.20418,46.96877],[11.19527,46.97152],[11.18658,46.97062],[11.17598,46.96367],[11.1637,46.96677],[11.16114,46.94979],[11.16642,46.94479],[11.16322,46.94091],[11.13851,46.92865],[11.11418,46.93234],[11.10804,46.92632],[11.10792,46.91706],[11.0946,46.91247],[11.09795,46.89844],[11.09538,46.89178],[11.09961,46.88922],[11.08742,46.87927],[11.06988,46.85348],[11.07303,46.84345],[11.06887,46.83793],[11.0762,46.83384],[11.08171,46.82252],[11.07279,46.82092],[11.05633,46.80928],[11.03792,46.80562],[11.04234,46.801],[11.0346,46.79428],[11.02328,46.76715],[11.01397,46.77317],[10.99475,46.76804],[10.97932,46.77014],[10.97522,46.77361],[10.94388,46.77648],[10.92821,46.77408],[10.92299,46.7764],[10.90527,46.76911],[10.8951,46.77092],[10.88962,46.76529],[10.88294,46.76393],[10.86993,46.7669],[10.86845,46.77313],[10.85354,46.77506],[10.84112,46.78282],[10.83129,46.78138],[10.82479,46.77472],[10.81439,46.77662],[10.78678,46.79735],[10.77744,46.79149],[10.75722,46.78624],[10.73122,46.78925],[10.7276,46.79709],[10.74506,46.80223],[10.75239,46.81387],[10.76387,46.81971],[10.76481,46.82409],[10.75621,46.83383],[10.72333,46.83892],[10.71763,46.84795],[10.70594,46.84786],[10.69508,46.85308],[10.69786,46.86339],[10.69112,46.86861],[10.67297,46.87138],[10.66787,46.87651],[10.64858,46.86655],[10.62441,46.86558],[10.60936,46.8597],[10.59502,46.85829],[10.58883,46.85125],[10.55536,46.84087],[10.55264,46.8408],[10.55795,46.84695],[10.5527,46.8511],[10.52124,46.84653],[10.49931,46.84857],[10.49628,46.85305],[10.48372,46.85543],[10.47838,46.86013],[10.46819,46.8553],[10.46987,46.84933],[10.46229,46.8413],[10.46483,46.83624],[10.45906,46.83548],[10.45513,46.83059],[10.4583,46.82478],[10.45438,46.82221],[10.45602,46.81635],[10.44925,46.80462],[10.43851,46.79869],[10.42845,46.79755],[10.42123,46.78861],[10.44011,46.77149],[10.44107,46.75413],[10.43464,46.75356],[10.39934,46.73435],[10.4168,46.71847],[10.41622,46.71479],[10.41274,46.70821],[10.40215,46.70624],[10.39201,46.69016],[10.38615,46.68821]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 4.0"},{"id":"South-Tyrol-Orthofoto-2017","name":"South Tyrol Orthofoto 2017","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Orthoimagery/wms?LAYERS=Aerial-2017-RGB&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2017-10-01T00:00:00.000Z","startDate":"2017-07-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[11.37851,46.30096],[11.38516,46.30241],[11.39571,46.30998],[11.39893,46.30771],[11.40047,46.30835],[11.39922,46.30922],[11.39641,46.31043],[11.39752,46.3114],[11.39759,46.31529],[11.40432,46.32512],[11.41239,46.3245],[11.41531,46.32568],[11.41956,46.32559],[11.45325,46.33531],[11.4632,46.35096],[11.48003,46.35439],[11.47676,46.36434],[11.52706,46.3557],[11.54972,46.34515],[11.55762,46.34977],[11.5638,46.38164],[11.59641,46.3872],[11.61907,46.4252],[11.62525,46.47109],[11.64705,46.48445],[11.63315,46.49875],[11.63847,46.5017],[11.66456,46.49804],[11.70632,46.51086],[11.70362,46.62244],[11.39677,46.62433],[11.38982,46.61077],[11.38124,46.61248],[11.3742,46.6172],[11.3736,46.62351],[11.33308,46.62445],[11.3324,46.66169],[11.28639,46.65415],[11.27008,46.72256],[11.18099,46.71845],[11.1779,46.73045],[11.15988,46.72433],[11.1331,46.72321],[11.11404,46.71539],[11.03371,46.70832],[10.99869,46.69655],[10.92607,46.69632],[10.89226,46.68431],[10.81879,46.67159],[10.76729,46.6697],[10.74531,46.66452],[10.54001,46.64237],[10.5098,46.63247],[10.46448,46.63341],[10.49143,46.61407],[10.47546,46.56476],[10.47787,46.55756],[10.47049,46.54257],[10.45916,46.5408],[10.45057,46.52863],[10.45504,46.50879],[10.48199,46.49296],[10.48851,46.49567],[10.55065,46.49071],[10.57966,46.47369],[10.60181,46.4692],[10.62138,46.44779],[10.63992,46.44555],[10.67116,46.45252],[10.67888,46.4485],[10.6933,46.45737],[10.71562,46.46104],[10.74188,46.48386],[10.76385,46.48539],[10.77913,46.4705],[10.7975,46.4446],[10.86205,46.43656],[10.88333,46.45099],[10.91183,46.44401],[10.93191,46.45335],[10.93809,46.4666],[10.95491,46.47014],[10.96075,46.4744],[10.96556,46.48232],[10.98753,46.48362],[11.00573,46.47735],[11.01002,46.47121],[11.02993,46.46116],[11.03525,46.453],[11.03903,46.45276],[11.04177,46.44708],[11.04675,46.44661],[11.05482,46.45016],[11.06409,46.4459],[11.0677,46.44294],[11.07336,46.44129],[11.07731,46.44354],[11.07868,46.44862],[11.06787,46.46577],[11.0622,46.48835],[11.0586,46.48917],[11.05001,46.50643],[11.03525,46.51399],[11.04366,46.51741],[11.05619,46.51635],[11.0828,46.53171],[11.08829,46.50312],[11.10512,46.49615],[11.11044,46.49709],[11.13035,46.4822],[11.15919,46.48917],[11.1858,46.50855],[11.20794,46.49473],[11.21241,46.48208],[11.21962,46.46021],[11.20717,46.41668],[11.21524,46.4065],[11.20073,46.37204],[11.20597,46.36695],[11.19472,46.3647],[11.19275,46.36043],[11.20348,46.34515],[11.18923,46.3234],[11.17816,46.30319],[11.16477,46.29731],[11.16271,46.29044],[11.14391,46.28812],[11.13928,46.28415],[11.15001,46.27991],[11.15838,46.26834],[11.16653,46.2619],[11.17477,46.25914],[11.18301,46.25864],[11.18599,46.25755],[11.19397,46.25715],[11.19719,46.2581],[11.19996,46.25626],[11.1958,46.25092],[11.19508,46.249],[11.19183,46.24901],[11.19168,46.25283],[11.18932,46.25395],[11.18704,46.25405],[11.1826,46.25209],[11.18116,46.24865],[11.19484,46.24838],[11.20756,46.24807],[11.20683,46.21877],[11.2073,46.21773],[11.20923,46.21948],[11.24657,46.23109],[11.25433,46.23872],[11.25966,46.24089],[11.26365,46.24199],[11.27442,46.25184],[11.27652,46.25181],[11.28266,46.2565],[11.28631,46.26107],[11.29429,46.26086],[11.30313,46.25929],[11.31042,46.26599],[11.30888,46.2676],[11.31145,46.26872],[11.31485,46.27341],[11.31334,46.27943],[11.31025,46.2816],[11.31073,46.28367],[11.31575,46.28596],[11.32317,46.29224],[11.32291,46.29319],[11.33167,46.29479],[11.33201,46.29708],[11.3333,46.2982],[11.33566,46.29776],[11.33815,46.29951],[11.34017,46.29838],[11.3375,46.29432],[11.33858,46.29195],[11.33583,46.29067],[11.34158,46.28207],[11.34562,46.28023],[11.3475,46.28026],[11.356,46.2765],[11.35733,46.27409],[11.35729,46.27252],[11.35664,46.2697],[11.35823,46.26582],[11.36527,46.26469],[11.36986,46.26255],[11.373,46.26398],[11.37763,46.26226],[11.38857,46.26166],[11.39308,46.26499],[11.39789,46.26472],[11.39565,46.27282],[11.38917,46.27863],[11.38643,46.27988],[11.38505,46.2813],[11.38441,46.28705],[11.38093,46.29127],[11.37887,46.29221],[11.37102,46.29324],[11.35862,46.29613],[11.35896,46.29889],[11.36025,46.3009],[11.36458,46.30191],[11.36797,46.30072],[11.36815,46.3017],[11.37851,46.30096]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC0-1.0"},{"id":"South-Tyrol-Orthofoto-2020","name":"South Tyrol Orthofoto 2020","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Orthoimagery/wms?LAYERS=Aerial-2020-RGB&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-10-13T00:00:00.000Z","startDate":"2020-10-13T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[10.38105,46.69969],[10.37301,46.67613],[10.37284,46.67371],[10.37686,46.67141],[10.38332,46.66405],[10.3839,46.65572],[10.38114,46.64858],[10.38759,46.64439],[10.39421,46.63305],[10.3937,46.63139],[10.41113,46.62851],[10.42077,46.62811],[10.43241,46.63248],[10.44657,46.63472],[10.45821,46.63093],[10.46894,46.62511],[10.47656,46.61689],[10.47975,46.60635],[10.46961,46.56323],[10.46492,46.55741],[10.46064,46.55389],[10.46006,46.54669],[10.45269,46.53413],[10.44431,46.52838],[10.43735,46.52721],[10.43972,46.52639],[10.44179,46.52496],[10.42948,46.50548],[10.41691,46.50352],[10.418,46.49873],[10.45658,46.49827],[10.45608,46.47367],[10.54015,46.47329],[10.53982,46.46585],[10.543,46.46585],[10.54434,46.45534],[10.55791,46.45569],[10.57425,46.45448],[10.57392,46.44847],[10.58146,46.44819],[10.58171,46.43647],[10.59134,46.43785],[10.61447,46.43751],[10.61824,46.43866],[10.61765,46.44461],[10.63558,46.44276],[10.63583,46.43052],[10.67671,46.42734],[10.683,46.42856],[10.68358,46.43456],[10.68157,46.4423],[10.69523,46.44276],[10.69665,46.43849],[10.70771,46.43733],[10.7083,46.44859],[10.74615,46.44827],[10.74761,46.44892],[10.74814,46.45016],[10.75551,46.44982],[10.75547,46.44885],[10.78982,46.44801],[10.78915,46.42347],[10.95713,46.4233],[10.95811,46.44878],[10.99818,46.44813],[10.99868,46.42388],[11.08246,46.42318],[11.08338,46.47369],[11.12377,46.47312],[11.12389,46.47384],[11.16549,46.47303],[11.16645,46.49331],[11.16876,46.49559],[11.18082,46.49769],[11.18204,46.50121],[11.18463,46.50372],[11.18719,46.50375],[11.19741,46.49977],[11.20637,46.49106],[11.20583,46.47381],[11.2065,46.47375],[11.20562,46.44931],[11.16515,46.44992],[11.16419,46.42385],[11.20662,46.42304],[11.20566,46.39936],[11.16511,46.39996],[11.16398,46.3739],[11.16494,46.37384],[11.16406,46.34884],[11.16511,46.34881],[11.16398,46.32379],[11.16507,46.3237],[11.16411,46.29917],[11.12347,46.29989],[11.12255,46.27395],[11.14186,46.27346],[11.14827,46.26521],[11.1595,46.25298],[11.15946,46.248],[11.16494,46.24797],[11.16415,46.22387],[11.16499,46.22384],[11.16406,46.1987],[11.2073,46.1981],[11.20738,46.19885],[11.24881,46.19812],[11.24986,46.22404],[11.29057,46.22334],[11.29162,46.24858],[11.33234,46.24787],[11.33238,46.24864],[11.37412,46.248],[11.37414,46.2487],[11.41578,46.24774],[11.41667,46.27411],[11.41568,46.27421],[11.4167,46.29917],[11.41557,46.29925],[11.41679,46.32373],[11.45718,46.32293],[11.45735,46.32385],[11.49893,46.32286],[11.50007,46.34878],[11.54024,46.34782],[11.53873,46.32376],[11.56688,46.32318],[11.56709,46.32639],[11.57945,46.34031],[11.57974,46.35129],[11.57383,46.35138],[11.56891,46.35794],[11.56638,46.36988],[11.56734,46.37972],[11.57595,46.3808],[11.58107,46.38057],[11.5811,46.37451],[11.62335,46.37329],[11.62469,46.42376],[11.62377,46.42417],[11.62502,46.44888],[11.64999,46.44852],[11.64976,46.45062],[11.64737,46.45334],[11.64781,46.45523],[11.64871,46.45563],[11.65822,46.45533],[11.66268,46.45487],[11.66568,46.45351],[11.66649,46.47387],[11.68623,46.47362],[11.68694,46.47571],[11.70713,46.47398],[11.70797,46.49879],[11.74868,46.49805],[11.74868,46.49886],[11.7903,46.49791],[11.79055,46.49926],[11.83204,46.49792],[11.8323,46.49913],[11.87343,46.49792],[11.87385,46.49896],[11.91541,46.49769],[11.917,46.5241],[11.99575,46.52335],[11.99852,46.52416],[12.03957,46.52335],[12.04166,46.54888],[12.03965,46.54905],[12.04091,46.57492],[12.08029,46.57331],[12.08347,46.62379],[12.12377,46.62299],[12.12377,46.62391],[12.16507,46.62281],[12.16356,46.59881],[12.16574,46.5987],[12.1639,46.57365],[12.19104,46.57308],[12.19682,46.57452],[12.19641,46.57797],[12.19884,46.57981],[12.20612,46.57872],[12.20721,46.58022],[12.20855,46.59893],[12.24835,46.59789],[12.24894,46.5987],[12.29032,46.59772],[12.29057,46.5987],[12.33112,46.59772],[12.3493,46.60175],[12.38365,46.60025],[12.38508,46.6052],[12.39672,46.60399],[12.41599,46.60676],[12.4165,46.62373],[12.41516,46.62408],[12.41675,46.64841],[12.42362,46.64904],[12.42479,46.65577],[12.43267,46.66233],[12.43979,46.66653],[12.45814,46.67371],[12.4795,46.67969],[12.47749,46.68515],[12.47531,46.68653],[12.46408,46.69004],[12.45395,46.69377],[12.45026,46.69699],[12.4258,46.71095],[12.40376,46.71181],[12.38994,46.71629],[12.38282,46.72548],[12.38483,46.74736],[12.38202,46.7477],[12.37678,46.74991],[12.37352,46.75023],[12.37381,46.75399],[12.37205,46.7595],[12.36652,46.7696],[12.36673,46.78242],[12.35144,46.78242],[12.33577,46.78492],[12.33004,46.78673],[12.31826,46.78744],[12.29728,46.7998],[12.29694,46.80909],[12.31269,46.8248],[12.31688,46.83375],[12.31772,46.8491],[12.30901,46.86526],[12.308,46.87168],[12.29024,46.875],[12.27315,46.88931],[12.22707,46.89115],[12.20646,46.89962],[12.18132,46.92308],[12.17395,46.94585],[12.15927,46.95133],[12.14563,46.9781],[12.14329,46.99102],[12.14982,47.00427],[12.15803,47.00919],[12.17747,47.0101],[12.2212,47.0334],[12.22992,47.04756],[12.23494,47.06115],[12.245,47.06754],[12.24433,47.0947],[12.18132,47.09629],[12.13307,47.08352],[12.11933,47.08717],[12.00907,47.04973],[11.9578,47.04996],[11.85492,47.0157],[11.82945,46.99948],[11.7956,46.99742],[11.76779,46.98782],[11.76611,46.98462],[11.75136,46.98096],[11.72858,46.9869],[11.72288,46.99833],[11.66959,46.99925],[11.64614,47.00885],[11.64379,47.01844],[11.63139,47.02164],[11.61296,47.0173],[11.59901,47.00657],[11.58879,47.00641],[11.58,47.00277],[11.57663,46.99657],[11.55297,46.99149],[11.53846,46.98519],[11.53381,46.99233],[11.51679,47.00091],[11.51366,47.00595],[11.50313,47.00808],[11.50238,47.01073],[11.47831,47.01201],[11.46859,47.003],[11.46803,46.99582],[11.45134,46.99294],[11.43929,46.97601],[11.40465,46.96609],[11.38324,46.97168],[11.37697,46.98025],[11.35932,46.99154],[11.34516,46.99169],[11.33765,46.98606],[11.3205,46.99345],[11.30709,46.98525],[11.28762,46.98699],[11.27662,46.98168],[11.26272,46.98169],[11.25582,46.97535],[11.24865,46.97517],[11.24139,46.9708],[11.22047,46.97025],[11.20688,46.96403],[11.20418,46.96877],[11.19527,46.97152],[11.18658,46.97062],[11.17598,46.96367],[11.1637,46.96677],[11.16114,46.94979],[11.16642,46.94479],[11.16322,46.94091],[11.13851,46.92865],[11.11418,46.93234],[11.10804,46.92632],[11.10792,46.91706],[11.0946,46.91247],[11.09795,46.89844],[11.09538,46.89178],[11.09961,46.88922],[11.08742,46.87927],[11.06988,46.85348],[11.07303,46.84345],[11.06887,46.83793],[11.0762,46.83384],[11.08171,46.82252],[11.07279,46.82092],[11.05633,46.80928],[11.03792,46.80562],[11.04234,46.801],[11.0346,46.79428],[11.02097,46.76963],[11.01577,46.77422],[10.99475,46.76804],[10.97932,46.77014],[10.97522,46.77361],[10.94388,46.77648],[10.92821,46.77408],[10.91691,46.7756],[10.90527,46.76911],[10.8951,46.77092],[10.88962,46.76529],[10.88294,46.76393],[10.86993,46.7669],[10.86845,46.77313],[10.85458,46.77697],[10.8405,46.78191],[10.81235,46.78133],[10.79225,46.79808],[10.78085,46.79762],[10.77532,46.79189],[10.75086,46.78959],[10.75239,46.81387],[10.76387,46.81971],[10.77599,46.82205],[10.75621,46.83383],[10.72489,46.84899],[10.70612,46.85025],[10.70679,46.86537],[10.684,46.87614],[10.65837,46.87591],[10.64798,46.8719],[10.61095,46.8719],[10.59721,46.8656],[10.58129,46.84922],[10.56369,46.84956],[10.558,46.8522],[10.54375,46.85254],[10.53973,46.85151],[10.53957,46.84945],[10.49885,46.84991],[10.49918,46.85346],[10.49282,46.86068],[10.46735,46.86091],[10.45612,46.85197],[10.45629,46.82446],[10.44741,46.82412],[10.4454,46.81586],[10.42345,46.80164],[10.41976,46.78845],[10.41708,46.75402],[10.41423,46.74954],[10.40635,46.74678],[10.39613,46.73507],[10.39597,46.70658],[10.39027,46.6998],[10.38105,46.69969]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 4.0"},{"id":"South-Tyrol-Orthofoto-2023","name":"South Tyrol Orthofoto 2023","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Orthoimagery/wms?LAYERS=Aerial-2023-RGB&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2023-09-15T00:00:00.000Z","startDate":"2023-09-15T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[10.45167,46.8616],[10.45479,46.85262],[10.43678,46.81051],[10.42176,46.80605],[10.40875,46.7879],[10.43127,46.76356],[10.38673,46.73562],[10.39774,46.71709],[10.36922,46.68638],[10.38723,46.63039],[10.41025,46.62317],[10.44178,46.62936],[10.47331,46.61217],[10.46881,46.58088],[10.45279,46.5506],[10.43728,46.52168],[10.45479,46.49689],[10.49283,46.48483],[10.53937,46.48104],[10.59091,46.46001],[10.61018,46.43932],[10.63245,46.43225],[10.66048,46.4376],[10.687,46.43691],[10.70076,46.44553],[10.73504,46.4588],[10.75131,46.47156],[10.76407,46.46346],[10.79359,46.43156],[10.85265,46.42639],[10.86966,46.42535],[10.88117,46.43277],[10.91996,46.43191],[10.94273,46.44294],[10.94948,46.45363],[10.97801,46.47087],[10.99177,46.46759],[11.01429,46.45381],[11.03506,46.43484],[11.05232,46.43501],[11.0766,46.43001],[11.08936,46.43553],[11.09261,46.44415],[11.0851,46.46794],[11.0776,46.48999],[11.10512,46.48396],[11.12964,46.46949],[11.16292,46.47759],[11.17618,46.48552],[11.1917,46.48931],[11.20421,46.46742],[11.1952,46.45639],[11.19945,46.44174],[11.18744,46.42846],[11.19845,46.40483],[11.17418,46.3615],[11.18519,46.34388],[11.16417,46.31157],[11.14666,46.30086],[11.12389,46.29135],[11.12314,46.28011],[11.13465,46.27198],[11.16192,46.25087],[11.15767,46.23062],[11.17718,46.21574],[11.18945,46.21331],[11.20721,46.20846],[11.23899,46.21574],[11.26201,46.2256],[11.29579,46.2481],[11.31581,46.24862],[11.33658,46.27059],[11.34483,46.26108],[11.35159,46.25745],[11.36861,46.25087],[11.38662,46.25001],[11.40439,46.25347],[11.4144,46.26073],[11.41415,46.2725],[11.40439,46.28408],[11.40013,46.29532],[11.41465,46.30137],[11.41565,46.31313],[11.46619,46.3273],[11.4752,46.33974],[11.49322,46.34976],[11.52574,46.34198],[11.54451,46.33542],[11.55827,46.33335],[11.56528,46.33853],[11.57279,46.34699],[11.57579,46.36841],[11.61107,46.37704],[11.61708,46.39137],[11.63459,46.43018],[11.63985,46.45432],[11.65761,46.46501],[11.66837,46.485],[11.69815,46.49206],[11.72092,46.49844],[11.73818,46.49413],[11.7597,46.49361],[11.79048,46.49999],[11.80875,46.50808],[11.82051,46.49585],[11.83527,46.49706],[11.85554,46.50619],[11.89032,46.50997],[11.91284,46.51893],[11.9286,46.51445],[11.95212,46.51945],[11.96639,46.53305],[11.97815,46.53305],[11.99992,46.52289],[12.01393,46.52582],[12.04746,46.56763],[12.06297,46.57916],[12.06848,46.60719],[12.08349,46.63004],[12.0925,46.64757],[12.13879,46.62506],[12.15681,46.62609],[12.17407,46.61252],[12.17532,46.59481],[12.18758,46.5838],[12.20485,46.5869],[12.22186,46.601],[12.25689,46.61114],[12.27816,46.60805],[12.31019,46.60805],[12.32946,46.61681],[12.36224,46.60908],[12.39977,46.61544],[12.40803,46.63245],[12.44456,46.65856],[12.49411,46.67384],[12.49636,46.6862],[12.4851,46.69822],[12.44656,46.70371],[12.39777,46.72756],[12.3735,46.78104],[12.34491,46.78978],[12.31013,46.79753],[12.30606,46.81479],[12.32345,46.82883],[12.3242,46.84423],[12.30894,46.85792],[12.29818,46.87726],[12.2873,46.89342],[12.24,46.90333],[12.21861,46.89359],[12.2051,46.91453],[12.17782,46.92214],[12.18408,46.93777],[12.17207,46.95981],[12.15505,46.96544],[12.15555,46.98644],[12.14379,47.00402],[12.1513,47.00931],[12.16982,47.00829],[12.21711,47.0175],[12.23212,47.04871],[12.2594,47.06746],[12.23838,47.09097],[12.18599,47.1046],[12.15631,47.0937],[12.13504,47.0937],[12.12152,47.08825],[12.09225,47.09063],[12.06322,47.07308],[12.0352,47.07087],[12.01593,47.06013],[11.97489,47.06081],[11.93111,47.04854],[11.81775,47.00334],[11.77572,47.00248],[11.74444,46.98234],[11.71842,47.003],[11.66712,47.00538],[11.64748,47.01387],[11.63153,47.02505],[11.60456,47.0221],[11.56753,47.00521],[11.54226,46.99992],[11.50598,47.02057],[11.47045,47.02142],[11.42641,46.98251],[11.40038,46.97859],[11.3666,47.00146],[11.33608,47.00069],[11.29704,46.99685],[11.27177,46.99224],[11.23774,46.98217],[11.18794,46.9791],[11.15341,46.97517],[11.14641,46.94546],[11.1354,46.93982],[11.11313,46.94238],[11.09937,46.93777],[11.0821,46.91077],[11.07935,46.88906],[11.05533,46.85553],[11.06083,46.82643],[11.0283,46.81222],[11.01454,46.78533],[10.99778,46.7807],[10.95374,46.78635],[10.88292,46.77882],[10.8599,46.7861],[10.81887,46.79132],[10.78696,46.80867],[10.76351,46.80192],[10.78083,46.82386],[10.76632,46.84184],[10.73604,46.84612],[10.71603,46.85895],[10.70051,46.87674],[10.66898,46.887],[10.64296,46.87828],[10.59079,46.86768],[10.56877,46.85852],[10.55238,46.86237],[10.51322,46.85946],[10.47731,46.87195],[10.45167,46.8616]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 4.0","best":true},{"id":"SPW2009","name":"SPW(allonie) 2009-2010 aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2009_2010/MapServer/WMSServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2010-01-01T00:00:00.000Z","startDate":"2009-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW2012","name":"SPW(allonie) 2012-2013 aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2012_2013/MapServer/WMSServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW2015","name":"SPW(allonie) 2015 aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2015/MapServer/WmsServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW2016","name":"SPW(allonie) 2016 aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2016/MapServer/WmsServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW2018","name":"SPW(allonie) 2018 aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2018/MapServer/WMSServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW2019","name":"SPW(allonie) 2019 aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2019/MapServer/WMSServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW2020","name":"SPW(allonie) 2020 aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2020/MapServer/WMSServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.3202],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW2021","name":"SPW(allonie) 2021 aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2021/MapServer/WMSServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.3202],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW_ORTHO_LAST","name":"SPW(allonie) most recent aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_LAST/MapServer/WmsServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW_PICC","name":"SPW(allonie) PICC numerical imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/TOPOGRAPHIE/PICC_VDIFF/MapServer/WmsServer?LAYERS=1,3,4,5,7,9,10,11,12,13,14,16,17,19,21,22,23,24,26,27,28,29,31&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPWrelief2014","name":"SPW(allonie) shaded relief","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNT_2013_2014_HILLSHADE/MapServer/WMSServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"ssb-sentrum","name":"SSB City Centres overlay","type":"wms","template":"https://ogc.ssb.no/wms.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=layer_193&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.ssb.no/arealsentrum/","terms_text":"© SSB","description":"Downtown areas with significant commercial and service activities.","icon":"https://www.fosterhjemsforening.no/wp-content/uploads/2015/06/SSB_logo1.png","overlay":true},{"id":"ssb-tettsteder","name":"SSB Urban Areas overlay","type":"wms","template":"https://ogc.ssb.no/wms.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=layer_198&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.ssb.no/beftett","terms_text":"© SSB","description":"Human settlements of at least 200 people with less than 200 meters between households","icon":"https://www.fosterhjemsforening.no/wp-content/uploads/2015/06/SSB_logo1.png","overlay":true},{"id":"Bern-Orthofotos","name":"Stadt Bern 10cm (2023)","type":"wms","template":"https://map.bern.ch/arcgis/services/Geoportal/Orthofoto_2023/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[7.29506,46.99148],[7.29506,46.92032],[7.49657,46.92032],[7.49657,46.99148],[7.29506,46.99148]]],"terms_url":"https://map.bern.ch/geoportal/#/produkt/Orthofoto_2023","terms_text":"Geoinformation Stadt Bern","best":true},{"id":"SG-2018-WMS","name":"Stadt St. Gallen","type":"wms","template":"https://map.stadt.sg.ch/cgi-bin/mapserv.exe?map=d:data/wms_op_stadt_sg.map&STYLES=&FORMAT=image/jpeg&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OP_SG&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:4326","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[4,21],"polygon":[[[9.29495,47.4188],[9.29609,47.41273],[9.29669,47.40882],[9.29446,47.40915],[9.29381,47.40907],[9.29134,47.40629],[9.29098,47.40496],[9.29068,47.40378],[9.29113,47.4026],[9.29169,47.40199],[9.29458,47.40053],[9.29482,47.39973],[9.29606,47.39919],[9.29506,47.39819],[9.29456,47.39826],[9.29343,47.39723],[9.29319,47.3965],[9.29351,47.39594],[9.2948,47.39565],[9.29634,47.39584],[9.2978,47.39566],[9.30001,47.39492],[9.30154,47.3946],[9.30295,47.39465],[9.30493,47.39507],[9.30609,47.39523],[9.30724,47.39543],[9.30748,47.39572],[9.30849,47.39594],[9.30911,47.39592],[9.31083,47.39604],[9.31126,47.39626],[9.31671,47.39723],[9.31701,47.39719],[9.31774,47.39678],[9.31821,47.39672],[9.31909,47.39698],[9.31924,47.39742],[9.32098,47.39777],[9.32173,47.39855],[9.32377,47.39916],[9.32475,47.39989],[9.3252,47.39979],[9.326,47.4],[9.32632,47.40032],[9.32748,47.40062],[9.32812,47.4006],[9.32913,47.40077],[9.33005,47.40032],[9.33128,47.40005],[9.33222,47.39896],[9.33293,47.39892],[9.33372,47.39906],[9.33413,47.39932],[9.33516,47.39861],[9.33578,47.39857],[9.3369,47.39873],[9.33754,47.39925],[9.3381,47.3996],[9.33857,47.3995],[9.33969,47.39873],[9.34095,47.39832],[9.34982,47.39815],[9.34997,47.40089],[9.3619,47.40066],[9.362,47.40335],[9.3699,47.40316],[9.37003,47.40596],[9.37756,47.4058],[9.37745,47.40317],[9.38949,47.40295],[9.3893,47.40016],[9.39329,47.40012],[9.39316,47.39746],[9.40153,47.39726],[9.40166,47.4],[9.41359,47.39982],[9.41365,47.40249],[9.42155,47.4024],[9.42172,47.40506],[9.42741,47.40499],[9.42681,47.40687],[9.42824,47.40824],[9.43065,47.40933],[9.4308,47.41046],[9.43058,47.41091],[9.43129,47.41101],[9.43288,47.41226],[9.43391,47.41389],[9.43372,47.41429],[9.43288,47.4146],[9.43264,47.41556],[9.43187,47.41657],[9.43151,47.41778],[9.43391,47.41822],[9.43417,47.41862],[9.43382,47.41928],[9.43475,47.41965],[9.43468,47.42023],[9.43605,47.42054],[9.4353,47.42261],[9.43567,47.42309],[9.43565,47.42399],[9.43597,47.42434],[9.43582,47.42588],[9.43522,47.42709],[9.43399,47.42862],[9.43402,47.42907],[9.43354,47.42981],[9.4346,47.43116],[9.43545,47.43156],[9.43614,47.43363],[9.43582,47.43478],[9.4346,47.43601],[9.43202,47.43648],[9.43202,47.43696],[9.43125,47.43758],[9.43185,47.43816],[9.43075,47.44028],[9.42996,47.44156],[9.43088,47.4433],[9.43213,47.44384],[9.43226,47.44498],[9.43048,47.44733],[9.43039,47.45073],[9.42822,47.45205],[9.42621,47.45245],[9.42588,47.45328],[9.42479,47.45341],[9.4235,47.45272],[9.42151,47.45273],[9.42091,47.45241],[9.41934,47.45304],[9.41771,47.45154],[9.41728,47.45032],[9.41694,47.4501],[9.41561,47.45093],[9.41603,47.45141],[9.41367,47.45256],[9.40973,47.45227],[9.40835,47.45251],[9.40771,47.452],[9.40745,47.45251],[9.40595,47.45334],[9.404,47.45322],[9.40372,47.45272],[9.40161,47.45282],[9.40082,47.45183],[9.39704,47.45225],[9.39599,47.45023],[9.39539,47.44842],[9.3946,47.44825],[9.39376,47.44681],[9.3935,47.44607],[9.394,47.44581],[9.39353,47.44485],[9.39374,47.44436],[9.39376,47.44363],[9.39333,47.44295],[9.39125,47.44365],[9.39097,47.44424],[9.38986,47.44473],[9.39194,47.44584],[9.39095,47.44983],[9.38949,47.45092],[9.3888,47.45105],[9.38464,47.45005],[9.3822,47.44925],[9.38277,47.45142],[9.38134,47.45369],[9.37769,47.45318],[9.37683,47.45257],[9.37561,47.45218],[9.37413,47.4526],[9.3734,47.45218],[9.37363,47.45153],[9.37323,47.45086],[9.37411,47.44957],[9.37557,47.44855],[9.37288,47.44986],[9.37091,47.44997],[9.36876,47.44867],[9.36748,47.44867],[9.36475,47.44771],[9.36456,47.44713],[9.36608,47.44562],[9.36694,47.445],[9.36687,47.44466],[9.36447,47.44508],[9.36318,47.44568],[9.36175,47.44569],[9.36121,47.44513],[9.36164,47.44423],[9.361,47.44379],[9.36016,47.44423],[9.35939,47.4443],[9.35851,47.44417],[9.35784,47.44362],[9.35776,47.44302],[9.35821,47.44193],[9.35737,47.44086],[9.35681,47.43944],[9.35939,47.43717],[9.36057,47.43533],[9.36052,47.43434],[9.36001,47.43392],[9.35921,47.4342],[9.35816,47.43404],[9.35627,47.43298],[9.35537,47.43096],[9.35432,47.43003],[9.35267,47.42916],[9.35138,47.42906],[9.34911,47.42813],[9.3484,47.42723],[9.34492,47.42671],[9.34359,47.42632],[9.34226,47.42491],[9.33932,47.42595],[9.33791,47.42555],[9.33767,47.42457],[9.3345,47.42383],[9.33295,47.42305],[9.3308,47.42092],[9.32868,47.42002],[9.32756,47.42006],[9.32535,47.4188],[9.32347,47.41862],[9.3231,47.41822],[9.3172,47.41707],[9.31495,47.41718],[9.31387,47.41688],[9.31229,47.41591],[9.31042,47.41557],[9.3086,47.41483],[9.30763,47.41549],[9.30664,47.41509],[9.30475,47.41636],[9.30484,47.41656],[9.30716,47.41791],[9.30939,47.42124],[9.3054,47.42254],[9.30293,47.42309],[9.29495,47.4188]]],"terms_url":"https://daten.stadt.sg.ch/","terms_text":"Orthofoto 2018 Stadt St. Gallen","description":"7.5 cm orthophoto from 2018"},{"id":"Uster-2008","name":"Stadt Uster Orthophoto 2008 10cm","type":"tms","template":"https://mapproxy.osm.ch/tiles/uster/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2008-01-01T00:00:00.000Z","startDate":"2008-01-01T00:00:00.000Z","zoomExtent":[6,21],"polygon":[[[8.68,47.32],[8.74,47.32],[8.74,47.365],[8.68,47.365],[8.68,47.32]]],"terms_text":"Stadt Uster Vermessung Orthophoto 2008","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Zuerich-zh_luftbild2011-tms","name":"Stadt Zürich Luftbild 2011","type":"tms","template":"https://mapproxy.osm.ch/tiles/zh_luftbild2011/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[4,21],"polygon":[[[8.44624,47.44143],[8.44381,47.31555],[8.62895,47.31377],[8.63178,47.43968],[8.44624,47.44143]]],"terms_text":"Stadt Zürich Luftbild 2011","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Zuerich-zh_luftbild2013-wms","name":"Stadt Zürich Luftbild 2013","type":"wms","template":"https://www.ogd.stadt-zuerich.ch/wms/geoportal/Orthofoto_2013_Stadt_Zuerich___Fruehling?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=OP_2013_STZH.tif&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[8.44624,47.44143],[8.44381,47.31555],[8.62895,47.31377],[8.63178,47.43968],[8.44624,47.44143]]],"terms_text":"Stadt Zürich Open Government Data"},{"id":"Zuerich-zh_uebersichtsplan-tms","name":"Stadt Zürich Übersichtsplan","type":"tms","template":"https://mapproxy.osm.ch/tiles/zh_uebersichtsplan/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"map","zoomExtent":[3,21],"polygon":[[[8.45788,47.44582],[8.45745,47.43231],[8.42864,47.43259],[8.42713,47.35161],[8.45609,47.35135],[8.45582,47.33787],[8.48478,47.33762],[8.48418,47.31062],[8.54212,47.31013],[8.54236,47.3236],[8.57152,47.32292],[8.57162,47.33679],[8.6295,47.33628],[8.6318,47.41716],[8.60231,47.41746],[8.60266,47.43096],[8.57362,47.43124],[8.57392,47.44477],[8.45788,47.44582]]],"terms_text":"Stadt Zürich Open Government Data","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"gis.stmk.gv.at-surface","name":"Steiermark Surface","type":"wms","template":"https://gis.stmk.gv.at/arcgis/services/OGD/als_schummerung/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Digitales_Oberflaechenmodell_DOM&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","polygon":[[[15.24,46.62],[15.42,46.62],[15.42,46.56],[15.54,46.56],[15.54,46.62],[15.66,46.62],[15.66,46.68],[15.96,46.68],[15.96,46.62],[16.08,46.62],[16.08,46.74],[16.02,46.74],[16.02,46.86],[16.08,46.86],[16.08,46.92],[16.14,46.92],[16.14,46.98],[16.2,46.98],[16.2,47.04],[16.14,47.04],[16.14,47.28],[16.08,47.28],[16.08,47.34],[16.14,47.34],[16.14,47.4],[16.2,47.4],[16.2,47.52],[16.14,47.52],[16.14,47.58],[15.9,47.58],[15.9,47.64],[15.84,47.64],[15.84,47.7],[15.78,47.7],[15.78,47.76],[15.54,47.76],[15.54,47.82],[15.42,47.82],[15.42,47.88],[15.24,47.88],[15.24,47.82],[15.12,47.82],[15.12,47.76],[14.76,47.76],[14.76,47.82],[14.64,47.82],[14.64,47.76],[14.46,47.76],[14.46,47.7],[14.34,47.7],[14.34,47.64],[14.28,47.64],[14.28,47.7],[14.04,47.7],[14.04,47.76],[13.74,47.76],[13.74,47.7],[13.68,47.7],[13.68,47.52],[13.56,47.52],[13.56,47.46],[13.5,47.46],[13.5,47.4],[13.56,47.4],[13.56,47.22],[13.8,47.22],[13.8,47.16],[13.86,47.16],[13.86,47.04],[13.8,47.04],[13.8,46.98],[13.74,46.98],[13.74,46.92],[13.8,46.92],[13.8,46.86],[13.92,46.86],[13.92,46.92],[14.04,46.92],[14.04,46.98],[14.34,46.98],[14.34,46.92],[14.46,46.92],[14.46,46.98],[14.94,46.98],[14.94,46.92],[15,46.92],[15,46.86],[14.94,46.86],[14.94,46.74],[15,46.74],[15,46.62],[15.24,46.62]]],"terms_url":"http://www.gis.steiermark.at/","terms_text":"© GIS-Steiermark","description":"Surface Model by Land Steiermark","icon":"https://upload.wikimedia.org/wikipedia/commons/3/35/Steiermark_Wappen.svg"},{"id":"gis.stmk.gv.at-terrain","name":"Steiermark Terrain","type":"wms","template":"https://gis.stmk.gv.at/arcgis/services/OGD/als_schummerung/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Digitales_Gelaendemodell_DGM_multidirektional&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","polygon":[[[15.24,46.62],[15.42,46.62],[15.42,46.56],[15.54,46.56],[15.54,46.62],[15.66,46.62],[15.66,46.68],[15.96,46.68],[15.96,46.62],[16.08,46.62],[16.08,46.74],[16.02,46.74],[16.02,46.86],[16.08,46.86],[16.08,46.92],[16.14,46.92],[16.14,46.98],[16.2,46.98],[16.2,47.04],[16.14,47.04],[16.14,47.28],[16.08,47.28],[16.08,47.34],[16.14,47.34],[16.14,47.4],[16.2,47.4],[16.2,47.52],[16.14,47.52],[16.14,47.58],[15.9,47.58],[15.9,47.64],[15.84,47.64],[15.84,47.7],[15.78,47.7],[15.78,47.76],[15.54,47.76],[15.54,47.82],[15.42,47.82],[15.42,47.88],[15.24,47.88],[15.24,47.82],[15.12,47.82],[15.12,47.76],[14.76,47.76],[14.76,47.82],[14.64,47.82],[14.64,47.76],[14.46,47.76],[14.46,47.7],[14.34,47.7],[14.34,47.64],[14.28,47.64],[14.28,47.7],[14.04,47.7],[14.04,47.76],[13.74,47.76],[13.74,47.7],[13.68,47.7],[13.68,47.52],[13.56,47.52],[13.56,47.46],[13.5,47.46],[13.5,47.4],[13.56,47.4],[13.56,47.22],[13.8,47.22],[13.8,47.16],[13.86,47.16],[13.86,47.04],[13.8,47.04],[13.8,46.98],[13.74,46.98],[13.74,46.92],[13.8,46.92],[13.8,46.86],[13.92,46.86],[13.92,46.92],[14.04,46.92],[14.04,46.98],[14.34,46.98],[14.34,46.92],[14.46,46.92],[14.46,46.98],[14.94,46.98],[14.94,46.92],[15,46.92],[15,46.86],[14.94,46.86],[14.94,46.74],[15,46.74],[15,46.62],[15.24,46.62]]],"terms_url":"http://www.gis.steiermark.at/","terms_text":"© GIS-Steiermark","description":"Terrain Model by Land Steiermark","icon":"https://upload.wikimedia.org/wikipedia/commons/3/35/Steiermark_Wappen.svg"},{"id":"stockholm-orto","name":"Stockholm Orthophoto","type":"wms","template":"https://openmap.stockholm.se/bios/wms/app/baggis/web/WMS_STHLM_ORTOFOTO_2018?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=p_1003070&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","zoomExtent":[5,21],"polygon":[[[17.8755,59.2625],[17.94411,59.27307],[18.09551,59.22603],[18.19582,59.22786],[18.20297,59.24886],[18.12538,59.30779],[18.1786,59.32566],[18.09876,59.3721],[18.04264,59.37816],[18.00796,59.34334],[17.93655,59.37641],[17.97483,59.40246],[17.90882,59.4417],[17.8854,59.43792],[17.88918,59.41382],[17.84077,59.38568],[17.81708,59.40054],[17.77725,59.39984],[17.75622,59.3916],[17.79899,59.36204],[17.94993,59.31121],[17.85622,59.28412],[17.8755,59.2625]]],"terms_url":"https://dataportalen.stockholm.se/dataportalen/","terms_text":"© Stockholm municipality, CC0","best":true,"description":"Orthophotos from the municipality of Stockholm 2018, CC0 license","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/Stockholm_vapen_bra.svg/196px-Stockholm_vapen_bra.svg.png"},{"id":"StratMap20_NC_6in_Balmorhea_Davis_Mountians","name":"StratMap Balmorhea & Davis Mountain State Parks Imagery (2020)","type":"wms","template":"https://imagery.tnris.org/server/rest/services/StratMap/StratMap20_NC_6in_Balmorhea_Davis_Mountians/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-05T00:00:00.000Z","startDate":"2020-01-05T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-103.90483,30.62587],[-103.90526,30.64197],[-103.97058,30.64153],[-103.96955,30.57697],[-103.87359,30.57778],[-103.87436,30.61058],[-103.88912,30.61014],[-103.88989,30.62617],[-103.90483,30.62587]],[[-103.86063,30.92049],[-103.74853,30.92137],[-103.74922,30.952],[-103.73308,30.95244],[-103.7336,30.9676],[-103.71746,30.96834],[-103.7178,31.0013],[-103.76741,31.00086],[-103.76673,30.98526],[-103.78269,30.98497],[-103.78218,30.96996],[-103.79831,30.96981],[-103.79814,30.95465],[-103.8608,30.95421],[-103.86063,30.92049]]],"terms_url":"https://tnris.org/stratmap/","terms_text":"Strategic Mapping Program (StratMap). Balmorhea & Davis Mountain State Parks Imagery/Lidar","description":"StratMap lidar & orthoimagery project covers the Balmorhea & Davis Mountain State Parks and their surrounding areas in the state of Texas","icon":"https://cdn.tnris.org/images/tnris_logo.svg"},{"id":"Stratmap20_NCCIR_CapArea_McLennan","name":"StratMap CapArea & McLennan Imagery (Natural Color 2020)","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap20_NCCIR_CapArea_McLennan/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-29T00:00:00.000Z","startDate":"2020-01-29T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-98.96971,30.92287],[-98.96982,30.48359],[-98.59474,30.48352],[-98.595,30.12434],[-98.57895,30.12427],[-98.57912,30.09308],[-98.56324,30.09279],[-98.56359,30.07726],[-98.54779,30.07734],[-98.54796,30.06167],[-98.532,30.06144],[-98.53243,30.04606],[-98.51629,30.04584],[-98.51655,30.03068],[-98.50067,30.03024],[-98.50119,30.01478],[-98.48548,30.01485],[-98.48565,29.99925],[-98.46977,29.99902],[-98.4696,29.96825],[-98.45398,29.96795],[-98.45398,29.95233],[-98.43836,29.95211],[-98.43862,29.93656],[-98.38978,29.93634],[-98.38935,29.95226],[-98.37399,29.95218],[-98.37381,29.96802],[-98.35845,29.96787],[-98.35836,29.98356],[-98.32729,29.98349],[-98.32704,29.99917],[-98.3115,29.99902],[-98.31124,30.01478],[-98.26653,30.01471],[-98.26653,29.9991],[-98.2509,29.99902],[-98.2509,29.98356],[-98.23537,29.98341],[-98.23537,29.9678],[-98.20404,29.96802],[-98.20404,29.95211],[-98.18851,29.95233],[-98.18868,29.93679],[-98.15735,29.93686],[-98.15718,29.92109],[-98.14138,29.92094],[-98.14173,29.90517],[-98.12593,29.90517],[-98.12593,29.88984],[-98.09478,29.88947],[-98.09504,29.87429],[-98.0789,29.87414],[-98.07881,29.85866],[-98.04757,29.85851],[-98.048,29.84303],[-98.03204,29.8428],[-98.03247,29.79619],[-98.01667,29.79596],[-98.0165,29.74918],[-97.98363,29.7491],[-97.98328,29.76497],[-97.96783,29.76482],[-97.96749,29.78069],[-97.95221,29.78054],[-97.95221,29.79596],[-97.92106,29.79604],[-97.92089,29.81168],[-97.90561,29.8116],[-97.90501,29.82732],[-97.87411,29.82717],[-97.87402,29.84303],[-97.86046,29.84295],[-97.86072,29.82754],[-97.84493,29.82754],[-97.8451,29.81354],[-97.86072,29.81369],[-97.86106,29.79641],[-97.84475,29.79581],[-97.8451,29.76482],[-97.81334,29.76482],[-97.81351,29.74947],[-97.79806,29.74918],[-97.79806,29.73338],[-97.7821,29.73353],[-97.78223,29.70233],[-97.7509,29.70226],[-97.7512,29.68679],[-97.73532,29.68656],[-97.73558,29.67113],[-97.7197,29.67086],[-97.71987,29.65554],[-97.68833,29.65539],[-97.68858,29.63987],[-97.64168,29.63972],[-97.64159,29.62428],[-97.57722,29.62406],[-97.577,29.63984],[-97.54593,29.63957],[-97.54568,29.65543],[-97.51469,29.65524],[-97.51443,29.67109],[-97.48341,29.6709],[-97.48323,29.68671],[-97.45221,29.68652],[-97.45195,29.70229],[-97.42092,29.70207],[-97.42071,29.71795],[-97.40534,29.71772],[-97.40509,29.73345],[-97.3741,29.73327],[-97.3738,29.74918],[-97.34286,29.74884],[-97.3426,29.76479],[-97.29784,29.76471],[-97.29797,29.74921],[-97.28226,29.74895],[-97.28248,29.7336],[-97.26655,29.73345],[-97.26677,29.71795],[-97.23523,29.7178],[-97.23561,29.70226],[-97.21982,29.70211],[-97.21999,29.68679],[-97.20411,29.68652],[-97.20428,29.67101],[-97.17274,29.67094],[-97.1727,29.6555],[-97.15725,29.65524],[-97.15725,29.62406],[-96.85856,29.62391],[-96.8583,29.63987],[-96.84294,29.63972],[-96.84277,29.65584],[-96.82714,29.65539],[-96.8268,29.67127],[-96.81161,29.67105],[-96.81127,29.68679],[-96.7959,29.68656],[-96.79573,29.70237],[-96.78037,29.70207],[-96.7802,29.71832],[-96.76457,29.7178],[-96.76457,29.73353],[-96.74904,29.73338],[-96.7487,29.74947],[-96.73342,29.74903],[-96.73299,29.76497],[-96.71788,29.76475],[-96.71754,29.78047],[-96.70209,29.7801],[-96.70183,29.79604],[-96.68664,29.79567],[-96.68612,29.81183],[-96.6711,29.81153],[-96.67068,29.82739],[-96.65523,29.82717],[-96.65514,29.85836],[-96.63978,29.85814],[-96.63926,29.87399],[-96.62398,29.87377],[-96.62381,29.88999],[-96.60836,29.88962],[-96.60828,29.90554],[-96.59291,29.90532],[-96.59248,29.92117],[-96.57729,29.9208],[-96.57686,29.93686],[-96.56158,29.93649],[-96.56098,29.98527],[-96.57721,29.98564],[-96.57669,30.01642],[-96.59248,30.01664],[-96.59266,30.03202],[-96.60853,30.03247],[-96.60793,30.07875],[-96.6239,30.07942],[-96.62347,30.12598],[-96.63952,30.1262],[-96.63926,30.157],[-96.67093,30.1576],[-96.67093,30.17288],[-96.71977,30.17288],[-96.71968,30.15715],[-96.7644,30.15752],[-96.76414,30.17095],[-96.74912,30.17066],[-96.74852,30.18661],[-96.73325,30.18631],[-96.73256,30.23364],[-96.6711,30.23312],[-96.6705,30.265],[-96.65548,30.26433],[-96.6548,30.28034],[-96.62407,30.28005],[-96.62355,30.29776],[-96.6396,30.29806],[-96.63926,30.3131],[-96.67076,30.31369],[-96.67033,30.32895],[-96.73333,30.3291],[-96.73299,30.34466],[-96.74878,30.34495],[-96.74852,30.36029],[-96.76466,30.36066],[-96.76397,30.39131],[-96.78028,30.3919],[-96.77968,30.40715],[-96.81178,30.40797],[-96.81101,30.42299],[-96.82723,30.42329],[-96.82654,30.43802],[-96.85847,30.43891],[-96.85796,30.46939],[-96.88972,30.47028],[-96.88929,30.53203],[-96.90525,30.53247],[-96.90491,30.54763],[-96.93658,30.54785],[-96.93632,30.56322],[-96.98507,30.56389],[-96.98559,30.54763],[-97.0164,30.54807],[-97.01692,30.5321],[-97.04773,30.5324],[-97.04842,30.51658],[-97.07906,30.51695],[-97.07957,30.50097],[-97.1103,30.50119],[-97.11073,30.48544],[-97.14146,30.48559],[-97.14189,30.46954],[-97.15502,30.46969],[-97.15467,30.50083],[-97.17107,30.50105],[-97.17081,30.5477],[-97.18652,30.54814],[-97.18609,30.57874],[-97.20214,30.57918],[-97.2018,30.62587],[-97.21776,30.6261],[-97.21742,30.65689],[-97.23355,30.65718],[-97.23295,30.70406],[-97.24917,30.7045],[-97.24849,30.73527],[-97.26454,30.73549],[-97.26419,30.75106],[-97.29578,30.7515],[-97.29561,30.7664],[-97.34273,30.76714],[-97.34256,30.78203],[-97.38951,30.78255],[-97.38925,30.79774],[-97.42092,30.79796],[-97.42049,30.81329],[-97.4677,30.81396],[-97.46736,30.82907],[-97.49877,30.82943],[-97.49886,30.84439],[-97.54589,30.84506],[-97.54546,30.85987],[-97.59267,30.86068],[-97.59233,30.87527],[-97.6397,30.87637],[-97.63936,30.89103],[-97.71781,30.89191],[-97.71747,30.90686],[-97.79592,30.9076],[-97.79549,30.92262],[-97.82733,30.92284],[-97.82664,30.93816],[-97.84287,30.93853],[-97.84209,30.96944],[-97.8584,30.96973],[-97.85823,30.98519],[-97.87385,30.98548],[-97.87368,31.01631],[-97.88973,31.0166],[-97.88956,31.03212],[-97.90526,31.03242],[-97.90483,31.04786],[-98.25056,31.04793],[-98.2509,31.0322],[-98.45398,31.0322],[-98.45432,31.0166],[-98.46977,31.0166],[-98.46977,30.98394],[-98.45415,30.9835],[-98.45415,30.9386],[-98.75061,30.9383],[-98.75078,30.9227],[-98.96971,30.92287]],[[-97.34779,31.21691],[-96.7717,31.51826],[-97.04138,31.89243],[-97.62795,31.58439],[-97.34779,31.21691]]],"terms_url":"https://tnris.org/stratmap/","terms_text":"Strategic Mapping Program (StratMap). CapArea & McLennan Imagery","description":"2020 natural color orthoimagery for the capital area and McLennan County of the State of Texas","icon":"https://cdn.tnris.org/images/tnris_logo.svg"},{"id":"StratMap21_NCCIR_CapArea_Brazos_Kerr","name":"StratMap CapArea, Brazos & Kerr Imagery (Natural Color 2021)","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap21_NCCIR_CapArea_Brazos_Kerr/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-17T00:00:00.000Z","startDate":"2021-01-17T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-99.03033,29.9054],[-98.98338,29.90532],[-98.98355,29.95404],[-99.03042,29.95397],[-99.03068,30.00088],[-99.04604,30.00081],[-99.04578,30.04614],[-99.03033,30.04606],[-99.03033,30.11001],[-99.06166,30.11038],[-99.06175,30.12583],[-99.12397,30.1259],[-99.12406,30.14142],[-99.17298,30.14134],[-99.17273,30.12605],[-99.20397,30.12568],[-99.20397,30.11024],[-99.23512,30.11024],[-99.2353,30.09449],[-99.31151,30.09464],[-99.31169,30.11024],[-99.34447,30.11016],[-99.34464,30.09479],[-99.37408,30.09472],[-99.37408,30.11016],[-99.45416,30.11001],[-99.45425,30.07897],[-99.54781,30.07897],[-99.54755,30.01471],[-99.48343,30.01485],[-99.4836,30.03031],[-99.40713,30.03039],[-99.40713,29.98378],[-99.37606,29.98364],[-99.37597,29.96787],[-99.3116,29.96802],[-99.31151,29.98341],[-99.29589,29.98341],[-99.29581,30.01471],[-99.26465,30.01471],[-99.26474,30.04614],[-99.23512,30.04621],[-99.23538,30.03054],[-99.20397,30.03076],[-99.20397,29.99925],[-99.18826,29.99932],[-99.18843,29.9678],[-99.17281,29.96787],[-99.17273,29.93679],[-99.14174,29.93694],[-99.14191,29.92109],[-99.07908,29.92109],[-99.07917,29.90532],[-99.06338,29.90547],[-99.06346,29.88977],[-99.03025,29.88992],[-99.03033,29.9054]],[[-98.75078,30.9227],[-98.96971,30.92287],[-98.96982,30.48359],[-98.59474,30.48352],[-98.595,30.12434],[-98.57895,30.12427],[-98.57912,30.09308],[-98.56324,30.09279],[-98.56359,30.07726],[-98.54779,30.07734],[-98.54796,30.06167],[-98.532,30.06144],[-98.53243,30.04606],[-98.51629,30.04584],[-98.51655,30.03068],[-98.50067,30.03024],[-98.50119,30.01478],[-98.48548,30.01485],[-98.48565,29.99925],[-98.46977,29.99902],[-98.4696,29.96825],[-98.45398,29.96795],[-98.45398,29.95233],[-98.43836,29.95211],[-98.43862,29.93656],[-98.38978,29.93634],[-98.38935,29.95226],[-98.37399,29.95218],[-98.37381,29.96802],[-98.35845,29.96787],[-98.35836,29.98356],[-98.32729,29.98349],[-98.32704,29.99917],[-98.3115,29.99902],[-98.31124,30.01478],[-98.26653,30.01471],[-98.26653,29.9991],[-98.2509,29.99902],[-98.2509,29.98356],[-98.23537,29.98341],[-98.23537,29.9678],[-98.20404,29.96802],[-98.20404,29.95211],[-98.18851,29.95233],[-98.18868,29.93679],[-98.15735,29.93686],[-98.15718,29.92109],[-98.14138,29.92094],[-98.14173,29.90517],[-98.12593,29.90517],[-98.12593,29.88984],[-98.09478,29.88947],[-98.09504,29.87429],[-98.0789,29.87414],[-98.07881,29.85866],[-98.04757,29.85851],[-98.048,29.84303],[-98.03204,29.8428],[-98.03247,29.79619],[-98.01667,29.79596],[-98.0165,29.74918],[-97.98363,29.7491],[-97.98328,29.76497],[-97.96783,29.76482],[-97.96749,29.78069],[-97.95221,29.78054],[-97.95221,29.79596],[-97.92106,29.79604],[-97.92089,29.81168],[-97.90561,29.8116],[-97.90501,29.82732],[-97.87411,29.82717],[-97.87402,29.84303],[-97.86046,29.84295],[-97.86072,29.82754],[-97.84493,29.82754],[-97.8451,29.81354],[-97.86072,29.81369],[-97.86106,29.79641],[-97.84475,29.79581],[-97.8451,29.76482],[-97.81334,29.76482],[-97.81351,29.74947],[-97.79806,29.74918],[-97.79806,29.73338],[-97.7821,29.73353],[-97.78223,29.70233],[-97.7509,29.70226],[-97.7512,29.68679],[-97.73532,29.68656],[-97.73558,29.67113],[-97.7197,29.67086],[-97.71987,29.65554],[-97.68833,29.65539],[-97.68858,29.63987],[-97.64168,29.63972],[-97.64159,29.62428],[-97.57722,29.62406],[-97.577,29.63984],[-97.54593,29.63957],[-97.54568,29.65543],[-97.51469,29.65524],[-97.51443,29.67109],[-97.48341,29.6709],[-97.48323,29.68671],[-97.45221,29.68652],[-97.45195,29.70229],[-97.42092,29.70207],[-97.42071,29.71795],[-97.40534,29.71772],[-97.40509,29.73345],[-97.3741,29.73327],[-97.3738,29.74918],[-97.34286,29.74884],[-97.3426,29.76479],[-97.29784,29.76471],[-97.29797,29.74921],[-97.28226,29.74895],[-97.28248,29.7336],[-97.26655,29.73345],[-97.26677,29.71795],[-97.23523,29.7178],[-97.23561,29.70226],[-97.21982,29.70211],[-97.21999,29.68679],[-97.20411,29.68652],[-97.20428,29.67101],[-97.17274,29.67094],[-97.1727,29.6555],[-97.15725,29.65524],[-97.15725,29.62406],[-96.85856,29.62391],[-96.8583,29.63987],[-96.84294,29.63972],[-96.84277,29.65584],[-96.82714,29.65539],[-96.8268,29.67127],[-96.81161,29.67105],[-96.81127,29.68679],[-96.7959,29.68656],[-96.79573,29.70237],[-96.78037,29.70207],[-96.7802,29.71832],[-96.76457,29.7178],[-96.76457,29.73353],[-96.74904,29.73338],[-96.7487,29.74947],[-96.73342,29.74903],[-96.73299,29.76497],[-96.71788,29.76475],[-96.71754,29.78047],[-96.70209,29.7801],[-96.70183,29.79604],[-96.68664,29.79567],[-96.68612,29.81183],[-96.6711,29.81153],[-96.67068,29.82739],[-96.65523,29.82717],[-96.65514,29.85836],[-96.63978,29.85814],[-96.63926,29.87399],[-96.62398,29.87377],[-96.62381,29.88999],[-96.60836,29.88962],[-96.60828,29.90554],[-96.59291,29.90532],[-96.59248,29.92117],[-96.57729,29.9208],[-96.57686,29.93686],[-96.56158,29.93649],[-96.56098,29.98527],[-96.57721,29.98564],[-96.57669,30.01642],[-96.59248,30.01664],[-96.59266,30.03202],[-96.60853,30.03247],[-96.60793,30.07875],[-96.6239,30.07942],[-96.62347,30.12598],[-96.63952,30.1262],[-96.63926,30.157],[-96.67093,30.1576],[-96.67093,30.17288],[-96.71977,30.17288],[-96.71968,30.15715],[-96.7644,30.15752],[-96.76414,30.17095],[-96.74912,30.17066],[-96.74852,30.18661],[-96.73325,30.18631],[-96.73256,30.23364],[-96.6711,30.23312],[-96.6705,30.265],[-96.65548,30.26433],[-96.6548,30.28034],[-96.62407,30.28005],[-96.62355,30.29776],[-96.6396,30.29806],[-96.63926,30.3131],[-96.67076,30.31369],[-96.67033,30.32895],[-96.73333,30.3291],[-96.73299,30.34466],[-96.74878,30.34495],[-96.74852,30.36029],[-96.76466,30.36066],[-96.76397,30.39131],[-96.78028,30.3919],[-96.77968,30.40715],[-96.81178,30.40797],[-96.81101,30.42299],[-96.82723,30.42329],[-96.82654,30.43802],[-96.85847,30.43891],[-96.85796,30.46939],[-96.88972,30.47028],[-96.88929,30.53203],[-96.90525,30.53247],[-96.90491,30.54763],[-96.93658,30.54785],[-96.93632,30.56322],[-96.98507,30.56389],[-96.98559,30.54763],[-97.0164,30.54807],[-97.01692,30.5321],[-97.04773,30.5324],[-97.04842,30.51658],[-97.07906,30.51695],[-97.07957,30.50097],[-97.1103,30.50119],[-97.11073,30.48544],[-97.14146,30.48559],[-97.14189,30.46954],[-97.15502,30.46969],[-97.15467,30.50083],[-97.17107,30.50105],[-97.17081,30.5477],[-97.18652,30.54814],[-97.18609,30.57874],[-97.20214,30.57918],[-97.2018,30.62587],[-97.21776,30.6261],[-97.21742,30.65689],[-97.23355,30.65718],[-97.23295,30.70406],[-97.24917,30.7045],[-97.24849,30.73527],[-97.26454,30.73549],[-97.26419,30.75106],[-97.29578,30.7515],[-97.29561,30.7664],[-97.34273,30.76714],[-97.34256,30.78203],[-97.38951,30.78255],[-97.38925,30.79774],[-97.42092,30.79796],[-97.42049,30.81329],[-97.4677,30.81396],[-97.46736,30.82907],[-97.49877,30.82943],[-97.49886,30.84439],[-97.54589,30.84506],[-97.54546,30.85987],[-97.59267,30.86068],[-97.59233,30.87527],[-97.6397,30.87637],[-97.63936,30.89103],[-97.71781,30.89191],[-97.71747,30.90686],[-97.79592,30.9076],[-97.79549,30.92262],[-97.82733,30.92284],[-97.82664,30.93816],[-97.84287,30.93853],[-97.84209,30.96944],[-97.8584,30.96973],[-97.85823,30.98519],[-97.87385,30.98548],[-97.87368,31.01631],[-97.88973,31.0166],[-97.88956,31.03212],[-97.90526,31.03242],[-97.90483,31.04786],[-98.25056,31.04793],[-98.2509,31.0322],[-98.45398,31.0322],[-98.45432,31.0166],[-98.46977,31.0166],[-98.46977,30.98394],[-98.45415,30.9835],[-98.45415,30.9386],[-98.75061,30.9383],[-98.75078,30.9227]],[[-96.17088,30.61103],[-96.17054,30.62403],[-96.15509,30.62373],[-96.15445,30.84458],[-96.17045,30.84513],[-96.17011,30.87571],[-96.1865,30.8763],[-96.18582,30.95384],[-96.21775,30.95457],[-96.21749,30.96959],[-96.23328,30.96996],[-96.23294,30.98497],[-96.2665,30.98563],[-96.26727,30.96951],[-96.31336,30.97018],[-96.31413,30.95376],[-96.34435,30.95428],[-96.34521,30.9383],[-96.36023,30.93838],[-96.36091,30.90701],[-96.37404,30.90723],[-96.3737,30.92255],[-96.40735,30.92299],[-96.40778,30.90723],[-96.42271,30.90738],[-96.42331,30.89147],[-96.45378,30.89177],[-96.45447,30.84454],[-96.46966,30.84476],[-96.47035,30.79781],[-96.48537,30.79803],[-96.48588,30.78211],[-96.50073,30.78255],[-96.50142,30.7664],[-96.51644,30.76691],[-96.51704,30.75084],[-96.5633,30.75143],[-96.5639,30.73542],[-96.59446,30.73557],[-96.59506,30.71963],[-96.61025,30.72],[-96.61059,30.70236],[-96.59446,30.70199],[-96.59506,30.65733],[-96.61016,30.65755],[-96.61094,30.62587],[-96.6257,30.6261],[-96.6263,30.61044],[-96.64141,30.61081],[-96.64201,30.59448],[-96.67239,30.59507],[-96.67308,30.57904],[-96.68784,30.57918],[-96.68879,30.548],[-96.70389,30.54822],[-96.70449,30.53048],[-96.65514,30.53003],[-96.65454,30.54593],[-96.6239,30.5457],[-96.62347,30.56152],[-96.56347,30.5613],[-96.56382,30.51473],[-96.54802,30.51428],[-96.54828,30.49942],[-96.51661,30.49875],[-96.51712,30.46798],[-96.5009,30.46732],[-96.50116,30.45215],[-96.48528,30.45171],[-96.48588,30.43676],[-96.46966,30.43624],[-96.47017,30.42107],[-96.37404,30.42055],[-96.37344,30.46776],[-96.34478,30.46717],[-96.34538,30.45245],[-96.32907,30.45193],[-96.32958,30.43683],[-96.298,30.43639],[-96.29834,30.42285],[-96.3131,30.42299],[-96.31396,30.37458],[-96.29766,30.37413],[-96.29851,30.35843],[-96.28229,30.35792],[-96.28255,30.34295],[-96.26478,30.34236],[-96.26418,30.35843],[-96.17269,30.35814],[-96.17346,30.3274],[-96.12419,30.32673],[-96.12333,30.34451],[-96.13964,30.34518],[-96.13921,30.37428],[-96.10831,30.37369],[-96.10788,30.38968],[-96.09295,30.38917],[-96.09192,30.4053],[-96.07724,30.40516],[-96.07664,30.45385],[-96.10831,30.45467],[-96.10771,30.46969],[-96.12402,30.46998],[-96.12329,30.51469],[-96.07728,30.51417],[-96.07638,30.53044],[-96.06166,30.53],[-96.06093,30.54593],[-96.04609,30.54556],[-96.04548,30.56167],[-96.01467,30.56137],[-96.01416,30.67291],[-96.0787,30.67335],[-96.07904,30.65741],[-96.11012,30.65755],[-96.1108,30.61014],[-96.17088,30.61103]]],"terms_url":"https://tnris.org/stratmap/","terms_text":"Strategic Mapping Program (StratMap). CapArea, Brazos & Kerr Imagery","best":true,"description":"2021 natural color orthoimagery for the capital area, Brazos County and Kerr County of the State of Texas","icon":"https://cdn.tnris.org/images/tnris_logo.svg"},{"id":"Stuttgart-latest","name":"Stuttgart Luftbild Stadtmessungsamt","type":"wms","template":"https://gis5.stuttgart.de/arcgis/services/1_Base/WMS_Luftbilder_aktuell/MapServer/WmsServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","polygon":[[[9.0262,48.88138],[9.02622,48.87241],[8.97171,48.87242],[8.97171,48.86342],[8.95806,48.86342],[8.95812,48.82745],[8.99898,48.82745],[8.99897,48.81847],[9.02621,48.81845],[9.02617,48.74653],[8.99899,48.74652],[8.99899,48.73753],[8.93101,48.73751],[8.93104,48.71053],[8.91744,48.71054],[8.91747,48.70154],[8.90388,48.70153],[8.90391,48.68353],[8.91751,48.68355],[8.91751,48.66557],[8.9717,48.66558],[8.97184,48.64761],[9.02612,48.64761],[9.02612,48.65662],[9.08042,48.65657],[9.08044,48.66555],[9.13473,48.66552],[9.1347,48.65652],[9.14826,48.6565],[9.1482,48.62953],[9.18889,48.62947],[9.18887,48.62048],[9.24313,48.62038],[9.24321,48.63835],[9.27034,48.63831],[9.27043,48.65626],[9.32473,48.65614],[9.32503,48.7011],[9.42012,48.70079],[9.42079,48.78173],[9.36639,48.78192],[9.36656,48.8089],[9.38021,48.80884],[9.38045,48.84481],[9.36683,48.84483],[9.36702,48.87183],[9.35337,48.87188],[9.35372,48.91683],[9.31278,48.91696],[9.31283,48.92595],[9.25825,48.92608],[9.2583,48.93509],[9.19009,48.93518],[9.19002,48.92621],[9.10813,48.92635],[9.10812,48.89934],[9.0944,48.89936],[9.09436,48.88137],[9.0262,48.88138]]],"best":true,"icon":"https://www.stuttgart.de/favicon-32x32.png"},{"id":"Suan_Juan_WA_2019","name":"Suan Juan County Aerials (2019)","type":"wms","template":"https://gis.sanjuancountywa.gov/arcgis/rest/services/Basemaps/Aerials_2019_WM/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[-123.02167,48.44667],[-122.94666,48.44781],[-122.90151,48.41307],[-122.80263,48.40771],[-122.79199,48.4428],[-122.80881,48.47866],[-122.73912,48.49572],[-122.78547,48.62161],[-122.73088,48.63613],[-122.7556,48.71208],[-122.95747,48.71593],[-122.97086,48.69577],[-122.9997,48.6978],[-123.00348,48.73427],[-123.0433,48.7431],[-123.07626,48.70528],[-123.08485,48.66335],[-123.12845,48.6638],[-123.22698,48.70302],[-123.24655,48.68353],[-123.17445,48.64702],[-123.21514,48.60107],[-123.21393,48.57336],[-123.1808,48.56575],[-123.16621,48.52006],[-123.10235,48.47684],[-123.02167,48.44667]],[[-122.98339,48.78214],[-122.93498,48.76653],[-122.91181,48.73858],[-122.80229,48.73982],[-122.81946,48.75499],[-122.9343,48.79572],[-122.98374,48.79436],[-122.98339,48.78214]]],"terms_url":"https://sjcgis.maps.arcgis.com/home/index.html","terms_text":"San Juan County GIS","description":"2019 aerial imagery for San Juan County, Washington","icon":"https://www.sanjuancountywa.gov/ImageRepository/Document?documentID=21774"},{"id":"Suan_Juan_WA_2022","name":"Suan Juan County Aerials (2022)","type":"wms","template":"https://gis.sanjuancountywa.gov/arcgis/rest/services/Basemaps/Aerials_2022/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[-123.02167,48.44667],[-122.94666,48.44781],[-122.90151,48.41307],[-122.80263,48.40771],[-122.79199,48.4428],[-122.80881,48.47866],[-122.73912,48.49572],[-122.78547,48.62161],[-122.73088,48.63613],[-122.7556,48.71208],[-122.95747,48.71593],[-122.97086,48.69577],[-122.9997,48.6978],[-123.00348,48.73427],[-123.0433,48.7431],[-123.07626,48.70528],[-123.08485,48.66335],[-123.12845,48.6638],[-123.22698,48.70302],[-123.24655,48.68353],[-123.17445,48.64702],[-123.21514,48.60107],[-123.21393,48.57336],[-123.1808,48.56575],[-123.16621,48.52006],[-123.10235,48.47684],[-123.02167,48.44667]],[[-122.98339,48.78214],[-122.93498,48.76653],[-122.91181,48.73858],[-122.80229,48.73982],[-122.81946,48.75499],[-122.9343,48.79572],[-122.98374,48.79436],[-122.98339,48.78214]]],"terms_url":"https://sjcgis.maps.arcgis.com/home/index.html","terms_text":"San Juan County GIS","description":"2022 aerial imagery for San Juan County, Washington","icon":"https://www.sanjuancountywa.gov/ImageRepository/Document?documentID=21774"},{"id":"Suan_Juan_WA_2023","name":"Suan Juan County Aerials (2023)","type":"wms","template":"https://gis.sanjuancountywa.gov/arcgis/rest/services/Basemaps/Aerials_2022/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[-123.02167,48.44667],[-122.94666,48.44781],[-122.90151,48.41307],[-122.80263,48.40771],[-122.79199,48.4428],[-122.80881,48.47866],[-122.73912,48.49572],[-122.78547,48.62161],[-122.73088,48.63613],[-122.7556,48.71208],[-122.95747,48.71593],[-122.97086,48.69577],[-122.9997,48.6978],[-123.00348,48.73427],[-123.0433,48.7431],[-123.07626,48.70528],[-123.08485,48.66335],[-123.12845,48.6638],[-123.22698,48.70302],[-123.24655,48.68353],[-123.17445,48.64702],[-123.21514,48.60107],[-123.21393,48.57336],[-123.1808,48.56575],[-123.16621,48.52006],[-123.10235,48.47684],[-123.02167,48.44667]],[[-122.98339,48.78214],[-122.93498,48.76653],[-122.91181,48.73858],[-122.80229,48.73982],[-122.81946,48.75499],[-122.9343,48.79572],[-122.98374,48.79436],[-122.98339,48.78214]]],"terms_url":"https://sjcgis.maps.arcgis.com/home/index.html","terms_text":"San Juan County GIS","best":true,"description":"2023 aerial imagery for San Juan County, Washington","icon":"https://www.sanjuancountywa.gov/ImageRepository/Document?documentID=21774"},{"id":"Suan_Juan_WA_Basemap","name":"Suan Juan County Basemap","type":"wms","template":"https://gis.sanjuancountywa.gov/arcgis/rest/services/Basemaps/General_Basemap/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"map","projection":"EPSG:3857","zoomExtent":[9,22],"polygon":[[[-123.02167,48.44667],[-122.94666,48.44781],[-122.90151,48.41307],[-122.80263,48.40771],[-122.79199,48.4428],[-122.80881,48.47866],[-122.73912,48.49572],[-122.78547,48.62161],[-122.73088,48.63613],[-122.7556,48.71208],[-122.95747,48.71593],[-122.97086,48.69577],[-122.9997,48.6978],[-123.00348,48.73427],[-123.0433,48.7431],[-123.07626,48.70528],[-123.08485,48.66335],[-123.12845,48.6638],[-123.22698,48.70302],[-123.24655,48.68353],[-123.17445,48.64702],[-123.21514,48.60107],[-123.21393,48.57336],[-123.1808,48.56575],[-123.16621,48.52006],[-123.10235,48.47684],[-123.02167,48.44667]],[[-122.98339,48.78214],[-122.93498,48.76653],[-122.91181,48.73858],[-122.80229,48.73982],[-122.81946,48.75499],[-122.9343,48.79572],[-122.98374,48.79436],[-122.98339,48.78214]]],"terms_url":"https://sjcgis.maps.arcgis.com/home/index.html","terms_text":"San Juan County GIS","icon":"https://www.sanjuancountywa.gov/ImageRepository/Document?documentID=21774"},{"id":"Surrey-Air_Survey","name":"Surrey Air Survey","type":"tms","template":"https://{switch:a,b,c}.surrey.aerial.openstreetmap.org.uk/layer/gb_surrey_aerial/{zoom}/{x}/{y}.png","category":"photo","endDate":"2009-01-01T00:00:00.000Z","startDate":"2007-01-01T00:00:00.000Z","zoomExtent":[8,21],"polygon":[[[-0.75248,51.08219],[-0.72966,51.07449],[-0.6998,51.07083],[-0.68365,51.07075],[-0.65828,51.07434],[-0.6578,51.07922],[-0.60997,51.08067],[-0.61046,51.07655],[-0.53023,51.07899],[-0.52974,51.08654],[-0.48713,51.08723],[-0.48568,51.09516],[-0.4281,51.09472],[-0.3869,51.10625],[-0.38638,51.11176],[-0.35891,51.11133],[-0.3596,51.10196],[-0.32235,51.10584],[-0.32218,51.11198],[-0.29935,51.1137],[-0.25008,51.12114],[-0.24733,51.11834],[-0.22879,51.11834],[-0.15721,51.129],[-0.1567,51.13525],[-0.0446,51.13364],[0.02046,51.13654],[0.05771,51.14171],[0.06234,51.15421],[0.06114,51.17907],[0.05582,51.19446],[0.04947,51.19973],[0.04483,51.19898],[0.04071,51.21091],[0.04621,51.21263],[0.06406,51.24155],[0.06166,51.25778],[0.05239,51.28774],[0.04552,51.30545],[0.03316,51.30867],[0.02406,51.30727],[0.02029,51.29944],[0.01393,51.29944],[0.01188,51.3282],[0.00192,51.33763],[-0.03308,51.34309],[-0.05284,51.33463],[-0.05198,51.32637],[-0.06417,51.32648],[-0.0652,51.32154],[-0.08786,51.32208],[-0.08872,51.30996],[-0.10743,51.29665],[-0.14966,51.30577],[-0.15429,51.33388],[-0.19086,51.35029],[-0.21077,51.34986],[-0.21231,51.36283],[-0.24115,51.3848],[-0.26553,51.38372],[-0.27875,51.37719],[-0.2851,51.36808],[-0.29231,51.36733],[-0.29557,51.35415],[-0.31119,51.35297],[-0.30948,51.36969],[-0.30192,51.37547],[-0.30398,51.39904],[-0.3275,51.40375],[-0.34913,51.41382],[-0.38054,51.41617],[-0.38071,51.42624],[-0.40149,51.42795],[-0.41127,51.43801],[-0.44183,51.43694],[-0.44148,51.44186],[-0.44869,51.44293],[-0.45264,51.46069],[-0.49006,51.46828],[-0.5086,51.46957],[-0.50912,51.47448],[-0.53092,51.47609],[-0.54053,51.46989],[-0.54396,51.45459],[-0.5371,51.45267],[-0.53727,51.44486],[-0.54774,51.447],[-0.56268,51.45235],[-0.57624,51.4532],[-0.58671,51.44454],[-0.60025,51.44591],[-0.61314,51.42956],[-0.62344,51.39776],[-0.62911,51.39701],[-0.63014,51.39058],[-0.65314,51.39176],[-0.68078,51.39015],[-0.67958,51.3848],[-0.71923,51.37697],[-0.73743,51.37205],[-0.78154,51.33881],[-0.78206,51.32702],[-0.76644,51.3121],[-0.7515,51.30695],[-0.74307,51.28472],[-0.74464,51.23338],[-0.75408,51.23392],[-0.75442,51.23811],[-0.77365,51.24596],[-0.8121,51.24692],[-0.82669,51.24037],[-0.84952,51.2179],[-0.85227,51.20962],[-0.85295,51.20113],[-0.83577,51.18024],[-0.83989,51.14407],[-0.80143,51.14579],[-0.75952,51.08563],[-0.75248,51.08219]]]},{"id":"susono_shizuoka_jp_orthophoto","name":"Susono city orthophoto","type":"tms","template":"http://tile.senmon.jpn.com/1.0.0/susono/{zoom}/{x}/{-y}.png","category":"photo","zoomExtent":[12,19],"polygon":[[[138.85747,35.2833],[138.85746,35.27794],[138.83993,35.27796],[138.83992,35.27254],[138.83109,35.27255],[138.83108,35.26719],[138.81337,35.26721],[138.81338,35.27262],[138.80462,35.27263],[138.80466,35.29425],[138.79592,35.29426],[138.79593,35.29974],[138.77833,35.29976],[138.77837,35.32135],[138.76959,35.32136],[138.7696,35.32679],[138.76081,35.3268],[138.76082,35.33224],[138.74343,35.33226],[138.74341,35.32154],[138.75209,35.32153],[138.75203,35.28905],[138.7608,35.28904],[138.76077,35.27281],[138.76955,35.2728],[138.76952,35.25661],[138.77822,35.2566],[138.77821,35.25117],[138.78708,35.25116],[138.78703,35.22413],[138.80451,35.22411],[138.8045,35.21861],[138.81333,35.2186],[138.81332,35.21323],[138.82205,35.21322],[138.82204,35.20776],[138.83084,35.20775],[138.83083,35.20233],[138.84839,35.2023],[138.84837,35.19688],[138.85712,35.19687],[138.8571,35.18605],[138.86589,35.18604],[138.86587,35.17521],[138.87463,35.1752],[138.87462,35.16976],[138.88334,35.16975],[138.88333,35.1643],[138.8921,35.16429],[138.89207,35.14805],[138.90949,35.14803],[138.9095,35.15343],[138.91839,35.15342],[138.91841,35.16421],[138.92719,35.1642],[138.9272,35.16951],[138.96231,35.16946],[138.96232,35.17485],[138.97993,35.17483],[138.97994,35.18017],[138.99751,35.18015],[138.99752,35.18553],[139.00634,35.18552],[139.00636,35.19624],[138.99761,35.19625],[138.99762,35.20168],[138.98895,35.20169],[138.98901,35.23415],[138.98028,35.23416],[138.98029,35.23961],[138.97161,35.23962],[138.9716,35.23426],[138.94522,35.23429],[138.94521,35.22895],[138.92761,35.22897],[138.9276,35.22362],[138.91868,35.22363],[138.91869,35.22903],[138.90993,35.22904],[138.90994,35.23449],[138.9012,35.2345],[138.90124,35.25615],[138.89248,35.25616],[138.89249,35.26158],[138.88375,35.26159],[138.88379,35.28327],[138.85747,35.2833]]],"terms_url":"https://www.geospatial.jp/ckan/dataset/susono-photo-202006","terms_text":"Susono city orthophoto","description":"The aerial photos released by Susono City as open data."},{"id":"svk-electricity-network","name":"SVK - Electricity Network","type":"wms","template":"https://inspire-skn.metria.se/geoserver/skn/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=US.ElectricityNetwork.Lines,US.ElectricityNetwork.Pylons,US.ElectricityNetwork.StationAreas,US.ElectricityNetwork.Stations&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.svk.se/","terms_text":"© Svenska kraftnät","description":"Swedish transmission network for electricity.","icon":"https://www.svk.se/static/img/favicon/favicon-32x32.png","overlay":true},{"id":"swisstopo_swissalti3d","name":"swisstopo SWISSALTI3D","type":"tms","template":"https://wmts.geo.admin.ch/1.0.0/ch.swisstopo.swissalti3d-reliefschattierung/default/current/3857/{zoom}/{x}/{y}.png","category":"elevation","endDate":"2019-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[5.95012,46.13048],[5.9669,46.12535],[5.9931,46.13924],[6.0358,46.12984],[6.05582,46.14677],[6.13828,46.13728],[6.18998,46.16083],[6.1935,46.17716],[6.22839,46.19771],[6.29968,46.22229],[6.31605,46.24192],[6.31527,46.2586],[6.29373,46.26902],[6.26889,46.25319],[6.24481,46.27746],[6.25922,46.28922],[6.25462,46.30418],[6.22817,46.31395],[6.25816,46.3575],[6.33795,46.3995],[6.42909,46.412],[6.52094,46.45185],[6.68091,46.44985],[6.81276,46.42411],[6.79581,46.39041],[6.79943,46.38037],[6.76588,46.36335],[6.76564,46.34971],[6.79576,46.31688],[6.85814,46.28152],[6.84857,46.25632],[6.81635,46.23529],[6.79728,46.20575],[6.80522,46.18309],[6.78553,46.16425],[6.7902,46.13778],[6.81289,46.12504],[6.89056,46.12031],[6.87601,46.09643],[6.88274,46.07615],[6.8661,46.04894],[6.89265,46.0383],[6.92715,46.06028],[6.94619,46.0462],[6.98,46.00175],[7.004,45.995],[7.01462,45.97958],[7.00272,45.96702],[7.03035,45.95217],[7.03781,45.92139],[7.057,45.90878],[7.09711,45.85577],[7.12068,45.85521],[7.15564,45.87436],[7.17257,45.85884],[7.19969,45.85636],[7.22215,45.88506],[7.25987,45.88419],[7.29504,45.91546],[7.32302,45.90576],[7.34317,45.90961],[7.38777,45.89276],[7.44795,45.92684],[7.47824,45.93207],[7.48155,45.94843],[7.50149,45.95533],[7.5461,45.95313],[7.55248,45.98191],[7.57329,45.9828],[7.58756,45.96609],[7.66032,45.97164],[7.67694,45.95351],[7.7024,45.94583],[7.70173,45.93254],[7.71862,45.91948],[7.7385,45.92015],[7.75288,45.93512],[7.79697,45.91299],[7.82169,45.92213],[7.86529,45.91233],[7.88297,45.92541],[7.87544,45.93813],[7.88622,45.9708],[7.91245,45.992],[7.98981,45.99146],[8.01827,46.01008],[8.02098,46.03071],[8.04181,46.04344],[8.0292,46.07063],[8.0403,46.09568],[8.11235,46.10816],[8.12232,46.12787],[8.14768,46.13295],[8.16145,46.14614],[8.15623,46.16106],[8.17145,46.18402],[8.14447,46.22843],[8.11883,46.24138],[8.11416,46.25304],[8.09174,46.25773],[8.09284,46.26378],[8.14051,46.29746],[8.16228,46.29143],[8.20207,46.29839],[8.21784,46.3073],[8.23129,46.33186],[8.2675,46.3428],[8.26955,46.3608],[8.28628,46.35935],[8.31773,46.37406],[8.32207,46.39998],[8.30096,46.40914],[8.30912,46.41964],[8.32852,46.42175],[8.36944,46.44769],[8.44458,46.45895],[8.45779,46.44204],[8.4504,46.42361],[8.46114,46.4112],[8.45434,46.38678],[8.46237,46.36267],[8.45747,46.33453],[8.42133,46.299],[8.4477,46.26581],[8.43865,46.24698],[8.45945,46.24039],[8.46694,46.22845],[8.52619,46.21549],[8.56886,46.16128],[8.59174,46.15164],[8.58642,46.14185],[8.60762,46.11825],[8.6442,46.1188],[8.65554,46.10845],[8.71378,46.09274],[8.74045,46.11533],[8.75754,46.09742],[8.78184,46.08975],[8.80782,46.09521],[8.84678,46.07131],[8.84143,46.05424],[8.82366,46.04952],[8.82139,46.0344],[8.7878,46.01068],[8.78015,45.98701],[8.8287,45.98284],[8.86398,45.95728],[8.89022,45.95354],[8.88703,45.93019],[8.91843,45.90303],[8.93071,45.86606],[8.90803,45.84345],[8.90716,45.8276],[8.94969,45.83853],[8.96901,45.82791],[8.98544,45.83215],[8.98986,45.81845],[9.01905,45.81362],[9.03985,45.82056],[9.05684,45.86373],[9.0954,45.90115],[9.06295,45.9249],[9.02733,45.93317],[9.01986,45.96237],[9.00048,45.96965],[9.03491,45.99365],[9.01579,46.03551],[9.02362,46.04763],[9.08143,46.06076],[9.09604,46.08749],[9.07991,46.11618],[9.12508,46.13106],[9.16565,46.16659],[9.18739,46.16665],[9.22866,46.22597],[9.25443,46.23209],[9.25882,46.26494],[9.29023,46.2945],[9.289,46.30883],[9.3058,46.32697],[9.30225,46.35734],[9.28344,46.3697],[9.28654,46.4153],[9.25466,46.43445],[9.25412,46.44392],[9.28397,46.45964],[9.28746,46.49271],[9.36281,46.50281],[9.36556,46.48715],[9.3849,46.47011],[9.41165,46.46243],[9.42981,46.47395],[9.43727,46.49285],[9.45555,46.50043],[9.45511,46.48912],[9.4426,46.48403],[9.45854,46.4695],[9.44795,46.42109],[9.46001,46.39702],[9.4551,46.3743],[9.49209,46.36074],[9.51273,46.32502],[9.54617,46.29851],[9.63354,46.28171],[9.67579,46.29509],[9.71223,46.28775],[9.73092,46.30886],[9.72666,46.3248],[9.73901,46.34544],[9.77755,46.33035],[9.83674,46.35624],[9.87095,46.35828],[9.90553,46.375],[9.9242,46.36154],[9.94926,46.37359],[9.98825,46.34725],[9.97348,46.32274],[9.99116,46.31017],[9.99007,46.283],[10.04906,46.26287],[10.05321,46.25047],[10.03846,46.22718],[10.0694,46.21272],[10.09134,46.22349],[10.1349,46.22075],[10.18301,46.25841],[10.15987,46.29508],[10.12255,46.31688],[10.11182,46.33698],[10.1155,46.34841],[10.13526,46.35941],[10.13452,46.37583],[10.16739,46.38498],[10.17317,46.40822],[10.14633,46.43219],[10.12815,46.4362],[10.08658,46.42628],[10.06614,46.43108],[10.06197,46.44305],[10.04779,46.44639],[10.0609,46.46399],[10.04958,46.48032],[10.06044,46.52203],[10.05066,46.5387],[10.07289,46.54741],[10.08899,46.57165],[10.10621,46.58034],[10.10624,46.60474],[10.12959,46.60082],[10.18803,46.62062],[10.21759,46.61272],[10.23432,46.62839],[10.24995,46.61047],[10.23562,46.59296],[10.24063,46.57253],[10.28256,46.56635],[10.29308,46.54598],[10.32532,46.54616],[10.33765,46.53824],[10.35677,46.55097],[10.3955,46.53955],[10.41582,46.54639],[10.45304,46.52619],[10.47678,46.54012],[10.49829,46.61674],[10.44754,46.64565],[10.40815,46.63985],[10.39157,46.68349],[10.42225,46.70761],[10.42481,46.72086],[10.4114,46.73293],[10.44867,46.75206],[10.4482,46.77235],[10.43329,46.78869],[10.45603,46.80154],[10.47298,46.83515],[10.47307,46.88505],[10.49222,46.91364],[10.49584,46.93845],[10.45833,46.95693],[10.43125,46.96068],[10.43124,46.97886],[10.40302,47.00028],[10.3825,47.00423],[10.34069,46.99166],[10.32182,46.95663],[10.30154,46.94875],[10.30925,46.93022],[10.2353,46.93403],[10.21924,46.89659],[10.2247,46.87087],[10.19226,46.87083],[10.17552,46.8584],[10.10839,46.84623],[10.09085,46.86504],[10.05765,46.86645],[10.05756,46.87906],[10.02063,46.90568],[9.99313,46.90702],[9.97944,46.92025],[9.93956,46.91762],[9.88667,46.93799],[9.87907,46.96301],[9.8988,46.99107],[9.89445,47.00301],[9.8786,47.01032],[9.88678,47.01625],[9.88126,47.02439],[9.85873,47.02765],[9.83663,47.01847],[9.78775,47.04255],[9.72093,47.04838],[9.6824,47.06658],[9.6213,47.05775],[9.619,47.0737],[9.64002,47.08265],[9.64074,47.10227],[9.63014,47.11186],[9.64105,47.12984],[9.62693,47.15403],[9.61055,47.15237],[9.60127,47.16616],[9.57995,47.17558],[9.59121,47.20661],[9.5623,47.22792],[9.57216,47.24545],[9.53931,47.27056],[9.59374,47.31499],[9.61022,47.34847],[9.62617,47.36062],[9.66712,47.36792],[9.6807,47.39034],[9.65853,47.40782],[9.65099,47.43453],[9.66509,47.45395],[9.62565,47.46141],[9.61111,47.47482],[9.59938,47.46717],[9.56828,47.49774],[9.56379,47.5448],[9.49895,47.55556],[9.39725,47.62448],[9.25743,47.66317],[9.17322,47.66001],[9.15322,47.67182],[9.13974,47.66892],[9.09601,47.68375],[9.02305,47.69134],[8.93811,47.66033],[8.89603,47.65264],[8.85957,47.68491],[8.88102,47.69302],[8.8787,47.70608],[8.8219,47.72286],[8.80905,47.74248],[8.76356,47.7201],[8.76412,47.70405],[8.79183,47.69954],[8.78707,47.68101],[8.73356,47.69739],[8.74281,47.71732],[8.71949,47.7332],[8.7481,47.74828],[8.73118,47.76594],[8.71253,47.76977],[8.69489,47.76304],[8.68697,47.78866],[8.6575,47.80492],[8.64109,47.79689],[8.64198,47.77242],[8.63162,47.76476],[8.62273,47.80186],[8.56584,47.8127],[8.55553,47.79147],[8.56921,47.78401],[8.55152,47.78903],[8.51787,47.77813],[8.48673,47.77743],[8.46771,47.76667],[8.44365,47.74006],[8.44791,47.7277],[8.39905,47.70047],[8.41258,47.68489],[8.39933,47.67266],[8.40794,47.66288],[8.45711,47.64828],[8.47221,47.63399],[8.50414,47.64265],[8.53498,47.6418],[8.5554,47.66484],[8.57843,47.65705],[8.60035,47.66568],[8.62226,47.65029],[8.60533,47.65691],[8.5905,47.64577],[8.5985,47.61447],[8.57812,47.60128],[8.57137,47.60265],[8.58086,47.61338],[8.56241,47.62776],[8.51249,47.63774],[8.50152,47.62155],[8.47587,47.6191],[8.45051,47.60397],[8.45444,47.5866],[8.46887,47.57945],[8.46247,47.57654],[8.43144,47.57109],[8.39775,47.58168],[8.38077,47.5712],[8.33152,47.57526],[8.30333,47.59169],[8.29592,47.61273],[8.25853,47.61981],[8.22945,47.61254],[8.20519,47.62554],[8.16154,47.59805],[8.14687,47.60006],[8.13095,47.58795],[8.10579,47.58613],[8.08768,47.56208],[8.06619,47.56892],[8.02093,47.5549],[7.95913,47.5626],[7.9436,47.54851],[7.91678,47.5539],[7.91666,47.57328],[7.89515,47.59141],[7.84218,47.58664],[7.82222,47.59245],[7.79134,47.56098],[7.69263,47.5369],[7.6725,47.53927],[7.65028,47.55568],[7.69128,47.56295],[7.69623,47.57211],[7.68118,47.5875],[7.69823,47.60413],[7.67086,47.59642],[7.64357,47.60123],[7.6185,47.58201],[7.58715,47.59421],[7.5781,47.58112],[7.56339,47.58165],[7.55161,47.56835],[7.49387,47.54282],[7.49164,47.5189],[7.50287,47.49965],[7.48513,47.48653],[7.42777,47.49981],[7.41497,47.47825],[7.44472,47.47005],[7.41133,47.44661],[7.38524,47.43701],[7.33956,47.44567],[7.30134,47.44309],[7.25178,47.42833],[7.23161,47.44403],[7.20071,47.43976],[7.17958,47.44669],[7.19312,47.4807],[7.20943,47.49033],[7.20318,47.49852],[7.16344,47.49448],[7.1279,47.50838],[7.0783,47.49382],[7.02101,47.50895],[6.97881,47.49806],[6.99225,47.45381],[6.96811,47.45136],[6.95973,47.43949],[6.93531,47.43628],[6.93336,47.41025],[6.90806,47.40737],[6.90577,47.38856],[6.87732,47.37429],[6.87286,47.35153],[6.97532,47.35568],[7.01511,47.36719],[7.04346,47.35862],[7.04346,47.34663],[7.05321,47.34302],[7.04673,47.33361],[7.0051,47.32755],[7.0094,47.31461],[6.99432,47.30061],[6.93576,47.28941],[6.94647,47.24458],[6.83572,47.17406],[6.84482,47.15989],[6.80074,47.13403],[6.73624,47.11303],[6.73778,47.09487],[6.69857,47.08563],[6.68496,47.06715],[6.70654,47.05094],[6.69426,47.04203],[6.65467,47.03061],[6.63511,47.00558],[6.61564,46.99609],[6.59171,46.9962],[6.50706,46.97147],[6.49282,46.9779],[6.42715,46.93109],[6.45796,46.8896],[6.45364,46.8528],[6.42452,46.8128],[6.42925,46.79908],[6.45031,46.78735],[6.44531,46.77694],[6.42639,46.76043],[6.39152,46.75219],[6.38401,46.73766],[6.34703,46.71854],[6.27816,46.69432],[6.10453,46.57829],[6.14737,46.54527],[6.06656,46.46673],[6.07968,46.44342],[6.05742,46.41575],[6.09261,46.40539],[6.16249,46.36731],[6.13254,46.34125],[6.1137,46.29918],[6.09612,46.28609],[6.11409,46.24976],[6.10145,46.24379],[6.08999,46.25142],[6.06045,46.24983],[6.04481,46.23761],[6.03073,46.24257],[5.96804,46.21629],[5.95789,46.19505],[5.98733,46.18245],[5.95012,46.13048]]],"terms_text":"Federal Office of Topography swisstopo","description":"Die Reliefschattierung ist ein Derivat aus dem digitalen Höhenmodell swissALTI3D. Es erlaubt die Visualisierung des Reliefs der Schweiz und des Fürstentums Liechtenstein. Die Reliefschattierung ist ein digitales Schummerungsbild bei einem oder mehreren berechneten Lichteinfällen. Für die Darstellung der vorliegenden Reliefschattierung aus swissALTI3D wurden sechs verschiedene Sonnenstände kombiniert. Der mittlere Sonnenstand befindet sich im Nordwesten.","icon":"https://upload.wikimedia.org/wikipedia/commons/b/b4/Coat_of_Arms_of_Switzerland_%28Pantone%29.svg"},{"id":"swisstopo_swissimage","name":"swisstopo SWISSIMAGE","type":"wms","template":"https://wms.geo.admin.ch?LAYERS=ch.swisstopo.swissimage&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","polygon":[[[5.95012,46.13048],[5.9669,46.12535],[5.9931,46.13924],[6.0358,46.12984],[6.05582,46.14677],[6.13828,46.13728],[6.18998,46.16083],[6.1935,46.17716],[6.22839,46.19771],[6.29968,46.22229],[6.31605,46.24192],[6.31527,46.2586],[6.29373,46.26902],[6.26889,46.25319],[6.24481,46.27746],[6.25922,46.28922],[6.25462,46.30418],[6.22817,46.31395],[6.25816,46.3575],[6.33795,46.3995],[6.42909,46.412],[6.52094,46.45185],[6.68091,46.44985],[6.81276,46.42411],[6.79581,46.39041],[6.79943,46.38037],[6.76588,46.36335],[6.76564,46.34971],[6.79576,46.31688],[6.85814,46.28152],[6.84857,46.25632],[6.81635,46.23529],[6.79728,46.20575],[6.80522,46.18309],[6.78553,46.16425],[6.7902,46.13778],[6.81289,46.12504],[6.89056,46.12031],[6.87601,46.09643],[6.88274,46.07615],[6.8661,46.04894],[6.89265,46.0383],[6.92715,46.06028],[6.94619,46.0462],[6.98,46.00175],[7.004,45.995],[7.01462,45.97958],[7.00272,45.96702],[7.03035,45.95217],[7.03781,45.92139],[7.057,45.90878],[7.09711,45.85577],[7.12068,45.85521],[7.15564,45.87436],[7.17257,45.85884],[7.19969,45.85636],[7.22215,45.88506],[7.25987,45.88419],[7.29504,45.91546],[7.32302,45.90576],[7.34317,45.90961],[7.38777,45.89276],[7.44795,45.92684],[7.47824,45.93207],[7.48155,45.94843],[7.50149,45.95533],[7.5461,45.95313],[7.55248,45.98191],[7.57329,45.9828],[7.58756,45.96609],[7.66032,45.97164],[7.67694,45.95351],[7.7024,45.94583],[7.70173,45.93254],[7.71862,45.91948],[7.7385,45.92015],[7.75288,45.93512],[7.79697,45.91299],[7.82169,45.92213],[7.86529,45.91233],[7.88297,45.92541],[7.87544,45.93813],[7.88622,45.9708],[7.91245,45.992],[7.98981,45.99146],[8.01827,46.01008],[8.02098,46.03071],[8.04181,46.04344],[8.0292,46.07063],[8.0403,46.09568],[8.11235,46.10816],[8.12232,46.12787],[8.14768,46.13295],[8.16145,46.14614],[8.15623,46.16106],[8.17145,46.18402],[8.14447,46.22843],[8.11883,46.24138],[8.11416,46.25304],[8.09174,46.25773],[8.09284,46.26378],[8.14051,46.29746],[8.16228,46.29143],[8.20207,46.29839],[8.21784,46.3073],[8.23129,46.33186],[8.2675,46.3428],[8.26955,46.3608],[8.28628,46.35935],[8.31773,46.37406],[8.32207,46.39998],[8.30096,46.40914],[8.30912,46.41964],[8.32852,46.42175],[8.36944,46.44769],[8.44458,46.45895],[8.45779,46.44204],[8.4504,46.42361],[8.46114,46.4112],[8.45434,46.38678],[8.46237,46.36267],[8.45747,46.33453],[8.42133,46.299],[8.4477,46.26581],[8.43865,46.24698],[8.45945,46.24039],[8.46694,46.22845],[8.52619,46.21549],[8.56886,46.16128],[8.59174,46.15164],[8.58642,46.14185],[8.60762,46.11825],[8.6442,46.1188],[8.65554,46.10845],[8.71378,46.09274],[8.74045,46.11533],[8.75754,46.09742],[8.78184,46.08975],[8.80782,46.09521],[8.84678,46.07131],[8.84143,46.05424],[8.82366,46.04952],[8.82139,46.0344],[8.7878,46.01068],[8.78015,45.98701],[8.8287,45.98284],[8.86398,45.95728],[8.89022,45.95354],[8.88703,45.93019],[8.91843,45.90303],[8.93071,45.86606],[8.90803,45.84345],[8.90716,45.8276],[8.94969,45.83853],[8.96901,45.82791],[8.98544,45.83215],[8.98986,45.81845],[9.01905,45.81362],[9.03985,45.82056],[9.05684,45.86373],[9.0954,45.90115],[9.06295,45.9249],[9.02733,45.93317],[9.01986,45.96237],[9.00048,45.96965],[9.03491,45.99365],[9.01579,46.03551],[9.02362,46.04763],[9.08143,46.06076],[9.09604,46.08749],[9.07991,46.11618],[9.12508,46.13106],[9.16565,46.16659],[9.18739,46.16665],[9.22866,46.22597],[9.25443,46.23209],[9.25882,46.26494],[9.29023,46.2945],[9.289,46.30883],[9.3058,46.32697],[9.30225,46.35734],[9.28344,46.3697],[9.28654,46.4153],[9.25466,46.43445],[9.25412,46.44392],[9.28397,46.45964],[9.28746,46.49271],[9.36281,46.50281],[9.36556,46.48715],[9.3849,46.47011],[9.41165,46.46243],[9.42981,46.47395],[9.43727,46.49285],[9.45555,46.50043],[9.45511,46.48912],[9.4426,46.48403],[9.45854,46.4695],[9.44795,46.42109],[9.46001,46.39702],[9.4551,46.3743],[9.49209,46.36074],[9.51273,46.32502],[9.54617,46.29851],[9.63354,46.28171],[9.67579,46.29509],[9.71223,46.28775],[9.73092,46.30886],[9.72666,46.3248],[9.73901,46.34544],[9.77755,46.33035],[9.83674,46.35624],[9.87095,46.35828],[9.90553,46.375],[9.9242,46.36154],[9.94926,46.37359],[9.98825,46.34725],[9.97348,46.32274],[9.99116,46.31017],[9.99007,46.283],[10.04906,46.26287],[10.05321,46.25047],[10.03846,46.22718],[10.0694,46.21272],[10.09134,46.22349],[10.1349,46.22075],[10.18301,46.25841],[10.15987,46.29508],[10.12255,46.31688],[10.11182,46.33698],[10.1155,46.34841],[10.13526,46.35941],[10.13452,46.37583],[10.16739,46.38498],[10.17317,46.40822],[10.14633,46.43219],[10.12815,46.4362],[10.08658,46.42628],[10.06614,46.43108],[10.06197,46.44305],[10.04779,46.44639],[10.0609,46.46399],[10.04958,46.48032],[10.06044,46.52203],[10.05066,46.5387],[10.07289,46.54741],[10.08899,46.57165],[10.10621,46.58034],[10.10624,46.60474],[10.12959,46.60082],[10.18803,46.62062],[10.21759,46.61272],[10.23432,46.62839],[10.24995,46.61047],[10.23562,46.59296],[10.24063,46.57253],[10.28256,46.56635],[10.29308,46.54598],[10.32532,46.54616],[10.33765,46.53824],[10.35677,46.55097],[10.3955,46.53955],[10.41582,46.54639],[10.45304,46.52619],[10.47678,46.54012],[10.49829,46.61674],[10.44754,46.64565],[10.40815,46.63985],[10.39157,46.68349],[10.42225,46.70761],[10.42481,46.72086],[10.4114,46.73293],[10.44867,46.75206],[10.4482,46.77235],[10.43329,46.78869],[10.45603,46.80154],[10.47298,46.83515],[10.47307,46.88505],[10.49222,46.91364],[10.49584,46.93845],[10.45833,46.95693],[10.43125,46.96068],[10.43124,46.97886],[10.40302,47.00028],[10.3825,47.00423],[10.34069,46.99166],[10.32182,46.95663],[10.30154,46.94875],[10.30925,46.93022],[10.2353,46.93403],[10.21924,46.89659],[10.2247,46.87087],[10.19226,46.87083],[10.17552,46.8584],[10.10839,46.84623],[10.09085,46.86504],[10.05765,46.86645],[10.05756,46.87906],[10.02063,46.90568],[9.99313,46.90702],[9.97944,46.92025],[9.93956,46.91762],[9.88667,46.93799],[9.87907,46.96301],[9.8988,46.99107],[9.89445,47.00301],[9.8786,47.01032],[9.88678,47.01625],[9.88126,47.02439],[9.85873,47.02765],[9.83663,47.01847],[9.78775,47.04255],[9.72093,47.04838],[9.6824,47.06658],[9.6213,47.05775],[9.619,47.0737],[9.64002,47.08265],[9.64074,47.10227],[9.63014,47.11186],[9.64105,47.12984],[9.62693,47.15403],[9.61055,47.15237],[9.60127,47.16616],[9.57995,47.17558],[9.59121,47.20661],[9.5623,47.22792],[9.57216,47.24545],[9.53931,47.27056],[9.59374,47.31499],[9.61022,47.34847],[9.62617,47.36062],[9.66712,47.36792],[9.6807,47.39034],[9.65853,47.40782],[9.65099,47.43453],[9.66509,47.45395],[9.62565,47.46141],[9.61111,47.47482],[9.59938,47.46717],[9.56828,47.49774],[9.56379,47.5448],[9.49895,47.55556],[9.39725,47.62448],[9.25743,47.66317],[9.17322,47.66001],[9.15322,47.67182],[9.13974,47.66892],[9.09601,47.68375],[9.02305,47.69134],[8.93811,47.66033],[8.89603,47.65264],[8.85957,47.68491],[8.88102,47.69302],[8.8787,47.70608],[8.8219,47.72286],[8.80905,47.74248],[8.76356,47.7201],[8.76412,47.70405],[8.79183,47.69954],[8.78707,47.68101],[8.73356,47.69739],[8.74281,47.71732],[8.71949,47.7332],[8.7481,47.74828],[8.73118,47.76594],[8.71253,47.76977],[8.69489,47.76304],[8.68697,47.78866],[8.6575,47.80492],[8.64109,47.79689],[8.64198,47.77242],[8.63162,47.76476],[8.62273,47.80186],[8.56584,47.8127],[8.55553,47.79147],[8.56921,47.78401],[8.55152,47.78903],[8.51787,47.77813],[8.48673,47.77743],[8.46771,47.76667],[8.44365,47.74006],[8.44791,47.7277],[8.39905,47.70047],[8.41258,47.68489],[8.39933,47.67266],[8.40794,47.66288],[8.45711,47.64828],[8.47221,47.63399],[8.50414,47.64265],[8.53498,47.6418],[8.5554,47.66484],[8.57843,47.65705],[8.60035,47.66568],[8.62226,47.65029],[8.60533,47.65691],[8.5905,47.64577],[8.5985,47.61447],[8.57812,47.60128],[8.57137,47.60265],[8.58086,47.61338],[8.56241,47.62776],[8.51249,47.63774],[8.50152,47.62155],[8.47587,47.6191],[8.45051,47.60397],[8.45444,47.5866],[8.46887,47.57945],[8.46247,47.57654],[8.43144,47.57109],[8.39775,47.58168],[8.38077,47.5712],[8.33152,47.57526],[8.30333,47.59169],[8.29592,47.61273],[8.25853,47.61981],[8.22945,47.61254],[8.20519,47.62554],[8.16154,47.59805],[8.14687,47.60006],[8.13095,47.58795],[8.10579,47.58613],[8.08768,47.56208],[8.06619,47.56892],[8.02093,47.5549],[7.95913,47.5626],[7.9436,47.54851],[7.91678,47.5539],[7.91666,47.57328],[7.89515,47.59141],[7.84218,47.58664],[7.82222,47.59245],[7.79134,47.56098],[7.69263,47.5369],[7.6725,47.53927],[7.65028,47.55568],[7.69128,47.56295],[7.69623,47.57211],[7.68118,47.5875],[7.69823,47.60413],[7.67086,47.59642],[7.64357,47.60123],[7.6185,47.58201],[7.58715,47.59421],[7.5781,47.58112],[7.56339,47.58165],[7.55161,47.56835],[7.49387,47.54282],[7.49164,47.5189],[7.50287,47.49965],[7.48513,47.48653],[7.42777,47.49981],[7.41497,47.47825],[7.44472,47.47005],[7.41133,47.44661],[7.38524,47.43701],[7.33956,47.44567],[7.30134,47.44309],[7.25178,47.42833],[7.23161,47.44403],[7.20071,47.43976],[7.17958,47.44669],[7.19312,47.4807],[7.20943,47.49033],[7.20318,47.49852],[7.16344,47.49448],[7.1279,47.50838],[7.0783,47.49382],[7.02101,47.50895],[6.97881,47.49806],[6.99225,47.45381],[6.96811,47.45136],[6.95973,47.43949],[6.93531,47.43628],[6.93336,47.41025],[6.90806,47.40737],[6.90577,47.38856],[6.87732,47.37429],[6.87286,47.35153],[6.97532,47.35568],[7.01511,47.36719],[7.04346,47.35862],[7.04346,47.34663],[7.05321,47.34302],[7.04673,47.33361],[7.0051,47.32755],[7.0094,47.31461],[6.99432,47.30061],[6.93576,47.28941],[6.94647,47.24458],[6.83572,47.17406],[6.84482,47.15989],[6.80074,47.13403],[6.73624,47.11303],[6.73778,47.09487],[6.69857,47.08563],[6.68496,47.06715],[6.70654,47.05094],[6.69426,47.04203],[6.65467,47.03061],[6.63511,47.00558],[6.61564,46.99609],[6.59171,46.9962],[6.50706,46.97147],[6.49282,46.9779],[6.42715,46.93109],[6.45796,46.8896],[6.45364,46.8528],[6.42452,46.8128],[6.42925,46.79908],[6.45031,46.78735],[6.44531,46.77694],[6.42639,46.76043],[6.39152,46.75219],[6.38401,46.73766],[6.34703,46.71854],[6.27816,46.69432],[6.10453,46.57829],[6.14737,46.54527],[6.06656,46.46673],[6.07968,46.44342],[6.05742,46.41575],[6.09261,46.40539],[6.16249,46.36731],[6.13254,46.34125],[6.1137,46.29918],[6.09612,46.28609],[6.11409,46.24976],[6.10145,46.24379],[6.08999,46.25142],[6.06045,46.24983],[6.04481,46.23761],[6.03073,46.24257],[5.96804,46.21629],[5.95789,46.19505],[5.98733,46.18245],[5.95012,46.13048]]],"terms_text":"Federal Office of Topography swisstopo","best":true,"description":"Das Orthophotomosaik SWISSIMAGE (Hintergrund) ist eine Zusammensetzung von digitalen Farbluftbildern der Schweiz und seiner Umgebung. Bei den Orthofotos in den Nachbarländern handelt es sich um SPOT 5-Satellitenbilder (Airbus Defence and Space) aus den Jahren 2004 und 2005 mit einer Bodenauflösung von 5 m. Ein Orthofoto ist ein Luftbild bei dem Neigungseinflüsse der Kamera und des Geländes korrigiert wurden.","icon":"https://upload.wikimedia.org/wikipedia/commons/b/b4/Coat_of_Arms_of_Switzerland_%28Pantone%29.svg"},{"id":"swisstopo_swisssurface3d","name":"swisstopo swissSURFACE3D","type":"tms","template":"https://wmts.geo.admin.ch/1.0.0/ch.swisstopo.swisssurface3d-reliefschattierung-multidirektional/default/current/3857/{zoom}/{x}/{y}.png","category":"elevation","endDate":"2019-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[5.95012,46.13048],[5.9669,46.12535],[5.9931,46.13924],[6.0358,46.12984],[6.05582,46.14677],[6.13828,46.13728],[6.18998,46.16083],[6.1935,46.17716],[6.22839,46.19771],[6.29968,46.22229],[6.31605,46.24192],[6.31527,46.2586],[6.29373,46.26902],[6.26889,46.25319],[6.24481,46.27746],[6.25922,46.28922],[6.25462,46.30418],[6.22817,46.31395],[6.25816,46.3575],[6.33795,46.3995],[6.42909,46.412],[6.52094,46.45185],[6.68091,46.44985],[6.81276,46.42411],[6.79581,46.39041],[6.79943,46.38037],[6.76588,46.36335],[6.76564,46.34971],[6.79576,46.31688],[6.85814,46.28152],[6.84857,46.25632],[6.81635,46.23529],[6.79728,46.20575],[6.80522,46.18309],[6.78553,46.16425],[6.7902,46.13778],[6.81289,46.12504],[6.89056,46.12031],[6.87601,46.09643],[6.88274,46.07615],[6.8661,46.04894],[6.89265,46.0383],[6.92715,46.06028],[6.94619,46.0462],[6.98,46.00175],[7.004,45.995],[7.01462,45.97958],[7.00272,45.96702],[7.03035,45.95217],[7.03781,45.92139],[7.057,45.90878],[7.09711,45.85577],[7.12068,45.85521],[7.15564,45.87436],[7.17257,45.85884],[7.19969,45.85636],[7.22215,45.88506],[7.25987,45.88419],[7.29504,45.91546],[7.32302,45.90576],[7.34317,45.90961],[7.38777,45.89276],[7.44795,45.92684],[7.47824,45.93207],[7.48155,45.94843],[7.50149,45.95533],[7.5461,45.95313],[7.55248,45.98191],[7.57329,45.9828],[7.58756,45.96609],[7.66032,45.97164],[7.67694,45.95351],[7.7024,45.94583],[7.70173,45.93254],[7.71862,45.91948],[7.7385,45.92015],[7.75288,45.93512],[7.79697,45.91299],[7.82169,45.92213],[7.86529,45.91233],[7.88297,45.92541],[7.87544,45.93813],[7.88622,45.9708],[7.91245,45.992],[7.98981,45.99146],[8.01827,46.01008],[8.02098,46.03071],[8.04181,46.04344],[8.0292,46.07063],[8.0403,46.09568],[8.11235,46.10816],[8.12232,46.12787],[8.14768,46.13295],[8.16145,46.14614],[8.15623,46.16106],[8.17145,46.18402],[8.14447,46.22843],[8.11883,46.24138],[8.11416,46.25304],[8.09174,46.25773],[8.09284,46.26378],[8.14051,46.29746],[8.16228,46.29143],[8.20207,46.29839],[8.21784,46.3073],[8.23129,46.33186],[8.2675,46.3428],[8.26955,46.3608],[8.28628,46.35935],[8.31773,46.37406],[8.32207,46.39998],[8.30096,46.40914],[8.30912,46.41964],[8.32852,46.42175],[8.36944,46.44769],[8.44458,46.45895],[8.45779,46.44204],[8.4504,46.42361],[8.46114,46.4112],[8.45434,46.38678],[8.46237,46.36267],[8.45747,46.33453],[8.42133,46.299],[8.4477,46.26581],[8.43865,46.24698],[8.45945,46.24039],[8.46694,46.22845],[8.52619,46.21549],[8.56886,46.16128],[8.59174,46.15164],[8.58642,46.14185],[8.60762,46.11825],[8.6442,46.1188],[8.65554,46.10845],[8.71378,46.09274],[8.74045,46.11533],[8.75754,46.09742],[8.78184,46.08975],[8.80782,46.09521],[8.84678,46.07131],[8.84143,46.05424],[8.82366,46.04952],[8.82139,46.0344],[8.7878,46.01068],[8.78015,45.98701],[8.8287,45.98284],[8.86398,45.95728],[8.89022,45.95354],[8.88703,45.93019],[8.91843,45.90303],[8.93071,45.86606],[8.90803,45.84345],[8.90716,45.8276],[8.94969,45.83853],[8.96901,45.82791],[8.98544,45.83215],[8.98986,45.81845],[9.01905,45.81362],[9.03985,45.82056],[9.05684,45.86373],[9.0954,45.90115],[9.06295,45.9249],[9.02733,45.93317],[9.01986,45.96237],[9.00048,45.96965],[9.03491,45.99365],[9.01579,46.03551],[9.02362,46.04763],[9.08143,46.06076],[9.09604,46.08749],[9.07991,46.11618],[9.12508,46.13106],[9.16565,46.16659],[9.18739,46.16665],[9.22866,46.22597],[9.25443,46.23209],[9.25882,46.26494],[9.29023,46.2945],[9.289,46.30883],[9.3058,46.32697],[9.30225,46.35734],[9.28344,46.3697],[9.28654,46.4153],[9.25466,46.43445],[9.25412,46.44392],[9.28397,46.45964],[9.28746,46.49271],[9.36281,46.50281],[9.36556,46.48715],[9.3849,46.47011],[9.41165,46.46243],[9.42981,46.47395],[9.43727,46.49285],[9.45555,46.50043],[9.45511,46.48912],[9.4426,46.48403],[9.45854,46.4695],[9.44795,46.42109],[9.46001,46.39702],[9.4551,46.3743],[9.49209,46.36074],[9.51273,46.32502],[9.54617,46.29851],[9.63354,46.28171],[9.67579,46.29509],[9.71223,46.28775],[9.73092,46.30886],[9.72666,46.3248],[9.73901,46.34544],[9.77755,46.33035],[9.83674,46.35624],[9.87095,46.35828],[9.90553,46.375],[9.9242,46.36154],[9.94926,46.37359],[9.98825,46.34725],[9.97348,46.32274],[9.99116,46.31017],[9.99007,46.283],[10.04906,46.26287],[10.05321,46.25047],[10.03846,46.22718],[10.0694,46.21272],[10.09134,46.22349],[10.1349,46.22075],[10.18301,46.25841],[10.15987,46.29508],[10.12255,46.31688],[10.11182,46.33698],[10.1155,46.34841],[10.13526,46.35941],[10.13452,46.37583],[10.16739,46.38498],[10.17317,46.40822],[10.14633,46.43219],[10.12815,46.4362],[10.08658,46.42628],[10.06614,46.43108],[10.06197,46.44305],[10.04779,46.44639],[10.0609,46.46399],[10.04958,46.48032],[10.06044,46.52203],[10.05066,46.5387],[10.07289,46.54741],[10.08899,46.57165],[10.10621,46.58034],[10.10624,46.60474],[10.12959,46.60082],[10.18803,46.62062],[10.21759,46.61272],[10.23432,46.62839],[10.24995,46.61047],[10.23562,46.59296],[10.24063,46.57253],[10.28256,46.56635],[10.29308,46.54598],[10.32532,46.54616],[10.33765,46.53824],[10.35677,46.55097],[10.3955,46.53955],[10.41582,46.54639],[10.45304,46.52619],[10.47678,46.54012],[10.49829,46.61674],[10.44754,46.64565],[10.40815,46.63985],[10.39157,46.68349],[10.42225,46.70761],[10.42481,46.72086],[10.4114,46.73293],[10.44867,46.75206],[10.4482,46.77235],[10.43329,46.78869],[10.45603,46.80154],[10.47298,46.83515],[10.47307,46.88505],[10.49222,46.91364],[10.49584,46.93845],[10.45833,46.95693],[10.43125,46.96068],[10.43124,46.97886],[10.40302,47.00028],[10.3825,47.00423],[10.34069,46.99166],[10.32182,46.95663],[10.30154,46.94875],[10.30925,46.93022],[10.2353,46.93403],[10.21924,46.89659],[10.2247,46.87087],[10.19226,46.87083],[10.17552,46.8584],[10.10839,46.84623],[10.09085,46.86504],[10.05765,46.86645],[10.05756,46.87906],[10.02063,46.90568],[9.99313,46.90702],[9.97944,46.92025],[9.93956,46.91762],[9.88667,46.93799],[9.87907,46.96301],[9.8988,46.99107],[9.89445,47.00301],[9.8786,47.01032],[9.88678,47.01625],[9.88126,47.02439],[9.85873,47.02765],[9.83663,47.01847],[9.78775,47.04255],[9.72093,47.04838],[9.6824,47.06658],[9.6213,47.05775],[9.619,47.0737],[9.64002,47.08265],[9.64074,47.10227],[9.63014,47.11186],[9.64105,47.12984],[9.62693,47.15403],[9.61055,47.15237],[9.60127,47.16616],[9.57995,47.17558],[9.59121,47.20661],[9.5623,47.22792],[9.57216,47.24545],[9.53931,47.27056],[9.59374,47.31499],[9.61022,47.34847],[9.62617,47.36062],[9.66712,47.36792],[9.6807,47.39034],[9.65853,47.40782],[9.65099,47.43453],[9.66509,47.45395],[9.62565,47.46141],[9.61111,47.47482],[9.59938,47.46717],[9.56828,47.49774],[9.56379,47.5448],[9.49895,47.55556],[9.39725,47.62448],[9.25743,47.66317],[9.17322,47.66001],[9.15322,47.67182],[9.13974,47.66892],[9.09601,47.68375],[9.02305,47.69134],[8.93811,47.66033],[8.89603,47.65264],[8.85957,47.68491],[8.88102,47.69302],[8.8787,47.70608],[8.8219,47.72286],[8.80905,47.74248],[8.76356,47.7201],[8.76412,47.70405],[8.79183,47.69954],[8.78707,47.68101],[8.73356,47.69739],[8.74281,47.71732],[8.71949,47.7332],[8.7481,47.74828],[8.73118,47.76594],[8.71253,47.76977],[8.69489,47.76304],[8.68697,47.78866],[8.6575,47.80492],[8.64109,47.79689],[8.64198,47.77242],[8.63162,47.76476],[8.62273,47.80186],[8.56584,47.8127],[8.55553,47.79147],[8.56921,47.78401],[8.55152,47.78903],[8.51787,47.77813],[8.48673,47.77743],[8.46771,47.76667],[8.44365,47.74006],[8.44791,47.7277],[8.39905,47.70047],[8.41258,47.68489],[8.39933,47.67266],[8.40794,47.66288],[8.45711,47.64828],[8.47221,47.63399],[8.50414,47.64265],[8.53498,47.6418],[8.5554,47.66484],[8.57843,47.65705],[8.60035,47.66568],[8.62226,47.65029],[8.60533,47.65691],[8.5905,47.64577],[8.5985,47.61447],[8.57812,47.60128],[8.57137,47.60265],[8.58086,47.61338],[8.56241,47.62776],[8.51249,47.63774],[8.50152,47.62155],[8.47587,47.6191],[8.45051,47.60397],[8.45444,47.5866],[8.46887,47.57945],[8.46247,47.57654],[8.43144,47.57109],[8.39775,47.58168],[8.38077,47.5712],[8.33152,47.57526],[8.30333,47.59169],[8.29592,47.61273],[8.25853,47.61981],[8.22945,47.61254],[8.20519,47.62554],[8.16154,47.59805],[8.14687,47.60006],[8.13095,47.58795],[8.10579,47.58613],[8.08768,47.56208],[8.06619,47.56892],[8.02093,47.5549],[7.95913,47.5626],[7.9436,47.54851],[7.91678,47.5539],[7.91666,47.57328],[7.89515,47.59141],[7.84218,47.58664],[7.82222,47.59245],[7.79134,47.56098],[7.69263,47.5369],[7.6725,47.53927],[7.65028,47.55568],[7.69128,47.56295],[7.69623,47.57211],[7.68118,47.5875],[7.69823,47.60413],[7.67086,47.59642],[7.64357,47.60123],[7.6185,47.58201],[7.58715,47.59421],[7.5781,47.58112],[7.56339,47.58165],[7.55161,47.56835],[7.49387,47.54282],[7.49164,47.5189],[7.50287,47.49965],[7.48513,47.48653],[7.42777,47.49981],[7.41497,47.47825],[7.44472,47.47005],[7.41133,47.44661],[7.38524,47.43701],[7.33956,47.44567],[7.30134,47.44309],[7.25178,47.42833],[7.23161,47.44403],[7.20071,47.43976],[7.17958,47.44669],[7.19312,47.4807],[7.20943,47.49033],[7.20318,47.49852],[7.16344,47.49448],[7.1279,47.50838],[7.0783,47.49382],[7.02101,47.50895],[6.97881,47.49806],[6.99225,47.45381],[6.96811,47.45136],[6.95973,47.43949],[6.93531,47.43628],[6.93336,47.41025],[6.90806,47.40737],[6.90577,47.38856],[6.87732,47.37429],[6.87286,47.35153],[6.97532,47.35568],[7.01511,47.36719],[7.04346,47.35862],[7.04346,47.34663],[7.05321,47.34302],[7.04673,47.33361],[7.0051,47.32755],[7.0094,47.31461],[6.99432,47.30061],[6.93576,47.28941],[6.94647,47.24458],[6.83572,47.17406],[6.84482,47.15989],[6.80074,47.13403],[6.73624,47.11303],[6.73778,47.09487],[6.69857,47.08563],[6.68496,47.06715],[6.70654,47.05094],[6.69426,47.04203],[6.65467,47.03061],[6.63511,47.00558],[6.61564,46.99609],[6.59171,46.9962],[6.50706,46.97147],[6.49282,46.9779],[6.42715,46.93109],[6.45796,46.8896],[6.45364,46.8528],[6.42452,46.8128],[6.42925,46.79908],[6.45031,46.78735],[6.44531,46.77694],[6.42639,46.76043],[6.39152,46.75219],[6.38401,46.73766],[6.34703,46.71854],[6.27816,46.69432],[6.10453,46.57829],[6.14737,46.54527],[6.06656,46.46673],[6.07968,46.44342],[6.05742,46.41575],[6.09261,46.40539],[6.16249,46.36731],[6.13254,46.34125],[6.1137,46.29918],[6.09612,46.28609],[6.11409,46.24976],[6.10145,46.24379],[6.08999,46.25142],[6.06045,46.24983],[6.04481,46.23761],[6.03073,46.24257],[5.96804,46.21629],[5.95789,46.19505],[5.98733,46.18245],[5.95012,46.13048]]],"terms_text":"Federal Office of Topography swisstopo","description":"Die Reliefschattierung ist ein Derivat aus dem digitalen Höhenmodell swissSURFACE3D Raster. Es erlaubt die Visualisierung des Reliefs der Schweiz und des Fürstentums Liechtenstein. Die Reliefschattierung ist ein digitales Schummerungsbild bei einem oder mehreren berechneten Lichteinfällen. Für die Darstellung der vorliegenden Reliefschattierung aus swissSURFACE3D Raster wurden sechs verschiedene Sonnenstände kombiniert. Der mittlere Sonnenstand befindet sich im Nordwesten.","icon":"https://upload.wikimedia.org/wikipedia/commons/b/b4/Coat_of_Arms_of_Switzerland_%28Pantone%29.svg"},{"id":"Szeged_2011","name":"Szeged orthophoto 2011","type":"tms","template":"http://e.tile.openstreetmap.hu/szeged-2011-10cm/{zoom}/{x}/{y}.png","category":"photo","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[20.14599,46.22811],[20.14938,46.23246],[20.15108,46.23515],[20.15495,46.24229],[20.15835,46.24185],[20.15927,46.24158],[20.15927,46.24153],[20.16021,46.2412],[20.16352,46.24014],[20.16548,46.239],[20.16544,46.239],[20.16594,46.23873],[20.16703,46.23785],[20.16877,46.23629],[20.16983,46.23504],[20.17257,46.23002],[20.17953,46.2371],[20.17818,46.23771],[20.17804,46.23831],[20.18466,46.24531],[20.18587,46.24481],[20.1948,46.25492],[20.17662,46.25829],[20.17399,46.26433],[20.17009,46.27044],[20.16959,46.27045],[20.16961,46.27144],[20.16878,46.27386],[20.16618,46.27615],[20.16359,46.2777],[20.16211,46.27816],[20.16115,46.27816],[20.14088,46.27846],[20.13939,46.27835],[20.13789,46.27803],[20.13664,46.27751],[20.13523,46.27685],[20.11477,46.2568],[20.11354,46.25535],[20.11299,46.25427],[20.11222,46.2528],[20.11159,46.25097],[20.11129,46.24877],[20.11119,46.24709],[20.11157,46.245],[20.11203,46.2433],[20.11312,46.24136],[20.11897,46.23351],[20.12085,46.23175],[20.12233,46.23099],[20.12584,46.22987],[20.13323,46.22904],[20.14599,46.22811]]],"terms_url":"http://www.geo.u-szeged.hu","terms_text":"SZTE TFGT - University of Szeged","best":true,"description":"Inner part of Szeged"},{"id":"TW_NLSC_WMS_EMAP6","name":"Taiwan e-Map Open Data","type":"tms","template":"https://wmts.nlsc.gov.tw/wmts/EMAP6_OPENDATA/default/GoogleMapsCompatible/{zoom}/{y}/{x}","category":"map","zoomExtent":[0,15],"polygon":[[[121.2237,25.76997],[120.4578,26.53253],[119.787,26.2048],[119.8935,25.78169],[120.0474,25.38843],[118.6024,24.46068],[118.4416,24.55302],[118.2283,24.49486],[118.1036,24.36172],[118.1978,24.34453],[118.3036,23.30751],[118.2509,23.26265],[120.6771,20.72799],[122.9312,22.57058],[122.2251,26.60305],[121.2237,25.76997]]],"terms_url":"https://maps.nlsc.gov.tw/","terms_text":"© National Land Surveying and Mapping Center, Taiwan OGDL 1.0","icon":"https://osmlab.github.io/editor-layer-index/sources/asia/tw/Taiwane-MapOpenData.png"},{"id":"TW_NLSC_WMS_LANDSECT","name":"Taiwan Land-Section Data","type":"wms","template":"https://wms.nlsc.gov.tw/wms?LAYERS=LANDSECT&STYLES=&FORMAT=image/jpeg&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[7,22],"polygon":[[[121.2237,25.76997],[120.4578,26.53253],[119.787,26.2048],[119.8935,25.78169],[120.0474,25.38843],[118.6024,24.46068],[118.4416,24.55302],[118.2283,24.49486],[118.1036,24.36172],[118.1978,24.34453],[118.3036,23.30751],[118.2509,23.26265],[120.6771,20.72799],[122.9312,22.57058],[122.2251,26.60305],[121.2237,25.76997]]],"terms_url":"https://maps.nlsc.gov.tw/","terms_text":"© National Land Surveying and Mapping Center, Taiwan OGDL 1.0","icon":"https://osmlab.github.io/editor-layer-index/sources/asia/tw/Taiwane-MapOpenData.png"},{"id":"TW_NLSC_WMS_Village","name":"Taiwan Village Boundaries","type":"wms","template":"https://wms.nlsc.gov.tw/wms?LAYERS=Village&STYLES=&FORMAT=image/jpeg&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[6,22],"polygon":[[[121.2237,25.76997],[120.4578,26.53253],[119.787,26.2048],[119.8935,25.78169],[120.0474,25.38843],[118.6024,24.46068],[118.4416,24.55302],[118.2283,24.49486],[118.1036,24.36172],[118.1978,24.34453],[118.3036,23.30751],[118.2509,23.26265],[120.6771,20.72799],[122.9312,22.57058],[122.2251,26.60305],[121.2237,25.76997]]],"terms_url":"https://maps.nlsc.gov.tw/","terms_text":"© National Land Surveying and Mapping Center, Taiwan OGDL 1.0","icon":"https://osmlab.github.io/editor-layer-index/sources/asia/tw/Taiwane-MapOpenData.png"},{"id":"Leon_Ortho_2022_CIR","name":"Tallahassee - Leon County Orthoimagery (2022 CIR)","type":"tms","template":"https://tiles.arcgis.com/tiles/ptvDyBs1KkcwzQNJ/arcgis/rest/services/Imagery_2022_CIR/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2022-02-01T00:00:00.000Z","startDate":"2022-02-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-84.07581,30.27374],[-84.07487,30.4344],[-84.04156,30.4627],[-84.04122,30.52188],[-83.97803,30.52189],[-83.97987,30.52502],[-83.98386,30.53302],[-83.98301,30.53855],[-83.98499,30.54108],[-83.98497,30.54801],[-83.97926,30.5491],[-83.97837,30.55097],[-83.98192,30.55531],[-83.99052,30.56094],[-83.99193,30.56382],[-83.99709,30.56587],[-83.99898,30.56971],[-83.99962,30.57441],[-83.99709,30.57442],[-83.99645,30.57658],[-83.99713,30.57893],[-84.00183,30.5838],[-84.00269,30.58705],[-84.00188,30.59663],[-84.00453,30.60074],[-84.00401,30.60386],[-84.00666,30.60507],[-84.00748,30.60968],[-84.00758,30.67217],[-84.28127,30.68583],[-84.2987,30.67793],[-84.3005,30.63791],[-84.33045,30.60334],[-84.37723,30.57372],[-84.3968,30.48648],[-84.42015,30.46362],[-84.51739,30.451],[-84.56228,30.43502],[-84.56829,30.42647],[-84.59093,30.4111],[-84.60509,30.41424],[-84.61153,30.40991],[-84.62069,30.40995],[-84.6244,30.40889],[-84.64185,30.39464],[-84.64571,30.38887],[-84.6517,30.38534],[-84.66349,30.37841],[-84.66479,30.37692],[-84.66518,30.374],[-84.66454,30.37297],[-84.66314,30.37222],[-84.66304,30.37113],[-84.68433,30.35045],[-84.70326,30.3361],[-84.71534,30.33242],[-84.71524,30.33014],[-84.70985,30.32361],[-84.70764,30.32246],[-84.70487,30.3225],[-84.70404,30.32181],[-84.70324,30.32209],[-84.70304,30.32315],[-84.70254,30.32325],[-84.70227,30.3222],[-84.70265,30.32093],[-84.70264,30.32035],[-84.70161,30.3198],[-84.70108,30.31913],[-84.70105,30.31819],[-84.70134,30.31723],[-84.70237,30.3155],[-84.70426,30.31395],[-84.70509,30.31296],[-84.70719,30.3113],[-84.70889,30.30956],[-84.70922,30.3084],[-84.71141,30.30433],[-84.71156,30.30348],[-84.71115,30.30212],[-84.71133,30.3017],[-84.71227,30.30098],[-84.714,30.30013],[-84.24752,30.30332],[-84.24115,30.27404],[-84.07581,30.27374]]],"terms_url":"https://cms.leoncountyfl.gov/Home/Departments/MIS-GIS/Tallahassee-Leon-County-GIS","terms_text":"Tallahassee - Leon County GIS, Leon County Property Appraiser’s Office, Leon County Board of County Commissioners","description":"The 2022 6-inch resolution CIR orthoimagery for Leon County of the State of Florida"},{"id":"Leon_Ortho_2022_RGB","name":"Tallahassee - Leon County Orthoimagery (2022 RGB)","type":"tms","template":"https://tiles.arcgis.com/tiles/ptvDyBs1KkcwzQNJ/arcgis/rest/services/Imagery_2022_RGB/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2022-02-01T00:00:00.000Z","startDate":"2022-02-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-84.07581,30.27374],[-84.07487,30.4344],[-84.04156,30.4627],[-84.04122,30.52188],[-83.97803,30.52189],[-83.97987,30.52502],[-83.98386,30.53302],[-83.98301,30.53855],[-83.98499,30.54108],[-83.98497,30.54801],[-83.97926,30.5491],[-83.97837,30.55097],[-83.98192,30.55531],[-83.99052,30.56094],[-83.99193,30.56382],[-83.99709,30.56587],[-83.99898,30.56971],[-83.99962,30.57441],[-83.99709,30.57442],[-83.99645,30.57658],[-83.99713,30.57893],[-84.00183,30.5838],[-84.00269,30.58705],[-84.00188,30.59663],[-84.00453,30.60074],[-84.00401,30.60386],[-84.00666,30.60507],[-84.00748,30.60968],[-84.00758,30.67217],[-84.28127,30.68583],[-84.2987,30.67793],[-84.3005,30.63791],[-84.33045,30.60334],[-84.37723,30.57372],[-84.3968,30.48648],[-84.42015,30.46362],[-84.51739,30.451],[-84.56228,30.43502],[-84.56829,30.42647],[-84.59093,30.4111],[-84.60509,30.41424],[-84.61153,30.40991],[-84.62069,30.40995],[-84.6244,30.40889],[-84.64185,30.39464],[-84.64571,30.38887],[-84.6517,30.38534],[-84.66349,30.37841],[-84.66479,30.37692],[-84.66518,30.374],[-84.66454,30.37297],[-84.66314,30.37222],[-84.66304,30.37113],[-84.68433,30.35045],[-84.70326,30.3361],[-84.71534,30.33242],[-84.71524,30.33014],[-84.70985,30.32361],[-84.70764,30.32246],[-84.70487,30.3225],[-84.70404,30.32181],[-84.70324,30.32209],[-84.70304,30.32315],[-84.70254,30.32325],[-84.70227,30.3222],[-84.70265,30.32093],[-84.70264,30.32035],[-84.70161,30.3198],[-84.70108,30.31913],[-84.70105,30.31819],[-84.70134,30.31723],[-84.70237,30.3155],[-84.70426,30.31395],[-84.70509,30.31296],[-84.70719,30.3113],[-84.70889,30.30956],[-84.70922,30.3084],[-84.71141,30.30433],[-84.71156,30.30348],[-84.71115,30.30212],[-84.71133,30.3017],[-84.71227,30.30098],[-84.714,30.30013],[-84.24752,30.30332],[-84.24115,30.27404],[-84.07581,30.27374]]],"terms_url":"https://cms.leoncountyfl.gov/Home/Departments/MIS-GIS/Tallahassee-Leon-County-GIS","terms_text":"Tallahassee - Leon County GIS, Leon County Property Appraiser’s Office, Leon County Board of County Commissioners","description":"The 2022 6-inch resolution RGB orthoimagery for Leon County of the State of Florida"},{"id":"Leon_Ortho_2024_CIR","name":"Tallahassee - Leon County Orthoimagery (2024 CIR)","type":"tms","template":"https://tiles.arcgis.com/tiles/ptvDyBs1KkcwzQNJ/arcgis/rest/services/Imagery_2024_Color_Infrared_Leon_County_FL/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-02-01T00:00:00.000Z","startDate":"2024-02-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-84.07581,30.27374],[-84.07487,30.4344],[-84.04156,30.4627],[-84.04122,30.52188],[-83.97803,30.52189],[-83.97987,30.52502],[-83.98386,30.53302],[-83.98301,30.53855],[-83.98499,30.54108],[-83.98497,30.54801],[-83.97926,30.5491],[-83.97837,30.55097],[-83.98192,30.55531],[-83.99052,30.56094],[-83.99193,30.56382],[-83.99709,30.56587],[-83.99898,30.56971],[-83.99962,30.57441],[-83.99709,30.57442],[-83.99645,30.57658],[-83.99713,30.57893],[-84.00183,30.5838],[-84.00269,30.58705],[-84.00188,30.59663],[-84.00453,30.60074],[-84.00401,30.60386],[-84.00666,30.60507],[-84.00748,30.60968],[-84.00758,30.67217],[-84.28127,30.68583],[-84.2987,30.67793],[-84.3005,30.63791],[-84.33045,30.60334],[-84.37723,30.57372],[-84.3968,30.48648],[-84.42015,30.46362],[-84.51739,30.451],[-84.56228,30.43502],[-84.56829,30.42647],[-84.59093,30.4111],[-84.60509,30.41424],[-84.61153,30.40991],[-84.62069,30.40995],[-84.6244,30.40889],[-84.64185,30.39464],[-84.64571,30.38887],[-84.6517,30.38534],[-84.66349,30.37841],[-84.66479,30.37692],[-84.66518,30.374],[-84.66454,30.37297],[-84.66314,30.37222],[-84.66304,30.37113],[-84.68433,30.35045],[-84.70326,30.3361],[-84.71534,30.33242],[-84.71524,30.33014],[-84.70985,30.32361],[-84.70764,30.32246],[-84.70487,30.3225],[-84.70404,30.32181],[-84.70324,30.32209],[-84.70304,30.32315],[-84.70254,30.32325],[-84.70227,30.3222],[-84.70265,30.32093],[-84.70264,30.32035],[-84.70161,30.3198],[-84.70108,30.31913],[-84.70105,30.31819],[-84.70134,30.31723],[-84.70237,30.3155],[-84.70426,30.31395],[-84.70509,30.31296],[-84.70719,30.3113],[-84.70889,30.30956],[-84.70922,30.3084],[-84.71141,30.30433],[-84.71156,30.30348],[-84.71115,30.30212],[-84.71133,30.3017],[-84.71227,30.30098],[-84.714,30.30013],[-84.24752,30.30332],[-84.24115,30.27404],[-84.07581,30.27374]]],"terms_url":"https://cms.leoncountyfl.gov/Home/Departments/MIS-GIS/Tallahassee-Leon-County-GIS","terms_text":"Tallahassee - Leon County GIS, Leon County Property Appraiser’s Office, Leon County Board of County Commissioners","description":"The 2024 6-inch resolution CIR orthoimagery for Leon County of the State of Florida"},{"id":"Leon_Ortho_2024_RGB","name":"Tallahassee - Leon County Orthoimagery (2024 RGB)","type":"tms","template":"https://tiles.arcgis.com/tiles/ptvDyBs1KkcwzQNJ/arcgis/rest/services/Imagery_2024_Color_Leon_County_FL/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-02-01T00:00:00.000Z","startDate":"2024-02-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-84.07581,30.27374],[-84.07487,30.4344],[-84.04156,30.4627],[-84.04122,30.52188],[-83.97803,30.52189],[-83.97987,30.52502],[-83.98386,30.53302],[-83.98301,30.53855],[-83.98499,30.54108],[-83.98497,30.54801],[-83.97926,30.5491],[-83.97837,30.55097],[-83.98192,30.55531],[-83.99052,30.56094],[-83.99193,30.56382],[-83.99709,30.56587],[-83.99898,30.56971],[-83.99962,30.57441],[-83.99709,30.57442],[-83.99645,30.57658],[-83.99713,30.57893],[-84.00183,30.5838],[-84.00269,30.58705],[-84.00188,30.59663],[-84.00453,30.60074],[-84.00401,30.60386],[-84.00666,30.60507],[-84.00748,30.60968],[-84.00758,30.67217],[-84.28127,30.68583],[-84.2987,30.67793],[-84.3005,30.63791],[-84.33045,30.60334],[-84.37723,30.57372],[-84.3968,30.48648],[-84.42015,30.46362],[-84.51739,30.451],[-84.56228,30.43502],[-84.56829,30.42647],[-84.59093,30.4111],[-84.60509,30.41424],[-84.61153,30.40991],[-84.62069,30.40995],[-84.6244,30.40889],[-84.64185,30.39464],[-84.64571,30.38887],[-84.6517,30.38534],[-84.66349,30.37841],[-84.66479,30.37692],[-84.66518,30.374],[-84.66454,30.37297],[-84.66314,30.37222],[-84.66304,30.37113],[-84.68433,30.35045],[-84.70326,30.3361],[-84.71534,30.33242],[-84.71524,30.33014],[-84.70985,30.32361],[-84.70764,30.32246],[-84.70487,30.3225],[-84.70404,30.32181],[-84.70324,30.32209],[-84.70304,30.32315],[-84.70254,30.32325],[-84.70227,30.3222],[-84.70265,30.32093],[-84.70264,30.32035],[-84.70161,30.3198],[-84.70108,30.31913],[-84.70105,30.31819],[-84.70134,30.31723],[-84.70237,30.3155],[-84.70426,30.31395],[-84.70509,30.31296],[-84.70719,30.3113],[-84.70889,30.30956],[-84.70922,30.3084],[-84.71141,30.30433],[-84.71156,30.30348],[-84.71115,30.30212],[-84.71133,30.3017],[-84.71227,30.30098],[-84.714,30.30013],[-84.24752,30.30332],[-84.24115,30.27404],[-84.07581,30.27374]]],"terms_url":"https://cms.leoncountyfl.gov/Home/Departments/MIS-GIS/Tallahassee-Leon-County-GIS","terms_text":"Tallahassee - Leon County GIS, Leon County Property Appraiser’s Office, Leon County Board of County Commissioners","description":"The 2024 6-inch resolution RGB orthoimagery for Leon County of the State of Florida"},{"id":"TEClines","name":"TEC bus lines","type":"wms","template":"https://geodata.tec-wl.be/arcgis/services/Lignes/MapServer/WMSServer?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","polygon":[[[5.40236,49.50688],[5.81984,49.54253],[6.1714,49.62089],[5.85829,49.68846],[5.7704,49.85343],[5.894,50.11832],[6.15492,50.13593],[6.39662,50.36775],[6.28126,50.46576],[6.11372,50.7933],[5.72646,50.77941],[5.70998,50.85229],[5.61385,50.80024],[5.46278,50.79677],[5.21284,50.70119],[4.94917,50.80371],[4.75966,50.80718],[4.72121,50.88869],[4.60585,50.77941],[4.48775,50.85749],[4.36964,50.85056],[4.15266,50.72728],[3.59236,50.76725],[3.29848,50.76377],[3.04579,50.80024],[2.86177,50.72728],[2.89748,50.68553],[3.0815,50.76725],[3.19685,50.68031],[3.28749,50.52691],[3.67201,50.47625],[3.68574,50.31692],[3.99062,50.27305],[4.14992,50.17465],[4.24055,50.08661],[4.15266,49.99842],[4.18562,49.96486],[4.55366,49.94542],[4.69923,50.03372],[4.81184,50.0919],[4.84206,50.01607],[4.86677,49.90475],[4.85854,49.80382],[5.08925,49.7648],[5.34743,49.60843],[5.40236,49.50688]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/TEC.png","overlay":true},{"id":"TECstops","name":"TEC bus stops","type":"wms","template":"https://geodata.tec-wl.be/arcgis/services/Poteaux/MapServer/WMSServer?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","polygon":[[[5.40236,49.50688],[5.81984,49.54253],[6.1714,49.62089],[5.85829,49.68846],[5.7704,49.85343],[5.894,50.11832],[6.15492,50.13593],[6.39662,50.36775],[6.28126,50.46576],[6.11372,50.7933],[5.72646,50.77941],[5.70998,50.85229],[5.61385,50.80024],[5.46278,50.79677],[5.21284,50.70119],[4.94917,50.80371],[4.75966,50.80718],[4.72121,50.88869],[4.60585,50.77941],[4.48775,50.85749],[4.36964,50.85056],[4.15266,50.72728],[3.59236,50.76725],[3.29848,50.76377],[3.04579,50.80024],[2.86177,50.72728],[2.89748,50.68553],[3.0815,50.76725],[3.19685,50.68031],[3.28749,50.52691],[3.67201,50.47625],[3.68574,50.31692],[3.99062,50.27305],[4.14992,50.17465],[4.24055,50.08661],[4.15266,49.99842],[4.18562,49.96486],[4.55366,49.94542],[4.69923,50.03372],[4.81184,50.0919],[4.84206,50.01607],[4.86677,49.90475],[4.85854,49.80382],[5.08925,49.7648],[5.34743,49.60843],[5.40236,49.50688]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/TEC.png","overlay":true},{"id":"USGS-The-National-Map-Topo","name":"The National Map Topographic","type":"tms","template":"https://basemap.nationalmap.gov/arcgis/rest/services/USGSTopo/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[2,16],"polygon":[[[-79.12989,43.31497],[-79.12989,43.24293],[-79.06696,43.24293],[-79.06696,43.13],[-79.12989,43.13],[-79.12989,43.05773],[-79.07126,43.05773],[-79.07126,42.92949],[-78.94326,42.92949],[-78.94326,42.75422],[-82.67886,41.67159],[-82.88391,41.75369],[-83.12077,41.99609],[-83.12077,42.24648],[-83.05892,42.24648],[-83.05892,42.30896],[-82.86853,42.30896],[-82.86853,42.37177],[-82.5599,42.49549],[-82.5599,42.55855],[-82.49678,42.55855],[-82.49678,42.68336],[-82.43289,42.68336],[-82.43289,42.93422],[-82.37006,42.93422],[-82.37006,43.06481],[-82.51953,45.33698],[-83.49681,45.87251],[-83.49681,45.93371],[-83.43381,45.93371],[-83.43381,46.00169],[-83.56,46.12616],[-83.99546,46.12616],[-83.99546,46.19317],[-84.05918,46.19317],[-84.05918,46.3815],[-84.11526,46.3815],[-84.11526,46.49536],[-84.05918,46.49536],[-84.05918,46.56827],[-84.25795,46.56827],[-84.25795,46.50512],[-84.30719,46.50512],[-84.30719,46.56827],[-84.44154,46.56827],[-84.44154,46.50453],[-84.60983,46.50453],[-84.76227,46.63341],[-84.86115,46.88929],[-88.3882,48.30154],[-89.42847,48.06564],[-89.99327,48.06564],[-89.99327,48.1283],[-90.74559,48.1283],[-90.74559,48.18931],[-90.80873,48.18931],[-90.80873,48.25221],[-91.06776,48.25221],[-91.06776,48.19167],[-91.19462,48.19167],[-91.19462,48.1279],[-91.68142,48.1279],[-91.68142,48.2526],[-91.93219,48.2526],[-91.93219,48.31425],[-91.99297,48.31425],[-91.99297,48.37808],[-92.31894,48.37808],[-92.31894,48.25291],[-92.37322,48.25291],[-92.37322,48.31534],[-92.43223,48.31534],[-92.43223,48.44114],[-92.49772,48.44114],[-92.49772,48.50178],[-92.56794,48.50178],[-92.56794,48.43958],[-92.62105,48.43958],[-92.62105,48.56508],[-92.80868,48.56508],[-92.80868,48.62674],[-92.93318,48.62674],[-92.93318,48.69221],[-93.00517,48.69221],[-93.00517,48.6283],[-93.12259,48.6283],[-93.12259,48.69221],[-93.31908,48.69221],[-93.31908,48.62674],[-93.50495,48.62674],[-93.50495,48.56352],[-93.74746,48.56352],[-93.74746,48.62674],[-93.81355,48.62674],[-93.81355,48.68988],[-94.24531,48.68988],[-94.24531,48.75543],[-94.61832,48.75543],[-94.61832,48.94104],[-94.6809,48.94104],[-94.6809,49.00297],[-94.74415,49.00297],[-94.74415,49.25361],[-94.80841,49.25361],[-94.80841,49.37841],[-95.11924,49.37841],[-95.11924,49.44253],[-95.19343,49.44253],[-95.19343,49.00353],[-96.87069,49.00353],[-96.87069,49.06561],[-99.00493,49.06561],[-99.00493,49.00507],[-109.36993,49.00507],[-109.36993,49.06682],[-109.50587,49.06682],[-109.50587,49.00507],[-114.183,49.00507],[-114.183,49.06873],[-114.75787,49.06873],[-114.75787,49.00507],[-115.43373,49.00507],[-115.43373,49.06714],[-116.50627,49.06714],[-116.50627,49.00507],[-117.30895,49.00507],[-117.30895,49.06598],[-119.88295,49.06598],[-119.88295,49.00507],[-120.12086,49.00507],[-120.12086,49.06784],[-121.44516,49.06784],[-121.44516,49.00507],[-121.93118,49.00507],[-121.93118,49.06561],[-123.12915,49.06451],[-123.12915,48.93432],[-123.00554,48.75295],[-123.12969,48.75295],[-123.12969,48.69022],[-123.18382,48.69022],[-123.18382,48.7529],[-123.25493,48.7529],[-123.25493,48.55923],[-123.19222,48.55923],[-123.19222,48.43484],[-123.25411,48.19051],[-124.05826,48.19084],[-124.05826,48.25344],[-124.18152,48.25344],[-124.18152,48.31647],[-124.43191,48.31647],[-124.43191,48.37826],[-124.55646,48.37826],[-124.55646,48.44083],[-124.75551,48.44083],[-139,48.45],[-139,32.5],[-117.18748,32.5],[-116.7465,32.49746],[-116.7465,32.56092],[-115.99701,32.56092],[-115.99701,32.62649],[-115.12495,32.62474],[-115.12495,32.68749],[-114.81241,32.68749],[-114.81261,32.62524],[-114.87531,32.62557],[-114.88081,32.43408],[-114.62945,32.43408],[-114.62945,32.37316],[-114.44474,32.37316],[-114.44474,32.30754],[-114.25576,32.30754],[-114.25576,32.24446],[-114.06803,32.24446],[-114.06803,32.18291],[-113.81665,32.18291],[-113.81665,32.12076],[-113.63074,32.12076],[-113.63074,32.05651],[-113.44175,32.05651],[-113.44175,31.99844],[-113.2546,31.99844],[-113.2546,31.93254],[-113.06807,31.93254],[-113.06807,31.87181],[-112.81611,31.87181],[-112.81611,31.81042],[-112.63088,31.81042],[-112.63088,31.74647],[-112.44189,31.74647],[-112.44189,31.6856],[-112.25719,31.6856],[-112.25719,31.62104],[-112.00338,31.62104],[-112.00338,31.55958],[-111.81562,31.55958],[-111.81562,31.49702],[-111.62786,31.49702],[-111.62786,31.434],[-111.4419,31.434],[-111.4419,31.37339],[-111.25597,31.37339],[-111.25597,31.31132],[-108.18458,31.31132],[-108.18458,31.74595],[-106.50651,31.74595],[-106.50651,31.68423],[-106.37973,31.68423],[-106.37973,31.62175],[-106.31743,31.62175],[-106.31743,31.49682],[-106.25518,31.49682],[-106.25518,31.43449],[-106.19247,31.43449],[-106.19247,31.37213],[-106.00392,31.37213],[-106.00392,31.30933],[-105.94166,31.30933],[-105.94166,31.24575],[-105.87982,31.24575],[-105.87982,31.18362],[-105.81623,31.18362],[-105.81623,31.12072],[-105.69212,31.12072],[-105.69212,31.05848],[-105.63029,31.05848],[-105.63029,30.93283],[-105.50444,30.93283],[-105.50444,30.87159],[-105.4413,30.87159],[-105.4413,30.80846],[-105.37815,30.80846],[-105.37815,30.74718],[-105.19047,30.74718],[-105.19047,30.68432],[-105.12862,30.68432],[-105.12862,30.61997],[-105.00365,30.61997],[-105.00365,30.55891],[-104.9418,30.55891],[-104.9418,30.49632],[-104.8782,30.49632],[-104.8782,30.30983],[-104.81553,30.30983],[-104.81553,30.24783],[-104.75361,30.24783],[-104.75361,29.93539],[-104.69095,29.93539],[-104.69095,29.80902],[-104.62913,29.80902],[-104.62913,29.68436],[-104.56599,29.68436],[-104.56599,29.62235],[-104.50372,29.62235],[-104.50372,29.55954],[-104.44101,29.55954],[-104.44101,29.49748],[-104.25376,29.49748],[-104.25376,29.37167],[-104.1292,29.37167],[-104.1292,29.30916],[-104.06887,29.30916],[-104.06887,29.24673],[-103.81873,29.24673],[-103.81873,29.18431],[-103.75574,29.18431],[-103.75574,29.12232],[-103.56675,29.12232],[-103.56675,29.05981],[-103.50498,29.05981],[-103.50498,28.99675],[-103.31658,28.99675],[-103.31658,28.93469],[-103.05976,28.93469],[-103.05976,29.0593],[-102.99797,29.0593],[-102.99797,29.12129],[-102.93314,29.12129],[-102.93314,29.18486],[-102.8096,29.18486],[-102.8096,29.25262],[-102.87013,29.25262],[-102.87013,29.3081],[-102.80967,29.3081],[-102.80967,29.37155],[-102.74757,29.37155],[-102.74757,29.55819],[-102.68455,29.55819],[-102.68455,29.68477],[-102.49678,29.68477],[-102.49678,29.74577],[-102.30866,29.74577],[-102.30866,29.80866],[-102.19093,29.80866],[-102.19093,29.74601],[-101.50499,29.74601],[-101.50499,29.68468],[-101.38058,29.68468],[-101.38058,29.55945],[-101.31751,29.55945],[-101.31751,29.49589],[-101.19101,29.49589],[-101.19101,29.43261],[-101.0675,29.43261],[-101.0675,29.30881],[-100.94189,29.30881],[-100.94189,29.24562],[-100.81673,29.24562],[-100.81673,29.11904],[-100.75227,29.11904],[-100.75227,29.05782],[-100.69254,29.05782],[-100.69254,28.87204],[-100.62902,28.87204],[-100.62902,28.80954],[-100.56799,28.80954],[-100.56799,28.62255],[-100.50404,28.62255],[-100.50404,28.55838],[-100.44218,28.55838],[-100.44218,28.49683],[-100.37943,28.49683],[-100.37943,28.30929],[-100.31719,28.30929],[-100.31719,28.18357],[-100.25448,28.18357],[-100.25448,28.12139],[-100.12823,28.12139],[-100.12823,28.05921],[-100.06595,28.05921],[-100.06595,27.99661],[-100.00239,27.99661],[-100.00239,27.93322],[-99.94265,27.93322],[-99.94265,27.74547],[-99.81685,27.74547],[-99.81685,27.68343],[-99.75413,27.68343],[-99.75413,27.62215],[-99.62916,27.62215],[-99.62916,27.5589],[-99.56728,27.5589],[-99.56728,27.43538],[-99.50418,27.43538],[-99.50418,27.3774],[-99.56718,27.3774],[-99.56718,27.24637],[-99.50498,27.24637],[-99.50498,26.99656],[-99.44274,26.99656],[-99.44274,26.8728],[-99.38006,26.8728],[-99.38006,26.80682],[-99.31907,26.80682],[-99.31907,26.74736],[-99.25375,26.74736],[-99.25375,26.62101],[-99.19106,26.62101],[-99.19106,26.49567],[-99.13006,26.49567],[-99.13006,26.37138],[-99.00295,26.37138],[-99.00295,26.30938],[-98.81657,26.30938],[-98.81657,26.24578],[-98.69201,26.24578],[-98.69201,26.18371],[-98.44409,26.18371],[-98.44409,26.12172],[-98.38232,26.12172],[-98.38232,26.05965],[-98.25327,26.05965],[-98.25327,25.99869],[-98.01091,25.99869],[-98.01091,25.99323],[-97.69323,25.99323],[-97.69323,25.93341],[-97.63139,25.93341],[-97.63139,25.86959],[-97.50468,25.86959],[-97.50468,25.80735],[-97.30834,25.80735],[-97.30834,25.87312],[-97.24563,25.87312],[-97.24563,25.93537],[-97.11389,25.93537],[-80.7,24],[-79.314,27.108],[-66.93111,44.74737],[-66.93111,44.94066],[-66.99468,44.94066],[-66.99468,45.00245],[-67.05958,45.00245],[-67.05958,45.12734],[-67.1202,45.12734],[-67.1202,45.19101],[-67.24698,45.19101],[-67.24698,45.25344],[-67.31775,45.25344],[-67.31775,45.18984],[-67.37075,45.18984],[-67.37075,45.2534],[-67.43269,45.2534],[-67.43269,45.30834],[-67.37086,45.30834],[-67.37086,45.4397],[-67.43056,45.4397],[-67.43056,45.49501],[-67.37099,45.49501],[-67.37099,45.62645],[-67.6215,45.62645],[-67.6215,45.68961],[-67.68383,45.68961],[-67.68383,45.75326],[-67.74621,45.75326],[-67.74621,47.12682],[-67.87001,47.12682],[-67.87001,47.19003],[-67.93238,47.19003],[-67.93238,47.25397],[-67.99594,47.25397],[-67.99594,47.31497],[-68.12067,47.31497],[-68.12067,47.37808],[-68.44232,47.37808],[-68.44232,47.31661],[-68.63143,47.31661],[-68.63143,47.25447],[-68.9978,47.25447],[-68.9978,47.43989],[-69.06072,47.43989],[-69.06072,47.50476],[-69.25381,47.50476],[-69.25381,47.43981],[-69.31793,47.43981],[-69.31793,47.3786],[-69.44385,47.3786],[-69.44385,47.31563],[-69.50382,47.31563],[-69.50382,47.25258],[-69.56678,47.25258],[-69.56678,47.19109],[-69.63035,47.19109],[-69.63035,47.1287],[-69.69331,47.1287],[-69.69331,47.06543],[-69.75571,47.06543],[-69.75571,47.00428],[-69.81804,47.00428],[-69.81804,46.94153],[-69.8804,46.94153],[-69.8804,46.87925],[-69.94217,46.87925],[-69.94217,46.81774],[-70.00631,46.81774],[-70.00631,46.69203],[-70.07043,46.69203],[-70.07043,46.44259],[-70.19459,46.44259],[-70.19459,46.37859],[-70.2562,46.37859],[-70.2562,46.31526],[-70.32037,46.31526],[-70.32037,46.06512],[-70.3815,46.06512],[-70.3815,45.93552],[-70.32016,45.93552],[-70.32016,45.87948],[-70.44931,45.87948],[-70.44931,45.75387],[-70.507,45.75387],[-70.507,45.69169],[-70.63166,45.69169],[-70.63166,45.62916],[-70.75755,45.62916],[-70.75755,45.44147],[-70.88099,45.44147],[-70.88099,45.37806],[-71.13328,45.37806],[-71.13328,45.31515],[-71.38303,45.31515],[-71.38303,45.25342],[-71.50764,45.25342],[-71.50764,45.06557],[-73.94189,45.06557],[-73.94189,45.00312],[-74.74697,45.00312],[-74.74697,45.0649],[-74.8801,45.0649],[-74.8801,45.0029],[-75.06625,45.0029],[-75.06625,44.94152],[-75.25394,44.94152],[-75.25394,44.8776],[-75.37896,44.8776],[-75.37896,44.81535],[-75.44313,44.81535],[-75.44313,44.75361],[-75.56666,44.75361],[-75.56666,44.691],[-75.62902,44.691],[-75.62902,44.6285],[-75.75405,44.6285],[-75.75405,44.56638],[-75.81731,44.56638],[-75.81731,44.50289],[-75.87995,44.50289],[-75.87995,44.37849],[-76.13003,44.37849],[-76.13003,44.31592],[-76.1927,44.31592],[-76.1927,44.25344],[-76.31826,44.25344],[-76.31826,44.19167],[-76.3793,44.19167],[-76.3793,44.06537],[-76.80375,43.64253],[-79.12989,43.31497]],[[-179.9341,50.83371],[-179.56389,50.86369],[-130.578,54.66271],[-129.97925,55.27755],[-129.95728,56.02295],[-132.01721,57.04073],[-135.46143,59.81168],[-136.37329,59.59553],[-136.59302,59.18437],[-137.44446,58.91599],[-137.58179,59.24903],[-139.19678,60.0895],[-139.04297,60.35956],[-141.02052,60.2943],[-140.99787,69.90649],[-163.30086,71.97901],[-169.03565,65.70804],[-172.22169,63.79219],[-179.9341,50.83371]],[[-64.62535,18.46935],[-67.79388,18.54342],[-68.02734,18.00485],[-64.53781,17.62308],[-64.62327,18.27536],[-64.62535,18.46935]]],"description":"The National Map topographic reference from USGS","icon":"https://basemap.nationalmap.gov/images/header_graphic_usgsIdentifier_white.jpg"},{"id":"US-TIGER-Roads-2020","name":"TIGER Roads 2020","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/ckkumpdx506oy17s5kwdz8iz6/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNsbWw5cDdsbjA4ZjQyb3FlN2RtZHZhanAifQ.5cfwbNF6RW1td7H1_LLQTQ","category":"qa","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[145.7,15.6],[144.2,13.2],[144.8,12.9],[146.2,15.4],[145.7,15.6]],[[-64.32,17.38],[-64.64,18.36],[-65.33,18.57],[-67.9,18.67],[-68.2,17.8],[-64.32,17.38]],[[179.99,52.2],[172,53.5],[172,52.5],[179.99,51],[179.99,52.2]],[[-156.29276,21.22259],[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259]],[[-95.11054,49.412],[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412]],[[-156.1769,71.5633],[-160.4136,70.7398],[-163.0218,69.9707],[-164.9717,68.9947],[-167.1572,68.722],[-164.8554,67.0255],[-168.0022,66.0018],[-169.0087,66.0015],[-169.0075,64.9988],[-172.5143,63.8767],[-173.8197,59.7401],[-178.0001,52.2446],[-177.9993,51.2554],[-171.4689,51.8215],[-162.4025,53.9567],[-159.0076,55.0025],[-158.0191,55.0028],[-151.9963,55.9992],[-151.5003,57.9988],[-151.5013,58.992],[-138.516,58.9953],[-138.515,57.9986],[-133.9948,54.0032],[-130.0044,54.0043],[-130.0071,57.0001],[-131.9759,56.9995],[-135.123,59.7566],[-138.0072,59.9918],[-139.1716,60.4127],[-140.9874,61.0119],[-140.9684,69.9535],[-156.1769,71.5633]]],"description":"Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/TIGER2017RoadsOverlay.png","overlay":true},{"id":"US-TIGER-Roads-2021","name":"TIGER Roads 2021","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/ckzt8dcby007j15qkki8216s8/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNsbWw5cDdsbjA4ZjQyb3FlN2RtZHZhanAifQ.5cfwbNF6RW1td7H1_LLQTQ","category":"qa","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[145.7,15.6],[144.2,13.2],[144.8,12.9],[146.2,15.4],[145.7,15.6]],[[-64.32,17.38],[-64.64,18.36],[-65.33,18.57],[-67.9,18.67],[-68.2,17.8],[-64.32,17.38]],[[179.99,52.2],[172,53.5],[172,52.5],[179.99,51],[179.99,52.2]],[[-156.29276,21.22259],[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259]],[[-95.11054,49.412],[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412]],[[-156.1769,71.5633],[-160.4136,70.7398],[-163.0218,69.9707],[-164.9717,68.9947],[-167.1572,68.722],[-164.8554,67.0255],[-168.0022,66.0018],[-169.0087,66.0015],[-169.0075,64.9988],[-172.5143,63.8767],[-173.8197,59.7401],[-178.0001,52.2446],[-177.9993,51.2554],[-171.4689,51.8215],[-162.4025,53.9567],[-159.0076,55.0025],[-158.0191,55.0028],[-151.9963,55.9992],[-151.5003,57.9988],[-151.5013,58.992],[-138.516,58.9953],[-138.515,57.9986],[-133.9948,54.0032],[-130.0044,54.0043],[-130.0071,57.0001],[-131.9759,56.9995],[-135.123,59.7566],[-138.0072,59.9918],[-139.1716,60.4127],[-140.9874,61.0119],[-140.9684,69.9535],[-156.1769,71.5633]]],"description":"Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/TIGER2017RoadsOverlay.png","overlay":true},{"id":"US-TIGER-Roads-2022","name":"TIGER Roads 2022","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/clf46fv7v000v01q67632zujw/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNsbWw5cDdsbjA4ZjQyb3FlN2RtZHZhanAifQ.5cfwbNF6RW1td7H1_LLQTQ","category":"qa","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[145.7,15.6],[144.2,13.2],[144.8,12.9],[146.2,15.4],[145.7,15.6]],[[-64.32,17.38],[-64.64,18.36],[-65.33,18.57],[-67.9,18.67],[-68.2,17.8],[-64.32,17.38]],[[179.99,52.2],[172,53.5],[172,52.5],[179.99,51],[179.99,52.2]],[[-156.29276,21.22259],[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259]],[[-95.11054,49.412],[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412]],[[-156.1769,71.5633],[-160.4136,70.7398],[-163.0218,69.9707],[-164.9717,68.9947],[-167.1572,68.722],[-164.8554,67.0255],[-168.0022,66.0018],[-169.0087,66.0015],[-169.0075,64.9988],[-172.5143,63.8767],[-173.8197,59.7401],[-178.0001,52.2446],[-177.9993,51.2554],[-171.4689,51.8215],[-162.4025,53.9567],[-159.0076,55.0025],[-158.0191,55.0028],[-151.9963,55.9992],[-151.5003,57.9988],[-151.5013,58.992],[-138.516,58.9953],[-138.515,57.9986],[-133.9948,54.0032],[-130.0044,54.0043],[-130.0071,57.0001],[-131.9759,56.9995],[-135.123,59.7566],[-138.0072,59.9918],[-139.1716,60.4127],[-140.9874,61.0119],[-140.9684,69.9535],[-156.1769,71.5633]]],"description":"Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/TIGER2017RoadsOverlay.png","overlay":true},{"id":"US-TIGER-Roads-2023","name":"TIGER Roads 2023","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/clr406aa300w401pdgc14fxmh/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNsbWw5cDdsbjA4ZjQyb3FlN2RtZHZhanAifQ.5cfwbNF6RW1td7H1_LLQTQ","category":"qa","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[145.7,15.6],[144.2,13.2],[144.8,12.9],[146.2,15.4],[145.7,15.6]],[[-64.32,17.38],[-64.64,18.36],[-65.33,18.57],[-67.9,18.67],[-68.2,17.8],[-64.32,17.38]],[[179.99,52.2],[172,53.5],[172,52.5],[179.99,51],[179.99,52.2]],[[-156.29276,21.22259],[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259]],[[-95.11054,49.412],[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412]],[[-156.1769,71.5633],[-160.4136,70.7398],[-163.0218,69.9707],[-164.9717,68.9947],[-167.1572,68.722],[-164.8554,67.0255],[-168.0022,66.0018],[-169.0087,66.0015],[-169.0075,64.9988],[-172.5143,63.8767],[-173.8197,59.7401],[-178.0001,52.2446],[-177.9993,51.2554],[-171.4689,51.8215],[-162.4025,53.9567],[-159.0076,55.0025],[-158.0191,55.0028],[-151.9963,55.9992],[-151.5003,57.9988],[-151.5013,58.992],[-138.516,58.9953],[-138.515,57.9986],[-133.9948,54.0032],[-130.0044,54.0043],[-130.0071,57.0001],[-131.9759,56.9995],[-135.123,59.7566],[-138.0072,59.9918],[-139.1716,60.4127],[-140.9874,61.0119],[-140.9684,69.9535],[-156.1769,71.5633]]],"description":"Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/TIGER2017RoadsOverlay.png","overlay":true},{"id":"tirol.gv.at-contourlines","name":"Tiris: contour lines","type":"wms","template":"https://gis.tirol.gv.at/arcgis/services/Service_Public/terrain/MapServer/WmsServer?LAYERS=Hoehenschichtlinien_20m&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","zoomExtent":[15,22],"polygon":[[[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785]],[[10.50277,47.58656],[10.47886,47.59925],[10.43998,47.59768],[10.41308,47.57143],[10.4424,47.55514],[10.41998,47.50506],[10.44758,47.48175],[10.4562,47.43626],[10.4148,47.39424],[10.38893,47.39074],[10.33373,47.32063],[10.24404,47.28905],[10.20264,47.29139],[10.16814,47.28086],[10.16814,47.2633],[10.20091,47.25628],[10.18711,47.23989],[10.20954,47.21294],[10.19229,47.20005],[10.20091,47.1426],[10.15952,47.12617],[10.13364,47.09095],[10.13019,47.06276],[10.15262,47.04983],[10.11294,47.02514],[10.14572,47.00044],[10.12502,46.95219],[10.09224,46.92746],[10.10604,46.88621],[10.13192,46.87207],[10.13537,46.8473],[10.16642,46.83904],[10.23886,46.86263],[10.25956,46.9251],[10.29751,46.91332],[10.32856,46.91803],[10.33891,46.94748],[10.3665,46.98044],[10.3941,46.98868],[10.41308,46.95572],[10.47517,46.93217],[10.45103,46.8815],[10.46827,46.83668],[10.52002,46.83904],[10.55452,46.82724],[10.60799,46.85319],[10.67354,46.86971],[10.69424,46.84494],[10.74771,46.82724],[10.72529,46.79064],[10.75633,46.77883],[10.79083,46.78946],[10.82361,46.76938],[10.84085,46.77292],[10.88398,46.75756],[10.91848,46.77056],[11.02369,46.76229],[11.05129,46.80245],[11.09614,46.8237],[11.08234,46.85319],[11.11511,46.88857],[11.10822,46.90389],[11.12546,46.92275],[11.14616,46.92275],[11.17721,46.94395],[11.17549,46.96161],[11.20309,46.9569],[11.34453,46.98633],[11.4049,46.96161],[11.44457,46.9675],[11.49287,47.00868],[11.53254,46.97809],[11.61189,47.00515],[11.64294,46.99456],[11.70676,46.98986],[11.73091,46.96514],[11.77403,46.9675],[11.78783,46.98633],[11.83095,46.99103],[11.92065,47.02985],[12.00517,47.04395],[12.15006,47.07568],[12.13799,47.08977],[12.14143,47.10974],[12.11039,47.14846],[12.09659,47.19771],[12.12591,47.25042],[12.09831,47.27501],[12.11729,47.29958],[12.14833,47.28437],[12.17766,47.29373],[12.2708,47.29841],[12.3122,47.32764],[12.36395,47.30894],[12.41397,47.30426],[12.43467,47.32297],[12.48814,47.32063],[12.50884,47.35102],[12.49159,47.37205],[12.55024,47.39658],[12.57439,47.38607],[12.62096,47.40709],[12.65028,47.44326],[12.64166,47.45959],[12.66753,47.45609],[12.71238,47.48175],[12.68478,47.50389],[12.66753,47.53185],[12.64511,47.55048],[12.67961,47.57492],[12.66581,47.5947],[12.57956,47.61098],[12.58991,47.63424],[12.53126,47.64586],[12.51057,47.63191],[12.45364,47.6749],[12.45364,47.69232],[12.44329,47.70277],[12.37602,47.69581],[12.33635,47.7109],[12.26563,47.69581],[12.2846,47.73178],[12.27253,47.7515],[12.24148,47.75382],[12.21906,47.72482],[12.18111,47.71206],[12.15868,47.7167],[12.15351,47.68768],[12.19491,47.62261],[12.10866,47.61912],[12.07761,47.62726],[12.03622,47.62494],[12.00689,47.63656],[11.84993,47.61098],[11.83958,47.59238],[11.793,47.60284],[11.66881,47.5947],[11.63431,47.60633],[11.59809,47.59121],[11.57567,47.55863],[11.57394,47.5237],[11.467,47.51787],[11.4394,47.53069],[11.3704,47.47592],[11.38248,47.45843],[11.33073,47.46076],[11.29451,47.4421],[11.26691,47.41059],[11.26863,47.44093],[11.20998,47.4456],[11.11511,47.41993],[11.10304,47.40475],[10.99092,47.40825],[11.003,47.43276],[10.9547,47.46776],[10.95125,47.49107],[10.89088,47.49573],[10.934,47.50506],[10.93572,47.5237],[10.89605,47.55048],[10.78566,47.52603],[10.76841,47.55048],[10.71149,47.54932],[10.70804,47.57027],[10.63904,47.5691],[10.60109,47.58074],[10.57004,47.56212],[10.57177,47.54582],[10.51312,47.5435],[10.4838,47.55979],[10.50277,47.58656]]],"terms_url":"https://tiris.tirol.gv.at","terms_text":"tiris.tirol.gv.at","icon":"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif","overlay":true},{"id":"tirol.gv.at-DGM","name":"Tiris: DGM (Terrain model)","type":"wms","template":"https://gis.tirol.gv.at/arcgis/services/Service_Public/terrain/MapServer/WmsServer?LAYERS=Image_Schummerung_Gelaendemodell&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","polygon":[[[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785]],[[10.50277,47.58656],[10.47886,47.59925],[10.43998,47.59768],[10.41308,47.57143],[10.4424,47.55514],[10.41998,47.50506],[10.44758,47.48175],[10.4562,47.43626],[10.4148,47.39424],[10.38893,47.39074],[10.33373,47.32063],[10.24404,47.28905],[10.20264,47.29139],[10.16814,47.28086],[10.16814,47.2633],[10.20091,47.25628],[10.18711,47.23989],[10.20954,47.21294],[10.19229,47.20005],[10.20091,47.1426],[10.15952,47.12617],[10.13364,47.09095],[10.13019,47.06276],[10.15262,47.04983],[10.11294,47.02514],[10.14572,47.00044],[10.12502,46.95219],[10.09224,46.92746],[10.10604,46.88621],[10.13192,46.87207],[10.13537,46.8473],[10.16642,46.83904],[10.23886,46.86263],[10.25956,46.9251],[10.29751,46.91332],[10.32856,46.91803],[10.33891,46.94748],[10.3665,46.98044],[10.3941,46.98868],[10.41308,46.95572],[10.47517,46.93217],[10.45103,46.8815],[10.46827,46.83668],[10.52002,46.83904],[10.55452,46.82724],[10.60799,46.85319],[10.67354,46.86971],[10.69424,46.84494],[10.74771,46.82724],[10.72529,46.79064],[10.75633,46.77883],[10.79083,46.78946],[10.82361,46.76938],[10.84085,46.77292],[10.88398,46.75756],[10.91848,46.77056],[11.02369,46.76229],[11.05129,46.80245],[11.09614,46.8237],[11.08234,46.85319],[11.11511,46.88857],[11.10822,46.90389],[11.12546,46.92275],[11.14616,46.92275],[11.17721,46.94395],[11.17549,46.96161],[11.20309,46.9569],[11.34453,46.98633],[11.4049,46.96161],[11.44457,46.9675],[11.49287,47.00868],[11.53254,46.97809],[11.61189,47.00515],[11.64294,46.99456],[11.70676,46.98986],[11.73091,46.96514],[11.77403,46.9675],[11.78783,46.98633],[11.83095,46.99103],[11.92065,47.02985],[12.00517,47.04395],[12.15006,47.07568],[12.13799,47.08977],[12.14143,47.10974],[12.11039,47.14846],[12.09659,47.19771],[12.12591,47.25042],[12.09831,47.27501],[12.11729,47.29958],[12.14833,47.28437],[12.17766,47.29373],[12.2708,47.29841],[12.3122,47.32764],[12.36395,47.30894],[12.41397,47.30426],[12.43467,47.32297],[12.48814,47.32063],[12.50884,47.35102],[12.49159,47.37205],[12.55024,47.39658],[12.57439,47.38607],[12.62096,47.40709],[12.65028,47.44326],[12.64166,47.45959],[12.66753,47.45609],[12.71238,47.48175],[12.68478,47.50389],[12.66753,47.53185],[12.64511,47.55048],[12.67961,47.57492],[12.66581,47.5947],[12.57956,47.61098],[12.58991,47.63424],[12.53126,47.64586],[12.51057,47.63191],[12.45364,47.6749],[12.45364,47.69232],[12.44329,47.70277],[12.37602,47.69581],[12.33635,47.7109],[12.26563,47.69581],[12.2846,47.73178],[12.27253,47.7515],[12.24148,47.75382],[12.21906,47.72482],[12.18111,47.71206],[12.15868,47.7167],[12.15351,47.68768],[12.19491,47.62261],[12.10866,47.61912],[12.07761,47.62726],[12.03622,47.62494],[12.00689,47.63656],[11.84993,47.61098],[11.83958,47.59238],[11.793,47.60284],[11.66881,47.5947],[11.63431,47.60633],[11.59809,47.59121],[11.57567,47.55863],[11.57394,47.5237],[11.467,47.51787],[11.4394,47.53069],[11.3704,47.47592],[11.38248,47.45843],[11.33073,47.46076],[11.29451,47.4421],[11.26691,47.41059],[11.26863,47.44093],[11.20998,47.4456],[11.11511,47.41993],[11.10304,47.40475],[10.99092,47.40825],[11.003,47.43276],[10.9547,47.46776],[10.95125,47.49107],[10.89088,47.49573],[10.934,47.50506],[10.93572,47.5237],[10.89605,47.55048],[10.78566,47.52603],[10.76841,47.55048],[10.71149,47.54932],[10.70804,47.57027],[10.63904,47.5691],[10.60109,47.58074],[10.57004,47.56212],[10.57177,47.54582],[10.51312,47.5435],[10.4838,47.55979],[10.50277,47.58656]]],"terms_url":"https://tiris.tirol.gv.at","terms_text":"tiris.tirol.gv.at","icon":"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif"},{"id":"tirol.gv.at-DOM","name":"Tiris: DOM (Surface model)","type":"wms","template":"https://gis.tirol.gv.at/arcgis/services/Service_Public/terrain/MapServer/WmsServer?LAYERS=Image_Schummerung_Oberflaechenmodell&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","polygon":[[[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785]],[[10.50277,47.58656],[10.47886,47.59925],[10.43998,47.59768],[10.41308,47.57143],[10.4424,47.55514],[10.41998,47.50506],[10.44758,47.48175],[10.4562,47.43626],[10.4148,47.39424],[10.38893,47.39074],[10.33373,47.32063],[10.24404,47.28905],[10.20264,47.29139],[10.16814,47.28086],[10.16814,47.2633],[10.20091,47.25628],[10.18711,47.23989],[10.20954,47.21294],[10.19229,47.20005],[10.20091,47.1426],[10.15952,47.12617],[10.13364,47.09095],[10.13019,47.06276],[10.15262,47.04983],[10.11294,47.02514],[10.14572,47.00044],[10.12502,46.95219],[10.09224,46.92746],[10.10604,46.88621],[10.13192,46.87207],[10.13537,46.8473],[10.16642,46.83904],[10.23886,46.86263],[10.25956,46.9251],[10.29751,46.91332],[10.32856,46.91803],[10.33891,46.94748],[10.3665,46.98044],[10.3941,46.98868],[10.41308,46.95572],[10.47517,46.93217],[10.45103,46.8815],[10.46827,46.83668],[10.52002,46.83904],[10.55452,46.82724],[10.60799,46.85319],[10.67354,46.86971],[10.69424,46.84494],[10.74771,46.82724],[10.72529,46.79064],[10.75633,46.77883],[10.79083,46.78946],[10.82361,46.76938],[10.84085,46.77292],[10.88398,46.75756],[10.91848,46.77056],[11.02369,46.76229],[11.05129,46.80245],[11.09614,46.8237],[11.08234,46.85319],[11.11511,46.88857],[11.10822,46.90389],[11.12546,46.92275],[11.14616,46.92275],[11.17721,46.94395],[11.17549,46.96161],[11.20309,46.9569],[11.34453,46.98633],[11.4049,46.96161],[11.44457,46.9675],[11.49287,47.00868],[11.53254,46.97809],[11.61189,47.00515],[11.64294,46.99456],[11.70676,46.98986],[11.73091,46.96514],[11.77403,46.9675],[11.78783,46.98633],[11.83095,46.99103],[11.92065,47.02985],[12.00517,47.04395],[12.15006,47.07568],[12.13799,47.08977],[12.14143,47.10974],[12.11039,47.14846],[12.09659,47.19771],[12.12591,47.25042],[12.09831,47.27501],[12.11729,47.29958],[12.14833,47.28437],[12.17766,47.29373],[12.2708,47.29841],[12.3122,47.32764],[12.36395,47.30894],[12.41397,47.30426],[12.43467,47.32297],[12.48814,47.32063],[12.50884,47.35102],[12.49159,47.37205],[12.55024,47.39658],[12.57439,47.38607],[12.62096,47.40709],[12.65028,47.44326],[12.64166,47.45959],[12.66753,47.45609],[12.71238,47.48175],[12.68478,47.50389],[12.66753,47.53185],[12.64511,47.55048],[12.67961,47.57492],[12.66581,47.5947],[12.57956,47.61098],[12.58991,47.63424],[12.53126,47.64586],[12.51057,47.63191],[12.45364,47.6749],[12.45364,47.69232],[12.44329,47.70277],[12.37602,47.69581],[12.33635,47.7109],[12.26563,47.69581],[12.2846,47.73178],[12.27253,47.7515],[12.24148,47.75382],[12.21906,47.72482],[12.18111,47.71206],[12.15868,47.7167],[12.15351,47.68768],[12.19491,47.62261],[12.10866,47.61912],[12.07761,47.62726],[12.03622,47.62494],[12.00689,47.63656],[11.84993,47.61098],[11.83958,47.59238],[11.793,47.60284],[11.66881,47.5947],[11.63431,47.60633],[11.59809,47.59121],[11.57567,47.55863],[11.57394,47.5237],[11.467,47.51787],[11.4394,47.53069],[11.3704,47.47592],[11.38248,47.45843],[11.33073,47.46076],[11.29451,47.4421],[11.26691,47.41059],[11.26863,47.44093],[11.20998,47.4456],[11.11511,47.41993],[11.10304,47.40475],[10.99092,47.40825],[11.003,47.43276],[10.9547,47.46776],[10.95125,47.49107],[10.89088,47.49573],[10.934,47.50506],[10.93572,47.5237],[10.89605,47.55048],[10.78566,47.52603],[10.76841,47.55048],[10.71149,47.54932],[10.70804,47.57027],[10.63904,47.5691],[10.60109,47.58074],[10.57004,47.56212],[10.57177,47.54582],[10.51312,47.5435],[10.4838,47.55979],[10.50277,47.58656]]],"terms_url":"https://tiris.tirol.gv.at","terms_text":"tiris.tirol.gv.at","icon":"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif"},{"id":"tirol.gv.at-orthofoto","name":"Tiris: orthophoto","type":"wms","template":"https://gis.tirol.gv.at/arcgis/services/Service_Public/orthofoto/MapServer/WmsServer?LAYERS=Image_Aktuell_RGB&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785]],[[10.50277,47.58656],[10.47886,47.59925],[10.43998,47.59768],[10.41308,47.57143],[10.4424,47.55514],[10.41998,47.50506],[10.44758,47.48175],[10.4562,47.43626],[10.4148,47.39424],[10.38893,47.39074],[10.33373,47.32063],[10.24404,47.28905],[10.20264,47.29139],[10.16814,47.28086],[10.16814,47.2633],[10.20091,47.25628],[10.18711,47.23989],[10.20954,47.21294],[10.19229,47.20005],[10.20091,47.1426],[10.15952,47.12617],[10.13364,47.09095],[10.13019,47.06276],[10.15262,47.04983],[10.11294,47.02514],[10.14572,47.00044],[10.12502,46.95219],[10.09224,46.92746],[10.10604,46.88621],[10.13192,46.87207],[10.13537,46.8473],[10.16642,46.83904],[10.23886,46.86263],[10.25956,46.9251],[10.29751,46.91332],[10.32856,46.91803],[10.33891,46.94748],[10.3665,46.98044],[10.3941,46.98868],[10.41308,46.95572],[10.47517,46.93217],[10.45103,46.8815],[10.46827,46.83668],[10.52002,46.83904],[10.55452,46.82724],[10.60799,46.85319],[10.67354,46.86971],[10.69424,46.84494],[10.74771,46.82724],[10.72529,46.79064],[10.75633,46.77883],[10.79083,46.78946],[10.82361,46.76938],[10.84085,46.77292],[10.88398,46.75756],[10.91848,46.77056],[11.02369,46.76229],[11.05129,46.80245],[11.09614,46.8237],[11.08234,46.85319],[11.11511,46.88857],[11.10822,46.90389],[11.12546,46.92275],[11.14616,46.92275],[11.17721,46.94395],[11.17549,46.96161],[11.20309,46.9569],[11.34453,46.98633],[11.4049,46.96161],[11.44457,46.9675],[11.49287,47.00868],[11.53254,46.97809],[11.61189,47.00515],[11.64294,46.99456],[11.70676,46.98986],[11.73091,46.96514],[11.77403,46.9675],[11.78783,46.98633],[11.83095,46.99103],[11.92065,47.02985],[12.00517,47.04395],[12.15006,47.07568],[12.13799,47.08977],[12.14143,47.10974],[12.11039,47.14846],[12.09659,47.19771],[12.12591,47.25042],[12.09831,47.27501],[12.11729,47.29958],[12.14833,47.28437],[12.17766,47.29373],[12.2708,47.29841],[12.3122,47.32764],[12.36395,47.30894],[12.41397,47.30426],[12.43467,47.32297],[12.48814,47.32063],[12.50884,47.35102],[12.49159,47.37205],[12.55024,47.39658],[12.57439,47.38607],[12.62096,47.40709],[12.65028,47.44326],[12.64166,47.45959],[12.66753,47.45609],[12.71238,47.48175],[12.68478,47.50389],[12.66753,47.53185],[12.64511,47.55048],[12.67961,47.57492],[12.66581,47.5947],[12.57956,47.61098],[12.58991,47.63424],[12.53126,47.64586],[12.51057,47.63191],[12.45364,47.6749],[12.45364,47.69232],[12.44329,47.70277],[12.37602,47.69581],[12.33635,47.7109],[12.26563,47.69581],[12.2846,47.73178],[12.27253,47.7515],[12.24148,47.75382],[12.21906,47.72482],[12.18111,47.71206],[12.15868,47.7167],[12.15351,47.68768],[12.19491,47.62261],[12.10866,47.61912],[12.07761,47.62726],[12.03622,47.62494],[12.00689,47.63656],[11.84993,47.61098],[11.83958,47.59238],[11.793,47.60284],[11.66881,47.5947],[11.63431,47.60633],[11.59809,47.59121],[11.57567,47.55863],[11.57394,47.5237],[11.467,47.51787],[11.4394,47.53069],[11.3704,47.47592],[11.38248,47.45843],[11.33073,47.46076],[11.29451,47.4421],[11.26691,47.41059],[11.26863,47.44093],[11.20998,47.4456],[11.11511,47.41993],[11.10304,47.40475],[10.99092,47.40825],[11.003,47.43276],[10.9547,47.46776],[10.95125,47.49107],[10.89088,47.49573],[10.934,47.50506],[10.93572,47.5237],[10.89605,47.55048],[10.78566,47.52603],[10.76841,47.55048],[10.71149,47.54932],[10.70804,47.57027],[10.63904,47.5691],[10.60109,47.58074],[10.57004,47.56212],[10.57177,47.54582],[10.51312,47.5435],[10.4838,47.55979],[10.50277,47.58656]]],"terms_url":"https://tiris.tirol.gv.at","terms_text":"tiris.tirol.gv.at","icon":"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif"},{"id":"tirol.gv.at-orthofoto-cir","name":"Tiris: orthophoto infrared","type":"wms","template":"https://gis.tirol.gv.at/arcgis/services/Service_Public/orthofoto/MapServer/WmsServer?LAYERS=Image_Aktuell_CIR&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785]],[[10.50277,47.58656],[10.47886,47.59925],[10.43998,47.59768],[10.41308,47.57143],[10.4424,47.55514],[10.41998,47.50506],[10.44758,47.48175],[10.4562,47.43626],[10.4148,47.39424],[10.38893,47.39074],[10.33373,47.32063],[10.24404,47.28905],[10.20264,47.29139],[10.16814,47.28086],[10.16814,47.2633],[10.20091,47.25628],[10.18711,47.23989],[10.20954,47.21294],[10.19229,47.20005],[10.20091,47.1426],[10.15952,47.12617],[10.13364,47.09095],[10.13019,47.06276],[10.15262,47.04983],[10.11294,47.02514],[10.14572,47.00044],[10.12502,46.95219],[10.09224,46.92746],[10.10604,46.88621],[10.13192,46.87207],[10.13537,46.8473],[10.16642,46.83904],[10.23886,46.86263],[10.25956,46.9251],[10.29751,46.91332],[10.32856,46.91803],[10.33891,46.94748],[10.3665,46.98044],[10.3941,46.98868],[10.41308,46.95572],[10.47517,46.93217],[10.45103,46.8815],[10.46827,46.83668],[10.52002,46.83904],[10.55452,46.82724],[10.60799,46.85319],[10.67354,46.86971],[10.69424,46.84494],[10.74771,46.82724],[10.72529,46.79064],[10.75633,46.77883],[10.79083,46.78946],[10.82361,46.76938],[10.84085,46.77292],[10.88398,46.75756],[10.91848,46.77056],[11.02369,46.76229],[11.05129,46.80245],[11.09614,46.8237],[11.08234,46.85319],[11.11511,46.88857],[11.10822,46.90389],[11.12546,46.92275],[11.14616,46.92275],[11.17721,46.94395],[11.17549,46.96161],[11.20309,46.9569],[11.34453,46.98633],[11.4049,46.96161],[11.44457,46.9675],[11.49287,47.00868],[11.53254,46.97809],[11.61189,47.00515],[11.64294,46.99456],[11.70676,46.98986],[11.73091,46.96514],[11.77403,46.9675],[11.78783,46.98633],[11.83095,46.99103],[11.92065,47.02985],[12.00517,47.04395],[12.15006,47.07568],[12.13799,47.08977],[12.14143,47.10974],[12.11039,47.14846],[12.09659,47.19771],[12.12591,47.25042],[12.09831,47.27501],[12.11729,47.29958],[12.14833,47.28437],[12.17766,47.29373],[12.2708,47.29841],[12.3122,47.32764],[12.36395,47.30894],[12.41397,47.30426],[12.43467,47.32297],[12.48814,47.32063],[12.50884,47.35102],[12.49159,47.37205],[12.55024,47.39658],[12.57439,47.38607],[12.62096,47.40709],[12.65028,47.44326],[12.64166,47.45959],[12.66753,47.45609],[12.71238,47.48175],[12.68478,47.50389],[12.66753,47.53185],[12.64511,47.55048],[12.67961,47.57492],[12.66581,47.5947],[12.57956,47.61098],[12.58991,47.63424],[12.53126,47.64586],[12.51057,47.63191],[12.45364,47.6749],[12.45364,47.69232],[12.44329,47.70277],[12.37602,47.69581],[12.33635,47.7109],[12.26563,47.69581],[12.2846,47.73178],[12.27253,47.7515],[12.24148,47.75382],[12.21906,47.72482],[12.18111,47.71206],[12.15868,47.7167],[12.15351,47.68768],[12.19491,47.62261],[12.10866,47.61912],[12.07761,47.62726],[12.03622,47.62494],[12.00689,47.63656],[11.84993,47.61098],[11.83958,47.59238],[11.793,47.60284],[11.66881,47.5947],[11.63431,47.60633],[11.59809,47.59121],[11.57567,47.55863],[11.57394,47.5237],[11.467,47.51787],[11.4394,47.53069],[11.3704,47.47592],[11.38248,47.45843],[11.33073,47.46076],[11.29451,47.4421],[11.26691,47.41059],[11.26863,47.44093],[11.20998,47.4456],[11.11511,47.41993],[11.10304,47.40475],[10.99092,47.40825],[11.003,47.43276],[10.9547,47.46776],[10.95125,47.49107],[10.89088,47.49573],[10.934,47.50506],[10.93572,47.5237],[10.89605,47.55048],[10.78566,47.52603],[10.76841,47.55048],[10.71149,47.54932],[10.70804,47.57027],[10.63904,47.5691],[10.60109,47.58074],[10.57004,47.56212],[10.57177,47.54582],[10.51312,47.5435],[10.4838,47.55979],[10.50277,47.58656]]],"terms_url":"https://tiris.tirol.gv.at","terms_text":"tiris.tirol.gv.at","icon":"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif"},{"id":"TNMap_Orthoimagery_Latest","name":"TNMap Orthoimagery Latest","type":"tms","template":"https://tnmap.tn.gov/arcgis/rest/services/BASEMAPS/IMAGERY_WEB_MERCATOR/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[6,19],"polygon":[[[-90.32418,34.98378],[-90.02032,34.99468],[-90.01994,34.98328],[-89.66986,34.99486],[-89.66958,34.98342],[-89.34252,34.99348],[-89.34206,34.98236],[-88.8749,34.99483],[-88.87457,34.98373],[-88.33679,34.99579],[-88.33658,34.98463],[-88.19671,34.98741],[-88.19689,34.9982],[-87.79957,35.0047],[-87.79957,34.99383],[-87.2854,35.00029],[-87.28517,34.9894],[-86.93485,34.9928],[-86.93485,34.98193],[-85.62592,34.98491],[-85.62592,34.97393],[-85.34581,34.97259],[-85.34581,34.98335],[-84.5978,34.97729],[-84.59831,34.98782],[-84.31772,34.98483],[-84.31683,35.02882],[-84.29352,35.02882],[-84.28942,35.2148],[-84.26622,35.21507],[-84.26572,35.23643],[-84.24208,35.23708],[-84.24154,35.24718],[-84.21789,35.24696],[-84.21843,35.23599],[-84.12465,35.23467],[-84.12438,35.24586],[-84.07762,35.24542],[-84.07762,35.25574],[-84.05371,35.2553],[-84.05317,35.26627],[-84.03033,35.26627],[-84.02952,35.28821],[-84.00615,35.28842],[-84.00529,35.32057],[-84.02896,35.32101],[-84.02814,35.34298],[-84.00502,35.34254],[-84.00257,35.41951],[-83.97919,35.41951],[-83.97862,35.44108],[-83.95496,35.44108],[-83.95412,35.45164],[-83.9313,35.45141],[-83.9313,35.46173],[-83.90792,35.4615],[-83.90764,35.48307],[-83.8837,35.48307],[-83.88285,35.50508],[-83.85891,35.50462],[-83.85863,35.51586],[-83.81289,35.51501],[-83.81219,35.52572],[-83.78842,35.52591],[-83.78818,35.54732],[-83.76418,35.54676],[-83.76418,35.55765],[-83.6933,35.55747],[-83.69353,35.56704],[-83.66998,35.56723],[-83.66952,35.55615],[-83.62262,35.55597],[-83.6229,35.56639],[-83.59926,35.56593],[-83.59926,35.55504],[-83.48194,35.55295],[-83.48108,35.57427],[-83.45744,35.57404],[-83.45687,35.59581],[-83.43295,35.59557],[-83.43237,35.60598],[-83.40925,35.60576],[-83.40925,35.61637],[-83.38505,35.61703],[-83.38478,35.62654],[-83.36139,35.62654],[-83.36112,35.63803],[-83.33773,35.63737],[-83.3375,35.64819],[-83.28992,35.64745],[-83.28938,35.6692],[-83.26586,35.66906],[-83.26532,35.67935],[-83.24164,35.67927],[-83.24053,35.72273],[-83.16978,35.72168],[-83.16867,35.74228],[-83.14484,35.7418],[-83.14473,35.76411],[-83.09748,35.76357],[-83.09703,35.77459],[-83.07354,35.77395],[-83.07285,35.78496],[-83.04929,35.78421],[-83.04952,35.77339],[-82.95549,35.77097],[-82.95435,35.80403],[-82.93078,35.80361],[-82.92972,35.83624],[-82.90572,35.83579],[-82.90472,35.86875],[-82.88083,35.86794],[-82.87978,35.9008],[-82.90311,35.90148],[-82.90263,35.92365],[-82.87859,35.92317],[-82.87787,35.94505],[-82.85416,35.94438],[-82.85503,35.92245],[-82.78407,35.92065],[-82.78234,35.9644],[-82.75871,35.96367],[-82.75857,35.97473],[-82.78205,35.97535],[-82.78155,35.98648],[-82.75786,35.98585],[-82.75744,35.99675],[-82.73381,35.99612],[-82.73333,36.00712],[-82.70971,36.00653],[-82.70868,36.02847],[-82.68506,36.02788],[-82.68463,36.03864],[-82.66099,36.03811],[-82.6607,36.04901],[-82.63698,36.04828],[-82.63731,36.03751],[-82.61367,36.03672],[-82.61668,35.96005],[-82.59324,35.95927],[-82.59352,35.94835],[-82.54673,35.94696],[-82.54615,35.9578],[-82.52233,35.95726],[-82.52182,35.96808],[-82.49809,35.9675],[-82.49799,35.97864],[-82.47405,35.97798],[-82.47308,35.99976],[-82.4496,35.99927],[-82.44851,36.0211],[-82.42514,36.02033],[-82.4231,36.05342],[-82.39972,36.05276],[-82.39821,36.08545],[-82.37468,36.0849],[-82.37399,36.09557],[-82.35046,36.09535],[-82.34991,36.10591],[-82.32652,36.10547],[-82.32597,36.11636],[-82.30189,36.11558],[-82.30147,36.1267],[-82.2305,36.12423],[-82.2298,36.13544],[-82.1588,36.13301],[-82.15961,36.11124],[-82.13624,36.11021],[-82.13676,36.09929],[-82.06577,36.0974],[-82.06538,36.10801],[-82.04146,36.10748],[-82.0412,36.1182],[-82.01741,36.11778],[-82.0159,36.13954],[-81.99261,36.1389],[-81.99058,36.18269],[-81.96649,36.18194],[-81.96501,36.21463],[-81.94142,36.21429],[-81.93949,36.24679],[-81.91589,36.24613],[-81.91348,36.28987],[-81.88974,36.28928],[-81.88929,36.30018],[-81.86555,36.29947],[-81.86443,36.32133],[-81.84068,36.32051],[-81.83949,36.34251],[-81.7683,36.33992],[-81.76869,36.32895],[-81.69759,36.32644],[-81.69575,36.35919],[-81.71958,36.36005],[-81.71591,36.42619],[-81.69238,36.42548],[-81.68444,36.56788],[-81.66071,36.56714],[-81.65879,36.6],[-81.63507,36.59934],[-81.63383,36.62108],[-81.70531,36.62368],[-81.70594,36.61276],[-81.94395,36.62082],[-81.94504,36.59895],[-82.15965,36.60597],[-82.16026,36.59496],[-82.54156,36.60633],[-82.54192,36.59542],[-82.8756,36.60448],[-82.87595,36.59336],[-83.51965,36.60829],[-83.51996,36.59744],[-83.63912,36.59946],[-83.63896,36.61069],[-83.68654,36.61167],[-83.68701,36.58956],[-84.85533,36.60621],[-84.85543,36.61747],[-84.99828,36.61857],[-84.99828,36.62954],[-85.37972,36.63205],[-85.37982,36.62107],[-85.83293,36.62255],[-85.83306,36.63359],[-86.07159,36.63363],[-86.07163,36.64461],[-86.26245,36.6444],[-86.26248,36.65537],[-87.8371,36.64159],[-87.83805,36.67477],[-87.95726,36.67272],[-87.95765,36.68394],[-88.0767,36.68157],[-88.07506,36.61585],[-88.0511,36.61615],[-88.04841,36.50649],[-88.35784,36.50031],[-88.35859,36.51177],[-88.78678,36.50241],[-88.78731,36.51351],[-89.14443,36.505],[-89.14508,36.5159],[-89.42999,36.50833],[-89.42925,36.4861],[-89.45292,36.48566],[-89.45194,36.46339],[-89.47598,36.463],[-89.47817,36.50674],[-89.54905,36.50468],[-89.54795,36.47189],[-89.52396,36.47264],[-89.52355,36.46159],[-89.54744,36.46085],[-89.54398,36.38419],[-89.52009,36.38483],[-89.51877,36.35181],[-89.54234,36.35099],[-89.5422,36.33997],[-89.56606,36.33938],[-89.56635,36.3504],[-89.63692,36.34817],[-89.63531,36.30435],[-89.61152,36.30519],[-89.61069,36.29426],[-89.58715,36.29451],[-89.58637,36.27289],[-89.53883,36.27415],[-89.53789,36.25214],[-89.63316,36.24931],[-89.63393,36.26045],[-89.7044,36.2581],[-89.70409,36.24695],[-89.72773,36.24633],[-89.72666,36.22454],[-89.70301,36.22553],[-89.70207,36.20325],[-89.67801,36.20431],[-89.67784,36.19314],[-89.65411,36.19367],[-89.65345,36.18277],[-89.63021,36.18356],[-89.62872,36.16161],[-89.60515,36.16214],[-89.60358,36.12944],[-89.62713,36.12855],[-89.62686,36.11771],[-89.65054,36.11694],[-89.65013,36.10588],[-89.67341,36.10555],[-89.67327,36.09404],[-89.69682,36.0936],[-89.69494,36.0496],[-89.71849,36.04905],[-89.71767,36.02691],[-89.74108,36.02602],[-89.73778,35.96049],[-89.71439,35.96083],[-89.71358,35.93929],[-89.68982,35.93986],[-89.68947,35.92883],[-89.66571,35.92958],[-89.66361,35.89675],[-89.68796,35.89571],[-89.68842,35.90694],[-89.71207,35.90631],[-89.71252,35.91725],[-89.75947,35.91543],[-89.75902,35.90448],[-89.78255,35.90375],[-89.78018,35.849],[-89.75627,35.8497],[-89.7557,35.83897],[-89.73222,35.83955],[-89.73165,35.82882],[-89.70817,35.82916],[-89.70803,35.81808],[-89.80195,35.81532],[-89.80065,35.78246],[-89.82412,35.7817],[-89.82319,35.75979],[-89.8939,35.75744],[-89.89446,35.76843],[-89.91791,35.76765],[-89.91744,35.75673],[-89.94098,35.75595],[-89.94058,35.74488],[-89.96396,35.74423],[-89.95941,35.65643],[-89.93603,35.65701],[-89.93584,35.64608],[-89.86497,35.64862],[-89.86464,35.63736],[-89.88789,35.63654],[-89.88766,35.62564],[-89.93448,35.62432],[-89.93398,35.61288],[-89.95735,35.61216],[-89.95659,35.60144],[-89.98017,35.60038],[-89.97912,35.57887],[-89.95581,35.57972],[-89.95437,35.55754],[-89.97846,35.5569],[-89.97913,35.56756],[-90.04928,35.56531],[-90.04808,35.53238],[-90.07118,35.53162],[-90.06891,35.48769],[-90.11587,35.4861],[-90.11541,35.47508],[-90.13883,35.47436],[-90.13704,35.4414],[-90.16065,35.44053],[-90.15997,35.42957],[-90.18349,35.42886],[-90.18005,35.36277],[-90.13321,35.36443],[-90.13532,35.40839],[-90.11191,35.40925],[-90.11094,35.38725],[-90.08733,35.38819],[-90.08675,35.37707],[-90.11026,35.37628],[-90.10856,35.3434],[-90.13188,35.34261],[-90.13169,35.33163],[-90.10808,35.3325],[-90.1074,35.32135],[-90.13091,35.32056],[-90.13043,35.30958],[-90.17716,35.30793],[-90.1744,35.25315],[-90.15099,35.25402],[-90.15034,35.24301],[-90.10341,35.24459],[-90.10133,35.20048],[-90.12485,35.19977],[-90.12289,35.16703],[-90.09957,35.1679],[-90.09904,35.15676],[-90.07563,35.15763],[-90.07446,35.13556],[-90.1915,35.13153],[-90.18853,35.07656],[-90.21204,35.07585],[-90.2104,35.04274],[-90.25702,35.04123],[-90.2577,35.05208],[-90.30434,35.0505],[-90.30327,35.02839],[-90.3266,35.02769],[-90.32418,34.98378]]],"terms_url":"https://imagery.tn.gov/pages/tdot-imagery","terms_text":"Tennessee Imagery Program","icon":"https://www.tn.gov/etc/clientlibs/tncore/main/img/logos/tn-logo.png"},{"id":"tokyo_nerima_orthophoto_2016","name":"Tokyo Nerima-ku Imagery 2016","type":"tms","template":"http://nyampire.conohawing.com/ortho-nerima-ku/{zoom}/{x}/{y}.png","category":"photo","endDate":"2016-07-31T00:00:00.000Z","startDate":"2016-06-02T00:00:00.000Z","zoomExtent":[10,19],"polygon":[[[139.62015,35.78332],[139.62021,35.77503],[139.61094,35.77498],[139.61088,35.78204],[139.60156,35.782],[139.58439,35.78191],[139.55762,35.76574],[139.55799,35.7178],[139.57477,35.70908],[139.59177,35.70917],[139.61351,35.72479],[139.6339,35.7249],[139.63393,35.72119],[139.67127,35.72139],[139.67123,35.72592],[139.68491,35.726],[139.68461,35.76462],[139.66936,35.77421],[139.63412,35.77403],[139.63405,35.78339],[139.62015,35.78332]]],"terms_url":"https://www.city.nerima.tokyo.jp/kusei/tokei/opendata/opendatasite/tokei_kusei/koku-shashin.html","terms_text":"NerimaOrtho","description":"Open Data Orthoimagery from Nerima-ku, 2016"},{"id":"lu.geoportail.opendata.topo","name":"Topographical Map geoportail.lu","type":"tms","template":"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/topo/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.png","endDate":"2010-07-20T00:00:00.000Z","startDate":"2013-07-19T00:00:00.000Z","zoomExtent":[5,20],"polygon":[[[5.96175,50.17631],[5.95286,50.13384],[5.89196,50.12041],[5.881,50.08069],[5.85781,50.07186],[5.85087,50.0563],[5.86189,50.04581],[5.84792,50.02809],[5.81561,50.01437],[5.81806,49.99936],[5.83462,49.98656],[5.83129,49.97995],[5.80652,49.97321],[5.80524,49.96677],[5.78672,49.96816],[5.7688,49.96104],[5.76878,49.94239],[5.77073,49.93711],[5.76039,49.93252],[5.75783,49.91737],[5.73303,49.90285],[5.7346,49.89341],[5.77505,49.88057],[5.77567,49.87438],[5.74955,49.87554],[5.75229,49.85922],[5.74066,49.85152],[5.75399,49.84878],[5.74624,49.84783],[5.74701,49.84048],[5.74053,49.84142],[5.7372,49.83353],[5.74581,49.82435],[5.74159,49.82126],[5.75094,49.79094],[5.76517,49.78961],[5.78626,49.79079],[5.82073,49.74878],[5.82489,49.73767],[5.82191,49.72128],[5.84325,49.71822],[5.86481,49.72331],[5.8757,49.71118],[5.85628,49.68211],[5.85656,49.67628],[5.89934,49.66239],[5.89998,49.63907],[5.88182,49.63815],[5.8694,49.6106],[5.84565,49.5981],[5.84712,49.58961],[5.8511,49.58379],[5.86289,49.58525],[5.86866,49.587],[5.85943,49.57158],[5.8052,49.54272],[5.81625,49.53325],[5.83562,49.54114],[5.84308,49.53081],[5.83187,49.52639],[5.83641,49.51817],[5.84828,49.51397],[5.84897,49.50826],[5.86332,49.50006],[5.89033,49.4948],[5.91578,49.49835],[5.9616,49.49026],[5.96891,49.48202],[5.97232,49.46087],[5.97773,49.45955],[5.97657,49.44885],[5.99412,49.45301],[6.01574,49.44885],[6.02154,49.45127],[6.02529,49.44703],[6.04421,49.44553],[6.05222,49.46028],[6.05917,49.46306],[6.07722,49.46139],[6.08167,49.45417],[6.10483,49.45076],[6.1014,49.46726],[6.12725,49.47081],[6.12937,49.48803],[6.14018,49.48525],[6.1671,49.49006],[6.16086,49.50085],[6.17337,49.50577],[6.19669,49.50331],[6.24133,49.50693],[6.27191,49.49995],[6.28789,49.48379],[6.29503,49.47928],[6.32189,49.47244],[6.3334,49.46493],[6.37056,49.45732],[6.37076,49.50545],[6.35932,49.52481],[6.35855,49.53296],[6.38009,49.54856],[6.3849,49.55817],[6.35791,49.57166],[6.36909,49.5783],[6.38119,49.57509],[6.38443,49.5801],[6.37551,49.58809],[6.37941,49.59526],[6.39898,49.60094],[6.42178,49.61809],[6.44251,49.65591],[6.4399,49.66025],[6.42714,49.66237],[6.5046,49.71227],[6.50788,49.71215],[6.50712,49.71655],[6.49558,49.72443],[6.49891,49.72639],[6.50479,49.725],[6.51176,49.72016],[6.51642,49.72129],[6.51809,49.7242],[6.50727,49.72938],[6.50263,49.73298],[6.50373,49.75086],[6.52052,49.76134],[6.52056,49.76818],[6.51105,49.77422],[6.51917,49.78344],[6.50622,49.78899],[6.53083,49.80116],[6.53225,49.80686],[6.52981,49.81048],[6.5196,49.81446],[6.51485,49.80513],[6.51155,49.80238],[6.50669,49.80993],[6.49681,49.81277],[6.47057,49.82385],[6.46454,49.81975],[6.45366,49.81275],[6.44344,49.81233],[6.44161,49.81547],[6.43097,49.81129],[6.42807,49.81186],[6.42643,49.81629],[6.4022,49.82098],[6.36465,49.85164],[6.33937,49.8507],[6.33656,49.83998],[6.32741,49.83673],[6.32158,49.8409],[6.32361,49.85188],[6.31465,49.86057],[6.31532,49.8673],[6.30989,49.87107],[6.2977,49.86673],[6.29166,49.87548],[6.28113,49.87957],[6.27646,49.87725],[6.26301,49.88101],[6.25781,49.88724],[6.24692,49.89535],[6.23381,49.90028],[6.23229,49.9072],[6.22769,49.91062],[6.23187,49.91064],[6.23603,49.91355],[6.22986,49.92125],[6.21913,49.92354],[6.22635,49.92766],[6.22824,49.93726],[6.22044,49.94369],[6.22502,49.95039],[6.21269,49.9514],[6.20707,49.95672],[6.19978,49.95352],[6.19277,49.97158],[6.18331,49.9686],[6.17983,49.96307],[6.18339,49.9548],[6.17995,49.95386],[6.1763,49.962],[6.17151,49.96298],[6.16549,49.97115],[6.17035,49.98376],[6.17348,49.98344],[6.17305,49.98589],[6.15625,49.98867],[6.15023,49.99518],[6.14218,49.99535],[6.13852,49.99829],[6.13966,49.9994],[6.14546,49.99689],[6.1517,50.01058],[6.13934,50.01116],[6.13024,50.01819],[6.13138,50.01905],[6.13594,50.01485],[6.13868,50.01572],[6.14821,50.02307],[6.13034,50.02975],[6.13661,50.04178],[6.12361,50.06323],[6.11563,50.05817],[6.11444,50.06139],[6.12117,50.064],[6.13186,50.07348],[6.12634,50.07817],[6.12194,50.09059],[6.13547,50.09119],[6.13108,50.09964],[6.13808,50.10263],[6.13555,50.11899],[6.14093,50.1305],[6.12369,50.13719],[6.11323,50.13739],[6.1277,50.14993],[6.1201,50.15594],[6.1225,50.16437],[6.10176,50.17199],[6.07824,50.17255],[6.07668,50.15913],[6.06069,50.15536],[6.03318,50.16395],[6.02627,50.18496],[5.96175,50.17631]]],"terms_url":"https://data.public.lu/en/datasets/cartes-topographiques-services-wms-et-wmts","terms_text":"Administration du Cadastre et de la Topographie","icon":"https://www.geoportail.lu/static/img/lion.png"},{"id":"Torokbalint-orthophoto-2013","name":"Törökbálint orthophoto 2013","type":"wms","template":"https://terkep.torokbalint.hu/mapproxy/service?LAYERS=ORTO_2013_5CM_2013SZEPT_TAKARASSAL_512_512&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2013-09-01T00:00:00.000Z","startDate":"2013-09-01T00:00:00.000Z","polygon":[[[18.91731,47.40854],[18.91927,47.40961],[18.91957,47.40987],[18.92123,47.41091],[18.93114,47.41612],[18.93149,47.4164],[18.93201,47.41674],[18.93257,47.41696],[18.9327,47.41703],[18.95131,47.41664],[18.95144,47.41665],[18.95385,47.41739],[18.95606,47.41813],[18.95676,47.4184],[18.95735,47.41842],[18.96695,47.4246],[18.97009,47.42679],[18.9701,47.42704],[18.96899,47.4297],[18.96598,47.43288],[18.96368,47.4358],[18.96145,47.4393],[18.95877,47.44666],[18.95844,47.44708],[18.95802,47.44715],[18.95749,47.44692],[18.9547,47.44722],[18.95003,47.44824],[18.94826,47.4487],[18.94549,47.4489],[18.94229,47.44903],[18.93921,47.44935],[18.93347,47.44932],[18.93221,47.44922],[18.92972,47.44951],[18.92756,47.44989],[18.92418,47.45025],[18.92246,47.45069],[18.92173,47.4508],[18.91903,47.45161],[18.91846,47.453],[18.91807,47.45317],[18.91598,47.453],[18.91431,47.45294],[18.91386,47.45307],[18.91372,47.45317],[18.91353,47.4532],[18.91326,47.45317],[18.90954,47.4537],[18.9089,47.45384],[18.90837,47.45395],[18.90811,47.45399],[18.90678,47.45439],[18.9066,47.45447],[18.90648,47.45453],[18.90629,47.45477],[18.90567,47.45505],[18.90542,47.4551],[18.90493,47.45506],[18.90427,47.4552],[18.90371,47.45534],[18.89024,47.45988],[18.88943,47.45987],[18.87687,47.45927],[18.87536,47.46113],[18.87268,47.46333],[18.8708,47.46457],[18.86997,47.46524],[18.86794,47.46656],[18.86617,47.46785],[18.86277,47.46929],[18.86146,47.46973],[18.8589,47.47036],[18.85873,47.47038],[18.85862,47.47036],[18.85852,47.47033],[18.85844,47.47027],[18.85838,47.47019],[18.85827,47.46991],[18.85826,47.4698],[18.85836,47.46953],[18.85693,47.46656],[18.85653,47.4658],[18.85663,47.46551],[18.85719,47.46528],[18.85628,47.46403],[18.85634,47.4636],[18.85713,47.46333],[18.85859,47.46272],[18.85929,47.46236],[18.85979,47.46201],[18.86099,47.46071],[18.86194,47.4595],[18.86015,47.45839],[18.8572,47.45636],[18.85718,47.456],[18.85777,47.45568],[18.85839,47.45512],[18.8593,47.45387],[18.85217,47.44847],[18.85195,47.44715],[18.863,47.43798],[18.8634,47.43784],[18.86378,47.43791],[18.86404,47.43809],[18.86466,47.43774],[18.86561,47.4375],[18.86891,47.43712],[18.87206,47.43526],[18.87244,47.43482],[18.87274,47.43324],[18.87273,47.43278],[18.87259,47.4323],[18.8714,47.43001],[18.87164,47.42968],[18.87281,47.42934],[18.87508,47.42836],[18.87602,47.42789],[18.87741,47.42738],[18.87956,47.42649],[18.8801,47.42629],[18.88085,47.42598],[18.88189,47.42553],[18.88436,47.42476],[18.88554,47.42424],[18.88743,47.42332],[18.89055,47.42209],[18.89421,47.4205],[18.8958,47.41954],[18.89666,47.41901],[18.89752,47.41855],[18.89814,47.41835],[18.89888,47.41818],[18.89968,47.41797],[18.90042,47.41755],[18.90062,47.41742],[18.90317,47.41616],[18.90362,47.41597],[18.90481,47.41568],[18.90676,47.41443],[18.90841,47.41317],[18.90932,47.41258],[18.91041,47.41175],[18.9122,47.41098],[18.91314,47.41038],[18.91376,47.40976],[18.91385,47.4097],[18.91458,47.40938],[18.91565,47.40905],[18.91606,47.40885],[18.91691,47.40849],[18.91731,47.40854]]],"terms_url":"http://www.torokbalint.hu","terms_text":"Törökbálint","description":"5 cm resolution bald image"},{"id":"Torokbalint-orthophoto-2015","name":"Törökbálint orthophoto 2015","type":"wms","template":"https://terkep.torokbalint.hu/mapproxy/service?LAYERS=TBORTO_2015_20160218&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","polygon":[[[18.91731,47.40854],[18.91927,47.40961],[18.91957,47.40987],[18.92123,47.41091],[18.93114,47.41612],[18.93149,47.4164],[18.93201,47.41674],[18.93257,47.41696],[18.9327,47.41703],[18.95131,47.41664],[18.95144,47.41665],[18.95385,47.41739],[18.95606,47.41813],[18.95676,47.4184],[18.95735,47.41842],[18.96695,47.4246],[18.97009,47.42679],[18.9701,47.42704],[18.96899,47.4297],[18.96598,47.43288],[18.96368,47.4358],[18.96145,47.4393],[18.95877,47.44666],[18.95844,47.44708],[18.95802,47.44715],[18.95749,47.44692],[18.9547,47.44722],[18.95003,47.44824],[18.94826,47.4487],[18.94549,47.4489],[18.94229,47.44903],[18.93921,47.44935],[18.93347,47.44932],[18.93221,47.44922],[18.92972,47.44951],[18.92756,47.44989],[18.92418,47.45025],[18.92246,47.45069],[18.92173,47.4508],[18.91903,47.45161],[18.91846,47.453],[18.91807,47.45317],[18.91598,47.453],[18.91431,47.45294],[18.91386,47.45307],[18.91372,47.45317],[18.91353,47.4532],[18.91326,47.45317],[18.90954,47.4537],[18.9089,47.45384],[18.90837,47.45395],[18.90811,47.45399],[18.90678,47.45439],[18.9066,47.45447],[18.90648,47.45453],[18.90629,47.45477],[18.90567,47.45505],[18.90542,47.4551],[18.90493,47.45506],[18.90427,47.4552],[18.90371,47.45534],[18.89024,47.45988],[18.88943,47.45987],[18.87687,47.45927],[18.87536,47.46113],[18.87268,47.46333],[18.8708,47.46457],[18.86997,47.46524],[18.86794,47.46656],[18.86617,47.46785],[18.86277,47.46929],[18.86146,47.46973],[18.8589,47.47036],[18.85873,47.47038],[18.85862,47.47036],[18.85852,47.47033],[18.85844,47.47027],[18.85838,47.47019],[18.85827,47.46991],[18.85826,47.4698],[18.85836,47.46953],[18.85693,47.46656],[18.85653,47.4658],[18.85663,47.46551],[18.85719,47.46528],[18.85628,47.46403],[18.85634,47.4636],[18.85713,47.46333],[18.85859,47.46272],[18.85929,47.46236],[18.85979,47.46201],[18.86099,47.46071],[18.86194,47.4595],[18.86015,47.45839],[18.8572,47.45636],[18.85718,47.456],[18.85777,47.45568],[18.85839,47.45512],[18.8593,47.45387],[18.85217,47.44847],[18.85195,47.44715],[18.863,47.43798],[18.8634,47.43784],[18.86378,47.43791],[18.86404,47.43809],[18.86466,47.43774],[18.86561,47.4375],[18.86891,47.43712],[18.87206,47.43526],[18.87244,47.43482],[18.87274,47.43324],[18.87273,47.43278],[18.87259,47.4323],[18.8714,47.43001],[18.87164,47.42968],[18.87281,47.42934],[18.87508,47.42836],[18.87602,47.42789],[18.87741,47.42738],[18.87956,47.42649],[18.8801,47.42629],[18.88085,47.42598],[18.88189,47.42553],[18.88436,47.42476],[18.88554,47.42424],[18.88743,47.42332],[18.89055,47.42209],[18.89421,47.4205],[18.8958,47.41954],[18.89666,47.41901],[18.89752,47.41855],[18.89814,47.41835],[18.89888,47.41818],[18.89968,47.41797],[18.90042,47.41755],[18.90062,47.41742],[18.90317,47.41616],[18.90362,47.41597],[18.90481,47.41568],[18.90676,47.41443],[18.90841,47.41317],[18.90932,47.41258],[18.91041,47.41175],[18.9122,47.41098],[18.91314,47.41038],[18.91376,47.40976],[18.91385,47.4097],[18.91458,47.40938],[18.91565,47.40905],[18.91606,47.40885],[18.91691,47.40849],[18.91731,47.40854]]],"terms_url":"http://www.torokbalint.hu/","terms_text":"Törökbálint","description":"5 cm resolution bald image"},{"id":"Torokbalint-orthophoto-2018","name":"Törökbálint orthophoto 2018","type":"wms","template":"https://terkep.torokbalint.hu/mapproxy/service?LAYERS=TBORTO_2018&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","polygon":[[[18.91731,47.40854],[18.91927,47.40961],[18.91957,47.40987],[18.92123,47.41091],[18.93114,47.41612],[18.93149,47.4164],[18.93201,47.41674],[18.93257,47.41696],[18.9327,47.41703],[18.95131,47.41664],[18.95144,47.41665],[18.95385,47.41739],[18.95606,47.41813],[18.95676,47.4184],[18.95735,47.41842],[18.96695,47.4246],[18.97009,47.42679],[18.9701,47.42704],[18.96899,47.4297],[18.96598,47.43288],[18.96368,47.4358],[18.96145,47.4393],[18.95877,47.44666],[18.95844,47.44708],[18.95802,47.44715],[18.95749,47.44692],[18.9547,47.44722],[18.95003,47.44824],[18.94826,47.4487],[18.94549,47.4489],[18.94229,47.44903],[18.93921,47.44935],[18.93347,47.44932],[18.93221,47.44922],[18.92972,47.44951],[18.92756,47.44989],[18.92418,47.45025],[18.92246,47.45069],[18.92173,47.4508],[18.91903,47.45161],[18.91846,47.453],[18.91807,47.45317],[18.91598,47.453],[18.91431,47.45294],[18.91386,47.45307],[18.91372,47.45317],[18.91353,47.4532],[18.91326,47.45317],[18.90954,47.4537],[18.9089,47.45384],[18.90837,47.45395],[18.90811,47.45399],[18.90678,47.45439],[18.9066,47.45447],[18.90648,47.45453],[18.90629,47.45477],[18.90567,47.45505],[18.90542,47.4551],[18.90493,47.45506],[18.90427,47.4552],[18.90371,47.45534],[18.89024,47.45988],[18.88943,47.45987],[18.87687,47.45927],[18.87536,47.46113],[18.87268,47.46333],[18.8708,47.46457],[18.86997,47.46524],[18.86794,47.46656],[18.86617,47.46785],[18.86277,47.46929],[18.86146,47.46973],[18.8589,47.47036],[18.85873,47.47038],[18.85862,47.47036],[18.85852,47.47033],[18.85844,47.47027],[18.85838,47.47019],[18.85827,47.46991],[18.85826,47.4698],[18.85836,47.46953],[18.85693,47.46656],[18.85653,47.4658],[18.85663,47.46551],[18.85719,47.46528],[18.85628,47.46403],[18.85634,47.4636],[18.85713,47.46333],[18.85859,47.46272],[18.85929,47.46236],[18.85979,47.46201],[18.86099,47.46071],[18.86194,47.4595],[18.86015,47.45839],[18.8572,47.45636],[18.85718,47.456],[18.85777,47.45568],[18.85839,47.45512],[18.8593,47.45387],[18.85217,47.44847],[18.85195,47.44715],[18.863,47.43798],[18.8634,47.43784],[18.86378,47.43791],[18.86404,47.43809],[18.86466,47.43774],[18.86561,47.4375],[18.86891,47.43712],[18.87206,47.43526],[18.87244,47.43482],[18.87274,47.43324],[18.87273,47.43278],[18.87259,47.4323],[18.8714,47.43001],[18.87164,47.42968],[18.87281,47.42934],[18.87508,47.42836],[18.87602,47.42789],[18.87741,47.42738],[18.87956,47.42649],[18.8801,47.42629],[18.88085,47.42598],[18.88189,47.42553],[18.88436,47.42476],[18.88554,47.42424],[18.88743,47.42332],[18.89055,47.42209],[18.89421,47.4205],[18.8958,47.41954],[18.89666,47.41901],[18.89752,47.41855],[18.89814,47.41835],[18.89888,47.41818],[18.89968,47.41797],[18.90042,47.41755],[18.90062,47.41742],[18.90317,47.41616],[18.90362,47.41597],[18.90481,47.41568],[18.90676,47.41443],[18.90841,47.41317],[18.90932,47.41258],[18.91041,47.41175],[18.9122,47.41098],[18.91314,47.41038],[18.91376,47.40976],[18.91385,47.4097],[18.91458,47.40938],[18.91565,47.40905],[18.91606,47.40885],[18.91691,47.40849],[18.91731,47.40854]]],"terms_url":"http://www.torokbalint.hu/","terms_text":"Törökbálint","description":"5 cm resolution bald image"},{"id":"Torokbalint-orthophoto-2021","name":"Törökbálint orthophoto 2021","type":"wms","template":"https://terkep.torokbalint.hu/mapproxy/service?LAYERS=TBORTO_2021&STYLES=&FORMAT=image/jpeg&TRANSPARENT=true&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[1,22],"polygon":[[[18.91731,47.40854],[18.91927,47.40961],[18.91957,47.40987],[18.92123,47.41091],[18.93114,47.41612],[18.93149,47.4164],[18.93201,47.41674],[18.93257,47.41696],[18.9327,47.41703],[18.95131,47.41664],[18.95144,47.41665],[18.95385,47.41739],[18.95606,47.41813],[18.95676,47.4184],[18.95735,47.41842],[18.96695,47.4246],[18.97009,47.42679],[18.9701,47.42704],[18.96899,47.4297],[18.96598,47.43288],[18.96368,47.4358],[18.96145,47.4393],[18.95877,47.44666],[18.95844,47.44708],[18.95802,47.44715],[18.95749,47.44692],[18.9547,47.44722],[18.95003,47.44824],[18.94826,47.4487],[18.94549,47.4489],[18.94229,47.44903],[18.93921,47.44935],[18.93347,47.44932],[18.93221,47.44922],[18.92972,47.44951],[18.92756,47.44989],[18.92418,47.45025],[18.92246,47.45069],[18.92173,47.4508],[18.91903,47.45161],[18.91846,47.453],[18.91807,47.45317],[18.91598,47.453],[18.91431,47.45294],[18.91386,47.45307],[18.91372,47.45317],[18.91353,47.4532],[18.91326,47.45317],[18.90954,47.4537],[18.9089,47.45384],[18.90837,47.45395],[18.90811,47.45399],[18.90678,47.45439],[18.9066,47.45447],[18.90648,47.45453],[18.90629,47.45477],[18.90567,47.45505],[18.90542,47.4551],[18.90493,47.45506],[18.90427,47.4552],[18.90371,47.45534],[18.89024,47.45988],[18.88943,47.45987],[18.87687,47.45927],[18.87536,47.46113],[18.87268,47.46333],[18.8708,47.46457],[18.86997,47.46524],[18.86794,47.46656],[18.86617,47.46785],[18.86277,47.46929],[18.86146,47.46973],[18.8589,47.47036],[18.85873,47.47038],[18.85862,47.47036],[18.85852,47.47033],[18.85844,47.47027],[18.85838,47.47019],[18.85827,47.46991],[18.85826,47.4698],[18.85836,47.46953],[18.85693,47.46656],[18.85653,47.4658],[18.85663,47.46551],[18.85719,47.46528],[18.85628,47.46403],[18.85634,47.4636],[18.85713,47.46333],[18.85859,47.46272],[18.85929,47.46236],[18.85979,47.46201],[18.86099,47.46071],[18.86194,47.4595],[18.86015,47.45839],[18.8572,47.45636],[18.85718,47.456],[18.85777,47.45568],[18.85839,47.45512],[18.8593,47.45387],[18.85217,47.44847],[18.85195,47.44715],[18.863,47.43798],[18.8634,47.43784],[18.86378,47.43791],[18.86404,47.43809],[18.86466,47.43774],[18.86561,47.4375],[18.86891,47.43712],[18.87206,47.43526],[18.87244,47.43482],[18.87274,47.43324],[18.87273,47.43278],[18.87259,47.4323],[18.8714,47.43001],[18.87164,47.42968],[18.87281,47.42934],[18.87508,47.42836],[18.87602,47.42789],[18.87741,47.42738],[18.87956,47.42649],[18.8801,47.42629],[18.88085,47.42598],[18.88189,47.42553],[18.88436,47.42476],[18.88554,47.42424],[18.88743,47.42332],[18.89055,47.42209],[18.89421,47.4205],[18.8958,47.41954],[18.89666,47.41901],[18.89752,47.41855],[18.89814,47.41835],[18.89888,47.41818],[18.89968,47.41797],[18.90042,47.41755],[18.90062,47.41742],[18.90317,47.41616],[18.90362,47.41597],[18.90481,47.41568],[18.90676,47.41443],[18.90841,47.41317],[18.90932,47.41258],[18.91041,47.41175],[18.9122,47.41098],[18.91314,47.41038],[18.91376,47.40976],[18.91385,47.4097],[18.91458,47.40938],[18.91565,47.40905],[18.91606,47.40885],[18.91691,47.40849],[18.91731,47.40854]]],"terms_url":"https://www.torokbalint.hu/","terms_text":"Törökbálint","best":true,"description":"5 cm resolution bald image"},{"id":"Toulouse-Orthophotoplan-2007","name":"Toulouse - Orthophotoplan 2007","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/toulouse_ortho2007/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2007-01-01T00:00:00.000Z","startDate":"2007-01-01T00:00:00.000Z","zoomExtent":[7,22],"polygon":[[[1.192,43.63288],[1.19243,43.61037],[1.20195,43.61048],[1.20206,43.60448],[1.21388,43.60464],[1.21397,43.5993],[1.22394,43.59947],[1.22396,43.5946],[1.23504,43.5946],[1.23504,43.59478],[1.2518,43.59494],[1.2518,43.59563],[1.25338,43.59563],[1.25355,43.5885],[1.2674,43.58861],[1.26757,43.57736],[1.28929,43.57754],[1.28956,43.55945],[1.29554,43.55955],[1.29554,43.55943],[1.30361,43.55951],[1.30369,43.55519],[1.31133,43.55526],[1.31152,43.54401],[1.28986,43.54382],[1.29026,43.52131],[1.3119,43.52152],[1.3121,43.51025],[1.39865,43.51101],[1.39848,43.52226],[1.57165,43.52355],[1.57123,43.55731],[1.58109,43.55738],[1.58091,43.57378],[1.57948,43.57377],[1.57937,43.57989],[1.57094,43.57983],[1.57077,43.59107],[1.5491,43.59095],[1.54882,43.61343],[1.57051,43.61358],[1.57022,43.63608],[1.54854,43.63594],[1.54837,43.64716],[1.52669,43.64703],[1.52655,43.65827],[1.50484,43.65812],[1.50468,43.66936],[1.48298,43.66921],[1.48249,43.70295],[1.46078,43.7028],[1.46045,43.72529],[1.37358,43.72458],[1.37343,43.73105],[1.33673,43.73122],[1.33671,43.73058],[1.33002,43.73052],[1.33033,43.71295],[1.30865,43.71277],[1.30882,43.70146],[1.28708,43.70132],[1.28749,43.67883],[1.25688,43.67853],[1.25695,43.67447],[1.25557,43.67445],[1.25557,43.67472],[1.2494,43.67466],[1.2494,43.67443],[1.24416,43.67439],[1.24436,43.66716],[1.23509,43.66707],[1.23512,43.66503],[1.23376,43.66502],[1.23376,43.66569],[1.22754,43.66564],[1.22753,43.66538],[1.22262,43.66534],[1.2228,43.6557],[1.20111,43.65549],[1.20154,43.63297],[1.192,43.63288]]],"terms_url":"https://data.toulouse-metropole.fr/explore/dataset/orthophotoplan-2007/information/","terms_text":"Orthophotoplan 2007 - Toulouse Métropole, 20/09/2012, sous license ODbL"},{"id":"Toulouse-Orthophotoplan-2011","name":"Toulouse - Orthophotoplan 2011","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/toulouse_ortho2011/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[7,22],"polygon":[[[1.11351,43.68676],[1.11491,43.64176],[1.13659,43.64209],[1.13726,43.61962],[1.15896,43.61995],[1.15928,43.60869],[1.18102,43.60904],[1.18162,43.58656],[1.20331,43.5869],[1.20398,43.56442],[1.22568,43.56472],[1.22596,43.55349],[1.2476,43.55378],[1.24823,43.53133],[1.26988,43.53164],[1.27021,43.5204],[1.29186,43.5207],[1.29216,43.50947],[1.63841,43.51407],[1.63538,43.64908],[1.61372,43.64883],[1.61342,43.66003],[1.59174,43.6598],[1.5912,43.68227],[1.56957,43.68203],[1.5692,43.69329],[1.54757,43.69304],[1.54727,43.70426],[1.52561,43.70401],[1.52531,43.71518],[1.50359,43.71497],[1.50303,43.73741],[1.48133,43.73718],[1.48103,43.7484],[1.45933,43.74815],[1.45901,43.75937],[1.43731,43.7591],[1.43673,43.78158],[1.32808,43.78003],[1.32834,43.76879],[1.30664,43.76848],[1.30692,43.75723],[1.28525,43.75693],[1.28553,43.74565],[1.26383,43.74536],[1.26415,43.73409],[1.24243,43.73375],[1.24274,43.72253],[1.19934,43.72187],[1.19966,43.71061],[1.17799,43.71028],[1.17829,43.69903],[1.13489,43.69835],[1.13518,43.68708],[1.11351,43.68676]]],"terms_url":"https://data.toulouse-metropole.fr/explore/dataset/orthophotoplan-2011/information/","terms_text":"Orthophotoplan 2011 - Toulouse Métropole, 20/09/2012, sous license ODbL"},{"id":"Toulouse-Orthophotoplan-2013","name":"Toulouse - Orthophotoplan 2013","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/toulouse_2013/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[7,22],"polygon":[[[1.11351,43.68676],[1.11491,43.64176],[1.13659,43.64209],[1.13726,43.61962],[1.15896,43.61995],[1.15928,43.60869],[1.18102,43.60904],[1.18162,43.58656],[1.20331,43.5869],[1.20398,43.56442],[1.22568,43.56472],[1.22596,43.55349],[1.2476,43.55378],[1.24823,43.53133],[1.26988,43.53164],[1.27021,43.5204],[1.29186,43.5207],[1.29216,43.50947],[1.63841,43.51407],[1.63538,43.64908],[1.61372,43.64883],[1.61342,43.66003],[1.59174,43.6598],[1.5912,43.68227],[1.56957,43.68203],[1.5692,43.69329],[1.54757,43.69304],[1.54727,43.70426],[1.52561,43.70401],[1.52531,43.71518],[1.50359,43.71497],[1.50303,43.73741],[1.48133,43.73718],[1.48103,43.7484],[1.45933,43.74815],[1.45901,43.75937],[1.43731,43.7591],[1.43673,43.78158],[1.32808,43.78003],[1.32834,43.76879],[1.30664,43.76848],[1.30692,43.75723],[1.28525,43.75693],[1.28553,43.74565],[1.26383,43.74536],[1.26415,43.73409],[1.24243,43.73375],[1.24274,43.72253],[1.19934,43.72187],[1.19966,43.71061],[1.17799,43.71028],[1.17829,43.69903],[1.13489,43.69835],[1.13518,43.68708],[1.11351,43.68676]]],"terms_url":"https://data.toulouse-metropole.fr/explore/dataset/orthophotoplan-2013/information/","terms_text":"Orthophotoplan 2013 - Toulouse Métropole, 31/12/2013, sous license ODbL"},{"id":"Toulouse-Orthophotoplan-2015","name":"Toulouse - Orthophotoplan 2015","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/toulouse_2015/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[7,22],"polygon":[[[1.11351,43.68676],[1.11491,43.64176],[1.13659,43.64209],[1.13726,43.61962],[1.15896,43.61995],[1.15928,43.60869],[1.18102,43.60904],[1.18162,43.58656],[1.20331,43.5869],[1.20398,43.56442],[1.22568,43.56472],[1.22596,43.55349],[1.2476,43.55378],[1.24823,43.53133],[1.26988,43.53164],[1.27021,43.5204],[1.29186,43.5207],[1.29216,43.50947],[1.63841,43.51407],[1.63538,43.64908],[1.61372,43.64883],[1.61342,43.66003],[1.59174,43.6598],[1.5912,43.68227],[1.56957,43.68203],[1.5692,43.69329],[1.54757,43.69304],[1.54727,43.70426],[1.52561,43.70401],[1.52531,43.71518],[1.50359,43.71497],[1.50303,43.73741],[1.48133,43.73718],[1.48103,43.7484],[1.45933,43.74815],[1.45901,43.75937],[1.43731,43.7591],[1.43673,43.78158],[1.32808,43.78003],[1.32834,43.76879],[1.30664,43.76848],[1.30692,43.75723],[1.28525,43.75693],[1.28553,43.74565],[1.26383,43.74536],[1.26415,43.73409],[1.24243,43.73375],[1.24274,43.72253],[1.19934,43.72187],[1.19966,43.71061],[1.17799,43.71028],[1.17829,43.69903],[1.13489,43.69835],[1.13518,43.68708],[1.11351,43.68676]]],"terms_url":"https://data.toulouse-metropole.fr/explore/dataset/orthophotoplan-2015/information/","terms_text":"Orthophotoplan 2015 - Toulouse Métropole, 14/12/2015, sous license ODbL"},{"id":"Toulouse-Orthophotoplan-2017","name":"Toulouse - Orthophotoplan 2017","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/toulouse_2017/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[7,22],"polygon":[[[1.11351,43.68676],[1.11491,43.64176],[1.13659,43.64209],[1.13726,43.61962],[1.15896,43.61995],[1.15928,43.60869],[1.18102,43.60904],[1.18162,43.58656],[1.20331,43.5869],[1.20398,43.56442],[1.22568,43.56472],[1.22596,43.55349],[1.2476,43.55378],[1.24823,43.53133],[1.26988,43.53164],[1.27021,43.5204],[1.29186,43.5207],[1.29216,43.50947],[1.63841,43.51407],[1.63538,43.64908],[1.61372,43.64883],[1.61342,43.66003],[1.59174,43.6598],[1.5912,43.68227],[1.56957,43.68203],[1.5692,43.69329],[1.54757,43.69304],[1.54727,43.70426],[1.52561,43.70401],[1.52531,43.71518],[1.50359,43.71497],[1.50303,43.73741],[1.48133,43.73718],[1.48103,43.7484],[1.45933,43.74815],[1.45901,43.75937],[1.43731,43.7591],[1.43673,43.78158],[1.32808,43.78003],[1.32834,43.76879],[1.30664,43.76848],[1.30692,43.75723],[1.28525,43.75693],[1.28553,43.74565],[1.26383,43.74536],[1.26415,43.73409],[1.24243,43.73375],[1.24274,43.72253],[1.19934,43.72187],[1.19966,43.71061],[1.17799,43.71028],[1.17829,43.69903],[1.13489,43.69835],[1.13518,43.68708],[1.11351,43.68676]]],"terms_url":"https://data.toulouse-metropole.fr/explore/dataset/orthophotoplan-2017/information/","terms_text":"Orthophotoplan 2017 - Toulouse Métropole, 04/07/2018, sous license ODbL"},{"id":"Toulouse-Orthophotoplan-2019","name":"Toulouse - Orthophotoplan 2019","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/toulouse_2019/{zoom}/{x}/{y}","category":"photo","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[1.4157,43.76341],[1.40437,43.75616],[1.39115,43.76695],[1.37076,43.7772],[1.35883,43.77705],[1.31841,43.76186],[1.30884,43.75002],[1.3369,43.72007],[1.3369,43.71721],[1.29545,43.70239],[1.29425,43.68718],[1.26901,43.68042],[1.21588,43.64589],[1.19425,43.61763],[1.23202,43.59998],[1.25614,43.59538],[1.27596,43.59314],[1.28592,43.5891],[1.28146,43.5812],[1.28154,43.57408],[1.3163,43.55801],[1.30437,43.55005],[1.3051,43.52478],[1.33836,43.50306],[1.36076,43.51016],[1.37501,43.51059],[1.3799,43.51265],[1.37965,43.52192],[1.40128,43.53337],[1.4393,43.53387],[1.44642,43.52958],[1.46608,43.52983],[1.48694,43.54457],[1.50144,43.54463],[1.54839,43.5269],[1.56504,43.5269],[1.56444,43.55384],[1.57182,43.55384],[1.58169,43.54942],[1.59671,43.54955],[1.61783,43.56385],[1.64272,43.60327],[1.62693,43.61309],[1.62392,43.61291],[1.58092,43.64176],[1.58032,43.66657],[1.56367,43.67079],[1.55165,43.67067],[1.53758,43.66601],[1.49131,43.68731],[1.45895,43.7102],[1.4611,43.72813],[1.46076,43.73502],[1.42926,43.75114],[1.429,43.76335],[1.4157,43.76341]]],"terms_url":"https://data.toulouse-metropole.fr/explore/dataset/orthophotoplan-2019/information/","terms_text":"Orthophotoplan 2019 - Toulouse Métropole, 2021, Licence Ouverte v2.0 (Etalab)","best":true},{"id":"Tours-Orthophoto-2008_2010","name":"Tours - Orthophotos 2008-2010","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/tours/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2011-01-01T00:00:00.000Z","startDate":"2008-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[0.54575,47.46526],[0.54585,47.46082],[0.53922,47.4607],[0.53935,47.45624],[0.5328,47.4561],[0.5329,47.45157],[0.52619,47.4514],[0.52659,47.44249],[0.50009,47.44207],[0.50024,47.43758],[0.4936,47.43743],[0.4937,47.43293],[0.46061,47.43246],[0.46072,47.42798],[0.4541,47.42781],[0.45493,47.40539],[0.46154,47.40545],[0.46191,47.39649],[0.46843,47.3966],[0.46913,47.37864],[0.47571,47.37876],[0.47621,47.3652],[0.48283,47.36535],[0.48296,47.36083],[0.47635,47.36074],[0.47665,47.35173],[0.47005,47.35162],[0.4702,47.34713],[0.46375,47.34701],[0.45714,47.34241],[0.45729,47.33791],[0.45067,47.33781],[0.45084,47.33331],[0.44422,47.3332],[0.44438,47.32871],[0.43114,47.3285],[0.43163,47.315],[0.43824,47.31511],[0.43838,47.31062],[0.47145,47.31114],[0.47131,47.31566],[0.47789,47.31575],[0.47807,47.31128],[0.48468,47.31136],[0.48486,47.30687],[0.49144,47.30698],[0.49174,47.29797],[0.48516,47.29787],[0.48543,47.28887],[0.47885,47.28877],[0.47916,47.27978],[0.48578,47.2799],[0.48591,47.27539],[0.49254,47.2755],[0.49267,47.27101],[0.4993,47.27111],[0.49943,47.26661],[0.51927,47.26692],[0.51942,47.26242],[0.52602,47.26252],[0.52587,47.26702],[0.5457,47.26734],[0.54555,47.27183],[0.55877,47.27204],[0.55863,47.27652],[0.56523,47.27663],[0.56508,47.28112],[0.57168,47.28123],[0.57152,47.28572],[0.57814,47.28583],[0.57799,47.29033],[0.5846,47.29043],[0.58431,47.29942],[0.5975,47.29961],[0.59766,47.29514],[0.65716,47.296],[0.6573,47.29151],[0.6705,47.29172],[0.67035,47.29621],[0.68362,47.29637],[0.68343,47.30089],[0.69006,47.30096],[0.68992,47.30547],[0.7362,47.30612],[0.73608,47.31061],[0.7559,47.31089],[0.75577,47.31539],[0.76238,47.31547],[0.76223,47.31999],[0.77549,47.32015],[0.77497,47.33882],[0.77458,47.35163],[0.76804,47.35159],[0.76759,47.36053],[0.77424,47.36062],[0.77335,47.39213],[0.76674,47.39202],[0.76644,47.40108],[0.77306,47.40111],[0.77289,47.41013],[0.76618,47.41002],[0.76603,47.4145],[0.75276,47.4143],[0.75298,47.40981],[0.74624,47.4097],[0.74594,47.42322],[0.73923,47.42315],[0.73887,47.43661],[0.73233,47.43652],[0.73219,47.44106],[0.7255,47.44098],[0.72542,47.44535],[0.73188,47.44548],[0.73185,47.45011],[0.73845,47.45023],[0.73831,47.45463],[0.74494,47.45474],[0.74432,47.4772],[0.73107,47.47697],[0.7309,47.48154],[0.71762,47.48126],[0.71779,47.47684],[0.69777,47.4765],[0.69805,47.47198],[0.69145,47.47189],[0.69173,47.46302],[0.6851,47.46293],[0.68494,47.46735],[0.67826,47.46733],[0.67798,47.47622],[0.67141,47.47616],[0.67104,47.4882],[0.65773,47.48797],[0.65782,47.48504],[0.65119,47.48483],[0.65147,47.47586],[0.64482,47.47572],[0.64493,47.47126],[0.6118,47.47075],[0.61188,47.46631],[0.60528,47.46612],[0.60542,47.46166],[0.59888,47.46155],[0.59902,47.45709],[0.57249,47.45669],[0.57218,47.46565],[0.54575,47.46526]]],"terms_url":"https://wiki.openstreetmap.org/wiki/Tours/Orthophoto","terms_text":"Orthophoto Tour(s) Plus 2008"},{"id":"Tours-Orthophoto-2013","name":"Tours - Orthophotos 2013","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/tours_2013/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[0.77512,47.32983],[0.77427,47.35617],[0.77053,47.35611],[0.77024,47.36512],[0.77398,47.36517],[0.7728,47.40148],[0.7904,47.40147],[0.78988,47.4103],[0.79117,47.41047],[0.79108,47.41942],[0.79392,47.41942],[0.79319,47.43733],[0.79834,47.43742],[0.79808,47.45544],[0.80044,47.45541],[0.80138,47.46426],[0.80074,47.46899],[0.79396,47.47331],[0.78405,47.47323],[0.78387,47.47871],[0.77606,47.47859],[0.77585,47.48204],[0.77066,47.48219],[0.77044,47.4859],[0.76096,47.49092],[0.75718,47.49092],[0.73753,47.50336],[0.7259,47.50588],[0.71113,47.50576],[0.70418,47.50408],[0.69109,47.50038],[0.69045,47.49718],[0.67757,47.49683],[0.67757,47.49353],[0.66427,47.49301],[0.6635,47.48953],[0.65088,47.48958],[0.65133,47.48032],[0.64734,47.4803],[0.64747,47.47852],[0.64474,47.47846],[0.64479,47.47575],[0.64238,47.47578],[0.64225,47.47302],[0.63835,47.47294],[0.63792,47.47131],[0.60513,47.47079],[0.60513,47.46632],[0.59852,47.46603],[0.59878,47.46156],[0.592,47.46156],[0.59226,47.45976],[0.58084,47.45971],[0.58007,47.46145],[0.57234,47.46139],[0.57222,47.46512],[0.55874,47.46489],[0.5466,47.46052],[0.53269,47.45355],[0.52677,47.45315],[0.52677,47.45152],[0.52231,47.45123],[0.52256,47.44804],[0.51977,47.44776],[0.52007,47.44247],[0.4975,47.4416],[0.49716,47.44049],[0.49355,47.44015],[0.49355,47.43573],[0.47943,47.43575],[0.46171,47.42819],[0.45643,47.42088],[0.45489,47.41229],[0.45506,47.40218],[0.46149,47.40193],[0.46167,47.39641],[0.46879,47.39602],[0.47016,47.35173],[0.45677,47.3515],[0.45729,47.34254],[0.43085,47.34196],[0.43196,47.30602],[0.47154,47.3067],[0.47257,47.28004],[0.48527,47.28004],[0.48578,47.27084],[0.49935,47.27107],[0.49917,47.26245],[0.55273,47.26304],[0.55222,47.27201],[0.56561,47.27224],[0.56526,47.28156],[0.59118,47.28156],[0.59067,47.29099],[0.66912,47.29169],[0.6832,47.29564],[0.6832,47.30077],[0.69658,47.30123],[0.69641,47.3024],[0.71006,47.30245],[0.72293,47.30589],[0.72285,47.31043],[0.74165,47.31084],[0.75426,47.31392],[0.7625,47.31815],[0.76207,47.32013],[0.76619,47.32009],[0.76956,47.32207],[0.77233,47.32508],[0.77336,47.3267],[0.77512,47.32983]]],"terms_url":"https://wiki.openstreetmap.org/wiki/Tours/Orthophoto","terms_text":"Orthophoto Tour(s)plus 2013"},{"id":"trafikverket-baninfo","name":"Trafikverket Railway Network","type":"wms","template":"https://geo-baninfo.trafikverket.se/mapservice/wms.axd/BanInfo_1_3?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Spar_Huvud_och_sidospar&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[7,20],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.trafikverket.se","terms_text":"© Trafikverket, CC0","description":"Swedish railway network, including sidings","icon":"https://api.trafikinfo.trafikverket.se/img/apple-touch-icon-144-precomposed.png","overlay":true},{"id":"trafikverket-vagnat","name":"Trafikverket Road Network","type":"wms","template":"https://geo-netinfo.trafikverket.se/mapservice/wms.axd/NetInfo_1_5?LAYERS=Vagtrafiknat,Funkvagklass,Farjeled&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[13,20],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.trafikverket.se","terms_text":"© Trafikverket, CC0","description":"Swedish NVDB road network","icon":"https://api.trafikinfo.trafikverket.se/img/apple-touch-icon-144-precomposed.png","overlay":true},{"id":"trafikverket-vagnat-extra","name":"Trafikverket Road Network extra","type":"wms","template":"https://geo-netinfo.trafikverket.se/mapservice/wms.axd/NetInfo_1_5?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vagnummer,Vaghinder,Rastplats,Hallplats,Farthinder,BroTunnel,ATK_Matplats&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[3,20],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.trafikverket.se","terms_text":"© Trafikverket, CC0","description":"Swedish NVDB extra details: Highway reference, traffic calming, rest area, bus stop, bridge, tunnel, speed camera","icon":"https://api.trafikinfo.trafikverket.se/img/apple-touch-icon-144-precomposed.png","overlay":true},{"id":"brazos_county_2019_wms","name":"TX: Brazos County Imagery 2019","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap19_NCCIR_6in_Brazos/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[-96.15,30.33],[-96.12,30.33],[-96.12,30.36],[-96.09,30.36],[-96.09,30.39],[-96.06,30.39],[-96.06,30.45],[-96.12,30.45],[-96.12,30.54],[-96.15,30.54],[-96.15,30.87],[-96.18,30.87],[-96.18,30.96],[-96.21,30.96],[-96.21,30.99],[-96.27,30.99],[-96.27,30.96],[-96.33,30.96],[-96.33,30.93],[-96.36,30.93],[-96.36,30.9],[-96.39,30.9],[-96.39,30.87],[-96.42,30.87],[-96.42,30.81],[-96.45,30.81],[-96.45,30.78],[-96.48,30.78],[-96.48,30.75],[-96.54,30.75],[-96.54,30.72],[-96.57,30.72],[-96.57,30.69],[-96.6,30.69],[-96.6,30.66],[-96.63,30.66],[-96.63,30.63],[-96.57,30.63],[-96.57,30.6],[-96.48,30.6],[-96.48,30.57],[-96.45,30.57],[-96.45,30.54],[-96.42,30.54],[-96.42,30.51],[-96.36,30.51],[-96.36,30.45],[-96.33,30.45],[-96.33,30.36],[-96.3,30.36],[-96.3,30.33],[-96.24,30.33],[-96.24,30.36],[-96.18,30.36],[-96.18,30.33],[-96.15,30.33]]],"terms_url":"https://data.tnris.org/collection/aa2cd74e-9c2d-4f00-bae5-609b5e898093","terms_text":"Strategic Mapping Program (StratMap). Brazos County Imagery, 2019-01-29","best":true},{"id":"caparea_2019_wms","name":"TX: CapArea Imagery 2019","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap19_NCCIR_CapArea/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[-96.85,29.6],[-96.85,29.65],[-96.8,29.65],[-96.8,29.7],[-96.75,29.7],[-96.75,29.75],[-96.7,29.75],[-96.7,29.8],[-96.65,29.8],[-96.65,29.85],[-96.6,29.85],[-96.6,29.9],[-96.55,29.9],[-96.55,30.05],[-96.6,30.05],[-96.6,30.15],[-96.65,30.15],[-96.65,30.25],[-96.6,30.25],[-96.6,30.3],[-96.65,30.3],[-96.65,30.35],[-96.75,30.35],[-96.75,30.4],[-96.8,30.4],[-96.8,30.45],[-96.85,30.45],[-96.85,30.5],[-96.9,30.5],[-96.9,30.55],[-96.95,30.55],[-96.95,30.6],[-97,30.6],[-97,30.55],[-97.1,30.55],[-97.1,30.5],[-97.15,30.5],[-97.15,30.6],[-97.2,30.6],[-97.2,30.7],[-97.25,30.7],[-97.25,30.75],[-97.3,30.75],[-97.3,30.8],[-97.4,30.8],[-97.4,30.85],[-97.55,30.85],[-97.55,30.9],[-97.75,30.9],[-97.75,30.95],[-97.85,30.95],[-97.85,31.05],[-98.5,31.05],[-98.5,30.95],[-99,30.95],[-99,30.45],[-98.6,30.45],[-98.6,30.05],[-98.55,30.05],[-98.55,30],[-98.5,30],[-98.5,29.95],[-98.45,29.95],[-98.45,29.9],[-98.35,29.9],[-98.35,29.95],[-98.3,29.95],[-98.3,30],[-98.25,30],[-98.25,29.95],[-98.2,29.95],[-98.2,29.9],[-98.15,29.9],[-98.15,29.85],[-98.05,29.85],[-98.05,29.75],[-97.95,29.75],[-97.95,29.8],[-97.85,29.8],[-97.85,29.75],[-97.8,29.75],[-97.8,29.7],[-97.75,29.7],[-97.75,29.65],[-97.65,29.65],[-97.65,29.6],[-97.55,29.6],[-97.55,29.65],[-97.45,29.65],[-97.45,29.7],[-97.35,29.7],[-97.35,29.75],[-97.3,29.75],[-97.3,29.7],[-97.25,29.7],[-97.25,29.65],[-97.15,29.65],[-97.15,29.6],[-96.85,29.6]]],"terms_url":"https://data.tnris.org/collection/f84442b8-ac2a-4708-b5c0-9d15515f4483","terms_text":"Strategic Mapping Program (StratMap). CapArea Imagery, 2019-01-29","icon":"https://cdn.tnris.org/images/tnris_logo.svg"},{"id":"amarillo_2016_wms","name":"TX: City of Amarillo Imagery 2015","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap15_NCCIR_12in_NGA_Amarillo/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[5,22],"polygon":[[[-101.62309,35.13352],[-101.62352,35.14703],[-101.62396,35.16055],[-101.62439,35.17406],[-101.62482,35.18757],[-101.60837,35.18792],[-101.6088,35.20144],[-101.60923,35.21495],[-101.60966,35.22846],[-101.6101,35.24197],[-101.61053,35.25548],[-101.627,35.25513],[-101.64347,35.25477],[-101.65995,35.25441],[-101.67642,35.25404],[-101.69289,35.25368],[-101.70936,35.25331],[-101.72583,35.25294],[-101.7423,35.25257],[-101.74275,35.26608],[-101.74321,35.27959],[-101.74367,35.2931],[-101.74412,35.30661],[-101.74458,35.32012],[-101.74504,35.33363],[-101.74549,35.34714],[-101.74595,35.36064],[-101.74641,35.37415],[-101.74687,35.38766],[-101.76336,35.38729],[-101.77986,35.38691],[-101.79636,35.38653],[-101.81285,35.38614],[-101.82935,35.38576],[-101.84585,35.38537],[-101.86234,35.38498],[-101.87884,35.38459],[-101.87836,35.37108],[-101.87788,35.35757],[-101.8774,35.34406],[-101.87692,35.33056],[-101.87644,35.31705],[-101.87596,35.30354],[-101.87548,35.29003],[-101.875,35.27652],[-101.89148,35.27613],[-101.891,35.26262],[-101.90747,35.26223],[-101.92393,35.26183],[-101.9404,35.26143],[-101.95687,35.26103],[-101.97334,35.26062],[-101.98981,35.26022],[-102.00628,35.25981],[-102.00578,35.2463],[-102.00528,35.2328],[-102.00478,35.21929],[-102.00428,35.20578],[-102.00378,35.19228],[-102.00329,35.17877],[-102.00279,35.16526],[-102.00229,35.15175],[-102.0018,35.13825],[-102.0013,35.12474],[-102.00081,35.11123],[-101.98437,35.11164],[-101.96793,35.11204],[-101.95149,35.11244],[-101.93505,35.11284],[-101.91861,35.11324],[-101.90217,35.11364],[-101.88573,35.11403],[-101.86929,35.11442],[-101.85285,35.11481],[-101.83641,35.11519],[-101.81997,35.11558],[-101.80353,35.11596],[-101.78709,35.11634],[-101.77065,35.11672],[-101.7542,35.11709],[-101.73776,35.11746],[-101.72132,35.11783],[-101.70487,35.1182],[-101.68843,35.11857],[-101.67199,35.11893],[-101.65554,35.11929],[-101.6391,35.11965],[-101.62265,35.12001],[-101.62309,35.13352]]],"terms_url":"https://data.tnris.org/collection/c4045402-55b8-41ee-a911-adbda2a2c4aa","terms_text":"Strategic Mapping Program (StratMap). City of Amarillo Imagery, 2015-03-13"},{"id":"el_paso_2015_wms","name":"TX: City of El Paso Imagery 2015","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap15_NCCIR_12in_NGA_ElPaso/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[-106.11096,31.50405],[-106.11112,31.51758],[-106.11128,31.53111],[-106.11144,31.54464],[-106.1116,31.55817],[-106.11176,31.57171],[-106.11192,31.58524],[-106.11208,31.59877],[-106.11224,31.6123],[-106.1124,31.62583],[-106.11257,31.63936],[-106.11273,31.65289],[-106.11289,31.66642],[-106.11305,31.67995],[-106.11321,31.69348],[-106.11337,31.70701],[-106.11353,31.72055],[-106.1137,31.73408],[-106.11386,31.74761],[-106.11402,31.76114],[-106.11418,31.77467],[-106.11434,31.7882],[-106.11451,31.80173],[-106.11467,31.81526],[-106.11483,31.82879],[-106.11499,31.84232],[-106.11516,31.85585],[-106.11532,31.86938],[-106.11548,31.88291],[-106.13134,31.88277],[-106.1472,31.88263],[-106.16305,31.88249],[-106.17891,31.88234],[-106.19477,31.88219],[-106.21063,31.88204],[-106.22648,31.88189],[-106.24234,31.88174],[-106.2582,31.88158],[-106.27405,31.88142],[-106.28991,31.88126],[-106.30576,31.8811],[-106.32162,31.88094],[-106.33748,31.88077],[-106.35333,31.8806],[-106.36919,31.88043],[-106.36939,31.89396],[-106.36959,31.90749],[-106.36979,31.92102],[-106.36999,31.93455],[-106.37019,31.94808],[-106.37039,31.96161],[-106.37059,31.97514],[-106.37079,31.98866],[-106.37099,32.00219],[-106.38687,32.00202],[-106.40275,32.00185],[-106.41862,32.00167],[-106.4345,32.00149],[-106.45037,32.00131],[-106.46625,32.00113],[-106.48212,32.00094],[-106.498,32.00076],[-106.49822,32.01429],[-106.49844,32.02781],[-106.51432,32.02762],[-106.5302,32.02743],[-106.54608,32.02724],[-106.56196,32.02705],[-106.57784,32.02685],[-106.59372,32.02665],[-106.60959,32.02645],[-106.62547,32.02625],[-106.62523,32.01272],[-106.625,31.99919],[-106.64087,31.99899],[-106.64063,31.98546],[-106.64039,31.97194],[-106.64015,31.95841],[-106.63991,31.94488],[-106.63967,31.93135],[-106.63943,31.91783],[-106.63919,31.9043],[-106.63895,31.89077],[-106.63871,31.87724],[-106.65456,31.87704],[-106.65432,31.86351],[-106.65408,31.84998],[-106.65384,31.83646],[-106.63799,31.83666],[-106.62214,31.83686],[-106.62191,31.82334],[-106.62167,31.80981],[-106.60583,31.81001],[-106.6056,31.79648],[-106.58976,31.79668],[-106.57392,31.79688],[-106.55808,31.79707],[-106.55785,31.78354],[-106.55762,31.77002],[-106.54179,31.77021],[-106.54156,31.75668],[-106.52573,31.75687],[-106.52551,31.74334],[-106.50968,31.74353],[-106.50946,31.73],[-106.49363,31.73019],[-106.4778,31.73037],[-106.46197,31.73056],[-106.46218,31.74409],[-106.44635,31.74427],[-106.43052,31.74444],[-106.43031,31.73092],[-106.41448,31.73109],[-106.39865,31.73127],[-106.39845,31.71774],[-106.39825,31.70421],[-106.39804,31.69068],[-106.39784,31.67715],[-106.38202,31.67732],[-106.3662,31.67749],[-106.366,31.66396],[-106.35018,31.66413],[-106.34999,31.6506],[-106.34979,31.63707],[-106.33398,31.63724],[-106.33378,31.62371],[-106.31797,31.62387],[-106.31778,31.61034],[-106.31759,31.59681],[-106.3174,31.58328],[-106.30159,31.58345],[-106.30141,31.56991],[-106.30122,31.55638],[-106.30103,31.54285],[-106.28523,31.54301],[-106.26943,31.54317],[-106.26925,31.52964],[-106.25345,31.5298],[-106.25327,31.51627],[-106.25309,31.50274],[-106.25291,31.48921],[-106.23712,31.48936],[-106.22133,31.48951],[-106.20554,31.48966],[-106.18975,31.48981],[-106.17396,31.48995],[-106.15817,31.4901],[-106.14238,31.49024],[-106.12659,31.49038],[-106.1108,31.49052],[-106.11096,31.50405]]],"terms_url":"https://data.tnris.org/collection/8870dbdd-d3fb-4c06-a3d1-c4e407428218","terms_text":"Strategic Mapping Program (StratMap). City of El Paso Imagery, 2015-10-25"},{"id":"georgetown_2016_wms","name":"TX: City of Georgetown Imagery 2015","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap15_NCCIR_6in_Georgetown/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[-97.67051,30.56165],[-97.65533,30.56133],[-97.65489,30.57727],[-97.6397,30.57695],[-97.6397,30.57728],[-97.62408,30.57695],[-97.62407,30.57728],[-97.60845,30.57695],[-97.60845,30.57728],[-97.59283,30.57695],[-97.59237,30.59289],[-97.5772,30.59257],[-97.57719,30.5929],[-97.56158,30.59257],[-97.56157,30.5929],[-97.54595,30.59257],[-97.54544,30.61017],[-97.5459,30.61018],[-97.54545,30.62579],[-97.5459,30.6258],[-97.54545,30.64142],[-97.56151,30.64177],[-97.56107,30.65704],[-97.57714,30.65739],[-97.5767,30.67267],[-97.59276,30.67301],[-97.59233,30.68829],[-97.59277,30.6883],[-97.59233,30.70392],[-97.59277,30.70393],[-97.59233,30.71954],[-97.59277,30.71955],[-97.59233,30.73517],[-97.59277,30.73518],[-97.59233,30.7508],[-97.6103,30.75118],[-97.61031,30.75085],[-97.62401,30.75113],[-97.62358,30.76642],[-97.62402,30.76643],[-97.62358,30.78205],[-97.62402,30.78205],[-97.62358,30.79767],[-97.63964,30.79801],[-97.63926,30.81165],[-97.62408,30.81133],[-97.62363,30.82727],[-97.60845,30.82695],[-97.60795,30.84455],[-97.62401,30.84488],[-97.62363,30.85852],[-97.60845,30.8582],[-97.608,30.87415],[-97.59283,30.87382],[-97.59282,30.87415],[-97.5772,30.87382],[-97.57719,30.87415],[-97.56158,30.87382],[-97.56112,30.88977],[-97.54595,30.88944],[-97.54549,30.9054],[-97.53033,30.90507],[-97.52981,30.92267],[-97.53027,30.92268],[-97.52981,30.93829],[-97.54588,30.93864],[-97.54544,30.95392],[-97.56342,30.95431],[-97.56343,30.95397],[-97.57905,30.9543],[-97.57906,30.95397],[-97.59276,30.95426],[-97.59232,30.96955],[-97.59277,30.96956],[-97.59232,30.98517],[-97.6103,30.98555],[-97.61031,30.98522],[-97.62401,30.98551],[-97.62358,31.0008],[-97.64155,31.00117],[-97.64156,31.00084],[-97.65717,31.00117],[-97.65718,31.00084],[-97.6728,31.00117],[-97.67281,31.00084],[-97.68842,31.00117],[-97.68843,31.00084],[-97.70405,31.00116],[-97.70449,30.98523],[-97.71968,30.98554],[-97.72011,30.96961],[-97.7353,30.96991],[-97.73531,30.9696],[-97.75093,30.96991],[-97.75093,30.9696],[-97.76464,30.96987],[-97.76423,30.98517],[-97.78218,30.98553],[-97.78218,30.98522],[-97.7978,30.98553],[-97.79781,30.98522],[-97.81151,30.98549],[-97.81115,30.99915],[-97.79595,30.99885],[-97.79548,31.01642],[-97.7959,31.01643],[-97.79548,31.03205],[-97.81343,31.0324],[-97.81344,31.03209],[-97.82905,31.0324],[-97.82906,31.03209],[-97.84468,31.03239],[-97.84469,31.03209],[-97.8603,31.03239],[-97.86072,31.01648],[-97.87593,31.01677],[-97.87638,30.9992],[-97.87598,30.99919],[-97.87638,30.98358],[-97.87598,30.98357],[-97.87638,30.96796],[-97.87598,30.96795],[-97.87638,30.95233],[-97.87598,30.95232],[-97.87638,30.9367],[-97.87598,30.93669],[-97.87634,30.92273],[-97.89155,30.92301],[-97.89156,30.92272],[-97.90718,30.92301],[-97.90758,30.9071],[-97.9228,30.90739],[-97.92281,30.90709],[-97.93843,30.90738],[-97.93883,30.89147],[-97.95405,30.89176],[-97.95449,30.8742],[-97.9541,30.87419],[-97.95449,30.85857],[-97.93848,30.85828],[-97.93887,30.84295],[-97.93848,30.84294],[-97.93887,30.82733],[-97.93848,30.82732],[-97.93883,30.81335],[-97.95405,30.81363],[-97.95445,30.79772],[-97.96968,30.798],[-97.97007,30.7821],[-97.9853,30.78238],[-97.98573,30.76482],[-97.98535,30.76482],[-97.98569,30.75085],[-98.00093,30.75113],[-98.00135,30.73357],[-98.00098,30.73357],[-98.00135,30.71795],[-97.98536,30.71766],[-97.98573,30.70232],[-97.96973,30.70203],[-97.97011,30.6867],[-97.95411,30.68641],[-97.95449,30.67107],[-97.93657,30.67074],[-97.93657,30.67103],[-97.92286,30.67078],[-97.92324,30.65545],[-97.92285,30.65544],[-97.92324,30.63983],[-97.90723,30.63952],[-97.90762,30.6242],[-97.89161,30.6239],[-97.892,30.60858],[-97.87408,30.60823],[-97.87407,30.60853],[-97.85845,30.60823],[-97.85844,30.60853],[-97.84473,30.60827],[-97.84513,30.59295],[-97.8272,30.5926],[-97.82719,30.59291],[-97.81158,30.5926],[-97.81157,30.59291],[-97.79786,30.59264],[-97.79826,30.57733],[-97.79785,30.57732],[-97.79826,30.5617],[-97.78033,30.56135],[-97.78032,30.56166],[-97.76661,30.56138],[-97.76702,30.54608],[-97.74908,30.54572],[-97.74907,30.54603],[-97.73345,30.54572],[-97.73345,30.54603],[-97.71783,30.54571],[-97.71782,30.54603],[-97.7022,30.54571],[-97.70219,30.54603],[-97.68657,30.54571],[-97.68656,30.54603],[-97.67095,30.54571],[-97.67051,30.56165]]],"terms_url":"https://data.tnris.org/collection/a665d1fe-47f4-497c-b467-bb1535a02c9d","terms_text":"Texas Natural Resources Information System (TNRIS). City of Georgetown Imagery, 2015-03-06"},{"id":"lubbock_2016_wms","name":"TX: City of Lubbock Imagery 2015","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap15_NCCIR_12in_NGA_Lubbock/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[5,22],"polygon":[[[-101.73441,33.50842],[-101.73483,33.52193],[-101.73526,33.53545],[-101.73569,33.54896],[-101.73611,33.56247],[-101.73654,33.57599],[-101.73697,33.5895],[-101.73739,33.60301],[-101.73782,33.61653],[-101.73825,33.63004],[-101.73868,33.64356],[-101.73911,33.65707],[-101.73953,33.67058],[-101.73996,33.6841],[-101.74039,33.69761],[-101.74082,33.71112],[-101.74125,33.72464],[-101.74168,33.73815],[-101.74211,33.75166],[-101.75829,33.7513],[-101.77447,33.75094],[-101.79064,33.75058],[-101.80682,33.75021],[-101.80726,33.76372],[-101.82344,33.76335],[-101.83962,33.76298],[-101.85579,33.76261],[-101.87197,33.76223],[-101.88815,33.76185],[-101.8877,33.74834],[-101.88724,33.73483],[-101.88679,33.72132],[-101.88634,33.70781],[-101.88589,33.69429],[-101.88543,33.68078],[-101.88498,33.66727],[-101.88453,33.65376],[-101.88408,33.64025],[-101.88363,33.62673],[-101.89978,33.62636],[-101.91593,33.62598],[-101.93208,33.62559],[-101.94823,33.62521],[-101.9487,33.63872],[-101.96485,33.63834],[-101.981,33.63795],[-101.99715,33.63756],[-102.01331,33.63716],[-102.02946,33.63677],[-102.04561,33.63637],[-102.06176,33.63597],[-102.07791,33.63557],[-102.09406,33.63517],[-102.11021,33.63476],[-102.12636,33.63435],[-102.12587,33.62084],[-102.12539,33.60734],[-102.14153,33.60693],[-102.14104,33.59342],[-102.14055,33.57991],[-102.14006,33.5664],[-102.13957,33.55289],[-102.13908,33.53938],[-102.13859,33.52587],[-102.13811,33.51236],[-102.13762,33.49885],[-102.12149,33.49926],[-102.10537,33.49967],[-102.10489,33.48616],[-102.08876,33.48656],[-102.07264,33.48696],[-102.05652,33.48736],[-102.04039,33.48776],[-102.02427,33.48815],[-102.00814,33.48855],[-101.99202,33.48894],[-101.97589,33.48933],[-101.95977,33.48971],[-101.94364,33.4901],[-101.92752,33.49048],[-101.91139,33.49086],[-101.89527,33.49124],[-101.87914,33.49161],[-101.86301,33.49199],[-101.84688,33.49236],[-101.83076,33.49273],[-101.81463,33.4931],[-101.7985,33.49346],[-101.78237,33.49383],[-101.76624,33.49419],[-101.75011,33.49455],[-101.73398,33.4949],[-101.73441,33.50842]]],"terms_url":"https://data.tnris.org/collection/a5307ec2-8a8b-4647-9d02-87625aeb5cf9","terms_text":"Strategic Mapping Program (StratMap). City of Lubbock Imagery, 2015-03-22"},{"id":"dallas_fort_worth_2016_wms","name":"TX: Dallas and Fort Worth Imagery 2015","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap15_NCCIR_12in_NGA_Dallas_FtWorth/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[-96.7411,32.38179],[-96.74076,32.39531],[-96.74043,32.40884],[-96.74009,32.42236],[-96.73975,32.43588],[-96.73941,32.4494],[-96.73908,32.46292],[-96.73874,32.47644],[-96.7384,32.48996],[-96.73806,32.50348],[-96.73772,32.51701],[-96.73738,32.53053],[-96.73704,32.54405],[-96.7367,32.55757],[-96.73636,32.57109],[-96.73602,32.58461],[-96.73568,32.59813],[-96.73534,32.61165],[-96.71937,32.61136],[-96.71903,32.62488],[-96.70305,32.62459],[-96.68707,32.6243],[-96.6711,32.624],[-96.65512,32.62371],[-96.63914,32.62341],[-96.62317,32.6231],[-96.60719,32.6228],[-96.59122,32.6225],[-96.57524,32.62219],[-96.55927,32.62188],[-96.54329,32.62157],[-96.52732,32.62125],[-96.51134,32.62094],[-96.49537,32.62062],[-96.49499,32.63414],[-96.49461,32.64766],[-96.49424,32.66117],[-96.49386,32.67469],[-96.49348,32.68821],[-96.4931,32.70173],[-96.49273,32.71525],[-96.49235,32.72877],[-96.49197,32.74228],[-96.47597,32.74196],[-96.45998,32.74164],[-96.44398,32.74131],[-96.42799,32.74099],[-96.41199,32.74066],[-96.396,32.74033],[-96.38001,32.73999],[-96.36401,32.73966],[-96.36361,32.75317],[-96.36322,32.76669],[-96.36282,32.78021],[-96.36242,32.79372],[-96.36202,32.80724],[-96.36162,32.82076],[-96.36122,32.83427],[-96.36082,32.84779],[-96.36042,32.86131],[-96.36002,32.87482],[-96.35962,32.88834],[-96.35922,32.90186],[-96.35881,32.91537],[-96.37484,32.91571],[-96.37444,32.92923],[-96.37404,32.94274],[-96.37364,32.95626],[-96.37324,32.96977],[-96.37284,32.98329],[-96.37244,32.99681],[-96.37204,33.01032],[-96.38808,33.01066],[-96.40412,33.011],[-96.42016,33.01133],[-96.43621,33.01166],[-96.45225,33.01199],[-96.46829,33.01231],[-96.48434,33.01264],[-96.48395,33.02616],[-96.48357,33.03967],[-96.49962,33.04],[-96.49924,33.05351],[-96.49885,33.06703],[-96.49847,33.08055],[-96.49809,33.09407],[-96.49771,33.10758],[-96.49732,33.1211],[-96.49694,33.13462],[-96.513,33.13494],[-96.52907,33.13526],[-96.54514,33.13558],[-96.56121,33.13589],[-96.57727,33.13621],[-96.59334,33.13652],[-96.60941,33.13683],[-96.62548,33.13714],[-96.64155,33.13744],[-96.65761,33.13775],[-96.67368,33.13805],[-96.68975,33.13835],[-96.70582,33.13864],[-96.70617,33.12512],[-96.72224,33.12542],[-96.73831,33.12571],[-96.73796,33.13923],[-96.73761,33.15275],[-96.73727,33.16627],[-96.73692,33.17979],[-96.73657,33.19331],[-96.73622,33.20683],[-96.73587,33.22035],[-96.73553,33.23387],[-96.73518,33.24739],[-96.73483,33.26091],[-96.75092,33.2612],[-96.76701,33.26149],[-96.78311,33.26178],[-96.7992,33.26206],[-96.81529,33.26235],[-96.83139,33.26263],[-96.84748,33.26291],[-96.86357,33.26319],[-96.87967,33.26346],[-96.87999,33.24994],[-96.88032,33.23642],[-96.88065,33.2229],[-96.88097,33.20938],[-96.8813,33.19586],[-96.88162,33.18234],[-96.88195,33.16882],[-96.88227,33.1553],[-96.8826,33.14177],[-96.88292,33.12825],[-96.89899,33.12853],[-96.91506,33.1288],[-96.93113,33.12906],[-96.9472,33.12933],[-96.96327,33.12959],[-96.97935,33.12986],[-96.99542,33.13012],[-97.01149,33.13037],[-97.01179,33.11685],[-97.0121,33.10333],[-97.0124,33.08981],[-97.01271,33.07628],[-97.01301,33.06276],[-97.01331,33.04924],[-97.01362,33.03572],[-97.01392,33.02219],[-97.01422,33.00867],[-97.03027,33.00893],[-97.04632,33.00918],[-97.06237,33.00943],[-97.07842,33.00968],[-97.09447,33.00992],[-97.11052,33.01017],[-97.12657,33.01041],[-97.14262,33.01065],[-97.15867,33.01089],[-97.17472,33.01112],[-97.19078,33.01136],[-97.20683,33.01159],[-97.22288,33.01182],[-97.23893,33.01205],[-97.25498,33.01227],[-97.27103,33.0125],[-97.28709,33.01272],[-97.30314,33.01294],[-97.31919,33.01315],[-97.33524,33.01337],[-97.3513,33.01358],[-97.35155,33.00006],[-97.3676,33.00027],[-97.38365,33.00048],[-97.3997,33.00068],[-97.41575,33.00089],[-97.4318,33.00109],[-97.44786,33.00129],[-97.46391,33.00149],[-97.47996,33.00169],[-97.49601,33.00188],[-97.51206,33.00207],[-97.52812,33.00226],[-97.54417,33.00245],[-97.56022,33.00264],[-97.57627,33.00282],[-97.59233,33.003],[-97.60838,33.00318],[-97.62443,33.00336],[-97.64049,33.00354],[-97.64069,32.99001],[-97.6409,32.97648],[-97.64111,32.96296],[-97.62506,32.96278],[-97.62527,32.94926],[-97.62548,32.93573],[-97.62569,32.9222],[-97.6259,32.90868],[-97.62611,32.89515],[-97.62632,32.88162],[-97.62652,32.86809],[-97.62673,32.85457],[-97.62694,32.84104],[-97.62715,32.82751],[-97.62736,32.81399],[-97.62757,32.80046],[-97.62777,32.78693],[-97.62798,32.77341],[-97.62819,32.75988],[-97.6284,32.74635],[-97.61239,32.74617],[-97.59638,32.746],[-97.58038,32.74582],[-97.56437,32.74563],[-97.54836,32.74545],[-97.53236,32.74526],[-97.51635,32.74507],[-97.50035,32.74488],[-97.50057,32.73136],[-97.5008,32.71783],[-97.50102,32.7043],[-97.50125,32.69078],[-97.50148,32.67725],[-97.5017,32.66372],[-97.50193,32.6502],[-97.50215,32.63667],[-97.50238,32.62314],[-97.48639,32.62295],[-97.47041,32.62276],[-97.45443,32.62256],[-97.43844,32.62237],[-97.42246,32.62217],[-97.40648,32.62196],[-97.39049,32.62176],[-97.39074,32.60823],[-97.39098,32.59471],[-97.39122,32.58118],[-97.37524,32.58098],[-97.37549,32.56745],[-97.37573,32.55392],[-97.37597,32.5404],[-97.37622,32.52687],[-97.37646,32.51335],[-97.3767,32.49982],[-97.36074,32.49961],[-97.34478,32.4994],[-97.32882,32.49919],[-97.31286,32.49898],[-97.2969,32.49876],[-97.28094,32.49855],[-97.26498,32.49833],[-97.24902,32.49811],[-97.23306,32.49788],[-97.2171,32.49766],[-97.20114,32.49743],[-97.18518,32.4972],[-97.16922,32.49697],[-97.15326,32.49674],[-97.1373,32.4965],[-97.12135,32.49627],[-97.10539,32.49603],[-97.08943,32.49578],[-97.07347,32.49554],[-97.05751,32.4953],[-97.04156,32.49505],[-97.0256,32.4948],[-97.00964,32.49455],[-96.99368,32.49429],[-96.97773,32.49404],[-96.96177,32.49378],[-96.94581,32.49352],[-96.92986,32.49326],[-96.9139,32.493],[-96.89795,32.49273],[-96.88199,32.49246],[-96.88231,32.47894],[-96.88262,32.46542],[-96.88294,32.4519],[-96.88326,32.43837],[-96.88357,32.42485],[-96.88389,32.41133],[-96.8842,32.39781],[-96.88452,32.38428],[-96.88483,32.37076],[-96.8689,32.37049],[-96.85297,32.37022],[-96.83703,32.36995],[-96.8211,32.36967],[-96.80517,32.3694],[-96.78923,32.36912],[-96.7733,32.36884],[-96.75737,32.36856],[-96.74144,32.36827],[-96.7411,32.38179]]],"terms_url":"https://data.tnris.org/collection/1849447b-4f62-4318-81d3-9fef9c31482c","terms_text":"Strategic Mapping Program (StratMap). Dallas and Fort Worth Imagery, 2015-01-01"},{"id":"san_antonio_river_2016_wms","name":"TX: San Antonio River Authority Imagery 2016","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap16_NCCIR_12in_SARA/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[-97.06376,27.84293],[-97.06282,27.84292],[-97.06188,27.84291],[-97.06095,27.84289],[-97.06001,27.84288],[-97.05907,27.84287],[-97.05814,27.84285],[-97.0572,27.84284],[-97.05626,27.84282],[-97.05533,27.84281],[-97.05439,27.8428],[-97.05345,27.84278],[-97.05252,27.84277],[-97.05158,27.84275],[-97.05064,27.84274],[-97.0497,27.84273],[-97.04877,27.84271],[-97.04783,27.8427],[-97.04689,27.84269],[-97.04596,27.84267],[-97.04595,27.8429],[-97.04532,27.84289],[-97.04439,27.84288],[-97.04345,27.84287],[-97.04251,27.84285],[-97.04158,27.84284],[-97.04064,27.84282],[-97.0397,27.84281],[-97.03877,27.8428],[-97.03783,27.84278],[-97.03689,27.84277],[-97.03596,27.84275],[-97.03502,27.84274],[-97.03408,27.84273],[-97.03315,27.84271],[-97.03221,27.8427],[-97.03127,27.84268],[-97.03034,27.84267],[-97.03032,27.84347],[-97.03031,27.84426],[-97.03029,27.84506],[-97.03028,27.84586],[-97.03026,27.84665],[-97.03025,27.84745],[-97.03023,27.84825],[-97.03021,27.84904],[-97.0302,27.84984],[-97.03018,27.85064],[-97.03017,27.85144],[-97.03015,27.85223],[-97.03014,27.85303],[-97.03012,27.85383],[-97.03011,27.85462],[-97.03009,27.85542],[-97.03008,27.85622],[-97.03006,27.85701],[-97.03005,27.85781],[-97.03004,27.85852],[-97.0297,27.85852],[-97.02876,27.8585],[-97.02783,27.85849],[-97.02689,27.85848],[-97.02595,27.85846],[-97.02502,27.85845],[-97.02408,27.85843],[-97.02314,27.85842],[-97.02221,27.85841],[-97.02127,27.85839],[-97.02033,27.85838],[-97.01939,27.85836],[-97.01846,27.85835],[-97.01752,27.85834],[-97.01658,27.85832],[-97.01565,27.85831],[-97.01471,27.85829],[-97.01469,27.85909],[-97.01468,27.85989],[-97.01466,27.86068],[-97.01465,27.86148],[-97.01463,27.86228],[-97.01462,27.86307],[-97.0146,27.86387],[-97.01459,27.86467],[-97.01457,27.86547],[-97.01456,27.86626],[-97.01454,27.86706],[-97.01453,27.86786],[-97.01451,27.86865],[-97.0145,27.86945],[-97.01448,27.87025],[-97.01447,27.87104],[-97.01445,27.87184],[-97.01443,27.87264],[-97.01442,27.87343],[-97.0144,27.87423],[-97.01439,27.87503],[-97.01437,27.87582],[-97.01467,27.87583],[-97.01466,27.87631],[-97.01465,27.87711],[-97.01463,27.8779],[-97.01462,27.8787],[-97.0146,27.8795],[-97.01459,27.88029],[-97.01457,27.88109],[-97.01456,27.88189],[-97.01454,27.88268],[-97.01452,27.88348],[-97.01451,27.88428],[-97.01449,27.88507],[-97.01448,27.88587],[-97.01446,27.88667],[-97.01445,27.88746],[-97.01443,27.88826],[-97.01442,27.88906],[-97.0144,27.88977],[-97.01408,27.88977],[-97.01314,27.88975],[-97.0122,27.88974],[-97.01127,27.88972],[-97.01033,27.88971],[-97.00939,27.8897],[-97.00846,27.88968],[-97.00752,27.88967],[-97.00658,27.88965],[-97.00564,27.88964],[-97.00471,27.88963],[-97.00377,27.88961],[-97.00283,27.8896],[-97.00189,27.88958],[-97.00096,27.88957],[-97.00002,27.88955],[-96.99908,27.88954],[-96.99907,27.89034],[-96.99905,27.89113],[-96.99904,27.89193],[-96.99902,27.89273],[-96.99901,27.89353],[-96.99899,27.89432],[-96.99898,27.89512],[-96.99896,27.89592],[-96.99895,27.89671],[-96.99893,27.89751],[-96.99891,27.89831],[-96.9989,27.8991],[-96.99888,27.8999],[-96.99887,27.9007],[-96.99885,27.9015],[-96.99884,27.90229],[-96.99882,27.90309],[-96.99881,27.90389],[-96.99879,27.90468],[-96.99878,27.9054],[-96.99846,27.90539],[-96.99752,27.90538],[-96.99658,27.90536],[-96.99565,27.90535],[-96.99471,27.90533],[-96.99377,27.90532],[-96.99283,27.90531],[-96.9919,27.90529],[-96.99096,27.90528],[-96.99002,27.90526],[-96.98908,27.90525],[-96.98815,27.90523],[-96.98721,27.90522],[-96.98627,27.90521],[-96.98533,27.90519],[-96.9844,27.90518],[-96.98346,27.90516],[-96.98344,27.90596],[-96.98343,27.90676],[-96.98341,27.90755],[-96.9834,27.90835],[-96.98338,27.90915],[-96.98337,27.90995],[-96.98335,27.91074],[-96.98334,27.91154],[-96.98332,27.91234],[-96.98331,27.91313],[-96.98329,27.91393],[-96.98327,27.91473],[-96.98326,27.91553],[-96.98324,27.91632],[-96.98323,27.91712],[-96.98321,27.91792],[-96.9832,27.91871],[-96.98318,27.91951],[-96.98317,27.92031],[-96.98315,27.92102],[-96.98284,27.92102],[-96.9819,27.921],[-96.98096,27.92099],[-96.98002,27.92097],[-96.97909,27.92096],[-96.97815,27.92095],[-96.97721,27.92093],[-96.97627,27.92092],[-96.97534,27.9209],[-96.9744,27.92089],[-96.97346,27.92087],[-96.97252,27.92086],[-96.97159,27.92085],[-96.97065,27.92083],[-96.96971,27.92082],[-96.96877,27.9208],[-96.96784,27.92079],[-96.96782,27.92158],[-96.9678,27.92238],[-96.96779,27.92318],[-96.96777,27.92398],[-96.96776,27.92477],[-96.96774,27.92557],[-96.96773,27.92637],[-96.96771,27.92716],[-96.9677,27.92796],[-96.96768,27.92876],[-96.96766,27.92956],[-96.96765,27.93035],[-96.96763,27.93115],[-96.96762,27.93195],[-96.9676,27.93274],[-96.96759,27.93354],[-96.96757,27.93434],[-96.96755,27.93514],[-96.96754,27.93593],[-96.96753,27.93665],[-96.96721,27.93664],[-96.96627,27.93663],[-96.96534,27.93661],[-96.9644,27.9366],[-96.96346,27.93658],[-96.96252,27.93657],[-96.96159,27.93656],[-96.96065,27.93654],[-96.95971,27.93653],[-96.95877,27.93651],[-96.95784,27.9365],[-96.9569,27.93648],[-96.95596,27.93647],[-96.95502,27.93645],[-96.95408,27.93644],[-96.95315,27.93642],[-96.95221,27.93641],[-96.95219,27.93721],[-96.95218,27.938],[-96.95216,27.9388],[-96.95215,27.9396],[-96.95213,27.9404],[-96.95212,27.94119],[-96.9521,27.94199],[-96.95208,27.94279],[-96.95207,27.94358],[-96.95205,27.94438],[-96.95204,27.94518],[-96.95202,27.94598],[-96.95201,27.94677],[-96.95199,27.94757],[-96.95197,27.94837],[-96.95196,27.94917],[-96.95194,27.94996],[-96.95193,27.95076],[-96.95191,27.95156],[-96.95189,27.95235],[-96.95188,27.95315],[-96.95186,27.95395],[-96.95217,27.95395],[-96.95216,27.95443],[-96.95215,27.95522],[-96.95213,27.95602],[-96.95211,27.95682],[-96.9521,27.95762],[-96.95208,27.95841],[-96.95207,27.95921],[-96.95205,27.96001],[-96.95203,27.9608],[-96.95202,27.9616],[-96.952,27.9624],[-96.95199,27.9632],[-96.95197,27.96399],[-96.95196,27.96479],[-96.95194,27.96559],[-96.95192,27.96639],[-96.95191,27.96718],[-96.9519,27.9679],[-96.95159,27.96789],[-96.95065,27.96788],[-96.94971,27.96786],[-96.94877,27.96785],[-96.94784,27.96783],[-96.9469,27.96782],[-96.94596,27.9678],[-96.94502,27.96779],[-96.94409,27.96778],[-96.94315,27.96776],[-96.94221,27.96775],[-96.94127,27.96773],[-96.94033,27.96772],[-96.9394,27.9677],[-96.93846,27.96769],[-96.93752,27.96767],[-96.93658,27.96766],[-96.93658,27.9679],[-96.93596,27.96789],[-96.93503,27.96788],[-96.93409,27.96786],[-96.93315,27.96785],[-96.93221,27.96783],[-96.93127,27.96782],[-96.93034,27.9678],[-96.9294,27.96779],[-96.92846,27.96777],[-96.92752,27.96776],[-96.92659,27.96774],[-96.92565,27.96773],[-96.92471,27.96771],[-96.92377,27.9677],[-96.92283,27.96768],[-96.9219,27.96767],[-96.92096,27.96765],[-96.92094,27.96845],[-96.92093,27.96925],[-96.92091,27.97005],[-96.92089,27.97084],[-96.92088,27.97164],[-96.92086,27.97244],[-96.92085,27.97324],[-96.92083,27.97403],[-96.92081,27.97483],[-96.9208,27.97563],[-96.92078,27.97643],[-96.92077,27.97722],[-96.92075,27.97802],[-96.92073,27.97882],[-96.92072,27.97962],[-96.9207,27.98041],[-96.92069,27.98121],[-96.92067,27.98201],[-96.92065,27.98281],[-96.92064,27.98352],[-96.92034,27.98352],[-96.9194,27.9835],[-96.91847,27.98349],[-96.91753,27.98347],[-96.91659,27.98346],[-96.91565,27.98344],[-96.91471,27.98343],[-96.91378,27.98341],[-96.91284,27.9834],[-96.9119,27.98338],[-96.91096,27.98337],[-96.91002,27.98335],[-96.90909,27.98334],[-96.90815,27.98332],[-96.90721,27.98331],[-96.90627,27.9833],[-96.90533,27.98328],[-96.90532,27.98408],[-96.9053,27.98487],[-96.90529,27.98567],[-96.90527,27.98647],[-96.90525,27.98727],[-96.90524,27.98806],[-96.90522,27.98886],[-96.9052,27.98966],[-96.90519,27.99046],[-96.90517,27.99125],[-96.90516,27.99205],[-96.90514,27.99285],[-96.90512,27.99365],[-96.90511,27.99444],[-96.90509,27.99524],[-96.90508,27.99604],[-96.90506,27.99684],[-96.90504,27.99763],[-96.90503,27.99843],[-96.90501,27.99915],[-96.90472,27.99914],[-96.90378,27.99913],[-96.90284,27.99911],[-96.90191,27.9991],[-96.90097,27.99908],[-96.90003,27.99907],[-96.89909,27.99905],[-96.89815,27.99904],[-96.89722,27.99902],[-96.89628,27.99901],[-96.89534,27.99899],[-96.8944,27.99898],[-96.89346,27.99896],[-96.89252,27.99895],[-96.89159,27.99893],[-96.89065,27.99892],[-96.88971,27.9989],[-96.88969,27.9997],[-96.88968,28.0005],[-96.88966,28.00129],[-96.88964,28.00209],[-96.88963,28.00289],[-96.88961,28.00369],[-96.8896,28.00448],[-96.88958,28.00528],[-96.88956,28.00608],[-96.88955,28.00688],[-96.88953,28.00768],[-96.88952,28.00847],[-96.8895,28.00927],[-96.88948,28.01007],[-96.88947,28.01087],[-96.88945,28.01166],[-96.88943,28.01246],[-96.88942,28.01326],[-96.8894,28.01406],[-96.88939,28.01485],[-96.88937,28.01565],[-96.88935,28.01645],[-96.88967,28.01645],[-96.88966,28.01692],[-96.88964,28.01772],[-96.88963,28.01852],[-96.88961,28.01931],[-96.88959,28.02011],[-96.88958,28.02091],[-96.88956,28.02171],[-96.88955,28.02251],[-96.88953,28.0233],[-96.88951,28.0241],[-96.8895,28.0249],[-96.88948,28.0257],[-96.88946,28.0265],[-96.88945,28.02729],[-96.88943,28.02809],[-96.88942,28.02889],[-96.8894,28.02969],[-96.88939,28.0304],[-96.8891,28.0304],[-96.88816,28.03038],[-96.88722,28.03037],[-96.88628,28.03035],[-96.88534,28.03034],[-96.8844,28.03032],[-96.88347,28.03031],[-96.88253,28.03029],[-96.88159,28.03028],[-96.88065,28.03026],[-96.87971,28.03025],[-96.87878,28.03023],[-96.87784,28.03022],[-96.8769,28.0302],[-96.87596,28.03019],[-96.87502,28.03017],[-96.87408,28.03016],[-96.87408,28.0304],[-96.87347,28.03039],[-96.87253,28.03038],[-96.8716,28.03036],[-96.87066,28.03035],[-96.86972,28.03033],[-96.86878,28.03032],[-96.86784,28.0303],[-96.86691,28.03029],[-96.86597,28.03027],[-96.86503,28.03026],[-96.86409,28.03024],[-96.86315,28.03023],[-96.86221,28.03021],[-96.86128,28.0302],[-96.86034,28.03018],[-96.8594,28.03017],[-96.85846,28.03015],[-96.85844,28.03095],[-96.85843,28.03175],[-96.85841,28.03254],[-96.8584,28.03334],[-96.85838,28.03414],[-96.85836,28.03494],[-96.85835,28.03573],[-96.85833,28.03653],[-96.85831,28.03733],[-96.8583,28.03813],[-96.85828,28.03892],[-96.85826,28.03972],[-96.85825,28.04052],[-96.85823,28.04132],[-96.85821,28.04211],[-96.8582,28.04291],[-96.85818,28.04371],[-96.85816,28.04451],[-96.85815,28.0453],[-96.85813,28.04602],[-96.85785,28.04602],[-96.85691,28.046],[-96.85598,28.04598],[-96.85504,28.04597],[-96.8541,28.04595],[-96.85316,28.04594],[-96.85222,28.04592],[-96.85128,28.04591],[-96.85034,28.04589],[-96.84941,28.04588],[-96.84847,28.04586],[-96.84753,28.04585],[-96.84659,28.04583],[-96.84565,28.04582],[-96.84471,28.0458],[-96.84377,28.04579],[-96.84284,28.04577],[-96.84282,28.04657],[-96.8428,28.04737],[-96.84279,28.04816],[-96.84277,28.04896],[-96.84275,28.04976],[-96.84274,28.05056],[-96.84272,28.05135],[-96.8427,28.05215],[-96.84269,28.05295],[-96.84267,28.05375],[-96.84265,28.05455],[-96.84264,28.05534],[-96.84262,28.05614],[-96.8426,28.05694],[-96.84259,28.05774],[-96.84257,28.05853],[-96.84255,28.05933],[-96.84254,28.06013],[-96.84252,28.06093],[-96.84251,28.06164],[-96.84223,28.06164],[-96.84129,28.06162],[-96.84035,28.06161],[-96.83941,28.06159],[-96.83847,28.06158],[-96.83753,28.06156],[-96.8366,28.06155],[-96.83566,28.06153],[-96.83472,28.06152],[-96.83378,28.0615],[-96.83284,28.06149],[-96.8319,28.06147],[-96.83096,28.06145],[-96.83002,28.06144],[-96.82909,28.06142],[-96.82815,28.06141],[-96.82721,28.06139],[-96.82719,28.06219],[-96.82718,28.06299],[-96.82716,28.06379],[-96.82714,28.06458],[-96.82713,28.06538],[-96.82711,28.06618],[-96.82709,28.06698],[-96.82708,28.06778],[-96.82706,28.06857],[-96.82704,28.06937],[-96.82702,28.07017],[-96.82701,28.07097],[-96.82699,28.07177],[-96.82697,28.07256],[-96.82696,28.07336],[-96.82694,28.07416],[-96.82692,28.07496],[-96.82691,28.07575],[-96.82689,28.07655],[-96.82688,28.07727],[-96.82661,28.07726],[-96.82567,28.07725],[-96.82473,28.07723],[-96.82379,28.07722],[-96.82285,28.0772],[-96.82191,28.07719],[-96.82097,28.07717],[-96.82003,28.07716],[-96.8191,28.07714],[-96.81816,28.07713],[-96.81722,28.07711],[-96.81628,28.07709],[-96.81534,28.07708],[-96.8144,28.07706],[-96.81346,28.07705],[-96.81252,28.07703],[-96.81159,28.07702],[-96.81158,28.07727],[-96.81098,28.07726],[-96.81004,28.07725],[-96.80911,28.07723],[-96.80817,28.07722],[-96.80723,28.0772],[-96.80629,28.07719],[-96.80535,28.07717],[-96.80441,28.07716],[-96.80347,28.07714],[-96.80253,28.07712],[-96.80159,28.07711],[-96.80065,28.07709],[-96.79972,28.07708],[-96.79878,28.07706],[-96.79784,28.07705],[-96.7969,28.07703],[-96.79596,28.07701],[-96.79594,28.07781],[-96.79593,28.07861],[-96.79591,28.07941],[-96.79589,28.08021],[-96.79587,28.081],[-96.79586,28.0818],[-96.79584,28.0826],[-96.79582,28.0834],[-96.79581,28.0842],[-96.79579,28.08499],[-96.79577,28.08579],[-96.79576,28.08659],[-96.79574,28.08739],[-96.79572,28.08819],[-96.7957,28.08898],[-96.79569,28.08978],[-96.79567,28.09058],[-96.79565,28.09138],[-96.79564,28.09218],[-96.79562,28.09297],[-96.7956,28.09377],[-96.79559,28.09457],[-96.79592,28.09458],[-96.79591,28.09503],[-96.79589,28.09583],[-96.79587,28.09663],[-96.79586,28.09743],[-96.79584,28.09823],[-96.79582,28.09902],[-96.79581,28.09982],[-96.79579,28.10062],[-96.79577,28.10142],[-96.79576,28.10222],[-96.79574,28.10302],[-96.79572,28.10381],[-96.7957,28.10461],[-96.79569,28.10541],[-96.79567,28.10621],[-96.79565,28.10701],[-96.79564,28.1078],[-96.79562,28.10852],[-96.79536,28.10852],[-96.79442,28.1085],[-96.79348,28.10848],[-96.79254,28.10847],[-96.7916,28.10845],[-96.79067,28.10844],[-96.78973,28.10842],[-96.78879,28.10841],[-96.78785,28.10839],[-96.78691,28.10837],[-96.78597,28.10836],[-96.78503,28.10834],[-96.78409,28.10833],[-96.78315,28.10831],[-96.78221,28.1083],[-96.78128,28.10828],[-96.78034,28.10826],[-96.78033,28.10852],[-96.77974,28.10851],[-96.7788,28.1085],[-96.77786,28.10848],[-96.77692,28.10847],[-96.77598,28.10845],[-96.77504,28.10844],[-96.7741,28.10842],[-96.77316,28.1084],[-96.77222,28.10839],[-96.77128,28.10837],[-96.77035,28.10836],[-96.76941,28.10834],[-96.76847,28.10832],[-96.76753,28.10831],[-96.76659,28.10829],[-96.76565,28.10828],[-96.76471,28.10826],[-96.76469,28.10906],[-96.76468,28.10986],[-96.76466,28.11066],[-96.76464,28.11145],[-96.76462,28.11225],[-96.76461,28.11305],[-96.76459,28.11385],[-96.76457,28.11465],[-96.76456,28.11545],[-96.76454,28.11624],[-96.76452,28.11704],[-96.7645,28.11784],[-96.76449,28.11864],[-96.76447,28.11944],[-96.76445,28.12024],[-96.76444,28.12103],[-96.76442,28.12183],[-96.7644,28.12263],[-96.76438,28.12343],[-96.76437,28.12415],[-96.76412,28.12414],[-96.76318,28.12413],[-96.76224,28.12411],[-96.7613,28.12409],[-96.76036,28.12408],[-96.75942,28.12406],[-96.75848,28.12405],[-96.75754,28.12403],[-96.7566,28.12401],[-96.75566,28.124],[-96.75472,28.12398],[-96.75378,28.12397],[-96.75284,28.12395],[-96.7519,28.12393],[-96.75096,28.12392],[-96.75002,28.1239],[-96.74908,28.12389],[-96.74908,28.12415],[-96.74849,28.12414],[-96.74755,28.12412],[-96.74661,28.12411],[-96.74567,28.12409],[-96.74473,28.12408],[-96.7438,28.12406],[-96.74286,28.12404],[-96.74192,28.12403],[-96.74098,28.12401],[-96.74004,28.124],[-96.7391,28.12398],[-96.73816,28.12396],[-96.73722,28.12395],[-96.73628,28.12393],[-96.73534,28.12391],[-96.7344,28.1239],[-96.73346,28.12388],[-96.73344,28.12468],[-96.73342,28.12548],[-96.73341,28.12628],[-96.73339,28.12708],[-96.73337,28.12787],[-96.73335,28.12867],[-96.73334,28.12947],[-96.73332,28.13027],[-96.7333,28.13107],[-96.73328,28.13187],[-96.73327,28.13266],[-96.73325,28.13346],[-96.73323,28.13426],[-96.73322,28.13506],[-96.7332,28.13586],[-96.73318,28.13666],[-96.73316,28.13745],[-96.73315,28.13825],[-96.73313,28.13905],[-96.73311,28.13985],[-96.73309,28.14065],[-96.73308,28.14145],[-96.73342,28.14145],[-96.73341,28.1419],[-96.73339,28.1427],[-96.73337,28.1435],[-96.73335,28.1443],[-96.73334,28.1451],[-96.73332,28.14589],[-96.7333,28.14669],[-96.73328,28.14749],[-96.73327,28.14829],[-96.73325,28.14909],[-96.73323,28.14989],[-96.73321,28.15068],[-96.7332,28.15148],[-96.73318,28.15228],[-96.73316,28.15308],[-96.73314,28.15388],[-96.73313,28.15468],[-96.73311,28.15539],[-96.73287,28.15539],[-96.73193,28.15537],[-96.73099,28.15536],[-96.73005,28.15534],[-96.72911,28.15532],[-96.72817,28.15531],[-96.72723,28.15529],[-96.72629,28.15528],[-96.72535,28.15526],[-96.72441,28.15524],[-96.72347,28.15523],[-96.72253,28.15521],[-96.72159,28.15519],[-96.72065,28.15518],[-96.71971,28.15516],[-96.71878,28.15515],[-96.71784,28.15513],[-96.71783,28.1554],[-96.71725,28.15539],[-96.71631,28.15537],[-96.71537,28.15536],[-96.71443,28.15534],[-96.71349,28.15532],[-96.71255,28.15531],[-96.71161,28.15529],[-96.71067,28.15528],[-96.70973,28.15526],[-96.70879,28.15524],[-96.70785,28.15523],[-96.70691,28.15521],[-96.70597,28.15519],[-96.70503,28.15518],[-96.70409,28.15516],[-96.70315,28.15514],[-96.70221,28.15513],[-96.70219,28.15593],[-96.70218,28.15673],[-96.70216,28.15752],[-96.70214,28.15832],[-96.70212,28.15912],[-96.70211,28.15992],[-96.70209,28.16072],[-96.70207,28.16152],[-96.70205,28.16232],[-96.70204,28.16311],[-96.70202,28.16391],[-96.702,28.16471],[-96.70198,28.16551],[-96.70196,28.16631],[-96.70195,28.16711],[-96.70193,28.1679],[-96.70191,28.1687],[-96.70189,28.1695],[-96.70188,28.1703],[-96.70186,28.17102],[-96.70162,28.17101],[-96.70068,28.171],[-96.69974,28.17098],[-96.6988,28.17097],[-96.69786,28.17095],[-96.69692,28.17093],[-96.69598,28.17092],[-96.69504,28.1709],[-96.6941,28.17088],[-96.69316,28.17087],[-96.69222,28.17085],[-96.69128,28.17083],[-96.69034,28.17082],[-96.6894,28.1708],[-96.68846,28.17078],[-96.68752,28.17077],[-96.68658,28.17075],[-96.68658,28.17102],[-96.686,28.17101],[-96.68506,28.171],[-96.68412,28.17098],[-96.68318,28.17096],[-96.68224,28.17095],[-96.6813,28.17093],[-96.68036,28.17091],[-96.67942,28.1709],[-96.67848,28.17088],[-96.67754,28.17087],[-96.6766,28.17085],[-96.67566,28.17083],[-96.67472,28.17082],[-96.67378,28.1708],[-96.67284,28.17078],[-96.6719,28.17077],[-96.67096,28.17075],[-96.67094,28.17155],[-96.67093,28.17235],[-96.67091,28.17315],[-96.67089,28.17394],[-96.67087,28.17474],[-96.67085,28.17554],[-96.67084,28.17634],[-96.67082,28.17714],[-96.6708,28.17794],[-96.67078,28.17874],[-96.67076,28.17953],[-96.67075,28.18033],[-96.67073,28.18113],[-96.67071,28.18193],[-96.67069,28.18273],[-96.67067,28.18353],[-96.67066,28.18433],[-96.67064,28.18512],[-96.67062,28.18592],[-96.6706,28.18664],[-96.67038,28.18664],[-96.66944,28.18662],[-96.6685,28.1866],[-96.66756,28.18659],[-96.66662,28.18657],[-96.66568,28.18655],[-96.66474,28.18654],[-96.6638,28.18652],[-96.66286,28.18651],[-96.66192,28.18649],[-96.66098,28.18647],[-96.66004,28.18646],[-96.6591,28.18644],[-96.65816,28.18642],[-96.65722,28.18641],[-96.65628,28.18639],[-96.65534,28.18637],[-96.65532,28.18717],[-96.6553,28.18797],[-96.65528,28.18877],[-96.65526,28.18957],[-96.65525,28.19037],[-96.65523,28.19116],[-96.65521,28.19196],[-96.65519,28.19276],[-96.65517,28.19356],[-96.65516,28.19436],[-96.65514,28.19516],[-96.65512,28.19596],[-96.6551,28.19676],[-96.65508,28.19755],[-96.65506,28.19835],[-96.65505,28.19915],[-96.65503,28.19995],[-96.65501,28.20075],[-96.65499,28.20155],[-96.65498,28.20227],[-96.65476,28.20226],[-96.65382,28.20225],[-96.65288,28.20223],[-96.65194,28.20221],[-96.651,28.2022],[-96.65005,28.20218],[-96.64911,28.20216],[-96.64817,28.20215],[-96.64723,28.20213],[-96.64629,28.20211],[-96.64535,28.2021],[-96.64441,28.20208],[-96.64347,28.20206],[-96.64253,28.20205],[-96.64159,28.20203],[-96.64065,28.20201],[-96.63971,28.202],[-96.63969,28.20279],[-96.63968,28.20359],[-96.63966,28.20439],[-96.63964,28.20519],[-96.63962,28.20599],[-96.6396,28.20679],[-96.63958,28.20759],[-96.63957,28.20839],[-96.63955,28.20919],[-96.63953,28.20998],[-96.63951,28.21078],[-96.63949,28.21158],[-96.63948,28.21238],[-96.63946,28.21318],[-96.63944,28.21398],[-96.63942,28.21478],[-96.6394,28.21558],[-96.63938,28.21638],[-96.63937,28.21717],[-96.63935,28.21789],[-96.63913,28.21789],[-96.63819,28.21787],[-96.63725,28.21786],[-96.63631,28.21784],[-96.63537,28.21782],[-96.63443,28.21781],[-96.63349,28.21779],[-96.63255,28.21777],[-96.63161,28.21775],[-96.63067,28.21774],[-96.62973,28.21772],[-96.62879,28.2177],[-96.62785,28.21769],[-96.6269,28.21767],[-96.62596,28.21765],[-96.62502,28.21764],[-96.62408,28.21762],[-96.62408,28.2179],[-96.6235,28.21789],[-96.62256,28.21787],[-96.62162,28.21786],[-96.62068,28.21784],[-96.61974,28.21782],[-96.6188,28.21781],[-96.61786,28.21779],[-96.61692,28.21777],[-96.61598,28.21775],[-96.61504,28.21774],[-96.6141,28.21772],[-96.61316,28.2177],[-96.61222,28.21769],[-96.61128,28.21767],[-96.61034,28.21765],[-96.6094,28.21764],[-96.60846,28.21762],[-96.60844,28.21842],[-96.60843,28.21922],[-96.60841,28.22001],[-96.60839,28.22081],[-96.60837,28.22161],[-96.60835,28.22241],[-96.60833,28.22321],[-96.60831,28.22401],[-96.6083,28.22481],[-96.60828,28.22561],[-96.60826,28.22641],[-96.60824,28.2272],[-96.60822,28.228],[-96.6082,28.2288],[-96.60819,28.2296],[-96.60817,28.2304],[-96.60815,28.2312],[-96.60813,28.232],[-96.60811,28.2328],[-96.6081,28.23352],[-96.60789,28.23351],[-96.60695,28.2335],[-96.60601,28.23348],[-96.60506,28.23346],[-96.60412,28.23344],[-96.60318,28.23343],[-96.60224,28.23341],[-96.6013,28.23339],[-96.60036,28.23338],[-96.59942,28.23336],[-96.59848,28.23334],[-96.59754,28.23332],[-96.5966,28.23331],[-96.59566,28.23329],[-96.59472,28.23327],[-96.59378,28.23326],[-96.59284,28.23324],[-96.59283,28.23353],[-96.59226,28.23351],[-96.59132,28.2335],[-96.59038,28.23348],[-96.58944,28.23346],[-96.5885,28.23345],[-96.58756,28.23343],[-96.58662,28.23341],[-96.58568,28.23339],[-96.58474,28.23338],[-96.5838,28.23336],[-96.58286,28.23334],[-96.58192,28.23333],[-96.58098,28.23331],[-96.58003,28.23329],[-96.57909,28.23327],[-96.57815,28.23326],[-96.57721,28.23324],[-96.57719,28.23404],[-96.57717,28.23484],[-96.57716,28.23564],[-96.57714,28.23644],[-96.57712,28.23724],[-96.5771,28.23803],[-96.57708,28.23883],[-96.57706,28.23963],[-96.57704,28.24043],[-96.57703,28.24123],[-96.57701,28.24203],[-96.57699,28.24283],[-96.57697,28.24363],[-96.57695,28.24443],[-96.57693,28.24523],[-96.57691,28.24603],[-96.57689,28.24682],[-96.57688,28.24762],[-96.57686,28.24842],[-96.57684,28.24914],[-96.57664,28.24914],[-96.5757,28.24912],[-96.57476,28.24911],[-96.57382,28.24909],[-96.57288,28.24907],[-96.57194,28.24905],[-96.571,28.24904],[-96.57006,28.24902],[-96.56911,28.249],[-96.56817,28.24898],[-96.56723,28.24897],[-96.56629,28.24895],[-96.56535,28.24893],[-96.56441,28.24891],[-96.56347,28.2489],[-96.56253,28.24888],[-96.56159,28.24886],[-96.56157,28.24966],[-96.56155,28.25046],[-96.56153,28.25126],[-96.56151,28.25206],[-96.56149,28.25286],[-96.56147,28.25366],[-96.56146,28.25446],[-96.56144,28.25526],[-96.56142,28.25605],[-96.5614,28.25685],[-96.56138,28.25765],[-96.56136,28.25845],[-96.56134,28.25925],[-96.56132,28.26005],[-96.56131,28.26085],[-96.56129,28.26165],[-96.56127,28.26245],[-96.56125,28.26325],[-96.56123,28.26405],[-96.56121,28.26477],[-96.56102,28.26476],[-96.56008,28.26475],[-96.55914,28.26473],[-96.55819,28.26471],[-96.55725,28.26469],[-96.55631,28.26468],[-96.55537,28.26466],[-96.55443,28.26464],[-96.55349,28.26462],[-96.55255,28.26461],[-96.55161,28.26459],[-96.55067,28.26457],[-96.54973,28.26455],[-96.54878,28.26454],[-96.54784,28.26452],[-96.5469,28.2645],[-96.54596,28.26448],[-96.54595,28.26477],[-96.5454,28.26476],[-96.54445,28.26474],[-96.54351,28.26473],[-96.54257,28.26471],[-96.54163,28.26469],[-96.54069,28.26467],[-96.53975,28.26466],[-96.53881,28.26464],[-96.53787,28.26462],[-96.53692,28.2646],[-96.53598,28.26459],[-96.53504,28.26457],[-96.5341,28.26455],[-96.53316,28.26453],[-96.53222,28.26452],[-96.53128,28.2645],[-96.53034,28.26448],[-96.53032,28.26528],[-96.5303,28.26608],[-96.53028,28.26688],[-96.53026,28.26768],[-96.53024,28.26848],[-96.53022,28.26928],[-96.5302,28.27008],[-96.53018,28.27088],[-96.53017,28.27168],[-96.53015,28.27248],[-96.53013,28.27327],[-96.53011,28.27407],[-96.53009,28.27487],[-96.53007,28.27567],[-96.53005,28.27647],[-96.53003,28.27727],[-96.53001,28.27807],[-96.52999,28.27887],[-96.52997,28.27967],[-96.52996,28.28039],[-96.52977,28.28039],[-96.52883,28.28037],[-96.52789,28.28035],[-96.52695,28.28033],[-96.52601,28.28032],[-96.52507,28.2803],[-96.52413,28.28028],[-96.52318,28.28026],[-96.52224,28.28025],[-96.5213,28.28023],[-96.52036,28.28021],[-96.51942,28.28019],[-96.51848,28.28018],[-96.51754,28.28016],[-96.5166,28.28014],[-96.51565,28.28012],[-96.51471,28.2801],[-96.51471,28.2804],[-96.51415,28.28039],[-96.51321,28.28037],[-96.51227,28.28035],[-96.51133,28.28034],[-96.51038,28.28032],[-96.50944,28.2803],[-96.5085,28.28028],[-96.50756,28.28026],[-96.50662,28.28025],[-96.50568,28.28023],[-96.50474,28.28021],[-96.50379,28.28019],[-96.50285,28.28018],[-96.50191,28.28016],[-96.50097,28.28014],[-96.50003,28.28012],[-96.49909,28.2801],[-96.49908,28.2804],[-96.49853,28.28039],[-96.49759,28.28037],[-96.49664,28.28035],[-96.4957,28.28033],[-96.49476,28.28032],[-96.49382,28.2803],[-96.49288,28.28028],[-96.49194,28.28026],[-96.49099,28.28025],[-96.49005,28.28023],[-96.48911,28.28021],[-96.48817,28.28019],[-96.48723,28.28017],[-96.48629,28.28016],[-96.48534,28.28014],[-96.4844,28.28012],[-96.48346,28.2801],[-96.48344,28.2809],[-96.48342,28.2817],[-96.4834,28.2825],[-96.48338,28.2833],[-96.48336,28.2841],[-96.48334,28.2849],[-96.48333,28.2857],[-96.48331,28.2865],[-96.48329,28.2873],[-96.48327,28.2881],[-96.48325,28.2889],[-96.48323,28.2897],[-96.48321,28.2905],[-96.48319,28.2913],[-96.48317,28.2921],[-96.48315,28.2929],[-96.48313,28.2937],[-96.48311,28.2945],[-96.48309,28.29529],[-96.48307,28.29602],[-96.4829,28.29601],[-96.48196,28.296],[-96.48102,28.29598],[-96.48008,28.29596],[-96.47914,28.29594],[-96.4782,28.29592],[-96.47725,28.29591],[-96.47631,28.29589],[-96.47537,28.29587],[-96.47443,28.29585],[-96.47349,28.29583],[-96.47255,28.29582],[-96.4716,28.2958],[-96.47066,28.29578],[-96.46972,28.29576],[-96.46878,28.29574],[-96.46784,28.29573],[-96.46783,28.29602],[-96.46728,28.29601],[-96.46634,28.29599],[-96.4654,28.29598],[-96.46446,28.29596],[-96.46351,28.29594],[-96.46257,28.29592],[-96.46163,28.2959],[-96.46069,28.29589],[-96.45975,28.29587],[-96.45881,28.29585],[-96.45786,28.29583],[-96.45692,28.29581],[-96.45598,28.29579],[-96.45504,28.29578],[-96.4541,28.29576],[-96.45316,28.29574],[-96.45221,28.29572],[-96.45219,28.29652],[-96.45217,28.29732],[-96.45215,28.29812],[-96.45213,28.29892],[-96.45211,28.29972],[-96.4521,28.30052],[-96.45208,28.30132],[-96.45206,28.30212],[-96.45204,28.30292],[-96.45202,28.30372],[-96.452,28.30452],[-96.45198,28.30532],[-96.45196,28.30612],[-96.45194,28.30692],[-96.45192,28.30772],[-96.4519,28.30852],[-96.45188,28.30932],[-96.45186,28.31012],[-96.45184,28.31092],[-96.45182,28.31164],[-96.45166,28.31164],[-96.45072,28.31162],[-96.44977,28.3116],[-96.44883,28.31158],[-96.44789,28.31156],[-96.44695,28.31155],[-96.44601,28.31153],[-96.44507,28.31151],[-96.44412,28.31149],[-96.44318,28.31147],[-96.44224,28.31145],[-96.4413,28.31144],[-96.44036,28.31142],[-96.43941,28.3114],[-96.43847,28.31138],[-96.43753,28.31136],[-96.43659,28.31134],[-96.43658,28.31165],[-96.43603,28.31164],[-96.43509,28.31162],[-96.43415,28.3116],[-96.43321,28.31158],[-96.43227,28.31156],[-96.43132,28.31155],[-96.43038,28.31153],[-96.42944,28.31151],[-96.4285,28.31149],[-96.42756,28.31147],[-96.42661,28.31145],[-96.42567,28.31143],[-96.42473,28.31142],[-96.42379,28.3114],[-96.42285,28.31138],[-96.4219,28.31136],[-96.42096,28.31134],[-96.42095,28.31165],[-96.42041,28.31164],[-96.41947,28.31162],[-96.41853,28.3116],[-96.41759,28.31158],[-96.41665,28.31156],[-96.4157,28.31155],[-96.41476,28.31153],[-96.41382,28.31151],[-96.41288,28.31149],[-96.41193,28.31147],[-96.41099,28.31145],[-96.41005,28.31144],[-96.40911,28.31142],[-96.40817,28.3114],[-96.40722,28.31138],[-96.40628,28.31136],[-96.40534,28.31134],[-96.40532,28.31214],[-96.4053,28.31294],[-96.40528,28.31374],[-96.40526,28.31454],[-96.40524,28.31534],[-96.40522,28.31614],[-96.4052,28.31694],[-96.40518,28.31774],[-96.40516,28.31854],[-96.40514,28.31934],[-96.40512,28.32014],[-96.4051,28.32094],[-96.40508,28.32174],[-96.40506,28.32254],[-96.40504,28.32334],[-96.40502,28.32414],[-96.405,28.32494],[-96.40498,28.32574],[-96.40496,28.32654],[-96.40494,28.32727],[-96.40479,28.32726],[-96.40385,28.32724],[-96.40291,28.32723],[-96.40196,28.32721],[-96.40102,28.32719],[-96.40008,28.32717],[-96.39914,28.32715],[-96.39819,28.32713],[-96.39725,28.32711],[-96.39631,28.3271],[-96.39537,28.32708],[-96.39443,28.32706],[-96.39348,28.32704],[-96.39254,28.32702],[-96.3916,28.327],[-96.39066,28.32698],[-96.38971,28.32697],[-96.38969,28.32777],[-96.38967,28.32857],[-96.38965,28.32937],[-96.38963,28.33017],[-96.38961,28.33097],[-96.38959,28.33177],[-96.38957,28.33257],[-96.38955,28.33337],[-96.38953,28.33417],[-96.38951,28.33497],[-96.38949,28.33577],[-96.38947,28.33657],[-96.38945,28.33737],[-96.38943,28.33817],[-96.38941,28.33897],[-96.38939,28.33977],[-96.38937,28.34057],[-96.38935,28.34137],[-96.38933,28.34217],[-96.38931,28.34297],[-96.38929,28.34377],[-96.38927,28.34457],[-96.38966,28.34458],[-96.38965,28.34499],[-96.38963,28.34579],[-96.38961,28.34659],[-96.38959,28.34739],[-96.38957,28.34819],[-96.38955,28.34899],[-96.38953,28.34979],[-96.38951,28.35059],[-96.38949,28.35139],[-96.38947,28.35219],[-96.38945,28.35299],[-96.38943,28.35379],[-96.38941,28.35459],[-96.38939,28.35539],[-96.38937,28.35619],[-96.38935,28.35699],[-96.38933,28.35779],[-96.38931,28.35851],[-96.38917,28.35851],[-96.38822,28.35849],[-96.38728,28.35847],[-96.38634,28.35845],[-96.3854,28.35844],[-96.38446,28.35842],[-96.38351,28.3584],[-96.38257,28.35838],[-96.38163,28.35836],[-96.38069,28.35834],[-96.37974,28.35832],[-96.3788,28.35831],[-96.37786,28.35829],[-96.37692,28.35827],[-96.37597,28.35825],[-96.37503,28.35823],[-96.37409,28.35821],[-96.37407,28.35901],[-96.37405,28.35981],[-96.37403,28.36061],[-96.37401,28.36141],[-96.37399,28.36221],[-96.37397,28.36301],[-96.37395,28.36381],[-96.37393,28.36461],[-96.3739,28.36541],[-96.37388,28.36621],[-96.37386,28.36701],[-96.37384,28.36782],[-96.37382,28.36862],[-96.3738,28.36942],[-96.37378,28.37022],[-96.37376,28.37102],[-96.37374,28.37182],[-96.37372,28.37262],[-96.3737,28.37342],[-96.37368,28.37422],[-96.37366,28.37502],[-96.37364,28.37582],[-96.37404,28.37583],[-96.37403,28.37624],[-96.37401,28.37704],[-96.37399,28.37784],[-96.37397,28.37864],[-96.37395,28.37944],[-96.37393,28.38024],[-96.37391,28.38104],[-96.37389,28.38184],[-96.37387,28.38264],[-96.37385,28.38344],[-96.37383,28.38424],[-96.3738,28.38504],[-96.37378,28.38584],[-96.37376,28.38664],[-96.37374,28.38744],[-96.37372,28.38824],[-96.3737,28.38904],[-96.37368,28.38984],[-96.37366,28.39064],[-96.37364,28.39144],[-96.37458,28.39146],[-96.37553,28.39148],[-96.37647,28.3915],[-96.37741,28.39152],[-96.37836,28.39154],[-96.3793,28.39156],[-96.38024,28.39157],[-96.38118,28.39159],[-96.38213,28.39161],[-96.38307,28.39163],[-96.38401,28.39165],[-96.38495,28.39167],[-96.3859,28.39169],[-96.38684,28.3917],[-96.38778,28.39172],[-96.38872,28.39174],[-96.38966,28.39176],[-96.38965,28.39186],[-96.38963,28.39266],[-96.38961,28.39346],[-96.38959,28.39427],[-96.38957,28.39507],[-96.38955,28.39587],[-96.38953,28.39667],[-96.38951,28.39747],[-96.38949,28.39827],[-96.38947,28.39907],[-96.38945,28.39987],[-96.38943,28.40067],[-96.38941,28.40147],[-96.38939,28.40227],[-96.38937,28.40307],[-96.38935,28.40387],[-96.38933,28.40467],[-96.38931,28.40547],[-96.38929,28.40627],[-96.38927,28.40707],[-96.38966,28.40707],[-96.38965,28.40749],[-96.38963,28.40829],[-96.38961,28.40909],[-96.38959,28.40989],[-96.38957,28.41069],[-96.38955,28.41149],[-96.38953,28.41229],[-96.38951,28.41309],[-96.38949,28.41389],[-96.38947,28.41469],[-96.38945,28.41549],[-96.38943,28.41629],[-96.38941,28.41709],[-96.38939,28.41789],[-96.38937,28.41869],[-96.38935,28.41949],[-96.38933,28.42029],[-96.38931,28.42109],[-96.38929,28.42189],[-96.38927,28.42269],[-96.38966,28.4227],[-96.38965,28.42311],[-96.38963,28.42391],[-96.38961,28.42471],[-96.38959,28.42551],[-96.38957,28.42631],[-96.38955,28.42711],[-96.38953,28.42791],[-96.38951,28.42871],[-96.38949,28.42951],[-96.38947,28.43031],[-96.38945,28.43111],[-96.38943,28.43191],[-96.38941,28.43271],[-96.38939,28.43351],[-96.38937,28.43431],[-96.38935,28.43511],[-96.38933,28.43591],[-96.38931,28.43671],[-96.38929,28.43751],[-96.38927,28.43831],[-96.38966,28.43832],[-96.38965,28.43874],[-96.38963,28.43954],[-96.38961,28.44034],[-96.38959,28.44114],[-96.38957,28.44194],[-96.38955,28.44274],[-96.38953,28.44354],[-96.38951,28.44434],[-96.38949,28.44514],[-96.38947,28.44594],[-96.38945,28.44674],[-96.38943,28.44754],[-96.38941,28.44834],[-96.38939,28.44914],[-96.38937,28.44994],[-96.38935,28.45074],[-96.38933,28.45154],[-96.38931,28.45234],[-96.38929,28.45314],[-96.38927,28.45394],[-96.38966,28.45395],[-96.38965,28.45437],[-96.38963,28.45517],[-96.38961,28.45597],[-96.38959,28.45677],[-96.38957,28.45757],[-96.38955,28.45837],[-96.38953,28.45917],[-96.38951,28.45997],[-96.38949,28.46077],[-96.38947,28.46157],[-96.38945,28.46237],[-96.38943,28.46317],[-96.38941,28.46397],[-96.38939,28.46477],[-96.38937,28.46557],[-96.38935,28.46637],[-96.38933,28.46717],[-96.38931,28.46797],[-96.38929,28.46877],[-96.38927,28.46957],[-96.39021,28.46959],[-96.39115,28.4696],[-96.3921,28.46962],[-96.39304,28.46964],[-96.39398,28.46966],[-96.39492,28.46968],[-96.39587,28.4697],[-96.39681,28.46972],[-96.39775,28.46973],[-96.39869,28.46975],[-96.39964,28.46977],[-96.40058,28.46979],[-96.40152,28.46981],[-96.40247,28.46983],[-96.40341,28.46984],[-96.40435,28.46986],[-96.40529,28.46988],[-96.40624,28.4699],[-96.40718,28.46992],[-96.40719,28.46961],[-96.40772,28.46962],[-96.40867,28.46964],[-96.40961,28.46966],[-96.41055,28.46968],[-96.41149,28.4697],[-96.41244,28.46972],[-96.41338,28.46973],[-96.41432,28.46975],[-96.41526,28.46977],[-96.41621,28.46979],[-96.41715,28.46981],[-96.41809,28.46983],[-96.41903,28.46985],[-96.41998,28.46986],[-96.42092,28.46988],[-96.42186,28.4699],[-96.4228,28.46992],[-96.42282,28.46912],[-96.42284,28.46832],[-96.42286,28.46752],[-96.42288,28.46672],[-96.4229,28.46592],[-96.42292,28.46512],[-96.42294,28.46432],[-96.42296,28.46352],[-96.42298,28.46272],[-96.423,28.46192],[-96.42302,28.46112],[-96.42304,28.46032],[-96.42306,28.45952],[-96.42308,28.45872],[-96.4231,28.45792],[-96.42312,28.45712],[-96.42314,28.45632],[-96.42316,28.45552],[-96.42318,28.45472],[-96.4232,28.454],[-96.42335,28.454],[-96.42429,28.45402],[-96.42523,28.45404],[-96.42618,28.45405],[-96.42712,28.45407],[-96.42806,28.45409],[-96.429,28.45411],[-96.42995,28.45413],[-96.43089,28.45414],[-96.43183,28.45416],[-96.43277,28.45418],[-96.43372,28.4542],[-96.43466,28.45422],[-96.4356,28.45424],[-96.43654,28.45425],[-96.43748,28.45427],[-96.43843,28.45429],[-96.43843,28.45399],[-96.43898,28.454],[-96.43992,28.45401],[-96.44086,28.45403],[-96.4418,28.45405],[-96.44275,28.45407],[-96.44369,28.45409],[-96.44463,28.45411],[-96.44557,28.45412],[-96.44652,28.45414],[-96.44746,28.45416],[-96.4484,28.45418],[-96.44934,28.4542],[-96.45028,28.45421],[-96.45123,28.45423],[-96.45217,28.45425],[-96.45311,28.45427],[-96.45405,28.45429],[-96.45407,28.45349],[-96.45409,28.45269],[-96.45411,28.45189],[-96.45413,28.45109],[-96.45415,28.45029],[-96.45417,28.44949],[-96.45419,28.44869],[-96.45421,28.44789],[-96.45423,28.44709],[-96.45425,28.44629],[-96.45427,28.44549],[-96.45429,28.44469],[-96.45431,28.44389],[-96.45433,28.44309],[-96.45435,28.44229],[-96.45437,28.44149],[-96.45439,28.44068],[-96.45441,28.43988],[-96.45443,28.43908],[-96.45445,28.43836],[-96.45461,28.43836],[-96.45555,28.43838],[-96.45649,28.4384],[-96.45743,28.43842],[-96.45837,28.43844],[-96.45932,28.43846],[-96.46026,28.43847],[-96.4612,28.43849],[-96.46214,28.43851],[-96.46308,28.43853],[-96.46403,28.43855],[-96.46497,28.43856],[-96.46591,28.43858],[-96.46685,28.4386],[-96.46779,28.43862],[-96.46874,28.43864],[-96.46968,28.43865],[-96.46969,28.43836],[-96.47023,28.43837],[-96.47117,28.43839],[-96.47212,28.4384],[-96.47306,28.43842],[-96.474,28.43844],[-96.47494,28.43846],[-96.47588,28.43848],[-96.47683,28.43849],[-96.47777,28.43851],[-96.47871,28.43853],[-96.47965,28.43855],[-96.48059,28.43856],[-96.48153,28.43858],[-96.48248,28.4386],[-96.48342,28.43862],[-96.48436,28.43864],[-96.4853,28.43865],[-96.48532,28.43786],[-96.48534,28.43706],[-96.48536,28.43626],[-96.48538,28.43546],[-96.4854,28.43466],[-96.48542,28.43386],[-96.48544,28.43306],[-96.48546,28.43226],[-96.48548,28.43146],[-96.4855,28.43066],[-96.48552,28.42986],[-96.48554,28.42906],[-96.48556,28.42826],[-96.48557,28.42746],[-96.48559,28.42666],[-96.48561,28.42586],[-96.48563,28.42506],[-96.48565,28.42427],[-96.48567,28.42347],[-96.48568,28.42295],[-96.48579,28.42295],[-96.48674,28.42297],[-96.48768,28.42298],[-96.48863,28.423],[-96.48958,28.42302],[-96.49052,28.42304],[-96.49147,28.42306],[-96.49241,28.42307],[-96.49336,28.42309],[-96.4943,28.42311],[-96.49525,28.42313],[-96.49619,28.42315],[-96.49714,28.42316],[-96.49809,28.42318],[-96.49903,28.4232],[-96.49998,28.42322],[-96.50092,28.42323],[-96.50093,28.42274],[-96.50149,28.42275],[-96.50243,28.42277],[-96.50337,28.42278],[-96.50431,28.4228],[-96.50525,28.42282],[-96.50619,28.42284],[-96.50714,28.42285],[-96.50808,28.42287],[-96.50902,28.42289],[-96.50996,28.42291],[-96.5109,28.42292],[-96.51185,28.42294],[-96.51279,28.42296],[-96.51373,28.42298],[-96.51467,28.423],[-96.51561,28.42301],[-96.51655,28.42303],[-96.51657,28.42223],[-96.51659,28.42143],[-96.51661,28.42063],[-96.51663,28.41983],[-96.51665,28.41903],[-96.51667,28.41823],[-96.51669,28.41743],[-96.51671,28.41663],[-96.51673,28.41584],[-96.51675,28.41504],[-96.51677,28.41424],[-96.51678,28.41344],[-96.5168,28.41264],[-96.51682,28.41184],[-96.51684,28.41104],[-96.51686,28.41024],[-96.51688,28.40944],[-96.5169,28.40864],[-96.51692,28.40784],[-96.51694,28.40712],[-96.51711,28.40712],[-96.51806,28.40714],[-96.519,28.40716],[-96.51994,28.40718],[-96.52088,28.40719],[-96.52182,28.40721],[-96.52276,28.40723],[-96.5237,28.40725],[-96.52465,28.40726],[-96.52559,28.40728],[-96.52653,28.4073],[-96.52747,28.40732],[-96.52841,28.40733],[-96.52935,28.40735],[-96.53029,28.40737],[-96.53124,28.40739],[-96.53218,28.4074],[-96.53218,28.40711],[-96.53274,28.40712],[-96.53368,28.40714],[-96.53462,28.40716],[-96.53556,28.40718],[-96.5365,28.40719],[-96.53745,28.40721],[-96.53839,28.40723],[-96.53933,28.40725],[-96.54027,28.40726],[-96.54121,28.40728],[-96.54215,28.4073],[-96.5431,28.40732],[-96.54404,28.40733],[-96.54498,28.40735],[-96.54592,28.40737],[-96.54686,28.40739],[-96.5478,28.4074],[-96.54782,28.4066],[-96.54784,28.4058],[-96.54786,28.405],[-96.54788,28.40421],[-96.5479,28.40341],[-96.54792,28.40261],[-96.54794,28.40181],[-96.54795,28.40101],[-96.54797,28.40021],[-96.54799,28.39941],[-96.54801,28.39861],[-96.54803,28.39781],[-96.54805,28.39701],[-96.54807,28.39621],[-96.54809,28.39541],[-96.54811,28.39461],[-96.54812,28.39381],[-96.54814,28.39301],[-96.54816,28.39221],[-96.54818,28.39149],[-96.54837,28.3915],[-96.54931,28.39151],[-96.55025,28.39153],[-96.55119,28.39155],[-96.55213,28.39157],[-96.55307,28.39158],[-96.55401,28.3916],[-96.55496,28.39162],[-96.5559,28.39164],[-96.55684,28.39165],[-96.55778,28.39167],[-96.55872,28.39169],[-96.55966,28.39171],[-96.5606,28.39172],[-96.56155,28.39174],[-96.56249,28.39176],[-96.56343,28.39178],[-96.56344,28.39149],[-96.56399,28.3915],[-96.56494,28.39151],[-96.56588,28.39153],[-96.56682,28.39155],[-96.56776,28.39157],[-96.5687,28.39158],[-96.56964,28.3916],[-96.57058,28.39162],[-96.57152,28.39164],[-96.57247,28.39165],[-96.57341,28.39167],[-96.57435,28.39169],[-96.57529,28.3917],[-96.57623,28.39172],[-96.57717,28.39174],[-96.57811,28.39176],[-96.57905,28.39177],[-96.57907,28.39097],[-96.57909,28.39017],[-96.57911,28.38938],[-96.57913,28.38858],[-96.57915,28.38778],[-96.57917,28.38698],[-96.57918,28.38618],[-96.5792,28.38538],[-96.57922,28.38458],[-96.57924,28.38378],[-96.57926,28.38298],[-96.57928,28.38218],[-96.5793,28.38138],[-96.57932,28.38058],[-96.57933,28.37978],[-96.57935,28.37898],[-96.57937,28.37819],[-96.57939,28.37739],[-96.57941,28.37659],[-96.57943,28.37587],[-96.57962,28.37587],[-96.58056,28.37589],[-96.5815,28.3759],[-96.58245,28.37592],[-96.58339,28.37594],[-96.58433,28.37596],[-96.58527,28.37597],[-96.58621,28.37599],[-96.58715,28.37601],[-96.58809,28.37602],[-96.58903,28.37604],[-96.58997,28.37606],[-96.59091,28.37608],[-96.59186,28.37609],[-96.5928,28.37611],[-96.59374,28.37613],[-96.59468,28.37614],[-96.59469,28.37586],[-96.59525,28.37587],[-96.59619,28.37589],[-96.59713,28.37591],[-96.59807,28.37592],[-96.59901,28.37594],[-96.59995,28.37596],[-96.60089,28.37597],[-96.60184,28.37599],[-96.60278,28.37601],[-96.60372,28.37603],[-96.60466,28.37604],[-96.6056,28.37606],[-96.60654,28.37608],[-96.60748,28.37609],[-96.60842,28.37611],[-96.60936,28.37613],[-96.6103,28.37614],[-96.61031,28.37586],[-96.61088,28.37587],[-96.61182,28.37589],[-96.61276,28.37591],[-96.6137,28.37592],[-96.61464,28.37594],[-96.61558,28.37596],[-96.61652,28.37597],[-96.61746,28.37599],[-96.6184,28.37601],[-96.61934,28.37602],[-96.62028,28.37604],[-96.62122,28.37606],[-96.62216,28.37608],[-96.6231,28.37609],[-96.62404,28.37611],[-96.62498,28.37613],[-96.62592,28.37614],[-96.62593,28.37586],[-96.6265,28.37587],[-96.62744,28.37589],[-96.62838,28.3759],[-96.62932,28.37592],[-96.63026,28.37594],[-96.6312,28.37595],[-96.63214,28.37597],[-96.63308,28.37599],[-96.63403,28.376],[-96.63497,28.37602],[-96.63591,28.37604],[-96.63685,28.37606],[-96.63779,28.37607],[-96.63873,28.37609],[-96.63967,28.37611],[-96.64061,28.37612],[-96.64155,28.37614],[-96.64156,28.37586],[-96.64213,28.37587],[-96.64307,28.37589],[-96.64401,28.37591],[-96.64495,28.37592],[-96.64589,28.37594],[-96.64683,28.37596],[-96.64777,28.37597],[-96.64871,28.37599],[-96.64966,28.37601],[-96.6506,28.37602],[-96.65154,28.37604],[-96.65248,28.37606],[-96.65342,28.37607],[-96.65436,28.37609],[-96.6553,28.37611],[-96.65624,28.37612],[-96.65718,28.37614],[-96.65719,28.37586],[-96.65776,28.37587],[-96.6587,28.37589],[-96.65964,28.37591],[-96.66058,28.37592],[-96.66152,28.37594],[-96.66246,28.37595],[-96.6634,28.37597],[-96.66434,28.37599],[-96.66528,28.376],[-96.66622,28.37602],[-96.66716,28.37604],[-96.6681,28.37605],[-96.66904,28.37607],[-96.66998,28.37609],[-96.67091,28.3761],[-96.67091,28.37627],[-96.67089,28.37707],[-96.67087,28.37787],[-96.67085,28.37867],[-96.67083,28.37946],[-96.67082,28.38026],[-96.6708,28.38106],[-96.67078,28.38186],[-96.67076,28.38266],[-96.67074,28.38346],[-96.67073,28.38426],[-96.67071,28.38506],[-96.67069,28.38585],[-96.67067,28.38665],[-96.67065,28.38745],[-96.67064,28.38825],[-96.67062,28.38905],[-96.6706,28.38985],[-96.67058,28.39065],[-96.67056,28.39144],[-96.67091,28.39145],[-96.6709,28.3919],[-96.67089,28.3927],[-96.67087,28.39349],[-96.67085,28.39429],[-96.67083,28.39509],[-96.67081,28.39589],[-96.6708,28.39669],[-96.67078,28.39749],[-96.67076,28.39829],[-96.67074,28.39908],[-96.67072,28.39988],[-96.67071,28.40068],[-96.67069,28.40148],[-96.67067,28.40228],[-96.67065,28.40308],[-96.67063,28.40388],[-96.67062,28.40467],[-96.6706,28.40547],[-96.67058,28.40627],[-96.67056,28.40707],[-96.6715,28.40709],[-96.67244,28.4071],[-96.67338,28.40712],[-96.67432,28.40714],[-96.67526,28.40715],[-96.67621,28.40717],[-96.67715,28.40719],[-96.67809,28.4072],[-96.67903,28.40722],[-96.67997,28.40723],[-96.68091,28.40725],[-96.68185,28.40727],[-96.68279,28.40728],[-96.68373,28.4073],[-96.68467,28.40732],[-96.68561,28.40733],[-96.68653,28.40735],[-96.68653,28.40752],[-96.68651,28.40832],[-96.68649,28.40912],[-96.68648,28.40992],[-96.68646,28.41072],[-96.68644,28.41152],[-96.68642,28.41231],[-96.6864,28.41311],[-96.68639,28.41391],[-96.68637,28.41471],[-96.68635,28.41551],[-96.68633,28.41631],[-96.68631,28.41711],[-96.6863,28.4179],[-96.68628,28.4187],[-96.68626,28.4195],[-96.68624,28.4203],[-96.68622,28.4211],[-96.68621,28.4219],[-96.68619,28.4227],[-96.68713,28.42271],[-96.68807,28.42273],[-96.68901,28.42275],[-96.68995,28.42276],[-96.69089,28.42278],[-96.69183,28.42279],[-96.69277,28.42281],[-96.69371,28.42283],[-96.69465,28.42284],[-96.69559,28.42286],[-96.69653,28.42288],[-96.69747,28.42289],[-96.69841,28.42291],[-96.69935,28.42293],[-96.70029,28.42294],[-96.70123,28.42296],[-96.70217,28.42297],[-96.70312,28.42299],[-96.70406,28.42301],[-96.70406,28.42274],[-96.70464,28.42275],[-96.70558,28.42276],[-96.70652,28.42278],[-96.70746,28.42279],[-96.7084,28.42281],[-96.70934,28.42283],[-96.71028,28.42284],[-96.71122,28.42286],[-96.71216,28.42288],[-96.7131,28.42289],[-96.71404,28.42291],[-96.71498,28.42292],[-96.71592,28.42294],[-96.71686,28.42296],[-96.71778,28.42297],[-96.71778,28.42315],[-96.71776,28.42395],[-96.71775,28.42475],[-96.71773,28.42555],[-96.71771,28.42634],[-96.71769,28.42714],[-96.71768,28.42794],[-96.71766,28.42874],[-96.71764,28.42954],[-96.71762,28.43033],[-96.7176,28.43113],[-96.71759,28.43193],[-96.71757,28.43273],[-96.71755,28.43353],[-96.71753,28.43433],[-96.71752,28.43512],[-96.7175,28.43592],[-96.71748,28.43672],[-96.71746,28.43752],[-96.71745,28.43832],[-96.71839,28.43833],[-96.71933,28.43835],[-96.72027,28.43837],[-96.72121,28.43838],[-96.72215,28.4384],[-96.72309,28.43841],[-96.72403,28.43843],[-96.72497,28.43845],[-96.72591,28.43846],[-96.72685,28.43848],[-96.72779,28.43849],[-96.72873,28.43851],[-96.72967,28.43853],[-96.73061,28.43854],[-96.73155,28.43856],[-96.73249,28.43858],[-96.73341,28.43859],[-96.7334,28.43877],[-96.73339,28.43957],[-96.73337,28.44037],[-96.73335,28.44117],[-96.73333,28.44197],[-96.73332,28.44277],[-96.7333,28.44356],[-96.73328,28.44436],[-96.73326,28.44516],[-96.73325,28.44596],[-96.73323,28.44676],[-96.73321,28.44756],[-96.73319,28.44836],[-96.73318,28.44915],[-96.73316,28.44995],[-96.73314,28.45075],[-96.73312,28.45155],[-96.73311,28.45235],[-96.73309,28.45315],[-96.73307,28.45395],[-96.73341,28.45395],[-96.7334,28.4544],[-96.73339,28.4552],[-96.73337,28.456],[-96.73335,28.4568],[-96.73333,28.4576],[-96.73332,28.45839],[-96.7333,28.45919],[-96.73328,28.45999],[-96.73326,28.46079],[-96.73325,28.46159],[-96.73323,28.46239],[-96.73321,28.46318],[-96.73319,28.46398],[-96.73318,28.46478],[-96.73316,28.46558],[-96.73314,28.46638],[-96.73312,28.46718],[-96.73311,28.46797],[-96.73309,28.46877],[-96.73307,28.46957],[-96.73401,28.46959],[-96.73495,28.4696],[-96.73589,28.46962],[-96.73683,28.46963],[-96.73777,28.46965],[-96.73871,28.46967],[-96.73965,28.46968],[-96.74059,28.4697],[-96.74153,28.46971],[-96.74247,28.46973],[-96.74341,28.46975],[-96.74435,28.46976],[-96.74529,28.46978],[-96.74623,28.4698],[-96.74717,28.46981],[-96.74811,28.46983],[-96.74905,28.46984],[-96.74999,28.46986],[-96.75093,28.46987],[-96.75094,28.46961],[-96.75152,28.46962],[-96.75246,28.46964],[-96.7534,28.46965],[-96.75434,28.46967],[-96.75528,28.46968],[-96.75622,28.4697],[-96.75716,28.46972],[-96.7581,28.46973],[-96.75904,28.46975],[-96.75998,28.46976],[-96.76092,28.46978],[-96.76186,28.4698],[-96.7628,28.46981],[-96.76374,28.46983],[-96.76466,28.46984],[-96.76465,28.47003],[-96.76464,28.47083],[-96.76462,28.47163],[-96.7646,28.47243],[-96.76459,28.47322],[-96.76457,28.47402],[-96.76455,28.47482],[-96.76453,28.47562],[-96.76452,28.47642],[-96.7645,28.47721],[-96.76448,28.47801],[-96.76447,28.47881],[-96.76445,28.47961],[-96.76443,28.48041],[-96.76441,28.48121],[-96.7644,28.482],[-96.76438,28.4828],[-96.76436,28.4836],[-96.76434,28.4844],[-96.76433,28.4852],[-96.76467,28.4852],[-96.76466,28.48566],[-96.76464,28.48646],[-96.76462,28.48725],[-96.7646,28.48805],[-96.76459,28.48885],[-96.76457,28.48965],[-96.76455,28.49045],[-96.76454,28.49124],[-96.76452,28.49204],[-96.7645,28.49284],[-96.76448,28.49364],[-96.76447,28.49444],[-96.76445,28.49524],[-96.76443,28.49603],[-96.76441,28.49683],[-96.7644,28.49763],[-96.76438,28.49843],[-96.76436,28.49923],[-96.76435,28.50002],[-96.76433,28.50082],[-96.76527,28.50084],[-96.76621,28.50085],[-96.76715,28.50087],[-96.76809,28.50089],[-96.76903,28.5009],[-96.76997,28.50092],[-96.77091,28.50093],[-96.77185,28.50095],[-96.77279,28.50097],[-96.77373,28.50098],[-96.77467,28.501],[-96.7756,28.50101],[-96.77654,28.50103],[-96.77748,28.50104],[-96.77842,28.50106],[-96.77936,28.50108],[-96.78028,28.50109],[-96.78028,28.50128],[-96.78026,28.50208],[-96.78025,28.50288],[-96.78023,28.50368],[-96.78021,28.50448],[-96.78019,28.50527],[-96.78018,28.50607],[-96.78016,28.50687],[-96.78014,28.50767],[-96.78013,28.50847],[-96.78011,28.50926],[-96.78009,28.51006],[-96.78007,28.51086],[-96.78006,28.51166],[-96.78004,28.51246],[-96.78002,28.51325],[-96.78001,28.51405],[-96.77999,28.51485],[-96.77997,28.51565],[-96.77995,28.51645],[-96.78089,28.51646],[-96.78183,28.51648],[-96.78277,28.51649],[-96.78371,28.51651],[-96.78465,28.51653],[-96.78559,28.51654],[-96.78653,28.51656],[-96.78747,28.51657],[-96.78841,28.51659],[-96.78935,28.5166],[-96.79029,28.51662],[-96.79123,28.51664],[-96.79217,28.51665],[-96.79311,28.51667],[-96.79405,28.51668],[-96.79499,28.5167],[-96.79591,28.51671],[-96.79591,28.51691],[-96.79589,28.51771],[-96.79587,28.51851],[-96.79585,28.5193],[-96.79584,28.5201],[-96.79582,28.5209],[-96.7958,28.5217],[-96.79579,28.5225],[-96.79577,28.52329],[-96.79575,28.52409],[-96.79574,28.52489],[-96.79572,28.52569],[-96.7957,28.52649],[-96.79568,28.52728],[-96.79567,28.52808],[-96.79565,28.52888],[-96.79563,28.52968],[-96.79562,28.53047],[-96.7956,28.53127],[-96.79558,28.53207],[-96.79592,28.53208],[-96.79591,28.53253],[-96.79589,28.53333],[-96.79587,28.53413],[-96.79585,28.53493],[-96.79584,28.53573],[-96.79582,28.53653],[-96.7958,28.53732],[-96.79579,28.53812],[-96.79577,28.53892],[-96.79575,28.53972],[-96.79574,28.54052],[-96.79572,28.54131],[-96.7957,28.54211],[-96.79568,28.54291],[-96.79567,28.54371],[-96.79565,28.54451],[-96.79563,28.5453],[-96.79562,28.5461],[-96.7956,28.5469],[-96.79558,28.5477],[-96.79592,28.5477],[-96.79591,28.54816],[-96.79589,28.54896],[-96.79587,28.54976],[-96.79585,28.55055],[-96.79584,28.55135],[-96.79582,28.55215],[-96.7958,28.55295],[-96.79579,28.55375],[-96.79577,28.55454],[-96.79575,28.55534],[-96.79574,28.55614],[-96.79572,28.55694],[-96.7957,28.55774],[-96.79568,28.55853],[-96.79567,28.55933],[-96.79565,28.56013],[-96.79563,28.56093],[-96.79562,28.56173],[-96.7956,28.56252],[-96.79558,28.56332],[-96.79652,28.56334],[-96.79746,28.56335],[-96.7984,28.56337],[-96.79934,28.56339],[-96.80028,28.5634],[-96.80122,28.56342],[-96.80216,28.56343],[-96.8031,28.56345],[-96.80404,28.56346],[-96.80498,28.56348],[-96.80592,28.56349],[-96.80686,28.56351],[-96.8078,28.56353],[-96.80874,28.56354],[-96.80968,28.56356],[-96.81062,28.56357],[-96.81156,28.56359],[-96.8125,28.5636],[-96.81344,28.56362],[-96.81344,28.56336],[-96.81403,28.56337],[-96.81497,28.56339],[-96.8159,28.5634],[-96.81684,28.56342],[-96.81778,28.56343],[-96.81872,28.56345],[-96.81966,28.56346],[-96.8206,28.56348],[-96.82154,28.56349],[-96.82248,28.56351],[-96.82342,28.56352],[-96.82436,28.56354],[-96.8253,28.56356],[-96.82624,28.56357],[-96.82718,28.56359],[-96.82812,28.5636],[-96.82906,28.56362],[-96.82906,28.56336],[-96.82965,28.56337],[-96.83059,28.56338],[-96.83153,28.5634],[-96.83247,28.56341],[-96.83341,28.56343],[-96.83435,28.56345],[-96.83529,28.56346],[-96.83623,28.56348],[-96.83717,28.56349],[-96.83811,28.56351],[-96.83905,28.56352],[-96.83999,28.56354],[-96.84093,28.56355],[-96.84187,28.56357],[-96.84281,28.56358],[-96.84374,28.5636],[-96.84468,28.56361],[-96.84469,28.56336],[-96.84528,28.56337],[-96.84622,28.56338],[-96.84716,28.5634],[-96.8481,28.56341],[-96.84904,28.56343],[-96.84998,28.56344],[-96.85092,28.56346],[-96.85186,28.56347],[-96.85279,28.56349],[-96.85373,28.5635],[-96.85467,28.56352],[-96.85561,28.56354],[-96.85655,28.56355],[-96.85749,28.56357],[-96.85843,28.56358],[-96.85937,28.5636],[-96.86031,28.56361],[-96.86031,28.56336],[-96.86091,28.56337],[-96.86185,28.56338],[-96.86279,28.5634],[-96.86373,28.56341],[-96.86467,28.56343],[-96.8656,28.56344],[-96.86654,28.56346],[-96.86748,28.56347],[-96.86842,28.56349],[-96.86936,28.5635],[-96.8703,28.56352],[-96.87124,28.56353],[-96.87218,28.56355],[-96.87312,28.56356],[-96.87406,28.56358],[-96.875,28.56359],[-96.87594,28.56361],[-96.87595,28.56281],[-96.87597,28.56201],[-96.87598,28.56122],[-96.876,28.56042],[-96.87602,28.55962],[-96.87603,28.55882],[-96.87605,28.55803],[-96.87607,28.55723],[-96.87608,28.55643],[-96.8761,28.55563],[-96.87612,28.55484],[-96.87613,28.55404],[-96.87615,28.55324],[-96.87617,28.55244],[-96.87618,28.55165],[-96.8762,28.55085],[-96.87621,28.55005],[-96.87623,28.54925],[-96.87625,28.54846],[-96.87626,28.54766],[-96.87628,28.54686],[-96.8763,28.54606],[-96.87598,28.54606],[-96.87599,28.54559],[-96.876,28.54479],[-96.87602,28.544],[-96.87603,28.5432],[-96.87605,28.5424],[-96.87607,28.5416],[-96.87608,28.54081],[-96.8761,28.54001],[-96.87612,28.53921],[-96.87613,28.53841],[-96.87615,28.53762],[-96.87617,28.53682],[-96.87618,28.53602],[-96.8762,28.53522],[-96.87621,28.53442],[-96.87623,28.53363],[-96.87625,28.53283],[-96.87626,28.53203],[-96.87628,28.53123],[-96.8763,28.53044],[-96.87597,28.53043],[-96.87598,28.52997],[-96.876,28.52917],[-96.87602,28.52837],[-96.87603,28.52757],[-96.87605,28.52678],[-96.87606,28.52598],[-96.87608,28.52518],[-96.8761,28.52438],[-96.87611,28.52359],[-96.87613,28.52279],[-96.87615,28.52199],[-96.87616,28.52119],[-96.87618,28.5204],[-96.8762,28.5196],[-96.87621,28.5188],[-96.87623,28.518],[-96.87625,28.5172],[-96.87626,28.51641],[-96.87628,28.51561],[-96.87629,28.51481],[-96.87597,28.51481],[-96.87598,28.51434],[-96.876,28.51355],[-96.87602,28.51275],[-96.87603,28.51195],[-96.87605,28.51115],[-96.87607,28.51035],[-96.87608,28.50956],[-96.8761,28.50876],[-96.87611,28.50796],[-96.87613,28.50716],[-96.87615,28.50637],[-96.87616,28.50557],[-96.87618,28.50477],[-96.8762,28.50397],[-96.87621,28.50318],[-96.87623,28.50238],[-96.87625,28.50158],[-96.87626,28.50078],[-96.87628,28.49998],[-96.87629,28.49919],[-96.87597,28.49918],[-96.87598,28.49872],[-96.876,28.49792],[-96.87602,28.49712],[-96.87603,28.49632],[-96.87605,28.49553],[-96.87607,28.49473],[-96.87608,28.49393],[-96.8761,28.49313],[-96.87611,28.49234],[-96.87613,28.49154],[-96.87615,28.49074],[-96.87616,28.48994],[-96.87618,28.48915],[-96.8762,28.48835],[-96.87621,28.48755],[-96.87623,28.48675],[-96.87625,28.48596],[-96.87626,28.48516],[-96.87628,28.48436],[-96.8763,28.48356],[-96.87597,28.48356],[-96.87598,28.48309],[-96.876,28.48229],[-96.87602,28.4815],[-96.87603,28.4807],[-96.87605,28.4799],[-96.87607,28.4791],[-96.87608,28.47831],[-96.8761,28.47751],[-96.87612,28.47671],[-96.87613,28.47591],[-96.87615,28.47511],[-96.87616,28.47432],[-96.87618,28.47352],[-96.8762,28.47272],[-96.87621,28.47192],[-96.87623,28.47113],[-96.87625,28.47033],[-96.87626,28.46953],[-96.87628,28.46873],[-96.8763,28.46794],[-96.87598,28.46793],[-96.87598,28.46747],[-96.876,28.46667],[-96.87602,28.46587],[-96.87603,28.46507],[-96.87605,28.46428],[-96.87607,28.46348],[-96.87608,28.46268],[-96.8761,28.46188],[-96.87612,28.46109],[-96.87613,28.46029],[-96.87615,28.45949],[-96.87617,28.45869],[-96.87618,28.4579],[-96.8762,28.4571],[-96.87621,28.4563],[-96.87623,28.4555],[-96.87625,28.4547],[-96.87626,28.45399],[-96.87654,28.45399],[-96.87748,28.45401],[-96.87841,28.45402],[-96.87935,28.45404],[-96.88029,28.45405],[-96.88123,28.45407],[-96.88217,28.45408],[-96.88311,28.4541],[-96.88405,28.45411],[-96.88499,28.45413],[-96.88592,28.45414],[-96.88686,28.45416],[-96.8878,28.45417],[-96.88874,28.45419],[-96.88968,28.4542],[-96.89062,28.45422],[-96.89156,28.45423],[-96.89156,28.45398],[-96.89216,28.45399],[-96.8931,28.45401],[-96.89404,28.45402],[-96.89498,28.45404],[-96.89592,28.45405],[-96.89686,28.45407],[-96.8978,28.45408],[-96.89874,28.4541],[-96.89967,28.45411],[-96.90061,28.45413],[-96.90155,28.45414],[-96.90249,28.45416],[-96.90343,28.45417],[-96.90437,28.45419],[-96.90531,28.4542],[-96.90625,28.45422],[-96.90719,28.45423],[-96.90719,28.45398],[-96.90779,28.45399],[-96.90873,28.45401],[-96.90967,28.45402],[-96.91061,28.45404],[-96.91155,28.45405],[-96.91248,28.45407],[-96.91342,28.45408],[-96.91436,28.4541],[-96.9153,28.45411],[-96.91624,28.45413],[-96.91718,28.45414],[-96.91812,28.45416],[-96.91906,28.45417],[-96.91999,28.45419],[-96.92093,28.4542],[-96.92187,28.45422],[-96.92281,28.45423],[-96.92282,28.45398],[-96.92342,28.45399],[-96.92436,28.45401],[-96.9253,28.45402],[-96.92623,28.45404],[-96.92717,28.45405],[-96.92811,28.45407],[-96.92905,28.45408],[-96.92999,28.45409],[-96.93093,28.45411],[-96.93187,28.45412],[-96.9328,28.45414],[-96.93374,28.45415],[-96.93468,28.45417],[-96.93562,28.45418],[-96.93656,28.4542],[-96.9375,28.45421],[-96.93843,28.45423],[-96.93844,28.45398],[-96.93905,28.45399],[-96.93998,28.45401],[-96.94092,28.45402],[-96.94186,28.45404],[-96.9428,28.45405],[-96.94374,28.45407],[-96.94468,28.45408],[-96.94561,28.4541],[-96.94655,28.45411],[-96.94749,28.45413],[-96.94843,28.45414],[-96.94937,28.45415],[-96.95031,28.45417],[-96.95124,28.45418],[-96.95218,28.4542],[-96.95312,28.45421],[-96.95406,28.45423],[-96.95406,28.45398],[-96.95467,28.45399],[-96.95561,28.45401],[-96.95655,28.45402],[-96.95749,28.45404],[-96.95843,28.45405],[-96.95936,28.45406],[-96.9603,28.45408],[-96.96124,28.45409],[-96.96218,28.45411],[-96.96312,28.45412],[-96.96405,28.45414],[-96.96499,28.45415],[-96.96593,28.45417],[-96.96687,28.45418],[-96.96781,28.45419],[-96.96875,28.45421],[-96.96968,28.45422],[-96.96969,28.45398],[-96.9703,28.45399],[-96.97124,28.45401],[-96.97218,28.45402],[-96.97311,28.45404],[-96.97405,28.45405],[-96.97499,28.45406],[-96.97593,28.45408],[-96.97687,28.45409],[-96.97781,28.45411],[-96.97874,28.45412],[-96.97968,28.45414],[-96.98062,28.45415],[-96.98156,28.45417],[-96.9825,28.45418],[-96.98343,28.45419],[-96.98437,28.45421],[-96.98531,28.45422],[-96.98532,28.45398],[-96.98593,28.45399],[-96.98687,28.45401],[-96.9878,28.45402],[-96.98874,28.45404],[-96.98968,28.45405],[-96.99062,28.45406],[-96.99156,28.45408],[-96.99249,28.45409],[-96.99343,28.45411],[-96.99437,28.45412],[-96.99531,28.45413],[-96.99625,28.45415],[-96.99718,28.45416],[-96.99812,28.45418],[-96.99906,28.45419],[-97,28.45421],[-97.00094,28.45422],[-97.00094,28.45398],[-97.00155,28.45399],[-97.00249,28.45401],[-97.00343,28.45402],[-97.00437,28.45404],[-97.00531,28.45405],[-97.00624,28.45406],[-97.00718,28.45408],[-97.00812,28.45409],[-97.00906,28.45411],[-97.01,28.45412],[-97.01093,28.45413],[-97.01187,28.45415],[-97.01281,28.45416],[-97.01375,28.45418],[-97.01468,28.45419],[-97.01562,28.4542],[-97.01656,28.45422],[-97.01656,28.45398],[-97.01718,28.45399],[-97.01812,28.45401],[-97.01906,28.45402],[-97.01999,28.45403],[-97.02093,28.45405],[-97.02187,28.45406],[-97.02281,28.45408],[-97.02375,28.45409],[-97.02468,28.4541],[-97.02562,28.45412],[-97.02656,28.45413],[-97.0275,28.45415],[-97.02843,28.45416],[-97.02937,28.45417],[-97.03029,28.45419],[-97.03028,28.45444],[-97.03027,28.45523],[-97.03025,28.45603],[-97.03024,28.45683],[-97.03022,28.45762],[-97.03021,28.45842],[-97.03019,28.45922],[-97.03018,28.46001],[-97.03016,28.46081],[-97.03015,28.46161],[-97.03013,28.4624],[-97.03011,28.4632],[-97.0301,28.464],[-97.03008,28.46479],[-97.03007,28.46559],[-97.03005,28.46639],[-97.03004,28.46719],[-97.03002,28.46798],[-97.03001,28.46878],[-97.02999,28.46958],[-97.03093,28.46959],[-97.03187,28.4696],[-97.03281,28.46962],[-97.03374,28.46963],[-97.03468,28.46965],[-97.03562,28.46966],[-97.03656,28.46967],[-97.0375,28.46969],[-97.03843,28.4697],[-97.03937,28.46971],[-97.04031,28.46973],[-97.04125,28.46974],[-97.04219,28.46976],[-97.04312,28.46977],[-97.04406,28.46978],[-97.045,28.4698],[-97.04594,28.46981],[-97.04687,28.46983],[-97.04781,28.46984],[-97.04782,28.46961],[-97.04844,28.46962],[-97.04937,28.46963],[-97.05031,28.46965],[-97.05125,28.46966],[-97.05219,28.46967],[-97.05312,28.46969],[-97.05406,28.4697],[-97.055,28.46971],[-97.05594,28.46973],[-97.05687,28.46974],[-97.05781,28.46976],[-97.05875,28.46977],[-97.05969,28.46978],[-97.06062,28.4698],[-97.06156,28.46981],[-97.0625,28.46982],[-97.06344,28.46984],[-97.06344,28.46961],[-97.06406,28.46962],[-97.065,28.46963],[-97.06594,28.46964],[-97.06687,28.46966],[-97.06781,28.46967],[-97.06875,28.46968],[-97.06969,28.4697],[-97.07063,28.46971],[-97.07156,28.46973],[-97.0725,28.46974],[-97.07344,28.46975],[-97.07438,28.46977],[-97.07531,28.46978],[-97.07625,28.46979],[-97.07716,28.46981],[-97.07716,28.47007],[-97.07714,28.47086],[-97.07713,28.47166],[-97.07712,28.47246],[-97.0771,28.47325],[-97.07709,28.47405],[-97.07707,28.47485],[-97.07706,28.47564],[-97.07704,28.47644],[-97.07703,28.47724],[-97.07701,28.47803],[-97.077,28.47883],[-97.07698,28.47963],[-97.07697,28.48042],[-97.07695,28.48122],[-97.07694,28.48202],[-97.07692,28.48281],[-97.07691,28.48361],[-97.07689,28.4844],[-97.07688,28.4852],[-97.07782,28.48522],[-97.07875,28.48523],[-97.07969,28.48524],[-97.08063,28.48526],[-97.08156,28.48527],[-97.0825,28.48528],[-97.08344,28.4853],[-97.08438,28.48531],[-97.08531,28.48532],[-97.08625,28.48534],[-97.08719,28.48535],[-97.08813,28.48536],[-97.08906,28.48538],[-97.09,28.48539],[-97.09094,28.4854],[-97.09188,28.48542],[-97.09281,28.48543],[-97.09375,28.48545],[-97.09469,28.48546],[-97.09469,28.48523],[-97.09532,28.48524],[-97.09625,28.48526],[-97.09719,28.48527],[-97.09813,28.48528],[-97.09907,28.4853],[-97.1,28.48531],[-97.10094,28.48532],[-97.10188,28.48534],[-97.10281,28.48535],[-97.10375,28.48536],[-97.10469,28.48538],[-97.10563,28.48539],[-97.10656,28.4854],[-97.1075,28.48542],[-97.10844,28.48543],[-97.10938,28.48544],[-97.11031,28.48546],[-97.11032,28.48523],[-97.11094,28.48524],[-97.11188,28.48525],[-97.11282,28.48527],[-97.11375,28.48528],[-97.11469,28.48529],[-97.11563,28.48531],[-97.11657,28.48532],[-97.1175,28.48533],[-97.11844,28.48535],[-97.11938,28.48536],[-97.12031,28.48537],[-97.12125,28.48539],[-97.12219,28.4854],[-97.12313,28.48541],[-97.12406,28.48543],[-97.125,28.48544],[-97.12594,28.48545],[-97.12594,28.48523],[-97.12657,28.48524],[-97.12751,28.48525],[-97.12844,28.48527],[-97.12938,28.48528],[-97.13032,28.48529],[-97.13125,28.48531],[-97.13219,28.48532],[-97.13313,28.48533],[-97.13407,28.48535],[-97.135,28.48536],[-97.13594,28.48537],[-97.13688,28.48539],[-97.13781,28.4854],[-97.13875,28.48541],[-97.13969,28.48543],[-97.14062,28.48544],[-97.14156,28.48545],[-97.14157,28.48523],[-97.1422,28.48524],[-97.14313,28.48525],[-97.14407,28.48527],[-97.14501,28.48528],[-97.14595,28.48529],[-97.14688,28.48531],[-97.14782,28.48532],[-97.14876,28.48533],[-97.14969,28.48535],[-97.15063,28.48536],[-97.15157,28.48537],[-97.1525,28.48538],[-97.15344,28.4854],[-97.15438,28.48541],[-97.15531,28.48542],[-97.15625,28.48544],[-97.15719,28.48545],[-97.15719,28.48523],[-97.15782,28.48524],[-97.15876,28.48525],[-97.1597,28.48527],[-97.16063,28.48528],[-97.16157,28.48529],[-97.16251,28.48531],[-97.16344,28.48532],[-97.16438,28.48533],[-97.16532,28.48535],[-97.16626,28.48536],[-97.16719,28.48537],[-97.16813,28.48538],[-97.16907,28.4854],[-97.17,28.48541],[-97.17094,28.48542],[-97.17188,28.48544],[-97.17281,28.48545],[-97.17282,28.48523],[-97.17345,28.48524],[-97.17439,28.48525],[-97.17533,28.48527],[-97.17626,28.48528],[-97.1772,28.48529],[-97.17814,28.48531],[-97.17907,28.48532],[-97.18001,28.48533],[-97.18095,28.48534],[-97.18188,28.48536],[-97.18282,28.48537],[-97.18376,28.48538],[-97.18469,28.4854],[-97.18563,28.48541],[-97.18657,28.48542],[-97.1875,28.48543],[-97.18844,28.48545],[-97.18844,28.48523],[-97.18908,28.48524],[-97.19002,28.48525],[-97.19095,28.48527],[-97.19189,28.48528],[-97.19283,28.48529],[-97.19376,28.4853],[-97.1947,28.48532],[-97.19564,28.48533],[-97.19657,28.48534],[-97.19751,28.48536],[-97.19845,28.48537],[-97.19938,28.48538],[-97.20032,28.48539],[-97.20126,28.48541],[-97.20219,28.48542],[-97.20313,28.48543],[-97.20406,28.48545],[-97.20407,28.48523],[-97.20471,28.48524],[-97.20564,28.48525],[-97.20658,28.48526],[-97.20751,28.48528],[-97.20845,28.48529],[-97.20939,28.4853],[-97.21032,28.48532],[-97.21126,28.48533],[-97.2122,28.48534],[-97.21313,28.48535],[-97.21407,28.48537],[-97.21501,28.48538],[-97.21594,28.48539],[-97.21688,28.4854],[-97.21781,28.48542],[-97.21875,28.48543],[-97.21969,28.48544],[-97.21969,28.48523],[-97.22033,28.48524],[-97.22127,28.48525],[-97.22221,28.48527],[-97.22314,28.48528],[-97.22408,28.48529],[-97.22501,28.4853],[-97.22595,28.48532],[-97.22689,28.48533],[-97.22782,28.48534],[-97.22876,28.48535],[-97.2297,28.48537],[-97.23063,28.48538],[-97.23157,28.48539],[-97.2325,28.4854],[-97.23344,28.48542],[-97.23438,28.48543],[-97.23531,28.48544],[-97.23532,28.48523],[-97.23596,28.48524],[-97.2369,28.48525],[-97.23783,28.48526],[-97.23877,28.48528],[-97.23971,28.48529],[-97.24064,28.4853],[-97.24158,28.48531],[-97.24251,28.48533],[-97.24345,28.48534],[-97.24439,28.48535],[-97.24532,28.48536],[-97.24626,28.48538],[-97.24719,28.48539],[-97.24813,28.4854],[-97.24907,28.48541],[-97.25,28.48543],[-97.25094,28.48544],[-97.25095,28.48464],[-97.25097,28.48385],[-97.25098,28.48305],[-97.25099,28.48225],[-97.25101,28.48146],[-97.25102,28.48066],[-97.25103,28.47987],[-97.25105,28.47907],[-97.25106,28.47828],[-97.25107,28.47748],[-97.25109,28.47668],[-97.2511,28.47589],[-97.25111,28.47509],[-97.25113,28.4743],[-97.25114,28.4735],[-97.25115,28.47271],[-97.25117,28.47191],[-97.25118,28.47111],[-97.25119,28.47032],[-97.25121,28.46952],[-97.25122,28.46873],[-97.25123,28.46793],[-97.25097,28.46793],[-97.25098,28.46743],[-97.25099,28.46663],[-97.25101,28.46584],[-97.25102,28.46504],[-97.25103,28.46424],[-97.25105,28.46345],[-97.25106,28.46265],[-97.25107,28.46186],[-97.25109,28.46106],[-97.2511,28.46027],[-97.25111,28.45947],[-97.25113,28.45867],[-97.25114,28.45788],[-97.25115,28.45708],[-97.25117,28.45629],[-97.25118,28.45549],[-97.25119,28.45469],[-97.25121,28.45399],[-97.25159,28.45399],[-97.25252,28.45401],[-97.25346,28.45402],[-97.25439,28.45403],[-97.25533,28.45404],[-97.25627,28.45405],[-97.2572,28.45407],[-97.25814,28.45408],[-97.25908,28.45409],[-97.26001,28.4541],[-97.26095,28.45412],[-97.26189,28.45413],[-97.26282,28.45414],[-97.26376,28.45415],[-97.2647,28.45417],[-97.26563,28.45418],[-97.26657,28.45419],[-97.26657,28.45398],[-97.26721,28.45399],[-97.26815,28.454],[-97.26908,28.45402],[-97.27002,28.45403],[-97.27096,28.45404],[-97.27189,28.45405],[-97.27283,28.45407],[-97.27377,28.45408],[-97.2747,28.45409],[-97.27564,28.4541],[-97.27657,28.45411],[-97.27751,28.45413],[-97.27845,28.45414],[-97.27938,28.45415],[-97.28032,28.45416],[-97.28126,28.45418],[-97.28219,28.45419],[-97.28221,28.45339],[-97.28222,28.4526],[-97.28223,28.4518],[-97.28224,28.451],[-97.28226,28.45021],[-97.28227,28.44941],[-97.28228,28.44861],[-97.2823,28.44782],[-97.28231,28.44702],[-97.28232,28.44623],[-97.28234,28.44543],[-97.28235,28.44463],[-97.28236,28.44384],[-97.28238,28.44304],[-97.28239,28.44225],[-97.2824,28.44145],[-97.28242,28.44065],[-97.28243,28.43986],[-97.28244,28.43906],[-97.28246,28.43835],[-97.28285,28.43836],[-97.28379,28.43837],[-97.28472,28.43838],[-97.28566,28.43839],[-97.28659,28.43841],[-97.28753,28.43842],[-97.28846,28.43843],[-97.2894,28.43844],[-97.29033,28.43845],[-97.29127,28.43847],[-97.2922,28.43848],[-97.29314,28.43849],[-97.29407,28.4385],[-97.29501,28.43852],[-97.29594,28.43853],[-97.29688,28.43854],[-97.29781,28.43855],[-97.29783,28.43776],[-97.29784,28.43696],[-97.29785,28.43617],[-97.29787,28.43537],[-97.29788,28.43458],[-97.29789,28.43378],[-97.29791,28.43298],[-97.29792,28.43219],[-97.29793,28.43139],[-97.29795,28.4306],[-97.29796,28.4298],[-97.29797,28.42901],[-97.29799,28.42821],[-97.298,28.42742],[-97.29801,28.42662],[-97.29802,28.42583],[-97.29804,28.42503],[-97.29805,28.42424],[-97.29806,28.42344],[-97.29808,28.42273],[-97.29847,28.42274],[-97.2994,28.42275],[-97.30034,28.42276],[-97.30128,28.42277],[-97.30221,28.42279],[-97.30315,28.4228],[-97.30408,28.42281],[-97.30502,28.42282],[-97.30595,28.42283],[-97.30689,28.42285],[-97.30783,28.42286],[-97.30876,28.42287],[-97.3097,28.42288],[-97.31063,28.42289],[-97.31157,28.42291],[-97.3125,28.42292],[-97.31344,28.42293],[-97.31344,28.42273],[-97.3141,28.42274],[-97.31503,28.42275],[-97.31597,28.42276],[-97.3169,28.42277],[-97.31784,28.42279],[-97.31877,28.4228],[-97.31971,28.42281],[-97.32064,28.42282],[-97.32158,28.42283],[-97.32252,28.42284],[-97.32345,28.42286],[-97.32439,28.42287],[-97.32532,28.42288],[-97.32626,28.42289],[-97.32719,28.4229],[-97.32813,28.42292],[-97.32906,28.42293],[-97.32908,28.42213],[-97.32909,28.42134],[-97.3291,28.42054],[-97.32912,28.41975],[-97.32913,28.41895],[-97.32914,28.41816],[-97.32915,28.41736],[-97.32917,28.41657],[-97.32918,28.41577],[-97.32919,28.41498],[-97.32921,28.41418],[-97.32922,28.41338],[-97.32923,28.41259],[-97.32924,28.41179],[-97.32926,28.411],[-97.32927,28.4102],[-97.32928,28.40941],[-97.3293,28.40861],[-97.32931,28.40782],[-97.32932,28.40711],[-97.32972,28.40711],[-97.33066,28.40713],[-97.3316,28.40714],[-97.33253,28.40715],[-97.33347,28.40716],[-97.3344,28.40717],[-97.33534,28.40719],[-97.33627,28.4072],[-97.33721,28.40721],[-97.33814,28.40722],[-97.33908,28.40723],[-97.34001,28.40724],[-97.34095,28.40726],[-97.34188,28.40727],[-97.34282,28.40728],[-97.34376,28.40729],[-97.34469,28.4073],[-97.3447,28.40651],[-97.34472,28.40571],[-97.34473,28.40492],[-97.34474,28.40412],[-97.34475,28.40333],[-97.34477,28.40253],[-97.34478,28.40174],[-97.34479,28.40094],[-97.34481,28.40015],[-97.34482,28.39935],[-97.34483,28.39856],[-97.34484,28.39776],[-97.34486,28.39696],[-97.34487,28.39617],[-97.34488,28.39537],[-97.34489,28.39458],[-97.34491,28.39378],[-97.34492,28.39299],[-97.34493,28.39219],[-97.34494,28.39148],[-97.34535,28.39149],[-97.34629,28.3915],[-97.34722,28.39151],[-97.34816,28.39153],[-97.34909,28.39154],[-97.35003,28.39155],[-97.35096,28.39156],[-97.3519,28.39157],[-97.35283,28.39158],[-97.35377,28.3916],[-97.3547,28.39161],[-97.35564,28.39162],[-97.35657,28.39163],[-97.35751,28.39164],[-97.35845,28.39165],[-97.35938,28.39166],[-97.36032,28.39168],[-97.36033,28.39088],[-97.36034,28.39009],[-97.36035,28.38929],[-97.36037,28.3885],[-97.36038,28.3877],[-97.36039,28.3869],[-97.3604,28.38611],[-97.36042,28.38531],[-97.36043,28.38452],[-97.36044,28.38372],[-97.36045,28.38293],[-97.36047,28.38213],[-97.36048,28.38134],[-97.36049,28.38054],[-97.3605,28.37975],[-97.36052,28.37895],[-97.36053,28.37816],[-97.36054,28.37736],[-97.36056,28.37657],[-97.36057,28.37586],[-97.36098,28.37586],[-97.36191,28.37588],[-97.36285,28.37589],[-97.36378,28.3759],[-97.36472,28.37591],[-97.36565,28.37592],[-97.36659,28.37593],[-97.36752,28.37594],[-97.36846,28.37596],[-97.36939,28.37597],[-97.37033,28.37598],[-97.37126,28.37599],[-97.3722,28.376],[-97.37313,28.37601],[-97.37407,28.37603],[-97.375,28.37604],[-97.37594,28.37605],[-97.37594,28.37586],[-97.3766,28.37586],[-97.37754,28.37588],[-97.37848,28.37589],[-97.37941,28.3759],[-97.38035,28.37591],[-97.38128,28.37592],[-97.38222,28.37593],[-97.38315,28.37594],[-97.38409,28.37596],[-97.38502,28.37597],[-97.38596,28.37598],[-97.38689,28.37599],[-97.38783,28.376],[-97.38876,28.37601],[-97.3897,28.37602],[-97.39063,28.37604],[-97.39157,28.37605],[-97.39157,28.37585],[-97.39223,28.37586],[-97.39317,28.37587],[-97.3941,28.37588],[-97.39504,28.3759],[-97.39597,28.37591],[-97.39691,28.37592],[-97.39784,28.37593],[-97.39878,28.37594],[-97.39971,28.37595],[-97.40065,28.37596],[-97.40158,28.37598],[-97.40252,28.37599],[-97.40345,28.376],[-97.40439,28.37601],[-97.40532,28.37602],[-97.40626,28.37603],[-97.40719,28.37604],[-97.4072,28.37525],[-97.40722,28.37445],[-97.40723,28.37366],[-97.40724,28.37286],[-97.40725,28.37207],[-97.40726,28.37127],[-97.40728,28.37048],[-97.40729,28.36968],[-97.4073,28.36889],[-97.40731,28.36809],[-97.40733,28.3673],[-97.40734,28.3665],[-97.40735,28.36571],[-97.40736,28.36491],[-97.40737,28.36412],[-97.40739,28.36333],[-97.4074,28.36253],[-97.40741,28.36174],[-97.40742,28.36094],[-97.40743,28.36023],[-97.40786,28.36024],[-97.40879,28.36025],[-97.40973,28.36026],[-97.41066,28.36027],[-97.4116,28.36028],[-97.41253,28.36029],[-97.41347,28.36031],[-97.4144,28.36032],[-97.41534,28.36033],[-97.41627,28.36034],[-97.41721,28.36035],[-97.41814,28.36036],[-97.41908,28.36037],[-97.42001,28.36038],[-97.42094,28.3604],[-97.42188,28.36041],[-97.42281,28.36042],[-97.42283,28.35962],[-97.42284,28.35883],[-97.42285,28.35803],[-97.42286,28.35724],[-97.42287,28.35644],[-97.42289,28.35565],[-97.4229,28.35485],[-97.42291,28.35406],[-97.42292,28.35326],[-97.42293,28.35247],[-97.42295,28.35167],[-97.42296,28.35088],[-97.42297,28.35008],[-97.42298,28.34929],[-97.423,28.34849],[-97.42301,28.3477],[-97.42302,28.3469],[-97.42303,28.34611],[-97.42304,28.34532],[-97.42306,28.34452],[-97.42307,28.34373],[-97.42308,28.34293],[-97.42284,28.34293],[-97.42285,28.34241],[-97.42286,28.34161],[-97.42288,28.34082],[-97.42289,28.34002],[-97.4229,28.33923],[-97.42291,28.33843],[-97.42292,28.33764],[-97.42294,28.33684],[-97.42295,28.33605],[-97.42296,28.33525],[-97.42297,28.33446],[-97.42299,28.33366],[-97.423,28.33287],[-97.42301,28.33207],[-97.42302,28.33128],[-97.42303,28.33048],[-97.42305,28.32969],[-97.42306,28.32898],[-97.42349,28.32899],[-97.42442,28.329],[-97.42536,28.32901],[-97.42629,28.32902],[-97.42722,28.32903],[-97.42816,28.32904],[-97.42909,28.32905],[-97.43003,28.32907],[-97.43096,28.32908],[-97.4319,28.32909],[-97.43283,28.3291],[-97.43377,28.32911],[-97.4347,28.32912],[-97.43564,28.32913],[-97.43657,28.32914],[-97.43751,28.32915],[-97.43844,28.32917],[-97.43845,28.32837],[-97.43846,28.32758],[-97.43848,28.32678],[-97.43849,28.32599],[-97.4385,28.32519],[-97.43851,28.3244],[-97.43852,28.3236],[-97.43854,28.32281],[-97.43855,28.32201],[-97.43856,28.32122],[-97.43857,28.32042],[-97.43858,28.31963],[-97.4386,28.31883],[-97.43861,28.31804],[-97.43862,28.31724],[-97.43863,28.31645],[-97.43864,28.31565],[-97.43866,28.31486],[-97.43867,28.31406],[-97.43868,28.31336],[-97.43911,28.31336],[-97.44005,28.31337],[-97.44098,28.31339],[-97.44192,28.3134],[-97.44285,28.31341],[-97.44379,28.31342],[-97.44472,28.31343],[-97.44566,28.31344],[-97.44659,28.31345],[-97.44752,28.31346],[-97.44846,28.31347],[-97.44939,28.31348],[-97.45033,28.3135],[-97.45126,28.31351],[-97.4522,28.31352],[-97.45313,28.31353],[-97.45406,28.31354],[-97.45408,28.31274],[-97.45409,28.31195],[-97.4541,28.31115],[-97.45411,28.31036],[-97.45412,28.30957],[-97.45414,28.30877],[-97.45415,28.30798],[-97.45416,28.30718],[-97.45417,28.30639],[-97.45418,28.30559],[-97.45419,28.3048],[-97.45421,28.304],[-97.45422,28.30321],[-97.45423,28.30241],[-97.45424,28.30162],[-97.45425,28.30082],[-97.45427,28.30003],[-97.45428,28.29923],[-97.45429,28.29844],[-97.4543,28.29773],[-97.45474,28.29774],[-97.45568,28.29775],[-97.45661,28.29776],[-97.45754,28.29777],[-97.45848,28.29778],[-97.45941,28.29779],[-97.46035,28.2978],[-97.46128,28.29781],[-97.46222,28.29782],[-97.46315,28.29784],[-97.46408,28.29785],[-97.46502,28.29786],[-97.46595,28.29787],[-97.46689,28.29788],[-97.46782,28.29789],[-97.46876,28.2979],[-97.46969,28.29791],[-97.4697,28.29712],[-97.46971,28.29632],[-97.46972,28.29553],[-97.46974,28.29473],[-97.46975,28.29394],[-97.46976,28.29314],[-97.46977,28.29235],[-97.46978,28.29155],[-97.4698,28.29076],[-97.46981,28.28996],[-97.46982,28.28917],[-97.46983,28.28838],[-97.46984,28.28758],[-97.46985,28.28679],[-97.46987,28.28599],[-97.46988,28.2852],[-97.46989,28.2844],[-97.4699,28.28361],[-97.46991,28.28281],[-97.46992,28.28202],[-97.46994,28.28122],[-97.46995,28.28043],[-97.46972,28.28043],[-97.46973,28.2799],[-97.46974,28.27911],[-97.46975,28.27831],[-97.46976,28.27752],[-97.46977,28.27672],[-97.46978,28.27593],[-97.4698,28.27513],[-97.46981,28.27434],[-97.46982,28.27354],[-97.46983,28.27275],[-97.46984,28.27196],[-97.46985,28.27116],[-97.46987,28.27037],[-97.46988,28.26957],[-97.46989,28.26878],[-97.4699,28.26798],[-97.46991,28.26719],[-97.46992,28.26648],[-97.47037,28.26649],[-97.4713,28.2665],[-97.47224,28.26651],[-97.47317,28.26652],[-97.47411,28.26653],[-97.47504,28.26654],[-97.47597,28.26655],[-97.47691,28.26656],[-97.47784,28.26657],[-97.47878,28.26658],[-97.47971,28.26659],[-97.48064,28.26661],[-97.48158,28.26662],[-97.48251,28.26663],[-97.48345,28.26664],[-97.48438,28.26665],[-97.48531,28.26666],[-97.48533,28.26586],[-97.48534,28.26507],[-97.48535,28.26428],[-97.48536,28.26348],[-97.48537,28.26269],[-97.48538,28.26189],[-97.4854,28.2611],[-97.48541,28.2603],[-97.48542,28.25951],[-97.48543,28.25871],[-97.48544,28.25792],[-97.48545,28.25712],[-97.48547,28.25633],[-97.48548,28.25554],[-97.48549,28.25474],[-97.4855,28.25395],[-97.48551,28.25315],[-97.48552,28.25236],[-97.48554,28.25156],[-97.48555,28.25086],[-97.486,28.25086],[-97.48693,28.25087],[-97.48786,28.25088],[-97.4888,28.25089],[-97.48973,28.25091],[-97.49067,28.25092],[-97.4916,28.25093],[-97.49253,28.25094],[-97.49347,28.25095],[-97.4944,28.25096],[-97.49534,28.25097],[-97.49627,28.25098],[-97.4972,28.25099],[-97.49814,28.251],[-97.49907,28.25101],[-97.50001,28.25102],[-97.50094,28.25103],[-97.50095,28.25024],[-97.50096,28.24944],[-97.50097,28.24865],[-97.50099,28.24786],[-97.501,28.24706],[-97.50101,28.24627],[-97.50102,28.24547],[-97.50103,28.24468],[-97.50104,28.24388],[-97.50106,28.24309],[-97.50107,28.24229],[-97.50108,28.2415],[-97.50109,28.2407],[-97.5011,28.23991],[-97.50111,28.23912],[-97.50112,28.23832],[-97.50114,28.23753],[-97.50115,28.23673],[-97.50116,28.23594],[-97.50117,28.23523],[-97.50162,28.23524],[-97.50256,28.23525],[-97.50349,28.23526],[-97.50442,28.23527],[-97.50536,28.23528],[-97.50629,28.23529],[-97.50723,28.2353],[-97.50816,28.23531],[-97.50909,28.23532],[-97.51003,28.23533],[-97.51096,28.23534],[-97.5119,28.23535],[-97.51283,28.23536],[-97.51376,28.23537],[-97.5147,28.23538],[-97.51563,28.2354],[-97.51656,28.23541],[-97.51658,28.23461],[-97.51659,28.23382],[-97.5166,28.23302],[-97.51661,28.23223],[-97.51662,28.23143],[-97.51663,28.23064],[-97.51664,28.22984],[-97.51666,28.22905],[-97.51667,28.22826],[-97.51668,28.22746],[-97.51669,28.22667],[-97.5167,28.22587],[-97.51671,28.22508],[-97.51672,28.22428],[-97.51673,28.22349],[-97.51675,28.2227],[-97.51676,28.2219],[-97.51677,28.22111],[-97.51678,28.22031],[-97.51679,28.21952],[-97.5168,28.21872],[-97.51681,28.21793],[-97.51659,28.21793],[-97.5166,28.2174],[-97.51661,28.2166],[-97.51662,28.21581],[-97.51663,28.21501],[-97.51664,28.21422],[-97.51666,28.21343],[-97.51667,28.21263],[-97.51668,28.21184],[-97.51669,28.21104],[-97.5167,28.21025],[-97.51671,28.20945],[-97.51672,28.20866],[-97.51674,28.20786],[-97.51675,28.20707],[-97.51676,28.20628],[-97.51677,28.20548],[-97.51678,28.20469],[-97.51679,28.20398],[-97.51725,28.20399],[-97.51819,28.204],[-97.51912,28.20401],[-97.52005,28.20402],[-97.52099,28.20403],[-97.52192,28.20404],[-97.52285,28.20405],[-97.52379,28.20406],[-97.52472,28.20407],[-97.52565,28.20408],[-97.52659,28.20409],[-97.52752,28.2041],[-97.52846,28.20411],[-97.52939,28.20412],[-97.53032,28.20413],[-97.53126,28.20414],[-97.53219,28.20415],[-97.5322,28.20336],[-97.53221,28.20257],[-97.53222,28.20177],[-97.53224,28.20098],[-97.53225,28.20018],[-97.53226,28.19939],[-97.53227,28.19859],[-97.53228,28.1978],[-97.53229,28.197],[-97.5323,28.19621],[-97.53231,28.19542],[-97.53233,28.19462],[-97.53234,28.19383],[-97.53235,28.19303],[-97.53236,28.19224],[-97.53237,28.19144],[-97.53238,28.19065],[-97.53239,28.18986],[-97.5324,28.18906],[-97.53241,28.18836],[-97.53288,28.18836],[-97.53381,28.18837],[-97.53475,28.18838],[-97.53568,28.18839],[-97.53661,28.1884],[-97.53755,28.18841],[-97.53848,28.18842],[-97.53941,28.18843],[-97.54035,28.18844],[-97.54128,28.18845],[-97.54221,28.18846],[-97.54315,28.18847],[-97.54408,28.18848],[-97.54501,28.18849],[-97.54595,28.18851],[-97.54688,28.18852],[-97.54782,28.18853],[-97.54783,28.18773],[-97.54784,28.18694],[-97.54785,28.18614],[-97.54786,28.18535],[-97.54787,28.18456],[-97.54788,28.18376],[-97.54789,28.18297],[-97.5479,28.18217],[-97.54792,28.18138],[-97.54793,28.18058],[-97.54794,28.17979],[-97.54795,28.179],[-97.54796,28.1782],[-97.54797,28.17741],[-97.54798,28.17661],[-97.54799,28.17582],[-97.548,28.17503],[-97.54802,28.17423],[-97.54803,28.17344],[-97.54804,28.17264],[-97.54805,28.17185],[-97.54806,28.17106],[-97.54784,28.17105],[-97.54785,28.17052],[-97.54786,28.16972],[-97.54787,28.16893],[-97.54788,28.16814],[-97.54789,28.16734],[-97.5479,28.16655],[-97.54791,28.16575],[-97.54793,28.16496],[-97.54794,28.16416],[-97.54795,28.16337],[-97.54796,28.16258],[-97.54797,28.16178],[-97.54798,28.16099],[-97.54799,28.16019],[-97.548,28.1594],[-97.54801,28.1586],[-97.54803,28.15781],[-97.54804,28.15702],[-97.54805,28.15622],[-97.54806,28.15543],[-97.54713,28.15542],[-97.54619,28.15541],[-97.54526,28.1554],[-97.54433,28.15539],[-97.54339,28.15538],[-97.54246,28.15537],[-97.54153,28.15536],[-97.54059,28.15535],[-97.53966,28.15533],[-97.53873,28.15532],[-97.53779,28.15531],[-97.53686,28.1553],[-97.53593,28.15529],[-97.53499,28.15528],[-97.53406,28.15527],[-97.53313,28.15526],[-97.53222,28.15525],[-97.53222,28.1549],[-97.53224,28.1541],[-97.53225,28.15331],[-97.53226,28.15251],[-97.53227,28.15172],[-97.53228,28.15092],[-97.53229,28.15013],[-97.5323,28.14934],[-97.53231,28.14854],[-97.53233,28.14775],[-97.53234,28.14695],[-97.53235,28.14616],[-97.53236,28.14536],[-97.53237,28.14457],[-97.53238,28.14377],[-97.53239,28.14298],[-97.5324,28.14219],[-97.53242,28.14139],[-97.53243,28.1406],[-97.53244,28.1398],[-97.5315,28.13979],[-97.53057,28.13978],[-97.52964,28.13977],[-97.5287,28.13976],[-97.52777,28.13975],[-97.52684,28.13974],[-97.5259,28.13973],[-97.52497,28.13972],[-97.52404,28.13971],[-97.5231,28.1397],[-97.52217,28.13969],[-97.52124,28.13968],[-97.5203,28.13967],[-97.51937,28.13966],[-97.51844,28.13965],[-97.5175,28.13964],[-97.51657,28.13963],[-97.51564,28.13962],[-97.5147,28.1396],[-97.5147,28.13978],[-97.51401,28.13977],[-97.51308,28.13976],[-97.51215,28.13975],[-97.51121,28.13974],[-97.51028,28.13973],[-97.50935,28.13972],[-97.50841,28.13971],[-97.50748,28.1397],[-97.50655,28.13969],[-97.50561,28.13968],[-97.50468,28.13967],[-97.50374,28.13966],[-97.50281,28.13965],[-97.50188,28.13964],[-97.50094,28.13963],[-97.50001,28.13961],[-97.49908,28.1396],[-97.49907,28.1404],[-97.49905,28.14119],[-97.49904,28.14199],[-97.49903,28.14278],[-97.49902,28.14358],[-97.49901,28.14437],[-97.499,28.14516],[-97.49898,28.14596],[-97.49897,28.14675],[-97.49896,28.14755],[-97.49895,28.14834],[-97.49894,28.14914],[-97.49893,28.14993],[-97.49892,28.15072],[-97.4989,28.15152],[-97.49889,28.15231],[-97.49888,28.15311],[-97.49887,28.1539],[-97.49886,28.1547],[-97.49885,28.1554],[-97.49839,28.1554],[-97.49746,28.15539],[-97.49652,28.15538],[-97.49559,28.15537],[-97.49466,28.15535],[-97.49372,28.15534],[-97.49279,28.15533],[-97.49186,28.15532],[-97.49092,28.15531],[-97.48999,28.1553],[-97.48905,28.15529],[-97.48812,28.15528],[-97.48719,28.15527],[-97.48625,28.15526],[-97.48534,28.15525],[-97.48535,28.1549],[-97.48536,28.15411],[-97.48537,28.15331],[-97.48538,28.15252],[-97.4854,28.15172],[-97.48541,28.15093],[-97.48542,28.15013],[-97.48543,28.14934],[-97.48544,28.14854],[-97.48545,28.14775],[-97.48547,28.14696],[-97.48548,28.14616],[-97.48549,28.14537],[-97.4855,28.14457],[-97.48551,28.14378],[-97.48552,28.14298],[-97.48554,28.14219],[-97.48555,28.14139],[-97.48556,28.1406],[-97.48557,28.1398],[-97.48464,28.13979],[-97.4837,28.13978],[-97.48277,28.13977],[-97.48183,28.13976],[-97.4809,28.13975],[-97.47997,28.13974],[-97.47903,28.13973],[-97.4781,28.13972],[-97.47716,28.13971],[-97.47623,28.1397],[-97.4753,28.13969],[-97.47436,28.13968],[-97.47343,28.13966],[-97.47249,28.13965],[-97.47156,28.13964],[-97.47063,28.13963],[-97.46969,28.13962],[-97.46876,28.13961],[-97.46783,28.1396],[-97.46782,28.13978],[-97.46715,28.13977],[-97.46621,28.13976],[-97.46528,28.13975],[-97.46434,28.13974],[-97.46341,28.13973],[-97.46248,28.13972],[-97.46154,28.13971],[-97.46061,28.1397],[-97.45967,28.13969],[-97.45874,28.13968],[-97.45781,28.13966],[-97.45687,28.13965],[-97.45594,28.13964],[-97.455,28.13963],[-97.4541,28.13962],[-97.4541,28.13928],[-97.45411,28.13849],[-97.45412,28.13769],[-97.45414,28.1369],[-97.45415,28.1361],[-97.45416,28.13531],[-97.45417,28.13451],[-97.45418,28.13372],[-97.45419,28.13292],[-97.45421,28.13213],[-97.45422,28.13133],[-97.45423,28.13054],[-97.45424,28.12974],[-97.45425,28.12895],[-97.45427,28.12815],[-97.45428,28.12736],[-97.45429,28.12656],[-97.4543,28.12577],[-97.45431,28.12497],[-97.45433,28.12418],[-97.45339,28.12417],[-97.45246,28.12416],[-97.45152,28.12415],[-97.45059,28.12414],[-97.44965,28.12413],[-97.44872,28.12411],[-97.44779,28.1241],[-97.44685,28.12409],[-97.44592,28.12408],[-97.44498,28.12407],[-97.44405,28.12406],[-97.44312,28.12405],[-97.44218,28.12404],[-97.44125,28.12403],[-97.44031,28.12402],[-97.43938,28.124],[-97.43847,28.12399],[-97.43847,28.12366],[-97.43849,28.12286],[-97.4385,28.12207],[-97.43851,28.12127],[-97.43852,28.12048],[-97.43853,28.11968],[-97.43855,28.11889],[-97.43856,28.11809],[-97.43857,28.1173],[-97.43858,28.1165],[-97.43859,28.11571],[-97.43861,28.11491],[-97.43862,28.11412],[-97.43863,28.11332],[-97.43864,28.11253],[-97.43865,28.11173],[-97.43867,28.11094],[-97.43868,28.11015],[-97.43869,28.10935],[-97.4387,28.10856],[-97.43777,28.10854],[-97.43683,28.10853],[-97.4359,28.10852],[-97.43496,28.10851],[-97.43403,28.1085],[-97.4331,28.10849],[-97.43216,28.10848],[-97.43123,28.10847],[-97.43029,28.10846],[-97.42936,28.10844],[-97.42843,28.10843],[-97.42749,28.10842],[-97.42656,28.10841],[-97.42562,28.1084],[-97.42469,28.10839],[-97.42375,28.10838],[-97.42282,28.10837],[-97.42189,28.10836],[-97.42095,28.10834],[-97.42095,28.10853],[-97.42028,28.10852],[-97.41934,28.10851],[-97.41841,28.1085],[-97.41747,28.10849],[-97.41654,28.10848],[-97.41561,28.10847],[-97.41467,28.10846],[-97.41374,28.10844],[-97.4128,28.10843],[-97.41187,28.10842],[-97.41093,28.10841],[-97.41,28.1084],[-97.40907,28.10839],[-97.40813,28.10838],[-97.40722,28.10837],[-97.40723,28.10804],[-97.40724,28.10724],[-97.40725,28.10645],[-97.40726,28.10565],[-97.40727,28.10486],[-97.40729,28.10406],[-97.4073,28.10327],[-97.40731,28.10247],[-97.40732,28.10168],[-97.40734,28.10088],[-97.40735,28.10009],[-97.40736,28.09929],[-97.40737,28.0985],[-97.40738,28.0977],[-97.4074,28.09691],[-97.40741,28.09611],[-97.40742,28.09532],[-97.40743,28.09452],[-97.40745,28.09373],[-97.40746,28.09293],[-97.40652,28.09292],[-97.40559,28.09291],[-97.40465,28.0929],[-97.40372,28.09289],[-97.40278,28.09287],[-97.40185,28.09286],[-97.40092,28.09285],[-97.39998,28.09284],[-97.39905,28.09283],[-97.39811,28.09282],[-97.39718,28.09281],[-97.39624,28.09279],[-97.39531,28.09278],[-97.39437,28.09277],[-97.39344,28.09276],[-97.39251,28.09275],[-97.39157,28.09274],[-97.39064,28.09273],[-97.3897,28.09272],[-97.38969,28.09351],[-97.38968,28.09431],[-97.38966,28.0951],[-97.38965,28.0959],[-97.38964,28.09669],[-97.38963,28.09749],[-97.38962,28.09828],[-97.3896,28.09907],[-97.38959,28.09987],[-97.38958,28.10066],[-97.38957,28.10146],[-97.38955,28.10225],[-97.38954,28.10305],[-97.38953,28.10384],[-97.38952,28.10464],[-97.3895,28.10543],[-97.38949,28.10623],[-97.38948,28.10702],[-97.38947,28.10782],[-97.38946,28.10853],[-97.38903,28.10852],[-97.3881,28.10851],[-97.38716,28.1085],[-97.38623,28.10849],[-97.38529,28.10848],[-97.38436,28.10846],[-97.38342,28.10845],[-97.38249,28.10844],[-97.38155,28.10843],[-97.38062,28.10842],[-97.37968,28.10841],[-97.37875,28.1084],[-97.37782,28.10838],[-97.37688,28.10837],[-97.37595,28.10836],[-97.37501,28.10835],[-97.37408,28.10834],[-97.37407,28.10853],[-97.37341,28.10852],[-97.37247,28.10851],[-97.37154,28.1085],[-97.3706,28.10849],[-97.36967,28.10847],[-97.36873,28.10846],[-97.3678,28.10845],[-97.36686,28.10844],[-97.36593,28.10843],[-97.365,28.10842],[-97.36406,28.1084],[-97.36313,28.10839],[-97.36219,28.10838],[-97.36126,28.10837],[-97.36032,28.10836],[-97.35939,28.10835],[-97.35845,28.10833],[-97.35845,28.10853],[-97.35779,28.10852],[-97.35685,28.10851],[-97.35592,28.1085],[-97.35498,28.10849],[-97.35405,28.10847],[-97.35311,28.10846],[-97.35218,28.10845],[-97.35124,28.10844],[-97.35031,28.10843],[-97.34937,28.10842],[-97.34844,28.1084],[-97.3475,28.10839],[-97.34657,28.10838],[-97.34563,28.10837],[-97.3447,28.10836],[-97.34376,28.10835],[-97.34283,28.10833],[-97.34283,28.10853],[-97.34216,28.10852],[-97.34123,28.10851],[-97.34029,28.1085],[-97.33936,28.10849],[-97.33842,28.10847],[-97.33749,28.10846],[-97.33655,28.10845],[-97.33562,28.10844],[-97.33468,28.10843],[-97.33375,28.10842],[-97.33281,28.1084],[-97.33188,28.10839],[-97.33094,28.10838],[-97.33001,28.10837],[-97.3291,28.10836],[-97.3291,28.10804],[-97.32911,28.10725],[-97.32913,28.10645],[-97.32914,28.10566],[-97.32915,28.10486],[-97.32917,28.10407],[-97.32918,28.10327],[-97.32919,28.10248],[-97.3292,28.10168],[-97.32922,28.10089],[-97.32923,28.10009],[-97.32924,28.0993],[-97.32925,28.0985],[-97.32927,28.0977],[-97.32928,28.09691],[-97.32929,28.09611],[-97.32931,28.09532],[-97.32932,28.09452],[-97.32933,28.09373],[-97.32934,28.09293],[-97.32841,28.09292],[-97.32747,28.09291],[-97.32654,28.0929],[-97.3256,28.09289],[-97.32467,28.09287],[-97.32373,28.09286],[-97.3228,28.09285],[-97.32186,28.09284],[-97.32093,28.09283],[-97.31999,28.09281],[-97.31906,28.0928],[-97.31812,28.09279],[-97.31719,28.09278],[-97.31625,28.09277],[-97.31532,28.09275],[-97.31438,28.09274],[-97.31345,28.09273],[-97.31251,28.09272],[-97.31158,28.09271],[-97.31158,28.0929],[-97.31092,28.0929],[-97.30998,28.09288],[-97.30905,28.09287],[-97.30811,28.09286],[-97.30718,28.09285],[-97.30624,28.09284],[-97.30531,28.09282],[-97.30437,28.09281],[-97.30344,28.0928],[-97.3025,28.09279],[-97.30157,28.09278],[-97.30063,28.09276],[-97.2997,28.09275],[-97.29876,28.09274],[-97.29785,28.09273],[-97.29785,28.09242],[-97.29786,28.09163],[-97.29788,28.09083],[-97.29789,28.09004],[-97.2979,28.08924],[-97.29792,28.08844],[-97.29793,28.08765],[-97.29794,28.08685],[-97.29796,28.08606],[-97.29797,28.08526],[-97.29798,28.08447],[-97.29799,28.08367],[-97.29801,28.08288],[-97.29802,28.08208],[-97.29803,28.08128],[-97.29805,28.08049],[-97.29806,28.07969],[-97.29807,28.0789],[-97.29809,28.0781],[-97.2981,28.07731],[-97.29716,28.07729],[-97.29623,28.07728],[-97.29529,28.07727],[-97.29436,28.07726],[-97.29342,28.07725],[-97.29249,28.07723],[-97.29155,28.07722],[-97.29062,28.07721],[-97.28968,28.0772],[-97.28875,28.07719],[-97.28781,28.07717],[-97.28688,28.07716],[-97.28594,28.07715],[-97.28501,28.07714],[-97.28407,28.07712],[-97.28314,28.07711],[-97.2822,28.0771],[-97.28127,28.07709],[-97.28033,28.07708],[-97.28033,28.07728],[-97.27967,28.07727],[-97.27874,28.07726],[-97.2778,28.07725],[-97.27687,28.07723],[-97.27593,28.07722],[-97.275,28.07721],[-97.27406,28.0772],[-97.27312,28.07719],[-97.27219,28.07717],[-97.27125,28.07716],[-97.27032,28.07715],[-97.26938,28.07714],[-97.26845,28.07712],[-97.26751,28.07711],[-97.2666,28.0771],[-97.2666,28.0768],[-97.26661,28.076],[-97.26663,28.07521],[-97.26664,28.07441],[-97.26665,28.07362],[-97.26667,28.07282],[-97.26668,28.07203],[-97.26669,28.07123],[-97.26671,28.07043],[-97.26672,28.06964],[-97.26673,28.06884],[-97.26675,28.06805],[-97.26676,28.06725],[-97.26677,28.06646],[-97.26679,28.06566],[-97.2668,28.06486],[-97.26681,28.06407],[-97.26683,28.06327],[-97.26684,28.06248],[-97.26685,28.06168],[-97.26592,28.06167],[-97.26498,28.06166],[-97.26405,28.06164],[-97.26311,28.06163],[-97.26218,28.06162],[-97.26124,28.06161],[-97.26031,28.0616],[-97.25937,28.06158],[-97.25843,28.06157],[-97.2575,28.06156],[-97.25656,28.06155],[-97.25563,28.06153],[-97.25469,28.06152],[-97.25376,28.06151],[-97.25282,28.0615],[-97.25189,28.06148],[-97.25097,28.06147],[-97.25098,28.06118],[-97.25099,28.06038],[-97.251,28.05959],[-97.25102,28.05879],[-97.25103,28.05799],[-97.25104,28.0572],[-97.25106,28.0564],[-97.25107,28.05561],[-97.25108,28.05481],[-97.2511,28.05401],[-97.25111,28.05322],[-97.25112,28.05242],[-97.25114,28.05163],[-97.25115,28.05083],[-97.25116,28.05004],[-97.25118,28.04924],[-97.25119,28.04844],[-97.2512,28.04765],[-97.25122,28.04685],[-97.25123,28.04606],[-97.25029,28.04604],[-97.24936,28.04603],[-97.24842,28.04602],[-97.24749,28.04601],[-97.24655,28.04599],[-97.24562,28.04598],[-97.24468,28.04597],[-97.24375,28.04596],[-97.24281,28.04594],[-97.24188,28.04593],[-97.24094,28.04592],[-97.24,28.04591],[-97.23907,28.04589],[-97.23813,28.04588],[-97.2372,28.04587],[-97.23626,28.04586],[-97.23533,28.04584],[-97.23439,28.04583],[-97.23346,28.04582],[-97.23344,28.04662],[-97.23343,28.04741],[-97.23341,28.04821],[-97.2334,28.049],[-97.23339,28.0498],[-97.23337,28.05059],[-97.23336,28.05139],[-97.23335,28.05219],[-97.23333,28.05298],[-97.23332,28.05378],[-97.23331,28.05457],[-97.23329,28.05537],[-97.23328,28.05617],[-97.23327,28.05696],[-97.23325,28.05776],[-97.23324,28.05855],[-97.23323,28.05935],[-97.23321,28.06014],[-97.2332,28.06094],[-97.23319,28.06165],[-97.2328,28.06164],[-97.23186,28.06163],[-97.23093,28.06162],[-97.22999,28.06161],[-97.22906,28.06159],[-97.22812,28.06158],[-97.22719,28.06157],[-97.22625,28.06156],[-97.22531,28.06154],[-97.22438,28.06153],[-97.22344,28.06152],[-97.22251,28.06151],[-97.22157,28.06149],[-97.22064,28.06148],[-97.2197,28.06147],[-97.21876,28.06146],[-97.21783,28.06144],[-97.21782,28.06224],[-97.2178,28.06303],[-97.21779,28.06383],[-97.21777,28.06463],[-97.21776,28.06542],[-97.21775,28.06622],[-97.21773,28.06701],[-97.21772,28.06781],[-97.21771,28.06861],[-97.21769,28.0694],[-97.21768,28.0702],[-97.21767,28.07099],[-97.21765,28.07179],[-97.21764,28.07258],[-97.21762,28.07338],[-97.21761,28.07418],[-97.2176,28.07497],[-97.21758,28.07577],[-97.21757,28.07656],[-97.21756,28.07727],[-97.21718,28.07727],[-97.21624,28.07726],[-97.21531,28.07724],[-97.21437,28.07723],[-97.21343,28.07722],[-97.2125,28.07721],[-97.21156,28.07719],[-97.21063,28.07718],[-97.20969,28.07717],[-97.20876,28.07715],[-97.20782,28.07714],[-97.20688,28.07713],[-97.20595,28.07712],[-97.20501,28.0771],[-97.20408,28.07709],[-97.20314,28.07708],[-97.2022,28.07707],[-97.20219,28.07786],[-97.20218,28.07866],[-97.20216,28.07945],[-97.20215,28.08025],[-97.20214,28.08105],[-97.20212,28.08184],[-97.20211,28.08264],[-97.20209,28.08343],[-97.20208,28.08423],[-97.20207,28.08502],[-97.20205,28.08582],[-97.20204,28.08662],[-97.20203,28.08741],[-97.20201,28.08821],[-97.202,28.089],[-97.20198,28.0898],[-97.20197,28.0906],[-97.20196,28.09139],[-97.20194,28.09219],[-97.20193,28.0929],[-97.20156,28.09289],[-97.20062,28.09288],[-97.19968,28.09287],[-97.19875,28.09286],[-97.19781,28.09284],[-97.19688,28.09283],[-97.19594,28.09282],[-97.195,28.0928],[-97.19407,28.09279],[-97.19313,28.09278],[-97.1922,28.09277],[-97.19126,28.09275],[-97.19033,28.09274],[-97.18939,28.09273],[-97.18845,28.09271],[-97.18752,28.0927],[-97.18658,28.09269],[-97.18657,28.09348],[-97.18655,28.09428],[-97.18654,28.09508],[-97.18653,28.09587],[-97.18651,28.09667],[-97.1865,28.09746],[-97.18648,28.09826],[-97.18647,28.09906],[-97.18646,28.09985],[-97.18644,28.10065],[-97.18643,28.10145],[-97.18641,28.10224],[-97.1864,28.10304],[-97.18639,28.10383],[-97.18637,28.10463],[-97.18636,28.10543],[-97.18634,28.10622],[-97.18633,28.10702],[-97.18632,28.10781],[-97.1863,28.10852],[-97.18593,28.10852],[-97.185,28.10851],[-97.18406,28.10849],[-97.18313,28.10848],[-97.18219,28.10847],[-97.18125,28.10846],[-97.18032,28.10844],[-97.17938,28.10843],[-97.17845,28.10842],[-97.17751,28.1084],[-97.17657,28.10839],[-97.17564,28.10838],[-97.1747,28.10836],[-97.17376,28.10835],[-97.17283,28.10834],[-97.17189,28.10833],[-97.17096,28.10831],[-97.17095,28.10853],[-97.17031,28.10852],[-97.16937,28.10851],[-97.16844,28.10849],[-97.1675,28.10848],[-97.16656,28.10847],[-97.16563,28.10845],[-97.16469,28.10844],[-97.16376,28.10843],[-97.16282,28.10841],[-97.16188,28.1084],[-97.16095,28.10839],[-97.16001,28.10838],[-97.15908,28.10836],[-97.15814,28.10835],[-97.1572,28.10834],[-97.15627,28.10832],[-97.15533,28.10831],[-97.15532,28.10911],[-97.1553,28.1099],[-97.15529,28.1107],[-97.15528,28.11149],[-97.15526,28.11229],[-97.15525,28.11309],[-97.15523,28.11388],[-97.15522,28.11468],[-97.1552,28.11548],[-97.15519,28.11627],[-97.15518,28.11707],[-97.15516,28.11786],[-97.15515,28.11866],[-97.15513,28.11946],[-97.15512,28.12025],[-97.15511,28.12105],[-97.15509,28.12184],[-97.15508,28.12264],[-97.15506,28.12344],[-97.15505,28.12415],[-97.15469,28.12414],[-97.15375,28.12413],[-97.15282,28.12412],[-97.15188,28.1241],[-97.15094,28.12409],[-97.15001,28.12408],[-97.14907,28.12406],[-97.14813,28.12405],[-97.1472,28.12404],[-97.14626,28.12403],[-97.14532,28.12401],[-97.14439,28.124],[-97.14345,28.12399],[-97.14252,28.12397],[-97.14158,28.12396],[-97.14064,28.12395],[-97.13971,28.12393],[-97.13969,28.12473],[-97.13968,28.12553],[-97.13966,28.12632],[-97.13965,28.12712],[-97.13963,28.12791],[-97.13962,28.12871],[-97.13961,28.12951],[-97.13959,28.1303],[-97.13958,28.1311],[-97.13956,28.1319],[-97.13955,28.13269],[-97.13953,28.13349],[-97.13952,28.13429],[-97.13951,28.13508],[-97.13949,28.13588],[-97.13948,28.13667],[-97.13946,28.13747],[-97.13945,28.13827],[-97.13943,28.13906],[-97.13942,28.13977],[-97.13906,28.13977],[-97.13813,28.13976],[-97.13719,28.13974],[-97.13625,28.13973],[-97.13532,28.13972],[-97.13438,28.1397],[-97.13345,28.13969],[-97.13251,28.13968],[-97.13157,28.13966],[-97.13064,28.13965],[-97.1297,28.13964],[-97.12876,28.13962],[-97.12783,28.13961],[-97.12689,28.1396],[-97.12595,28.13958],[-97.12502,28.13957],[-97.12408,28.13956],[-97.12408,28.13978],[-97.12344,28.13977],[-97.12251,28.13975],[-97.12157,28.13974],[-97.12063,28.13973],[-97.1197,28.13971],[-97.11876,28.1397],[-97.11782,28.13969],[-97.11689,28.13967],[-97.11595,28.13966],[-97.11501,28.13965],[-97.11408,28.13963],[-97.11314,28.13962],[-97.1122,28.13961],[-97.11127,28.13959],[-97.11033,28.13958],[-97.10939,28.13957],[-97.10846,28.13955],[-97.10844,28.14035],[-97.10843,28.14115],[-97.10841,28.14194],[-97.1084,28.14274],[-97.10838,28.14354],[-97.10837,28.14433],[-97.10835,28.14513],[-97.10834,28.14593],[-97.10832,28.14672],[-97.10831,28.14752],[-97.1083,28.14832],[-97.10828,28.14911],[-97.10827,28.14991],[-97.10825,28.1507],[-97.10824,28.1515],[-97.10822,28.1523],[-97.10821,28.15309],[-97.10819,28.15389],[-97.10818,28.15469],[-97.10817,28.1554],[-97.10782,28.15539],[-97.10688,28.15538],[-97.10595,28.15537],[-97.10501,28.15535],[-97.10407,28.15534],[-97.10314,28.15533],[-97.1022,28.15531],[-97.10126,28.1553],[-97.10032,28.15529],[-97.09939,28.15527],[-97.09845,28.15526],[-97.09751,28.15525],[-97.09658,28.15523],[-97.09564,28.15522],[-97.0947,28.1552],[-97.09377,28.15519],[-97.09283,28.15518],[-97.09283,28.1554],[-97.0922,28.15539],[-97.09126,28.15538],[-97.09032,28.15537],[-97.08939,28.15535],[-97.08845,28.15534],[-97.08751,28.15533],[-97.08657,28.15531],[-97.08564,28.1553],[-97.0847,28.15529],[-97.08376,28.15527],[-97.08283,28.15526],[-97.08189,28.15524],[-97.08095,28.15523],[-97.08002,28.15522],[-97.07908,28.1552],[-97.07814,28.15519],[-97.0772,28.15518],[-97.07719,28.15597],[-97.07717,28.15677],[-97.07716,28.15757],[-97.07715,28.15836],[-97.07713,28.15916],[-97.07712,28.15996],[-97.0771,28.16075],[-97.07709,28.16155],[-97.07707,28.16235],[-97.07706,28.16314],[-97.07704,28.16394],[-97.07703,28.16474],[-97.07701,28.16553],[-97.077,28.16633],[-97.07698,28.16713],[-97.07697,28.16792],[-97.07695,28.16872],[-97.07694,28.16951],[-97.07692,28.17031],[-97.07691,28.17102],[-97.07657,28.17102],[-97.07564,28.17101],[-97.0747,28.17099],[-97.07376,28.17098],[-97.07282,28.17096],[-97.07189,28.17095],[-97.07095,28.17094],[-97.07001,28.17092],[-97.06908,28.17091],[-97.06814,28.1709],[-97.0672,28.17088],[-97.06627,28.17087],[-97.06533,28.17085],[-97.06439,28.17084],[-97.06346,28.17083],[-97.06252,28.17081],[-97.06158,28.1708],[-97.06158,28.17103],[-97.06095,28.17102],[-97.06001,28.171],[-97.05908,28.17099],[-97.05814,28.17098],[-97.0572,28.17096],[-97.05626,28.17095],[-97.05533,28.17094],[-97.05439,28.17092],[-97.05345,28.17091],[-97.05252,28.17089],[-97.05158,28.17088],[-97.05064,28.17087],[-97.0497,28.17085],[-97.04877,28.17084],[-97.04783,28.17082],[-97.04689,28.17081],[-97.04596,28.1708],[-97.04595,28.17103],[-97.04533,28.17102],[-97.04439,28.17101],[-97.04345,28.17099],[-97.04252,28.17098],[-97.04158,28.17096],[-97.04064,28.17095],[-97.0397,28.17094],[-97.03877,28.17092],[-97.03783,28.17091],[-97.03689,28.17089],[-97.03595,28.17088],[-97.03502,28.17087],[-97.03408,28.17085],[-97.03314,28.17084],[-97.03222,28.17082],[-97.03223,28.17058],[-97.03224,28.16978],[-97.03226,28.16898],[-97.03227,28.16818],[-97.03229,28.16739],[-97.0323,28.16659],[-97.03232,28.16579],[-97.03233,28.165],[-97.03235,28.1642],[-97.03237,28.1634],[-97.03238,28.16261],[-97.0324,28.16181],[-97.03241,28.16101],[-97.03243,28.16022],[-97.03244,28.15942],[-97.03246,28.15862],[-97.03247,28.15782],[-97.03249,28.15703],[-97.0325,28.15623],[-97.03252,28.15543],[-97.03222,28.15543],[-97.03223,28.15495],[-97.03224,28.15415],[-97.03226,28.15336],[-97.03227,28.15256],[-97.03229,28.15176],[-97.0323,28.15097],[-97.03232,28.15017],[-97.03233,28.14937],[-97.03235,28.14858],[-97.03236,28.14778],[-97.03238,28.14698],[-97.03239,28.14619],[-97.03241,28.14539],[-97.03242,28.14459],[-97.03244,28.14379],[-97.03245,28.143],[-97.03247,28.1422],[-97.03248,28.1414],[-97.0325,28.14061],[-97.03251,28.13981],[-97.03158,28.1398],[-97.03064,28.13978],[-97.0297,28.13977],[-97.02877,28.13975],[-97.02783,28.13974],[-97.02689,28.13973],[-97.02595,28.13971],[-97.02502,28.1397],[-97.02408,28.13968],[-97.02314,28.13967],[-97.0222,28.13966],[-97.02127,28.13964],[-97.02033,28.13963],[-97.01939,28.13961],[-97.01846,28.1396],[-97.01752,28.13959],[-97.0166,28.13957],[-97.0166,28.13933],[-97.01662,28.13853],[-97.01663,28.13773],[-97.01665,28.13694],[-97.01666,28.13614],[-97.01668,28.13534],[-97.01669,28.13455],[-97.01671,28.13375],[-97.01672,28.13295],[-97.01674,28.13216],[-97.01676,28.13136],[-97.01677,28.13056],[-97.01679,28.12976],[-97.0168,28.12897],[-97.01682,28.12817],[-97.01683,28.12737],[-97.01685,28.12658],[-97.01686,28.12578],[-97.01688,28.12498],[-97.01689,28.12418],[-97.01659,28.12418],[-97.0166,28.1237],[-97.01662,28.12291],[-97.01663,28.12211],[-97.01665,28.12131],[-97.01666,28.12051],[-97.01668,28.11972],[-97.0167,28.11892],[-97.01671,28.11812],[-97.01673,28.11733],[-97.01674,28.11653],[-97.01676,28.11573],[-97.01677,28.11494],[-97.01679,28.11414],[-97.0168,28.11334],[-97.01682,28.11254],[-97.01683,28.11175],[-97.01685,28.11095],[-97.01686,28.11015],[-97.01688,28.10936],[-97.01689,28.10856],[-97.01596,28.10854],[-97.01502,28.10853],[-97.01408,28.10852],[-97.01314,28.1085],[-97.01221,28.10849],[-97.01127,28.10847],[-97.01033,28.10846],[-97.00939,28.10845],[-97.00846,28.10843],[-97.00752,28.10842],[-97.00658,28.1084],[-97.00565,28.10839],[-97.00471,28.10838],[-97.00377,28.10836],[-97.00283,28.10835],[-97.0019,28.10833],[-97.00096,28.10832],[-97.00002,28.1083],[-96.99908,28.10829],[-96.99908,28.10853],[-96.99846,28.10852],[-96.99752,28.1085],[-96.99658,28.10849],[-96.99565,28.10847],[-96.99471,28.10846],[-96.99377,28.10845],[-96.99283,28.10843],[-96.9919,28.10842],[-96.99096,28.1084],[-96.99002,28.10839],[-96.98908,28.10837],[-96.98815,28.10836],[-96.98721,28.10835],[-96.98627,28.10833],[-96.98533,28.10832],[-96.9844,28.1083],[-96.98346,28.10829],[-96.98345,28.10853],[-96.98284,28.10852],[-96.9819,28.1085],[-96.98096,28.10849],[-96.98002,28.10848],[-96.97909,28.10846],[-96.97815,28.10845],[-96.97721,28.10843],[-96.97627,28.10842],[-96.97534,28.1084],[-96.9744,28.10839],[-96.97346,28.10837],[-96.97252,28.10836],[-96.97158,28.10835],[-96.97065,28.10833],[-96.96971,28.10832],[-96.96877,28.1083],[-96.96783,28.10829],[-96.96783,28.10853],[-96.96721,28.10852],[-96.96627,28.1085],[-96.96534,28.10849],[-96.9644,28.10847],[-96.96346,28.10846],[-96.96252,28.10845],[-96.96159,28.10843],[-96.96065,28.10842],[-96.95971,28.1084],[-96.95877,28.10839],[-96.95783,28.10837],[-96.9569,28.10836],[-96.95596,28.10834],[-96.95502,28.10833],[-96.95408,28.10831],[-96.95315,28.1083],[-96.95221,28.10829],[-96.9522,28.10853],[-96.95159,28.10852],[-96.95065,28.1085],[-96.94971,28.10849],[-96.94878,28.10847],[-96.94784,28.10846],[-96.9469,28.10844],[-96.94596,28.10843],[-96.94502,28.10842],[-96.94409,28.1084],[-96.94315,28.10839],[-96.94221,28.10837],[-96.94127,28.10836],[-96.94033,28.10834],[-96.9394,28.10833],[-96.93848,28.10831],[-96.93848,28.10809],[-96.9385,28.10729],[-96.93851,28.10649],[-96.93853,28.10569],[-96.93854,28.1049],[-96.93856,28.1041],[-96.93857,28.1033],[-96.93859,28.1025],[-96.93861,28.10171],[-96.93862,28.10091],[-96.93864,28.10011],[-96.93865,28.09931],[-96.93867,28.09852],[-96.93869,28.09772],[-96.9387,28.09692],[-96.93872,28.09612],[-96.93873,28.09533],[-96.93875,28.09453],[-96.93877,28.09373],[-96.93878,28.09293],[-96.93847,28.09293],[-96.93848,28.09246],[-96.9385,28.09166],[-96.93851,28.09087],[-96.93853,28.09007],[-96.93854,28.08927],[-96.93856,28.08848],[-96.93858,28.08768],[-96.93859,28.08688],[-96.93861,28.08608],[-96.93862,28.08529],[-96.93864,28.08449],[-96.93865,28.08369],[-96.93867,28.08289],[-96.93869,28.0821],[-96.9387,28.0813],[-96.93872,28.0805],[-96.93873,28.0797],[-96.93875,28.07891],[-96.93877,28.07811],[-96.93878,28.07731],[-96.93847,28.07731],[-96.93848,28.07684],[-96.93849,28.07604],[-96.93851,28.07524],[-96.93852,28.07444],[-96.93854,28.07365],[-96.93856,28.07285],[-96.93857,28.07205],[-96.93859,28.07125],[-96.9386,28.07046],[-96.93862,28.06966],[-96.93864,28.06886],[-96.93865,28.06806],[-96.93867,28.06727],[-96.93868,28.06647],[-96.9387,28.06567],[-96.93872,28.06488],[-96.93873,28.06408],[-96.93875,28.06336],[-96.93905,28.06337],[-96.93999,28.06338],[-96.94092,28.0634],[-96.94186,28.06341],[-96.9428,28.06343],[-96.94374,28.06344],[-96.94468,28.06346],[-96.94561,28.06347],[-96.94655,28.06348],[-96.94749,28.0635],[-96.94843,28.06351],[-96.94937,28.06353],[-96.9503,28.06354],[-96.95124,28.06356],[-96.95218,28.06357],[-96.95312,28.06359],[-96.95406,28.0636],[-96.95406,28.06336],[-96.95468,28.06337],[-96.95561,28.06338],[-96.95655,28.0634],[-96.95749,28.06341],[-96.95843,28.06343],[-96.95937,28.06344],[-96.9603,28.06346],[-96.96124,28.06347],[-96.96218,28.06349],[-96.96312,28.0635],[-96.96406,28.06351],[-96.96499,28.06353],[-96.96593,28.06354],[-96.96687,28.06356],[-96.96781,28.06357],[-96.96874,28.06359],[-96.96968,28.0636],[-96.9697,28.0628],[-96.96971,28.06201],[-96.96973,28.06121],[-96.96975,28.06041],[-96.96976,28.05961],[-96.96978,28.05882],[-96.96979,28.05802],[-96.96981,28.05722],[-96.96982,28.05643],[-96.96984,28.05563],[-96.96985,28.05483],[-96.96987,28.05403],[-96.96989,28.05324],[-96.9699,28.05244],[-96.96992,28.05164],[-96.96993,28.05084],[-96.96995,28.05005],[-96.96996,28.04925],[-96.96998,28.04845],[-96.96999,28.04766],[-96.97001,28.04686],[-96.97003,28.04606],[-96.96972,28.04606],[-96.96973,28.04558],[-96.96974,28.04479],[-96.96976,28.04399],[-96.96978,28.04319],[-96.96979,28.0424],[-96.96981,28.0416],[-96.96982,28.0408],[-96.96984,28.04],[-96.96985,28.03921],[-96.96987,28.03841],[-96.96988,28.03761],[-96.9699,28.03682],[-96.96992,28.03602],[-96.96993,28.03522],[-96.96995,28.03443],[-96.96996,28.03363],[-96.96998,28.03283],[-96.96999,28.03212],[-96.9703,28.03212],[-96.97124,28.03214],[-96.97218,28.03215],[-96.97312,28.03217],[-96.97405,28.03218],[-96.97499,28.03219],[-96.97593,28.03221],[-96.97687,28.03222],[-96.97781,28.03224],[-96.97874,28.03225],[-96.97968,28.03227],[-96.98062,28.03228],[-96.98156,28.0323],[-96.98249,28.03231],[-96.98343,28.03232],[-96.98437,28.03234],[-96.98531,28.03235],[-96.98532,28.03156],[-96.98534,28.03076],[-96.98535,28.02996],[-96.98537,28.02916],[-96.98538,28.02837],[-96.9854,28.02757],[-96.98541,28.02677],[-96.98543,28.02597],[-96.98545,28.02518],[-96.98546,28.02438],[-96.98548,28.02358],[-96.98549,28.02278],[-96.98551,28.02199],[-96.98552,28.02119],[-96.98554,28.02039],[-96.98555,28.01959],[-96.98557,28.0188],[-96.98559,28.018],[-96.9856,28.0172],[-96.98562,28.0164],[-96.98563,28.01561],[-96.98565,28.01481],[-96.98534,28.01481],[-96.98535,28.01433],[-96.98537,28.01353],[-96.98538,28.01274],[-96.9854,28.01194],[-96.98541,28.01114],[-96.98543,28.01034],[-96.98545,28.00955],[-96.98546,28.00875],[-96.98548,28.00795],[-96.98549,28.00716],[-96.98551,28.00636],[-96.98552,28.00556],[-96.98554,28.00476],[-96.98555,28.00397],[-96.98557,28.00317],[-96.98558,28.00237],[-96.9856,28.00158],[-96.98561,28.00086],[-96.98593,28.00087],[-96.98687,28.00088],[-96.9878,28.0009],[-96.98874,28.00091],[-96.98968,28.00092],[-96.99062,28.00094],[-96.99155,28.00095],[-96.99249,28.00097],[-96.99343,28.00098],[-96.99437,28.001],[-96.9953,28.00101],[-96.99624,28.00102],[-96.99718,28.00104],[-96.99812,28.00105],[-96.99906,28.00107],[-96.99999,28.00108],[-97.00093,28.0011],[-97.00095,28.0003],[-97.00096,27.9995],[-97.00098,27.9987],[-97.00099,27.99791],[-97.00101,27.99711],[-97.00102,27.99631],[-97.00104,27.99552],[-97.00105,27.99472],[-97.00107,27.99392],[-97.00108,27.99312],[-97.0011,27.99233],[-97.00111,27.99153],[-97.00113,27.99073],[-97.00115,27.98994],[-97.00116,27.98914],[-97.00118,27.98834],[-97.00119,27.98755],[-97.00121,27.98675],[-97.00122,27.98595],[-97.00124,27.98515],[-97.00125,27.98436],[-97.00127,27.98356],[-97.00097,27.98356],[-97.00098,27.98308],[-97.00099,27.98228],[-97.00101,27.98148],[-97.00102,27.98069],[-97.00104,27.97989],[-97.00105,27.97909],[-97.00107,27.9783],[-97.00108,27.9775],[-97.0011,27.9767],[-97.00111,27.97591],[-97.00113,27.97511],[-97.00115,27.97431],[-97.00116,27.97351],[-97.00118,27.97272],[-97.00119,27.97192],[-97.00121,27.97112],[-97.00122,27.97033],[-97.00124,27.96953],[-97.00125,27.96873],[-97.00127,27.96794],[-97.00097,27.96793],[-97.00098,27.96746],[-97.00099,27.96666],[-97.00101,27.96586],[-97.00102,27.96506],[-97.00104,27.96427],[-97.00105,27.96347],[-97.00107,27.96267],[-97.00108,27.96188],[-97.0011,27.96108],[-97.00111,27.96028],[-97.00113,27.95948],[-97.00115,27.95869],[-97.00116,27.95789],[-97.00118,27.95709],[-97.00119,27.9563],[-97.00121,27.9555],[-97.00122,27.9547],[-97.00124,27.95399],[-97.00156,27.95399],[-97.0025,27.95401],[-97.00343,27.95402],[-97.00437,27.95403],[-97.00531,27.95405],[-97.00624,27.95406],[-97.00718,27.95408],[-97.00812,27.95409],[-97.00906,27.95411],[-97.00999,27.95412],[-97.01093,27.95413],[-97.01187,27.95415],[-97.01281,27.95416],[-97.01374,27.95418],[-97.01468,27.95419],[-97.01562,27.9542],[-97.01655,27.95422],[-97.01656,27.95398],[-97.01718,27.95399],[-97.01812,27.95401],[-97.01906,27.95402],[-97.02,27.95403],[-97.02093,27.95405],[-97.02187,27.95406],[-97.02281,27.95408],[-97.02375,27.95409],[-97.02468,27.9541],[-97.02562,27.95412],[-97.02656,27.95413],[-97.02749,27.95415],[-97.02843,27.95416],[-97.02937,27.95417],[-97.03031,27.95419],[-97.03124,27.9542],[-97.03218,27.95422],[-97.03219,27.95398],[-97.03281,27.95399],[-97.03375,27.95401],[-97.03469,27.95402],[-97.03562,27.95403],[-97.03656,27.95405],[-97.0375,27.95406],[-97.03844,27.95408],[-97.03937,27.95409],[-97.04031,27.9541],[-97.04125,27.95412],[-97.04218,27.95413],[-97.04312,27.95415],[-97.04406,27.95416],[-97.045,27.95417],[-97.04593,27.95419],[-97.04687,27.9542],[-97.04781,27.95422],[-97.04782,27.95342],[-97.04784,27.95262],[-97.04785,27.95182],[-97.04787,27.95103],[-97.04788,27.95023],[-97.0479,27.94943],[-97.04791,27.94864],[-97.04793,27.94784],[-97.04794,27.94704],[-97.04796,27.94625],[-97.04797,27.94545],[-97.04799,27.94465],[-97.048,27.94386],[-97.04802,27.94306],[-97.04803,27.94226],[-97.04805,27.94147],[-97.04806,27.94067],[-97.04808,27.93987],[-97.04809,27.93907],[-97.04811,27.93828],[-97.04812,27.93748],[-97.04814,27.93668],[-97.04784,27.93668],[-97.04785,27.9362],[-97.04787,27.9354],[-97.04788,27.93461],[-97.0479,27.93381],[-97.04791,27.93301],[-97.04793,27.93222],[-97.04794,27.93142],[-97.04796,27.93062],[-97.04797,27.92982],[-97.04799,27.92903],[-97.048,27.92823],[-97.04802,27.92743],[-97.04803,27.92664],[-97.04805,27.92584],[-97.04806,27.92504],[-97.04808,27.92425],[-97.04809,27.92345],[-97.04811,27.92265],[-97.04812,27.92186],[-97.04814,27.92106],[-97.04784,27.92105],[-97.04785,27.92057],[-97.04787,27.91978],[-97.04788,27.91898],[-97.0479,27.91818],[-97.04791,27.91739],[-97.04793,27.91659],[-97.04794,27.91579],[-97.04796,27.915],[-97.04797,27.9142],[-97.04799,27.9134],[-97.048,27.91261],[-97.04802,27.91181],[-97.04803,27.91101],[-97.04805,27.91022],[-97.04806,27.90942],[-97.04808,27.90862],[-97.04809,27.90782],[-97.04811,27.90703],[-97.04812,27.90623],[-97.04814,27.90543],[-97.04784,27.90543],[-97.04785,27.90495],[-97.04787,27.90415],[-97.04788,27.90336],[-97.0479,27.90256],[-97.04791,27.90176],[-97.04793,27.90097],[-97.04794,27.90017],[-97.04796,27.89937],[-97.04797,27.89857],[-97.04799,27.89778],[-97.048,27.89698],[-97.04802,27.89618],[-97.04803,27.89539],[-97.04805,27.89459],[-97.04806,27.89379],[-97.04808,27.893],[-97.04809,27.8922],[-97.04811,27.8914],[-97.04812,27.89061],[-97.04814,27.88981],[-97.04784,27.8898],[-97.04785,27.88933],[-97.04787,27.88853],[-97.04788,27.88773],[-97.0479,27.88693],[-97.04791,27.88614],[-97.04793,27.88534],[-97.04794,27.88454],[-97.04796,27.88375],[-97.04797,27.88295],[-97.04799,27.88215],[-97.048,27.88136],[-97.04802,27.88056],[-97.04803,27.87976],[-97.04805,27.87897],[-97.04806,27.87817],[-97.04808,27.87737],[-97.04809,27.87657],[-97.04811,27.87578],[-97.04812,27.87498],[-97.04814,27.87418],[-97.04784,27.87418],[-97.04785,27.8737],[-97.04787,27.8729],[-97.04788,27.87211],[-97.0479,27.87131],[-97.04791,27.87051],[-97.04793,27.86972],[-97.04794,27.86892],[-97.04796,27.86812],[-97.04797,27.86733],[-97.04799,27.86653],[-97.048,27.86573],[-97.04801,27.86493],[-97.04803,27.86414],[-97.04804,27.86334],[-97.04806,27.86254],[-97.04807,27.86175],[-97.04809,27.86095],[-97.0481,27.86024],[-97.04844,27.86024],[-97.04938,27.86026],[-97.05031,27.86027],[-97.05125,27.86028],[-97.05219,27.8603],[-97.05312,27.86031],[-97.05406,27.86033],[-97.055,27.86034],[-97.05593,27.86035],[-97.05687,27.86037],[-97.05781,27.86038],[-97.05875,27.86039],[-97.05968,27.86041],[-97.06062,27.86042],[-97.06156,27.86044],[-97.06249,27.86045],[-97.06343,27.86046],[-97.06344,27.85967],[-97.06346,27.85887],[-97.06347,27.85807],[-97.06349,27.85728],[-97.0635,27.85648],[-97.06352,27.85568],[-97.06353,27.85489],[-97.06355,27.85409],[-97.06356,27.85329],[-97.06358,27.8525],[-97.06359,27.8517],[-97.06361,27.8509],[-97.06362,27.85011],[-97.06364,27.84931],[-97.06365,27.84851],[-97.06367,27.84772],[-97.06368,27.84692],[-97.0637,27.84612],[-97.06371,27.84532],[-97.06373,27.84453],[-97.06374,27.84373],[-97.06376,27.84293]]],"terms_url":"https://data.tnris.org/collection/bfdb7a76-a36c-4e9b-ba18-e8c8b259ed91","terms_text":"Strategic Mapping Program (StratMap). San Antonio River Authority Imagery, 2016-08-01"},{"id":"smith_county_2019_wms","name":"TX: Smith County Imagery 2019","type":"wms","template":"https://imagery.tnris.org/server/services/Smith_County/SmithCo_2020_NCCIR_6in/ImageServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[-94.98,32.19],[-94.98,32.55],[-95.07,32.55],[-95.07,32.58],[-95.28,32.58],[-95.28,32.61],[-95.43,32.61],[-95.43,32.64],[-95.52,32.64],[-95.52,32.67],[-95.55,32.67],[-95.55,32.7],[-95.61,32.7],[-95.61,32.46],[-95.58,32.46],[-95.58,32.43],[-95.55,32.43],[-95.55,32.4],[-95.52,32.4],[-95.52,32.37],[-95.49,32.37],[-95.49,32.34],[-95.46,32.34],[-95.46,32.28],[-95.49,32.28],[-95.49,32.13],[-94.98,32.13],[-94.98,32.19]]],"terms_url":"https://data.tnris.org/collection/38f1b2e7-6fc7-4357-80a4-1ee33d7abaaf","terms_text":"Smith County (Smith). Smith County Imagery, 2019-12-11","best":true},{"id":"US_Forest_Service_roads_overlay","name":"U.S. Forest Roads Overlay","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/glassman/cjf4qjmps0tgv2qpahj977mvz/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1IjoiZ2xhc3NtYW4iLCJhIjoiY2thbDk2M29tMHlrcjJ6cXUxZ2J5bW5nayJ9.DnGP0FnpEhkrfx-TX0pXxQ","category":"other","zoomExtent":[0,20],"polygon":[[[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259],[-157.50474,21.9985]],[[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412],[-96.01312,49.00605]],[[-160.41363,70.73977],[-163.02183,69.97074],[-164.9717,68.99469],[-167.15715,68.72197],[-164.8554,67.02551],[-168.0022,66.00175],[-169.00874,66.00155],[-169.00754,64.99877],[-172.51433,63.87673],[-173.8197,59.74014],[-162.50181,58.00058],[-160.0159,58.00124],[-160.01497,57.00003],[-160.50548,56.9999],[-165.80926,54.82485],[-178.0001,52.24465],[-177.9993,51.25543],[-171.46891,51.82153],[-162.40251,53.95666],[-159.00757,55.0025],[-158.01907,55.00278],[-151.99632,55.99919],[-151.50034,57.99879],[-151.50129,58.99198],[-138.516,58.99532],[-138.51505,57.99864],[-133.99482,54.00317],[-130.00444,54.00434],[-130.00708,57.00005],[-131.97588,56.99952],[-135.12299,59.7566],[-138.00718,59.9918],[-139.17159,60.41272],[-140.9874,61.01186],[-140.9684,69.95351],[-156.17689,71.56333],[-160.41363,70.73977]]],"description":"Highway: Green casing = unclassified. Brown casing = track. Surface: gravel = light brown fill, Asphalt = black, paved = gray, ground =white, concrete = blue, grass = green. Seasonal = white bars","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USForestService-overlay.png","overlay":true},{"id":"US_Forest_Service_roads","name":"U.S. Forest Service roads","type":"tms","template":"https://osm.cycle.travel/forest/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[0,19],"polygon":[[[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259],[-157.50474,21.9985]],[[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412],[-96.01312,49.00605]],[[-160.41363,70.73977],[-163.02183,69.97074],[-164.9717,68.99469],[-167.15715,68.72197],[-164.8554,67.02551],[-168.0022,66.00175],[-169.00874,66.00155],[-169.00754,64.99877],[-172.51433,63.87673],[-173.8197,59.74014],[-162.50181,58.00058],[-160.0159,58.00124],[-160.01497,57.00003],[-160.50548,56.9999],[-165.80926,54.82485],[-178.0001,52.24465],[-177.9993,51.25543],[-171.46891,51.82153],[-162.40251,53.95666],[-159.00757,55.0025],[-158.01907,55.00278],[-151.99632,55.99919],[-151.50034,57.99879],[-151.50129,58.99198],[-138.516,58.99532],[-138.51505,57.99864],[-133.99482,54.00317],[-130.00444,54.00434],[-130.00708,57.00005],[-131.97588,56.99952],[-135.12299,59.7566],[-138.00718,59.9918],[-139.17159,60.41272],[-140.9874,61.01186],[-140.9684,69.95351],[-156.17689,71.56333],[-160.41363,70.73977]]]},{"id":"UkraineDonAndriivskaOTG2020","name":"Ukraine - Andriivska OTG 2020","type":"tms","template":"https://otgportal.com.ua//arcgis/rest/services/don_andriivska/%D0%90%D0%BD%D0%B4%D1%80%D1%96%D1%97%D0%B2%D1%81%D1%8C%D0%BA%D0%B0_%D0%BE%D1%80%D1%82%D0%BE/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[11,19],"polygon":[[[37.3003,48.7113],[37.2642,48.6533],[37.2165,48.6639],[37.1894,48.6174],[37.2003,48.599],[37.2467,48.5959],[37.2577,48.5629],[37.3847,48.5866],[37.4197,48.612],[37.4455,48.6653],[37.4479,48.7115],[37.3003,48.7113]]],"terms_url":"http://andriivska.gromada.org.ua/","terms_text":"Геопортал Андріївської громади","best":true},{"id":"UkraineCherkasy2015","name":"Ukraine - Cherkasy 2015","type":"tms","template":"https://mgis.chmr.gov.ua/server/rest/services/base_map/orthophoto_2015/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2015-05-01T00:00:00.000Z","startDate":"2015-04-01T00:00:00.000Z","zoomExtent":[14,21],"polygon":[[[32.0529,49.4897],[31.9774,49.5026],[31.9606,49.4902],[31.9691,49.4504],[31.9434,49.4069],[32.0649,49.3566],[32.1473,49.4096],[32.0529,49.4897]]],"terms_url":"https://mgis.chmr.gov.ua/portal/home/","terms_text":"© Геопортал містобудівного кадастру міста Черкаси","icon":"https://commons.wikimedia.org/wiki/File:COA_Cherkasy,_Cherkaska,_Ukraine.svg#/media/Файл:COA_Cherkasy,_Cherkaska,_Ukraine.svg"},{"id":"UkraineCherkasy2021","name":"Ukraine - Cherkasy 2021","type":"tms","template":"https://mgis.chmr.gov.ua/server/rest/services/base_map/orthophoto_2021/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2021-05-01T00:00:00.000Z","startDate":"2021-04-01T00:00:00.000Z","zoomExtent":[14,21],"polygon":[[[32.0529,49.4897],[31.9774,49.5026],[31.9606,49.4902],[31.9691,49.4504],[31.9434,49.4069],[32.0649,49.3566],[32.1473,49.4096],[32.0529,49.4897]]],"terms_url":"https://mgis.chmr.gov.ua/portal/home/","terms_text":"© Геопортал містобудівного кадастру міста Черкаси","best":true,"icon":"https://commons.wikimedia.org/wiki/File:COA_Cherkasy,_Cherkaska,_Ukraine.svg#/media/Файл:COA_Cherkasy,_Cherkaska,_Ukraine.svg"},{"id":"UkraineKyiv2014DZK","name":"Ukraine - Kyiv 2014 (DZK)","type":"tms","template":"https://map.land.gov.ua/map/ortho_kiev/{zoom}/{x}/{-y}.jpg","category":"photo","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,16],"polygon":[[[30.30752,50.57184],[30.31233,50.56835],[30.32262,50.56486],[30.33086,50.55919],[30.32743,50.55221],[30.30477,50.55483],[30.30203,50.54741],[30.30271,50.54],[30.29722,50.53345],[30.28898,50.52821],[30.26975,50.51992],[30.26357,50.51381],[30.26151,50.50595],[30.26907,50.49983],[30.26563,50.48847],[30.26083,50.48192],[30.25671,50.47493],[30.24915,50.46968],[30.24297,50.46313],[30.23885,50.45613],[30.23679,50.4487],[30.2416,50.44214],[30.2416,50.43427],[30.23542,50.42771],[30.24572,50.42377],[30.25396,50.42902],[30.26563,50.42771],[30.27525,50.43165],[30.27799,50.43864],[30.28349,50.44477],[30.29585,50.44477],[30.32056,50.44258],[30.3446,50.44477],[30.35696,50.44389],[30.3597,50.43646],[30.3597,50.42902],[30.36314,50.42159],[30.37069,50.41546],[30.3906,50.40671],[30.39678,50.40014],[30.40914,50.39883],[30.43455,50.3857],[30.43661,50.37826],[30.43111,50.37212],[30.43661,50.36512],[30.44004,50.35548],[30.4524,50.35679],[30.46201,50.36205],[30.47025,50.35679],[30.46957,50.34935],[30.47163,50.34146],[30.48055,50.33664],[30.50253,50.33182],[30.51489,50.3305],[30.52587,50.32699],[30.54441,50.31735],[30.55677,50.31691],[30.5657,50.31209],[30.56638,50.30463],[30.56432,50.29718],[30.5657,50.2669],[30.56501,50.25944],[30.57531,50.25505],[30.5863,50.241],[30.59042,50.23353],[30.59591,50.2186],[30.6069,50.2164],[30.62956,50.21992],[30.63917,50.22387],[30.64398,50.2309],[30.64535,50.23792],[30.6378,50.25154],[30.62956,50.25637],[30.61857,50.2691],[30.62132,50.27656],[30.63368,50.27787],[30.64535,50.27612],[30.65153,50.26997],[30.6632,50.27085],[30.67144,50.27656],[30.66663,50.28314],[30.64947,50.29279],[30.62887,50.3305],[30.62681,50.33795],[30.63848,50.34014],[30.65084,50.34058],[30.68586,50.34453],[30.69753,50.34716],[30.70577,50.35241],[30.71127,50.35855],[30.71539,50.36512],[30.71813,50.37957],[30.72775,50.37475],[30.73873,50.37256],[30.75109,50.37256],[30.76208,50.37519],[30.77169,50.38001],[30.77856,50.3857],[30.77787,50.3927],[30.78954,50.39314],[30.80122,50.39139],[30.81289,50.39095],[30.82319,50.39358],[30.82044,50.40102],[30.8225,50.40846],[30.80328,50.41765],[30.7971,50.43165],[30.78886,50.43646],[30.75178,50.45439],[30.74835,50.46138],[30.75315,50.46794],[30.75178,50.47537],[30.74835,50.48236],[30.75521,50.48847],[30.74629,50.49197],[30.73805,50.49721],[30.74354,50.50376],[30.75315,50.50769],[30.76208,50.5125],[30.76276,50.51992],[30.78474,50.52559],[30.79504,50.52909],[30.81701,50.53432],[30.82525,50.53956],[30.82182,50.55439],[30.81014,50.56617],[30.80259,50.57141],[30.78336,50.57795],[30.77306,50.58274],[30.76208,50.58536],[30.74011,50.58841],[30.72981,50.59103],[30.71882,50.58972],[30.72157,50.58231],[30.71127,50.57838],[30.71127,50.56356],[30.70783,50.55614],[30.68792,50.56137],[30.67762,50.55876],[30.66801,50.55439],[30.66045,50.54916],[30.65496,50.54305],[30.65496,50.53563],[30.64329,50.5352],[30.60896,50.5365],[30.5966,50.53781],[30.58424,50.53869],[30.55608,50.55221],[30.52519,50.57402],[30.51351,50.57489],[30.49085,50.57489],[30.46819,50.57751],[30.46545,50.58449],[30.45515,50.58754],[30.44416,50.58797],[30.4318,50.58579],[30.42288,50.58143],[30.37687,50.57925],[30.33155,50.57402],[30.30752,50.57184]]],"description":"Works only from within Ukraine or with an Ukrainian proxy server."},{"id":"UkraineLubetskaOTG2020","name":"Ukraine - Lubetska OTG 2020","type":"tms","template":"https://otgportal.com.ua/arcgis/rest/services/chern_lubecka/Lubecka_ortho1000_2020/MapServer/WMTS/tile/1.0.0/chern_lubecka_Lubecka_ortho1000_2020/default/GoogleMapsCompatible/{zoom}/{y}/{x}","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[11,20],"polygon":[[[30.9471,51.6608],[30.9261,51.67366],[30.85856,51.68214],[30.8135,51.7425],[30.7342,51.7703],[30.7452,51.7905],[30.6985,51.8016],[30.6686,51.761],[30.5577,51.7027],[30.5945,51.6642],[30.669,51.681],[30.7517,51.6135],[30.8142,51.5834],[30.8372,51.5811],[30.8925,51.592],[30.9471,51.6608]]],"terms_text":"Map data: © Геоінформаційна система Любецької громади","best":true,"icon":"https://gromada.org.ua/favicon-32x32.png"},{"id":"UkraineMykolaiv2018","name":"Ukraine - Mykolaiv 2018","type":"tms","template":"http://mbk.mkrada.gov.ua/map/rtile/carto_2013928517078615452/ua/{zoom}/{x}/{y}.png","category":"photo","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[11,21],"polygon":[[[31.88301,47.01397],[31.87752,46.97838],[31.91391,46.98447],[31.91666,46.97932],[31.89468,46.95823],[31.8782,46.95026],[31.88988,46.93339],[31.90018,46.92307],[31.93176,46.91697],[31.9558,46.91228],[31.98257,46.90665],[31.99699,46.90008],[31.98532,46.87568],[31.9558,46.85127],[31.93108,46.83389],[31.91391,46.81792],[31.9455,46.81275],[32.00661,46.81322],[32.04025,46.83812],[32.08214,46.87662],[32.11235,46.90478],[32.12814,46.92917],[32.13844,46.95167],[32.13776,46.97744],[32.11647,46.99384],[32.04918,47.01163],[32.02446,47.02614],[32.03476,47.02848],[32.03957,47.03831],[32.03064,47.05328],[31.96404,47.04533],[31.88301,47.01397]]],"terms_text":"Map data: © Геоінформаційна система містобудівного кадастру Миколаївської міської ради","best":true,"icon":"https://mkrada.gov.ua/favicon.ico"},{"id":"Ukraine-orto10000-2012","name":"Ukraine - Orthophotomaps 2012","type":"tms","template":"https://m{switch:1,2}.land.gov.ua/map/ortho10k_all/{zoom}/{x}/{-y}.jpg","category":"photo","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","zoomExtent":[5,15],"polygon":[[[23.6193,51.65491],[23.62928,51.29462],[24.10135,50.85388],[23.9451,50.81399],[24.05813,50.68779],[24.04484,50.49785],[23.24364,50.105],[22.71837,49.64652],[22.7217,49.18151],[22.87795,49.04006],[22.58872,49.11193],[22.49896,49.06621],[22.11332,48.4217],[22.51558,48.2161],[22.58539,48.103],[22.76824,48.09856],[22.858,47.9585],[23.07077,47.98743],[23.15388,48.10522],[23.43646,47.96963],[23.58274,48.00523],[24.18446,47.90058],[24.52024,47.94291],[24.91585,47.70408],[25.3846,47.91618],[26.1193,47.97408],[26.36532,48.17178],[26.92383,48.34884],[27.55547,48.45258],[27.735,48.43494],[28.25694,48.15404],[28.36332,48.17178],[28.44311,48.06525],[28.63593,48.16513],[28.86864,47.99411],[29.17117,47.934],[29.23101,47.77562],[29.14789,47.50234],[29.54683,47.29982],[29.56013,46.96963],[29.8959,46.8197],[29.95574,46.68759],[29.81944,46.46593],[29.59337,46.45448],[29.18779,46.57116],[28.9318,46.49569],[29.02489,46.18125],[28.95175,46.03143],[28.47303,45.73753],[28.483,45.54228],[28.31678,45.56789],[28.23367,45.49103],[28.29018,45.33],[28.56611,45.23409],[28.74896,45.22004],[29.18114,45.38373],[29.47369,45.41407],[29.73965,45.15913],[29.79284,45.46306],[29.69643,45.55159],[30.43446,45.98756],[30.87662,46.56887],[31.27555,46.61457],[31.61133,46.19506],[33.02422,45.97138],[33.25694,46.07065],[33.58938,46.02681],[33.57941,45.90665],[32.87795,45.68181],[32.50893,45.47005],[32.44577,45.3557],[32.60534,45.30896],[32.83141,45.33935],[33.19377,45.14271],[33.42981,45.1263],[33.55282,44.93128],[33.35002,44.589],[33.38327,44.50608],[33.68912,44.38504],[33.985,44.37078],[34.67649,44.75686],[35.12196,44.76394],[35.42782,44.93364],[35.5076,45.11222],[35.81013,44.98539],[36.48832,45.04884],[36.47502,45.24111],[36.50494,45.31363],[36.65454,45.34168],[36.66452,45.4514],[36.11598,45.51899],[35.9963,45.43274],[35.86,45.53297],[35.47436,45.33],[35.0455,45.75145],[35.10202,45.97138],[35.43114,46.39948],[35.92316,46.64424],[36.20574,46.66022],[36.10601,46.4728],[36.4451,46.72407],[36.72436,46.7719],[36.7443,46.61685],[36.96039,46.83107],[37.20973,46.92651],[37.31279,46.87654],[37.5455,47.05124],[38.13393,47.05577],[38.30016,47.23891],[38.30348,47.52704],[38.38327,47.60106],[38.77555,47.68618],[38.86532,47.85153],[39.57675,47.81135],[39.74297,47.83144],[39.83274,47.92287],[39.99231,48.31348],[39.86266,48.5693],[39.69311,48.65283],[39.79617,48.78443],[40.08872,48.85448],[39.71638,49.01608],[39.93247,49.06185],[40.20508,49.24666],[40.0588,49.50424],[40.18845,49.6013],[39.79949,49.58406],[39.54018,49.74544],[39.27755,49.78195],[39.14457,49.89987],[39.00827,49.83344],[38.73899,49.97476],[38.41651,49.98972],[38.35002,50.08154],[38.19045,50.07514],[38.19377,49.95765],[38.05747,49.9384],[37.735,50.11353],[37.46571,50.45977],[36.59138,50.2519],[36.4717,50.32624],[36.31212,50.28802],[36.21571,50.41106],[36.06944,50.4513],[35.62063,50.38563],[35.40787,50.62878],[35.38792,51.03402],[35.1818,51.08626],[35.11199,51.21139],[34.7197,51.19056],[34.25095,51.30085],[34.22103,51.47098],[34.05813,51.67965],[34.14457,51.76409],[34.35734,51.78055],[33.75561,52.35277],[33.29683,52.39337],[32.93114,52.28368],[32.43912,52.32434],[32.31279,52.11864],[32.11,52.05531],[31.48832,52.13497],[31.2822,52.07984],[30.983,52.09005],[30.51425,51.63634],[30.63726,51.38599],[30.54417,51.30709],[30.21837,51.50824],[29.82276,51.47512],[29.67316,51.51238],[29.41718,51.4399],[29.19111,51.64253],[28.82542,51.5682],[28.37662,51.5806],[28.28021,51.68172],[28.02422,51.59093],[27.62861,51.62603],[27.09005,51.77026],[26.49829,51.80933],[26.12263,51.92224],[25.19178,51.95913],[24.39723,51.89353],[24.09803,51.64047],[23.6193,51.65491]]],"description":"Orthophotomaps provided by the State Service of Ukraine for Geodesy, Cartography and Cadastre (StateGeoCadastre)."},{"id":"UkraineRivne2011","name":"Ukraine - Rivne 2011","type":"tms","template":"http://geo.rv.ua/map/rtile/carto_1850678323655476854/ua/{zoom}/{x}/{y}.png","category":"photo","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[14,19],"polygon":[[[26.3431,50.612],[26.3421,50.6178],[26.3228,50.6407],[26.168,50.6644],[26.1447,50.6035],[26.144,50.5871],[26.1924,50.5603],[26.3053,50.5727],[26.339,50.5932],[26.3431,50.612]]],"terms_url":"https://geo.rv.ua/","terms_text":"© Містобудівний кадастр Рівненської міської ради","icon":"https://geo.rv.ua/tpl/icons/favicon.ico"},{"id":"UkraineVinnytsia2020","name":"Ukraine - Vinnytsia 2020","type":"tms","template":"http://maps2.vmr.gov.ua/OpenData/ofp/2020-03/GoogleMapsCompatible/{zoom}/{y}/{x}.png?ver=01032020","category":"photo","endDate":"2020-03-01T00:00:00.000Z","startDate":"2020-03-01T00:00:00.000Z","zoomExtent":[14,20],"polygon":[[[28.46755,49.28259],[28.34945,49.2278],[28.38189,49.19354],[28.51587,49.18198],[28.57965,49.22511],[28.57853,49.25867],[28.54136,49.2818],[28.46755,49.28259]]],"terms_url":"https://www.vmr.gov.ua/","terms_text":"© Вінницька міська рада","best":true,"icon":"https://www.vmr.gov.ua/_catalogs/masterpage/images/favicon.ico"},{"id":"UkraineVinnytsiaTG2021","name":"Ukraine - Vinnytsia TG 2021","type":"tms","template":"https://maps2.vmr.gov.ua/OpenData/ofp/2021-03/GoogleMapsCompatible/{zoom}/{y}/{x}.png?ver=03082021","category":"photo","endDate":"2021-03-01T00:00:00.000Z","startDate":"2021-03-01T00:00:00.000Z","zoomExtent":[14,19],"polygon":[[[28.3615,49.2241],[28.4161,49.192],[28.5634,49.1769],[28.6245,49.1783],[28.7137,49.1987],[28.7477,49.2191],[28.7567,49.2476],[28.6554,49.3096],[28.5459,49.319],[28.4446,49.2877],[28.3615,49.2241]]],"terms_url":"https://www.vmr.gov.ua/","terms_text":"© Вінницька міська рада","icon":"https://www.vmr.gov.ua/_catalogs/masterpage/images/favicon.ico"},{"id":"Union_Ortho_2019","name":"Union County Orthoimagery (2019)","type":"wms","template":"https://gis-image1.unioncountync.gov/arcgis/rest/services/GoMapsOrthos/Orthos2019/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[-80.30861,34.81355],[-80.73074,34.80821],[-80.73089,34.81547],[-80.81004,34.81432],[-80.81045,34.83605],[-80.80172,34.83619],[-80.80307,34.90149],[-80.79427,34.90159],[-80.78565,34.90892],[-80.78625,34.93802],[-80.84001,34.97348],[-80.84099,35.01699],[-80.5361,35.21714],[-80.53582,35.20263],[-80.47344,35.17439],[-80.38511,35.17543],[-80.27072,35.20571],[-80.27023,35.16219],[-80.27887,35.1621],[-80.29266,34.91532],[-80.31012,34.90785],[-80.30861,34.81355]]],"terms_url":"https://www.unioncountync.gov/government/departments-f-p/gis-mapping","terms_text":"Union County GIS","description":"The 2019 orthoimagery for Union County in the State of North Carolina","icon":"https://www.unioncountync.gov/Project/Contents/Main/_gfx/cmn/logo.svg"},{"id":"URBIS2009","name":"URBIS 2009 aerial imagery","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2009&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2009-01-01T00:00:00.000Z","startDate":"2009-01-01T00:00:00.000Z","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"URBIS2012","name":"URBIS 2012 aerial imagery","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2012&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"URBIS2014","name":"URBIS 2014 aerial imagery","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2014&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","polygon":[[[4.4001,50.76373],[4.43093,50.77254],[4.43586,50.77237],[4.46549,50.78373],[4.48189,50.78835],[4.48269,50.79849],[4.46363,50.80686],[4.46407,50.81546],[4.48204,50.81699],[4.48103,50.82343],[4.47465,50.83505],[4.47403,50.84587],[4.46712,50.85447],[4.45257,50.85797],[4.45017,50.86151],[4.42968,50.86764],[4.43423,50.87384],[4.44147,50.87513],[4.44381,50.88004],[4.43534,50.88977],[4.43968,50.89475],[4.43287,50.90363],[4.42096,50.90917],[4.42023,50.91387],[4.38315,50.91381],[4.37879,50.90637],[4.37334,50.90289],[4.36241,50.906],[4.34824,50.90611],[4.33955,50.90685],[4.32771,50.90515],[4.31471,50.89842],[4.30413,50.89498],[4.2871,50.89192],[4.28725,50.88532],[4.29293,50.88265],[4.27948,50.8736],[4.27347,50.86822],[4.27364,50.85871],[4.27688,50.85575],[4.27644,50.84376],[4.26664,50.8405],[4.25488,50.83992],[4.24755,50.83453],[4.24799,50.82866],[4.24357,50.82599],[4.24376,50.81356],[4.25233,50.81268],[4.25649,50.80711],[4.27025,50.8073],[4.27222,50.80537],[4.28414,50.80241],[4.28885,50.80434],[4.29544,50.8043],[4.30046,50.79506],[4.31076,50.79299],[4.31444,50.78372],[4.32628,50.77221],[4.34194,50.76891],[4.34474,50.77029],[4.37535,50.76577],[4.3755,50.76381],[4.4001,50.76373]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"URBIS2015","name":"URBIS 2015 aerial imagery","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2015&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UrbISOrtho2016","name":"UrbIS-Ortho 2016","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2016&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UrbISOrtho2017","name":"UrbIS-Ortho 2017","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2017&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UrbISOrtho2018","name":"UrbIS-Ortho 2018","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2018&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UrbISOrtho2019","name":"UrbIS-Ortho 2019","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2019&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UrbISOrtho2020","name":"UrbIS-Ortho 2020","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2020&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UrbisAdmFR","name":"UrbisAdm FR","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=urbisFR&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[4.4347,50.77647],[4.45427,50.78367],[4.4635,50.78798],[4.48273,50.79313],[4.44715,50.80821],[4.44831,50.81147],[4.45788,50.81646],[4.45466,50.81838],[4.4768,50.82036],[4.46552,50.83549],[4.46835,50.83744],[4.46037,50.85218],[4.44578,50.85522],[4.44466,50.85809],[4.43891,50.86042],[4.43719,50.85868],[4.42612,50.86296],[4.42037,50.86789],[4.42973,50.87764],[4.43736,50.87867],[4.42681,50.89026],[4.43307,50.89464],[4.42277,50.90298],[4.41187,50.90753],[4.41376,50.91159],[4.4032,50.91381],[4.38758,50.9098],[4.37771,50.89713],[4.36303,50.90119],[4.34183,50.9026],[4.33093,50.90119],[4.31651,50.89389],[4.3057,50.8908],[4.29334,50.88847],[4.29428,50.88658],[4.29737,50.8849],[4.29918,50.87975],[4.28587,50.87201],[4.27858,50.86556],[4.28064,50.85944],[4.28999,50.85625],[4.28304,50.85354],[4.28793,50.84833],[4.28291,50.8479],[4.28158,50.83785],[4.27399,50.8392],[4.27184,50.8363],[4.25793,50.83571],[4.2545,50.83289],[4.25523,50.82839],[4.2509,50.82419],[4.24382,50.81928],[4.2566,50.81743],[4.25995,50.81106],[4.27274,50.81212],[4.2757,50.81087],[4.27708,50.80835],[4.28454,50.80732],[4.29274,50.80911],[4.2951,50.80881],[4.30162,50.81299],[4.3066,50.81239],[4.30205,50.80445],[4.30501,50.7987],[4.31527,50.79661],[4.31845,50.79403],[4.3193,50.78722],[4.32201,50.7832],[4.33089,50.7758],[4.3408,50.77354],[4.34677,50.77574],[4.3551,50.77354],[4.36527,50.77284],[4.38243,50.76917],[4.38303,50.76375],[4.43312,50.77802],[4.4347,50.77647]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UrbisAdmFRNL","name":"UrbisAdm FR/NL","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=urbisFRNL&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[4.4347,50.77647],[4.45427,50.78367],[4.4635,50.78798],[4.48273,50.79313],[4.44715,50.80821],[4.44831,50.81147],[4.45788,50.81646],[4.45466,50.81838],[4.4768,50.82036],[4.46552,50.83549],[4.46835,50.83744],[4.46037,50.85218],[4.44578,50.85522],[4.44466,50.85809],[4.43891,50.86042],[4.43719,50.85868],[4.42612,50.86296],[4.42037,50.86789],[4.42973,50.87764],[4.43736,50.87867],[4.42681,50.89026],[4.43307,50.89464],[4.42277,50.90298],[4.41187,50.90753],[4.41376,50.91159],[4.4032,50.91381],[4.38758,50.9098],[4.37771,50.89713],[4.36303,50.90119],[4.34183,50.9026],[4.33093,50.90119],[4.31651,50.89389],[4.3057,50.8908],[4.29334,50.88847],[4.29428,50.88658],[4.29737,50.8849],[4.29918,50.87975],[4.28587,50.87201],[4.27858,50.86556],[4.28064,50.85944],[4.28999,50.85625],[4.28304,50.85354],[4.28793,50.84833],[4.28291,50.8479],[4.28158,50.83785],[4.27399,50.8392],[4.27184,50.8363],[4.25793,50.83571],[4.2545,50.83289],[4.25523,50.82839],[4.2509,50.82419],[4.24382,50.81928],[4.2566,50.81743],[4.25995,50.81106],[4.27274,50.81212],[4.2757,50.81087],[4.27708,50.80835],[4.28454,50.80732],[4.29274,50.80911],[4.2951,50.80881],[4.30162,50.81299],[4.3066,50.81239],[4.30205,50.80445],[4.30501,50.7987],[4.31527,50.79661],[4.31845,50.79403],[4.3193,50.78722],[4.32201,50.7832],[4.33089,50.7758],[4.3408,50.77354],[4.34677,50.77574],[4.3551,50.77354],[4.36527,50.77284],[4.38243,50.76917],[4.38303,50.76375],[4.43312,50.77802],[4.4347,50.77647]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UrbisAdmNL","name":"UrbisAdm NL","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=urbisNL&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[4.4347,50.77647],[4.45427,50.78367],[4.4635,50.78798],[4.48273,50.79313],[4.44715,50.80821],[4.44831,50.81147],[4.45788,50.81646],[4.45466,50.81838],[4.4768,50.82036],[4.46552,50.83549],[4.46835,50.83744],[4.46037,50.85218],[4.44578,50.85522],[4.44466,50.85809],[4.43891,50.86042],[4.43719,50.85868],[4.42612,50.86296],[4.42037,50.86789],[4.42973,50.87764],[4.43736,50.87867],[4.42681,50.89026],[4.43307,50.89464],[4.42277,50.90298],[4.41187,50.90753],[4.41376,50.91159],[4.4032,50.91381],[4.38758,50.9098],[4.37771,50.89713],[4.36303,50.90119],[4.34183,50.9026],[4.33093,50.90119],[4.31651,50.89389],[4.3057,50.8908],[4.29334,50.88847],[4.29428,50.88658],[4.29737,50.8849],[4.29918,50.87975],[4.28587,50.87201],[4.27858,50.86556],[4.28064,50.85944],[4.28999,50.85625],[4.28304,50.85354],[4.28793,50.84833],[4.28291,50.8479],[4.28158,50.83785],[4.27399,50.8392],[4.27184,50.8363],[4.25793,50.83571],[4.2545,50.83289],[4.25523,50.82839],[4.2509,50.82419],[4.24382,50.81928],[4.2566,50.81743],[4.25995,50.81106],[4.27274,50.81212],[4.2757,50.81087],[4.27708,50.80835],[4.28454,50.80732],[4.29274,50.80911],[4.2951,50.80881],[4.30162,50.81299],[4.3066,50.81239],[4.30205,50.80445],[4.30501,50.7987],[4.31527,50.79661],[4.31845,50.79403],[4.3193,50.78722],[4.32201,50.7832],[4.33089,50.7758],[4.3408,50.77354],[4.34677,50.77574],[4.3551,50.77354],[4.36527,50.77284],[4.38243,50.76917],[4.38303,50.76375],[4.43312,50.77802],[4.4347,50.77647]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"USDA_American_Samoa_2022","name":"USDA American Samoa Imagery (2022)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/services/ortho_imagery/american_samoa_vivid_2022_30cm/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=american_samoa_vivid_2022_30cm:Natural Color No Stretch&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-06-10T00:00:00.000Z","startDate":"2018-04-07T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-171.01724,-14.73424],[-167.94046,-14.77159],[-167.86322,-10.80533],[-171.33908,-10.85591],[-171.01724,-14.73424]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA_Delta_Junction_2021","name":"USDA Delta Junction Orthoimagery (2021)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/services/ortho_imagery/alaska_delta_junction_2021/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=alaska_delta_junction_2021:NaturalColor_4Band_Vivid_NoStretch&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-144.74911,64.11792],[-145.50001,64.12594],[-145.49896,64.24903],[-145.74934,64.25008],[-145.74882,64.37449],[-146.2517,64.37475],[-146.25117,64.12489],[-145.99973,64.12173],[-146.00078,63.9997],[-145.7504,63.9997],[-145.7525,63.87556],[-145.50001,63.87345],[-145.50106,63.75247],[-144.74885,63.74615],[-144.75095,63.62412],[-144.49846,63.62307],[-144.49846,63.87556],[-144.7499,63.8703],[-144.74911,64.11792]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA_Guam_2022","name":"USDA Guam Imagery (2022)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/services/ortho_imagery/guam_vivid_2022_30cm/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=guam_vivid_2022_30cm:Natural Color No Stretch&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-07-19T00:00:00.000Z","startDate":"2020-09-19T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[144.7918,13.10904],[145.16312,13.60692],[144.80266,13.84765],[144.43254,13.3722],[144.7918,13.10904]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA_Hawaii_2022","name":"USDA Hawaii Imagery (2022)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/services/ortho_imagery/hawaii_vivid_2022_30cm/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=hawaii_vivid_2022_30cm:Natural Color No Stretch&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-10-11T00:00:00.000Z","startDate":"2014-12-06T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-160.33913,22.3188],[-160.33913,18.84504],[-154.73745,18.84504],[-154.73745,22.3188],[-160.33913,22.3188]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA_Marshall_Islands_2023","name":"USDA Marshall Islands Imagery (2023)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/services/ortho_imagery/marshall_islands_vivid_2023_30cm/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=marshall_islands_vivid_2023_30cm:Natural Color No Stretch&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-08-08T00:00:00.000Z","startDate":"2018-04-11T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[168.69834,4.33661],[172.58617,5.80637],[169.36556,15.4541],[159.42144,10.54234],[168.69834,4.33661]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA_Micronesia_2023","name":"USDA Micronesia Imagery (2023)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/services/ortho_imagery/micronesia_vivid_2023_30cm/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=micronesia_vivid_2023_30cm:Natural Color No Stretch&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-08-03T00:00:00.000Z","startDate":"2016-11-11T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[163.37343,5.98505],[136.56922,13.304],[136.77452,7.55223],[163.51457,-2.5359],[163.37343,5.98505]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA_CNMI_2022","name":"USDA Northern Mariana Islands Imagery (2022)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/services/ortho_imagery/cnmi_vivid_2022_30cm/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=cnmi_vivid_2022_30cm:Natural Color No Stretch&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-06-03T00:00:00.000Z","startDate":"2012-03-12T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[146.12703,13.77812],[146.56473,20.72551],[144.66588,20.75561],[144.87507,13.94685],[146.12703,13.77812]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA_Northwest_Hawaiian_Islands_2022","name":"USDA Northwest Hawaiian Islands Imagery (2022)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/services/ortho_imagery/northwest_hawaiian_islands_2022_30cm/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=northwest_hawaiian_islands_2022_30cm:Natural Color No Stretch&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-06-30T00:00:00.000Z","startDate":"2020-05-29T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-178.79629,27.39867],[-162.14112,21.87262],[-161.47491,23.21021],[-178.62974,29.1713],[-178.79629,27.39867]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA_Palau_2022","name":"USDA Palau Imagery (2022)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/rest/services/ortho_imagery/palau_vivid_2022_30cm/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-06-18T00:00:00.000Z","startDate":"2019-03-06T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[130.16381,3.13451],[132.50036,2.30511],[135.35829,8.4351],[134.43863,8.45659],[130.16381,3.13451]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USGS-3DEP","name":"USGS 3D Elevation Program","type":"wms","template":"https://elevation.nationalmap.gov/arcgis/services/3DEPElevation/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=3DEPElevation:Hillshade%20Gray&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","zoomExtent":[9,20],"polygon":[[[-79.12989,43.31497],[-79.12989,43.24293],[-79.06696,43.24293],[-79.06696,43.13],[-79.12989,43.13],[-79.12989,43.05773],[-79.07126,43.05773],[-79.07126,42.92949],[-78.94326,42.92949],[-78.94326,42.75422],[-82.67886,41.67159],[-82.88391,41.75369],[-83.12077,41.99609],[-83.12077,42.24648],[-83.05892,42.24648],[-83.05892,42.30896],[-82.86853,42.30896],[-82.86853,42.37177],[-82.5599,42.49549],[-82.5599,42.55855],[-82.49678,42.55855],[-82.49678,42.68336],[-82.43289,42.68336],[-82.43289,42.93422],[-82.37006,42.93422],[-82.37006,43.06481],[-82.51953,45.33698],[-83.49681,45.87251],[-83.49681,45.93371],[-83.43381,45.93371],[-83.43381,46.00169],[-83.56,46.12616],[-83.99546,46.12616],[-83.99546,46.19317],[-84.05918,46.19317],[-84.05918,46.3815],[-84.11526,46.3815],[-84.11526,46.49536],[-84.05918,46.49536],[-84.05918,46.56827],[-84.25795,46.56827],[-84.25795,46.50512],[-84.30719,46.50512],[-84.30719,46.56827],[-84.44154,46.56827],[-84.44154,46.50453],[-84.60983,46.50453],[-84.76227,46.63341],[-84.86115,46.88929],[-88.3882,48.30154],[-89.42847,48.06564],[-89.99327,48.06564],[-89.99327,48.1283],[-90.74559,48.1283],[-90.74559,48.18931],[-90.80873,48.18931],[-90.80873,48.25221],[-91.06776,48.25221],[-91.06776,48.19167],[-91.19462,48.19167],[-91.19462,48.1279],[-91.68142,48.1279],[-91.68142,48.2526],[-91.93219,48.2526],[-91.93219,48.31425],[-91.99297,48.31425],[-91.99297,48.37808],[-92.31894,48.37808],[-92.31894,48.25291],[-92.37322,48.25291],[-92.37322,48.31534],[-92.43223,48.31534],[-92.43223,48.44114],[-92.49772,48.44114],[-92.49772,48.50178],[-92.56794,48.50178],[-92.56794,48.43958],[-92.62105,48.43958],[-92.62105,48.56508],[-92.80868,48.56508],[-92.80868,48.62674],[-92.93318,48.62674],[-92.93318,48.69221],[-93.00517,48.69221],[-93.00517,48.6283],[-93.12259,48.6283],[-93.12259,48.69221],[-93.31908,48.69221],[-93.31908,48.62674],[-93.50495,48.62674],[-93.50495,48.56352],[-93.74746,48.56352],[-93.74746,48.62674],[-93.81355,48.62674],[-93.81355,48.68988],[-94.24531,48.68988],[-94.24531,48.75543],[-94.61832,48.75543],[-94.61832,48.94104],[-94.6809,48.94104],[-94.6809,49.00297],[-94.74415,49.00297],[-94.74415,49.25361],[-94.80841,49.25361],[-94.80841,49.37841],[-95.11924,49.37841],[-95.11924,49.44253],[-95.19343,49.44253],[-95.19343,49.00353],[-96.87069,49.00353],[-96.87069,49.06561],[-99.00493,49.06561],[-99.00493,49.00507],[-109.36993,49.00507],[-109.36993,49.06682],[-109.50587,49.06682],[-109.50587,49.00507],[-114.183,49.00507],[-114.183,49.06873],[-114.75787,49.06873],[-114.75787,49.00507],[-115.43373,49.00507],[-115.43373,49.06714],[-116.50627,49.06714],[-116.50627,49.00507],[-117.30895,49.00507],[-117.30895,49.06598],[-119.88295,49.06598],[-119.88295,49.00507],[-120.12086,49.00507],[-120.12086,49.06784],[-121.44516,49.06784],[-121.44516,49.00507],[-121.93118,49.00507],[-121.93118,49.06561],[-123.12915,49.06451],[-123.12915,48.93432],[-123.00554,48.75295],[-123.12969,48.75295],[-123.12969,48.69022],[-123.18382,48.69022],[-123.18382,48.7529],[-123.25493,48.7529],[-123.25493,48.55923],[-123.19222,48.55923],[-123.19222,48.43484],[-123.25411,48.19051],[-124.05826,48.19084],[-124.05826,48.25344],[-124.18152,48.25344],[-124.18152,48.31647],[-124.43191,48.31647],[-124.43191,48.37826],[-124.55646,48.37826],[-124.55646,48.44083],[-124.75551,48.44083],[-139,48.45],[-139,32.5],[-117.18748,32.5],[-116.7465,32.49746],[-116.7465,32.56092],[-115.99701,32.56092],[-115.99701,32.62649],[-115.12495,32.62474],[-115.12495,32.68749],[-114.81241,32.68749],[-114.81261,32.62524],[-114.87531,32.62557],[-114.88081,32.43408],[-114.62945,32.43408],[-114.62945,32.37316],[-114.44474,32.37316],[-114.44474,32.30754],[-114.25576,32.30754],[-114.25576,32.24446],[-114.06803,32.24446],[-114.06803,32.18291],[-113.81665,32.18291],[-113.81665,32.12076],[-113.63074,32.12076],[-113.63074,32.05651],[-113.44175,32.05651],[-113.44175,31.99844],[-113.2546,31.99844],[-113.2546,31.93254],[-113.06807,31.93254],[-113.06807,31.87181],[-112.81611,31.87181],[-112.81611,31.81042],[-112.63088,31.81042],[-112.63088,31.74647],[-112.44189,31.74647],[-112.44189,31.6856],[-112.25719,31.6856],[-112.25719,31.62104],[-112.00338,31.62104],[-112.00338,31.55958],[-111.81562,31.55958],[-111.81562,31.49702],[-111.62786,31.49702],[-111.62786,31.434],[-111.4419,31.434],[-111.4419,31.37339],[-111.25597,31.37339],[-111.25597,31.31132],[-108.18458,31.31132],[-108.18458,31.74595],[-106.50651,31.74595],[-106.50651,31.68423],[-106.37973,31.68423],[-106.37973,31.62175],[-106.31743,31.62175],[-106.31743,31.49682],[-106.25518,31.49682],[-106.25518,31.43449],[-106.19247,31.43449],[-106.19247,31.37213],[-106.00392,31.37213],[-106.00392,31.30933],[-105.94166,31.30933],[-105.94166,31.24575],[-105.87982,31.24575],[-105.87982,31.18362],[-105.81623,31.18362],[-105.81623,31.12072],[-105.69212,31.12072],[-105.69212,31.05848],[-105.63029,31.05848],[-105.63029,30.93283],[-105.50444,30.93283],[-105.50444,30.87159],[-105.4413,30.87159],[-105.4413,30.80846],[-105.37815,30.80846],[-105.37815,30.74718],[-105.19047,30.74718],[-105.19047,30.68432],[-105.12862,30.68432],[-105.12862,30.61997],[-105.00365,30.61997],[-105.00365,30.55891],[-104.9418,30.55891],[-104.9418,30.49632],[-104.8782,30.49632],[-104.8782,30.30983],[-104.81553,30.30983],[-104.81553,30.24783],[-104.75361,30.24783],[-104.75361,29.93539],[-104.69095,29.93539],[-104.69095,29.80902],[-104.62913,29.80902],[-104.62913,29.68436],[-104.56599,29.68436],[-104.56599,29.62235],[-104.50372,29.62235],[-104.50372,29.55954],[-104.44101,29.55954],[-104.44101,29.49748],[-104.25376,29.49748],[-104.25376,29.37167],[-104.1292,29.37167],[-104.1292,29.30916],[-104.06887,29.30916],[-104.06887,29.24673],[-103.81873,29.24673],[-103.81873,29.18431],[-103.75574,29.18431],[-103.75574,29.12232],[-103.56675,29.12232],[-103.56675,29.05981],[-103.50498,29.05981],[-103.50498,28.99675],[-103.31658,28.99675],[-103.31658,28.93469],[-103.05976,28.93469],[-103.05976,29.0593],[-102.99797,29.0593],[-102.99797,29.12129],[-102.93314,29.12129],[-102.93314,29.18486],[-102.8096,29.18486],[-102.8096,29.25262],[-102.87013,29.25262],[-102.87013,29.3081],[-102.80967,29.3081],[-102.80967,29.37155],[-102.74757,29.37155],[-102.74757,29.55819],[-102.68455,29.55819],[-102.68455,29.68477],[-102.49678,29.68477],[-102.49678,29.74577],[-102.30866,29.74577],[-102.30866,29.80866],[-102.19093,29.80866],[-102.19093,29.74601],[-101.50499,29.74601],[-101.50499,29.68468],[-101.38058,29.68468],[-101.38058,29.55945],[-101.31751,29.55945],[-101.31751,29.49589],[-101.19101,29.49589],[-101.19101,29.43261],[-101.0675,29.43261],[-101.0675,29.30881],[-100.94189,29.30881],[-100.94189,29.24562],[-100.81673,29.24562],[-100.81673,29.11904],[-100.75227,29.11904],[-100.75227,29.05782],[-100.69254,29.05782],[-100.69254,28.87204],[-100.62902,28.87204],[-100.62902,28.80954],[-100.56799,28.80954],[-100.56799,28.62255],[-100.50404,28.62255],[-100.50404,28.55838],[-100.44218,28.55838],[-100.44218,28.49683],[-100.37943,28.49683],[-100.37943,28.30929],[-100.31719,28.30929],[-100.31719,28.18357],[-100.25448,28.18357],[-100.25448,28.12139],[-100.12823,28.12139],[-100.12823,28.05921],[-100.06595,28.05921],[-100.06595,27.99661],[-100.00239,27.99661],[-100.00239,27.93322],[-99.94265,27.93322],[-99.94265,27.74547],[-99.81685,27.74547],[-99.81685,27.68343],[-99.75413,27.68343],[-99.75413,27.62215],[-99.62916,27.62215],[-99.62916,27.5589],[-99.56728,27.5589],[-99.56728,27.43538],[-99.50418,27.43538],[-99.50418,27.3774],[-99.56718,27.3774],[-99.56718,27.24637],[-99.50498,27.24637],[-99.50498,26.99656],[-99.44274,26.99656],[-99.44274,26.8728],[-99.38006,26.8728],[-99.38006,26.80682],[-99.31907,26.80682],[-99.31907,26.74736],[-99.25375,26.74736],[-99.25375,26.62101],[-99.19106,26.62101],[-99.19106,26.49567],[-99.13006,26.49567],[-99.13006,26.37138],[-99.00295,26.37138],[-99.00295,26.30938],[-98.81657,26.30938],[-98.81657,26.24578],[-98.69201,26.24578],[-98.69201,26.18371],[-98.44409,26.18371],[-98.44409,26.12172],[-98.38232,26.12172],[-98.38232,26.05965],[-98.25327,26.05965],[-98.25327,25.99869],[-98.01091,25.99869],[-98.01091,25.99323],[-97.69323,25.99323],[-97.69323,25.93341],[-97.63139,25.93341],[-97.63139,25.86959],[-97.50468,25.86959],[-97.50468,25.80735],[-97.30834,25.80735],[-97.30834,25.87312],[-97.24563,25.87312],[-97.24563,25.93537],[-97.11389,25.93537],[-80.7,24],[-79.314,27.108],[-66.93111,44.74737],[-66.93111,44.94066],[-66.99468,44.94066],[-66.99468,45.00245],[-67.05958,45.00245],[-67.05958,45.12734],[-67.1202,45.12734],[-67.1202,45.19101],[-67.24698,45.19101],[-67.24698,45.25344],[-67.31775,45.25344],[-67.31775,45.18984],[-67.37075,45.18984],[-67.37075,45.2534],[-67.43269,45.2534],[-67.43269,45.30834],[-67.37086,45.30834],[-67.37086,45.4397],[-67.43056,45.4397],[-67.43056,45.49501],[-67.37099,45.49501],[-67.37099,45.62645],[-67.6215,45.62645],[-67.6215,45.68961],[-67.68383,45.68961],[-67.68383,45.75326],[-67.74621,45.75326],[-67.74621,47.12682],[-67.87001,47.12682],[-67.87001,47.19003],[-67.93238,47.19003],[-67.93238,47.25397],[-67.99594,47.25397],[-67.99594,47.31497],[-68.12067,47.31497],[-68.12067,47.37808],[-68.44232,47.37808],[-68.44232,47.31661],[-68.63143,47.31661],[-68.63143,47.25447],[-68.9978,47.25447],[-68.9978,47.43989],[-69.06072,47.43989],[-69.06072,47.50476],[-69.25381,47.50476],[-69.25381,47.43981],[-69.31793,47.43981],[-69.31793,47.3786],[-69.44385,47.3786],[-69.44385,47.31563],[-69.50382,47.31563],[-69.50382,47.25258],[-69.56678,47.25258],[-69.56678,47.19109],[-69.63035,47.19109],[-69.63035,47.1287],[-69.69331,47.1287],[-69.69331,47.06543],[-69.75571,47.06543],[-69.75571,47.00428],[-69.81804,47.00428],[-69.81804,46.94153],[-69.8804,46.94153],[-69.8804,46.87925],[-69.94217,46.87925],[-69.94217,46.81774],[-70.00631,46.81774],[-70.00631,46.69203],[-70.07043,46.69203],[-70.07043,46.44259],[-70.19459,46.44259],[-70.19459,46.37859],[-70.2562,46.37859],[-70.2562,46.31526],[-70.32037,46.31526],[-70.32037,46.06512],[-70.3815,46.06512],[-70.3815,45.93552],[-70.32016,45.93552],[-70.32016,45.87948],[-70.44931,45.87948],[-70.44931,45.75387],[-70.507,45.75387],[-70.507,45.69169],[-70.63166,45.69169],[-70.63166,45.62916],[-70.75755,45.62916],[-70.75755,45.44147],[-70.88099,45.44147],[-70.88099,45.37806],[-71.13328,45.37806],[-71.13328,45.31515],[-71.38303,45.31515],[-71.38303,45.25342],[-71.50764,45.25342],[-71.50764,45.06557],[-73.94189,45.06557],[-73.94189,45.00312],[-74.74697,45.00312],[-74.74697,45.0649],[-74.8801,45.0649],[-74.8801,45.0029],[-75.06625,45.0029],[-75.06625,44.94152],[-75.25394,44.94152],[-75.25394,44.8776],[-75.37896,44.8776],[-75.37896,44.81535],[-75.44313,44.81535],[-75.44313,44.75361],[-75.56666,44.75361],[-75.56666,44.691],[-75.62902,44.691],[-75.62902,44.6285],[-75.75405,44.6285],[-75.75405,44.56638],[-75.81731,44.56638],[-75.81731,44.50289],[-75.87995,44.50289],[-75.87995,44.37849],[-76.13003,44.37849],[-76.13003,44.31592],[-76.1927,44.31592],[-76.1927,44.25344],[-76.31826,44.25344],[-76.31826,44.19167],[-76.3793,44.19167],[-76.3793,44.06537],[-76.80375,43.64253],[-79.12989,43.31497]],[[-179.9341,50.83371],[-179.56389,50.86369],[-130.578,54.66271],[-129.97925,55.27755],[-129.95728,56.02295],[-132.01721,57.04073],[-135.46143,59.81168],[-136.37329,59.59553],[-136.59302,59.18437],[-137.44446,58.91599],[-137.58179,59.24903],[-139.19678,60.0895],[-139.04297,60.35956],[-141.02052,60.2943],[-140.99787,69.90649],[-163.30086,71.97901],[-169.03565,65.70804],[-172.22169,63.79219],[-179.9341,50.83371]],[[-64.62535,18.46935],[-64.62327,18.27536],[-64.53781,17.62308],[-68.02734,18.00485],[-67.79388,18.54342],[-64.62535,18.46935]]],"description":" The USGS 3D Elevation Program (3DEP) Bare Earth DEM Dynamic service is based on multi-resolution USGS DEM sources and provides dynamic functions for visualization","icon":"https://www.usgs.gov/themes/custom/usgs_tantalum/usgs_logo.png"},{"id":"USGS-Imagery","name":"USGS Imagery","type":"tms","template":"https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/tile/{zoom}/{y}/{x}","category":"photo","zoomExtent":[9,20],"polygon":[[[-79.12989,43.31497],[-79.12989,43.24293],[-79.06696,43.24293],[-79.06696,43.13],[-79.12989,43.13],[-79.12989,43.05773],[-79.07126,43.05773],[-79.07126,42.92949],[-78.94326,42.92949],[-78.94326,42.75422],[-82.67886,41.67159],[-82.88391,41.75369],[-83.12077,41.99609],[-83.12077,42.24648],[-83.05892,42.24648],[-83.05892,42.30896],[-82.86853,42.30896],[-82.86853,42.37177],[-82.5599,42.49549],[-82.5599,42.55855],[-82.49678,42.55855],[-82.49678,42.68336],[-82.43289,42.68336],[-82.43289,42.93422],[-82.37006,42.93422],[-82.37006,43.06481],[-82.51953,45.33698],[-83.49681,45.87251],[-83.49681,45.93371],[-83.43381,45.93371],[-83.43381,46.00169],[-83.56,46.12616],[-83.99546,46.12616],[-83.99546,46.19317],[-84.05918,46.19317],[-84.05918,46.3815],[-84.11526,46.3815],[-84.11526,46.49536],[-84.05918,46.49536],[-84.05918,46.56827],[-84.25795,46.56827],[-84.25795,46.50512],[-84.30719,46.50512],[-84.30719,46.56827],[-84.44154,46.56827],[-84.44154,46.50453],[-84.60983,46.50453],[-84.76227,46.63341],[-84.86115,46.88929],[-88.3882,48.30154],[-89.42847,48.06564],[-89.99327,48.06564],[-89.99327,48.1283],[-90.74559,48.1283],[-90.74559,48.18931],[-90.80873,48.18931],[-90.80873,48.25221],[-91.06776,48.25221],[-91.06776,48.19167],[-91.19462,48.19167],[-91.19462,48.1279],[-91.68142,48.1279],[-91.68142,48.2526],[-91.93219,48.2526],[-91.93219,48.31425],[-91.99297,48.31425],[-91.99297,48.37808],[-92.31894,48.37808],[-92.31894,48.25291],[-92.37322,48.25291],[-92.37322,48.31534],[-92.43223,48.31534],[-92.43223,48.44114],[-92.49772,48.44114],[-92.49772,48.50178],[-92.56794,48.50178],[-92.56794,48.43958],[-92.62105,48.43958],[-92.62105,48.56508],[-92.80868,48.56508],[-92.80868,48.62674],[-92.93318,48.62674],[-92.93318,48.69221],[-93.00517,48.69221],[-93.00517,48.6283],[-93.12259,48.6283],[-93.12259,48.69221],[-93.31908,48.69221],[-93.31908,48.62674],[-93.50495,48.62674],[-93.50495,48.56352],[-93.74746,48.56352],[-93.74746,48.62674],[-93.81355,48.62674],[-93.81355,48.68988],[-94.24531,48.68988],[-94.24531,48.75543],[-94.61832,48.75543],[-94.61832,48.94104],[-94.6809,48.94104],[-94.6809,49.00297],[-94.74415,49.00297],[-94.74415,49.25361],[-94.80841,49.25361],[-94.80841,49.37841],[-95.11924,49.37841],[-95.11924,49.44253],[-95.19343,49.44253],[-95.19343,49.00353],[-96.87069,49.00353],[-96.87069,49.06561],[-99.00493,49.06561],[-99.00493,49.00507],[-109.36993,49.00507],[-109.36993,49.06682],[-109.50587,49.06682],[-109.50587,49.00507],[-114.183,49.00507],[-114.183,49.06873],[-114.75787,49.06873],[-114.75787,49.00507],[-115.43373,49.00507],[-115.43373,49.06714],[-116.50627,49.06714],[-116.50627,49.00507],[-117.30895,49.00507],[-117.30895,49.06598],[-119.88295,49.06598],[-119.88295,49.00507],[-120.12086,49.00507],[-120.12086,49.06784],[-121.44516,49.06784],[-121.44516,49.00507],[-121.93118,49.00507],[-121.93118,49.06561],[-123.12915,49.06451],[-123.12915,48.93432],[-123.00554,48.75295],[-123.12969,48.75295],[-123.12969,48.69022],[-123.18382,48.69022],[-123.18382,48.7529],[-123.25493,48.7529],[-123.25493,48.55923],[-123.19222,48.55923],[-123.19222,48.43484],[-123.25411,48.19051],[-124.05826,48.19084],[-124.05826,48.25344],[-124.18152,48.25344],[-124.18152,48.31647],[-124.43191,48.31647],[-124.43191,48.37826],[-124.55646,48.37826],[-124.55646,48.44083],[-124.75551,48.44083],[-139,48.45],[-139,32.5],[-117.18748,32.5],[-116.7465,32.49746],[-116.7465,32.56092],[-115.99701,32.56092],[-115.99701,32.62649],[-115.12495,32.62474],[-115.12495,32.68749],[-114.81241,32.68749],[-114.81261,32.62524],[-114.87531,32.62557],[-114.88081,32.43408],[-114.62945,32.43408],[-114.62945,32.37316],[-114.44474,32.37316],[-114.44474,32.30754],[-114.25576,32.30754],[-114.25576,32.24446],[-114.06803,32.24446],[-114.06803,32.18291],[-113.81665,32.18291],[-113.81665,32.12076],[-113.63074,32.12076],[-113.63074,32.05651],[-113.44175,32.05651],[-113.44175,31.99844],[-113.2546,31.99844],[-113.2546,31.93254],[-113.06807,31.93254],[-113.06807,31.87181],[-112.81611,31.87181],[-112.81611,31.81042],[-112.63088,31.81042],[-112.63088,31.74647],[-112.44189,31.74647],[-112.44189,31.6856],[-112.25719,31.6856],[-112.25719,31.62104],[-112.00338,31.62104],[-112.00338,31.55958],[-111.81562,31.55958],[-111.81562,31.49702],[-111.62786,31.49702],[-111.62786,31.434],[-111.4419,31.434],[-111.4419,31.37339],[-111.25597,31.37339],[-111.25597,31.31132],[-108.18458,31.31132],[-108.18458,31.74595],[-106.50651,31.74595],[-106.50651,31.68423],[-106.37973,31.68423],[-106.37973,31.62175],[-106.31743,31.62175],[-106.31743,31.49682],[-106.25518,31.49682],[-106.25518,31.43449],[-106.19247,31.43449],[-106.19247,31.37213],[-106.00392,31.37213],[-106.00392,31.30933],[-105.94166,31.30933],[-105.94166,31.24575],[-105.87982,31.24575],[-105.87982,31.18362],[-105.81623,31.18362],[-105.81623,31.12072],[-105.69212,31.12072],[-105.69212,31.05848],[-105.63029,31.05848],[-105.63029,30.93283],[-105.50444,30.93283],[-105.50444,30.87159],[-105.4413,30.87159],[-105.4413,30.80846],[-105.37815,30.80846],[-105.37815,30.74718],[-105.19047,30.74718],[-105.19047,30.68432],[-105.12862,30.68432],[-105.12862,30.61997],[-105.00365,30.61997],[-105.00365,30.55891],[-104.9418,30.55891],[-104.9418,30.49632],[-104.8782,30.49632],[-104.8782,30.30983],[-104.81553,30.30983],[-104.81553,30.24783],[-104.75361,30.24783],[-104.75361,29.93539],[-104.69095,29.93539],[-104.69095,29.80902],[-104.62913,29.80902],[-104.62913,29.68436],[-104.56599,29.68436],[-104.56599,29.62235],[-104.50372,29.62235],[-104.50372,29.55954],[-104.44101,29.55954],[-104.44101,29.49748],[-104.25376,29.49748],[-104.25376,29.37167],[-104.1292,29.37167],[-104.1292,29.30916],[-104.06887,29.30916],[-104.06887,29.24673],[-103.81873,29.24673],[-103.81873,29.18431],[-103.75574,29.18431],[-103.75574,29.12232],[-103.56675,29.12232],[-103.56675,29.05981],[-103.50498,29.05981],[-103.50498,28.99675],[-103.31658,28.99675],[-103.31658,28.93469],[-103.05976,28.93469],[-103.05976,29.0593],[-102.99797,29.0593],[-102.99797,29.12129],[-102.93314,29.12129],[-102.93314,29.18486],[-102.8096,29.18486],[-102.8096,29.25262],[-102.87013,29.25262],[-102.87013,29.3081],[-102.80967,29.3081],[-102.80967,29.37155],[-102.74757,29.37155],[-102.74757,29.55819],[-102.68455,29.55819],[-102.68455,29.68477],[-102.49678,29.68477],[-102.49678,29.74577],[-102.30866,29.74577],[-102.30866,29.80866],[-102.19093,29.80866],[-102.19093,29.74601],[-101.50499,29.74601],[-101.50499,29.68468],[-101.38058,29.68468],[-101.38058,29.55945],[-101.31751,29.55945],[-101.31751,29.49589],[-101.19101,29.49589],[-101.19101,29.43261],[-101.0675,29.43261],[-101.0675,29.30881],[-100.94189,29.30881],[-100.94189,29.24562],[-100.81673,29.24562],[-100.81673,29.11904],[-100.75227,29.11904],[-100.75227,29.05782],[-100.69254,29.05782],[-100.69254,28.87204],[-100.62902,28.87204],[-100.62902,28.80954],[-100.56799,28.80954],[-100.56799,28.62255],[-100.50404,28.62255],[-100.50404,28.55838],[-100.44218,28.55838],[-100.44218,28.49683],[-100.37943,28.49683],[-100.37943,28.30929],[-100.31719,28.30929],[-100.31719,28.18357],[-100.25448,28.18357],[-100.25448,28.12139],[-100.12823,28.12139],[-100.12823,28.05921],[-100.06595,28.05921],[-100.06595,27.99661],[-100.00239,27.99661],[-100.00239,27.93322],[-99.94265,27.93322],[-99.94265,27.74547],[-99.81685,27.74547],[-99.81685,27.68343],[-99.75413,27.68343],[-99.75413,27.62215],[-99.62916,27.62215],[-99.62916,27.5589],[-99.56728,27.5589],[-99.56728,27.43538],[-99.50418,27.43538],[-99.50418,27.3774],[-99.56718,27.3774],[-99.56718,27.24637],[-99.50498,27.24637],[-99.50498,26.99656],[-99.44274,26.99656],[-99.44274,26.8728],[-99.38006,26.8728],[-99.38006,26.80682],[-99.31907,26.80682],[-99.31907,26.74736],[-99.25375,26.74736],[-99.25375,26.62101],[-99.19106,26.62101],[-99.19106,26.49567],[-99.13006,26.49567],[-99.13006,26.37138],[-99.00295,26.37138],[-99.00295,26.30938],[-98.81657,26.30938],[-98.81657,26.24578],[-98.69201,26.24578],[-98.69201,26.18371],[-98.44409,26.18371],[-98.44409,26.12172],[-98.38232,26.12172],[-98.38232,26.05965],[-98.25327,26.05965],[-98.25327,25.99869],[-98.01091,25.99869],[-98.01091,25.99323],[-97.69323,25.99323],[-97.69323,25.93341],[-97.63139,25.93341],[-97.63139,25.86959],[-97.50468,25.86959],[-97.50468,25.80735],[-97.30834,25.80735],[-97.30834,25.87312],[-97.24563,25.87312],[-97.24563,25.93537],[-97.11389,25.93537],[-80.7,24],[-79.314,27.108],[-66.93111,44.74737],[-66.93111,44.94066],[-66.99468,44.94066],[-66.99468,45.00245],[-67.05958,45.00245],[-67.05958,45.12734],[-67.1202,45.12734],[-67.1202,45.19101],[-67.24698,45.19101],[-67.24698,45.25344],[-67.31775,45.25344],[-67.31775,45.18984],[-67.37075,45.18984],[-67.37075,45.2534],[-67.43269,45.2534],[-67.43269,45.30834],[-67.37086,45.30834],[-67.37086,45.4397],[-67.43056,45.4397],[-67.43056,45.49501],[-67.37099,45.49501],[-67.37099,45.62645],[-67.6215,45.62645],[-67.6215,45.68961],[-67.68383,45.68961],[-67.68383,45.75326],[-67.74621,45.75326],[-67.74621,47.12682],[-67.87001,47.12682],[-67.87001,47.19003],[-67.93238,47.19003],[-67.93238,47.25397],[-67.99594,47.25397],[-67.99594,47.31497],[-68.12067,47.31497],[-68.12067,47.37808],[-68.44232,47.37808],[-68.44232,47.31661],[-68.63143,47.31661],[-68.63143,47.25447],[-68.9978,47.25447],[-68.9978,47.43989],[-69.06072,47.43989],[-69.06072,47.50476],[-69.25381,47.50476],[-69.25381,47.43981],[-69.31793,47.43981],[-69.31793,47.3786],[-69.44385,47.3786],[-69.44385,47.31563],[-69.50382,47.31563],[-69.50382,47.25258],[-69.56678,47.25258],[-69.56678,47.19109],[-69.63035,47.19109],[-69.63035,47.1287],[-69.69331,47.1287],[-69.69331,47.06543],[-69.75571,47.06543],[-69.75571,47.00428],[-69.81804,47.00428],[-69.81804,46.94153],[-69.8804,46.94153],[-69.8804,46.87925],[-69.94217,46.87925],[-69.94217,46.81774],[-70.00631,46.81774],[-70.00631,46.69203],[-70.07043,46.69203],[-70.07043,46.44259],[-70.19459,46.44259],[-70.19459,46.37859],[-70.2562,46.37859],[-70.2562,46.31526],[-70.32037,46.31526],[-70.32037,46.06512],[-70.3815,46.06512],[-70.3815,45.93552],[-70.32016,45.93552],[-70.32016,45.87948],[-70.44931,45.87948],[-70.44931,45.75387],[-70.507,45.75387],[-70.507,45.69169],[-70.63166,45.69169],[-70.63166,45.62916],[-70.75755,45.62916],[-70.75755,45.44147],[-70.88099,45.44147],[-70.88099,45.37806],[-71.13328,45.37806],[-71.13328,45.31515],[-71.38303,45.31515],[-71.38303,45.25342],[-71.50764,45.25342],[-71.50764,45.06557],[-73.94189,45.06557],[-73.94189,45.00312],[-74.74697,45.00312],[-74.74697,45.0649],[-74.8801,45.0649],[-74.8801,45.0029],[-75.06625,45.0029],[-75.06625,44.94152],[-75.25394,44.94152],[-75.25394,44.8776],[-75.37896,44.8776],[-75.37896,44.81535],[-75.44313,44.81535],[-75.44313,44.75361],[-75.56666,44.75361],[-75.56666,44.691],[-75.62902,44.691],[-75.62902,44.6285],[-75.75405,44.6285],[-75.75405,44.56638],[-75.81731,44.56638],[-75.81731,44.50289],[-75.87995,44.50289],[-75.87995,44.37849],[-76.13003,44.37849],[-76.13003,44.31592],[-76.1927,44.31592],[-76.1927,44.25344],[-76.31826,44.25344],[-76.31826,44.19167],[-76.3793,44.19167],[-76.3793,44.06537],[-76.80375,43.64253],[-79.12989,43.31497]],[[-179.9341,50.83371],[-179.56389,50.86369],[-130.578,54.66271],[-129.97925,55.27755],[-129.95728,56.02295],[-132.01721,57.04073],[-135.46143,59.81168],[-136.37329,59.59553],[-136.59302,59.18437],[-137.44446,58.91599],[-137.58179,59.24903],[-139.19678,60.0895],[-139.04297,60.35956],[-141.02052,60.2943],[-140.99787,69.90649],[-163.30086,71.97901],[-169.03565,65.70804],[-172.22169,63.79219],[-179.9341,50.83371]],[[-64.62535,18.46935],[-64.62327,18.27536],[-64.53781,17.62308],[-68.02734,18.00485],[-67.79388,18.54342],[-64.62535,18.46935]]],"description":"Public domain aerial imagery, mostly NAIP","icon":"https://www.usgs.gov/themes/custom/usgs_tantalum/usgs_logo.png"},{"id":"USGS-Scanned_Topographic","name":"USGS Topographic Maps","type":"tms","template":"https://caltopo.s3.amazonaws.com/topo/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[0,16],"polygon":[[[-155.95251,21.23549],[-157.32903,21.23181],[-157.32675,20.49153],[-155.95024,20.49523],[-155.95251,21.23549]],[[-157.64488,21.24845],[-157.64643,21.75167],[-158.2869,21.74996],[-158.28534,21.24674],[-157.64488,21.24845]],[[-159.29077,22.24504],[-160.29064,22.24239],[-160.28917,21.76591],[-159.2893,21.76857],[-159.29077,22.24504]],[[-156.1216,18.87203],[-154.74174,18.87578],[-154.74617,20.32841],[-156.12602,20.3247],[-156.1216,18.87203]],[[-59.9984,44.2494],[-59.9984,44],[-60.5024,44],[-60.5024,43.74954],[-59.50127,43.74954],[-59.50127,44.2494],[-59.9984,44.2494]],[[-53.01315,49.99551],[-55.00168,50.0061],[-55.03738,53.74721],[-56.00418,53.73421],[-55.99594,52.00107],[-112.02896,52.00107],[-112.03995,56.01308],[-120.00494,56.00592],[-120.01712,60.01202],[-132.00197,60.00239],[-132.01208,63.00193],[-133.96883,63.0005],[-133.9724,63.99225],[-141.04429,63.98726],[-141.06879,69.92046],[-156.24893,71.51583],[-160.44571,70.83527],[-167.08145,68.42906],[-164.08218,67.03914],[-169.01504,65.68269],[-166.57608,64.50778],[-161.82999,64.05006],[-165.08194,63.2603],[-168.02628,59.78623],[-162.53311,59.73089],[-162.35733,58.55905],[-157.83096,58.31753],[-158.00674,57.52404],[-168.22403,53.51022],[-166.55411,53.14277],[-158.77579,54.88541],[-158.6824,55.74964],[-156.55106,56.00848],[-156.15555,56.77466],[-154.70535,56.14337],[-152.07413,57.37035],[-151.62918,58.22653],[-152.00821,58.98056],[-145.9877,60.24741],[-140.38467,59.48634],[-136.53946,57.8061],[-133.79288,54.83483],[-133.33145,53.14277],[-131.46378,51.69838],[-128.52493,51.74602],[-129.79385,50.90159],[-124.56436,47.49786],[-124.03702,45.48627],[-124.6962,42.90428],[-124.49844,40.34146],[-122.80655,37.53929],[-119.99405,33.37085],[-117.24747,32.5412],[-111.13907,31.1977],[-106.70059,31.23529],[-103.20694,28.64618],[-101.84463,29.8158],[-99.20792,26.28744],[-96.79092,25.75432],[-96.92276,27.96911],[-93.47305,29.68226],[-88.94669,28.87732],[-88.6171,30.17736],[-86.2001,30.36713],[-84.96963,29.43379],[-84.09073,30.06333],[-82.97012,28.95426],[-82.97012,27.26824],[-81.25626,25.07956],[-82.09122,24.56105],[-80.06973,24.76073],[-79.85001,27.11188],[-81.27823,30.70777],[-78.99307,33.20554],[-75.03799,35.5983],[-75.85098,37.24252],[-73.74161,40.4586],[-69.89639,41.60224],[-70.68741,43.17629],[-66.93008,44.69516],[-66.53458,43.08007],[-64.20547,43.35229],[-59.50333,45.73221],[-59.51431,46.24762],[-60.0032,46.25901],[-59.99222,47.24506],[-59.00894,47.2376],[-58.99796,47.50267],[-56.51504,47.50267],[-56.52603,46.7477],[-53.99918,46.7477],[-53.9772,46.48358],[-52.49405,46.46354],[-52.50504,48.75361],[-52.99667,48.75451],[-53.01315,49.99551]]],"terms_url":"https://caltopo.com","terms_text":"© Caltopo","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USGSTopographicMaps.png"},{"id":"USSR-Latvia","name":"USSR - Latvia","type":"wms","template":"http://www.gisnet.lv/cgi-bin/topo?LAYERS=DTO,DTC,DIVDPTC,PD,VS,DS,PS,M&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicmap","projection":"EPSG:3857","polygon":[[[26.63086,57.56889],[25.16968,58.04882],[22.54395,57.76866],[21.54419,57.53352],[21.01685,56.81892],[21.01685,56.03523],[22.03857,56.38958],[24.71924,56.33481],[26.75171,55.66519],[28.19092,56.13943],[27.78442,57.40946],[26.63086,57.56889]]]},{"id":"fr.dpt.84.2010","name":"Vaucluse 2010","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/paca84_2010/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2010-01-01T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","zoomExtent":[2,21],"polygon":[[[5.39429,44.21568],[5.36957,44.2147],[5.36957,44.22552],[5.34073,44.22651],[5.3421,44.21568],[5.3215,44.21765],[5.27756,44.23635],[5.21713,44.23635],[5.20202,44.24717],[5.16907,44.24717],[5.16632,44.28061],[5.18143,44.28061],[5.1828,44.31894],[5.14297,44.32188],[5.14023,44.30125],[5.12237,44.30321],[5.08118,44.33957],[5.08392,44.3916],[5.05508,44.39258],[5.03448,44.41907],[5.01114,44.42005],[4.98642,44.43966],[4.96307,44.44064],[4.91913,44.42397],[4.89715,44.40337],[4.87244,44.36117],[4.85596,44.36019],[4.85458,44.30714],[4.81888,44.30813],[4.76669,44.33662],[4.64172,44.33662],[4.63623,44.24717],[4.66369,44.23635],[4.66369,44.19894],[4.69803,44.19008],[4.69665,44.09153],[4.72137,44.06292],[4.76669,44.06391],[4.76944,44.04812],[4.80514,44.02047],[4.80377,44.00171],[4.78454,44.00072],[4.75845,43.98491],[4.73373,43.98491],[4.73373,44.00269],[4.6431,44.02344],[4.60739,44.02245],[4.60602,43.9859],[4.62936,43.98392],[4.63211,43.96712],[4.65408,43.93054],[4.66781,43.92164],[4.71863,43.91076],[4.79141,43.90086],[4.86282,43.89789],[4.88067,43.88008],[4.91089,43.87909],[5.03448,43.80282],[5.03448,43.77903],[5.19653,43.71653],[5.20065,43.72943],[5.29266,43.72844],[5.4808,43.65098],[5.63324,43.648],[5.6868,43.68079],[5.73624,43.68575],[5.79666,43.74927],[5.79391,43.76316],[5.74722,43.76614],[5.73761,43.85929],[5.61813,43.86127],[5.64422,43.89888],[5.67993,43.89987],[5.68405,43.94933],[5.62088,43.95131],[5.62225,43.99479],[5.57007,43.99776],[5.57556,44.08561],[5.56045,44.08759],[5.5632,44.13097],[5.52887,44.13196],[5.52887,44.1428],[5.51376,44.14378],[5.49042,44.12407],[5.46707,44.12407],[5.4657,44.14181],[5.44922,44.1428],[5.45059,44.15856],[5.39566,44.16152],[5.40665,44.1763],[5.40665,44.18811],[5.39154,44.19008],[5.39429,44.21568]]],"terms_url":"http://www.crige-paca.org/geoportail/geocatalogue.html?id_lot_donnee_carto=209","terms_text":"ORTHO 2010 © PACA-04-05-84"},{"id":"VBMPImagery_Most_Recent","name":"VBMP Most Recent Imagery","type":"tms","template":"https://gismaps.vdem.virginia.gov/arcgis/rest/services/VBMP_Imagery/MostRecentImagery_WGS/MapServer/WMTS/tile/1.0.0/VBMP_Imagery_MostRecentImagery_WGS/default/default028mm/{zoom}/{y}/{x}.jpg","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[2,20],"polygon":[[[-83.64598,36.60004],[-83.62287,36.59806],[-83.4718,36.59727],[-83.32572,36.59782],[-83.27634,36.5982],[-83.26111,36.59388],[-81.93398,36.59513],[-80.69252,36.56232],[-80.29495,36.54385],[-80.02853,36.54247],[-79.51115,36.54054],[-78.90999,36.54219],[-77.83264,36.54412],[-75.86606,36.55088],[-75.88289,37.09842],[-75.23171,38.0272],[-75.27077,38.02511],[-75.62439,37.99427],[-75.62654,37.98879],[-75.6325,37.98698],[-75.63422,37.98365],[-75.62892,37.97553],[-75.64042,37.9778],[-75.64842,37.96545],[-75.80257,37.91224],[-75.95226,37.90628],[-75.94299,37.94636],[-75.99398,37.95367],[-76.05157,37.95367],[-76.25336,37.92253],[-76.62689,38.1648],[-76.90704,38.22524],[-77.03562,38.41056],[-77.20301,38.34172],[-77.28333,38.3675],[-77.30101,38.4509],[-77.24298,38.59299],[-77.1278,38.63068],[-77.11853,38.68337],[-77.03819,38.71351],[-77.02909,38.86177],[-77.04437,38.87901],[-77.06836,38.90155],[-77.09209,38.90606],[-77.09954,38.91117],[-77.14325,38.96421],[-77.15827,38.96795],[-77.20453,38.97102],[-77.21715,38.97349],[-77.24882,38.99491],[-77.24247,39.02799],[-77.34118,39.06545],[-77.41344,39.06758],[-77.45533,39.07851],[-77.48125,39.10862],[-77.51713,39.12247],[-77.52125,39.15336],[-77.51352,39.17292],[-77.47713,39.18756],[-77.4737,39.19461],[-77.47044,39.20871],[-77.46048,39.2163],[-77.45447,39.22481],[-77.4646,39.23651],[-77.48743,39.25033],[-77.54133,39.26987],[-77.56086,39.28761],[-77.56004,39.30169],[-77.56451,39.30661],[-77.57206,39.30787],[-77.59133,39.30296],[-77.61322,39.30485],[-77.64424,39.31112],[-77.66278,39.31723],[-77.6742,39.3262],[-77.69471,39.32168],[-77.7099,39.32321],[-77.73265,39.32092],[-77.82749,39.13219],[-78.34728,39.46655],[-78.36737,39.35952],[-78.34814,39.34359],[-78.41972,39.25791],[-78.43895,39.19874],[-78.43998,39.15855],[-78.57233,39.03239],[-78.58109,39.00718],[-78.73867,38.95273],[-78.86965,38.76345],[-78.99719,38.8504],[-79.13727,38.68551],[-79.29537,38.42818],[-79.45312,38.45466],[-79.50703,38.53581],[-79.64913,38.59164],[-79.71954,38.50519],[-79.70856,38.44068],[-79.94476,38.16911],[-80.00519,38.0243],[-80.22401,37.82916],[-80.30628,37.64971],[-80.25371,37.6227],[-80.33881,37.5803],[-80.33714,37.49788],[-80.45666,37.44079],[-80.47348,37.44066],[-80.51215,37.49476],[-80.69664,37.4093],[-80.80015,37.40712],[-80.79981,37.4213],[-80.81749,37.42069],[-80.81792,37.43445],[-80.88684,37.43304],[-80.88324,37.33686],[-81.02692,37.28935],[-81.26038,37.25219],[-81.37024,37.34396],[-81.47736,37.26312],[-81.55426,37.22595],[-81.71906,37.20189],[-81.98273,37.42689],[-81.96899,37.55329],[-82.40845,37.26531],[-82.74078,37.13186],[-82.73529,37.05299],[-82.86869,36.97682],[-82.88876,36.88621],[-83.02643,36.85765],[-83.07587,36.85765],[-83.17887,36.74495],[-83.36457,36.69531],[-83.53077,36.66594],[-83.6239,36.63097],[-83.67462,36.60318],[-83.6754,36.60081],[-83.64598,36.60004]]],"terms_url":"https://vgin.maps.arcgis.com/home/item.html?id=36386a7e7dae4032a33cb0b83a1711f1","terms_text":"Virginia Geographic Information Network, Commonwealth of Virginia","description":"The most recently available VBMP orthoimagery for the Commonwealth of Virginia. Most areas were collected at a 1-ft ground sample distance (GSD), with some urban areas upgraded to 6-inch and 3-inch GSD"},{"id":"VCGI_LiDAR_DEM_Hillshade","name":"VCGI LiDAR - DEM Hillshade","type":"tms","template":"https://maps.vcgi.vermont.gov/arcgis/rest/services/EGC_services/IMG_VCGI_LIDARHILLSHD_WM_CACHE_v1/ImageServer/WMTS/tile/1.0.0/EGC_services_IMG_VCGI_LIDARHILLSHD_WM_CACHE_v1/default/default028mm/{zoom}/{y}/{x}","category":"elevation","endDate":"2017-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-73.35654,45.02957],[-73.34404,44.95095],[-73.37494,44.86414],[-73.35503,44.79889],[-73.37734,44.63226],[-73.28911,44.47201],[-73.314,44.25331],[-73.37065,44.20177],[-73.43725,44.0433],[-73.40944,44.02578],[-73.4067,43.92751],[-73.38756,43.89097],[-73.37468,43.84728],[-73.39528,43.82351],[-73.35786,43.77742],[-73.36661,43.75175],[-73.37065,43.72403],[-73.38996,43.70902],[-73.41631,43.65111],[-73.42884,43.63545],[-73.41734,43.62179],[-73.42129,43.60364],[-73.43112,43.5881],[-73.39665,43.56733],[-73.37202,43.6252],[-73.30344,43.62806],[-73.291,43.59917],[-73.29688,43.58735],[-73.26769,43.57225],[-73.26005,43.56671],[-73.24868,43.5539],[-73.24564,43.53962],[-73.24872,43.46177],[-73.27871,42.83375],[-73.28695,42.8204],[-73.28355,42.8141],[-73.29102,42.80203],[-73.27629,42.74632],[-72.45849,42.72696],[-72.44502,42.76467],[-72.45723,42.76467],[-72.45724,42.78809],[-72.48902,42.78808],[-72.48902,42.7971],[-72.50612,42.7971],[-72.5061,42.93212],[-72.45711,42.93208],[-72.45709,42.96812],[-72.40806,42.96811],[-72.40763,43.25613],[-72.35836,43.25606],[-72.35514,43.5747],[-72.3106,43.57467],[-72.30811,43.58005],[-72.30796,43.62326],[-72.28813,43.62322],[-72.28803,43.65201],[-72.25828,43.65199],[-72.258,43.72037],[-72.22076,43.7203],[-72.22075,43.72388],[-72.20835,43.72383],[-72.20829,43.73647],[-72.19836,43.73643],[-72.19827,43.75263],[-72.17592,43.75258],[-72.17588,43.75977],[-72.1585,43.75971],[-72.15841,43.77508],[-72.1758,43.77506],[-72.17566,43.80118],[-72.15329,43.80111],[-72.15296,43.86767],[-72.10812,43.86756],[-72.10771,43.93057],[-72.08529,43.9305],[-72.0813,43.93947],[-72.05783,43.93938],[-72.05716,44.0276],[-72.03971,44.02752],[-72.03956,44.04728],[-72.00711,44.04718],[-72.00689,44.10993],[-72.00531,44.26317],[-72.00501,44.29919],[-71.95486,44.29894],[-71.95471,44.31874],[-71.83435,44.3181],[-71.83418,44.3343],[-71.78903,44.33403],[-71.78862,44.37002],[-71.7033,44.36946],[-71.70291,44.39825],[-71.6753,44.39808],[-71.6752,44.40526],[-71.6526,44.4051],[-71.65224,44.4303],[-71.62964,44.43012],[-71.62948,44.44092],[-71.60184,44.44072],[-71.60151,44.4623],[-71.58392,44.46216],[-71.58369,44.47656],[-71.55102,44.4763],[-71.54994,44.54288],[-71.53727,44.54818],[-71.49952,44.54784],[-71.49766,44.65583],[-71.53549,44.65615],[-71.5352,44.67235],[-71.54782,44.67246],[-71.54692,44.72824],[-71.59739,44.72863],[-71.59701,44.75385],[-71.57933,44.75371],[-71.57916,44.7645],[-71.54632,44.76423],[-71.54543,44.81822],[-71.53248,44.83611],[-71.49454,44.83578],[-71.48643,44.86629],[-71.48443,44.97967],[-71.4413,44.97926],[-71.43791,45.02784],[-72.06845,45.03196],[-72.39879,45.03277],[-72.9142,45.03205],[-73.35654,45.02957]]],"terms_url":"https://vcgi.vermont.gov/data-and-programs/lidar-program","terms_text":"Vermont Center for Geographic Information","description":"Vermont statewide hillshade composite of the bare earth derived from the digital elevation model. Sun angle orientation is 315° with 45° azimuth","icon":"https://vcgi.vermont.gov/sites/vcgiupdate/files/images/medium_header_logo2_1200x514_web.jpg"},{"id":"VCGI_LiDAR_DSM_Hillshade","name":"VCGI LiDAR - DSM Hillshade","type":"wms","template":"https://maps.vcgi.vermont.gov/arcgis/rest/services/EGC_services/IMG_VCGI_LIDARDSMHILLSHD_SP_CACHE_v1/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"elevation","projection":"EPSG:4326","endDate":"2017-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-73.35654,45.02957],[-73.34404,44.95095],[-73.37494,44.86414],[-73.35503,44.79889],[-73.37734,44.63226],[-73.28911,44.47201],[-73.314,44.25331],[-73.37065,44.20177],[-73.43725,44.0433],[-73.40944,44.02578],[-73.4067,43.92751],[-73.38756,43.89097],[-73.37468,43.84728],[-73.39528,43.82351],[-73.35786,43.77742],[-73.36661,43.75175],[-73.37065,43.72403],[-73.38996,43.70902],[-73.41631,43.65111],[-73.42884,43.63545],[-73.41734,43.62179],[-73.42129,43.60364],[-73.43112,43.5881],[-73.39665,43.56733],[-73.37202,43.6252],[-73.30344,43.62806],[-73.291,43.59917],[-73.29688,43.58735],[-73.26769,43.57225],[-73.26005,43.56671],[-73.24868,43.5539],[-73.24564,43.53962],[-73.24872,43.46177],[-73.27871,42.83375],[-73.28695,42.8204],[-73.28355,42.8141],[-73.29102,42.80203],[-73.27629,42.74632],[-72.45849,42.72696],[-72.44502,42.76467],[-72.45723,42.76467],[-72.45724,42.78809],[-72.48902,42.78808],[-72.48902,42.7971],[-72.50612,42.7971],[-72.5061,42.93212],[-72.45711,42.93208],[-72.45709,42.96812],[-72.40806,42.96811],[-72.40763,43.25613],[-72.35836,43.25606],[-72.35514,43.5747],[-72.3106,43.57467],[-72.30811,43.58005],[-72.30796,43.62326],[-72.28813,43.62322],[-72.28803,43.65201],[-72.25828,43.65199],[-72.258,43.72037],[-72.22076,43.7203],[-72.22075,43.72388],[-72.20835,43.72383],[-72.20829,43.73647],[-72.19836,43.73643],[-72.19827,43.75263],[-72.17592,43.75258],[-72.17588,43.75977],[-72.1585,43.75971],[-72.15841,43.77508],[-72.1758,43.77506],[-72.17566,43.80118],[-72.15329,43.80111],[-72.15296,43.86767],[-72.10812,43.86756],[-72.10771,43.93057],[-72.08529,43.9305],[-72.0813,43.93947],[-72.05783,43.93938],[-72.05716,44.0276],[-72.03971,44.02752],[-72.03956,44.04728],[-72.00711,44.04718],[-72.00689,44.10993],[-72.00531,44.26317],[-72.00501,44.29919],[-71.95486,44.29894],[-71.95471,44.31874],[-71.83435,44.3181],[-71.83418,44.3343],[-71.78903,44.33403],[-71.78862,44.37002],[-71.7033,44.36946],[-71.70291,44.39825],[-71.6753,44.39808],[-71.6752,44.40526],[-71.6526,44.4051],[-71.65224,44.4303],[-71.62964,44.43012],[-71.62948,44.44092],[-71.60184,44.44072],[-71.60151,44.4623],[-71.58392,44.46216],[-71.58369,44.47656],[-71.55102,44.4763],[-71.54994,44.54288],[-71.53727,44.54818],[-71.49952,44.54784],[-71.49766,44.65583],[-71.53549,44.65615],[-71.5352,44.67235],[-71.54782,44.67246],[-71.54692,44.72824],[-71.59739,44.72863],[-71.59701,44.75385],[-71.57933,44.75371],[-71.57916,44.7645],[-71.54632,44.76423],[-71.54543,44.81822],[-71.53248,44.83611],[-71.49454,44.83578],[-71.48643,44.86629],[-71.48443,44.97967],[-71.4413,44.97926],[-71.43791,45.02784],[-72.06845,45.03196],[-72.39879,45.03277],[-72.9142,45.03205],[-73.35654,45.02957]]],"terms_url":"https://vcgi.vermont.gov/data-and-programs/lidar-program","terms_text":"Vermont Center for Geographic Information","description":"Vermont statewide hillshade composite of the earth's surface from the digital surface model. Sun angle is multidirectional","icon":"https://vcgi.vermont.gov/sites/vcgiupdate/files/images/medium_header_logo2_1200x514_web.jpg"},{"id":"Vicmap-address_no","name":"Vicmap Address - Address Point","type":"wms","template":"https://opendata.maps.vic.gov.au/geoserver/wms?service=wms&version=1.3.0&request=getmap&format=image%2Fpng&transparent=true&width={width}&height={height}&crs={proj}&bbox={bbox}&layers=open-data-platform:address&styles=open-data-platform:address_no","category":"other","projection":"EPSG:3857","zoomExtent":[0,22],"polygon":[[[140.78982,-33.87149],[140.78982,-39.13383],[150.06682,-39.13383],[150.06682,-37.40998],[148.4833,-36.73765],[148.4833,-35.65299],[144.69016,-35.65299],[142.59568,-33.87149],[140.78982,-33.87149]]],"terms_url":"https://discover.data.vic.gov.au/dataset/vicmap-address-address-point","terms_text":"The State of Victoria Department of Energy, Environment and Climate Action 2023","icon":"https://discover.data.vic.gov.au/favicon.ico","overlay":true},{"id":"Vicmap-el_contour","name":"Vicmap Elevation - Contour Line","type":"wms","template":"https://opendata.maps.vic.gov.au/geoserver/wms?service=wms&version=1.3.0&request=getmap&format=image%2Fpng&transparent=true&width={width}&height={height}&crs={proj}&bbox={bbox}&layers=open-data-platform:el_contour&styles=open-data-platform:el_contour","category":"other","projection":"EPSG:3857","zoomExtent":[15,22],"polygon":[[[140.78982,-33.87149],[140.78982,-39.13383],[150.06682,-39.13383],[150.06682,-37.40998],[148.4833,-36.73765],[148.4833,-35.65299],[144.69016,-35.65299],[142.59568,-33.87149],[140.78982,-33.87149]]],"terms_url":"https://discover.data.vic.gov.au/dataset/vicmap-elevation-contour-line-10-and-20-metres","terms_text":"The State of Victoria Department of Energy, Environment and Climate Action 2023","icon":"https://discover.data.vic.gov.au/favicon.ico","overlay":true},{"id":"Vicmap-hy_watercourse","name":"Vicmap Hydro - Watercourse Line","type":"wms","template":"https://opendata.maps.vic.gov.au/geoserver/wms?service=wms&version=1.3.0&request=getmap&format=image%2Fpng&transparent=true&width={width}&height={height}&crs={proj}&bbox={bbox}&layers=open-data-platform:hy_watercourse&styles=line","category":"other","projection":"EPSG:3857","zoomExtent":[0,22],"polygon":[[[140.78982,-33.87149],[140.78982,-39.13383],[150.06682,-39.13383],[150.06682,-37.40998],[148.4833,-36.73765],[148.4833,-35.65299],[144.69016,-35.65299],[142.59568,-33.87149],[140.78982,-33.87149]]],"terms_url":"https://discover.data.vic.gov.au/dataset/vicmap-hydro-watercourse-line","terms_text":"The State of Victoria Department of Energy, Environment and Climate Action 2023","icon":"https://discover.data.vic.gov.au/favicon.ico","overlay":true},{"id":"Vicmap-property_view","name":"Vicmap Property - Property Polygon","type":"wms","template":"https://opendata.maps.vic.gov.au/geoserver/wms?service=wms&version=1.3.0&request=getmap&format=image%2Fpng&transparent=true&width={width}&height={height}&crs={proj}&bbox={bbox}&layers=open-data-platform:property_view&styles=open-data-platform:property_view_1","category":"other","projection":"EPSG:3857","zoomExtent":[0,22],"polygon":[[[140.78982,-33.87149],[140.78982,-39.13383],[150.06682,-39.13383],[150.06682,-37.40998],[148.4833,-36.73765],[148.4833,-35.65299],[144.69016,-35.65299],[142.59568,-33.87149],[140.78982,-33.87149]]],"terms_url":"https://discover.data.vic.gov.au/dataset/vicmap-property-property-polygon","terms_text":"The State of Victoria Department of Energy, Environment and Climate Action 2023","icon":"https://discover.data.vic.gov.au/favicon.ico","overlay":true},{"id":"Vicmap-tr_road","name":"Vicmap Transport - Road Line","type":"wms","template":"https://opendata.maps.vic.gov.au/geoserver/wms?service=wms&version=1.3.0&request=getmap&format=image%2Fpng&transparent=true&width={width}&height={height}&crs={proj}&bbox={bbox}&layers=open-data-platform:tr_road&styles=open-data-platform:tr_road_topo_labels","category":"other","projection":"EPSG:3857","zoomExtent":[0,22],"polygon":[[[140.78982,-33.87149],[140.78982,-39.13383],[150.06682,-39.13383],[150.06682,-37.40998],[148.4833,-36.73765],[148.4833,-35.65299],[144.69016,-35.65299],[142.59568,-33.87149],[140.78982,-33.87149]]],"terms_url":"https://discover.data.vic.gov.au/dataset/vicmap-transport-road-line","terms_text":"The State of Victoria Department of Energy, Environment and Climate Action 2023","icon":"https://discover.data.vic.gov.au/favicon.ico","overlay":true},{"id":"wien.gv.at-labels","name":"Vienna: Beschriftungen (annotations)","type":"tms","template":"https://maps.wien.gv.at/wmts/beschriftung/normal/google3857/{zoom}/{y}/{x}.png","category":"map","zoomExtent":[12,19],"polygon":[[[16.54475,48.17286],[16.53631,48.17755],[16.54184,48.18206],[16.53627,48.20044],[16.55274,48.239],[16.53941,48.24284],[16.54697,48.263],[16.53263,48.2621],[16.51285,48.26784],[16.5067,48.2736],[16.51491,48.28554],[16.49645,48.29249],[16.48132,48.29351],[16.4835,48.27971],[16.48123,48.27343],[16.47547,48.27501],[16.44041,48.29192],[16.43803,48.31628],[16.41682,48.32253],[16.40287,48.31676],[16.39412,48.31926],[16.39518,48.32257],[16.38043,48.31507],[16.38536,48.30146],[16.37982,48.30201],[16.37557,48.29592],[16.37787,48.28832],[16.36714,48.28685],[16.3706,48.2817],[16.35351,48.28369],[16.34813,48.29048],[16.32741,48.27721],[16.28901,48.27051],[16.28617,48.2667],[16.29412,48.26395],[16.28556,48.25832],[16.26406,48.25492],[16.27043,48.25193],[16.25662,48.23988],[16.24154,48.23832],[16.24105,48.24837],[16.20677,48.26483],[16.19251,48.23671],[16.19911,48.22858],[16.18517,48.2232],[16.19778,48.22288],[16.1976,48.21479],[16.20962,48.20963],[16.20194,48.20479],[16.20739,48.20235],[16.19981,48.18616],[16.18183,48.17112],[16.19619,48.16396],[16.19798,48.15454],[16.22321,48.15318],[16.20986,48.14762],[16.22081,48.13555],[16.23843,48.13716],[16.23861,48.13205],[16.2181,48.12807],[16.2189,48.12377],[16.23607,48.13001],[16.2711,48.13385],[16.29806,48.12896],[16.31181,48.11945],[16.3246,48.13779],[16.40511,48.12198],[16.4083,48.11791],[16.42291,48.12306],[16.43701,48.11994],[16.43313,48.13788],[16.45536,48.13951],[16.4777,48.15744],[16.51377,48.15893],[16.54301,48.14333],[16.57603,48.13522],[16.57306,48.16319],[16.56161,48.16037],[16.55567,48.16446],[16.55629,48.16171],[16.54665,48.17162],[16.54978,48.17675],[16.54103,48.17657],[16.54475,48.17286]]],"terms_url":"https://data.wien.gv.at","terms_text":"Stadt Wien","icon":"https://www.wien.gv.at/layout-a/logo/wappen-klein.gif","overlay":true},{"id":"wien.gv.at-gp","name":"Vienna: Mehrzweckkarte (general purpose)","type":"tms","template":"https://maps.wien.gv.at/wmts/fmzk/pastell/google3857/{zoom}/{y}/{x}.jpeg","category":"map","zoomExtent":[10,19],"polygon":[[[16.54475,48.17286],[16.53631,48.17755],[16.54184,48.18206],[16.53627,48.20044],[16.55274,48.239],[16.53941,48.24284],[16.54697,48.263],[16.53263,48.2621],[16.51285,48.26784],[16.5067,48.2736],[16.51491,48.28554],[16.49645,48.29249],[16.48132,48.29351],[16.4835,48.27971],[16.48123,48.27343],[16.47547,48.27501],[16.44041,48.29192],[16.43803,48.31628],[16.41682,48.32253],[16.40287,48.31676],[16.39412,48.31926],[16.39518,48.32257],[16.38043,48.31507],[16.38536,48.30146],[16.37982,48.30201],[16.37557,48.29592],[16.37787,48.28832],[16.36714,48.28685],[16.3706,48.2817],[16.35351,48.28369],[16.34813,48.29048],[16.32741,48.27721],[16.28901,48.27051],[16.28617,48.2667],[16.29412,48.26395],[16.28556,48.25832],[16.26406,48.25492],[16.27043,48.25193],[16.25662,48.23988],[16.24154,48.23832],[16.24105,48.24837],[16.20677,48.26483],[16.19251,48.23671],[16.19911,48.22858],[16.18517,48.2232],[16.19778,48.22288],[16.1976,48.21479],[16.20962,48.20963],[16.20194,48.20479],[16.20739,48.20235],[16.19981,48.18616],[16.18183,48.17112],[16.19619,48.16396],[16.19798,48.15454],[16.22321,48.15318],[16.20986,48.14762],[16.22081,48.13555],[16.23843,48.13716],[16.23861,48.13205],[16.2181,48.12807],[16.2189,48.12377],[16.23607,48.13001],[16.2711,48.13385],[16.29806,48.12896],[16.31181,48.11945],[16.3246,48.13779],[16.40511,48.12198],[16.4083,48.11791],[16.42291,48.12306],[16.43701,48.11994],[16.43313,48.13788],[16.45536,48.13951],[16.4777,48.15744],[16.51377,48.15893],[16.54301,48.14333],[16.57603,48.13522],[16.57306,48.16319],[16.56161,48.16037],[16.55567,48.16446],[16.55629,48.16171],[16.54665,48.17162],[16.54978,48.17675],[16.54103,48.17657],[16.54475,48.17286]]],"terms_url":"https://data.wien.gv.at","terms_text":"Stadt Wien","icon":"https://www.wien.gv.at/layout-a/logo/wappen-klein.gif"},{"id":"wien.gv.at-aerial_image","name":"Vienna: Orthofoto (aerial image)","type":"tms","template":"https://maps.wien.gv.at/wmts/lb/farbe/google3857/{zoom}/{y}/{x}.jpeg","category":"photo","zoomExtent":[10,21],"polygon":[[[16.14995,48.10832],[16.18104,48.10831],[16.18104,48.10756],[16.46644,48.10744],[16.46644,48.10819],[16.61749,48.10813],[16.61873,48.33296],[16.14989,48.33315],[16.14995,48.10832]]],"terms_url":"https://data.wien.gv.at","terms_text":"Stadt Wien","icon":"https://www.wien.gv.at/layout-a/logo/wappen-klein.gif"},{"id":"VT_Best_CLR","name":"VIP Orthoimagery - Best of Color","type":"tms","template":"https://maps.vcgi.vermont.gov/arcgis/rest/services/EGC_services/IMG_VCGI_CLR_WM_CACHE/ImageServer/WMTS/tile/1.0.0/EGC_services_IMG_VCGI_CLR_WM_CACHE/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-72.39879,45.03277],[-72.9142,45.03205],[-73.35654,45.02957],[-73.34404,44.95095],[-73.37494,44.86414],[-73.35503,44.79889],[-73.37734,44.63226],[-73.28911,44.47201],[-73.314,44.25331],[-73.37065,44.20177],[-73.43725,44.0433],[-73.40944,44.02578],[-73.4067,43.92751],[-73.38756,43.89097],[-73.37468,43.84728],[-73.39528,43.82351],[-73.35786,43.77742],[-73.36661,43.75175],[-73.37065,43.72403],[-73.38996,43.70902],[-73.41631,43.65111],[-73.42884,43.63545],[-73.41734,43.62179],[-73.42129,43.60364],[-73.43112,43.5881],[-73.39665,43.56733],[-73.37202,43.6252],[-73.30344,43.62806],[-73.291,43.59917],[-73.29688,43.58735],[-73.26769,43.57225],[-73.26005,43.56671],[-73.24868,43.5539],[-73.24564,43.53962],[-73.24872,43.46177],[-73.27871,42.83375],[-73.28695,42.8204],[-73.28355,42.8141],[-73.29102,42.80203],[-73.27629,42.74632],[-72.45849,42.72696],[-72.44502,42.76467],[-72.45723,42.76467],[-72.45724,42.78809],[-72.48902,42.78808],[-72.48902,42.7971],[-72.50612,42.7971],[-72.5061,42.93212],[-72.45711,42.93208],[-72.45709,42.96812],[-72.40806,42.96811],[-72.40763,43.25613],[-72.35836,43.25606],[-72.35514,43.5747],[-72.3106,43.57467],[-72.30811,43.58005],[-72.30796,43.62326],[-72.28813,43.62322],[-72.28803,43.65201],[-72.25828,43.65199],[-72.258,43.72037],[-72.22076,43.7203],[-72.22075,43.72388],[-72.20835,43.72383],[-72.20829,43.73647],[-72.19836,43.73643],[-72.19827,43.75263],[-72.17592,43.75258],[-72.17588,43.75977],[-72.1585,43.75971],[-72.15841,43.77508],[-72.1758,43.77506],[-72.17566,43.80118],[-72.15329,43.80111],[-72.15296,43.86767],[-72.10812,43.86756],[-72.10771,43.93057],[-72.08529,43.9305],[-72.0813,43.93947],[-72.05783,43.93938],[-72.05716,44.0276],[-72.03971,44.02752],[-72.03956,44.04728],[-72.00711,44.04718],[-72.00689,44.10993],[-72.00531,44.26317],[-72.00501,44.29919],[-71.95486,44.29894],[-71.95471,44.31874],[-71.83435,44.3181],[-71.83418,44.3343],[-71.78903,44.33403],[-71.78862,44.37002],[-71.7033,44.36946],[-71.70291,44.39825],[-71.6753,44.39808],[-71.6752,44.40526],[-71.6526,44.4051],[-71.65224,44.4303],[-71.62964,44.43012],[-71.62948,44.44092],[-71.60184,44.44072],[-71.60151,44.4623],[-71.58392,44.46216],[-71.58369,44.47656],[-71.55102,44.4763],[-71.54994,44.54288],[-71.53727,44.54818],[-71.49952,44.54784],[-71.49766,44.65583],[-71.53549,44.65615],[-71.5352,44.67235],[-71.54782,44.67246],[-71.54692,44.72824],[-71.59739,44.72863],[-71.59701,44.75385],[-71.57933,44.75371],[-71.57916,44.7645],[-71.54632,44.76423],[-71.54543,44.81822],[-71.53248,44.83611],[-71.49454,44.83578],[-71.48643,44.86629],[-71.48443,44.97967],[-71.4413,44.97926],[-71.43791,45.02784],[-72.06845,45.03196],[-72.39879,45.03277]],[[-73.40326,45.15867],[-73.40589,45.06384],[-71.43518,45.06334],[-71.43517,45.16352],[-72.00006,45.15006],[-72.38791,45.1596],[-72.61742,45.15915],[-72.61704,45.16462],[-72.68816,45.16299],[-73.40326,45.15867]]],"terms_url":"https://vcgi.vermont.gov/data-and-programs/imagery-program","terms_text":"Vermont Imagery Program, Vermont Center for Geographic Information","description":"The latest available natural color orthoimagery for the State of Vermont","icon":"https://vcgi.vermont.gov/sites/vcgiupdate/files/images/medium_header_logo2_1200x514_web.jpg"},{"id":"VT_Best_CIR","name":"VIP Orthoimagery - Infrared","type":"tms","template":"https://maps.vcgi.vermont.gov/arcgis/rest/services/EGC_services/IMG_VCGI_CIR_WM_CACHE/ImageServer/WMTS/tile/1.0.0/EGC_services_IMG_VCGI_CIR_WM_CACHE/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-73.35654,45.02957],[-73.34404,44.95095],[-73.37494,44.86414],[-73.35503,44.79889],[-73.37734,44.63226],[-73.28911,44.47201],[-73.314,44.25331],[-73.37065,44.20177],[-73.43725,44.0433],[-73.40944,44.02578],[-73.4067,43.92751],[-73.38756,43.89097],[-73.37468,43.84728],[-73.39528,43.82351],[-73.35786,43.77742],[-73.36661,43.75175],[-73.37065,43.72403],[-73.38996,43.70902],[-73.41631,43.65111],[-73.42884,43.63545],[-73.41734,43.62179],[-73.42129,43.60364],[-73.43112,43.5881],[-73.39665,43.56733],[-73.37202,43.6252],[-73.30344,43.62806],[-73.291,43.59917],[-73.29688,43.58735],[-73.26769,43.57225],[-73.26005,43.56671],[-73.24868,43.5539],[-73.24564,43.53962],[-73.24872,43.46177],[-73.27871,42.83375],[-73.28695,42.8204],[-73.28355,42.8141],[-73.29102,42.80203],[-73.27629,42.74632],[-72.45849,42.72696],[-72.44502,42.76467],[-72.45723,42.76467],[-72.45724,42.78809],[-72.48902,42.78808],[-72.48902,42.7971],[-72.50612,42.7971],[-72.5061,42.93212],[-72.45711,42.93208],[-72.45709,42.96812],[-72.40806,42.96811],[-72.40763,43.25613],[-72.35836,43.25606],[-72.35514,43.5747],[-72.3106,43.57467],[-72.30811,43.58005],[-72.30796,43.62326],[-72.28813,43.62322],[-72.28803,43.65201],[-72.25828,43.65199],[-72.258,43.72037],[-72.22076,43.7203],[-72.22075,43.72388],[-72.20835,43.72383],[-72.20829,43.73647],[-72.19836,43.73643],[-72.19827,43.75263],[-72.17592,43.75258],[-72.17588,43.75977],[-72.1585,43.75971],[-72.15841,43.77508],[-72.1758,43.77506],[-72.17566,43.80118],[-72.15329,43.80111],[-72.15296,43.86767],[-72.10812,43.86756],[-72.10771,43.93057],[-72.08529,43.9305],[-72.0813,43.93947],[-72.05783,43.93938],[-72.05716,44.0276],[-72.03971,44.02752],[-72.03956,44.04728],[-72.00711,44.04718],[-72.00689,44.10993],[-72.00531,44.26317],[-72.00501,44.29919],[-71.95486,44.29894],[-71.95471,44.31874],[-71.83435,44.3181],[-71.83418,44.3343],[-71.78903,44.33403],[-71.78862,44.37002],[-71.7033,44.36946],[-71.70291,44.39825],[-71.6753,44.39808],[-71.6752,44.40526],[-71.6526,44.4051],[-71.65224,44.4303],[-71.62964,44.43012],[-71.62948,44.44092],[-71.60184,44.44072],[-71.60151,44.4623],[-71.58392,44.46216],[-71.58369,44.47656],[-71.55102,44.4763],[-71.54994,44.54288],[-71.53727,44.54818],[-71.49952,44.54784],[-71.49766,44.65583],[-71.53549,44.65615],[-71.5352,44.67235],[-71.54782,44.67246],[-71.54692,44.72824],[-71.59739,44.72863],[-71.59701,44.75385],[-71.57933,44.75371],[-71.57916,44.7645],[-71.54632,44.76423],[-71.54543,44.81822],[-71.53248,44.83611],[-71.49454,44.83578],[-71.48643,44.86629],[-71.48443,44.97967],[-71.4413,44.97926],[-71.43791,45.02784],[-72.06845,45.03196],[-72.39879,45.03277],[-72.9142,45.03205],[-73.35654,45.02957]]],"terms_url":"https://vcgi.vermont.gov/data-and-programs/imagery-program","terms_text":"Vermont Imagery Program, Vermont Center for Geographic Information","description":"The latest available infrared orthoimagery for the State of Vermont","icon":"https://vcgi.vermont.gov/sites/vcgiupdate/files/images/medium_header_logo2_1200x514_web.jpg"},{"id":"VGIN-BuildingFootprints_WM","name":"Virginia Building Footprints","type":"tms","template":"https://ags-proxy.openstreetmap.us/tiles/{zoom}/{x}/{y}?url=https%3A%2F%2Fgismaps.vdem.virginia.gov%2Farcgis%2Frest%2Fservices%2FVA_Base_Layers%2FVA_Building_Footprints%2FMapServer&transparent=true","category":"other","endDate":"2018-06-01T00:00:00.000Z","startDate":"2015-05-01T00:00:00.000Z","zoomExtent":[1,20],"polygon":[[[-83.64853,36.6023],[-79.9118,36.55819],[-75.90179,36.56701],[-75.8606,36.985],[-75.19867,38.0178],[-76.15448,37.99183],[-76.25336,37.92253],[-76.62689,38.1648],[-76.90704,38.22524],[-77.05536,38.42132],[-77.19818,38.37396],[-77.28333,38.3675],[-77.31628,38.45789],[-77.25586,38.58253],[-77.15698,38.61043],[-77.11853,38.68337],[-77.0636,38.69409],[-77.05811,38.82259],[-77.07458,38.88462],[-77.20367,38.99357],[-77.3822,39.07038],[-77.47833,39.09809],[-77.53876,39.16627],[-77.4646,39.23651],[-77.59918,39.30455],[-77.74475,39.33005],[-77.84637,39.14284],[-78.36273,39.45528],[-78.3847,39.36616],[-78.36548,39.32792],[-78.4671,39.19182],[-78.60168,39.03199],[-78.69232,38.94659],[-78.89282,38.76479],[-78.99719,38.8504],[-79.13727,38.68551],[-79.31854,38.42993],[-79.5108,38.46004],[-79.56299,38.54817],[-79.65637,38.58253],[-79.71954,38.50519],[-79.70856,38.44068],[-79.94476,38.16911],[-80.00519,38.0243],[-80.21942,37.83148],[-80.32379,37.67513],[-80.22766,37.62511],[-80.36224,37.56417],[-80.32928,37.52498],[-80.49408,37.42907],[-80.53253,37.48794],[-80.78522,37.37889],[-80.86487,37.43561],[-80.9198,37.39635],[-80.88135,37.36143],[-81.02692,37.28935],[-81.26038,37.25219],[-81.37024,37.34396],[-81.47736,37.26312],[-81.55426,37.22595],[-81.71906,37.20189],[-81.98273,37.42689],[-81.96899,37.55329],[-82.40845,37.26531],[-82.74078,37.13186],[-82.73529,37.05299],[-82.90283,36.985],[-82.87811,36.90818],[-83.02643,36.85765],[-83.07587,36.85765],[-83.16101,36.74989],[-83.44666,36.69265],[-83.61145,36.64418],[-83.63892,36.63592],[-83.69385,36.61222],[-83.70003,36.6023],[-83.64853,36.6023]]],"terms_url":"https://vgin.maps.arcgis.com/home/item.html?id=bcd049dfcdc342a7a08ec81644eeb339","terms_text":"Virginia Geographic Information Network (VGIN)","description":"Virginia Building Footprint Map Service","overlay":true},{"id":"VGIN-PropertyLines_WM","name":"Virginia Property Lines","type":"tms","template":"https://ags-proxy.openstreetmap.us/tiles/{zoom}/{x}/{y}?url=https%3A%2F%2Fgismaps.vdem.virginia.gov%2Farcgis%2Frest%2Fservices%2FVA_Base_Layers%2FVA_Parcels%2FMapServer&transparent=true","category":"other","endDate":"2018-06-01T00:00:00.000Z","startDate":"2015-05-01T00:00:00.000Z","zoomExtent":[1,20],"polygon":[[[-83.64853,36.6023],[-79.9118,36.55819],[-75.90179,36.56701],[-75.8606,36.985],[-75.19867,38.0178],[-76.15448,37.99183],[-76.25336,37.92253],[-76.62689,38.1648],[-76.90704,38.22524],[-77.05536,38.42132],[-77.19818,38.37396],[-77.28333,38.3675],[-77.31628,38.45789],[-77.25586,38.58253],[-77.15698,38.61043],[-77.11853,38.68337],[-77.0636,38.69409],[-77.05811,38.82259],[-77.07458,38.88462],[-77.20367,38.99357],[-77.3822,39.07038],[-77.47833,39.09809],[-77.53876,39.16627],[-77.4646,39.23651],[-77.59918,39.30455],[-77.74475,39.33005],[-77.84637,39.14284],[-78.36273,39.45528],[-78.3847,39.36616],[-78.36548,39.32792],[-78.4671,39.19182],[-78.60168,39.03199],[-78.69232,38.94659],[-78.89282,38.76479],[-78.99719,38.8504],[-79.13727,38.68551],[-79.31854,38.42993],[-79.5108,38.46004],[-79.56299,38.54817],[-79.65637,38.58253],[-79.71954,38.50519],[-79.70856,38.44068],[-79.94476,38.16911],[-80.00519,38.0243],[-80.21942,37.83148],[-80.32379,37.67513],[-80.22766,37.62511],[-80.36224,37.56417],[-80.32928,37.52498],[-80.49408,37.42907],[-80.53253,37.48794],[-80.78522,37.37889],[-80.86487,37.43561],[-80.9198,37.39635],[-80.88135,37.36143],[-81.02692,37.28935],[-81.26038,37.25219],[-81.37024,37.34396],[-81.47736,37.26312],[-81.55426,37.22595],[-81.71906,37.20189],[-81.98273,37.42689],[-81.96899,37.55329],[-82.40845,37.26531],[-82.74078,37.13186],[-82.73529,37.05299],[-82.90283,36.985],[-82.87811,36.90818],[-83.02643,36.85765],[-83.07587,36.85765],[-83.16101,36.74989],[-83.44666,36.69265],[-83.61145,36.64418],[-83.63892,36.63592],[-83.69385,36.61222],[-83.70003,36.6023],[-83.64853,36.6023]]],"terms_url":"https://vgin.maps.arcgis.com/home/item.html?id=f1dccaf1f42e40cbba791feae2e23690","terms_text":"Virginia Geographic Information Network (VGIN)","description":"A statewide Parcel service showing property ownership outlines where available","overlay":true},{"id":"vogis.cnv.at-DGM","name":"VoGIS: DGM (Terrain model)","type":"wms","template":"https://vogis.cnv.at/mapserver/mapserv?MAP=i_hoehen_und_gelaende_r_wms.map&LAYERS=schummerung_50cm_terrain&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","polygon":[[[9.96805,47.54631],[9.96318,47.54229],[9.95883,47.54313],[9.9637,47.53472],[9.94108,47.53822],[9.93352,47.53265],[9.92189,47.52964],[9.91358,47.53255],[9.90666,47.54217],[9.89935,47.54475],[9.8891,47.54399],[9.88125,47.54814],[9.87515,47.54343],[9.87804,47.53876],[9.87451,47.52854],[9.85839,47.53388],[9.85023,47.54164],[9.81579,47.54767],[9.8171,47.55333],[9.82562,47.55922],[9.82079,47.57076],[9.82728,47.57997],[9.82381,47.5871],[9.81414,47.58807],[9.79999,47.59611],[9.79151,47.59352],[9.77697,47.59544],[9.76933,47.58739],[9.76553,47.58912],[9.76197,47.58096],[9.75633,47.57963],[9.75632,47.57262],[9.74806,47.57052],[9.75207,47.56747],[9.74337,47.55867],[9.7471,47.55569],[9.74164,47.55499],[9.73517,47.54661],[9.73478,47.53396],[9.60465,47.52952],[9.5827,47.53592],[9.55057,47.53718],[9.5622,47.49592],[9.58217,47.48276],[9.59514,47.46331],[9.60292,47.46198],[9.60904,47.47054],[9.62234,47.45747],[9.65898,47.4522],[9.65799,47.44779],[9.64512,47.4378],[9.64551,47.4312],[9.65162,47.40463],[9.67311,47.39194],[9.67255,47.38021],[9.65876,47.36946],[9.62446,47.36615],[9.61073,47.35571],[9.59966,47.3455],[9.58805,47.3173],[9.55634,47.29829],[9.54619,47.28005],[9.53073,47.27058],[9.56679,47.24288],[9.55176,47.22377],[9.55851,47.22416],[9.5687,47.21968],[9.58477,47.20532],[9.58032,47.19578],[9.57259,47.19079],[9.57302,47.1756],[9.56456,47.17029],[9.57946,47.17116],[9.59679,47.16294],[9.6089,47.14775],[9.62059,47.15164],[9.62587,47.1459],[9.62258,47.14135],[9.62467,47.13265],[9.63503,47.12813],[9.62083,47.11032],[9.62858,47.10756],[9.63564,47.09553],[9.63346,47.08344],[9.62339,47.08258],[9.61869,47.07817],[9.61153,47.0794],[9.6134,47.0695],[9.60705,47.06077],[9.62633,47.05133],[9.63654,47.0517],[9.64158,47.05598],[9.64506,47.05978],[9.65821,47.05818],[9.67743,47.06141],[9.68184,47.0621],[9.68392,47.05765],[9.69756,47.05239],[9.7076,47.05381],[9.70701,47.04805],[9.71821,47.04337],[9.74185,47.04268],[9.74808,47.03692],[9.78491,47.03849],[9.80756,47.02356],[9.82353,47.01986],[9.83612,47.01253],[9.85273,47.01641],[9.85974,47.02321],[9.87779,47.02055],[9.88035,47.01722],[9.87115,47.01306],[9.8707,47.00965],[9.88878,47.00072],[9.8923,46.99036],[9.88482,46.98546],[9.87073,46.96321],[9.87872,46.95707],[9.87488,46.95039],[9.87657,46.94071],[9.88071,46.94011],[9.87613,46.93463],[9.89449,46.93164],[9.90632,46.9253],[9.91231,46.92606],[9.92153,46.91882],[9.93758,46.91324],[9.94612,46.91235],[9.95907,46.91602],[9.96657,46.91222],[9.97793,46.91603],[9.98243,46.9062],[10.00494,46.89889],[10.01782,46.90161],[10.03221,46.88802],[10.03891,46.88611],[10.05192,46.87405],[10.0509,46.86442],[10.05488,46.8617],[10.08712,46.86128],[10.09265,46.85818],[10.09195,46.85143],[10.10518,46.8409],[10.11912,46.84417],[10.12309,46.84848],[10.13941,46.84738],[10.14506,46.8511],[10.13967,46.86217],[10.14147,46.87468],[10.12497,46.88014],[10.10908,46.89431],[10.10921,46.90834],[10.09954,46.91712],[10.09772,46.92676],[10.12684,46.9435],[10.13501,46.95483],[10.13492,46.96584],[10.14463,46.98301],[10.16001,46.984],[10.15442,46.99299],[10.15961,46.99882],[10.15447,47.00545],[10.13284,47.01204],[10.12326,47.02209],[10.14418,47.03355],[10.15693,47.04883],[10.15085,47.06184],[10.13459,47.06392],[10.13243,47.08122],[10.15442,47.10578],[10.15766,47.11426],[10.16299,47.11361],[10.17288,47.12033],[10.18652,47.11946],[10.18629,47.12886],[10.20887,47.13164],[10.20333,47.14215],[10.21481,47.14352],[10.22166,47.14925],[10.2222,47.15323],[10.21321,47.1577],[10.20851,47.15948],[10.2092,47.16537],[10.21151,47.17124],[10.19951,47.18525],[10.19963,47.19539],[10.21269,47.20432],[10.21428,47.21684],[10.20791,47.2328],[10.19776,47.23666],[10.21087,47.2478],[10.22343,47.24983],[10.21884,47.25533],[10.17449,47.2637],[10.17834,47.27011],[10.17404,47.27025],[10.17208,47.27908],[10.17961,47.29603],[10.18964,47.29394],[10.19913,47.29754],[10.21236,47.31122],[10.21597,47.31106],[10.21113,47.31898],[10.19951,47.32646],[10.20742,47.33232],[10.20424,47.33675],[10.2171,47.34988],[10.21699,47.35436],[10.23716,47.37357],[10.23168,47.37897],[10.23619,47.38192],[10.22705,47.38889],[10.21259,47.38039],[10.19988,47.38334],[10.19508,47.38935],[10.18185,47.39243],[10.1813,47.38725],[10.1694,47.38583],[10.16958,47.3713],[10.16587,47.36887],[10.14169,47.36718],[10.11934,47.37561],[10.09984,47.35476],[10.08284,47.39381],[10.08624,47.39952],[10.06914,47.41018],[10.07418,47.41472],[10.09374,47.41688],[10.10559,47.42872],[10.09385,47.44046],[10.09164,47.45893],[10.08857,47.46029],[10.08057,47.45536],[10.06999,47.45595],[10.06468,47.46364],[10.05347,47.46686],[10.05413,47.47589],[10.04477,47.48762],[10.03743,47.48918],[10.02301,47.48411],[10.00076,47.48211],[9.98736,47.49847],[9.99569,47.50278],[9.96526,47.52089],[9.9684,47.52802],[9.96484,47.53803],[9.97125,47.54425],[9.96809,47.54627],[9.96805,47.54631]]],"terms_url":"https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm","terms_text":"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{"id":"vogis.cnv.at-DOM","name":"VoGIS: DOM (Surface model)","type":"wms","template":"https://vogis.cnv.at/mapserver/mapserv?MAP=i_hoehen_und_gelaende_r_wms.map&LAYERS=schummerung_50cm_surface&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","polygon":[[[9.96805,47.54631],[9.96318,47.54229],[9.95883,47.54313],[9.9637,47.53472],[9.94108,47.53822],[9.93352,47.53265],[9.92189,47.52964],[9.91358,47.53255],[9.90666,47.54217],[9.89935,47.54475],[9.8891,47.54399],[9.88125,47.54814],[9.87515,47.54343],[9.87804,47.53876],[9.87451,47.52854],[9.85839,47.53388],[9.85023,47.54164],[9.81579,47.54767],[9.8171,47.55333],[9.82562,47.55922],[9.82079,47.57076],[9.82728,47.57997],[9.82381,47.5871],[9.81414,47.58807],[9.79999,47.59611],[9.79151,47.59352],[9.77697,47.59544],[9.76933,47.58739],[9.76553,47.58912],[9.76197,47.58096],[9.75633,47.57963],[9.75632,47.57262],[9.74806,47.57052],[9.75207,47.56747],[9.74337,47.55867],[9.7471,47.55569],[9.74164,47.55499],[9.73517,47.54661],[9.73478,47.53396],[9.60465,47.52952],[9.5827,47.53592],[9.55057,47.53718],[9.5622,47.49592],[9.58217,47.48276],[9.59514,47.46331],[9.60292,47.46198],[9.60904,47.47054],[9.62234,47.45747],[9.65898,47.4522],[9.65799,47.44779],[9.64512,47.4378],[9.64551,47.4312],[9.65162,47.40463],[9.67311,47.39194],[9.67255,47.38021],[9.65876,47.36946],[9.62446,47.36615],[9.61073,47.35571],[9.59966,47.3455],[9.58805,47.3173],[9.55634,47.29829],[9.54619,47.28005],[9.53073,47.27058],[9.56679,47.24288],[9.55176,47.22377],[9.55851,47.22416],[9.5687,47.21968],[9.58477,47.20532],[9.58032,47.19578],[9.57259,47.19079],[9.57302,47.1756],[9.56456,47.17029],[9.57946,47.17116],[9.59679,47.16294],[9.6089,47.14775],[9.62059,47.15164],[9.62587,47.1459],[9.62258,47.14135],[9.62467,47.13265],[9.63503,47.12813],[9.62083,47.11032],[9.62858,47.10756],[9.63564,47.09553],[9.63346,47.08344],[9.62339,47.08258],[9.61869,47.07817],[9.61153,47.0794],[9.6134,47.0695],[9.60705,47.06077],[9.62633,47.05133],[9.63654,47.0517],[9.64158,47.05598],[9.64506,47.05978],[9.65821,47.05818],[9.67743,47.06141],[9.68184,47.0621],[9.68392,47.05765],[9.69756,47.05239],[9.7076,47.05381],[9.70701,47.04805],[9.71821,47.04337],[9.74185,47.04268],[9.74808,47.03692],[9.78491,47.03849],[9.80756,47.02356],[9.82353,47.01986],[9.83612,47.01253],[9.85273,47.01641],[9.85974,47.02321],[9.87779,47.02055],[9.88035,47.01722],[9.87115,47.01306],[9.8707,47.00965],[9.88878,47.00072],[9.8923,46.99036],[9.88482,46.98546],[9.87073,46.96321],[9.87872,46.95707],[9.87488,46.95039],[9.87657,46.94071],[9.88071,46.94011],[9.87613,46.93463],[9.89449,46.93164],[9.90632,46.9253],[9.91231,46.92606],[9.92153,46.91882],[9.93758,46.91324],[9.94612,46.91235],[9.95907,46.91602],[9.96657,46.91222],[9.97793,46.91603],[9.98243,46.9062],[10.00494,46.89889],[10.01782,46.90161],[10.03221,46.88802],[10.03891,46.88611],[10.05192,46.87405],[10.0509,46.86442],[10.05488,46.8617],[10.08712,46.86128],[10.09265,46.85818],[10.09195,46.85143],[10.10518,46.8409],[10.11912,46.84417],[10.12309,46.84848],[10.13941,46.84738],[10.14506,46.8511],[10.13967,46.86217],[10.14147,46.87468],[10.12497,46.88014],[10.10908,46.89431],[10.10921,46.90834],[10.09954,46.91712],[10.09772,46.92676],[10.12684,46.9435],[10.13501,46.95483],[10.13492,46.96584],[10.14463,46.98301],[10.16001,46.984],[10.15442,46.99299],[10.15961,46.99882],[10.15447,47.00545],[10.13284,47.01204],[10.12326,47.02209],[10.14418,47.03355],[10.15693,47.04883],[10.15085,47.06184],[10.13459,47.06392],[10.13243,47.08122],[10.15442,47.10578],[10.15766,47.11426],[10.16299,47.11361],[10.17288,47.12033],[10.18652,47.11946],[10.18629,47.12886],[10.20887,47.13164],[10.20333,47.14215],[10.21481,47.14352],[10.22166,47.14925],[10.2222,47.15323],[10.21321,47.1577],[10.20851,47.15948],[10.2092,47.16537],[10.21151,47.17124],[10.19951,47.18525],[10.19963,47.19539],[10.21269,47.20432],[10.21428,47.21684],[10.20791,47.2328],[10.19776,47.23666],[10.21087,47.2478],[10.22343,47.24983],[10.21884,47.25533],[10.17449,47.2637],[10.17834,47.27011],[10.17404,47.27025],[10.17208,47.27908],[10.17961,47.29603],[10.18964,47.29394],[10.19913,47.29754],[10.21236,47.31122],[10.21597,47.31106],[10.21113,47.31898],[10.19951,47.32646],[10.20742,47.33232],[10.20424,47.33675],[10.2171,47.34988],[10.21699,47.35436],[10.23716,47.37357],[10.23168,47.37897],[10.23619,47.38192],[10.22705,47.38889],[10.21259,47.38039],[10.19988,47.38334],[10.19508,47.38935],[10.18185,47.39243],[10.1813,47.38725],[10.1694,47.38583],[10.16958,47.3713],[10.16587,47.36887],[10.14169,47.36718],[10.11934,47.37561],[10.09984,47.35476],[10.08284,47.39381],[10.08624,47.39952],[10.06914,47.41018],[10.07418,47.41472],[10.09374,47.41688],[10.10559,47.42872],[10.09385,47.44046],[10.09164,47.45893],[10.08857,47.46029],[10.08057,47.45536],[10.06999,47.45595],[10.06468,47.46364],[10.05347,47.46686],[10.05413,47.47589],[10.04477,47.48762],[10.03743,47.48918],[10.02301,47.48411],[10.00076,47.48211],[9.98736,47.49847],[9.99569,47.50278],[9.96526,47.52089],[9.9684,47.52802],[9.96484,47.53803],[9.97125,47.54425],[9.96809,47.54627],[9.96805,47.54631]]],"terms_url":"https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm","terms_text":"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{"id":"vogis.cnv.at-ef2012_12cm","name":"VoGIS: Echtfarbenbild 2012 (12cm)","type":"wms","template":"https://vogis.cnv.at/mapserver/mapserv?MAP=i_luftbilder_r_wms.map&LAYERS=ef2012_12cm&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","polygon":[[[9.54367,47.48479],[9.61451,47.45058],[9.61359,47.38272],[9.44246,47.24798],[9.44614,47.096],[9.42866,47.08911],[9.42498,47.01513],[9.85281,47.00196],[9.85741,46.89896],[9.9669,46.88952],[10.04511,46.8499],[10.15828,46.83353],[10.1592,46.89204],[10.14718,46.89248],[10.15115,46.94331],[10.16317,46.94287],[10.1647,46.96238],[10.17852,46.96681],[10.17576,47.10351],[10.22912,47.10226],[10.22084,47.24361],[10.26133,47.41261],[10.12423,47.40576],[10.09387,47.47795],[10.00462,47.50717],[9.98622,47.56121],[9.84361,47.56245],[9.84085,47.60714],[9.53999,47.60652],[9.54367,47.48479]]],"terms_url":"https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm","terms_text":"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{"id":"vogis.cnv.at-ef2015_10cm","name":"VoGIS: Echtfarbenbild 2015 (10cm)","type":"wms","template":"https://vogis.cnv.at/mapserver/mapserv?MAP=i_luftbilder_r_wms.map&LAYERS=ef2015_10cm&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","polygon":[[[9.54367,47.48479],[9.61451,47.45058],[9.61359,47.38272],[9.44246,47.24798],[9.44614,47.096],[9.42866,47.08911],[9.42498,47.01513],[9.85281,47.00196],[9.85741,46.89896],[9.9669,46.88952],[10.04511,46.8499],[10.15828,46.83353],[10.1592,46.89204],[10.14718,46.89248],[10.15115,46.94331],[10.16317,46.94287],[10.1647,46.96238],[10.17852,46.96681],[10.17576,47.10351],[10.22912,47.10226],[10.22084,47.24361],[10.26133,47.41261],[10.12423,47.40576],[10.09387,47.47795],[10.00462,47.50717],[9.98622,47.56121],[9.84361,47.56245],[9.84085,47.60714],[9.53999,47.60652],[9.54367,47.48479]]],"terms_url":"https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm","terms_text":"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{"id":"vogis.cnv.at-ef2018_10cm","name":"VoGIS: Echtfarbenbild 2018 (10cm)","type":"wms","template":"https://vogis.cnv.at/mapserver/mapserv?MAP=i_luftbilder_r_wms.map&LAYERS=ef2018_10cm&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","polygon":[[[9.54367,47.48479],[9.61451,47.45058],[9.61359,47.38272],[9.44246,47.24798],[9.44614,47.096],[9.42866,47.08911],[9.42498,47.01513],[9.85281,47.00196],[9.85741,46.89896],[9.9669,46.88952],[10.04511,46.8499],[10.15828,46.83353],[10.1592,46.89204],[10.14718,46.89248],[10.15115,46.94331],[10.16317,46.94287],[10.1647,46.96238],[10.17852,46.96681],[10.17576,47.10351],[10.22912,47.10226],[10.22084,47.24361],[10.26133,47.41261],[10.12423,47.40576],[10.09387,47.47795],[10.00462,47.50717],[9.98622,47.56121],[9.84361,47.56245],[9.84085,47.60714],[9.53999,47.60652],[9.54367,47.48479]]],"terms_url":"https://vorarlberg.at/-/wms-dienste","terms_text":"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{"id":"vogis.cnv.at-ef2020_10cm","name":"VoGIS: Echtfarbenbild 2020 (10cm)","type":"wms","template":"https://vogis.cnv.at/mapserver/mapserv?MAP=i_luftbilder_r_wms.map&LAYERS=ef2020_10cm&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","polygon":[[[9.54367,47.48479],[9.61451,47.45058],[9.61359,47.38272],[9.44246,47.24798],[9.44614,47.096],[9.42866,47.08911],[9.42498,47.01513],[9.85281,47.00196],[9.85741,46.89896],[9.9669,46.88952],[10.04511,46.8499],[10.15828,46.83353],[10.1592,46.89204],[10.14718,46.89248],[10.15115,46.94331],[10.16317,46.94287],[10.1647,46.96238],[10.17852,46.96681],[10.17576,47.10351],[10.22912,47.10226],[10.22084,47.24361],[10.26133,47.41261],[10.12423,47.40576],[10.09387,47.47795],[10.00462,47.50717],[9.98622,47.56121],[9.84361,47.56245],[9.84085,47.60714],[9.53999,47.60652],[9.54367,47.48479]]],"terms_url":"https://vorarlberg.at/-/wms-dienste","terms_text":"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{"id":"vogis.cnv.at-ef2022_10cm","name":"VoGIS: Echtfarbenbild 2022 (10cm)","type":"wms","template":"https://vogis.cnv.at/mapserver/mapserv?MAP=i_luftbilder_r_wms.map&LAYERS=ef2022_10cm&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","polygon":[[[9.54367,47.48479],[9.61451,47.45058],[9.61359,47.38272],[9.44246,47.24798],[9.44614,47.096],[9.42866,47.08911],[9.42498,47.01513],[9.85281,47.00196],[9.85741,46.89896],[9.9669,46.88952],[10.04511,46.8499],[10.15828,46.83353],[10.1592,46.89204],[10.14718,46.89248],[10.15115,46.94331],[10.16317,46.94287],[10.1647,46.96238],[10.17852,46.96681],[10.17576,47.10351],[10.22912,47.10226],[10.22084,47.24361],[10.26133,47.41261],[10.12423,47.40576],[10.09387,47.47795],[10.00462,47.50717],[9.98622,47.56121],[9.84361,47.56245],[9.84085,47.60714],[9.53999,47.60652],[9.54367,47.48479]]],"terms_url":"https://vorarlberg.at/-/wms-dienste","terms_text":"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{"id":"vogis.cnv.at-wi2015_20cm","name":"VoGIS: Echtfarbenbild Winter 2015 (20cm)","type":"wms","template":"https://vogis.cnv.at/mapserver/mapserv?MAP=i_luftbilder_r_wms.map&LAYERS=wi2015_20cm&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","polygon":[[[10.17039,46.82979],[10.17108,46.93644],[10.18413,46.94113],[10.1855,47.10157],[10.23906,47.10437],[10.24283,47.15611],[10.25691,47.18704],[10.24558,47.27597],[10.25313,47.32347],[10.26893,47.32626],[10.26446,47.41102],[10.13194,47.4087],[10.13434,47.46107],[10.11752,47.46153],[10.11889,47.47337],[10.08731,47.47429],[10.08491,47.50724],[10.06843,47.507],[10.0674,47.5215],[10.02345,47.52428],[10.00079,47.57943],[9.84904,47.57757],[9.85042,47.61462],[9.72751,47.61277],[9.7203,47.59089],[9.70347,47.58915],[9.70313,47.54491],[9.68219,47.54491],[9.68047,47.55348],[9.56391,47.54931],[9.56202,47.53958],[9.55172,47.53958],[9.55172,47.53402],[9.52168,47.53471],[9.52701,47.30497],[9.50503,47.30264],[9.50091,47.23368],[9.52357,47.23228],[9.52426,47.16557],[9.54486,47.16405],[9.54383,47.15448],[9.57232,47.15401],[9.57026,47.12809],[9.59018,47.12867],[9.59189,47.10029],[9.57232,47.10017],[9.57713,47.02861],[9.72407,47.03048],[9.72304,47.01749],[9.77454,47.01562],[9.77626,47.00555],[9.79274,47.00391],[9.7948,46.99127],[9.83874,46.99314],[9.84012,46.90349],[9.89024,46.90725],[9.88543,46.88707],[9.95925,46.89141],[9.962,46.87675],[10.0001,46.87862],[9.99667,46.85715],[10.01864,46.85656],[10.02345,46.83073],[10.17039,46.82979]]],"terms_url":"https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm","terms_text":"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{"id":"osmfr_volta","name":"Volta","type":"tms","template":"https://{switch:a,b,c}.tile.openstreetmap.fr/volta/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[6,20],"polygon":[[[-2.7,43.9],[-1.7835,43.39686],[-1.78509,43.39037],[-1.80099,43.37017],[-1.79156,43.34067],[-1.76297,43.32565],[-1.75606,43.31966],[-1.73359,43.28856],[-1.66953,43.30065],[-1.65,43.29323],[-1.61053,43.24223],[-1.57149,43.2412],[-1.54626,43.2737],[-1.52629,43.28099],[-1.40868,43.25591],[-1.39531,43.24596],[-1.39411,43.22935],[-1.42732,43.1404],[-1.43479,43.13087],[-1.47641,43.10248],[-1.48311,43.08561],[-1.4775,43.06889],[-1.43868,43.03371],[-1.3542,43.0197],[-1.33135,43.0496],[-1.31992,43.05696],[-1.30643,43.05531],[-1.26236,43.03303],[-1.22612,43.03898],[-1.21622,43.0381],[-1.16736,43.02083],[-1.15845,43.01452],[-1.14775,43.00124],[-1.1156,43.00461],[-1.10852,43.00409],[-1.02313,42.98206],[-0.94508,42.94192],[-0.82114,42.93865],[-0.77253,42.95284],[-0.75711,42.95107],[-0.7476,42.93879],[-0.73372,42.88666],[-0.68094,42.86775],[-0.67446,42.86392],[-0.56721,42.76937],[-0.54499,42.76906],[-0.50868,42.79935],[-0.48842,42.80255],[-0.44354,42.78453],[-0.39208,42.78766],[-0.31683,42.82635],[-0.29987,42.82697],[-0.16949,42.77157],[-0.06726,42.6848],[-0.01993,42.67389],[0.17919,42.72075],[0.18967,42.72039],[0.23972,42.70494],[0.24594,42.70175],[0.29571,42.66388],[0.32567,42.67274],[0.34912,42.69817],[0.35954,42.70415],[0.3715,42.70308],[0.43024,42.67863],[0.669,42.67901],[0.69192,42.70684],[0.67474,42.75286],[0.67409,42.76479],[0.69117,42.83186],[0.70017,42.84402],[0.71511,42.8464],[0.84606,42.8157],[0.92265,42.7797],[0.95073,42.78794],[0.95937,42.78852],[1.07564,42.77079],[1.08546,42.76635],[1.16554,42.69928],[1.23221,42.71248],[1.32364,42.7085],[1.33313,42.70563],[1.37335,42.68127],[1.38032,42.67415],[1.41936,42.60643],[1.43792,42.59264],[1.47238,42.59703],[1.4921,42.62502],[1.50444,42.6331],[1.54636,42.64166],[1.56069,42.6392],[1.60283,42.61382],[1.69377,42.60975],[1.71011,42.59992],[1.72479,42.57499],[1.7272,42.56103],[1.71561,42.50125],[1.72567,42.48452],[1.82774,42.47056],[1.88444,42.4477],[1.88459,42.44762],[1.88467,42.44761],[1.92089,42.43302],[1.93076,42.42442],[1.965,42.36473],[2.00861,42.33818],[2.09393,42.35474],[2.14881,42.40545],[2.16028,42.41065],[2.20526,42.41541],[2.20653,42.41526],[2.20694,42.41558],[2.25973,42.42117],[2.26719,42.42055],[2.41222,42.38021],[2.41933,42.37658],[2.47795,42.32986],[2.5338,42.32197],[2.56777,42.34173],[2.58106,42.34418],[2.66719,42.33008],[2.68585,42.34679],[2.68162,42.37263],[2.68378,42.3854],[2.69331,42.39417],[2.72928,42.40998],[2.7413,42.41128],[2.78424,42.40256],[2.87019,42.44653],[2.87822,42.4487],[3.02214,42.45645],[3.03402,42.45331],[3.0944,42.41457],[3.16081,42.42757],[3.17358,42.41768],[5.8,41.64],[8.94186,41.27688],[9.27311,41.29196],[9.36968,41.35052],[9.63227,41.43244],[9.8,43.1],[7.53622,43.79234],[7.51594,43.84915],[7.51649,43.86397],[7.5271,43.87434],[7.56858,43.89159],[7.58419,43.93287],[7.59624,43.94466],[7.66016,43.9672],[7.68077,44.0164],[7.68603,44.02371],[7.72403,44.05704],[7.72786,44.08615],[7.69445,44.12276],[7.68937,44.13869],[7.69422,44.17795],[7.68608,44.1861],[7.63989,44.18928],[7.6162,44.16827],[7.60548,44.1634],[7.56478,44.15817],[7.5642,44.15836],[7.56283,44.15792],[7.37776,44.13416],[7.36278,44.13834],[7.33878,44.1574],[7.27537,44.15947],[7.26053,44.16682],[7.24533,44.18544],[7.1651,44.22112],[7.07312,44.2461],[7.03259,44.2424],[7.01983,44.24558],[7.01181,44.256],[6.99909,44.29414],[6.91637,44.36804],[6.90972,44.38195],[6.90907,44.39477],[6.91223,44.40659],[6.92167,44.41436],[6.95872,44.42908],[6.95894,44.43129],[6.87892,44.50245],[6.87233,44.5195],[6.88235,44.53479],[6.94659,44.57124],[6.97819,44.61784],[6.97056,44.64696],[6.97413,44.66431],[6.99007,44.67203],[7.07671,44.67134],[7.08666,44.68085],[7.08651,44.6968],[7.07224,44.72311],[7.0496,44.73226],[7.03711,44.75009],[7.03453,44.82282],[7.01795,44.84402],[6.93633,44.87461],[6.8798,44.86346],[6.86698,44.86519],[6.7942,44.90161],[6.78375,44.9146],[6.75744,45.01884],[6.69602,45.03395],[6.68237,45.04558],[6.66501,45.08667],[6.6653,45.10289],[6.67751,45.11356],[6.77056,45.14242],[6.78283,45.14228],[6.85843,45.11699],[6.90009,45.12689],[6.98106,45.19368],[6.99279,45.19823],[7.08417,45.20279],[7.14458,45.25048],[7.13649,45.30576],[7.14232,45.32298],[7.17075,45.35069],[7.19515,45.40409],[7.1856,45.41894],[7.13304,45.44001],[7.1228,45.44924],[7.1072,45.47877],[7.02774,45.5102],[7.0158,45.52354],[6.99643,45.59465],[6.9978,45.60877],[7.01151,45.63652],[7.00597,45.64945],[6.97131,45.66528],[6.94247,45.66172],[6.92419,45.66935],[6.90729,45.69124],[6.8414,45.71373],[6.83174,45.72082],[6.82787,45.73217],[6.82614,45.80353],[6.83102,45.81711],[6.84376,45.82387],[6.94097,45.83551],[6.99582,45.85822],[7.04394,45.92036],[7.04497,45.92064],[7.04533,45.92217],[7.05191,45.93066],[7.01556,46.00883],[6.94898,46.0699],[6.92001,46.07721],[6.90932,46.08406],[6.90491,46.09595],[6.90382,46.12971],[6.83427,46.14509],[6.82259,46.15261],[6.81863,46.16592],[6.82075,46.19862],[6.82698,46.21188],[6.86092,46.2439],[6.87504,46.28007],[6.86491,46.30038],[6.81095,46.33359],[6.80189,46.34639],[6.80484,46.36179],[6.81832,46.38181],[6.82244,46.42925],[6.74665,46.45695],[6.63047,46.47435],[6.50498,46.46871],[6.41748,46.42682],[6.41083,46.42495],[6.31648,46.41557],[6.23946,46.36705],[6.21219,46.32485],[6.21148,46.31057],[6.24707,46.24777],[6.24906,46.23299],[6.24026,46.22094],[6.13778,46.15702],[6.12468,46.15415],[6.05564,46.16288],[6.03509,46.15456],[6.01783,46.15564],[6.00787,46.16977],[6.00388,46.19332],[6.00681,46.20752],[6.01857,46.21601],[6.07717,46.23123],[6.08865,46.23081],[6.1103,46.22344],[6.13038,46.23737],[6.13371,46.30227],[6.13748,46.31297],[6.17817,46.36922],[6.16622,46.38839],[6.10829,46.41643],[6.09704,46.43317],[6.09572,46.45418],[6.10174,46.46979],[6.15811,46.52456],[6.16549,46.54399],[6.15152,46.56508],[6.14872,46.58069],[6.15817,46.59343],[6.46098,46.76887],[6.46722,46.79104],[6.45644,46.80534],[6.4535,46.8239],[6.47548,46.88771],[6.46686,46.91997],[6.46892,46.93522],[6.4812,46.9445],[6.62355,46.9811],[6.72561,47.0418],[6.76011,47.09953],[6.76907,47.10751],[6.85545,47.14636],[6.88913,47.18922],[6.89443,47.19393],[6.96134,47.23479],[6.96347,47.26233],[6.97424,47.27856],[7.05958,47.32257],[7.07007,47.35005],[7.05623,47.37035],[7.018,47.38386],[6.97126,47.37218],[6.95769,47.37359],[6.94818,47.38337],[6.94716,47.39698],[6.9551,47.40808],[7.003,47.44095],[7.01205,47.47287],[7.02102,47.48458],[7.03557,47.48695],[7.0801,47.47718],[7.12853,47.48893],[7.14279,47.48707],[7.15212,47.47612],[7.16708,47.4335],[7.24435,47.40939],[7.32653,47.4273],[7.38747,47.42111],[7.51256,47.48439],[7.54511,47.54283],[7.55424,47.55128],[7.58967,47.56755],[7.60016,47.60822],[7.537,47.67302],[7.53136,47.68564],[7.53526,47.6989],[7.55758,47.72899],[7.54418,47.77232],[7.54581,47.78793],[7.57267,47.83631],[7.5728,47.86435],[7.57554,47.87436],[7.63205,47.97081],[7.62437,47.99865],[7.59127,48.03035],[7.58522,48.04694],[7.59165,48.10648],[7.59605,48.11698],[7.67661,48.21555],[7.70241,48.28803],[7.71085,48.29841],[7.75159,48.32322],[7.74357,48.38427],[7.74506,48.39484],[7.78055,48.47652],[7.78547,48.48337],[7.81449,48.50968],[7.81456,48.57704],[7.81842,48.58883],[7.8484,48.62977],[7.85605,48.63606],[7.90422,48.65865],[7.98534,48.7409],[7.99071,48.74478],[8.10087,48.7993],[8.15824,48.89753],[8.20089,48.94339],[8.20888,48.94863],[8.23589,48.95817],[8.23704,48.97683],[8.2225,48.98787],[8.08069,49.00688],[7.93826,49.06832],[7.8673,49.05227],[7.85525,49.05329],[7.80291,49.07489],[7.76073,49.06067],[7.75401,49.05963],[7.6612,49.06119],[7.64722,49.06722],[7.6296,49.08527],[7.5579,49.09626],[7.54379,49.10572],[7.50113,49.17672],[7.45012,49.19517],[7.36095,49.18259],[7.29893,49.13856],[7.28683,49.13488],[7.1535,49.13839],[7.14315,49.14159],[7.10494,49.16634],[7.06908,49.16018],[7.05478,49.16313],[7.0463,49.17503],[7.04055,49.19794],[6.93753,49.23369],[6.89322,49.22389],[6.88453,49.2239],[6.85119,49.23136],[6.82982,49.21802],[6.83093,49.19366],[6.82473,49.17826],[6.80904,49.17284],[6.76026,49.17752],[6.74328,49.19086],[6.72996,49.22917],[6.67013,49.29269],[6.61627,49.31869],[6.60497,49.33739],[6.60639,49.37868],[6.5451,49.44384],[6.43515,49.487],[6.34423,49.48037],[6.334,49.48235],[6.24643,49.52511],[6.17397,49.52187],[6.09319,49.47787],[6.08635,49.47562],[6.01627,49.46597],[5.99801,49.47317],[5.97516,49.50129],[5.876,49.5114],[5.86126,49.52038],[5.8399,49.55321],[5.77526,49.57414],[5.71578,49.55361],[5.70676,49.55267],[5.641,49.56095],[5.6076,49.53761],[5.59311,49.53424],[5.55401,49.54025],[5.50666,49.52042],[5.49294,49.51979],[5.48205,49.52815],[5.43141,49.60791],[5.3544,49.64041],[5.344,49.65049],[5.33363,49.67308],[5.28157,49.70836],[5.19602,49.70732],[5.18761,49.70906],[5.1412,49.72984],[5.13458,49.73462],[5.09944,49.77323],[5.02686,49.78886],[5.01867,49.79272],[4.99534,49.81116],[4.91098,49.79926],[4.89769,49.80204],[4.88924,49.81266],[4.87625,49.85111],[4.87913,49.86942],[4.89755,49.89424],[4.89654,49.91753],[4.83343,49.96696],[4.82662,49.97692],[4.82678,49.989],[4.8433,50.03881],[4.84331,50.03883],[4.84331,50.03884],[4.85104,50.06216],[4.86277,50.0745],[4.88076,50.0815],[4.90426,50.12639],[4.90479,50.14451],[4.8815,50.16436],[4.83123,50.17941],[4.69517,50.10472],[4.66924,50.06972],[4.67293,50.02716],[4.66936,50.01392],[4.6581,50.00609],[4.45469,49.95251],[4.44542,49.9523],[4.30877,49.98145],[4.22164,49.97089],[4.20633,49.97546],[4.1765,50.00065],[4.16976,50.01217],[4.17177,50.02537],[4.18164,50.03436],[4.23193,50.05551],[4.24074,50.07102],[4.21195,50.13602],[4.1764,50.1547],[4.16601,50.16888],[4.17084,50.18579],[4.23078,50.25233],[4.22904,50.26664],[4.21444,50.28167],[4.14388,50.29727],[4.13761,50.29984],[4.02672,50.36904],[3.91317,50.34291],[3.90189,50.3436],[3.84109,50.36558],[3.74935,50.36279],[3.71576,50.33854],[3.70258,50.33482],[3.6901,50.34044],[3.68415,50.35277],[3.67378,50.45642],[3.61523,50.50558],[3.54779,50.51012],[3.53266,50.51873],[3.52173,50.53459],[3.4748,50.54445],[3.3898,50.50884],[3.37551,50.50839],[3.3056,50.53267],[3.29219,50.55037],[3.28922,50.60028],[3.26588,50.64054],[3.26576,50.6604],[3.27545,50.67757],[3.27051,50.70375],[3.22149,50.7267],[3.2154,50.73111],[3.14877,50.80195],[3.11412,50.80566],[3.09244,50.79092],[3.08218,50.78749],[3.00718,50.78377],[2.93508,50.75592],[2.9161,50.72418],[2.90492,50.71536],[2.89072,50.7162],[2.85265,50.73335],[2.81655,50.73092],[2.79995,50.73795],[2.73267,50.81738],[2.6511,50.82906],[2.63786,50.83696],[2.62781,50.85054],[2.62396,50.86071],[2.61962,50.91067],[2.62452,50.9256],[2.64225,50.94578],[2.63986,50.95766],[2.61558,50.99749],[2.59845,51.0051],[2.58741,51.01763],[2.57048,51.07409],[2.5488,51.09759],[2.35816,51.32937],[1.31,50.88],[-2.25,50.09],[-6.3,48.98],[-2.7,43.9]]],"terms_url":"https://www.agenceore.fr/opendata/recherche","terms_text":"Tiles © cquest@Openstreetmap France, data © Agence ORE - RTE France, LO/OL","overlay":true},{"id":"Volusia_Ortho_2021","name":"Volusia County Orthoimagery (2021)","type":"wms","template":"https://maps5.vcgov.org/arcgis/services/Aerials/2021_Aerial/ImageServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=0&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[12,22],"polygon":[[[-80.72269,28.78991],[-81.0979,29.43646],[-81.12929,29.43639],[-81.1293,29.42265],[-81.16071,29.42261],[-81.16048,29.27136],[-81.4114,29.27083],[-81.41196,29.40834],[-81.44324,29.40824],[-81.4432,29.39444],[-81.45899,29.39448],[-81.45899,29.3806],[-81.50601,29.38052],[-81.50598,29.36677],[-81.5687,29.36652],[-81.56868,29.3527],[-81.59975,29.35278],[-81.58344,29.18769],[-81.56774,29.18774],[-81.56761,29.17405],[-81.53628,29.17408],[-81.53615,29.14665],[-81.52053,29.14669],[-81.52023,29.10556],[-81.50456,29.10553],[-81.50456,29.09158],[-81.47306,29.09173],[-81.47315,29.06435],[-81.45736,29.0645],[-81.45736,29.05077],[-81.44174,29.05077],[-81.44165,29.03711],[-81.42612,29.03704],[-81.42594,29.02338],[-81.41032,29.02338],[-81.41024,29.00957],[-81.3947,29.00964],[-81.39462,28.9959],[-81.37882,28.99605],[-81.37882,28.95483],[-81.3632,28.95483],[-81.36303,28.89977],[-81.37874,28.89954],[-81.37839,28.85851],[-81.36312,28.85858],[-81.36286,28.84452],[-81.34724,28.84475],[-81.34707,28.83106],[-81.23789,28.83122],[-81.23776,28.8176],[-81.22222,28.81753],[-81.22201,28.79],[-81.19085,28.79008],[-81.19094,28.77631],[-81.15944,28.77631],[-81.15961,28.79],[-81.12845,28.78985],[-81.1285,28.80388],[-81.11292,28.80395],[-81.11283,28.81772],[-81.09725,28.81768],[-81.09734,28.80392],[-81.08163,28.80392],[-81.08168,28.79004],[-81.06601,28.79012],[-81.05035,28.70768],[-81.0349,28.70753],[-81.03464,28.66627],[-81.01902,28.66642],[-81.01911,28.62514],[-81.00357,28.62506],[-81.00348,28.61135],[-80.95684,28.61135],[-80.95679,28.7903],[-80.72269,28.78991]]],"terms_url":"https://volusiacountyfl.maps.arcgis.com/apps/webappviewer/index.html?id=b773f4bfcadd4d9aa8b99cb599e0aec6","terms_text":"Volusia County Property Appraiser’s Office","description":"The 2021 orthoimagery for Volusia County of the State of Florida"},{"id":"Volusia_Ortho_2023","name":"Volusia County Orthoimagery (2023)","type":"wms","template":"https://maps5.vcgov.org/arcgis/services/Aerials/2023_Aerial/ImageServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=0&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-02-27T00:00:00.000Z","startDate":"2023-01-14T00:00:00.000Z","zoomExtent":[12,22],"polygon":[[[-80.72269,28.78991],[-81.0979,29.43646],[-81.12929,29.43639],[-81.1293,29.42265],[-81.16071,29.42261],[-81.16048,29.27136],[-81.4114,29.27083],[-81.41196,29.40834],[-81.44324,29.40824],[-81.4432,29.39444],[-81.45899,29.39448],[-81.45899,29.3806],[-81.50601,29.38052],[-81.50598,29.36677],[-81.5687,29.36652],[-81.56868,29.3527],[-81.59975,29.35278],[-81.58344,29.18769],[-81.56774,29.18774],[-81.56761,29.17405],[-81.53628,29.17408],[-81.53615,29.14665],[-81.52053,29.14669],[-81.52023,29.10556],[-81.50456,29.10553],[-81.50456,29.09158],[-81.47306,29.09173],[-81.47315,29.06435],[-81.45736,29.0645],[-81.45736,29.05077],[-81.44174,29.05077],[-81.44165,29.03711],[-81.42612,29.03704],[-81.42594,29.02338],[-81.41032,29.02338],[-81.41024,29.00957],[-81.3947,29.00964],[-81.39462,28.9959],[-81.37882,28.99605],[-81.37882,28.95483],[-81.3632,28.95483],[-81.36303,28.89977],[-81.37874,28.89954],[-81.37839,28.85851],[-81.36312,28.85858],[-81.36286,28.84452],[-81.34724,28.84475],[-81.34707,28.83106],[-81.23789,28.83122],[-81.23776,28.8176],[-81.22222,28.81753],[-81.22201,28.79],[-81.19085,28.79008],[-81.19094,28.77631],[-81.15944,28.77631],[-81.15961,28.79],[-81.12845,28.78985],[-81.1285,28.80388],[-81.11292,28.80395],[-81.11283,28.81772],[-81.09725,28.81768],[-81.09734,28.80392],[-81.08163,28.80392],[-81.08168,28.79004],[-81.06601,28.79012],[-81.05035,28.70768],[-81.0349,28.70753],[-81.03464,28.66627],[-81.01902,28.66642],[-81.01911,28.62514],[-81.00357,28.62506],[-81.00348,28.61135],[-80.95684,28.61135],[-80.95679,28.7903],[-80.72269,28.78991]]],"terms_url":"https://volusiacountyfl.maps.arcgis.com/apps/webappviewer/index.html?id=b773f4bfcadd4d9aa8b99cb599e0aec6","terms_text":"Volusia County Property Appraiser’s Office","description":"The 2023 orthoimagery for Volusia County of the State of Florida"},{"id":"Volusia_Ortho_2024","name":"Volusia County Orthoimagery (2024)","type":"wms","template":"https://maps5.vcgov.org/arcgis/rest/services/Aerials/2024_Aerial/ImageServer/exportImage?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[12,22],"polygon":[[[-80.72269,28.78991],[-81.0979,29.43646],[-81.12929,29.43639],[-81.1293,29.42265],[-81.16071,29.42261],[-81.16048,29.27136],[-81.4114,29.27083],[-81.41196,29.40834],[-81.44324,29.40824],[-81.4432,29.39444],[-81.45899,29.39448],[-81.45899,29.3806],[-81.50601,29.38052],[-81.50598,29.36677],[-81.5687,29.36652],[-81.56868,29.3527],[-81.59975,29.35278],[-81.58344,29.18769],[-81.56774,29.18774],[-81.56761,29.17405],[-81.53628,29.17408],[-81.53615,29.14665],[-81.52053,29.14669],[-81.52023,29.10556],[-81.50456,29.10553],[-81.50456,29.09158],[-81.47306,29.09173],[-81.47315,29.06435],[-81.45736,29.0645],[-81.45736,29.05077],[-81.44174,29.05077],[-81.44165,29.03711],[-81.42612,29.03704],[-81.42594,29.02338],[-81.41032,29.02338],[-81.41024,29.00957],[-81.3947,29.00964],[-81.39462,28.9959],[-81.37882,28.99605],[-81.37882,28.95483],[-81.3632,28.95483],[-81.36303,28.89977],[-81.37874,28.89954],[-81.37839,28.85851],[-81.36312,28.85858],[-81.36286,28.84452],[-81.34724,28.84475],[-81.34707,28.83106],[-81.23789,28.83122],[-81.23776,28.8176],[-81.22222,28.81753],[-81.22201,28.79],[-81.19085,28.79008],[-81.19094,28.77631],[-81.15944,28.77631],[-81.15961,28.79],[-81.12845,28.78985],[-81.1285,28.80388],[-81.11292,28.80395],[-81.11283,28.81772],[-81.09725,28.81768],[-81.09734,28.80392],[-81.08163,28.80392],[-81.08168,28.79004],[-81.06601,28.79012],[-81.05035,28.70768],[-81.0349,28.70753],[-81.03464,28.66627],[-81.01902,28.66642],[-81.01911,28.62514],[-81.00357,28.62506],[-81.00348,28.61135],[-80.95684,28.61135],[-80.95679,28.7903],[-80.72269,28.78991]]],"terms_url":"https://volusiacountyfl.maps.arcgis.com/apps/webappviewer/index.html?id=b773f4bfcadd4d9aa8b99cb599e0aec6","terms_text":"Volusia County Property Appraiser’s Office","description":"The 2024 orthoimagery for Volusia County of the State of Florida"},{"id":"WISC_DNR_Ortho_Composite","name":"Wisconsin Leaf-Off Orthophotography (DNR)","type":"wms","template":"https://dnrmaps.wi.gov/arcgis_image/rest/services/DW_Imagery/EN_Image_Basemap_Latest_Leaf_Off/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-87.80099,42.49185],[-86.80092,45.42641],[-86.92108,45.43123],[-87.5885,45.09437],[-87.65734,45.10951],[-87.67811,45.14076],[-87.73407,45.17913],[-87.73853,45.19958],[-87.72686,45.20865],[-87.70489,45.26244],[-87.65339,45.33188],[-87.65253,45.35588],[-87.67039,45.39145],[-87.70077,45.39134],[-87.75398,45.35287],[-87.85552,45.35117],[-87.85509,45.43809],[-87.80994,45.46651],[-87.79381,45.49913],[-87.80291,45.54778],[-87.814,45.54815],[-87.8149,45.56074],[-87.78689,45.56095],[-87.78495,45.58048],[-87.77499,45.58059],[-87.77666,45.61925],[-87.79372,45.61932],[-87.81321,45.64282],[-87.81333,45.66373],[-87.77853,45.67044],[-87.77853,45.68343],[-87.85509,45.73962],[-87.89886,45.76094],[-87.95637,45.75968],[-87.97761,45.77049],[-87.98161,45.79745],[-88.04546,45.78417],[-88.09267,45.78704],[-88.12031,45.80846],[-88.11679,45.83305],[-88.06829,45.87854],[-88.09731,45.88272],[-88.09645,45.92369],[-88.24167,45.96499],[-88.32467,45.96517],[-88.37128,45.99303],[-88.38278,45.99303],[-88.39445,45.98253],[-88.42346,45.9839],[-88.465,46.00263],[-88.49427,45.99613],[-88.50397,46.0214],[-88.53848,46.02248],[-88.60783,46.01926],[-88.62203,45.99007],[-88.661,45.99031],[-88.67306,46.01187],[-88.72456,46.02593],[-88.77653,46.02739],[-88.77666,46.03395],[-88.80279,46.03511],[-88.80262,46.02608],[-88.81652,46.0254],[-89.0799,46.1394],[-90.11398,46.33793],[-90.15402,46.41505],[-90.15424,46.46018],[-90.17797,46.46022],[-90.17811,46.50046],[-90.24152,46.51173],[-90.31311,46.5562],[-90.55206,46.59568],[-90.76973,46.72951],[-90.51292,46.85972],[-90.96405,47.03082],[-91.52058,46.75962],[-92.18091,46.749],[-92.18047,46.73815],[-92.21688,46.73746],[-92.21665,46.73194],[-92.25247,46.73125],[-92.25072,46.68918],[-92.31583,46.68788],[-92.2958,46.15986],[-92.29649,46.08561],[-92.33631,46.06704],[-92.35103,46.02706],[-92.4327,46.02778],[-92.46858,45.98348],[-92.52634,45.98372],[-92.72718,45.90303],[-92.79362,45.7601],[-92.86803,45.71942],[-92.89095,45.64552],[-92.88239,45.5639],[-92.76538,45.56142],[-92.69088,45.4741],[-92.6529,45.4452],[-92.65213,45.40683],[-92.7047,45.35987],[-92.7095,45.3256],[-92.76225,45.28832],[-92.76512,45.18059],[-92.74075,45.114],[-92.80392,45.06237],[-92.73972,44.93661],[-92.80632,44.74771],[-92.55295,44.58753],[-92.31812,44.54693],[-92.29752,44.48622],[-91.98097,44.37982],[-91.8924,44.24126],[-91.72623,44.1083],[-91.34445,43.94611],[-91.26892,43.79737],[-91.26377,43.4579],[-91.12164,43.34166],[-91.06087,43.24995],[-91.13262,43.18365],[-91.17004,43.0882],[-91.14704,42.93179],[-91.08387,42.87118],[-91.07872,42.8017],[-91.06773,42.75911],[-90.98225,42.70212],[-90.71137,42.64431],[-90.64476,42.5453],[-90.63618,42.51792],[-90.64285,42.50648],[-87.80099,42.49185]]],"terms_url":"https://dnr.wisconsin.gov/","terms_text":"Wisconsin Regional Orthoimagery Consortium, Southeastern Wisconsin Regional Planning Commission, Wisconsin Department of Natural Resources","description":"WROC orthoimagery (2018-2020) and Door County orthoimagery (2021) covering the entire State of Wisconsin","icon":"https://dnr.wisconsin.gov/sites/default/files/dnr-circle-logo-no-text-heavy-border.png"},{"id":"Wood_OH_2020","name":"Wood County Orthoimagery (2020)","type":"wms","template":"https://engineergis.co.wood.oh.us/arcgis/rest/services/Imagery/Wood_2020_rgb_20x/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.41347,41.62215],[-83.58192,41.62083],[-83.61832,41.57565],[-83.64527,41.57539],[-83.71771,41.51989],[-83.71719,41.49225],[-83.7359,41.49212],[-83.78946,41.45019],[-83.85298,41.42213],[-83.8892,41.4184],[-83.88405,41.1647],[-83.41621,41.16581],[-83.41347,41.62215]]],"terms_url":"https://www.woodcountyohio.gov","terms_text":"Wood County, State of Ohio","description":"Spring 2020 orthoimagery for Wood County in the State of Ohio","icon":"https://www.woodcountyohio.gov/ImageRepository/Document?documentID=70"},{"id":"Wood_OH_2023","name":"Wood County Orthoimagery (2023)","type":"wms","template":"https://wcohgis.woodcountyohio.gov/arcgis/rest/services/Services_for_Web_Apps/Wood_2023_Orthoimagery/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.41347,41.62215],[-83.58192,41.62083],[-83.61832,41.57565],[-83.64527,41.57539],[-83.71771,41.51989],[-83.71719,41.49225],[-83.7359,41.49212],[-83.78946,41.45019],[-83.85298,41.42213],[-83.8892,41.4184],[-83.88405,41.1647],[-83.41621,41.16581],[-83.41347,41.62215]]],"terms_url":"https://www.woodcountyohio.gov","terms_text":"Wood County, State of Ohio","description":"Spring 2023 orthoimagery for Wood County in the State of Ohio","icon":"https://www.woodcountyohio.gov/ImageRepository/Document?documentID=70"},{"id":"Worms-2008","name":"Worms 2008","type":"wms","template":"https://geoportal-worms.de/ogc/wms/luftbild-2008?LAYERS=9B60078F347C447FAF4D224FEA0028D9&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2008-01-01T00:00:00.000Z","startDate":"2008-01-01T00:00:00.000Z","polygon":[[[8.39038,49.59014],[8.41808,49.5903],[8.41779,49.61729],[8.40395,49.61721],[8.40397,49.6262],[8.38993,49.6262],[8.38979,49.6441],[8.37588,49.64407],[8.3757,49.67094],[8.36165,49.67091],[8.36151,49.68885],[8.37542,49.68891],[8.37524,49.69797],[8.38911,49.698],[8.38879,49.70702],[8.43057,49.70717],[8.43048,49.71617],[8.44425,49.7162],[8.44421,49.72516],[8.45807,49.72525],[8.45803,49.73436],[8.41638,49.73412],[8.41625,49.7432],[8.37465,49.74294],[8.37479,49.73395],[8.34692,49.73383],[8.34751,49.69785],[8.33364,49.69776],[8.33383,49.68873],[8.30605,49.68862],[8.30596,49.6976],[8.25031,49.69729],[8.25118,49.65228],[8.23722,49.65228],[8.23781,49.61621],[8.25166,49.6163],[8.25209,49.58041],[8.29368,49.58053],[8.29359,49.58958],[8.34887,49.58987],[8.34883,49.59892],[8.3903,49.59914],[8.39038,49.59014]]],"terms_url":"https://www.worms.de","terms_text":"© Nibelungenstadt Worms","description":"Nibelungenstadt Worms 2008, 10cm"},{"id":"Worms-2012","name":"Worms 2012","type":"wms","template":"https://geoportal-worms.de/ogc/wms/luftbild-2012?LAYERS=A14D534CD14849F9972FB3BF26185152&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","polygon":[[[8.41898,49.58811],[8.41866,49.61518],[8.4047,49.61503],[8.40461,49.62405],[8.39074,49.62399],[8.39047,49.65102],[8.37651,49.65093],[8.37615,49.66894],[8.36242,49.66876],[8.36224,49.69565],[8.39006,49.69594],[8.3897,49.70482],[8.41743,49.70503],[8.41743,49.71405],[8.44521,49.71417],[8.44507,49.72322],[8.45898,49.72325],[8.45875,49.74128],[8.34756,49.74071],[8.34774,49.73166],[8.33387,49.73163],[8.33451,49.69565],[8.25122,49.69515],[8.25179,49.65912],[8.23795,49.65905],[8.23813,49.64101],[8.22426,49.64095],[8.22472,49.61386],[8.23859,49.61403],[8.23922,49.57805],[8.29459,49.57841],[8.29446,49.58755],[8.34978,49.58778],[8.3496,49.59683],[8.39111,49.59695],[8.39115,49.58793],[8.41898,49.58811]]],"terms_url":"https://www.worms.de","terms_text":"© Nibelungenstadt Worms","description":"Nibelungenstadt Worms 2012, 10cm"},{"id":"Worms-2016","name":"Worms 2016","type":"wms","template":"https://geoportal-worms.de/ogc/wms/luftbild2016?LAYERS=FFF9DFB4F6814391AB0B4BC96B3B70B2&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","polygon":[[[8.41625,49.59524],[8.41147,49.60428],[8.40616,49.60903],[8.39679,49.61394],[8.38843,49.62225],[8.3867,49.62296],[8.37888,49.63745],[8.37361,49.65316],[8.37042,49.66052],[8.3646,49.66594],[8.36269,49.66817],[8.35869,49.67585],[8.35633,49.68297],[8.35897,49.69256],[8.36624,49.69906],[8.38915,49.70835],[8.42429,49.7152],[8.43416,49.71893],[8.44252,49.72434],[8.44789,49.7311],[8.44216,49.73321],[8.42298,49.72751],[8.41079,49.73292],[8.4077,49.73603],[8.39806,49.73727],[8.39279,49.73686],[8.37724,49.73439],[8.37615,49.72587],[8.37297,49.72593],[8.36942,49.72704],[8.37115,49.7308],[8.34915,49.73169],[8.34751,49.71752],[8.34651,49.71258],[8.35006,49.69718],[8.33842,49.69712],[8.3376,49.696],[8.33985,49.6856],[8.34087,49.68373],[8.33778,49.6839],[8.33658,49.68343],[8.33494,49.68375],[8.32789,49.6845],[8.32508,49.68428],[8.32426,49.68503],[8.32039,49.68482],[8.31701,49.68647],[8.30998,49.68522],[8.30857,49.68934],[8.29623,49.68853],[8.29587,49.69035],[8.29441,49.69106],[8.29005,49.69071],[8.28946,49.69332],[8.28814,49.694],[8.25672,49.68954],[8.25607,49.68856],[8.25827,49.6782],[8.25481,49.67838],[8.25418,49.67718],[8.26309,49.67094],[8.26436,49.6707],[8.26691,49.66597],[8.26991,49.6667],[8.27723,49.65567],[8.24409,49.65107],[8.23977,49.64713],[8.23895,49.63547],[8.23754,49.62852],[8.23636,49.62758],[8.2379,49.62346],[8.24181,49.62399],[8.24318,49.61624],[8.24527,49.6161],[8.25113,49.61689],[8.25104,49.60045],[8.256,49.58755],[8.26213,49.58769],[8.26282,49.58581],[8.26759,49.58536],[8.27614,49.58663],[8.27855,49.58557],[8.29164,49.58772],[8.2915,49.5892],[8.30905,49.59138],[8.32469,49.59415],[8.32887,49.59633],[8.33083,49.59606],[8.33324,49.59848],[8.34365,49.59388],[8.34474,49.59438],[8.35092,49.60537],[8.35228,49.6069],[8.35706,49.60632],[8.36001,49.60484],[8.36219,49.60089],[8.3686,49.60331],[8.37329,49.60219],[8.37511,49.60334],[8.37847,49.60428],[8.38606,49.60185],[8.38743,49.60275],[8.39006,49.60287],[8.39393,49.6006],[8.39943,49.5963],[8.40243,49.59521],[8.40302,49.59235],[8.40602,49.59158],[8.4097,49.59317],[8.41498,49.594],[8.4162,49.59453],[8.41625,49.59524]]],"terms_url":"https://www.worms.de","terms_text":"© Nibelungenstadt Worms","description":"Nibelungenstadt Worms 2016, 8cm"},{"id":"Worms-2020","name":"Worms 2020","type":"wms","template":"https://geoportal-worms.de/ogc/wms/luftbild2020?LAYERS=E1C1EF1295564C3E8B3504D516F081E9&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","polygon":[[[8.41904,49.59534],[8.41645,49.60086],[8.41243,49.60693],[8.40566,49.61182],[8.39547,49.6178],[8.38906,49.62422],[8.3797,49.64198],[8.37351,49.66058],[8.36388,49.67164],[8.35924,49.67959],[8.3626,49.694],[8.38597,49.7057],[8.42325,49.71311],[8.43598,49.71711],[8.45143,49.73086],[8.44216,49.73533],[8.42307,49.72957],[8.41434,49.73345],[8.40961,49.73791],[8.39234,49.73862],[8.38688,49.73674],[8.37579,49.73627],[8.37411,49.73433],[8.37413,49.7306],[8.37372,49.72766],[8.37304,49.72789],[8.37376,49.72989],[8.37354,49.73121],[8.37261,49.73208],[8.37042,49.7329],[8.34806,49.73304],[8.34651,49.73171],[8.34619,49.72954],[8.34396,49.71273],[8.34696,49.69888],[8.33815,49.69894],[8.33592,49.69773],[8.3351,49.69565],[8.33705,49.68541],[8.33378,49.68556],[8.3281,49.68632],[8.32655,49.68621],[8.32392,49.68694],[8.32237,49.68685],[8.31951,49.68762],[8.31646,49.68823],[8.31201,49.68741],[8.31,49.69073],[8.30819,49.69118],[8.29841,49.69062],[8.29628,49.69247],[8.29237,49.69285],[8.29059,49.69512],[8.28759,49.69579],[8.25663,49.69144],[8.25372,49.69023],[8.25345,49.68762],[8.25522,49.68021],[8.25191,49.67847],[8.25172,49.67626],[8.26091,49.66976],[8.26232,49.6685],[8.26427,49.66494],[8.26823,49.66408],[8.27368,49.65699],[8.24281,49.65263],[8.23731,49.64801],[8.23613,49.63677],[8.23649,49.63512],[8.23545,49.62255],[8.23863,49.62231],[8.23863,49.6216],[8.2399,49.62166],[8.24018,49.61621],[8.24136,49.61512],[8.24829,49.6152],[8.24829,49.61475],[8.24863,49.61484],[8.24865,49.61448],[8.24942,49.61448],[8.24968,49.59589],[8.25254,49.58993],[8.25377,49.58651],[8.25704,49.58545],[8.25995,49.58569],[8.26077,49.58492],[8.28964,49.58519],[8.29305,49.58589],[8.29409,49.58725],[8.29523,49.58805],[8.3,49.58855],[8.31487,49.59082],[8.3151,49.5912],[8.3196,49.59132],[8.32496,49.59217],[8.32951,49.59435],[8.33246,49.59474],[8.3336,49.59591],[8.34224,49.59223],[8.34546,49.59258],[8.34806,49.59488],[8.35319,49.60411],[8.35433,49.60496],[8.35578,49.60437],[8.35751,49.60349],[8.35919,49.60057],[8.36824,49.60078],[8.36906,49.60125],[8.36988,49.60072],[8.37561,49.60081],[8.37624,49.60157],[8.37811,49.60222],[8.38252,49.60084],[8.38879,49.60084],[8.38915,49.60113],[8.39415,49.59842],[8.39606,49.59674],[8.39706,49.59671],[8.39684,49.59568],[8.40025,49.59441],[8.40079,49.59129],[8.40293,49.59132],[8.40306,49.59085],[8.40506,49.59082],[8.40516,49.59126],[8.41043,49.59129],[8.41088,49.59149],[8.41688,49.59261],[8.41911,49.59459],[8.41904,49.59534]]],"terms_url":"https://www.worms.de","terms_text":"© Nibelungenstadt Worms","best":true,"description":"Nibelungenstadt Worms 2020, 6cm"},{"id":"wroclaw-orto2015","name":"Wrocław: Orthophotomap 2015 (aerial image)","type":"wms","template":"https://gis1.um.wroc.pl/arcgis/services/ogc/OGC_ortofoto_2015/MapServer/WmsServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-06-06T00:00:00.000Z","startDate":"2015-06-05T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[17.14217,51.12846],[17.15659,51.1499],[17.15933,51.16056],[17.15899,51.17886],[17.14371,51.18155],[17.13024,51.18128],[17.12466,51.17396],[17.11436,51.17746],[17.0778,51.17746],[17.07642,51.1766],[17.07548,51.16825],[17.06698,51.16745],[17.04698,51.17493],[17.03376,51.17729],[17.02741,51.17729],[17.02733,51.18246],[17.02252,51.18816],[17.01299,51.18816],[17.0093,51.18499],[17.00312,51.18504],[17.00261,51.20016],[16.99162,51.20559],[16.97008,51.20763],[16.96424,51.20989],[16.95394,51.20968],[16.94656,51.20586],[16.9233,51.2001],[16.90811,51.21043],[16.89927,51.21027],[16.89292,51.2071],[16.88322,51.2071],[16.88073,51.20489],[16.88047,51.19666],[16.88322,51.19048],[16.87403,51.18719],[16.87026,51.18203],[16.85455,51.18031],[16.8421,51.18488],[16.82434,51.18467],[16.82056,51.17875],[16.82099,51.16373],[16.82502,51.15647],[16.80915,51.15194],[16.80657,51.14613],[16.80648,51.1366],[16.80769,51.13595],[16.81687,51.13601],[16.8161,51.13337],[16.81636,51.12459],[16.82932,51.12329],[16.83266,51.11834],[16.82923,51.11386],[16.82923,51.10993],[16.83215,51.10869],[16.84949,51.10826],[16.85661,51.09899],[16.87901,51.09252],[16.88862,51.09258],[16.89197,51.09667],[16.92107,51.09662],[16.9209,51.09263],[16.91661,51.0812],[16.91686,51.07942],[16.93514,51.07948],[16.93849,51.0736],[16.95248,51.06686],[16.95068,51.05806],[16.95454,51.05369],[16.96188,51.0473],[16.96879,51.04568],[16.98072,51.04584],[16.98424,51.05197],[16.99969,51.04668],[17.00776,51.04422],[17.01973,51.04169],[17.03286,51.0419],[17.03415,51.04673],[17.04509,51.04339],[17.06363,51.04339],[17.07037,51.05286],[17.08363,51.04428],[17.095,51.04368],[17.10633,51.04376],[17.10835,51.04684],[17.10822,51.05377],[17.10226,51.05868],[17.11136,51.0716],[17.12341,51.07179],[17.12299,51.07856],[17.15088,51.07861],[17.17277,51.09344],[17.17277,51.09956],[17.17697,51.10303],[17.17676,51.1092],[17.16363,51.1203],[17.14217,51.12846]]],"terms_text":"Urząd Miasta Wrocław","icon":"https://i.imgur.com/PRqROXB.png"},{"id":"wroclaw-orto2018","name":"Wrocław: Orthophotomap 2018 (aerial image)","type":"wms","template":"https://gis1.um.wroc.pl/arcgis/services/ogc/OGC_ortofoto_2018/MapServer/WmsServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2018-04-07T00:00:00.000Z","startDate":"2018-04-06T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[17.14217,51.12846],[17.15659,51.1499],[17.15933,51.16056],[17.15899,51.17886],[17.14371,51.18155],[17.13024,51.18128],[17.12466,51.17396],[17.11436,51.17746],[17.0778,51.17746],[17.07642,51.1766],[17.07548,51.16825],[17.06698,51.16745],[17.04698,51.17493],[17.03376,51.17729],[17.02741,51.17729],[17.02733,51.18246],[17.02252,51.18816],[17.01299,51.18816],[17.0093,51.18499],[17.00312,51.18504],[17.00261,51.20016],[16.99162,51.20559],[16.97008,51.20763],[16.96424,51.20989],[16.95394,51.20968],[16.94656,51.20586],[16.9233,51.2001],[16.90811,51.21043],[16.89927,51.21027],[16.89292,51.2071],[16.88322,51.2071],[16.88073,51.20489],[16.88047,51.19666],[16.88322,51.19048],[16.87403,51.18719],[16.87026,51.18203],[16.85455,51.18031],[16.8421,51.18488],[16.82434,51.18467],[16.82056,51.17875],[16.82099,51.16373],[16.82502,51.15647],[16.80915,51.15194],[16.80657,51.14613],[16.80648,51.1366],[16.80769,51.13595],[16.81687,51.13601],[16.8161,51.13337],[16.81636,51.12459],[16.82932,51.12329],[16.83266,51.11834],[16.82923,51.11386],[16.82923,51.10993],[16.83215,51.10869],[16.84949,51.10826],[16.85661,51.09899],[16.87901,51.09252],[16.88862,51.09258],[16.89197,51.09667],[16.92107,51.09662],[16.9209,51.09263],[16.91661,51.0812],[16.91686,51.07942],[16.93514,51.07948],[16.93849,51.0736],[16.95248,51.06686],[16.95068,51.05806],[16.95454,51.05369],[16.96188,51.0473],[16.96879,51.04568],[16.98072,51.04584],[16.98424,51.05197],[16.99969,51.04668],[17.00776,51.04422],[17.01973,51.04169],[17.03286,51.0419],[17.03415,51.04673],[17.04509,51.04339],[17.06363,51.04339],[17.07037,51.05286],[17.08363,51.04428],[17.095,51.04368],[17.10633,51.04376],[17.10835,51.04684],[17.10822,51.05377],[17.10226,51.05868],[17.11136,51.0716],[17.12341,51.07179],[17.12299,51.07856],[17.15088,51.07861],[17.17277,51.09344],[17.17277,51.09956],[17.17697,51.10303],[17.17676,51.1092],[17.16363,51.1203],[17.14217,51.12846]]],"terms_text":"Urząd Miasta Wrocław","best":true,"icon":"https://i.imgur.com/PRqROXB.png"},{"id":"Zabrze-2011","name":"Zabrze: Orthophotomap 2011 (aerial image)","type":"wms","template":"http://siot.um.zabrze.pl/arcgis/services/UMZ_Ortofoto_2011/MapServer/WMSServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:4326","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[18.74396,50.2753],[18.73421,50.27084],[18.73991,50.26738],[18.75004,50.26402],[18.75396,50.25669],[18.76416,50.25145],[18.78261,50.24583],[18.7923,50.24641],[18.7987,50.2613],[18.79981,50.27351],[18.81392,50.27309],[18.8214,50.27414],[18.82322,50.27994],[18.82745,50.27972],[18.82845,50.28482],[18.82282,50.28615],[18.84429,50.29627],[18.84451,50.30286],[18.83192,50.30483],[18.83179,50.32028],[18.84891,50.32352],[18.84578,50.32923],[18.85088,50.33191],[18.8607,50.32776],[18.86293,50.32852],[18.84615,50.34448],[18.83474,50.3443],[18.83281,50.34962],[18.82294,50.35156],[18.81687,50.35076],[18.8159,50.35336],[18.82104,50.35843],[18.81737,50.36802],[18.82183,50.36883],[18.81446,50.37515],[18.81527,50.38167],[18.80509,50.38317],[18.80164,50.38222],[18.80165,50.37718],[18.80466,50.37561],[18.79821,50.37048],[18.78713,50.37295],[18.78436,50.37077],[18.77263,50.37628],[18.7639,50.36754],[18.75705,50.3692],[18.74603,50.36876],[18.75119,50.34979],[18.75438,50.34744],[18.75982,50.34624],[18.75419,50.34182],[18.73866,50.34308],[18.73428,50.34097],[18.73422,50.3371],[18.73054,50.3344],[18.73121,50.33169],[18.73725,50.33016],[18.73882,50.32763],[18.73613,50.31646],[18.73208,50.31571],[18.73379,50.29618],[18.74832,50.2957],[18.75084,50.28948],[18.74609,50.28886],[18.74516,50.28105],[18.75578,50.27633],[18.75586,50.27523],[18.74396,50.2753]]],"terms_text":"Urząd Miasta Zabrza"}]
\ No newline at end of file
+[{"id":"LSA-ATKIS_BU","name":"© GeoBasis-DE/LVermGeo LSA, ATKIS_BU","type":"wms","template":"https://www.geodatenportal.sachsen-anhalt.de/wss/service/INSPIRE_LVermGeo_ATKIS_BU/guest?LANGUAGE=GER&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=BU.Building&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","polygon":[[[10.56074,52.00392],[10.56588,52],[10.61351,51.92026],[10.56621,51.85598],[10.69013,51.64568],[10.88483,51.61439],[10.99158,51.41802],[11.34477,51.38654],[11.46667,51.30465],[11.36695,51.22636],[11.46956,51.10979],[12.2299,50.93098],[12.29319,51.02138],[12.15085,51.45859],[12.23452,51.55626],[13.02375,51.63743],[13.15432,51.68641],[13.15012,51.87062],[12.65345,52.0114],[12.44355,52.0167],[12.21787,52.17114],[12.29715,52.22891],[12.31883,52.49459],[12.18565,52.49612],[12.14428,52.53241],[12.23671,52.62868],[12.25584,52.79854],[12.23343,52.85993],[11.82449,52.91752],[11.84481,52.95218],[11.62298,53.0417],[11.51282,53.00726],[11.49252,52.95981],[11.3554,52.89056],[11.09873,52.9127],[10.99998,52.9112],[10.94128,52.8538],[10.76565,52.84212],[10.75152,52.78499],[10.79684,52.71404],[11.00297,52.49614],[10.9346,52.4741],[11.0153,52.38886],[11.04297,52.38843],[11.06922,52.35727],[10.98026,52.34328],[11.01205,52.29087],[11.08563,52.22908],[11.02578,52.20988],[11.01905,52.17829],[11.06046,52.1724],[10.97565,52.10553],[10.94254,52.10349],[10.94274,52.09386],[10.9704,52.08525],[10.96512,52.05748],[10.87552,52.05818],[10.71061,52.04976],[10.64827,52.04107],[10.65499,52.02454],[10.56074,52.00392]]],"terms_url":"https://www.lvermgeo.sachsen-anhalt.de/de/kostenfreie_geobasisdaten_lvermgeo.html","terms_text":"© GeoBasis-DE/LVermGeo LSA","best":true,"description":"Shape of buildings in saxony-anhalt","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyAnhalt.png","overlay":true},{"id":"LSA-DOP20","name":"© GeoBasis-DE/LVermGeo LSA, DOP20","type":"wms","template":"https://www.geodatenportal.sachsen-anhalt.de/wss/service/ST_LVermGeo_DOP_WMS_OpenData/guest?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=lsa_lvermgeo_dop20_2&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","startDate":"2019-01-01T00:00:00.000Z","polygon":[[[10.56074,52.00392],[10.56588,52],[10.61351,51.92026],[10.56621,51.85598],[10.69013,51.64568],[10.88483,51.61439],[10.99158,51.41802],[11.34477,51.38654],[11.46667,51.30465],[11.36695,51.22636],[11.46956,51.10979],[12.2299,50.93098],[12.29319,51.02138],[12.15085,51.45859],[12.23452,51.55626],[13.02375,51.63743],[13.15432,51.68641],[13.15012,51.87062],[12.65345,52.0114],[12.44355,52.0167],[12.21787,52.17114],[12.29715,52.22891],[12.31883,52.49459],[12.18565,52.49612],[12.14428,52.53241],[12.23671,52.62868],[12.25584,52.79854],[12.23343,52.85993],[11.82449,52.91752],[11.84481,52.95218],[11.62298,53.0417],[11.51282,53.00726],[11.49252,52.95981],[11.3554,52.89056],[11.09873,52.9127],[10.99998,52.9112],[10.94128,52.8538],[10.76565,52.84212],[10.75152,52.78499],[10.79684,52.71404],[11.00297,52.49614],[10.9346,52.4741],[11.0153,52.38886],[11.04297,52.38843],[11.06922,52.35727],[10.98026,52.34328],[11.01205,52.29087],[11.08563,52.22908],[11.02578,52.20988],[11.01905,52.17829],[11.06046,52.1724],[10.97565,52.10553],[10.94254,52.10349],[10.94274,52.09386],[10.9704,52.08525],[10.96512,52.05748],[10.87552,52.05818],[10.71061,52.04976],[10.64827,52.04107],[10.65499,52.02454],[10.56074,52.00392]]],"terms_url":"https://www.lvermgeo.sachsen-anhalt.de/de/kostenfreie_geobasisdaten_lvermgeo.html","terms_text":"© GeoBasis-DE/LVermGeo LSA","best":true,"description":"aerial image of the state Saxony-Anhalt, 20 cm resolution","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyAnhalt.png"},{"id":"LSA-DVG","name":"© GeoBasis-DE/LVermGeo LSA, DVG","type":"wms","template":"https://www.geodatenportal.sachsen-anhalt.de/wss/service/ST_LVermGeo_DVG_WMS_OpenData/guest?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=10,9,13,1,11,3,12&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[10.56074,52.00392],[10.56588,52],[10.61351,51.92026],[10.56621,51.85598],[10.69013,51.64568],[10.88483,51.61439],[10.99158,51.41802],[11.34477,51.38654],[11.46667,51.30465],[11.36695,51.22636],[11.46956,51.10979],[12.2299,50.93098],[12.29319,51.02138],[12.15085,51.45859],[12.23452,51.55626],[13.02375,51.63743],[13.15432,51.68641],[13.15012,51.87062],[12.65345,52.0114],[12.44355,52.0167],[12.21787,52.17114],[12.29715,52.22891],[12.31883,52.49459],[12.18565,52.49612],[12.14428,52.53241],[12.23671,52.62868],[12.25584,52.79854],[12.23343,52.85993],[11.82449,52.91752],[11.84481,52.95218],[11.62298,53.0417],[11.51282,53.00726],[11.49252,52.95981],[11.3554,52.89056],[11.09873,52.9127],[10.99998,52.9112],[10.94128,52.8538],[10.76565,52.84212],[10.75152,52.78499],[10.79684,52.71404],[11.00297,52.49614],[10.9346,52.4741],[11.0153,52.38886],[11.04297,52.38843],[11.06922,52.35727],[10.98026,52.34328],[11.01205,52.29087],[11.08563,52.22908],[11.02578,52.20988],[11.01905,52.17829],[11.06046,52.1724],[10.97565,52.10553],[10.94254,52.10349],[10.94274,52.09386],[10.9704,52.08525],[10.96512,52.05748],[10.87552,52.05818],[10.71061,52.04976],[10.64827,52.04107],[10.65499,52.02454],[10.56074,52.00392]]],"terms_url":"https://www.lvermgeo.sachsen-anhalt.de/de/kostenfreie_geobasisdaten_lvermgeo.html","terms_text":"© GeoBasis-DE/LVermGeo LSA","best":true,"description":"Vector recording of administrative boundaries. The boundaries of the federal state, district, municipality and parts of the municipality are given. ","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyAnhalt.png","overlay":true},{"id":"ACT202402","name":"ACTmapi Imagery Feb 2024","type":"tms","template":"https://tiles.arcgis.com/tiles/E5n4f1VY84i0xSjy/arcgis/rest/services/ACT_Aerial_Imagery_202402_AGOL_Compatible/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-02-01T00:00:00.000Z","startDate":"2024-02-01T00:00:00.000Z","zoomExtent":[10,21],"polygon":[[[148.95441,-35.1913],[148.95671,-35.26401],[148.99951,-35.26311],[149.00464,-35.42537],[149.02606,-35.42492],[149.02718,-35.46048],[149.04893,-35.46002],[149.05067,-35.51481],[149.16183,-35.51248],[149.15955,-35.44057],[149.26981,-35.43825],[149.26753,-35.36627],[149.37743,-35.36396],[149.37688,-35.34653],[149.42076,-35.3456],[149.41904,-35.29114],[149.37555,-35.29206],[149.37497,-35.27373],[149.33042,-35.27467],[149.32984,-35.25611],[149.28748,-35.257],[149.28694,-35.23977],[149.26339,-35.24026],[149.26225,-35.20417],[149.2408,-35.20462],[149.24022,-35.18606],[149.21824,-35.18653],[149.21712,-35.15112],[149.19602,-35.15157],[149.19541,-35.13219],[149.17367,-35.13265],[149.17312,-35.11508],[149.06342,-35.1174],[149.06397,-35.13484],[149.04146,-35.13532],[149.04201,-35.15256],[148.99696,-35.15351],[148.99756,-35.17245],[148.97535,-35.17292],[148.97592,-35.19084],[148.95441,-35.1913]]],"terms_url":"http://actmapi.act.gov.au/terms.html","terms_text":"Aerial Imagery from ACTMapi ©ACT Government and MetroMap","best":true,"icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"AL_DPGJC_ASIG_SistemiAdresave","name":"Address System Albania (ASIG)","type":"wms","template":"https://geoportal.asig.gov.al/service/adresar/ows?FORMAT=image/png&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=adr_ndertese,adr_numertim,adr_rruge&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","polygon":[[[19.37421,41.84925],[19.40102,41.84539],[19.42943,41.83056],[19.47808,41.82062],[19.52986,41.806],[19.56674,41.77148],[19.56125,41.69243],[19.56674,41.6086],[19.51574,41.57104],[19.45267,41.59106],[19.45738,41.55173],[19.39853,41.42183],[19.39541,41.38119],[19.51053,41.28311],[19.49946,41.21819],[19.43969,41.1432],[19.45076,40.9913],[19.37991,40.8357],[19.32456,40.66177],[19.30619,40.42941],[19.47224,40.22518],[19.92651,39.91025],[20.03279,39.82528],[20.03218,39.68921],[20.20524,39.65847],[20.29511,39.80436],[20.36167,39.78902],[20.40494,39.82737],[20.38164,39.88358],[20.35168,39.98311],[20.40826,40.04938],[20.65122,40.09013],[20.75107,40.31636],[20.96075,40.47352],[21.05202,40.65969],[20.95883,40.78328],[20.96548,40.90665],[20.83901,40.93934],[20.73917,40.89407],[20.6726,41.085],[20.60604,41.09253],[20.50619,41.34038],[20.56737,41.40781],[20.45753,41.55271],[20.55543,41.57951],[20.53622,41.76952],[20.58278,41.91273],[20.58065,42.05317],[20.45171,42.27177],[20.24989,42.33037],[20.08081,42.55308],[19.8317,42.4648],[19.72066,42.65652],[19.28347,42.17924],[19.39928,42.10488],[19.36346,41.92303],[19.37899,41.88748],[19.37421,41.84925]]],"description":"Streets, Builings and Roads of Albania provided by ASIG Geoportal"},{"id":"ADOP_2017_1ft","name":"ADOP Orthoimagery 2017 (1ft)","type":"tms","template":"https://gis.arkansas.gov/arcgis/rest/services/ImageServices/IMAGERY_1FT_2017/ImageServer/WMTS/tile/1.0.0/ImageServices_IMAGERY_1FT_2017/default/default028mm/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2017-02-25T00:00:00.000Z","startDate":"2017-01-23T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[-94.62524,36.5001],[-94.62516,35.75006],[-94.50023,35.75013],[-94.50024,33.50009],[-94.12523,33.5001],[-94.12519,33.00017],[-91.00019,33.00024],[-91.0001,33.50004],[-91.12507,33.50018],[-91.12498,33.62513],[-91.0001,33.62513],[-90.99997,33.75011],[-90.87513,33.75011],[-90.87509,34.00011],[-90.75007,34.00011],[-90.75005,34.25009],[-90.62515,34.25012],[-90.62502,34.37514],[-90.50009,34.37507],[-90.50005,34.62509],[-90.37499,34.62512],[-90.37508,34.75022],[-90.25007,34.75001],[-90.25007,34.87511],[-90.12506,34.87505],[-90.12503,35.00009],[-90.00004,34.99998],[-90.00017,35.50023],[-89.8752,35.5003],[-89.87503,35.625],[-89.75015,35.625],[-89.74998,35.75006],[-89.62518,35.74993],[-89.62526,36.12512],[-89.8752,36.12505],[-89.87512,36.00007],[-90.25002,36.00009],[-90.25002,36.12505],[-90.12514,36.12512],[-90.12506,36.25009],[-90.00017,36.24995],[-90.00017,36.50012],[-94.62524,36.5001]]],"terms_url":"https://gis.arkansas.gov/programs/arkansas-digital-ortho-program-adop/","terms_text":"Arkansas GIS Office","description":"1-ft pixel resolution digital orthoimagery for the entire state of Arkansas at 2017","icon":"https://gis.arkansas.gov/wp-content/uploads/2014/12/AGISO.logo_.horiz_1-e1419362899946.png"},{"id":"ADOP_2017_6in","name":"ADOP Orthoimagery 2017 (6in)","type":"tms","template":"http://gis.arkansas.gov/arcgis/rest/services/ImageServices/High_Resolution_Composite/ImageServer/WMTS/tile/1.0.0/ImageServices_High_Resolution_Composite/default/default028mm/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2017-03-08T00:00:00.000Z","startDate":"2017-02-25T00:00:00.000Z","zoomExtent":[3,19],"polygon":[[[-92.14396,33.43355],[-92.14405,33.46249],[-92.19615,33.46259],[-92.19611,33.43355],[-92.14396,33.43355]],[[-92.24829,33.56407],[-92.24833,33.59324],[-92.30043,33.59321],[-92.30048,33.56418],[-92.24829,33.56407]],[[-92.10919,33.65118],[-92.10918,33.56411],[-92.02224,33.56416],[-92.02226,33.65118],[-92.10919,33.65118]],[[-91.82891,33.57899],[-91.79423,33.57894],[-91.79419,33.6026],[-91.77328,33.60257],[-91.77327,33.60833],[-91.74392,33.60828],[-91.74381,33.64371],[-91.77319,33.64376],[-91.77312,33.66387],[-91.79343,33.66391],[-91.79341,33.67267],[-91.82003,33.67271],[-91.82008,33.64944],[-91.82879,33.64945],[-91.82891,33.57899]],[[-93.722,34.46807],[-93.72162,34.45119],[-93.6836,34.45169],[-93.68334,34.44079],[-93.66617,34.44086],[-93.6666,34.46885],[-93.722,34.46807]],[[-93.61154,34.56446],[-93.64791,34.564],[-93.64742,34.53863],[-93.61105,34.53916],[-93.61154,34.56446]],[[-92.86273,34.60144],[-92.86289,34.64506],[-92.96835,34.64497],[-92.96852,34.77564],[-93.40885,34.77551],[-93.40862,34.38363],[-92.93305,34.38382],[-92.93331,34.4127],[-92.89792,34.41288],[-92.89807,34.49975],[-92.79233,34.49991],[-92.79245,34.5288],[-92.77472,34.5289],[-92.77487,34.57254],[-92.79232,34.57242],[-92.79246,34.60155],[-92.86273,34.60144]],[[-94.26943,34.5999],[-94.26866,34.55552],[-94.19795,34.55635],[-94.19879,34.59835],[-94.21184,34.59824],[-94.21231,34.61121],[-94.25669,34.61064],[-94.25639,34.60026],[-94.26943,34.5999]],[[-92.09445,34.66014],[-92.09451,34.69639],[-92.08571,34.69637],[-92.08577,34.71816],[-92.07697,34.71819],[-92.07698,34.73912],[-92.13154,34.73952],[-92.12864,35.01547],[-92.23595,35.01534],[-92.23568,34.9283],[-92.26211,34.92824],[-92.26224,34.93555],[-92.42051,34.93506],[-92.4206,34.91317],[-92.44712,34.91324],[-92.44678,34.90599],[-92.45579,34.90592],[-92.4557,34.92056],[-92.46471,34.92063],[-92.46467,34.94192],[-92.4736,34.94188],[-92.47364,34.94941],[-92.4824,34.94927],[-92.48248,34.95659],[-92.55288,34.95627],[-92.55278,34.94157],[-92.64972,34.94108],[-92.64942,34.91219],[-92.75499,34.91155],[-92.75474,34.88248],[-92.76358,34.88241],[-92.7634,34.85354],[-92.74572,34.85375],[-92.74564,34.84649],[-92.65766,34.84692],[-92.65697,34.76009],[-92.55149,34.76065],[-92.55106,34.70966],[-92.56007,34.70966],[-92.55964,34.68792],[-92.50711,34.68842],[-92.5072,34.66646],[-92.44557,34.66675],[-92.44532,34.62318],[-92.34884,34.62339],[-92.34868,34.57988],[-92.25222,34.58011],[-92.25195,34.49307],[-92.22566,34.49313],[-92.22565,34.48588],[-92.02419,34.48608],[-92.02423,34.62389],[-92.1032,34.62385],[-92.10326,34.66012],[-92.09445,34.66014]],[[-91.56263,36.18757],[-91.50015,36.18758],[-91.50013,36.25009],[-91.43764,36.25008],[-91.43764,36.50008],[-92.18774,36.50005],[-92.18767,36.18761],[-92.25016,36.18758],[-92.25018,36.06258],[-92.12516,36.06257],[-92.12515,35.87508],[-91.87515,35.87508],[-91.87514,35.37509],[-92.12515,35.37508],[-92.12516,34.75009],[-91.68767,34.75013],[-91.68765,34.87507],[-91.75016,34.87511],[-91.75017,35.12512],[-91.62513,35.12508],[-91.62514,35.18759],[-91.56263,35.18759],[-91.56263,35.25009],[-91.50015,35.2501],[-91.50014,35.37507],[-91.43763,35.37507],[-91.43762,35.43756],[-91.37518,35.43763],[-91.37509,35.50009],[-91.31265,35.50011],[-91.31261,35.56257],[-91.12511,35.56255],[-91.12511,35.62508],[-91.06263,35.62507],[-91.06263,35.87506],[-91.18764,35.87508],[-91.18763,35.93758],[-91.50014,35.93758],[-91.50015,36.00008],[-91.56265,36.00008],[-91.56263,36.18757]],[[-90.74742,35.89347],[-90.76221,35.89374],[-90.76261,35.87969],[-90.76526,35.87971],[-90.7652,35.8831],[-90.8093,35.88416],[-90.81287,35.75777],[-90.76869,35.75709],[-90.7688,35.75213],[-90.73302,35.75112],[-90.73307,35.7456],[-90.71345,35.74528],[-90.7134,35.74834],[-90.70763,35.74822],[-90.70834,35.72889],[-90.66186,35.72841],[-90.66143,35.74431],[-90.54455,35.74205],[-90.54372,35.77752],[-90.52717,35.77745],[-90.52482,35.84627],[-90.5748,35.8473],[-90.57451,35.85789],[-90.58833,35.8581],[-90.58846,35.87829],[-90.5997,35.87851],[-90.59932,35.89329],[-90.60621,35.8933],[-90.60583,35.90748],[-90.61564,35.90759],[-90.61552,35.9128],[-90.66597,35.91362],[-90.6661,35.90912],[-90.67511,35.90929],[-90.67515,35.90822],[-90.7387,35.90875],[-90.73911,35.89439],[-90.7474,35.89454],[-90.74742,35.89347]],[[-90.45949,36.01262],[-90.45568,36.01262],[-90.45482,36.0381],[-90.41143,36.03744],[-90.41139,36.04369],[-90.3453,36.04264],[-90.34493,36.06051],[-90.43669,36.06194],[-90.43649,36.07337],[-90.4475,36.07356],[-90.44686,36.10629],[-90.46563,36.10649],[-90.46561,36.11323],[-90.4896,36.11349],[-90.48943,36.12021],[-90.49546,36.12032],[-90.49533,36.13082],[-90.49793,36.13087],[-90.49782,36.13827],[-90.52666,36.13865],[-90.52675,36.13124],[-90.53044,36.13127],[-90.53087,36.10721],[-90.53852,36.10728],[-90.53863,36.10157],[-90.56837,36.10191],[-90.56839,36.0966],[-90.57912,36.09671],[-90.57923,36.08972],[-90.59582,36.08989],[-90.59597,36.08393],[-90.60571,36.08403],[-90.60577,36.07775],[-90.61551,36.07781],[-90.61558,36.07132],[-90.62,36.07134],[-90.62028,36.05571],[-90.58807,36.05534],[-90.58831,36.04258],[-90.58365,36.04249],[-90.58386,36.02913],[-90.57751,36.02904],[-90.57777,36.01516],[-90.57047,36.01512],[-90.57056,36.00825],[-90.56219,36.00815],[-90.56236,35.99589],[-90.55185,35.99575],[-90.55318,35.977],[-90.56653,35.97703],[-90.56837,35.95828],[-90.54717,35.95803],[-90.54691,35.97109],[-90.53679,35.97116],[-90.53661,35.9854],[-90.51674,35.98526],[-90.51679,35.98856],[-90.50983,35.98849],[-90.50975,35.99995],[-90.50361,35.99995],[-90.50361,36.00124],[-90.49305,36.0011],[-90.49284,36.00794],[-90.45954,36.00766],[-90.45949,36.01262]],[[-93.77086,34.63081],[-93.80389,34.63028],[-93.80357,34.61066],[-93.77052,34.61112],[-93.77086,34.63081]],[[-92.57565,35.01608],[-92.58861,35.01601],[-92.58857,34.99801],[-92.59483,34.99801],[-92.59466,34.9711],[-92.57754,34.97118],[-92.57765,34.97869],[-92.51124,34.97895],[-92.51123,34.97361],[-92.48292,34.97369],[-92.48297,34.98152],[-92.44477,34.98168],[-92.44483,34.99472],[-92.43788,34.99481],[-92.43785,34.99748],[-92.42455,34.99752],[-92.42461,35.03225],[-92.41786,35.03226],[-92.41789,35.04408],[-92.39061,35.04417],[-92.39072,35.07172],[-92.3785,35.07176],[-92.37873,35.12341],[-92.3836,35.12339],[-92.38361,35.12398],[-92.4176,35.12387],[-92.41762,35.12622],[-92.42922,35.12612],[-92.42918,35.13423],[-92.44223,35.13419],[-92.44244,35.15146],[-92.47703,35.15135],[-92.47694,35.13286],[-92.52969,35.13265],[-92.52943,35.1112],[-92.54642,35.11113],[-92.54604,35.05445],[-92.56265,35.05435],[-92.56252,35.02687],[-92.57574,35.0269],[-92.57565,35.01608]],[[-94.33638,35.41018],[-94.33677,35.38786],[-94.29239,35.38737],[-94.29003,35.46521],[-94.30059,35.46511],[-94.29977,35.49855],[-94.42037,35.501],[-94.422,35.45039],[-94.38629,35.44955],[-94.33638,35.41018]],[[-93.82427,36.35295],[-93.85822,36.35239],[-93.86204,36.50384],[-93.99834,36.50108],[-93.99799,36.51516],[-94.62833,36.50301],[-94.62542,36.42016],[-94.60842,36.42054],[-94.60445,36.29699],[-94.58739,36.29733],[-94.58298,36.16002],[-94.56604,36.16039],[-94.56441,36.05257],[-94.5469,36.05295],[-94.54641,35.95105],[-94.52891,35.9514],[-94.52845,35.86401],[-94.51089,35.86439],[-94.51039,35.74803],[-93.95214,35.74839],[-93.95246,35.82061],[-93.93414,35.82091],[-93.93447,36.11064],[-93.91612,36.11094],[-93.91649,36.15417],[-93.89814,36.15445],[-93.89848,36.19766],[-93.88014,36.19796],[-93.88046,36.22669],[-93.86214,36.22697],[-93.86217,36.22801],[-93.85534,36.22821],[-93.85654,36.2832],[-93.83968,36.28344],[-93.84007,36.29718],[-93.80616,36.29759],[-93.80681,36.32571],[-93.82376,36.32546],[-93.82427,36.35295]]],"terms_url":"https://gis.arkansas.gov/programs/arkansas-digital-ortho-program-adop/","terms_text":"Arkansas GIS Office","description":"6-inch pixel resolution digital orthoimagery for selected areas within the state of Arkansas at 2017","icon":"https://gis.arkansas.gov/wp-content/uploads/2014/12/AGISO.logo_.horiz_1-e1419362899946.png"},{"id":"ADOP_2023_9in","name":"ADOP Orthoimagery 2023 (9in)","type":"tms","template":"https://gis.arkansas.gov/arcgis/rest/services/ImageServices/IMAGERY_9IN_2023/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-02-28T00:00:00.000Z","startDate":"2023-01-19T00:00:00.000Z","zoomExtent":[3,19],"polygon":[[[-94.62579,35.74603],[-94.52734,35.74796],[-94.50009,34.34085],[-94.53191,34.34003],[-94.51743,33.47512],[-94.12992,33.47906],[-94.12479,33.12756],[-94.15742,33.12711],[-94.15575,32.99213],[-90.97741,32.98103],[-90.96769,33.41369],[-90.99973,33.41416],[-90.9974,33.52227],[-91.09411,33.5239],[-91.09199,33.60508],[-90.99544,33.60373],[-90.99225,33.73877],[-90.86277,33.73705],[-90.8568,33.98023],[-90.72697,33.9778],[-90.71972,34.24787],[-90.62187,34.24608],[-90.61903,34.35412],[-90.48868,34.35144],[-90.48048,34.62193],[-90.34976,34.61943],[-90.34624,34.72721],[-90.24791,34.725],[-90.24351,34.86019],[-90.11238,34.85701],[-90.10792,34.99226],[-89.97623,34.98904],[-89.96635,35.2591],[-89.99933,35.25985],[-89.99135,35.47607],[-89.85917,35.47274],[-89.85411,35.60798],[-89.72142,35.60441],[-89.71627,35.73915],[-89.61682,35.73644],[-89.59975,36.14142],[-89.89895,36.14973],[-89.90412,36.01468],[-90.23688,36.02241],[-90.23452,36.10408],[-90.10099,36.10119],[-90.09585,36.23561],[-89.99557,36.2331],[-89.98546,36.50334],[-91.15719,36.52708],[-91.15735,36.50003],[-94.64183,36.50323],[-94.62579,35.74603]]],"terms_url":"https://gis.arkansas.gov/programs/arkansas-digital-ortho-program-adop/","terms_text":"Arkansas GIS Office","best":true,"description":"9-inch pixel resolution digital orthoimagery for selected areas within the state of Arkansas in 2023","icon":"https://gis.arkansas.gov/wp-content/uploads/2014/12/AGISO.logo_.horiz_1-e1419362899946.png"},{"id":"AGRI-black_and_white-2.5m","name":"AGRI black-and-white 2.5m","type":"tms","template":"https://{switch:a,b,c}.agri.openstreetmap.org/layer/au_ga_agri/{zoom}/{x}/{y}.png","category":"photo","endDate":"2011-01-01T00:00:00.000Z","startDate":"2006-01-01T00:00:00.000Z","zoomExtent":[0,16],"polygon":[[[112.28778,-28.78459],[112.71488,-31.13894],[114.11263,-34.17829],[113.60788,-37.39012],[117.17992,-37.45179],[119.31538,-37.42096],[121.72262,-36.70839],[123.81925,-35.76893],[125.9547,-34.3066],[127.97368,-33.7274],[130.07031,-33.24166],[130.10913,-33.8887],[131.00214,-34.04971],[131.0798,-34.72257],[132.28342,-35.39],[134.18591,-35.61126],[133.8753,-37.1119],[134.8459,-37.6365],[139.7769,-37.82075],[139.93223,-39.4283],[141.6017,-39.8767],[142.3783,-39.36829],[142.3783,-40.64702],[142.49478,-42.07487],[144.009,-44.06013],[147.23161,-44.03222],[149.05645,-42.53431],[149.52237,-40.99959],[149.9494,-40.85292],[150.8036,-38.09627],[151.81313,-38.12682],[156.20052,-22.66771],[156.20052,-20.10109],[156.62761,-17.41763],[155.26869,-17.19521],[154.14272,-19.51662],[153.5215,-18.34139],[153.05558,-16.5636],[152.78379,-15.25677],[152.27905,-13.4135],[151.3472,-12.39177],[149.48354,-12.05024],[146.9598,-9.99241],[135.9719,-9.99241],[130.3032,-10.33636],[128.09016,-12.16414],[125.91588,-12.31591],[124.3239,-11.86033],[122.03323,-11.97429],[118.26706,-16.9353],[115.93747,-19.11357],[114.0738,-21.11863],[113.49141,-22.59603],[112.28778,-28.78459]]],"terms_url":"https://data.gov.au/dataset/agri-the-australian-geographic-reference-image","terms_text":"AGRI, Geoscience Australia"},{"id":"osmfj-handa-2020","name":"Aich Handa Imagery 2020","type":"tms","template":"https://tiles.osmf.jp/handa-shi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2020-05-07T00:00:00.000Z","startDate":"2020-05-07T00:00:00.000Z","zoomExtent":[10,18],"polygon":[[[136.9353,34.94673],[136.93532,34.9345],[136.92192,34.93449],[136.92193,34.92199],[136.85804,34.92195],[136.85809,34.8607],[136.93531,34.86075],[136.93531,34.85565],[136.95214,34.85566],[136.95213,34.86818],[136.97172,34.86819],[136.97169,34.89973],[136.98099,34.89973],[136.98095,34.94675],[136.9353,34.94673]]],"terms_url":"https://www.city.handa.lg.jp/kikaku/shise/johoseisaku/opendata/data_kokupict_2020.html","terms_text":"OSMFJ_Ortho","description":"Open Data Orthoimagery from Handa-shi, 2020"},{"id":"AktuelleLuftbilderDerLandeshauptstadtMuenchen20cm","name":"Aktuelle Luftbilder der Landeshauptstadt München 20cm","type":"wms","template":"https://geoportal.muenchen.de/geoserver/gsm/luftbild/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=luftbild&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2018-05-02T00:00:00.000Z","startDate":"2018-05-02T00:00:00.000Z","zoomExtent":[11,22],"polygon":[[[11.74782,48.11675],[11.74973,48.15275],[11.74319,48.15274],[11.74314,48.16171],[11.72971,48.16168],[11.72967,48.17073],[11.71615,48.1707],[11.71602,48.19746],[11.67564,48.19737],[11.67547,48.23165],[11.65955,48.23194],[11.66006,48.24106],[11.55925,48.24326],[11.55964,48.25103],[11.54063,48.251],[11.54063,48.26163],[11.45973,48.26337],[11.45999,48.24169],[11.45806,48.24171],[11.45741,48.22742],[11.41978,48.22825],[11.41986,48.22348],[11.39287,48.22342],[11.393,48.21436],[11.35266,48.21421],[11.35296,48.18712],[11.34772,48.18715],[11.34536,48.13313],[11.3536,48.13322],[11.35382,48.11523],[11.36729,48.11526],[11.36738,48.11228],[11.45175,48.11056],[11.44952,48.06182],[11.47535,48.06194],[11.4754,48.05603],[11.5693,48.05405],[11.56925,48.06225],[11.64972,48.06254],[11.64985,48.05353],[11.65049,48.05359],[11.65083,48.06119],[11.71684,48.05967],[11.7168,48.07175],[11.73023,48.07175],[11.73014,48.08072],[11.74353,48.08078],[11.74338,48.11678],[11.74782,48.11675]]],"terms_url":"https://www.muenchen.de/rathaus/Stadtverwaltung/Kommunalreferat/geodatenservice.html","terms_text":"Datenquelle: dl-de/by-2-0: Landeshauptstadt München – Kommunalreferat – GeodatenService – www.geodatenservice-muenchen.de","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/AktuelleLuftbilderDerLandeshauptstadtMuenchen20cm.png"},{"id":"Alachua_Ortho_2020","name":"Alachua County Orthoimagery (2020)","type":"tms","template":"https://tiles.arcgis.com/tiles/cNo3jpluyt69V8Ek/arcgis/rest/services/Aerial_2020/MapServer/WMTS/tile/1.0.0/Aerial_2020/default/default028mm/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.53753,29.94772],[-82.53775,29.93389],[-82.56929,29.93444],[-82.56947,29.92072],[-82.58534,29.92098],[-82.5856,29.90711],[-82.60135,29.90726],[-82.60187,29.8798],[-82.61775,29.88006],[-82.61792,29.86644],[-82.63375,29.86655],[-82.6341,29.85293],[-82.6498,29.85308],[-82.65006,29.83936],[-82.66577,29.83938],[-82.67178,29.52321],[-82.56157,29.52194],[-82.56251,29.4668],[-82.48415,29.46568],[-82.48381,29.47943],[-82.23249,29.4754],[-82.23395,29.42031],[-82.21807,29.42009],[-82.21842,29.40611],[-82.09276,29.40416],[-82.09208,29.41769],[-82.0453,29.41695],[-82.0368,29.7602],[-82.05259,29.76065],[-82.05199,29.78829],[-82.09946,29.78933],[-82.0986,29.81667],[-82.11448,29.81697],[-82.11353,29.84437],[-82.12933,29.84474],[-82.12915,29.85845],[-82.28683,29.86121],[-82.2865,29.8749],[-82.31804,29.87549],[-82.31775,29.88921],[-82.38085,29.89029],[-82.38027,29.91775],[-82.39603,29.91802],[-82.39577,29.93176],[-82.41154,29.932],[-82.41126,29.94575],[-82.53753,29.94772]]],"terms_url":"https://maps.acpafl.org/","terms_text":"Alachua County Property Appraiser’s Office","description":"The 2020 orthoimagery for Alachua County in the State of Florida"},{"id":"Alachua_Ortho_2023","name":"Alachua County Orthoimagery (2023)","type":"tms","template":"https://tiles.arcgis.com/tiles/cNo3jpluyt69V8Ek/arcgis/rest/services/2023_Aerial_Imagery/MapServer/WMTS/tile/1.0.0/2023_Aerial_Imagery/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.53753,29.94772],[-82.53775,29.93389],[-82.56929,29.93444],[-82.56947,29.92072],[-82.58534,29.92098],[-82.5856,29.90711],[-82.60135,29.90726],[-82.60187,29.8798],[-82.61775,29.88006],[-82.61792,29.86644],[-82.63375,29.86655],[-82.6341,29.85293],[-82.6498,29.85308],[-82.65006,29.83936],[-82.66577,29.83938],[-82.67178,29.52321],[-82.56157,29.52194],[-82.56251,29.4668],[-82.48415,29.46568],[-82.48381,29.47943],[-82.23249,29.4754],[-82.23395,29.42031],[-82.21807,29.42009],[-82.21842,29.40611],[-82.09276,29.40416],[-82.09208,29.41769],[-82.0453,29.41695],[-82.0368,29.7602],[-82.05259,29.76065],[-82.05199,29.78829],[-82.09946,29.78933],[-82.0986,29.81667],[-82.11448,29.81697],[-82.11353,29.84437],[-82.12933,29.84474],[-82.12915,29.85845],[-82.28683,29.86121],[-82.2865,29.8749],[-82.31804,29.87549],[-82.31775,29.88921],[-82.38085,29.89029],[-82.38027,29.91775],[-82.39603,29.91802],[-82.39577,29.93176],[-82.41154,29.932],[-82.41126,29.94575],[-82.53753,29.94772]]],"terms_url":"https://maps.acpafl.org/","terms_text":"Alachua County Property Appraiser’s Office","description":"The 2023 orthoimagery for Alachua County in the State of Florida"},{"id":"viersen_alkis_wms","name":"ALKIS Kreis Viersen","type":"wms","template":"https://gdi-niederrhein-geodienste.de/flurkarte_verb_sammeldienst/service?VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=FlurkarteNW_Viersen&STYLES=&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&FORMAT=image/png","category":"other","projection":"EPSG:3857","zoomExtent":[16,22],"polygon":[[[6.064,51.22],[6.07,51.17],[6.211,51.164],[6.321,51.179],[6.34,51.22],[6.35,51.22],[6.37,51.21],[6.43,51.22],[6.46,51.24],[6.523,51.216],[6.64,51.25],[6.59,51.29],[6.514,51.293],[6.52,51.33],[6.5,51.35],[6.49,51.4],[6.52,51.39],[6.54,51.4],[6.53,51.43],[6.47,51.42],[6.46,51.41],[6.4,51.42],[6.35,51.38],[6.222,51.368],[6.17,51.337],[6.07,51.24],[6.064,51.22]]],"best":true,"description":"Amtliches Liegenschaftskatasterinformationssystem (ALKIS). Zeigt Gebäude- und Flurstücksdaten (tagesaktuell)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/viersen_alkis.png"},{"id":"Allen_OH_2021","name":"Allen County Orthoimagery (2021)","type":"tms","template":"https://gis.allencountyohio.com/arcgis/rest/services/Imagery/2021Aerial_20X/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[12,21],"polygon":[[[-84.40567,40.68012],[-84.2254,40.68298],[-84.22435,40.64181],[-84.1613,40.64274],[-84.16123,40.63932],[-84.14769,40.6395],[-84.1478,40.64294],[-84.11627,40.64338],[-84.11594,40.62967],[-83.86378,40.63295],[-83.86999,40.93483],[-83.99663,40.93329],[-83.9964,40.9195],[-84.12298,40.9178],[-84.1216,40.86294],[-84.32045,40.85997],[-84.32052,40.86338],[-84.32505,40.86333],[-84.32512,40.86675],[-84.32968,40.86668],[-84.32975,40.87011],[-84.33427,40.87004],[-84.33396,40.85974],[-84.3385,40.85966],[-84.33859,40.8631],[-84.35217,40.8629],[-84.35207,40.85945],[-84.3566,40.85938],[-84.35609,40.84222],[-84.3606,40.84216],[-84.36051,40.83872],[-84.37408,40.83852],[-84.37389,40.83163],[-84.36033,40.83187],[-84.35993,40.81813],[-84.40961,40.81732],[-84.40567,40.68012]]],"terms_url":"https://www.allencountyohio.com/","terms_text":"Allen County, State of Ohio","description":"3-inch resoution spring 2021 orthoimagery for Allen County in the State of Ohio","icon":"https://www.allencountyohio.com/wp-content/themes/ALC%202016/images/Logos/ALCLogo.png"},{"id":"fr.dpt.04.2010","name":"Alpes-de-Haute-Provence 2010","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/paca04_2010/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2010-01-01T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","zoomExtent":[2,21],"polygon":[[[5.66517,44.19901],[5.64019,44.19962],[5.63933,44.18171],[5.61564,44.20011],[5.59032,44.20067],[5.58964,44.19181],[5.565,44.1923],[5.5517,44.18337],[5.5505,44.15665],[5.53814,44.15696],[5.53702,44.13904],[5.51256,44.1396],[5.49952,44.13079],[5.499,44.12179],[5.46218,44.12259],[5.46244,44.13165],[5.43712,44.13214],[5.43308,44.04158],[5.49548,44.04022],[5.48346,43.77035],[5.66963,43.76576],[5.66766,43.72081],[5.76731,43.71864],[5.78053,43.72732],[5.78113,43.74531],[5.80559,43.74481],[5.80516,43.73576],[5.82979,43.73507],[5.82945,43.7262],[5.84172,43.72571],[5.84095,43.70778],[5.86601,43.70704],[5.86679,43.71609],[5.90386,43.71516],[5.91665,43.72391],[5.91768,43.74165],[5.92936,43.7414],[5.92807,43.71448],[5.96515,43.71324],[5.9648,43.70443],[5.97699,43.70399],[5.97648,43.68625],[6.00094,43.68525],[6.00034,43.66756],[6.01218,43.65825],[6.0375,43.65738],[6.05012,43.66613],[6.05124,43.68401],[6.06359,43.68383],[6.10205,43.7097],[6.10333,43.72744],[6.12737,43.72689],[6.12694,43.71802],[6.15157,43.71715],[6.15148,43.70822],[6.20144,43.70666],[6.20247,43.72459],[6.21466,43.72434],[6.24058,43.74152],[6.24169,43.7595],[6.25405,43.75925],[6.25465,43.76799],[6.27869,43.76744],[6.27843,43.75851],[6.30298,43.75764],[6.30255,43.74884],[6.32666,43.72999],[6.40159,43.72763],[6.40245,43.74555],[6.41456,43.74518],[6.42795,43.75405],[6.4282,43.76316],[6.41602,43.76378],[6.41713,43.78113],[6.49129,43.7789],[6.49198,43.78776],[6.51644,43.78727],[6.5173,43.79588],[6.52897,43.79563],[6.52768,43.76874],[6.55283,43.76793],[6.55343,43.77673],[6.57806,43.77605],[6.59137,43.78467],[6.59171,43.79346],[6.616,43.79278],[6.61566,43.78374],[6.65334,43.78256],[6.65385,43.79142],[6.69093,43.79037],[6.6917,43.7991],[6.71651,43.79855],[6.71831,43.82567],[6.70578,43.82635],[6.70638,43.83533],[6.68175,43.83614],[6.68218,43.84462],[6.7069,43.84394],[6.70853,43.8708],[6.7329,43.86999],[6.73256,43.86096],[6.75754,43.86009],[6.75857,43.86894],[6.78286,43.86838],[6.7959,43.87667],[6.79753,43.8948],[6.80998,43.89431],[6.81041,43.9034],[6.85942,43.90154],[6.85925,43.89257],[6.88362,43.89158],[6.88328,43.88274],[6.9334,43.88094],[6.94654,43.8896],[6.94851,43.91663],[6.92491,43.93548],[6.88774,43.93721],[6.88886,43.95507],[6.85161,43.95656],[6.85332,43.98324],[6.84105,43.98392],[6.84216,44.00158],[6.81727,44.00269],[6.81779,44.01152],[6.79384,44.03041],[6.76929,44.03146],[6.76964,44.04034],[6.75753,44.0409],[6.7608,44.09449],[6.7487,44.09523],[6.74947,44.1131],[6.72475,44.11415],[6.72509,44.12278],[6.71265,44.12345],[6.71428,44.15031],[6.70192,44.15074],[6.70312,44.16829],[6.71548,44.16792],[6.71728,44.19476],[6.72973,44.19439],[6.73273,44.23917],[6.74535,44.23893],[6.74595,44.24778],[6.7711,44.24692],[6.77221,44.26499],[6.79762,44.26401],[6.80011,44.30905],[6.81255,44.30868],[6.81393,44.32655],[6.85126,44.32526],[6.86474,44.33416],[6.86525,44.34288],[6.89023,44.34214],[6.90345,44.35061],[6.90791,44.41337],[6.94542,44.4122],[6.95855,44.42085],[6.95975,44.43917],[6.94774,44.44867],[6.92276,44.44965],[6.92413,44.4673],[6.91229,44.47679],[6.88705,44.47795],[6.88808,44.49577],[6.87615,44.50514],[6.86379,44.50563],[6.865,44.52325],[6.87761,44.52283],[6.87881,44.54069],[6.91615,44.53941],[6.94276,44.55659],[6.94533,44.59248],[6.95769,44.592],[6.95932,44.6099],[6.98447,44.60899],[6.98636,44.63635],[6.96113,44.63745],[6.96241,44.65492],[6.97494,44.65455],[6.9764,44.67299],[6.78646,44.67958],[6.78346,44.6347],[6.72054,44.63684],[6.71754,44.592],[6.65462,44.59401],[6.6487,44.50404],[6.58604,44.50612],[6.5833,44.46111],[6.52142,44.46313],[6.52408,44.50802],[6.39868,44.51205],[6.40091,44.55702],[6.27448,44.56082],[6.27182,44.51591],[6.02042,44.52307],[6.01776,44.47808],[5.95467,44.48016],[5.95236,44.43513],[5.88927,44.437],[5.88515,44.34669],[5.82267,44.34822],[5.82018,44.3034],[5.75778,44.30469],[5.75546,44.25995],[5.69286,44.26132],[5.69083,44.21642],[5.66603,44.21685],[5.66517,44.19901]]],"terms_url":"http://www.crige-paca.org/geoportail/geocatalogue.html?id_lot_donnee_carto=204","terms_text":"ORTHO 2010 © PACA-04-05-84"},{"id":"fr.dpt.06.2009","name":"Alpes-Maritimes 2009","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/paca06_2009/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2009-01-01T00:00:00.000Z","startDate":"2009-01-01T00:00:00.000Z","zoomExtent":[2,21],"polygon":[[[6.89117,44.39994],[6.87401,44.39749],[6.81839,44.35724],[6.80466,44.35724],[6.80191,44.33907],[6.77307,44.34251],[6.75865,44.29486],[6.73668,44.29535],[6.73531,44.27864],[6.71608,44.28011],[6.71539,44.25946],[6.70578,44.25946],[6.70235,44.24717],[6.69273,44.24815],[6.68861,44.21519],[6.67831,44.21617],[6.67557,44.20042],[6.66595,44.20091],[6.66389,44.14181],[6.67488,44.14181],[6.67213,44.12555],[6.68312,44.12604],[6.68243,44.1083],[6.70166,44.10632],[6.70029,44.09252],[6.7202,44.09104],[6.70921,44.0338],[6.72157,44.0338],[6.72157,44.0259],[6.74766,44.02541],[6.74286,44.0022],[6.76208,44.00121],[6.76071,43.98738],[6.80191,43.98837],[6.79848,43.97651],[6.82045,43.97157],[6.8177,43.93647],[6.78818,43.9345],[6.7868,43.91867],[6.76483,43.92015],[6.76483,43.90086],[6.65222,43.90383],[6.64947,43.85681],[6.64192,43.85681],[6.63574,43.81422],[6.64673,43.81223],[6.64467,43.80678],[6.61514,43.80877],[6.60622,43.79786],[6.60553,43.76465],[6.61926,43.76366],[6.62064,43.74729],[6.63162,43.7463],[6.62888,43.73042],[6.73119,43.72695],[6.72981,43.71057],[6.73805,43.71008],[6.73531,43.68873],[6.72638,43.68972],[6.72295,43.65893],[6.73531,43.65843],[6.73668,43.64154],[6.7662,43.63856],[6.76964,43.60675],[6.80672,43.60426],[6.8074,43.5968],[6.82251,43.58785],[6.86851,43.58537],[6.86714,43.57492],[6.86027,43.57542],[6.85135,43.55054],[6.84792,43.51669],[6.85478,43.49179],[6.86645,43.47834],[6.88431,43.47036],[6.9207,43.46787],[6.92207,43.47335],[6.97838,43.47136],[6.98524,43.50474],[7.00378,43.50474],[7.00378,43.49826],[7.09923,43.49378],[7.10403,43.5152],[7.17133,43.54506],[7.15897,43.58735],[7.16721,43.62564],[7.24274,43.62812],[7.25784,43.66738],[7.33063,43.6634],[7.56203,43.78151],[7.55997,43.80629],[7.53937,43.84196],[7.54074,43.86919],[7.57645,43.87414],[7.60666,43.93548],[7.687,43.96169],[7.70691,44.01504],[7.74467,44.05897],[7.74742,44.10435],[7.71789,44.10731],[7.70004,44.18713],[7.60185,44.19304],[7.60185,44.17777],[7.54349,44.17974],[7.5428,44.16497],[7.47139,44.163],[7.47002,44.14871],[7.42744,44.1497],[7.36908,44.17039],[7.35741,44.16792],[7.27982,44.18811],[7.21802,44.19107],[7.20222,44.20731],[7.19879,44.22552],[7.11708,44.22897],[7.11571,44.24717],[7.07039,44.24766],[7.07107,44.26586],[6.89117,44.39994]]],"terms_url":"http://www.crige-paca.org/geoportail/geocatalogue.html?id_lot_donnee_carto=131","terms_text":"GO 06-Ortho HR 2009"},{"id":"fr.dpt.06.2020.storm.alex","name":"Alpes-Maritimes 2020 (Storm Alex)","type":"tms","template":"http://proxy-ign.openstreetmap.fr/alex/{zoom}/{x}/{y}.jpg","category":"photo","endDate":"2020-10-01T00:00:00.000Z","startDate":"2020-10-01T00:00:00.000Z","zoomExtent":[7,20],"polygon":[[[7.21948,43.89796],[7.14524,44.05133],[7.08962,44.03504],[7.17579,43.8479],[7.22352,43.82785],[7.29493,43.92486],[7.37114,43.93982],[7.3502,43.9948],[7.44599,44.0744],[7.41148,44.09844],[7.32943,44.0417],[7.30814,44.07847],[7.35741,44.08512],[7.35312,44.10103],[7.30008,44.0961],[7.2987,44.10115],[7.3732,44.11459],[7.36136,44.1529],[7.19656,44.13714],[7.20171,44.12334],[7.22695,44.11533],[7.24411,44.05774],[7.28051,43.97627],[7.26437,43.96144],[7.21948,43.89796]],[[7.52693,44.16091],[7.52993,44.13972],[7.435,44.11138],[7.44616,44.09449],[7.46796,44.10325],[7.54847,44.0343],[7.48238,43.93203],[7.49423,43.92745],[7.51259,43.86907],[7.55808,43.87724],[7.53697,43.92387],[7.54006,43.94402],[7.61061,44.05861],[7.62658,44.06453],[7.63276,44.10029],[7.59139,44.11693],[7.60512,44.14736],[7.60246,44.1646],[7.52693,44.16091]]],"terms_url":"https://alex.ign.fr/telecharger","terms_text":"IGN - Ortho express octobre 2020"},{"id":"ARA_Bushfires_2020","name":"ARA Bushfires 2020","type":"tms","template":"https://cogeoxyz.b-cdn.net/46b53084a82973a36c0f57a1d5446c605d00ed851f11a6f5ca7c75db/{zoom}/{x}/{y}.jpg","category":"photo","endDate":"2020-02-06T00:00:00.000Z","startDate":"2020-01-08T00:00:00.000Z","zoomExtent":[12,22],"polygon":[[[136.67263,-35.95734],[136.65314,-35.95817],[136.65061,-35.95897],[136.64366,-35.95814],[136.63555,-35.9581],[136.63593,-35.96252],[136.64666,-35.96429],[136.67765,-35.96283],[136.69859,-35.96338],[136.72224,-35.96213],[136.74356,-35.96245],[136.74417,-35.96338],[136.75352,-35.96318],[136.75408,-35.96199],[136.76691,-35.96182],[136.76674,-35.95661],[136.76446,-35.95414],[136.75979,-35.95529],[136.75635,-35.95508],[136.75356,-35.95331],[136.75283,-35.94977],[136.75052,-35.94827],[136.74631,-35.94938],[136.7179,-35.94928],[136.70769,-35.94886],[136.70533,-35.94994],[136.7037,-35.9515],[136.70318,-35.95355],[136.69704,-35.95515],[136.68486,-35.95543],[136.6831,-35.95772],[136.67263,-35.95734]],[[136.63774,-35.89385],[136.6213,-35.89691],[136.61645,-35.89976],[136.6137,-35.90459],[136.57493,-35.92881],[136.57699,-35.93493],[136.57836,-35.94186],[136.5801,-35.94541],[136.58881,-35.94872],[136.5925,-35.94855],[136.59795,-35.94671],[136.59999,-35.94138],[136.60649,-35.94315],[136.61422,-35.93886],[136.6137,-35.93333],[136.64409,-35.91311],[136.64975,-35.91446],[136.65409,-35.91446],[136.65507,-35.91196],[136.65512,-35.90535],[136.64975,-35.89725],[136.63774,-35.89385]],[[136.80219,-35.83855],[136.87205,-35.82317],[136.85377,-35.77702],[136.78811,-35.79025],[136.80219,-35.83855]],[[136.95745,-35.71934],[136.9575,-35.74871],[137.00187,-35.74846],[137.00204,-35.71903],[136.95745,-35.71934]],[[137.46478,-35.7114],[137.46353,-35.71788],[137.46169,-35.71908],[137.46304,-35.73005],[137.49799,-35.7153],[137.49598,-35.70741],[137.49263,-35.70826],[137.49261,-35.70345],[137.47924,-35.708],[137.47006,-35.70903],[137.46478,-35.7114]],[[138.93336,-34.99052],[138.92695,-34.98968],[138.92517,-34.99001],[138.92407,-34.99305],[138.94746,-35.00283],[138.94684,-34.99989],[138.94748,-34.99817],[138.94645,-34.99515],[138.94491,-34.99168],[138.94858,-34.98799],[138.94935,-34.98242],[138.94909,-34.98091],[138.94461,-34.97268],[138.93841,-34.96659],[138.93356,-34.96413],[138.9154,-34.96132],[138.90229,-34.96106],[138.89712,-34.96186],[138.89699,-34.97178],[138.91302,-34.97015],[138.92935,-34.97259],[138.9365,-34.97941],[138.93688,-34.98205],[138.93811,-34.98634],[138.93336,-34.99052]],[[138.85504,-34.94751],[138.86187,-34.94748],[138.85981,-34.95272],[138.85127,-34.96485],[138.86929,-34.9703],[138.87324,-34.96383],[138.87929,-34.94783],[138.89216,-34.92194],[138.88195,-34.91817],[138.88032,-34.9213],[138.87405,-34.92465],[138.87573,-34.91212],[138.87517,-34.89322],[138.89946,-34.8922],[138.90083,-34.88688],[138.91384,-34.886],[138.91568,-34.87945],[138.91723,-34.85319],[138.92186,-34.85297],[138.92276,-34.82783],[138.91083,-34.82624],[138.90547,-34.8299],[138.90512,-34.83998],[138.89787,-34.83864],[138.88654,-34.84625],[138.8838,-34.85167],[138.85972,-34.8747],[138.85547,-34.87294],[138.85049,-34.87653],[138.84886,-34.88755],[138.85105,-34.8917],[138.85749,-34.89269],[138.85564,-34.94002],[138.85414,-34.94428],[138.85504,-34.94751]]],"terms_url":"https://www.airborneresearch.org.au/","terms_text":"ARA - Airborne Research Australia","best":true,"icon":"https://static.wixstatic.com/media/a40742_9e0c1ee9ed0743a8bbf73b2fe6613802.gif"},{"id":"Arapahoe-County-Aerials-Latest","name":"Arapahoe County Aerials Latest","type":"wms","template":"https://gis.arapahoegov.com/arcgis/rest/services/Aerials/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[-103.70445,39.56447],[-103.69979,39.7456],[-103.85938,39.74792],[-103.85953,39.74066],[-104.29135,39.74592],[-104.29142,39.73857],[-104.89225,39.7433],[-104.89248,39.7143],[-104.9488,39.71458],[-104.94913,39.67111],[-104.99607,39.6713],[-104.99595,39.68582],[-105.0334,39.68597],[-105.03359,39.65697],[-105.04302,39.65701],[-105.0431,39.64252],[-105.06186,39.6426],[-105.06234,39.56288],[-104.28533,39.55748],[-104.28511,39.56465],[-103.83568,39.55918],[-103.83557,39.56638],[-103.70445,39.56447]]],"terms_url":"https://gis.arapahoegov.com/","terms_text":"Arapahoe County GIS","icon":"https://files.arapahoeco.gov/_assets_/images/logo.png"},{"id":"ACC_2018","name":"Athens-Clarke County Imagery (2018)","type":"tms","template":"https://tiles.arcgis.com/tiles/xSEULKvB31odt3XQ/arcgis/rest/services/2018_Ortho_Imagery/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2018-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-83.39172,33.8727],[-83.30933,33.83506],[-83.20633,33.86243],[-83.25577,33.96386],[-83.35739,34.02193],[-83.45078,33.99689],[-83.50433,33.92627],[-83.39172,33.8727]]],"terms_url":"https://data-athensclarke.opendata.arcgis.com/","terms_text":"Athens-Clarke County GIS"},{"id":"CRAIG-Auvergne-2013","name":"Auvergne 2013 25cm CRAIG","type":"wms","template":"https://tiles.craig.fr/ortho/service?LAYERS=ortho_2013&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[2.94012,44.63388],[2.99719,44.63393],[2.99717,44.64734],[3.01597,44.64735],[3.01593,44.67412],[3.03495,44.67413],[3.0349,44.70152],[3.05363,44.70154],[3.05357,44.7419],[3.07233,44.74191],[3.07222,44.80917],[3.09216,44.80919],[3.09214,44.82213],[3.13014,44.82216],[3.13005,44.87707],[3.14856,44.87709],[3.14858,44.8637],[3.16823,44.86371],[3.16825,44.85003],[3.2064,44.85006],[3.20638,44.86284],[3.24395,44.86287],[3.24393,44.87679],[3.26315,44.87681],[3.26308,44.91752],[3.32004,44.91757],[3.32002,44.93033],[3.33908,44.93035],[3.33906,44.9442],[3.377,44.94423],[3.37702,44.93029],[3.39603,44.9303],[3.39612,44.87627],[3.41483,44.87629],[3.41489,44.83553],[3.43334,44.83554],[3.43338,44.80828],[3.45255,44.80829],[3.45258,44.79463],[3.50893,44.79468],[3.5089,44.80815],[3.60426,44.80823],[3.60422,44.83482],[3.62361,44.83484],[3.62357,44.86166],[3.64248,44.86167],[3.64255,44.8211],[3.66101,44.82112],[3.66103,44.80777],[3.6993,44.8078],[3.69928,44.82099],[3.73611,44.82102],[3.73618,44.77971],[3.77511,44.77974],[3.77515,44.75223],[3.81184,44.75226],[3.81186,44.7392],[3.83118,44.73922],[3.83121,44.72468],[3.88782,44.72472],[3.8878,44.73818],[3.92563,44.73821],[3.9256,44.75167],[3.94541,44.75168],[3.94537,44.77847],[3.96437,44.77848],[3.96435,44.79193],[4.00332,44.79196],[4.0033,44.80526],[4.02169,44.80527],[4.02167,44.81857],[4.05965,44.8186],[4.05961,44.84492],[4.07981,44.84494],[4.07979,44.85735],[4.17388,44.85743],[4.17386,44.87055],[4.19326,44.87056],[4.19323,44.88427],[4.21404,44.88429],[4.214,44.91002],[4.23241,44.91004],[4.23237,44.93731],[4.27155,44.93734],[4.27153,44.9503],[4.32887,44.95034],[4.32878,45.00367],[4.34893,45.00368],[4.3489,45.01707],[4.40608,45.01711],[4.40599,45.071],[4.38847,45.07099],[4.38845,45.0846],[4.40794,45.08461],[4.40792,45.09663],[4.48436,45.09669],[4.48429,45.13705],[4.46636,45.13703],[4.46634,45.1502],[4.48645,45.15022],[4.4864,45.17724],[4.50655,45.17726],[4.50644,45.24501],[4.48813,45.24499],[4.48811,45.25921],[4.46986,45.25919],[4.46984,45.27298],[4.45088,45.27297],[4.45086,45.28642],[4.39368,45.28637],[4.39363,45.31352],[4.37509,45.3135],[4.37507,45.32741],[4.39507,45.32742],[4.39503,45.35458],[4.37679,45.35457],[4.37676,45.36855],[4.35766,45.36853],[4.35763,45.38234],[4.28146,45.38227],[4.28143,45.39688],[4.24446,45.39685],[4.24443,45.41079],[4.14812,45.41071],[4.14814,45.39807],[4.12919,45.39805],[4.12921,45.38409],[4.09021,45.38406],[4.09024,45.37121],[4.01355,45.37115],[4.01353,45.3861],[3.91709,45.38602],[3.91707,45.39974],[3.93757,45.39975],[3.93755,45.41311],[3.97528,45.41315],[3.97526,45.42621],[3.99537,45.42622],[3.9957,45.52096],[3.97778,45.52094],[3.97769,45.57439],[3.95818,45.57437],[3.95815,45.58837],[3.9396,45.58835],[3.93958,45.60262],[3.92023,45.60261],[3.9202,45.61646],[3.88189,45.61643],[3.88185,45.64328],[3.84413,45.64325],[3.84411,45.65709],[3.82617,45.65707],[3.82612,45.68389],[3.80722,45.68387],[3.80713,45.73758],[3.78821,45.73756],[3.78819,45.7518],[3.76885,45.75178],[3.7688,45.77897],[3.75072,45.77895],[3.75058,45.86066],[3.76967,45.86067],[3.76958,45.91433],[3.75166,45.91432],[3.75164,45.92809],[3.7329,45.92807],[3.73285,45.95472],[3.81018,45.95478],[3.81016,45.96823],[3.8496,45.96826],[3.84951,46.02162],[3.83188,46.0216],[3.83179,46.07591],[3.8505,46.07592],[3.85046,46.10295],[3.83247,46.10294],[3.83234,46.18456],[3.81422,46.18455],[3.81415,46.22442],[3.83369,46.22444],[3.83366,46.2381],[3.85289,46.23812],[3.85287,46.25147],[3.89314,46.25151],[3.89312,46.26447],[3.91306,46.26448],[3.91303,46.27793],[3.95189,46.27796],[3.95187,46.29082],[3.97152,46.29084],[3.9715,46.30369],[4.0105,46.30373],[4.01048,46.31776],[4.02983,46.31778],[4.02978,46.34428],[4.0116,46.34427],[4.01146,46.42534],[4.03153,46.42536],[4.03146,46.4658],[4.01324,46.46578],[4.01322,46.47938],[3.99437,46.47936],[3.99435,46.49361],[3.9746,46.4936],[3.97457,46.50753],[3.87754,46.50745],[3.8775,46.53478],[3.85836,46.53476],[3.85833,46.54832],[3.81869,46.54828],[3.81871,46.53553],[3.79924,46.53552],[3.79922,46.54907],[3.76104,46.54904],[3.76092,46.61681],[3.74233,46.61679],[3.74228,46.64396],[3.72286,46.64395],[3.72281,46.67104],[3.70387,46.67102],[3.70385,46.68467],[3.68411,46.68466],[3.68406,46.712],[3.66484,46.71198],[3.66479,46.73904],[3.64576,46.73902],[3.64572,46.76634],[3.62575,46.76632],[3.62573,46.77971],[3.56723,46.77966],[3.56725,46.76631],[3.54715,46.76629],[3.54719,46.73928],[3.52716,46.73927],[3.52723,46.6989],[3.48774,46.69887],[3.48776,46.68594],[3.46796,46.68593],[3.46794,46.69941],[3.46792,46.71279],[3.44865,46.71278],[3.44863,46.72679],[3.35043,46.72671],[3.35048,46.6999],[3.33039,46.69988],[3.33034,46.7272],[3.23272,46.72712],[3.23274,46.71351],[3.2129,46.7135],[3.21293,46.70013],[3.17354,46.7001],[3.1735,46.72751],[3.15412,46.72749],[3.1541,46.74073],[3.11478,46.7407],[3.11475,46.75428],[3.07534,46.75424],[3.0753,46.78135],[3.05597,46.78134],[3.05592,46.80831],[2.99704,46.80826],[2.99702,46.82196],[2.93794,46.82191],[2.93797,46.80826],[2.89866,46.80823],[2.89869,46.79424],[2.87899,46.79422],[2.87901,46.78104],[2.85942,46.78103],[2.85944,46.76771],[2.84004,46.76769],[2.84007,46.75447],[2.7414,46.75439],[2.74138,46.76682],[2.70234,46.76679],[2.70236,46.75389],[2.68266,46.75387],[2.68268,46.74048],[2.66349,46.74046],[2.66351,46.7259],[2.64342,46.72588],[2.64344,46.71309],[2.62414,46.71308],[2.62417,46.69981],[2.60397,46.69979],[2.60399,46.68584],[2.56512,46.68581],[2.56515,46.67261],[2.54593,46.6726],[2.546,46.63215],[2.56592,46.63217],[2.56595,46.61811],[2.54564,46.61809],[2.54569,46.59072],[2.56642,46.59074],[2.56644,46.57754],[2.5855,46.57756],[2.58552,46.56472],[2.56613,46.5647],[2.56616,46.55062],[2.46828,46.55055],[2.4683,46.53582],[2.33212,46.53571],[2.33217,46.50886],[2.31265,46.50884],[2.31267,46.49534],[2.29288,46.49533],[2.2929,46.48182],[2.27487,46.4818],[2.27492,46.45442],[2.25539,46.4544],[2.25553,46.37349],[2.27595,46.37351],[2.27604,46.32087],[2.31456,46.32091],[2.31458,46.30704],[2.35371,46.30707],[2.35373,46.29297],[2.39384,46.293],[2.39389,46.26729],[2.45157,46.26733],[2.4516,46.25349],[2.47094,46.25351],[2.47098,46.22656],[2.49151,46.22657],[2.49155,46.19933],[2.51088,46.19934],[2.51093,46.17278],[2.53117,46.1728],[2.53138,46.05135],[2.55163,46.05137],[2.55166,46.03777],[2.57056,46.03778],[2.57068,45.96994],[2.55144,45.96993],[2.55146,45.95662],[2.53226,45.9566],[2.53228,45.94301],[2.51307,45.94299],[2.51313,45.90203],[2.47494,45.902],[2.47496,45.88882],[2.43619,45.88879],[2.43622,45.87533],[2.41721,45.87531],[2.41725,45.84794],[2.37847,45.84791],[2.3785,45.83397],[2.35952,45.83396],[2.35956,45.80708],[2.37873,45.8071],[2.37875,45.79358],[2.3987,45.79359],[2.39872,45.78035],[2.41825,45.78036],[2.41832,45.74],[2.45722,45.74003],[2.45724,45.7267],[2.47589,45.72671],[2.47591,45.71324],[2.49533,45.71325],[2.49542,45.65913],[2.45769,45.6591],[2.45776,45.61834],[2.43912,45.61833],[2.43919,45.57766],[2.4585,45.57768],[2.45855,45.55053],[2.47809,45.55055],[2.47811,45.53725],[2.49755,45.53726],[2.49759,45.51068],[2.47855,45.51066],[2.47864,45.45613],[2.45978,45.45612],[2.45987,45.40176],[2.42249,45.40173],[2.42247,45.41528],[2.40232,45.41527],[2.40229,45.42882],[2.3256,45.42876],[2.32567,45.38796],[2.34562,45.38798],[2.34566,45.36111],[2.32626,45.36109],[2.32628,45.34721],[2.30738,45.3472],[2.3074,45.3336],[2.28811,45.33358],[2.28813,45.32082],[2.26963,45.3208],[2.26966,45.30621],[2.25066,45.3062],[2.25068,45.29251],[2.23169,45.2925],[2.23171,45.27924],[2.213,45.27922],[2.21305,45.25204],[2.19374,45.25202],[2.19376,45.23811],[2.17561,45.2381],[2.17574,45.15768],[2.15735,45.15767],[2.15744,45.10295],[2.12024,45.10292],[2.12026,45.08955],[2.10067,45.08953],[2.10069,45.07544],[2.08246,45.07543],[2.08255,45.0216],[2.10255,45.02161],[2.1026,44.99445],[2.04574,44.99441],[2.04585,44.92753],[2.06578,44.92755],[2.06589,44.85969],[2.0857,44.8597],[2.08572,44.84581],[2.10556,44.84583],[2.1056,44.81933],[2.12474,44.81934],[2.12477,44.80551],[2.14351,44.80553],[2.14355,44.7786],[2.12561,44.77858],[2.1257,44.72427],[2.10665,44.72426],[2.10671,44.68423],[2.12634,44.68424],[2.12636,44.67074],[2.14598,44.67075],[2.14607,44.61644],[2.18396,44.61648],[2.18398,44.60378],[2.24042,44.60383],[2.24037,44.63095],[2.25948,44.63097],[2.25946,44.64493],[2.31668,44.64498],[2.3167,44.63088],[2.33615,44.6309],[2.33617,44.61758],[2.37242,44.61761],[2.3724,44.63158],[2.41105,44.63161],[2.41107,44.61907],[2.44922,44.61911],[2.4492,44.63232],[2.50486,44.63237],[2.50481,44.65976],[2.52461,44.65977],[2.52457,44.68717],[2.54225,44.68719],[2.54223,44.70122],[2.58071,44.70125],[2.5806,44.76834],[2.61769,44.76837],[2.61762,44.80884],[2.63676,44.80885],[2.63669,44.84929],[2.67331,44.84933],[2.67329,44.86252],[2.69338,44.86253],[2.69333,44.88943],[2.73052,44.88946],[2.73048,44.91645],[2.74992,44.91646],[2.75005,44.83647],[2.80733,44.83652],[2.80731,44.8491],[2.82638,44.84912],[2.8264,44.83628],[2.8457,44.8363],[2.84577,44.79571],[2.86422,44.79573],[2.86426,44.76865],[2.88399,44.76866],[2.88403,44.74197],[2.90203,44.74198],[2.90214,44.67432],[2.92198,44.67434],[2.92202,44.6473],[2.9401,44.64731],[2.94012,44.63388]]],"terms_url":"https://wiki.openstreetmap.org/wiki/WikiProject_France/CRAIG","terms_text":"Orthophotographie CRAIG/Sintegra/IGN 2013"},{"id":"CRAIG-Auvergne-2016_mirror1","name":"Auvergne 2016 25cm CRAIG","type":"wms","template":"https://tiles.craig.fr/ortho/service?LAYERS=ortho_2016&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","polygon":[[[2.49389,46.66829],[2.54882,46.56642],[2.27828,46.53903],[2.21374,46.33935],[2.46093,46.22166],[2.54882,45.97979],[2.34558,45.82402],[2.41149,45.72919],[2.43347,45.44087],[2.30712,45.46784],[2.005,44.97257],[2.12585,44.58265],[2.51037,44.60221],[2.71911,44.85198],[2.92785,44.60221],[3.03222,44.60612],[3.18054,44.82471],[3.33435,44.89091],[3.37829,44.80523],[3.86169,44.696],[4.22424,44.84419],[4.81201,45.34443],[4.76257,45.57176],[4.45495,45.69084],[4.38354,46.09229],[4.4934,46.14559],[4.46044,46.25965],[4.03747,46.24825],[4.04846,46.48327],[3.64746,46.80758],[2.71362,46.84141],[2.49389,46.66829]]],"terms_url":"https://wiki.openstreetmap.org/wiki/WikiProject_France/CRAIG","terms_text":"CRAIG - IGN -TopoGEODIS - Feder Auvergne-Rhône-Alpes 2016"},{"id":"Baker_Ortho_2020","name":"Baker County Orthoimagery (2020)","type":"tms","template":"https://tiles.arcgis.com/tiles/HSWu3dhzHf7nZfIa/arcgis/rest/services/basemap_imagery_2020/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.47073,30.12544],[-82.40749,30.12444],[-82.40719,30.13819],[-82.0435,30.13188],[-82.03766,30.36555],[-82.10106,30.36671],[-82.10072,30.38045],[-82.13244,30.38103],[-82.13277,30.36727],[-82.16447,30.36784],[-82.16412,30.3816],[-82.18001,30.38188],[-82.17967,30.39562],[-82.19555,30.39592],[-82.19295,30.50585],[-82.2088,30.50614],[-82.20851,30.51987],[-82.22437,30.52016],[-82.22344,30.5614],[-82.20755,30.56112],[-82.20724,30.57487],[-82.33431,30.57703],[-82.33402,30.59076],[-82.4611,30.59281],[-82.47073,30.12544]]],"terms_url":"http://www.bakerpa.com/","terms_text":"Baker County Property Appraiser’s Office","description":"The 2020 orthoimagery for Baker County in the State of Florida"},{"id":"BANO","name":"BANO","type":"tms","template":"https://{switch:a,b,c}.layers.openstreetmap.fr/bano/{zoom}/{x}/{y}.png","category":"qa","zoomExtent":[12,20],"polygon":[[[-51.53687,4.11633],[-51.52039,4.51072],[-52.46522,5.4465],[-53.89344,6.004],[-54.58008,4.95962],[-54.42078,4.00127],[-54.12964,3.59567],[-54.12415,3.46408],[-54.31641,3.20085],[-54.31092,2.80589],[-54.8053,2.27358],[-54.20106,2.03205],[-53.72864,2.21869],[-52.92664,2.07597],[-52.641,2.25162],[-52.2345,3.10213],[-51.53687,4.11633]],[[-61.27501,14.90218],[-61.27622,14.36803],[-60.72489,14.36686],[-60.72368,14.90101],[-61.27501,14.90218]],[[-61.92802,16.58618],[-61.92686,15.7394],[-60.88128,15.74072],[-60.88243,16.5875],[-61.92802,16.58618]],[[55.09434,-21.49651],[55.96576,-21.49],[55.95959,-20.77281],[55.08816,-20.77935],[55.09434,-21.49651]],[[44.92054,-12.57363],[44.92502,-13.11963],[45.35274,-13.1163],[45.34826,-12.57029],[44.92054,-12.57363]],[[2.35816,51.32937],[1.31,50.88],[-2.25,50.09],[-6.3,48.98],[-2.7,43.9],[-1.7835,43.39686],[-1.78509,43.39037],[-1.80099,43.37017],[-1.79156,43.34067],[-1.76297,43.32565],[-1.75606,43.31966],[-1.73359,43.28856],[-1.66953,43.30065],[-1.65,43.29323],[-1.61053,43.24223],[-1.57149,43.2412],[-1.54626,43.2737],[-1.52629,43.28099],[-1.40868,43.25591],[-1.39531,43.24596],[-1.39411,43.22935],[-1.42732,43.1404],[-1.43479,43.13087],[-1.47641,43.10248],[-1.48311,43.08561],[-1.4775,43.06889],[-1.43868,43.03371],[-1.3542,43.0197],[-1.33135,43.0496],[-1.31992,43.05696],[-1.30643,43.05531],[-1.26236,43.03303],[-1.22612,43.03898],[-1.21622,43.0381],[-1.16736,43.02083],[-1.15845,43.01452],[-1.14775,43.00124],[-1.1156,43.00461],[-1.10852,43.00409],[-1.02313,42.98206],[-0.94508,42.94192],[-0.82114,42.93865],[-0.77253,42.95284],[-0.75711,42.95107],[-0.7476,42.93879],[-0.73372,42.88666],[-0.68094,42.86775],[-0.67446,42.86392],[-0.56721,42.76937],[-0.54499,42.76906],[-0.50868,42.79935],[-0.48842,42.80255],[-0.44354,42.78453],[-0.39208,42.78766],[-0.31683,42.82635],[-0.29987,42.82697],[-0.16949,42.77157],[-0.06726,42.6848],[-0.01993,42.67389],[0.17919,42.72075],[0.18967,42.72039],[0.23972,42.70494],[0.24594,42.70175],[0.29571,42.66388],[0.32567,42.67274],[0.34912,42.69817],[0.35954,42.70415],[0.3715,42.70308],[0.43024,42.67863],[0.669,42.67901],[0.69192,42.70684],[0.67474,42.75286],[0.67409,42.76479],[0.69117,42.83186],[0.70017,42.84402],[0.71511,42.8464],[0.84606,42.8157],[0.92265,42.7797],[0.95073,42.78794],[0.95937,42.78852],[1.07564,42.77079],[1.08546,42.76635],[1.16554,42.69928],[1.23221,42.71248],[1.32364,42.7085],[1.33313,42.70563],[1.37335,42.68127],[1.38032,42.67415],[1.41936,42.60643],[1.43792,42.59264],[1.47238,42.59703],[1.4921,42.62502],[1.50444,42.6331],[1.54636,42.64166],[1.56069,42.6392],[1.60283,42.61382],[1.69377,42.60975],[1.71011,42.59992],[1.72479,42.57499],[1.7272,42.56103],[1.71561,42.50125],[1.72567,42.48452],[1.82774,42.47056],[1.88444,42.4477],[1.88459,42.44762],[1.88467,42.44761],[1.92089,42.43302],[1.93076,42.42442],[1.965,42.36473],[2.00861,42.33818],[2.09393,42.35474],[2.14881,42.40545],[2.16028,42.41065],[2.20526,42.41541],[2.20653,42.41526],[2.20694,42.41558],[2.25973,42.42117],[2.26719,42.42055],[2.41222,42.38021],[2.41933,42.37658],[2.47795,42.32986],[2.5338,42.32197],[2.56777,42.34173],[2.58106,42.34418],[2.66719,42.33008],[2.68585,42.34679],[2.68162,42.37263],[2.68378,42.3854],[2.69331,42.39417],[2.72928,42.40998],[2.7413,42.41128],[2.78424,42.40256],[2.87019,42.44653],[2.87822,42.4487],[3.02214,42.45645],[3.03402,42.45331],[3.0944,42.41457],[3.16081,42.42757],[3.17358,42.41768],[5.8,41.64],[8.94186,41.27688],[9.27311,41.29196],[9.36968,41.35052],[9.63227,41.43244],[9.8,43.1],[7.53622,43.79234],[7.51594,43.84915],[7.51649,43.86397],[7.5271,43.87434],[7.56858,43.89159],[7.58419,43.93287],[7.59624,43.94466],[7.66016,43.9672],[7.68077,44.0164],[7.68603,44.02371],[7.72403,44.05704],[7.72786,44.08615],[7.69445,44.12276],[7.68937,44.13869],[7.69422,44.17795],[7.68608,44.1861],[7.63989,44.18928],[7.6162,44.16827],[7.60548,44.1634],[7.56478,44.15817],[7.5642,44.15836],[7.56283,44.15792],[7.37776,44.13416],[7.36278,44.13834],[7.33878,44.1574],[7.27537,44.15947],[7.26053,44.16682],[7.24533,44.18544],[7.1651,44.22112],[7.07312,44.2461],[7.03259,44.2424],[7.01983,44.24558],[7.01181,44.256],[6.99909,44.29414],[6.91637,44.36804],[6.90972,44.38195],[6.90907,44.39477],[6.91223,44.40659],[6.92167,44.41436],[6.95872,44.42908],[6.95894,44.43129],[6.87892,44.50245],[6.87233,44.5195],[6.88235,44.53479],[6.94659,44.57124],[6.97819,44.61784],[6.97056,44.64696],[6.97413,44.66431],[6.99007,44.67203],[7.07671,44.67134],[7.08666,44.68085],[7.08651,44.6968],[7.07224,44.72311],[7.0496,44.73226],[7.03711,44.75009],[7.03453,44.82282],[7.01795,44.84402],[6.93633,44.87461],[6.8798,44.86346],[6.86698,44.86519],[6.7942,44.90161],[6.78375,44.9146],[6.75744,45.01884],[6.69602,45.03395],[6.68237,45.04558],[6.66501,45.08667],[6.6653,45.10289],[6.67751,45.11356],[6.77056,45.14242],[6.78283,45.14228],[6.85843,45.11699],[6.90009,45.12689],[6.98106,45.19368],[6.99279,45.19823],[7.08417,45.20279],[7.14458,45.25048],[7.13649,45.30576],[7.14232,45.32298],[7.17075,45.35069],[7.19515,45.40409],[7.1856,45.41894],[7.13304,45.44001],[7.1228,45.44924],[7.1072,45.47877],[7.02774,45.5102],[7.0158,45.52354],[6.99643,45.59465],[6.9978,45.60877],[7.01151,45.63652],[7.00597,45.64945],[6.97131,45.66528],[6.94247,45.66172],[6.92419,45.66935],[6.90729,45.69124],[6.8414,45.71373],[6.83174,45.72082],[6.82787,45.73217],[6.82614,45.80353],[6.83102,45.81711],[6.84376,45.82387],[6.94097,45.83551],[6.99582,45.85822],[7.04394,45.92036],[7.04497,45.92064],[7.04533,45.92217],[7.05191,45.93066],[7.01556,46.00883],[6.94898,46.0699],[6.92001,46.07721],[6.90932,46.08406],[6.90491,46.09595],[6.90382,46.12971],[6.83427,46.14509],[6.82259,46.15261],[6.81863,46.16592],[6.82075,46.19862],[6.82698,46.21188],[6.86092,46.2439],[6.87504,46.28007],[6.86491,46.30038],[6.81095,46.33359],[6.80189,46.34639],[6.80484,46.36179],[6.81832,46.38181],[6.82244,46.42925],[6.74665,46.45695],[6.63047,46.47435],[6.50498,46.46871],[6.41748,46.42682],[6.41083,46.42495],[6.31648,46.41557],[6.23946,46.36705],[6.21219,46.32485],[6.21148,46.31057],[6.24707,46.24777],[6.24906,46.23299],[6.24026,46.22094],[6.13778,46.15702],[6.12468,46.15415],[6.05564,46.16288],[6.03509,46.15456],[6.01783,46.15564],[6.00787,46.16977],[6.00388,46.19332],[6.00681,46.20752],[6.01857,46.21601],[6.07717,46.23123],[6.08865,46.23081],[6.1103,46.22344],[6.13038,46.23737],[6.13371,46.30227],[6.13748,46.31297],[6.17817,46.36922],[6.16622,46.38839],[6.10829,46.41643],[6.09704,46.43317],[6.09572,46.45418],[6.10174,46.46979],[6.15811,46.52456],[6.16549,46.54399],[6.15152,46.56508],[6.14872,46.58069],[6.15817,46.59343],[6.46098,46.76887],[6.46722,46.79104],[6.45644,46.80534],[6.4535,46.8239],[6.47548,46.88771],[6.46686,46.91997],[6.46892,46.93522],[6.4812,46.9445],[6.62355,46.9811],[6.72561,47.0418],[6.76011,47.09953],[6.76907,47.10751],[6.85545,47.14636],[6.88913,47.18922],[6.89443,47.19393],[6.96134,47.23479],[6.96347,47.26233],[6.97424,47.27856],[7.05958,47.32257],[7.07007,47.35005],[7.05623,47.37035],[7.018,47.38386],[6.97126,47.37218],[6.95769,47.37359],[6.94818,47.38337],[6.94716,47.39698],[6.9551,47.40808],[7.003,47.44095],[7.01205,47.47287],[7.02102,47.48458],[7.03557,47.48695],[7.0801,47.47718],[7.12853,47.48893],[7.14279,47.48707],[7.15212,47.47612],[7.16708,47.4335],[7.24435,47.40939],[7.32653,47.4273],[7.38747,47.42111],[7.51256,47.48439],[7.54511,47.54283],[7.55424,47.55128],[7.58967,47.56755],[7.60016,47.60822],[7.537,47.67302],[7.53136,47.68564],[7.53526,47.6989],[7.55758,47.72899],[7.54418,47.77232],[7.54581,47.78793],[7.57267,47.83631],[7.5728,47.86435],[7.57554,47.87436],[7.63205,47.97081],[7.62437,47.99865],[7.59127,48.03035],[7.58522,48.04694],[7.59165,48.10648],[7.59605,48.11698],[7.67661,48.21555],[7.70241,48.28803],[7.71085,48.29841],[7.75159,48.32322],[7.74357,48.38427],[7.74506,48.39484],[7.78055,48.47652],[7.78547,48.48337],[7.81449,48.50968],[7.81456,48.57704],[7.81842,48.58883],[7.8484,48.62977],[7.85605,48.63606],[7.90422,48.65865],[7.98534,48.7409],[7.99071,48.74478],[8.10087,48.7993],[8.15824,48.89753],[8.20089,48.94339],[8.20888,48.94863],[8.23589,48.95817],[8.23704,48.97683],[8.2225,48.98787],[8.08069,49.00688],[7.93826,49.06832],[7.8673,49.05227],[7.85525,49.05329],[7.80291,49.07489],[7.76073,49.06067],[7.75401,49.05963],[7.6612,49.06119],[7.64722,49.06722],[7.6296,49.08527],[7.5579,49.09626],[7.54379,49.10572],[7.50113,49.17672],[7.45012,49.19517],[7.36095,49.18259],[7.29893,49.13856],[7.28683,49.13488],[7.1535,49.13839],[7.14315,49.14159],[7.10494,49.16634],[7.06908,49.16018],[7.05478,49.16313],[7.0463,49.17503],[7.04055,49.19794],[6.93753,49.23369],[6.89322,49.22389],[6.88453,49.2239],[6.85119,49.23136],[6.82982,49.21802],[6.83093,49.19366],[6.82473,49.17826],[6.80904,49.17284],[6.76026,49.17752],[6.74328,49.19086],[6.72996,49.22917],[6.67013,49.29269],[6.61627,49.31869],[6.60497,49.33739],[6.60639,49.37868],[6.5451,49.44384],[6.43515,49.487],[6.34423,49.48037],[6.334,49.48235],[6.24643,49.52511],[6.17397,49.52187],[6.09319,49.47787],[6.08635,49.47562],[6.01627,49.46597],[5.99801,49.47317],[5.97516,49.50129],[5.876,49.5114],[5.86126,49.52038],[5.8399,49.55321],[5.77526,49.57414],[5.71578,49.55361],[5.70676,49.55267],[5.641,49.56095],[5.6076,49.53761],[5.59311,49.53424],[5.55401,49.54025],[5.50666,49.52042],[5.49294,49.51979],[5.48205,49.52815],[5.43141,49.60791],[5.3544,49.64041],[5.344,49.65049],[5.33363,49.67308],[5.28157,49.70836],[5.19602,49.70732],[5.18761,49.70906],[5.1412,49.72984],[5.13458,49.73462],[5.09944,49.77323],[5.02686,49.78886],[5.01867,49.79272],[4.99534,49.81116],[4.91098,49.79926],[4.89769,49.80204],[4.88924,49.81266],[4.87625,49.85111],[4.87913,49.86942],[4.89755,49.89424],[4.89654,49.91753],[4.83343,49.96696],[4.82662,49.97692],[4.82678,49.989],[4.8433,50.03881],[4.84331,50.03883],[4.84331,50.03884],[4.85104,50.06216],[4.86277,50.0745],[4.88076,50.0815],[4.90426,50.12639],[4.90479,50.14451],[4.8815,50.16436],[4.83123,50.17941],[4.69517,50.10472],[4.66924,50.06972],[4.67293,50.02716],[4.66936,50.01392],[4.6581,50.00609],[4.45469,49.95251],[4.44542,49.9523],[4.30877,49.98145],[4.22164,49.97089],[4.20633,49.97546],[4.1765,50.00065],[4.16976,50.01217],[4.17177,50.02537],[4.18164,50.03436],[4.23193,50.05551],[4.24074,50.07102],[4.21195,50.13602],[4.1764,50.1547],[4.16601,50.16888],[4.17084,50.18579],[4.23078,50.25233],[4.22904,50.26664],[4.21444,50.28167],[4.14388,50.29727],[4.13761,50.29984],[4.02672,50.36904],[3.91317,50.34291],[3.90189,50.3436],[3.84109,50.36558],[3.74935,50.36279],[3.71576,50.33854],[3.70258,50.33482],[3.6901,50.34044],[3.68415,50.35277],[3.67378,50.45642],[3.61523,50.50558],[3.54779,50.51012],[3.53266,50.51873],[3.52173,50.53459],[3.4748,50.54445],[3.3898,50.50884],[3.37551,50.50839],[3.3056,50.53267],[3.29219,50.55037],[3.28922,50.60028],[3.26588,50.64054],[3.26576,50.6604],[3.27545,50.67757],[3.27051,50.70375],[3.22149,50.7267],[3.2154,50.73111],[3.14877,50.80195],[3.11412,50.80566],[3.09244,50.79092],[3.08218,50.78749],[3.00718,50.78377],[2.93508,50.75592],[2.9161,50.72418],[2.90492,50.71536],[2.89072,50.7162],[2.85265,50.73335],[2.81655,50.73092],[2.79995,50.73795],[2.73267,50.81738],[2.6511,50.82906],[2.63786,50.83696],[2.62781,50.85054],[2.62396,50.86071],[2.61962,50.91067],[2.62452,50.9256],[2.64225,50.94578],[2.63986,50.95766],[2.61558,50.99749],[2.59845,51.0051],[2.58741,51.01763],[2.57048,51.07409],[2.5488,51.09759],[2.35816,51.32937]]],"terms_url":"https://wiki.openstreetmap.org/wiki/FR:WikiProject_France/WikiProject_Base_Adresses_Nationale_Ouverte_(BANO)#Licence_du_r.C3.A9sultat","terms_text":"Tiles © cquest@Openstreetmap France, data © OpenStreetMap contributors, ODBL","description":"French address registry or Base Adresses Nationale Ouverte","overlay":true},{"id":"lu.geoportail.opendata.basemap","name":"Basemap geoportail.lu","type":"tms","template":"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/basemap/GLOBAL_WEBMERCATOR/{zoom}/{x}/{y}.png","endDate":"2010-07-20T00:00:00.000Z","startDate":"2013-07-19T00:00:00.000Z","zoomExtent":[5,20],"polygon":[[[5.96175,50.17631],[5.95286,50.13384],[5.89196,50.12041],[5.881,50.08069],[5.85781,50.07186],[5.85087,50.0563],[5.86189,50.04581],[5.84792,50.02809],[5.81561,50.01437],[5.81806,49.99936],[5.83462,49.98656],[5.83129,49.97995],[5.80652,49.97321],[5.80524,49.96677],[5.78672,49.96816],[5.7688,49.96104],[5.76878,49.94239],[5.77073,49.93711],[5.76039,49.93252],[5.75783,49.91737],[5.73303,49.90285],[5.7346,49.89341],[5.77505,49.88057],[5.77567,49.87438],[5.74955,49.87554],[5.75229,49.85922],[5.74066,49.85152],[5.75399,49.84878],[5.74624,49.84783],[5.74701,49.84048],[5.74053,49.84142],[5.7372,49.83353],[5.74581,49.82435],[5.74159,49.82126],[5.75094,49.79094],[5.76517,49.78961],[5.78626,49.79079],[5.82073,49.74878],[5.82489,49.73767],[5.82191,49.72128],[5.84325,49.71822],[5.86481,49.72331],[5.8757,49.71118],[5.85628,49.68211],[5.85656,49.67628],[5.89934,49.66239],[5.89998,49.63907],[5.88182,49.63815],[5.8694,49.6106],[5.84565,49.5981],[5.84712,49.58961],[5.8511,49.58379],[5.86289,49.58525],[5.86866,49.587],[5.85943,49.57158],[5.8052,49.54272],[5.81625,49.53325],[5.83562,49.54114],[5.84308,49.53081],[5.83187,49.52639],[5.83641,49.51817],[5.84828,49.51397],[5.84897,49.50826],[5.86332,49.50006],[5.89033,49.4948],[5.91578,49.49835],[5.9616,49.49026],[5.96891,49.48202],[5.97232,49.46087],[5.97773,49.45955],[5.97657,49.44885],[5.99412,49.45301],[6.01574,49.44885],[6.02154,49.45127],[6.02529,49.44703],[6.04421,49.44553],[6.05222,49.46028],[6.05917,49.46306],[6.07722,49.46139],[6.08167,49.45417],[6.10483,49.45076],[6.1014,49.46726],[6.12725,49.47081],[6.12937,49.48803],[6.14018,49.48525],[6.1671,49.49006],[6.16086,49.50085],[6.17337,49.50577],[6.19669,49.50331],[6.24133,49.50693],[6.27191,49.49995],[6.28789,49.48379],[6.29503,49.47928],[6.32189,49.47244],[6.3334,49.46493],[6.37056,49.45732],[6.37076,49.50545],[6.35932,49.52481],[6.35855,49.53296],[6.38009,49.54856],[6.3849,49.55817],[6.35791,49.57166],[6.36909,49.5783],[6.38119,49.57509],[6.38443,49.5801],[6.37551,49.58809],[6.37941,49.59526],[6.39898,49.60094],[6.42178,49.61809],[6.44251,49.65591],[6.4399,49.66025],[6.42714,49.66237],[6.5046,49.71227],[6.50788,49.71215],[6.50712,49.71655],[6.49558,49.72443],[6.49891,49.72639],[6.50479,49.725],[6.51176,49.72016],[6.51642,49.72129],[6.51809,49.7242],[6.50727,49.72938],[6.50263,49.73298],[6.50373,49.75086],[6.52052,49.76134],[6.52056,49.76818],[6.51105,49.77422],[6.51917,49.78344],[6.50622,49.78899],[6.53083,49.80116],[6.53225,49.80686],[6.52981,49.81048],[6.5196,49.81446],[6.51485,49.80513],[6.51155,49.80238],[6.50669,49.80993],[6.49681,49.81277],[6.47057,49.82385],[6.46454,49.81975],[6.45366,49.81275],[6.44344,49.81233],[6.44161,49.81547],[6.43097,49.81129],[6.42807,49.81186],[6.42643,49.81629],[6.4022,49.82098],[6.36465,49.85164],[6.33937,49.8507],[6.33656,49.83998],[6.32741,49.83673],[6.32158,49.8409],[6.32361,49.85188],[6.31465,49.86057],[6.31532,49.8673],[6.30989,49.87107],[6.2977,49.86673],[6.29166,49.87548],[6.28113,49.87957],[6.27646,49.87725],[6.26301,49.88101],[6.25781,49.88724],[6.24692,49.89535],[6.23381,49.90028],[6.23229,49.9072],[6.22769,49.91062],[6.23187,49.91064],[6.23603,49.91355],[6.22986,49.92125],[6.21913,49.92354],[6.22635,49.92766],[6.22824,49.93726],[6.22044,49.94369],[6.22502,49.95039],[6.21269,49.9514],[6.20707,49.95672],[6.19978,49.95352],[6.19277,49.97158],[6.18331,49.9686],[6.17983,49.96307],[6.18339,49.9548],[6.17995,49.95386],[6.1763,49.962],[6.17151,49.96298],[6.16549,49.97115],[6.17035,49.98376],[6.17348,49.98344],[6.17305,49.98589],[6.15625,49.98867],[6.15023,49.99518],[6.14218,49.99535],[6.13852,49.99829],[6.13966,49.9994],[6.14546,49.99689],[6.1517,50.01058],[6.13934,50.01116],[6.13024,50.01819],[6.13138,50.01905],[6.13594,50.01485],[6.13868,50.01572],[6.14821,50.02307],[6.13034,50.02975],[6.13661,50.04178],[6.12361,50.06323],[6.11563,50.05817],[6.11444,50.06139],[6.12117,50.064],[6.13186,50.07348],[6.12634,50.07817],[6.12194,50.09059],[6.13547,50.09119],[6.13108,50.09964],[6.13808,50.10263],[6.13555,50.11899],[6.14093,50.1305],[6.12369,50.13719],[6.11323,50.13739],[6.1277,50.14993],[6.1201,50.15594],[6.1225,50.16437],[6.10176,50.17199],[6.07824,50.17255],[6.07668,50.15913],[6.06069,50.15536],[6.03318,50.16395],[6.02627,50.18496],[5.96175,50.17631]]],"terms_url":"https://data.public.lu/en/datasets/carte-de-base-webservices-wms-et-wmts","terms_text":"Administration du Cadastre et de la Topographie","icon":"https://www.geoportail.lu/static/img/lion.png"},{"id":"basemap.at","name":"basemap.at","type":"tms","template":"https://mapsneu.wien.gv.at/basemap/geolandbasemap/normal/google3857/{zoom}/{y}/{x}.png","category":"map","zoomExtent":[0,20],"polygon":[[[16.50733,46.99293],[16.52768,47.05884],[16.47679,47.07964],[16.54804,47.1489],[16.47171,47.1489],[16.42591,47.19733],[16.49206,47.2768],[16.46153,47.39406],[16.54295,47.39406],[16.66,47.44915],[16.71088,47.53855],[16.67017,47.63122],[16.57348,47.6175],[16.42082,47.66893],[16.54804,47.70662],[16.53786,47.75454],[16.7058,47.75112],[16.74142,47.67921],[17.09255,47.70319],[17.08237,47.80925],[16.98568,47.86732],[17.08237,47.87414],[17.17397,48.02071],[17.08237,48.02412],[17.09255,48.13971],[16.99077,48.1499],[16.95515,48.25165],[16.85337,48.34644],[16.84828,48.45118],[16.97551,48.51527],[16.89917,48.71377],[16.7058,48.73391],[16.69053,48.77417],[16.49206,48.81105],[16.39537,48.73727],[16.20708,48.73391],[16.00862,48.78088],[15.84068,48.88807],[15.74908,48.8546],[15.48446,48.92821],[15.39286,48.98501],[15.30635,48.98501],[15.19439,48.93155],[15.14859,48.99503],[14.98936,49.01266],[14.96472,48.78518],[14.81782,48.77753],[14.8229,48.7272],[14.72113,48.6869],[14.72113,48.57591],[14.59899,48.62639],[14.55828,48.59611],[14.46668,48.64993],[14.3649,48.54897],[14.21733,48.59611],[14.07484,48.59274],[14.01377,48.63312],[14.05957,48.66338],[13.85093,48.77417],[13.79495,48.71713],[13.82039,48.62639],[13.78477,48.57255],[13.72879,48.5119],[13.61175,48.57255],[13.50997,48.58601],[13.43872,48.55234],[13.44381,48.41742],[13.39801,48.35659],[13.26061,48.2923],[13.18428,48.29907],[13.04179,48.2652],[12.96037,48.21097],[12.87386,48.21097],[12.75172,48.09894],[12.86368,48.00369],[12.86368,47.95941],[12.9451,47.93555],[13.00617,47.84683],[12.90439,47.72031],[13.03161,47.71004],[13.09777,47.64151],[13.0367,47.55572],[13.04179,47.49387],[12.97564,47.47323],[12.83315,47.54198],[12.77208,47.66893],[12.62959,47.68949],[12.56852,47.62779],[12.49219,47.63122],[12.43112,47.71004],[12.25301,47.67921],[12.2581,47.74427],[12.16141,47.69634],[12.20721,47.60378],[12.00366,47.62436],[11.83572,47.58662],[11.60672,47.59005],[11.57619,47.50762],[11.42352,47.51449],[11.28103,47.3975],[11.23523,47.44227],[10.99605,47.39061],[10.94008,47.48699],[10.88919,47.54542],[10.75688,47.53168],[10.59912,47.56602],[10.54823,47.53511],[10.48717,47.55229],[10.44137,47.59005],[10.43119,47.48699],[10.48208,47.44915],[10.32432,47.29751],[10.18692,47.2699],[10.2429,47.38717],[10.11059,47.36649],[10.09023,47.44915],[9.94774,47.53855],[9.83579,47.54542],[9.7849,47.59692],[9.71365,47.52824],[9.56608,47.48011],[9.64241,47.44571],[9.67294,47.36994],[9.60679,47.34926],[9.54063,47.26644],[9.58134,47.1662],[9.63223,47.12813],[9.61188,47.03804],[9.68312,47.05884],[9.90194,47.00334],[9.86632,46.94084],[10.12076,46.83302],[10.23272,46.86435],[10.38539,46.98946],[10.47699,46.92694],[10.45663,46.85043],[10.57877,46.83998],[10.70599,46.86435],[10.74161,46.78426],[10.88919,46.75986],[11.04185,46.76335],[11.1131,46.91304],[11.25559,46.97557],[11.41843,46.96515],[11.49986,47.00681],[11.54057,46.97557],[11.63217,47.01028],[11.73394,46.96168],[11.9833,47.04497],[12.2123,47.0935],[12.25301,47.06577],[12.11561,46.99987],[12.13088,46.90261],[12.20721,46.87478],[12.27337,46.88522],[12.28863,46.77729],[12.36497,46.77032],[12.35988,46.70405],[12.51255,46.66565],[12.72628,46.6412],[12.84332,46.61324],[13.1283,46.58877],[13.30641,46.55028],[13.44381,46.56078],[13.82548,46.50477],[13.91199,46.52578],[14.01886,46.47674],[14.12573,46.47674],[14.16135,46.42766],[14.44124,46.43116],[14.57864,46.37853],[14.61426,46.43818],[14.68041,46.43818],[14.75166,46.49776],[14.83308,46.50127],[14.85344,46.60276],[14.9603,46.62373],[14.99084,46.58877],[15.04682,46.64819],[15.22493,46.63421],[15.43357,46.65168],[15.47937,46.60276],[15.57606,46.63421],[15.56079,46.67962],[15.75926,46.69009],[15.86104,46.71801],[16.04933,46.65517],[15.98317,46.81909],[16.13584,46.8713],[16.28342,46.99293],[16.50733,46.99293]]],"terms_url":"https://basemap.at","terms_text":"basemap.at","description":"Basemap of Austria, based on government data.","icon":"https://basemap.at/wp-content/uploads/sites/53/2019/06/logo-basemap-trans-3-e1561616417483.png"},{"id":"basemap.at-orthofoto","name":"basemap.at Orthofoto","type":"tms","template":"https://mapsneu.wien.gv.at/basemap/bmaporthofoto30cm/normal/google3857/{zoom}/{y}/{x}.jpeg","category":"photo","zoomExtent":[0,20],"polygon":[[[16.50733,46.99293],[16.52768,47.05884],[16.47679,47.07964],[16.54804,47.1489],[16.47171,47.1489],[16.42591,47.19733],[16.49206,47.2768],[16.46153,47.39406],[16.54295,47.39406],[16.66,47.44915],[16.71088,47.53855],[16.67017,47.63122],[16.57348,47.6175],[16.42082,47.66893],[16.54804,47.70662],[16.53786,47.75454],[16.7058,47.75112],[16.74142,47.67921],[17.09255,47.70319],[17.08237,47.80925],[16.98568,47.86732],[17.08237,47.87414],[17.17397,48.02071],[17.08237,48.02412],[17.09255,48.13971],[16.99077,48.1499],[16.95515,48.25165],[16.85337,48.34644],[16.84828,48.45118],[16.97551,48.51527],[16.89917,48.71377],[16.7058,48.73391],[16.69053,48.77417],[16.49206,48.81105],[16.39537,48.73727],[16.20708,48.73391],[16.00862,48.78088],[15.84068,48.88807],[15.74908,48.8546],[15.48446,48.92821],[15.39286,48.98501],[15.30635,48.98501],[15.19439,48.93155],[15.14859,48.99503],[14.98936,49.01266],[14.96472,48.78518],[14.81782,48.77753],[14.8229,48.7272],[14.72113,48.6869],[14.72113,48.57591],[14.59899,48.62639],[14.55828,48.59611],[14.46668,48.64993],[14.3649,48.54897],[14.21733,48.59611],[14.07484,48.59274],[14.01377,48.63312],[14.05957,48.66338],[13.85093,48.77417],[13.79495,48.71713],[13.82039,48.62639],[13.78477,48.57255],[13.72879,48.5119],[13.61175,48.57255],[13.50997,48.58601],[13.43872,48.55234],[13.44381,48.41742],[13.39801,48.35659],[13.26061,48.2923],[13.18428,48.29907],[13.04179,48.2652],[12.96037,48.21097],[12.87386,48.21097],[12.75172,48.09894],[12.86368,48.00369],[12.86368,47.95941],[12.9451,47.93555],[13.00617,47.84683],[12.90439,47.72031],[13.03161,47.71004],[13.09777,47.64151],[13.0367,47.55572],[13.04179,47.49387],[12.97564,47.47323],[12.83315,47.54198],[12.77208,47.66893],[12.62959,47.68949],[12.56852,47.62779],[12.49219,47.63122],[12.43112,47.71004],[12.25301,47.67921],[12.2581,47.74427],[12.16141,47.69634],[12.20721,47.60378],[12.00366,47.62436],[11.83572,47.58662],[11.60672,47.59005],[11.57619,47.50762],[11.42352,47.51449],[11.28103,47.3975],[11.23523,47.44227],[10.99605,47.39061],[10.94008,47.48699],[10.88919,47.54542],[10.75688,47.53168],[10.59912,47.56602],[10.54823,47.53511],[10.48717,47.55229],[10.44137,47.59005],[10.43119,47.48699],[10.48208,47.44915],[10.32432,47.29751],[10.18692,47.2699],[10.2429,47.38717],[10.11059,47.36649],[10.09023,47.44915],[9.94774,47.53855],[9.83579,47.54542],[9.7849,47.59692],[9.71365,47.52824],[9.56608,47.48011],[9.64241,47.44571],[9.67294,47.36994],[9.60679,47.34926],[9.54063,47.26644],[9.58134,47.1662],[9.63223,47.12813],[9.61188,47.03804],[9.68312,47.05884],[9.90194,47.00334],[9.86632,46.94084],[10.12076,46.83302],[10.23272,46.86435],[10.38539,46.98946],[10.47699,46.92694],[10.45663,46.85043],[10.57877,46.83998],[10.70599,46.86435],[10.74161,46.78426],[10.88919,46.75986],[11.04185,46.76335],[11.1131,46.91304],[11.25559,46.97557],[11.41843,46.96515],[11.49986,47.00681],[11.54057,46.97557],[11.63217,47.01028],[11.73394,46.96168],[11.9833,47.04497],[12.2123,47.0935],[12.25301,47.06577],[12.11561,46.99987],[12.13088,46.90261],[12.20721,46.87478],[12.27337,46.88522],[12.28863,46.77729],[12.36497,46.77032],[12.35988,46.70405],[12.51255,46.66565],[12.72628,46.6412],[12.84332,46.61324],[13.1283,46.58877],[13.30641,46.55028],[13.44381,46.56078],[13.82548,46.50477],[13.91199,46.52578],[14.01886,46.47674],[14.12573,46.47674],[14.16135,46.42766],[14.44124,46.43116],[14.57864,46.37853],[14.61426,46.43818],[14.68041,46.43818],[14.75166,46.49776],[14.83308,46.50127],[14.85344,46.60276],[14.9603,46.62373],[14.99084,46.58877],[15.04682,46.64819],[15.22493,46.63421],[15.43357,46.65168],[15.47937,46.60276],[15.57606,46.63421],[15.56079,46.67962],[15.75926,46.69009],[15.86104,46.71801],[16.04933,46.65517],[15.98317,46.81909],[16.13584,46.8713],[16.28342,46.99293],[16.50733,46.99293]]],"terms_url":"https://basemap.at","terms_text":"basemap.at","best":true,"description":"Orthofoto layer provided by basemap.at. \"Successor\" of geoimage.at imagery.","icon":"https://basemap.at/wp-content/uploads/sites/53/2019/06/logo-basemap-trans-3-e1561616417483.png"},{"id":"basemap.at-overlay","name":"basemap.at Overlay","type":"tms","template":"https://mapsneu.wien.gv.at/basemap/bmapoverlay/normal/google3857/{zoom}/{y}/{x}.png","category":"map","zoomExtent":[0,20],"polygon":[[[16.50733,46.99293],[16.52768,47.05884],[16.47679,47.07964],[16.54804,47.1489],[16.47171,47.1489],[16.42591,47.19733],[16.49206,47.2768],[16.46153,47.39406],[16.54295,47.39406],[16.66,47.44915],[16.71088,47.53855],[16.67017,47.63122],[16.57348,47.6175],[16.42082,47.66893],[16.54804,47.70662],[16.53786,47.75454],[16.7058,47.75112],[16.74142,47.67921],[17.09255,47.70319],[17.08237,47.80925],[16.98568,47.86732],[17.08237,47.87414],[17.17397,48.02071],[17.08237,48.02412],[17.09255,48.13971],[16.99077,48.1499],[16.95515,48.25165],[16.85337,48.34644],[16.84828,48.45118],[16.97551,48.51527],[16.89917,48.71377],[16.7058,48.73391],[16.69053,48.77417],[16.49206,48.81105],[16.39537,48.73727],[16.20708,48.73391],[16.00862,48.78088],[15.84068,48.88807],[15.74908,48.8546],[15.48446,48.92821],[15.39286,48.98501],[15.30635,48.98501],[15.19439,48.93155],[15.14859,48.99503],[14.98936,49.01266],[14.96472,48.78518],[14.81782,48.77753],[14.8229,48.7272],[14.72113,48.6869],[14.72113,48.57591],[14.59899,48.62639],[14.55828,48.59611],[14.46668,48.64993],[14.3649,48.54897],[14.21733,48.59611],[14.07484,48.59274],[14.01377,48.63312],[14.05957,48.66338],[13.85093,48.77417],[13.79495,48.71713],[13.82039,48.62639],[13.78477,48.57255],[13.72879,48.5119],[13.61175,48.57255],[13.50997,48.58601],[13.43872,48.55234],[13.44381,48.41742],[13.39801,48.35659],[13.26061,48.2923],[13.18428,48.29907],[13.04179,48.2652],[12.96037,48.21097],[12.87386,48.21097],[12.75172,48.09894],[12.86368,48.00369],[12.86368,47.95941],[12.9451,47.93555],[13.00617,47.84683],[12.90439,47.72031],[13.03161,47.71004],[13.09777,47.64151],[13.0367,47.55572],[13.04179,47.49387],[12.97564,47.47323],[12.83315,47.54198],[12.77208,47.66893],[12.62959,47.68949],[12.56852,47.62779],[12.49219,47.63122],[12.43112,47.71004],[12.25301,47.67921],[12.2581,47.74427],[12.16141,47.69634],[12.20721,47.60378],[12.00366,47.62436],[11.83572,47.58662],[11.60672,47.59005],[11.57619,47.50762],[11.42352,47.51449],[11.28103,47.3975],[11.23523,47.44227],[10.99605,47.39061],[10.94008,47.48699],[10.88919,47.54542],[10.75688,47.53168],[10.59912,47.56602],[10.54823,47.53511],[10.48717,47.55229],[10.44137,47.59005],[10.43119,47.48699],[10.48208,47.44915],[10.32432,47.29751],[10.18692,47.2699],[10.2429,47.38717],[10.11059,47.36649],[10.09023,47.44915],[9.94774,47.53855],[9.83579,47.54542],[9.7849,47.59692],[9.71365,47.52824],[9.56608,47.48011],[9.64241,47.44571],[9.67294,47.36994],[9.60679,47.34926],[9.54063,47.26644],[9.58134,47.1662],[9.63223,47.12813],[9.61188,47.03804],[9.68312,47.05884],[9.90194,47.00334],[9.86632,46.94084],[10.12076,46.83302],[10.23272,46.86435],[10.38539,46.98946],[10.47699,46.92694],[10.45663,46.85043],[10.57877,46.83998],[10.70599,46.86435],[10.74161,46.78426],[10.88919,46.75986],[11.04185,46.76335],[11.1131,46.91304],[11.25559,46.97557],[11.41843,46.96515],[11.49986,47.00681],[11.54057,46.97557],[11.63217,47.01028],[11.73394,46.96168],[11.9833,47.04497],[12.2123,47.0935],[12.25301,47.06577],[12.11561,46.99987],[12.13088,46.90261],[12.20721,46.87478],[12.27337,46.88522],[12.28863,46.77729],[12.36497,46.77032],[12.35988,46.70405],[12.51255,46.66565],[12.72628,46.6412],[12.84332,46.61324],[13.1283,46.58877],[13.30641,46.55028],[13.44381,46.56078],[13.82548,46.50477],[13.91199,46.52578],[14.01886,46.47674],[14.12573,46.47674],[14.16135,46.42766],[14.44124,46.43116],[14.57864,46.37853],[14.61426,46.43818],[14.68041,46.43818],[14.75166,46.49776],[14.83308,46.50127],[14.85344,46.60276],[14.9603,46.62373],[14.99084,46.58877],[15.04682,46.64819],[15.22493,46.63421],[15.43357,46.65168],[15.47937,46.60276],[15.57606,46.63421],[15.56079,46.67962],[15.75926,46.69009],[15.86104,46.71801],[16.04933,46.65517],[15.98317,46.81909],[16.13584,46.8713],[16.28342,46.99293],[16.50733,46.99293]]],"terms_url":"https://basemap.at","terms_text":"basemap.at","description":"Annotation overlay provided by basemap.at.","icon":"https://basemap.at/wp-content/uploads/sites/53/2019/06/logo-basemap-trans-3-e1561616417483.png","overlay":true},{"id":"basemap.at-surface","name":"basemap.at Surface","type":"tms","template":"https://mapsneu.wien.gv.at/basemap/bmapoberflaeche/grau/google3857/{zoom}/{y}/{x}.jpeg","category":"elevation","zoomExtent":[1,19],"polygon":[[[16.50733,46.99293],[16.52768,47.05884],[16.47679,47.07964],[16.54804,47.1489],[16.47171,47.1489],[16.42591,47.19733],[16.49206,47.2768],[16.46153,47.39406],[16.54295,47.39406],[16.66,47.44915],[16.71088,47.53855],[16.67017,47.63122],[16.57348,47.6175],[16.42082,47.66893],[16.54804,47.70662],[16.53786,47.75454],[16.7058,47.75112],[16.74142,47.67921],[17.09255,47.70319],[17.08237,47.80925],[16.98568,47.86732],[17.08237,47.87414],[17.17397,48.02071],[17.08237,48.02412],[17.09255,48.13971],[16.99077,48.1499],[16.95515,48.25165],[16.85337,48.34644],[16.84828,48.45118],[16.97551,48.51527],[16.89917,48.71377],[16.7058,48.73391],[16.69053,48.77417],[16.49206,48.81105],[16.39537,48.73727],[16.20708,48.73391],[16.00862,48.78088],[15.84068,48.88807],[15.74908,48.8546],[15.48446,48.92821],[15.39286,48.98501],[15.30635,48.98501],[15.19439,48.93155],[15.14859,48.99503],[14.98936,49.01266],[14.96472,48.78518],[14.81782,48.77753],[14.8229,48.7272],[14.72113,48.6869],[14.72113,48.57591],[14.59899,48.62639],[14.55828,48.59611],[14.46668,48.64993],[14.3649,48.54897],[14.21733,48.59611],[14.07484,48.59274],[14.01377,48.63312],[14.05957,48.66338],[13.85093,48.77417],[13.79495,48.71713],[13.82039,48.62639],[13.78477,48.57255],[13.72879,48.5119],[13.61175,48.57255],[13.50997,48.58601],[13.43872,48.55234],[13.44381,48.41742],[13.39801,48.35659],[13.26061,48.2923],[13.18428,48.29907],[13.04179,48.2652],[12.96037,48.21097],[12.87386,48.21097],[12.75172,48.09894],[12.86368,48.00369],[12.86368,47.95941],[12.9451,47.93555],[13.00617,47.84683],[12.90439,47.72031],[13.03161,47.71004],[13.09777,47.64151],[13.0367,47.55572],[13.04179,47.49387],[12.97564,47.47323],[12.83315,47.54198],[12.77208,47.66893],[12.62959,47.68949],[12.56852,47.62779],[12.49219,47.63122],[12.43112,47.71004],[12.25301,47.67921],[12.2581,47.74427],[12.16141,47.69634],[12.20721,47.60378],[12.00366,47.62436],[11.83572,47.58662],[11.60672,47.59005],[11.57619,47.50762],[11.42352,47.51449],[11.28103,47.3975],[11.23523,47.44227],[10.99605,47.39061],[10.94008,47.48699],[10.88919,47.54542],[10.75688,47.53168],[10.59912,47.56602],[10.54823,47.53511],[10.48717,47.55229],[10.44137,47.59005],[10.43119,47.48699],[10.48208,47.44915],[10.32432,47.29751],[10.18692,47.2699],[10.2429,47.38717],[10.11059,47.36649],[10.09023,47.44915],[9.94774,47.53855],[9.83579,47.54542],[9.7849,47.59692],[9.71365,47.52824],[9.56608,47.48011],[9.64241,47.44571],[9.67294,47.36994],[9.60679,47.34926],[9.54063,47.26644],[9.58134,47.1662],[9.63223,47.12813],[9.61188,47.03804],[9.68312,47.05884],[9.90194,47.00334],[9.86632,46.94084],[10.12076,46.83302],[10.23272,46.86435],[10.38539,46.98946],[10.47699,46.92694],[10.45663,46.85043],[10.57877,46.83998],[10.70599,46.86435],[10.74161,46.78426],[10.88919,46.75986],[11.04185,46.76335],[11.1131,46.91304],[11.25559,46.97557],[11.41843,46.96515],[11.49986,47.00681],[11.54057,46.97557],[11.63217,47.01028],[11.73394,46.96168],[11.9833,47.04497],[12.2123,47.0935],[12.25301,47.06577],[12.11561,46.99987],[12.13088,46.90261],[12.20721,46.87478],[12.27337,46.88522],[12.28863,46.77729],[12.36497,46.77032],[12.35988,46.70405],[12.51255,46.66565],[12.72628,46.6412],[12.84332,46.61324],[13.1283,46.58877],[13.30641,46.55028],[13.44381,46.56078],[13.82548,46.50477],[13.91199,46.52578],[14.01886,46.47674],[14.12573,46.47674],[14.16135,46.42766],[14.44124,46.43116],[14.57864,46.37853],[14.61426,46.43818],[14.68041,46.43818],[14.75166,46.49776],[14.83308,46.50127],[14.85344,46.60276],[14.9603,46.62373],[14.99084,46.58877],[15.04682,46.64819],[15.22493,46.63421],[15.43357,46.65168],[15.47937,46.60276],[15.57606,46.63421],[15.56079,46.67962],[15.75926,46.69009],[15.86104,46.71801],[16.04933,46.65517],[15.98317,46.81909],[16.13584,46.8713],[16.28342,46.99293],[16.50733,46.99293]]],"terms_url":"https://basemap.at","terms_text":"basemap.at","description":"Surface layer provided by basemap.at.","icon":"https://basemap.at/wp-content/uploads/sites/53/2019/06/logo-basemap-trans-3-e1561616417483.png"},{"id":"basemap.at-terrain","name":"basemap.at Terrain","type":"tms","template":"https://mapsneu.wien.gv.at/basemap/bmapgelaende/grau/google3857/{zoom}/{y}/{x}.jpeg","category":"elevation","zoomExtent":[1,19],"polygon":[[[16.50733,46.99293],[16.52768,47.05884],[16.47679,47.07964],[16.54804,47.1489],[16.47171,47.1489],[16.42591,47.19733],[16.49206,47.2768],[16.46153,47.39406],[16.54295,47.39406],[16.66,47.44915],[16.71088,47.53855],[16.67017,47.63122],[16.57348,47.6175],[16.42082,47.66893],[16.54804,47.70662],[16.53786,47.75454],[16.7058,47.75112],[16.74142,47.67921],[17.09255,47.70319],[17.08237,47.80925],[16.98568,47.86732],[17.08237,47.87414],[17.17397,48.02071],[17.08237,48.02412],[17.09255,48.13971],[16.99077,48.1499],[16.95515,48.25165],[16.85337,48.34644],[16.84828,48.45118],[16.97551,48.51527],[16.89917,48.71377],[16.7058,48.73391],[16.69053,48.77417],[16.49206,48.81105],[16.39537,48.73727],[16.20708,48.73391],[16.00862,48.78088],[15.84068,48.88807],[15.74908,48.8546],[15.48446,48.92821],[15.39286,48.98501],[15.30635,48.98501],[15.19439,48.93155],[15.14859,48.99503],[14.98936,49.01266],[14.96472,48.78518],[14.81782,48.77753],[14.8229,48.7272],[14.72113,48.6869],[14.72113,48.57591],[14.59899,48.62639],[14.55828,48.59611],[14.46668,48.64993],[14.3649,48.54897],[14.21733,48.59611],[14.07484,48.59274],[14.01377,48.63312],[14.05957,48.66338],[13.85093,48.77417],[13.79495,48.71713],[13.82039,48.62639],[13.78477,48.57255],[13.72879,48.5119],[13.61175,48.57255],[13.50997,48.58601],[13.43872,48.55234],[13.44381,48.41742],[13.39801,48.35659],[13.26061,48.2923],[13.18428,48.29907],[13.04179,48.2652],[12.96037,48.21097],[12.87386,48.21097],[12.75172,48.09894],[12.86368,48.00369],[12.86368,47.95941],[12.9451,47.93555],[13.00617,47.84683],[12.90439,47.72031],[13.03161,47.71004],[13.09777,47.64151],[13.0367,47.55572],[13.04179,47.49387],[12.97564,47.47323],[12.83315,47.54198],[12.77208,47.66893],[12.62959,47.68949],[12.56852,47.62779],[12.49219,47.63122],[12.43112,47.71004],[12.25301,47.67921],[12.2581,47.74427],[12.16141,47.69634],[12.20721,47.60378],[12.00366,47.62436],[11.83572,47.58662],[11.60672,47.59005],[11.57619,47.50762],[11.42352,47.51449],[11.28103,47.3975],[11.23523,47.44227],[10.99605,47.39061],[10.94008,47.48699],[10.88919,47.54542],[10.75688,47.53168],[10.59912,47.56602],[10.54823,47.53511],[10.48717,47.55229],[10.44137,47.59005],[10.43119,47.48699],[10.48208,47.44915],[10.32432,47.29751],[10.18692,47.2699],[10.2429,47.38717],[10.11059,47.36649],[10.09023,47.44915],[9.94774,47.53855],[9.83579,47.54542],[9.7849,47.59692],[9.71365,47.52824],[9.56608,47.48011],[9.64241,47.44571],[9.67294,47.36994],[9.60679,47.34926],[9.54063,47.26644],[9.58134,47.1662],[9.63223,47.12813],[9.61188,47.03804],[9.68312,47.05884],[9.90194,47.00334],[9.86632,46.94084],[10.12076,46.83302],[10.23272,46.86435],[10.38539,46.98946],[10.47699,46.92694],[10.45663,46.85043],[10.57877,46.83998],[10.70599,46.86435],[10.74161,46.78426],[10.88919,46.75986],[11.04185,46.76335],[11.1131,46.91304],[11.25559,46.97557],[11.41843,46.96515],[11.49986,47.00681],[11.54057,46.97557],[11.63217,47.01028],[11.73394,46.96168],[11.9833,47.04497],[12.2123,47.0935],[12.25301,47.06577],[12.11561,46.99987],[12.13088,46.90261],[12.20721,46.87478],[12.27337,46.88522],[12.28863,46.77729],[12.36497,46.77032],[12.35988,46.70405],[12.51255,46.66565],[12.72628,46.6412],[12.84332,46.61324],[13.1283,46.58877],[13.30641,46.55028],[13.44381,46.56078],[13.82548,46.50477],[13.91199,46.52578],[14.01886,46.47674],[14.12573,46.47674],[14.16135,46.42766],[14.44124,46.43116],[14.57864,46.37853],[14.61426,46.43818],[14.68041,46.43818],[14.75166,46.49776],[14.83308,46.50127],[14.85344,46.60276],[14.9603,46.62373],[14.99084,46.58877],[15.04682,46.64819],[15.22493,46.63421],[15.43357,46.65168],[15.47937,46.60276],[15.57606,46.63421],[15.56079,46.67962],[15.75926,46.69009],[15.86104,46.71801],[16.04933,46.65517],[15.98317,46.81909],[16.13584,46.8713],[16.28342,46.99293],[16.50733,46.99293]]],"terms_url":"https://basemap.at","terms_text":"basemap.at","description":"Terrain layer provided by basemap.at.","icon":"https://basemap.at/wp-content/uploads/sites/53/2019/06/logo-basemap-trans-3-e1561616417483.png"},{"id":"Bayonne_2019","name":"Bayonne - Petit et Grand Bayonne 2019","type":"wms","template":"https://wms.openstreetmap.fr/wms?LAYERS=bayonne_2019&STYLES=&FORMAT=image/jpeg&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-1.48262,43.49176],[-1.48223,43.48637],[-1.481,43.48642],[-1.48087,43.48462],[-1.47099,43.485],[-1.47106,43.4859],[-1.46858,43.486],[-1.46865,43.48689],[-1.46742,43.48694],[-1.46781,43.49234],[-1.46905,43.49229],[-1.46911,43.49319],[-1.47158,43.49309],[-1.47165,43.49399],[-1.47288,43.49395],[-1.47295,43.49484],[-1.47418,43.4948],[-1.47425,43.49569],[-1.47918,43.4955],[-1.47913,43.4946],[-1.48035,43.49455],[-1.48029,43.49366],[-1.48152,43.49361],[-1.48139,43.49181],[-1.48262,43.49176]]],"terms_text":"Ville de Bayonne - 2019"},{"id":"Bayonne_2016","name":"Bayonne 2016","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/bayonne_2016/{zoom}/{x}/{y}","category":"photo","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-1.51199,43.53909],[-1.50478,43.44095],[-1.4986,43.43996],[-1.48865,43.44046],[-1.47835,43.44719],[-1.46771,43.45716],[-1.46118,43.4579],[-1.45466,43.46463],[-1.44231,43.46693],[-1.41895,43.48755],[-1.40797,43.49004],[-1.4035,43.49752],[-1.40419,43.50449],[-1.42513,43.52466],[-1.44539,43.5264],[-1.44917,43.53835],[-1.45569,43.54233],[-1.47388,43.54954],[-1.4835,43.54929],[-1.50444,43.53909],[-1.51199,43.53909]]],"terms_text":"Ville de Bayonne, Communauté d'Agglomtération Pays Basque - 2016"},{"id":"route500hydro","name":"BD Carthage","type":"tms","template":"https://{switch:a,b,c}.tile.openstreetmap.fr/route500hydro/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[6,20],"polygon":[[[-2.7,43.9],[-1.7835,43.39686],[-1.78509,43.39037],[-1.80099,43.37017],[-1.79156,43.34067],[-1.76297,43.32565],[-1.75606,43.31966],[-1.73359,43.28856],[-1.66953,43.30065],[-1.65,43.29323],[-1.61053,43.24223],[-1.57149,43.2412],[-1.54626,43.2737],[-1.52629,43.28099],[-1.40868,43.25591],[-1.39531,43.24596],[-1.39411,43.22935],[-1.42732,43.1404],[-1.43479,43.13087],[-1.47641,43.10248],[-1.48311,43.08561],[-1.4775,43.06889],[-1.43868,43.03371],[-1.3542,43.0197],[-1.33135,43.0496],[-1.31992,43.05696],[-1.30643,43.05531],[-1.26236,43.03303],[-1.22612,43.03898],[-1.21622,43.0381],[-1.16736,43.02083],[-1.15845,43.01452],[-1.14775,43.00124],[-1.1156,43.00461],[-1.10852,43.00409],[-1.02313,42.98206],[-0.94508,42.94192],[-0.82114,42.93865],[-0.77253,42.95284],[-0.75711,42.95107],[-0.7476,42.93879],[-0.73372,42.88666],[-0.68094,42.86775],[-0.67446,42.86392],[-0.56721,42.76937],[-0.54499,42.76906],[-0.50868,42.79935],[-0.48842,42.80255],[-0.44354,42.78453],[-0.39208,42.78766],[-0.31683,42.82635],[-0.29987,42.82697],[-0.16949,42.77157],[-0.06726,42.6848],[-0.01993,42.67389],[0.17919,42.72075],[0.18967,42.72039],[0.23972,42.70494],[0.24594,42.70175],[0.29571,42.66388],[0.32567,42.67274],[0.34912,42.69817],[0.35954,42.70415],[0.3715,42.70308],[0.43024,42.67863],[0.669,42.67901],[0.69192,42.70684],[0.67474,42.75286],[0.67409,42.76479],[0.69117,42.83186],[0.70017,42.84402],[0.71511,42.8464],[0.84606,42.8157],[0.92265,42.7797],[0.95073,42.78794],[0.95937,42.78852],[1.07564,42.77079],[1.08546,42.76635],[1.16554,42.69928],[1.23221,42.71248],[1.32364,42.7085],[1.33313,42.70563],[1.37335,42.68127],[1.38032,42.67415],[1.41936,42.60643],[1.43792,42.59264],[1.47238,42.59703],[1.4921,42.62502],[1.50444,42.6331],[1.54636,42.64166],[1.56069,42.6392],[1.60283,42.61382],[1.69377,42.60975],[1.71011,42.59992],[1.72479,42.57499],[1.7272,42.56103],[1.71561,42.50125],[1.72567,42.48452],[1.82774,42.47056],[1.88444,42.4477],[1.88459,42.44762],[1.88467,42.44761],[1.92089,42.43302],[1.93076,42.42442],[1.965,42.36473],[2.00861,42.33818],[2.09393,42.35474],[2.14881,42.40545],[2.16028,42.41065],[2.20526,42.41541],[2.20653,42.41526],[2.20694,42.41558],[2.25973,42.42117],[2.26719,42.42055],[2.41222,42.38021],[2.41933,42.37658],[2.47795,42.32986],[2.5338,42.32197],[2.56777,42.34173],[2.58106,42.34418],[2.66719,42.33008],[2.68585,42.34679],[2.68162,42.37263],[2.68378,42.3854],[2.69331,42.39417],[2.72928,42.40998],[2.7413,42.41128],[2.78424,42.40256],[2.87019,42.44653],[2.87822,42.4487],[3.02214,42.45645],[3.03402,42.45331],[3.0944,42.41457],[3.16081,42.42757],[3.17358,42.41768],[5.8,41.64],[8.94186,41.27688],[9.27311,41.29196],[9.36968,41.35052],[9.63227,41.43244],[9.8,43.1],[7.53622,43.79234],[7.51594,43.84915],[7.51649,43.86397],[7.5271,43.87434],[7.56858,43.89159],[7.58419,43.93287],[7.59624,43.94466],[7.66016,43.9672],[7.68077,44.0164],[7.68603,44.02371],[7.72403,44.05704],[7.72786,44.08615],[7.69445,44.12276],[7.68937,44.13869],[7.69422,44.17795],[7.68608,44.1861],[7.63989,44.18928],[7.6162,44.16827],[7.60548,44.1634],[7.56478,44.15817],[7.5642,44.15836],[7.56283,44.15792],[7.37776,44.13416],[7.36278,44.13834],[7.33878,44.1574],[7.27537,44.15947],[7.26053,44.16682],[7.24533,44.18544],[7.1651,44.22112],[7.07312,44.2461],[7.03259,44.2424],[7.01983,44.24558],[7.01181,44.256],[6.99909,44.29414],[6.91637,44.36804],[6.90972,44.38195],[6.90907,44.39477],[6.91223,44.40659],[6.92167,44.41436],[6.95872,44.42908],[6.95894,44.43129],[6.87892,44.50245],[6.87233,44.5195],[6.88235,44.53479],[6.94659,44.57124],[6.97819,44.61784],[6.97056,44.64696],[6.97413,44.66431],[6.99007,44.67203],[7.07671,44.67134],[7.08666,44.68085],[7.08651,44.6968],[7.07224,44.72311],[7.0496,44.73226],[7.03711,44.75009],[7.03453,44.82282],[7.01795,44.84402],[6.93633,44.87461],[6.8798,44.86346],[6.86698,44.86519],[6.7942,44.90161],[6.78375,44.9146],[6.75744,45.01884],[6.69602,45.03395],[6.68237,45.04558],[6.66501,45.08667],[6.6653,45.10289],[6.67751,45.11356],[6.77056,45.14242],[6.78283,45.14228],[6.85843,45.11699],[6.90009,45.12689],[6.98106,45.19368],[6.99279,45.19823],[7.08417,45.20279],[7.14458,45.25048],[7.13649,45.30576],[7.14232,45.32298],[7.17075,45.35069],[7.19515,45.40409],[7.1856,45.41894],[7.13304,45.44001],[7.1228,45.44924],[7.1072,45.47877],[7.02774,45.5102],[7.0158,45.52354],[6.99643,45.59465],[6.9978,45.60877],[7.01151,45.63652],[7.00597,45.64945],[6.97131,45.66528],[6.94247,45.66172],[6.92419,45.66935],[6.90729,45.69124],[6.8414,45.71373],[6.83174,45.72082],[6.82787,45.73217],[6.82614,45.80353],[6.83102,45.81711],[6.84376,45.82387],[6.94097,45.83551],[6.99582,45.85822],[7.04394,45.92036],[7.04497,45.92064],[7.04533,45.92217],[7.05191,45.93066],[7.01556,46.00883],[6.94898,46.0699],[6.92001,46.07721],[6.90932,46.08406],[6.90491,46.09595],[6.90382,46.12971],[6.83427,46.14509],[6.82259,46.15261],[6.81863,46.16592],[6.82075,46.19862],[6.82698,46.21188],[6.86092,46.2439],[6.87504,46.28007],[6.86491,46.30038],[6.81095,46.33359],[6.80189,46.34639],[6.80484,46.36179],[6.81832,46.38181],[6.82244,46.42925],[6.74665,46.45695],[6.63047,46.47435],[6.50498,46.46871],[6.41748,46.42682],[6.41083,46.42495],[6.31648,46.41557],[6.23946,46.36705],[6.21219,46.32485],[6.21148,46.31057],[6.24707,46.24777],[6.24906,46.23299],[6.24026,46.22094],[6.13778,46.15702],[6.12468,46.15415],[6.05564,46.16288],[6.03509,46.15456],[6.01783,46.15564],[6.00787,46.16977],[6.00388,46.19332],[6.00681,46.20752],[6.01857,46.21601],[6.07717,46.23123],[6.08865,46.23081],[6.1103,46.22344],[6.13038,46.23737],[6.13371,46.30227],[6.13748,46.31297],[6.17817,46.36922],[6.16622,46.38839],[6.10829,46.41643],[6.09704,46.43317],[6.09572,46.45418],[6.10174,46.46979],[6.15811,46.52456],[6.16549,46.54399],[6.15152,46.56508],[6.14872,46.58069],[6.15817,46.59343],[6.46098,46.76887],[6.46722,46.79104],[6.45644,46.80534],[6.4535,46.8239],[6.47548,46.88771],[6.46686,46.91997],[6.46892,46.93522],[6.4812,46.9445],[6.62355,46.9811],[6.72561,47.0418],[6.76011,47.09953],[6.76907,47.10751],[6.85545,47.14636],[6.88913,47.18922],[6.89443,47.19393],[6.96134,47.23479],[6.96347,47.26233],[6.97424,47.27856],[7.05958,47.32257],[7.07007,47.35005],[7.05623,47.37035],[7.018,47.38386],[6.97126,47.37218],[6.95769,47.37359],[6.94818,47.38337],[6.94716,47.39698],[6.9551,47.40808],[7.003,47.44095],[7.01205,47.47287],[7.02102,47.48458],[7.03557,47.48695],[7.0801,47.47718],[7.12853,47.48893],[7.14279,47.48707],[7.15212,47.47612],[7.16708,47.4335],[7.24435,47.40939],[7.32653,47.4273],[7.38747,47.42111],[7.51256,47.48439],[7.54511,47.54283],[7.55424,47.55128],[7.58967,47.56755],[7.60016,47.60822],[7.537,47.67302],[7.53136,47.68564],[7.53526,47.6989],[7.55758,47.72899],[7.54418,47.77232],[7.54581,47.78793],[7.57267,47.83631],[7.5728,47.86435],[7.57554,47.87436],[7.63205,47.97081],[7.62437,47.99865],[7.59127,48.03035],[7.58522,48.04694],[7.59165,48.10648],[7.59605,48.11698],[7.67661,48.21555],[7.70241,48.28803],[7.71085,48.29841],[7.75159,48.32322],[7.74357,48.38427],[7.74506,48.39484],[7.78055,48.47652],[7.78547,48.48337],[7.81449,48.50968],[7.81456,48.57704],[7.81842,48.58883],[7.8484,48.62977],[7.85605,48.63606],[7.90422,48.65865],[7.98534,48.7409],[7.99071,48.74478],[8.10087,48.7993],[8.15824,48.89753],[8.20089,48.94339],[8.20888,48.94863],[8.23589,48.95817],[8.23704,48.97683],[8.2225,48.98787],[8.08069,49.00688],[7.93826,49.06832],[7.8673,49.05227],[7.85525,49.05329],[7.80291,49.07489],[7.76073,49.06067],[7.75401,49.05963],[7.6612,49.06119],[7.64722,49.06722],[7.6296,49.08527],[7.5579,49.09626],[7.54379,49.10572],[7.50113,49.17672],[7.45012,49.19517],[7.36095,49.18259],[7.29893,49.13856],[7.28683,49.13488],[7.1535,49.13839],[7.14315,49.14159],[7.10494,49.16634],[7.06908,49.16018],[7.05478,49.16313],[7.0463,49.17503],[7.04055,49.19794],[6.93753,49.23369],[6.89322,49.22389],[6.88453,49.2239],[6.85119,49.23136],[6.82982,49.21802],[6.83093,49.19366],[6.82473,49.17826],[6.80904,49.17284],[6.76026,49.17752],[6.74328,49.19086],[6.72996,49.22917],[6.67013,49.29269],[6.61627,49.31869],[6.60497,49.33739],[6.60639,49.37868],[6.5451,49.44384],[6.43515,49.487],[6.34423,49.48037],[6.334,49.48235],[6.24643,49.52511],[6.17397,49.52187],[6.09319,49.47787],[6.08635,49.47562],[6.01627,49.46597],[5.99801,49.47317],[5.97516,49.50129],[5.876,49.5114],[5.86126,49.52038],[5.8399,49.55321],[5.77526,49.57414],[5.71578,49.55361],[5.70676,49.55267],[5.641,49.56095],[5.6076,49.53761],[5.59311,49.53424],[5.55401,49.54025],[5.50666,49.52042],[5.49294,49.51979],[5.48205,49.52815],[5.43141,49.60791],[5.3544,49.64041],[5.344,49.65049],[5.33363,49.67308],[5.28157,49.70836],[5.19602,49.70732],[5.18761,49.70906],[5.1412,49.72984],[5.13458,49.73462],[5.09944,49.77323],[5.02686,49.78886],[5.01867,49.79272],[4.99534,49.81116],[4.91098,49.79926],[4.89769,49.80204],[4.88924,49.81266],[4.87625,49.85111],[4.87913,49.86942],[4.89755,49.89424],[4.89654,49.91753],[4.83343,49.96696],[4.82662,49.97692],[4.82678,49.989],[4.8433,50.03881],[4.84331,50.03883],[4.84331,50.03884],[4.85104,50.06216],[4.86277,50.0745],[4.88076,50.0815],[4.90426,50.12639],[4.90479,50.14451],[4.8815,50.16436],[4.83123,50.17941],[4.69517,50.10472],[4.66924,50.06972],[4.67293,50.02716],[4.66936,50.01392],[4.6581,50.00609],[4.45469,49.95251],[4.44542,49.9523],[4.30877,49.98145],[4.22164,49.97089],[4.20633,49.97546],[4.1765,50.00065],[4.16976,50.01217],[4.17177,50.02537],[4.18164,50.03436],[4.23193,50.05551],[4.24074,50.07102],[4.21195,50.13602],[4.1764,50.1547],[4.16601,50.16888],[4.17084,50.18579],[4.23078,50.25233],[4.22904,50.26664],[4.21444,50.28167],[4.14388,50.29727],[4.13761,50.29984],[4.02672,50.36904],[3.91317,50.34291],[3.90189,50.3436],[3.84109,50.36558],[3.74935,50.36279],[3.71576,50.33854],[3.70258,50.33482],[3.6901,50.34044],[3.68415,50.35277],[3.67378,50.45642],[3.61523,50.50558],[3.54779,50.51012],[3.53266,50.51873],[3.52173,50.53459],[3.4748,50.54445],[3.3898,50.50884],[3.37551,50.50839],[3.3056,50.53267],[3.29219,50.55037],[3.28922,50.60028],[3.26588,50.64054],[3.26576,50.6604],[3.27545,50.67757],[3.27051,50.70375],[3.22149,50.7267],[3.2154,50.73111],[3.14877,50.80195],[3.11412,50.80566],[3.09244,50.79092],[3.08218,50.78749],[3.00718,50.78377],[2.93508,50.75592],[2.9161,50.72418],[2.90492,50.71536],[2.89072,50.7162],[2.85265,50.73335],[2.81655,50.73092],[2.79995,50.73795],[2.73267,50.81738],[2.6511,50.82906],[2.63786,50.83696],[2.62781,50.85054],[2.62396,50.86071],[2.61962,50.91067],[2.62452,50.9256],[2.64225,50.94578],[2.63986,50.95766],[2.61558,50.99749],[2.59845,51.0051],[2.58741,51.01763],[2.57048,51.07409],[2.5488,51.09759],[2.35816,51.32937],[1.31,50.88],[-2.25,50.09],[-6.3,48.98],[-2.7,43.9]]],"terms_url":"http://www.sandre.eaufrance.fr/actualite/la-bd-carthage-en-licence-ouverte-open-licence","terms_text":"Tiles © cquest@Openstreetmap France, data © Onema - IGN, LO/OL","description":"Réseau hydrographique: cours et plans d'eau et POI","overlay":true},{"id":"fr.ign.bdtopo","name":"BD Topo","type":"tms","template":"http://{switch:a,b,c}.tile.openstreetmap.fr/bdtopo/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[3,20],"polygon":[[[55.08816,-20.77935],[55.09434,-21.49651],[55.96576,-21.49],[55.95959,-20.77281],[55.08816,-20.77935]],[[44.92054,-12.57363],[44.92502,-13.11963],[45.35274,-13.1163],[45.34826,-12.57029],[44.92054,-12.57363]],[[-52.2345,3.10213],[-51.53687,4.11633],[-51.52039,4.51072],[-52.46522,5.4465],[-53.89344,6.004],[-54.58008,4.95962],[-54.42078,4.00127],[-54.12964,3.59567],[-54.12415,3.46408],[-54.31641,3.20085],[-54.31092,2.80589],[-54.8053,2.27358],[-54.20106,2.03205],[-53.72864,2.21869],[-52.92664,2.07597],[-52.641,2.25162],[-52.2345,3.10213]],[[2.35816,51.32937],[1.31,50.88],[-2.25,50.09],[-6.3,48.98],[-2.7,43.9],[-1.7835,43.39686],[-1.78509,43.39037],[-1.80099,43.37017],[-1.79156,43.34067],[-1.76297,43.32565],[-1.75606,43.31966],[-1.73359,43.28856],[-1.66953,43.30065],[-1.65,43.29323],[-1.61053,43.24223],[-1.57149,43.2412],[-1.54626,43.2737],[-1.52629,43.28099],[-1.40868,43.25591],[-1.39531,43.24596],[-1.39411,43.22935],[-1.42732,43.1404],[-1.43479,43.13087],[-1.47641,43.10248],[-1.48311,43.08561],[-1.4775,43.06889],[-1.43868,43.03371],[-1.3542,43.0197],[-1.33135,43.0496],[-1.31992,43.05696],[-1.30643,43.05531],[-1.26236,43.03303],[-1.22612,43.03898],[-1.21622,43.0381],[-1.16736,43.02083],[-1.15845,43.01452],[-1.14775,43.00124],[-1.1156,43.00461],[-1.10852,43.00409],[-1.02313,42.98206],[-0.94508,42.94192],[-0.82114,42.93865],[-0.77253,42.95284],[-0.75711,42.95107],[-0.7476,42.93879],[-0.73372,42.88666],[-0.68094,42.86775],[-0.67446,42.86392],[-0.56721,42.76937],[-0.54499,42.76906],[-0.50868,42.79935],[-0.48842,42.80255],[-0.44354,42.78453],[-0.39208,42.78766],[-0.31683,42.82635],[-0.29987,42.82697],[-0.16949,42.77157],[-0.06726,42.6848],[-0.01993,42.67389],[0.17919,42.72075],[0.18967,42.72039],[0.23972,42.70494],[0.24594,42.70175],[0.29571,42.66388],[0.32567,42.67274],[0.34912,42.69817],[0.35954,42.70415],[0.3715,42.70308],[0.43024,42.67863],[0.669,42.67901],[0.69192,42.70684],[0.67474,42.75286],[0.67409,42.76479],[0.69117,42.83186],[0.70017,42.84402],[0.71511,42.8464],[0.84606,42.8157],[0.92265,42.7797],[0.95073,42.78794],[0.95937,42.78852],[1.07564,42.77079],[1.08546,42.76635],[1.16554,42.69928],[1.23221,42.71248],[1.32364,42.7085],[1.33313,42.70563],[1.37335,42.68127],[1.38032,42.67415],[1.41936,42.60643],[1.43792,42.59264],[1.47238,42.59703],[1.4921,42.62502],[1.50444,42.6331],[1.54636,42.64166],[1.56069,42.6392],[1.60283,42.61382],[1.69377,42.60975],[1.71011,42.59992],[1.72479,42.57499],[1.7272,42.56103],[1.71561,42.50125],[1.72567,42.48452],[1.82774,42.47056],[1.88444,42.4477],[1.88459,42.44762],[1.88467,42.44761],[1.92089,42.43302],[1.93076,42.42442],[1.965,42.36473],[2.00861,42.33818],[2.09393,42.35474],[2.14881,42.40545],[2.16028,42.41065],[2.20526,42.41541],[2.20653,42.41526],[2.20694,42.41558],[2.25973,42.42117],[2.26719,42.42055],[2.41222,42.38021],[2.41933,42.37658],[2.47795,42.32986],[2.5338,42.32197],[2.56777,42.34173],[2.58106,42.34418],[2.66719,42.33008],[2.68585,42.34679],[2.68162,42.37263],[2.68378,42.3854],[2.69331,42.39417],[2.72928,42.40998],[2.7413,42.41128],[2.78424,42.40256],[2.87019,42.44653],[2.87822,42.4487],[3.02214,42.45645],[3.03402,42.45331],[3.0944,42.41457],[3.16081,42.42757],[3.17358,42.41768],[5.8,41.64],[8.94186,41.27688],[9.27311,41.29196],[9.36968,41.35052],[9.63227,41.43244],[9.8,43.1],[7.53622,43.79234],[7.51594,43.84915],[7.51649,43.86397],[7.5271,43.87434],[7.56858,43.89159],[7.58419,43.93287],[7.59624,43.94466],[7.66016,43.9672],[7.68077,44.0164],[7.68603,44.02371],[7.72403,44.05704],[7.72786,44.08615],[7.69445,44.12276],[7.68937,44.13869],[7.69422,44.17795],[7.68608,44.1861],[7.63989,44.18928],[7.6162,44.16827],[7.60548,44.1634],[7.56478,44.15817],[7.5642,44.15836],[7.56283,44.15792],[7.37776,44.13416],[7.36278,44.13834],[7.33878,44.1574],[7.27537,44.15947],[7.26053,44.16682],[7.24533,44.18544],[7.1651,44.22112],[7.07312,44.2461],[7.03259,44.2424],[7.01983,44.24558],[7.01181,44.256],[6.99909,44.29414],[6.91637,44.36804],[6.90972,44.38195],[6.90907,44.39477],[6.91223,44.40659],[6.92167,44.41436],[6.95872,44.42908],[6.95894,44.43129],[6.87892,44.50245],[6.87233,44.5195],[6.88235,44.53479],[6.94659,44.57124],[6.97819,44.61784],[6.97056,44.64696],[6.97413,44.66431],[6.99007,44.67203],[7.07671,44.67134],[7.08666,44.68085],[7.08651,44.6968],[7.07224,44.72311],[7.0496,44.73226],[7.03711,44.75009],[7.03453,44.82282],[7.01795,44.84402],[6.93633,44.87461],[6.8798,44.86346],[6.86698,44.86519],[6.7942,44.90161],[6.78375,44.9146],[6.75744,45.01884],[6.69602,45.03395],[6.68237,45.04558],[6.66501,45.08667],[6.6653,45.10289],[6.67751,45.11356],[6.77056,45.14242],[6.78283,45.14228],[6.85843,45.11699],[6.90009,45.12689],[6.98106,45.19368],[6.99279,45.19823],[7.08417,45.20279],[7.14458,45.25048],[7.13649,45.30576],[7.14232,45.32298],[7.17075,45.35069],[7.19515,45.40409],[7.1856,45.41894],[7.13304,45.44001],[7.1228,45.44924],[7.1072,45.47877],[7.02774,45.5102],[7.0158,45.52354],[6.99643,45.59465],[6.9978,45.60877],[7.01151,45.63652],[7.00597,45.64945],[6.97131,45.66528],[6.94247,45.66172],[6.92419,45.66935],[6.90729,45.69124],[6.8414,45.71373],[6.83174,45.72082],[6.82787,45.73217],[6.82614,45.80353],[6.83102,45.81711],[6.84376,45.82387],[6.94097,45.83551],[6.99582,45.85822],[7.04394,45.92036],[7.04497,45.92064],[7.04533,45.92217],[7.05191,45.93066],[7.01556,46.00883],[6.94898,46.0699],[6.92001,46.07721],[6.90932,46.08406],[6.90491,46.09595],[6.90382,46.12971],[6.83427,46.14509],[6.82259,46.15261],[6.81863,46.16592],[6.82075,46.19862],[6.82698,46.21188],[6.86092,46.2439],[6.87504,46.28007],[6.86491,46.30038],[6.81095,46.33359],[6.80189,46.34639],[6.80484,46.36179],[6.81832,46.38181],[6.82244,46.42925],[6.74665,46.45695],[6.63047,46.47435],[6.50498,46.46871],[6.41748,46.42682],[6.41083,46.42495],[6.31648,46.41557],[6.23946,46.36705],[6.21219,46.32485],[6.21148,46.31057],[6.24707,46.24777],[6.24906,46.23299],[6.24026,46.22094],[6.13778,46.15702],[6.12468,46.15415],[6.05564,46.16288],[6.03509,46.15456],[6.01783,46.15564],[6.00787,46.16977],[6.00388,46.19332],[6.00681,46.20752],[6.01857,46.21601],[6.07717,46.23123],[6.08865,46.23081],[6.1103,46.22344],[6.13038,46.23737],[6.13371,46.30227],[6.13748,46.31297],[6.17817,46.36922],[6.16622,46.38839],[6.10829,46.41643],[6.09704,46.43317],[6.09572,46.45418],[6.10174,46.46979],[6.15811,46.52456],[6.16549,46.54399],[6.15152,46.56508],[6.14872,46.58069],[6.15817,46.59343],[6.46098,46.76887],[6.46722,46.79104],[6.45644,46.80534],[6.4535,46.8239],[6.47548,46.88771],[6.46686,46.91997],[6.46892,46.93522],[6.4812,46.9445],[6.62355,46.9811],[6.72561,47.0418],[6.76011,47.09953],[6.76907,47.10751],[6.85545,47.14636],[6.88913,47.18922],[6.89443,47.19393],[6.96134,47.23479],[6.96347,47.26233],[6.97424,47.27856],[7.05958,47.32257],[7.07007,47.35005],[7.05623,47.37035],[7.018,47.38386],[6.97126,47.37218],[6.95769,47.37359],[6.94818,47.38337],[6.94716,47.39698],[6.9551,47.40808],[7.003,47.44095],[7.01205,47.47287],[7.02102,47.48458],[7.03557,47.48695],[7.0801,47.47718],[7.12853,47.48893],[7.14279,47.48707],[7.15212,47.47612],[7.16708,47.4335],[7.24435,47.40939],[7.32653,47.4273],[7.38747,47.42111],[7.51256,47.48439],[7.54511,47.54283],[7.55424,47.55128],[7.58967,47.56755],[7.60016,47.60822],[7.537,47.67302],[7.53136,47.68564],[7.53526,47.6989],[7.55758,47.72899],[7.54418,47.77232],[7.54581,47.78793],[7.57267,47.83631],[7.5728,47.86435],[7.57554,47.87436],[7.63205,47.97081],[7.62437,47.99865],[7.59127,48.03035],[7.58522,48.04694],[7.59165,48.10648],[7.59605,48.11698],[7.67661,48.21555],[7.70241,48.28803],[7.71085,48.29841],[7.75159,48.32322],[7.74357,48.38427],[7.74506,48.39484],[7.78055,48.47652],[7.78547,48.48337],[7.81449,48.50968],[7.81456,48.57704],[7.81842,48.58883],[7.8484,48.62977],[7.85605,48.63606],[7.90422,48.65865],[7.98534,48.7409],[7.99071,48.74478],[8.10087,48.7993],[8.15824,48.89753],[8.20089,48.94339],[8.20888,48.94863],[8.23589,48.95817],[8.23704,48.97683],[8.2225,48.98787],[8.08069,49.00688],[7.93826,49.06832],[7.8673,49.05227],[7.85525,49.05329],[7.80291,49.07489],[7.76073,49.06067],[7.75401,49.05963],[7.6612,49.06119],[7.64722,49.06722],[7.6296,49.08527],[7.5579,49.09626],[7.54379,49.10572],[7.50113,49.17672],[7.45012,49.19517],[7.36095,49.18259],[7.29893,49.13856],[7.28683,49.13488],[7.1535,49.13839],[7.14315,49.14159],[7.10494,49.16634],[7.06908,49.16018],[7.05478,49.16313],[7.0463,49.17503],[7.04055,49.19794],[6.93753,49.23369],[6.89322,49.22389],[6.88453,49.2239],[6.85119,49.23136],[6.82982,49.21802],[6.83093,49.19366],[6.82473,49.17826],[6.80904,49.17284],[6.76026,49.17752],[6.74328,49.19086],[6.72996,49.22917],[6.67013,49.29269],[6.61627,49.31869],[6.60497,49.33739],[6.60639,49.37868],[6.5451,49.44384],[6.43515,49.487],[6.34423,49.48037],[6.334,49.48235],[6.24643,49.52511],[6.17397,49.52187],[6.09319,49.47787],[6.08635,49.47562],[6.01627,49.46597],[5.99801,49.47317],[5.97516,49.50129],[5.876,49.5114],[5.86126,49.52038],[5.8399,49.55321],[5.77526,49.57414],[5.71578,49.55361],[5.70676,49.55267],[5.641,49.56095],[5.6076,49.53761],[5.59311,49.53424],[5.55401,49.54025],[5.50666,49.52042],[5.49294,49.51979],[5.48205,49.52815],[5.43141,49.60791],[5.3544,49.64041],[5.344,49.65049],[5.33363,49.67308],[5.28157,49.70836],[5.19602,49.70732],[5.18761,49.70906],[5.1412,49.72984],[5.13458,49.73462],[5.09944,49.77323],[5.02686,49.78886],[5.01867,49.79272],[4.99534,49.81116],[4.91098,49.79926],[4.89769,49.80204],[4.88924,49.81266],[4.87625,49.85111],[4.87913,49.86942],[4.89755,49.89424],[4.89654,49.91753],[4.83343,49.96696],[4.82662,49.97692],[4.82678,49.989],[4.8433,50.03881],[4.84331,50.03883],[4.84331,50.03884],[4.85104,50.06216],[4.86277,50.0745],[4.88076,50.0815],[4.90426,50.12639],[4.90479,50.14451],[4.8815,50.16436],[4.83123,50.17941],[4.69517,50.10472],[4.66924,50.06972],[4.67293,50.02716],[4.66936,50.01392],[4.6581,50.00609],[4.45469,49.95251],[4.44542,49.9523],[4.30877,49.98145],[4.22164,49.97089],[4.20633,49.97546],[4.1765,50.00065],[4.16976,50.01217],[4.17177,50.02537],[4.18164,50.03436],[4.23193,50.05551],[4.24074,50.07102],[4.21195,50.13602],[4.1764,50.1547],[4.16601,50.16888],[4.17084,50.18579],[4.23078,50.25233],[4.22904,50.26664],[4.21444,50.28167],[4.14388,50.29727],[4.13761,50.29984],[4.02672,50.36904],[3.91317,50.34291],[3.90189,50.3436],[3.84109,50.36558],[3.74935,50.36279],[3.71576,50.33854],[3.70258,50.33482],[3.6901,50.34044],[3.68415,50.35277],[3.67378,50.45642],[3.61523,50.50558],[3.54779,50.51012],[3.53266,50.51873],[3.52173,50.53459],[3.4748,50.54445],[3.3898,50.50884],[3.37551,50.50839],[3.3056,50.53267],[3.29219,50.55037],[3.28922,50.60028],[3.26588,50.64054],[3.26576,50.6604],[3.27545,50.67757],[3.27051,50.70375],[3.22149,50.7267],[3.2154,50.73111],[3.14877,50.80195],[3.11412,50.80566],[3.09244,50.79092],[3.08218,50.78749],[3.00718,50.78377],[2.93508,50.75592],[2.9161,50.72418],[2.90492,50.71536],[2.89072,50.7162],[2.85265,50.73335],[2.81655,50.73092],[2.79995,50.73795],[2.73267,50.81738],[2.6511,50.82906],[2.63786,50.83696],[2.62781,50.85054],[2.62396,50.86071],[2.61962,50.91067],[2.62452,50.9256],[2.64225,50.94578],[2.63986,50.95766],[2.61558,50.99749],[2.59845,51.0051],[2.58741,51.01763],[2.57048,51.07409],[2.5488,51.09759],[2.35816,51.32937]],[[-61.27501,14.90218],[-61.27622,14.36803],[-60.72489,14.36686],[-60.72368,14.90101],[-61.27501,14.90218]],[[-61.92802,16.58618],[-61.92686,15.7394],[-60.88128,15.74072],[-60.88243,16.5875],[-61.92802,16.58618]],[[-63.09453,18.13388],[-63.18897,18.04343],[-62.82463,17.81212],[-62.7182,17.92256],[-62.95273,18.1339],[-63.09453,18.13388]],[[-56.45874,47.17105],[-56.44363,46.76621],[-55.9671,46.70221],[-56.21154,47.17852],[-56.45874,47.17105]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/telechargement-donnees-libres.html","terms_text":"Tiles © cquest@Openstreetmap France, data © IGN BD Topo, LO/OL","overlay":true},{"id":"fr.ign.bdortho","name":"BDOrtho IGN","type":"tms","template":"https://data.geopf.fr/tms/1.0.0/ORTHOIMAGERY.ORTHOPHOTOS/{zoom}/{x}/{y}.jpeg","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[2,19],"polygon":[[[-56.45874,47.17105],[-56.44363,46.76621],[-55.9671,46.70221],[-56.21154,47.17852],[-56.45874,47.17105]],[[-175.91858,-13.58726],[-175.71534,-12.9189],[-176.34156,-12.83858],[-178.42568,-14.00334],[-178.57728,-14.70582],[-177.84638,-14.64983],[-175.91858,-13.58726]],[[-52.2345,3.10213],[-51.53687,4.11633],[-51.52039,4.51072],[-52.46522,5.4465],[-53.89344,6.004],[-54.58008,4.95962],[-54.42078,4.00127],[-54.12964,3.59567],[-54.12415,3.46408],[-54.31641,3.20085],[-54.31092,2.80589],[-54.8053,2.27358],[-54.20106,2.03205],[-53.72864,2.21869],[-52.92664,2.07597],[-52.641,2.25162],[-52.2345,3.10213]],[[-61.27501,14.90218],[-61.27622,14.36803],[-60.72489,14.36686],[-60.72368,14.90101],[-61.27501,14.90218]],[[-61.92802,16.58618],[-61.92686,15.7394],[-60.88128,15.74072],[-60.88243,16.5875],[-61.92802,16.58618]],[[55.09434,-21.49651],[55.96576,-21.49],[55.95959,-20.77281],[55.08816,-20.77935],[55.09434,-21.49651]],[[44.92054,-12.57363],[44.92502,-13.11963],[45.35274,-13.1163],[45.34826,-12.57029],[44.92054,-12.57363]],[[2.35816,51.32937],[-1.99931,49.72552],[-1.94136,48.88983],[-6.3,48.98],[-2.7,43.9],[-1.7835,43.39686],[-1.78509,43.39037],[-1.80099,43.37017],[-1.79156,43.34067],[-1.76297,43.32565],[-1.75606,43.31966],[-1.73359,43.28856],[-1.66953,43.30065],[-1.65,43.29323],[-1.61053,43.24223],[-1.57149,43.2412],[-1.54626,43.2737],[-1.52629,43.28099],[-1.40868,43.25591],[-1.39531,43.24596],[-1.39411,43.22935],[-1.42732,43.1404],[-1.43479,43.13087],[-1.47641,43.10248],[-1.48311,43.08561],[-1.4775,43.06889],[-1.43868,43.03371],[-1.3542,43.0197],[-1.33135,43.0496],[-1.31992,43.05696],[-1.30643,43.05531],[-1.26236,43.03303],[-1.22612,43.03898],[-1.21622,43.0381],[-1.16736,43.02083],[-1.15845,43.01452],[-1.14775,43.00124],[-1.1156,43.00461],[-1.10852,43.00409],[-1.02313,42.98206],[-0.94508,42.94192],[-0.82114,42.93865],[-0.77253,42.95284],[-0.75711,42.95107],[-0.7476,42.93879],[-0.73372,42.88666],[-0.68094,42.86775],[-0.67446,42.86392],[-0.56721,42.76937],[-0.54499,42.76906],[-0.50868,42.79935],[-0.48842,42.80255],[-0.44354,42.78453],[-0.39208,42.78766],[-0.31683,42.82635],[-0.29987,42.82697],[-0.16949,42.77157],[-0.06726,42.6848],[-0.01993,42.67389],[0.17919,42.72075],[0.18967,42.72039],[0.23972,42.70494],[0.24594,42.70175],[0.29571,42.66388],[0.32567,42.67274],[0.34912,42.69817],[0.35954,42.70415],[0.3715,42.70308],[0.43024,42.67863],[0.669,42.67901],[0.69192,42.70684],[0.67474,42.75286],[0.67409,42.76479],[0.69117,42.83186],[0.70017,42.84402],[0.71511,42.8464],[0.84606,42.8157],[0.92265,42.7797],[0.95073,42.78794],[0.95937,42.78852],[1.07564,42.77079],[1.08546,42.76635],[1.16554,42.69928],[1.23221,42.71248],[1.32364,42.7085],[1.33313,42.70563],[1.37335,42.68127],[1.38032,42.67415],[1.41936,42.60643],[1.43792,42.59264],[1.47238,42.59703],[1.4921,42.62502],[1.50444,42.6331],[1.54636,42.64166],[1.56069,42.6392],[1.60283,42.61382],[1.69377,42.60975],[1.71011,42.59992],[1.72479,42.57499],[1.7272,42.56103],[1.71561,42.50125],[1.72567,42.48452],[1.82774,42.47056],[1.88444,42.4477],[1.88459,42.44762],[1.88467,42.44761],[1.92089,42.43302],[1.93076,42.42442],[1.965,42.36473],[2.00861,42.33818],[2.09393,42.35474],[2.14881,42.40545],[2.16028,42.41065],[2.20526,42.41541],[2.20653,42.41526],[2.20694,42.41558],[2.25973,42.42117],[2.26719,42.42055],[2.41222,42.38021],[2.41933,42.37658],[2.47795,42.32986],[2.5338,42.32197],[2.56777,42.34173],[2.58106,42.34418],[2.66719,42.33008],[2.68585,42.34679],[2.68162,42.37263],[2.68378,42.3854],[2.69331,42.39417],[2.72928,42.40998],[2.7413,42.41128],[2.78424,42.40256],[2.87019,42.44653],[2.87822,42.4487],[3.02214,42.45645],[3.03402,42.45331],[3.0944,42.41457],[3.16081,42.42757],[3.17358,42.41768],[5.8,41.64],[8.94186,41.27688],[9.27311,41.29196],[9.36968,41.35052],[9.63227,41.43244],[9.8,43.1],[7.53622,43.79234],[7.51594,43.84915],[7.51649,43.86397],[7.5271,43.87434],[7.56858,43.89159],[7.58419,43.93287],[7.59624,43.94466],[7.66016,43.9672],[7.68077,44.0164],[7.68603,44.02371],[7.72403,44.05704],[7.72786,44.08615],[7.69445,44.12276],[7.68937,44.13869],[7.69422,44.17795],[7.68608,44.1861],[7.63989,44.18928],[7.6162,44.16827],[7.60548,44.1634],[7.56478,44.15817],[7.5642,44.15836],[7.56283,44.15792],[7.37776,44.13416],[7.36278,44.13834],[7.33878,44.1574],[7.27537,44.15947],[7.26053,44.16682],[7.24533,44.18544],[7.1651,44.22112],[7.07312,44.2461],[7.03259,44.2424],[7.01983,44.24558],[7.01181,44.256],[6.99909,44.29414],[6.91637,44.36804],[6.90972,44.38195],[6.90907,44.39477],[6.91223,44.40659],[6.92167,44.41436],[6.95872,44.42908],[6.95894,44.43129],[6.87892,44.50245],[6.87233,44.5195],[6.88235,44.53479],[6.94659,44.57124],[6.97819,44.61784],[6.97056,44.64696],[6.97413,44.66431],[6.99007,44.67203],[7.07671,44.67134],[7.08666,44.68085],[7.08651,44.6968],[7.07224,44.72311],[7.0496,44.73226],[7.03711,44.75009],[7.03453,44.82282],[7.01795,44.84402],[6.93633,44.87461],[6.8798,44.86346],[6.86698,44.86519],[6.7942,44.90161],[6.78375,44.9146],[6.75744,45.01884],[6.69602,45.03395],[6.68237,45.04558],[6.66501,45.08667],[6.6653,45.10289],[6.67751,45.11356],[6.77056,45.14242],[6.78283,45.14228],[6.85843,45.11699],[6.90009,45.12689],[6.98106,45.19368],[6.99279,45.19823],[7.08417,45.20279],[7.14458,45.25048],[7.13649,45.30576],[7.14232,45.32298],[7.17075,45.35069],[7.19515,45.40409],[7.1856,45.41894],[7.13304,45.44001],[7.1228,45.44924],[7.1072,45.47877],[7.02774,45.5102],[7.0158,45.52354],[6.99643,45.59465],[6.9978,45.60877],[7.01151,45.63652],[7.00597,45.64945],[6.97131,45.66528],[6.94247,45.66172],[6.92419,45.66935],[6.90729,45.69124],[6.8414,45.71373],[6.83174,45.72082],[6.82787,45.73217],[6.82614,45.80353],[6.83102,45.81711],[6.84376,45.82387],[6.94097,45.83551],[6.99582,45.85822],[7.04394,45.92036],[7.04497,45.92064],[7.04533,45.92217],[7.05191,45.93066],[7.01556,46.00883],[6.94898,46.0699],[6.92001,46.07721],[6.90932,46.08406],[6.90491,46.09595],[6.90382,46.12971],[6.83427,46.14509],[6.82259,46.15261],[6.81863,46.16592],[6.82075,46.19862],[6.82698,46.21188],[6.86092,46.2439],[6.87504,46.28007],[6.86491,46.30038],[6.81095,46.33359],[6.80189,46.34639],[6.80484,46.36179],[6.81832,46.38181],[6.82244,46.42925],[6.74665,46.45695],[6.63047,46.47435],[6.50498,46.46871],[6.41748,46.42682],[6.41083,46.42495],[6.31648,46.41557],[6.23946,46.36705],[6.21219,46.32485],[6.21148,46.31057],[6.24707,46.24777],[6.24906,46.23299],[6.24026,46.22094],[6.13778,46.15702],[6.12468,46.15415],[6.05564,46.16288],[6.03509,46.15456],[6.01783,46.15564],[6.00787,46.16977],[6.00388,46.19332],[6.00681,46.20752],[6.01857,46.21601],[6.07717,46.23123],[6.08865,46.23081],[6.1103,46.22344],[6.13038,46.23737],[6.13371,46.30227],[6.13748,46.31297],[6.17817,46.36922],[6.16622,46.38839],[6.10829,46.41643],[6.09704,46.43317],[6.09572,46.45418],[6.10174,46.46979],[6.15811,46.52456],[6.16549,46.54399],[6.15152,46.56508],[6.14872,46.58069],[6.15817,46.59343],[6.46098,46.76887],[6.46722,46.79104],[6.45644,46.80534],[6.4535,46.8239],[6.47548,46.88771],[6.46686,46.91997],[6.46892,46.93522],[6.4812,46.9445],[6.62355,46.9811],[6.72561,47.0418],[6.76011,47.09953],[6.76907,47.10751],[6.85545,47.14636],[6.88913,47.18922],[6.89443,47.19393],[6.96134,47.23479],[6.96347,47.26233],[6.97424,47.27856],[7.05958,47.32257],[7.07007,47.35005],[7.05623,47.37035],[7.018,47.38386],[6.97126,47.37218],[6.95769,47.37359],[6.94818,47.38337],[6.94716,47.39698],[6.9551,47.40808],[7.003,47.44095],[7.01205,47.47287],[7.02102,47.48458],[7.03557,47.48695],[7.0801,47.47718],[7.12853,47.48893],[7.14279,47.48707],[7.15212,47.47612],[7.16708,47.4335],[7.24435,47.40939],[7.32653,47.4273],[7.38747,47.42111],[7.51256,47.48439],[7.54511,47.54283],[7.55424,47.55128],[7.58967,47.56755],[7.60016,47.60822],[7.537,47.67302],[7.53136,47.68564],[7.53526,47.6989],[7.55758,47.72899],[7.54418,47.77232],[7.54581,47.78793],[7.57267,47.83631],[7.5728,47.86435],[7.57554,47.87436],[7.63205,47.97081],[7.62437,47.99865],[7.59127,48.03035],[7.58522,48.04694],[7.59165,48.10648],[7.59605,48.11698],[7.67661,48.21555],[7.70241,48.28803],[7.71085,48.29841],[7.75159,48.32322],[7.74357,48.38427],[7.74506,48.39484],[7.78055,48.47652],[7.78547,48.48337],[7.81449,48.50968],[7.81456,48.57704],[7.81842,48.58883],[7.8484,48.62977],[7.85605,48.63606],[7.90422,48.65865],[7.98534,48.7409],[7.99071,48.74478],[8.10087,48.7993],[8.15824,48.89753],[8.20089,48.94339],[8.20888,48.94863],[8.23589,48.95817],[8.23704,48.97683],[8.2225,48.98787],[8.08069,49.00688],[7.93826,49.06832],[7.8673,49.05227],[7.85525,49.05329],[7.80291,49.07489],[7.76073,49.06067],[7.75401,49.05963],[7.6612,49.06119],[7.64722,49.06722],[7.6296,49.08527],[7.5579,49.09626],[7.54379,49.10572],[7.50113,49.17672],[7.45012,49.19517],[7.36095,49.18259],[7.29893,49.13856],[7.28683,49.13488],[7.1535,49.13839],[7.14315,49.14159],[7.10494,49.16634],[7.06908,49.16018],[7.05478,49.16313],[7.0463,49.17503],[7.04055,49.19794],[6.93753,49.23369],[6.89322,49.22389],[6.88453,49.2239],[6.85119,49.23136],[6.82982,49.21802],[6.83093,49.19366],[6.82473,49.17826],[6.80904,49.17284],[6.76026,49.17752],[6.74328,49.19086],[6.72996,49.22917],[6.67013,49.29269],[6.61627,49.31869],[6.60497,49.33739],[6.60639,49.37868],[6.5451,49.44384],[6.43515,49.487],[6.34423,49.48037],[6.334,49.48235],[6.24643,49.52511],[6.17397,49.52187],[6.09319,49.47787],[6.08635,49.47562],[6.01627,49.46597],[5.99801,49.47317],[5.97516,49.50129],[5.876,49.5114],[5.86126,49.52038],[5.8399,49.55321],[5.77526,49.57414],[5.71578,49.55361],[5.70676,49.55267],[5.641,49.56095],[5.6076,49.53761],[5.59311,49.53424],[5.55401,49.54025],[5.50666,49.52042],[5.49294,49.51979],[5.48205,49.52815],[5.43141,49.60791],[5.3544,49.64041],[5.344,49.65049],[5.33363,49.67308],[5.28157,49.70836],[5.19602,49.70732],[5.18761,49.70906],[5.1412,49.72984],[5.13458,49.73462],[5.09944,49.77323],[5.02686,49.78886],[5.01867,49.79272],[4.99534,49.81116],[4.91098,49.79926],[4.89769,49.80204],[4.88924,49.81266],[4.87625,49.85111],[4.87913,49.86942],[4.89755,49.89424],[4.89654,49.91753],[4.83343,49.96696],[4.82662,49.97692],[4.82678,49.989],[4.8433,50.03881],[4.84331,50.03883],[4.84331,50.03884],[4.85104,50.06216],[4.86277,50.0745],[4.88076,50.0815],[4.90426,50.12639],[4.90479,50.14451],[4.8815,50.16436],[4.83123,50.17941],[4.69517,50.10472],[4.66924,50.06972],[4.67293,50.02716],[4.66936,50.01392],[4.6581,50.00609],[4.45469,49.95251],[4.44542,49.9523],[4.30877,49.98145],[4.22164,49.97089],[4.20633,49.97546],[4.1765,50.00065],[4.16976,50.01217],[4.17177,50.02537],[4.18164,50.03436],[4.23193,50.05551],[4.24074,50.07102],[4.21195,50.13602],[4.1764,50.1547],[4.16601,50.16888],[4.17084,50.18579],[4.23078,50.25233],[4.22904,50.26664],[4.21444,50.28167],[4.14388,50.29727],[4.13761,50.29984],[4.02672,50.36904],[3.91317,50.34291],[3.90189,50.3436],[3.84109,50.36558],[3.74935,50.36279],[3.71576,50.33854],[3.70258,50.33482],[3.6901,50.34044],[3.68415,50.35277],[3.67378,50.45642],[3.61523,50.50558],[3.54779,50.51012],[3.53266,50.51873],[3.52173,50.53459],[3.4748,50.54445],[3.3898,50.50884],[3.37551,50.50839],[3.3056,50.53267],[3.29219,50.55037],[3.28922,50.60028],[3.26588,50.64054],[3.26576,50.6604],[3.27545,50.67757],[3.27051,50.70375],[3.22149,50.7267],[3.2154,50.73111],[3.14877,50.80195],[3.11412,50.80566],[3.09244,50.79092],[3.08218,50.78749],[3.00718,50.78377],[2.93508,50.75592],[2.9161,50.72418],[2.90492,50.71536],[2.89072,50.7162],[2.85265,50.73335],[2.81655,50.73092],[2.79995,50.73795],[2.73267,50.81738],[2.6511,50.82906],[2.63786,50.83696],[2.62781,50.85054],[2.62396,50.86071],[2.61962,50.91067],[2.62452,50.9256],[2.64225,50.94578],[2.63986,50.95766],[2.61558,50.99749],[2.59845,51.0051],[2.58741,51.01763],[2.57048,51.07409],[2.5488,51.09759],[2.35816,51.32937]]],"terms_url":"https://geoservices.ign.fr/services-web-experts-ortho","terms_text":"BDOrtho IGN","best":true,"description":"Combinaison des meilleures photographies aériennes (de 20 à 5 cm) et des images satellites à plus grande échelle. Mise à jour progressivement sur 1/3 des départements chaque année.","icon":"https://www.ign.fr/files/default/styles/thumbnail/public/2020-06/logoIGN_300x200.png"},{"id":"BH_Ortofoto_2015","name":"Belo Horizonte Ortofoto 2015","type":"wms","template":"https://geoservicos.pbh.gov.br:443/ortofoto/ORTOFOTO/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Ortofoto2015&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","polygon":[[[-44.08158,-19.98958],[-44.01816,-20.08433],[-43.83877,-19.9141],[-43.841,-19.81291],[-43.99898,-19.72879],[-44.08158,-19.98958]]],"terms_url":"https://bhgeo.pbh.gov.br/","terms_text":"Prefeitura de Belo Horizonte","best":true,"description":"2015 Orthophotos from Belo Horizonte"},{"id":"Berlin-Alkis","name":"Berlin/Geoportal ALKIS","type":"tms","template":"https://mapproxy.codefor.de/tiles/1.0.0/alkis_30/mercator/{zoom}/{x}/{y}.png","category":"other","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/ALKIS Berlin (Amtliches Liegenschaftskatasterinformationssystem) (codefor.de proxy)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Berlin.png"},{"id":"Berlin-Baumbestand_Alkis","name":"Berlin/Geoportal Baumbestand, Alkis s/w","type":"tms","template":"https://mapproxy.codefor.de/tiles/1.0.0/baumbestand_0_1_3_4_alkis/mercator/{zoom}/{x}/{y}.png","category":"other","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Straßen- und Anlagenbaumbestand Berlin, ALKIS s/w (codefor.de proxy)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Berlin.png"},{"id":"Berlin-2020-infrared","name":"Berlin/Geoportal DOP20CIR (2020 infrared)","type":"tms","template":"https://tiles.codefor.de/berlin-2020-dop20cir/{zoom}/{x}/{y}.png","category":"historicphoto","endDate":"2020-08-01T00:00:00.000Z","startDate":"2020-08-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale Color-Infrarot-Orthophotos 2020 (DOP20CIR) (codefor.de mirror)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Berlin.png"},{"id":"Berlin-2014","name":"Berlin/Geoportal DOP20RGB (2014)","type":"tms","template":"https://tiles.codefor.de/berlin-2014-dop20rgb/{zoom}/{x}/{y}.png","category":"historicphoto","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.19746,52.64206],[13.19862,52.6062],[13.11077,52.6047],[13.1137,52.51528],[13.14332,52.5157],[13.1441,52.49729],[13.11462,52.49695],[13.11546,52.47896],[13.086,52.47853],[13.08842,52.42449],[13.06075,52.42408],[13.0618,52.40662],[13.08938,52.40707],[13.08981,52.38899],[13.11941,52.38955],[13.11971,52.37422],[13.14876,52.37459],[13.14791,52.38987],[13.17752,52.39029],[13.17635,52.40836],[13.23609,52.40922],[13.23667,52.39114],[13.35427,52.39306],[13.35487,52.37498],[13.44257,52.37604],[13.44101,52.41219],[13.47149,52.4125],[13.47168,52.39459],[13.53064,52.39525],[13.53116,52.37735],[13.5901,52.37806],[13.59046,52.36007],[13.61999,52.36033],[13.62102,52.32946],[13.67898,52.33017],[13.67785,52.36104],[13.70731,52.36136],[13.70678,52.37935],[13.73611,52.37963],[13.73546,52.39753],[13.76447,52.40209],[13.76358,52.45156],[13.73399,52.45121],[13.73362,52.4692],[13.70415,52.46901],[13.7037,52.48683],[13.64476,52.48608],[13.64413,52.5045],[13.67375,52.50475],[13.67253,52.54048],[13.64296,52.5401],[13.64268,52.55813],[13.61324,52.55784],[13.61246,52.57582],[13.58307,52.57535],[13.58263,52.59329],[13.52335,52.59248],[13.52219,52.62898],[13.55147,52.62938],[13.55096,52.6469],[13.5216,52.6465],[13.52092,52.66457],[13.49147,52.66428],[13.49082,52.68111],[13.43227,52.68001],[13.4334,52.64555],[13.40332,52.64501],[13.4026,52.663],[13.37386,52.66269],[13.37431,52.64462],[13.31476,52.64353],[13.31391,52.66185],[13.2558,52.66101],[13.25639,52.64285],[13.19746,52.64206]]],"terms_text":"Geoportal Berlin/Digitale farbige Orthophotos 2014 (DOP20RGB) (codefor.de mirror)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Berlin.png"},{"id":"Berlin-2015","name":"Berlin/Geoportal DOP20RGB (2015)","type":"tms","template":"https://tiles.codefor.de/berlin-2015-dop20rgb/{zoom}/{x}/{y}.png","category":"historicphoto","endDate":"2015-08-03T00:00:00.000Z","startDate":"2015-08-02T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.11068,52.59538],[13.11558,52.47897],[13.10123,52.47874],[13.10275,52.43374],[13.07392,52.42426],[13.0744,52.40683],[13.11964,52.38041],[13.14839,52.38095],[13.14774,52.38996],[13.19222,52.39056],[13.19171,52.39957],[13.29531,52.40103],[13.29537,52.39209],[13.35432,52.39301],[13.38464,52.3662],[13.42813,52.3667],[13.44223,52.38484],[13.53133,52.38641],[13.53149,52.37748],[13.58986,52.3781],[13.62031,52.36042],[13.62073,52.33337],[13.66405,52.33395],[13.67782,52.36125],[13.707,52.3614],[13.70661,52.37944],[13.73585,52.39762],[13.75045,52.39778],[13.74941,52.42474],[13.76431,52.42464],[13.76362,52.46068],[13.73405,52.46034],[13.73386,52.46933],[13.68931,52.48687],[13.65998,52.48643],[13.65913,52.51344],[13.67356,52.51358],[13.67312,52.53144],[13.65813,52.54042],[13.64303,52.5492],[13.62817,52.55805],[13.59865,52.55769],[13.59776,52.58469],[13.52304,52.60165],[13.52229,52.61977],[13.5376,52.61991],[13.53605,52.65572],[13.50654,52.65531],[13.50561,52.68244],[13.44733,52.6816],[13.43284,52.65414],[13.32948,52.6529],[13.32914,52.66204],[13.31368,52.67072],[13.27004,52.67021],[13.256,52.65201],[13.24167,52.64282],[13.21262,52.63315],[13.18355,52.61488],[13.13975,52.60527],[13.11068,52.59538]]],"terms_text":"Geoportal Berlin/Digitale farbige Orthophotos 2015 (DOP20RGB) (codefor.de mirror)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Berlin.png"},{"id":"Berlin-2016","name":"Berlin/Geoportal DOP20RGB (2016)","type":"tms","template":"https://tiles.codefor.de/berlin-2016-dop20rgb/{zoom}/{x}/{y}.png","category":"historicphoto","endDate":"2016-04-03T00:00:00.000Z","startDate":"2016-04-02T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale farbige Orthophotos 2016 (DOP20RGB) (codefor.de mirror)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Berlin.png"},{"id":"Berlin-2017","name":"Berlin/Geoportal DOP20RGB (2017)","type":"tms","template":"https://tiles.codefor.de/berlin-2017-dop20rgb/{zoom}/{x}/{y}.png","category":"historicphoto","endDate":"2017-03-28T00:00:00.000Z","startDate":"2017-03-27T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale farbige Orthophotos 2017 (DOP20RGB) (codefor.de mirror)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Berlin.png"},{"id":"Berlin-2018","name":"Berlin/Geoportal DOP20RGB (2018)","type":"tms","template":"https://tiles.codefor.de/berlin-2018-dop20rgb/{zoom}/{x}/{y}.png","category":"historicphoto","endDate":"2018-04-07T00:00:00.000Z","startDate":"2018-03-19T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale farbige Orthophotos 2018 (DOP20RGB) (codefor.de mirror)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Berlin.png"},{"id":"Berlin-2019","name":"Berlin/Geoportal DOP20RGB (2019)","type":"tms","template":"https://tiles.codefor.de/berlin-2019-dop20rgb/{zoom}/{x}/{y}.png","category":"historicphoto","endDate":"2019-04-06T00:00:00.000Z","startDate":"2019-04-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale farbige Orthophotos 2019 (DOP20RGB) (codefor.de mirror)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Berlin.png"},{"id":"Berlin-2021","name":"Berlin/Geoportal DOP20RGB (2021)","type":"tms","template":"https://tiles.codefor.de/berlin-2021-dop20rgbi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2021-02-22T00:00:00.000Z","startDate":"2021-02-22T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale farbige Orthophotos 2021 (DOP20RGBI) (codefor.de mirror)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Berlin.png"},{"id":"Berlin-2022","name":"Berlin/Geoportal DOP20RGBI (2022)","type":"tms","template":"https://tiles.codefor.de/berlin-2022-dop20rgbi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2022-03-09T00:00:00.000Z","startDate":"2022-03-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale farbige TrueOrthophotos 2022 (DOP20RGBI) (codefor.de mirror)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Berlin.png"},{"id":"Berlin-2023","name":"Berlin/Geoportal DOP20RGBI (2023)","type":"tms","template":"https://tiles.codefor.de/berlin-2023-dop20rgbi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale farbige TrueOrthophotos 2023 (DOP20RGBI) (codefor.de mirror)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Berlin.png"},{"id":"Berlin-2024","name":"Berlin/Geoportal DOP20RGBI (2024)","type":"tms","template":"https://tiles.codefor.de/berlin-2024-dop20rgbi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Digitale farbige TrueOrthophotos 2024 (DOP20RGBI) (codefor.de mirror)","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Berlin.png"},{"id":"Berlin-Strassenbefahrung-2014-Alkis","name":"Berlin/Geoportal Straßenbefahrung 2014, Alkis","type":"tms","template":"https://mapproxy.codefor.de/tiles/1.0.0/strassenbefahrung_alkis/mercator/{zoom}/{x}/{y}.png","category":"other","endDate":"2015-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[13.29535,52.392],[13.35417,52.39279],[13.38418,52.36617],[13.42861,52.36674],[13.44254,52.38473],[13.53103,52.38581],[13.5313,52.37719],[13.58956,52.37786],[13.61959,52.36012],[13.62038,52.33319],[13.66454,52.33367],[13.66428,52.34287],[13.67876,52.34302],[13.67826,52.36081],[13.70772,52.36111],[13.70722,52.37923],[13.75097,52.39814],[13.75027,52.42468],[13.76454,52.42482],[13.7636,52.46069],[13.73406,52.4604],[13.7188,52.47807],[13.68929,52.48692],[13.65989,52.48661],[13.65912,52.51344],[13.67365,52.51359],[13.67314,52.53139],[13.65822,52.53124],[13.62826,52.55788],[13.5988,52.55755],[13.59798,52.58464],[13.56782,52.59313],[13.53842,52.59279],[13.52345,52.6017],[13.52288,52.61946],[13.53757,52.61964],[13.53643,52.6558],[13.50681,52.65545],[13.50593,52.68261],[13.44682,52.68189],[13.43254,52.67251],[13.43315,52.65458],[13.32953,52.65323],[13.31405,52.67086],[13.26973,52.67025],[13.27041,52.65222],[13.21212,52.63346],[13.18403,52.60593],[13.13972,52.60527],[13.11055,52.59579],[13.11534,52.47934],[13.10073,52.47912],[13.10259,52.43394],[13.07356,52.42447],[13.07431,52.4067],[13.08906,52.40693],[13.11888,52.38921],[13.11926,52.38001],[13.14877,52.38046],[13.14839,52.3897],[13.19241,52.39035],[13.19206,52.39937],[13.29502,52.40083],[13.29535,52.392]]],"terms_text":"Geoportal Berlin/Straßenbefahrung 2014; ALKIS s/w (codefor.de proxy)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Berlin.png"},{"id":"Berlin-2020-TrueDOP","name":"Berlin/Geoportal TrueDOP20RGB (2020)","type":"tms","template":"https://tiles.codefor.de/berlin-2020-truedop20rgb/{zoom}/{x}/{y}.png","category":"photo","endDate":"2020-08-01T00:00:00.000Z","startDate":"2020-08-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[13.05872,52.42427],[13.05951,52.4063],[13.0889,52.40677],[13.08967,52.3888],[13.11905,52.38927],[13.11981,52.3713],[13.14917,52.37177],[13.14842,52.38974],[13.17779,52.3902],[13.20717,52.39064],[13.23654,52.39109],[13.26592,52.39152],[13.2953,52.39195],[13.32467,52.39237],[13.35405,52.39278],[13.35472,52.37481],[13.38409,52.37521],[13.38474,52.35724],[13.4141,52.35764],[13.41474,52.33966],[13.41539,52.32169],[13.44472,52.32208],[13.47405,52.32246],[13.50339,52.32284],[13.53272,52.32321],[13.56206,52.32357],[13.59139,52.32392],[13.62073,52.32427],[13.65007,52.3246],[13.67941,52.32494],[13.67887,52.34291],[13.67833,52.36089],[13.7077,52.36121],[13.70717,52.37919],[13.73655,52.37951],[13.73603,52.39748],[13.76542,52.39779],[13.76492,52.41577],[13.76442,52.43375],[13.76391,52.45172],[13.76341,52.4697],[13.73397,52.46939],[13.73346,52.48736],[13.70401,52.48705],[13.67456,52.48672],[13.67402,52.50469],[13.67348,52.52267],[13.67294,52.54065],[13.64346,52.54031],[13.64291,52.55829],[13.61341,52.55795],[13.61285,52.57592],[13.58334,52.57557],[13.58276,52.59355],[13.55325,52.59319],[13.55265,52.61116],[13.55206,52.62914],[13.55147,52.64711],[13.55087,52.66509],[13.52131,52.66472],[13.5207,52.68269],[13.49113,52.68232],[13.46155,52.68194],[13.43198,52.68155],[13.43262,52.66358],[13.40306,52.66319],[13.3735,52.66278],[13.34394,52.66237],[13.31438,52.66196],[13.31369,52.67993],[13.28412,52.6795],[13.25455,52.67907],[13.25527,52.6611],[13.25598,52.64313],[13.22644,52.64269],[13.19689,52.64225],[13.19763,52.62427],[13.1681,52.62382],[13.16885,52.60585],[13.13933,52.60539],[13.10982,52.60492],[13.11059,52.58695],[13.11136,52.56898],[13.11214,52.55101],[13.11291,52.53304],[13.11368,52.51507],[13.11445,52.4971],[13.11521,52.47913],[13.08578,52.47866],[13.08656,52.46069],[13.08734,52.44272],[13.08812,52.42474],[13.05872,52.42427]]],"terms_text":"Geoportal Berlin/Digitale farbige TrueOrthophotos 2020 (TrueDOP20RGB) (codefor.de mirror)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Berlin.png"},{"id":"bev-inspire-orthofoto","name":"BEV INSPIRE Orthofoto","type":"wms","template":"https://kataster.bev.gv.at/ortho/ows?SERVICE=WMS&REQUEST=GetMap&VERSION=2.0.0&FORMAT=image/jpeg&LAYERS=bev:RGB&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","polygon":[[[15.033,49.027],[14.999,49.027],[14.999,49.018],[14.982,49.018],[14.983,48.991],[14.966,48.991],[14.968,48.919],[14.985,48.919],[14.985,48.892],[14.968,48.892],[14.97,48.847],[14.953,48.847],[14.954,48.802],[14.937,48.801],[14.937,48.79],[14.932,48.79],[14.931,48.781],[14.897,48.781],[14.898,48.79],[14.864,48.791],[14.864,48.8],[14.813,48.8],[14.812,48.782],[14.795,48.783],[14.795,48.756],[14.778,48.756],[14.777,48.729],[14.76,48.729],[14.76,48.72],[14.743,48.72],[14.742,48.711],[14.725,48.712],[14.725,48.702],[14.708,48.703],[14.707,48.676],[14.691,48.676],[14.689,48.622],[14.638,48.623],[14.638,48.632],[14.621,48.632],[14.622,48.641],[14.588,48.641],[14.588,48.632],[14.57,48.632],[14.57,48.623],[14.553,48.624],[14.553,48.633],[14.519,48.633],[14.52,48.642],[14.486,48.642],[14.486,48.669],[14.419,48.67],[14.418,48.643],[14.401,48.643],[14.4,48.598],[14.366,48.598],[14.366,48.589],[14.349,48.589],[14.349,48.581],[14.298,48.581],[14.299,48.608],[14.062,48.61],[14.062,48.637],[14.028,48.637],[14.028,48.646],[14.062,48.646],[14.062,48.682],[14.045,48.682],[14.046,48.7],[14.029,48.7],[14.029,48.709],[14.012,48.709],[14.012,48.718],[13.961,48.718],[13.961,48.727],[13.944,48.727],[13.944,48.736],[13.927,48.736],[13.927,48.754],[13.911,48.754],[13.911,48.763],[13.894,48.764],[13.894,48.772],[13.86,48.773],[13.86,48.782],[13.843,48.782],[13.843,48.773],[13.826,48.773],[13.826,48.764],[13.809,48.764],[13.808,48.728],[13.791,48.728],[13.791,48.701],[13.808,48.701],[13.807,48.602],[13.79,48.602],[13.79,48.575],[13.773,48.575],[13.773,48.566],[13.739,48.566],[13.739,48.53],[13.722,48.53],[13.722,48.522],[13.705,48.522],[13.705,48.531],[13.688,48.53],[13.688,48.539],[13.671,48.54],[13.671,48.558],[13.621,48.558],[13.62,48.576],[13.587,48.576],[13.587,48.567],[13.57,48.567],[13.57,48.576],[13.553,48.576],[13.553,48.585],[13.536,48.585],[13.536,48.594],[13.502,48.594],[13.502,48.585],[13.485,48.585],[13.485,48.567],[13.434,48.567],[13.434,48.513],[13.451,48.513],[13.451,48.504],[13.434,48.504],[13.434,48.477],[13.417,48.477],[13.417,48.441],[13.434,48.441],[13.434,48.423],[13.417,48.423],[13.417,48.387],[13.4,48.387],[13.4,48.369],[13.366,48.369],[13.366,48.36],[13.35,48.36],[13.349,48.342],[13.333,48.342],[13.333,48.333],[13.316,48.333],[13.316,48.324],[13.299,48.324],[13.299,48.315],[13.282,48.315],[13.282,48.306],[13.265,48.306],[13.265,48.297],[13.147,48.297],[13.147,48.288],[13.114,48.288],[13.114,48.279],[13.047,48.279],[13.046,48.27],[13.029,48.27],[13.029,48.261],[12.996,48.261],[12.996,48.243],[12.979,48.243],[12.979,48.225],[12.963,48.225],[12.963,48.216],[12.929,48.215],[12.929,48.207],[12.861,48.206],[12.861,48.197],[12.845,48.197],[12.845,48.17],[12.829,48.17],[12.828,48.161],[12.812,48.161],[12.812,48.152],[12.795,48.152],[12.795,48.143],[12.778,48.143],[12.778,48.134],[12.745,48.134],[12.745,48.071],[12.762,48.071],[12.762,48.053],[12.779,48.053],[12.78,48.044],[12.796,48.044],[12.796,48.035],[12.813,48.035],[12.813,48.026],[12.83,48.026],[12.83,48.017],[12.847,48.017],[12.847,47.982],[12.864,47.982],[12.864,47.955],[12.914,47.955],[12.915,47.937],[12.931,47.937],[12.931,47.919],[12.948,47.919],[12.948,47.901],[12.965,47.901],[12.965,47.874],[12.982,47.874],[12.982,47.856],[12.998,47.856],[12.999,47.838],[12.982,47.838],[12.982,47.829],[12.966,47.829],[12.966,47.802],[12.949,47.802],[12.949,47.793],[12.932,47.793],[12.932,47.784],[12.916,47.784],[12.916,47.766],[12.932,47.766],[12.933,47.748],[12.899,47.748],[12.899,47.712],[12.916,47.712],[12.916,47.703],[12.999,47.703],[12.999,47.712],[13.033,47.712],[13.033,47.703],[13.05,47.703],[13.049,47.685],[13.066,47.685],[13.066,47.658],[13.083,47.658],[13.083,47.622],[13.066,47.622],[13.067,47.604],[13.05,47.604],[13.05,47.587],[13.033,47.586],[13.034,47.541],[13.017,47.541],[13.017,47.523],[13.034,47.523],[13.034,47.487],[13.017,47.487],[13.018,47.478],[13.001,47.478],[13.001,47.496],[12.935,47.496],[12.934,47.505],[12.918,47.505],[12.918,47.514],[12.901,47.514],[12.901,47.532],[12.868,47.532],[12.868,47.55],[12.851,47.55],[12.851,47.559],[12.818,47.558],[12.817,47.594],[12.834,47.594],[12.834,47.631],[12.817,47.63],[12.817,47.64],[12.8,47.639],[12.8,47.648],[12.784,47.648],[12.784,47.657],[12.8,47.657],[12.8,47.684],[12.75,47.684],[12.75,47.693],[12.65,47.693],[12.65,47.684],[12.583,47.683],[12.584,47.674],[12.567,47.674],[12.567,47.647],[12.501,47.647],[12.5,47.656],[12.484,47.656],[12.484,47.665],[12.467,47.664],[12.467,47.7],[12.45,47.7],[12.45,47.709],[12.4,47.709],[12.4,47.7],[12.35,47.699],[12.35,47.708],[12.3,47.708],[12.3,47.699],[12.267,47.699],[12.266,47.717],[12.283,47.717],[12.282,47.753],[12.232,47.752],[12.233,47.734],[12.216,47.734],[12.216,47.725],[12.2,47.725],[12.2,47.716],[12.15,47.716],[12.151,47.653],[12.168,47.653],[12.169,47.626],[12.069,47.625],[12.068,47.634],[11.969,47.633],[11.969,47.624],[11.886,47.622],[11.886,47.614],[11.836,47.613],[11.837,47.595],[11.803,47.595],[11.803,47.603],[11.787,47.603],[11.786,47.612],[11.687,47.611],[11.687,47.602],[11.62,47.601],[11.621,47.588],[11.596,47.589],[11.596,47.571],[11.579,47.571],[11.578,47.526],[11.561,47.526],[11.561,47.517],[11.512,47.518],[11.511,47.509],[11.495,47.509],[11.495,47.518],[11.412,47.519],[11.411,47.501],[11.395,47.501],[11.395,47.483],[11.378,47.483],[11.377,47.456],[11.328,47.456],[11.328,47.448],[11.311,47.448],[11.311,47.438],[11.294,47.439],[11.294,47.43],[11.277,47.43],[11.277,47.403],[11.244,47.403],[11.244,47.412],[11.261,47.412],[11.261,47.439],[11.195,47.439],[11.195,47.431],[11.145,47.431],[11.145,47.422],[11.129,47.422],[11.128,47.413],[11.112,47.413],[11.112,47.404],[11.012,47.405],[11.012,47.396],[10.995,47.396],[10.995,47.405],[10.979,47.405],[10.979,47.414],[10.995,47.414],[10.996,47.441],[10.979,47.441],[10.979,47.45],[10.963,47.45],[10.963,47.459],[10.946,47.459],[10.947,47.486],[10.88,47.486],[10.88,47.495],[10.897,47.495],[10.897,47.504],[10.93,47.504],[10.931,47.522],[10.914,47.522],[10.914,47.531],[10.898,47.531],[10.897,47.54],[10.848,47.54],[10.848,47.532],[10.798,47.532],[10.798,47.523],[10.781,47.523],[10.781,47.532],[10.764,47.532],[10.765,47.541],[10.715,47.541],[10.715,47.55],[10.698,47.55],[10.698,47.568],[10.682,47.568],[10.682,47.559],[10.665,47.559],[10.665,47.568],[10.616,47.568],[10.615,47.577],[10.582,47.577],[10.582,47.559],[10.566,47.559],[10.566,47.542],[10.499,47.542],[10.499,47.551],[10.483,47.551],[10.483,47.596],[10.466,47.596],[10.466,47.587],[10.416,47.587],[10.416,47.569],[10.433,47.569],[10.433,47.506],[10.416,47.506],[10.416,47.497],[10.433,47.497],[10.433,47.479],[10.466,47.479],[10.466,47.47],[10.449,47.47],[10.449,47.451],[10.466,47.452],[10.466,47.434],[10.449,47.434],[10.449,47.425],[10.432,47.425],[10.432,47.407],[10.416,47.407],[10.416,47.38],[10.383,47.38],[10.383,47.362],[10.366,47.362],[10.366,47.344],[10.35,47.344],[10.35,47.326],[10.333,47.326],[10.333,47.308],[10.284,47.308],[10.283,47.29],[10.251,47.29],[10.25,47.281],[10.201,47.281],[10.201,47.299],[10.217,47.299],[10.217,47.344],[10.234,47.344],[10.234,47.362],[10.25,47.362],[10.25,47.389],[10.234,47.389],[10.234,47.398],[10.217,47.398],[10.217,47.389],[10.201,47.389],[10.201,47.398],[10.167,47.398],[10.168,47.371],[10.134,47.371],[10.134,47.38],[10.101,47.38],[10.101,47.424],[10.118,47.424],[10.118,47.442],[10.101,47.443],[10.101,47.461],[10.084,47.461],[10.084,47.469],[10.068,47.469],[10.067,47.488],[10.051,47.487],[10.051,47.496],[10.018,47.496],[10.018,47.487],[10.002,47.487],[10.001,47.514],[9.985,47.514],[9.984,47.55],[9.951,47.55],[9.951,47.541],[9.918,47.541],[9.918,47.55],[9.835,47.55],[9.834,47.595],[9.818,47.594],[9.818,47.603],[9.768,47.603],[9.768,47.594],[9.751,47.594],[9.752,47.576],[9.735,47.576],[9.735,47.549],[9.719,47.549],[9.719,47.54],[9.702,47.54],[9.702,47.522],[9.669,47.522],[9.669,47.531],[9.653,47.531],[9.652,47.522],[9.603,47.521],[9.603,47.512],[9.57,47.512],[9.57,47.503],[9.553,47.503],[9.553,47.485],[9.57,47.485],[9.57,47.467],[9.587,47.467],[9.587,47.458],[9.62,47.458],[9.62,47.45],[9.637,47.45],[9.637,47.396],[9.654,47.396],[9.655,47.369],[9.605,47.368],[9.605,47.36],[9.589,47.359],[9.589,47.323],[9.573,47.323],[9.573,47.314],[9.556,47.314],[9.556,47.305],[9.539,47.305],[9.54,47.278],[9.523,47.278],[9.524,47.26],[9.54,47.26],[9.541,47.251],[9.557,47.251],[9.557,47.233],[9.541,47.233],[9.541,47.215],[9.557,47.215],[9.558,47.206],[9.574,47.206],[9.574,47.197],[9.558,47.197],[9.558,47.161],[9.591,47.161],[9.592,47.144],[9.608,47.144],[9.609,47.099],[9.625,47.099],[9.625,47.09],[9.609,47.09],[9.609,47.063],[9.592,47.063],[9.593,47.054],[9.609,47.054],[9.609,47.045],[9.642,47.045],[9.642,47.054],[9.691,47.054],[9.692,47.045],[9.708,47.045],[9.708,47.036],[9.774,47.037],[9.774,47.028],[9.79,47.028],[9.791,47.019],[9.823,47.019],[9.823,47.01],[9.856,47.01],[9.856,47.001],[9.873,47.001],[9.873,46.974],[9.857,46.974],[9.857,46.956],[9.873,46.956],[9.873,46.929],[9.89,46.929],[9.89,46.92],[9.907,46.92],[9.906,46.911],[9.972,46.912],[9.972,46.903],[9.989,46.902],[9.989,46.893],[10.022,46.894],[10.022,46.884],[10.038,46.885],[10.038,46.858],[10.087,46.858],[10.087,46.84],[10.169,46.84],[10.169,46.849],[10.185,46.849],[10.185,46.858],[10.235,46.858],[10.235,46.903],[10.251,46.903],[10.251,46.921],[10.284,46.921],[10.284,46.912],[10.3,46.912],[10.3,46.921],[10.333,46.921],[10.333,46.939],[10.317,46.939],[10.317,46.948],[10.333,46.948],[10.333,46.966],[10.35,46.966],[10.349,46.975],[10.415,46.975],[10.415,46.948],[10.464,46.948],[10.464,46.939],[10.481,46.939],[10.481,46.912],[10.464,46.912],[10.464,46.849],[10.48,46.849],[10.481,46.84],[10.546,46.84],[10.546,46.831],[10.562,46.831],[10.563,46.84],[10.596,46.84],[10.595,46.849],[10.612,46.849],[10.612,46.858],[10.661,46.858],[10.661,46.867],[10.677,46.867],[10.677,46.849],[10.694,46.849],[10.694,46.84],[10.71,46.839],[10.71,46.831],[10.743,46.83],[10.743,46.803],[10.726,46.803],[10.726,46.785],[10.742,46.785],[10.742,46.776],[10.759,46.776],[10.759,46.785],[10.791,46.785],[10.791,46.776],[10.807,46.776],[10.807,46.767],[10.857,46.767],[10.857,46.758],[10.906,46.758],[10.906,46.767],[11.02,46.766],[11.02,46.757],[11.037,46.757],[11.037,46.793],[11.054,46.793],[11.054,46.802],[11.07,46.802],[11.07,46.811],[11.086,46.811],[11.087,46.873],[11.104,46.873],[11.104,46.91],[11.121,46.909],[11.121,46.927],[11.17,46.927],[11.171,46.954],[11.187,46.954],[11.187,46.963],[11.204,46.963],[11.203,46.954],[11.22,46.954],[11.22,46.963],[11.253,46.962],[11.253,46.971],[11.286,46.971],[11.286,46.98],[11.368,46.979],[11.368,46.97],[11.384,46.97],[11.384,46.961],[11.433,46.961],[11.434,46.97],[11.45,46.97],[11.45,46.979],[11.466,46.978],[11.467,46.987],[11.483,46.987],[11.483,47.005],[11.5,47.005],[11.5,46.996],[11.516,46.996],[11.516,46.987],[11.533,46.987],[11.532,46.978],[11.549,46.978],[11.549,46.987],[11.582,46.986],[11.582,46.995],[11.598,46.995],[11.599,47.004],[11.623,47.004],[11.624,46.98],[11.673,46.981],[11.674,46.972],[11.706,46.972],[11.707,46.955],[11.773,46.956],[11.773,46.965],[11.789,46.965],[11.788,46.974],[11.871,46.975],[11.871,46.984],[11.887,46.984],[11.886,46.993],[11.903,46.993],[11.902,47.011],[11.919,47.011],[11.919,47.02],[11.952,47.021],[11.951,47.03],[12.034,47.031],[12.033,47.04],[12.05,47.04],[12.049,47.049],[12.099,47.049],[12.099,47.058],[12.132,47.059],[12.131,47.068],[12.148,47.068],[12.148,47.077],[12.181,47.077],[12.18,47.086],[12.197,47.086],[12.197,47.077],[12.213,47.078],[12.214,47.051],[12.197,47.05],[12.198,47.032],[12.132,47.032],[12.132,47.023],[12.116,47.023],[12.116,47.014],[12.1,47.013],[12.1,46.986],[12.117,46.987],[12.118,46.951],[12.134,46.951],[12.135,46.906],[12.151,46.906],[12.152,46.897],[12.185,46.897],[12.185,46.87],[12.201,46.87],[12.201,46.861],[12.234,46.862],[12.234,46.871],[12.267,46.871],[12.268,46.844],[12.284,46.844],[12.284,46.826],[12.268,46.826],[12.269,46.772],[12.334,46.773],[12.335,46.755],[12.351,46.755],[12.352,46.719],[12.368,46.719],[12.368,46.71],[12.384,46.71],[12.385,46.701],[12.401,46.701],[12.401,46.692],[12.417,46.693],[12.418,46.684],[12.434,46.684],[12.434,46.675],[12.467,46.675],[12.467,46.666],[12.516,46.666],[12.516,46.657],[12.532,46.657],[12.533,46.649],[12.549,46.648],[12.549,46.64],[12.582,46.64],[12.582,46.649],[12.631,46.649],[12.631,46.64],[12.663,46.64],[12.663,46.649],[12.679,46.649],[12.68,46.641],[12.712,46.64],[12.713,46.623],[12.761,46.623],[12.761,46.632],[12.794,46.632],[12.794,46.623],[12.826,46.623],[12.827,46.605],[12.843,46.605],[12.843,46.596],[12.86,46.596],[12.86,46.605],[12.925,46.605],[12.925,46.597],[12.958,46.597],[12.957,46.588],[13.104,46.588],[13.104,46.579],[13.17,46.579],[13.17,46.57],[13.186,46.57],[13.186,46.561],[13.218,46.561],[13.219,46.543],[13.333,46.543],[13.333,46.552],[13.382,46.552],[13.382,46.561],[13.398,46.561],[13.398,46.552],[13.414,46.552],[13.414,46.543],[13.512,46.543],[13.512,46.534],[13.561,46.534],[13.561,46.525],[13.642,46.525],[13.642,46.516],[13.724,46.516],[13.724,46.507],[13.772,46.506],[13.772,46.498],[13.838,46.497],[13.838,46.506],[13.935,46.506],[13.935,46.497],[13.951,46.497],[13.951,46.488],[13.968,46.488],[13.967,46.479],[13.984,46.479],[13.984,46.47],[14.032,46.469],[14.032,46.478],[14.081,46.478],[14.081,46.469],[14.114,46.469],[14.113,46.442],[14.13,46.442],[14.13,46.424],[14.195,46.423],[14.195,46.432],[14.211,46.432],[14.211,46.423],[14.259,46.423],[14.26,46.432],[14.292,46.431],[14.292,46.422],[14.341,46.422],[14.341,46.431],[14.422,46.43],[14.422,46.412],[14.454,46.412],[14.454,46.403],[14.503,46.402],[14.503,46.393],[14.536,46.393],[14.535,46.366],[14.6,46.365],[14.6,46.392],[14.617,46.392],[14.617,46.428],[14.666,46.428],[14.666,46.437],[14.683,46.436],[14.683,46.445],[14.699,46.445],[14.699,46.454],[14.716,46.454],[14.716,46.463],[14.732,46.463],[14.733,46.481],[14.749,46.481],[14.749,46.49],[14.831,46.488],[14.831,46.507],[14.863,46.506],[14.865,46.569],[14.882,46.569],[14.882,46.587],[14.931,46.586],[14.931,46.595],[14.948,46.595],[14.948,46.604],[14.964,46.604],[14.964,46.595],[15.013,46.594],[15.014,46.621],[15.03,46.621],[15.03,46.63],[15.047,46.629],[15.047,46.638],[15.079,46.638],[15.08,46.644],[15.14,46.645],[15.14,46.654],[15.156,46.654],[15.157,46.645],[15.189,46.646],[15.19,46.637],[15.287,46.638],[15.287,46.646],[15.418,46.648],[15.418,46.639],[15.451,46.639],[15.451,46.612],[15.516,46.612],[15.516,46.621],[15.549,46.622],[15.549,46.631],[15.565,46.631],[15.564,46.667],[15.581,46.667],[15.581,46.676],[15.646,46.676],[15.646,46.685],[15.662,46.685],[15.662,46.703],[15.678,46.703],[15.678,46.695],[15.793,46.695],[15.793,46.704],[15.809,46.704],[15.809,46.713],[15.891,46.713],[15.891,46.705],[15.907,46.705],[15.907,46.696],[15.924,46.696],[15.924,46.687],[15.956,46.687],[15.956,46.678],[15.989,46.678],[15.989,46.669],[16.006,46.669],[16.006,46.66],[16.022,46.66],[16.022,46.651],[16.055,46.651],[16.054,46.696],[16.038,46.696],[16.038,46.714],[16.022,46.714],[16.022,46.723],[16.005,46.723],[16.005,46.741],[15.989,46.741],[15.989,46.75],[16.005,46.75],[16.004,46.822],[16.021,46.822],[16.021,46.831],[16.07,46.831],[16.07,46.849],[16.086,46.849],[16.086,46.858],[16.119,46.858],[16.119,46.867],[16.136,46.867],[16.136,46.876],[16.152,46.876],[16.152,46.885],[16.168,46.885],[16.168,46.903],[16.185,46.903],[16.185,46.912],[16.201,46.912],[16.201,46.93],[16.234,46.93],[16.234,46.939],[16.25,46.939],[16.25,46.957],[16.283,46.957],[16.283,46.993],[16.349,46.993],[16.349,47.002],[16.365,47.002],[16.365,46.993],[16.414,46.993],[16.414,46.984],[16.447,46.984],[16.447,46.993],[16.513,46.993],[16.513,47.011],[16.497,47.011],[16.497,47.029],[16.48,47.029],[16.48,47.038],[16.497,47.038],[16.497,47.047],[16.53,47.047],[16.53,47.065],[16.513,47.065],[16.513,47.074],[16.497,47.074],[16.497,47.083],[16.48,47.083],[16.48,47.101],[16.513,47.101],[16.513,47.119],[16.53,47.119],[16.53,47.155],[16.464,47.155],[16.464,47.164],[16.481,47.164],[16.481,47.173],[16.464,47.173],[16.464,47.191],[16.431,47.191],[16.431,47.209],[16.448,47.209],[16.448,47.245],[16.481,47.245],[16.481,47.272],[16.497,47.272],[16.498,47.308],[16.481,47.308],[16.481,47.335],[16.465,47.335],[16.465,47.344],[16.448,47.344],[16.448,47.353],[16.464,47.353],[16.465,47.398],[16.481,47.398],[16.481,47.389],[16.515,47.389],[16.514,47.398],[16.581,47.398],[16.581,47.407],[16.597,47.407],[16.597,47.416],[16.614,47.416],[16.614,47.425],[16.63,47.425],[16.631,47.443],[16.664,47.443],[16.664,47.46],[16.68,47.46],[16.68,47.487],[16.664,47.487],[16.664,47.496],[16.681,47.496],[16.681,47.505],[16.697,47.505],[16.697,47.514],[16.714,47.514],[16.714,47.532],[16.73,47.532],[16.731,47.541],[16.714,47.541],[16.714,47.55],[16.698,47.55],[16.698,47.568],[16.681,47.568],[16.681,47.613],[16.665,47.613],[16.665,47.631],[16.598,47.632],[16.598,47.623],[16.582,47.623],[16.582,47.632],[16.565,47.631],[16.565,47.641],[16.532,47.641],[16.532,47.65],[16.482,47.65],[16.482,47.659],[16.449,47.659],[16.449,47.677],[16.482,47.677],[16.482,47.686],[16.499,47.686],[16.499,47.695],[16.515,47.695],[16.515,47.704],[16.549,47.704],[16.549,47.713],[16.565,47.713],[16.565,47.73],[16.549,47.731],[16.549,47.739],[16.565,47.739],[16.565,47.748],[16.632,47.748],[16.632,47.74],[16.648,47.739],[16.649,47.73],[16.699,47.73],[16.699,47.721],[16.716,47.721],[16.715,47.694],[16.732,47.694],[16.732,47.676],[16.848,47.676],[16.848,47.685],[16.865,47.685],[16.865,47.676],[16.931,47.675],[16.931,47.684],[16.998,47.684],[16.998,47.693],[17.048,47.693],[17.048,47.701],[17.098,47.701],[17.099,47.728],[17.082,47.728],[17.083,47.827],[17.067,47.827],[17.067,47.845],[17.05,47.845],[17.05,47.863],[17.1,47.863],[17.101,47.881],[17.118,47.881],[17.118,47.917],[17.135,47.917],[17.135,47.935],[17.118,47.935],[17.119,47.953],[17.135,47.953],[17.136,47.971],[17.119,47.971],[17.119,47.98],[17.136,47.98],[17.136,47.989],[17.153,47.989],[17.153,47.998],[17.17,47.997],[17.17,48.015],[17.153,48.016],[17.153,48.034],[17.103,48.034],[17.104,48.106],[17.088,48.106],[17.088,48.124],[17.071,48.124],[17.071,48.151],[17.038,48.151],[17.038,48.169],[17.004,48.17],[17.005,48.187],[16.988,48.188],[16.988,48.205],[16.971,48.206],[16.971,48.233],[16.955,48.233],[16.955,48.26],[16.972,48.26],[16.972,48.268],[16.955,48.269],[16.955,48.278],[16.922,48.278],[16.922,48.296],[16.905,48.296],[16.905,48.314],[16.922,48.314],[16.922,48.332],[16.905,48.332],[16.905,48.341],[16.888,48.341],[16.889,48.35],[16.855,48.35],[16.855,48.386],[16.872,48.386],[16.872,48.404],[16.856,48.404],[16.856,48.413],[16.872,48.413],[16.873,48.431],[16.856,48.431],[16.856,48.449],[16.873,48.449],[16.873,48.467],[16.89,48.467],[16.89,48.476],[16.907,48.476],[16.907,48.494],[16.924,48.494],[16.924,48.512],[16.941,48.512],[16.941,48.52],[16.958,48.52],[16.959,48.565],[16.942,48.566],[16.943,48.646],[16.926,48.646],[16.927,48.709],[16.91,48.71],[16.91,48.719],[16.893,48.719],[16.893,48.728],[16.859,48.728],[16.859,48.719],[16.774,48.719],[16.774,48.728],[16.757,48.728],[16.757,48.737],[16.74,48.737],[16.74,48.746],[16.706,48.746],[16.706,48.737],[16.689,48.737],[16.689,48.773],[16.672,48.773],[16.672,48.791],[16.621,48.792],[16.621,48.783],[16.604,48.783],[16.604,48.792],[16.587,48.792],[16.587,48.801],[16.57,48.801],[16.57,48.81],[16.553,48.81],[16.553,48.819],[16.519,48.819],[16.519,48.81],[16.468,48.81],[16.468,48.819],[16.451,48.819],[16.451,48.801],[16.434,48.801],[16.434,48.783],[16.417,48.783],[16.417,48.765],[16.4,48.765],[16.4,48.747],[16.383,48.747],[16.383,48.738],[16.366,48.738],[16.366,48.747],[16.332,48.747],[16.332,48.738],[16.315,48.738],[16.315,48.747],[16.179,48.747],[16.179,48.756],[16.145,48.756],[16.145,48.747],[16.128,48.747],[16.128,48.756],[16.111,48.756],[16.111,48.747],[16.094,48.747],[16.094,48.756],[16.077,48.756],[16.077,48.765],[16.06,48.765],[16.06,48.774],[16.026,48.774],[16.026,48.783],[15.992,48.782],[15.992,48.8],[15.958,48.8],[15.958,48.818],[15.975,48.818],[15.975,48.827],[15.958,48.827],[15.957,48.836],[15.924,48.836],[15.923,48.845],[15.906,48.845],[15.906,48.854],[15.889,48.854],[15.889,48.863],[15.855,48.863],[15.855,48.881],[15.77,48.88],[15.77,48.872],[15.753,48.871],[15.753,48.862],[15.685,48.862],[15.685,48.88],[15.668,48.88],[15.667,48.889],[15.633,48.889],[15.633,48.898],[15.616,48.898],[15.616,48.907],[15.599,48.906],[15.599,48.898],[15.582,48.897],[15.582,48.906],[15.565,48.906],[15.564,48.915],[15.513,48.915],[15.513,48.942],[15.496,48.942],[15.496,48.951],[15.479,48.951],[15.479,48.96],[15.41,48.959],[15.41,48.968],[15.393,48.968],[15.393,48.986],[15.307,48.985],[15.307,48.994],[15.29,48.994],[15.29,49.003],[15.273,49.003],[15.273,48.976],[15.256,48.976],[15.256,48.967],[15.205,48.966],[15.205,48.957],[15.188,48.957],[15.189,48.948],[15.172,48.948],[15.17,49.002],[15.068,49.001],[15.067,49.019],[15.033,49.018],[15.033,49.027]]],"terms_url":"https://www.bev.gv.at/Services/Geoinformationsdienste/INSPIRE-Geodatendienste/INSPIRE-Darstellungsdienste.html","terms_text":"Bundesamt für Eich- und Vermessungswesen","description":"Aktuelle Orthophotos des Bundesamts für Eich- und Vermessungswesen"},{"id":"Bing","name":"Bing Maps Aerial","type":"bing","template":"https://www.bing.com/maps","zoomExtent":[1,22],"default":true,"description":"Satellite and aerial imagery.","icon":"https://osmlab.github.io/editor-layer-index/sources/world/Bing.png"},{"id":"Bologna-Orthophoto-2017","name":"Bologna ortofoto 2017","type":"tms","template":"https://sitmappe.comune.bologna.it/tms/tileserver/Ortofoto2017/{zoom}/{x}/{y}.png","category":"historicphoto","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[11.22962,44.53077],[11.23184,44.52461],[11.24123,44.52167],[11.23251,44.50893],[11.23572,44.50323],[11.25009,44.50116],[11.24765,44.49644],[11.25708,44.49765],[11.25653,44.49294],[11.29461,44.48981],[11.29676,44.4857],[11.28807,44.47586],[11.29226,44.4609],[11.28447,44.45459],[11.28228,44.42572],[11.29347,44.4276],[11.29254,44.43377],[11.31339,44.42103],[11.32504,44.42274],[11.33695,44.42772],[11.33765,44.43167],[11.3315,44.43273],[11.33453,44.43867],[11.34466,44.43594],[11.34498,44.44093],[11.36235,44.45099],[11.37312,44.44935],[11.37498,44.45897],[11.39499,44.46368],[11.4011,44.46122],[11.39464,44.46803],[11.41577,44.48376],[11.42559,44.4845],[11.42717,44.48921],[11.41727,44.4906],[11.43363,44.51312],[11.42692,44.51532],[11.43034,44.5196],[11.42466,44.51959],[11.41987,44.52934],[11.4143,44.52564],[11.40739,44.52851],[11.41487,44.53999],[11.38871,44.54145],[11.39082,44.54553],[11.36474,44.55253],[11.36414,44.55609],[11.3573,44.5519],[11.34375,44.55333],[11.33589,44.54299],[11.33145,44.54734],[11.31349,44.54722],[11.30929,44.5295],[11.29104,44.53581],[11.28179,44.54851],[11.26911,44.53248],[11.25118,44.55578],[11.24499,44.55569],[11.22962,44.53077]]],"terms_url":"http://dati.comune.bologna.it/node/3449","terms_text":"© Comune di Bologna cc-by 4.0 ODbL compliant"},{"id":"Bologna-Orthophoto-2022","name":"Bologna ortofoto 2022","type":"tms","template":"https://sitmappe.comune.bologna.it/tms/tileserver/Ortofoto2022/{zoom}/{x}/{y}.png","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[11.22962,44.53077],[11.23184,44.52461],[11.24123,44.52167],[11.23251,44.50893],[11.23572,44.50323],[11.25009,44.50116],[11.24765,44.49644],[11.25708,44.49765],[11.25653,44.49294],[11.29461,44.48981],[11.29676,44.4857],[11.28807,44.47586],[11.29226,44.4609],[11.28447,44.45459],[11.28228,44.42572],[11.29347,44.4276],[11.29254,44.43377],[11.31339,44.42103],[11.32504,44.42274],[11.33695,44.42772],[11.33765,44.43167],[11.3315,44.43273],[11.33453,44.43867],[11.34466,44.43594],[11.34498,44.44093],[11.36235,44.45099],[11.37312,44.44935],[11.37498,44.45897],[11.39499,44.46368],[11.4011,44.46122],[11.39464,44.46803],[11.41577,44.48376],[11.42559,44.4845],[11.42717,44.48921],[11.41727,44.4906],[11.43363,44.51312],[11.42692,44.51532],[11.43034,44.5196],[11.42466,44.51959],[11.41987,44.52934],[11.4143,44.52564],[11.40739,44.52851],[11.41487,44.53999],[11.38871,44.54145],[11.39082,44.54553],[11.36474,44.55253],[11.36414,44.55609],[11.3573,44.5519],[11.34375,44.55333],[11.33589,44.54299],[11.33145,44.54734],[11.31349,44.54722],[11.30929,44.5295],[11.29104,44.53581],[11.28179,44.54851],[11.26911,44.53248],[11.25118,44.55578],[11.24499,44.55569],[11.22962,44.53077]]],"terms_url":"http://dati.comune.bologna.it/node/3449","terms_text":"© Comune di Bologna cc-by 4.0 ODbL compliant","best":true},{"id":"Bordeaux_2012","name":"Bordeaux - 2012","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/bordeaux_2012/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-0.59923,45.04193],[-0.60787,45.03403],[-0.59364,45.01751],[-0.55451,44.99739],[-0.54079,44.97726],[-0.55146,44.97834],[-0.60024,44.96756],[-0.63124,44.9672],[-0.63226,44.95893],[-0.62514,44.95066],[-0.66935,44.94095],[-0.67139,44.93267],[-0.68866,44.93447],[-0.69578,44.93087],[-0.72169,44.95785],[-0.75574,44.97007],[-0.78725,44.94814],[-0.79843,44.9485],[-0.80198,44.92224],[-0.81825,44.92764],[-0.83349,44.92764],[-0.84569,44.89669],[-0.86601,44.88697],[-0.88685,44.88769],[-0.88532,44.85852],[-0.87567,44.85023],[-0.83908,44.84014],[-0.8401,44.82753],[-0.803,44.82176],[-0.76438,44.82933],[-0.73999,44.82861],[-0.72779,44.81239],[-0.74202,44.78571],[-0.73846,44.77561],[-0.76336,44.75577],[-0.75168,44.7471],[-0.71509,44.76839],[-0.68816,44.77922],[-0.67901,44.77489],[-0.65004,44.77705],[-0.63429,44.73989],[-0.59465,44.7601],[-0.5728,44.74133],[-0.5601,44.74169],[-0.56213,44.75107],[-0.53469,44.76515],[-0.5103,44.76767],[-0.52453,44.80013],[-0.49709,44.80446],[-0.46965,44.82537],[-0.49099,44.83186],[-0.49505,44.83978],[-0.47625,44.84735],[-0.4666,44.87076],[-0.48946,44.87797],[-0.4981,44.89057],[-0.48794,44.90928],[-0.4732,44.91936],[-0.46456,44.91792],[-0.45542,44.95102],[-0.47066,44.97367],[-0.47727,45.00206],[-0.50979,45.00601],[-0.54231,45.02757],[-0.59923,45.04193]]],"terms_text":"Communauté urbaine de Bordeaux - 2012"},{"id":"Bordeaux_2016","name":"Bordeaux 2016","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/bordeaux_2016/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[14,22],"polygon":[[[-0.59923,45.04193],[-0.60787,45.03403],[-0.59364,45.01751],[-0.55451,44.99739],[-0.54079,44.97726],[-0.55146,44.97834],[-0.60024,44.96756],[-0.63124,44.9672],[-0.63226,44.95893],[-0.62514,44.95066],[-0.66935,44.94095],[-0.67139,44.93267],[-0.68866,44.93447],[-0.69578,44.93087],[-0.72169,44.95785],[-0.75574,44.97007],[-0.78725,44.94814],[-0.79843,44.9485],[-0.80198,44.92224],[-0.81825,44.92764],[-0.83349,44.92764],[-0.84569,44.89669],[-0.86601,44.88697],[-0.88685,44.88769],[-0.88532,44.85852],[-0.87567,44.85023],[-0.83908,44.84014],[-0.8401,44.82753],[-0.803,44.82176],[-0.76438,44.82933],[-0.73999,44.82861],[-0.72779,44.81239],[-0.74202,44.78571],[-0.73846,44.77561],[-0.76336,44.75577],[-0.75168,44.7471],[-0.71509,44.76839],[-0.68816,44.77922],[-0.67901,44.77489],[-0.65004,44.77705],[-0.63429,44.73989],[-0.59465,44.7601],[-0.5728,44.74133],[-0.5601,44.74169],[-0.56213,44.75107],[-0.53469,44.76515],[-0.5103,44.76767],[-0.52453,44.80013],[-0.49709,44.80446],[-0.46965,44.82537],[-0.49099,44.83186],[-0.49505,44.83978],[-0.47625,44.84735],[-0.4666,44.87076],[-0.48946,44.87797],[-0.4981,44.89057],[-0.48794,44.90928],[-0.4732,44.91936],[-0.46456,44.91792],[-0.45542,44.95102],[-0.47066,44.97367],[-0.47727,45.00206],[-0.50979,45.00601],[-0.54231,45.02757],[-0.59923,45.04193]]],"terms_text":"Bordeaux Métropole - 2016"},{"id":"Bordeaux_2020","name":"Bordeaux 2020","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/bordeaux_2020/{zoom}/{x}/{y}","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[14,22],"polygon":[[[-0.59923,45.04193],[-0.60787,45.03403],[-0.59364,45.01751],[-0.55451,44.99739],[-0.54079,44.97726],[-0.55146,44.97834],[-0.60024,44.96756],[-0.63124,44.9672],[-0.63226,44.95893],[-0.62514,44.95066],[-0.66935,44.94095],[-0.67139,44.93267],[-0.68866,44.93447],[-0.69578,44.93087],[-0.72169,44.95785],[-0.75574,44.97007],[-0.78725,44.94814],[-0.79843,44.9485],[-0.80198,44.92224],[-0.81825,44.92764],[-0.83349,44.92764],[-0.84569,44.89669],[-0.86601,44.88697],[-0.88685,44.88769],[-0.88532,44.85852],[-0.87567,44.85023],[-0.83908,44.84014],[-0.8401,44.82753],[-0.803,44.82176],[-0.76438,44.82933],[-0.73999,44.82861],[-0.72779,44.81239],[-0.74202,44.78571],[-0.73846,44.77561],[-0.76336,44.75577],[-0.75168,44.7471],[-0.71509,44.76839],[-0.68816,44.77922],[-0.67901,44.77489],[-0.65004,44.77705],[-0.63429,44.73989],[-0.59465,44.7601],[-0.5728,44.74133],[-0.5601,44.74169],[-0.56213,44.75107],[-0.53469,44.76515],[-0.5103,44.76767],[-0.52453,44.80013],[-0.49709,44.80446],[-0.46965,44.82537],[-0.49099,44.83186],[-0.49505,44.83978],[-0.47625,44.84735],[-0.4666,44.87076],[-0.48946,44.87797],[-0.4981,44.89057],[-0.48794,44.90928],[-0.4732,44.91936],[-0.46456,44.91792],[-0.45542,44.95102],[-0.47066,44.97367],[-0.47727,45.00206],[-0.50979,45.00601],[-0.54231,45.02757],[-0.59923,45.04193]]],"terms_text":"Bordeaux Métropole - 2020"},{"id":"fr.dpt.13.2009","name":"Bouches-du-Rhône 2009","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/paca13_2009/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2009-01-01T00:00:00.000Z","startDate":"2009-01-01T00:00:00.000Z","zoomExtent":[2,21],"polygon":[[[4.30389,43.53163],[4.22836,43.50573],[4.21738,43.45392],[4.34509,43.44295],[4.53873,43.44195],[4.57306,43.42799],[4.5758,43.41004],[4.54697,43.39607],[4.55109,43.35814],[4.58954,43.34116],[4.68292,43.33617],[4.79278,43.33617],[4.82849,43.31519],[4.86694,43.31519],[4.91638,43.36213],[5.00015,43.36113],[5.02762,43.32118],[5.23636,43.31819],[5.2803,43.2982],[5.27893,43.25221],[5.22125,43.21218],[5.2185,43.19216],[5.24322,43.19116],[5.31601,43.20918],[5.36545,43.17013],[5.41351,43.16613],[5.41489,43.19416],[5.51239,43.19216],[5.53299,43.20017],[5.55771,43.17314],[5.59341,43.1541],[5.62637,43.1511],[5.62775,43.17915],[5.67856,43.17614],[5.68817,43.2322],[5.70877,43.2362],[5.7225,43.25321],[5.7637,43.26521],[5.77057,43.28021],[5.728,43.32118],[5.69641,43.32118],[5.70465,43.34316],[5.73761,43.33217],[5.76095,43.33617],[5.74997,43.39407],[5.79254,43.40904],[5.79803,43.423],[5.75821,43.44295],[5.71701,43.48382],[5.73349,43.55651],[5.67169,43.57442],[5.7019,43.58238],[5.69229,43.61023],[5.71014,43.63409],[5.74173,43.65098],[5.80353,43.65694],[5.82275,43.68873],[5.79941,43.71554],[5.78293,43.72745],[5.74859,43.73042],[5.70877,43.69469],[5.66894,43.69965],[5.62775,43.67383],[5.61127,43.68873],[5.59479,43.68674],[5.50827,43.73638],[5.46844,43.72745],[5.44784,43.71752],[5.43548,43.68972],[5.34347,43.72745],[5.32013,43.74332],[5.22949,43.7582],[5.18555,43.74431],[5.05371,43.79687],[5.03998,43.83057],[5.00152,43.85038],[4.97955,43.87414],[4.85046,43.92065],[4.8175,43.91867],[4.73236,43.93351],[4.72275,43.91768],[4.68567,43.89987],[4.69116,43.88998],[4.63211,43.87414],[4.63074,43.82561],[4.64172,43.81372],[4.64172,43.78498],[4.617,43.76217],[4.617,43.7463],[4.6019,43.72844],[4.61014,43.69568],[4.54147,43.71454],[4.4783,43.70759],[4.4577,43.67681],[4.44397,43.67185],[4.41238,43.62017],[4.4371,43.60227],[4.45633,43.60327],[4.44397,43.59034],[4.42337,43.59531],[4.33411,43.54457],[4.32999,43.56248],[4.30801,43.56646],[4.29565,43.55054],[4.30389,43.53163]]],"terms_url":"http://www.crige-paca.org/geoportail/geocatalogue.html?id_lot_donnee_carto=132","terms_text":"Ortho13, 2009"},{"id":"Brandenburg-DGM","name":"Brandenburg GeoBasis-DE/LGB (latest) / DGM 1m","type":"wms","template":"https://isk.geobasis-bb.de/mapproxy/dgm/service/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=TRUE&LAYERS=dgm&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","polygon":[[[14.24812,53.44498],[13.94777,53.44338],[13.82374,53.56695],[13.76178,53.56646],[13.7634,53.49522],[13.64291,53.47585],[13.61447,53.42287],[13.49525,53.38468],[13.49734,53.31249],[13.40775,53.31153],[13.40887,53.27527],[13.25828,53.2913],[13.23163,53.23669],[13.07997,53.25215],[13.08134,53.21649],[13.02337,53.19734],[12.87539,53.19512],[12.57093,53.279],[12.45219,53.25885],[12.45032,53.29401],[12.32711,53.34561],[12.02346,53.37484],[11.99718,53.30262],[11.93855,53.28312],[11.52421,53.21711],[11.55691,53.18073],[11.53095,53.12677],[11.2614,53.13771],[11.26733,53.06413],[11.56749,53.03688],[11.93731,52.86675],[12.20477,52.85535],[12.23851,52.82045],[12.18181,52.78489],[12.21998,52.64172],[12.16221,52.64048],[12.14081,52.49513],[12.25681,52.49761],[12.28856,52.44569],[12.25975,52.4451],[12.26679,52.31871],[12.21535,52.26395],[12.24628,52.22921],[12.19309,52.15475],[12.37579,52.0146],[12.55345,51.96412],[12.7272,51.985],[12.8457,51.95175],[12.84718,51.91624],[13.11066,51.86696],[13.14611,51.68832],[13.0314,51.66872],[13.03277,51.63183],[13.18141,51.54377],[13.15526,51.50878],[13.18681,51.38342],[13.41714,51.42155],[13.53469,51.3522],[14.02539,51.35615],[14.10818,51.51766],[14.16491,51.53709],[14.36752,51.50248],[14.53943,51.55703],[14.71254,51.53843],[14.71253,51.57579],[14.79936,51.59343],[14.79951,51.68525],[14.68303,51.73902],[14.68297,51.81077],[14.6526,51.81075],[14.74142,51.89881],[14.74145,51.98926],[14.79679,52.04359],[14.76766,52.11645],[14.70883,52.11646],[14.73768,52.2607],[14.58963,52.33182],[14.58935,52.42109],[14.67665,52.4749],[14.64846,52.54703],[14.67652,52.58388],[14.40937,52.72722],[14.37872,52.7806],[14.16964,52.83346],[14.19761,52.90458],[14.16827,52.9401],[14.40699,53.04797],[14.43217,53.1581],[14.40263,53.193],[14.49102,53.24588],[14.4603,53.33826],[14.31001,53.31813],[14.25015,53.26497],[14.16377,53.28335],[14.24936,53.33533],[14.24812,53.44498]]],"terms_text":"GeoBasis-DE/LGB / BB-BE DGM 1m, dl-de/by-2-0; Geoportal Berlin / DGM, dl-de/by-2-0","description":"Digitales Geländemodell 1m Bodenauflösung Cache Brandenburg mit Berlin (WMS). Alter der Daten unterschiedlich, siehe https://geobasis-bb.de/lgb/de/geodaten/3d-produkte/gelaendemodell/","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Brandenburg.png"},{"id":"Brandenburg-DOP20c","name":"Brandenburg GeoBasis-DE/LGB (latest) / DOP20c","type":"wms","template":"https://isk.geobasis-bb.de/mapproxy/dop20c/service/wms?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=bebb_dop20c&STYLES=&crs={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","polygon":[[[14.24812,53.44498],[13.94777,53.44338],[13.82374,53.56695],[13.76178,53.56646],[13.7634,53.49522],[13.64291,53.47585],[13.61447,53.42287],[13.49525,53.38468],[13.49734,53.31249],[13.40775,53.31153],[13.40887,53.27527],[13.25828,53.2913],[13.23163,53.23669],[13.07997,53.25215],[13.08134,53.21649],[13.02337,53.19734],[12.87539,53.19512],[12.57093,53.279],[12.45219,53.25885],[12.45032,53.29401],[12.32711,53.34561],[12.02346,53.37484],[11.99718,53.30262],[11.93855,53.28312],[11.52421,53.21711],[11.55691,53.18073],[11.53095,53.12677],[11.2614,53.13771],[11.26733,53.06413],[11.56749,53.03688],[11.93731,52.86675],[12.20477,52.85535],[12.23851,52.82045],[12.18181,52.78489],[12.21998,52.64172],[12.16221,52.64048],[12.14081,52.49513],[12.25681,52.49761],[12.28856,52.44569],[12.25975,52.4451],[12.26679,52.31871],[12.21535,52.26395],[12.24628,52.22921],[12.19309,52.15475],[12.37579,52.0146],[12.55345,51.96412],[12.7272,51.985],[12.8457,51.95175],[12.84718,51.91624],[13.11066,51.86696],[13.14611,51.68832],[13.0314,51.66872],[13.03277,51.63183],[13.18141,51.54377],[13.15526,51.50878],[13.18681,51.38342],[13.41714,51.42155],[13.53469,51.3522],[14.02539,51.35615],[14.10818,51.51766],[14.16491,51.53709],[14.36752,51.50248],[14.53943,51.55703],[14.71254,51.53843],[14.71253,51.57579],[14.79936,51.59343],[14.79951,51.68525],[14.68303,51.73902],[14.68297,51.81077],[14.6526,51.81075],[14.74142,51.89881],[14.74145,51.98926],[14.79679,52.04359],[14.76766,52.11645],[14.70883,52.11646],[14.73768,52.2607],[14.58963,52.33182],[14.58935,52.42109],[14.67665,52.4749],[14.64846,52.54703],[14.67652,52.58388],[14.40937,52.72722],[14.37872,52.7806],[14.16964,52.83346],[14.19761,52.90458],[14.16827,52.9401],[14.40699,53.04797],[14.43217,53.1581],[14.40263,53.193],[14.49102,53.24588],[14.4603,53.33826],[14.31001,53.31813],[14.25015,53.26497],[14.16377,53.28335],[14.24936,53.33533],[14.24812,53.44498]]],"terms_text":"GeoBasis-DE/LGB / BB-BE DOP20c, dl-de/by-2-0; Geoportal Berlin / DOP20, dl-de/by-2-0","best":true,"description":"Digitale Orthophotos für das Brandenburg mit einer Bodenauflösung von 0,20 m. Regionen haben unterschiedlich alte Daten, vgl. https://data.geobasis-bb.de/geobasis/information/aktualitaeten/bb_dop_aktualitaet.pdf.","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Brandenburg.png"},{"id":"Brandenburg-Alkis","name":"Brandenburg GeoBasis-DE/LGB / Alkis","type":"wms","template":"https://isk.geobasis-bb.de/ows/alkis_wms?FORMAT=image/png&TRANSPARENT=FALSE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=adv_alkis_gewaesser,adv_alkis_vegetation,adv_alkis_flurstuecke,adv_alkis_gebaeude,adv_alkis_tatsaechliche_nutzung,adv_alkis_verkehr,adv_alkis_siedlung&STYLES=Farbe&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","polygon":[[[14.24812,53.44498],[13.94777,53.44338],[13.82374,53.56695],[13.76178,53.56646],[13.7634,53.49522],[13.64291,53.47585],[13.61447,53.42287],[13.49525,53.38468],[13.49734,53.31249],[13.40775,53.31153],[13.40887,53.27527],[13.25828,53.2913],[13.23163,53.23669],[13.07997,53.25215],[13.08134,53.21649],[13.02337,53.19734],[12.87539,53.19512],[12.57093,53.279],[12.45219,53.25885],[12.45032,53.29401],[12.32711,53.34561],[12.02346,53.37484],[11.99718,53.30262],[11.93855,53.28312],[11.52421,53.21711],[11.55691,53.18073],[11.53095,53.12677],[11.2614,53.13771],[11.26733,53.06413],[11.56749,53.03688],[11.93731,52.86675],[12.20477,52.85535],[12.23851,52.82045],[12.18181,52.78489],[12.21998,52.64172],[12.16221,52.64048],[12.14081,52.49513],[12.25681,52.49761],[12.28856,52.44569],[12.25975,52.4451],[12.26679,52.31871],[12.21535,52.26395],[12.24628,52.22921],[12.19309,52.15475],[12.37579,52.0146],[12.55345,51.96412],[12.7272,51.985],[12.8457,51.95175],[12.84718,51.91624],[13.11066,51.86696],[13.14611,51.68832],[13.0314,51.66872],[13.03277,51.63183],[13.18141,51.54377],[13.15526,51.50878],[13.18681,51.38342],[13.41714,51.42155],[13.53469,51.3522],[14.02539,51.35615],[14.10818,51.51766],[14.16491,51.53709],[14.36752,51.50248],[14.53943,51.55703],[14.71254,51.53843],[14.71253,51.57579],[14.79936,51.59343],[14.79951,51.68525],[14.68303,51.73902],[14.68297,51.81077],[14.6526,51.81075],[14.74142,51.89881],[14.74145,51.98926],[14.79679,52.04359],[14.76766,52.11645],[14.70883,52.11646],[14.73768,52.2607],[14.58963,52.33182],[14.58935,52.42109],[14.67665,52.4749],[14.64846,52.54703],[14.67652,52.58388],[14.40937,52.72722],[14.37872,52.7806],[14.16964,52.83346],[14.19761,52.90458],[14.16827,52.9401],[14.40699,53.04797],[14.43217,53.1581],[14.40263,53.193],[14.49102,53.24588],[14.4603,53.33826],[14.31001,53.31813],[14.25015,53.26497],[14.16377,53.28335],[14.24936,53.33533],[14.24812,53.44498]]],"terms_text":"GeoBasis-DE/LGB / Alkis, dl-de/by-2-0","description":"Amtliches Liegenschaftskatasterinformationssystem (ALKIS), verschiedene Datenlayer.","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Brandenburg.png"},{"id":"Brevard_Ortho_2021","name":"Brevard County Orthoimagery (2021)","type":"wms","template":"https://gis.brevardfl.gov/gissrv/rest/services/Aerial_Photo/Y2021/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.97241,28.7901],[-80.9725,28.58392],[-80.95685,28.58388],[-80.95685,28.57013],[-80.9412,28.57021],[-80.94129,28.52896],[-80.92559,28.52888],[-80.92554,28.51509],[-80.91007,28.51513],[-80.91012,28.41885],[-80.89465,28.41881],[-80.89474,28.36389],[-80.87918,28.36389],[-80.87926,28.34506],[-80.86261,28.34516],[-80.86268,28.08484],[-80.86923,28.08479],[-80.86857,27.82238],[-80.49307,27.82206],[-80.49293,27.84028],[-80.47753,27.84028],[-80.44647,27.85394],[-80.44624,27.89517],[-80.5837,28.40444],[-80.67701,28.40476],[-80.67668,28.50102],[-80.76961,28.50166],[-80.83176,28.79149],[-80.97241,28.7901]]],"terms_url":"https://www.brevardfl.gov/GISMapsAndApplications","terms_text":"Brevard County Board of County Commissioners","description":"The 2021 orthoimagery for Brevard County of the State of Florida","icon":"https://upload.wikimedia.org/wikipedia/commons/1/15/Logo_of_Brevard_County%2C_Florida.png"},{"id":"Brevard_Ortho_2022","name":"Brevard County Orthoimagery (2022)","type":"wms","template":"https://gis.brevardfl.gov/gissrv/rest/services/Aerial_Photo/Y2022/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.97241,28.7901],[-80.9725,28.58392],[-80.95685,28.58388],[-80.95685,28.57013],[-80.9412,28.57021],[-80.94129,28.52896],[-80.92559,28.52888],[-80.92554,28.51509],[-80.91007,28.51513],[-80.91012,28.41885],[-80.89465,28.41881],[-80.89474,28.36389],[-80.87918,28.36389],[-80.87926,28.34506],[-80.86261,28.34516],[-80.86268,28.08484],[-80.86923,28.08479],[-80.86857,27.82238],[-80.49307,27.82206],[-80.49293,27.84028],[-80.47753,27.84028],[-80.44647,27.85394],[-80.44624,27.89517],[-80.5837,28.40444],[-80.67701,28.40476],[-80.67668,28.50102],[-80.76961,28.50166],[-80.83176,28.79149],[-80.97241,28.7901]]],"terms_url":"https://www.brevardfl.gov/GISMapsAndApplications","terms_text":"Brevard County Board of County Commissioners","description":"The 2022 orthoimagery for Brevard County of the State of Florida","icon":"https://upload.wikimedia.org/wikipedia/commons/1/15/Logo_of_Brevard_County%2C_Florida.png"},{"id":"Brevard_Ortho_2023","name":"Brevard County Orthoimagery (2023)","type":"wms","template":"https://gis.brevardfl.gov/gissrv/rest/services/Aerial_Photo/Y2023/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.97241,28.7901],[-80.9725,28.58392],[-80.95685,28.58388],[-80.95685,28.57013],[-80.9412,28.57021],[-80.94129,28.52896],[-80.92559,28.52888],[-80.92554,28.51509],[-80.91007,28.51513],[-80.91012,28.41885],[-80.89465,28.41881],[-80.89474,28.36389],[-80.87918,28.36389],[-80.87926,28.34506],[-80.86261,28.34516],[-80.86268,28.08484],[-80.86923,28.08479],[-80.86857,27.82238],[-80.49307,27.82206],[-80.49293,27.84028],[-80.47753,27.84028],[-80.44647,27.85394],[-80.44624,27.89517],[-80.5837,28.40444],[-80.67701,28.40476],[-80.67668,28.50102],[-80.76961,28.50166],[-80.83176,28.79149],[-80.97241,28.7901]]],"terms_url":"https://www.brevardfl.gov/GISMapsAndApplications","terms_text":"Brevard County Board of County Commissioners","description":"The 2023 orthoimagery for Brevard County of the State of Florida","icon":"https://upload.wikimedia.org/wikipedia/commons/1/15/Logo_of_Brevard_County%2C_Florida.png"},{"id":"Brevard_Ortho_2024","name":"Brevard County Orthoimagery (2024)","type":"wms","template":"https://gis.brevardfl.gov/gissrv/rest/services/Aerial_Photo/Y2024/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.97241,28.7901],[-80.9725,28.58392],[-80.95685,28.58388],[-80.95685,28.57013],[-80.9412,28.57021],[-80.94129,28.52896],[-80.92559,28.52888],[-80.92554,28.51509],[-80.91007,28.51513],[-80.91012,28.41885],[-80.89465,28.41881],[-80.89474,28.36389],[-80.87918,28.36389],[-80.87926,28.34506],[-80.86261,28.34516],[-80.86268,28.08484],[-80.86923,28.08479],[-80.86857,27.82238],[-80.49307,27.82206],[-80.49293,27.84028],[-80.47753,27.84028],[-80.44647,27.85394],[-80.44624,27.89517],[-80.5837,28.40444],[-80.67701,28.40476],[-80.67668,28.50102],[-80.76961,28.50166],[-80.83176,28.79149],[-80.97241,28.7901]]],"terms_url":"https://www.brevardfl.gov/GISMapsAndApplications","terms_text":"Brevard County Board of County Commissioners","description":"The 2024 orthoimagery for Brevard County of the State of Florida","icon":"https://upload.wikimedia.org/wikipedia/commons/1/15/Logo_of_Brevard_County%2C_Florida.png"},{"id":"Broward_Ortho_2021","name":"Broward County Orthoimagery (2021)","type":"wms","template":"https://gisweb-adapters.bcpa.net/arcgis/rest/services/BCPA_WEB_BASE_21/MapServer/export?f=image&format=jpg&layers=show,3&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.10267,25.97516],[-80.07117,26.33617],[-80.21877,26.33457],[-80.21867,26.34904],[-80.2674,26.34916],[-80.26732,26.36364],[-80.29687,26.36379],[-80.29766,26.18933],[-80.32984,26.18945],[-80.32993,26.17499],[-80.34598,26.17504],[-80.34602,26.16035],[-80.36222,26.16041],[-80.36224,26.14592],[-80.42654,26.14587],[-80.42648,26.16039],[-80.4589,26.1605],[-80.45599,25.95687],[-80.2948,25.95681],[-80.29473,25.97032],[-80.10267,25.97516]]],"terms_url":"https://gisweb-adapters.bcpa.net/bcpawebmap_ex/bcpawebmap.aspx","terms_text":"Broward County Property Appraiser’s Office","description":"The 2021 orthoimagery for Broward County of the State of Florida","icon":"https://www.broward.org/Style%20Library/V7/img/Broward_logo_white2.png"},{"id":"Broward_Ortho_2022","name":"Broward County Orthoimagery (2022)","type":"wms","template":"https://gisweb-adapters.bcpa.net/arcgis/rest/services/BCPA_WEB_BASE_22/MapServer/export?f=image&format=jpg&layers=show,3&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.10267,25.97516],[-80.07117,26.33617],[-80.21877,26.33457],[-80.21867,26.34904],[-80.2674,26.34916],[-80.26732,26.36364],[-80.29687,26.36379],[-80.29766,26.18933],[-80.32984,26.18945],[-80.32993,26.17499],[-80.34598,26.17504],[-80.34602,26.16035],[-80.36222,26.16041],[-80.36224,26.14592],[-80.42654,26.14587],[-80.42648,26.16039],[-80.4589,26.1605],[-80.45599,25.95687],[-80.2948,25.95681],[-80.29473,25.97032],[-80.10267,25.97516]]],"terms_url":"https://gisweb-adapters.bcpa.net/bcpawebmap_ex/bcpawebmap.aspx","terms_text":"Broward County Property Appraiser’s Office","description":"The 2022 orthoimagery for Broward County of the State of Florida","icon":"https://www.broward.org/Style%20Library/V7/img/Broward_logo_white2.png"},{"id":"Broward_Ortho_2023","name":"Broward County Orthoimagery (2023)","type":"wms","template":"https://gisweb-adapters.bcpa.net/arcgis/rest/services/BCPA_WEB_BASE_23/MapServer/export?f=image&format=jpg&layers=show,3&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.10267,25.97516],[-80.07117,26.33617],[-80.21877,26.33457],[-80.21867,26.34904],[-80.2674,26.34916],[-80.26732,26.36364],[-80.29687,26.36379],[-80.29766,26.18933],[-80.32984,26.18945],[-80.32993,26.17499],[-80.34598,26.17504],[-80.34602,26.16035],[-80.36222,26.16041],[-80.36224,26.14592],[-80.42654,26.14587],[-80.42648,26.16039],[-80.4589,26.1605],[-80.45599,25.95687],[-80.2948,25.95681],[-80.29473,25.97032],[-80.10267,25.97516]]],"terms_url":"https://gisweb-adapters.bcpa.net/bcpawebmap_ex/bcpawebmap.aspx","terms_text":"Broward County Property Appraiser’s Office","description":"The 2023 orthoimagery for Broward County of the State of Florida","icon":"https://www.broward.org/Style%20Library/V7/img/Broward_logo_white2.png"},{"id":"Broward_Ortho_2024","name":"Broward County Orthoimagery (2024)","type":"wms","template":"https://gisweb-adapters.bcpa.net/arcgis/rest/services/BCPA_WEB_BASE_24/MapServer/export?f=image&format=jpg&layers=show,3&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.10267,25.97516],[-80.07117,26.33617],[-80.21877,26.33457],[-80.21867,26.34904],[-80.2674,26.34916],[-80.26732,26.36364],[-80.29687,26.36379],[-80.29766,26.18933],[-80.32984,26.18945],[-80.32993,26.17499],[-80.34598,26.17504],[-80.34602,26.16035],[-80.36222,26.16041],[-80.36224,26.14592],[-80.42654,26.14587],[-80.42648,26.16039],[-80.4589,26.1605],[-80.45599,25.95687],[-80.2948,25.95681],[-80.29473,25.97032],[-80.10267,25.97516]]],"terms_url":"https://gisweb-adapters.bcpa.net/bcpawebmap_ex/bcpawebmap.aspx","terms_text":"Broward County Property Appraiser’s Office","description":"The 2024 orthoimagery for Broward County of the State of Florida","icon":"https://www.broward.org/Style%20Library/V7/img/Broward_logo_white2.png"},{"id":"Budapest_XI_2015","name":"Budapest district XI orthophoto 2015","type":"wms","template":"https://terinfo.ujbuda.hu/mapproxy/service?LAYERS=orto2015_20160304&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","polygon":[[[19.04767,47.48789],[19.04695,47.4881],[19.04542,47.48817],[19.04387,47.4881],[19.04181,47.48737],[19.04105,47.48649],[19.03918,47.48679],[19.03847,47.48737],[19.03748,47.48774],[19.03665,47.48767],[19.03616,47.48751],[19.03585,47.48729],[19.03514,47.48725],[19.03364,47.48702],[19.03286,47.48712],[19.03189,47.48759],[19.03135,47.48855],[19.02995,47.48904],[19.02637,47.48885],[19.02301,47.48741],[19.02124,47.48612],[19.02108,47.48492],[19.01808,47.48605],[19.01689,47.48595],[19.0163,47.48539],[19.01674,47.48465],[19.0138,47.48351],[19.01237,47.48404],[19.01027,47.48535],[19.00416,47.48399],[19.004,47.48189],[18.99902,47.483],[18.99836,47.48238],[18.99288,47.48182],[18.99177,47.48102],[18.99117,47.47898],[18.98907,47.47838],[18.98565,47.4782],[18.98035,47.48169],[18.97745,47.48194],[18.96867,47.47643],[18.97793,47.46857],[18.98162,47.46067],[18.98017,47.45605],[18.97763,47.45597],[18.97658,47.45594],[18.97625,47.45584],[18.97586,47.45556],[18.97568,47.45506],[18.96861,47.45142],[18.97004,47.44988],[18.97733,47.44657],[18.97823,47.43817],[18.97719,47.43402],[18.97548,47.43067],[18.97361,47.42998],[18.97343,47.42904],[18.97545,47.42818],[18.99534,47.42821],[19.00046,47.43097],[19.0057,47.43111],[19.0098,47.43944],[19.0119,47.44188],[19.01178,47.44247],[19.01266,47.44271],[19.01347,47.44361],[19.01545,47.44759],[19.01915,47.44658],[19.0207,47.44576],[19.0252,47.442],[19.03221,47.43779],[19.03509,47.43818],[19.04023,47.42932],[19.04384,47.42968],[19.04863,47.429],[19.05176,47.43499],[19.0549,47.44906],[19.05683,47.45259],[19.06722,47.46501],[19.06846,47.46876],[19.06837,47.47077],[19.06766,47.47343],[19.0665,47.47632],[19.06434,47.4792],[19.05157,47.4899],[19.04767,47.48789]]],"terms_url":"https://terinfo.ujbuda.hu","terms_text":"Budapest XI. kerület önkormányzata","description":"5 cm resolution bald image"},{"id":"Budapest_XI_2017","name":"Budapest district XI orthophoto 2017","type":"wms","template":"https://terinfo.ujbuda.hu/mapproxy/service?LAYERS=orto_2017&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2017-03-01T00:00:00.000Z","startDate":"2017-03-01T00:00:00.000Z","polygon":[[[19.04767,47.48789],[19.04695,47.4881],[19.04542,47.48817],[19.04387,47.4881],[19.04181,47.48737],[19.04105,47.48649],[19.03918,47.48679],[19.03847,47.48737],[19.03748,47.48774],[19.03665,47.48767],[19.03616,47.48751],[19.03585,47.48729],[19.03514,47.48725],[19.03364,47.48702],[19.03286,47.48712],[19.03189,47.48759],[19.03135,47.48855],[19.02995,47.48904],[19.02637,47.48885],[19.02301,47.48741],[19.02124,47.48612],[19.02108,47.48492],[19.01808,47.48605],[19.01689,47.48595],[19.0163,47.48539],[19.01674,47.48465],[19.0138,47.48351],[19.01237,47.48404],[19.01027,47.48535],[19.00416,47.48399],[19.004,47.48189],[18.99902,47.483],[18.99836,47.48238],[18.99288,47.48182],[18.99177,47.48102],[18.99117,47.47898],[18.98907,47.47838],[18.98565,47.4782],[18.98035,47.48169],[18.97745,47.48194],[18.96867,47.47643],[18.97793,47.46857],[18.98162,47.46067],[18.98017,47.45605],[18.97763,47.45597],[18.97658,47.45594],[18.97625,47.45584],[18.97586,47.45556],[18.97568,47.45506],[18.96861,47.45142],[18.97004,47.44988],[18.97733,47.44657],[18.97823,47.43817],[18.97719,47.43402],[18.97548,47.43067],[18.97361,47.42998],[18.97343,47.42904],[18.97545,47.42818],[18.99534,47.42821],[19.00046,47.43097],[19.0057,47.43111],[19.0098,47.43944],[19.0119,47.44188],[19.01178,47.44247],[19.01266,47.44271],[19.01347,47.44361],[19.01545,47.44759],[19.01915,47.44658],[19.0207,47.44576],[19.0252,47.442],[19.03221,47.43779],[19.03509,47.43818],[19.04023,47.42932],[19.04384,47.42968],[19.04863,47.429],[19.05176,47.43499],[19.0549,47.44906],[19.05683,47.45259],[19.06722,47.46501],[19.06846,47.46876],[19.06837,47.47077],[19.06766,47.47343],[19.0665,47.47632],[19.06434,47.4792],[19.05157,47.4899],[19.04767,47.48789]]],"terms_url":"https://terinfo.ujbuda.hu","terms_text":"Budapest XI. kerület önkormányzata","description":"5 cm resolution bald image"},{"id":"Budapest_XI_2019","name":"Budapest district XI orthophoto 2019","type":"wms","template":"https://terinfo.ujbuda.hu/mapproxy/service?LAYERS=orto_2019&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-03-01T00:00:00.000Z","startDate":"2019-03-01T00:00:00.000Z","polygon":[[[19.04767,47.48789],[19.04695,47.4881],[19.04542,47.48817],[19.04387,47.4881],[19.04181,47.48737],[19.04105,47.48649],[19.03918,47.48679],[19.03847,47.48737],[19.03748,47.48774],[19.03665,47.48767],[19.03616,47.48751],[19.03585,47.48729],[19.03514,47.48725],[19.03364,47.48702],[19.03286,47.48712],[19.03189,47.48759],[19.03135,47.48855],[19.02995,47.48904],[19.02637,47.48885],[19.02301,47.48741],[19.02124,47.48612],[19.02108,47.48492],[19.01808,47.48605],[19.01689,47.48595],[19.0163,47.48539],[19.01674,47.48465],[19.0138,47.48351],[19.01237,47.48404],[19.01027,47.48535],[19.00416,47.48399],[19.004,47.48189],[18.99902,47.483],[18.99836,47.48238],[18.99288,47.48182],[18.99177,47.48102],[18.99117,47.47898],[18.98907,47.47838],[18.98565,47.4782],[18.98035,47.48169],[18.97745,47.48194],[18.96867,47.47643],[18.97793,47.46857],[18.98162,47.46067],[18.98017,47.45605],[18.97763,47.45597],[18.97658,47.45594],[18.97625,47.45584],[18.97586,47.45556],[18.97568,47.45506],[18.96861,47.45142],[18.97004,47.44988],[18.97733,47.44657],[18.97823,47.43817],[18.97719,47.43402],[18.97548,47.43067],[18.97361,47.42998],[18.97343,47.42904],[18.97545,47.42818],[18.99534,47.42821],[19.00046,47.43097],[19.0057,47.43111],[19.0098,47.43944],[19.0119,47.44188],[19.01178,47.44247],[19.01266,47.44271],[19.01347,47.44361],[19.01545,47.44759],[19.01915,47.44658],[19.0207,47.44576],[19.0252,47.442],[19.03221,47.43779],[19.03509,47.43818],[19.04023,47.42932],[19.04384,47.42968],[19.04863,47.429],[19.05176,47.43499],[19.0549,47.44906],[19.05683,47.45259],[19.06722,47.46501],[19.06846,47.46876],[19.06837,47.47077],[19.06766,47.47343],[19.0665,47.47632],[19.06434,47.4792],[19.05157,47.4899],[19.04767,47.48789]]],"terms_url":"https://terinfo.ujbuda.hu","terms_text":"Budapest XI. kerület önkormányzata","description":"5 cm resolution bald image"},{"id":"Budapest_XI_2021","name":"Budapest district XI orthophoto 2021","type":"wms","template":"https://terinfo.ujbuda.hu/mapproxy/service?LAYERS=orto_2021&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-03-01T00:00:00.000Z","startDate":"2021-03-01T00:00:00.000Z","polygon":[[[19.04767,47.48789],[19.05157,47.4899],[19.06434,47.4792],[19.0665,47.47632],[19.06766,47.47343],[19.06837,47.47077],[19.06846,47.46876],[19.06722,47.46501],[19.05683,47.45259],[19.0549,47.44906],[19.05176,47.43499],[19.04863,47.429],[19.04384,47.42968],[19.04023,47.42932],[19.03509,47.43818],[19.03221,47.43779],[19.0252,47.442],[19.0207,47.44576],[19.01915,47.44658],[19.01545,47.44759],[19.01347,47.44361],[19.01266,47.44271],[19.01178,47.44247],[19.0119,47.44188],[19.0098,47.43944],[19.0057,47.43111],[19.00046,47.43097],[18.99534,47.42821],[18.97545,47.42818],[18.97343,47.42904],[18.97361,47.42998],[18.97548,47.43067],[18.97719,47.43402],[18.97823,47.43817],[18.97733,47.44657],[18.97004,47.44988],[18.96861,47.45142],[18.97568,47.45506],[18.97586,47.45556],[18.97625,47.45584],[18.97658,47.45594],[18.97763,47.45597],[18.98017,47.45605],[18.98162,47.46067],[18.97793,47.46857],[18.96867,47.47643],[18.97745,47.48194],[18.98035,47.48169],[18.98565,47.4782],[18.98907,47.47838],[18.99117,47.47898],[18.99177,47.48102],[18.99288,47.48182],[18.99836,47.48238],[18.99902,47.483],[19.004,47.48189],[19.00416,47.48399],[19.01027,47.48535],[19.01237,47.48404],[19.0138,47.48351],[19.01674,47.48465],[19.0163,47.48539],[19.01689,47.48595],[19.01808,47.48605],[19.02108,47.48492],[19.02124,47.48612],[19.02301,47.48741],[19.02637,47.48885],[19.02995,47.48904],[19.03135,47.48855],[19.03189,47.48759],[19.03286,47.48712],[19.03364,47.48702],[19.03514,47.48725],[19.03585,47.48729],[19.03616,47.48751],[19.03665,47.48767],[19.03748,47.48774],[19.03847,47.48737],[19.03918,47.48679],[19.04105,47.48649],[19.04181,47.48737],[19.04387,47.4881],[19.04542,47.48817],[19.04695,47.4881],[19.04767,47.48789]]],"terms_url":"https://terinfo.ujbuda.hu","terms_text":"Budapest XI. kerület önkormányzata","description":"5 cm resolution bald image"},{"id":"Budapest_XI_2023","name":"Budapest district XI orthophoto 2023","type":"wms","template":"https://terinfo.ujbuda.hu/mapproxy/service?LAYERS=orto_2023&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","polygon":[[[19.04767,47.48789],[19.05157,47.4899],[19.06434,47.4792],[19.0665,47.47632],[19.06766,47.47343],[19.06837,47.47077],[19.06846,47.46876],[19.06722,47.46501],[19.05683,47.45259],[19.0549,47.44906],[19.05176,47.43499],[19.04863,47.429],[19.04384,47.42968],[19.04023,47.42932],[19.03509,47.43818],[19.03221,47.43779],[19.0252,47.442],[19.0207,47.44576],[19.01915,47.44658],[19.01545,47.44759],[19.01347,47.44361],[19.01266,47.44271],[19.01178,47.44247],[19.0119,47.44188],[19.0098,47.43944],[19.0057,47.43111],[19.00046,47.43097],[18.99534,47.42821],[18.97545,47.42818],[18.97343,47.42904],[18.97361,47.42998],[18.97548,47.43067],[18.97719,47.43402],[18.97823,47.43817],[18.97733,47.44657],[18.97004,47.44988],[18.96861,47.45142],[18.97568,47.45506],[18.97586,47.45556],[18.97625,47.45584],[18.97658,47.45594],[18.97763,47.45597],[18.98017,47.45605],[18.98162,47.46067],[18.97793,47.46857],[18.96867,47.47643],[18.97745,47.48194],[18.98035,47.48169],[18.98565,47.4782],[18.98907,47.47838],[18.99117,47.47898],[18.99177,47.48102],[18.99288,47.48182],[18.99836,47.48238],[18.99902,47.483],[19.004,47.48189],[19.00416,47.48399],[19.01027,47.48535],[19.01237,47.48404],[19.0138,47.48351],[19.01674,47.48465],[19.0163,47.48539],[19.01689,47.48595],[19.01808,47.48605],[19.02108,47.48492],[19.02124,47.48612],[19.02301,47.48741],[19.02637,47.48885],[19.02995,47.48904],[19.03135,47.48855],[19.03189,47.48759],[19.03286,47.48712],[19.03364,47.48702],[19.03514,47.48725],[19.03585,47.48729],[19.03616,47.48751],[19.03665,47.48767],[19.03748,47.48774],[19.03847,47.48737],[19.03918,47.48679],[19.04105,47.48649],[19.04181,47.48737],[19.04387,47.4881],[19.04542,47.48817],[19.04695,47.4881],[19.04767,47.48789]]],"terms_url":"https://terinfo.ujbuda.hu","terms_text":"Budapest XI. kerület önkormányzata","best":true,"description":"5 cm resolution bald image"},{"id":"Butler_OH_2023","name":"Butler County Orthoimagery (2023)","type":"wms","template":"https://gismaps.bceo.org/bcegis/rest/services/2023_Ortho/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-84.82729,39.30147],[-84.67696,39.30431],[-84.67681,39.29751],[-84.456,39.30144],[-84.45587,39.29455],[-84.3851,39.29577],[-84.3851,39.28887],[-84.34972,39.28948],[-84.35051,39.31691],[-84.34167,39.31707],[-84.34344,39.38563],[-84.33453,39.38582],[-84.33644,39.45443],[-84.32756,39.45457],[-84.33009,39.55064],[-84.35665,39.55022],[-84.35781,39.59142],[-84.41988,39.5904],[-84.42005,39.59727],[-84.48191,39.59625],[-84.48144,39.57552],[-84.81846,39.56941],[-84.81619,39.50081],[-84.82503,39.50064],[-84.81935,39.32912],[-84.82819,39.32896],[-84.82729,39.30147]]],"terms_url":"https://www.bcohio.gov/","terms_text":"Butler County, State of Ohio","description":"6-inch resolution 2023 orthoimagery for Butler County in the State of Ohio","icon":"https://cms5.revize.com/revize/butleroh/uploadfiles/logo-white.png"},{"id":"Bytom-2014","name":"Bytom: Fotoplan 2014 (aerial image)","type":"wms","template":"https://sitplan.um.bytom.pl/isdp/gs/ows/wms?LAYERS=default:fotoplan_2014&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","polygon":[[[18.81033,50.40715],[18.78812,50.40741],[18.78751,50.37099],[18.80971,50.37073],[18.80925,50.34399],[18.83241,50.34382],[18.83176,50.33467],[18.85508,50.33481],[18.85443,50.32576],[18.87661,50.32559],[18.87708,50.31654],[18.96593,50.31573],[18.96735,50.36984],[18.94515,50.36992],[18.94532,50.37856],[18.90012,50.37923],[18.9008,50.41513],[18.81032,50.41611],[18.81033,50.40715]]],"terms_text":"Urząd Miasta Bytomia","terms_html":"https://www.bytom.pl/"},{"id":"Bytom-2018","name":"Bytom: Orthophotomap 2018 (aerial image)","type":"wms","template":"https://sitplan.um.bytom.pl/isdp/gs/ows/wms?LAYERS=default:ort_obc_2018&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[18.81033,50.40715],[18.78812,50.40741],[18.78751,50.37099],[18.80971,50.37073],[18.80925,50.34399],[18.83241,50.34382],[18.83176,50.33467],[18.85508,50.33481],[18.85443,50.32576],[18.87661,50.32559],[18.87708,50.31654],[18.96593,50.31573],[18.96735,50.36984],[18.94515,50.36992],[18.94532,50.37856],[18.90012,50.37923],[18.9008,50.41513],[18.81032,50.41611],[18.81033,50.40715]]],"terms_text":"Urząd Miasta Bytomia","terms_html":"https://www.bytom.pl/"},{"id":"Bytom-2021","name":"Bytom: Orthophotomap 2021 (aerial image)","type":"wms","template":"https://sitplan.um.bytom.pl/isdp/gs/ows/wms?LAYERS=default:orto_2021_4&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[18.81033,50.40715],[18.78812,50.40741],[18.78751,50.37099],[18.80971,50.37073],[18.80925,50.34399],[18.83241,50.34382],[18.83176,50.33467],[18.85508,50.33481],[18.85443,50.32576],[18.87661,50.32559],[18.87708,50.31654],[18.96593,50.31573],[18.96735,50.36984],[18.94515,50.36992],[18.94532,50.37856],[18.90012,50.37923],[18.9008,50.41513],[18.81032,50.41611],[18.81033,50.40715]]],"terms_text":"Urząd Miasta Bytomia","terms_html":"https://www.bytom.pl/","best":true},{"id":"gcba-ortofotos-2017","name":"CABA ortofotos 2017","type":"tms","template":"https://servicios.usig.buenosaires.gob.ar/mapcache/tms/1.0.0/fotografias_aereas_2017_caba_3857@GoogleMapsCompatible/{zoom}/{x}/{-y}.png","category":"photo","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[9,18],"polygon":[[[-58.46693,-34.53468],[-58.4761,-34.5383],[-58.50084,-34.5499],[-58.53142,-34.61545],[-58.53041,-34.63299],[-58.53085,-34.63465],[-58.53021,-34.63651],[-58.52872,-34.65476],[-58.48878,-34.68491],[-58.4866,-34.68821],[-58.48211,-34.68978],[-58.46141,-34.70563],[-58.42735,-34.66546],[-58.42369,-34.6623],[-58.41667,-34.65959],[-58.41267,-34.65878],[-58.40694,-34.6603],[-58.40254,-34.65979],[-58.39743,-34.66218],[-58.39253,-34.6626],[-58.38775,-34.66059],[-58.38453,-34.65798],[-58.37386,-34.65715],[-58.36944,-34.65387],[-58.36846,-34.65117],[-58.36399,-34.64886],[-58.3618,-34.6484],[-58.35655,-34.64487],[-58.35759,-34.63989],[-58.34901,-34.63249],[-58.34608,-34.63165],[-58.34793,-34.63116],[-58.34879,-34.62907],[-58.34706,-34.62725],[-58.34536,-34.62867],[-58.34457,-34.628],[-58.34284,-34.62943],[-58.34139,-34.6289],[-58.34426,-34.62638],[-58.34242,-34.62617],[-58.33913,-34.62879],[-58.33624,-34.62803],[-58.33514,-34.62643],[-58.34003,-34.62324],[-58.34238,-34.62334],[-58.34305,-34.62266],[-58.33698,-34.62234],[-58.33837,-34.61869],[-58.34391,-34.61888],[-58.34432,-34.6203],[-58.34367,-34.62242],[-58.3442,-34.6225],[-58.34432,-34.6215],[-58.34528,-34.6214],[-58.34566,-34.62227],[-58.34716,-34.61997],[-58.34633,-34.61921],[-58.34519,-34.61983],[-58.3446,-34.61899],[-58.34782,-34.61895],[-58.35102,-34.61978],[-58.35142,-34.61893],[-58.34978,-34.61714],[-58.34481,-34.61772],[-58.34088,-34.61697],[-58.33979,-34.61604],[-58.34082,-34.6107],[-58.34573,-34.60687],[-58.34728,-34.60169],[-58.3555,-34.59524],[-58.3571,-34.59483],[-58.36007,-34.59498],[-58.36341,-34.59666],[-58.36436,-34.59537],[-58.3638,-34.59719],[-58.3679,-34.5975],[-58.36908,-34.59414],[-58.36636,-34.59296],[-58.3648,-34.59447],[-58.36436,-34.59427],[-58.36651,-34.59096],[-58.36789,-34.59001],[-58.35945,-34.58809],[-58.35959,-34.58717],[-58.36351,-34.58747],[-58.36368,-34.58624],[-58.35965,-34.58591],[-58.35987,-34.58409],[-58.365,-34.5845],[-58.36615,-34.58354],[-58.36142,-34.58296],[-58.36163,-34.58113],[-58.36898,-34.58171],[-58.37061,-34.58058],[-58.36526,-34.58015],[-58.36529,-34.57971],[-58.36794,-34.57819],[-58.3743,-34.57869],[-58.37604,-34.57747],[-58.37073,-34.57705],[-58.37074,-34.57659],[-58.37548,-34.57389],[-58.38184,-34.57439],[-58.38359,-34.5734],[-58.37772,-34.57269],[-58.38113,-34.57062],[-58.37877,-34.57042],[-58.37628,-34.57179],[-58.37129,-34.57146],[-58.37549,-34.56792],[-58.39049,-34.5694],[-58.3912,-34.57058],[-58.38664,-34.57323],[-58.38795,-34.57482],[-58.39301,-34.57196],[-58.39646,-34.56689],[-58.39732,-34.56666],[-58.39695,-34.56587],[-58.39695,-34.56515],[-58.39923,-34.56371],[-58.4007,-34.5643],[-58.40105,-34.56335],[-58.40274,-34.56395],[-58.40441,-34.56283],[-58.40927,-34.55846],[-58.40946,-34.5567],[-58.41252,-34.55514],[-58.42651,-34.55182],[-58.42554,-34.54885],[-58.42707,-34.54807],[-58.42977,-34.5486],[-58.43074,-34.5478],[-58.4313,-34.5448],[-58.43456,-34.54263],[-58.43561,-34.54084],[-58.4377,-34.53996],[-58.4403,-34.53985],[-58.44077,-34.54034],[-58.4415,-34.53785],[-58.44361,-34.5363],[-58.44623,-34.53593],[-58.44856,-34.5374],[-58.44937,-34.53633],[-58.44904,-34.53554],[-58.45002,-34.53607],[-58.44987,-34.53736],[-58.45219,-34.53964],[-58.45381,-34.53898],[-58.45499,-34.53738],[-58.453,-34.5357],[-58.45036,-34.53556],[-58.45011,-34.53437],[-58.45089,-34.53205],[-58.45213,-34.53132],[-58.4518,-34.53013],[-58.45401,-34.52931],[-58.45688,-34.52667],[-58.45915,-34.527],[-58.4615,-34.53131],[-58.46384,-34.53326],[-58.46693,-34.53468]]],"terms_url":"https://data.buenosaires.gob.ar/dataset/tiles-fotografia-aerea","terms_text":"Gobierno de la Ciudad de Buenos Aires","description":"Fotografía aérea tomada en el año 2017","icon":"https://buenosaires.gob.ar/inicio/favicon.ico"},{"id":"gcba-ortofotos-2021","name":"CABA ortofotos 2021","type":"tms","template":"https://servicios.usig.buenosaires.gob.ar/mapcache/tms/1.0.0/fotografias_aereas_2021_caba_3857@GoogleMapsCompatible/{zoom}/{x}/{-y}.png","category":"photo","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[9,18],"polygon":[[[-58.46693,-34.53468],[-58.4761,-34.5383],[-58.50084,-34.5499],[-58.53142,-34.61545],[-58.53041,-34.63299],[-58.53085,-34.63465],[-58.53021,-34.63651],[-58.52872,-34.65476],[-58.48878,-34.68491],[-58.4866,-34.68821],[-58.48211,-34.68978],[-58.46141,-34.70563],[-58.42735,-34.66546],[-58.42369,-34.6623],[-58.41667,-34.65959],[-58.41267,-34.65878],[-58.40694,-34.6603],[-58.40254,-34.65979],[-58.39743,-34.66218],[-58.39253,-34.6626],[-58.38775,-34.66059],[-58.38453,-34.65798],[-58.37386,-34.65715],[-58.36944,-34.65387],[-58.36846,-34.65117],[-58.36399,-34.64886],[-58.3618,-34.6484],[-58.35655,-34.64487],[-58.35759,-34.63989],[-58.34901,-34.63249],[-58.34608,-34.63165],[-58.34793,-34.63116],[-58.34879,-34.62907],[-58.34706,-34.62725],[-58.34536,-34.62867],[-58.34457,-34.628],[-58.34284,-34.62943],[-58.34139,-34.6289],[-58.34426,-34.62638],[-58.34242,-34.62617],[-58.33913,-34.62879],[-58.33624,-34.62803],[-58.33514,-34.62643],[-58.34003,-34.62324],[-58.34238,-34.62334],[-58.34305,-34.62266],[-58.33698,-34.62234],[-58.33837,-34.61869],[-58.34391,-34.61888],[-58.34432,-34.6203],[-58.34367,-34.62242],[-58.3442,-34.6225],[-58.34432,-34.6215],[-58.34528,-34.6214],[-58.34566,-34.62227],[-58.34716,-34.61997],[-58.34633,-34.61921],[-58.34519,-34.61983],[-58.3446,-34.61899],[-58.34782,-34.61895],[-58.35102,-34.61978],[-58.35142,-34.61893],[-58.34978,-34.61714],[-58.34481,-34.61772],[-58.34088,-34.61697],[-58.33979,-34.61604],[-58.34082,-34.6107],[-58.34573,-34.60687],[-58.34728,-34.60169],[-58.3555,-34.59524],[-58.3571,-34.59483],[-58.36007,-34.59498],[-58.36341,-34.59666],[-58.36436,-34.59537],[-58.3638,-34.59719],[-58.3679,-34.5975],[-58.36908,-34.59414],[-58.36636,-34.59296],[-58.3648,-34.59447],[-58.36436,-34.59427],[-58.36651,-34.59096],[-58.36789,-34.59001],[-58.35945,-34.58809],[-58.35959,-34.58717],[-58.36351,-34.58747],[-58.36368,-34.58624],[-58.35965,-34.58591],[-58.35987,-34.58409],[-58.365,-34.5845],[-58.36615,-34.58354],[-58.36142,-34.58296],[-58.36163,-34.58113],[-58.36898,-34.58171],[-58.37061,-34.58058],[-58.36526,-34.58015],[-58.36529,-34.57971],[-58.36794,-34.57819],[-58.3743,-34.57869],[-58.37604,-34.57747],[-58.37073,-34.57705],[-58.37074,-34.57659],[-58.37548,-34.57389],[-58.38184,-34.57439],[-58.38359,-34.5734],[-58.37772,-34.57269],[-58.38113,-34.57062],[-58.37877,-34.57042],[-58.37628,-34.57179],[-58.37129,-34.57146],[-58.37549,-34.56792],[-58.39049,-34.5694],[-58.3912,-34.57058],[-58.38664,-34.57323],[-58.38795,-34.57482],[-58.39301,-34.57196],[-58.39646,-34.56689],[-58.39732,-34.56666],[-58.39695,-34.56587],[-58.39695,-34.56515],[-58.39923,-34.56371],[-58.4007,-34.5643],[-58.40105,-34.56335],[-58.40274,-34.56395],[-58.40441,-34.56283],[-58.40927,-34.55846],[-58.40946,-34.5567],[-58.41252,-34.55514],[-58.42651,-34.55182],[-58.42554,-34.54885],[-58.42707,-34.54807],[-58.42977,-34.5486],[-58.43074,-34.5478],[-58.4313,-34.5448],[-58.43456,-34.54263],[-58.43561,-34.54084],[-58.4377,-34.53996],[-58.4403,-34.53985],[-58.44077,-34.54034],[-58.4415,-34.53785],[-58.44361,-34.5363],[-58.44623,-34.53593],[-58.44856,-34.5374],[-58.44937,-34.53633],[-58.44904,-34.53554],[-58.45002,-34.53607],[-58.44987,-34.53736],[-58.45219,-34.53964],[-58.45381,-34.53898],[-58.45499,-34.53738],[-58.453,-34.5357],[-58.45036,-34.53556],[-58.45011,-34.53437],[-58.45089,-34.53205],[-58.45213,-34.53132],[-58.4518,-34.53013],[-58.45401,-34.52931],[-58.45688,-34.52667],[-58.45915,-34.527],[-58.4615,-34.53131],[-58.46384,-34.53326],[-58.46693,-34.53468]]],"terms_url":"https://data.buenosaires.gob.ar/dataset/tiles-fotografia-aerea","terms_text":"Gobierno de la Ciudad de Buenos Aires","description":"Fotografía aérea tomada en el año 2021","icon":"https://buenosaires.gob.ar/inicio/favicon.ico"},{"id":"LV_CADASTRAL","name":"Cadastral map, Latvia","type":"wms","template":"https://lvmgeoserver.lvm.lv/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=publicwfs:Kadastra_karte&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2022-01-11T00:00:00.000Z","startDate":"2022-01-11T00:00:00.000Z","polygon":[[[27.66415,55.75354],[27.68475,55.93319],[28.26703,56.1908],[28.23682,56.49827],[27.82757,56.94886],[27.90997,57.37037],[27.58313,57.56387],[26.93219,57.63598],[26.5202,57.58596],[26.0368,57.87192],[25.1991,58.10487],[24.31744,57.90258],[24.31744,57.19669],[23.93567,56.9788],[23.55115,56.98479],[23.23804,57.10283],[23.14465,57.37333],[22.60632,57.60215],[22.60083,57.76953],[21.66699,57.56681],[21.40057,57.29625],[21.38409,57.0177],[21.04626,56.80026],[20.99133,56.36615],[21.0545,56.0392],[21.28796,56.05608],[21.29895,56.1908],[22.11743,56.41936],[24.44379,56.24425],[24.81183,56.3996],[25.15515,56.1694],[25.58087,56.12962],[26.53668,55.66146],[26.91296,55.66766],[27.0805,55.80991],[27.66415,55.75354]]],"terms_text":"Data: VZD (Valsts zemes dienests); WMS service: LVM (Latvijas valsts meži)","description":"This cadastral map is provided as open data by Latvian State Land Service (VZD, Valsts zemes dienests). See here: https://data.gov.lv/dati/eng/dataset?organization=valsts-zemes-dienests). WMS service is freely provided by LVM (Latvian State Forestry, https://lvmgeo.lv/en/data).","overlay":true},{"id":"Cadastre","name":"Cadastre","type":"tms","template":"https://tms.cadastre.openstreetmap.fr/*/tout/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[12,22],"polygon":[[[-51.53687,4.11633],[-51.52039,4.51072],[-52.46522,5.4465],[-53.89344,6.004],[-54.58008,4.95962],[-54.42078,4.00127],[-54.12964,3.59567],[-54.12415,3.46408],[-54.31641,3.20085],[-54.31092,2.80589],[-54.8053,2.27358],[-54.20106,2.03205],[-53.72864,2.21869],[-52.92664,2.07597],[-52.641,2.25162],[-52.2345,3.10213],[-51.53687,4.11633]],[[-61.27501,14.90218],[-61.27622,14.36803],[-60.72489,14.36686],[-60.72368,14.90101],[-61.27501,14.90218]],[[-61.92802,16.58618],[-61.92686,15.7394],[-60.88128,15.74072],[-60.88243,16.5875],[-61.92802,16.58618]],[[55.09434,-21.49651],[55.96576,-21.49],[55.95959,-20.77281],[55.08816,-20.77935],[55.09434,-21.49651]],[[44.92054,-12.57363],[44.92502,-13.11963],[45.35274,-13.1163],[45.34826,-12.57029],[44.92054,-12.57363]],[[2.35816,51.32937],[1.31,50.88],[-2.25,50.09],[-6.3,48.98],[-2.7,43.9],[-1.7835,43.39686],[-1.78509,43.39037],[-1.80099,43.37017],[-1.79156,43.34067],[-1.76297,43.32565],[-1.75606,43.31966],[-1.73359,43.28856],[-1.66953,43.30065],[-1.65,43.29323],[-1.61053,43.24223],[-1.57149,43.2412],[-1.54626,43.2737],[-1.52629,43.28099],[-1.40868,43.25591],[-1.39531,43.24596],[-1.39411,43.22935],[-1.42732,43.1404],[-1.43479,43.13087],[-1.47641,43.10248],[-1.48311,43.08561],[-1.4775,43.06889],[-1.43868,43.03371],[-1.3542,43.0197],[-1.33135,43.0496],[-1.31992,43.05696],[-1.30643,43.05531],[-1.26236,43.03303],[-1.22612,43.03898],[-1.21622,43.0381],[-1.16736,43.02083],[-1.15845,43.01452],[-1.14775,43.00124],[-1.1156,43.00461],[-1.10852,43.00409],[-1.02313,42.98206],[-0.94508,42.94192],[-0.82114,42.93865],[-0.77253,42.95284],[-0.75711,42.95107],[-0.7476,42.93879],[-0.73372,42.88666],[-0.68094,42.86775],[-0.67446,42.86392],[-0.56721,42.76937],[-0.54499,42.76906],[-0.50868,42.79935],[-0.48842,42.80255],[-0.44354,42.78453],[-0.39208,42.78766],[-0.31683,42.82635],[-0.29987,42.82697],[-0.16949,42.77157],[-0.06726,42.6848],[-0.01993,42.67389],[0.17919,42.72075],[0.18967,42.72039],[0.23972,42.70494],[0.24594,42.70175],[0.29571,42.66388],[0.32567,42.67274],[0.34912,42.69817],[0.35954,42.70415],[0.3715,42.70308],[0.43024,42.67863],[0.669,42.67901],[0.69192,42.70684],[0.67474,42.75286],[0.67409,42.76479],[0.69117,42.83186],[0.70017,42.84402],[0.71511,42.8464],[0.84606,42.8157],[0.92265,42.7797],[0.95073,42.78794],[0.95937,42.78852],[1.07564,42.77079],[1.08546,42.76635],[1.16554,42.69928],[1.23221,42.71248],[1.32364,42.7085],[1.33313,42.70563],[1.37335,42.68127],[1.38032,42.67415],[1.41936,42.60643],[1.43792,42.59264],[1.47238,42.59703],[1.4921,42.62502],[1.50444,42.6331],[1.54636,42.64166],[1.56069,42.6392],[1.60283,42.61382],[1.69377,42.60975],[1.71011,42.59992],[1.72479,42.57499],[1.7272,42.56103],[1.71561,42.50125],[1.72567,42.48452],[1.82774,42.47056],[1.88444,42.4477],[1.88459,42.44762],[1.88467,42.44761],[1.92089,42.43302],[1.93076,42.42442],[1.965,42.36473],[2.00861,42.33818],[2.09393,42.35474],[2.14881,42.40545],[2.16028,42.41065],[2.20526,42.41541],[2.20653,42.41526],[2.20694,42.41558],[2.25973,42.42117],[2.26719,42.42055],[2.41222,42.38021],[2.41933,42.37658],[2.47795,42.32986],[2.5338,42.32197],[2.56777,42.34173],[2.58106,42.34418],[2.66719,42.33008],[2.68585,42.34679],[2.68162,42.37263],[2.68378,42.3854],[2.69331,42.39417],[2.72928,42.40998],[2.7413,42.41128],[2.78424,42.40256],[2.87019,42.44653],[2.87822,42.4487],[3.02214,42.45645],[3.03402,42.45331],[3.0944,42.41457],[3.16081,42.42757],[3.17358,42.41768],[5.8,41.64],[8.94186,41.27688],[9.27311,41.29196],[9.36968,41.35052],[9.63227,41.43244],[9.8,43.1],[7.53622,43.79234],[7.51594,43.84915],[7.51649,43.86397],[7.5271,43.87434],[7.56858,43.89159],[7.58419,43.93287],[7.59624,43.94466],[7.66016,43.9672],[7.68077,44.0164],[7.68603,44.02371],[7.72403,44.05704],[7.72786,44.08615],[7.69445,44.12276],[7.68937,44.13869],[7.69422,44.17795],[7.68608,44.1861],[7.63989,44.18928],[7.6162,44.16827],[7.60548,44.1634],[7.56478,44.15817],[7.5642,44.15836],[7.56283,44.15792],[7.37776,44.13416],[7.36278,44.13834],[7.33878,44.1574],[7.27537,44.15947],[7.26053,44.16682],[7.24533,44.18544],[7.1651,44.22112],[7.07312,44.2461],[7.03259,44.2424],[7.01983,44.24558],[7.01181,44.256],[6.99909,44.29414],[6.91637,44.36804],[6.90972,44.38195],[6.90907,44.39477],[6.91223,44.40659],[6.92167,44.41436],[6.95872,44.42908],[6.95894,44.43129],[6.87892,44.50245],[6.87233,44.5195],[6.88235,44.53479],[6.94659,44.57124],[6.97819,44.61784],[6.97056,44.64696],[6.97413,44.66431],[6.99007,44.67203],[7.07671,44.67134],[7.08666,44.68085],[7.08651,44.6968],[7.07224,44.72311],[7.0496,44.73226],[7.03711,44.75009],[7.03453,44.82282],[7.01795,44.84402],[6.93633,44.87461],[6.8798,44.86346],[6.86698,44.86519],[6.7942,44.90161],[6.78375,44.9146],[6.75744,45.01884],[6.69602,45.03395],[6.68237,45.04558],[6.66501,45.08667],[6.6653,45.10289],[6.67751,45.11356],[6.77056,45.14242],[6.78283,45.14228],[6.85843,45.11699],[6.90009,45.12689],[6.98106,45.19368],[6.99279,45.19823],[7.08417,45.20279],[7.14458,45.25048],[7.13649,45.30576],[7.14232,45.32298],[7.17075,45.35069],[7.19515,45.40409],[7.1856,45.41894],[7.13304,45.44001],[7.1228,45.44924],[7.1072,45.47877],[7.02774,45.5102],[7.0158,45.52354],[6.99643,45.59465],[6.9978,45.60877],[7.01151,45.63652],[7.00597,45.64945],[6.97131,45.66528],[6.94247,45.66172],[6.92419,45.66935],[6.90729,45.69124],[6.8414,45.71373],[6.83174,45.72082],[6.82787,45.73217],[6.82614,45.80353],[6.83102,45.81711],[6.84376,45.82387],[6.94097,45.83551],[6.99582,45.85822],[7.04394,45.92036],[7.04497,45.92064],[7.04533,45.92217],[7.05191,45.93066],[7.01556,46.00883],[6.94898,46.0699],[6.92001,46.07721],[6.90932,46.08406],[6.90491,46.09595],[6.90382,46.12971],[6.83427,46.14509],[6.82259,46.15261],[6.81863,46.16592],[6.82075,46.19862],[6.82698,46.21188],[6.86092,46.2439],[6.87504,46.28007],[6.86491,46.30038],[6.81095,46.33359],[6.80189,46.34639],[6.80484,46.36179],[6.81832,46.38181],[6.82244,46.42925],[6.74665,46.45695],[6.63047,46.47435],[6.50498,46.46871],[6.41748,46.42682],[6.41083,46.42495],[6.31648,46.41557],[6.23946,46.36705],[6.21219,46.32485],[6.21148,46.31057],[6.24707,46.24777],[6.24906,46.23299],[6.24026,46.22094],[6.13778,46.15702],[6.12468,46.15415],[6.05564,46.16288],[6.03509,46.15456],[6.01783,46.15564],[6.00787,46.16977],[6.00388,46.19332],[6.00681,46.20752],[6.01857,46.21601],[6.07717,46.23123],[6.08865,46.23081],[6.1103,46.22344],[6.13038,46.23737],[6.13371,46.30227],[6.13748,46.31297],[6.17817,46.36922],[6.16622,46.38839],[6.10829,46.41643],[6.09704,46.43317],[6.09572,46.45418],[6.10174,46.46979],[6.15811,46.52456],[6.16549,46.54399],[6.15152,46.56508],[6.14872,46.58069],[6.15817,46.59343],[6.46098,46.76887],[6.46722,46.79104],[6.45644,46.80534],[6.4535,46.8239],[6.47548,46.88771],[6.46686,46.91997],[6.46892,46.93522],[6.4812,46.9445],[6.62355,46.9811],[6.72561,47.0418],[6.76011,47.09953],[6.76907,47.10751],[6.85545,47.14636],[6.88913,47.18922],[6.89443,47.19393],[6.96134,47.23479],[6.96347,47.26233],[6.97424,47.27856],[7.05958,47.32257],[7.07007,47.35005],[7.05623,47.37035],[7.018,47.38386],[6.97126,47.37218],[6.95769,47.37359],[6.94818,47.38337],[6.94716,47.39698],[6.9551,47.40808],[7.003,47.44095],[7.01205,47.47287],[7.02102,47.48458],[7.03557,47.48695],[7.0801,47.47718],[7.12853,47.48893],[7.14279,47.48707],[7.15212,47.47612],[7.16708,47.4335],[7.24435,47.40939],[7.32653,47.4273],[7.38747,47.42111],[7.51256,47.48439],[7.54511,47.54283],[7.55424,47.55128],[7.58967,47.56755],[7.60016,47.60822],[7.537,47.67302],[7.53136,47.68564],[7.53526,47.6989],[7.55758,47.72899],[7.54418,47.77232],[7.54581,47.78793],[7.57267,47.83631],[7.5728,47.86435],[7.57554,47.87436],[7.63205,47.97081],[7.62437,47.99865],[7.59127,48.03035],[7.58522,48.04694],[7.59165,48.10648],[7.59605,48.11698],[7.67661,48.21555],[7.70241,48.28803],[7.71085,48.29841],[7.75159,48.32322],[7.74357,48.38427],[7.74506,48.39484],[7.78055,48.47652],[7.78547,48.48337],[7.81449,48.50968],[7.81456,48.57704],[7.81842,48.58883],[7.8484,48.62977],[7.85605,48.63606],[7.90422,48.65865],[7.98534,48.7409],[7.99071,48.74478],[8.10087,48.7993],[8.15824,48.89753],[8.20089,48.94339],[8.20888,48.94863],[8.23589,48.95817],[8.23704,48.97683],[8.2225,48.98787],[8.08069,49.00688],[7.93826,49.06832],[7.8673,49.05227],[7.85525,49.05329],[7.80291,49.07489],[7.76073,49.06067],[7.75401,49.05963],[7.6612,49.06119],[7.64722,49.06722],[7.6296,49.08527],[7.5579,49.09626],[7.54379,49.10572],[7.50113,49.17672],[7.45012,49.19517],[7.36095,49.18259],[7.29893,49.13856],[7.28683,49.13488],[7.1535,49.13839],[7.14315,49.14159],[7.10494,49.16634],[7.06908,49.16018],[7.05478,49.16313],[7.0463,49.17503],[7.04055,49.19794],[6.93753,49.23369],[6.89322,49.22389],[6.88453,49.2239],[6.85119,49.23136],[6.82982,49.21802],[6.83093,49.19366],[6.82473,49.17826],[6.80904,49.17284],[6.76026,49.17752],[6.74328,49.19086],[6.72996,49.22917],[6.67013,49.29269],[6.61627,49.31869],[6.60497,49.33739],[6.60639,49.37868],[6.5451,49.44384],[6.43515,49.487],[6.34423,49.48037],[6.334,49.48235],[6.24643,49.52511],[6.17397,49.52187],[6.09319,49.47787],[6.08635,49.47562],[6.01627,49.46597],[5.99801,49.47317],[5.97516,49.50129],[5.876,49.5114],[5.86126,49.52038],[5.8399,49.55321],[5.77526,49.57414],[5.71578,49.55361],[5.70676,49.55267],[5.641,49.56095],[5.6076,49.53761],[5.59311,49.53424],[5.55401,49.54025],[5.50666,49.52042],[5.49294,49.51979],[5.48205,49.52815],[5.43141,49.60791],[5.3544,49.64041],[5.344,49.65049],[5.33363,49.67308],[5.28157,49.70836],[5.19602,49.70732],[5.18761,49.70906],[5.1412,49.72984],[5.13458,49.73462],[5.09944,49.77323],[5.02686,49.78886],[5.01867,49.79272],[4.99534,49.81116],[4.91098,49.79926],[4.89769,49.80204],[4.88924,49.81266],[4.87625,49.85111],[4.87913,49.86942],[4.89755,49.89424],[4.89654,49.91753],[4.83343,49.96696],[4.82662,49.97692],[4.82678,49.989],[4.8433,50.03881],[4.84331,50.03883],[4.84331,50.03884],[4.85104,50.06216],[4.86277,50.0745],[4.88076,50.0815],[4.90426,50.12639],[4.90479,50.14451],[4.8815,50.16436],[4.83123,50.17941],[4.69517,50.10472],[4.66924,50.06972],[4.67293,50.02716],[4.66936,50.01392],[4.6581,50.00609],[4.45469,49.95251],[4.44542,49.9523],[4.30877,49.98145],[4.22164,49.97089],[4.20633,49.97546],[4.1765,50.00065],[4.16976,50.01217],[4.17177,50.02537],[4.18164,50.03436],[4.23193,50.05551],[4.24074,50.07102],[4.21195,50.13602],[4.1764,50.1547],[4.16601,50.16888],[4.17084,50.18579],[4.23078,50.25233],[4.22904,50.26664],[4.21444,50.28167],[4.14388,50.29727],[4.13761,50.29984],[4.02672,50.36904],[3.91317,50.34291],[3.90189,50.3436],[3.84109,50.36558],[3.74935,50.36279],[3.71576,50.33854],[3.70258,50.33482],[3.6901,50.34044],[3.68415,50.35277],[3.67378,50.45642],[3.61523,50.50558],[3.54779,50.51012],[3.53266,50.51873],[3.52173,50.53459],[3.4748,50.54445],[3.3898,50.50884],[3.37551,50.50839],[3.3056,50.53267],[3.29219,50.55037],[3.28922,50.60028],[3.26588,50.64054],[3.26576,50.6604],[3.27545,50.67757],[3.27051,50.70375],[3.22149,50.7267],[3.2154,50.73111],[3.14877,50.80195],[3.11412,50.80566],[3.09244,50.79092],[3.08218,50.78749],[3.00718,50.78377],[2.93508,50.75592],[2.9161,50.72418],[2.90492,50.71536],[2.89072,50.7162],[2.85265,50.73335],[2.81655,50.73092],[2.79995,50.73795],[2.73267,50.81738],[2.6511,50.82906],[2.63786,50.83696],[2.62781,50.85054],[2.62396,50.86071],[2.61962,50.91067],[2.62452,50.9256],[2.64225,50.94578],[2.63986,50.95766],[2.61558,50.99749],[2.59845,51.0051],[2.58741,51.01763],[2.57048,51.07409],[2.5488,51.09759],[2.35816,51.32937]]],"terms_url":"https://wiki.openstreetmap.org/wiki/WikiProject_Cadastre_Fran%C3%A7ais/Conditions_d%27utilisation","terms_text":"cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2021","description":"French land registry","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/fr/cadastre_small.png"},{"id":"lu.geoportail.opendata.cadastre","name":"Cadastre geoportail.lu","type":"tms","template":"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/cadastre/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.png","zoomExtent":[5,20],"polygon":[[[5.96175,50.17631],[5.95286,50.13384],[5.89196,50.12041],[5.881,50.08069],[5.85781,50.07186],[5.85087,50.0563],[5.86189,50.04581],[5.84792,50.02809],[5.81561,50.01437],[5.81806,49.99936],[5.83462,49.98656],[5.83129,49.97995],[5.80652,49.97321],[5.80524,49.96677],[5.78672,49.96816],[5.7688,49.96104],[5.76878,49.94239],[5.77073,49.93711],[5.76039,49.93252],[5.75783,49.91737],[5.73303,49.90285],[5.7346,49.89341],[5.77505,49.88057],[5.77567,49.87438],[5.74955,49.87554],[5.75229,49.85922],[5.74066,49.85152],[5.75399,49.84878],[5.74624,49.84783],[5.74701,49.84048],[5.74053,49.84142],[5.7372,49.83353],[5.74581,49.82435],[5.74159,49.82126],[5.75094,49.79094],[5.76517,49.78961],[5.78626,49.79079],[5.82073,49.74878],[5.82489,49.73767],[5.82191,49.72128],[5.84325,49.71822],[5.86481,49.72331],[5.8757,49.71118],[5.85628,49.68211],[5.85656,49.67628],[5.89934,49.66239],[5.89998,49.63907],[5.88182,49.63815],[5.8694,49.6106],[5.84565,49.5981],[5.84712,49.58961],[5.8511,49.58379],[5.86289,49.58525],[5.86866,49.587],[5.85943,49.57158],[5.8052,49.54272],[5.81625,49.53325],[5.83562,49.54114],[5.84308,49.53081],[5.83187,49.52639],[5.83641,49.51817],[5.84828,49.51397],[5.84897,49.50826],[5.86332,49.50006],[5.89033,49.4948],[5.91578,49.49835],[5.9616,49.49026],[5.96891,49.48202],[5.97232,49.46087],[5.97773,49.45955],[5.97657,49.44885],[5.99412,49.45301],[6.01574,49.44885],[6.02154,49.45127],[6.02529,49.44703],[6.04421,49.44553],[6.05222,49.46028],[6.05917,49.46306],[6.07722,49.46139],[6.08167,49.45417],[6.10483,49.45076],[6.1014,49.46726],[6.12725,49.47081],[6.12937,49.48803],[6.14018,49.48525],[6.1671,49.49006],[6.16086,49.50085],[6.17337,49.50577],[6.19669,49.50331],[6.24133,49.50693],[6.27191,49.49995],[6.28789,49.48379],[6.29503,49.47928],[6.32189,49.47244],[6.3334,49.46493],[6.37056,49.45732],[6.37076,49.50545],[6.35932,49.52481],[6.35855,49.53296],[6.38009,49.54856],[6.3849,49.55817],[6.35791,49.57166],[6.36909,49.5783],[6.38119,49.57509],[6.38443,49.5801],[6.37551,49.58809],[6.37941,49.59526],[6.39898,49.60094],[6.42178,49.61809],[6.44251,49.65591],[6.4399,49.66025],[6.42714,49.66237],[6.5046,49.71227],[6.50788,49.71215],[6.50712,49.71655],[6.49558,49.72443],[6.49891,49.72639],[6.50479,49.725],[6.51176,49.72016],[6.51642,49.72129],[6.51809,49.7242],[6.50727,49.72938],[6.50263,49.73298],[6.50373,49.75086],[6.52052,49.76134],[6.52056,49.76818],[6.51105,49.77422],[6.51917,49.78344],[6.50622,49.78899],[6.53083,49.80116],[6.53225,49.80686],[6.52981,49.81048],[6.5196,49.81446],[6.51485,49.80513],[6.51155,49.80238],[6.50669,49.80993],[6.49681,49.81277],[6.47057,49.82385],[6.46454,49.81975],[6.45366,49.81275],[6.44344,49.81233],[6.44161,49.81547],[6.43097,49.81129],[6.42807,49.81186],[6.42643,49.81629],[6.4022,49.82098],[6.36465,49.85164],[6.33937,49.8507],[6.33656,49.83998],[6.32741,49.83673],[6.32158,49.8409],[6.32361,49.85188],[6.31465,49.86057],[6.31532,49.8673],[6.30989,49.87107],[6.2977,49.86673],[6.29166,49.87548],[6.28113,49.87957],[6.27646,49.87725],[6.26301,49.88101],[6.25781,49.88724],[6.24692,49.89535],[6.23381,49.90028],[6.23229,49.9072],[6.22769,49.91062],[6.23187,49.91064],[6.23603,49.91355],[6.22986,49.92125],[6.21913,49.92354],[6.22635,49.92766],[6.22824,49.93726],[6.22044,49.94369],[6.22502,49.95039],[6.21269,49.9514],[6.20707,49.95672],[6.19978,49.95352],[6.19277,49.97158],[6.18331,49.9686],[6.17983,49.96307],[6.18339,49.9548],[6.17995,49.95386],[6.1763,49.962],[6.17151,49.96298],[6.16549,49.97115],[6.17035,49.98376],[6.17348,49.98344],[6.17305,49.98589],[6.15625,49.98867],[6.15023,49.99518],[6.14218,49.99535],[6.13852,49.99829],[6.13966,49.9994],[6.14546,49.99689],[6.1517,50.01058],[6.13934,50.01116],[6.13024,50.01819],[6.13138,50.01905],[6.13594,50.01485],[6.13868,50.01572],[6.14821,50.02307],[6.13034,50.02975],[6.13661,50.04178],[6.12361,50.06323],[6.11563,50.05817],[6.11444,50.06139],[6.12117,50.064],[6.13186,50.07348],[6.12634,50.07817],[6.12194,50.09059],[6.13547,50.09119],[6.13108,50.09964],[6.13808,50.10263],[6.13555,50.11899],[6.14093,50.1305],[6.12369,50.13719],[6.11323,50.13739],[6.1277,50.14993],[6.1201,50.15594],[6.1225,50.16437],[6.10176,50.17199],[6.07824,50.17255],[6.07668,50.15913],[6.06069,50.15536],[6.03318,50.16395],[6.02627,50.18496],[5.96175,50.17631]]],"terms_url":"https://data.public.lu/en/datasets/plan-cadastral-numerise-pcn-webservices-wms-et-wmts","terms_text":"Administration du Cadastre et de la Topographie","icon":"https://www.geoportail.lu/static/img/lion.png"},{"id":"Calaveras_CA_2022","name":"Calaveras County Orthoimagery (2022)","type":"tms","template":"https://gisportal.calaverascounty.gov/image/rest/services/CC_Aug2022_Cache/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-120.93863,38.0883],[-120.65316,37.83286],[-120.64289,37.84152],[-120.63342,37.86085],[-120.59963,37.8788],[-120.59765,37.88824],[-120.58644,37.89615],[-120.56867,37.8946],[-120.56205,37.9141],[-120.54329,37.91982],[-120.53785,37.92597],[-120.53998,37.93616],[-120.53475,37.94475],[-120.51532,37.95114],[-120.52525,37.99398],[-120.50155,37.99129],[-120.49909,38.00811],[-120.46483,38.00861],[-120.43998,38.05969],[-120.43236,38.05926],[-120.42548,38.07309],[-120.41333,38.0829],[-120.40885,38.10273],[-120.38727,38.11559],[-120.38348,38.12668],[-120.37857,38.13029],[-120.37845,38.13555],[-120.37275,38.1365],[-120.37083,38.13906],[-120.37391,38.14489],[-120.37023,38.15154],[-120.35758,38.15427],[-120.35769,38.15846],[-120.36036,38.16077],[-120.35561,38.16371],[-120.35374,38.16371],[-120.34984,38.1703],[-120.34456,38.17022],[-120.34002,38.17233],[-120.33751,38.17806],[-120.33543,38.18498],[-120.33197,38.18865],[-120.33016,38.19523],[-120.326,38.19636],[-120.32527,38.19951],[-120.32247,38.20089],[-120.30164,38.22978],[-120.29201,38.23332],[-120.28939,38.24674],[-120.27258,38.25948],[-120.27274,38.26648],[-120.27039,38.27094],[-120.26591,38.27232],[-120.2607,38.27758],[-120.25542,38.28667],[-120.252,38.28701],[-120.24026,38.29489],[-120.2369,38.29857],[-120.23708,38.30205],[-120.23458,38.30364],[-120.2342,38.30616],[-120.23201,38.30679],[-120.22881,38.31429],[-120.22644,38.31471],[-120.22366,38.31877],[-120.21371,38.32306],[-120.20543,38.32922],[-120.17645,38.37125],[-120.15392,38.38673],[-120.12051,38.39965],[-120.08787,38.4034],[-120.07749,38.41086],[-120.03989,38.42611],[-120.02969,38.42469],[-120.01795,38.43568],[-120.05352,38.4555],[-120.07255,38.44722],[-120.07249,38.50987],[-120.12892,38.49716],[-120.21677,38.49795],[-120.22713,38.49047],[-120.23554,38.48974],[-120.24143,38.48504],[-120.24645,38.486],[-120.24749,38.48682],[-120.2528,38.48715],[-120.25366,38.48774],[-120.26092,38.48616],[-120.26272,38.48326],[-120.26363,38.48253],[-120.26488,38.4828],[-120.26939,38.47762],[-120.27267,38.47787],[-120.27563,38.47594],[-120.28343,38.47534],[-120.28599,38.47668],[-120.29482,38.47722],[-120.29795,38.4754],[-120.30094,38.4745],[-120.30451,38.47206],[-120.30603,38.47235],[-120.3201,38.47074],[-120.32175,38.46884],[-120.3308,38.46518],[-120.3332,38.46536],[-120.33805,38.46749],[-120.3512,38.46624],[-120.35296,38.46544],[-120.36356,38.46678],[-120.37133,38.46471],[-120.37642,38.46246],[-120.38464,38.46216],[-120.39099,38.46743],[-120.40012,38.46651],[-120.4124,38.47056],[-120.41619,38.47366],[-120.42297,38.47336],[-120.44357,38.462],[-120.44816,38.45288],[-120.48443,38.4458],[-120.49564,38.44944],[-120.50503,38.444],[-120.50727,38.43823],[-120.52051,38.42657],[-120.52366,38.4228],[-120.52782,38.42251],[-120.53033,38.41887],[-120.5377,38.41854],[-120.54058,38.42289],[-120.57207,38.41339],[-120.57448,38.40177],[-120.60848,38.39779],[-120.61509,38.3893],[-120.61734,38.37846],[-120.62022,38.35729],[-120.62822,38.35586],[-120.63191,38.34607],[-120.63287,38.33987],[-120.63885,38.34092],[-120.65929,38.33169],[-120.67434,38.33112],[-120.69932,38.31839],[-120.73829,38.30813],[-120.75131,38.29695],[-120.75361,38.29108],[-120.80613,38.2902],[-120.84894,38.25941],[-120.85694,38.24754],[-120.87924,38.24084],[-120.89424,38.22],[-120.91666,38.22964],[-120.95461,38.22012],[-120.99556,38.22528],[-120.93863,38.0883]]],"terms_url":"https://www.calaverasgov.us/","terms_text":"Calaveras County","description":"2022 3 inch resolution imagery for Calaveras County in the State of California","icon":"https://www.calaverasgov.us/portals/0/Images/County%20Seal.png"},{"id":"osm-cambodia_laos_thailand_vietnam-bilingual","name":"Cambodia, Laos, Thailand, Vietnam, Malaysia, Myanmar bilingual","type":"tms","template":"https://{switch:a,b,c,d}.tile.osm-tools.org/osm/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[0,20],"polygon":[[[92.10238,20.81356],[93.89281,15.93987],[97.6721,8.05888],[100.46263,3.23889],[103.22569,1.12568],[109.49889,1.9219],[110.4547,0.90049],[111.67418,1.01583],[112.24547,1.5101],[112.96507,1.5705],[113.54186,1.25748],[114.5526,1.5101],[115.50841,3.02498],[115.86546,4.34606],[117.25523,4.36249],[118.12315,4.05023],[119.6173,5.28754],[117.14537,7.46562],[107.43895,18.85398],[108.19735,21.36197],[106.81857,22.84801],[105.36288,23.33311],[101.79232,22.48305],[100.36959,21.50514],[99.52364,22.95934],[98.82052,24.16272],[97.96359,24.04238],[97.67794,24.75774],[98.74362,25.87992],[98.73812,27.51405],[97.58456,28.5806],[96.75509,27.52867],[95.19503,26.70727],[94.1733,23.92695],[93.56905,24.09755],[92.10238,20.81356]]],"terms_url":"https://www.osm-tools.org","terms_text":"© osm-tools.org & OpenStreetMap contributors, CC-BY-SA"},{"id":"canaan_drone_red_cross_201712","name":"Canaan - American Red Cross, Dec-2017","type":"tms","template":"https://tiles.openaerialmap.org/5ac65a9f91b5310010e0d489/0/5ac65a9f91b5310010e0d48a/{zoom}/{x}/{y}.png","category":"photo","endDate":"2017-12-20T00:00:00.000Z","startDate":"2017-12-11T00:00:00.000Z","zoomExtent":[12,21],"polygon":[[[-72.26734,18.63561],[-72.2636,18.6373],[-72.26116,18.64141],[-72.25983,18.64588],[-72.25811,18.64742],[-72.24502,18.64795],[-72.23433,18.64807],[-72.22734,18.6482],[-72.21953,18.65438],[-72.2161,18.65446],[-72.21584,18.66222],[-72.21725,18.66739],[-72.21889,18.67019],[-72.22309,18.66958],[-72.22343,18.67312],[-72.22502,18.6732],[-72.22545,18.67609],[-72.23288,18.67597],[-72.23339,18.67877],[-72.23674,18.67857],[-72.23854,18.67975],[-72.24,18.68129],[-72.24463,18.68207],[-72.24682,18.6817],[-72.24605,18.67698],[-72.25094,18.67698],[-72.25511,18.67902],[-72.25961,18.67898],[-72.26081,18.67743],[-72.27038,18.67711],[-72.27901,18.67682],[-72.28373,18.67893],[-72.28613,18.68154],[-72.29665,18.68178],[-72.30184,18.68568],[-72.3012,18.68824],[-72.30802,18.69324],[-72.30948,18.69308],[-72.31699,18.69682],[-72.32806,18.70528],[-72.3384,18.69902],[-72.34012,18.69666],[-72.33961,18.69426],[-72.33377,18.68357],[-72.33135,18.68192],[-72.32551,18.68093],[-72.32027,18.67741],[-72.31626,18.67477],[-72.31167,18.672],[-72.308,18.66995],[-72.30534,18.66926],[-72.30068,18.66499],[-72.29796,18.66479],[-72.29609,18.66129],[-72.29315,18.65999],[-72.29519,18.65497],[-72.28414,18.64962],[-72.27804,18.64523],[-72.27487,18.64212],[-72.27352,18.64057],[-72.2706,18.63901],[-72.26734,18.63561]]],"terms_url":"http://americanredcross.github.io/","terms_text":"American Red Cross","description":"Drone imagery collected December 2017 for Canaan, Haiti by American Red Cross in coordination with the Haitian Red Cross."},{"id":"Geneve-dsm-2014","name":"Canton de Génève, MNA RELIEF OMBRE SURFACE 2014 (SITG)","type":"wms","template":"https://raster.sitg.ge.ch/arcgis/services/MNA_RELIEF_SURFACE_COLLECTION/MapServer/WMSServer?LAYERS=3&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[5.6703,46.2143],[5.6805,46.0223],[5.6805,46.0223],[5.7294,45.9575],[6.3702,45.9234],[6.4452,45.9382],[6.5509,46.0711],[6.577,46.3643],[6.5293,46.4609],[6.2941,46.57],[6.1123,46.5677],[5.6703,46.2143]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-dsm-2017","name":"Canton de Génève, MNA RELIEF OMBRE SURFACE 2017 (SITG)","type":"wms","template":"https://raster.sitg.ge.ch/arcgis/services/MNA_RELIEF_SURFACE_COLLECTION/MapServer/WMSServer?LAYERS=4&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[5.94647,46.13746],[5.94712,46.12266],[5.9745,46.12267],[5.97656,46.12702],[5.98823,46.12742],[5.99547,46.13548],[6.0202,46.13352],[6.02532,46.12789],[6.04248,46.12789],[6.05004,46.13553],[6.05758,46.13597],[6.05773,46.14351],[6.06068,46.14593],[6.06446,46.14263],[6.08989,46.14308],[6.09604,46.13835],[6.14341,46.13407],[6.14946,46.13941],[6.15715,46.14025],[6.15897,46.14555],[6.17225,46.14786],[6.18277,46.15549],[6.19285,46.15831],[6.19629,46.16164],[6.19759,46.17347],[6.21208,46.18018],[6.21484,46.18734],[6.22513,46.18921],[6.24158,46.19855],[6.25946,46.20014],[6.27118,46.20702],[6.28967,46.21107],[6.29211,46.2171],[6.30272,46.21725],[6.31782,46.24197],[6.31988,46.2624],[6.30797,46.26423],[6.30478,46.27095],[6.2877,46.27096],[6.28212,46.27048],[6.27928,46.26539],[6.26746,46.2609],[6.26564,46.26477],[6.25978,46.26578],[6.25808,46.27143],[6.25194,46.27578],[6.25429,46.28057],[6.26152,46.28332],[6.26152,46.29805],[6.25825,46.30133],[6.25808,46.30803],[6.25328,46.31135],[6.23612,46.31135],[6.22778,46.2955],[6.21895,46.29044],[6.21033,46.27903],[6.20208,46.27188],[6.19286,46.27095],[6.19047,46.26619],[6.18599,46.26477],[6.18086,46.23638],[6.16951,46.22627],[6.16698,46.21972],[6.16217,46.21899],[6.15921,46.23076],[6.16082,46.24855],[6.17912,46.26763],[6.17857,46.29069],[6.18667,46.2952],[6.19318,46.30671],[6.19972,46.30946],[6.19964,46.31658],[6.20521,46.31706],[6.20864,46.32132],[6.21688,46.34403],[6.21758,46.36051],[6.20727,46.3639],[6.1933,46.36413],[6.18942,46.37194],[6.15784,46.371],[6.14972,46.36042],[6.14479,46.35964],[6.13833,46.34961],[6.12626,46.34166],[6.12181,46.33226],[6.11664,46.33125],[6.11586,46.32683],[6.11115,46.3251],[6.11123,46.31658],[6.10085,46.31658],[6.09634,46.31036],[6.08643,46.3085],[6.07803,46.2972],[6.06926,46.29662],[6.06127,46.2899],[6.05622,46.28949],[6.04454,46.28188],[6.03964,46.2749],[6.03081,46.2719],[6.02728,46.26637],[6.01708,46.2624],[6.00943,46.25401],[5.99648,46.24766],[5.99495,46.23969],[5.98618,46.23911],[5.98367,46.23194],[5.97725,46.23103],[5.97656,46.16963],[5.96695,46.16971],[5.95391,46.15118],[5.95343,46.14104],[5.94647,46.13746]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-dsm-2019","name":"Canton de Génève, MNA RELIEF OMBRE SURFACE 2019 (SITG)","type":"wms","template":"https://raster.sitg.ge.ch/arcgis/services/MNA_RELIEF_SURFACE_COLLECTION/MapServer/WMSServer?LAYERS=5&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[5.94647,46.13746],[5.94712,46.12266],[5.9745,46.12267],[5.97656,46.12702],[5.98823,46.12742],[5.99547,46.13548],[6.0202,46.13352],[6.02532,46.12789],[6.04248,46.12789],[6.05004,46.13553],[6.05758,46.13597],[6.05773,46.14351],[6.06068,46.14593],[6.06446,46.14263],[6.08989,46.14308],[6.09604,46.13835],[6.14341,46.13407],[6.14946,46.13941],[6.15715,46.14025],[6.15897,46.14555],[6.17225,46.14786],[6.18277,46.15549],[6.19285,46.15831],[6.19629,46.16164],[6.19759,46.17347],[6.21208,46.18018],[6.21484,46.18734],[6.22513,46.18921],[6.24158,46.19855],[6.25946,46.20014],[6.27118,46.20702],[6.28967,46.21107],[6.29211,46.2171],[6.30272,46.21725],[6.31782,46.24197],[6.31988,46.2624],[6.30797,46.26423],[6.30478,46.27095],[6.2877,46.27096],[6.28212,46.27048],[6.27928,46.26539],[6.26746,46.2609],[6.26564,46.26477],[6.25978,46.26578],[6.25808,46.27143],[6.25194,46.27578],[6.25429,46.28057],[6.26152,46.28332],[6.26152,46.29805],[6.25825,46.30133],[6.25808,46.30803],[6.25328,46.31135],[6.23612,46.31135],[6.22778,46.2955],[6.21895,46.29044],[6.21033,46.27903],[6.20208,46.27188],[6.19286,46.27095],[6.19047,46.26619],[6.18599,46.26477],[6.18086,46.23638],[6.16951,46.22627],[6.16698,46.21972],[6.16217,46.21899],[6.15921,46.23076],[6.16082,46.24855],[6.17912,46.26763],[6.17857,46.29069],[6.18667,46.2952],[6.19318,46.30671],[6.19972,46.30946],[6.19964,46.31658],[6.20521,46.31706],[6.20864,46.32132],[6.21688,46.34403],[6.21758,46.36051],[6.20727,46.3639],[6.1933,46.36413],[6.18942,46.37194],[6.15784,46.371],[6.14972,46.36042],[6.14479,46.35964],[6.13833,46.34961],[6.12626,46.34166],[6.12181,46.33226],[6.11664,46.33125],[6.11586,46.32683],[6.11115,46.3251],[6.11123,46.31658],[6.10085,46.31658],[6.09634,46.31036],[6.08643,46.3085],[6.07803,46.2972],[6.06926,46.29662],[6.06127,46.2899],[6.05622,46.28949],[6.04454,46.28188],[6.03964,46.2749],[6.03081,46.2719],[6.02728,46.26637],[6.01708,46.2624],[6.00943,46.25401],[5.99648,46.24766],[5.99495,46.23969],[5.98618,46.23911],[5.98367,46.23194],[5.97725,46.23103],[5.97656,46.16963],[5.96695,46.16971],[5.95391,46.15118],[5.95343,46.14104],[5.94647,46.13746]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-dsm-2023","name":"Canton de Génève, MNA RELIEF OMBRE SURFACE 2023 (SITG)","type":"wms","template":"https://raster.sitg.ge.ch/arcgis/services/MNA_RELIEF_SURFACE_COLLECTION/MapServer/WMSServer?LAYERS=6&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[5.94647,46.13746],[5.94712,46.12266],[5.9745,46.12267],[5.97656,46.12702],[5.98823,46.12742],[5.99547,46.13548],[6.0202,46.13352],[6.02532,46.12789],[6.04248,46.12789],[6.05004,46.13553],[6.05758,46.13597],[6.05773,46.14351],[6.06068,46.14593],[6.06446,46.14263],[6.08989,46.14308],[6.09604,46.13835],[6.14341,46.13407],[6.14946,46.13941],[6.15715,46.14025],[6.15897,46.14555],[6.17225,46.14786],[6.18277,46.15549],[6.19285,46.15831],[6.19629,46.16164],[6.19759,46.17347],[6.21208,46.18018],[6.21484,46.18734],[6.22513,46.18921],[6.24158,46.19855],[6.25946,46.20014],[6.27118,46.20702],[6.28967,46.21107],[6.29211,46.2171],[6.30272,46.21725],[6.31782,46.24197],[6.31988,46.2624],[6.30797,46.26423],[6.30478,46.27095],[6.2877,46.27096],[6.28212,46.27048],[6.27928,46.26539],[6.26746,46.2609],[6.26564,46.26477],[6.25978,46.26578],[6.25808,46.27143],[6.25194,46.27578],[6.25429,46.28057],[6.26152,46.28332],[6.26152,46.29805],[6.25825,46.30133],[6.25808,46.30803],[6.25328,46.31135],[6.23612,46.31135],[6.22778,46.2955],[6.21895,46.29044],[6.21033,46.27903],[6.20208,46.27188],[6.19286,46.27095],[6.19047,46.26619],[6.18599,46.26477],[6.18086,46.23638],[6.16951,46.22627],[6.16698,46.21972],[6.16217,46.21899],[6.15921,46.23076],[6.16082,46.24855],[6.17912,46.26763],[6.17857,46.29069],[6.18667,46.2952],[6.19318,46.30671],[6.19972,46.30946],[6.19964,46.31658],[6.20521,46.31706],[6.20864,46.32132],[6.21688,46.34403],[6.21758,46.36051],[6.20727,46.3639],[6.1933,46.36413],[6.18942,46.37194],[6.15784,46.371],[6.14972,46.36042],[6.14479,46.35964],[6.13833,46.34961],[6.12626,46.34166],[6.12181,46.33226],[6.11664,46.33125],[6.11586,46.32683],[6.11115,46.3251],[6.11123,46.31658],[6.10085,46.31658],[6.09634,46.31036],[6.08643,46.3085],[6.07803,46.2972],[6.06926,46.29662],[6.06127,46.2899],[6.05622,46.28949],[6.04454,46.28188],[6.03964,46.2749],[6.03081,46.2719],[6.02728,46.26637],[6.01708,46.2624],[6.00943,46.25401],[5.99648,46.24766],[5.99495,46.23969],[5.98618,46.23911],[5.98367,46.23194],[5.97725,46.23103],[5.97656,46.16963],[5.96695,46.16971],[5.95391,46.15118],[5.95343,46.14104],[5.94647,46.13746]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-dtm-2014","name":"Canton de Génève, MNA RELIEF OMBRE TERRAIN 2014 (SITG)","type":"wms","template":"https://raster.sitg.ge.ch/arcgis/services/MNA_RELIEF_TERRAIN_COLLECTION/MapServer/WMSServer?LAYERS=3&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[6.12,46.12],[6.16,46.12],[6.16,46.14],[6.2,46.14],[6.2,46.16],[6.22,46.16],[6.22,46.18],[6.26,46.18],[6.26,46.2],[6.3,46.2],[6.3,46.22],[6.32,46.22],[6.32,46.28],[6.26,46.28],[6.26,46.36],[6.22,46.36],[6.22,46.38],[6.16,46.38],[6.16,46.32],[6.14,46.32],[6.14,46.34],[6.1,46.34],[6.1,46.3],[6.08,46.3],[6.08,46.26],[6.02,46.26],[6.02,46.24],[5.96,46.24],[5.96,46.22],[5.94,46.22],[5.94,46.18],[5.96,46.18],[5.96,46.16],[5.94,46.16],[5.94,46.12],[6.06,46.12],[6.06,46.14],[6.08,46.14],[6.08,46.12],[6.12,46.12]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-dtm-2017","name":"Canton de Génève, MNA RELIEF OMBRE TERRAIN 2017 (SITG)","type":"wms","template":"https://raster.sitg.ge.ch/arcgis/services/MNA_RELIEF_TERRAIN_COLLECTION/MapServer/WMSServer?LAYERS=4&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[5.94647,46.13746],[5.94712,46.12266],[5.9745,46.12267],[5.97656,46.12702],[5.98823,46.12742],[5.99547,46.13548],[6.0202,46.13352],[6.02532,46.12789],[6.04248,46.12789],[6.05004,46.13553],[6.05758,46.13597],[6.05773,46.14351],[6.06068,46.14593],[6.06446,46.14263],[6.08989,46.14308],[6.09604,46.13835],[6.14341,46.13407],[6.14946,46.13941],[6.15715,46.14025],[6.15897,46.14555],[6.17225,46.14786],[6.18277,46.15549],[6.19285,46.15831],[6.19629,46.16164],[6.19759,46.17347],[6.21208,46.18018],[6.21484,46.18734],[6.22513,46.18921],[6.24158,46.19855],[6.25946,46.20014],[6.27118,46.20702],[6.28967,46.21107],[6.29211,46.2171],[6.30272,46.21725],[6.31782,46.24197],[6.31988,46.2624],[6.30797,46.26423],[6.30478,46.27095],[6.2877,46.27096],[6.28212,46.27048],[6.27928,46.26539],[6.26746,46.2609],[6.26564,46.26477],[6.25978,46.26578],[6.25808,46.27143],[6.25194,46.27578],[6.25429,46.28057],[6.26152,46.28332],[6.26152,46.29805],[6.25825,46.30133],[6.25808,46.30803],[6.25328,46.31135],[6.23612,46.31135],[6.22778,46.2955],[6.21895,46.29044],[6.21033,46.27903],[6.20208,46.27188],[6.19286,46.27095],[6.19047,46.26619],[6.18599,46.26477],[6.18086,46.23638],[6.16951,46.22627],[6.16698,46.21972],[6.16217,46.21899],[6.15921,46.23076],[6.16082,46.24855],[6.17912,46.26763],[6.17857,46.29069],[6.18667,46.2952],[6.19318,46.30671],[6.19972,46.30946],[6.19964,46.31658],[6.20521,46.31706],[6.20864,46.32132],[6.21688,46.34403],[6.21758,46.36051],[6.20727,46.3639],[6.1933,46.36413],[6.18942,46.37194],[6.15784,46.371],[6.14972,46.36042],[6.14479,46.35964],[6.13833,46.34961],[6.12626,46.34166],[6.12181,46.33226],[6.11664,46.33125],[6.11586,46.32683],[6.11115,46.3251],[6.11123,46.31658],[6.10085,46.31658],[6.09634,46.31036],[6.08643,46.3085],[6.07803,46.2972],[6.06926,46.29662],[6.06127,46.2899],[6.05622,46.28949],[6.04454,46.28188],[6.03964,46.2749],[6.03081,46.2719],[6.02728,46.26637],[6.01708,46.2624],[6.00943,46.25401],[5.99648,46.24766],[5.99495,46.23969],[5.98618,46.23911],[5.98367,46.23194],[5.97725,46.23103],[5.97656,46.16963],[5.96695,46.16971],[5.95391,46.15118],[5.95343,46.14104],[5.94647,46.13746]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-dtm-2019","name":"Canton de Génève, MNA RELIEF OMBRE TERRAIN 2019 (SITG)","type":"wms","template":"https://raster.sitg.ge.ch/arcgis/services/MNA_RELIEF_TERRAIN_COLLECTION/MapServer/WMSServer?LAYERS=5&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[5.94647,46.13746],[5.94712,46.12266],[5.9745,46.12267],[5.97656,46.12702],[5.98823,46.12742],[5.99547,46.13548],[6.0202,46.13352],[6.02532,46.12789],[6.04248,46.12789],[6.05004,46.13553],[6.05758,46.13597],[6.05773,46.14351],[6.06068,46.14593],[6.06446,46.14263],[6.08989,46.14308],[6.09604,46.13835],[6.14341,46.13407],[6.14946,46.13941],[6.15715,46.14025],[6.15897,46.14555],[6.17225,46.14786],[6.18277,46.15549],[6.19285,46.15831],[6.19629,46.16164],[6.19759,46.17347],[6.21208,46.18018],[6.21484,46.18734],[6.22513,46.18921],[6.24158,46.19855],[6.25946,46.20014],[6.27118,46.20702],[6.28967,46.21107],[6.29211,46.2171],[6.30272,46.21725],[6.31782,46.24197],[6.31988,46.2624],[6.30797,46.26423],[6.30478,46.27095],[6.2877,46.27096],[6.28212,46.27048],[6.27928,46.26539],[6.26746,46.2609],[6.26564,46.26477],[6.25978,46.26578],[6.25808,46.27143],[6.25194,46.27578],[6.25429,46.28057],[6.26152,46.28332],[6.26152,46.29805],[6.25825,46.30133],[6.25808,46.30803],[6.25328,46.31135],[6.23612,46.31135],[6.22778,46.2955],[6.21895,46.29044],[6.21033,46.27903],[6.20208,46.27188],[6.19286,46.27095],[6.19047,46.26619],[6.18599,46.26477],[6.18086,46.23638],[6.16951,46.22627],[6.16698,46.21972],[6.16217,46.21899],[6.15921,46.23076],[6.16082,46.24855],[6.17912,46.26763],[6.17857,46.29069],[6.18667,46.2952],[6.19318,46.30671],[6.19972,46.30946],[6.19964,46.31658],[6.20521,46.31706],[6.20864,46.32132],[6.21688,46.34403],[6.21758,46.36051],[6.20727,46.3639],[6.1933,46.36413],[6.18942,46.37194],[6.15784,46.371],[6.14972,46.36042],[6.14479,46.35964],[6.13833,46.34961],[6.12626,46.34166],[6.12181,46.33226],[6.11664,46.33125],[6.11586,46.32683],[6.11115,46.3251],[6.11123,46.31658],[6.10085,46.31658],[6.09634,46.31036],[6.08643,46.3085],[6.07803,46.2972],[6.06926,46.29662],[6.06127,46.2899],[6.05622,46.28949],[6.04454,46.28188],[6.03964,46.2749],[6.03081,46.2719],[6.02728,46.26637],[6.01708,46.2624],[6.00943,46.25401],[5.99648,46.24766],[5.99495,46.23969],[5.98618,46.23911],[5.98367,46.23194],[5.97725,46.23103],[5.97656,46.16963],[5.96695,46.16971],[5.95391,46.15118],[5.95343,46.14104],[5.94647,46.13746]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-dtm-2023","name":"Canton de Génève, MNA RELIEF OMBRE TERRAIN 2023 (SITG)","type":"wms","template":"https://raster.sitg.ge.ch/arcgis/services/MNA_RELIEF_TERRAIN_COLLECTION/MapServer/WMSServer?LAYERS=6&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[5.94647,46.13746],[5.94712,46.12266],[5.9745,46.12267],[5.97656,46.12702],[5.98823,46.12742],[5.99547,46.13548],[6.0202,46.13352],[6.02532,46.12789],[6.04248,46.12789],[6.05004,46.13553],[6.05758,46.13597],[6.05773,46.14351],[6.06068,46.14593],[6.06446,46.14263],[6.08989,46.14308],[6.09604,46.13835],[6.14341,46.13407],[6.14946,46.13941],[6.15715,46.14025],[6.15897,46.14555],[6.17225,46.14786],[6.18277,46.15549],[6.19285,46.15831],[6.19629,46.16164],[6.19759,46.17347],[6.21208,46.18018],[6.21484,46.18734],[6.22513,46.18921],[6.24158,46.19855],[6.25946,46.20014],[6.27118,46.20702],[6.28967,46.21107],[6.29211,46.2171],[6.30272,46.21725],[6.31782,46.24197],[6.31988,46.2624],[6.30797,46.26423],[6.30478,46.27095],[6.2877,46.27096],[6.28212,46.27048],[6.27928,46.26539],[6.26746,46.2609],[6.26564,46.26477],[6.25978,46.26578],[6.25808,46.27143],[6.25194,46.27578],[6.25429,46.28057],[6.26152,46.28332],[6.26152,46.29805],[6.25825,46.30133],[6.25808,46.30803],[6.25328,46.31135],[6.23612,46.31135],[6.22778,46.2955],[6.21895,46.29044],[6.21033,46.27903],[6.20208,46.27188],[6.19286,46.27095],[6.19047,46.26619],[6.18599,46.26477],[6.18086,46.23638],[6.16951,46.22627],[6.16698,46.21972],[6.16217,46.21899],[6.15921,46.23076],[6.16082,46.24855],[6.17912,46.26763],[6.17857,46.29069],[6.18667,46.2952],[6.19318,46.30671],[6.19972,46.30946],[6.19964,46.31658],[6.20521,46.31706],[6.20864,46.32132],[6.21688,46.34403],[6.21758,46.36051],[6.20727,46.3639],[6.1933,46.36413],[6.18942,46.37194],[6.15784,46.371],[6.14972,46.36042],[6.14479,46.35964],[6.13833,46.34961],[6.12626,46.34166],[6.12181,46.33226],[6.11664,46.33125],[6.11586,46.32683],[6.11115,46.3251],[6.11123,46.31658],[6.10085,46.31658],[6.09634,46.31036],[6.08643,46.3085],[6.07803,46.2972],[6.06926,46.29662],[6.06127,46.2899],[6.05622,46.28949],[6.04454,46.28188],[6.03964,46.2749],[6.03081,46.2719],[6.02728,46.26637],[6.01708,46.2624],[6.00943,46.25401],[5.99648,46.24766],[5.99495,46.23969],[5.98618,46.23911],[5.98367,46.23194],[5.97725,46.23103],[5.97656,46.16963],[5.96695,46.16971],[5.95391,46.15118],[5.95343,46.14104],[5.94647,46.13746]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-orthophoto-2016","name":"Canton de Génève, Orthophoto 2016 (5cm) (SITG)","type":"tms","template":"https://raster.sitg.ge.ch/arcgis/rest/services/ORTHOPHOTOS_2016_EPSG3857/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[5,22],"polygon":[[[6.12,46.12],[6.16,46.12],[6.16,46.14],[6.2,46.14],[6.2,46.16],[6.22,46.16],[6.22,46.18],[6.26,46.18],[6.26,46.2],[6.3,46.2],[6.3,46.22],[6.32,46.22],[6.32,46.28],[6.26,46.28],[6.26,46.36],[6.22,46.36],[6.22,46.38],[6.16,46.38],[6.16,46.32],[6.14,46.32],[6.14,46.34],[6.1,46.34],[6.1,46.3],[6.08,46.3],[6.08,46.26],[6.02,46.26],[6.02,46.24],[5.96,46.24],[5.96,46.22],[5.94,46.22],[5.94,46.18],[5.96,46.18],[5.96,46.16],[5.94,46.16],[5.94,46.12],[6.06,46.12],[6.06,46.14],[6.08,46.14],[6.08,46.12],[6.12,46.12]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-orthophoto-2018","name":"Canton de Génève, Orthophoto 2018 (20cm) (SITG)","type":"tms","template":"https://raster.sitg.ge.ch/arcgis/rest/services/ORTHOPHOTOS_2018_EPSG3857/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[5.6703,46.2143],[5.6805,46.0223],[5.6805,46.0223],[5.7294,45.9575],[6.3702,45.9234],[6.4452,45.9382],[6.5509,46.0711],[6.577,46.3643],[6.5293,46.4609],[6.2941,46.57],[6.1123,46.5677],[5.6703,46.2143]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-orthophoto-2019","name":"Canton de Génève, Orthophoto 2019 (5cm) (SITG)","type":"tms","template":"https://raster.sitg.ge.ch/arcgis/rest/services/ORTHOPHOTOS_2019_EPSG3857/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[6.12,46.12],[6.16,46.12],[6.16,46.14],[6.2,46.14],[6.2,46.16],[6.22,46.16],[6.22,46.18],[6.26,46.18],[6.26,46.2],[6.3,46.2],[6.3,46.22],[6.32,46.22],[6.32,46.28],[6.26,46.28],[6.26,46.36],[6.22,46.36],[6.22,46.38],[6.16,46.38],[6.16,46.32],[6.14,46.32],[6.14,46.34],[6.1,46.34],[6.1,46.3],[6.08,46.3],[6.08,46.26],[6.02,46.26],[6.02,46.24],[5.96,46.24],[5.96,46.22],[5.94,46.22],[5.94,46.18],[5.96,46.18],[5.96,46.16],[5.94,46.16],[5.94,46.12],[6.06,46.12],[6.06,46.14],[6.08,46.14],[6.08,46.12],[6.12,46.12]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-orthophoto-2020","name":"Canton de Génève, Orthophoto 2020 (10cm) (SITG)","type":"tms","template":"https://raster.sitg.ge.ch/arcgis/rest/services/ORTHOPHOTOS_2020_EPSG3857/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[6.09417,46.0687],[6.09499,46.06188],[6.12043,46.06238],[6.12043,46.07053],[6.13339,46.0707],[6.13242,46.07958],[6.15904,46.07986],[6.15876,46.07126],[6.18459,46.07216],[6.18617,46.06344],[6.22382,46.06423],[6.2245,46.04476],[6.2373,46.04543],[6.2383,46.02714],[6.25093,46.02764],[6.25044,46.01866],[6.31544,46.01968],[6.31544,46.00985],[6.32891,46.00985],[6.32891,45.9829],[6.31616,45.98254],[6.31689,45.96397],[6.32781,45.96543],[6.33004,45.94732],[6.355,45.94732],[6.3554,45.95683],[6.42,45.95802],[6.42,45.96674],[6.43308,45.96634],[6.43268,45.97704],[6.44576,45.97664],[6.44576,45.98576],[6.45765,45.98536],[6.45765,45.99369],[6.47112,45.99448],[6.46994,46.01152],[6.45686,46.01152],[6.45606,46.02975],[6.46994,46.03015],[6.47038,46.05689],[6.52159,46.05649],[6.52128,46.06618],[6.53381,46.06586],[6.53381,46.07427],[6.52174,46.07507],[6.52007,46.08274],[6.53365,46.08396],[6.53349,46.11968],[6.52047,46.12016],[6.52,46.12858],[6.48126,46.12826],[6.48142,46.11905],[6.46855,46.11921],[6.4689,46.10952],[6.37776,46.10975],[6.37776,46.13678],[6.36485,46.13655],[6.36413,46.1454],[6.35193,46.14492],[6.34978,46.17141],[6.36425,46.17244],[6.36256,46.22616],[6.3752,46.22765],[6.3752,46.23583],[6.38858,46.23471],[6.38821,46.24438],[6.45326,46.24438],[6.45289,46.25404],[6.46553,46.25441],[6.46553,46.26371],[6.49192,46.26408],[6.49289,46.28159],[6.50427,46.28174],[6.50495,46.29033],[6.51694,46.29124],[6.51785,46.30006],[6.52983,46.29983],[6.53029,46.30843],[6.54295,46.30956],[6.54273,46.32675],[6.5554,46.32743],[6.55517,46.3539],[6.5425,46.35435],[6.54228,46.36317],[6.52961,46.36272],[6.5288,46.37165],[6.51664,46.3722],[6.51557,46.39857],[6.52865,46.39893],[6.5281,46.4082],[6.51507,46.40782],[6.51495,46.43453],[6.50177,46.43453],[6.5019,46.44368],[6.46286,46.44307],[6.46286,46.43404],[6.41002,46.43487],[6.41039,46.44304],[6.39703,46.44267],[6.39628,46.46939],[6.3844,46.46939],[6.38403,46.47756],[6.36964,46.48757],[6.344,46.4902],[6.344,46.50566],[6.29172,46.50434],[6.2914,46.54116],[6.26477,46.54116],[6.26477,46.54905],[6.2263,46.54839],[6.22565,46.53952],[6.17436,46.53952],[6.1737,46.54806],[6.13491,46.54839],[6.13524,46.53886],[6.12209,46.53853],[6.12209,46.52965],[6.10861,46.52933],[6.1096,46.51092],[6.09645,46.51092],[6.09678,46.49349],[6.08395,46.49283],[6.08461,46.48429],[6.07146,46.48429],[6.07179,46.47541],[6.05831,46.47475],[6.05963,46.42064],[6.04627,46.42097],[6.04692,46.41152],[6.03356,46.41119],[6.03454,46.4024],[6.02118,46.40272],[6.02118,46.39327],[6.00874,46.39333],[6.00907,46.38459],[5.9957,46.38418],[5.99595,46.37495],[5.98299,46.37503],[5.98315,46.36604],[5.97022,46.3658],[5.97049,46.35705],[5.95753,46.35655],[5.95802,46.33864],[5.94522,46.33766],[5.9454,46.32083],[5.90566,46.31879],[5.90686,46.29354],[5.88204,46.2926],[5.88172,46.2838],[5.86821,46.28333],[5.86852,46.27484],[5.84275,46.27406],[5.84275,46.26495],[5.81698,46.26447],[5.81714,46.24672],[5.7657,46.24576],[5.76692,46.2372],[5.75273,46.23695],[5.75305,46.21032],[5.70243,46.20879],[5.70256,46.2],[5.68942,46.19987],[5.69018,46.17328],[5.70342,46.17304],[5.70329,46.16476],[5.729,46.1639],[5.73099,46.13773],[5.71692,46.13562],[5.71867,46.1131],[5.70566,46.10888],[5.70636,46.07475],[5.71938,46.07404],[5.72008,46.05575],[5.70636,46.05504],[5.70706,46.02056],[5.72149,46.02021],[5.72114,45.99382],[5.73486,45.99382],[5.73521,45.97482],[5.77392,45.97587],[5.77321,45.98467],[5.82493,45.98643],[5.82276,46.08426],[5.84926,46.08541],[5.84892,46.07666],[5.9133,46.07701],[5.91382,46.07024],[5.92685,46.0692],[5.92737,46.05253],[5.95237,46.05253],[5.95341,46.04211],[5.97894,46.04367],[5.97894,46.05148],[5.99248,46.05096],[5.99092,46.0619],[6.00394,46.0619],[6.00498,46.0692],[6.09417,46.0687]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-orthophoto-2021","name":"Canton de Génève, Orthophoto 2021 (20cm) (SITG)","type":"tms","template":"https://raster.sitg.ge.ch/arcgis/rest/services/ORTHOPHOTOS_2021_EPSG3857/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[6.09417,46.0687],[6.09499,46.06188],[6.12043,46.06238],[6.12043,46.07053],[6.13339,46.0707],[6.13242,46.07958],[6.15904,46.07986],[6.15876,46.07126],[6.18459,46.07216],[6.18617,46.06344],[6.22382,46.06423],[6.2245,46.04476],[6.2373,46.04543],[6.2383,46.02714],[6.25093,46.02764],[6.25044,46.01866],[6.31544,46.01968],[6.31544,46.00985],[6.32891,46.00985],[6.32891,45.9829],[6.31616,45.98254],[6.31689,45.96397],[6.32781,45.96543],[6.33004,45.94732],[6.355,45.94732],[6.3554,45.95683],[6.42,45.95802],[6.42,45.96674],[6.43308,45.96634],[6.43268,45.97704],[6.44576,45.97664],[6.44576,45.98576],[6.45765,45.98536],[6.45765,45.99369],[6.47112,45.99448],[6.46994,46.01152],[6.45686,46.01152],[6.45606,46.02975],[6.46994,46.03015],[6.47038,46.05689],[6.52159,46.05649],[6.52128,46.06618],[6.53381,46.06586],[6.53381,46.07427],[6.52174,46.07507],[6.52007,46.08274],[6.53365,46.08396],[6.53349,46.11968],[6.52047,46.12016],[6.52,46.12858],[6.48126,46.12826],[6.48142,46.11905],[6.46855,46.11921],[6.4689,46.10952],[6.37776,46.10975],[6.37776,46.13678],[6.36485,46.13655],[6.36413,46.1454],[6.35193,46.14492],[6.34978,46.17141],[6.36425,46.17244],[6.36256,46.22616],[6.3752,46.22765],[6.3752,46.23583],[6.38858,46.23471],[6.38821,46.24438],[6.45326,46.24438],[6.45289,46.25404],[6.46553,46.25441],[6.46553,46.26371],[6.49192,46.26408],[6.49289,46.28159],[6.50427,46.28174],[6.50495,46.29033],[6.51694,46.29124],[6.51785,46.30006],[6.52983,46.29983],[6.53029,46.30843],[6.54295,46.30956],[6.54273,46.32675],[6.5554,46.32743],[6.55517,46.3539],[6.5425,46.35435],[6.54228,46.36317],[6.52961,46.36272],[6.5288,46.37165],[6.51664,46.3722],[6.51557,46.39857],[6.52865,46.39893],[6.5281,46.4082],[6.51507,46.40782],[6.51495,46.43453],[6.50177,46.43453],[6.5019,46.44368],[6.46286,46.44307],[6.46286,46.43404],[6.41002,46.43487],[6.41039,46.44304],[6.39703,46.44267],[6.39628,46.46939],[6.3844,46.46939],[6.38403,46.47756],[6.36964,46.48757],[6.344,46.4902],[6.344,46.50566],[6.29172,46.50434],[6.2914,46.54116],[6.26477,46.54116],[6.26477,46.54905],[6.2263,46.54839],[6.22565,46.53952],[6.17436,46.53952],[6.1737,46.54806],[6.13491,46.54839],[6.13524,46.53886],[6.12209,46.53853],[6.12209,46.52965],[6.10861,46.52933],[6.1096,46.51092],[6.09645,46.51092],[6.09678,46.49349],[6.08395,46.49283],[6.08461,46.48429],[6.07146,46.48429],[6.07179,46.47541],[6.05831,46.47475],[6.05963,46.42064],[6.04627,46.42097],[6.04692,46.41152],[6.03356,46.41119],[6.03454,46.4024],[6.02118,46.40272],[6.02118,46.39327],[6.00874,46.39333],[6.00907,46.38459],[5.9957,46.38418],[5.99595,46.37495],[5.98299,46.37503],[5.98315,46.36604],[5.97022,46.3658],[5.97049,46.35705],[5.95753,46.35655],[5.95802,46.33864],[5.94522,46.33766],[5.9454,46.32083],[5.90566,46.31879],[5.90686,46.29354],[5.88204,46.2926],[5.88172,46.2838],[5.86821,46.28333],[5.86852,46.27484],[5.84275,46.27406],[5.84275,46.26495],[5.81698,46.26447],[5.81714,46.24672],[5.7657,46.24576],[5.76692,46.2372],[5.75273,46.23695],[5.75305,46.21032],[5.70243,46.20879],[5.70256,46.2],[5.68942,46.19987],[5.69018,46.17328],[5.70342,46.17304],[5.70329,46.16476],[5.729,46.1639],[5.73099,46.13773],[5.71692,46.13562],[5.71867,46.1131],[5.70566,46.10888],[5.70636,46.07475],[5.71938,46.07404],[5.72008,46.05575],[5.70636,46.05504],[5.70706,46.02056],[5.72149,46.02021],[5.72114,45.99382],[5.73486,45.99382],[5.73521,45.97482],[5.77392,45.97587],[5.77321,45.98467],[5.82493,45.98643],[5.82276,46.08426],[5.84926,46.08541],[5.84892,46.07666],[5.9133,46.07701],[5.91382,46.07024],[5.92685,46.0692],[5.92737,46.05253],[5.95237,46.05253],[5.95341,46.04211],[5.97894,46.04367],[5.97894,46.05148],[5.99248,46.05096],[5.99092,46.0619],[6.00394,46.0619],[6.00498,46.0692],[6.09417,46.0687]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"Geneve-orthophoto-2023","name":"Canton de Génève, Orthophoto 2023 (10cm) (SITG)","type":"tms","template":"https://raster.sitg.ge.ch/arcgis/rest/services/ORTHOPHOTOS_2023_EPSG3857/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[6.09417,46.0687],[6.09499,46.06188],[6.12043,46.06238],[6.12043,46.07053],[6.13339,46.0707],[6.13242,46.07958],[6.15904,46.07986],[6.15876,46.07126],[6.18459,46.07216],[6.18617,46.06344],[6.22382,46.06423],[6.2245,46.04476],[6.2373,46.04543],[6.2383,46.02714],[6.25093,46.02764],[6.25044,46.01866],[6.31544,46.01968],[6.31544,46.00985],[6.32891,46.00985],[6.32891,45.9829],[6.31616,45.98254],[6.31689,45.96397],[6.32781,45.96543],[6.33004,45.94732],[6.355,45.94732],[6.3554,45.95683],[6.42,45.95802],[6.42,45.96674],[6.43308,45.96634],[6.43268,45.97704],[6.44576,45.97664],[6.44576,45.98576],[6.45765,45.98536],[6.45765,45.99369],[6.47112,45.99448],[6.46994,46.01152],[6.45686,46.01152],[6.45606,46.02975],[6.46994,46.03015],[6.47038,46.05689],[6.52159,46.05649],[6.52128,46.06618],[6.53381,46.06586],[6.53381,46.07427],[6.52174,46.07507],[6.52007,46.08274],[6.53365,46.08396],[6.53349,46.11968],[6.52047,46.12016],[6.52,46.12858],[6.48126,46.12826],[6.48142,46.11905],[6.46855,46.11921],[6.4689,46.10952],[6.37776,46.10975],[6.37776,46.13678],[6.36485,46.13655],[6.36413,46.1454],[6.35193,46.14492],[6.34978,46.17141],[6.36425,46.17244],[6.36256,46.22616],[6.3752,46.22765],[6.3752,46.23583],[6.38858,46.23471],[6.38821,46.24438],[6.45326,46.24438],[6.45289,46.25404],[6.46553,46.25441],[6.46553,46.26371],[6.49192,46.26408],[6.49289,46.28159],[6.50427,46.28174],[6.50495,46.29033],[6.51694,46.29124],[6.51785,46.30006],[6.52983,46.29983],[6.53029,46.30843],[6.54295,46.30956],[6.54273,46.32675],[6.5554,46.32743],[6.55517,46.3539],[6.5425,46.35435],[6.54228,46.36317],[6.52961,46.36272],[6.5288,46.37165],[6.51664,46.3722],[6.51557,46.39857],[6.52865,46.39893],[6.5281,46.4082],[6.51507,46.40782],[6.51495,46.43453],[6.50177,46.43453],[6.5019,46.44368],[6.46286,46.44307],[6.46286,46.43404],[6.41002,46.43487],[6.41039,46.44304],[6.39703,46.44267],[6.39628,46.46939],[6.3844,46.46939],[6.38403,46.47756],[6.36964,46.48757],[6.344,46.4902],[6.344,46.50566],[6.29172,46.50434],[6.2914,46.54116],[6.26477,46.54116],[6.26477,46.54905],[6.2263,46.54839],[6.22565,46.53952],[6.17436,46.53952],[6.1737,46.54806],[6.13491,46.54839],[6.13524,46.53886],[6.12209,46.53853],[6.12209,46.52965],[6.10861,46.52933],[6.1096,46.51092],[6.09645,46.51092],[6.09678,46.49349],[6.08395,46.49283],[6.08461,46.48429],[6.07146,46.48429],[6.07179,46.47541],[6.05831,46.47475],[6.05963,46.42064],[6.04627,46.42097],[6.04692,46.41152],[6.03356,46.41119],[6.03454,46.4024],[6.02118,46.40272],[6.02118,46.39327],[6.00874,46.39333],[6.00907,46.38459],[5.9957,46.38418],[5.99595,46.37495],[5.98299,46.37503],[5.98315,46.36604],[5.97022,46.3658],[5.97049,46.35705],[5.95753,46.35655],[5.95802,46.33864],[5.94522,46.33766],[5.9454,46.32083],[5.90566,46.31879],[5.90686,46.29354],[5.88204,46.2926],[5.88172,46.2838],[5.86821,46.28333],[5.86852,46.27484],[5.84275,46.27406],[5.84275,46.26495],[5.81698,46.26447],[5.81714,46.24672],[5.7657,46.24576],[5.76692,46.2372],[5.75273,46.23695],[5.75305,46.21032],[5.70243,46.20879],[5.70256,46.2],[5.68942,46.19987],[5.69018,46.17328],[5.70342,46.17304],[5.70329,46.16476],[5.729,46.1639],[5.73099,46.13773],[5.71692,46.13562],[5.71867,46.1131],[5.70566,46.10888],[5.70636,46.07475],[5.71938,46.07404],[5.72008,46.05575],[5.70636,46.05504],[5.70706,46.02056],[5.72149,46.02021],[5.72114,45.99382],[5.73486,45.99382],[5.73521,45.97482],[5.77392,45.97587],[5.77321,45.98467],[5.82493,45.98643],[5.82276,46.08426],[5.84926,46.08541],[5.84892,46.07666],[5.9133,46.07701],[5.91382,46.07024],[5.92685,46.0692],[5.92737,46.05253],[5.95237,46.05253],[5.95341,46.04211],[5.97894,46.04367],[5.97894,46.05148],[5.99248,46.05096],[5.99092,46.0619],[6.00394,46.0619],[6.00498,46.0692],[6.09417,46.0687]]],"terms_text":"Système d'information du territoire à Genève (SITG)"},{"id":"CTFRIBOURG2016","name":"Canton Fribourg 2016","type":"tms","template":"https://mapproxy.osm.ch/tiles/fribourg_2016/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[6.79478,46.57542],[6.79949,46.57407],[6.80256,46.57491],[6.80336,46.57687],[6.80427,46.57664],[6.80489,46.57792],[6.80794,46.57761],[6.8094,46.57885],[6.81084,46.57896],[6.81322,46.57823],[6.81153,46.58099],[6.8142,46.58396],[6.81411,46.58567],[6.8206,46.58368],[6.82371,46.57747],[6.82693,46.57796],[6.82927,46.57637],[6.83485,46.57533],[6.83744,46.57677],[6.83691,46.57748],[6.83982,46.57896],[6.84239,46.58244],[6.84532,46.58276],[6.84644,46.58394],[6.84857,46.58331],[6.85087,46.58113],[6.85262,46.58197],[6.85996,46.57987],[6.86554,46.57725],[6.86507,46.57623],[6.8679,46.57515],[6.87446,46.56497],[6.8845,46.56195],[6.88686,46.56341],[6.89214,46.5679],[6.89918,46.56671],[6.89885,46.56499],[6.89393,46.55991],[6.88822,46.55815],[6.86839,46.54164],[6.86498,46.53896],[6.86015,46.53597],[6.85563,46.54086],[6.85501,46.54144],[6.85087,46.54111],[6.8407,46.53819],[6.83032,46.53744],[6.82783,46.54298],[6.82553,46.54357],[6.81278,46.52707],[6.81088,46.52513],[6.81534,46.52139],[6.8181,46.5165],[6.82263,46.51411],[6.82429,46.51207],[6.83034,46.51246],[6.83239,46.50544],[6.83503,46.50231],[6.84126,46.49706],[6.84294,46.49632],[6.84554,46.49667],[6.84775,46.49369],[6.84891,46.49337],[6.85729,46.49305],[6.86276,46.49384],[6.86634,46.50079],[6.87244,46.50431],[6.88168,46.51257],[6.8967,46.52044],[6.89773,46.52005],[6.89711,46.51766],[6.89767,46.51483],[6.89522,46.51079],[6.89572,46.50773],[6.89974,46.51039],[6.90142,46.51233],[6.92517,46.50769],[6.92759,46.50467],[6.93363,46.50167],[6.93674,46.50096],[6.95614,46.49949],[6.97239,46.48879],[6.97581,46.4784],[6.97783,46.47289],[6.97815,46.46833],[6.97906,46.46107],[6.98016,46.45896],[6.99212,46.44891],[6.98361,46.43873],[6.98394,46.43799],[6.98746,46.43794],[7.01786,46.44707],[7.02103,46.45729],[7.06583,46.48904],[7.0724,46.4864],[7.10037,46.48699],[7.12279,46.49869],[7.1264,46.50317],[7.13096,46.50466],[7.13624,46.50861],[7.13704,46.51308],[7.14005,46.51688],[7.14044,46.51988],[7.14318,46.52183],[7.1437,46.52475],[7.1453,46.52701],[7.14835,46.52846],[7.15834,46.52681],[7.16346,46.52855],[7.16709,46.53101],[7.18234,46.53837],[7.19218,46.54656],[7.20081,46.54169],[7.20108,46.543],[7.20765,46.53291],[7.21417,46.53762],[7.21811,46.54211],[7.22171,46.54481],[7.22311,46.5476],[7.22543,46.54923],[7.2322,46.55123],[7.23614,46.554],[7.24047,46.55424],[7.24705,46.55623],[7.25574,46.56029],[7.26385,46.56752],[7.2681,46.57369],[7.28136,46.58411],[7.2992,46.5791],[7.30805,46.58132],[7.31254,46.58917],[7.3207,46.59183],[7.31479,46.60042],[7.3162,46.60937],[7.31826,46.61615],[7.3178,46.61856],[7.31213,46.6217],[7.31327,46.63662],[7.32284,46.63731],[7.32684,46.63873],[7.32975,46.64171],[7.32787,46.64616],[7.321,46.65465],[7.32345,46.65526],[7.32914,46.65459],[7.33116,46.65522],[7.33403,46.65471],[7.34549,46.6553],[7.34756,46.65307],[7.35063,46.65164],[7.35079,46.64799],[7.35456,46.64669],[7.3558,46.64533],[7.35528,46.64193],[7.35714,46.63927],[7.35877,46.64418],[7.36209,46.64683],[7.36229,46.64791],[7.36608,46.64898],[7.37747,46.65636],[7.36933,46.65564],[7.36953,46.65748],[7.37103,46.65907],[7.37083,46.66085],[7.37187,46.66283],[7.37122,46.66375],[7.37252,46.66757],[7.37108,46.66942],[7.37649,46.67503],[7.37293,46.68012],[7.37777,46.68357],[7.37587,46.68645],[7.376,46.6878],[7.38027,46.69018],[7.37693,46.69272],[7.3686,46.69265],[7.3649,46.69505],[7.36261,46.69928],[7.3598,46.69802],[7.34598,46.69895],[7.34604,46.7019],[7.34939,46.70555],[7.35037,46.70874],[7.35021,46.71119],[7.34903,46.71249],[7.34065,46.71464],[7.33277,46.71491],[7.32868,46.71641],[7.31011,46.71815],[7.30785,46.71717],[7.30002,46.72247],[7.29683,46.72737],[7.29685,46.73565],[7.29834,46.74013],[7.30304,46.74517],[7.30454,46.74816],[7.30486,46.75026],[7.30335,46.7514],[7.30309,46.75261],[7.30359,46.75919],[7.29987,46.76375],[7.29881,46.76513],[7.29307,46.77136],[7.29532,46.77537],[7.29639,46.77729],[7.30081,46.77905],[7.30053,46.78064],[7.30113,46.78134],[7.30447,46.78321],[7.30447,46.78415],[7.30207,46.78638],[7.30351,46.78887],[7.30201,46.79079],[7.30159,46.79283],[7.30732,46.79872],[7.31044,46.80823],[7.31537,46.81246],[7.32028,46.8149],[7.32047,46.81564],[7.32072,46.82011],[7.31981,46.82515],[7.32891,46.829],[7.3302,46.82968],[7.33123,46.83177],[7.33103,46.8328],[7.32926,46.83563],[7.32333,46.84041],[7.30755,46.84704],[7.30775,46.84808],[7.30613,46.84999],[7.31207,46.85557],[7.31351,46.85936],[7.31739,46.8606],[7.32087,46.86154],[7.32576,46.85681],[7.323,46.85476],[7.32603,46.85163],[7.33181,46.8512],[7.33536,46.85043],[7.33678,46.84979],[7.33821,46.84946],[7.34726,46.85375],[7.34934,46.85331],[7.35167,46.85502],[7.35444,46.85875],[7.35772,46.86065],[7.35925,46.86311],[7.35794,46.86513],[7.35838,46.8688],[7.35738,46.8701],[7.35386,46.87129],[7.35253,46.87555],[7.35339,46.88676],[7.34843,46.88934],[7.32573,46.89373],[7.30935,46.89152],[7.29618,46.89377],[7.28938,46.89377],[7.28639,46.89269],[7.28245,46.8898],[7.2802,46.8896],[7.27259,46.89249],[7.26634,46.89361],[7.25931,46.89797],[7.24433,46.90037],[7.24314,46.89792],[7.23633,46.89809],[7.23203,46.90029],[7.2309,46.9024],[7.23032,46.90394],[7.22351,46.90276],[7.21755,46.89735],[7.21244,46.90173],[7.2088,46.9026],[7.20781,46.90913],[7.20578,46.91477],[7.20692,46.92481],[7.2111,46.92527],[7.21854,46.92434],[7.2342,46.92939],[7.23411,46.93669],[7.23477,46.93827],[7.2302,46.93995],[7.2282,46.93881],[7.22555,46.93633],[7.2174,46.93307],[7.2093,46.93334],[7.20823,46.93323],[7.2058,46.94023],[7.2055,46.94112],[7.20951,46.94188],[7.21027,46.94302],[7.21044,46.94569],[7.21011,46.94781],[7.20885,46.95435],[7.21102,46.95652],[7.20838,46.95768],[7.20742,46.95967],[7.19764,46.96065],[7.19459,46.96135],[7.19463,46.9629],[7.19552,46.96416],[7.19633,46.96365],[7.19794,46.96445],[7.1993,46.9638],[7.20646,46.96413],[7.20745,46.96751],[7.21422,46.96692],[7.21467,46.97133],[7.21739,46.97147],[7.21686,46.97271],[7.22247,46.97454],[7.22163,46.97556],[7.22821,46.97836],[7.23569,46.98456],[7.23486,46.98675],[7.22594,46.9924],[7.22625,46.99868],[7.22575,46.99915],[7.21779,47.00641],[7.21299,47.0068],[7.09058,46.978],[7.03295,46.98265],[6.73785,46.81195],[6.73908,46.71021],[6.81908,46.65533],[6.82741,46.65982],[6.82089,46.65179],[6.81729,46.64923],[6.81851,46.6478],[6.81458,46.64747],[6.81344,46.64953],[6.81194,46.6492],[6.81081,46.65038],[6.80674,46.65059],[6.80203,46.64889],[6.79891,46.64914],[6.79879,46.64781],[6.80367,46.64567],[6.80325,46.6448],[6.8038,46.64451],[6.80321,46.64376],[6.80171,46.64421],[6.79895,46.63959],[6.79692,46.63314],[6.79838,46.63016],[6.80043,46.62991],[6.80065,46.62843],[6.80172,46.62854],[6.80228,46.62775],[6.80197,46.62507],[6.80355,46.62124],[6.80244,46.61877],[6.80296,46.61615],[6.80185,46.61555],[6.80389,46.60903],[6.80239,46.60142],[6.79833,46.59986],[6.8002,46.59362],[6.80124,46.5925],[6.79848,46.58616],[6.79948,46.58559],[6.79894,46.58205],[6.79611,46.57932],[6.79626,46.57728],[6.79478,46.57542]]],"terms_text":"Canton Fribourg 2016 'orthophoto technique'","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Canvec","name":"Canvec - English","type":"wms","template":"https://maps.geogratis.gc.ca/wms/canvec_en?LAYERS=canvec&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[3,22],"polygon":[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]]},{"id":"Canvec_French","name":"Canvec - French","type":"wms","template":"https://maps.geogratis.gc.ca/wms/canvec_fr?LAYERS=canvec&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[3,22],"polygon":[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]]},{"id":"capcog_2022","name":"CAPCOG Imagery (2022)","type":"tms","template":"https://us-imagery.openstreetmap.org/layer/capcog-2022/{zoom}/{x}/{y}.jpg","category":"photo","endDate":"2022-01-22T00:00:00.000Z","startDate":"2022-01-22T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[-98.57909,30.12397],[-98.57939,30.09287],[-98.56351,30.09279],[-98.56375,30.0773],[-98.54787,30.07717],[-98.54825,30.06163],[-98.53223,30.06151],[-98.53249,30.04602],[-98.51661,30.04577],[-98.51692,30.03042],[-98.50104,30.03013],[-98.50128,30.01479],[-98.4854,30.0145],[-98.48569,29.99916],[-98.46972,29.99891],[-98.47004,29.96797],[-98.45416,29.96764],[-98.45447,29.95232],[-98.4385,29.95212],[-98.43874,29.93664],[-98.38967,29.93637],[-98.38934,29.95223],[-98.37394,29.95203],[-98.37383,29.96788],[-98.35843,29.96768],[-98.35804,29.98355],[-98.32719,29.98326],[-98.32685,29.9991],[-98.31155,29.99886],[-98.31117,30.01477],[-98.26656,30.01469],[-98.26666,29.99914],[-98.25092,29.99902],[-98.25111,29.98355],[-98.23528,29.98343],[-98.2354,29.97653],[-98.22066,29.97624],[-98.22071,29.96785],[-98.20407,29.96785],[-98.20423,29.95223],[-98.18845,29.95223],[-98.18854,29.93667],[-98.15726,29.93659],[-98.15737,29.92097],[-98.14164,29.92093],[-98.14172,29.90539],[-98.12594,29.90531],[-98.12598,29.88974],[-98.09471,29.8897],[-98.09482,29.87415],[-98.07908,29.87402],[-98.07927,29.85854],[-98.04784,29.85841],[-98.04789,29.84288],[-98.0322,29.84276],[-98.03229,29.79602],[-98.01656,29.79593],[-98.01642,29.74912],[-97.98334,29.74898],[-97.98339,29.76473],[-97.9678,29.76456],[-97.9676,29.78032],[-97.95216,29.78015],[-97.95201,29.79594],[-97.92078,29.7959],[-97.9208,29.8116],[-97.90526,29.81148],[-97.90505,29.82721],[-97.874,29.82705],[-97.87377,29.84287],[-97.86035,29.84283],[-97.86049,29.82734],[-97.84476,29.82717],[-97.8449,29.81336],[-97.8603,29.81344],[-97.86051,29.79609],[-97.84473,29.79584],[-97.84487,29.76484],[-97.8135,29.76468],[-97.81366,29.74915],[-97.79787,29.74903],[-97.79813,29.73364],[-97.78216,29.73331],[-97.78221,29.70235],[-97.75097,29.70214],[-97.75121,29.68667],[-97.73533,29.68646],[-97.73548,29.67103],[-97.7197,29.67086],[-97.71998,29.65542],[-97.68846,29.65518],[-97.68846,29.65087],[-97.66049,29.65037],[-97.66067,29.63968],[-97.64153,29.63948],[-97.64158,29.62416],[-97.57714,29.62403],[-97.57695,29.63979],[-97.55749,29.63967],[-97.5572,29.64817],[-97.54563,29.64788],[-97.54567,29.65536],[-97.51463,29.65528],[-97.5144,29.67108],[-97.4834,29.67092],[-97.48322,29.68667],[-97.45217,29.68642],[-97.45194,29.70219],[-97.42089,29.70206],[-97.42065,29.71785],[-97.40525,29.71773],[-97.40506,29.73344],[-97.39981,29.73332],[-97.39972,29.73471],[-97.374,29.73413],[-97.37386,29.7491],[-97.34272,29.74902],[-97.3425,29.76474],[-97.29792,29.76461],[-97.29811,29.74915],[-97.28228,29.74894],[-97.28247,29.73356],[-97.26659,29.73327],[-97.26687,29.71797],[-97.23541,29.71765],[-97.23574,29.7023],[-97.21967,29.70205],[-97.21999,29.68675],[-97.20407,29.68646],[-97.20412,29.68502],[-97.195,29.68482],[-97.19528,29.67098],[-97.17286,29.67081],[-97.1731,29.65542],[-97.15722,29.65521],[-97.15722,29.63887],[-97.14479,29.6385],[-97.14531,29.624],[-96.88742,29.62426],[-96.88717,29.63181],[-96.85827,29.63101],[-96.85814,29.63973],[-96.84278,29.63962],[-96.84256,29.65533],[-96.82712,29.65514],[-96.82675,29.67102],[-96.81152,29.6708],[-96.81122,29.68662],[-96.79591,29.6864],[-96.79565,29.70225],[-96.78148,29.70207],[-96.78077,29.71903],[-96.76452,29.71855],[-96.76421,29.73349],[-96.74906,29.73326],[-96.74874,29.74904],[-96.73338,29.74889],[-96.733,29.76474],[-96.71777,29.76452],[-96.71757,29.78036],[-96.70213,29.78022],[-96.70174,29.79602],[-96.68646,29.7958],[-96.68622,29.81161],[-96.67095,29.81138],[-96.67062,29.8273],[-96.65529,29.82704],[-96.65487,29.8585],[-96.63968,29.85821],[-96.63922,29.8741],[-96.62404,29.8738],[-96.62369,29.88972],[-96.61939,29.88972],[-96.61927,29.89474],[-96.60825,29.89444],[-96.60808,29.90536],[-96.59272,29.90514],[-96.59241,29.92101],[-96.57722,29.92068],[-96.57675,29.93661],[-96.56586,29.93638],[-96.56402,29.98518],[-96.57712,29.9855],[-96.57674,30.01642],[-96.59277,30.01672],[-96.5924,30.03206],[-96.60835,30.03228],[-96.6081,30.07462],[-96.61223,30.07466],[-96.61202,30.07904],[-96.62401,30.07926],[-96.62367,30.12584],[-96.63962,30.12602],[-96.63928,30.15707],[-96.67085,30.15732],[-96.67064,30.16656],[-96.71245,30.16778],[-96.71228,30.17289],[-96.7197,30.17303],[-96.72,30.15718],[-96.76437,30.15736],[-96.76407,30.17101],[-96.74901,30.1706],[-96.7485,30.18664],[-96.73344,30.18616],[-96.73283,30.23348],[-96.67084,30.23319],[-96.6703,30.26478],[-96.65537,30.26434],[-96.65475,30.28036],[-96.62408,30.27999],[-96.62342,30.29765],[-96.63967,30.29809],[-96.63945,30.30092],[-96.65549,30.3014],[-96.65517,30.31377],[-96.67078,30.3138],[-96.67027,30.32897],[-96.73328,30.32938],[-96.73279,30.34455],[-96.74893,30.34499],[-96.74876,30.34917],[-96.75757,30.34943],[-96.75717,30.3605],[-96.76457,30.36061],[-96.76402,30.39146],[-96.78014,30.39194],[-96.77951,30.40709],[-96.81145,30.40746],[-96.81097,30.42272],[-96.8271,30.42309],[-96.82654,30.43828],[-96.85832,30.43875],[-96.85787,30.46957],[-96.88957,30.46986],[-96.88911,30.532],[-96.90523,30.53244],[-96.90514,30.53361],[-96.90693,30.53365],[-96.90646,30.54765],[-96.9365,30.54801],[-96.936,30.56327],[-96.98535,30.56372],[-96.98603,30.54786],[-97.01062,30.54808],[-97.011,30.53646],[-97.017,30.53657],[-97.01712,30.53214],[-97.04786,30.53249],[-97.04833,30.51656],[-97.07905,30.51689],[-97.07959,30.50092],[-97.11026,30.50125],[-97.1108,30.48528],[-97.14156,30.48561],[-97.14207,30.46962],[-97.15526,30.46999],[-97.15493,30.49505],[-97.16855,30.49542],[-97.16833,30.50121],[-97.17084,30.50124],[-97.1704,30.54773],[-97.18648,30.54817],[-97.18614,30.57892],[-97.20209,30.57932],[-97.20151,30.6258],[-97.21772,30.62617],[-97.21726,30.65703],[-97.23336,30.65751],[-97.23277,30.70398],[-97.24898,30.70427],[-97.24888,30.72267],[-97.26534,30.72304],[-97.26455,30.75083],[-97.29582,30.75116],[-97.29535,30.76647],[-97.34268,30.76677],[-97.34225,30.78204],[-97.3896,30.78248],[-97.38922,30.79769],[-97.42079,30.79816],[-97.42046,30.81327],[-97.46768,30.8136],[-97.46759,30.81787],[-97.47121,30.81787],[-97.47078,30.82898],[-97.49899,30.82923],[-97.49848,30.84458],[-97.54582,30.84498],[-97.54546,30.86018],[-97.59276,30.86047],[-97.59229,30.87585],[-97.63965,30.87621],[-97.63927,30.89145],[-97.7177,30.89176],[-97.71723,30.90705],[-97.79585,30.90738],[-97.79546,30.92279],[-97.82705,30.92303],[-97.82658,30.93832],[-97.84279,30.93861],[-97.84214,30.96964],[-97.85835,30.96986],[-97.85762,30.98517],[-97.87404,30.98542],[-97.87381,31.00642],[-97.88406,31.00668],[-97.88389,31.01663],[-97.88963,31.01671],[-97.88922,31.03213],[-97.90526,31.03238],[-97.90483,31.04773],[-98.25102,31.04801],[-98.25128,31.03219],[-98.45418,31.03237],[-98.45435,31.01652],[-98.46971,31.01648],[-98.47035,30.98353],[-98.45414,30.98333],[-98.45432,30.93831],[-98.46079,30.93841],[-98.46102,30.92622],[-98.75118,30.93008],[-98.75126,30.92273],[-98.96972,30.92293],[-98.96995,30.48351],[-98.62401,30.4833],[-98.62359,30.4991],[-98.61043,30.49879],[-98.6107,30.48349],[-98.59474,30.48321],[-98.5952,30.12414],[-98.57909,30.12397]]],"terms_url":"https://data.tnris.org/collection/?c=a15f67db-9535-464e-9058-f447325b6251","terms_text":"Strategic Mapping Program (StratMap). CAPCOG Imagery, 2022-01-22","icon":"https://cdn.tnris.org/images/tnris_logo.svg"},{"id":"BDGEx_ctm_multi","name":"Cartas Topográficas do Exército Brasileiro","type":"wms","template":"https://bdgex.eb.mil.br/mapcache?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ctmmultiescalas_mercator&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","zoomExtent":[1,22],"polygon":[[[-69.45659,-1.49119],[-69.94793,-4.23168],[-69.99182,-4.37482],[-70.02826,-4.3703],[-70.07948,-4.31428],[-70.04189,-4.29409],[-70.10881,-4.25454],[-70.11749,-4.28585],[-70.15508,-4.27308],[-70.19194,-4.36179],[-70.21457,-4.29749],[-70.29141,-4.28709],[-70.28769,-4.16555],[-70.32281,-4.14206],[-70.33892,-4.17997],[-70.43146,-4.13217],[-70.43435,-4.16266],[-70.48535,-4.16132],[-70.50417,-4.20098],[-70.51036,-4.14824],[-70.54796,-4.13671],[-70.56195,-4.17766],[-70.62521,-4.19151],[-70.64256,-4.12805],[-70.68147,-4.20791],[-70.75901,-4.15944],[-70.8458,-4.21872],[-70.81677,-4.23005],[-70.86447,-4.25245],[-70.84483,-4.27905],[-70.9357,-4.38432],[-70.99595,-4.34632],[-70.99389,-4.38654],[-71.10616,-4.37764],[-71.11491,-4.41119],[-71.14478,-4.38158],[-71.19422,-4.42471],[-71.20263,-4.37987],[-71.26975,-4.385],[-71.27782,-4.44217],[-71.32091,-4.42009],[-71.30752,-4.46288],[-71.35026,-4.42728],[-71.42562,-4.47058],[-71.43438,-4.42882],[-71.50716,-4.43909],[-71.49428,-4.48701],[-71.53703,-4.46442],[-71.59625,-4.52928],[-71.6335,-4.51524],[-71.61548,-4.4687],[-71.65032,-4.50395],[-71.65479,-4.47246],[-71.70817,-4.51165],[-71.75109,-4.46887],[-71.76637,-4.50446],[-71.9073,-4.51644],[-71.88549,-4.53803],[-71.91909,-4.5298],[-71.94743,-4.60877],[-71.99464,-4.60996],[-72.00689,-4.64622],[-72.04335,-4.62384],[-72.12601,-4.73454],[-72.36895,-4.80387],[-72.38202,-4.87296],[-72.598,-4.98386],[-72.6212,-5.0518],[-72.72765,-5.05199],[-72.73986,-5.08859],[-72.88725,-5.16307],[-72.86052,-5.27117],[-72.95888,-5.46613],[-72.95912,-5.65689],[-73.05303,-5.79517],[-73.15207,-5.86796],[-73.1868,-6.00512],[-73.23821,-6.04399],[-73.24664,-6.14963],[-73.10473,-6.40666],[-73.13523,-6.51046],[-73.18797,-6.52302],[-73.22741,-6.58884],[-73.35281,-6.59327],[-73.39115,-6.64193],[-73.53639,-6.6834],[-73.71046,-6.84019],[-73.79842,-7.11306],[-73.7003,-7.30429],[-73.87014,-7.37882],[-73.96394,-7.34764],[-73.91981,-7.46568],[-73.948,-7.52661],[-73.99094,-7.53635],[-73.82217,-7.71788],[-73.6843,-7.77644],[-73.69706,-7.86527],[-73.76164,-7.85803],[-73.7725,-7.90237],[-73.73175,-7.9684],[-73.62739,-8.02187],[-73.53744,-8.34587],[-73.41286,-8.41099],[-73.38956,-8.46878],[-73.3055,-8.47197],[-73.28745,-8.61948],[-73.20907,-8.6857],[-73.14992,-8.6839],[-73.05901,-8.90561],[-72.99931,-8.91778],[-72.94091,-8.98494],[-72.9582,-9.14302],[-73.02612,-9.17786],[-73.0093,-9.22236],[-73.07352,-9.23461],[-73.2038,-9.40715],[-72.71676,-9.4122],[-72.51954,-9.49128],[-72.35688,-9.4946],[-72.2829,-9.53995],[-72.28821,-9.60316],[-72.25282,-9.61633],[-72.26296,-9.75085],[-72.15136,-9.79742],[-72.1804,-9.99967],[-71.22052,-9.96968],[-71.13974,-9.85702],[-70.99391,-9.81721],[-70.96337,-9.74891],[-70.79332,-9.63846],[-70.75067,-9.56043],[-70.6632,-9.52601],[-70.59581,-9.4425],[-70.49665,-9.42489],[-70.50506,-9.50557],[-70.56894,-9.53127],[-70.55282,-9.57093],[-70.59972,-9.56264],[-70.53663,-9.76584],[-70.62338,-9.82054],[-70.62103,-10.99982],[-70.53033,-10.93465],[-70.43675,-11.03923],[-70.30672,-11.06983],[-70.15869,-11.04096],[-69.93442,-10.9219],[-69.76903,-10.92972],[-69.73653,-10.97445],[-69.41453,-10.92575],[-68.9118,-11.02192],[-68.75767,-11.00079],[-68.71576,-11.14483],[-68.27819,-10.98926],[-68.10333,-10.77541],[-68.10456,-10.71426],[-68.03289,-10.65486],[-67.86386,-10.64067],[-67.70825,-10.71083],[-67.67631,-10.60484],[-67.64028,-10.59807],[-67.57925,-10.5028],[-67.44361,-10.45492],[-67.40717,-10.37386],[-67.31155,-10.37716],[-67.31545,-10.31932],[-67.17745,-10.33923],[-67.01537,-10.25919],[-66.99683,-10.20017],[-66.9528,-10.18886],[-66.8751,-10.08268],[-66.63701,-9.94983],[-66.61995,-9.89353],[-66.435,-9.866],[-66.426,-9.899],[-66.151,-9.785],[-65.98222,-9.81011],[-65.91976,-9.75314],[-65.87184,-9.75307],[-65.86532,-9.79533],[-65.79962,-9.75663],[-65.79437,-9.79295],[-65.77013,-9.73442],[-65.7432,-9.78296],[-65.68395,-9.74992],[-65.71023,-9.80857],[-65.66963,-9.78129],[-65.627,-9.83804],[-65.55611,-9.84498],[-65.4883,-9.71015],[-65.44394,-9.66957],[-65.39313,-9.68683],[-65.28588,-9.84413],[-65.333,-9.965],[-65.288,-10.219],[-65.43011,-10.48505],[-65.40569,-10.63935],[-65.34667,-10.68155],[-65.35376,-10.78881],[-65.27476,-10.87302],[-65.25053,-10.98506],[-65.30071,-11.03142],[-65.28269,-11.09009],[-65.36177,-11.14031],[-65.35387,-11.18419],[-65.31294,-11.19578],[-65.35938,-11.22067],[-65.35834,-11.26834],[-65.34347,-11.3082],[-65.29053,-11.32275],[-65.33276,-11.33986],[-65.3074,-11.49957],[-65.21178,-11.52857],[-65.2593,-11.71053],[-65.18216,-11.75609],[-65.18953,-11.72353],[-65.08672,-11.7082],[-65.0727,-11.86587],[-65.01398,-11.90303],[-65.03548,-11.99408],[-64.84077,-12.01027],[-64.80954,-12.05633],[-64.83747,-12.11786],[-64.7688,-12.09356],[-64.75486,-12.15762],[-64.70719,-12.08684],[-64.70406,-12.1827],[-64.51256,-12.22562],[-64.51217,-12.3551],[-64.41057,-12.44436],[-64.29452,-12.4582],[-64.29018,-12.50313],[-64.22945,-12.45419],[-64.17504,-12.46675],[-64.16781,-12.51503],[-64.13464,-12.47732],[-63.95144,-12.53179],[-63.89949,-12.50204],[-63.88957,-12.44745],[-63.7848,-12.42871],[-63.55295,-12.50598],[-63.50641,-12.56562],[-63.43627,-12.56526],[-63.44052,-12.608],[-63.30125,-12.68138],[-63.23713,-12.69043],[-63.24621,-12.66222],[-63.15726,-12.6138],[-63.06163,-12.68584],[-63.08186,-12.72323],[-63.01134,-12.83602],[-62.89672,-12.8539],[-62.779,-13.009],[-62.729,-13.02],[-62.65,-12.965],[-62.612,-13.041],[-62.453,-13.064],[-62.39178,-13.13471],[-62.27269,-13.15687],[-62.214,-13.111],[-62.19,-13.153],[-62.16703,-13.11346],[-62.15254,-13.15993],[-62.115,-13.163],[-62.11498,-13.25932],[-61.97592,-13.36695],[-61.96968,-13.40759],[-61.892,-13.431],[-61.852,-13.538],[-61.57927,-13.48711],[-61.46527,-13.55427],[-61.29954,-13.47718],[-61.19236,-13.53695],[-61.18155,-13.50557],[-61.10314,-13.53056],[-61.0938,-13.49081],[-61.0129,-13.48925],[-61.0056,-13.552],[-60.91857,-13.54334],[-60.87678,-13.62149],[-60.76755,-13.68329],[-60.46776,-13.79446],[-60.49068,-13.85782],[-60.45599,-13.85422],[-60.45062,-13.9364],[-60.38066,-13.9888],[-60.479,-14.097],[-60.492,-14.188],[-60.321,-14.608],[-60.272,-14.62],[-60.244,-15.096],[-60.57543,-15.09677],[-60.238,-15.473],[-60.17335,-16.26672],[-58.43059,-16.32264],[-58.388,-16.261],[-58.32227,-16.26559],[-58.333,-16.49],[-58.436,-16.592],[-58.47,-16.703],[-58.474,-16.935],[-58.423,-16.989],[-58.396,-17.181],[-58.263,-17.344],[-58.151,-17.384],[-58.116,-17.451],[-58.06,-17.45],[-57.996,-17.515],[-57.883,-17.449],[-57.73696,-17.5583],[-57.783,-17.639],[-57.70991,-17.72702],[-57.68472,-17.8306],[-57.72302,-17.83074],[-57.574,-18.131],[-57.453,-18.231],[-57.557,-18.24],[-57.766,-18.899],[-57.719,-18.899],[-57.694,-19.011],[-57.784,-19.033],[-58.131,-19.758],[-57.85796,-19.9703],[-57.90248,-20.04207],[-57.95347,-20.02094],[-58.16932,-20.1694],[-58.12152,-20.19246],[-58.16216,-20.25953],[-58.09596,-20.25445],[-58.09339,-20.35554],[-57.99847,-20.43551],[-57.98848,-20.69879],[-57.92414,-20.66392],[-57.86732,-20.73265],[-57.93478,-20.74565],[-57.96183,-20.7916],[-57.89863,-20.78872],[-57.8552,-20.83403],[-57.92836,-20.90036],[-57.81919,-20.94066],[-57.86834,-21.04417],[-57.85066,-21.22407],[-57.92019,-21.27655],[-57.8535,-21.33109],[-57.96795,-21.52432],[-57.91387,-21.59021],[-57.93436,-21.65037],[-57.88329,-21.68903],[-57.94714,-21.74413],[-57.90866,-21.77355],[-57.96603,-21.85045],[-57.91281,-21.88266],[-58.00946,-22.04038],[-57.99384,-22.09023],[-57.80183,-22.15072],[-57.70751,-22.09111],[-57.6106,-22.09462],[-57.5804,-22.17534],[-57.3744,-22.23204],[-56.9967,-22.22246],[-56.88343,-22.24755],[-56.84285,-22.30155],[-56.79344,-22.24238],[-56.72026,-22.26479],[-56.70344,-22.21693],[-56.63705,-22.26341],[-56.50711,-22.09561],[-56.39404,-22.07434],[-56.36485,-22.16949],[-56.20983,-22.27805],[-55.84304,-22.28725],[-55.78939,-22.3846],[-55.74302,-22.39266],[-55.72364,-22.55166],[-55.61432,-22.65521],[-55.66578,-22.85274],[-55.59635,-23.14993],[-55.54199,-23.1561],[-55.52356,-23.19733],[-55.53989,-23.625],[-55.47306,-23.64834],[-55.44167,-23.70084],[-55.41423,-23.9645],[-55.34542,-23.99458],[-55.30415,-23.96504],[-55.22907,-24.01383],[-55.107,-23.961],[-55.06223,-23.99335],[-54.924,-23.959],[-54.89,-23.898],[-54.70533,-23.86452],[-54.66978,-23.81262],[-54.43984,-23.90446],[-54.28223,-24.07336],[-54.34537,-24.14705],[-54.25877,-24.36377],[-54.32714,-24.47073],[-54.32437,-24.66059],[-54.43548,-24.94769],[-54.4295,-25.15915],[-54.61941,-25.45312],[-54.59354,-25.59275],[-54.4927,-25.6181],[-54.43288,-25.69756],[-54.38395,-25.59747],[-54.28,-25.556],[-54.25,-25.597],[-54.23,-25.562],[-54.178,-25.584],[-54.206,-25.541],[-54.099,-25.495],[-54.098,-25.619],[-54.07592,-25.55766],[-54.01,-25.567],[-53.95638,-25.64628],[-53.94895,-25.6117],[-53.89113,-25.62286],[-53.82214,-25.79377],[-53.83619,-25.97166],[-53.73409,-26.04333],[-53.742,-26.108],[-53.63739,-26.24968],[-53.75864,-26.64113],[-53.7205,-26.65099],[-53.75814,-26.72045],[-53.66059,-26.85814],[-53.69684,-26.86015],[-53.67125,-26.94222],[-53.7092,-26.93414],[-53.7473,-27.03218],[-53.78585,-27.02674],[-53.76087,-27.06543],[-53.80233,-27.04028],[-53.79879,-27.14629],[-53.95195,-27.15169],[-53.96219,-27.19698],[-54.01026,-27.19978],[-54.08872,-27.30149],[-54.15619,-27.29619],[-54.172,-27.254],[-54.21736,-27.38603],[-54.261,-27.397],[-54.28484,-27.44819],[-54.34067,-27.40311],[-54.35466,-27.46528],[-54.41,-27.405],[-54.47081,-27.42674],[-54.444,-27.472],[-54.5246,-27.5059],[-54.574,-27.453],[-54.621,-27.541],[-54.67709,-27.508],[-54.67926,-27.57394],[-54.775,-27.586],[-54.814,-27.533],[-54.85,-27.624],[-54.90617,-27.63871],[-54.936,-27.772],[-55.081,-27.779],[-55.035,-27.858],[-55.106,-27.846],[-55.133,-27.897],[-55.196,-27.856],[-55.26574,-27.92969],[-55.32706,-27.92664],[-55.343,-27.972],[-55.38299,-27.97948],[-55.368,-28.029],[-55.44611,-28.09787],[-55.4952,-28.07682],[-55.55957,-28.16523],[-55.60747,-28.11604],[-55.63167,-28.17719],[-55.7757,-28.24481],[-55.77415,-28.27414],[-55.67047,-28.33218],[-55.69433,-28.42204],[-55.75157,-28.37095],[-55.87739,-28.36159],[-55.88357,-28.47923],[-56.01249,-28.50873],[-56.00984,-28.60718],[-56.17858,-28.75922],[-56.29652,-28.8027],[-56.29995,-28.89614],[-56.40775,-28.9748],[-56.418,-29.075],[-56.59315,-29.12516],[-56.70164,-29.35913],[-56.76618,-29.37768],[-56.81905,-29.48816],[-56.89888,-29.53179],[-57.121,-29.765],[-57.294,-29.831],[-57.33713,-29.99284],[-57.48047,-30.12315],[-57.64744,-30.19483],[-57.56087,-30.21134],[-57.52431,-30.28569],[-57.46574,-30.26589],[-57.39229,-30.30474],[-57.31303,-30.25785],[-57.22081,-30.28928],[-57.07113,-30.08671],[-56.80777,-30.10301],[-56.77662,-30.1633],[-56.64628,-30.20346],[-56.6187,-30.30054],[-56.54115,-30.31291],[-56.54706,-30.35946],[-56.46126,-30.38486],[-56.38177,-30.49956],[-56.29193,-30.51967],[-56.26095,-30.58509],[-56.17074,-30.61517],[-56.12508,-30.73871],[-56.02241,-30.78565],[-56.00989,-31.08267],[-55.882,-31.077],[-55.727,-30.979],[-55.723,-30.943],[-55.66621,-30.95395],[-55.65834,-30.864],[-55.57742,-30.83309],[-55.42306,-31.01823],[-55.34981,-31.03922],[-55.34037,-31.13144],[-55.29118,-31.14226],[-55.24003,-31.26062],[-55.07446,-31.33216],[-55.00723,-31.26692],[-54.94087,-31.38068],[-54.88623,-31.3773],[-54.8367,-31.442],[-54.58676,-31.45656],[-54.4528,-31.59959],[-54.4549,-31.65295],[-54.10019,-31.92825],[-53.96972,-31.91765],[-53.96073,-31.95532],[-53.84978,-32.00064],[-53.83375,-32.05524],[-53.74599,-32.07848],[-53.58321,-32.45192],[-53.46423,-32.48446],[-53.39137,-32.58573],[-53.24992,-32.6041],[-53.07558,-32.74088],[-53.0858,-32.78835],[-53.14569,-32.79202],[-53.18496,-32.85043],[-53.29454,-32.89931],[-53.31008,-32.91875],[-53.24468,-32.93489],[-53.44438,-33.05296],[-53.51819,-33.15342],[-53.53228,-33.6888],[-53.43951,-33.69347],[-53.43053,-33.73947],[-53.18109,-33.86891],[-52.61505,-33.42291],[-52.45986,-33.25369],[-52.27087,-32.92102],[-52.06117,-32.38504],[-51.89236,-32.29596],[-51.74211,-32.10539],[-51.18785,-31.77646],[-50.60441,-31.24135],[-50.17344,-30.64282],[-49.82565,-29.86559],[-49.52748,-29.42005],[-49.1579,-29.02871],[-48.9156,-28.86305],[-48.68615,-28.76016],[-48.40713,-28.43255],[-48.21148,-27.85592],[-48.11076,-27.28208],[-48.34897,-26.75081],[-48.2801,-26.23036],[-47.85376,-25.47012],[-46.61368,-24.67512],[-45.13508,-24.12014],[-44.07735,-23.40501],[-43.19603,-23.26703],[-41.91484,-23.18527],[-41.79292,-23.08823],[-41.59666,-22.83627],[-41.5086,-22.52638],[-40.81442,-22.09702],[-40.76948,-21.87786],[-40.81442,-21.67672],[-40.17827,-20.75426],[-39.86353,-19.88681],[-39.63477,-19.74403],[-39.49227,-19.40134],[-39.54529,-18.78548],[-39.4675,-18.30359],[-39.35288,-18.10892],[-38.67053,-18.16855],[-38.53661,-18.09683],[-38.49171,-18.0046],[-38.53193,-17.80026],[-38.92933,-16.80775],[-38.8013,-16.24838],[-38.64697,-15.88327],[-38.66456,-15.74741],[-38.74388,-15.60089],[-38.85337,-14.65508],[-38.61146,-13.26537],[-38.22146,-13.09717],[-37.89668,-12.75844],[-37.46002,-12.10275],[-37.11368,-11.41261],[-36.99511,-11.29602],[-36.78725,-10.95151],[-36.61764,-10.81082],[-36.26639,-10.64593],[-36.06155,-10.37447],[-35.96401,-10.31281],[-35.69663,-9.90026],[-35.55848,-9.81261],[-35.0253,-9.13761],[-34.81497,-8.62472],[-34.64374,-7.98735],[-34.59953,-7.11133],[-34.62306,-6.90323],[-34.71587,-6.74615],[-34.79469,-6.33583],[-35.17659,-5.12497],[-35.33677,-4.99239],[-35.56471,-4.90758],[-35.93627,-4.83327],[-36.18969,-4.88505],[-36.62299,-4.85815],[-36.91716,-4.71372],[-37.07874,-4.71355],[-37.22122,-4.51045],[-37.51218,-4.41535],[-37.63401,-4.24454],[-37.77934,-4.18046],[-37.90182,-4.07265],[-38.12555,-3.80544],[-38.21421,-3.74103],[-38.34306,-3.54434],[-38.57151,-3.48047],[-39.15187,-3.04444],[-39.8907,-2.65328],[-40.50396,-2.57531],[-40.66365,-2.63829],[-41.5085,-2.68486],[-41.78084,-2.51859],[-42.78189,-2.33053],[-43.24389,-2.12403],[-43.54602,-2.04705],[-44.84728,-1.07246],[-48.23746,-0.07449],[-49.73896,1.79143],[-50.29908,2.33079],[-50.75331,2.94057],[-50.85507,3.45573],[-50.85475,3.92491],[-50.94232,4.20165],[-51.11466,4.42286],[-51.49427,4.67426],[-51.63716,4.50834],[-51.61325,4.17437],[-51.65867,4.05276],[-51.77783,3.97406],[-51.79731,3.88888],[-51.922,3.7792],[-51.92148,3.72422],[-51.97104,3.70696],[-52.21472,3.26833],[-52.33187,3.16938],[-52.39583,2.90222],[-52.43944,2.87778],[-52.56417,2.63944],[-52.54028,2.57028],[-52.59444,2.47389],[-52.67528,2.37389],[-52.84722,2.28556],[-52.90972,2.19583],[-52.99472,2.17528],[-53.11861,2.2225],[-53.27899,2.18603],[-53.21667,2.25333],[-53.32833,2.35333],[-53.45861,2.2575],[-53.52972,2.24917],[-53.73389,2.31222],[-53.745,2.37389],[-53.88667,2.26778],[-53.93194,2.27194],[-53.94083,2.21917],[-54.06139,2.19167],[-54.11083,2.11222],[-54.18056,2.1725],[-54.24917,2.14667],[-54.46861,2.21306],[-54.53778,2.26556],[-54.54667,2.31833],[-54.68861,2.32472],[-54.68917,2.45389],[-54.86846,2.43989],[-54.95424,2.58359],[-55.10302,2.52564],[-55.1234,2.56762],[-55.23474,2.50338],[-55.32019,2.51537],[-55.38533,2.41836],[-55.49971,2.44324],[-55.71028,2.39917],[-55.76663,2.45524],[-55.97052,2.52931],[-56.02181,2.34247],[-56.09012,2.37228],[-56.13887,2.26574],[-56.04288,2.22778],[-56.05505,2.18464],[-56.00307,2.1676],[-55.9031,2.04108],[-55.93635,1.98647],[-55.90385,1.88803],[-55.95638,1.84509],[-56.11762,1.85097],[-56.1709,1.90048],[-56.24404,1.87808],[-56.45126,1.95614],[-56.57976,1.90588],[-56.62145,1.94588],[-56.72096,1.92582],[-56.79793,1.85336],[-56.91971,1.93036],[-57.01421,1.91489],[-57.08668,2.02644],[-57.22923,1.93759],[-57.30712,1.99665],[-57.36912,1.95638],[-57.36768,1.92372],[-57.43343,1.90598],[-57.43776,1.82681],[-57.50187,1.78609],[-57.5376,1.7005],[-57.65042,1.68237],[-57.70509,1.73093],[-57.77431,1.72973],[-57.85206,1.66782],[-57.99009,1.65844],[-58.00423,1.50303],[-58.12942,1.4989],[-58.16064,1.56011],[-58.236,1.54669],[-58.32237,1.59702],[-58.39472,1.52651],[-58.38559,1.46999],[-58.50873,1.46295],[-58.50511,1.40317],[-58.45787,1.37145],[-58.49622,1.26796],[-58.69456,1.29732],[-58.73956,1.1999],[-58.82512,1.17127],[-58.912,1.239],[-58.886,1.261],[-58.918,1.317],[-58.978,1.302],[-59.253,1.389],[-59.284,1.45],[-59.327,1.464],[-59.329,1.514],[-59.381,1.507],[-59.539,1.723],[-59.69,1.757],[-59.663,1.871],[-59.677,1.839],[-59.751,1.859],[-59.72315,2.27614],[-59.89872,2.36245],[-59.895,2.482],[-59.99,2.686],[-59.98944,2.88185],[-59.907,3.212],[-59.80488,3.35695],[-59.8408,3.43174],[-59.80205,3.50156],[-59.86728,3.57776],[-59.66842,3.70277],[-59.66555,3.78126],[-59.59631,3.79386],[-59.59279,3.88538],[-59.5153,3.94493],[-59.58417,3.96851],[-59.65406,4.06943],[-59.61818,4.13166],[-59.73069,4.18076],[-59.7319,4.28587],[-59.66948,4.37629],[-59.79503,4.46554],[-60.16114,4.51773],[-60.15725,4.57247],[-60.0705,4.61688],[-60.02524,4.7065],[-59.96984,5.06334],[-60.094,5.14],[-60.135,5.249],[-60.172,5.227],[-60.20825,5.28346],[-60.434,5.182],[-60.73197,5.21203],[-60.661,5.164],[-60.591,4.927],[-60.751,4.756],[-60.899,4.717],[-60.949,4.653],[-60.932,4.587],[-60.994,4.519],[-61.095,4.522],[-61.14559,4.48016],[-61.217,4.536],[-61.323,4.535],[-61.288,4.458],[-61.513,4.406],[-61.508,4.322],[-61.56,4.252],[-61.724,4.27],[-61.802,4.229],[-61.824,4.164],[-61.92213,4.16126],[-61.93175,4.12009],[-61.982,4.181],[-62.076,4.154],[-62.071,4.126],[-62.14308,4.07768],[-62.437,4.183],[-62.552,4.109],[-62.555,4.019],[-62.753,4.032],[-62.788,3.894],[-62.729,3.805],[-62.743,3.674],[-62.835,3.739],[-62.96,3.608],[-63.081,3.694],[-63.059,3.748],[-63.103,3.794],[-63.226,3.836],[-63.204,3.952],[-63.428,3.977],[-63.434,3.865],[-63.489,3.874],[-63.497,3.84],[-63.591,3.886],[-63.676,4.019],[-63.682,3.908],[-63.85,3.95],[-63.928,3.925],[-63.964,3.868],[-64.164,4.127],[-64.5565,4.10529],[-64.623,4.135],[-64.69522,4.25323],[-64.81123,4.27048],[-64.80203,4.17422],[-64.72239,4.11775],[-64.54357,3.85713],[-64.281,3.70928],[-64.17437,3.56841],[-64.2444,3.43036],[-64.19795,3.20121],[-64.22642,3.12356],[-64.14592,3.03459],[-64.15754,2.98243],[-64.12349,2.99048],[-64.07156,2.92142],[-64.07709,2.87262],[-63.98033,2.7237],[-64.0573,2.49752],[-64.01914,2.46135],[-63.84358,2.4916],[-63.76805,2.43994],[-63.56398,2.44573],[-63.46036,2.39684],[-63.42123,2.45102],[-63.37088,2.41121],[-63.36742,2.26864],[-63.44059,2.126],[-63.56474,2.13571],[-63.6268,2.11222],[-63.66501,2.01861],[-63.71155,2.04645],[-63.83555,1.96644],[-63.97219,1.99194],[-64.05781,1.92899],[-64.0735,1.64902],[-64.19707,1.52071],[-64.3136,1.45617],[-64.33791,1.36134],[-64.41019,1.40301],[-64.34777,1.49508],[-64.35111,1.52921],[-64.3939,1.52901],[-64.43586,1.47006],[-64.52608,1.44322],[-64.5789,1.34041],[-64.74446,1.22569],[-64.80053,1.31527],[-64.86966,1.22713],[-64.90439,1.25153],[-64.97445,1.20288],[-65.01361,1.10905],[-65.06317,1.11205],[-65.07232,1.15303],[-65.15831,1.1246],[-65.1749,0.94131],[-65.21302,0.90282],[-65.32734,0.93596],[-65.41198,0.82415],[-65.39213,0.75692],[-65.44499,0.68921],[-65.54116,0.64881],[-65.60623,0.70748],[-65.49624,0.87415],[-65.58894,1.00471],[-65.7421,1.00125],[-65.77261,0.95859],[-65.88369,0.94159],[-65.96712,0.81511],[-66.07024,0.8123],[-66.07783,0.76174],[-66.19737,0.78161],[-66.31032,0.74494],[-66.85119,1.22896],[-67.08675,1.16704],[-67.13923,1.32002],[-67.08017,1.38546],[-67.15922,1.67504],[-67.15384,1.8315],[-67.22831,1.84127],[-67.33083,1.94158],[-67.32672,2.06387],[-67.39404,2.22894],[-67.49519,2.16312],[-67.55095,2.04769],[-67.76942,2.00924],[-67.90162,1.81165],[-68.09043,1.89774],[-68.14417,1.97854],[-68.18033,1.9767],[-68.19583,2.03479],[-68.28555,1.83084],[-68.22688,1.82918],[-68.23954,1.77044],[-68.19207,1.7797],[-68.1645,1.72945],[-69.39109,1.72935],[-69.53464,1.77691],[-69.78236,1.69244],[-69.83972,1.71893],[-69.84266,1.07272],[-69.70963,1.11817],[-69.67718,1.06994],[-69.60989,1.09826],[-69.42312,1.04265],[-69.37641,1.08794],[-69.24494,1.05655],[-69.19773,0.99974],[-69.21679,0.97245],[-69.1646,0.94156],[-69.18846,0.91324],[-69.13576,0.87204],[-69.14881,0.76751],[-69.19001,0.74056],[-69.11563,0.64484],[-69.19425,0.64982],[-69.19975,0.60591],[-69.29484,0.60389],[-69.28914,0.64997],[-69.35277,0.61416],[-69.48002,0.73577],[-69.59701,0.6542],[-69.60529,0.61328],[-69.6711,0.66759],[-69.80272,0.57162],[-70.04302,0.56359],[-70.04323,-0.18998],[-69.92054,-0.32573],[-69.8446,-0.33732],[-69.60783,-0.5008],[-69.56179,-0.63692],[-69.62491,-0.74667],[-69.52577,-0.86807],[-69.528,-0.92514],[-69.41861,-0.99827],[-69.44292,-1.03351],[-69.39523,-1.12555],[-69.42989,-1.22173],[-69.3973,-1.36508],[-69.45659,-1.49119]]],"terms_url":"https://bdgex.eb.mil.br/","terms_text":"BDGEx","icon":"https://osmlab.github.io/editor-layer-index/sources/south-america/br/Exercito.png"},{"id":"IGN-raster","name":"Cartografía Ráster del IGN","type":"wms","template":"http://www.ign.es/wms-inspire/mapa-raster?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=mtn_rasterizado&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[-17.88913,27.85905],[-17.99065,27.85675],[-18.03868,27.76558],[-18.11464,27.76379],[-18.11546,27.78636],[-18.1661,27.78516],[-18.16349,27.69492],[-18.08898,27.69634],[-18.08734,27.67387],[-18.03641,27.67537],[-18.03501,27.63026],[-17.959,27.6324],[-17.86033,27.7926],[-17.86303,27.83688],[-17.8884,27.83649],[-17.88913,27.85905]],[[-15.75328,28.08143],[-15.7783,28.03632],[-15.82911,28.03558],[-15.82895,27.99066],[-15.8542,27.99018],[-15.85374,27.90089],[-15.80167,27.81105],[-15.70075,27.74335],[-15.62415,27.74199],[-15.62361,27.72134],[-15.54771,27.72161],[-15.52277,27.76678],[-15.47188,27.76665],[-15.47181,27.78939],[-15.421,27.78797],[-15.39598,27.83474],[-15.37057,27.83521],[-15.3708,27.92524],[-15.34548,27.92544],[-15.34578,28.01532],[-15.37065,28.01532],[-15.37103,28.03802],[-15.39644,28.03836],[-15.39728,28.19614],[-15.45016,28.19614],[-15.44978,28.15075],[-15.49874,28.15041],[-15.49897,28.1728],[-15.72826,28.17186],[-15.72788,28.08157],[-15.75328,28.08143]],[[-17.08208,28.13518],[-17.18579,28.22388],[-17.33846,28.2213],[-17.33756,28.17637],[-17.36297,28.17572],[-17.36038,28.06398],[-17.30867,28.01923],[-17.25785,28.01997],[-17.25768,27.99784],[-17.23199,27.99804],[-17.23211,28.02037],[-17.15633,28.02146],[-17.13154,28.06681],[-17.08084,28.068],[-17.08208,28.13518]],[[-16.44571,28.49113],[-16.52143,28.42261],[-16.87807,28.39542],[-16.87767,28.37293],[-16.92866,28.37219],[-16.92782,28.32758],[-16.90239,28.32793],[-16.90151,28.28277],[-16.87608,28.28322],[-16.87565,28.26055],[-16.85028,28.26079],[-16.8487,28.17075],[-16.82317,28.17087],[-16.8224,28.1259],[-16.7707,28.08161],[-16.74534,28.08181],[-16.7447,28.03679],[-16.7191,28.03714],[-16.71842,27.99192],[-16.61681,27.99305],[-16.61684,28.01532],[-16.51533,28.01648],[-16.4151,28.13113],[-16.41584,28.19761],[-16.34083,28.2893],[-16.34208,28.37951],[-16.31631,28.38019],[-16.31675,28.40176],[-16.26586,28.403],[-16.26535,28.44761],[-16.23858,28.44847],[-16.16475,28.49386],[-16.16481,28.51612],[-16.09934,28.51638],[-16.09951,28.5925],[-16.1278,28.59218],[-16.12793,28.60782],[-16.19162,28.60684],[-16.19125,28.58372],[-16.3446,28.58221],[-16.34433,28.55976],[-16.42092,28.55884],[-16.42059,28.53627],[-16.44625,28.53597],[-16.44571,28.49113]],[[-14.21537,28.33903],[-14.21688,28.22788],[-14.41575,28.11561],[-14.52244,28.11841],[-14.52156,28.04678],[-14.49593,28.04585],[-14.49628,28.06826],[-14.44666,28.0658],[-14.44578,28.04698],[-14.33197,28.03687],[-14.29132,28.04524],[-14.21472,28.11189],[-14.21537,28.15781],[-14.13866,28.15791],[-14.13871,28.17999],[-14.03696,28.17958],[-13.98564,28.22357],[-13.91582,28.22414],[-13.83151,28.39702],[-13.82885,28.53847],[-13.80339,28.53842],[-13.80258,28.6519],[-13.82786,28.6518],[-13.82757,28.71935],[-13.8013,28.71899],[-13.80007,28.78793],[-13.82896,28.78798],[-13.82902,28.76643],[-13.95617,28.76659],[-13.95652,28.74494],[-14.03358,28.72267],[-14.11151,28.4748],[-14.16417,28.45283],[-14.21537,28.33903]],[[-17.9424,28.87261],[-18.02241,28.80384],[-18.02125,28.74819],[-17.89395,28.52255],[-17.88463,28.44606],[-17.80601,28.4469],[-17.80861,28.4925],[-17.78316,28.49366],[-17.78331,28.54167],[-17.76225,28.5592],[-17.75197,28.58337],[-17.74573,28.61656],[-17.74579,28.67435],[-17.75708,28.67413],[-17.75744,28.69318],[-17.71293,28.73037],[-17.71398,28.76497],[-17.73949,28.76422],[-17.74127,28.832],[-17.76698,28.83122],[-17.76759,28.85378],[-17.89033,28.85151],[-17.89118,28.87371],[-17.9424,28.87261]],[[-13.85025,29.01659],[-13.85182,28.98343],[-13.85244,28.91486],[-13.90131,28.89245],[-13.9024,28.84698],[-13.80066,28.84566],[-13.80093,28.82311],[-13.77569,28.82305],[-13.69729,28.88982],[-13.69729,28.91277],[-13.60725,28.9118],[-13.43886,29.00024],[-13.43746,29.13513],[-13.4117,29.13499],[-13.41056,29.22298],[-13.45928,29.25559],[-13.45974,29.2942],[-13.50913,29.29456],[-13.51006,29.31635],[-13.56354,29.31729],[-13.56406,29.27138],[-13.53892,29.2712],[-13.53897,29.25004],[-13.56613,29.25013],[-13.5666,29.203],[-13.51565,29.20223],[-13.51565,29.18206],[-13.5398,29.18278],[-13.54089,29.13753],[-13.65782,29.13685],[-13.71322,29.09351],[-13.76634,29.09345],[-13.85025,29.01659]],[[1.50355,38.72532],[1.48133,38.91551],[1.55189,38.92544],[1.56673,38.95666],[1.64874,38.95833],[1.64799,38.99907],[1.73217,38.99936],[1.73147,39.04417],[1.64895,39.04319],[1.64816,39.12764],[1.39486,39.12657],[1.39544,39.08642],[1.22811,39.08526],[1.22911,39.0029],[1.14487,39.0018],[1.14528,38.832],[1.31136,38.83316],[1.31219,38.79065],[1.39469,38.79162],[1.39519,38.75296],[1.31128,38.75193],[1.31259,38.62388],[1.6489,38.62511],[1.64807,38.71115],[1.58456,38.71012],[1.58116,38.70054],[1.54915,38.70028],[1.51972,38.70921],[1.50355,38.72532]],[[2.31192,39.54179],[2.31223,39.49934],[2.43902,39.49934],[2.43871,39.48469],[2.43933,39.41611],[2.54507,39.41667],[2.54528,39.49942],[2.64538,39.49966],[2.64569,39.45774],[2.72885,39.45814],[2.72874,39.33342],[2.97904,39.3335],[2.97986,39.25015],[3.08302,39.24994],[3.31462,39.37855],[3.31506,39.47846],[3.48035,39.5959],[3.48148,39.79318],[3.14844,39.79357],[3.14823,39.83316],[3.23129,39.83292],[3.23139,40.00198],[3.14608,40.00198],[3.14566,39.96005],[2.92704,39.96016],[2.34601,39.62709],[2.22835,39.62606],[2.22907,39.541],[2.31192,39.54179]],[[-9.21855,42.90163],[-9.14661,42.77503],[-9.08834,42.72696],[-9.03655,42.73066],[-9.1092,42.57511],[-8.89106,41.82289],[-8.60704,42.03405],[-8.36762,42.05575],[-8.24848,42.1008],[-8.12933,42.03488],[-8.25185,41.90786],[-8.13045,41.78058],[-7.95398,41.84593],[-7.42569,41.78477],[-7.16829,41.87188],[-7.13345,41.94048],[-6.62988,41.91121],[-6.54783,41.85597],[-6.58717,41.68832],[-6.51523,41.64129],[-6.31628,41.64465],[-6.21737,41.5791],[-6.56244,41.26303],[-6.64112,41.26556],[-6.76814,41.13871],[-6.80186,41.03959],[-6.9536,41.03704],[-6.83783,40.87576],[-6.85356,40.60664],[-6.86818,40.44516],[-6.8086,40.34501],[-7.01767,40.26615],[-7.04128,40.13479],[-6.88616,40.02299],[-6.92213,39.87909],[-6.99519,39.81954],[-7.05027,39.67522],[-7.55271,39.67954],[-7.51449,39.58865],[-7.3279,39.45599],[-7.33689,39.35351],[-7.25596,39.28133],[-7.24472,39.19689],[-7.15255,39.16029],[-7.15368,39.09577],[-7.00081,39.08879],[-6.96934,39.01983],[-7.06151,38.90796],[-7.04352,38.87297],[-7.26383,38.73807],[-7.34027,38.44024],[-7.08062,38.15708],[-6.96147,38.20125],[-6.99632,38.10756],[-7.0143,38.02438],[-7.11771,38.05536],[-7.15368,38.01552],[-7.26833,37.98895],[-7.31666,37.83997],[-7.4249,37.75992],[-7.45013,37.66958],[-7.52196,37.57237],[-7.51916,37.52292],[-7.50197,37.51641],[-7.4647,37.45305],[-7.46963,37.40758],[-7.4481,37.39094],[-7.44597,37.33261],[-7.43805,37.2452],[-7.42492,37.23505],[-7.42029,37.21183],[-7.40832,37.16822],[-7.37535,37.15354],[-7.26474,37.18435],[-7.04264,37.18507],[-6.87448,37.10838],[-6.62989,37.0194],[-6.49052,36.91738],[-6.41588,36.79939],[-6.47433,36.74897],[-6.40419,36.6235],[-6.32146,36.58163],[-6.33585,36.53106],[-6.23154,36.37701],[-6.15061,36.28646],[-6.07752,36.22241],[-6.03573,36.1781],[-5.99834,36.1645],[-5.94003,36.16556],[-5.93848,36.12215],[-5.85668,36.12421],[-5.85506,36.03856],[-5.68996,36.04053],[-5.68886,36.00365],[-5.43532,36.00344],[-5.43658,36.03889],[-5.35161,36.04014],[-5.35248,36.12247],[-5.26809,36.12418],[-5.28411,36.19702],[-5.16995,36.35135],[-4.9188,36.45313],[-4.65712,36.44042],[-4.37435,36.66333],[-3.72804,36.69291],[-3.46108,36.65488],[-3.09402,36.71263],[-2.92015,36.66756],[-2.68129,36.65911],[-2.37219,36.78018],[-2.21588,36.66192],[-2.06835,36.69291],[-1.85408,36.91229],[-1.6767,37.27652],[-1.44089,37.39037],[-1.33832,37.52867],[-1.11071,37.51641],[-0.91963,37.53758],[-0.71939,37.58784],[-0.66415,37.62315],[-0.68831,37.734],[-0.72158,37.78306],[-0.73237,37.88107],[-0.68111,37.94562],[-0.63705,37.96122],[-0.61367,38.11986],[-0.584,38.17219],[-0.45451,38.14886],[-0.42933,38.16583],[-0.48238,38.19481],[-0.50487,38.28309],[-0.45091,38.33108],[-0.38347,38.33813],[-0.37987,38.39312],[-0.27197,38.47624],[-0.05705,38.52691],[-0.0022,38.60706],[0.09581,38.61338],[0.25587,38.72642],[0.23429,38.79864],[0.12189,38.87218],[0.00949,38.88268],[-0.11101,38.97222],[-0.21352,39.15585],[-0.18564,39.17746],[-0.28636,39.33343],[-0.29085,39.50363],[-0.18474,39.63117],[-0.09392,39.81169],[0.01039,39.89522],[0.07513,40.01447],[0.16415,40.06472],[0.26756,40.19192],[0.43392,40.37576],[0.55801,40.55022],[0.66502,40.53587],[0.87813,40.67514],[0.9114,40.73376],[0.75854,40.81956],[1.08585,41.04849],[1.17937,41.04646],[1.3763,41.11627],[1.86008,41.22322],[2.16492,41.29893],[2.26293,41.42716],[2.78358,41.63718],[3.06054,41.76474],[3.19452,41.85589],[3.24668,41.95294],[3.23055,42.126],[3.14759,42.12606],[3.14759,42.2073],[3.31397,42.20702],[3.31389,42.29084],[3.39739,42.29009],[3.39785,42.33404],[3.31412,42.33399],[3.31415,42.37604],[3.23049,42.37644],[3.23078,42.45934],[3.06388,42.45915],[3.06388,42.50085],[2.81126,42.50104],[2.81133,42.45961],[2.64448,42.45924],[2.64479,42.37626],[2.48098,42.37594],[2.48048,42.41797],[2.39768,42.41784],[2.39693,42.45994],[2.06456,42.45902],[2.06386,42.50164],[1.73164,42.50118],[1.73041,42.54342],[1.64328,42.54245],[1.64436,42.50203],[1.4813,42.50107],[1.48061,42.71034],[1.41137,42.70939],[1.36326,42.74155],[1.17532,42.73429],[1.10878,42.79898],[0.9676,42.81811],[0.71492,42.88272],[0.64118,42.85767],[0.62769,42.7224],[0.44875,42.71447],[0.36422,42.74287],[0.30218,42.71777],[0.18618,42.7541],[-0.03143,42.71249],[-0.14563,42.81086],[-0.31648,42.86558],[-0.42889,42.82009],[-0.50442,42.84845],[-0.55118,42.82207],[-0.69685,42.90314],[-0.71484,42.96108],[-0.7562,42.98213],[-0.94234,42.9749],[-1.00619,43.00778],[-1.19232,43.06496],[-1.27955,43.07744],[-1.23549,43.13325],[-1.30203,43.13522],[-1.36407,43.11159],[-1.37307,43.05117],[-1.41983,43.06036],[-1.44231,43.08336],[-1.37037,43.1713],[-1.35688,43.23815],[-1.36677,43.27614],[-1.47799,43.31284],[-1.56305,43.31338],[-1.56359,43.29212],[-1.60344,43.29266],[-1.60299,43.31295],[-1.64498,43.31332],[-1.64467,43.33372],[-1.68811,43.33413],[-1.68904,43.31291],[-1.72259,43.31318],[-1.71135,43.33125],[-1.71005,43.37569],[-1.77005,43.37605],[-1.7698,43.39644],[-1.85528,43.39725],[-1.9854,43.3563],[-2.30462,43.31706],[-2.74524,43.47551],[-2.93857,43.46246],[-3.1083,43.38163],[-3.56128,43.54236],[-3.74,43.48693],[-3.80295,43.51954],[-4.18399,43.42492],[-4.61562,43.4192],[-4.90899,43.48367],[-5.17875,43.49916],[-5.28553,43.56191],[-5.60363,43.57087],[-5.85204,43.6799],[-6.12293,43.57901],[-6.24882,43.6075],[-7.19975,43.58308],[-7.31889,43.67827],[-7.66284,43.80982],[-7.83591,43.73743],[-7.85605,43.79146],[-7.9172,43.78264],[-7.99921,43.7234],[-8.06467,43.72392],[-8.27761,43.57088],[-8.33444,43.57974],[-8.36033,43.46342],[-8.36105,43.41118],[-8.45745,43.39184],[-8.52507,43.36465],[-8.52435,43.3364],[-8.55097,43.32332],[-8.60996,43.3296],[-8.70635,43.305],[-8.78548,43.31914],[-8.82217,43.37354],[-8.87613,43.37407],[-8.8639,43.32908],[-8.92936,43.32699],[-8.93727,43.30553],[-8.99986,43.29558],[-8.99842,43.24477],[-9.03367,43.24267],[-9.06748,43.19916],[-9.14733,43.21018],[-9.2315,43.17032],[-9.25236,43.10417],[-9.30991,43.06004],[-9.27898,42.9822],[-9.30991,42.93113],[-9.2761,42.86051],[-9.21855,42.90163]],[[4.0628,40.12722],[4.06242,40.08499],[3.81287,40.08529],[3.81204,40.04344],[3.72908,40.0438],[3.72862,39.95842],[3.81266,39.9576],[3.81228,39.91644],[3.9609,39.91598],[4.19381,39.79131],[4.31503,39.79058],[4.31599,39.83293],[4.39874,39.83204],[4.39737,39.91858],[4.3158,39.91933],[4.31619,40.0434],[4.2319,40.04436],[4.23248,40.08478],[4.14915,40.08611],[4.14906,40.12552],[4.0628,40.12722]]],"terms_text":"IGN raster"},{"id":"Catastro-Spain","name":"Catastro Spain","type":"wms","template":"https://ovc.catastro.meh.es/Cartografia/WMS/ServidorWMS.aspx?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=Catastro&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","polygon":[[[-17.88913,27.85905],[-17.99065,27.85675],[-18.03868,27.76558],[-18.11464,27.76379],[-18.11546,27.78636],[-18.1661,27.78516],[-18.16349,27.69492],[-18.08898,27.69634],[-18.08734,27.67387],[-18.03641,27.67537],[-18.03501,27.63026],[-17.959,27.6324],[-17.86033,27.7926],[-17.86303,27.83688],[-17.8884,27.83649],[-17.88913,27.85905]],[[-15.75328,28.08143],[-15.7783,28.03632],[-15.82911,28.03558],[-15.82895,27.99066],[-15.8542,27.99018],[-15.85374,27.90089],[-15.80167,27.81105],[-15.70075,27.74335],[-15.62415,27.74199],[-15.62361,27.72134],[-15.54771,27.72161],[-15.52277,27.76678],[-15.47188,27.76665],[-15.47181,27.78939],[-15.421,27.78797],[-15.39598,27.83474],[-15.37057,27.83521],[-15.3708,27.92524],[-15.34548,27.92544],[-15.34578,28.01532],[-15.37065,28.01532],[-15.37103,28.03802],[-15.39644,28.03836],[-15.39728,28.19614],[-15.45016,28.19614],[-15.44978,28.15075],[-15.49874,28.15041],[-15.49897,28.1728],[-15.72826,28.17186],[-15.72788,28.08157],[-15.75328,28.08143]],[[-17.08208,28.13518],[-17.18579,28.22388],[-17.33846,28.2213],[-17.33756,28.17637],[-17.36297,28.17572],[-17.36038,28.06398],[-17.30867,28.01923],[-17.25785,28.01997],[-17.25768,27.99784],[-17.23199,27.99804],[-17.23211,28.02037],[-17.15633,28.02146],[-17.13154,28.06681],[-17.08084,28.068],[-17.08208,28.13518]],[[-16.44571,28.49113],[-16.52143,28.42261],[-16.87807,28.39542],[-16.87767,28.37293],[-16.92866,28.37219],[-16.92782,28.32758],[-16.90239,28.32793],[-16.90151,28.28277],[-16.87608,28.28322],[-16.87565,28.26055],[-16.85028,28.26079],[-16.8487,28.17075],[-16.82317,28.17087],[-16.8224,28.1259],[-16.7707,28.08161],[-16.74534,28.08181],[-16.7447,28.03679],[-16.7191,28.03714],[-16.71842,27.99192],[-16.61681,27.99305],[-16.61684,28.01532],[-16.51533,28.01648],[-16.4151,28.13113],[-16.41584,28.19761],[-16.34083,28.2893],[-16.34208,28.37951],[-16.31631,28.38019],[-16.31675,28.40176],[-16.26586,28.403],[-16.26535,28.44761],[-16.23858,28.44847],[-16.16475,28.49386],[-16.16481,28.51612],[-16.09934,28.51638],[-16.09951,28.5925],[-16.1278,28.59218],[-16.12793,28.60782],[-16.19162,28.60684],[-16.19125,28.58372],[-16.3446,28.58221],[-16.34433,28.55976],[-16.42092,28.55884],[-16.42059,28.53627],[-16.44625,28.53597],[-16.44571,28.49113]],[[-14.21537,28.33903],[-14.21688,28.22788],[-14.41575,28.11561],[-14.52244,28.11841],[-14.52156,28.04678],[-14.49593,28.04585],[-14.49628,28.06826],[-14.44666,28.0658],[-14.44578,28.04698],[-14.33197,28.03687],[-14.29132,28.04524],[-14.21472,28.11189],[-14.21537,28.15781],[-14.13866,28.15791],[-14.13871,28.17999],[-14.03696,28.17958],[-13.98564,28.22357],[-13.91582,28.22414],[-13.83151,28.39702],[-13.82885,28.53847],[-13.80339,28.53842],[-13.80258,28.6519],[-13.82786,28.6518],[-13.82757,28.71935],[-13.8013,28.71899],[-13.80007,28.78793],[-13.82896,28.78798],[-13.82902,28.76643],[-13.95617,28.76659],[-13.95652,28.74494],[-14.03358,28.72267],[-14.11151,28.4748],[-14.16417,28.45283],[-14.21537,28.33903]],[[-17.9424,28.87261],[-18.02241,28.80384],[-18.02125,28.74819],[-17.89395,28.52255],[-17.88463,28.44606],[-17.80601,28.4469],[-17.80861,28.4925],[-17.78316,28.49366],[-17.78331,28.54167],[-17.76225,28.5592],[-17.75197,28.58337],[-17.74573,28.61656],[-17.74579,28.67435],[-17.75708,28.67413],[-17.75744,28.69318],[-17.71293,28.73037],[-17.71398,28.76497],[-17.73949,28.76422],[-17.74127,28.832],[-17.76698,28.83122],[-17.76759,28.85378],[-17.89033,28.85151],[-17.89118,28.87371],[-17.9424,28.87261]],[[-13.85025,29.01659],[-13.85182,28.98343],[-13.85244,28.91486],[-13.90131,28.89245],[-13.9024,28.84698],[-13.80066,28.84566],[-13.80093,28.82311],[-13.77569,28.82305],[-13.69729,28.88982],[-13.69729,28.91277],[-13.60725,28.9118],[-13.43886,29.00024],[-13.43746,29.13513],[-13.4117,29.13499],[-13.41056,29.22298],[-13.45928,29.25559],[-13.45974,29.2942],[-13.50913,29.29456],[-13.51006,29.31635],[-13.56354,29.31729],[-13.56406,29.27138],[-13.53892,29.2712],[-13.53897,29.25004],[-13.56613,29.25013],[-13.5666,29.203],[-13.51565,29.20223],[-13.51565,29.18206],[-13.5398,29.18278],[-13.54089,29.13753],[-13.65782,29.13685],[-13.71322,29.09351],[-13.76634,29.09345],[-13.85025,29.01659]],[[1.50355,38.72532],[1.48133,38.91551],[1.55189,38.92544],[1.56673,38.95666],[1.64874,38.95833],[1.64799,38.99907],[1.73217,38.99936],[1.73147,39.04417],[1.64895,39.04319],[1.64816,39.12764],[1.39486,39.12657],[1.39544,39.08642],[1.22811,39.08526],[1.22911,39.0029],[1.14487,39.0018],[1.14528,38.832],[1.31136,38.83316],[1.31219,38.79065],[1.39469,38.79162],[1.39519,38.75296],[1.31128,38.75193],[1.31259,38.62388],[1.6489,38.62511],[1.64807,38.71115],[1.58456,38.71012],[1.58116,38.70054],[1.54915,38.70028],[1.51972,38.70921],[1.50355,38.72532]],[[2.31192,39.54179],[2.31223,39.49934],[2.43902,39.49934],[2.43871,39.48469],[2.43933,39.41611],[2.54507,39.41667],[2.54528,39.49942],[2.64538,39.49966],[2.64569,39.45774],[2.72885,39.45814],[2.72874,39.33342],[2.97904,39.3335],[2.97986,39.25015],[3.08302,39.24994],[3.31462,39.37855],[3.31506,39.47846],[3.48035,39.5959],[3.48148,39.79318],[3.14844,39.79357],[3.14823,39.83316],[3.23129,39.83292],[3.23139,40.00198],[3.14608,40.00198],[3.14566,39.96005],[2.92704,39.96016],[2.34601,39.62709],[2.22835,39.62606],[2.22907,39.541],[2.31192,39.54179]],[[-9.21855,42.90163],[-9.14661,42.77503],[-9.08834,42.72696],[-9.03655,42.73066],[-9.1092,42.57511],[-8.89106,41.82289],[-8.60704,42.03405],[-8.36762,42.05575],[-8.24848,42.1008],[-8.12933,42.03488],[-8.25185,41.90786],[-8.13045,41.78058],[-7.95398,41.84593],[-7.42569,41.78477],[-7.16829,41.87188],[-7.13345,41.94048],[-6.62988,41.91121],[-6.54783,41.85597],[-6.58717,41.68832],[-6.51523,41.64129],[-6.31628,41.64465],[-6.21737,41.5791],[-6.56244,41.26303],[-6.64112,41.26556],[-6.76814,41.13871],[-6.80186,41.03959],[-6.9536,41.03704],[-6.83783,40.87576],[-6.85356,40.60664],[-6.86818,40.44516],[-6.8086,40.34501],[-7.01767,40.26615],[-7.04128,40.13479],[-6.88616,40.02299],[-6.92213,39.87909],[-6.99519,39.81954],[-7.05027,39.67522],[-7.55271,39.67954],[-7.51449,39.58865],[-7.3279,39.45599],[-7.33689,39.35351],[-7.25596,39.28133],[-7.24472,39.19689],[-7.15255,39.16029],[-7.15368,39.09577],[-7.00081,39.08879],[-6.96934,39.01983],[-7.06151,38.90796],[-7.04352,38.87297],[-7.26383,38.73807],[-7.34027,38.44024],[-7.08062,38.15708],[-6.96147,38.20125],[-6.99632,38.10756],[-7.0143,38.02438],[-7.11771,38.05536],[-7.15368,38.01552],[-7.26833,37.98895],[-7.31666,37.83997],[-7.4249,37.75992],[-7.45013,37.66958],[-7.52196,37.57237],[-7.51916,37.52292],[-7.50197,37.51641],[-7.4647,37.45305],[-7.46963,37.40758],[-7.4481,37.39094],[-7.44597,37.33261],[-7.43805,37.2452],[-7.42492,37.23505],[-7.42029,37.21183],[-7.40832,37.16822],[-7.37535,37.15354],[-7.26474,37.18435],[-7.04264,37.18507],[-6.87448,37.10838],[-6.62989,37.0194],[-6.49052,36.91738],[-6.41588,36.79939],[-6.47433,36.74897],[-6.40419,36.6235],[-6.32146,36.58163],[-6.33585,36.53106],[-6.23154,36.37701],[-6.15061,36.28646],[-6.07752,36.22241],[-6.03573,36.1781],[-5.99834,36.1645],[-5.94003,36.16556],[-5.93848,36.12215],[-5.85668,36.12421],[-5.85506,36.03856],[-5.68996,36.04053],[-5.68886,36.00365],[-5.43532,36.00344],[-5.43658,36.03889],[-5.35161,36.04014],[-5.35248,36.12247],[-5.26809,36.12418],[-5.28411,36.19702],[-5.16995,36.35135],[-4.9188,36.45313],[-4.65712,36.44042],[-4.37435,36.66333],[-3.72804,36.69291],[-3.46108,36.65488],[-3.09402,36.71263],[-2.92015,36.66756],[-2.68129,36.65911],[-2.37219,36.78018],[-2.21588,36.66192],[-2.06835,36.69291],[-1.85408,36.91229],[-1.6767,37.27652],[-1.44089,37.39037],[-1.33832,37.52867],[-1.11071,37.51641],[-0.91963,37.53758],[-0.71939,37.58784],[-0.66415,37.62315],[-0.68831,37.734],[-0.72158,37.78306],[-0.73237,37.88107],[-0.68111,37.94562],[-0.63705,37.96122],[-0.61367,38.11986],[-0.584,38.17219],[-0.45451,38.14886],[-0.42933,38.16583],[-0.48238,38.19481],[-0.50487,38.28309],[-0.45091,38.33108],[-0.38347,38.33813],[-0.37987,38.39312],[-0.27197,38.47624],[-0.05705,38.52691],[-0.0022,38.60706],[0.09581,38.61338],[0.25587,38.72642],[0.23429,38.79864],[0.12189,38.87218],[0.00949,38.88268],[-0.11101,38.97222],[-0.21352,39.15585],[-0.18564,39.17746],[-0.28636,39.33343],[-0.29085,39.50363],[-0.18474,39.63117],[-0.09392,39.81169],[0.01039,39.89522],[0.07513,40.01447],[0.16415,40.06472],[0.26756,40.19192],[0.43392,40.37576],[0.55801,40.55022],[0.66502,40.53587],[0.87813,40.67514],[0.9114,40.73376],[0.75854,40.81956],[1.08585,41.04849],[1.17937,41.04646],[1.3763,41.11627],[1.86008,41.22322],[2.16492,41.29893],[2.26293,41.42716],[2.78358,41.63718],[3.06054,41.76474],[3.19452,41.85589],[3.24668,41.95294],[3.23055,42.126],[3.14759,42.12606],[3.14759,42.2073],[3.31397,42.20702],[3.31389,42.29084],[3.39739,42.29009],[3.39785,42.33404],[3.31412,42.33399],[3.31415,42.37604],[3.23049,42.37644],[3.23078,42.45934],[3.06388,42.45915],[3.06388,42.50085],[2.81126,42.50104],[2.81133,42.45961],[2.64448,42.45924],[2.64479,42.37626],[2.48098,42.37594],[2.48048,42.41797],[2.39768,42.41784],[2.39693,42.45994],[2.06456,42.45902],[2.06386,42.50164],[1.73164,42.50118],[1.73041,42.54342],[1.64328,42.54245],[1.64436,42.50203],[1.4813,42.50107],[1.48061,42.71034],[1.41137,42.70939],[1.36326,42.74155],[1.17532,42.73429],[1.10878,42.79898],[0.9676,42.81811],[0.71492,42.88272],[0.64118,42.85767],[0.62769,42.7224],[0.44875,42.71447],[0.36422,42.74287],[0.30218,42.71777],[0.18618,42.7541],[-0.03143,42.71249],[-0.14563,42.81086],[-0.31648,42.86558],[-0.42889,42.82009],[-0.50442,42.84845],[-0.55118,42.82207],[-0.69685,42.90314],[-0.71484,42.96108],[-0.7562,42.98213],[-0.94234,42.9749],[-1.00619,43.00778],[-1.19232,43.06496],[-1.27955,43.07744],[-1.23549,43.13325],[-1.30203,43.13522],[-1.36407,43.11159],[-1.37307,43.05117],[-1.41983,43.06036],[-1.44231,43.08336],[-1.37037,43.1713],[-1.35688,43.23815],[-1.36677,43.27614],[-1.47799,43.31284],[-1.56305,43.31338],[-1.56359,43.29212],[-1.60344,43.29266],[-1.60299,43.31295],[-1.64498,43.31332],[-1.64467,43.33372],[-1.68811,43.33413],[-1.68904,43.31291],[-1.72259,43.31318],[-1.71135,43.33125],[-1.71005,43.37569],[-1.77005,43.37605],[-1.7698,43.39644],[-1.85528,43.39725],[-1.9854,43.3563],[-2.30462,43.31706],[-2.74524,43.47551],[-2.93857,43.46246],[-3.1083,43.38163],[-3.56128,43.54236],[-3.74,43.48693],[-3.80295,43.51954],[-4.18399,43.42492],[-4.61562,43.4192],[-4.90899,43.48367],[-5.17875,43.49916],[-5.28553,43.56191],[-5.60363,43.57087],[-5.85204,43.6799],[-6.12293,43.57901],[-6.24882,43.6075],[-7.19975,43.58308],[-7.31889,43.67827],[-7.66284,43.80982],[-7.83591,43.73743],[-7.85605,43.79146],[-7.9172,43.78264],[-7.99921,43.7234],[-8.06467,43.72392],[-8.27761,43.57088],[-8.33444,43.57974],[-8.36033,43.46342],[-8.36105,43.41118],[-8.45745,43.39184],[-8.52507,43.36465],[-8.52435,43.3364],[-8.55097,43.32332],[-8.60996,43.3296],[-8.70635,43.305],[-8.78548,43.31914],[-8.82217,43.37354],[-8.87613,43.37407],[-8.8639,43.32908],[-8.92936,43.32699],[-8.93727,43.30553],[-8.99986,43.29558],[-8.99842,43.24477],[-9.03367,43.24267],[-9.06748,43.19916],[-9.14733,43.21018],[-9.2315,43.17032],[-9.25236,43.10417],[-9.30991,43.06004],[-9.27898,42.9822],[-9.30991,42.93113],[-9.2761,42.86051],[-9.21855,42.90163]],[[4.0628,40.12722],[4.06242,40.08499],[3.81287,40.08529],[3.81204,40.04344],[3.72908,40.0438],[3.72862,39.95842],[3.81266,39.9576],[3.81228,39.91644],[3.9609,39.91598],[4.19381,39.79131],[4.31503,39.79058],[4.31599,39.83293],[4.39874,39.83204],[4.39737,39.91858],[4.3158,39.91933],[4.31619,40.0434],[4.2319,40.04436],[4.23248,40.08478],[4.14915,40.08611],[4.14906,40.12552],[4.0628,40.12722]]]},{"id":"Cattaraugus_NY_2020","name":"Cattaraugus County Orthoimagery (2020)","type":"wms","template":"https://maps2.cattco.org/arcgiswebadaptor/rest/services/AerialPhotos/MapServer/export?f=image&format=jpg&layers=show:12&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-79.06186,42.5468],[-79.06174,41.99622],[-78.29557,41.99625],[-78.2955,42.53232],[-78.45273,42.53234],[-78.45271,42.5468],[-78.49202,42.54682],[-78.49204,42.53231],[-78.55096,42.53232],[-78.55097,42.51783],[-78.62955,42.51783],[-78.62954,42.50335],[-78.66885,42.50334],[-78.66883,42.48887],[-78.74745,42.48885],[-78.74741,42.4744],[-78.8064,42.47436],[-78.80635,42.45992],[-78.8457,42.45988],[-78.84564,42.44544],[-78.88487,42.44539],[-78.88494,42.45993],[-78.92416,42.45988],[-78.92423,42.47443],[-78.94379,42.47437],[-78.94387,42.50341],[-78.96343,42.50334],[-78.96352,42.51789],[-78.98307,42.51783],[-78.98316,42.54688],[-79.06186,42.5468]]],"terms_url":"https://www.cattco.org/real-property-and-gis","terms_text":"Cattaraugus County Real Property Services","description":"Spring 2020 3-inch resolution orthoimagery for Cattaraugus County in the State of New York","icon":"https://www.cattco.org/sites/default/files/inline-images/cattcoseal_0.png"},{"id":"Cattaraugus_NY_2021","name":"Cattaraugus County Orthoimagery (2021)","type":"wms","template":"https://maps2.cattco.org/arcgiswebadaptor/rest/services/AerialPhotos/MapServer/export?f=image&format=jpg&layers=show:8&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-79.06186,42.5468],[-79.06174,41.99622],[-78.29557,41.99625],[-78.2955,42.53232],[-78.45273,42.53234],[-78.45271,42.5468],[-78.49202,42.54682],[-78.49204,42.53231],[-78.55096,42.53232],[-78.55097,42.51783],[-78.62955,42.51783],[-78.62954,42.50335],[-78.66885,42.50334],[-78.66883,42.48887],[-78.74745,42.48885],[-78.74741,42.4744],[-78.8064,42.47436],[-78.80635,42.45992],[-78.8457,42.45988],[-78.84564,42.44544],[-78.88487,42.44539],[-78.88494,42.45993],[-78.92416,42.45988],[-78.92423,42.47443],[-78.94379,42.47437],[-78.94387,42.50341],[-78.96343,42.50334],[-78.96352,42.51789],[-78.98307,42.51783],[-78.98316,42.54688],[-79.06186,42.5468]]],"terms_url":"https://www.cattco.org/real-property-and-gis","terms_text":"Cattaraugus County Real Property Services","description":"Spring 2021 1-foot resolution orthoimagery for Cattaraugus County in the State of New York","icon":"https://www.cattco.org/sites/default/files/inline-images/cattcoseal_0.png"},{"id":"Cattaraugus_NY_2023","name":"Cattaraugus County Orthoimagery (2023)","type":"wms","template":"https://maps2.cattco.org/arcgiswebadaptor/rest/services/AerialPhotos/MapServer/export?f=image&format=jpg&layers=show:44&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-79.06186,42.5468],[-79.06174,41.99622],[-78.29557,41.99625],[-78.2955,42.53232],[-78.45273,42.53234],[-78.45271,42.5468],[-78.49202,42.54682],[-78.49204,42.53231],[-78.55096,42.53232],[-78.55097,42.51783],[-78.62955,42.51783],[-78.62954,42.50335],[-78.66885,42.50334],[-78.66883,42.48887],[-78.74745,42.48885],[-78.74741,42.4744],[-78.8064,42.47436],[-78.80635,42.45992],[-78.8457,42.45988],[-78.84564,42.44544],[-78.88487,42.44539],[-78.88494,42.45993],[-78.92416,42.45988],[-78.92423,42.47443],[-78.94379,42.47437],[-78.94387,42.50341],[-78.96343,42.50334],[-78.96352,42.51789],[-78.98307,42.51783],[-78.98316,42.54688],[-79.06186,42.5468]]],"terms_url":"https://www.cattco.org/real-property-and-gis","terms_text":"Cattaraugus County Real Property Services","description":"Spring 2023 9-inch resolution orthoimagery for Cattaraugus County in the State of New York","icon":"https://www.cattco.org/sites/default/files/inline-images/cattcoseal_0.png"},{"id":"CBJ_Aerial_20130611","name":"CBJ Aerial Imagery (2013)","type":"wms","template":"https://epv.ci.juneau.ak.us/arcgis/rest/services/prod/aerial_layers_ipv/MapServer/export?f=image&format=jpg&layers=show:2&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2013-06-11T00:00:00.000Z","startDate":"2013-06-11T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-133.99011,58.0885],[-134.09657,58.08868],[-134.04817,58.04655],[-133.98971,58.04593],[-133.99011,58.0885]],[[-133.74024,58.11767],[-133.71484,58.12254],[-133.7148,58.13439],[-133.71069,58.13926],[-133.69724,58.14554],[-133.6927,58.14909],[-133.69772,58.15153],[-133.70162,58.15011],[-133.70409,58.14957],[-133.70561,58.14943],[-133.71332,58.14965],[-133.72018,58.14905],[-133.72568,58.14727],[-133.72716,58.14727],[-133.73615,58.14504],[-133.74567,58.14454],[-133.75057,58.14109],[-133.75305,58.14028],[-133.75334,58.13787],[-133.75553,58.13652],[-133.76001,58.13139],[-133.75652,58.13042],[-133.75202,58.12688],[-133.75039,58.124],[-133.74769,58.12299],[-133.74494,58.12224],[-133.74261,58.12071],[-133.74024,58.11767]]],"terms_url":"https://juneau.org/","terms_text":"City and Borough of Juneau"},{"id":"CBJ_Aerial_20230618","name":"CBJ Aerial Imagery (June 2023)","type":"wms","template":"https://epv.ci.juneau.ak.us/arcgis/rest/services/prod/aerial_layers_ipv/MapServer/export?f=image&format=jpg&layers=show:1,4&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-06-18T00:00:00.000Z","startDate":"2023-06-18T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-134.61874,58.22512],[-134.62587,58.20943],[-134.71336,58.20403],[-134.72282,58.20134],[-134.73386,58.19908],[-134.74061,58.19488],[-134.74433,58.19001],[-134.74686,58.17393],[-134.7677,58.16534],[-134.76362,58.13428],[-134.77373,58.09475],[-134.7398,58.06273],[-134.72317,58.05733],[-134.71279,58.05601],[-134.68565,58.05699],[-134.66252,58.0638],[-134.6085,58.07173],[-134.59713,58.07391],[-134.59085,58.07765],[-134.59415,58.08426],[-134.59972,58.0904],[-134.61136,58.09834],[-134.62597,58.10441],[-134.63891,58.10247],[-134.65819,58.10296],[-134.66839,58.10186],[-134.69836,58.0892],[-134.70603,58.08837],[-134.71381,58.0994],[-134.71601,58.10467],[-134.71628,58.10976],[-134.72444,58.12512],[-134.72654,58.13925],[-134.72481,58.14601],[-134.70383,58.14982],[-134.68464,58.14901],[-134.6667,58.14941],[-134.63493,58.15118],[-134.60069,58.16042],[-134.56788,58.16435],[-134.54221,58.16994],[-134.55267,58.19067],[-134.25079,58.1834],[-134.26035,58.22544],[-134.25344,58.23108],[-134.26416,58.23664],[-134.25935,58.2452],[-134.24933,58.2535],[-134.24197,58.25831],[-134.23749,58.26543],[-134.24977,58.27302],[-134.26159,58.28616],[-134.26439,58.28704],[-134.27685,58.2873],[-134.28833,58.29349],[-134.29511,58.29384],[-134.30203,58.31231],[-134.29658,58.31517],[-134.29634,58.32237],[-134.29946,58.32774],[-134.3063,58.33112],[-134.33102,58.33176],[-134.34054,58.34178],[-134.33874,58.35593],[-134.37859,58.36031],[-134.40874,58.35584],[-134.41222,58.3569],[-134.40986,58.36293],[-134.42225,58.38424],[-134.41663,58.39376],[-134.42471,58.39741],[-134.44312,58.40132],[-134.45563,58.40175],[-134.47051,58.3993],[-134.46867,58.40926],[-134.46141,58.41038],[-134.45724,58.41977],[-134.46837,58.43423],[-134.4754,58.43859],[-134.48694,58.43851],[-134.49071,58.4441],[-134.59533,58.45767],[-134.60696,58.44458],[-134.60857,58.43626],[-134.6169,58.43231],[-134.63058,58.44381],[-134.65845,58.45851],[-134.69286,58.49672],[-134.70279,58.52028],[-134.68519,58.52654],[-134.66018,58.52954],[-134.66519,58.55193],[-134.7205,58.55506],[-134.71495,58.58193],[-134.72745,58.59183],[-134.78041,58.59177],[-134.83179,58.63274],[-134.84326,58.6543],[-134.84905,58.69617],[-134.89666,58.74875],[-134.89898,58.76618],[-134.90881,58.78763],[-134.90514,58.80576],[-134.94182,58.82834],[-134.98561,58.84282],[-134.98695,58.85249],[-134.99512,58.86044],[-135.02297,58.86831],[-135.0404,58.87998],[-135.05083,58.88216],[-135.06905,58.88235],[-135.0768,58.88546],[-135.0802,58.89039],[-135.08903,58.89552],[-135.10825,58.89595],[-135.12065,58.88613],[-135.14665,58.88392],[-135.15619,58.85909],[-135.14359,58.84611],[-135.0649,58.79625],[-135.02283,58.7749],[-135.00264,58.77307],[-135.07382,58.50253],[-134.61874,58.22512]],[[-133.94232,58.44431],[-133.91425,58.44443],[-133.91334,58.45398],[-133.92971,58.46561],[-133.92825,58.48278],[-133.9327,58.49277],[-133.94562,58.49491],[-133.96469,58.47627],[-133.94232,58.44431]],[[-133.77957,58.5322],[-133.77187,58.52417],[-133.74812,58.52151],[-133.67201,58.53822],[-133.66397,58.54841],[-133.68627,58.55485],[-133.77957,58.5322]]],"terms_url":"https://juneau.org/","terms_text":"City and Borough of Juneau"},{"id":"CBJ_Aerial_20230516","name":"CBJ Aerial Imagery (May 2023)","type":"wms","template":"https://epv.ci.juneau.ak.us/arcgis/rest/services/prod/aerial_layers_ipv/MapServer/export?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-05-16T00:00:00.000Z","startDate":"2023-05-16T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-134.77726,58.44302],[-134.78712,58.36028],[-134.69295,58.36649],[-134.66977,58.32924],[-134.61688,58.32925],[-134.60905,58.3207],[-134.5946,58.32468],[-134.58405,58.33389],[-134.57548,58.33394],[-134.56675,58.33753],[-134.53093,58.33615],[-134.50906,58.33245],[-134.51402,58.3288],[-134.37264,58.25791],[-134.34996,58.26849],[-134.2962,58.24016],[-134.28728,58.24533],[-134.28751,58.24774],[-134.39836,58.30093],[-134.3979,58.30453],[-134.38235,58.30573],[-134.38167,58.31108],[-134.42979,58.31066],[-134.46581,58.33512],[-134.46969,58.33542],[-134.47129,58.33668],[-134.47701,58.3383],[-134.47975,58.33836],[-134.47998,58.34082],[-134.4833,58.34106],[-134.48287,58.35052],[-134.47178,58.36024],[-134.48698,58.36623],[-134.52562,58.36575],[-134.52539,58.36257],[-134.54127,58.36389],[-134.56768,58.36371],[-134.57019,58.36515],[-134.56957,58.37207],[-134.53929,58.40568],[-134.60209,58.4161],[-134.61446,58.42003],[-134.61931,58.41634],[-134.60671,58.41105],[-134.6125,58.40123],[-134.63957,58.39626],[-134.64779,58.39238],[-134.66581,58.38626],[-134.69476,58.38449],[-134.7142,58.38118],[-134.72978,58.3813],[-134.75124,58.40761],[-134.75188,58.43221],[-134.75741,58.44515],[-134.77726,58.44302]]],"terms_url":"https://juneau.org/","terms_text":"City and Borough of Juneau","best":true},{"id":"Charlotte_Ortho_2020","name":"Charlotte County Orthoimagery (2020)","type":"wms","template":"https://agis.charlottecountyfl.gov/arcgis/rest/services/Aerials/Raster2020/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.26451,26.94701],[-82.38809,26.94605],[-82.26226,26.71081],[-82.06476,26.7683],[-81.55921,26.76777],[-81.55814,27.04285],[-82.2647,27.0433],[-82.26451,26.94701]]],"terms_url":"https://www.charlottecountyfl.gov/gis/","terms_text":"Charlotte County Geographic Information Systems","description":"The 2020 orthoimagery for Charlotte County in the State of Florida"},{"id":"Charlotte_Ortho_2022","name":"Charlotte County Orthoimagery (2022)","type":"wms","template":"https://agis.charlottecountyfl.gov/arcgis/rest/services/Aerials/Aerials2022_Post_IAN/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.26451,26.94701],[-82.38809,26.94605],[-82.26123,26.69942],[-82.06476,26.7683],[-82.00362,26.76846],[-82.00362,26.79597],[-81.98823,26.79592],[-81.98828,26.82343],[-81.97289,26.82343],[-81.97286,26.83721],[-81.95752,26.83719],[-81.95746,26.87845],[-81.94222,26.87854],[-81.94215,26.98851],[-81.98825,26.98844],[-81.98817,27.04348],[-82.2647,27.0433],[-82.26451,26.94701]]],"terms_url":"https://www.charlottecountyfl.gov/gis/","terms_text":"Charlotte County Geographic Information Systems","description":"The 2022 orthoimagery for Charlotte County in the State of Florida"},{"id":"Charlotte_Ortho_2023","name":"Charlotte County Orthoimagery (2023)","type":"wms","template":"https://agis.charlottecountyfl.gov/arcgis/rest/services/Aerials/Aerials2023/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.26451,26.94701],[-82.38809,26.94605],[-82.26123,26.69942],[-82.06476,26.7683],[-82.00362,26.76846],[-82.00362,26.79597],[-81.98823,26.79592],[-81.98828,26.82343],[-81.97289,26.82343],[-81.97286,26.83721],[-81.95752,26.83719],[-81.95746,26.87845],[-81.94222,26.87854],[-81.94215,26.98851],[-81.98825,26.98844],[-81.98817,27.04348],[-82.2647,27.0433],[-82.26451,26.94701]]],"terms_url":"https://www.charlottecountyfl.gov/gis/","terms_text":"Charlotte County Geographic Information Systems","description":"The 2023 orthoimagery for Charlotte County in the State of Florida"},{"id":"Charlotte_Ortho_2024","name":"Charlotte County Orthoimagery (2024)","type":"wms","template":"https://agis.charlottecountyfl.gov/arcgis/rest/services/Aerials/Aerials2024/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.26451,26.94701],[-82.38809,26.94605],[-82.26123,26.69942],[-82.06476,26.7683],[-82.00362,26.76846],[-82.00362,26.79597],[-81.98823,26.79592],[-81.98828,26.82343],[-81.97289,26.82343],[-81.97286,26.83721],[-81.95752,26.83719],[-81.95746,26.87845],[-81.94222,26.87854],[-81.94215,26.98851],[-81.98825,26.98844],[-81.98817,27.04348],[-82.2647,27.0433],[-82.26451,26.94701]]],"terms_url":"https://www.charlottecountyfl.gov/gis/","terms_text":"Charlotte County Geographic Information Systems","description":"The 2024 orthoimagery for Charlotte County in the State of Florida"},{"id":"Geodata-Gov-2014_Ortofoto_Chisinau","name":"Chișinău Municipality Orthophoto (2014)","type":"wms","template":"http://geodata.gov.md/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=orthophoto:Ortochis_2014&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","polygon":[[[28.65917,47.14834],[28.65821,47.14419],[28.65758,47.14444],[28.65046,47.13528],[28.65198,47.135],[28.64894,47.13062],[28.65129,47.12982],[28.64825,47.12588],[28.65668,47.12273],[28.65447,47.11859],[28.66636,47.11558],[28.66318,47.11116],[28.67043,47.10895],[28.68411,47.10603],[28.68259,47.10072],[28.69275,47.09865],[28.69068,47.09399],[28.696,47.09282],[28.69565,47.09188],[28.69171,47.09268],[28.68978,47.08821],[28.65834,47.09484],[28.65641,47.08985],[28.65012,47.09122],[28.64404,47.07626],[28.63139,47.07847],[28.63036,47.07452],[28.62594,47.07536],[28.61979,47.06219],[28.62193,47.06181],[28.61972,47.05701],[28.63526,47.0539],[28.63305,47.04929],[28.63844,47.04816],[28.6363,47.04321],[28.64072,47.04222],[28.63817,47.03705],[28.65993,47.03267],[28.65765,47.02786],[28.6591,47.02753],[28.65654,47.02268],[28.67188,47.01953],[28.66981,47.01463],[28.69054,47.01024],[28.68826,47.00511],[28.69596,47.00388],[28.71199,47.00044],[28.7093,46.99554],[28.71936,46.99305],[28.71645,46.98829],[28.7273,46.98588],[28.7237,46.98041],[28.72916,46.97938],[28.72909,46.98008],[28.73234,46.97942],[28.72965,46.97419],[28.73676,46.97278],[28.73448,46.96764],[28.74063,46.96655],[28.73814,46.96104],[28.77718,46.95259],[28.81104,46.94547],[28.8061,46.93519],[28.82165,46.93113],[28.8193,46.92653],[28.82216,46.92563],[28.81985,46.92075],[28.82102,46.92049],[28.81874,46.91553],[28.82234,46.91452],[28.82009,46.91454],[28.81822,46.90989],[28.81892,46.90947],[28.81698,46.9048],[28.81857,46.90442],[28.81657,46.89965],[28.81712,46.89927],[28.81491,46.89474],[28.82106,46.89295],[28.83854,46.88922],[28.83647,46.88449],[28.83833,46.88416],[28.83391,46.87448],[28.84987,46.87089],[28.88297,46.86366],[28.90971,46.85766],[28.95783,46.84717],[28.95959,46.85164],[28.976,46.84817],[28.97811,46.85315],[28.99942,46.84833],[29.00136,46.85218],[29.00374,46.85164],[29.00405,46.85211],[29.01656,46.84984],[29.01905,46.85485],[29.02112,46.85355],[29.03052,46.85147],[29.03079,46.85235],[29.03874,46.85027],[29.04088,46.85575],[29.04157,46.85544],[29.04527,46.86456],[29.04454,46.86466],[29.04727,46.86966],[29.04195,46.87063],[29.04461,46.87578],[29.03933,46.87708],[29.03895,46.87757],[29.04154,46.88213],[29.04095,46.88227],[29.04347,46.88733],[29.04181,46.88773],[29.0405,46.88846],[29.04295,46.89309],[29.03877,46.89396],[29.04133,46.89918],[29.03926,46.89958],[29.04192,46.90484],[29.03933,46.90536],[29.04181,46.91065],[29.03895,46.91122],[29.04161,46.91615],[29.03978,46.91653],[29.0423,46.92153],[29.03981,46.92193],[29.0424,46.92714],[29.00063,46.93615],[28.9912,46.93615],[28.99117,46.93809],[28.98612,46.93939],[28.97421,46.94184],[28.97445,46.94222],[28.98194,46.94073],[28.98668,46.95042],[28.98543,46.95057],[28.98764,46.95566],[28.99089,46.95486],[28.99324,46.95967],[29.00091,46.95806],[29.00575,46.96778],[29.00395,46.96787],[29.00644,46.97245],[29.00512,46.97278],[29.00775,46.97749],[29.00602,46.97806],[29.00796,46.98258],[29.00402,46.98348],[29.01017,46.99743],[28.99815,46.99993],[29.00036,47.00398],[28.99193,47.006],[28.99407,47.01123],[28.98958,47.01222],[28.99428,47.02155],[28.98488,47.02334],[28.98702,47.028],[28.98205,47.02923],[28.9864,47.03907],[28.98412,47.04039],[29.01418,47.03389],[29.02261,47.03205],[29.02468,47.03761],[29.02654,47.03737],[29.02834,47.04458],[29.02945,47.04674],[29.03262,47.04623],[29.03428,47.05075],[29.03788,47.05522],[29.0613,47.05013],[29.07146,47.04877],[29.07291,47.05305],[29.08044,47.05103],[29.08368,47.05654],[29.08493,47.0563],[29.08755,47.06402],[29.0888,47.06586],[29.12728,47.05743],[29.12853,47.06082],[29.13433,47.05964],[29.14511,47.06746],[29.14304,47.06868],[29.14863,47.0788],[29.14794,47.07946],[29.15036,47.08458],[29.12625,47.09089],[29.1286,47.09583],[29.08189,47.10613],[29.08659,47.11713],[29.05494,47.12348],[29.04064,47.12715],[29.03477,47.11638],[29.02247,47.11901],[29.02026,47.11375],[29.01887,47.11393],[29.01701,47.10895],[29.0148,47.10942],[29.01155,47.10443],[29.00982,47.10458],[28.97324,47.11248],[28.96899,47.11299],[28.96581,47.11389],[28.96204,47.11509],[28.95793,47.11596],[28.9521,47.11673],[28.94563,47.11748],[28.94449,47.11313],[28.9379,47.11462],[28.93147,47.10688],[28.9323,47.10655],[28.93154,47.10326],[28.9295,47.10039],[28.92587,47.10084],[28.92498,47.10124],[28.92715,47.10542],[28.92726,47.10688],[28.93036,47.10639],[28.93755,47.12047],[28.92684,47.12282],[28.92774,47.12484],[28.92767,47.13434],[28.92539,47.13462],[28.9276,47.13965],[28.92339,47.14054],[28.92795,47.15074],[28.87889,47.16173],[28.87696,47.15727],[28.87578,47.15718],[28.83495,47.16606],[28.82797,47.15121],[28.82866,47.15069],[28.82631,47.14562],[28.83211,47.1443],[28.82686,47.13368],[28.75894,47.14787],[28.75687,47.14313],[28.75549,47.14336],[28.74879,47.13001],[28.75031,47.12959],[28.74975,47.12865],[28.74713,47.12888],[28.74671,47.12494],[28.7454,47.12536],[28.74139,47.11986],[28.73787,47.12009],[28.73676,47.11393],[28.73428,47.11078],[28.72972,47.11205],[28.73269,47.11614],[28.72433,47.11925],[28.71901,47.12042],[28.71065,47.12146],[28.71168,47.12733],[28.69634,47.12964],[28.69254,47.13114],[28.69524,47.13495],[28.6855,47.13819],[28.68653,47.14322],[28.65917,47.14834]]],"terms_url":"http://geoportalinds.gov.md/geonetwork/srv/eng/catalog.search#/metadata/a959bbff-0489-4985-92ee-5e74b583cd8e","terms_text":"© Primăria Municipiului Chișinău, Agenţia Geodezie, Cartografie şi Cadastru / Geoportal INDS / Chișinău Municipality Orthophoto 2014","best":true,"description":"2014 Chișinău Municipality Orthophoto, true colors, covers the entire territory of the Chișinău Municipality including its border area, except for the village of Condrița.","icon":"https://geoportalinds.gov.md/geonetwork/images/logos/favicon.png"},{"id":"GeoData-Gov-2006_Ortofoto_Chisinau","name":"Chișinău Orthophoto (2006)","type":"wms","template":"http://geodata.gov.md/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=orthophoto:Ortochis_2006&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2006-01-01T00:00:00.000Z","polygon":[[[28.79956,46.99875],[28.79766,46.99836],[28.79432,46.99772],[28.79234,46.99846],[28.78778,46.99951],[28.78699,46.99779],[28.78349,46.9984],[28.78276,46.9991],[28.7824,47.00099],[28.78069,47.0034],[28.77687,47.0057],[28.77369,47.00247],[28.77901,46.99992],[28.77874,46.99747],[28.77855,46.99618],[28.77628,46.99275],[28.77306,46.99313],[28.7719,46.99066],[28.77377,46.99023],[28.7735,46.98853],[28.77008,46.98612],[28.7723,46.98494],[28.77106,46.9842],[28.76926,46.98112],[28.7723,46.97912],[28.77306,46.97968],[28.77768,46.98368],[28.78132,46.98697],[28.78588,46.98968],[28.79305,46.99272],[28.80005,46.99516],[28.80336,46.99012],[28.8089,46.99057],[28.80966,46.99172],[28.81102,46.99194],[28.81265,46.99135],[28.81553,46.99323],[28.8196,46.99057],[28.82107,46.98779],[28.82307,46.98816],[28.82351,46.98697],[28.82856,46.98812],[28.83366,46.98412],[28.83339,46.9829],[28.83442,46.98168],[28.83079,46.98086],[28.8284,46.97886],[28.82981,46.97531],[28.82932,46.97275],[28.83013,46.97182],[28.83209,46.9706],[28.83415,46.97034],[28.83746,46.97775],[28.83958,46.97875],[28.84099,46.98031],[28.84241,46.97949],[28.84713,46.97393],[28.84925,46.9723],[28.85142,46.97134],[28.85359,46.97116],[28.85766,46.97323],[28.86168,46.97408],[28.86641,46.97427],[28.87075,46.97393],[28.87699,46.97545],[28.88367,46.97801],[28.88525,46.9776],[28.88509,46.97601],[28.88536,46.97486],[28.8891,46.97193],[28.88378,46.96975],[28.8859,46.96667],[28.88872,46.96486],[28.88438,46.96193],[28.88954,46.95882],[28.89356,46.96171],[28.89904,46.95837],[28.91001,46.96315],[28.91126,46.96204],[28.90995,46.96141],[28.90985,46.96052],[28.91272,46.96008],[28.92195,46.95059],[28.92016,46.94773],[28.92147,46.94714],[28.92212,46.94547],[28.92125,46.94451],[28.92239,46.94388],[28.91897,46.93898],[28.91788,46.93839],[28.91788,46.93628],[28.91728,46.9358],[28.91169,46.93635],[28.91153,46.93494],[28.90697,46.93505],[28.90637,46.93246],[28.91897,46.93138],[28.91843,46.92997],[28.90751,46.92983],[28.9061,46.92868],[28.89942,46.92868],[28.89828,46.92697],[28.8992,46.92608],[28.9011,46.92523],[28.913,46.92486],[28.91462,46.92619],[28.9326,46.92656],[28.93287,46.92582],[28.93493,46.92571],[28.93499,46.92645],[28.94367,46.92682],[28.94948,46.92063],[28.95247,46.92211],[28.94992,46.92552],[28.95062,46.92627],[28.95605,46.92649],[28.95899,46.92734],[28.95986,46.92957],[28.95779,46.93023],[28.95643,46.93038],[28.95459,46.93183],[28.95486,46.93227],[28.95839,46.9309],[28.9623,46.9286],[28.96675,46.9243],[28.9712,46.91981],[28.97224,46.92059],[28.97126,46.9226],[28.97006,46.92467],[28.9686,46.92953],[28.96735,46.93227],[28.96567,46.93346],[28.96854,46.93557],[28.95725,46.94021],[28.95122,46.94221],[28.9503,46.94321],[28.94541,46.94618],[28.93971,46.95033],[28.93624,46.95211],[28.93368,46.95385],[28.93249,46.95563],[28.93113,46.95852],[28.9276,46.95715],[28.92353,46.96293],[28.91777,46.9679],[28.91902,46.9683],[28.91929,46.97001],[28.91365,46.9766],[28.92038,46.98223],[28.92603,46.98538],[28.92614,46.98757],[28.92261,46.98864],[28.91495,46.99012],[28.91604,46.99109],[28.91278,46.99338],[28.91468,46.99453],[28.91348,46.99598],[28.9137,46.99701],[28.91158,46.99849],[28.9149,47.00109],[28.90719,47.00897],[28.90089,47.00594],[28.89866,47.00845],[28.8979,47.00986],[28.89774,47.01119],[28.89866,47.01564],[28.90034,47.01541],[28.90186,47.01964],[28.9011,47.02104],[28.90246,47.02212],[28.9042,47.02659],[28.90501,47.02859],[28.90246,47.03041],[28.90583,47.03211],[28.90795,47.03466],[28.91082,47.03814],[28.91153,47.03966],[28.90773,47.04391],[28.90572,47.04532],[28.90604,47.06093],[28.89964,47.06115],[28.89904,47.06678],[28.90469,47.06752],[28.90452,47.0717],[28.88655,47.07177],[28.88601,47.06744],[28.88655,47.06596],[28.88612,47.06249],[28.87824,47.06311],[28.87602,47.06286],[28.85663,47.06633],[28.85603,47.06563],[28.85294,47.06655],[28.85185,47.06504],[28.85126,47.06641],[28.84914,47.06637],[28.84816,47.06851],[28.84626,47.0697],[28.83632,47.06789],[28.82948,47.06541],[28.8335,47.0596],[28.82986,47.05749],[28.82818,47.05635],[28.82965,47.05535],[28.82818,47.05464],[28.82764,47.05405],[28.82411,47.05572],[28.8202,47.05794],[28.81422,47.06101],[28.81031,47.06363],[28.80755,47.06541],[28.80445,47.06903],[28.8007,47.07199],[28.79772,47.07077],[28.80179,47.06826],[28.79674,47.06526],[28.79354,47.06807],[28.78946,47.066],[28.79446,47.06389],[28.78528,47.05908],[28.78414,47.06012],[28.78354,47.0593],[28.78224,47.0599],[28.78143,47.05908],[28.78023,47.06112],[28.7792,47.06744],[28.77258,47.07225],[28.75439,47.0724],[28.75319,47.07147],[28.75335,47.07018],[28.7596,47.0647],[28.76036,47.06163],[28.76117,47.06067],[28.75971,47.05986],[28.7628,47.05805],[28.76405,47.05942],[28.76677,47.05708],[28.76356,47.05598],[28.764,47.05416],[28.76269,47.05228],[28.76291,47.05094],[28.76411,47.04983],[28.76525,47.04843],[28.76508,47.04721],[28.764,47.04591],[28.76134,47.04447],[28.75699,47.04262],[28.75314,47.04169],[28.75211,47.04147],[28.75922,47.03699],[28.76259,47.03574],[28.76568,47.03278],[28.76367,47.03137],[28.76563,47.02978],[28.76351,47.02763],[28.76492,47.02611],[28.76856,47.0283],[28.77013,47.02619],[28.77192,47.0253],[28.77399,47.02386],[28.77768,47.02308],[28.78235,47.02171],[28.78593,47.02026],[28.78794,47.01834],[28.78778,47.01593],[28.79012,47.01449],[28.79012,47.01175],[28.79218,47.01142],[28.79223,47.01197],[28.79446,47.01197],[28.79473,47.01497],[28.79533,47.01501],[28.79555,47.01371],[28.79641,47.01034],[28.79799,47.00938],[28.79929,47.00845],[28.79924,47.00664],[28.79777,47.0059],[28.79793,47.00431],[28.79962,47.0009],[28.79992,46.99951],[28.79956,46.99875]]],"terms_url":"https://geoportalinds.gov.md/geonetwork/srv/eng/catalog.search#/metadata/a959bbff-0489-4985-92ee-5e74b583cd8e","terms_text":"© Primăria Municipiului Chișinău, Agenţia Geodezie, Cartografie şi Cadastru / Geoportal INDS / Ortofoto Chișinău 2006","description":"2006 Chișinău Orthophoto, that covers the entire territory of the City of Chișinău, except its suburban area.","icon":"https://geoportalinds.gov.md/geonetwork/images/logos/favicon.png"},{"id":"Geodata-Gov-2011_Ortofoto_Chisinau","name":"Chișinău Orthophoto (2011)","type":"wms","template":"http://geodata.gov.md/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=orthophoto:chisinau_2011&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2011-01-01T00:00:00.000Z","polygon":[[[28.77543,46.96553],[28.77996,46.96976],[28.78549,46.9678],[28.78803,46.9715],[28.78789,46.97175],[28.78859,46.97244],[28.78953,46.97206],[28.79218,46.97511],[28.79642,46.97297],[28.79947,46.97599],[28.80216,46.97807],[28.80181,46.9783],[28.80282,46.97916],[28.80765,46.97665],[28.81028,46.97967],[28.81349,46.97846],[28.81267,46.9777],[28.81267,46.97746],[28.81832,46.97454],[28.81766,46.9742],[28.82226,46.97241],[28.82146,46.97166],[28.82608,46.96942],[28.82552,46.96873],[28.83215,46.96609],[28.8314,46.96537],[28.83652,46.9627],[28.83577,46.96185],[28.84106,46.96009],[28.84045,46.95945],[28.84831,46.95583],[28.84995,46.95509],[28.85314,46.95399],[28.85455,46.95618],[28.85621,46.95589],[28.85558,46.94928],[28.85989,46.94563],[28.86088,46.94666],[28.86533,46.94451],[28.87218,46.94234],[28.87293,46.94359],[28.87396,46.94317],[28.87499,46.94451],[28.87645,46.94467],[28.87912,46.94852],[28.87846,46.94868],[28.87996,46.95114],[28.8855,46.94855],[28.88967,46.95229],[28.8922,46.9512],[28.89164,46.95053],[28.89586,46.94842],[28.89525,46.94768],[28.90393,46.94467],[28.90411,46.94512],[28.90679,46.94371],[28.90458,46.94077],[28.90036,46.93584],[28.899,46.93561],[28.8968,46.93283],[28.89535,46.93267],[28.89253,46.92831],[28.89338,46.92809],[28.89267,46.92671],[28.89178,46.92697],[28.88803,46.92264],[28.88873,46.92239],[28.88728,46.92082],[28.89492,46.91797],[28.9005,46.91518],[28.90229,46.91704],[28.90763,46.91505],[28.90871,46.91636],[28.91382,46.91383],[28.91523,46.91531],[28.921,46.91303],[28.9224,46.9146],[28.92723,46.9122],[28.92906,46.91377],[28.93413,46.9122],[28.93507,46.91355],[28.93577,46.91316],[28.9368,46.91441],[28.94196,46.91169],[28.94393,46.91374],[28.94876,46.91175],[28.95021,46.91345],[28.95425,46.91137],[28.95589,46.91255],[28.9632,46.90941],[28.96452,46.91156],[28.96822,46.90989],[28.98055,46.92175],[28.98454,46.9261],[28.98407,46.92658],[28.98515,46.9278],[28.98027,46.9301],[28.98243,46.93299],[28.97741,46.93475],[28.97901,46.93603],[28.97793,46.93875],[28.97188,46.94202],[28.97089,46.9417],[28.96883,46.94227],[28.97071,46.94397],[28.9647,46.94679],[28.96578,46.94772],[28.95917,46.9504],[28.95256,46.95399],[28.95181,46.95335],[28.94998,46.95405],[28.95129,46.95537],[28.94585,46.95799],[28.94712,46.95965],[28.94158,46.96167],[28.94501,46.96446],[28.93929,46.96734],[28.93971,46.96785],[28.93474,46.97006],[28.93844,46.97319],[28.94107,46.9763],[28.9428,46.97918],[28.94393,46.97892],[28.94862,46.98317],[28.94745,46.98372],[28.95387,46.99008],[28.95317,46.99152],[28.96034,46.99978],[28.96353,47.00269],[28.96742,47.00515],[28.95589,47.0094],[28.95786,47.01103],[28.95054,47.01417],[28.94566,47.01561],[28.94726,47.0173],[28.94116,47.0196],[28.94247,47.02139],[28.93192,47.02382],[28.9239,47.02711],[28.92329,47.02635],[28.92095,47.02763],[28.92376,47.03271],[28.92583,47.03511],[28.93047,47.03875],[28.93296,47.04249],[28.9368,47.04594],[28.94191,47.05166],[28.93521,47.05348],[28.93671,47.05533],[28.9285,47.05894],[28.92081,47.06201],[28.92372,47.0652],[28.91828,47.06715],[28.92409,47.07258],[28.9187,47.07527],[28.91964,47.07667],[28.91378,47.07878],[28.91631,47.08188],[28.90984,47.08523],[28.90402,47.08724],[28.89497,47.07696],[28.89159,47.07859],[28.88906,47.07661],[28.88733,47.07779],[28.88315,47.07951],[28.88822,47.0852],[28.88878,47.08708],[28.8802,47.08954],[28.87856,47.08644],[28.87992,47.08609],[28.87729,47.08213],[28.87635,47.08248],[28.87152,47.07808],[28.86772,47.0798],[28.86557,47.07801],[28.85989,47.07996],[28.85877,47.07887],[28.84793,47.08178],[28.84648,47.0822],[28.84578,47.08085],[28.8402,47.08283],[28.83973,47.08207],[28.83274,47.08462],[28.83105,47.08236],[28.8266,47.08421],[28.82542,47.08264],[28.81938,47.08462],[28.81844,47.08341],[28.81333,47.08497],[28.81215,47.08421],[28.80578,47.08651],[28.79874,47.0782],[28.79429,47.07977],[28.78819,47.07405],[28.78373,47.07587],[28.78411,47.07651],[28.77314,47.0814],[28.76901,47.08127],[28.7692,47.08363],[28.76643,47.08478],[28.76455,47.0828],[28.76146,47.08376],[28.76179,47.08427],[28.75475,47.08721],[28.75072,47.08226],[28.74622,47.07808],[28.74148,47.07258],[28.73585,47.06635],[28.73149,47.06112],[28.73703,47.05882],[28.736,47.05677],[28.74144,47.0552],[28.73909,47.05198],[28.74364,47.04984],[28.73515,47.04051],[28.73548,47.03942],[28.73651,47.03865],[28.74003,47.03737],[28.73862,47.03587],[28.74364,47.03367],[28.74242,47.03204],[28.74969,47.02942],[28.75382,47.0274],[28.75241,47.02555],[28.75804,47.02366],[28.75672,47.02235],[28.7631,47.01928],[28.76652,47.01797],[28.75968,47.00908],[28.76484,47.00672],[28.76146,47.00336],[28.75616,46.99773],[28.75368,46.99475],[28.75972,46.99255],[28.75302,46.98692],[28.74772,46.98122],[28.75396,46.97863],[28.75208,46.97639],[28.76301,46.97233],[28.76226,46.97153],[28.77543,46.96553]]],"terms_url":"http://geoportalinds.gov.md/geonetwork/srv/eng/catalog.search#/metadata/a959bbff-0489-4985-92ee-5e74b583cd8e","terms_text":"© Primăria Municipiului Chișinău, Agenţia Geodezie, Cartografie şi Cadastru / Geoportal INDS / Chișinău Municipality Orthophoto 2011","description":"2011 Chișinău Orthophoto, 1:5000, true colors, covers the entire territory of the City of Chișinău, except its suburban area.","icon":"https://geoportalinds.gov.md/geonetwork/images/logos/favicon.png"},{"id":"UrbISOrtho","name":"CIRB/CIBG most recent aerial imagery","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/urbisgrid/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Ortho&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"photo","projection":"EPSG:3857","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"Citrus_Ortho_2020","name":"Citrus County Orthoimagery (2020)","type":"wms","template":"https://gis.citruspa.org/arcgisweb/rest/services/Tyler/2020_Aerials/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-02-01T00:00:00.000Z","startDate":"2019-12-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.78572,29.0214],[-82.7192,28.69176],[-82.42429,28.69321],[-82.42452,28.65186],[-82.25311,28.65241],[-82.25289,28.67976],[-82.23799,28.67987],[-82.23733,28.72122],[-82.22215,28.72122],[-82.22193,28.73484],[-82.20637,28.73517],[-82.20626,28.74873],[-82.17513,28.74873],[-82.17524,28.77641],[-82.15979,28.77652],[-82.15985,28.81754],[-82.1753,28.81748],[-82.17538,28.83132],[-82.19108,28.83135],[-82.19097,28.84508],[-82.2067,28.84502],[-82.20667,28.85881],[-82.22229,28.85883],[-82.22238,28.87248],[-82.23755,28.8724],[-82.23805,28.90013],[-82.26901,28.89957],[-82.26923,28.92714],[-82.28468,28.92659],[-82.28512,28.95449],[-82.30046,28.9546],[-82.30069,28.98216],[-82.31625,28.98205],[-82.31614,28.99595],[-82.34748,28.99595],[-82.34793,29.00973],[-82.37883,29.00929],[-82.37905,29.02329],[-82.3945,29.0234],[-82.39461,29.03697],[-82.42618,29.03708],[-82.42602,29.05086],[-82.45742,29.05058],[-82.45764,29.06487],[-82.50444,29.06442],[-82.50444,29.05053],[-82.58281,29.05008],[-82.58236,29.03624],[-82.73893,29.03574],[-82.7387,29.02196],[-82.78572,29.0214]]],"terms_url":"https://www.citruspa.org/","terms_text":"Citrus County Property Appraiser's Office","description":"The 2020 orthoimagery for Citrus County in the State of Florida"},{"id":"Citrus_Ortho_2023","name":"Citrus County Orthoimagery (2023)","type":"wms","template":"https://gis.citruspa.org/arcgisweb/rest/services/Tyler/2023_Aerials/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-02-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.78572,29.0214],[-82.7192,28.69176],[-82.42429,28.69321],[-82.42452,28.65186],[-82.25311,28.65241],[-82.25289,28.67976],[-82.23799,28.67987],[-82.23733,28.72122],[-82.22215,28.72122],[-82.22193,28.73484],[-82.20637,28.73517],[-82.20626,28.74873],[-82.17513,28.74873],[-82.17524,28.77641],[-82.15979,28.77652],[-82.15985,28.81754],[-82.1753,28.81748],[-82.17538,28.83132],[-82.19108,28.83135],[-82.19097,28.84508],[-82.2067,28.84502],[-82.20667,28.85881],[-82.22229,28.85883],[-82.22238,28.87248],[-82.23755,28.8724],[-82.23805,28.90013],[-82.26901,28.89957],[-82.26923,28.92714],[-82.28468,28.92659],[-82.28512,28.95449],[-82.30046,28.9546],[-82.30069,28.98216],[-82.31625,28.98205],[-82.31614,28.99595],[-82.34748,28.99595],[-82.34793,29.00973],[-82.37883,29.00929],[-82.37905,29.02329],[-82.3945,29.0234],[-82.39461,29.03697],[-82.42618,29.03708],[-82.42602,29.05086],[-82.45742,29.05058],[-82.45764,29.06487],[-82.50444,29.06442],[-82.50444,29.05053],[-82.58281,29.05008],[-82.58236,29.03624],[-82.73893,29.03574],[-82.7387,29.02196],[-82.78572,29.0214]]],"terms_url":"https://www.citruspa.org/","terms_text":"Citrus County Property Appraiser's Office","description":"The 2023 orthoimagery for Citrus County in the State of Florida"},{"id":"Berkeley_CA_Latest","name":"City of Berkeley Orthoimagery (Latest)","type":"wms","template":"https://gis.cityofberkeley.info/arcgis3/rest/services/Imagery/Orthophoto/MapServer/export?f=image&format=jpg&layers=show:4&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-122.33114,37.91366],[-122.32929,37.83396],[-122.20122,37.83574],[-122.20233,37.88658],[-122.23899,37.88615],[-122.23928,37.90048],[-122.2576,37.90029],[-122.25793,37.91477],[-122.33114,37.91366]]],"terms_url":"https://berkeleyca.gov/","terms_text":"City of Berkeley","description":"Latest 3-inch resolution imagery for Berkeley in the State of California","icon":"https://berkeleyca.gov/themes/custom/berkeley_zurb/logo.svg"},{"id":"Bozeman_MT_2021","name":"City of Bozeman Aerial Photography (2021)","type":"wms","template":"https://gisweb.bozeman.net/image/services/COB_20210417_WGS84_WebMercator/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-04-17T00:00:00.000Z","startDate":"2021-04-17T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-111.11853,45.75121],[-111.1187,45.73664],[-111.14471,45.73659],[-111.14494,45.71462],[-111.13456,45.71467],[-111.13509,45.68218],[-111.15272,45.68215],[-111.15272,45.67971],[-111.16263,45.6797],[-111.1626,45.67032],[-111.1552,45.67015],[-111.15509,45.6513],[-111.13548,45.65113],[-111.13531,45.63794],[-111.12515,45.63096],[-111.10951,45.63087],[-111.10948,45.6237],[-111.10432,45.62367],[-111.08871,45.61294],[-111.07852,45.61293],[-111.07677,45.61067],[-111.07671,45.5802],[-111.04551,45.59404],[-111.02002,45.59389],[-111.02004,45.60568],[-111.01056,45.60572],[-111.01058,45.62009],[-111.00105,45.62006],[-111.00103,45.6273],[-110.97011,45.62733],[-110.97007,45.6382],[-110.96011,45.63817],[-110.95998,45.65255],[-110.95475,45.65255],[-110.95404,45.69923],[-110.96973,45.69994],[-110.96998,45.7036],[-110.96986,45.73627],[-111.04063,45.73675],[-111.04051,45.74041],[-111.06631,45.74044],[-111.06635,45.74662],[-111.06888,45.75132],[-111.11853,45.75121]]],"terms_url":"https://public-bozeman.opendata.arcgis.com/","terms_text":"City of Bozeman GIS Department","description":"2021 aerial photography for City of Bozeman in the State of Montana","icon":"https://www.bozeman.net/Project/Contents/Main/_gfx/cmn/logo.svg"},{"id":"Bozeman_MT_2023","name":"City of Bozeman Aerial Photography (2023)","type":"wms","template":"https://gisweb.bozeman.net/image/services/COB_20230430_WebMercator/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-04-30T00:00:00.000Z","startDate":"2023-04-30T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-111.11853,45.75121],[-111.1187,45.73664],[-111.14471,45.73659],[-111.14494,45.71462],[-111.13456,45.71467],[-111.13509,45.68218],[-111.15272,45.68215],[-111.15272,45.67971],[-111.16263,45.6797],[-111.1626,45.67032],[-111.1552,45.67015],[-111.15509,45.6513],[-111.13548,45.65113],[-111.13531,45.63794],[-111.12515,45.63096],[-111.10951,45.63087],[-111.10948,45.6237],[-111.10432,45.62367],[-111.08871,45.61294],[-111.07852,45.61293],[-111.07677,45.61067],[-111.07671,45.5802],[-111.04551,45.59404],[-111.02002,45.59389],[-111.02004,45.60568],[-111.01056,45.60572],[-111.01058,45.62009],[-111.00105,45.62006],[-111.00103,45.6273],[-110.97011,45.62733],[-110.97007,45.6382],[-110.96011,45.63817],[-110.95998,45.65255],[-110.95475,45.65255],[-110.95404,45.69923],[-110.96973,45.69994],[-110.96998,45.7036],[-110.96986,45.73627],[-111.04063,45.73675],[-111.04051,45.74041],[-111.06631,45.74044],[-111.06635,45.74662],[-111.06888,45.75132],[-111.11853,45.75121]]],"terms_url":"https://public-bozeman.opendata.arcgis.com/","terms_text":"City of Bozeman GIS Department","description":"2023 aerial photography for City of Bozeman in the State of Montana","icon":"https://www.bozeman.net/Project/Contents/Main/_gfx/cmn/logo.svg"},{"id":"Burbank_CA_2021","name":"City of Burbank Orthoimagery (2021)","type":"tms","template":"https://mobilegis.burbankca.gov/burgis/rest/services/Ortho/Base_2021_3in_Webmerc_Notitles/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-03-16T00:00:00.000Z","startDate":"2021-02-04T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-118.27124,34.22771],[-118.37562,34.22771],[-118.37562,34.13313],[-118.27124,34.13313],[-118.27124,34.22771]]],"terms_url":"https://gis.burbankca.gov/","terms_text":"City of Burbank","description":"2021 3-inch resolution imagery for Burbank in the State of California","icon":"https://www.burbankca.gov/o/gov-burbankca-theme/images/R1_Logo_Package_B-CoB_Color_Horizontal_2.svg"},{"id":"Burbank_CA_2024","name":"City of Burbank Orthoimagery (2024)","type":"wms","template":"https://mobilegis.burbankca.gov/burgis/rest/services/Ortho/Base_2024_4in/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-03-16T00:00:00.000Z","startDate":"2024-02-04T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-118.27124,34.22771],[-118.37562,34.22771],[-118.37562,34.13313],[-118.27124,34.13313],[-118.27124,34.22771]]],"terms_url":"https://gis.burbankca.gov/","terms_text":"City of Burbank","description":"2024 4-inch resolution imagery for Burbank in the State of California","icon":"https://www.burbankca.gov/o/gov-burbankca-theme/images/R1_Logo_Package_B-CoB_Color_Horizontal_2.svg"},{"id":"South_Africa-CapeTown-Aerial-2013","name":"City of Cape Town 2013 Aerial","type":"tms","template":"https://{switch:a,b,c}.coct.aerial.openstreetmap.org.za/layer/za_coct_aerial_2013/{zoom}/{x}/{y}.jpg","category":"historicphoto","endDate":"2015-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[4,21],"polygon":[[[18.44866,-33.89362],[18.39773,-33.89335],[18.37284,-33.91776],[18.37262,-33.92927],[18.36381,-33.92925],[18.36287,-33.97351],[18.3398,-33.98663],[18.33974,-34.00127],[18.32892,-34.00125],[18.32877,-34.0192],[18.30682,-34.02526],[18.29607,-34.04513],[18.32,-34.06443],[18.34275,-34.06433],[18.35505,-34.05538],[18.36125,-34.05972],[18.33932,-34.08828],[18.34993,-34.10421],[18.32367,-34.13469],[18.3114,-34.14353],[18.31187,-34.15438],[18.32767,-34.16346],[18.32747,-34.18149],[18.34923,-34.18162],[18.37068,-34.21789],[18.37016,-34.28087],[18.39177,-34.29002],[18.3916,-34.31707],[18.46737,-34.35349],[18.46743,-34.36251],[18.49992,-34.36262],[18.50011,-34.34458],[18.48922,-34.34458],[18.46771,-34.29941],[18.486,-34.25437],[18.47889,-34.25437],[18.48662,-34.24539],[18.46593,-34.19121],[18.44673,-34.19111],[18.44681,-34.18211],[18.43597,-34.18202],[18.436,-34.16405],[18.44445,-34.16409],[18.44637,-34.13423],[18.47974,-34.11012],[18.65337,-34.07748],[18.76176,-34.08405],[18.85488,-34.15627],[18.81565,-34.17413],[18.81549,-34.21028],[18.84803,-34.23739],[18.84802,-34.2644],[18.83712,-34.26438],[18.83714,-34.27342],[18.86971,-34.27344],[18.86969,-34.26441],[18.87927,-34.26443],[18.88059,-34.25534],[18.88942,-34.25541],[18.88784,-34.23735],[18.90176,-34.23626],[18.90236,-34.21935],[18.93489,-34.21933],[18.93487,-34.20137],[18.9457,-34.20132],[18.94574,-34.19232],[18.95656,-34.19236],[18.95656,-34.18332],[18.96746,-34.1833],[18.96742,-34.17427],[18.97832,-34.17429],[18.97827,-34.16529],[18.98918,-34.1653],[18.98918,-34.1473],[18.96742,-34.14732],[18.96742,-34.13831],[18.95656,-34.13824],[18.9566,-34.12924],[18.96749,-34.12925],[18.9675,-34.11121],[18.97832,-34.11123],[18.97832,-34.10218],[18.98918,-34.1022],[18.98915,-34.09317],[19.00002,-34.0932],[19,-34.08413],[19.01079,-34.08414],[19.01084,-34.05725],[19.00002,-34.05718],[19.00002,-34.03913],[18.98916,-34.03913],[18.98914,-34.02114],[18.97833,-34.02114],[18.97822,-34.01208],[18.96747,-34.01208],[18.96743,-34.003],[18.94586,-34.0031],[18.94588,-33.99403],[18.91348,-33.99396],[18.91342,-34.012],[18.90258,-34.012],[18.90252,-34.02103],[18.88518,-34.02132],[18.88546,-34.02343],[18.86819,-34.02117],[18.86827,-34.02208],[18.85986,-34.02101],[18.85993,-34.02347],[18.84847,-34.02185],[18.84842,-34.03001],[18.838,-34.03],[18.83798,-34.03165],[18.81634,-34.02993],[18.81594,-34.03897],[18.80341,-34.03892],[18.80324,-34.04118],[18.79845,-34.04119],[18.79388,-34.0407],[18.79403,-34.03894],[18.77258,-34.03891],[18.7726,-34.0299],[18.76178,-34.02988],[18.76191,-33.9848],[18.75108,-33.98478],[18.75146,-33.90352],[18.76227,-33.90359],[18.76236,-33.84052],[18.77313,-33.84052],[18.77311,-33.83152],[18.79472,-33.83154],[18.79476,-33.81355],[18.80551,-33.81357],[18.80559,-33.79551],[18.81637,-33.79551],[18.81652,-33.74137],[18.83804,-33.74139],[18.83812,-33.72343],[18.82733,-33.72347],[18.8274,-33.70544],[18.80581,-33.70539],[18.80581,-33.67831],[18.8166,-33.67832],[18.81667,-33.66029],[18.82752,-33.6603],[18.82746,-33.6333],[18.77371,-33.63319],[18.77364,-33.64225],[18.75208,-33.64219],[18.75204,-33.66925],[18.69807,-33.66907],[18.69807,-33.66009],[18.68734,-33.66004],[18.6873,-33.65102],[18.67658,-33.65103],[18.67672,-33.61497],[18.66593,-33.61493],[18.66597,-33.58789],[18.62292,-33.58773],[18.62301,-33.57873],[18.59065,-33.57868],[18.5907,-33.56962],[18.57988,-33.56962],[18.57995,-33.56053],[18.59074,-33.56064],[18.59078,-33.5426],[18.58007,-33.5426],[18.58012,-33.52453],[18.56937,-33.52448],[18.56937,-33.5155],[18.54795,-33.51539],[18.54793,-33.52443],[18.52632,-33.52435],[18.52647,-33.4883],[18.51574,-33.48819],[18.51583,-33.47917],[18.49433,-33.47916],[18.49437,-33.4701],[18.4406,-33.46988],[18.44049,-33.48789],[18.4297,-33.48785],[18.42966,-33.50594],[18.37605,-33.5058],[18.37601,-33.51477],[18.36503,-33.5148],[18.36524,-33.52366],[18.35425,-33.5236],[18.354,-33.55059],[18.33245,-33.55045],[18.33224,-33.57752],[18.40719,-33.65899],[18.43914,-33.71772],[18.42815,-33.73564],[18.44925,-33.80107],[18.48139,-33.84724],[18.4702,-33.90277],[18.44859,-33.90264],[18.44866,-33.89362]]],"terms_url":"https://www.capetown.gov.za","terms_text":"City of Cape Town Aerial - OPENSTREETMAP USE ONLY","description":"OpenStreetMap use only. City of Cape Town Aerial ortho-photography of the municipal area. 12cm ground sample distance"},{"id":"South_Africa-CapeTown-Aerial","name":"City of Cape Town 2015 Aerial","type":"tms","template":"https://{switch:a,b,c}.coct.aerial.openstreetmap.org.za/layer/za_coct_aerial_2015/{zoom}/{x}/{y}.jpg","category":"historicphoto","endDate":"2016-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[4,21],"polygon":[[[18.44866,-33.89362],[18.39773,-33.89335],[18.37284,-33.91776],[18.37262,-33.92927],[18.36381,-33.92925],[18.36287,-33.97351],[18.3398,-33.98663],[18.33974,-34.00127],[18.32892,-34.00125],[18.32877,-34.0192],[18.30682,-34.02526],[18.29607,-34.04513],[18.32,-34.06443],[18.34275,-34.06433],[18.35505,-34.05538],[18.36125,-34.05972],[18.33932,-34.08828],[18.34993,-34.10421],[18.32367,-34.13469],[18.3114,-34.14353],[18.31187,-34.15438],[18.32767,-34.16346],[18.32747,-34.18149],[18.34923,-34.18162],[18.37068,-34.21789],[18.37016,-34.28087],[18.39177,-34.29002],[18.3916,-34.31707],[18.46737,-34.35349],[18.46743,-34.36251],[18.49992,-34.36262],[18.50011,-34.34458],[18.48922,-34.34458],[18.46771,-34.29941],[18.486,-34.25437],[18.47889,-34.25437],[18.48662,-34.24539],[18.46593,-34.19121],[18.44673,-34.19111],[18.44681,-34.18211],[18.43597,-34.18202],[18.436,-34.16405],[18.44445,-34.16409],[18.44637,-34.13423],[18.47974,-34.11012],[18.65337,-34.07748],[18.76176,-34.08405],[18.85488,-34.15627],[18.81565,-34.17413],[18.81549,-34.21028],[18.84803,-34.23739],[18.84802,-34.2644],[18.83712,-34.26438],[18.83714,-34.27342],[18.86971,-34.27344],[18.86969,-34.26441],[18.87927,-34.26443],[18.88059,-34.25534],[18.88942,-34.25541],[18.88784,-34.23735],[18.90176,-34.23626],[18.90236,-34.21935],[18.93489,-34.21933],[18.93487,-34.20137],[18.9457,-34.20132],[18.94574,-34.19232],[18.95656,-34.19236],[18.95656,-34.18332],[18.96746,-34.1833],[18.96742,-34.17427],[18.97832,-34.17429],[18.97827,-34.16529],[18.98918,-34.1653],[18.98918,-34.1473],[18.96742,-34.14732],[18.96742,-34.13831],[18.95656,-34.13824],[18.9566,-34.12924],[18.96749,-34.12925],[18.9675,-34.11121],[18.97832,-34.11123],[18.97832,-34.10218],[18.98918,-34.1022],[18.98915,-34.09317],[19.00002,-34.0932],[19,-34.08413],[19.01079,-34.08414],[19.01084,-34.05725],[19.00002,-34.05718],[19.00002,-34.03913],[18.98916,-34.03913],[18.98914,-34.02114],[18.97833,-34.02114],[18.97822,-34.01208],[18.96747,-34.01208],[18.96743,-34.003],[18.94586,-34.0031],[18.94588,-33.99403],[18.91348,-33.99396],[18.91342,-34.012],[18.90258,-34.012],[18.90252,-34.02103],[18.88518,-34.02132],[18.88546,-34.02343],[18.86819,-34.02117],[18.86827,-34.02208],[18.85986,-34.02101],[18.85993,-34.02347],[18.84847,-34.02185],[18.84842,-34.03001],[18.838,-34.03],[18.83798,-34.03165],[18.81634,-34.02993],[18.81594,-34.03897],[18.80341,-34.03892],[18.80324,-34.04118],[18.79845,-34.04119],[18.79388,-34.0407],[18.79403,-34.03894],[18.77258,-34.03891],[18.7726,-34.0299],[18.76178,-34.02988],[18.76191,-33.9848],[18.75108,-33.98478],[18.75146,-33.90352],[18.76227,-33.90359],[18.76236,-33.84052],[18.77313,-33.84052],[18.77311,-33.83152],[18.79472,-33.83154],[18.79476,-33.81355],[18.80551,-33.81357],[18.80559,-33.79551],[18.81637,-33.79551],[18.81652,-33.74137],[18.83804,-33.74139],[18.83812,-33.72343],[18.82733,-33.72347],[18.8274,-33.70544],[18.80581,-33.70539],[18.80581,-33.67831],[18.8166,-33.67832],[18.81667,-33.66029],[18.82752,-33.6603],[18.82746,-33.6333],[18.77371,-33.63319],[18.77364,-33.64225],[18.75208,-33.64219],[18.75204,-33.66925],[18.69807,-33.66907],[18.69807,-33.66009],[18.68734,-33.66004],[18.6873,-33.65102],[18.67658,-33.65103],[18.67672,-33.61497],[18.66593,-33.61493],[18.66597,-33.58789],[18.62292,-33.58773],[18.62301,-33.57873],[18.59065,-33.57868],[18.5907,-33.56962],[18.57988,-33.56962],[18.57995,-33.56053],[18.59074,-33.56064],[18.59078,-33.5426],[18.58007,-33.5426],[18.58012,-33.52453],[18.56937,-33.52448],[18.56937,-33.5155],[18.54795,-33.51539],[18.54793,-33.52443],[18.52632,-33.52435],[18.52647,-33.4883],[18.51574,-33.48819],[18.51583,-33.47917],[18.49433,-33.47916],[18.49437,-33.4701],[18.4406,-33.46988],[18.44049,-33.48789],[18.4297,-33.48785],[18.42966,-33.50594],[18.37605,-33.5058],[18.37601,-33.51477],[18.36503,-33.5148],[18.36524,-33.52366],[18.35425,-33.5236],[18.354,-33.55059],[18.33245,-33.55045],[18.33224,-33.57752],[18.40719,-33.65899],[18.43914,-33.71772],[18.42815,-33.73564],[18.44925,-33.80107],[18.48139,-33.84724],[18.4702,-33.90277],[18.44859,-33.90264],[18.44866,-33.89362]]],"terms_url":"https://www.capetown.gov.za","terms_text":"City of Cape Town Aerial - OPENSTREETMAP USE ONLY","description":"OpenStreetMap use only. City of Cape Town Aerial ortho-photography of the municipal area. 8cm ground sample distance"},{"id":"South_Africa-CapeTown-Aerial-2017","name":"City of Cape Town Aerial Imagery (2017)","type":"wms","template":"https://cityimg.capetown.gov.za:443/erdas-iws/ogc/wms/GeoSpatial%20Datasets?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Aerial%20Imagery_Aerial%20Imagery%202017Jan&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[18.35572,-34.06348],[18.30856,-34.14988],[18.33655,-34.18764],[18.39162,-34.31413],[18.44973,-34.35206],[18.46768,-34.36437],[18.50723,-34.36336],[18.49749,-34.34603],[18.47559,-34.3287],[18.47589,-34.30558],[18.48776,-34.23493],[18.46646,-34.19971],[18.44151,-34.17606],[18.45764,-34.13225],[18.51574,-34.10278],[18.65052,-34.07582],[18.71958,-34.07728],[18.78742,-34.09416],[18.85527,-34.1604],[18.8218,-34.17223],[18.81328,-34.18481],[18.8148,-34.20343],[18.8361,-34.23815],[18.84401,-34.24142],[18.84736,-34.26053],[18.83458,-34.26506],[18.83214,-34.28391],[18.87808,-34.27637],[18.99369,-34.16342],[19.01316,-34.08207],[19.01225,-34.05334],[18.99186,-34.01981],[18.95292,-33.99282],[18.91003,-33.99207],[18.89603,-34.01855],[18.80355,-34.0193],[18.80324,-34.03746],[18.78651,-34.03721],[18.7859,-34.01981],[18.764,-34.0193],[18.76339,-33.8421],[18.79868,-33.84202],[18.7986,-33.81936],[18.82271,-33.8193],[18.82246,-33.74478],[18.8423,-33.74473],[18.84223,-33.72326],[18.82944,-33.72329],[18.82938,-33.70408],[18.80702,-33.70413],[18.80694,-33.67957],[18.81842,-33.67955],[18.81836,-33.66202],[18.82923,-33.662],[18.82913,-33.63214],[18.7506,-33.63232],[18.75072,-33.66656],[18.70223,-33.66667],[18.70217,-33.64934],[18.67759,-33.6494],[18.67747,-33.61367],[18.66782,-33.61369],[18.66773,-33.58722],[18.62376,-33.58733],[18.62373,-33.57749],[18.59163,-33.57756],[18.59161,-33.56929],[18.58033,-33.56932],[18.5803,-33.56088],[18.59158,-33.56086],[18.59151,-33.54227],[18.58072,-33.5423],[18.58066,-33.52366],[18.57027,-33.52368],[18.57024,-33.51513],[18.54757,-33.51519],[18.5476,-33.524],[18.52671,-33.52405],[18.52658,-33.4876],[18.51639,-33.48763],[18.51633,-33.47028],[18.42782,-33.47049],[18.42794,-33.5038],[18.3618,-33.50396],[18.36186,-33.52233],[18.30611,-33.52247],[18.3062,-33.54803],[18.30685,-33.57209],[18.32668,-33.58017],[18.36546,-33.62072],[18.4044,-33.65061],[18.42326,-33.69339],[18.42721,-33.72882],[18.4333,-33.77284],[18.45946,-33.82138],[18.48076,-33.8517],[18.47985,-33.88303],[18.46585,-33.89944],[18.4552,-33.90399],[18.43269,-33.89389],[18.39831,-33.8949],[18.37458,-33.90752],[18.36576,-33.93378],[18.36637,-33.96104],[18.34994,-33.97769],[18.33138,-33.99081],[18.32469,-34.02006],[18.30126,-34.02435],[18.30278,-34.04956],[18.32895,-34.06544],[18.35572,-34.06348]]],"terms_url":"https://www.arcgis.com/sharing/rest/content/items/739759d8127f4d1f9ba8ef9019878147/info/metadata/metadata.xml?format=default&output=html","terms_text":"City of Cape Town Aerial","description":"City of Cape Town Aerial ortho-photography of the municipal area. 8cm ground sample distance"},{"id":"South_Africa-CapeTown-Aerial-2018","name":"City of Cape Town Aerial Imagery (2018)","type":"wms","template":"https://cityimg.capetown.gov.za:443/erdas-iws/ogc/wms/GeoSpatial%20Datasets?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Aerial%20Imagery_Aerial%20Imagery%202018Feb&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-02-01T00:00:00.000Z","startDate":"2018-02-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[18.35572,-34.06348],[18.30856,-34.14988],[18.33655,-34.18764],[18.39162,-34.31413],[18.44973,-34.35206],[18.46768,-34.36437],[18.50723,-34.36336],[18.49749,-34.34603],[18.47559,-34.3287],[18.47589,-34.30558],[18.48776,-34.23493],[18.46646,-34.19971],[18.44151,-34.17606],[18.45764,-34.13225],[18.51574,-34.10278],[18.65052,-34.07582],[18.71958,-34.07728],[18.78742,-34.09416],[18.85527,-34.1604],[18.8218,-34.17223],[18.81328,-34.18481],[18.8148,-34.20343],[18.8361,-34.23815],[18.84401,-34.24142],[18.84736,-34.26053],[18.83458,-34.26506],[18.83214,-34.28391],[18.87808,-34.27637],[18.99369,-34.16342],[19.01316,-34.08207],[19.01225,-34.05334],[18.99186,-34.01981],[18.95292,-33.99282],[18.91003,-33.99207],[18.89603,-34.01855],[18.80355,-34.0193],[18.80324,-34.03746],[18.78651,-34.03721],[18.7859,-34.01981],[18.764,-34.0193],[18.76339,-33.8421],[18.79868,-33.84202],[18.7986,-33.81936],[18.82271,-33.8193],[18.82246,-33.74478],[18.8423,-33.74473],[18.84223,-33.72326],[18.82944,-33.72329],[18.82938,-33.70408],[18.80702,-33.70413],[18.80694,-33.67957],[18.81842,-33.67955],[18.81836,-33.66202],[18.82923,-33.662],[18.82913,-33.63214],[18.7506,-33.63232],[18.75072,-33.66656],[18.70223,-33.66667],[18.70217,-33.64934],[18.67759,-33.6494],[18.67747,-33.61367],[18.66782,-33.61369],[18.66773,-33.58722],[18.62376,-33.58733],[18.62373,-33.57749],[18.59163,-33.57756],[18.59161,-33.56929],[18.58033,-33.56932],[18.5803,-33.56088],[18.59158,-33.56086],[18.59151,-33.54227],[18.58072,-33.5423],[18.58066,-33.52366],[18.57027,-33.52368],[18.57024,-33.51513],[18.54757,-33.51519],[18.5476,-33.524],[18.52671,-33.52405],[18.52658,-33.4876],[18.51639,-33.48763],[18.51633,-33.47028],[18.42782,-33.47049],[18.42794,-33.5038],[18.3618,-33.50396],[18.36186,-33.52233],[18.30611,-33.52247],[18.3062,-33.54803],[18.30685,-33.57209],[18.32668,-33.58017],[18.36546,-33.62072],[18.4044,-33.65061],[18.42326,-33.69339],[18.42721,-33.72882],[18.4333,-33.77284],[18.45946,-33.82138],[18.48076,-33.8517],[18.47985,-33.88303],[18.46585,-33.89944],[18.4552,-33.90399],[18.43269,-33.89389],[18.39831,-33.8949],[18.37458,-33.90752],[18.36576,-33.93378],[18.36637,-33.96104],[18.34994,-33.97769],[18.33138,-33.99081],[18.32469,-34.02006],[18.30126,-34.02435],[18.30278,-34.04956],[18.32895,-34.06544],[18.35572,-34.06348]]],"terms_url":"https://www.arcgis.com/sharing/rest/content/items/739759d8127f4d1f9ba8ef9019878147/info/metadata/metadata.xml?format=default&output=html","terms_text":"City of Cape Town Aerial","description":"City of Cape Town Aerial ortho-photography of the municipal area. 8cm ground sample distance."},{"id":"South_Africa-CapeTown-Aerial-2021","name":"City of Cape Town Aerial Imagery (2021)","type":"tms","template":"https://cityimg.capetown.gov.za/erdas-iws/esri/GeoSpatial%20Datasets/rest/services/Aerial%20Imagery_Aerial%20Imagery%202021Mar%20Cache/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-03-01T00:00:00.000Z","startDate":"2021-03-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[18.35572,-34.06348],[18.30856,-34.14988],[18.33655,-34.18764],[18.39162,-34.31413],[18.44973,-34.35206],[18.46768,-34.36437],[18.50723,-34.36336],[18.49749,-34.34603],[18.47559,-34.3287],[18.47589,-34.30558],[18.48776,-34.23493],[18.46646,-34.19971],[18.44151,-34.17606],[18.45764,-34.13225],[18.51574,-34.10278],[18.65052,-34.07582],[18.71958,-34.07728],[18.78742,-34.09416],[18.85527,-34.1604],[18.8218,-34.17223],[18.81328,-34.18481],[18.8148,-34.20343],[18.8361,-34.23815],[18.84401,-34.24142],[18.84736,-34.26053],[18.83458,-34.26506],[18.83214,-34.28391],[18.87808,-34.27637],[18.99369,-34.16342],[19.01316,-34.08207],[19.01225,-34.05334],[18.99186,-34.01981],[18.95292,-33.99282],[18.91003,-33.99207],[18.89603,-34.01855],[18.80355,-34.0193],[18.80324,-34.03746],[18.78651,-34.03721],[18.7859,-34.01981],[18.764,-34.0193],[18.76339,-33.8421],[18.79868,-33.84202],[18.7986,-33.81936],[18.82271,-33.8193],[18.82246,-33.74478],[18.8423,-33.74473],[18.84223,-33.72326],[18.82944,-33.72329],[18.82938,-33.70408],[18.80702,-33.70413],[18.80694,-33.67957],[18.81842,-33.67955],[18.81836,-33.66202],[18.82923,-33.662],[18.82913,-33.63214],[18.7506,-33.63232],[18.75072,-33.66656],[18.70223,-33.66667],[18.70217,-33.64934],[18.67759,-33.6494],[18.67747,-33.61367],[18.66782,-33.61369],[18.66773,-33.58722],[18.62376,-33.58733],[18.62373,-33.57749],[18.59163,-33.57756],[18.59161,-33.56929],[18.58033,-33.56932],[18.5803,-33.56088],[18.59158,-33.56086],[18.59151,-33.54227],[18.58072,-33.5423],[18.58066,-33.52366],[18.57027,-33.52368],[18.57024,-33.51513],[18.54757,-33.51519],[18.5476,-33.524],[18.52671,-33.52405],[18.52658,-33.4876],[18.51639,-33.48763],[18.51633,-33.47028],[18.42782,-33.47049],[18.42794,-33.5038],[18.3618,-33.50396],[18.36186,-33.52233],[18.30611,-33.52247],[18.3062,-33.54803],[18.30685,-33.57209],[18.32668,-33.58017],[18.36546,-33.62072],[18.4044,-33.65061],[18.42326,-33.69339],[18.42721,-33.72882],[18.4333,-33.77284],[18.45946,-33.82138],[18.48076,-33.8517],[18.47985,-33.88303],[18.46585,-33.89944],[18.4552,-33.90399],[18.43269,-33.89389],[18.39831,-33.8949],[18.37458,-33.90752],[18.36576,-33.93378],[18.36637,-33.96104],[18.34994,-33.97769],[18.33138,-33.99081],[18.32469,-34.02006],[18.30126,-34.02435],[18.30278,-34.04956],[18.32895,-34.06544],[18.35572,-34.06348]]],"terms_url":"https://www.arcgis.com/sharing/rest/content/items/739759d8127f4d1f9ba8ef9019878147/info/metadata/metadata.xml?format=default&output=html","terms_text":"City of Cape Town Aerial","description":"City of Cape Town Aerial ortho-photography of the municipal area. 8cm ground sample distance."},{"id":"South_Africa-CapeTown-Aerial-2023","name":"City of Cape Town Aerial Imagery (2023)","type":"wms","template":"https://cityimg.capetown.gov.za:443/erdas-iws/ogc/wms/GeoSpatial%20Datasets?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Aerial%20Imagery_Aerial%20Imagery%202023Jan&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[18.35572,-34.06348],[18.30856,-34.14988],[18.33655,-34.18764],[18.39162,-34.31413],[18.44973,-34.35206],[18.46768,-34.36437],[18.50723,-34.36336],[18.49749,-34.34603],[18.47559,-34.3287],[18.47589,-34.30558],[18.48776,-34.23493],[18.46646,-34.19971],[18.44151,-34.17606],[18.45764,-34.13225],[18.51574,-34.10278],[18.65052,-34.07582],[18.71958,-34.07728],[18.78742,-34.09416],[18.85527,-34.1604],[18.8218,-34.17223],[18.81328,-34.18481],[18.8148,-34.20343],[18.8361,-34.23815],[18.84401,-34.24142],[18.84736,-34.26053],[18.83458,-34.26506],[18.83214,-34.28391],[18.87808,-34.27637],[18.99369,-34.16342],[19.01316,-34.08207],[19.01225,-34.05334],[18.99186,-34.01981],[18.95292,-33.99282],[18.91003,-33.99207],[18.89603,-34.01855],[18.80355,-34.0193],[18.80324,-34.03746],[18.78651,-34.03721],[18.7859,-34.01981],[18.764,-34.0193],[18.76339,-33.8421],[18.79868,-33.84202],[18.7986,-33.81936],[18.82271,-33.8193],[18.82246,-33.74478],[18.8423,-33.74473],[18.84223,-33.72326],[18.82944,-33.72329],[18.82938,-33.70408],[18.80702,-33.70413],[18.80694,-33.67957],[18.81842,-33.67955],[18.81836,-33.66202],[18.82923,-33.662],[18.82913,-33.63214],[18.7506,-33.63232],[18.75072,-33.66656],[18.70223,-33.66667],[18.70217,-33.64934],[18.67759,-33.6494],[18.67747,-33.61367],[18.66782,-33.61369],[18.66773,-33.58722],[18.62376,-33.58733],[18.62373,-33.57749],[18.59163,-33.57756],[18.59161,-33.56929],[18.58033,-33.56932],[18.5803,-33.56088],[18.59158,-33.56086],[18.59151,-33.54227],[18.58072,-33.5423],[18.58066,-33.52366],[18.57027,-33.52368],[18.57024,-33.51513],[18.54757,-33.51519],[18.5476,-33.524],[18.52671,-33.52405],[18.52658,-33.4876],[18.51639,-33.48763],[18.51633,-33.47028],[18.42782,-33.47049],[18.42794,-33.5038],[18.3618,-33.50396],[18.36186,-33.52233],[18.30611,-33.52247],[18.3062,-33.54803],[18.30685,-33.57209],[18.32668,-33.58017],[18.36546,-33.62072],[18.4044,-33.65061],[18.42326,-33.69339],[18.42721,-33.72882],[18.4333,-33.77284],[18.45946,-33.82138],[18.48076,-33.8517],[18.47985,-33.88303],[18.46585,-33.89944],[18.4552,-33.90399],[18.43269,-33.89389],[18.39831,-33.8949],[18.37458,-33.90752],[18.36576,-33.93378],[18.36637,-33.96104],[18.34994,-33.97769],[18.33138,-33.99081],[18.32469,-34.02006],[18.30126,-34.02435],[18.30278,-34.04956],[18.32895,-34.06544],[18.35572,-34.06348]]],"terms_url":"https://www.arcgis.com/sharing/rest/content/items/739759d8127f4d1f9ba8ef9019878147/info/metadata/metadata.xml?format=default&output=html","terms_text":"City of Cape Town Aerial","best":true,"description":"City of Cape Town Aerial ortho-photography of the municipal area. 8cm ground sample distance."},{"id":"City_of_Dublin_OH_2023","name":"City of Dublin Orthoimagery (2023)","type":"tms","template":"https://tiles.arcgis.com/tiles/NqY8dnPSEdMJhuRw/arcgis/rest/services/Dublin_Aerials_2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.28049,40.04285],[-83.08062,40.04285],[-83.08062,40.20173],[-83.28049,40.20173],[-83.28049,40.04285]]],"terms_url":"https://dublinohiousa.gov/","terms_text":"City of Dublin","description":"Spring 2023 orthoimagery for the City of Dublin in the State of Ohio","icon":"https://dublinohiousa.gov/alpha/wp-content/uploads/2020/12/cod-1.png"},{"id":"Eureka_CA_2023","name":"City of Eureka Orthoimagery (2023)","type":"wms","template":"https://arcgis-svr.ci.eureka.ca.gov/arcgis/rest/services/2023_mosaic/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-124.20054,40.67932],[-124.19758,40.69351],[-124.1872,40.69336],[-124.1871,40.70055],[-124.1776,40.70051],[-124.1775,40.72203],[-124.16005,40.72224],[-124.16005,40.71439],[-124.12059,40.71487],[-124.12043,40.75842],[-124.09897,40.75834],[-124.10124,40.7655],[-124.07548,40.76556],[-124.07528,40.75938],[-124.06809,40.75945],[-124.06767,40.75908],[-124.06685,40.75702],[-124.06455,40.75573],[-124.0598,40.75598],[-124.05826,40.7503],[-124.05337,40.75265],[-124.05055,40.75265],[-124.04737,40.75501],[-124.0475,40.75708],[-124.04803,40.75944],[-124.05031,40.75937],[-124.05399,40.76095],[-124.05398,40.76259],[-124.05938,40.7639],[-124.06038,40.76386],[-124.06307,40.76649],[-124.06536,40.79019],[-124.0733,40.79688],[-124.07436,40.82829],[-124.07127,40.83593],[-124.06501,40.8335],[-124.0646,40.83418],[-124.05884,40.83192],[-124.05657,40.83148],[-124.05672,40.83267],[-124.05158,40.83271],[-124.05122,40.83329],[-124.04921,40.83336],[-124.04502,40.83186],[-124.03929,40.82216],[-124.03519,40.82219],[-124.0352,40.82862],[-124.03223,40.82861],[-124.03226,40.83367],[-124.04031,40.83351],[-124.0409,40.88055],[-124.05545,40.88045],[-124.05554,40.88407],[-124.06312,40.884],[-124.06341,40.90525],[-124.04833,40.90543],[-124.04843,40.91023],[-124.05844,40.91028],[-124.05851,40.91268],[-124.07405,40.91253],[-124.07416,40.91588],[-124.10436,40.92456],[-124.12162,40.95084],[-124.13199,40.95283],[-124.27859,40.69921],[-124.20054,40.67932]]],"terms_url":"https://www.eurekaca.gov/","terms_text":"City of Eureka","description":"2023 3-inch resolution imagery for Eureka in the State of California","icon":"https://www.eurekaca.gov/ImageRepository/Document?documentID=66"},{"id":"City_of_Fairfield_OH_2020","name":"City of Fairfield Orthoimagery (2020)","type":"wms","template":"https://gis.fairfield-city.org/cofgis/services/Imagery_2020_WGS/MapServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[12,21],"polygon":[[[-84.57318,39.37495],[-84.57297,39.36807],[-84.59065,39.36774],[-84.59045,39.36088],[-84.59931,39.36071],[-84.59887,39.34702],[-84.60773,39.34684],[-84.6071,39.32626],[-84.64245,39.32563],[-84.6418,39.30501],[-84.60646,39.30568],[-84.60627,39.29882],[-84.53562,39.30008],[-84.53542,39.29323],[-84.4736,39.29429],[-84.47399,39.30801],[-84.46515,39.30815],[-84.46574,39.32875],[-84.47456,39.3286],[-84.47495,39.34231],[-84.4661,39.34246],[-84.46651,39.35619],[-84.47534,39.35604],[-84.47592,39.37663],[-84.51128,39.37603],[-84.51109,39.36916],[-84.52878,39.36886],[-84.52898,39.37572],[-84.57318,39.37495]]],"terms_url":"https://www.fairfield-city.org/","terms_text":"City of Fairfield, State of Ohio","description":"Spring 2020 orthoimagery for City of Fairfield in the State of Ohio","icon":"https://www.fairfield-city.org/ImageRepository/Document?documentID=6061"},{"id":"City_of_Fairfield_OH_2023","name":"City of Fairfield Orthoimagery (2023)","type":"tms","template":"https://gis.fairfield-city.org/cofgis/rest/services/2023_Imagery_WGS/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[12,21],"polygon":[[[-84.57318,39.37495],[-84.57297,39.36807],[-84.59065,39.36774],[-84.59045,39.36088],[-84.59931,39.36071],[-84.59887,39.34702],[-84.60773,39.34684],[-84.6071,39.32626],[-84.64245,39.32563],[-84.6418,39.30501],[-84.60646,39.30568],[-84.60627,39.29882],[-84.53562,39.30008],[-84.53542,39.29323],[-84.4736,39.29429],[-84.47399,39.30801],[-84.46515,39.30815],[-84.46574,39.32875],[-84.47456,39.3286],[-84.47495,39.34231],[-84.4661,39.34246],[-84.46651,39.35619],[-84.47534,39.35604],[-84.47592,39.37663],[-84.51128,39.37603],[-84.51109,39.36916],[-84.52878,39.36886],[-84.52898,39.37572],[-84.57318,39.37495]]],"terms_url":"https://www.fairfield-city.org/","terms_text":"City of Fairfield, State of Ohio","description":"3-inch resolution spring 2023 orthoimagery for City of Fairfield in the State of Ohio","icon":"https://www.fairfield-city.org/ImageRepository/Document?documentID=6061"},{"id":"City_of_Hilliard_OH_2023","name":"City of Hilliard Orthoimagery (2023)","type":"tms","template":"https://maps.hilliardohio.gov/arcgis/rest/services/Hosted/City_of_Hilliard_2023_Aerial_Imagery/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-02-25T00:00:00.000Z","startDate":"2023-02-25T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.23076,39.99168],[-83.07908,39.99253],[-83.07978,40.0766],[-83.216,40.07584],[-83.21576,40.05183],[-83.23136,40.05173],[-83.23076,39.99168]]],"terms_url":"https://hilliardohio.gov/","terms_text":"City of Hilliard","description":"Winter 2023 orthoimagery for the City of Hilliard in the State of Ohio","icon":"https://hilliardohio.gov/wp-content/uploads/2021/04/logo.svg"},{"id":"Irvine_CA_2023","name":"City of Irvine Orthoimagery (2023)","type":"wms","template":"https://gis.cityofirvine.org/arcgis/rest/services/Aerial/Aerial_2023/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-117.77421,33.81053],[-117.91866,33.65861],[-117.76133,33.554],[-117.61676,33.70577],[-117.77421,33.81053]]],"terms_url":"https://www.cityofirvine.org/","terms_text":"City of Irvine","description":"2023 3-inch resolution imagery for Irvine in the State of California","icon":"https://www.cityofirvine.org/sites/all/themes/irvine_theme/assets/images/city-of-irvine-logo.svg"},{"id":"Manhattan_Beach_CA_2023","name":"City of Manhattan Beach Orthoimagery (2023)","type":"wms","template":"https://permitmaps.citymb.info/arcgis/rest/services/MBGISInfo_Imagery2017_1071/MapServer/export?f=image&format=jpg&layers=show:4&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[16,22],"polygon":[[[-118.47582,33.88819],[-118.45586,33.86162],[-118.4072,33.87774],[-118.40691,33.87724],[-118.40597,33.87756],[-118.40592,33.87747],[-118.40486,33.87785],[-118.40453,33.87715],[-118.40313,33.87764],[-118.40278,33.87707],[-118.40203,33.8773],[-118.40177,33.87709],[-118.39598,33.87712],[-118.39594,33.8728],[-118.38003,33.87285],[-118.38005,33.88007],[-118.37869,33.88009],[-118.3787,33.90184],[-118.41755,33.90195],[-118.41971,33.90618],[-118.47582,33.88819]]],"terms_url":"https://www.manhattanbeach.gov/","terms_text":"City of Manhattan Beach","description":"2023 3-inch resolution imagery for Manhattan Beach in the State of California"},{"id":"City_of_Mansfield_OH_2022","name":"City of Mansfield Orthoimagery (2022)","type":"wms","template":"https://arcgis.mansfieldcity.com/server/rest/services/Imagery/Imagery_2022/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-82.45273,40.73493],[-82.45272,40.7514],[-82.48014,40.75142],[-82.48015,40.7536],[-82.48447,40.75361],[-82.48448,40.76898],[-82.47148,40.76898],[-82.47147,40.78106],[-82.49169,40.78106],[-82.49169,40.80522],[-82.48735,40.80522],[-82.48736,40.8151],[-82.48446,40.8151],[-82.48447,40.8173],[-82.48302,40.81729],[-82.48302,40.82059],[-82.48011,40.82058],[-82.48013,40.82387],[-82.48302,40.82388],[-82.48302,40.82711],[-82.4917,40.82714],[-82.49167,40.84035],[-82.51482,40.84034],[-82.51481,40.84584],[-82.54229,40.84583],[-82.54227,40.81619],[-82.54659,40.81618],[-82.54661,40.8096],[-82.59857,40.80954],[-82.59853,40.74918],[-82.66639,40.7491],[-82.66622,40.68319],[-82.53064,40.68332],[-82.53062,40.68661],[-82.50036,40.68664],[-82.50036,40.72507],[-82.4917,40.72507],[-82.4917,40.73495],[-82.45273,40.73493]]],"terms_url":"https://ci.mansfield.oh.us/","terms_text":"City of Mansfield, State of Ohio","description":"1.5-inch resolution 2022 orthoimagery for City of Mansfield in the State of Ohio","icon":"https://gis.mansfieldcity.com/assets/logo/Seal2use_map2_6_10.png"},{"id":"Manteca_CA_2022","name":"City of Manteca Orthoimagery (2022)","type":"wms","template":"https://gisweb.ci.manteca.ca.us/arcgis/rest/services/Basemaps/2022/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-121.4155,37.87302],[-121.41384,37.7417],[-121.10884,37.74366],[-121.10987,37.87501],[-121.4155,37.87302]]],"terms_url":"https://www.manteca.gov/","terms_text":"City of Manteca","description":"2022 3-inch resolution imagery for Manteca in the State of California","icon":"https://www.manteca.gov/home/showpublishedimage/906/637945998633470000"},{"id":"Marco_Island_FL_Ortho_2023","name":"City of Marco Island Orthoimagery (2023)","type":"tms","template":"https://gis.cityofmarcoisland.com:6443/arcgis/rest/services/General/Aerial_2023/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.77081,25.98505],[-81.77,25.87506],[-81.64829,25.87556],[-81.64885,25.9859],[-81.77081,25.98505]]],"terms_url":"https://www.cityofmarcoisland.com/info-tech/page/gis-servicesmaps","terms_text":"Collier County Property Appraiser’s Office, City of Marco Island","description":"The 2023 orthoimagery for the city of Marco Island in the State of Florida"},{"id":"Marco_Island_FL_Ortho_2024","name":"City of Marco Island Orthoimagery (2024)","type":"tms","template":"https://gis.cityofmarcoisland.com:6443/arcgis/rest/services/General/Aerial_2024/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.77081,25.98505],[-81.77,25.87506],[-81.64829,25.87556],[-81.64885,25.9859],[-81.77081,25.98505]]],"terms_url":"https://www.cityofmarcoisland.com/info-tech/page/gis-servicesmaps","terms_text":"Collier County Property Appraiser’s Office, City of Marco Island","description":"The 2024 orthoimagery for the city of Marco Island in the State of Florida"},{"id":"Marco_Island_FL_Ortho_Post-Ian_2022","name":"City of Marco Island Orthoimagery Post-Ian (2022)","type":"tms","template":"https://gis.cityofmarcoisland.com:6443/arcgis/rest/services/General/Aerial_2022_Hurricane_Ian/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2022-12-31T00:00:00.000Z","startDate":"2022-09-30T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.77081,25.98505],[-81.64885,25.9859],[-81.64829,25.87556],[-81.77,25.87506],[-81.77081,25.98505]]],"terms_url":"https://www.cityofmarcoisland.com/info-tech/page/gis-servicesmaps","terms_text":"Collier County Property Appraiser’s Office, City of Marco Island","description":"The 2022 (Post-Ian) orthoimagery for the city of Marco Island in the State of Florida"},{"id":"Marco_Island_FL_Ortho_Pre-Ian_2022","name":"City of Marco Island Orthoimagery Pre-Ian (2022)","type":"tms","template":"https://gis.cityofmarcoisland.com:6443/arcgis/rest/services/General/Aerial_2022/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-12-01T00:00:00.000Z","startDate":"2021-12-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.77081,25.98505],[-81.77,25.87506],[-81.64829,25.87556],[-81.64885,25.9859],[-81.77081,25.98505]]],"terms_url":"https://www.cityofmarcoisland.com/info-tech/page/gis-servicesmaps","terms_text":"Collier County Property Appraiser’s Office, City of Marco Island","description":"The 2022 (Pre-Ian) orthoimagery for the city of Marco Island in the State of Florida"},{"id":"City_of_Melbourne_Feb_2019","name":"City of Melbourne Feb 2019","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/openstreetmapau.melbourne190203/{zoom}/{x}/{y}.jpg?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcGF1IiwiYSI6ImNqbWl3bXZ6aDA0MTkzd21xdnV1d2k0azEifQ.HYkMOqH_E2fYd1b0oXRe6w","category":"photo","endDate":"2019-02-03T00:00:00.000Z","startDate":"2019-02-02T00:00:00.000Z","zoomExtent":[7,22],"polygon":[[[144.9146,-37.7993],[144.9139,-37.7989],[144.9128,-37.7986],[144.9114,-37.7988],[144.9098,-37.7998],[144.906,-37.8064],[144.9043,-37.8126],[144.9042,-37.8142],[144.9056,-37.8209],[144.9043,-37.8224],[144.899,-37.8273],[144.8969,-37.8301],[144.896,-37.8335],[144.896,-37.8387],[144.897,-37.8419],[144.9011,-37.8469],[144.9052,-37.8502],[144.9068,-37.8506],[144.908,-37.8502],[144.9084,-37.8495],[144.907,-37.8477],[144.9076,-37.8469],[144.9045,-37.8416],[144.9053,-37.8414],[144.9081,-37.8458],[144.9118,-37.8502],[144.9127,-37.8504],[144.9155,-37.8489],[144.9155,-37.8481],[144.914,-37.8459],[144.9162,-37.8445],[144.914,-37.8413],[144.9163,-37.8399],[144.9165,-37.8384],[144.9151,-37.8344],[144.9183,-37.8331],[144.9195,-37.8326],[144.921,-37.8309],[144.9219,-37.83],[144.923,-37.8295],[144.9294,-37.8282],[144.9353,-37.827],[144.9411,-37.8269],[144.9418,-37.8268],[144.9458,-37.8275],[144.9471,-37.8279],[144.9478,-37.8278],[144.9579,-37.8295],[144.9592,-37.8294],[144.9613,-37.829],[144.9625,-37.8297],[144.9648,-37.8318],[144.9657,-37.8323],[144.9662,-37.8323],[144.9703,-37.8312],[144.9705,-37.8323],[144.9711,-37.8331],[144.9735,-37.8351],[144.9743,-37.836],[144.9794,-37.85],[144.9797,-37.8508],[144.9806,-37.8512],[144.9843,-37.8515],[144.9848,-37.8514],[144.9854,-37.8508],[144.9892,-37.8311],[144.9889,-37.8304],[144.9923,-37.8104],[144.9924,-37.8098],[144.9919,-37.809],[144.9745,-37.8071],[144.9768,-37.7933],[144.9767,-37.7928],[144.9764,-37.7923],[144.9759,-37.7922],[144.9698,-37.7915],[144.9708,-37.7857],[144.9704,-37.785],[144.9699,-37.7848],[144.9649,-37.7842],[144.9651,-37.7825],[144.9651,-37.782],[144.9642,-37.7814],[144.964,-37.7808],[144.9639,-37.7796],[144.9635,-37.7785],[144.9627,-37.7778],[144.9614,-37.7772],[144.9392,-37.7746],[144.9384,-37.7746],[144.938,-37.7749],[144.9373,-37.776],[144.9366,-37.7769],[144.9361,-37.7773],[144.936,-37.7779],[144.9378,-37.7814],[144.9383,-37.7842],[144.9391,-37.7865],[144.9389,-37.7867],[144.9388,-37.7873],[144.9377,-37.788],[144.9322,-37.7874],[144.9312,-37.7878],[144.9308,-37.7879],[144.93,-37.7874],[144.9218,-37.7864],[144.9149,-37.7794],[144.9143,-37.7787],[144.9137,-37.7785],[144.9129,-37.7786],[144.9082,-37.7813],[144.9072,-37.7821],[144.9057,-37.7845],[144.9053,-37.7864],[144.9043,-37.7866],[144.9037,-37.7872],[144.9032,-37.7883],[144.902,-37.7888],[144.9014,-37.7896],[144.9019,-37.791],[144.9026,-37.792],[144.9042,-37.7929],[144.9064,-37.7938],[144.9081,-37.7946],[144.9105,-37.7952],[144.9127,-37.796],[144.9143,-37.797],[144.9153,-37.7978],[144.9154,-37.7981],[144.9153,-37.7985],[144.9152,-37.7987],[144.9148,-37.7991],[144.9146,-37.7993]]],"terms_url":"https://data.melbourne.vic.gov.au/Environment/2019-Aerial-Imagery/cwpe-ugri","terms_text":"City of Melbourne","best":true,"icon":"https://www.melbourne.vic.gov.au/_catalogs/masterpage/android-icon.png"},{"id":"City_of_Melbourne_May_2018","name":"City of Melbourne May 2018","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/openstreetmapau.gdbhzo3g/{zoom}/{x}/{y}.jpg?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcGF1IiwiYSI6ImNqbWl3bXZ6aDA0MTkzd21xdnV1d2k0azEifQ.HYkMOqH_E2fYd1b0oXRe6w","category":"historicphoto","endDate":"2018-05-01T00:00:00.000Z","startDate":"2018-05-01T00:00:00.000Z","zoomExtent":[8,22],"polygon":[[[144.9146,-37.7993],[144.9139,-37.7989],[144.9128,-37.7986],[144.9114,-37.7988],[144.9098,-37.7998],[144.906,-37.8064],[144.9043,-37.8126],[144.9042,-37.8142],[144.9056,-37.8209],[144.9043,-37.8224],[144.899,-37.8273],[144.8969,-37.8301],[144.896,-37.8335],[144.896,-37.8387],[144.897,-37.8419],[144.9011,-37.8469],[144.9052,-37.8502],[144.9068,-37.8506],[144.908,-37.8502],[144.9084,-37.8495],[144.907,-37.8477],[144.9076,-37.8469],[144.9045,-37.8416],[144.9053,-37.8414],[144.9081,-37.8458],[144.9118,-37.8502],[144.9127,-37.8504],[144.9155,-37.8489],[144.9155,-37.8481],[144.914,-37.8459],[144.9162,-37.8445],[144.914,-37.8413],[144.9163,-37.8399],[144.9165,-37.8384],[144.9151,-37.8344],[144.9183,-37.8331],[144.9195,-37.8326],[144.921,-37.8309],[144.9219,-37.83],[144.923,-37.8295],[144.9294,-37.8282],[144.9353,-37.827],[144.9411,-37.8269],[144.9418,-37.8268],[144.9458,-37.8275],[144.9471,-37.8279],[144.9478,-37.8278],[144.9579,-37.8295],[144.9592,-37.8294],[144.9613,-37.829],[144.9625,-37.8297],[144.9648,-37.8318],[144.9657,-37.8323],[144.9662,-37.8323],[144.9703,-37.8312],[144.9705,-37.8323],[144.9711,-37.8331],[144.9735,-37.8351],[144.9743,-37.836],[144.9794,-37.85],[144.9797,-37.8508],[144.9806,-37.8512],[144.9843,-37.8515],[144.9848,-37.8514],[144.9854,-37.8508],[144.9892,-37.8311],[144.9889,-37.8304],[144.9923,-37.8104],[144.9924,-37.8098],[144.9919,-37.809],[144.9745,-37.8071],[144.9768,-37.7933],[144.9767,-37.7928],[144.9764,-37.7923],[144.9759,-37.7922],[144.9698,-37.7915],[144.9708,-37.7857],[144.9704,-37.785],[144.9699,-37.7848],[144.9649,-37.7842],[144.9651,-37.7825],[144.9651,-37.782],[144.9642,-37.7814],[144.964,-37.7808],[144.9639,-37.7796],[144.9635,-37.7785],[144.9627,-37.7778],[144.9614,-37.7772],[144.9392,-37.7746],[144.9384,-37.7746],[144.938,-37.7749],[144.9373,-37.776],[144.9366,-37.7769],[144.9361,-37.7773],[144.936,-37.7779],[144.9378,-37.7814],[144.9383,-37.7842],[144.9391,-37.7865],[144.9389,-37.7867],[144.9388,-37.7873],[144.9377,-37.788],[144.9322,-37.7874],[144.9312,-37.7878],[144.9308,-37.7879],[144.93,-37.7874],[144.9218,-37.7864],[144.9149,-37.7794],[144.9143,-37.7787],[144.9137,-37.7785],[144.9129,-37.7786],[144.9082,-37.7813],[144.9072,-37.7821],[144.9057,-37.7845],[144.9053,-37.7864],[144.9043,-37.7866],[144.9037,-37.7872],[144.9032,-37.7883],[144.902,-37.7888],[144.9014,-37.7896],[144.9019,-37.791],[144.9026,-37.792],[144.9042,-37.7929],[144.9064,-37.7938],[144.9081,-37.7946],[144.9105,-37.7952],[144.9127,-37.796],[144.9143,-37.797],[144.9153,-37.7978],[144.9154,-37.7981],[144.9153,-37.7985],[144.9152,-37.7987],[144.9148,-37.7991],[144.9146,-37.7993]]],"terms_url":"https://data.melbourne.vic.gov.au/Property-Planning/2018-Aerial-Imagery-True-Ortho-/qa5h-sfgh","terms_text":"City of Melbourne","icon":"https://www.melbourne.vic.gov.au/_catalogs/masterpage/android-icon.png"},{"id":"Modesto_CA_2023","name":"City of Modesto Orthoimagery (2023)","type":"wms","template":"https://gis.modestogov.com/hosting/rest/services/ExternalServices/City_of_Modesto_2023_Aerial/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-121.09923,37.72528],[-121.09818,37.59435],[-121.08134,37.58035],[-120.87942,37.58118],[-120.88008,37.71169],[-120.89834,37.71163],[-120.89841,37.72613],[-120.9897,37.72578],[-120.98998,37.76929],[-121.02652,37.76913],[-121.02621,37.72563],[-121.09923,37.72528]]],"terms_url":"https://www.modestogov.com/","terms_text":"City of Modesto","description":"2023 3-inch resolution imagery for Modesto in the State of California","icon":"https://www.modestogov.com/ImageRepository/Document?documentID=15610"},{"id":"Naples_FL_Ortho_2020","name":"City of Naples Orthoimagery (2020)","type":"wms","template":"https://g.naplesgov.com/arcgis/rest/services/Imagery/NAPLES_2020/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.89578,26.42447],[-81.52919,26.42631],[-81.5285,26.27909],[-81.51477,26.27918],[-81.51437,26.19255],[-81.52803,26.19245],[-81.5262,25.82107],[-81.83073,25.81984],[-81.83226,26.09502],[-81.8928,26.09488],[-81.89578,26.42447]]],"terms_url":"https://g.naplesgov.com/cityofnaplesgis2/","terms_text":"Collier County Property Appraiser’s Office, Naples GIS","description":"The 2020 orthoimagery for the city of Naples in the State of Florida"},{"id":"Roseville_CA_2023","name":"City of Roseville Orthoimagery (2023)","type":"wms","template":"https://ags.roseville.ca.us/arcgis/rest/services/PublicServices/CityOrtho2023/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-121.45329,38.80124],[-121.40461,38.80103],[-121.40502,38.7505],[-121.32392,38.74999],[-121.32425,38.72258],[-121.21403,38.71457],[-121.21345,38.77525],[-121.253,38.77542],[-121.26244,38.78071],[-121.26233,38.79713],[-121.29538,38.79733],[-121.29517,38.81163],[-121.31458,38.81184],[-121.31431,38.83182],[-121.32759,38.83194],[-121.32774,38.82607],[-121.45309,38.82674],[-121.45329,38.80124]]],"terms_url":"https://www.roseville.ca.us/","terms_text":"City of Roseville","description":"2023 3-inch resolution imagery for Roseville in the State of California","icon":"https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_7964838/Image/Roseville-230.png"},{"id":"Roseville_CA_2024","name":"City of Roseville Orthoimagery (2024)","type":"wms","template":"https://ags.roseville.ca.us/arcgis/rest/services/PublicServices/CityOrtho2024/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-121.45329,38.80124],[-121.40461,38.80103],[-121.40502,38.7505],[-121.32392,38.74999],[-121.32425,38.72258],[-121.21403,38.71457],[-121.21345,38.77525],[-121.253,38.77542],[-121.26244,38.78071],[-121.26233,38.79713],[-121.29538,38.79733],[-121.29517,38.81163],[-121.31458,38.81184],[-121.31431,38.83182],[-121.32759,38.83194],[-121.32774,38.82607],[-121.45309,38.82674],[-121.45329,38.80124]]],"terms_url":"https://www.roseville.ca.us/","terms_text":"City of Roseville","description":"2024 3-inch resolution imagery for Roseville in the State of California","icon":"https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_7964838/Image/Roseville-230.png"},{"id":"Santa_Rosa_CA_2022","name":"City of Santa Rosa Orthoimagery (2022)","type":"wms","template":"https://ags2maps.srcity.org/arcgis/rest/services/2022Sep_Aerial/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-122.7713,38.48342],[-122.77111,38.46677],[-122.77258,38.46676],[-122.77258,38.46596],[-122.77664,38.46592],[-122.7766,38.46188],[-122.78206,38.46186],[-122.78198,38.45203],[-122.7785,38.45205],[-122.77828,38.4323],[-122.77777,38.43229],[-122.77766,38.42258],[-122.78216,38.42255],[-122.78204,38.41267],[-122.7709,38.41274],[-122.7708,38.40218],[-122.76089,38.40227],[-122.76087,38.40169],[-122.74442,38.40178],[-122.74438,38.39946],[-122.72788,38.39959],[-122.72768,38.37843],[-122.72222,38.37847],[-122.72218,38.37352],[-122.71956,38.37354],[-122.71955,38.3723],[-122.71661,38.37232],[-122.71661,38.3705],[-122.70561,38.37057],[-122.70574,38.38434],[-122.7003,38.38437],[-122.70031,38.38527],[-122.69611,38.38526],[-122.69628,38.4033],[-122.7005,38.40328],[-122.70054,38.41028],[-122.69346,38.41036],[-122.69347,38.41323],[-122.6897,38.41323],[-122.68973,38.41507],[-122.68426,38.4151],[-122.68432,38.41823],[-122.67865,38.41826],[-122.67861,38.41538],[-122.67316,38.41539],[-122.67314,38.41458],[-122.65433,38.41471],[-122.65435,38.41843],[-122.64525,38.4184],[-122.6455,38.44795],[-122.64592,38.44795],[-122.64598,38.44982],[-122.64228,38.44983],[-122.64232,38.45291],[-122.63897,38.45293],[-122.63893,38.45021],[-122.63498,38.45021],[-122.63488,38.448],[-122.63043,38.44801],[-122.63037,38.44662],[-122.62392,38.44666],[-122.6239,38.44445],[-122.61843,38.44445],[-122.61846,38.4432],[-122.61666,38.44319],[-122.61663,38.4382],[-122.61547,38.4382],[-122.6154,38.43593],[-122.61279,38.43595],[-122.61281,38.43108],[-122.6073,38.43111],[-122.60733,38.42848],[-122.60361,38.42846],[-122.60359,38.42353],[-122.60186,38.42355],[-122.60175,38.42011],[-122.59632,38.42009],[-122.59632,38.41865],[-122.59068,38.41866],[-122.59068,38.41512],[-122.57968,38.41513],[-122.57969,38.41691],[-122.5775,38.41693],[-122.57752,38.41873],[-122.57498,38.41875],[-122.57503,38.42366],[-122.57272,38.42366],[-122.5728,38.43223],[-122.57433,38.43225],[-122.57448,38.44154],[-122.57078,38.44157],[-122.57085,38.4434],[-122.56887,38.44343],[-122.56899,38.44835],[-122.57104,38.44833],[-122.57104,38.4504],[-122.57449,38.45041],[-122.57449,38.45119],[-122.58206,38.45117],[-122.58206,38.44826],[-122.58551,38.44826],[-122.58545,38.44332],[-122.58702,38.44332],[-122.58701,38.44101],[-122.59087,38.44099],[-122.5909,38.44189],[-122.59653,38.44185],[-122.59654,38.44326],[-122.59896,38.44327],[-122.59899,38.44499],[-122.60201,38.44498],[-122.60204,38.44695],[-122.60748,38.44692],[-122.60751,38.44816],[-122.60967,38.44815],[-122.60972,38.4506],[-122.61263,38.45063],[-122.61262,38.45207],[-122.61852,38.45205],[-122.61851,38.45302],[-122.61924,38.45306],[-122.61927,38.45789],[-122.61858,38.45786],[-122.61865,38.46769],[-122.61961,38.46771],[-122.61961,38.47023],[-122.62411,38.47023],[-122.62414,38.47262],[-122.63044,38.47258],[-122.63045,38.47395],[-122.63215,38.47398],[-122.6322,38.48236],[-122.63346,38.48237],[-122.63347,38.48351],[-122.64082,38.48346],[-122.64086,38.48708],[-122.65186,38.48702],[-122.65185,38.48717],[-122.65289,38.48717],[-122.65291,38.49204],[-122.65492,38.49207],[-122.65494,38.49394],[-122.65735,38.49394],[-122.65735,38.495],[-122.67938,38.49488],[-122.67938,38.49685],[-122.69051,38.49678],[-122.69048,38.49857],[-122.71045,38.4985],[-122.71042,38.50919],[-122.72646,38.50912],[-122.72647,38.50636],[-122.72897,38.50635],[-122.72899,38.50487],[-122.73764,38.50484],[-122.73752,38.49648],[-122.73442,38.49648],[-122.73446,38.49511],[-122.7255,38.49519],[-122.72537,38.48674],[-122.73977,38.48669],[-122.73979,38.4852],[-122.74533,38.48517],[-122.74528,38.48432],[-122.76177,38.48423],[-122.76175,38.4835],[-122.7713,38.48342]],[[-122.77992,38.36233],[-122.75744,38.36251],[-122.75758,38.37686],[-122.78007,38.37669],[-122.77992,38.36233]]],"terms_url":"https://www.srcity.org/","terms_text":"City of Santa Rosa","description":"2022 3-inch resolution imagery for Santa Rosa in the State of California","icon":"https://www.srcity.org/ImageRepository/Document?documentID=32"},{"id":"Stockton_CA_2023","name":"City of Stockton Orthoimagery (2023)","type":"wms","template":"https://gisportal.stocktonca.gov/arcgis/services/Aerials/Aerials_2023/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-121.47627,38.08647],[-121.47178,38.0154],[-121.43949,37.98002],[-121.38672,37.94443],[-121.38422,37.85485],[-121.25575,37.85583],[-121.20037,37.8535],[-121.20044,37.85549],[-121.18258,37.85556],[-121.17284,37.85332],[-121.173,37.85574],[-121.14584,37.85578],[-121.15095,38.08019],[-121.15112,38.08034],[-121.21438,38.07949],[-121.21511,38.08219],[-121.21503,38.0869],[-121.27817,38.08637],[-121.27832,38.08625],[-121.27887,38.08638],[-121.35194,38.08665],[-121.35225,38.08674],[-121.36998,38.08701],[-121.35893,38.07958],[-121.39325,38.07967],[-121.39725,38.08721],[-121.39929,38.08723],[-121.39914,38.08689],[-121.40019,38.0869],[-121.40077,38.08677],[-121.47627,38.08647]]],"terms_url":"https://stocktonca.gov/","terms_text":"City of Stockton","description":"2023 3-inch resolution imagery for Stockton in the State of California","icon":"https://cms3.revize.com/revize/stockton/_assets_/images/logo.png"},{"id":"turku-orto","name":"City of Turku ortophoto - 2018","type":"wms","template":"https://opaskartta.turku.fi/TeklaOGCWeb/WMS.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Ilmakuva&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","zoomExtent":[4,20],"polygon":[[[21.48608,60.90844],[21.49956,60.48377],[21.08957,60.5096],[21.0486,60.22035],[21.00189,60.21285],[21.00908,60.09411],[21.09531,60.03889],[21.10682,59.94328],[21.26923,59.88167],[21.18227,59.70233],[22.11364,59.70921],[22.05903,59.8557],[22.46075,60.18535],[23.15785,60.18892],[23.14815,60.91835],[22.31595,60.91512],[21.48608,60.90844]]],"terms_url":"https://www.turku.fi/turku-tieto/kartat-ja-paikkatieto","terms_text":"© Turun kaupunki","description":"Ortophotos from the city of Turku","icon":"https://www.turku.fi/sites/default/files/styles/site_logo/public/sites/all/themes/custom/driveturku/images/sprites/logo.png"},{"id":"turku-orto-2018-true","name":"City of Turku ortophoto - 2018 True ortho","type":"wms","template":"https://opaskartta.turku.fi/TeklaOGCWeb/WMS.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Ilmakuva 2018 True ortho&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2018-07-14T00:00:00.000Z","startDate":"2018-07-14T00:00:00.000Z","zoomExtent":[4,20],"polygon":[[[22.20773,60.48192],[22.18898,60.46167],[22.15111,60.4647],[22.11991,60.46316],[22.11448,60.44459],[22.12533,60.43892],[22.14443,60.43815],[22.20536,60.44335],[22.20443,60.43465],[22.14808,60.41251],[22.14125,60.40444],[22.17104,60.38313],[22.2254,60.38328],[22.28446,60.39091],[22.27423,60.40519],[22.30929,60.41024],[22.36908,60.43517],[22.37033,60.44067],[22.33819,60.47484],[22.34456,60.48065],[22.36,60.47545],[22.37127,60.48301],[22.20773,60.48192]]],"terms_url":"https://www.turku.fi/turku-tieto/kartat-ja-paikkatieto","terms_text":"© Turun kaupunki","description":"Ortophotos from the city of Turku","icon":"https://www.turku.fi/sites/default/files/styles/site_logo/public/sites/all/themes/custom/driveturku/images/sprites/logo.png"},{"id":"turku-orto-2021","name":"City of Turku ortophoto - 2021","type":"wms","template":"https://opaskartta.turku.fi/TeklaOGCWeb/WMS.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Ilmakuva 2021&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2021-04-01T00:00:00.000Z","startDate":"2021-04-01T00:00:00.000Z","zoomExtent":[4,20],"polygon":[[[22.09695,60.34588],[22.13866,60.35363],[22.16884,60.34114],[22.17917,60.3386],[22.22965,60.34398],[22.30436,60.35558],[22.30954,60.36044],[22.30306,60.37431],[22.27494,60.40235],[22.28138,60.40546],[22.30118,60.40839],[22.30848,60.41023],[22.36933,60.43164],[22.37027,60.44049],[22.35201,60.46149],[22.3361,60.47382],[22.34262,60.4789],[22.36025,60.47559],[22.36454,60.47677],[22.37035,60.48184],[22.37447,60.48658],[22.35762,60.49233],[22.36406,60.50068],[22.38327,60.52547],[22.37722,60.5366],[22.37412,60.53718],[22.38064,60.56043],[22.40649,60.58753],[22.41258,60.58566],[22.41811,60.58955],[22.4145,60.59275],[22.43123,60.6023],[22.44915,60.62803],[22.45091,60.64837],[22.45437,60.65097],[22.45497,60.67087],[22.45909,60.67141],[22.45885,60.67297],[22.45288,60.69672],[22.41452,60.73921],[22.40146,60.69333],[22.38913,60.64922],[22.3852,60.63836],[22.38897,60.63237],[22.37286,60.61901],[22.32325,60.59247],[22.31638,60.58683],[22.29921,60.57225],[22.29489,60.56232],[22.29336,60.54794],[22.27007,60.5234],[22.25589,60.52361],[22.22615,60.52524],[22.2203,60.52479],[22.22026,60.52284],[22.23424,60.5091],[22.24827,60.50298],[22.22191,60.49095],[22.20722,60.48296],[22.19265,60.46933],[22.18931,60.4632],[22.14378,60.46573],[22.13612,60.46515],[22.12359,60.46298],[22.11456,60.45524],[22.11295,60.43319],[22.08525,60.42727],[22.08573,60.42181],[22.09248,60.41517],[22.10867,60.40505],[22.08871,60.35422],[22.09695,60.34588]]],"terms_url":"https://www.turku.fi/turku-tieto/kartat-ja-paikkatieto","terms_text":"© Turun kaupunki","best":true,"description":"Ortophotos from the city of Turku","icon":"https://www.turku.fi/sites/default/files/styles/site_logo/public/sites/all/themes/custom/driveturku/images/sprites/logo.png"},{"id":"turku-topo","name":"City of Turku topographic map","type":"wms","template":"https://opaskartta.turku.fi/TeklaOGCWeb/WMS.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Maastokartta&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","zoomExtent":[15,20],"polygon":[[[22.41501,60.73729],[22.39067,60.63073],[22.38803,60.63048],[22.37693,60.61976],[22.36044,60.60999],[22.32413,60.59213],[22.30206,60.5708],[22.27032,60.52452],[22.22126,60.52417],[22.22139,60.52294],[22.24118,60.5152],[22.23416,60.51116],[22.24929,60.50331],[22.20837,60.48285],[22.19762,60.46945],[22.19382,60.46945],[22.19015,60.46312],[22.13634,60.46467],[22.12177,60.46225],[22.1061,60.44123],[22.07621,60.42879],[22.09205,60.39482],[22.06432,60.36962],[22.07716,60.34239],[22.19655,60.33347],[22.30413,60.34564],[22.31602,60.36415],[22.33031,60.36763],[22.34834,60.36355],[22.41335,60.37611],[22.43829,60.37493],[22.43773,60.36502],[22.42554,60.35744],[22.46399,60.34498],[22.49755,60.35126],[22.50996,60.36026],[22.54266,60.34715],[22.61038,60.38286],[22.58154,60.49678],[22.47266,60.45974],[22.39748,60.4474],[22.35739,60.4944],[22.36769,60.50488],[22.38945,60.56842],[22.43121,60.60262],[22.45266,60.65699],[22.45224,60.69066],[22.41501,60.73729]]],"terms_url":"https://www.turku.fi/turku-tieto/kartat-ja-paikkatieto","terms_text":"© Turun kaupunki","best":true,"description":"Topographic map from the city of Turku","icon":"https://www.turku.fi/sites/default/files/styles/site_logo/public/sites/all/themes/custom/driveturku/images/sprites/logo.png","overlay":true},{"id":"City_of_Wooster_OH_2021","name":"City of Wooster Orthoimagery (2022)","type":"wms","template":"https://utility.arcgis.com/usrsvcs/servers/a9c2a83a20ea4a4ea4a910b9766329b4/rest/services/Imagery/Ortho_2021/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-81.98432,40.80805],[-81.98477,40.74976],[-81.97129,40.74965],[-81.97127,40.74622],[-81.93967,40.74606],[-81.93958,40.75982],[-81.92605,40.75973],[-81.92605,40.76662],[-81.90792,40.76648],[-81.90776,40.79054],[-81.89418,40.79047],[-81.89408,40.8042],[-81.88503,40.8041],[-81.8845,40.85903],[-81.90259,40.85911],[-81.90247,40.86942],[-81.91604,40.86947],[-81.916,40.87289],[-81.92957,40.87297],[-81.92959,40.86956],[-81.97026,40.86973],[-81.9704,40.8457],[-81.97496,40.84572],[-81.97529,40.808],[-81.98432,40.80805]]],"terms_url":"https://www.woosteroh.com/","terms_text":"City of Wooster, State of Ohio","description":"1.5-inch resolution 2021 orthoimagery for City of Wooster in the State of Ohio","icon":"https://www.woosteroh.com/sites/default/files/footer-logo.png"},{"id":"Collier_Ortho_2022","name":"Collier County Orthoimagery (2022)","type":"wms","template":"https://ags2.colliercountyfl.gov/imagery/rest/services/Orthos2022/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-80.85707,26.31698],[-81.22402,26.31665],[-81.22445,26.53704],[-81.59119,26.536],[-81.59079,26.48124],[-81.71292,26.48063],[-81.71234,26.42575],[-81.89595,26.42477],[-81.76936,25.76545],[-80.85773,25.76874],[-80.85707,26.31698]]],"terms_url":"https://hub-collierbcc.opendata.arcgis.com/","terms_text":"Collier County Information Technology GIS Team","description":"The 2022 orthoimagery for Collier County in the State of Florida"},{"id":"Collier_Ortho_Latest","name":"Collier County Orthoimagery (Latest)","type":"wms","template":"https://ags2.colliercountyfl.gov/imagery/rest/services/CurrentOrthos/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-80.85707,26.31698],[-81.22402,26.31665],[-81.22445,26.53704],[-81.59119,26.536],[-81.59079,26.48124],[-81.71292,26.48063],[-81.71234,26.42575],[-81.89595,26.42477],[-81.76936,25.76545],[-80.85773,25.76874],[-80.85707,26.31698]]],"terms_url":"https://hub-collierbcc.opendata.arcgis.com/","terms_text":"Collier County Information Technology GIS Team","description":"The most recent orthoimagery for Collier County in the State of Florida"},{"id":"Cook_IL_2020","name":"Cook County Orthoimagery 2020","type":"wms","template":"https://gis.cookcountyil.gov/imagery/rest/services/CookOrtho2020/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-87.50067,41.45476],[-87.49767,41.68777],[-87.5152,41.73161],[-87.59708,41.82583],[-87.59605,41.88784],[-87.62953,41.96306],[-87.65905,42.04534],[-87.67862,42.08013],[-87.72343,42.10892],[-87.77465,42.17679],[-88.2568,42.17811],[-88.2568,42.17128],[-88.26603,42.17124],[-88.26613,42.08892],[-88.28459,42.0752],[-88.29373,42.0752],[-88.2938,41.98603],[-88.2846,41.98603],[-88.28459,41.96549],[-87.94451,41.9648],[-87.9459,41.73161],[-87.97354,41.71108],[-88.04679,41.71134],[-88.05593,41.70458],[-88.05636,41.62911],[-88.03808,41.61531],[-87.93749,41.61499],[-87.93783,41.54642],[-87.92882,41.53248],[-87.81929,41.5321],[-87.81986,41.45665],[-87.80175,41.44279],[-87.55557,41.44142],[-87.55547,41.44827],[-87.50988,41.44794],[-87.50977,41.45484],[-87.50067,41.45476]]],"terms_url":"https://hub-cookcountyil.opendata.arcgis.com/","terms_text":"Cook County GIS","description":"4-Band aerial imagery flown in 2020 for Cook County, Illinois at 6 inch pixel resolution","icon":"https://www.cookcountyil.gov/sites/g/files/ywwepo161/files/cook_county_logo_0.png"},{"id":"Cook_IL_2021","name":"Cook County Orthoimagery 2021","type":"wms","template":"https://gis.cookcountyil.gov/imagery/rest/services/CookOrtho2021/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-87.50067,41.45476],[-87.49767,41.68777],[-87.5152,41.73161],[-87.59708,41.82583],[-87.59605,41.88784],[-87.62953,41.96306],[-87.65905,42.04534],[-87.67862,42.08013],[-87.72343,42.10892],[-87.77465,42.17679],[-88.2568,42.17811],[-88.2568,42.17128],[-88.26603,42.17124],[-88.26613,42.08892],[-88.28459,42.0752],[-88.29373,42.0752],[-88.2938,41.98603],[-88.2846,41.98603],[-88.28459,41.96549],[-87.94451,41.9648],[-87.9459,41.73161],[-87.97354,41.71108],[-88.04679,41.71134],[-88.05593,41.70458],[-88.05636,41.62911],[-88.03808,41.61531],[-87.93749,41.61499],[-87.93783,41.54642],[-87.92882,41.53248],[-87.81929,41.5321],[-87.81986,41.45665],[-87.80175,41.44279],[-87.55557,41.44142],[-87.55547,41.44827],[-87.50988,41.44794],[-87.50977,41.45484],[-87.50067,41.45476]]],"terms_url":"https://hub-cookcountyil.opendata.arcgis.com/","terms_text":"Cook County GIS","description":"4-Band aerial imagery flown in 2021 for Cook County, Illinois at 6 inch pixel resolution","icon":"https://www.cookcountyil.gov/sites/g/files/ywwepo161/files/cook_county_logo_0.png"},{"id":"Cook_IL_2022","name":"Cook County Orthoimagery 2022","type":"wms","template":"https://gis.cookcountyil.gov/imagery/rest/services/CookOrtho2022/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-87.50067,41.45476],[-87.49767,41.68777],[-87.5152,41.73161],[-87.59708,41.82583],[-87.59605,41.88784],[-87.62953,41.96306],[-87.65905,42.04534],[-87.67862,42.08013],[-87.72343,42.10892],[-87.77465,42.17679],[-88.2568,42.17811],[-88.2568,42.17128],[-88.26603,42.17124],[-88.26613,42.08892],[-88.28459,42.0752],[-88.29373,42.0752],[-88.2938,41.98603],[-88.2846,41.98603],[-88.28459,41.96549],[-87.94451,41.9648],[-87.9459,41.73161],[-87.97354,41.71108],[-88.04679,41.71134],[-88.05593,41.70458],[-88.05636,41.62911],[-88.03808,41.61531],[-87.93749,41.61499],[-87.93783,41.54642],[-87.92882,41.53248],[-87.81929,41.5321],[-87.81986,41.45665],[-87.80175,41.44279],[-87.55557,41.44142],[-87.55547,41.44827],[-87.50988,41.44794],[-87.50977,41.45484],[-87.50067,41.45476]]],"terms_url":"https://hub-cookcountyil.opendata.arcgis.com/","terms_text":"Cook County GIS","description":"4-Band aerial imagery flown in 2022 for Cook County, Illinois at 6 inch pixel resolution","icon":"https://www.cookcountyil.gov/sites/g/files/ywwepo161/files/cook_county_logo_0.png"},{"id":"Cook_IL_2023","name":"Cook County Orthoimagery 2023","type":"wms","template":"https://gis.cookcountyil.gov/imagery/rest/services/CookOrtho2023/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-87.50067,41.45476],[-87.49767,41.68777],[-87.5152,41.73161],[-87.59708,41.82583],[-87.59605,41.88784],[-87.62953,41.96306],[-87.65905,42.04534],[-87.67862,42.08013],[-87.72343,42.10892],[-87.77465,42.17679],[-88.2568,42.17811],[-88.2568,42.17128],[-88.26603,42.17124],[-88.26613,42.08892],[-88.28459,42.0752],[-88.29373,42.0752],[-88.2938,41.98603],[-88.2846,41.98603],[-88.28459,41.96549],[-87.94451,41.9648],[-87.9459,41.73161],[-87.97354,41.71108],[-88.04679,41.71134],[-88.05593,41.70458],[-88.05636,41.62911],[-88.03808,41.61531],[-87.93749,41.61499],[-87.93783,41.54642],[-87.92882,41.53248],[-87.81929,41.5321],[-87.81986,41.45665],[-87.80175,41.44279],[-87.55557,41.44142],[-87.55547,41.44827],[-87.50988,41.44794],[-87.50977,41.45484],[-87.50067,41.45476]]],"terms_url":"https://hub-cookcountyil.opendata.arcgis.com/","terms_text":"Cook County GIS","description":"4-Band aerial imagery flown in 2023 for Cook County, Illinois at 6 inch pixel resolution","icon":"https://www.cookcountyil.gov/sites/g/files/ywwepo161/files/cook_county_logo_0.png"},{"id":"Craig_2019","name":"CRAIG - 2019","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/craig_2019/{zoom}/{x}/{y}","category":"photo","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[2.5464,46.16593],[2.54677,46.1209],[2.53382,46.12085],[2.53397,46.10284],[2.54692,46.10289],[2.54729,46.05787],[2.56022,46.05792],[2.56037,46.03991],[2.5733,46.03996],[2.57337,46.03095],[2.5863,46.031],[2.5867,45.97697],[2.59962,45.97702],[2.59968,45.96802],[2.56094,45.96787],[2.56101,45.95887],[2.5481,45.95882],[2.54825,45.94081],[2.53534,45.94075],[2.53565,45.90474],[2.50985,45.90463],[2.50993,45.89562],[2.49703,45.89557],[2.4972,45.87756],[2.44563,45.87731],[2.44572,45.86831],[2.43283,45.86825],[2.43302,45.85024],[2.42013,45.85017],[2.42022,45.84117],[2.38157,45.84096],[2.38188,45.81395],[2.39475,45.81402],[2.39485,45.80501],[2.40773,45.80508],[2.40782,45.79608],[2.4207,45.79614],[2.42108,45.76012],[2.43394,45.76019],[2.43403,45.75119],[2.45976,45.75131],[2.45985,45.74231],[2.48557,45.74243],[2.48573,45.72442],[2.49859,45.72448],[2.49875,45.70647],[2.51161,45.70652],[2.51184,45.67951],[2.499,45.67945],[2.49916,45.66144],[2.512,45.6615],[2.51216,45.64349],[2.49932,45.64343],[2.49924,45.65244],[2.47356,45.65232],[2.47391,45.6163],[2.46107,45.61624],[2.46116,45.60724],[2.44833,45.60718],[2.44851,45.58917],[2.46134,45.58923],[2.46151,45.57122],[2.47433,45.57128],[2.47442,45.56228],[2.48724,45.56233],[2.4874,45.54433],[2.50022,45.54438],[2.50087,45.47235],[2.52646,45.47246],[2.52662,45.45445],[2.565,45.4546],[2.56507,45.4456],[2.61624,45.44579],[2.6163,45.43678],[2.64188,45.43687],[2.64194,45.42786],[2.66751,45.42794],[2.66767,45.40093],[2.68046,45.40096],[2.68051,45.39196],[2.69329,45.392],[2.69334,45.38299],[2.70611,45.38303],[2.70616,45.37402],[2.73171,45.37409],[2.73167,45.38309],[2.78278,45.3832],[2.78282,45.3742],[2.79559,45.37422],[2.79556,45.38322],[2.84667,45.38331],[2.8467,45.3743],[2.85947,45.37432],[2.85949,45.36531],[2.91059,45.36537],[2.91063,45.33835],[2.9234,45.33836],[2.92342,45.32035],[2.93619,45.32036],[2.93621,45.30235],[2.96173,45.30236],[2.96173,45.29336],[2.98725,45.29337],[2.98725,45.28436],[3.02552,45.28436],[3.02552,45.29336],[3.06379,45.29335],[3.06381,45.31136],[3.07657,45.31135],[3.07659,45.32035],[3.08935,45.32034],[3.08932,45.30234],[3.07656,45.30235],[3.07654,45.28434],[3.10205,45.28432],[3.10203,45.27531],[3.14029,45.27527],[3.14031,45.28427],[3.15307,45.28426],[3.15302,45.26625],[3.19127,45.26619],[3.1913,45.27519],[3.20405,45.27517],[3.20402,45.26617],[3.21677,45.26614],[3.21663,45.23013],[3.22938,45.2301],[3.2293,45.21209],[3.24204,45.21207],[3.242,45.20306],[3.25474,45.20303],[3.25449,45.14901],[3.26722,45.14898],[3.26709,45.12197],[3.2798,45.12194],[3.27958,45.07692],[3.29229,45.07688],[3.29201,45.02286],[3.3047,45.02283],[3.30465,45.01382],[3.31735,45.01379],[3.31729,45.00478],[3.34268,45.00471],[3.34246,44.96869],[3.36782,44.96861],[3.36771,44.95061],[3.38038,44.95056],[3.38032,44.94156],[3.40568,44.94147],[3.40529,44.88745],[3.41795,44.8874],[3.41788,44.8784],[3.43055,44.87835],[3.43027,44.84234],[3.44293,44.84229],[3.44278,44.82428],[3.45543,44.82423],[3.45536,44.81523],[3.46801,44.81518],[3.46794,44.80617],[3.48058,44.80612],[3.48051,44.79712],[3.49315,44.79706],[3.49323,44.80606],[3.50587,44.80601],[3.50596,44.81501],[3.53125,44.81489],[3.53134,44.82389],[3.54399,44.82383],[3.5439,44.81483],[3.5692,44.8147],[3.56929,44.82371],[3.59459,44.82357],[3.59468,44.83258],[3.60734,44.83251],[3.60773,44.86852],[3.64571,44.86831],[3.6456,44.8593],[3.65826,44.85923],[3.65805,44.84122],[3.6454,44.8413],[3.64519,44.82329],[3.74639,44.82266],[3.74603,44.79565],[3.75868,44.79556],[3.75855,44.78656],[3.78384,44.78638],[3.78371,44.77738],[3.79635,44.77729],[3.7961,44.75928],[3.82137,44.7591],[3.8211,44.7411],[3.87163,44.74071],[3.87177,44.74971],[3.8844,44.74961],[3.88426,44.74061],[3.89689,44.74051],[3.89704,44.74951],[3.90967,44.74941],[3.90981,44.75841],[3.93508,44.7582],[3.93553,44.78521],[3.94817,44.7851],[3.94878,44.82111],[3.96143,44.821],[3.96128,44.812],[3.97392,44.81189],[3.97377,44.80288],[3.99906,44.80266],[3.99922,44.81166],[4.01187,44.81155],[4.01203,44.82055],[4.02468,44.82043],[4.02484,44.82944],[4.03749,44.82932],[4.03816,44.86533],[4.06347,44.86509],[4.0633,44.85609],[4.07596,44.85597],[4.07613,44.86497],[4.11411,44.86459],[4.11429,44.8736],[4.12695,44.87347],[4.12677,44.86447],[4.16474,44.86407],[4.16493,44.87308],[4.17759,44.87294],[4.17778,44.88194],[4.19044,44.88181],[4.19101,44.90882],[4.20368,44.90868],[4.20388,44.91768],[4.21655,44.91755],[4.21674,44.92655],[4.22941,44.92641],[4.2302,44.96242],[4.24288,44.96228],[4.24268,44.95327],[4.28072,44.95284],[4.28092,44.96185],[4.31896,44.9614],[4.31981,44.99741],[4.30712,44.99756],[4.30754,45.01557],[4.32024,45.01542],[4.32045,45.02442],[4.33314,45.02427],[4.33293,45.01526],[4.34562,45.01511],[4.34584,45.02411],[4.37123,45.0238],[4.37145,45.03281],[4.38414,45.03265],[4.38481,45.05966],[4.35941,45.05997],[4.35962,45.06897],[4.37233,45.06882],[4.37299,45.09582],[4.41112,45.09535],[4.41158,45.11335],[4.42429,45.11319],[4.42406,45.10419],[4.44949,45.10386],[4.44972,45.11286],[4.46243,45.1127],[4.4629,45.1307],[4.45019,45.13087],[4.45089,45.15788],[4.46361,45.15771],[4.46385,45.16671],[4.47657,45.16655],[4.47705,45.18455],[4.48978,45.18438],[4.49074,45.22039],[4.50348,45.22022],[4.50372,45.22922],[4.55468,45.22853],[4.55493,45.23753],[4.59316,45.23699],[4.59342,45.24599],[4.6189,45.24563],[4.61969,45.27263],[4.60694,45.27282],[4.6072,45.28182],[4.6327,45.28145],[4.63349,45.30846],[4.64625,45.30827],[4.64678,45.32628],[4.65954,45.32609],[4.65981,45.33509],[4.71087,45.33432],[4.71114,45.34332],[4.72391,45.34313],[4.72419,45.35213],[4.73696,45.35193],[4.73724,45.36094],[4.76278,45.36054],[4.7642,45.40555],[4.75142,45.40575],[4.75199,45.42375],[4.76478,45.42355],[4.76621,45.46856],[4.75341,45.46876],[4.75426,45.49577],[4.70306,45.49656],[4.70278,45.48756],[4.66439,45.48813],[4.66574,45.53315],[4.67855,45.53296],[4.67882,45.54196],[4.69163,45.54177],[4.69273,45.57778],[4.65427,45.57835],[4.654,45.56935],[4.62837,45.56972],[4.62863,45.57872],[4.59017,45.57927],[4.59043,45.58828],[4.52631,45.58917],[4.52607,45.58016],[4.51324,45.58034],[4.51349,45.58934],[4.48784,45.58968],[4.48809,45.59869],[4.47526,45.59885],[4.4755,45.60786],[4.46267,45.60802],[4.46315,45.62603],[4.43749,45.62636],[4.43772,45.63537],[4.42488,45.63553],[4.42512,45.64453],[4.41228,45.64469],[4.41274,45.6627],[4.3999,45.66286],[4.40013,45.67186],[4.37444,45.67218],[4.37467,45.68118],[4.38751,45.68103],[4.38841,45.71704],[4.40127,45.71688],[4.40172,45.73489],[4.41458,45.73473],[4.41504,45.75273],[4.40218,45.7529],[4.40241,45.7619],[4.36382,45.76237],[4.36404,45.77138],[4.37691,45.77122],[4.37713,45.78022],[4.39,45.78006],[4.39045,45.79807],[4.40332,45.79791],[4.40378,45.81592],[4.3909,45.81608],[4.39136,45.83409],[4.40424,45.83393],[4.40516,45.86994],[4.36649,45.87041],[4.36671,45.87942],[4.35382,45.87957],[4.35404,45.88858],[4.34115,45.88873],[4.34159,45.90674],[4.35448,45.90658],[4.35515,45.93359],[4.34225,45.93375],[4.34246,45.94275],[4.32956,45.9429],[4.32978,45.95191],[4.30396,45.95221],[4.30481,45.98822],[4.31773,45.98807],[4.31859,46.02409],[4.27982,46.02453],[4.28024,46.04254],[4.29317,46.04239],[4.29338,46.0514],[4.30631,46.05125],[4.30652,46.06025],[4.31946,46.0601],[4.32075,46.11412],[4.3337,46.11397],[4.33414,46.13198],[4.37299,46.13152],[4.37321,46.14052],[4.38617,46.14036],[4.38594,46.13136],[4.42479,46.13088],[4.42526,46.14889],[4.43821,46.14872],[4.43845,46.15773],[4.4514,46.15756],[4.45188,46.17557],[4.43892,46.17573],[4.43915,46.18474],[4.41323,46.18506],[4.41346,46.19407],[4.42643,46.1939],[4.42713,46.22091],[4.41416,46.22108],[4.41439,46.23008],[4.37547,46.23056],[4.37524,46.22155],[4.36227,46.22171],[4.36183,46.2037],[4.34886,46.20386],[4.34864,46.19485],[4.32271,46.19516],[4.32249,46.18615],[4.30953,46.1863],[4.30931,46.1773],[4.28339,46.1776],[4.28318,46.16859],[4.27022,46.16874],[4.27085,46.19575],[4.21898,46.19632],[4.21918,46.20532],[4.20621,46.20546],[4.20602,46.19645],[4.18009,46.19673],[4.1797,46.17872],[4.14081,46.17912],[4.141,46.18812],[4.12804,46.18825],[4.12822,46.19725],[4.11525,46.19738],[4.11544,46.20639],[4.0895,46.20664],[4.08932,46.19763],[4.05042,46.198],[4.05025,46.18899],[4.03729,46.18911],[4.03711,46.18011],[3.98526,46.18057],[3.98575,46.20758],[3.94684,46.20791],[3.947,46.21692],[3.90808,46.21724],[3.90838,46.23524],[3.92136,46.23514],[3.92196,46.27116],[3.90898,46.27126],[3.90928,46.28927],[3.94824,46.28895],[3.9484,46.29796],[3.96139,46.29785],[3.96171,46.31585],[3.9747,46.31574],[3.97454,46.30674],[4.00053,46.30652],[4.00069,46.31552],[4.01369,46.3154],[4.01402,46.33341],[4.00102,46.33353],[4.00185,46.37855],[3.98884,46.37866],[3.98916,46.39667],[4.00218,46.39655],[4.00284,46.43257],[4.01586,46.43246],[4.01653,46.46847],[4.0035,46.46859],[4.00366,46.47759],[3.99063,46.4777],[3.9908,46.48671],[3.96472,46.48693],[3.96488,46.49593],[3.92577,46.49626],[3.92592,46.50526],[3.89984,46.50547],[3.8997,46.49647],[3.87362,46.49667],[3.87405,46.52368],[3.86101,46.52378],[3.86115,46.53278],[3.8481,46.53288],[3.84824,46.54188],[3.82215,46.54207],[3.82201,46.53307],[3.78287,46.53334],[3.783,46.54235],[3.74385,46.54261],[3.7441,46.56062],[3.75715,46.56053],[3.7574,46.57854],[3.74434,46.57863],[3.74484,46.61464],[3.73177,46.61473],[3.73201,46.63273],[3.71894,46.63282],[3.71918,46.65082],[3.7061,46.65091],[3.70634,46.66891],[3.69326,46.66899],[3.69337,46.678],[3.68029,46.67807],[3.6804,46.68708],[3.66732,46.68716],[3.66754,46.70516],[3.65445,46.70524],[3.65456,46.71424],[3.64147,46.71432],[3.642,46.75934],[3.6027,46.75955],[3.6028,46.76855],[3.57659,46.76869],[3.5765,46.75968],[3.56339,46.75975],[3.56321,46.74174],[3.5763,46.74167],[3.57621,46.73267],[3.53692,46.73286],[3.53657,46.69685],[3.52348,46.69691],[3.52339,46.6879],[3.49723,46.68802],[3.49706,46.67001],[3.4709,46.67012],[3.47082,46.66112],[3.45774,46.66117],[3.45805,46.69719],[3.44496,46.69724],[3.44511,46.71525],[3.43202,46.7153],[3.43209,46.7243],[3.37972,46.72448],[3.37965,46.71548],[3.36656,46.71552],[3.36644,46.69752],[3.35335,46.69756],[3.31409,46.69767],[3.31425,46.72468],[3.26188,46.72481],[3.26183,46.71581],[3.24874,46.71584],[3.2487,46.70683],[3.22252,46.70689],[3.22249,46.69788],[3.2094,46.69791],[3.20936,46.68891],[3.18319,46.68895],[3.18322,46.69795],[3.17014,46.69797],[3.17017,46.70698],[3.15708,46.707],[3.1571,46.716],[3.14401,46.71602],[3.14406,46.73403],[3.11787,46.73406],[3.11789,46.74306],[3.07859,46.74309],[3.07861,46.7521],[3.06551,46.75211],[3.06552,46.76111],[3.05241,46.76112],[3.05244,46.78813],[3.03933,46.78813],[3.03934,46.79714],[3.02623,46.79714],[3.02623,46.80615],[2.92133,46.80612],[2.92134,46.79712],[2.89512,46.7971],[2.89515,46.77909],[2.86894,46.77906],[2.86898,46.76105],[2.84278,46.76102],[2.8428,46.75202],[2.8297,46.752],[2.82973,46.74299],[2.77734,46.7429],[2.77738,46.7339],[2.75119,46.73385],[2.7511,46.75186],[2.6987,46.75173],[2.6988,46.73372],[2.68571,46.73369],[2.68576,46.72468],[2.67267,46.72465],[2.67272,46.71564],[2.65963,46.7156],[2.65969,46.7066],[2.6466,46.70656],[2.64666,46.69756],[2.62048,46.69747],[2.62054,46.68847],[2.60746,46.68842],[2.60753,46.67942],[2.59444,46.67938],[2.59451,46.67037],[2.56835,46.67028],[2.56842,46.66127],[2.55534,46.66122],[2.55549,46.64321],[2.58164,46.64331],[2.58171,46.63431],[2.56864,46.63426],[2.56871,46.62526],[2.58178,46.6253],[2.58185,46.6163],[2.55571,46.6162],[2.55586,46.59819],[2.56892,46.59824],[2.56899,46.58924],[2.59511,46.58933],[2.59538,46.55332],[2.56928,46.55322],[2.56935,46.54422],[2.5563,46.54417],[2.55637,46.53516],[2.50418,46.53495],[2.5041,46.54395],[2.478,46.54384],[2.47809,46.53483],[2.41285,46.53452],[2.41295,46.52551],[2.34772,46.52516],[2.34783,46.51615],[2.33478,46.51608],[2.33489,46.50708],[2.32185,46.507],[2.32196,46.49799],[2.30893,46.49792],[2.30915,46.47991],[2.29612,46.47983],[2.29624,46.47082],[2.2832,46.47074],[2.28332,46.46174],[2.27029,46.46166],[2.27138,46.38062],[2.28439,46.3807],[2.2845,46.3717],[2.31052,46.37186],[2.31063,46.36285],[2.29763,46.36277],[2.29809,46.32676],[2.32409,46.32691],[2.3242,46.31791],[2.35019,46.31806],[2.3503,46.30906],[2.36329,46.30913],[2.36339,46.30012],[2.37639,46.3002],[2.37628,46.3092],[2.38928,46.30927],[2.38918,46.31828],[2.40217,46.31834],[2.40256,46.28233],[2.41555,46.28239],[2.41565,46.27339],[2.44162,46.27352],[2.44153,46.28252],[2.4675,46.28265],[2.46776,46.25563],[2.48075,46.25569],[2.48092,46.23769],[2.50687,46.2378],[2.50727,46.19278],[2.52024,46.19283],[2.5204,46.17482],[2.53336,46.17488],[2.53344,46.16587],[2.5464,46.16593]]],"terms_url":"https://ids.craig.fr/geocat/srv/fre/catalog.search#/metadata/f3e8d3c6-0293-4372-a385-87b1cb56eb5c","terms_text":"CRAIG - IGN - Feder Auvergne-Rhône-Alpes 2019"},{"id":"Crook-2023","name":"Crook County Orthoimagery (2023)","type":"tms","template":"https://geo.co.crook.or.us/server/rest/services/Hosted/Crook_2023_3in9in/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[11,20],"polygon":[[[-120.56378,44.44371],[-120.61434,44.44367],[-120.61429,44.42919],[-120.64461,44.42914],[-120.64456,44.41465],[-120.74559,44.4145],[-120.74576,44.46522],[-120.86712,44.46488],[-120.86719,44.47947],[-120.99864,44.47884],[-120.99793,44.39197],[-121.10906,44.39145],[-121.10821,44.31177],[-121.11831,44.31175],[-121.11731,44.21744],[-121.10701,44.21762],[-121.1064,44.13059],[-120.99571,44.13134],[-120.99512,44.0517],[-120.89469,44.05203],[-120.89432,43.99413],[-120.78401,43.99444],[-120.78411,44.02336],[-120.61348,44.02368],[-120.61366,44.09611],[-120.0207,44.09508],[-120.02066,44.10241],[-120.00062,44.10231],[-120.00053,44.10954],[-119.98048,44.10946],[-119.98044,44.11668],[-119.89998,44.11633],[-119.89986,44.13079],[-119.87971,44.1307],[-119.8791,44.19588],[-119.9193,44.19608],[-119.91965,44.15987],[-120.04042,44.16043],[-120.04025,44.17486],[-120.44276,44.17583],[-120.44268,44.23375],[-120.56349,44.2337],[-120.56378,44.44371]],[[-120.38189,44.48711],[-120.44222,44.48711],[-120.44222,44.45803],[-120.38189,44.45803],[-120.38189,44.48711]]],"terms_url":"https://co.crook.or.us/gis","terms_text":"Crook County GIS","best":true,"icon":"https://co.crook.or.us/sites/default/files/styles/full_node_primary/public/imageattachments/tech/page/14110/crook_county_logo.png"},{"id":"CT_ECO_Ortho_2019_RGB","name":"CT ECO Orthoimagery (2019)","type":"tms","template":"https://cteco.uconn.edu/ctraster/rest/services/images/Ortho_2019_tiled/ImageServer/WMTS/tile/1.0.0/images_Ortho_2019_tiled/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2019-04-25T00:00:00.000Z","startDate":"2019-03-24T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-71.8723,41.31337],[-71.82917,41.34073],[-71.82943,41.34537],[-71.8381,41.35842],[-71.83772,41.36581],[-71.83286,41.36907],[-71.83189,41.37027],[-71.83164,41.37228],[-71.83242,41.37459],[-71.83265,41.37589],[-71.83061,41.37866],[-71.8308,41.37914],[-71.83197,41.38002],[-71.8333,41.38184],[-71.83351,41.3825],[-71.83338,41.38388],[-71.83265,41.38603],[-71.83253,41.3868],[-71.83347,41.38829],[-71.83505,41.38954],[-71.83753,41.39045],[-71.83864,41.39091],[-71.84114,41.39421],[-71.84185,41.3947],[-71.84241,41.39539],[-71.84243,41.39633],[-71.8422,41.39733],[-71.84139,41.39865],[-71.84119,41.39962],[-71.84139,41.40283],[-71.84206,41.40366],[-71.84304,41.40442],[-71.84355,41.40551],[-71.84254,41.4077],[-71.8424,41.40846],[-71.84267,41.40982],[-71.84235,41.41056],[-71.8411,41.41106],[-71.83912,41.41248],[-71.8358,41.41222],[-71.83422,41.41158],[-71.82756,41.41452],[-71.82549,41.41468],[-71.82491,41.41498],[-71.82438,41.41551],[-71.82428,41.41624],[-71.82388,41.41706],[-71.82308,41.41773],[-71.8219,41.41817],[-71.82109,41.41892],[-71.82005,41.41938],[-71.8186,41.41971],[-71.81698,41.41987],[-71.81535,41.41961],[-71.81279,41.41937],[-71.8115,41.41909],[-71.80781,41.41725],[-71.8074,41.41687],[-71.80688,41.41668],[-71.80598,41.41675],[-71.80417,41.41731],[-71.80346,41.41735],[-71.80296,41.4171],[-71.80185,41.41567],[-71.8014,41.4155],[-71.80053,41.41555],[-71.79921,41.41599],[-71.79775,41.41693],[-71.78694,41.65614],[-71.7984,41.9557],[-71.79914,42.00821],[-71.80069,42.02351],[-71.8893,42.02437],[-72.14372,42.03053],[-72.53157,42.0346],[-72.57272,42.03023],[-72.58204,42.02472],[-72.60714,42.02504],[-72.608,42.03116],[-72.64031,42.03205],[-72.69975,42.03699],[-72.75589,42.03638],[-72.76636,42.00788],[-72.76674,42.00339],[-72.81704,41.99765],[-72.81369,42.03667],[-73.00861,42.03871],[-73.43622,42.05082],[-73.48755,42.0498],[-73.49287,41.95732],[-73.53579,41.45141],[-73.54158,41.40266],[-73.54926,41.32339],[-73.54986,41.3016],[-73.55089,41.29548],[-73.48257,41.21282],[-73.7277,41.10075],[-73.65523,41.0123],[-73.65573,41.00976],[-73.66018,41.00054],[-73.65934,40.99733],[-73.65962,40.99495],[-73.65921,40.99308],[-73.65696,40.99061],[-73.65993,40.98891],[-73.64788,40.97573],[-72.69568,41.197],[-71.8723,41.31337]]],"terms_url":"https://cteco.uconn.edu/data/imagery/index.htm","terms_text":"Connecticut Environmental Conditions Online","description":"The 2019 6-inch 4-band orthoimagery for the State of Connecticut in natural color","icon":"https://cteco.uconn.edu/images/logos/cteco-logo.png"},{"id":"CT_ECO_Shaded_relief_2016","name":"CT ECO Shaded Relief","type":"wms","template":"https://cteco.uconn.edu/ctraster/services/elevation/Elevation/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Elevation:shadedrelief&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","endDate":"2016-04-16T00:00:00.000Z","startDate":"2016-03-11T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-71.8723,41.31337],[-71.82917,41.34073],[-71.82943,41.34537],[-71.8381,41.35842],[-71.83772,41.36581],[-71.83286,41.36907],[-71.83189,41.37027],[-71.83164,41.37228],[-71.83242,41.37459],[-71.83265,41.37589],[-71.83061,41.37866],[-71.8308,41.37914],[-71.83197,41.38002],[-71.8333,41.38184],[-71.83351,41.3825],[-71.83338,41.38388],[-71.83265,41.38603],[-71.83253,41.3868],[-71.83347,41.38829],[-71.83505,41.38954],[-71.83753,41.39045],[-71.83864,41.39091],[-71.84114,41.39421],[-71.84185,41.3947],[-71.84241,41.39539],[-71.84243,41.39633],[-71.8422,41.39733],[-71.84139,41.39865],[-71.84119,41.39962],[-71.84139,41.40283],[-71.84206,41.40366],[-71.84304,41.40442],[-71.84355,41.40551],[-71.84254,41.4077],[-71.8424,41.40846],[-71.84267,41.40982],[-71.84235,41.41056],[-71.8411,41.41106],[-71.83912,41.41248],[-71.8358,41.41222],[-71.83422,41.41158],[-71.82756,41.41452],[-71.82549,41.41468],[-71.82491,41.41498],[-71.82438,41.41551],[-71.82428,41.41624],[-71.82388,41.41706],[-71.82308,41.41773],[-71.8219,41.41817],[-71.82109,41.41892],[-71.82005,41.41938],[-71.8186,41.41971],[-71.81698,41.41987],[-71.81535,41.41961],[-71.81279,41.41937],[-71.8115,41.41909],[-71.80781,41.41725],[-71.8074,41.41687],[-71.80688,41.41668],[-71.80598,41.41675],[-71.80417,41.41731],[-71.80346,41.41735],[-71.80296,41.4171],[-71.80185,41.41567],[-71.8014,41.4155],[-71.80053,41.41555],[-71.79921,41.41599],[-71.79775,41.41693],[-71.78694,41.65614],[-71.7984,41.9557],[-71.79914,42.00821],[-71.80069,42.02351],[-71.8893,42.02437],[-72.14372,42.03053],[-72.53157,42.0346],[-72.57272,42.03023],[-72.58204,42.02472],[-72.60714,42.02504],[-72.608,42.03116],[-72.64031,42.03205],[-72.69975,42.03699],[-72.75589,42.03638],[-72.76636,42.00788],[-72.76674,42.00339],[-72.81704,41.99765],[-72.81369,42.03667],[-73.00861,42.03871],[-73.43622,42.05082],[-73.48755,42.0498],[-73.49287,41.95732],[-73.53579,41.45141],[-73.54158,41.40266],[-73.54926,41.32339],[-73.54986,41.3016],[-73.55089,41.29548],[-73.48257,41.21282],[-73.7277,41.10075],[-73.65523,41.0123],[-73.65573,41.00976],[-73.66018,41.00054],[-73.65934,40.99733],[-73.65962,40.99495],[-73.65921,40.99308],[-73.65696,40.99061],[-73.65993,40.98891],[-73.64788,40.97573],[-72.69568,41.197],[-71.8723,41.31337]]],"terms_url":"https://cteco.uconn.edu/data/lidar/index.htm","terms_text":"Connecticut Environmental Conditions Online","description":"Colored view of terrain derived from 2016 LiDAR data for State of Connecticut","icon":"https://cteco.uconn.edu/images/logos/cteco-logo.png"},{"id":"Curitiba_Ortofoto_2019","name":"Curitiba Ortofoto 2019","type":"tms","template":"https://geocuritiba.ippuc.org.br/server/rest/services/Hosted/Ortofotos2019/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","polygon":[[[-49.4,-25.43],[-49.39,-25.49],[-49.38,-25.5],[-49.38,-25.52],[-49.36,-25.59],[-49.38,-25.63],[-49.37,-25.65],[-49.36,-25.65],[-49.3,-25.63],[-49.26,-25.62],[-49.23,-25.59],[-49.21,-25.57],[-49.19,-25.52],[-49.19,-25.43],[-49.19,-25.38],[-49.22,-25.34],[-49.27,-25.34],[-49.29,-25.34],[-49.3,-25.37],[-49.31,-25.37],[-49.33,-25.35],[-49.35,-25.34],[-49.36,-25.37],[-49.38,-25.39],[-49.4,-25.43]]],"terms_url":"https://geocuritiba.ippuc.org.br","terms_text":"Instituto de Pesquisa e Planejamento Urbano de Curitiba","best":true},{"id":"Cuyahoga_OH_2023","name":"Cuyahoga County Orthoimagery (2023)","type":"wms","template":"https://gis.cuyahogacounty.us/server/rest/services/IMAGERY/2023_Spring_Ortho/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-81.97428,41.5079],[-81.97553,41.35008],[-81.87988,41.34964],[-81.88061,41.27415],[-81.6487,41.27268],[-81.64866,41.27611],[-81.5577,41.27542],[-81.55756,41.28567],[-81.56211,41.28573],[-81.56196,41.29603],[-81.56647,41.29605],[-81.56643,41.3029],[-81.57094,41.30295],[-81.5709,41.30639],[-81.57543,41.30642],[-81.57543,41.30986],[-81.57996,41.30982],[-81.57982,41.3202],[-81.58435,41.3202],[-81.584,41.34768],[-81.38821,41.34596],[-81.38695,41.42141],[-81.37329,41.42129],[-81.37285,41.44873],[-81.38647,41.44886],[-81.38441,41.57236],[-81.48486,41.57323],[-81.48392,41.63504],[-81.97428,41.5079]]],"terms_url":"https://cuyahogacounty.gov/","terms_text":"Cuyahoga County, State of Ohio","description":"Spring 2023 orthoimagery for Cuyahoga County in the State of Ohio","icon":"https://cuyahogacms.blob.core.windows.net/home/images/default-source/default-album/county_logo100.png"},{"id":"Czech_CUZK-KM","name":"Czech CUZK:KM","type":"wms","template":"https://wms.cuzk.cz/wms.asp?LAYERS=parcelni_cisla_i,obrazy_parcel_i,RST_KMD_I,hranice_parcel_i,DEF_BUDOVY,RST_KN_I,dalsi_p_mapy_i,prehledka_kat_prac,prehledka_kat_uz,prehledka_kraju-linie&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","polygon":[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],"overlay":true},{"id":"Czech_CUZK-KM-tms","name":"Czech CUZK:KM tiles proxy","type":"tms","template":"https://osm-{switch:a,b,c}.zby.cz/tiles_cuzk.php/{zoom}/{x}/{y}.png","zoomExtent":[13,18],"polygon":[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],"overlay":true},{"id":"Czech_pLPIS","name":"Czech pLPIS","type":"wms","template":"https://eagri.cz/public/app/wms/public_DPB_PB_OPV.fcgi?LAYERS=DPB_UCINNE,DPB_UCINNE_KOD&STYLES=&FORMAT=image/png&TRANSPARENT=true&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:4326","polygon":[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],"overlay":true},{"id":"Czech_RUIAN-budovy","name":"Czech RUIAN budovy","type":"tms","template":"https://tile.poloha.net/budovy/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[12,20],"polygon":[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],"terms_url":"https://poloha.net/","terms_text":"Czech RUIAN","overlay":true},{"id":"Czech_RUIAN-parcely","name":"Czech RUIAN parcely","type":"tms","template":"https://tile.poloha.net/parcely/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[12,20],"polygon":[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],"terms_url":"https://poloha.net/","terms_text":"Czech RUIAN","overlay":true},{"id":"CzechCUZKorthophoto","name":"Czechia CUZK orthophoto","type":"wms","template":"https://geoportal.cuzk.cz/WMS_ORTOFOTO_PUB/service.svc/get?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=GR_ORTFOTORGB&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","zoomExtent":[1,20],"polygon":[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],"terms_url":"https://www.cuzk.cz/","terms_text":"CUZK","best":true,"description":"Aerial imagery provided by State Administration of Land Surveying and Cadastre. Resolution 0.125 m/px, median alignment error <=0.2m (as of 2022), biennial cycle (yearly update of one half of the territory, alternating between the two halves)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/cz/CzechCUZK_icon.png"},{"id":"CzechCUZKdmr5g","name":"Czechia CUZK terrain DMR 5G greyscale","type":"wms","template":"https://ags.cuzk.cz/arcgis2/services/dmr5g/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=dmr5g:GrayscaleHillshade&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","zoomExtent":[1,20],"polygon":[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],"terms_url":"https://www.cuzk.cz/","terms_text":"CUZK","description":"Hill shaded terrain model of Czech Republic, grayscale. LIDAR based. Buildings and vegetation filtered out. Median height error 0.18m to 0.3m. Provided by State Administration of Land Surveying and Cadastre.","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/cz/CzechCUZK_icon.png"},{"id":"Czestochowa-buildings","name":"Częstochowa: Buildings","type":"wms","template":"http://geoportal.czestochowa.um.gov.pl/isdp/scripts/isdp.dll/wms?LAYERS=ieg_budynek&STYLES=&FORMAT=image/png&TRANSPARENT=true&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:900913","polygon":[[[19.08183,50.8554],[19.06492,50.86134],[19.06209,50.8596],[19.05993,50.8532],[19.04676,50.84934],[19.03921,50.84083],[19.03787,50.82584],[19.02909,50.82435],[19.03154,50.81614],[19.02308,50.81499],[19.02593,50.80731],[19.03453,50.804],[19.03439,50.80116],[19.01896,50.80703],[19.01972,50.79555],[19.01362,50.79262],[19.01081,50.78759],[19.01159,50.78077],[19.01353,50.77766],[19.01101,50.7718],[19.01554,50.77044],[19.01869,50.76252],[19.0333,50.74827],[19.04257,50.74466],[19.06018,50.74455],[19.06202,50.75041],[19.06548,50.7496],[19.06595,50.7466],[19.06392,50.74554],[19.06632,50.74233],[19.0685,50.74339],[19.07153,50.74042],[19.07284,50.73708],[19.07503,50.73465],[19.07878,50.73668],[19.08382,50.73741],[19.08473,50.74349],[19.08442,50.74986],[19.09285,50.75027],[19.09351,50.7488],[19.0956,50.74912],[19.09598,50.75201],[19.10348,50.75228],[19.12066,50.74981],[19.1216,50.75363],[19.127,50.75314],[19.13021,50.75786],[19.14282,50.75543],[19.14559,50.75805],[19.16417,50.75586],[19.16504,50.7535],[19.18245,50.7545],[19.19074,50.75211],[19.19521,50.75182],[19.19891,50.76355],[19.20889,50.77561],[19.22592,50.78822],[19.21753,50.79272],[19.21868,50.80115],[19.23303,50.82335],[19.23351,50.82683],[19.2308,50.82666],[19.23075,50.82509],[19.22564,50.82475],[19.21831,50.82571],[19.20838,50.82484],[19.20696,50.82985],[19.19454,50.83145],[19.19358,50.83357],[19.19637,50.83678],[19.19973,50.84395],[19.18711,50.84712],[19.18084,50.86562],[19.18346,50.87706],[19.17265,50.88477],[19.16816,50.88501],[19.16507,50.8794],[19.1498,50.87916],[19.14318,50.86815],[19.13364,50.86147],[19.12566,50.86165],[19.12938,50.85519],[19.1227,50.85452],[19.11997,50.86327],[19.11531,50.86283],[19.11709,50.85933],[19.10961,50.86092],[19.11082,50.86616],[19.0888,50.86563],[19.08183,50.8554]]],"terms_text":"Urząd Miasta Częstochowy"},{"id":"DCGIS-County-Imagery-2017-Fall-Leaf-Off-6-Inch","name":"Dakota County GIS 2017 Fall Leaf-Off 6-Inch","type":"wms","template":"https://gisimg.co.dakota.mn.us/arcgis/services/AerialPhotography/2017AirPhotoLeafOff6Inch/ImageServer/WMSServer?LAYERS=2017AirPhotoLeafOff6Inch:None&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[4,20],"polygon":[[[-93.32967,44.79107],[-93.32964,44.63037],[-93.28189,44.63074],[-93.28169,44.47194],[-93.28176,44.47137],[-93.0395,44.47103],[-93.03924,44.51125],[-92.91932,44.51049],[-92.91899,44.54325],[-92.79268,44.54324],[-92.7926,44.62971],[-92.73207,44.62948],[-92.73122,44.71411],[-92.80342,44.74652],[-92.82767,44.75056],[-92.85209,44.74695],[-92.85959,44.75359],[-92.87724,44.77283],[-92.88149,44.77492],[-92.9049,44.77408],[-92.92808,44.78111],[-92.93969,44.77563],[-92.94843,44.76786],[-92.95859,44.76724],[-92.98604,44.77501],[-92.99291,44.77517],[-93.00306,44.77206],[-93.01685,44.77635],[-93.02153,44.79431],[-93.00523,44.81541],[-93.0119,44.83657],[-93.00859,44.85652],[-93.01041,44.86586],[-93.02074,44.89279],[-93.0309,44.8967],[-93.04083,44.90391],[-93.04445,44.91514],[-93.04725,44.9195],[-93.04724,44.92318],[-93.12863,44.92335],[-93.12882,44.91965],[-93.13257,44.91243],[-93.1641,44.89048],[-93.18289,44.8872],[-93.20075,44.86486],[-93.20325,44.85263],[-93.22179,44.83825],[-93.25188,44.81146],[-93.28177,44.80611],[-93.30453,44.7945],[-93.32645,44.79245],[-93.32961,44.79107],[-93.32967,44.79107]]],"terms_url":"https://dakotacounty.us","terms_text":"Dakota County GIS","icon":"https://www.co.dakota.mn.us//SiteAssets/DakotaCountyLogo_W.png"},{"id":"DCGIS-County-Imagery-2019-Spring-Leaf-Off-6-Inch","name":"Dakota County GIS 2019 Spring Leaf-Off 6-Inch","type":"wms","template":"https://gisimg.co.dakota.mn.us/arcgis/services/AerialPhotography/2019AirPhotoLeafOff6Inch_Spring/ImageServer/WMSServer?LAYERS=2019AirPhotoLeafOff6Inch_Spring:default&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[5,20],"polygon":[[[-93.32967,44.79107],[-93.32964,44.63037],[-93.28189,44.63074],[-93.28169,44.47194],[-93.28176,44.47137],[-93.0395,44.47103],[-93.03924,44.51125],[-92.91932,44.51049],[-92.91899,44.54325],[-92.79268,44.54324],[-92.7926,44.62971],[-92.73207,44.62948],[-92.73122,44.71411],[-92.80342,44.74652],[-92.82767,44.75056],[-92.85209,44.74695],[-92.85959,44.75359],[-92.87724,44.77283],[-92.88149,44.77492],[-92.9049,44.77408],[-92.92808,44.78111],[-92.93969,44.77563],[-92.94843,44.76786],[-92.95859,44.76724],[-92.98604,44.77501],[-92.99291,44.77517],[-93.00306,44.77206],[-93.01685,44.77635],[-93.02153,44.79431],[-93.00523,44.81541],[-93.0119,44.83657],[-93.00859,44.85652],[-93.01041,44.86586],[-93.02074,44.89279],[-93.0309,44.8967],[-93.04083,44.90391],[-93.04445,44.91514],[-93.04725,44.9195],[-93.04724,44.92318],[-93.12863,44.92335],[-93.12882,44.91965],[-93.13257,44.91243],[-93.1641,44.89048],[-93.18289,44.8872],[-93.20075,44.86486],[-93.20325,44.85263],[-93.22179,44.83825],[-93.25188,44.81146],[-93.28177,44.80611],[-93.30453,44.7945],[-93.32645,44.79245],[-93.32961,44.79107],[-93.32967,44.79107]]],"terms_url":"https://dakotacounty.us","terms_text":"Dakota County GIS","icon":"https://www.co.dakota.mn.us//SiteAssets/DakotaCountyLogo_W.png"},{"id":"Duna_2013","name":"Danube flood orthophoto 2013","type":"tms","template":"http://e.tile.openstreetmap.hu/dunai-arviz-2013/{zoom}/{x}/{y}.jpg","category":"photo","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[10,20],"polygon":[[[19.07732,47.69597],[19.05779,47.57209],[19.07717,47.57241],[19.07952,47.58883],[19.07434,47.58909],[19.08056,47.59587],[19.09462,47.69446],[19.07799,47.69598],[19.07732,47.69597]]],"terms_url":"http://fototerkep.hu","terms_text":"Fotótérkép.hu","description":"Riverbank of Danube at Budapest, Szentendre and Szigetmonostor"},{"id":"DC_From_Above_Ortho_2019","name":"DC From Above Orthophoto 2019","type":"wms","template":"https://maps2.dcgis.dc.gov/dcgis/services/DCGIS_DATA/Ortho2019/MapServer/WMSServer?request=getmap&version=1.3.0&service=wms&layers=0&styles=&format=image/jpeg&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-04-23T00:00:00.000Z","startDate":"2019-04-23T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-77.11973,38.93492],[-77.11856,38.93365],[-77.11699,38.93173],[-77.1156,38.92839],[-77.1117,38.92442],[-77.10583,38.91982],[-77.10289,38.91581],[-77.10214,38.91292],[-77.09362,38.90705],[-77.0836,38.90362],[-77.07278,38.90312],[-77.06863,38.90124],[-77.06706,38.89934],[-77.06656,38.89704],[-77.06278,38.89067],[-77.05587,38.88759],[-77.03776,38.87309],[-77.03012,38.8614],[-77.02643,38.85214],[-77.03176,38.79718],[-76.90929,38.89285],[-77.04088,38.99592],[-77.11973,38.93492]]],"terms_url":"https://opendata.dc.gov/datasets/aerial-photography-image-service-orthophoto-2019/","terms_text":"OCTO, DCGIS","description":"4-band digital orthophotography with a 3 inch/0.08 meter pixel resolution covering the District of Columbia at 2019","icon":"https://octo.dc.gov/sites/default/files/styles/callout_interior_graphic/public/dc/sites/octo/agency_content/images/OCTO-logo_Lead.png"},{"id":"DC_From_Above_Ortho_2021","name":"DC From Above Orthophoto 2021","type":"wms","template":"https://imagery.dcgis.dc.gov/dcgis/services/Ortho/Ortho_2021/ImageServer/WMSServer?request=getmap&version=1.3.0&service=wms&layers=0&styles=&format=image/jpeg&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-03-11T00:00:00.000Z","startDate":"2021-03-11T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-77.11973,38.93492],[-77.11856,38.93365],[-77.11699,38.93173],[-77.1156,38.92839],[-77.1117,38.92442],[-77.10583,38.91982],[-77.10289,38.91581],[-77.10214,38.91292],[-77.09362,38.90705],[-77.0836,38.90362],[-77.07278,38.90312],[-77.06863,38.90124],[-77.06706,38.89934],[-77.06656,38.89704],[-77.06278,38.89067],[-77.05587,38.88759],[-77.03776,38.87309],[-77.03012,38.8614],[-77.02643,38.85214],[-77.03176,38.79718],[-76.90929,38.89285],[-77.04088,38.99592],[-77.11973,38.93492]]],"terms_url":"https://opendata.dc.gov/datasets/aerial-photography-image-service-orthophoto-2021/","terms_text":"OCTO, DCGIS","description":"4-band digital orthophotography with a 3 inch/0.08 meter pixel resolution covering the District of Columbia at 2021","icon":"https://octo.dc.gov/sites/default/files/styles/callout_interior_graphic/public/dc/sites/octo/agency_content/images/OCTO-logo_Lead.png"},{"id":"DC_From_Above_Ortho_2023","name":"DC From Above Orthophoto 2023","type":"wms","template":"https://imagery.dcgis.dc.gov/dcgis/services/Ortho/Ortho_2023/ImageServer/WMSServer?request=getmap&version=1.3.0&service=wms&layers=0&styles=&format=image/jpeg&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-05-10T00:00:00.000Z","startDate":"2023-05-06T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-77.11973,38.93492],[-77.11856,38.93365],[-77.11699,38.93173],[-77.1156,38.92839],[-77.1117,38.92442],[-77.10583,38.91982],[-77.10289,38.91581],[-77.10214,38.91292],[-77.09362,38.90705],[-77.0836,38.90362],[-77.07278,38.90312],[-77.06863,38.90124],[-77.06706,38.89934],[-77.06656,38.89704],[-77.06278,38.89067],[-77.05587,38.88759],[-77.03776,38.87309],[-77.03012,38.8614],[-77.02643,38.85214],[-77.03176,38.79718],[-76.90929,38.89285],[-77.04088,38.99592],[-77.11973,38.93492]]],"terms_url":"https://opendata.dc.gov/datasets/aerial-photography-image-service-orthophoto-2021/","terms_text":"OCTO, DCGIS","best":true,"description":"4-band digital orthophotography with a 3 inch/0.08 meter pixel resolution covering the District of Columbia at 2021","icon":"https://octo.dc.gov/sites/default/files/styles/callout_interior_graphic/public/dc/sites/octo/agency_content/images/OCTO-logo_Lead.png"},{"id":"LPI_NSW_Administrative_Boundaries_County","name":"DCS NSW Administrative Boundaries County","type":"wms","template":"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?LAYERS=4&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png32&WIDTH={width}&HEIGHT={height}&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,21],"polygon":[[[149.48562,-28.5615],[148.9452,-28.99487],[140.99865,-28.99893],[141.0026,-34.01974],[140.9937,-34.07017],[142.47856,-34.81194],[143.20218,-35.13174],[144.51935,-36.1296],[144.84457,-36.21492],[145.23484,-35.98499],[146.82844,-36.18868],[147.69029,-36.04418],[147.88542,-36.09019],[148.07918,-36.81716],[148.20135,-36.80566],[149.97847,-37.507],[150.41275,-36.61786],[150.46154,-36.1203],[151.01442,-35.11568],[151.25834,-34.38081],[151.90879,-33.05535],[152.75437,-32.50849],[153.25847,-30.97354],[153.69692,-28.64983],[153.57907,-28.14156],[152.49246,-28.2353],[151.92904,-28.49836],[151.98941,-28.73557],[151.39436,-28.97978],[151.0954,-28.71792],[150.29914,-28.53373],[149.48562,-28.5615]],[[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico","overlay":true},{"id":"LPI_NSW_Administrative_Boundaries_LGA","name":"DCS NSW Administrative Boundaries LGA","type":"wms","template":"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?LAYERS=6&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png32&WIDTH={width}&HEIGHT={height}&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,21],"polygon":[[[149.48562,-28.5615],[148.9452,-28.99487],[140.99865,-28.99893],[141.0026,-34.01974],[140.9937,-34.07017],[142.47856,-34.81194],[143.20218,-35.13174],[144.51935,-36.1296],[144.84457,-36.21492],[145.23484,-35.98499],[146.82844,-36.18868],[147.69029,-36.04418],[147.88542,-36.09019],[148.07918,-36.81716],[148.20135,-36.80566],[149.97847,-37.507],[150.41275,-36.61786],[150.46154,-36.1203],[151.01442,-35.11568],[151.25834,-34.38081],[151.90879,-33.05535],[152.75437,-32.50849],[153.25847,-30.97354],[153.69692,-28.64983],[153.57907,-28.14156],[152.49246,-28.2353],[151.92904,-28.49836],[151.98941,-28.73557],[151.39436,-28.97978],[151.0954,-28.71792],[150.29914,-28.53373],[149.48562,-28.5615]],[[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico","overlay":true},{"id":"LPI_NSW_Administrative_Boundaries_NPWS_Reserve","name":"DCS NSW Administrative Boundaries NPWS Reserve","type":"wms","template":"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=1&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE","category":"other","projection":"EPSG:3857","zoomExtent":[6,21],"polygon":[[[149.48562,-28.5615],[148.9452,-28.99487],[140.99865,-28.99893],[141.0026,-34.01974],[140.9937,-34.07017],[142.47856,-34.81194],[143.20218,-35.13174],[144.51935,-36.1296],[144.84457,-36.21492],[145.23484,-35.98499],[146.82844,-36.18868],[147.69029,-36.04418],[147.88542,-36.09019],[148.07918,-36.81716],[148.20135,-36.80566],[149.97847,-37.507],[150.41275,-36.61786],[150.46154,-36.1203],[151.01442,-35.11568],[151.25834,-34.38081],[151.90879,-33.05535],[152.75437,-32.50849],[153.25847,-30.97354],[153.69692,-28.64983],[153.57907,-28.14156],[152.49246,-28.2353],[151.92904,-28.49836],[151.98941,-28.73557],[151.39436,-28.97978],[151.0954,-28.71792],[150.29914,-28.53373],[149.48562,-28.5615]],[[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico","overlay":true},{"id":"LPI_NSW_Administrative_Boundaries_Parish","name":"DCS NSW Administrative Boundaries Parish","type":"wms","template":"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?LAYERS=3&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png32&WIDTH={width}&HEIGHT={height}&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[11,21],"polygon":[[[149.48562,-28.5615],[148.9452,-28.99487],[140.99865,-28.99893],[141.0026,-34.01974],[140.9937,-34.07017],[142.47856,-34.81194],[143.20218,-35.13174],[144.51935,-36.1296],[144.84457,-36.21492],[145.23484,-35.98499],[146.82844,-36.18868],[147.69029,-36.04418],[147.88542,-36.09019],[148.07918,-36.81716],[148.20135,-36.80566],[149.97847,-37.507],[150.41275,-36.61786],[150.46154,-36.1203],[151.01442,-35.11568],[151.25834,-34.38081],[151.90879,-33.05535],[152.75437,-32.50849],[153.25847,-30.97354],[153.69692,-28.64983],[153.57907,-28.14156],[152.49246,-28.2353],[151.92904,-28.49836],[151.98941,-28.73557],[151.39436,-28.97978],[151.0954,-28.71792],[150.29914,-28.53373],[149.48562,-28.5615]],[[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico","overlay":true},{"id":"LPI_NSW_Administrative_Boundaries_StateForest","name":"DCS NSW Administrative Boundaries State Forest","type":"wms","template":"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=2&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE","category":"other","projection":"EPSG:3857","zoomExtent":[6,21],"polygon":[[[149.48562,-28.5615],[148.9452,-28.99487],[140.99865,-28.99893],[141.0026,-34.01974],[140.9937,-34.07017],[142.47856,-34.81194],[143.20218,-35.13174],[144.51935,-36.1296],[144.84457,-36.21492],[145.23484,-35.98499],[146.82844,-36.18868],[147.69029,-36.04418],[147.88542,-36.09019],[148.07918,-36.81716],[148.20135,-36.80566],[149.97847,-37.507],[150.41275,-36.61786],[150.46154,-36.1203],[151.01442,-35.11568],[151.25834,-34.38081],[151.90879,-33.05535],[152.75437,-32.50849],[153.25847,-30.97354],[153.69692,-28.64983],[153.57907,-28.14156],[152.49246,-28.2353],[151.92904,-28.49836],[151.98941,-28.73557],[151.39436,-28.97978],[151.0954,-28.71792],[150.29914,-28.53373],[149.48562,-28.5615]],[[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico","overlay":true},{"id":"LPI_NSW_Administrative_Boundaries_Suburb","name":"DCS NSW Administrative Boundaries Suburb","type":"wms","template":"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?LAYERS=7&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png32&WIDTH={width}&HEIGHT={height}&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,21],"polygon":[[[149.48562,-28.5615],[148.9452,-28.99487],[140.99865,-28.99893],[141.0026,-34.01974],[140.9937,-34.07017],[142.47856,-34.81194],[143.20218,-35.13174],[144.51935,-36.1296],[144.84457,-36.21492],[145.23484,-35.98499],[146.82844,-36.18868],[147.69029,-36.04418],[147.88542,-36.09019],[148.07918,-36.81716],[148.20135,-36.80566],[149.97847,-37.507],[150.41275,-36.61786],[150.46154,-36.1203],[151.01442,-35.11568],[151.25834,-34.38081],[151.90879,-33.05535],[152.75437,-32.50849],[153.25847,-30.97354],[153.69692,-28.64983],[153.57907,-28.14156],[152.49246,-28.2353],[151.92904,-28.49836],[151.98941,-28.73557],[151.39436,-28.97978],[151.0954,-28.71792],[150.29914,-28.53373],[149.48562,-28.5615]],[[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico","overlay":true},{"id":"NSW_LPI_BaseMap","name":"DCS NSW Base Map","type":"tms","template":"https://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Base_Map/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[0,19],"polygon":[[[140.99486,-28.95297],[140.99503,-34.13718],[141.97741,-34.40162],[142.35686,-34.78025],[142.8398,-35.02543],[144.53007,-36.14751],[145.30046,-36.15679],[146.71477,-36.28666],[147.9681,-36.15679],[148.04859,-36.81317],[149.91596,-37.487],[149.52569,-37.82815],[159.4857,-37.84741],[159.49383,-27.69925],[153.35765,-27.69361],[153.47351,-28.11648],[153.14082,-28.1091],[153.06608,-28.21047],[152.25544,-28.23327],[151.93348,-28.40788],[151.87599,-28.68312],[151.10847,-28.70329],[151.01361,-28.47865],[148.98701,-28.48623],[148.96114,-28.89977],[140.99486,-28.95297]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico"},{"id":"DCS_NSW_Floods2021","name":"DCS NSW Floods 2021","type":"wms","template":"https://portal.spatial.nsw.gov.au/server/rest/services/Floods_2021/MapServer/export?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2021-04-10T00:00:00.000Z","startDate":"2021-03-24T00:00:00.000Z","zoomExtent":[1,21],"polygon":[[[150.64608,-33.69064],[150.57999,-33.69235],[150.5769,-33.9875],[150.80246,-33.98607],[150.80452,-33.71463],[150.76967,-33.71335],[150.77019,-33.66207],[150.85121,-33.66121],[150.85018,-33.71577],[150.83302,-33.7152],[150.83199,-33.90006],[150.95764,-33.90177],[150.95695,-33.6815],[151.05308,-33.68093],[151.05274,-33.50819],[151.13033,-33.50819],[151.13068,-33.37441],[151.05411,-33.37326],[151.05411,-33.23036],[150.85155,-33.22979],[150.85155,-33.37096],[150.8337,-33.37125],[150.83233,-33.47298],[150.7616,-33.47355],[150.76195,-33.53338],[150.65002,-33.53252],[150.64608,-33.69064]],[[153.08556,-29.35166],[153.08624,-29.54419],[153.37772,-29.54389],[153.38081,-29.35106],[153.08556,-29.35166]],[[146.90523,-29.94586],[146.90472,-29.93694],[146.88463,-29.93679],[146.88395,-29.92935],[146.81788,-29.92909],[146.81236,-29.94304],[146.81271,-29.97917],[146.84978,-29.99731],[146.91416,-29.99687],[146.91896,-29.98245],[146.91931,-29.94616],[146.90523,-29.94586]],[[148.67412,-29.31596],[148.67352,-29.40797],[148.74887,-29.40835],[148.74896,-29.31604],[148.67412,-29.31596]],[[148.88741,-29.00769],[148.91092,-29.04987],[149.0431,-28.98051],[149.00791,-28.93846],[148.88741,-29.00769]]],"terms_url":"https://www.spatial.nsw.gov.au/","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico"},{"id":"DCS_NSW_Floods2022","name":"DCS NSW Floods 2022","type":"wms","template":"https://portal.spatial.nsw.gov.au/server/rest/services/Floods_Mar_2022/MapServer/export?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-03-10T00:00:00.000Z","startDate":"2022-03-02T00:00:00.000Z","zoomExtent":[1,21],"polygon":[[[150.93086,-33.43115],[151.04244,-33.43287],[151.04485,-33.28979],[150.9343,-33.28892],[150.93086,-33.43115]],[[153.25001,-28.78195],[153.25001,-28.83949],[153.30391,-28.83971],[153.30365,-28.78195],[153.25001,-28.78195]],[[150.69088,-33.54254],[150.68882,-33.64178],[150.76298,-33.64292],[150.76195,-33.70121],[150.8828,-33.70292],[150.88589,-33.5886],[150.95352,-33.58974],[150.95661,-33.4641],[150.79697,-33.46209],[150.79456,-33.54397],[150.69088,-33.54254]],[[151.20621,-32.59021],[151.20724,-32.53075],[151.11763,-32.52974],[151.11677,-32.58848],[151.20621,-32.59021]],[[152.89673,-29.61495],[152.89673,-29.74307],[152.98376,-29.74277],[152.98359,-29.6715],[153.05346,-29.67135],[153.0538,-29.62018],[152.98393,-29.62047],[152.98393,-29.6154],[152.89673,-29.61495]]],"terms_url":"https://www.spatial.nsw.gov.au/","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico"},{"id":"NSW_LPI_Imagery","name":"DCS NSW Imagery","type":"tms","template":"https://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Imagery/MapServer/tile/{zoom}/{y}/{x}","category":"photo","zoomExtent":[1,21],"polygon":[[[148.99667,-28.49151],[148.99515,-28.97275],[140.98687,-28.98878],[140.99454,-34.25284],[141.49817,-34.25228],[141.49823,-34.25569],[141.9946,-34.25267],[141.99753,-34.50837],[142.227,-34.50613],[142.23077,-34.78075],[142.23309,-34.78592],[142.42092,-34.78383],[142.42114,-34.80176],[142.49732,-34.80076],[142.49714,-34.80323],[142.99198,-34.79619],[142.99333,-35.01772],[143.24384,-35.01327],[143.25055,-35.26066],[143.4317,-35.25706],[143.48955,-35.33221],[143.48978,-35.33965],[143.45856,-35.35559],[143.46134,-35.36749],[143.4918,-35.40656],[143.49717,-35.58371],[143.99329,-35.57238],[143.98747,-36.00241],[144.48741,-36.01375],[144.48608,-36.14231],[145.00354,-36.15204],[145.0072,-36.00362],[145.50379,-36.01091],[145.50415,-36.00136],[145.94543,-36.00603],[145.94624,-36.01209],[145.96245,-36.0219],[145.98316,-36.01871],[145.99659,-36.01881],[145.99298,-36.25343],[146.49225,-36.2565],[146.492,-36.26613],[147.50477,-36.2651],[147.5035,-36.07168],[147.94865,-36.0686],[147.95297,-36.52607],[147.98829,-36.53322],[147.99439,-37.01434],[148.48248,-37.00927],[148.48754,-37.26585],[148.98638,-37.2585],[148.98169,-37.5192],[148.98366,-37.52176],[149.06334,-37.5358],[149.4463,-37.53537],[149.51996,-37.52169],[149.51978,-37.51307],[149.99181,-37.51268],[150.01565,-37.51036],[150.46207,-35.77773],[150.89299,-35.26487],[151.41419,-33.57904],[152.3124,-32.63288],[152.6238,-32.58772],[153.77873,-28.71091],[153.74268,-28.21621],[153.61139,-28.18252],[153.61112,-28.17579],[153.59266,-28.17769],[153.59194,-28.12236],[153.50393,-28.12271],[153.50386,-28.11934],[153.00446,-28.1204],[153.00446,-28.11544],[152.49682,-28.11464],[152.49676,-28.12209],[151.99899,-28.11927],[151.99559,-28.48987],[151.92516,-28.48971],[151.92282,-28.71964],[151.49187,-28.71553],[151.49151,-28.73239],[151.0029,-28.72617],[151.0029,-28.49307],[148.99667,-28.49151]],[[159.28993,-31.79393],[159.28989,-31.77428],[159.26398,-31.74399],[159.22678,-31.74407],[159.22682,-31.75483],[159.26157,-31.79395],[159.28993,-31.79393]],[[159.04888,-31.49829],[159.04619,-31.49734],[159.04448,-31.5006],[159.03784,-31.49819],[159.02305,-31.52935],[159.02964,-31.53159],[159.02754,-31.53554],[159.03461,-31.53808],[159.03244,-31.54297],[159.03487,-31.54383],[159.03487,-31.54724],[159.03802,-31.54723],[159.03783,-31.54763],[159.04533,-31.55038],[159.04237,-31.55601],[159.04847,-31.55793],[159.0463,-31.5619],[159.05035,-31.56329],[159.05038,-31.57335],[159.05585,-31.57333],[159.05735,-31.57387],[159.05541,-31.57773],[159.05891,-31.57897],[159.05893,-31.59087],[159.05296,-31.60369],[159.05943,-31.61155],[159.07714,-31.61149],[159.07954,-31.60611],[159.08626,-31.60845],[159.08954,-31.6016],[159.11154,-31.60158],[159.1115,-31.55983],[159.11553,-31.55983],[159.11841,-31.56323],[159.12618,-31.55796],[159.1193,-31.54888],[159.11875,-31.53417],[159.11422,-31.5342],[159.1161,-31.53006],[159.10276,-31.52611],[159.09537,-31.51724],[159.09174,-31.51585],[159.09433,-31.51136],[159.08682,-31.50859],[159.09007,-31.5026],[159.08383,-31.50058],[159.08564,-31.49703],[159.08205,-31.49567],[159.08203,-31.48434],[159.08317,-31.48203],[159.06991,-31.482],[159.06882,-31.48423],[159.04884,-31.48423],[159.04888,-31.49829]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico"},{"id":"NSW_LPI_Imagery_Dates","name":"DCS NSW Imagery Dates","type":"wms","template":"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Imagery_Dates/MapServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png32&WIDTH={width}&HEIGHT={height}&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[6,21],"polygon":[[[148.99667,-28.49151],[148.99515,-28.97275],[140.98687,-28.98878],[140.99454,-34.25284],[141.49817,-34.25228],[141.49823,-34.25569],[141.9946,-34.25267],[141.99753,-34.50837],[142.227,-34.50613],[142.23077,-34.78075],[142.23309,-34.78592],[142.42092,-34.78383],[142.42114,-34.80176],[142.49732,-34.80076],[142.49714,-34.80323],[142.99198,-34.79619],[142.99333,-35.01772],[143.24384,-35.01327],[143.25055,-35.26066],[143.4317,-35.25706],[143.48955,-35.33221],[143.48978,-35.33965],[143.45856,-35.35559],[143.46134,-35.36749],[143.4918,-35.40656],[143.49717,-35.58371],[143.99329,-35.57238],[143.98747,-36.00241],[144.48741,-36.01375],[144.48608,-36.14231],[145.00354,-36.15204],[145.0072,-36.00362],[145.50379,-36.01091],[145.50415,-36.00136],[145.94543,-36.00603],[145.94624,-36.01209],[145.96245,-36.0219],[145.98316,-36.01871],[145.99659,-36.01881],[145.99298,-36.25343],[146.49225,-36.2565],[146.492,-36.26613],[147.50477,-36.2651],[147.5035,-36.07168],[147.94865,-36.0686],[147.95297,-36.52607],[147.98829,-36.53322],[147.99439,-37.01434],[148.48248,-37.00927],[148.48754,-37.26585],[148.98638,-37.2585],[148.98169,-37.5192],[148.98366,-37.52176],[149.06334,-37.5358],[149.4463,-37.53537],[149.51996,-37.52169],[149.51978,-37.51307],[149.99181,-37.51268],[150.01565,-37.51036],[150.46207,-35.77773],[150.89299,-35.26487],[151.41419,-33.57904],[152.3124,-32.63288],[152.6238,-32.58772],[153.77873,-28.71091],[153.74268,-28.21621],[153.61139,-28.18252],[153.61112,-28.17579],[153.59266,-28.17769],[153.59194,-28.12236],[153.50393,-28.12271],[153.50386,-28.11934],[153.00446,-28.1204],[153.00446,-28.11544],[152.49682,-28.11464],[152.49676,-28.12209],[151.99899,-28.11927],[151.99559,-28.48987],[151.92516,-28.48971],[151.92282,-28.71964],[151.49187,-28.71553],[151.49151,-28.73239],[151.0029,-28.72617],[151.0029,-28.49307],[148.99667,-28.49151]],[[159.28993,-31.79393],[159.28989,-31.77428],[159.26398,-31.74399],[159.22678,-31.74407],[159.22682,-31.75483],[159.26157,-31.79395],[159.28993,-31.79393]],[[159.04888,-31.49829],[159.04619,-31.49734],[159.04448,-31.5006],[159.03784,-31.49819],[159.02305,-31.52935],[159.02964,-31.53159],[159.02754,-31.53554],[159.03461,-31.53808],[159.03244,-31.54297],[159.03487,-31.54383],[159.03487,-31.54724],[159.03802,-31.54723],[159.03783,-31.54763],[159.04533,-31.55038],[159.04237,-31.55601],[159.04847,-31.55793],[159.0463,-31.5619],[159.05035,-31.56329],[159.05038,-31.57335],[159.05585,-31.57333],[159.05735,-31.57387],[159.05541,-31.57773],[159.05891,-31.57897],[159.05893,-31.59087],[159.05296,-31.60369],[159.05943,-31.61155],[159.07714,-31.61149],[159.07954,-31.60611],[159.08626,-31.60845],[159.08954,-31.6016],[159.11154,-31.60158],[159.1115,-31.55983],[159.11553,-31.55983],[159.11841,-31.56323],[159.12618,-31.55796],[159.1193,-31.54888],[159.11875,-31.53417],[159.11422,-31.5342],[159.1161,-31.53006],[159.10276,-31.52611],[159.09537,-31.51724],[159.09174,-31.51585],[159.09433,-31.51136],[159.08682,-31.50859],[159.09007,-31.5026],[159.08383,-31.50058],[159.08564,-31.49703],[159.08205,-31.49567],[159.08203,-31.48434],[159.08317,-31.48203],[159.06991,-31.482],[159.06882,-31.48423],[159.04884,-31.48423],[159.04888,-31.49829]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico","overlay":true},{"id":"NSW_LPI_TopographicMap","name":"DCS NSW Topographic Map","type":"tms","template":"https://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Topo_Map/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[1,16],"polygon":[[[140.99884,-28.99924],[140.99652,-34.13858],[142.03614,-34.37588],[142.40976,-34.76694],[143.33826,-35.23318],[143.99654,-35.98105],[144.49912,-36.0211],[144.50725,-36.24765],[145.01541,-36.25421],[145.00118,-36.00795],[146.50426,-36.12639],[146.49564,-36.24471],[146.98863,-36.25283],[146.99725,-36.12755],[147.38221,-36.13103],[147.38939,-36.01137],[147.81483,-36.00556],[147.99306,-36.138],[148.06846,-36.80624],[149.98571,-37.508],[163,-32],[153.76465,-28.11075],[153.25003,-28.12497],[153.24999,-28.23324],[153.16672,-28.23316],[153.16663,-28.25001],[153.11659,-28.24986],[153.1165,-28.2834],[152.9999,-28.28324],[152.99972,-28.24986],[152.24994,-28.25001],[152.24997,-28.37507],[151.99986,-28.37496],[151.99989,-28.50023],[151.93341,-28.50007],[151.93313,-28.62475],[151.98317,-28.62491],[151.98299,-28.64139],[151.99988,-28.64163],[152.00007,-28.68335],[152.03322,-28.6832],[152.0334,-28.71661],[151.99998,-28.71645],[151.99998,-28.74953],[151.03383,-28.75054],[151.03293,-28.74188],[151.02413,-28.74188],[151.02395,-28.73274],[151.00059,-28.73258],[151.00005,-28.50052],[148.99982,-28.50003],[148.99985,-28.74974],[149.0997,-28.74885],[149.10007,-28.81658],[149.00009,-28.81658],[148.99983,-28.96653],[148.94988,-28.96653],[148.95024,-28.99937],[140.99884,-28.99924]]],"terms_url":"https://www.spatial.nsw.gov.au/products_and_services/web_services/access_web_services","terms_text":"© State of New South Wales (Spatial Services, a business unit of the Department of Customer Service NSW). For current information go to spatial.nsw.gov.au.","icon":"https://www.spatial.nsw.gov.au/__data/assets/file/0017/224801/favicon.ico"},{"id":"Delaware2012Orthophotography","name":"Delaware 2012 Orthophotography","type":"tms","template":"https://imagery.firstmap.delaware.gov/imagery/rest/services/DE_Imagery/DE_Imagery_2012/ImageServer/WMTS/tile/1.0.0/DE_Imagery_DE_Imagery_2012/default/default028mm/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","zoomExtent":[5,19],"polygon":[[[-75.42149,38.45144],[-75.02598,38.45023],[-75.05341,38.80875],[-75.19317,38.82219],[-75.30707,39.01667],[-75.39326,39.27784],[-75.5619,39.46376],[-75.54663,39.58254],[-75.58868,39.61891],[-75.51418,39.69636],[-75.46337,39.7753],[-75.4123,39.80095],[-75.42831,39.80989],[-75.44689,39.81823],[-75.4632,39.82416],[-75.48097,39.82957],[-75.49114,39.83207],[-75.50457,39.83484],[-75.52049,39.83724],[-75.53937,39.83919],[-75.55727,39.83971],[-75.57547,39.83935],[-75.58482,39.83864],[-75.59733,39.83736],[-75.61297,39.8351],[-75.62682,39.83236],[-75.63836,39.82952],[-75.64988,39.82634],[-75.66962,39.81905],[-75.68087,39.81407],[-75.69391,39.80745],[-75.70842,39.79865],[-75.71885,39.79126],[-75.73181,39.78061],[-75.74283,39.76985],[-75.75073,39.76105],[-75.75854,39.75069],[-75.76695,39.73729],[-75.77403,39.72231],[-75.78917,39.72225],[-75.78953,39.65328],[-75.69546,38.45923],[-75.42149,38.45144]]],"terms_url":"https://firstmap.delaware.gov","terms_text":"Digital Aerial Solutions, LLC, FirstMap","description":"This data set consists of 0.3-meter pixel resolution (approximately 1-foot), 4-band true color and near infrared (R, G, B, IR) orthoimages covering New Castle, Kent and Sussex Counties in Delaware."},{"id":"DE_Orthophotography_2017_NC","name":"Delaware 2017 Orthophotography (Natural Color)","type":"wms","template":"https://imagery.firstmap.delaware.gov/imagery/services/DE_Imagery/DE_Imagery_2017/ImageServer/WMSServer?request=getmap&version=1.3.0&service=wms&layers=0&styles=&format=image/jpeg&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2017-03-29T00:00:00.000Z","startDate":"2017-03-05T00:00:00.000Z","zoomExtent":[4,19],"polygon":[[[-75.42149,38.45144],[-75.02598,38.45023],[-75.05341,38.80875],[-75.19317,38.82219],[-75.30707,39.01667],[-75.39326,39.27784],[-75.5619,39.46376],[-75.54663,39.58254],[-75.58868,39.61891],[-75.51418,39.69636],[-75.46337,39.7753],[-75.4123,39.80095],[-75.42831,39.80989],[-75.44689,39.81823],[-75.4632,39.82416],[-75.48097,39.82957],[-75.49114,39.83207],[-75.50457,39.83484],[-75.52049,39.83724],[-75.53937,39.83919],[-75.55727,39.83971],[-75.57547,39.83935],[-75.58482,39.83864],[-75.59733,39.83736],[-75.61297,39.8351],[-75.62682,39.83236],[-75.63836,39.82952],[-75.64988,39.82634],[-75.66962,39.81905],[-75.68087,39.81407],[-75.69391,39.80745],[-75.70842,39.79865],[-75.71885,39.79126],[-75.73181,39.78061],[-75.74283,39.76985],[-75.75073,39.76105],[-75.75854,39.75069],[-75.76695,39.73729],[-75.77403,39.72231],[-75.78917,39.72225],[-75.78953,39.65328],[-75.69546,38.45923],[-75.42149,38.45144]]],"terms_url":"https://firstmap.delaware.gov","terms_text":"Surdex Corp, FirstMap","description":"This data set consists of 0.25-meter pixel resolution (approximately 0.82-foot), 4-band natural color orthoimages covering the entire State of Delaware at 2017.","icon":"https://firstmap.delaware.gov/CLF4/agency/img/logo/agencyLogoSquare.png"},{"id":"Delaware_Boundaries","name":"Delaware Boundaries","type":"wms","template":"https://enterprise.firstmap.delaware.gov/arcgis/rest/services/Boundaries/DE_Boundaries/MapServer/export?f=image&format=jpg&layers=&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}&transparent=true","category":"other","projection":"EPSG:3857","zoomExtent":[0,21],"polygon":[[[-75.42149,38.45144],[-75.02598,38.45023],[-75.05341,38.80875],[-75.19317,38.82219],[-75.30707,39.01667],[-75.39326,39.27784],[-75.5619,39.46376],[-75.54663,39.58254],[-75.58868,39.61891],[-75.51418,39.69636],[-75.46337,39.7753],[-75.4123,39.80095],[-75.42831,39.80989],[-75.44689,39.81823],[-75.4632,39.82416],[-75.48097,39.82957],[-75.49114,39.83207],[-75.50457,39.83484],[-75.52049,39.83724],[-75.53937,39.83919],[-75.55727,39.83971],[-75.57547,39.83935],[-75.58482,39.83864],[-75.59733,39.83736],[-75.61297,39.8351],[-75.62682,39.83236],[-75.63836,39.82952],[-75.64988,39.82634],[-75.66962,39.81905],[-75.68087,39.81407],[-75.69391,39.80745],[-75.70842,39.79865],[-75.71885,39.79126],[-75.73181,39.78061],[-75.74283,39.76985],[-75.75073,39.76105],[-75.75854,39.75069],[-75.76695,39.73729],[-75.77403,39.72231],[-75.78917,39.72225],[-75.78953,39.65328],[-75.69546,38.45923],[-75.42149,38.45144]]],"terms_url":"https://firstmap.delaware.gov","terms_text":"FirstMap","description":"Delaware boundaries data which consist of Boundary Monuments, Communities, Municipal Annexations, Municipalities, State and County Boundaries","icon":"https://firstmap.delaware.gov/contentFolder/images/FirstmapLogo.jpg","overlay":true},{"id":"Delaware_OH_2021","name":"Delaware County Orthoimagery (2021)","type":"tms","template":"https://tiles.arcgis.com/tiles/ziXVKVy3BiopMCCU/arcgis/rest/services/Imagery_2021/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.17416,40.14156],[-83.15196,40.14171],[-83.15196,40.13826],[-83.08477,40.13862],[-83.08477,40.13527],[-82.99975,40.13556],[-82.99991,40.13221],[-82.9193,40.13253],[-82.91922,40.12912],[-82.85228,40.12924],[-82.8522,40.12588],[-82.77624,40.12608],[-82.77619,40.12268],[-82.75837,40.12268],[-82.7584,40.16384],[-82.75401,40.16389],[-82.75436,40.22218],[-82.74985,40.22229],[-82.74988,40.28049],[-82.74552,40.28055],[-82.74582,40.33201],[-82.74125,40.33206],[-82.74132,40.35262],[-82.80391,40.35237],[-82.80406,40.35584],[-82.87128,40.35578],[-82.87137,40.35907],[-82.9253,40.35903],[-82.92549,40.4],[-82.92089,40.40005],[-82.92111,40.41722],[-82.96578,40.41705],[-82.96578,40.42049],[-82.97501,40.42041],[-82.97496,40.41705],[-82.97949,40.41693],[-82.97964,40.42049],[-83.01985,40.42032],[-83.01995,40.43742],[-83.10525,40.43694],[-83.10542,40.44041],[-83.16814,40.43997],[-83.16814,40.44356],[-83.22661,40.44323],[-83.22673,40.44658],[-83.2492,40.44649],[-83.2492,40.443],[-83.25355,40.44318],[-83.2515,40.24384],[-83.22895,40.24427],[-83.22895,40.2407],[-83.1751,40.24107],[-83.17416,40.14156]]],"terms_url":"https://co.delaware.oh.us/","terms_text":"Delaware County, State of Ohio","description":"3-inch resolution spring 2021 orthoimagery for Delaware County in the State of Ohio","icon":"https://co.delaware.oh.us/wp-content/uploads/2017/11/logo.png"},{"id":"Delaware_OH_2022","name":"Delaware County Orthoimagery (2022)","type":"tms","template":"https://tiles.arcgis.com/tiles/ziXVKVy3BiopMCCU/arcgis/rest/services/Imagery_2022_/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[10,21],"polygon":[[[-83.26485,40.24054],[-83.17521,40.2415],[-83.17393,40.13145],[-82.941,40.13239],[-82.94151,40.11893],[-82.74469,40.11893],[-82.74612,40.32488],[-82.72749,40.32488],[-82.72768,40.35244],[-82.78152,40.35258],[-82.78152,40.36621],[-82.92505,40.36588],[-82.92537,40.3932],[-82.90735,40.3932],[-82.90756,40.42096],[-83.01565,40.42032],[-83.01502,40.4479],[-83.26693,40.44682],[-83.26485,40.24054]]],"terms_url":"https://co.delaware.oh.us/","terms_text":"Delaware County, State of Ohio","description":"1-foot resolution 2022 orthoimagery for Delaware County in the State of Ohio","icon":"https://co.delaware.oh.us/wp-content/uploads/2017/11/logo.png"},{"id":"Delaware_OH_2023","name":"Delaware County Orthoimagery (2023)","type":"tms","template":"https://tiles.arcgis.com/tiles/ziXVKVy3BiopMCCU/arcgis/rest/services/Imagery_2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[10,21],"polygon":[[[-83.26485,40.24054],[-83.17521,40.2415],[-83.17393,40.13145],[-82.941,40.13239],[-82.94151,40.11893],[-82.74469,40.11893],[-82.74612,40.32488],[-82.72749,40.32488],[-82.72768,40.35244],[-82.78152,40.35258],[-82.78152,40.36621],[-82.92505,40.36588],[-82.92537,40.3932],[-82.90735,40.3932],[-82.90756,40.42096],[-83.01565,40.42032],[-83.01502,40.4479],[-83.26693,40.44682],[-83.26485,40.24054]]],"terms_url":"https://co.delaware.oh.us/","terms_text":"Delaware County, State of Ohio","description":"1-foot resolution spring 2023 orthoimagery for Delaware County in the State of Ohio","icon":"https://co.delaware.oh.us/wp-content/uploads/2017/11/logo.png"},{"id":"Delaware_FirstMap_2021","name":"Delaware FirstMap 2021","type":"wms","template":"https://imagery.firstmap.delaware.gov/imagery/rest/services/DE_Imagery/DE_Imagery_2021/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-10-19T00:00:00.000Z","startDate":"2021-06-29T00:00:00.000Z","zoomExtent":[4,19],"polygon":[[[-75.42149,38.45144],[-75.02598,38.45023],[-75.05341,38.80875],[-75.19317,38.82219],[-75.30707,39.01667],[-75.39326,39.27784],[-75.5619,39.46376],[-75.54663,39.58254],[-75.58868,39.61891],[-75.51418,39.69636],[-75.46337,39.7753],[-75.4123,39.80095],[-75.42831,39.80989],[-75.44689,39.81823],[-75.4632,39.82416],[-75.48097,39.82957],[-75.49114,39.83207],[-75.50457,39.83484],[-75.52049,39.83724],[-75.53937,39.83919],[-75.55727,39.83971],[-75.57547,39.83935],[-75.58482,39.83864],[-75.59733,39.83736],[-75.61297,39.8351],[-75.62682,39.83236],[-75.63836,39.82952],[-75.64988,39.82634],[-75.66962,39.81905],[-75.68087,39.81407],[-75.69391,39.80745],[-75.70842,39.79865],[-75.71885,39.79126],[-75.73181,39.78061],[-75.74283,39.76985],[-75.75073,39.76105],[-75.75854,39.75069],[-75.76695,39.73729],[-75.77403,39.72231],[-75.78917,39.72225],[-75.78953,39.65328],[-75.69546,38.45923],[-75.42149,38.45144]]],"terms_url":"https://firstmap.delaware.gov","terms_text":"Hexagon, FirstMap","description":"4-band natural color orthoimagery covering the entire State of Delaware in 2021","icon":"https://firstmap.delaware.gov/contentFolder/images/FirstmapLogo.jpg"},{"id":"Delaware_FirstMap_2022","name":"Delaware FirstMap 2022","type":"wms","template":"https://imagery.firstmap.delaware.gov/imagery/rest/services/DE_Imagery/DE_Imagery_2022/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-03-29T00:00:00.000Z","startDate":"2022-03-11T00:00:00.000Z","zoomExtent":[4,19],"polygon":[[[-75.42149,38.45144],[-75.02598,38.45023],[-75.05341,38.80875],[-75.19317,38.82219],[-75.30707,39.01667],[-75.39326,39.27784],[-75.5619,39.46376],[-75.54663,39.58254],[-75.58868,39.61891],[-75.51418,39.69636],[-75.46337,39.7753],[-75.4123,39.80095],[-75.42831,39.80989],[-75.44689,39.81823],[-75.4632,39.82416],[-75.48097,39.82957],[-75.49114,39.83207],[-75.50457,39.83484],[-75.52049,39.83724],[-75.53937,39.83919],[-75.55727,39.83971],[-75.57547,39.83935],[-75.58482,39.83864],[-75.59733,39.83736],[-75.61297,39.8351],[-75.62682,39.83236],[-75.63836,39.82952],[-75.64988,39.82634],[-75.66962,39.81905],[-75.68087,39.81407],[-75.69391,39.80745],[-75.70842,39.79865],[-75.71885,39.79126],[-75.73181,39.78061],[-75.74283,39.76985],[-75.75073,39.76105],[-75.75854,39.75069],[-75.76695,39.73729],[-75.77403,39.72231],[-75.78917,39.72225],[-75.78953,39.65328],[-75.69546,38.45923],[-75.42149,38.45144]]],"terms_url":"https://firstmap.delaware.gov","terms_text":"Sanborn Map Company, FirstMap","description":"4-band natural color 6-inch resolution orthoimagery covering the entire State of Delaware in 2022","icon":"https://firstmap.delaware.gov/contentFolder/images/FirstmapLogo.jpg"},{"id":"Delaware_Parks_2022","name":"Delaware Parks 2022","type":"wms","template":"https://imagery.firstmap.delaware.gov/imagery/rest/services/DE_Imagery/DE_Imagery_2022_Parks_HR/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-03-21T00:00:00.000Z","startDate":"2022-03-18T00:00:00.000Z","zoomExtent":[4,19],"polygon":[[[-75.55031,39.77079],[-75.53481,39.77121],[-75.53528,39.78132],[-75.55078,39.7809],[-75.55031,39.77079]],[[-75.6052,39.25969],[-75.60529,39.24907],[-75.5866,39.24898],[-75.58651,39.2596],[-75.6052,39.25969]],[[-75.56541,38.98811],[-75.56497,38.97138],[-75.54247,38.97279],[-75.52272,38.97437],[-75.52346,38.98527],[-75.5122,38.98603],[-75.51298,38.99894],[-75.55253,38.99717],[-75.55211,38.9897],[-75.56541,38.98811]],[[-75.59359,39.8077],[-75.58237,39.79294],[-75.55557,39.80497],[-75.5668,39.81973],[-75.59359,39.8077]],[[-75.07708,38.58201],[-75.07776,38.55486],[-75.0594,38.55458],[-75.05872,38.58172],[-75.07708,38.58201]],[[-75.50662,39.78401],[-75.50681,39.77166],[-75.48129,39.77142],[-75.48109,39.78377],[-75.50662,39.78401]],[[-75.73654,39.5467],[-75.69656,39.54801],[-75.69774,39.57324],[-75.73813,39.57225],[-75.73654,39.5467]],[[-75.57262,39.59408],[-75.57269,39.58508],[-75.56447,39.58505],[-75.5644,39.59404],[-75.57262,39.59408]],[[-75.57844,39.77046],[-75.57798,39.76342],[-75.56417,39.7636],[-75.56408,39.7619],[-75.55315,39.74855],[-75.54329,39.74891],[-75.54363,39.75491],[-75.55212,39.76375],[-75.55031,39.77079],[-75.57844,39.77046]],[[-75.69164,39.80266],[-75.66987,39.80284],[-75.67001,39.81536],[-75.67748,39.81531],[-75.68114,39.81363],[-75.68291,39.81277],[-75.68467,39.81189],[-75.6882,39.81011],[-75.69162,39.80829],[-75.69164,39.80266]],[[-75.1357,38.57763],[-75.12535,38.57761],[-75.12529,38.59375],[-75.13563,38.59377],[-75.1357,38.57763]],[[-75.48612,38.53295],[-75.48614,38.51305],[-75.45129,38.51302],[-75.45127,38.53293],[-75.48612,38.53295]],[[-75.12979,38.71598],[-75.07841,38.71585],[-75.07818,38.77155],[-75.12956,38.77168],[-75.12979,38.71598]],[[-75.66769,39.80138],[-75.65369,39.80165],[-75.65405,39.81283],[-75.66806,39.81256],[-75.66769,39.80138]],[[-75.71445,39.7004],[-75.70465,39.70058],[-75.7049,39.70862],[-75.7147,39.70844],[-75.71445,39.7004]],[[-75.05569,38.46671],[-75.04836,38.46669],[-75.0483,38.47794],[-75.05563,38.47797],[-75.05569,38.46671]],[[-75.78698,39.70193],[-75.74771,39.70227],[-75.74799,39.7138],[-75.72219,39.71386],[-75.72263,39.74573],[-75.77037,39.74559],[-75.77488,39.72413],[-75.7873,39.7239],[-75.78698,39.70193]],[[-75.07896,38.68153],[-75.07702,38.58706],[-75.05684,38.58731],[-75.05878,38.68179],[-75.07896,38.68153]]],"terms_url":"https://firstmap.delaware.gov","terms_text":"Sanborn Map Company, FirstMap","description":"4-band natural color 3-inch resolution orthoimagery covering select areas of the State of Deleware in 2022","icon":"https://firstmap.delaware.gov/contentFolder/images/FirstmapLogo.jpg"},{"id":"der-es","name":"DER-ES","type":"wms","template":"http://portal.der.es.gov.br/geoserver/wms?SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=deres-ext:TRECHOINFO&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","polygon":[[[-40.94577,-21.31404],[-40.6231,-20.86278],[-40.38882,-20.65177],[-40.22209,-20.29831],[-39.80383,-19.66412],[-39.69603,-19.42573],[-39.67304,-19.30437],[-39.70538,-18.61384],[-39.65292,-18.33096],[-40.22281,-17.97587],[-40.34282,-17.9198],[-40.45278,-17.91502],[-40.46499,-17.92049],[-40.48368,-17.90408],[-40.50164,-17.90681],[-40.51602,-17.88903],[-40.53326,-17.88903],[-40.54548,-17.90134],[-40.58932,-17.91502],[-40.58932,-17.93211],[-40.61519,-17.93416],[-40.62956,-17.9868],[-40.64609,-17.9868],[-40.65903,-18.00731],[-40.68777,-18.00594],[-40.70574,-18.01756],[-40.71365,-18.00184],[-40.72155,-17.99774],[-40.75102,-18.00252],[-40.76754,-17.99842],[-40.76754,-17.98133],[-40.80923,-17.94852],[-40.82432,-17.96014],[-40.83151,-17.94989],[-40.86528,-17.9827],[-40.88397,-17.96766],[-40.90912,-17.98475],[-40.77761,-18.10775],[-40.77832,-18.15146],[-40.79054,-18.15351],[-40.8351,-18.14531],[-40.89547,-18.10365],[-40.93283,-18.12755],[-40.95583,-18.1255],[-40.95296,-18.14463],[-40.96014,-18.15009],[-40.96374,-18.14326],[-40.97955,-18.13643],[-40.99248,-18.15009],[-40.99105,-18.16307],[-41.00901,-18.16307],[-41.05788,-18.1658],[-41.05788,-18.17536],[-41.09597,-18.19243],[-41.09597,-18.2054],[-41.1089,-18.21291],[-41.09812,-18.22997],[-41.10531,-18.2327],[-41.09884,-18.25591],[-41.12903,-18.27502],[-41.16137,-18.30572],[-41.15059,-18.37394],[-41.16424,-18.37939],[-41.16424,-18.4019],[-41.15059,-18.40735],[-41.15849,-18.41144],[-41.17358,-18.41144],[-41.18868,-18.44485],[-41.02123,-18.46667],[-41.04638,-18.60362],[-41.03776,-18.61452],[-41.05788,-18.62678],[-41.0471,-18.64857],[-41.03488,-18.65402],[-40.99895,-18.67716],[-40.94505,-18.69418],[-40.94433,-18.76973],[-40.92134,-18.81055],[-40.93715,-18.82347],[-40.94721,-18.82143],[-40.97092,-18.83572],[-41.08375,-18.83232],[-41.10675,-18.83572],[-41.11753,-18.80783],[-41.13118,-18.79286],[-41.23611,-18.7949],[-41.2512,-18.81667],[-41.2476,-18.85544],[-41.2203,-18.87992],[-41.20808,-18.87992],[-41.20664,-18.86632],[-41.16424,-18.867],[-41.15634,-18.88876],[-41.12903,-18.9044],[-41.12112,-18.92412],[-41.0392,-18.98665],[-41.07585,-19.00567],[-41.06507,-19.06342],[-40.96877,-19.12726],[-40.96158,-19.15102],[-40.92996,-19.206],[-40.94649,-19.22296],[-40.94793,-19.24264],[-40.92565,-19.26299],[-40.94936,-19.2786],[-40.92277,-19.31048],[-40.94361,-19.35252],[-40.93427,-19.381],[-40.95727,-19.39184],[-40.9738,-19.42641],[-40.95439,-19.46165],[-40.97883,-19.50298],[-41.01332,-19.50298],[-41.04638,-19.48333],[-41.05429,-19.48401],[-41.04135,-19.56664],[-41.09238,-19.58966],[-41.14627,-19.656],[-41.16496,-19.65871],[-41.17933,-19.6939],[-41.19658,-19.74599],[-41.16999,-19.80618],[-41.18939,-19.82375],[-41.18868,-19.88526],[-41.21239,-19.89743],[-41.22964,-19.90216],[-41.24689,-19.93324],[-41.25479,-19.92919],[-41.26988,-19.93797],[-41.30653,-19.93392],[-41.31516,-19.96972],[-41.3245,-19.97647],[-41.313,-20.01226],[-41.33672,-20.05548],[-41.34822,-20.08653],[-41.3554,-20.12094],[-41.37768,-20.15805],[-41.38702,-20.18638],[-41.41074,-20.19448],[-41.4208,-20.20257],[-41.7636,-20.2046],[-41.78516,-20.28483],[-41.85055,-20.3246],[-41.86349,-20.37513],[-41.85127,-20.38187],[-41.84337,-20.40949],[-41.80887,-20.42498],[-41.80672,-20.47211],[-41.83115,-20.47885],[-41.81103,-20.54212],[-41.83115,-20.55086],[-41.86205,-20.61814],[-41.82109,-20.64437],[-41.85343,-20.68068],[-41.87139,-20.72102],[-41.8678,-20.73849],[-41.88002,-20.73984],[-41.88289,-20.76739],[-41.85415,-20.77478],[-41.83331,-20.7983],[-41.80887,-20.80905],[-41.78444,-20.80569],[-41.75138,-20.82382],[-41.74707,-20.87487],[-41.72335,-20.87554],[-41.74132,-20.92723],[-41.72335,-20.97757],[-41.74347,-21.09763],[-41.7291,-21.12579],[-41.594,-21.16332],[-41.57244,-21.18678],[-41.49051,-21.18879],[-41.48332,-21.20085],[-41.43948,-21.22095],[-41.41289,-21.20956],[-41.34965,-21.21291],[-41.27994,-21.2464],[-41.24473,-21.23234],[-41.17718,-21.25511],[-41.09238,-21.2243],[-41.04854,-21.25913],[-41.01548,-21.25578],[-41.00254,-21.28726],[-40.94577,-21.31404]]],"terms_url":"https://der.es.gov.br","terms_text":"Departamento de Estradas de Rodagem do Estado do Espírito Santo","overlay":true},{"id":"db-inspire-2013-11","name":"Deutsche Bahn VzG lines January 2017","type":"wms","template":"https://wms.michreichert.de/vzg-strecken-2017?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=vzg_strecken,station_codes,level_crossings&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","endDate":"2013-11-01T00:00:00.000Z","startDate":"2013-11-01T00:00:00.000Z","polygon":[[[8.19422,48.97504],[8.11014,48.84977],[7.80665,48.60106],[7.79987,48.58029],[7.80639,48.52438],[7.56812,48.06012],[7.57671,48.02454],[7.5434,47.81539],[7.51491,47.6652],[7.58761,47.608],[7.59366,47.60048],[7.58559,47.5845],[7.5834,47.57048],[7.61499,47.55669],[7.63439,47.56173],[7.65219,47.54702],[7.66043,47.54485],[7.71404,47.54063],[7.79455,47.55558],[7.81257,47.57122],[7.88862,47.58888],[7.91917,47.54787],[7.98097,47.55494],[8.02749,47.55112],[8.04981,47.55645],[8.06714,47.56444],[8.08568,47.5583],[8.10834,47.58251],[8.20284,47.61555],[8.22808,47.60583],[8.23709,47.61023],[8.27485,47.619],[8.35382,47.61367],[8.61243,47.68115],[8.62414,47.68221],[8.62127,47.69177],[8.63079,47.69359],[8.63809,47.70261],[8.68933,47.72371],[9.00278,47.69137],[9.74024,47.52842],[9.78144,47.61274],[10.29848,47.39937],[10.59031,47.5567],[10.91578,47.55623],[10.9247,47.46811],[11.26666,47.39124],[11.61753,47.60093],[12.17783,47.59815],[12.20393,47.61667],[12.15792,47.7087],[13.05228,47.59329],[12.90671,47.73249],[13.00455,47.84506],[12.93108,47.9376],[12.71376,48.10856],[13.03648,48.25986],[13.40555,48.37812],[13.45371,48.56222],[13.73952,48.83688],[13.21287,49.12439],[12.88808,49.3385],[12.53892,49.4164],[12.26014,50.09069],[12.18195,50.21136],[12.07707,50.2524],[12.1677,50.34889],[12.32701,50.16363],[12.35379,50.21462],[12.32632,50.29277],[12.49077,50.34582],[13.03442,50.50085],[13.69532,50.72883],[14.22816,50.85796],[14.28086,50.98024],[14.26283,51.06473],[14.57217,51.01076],[14.59311,50.91887],[14.63671,50.89116],[14.81593,50.87729],[14.88922,50.93856],[14.98845,51.09207],[15.03926,51.28745],[14.7234,51.53927],[14.66847,51.7353],[14.74537,52.06577],[14.57646,52.32756],[14.64375,52.58613],[14.14318,52.83946],[14.46591,53.24712],[14.1679,54.59631],[11.92257,54.52963],[8.23529,54.99001],[6.5173,53.65785],[7.04464,53.33106],[7.20532,53.18442],[7.07486,52.75269],[6.72947,52.64179],[7.02851,52.31255],[6.79985,51.86661],[6.12763,51.91069],[6.15715,51.5509],[6.22548,51.36554],[6.17123,51.33853],[6.0727,51.06792],[6.0787,50.90247],[6.05742,50.8559],[6.00369,50.753],[6.03871,50.71215],[6.45241,50.61258],[6.50254,49.71885],[6.42632,49.67177],[6.35353,49.57302],[6.3501,49.46202],[6.68209,49.24061],[6.81633,49.16389],[6.94302,49.21345],[7.05679,49.11163],[7.44328,49.18928],[7.94677,49.06313],[7.97355,49.02623],[8.19422,48.97504]]],"terms_url":"https://data.deutschebahn.com/dataset/data-streckennetz","terms_text":"Data CC-BY 4.0 Deutsche Bahn AG","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/DeutscheBahn.png","overlay":true},{"id":"db-inspire-2015-11","name":"Deutsche Bahn VzG lines Nov 2015","type":"wms","template":"https://wms.michreichert.de/vzg-strecken-2015?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=vzg_strecken,station_codes,level_crossings&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","endDate":"2015-11-01T00:00:00.000Z","startDate":"2015-11-01T00:00:00.000Z","polygon":[[[8.19422,48.97504],[8.11014,48.84977],[7.80665,48.60106],[7.79987,48.58029],[7.80639,48.52438],[7.56812,48.06012],[7.57671,48.02454],[7.5434,47.81539],[7.51491,47.6652],[7.58761,47.608],[7.59366,47.60048],[7.58559,47.5845],[7.5834,47.57048],[7.61499,47.55669],[7.63439,47.56173],[7.65219,47.54702],[7.66043,47.54485],[7.71404,47.54063],[7.79455,47.55558],[7.81257,47.57122],[7.88862,47.58888],[7.91917,47.54787],[7.98097,47.55494],[8.02749,47.55112],[8.04981,47.55645],[8.06714,47.56444],[8.08568,47.5583],[8.10834,47.58251],[8.20284,47.61555],[8.22808,47.60583],[8.23709,47.61023],[8.27485,47.619],[8.35382,47.61367],[8.61243,47.68115],[8.62414,47.68221],[8.62127,47.69177],[8.63079,47.69359],[8.63809,47.70261],[8.68933,47.72371],[9.00278,47.69137],[9.74024,47.52842],[9.78144,47.61274],[10.29848,47.39937],[10.59031,47.5567],[10.91578,47.55623],[10.9247,47.46811],[11.26666,47.39124],[11.61753,47.60093],[12.17783,47.59815],[12.20393,47.61667],[12.15792,47.7087],[13.05228,47.59329],[12.90671,47.73249],[13.00455,47.84506],[12.93108,47.9376],[12.71376,48.10856],[13.03648,48.25986],[13.40555,48.37812],[13.45371,48.56222],[13.73952,48.83688],[13.21287,49.12439],[12.88808,49.3385],[12.53892,49.4164],[12.26014,50.09069],[12.18195,50.21136],[12.07707,50.2524],[12.1677,50.34889],[12.32701,50.16363],[12.35379,50.21462],[12.32632,50.29277],[12.49077,50.34582],[13.03442,50.50085],[13.69532,50.72883],[14.22816,50.85796],[14.28086,50.98024],[14.26283,51.06473],[14.57217,51.01076],[14.59311,50.91887],[14.63671,50.89116],[14.81593,50.87729],[14.88922,50.93856],[14.98845,51.09207],[15.03926,51.28745],[14.7234,51.53927],[14.66847,51.7353],[14.74537,52.06577],[14.57646,52.32756],[14.64375,52.58613],[14.14318,52.83946],[14.46591,53.24712],[14.1679,54.59631],[11.92257,54.52963],[8.23529,54.99001],[6.5173,53.65785],[7.04464,53.33106],[7.20532,53.18442],[7.07486,52.75269],[6.72947,52.64179],[7.02851,52.31255],[6.79985,51.86661],[6.12763,51.91069],[6.15715,51.5509],[6.22548,51.36554],[6.17123,51.33853],[6.0727,51.06792],[6.0787,50.90247],[6.05742,50.8559],[6.00369,50.753],[6.03871,50.71215],[6.45241,50.61258],[6.50254,49.71885],[6.42632,49.67177],[6.35353,49.57302],[6.3501,49.46202],[6.68209,49.24061],[6.81633,49.16389],[6.94302,49.21345],[7.05679,49.11163],[7.44328,49.18928],[7.94677,49.06313],[7.97355,49.02623],[8.19422,48.97504]]],"terms_url":"https://data.deutschebahn.com/dataset/data-streckennetz","terms_text":"Data CC-BY 4.0 Deutsche Bahn AG","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/DeutscheBahn.png","overlay":true},{"id":"dgu-dof-2011","name":"dgu.hr: Croatia 2011 Aerial imagery","type":"wms","template":"https://geoportal.dgu.hr/services/dof/ows?LAYERS=DOF5_2011&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[16.2996,46.38154],[16.05625,46.39644],[16.07131,46.3449],[16.01284,46.3133],[15.79102,46.2621],[15.76893,46.21269],[15.63844,46.21388],[15.6009,46.1108],[15.72545,46.04492],[15.67547,45.90472],[15.69817,45.85137],[15.64191,45.82462],[15.5364,45.85015],[15.46272,45.82041],[15.47062,45.79902],[15.23367,45.72238],[15.32451,45.67005],[15.35424,45.7101],[15.34575,45.66692],[15.36734,45.68233],[15.39836,45.64787],[15.27225,45.6053],[15.29879,45.53386],[15.37766,45.48781],[15.3438,45.45993],[15.26912,45.46833],[15.16778,45.42529],[15.08738,45.48583],[14.93136,45.53217],[14.90782,45.4814],[14.82058,45.46316],[14.79864,45.50514],[14.69169,45.53064],[14.69391,45.58134],[14.56821,45.67686],[14.4953,45.60824],[14.48749,45.54141],[14.32381,45.47413],[14.24884,45.50803],[14.20335,45.47325],[14.07602,45.48728],[14.00195,45.52298],[13.95822,45.5071],[13.98027,45.45832],[13.88238,45.429],[13.76432,45.47054],[13.67463,45.44773],[13.5136,45.5099],[13.48227,45.48675],[13.58211,45.24115],[13.56139,45.19789],[13.60777,45.03763],[13.76116,44.98088],[13.7959,44.92877],[13.72398,44.94888],[13.70853,44.9134],[13.89153,44.8023],[13.88603,44.75271],[14.00808,44.80011],[14.29287,44.49332],[14.62071,44.3094],[15.63066,43.43802],[15.43075,43.08152],[16.39023,42.73995],[16.23677,42.38453],[16.35138,42.37123],[17.06039,42.69152],[18.06182,42.6374],[18.5331,42.38603],[18.55128,42.40206],[18.43987,42.48498],[18.43954,42.56497],[18.37062,42.61669],[18.24679,42.60541],[18.10392,42.71713],[17.89327,42.81196],[17.84605,42.90453],[17.68764,42.92563],[17.64304,42.88436],[17.54079,42.92978],[17.71408,42.97496],[17.64429,43.09027],[17.43346,43.18123],[17.42366,43.23203],[17.341,43.25936],[17.25664,43.40208],[17.28532,43.46933],[17.15204,43.49746],[17.0165,43.5733],[16.81478,43.75664],[16.7541,43.77221],[16.71315,43.85609],[16.55289,43.9553],[16.50428,44.02631],[16.43997,44.03188],[16.4303,44.08448],[16.37192,44.08445],[16.21765,44.21695],[16.1923,44.29936],[16.22406,44.3489],[16.13524,44.38112],[16.17742,44.40236],[16.12673,44.51464],[16.02335,44.56378],[16.0592,44.627],[15.90631,44.74978],[15.82615,44.72649],[15.73551,44.82288],[15.79834,44.84699],[15.74281,44.93655],[15.78847,44.97482],[15.75122,45.06121],[15.79588,45.11433],[15.79069,45.19066],[15.84351,45.22157],[16.01122,45.21415],[16.08617,45.10185],[16.28569,44.9923],[16.3583,45.00232],[16.39821,45.11157],[16.46679,45.14146],[16.49998,45.21198],[16.59808,45.22881],[16.82178,45.1824],[16.9282,45.27307],[16.93264,45.22703],[17.03437,45.21983],[17.16542,45.14694],[17.25141,45.1444],[17.27318,45.18585],[17.3426,45.13809],[17.41754,45.13253],[17.44509,45.15769],[17.48821,45.10589],[17.5495,45.12663],[17.6005,45.10181],[17.66363,45.13094],[17.85061,45.04019],[18.0097,45.14872],[18.03733,45.12196],[18.06597,45.13909],[18.12115,45.07621],[18.19994,45.07562],[18.25755,45.13614],[18.32169,45.09696],[18.41924,45.10518],[18.53161,45.03995],[18.58771,45.08384],[18.66466,45.05817],[18.72679,44.99017],[18.78901,44.99224],[18.79579,44.93987],[18.74471,44.93786],[18.7633,44.8992],[18.85055,44.849],[18.96225,44.84597],[19.02647,44.85137],[19.00562,44.91331],[19.07103,44.89893],[19.16024,44.95324],[19.14008,44.98338],[19.05765,44.97822],[19.10612,45.01045],[19.08905,45.14323],[19.14222,45.12726],[19.19709,45.17897],[19.1756,45.20035],[19.28915,45.16938],[19.28602,45.20377],[19.31769,45.20625],[19.35639,45.16308],[19.43162,45.16858],[19.44988,45.19546],[19.42202,45.23666],[19.26243,45.24597],[19.26699,45.28238],[19.17636,45.27054],[19.08915,45.34237],[18.97303,45.38127],[19.03342,45.40972],[19.00346,45.49158],[19.08297,45.48304],[19.10712,45.51124],[19.02191,45.55954],[18.94963,45.53863],[18.90122,45.57133],[18.97826,45.65389],[18.92081,45.7012],[18.9716,45.69436],[18.98301,45.74223],[18.96932,45.76765],[18.91634,45.74661],[18.85405,45.77335],[18.92214,45.78927],[18.90807,45.82487],[18.85158,45.81307],[18.86071,45.85998],[18.90522,45.86687],[18.87259,45.89554],[18.90217,45.92088],[18.82036,45.91772],[18.79064,45.88142],[18.65729,45.91935],[18.61719,45.84118],[18.55212,45.79695],[18.48413,45.79491],[18.44336,45.74187],[18.36506,45.77628],[18.34028,45.75291],[18.18763,45.79041],[18.08054,45.76834],[17.90763,45.79537],[17.86526,45.77067],[17.83202,45.81131],[17.67025,45.83833],[17.57404,45.93991],[17.41445,45.93808],[17.37936,45.99119],[17.26272,46.01265],[17.29813,46.03422],[17.22194,46.11398],[17.18392,46.11177],[17.16198,46.17292],[16.97844,46.22821],[16.89119,46.28228],[16.87361,46.35365],[16.70966,46.40541],[16.66846,46.46184],[16.52243,46.48295],[16.36449,46.55763],[16.2369,46.4981],[16.2996,46.38154]]],"terms_url":"https://dgu.gov.hr/","terms_text":"Sadrži podatke Državne geodetske uprave","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/dgu.png"},{"id":"dgu-dof-2014-2016","name":"dgu.hr: Croatia 2014-2016 Aerial imagery","type":"wms","template":"https://geoportal.dgu.hr/services/inspire/orthophoto_2014-2016/ows?LAYERS=OI.OrthoImagery&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[16.66846,46.46184],[16.3701,46.55838],[16.26168,46.5177],[16.23649,46.48339],[16.30466,46.35117],[16.18926,46.3143],[16.17091,46.34181],[15.88479,46.24679],[15.903,46.22],[15.80066,46.18612],[15.82492,46.11357],[15.76007,46.11836],[15.72324,45.8379],[15.52357,45.74392],[15.53001,45.68943],[15.43753,45.70368],[15.40276,45.47625],[15.3636,45.44264],[15.19316,45.40185],[14.58984,45.47778],[13.8722,45.40671],[13.62167,45.43361],[13.50899,45.50995],[13.48227,45.48675],[13.58211,45.24115],[13.56139,45.19789],[13.60777,45.03763],[13.76116,44.98088],[13.76862,44.94342],[13.70336,44.94822],[13.70853,44.9134],[13.89153,44.8023],[13.88603,44.75271],[14.00808,44.80011],[13.99641,44.82337],[14.29287,44.49332],[14.62071,44.3094],[15.63066,43.43802],[15.43075,43.08152],[16.39023,42.73995],[16.23677,42.38453],[16.35138,42.37123],[17.06039,42.69152],[18.06174,42.63737],[18.53311,42.38604],[18.55131,42.40193],[18.43987,42.48498],[18.43954,42.56497],[18.36845,42.61827],[18.24679,42.60541],[18.10392,42.71713],[17.89327,42.81196],[17.84605,42.90453],[17.68764,42.92563],[17.64361,42.88081],[17.52028,42.92815],[17.71384,42.9707],[17.64429,43.09027],[17.43346,43.18123],[17.42366,43.23203],[17.34462,43.25537],[17.25664,43.40208],[17.28139,43.47296],[17.15204,43.49746],[17.0165,43.5733],[16.81478,43.75664],[16.7541,43.77221],[16.72161,43.84086],[16.60009,43.91158],[16.50428,44.02631],[16.43997,44.03188],[16.4303,44.08448],[16.32072,44.11655],[16.21765,44.21695],[16.1923,44.29936],[16.22406,44.3489],[16.13524,44.38112],[16.17742,44.40236],[16.12673,44.51464],[16.02335,44.56378],[16.06263,44.60805],[16.03586,44.65529],[15.90631,44.74978],[15.82615,44.72649],[15.73551,44.82288],[15.79834,44.84699],[15.74281,44.93655],[15.78847,44.97482],[15.75122,45.06121],[15.79588,45.11433],[15.77021,45.16383],[15.84351,45.22157],[16.01122,45.21415],[16.08617,45.10185],[16.28569,44.9923],[16.35817,45.00121],[16.3992,45.11095],[16.46768,45.13997],[16.52186,45.22151],[16.82178,45.1824],[16.9282,45.27307],[16.93264,45.22703],[17.03437,45.21983],[17.16542,45.14694],[17.25141,45.1444],[17.27318,45.18585],[17.3426,45.13809],[17.41754,45.13253],[17.44509,45.15769],[17.48821,45.10589],[17.5495,45.12663],[17.6005,45.10181],[17.66363,45.13094],[17.85061,45.04019],[18.0097,45.14872],[18.03733,45.12196],[18.06597,45.13909],[18.12115,45.07621],[18.19994,45.07562],[18.25755,45.13614],[18.32169,45.09696],[18.41924,45.10518],[18.53161,45.03995],[18.58771,45.08384],[18.71155,45.03475],[18.72679,44.99017],[18.78901,44.99224],[18.79579,44.93987],[18.74655,44.9263],[18.83925,44.8547],[19.02647,44.85137],[18.99675,44.90679],[19.07103,44.89893],[19.16024,44.95324],[19.14008,44.98338],[19.05765,44.97822],[19.10952,45.05083],[19.07065,45.14698],[19.16362,45.16268],[19.15525,45.27971],[19.06927,45.34532],[18.97987,45.34745],[19.00355,45.53163],[18.9269,45.5301],[18.90242,45.57188],[18.92405,45.74455],[18.85574,45.7726],[18.87237,45.91897],[18.81521,45.91536],[18.79064,45.88142],[18.65729,45.91935],[18.61719,45.84118],[18.55212,45.79695],[18.48413,45.79491],[18.44336,45.74187],[18.36506,45.77628],[18.34028,45.75291],[18.18763,45.79041],[18.08054,45.76834],[17.90763,45.79537],[17.86526,45.77067],[17.83202,45.81131],[17.67025,45.83833],[17.57404,45.93991],[17.39024,45.93723],[17.37936,45.99119],[17.26272,46.01265],[17.29813,46.03422],[17.22194,46.11398],[17.18392,46.11177],[17.16198,46.17292],[16.91732,46.26434],[16.83743,46.37895],[16.70966,46.40541],[16.66846,46.46184]]],"terms_url":"https://dgu.gov.hr/","terms_text":"Sadrži podatke Državne geodetske uprave","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/dgu.png"},{"id":"dgu-dof-2019-2020","name":"dgu.hr: Croatia 2019-2020 aerial imagery","type":"wms","template":"https://geoportal.dgu.hr/services/inspire/orthophoto_2019_2020/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=OI.OrthoimageCoverage&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[15.41437,43.68052],[16.30096,43.2312],[15.45639,43.10499],[15.45776,43.0729],[16.39023,42.73995],[16.22612,42.3834],[16.34491,42.37123],[17.08736,42.67225],[18.0617,42.63737],[18.48158,42.4112],[18.50467,42.39688],[18.53152,42.3876],[18.54191,42.3924],[18.51637,42.41207],[18.53152,42.42054],[18.50708,42.4355],[18.47696,42.46783],[18.43987,42.48498],[18.45184,42.51158],[18.44102,42.52179],[18.43954,42.56497],[18.36845,42.61827],[18.24679,42.60541],[18.10392,42.71713],[17.89327,42.81196],[17.90334,42.8331],[17.84605,42.90453],[17.80648,42.91838],[17.78569,42.90636],[17.68808,42.93404],[17.64184,42.8889],[17.51895,42.9317],[17.62558,42.93733],[17.71849,42.96913],[17.64429,43.09027],[17.43346,43.18123],[17.42366,43.23203],[17.341,43.25936],[17.25664,43.40208],[17.28532,43.46933],[17.22801,43.49976],[17.15204,43.49746],[17.0165,43.5733],[16.81478,43.75664],[16.7541,43.77221],[16.71315,43.85609],[16.55289,43.9553],[16.50428,44.02631],[16.43997,44.03188],[16.4303,44.08448],[16.37192,44.08445],[16.3091,44.14984],[16.20396,44.29251],[16.23224,44.33551],[16.11911,44.52548],[16.02896,44.56642],[16.08552,44.61803],[15.89815,44.76506],[15.83452,44.72991],[15.75144,44.81461],[15.81066,44.85034],[15.7921,45.17026],[15.84071,45.21074],[15.96886,45.20265],[16.03603,45.16527],[16.13148,45.02801],[16.34256,44.98153],[16.59808,45.22881],[16.81516,45.18187],[16.93331,45.27307],[16.93264,45.22703],[17.03437,45.21983],[17.16542,45.14694],[17.25141,45.1444],[17.27318,45.18585],[17.3426,45.13809],[17.41754,45.13253],[17.44509,45.15769],[17.48821,45.10589],[17.5495,45.12663],[17.6005,45.10181],[17.66363,45.13094],[17.85061,45.04019],[18.0097,45.14872],[18.03733,45.12196],[18.06597,45.13909],[18.12115,45.07621],[18.19994,45.07562],[18.25755,45.13614],[18.32169,45.09696],[18.41924,45.10518],[18.53161,45.03995],[18.58771,45.08384],[18.66466,45.05817],[18.72679,44.99017],[18.78901,44.99224],[18.79579,44.93987],[18.74471,44.93786],[18.7633,44.8992],[18.85055,44.849],[18.92499,44.8468],[18.97993,44.84747],[19.00602,44.85246],[19.00688,44.88591],[18.99692,44.89389],[18.99389,44.90532],[19.00796,44.9159],[19.00959,44.95046],[19.04769,44.94985],[19.06328,45.25519],[19.02344,45.25793],[19.02604,45.32823],[18.98772,45.32906],[18.99097,45.36741],[18.97592,45.37692],[18.9783,45.39235],[18.99118,45.39691],[18.99064,45.40117],[18.95243,45.40185],[18.95416,45.47425],[18.91908,45.47546],[18.92385,45.57163],[18.90263,45.57406],[18.90826,45.59043],[18.92428,45.59709],[18.92601,45.67249],[18.88791,45.67279],[18.8918,45.74566],[18.8524,45.74657],[18.85153,45.81663],[18.81905,45.81905],[18.82057,45.90861],[18.8065,45.90861],[18.79801,45.88151],[18.70738,45.9229],[18.65729,45.91935],[18.61719,45.84118],[18.55212,45.79695],[18.48413,45.79491],[18.44336,45.74187],[18.36506,45.77628],[18.34028,45.75291],[18.18763,45.79041],[18.11478,45.79426],[18.08208,45.76929],[18.00806,45.79854],[17.90763,45.79537],[17.86526,45.77067],[17.83202,45.81131],[17.67025,45.83833],[17.57404,45.93991],[17.39024,45.93723],[17.37936,45.99119],[17.26272,46.01265],[17.29813,46.03422],[17.22194,46.11398],[17.18392,46.11177],[17.16198,46.17292],[16.89119,46.28228],[16.83743,46.37895],[16.74466,46.38981],[16.66846,46.46184],[16.52243,46.48295],[16.35161,46.55198],[16.2364,46.48318],[16.2702,46.41069],[16.2976,46.38269],[16.13718,46.41318],[16.04251,46.39504],[16.03249,46.34916],[15.59766,46.20254],[15.59942,46.09478],[15.69664,46.04695],[15.65422,45.84538],[15.57468,45.86262],[15.22468,45.72828],[15.26357,45.62824],[15.30599,45.48343],[15.20524,45.44748],[14.92949,45.54289],[14.83934,45.47227],[14.63429,45.66655],[14.56535,45.68261],[14.39389,45.51069],[13.97319,45.52927],[13.88304,45.45616],[13.47383,45.51131],[13.59492,45.03801],[13.89718,44.7387],[15.41437,43.68052]]],"terms_url":"https://dgu.gov.hr/","terms_text":"Sadrži podatke Državne geodetske uprave","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/dgu.png"},{"id":"dgu-dof-2021-2022","name":"dgu.hr: Croatia 2021-2022 aerial imagery","type":"wms","template":"https://geoportal.dgu.hr/services/inspire/orthophoto_2021_2022/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=OI.OrthoimageCoverage&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:4326","endDate":"2022-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[15.41677,43.67993],[16.30336,43.23061],[15.43406,43.1044],[15.43144,43.05598],[16.39263,42.73936],[16.21809,42.37266],[16.34731,42.35521],[17.08976,42.67166],[18.05634,42.63178],[18.4825,42.40842],[18.50509,42.39499],[18.53179,42.38548],[18.54431,42.39181],[18.51877,42.41148],[18.53392,42.41995],[18.50948,42.43491],[18.47936,42.46724],[18.44417,42.48474],[18.45424,42.51099],[18.44838,42.52241],[18.44401,42.56468],[18.37003,42.62375],[18.27878,42.62212],[18.10632,42.72143],[17.9989,42.77871],[17.93687,42.81043],[17.90363,42.81519],[17.90574,42.83251],[17.85113,42.9045],[17.8087,42.92465],[17.78857,42.89974],[17.75424,42.91963],[17.68644,42.93433],[17.63912,42.89028],[17.54652,42.92897],[17.62798,42.93674],[17.72089,42.96854],[17.6484,43.09279],[17.43771,43.18623],[17.44077,43.20894],[17.42606,43.23144],[17.39983,43.25062],[17.35018,43.26222],[17.2622,43.40046],[17.29189,43.43031],[17.2926,43.47274],[17.23215,43.50031],[17.16161,43.50577],[17.0242,43.5775],[16.81798,43.76389],[16.75915,43.77525],[16.71847,43.85721],[16.59279,43.94845],[16.51311,44.03222],[16.44791,44.03422],[16.44996,44.08456],[16.37969,44.08949],[16.3115,44.14925],[16.20636,44.29192],[16.23464,44.33492],[16.12151,44.52489],[16.03136,44.56583],[16.08792,44.61744],[15.90055,44.76447],[15.832,44.73724],[15.75384,44.81402],[15.81306,44.84975],[15.7945,45.16967],[15.84311,45.21015],[15.97126,45.20206],[16.03128,45.16232],[16.13388,45.02742],[16.3379,44.97174],[16.59344,45.20367],[16.83871,45.16775],[16.92657,45.2621],[16.9233,45.21789],[17.03286,45.19882],[17.16743,45.13999],[17.26321,45.14187],[17.27558,45.17106],[17.34543,45.13478],[17.42486,45.12832],[17.44507,45.12601],[17.48722,45.09914],[17.55045,45.10279],[17.6029,45.10122],[17.6641,45.12556],[17.85955,45.02916],[18.01459,45.12293],[18.03973,45.12137],[18.07677,45.09096],[18.12319,45.07111],[18.20458,45.0703],[18.25158,45.12058],[18.32577,45.09203],[18.41606,45.09671],[18.51085,45.02456],[18.59207,45.06334],[18.66288,45.04614],[18.72919,44.98958],[18.77722,44.98476],[18.7686,44.96452],[18.73617,44.93841],[18.76084,44.89602],[18.85295,44.84841],[18.92739,44.84621],[18.98233,44.84688],[19.04035,44.85164],[19.00928,44.88532],[18.99932,44.8933],[18.99629,44.90473],[19.01036,44.91531],[19.08683,44.89428],[19.08738,44.93721],[19.13869,44.93685],[19.1402,45.01553],[19.08856,44.97841],[19.13384,45.03967],[19.11712,45.11488],[19.23642,45.16163],[19.46264,45.16655],[19.41781,45.26637],[19.06606,45.3553],[19.03064,45.36548],[18.99337,45.36682],[18.97832,45.37633],[18.9807,45.39176],[18.99358,45.39632],[19.00319,45.39694],[19.03221,45.39707],[19.05833,45.47372],[19.03879,45.56748],[18.96256,45.54728],[18.93202,45.57271],[18.90503,45.57347],[18.91066,45.58984],[18.93885,45.5894],[18.98564,45.64796],[18.98155,45.69045],[18.96734,45.73664],[18.96966,45.77155],[18.90883,45.76319],[18.94146,45.81176],[18.91378,45.83805],[18.86579,45.82143],[18.85933,45.82549],[18.87233,45.84959],[18.91095,45.86347],[18.89786,45.92878],[18.80528,45.91788],[18.79373,45.88402],[18.71226,45.92345],[18.65594,45.92112],[18.60476,45.84718],[18.5842,45.82931],[18.55059,45.80283],[18.48543,45.79935],[18.42575,45.75138],[18.36711,45.77918],[18.33703,45.75768],[18.19336,45.7926],[18.11718,45.79367],[18.08448,45.7687],[18.01046,45.79795],[17.90345,45.79964],[17.86263,45.78051],[17.83442,45.81072],[17.67124,45.84916],[17.63591,45.89808],[17.61028,45.9187],[17.57705,45.94271],[17.47697,45.9484],[17.43961,45.95844],[17.40672,45.94555],[17.38176,45.99246],[17.27395,46.01263],[17.28776,46.01627],[17.30946,46.02371],[17.22109,46.1225],[17.18821,46.11525],[17.19308,46.12805],[17.19423,46.14493],[17.16438,46.17233],[16.89602,46.28392],[16.89248,46.31047],[16.8878,46.33963],[16.86676,46.3606],[16.84197,46.38004],[16.73431,46.40951],[16.67086,46.46125],[16.60944,46.4793],[16.53291,46.48647],[16.47499,46.52237],[16.37458,46.56566],[16.27046,46.5286],[16.22356,46.49475],[16.26603,46.40676],[16.27891,46.38853],[16.13958,46.41449],[16.04768,46.4016],[16.03489,46.34857],[15.58607,46.21361],[15.58029,46.08634],[15.69904,46.04636],[15.65662,45.84479],[15.56037,45.87228],[15.22508,45.73141],[15.25517,45.62407],[15.29531,45.48842],[15.1974,45.45646],[14.93189,45.5423],[14.84004,45.48603],[14.63669,45.66596],[14.56725,45.68938],[14.3815,45.51847],[13.97559,45.52868],[13.88544,45.45557],[13.47623,45.51586],[13.5968,45.00139],[13.89958,44.73811],[15.41677,43.67993]]],"terms_url":"https://dgu.gov.hr/","terms_text":"Sadrži podatke Državne geodetske uprave","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/dgu.png"},{"id":"dgu-hok","name":"dgu.hr: HOK","type":"wms","template":"https://geoportal.dgu.hr/services/hok/ows?LAYERS=HOK5&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","endDate":"2009-01-01T00:00:00.000Z","startDate":"1954-01-01T00:00:00.000Z","polygon":[[[15.34155,45.63868],[15.28391,45.63895],[15.28314,45.50394],[15.34073,45.50379],[15.34056,45.47674],[15.22593,45.47704],[15.22533,45.45011],[15.13899,45.45029],[15.1392,45.4772],[15.11028,45.47735],[15.11036,45.50421],[14.88008,45.5043],[14.88004,45.47735],[14.82262,45.47717],[14.82236,45.50421],[14.79382,45.50415],[14.79378,45.53112],[14.73601,45.531],[14.7358,45.55793],[14.70713,45.5579],[14.70683,45.61194],[14.6492,45.61173],[14.64885,45.63871],[14.62014,45.63868],[14.61984,45.66568],[14.59109,45.66553],[14.59074,45.69257],[14.56186,45.69242],[14.56229,45.63844],[14.53354,45.63832],[14.53375,45.61137],[14.50487,45.61128],[14.50504,45.58422],[14.47625,45.58419],[14.47642,45.55712],[14.44771,45.55697],[14.44797,45.52995],[14.39042,45.52959],[14.39059,45.50268],[14.33308,45.50232],[14.33334,45.47533],[14.10305,45.47379],[14.10275,45.50081],[13.98757,45.49985],[13.98808,45.47289],[13.90182,45.47205],[13.90234,45.44505],[13.84488,45.44442],[13.84428,45.47145],[13.61403,45.46895],[13.61331,45.49597],[13.5558,45.49522],[13.55507,45.52207],[13.49761,45.52141],[13.49816,45.49892],[13.49658,45.49889],[13.49675,45.49442],[13.46956,45.49407],[13.47018,45.46705],[13.49885,45.46741],[13.50211,45.38736],[13.52983,45.38682],[13.53207,45.30586],[13.56067,45.30623],[13.56502,45.11763],[13.59592,45.03763],[13.71386,44.87631],[15.71251,42.99134],[16.48009,42.74046],[18.51424,42.39792],[18.51411,42.37097],[18.54149,42.37078],[18.54218,42.45187],[18.48746,42.45215],[18.48763,42.47909],[18.46025,42.47925],[18.46111,42.58718],[18.40635,42.58753],[18.40648,42.61444],[18.37897,42.61457],[18.37913,42.64156],[18.26941,42.64185],[18.26928,42.61489],[18.2419,42.61495],[18.24203,42.64191],[18.21443,42.64201],[18.21456,42.66899],[18.15976,42.66906],[18.1598,42.69619],[18.13233,42.69616],[18.13229,42.72309],[18.105,42.72318],[18.105,42.75023],[18.05002,42.75023],[18.05002,42.77716],[17.995,42.77726],[17.995,42.80428],[17.9399,42.80422],[17.93999,42.83116],[17.91248,42.8312],[17.91248,42.85826],[17.88488,42.85819],[17.88476,42.91221],[17.82969,42.91221],[17.82952,42.93918],[17.80197,42.93911],[17.80223,42.91215],[17.77459,42.91203],[17.77442,42.93902],[17.71927,42.93889],[17.71897,43.01993],[17.69142,43.01974],[17.69116,43.04688],[17.66361,43.04688],[17.66331,43.10079],[17.60808,43.1007],[17.60782,43.12758],[17.58023,43.12755],[17.58006,43.15454],[17.49706,43.15426],[17.4968,43.18121],[17.44148,43.18102],[17.44067,43.26202],[17.35758,43.26158],[17.35728,43.28855],[17.32995,43.28845],[17.3293,43.31544],[17.30149,43.31522],[17.30093,43.36928],[17.27325,43.36912],[17.27283,43.39607],[17.30055,43.39625],[17.29969,43.47728],[17.27192,43.47709],[17.27149,43.50415],[17.1603,43.50337],[17.15987,43.53038],[17.10421,43.52991],[17.10378,43.55688],[17.04829,43.55648],[17.04773,43.58347],[17.01993,43.58328],[17.01932,43.61026],[16.99169,43.60998],[16.99104,43.63698],[16.96323,43.63673],[16.96272,43.66368],[16.93508,43.66353],[16.93431,43.69047],[16.90646,43.69013],[16.90603,43.71718],[16.85019,43.71671],[16.84959,43.74366],[16.82174,43.74335],[16.82123,43.77041],[16.76535,43.76982],[16.76479,43.79672],[16.73686,43.79647],[16.7351,43.87739],[16.67918,43.87683],[16.67858,43.90383],[16.62875,43.90327],[16.62798,43.93014],[16.6218,43.93011],[16.62128,43.95714],[16.56528,43.95653],[16.56391,44.01041],[16.53597,44.0101],[16.5352,44.0371],[16.4552,44.0371],[16.45636,44.09113],[16.37225,44.09218],[16.37272,44.11914],[16.31663,44.11979],[16.31772,44.17379],[16.2897,44.17414],[16.29013,44.20104],[16.23396,44.20168],[16.2349,44.25572],[16.207,44.25603],[16.20858,44.33691],[16.23673,44.33664],[16.23741,44.36368],[16.20905,44.36395],[16.20964,44.39101],[16.1815,44.39122],[16.1826,44.44527],[16.15429,44.44558],[16.15522,44.49954],[16.12712,44.49979],[16.12797,44.55379],[16.01483,44.55486],[16.01525,44.58182],[16.07197,44.5814],[16.07287,44.6353],[16.04459,44.6356],[16.0451,44.6626],[16.01679,44.66278],[16.01713,44.68985],[15.98885,44.69012],[15.98923,44.71706],[15.93243,44.71754],[15.93273,44.74465],[15.90449,44.74477],[15.9049,44.77176],[15.87656,44.77185],[15.87618,44.74498],[15.79088,44.74562],[15.79156,44.79967],[15.7632,44.79982],[15.76355,44.82685],[15.79199,44.82667],[15.79271,44.88062],[15.76423,44.88077],[15.76529,44.9618],[15.79382,44.96167],[15.79489,45.04263],[15.7664,45.04278],[15.76665,45.06979],[15.79531,45.06961],[15.79723,45.20455],[15.99775,45.20305],[15.99724,45.17598],[16.02581,45.17571],[16.02539,45.1488],[16.05405,45.14847],[16.05341,45.12147],[16.08202,45.12129],[16.08143,45.09424],[16.10689,45.094],[16.11017,45.0925],[16.10953,45.06691],[16.16668,45.06634],[16.16557,45.01229],[16.2512,45.01145],[16.25065,44.98453],[16.36473,44.98321],[16.36605,45.03715],[16.39462,45.03685],[16.39526,45.06375],[16.42384,45.06345],[16.42516,45.11744],[16.48239,45.11675],[16.48371,45.17063],[16.49495,45.17051],[16.49516,45.19753],[16.6775,45.19975],[16.67818,45.1727],[16.84996,45.17466],[16.84932,45.20161],[16.9066,45.20233],[16.90553,45.25619],[16.93428,45.25649],[16.93521,45.20239],[17.04972,45.20347],[17.05014,45.17634],[17.10755,45.17694],[17.10789,45.14992],[17.16503,45.15034],[17.16546,45.12342],[17.27988,45.1242],[17.27945,45.15115],[17.3082,45.1513],[17.30845,45.12429],[17.42287,45.12498],[17.42317,45.09794],[17.70894,45.09908],[17.70911,45.07196],[17.76626,45.0722],[17.76635,45.04519],[17.82354,45.04528],[17.82362,45.01831],[17.88077,45.01844],[17.88064,45.04546],[17.93774,45.04546],[17.9377,45.09947],[17.99502,45.0995],[17.99489,45.12649],[18.02346,45.12646],[18.02342,45.09938],[18.08057,45.09944],[18.08061,45.07241],[18.22349,45.07223],[18.2236,45.09923],[18.42374,45.09866],[18.42323,45.04465],[18.6803,45.04344],[18.68009,45.01642],[18.70866,45.0163],[18.70828,44.98926],[18.76538,44.98887],[18.76496,44.96185],[18.73651,44.96209],[18.73541,44.88107],[18.79234,44.8808],[18.79191,44.85367],[18.99124,44.85213],[18.99209,44.90614],[19.10609,44.90514],[19.10656,44.9321],[19.13517,44.93186],[19.13611,44.98592],[19.07909,44.98637],[19.08016,45.04028],[19.10873,45.04013],[19.10975,45.09406],[19.08114,45.09439],[19.08165,45.12126],[19.13879,45.12072],[19.13939,45.14775],[19.16817,45.14748],[19.16856,45.17445],[19.45472,45.17123],[19.4568,45.25211],[19.28489,45.25415],[19.28549,45.28127],[19.14207,45.28274],[19.14267,45.30979],[19.11397,45.31],[19.11448,45.3371],[19.08573,45.33727],[19.08625,45.36421],[19.00014,45.36502],[19.00055,45.39197],[19.05823,45.39143],[19.05918,45.44556],[19.00167,45.44598],[19.00223,45.47295],[19.11716,45.47187],[19.1181,45.52595],[19.08952,45.52622],[19.08986,45.55325],[19.06145,45.55343],[19.06167,45.58044],[18.94635,45.58143],[18.94674,45.60836],[18.97609,45.60815],[18.97845,45.7701],[18.89172,45.77085],[18.89206,45.79793],[18.8631,45.79808],[18.86438,45.87904],[18.8355,45.87925],[18.83627,45.93318],[18.80726,45.93339],[18.80688,45.90643],[18.71984,45.90706],[18.72019,45.93399],[18.63316,45.93459],[18.63264,45.8806],[18.60354,45.88072],[18.60329,45.8537],[18.57436,45.85388],[18.57415,45.82689],[18.54509,45.82698],[18.54488,45.80014],[18.45793,45.80038],[18.45772,45.77333],[18.42879,45.77354],[18.42871,45.74656],[18.39961,45.74662],[18.39974,45.7736],[18.2552,45.77405],[18.25533,45.80104],[18.11058,45.80131],[18.11053,45.77426],[18.05268,45.77432],[18.05273,45.80131],[17.85012,45.80125],[17.85004,45.82823],[17.76318,45.82808],[17.76296,45.85505],[17.67619,45.85487],[17.67597,45.88185],[17.647,45.88182],[17.64683,45.90879],[17.61786,45.9087],[17.61761,45.93566],[17.58864,45.93557],[17.58847,45.96255],[17.41432,45.96183],[17.41389,45.98879],[17.38501,45.98861],[17.38458,46.01562],[17.29746,46.01514],[17.29669,46.06918],[17.2678,46.06891],[17.26734,46.09594],[17.23824,46.0957],[17.23786,46.1227],[17.20888,46.12257],[17.20798,46.17647],[17.14974,46.17606],[17.14931,46.20303],[17.0619,46.20241],[17.06134,46.22946],[16.97392,46.2286],[16.9734,46.25567],[16.94422,46.25534],[16.94362,46.28228],[16.91452,46.2821],[16.91401,46.30911],[16.88474,46.30879],[16.88367,46.36271],[16.85449,46.36248],[16.85389,46.38939],[16.76617,46.38853],[16.76552,46.41549],[16.70699,46.41487],[16.7063,46.44188],[16.67703,46.44152],[16.67639,46.46855],[16.61798,46.46787],[16.61721,46.49476],[16.52923,46.49372],[16.5285,46.52066],[16.49507,46.52025],[16.49498,46.54726],[16.31551,46.54945],[16.3147,46.52252],[16.22694,46.5235],[16.22578,46.47156],[16.25492,46.47124],[16.25311,46.38812],[16.19471,46.38889],[16.19531,46.41579],[16.04884,46.41724],[16.04789,46.36331],[16.01862,46.36357],[16.01811,46.33653],[15.95979,46.33703],[15.95914,46.31006],[15.8716,46.3108],[15.87117,46.28382],[15.78358,46.28441],[15.7828,46.23041],[15.63702,46.23139],[15.63625,46.17733],[15.57806,46.17763],[15.57707,46.09666],[15.60621,46.09654],[15.60599,46.06951],[15.66414,46.06921],[15.6638,46.04223],[15.6929,46.04211],[15.69152,45.93405],[15.66243,45.93435],[15.66157,45.85331],[15.45879,45.85439],[15.45841,45.80029],[15.34254,45.80068],[15.34236,45.77372],[15.2846,45.7739],[15.28451,45.74695],[15.22662,45.74698],[15.22636,45.69305],[15.28413,45.69284],[15.28409,45.66592],[15.34189,45.6658],[15.34155,45.63868]]],"terms_url":"https://dgu.gov.hr/","terms_text":"Sadrži podatke Državne geodetske uprave","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/dgu.png"},{"id":"dgu-topo-25","name":"dgu.hr: Topo 25","type":"wms","template":"https://geoportal.dgu.hr/services/tk/ows?LAYERS=tk:TK25&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:900913","endDate":"2011-01-01T00:00:00.000Z","startDate":"1996-01-01T00:00:00.000Z","polygon":[[[15.80761,43.08318],[15.68264,43.08368],[15.68264,42.95868],[15.80795,42.95818],[15.80761,43.08318]],[[16.49503,46.50016],[16.49546,46.62492],[16.245,46.6248],[16.24517,46.49981],[15.99472,46.49993],[15.99472,46.37512],[15.7453,46.37489],[15.74512,46.24979],[15.49484,46.25003],[15.49519,45.99947],[15.61981,45.9997],[15.61998,45.87507],[15.24559,45.87483],[15.24542,45.72524],[15.23701,45.72524],[15.23701,45.71661],[15.24525,45.71649],[15.24508,45.49997],[14.99548,45.50009],[14.99514,45.62484],[14.6204,45.62496],[14.62023,45.74992],[14.4956,45.7498],[14.49526,45.62472],[14.37012,45.62484],[14.36995,45.50009],[14.27725,45.50021],[14.27708,45.50996],[14.20618,45.5096],[14.20618,45.50033],[14.12052,45.49997],[14.11983,45.62472],[13.87058,45.62472],[13.87041,45.49985],[13.53807,45.49997],[13.53807,45.50719],[13.49516,45.50683],[13.49533,45.49648],[13.4864,45.49648],[13.48675,45.46519],[13.49567,45.46519],[13.4955,45.12478],[13.60391,45.12478],[13.60382,45.04139],[13.62039,45.04157],[13.62064,44.87509],[13.74561,44.87497],[13.74544,44.74978],[13.99538,44.75015],[13.99555,44.79938],[14.00499,44.7995],[14.00448,44.87497],[14.24515,44.87497],[14.24532,44.75003],[14.12052,44.7499],[14.12035,44.62444],[14.22884,44.62493],[14.22884,44.61577],[14.24515,44.61552],[14.24549,44.50006],[14.29871,44.49999],[14.29871,44.49709],[14.31004,44.49706],[14.31004,44.49987],[14.48419,44.49987],[14.49552,44.4913],[14.49543,44.24993],[14.73292,44.24999],[14.7331,44.24557],[14.74545,44.24557],[14.7452,44.12493],[14.87025,44.12487],[14.87051,44.00004],[14.99522,44.00004],[14.99539,43.87507],[15.12011,43.87507],[15.12019,43.74996],[15.35537,43.74996],[15.35541,43.74433],[15.37028,43.74428],[15.3703,43.62502],[15.49527,43.62508],[15.49544,43.62085],[15.62024,43.62085],[15.62011,43.61936],[15.74547,43.61949],[15.74555,43.62483],[15.87018,43.62508],[15.87018,43.50007],[15.95657,43.50007],[15.95648,43.49032],[15.98266,43.49042],[15.9827,43.49854],[15.99524,43.49848],[15.99524,43.49558],[15.99313,43.49558],[15.99309,43.48911],[15.99524,43.48902],[15.99524,43.37511],[16.24466,43.37486],[16.24552,43.12492],[16.1202,43.12529],[16.1202,43.08356],[15.99524,43.08356],[15.99515,42.95008],[16.0124,42.9502],[16.01266,42.95824],[16.12038,42.95831],[16.12003,43.00038],[16.36989,43.00006],[16.36989,43.12504],[16.61991,43.12523],[16.62013,42.99137],[16.60601,42.99109],[16.60605,42.9795],[16.62008,42.97947],[16.62008,42.75029],[16.70628,42.75026],[16.70636,42.74775],[16.72829,42.74769],[16.72832,42.7502],[16.77835,42.75016],[16.77887,42.66716],[16.95345,42.66716],[16.95345,42.75016],[17.17026,42.75016],[17.17043,42.83343],[16.99516,42.83368],[16.99516,42.87508],[17.2451,42.87521],[17.2451,42.75016],[17.43324,42.74991],[17.43324,42.73806],[17.49453,42.73831],[17.49487,42.62487],[18.11062,42.62512],[18.11079,42.6183],[18.12006,42.61817],[18.12023,42.50007],[18.34528,42.50045],[18.34528,42.48931],[18.37017,42.48919],[18.37017,42.37529],[18.62011,42.37491],[18.61994,42.50033],[18.49514,42.50058],[18.49462,42.62537],[18.2452,42.62512],[18.24503,42.75016],[18.12006,42.75016],[18.11989,42.87559],[17.86995,42.87546],[17.87012,43.00025],[17.74498,43.00038],[17.74498,43.12529],[17.62018,43.12517],[17.61967,43.25008],[17.37024,43.24995],[17.36973,43.50001],[17.24527,43.50013],[17.24493,43.62489],[16.99533,43.62551],[16.99482,43.75002],[16.87019,43.75039],[16.87054,43.87538],[16.7454,43.87587],[16.74488,43.99998],[16.62077,44.00035],[16.62043,44.1253],[16.3698,44.12506],[16.37014,44.25012],[16.24517,44.25012],[16.245,44.49993],[16.12553,44.50006],[16.1257,44.51646],[16.11986,44.51671],[16.1202,44.75015],[15.87044,44.75015],[15.87009,45.12502],[15.99506,45.12514],[15.99524,45.00013],[16.28534,44.99977],[16.28483,44.99491],[16.31676,44.99491],[16.31693,45.00013],[16.49546,45.00001],[16.49528,45.1249],[17.37024,45.12514],[17.37007,44.99965],[18.72568,44.99977],[18.72568,44.9903],[18.74508,44.9903],[18.74474,44.74978],[19.11982,44.75015],[19.11982,44.87485],[19.24496,44.87509],[19.24444,45.00013],[19.11982,44.99989],[19.12016,45.12466],[19.49524,45.12502],[19.49507,45.25],[19.3701,45.25012],[19.36984,45.37494],[19.11982,45.37476],[19.1199,45.62496],[18.99485,45.62499],[18.99485,45.99982],[18.61959,46.00018],[18.61994,45.87507],[17.74481,45.87483],[17.74498,45.99994],[17.37007,46.00018],[17.3699,46.12489],[17.24476,46.12501],[17.24459,46.25015],[16.99448,46.25003],[16.99482,46.375],[16.86968,46.375],[16.87019,46.49981],[16.49503,46.50016]]],"terms_url":"https://dgu.gov.hr/","terms_text":"Sadrži podatke Državne geodetske uprave","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/dgu.png"},{"id":"dgu-topo-25-new","name":"dgu.hr: Topo 25 new","type":"wms","template":"https://geoportal.dgu.hr/services/tk/ows?LAYERS=tk:TK25_NOVI&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","startDate":"2011-01-01T00:00:00.000Z","polygon":[[[16.23264,42.36768],[16.35459,42.36858],[16.35413,42.4036],[16.23218,42.40349],[16.23264,42.36768]],[[16.49987,42.7711],[16.4826,42.7711],[16.4826,42.74363],[16.50002,42.74363],[16.49987,42.70991],[17.04993,42.70902],[17.04963,42.7443],[17.17218,42.74374],[17.17218,42.77966],[17.04993,42.78022],[17.05023,42.79823],[17.00138,42.79873],[17.00138,42.82574],[16.96479,42.82585],[16.96456,42.79895],[16.49941,42.79968],[16.49987,42.7711]],[[16.49998,46.12978],[16.50032,46.04037],[16.30619,46.03979],[16.30679,45.85976],[15.53442,45.85567],[15.5434,45.31596],[15.35218,45.31423],[15.35396,45.22424],[15.16299,45.22216],[15.17548,44.68236],[14.98633,44.67999],[14.99572,44.32011],[15.18357,44.32247],[15.18963,44.05242],[15.37687,44.05438],[15.37823,43.9646],[15.00481,43.96046],[15.00701,43.87026],[15.17463,43.87207],[15.17509,43.86158],[15.19372,43.8618],[15.19751,43.69259],[15.38335,43.69456],[15.3852,43.6044],[15.75673,43.60747],[15.75789,43.51755],[15.91618,43.51839],[15.91625,43.50859],[15.94344,43.5087],[15.9442,43.42857],[16.106,43.42923],[16.10607,43.42567],[16.11717,43.42569],[16.11724,43.41305],[16.12955,43.41313],[16.13008,43.33926],[16.31497,43.33975],[16.31558,43.17788],[16.30498,43.17777],[16.30505,43.167],[16.31543,43.16694],[16.31573,43.15987],[16.13114,43.15921],[16.13152,43.08075],[15.94746,43.07965],[15.94913,42.88859],[16.13273,42.88914],[16.13228,42.9792],[16.31611,42.97987],[16.31585,43.06971],[16.49994,43.06991],[16.50006,42.88987],[17.41813,42.88612],[17.41691,42.79617],[17.40714,42.7962],[17.40722,42.80784],[17.33875,42.80837],[17.33863,42.79667],[17.23346,42.79734],[17.23248,42.7074],[17.59861,42.70448],[17.59706,42.61447],[18.14539,42.60794],[18.14308,42.51789],[18.31025,42.51538],[18.31006,42.50865],[18.32527,42.5084],[18.32286,42.42516],[18.48072,42.42256],[18.48025,42.40746],[18.50454,42.40708],[18.50215,42.33212],[18.68394,42.32883],[18.68705,42.41881],[18.55355,42.42127],[18.55404,42.43625],[18.50551,42.43715],[18.51071,42.60206],[18.37926,42.60432],[18.37964,42.61937],[18.32853,42.62021],[18.3307,42.6951],[18.14778,42.69789],[18.15005,42.78789],[17.96681,42.79042],[17.9711,42.97037],[17.78723,42.97258],[17.791,43.15255],[17.60668,43.15452],[17.60821,43.24448],[17.4236,43.24615],[17.42761,43.51622],[17.24217,43.51755],[17.24319,43.6075],[17.05747,43.6086],[17.05822,43.6986],[16.87837,43.69932],[16.87842,43.70922],[16.87221,43.70925],[16.87325,43.87936],[16.68669,43.87982],[16.68726,44.05983],[16.50002,44.06],[16.49991,44.14998],[16.3125,44.14984],[16.31126,44.50983],[16.1258,44.50938],[16.12088,44.77934],[15.93144,44.7785],[15.93235,44.68862],[15.74304,44.68753],[15.7395,44.95747],[15.7374,45.13737],[15.92777,45.1387],[15.92881,45.04857],[16.11914,45.04937],[16.11978,44.95936],[16.50032,44.96003],[16.49994,45.13997],[17.35954,45.13676],[17.35944,45.13181],[17.42309,45.13131],[17.42309,45.13617],[17.45346,45.13599],[17.45339,45.13107],[17.44577,45.13107],[17.44581,45.12431],[17.45339,45.12428],[17.4521,45.04599],[18.21341,45.03721],[18.59384,45.03073],[18.58784,44.85076],[19.15621,44.8391],[19.16873,45.10881],[19.54953,45.09925],[19.55905,45.27899],[19.17731,45.28839],[19.1899,45.55823],[18.99776,45.56262],[19.01399,45.9222],[18.6276,45.92998],[18.62487,45.85816],[18.61457,45.85834],[18.61388,45.84029],[18.04509,45.8494],[18.03768,45.57957],[17.84549,45.58197],[17.84972,45.762],[17.46429,45.76578],[17.46569,45.8558],[17.27268,45.85726],[17.27391,45.94717],[17.08045,45.94841],[17.0814,46.0383],[17.27514,46.03719],[17.27626,46.12721],[16.88837,46.12915],[16.88874,46.21911],[16.6944,46.21962],[16.69404,46.12965],[16.49998,46.12978]],[[16.3049,46.48965],[16.30505,46.39967],[16.49972,46.39978],[16.49957,46.48986],[16.3049,46.48965]],[[15.7715,43.0135],[15.77181,43.04041],[15.76363,43.04041],[15.76393,43.06764],[15.57866,43.0662],[15.58047,42.97671],[15.76423,42.97704],[15.76438,42.99522],[15.81316,42.99588],[15.81347,43.01328],[15.7715,43.0135]],[[15.44375,43.10094],[15.44383,43.08352],[15.48064,43.08341],[15.48034,43.10133],[15.44375,43.10094]],[[13.76191,45.46936],[13.76198,45.4671],[13.62292,45.46386],[13.61807,45.55389],[13.42719,45.54859],[13.45529,45.00943],[13.64534,45.01441],[13.65443,44.83453],[13.82175,44.83856],[13.82273,44.8189],[13.845,44.81933],[13.8478,44.74922],[14.03717,44.75352],[14.03103,44.91065],[14.05277,44.91124],[14.05163,44.93381],[14.21941,44.93719],[14.2263,44.75745],[14.6051,44.76444],[14.5992,44.94406],[14.78924,44.94727],[14.78659,45.03716],[14.97694,45.03983],[14.97186,45.21981],[14.78114,45.21712],[14.77841,45.30701],[14.58723,45.30405],[14.58109,45.48389],[13.77088,45.46742],[13.77081,45.46955],[13.76191,45.46936]],[[15.72242,46.21722],[15.7261,45.94721],[15.91962,45.94844],[15.91671,46.21827],[15.72242,46.21722]]],"terms_url":"https://dgu.gov.hr/","terms_text":"Sadrži podatke Državne geodetske uprave","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/dgu.png"},{"id":"DV_OrthoPhoto_20132015_10cm","name":"Digitaal Vlaanderen 2013-2015 aerial imagery 10cm","type":"wms","template":"https://geo.api.vlaanderen.be/OGW/wms?LAYERS=OGWRGB13_15VL&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","polygon":[[[5.98494,50.70723],[5.98494,50.7672],[5.91079,50.82275],[5.75561,50.83533],[5.75423,50.86264],[5.8332,50.93323],[5.85517,51.02661],[5.90941,51.07754],[5.91216,51.18225],[5.87851,51.20807],[5.77414,51.23689],[5.68419,51.24075],[5.62308,51.26998],[5.62308,51.29789],[5.54,51.34724],[5.4473,51.34853],[5.39855,51.32107],[5.31203,51.32322],[5.26671,51.36182],[5.19942,51.37254],[5.18294,51.39611],[5.15891,51.4924],[5.08338,51.53086],[5.03257,51.53983],[4.95566,51.50522],[4.90142,51.50565],[4.83825,51.54367],[4.77096,51.55862],[4.7119,51.54709],[4.64049,51.49667],[4.6144,51.4971],[4.56565,51.53171],[4.48256,51.53043],[4.42626,51.52189],[4.3006,51.46974],[4.29511,51.42566],[4.18113,51.42437],[4.13718,51.39525],[4.13856,51.35067],[4.05204,51.30047],[3.93325,51.27298],[3.86527,51.27084],[3.86321,51.29016],[3.76296,51.32407],[3.59336,51.35925],[3.47732,51.33137],[3.42582,51.39739],[3.23562,51.35153],[3.226,51.36568],[3.17794,51.36182],[3.16009,51.33223],[3.06258,51.30219],[2.75084,51.1702],[2.47001,51.07452],[2.49267,50.99378],[2.53112,50.95573],[2.50915,50.91159],[2.53043,50.82145],[2.5991,50.76416],[2.66501,50.76459],[2.77007,50.66677],[2.8971,50.65894],[2.99186,50.72549],[3.11339,50.72636],[3.23699,50.70592],[3.36265,50.6585],[3.47114,50.70201],[3.63936,50.66721],[3.69842,50.68156],[3.72794,50.71245],[3.81858,50.68418],[3.87488,50.64152],[4.09255,50.64283],[4.15023,50.66329],[4.20653,50.64413],[4.31365,50.64283],[4.45235,50.68766],[4.53475,50.67808],[4.61303,50.69549],[4.67689,50.69592],[4.72701,50.73201],[4.78057,50.73201],[4.79979,50.71288],[4.86228,50.71288],[4.88563,50.69549],[4.96116,50.69549],[5.03119,50.65763],[5.10741,50.65023],[5.2008,50.64892],[5.23581,50.66546],[5.32508,50.6659],[5.36696,50.682],[5.42121,50.66416],[5.52215,50.6746],[5.6224,50.72418],[5.67527,50.69853],[5.73981,50.69723],[5.77277,50.67199],[5.8126,50.66024],[5.90804,50.65981],[5.98494,50.70723]]],"terms_text":"© Digitaal Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/DigitaalVlaanderen.png"},{"id":"DV_DHMV_II_HILL_25cm","name":"Digitaal Vlaanderen DHV II, multidirectional hillshade 0,25 m","type":"wms","template":"https://geo.api.vlaanderen.be/DHMV/wms?LAYERS=DHMV_II_HILL_25cm&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","polygon":[[[5.98494,50.70723],[5.98494,50.7672],[5.91079,50.82275],[5.75561,50.83533],[5.75423,50.86264],[5.8332,50.93323],[5.85517,51.02661],[5.90941,51.07754],[5.91216,51.18225],[5.87851,51.20807],[5.77414,51.23689],[5.68419,51.24075],[5.62308,51.26998],[5.62308,51.29789],[5.54,51.34724],[5.4473,51.34853],[5.39855,51.32107],[5.31203,51.32322],[5.26671,51.36182],[5.19942,51.37254],[5.18294,51.39611],[5.15891,51.4924],[5.08338,51.53086],[5.03257,51.53983],[4.95566,51.50522],[4.90142,51.50565],[4.83825,51.54367],[4.77096,51.55862],[4.7119,51.54709],[4.64049,51.49667],[4.6144,51.4971],[4.56565,51.53171],[4.48256,51.53043],[4.42626,51.52189],[4.3006,51.46974],[4.29511,51.42566],[4.18113,51.42437],[4.13718,51.39525],[4.13856,51.35067],[4.05204,51.30047],[3.93325,51.27298],[3.86527,51.27084],[3.86321,51.29016],[3.76296,51.32407],[3.59336,51.35925],[3.47732,51.33137],[3.42582,51.39739],[3.23562,51.35153],[3.226,51.36568],[3.17794,51.36182],[3.16009,51.33223],[3.06258,51.30219],[2.75084,51.1702],[2.47001,51.07452],[2.49267,50.99378],[2.53112,50.95573],[2.50915,50.91159],[2.53043,50.82145],[2.5991,50.76416],[2.66501,50.76459],[2.77007,50.66677],[2.8971,50.65894],[2.99186,50.72549],[3.11339,50.72636],[3.23699,50.70592],[3.36265,50.6585],[3.47114,50.70201],[3.63936,50.66721],[3.69842,50.68156],[3.72794,50.71245],[3.81858,50.68418],[3.87488,50.64152],[4.09255,50.64283],[4.15023,50.66329],[4.20653,50.64413],[4.31365,50.64283],[4.45235,50.68766],[4.53475,50.67808],[4.61303,50.69549],[4.67689,50.69592],[4.72701,50.73201],[4.78057,50.73201],[4.79979,50.71288],[4.86228,50.71288],[4.88563,50.69549],[4.96116,50.69549],[5.03119,50.65763],[5.10741,50.65023],[5.2008,50.64892],[5.23581,50.66546],[5.32508,50.6659],[5.36696,50.682],[5.42121,50.66416],[5.52215,50.6746],[5.6224,50.72418],[5.67527,50.69853],[5.73981,50.69723],[5.77277,50.67199],[5.8126,50.66024],[5.90804,50.65981],[5.98494,50.70723]]],"terms_text":"© Digitaal Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/DigitaalVlaanderen.png"},{"id":"DV_DHMV_II_SVF_25cm","name":"Digitaal Vlaanderen DHV II, Skyview factor 0,25 m","type":"wms","template":"https://geo.api.vlaanderen.be/DHMV/wms?LAYERS=DHMV_II_SVF_25cm&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","polygon":[[[5.98494,50.70723],[5.98494,50.7672],[5.91079,50.82275],[5.75561,50.83533],[5.75423,50.86264],[5.8332,50.93323],[5.85517,51.02661],[5.90941,51.07754],[5.91216,51.18225],[5.87851,51.20807],[5.77414,51.23689],[5.68419,51.24075],[5.62308,51.26998],[5.62308,51.29789],[5.54,51.34724],[5.4473,51.34853],[5.39855,51.32107],[5.31203,51.32322],[5.26671,51.36182],[5.19942,51.37254],[5.18294,51.39611],[5.15891,51.4924],[5.08338,51.53086],[5.03257,51.53983],[4.95566,51.50522],[4.90142,51.50565],[4.83825,51.54367],[4.77096,51.55862],[4.7119,51.54709],[4.64049,51.49667],[4.6144,51.4971],[4.56565,51.53171],[4.48256,51.53043],[4.42626,51.52189],[4.3006,51.46974],[4.29511,51.42566],[4.18113,51.42437],[4.13718,51.39525],[4.13856,51.35067],[4.05204,51.30047],[3.93325,51.27298],[3.86527,51.27084],[3.86321,51.29016],[3.76296,51.32407],[3.59336,51.35925],[3.47732,51.33137],[3.42582,51.39739],[3.23562,51.35153],[3.226,51.36568],[3.17794,51.36182],[3.16009,51.33223],[3.06258,51.30219],[2.75084,51.1702],[2.47001,51.07452],[2.49267,50.99378],[2.53112,50.95573],[2.50915,50.91159],[2.53043,50.82145],[2.5991,50.76416],[2.66501,50.76459],[2.77007,50.66677],[2.8971,50.65894],[2.99186,50.72549],[3.11339,50.72636],[3.23699,50.70592],[3.36265,50.6585],[3.47114,50.70201],[3.63936,50.66721],[3.69842,50.68156],[3.72794,50.71245],[3.81858,50.68418],[3.87488,50.64152],[4.09255,50.64283],[4.15023,50.66329],[4.20653,50.64413],[4.31365,50.64283],[4.45235,50.68766],[4.53475,50.67808],[4.61303,50.69549],[4.67689,50.69592],[4.72701,50.73201],[4.78057,50.73201],[4.79979,50.71288],[4.86228,50.71288],[4.88563,50.69549],[4.96116,50.69549],[5.03119,50.65763],[5.10741,50.65023],[5.2008,50.64892],[5.23581,50.66546],[5.32508,50.6659],[5.36696,50.682],[5.42121,50.66416],[5.52215,50.6746],[5.6224,50.72418],[5.67527,50.69853],[5.73981,50.69723],[5.77277,50.67199],[5.8126,50.66024],[5.90804,50.65981],[5.98494,50.70723]]],"terms_text":"© Digitaal Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/DigitaalVlaanderen.png"},{"id":"DV_GRB","name":"Digitaal Vlaanderen GRB","type":"tms","template":"https://geo.api.vlaanderen.be/GRB/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=grb_bsk&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}","category":"map","zoomExtent":[0,21],"polygon":[[[5.88438,50.70114],[5.94172,50.76524],[5.76662,50.78761],[5.67393,50.75373],[5.88438,50.70114]],[[3.9097,50.69245],[3.95877,50.68947],[4.14853,50.72834],[4.29031,50.69402],[4.31859,50.72022],[4.43104,50.73831],[4.49455,50.75679],[4.52399,50.72724],[4.59727,50.76359],[4.62021,50.74348],[4.65486,50.7552],[4.64309,50.79755],[4.76014,50.80544],[4.83106,50.77028],[4.90869,50.76968],[4.92545,50.74275],[5.00339,50.76594],[5.05642,50.71567],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.38908,50.74775],[5.41196,50.72368],[5.47863,50.72352],[5.68732,50.804],[5.64522,50.8372],[5.72665,50.91307],[5.75909,51.03588],[5.85578,51.14463],[5.76027,51.18505],[5.56045,51.22233],[5.5556,51.26986],[5.4863,51.30197],[5.41741,51.26229],[5.34828,51.27492],[5.23036,51.26436],[5.24189,51.30534],[5.20031,51.32172],[5.13448,51.31547],[5.13109,51.35137],[5.07117,51.3935],[5.10202,51.42892],[5.08018,51.46948],[5.02894,51.48789],[4.92785,51.39544],[4.89366,51.41698],[4.8383,51.42174],[4.84188,51.48074],[4.76359,51.5088],[4.64953,51.42758],[4.53541,51.42303],[4.54747,51.48571],[4.39108,51.45149],[4.42065,51.36473],[4.26163,51.37647],[4.16613,51.2929],[3.92412,51.21938],[3.79088,51.21429],[3.7783,51.26235],[3.58984,51.30577],[3.51511,51.28753],[3.52759,51.24604],[3.44201,51.24313],[3.38101,51.27446],[3.36356,51.37228],[3.23443,51.34669],[3.18307,51.37128],[3.15582,51.32714],[2.54165,51.09345],[2.57372,51.00842],[2.63262,50.94575],[2.59031,50.91893],[2.59909,50.85306],[2.63518,50.8129],[2.713,50.81534],[2.78473,50.7369],[2.86521,50.70565],[2.85476,50.75745],[2.91648,50.75356],[2.99943,50.81035],[3.02008,50.77312],[3.15329,50.78564],[3.17839,50.75609],[3.30562,50.75466],[3.3522,50.70614],[3.46005,50.76556],[3.54062,50.76307],[3.54139,50.73377],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.89113,50.74333],[3.9097,50.69245]],[[4.92801,51.46049],[4.91171,51.43492],[4.93711,51.42614],[4.95891,51.45471],[4.92801,51.46049]]],"terms_text":"© Digitaal Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/DigitaalVlaanderen.png"},{"id":"DV_OrthoPhoto","name":"Digitaal Vlaanderen most recent aerial imagery","type":"tms","template":"https://geo.api.vlaanderen.be/OMWRGBMRVL/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=omwrgbmrvl&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}","category":"photo","zoomExtent":[0,21],"polygon":[[[4.7737,50.79368],[4.8379,50.75916],[4.92511,50.73483],[4.98862,50.76264],[5.036,50.73527],[5.0645,50.69875],[5.1644,50.69005],[5.19393,50.71179],[5.3086,50.71245],[5.36422,50.74396],[5.43391,50.70766],[5.54378,50.74396],[5.61141,50.73527],[5.71166,50.73505],[5.77105,50.74092],[5.81946,50.70484],[5.89568,50.70614],[5.9204,50.72831],[5.91971,50.74504],[5.89843,50.77675],[5.81569,50.76351],[5.77517,50.79216],[5.69552,50.79737],[5.69072,50.82319],[5.66325,50.82904],[5.65467,50.86481],[5.72368,50.9012],[5.77174,50.95443],[5.75114,50.97368],[5.78273,51.00048],[5.78032,51.0523],[5.80848,51.05338],[5.80951,51.07668],[5.84315,51.09372],[5.84418,51.1101],[5.82599,51.11851],[5.86959,51.14953],[5.8277,51.17365],[5.792,51.16891],[5.7738,51.19344],[5.666,51.1928],[5.64059,51.21065],[5.5709,51.22829],[5.56231,51.27535],[5.49811,51.30605],[5.47099,51.30219],[5.45794,51.2893],[5.43048,51.28823],[5.41434,51.27363],[5.36593,51.282],[5.33641,51.28265],[5.32577,51.26718],[5.24337,51.27406],[5.24989,51.31335],[5.20972,51.32794],[5.14174,51.31914],[5.14209,51.35367],[5.08647,51.39482],[5.11565,51.43615],[5.08853,51.47508],[5.05214,51.47636],[5.04561,51.4939],[5.02364,51.4939],[5.01609,51.48663],[4.82966,51.48663],[4.83001,51.50009],[4.76855,51.51099],[4.74727,51.50394],[4.658,51.4492],[4.65663,51.43144],[4.53956,51.43379],[4.55466,51.48171],[4.5296,51.48748],[4.46368,51.48235],[4.37167,51.45562],[4.37751,51.40553],[4.4139,51.37511],[4.39776,51.36118],[4.34798,51.36675],[4.34627,51.38497],[4.20344,51.38111],[4.2213,51.3511],[4.15641,51.29832],[4.05101,51.25193],[4.00638,51.25279],[3.95144,51.22205],[3.88484,51.22936],[3.81926,51.21797],[3.80038,51.22872],[3.80107,51.26074],[3.74442,51.28007],[3.63593,51.29746],[3.58615,51.31378],[3.5065,51.28308],[3.51371,51.25021],[3.43921,51.25064],[3.39766,51.27513],[3.37329,51.31678],[3.39114,51.34274],[3.3623,51.37961],[3.24283,51.35474],[3.20266,51.37039],[3.15631,51.35196],[3.14223,51.33051],[2.53318,51.09092],[2.56476,50.9968],[2.61832,50.9527],[2.57781,50.91852],[2.5936,50.88431],[2.58948,50.85051],[2.6245,50.80757],[2.71033,50.8054],[2.78449,50.71853],[2.87375,50.69983],[2.86483,50.74765],[2.92525,50.75156],[2.97263,50.77024],[2.97332,50.79889],[3.00078,50.79759],[3.01383,50.76676],[3.09863,50.76611],[3.13537,50.78196],[3.16832,50.75004],[3.30428,50.74613],[3.31561,50.71484],[3.3678,50.70179],[3.44848,50.75091],[3.53293,50.75156],[3.53328,50.72549],[3.63902,50.7131],[3.69086,50.7672],[3.75163,50.76177],[3.7712,50.73874],[3.87729,50.73983],[3.87969,50.70418],[3.9202,50.68352],[3.99951,50.682],[4.06749,50.68961],[4.16018,50.72049],[4.17632,50.70331],[4.24739,50.68222],[4.31708,50.69418],[4.31846,50.70962],[4.38403,50.71027],[4.38437,50.72353],[4.47226,50.74743],[4.52617,50.71853],[4.55226,50.73766],[4.64908,50.73722],[4.6532,50.78717],[4.72426,50.78218],[4.73731,50.79585],[4.7737,50.79368]]],"terms_text":"© Digitaal Vlaanderen","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/DigitaalVlaanderen.png"},{"id":"DV_OrthoPhoto_Preliminary","name":"Digitaal Vlaanderen preliminary aerial imagery","type":"tms","template":"https://geo.api.vlaanderen.be/OFW/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=ofw&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}","category":"photo","zoomExtent":[0,21],"polygon":[[[4.7737,50.79368],[4.8379,50.75916],[4.92511,50.73483],[4.98862,50.76264],[5.036,50.73527],[5.0645,50.69875],[5.1644,50.69005],[5.19393,50.71179],[5.3086,50.71245],[5.36422,50.74396],[5.43391,50.70766],[5.54378,50.74396],[5.61141,50.73527],[5.71166,50.73505],[5.77105,50.74092],[5.81946,50.70484],[5.89568,50.70614],[5.9204,50.72831],[5.91971,50.74504],[5.89843,50.77675],[5.81569,50.76351],[5.77517,50.79216],[5.69552,50.79737],[5.69072,50.82319],[5.66325,50.82904],[5.65467,50.86481],[5.72368,50.9012],[5.77174,50.95443],[5.75114,50.97368],[5.78273,51.00048],[5.78032,51.0523],[5.80848,51.05338],[5.80951,51.07668],[5.84315,51.09372],[5.84418,51.1101],[5.82599,51.11851],[5.86959,51.14953],[5.8277,51.17365],[5.792,51.16891],[5.7738,51.19344],[5.666,51.1928],[5.64059,51.21065],[5.5709,51.22829],[5.56231,51.27535],[5.49811,51.30605],[5.47099,51.30219],[5.45794,51.2893],[5.43048,51.28823],[5.41434,51.27363],[5.36593,51.282],[5.33641,51.28265],[5.32577,51.26718],[5.24337,51.27406],[5.24989,51.31335],[5.20972,51.32794],[5.14174,51.31914],[5.14209,51.35367],[5.08647,51.39482],[5.11565,51.43615],[5.08853,51.47508],[5.05214,51.47636],[5.04561,51.4939],[5.02364,51.4939],[5.01609,51.48663],[4.82966,51.48663],[4.83001,51.50009],[4.76855,51.51099],[4.74727,51.50394],[4.658,51.4492],[4.65663,51.43144],[4.53956,51.43379],[4.55466,51.48171],[4.5296,51.48748],[4.46368,51.48235],[4.37167,51.45562],[4.37751,51.40553],[4.4139,51.37511],[4.39776,51.36118],[4.34798,51.36675],[4.34627,51.38497],[4.20344,51.38111],[4.2213,51.3511],[4.15641,51.29832],[4.05101,51.25193],[4.00638,51.25279],[3.95144,51.22205],[3.88484,51.22936],[3.81926,51.21797],[3.80038,51.22872],[3.80107,51.26074],[3.74442,51.28007],[3.63593,51.29746],[3.58615,51.31378],[3.5065,51.28308],[3.51371,51.25021],[3.43921,51.25064],[3.39766,51.27513],[3.37329,51.31678],[3.39114,51.34274],[3.3623,51.37961],[3.24283,51.35474],[3.20266,51.37039],[3.15631,51.35196],[3.14223,51.33051],[2.53318,51.09092],[2.56476,50.9968],[2.61832,50.9527],[2.57781,50.91852],[2.5936,50.88431],[2.58948,50.85051],[2.6245,50.80757],[2.71033,50.8054],[2.78449,50.71853],[2.87375,50.69983],[2.86483,50.74765],[2.92525,50.75156],[2.97263,50.77024],[2.97332,50.79889],[3.00078,50.79759],[3.01383,50.76676],[3.09863,50.76611],[3.13537,50.78196],[3.16832,50.75004],[3.30428,50.74613],[3.31561,50.71484],[3.3678,50.70179],[3.44848,50.75091],[3.53293,50.75156],[3.53328,50.72549],[3.63902,50.7131],[3.69086,50.7672],[3.75163,50.76177],[3.7712,50.73874],[3.87729,50.73983],[3.87969,50.70418],[3.9202,50.68352],[3.99951,50.682],[4.06749,50.68961],[4.16018,50.72049],[4.17632,50.70331],[4.24739,50.68222],[4.31708,50.69418],[4.31846,50.70962],[4.38403,50.71027],[4.38437,50.72353],[4.47226,50.74743],[4.52617,50.71853],[4.55226,50.73766],[4.64908,50.73722],[4.6532,50.78717],[4.72426,50.78218],[4.73731,50.79585],[4.7737,50.79368]]],"terms_text":"© Digitaal Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/DigitaalVlaanderen.png"},{"id":"DV_Wegenregister","name":"Digitaal Vlaanderen Wegenregister","type":"wms","template":"https://geo.api.vlaanderen.be/Wegenregister/wms?LAYERS=LABELS,AARDEWEG,WANDFIETS,PLLWEG,VENTWEG,OPAFGGKR,OPAFOGKR,VERKPLEIN,SPECSIT,ROT,DIENSTWEG,WEGEEN,WEGGESCH,AUTOSWEG&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[0,21],"polygon":[[[5.98494,50.70723],[5.98494,50.7672],[5.91079,50.82275],[5.75561,50.83533],[5.75423,50.86264],[5.8332,50.93323],[5.85517,51.02661],[5.90941,51.07754],[5.91216,51.18225],[5.87851,51.20807],[5.77414,51.23689],[5.68419,51.24075],[5.62308,51.26998],[5.62308,51.29789],[5.54,51.34724],[5.4473,51.34853],[5.39855,51.32107],[5.31203,51.32322],[5.26671,51.36182],[5.19942,51.37254],[5.18294,51.39611],[5.15891,51.4924],[5.08338,51.53086],[5.03257,51.53983],[4.95566,51.50522],[4.90142,51.50565],[4.83825,51.54367],[4.77096,51.55862],[4.7119,51.54709],[4.64049,51.49667],[4.6144,51.4971],[4.56565,51.53171],[4.48256,51.53043],[4.42626,51.52189],[4.3006,51.46974],[4.29511,51.42566],[4.18113,51.42437],[4.13718,51.39525],[4.13856,51.35067],[4.05204,51.30047],[3.93325,51.27298],[3.86527,51.27084],[3.86321,51.29016],[3.76296,51.32407],[3.59336,51.35925],[3.47732,51.33137],[3.42582,51.39739],[3.23562,51.35153],[3.226,51.36568],[3.17794,51.36182],[3.16009,51.33223],[3.06258,51.30219],[2.75084,51.1702],[2.47001,51.07452],[2.49267,50.99378],[2.53112,50.95573],[2.50915,50.91159],[2.53043,50.82145],[2.5991,50.76416],[2.66501,50.76459],[2.77007,50.66677],[2.8971,50.65894],[2.99186,50.72549],[3.11339,50.72636],[3.23699,50.70592],[3.36265,50.6585],[3.47114,50.70201],[3.63936,50.66721],[3.69842,50.68156],[3.72794,50.71245],[3.81858,50.68418],[3.87488,50.64152],[4.09255,50.64283],[4.15023,50.66329],[4.20653,50.64413],[4.31365,50.64283],[4.45235,50.68766],[4.53475,50.67808],[4.61303,50.69549],[4.67689,50.69592],[4.72701,50.73201],[4.78057,50.73201],[4.79979,50.71288],[4.86228,50.71288],[4.88563,50.69549],[4.96116,50.69549],[5.03119,50.65763],[5.10741,50.65023],[5.2008,50.64892],[5.23581,50.66546],[5.32508,50.6659],[5.36696,50.682],[5.42121,50.66416],[5.52215,50.6746],[5.6224,50.72418],[5.67527,50.69853],[5.73981,50.69723],[5.77277,50.67199],[5.8126,50.66024],[5.90804,50.65981],[5.98494,50.70723]]],"terms_text":"© Digitaal Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/DigitaalVlaanderen.png"},{"id":"LV_TERRAIN_LIDAR_LGIA","name":"Digital terrain model (2013–2019), LĢIA, Latvia","type":"wms","template":"https://lvmgeoserver.lvm.lv/geoserver/ows?width={width}&height={height}&bbox={bbox}&format=image/vnd.jpeg-png8&request=GetMap&service=WMS&styles=&transparent=true&version=1.3.0&crs={proj}&layers=public:ZemeLKS","category":"elevation","projection":"EPSG:3857","polygon":[[[27.66415,55.75354],[27.68475,55.93319],[28.26703,56.1908],[28.23682,56.49827],[27.82757,56.94886],[27.90997,57.37037],[27.58313,57.56387],[26.93219,57.63598],[26.5202,57.58596],[26.0368,57.87192],[25.1991,58.10487],[24.31744,57.90258],[24.31744,57.19669],[23.93567,56.9788],[23.55115,56.98479],[23.23804,57.10283],[23.14465,57.37333],[22.60632,57.60215],[22.60083,57.76953],[21.66699,57.56681],[21.40057,57.29625],[21.38409,57.0177],[21.04626,56.80026],[20.99133,56.36615],[21.0545,56.0392],[21.28796,56.05608],[21.29895,56.1908],[22.11743,56.41936],[24.44379,56.24425],[24.81183,56.3996],[25.15515,56.1694],[25.58087,56.12962],[26.53668,55.66146],[26.91296,55.66766],[27.0805,55.80991],[27.66415,55.75354]]],"terms_text":"LĢIA (Latvian Geospatial Information Agency) provided these open data (CC0). WMS service is provided by LVM (Latvian State Forestry).","description":"The data were obtained by aerial laser scanning method. LIDAR point cloud with resolution of 1 m has been used for the development of this service and for better visualization relief shading has been used. The total density of points obtained shall be not less than 4 p/m² and the mean density of points characterizing the surface shall be not less than 1.5 p/m². WMS service is freely provided by LVM (Latvian State Forestry, https://lvmgeo.lv/en/data/services/digital-terrain-model)."},{"id":"Dourados_Ortofotos","name":"Dourados Ortofotos","type":"wms","template":"https://geodourados.dourados.ms.gov.br/geoserver/dourados/ows?FORMAT=image/jpeg&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofoto_2018,ortofoto_2020_distritos&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","polygon":[[[-55.56292,-21.9842],[-55.48417,-22.17638],[-54.70714,-22.48961],[-54.274,-22.3173],[-54.17162,-22.05478],[-54.17949,-21.94038],[-54.48925,-21.86],[-54.60738,-22.04991],[-54.694,-22.072],[-54.87777,-22.14477],[-54.9854,-21.87218],[-55.40017,-21.85269],[-55.56292,-21.9842]]],"terms_url":"https://geodourados.dourados.ms.gov.br","terms_text":"Prefeitura Municipal de Dourados - GeoDourados","best":true,"description":"Dourados (2018) and several districts (2020) high-res aerial imagery."},{"id":"DVRPC_2020_BucksPA","name":"DVRPC Orthoimagery 2020 - Bucks County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=8&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-74.98087,40.06068],[-74.98051,40.06016],[-74.98072,40.05994],[-74.98126,40.05989],[-74.98242,40.05865],[-74.9842,40.05792],[-74.98527,40.05712],[-74.98426,40.05518],[-74.98341,40.05429],[-74.9822,40.05377],[-74.9798,40.05357],[-74.97774,40.05206],[-74.9453,40.06454],[-74.92178,40.07347],[-74.90933,40.07209],[-74.88942,40.07781],[-74.86599,40.08319],[-74.86204,40.08451],[-74.85869,40.09048],[-74.85337,40.09488],[-74.84316,40.09876],[-74.83706,40.10256],[-74.83312,40.11241],[-74.82728,40.12436],[-74.82428,40.12738],[-74.81621,40.12928],[-74.79853,40.12337],[-74.78462,40.12153],[-74.75578,40.1361],[-74.74136,40.13505],[-74.72574,40.14621],[-74.723,40.15093],[-74.72145,40.15657],[-74.72368,40.16235],[-74.73209,40.17232],[-74.73965,40.17992],[-74.75081,40.18294],[-74.75595,40.18596],[-74.75853,40.19002],[-74.76025,40.19631],[-74.76248,40.20064],[-74.7678,40.20772],[-74.76969,40.21323],[-74.77501,40.21742],[-74.79252,40.22778],[-74.83543,40.24547],[-74.8423,40.25018],[-74.85689,40.27809],[-74.86187,40.2866],[-74.86942,40.29629],[-74.88419,40.30846],[-74.89603,40.31527],[-74.89946,40.31527],[-74.90616,40.31605],[-74.91371,40.31946],[-74.91989,40.32482],[-74.93551,40.33451],[-74.94152,40.33909],[-74.94444,40.34393],[-74.94547,40.34733],[-74.9465,40.35348],[-74.94753,40.36041],[-74.95405,40.37597],[-74.96212,40.38957],[-74.96367,40.39428],[-74.96573,40.39755],[-74.97002,40.40003],[-74.97877,40.40225],[-74.98478,40.40578],[-74.98959,40.40905],[-74.99697,40.41075],[-75.02152,40.40422],[-75.02787,40.40395],[-75.03542,40.4067],[-75.044,40.41284],[-75.04722,40.41415],[-75.05409,40.41529],[-75.05782,40.41738],[-75.0604,40.42075],[-75.06237,40.42421],[-75.06237,40.43088],[-75.06632,40.44669],[-75.07061,40.45557],[-75.06306,40.47908],[-75.06203,40.48678],[-75.06563,40.52541],[-75.06804,40.54159],[-75.09893,40.56676],[-75.1161,40.57315],[-75.13035,40.57524],[-75.13824,40.57615],[-75.14528,40.57407],[-75.15936,40.56455],[-75.17326,40.56403],[-75.187,40.56911],[-75.19369,40.5755],[-75.19558,40.57928],[-75.19472,40.58241],[-75.19043,40.58606],[-75.18957,40.59023],[-75.1918,40.60261],[-75.19678,40.60861],[-75.25978,40.5815],[-75.4105,40.48822],[-75.48373,40.4185],[-74.99791,40.12778],[-74.99386,40.13189],[-74.99279,40.13076],[-74.99276,40.13045],[-74.99449,40.12719],[-74.99456,40.12666],[-74.99429,40.12613],[-74.99308,40.12592],[-74.99243,40.12593],[-74.99061,40.12628],[-74.9891,40.12611],[-74.98832,40.12406],[-74.9865,40.12299],[-74.98482,40.12392],[-74.98446,40.12385],[-74.98439,40.12363],[-74.9842,40.12352],[-74.98326,40.12358],[-74.98276,40.12325],[-74.98262,40.12306],[-74.9826,40.1228],[-74.98277,40.12253],[-74.98245,40.12123],[-74.98291,40.12118],[-74.98305,40.12101],[-74.98309,40.12068],[-74.98302,40.12033],[-74.98266,40.12007],[-74.98238,40.11993],[-74.98189,40.11989],[-74.98159,40.11998],[-74.98136,40.12013],[-74.98087,40.12018],[-74.98043,40.12006],[-74.98014,40.11988],[-74.97964,40.11943],[-74.97926,40.11931],[-74.97842,40.11944],[-74.97567,40.12016],[-74.97454,40.11977],[-74.97292,40.1198],[-74.97247,40.11958],[-74.9711,40.11827],[-74.97035,40.11715],[-74.97006,40.11693],[-74.9691,40.11681],[-74.96851,40.11695],[-74.96755,40.1176],[-74.96745,40.11783],[-74.96647,40.1181],[-74.96554,40.11842],[-74.96526,40.1186],[-74.96502,40.1187],[-74.96472,40.11861],[-74.96447,40.11842],[-74.96446,40.11814],[-74.96433,40.11768],[-74.96414,40.11732],[-74.9637,40.11709],[-74.96332,40.11694],[-74.96316,40.11657],[-74.96311,40.11588],[-74.96344,40.1153],[-74.96309,40.11465],[-74.96421,40.11344],[-74.96378,40.11158],[-74.96405,40.11123],[-74.96414,40.11092],[-74.96369,40.10992],[-74.96375,40.10976],[-74.96398,40.10951],[-74.96421,40.10943],[-74.96438,40.10948],[-74.96466,40.10942],[-74.96561,40.10809],[-74.96507,40.10721],[-74.96359,40.10705],[-74.96325,40.10681],[-74.96319,40.10658],[-74.9637,40.10635],[-74.96392,40.10561],[-74.96257,40.10448],[-74.96117,40.10274],[-74.96202,40.09965],[-74.96211,40.09864],[-74.96182,40.09771],[-74.96093,40.09743],[-74.95979,40.09736],[-74.95826,40.0967],[-74.95812,40.09651],[-74.95774,40.09615],[-74.95576,40.09504],[-74.95797,40.09053],[-74.95825,40.08923],[-74.95803,40.08686],[-74.95865,40.08459],[-74.95916,40.08293],[-74.95915,40.08275],[-74.95899,40.08247],[-74.95914,40.08232],[-74.95932,40.08236],[-74.95981,40.08234],[-74.96211,40.07957],[-74.96257,40.07861],[-74.96241,40.07808],[-74.96343,40.07708],[-74.96416,40.07707],[-74.96613,40.07737],[-74.96675,40.07695],[-74.96686,40.07643],[-74.96894,40.0763],[-74.96957,40.07653],[-74.97057,40.07636],[-74.97139,40.0759],[-74.97218,40.07326],[-74.97347,40.07177],[-74.97469,40.07095],[-74.97926,40.06733],[-74.98079,40.0663],[-74.98115,40.06548],[-74.98102,40.06193],[-74.98087,40.06068]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Bucks County (PA) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"DVRPC_2020_BurlingtonNJ","name":"DVRPC Orthoimagery 2020 - Burlington County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=7&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-74.71046,40.18123],[-74.71287,40.1754],[-74.71038,40.16687],[-74.70583,40.16307],[-74.71313,40.15559],[-74.71441,40.15218],[-74.74248,40.13315],[-74.7508,40.1342],[-74.75879,40.13374],[-74.78703,40.11937],[-74.81458,40.12698],[-74.82007,40.12718],[-74.82333,40.12619],[-74.82865,40.11963],[-74.83526,40.10073],[-74.84925,40.09534],[-74.85509,40.0918],[-74.85912,40.08306],[-74.87577,40.08017],[-74.90401,40.06986],[-74.93079,40.06927],[-74.9774,40.04575],[-75.01345,40.01749],[-75.03276,40.01421],[-75.0428,40.01072],[-75.05104,40.00533],[-75.05731,39.99218],[-75.04975,39.99146],[-75.0343,39.99567],[-75.03216,39.99382],[-75.0331,39.99198],[-75.02529,39.99126],[-75.01825,39.98685],[-75.01388,39.98199],[-75.0204,39.96903],[-75.01903,39.96482],[-75.01765,39.95943],[-75.01276,39.95653],[-75.01637,39.94995],[-75.01516,39.94699],[-75.01362,39.94567],[-75.00443,39.94153],[-74.99456,39.93942],[-74.97834,39.94015],[-74.97551,39.93916],[-74.97551,39.93745],[-74.98152,39.93389],[-74.98555,39.93074],[-74.98452,39.92712],[-74.97508,39.92159],[-74.96727,39.92073],[-74.96418,39.92066],[-74.96143,39.91757],[-74.95431,39.90954],[-74.95208,39.9023],[-74.94985,39.89861],[-74.94418,39.89314],[-74.93079,39.88597],[-74.90307,39.79152],[-74.89672,39.78387],[-74.88985,39.7815],[-74.87801,39.78097],[-74.84882,39.7877],[-74.83097,39.78836],[-74.809,39.78387],[-74.79939,39.77701],[-74.78325,39.76012],[-74.77398,39.75141],[-74.76025,39.7427],[-74.67905,39.69338],[-74.66549,39.67615],[-74.66,39.66584],[-74.66034,39.65368],[-74.65982,39.63147],[-74.65502,39.62645],[-74.64849,39.62447],[-74.62841,39.61997],[-74.62137,39.62645],[-74.59494,39.61362],[-74.57777,39.59855],[-74.55133,39.59643],[-74.54018,39.57553],[-74.52782,39.5705],[-74.49263,39.55793],[-74.43581,39.54151],[-74.41486,39.56031],[-74.39873,39.5746],[-74.39049,39.59643],[-74.38946,39.77239],[-74.5079,39.99475],[-74.53606,40.05022],[-74.58824,40.1382],[-74.70017,40.18412],[-74.71046,40.18123]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Burlington County (NJ) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"DVRPC_2020_CamdenNJ","name":"DVRPC Orthoimagery 2020 - Camden County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=6&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-74.73614,39.72979],[-74.75571,39.74221],[-74.75612,39.74198],[-74.75656,39.74211],[-74.75754,39.74374],[-74.75791,39.7439],[-74.75852,39.74358],[-74.75866,39.74261],[-74.75924,39.74226],[-74.75977,39.74248],[-74.7602,39.74353],[-74.76635,39.74653],[-74.76826,39.74955],[-74.7727,39.7507],[-74.77384,39.75243],[-74.775,39.75645],[-74.7812,39.75865],[-74.7824,39.76136],[-74.78357,39.76361],[-74.78514,39.76566],[-74.78915,39.76938],[-74.7908,39.77134],[-74.79526,39.77346],[-74.79547,39.77464],[-74.7969,39.77578],[-74.79822,39.77573],[-74.79913,39.77645],[-74.79872,39.77741],[-74.80164,39.77934],[-74.80206,39.78015],[-74.80427,39.7811],[-74.80603,39.78299],[-74.80743,39.78374],[-74.80808,39.7839],[-74.80886,39.78396],[-74.80975,39.78452],[-74.81037,39.78482],[-74.81257,39.78531],[-74.81767,39.78591],[-74.81886,39.78673],[-74.81936,39.78799],[-74.82024,39.78822],[-74.82288,39.78819],[-74.82407,39.78848],[-74.82556,39.78859],[-74.82795,39.78926],[-74.82835,39.78893],[-74.8282,39.78872],[-74.831,39.78863],[-74.83295,39.78916],[-74.83513,39.78888],[-74.83711,39.78959],[-74.83916,39.78914],[-74.84001,39.78919],[-74.84101,39.78965],[-74.84318,39.7899],[-74.84454,39.78979],[-74.84662,39.78938],[-74.84797,39.78849],[-74.84907,39.78881],[-74.85034,39.78887],[-74.85136,39.78863],[-74.85211,39.78827],[-74.85326,39.78733],[-74.85393,39.78708],[-74.85551,39.78738],[-74.85776,39.78665],[-74.8602,39.78592],[-74.8638,39.78561],[-74.87067,39.78343],[-74.8762,39.78148],[-74.87896,39.78163],[-74.88168,39.78207],[-74.88349,39.78192],[-74.88709,39.78174],[-74.88831,39.78175],[-74.88973,39.78197],[-74.89489,39.78332],[-74.89822,39.78761],[-74.89859,39.78967],[-74.90294,39.79109],[-74.93072,39.88586],[-74.9442,39.89313],[-74.94532,39.89627],[-74.95116,39.90068],[-74.95251,39.90688],[-74.95588,39.91315],[-74.96158,39.91894],[-74.96338,39.92056],[-74.96976,39.92173],[-74.97398,39.92146],[-74.98444,39.92755],[-74.97501,39.93771],[-74.97546,39.93985],[-75.01341,39.94539],[-75.01303,39.9565],[-75.01883,39.96577],[-75.00998,39.97997],[-75.01988,39.99025],[-75.02779,39.99393],[-75.03648,39.99635],[-75.04777,39.99427],[-75.05545,39.99102],[-75.06037,39.98839],[-75.06684,39.98207],[-75.07517,39.977],[-75.09718,39.9728],[-75.11659,39.96605],[-75.13051,39.95786],[-75.13464,39.94835],[-75.13491,39.93816],[-75.13356,39.92838],[-75.12799,39.91598],[-75.12692,39.90888],[-75.13078,39.89655],[-75.13581,39.88386],[-75.11569,39.86029],[-75.08604,39.84249],[-75.08946,39.81455],[-75.0749,39.80165],[-75.07664,39.79861],[-75.07494,39.79734],[-75.07436,39.79489],[-75.07051,39.7936],[-75.07678,39.79008],[-75.07835,39.79116],[-75.08085,39.78984],[-75.08198,39.79141],[-75.08496,39.78639],[-75.08694,39.77949],[-75.0808,39.78003],[-75.07799,39.78084],[-75.07443,39.77396],[-75.07247,39.77431],[-75.07287,39.77547],[-75.06967,39.7761],[-75.07151,39.77816],[-75.07198,39.77979],[-75.06585,39.78232],[-75.06663,39.78283],[-75.06474,39.78455],[-75.05522,39.78226],[-75.05455,39.78254],[-75.05362,39.78011],[-75.05105,39.78028],[-75.04957,39.77153],[-75.04432,39.76692],[-75.04313,39.76383],[-75.04442,39.76207],[-75.03565,39.75708],[-75.0354,39.75503],[-75.02215,39.74588],[-75.02289,39.74019],[-75.02014,39.73628],[-75.02427,39.73059],[-75.0157,39.72593],[-74.99799,39.71745],[-74.99358,39.71011],[-74.98795,39.70717],[-74.9389,39.69528],[-74.91698,39.67593],[-74.90889,39.66154],[-74.91051,39.65311],[-74.90315,39.63201],[-74.89281,39.61886],[-74.87729,39.60833],[-74.73614,39.72979]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Camden County (NJ) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"DVRPC_2020_ChesterPA","name":"DVRPC Orthoimagery 2020 - Chester County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=5&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-75.77384,39.7221],[-75.77006,39.73056],[-75.76598,39.73818],[-75.76214,39.74457],[-75.75863,39.74987],[-75.75217,39.7586],[-75.74653,39.76534],[-75.73775,39.77457],[-75.72834,39.78322],[-75.717,39.79224],[-75.70606,39.79977],[-75.69607,39.80582],[-75.68124,39.81357],[-75.66757,39.81961],[-75.65335,39.82483],[-75.63972,39.82894],[-75.62389,39.8328],[-75.60933,39.83553],[-75.5956,39.83741],[-75.59761,39.83893],[-75.59797,39.8398],[-75.59805,39.84067],[-75.59771,39.84145],[-75.59669,39.8423],[-75.59487,39.84508],[-75.59472,39.84647],[-75.59423,39.84853],[-75.59419,39.84992],[-75.59402,39.85038],[-75.5922,39.85108],[-75.59194,39.85152],[-75.59189,39.85215],[-75.59218,39.85269],[-75.59277,39.85299],[-75.59411,39.85339],[-75.59894,39.85414],[-75.60114,39.85525],[-75.60162,39.85562],[-75.60163,39.85622],[-75.6015,39.85688],[-75.60031,39.85808],[-75.59648,39.86297],[-75.59681,39.86452],[-75.59558,39.86621],[-75.59506,39.86673],[-75.59364,39.86676],[-75.59279,39.86715],[-75.59249,39.86793],[-75.59271,39.86881],[-75.59375,39.87012],[-75.59577,39.87092],[-75.59675,39.87281],[-75.59784,39.87438],[-75.58453,39.88087],[-75.58716,39.88411],[-75.58273,39.88603],[-75.58044,39.88371],[-75.5712,39.88808],[-75.57479,39.89197],[-75.57247,39.89272],[-75.57242,39.89511],[-75.57337,39.8964],[-75.56099,39.90228],[-75.55892,39.90315],[-75.55926,39.90376],[-75.5583,39.90419],[-75.56014,39.9067],[-75.55798,39.90777],[-75.55605,39.90541],[-75.54646,39.90969],[-75.55052,39.9149],[-75.54243,39.91834],[-75.54408,39.92044],[-75.54437,39.92341],[-75.54104,39.9251],[-75.54269,39.92722],[-75.53612,39.92992],[-75.53026,39.92209],[-75.52717,39.92344],[-75.52584,39.92179],[-75.52358,39.92325],[-75.53048,39.93205],[-75.52957,39.93244],[-75.53012,39.93336],[-75.52612,39.93497],[-75.52456,39.93155],[-75.51934,39.93365],[-75.51822,39.93589],[-75.52379,39.94415],[-75.43576,39.98484],[-75.43859,39.99145],[-75.45377,39.99345],[-75.40432,40.02743],[-75.41499,40.04179],[-75.36087,40.06556],[-75.3667,40.07244],[-75.39268,40.061],[-75.42013,40.09724],[-75.43789,40.08963],[-75.4409,40.09426],[-75.45629,40.08774],[-75.45666,40.09288],[-75.45658,40.0942],[-75.45684,40.09472],[-75.45746,40.09502],[-75.45843,40.09509],[-75.46211,40.09638],[-75.46297,40.09719],[-75.46307,40.09829],[-75.46244,40.09929],[-75.46269,40.10047],[-75.46267,40.10114],[-75.46212,40.10134],[-75.46173,40.10269],[-75.46275,40.10291],[-75.4646,40.10361],[-75.46601,40.1048],[-75.46801,40.1059],[-75.46915,40.10692],[-75.471,40.10975],[-75.47179,40.11137],[-75.47199,40.11226],[-75.47169,40.11319],[-75.4705,40.11587],[-75.46881,40.11744],[-75.46301,40.11953],[-75.46222,40.11999],[-75.46148,40.12172],[-75.4613,40.12328],[-75.46132,40.12414],[-75.46186,40.12472],[-75.46367,40.12593],[-75.4709,40.12886],[-75.47244,40.12918],[-75.47381,40.12912],[-75.47599,40.1283],[-75.48112,40.12644],[-75.48529,40.12623],[-75.48908,40.1254],[-75.49135,40.12562],[-75.49345,40.12627],[-75.49561,40.12725],[-75.50048,40.13033],[-75.50485,40.13192],[-75.50645,40.13299],[-75.50958,40.13658],[-75.51068,40.13813],[-75.51115,40.14008],[-75.51097,40.14186],[-75.51004,40.14468],[-75.50929,40.14598],[-75.50446,40.15028],[-75.50214,40.1528],[-75.50125,40.15416],[-75.50091,40.15571],[-75.50141,40.15725],[-75.50194,40.1583],[-75.50289,40.15908],[-75.50424,40.15967],[-75.50589,40.15995],[-75.50797,40.16001],[-75.51032,40.15962],[-75.5132,40.15803],[-75.51564,40.15457],[-75.51726,40.15158],[-75.51768,40.14949],[-75.51879,40.14806],[-75.52038,40.1471],[-75.52192,40.14685],[-75.52347,40.14714],[-75.52624,40.14869],[-75.52771,40.15025],[-75.528,40.15129],[-75.52792,40.15304],[-75.52723,40.15496],[-75.52676,40.15684],[-75.5269,40.16013],[-75.52756,40.16335],[-75.52898,40.16837],[-75.52979,40.16921],[-75.53172,40.17049],[-75.53914,40.17455],[-75.54085,40.17562],[-75.54426,40.18102],[-75.54561,40.18277],[-75.54662,40.18644],[-75.5471,40.18771],[-75.5497,40.18974],[-75.55028,40.19247],[-75.55367,40.20034],[-75.55756,40.20751],[-75.55878,40.20859],[-75.56017,40.20939],[-75.56175,40.20974],[-75.56283,40.20982],[-75.56382,40.20942],[-75.56459,40.20842],[-75.56469,40.20697],[-75.56432,40.20516],[-75.56249,40.20263],[-75.56198,40.20102],[-75.56218,40.19842],[-75.56278,40.19717],[-75.56533,40.19504],[-75.56757,40.19395],[-75.57009,40.19364],[-75.57223,40.19427],[-75.57809,40.1983],[-75.57913,40.1998],[-75.58169,40.20716],[-75.58654,40.21236],[-75.58848,40.2152],[-75.59029,40.21926],[-75.59004,40.22095],[-75.59168,40.22279],[-75.59337,40.22706],[-75.59393,40.22832],[-75.59493,40.22984],[-75.59542,40.23145],[-75.59607,40.23453],[-75.59627,40.2358],[-75.59681,40.23653],[-75.59815,40.23722],[-75.60046,40.23781],[-75.60271,40.23793],[-75.6048,40.23775],[-75.60609,40.23713],[-75.60716,40.23584],[-75.60745,40.23409],[-75.6071,40.23247],[-75.6063,40.23138],[-75.60408,40.23031],[-75.60297,40.22873],[-75.60287,40.22753],[-75.60346,40.22624],[-75.60476,40.22494],[-75.60799,40.2234],[-75.611,40.22277],[-75.61339,40.22297],[-75.61681,40.2247],[-75.61712,40.2262],[-75.61921,40.22951],[-75.62038,40.23031],[-75.62438,40.23121],[-75.63496,40.23554],[-75.64779,40.24018],[-75.65034,40.24159],[-75.65235,40.24186],[-75.6549,40.24109],[-75.65651,40.24101],[-75.65798,40.24131],[-75.66224,40.24386],[-75.66415,40.24483],[-75.66785,40.24497],[-75.67147,40.24437],[-75.67877,40.24126],[-75.6834,40.23754],[-75.68632,40.23607],[-75.68846,40.23601],[-75.69061,40.2364],[-75.69152,40.23788],[-75.69235,40.23881],[-75.69703,40.24178],[-75.7366,40.22052],[-75.87317,40.13708],[-75.90456,40.12381],[-75.943,40.10926],[-75.93614,40.0786],[-75.935,40.04324],[-75.93585,40.03755],[-75.99451,39.95252],[-75.98885,39.94105],[-75.98085,39.93368],[-75.98112,39.93048],[-75.9972,39.92855],[-75.99518,39.9115],[-75.99734,39.91057],[-75.99613,39.90416],[-75.98764,39.89365],[-75.99136,39.88731],[-75.99244,39.88238],[-75.98822,39.87838],[-75.98665,39.87373],[-75.98957,39.8719],[-75.99127,39.86846],[-75.99828,39.87197],[-76.00111,39.8749],[-76.00435,39.87252],[-76.00762,39.85208],[-76.01926,39.85394],[-76.02137,39.85153],[-76.01811,39.83678],[-76.01774,39.83475],[-76.01643,39.83134],[-76.01743,39.83053],[-76.01965,39.83103],[-76.02288,39.83071],[-76.02338,39.82938],[-76.02347,39.82729],[-76.02532,39.82501],[-76.02687,39.824],[-76.02992,39.82376],[-76.03311,39.82588],[-76.0352,39.82603],[-76.03685,39.82555],[-76.03721,39.82515],[-76.03723,39.82458],[-76.03677,39.82363],[-76.03098,39.8173],[-76.03033,39.81412],[-76.03498,39.81096],[-76.03446,39.80888],[-76.03599,39.80503],[-76.03857,39.80111],[-76.04005,39.80092],[-76.04472,39.8032],[-76.0483,39.80391],[-76.04892,39.80251],[-76.0445,39.80034],[-76.0421,39.79588],[-76.04502,39.79309],[-76.04344,39.79128],[-76.04841,39.78916],[-76.04962,39.78382],[-76.05121,39.78215],[-76.05851,39.7798],[-76.06487,39.77001],[-76.06224,39.76491],[-76.0677,39.75929],[-76.07621,39.76166],[-76.07942,39.76183],[-76.08266,39.76069],[-76.08578,39.75576],[-76.08346,39.75467],[-76.08254,39.75304],[-76.08416,39.75051],[-76.08418,39.74818],[-76.08751,39.74519],[-76.08986,39.74398],[-76.09359,39.74265],[-76.0971,39.74324],[-76.09862,39.74548],[-76.1004,39.74569],[-76.10183,39.73944],[-76.0957,39.73718],[-76.09216,39.73393],[-76.10282,39.72391],[-76.10621,39.7241],[-76.11138,39.72823],[-76.10857,39.73479],[-76.11383,39.73711],[-76.11969,39.73643],[-76.12056,39.73536],[-76.12045,39.73056],[-76.11816,39.72514],[-76.11902,39.7235],[-76.12003,39.72327],[-76.12261,39.72348],[-76.12494,39.72681],[-76.12798,39.72762],[-76.13433,39.72705],[-76.13664,39.72536],[-76.13557,39.72141],[-75.77384,39.7221]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Chester County (PA) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"DVRPC_2020_DelawarePA","name":"DVRPC Orthoimagery 2020 - Delaware County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=4&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-75.41542,39.80245],[-75.36165,39.83642],[-75.33582,39.84904],[-75.3086,39.8517],[-75.2737,39.85053],[-75.24904,39.85529],[-75.21621,39.86677],[-75.21552,39.87551],[-75.2157,39.87618],[-75.21998,39.87565],[-75.22692,39.87645],[-75.23243,39.87705],[-75.23512,39.87694],[-75.23659,39.87616],[-75.23715,39.87509],[-75.24034,39.87302],[-75.24034,39.87262],[-75.24072,39.87239],[-75.24194,39.87259],[-75.24664,39.8751],[-75.24866,39.87647],[-75.25248,39.87601],[-75.26235,39.87648],[-75.26352,39.87859],[-75.26322,39.87978],[-75.26509,39.8817],[-75.26405,39.88236],[-75.26236,39.88251],[-75.26157,39.88282],[-75.26157,39.88307],[-75.2621,39.88351],[-75.26474,39.88423],[-75.26477,39.8846],[-75.26453,39.88494],[-75.26267,39.8856],[-75.26257,39.8858],[-75.26283,39.88597],[-75.264,39.88575],[-75.26456,39.88603],[-75.26511,39.88687],[-75.26519,39.88746],[-75.26501,39.88792],[-75.26452,39.88845],[-75.26376,39.88863],[-75.26246,39.88839],[-75.26211,39.88896],[-75.26225,39.89021],[-75.26203,39.89125],[-75.26174,39.89184],[-75.26109,39.89218],[-75.25954,39.89239],[-75.25884,39.89266],[-75.25689,39.89468],[-75.25682,39.89517],[-75.25736,39.89562],[-75.2574,39.8959],[-75.2559,39.89744],[-75.25515,39.89889],[-75.25562,39.89958],[-75.25127,39.90442],[-75.25342,39.90555],[-75.25182,39.90675],[-75.25027,39.90774],[-75.24991,39.90942],[-75.25124,39.90975],[-75.25129,39.9101],[-75.25049,39.91108],[-75.24893,39.91178],[-75.24831,39.91308],[-75.24719,39.91358],[-75.24709,39.91402],[-75.24775,39.91477],[-75.24676,39.91626],[-75.24758,39.92011],[-75.24625,39.92313],[-75.24461,39.92686],[-75.24429,39.93047],[-75.24208,39.9334],[-75.24054,39.93363],[-75.23816,39.93258],[-75.23757,39.93254],[-75.237,39.93292],[-75.23639,39.9353],[-75.23531,39.9359],[-75.23485,39.93673],[-75.23494,39.93764],[-75.23516,39.93826],[-75.23636,39.93844],[-75.2389,39.93807],[-75.23999,39.93817],[-75.24074,39.9387],[-75.24083,39.9391],[-75.23937,39.94063],[-75.23969,39.94158],[-75.24037,39.94216],[-75.24672,39.94276],[-75.24757,39.94452],[-75.24986,39.94655],[-75.25158,39.94921],[-75.25162,39.95209],[-75.24981,39.95448],[-75.24902,39.95689],[-75.24947,39.95704],[-75.2507,39.95835],[-75.25095,39.95905],[-75.24855,39.96026],[-75.24774,39.96182],[-75.2478,39.96396],[-75.25003,39.96501],[-75.25411,39.96545],[-75.25787,39.96349],[-75.25883,39.96564],[-75.26075,39.96627],[-75.26526,39.96526],[-75.27532,39.96942],[-75.28026,39.97493],[-75.27635,39.97696],[-75.30096,40.00707],[-75.30829,40.01512],[-75.31161,40.02021],[-75.32077,40.01622],[-75.35913,40.06632],[-75.41483,40.04181],[-75.40423,40.02754],[-75.45359,39.99362],[-75.44272,39.99248],[-75.43836,39.99073],[-75.43558,39.98502],[-75.5237,39.94419],[-75.51836,39.93627],[-75.51917,39.93399],[-75.52451,39.93144],[-75.52604,39.93499],[-75.5312,39.93303],[-75.52343,39.92321],[-75.53035,39.92211],[-75.53592,39.93003],[-75.54248,39.92735],[-75.5423,39.91846],[-75.55056,39.91501],[-75.54643,39.90985],[-75.57329,39.89668],[-75.57095,39.88834],[-75.59745,39.87463],[-75.59952,39.85449],[-75.59296,39.85311],[-75.59799,39.8396],[-75.59521,39.83739],[-75.5926,39.83815],[-75.58919,39.84298],[-75.58389,39.8436],[-75.57976,39.83884],[-75.55371,39.8396],[-75.52855,39.83801],[-75.50394,39.83463],[-75.47762,39.82849],[-75.45345,39.82056],[-75.42929,39.81007],[-75.41542,39.80245]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Delaware County (PA) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"DVRPC_2020_GloucestorNJ","name":"DVRPC Orthoimagery 2020 - Gloucestor County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=3&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-74.87727,39.60834],[-74.88906,39.61596],[-74.89262,39.61859],[-74.89335,39.62211],[-74.89237,39.62454],[-74.89681,39.62705],[-74.90275,39.6318],[-74.90485,39.63517],[-74.90748,39.64062],[-74.90814,39.64622],[-74.91065,39.65292],[-74.90893,39.65931],[-74.91254,39.66818],[-74.91704,39.67358],[-74.91859,39.67854],[-74.92166,39.67945],[-74.92712,39.68493],[-74.92704,39.68726],[-74.93288,39.69128],[-74.94021,39.69681],[-74.95316,39.69907],[-74.95876,39.70286],[-74.97179,39.70222],[-74.97846,39.70339],[-74.98719,39.7065],[-74.99354,39.71013],[-74.99431,39.71154],[-74.99437,39.71603],[-74.998,39.71744],[-74.99847,39.7192],[-75.00044,39.71998],[-75.00413,39.72113],[-75.01575,39.72598],[-75.02422,39.73058],[-75.02173,39.73324],[-75.02008,39.73659],[-75.02282,39.73996],[-75.02279,39.74285],[-75.02109,39.74401],[-75.02208,39.74633],[-75.02708,39.74968],[-75.03107,39.75227],[-75.03528,39.75579],[-75.04087,39.76099],[-75.0428,39.76068],[-75.04441,39.7621],[-75.04305,39.7638],[-75.0457,39.76748],[-75.04538,39.76875],[-75.04784,39.76985],[-75.04823,39.77107],[-75.04953,39.77141],[-75.04984,39.77502],[-75.05069,39.77908],[-75.05063,39.77952],[-75.05117,39.78021],[-75.05364,39.78015],[-75.05453,39.78258],[-75.06422,39.78442],[-75.06428,39.78478],[-75.06301,39.78498],[-75.06275,39.78548],[-75.06287,39.7857],[-75.06312,39.78593],[-75.06333,39.78599],[-75.06348,39.78598],[-75.06405,39.78562],[-75.06379,39.78518],[-75.0649,39.78474],[-75.06474,39.7846],[-75.06668,39.78283],[-75.06591,39.78232],[-75.07201,39.77979],[-75.07155,39.77816],[-75.0697,39.77611],[-75.0729,39.77549],[-75.07249,39.77433],[-75.0744,39.77398],[-75.07798,39.7809],[-75.0808,39.78005],[-75.08707,39.7796],[-75.08493,39.78636],[-75.08197,39.79136],[-75.08083,39.7898],[-75.07836,39.79111],[-75.07677,39.79003],[-75.07043,39.79357],[-75.07436,39.79499],[-75.07663,39.79854],[-75.07367,39.80299],[-75.08928,39.81307],[-75.08317,39.8269],[-75.08337,39.84244],[-75.10455,39.86268],[-75.12242,39.86899],[-75.12388,39.87189],[-75.12406,39.8727],[-75.12301,39.87287],[-75.12112,39.87206],[-75.12058,39.87223],[-75.12076,39.87304],[-75.12224,39.87376],[-75.12559,39.87418],[-75.13035,39.8763],[-75.13226,39.87797],[-75.13195,39.88386],[-75.13302,39.88469],[-75.18418,39.87893],[-75.2194,39.8587],[-75.27873,39.84522],[-75.31651,39.84604],[-75.34121,39.84156],[-75.35626,39.83304],[-75.42888,39.78391],[-75.40162,39.7808],[-75.40611,39.7634],[-75.39221,39.75023],[-75.38606,39.74705],[-75.38321,39.74574],[-75.37815,39.74581],[-75.37501,39.73401],[-75.37467,39.72742],[-75.36724,39.71942],[-75.36587,39.71671],[-75.36088,39.71634],[-75.36034,39.71393],[-75.3539,39.71211],[-75.34954,39.71133],[-75.34732,39.70766],[-75.33589,39.70377],[-75.33528,39.70024],[-75.32708,39.69649],[-75.32547,39.69506],[-75.32679,39.69406],[-75.32663,39.69013],[-75.3243,39.68941],[-75.32028,39.69105],[-75.31507,39.69072],[-75.31484,39.68847],[-75.31183,39.68778],[-75.30644,39.68958],[-75.29492,39.68604],[-75.2867,39.67968],[-75.26611,39.6826],[-75.25122,39.67664],[-75.25075,39.66877],[-75.2476,39.66457],[-75.23507,39.66182],[-75.22005,39.66173],[-75.19959,39.66671],[-74.98518,39.51483],[-74.87727,39.60834]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Gloucestor County (NJ) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"DVRPC_2020_MercerNJ","name":"DVRPC Orthoimagery 2020 - Mercer County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=2&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-74.58781,40.13825],[-74.59787,40.15491],[-74.60373,40.1649],[-74.60419,40.16567],[-74.6089,40.17225],[-74.60927,40.17201],[-74.61456,40.18239],[-74.59967,40.18677],[-74.59899,40.18657],[-74.59808,40.18635],[-74.59711,40.18612],[-74.59549,40.17982],[-74.59366,40.17942],[-74.5894,40.18145],[-74.58694,40.18369],[-74.58361,40.18479],[-74.58085,40.18514],[-74.57614,40.18676],[-74.57465,40.18682],[-74.57398,40.18734],[-74.57281,40.18678],[-74.57122,40.18527],[-74.56848,40.18675],[-74.56807,40.18696],[-74.5658,40.18789],[-74.56506,40.18822],[-74.56431,40.18864],[-74.56332,40.18934],[-74.5624,40.19011],[-74.56206,40.19052],[-74.56157,40.19142],[-74.56002,40.19473],[-74.55826,40.19798],[-74.55758,40.19913],[-74.55734,40.19949],[-74.55715,40.19976],[-74.55683,40.20014],[-74.55509,40.20187],[-74.55062,40.20616],[-74.55027,40.20644],[-74.54992,40.20665],[-74.54927,40.20697],[-74.54898,40.20717],[-74.54873,40.20742],[-74.54852,40.20783],[-74.54675,40.21265],[-74.54628,40.21359],[-74.54581,40.21438],[-74.54494,40.21526],[-74.54251,40.21699],[-74.4815,40.24286],[-74.48109,40.2439],[-74.4818,40.246],[-74.48382,40.24821],[-74.48567,40.24882],[-74.48628,40.2496],[-74.48733,40.25178],[-74.4874,40.25312],[-74.48619,40.25334],[-74.48488,40.25329],[-74.48198,40.27392],[-74.4871,40.27506],[-74.49087,40.2777],[-74.49593,40.27871],[-74.4975,40.28],[-74.50256,40.27947],[-74.50399,40.28052],[-74.50489,40.28075],[-74.50667,40.28033],[-74.51129,40.28305],[-74.51182,40.28448],[-74.51495,40.28713],[-74.52287,40.28544],[-74.5232,40.28586],[-74.52348,40.28695],[-74.52168,40.29009],[-74.52364,40.29063],[-74.52818,40.29402],[-74.52979,40.29389],[-74.53168,40.29324],[-74.53361,40.29221],[-74.53659,40.28946],[-74.53996,40.28832],[-74.54062,40.28885],[-74.5422,40.29069],[-74.54219,40.29175],[-74.54431,40.2921],[-74.54651,40.29115],[-74.55111,40.29042],[-74.55336,40.29078],[-74.55668,40.29162],[-74.55807,40.29256],[-74.55884,40.29568],[-74.55921,40.29593],[-74.56102,40.29597],[-74.5614,40.29651],[-74.56235,40.29628],[-74.56468,40.29687],[-74.56566,40.29749],[-74.56773,40.29991],[-74.57043,40.29943],[-74.57363,40.3009],[-74.57572,40.30306],[-74.57517,40.3036],[-74.57582,40.3041],[-74.57729,40.30426],[-74.57815,40.30412],[-74.57798,40.30341],[-74.58035,40.30416],[-74.58295,40.30604],[-74.58401,40.30789],[-74.58541,40.3117],[-74.58989,40.3146],[-74.59569,40.31494],[-74.59688,40.3145],[-74.59799,40.31457],[-74.60011,40.31536],[-74.60642,40.32106],[-74.61131,40.32279],[-74.61388,40.32427],[-74.61595,40.32494],[-74.61844,40.32487],[-74.62006,40.32414],[-74.62111,40.32413],[-74.62235,40.3245],[-74.62274,40.32534],[-74.6224,40.32815],[-74.62465,40.32874],[-74.62305,40.33191],[-74.62316,40.33438],[-74.63154,40.33953],[-74.63019,40.34261],[-74.63075,40.34408],[-74.62884,40.34591],[-74.62664,40.35579],[-74.626,40.36329],[-74.62125,40.37133],[-74.62091,40.37266],[-74.62022,40.37394],[-74.61898,40.37563],[-74.6175,40.37762],[-74.61789,40.37929],[-74.6184,40.38024],[-74.62125,40.38349],[-74.62254,40.38432],[-74.654,40.39104],[-74.65564,40.39055],[-74.65842,40.38968],[-74.66027,40.38904],[-74.67014,40.38616],[-74.67098,40.38597],[-74.67146,40.38588],[-74.67164,40.38576],[-74.67208,40.38524],[-74.6723,40.38501],[-74.67263,40.38485],[-74.67335,40.3846],[-74.67452,40.38429],[-74.6751,40.38419],[-74.67666,40.384],[-74.6792,40.38362],[-74.6796,40.38354],[-74.67999,40.38349],[-74.68049,40.38344],[-74.68177,40.38337],[-74.68248,40.3833],[-74.683,40.38324],[-74.68421,40.383],[-74.68492,40.38287],[-74.68578,40.38278],[-74.68696,40.38267],[-74.68782,40.38257],[-74.68899,40.38241],[-74.68962,40.38229],[-74.69012,40.38219],[-74.69202,40.38171],[-74.69257,40.38158],[-74.69786,40.38084],[-74.69926,40.38079],[-74.70065,40.38068],[-74.70116,40.38059],[-74.70413,40.37983],[-74.70576,40.37945],[-74.70652,40.37935],[-74.70698,40.37931],[-74.70734,40.37937],[-74.70762,40.3794],[-74.70785,40.37938],[-74.71096,40.37819],[-74.71125,40.37812],[-74.71176,40.37814],[-74.71221,40.37816],[-74.71257,40.37809],[-74.71351,40.37772],[-74.71414,40.3775],[-74.71783,40.37689],[-74.72208,40.37518],[-74.74813,40.42415],[-74.80844,40.41669],[-74.80191,40.38496],[-74.86968,40.37783],[-74.85612,40.34672],[-74.93225,40.33943],[-74.94312,40.34182],[-74.91132,40.31868],[-74.90431,40.31607],[-74.89722,40.316],[-74.88734,40.31087],[-74.87377,40.30107],[-74.86317,40.29011],[-74.85607,40.27668],[-74.84359,40.25296],[-74.83901,40.24816],[-74.82355,40.24165],[-74.81619,40.23657],[-74.79526,40.23019],[-74.77864,40.221],[-74.76975,40.21476],[-74.7675,40.20831],[-74.76022,40.1998],[-74.75663,40.18869],[-74.75349,40.18539],[-74.74899,40.1832],[-74.73696,40.17908],[-74.72205,40.16357],[-74.71935,40.15018],[-74.71423,40.15251],[-74.7039,40.16837],[-74.7136,40.17496],[-74.7103,40.18136],[-74.69611,40.18298],[-74.6795,40.1738],[-74.65575,40.16034],[-74.6231,40.14894],[-74.62177,40.14112],[-74.61537,40.1406],[-74.60167,40.13651],[-74.58781,40.13825]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Mercer County (NJ) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"DVRPC_2020_MontgomeryPA","name":"DVRPC Orthoimagery 2020 - Montgomery County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=1&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-75.01492,40.13794],[-75.52964,40.44707],[-75.61527,40.34182],[-75.62952,40.32445],[-75.64786,40.30205],[-75.66514,40.28077],[-75.67366,40.27034],[-75.6773,40.26622],[-75.69596,40.24238],[-75.69658,40.24202],[-75.69183,40.23865],[-75.6904,40.23657],[-75.68936,40.23627],[-75.68769,40.23615],[-75.68624,40.23629],[-75.68492,40.23695],[-75.6808,40.23978],[-75.67928,40.24111],[-75.67655,40.24249],[-75.67293,40.24408],[-75.67035,40.2449],[-75.66757,40.24521],[-75.66518,40.24521],[-75.66334,40.24481],[-75.65819,40.24174],[-75.65658,40.24126],[-75.65481,40.24135],[-75.65276,40.24209],[-75.65094,40.24209],[-75.63737,40.23622],[-75.63486,40.23575],[-75.63207,40.23503],[-75.6309,40.23382],[-75.62752,40.23262],[-75.62435,40.23148],[-75.62175,40.23104],[-75.6201,40.23059],[-75.61892,40.22976],[-75.61806,40.22806],[-75.61677,40.22655],[-75.6164,40.22487],[-75.61302,40.22316],[-75.61117,40.22303],[-75.60949,40.22328],[-75.60573,40.22475],[-75.60389,40.2262],[-75.60318,40.22745],[-75.60326,40.22855],[-75.6044,40.23004],[-75.60682,40.23127],[-75.60765,40.2327],[-75.60774,40.23428],[-75.60738,40.23616],[-75.60642,40.2371],[-75.60508,40.23786],[-75.60361,40.23805],[-75.60158,40.2381],[-75.5995,40.23778],[-75.59742,40.23722],[-75.59607,40.23607],[-75.59558,40.23381],[-75.59281,40.2265],[-75.58991,40.22076],[-75.58995,40.21972],[-75.58748,40.21427],[-75.58146,40.20769],[-75.57906,40.20026],[-75.5787,40.1996],[-75.57782,40.19849],[-75.57524,40.19654],[-75.57254,40.1947],[-75.5712,40.19406],[-75.56984,40.19376],[-75.56842,40.19391],[-75.56696,40.19442],[-75.56552,40.19519],[-75.56373,40.19672],[-75.56273,40.19799],[-75.56245,40.1997],[-75.56257,40.20179],[-75.56479,40.20502],[-75.56521,40.20656],[-75.56495,40.20829],[-75.56435,40.2092],[-75.56339,40.20986],[-75.5621,40.21009],[-75.56057,40.20976],[-75.55884,40.20902],[-75.55756,40.20807],[-75.55549,40.20458],[-75.55342,40.20067],[-75.54989,40.19279],[-75.54934,40.1905],[-75.54683,40.18751],[-75.5453,40.18282],[-75.54016,40.17527],[-75.53641,40.17349],[-75.5302,40.16973],[-75.52888,40.16833],[-75.52759,40.16386],[-75.52678,40.16037],[-75.52664,40.15737],[-75.52774,40.15246],[-75.52719,40.15018],[-75.52573,40.14861],[-75.52342,40.14741],[-75.52188,40.1471],[-75.52015,40.1475],[-75.51901,40.14817],[-75.51791,40.14956],[-75.51728,40.15262],[-75.51558,40.15555],[-75.51332,40.15858],[-75.51145,40.1598],[-75.50886,40.16043],[-75.50594,40.16041],[-75.50337,40.15989],[-75.50164,40.15855],[-75.50063,40.15669],[-75.50046,40.15552],[-75.50084,40.15438],[-75.50213,40.15226],[-75.50427,40.14982],[-75.50871,40.14607],[-75.50979,40.14408],[-75.51064,40.14117],[-75.51065,40.13947],[-75.50989,40.13746],[-75.50778,40.13464],[-75.50531,40.13247],[-75.49964,40.13012],[-75.49548,40.12722],[-75.49251,40.12601],[-75.49068,40.12565],[-75.48934,40.12559],[-75.48753,40.12592],[-75.48517,40.12656],[-75.48017,40.12706],[-75.47444,40.12921],[-75.47191,40.12943],[-75.46942,40.12834],[-75.4653,40.12713],[-75.46211,40.1256],[-75.46088,40.12401],[-75.46153,40.12053],[-75.46247,40.11925],[-75.46835,40.11733],[-75.47022,40.11574],[-75.47163,40.11236],[-75.47073,40.1101],[-75.46811,40.10647],[-75.46421,40.10379],[-75.46178,40.10296],[-75.46278,40.09719],[-75.46176,40.09625],[-75.45757,40.09516],[-75.45693,40.09486],[-75.4565,40.09392],[-75.45691,40.09211],[-75.4567,40.08912],[-75.4564,40.08766],[-75.44093,40.09427],[-75.43799,40.08958],[-75.42013,40.09725],[-75.4073,40.08035],[-75.40391,40.07612],[-75.39273,40.06099],[-75.36675,40.07244],[-75.36098,40.06554],[-75.35913,40.06627],[-75.32184,40.01746],[-75.3207,40.01618],[-75.31169,40.02022],[-75.30772,40.0144],[-75.30248,40.00895],[-75.293,39.99711],[-75.283,39.986],[-75.27643,39.97697],[-75.26374,39.98265],[-75.25879,39.98532],[-75.25576,39.98748],[-75.20732,40.01016],[-75.20722,40.011],[-75.20605,40.01177],[-75.21266,40.01568],[-75.21554,40.01851],[-75.21931,40.02167],[-75.22176,40.02226],[-75.23116,40.02729],[-75.23536,40.03031],[-75.24017,40.03333],[-75.24197,40.03547],[-75.24605,40.03777],[-75.24755,40.04033],[-75.25218,40.04391],[-75.25678,40.04677],[-75.25961,40.049],[-75.26442,40.05406],[-75.22365,40.09292],[-75.18848,40.07287],[-75.17644,40.08467],[-75.10928,40.04573],[-75.1071,40.04874],[-75.10624,40.04939],[-75.09511,40.05593],[-75.08743,40.06359],[-75.09657,40.06891],[-75.05854,40.10567],[-75.02053,40.13228],[-75.01492,40.13794]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Montgomery County (PA) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"DVRPC_2020_PhiladelphiaPA","name":"DVRPC Orthoimagery 2020 - Philadelphia County (1ft)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/DVRPC2020/MapServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=0&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:4326","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-75.21583,39.87189],[-75.18791,39.88238],[-75.14964,39.88479],[-75.14035,39.88755],[-75.13307,39.89806],[-75.13019,39.90678],[-75.13073,39.91457],[-75.13734,39.92962],[-75.13707,39.94188],[-75.13356,39.95779],[-75.12862,39.96285],[-75.10086,39.97421],[-75.08371,39.97762],[-75.07216,39.98109],[-75.06547,39.98591],[-75.05876,40.0009],[-75.05245,40.00788],[-75.04322,40.01225],[-75.03448,40.01598],[-75.01831,40.02083],[-75.00039,40.03036],[-74.9764,40.05078],[-74.97968,40.05346],[-74.98232,40.05374],[-74.98359,40.05447],[-74.98432,40.05603],[-74.98533,40.05717],[-74.98084,40.06005],[-74.98155,40.06559],[-74.97267,40.07206],[-74.97123,40.07622],[-74.96577,40.07728],[-74.96426,40.07704],[-74.96119,40.08036],[-74.95872,40.08441],[-74.95803,40.09051],[-74.956,40.09542],[-74.96184,40.09761],[-74.96219,40.09851],[-74.9621,40.09958],[-74.96106,40.10312],[-74.96407,40.10558],[-74.96373,40.10639],[-74.9651,40.10719],[-74.96566,40.10802],[-74.96417,40.11091],[-74.96492,40.11858],[-74.96869,40.11678],[-74.9702,40.11682],[-74.9729,40.11973],[-74.97896,40.11919],[-74.98266,40.1199],[-74.98335,40.12058],[-74.98269,40.12176],[-74.98477,40.12382],[-74.98628,40.1228],[-74.98814,40.12381],[-74.98979,40.12617],[-74.99264,40.12575],[-74.99422,40.12602],[-74.99466,40.1266],[-74.99286,40.13093],[-74.99388,40.13193],[-74.99785,40.12782],[-75.01496,40.13796],[-75.02056,40.13231],[-75.05858,40.10569],[-75.07781,40.08581],[-75.08133,40.08402],[-75.0966,40.06891],[-75.08749,40.06359],[-75.09512,40.05595],[-75.09912,40.05357],[-75.10629,40.04933],[-75.10727,40.04864],[-75.10779,40.04806],[-75.10751,40.0479],[-75.10821,40.04719],[-75.10907,40.04622],[-75.1089,40.04613],[-75.10927,40.04577],[-75.17645,40.08467],[-75.18846,40.07285],[-75.2236,40.09291],[-75.24316,40.07361],[-75.26446,40.05411],[-75.24842,40.04179],[-75.24533,40.0377],[-75.24246,40.03618],[-75.24012,40.03389],[-75.23325,40.02916],[-75.223,40.02328],[-75.21982,40.02206],[-75.21767,40.02097],[-75.21293,40.01621],[-75.20617,40.01183],[-75.20726,40.01102],[-75.20734,40.01022],[-75.25617,39.98729],[-75.25884,39.98533],[-75.26361,39.98271],[-75.27637,39.97703],[-75.28031,39.975],[-75.27988,39.97437],[-75.2791,39.97398],[-75.27882,39.97321],[-75.27867,39.97234],[-75.27805,39.97181],[-75.27759,39.97163],[-75.27747,39.97146],[-75.27764,39.97129],[-75.2776,39.97116],[-75.27729,39.9711],[-75.27697,39.97116],[-75.27672,39.97132],[-75.27654,39.97126],[-75.27651,39.97116],[-75.27667,39.97099],[-75.27665,39.97081],[-75.27645,39.97048],[-75.27632,39.97036],[-75.27577,39.97029],[-75.27558,39.97016],[-75.27535,39.96956],[-75.27528,39.96939],[-75.27499,39.96928],[-75.27305,39.96931],[-75.27202,39.96899],[-75.2718,39.96876],[-75.27049,39.96864],[-75.27017,39.96798],[-75.26998,39.96738],[-75.26976,39.96732],[-75.2693,39.96742],[-75.2691,39.96736],[-75.26887,39.96702],[-75.26844,39.96662],[-75.267,39.96601],[-75.26653,39.96605],[-75.26613,39.96599],[-75.26588,39.96585],[-75.26533,39.96522],[-75.26442,39.96522],[-75.26374,39.96561],[-75.26249,39.96561],[-75.26176,39.96623],[-75.26132,39.96602],[-75.26055,39.96631],[-75.25964,39.96613],[-75.25869,39.96543],[-75.25866,39.96475],[-75.25786,39.9636],[-75.25679,39.96371],[-75.2547,39.96492],[-75.25409,39.96544],[-75.2534,39.96525],[-75.25141,39.96533],[-75.25132,39.96511],[-75.25117,39.96491],[-75.25091,39.96485],[-75.25033,39.96506],[-75.24998,39.965],[-75.24795,39.96406],[-75.24756,39.96366],[-75.2479,39.96112],[-75.24845,39.96031],[-75.24928,39.95981],[-75.2507,39.95918],[-75.25089,39.95898],[-75.25084,39.95869],[-75.25008,39.95767],[-75.24902,39.95693],[-75.24893,39.95657],[-75.24922,39.95616],[-75.24916,39.95571],[-75.24994,39.95427],[-75.25041,39.95376],[-75.25105,39.9533],[-75.25119,39.95301],[-75.25111,39.95279],[-75.25164,39.95192],[-75.2516,39.95136],[-75.2511,39.95067],[-75.25117,39.95034],[-75.25159,39.94953],[-75.25152,39.94917],[-75.25063,39.94834],[-75.25037,39.94804],[-75.25023,39.94745],[-75.24993,39.94673],[-75.24749,39.94443],[-75.24662,39.94271],[-75.24544,39.94263],[-75.24308,39.94226],[-75.24091,39.94228],[-75.24022,39.94213],[-75.23957,39.94143],[-75.23945,39.94097],[-75.24015,39.93961],[-75.24062,39.93924],[-75.24074,39.93906],[-75.24075,39.93889],[-75.24068,39.93872],[-75.2401,39.93829],[-75.23983,39.93817],[-75.23924,39.93815],[-75.23819,39.93823],[-75.23712,39.93841],[-75.2365,39.9385],[-75.23563,39.93842],[-75.23509,39.93828],[-75.23493,39.93802],[-75.23493,39.93775],[-75.23471,39.93723],[-75.235,39.93621],[-75.2352,39.93593],[-75.23579,39.93562],[-75.23631,39.93525],[-75.2367,39.93402],[-75.23657,39.9337],[-75.23689,39.93295],[-75.23718,39.93266],[-75.23747,39.9325],[-75.23778,39.93245],[-75.2385,39.93262],[-75.23953,39.93326],[-75.24074,39.93362],[-75.2418,39.93344],[-75.24212,39.93334],[-75.2424,39.93292],[-75.24339,39.93181],[-75.24349,39.93129],[-75.24369,39.93076],[-75.24413,39.93051],[-75.24438,39.93035],[-75.24435,39.93014],[-75.24398,39.92981],[-75.24394,39.92932],[-75.24398,39.92842],[-75.24408,39.92807],[-75.24454,39.92734],[-75.2446,39.92695],[-75.24436,39.92644],[-75.24433,39.9262],[-75.24499,39.92579],[-75.24559,39.92498],[-75.24598,39.92445],[-75.24609,39.92354],[-75.24619,39.92318],[-75.24704,39.92238],[-75.24749,39.92169],[-75.24732,39.92058],[-75.24758,39.91962],[-75.24728,39.91897],[-75.24735,39.91791],[-75.24721,39.91727],[-75.24682,39.91654],[-75.24676,39.91627],[-75.24769,39.91493],[-75.24772,39.91471],[-75.24714,39.91414],[-75.24706,39.9139],[-75.24719,39.91352],[-75.24798,39.91319],[-75.24854,39.91267],[-75.24884,39.91182],[-75.25041,39.91104],[-75.25126,39.91004],[-75.25127,39.90988],[-75.25107,39.90972],[-75.25016,39.90952],[-75.24996,39.90943],[-75.24986,39.90931],[-75.24988,39.90918],[-75.25016,39.90857],[-75.25022,39.90779],[-75.25035,39.90757],[-75.25158,39.90683],[-75.25197,39.90669],[-75.25249,39.90665],[-75.25345,39.90556],[-75.25132,39.90442],[-75.25566,39.89958],[-75.25517,39.89894],[-75.25573,39.8976],[-75.25732,39.89579],[-75.25661,39.89501],[-75.25733,39.89405],[-75.25896,39.89241],[-75.2606,39.89219],[-75.26163,39.8917],[-75.26195,39.89094],[-75.26195,39.88891],[-75.26221,39.88845],[-75.2626,39.8883],[-75.26376,39.88849],[-75.26453,39.88829],[-75.26508,39.8873],[-75.26453,39.88608],[-75.2639,39.88575],[-75.2636,39.88574],[-75.26302,39.88593],[-75.26267,39.88591],[-75.26255,39.88579],[-75.26259,39.88566],[-75.26466,39.88481],[-75.26467,39.88422],[-75.26357,39.88386],[-75.26268,39.88373],[-75.26215,39.88352],[-75.26163,39.8831],[-75.26157,39.88293],[-75.26162,39.88281],[-75.26171,39.88274],[-75.26192,39.88266],[-75.26329,39.88235],[-75.26378,39.88242],[-75.26407,39.88236],[-75.26455,39.88215],[-75.26514,39.88168],[-75.26327,39.87981],[-75.26355,39.87859],[-75.2624,39.87648],[-75.25251,39.87598],[-75.24872,39.87643],[-75.2411,39.87239],[-75.23548,39.87679],[-75.23402,39.87705],[-75.22972,39.87682],[-75.22628,39.87623],[-75.22013,39.87561],[-75.21886,39.87565],[-75.21573,39.87614],[-75.21555,39.87551],[-75.21583,39.87189]]],"terms_url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214","terms_text":"Delaware Valley Regional Planning Commission","description":"Philadelphia County (PA) 3-band natural color 1-foot resolution orthoimagery captured in 2020 sponsored by Delaware Valley Regional Planning Commission"},{"id":"MDT2M_LITORAL_2014_15","name":"Elevation hillshade of the coastal areas of mainland Portugal - 2m - 2014-2015 (DGT)","type":"wms","template":"https://ortos.dgterritorio.gov.pt/wms-inspire/mdt2014-2015-litoral?LAYERS=MDT2M-2014-2015-litoral&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[1,20],"polygon":[[[-7.38968,37.19205],[-7.52426,37.18002],[-7.89505,36.98171],[-8.15186,37.10886],[-8.65036,37.14062],[-8.95111,37.03545],[-8.78632,37.34833],[-8.76434,37.55111],[-8.7561,38.38258],[-8.47664,38.33466],[-8.47183,38.40141],[-8.66066,38.46596],[-8.66959,38.60882],[-9.142,38.53689],[-8.81104,38.67372],[-8.79318,38.85468],[-8.95935,38.9829],[-9.18732,38.84934],[-9.2395,38.72838],[-9.37821,38.74659],[-9.38233,39.07891],[-9.29169,39.2514],[-9.31915,39.33642],[-9.17084,39.38526],[-9.06372,39.48815],[-9.02252,39.69662],[-8.78632,40.14529],[-8.86322,40.2093],[-8.72589,40.53155],[-8.64075,40.50858],[-8.62427,40.63063],[-8.53089,40.6004],[-8.535,40.71292],[-8.61466,40.89275],[-8.61878,41.10419],[-8.53089,41.16728],[-8.66959,41.21689],[-8.72315,41.41081],[-8.76984,41.65958],[-8.66547,41.73955],[-8.81104,41.72316],[-8.81104,41.85217],[-8.74649,41.9125],[-8.83576,41.93089],[-8.91815,41.84501],[-8.89343,41.70778],[-8.82065,41.50755],[-8.73139,41.16315],[-8.67508,41.069],[-8.68469,40.90729],[-8.93326,40.17573],[-8.88107,40.12219],[-9.11453,39.64694],[-9.11865,39.5623],[-9.3013,39.40543],[-9.43039,39.37571],[-9.34799,39.23864],[-9.45099,39.04799],[-9.45786,38.89317],[-9.53201,38.78835],[-9.50043,38.68551],[-9.28894,38.663],[-9.19418,38.54172],[-9.25324,38.38473],[-9.03488,38.42347],[-8.92502,38.46757],[-8.81241,38.35997],[-8.7973,38.14968],[-8.91953,37.95286],[-8.84262,37.8651],[-8.83988,37.40617],[-9.02664,37.01023],[-8.92914,36.97513],[-8.61466,37.099],[-8.15048,37.05956],[-7.8923,36.93672],[-7.48993,37.15156],[-7.39105,37.15813],[-7.38968,37.19205]]],"terms_url":"https://snig.dgterritorio.gov.pt/rndg/srv/por/catalog.search#/metadata/e803532f-7760-4714-bfbf-914546309d86","terms_text":"Informação geográfica cedida pela Direção-Geral do Território"},{"id":"enedis","name":"Enedis","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/enedis/{zoom}/{x}/{y}","category":"photo","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[4.96608,43.87043],[5.00016,43.83134],[5.00629,43.83413],[5.03698,43.79892],[5.07251,43.8058],[5.09655,43.8167],[5.10067,43.82041],[5.09234,43.8315],[5.09818,43.89159],[5.11079,43.90043],[5.11654,43.9052],[5.10006,43.92387],[5.10273,43.95471],[5.09225,43.96725],[5.11281,43.99938],[5.11882,44.02146],[5.10629,44.03572],[5.1123,44.0385],[5.10813,44.04322],[5.11461,44.04608],[5.09809,44.06561],[5.10453,44.06863],[5.10122,44.07255],[5.1074,44.07535],[5.07045,44.1177],[5.04646,44.12472],[5.03286,44.12136],[5.00782,44.11164],[4.97549,44.1489],[4.96814,44.14755],[4.92746,44.13406],[4.88866,44.13307],[4.8642,44.12488],[4.85768,44.13221],[4.85098,44.12925],[4.84094,44.14102],[4.85673,44.15358],[4.83141,44.18276],[4.81725,44.18516],[4.79597,44.17519],[4.77494,44.16214],[4.72601,44.15186],[4.71863,44.1452],[4.76515,44.09166],[4.75927,44.08888],[4.76554,44.08149],[4.75923,44.07865],[4.83077,43.99659],[4.80807,43.98615],[4.80043,43.96484],[4.78035,43.9557],[4.77168,43.94105],[4.74842,43.93351],[4.74258,43.92807],[4.7552,43.91299],[4.79914,43.90575],[4.8182,43.90767],[4.90557,43.87984],[4.96608,43.87043]]],"terms_text":"Enedis 2018"},{"id":"Environment_Canterbury_Imagery","name":"Environment Canterbury Imagery","type":"wms","template":"https://gisbasemap.ecan.govt.nz/arcgis/rest/services/Imagery/MapServer/export?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[170.72657,-45.56917],[170.73595,-45.57584],[170.85663,-45.48132],[170.94726,-45.23235],[171.19446,-44.91619],[171.2384,-44.55133],[171.29608,-44.38473],[171.4801,-44.2511],[172.17499,-43.94537],[172.6831,-43.85433],[172.8891,-43.92361],[173.07037,-43.90383],[173.14178,-43.81867],[173.1665,-43.71156],[173.10608,-43.63011],[172.79022,-43.54656],[172.74078,-43.41901],[172.83142,-43.18715],[173.11432,-43.06287],[173.3313,-42.90413],[173.59771,-42.49438],[173.73779,-42.46196],[173.94653,-42.17969],[174.05914,-41.97174],[174.06463,-41.93395],[173.97262,-41.91454],[173.93829,-41.91761],[173.83118,-41.93089],[173.79547,-41.94825],[173.73642,-41.9033],[173.71033,-41.9503],[173.6142,-42.00134],[173.47824,-42.10841],[173.47412,-42.17256],[173.20633,-42.32403],[173.04703,-42.48324],[173.00445,-42.40318],[172.95227,-42.36768],[172.83554,-42.18478],[172.69546,-42.09109],[172.65289,-42.08395],[172.49634,-42.26105],[172.32468,-42.40419],[171.97586,-42.64002],[171.78635,-42.78331],[171.50207,-42.89005],[171.31805,-42.94034],[171.08734,-43.10198],[170.94177,-43.19516],[170.5339,-43.40804],[170.22903,-43.5147],[170.08758,-43.60327],[170.06012,-43.67184],[169.70169,-43.96811],[169.54239,-44.2078],[169.53552,-44.44849],[169.63302,-44.6022],[169.83353,-44.66572],[169.93378,-44.65693],[169.99695,-44.83834],[170.06561,-44.92689],[170.11299,-44.94487],[170.1432,-44.94973],[170.28534,-44.92349],[170.32654,-44.90744],[170.3492,-44.93904],[170.34714,-45.02113],[170.40138,-45.12175],[170.43365,-45.14185],[170.41477,-45.16413],[170.40688,-45.17792],[170.38078,-45.17308],[170.36739,-45.1876],[170.38147,-45.21204],[170.31521,-45.24081],[170.31177,-45.26788],[170.39417,-45.26764],[170.4237,-45.29638],[170.41477,-45.31449],[170.39589,-45.32729],[170.32448,-45.32536],[170.2874,-45.34925],[170.28397,-45.4252],[170.21049,-45.48348],[170.21015,-45.50611],[170.26817,-45.50659],[170.31074,-45.49937],[170.35847,-45.52102],[170.34216,-45.54531],[170.38748,-45.55433],[170.41872,-45.5191],[170.4764,-45.53269],[170.48103,-45.50923],[170.55141,-45.50911],[170.55313,-45.5209],[170.55742,-45.53221],[170.56163,-45.55355],[170.58025,-45.56743],[170.58669,-45.57139],[170.61218,-45.57596],[170.61356,-45.5759],[170.62995,-45.57112],[170.62695,-45.56926],[170.63604,-45.55962],[170.71569,-45.55941],[170.72797,-45.56178],[170.72657,-45.56917]]],"terms_url":"http://data.ecan.govt.nz/Catalogue/Method?MethodId=48","terms_text":"Environment Canterbury","icon":"https://ecan.govt.nz/favicon.ico"},{"id":"Naturvardsverket-protected","name":"Environmental Protection Agency - Protected Areas","type":"wms","template":"https://geodata.naturvardsverket.se/inspire/ps-nvr/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=PS.ProtectedSites.OBO,PS.ProtectedSites.DVO,PS.ProtectedSites.IF,PS.ProtectedSites.KR,PS.ProtectedSites.NP,PS.ProtectedSites.NM,PS.ProtectedSites.NM.Punkter,PS.ProtectedSites.NM.Ytor,PS.ProtectedSites.NR,PS.ProtectedSites.NVO,PS.ProtectedSites.SBO,PS.ProtectedSites.VSO&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[13,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.naturvardsverket.se/","terms_text":"© Naturvårdsverket, CC0","description":"Swedish national parks, nature reserves and other protected areas and objects","icon":"https://commons.wikimedia.org/wiki/File:Naturv%C3%A5rdsverket_vapen.svg","overlay":true},{"id":"Naturvardsverket-trails","name":"Environmental Protection Agency - Trails","type":"wms","template":"https://nvpub.vic-metria.nu/arcgis/services/Leder_friluftsliv/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=LED&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[13,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.naturvardsverket.se/","terms_text":"© Naturvårdsverket, CC0","description":"Daily updated trails in or around nature reserves as recorded by Swedish Environmental Protection Agency","icon":"https://commons.wikimedia.org/wiki/File:Naturv%C3%A5rdsverket_vapen.svg","overlay":true},{"id":"Erlangen-2016","name":"Erlangen Luftbild (2016 5,0 cm)","type":"tms","template":"https://osm.rrze.fau.de/protected/YgktSWTTo6HS9nKi/lbe2016/{zoom}/{x}/{y}.jpg","category":"historicphoto","endDate":"2016-03-18T00:00:00.000Z","startDate":"2016-03-18T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[10.97664,49.53765],[10.99101,49.53392],[10.99389,49.53835],[11.02784,49.53254],[11.0346,49.53462],[11.03407,49.53759],[11.04318,49.54321],[11.03557,49.55303],[11.0384,49.55842],[11.03508,49.56929],[11.03791,49.58659],[11.04797,49.5902],[11.04922,49.5937],[11.05749,49.59521],[11.05623,49.59905],[11.05127,49.6003],[11.05351,49.60904],[11.04309,49.61381],[11.04076,49.61823],[11.0285,49.61735],[11.01929,49.61896],[11.0152,49.61372],[11.00581,49.61448],[11.00639,49.61931],[11.00083,49.6221],[10.9856,49.61651],[10.97837,49.61753],[10.9737,49.62495],[10.96539,49.62557],[10.96063,49.62856],[10.96382,49.63176],[10.95474,49.6379],[10.94837,49.637],[10.94185,49.64377],[10.9273,49.64837],[10.92063,49.63963],[10.91136,49.63773],[10.92429,49.60505],[10.92205,49.58004],[10.91221,49.57008],[10.91441,49.5618],[10.92353,49.55842],[10.92712,49.55976],[10.93345,49.55892],[10.93071,49.54467],[10.93067,49.53225],[10.9406,49.53325],[10.95488,49.53021],[10.97199,49.53126],[10.97664,49.53765]]],"terms_text":"© Stadt Erlangen | © GEOCART GmbH","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Erlangen.png"},{"id":"Erlangen-2018","name":"Erlangen Luftbild (2018 5,0 cm)","type":"tms","template":"https://osm.rrze.fau.de/protected/YgktSWTTo6HS9nKi/lbe2018/{zoom}/{x}/{y}.jpg","category":"photo","endDate":"2018-04-09T00:00:00.000Z","startDate":"2018-04-09T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[10.85157,49.55172],[10.84637,49.53223],[10.84652,49.52797],[10.84872,49.52291],[10.87518,49.51725],[10.88818,49.52834],[10.91245,49.51829],[10.92163,49.50566],[10.94273,49.50582],[10.94279,49.52986],[10.97158,49.53084],[10.97531,49.53467],[11.03465,49.5324],[11.04272,49.5432],[11.03937,49.55785],[11.03577,49.57276],[11.03851,49.58556],[11.04469,49.58913],[11.06031,49.58556],[11.0689,49.58879],[11.06512,49.59614],[11.06049,49.59803],[11.05808,49.60971],[11.07988,49.60837],[11.08898,49.59124],[11.10271,49.58378],[11.1272,49.58815],[11.13132,49.60348],[11.11997,49.60377],[11.11767,49.61449],[11.10419,49.61524],[11.08312,49.62034],[11.08136,49.62614],[11.05757,49.63993],[11.02081,49.62292],[11.01448,49.61394],[11.0071,49.61449],[11.00813,49.62194],[10.998,49.62228],[10.98478,49.61694],[10.9786,49.61794],[10.9745,49.62483],[10.96384,49.62711],[10.96487,49.63317],[10.94444,49.64321],[10.92775,49.64838],[10.9108,49.63751],[10.92281,49.60584],[10.91144,49.56652],[10.91627,49.55882],[10.9326,49.55818],[10.93037,49.55272],[10.85157,49.55172]]],"terms_text":"© Stadt Erlangen | © Hansa Luftbild AG","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Erlangen.png"},{"id":"Erlangen-2020","name":"Erlangen TrueDOP (2020 20cm)","type":"tms","template":"https://geodaten.erlangen.de/luftbilder/2020/{zoom}/{x}/{y}.png","category":"photo","endDate":"2020-03-28T00:00:00.000Z","startDate":"2020-03-28T00:00:00.000Z","zoomExtent":[10,20],"polygon":[[[10.84473,49.5254],[10.84457,49.52091],[10.85147,49.5208],[10.85837,49.52069],[10.8582,49.51619],[10.86511,49.51608],[10.87201,49.51597],[10.87892,49.51586],[10.87909,49.52035],[10.88599,49.52024],[10.88617,49.52473],[10.89307,49.52462],[10.8929,49.52013],[10.8998,49.52001],[10.90671,49.5199],[10.90653,49.5154],[10.91343,49.51529],[10.91326,49.5108],[10.91308,49.5063],[10.91999,49.50619],[10.91981,49.50169],[10.92671,49.50158],[10.93361,49.50146],[10.94052,49.50135],[10.94742,49.50123],[10.9476,49.50572],[10.94777,49.51022],[10.94795,49.51471],[10.94813,49.51921],[10.94831,49.5237],[10.94849,49.5282],[10.95539,49.52808],[10.9623,49.52797],[10.9692,49.52785],[10.97611,49.52773],[10.97629,49.53222],[10.9832,49.53211],[10.9901,49.53199],[10.99701,49.53187],[11.00391,49.53175],[11.01082,49.53163],[11.01772,49.53151],[11.02463,49.53139],[11.03154,49.53127],[11.03844,49.53115],[11.03863,49.53564],[11.04553,49.53552],[11.04572,49.54001],[11.04591,49.54451],[11.0461,49.549],[11.04628,49.5535],[11.04647,49.55799],[11.04666,49.56249],[11.03975,49.56261],[11.03994,49.5671],[11.04013,49.5716],[11.04031,49.57609],[11.0405,49.58059],[11.04069,49.58508],[11.0476,49.58496],[11.05451,49.58484],[11.06143,49.58471],[11.06834,49.58459],[11.07525,49.58447],[11.08216,49.58434],[11.08908,49.58422],[11.09599,49.58409],[11.0958,49.5796],[11.10271,49.57947],[11.10962,49.57935],[11.10982,49.58384],[11.11673,49.58371],[11.12364,49.58359],[11.13055,49.58346],[11.13075,49.58795],[11.13094,49.59245],[11.13114,49.59694],[11.13805,49.59682],[11.13825,49.60131],[11.13845,49.6058],[11.13153,49.60593],[11.12462,49.60606],[11.12481,49.61055],[11.12501,49.61505],[11.1252,49.61954],[11.11829,49.61967],[11.11137,49.61979],[11.10445,49.61992],[11.09753,49.62005],[11.09061,49.62017],[11.09081,49.62467],[11.08389,49.62479],[11.08408,49.62928],[11.07716,49.62941],[11.07735,49.6339],[11.07043,49.63403],[11.07062,49.63852],[11.0637,49.63865],[11.06389,49.64314],[11.05697,49.64326],[11.05678,49.63877],[11.04986,49.63889],[11.04294,49.63901],[11.03602,49.63914],[11.03583,49.63464],[11.02891,49.63476],[11.02873,49.63027],[11.02181,49.63039],[11.02162,49.6259],[11.0147,49.62602],[11.01489,49.63051],[11.00797,49.63063],[11.00105,49.63075],[10.99413,49.63087],[10.99395,49.62638],[10.99376,49.62188],[10.98684,49.622],[10.97993,49.62212],[10.98011,49.62661],[10.98029,49.63111],[10.98047,49.6356],[10.98065,49.6401],[10.97373,49.64021],[10.96681,49.64033],[10.95989,49.64045],[10.95297,49.64057],[10.95315,49.64506],[10.94623,49.64518],[10.93931,49.64529],[10.93949,49.64979],[10.93256,49.64991],[10.92564,49.65002],[10.91872,49.65014],[10.91854,49.64564],[10.91162,49.64576],[10.91144,49.64126],[10.90452,49.64137],[10.90435,49.63688],[10.90417,49.63238],[10.91109,49.63227],[10.91091,49.62778],[10.91074,49.62328],[10.91056,49.61879],[10.91039,49.61429],[10.9173,49.61418],[10.91713,49.60968],[10.91695,49.60519],[10.91004,49.6053],[10.90986,49.60081],[10.90968,49.59631],[10.9166,49.5962],[10.91642,49.5917],[10.91625,49.58721],[10.91607,49.58271],[10.9159,49.57822],[10.90898,49.57833],[10.90881,49.57384],[10.90863,49.56934],[10.90846,49.56485],[10.90828,49.56035],[10.90811,49.55586],[10.9012,49.55597],[10.89429,49.55609],[10.88738,49.5562],[10.88047,49.55631],[10.87356,49.55642],[10.86665,49.55653],[10.85974,49.55665],[10.85283,49.55676],[10.84592,49.55687],[10.84575,49.55237],[10.84558,49.54788],[10.84541,49.54338],[10.84524,49.53889],[10.84507,49.53439],[10.83817,49.5345],[10.838,49.53001],[10.8449,49.5299],[10.84473,49.5254]]],"terms_url":"https://www.erlangen.de","terms_text":"© Stadt Erlangen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Erlangen.png"},{"id":"Erlangen-2022","name":"Erlangen TrueDOP (2022 20 cm)","type":"tms","template":"https://geodaten.erlangen.de/luftbilder/2022/{zoom}/{x}/{y}.png","category":"photo","endDate":"2022-04-01T00:00:00.000Z","startDate":"2022-04-01T00:00:00.000Z","zoomExtent":[10,20],"polygon":[[[10.84457,49.52091],[10.84802,49.52085],[10.85147,49.5208],[10.85492,49.52074],[10.85837,49.52069],[10.86183,49.52063],[10.86528,49.52057],[10.86519,49.51833],[10.86865,49.51827],[10.8721,49.51822],[10.87555,49.51816],[10.879,49.5181],[10.87909,49.52035],[10.87917,49.5226],[10.87926,49.52485],[10.88271,49.52479],[10.88617,49.52473],[10.88625,49.52698],[10.88634,49.52923],[10.88979,49.52917],[10.8897,49.52692],[10.89316,49.52687],[10.89307,49.52462],[10.89652,49.52456],[10.89998,49.52451],[10.89989,49.52226],[10.90334,49.5222],[10.90325,49.51996],[10.90671,49.5199],[10.91016,49.51984],[10.91361,49.51979],[10.91352,49.51754],[10.91343,49.51529],[10.91689,49.51523],[10.9168,49.51299],[10.91671,49.51074],[10.91662,49.50849],[10.92007,49.50843],[10.91999,49.50619],[10.92344,49.50613],[10.92335,49.50388],[10.9268,49.50382],[10.93025,49.50377],[10.93034,49.50601],[10.93379,49.50596],[10.93724,49.5059],[10.93733,49.50815],[10.93388,49.5082],[10.93397,49.51045],[10.93406,49.5127],[10.93415,49.51495],[10.93423,49.51719],[10.93432,49.51944],[10.93441,49.52169],[10.9345,49.52394],[10.93795,49.52388],[10.93804,49.52613],[10.93813,49.52837],[10.93468,49.52843],[10.93477,49.53068],[10.93822,49.53062],[10.94167,49.53056],[10.94513,49.5305],[10.94858,49.53045],[10.95203,49.53039],[10.95548,49.53033],[10.95894,49.53027],[10.96239,49.53021],[10.96584,49.53015],[10.96929,49.5301],[10.97275,49.53004],[10.97284,49.53228],[10.97629,49.53222],[10.97638,49.53447],[10.97647,49.53672],[10.97993,49.53666],[10.97983,49.53441],[10.98329,49.53435],[10.98674,49.53429],[10.99019,49.53424],[10.99365,49.53418],[10.9971,49.53412],[10.99719,49.53636],[11.00064,49.5363],[11.0041,49.53624],[11.00401,49.534],[11.00746,49.53394],[11.01091,49.53388],[11.01082,49.53163],[11.01427,49.53157],[11.01772,49.53151],[11.02118,49.53145],[11.02463,49.53139],[11.02808,49.53133],[11.03154,49.53127],[11.03499,49.53121],[11.03508,49.53345],[11.03853,49.53339],[11.03863,49.53564],[11.03517,49.5357],[11.03527,49.53795],[11.03872,49.53789],[11.03881,49.54014],[11.04227,49.54007],[11.04236,49.54232],[11.04582,49.54226],[11.04591,49.54451],[11.04246,49.54457],[11.04255,49.54682],[11.04264,49.54906],[11.03919,49.54912],[11.03928,49.55137],[11.03938,49.55362],[11.03947,49.55587],[11.03956,49.55811],[11.03966,49.56036],[11.03975,49.56261],[11.03984,49.56486],[11.03639,49.56492],[11.03648,49.56716],[11.03658,49.56941],[11.03667,49.57166],[11.03676,49.57391],[11.03686,49.57615],[11.03695,49.5784],[11.03704,49.58065],[11.0405,49.58059],[11.04059,49.58283],[11.04069,49.58508],[11.04078,49.58733],[11.04424,49.58727],[11.04769,49.58721],[11.04779,49.58945],[11.05125,49.58939],[11.0547,49.58933],[11.05816,49.58927],[11.05806,49.58702],[11.06152,49.58696],[11.06498,49.5869],[11.06843,49.58684],[11.06853,49.58908],[11.06862,49.59133],[11.06872,49.59358],[11.06881,49.59583],[11.06536,49.59589],[11.0619,49.59595],[11.062,49.5982],[11.05854,49.59826],[11.05863,49.6005],[11.05873,49.60275],[11.05882,49.605],[11.06228,49.60494],[11.06237,49.60718],[11.06583,49.60712],[11.06929,49.60706],[11.07275,49.607],[11.07284,49.60925],[11.0763,49.60918],[11.0764,49.61143],[11.07294,49.61149],[11.07303,49.61374],[11.07313,49.61599],[11.07323,49.61824],[11.07332,49.62048],[11.07342,49.62273],[11.06996,49.62279],[11.07005,49.62504],[11.06659,49.6251],[11.06313,49.62516],[11.06323,49.62741],[11.05977,49.62747],[11.05986,49.62972],[11.05996,49.63197],[11.06005,49.63421],[11.06015,49.63646],[11.05669,49.63652],[11.05323,49.63658],[11.04977,49.63664],[11.04631,49.63671],[11.04285,49.63677],[11.03939,49.63683],[11.03929,49.63458],[11.0392,49.63233],[11.03574,49.63239],[11.03565,49.63015],[11.03219,49.63021],[11.02873,49.63027],[11.02863,49.62802],[11.02854,49.62577],[11.02508,49.62583],[11.02162,49.6259],[11.01816,49.62596],[11.0147,49.62602],[11.01124,49.62608],[11.01134,49.62832],[11.01143,49.63057],[11.01152,49.63282],[11.01498,49.63276],[11.01507,49.635],[11.01853,49.63494],[11.01863,49.63719],[11.01872,49.63944],[11.01881,49.64169],[11.01891,49.64393],[11.019,49.64618],[11.01909,49.64843],[11.01918,49.65068],[11.01928,49.65292],[11.01937,49.65517],[11.01946,49.65742],[11.016,49.65748],[11.01254,49.65754],[11.01263,49.65978],[11.00917,49.65984],[11.00571,49.65991],[11.00225,49.65996],[11.00234,49.66221],[10.99888,49.66227],[10.99542,49.66233],[10.99532,49.66008],[10.99186,49.66014],[10.99177,49.6579],[10.99168,49.65565],[10.98822,49.65571],[10.98812,49.65346],[10.98466,49.65352],[10.98457,49.65127],[10.98448,49.64903],[10.98102,49.64909],[10.98093,49.64684],[10.97747,49.6469],[10.97738,49.64465],[10.97729,49.6424],[10.97382,49.64246],[10.97373,49.64021],[10.97027,49.64027],[10.97018,49.63803],[10.97009,49.63578],[10.96663,49.63584],[10.96317,49.6359],[10.95971,49.63596],[10.9598,49.6382],[10.95634,49.63826],[10.95288,49.63832],[10.94942,49.63838],[10.94951,49.64063],[10.94605,49.64068],[10.94614,49.64293],[10.94623,49.64518],[10.94277,49.64524],[10.93931,49.64529],[10.93585,49.64535],[10.93593,49.6476],[10.93247,49.64766],[10.93256,49.64991],[10.9291,49.64996],[10.92564,49.65002],[10.92555,49.64777],[10.92209,49.64783],[10.922,49.64558],[10.92191,49.64334],[10.91845,49.64339],[10.91836,49.64115],[10.9149,49.6412],[10.91144,49.64126],[10.91135,49.63901],[10.91127,49.63677],[10.91118,49.63452],[10.91109,49.63227],[10.911,49.63002],[10.91446,49.62997],[10.91437,49.62772],[10.91429,49.62547],[10.9142,49.62322],[10.91411,49.62098],[10.91757,49.62092],[10.91748,49.61867],[10.91739,49.61642],[10.9173,49.61418],[10.91722,49.61193],[10.92068,49.61187],[10.92059,49.60963],[10.9205,49.60738],[10.91704,49.60743],[10.91695,49.60519],[10.91686,49.60294],[10.91341,49.603],[10.91332,49.60075],[10.91323,49.5985],[10.91669,49.59845],[10.9166,49.5962],[10.92006,49.59614],[10.91997,49.59389],[10.91988,49.59165],[10.91979,49.5894],[10.9197,49.58715],[10.91962,49.5849],[10.91953,49.58266],[10.91944,49.58041],[10.91935,49.57816],[10.9159,49.57822],[10.91581,49.57597],[10.91572,49.57372],[10.91226,49.57378],[10.91218,49.57153],[10.91209,49.56929],[10.912,49.56704],[10.91191,49.56479],[10.91182,49.56254],[10.91174,49.5603],[10.91519,49.56024],[10.9151,49.55799],[10.91856,49.55793],[10.92201,49.55788],[10.92547,49.55782],[10.92892,49.55776],[10.92883,49.55551],[10.92875,49.55327],[10.92529,49.55332],[10.9252,49.55108],[10.92175,49.55113],[10.92166,49.54889],[10.92157,49.54664],[10.92148,49.54439],[10.91803,49.54445],[10.91458,49.54451],[10.91466,49.54675],[10.91121,49.54681],[10.9113,49.54906],[10.90784,49.54912],[10.90439,49.54917],[10.90093,49.54923],[10.89748,49.54929],[10.89739,49.54704],[10.89394,49.5471],[10.89385,49.54485],[10.89731,49.54479],[10.89722,49.54254],[10.89713,49.5403],[10.89368,49.54035],[10.89377,49.5426],[10.89031,49.54266],[10.88686,49.54271],[10.8834,49.54277],[10.88332,49.54052],[10.88323,49.53827],[10.87978,49.53833],[10.87632,49.53839],[10.87641,49.54063],[10.87296,49.54069],[10.87304,49.54294],[10.86959,49.54299],[10.86613,49.54305],[10.86268,49.54311],[10.85923,49.54316],[10.85914,49.54091],[10.85569,49.54097],[10.85223,49.54102],[10.85215,49.53878],[10.8487,49.53883],[10.84524,49.53889],[10.84179,49.53894],[10.83833,49.539],[10.83488,49.53905],[10.83143,49.53911],[10.83134,49.53686],[10.83126,49.53461],[10.83118,49.53236],[10.83109,49.53012],[10.83101,49.52787],[10.83092,49.52562],[10.83438,49.52557],[10.83446,49.52781],[10.83791,49.52776],[10.83783,49.52551],[10.84128,49.52546],[10.8412,49.52321],[10.84111,49.52096],[10.84457,49.52091]]],"terms_url":"https://www.erlangen.de","terms_text":"© Stadt Erlangen","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Erlangen.png"},{"id":"Escambia_Ortho_2019","name":"Escambia County Orthoimagery (2019)","type":"tms","template":"https://arcgis5.roktech.net/arcgis/rest/services/escambia/orthos2019/MapServer/WMTS/tile/1.0.0/escambia_orthos2019/default/default028mm/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-87.52087,30.27143],[-87.52254,30.3264],[-87.41504,30.44416],[-87.46452,30.5065],[-87.46495,30.52024],[-87.42014,30.61745],[-87.42147,30.65933],[-87.6506,30.85987],[-87.60687,30.99836],[-87.14441,31.00822],[-87.26968,30.92314],[-87.29788,30.79877],[-87.29612,30.73025],[-87.24492,30.60763],[-87.16347,30.54053],[-87.14613,30.48574],[-87.14373,30.38961],[-87.22278,30.38783],[-87.22166,30.33288],[-87.17394,30.33399],[-86.91777,30.37856],[-86.91777,30.35263],[-87.52087,30.27143]]],"terms_url":"https://www.fdot.gov/gis/aerialmain.shtm","terms_text":"Florida Department of Transportation","description":"The 2019 orthoimagery for Escambia County in the State of Florida"},{"id":"Escambia_Ortho_2022","name":"Escambia County Orthoimagery (2022)","type":"tms","template":"https://arcgis5.roktech.net/arcgis/rest/services/escambia/orthos2022/MapServer/WMTS/tile/1.0.0/escambia_orthos2022/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-87.52087,30.27143],[-86.91777,30.35263],[-86.91777,30.37856],[-87.17394,30.33399],[-87.22166,30.33288],[-87.22278,30.38783],[-87.14373,30.38961],[-87.14613,30.48574],[-87.16347,30.54053],[-87.24492,30.60763],[-87.29612,30.73025],[-87.29788,30.79877],[-87.26968,30.92314],[-87.14441,31.00822],[-87.60687,30.99836],[-87.6506,30.85987],[-87.42147,30.65933],[-87.42014,30.61745],[-87.46495,30.52024],[-87.46452,30.5065],[-87.41504,30.44416],[-87.52254,30.3264],[-87.52087,30.27143]]],"terms_url":"https://www.fdot.gov/gis/aerialmain.shtm","terms_text":"Florida Department of Transportation","description":"The 2022 orthoimagery for Escambia County in the State of Florida"},{"id":"EsriWorldImagery","name":"Esri World Imagery","type":"tms","template":"https://{switch:services,server}.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}","category":"photo","zoomExtent":[0,22],"terms_url":"https://wiki.openstreetmap.org/wiki/Esri","terms_text":"Terms & Feedback","default":true,"description":"Esri World Imagery","icon":"https://osmlab.github.io/editor-layer-index/sources/world/EsriImageryClarity.png"},{"id":"EsriWorldImageryClarity","name":"Esri World Imagery (Clarity) Beta","type":"tms","template":"https://clarity.maptiles.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}","category":"photo","zoomExtent":[0,22],"terms_url":"https://wiki.openstreetmap.org/wiki/Esri","terms_text":"Terms & Feedback","default":true,"description":"Esri archive imagery that may be clearer and more accurate than the default layer.","icon":"https://osmlab.github.io/editor-layer-index/sources/world/EsriImageryClarity.png"},{"id":"eufar-balaton","name":"EUFAR Balaton orthophotos","type":"tms","template":"http://e.tile.openstreetmap.hu/balaton/0/{zoom}/{x}/{y}.jpg","category":"photo","endDate":"2010-08-31T00:00:00.000Z","startDate":"2010-08-01T00:00:00.000Z","zoomExtent":[12,19],"polygon":[[[18.17918,46.98502],[18.17773,47.01816],[18.08176,47.05643],[18.10281,47.06311],[18.08152,47.09344],[18.06436,47.09049],[18.03537,47.07983],[18.03344,47.08262],[17.9582,47.05567],[17.99436,47.00449],[17.86441,46.95517],[17.80274,47.0103],[17.67184,46.97207],[17.23875,46.77079],[17.22244,46.6796],[17.47175,46.70306],[18.16735,46.94133],[18.17918,46.98502]]],"terms_url":"http://www.bli.okologia.mta.hu/","terms_text":"EUFAR Balaton ortofotó 2010","best":true,"description":"1940 geo-tagged photography from Balaton Limnological Institute."},{"id":"EMS-Orthophotographie-2022","name":"Eurométropole de Strasbourg - Orthophotographie 2022","type":"wms","template":"https://www.datagrandest.fr/geoserver/ems/ows?LAYERS=EMS_Ortho_2022&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[7.53675,48.59625],[7.53675,48.5955],[7.537,48.5945],[7.53825,48.59375],[7.5385,48.59225],[7.53925,48.592],[7.5395,48.59],[7.5405,48.58825],[7.54225,48.587],[7.54375,48.5865],[7.54425,48.58575],[7.5435,48.58525],[7.5435,48.58375],[7.544,48.58325],[7.54575,48.5835],[7.55125,48.58275],[7.5515,48.582],[7.552,48.58175],[7.556,48.58125],[7.561,48.58175],[7.56225,48.58125],[7.56625,48.5815],[7.5725,48.581],[7.57325,48.58125],[7.57925,48.5805],[7.588,48.57875],[7.5815,48.577],[7.57925,48.576],[7.57325,48.575],[7.5725,48.5745],[7.57225,48.5675],[7.5715,48.56525],[7.57,48.563],[7.569,48.5605],[7.56925,48.5595],[7.57075,48.55925],[7.57075,48.55875],[7.57225,48.5575],[7.57325,48.5575],[7.57425,48.5565],[7.576,48.556],[7.57625,48.5555],[7.57925,48.55625],[7.5805,48.55775],[7.58675,48.55575],[7.586,48.554],[7.586,48.55275],[7.58625,48.55125],[7.587,48.55075],[7.58775,48.551],[7.59125,48.5505],[7.59375,48.54925],[7.59525,48.549],[7.59825,48.54925],[7.5985,48.54975],[7.59925,48.54975],[7.6,48.551],[7.6015,48.551],[7.602,48.5515],[7.602,48.5525],[7.60275,48.55225],[7.604,48.5495],[7.605,48.54925],[7.605,48.54825],[7.6035,48.54775],[7.6035,48.5465],[7.605,48.54425],[7.60425,48.54325],[7.60475,48.54175],[7.60525,48.5415],[7.60625,48.53875],[7.60725,48.5385],[7.60725,48.538],[7.606,48.5375],[7.60575,48.536],[7.607,48.53475],[7.60825,48.535],[7.61,48.53075],[7.612,48.52925],[7.6125,48.5255],[7.6115,48.52575],[7.61075,48.52525],[7.61025,48.52225],[7.59275,48.51275],[7.5915,48.51475],[7.588,48.5145],[7.586,48.514],[7.5855,48.5135],[7.5855,48.5125],[7.58775,48.5075],[7.5875,48.507],[7.58875,48.505],[7.58925,48.50275],[7.593,48.49725],[7.59325,48.49625],[7.59225,48.49575],[7.59225,48.495],[7.59325,48.493],[7.593,48.4915],[7.5915,48.49075],[7.5915,48.48825],[7.591,48.48725],[7.59075,48.485],[7.6085,48.474],[7.612,48.47575],[7.61475,48.476],[7.61525,48.47575],[7.62075,48.47725],[7.6245,48.47775],[7.62525,48.47825],[7.629,48.47775],[7.63225,48.478],[7.63275,48.47825],[7.63375,48.48125],[7.63525,48.48225],[7.63725,48.482],[7.6375,48.481],[7.63825,48.4805],[7.6385,48.4795],[7.63825,48.47825],[7.639,48.4775],[7.63925,48.4765],[7.64225,48.476],[7.644,48.477],[7.64575,48.47525],[7.64825,48.475],[7.64925,48.476],[7.6535,48.47625],[7.6545,48.47675],[7.655,48.4775],[7.65675,48.478],[7.65725,48.47875],[7.65725,48.48025],[7.6605,48.4835],[7.66175,48.484],[7.66425,48.484],[7.66775,48.48675],[7.6775,48.4865],[7.6785,48.485],[7.68025,48.4845],[7.682,48.485],[7.683,48.48625],[7.68325,48.48575],[7.68225,48.48475],[7.68225,48.48375],[7.68275,48.483],[7.68375,48.4825],[7.689,48.48275],[7.68925,48.48175],[7.69375,48.48125],[7.6945,48.4805],[7.697,48.4805],[7.69725,48.481],[7.6975,48.48075],[7.6975,48.48],[7.695,48.47875],[7.69475,48.47825],[7.695,48.475],[7.6945,48.47425],[7.695,48.4735],[7.693,48.47175],[7.69275,48.47075],[7.69375,48.469],[7.6935,48.46625],[7.6945,48.4645],[7.694,48.46125],[7.69525,48.45975],[7.69525,48.45825],[7.69575,48.45725],[7.6935,48.45525],[7.69225,48.45275],[7.69275,48.452],[7.694,48.45175],[7.694,48.45075],[7.6945,48.45],[7.6985,48.449],[7.7015,48.44875],[7.702,48.45025],[7.7025,48.45025],[7.70375,48.453],[7.707,48.45025],[7.71725,48.44875],[7.73175,48.4435],[7.73625,48.44425],[7.73725,48.445],[7.73775,48.44625],[7.7415,48.447],[7.7425,48.448],[7.74425,48.4475],[7.739,48.44225],[7.73875,48.44025],[7.73925,48.43825],[7.75125,48.43325],[7.75375,48.433],[7.762,48.4465],[7.76525,48.45375],[7.7665,48.4575],[7.76775,48.464],[7.76825,48.4875],[7.76875,48.48875],[7.771,48.491],[7.7735,48.49225],[7.78275,48.496],[7.79025,48.49825],[7.7965,48.5015],[7.80125,48.50575],[7.80575,48.51225],[7.8065,48.5145],[7.80775,48.51975],[7.80775,48.5235],[7.805,48.53325],[7.8045,48.536],[7.8045,48.5395],[7.80675,48.54975],[7.8065,48.56],[7.80625,48.56275],[7.805,48.56775],[7.80175,48.5765],[7.80125,48.579],[7.8015,48.5845],[7.80325,48.58875],[7.80575,48.59225],[7.82975,48.61725],[7.833,48.62225],[7.834,48.6245],[7.83875,48.638],[7.84025,48.6405],[7.8435,48.64375],[7.848,48.646],[7.85325,48.647],[7.863,48.65],[7.88625,48.6595],[7.891,48.662],[7.8945,48.6645],[7.89675,48.6665],[7.89675,48.66725],[7.893,48.67],[7.8925,48.671],[7.8915,48.67175],[7.88775,48.67175],[7.888,48.67275],[7.889,48.6735],[7.8885,48.67575],[7.8875,48.6765],[7.88575,48.67675],[7.8805,48.676],[7.8775,48.674],[7.875,48.67425],[7.87475,48.675],[7.873,48.67625],[7.8665,48.676],[7.86475,48.67625],[7.8615,48.67475],[7.8605,48.674],[7.8605,48.6735],[7.85975,48.6735],[7.85875,48.67225],[7.85875,48.67025],[7.85775,48.66925],[7.858,48.668],[7.8585,48.66775],[7.855,48.667],[7.85425,48.668],[7.8535,48.66825],[7.85325,48.668],[7.8525,48.6695],[7.852,48.66975],[7.847,48.67025],[7.8465,48.67075],[7.84575,48.67075],[7.84475,48.67175],[7.8435,48.6715],[7.84275,48.67325],[7.842,48.674],[7.84375,48.67475],[7.84375,48.67575],[7.842,48.6775],[7.83925,48.67925],[7.8345,48.682],[7.83125,48.68075],[7.8185,48.6885],[7.8175,48.6885],[7.796,48.67025],[7.785,48.671],[7.78075,48.67075],[7.77825,48.66975],[7.778,48.67025],[7.77525,48.671],[7.771,48.67125],[7.769,48.66975],[7.76775,48.6675],[7.7655,48.66825],[7.76475,48.66975],[7.7625,48.6705],[7.7615,48.67175],[7.76025,48.6725],[7.75725,48.6735],[7.754,48.67425],[7.75075,48.67425],[7.74875,48.67325],[7.747,48.67375],[7.74825,48.67825],[7.7475,48.6805],[7.748,48.68125],[7.74825,48.68325],[7.74825,48.68675],[7.74775,48.6875],[7.723,48.6885],[7.72025,48.688],[7.719,48.68725],[7.71625,48.687],[7.71275,48.7025],[7.71175,48.70325],[7.7115,48.703],[7.70925,48.70325],[7.709,48.70275],[7.707,48.7025],[7.70575,48.70075],[7.703,48.7],[7.70025,48.69825],[7.6985,48.69825],[7.69625,48.6975],[7.695,48.696],[7.694,48.6955],[7.69325,48.6955],[7.6925,48.69625],[7.6925,48.69725],[7.6915,48.69775],[7.688,48.6965],[7.68725,48.69575],[7.68575,48.69575],[7.68425,48.69425],[7.68425,48.69375],[7.683,48.69325],[7.67725,48.6935],[7.6765,48.69275],[7.6765,48.6915],[7.67175,48.6905],[7.67125,48.6895],[7.66825,48.68875],[7.6675,48.68775],[7.668,48.6845],[7.669,48.684],[7.6695,48.683],[7.672,48.68175],[7.673,48.68025],[7.67425,48.67975],[7.67375,48.67725],[7.67425,48.6755],[7.677,48.67525],[7.67775,48.67575],[7.6815,48.675],[7.6815,48.6735],[7.682,48.67275],[7.6825,48.67275],[7.6825,48.672],[7.683,48.67175],[7.68325,48.671],[7.68375,48.6705],[7.6855,48.6705],[7.68525,48.66975],[7.684,48.66975],[7.6835,48.67025],[7.682,48.67],[7.68025,48.66925],[7.67975,48.66825],[7.6765,48.66825],[7.67575,48.66775],[7.67525,48.66625],[7.67125,48.665],[7.67075,48.664],[7.6695,48.6635],[7.669,48.663],[7.6685,48.661],[7.66925,48.66025],[7.66925,48.659],[7.67075,48.6585],[7.67,48.65725],[7.67025,48.65575],[7.669,48.65625],[7.668,48.6555],[7.6675,48.65375],[7.66775,48.653],[7.67225,48.651],[7.674,48.65075],[7.6745,48.65025],[7.67725,48.6495],[7.67875,48.647],[7.681,48.647],[7.681,48.64625],[7.6815,48.64575],[7.68525,48.64375],[7.68875,48.6435],[7.68925,48.64275],[7.69,48.6425],[7.6915,48.643],[7.693,48.6415],[7.6955,48.6415],[7.696,48.63975],[7.6965,48.6395],[7.7,48.6395],[7.70025,48.6385],[7.69925,48.63675],[7.6975,48.63575],[7.6965,48.6345],[7.694,48.6335],[7.693,48.6335],[7.69125,48.63225],[7.6915,48.62925],[7.69025,48.6285],[7.68925,48.6265],[7.68825,48.62625],[7.68775,48.623],[7.688,48.622],[7.68625,48.62075],[7.68425,48.621],[7.6835,48.62075],[7.68075,48.622],[7.679,48.62225],[7.67625,48.621],[7.66825,48.6135],[7.662,48.61275],[7.65575,48.61125],[7.65525,48.61175],[7.65325,48.61175],[7.6515,48.61275],[7.649,48.6135],[7.64625,48.61325],[7.6435,48.6135],[7.64025,48.613],[7.6315,48.6085],[7.6315,48.60725],[7.63325,48.60525],[7.63325,48.60375],[7.631,48.6035],[7.63075,48.6025],[7.63125,48.60175],[7.629,48.6015],[7.6285,48.601],[7.6285,48.60025],[7.62925,48.59925],[7.62875,48.599],[7.6275,48.6],[7.6245,48.599],[7.62,48.59875],[7.61975,48.5975],[7.62,48.597],[7.615,48.596],[7.60825,48.594],[7.60775,48.5935],[7.60775,48.5925],[7.60825,48.592],[7.59975,48.59],[7.59925,48.5905],[7.5985,48.5905],[7.593,48.59],[7.5905,48.58975],[7.59,48.5895],[7.59,48.589],[7.58925,48.589],[7.58875,48.5895],[7.58775,48.58925],[7.58725,48.58975],[7.5855,48.58975],[7.5845,48.59025],[7.58275,48.59025],[7.581,48.591],[7.57875,48.59125],[7.576,48.5935],[7.572,48.5935],[7.572,48.594],[7.56825,48.59825],[7.56775,48.5995],[7.56825,48.6],[7.5675,48.60175],[7.56625,48.60175],[7.56525,48.60325],[7.562,48.60275],[7.561,48.603],[7.5555,48.60175],[7.551,48.602],[7.5375,48.59725],[7.53675,48.59625]]],"terms_url":"https://data.strasbourg.eu/explore/dataset/service-wms-des-orthophotographies/information/","terms_text":"Ville et eurométropole de Strasbourg - DataGrandEst 2022","best":true},{"id":"Fairfax_VA_2024","name":"Fairfax County Orthoimagery (2024)","type":"tms","template":"https://www.fairfaxcounty.gov/gisimagery/rest/services/AerialPhotography/2024AerialPhotographyCached/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[9,23],"polygon":[[[-77.34049,39.06239],[-77.34073,39.04789],[-77.35003,39.04798],[-77.35014,39.04073],[-77.35943,39.04082],[-77.35955,39.03358],[-77.36884,39.03366],[-77.36907,39.01917],[-77.37836,39.01926],[-77.37847,39.01201],[-77.38777,39.0121],[-77.38788,39.00485],[-77.39717,39.00494],[-77.39739,38.99044],[-77.40667,38.99053],[-77.40678,38.98328],[-77.41606,38.98336],[-77.41629,38.96887],[-77.42558,38.96896],[-77.42569,38.96171],[-77.43497,38.96179],[-77.43508,38.95454],[-77.44436,38.95463],[-77.44447,38.94738],[-77.45375,38.94746],[-77.45396,38.93297],[-77.46324,38.93305],[-77.46334,38.9258],[-77.47262,38.92588],[-77.47272,38.91863],[-77.482,38.91871],[-77.48221,38.90422],[-77.49149,38.9043],[-77.49159,38.89705],[-77.50087,38.89713],[-77.50097,38.88988],[-77.51024,38.88996],[-77.51044,38.87546],[-77.51972,38.87554],[-77.51982,38.86829],[-77.52908,38.86837],[-77.52918,38.86112],[-77.53845,38.86119],[-77.53884,38.8322],[-77.52031,38.83205],[-77.52041,38.8248],[-77.51114,38.82472],[-77.51134,38.81023],[-77.50208,38.81015],[-77.50228,38.79565],[-77.4467,38.79516],[-77.44681,38.78792],[-77.43755,38.78784],[-77.43776,38.77334],[-77.41924,38.77317],[-77.41968,38.74417],[-77.39191,38.74392],[-77.39202,38.73667],[-77.38277,38.73658],[-77.38322,38.70758],[-77.32772,38.70704],[-77.32783,38.69979],[-77.29084,38.69942],[-77.29096,38.69217],[-77.27246,38.69197],[-77.27258,38.68473],[-77.26334,38.68463],[-77.26346,38.67738],[-77.25421,38.67729],[-77.25436,38.67004],[-77.24509,38.66995],[-77.24521,38.66269],[-77.23599,38.66263],[-77.23644,38.63756],[-77.22762,38.6101],[-77.12969,38.63451],[-77.11913,38.69053],[-77.05006,38.71118],[-77.04081,38.71107],[-77.03919,38.7908],[-77.04845,38.79092],[-77.0483,38.79816],[-77.06683,38.79839],[-77.06669,38.80563],[-77.12226,38.80631],[-77.1217,38.83529],[-77.10317,38.83507],[-77.1029,38.84957],[-77.11216,38.84968],[-77.11202,38.85693],[-77.12129,38.85704],[-77.12115,38.86429],[-77.13042,38.8644],[-77.13028,38.87164],[-77.13955,38.87175],[-77.13942,38.879],[-77.14869,38.87911],[-77.14814,38.9081],[-77.13887,38.90799],[-77.13873,38.91524],[-77.12945,38.91513],[-77.12931,38.92238],[-77.12004,38.92227],[-77.11962,38.94401],[-77.1289,38.94412],[-77.12862,38.95862],[-77.13791,38.95873],[-77.13777,38.96598],[-77.14705,38.96608],[-77.14692,38.97333],[-77.22119,38.97416],[-77.22107,38.98141],[-77.23963,38.98161],[-77.23874,39.03234],[-77.26662,39.03264],[-77.26649,39.03989],[-77.27579,39.03998],[-77.27566,39.04723],[-77.29425,39.04742],[-77.29413,39.05467],[-77.31272,39.05486],[-77.3126,39.06211],[-77.34049,39.06239]]],"terms_url":"https://www.fairfaxcounty.gov/maps/aerial-photography","terms_text":"Government of Fairfax County, Virginia","best":true,"description":"The 2024 orthoimagery for Fairfax County of the Commonwealth of Virginia"},{"id":"fiskeridir-akvakultur","name":"Fiskeridirektoratet Aquaculture overlay","type":"wms","template":"https://gis.fiskeridir.no/server/services/fiskeridirWMS_akva/MapServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=flate_ihht_akvakulturregisteret,akvakultur_lokaliteter&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[3,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.fiskeridir.no/","terms_text":"© Fiskeridirektoratet","description":"Aquaculture/marine farms (licensed sites, may not yet have any installations)","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Emblem_of_the_Norwegian_Directorate_of_Fisheries.svg/175px-Emblem_of_the_Norwegian_Directorate_of_Fisheries.svg.png","overlay":true},{"id":"Florida_DEP_Ortho_2020","name":"Florida DEP Orthoimagery Composite (2020)","type":"wms","template":"https://ca.dep.state.fl.us/arcgis/rest/services/Imagery/Aerial_Imagery_2020/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-07-01T00:00:00.000Z","startDate":"2019-12-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.23144,25.33565],[-80.14011,25.48698],[-80.10557,25.98158],[-80.88178,25.98429],[-80.86745,25.17258],[-80.64102,25.13037],[-80.23144,25.33565]],[[-80.68083,27.12578],[-80.61989,26.94678],[-80.06149,26.94411],[-80.19127,27.27538],[-80.29552,27.2756],[-80.29596,27.20683],[-80.68053,27.20823],[-80.68083,27.12578]],[[-82.22327,30.57505],[-82.33429,30.57702],[-82.33405,30.59075],[-82.46112,30.5928],[-82.47045,30.13917],[-82.06339,30.13226],[-82.05975,29.7884],[-82.31798,29.88917],[-82.38085,29.89026],[-82.41137,29.94579],[-82.51915,29.94746],[-82.66584,29.83956],[-82.67166,29.52338],[-82.56163,29.52179],[-82.56245,29.48016],[-82.41222,29.47823],[-82.41124,29.22958],[-82.55232,29.22907],[-82.55105,29.03651],[-82.73907,29.03572],[-82.85786,28.23695],[-82.86953,27.83908],[-82.77683,27.75708],[-82.77477,27.52441],[-82.63616,27.37221],[-82.2655,27.3734],[-82.26506,27.19459],[-82.06512,27.19483],[-82.06503,27.04353],[-82.26472,27.04328],[-82.26451,26.94702],[-82.3759,26.94677],[-82.17499,26.44599],[-81.8466,26.31434],[-81.6525,26.31408],[-81.6522,26.41037],[-81.56055,26.41011],[-81.56018,26.506],[-81.27877,26.50682],[-81.27814,26.24546],[-80.86627,26.24567],[-80.88049,26.78194],[-81.55913,26.78111],[-81.55821,27.01492],[-81.24928,27.01584],[-81.24952,27.11209],[-81.15729,27.11224],[-81.15741,27.19476],[-80.92668,27.19482],[-81.18868,27.49731],[-81.18878,27.55232],[-81.12708,27.5799],[-81.1271,27.63492],[-80.86465,27.63497],[-80.86616,28.35001],[-81.59432,28.3489],[-81.5946,28.39004],[-81.63996,28.38989],[-81.64357,28.7749],[-81.40945,28.77581],[-81.34732,28.87225],[-81.34775,28.99601],[-81.6473,29.32472],[-81.50582,29.33926],[-81.5059,29.35301],[-81.47451,29.35312],[-81.47458,29.36687],[-81.42748,29.36704],[-81.42702,29.25705],[-81.14478,29.25765],[-81.145,29.4089],[-81.08219,29.40891],[-81.19261,29.6838],[-81.27135,29.68369],[-81.27132,29.66994],[-81.3343,29.66979],[-81.33421,29.6423],[-81.50734,29.64175],[-81.50795,29.76551],[-81.66782,30.10849],[-81.43065,30.10949],[-81.43125,30.24696],[-81.3679,30.24717],[-81.40059,30.49452],[-81.49626,30.57667],[-81.52804,30.5766],[-81.52782,30.54892],[-81.57552,30.54894],[-81.5757,30.57636],[-81.71833,30.57564],[-82.03932,30.29854],[-82.03766,30.36555],[-82.16446,30.36787],[-82.16414,30.38161],[-82.18,30.3819],[-82.17967,30.39564],[-82.19553,30.39592],[-82.19301,30.50584],[-82.20883,30.50617],[-82.20853,30.5199],[-82.22439,30.52017],[-82.22327,30.57505]]],"terms_url":"https://floridadep.gov/","terms_text":"Florida Department of Environmental Protection","description":"Florida Department of Environmental Protection orthoimagery captured in 2020, not covering the entire state","icon":"https://github.com/osmlab/editor-layer-index/raw/gh-pages/sources/north-america/us/fl/Florida_DEP.png"},{"id":"Florida_DEP_Ortho_2021","name":"Florida DEP Orthoimagery Composite (2021)","type":"wms","template":"https://ca.dep.state.fl.us/arcgis/rest/services/Imagery/Aerial_Imagery_2021/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2021-03-07T00:00:00.000Z","startDate":"2020-12-03T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.23144,25.33565],[-80.14011,25.48698],[-80.10557,25.98158],[-80.07225,26.33902],[-80.20968,26.33975],[-80.20968,26.35355],[-80.27072,26.35382],[-80.27061,26.36758],[-80.30109,26.36789],[-80.30211,26.2027],[-80.33259,26.20281],[-80.33281,26.17538],[-80.34803,26.17546],[-80.348,26.16163],[-80.36331,26.16172],[-80.36348,26.14812],[-80.42436,26.14831],[-80.42436,26.16197],[-80.46993,26.16205],[-80.4708,26.02475],[-80.50142,26.02506],[-80.50142,25.99724],[-80.53185,25.99739],[-80.53185,25.96972],[-80.66917,25.9698],[-80.66917,25.98308],[-80.85022,25.98251],[-80.85093,26.32831],[-81.21796,26.32852],[-81.21827,26.5479],[-81.59977,26.54686],[-81.59956,26.49209],[-81.63027,26.49168],[-81.63016,26.47768],[-81.72185,26.47762],[-81.72154,26.39506],[-81.90462,26.39392],[-81.74509,25.86243],[-81.39696,25.69837],[-81.17624,25.10506],[-81.03517,25.01047],[-80.64102,25.13037],[-80.23144,25.33565]],[[-80.68083,27.12578],[-80.61973,26.94553],[-80.38967,26.94573],[-80.39114,26.67086],[-80.36053,26.67072],[-80.34814,26.64754],[-80.33309,26.63338],[-80.27973,26.60171],[-80.24813,26.56321],[-80.23338,26.54192],[-80.22235,26.5127],[-80.22235,26.50497],[-80.05569,26.50396],[-80.05557,26.51771],[-80.02501,26.51758],[-80.02248,26.8333],[-80.58343,28.40431],[-80.6769,28.40474],[-80.67667,28.50099],[-80.76931,28.5008],[-80.84771,28.8037],[-80.97193,28.80408],[-80.97241,28.63892],[-80.98805,28.63882],[-80.98815,28.66642],[-81.00356,28.66637],[-81.0037,28.70766],[-81.0192,28.70762],[-81.0192,28.72137],[-81.03485,28.72137],[-81.03485,28.74887],[-81.05045,28.74887],[-81.05047,28.80391],[-81.06605,28.80398],[-81.06609,28.83144],[-81.12877,28.83139],[-81.12851,28.81766],[-81.14425,28.81766],[-81.14397,28.80382],[-81.20665,28.80382],[-81.20665,28.83132],[-81.22225,28.83122],[-81.22234,28.84502],[-81.33151,28.84467],[-81.3317,28.85841],[-81.34697,28.85841],[-81.34744,28.88601],[-81.37845,28.88572],[-81.37845,28.87207],[-81.3941,28.87188],[-81.394,28.84457],[-81.42531,28.84453],[-81.42511,28.78952],[-81.66233,28.78856],[-81.65897,28.24955],[-81.47277,28.25023],[-81.47296,28.33857],[-81.37357,28.33862],[-81.37353,28.31657],[-81.21206,28.3169],[-81.21187,28.33914],[-80.86372,28.33919],[-80.86403,28.08869],[-80.87958,28.08888],[-80.87998,27.82751],[-80.89532,27.82746],[-80.89545,27.71748],[-80.87999,27.71739],[-80.88004,27.64864],[-81.15802,27.64863],[-81.15797,27.59364],[-81.17336,27.59359],[-81.17336,27.57983],[-81.1888,27.57981],[-81.18879,27.56606],[-81.20424,27.56611],[-81.20422,27.5523],[-81.21964,27.55228],[-81.21958,27.48352],[-81.20407,27.48354],[-81.20404,27.46974],[-81.18863,27.46983],[-81.1886,27.45606],[-81.17316,27.45608],[-81.1732,27.44234],[-81.1577,27.44247],[-81.15763,27.40108],[-81.14227,27.40108],[-81.14222,27.38737],[-81.1268,27.38731],[-81.12678,27.37368],[-81.06521,27.37362],[-81.06514,27.34618],[-81.04978,27.34608],[-81.04985,27.31861],[-80.97281,27.31857],[-80.97281,27.33247],[-80.69566,27.332],[-80.69524,27.19488],[-80.6803,27.19446],[-80.68083,27.12578]],[[-82.04995,27.64872],[-82.57494,27.64774],[-82.77699,27.54173],[-82.6506,27.37218],[-82.2655,27.3734],[-82.26516,27.20839],[-82.23434,27.20846],[-82.23424,27.19464],[-82.05009,27.1955],[-82.04995,27.64872]],[[-80.68185,26.74057],[-80.68191,26.71309],[-80.71253,26.71313],[-80.71257,26.6856],[-80.74325,26.6857],[-80.74332,26.65818],[-80.728,26.65815],[-80.72805,26.6444],[-80.66685,26.64424],[-80.66678,26.65801],[-80.62084,26.65787],[-80.62072,26.69912],[-80.63596,26.69912],[-80.63594,26.71291],[-80.6513,26.71294],[-80.65118,26.74053],[-80.68185,26.74057]],[[-80.68185,26.74057],[-80.68184,26.75423],[-80.69713,26.7544],[-80.69715,26.74065],[-80.68185,26.74057]],[[-80.69701,26.79566],[-80.69706,26.78189],[-80.68179,26.78187],[-80.68172,26.79557],[-80.69701,26.79566]],[[-80.68172,26.79557],[-80.63577,26.79545],[-80.63567,26.82302],[-80.62033,26.82297],[-80.62024,26.83671],[-80.60492,26.83664],[-80.60477,26.89158],[-80.61563,26.89163],[-80.68163,26.82284],[-80.68172,26.79557]],[[-80.83513,26.68582],[-80.80449,26.68581],[-80.80449,26.69951],[-80.83512,26.6996],[-80.83513,26.68582]],[[-81.57194,27.04238],[-81.5705,26.75355],[-80.94232,26.75462],[-80.9423,26.76849],[-80.92722,26.76849],[-80.8653,27.05762],[-80.8652,27.18079],[-80.89602,27.18108],[-80.89593,27.19478],[-80.91129,27.19483],[-80.91134,27.20858],[-80.9267,27.20858],[-80.92668,27.22235],[-81.17282,27.22228],[-81.17267,27.12594],[-81.28029,27.1258],[-81.28008,27.04326],[-81.57194,27.04238]],[[-81.36305,28.89971],[-81.2068,28.90006],[-81.20682,28.91379],[-80.80047,28.9138],[-81.09792,29.43642],[-81.12933,29.43641],[-81.12931,29.42266],[-81.16072,29.42262],[-81.16048,29.27137],[-81.41141,29.27084],[-81.41197,29.4083],[-81.44338,29.40822],[-81.4433,29.39445],[-81.45899,29.39444],[-81.45893,29.38067],[-81.50605,29.3805],[-81.50598,29.36668],[-81.56878,29.36651],[-81.56861,29.35274],[-81.58423,29.35255],[-81.58333,29.18769],[-81.56778,29.18777],[-81.56766,29.17398],[-81.53637,29.17409],[-81.53616,29.14662],[-81.52051,29.14671],[-81.52032,29.10546],[-81.5047,29.10552],[-81.5046,29.09175],[-81.47336,29.09184],[-81.47317,29.06439],[-81.45747,29.06449],[-81.45738,29.05064],[-81.44173,29.05074],[-81.44173,29.03694],[-81.42613,29.03699],[-81.42604,29.02329],[-81.41035,29.02333],[-81.4103,29.00954],[-81.39479,29.00958],[-81.39461,28.99588],[-81.37905,28.99593],[-81.37882,28.95468],[-81.36326,28.95477],[-81.36305,28.89971]],[[-82.31634,28.95482],[-81.64406,28.95471],[-81.64386,29.03733],[-81.62821,29.03733],[-81.62747,29.28451],[-81.64312,29.28461],[-81.64274,29.35341],[-81.65829,29.35345],[-81.65846,29.38079],[-81.7366,29.38098],[-81.73669,29.43627],[-81.76808,29.43627],[-81.76798,29.49127],[-81.83104,29.49145],[-81.83066,29.53251],[-81.86205,29.53261],[-81.86215,29.51876],[-81.97233,29.51895],[-81.97214,29.50502],[-82.03511,29.50511],[-82.03511,29.49136],[-82.05076,29.49145],[-82.05085,29.47742],[-82.06654,29.47771],[-82.0665,29.45021],[-82.11363,29.45011],[-82.11358,29.43636],[-82.20788,29.43631],[-82.20793,29.44992],[-82.1765,29.45016],[-82.20404,29.47756],[-82.20793,29.47756],[-82.20812,29.49122],[-82.4123,29.49083],[-82.41119,29.21581],[-82.53659,29.21539],[-82.53562,29.03645],[-82.45729,29.03692],[-82.4571,29.02317],[-82.44174,29.02336],[-82.44136,29.00971],[-82.39471,29.00961],[-82.39476,28.99582],[-82.36332,28.99591],[-82.36332,28.98235],[-82.34777,28.98235],[-82.34758,28.9686],[-82.31633,28.9686],[-82.31634,28.95482]],[[-81.55441,29.61406],[-81.31838,29.61485],[-81.31841,29.6286],[-81.30269,29.62863],[-81.30278,29.64231],[-81.25547,29.64252],[-81.25551,29.65622],[-81.20827,29.65632],[-81.20848,29.71136],[-81.36798,30.26088],[-81.44713,30.26072],[-81.44649,30.13675],[-81.51003,30.13666],[-81.50993,30.15031],[-81.58902,30.15003],[-81.58902,30.13619],[-81.65227,30.136],[-81.65198,30.12225],[-81.68346,30.081],[-81.69949,30.08081],[-81.69873,30.01196],[-81.68304,30.01215],[-81.68285,29.9985],[-81.66706,29.9985],[-81.66699,29.98475],[-81.63548,29.98487],[-81.63534,29.97121],[-81.61955,29.97116],[-81.6195,29.95751],[-81.60371,29.9576],[-81.60348,29.93008],[-81.61912,29.92994],[-81.61898,29.88869],[-81.60315,29.88888],[-81.58726,29.84768],[-81.58693,29.80652],[-81.57133,29.80643],[-81.57109,29.77902],[-81.55526,29.77902],[-81.55441,29.61406]],[[-82.06474,30.25709],[-82.03305,30.25734],[-82.03321,30.27112],[-82.01746,30.27125],[-82.01753,30.28504],[-82.00164,30.28512],[-82.00181,30.29895],[-81.98603,30.29898],[-81.9862,30.31275],[-81.97034,30.31282],[-81.97045,30.32679],[-81.95452,30.32658],[-81.9548,30.34038],[-81.93873,30.34045],[-81.93901,30.35432],[-81.92308,30.3546],[-81.92316,30.36825],[-81.90733,30.36822],[-81.90758,30.38198],[-81.89161,30.38219],[-81.89186,30.39585],[-81.8759,30.39596],[-81.87607,30.40979],[-81.86011,30.4099],[-81.8605,30.43735],[-81.84457,30.43749],[-81.84475,30.45122],[-81.82889,30.45125],[-81.82896,30.46512],[-81.7972,30.46526],[-81.79738,30.49275],[-81.7657,30.49296],[-81.76584,30.50669],[-81.74998,30.50673],[-81.75005,30.52059],[-81.73419,30.52059],[-81.73433,30.53446],[-81.71833,30.53446],[-81.71854,30.54826],[-81.67082,30.54847],[-81.67072,30.5346],[-81.65482,30.53482],[-81.65504,30.56226],[-81.62323,30.5624],[-81.62315,30.54864],[-81.60729,30.54868],[-81.60721,30.53497],[-81.59133,30.53504],[-81.59124,30.52128],[-81.55947,30.52144],[-81.5594,30.50769],[-81.52768,30.50784],[-81.52776,30.52156],[-81.51183,30.52174],[-81.51205,30.54923],[-81.49612,30.54923],[-81.4959,30.52362],[-81.4642,30.52179],[-81.46411,30.50805],[-81.44827,30.50814],[-81.4482,30.49436],[-81.43234,30.49441],[-81.41737,30.71442],[-81.46514,30.71426],[-81.46523,30.72801],[-81.59261,30.72745],[-81.59257,30.74114],[-81.64033,30.74097],[-81.6404,30.75473],[-81.65644,30.75469],[-81.65647,30.76849],[-81.67237,30.76831],[-81.67223,30.75448],[-81.72006,30.75423],[-81.72013,30.76796],[-81.73599,30.76796],[-81.7362,30.78161],[-81.78356,30.78126],[-81.78399,30.79534],[-81.83178,30.79488],[-81.83198,30.80864],[-81.87972,30.80835],[-81.87995,30.83582],[-81.91176,30.83559],[-81.91163,30.82183],[-81.9276,30.82172],[-81.92778,30.83541],[-81.97546,30.83509],[-81.975,30.79392],[-81.99097,30.79377],[-81.99118,30.80764],[-82.0229,30.80729],[-82.02279,30.79349],[-82.03869,30.79342],[-82.03844,30.76589],[-82.05432,30.76577],[-82.05345,30.6832],[-82.06938,30.68324],[-82.06927,30.66947],[-82.05334,30.66958],[-82.0527,30.61455],[-82.03677,30.61476],[-82.03645,30.58721],[-82.02052,30.58735],[-82.02016,30.54603],[-82.03602,30.54603],[-82.03503,30.44966],[-82.05092,30.44959],[-82.05,30.36723],[-82.06589,30.36709],[-82.06474,30.25709]],[[-84.71702,30.29219],[-84.25764,30.29215],[-84.25761,30.26462],[-84.06761,30.26418],[-84.06688,30.4292],[-84.05104,30.42909],[-84.05101,30.4428],[-84.03515,30.44283],[-84.03486,30.51161],[-83.9713,30.5113],[-83.97101,30.56628],[-83.98684,30.56631],[-83.98666,30.60754],[-84.00259,30.60761],[-84.00225,30.6764],[-84.08172,30.67663],[-84.08165,30.69041],[-84.30435,30.69092],[-84.30436,30.67715],[-84.32024,30.67717],[-84.32038,30.62211],[-84.33628,30.62218],[-84.33631,30.60842],[-84.35219,30.60851],[-84.35214,30.59473],[-84.38401,30.59476],[-84.38398,30.56727],[-84.39987,30.56729],[-84.39995,30.5123],[-84.41581,30.51226],[-84.41588,30.47107],[-84.5111,30.47109],[-84.5111,30.45737],[-84.54284,30.45733],[-84.54281,30.44354],[-84.57459,30.44359],[-84.57454,30.42984],[-84.6221,30.42978],[-84.62213,30.41604],[-84.63803,30.416],[-84.63796,30.40228],[-84.65383,30.40226],[-84.65382,30.38852],[-84.66966,30.3885],[-84.66962,30.37475],[-84.6855,30.3747],[-84.68541,30.36101],[-84.70127,30.3609],[-84.70127,30.34718],[-84.7171,30.34714],[-84.71702,30.29219]]],"terms_url":"https://floridadep.gov/","terms_text":"Florida Department of Environmental Protection","description":"Florida Department of Environmental Protection orthoimagery captured in 2021, not covering the entire state","icon":"https://github.com/osmlab/editor-layer-index/raw/gh-pages/sources/north-america/us/fl/Florida_DEP.png"},{"id":"FNSB_Aerial_2023","name":"FNSB Aerial Imagery (2023)","type":"tms","template":"https://gisportal.fnsb.gov/image/rest/services/Imagery_2023_Pict_Fairbanks/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[-148.67069,64.68263],[-148.50215,64.68556],[-148.501,64.67117],[-148.14713,64.67673],[-148.1485,64.69116],[-148.11461,64.69169],[-148.11571,64.70605],[-148.0146,64.70751],[-148.01583,64.72198],[-147.72876,64.72553],[-147.72788,64.7111],[-147.55918,64.71297],[-147.55839,64.69852],[-147.49082,64.69922],[-147.4901,64.68479],[-147.45634,64.68515],[-147.45562,64.67066],[-147.38824,64.67135],[-147.38738,64.65694],[-147.3537,64.65722],[-147.35228,64.62838],[-147.31866,64.62866],[-147.318,64.61425],[-147.28431,64.61452],[-147.28379,64.6001],[-147.2501,64.60035],[-147.24879,64.57153],[-147.21507,64.57181],[-147.21455,64.55737],[-147.18093,64.55768],[-147.18027,64.54324],[-147.14672,64.54346],[-147.14615,64.5291],[-147.11266,64.5293],[-147.10757,64.39936],[-147.07412,64.39963],[-147.07357,64.38521],[-147.04013,64.38541],[-147.03932,64.35653],[-147.00578,64.35676],[-147.00433,64.31345],[-146.97088,64.31372],[-146.97043,64.2993],[-146.93717,64.2995],[-146.9368,64.28511],[-146.80376,64.28594],[-146.80348,64.27139],[-146.77022,64.27155],[-146.76976,64.25722],[-146.73659,64.25734],[-146.73623,64.24293],[-146.52053,64.24376],[-146.52075,64.25827],[-146.32153,64.25874],[-146.32178,64.27334],[-146.28853,64.27318],[-146.28915,64.33825],[-146.58888,64.3373],[-146.58914,64.36624],[-146.7228,64.3657],[-146.72489,64.44506],[-146.65802,64.44538],[-146.6584,64.45981],[-146.52463,64.46031],[-146.52485,64.47481],[-146.42458,64.47513],[-146.42436,64.4896],[-146.35758,64.48966],[-146.35803,64.50419],[-146.2575,64.50439],[-146.2575,64.51898],[-146.22389,64.51891],[-146.22374,64.53343],[-146.19058,64.53343],[-146.19073,64.54788],[-146.15727,64.54782],[-146.15703,64.56238],[-146.08996,64.56238],[-146.09011,64.57669],[-145.98938,64.57687],[-145.98908,64.5913],[-145.92231,64.5913],[-145.92216,64.60571],[-145.8884,64.60565],[-145.88826,64.62006],[-145.78758,64.62],[-145.78728,64.6344],[-145.72006,64.63433],[-145.72006,64.64881],[-145.60197,64.64852],[-145.60213,64.63402],[-145.53474,64.63381],[-145.53507,64.61944],[-145.41747,64.6188],[-145.41612,64.66956],[-145.51753,64.66992],[-145.5172,64.68426],[-145.55123,64.6844],[-145.54979,64.74221],[-145.76969,64.74262],[-145.77008,64.72822],[-145.80362,64.72818],[-145.80362,64.71377],[-145.83755,64.71386],[-145.83753,64.69942],[-145.87126,64.69942],[-145.87132,64.68504],[-145.90525,64.68504],[-145.90505,64.65613],[-145.97252,64.65617],[-145.97242,64.64181],[-146.03979,64.64173],[-146.03999,64.62732],[-146.10716,64.62728],[-146.10726,64.61286],[-146.17443,64.61282],[-146.17433,64.59839],[-146.51022,64.59752],[-146.51022,64.58306],[-146.54378,64.58298],[-146.54355,64.56861],[-146.66106,64.56814],[-146.66294,64.65457],[-146.69691,64.65446],[-146.69761,64.68321],[-146.73145,64.68321],[-146.73158,64.69762],[-146.79914,64.69725],[-146.79964,64.71185],[-146.86687,64.71149],[-146.86976,64.80518],[-146.66685,64.80622],[-146.6673,64.83516],[-146.63363,64.83531],[-146.6339,64.84974],[-146.56609,64.85],[-146.56636,64.86442],[-146.49861,64.86474],[-146.49861,64.8791],[-146.29497,64.87968],[-146.29513,64.89406],[-146.26126,64.89419],[-146.26122,64.90859],[-146.22721,64.9087],[-146.22748,64.92301],[-146.12528,64.92323],[-146.1255,64.93767],[-146.02333,64.93773],[-146.0233,65.00982],[-145.98928,65.00989],[-145.98923,65.11099],[-145.92081,65.11099],[-145.92081,65.12529],[-145.88637,65.12535],[-145.88623,65.20475],[-145.97203,65.20475],[-145.9718,65.16137],[-146.04048,65.16129],[-146.04058,65.13252],[-146.07463,65.13241],[-146.07475,65.11793],[-146.10931,65.11798],[-146.10898,65.10359],[-146.19464,65.10353],[-146.19501,65.1756],[-146.28114,65.1756],[-146.28065,65.14674],[-146.34941,65.14661],[-146.34893,65.11054],[-146.28046,65.11074],[-146.27972,65.06018],[-146.314,65.06008],[-146.31276,64.94464],[-146.38074,64.94449],[-146.38055,64.93005],[-146.73774,64.92843],[-146.73883,64.95739],[-146.84115,64.95693],[-146.84192,65.00028],[-146.97878,64.99963],[-146.9813,65.07167],[-147.04943,65.07115],[-147.05025,65.08563],[-147.18748,65.08471],[-147.1886,65.09884],[-147.32481,65.09771],[-147.32652,65.13388],[-147.29221,65.13419],[-147.29259,65.14869],[-147.22415,65.1494],[-147.2255,65.17821],[-147.19138,65.1784],[-147.19199,65.19285],[-146.95159,65.19453],[-146.95198,65.20892],[-146.81452,65.20985],[-146.81492,65.22425],[-146.7805,65.22433],[-146.78192,65.27489],[-146.97162,65.27385],[-146.97087,65.2594],[-147.07429,65.25873],[-147.07379,65.24423],[-147.21157,65.24321],[-147.21085,65.22877],[-147.27973,65.22822],[-147.27895,65.21377],[-147.31335,65.2135],[-147.31263,65.19902],[-147.65624,65.19566],[-147.65538,65.18121],[-147.68973,65.1808],[-147.68876,65.16641],[-147.84319,65.16458],[-147.84617,65.20786],[-148.05247,65.2052],[-148.05338,65.21965],[-148.1738,65.21794],[-148.16969,65.16747],[-148.13532,65.16794],[-148.13014,65.10302],[-148.23278,65.10153],[-148.2292,65.05826],[-148.26339,65.05775],[-148.26216,65.04331],[-148.60352,65.03776],[-148.60211,65.02333],[-148.63623,65.02277],[-148.6348,65.00832],[-148.70299,65.00712],[-148.69498,64.92779],[-148.59299,64.9296],[-148.59023,64.90076],[-148.42037,64.90359],[-148.41524,64.84591],[-148.38131,64.84645],[-148.37436,64.76712],[-148.47572,64.76552],[-148.47441,64.75106],[-148.67704,64.74754],[-148.67069,64.68263]]],"terms_url":"https://fnsb.gov/","terms_text":"Fairbanks North Star Borough","best":true,"icon":"https://gisportal.fnsb.gov/enterprise/sharing/rest/content/items/dcddc0ef4522420188e14f1bb0c66c7f/resources/inConfig/6788966698574785.png"},{"id":"FOMI_2005","name":"FÖMI orthophoto 2005","type":"tms","template":"http://e.tile.openstreetmap.hu/ortofoto2005/{zoom}/{x}/{y}.jpg","category":"historicphoto","endDate":"2005-01-01T00:00:00.000Z","startDate":"2005-01-01T00:00:00.000Z","zoomExtent":[0,17],"polygon":[[[16.11391,46.8691],[16.12657,46.85691],[16.15609,46.85371],[16.23323,46.87667],[16.29139,46.87283],[16.3015,46.85951],[16.34033,46.84688],[16.35084,46.83006],[16.34064,46.80519],[16.31277,46.79731],[16.31216,46.778],[16.33054,46.77521],[16.3186,46.75414],[16.35706,46.71424],[16.37109,46.72229],[16.37983,46.71539],[16.36892,46.70401],[16.42863,46.69397],[16.41985,46.65848],[16.39154,46.66373],[16.38594,46.64425],[16.42486,46.61316],[16.44557,46.61095],[16.4834,46.5786],[16.483,46.56604],[16.50841,46.56527],[16.51767,46.53635],[16.53258,46.5314],[16.5236,46.50538],[16.60447,46.47608],[16.61879,46.46199],[16.66637,46.4583],[16.66318,46.4487],[16.67729,46.44945],[16.71821,46.38987],[16.72987,46.40149],[16.75921,46.37766],[16.79334,46.38739],[16.82617,46.3671],[16.83765,46.3748],[16.83529,46.36382],[16.84986,46.36262],[16.8522,46.35172],[16.86562,46.35565],[16.86154,46.34524],[16.88021,46.3357],[16.87137,46.32528],[16.88624,46.28146],[16.95041,46.24153],[16.97395,46.24311],[16.97354,46.2252],[17.06616,46.2023],[17.07525,46.18895],[17.12274,46.17898],[17.1261,46.16845],[17.15929,46.16968],[17.15623,46.15858],[17.1811,46.15055],[17.18652,46.13323],[17.17434,46.12876],[17.17593,46.10846],[17.21297,46.11386],[17.2104,46.10017],[17.23313,46.09896],[17.20199,46.07655],[17.23131,46.07903],[17.25251,46.06647],[17.23248,46.0592],[17.27096,46.05671],[17.25415,46.03001],[17.29632,46.02852],[17.25797,46.01103],[17.3042,46.00211],[17.29877,45.98387],[17.32365,45.98878],[17.313,45.96653],[17.33198,45.97289],[17.33396,45.99608],[17.35672,45.97358],[17.36357,45.99154],[17.37519,45.98811],[17.37549,45.96869],[17.35835,45.96427],[17.38742,45.96618],[17.39054,45.95819],[17.35377,45.9525],[17.34388,45.96053],[17.34762,45.94234],[17.38287,45.94757],[17.39215,45.93021],[17.41081,45.93997],[17.4259,45.92727],[17.43783,45.95038],[17.57007,45.93582],[17.62762,45.89794],[17.66329,45.83818],[17.74086,45.8296],[17.76034,45.81192],[17.78091,45.81749],[17.80898,45.8041],[17.82627,45.81],[17.86531,45.76701],[17.90668,45.79257],[17.93021,45.78633],[17.99588,45.79573],[18.08189,45.76452],[18.10681,45.77083],[18.12465,45.78963],[18.16819,45.77627],[18.19087,45.78788],[18.23073,45.77903],[18.24405,45.76123],[18.29682,45.76122],[18.33942,45.74716],[18.36423,45.77294],[18.39189,45.7617],[18.40763,45.73971],[18.44685,45.73713],[18.44508,45.76052],[18.45628,45.76952],[18.48219,45.7655],[18.49067,45.79472],[18.52235,45.78269],[18.55972,45.8038],[18.57498,45.80043],[18.57324,45.81376],[18.62367,45.83985],[18.61484,45.85314],[18.62777,45.87338],[18.65502,45.87424],[18.64128,45.88904],[18.66513,45.89928],[18.65966,45.91689],[18.67002,45.91084],[18.70489,45.91819],[18.79562,45.87845],[18.80925,45.87962],[18.80751,45.90361],[18.822,45.91459],[18.82768,45.90517],[18.86856,45.91134],[18.86471,45.92085],[18.87946,45.91668],[18.90613,45.93538],[19.00927,45.92366],[19.00598,45.95907],[19.07968,45.96364],[19.06604,46.0002],[19.10487,46.04017],[19.13384,46.0371],[19.14799,45.99634],[19.28565,45.9969],[19.29653,45.98812],[19.2819,46.0148],[19.36409,46.0523],[19.3804,46.03587],[19.416,46.04605],[19.46658,46.08204],[19.4645,46.09538],[19.52712,46.12103],[19.50266,46.14245],[19.5604,46.16658],[19.56765,46.17911],[19.63174,46.1693],[19.66151,46.19044],[19.68277,46.18004],[19.69821,46.18793],[19.75854,46.14798],[19.81797,46.12817],[19.85335,46.15],[19.93541,46.17642],[20.01581,46.17684],[20.03461,46.14589],[20.06362,46.14373],[20.10097,46.17728],[20.1365,46.14495],[20.18174,46.16011],[20.23301,46.12417],[20.24848,46.1301],[20.2549,46.11585],[20.29681,46.15215],[20.35571,46.16963],[20.36853,46.15286],[20.39751,46.15747],[20.45923,46.14288],[20.49494,46.17099],[20.50148,46.19033],[20.54505,46.17909],[20.63945,46.12676],[20.65492,46.14977],[20.68436,46.14478],[20.71405,46.16605],[20.73411,46.19394],[20.7274,46.20775],[20.76186,46.20456],[20.74905,46.25085],[20.77565,46.27596],[20.87327,46.28776],[20.92181,46.26181],[20.92507,46.27662],[20.94658,46.2793],[20.96082,46.2623],[21.02467,46.26653],[21.03662,46.24804],[21.06608,46.24294],[21.07088,46.2539],[21.10305,46.26246],[21.11554,46.30185],[21.1805,46.30445],[21.17623,46.33577],[21.19926,46.3479],[21.20642,46.40338],[21.22501,46.41369],[21.29633,46.40696],[21.28952,46.41548],[21.31743,46.45073],[21.29645,46.4763],[21.27442,46.47673],[21.26003,46.50216],[21.2743,46.54074],[21.32079,46.58286],[21.30124,46.59087],[21.31397,46.61767],[21.33005,46.63182],[21.3657,46.63795],[21.4098,46.62181],[21.41624,46.64262],[21.45467,46.66086],[21.43096,46.67814],[21.4299,46.69394],[21.47284,46.69591],[21.49233,46.68597],[21.52937,46.72097],[21.52634,46.73932],[21.48318,46.76502],[21.51861,46.80007],[21.52033,46.83737],[21.60167,46.86682],[21.61429,46.88673],[21.59845,46.92747],[21.6382,46.93305],[21.68149,46.96521],[21.66787,46.97123],[21.68887,47.002],[21.65042,47.04083],[21.6976,47.05792],[21.72683,47.09839],[21.79241,47.10598],[21.81248,47.16675],[21.85807,47.18736],[21.85349,47.23976],[21.88728,47.27305],[21.87779,47.28578],[21.93825,47.37253],[21.96274,47.38105],[22.01198,47.3758],[22.02388,47.39086],[22.03279,47.45084],[22.00719,47.48362],[22.03672,47.53267],[22.04513,47.53989],[22.06179,47.5288],[22.07122,47.53807],[22.05345,47.54748],[22.07826,47.56213],[22.09428,47.55836],[22.12892,47.5979],[22.17965,47.59161],[22.23068,47.6932],[22.259,47.69791],[22.26432,47.73107],[22.28514,47.72928],[22.31762,47.74337],[22.31777,47.76609],[22.35662,47.74862],[22.43133,47.73981],[22.45131,47.80339],[22.48121,47.81089],[22.549,47.77222],[22.61112,47.77175],[22.68019,47.78775],[22.71363,47.83609],[22.77775,47.84225],[22.75869,47.89414],[22.79281,47.89086],[22.84733,47.90776],[22.89744,47.95406],[22.89157,47.96724],[22.86973,47.96596],[22.87257,47.97527],[22.84076,47.98136],[22.83556,47.9906],[22.86597,48.01132],[22.88204,48.05481],[22.8678,48.05243],[22.86113,48.07503],[22.83644,48.08025],[22.82543,48.11751],[22.80253,48.10708],[22.80277,48.12211],[22.77232,48.12187],[22.77039,48.10902],[22.75762,48.12006],[22.73472,48.11985],[22.67545,48.092],[22.59028,48.10734],[22.59824,48.14476],[22.56164,48.18161],[22.57114,48.19614],[22.53111,48.20943],[22.51615,48.23797],[22.49722,48.23955],[22.4899,48.25342],[22.45639,48.24231],[22.43284,48.25252],[22.40064,48.2492],[22.38475,48.23396],[22.33843,48.27921],[22.33729,48.30791],[22.31329,48.32507],[22.31781,48.35454],[22.26757,48.36116],[22.23988,48.38701],[22.26549,48.40987],[22.23714,48.41004],[22.21257,48.42565],[22.15619,48.40931],[22.15277,48.39624],[22.13106,48.39123],[22.13591,48.38052],[22.08674,48.37156],[22.07649,48.38724],[22.0546,48.37753],[22.02133,48.39275],[21.99446,48.37732],[21.9492,48.37873],[21.92681,48.3709],[21.92819,48.3616],[21.8998,48.37022],[21.89788,48.36256],[21.88484,48.36754],[21.8843,48.35605],[21.83721,48.36325],[21.8352,48.33464],[21.81741,48.33279],[21.71187,48.35762],[21.70174,48.3807],[21.66456,48.39216],[21.66355,48.41796],[21.62019,48.46983],[21.61393,48.50942],[21.54202,48.5084],[21.51409,48.55107],[21.44061,48.5851],[21.42266,48.57882],[21.41545,48.55895],[21.31938,48.5612],[21.32688,48.55413],[21.31338,48.55084],[21.30549,48.52225],[21.22106,48.5375],[21.17963,48.51823],[21.16087,48.5215],[21.11745,48.49105],[21.06632,48.52589],[21.01511,48.53231],[20.98158,48.51777],[20.9562,48.52167],[20.95588,48.53396],[20.93463,48.53834],[20.92232,48.55945],[20.86815,48.55182],[20.84533,48.5665],[20.85044,48.58163],[20.8378,48.57421],[20.83636,48.58284],[20.65387,48.56141],[20.58659,48.53576],[20.54649,48.54429],[20.53747,48.52788],[20.50651,48.53442],[20.50793,48.48936],[20.41623,48.41854],[20.42053,48.40386],[20.40253,48.38256],[20.40983,48.36586],[20.38408,48.35118],[20.36566,48.31661],[20.33746,48.30167],[20.32571,48.27279],[20.28686,48.26164],[20.23495,48.27993],[20.22847,48.26278],[20.20383,48.26191],[20.20616,48.25098],[20.13319,48.25398],[20.13409,48.22518],[20.07004,48.1917],[20.07299,48.17961],[20.04945,48.1672],[20.02904,48.17768],[19.98871,48.16217],[19.97439,48.166],[19.93738,48.13112],[19.8983,48.1249],[19.91454,48.14686],[19.89875,48.16631],[19.86013,48.16941],[19.85517,48.17843],[19.84528,48.16274],[19.82133,48.16908],[19.79481,48.15353],[19.78242,48.16504],[19.80528,48.18373],[19.79873,48.19482],[19.78716,48.19253],[19.74618,48.21651],[19.72113,48.20147],[19.69122,48.20389],[19.66986,48.23921],[19.64452,48.23917],[19.63083,48.25007],[19.5775,48.21601],[19.52604,48.20313],[19.52897,48.19036],[19.50452,48.17344],[19.51282,48.15466],[19.49238,48.13966],[19.49442,48.10991],[19.46735,48.08393],[19.45405,48.10144],[19.40002,48.0823],[19.3866,48.09191],[19.30311,48.08871],[19.25578,48.07156],[19.24137,48.05365],[19.13529,48.07415],[19.1074,48.0656],[19.08436,48.07278],[19.05852,48.05735],[19.01486,48.07818],[18.98161,48.0536],[18.9439,48.05886],[18.90898,48.05114],[18.88667,48.05868],[18.87494,48.04707],[18.83327,48.04824],[18.82,48.03968],[18.81574,47.99344],[18.75525,47.97635],[18.77675,47.95509],[18.75686,47.89684],[18.76353,47.8716],[18.81357,47.85555],[18.82801,47.83429],[18.85588,47.82608],[18.84854,47.81672],[18.792,47.82309],[18.74118,47.81382],[18.72607,47.78904],[18.64609,47.75909],[18.55908,47.766],[18.49316,47.75276],[18.45407,47.76512],[18.29588,47.73146],[18.03806,47.75768],[18.00441,47.74634],[17.97087,47.75784],[17.94687,47.74467],[17.90013,47.73926],[17.8661,47.74575],[17.77987,47.73949],[17.70858,47.75668],[17.6084,47.82189],[17.56758,47.81513],[17.52674,47.86551],[17.45392,47.88526],[17.40299,47.94785],[17.33465,47.99312],[17.25795,47.99865],[17.24177,48.02247],[17.20103,48.01999],[17.09466,47.97088],[17.11838,47.96011],[17.09171,47.93429],[17.11317,47.92716],[17.08575,47.87462],[17.01639,47.86733],[17.01055,47.85818],[17.05195,47.83777],[17.04714,47.82856],[17.07495,47.8085],[17.0516,47.79385],[17.07066,47.72854],[17.09374,47.70777],[16.87668,47.68765],[16.86689,47.72115],[16.83943,47.70451],[16.83016,47.68106],[16.75341,47.68282],[16.72094,47.73536],[16.65729,47.74149],[16.63441,47.75908],[16.60952,47.76037],[16.54798,47.75154],[16.53638,47.73678],[16.55217,47.72255],[16.48722,47.69798],[16.4747,47.68116],[16.44805,47.69647],[16.44374,47.67421],[16.42546,47.66217],[16.49675,47.63931],[16.51474,47.6462],[16.57391,47.61967],[16.63142,47.62832],[16.65276,47.62285],[16.65953,47.6061],[16.6732,47.60495],[16.66354,47.56773],[16.71478,47.5402],[16.68956,47.51016],[16.65234,47.50034],[16.67064,47.47422],[16.66185,47.4556],[16.58073,47.41917],[16.57491,47.40542],[16.51709,47.41002],[16.49638,47.38927],[16.48317,47.40936],[16.44546,47.40702],[16.45851,47.36705],[16.4337,47.35281],[16.46463,47.33385],[16.48923,47.27989],[16.46715,47.25317],[16.43131,47.25276],[16.44263,47.23371],[16.43713,47.2097],[16.41892,47.21071],[16.4195,47.19491],[16.43056,47.1847],[16.45556,47.18756],[16.46487,47.16833],[16.45495,47.14259],[16.51716,47.14969],[16.52953,47.12874],[16.50004,47.12329],[16.5008,47.11006],[16.46372,47.09392],[16.47321,47.07362],[16.52032,47.0561],[16.44567,47.03887],[16.43912,47.02966],[16.44786,47.02275],[16.46356,47.03227],[16.5122,47.00117],[16.48,46.99412],[16.44781,47.00389],[16.43327,46.99274],[16.41277,47.00475],[16.3734,46.99859],[16.35052,47.01063],[16.34146,46.99652],[16.30162,46.99923],[16.29058,47.01398],[16.27647,46.96261],[16.25532,46.96421],[16.24628,46.94639],[16.22175,46.93554],[16.20004,46.94151],[16.17897,46.90662],[16.11391,46.8691]]],"terms_url":"https://www.fomi.hu","terms_text":"Földmérési és Távérzékelési Intézet"},{"id":"FOMI_2007_2010","name":"FÖMI orthophoto 2007-2010","type":"tms","template":"http://e.tile.openstreetmap.hu/ortofoto-2007-2010/{zoom}/{x}/{y}.jpg","category":"photo","endDate":"2010-01-01T00:00:00.000Z","startDate":"2007-01-01T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[16.11391,46.8691],[16.12657,46.85691],[16.15609,46.85371],[16.23323,46.87667],[16.29139,46.87283],[16.3015,46.85951],[16.34033,46.84688],[16.35084,46.83006],[16.34064,46.80519],[16.31277,46.79731],[16.31216,46.778],[16.33054,46.77521],[16.3186,46.75414],[16.35706,46.71424],[16.37109,46.72229],[16.37983,46.71539],[16.36892,46.70401],[16.42863,46.69397],[16.41985,46.65848],[16.39154,46.66373],[16.38594,46.64425],[16.42486,46.61316],[16.44557,46.61095],[16.4834,46.5786],[16.483,46.56604],[16.50841,46.56527],[16.51767,46.53635],[16.53258,46.5314],[16.5236,46.50538],[16.60447,46.47608],[16.61879,46.46199],[16.66637,46.4583],[16.66318,46.4487],[16.67729,46.44945],[16.71821,46.38987],[16.72987,46.40149],[16.75921,46.37766],[16.79334,46.38739],[16.82617,46.3671],[16.83765,46.3748],[16.83529,46.36382],[16.84986,46.36262],[16.8522,46.35172],[16.86562,46.35565],[16.86154,46.34524],[16.88021,46.3357],[16.87137,46.32528],[16.88624,46.28146],[16.95041,46.24153],[16.97395,46.24311],[16.97354,46.2252],[17.06616,46.2023],[17.07525,46.18895],[17.12274,46.17898],[17.1261,46.16845],[17.15929,46.16968],[17.15623,46.15858],[17.1811,46.15055],[17.18652,46.13323],[17.17434,46.12876],[17.17593,46.10846],[17.21297,46.11386],[17.2104,46.10017],[17.23313,46.09896],[17.20199,46.07655],[17.23131,46.07903],[17.25251,46.06647],[17.23248,46.0592],[17.27096,46.05671],[17.25415,46.03001],[17.29632,46.02852],[17.25797,46.01103],[17.3042,46.00211],[17.29877,45.98387],[17.32365,45.98878],[17.313,45.96653],[17.33198,45.97289],[17.33396,45.99608],[17.35672,45.97358],[17.36357,45.99154],[17.37519,45.98811],[17.37549,45.96869],[17.35835,45.96427],[17.38742,45.96618],[17.39054,45.95819],[17.35377,45.9525],[17.34388,45.96053],[17.34762,45.94234],[17.38287,45.94757],[17.39215,45.93021],[17.41081,45.93997],[17.4259,45.92727],[17.43783,45.95038],[17.57007,45.93582],[17.62762,45.89794],[17.66329,45.83818],[17.74086,45.8296],[17.76034,45.81192],[17.78091,45.81749],[17.80898,45.8041],[17.82627,45.81],[17.86531,45.76701],[17.90668,45.79257],[17.93021,45.78633],[17.99588,45.79573],[18.08189,45.76452],[18.10681,45.77083],[18.12465,45.78963],[18.16819,45.77627],[18.19087,45.78788],[18.23073,45.77903],[18.24405,45.76123],[18.29682,45.76122],[18.33942,45.74716],[18.36423,45.77294],[18.39189,45.7617],[18.40763,45.73971],[18.44685,45.73713],[18.44508,45.76052],[18.45628,45.76952],[18.48219,45.7655],[18.49067,45.79472],[18.52235,45.78269],[18.55972,45.8038],[18.57498,45.80043],[18.57324,45.81376],[18.62367,45.83985],[18.61484,45.85314],[18.62777,45.87338],[18.65502,45.87424],[18.64128,45.88904],[18.66513,45.89928],[18.65966,45.91689],[18.67002,45.91084],[18.70489,45.91819],[18.79562,45.87845],[18.80925,45.87962],[18.80751,45.90361],[18.822,45.91459],[18.82768,45.90517],[18.86856,45.91134],[18.86471,45.92085],[18.87946,45.91668],[18.90613,45.93538],[19.00927,45.92366],[19.00598,45.95907],[19.07968,45.96364],[19.06604,46.0002],[19.10487,46.04017],[19.13384,46.0371],[19.14799,45.99634],[19.28565,45.9969],[19.29653,45.98812],[19.2819,46.0148],[19.36409,46.0523],[19.3804,46.03587],[19.416,46.04605],[19.46658,46.08204],[19.4645,46.09538],[19.52712,46.12103],[19.50266,46.14245],[19.5604,46.16658],[19.56765,46.17911],[19.63174,46.1693],[19.66151,46.19044],[19.68277,46.18004],[19.69821,46.18793],[19.75854,46.14798],[19.81797,46.12817],[19.85335,46.15],[19.93541,46.17642],[20.01581,46.17684],[20.03461,46.14589],[20.06362,46.14373],[20.10097,46.17728],[20.1365,46.14495],[20.18174,46.16011],[20.23301,46.12417],[20.24848,46.1301],[20.2549,46.11585],[20.29681,46.15215],[20.35571,46.16963],[20.36853,46.15286],[20.39751,46.15747],[20.45923,46.14288],[20.49494,46.17099],[20.50148,46.19033],[20.54505,46.17909],[20.63945,46.12676],[20.65492,46.14977],[20.68436,46.14478],[20.71405,46.16605],[20.73411,46.19394],[20.7274,46.20775],[20.76186,46.20456],[20.74905,46.25085],[20.77565,46.27596],[20.87327,46.28776],[20.92181,46.26181],[20.92507,46.27662],[20.94658,46.2793],[20.96082,46.2623],[21.02467,46.26653],[21.03662,46.24804],[21.06608,46.24294],[21.07088,46.2539],[21.10305,46.26246],[21.11554,46.30185],[21.1805,46.30445],[21.17623,46.33577],[21.19926,46.3479],[21.20642,46.40338],[21.22501,46.41369],[21.29633,46.40696],[21.28952,46.41548],[21.31743,46.45073],[21.29645,46.4763],[21.27442,46.47673],[21.26003,46.50216],[21.2743,46.54074],[21.32079,46.58286],[21.30124,46.59087],[21.31397,46.61767],[21.33005,46.63182],[21.3657,46.63795],[21.4098,46.62181],[21.41624,46.64262],[21.45467,46.66086],[21.43096,46.67814],[21.4299,46.69394],[21.47284,46.69591],[21.49233,46.68597],[21.52937,46.72097],[21.52634,46.73932],[21.48318,46.76502],[21.51861,46.80007],[21.52033,46.83737],[21.60167,46.86682],[21.61429,46.88673],[21.59845,46.92747],[21.6382,46.93305],[21.68149,46.96521],[21.66787,46.97123],[21.68887,47.002],[21.65042,47.04083],[21.6976,47.05792],[21.72683,47.09839],[21.79241,47.10598],[21.81248,47.16675],[21.85807,47.18736],[21.85349,47.23976],[21.88728,47.27305],[21.87779,47.28578],[21.93825,47.37253],[21.96274,47.38105],[22.01198,47.3758],[22.02388,47.39086],[22.03279,47.45084],[22.00719,47.48362],[22.03672,47.53267],[22.04513,47.53989],[22.06179,47.5288],[22.07122,47.53807],[22.05345,47.54748],[22.07826,47.56213],[22.09428,47.55836],[22.12892,47.5979],[22.17965,47.59161],[22.23068,47.6932],[22.259,47.69791],[22.26432,47.73107],[22.28514,47.72928],[22.31762,47.74337],[22.31777,47.76609],[22.35662,47.74862],[22.43133,47.73981],[22.45131,47.80339],[22.48121,47.81089],[22.549,47.77222],[22.61112,47.77175],[22.68019,47.78775],[22.71363,47.83609],[22.77775,47.84225],[22.75869,47.89414],[22.79281,47.89086],[22.84733,47.90776],[22.89744,47.95406],[22.89157,47.96724],[22.86973,47.96596],[22.87257,47.97527],[22.84076,47.98136],[22.83556,47.9906],[22.86597,48.01132],[22.88204,48.05481],[22.8678,48.05243],[22.86113,48.07503],[22.83644,48.08025],[22.82543,48.11751],[22.80253,48.10708],[22.80277,48.12211],[22.77232,48.12187],[22.77039,48.10902],[22.75762,48.12006],[22.73472,48.11985],[22.67545,48.092],[22.59028,48.10734],[22.59824,48.14476],[22.56164,48.18161],[22.57114,48.19614],[22.53111,48.20943],[22.51615,48.23797],[22.49722,48.23955],[22.4899,48.25342],[22.45639,48.24231],[22.43284,48.25252],[22.40064,48.2492],[22.38475,48.23396],[22.33843,48.27921],[22.33729,48.30791],[22.31329,48.32507],[22.31781,48.35454],[22.26757,48.36116],[22.23988,48.38701],[22.26549,48.40987],[22.23714,48.41004],[22.21257,48.42565],[22.15619,48.40931],[22.15277,48.39624],[22.13106,48.39123],[22.13591,48.38052],[22.08674,48.37156],[22.07649,48.38724],[22.0546,48.37753],[22.02133,48.39275],[21.99446,48.37732],[21.9492,48.37873],[21.92681,48.3709],[21.92819,48.3616],[21.8998,48.37022],[21.89788,48.36256],[21.88484,48.36754],[21.8843,48.35605],[21.83721,48.36325],[21.8352,48.33464],[21.81741,48.33279],[21.71187,48.35762],[21.70174,48.3807],[21.66456,48.39216],[21.66355,48.41796],[21.62019,48.46983],[21.61393,48.50942],[21.54202,48.5084],[21.51409,48.55107],[21.44061,48.5851],[21.42266,48.57882],[21.41545,48.55895],[21.31938,48.5612],[21.32688,48.55413],[21.31338,48.55084],[21.30549,48.52225],[21.22106,48.5375],[21.17963,48.51823],[21.16087,48.5215],[21.11745,48.49105],[21.06632,48.52589],[21.01511,48.53231],[20.98158,48.51777],[20.9562,48.52167],[20.95588,48.53396],[20.93463,48.53834],[20.92232,48.55945],[20.86815,48.55182],[20.84533,48.5665],[20.85044,48.58163],[20.8378,48.57421],[20.83636,48.58284],[20.65387,48.56141],[20.58659,48.53576],[20.54649,48.54429],[20.53747,48.52788],[20.50651,48.53442],[20.50793,48.48936],[20.41623,48.41854],[20.42053,48.40386],[20.40253,48.38256],[20.40983,48.36586],[20.38408,48.35118],[20.36566,48.31661],[20.33746,48.30167],[20.32571,48.27279],[20.28686,48.26164],[20.23495,48.27993],[20.22847,48.26278],[20.20383,48.26191],[20.20616,48.25098],[20.13319,48.25398],[20.13409,48.22518],[20.07004,48.1917],[20.07299,48.17961],[20.04945,48.1672],[20.02904,48.17768],[19.98871,48.16217],[19.97439,48.166],[19.93738,48.13112],[19.8983,48.1249],[19.91454,48.14686],[19.89875,48.16631],[19.86013,48.16941],[19.85517,48.17843],[19.84528,48.16274],[19.82133,48.16908],[19.79481,48.15353],[19.78242,48.16504],[19.80528,48.18373],[19.79873,48.19482],[19.78716,48.19253],[19.74618,48.21651],[19.72113,48.20147],[19.69122,48.20389],[19.66986,48.23921],[19.64452,48.23917],[19.63083,48.25007],[19.5775,48.21601],[19.52604,48.20313],[19.52897,48.19036],[19.50452,48.17344],[19.51282,48.15466],[19.49238,48.13966],[19.49442,48.10991],[19.46735,48.08393],[19.45405,48.10144],[19.40002,48.0823],[19.3866,48.09191],[19.30311,48.08871],[19.25578,48.07156],[19.24137,48.05365],[19.13529,48.07415],[19.1074,48.0656],[19.08436,48.07278],[19.05852,48.05735],[19.01486,48.07818],[18.98161,48.0536],[18.9439,48.05886],[18.90898,48.05114],[18.88667,48.05868],[18.87494,48.04707],[18.83327,48.04824],[18.82,48.03968],[18.81574,47.99344],[18.75525,47.97635],[18.77675,47.95509],[18.75686,47.89684],[18.76353,47.8716],[18.81357,47.85555],[18.82801,47.83429],[18.85588,47.82608],[18.84854,47.81672],[18.792,47.82309],[18.74118,47.81382],[18.72607,47.78904],[18.64609,47.75909],[18.55908,47.766],[18.49316,47.75276],[18.45407,47.76512],[18.29588,47.73146],[18.03806,47.75768],[18.00441,47.74634],[17.97087,47.75784],[17.94687,47.74467],[17.90013,47.73926],[17.8661,47.74575],[17.77987,47.73949],[17.70858,47.75668],[17.6084,47.82189],[17.56758,47.81513],[17.52674,47.86551],[17.45392,47.88526],[17.40299,47.94785],[17.33465,47.99312],[17.25795,47.99865],[17.24177,48.02247],[17.20103,48.01999],[17.09466,47.97088],[17.11838,47.96011],[17.09171,47.93429],[17.11317,47.92716],[17.08575,47.87462],[17.01639,47.86733],[17.01055,47.85818],[17.05195,47.83777],[17.04714,47.82856],[17.07495,47.8085],[17.0516,47.79385],[17.07066,47.72854],[17.09374,47.70777],[16.87668,47.68765],[16.86689,47.72115],[16.83943,47.70451],[16.83016,47.68106],[16.75341,47.68282],[16.72094,47.73536],[16.65729,47.74149],[16.63441,47.75908],[16.60952,47.76037],[16.54798,47.75154],[16.53638,47.73678],[16.55217,47.72255],[16.48722,47.69798],[16.4747,47.68116],[16.44805,47.69647],[16.44374,47.67421],[16.42546,47.66217],[16.49675,47.63931],[16.51474,47.6462],[16.57391,47.61967],[16.63142,47.62832],[16.65276,47.62285],[16.65953,47.6061],[16.6732,47.60495],[16.66354,47.56773],[16.71478,47.5402],[16.68956,47.51016],[16.65234,47.50034],[16.67064,47.47422],[16.66185,47.4556],[16.58073,47.41917],[16.57491,47.40542],[16.51709,47.41002],[16.49638,47.38927],[16.48317,47.40936],[16.44546,47.40702],[16.45851,47.36705],[16.4337,47.35281],[16.46463,47.33385],[16.48923,47.27989],[16.46715,47.25317],[16.43131,47.25276],[16.44263,47.23371],[16.43713,47.2097],[16.41892,47.21071],[16.4195,47.19491],[16.43056,47.1847],[16.45556,47.18756],[16.46487,47.16833],[16.45495,47.14259],[16.51716,47.14969],[16.52953,47.12874],[16.50004,47.12329],[16.5008,47.11006],[16.46372,47.09392],[16.47321,47.07362],[16.52032,47.0561],[16.44567,47.03887],[16.43912,47.02966],[16.44786,47.02275],[16.46356,47.03227],[16.5122,47.00117],[16.48,46.99412],[16.44781,47.00389],[16.43327,46.99274],[16.41277,47.00475],[16.3734,46.99859],[16.35052,47.01063],[16.34146,46.99652],[16.30162,46.99923],[16.29058,47.01398],[16.27647,46.96261],[16.25532,46.96421],[16.24628,46.94639],[16.22175,46.93554],[16.20004,46.94151],[16.17897,46.90662],[16.11391,46.8691]]],"terms_url":"https://www.fomi.hu","terms_text":"Földmérési és Távérzékelési Intézet"},{"id":"FOMI_2011_2014","name":"FÖMI orthophoto 2011-2014 (WEBP)","type":"tms","template":"https://orto1.tile.openstreetmap.hu/fomi2011-2014/{zoom}/{x}/{y}.webp","category":"photo","endDate":"2014-06-10T00:00:00.000Z","startDate":"2011-08-11T00:00:00.000Z","zoomExtent":[8,18],"polygon":[[[16.11391,46.8691],[16.12657,46.85691],[16.15609,46.85371],[16.23323,46.87667],[16.29139,46.87283],[16.3015,46.85951],[16.34033,46.84688],[16.35084,46.83006],[16.34064,46.80519],[16.31277,46.79731],[16.31216,46.778],[16.33054,46.77521],[16.3186,46.75414],[16.35706,46.71424],[16.37109,46.72229],[16.37983,46.71539],[16.36892,46.70401],[16.42863,46.69397],[16.41985,46.65848],[16.39154,46.66373],[16.38594,46.64425],[16.42486,46.61316],[16.44557,46.61095],[16.4834,46.5786],[16.483,46.56604],[16.50841,46.56527],[16.51767,46.53635],[16.53258,46.5314],[16.5236,46.50538],[16.60447,46.47608],[16.61879,46.46199],[16.66637,46.4583],[16.66318,46.4487],[16.67729,46.44945],[16.71821,46.38987],[16.72987,46.40149],[16.75921,46.37766],[16.79334,46.38739],[16.82617,46.3671],[16.83765,46.3748],[16.83529,46.36382],[16.84986,46.36262],[16.8522,46.35172],[16.86562,46.35565],[16.86154,46.34524],[16.88021,46.3357],[16.87137,46.32528],[16.88624,46.28146],[16.95041,46.24153],[16.97395,46.24311],[16.97354,46.2252],[17.06616,46.2023],[17.07525,46.18895],[17.12274,46.17898],[17.1261,46.16845],[17.15929,46.16968],[17.15623,46.15858],[17.1811,46.15055],[17.18652,46.13323],[17.17434,46.12876],[17.17593,46.10846],[17.21297,46.11386],[17.2104,46.10017],[17.23313,46.09896],[17.20199,46.07655],[17.23131,46.07903],[17.25251,46.06647],[17.23248,46.0592],[17.27096,46.05671],[17.25415,46.03001],[17.29632,46.02852],[17.25797,46.01103],[17.3042,46.00211],[17.29877,45.98387],[17.32365,45.98878],[17.313,45.96653],[17.33198,45.97289],[17.33396,45.99608],[17.35672,45.97358],[17.36357,45.99154],[17.37519,45.98811],[17.37549,45.96869],[17.35835,45.96427],[17.38742,45.96618],[17.39054,45.95819],[17.35377,45.9525],[17.34388,45.96053],[17.34762,45.94234],[17.38287,45.94757],[17.39215,45.93021],[17.41081,45.93997],[17.4259,45.92727],[17.43783,45.95038],[17.57007,45.93582],[17.62762,45.89794],[17.66329,45.83818],[17.74086,45.8296],[17.76034,45.81192],[17.78091,45.81749],[17.80898,45.8041],[17.82627,45.81],[17.86531,45.76701],[17.90668,45.79257],[17.93021,45.78633],[17.99588,45.79573],[18.08189,45.76452],[18.10681,45.77083],[18.12465,45.78963],[18.16819,45.77627],[18.19087,45.78788],[18.23073,45.77903],[18.24405,45.76123],[18.29682,45.76122],[18.33942,45.74716],[18.36423,45.77294],[18.39189,45.7617],[18.40763,45.73971],[18.44685,45.73713],[18.44508,45.76052],[18.45628,45.76952],[18.48219,45.7655],[18.49067,45.79472],[18.52235,45.78269],[18.55972,45.8038],[18.57498,45.80043],[18.57324,45.81376],[18.62367,45.83985],[18.61484,45.85314],[18.62777,45.87338],[18.65502,45.87424],[18.64128,45.88904],[18.66513,45.89928],[18.65966,45.91689],[18.67002,45.91084],[18.70489,45.91819],[18.79562,45.87845],[18.80925,45.87962],[18.80751,45.90361],[18.822,45.91459],[18.82768,45.90517],[18.86856,45.91134],[18.86471,45.92085],[18.87946,45.91668],[18.90613,45.93538],[19.00927,45.92366],[19.00598,45.95907],[19.07968,45.96364],[19.06604,46.0002],[19.10487,46.04017],[19.13384,46.0371],[19.14799,45.99634],[19.28565,45.9969],[19.29653,45.98812],[19.2819,46.0148],[19.36409,46.0523],[19.3804,46.03587],[19.416,46.04605],[19.46658,46.08204],[19.4645,46.09538],[19.52712,46.12103],[19.50266,46.14245],[19.5604,46.16658],[19.56765,46.17911],[19.63174,46.1693],[19.66151,46.19044],[19.68277,46.18004],[19.69821,46.18793],[19.75854,46.14798],[19.81797,46.12817],[19.85335,46.15],[19.93541,46.17642],[20.01581,46.17684],[20.03461,46.14589],[20.06362,46.14373],[20.10097,46.17728],[20.1365,46.14495],[20.18174,46.16011],[20.23301,46.12417],[20.24848,46.1301],[20.2549,46.11585],[20.29681,46.15215],[20.35571,46.16963],[20.36853,46.15286],[20.39751,46.15747],[20.45923,46.14288],[20.49494,46.17099],[20.50148,46.19033],[20.54505,46.17909],[20.63945,46.12676],[20.65492,46.14977],[20.68436,46.14478],[20.71405,46.16605],[20.73411,46.19394],[20.7274,46.20775],[20.76186,46.20456],[20.74905,46.25085],[20.77565,46.27596],[20.87327,46.28776],[20.92181,46.26181],[20.92507,46.27662],[20.94658,46.2793],[20.96082,46.2623],[21.02467,46.26653],[21.03662,46.24804],[21.06608,46.24294],[21.07088,46.2539],[21.10305,46.26246],[21.11554,46.30185],[21.1805,46.30445],[21.17623,46.33577],[21.19926,46.3479],[21.20642,46.40338],[21.22501,46.41369],[21.29633,46.40696],[21.28952,46.41548],[21.31743,46.45073],[21.29645,46.4763],[21.27442,46.47673],[21.26003,46.50216],[21.2743,46.54074],[21.32079,46.58286],[21.30124,46.59087],[21.31397,46.61767],[21.33005,46.63182],[21.3657,46.63795],[21.4098,46.62181],[21.41624,46.64262],[21.45467,46.66086],[21.43096,46.67814],[21.4299,46.69394],[21.47284,46.69591],[21.49233,46.68597],[21.52937,46.72097],[21.52634,46.73932],[21.48318,46.76502],[21.51861,46.80007],[21.52033,46.83737],[21.60167,46.86682],[21.61429,46.88673],[21.59845,46.92747],[21.6382,46.93305],[21.68149,46.96521],[21.66787,46.97123],[21.68887,47.002],[21.65042,47.04083],[21.6976,47.05792],[21.72683,47.09839],[21.79241,47.10598],[21.81248,47.16675],[21.85807,47.18736],[21.85349,47.23976],[21.88728,47.27305],[21.87779,47.28578],[21.93825,47.37253],[21.96274,47.38105],[22.01198,47.3758],[22.02388,47.39086],[22.03279,47.45084],[22.00719,47.48362],[22.03672,47.53267],[22.04513,47.53989],[22.06179,47.5288],[22.07122,47.53807],[22.05345,47.54748],[22.07826,47.56213],[22.09428,47.55836],[22.12892,47.5979],[22.17965,47.59161],[22.23068,47.6932],[22.259,47.69791],[22.26432,47.73107],[22.28514,47.72928],[22.31762,47.74337],[22.31777,47.76609],[22.35662,47.74862],[22.43133,47.73981],[22.45131,47.80339],[22.48121,47.81089],[22.549,47.77222],[22.61112,47.77175],[22.68019,47.78775],[22.71363,47.83609],[22.77775,47.84225],[22.75869,47.89414],[22.79281,47.89086],[22.84733,47.90776],[22.89744,47.95406],[22.89157,47.96724],[22.86973,47.96596],[22.87257,47.97527],[22.84076,47.98136],[22.83556,47.9906],[22.86597,48.01132],[22.88204,48.05481],[22.8678,48.05243],[22.86113,48.07503],[22.83644,48.08025],[22.82543,48.11751],[22.80253,48.10708],[22.80277,48.12211],[22.77232,48.12187],[22.77039,48.10902],[22.75762,48.12006],[22.73472,48.11985],[22.67545,48.092],[22.59028,48.10734],[22.59824,48.14476],[22.56164,48.18161],[22.57114,48.19614],[22.53111,48.20943],[22.51615,48.23797],[22.49722,48.23955],[22.4899,48.25342],[22.45639,48.24231],[22.43284,48.25252],[22.40064,48.2492],[22.38475,48.23396],[22.33843,48.27921],[22.33729,48.30791],[22.31329,48.32507],[22.31781,48.35454],[22.26757,48.36116],[22.23988,48.38701],[22.26549,48.40987],[22.23714,48.41004],[22.21257,48.42565],[22.15619,48.40931],[22.15277,48.39624],[22.13106,48.39123],[22.13591,48.38052],[22.08674,48.37156],[22.07649,48.38724],[22.0546,48.37753],[22.02133,48.39275],[21.99446,48.37732],[21.9492,48.37873],[21.92681,48.3709],[21.92819,48.3616],[21.8998,48.37022],[21.89788,48.36256],[21.88484,48.36754],[21.8843,48.35605],[21.83721,48.36325],[21.8352,48.33464],[21.81741,48.33279],[21.71187,48.35762],[21.70174,48.3807],[21.66456,48.39216],[21.66355,48.41796],[21.62019,48.46983],[21.61393,48.50942],[21.54202,48.5084],[21.51409,48.55107],[21.44061,48.5851],[21.42266,48.57882],[21.41545,48.55895],[21.31938,48.5612],[21.32688,48.55413],[21.31338,48.55084],[21.30549,48.52225],[21.22106,48.5375],[21.17963,48.51823],[21.16087,48.5215],[21.11745,48.49105],[21.06632,48.52589],[21.01511,48.53231],[20.98158,48.51777],[20.9562,48.52167],[20.95588,48.53396],[20.93463,48.53834],[20.92232,48.55945],[20.86815,48.55182],[20.84533,48.5665],[20.85044,48.58163],[20.8378,48.57421],[20.83636,48.58284],[20.65387,48.56141],[20.58659,48.53576],[20.54649,48.54429],[20.53747,48.52788],[20.50651,48.53442],[20.50793,48.48936],[20.41623,48.41854],[20.42053,48.40386],[20.40253,48.38256],[20.40983,48.36586],[20.38408,48.35118],[20.36566,48.31661],[20.33746,48.30167],[20.32571,48.27279],[20.28686,48.26164],[20.23495,48.27993],[20.22847,48.26278],[20.20383,48.26191],[20.20616,48.25098],[20.13319,48.25398],[20.13409,48.22518],[20.07004,48.1917],[20.07299,48.17961],[20.04945,48.1672],[20.02904,48.17768],[19.98871,48.16217],[19.97439,48.166],[19.93738,48.13112],[19.8983,48.1249],[19.91454,48.14686],[19.89875,48.16631],[19.86013,48.16941],[19.85517,48.17843],[19.84528,48.16274],[19.82133,48.16908],[19.79481,48.15353],[19.78242,48.16504],[19.80528,48.18373],[19.79873,48.19482],[19.78716,48.19253],[19.74618,48.21651],[19.72113,48.20147],[19.69122,48.20389],[19.66986,48.23921],[19.64452,48.23917],[19.63083,48.25007],[19.5775,48.21601],[19.52604,48.20313],[19.52897,48.19036],[19.50452,48.17344],[19.51282,48.15466],[19.49238,48.13966],[19.49442,48.10991],[19.46735,48.08393],[19.45405,48.10144],[19.40002,48.0823],[19.3866,48.09191],[19.30311,48.08871],[19.25578,48.07156],[19.24137,48.05365],[19.13529,48.07415],[19.1074,48.0656],[19.08436,48.07278],[19.05852,48.05735],[19.01486,48.07818],[18.98161,48.0536],[18.9439,48.05886],[18.90898,48.05114],[18.88667,48.05868],[18.87494,48.04707],[18.83327,48.04824],[18.82,48.03968],[18.81574,47.99344],[18.75525,47.97635],[18.77675,47.95509],[18.75686,47.89684],[18.76353,47.8716],[18.81357,47.85555],[18.82801,47.83429],[18.85588,47.82608],[18.84854,47.81672],[18.792,47.82309],[18.74118,47.81382],[18.72607,47.78904],[18.64609,47.75909],[18.55908,47.766],[18.49316,47.75276],[18.45407,47.76512],[18.29588,47.73146],[18.03806,47.75768],[18.00441,47.74634],[17.97087,47.75784],[17.94687,47.74467],[17.90013,47.73926],[17.8661,47.74575],[17.77987,47.73949],[17.70858,47.75668],[17.6084,47.82189],[17.56758,47.81513],[17.52674,47.86551],[17.45392,47.88526],[17.40299,47.94785],[17.33465,47.99312],[17.25795,47.99865],[17.24177,48.02247],[17.20103,48.01999],[17.09466,47.97088],[17.11838,47.96011],[17.09171,47.93429],[17.11317,47.92716],[17.08575,47.87462],[17.01639,47.86733],[17.01055,47.85818],[17.05195,47.83777],[17.04714,47.82856],[17.07495,47.8085],[17.0516,47.79385],[17.07066,47.72854],[17.09374,47.70777],[16.87668,47.68765],[16.86689,47.72115],[16.83943,47.70451],[16.83016,47.68106],[16.75341,47.68282],[16.72094,47.73536],[16.65729,47.74149],[16.63441,47.75908],[16.60952,47.76037],[16.54798,47.75154],[16.53638,47.73678],[16.55217,47.72255],[16.48722,47.69798],[16.4747,47.68116],[16.44805,47.69647],[16.44374,47.67421],[16.42546,47.66217],[16.49675,47.63931],[16.51474,47.6462],[16.57391,47.61967],[16.63142,47.62832],[16.65276,47.62285],[16.65953,47.6061],[16.6732,47.60495],[16.66354,47.56773],[16.71478,47.5402],[16.68956,47.51016],[16.65234,47.50034],[16.67064,47.47422],[16.66185,47.4556],[16.58073,47.41917],[16.57491,47.40542],[16.51709,47.41002],[16.49638,47.38927],[16.48317,47.40936],[16.44546,47.40702],[16.45851,47.36705],[16.4337,47.35281],[16.46463,47.33385],[16.48923,47.27989],[16.46715,47.25317],[16.43131,47.25276],[16.44263,47.23371],[16.43713,47.2097],[16.41892,47.21071],[16.4195,47.19491],[16.43056,47.1847],[16.45556,47.18756],[16.46487,47.16833],[16.45495,47.14259],[16.51716,47.14969],[16.52953,47.12874],[16.50004,47.12329],[16.5008,47.11006],[16.46372,47.09392],[16.47321,47.07362],[16.52032,47.0561],[16.44567,47.03887],[16.43912,47.02966],[16.44786,47.02275],[16.46356,47.03227],[16.5122,47.00117],[16.48,46.99412],[16.44781,47.00389],[16.43327,46.99274],[16.41277,47.00475],[16.3734,46.99859],[16.35052,47.01063],[16.34146,46.99652],[16.30162,46.99923],[16.29058,47.01398],[16.27647,46.96261],[16.25532,46.96421],[16.24628,46.94639],[16.22175,46.93554],[16.20004,46.94151],[16.17897,46.90662],[16.11391,46.8691]]],"terms_url":"https://lechnerkozpont.hu/oldal/ortofotok-es-legifelvetelek","terms_text":"Lechner Tudásközpont","description":"Goverment-based leaf-covered orthophotos with 40 cm/pixel resolution for the entire country. This layer should be used as an alignment base in lack of a more accurate reference. WEBP format images, JOSM needs a webp plugin for them."},{"id":"Fortaleza_Street_Names","name":"Fortaleza Nomes e Geometria de Ruas","type":"wms","template":"https://geoserver.sefin.fortaleza.ce.gov.br/geoserver/CARTOGRAFIA_BASE/logradouros/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=logradouros&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","startDate":"2019-01-01T00:00:00.000Z","polygon":[[[-38.58818,-3.68552],[-38.62283,-3.7142],[-38.6585,-3.80814],[-38.50982,-3.90782],[-38.39913,-3.81768],[-38.46391,-3.69671],[-38.50177,-3.71227],[-38.58818,-3.68552]]],"terms_url":"https://ide.sefin.fortaleza.ce.gov.br/","terms_text":"Prefeitura Municipal de Fortaleza","description":"Street names and geometry in Fortaleza","overlay":true},{"id":"Fortaleza_Ortofoto_2010","name":"Fortaleza Ortofoto 2010","type":"wms","template":"https://geoserver.sefin.fortaleza.ce.gov.br/geoserver/IMAGEAMENTO/wms?LAYERS=ortofoto_2010&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2010-01-01T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","polygon":[[[-38.58818,-3.68552],[-38.62283,-3.7142],[-38.6585,-3.80814],[-38.50982,-3.90782],[-38.39913,-3.81768],[-38.46391,-3.69671],[-38.50177,-3.71227],[-38.58818,-3.68552]]],"terms_url":"https://ide.sefin.fortaleza.ce.gov.br/","terms_text":"Prefeitura Municipal de Fortaleza","description":"2010 Orthophotos from Fortaleza"},{"id":"Fortaleza_Ortofoto_2016","name":"Fortaleza Ortofoto 2016","type":"wms","template":"https://geoserver.sefin.fortaleza.ce.gov.br/geoserver/IMAGEAMENTO/wms?LAYERS=ortofoto_2016&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2017-01-16T00:00:00.000Z","startDate":"2016-12-20T00:00:00.000Z","polygon":[[[-38.65,-3.8],[-38.6,-3.85],[-38.55,-3.86],[-38.53,-3.9],[-38.49,-3.9],[-38.48,-3.87],[-38.44,-3.85],[-38.44,-3.82],[-38.41,-3.84],[-38.39,-3.83],[-38.39,-3.81],[-38.41,-3.8],[-38.45,-3.73],[-38.45,-3.7],[-38.47,-3.69],[-38.49,-3.69],[-38.49,-3.71],[-38.53,-3.71],[-38.57,-3.68],[-38.63,-3.69],[-38.63,-3.73],[-38.61,-3.73],[-38.61,-3.75],[-38.64,-3.77],[-38.65,-3.8]]],"terms_url":"https://ide.sefin.fortaleza.ce.gov.br/","terms_text":"Prefeitura Municipal de Fortaleza","best":true},{"id":"Frankfurt-am-Main-2016","name":"Frankfurt am Main Luftbild 2016","type":"wms","template":"https://geowebdienste.frankfurt.de/OD_Luftbilder_2016?REQUEST=GetMap&VERSION=1.3.0&SERVICE=WMS&CRS={proj}&FORMAT=image/jpeg&STYLES=&bbox={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=opendata_luftbilder_2016","category":"photo","projection":"EPSG:3857","endDate":"2016-05-06T00:00:00.000Z","startDate":"2016-05-06T00:00:00.000Z","polygon":[[[8.8046,50.0111],[8.8046,50.228],[8.46726,50.228],[8.46726,50.0111],[8.8046,50.0111]]],"terms_url":"http://offenedaten.frankfurt.de/dataset/wms-luftbild-2016","terms_text":"Stadtvermessungsam Frankfurt am Main","description":"aerial imagery of Frankfurt am Main, photographed on 2016-05-06","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Frankfurt-am-Main.png"},{"id":"Frankfurt-am-Main-2017","name":"Frankfurt am Main Luftbild 2017","type":"wms","template":"https://geowebdienste.frankfurt.de/OD_Luftbilder_2017?REQUEST=GetMap&VERSION=1.3.0&SERVICE=WMS&CRS={proj}&FORMAT=image/jpeg&STYLES=&bbox={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=opendata_luftbilder_2017","category":"photo","projection":"EPSG:3857","endDate":"2017-07-06T00:00:00.000Z","startDate":"2017-06-11T00:00:00.000Z","polygon":[[[8.8046,50.0111],[8.8046,50.228],[8.46726,50.228],[8.46726,50.0111],[8.8046,50.0111]]],"terms_url":"https://offenedaten.frankfurt.de/dataset/wms-luftbild-2017","terms_text":"Stadtvermessungsam Frankfurt am Main","description":"aerial imagery of Frankfurt am Main, photographed on 11.06.2017 and 06.07.2017","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Frankfurt-am-Main.png"},{"id":"Frankfurt-am-Main-2018","name":"Frankfurt am Main Luftbild 2018","type":"wms","template":"https://geowebdienste.frankfurt.de/OD_Luftbilder_2018?REQUEST=GetMap&VERSION=1.3.0&SERVICE=WMS&CRS={proj}&FORMAT=image/jpeg&STYLES=&bbox={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=opendata_luftbilder_2018","category":"photo","projection":"EPSG:3857","endDate":"2018-04-14T00:00:00.000Z","startDate":"2018-04-08T00:00:00.000Z","polygon":[[[8.8046,50.0111],[8.8046,50.228],[8.46726,50.228],[8.46726,50.0111],[8.8046,50.0111]]],"terms_url":"https://offenedaten.frankfurt.de/dataset/wms-luftbild-2018","terms_text":"Stadtvermessungsamt Frankfurt am Main","description":"aerial imagery of Frankfurt am Main, photographed on 08.04.2018 and 14.04.2018","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Frankfurt-am-Main.png"},{"id":"Frankfurt-am-Main-2019","name":"Frankfurt am Main Luftbild 2019","type":"wms","template":"https://geowebdienste.frankfurt.de/OD_Luftbilder_2019?REQUEST=GetMap&VERSION=1.3.0&SERVICE=WMS&CRS={proj}&FORMAT=image/jpeg&STYLES=&bbox={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=opendata_luftbilder_2019","category":"photo","projection":"EPSG:3857","endDate":"2019-04-16T00:00:00.000Z","startDate":"2019-04-16T00:00:00.000Z","polygon":[[[8.84647,50.0111],[8.84647,50.22807],[8.46726,50.22807],[8.46726,50.0111],[8.84647,50.0111]]],"terms_url":"https://www.offenedaten.frankfurt.de/dataset/wms-luftbilder-2019-frankfurt-am-main","terms_text":"Stadtvermessungsamt Frankfurt am Main","description":"Aerial imagery of Frankfurt am Main, photographed on 16 April 2019","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Frankfurt-am-Main.png"},{"id":"Franklin_OH_2021","name":"Franklin County Orthoimagery (2021)","type":"tms","template":"https://maps.columbus.gov/arcgis/rest/services/Imagery/Imagery2021/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.10717,40.14337],[-83.13931,40.23587],[-83.13972,40.28046],[-83.1666,40.2803],[-83.16643,40.26315],[-83.15749,40.2632],[-83.15271,40.23233],[-83.15197,40.15342],[-83.16986,40.15333],[-83.16998,40.16705],[-83.22802,40.15641],[-83.22787,40.14269],[-83.23681,40.14263],[-83.21418,40.11417],[-83.21351,40.05013],[-83.25816,40.04985],[-83.2528,39.96753],[-83.2347,39.9436],[-83.23456,39.92991],[-83.24343,39.92297],[-83.25676,39.92287],[-83.24664,39.80971],[-83.02411,39.804],[-83.02381,39.76642],[-82.99263,39.75273],[-82.97482,39.75275],[-82.97494,39.76995],[-82.90824,39.77015],[-82.89947,39.79425],[-82.81943,39.79452],[-82.81953,39.82195],[-82.79728,39.82204],[-82.79321,39.91123],[-82.77992,39.93528],[-82.75778,39.93883],[-82.74878,39.94909],[-82.73096,39.94913],[-82.7311,39.99373],[-82.76681,39.99364],[-82.76698,40.04512],[-82.70894,40.08438],[-82.77625,40.12747],[-82.77629,40.13088],[-82.85189,40.13079],[-82.8529,40.25764],[-82.90664,40.25746],[-82.90622,40.18878],[-82.97781,40.18857],[-82.97763,40.16113],[-83.01337,40.16098],[-83.01334,40.15413],[-83.03113,40.1403],[-83.08476,40.14006],[-83.08481,40.14348],[-83.10717,40.14337]],[[-83.26182,40.38264],[-83.18552,40.38317],[-83.18612,40.43803],[-83.22208,40.43777],[-83.22174,40.41719],[-83.26216,40.41693],[-83.26182,40.38264]]],"terms_url":"https://auditor-fca.opendata.arcgis.com/","terms_text":"Franklin County Auditor, State of Ohio","description":"Spring 2021 orthoimagery for Franklin County in the State of Ohio","icon":"https://commissioners.franklincountyohio.gov/COMM-website/media/Assets/seal-franklin-county.png"},{"id":"Franklin_OH_2023","name":"Franklin County Orthoimagery (2023)","type":"tms","template":"https://maps.columbus.gov/arcgis/rest/services/Imagery/Imagery2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.10717,40.14337],[-83.13931,40.23587],[-83.13972,40.28046],[-83.1666,40.2803],[-83.16643,40.26315],[-83.15749,40.2632],[-83.15271,40.23233],[-83.15197,40.15342],[-83.16986,40.15333],[-83.16998,40.16705],[-83.22802,40.15641],[-83.22787,40.14269],[-83.23681,40.14263],[-83.21418,40.11417],[-83.21351,40.05013],[-83.25816,40.04985],[-83.2528,39.96753],[-83.2347,39.9436],[-83.23456,39.92991],[-83.24343,39.92297],[-83.25676,39.92287],[-83.24664,39.80971],[-83.02411,39.804],[-83.02381,39.76642],[-82.99263,39.75273],[-82.97482,39.75275],[-82.97494,39.76995],[-82.90824,39.77015],[-82.89947,39.79425],[-82.81943,39.79452],[-82.81953,39.82195],[-82.79728,39.82204],[-82.79321,39.91123],[-82.77992,39.93528],[-82.75778,39.93883],[-82.74878,39.94909],[-82.73096,39.94913],[-82.7311,39.99373],[-82.76681,39.99364],[-82.76698,40.04512],[-82.70894,40.08438],[-82.77625,40.12747],[-82.77629,40.13088],[-82.85189,40.13079],[-82.8529,40.25764],[-82.90664,40.25746],[-82.90622,40.18878],[-82.97781,40.18857],[-82.97763,40.16113],[-83.01337,40.16098],[-83.01334,40.15413],[-83.03113,40.1403],[-83.08476,40.14006],[-83.08481,40.14348],[-83.10717,40.14337]],[[-83.26182,40.38264],[-83.18552,40.38317],[-83.18612,40.43803],[-83.22208,40.43777],[-83.22174,40.41719],[-83.26216,40.41693],[-83.26182,40.38264]]],"terms_url":"https://auditor-fca.opendata.arcgis.com/","terms_text":"Franklin County Auditor, State of Ohio","description":"Spring 2023 orthoimagery for Franklin County in the State of Ohio","icon":"https://commissioners.franklincountyohio.gov/COMM-website/media/Assets/seal-franklin-county.png"},{"id":"Freemap.sk-Cyclo","name":"Freemap.sk Bicycle","type":"tms","template":"https://tile.freemap.sk/C/{zoom}/{x}/{y}.jpeg","category":"osmbasedmap","zoomExtent":[8,16],"polygon":[[[16.69,47.64],[22.67,47.64],[22.67,49.65],[16.69,49.65],[16.69,47.64]]],"terms_url":"https://www.freemap.sk/?layers=C","terms_text":"Map © Freemap Slovakia, data © OpenStreetMap contributors and SRTM","icon":"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{"id":"Freemap.sk-Car","name":"Freemap.sk Car","type":"tms","template":"https://tile.freemap.sk/A/{zoom}/{x}/{y}.jpeg","category":"osmbasedmap","zoomExtent":[8,16],"polygon":[[[16.69,47.64],[22.67,47.64],[22.67,49.65],[16.69,49.65],[16.69,47.64]]],"terms_url":"https://www.freemap.sk/?layers=A","terms_text":"Map © Freemap Slovakia, data © OpenStreetMap contributors","icon":"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{"id":"Freemap.sk-Hiking","name":"Freemap.sk Hiking","type":"tms","template":"https://tile.freemap.sk/T/{zoom}/{x}/{y}.jpeg","category":"osmbasedmap","zoomExtent":[8,16],"polygon":[[[16.69,47.64],[22.67,47.64],[22.67,49.65],[16.69,49.65],[16.69,47.64]]],"terms_url":"https://www.freemap.sk/?layers=T","terms_text":"Map © Freemap Slovakia, data © OpenStreetMap contributors and SRTM","icon":"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{"id":"Freemap.sk-Ski","name":"Freemap.sk Ski","type":"tms","template":"https://tile.freemap.sk/K/{zoom}/{x}/{y}.jpeg","category":"osmbasedmap","zoomExtent":[8,16],"polygon":[[[16.69,47.64],[22.67,47.64],[22.67,49.65],[16.69,49.65],[16.69,47.64]]],"terms_url":"https://www.freemap.sk/?layers=K","terms_text":"Map © Freemap Slovakia, data © OpenStreetMap contributors and SRTM","icon":"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{"id":"fta-digiroad-functional","name":"FTIA Road Network","type":"wms","template":"https://avoinapi.vaylapilvi.fi/vaylatiedot/digiroad/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=dr_tielinkki_toim_lk&STYLES=DR_Tielinkki_toiminnallinen_luokka&WIDTH={width}&HEIGHT={height}&CRS={proj}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[3,20],"polygon":[[[27.96569,70.0988],[27.57431,70.07728],[27.10876,69.93548],[26.70913,69.97549],[26.45507,69.94207],[25.87142,69.6671],[25.94833,69.61024],[25.83023,69.55323],[25.66955,69.20794],[25.73822,69.01797],[25.60089,68.90309],[25.45806,68.91199],[25.11749,68.80699],[25.07354,68.64355],[24.88128,68.62003],[23.97491,68.84568],[23.74969,68.8308],[23.63433,68.71645],[23.18939,68.68053],[22.52197,68.7553],[21.63894,69.28191],[21.26953,69.31783],[20.94131,69.21622],[21.08963,69.09307],[21.05941,69.04352],[20.72296,69.12491],[20.54443,69.0558],[20.84655,68.97416],[20.81634,68.91742],[21.38754,68.68461],[22.04734,68.47066],[22.80212,68.35464],[23.12072,68.13169],[23.5437,67.9633],[23.44757,67.8393],[23.48602,67.59352],[23.36517,67.46545],[23.71124,67.41592],[23.72772,67.32186],[23.54644,67.26885],[23.53128,67.16724],[23.89251,66.86863],[23.84582,66.57775],[23.61843,66.44562],[23.67171,66.20303],[23.87191,66.14551],[24.09988,65.87247],[24.1658,65.66959],[24.11636,65.39143],[21.37939,63.68037],[20.17639,63.29787],[19.08325,60.16064],[20.22033,59.44786],[22.29125,59.44507],[25.82336,59.933],[27.52075,60.23435],[27.83386,60.53229],[29.29641,61.26165],[31.20803,62.44759],[31.62826,62.90585],[31.2635,63.22106],[29.99605,63.75387],[30.28656,63.81704],[30.58319,64.0782],[30.5104,64.26428],[30.09979,64.39218],[30.02563,64.58736],[30.16845,64.63329],[30.09429,64.79518],[29.78393,64.79811],[29.65347,64.89733],[29.65759,65.05939],[29.91027,65.09527],[29.93225,65.20895],[29.72076,65.27853],[29.91577,65.63788],[30.1863,65.66223],[29.9913,66.09771],[29.07119,66.91983],[30.11077,67.63431],[29.3486,68.08099],[28.67568,68.20166],[28.46547,68.54039],[28.72375,68.72642],[28.82675,68.87341],[28.44985,68.90792],[28.95996,69.05089],[28.83324,69.10563],[28.87207,69.22132],[29.36096,69.46526],[29.15634,69.69667],[28.38455,69.83488],[28.35845,69.88312],[28.17169,69.92511],[28.00415,70.01495],[27.96569,70.0988]]],"terms_url":"https://vayla.fi/web/en/open-data/digiroad/","terms_text":"© Liikennevirasto","description":"Digiroad national road network from the Finnish Transport Agency, functional road classes.","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/8/86/V%C3%A4yl%C3%A4virasto_logo.svg/200px-V%C3%A4yl%C3%A4virasto_logo.svg.png","overlay":true},{"id":"gaza_pleiades_20140706","name":"Gaza Strip - Pléiades - 2014/07/06","type":"tms","template":"https://imagery.openstreetmap.fr/tms/1.0.0/gaza_pleiades_20140706/{zoom}/{x}/{y}","category":"photo","endDate":"2014-07-06T00:00:00.000Z","startDate":"2014-07-06T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[34.49022,31.59487],[34.44463,31.54193],[34.42619,31.52686],[34.41099,31.50162],[34.36439,31.45715],[34.34172,31.43251],[34.29954,31.39629],[34.2434,31.34554],[34.21113,31.32157],[34.231,31.26295],[34.25915,31.22131],[34.26762,31.21894],[34.29093,31.24009],[34.31931,31.25317],[34.33119,31.26149],[34.34339,31.27846],[34.36708,31.29074],[34.37438,31.30609],[34.36497,31.36137],[34.36685,31.36914],[34.36827,31.36992],[34.3704,31.36909],[34.37158,31.36972],[34.37214,31.37093],[34.37159,31.37209],[34.37338,31.37422],[34.37407,31.37915],[34.38074,31.38791],[34.38037,31.38951],[34.38824,31.39599],[34.39351,31.40113],[34.39492,31.40391],[34.40134,31.40986],[34.40197,31.4112],[34.40506,31.41295],[34.4067,31.41295],[34.40918,31.41542],[34.41174,31.41604],[34.41329,31.41758],[34.41326,31.41862],[34.42211,31.42437],[34.4268,31.42804],[34.43164,31.43265],[34.43226,31.43458],[34.43798,31.44112],[34.44216,31.44327],[34.44585,31.4441],[34.45308,31.45139],[34.46576,31.46275],[34.4674,31.46448],[34.47471,31.47207],[34.47962,31.47778],[34.48532,31.48028],[34.4887,31.48263],[34.505,31.49543],[34.51369,31.50067],[34.5255,31.50251],[34.53011,31.5066],[34.54729,31.5121],[34.55613,31.52552],[34.5653,31.53226],[34.5678,31.5401],[34.49339,31.59263],[34.49022,31.59487]]],"terms_url":"https://wiki.openstreetmap.org/wiki/2014_Gaza_Strip","terms_text":"Copyright CNES 2014, Distribution Airbus Defence and Space"},{"id":"gaza_pleiades_20140706_nir","name":"Gaza Strip - Pléiades - 2014/07/06 (NIR)","type":"tms","template":"https://imagery.openstreetmap.fr/tms/1.0.0/gaza_pleiades_20140706_nir/{zoom}/{x}/{y}","category":"photo","endDate":"2014-07-06T00:00:00.000Z","startDate":"2014-07-06T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[34.49022,31.59487],[34.44463,31.54193],[34.42619,31.52686],[34.41099,31.50162],[34.36439,31.45715],[34.34172,31.43251],[34.29954,31.39629],[34.2434,31.34554],[34.21113,31.32157],[34.231,31.26295],[34.25915,31.22131],[34.26762,31.21894],[34.29093,31.24009],[34.31931,31.25317],[34.33119,31.26149],[34.34339,31.27846],[34.36708,31.29074],[34.37438,31.30609],[34.36497,31.36137],[34.36685,31.36914],[34.36827,31.36992],[34.3704,31.36909],[34.37158,31.36972],[34.37214,31.37093],[34.37159,31.37209],[34.37338,31.37422],[34.37407,31.37915],[34.38074,31.38791],[34.38037,31.38951],[34.38824,31.39599],[34.39351,31.40113],[34.39492,31.40391],[34.40134,31.40986],[34.40197,31.4112],[34.40506,31.41295],[34.4067,31.41295],[34.40918,31.41542],[34.41174,31.41604],[34.41329,31.41758],[34.41326,31.41862],[34.42211,31.42437],[34.4268,31.42804],[34.43164,31.43265],[34.43226,31.43458],[34.43798,31.44112],[34.44216,31.44327],[34.44585,31.4441],[34.45308,31.45139],[34.46576,31.46275],[34.4674,31.46448],[34.47471,31.47207],[34.47962,31.47778],[34.48532,31.48028],[34.4887,31.48263],[34.505,31.49543],[34.51369,31.50067],[34.5255,31.50251],[34.53011,31.5066],[34.54729,31.5121],[34.55613,31.52552],[34.5653,31.53226],[34.5678,31.5401],[34.49339,31.59263],[34.49022,31.59487]]],"terms_url":"https://wiki.openstreetmap.org/wiki/2014_Gaza_Strip","terms_text":"Copyright CNES 2014, Distribution Airbus Defence and Space"},{"id":"Geobase_Hydrography","name":"Geobase Hydrography - English","type":"wms","template":"https://maps.geogratis.gc.ca/wms/hydro_network_en?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=nhn:nhn&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]],"overlay":true},{"id":"Geobase_Hydrography_French","name":"Geobase Hydrography - French","type":"wms","template":"https://maps.geogratis.gc.ca/wms/hydro_network_fr?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=nhn:nhn&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]],"overlay":true},{"id":"Geobase_Roads","name":"Geobase Roads - English","type":"wms","template":"https://maps.geogratis.gc.ca/wms/roads_en?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=roads&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[4,20],"polygon":[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]]},{"id":"Geobase_Roads_French","name":"Geobase Roads - French","type":"wms","template":"https://cartes.geogratis.gc.ca/wms/roads_fr?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=routes&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[4,20],"polygon":[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]]},{"id":"geoEuskadi-ORTO","name":"geoEuskadiren Ortoargazkiak","type":"wms","template":"https://www.geo.euskadi.eus/WMS_ORTOARGAZKIAK?LAYERS=ORTO_EGUNERATUENA_MAS_ACTUALIZADA&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[-3.11024,43.43771],[-3.15462,43.35277],[-3.15239,43.34796],[-3.15535,43.34091],[-3.15823,43.30694],[-3.19462,43.30082],[-3.21299,43.28858],[-3.26311,43.29807],[-3.29573,43.30269],[-3.33418,43.30382],[-3.34705,43.29782],[-3.34534,43.27958],[-3.37641,43.27658],[-3.39392,43.26558],[-3.39958,43.25258],[-3.41675,43.2527],[-3.45434,43.2372],[-3.44679,43.22019],[-3.43602,43.20608],[-3.43941,43.19179],[-3.43529,43.16838],[-3.41949,43.12993],[-3.38963,43.13469],[-3.25316,43.19316],[-3.22792,43.17151],[-3.21608,43.17076],[-3.18707,43.16638],[-3.16887,43.17514],[-3.14569,43.16763],[-3.16544,43.15536],[-3.17059,43.14546],[-3.18672,43.12141],[-3.18157,43.11301],[-3.15239,43.10086],[-3.16183,43.07215],[-3.14449,43.06287],[-3.15291,43.03188],[-3.18226,43.02962],[-3.17986,43.01783],[-3.1481,43.00314],[-3.08922,42.99812],[-3.0451,42.98092],[-3.0518,42.97162],[-3.01866,42.94901],[-2.99292,42.94034],[-3.03103,42.90967],[-3.09076,42.90489],[-3.10175,42.91683],[-3.14535,42.93908],[-3.20578,42.95316],[-3.22775,42.95291],[-3.24492,42.94411],[-3.28251,42.90389],[-3.29092,42.88376],[-3.28491,42.8698],[-3.22809,42.82562],[-3.13557,42.78545],[-3.15531,42.75332],[-3.1299,42.75332],[-3.08201,42.75432],[-3.04047,42.73579],[-2.98142,42.69972],[-2.96459,42.70565],[-2.93232,42.70616],[-2.93301,42.69859],[-2.92262,42.6996],[-2.9185,42.69695],[-2.90442,42.69259],[-2.90468,42.68635],[-2.8985,42.6765],[-2.90108,42.6731],[-2.90108,42.66729],[-2.89807,42.65366],[-2.89069,42.6476],[-2.87129,42.63819],[-2.86331,42.63712],[-2.85627,42.6368],[-2.844,42.62954],[-2.84512,42.62404],[-2.84966,42.61741],[-2.84881,42.61527],[-2.84451,42.61078],[-2.84254,42.60674],[-2.82349,42.61078],[-2.82512,42.60017],[-2.84254,42.58184],[-2.83825,42.56863],[-2.82529,42.55327],[-2.81877,42.55352],[-2.79825,42.56535],[-2.77508,42.57976],[-2.76169,42.61678],[-2.73903,42.61767],[-2.71397,42.60048],[-2.68702,42.59315],[-2.69028,42.56964],[-2.70933,42.5164],[-2.69543,42.51374],[-2.64856,42.48083],[-2.63792,42.48349],[-2.62316,42.49299],[-2.60084,42.49349],[-2.6053,42.48071],[-2.60153,42.47159],[-2.58522,42.46919],[-2.57183,42.48691],[-2.56857,42.49134],[-2.55707,42.48248],[-2.52909,42.47982],[-2.52497,42.48526],[-2.47707,42.48501],[-2.47004,42.49109],[-2.43519,42.48792],[-2.42133,42.48817],[-2.41845,42.48849],[-2.4218,42.50969],[-2.39021,42.51526],[-2.39468,42.54492],[-2.38704,42.54783],[-2.38729,42.56364],[-2.39348,42.59941],[-2.41897,42.60907],[-2.42455,42.60693],[-2.4509,42.57318],[-2.45974,42.58924],[-2.48772,42.59183],[-2.46034,42.62777],[-2.45253,42.63371],[-2.41605,42.66003],[-2.38936,42.65593],[-2.38395,42.63282],[-2.34447,42.63206],[-2.28979,42.65056],[-2.28344,42.65845],[-2.29185,42.67884],[-2.30824,42.67991],[-2.30988,42.70912],[-2.31546,42.73434],[-2.3043,42.7339],[-2.27134,42.74115],[-2.25932,42.74695],[-2.27468,42.78671],[-2.26576,42.79332],[-2.2316,42.83481],[-2.23005,42.84344],[-2.23872,42.86615],[-2.23941,42.88565],[-2.23658,42.89596],[-2.23065,42.9311],[-2.16019,42.93418],[-2.11676,42.93858],[-2.09873,42.94813],[-2.0886,42.96836],[-2.04844,42.97376],[-2.03556,42.97979],[-2.02732,42.98795],[-2.02372,43.00088],[-2.03453,43.02737],[-2.02578,43.02987],[-2.01428,43.05133],[-2.01736,43.0645],[-1.96741,43.08356],[-1.95213,43.09594],[-1.94617,43.09694],[-1.93626,43.10546],[-1.92029,43.11583],[-1.89969,43.13557],[-1.90175,43.14634],[-1.91497,43.16957],[-1.90776,43.20855],[-1.88201,43.20468],[-1.87231,43.21049],[-1.85987,43.21049],[-1.82262,43.22801],[-1.7924,43.24564],[-1.7882,43.27702],[-1.77644,43.28558],[-1.76253,43.28458],[-1.72747,43.29304],[-1.72639,43.29911],[-1.72863,43.29782],[-1.73545,43.31262],[-1.74054,43.31681],[-1.7368,43.32162],[-1.73698,43.3241],[-1.73794,43.32596],[-1.73661,43.33042],[-1.7412,43.33197],[-1.74462,43.33184],[-1.75024,43.33183],[-1.75253,43.33404],[-1.75099,43.33592],[-1.7523,43.33954],[-1.75307,43.34135],[-1.75438,43.3423],[-1.75747,43.34405],[-1.75884,43.34431],[-1.76037,43.34434],[-1.76221,43.34441],[-1.76532,43.34341],[-1.76648,43.34309],[-1.7679,43.34263],[-1.76938,43.34242],[-1.77191,43.34266],[-1.77416,43.34353],[-1.77609,43.34437],[-1.77665,43.34537],[-1.77674,43.34617],[-1.77697,43.34742],[-1.77753,43.34818],[-1.77845,43.34826],[-1.78009,43.34848],[-1.78118,43.34842],[-1.78309,43.34882],[-1.78438,43.34951],[-1.78622,43.35083],[-1.78691,43.35208],[-1.7867,43.35398],[-1.77851,43.36299],[-1.78802,43.36918],[-1.78946,43.37277],[-1.78906,43.37611],[-1.76571,43.38409],[-1.8091,43.40669],[-2.7502,43.4637],[-3.11024,43.43771]]],"terms_text":"Eusko Jaurlaritza / Gobierno Vasco. geoEuskadi","best":true},{"id":"geoimage.at","name":"Geoimage.at MaxRes","type":"wms","template":"https://gis.lfrz.gv.at/wmsgw/?LAYERS=Luftbild&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&KEY=4d80de696cd562a63ce463a58a61488d","category":"photo","projection":"EPSG:3857","polygon":[[[16.50733,46.99293],[16.52768,47.05884],[16.47679,47.07964],[16.54804,47.1489],[16.47171,47.1489],[16.42591,47.19733],[16.49206,47.2768],[16.46153,47.39406],[16.54295,47.39406],[16.66,47.44915],[16.71088,47.53855],[16.67017,47.63122],[16.57348,47.6175],[16.42082,47.66893],[16.54804,47.70662],[16.53786,47.75454],[16.7058,47.75112],[16.74142,47.67921],[17.09255,47.70319],[17.08237,47.80925],[16.98568,47.86732],[17.08237,47.87414],[17.17397,48.02071],[17.08237,48.02412],[17.09255,48.13971],[16.99077,48.1499],[16.95515,48.25165],[16.85337,48.34644],[16.84828,48.45118],[16.97551,48.51527],[16.89917,48.71377],[16.7058,48.73391],[16.69053,48.77417],[16.49206,48.81105],[16.39537,48.73727],[16.20708,48.73391],[16.00862,48.78088],[15.84068,48.88807],[15.74908,48.8546],[15.48446,48.92821],[15.39286,48.98501],[15.30635,48.98501],[15.19439,48.93155],[15.14859,48.99503],[14.98936,49.01266],[14.96472,48.78518],[14.81782,48.77753],[14.8229,48.7272],[14.72113,48.6869],[14.72113,48.57591],[14.59899,48.62639],[14.55828,48.59611],[14.46668,48.64993],[14.3649,48.54897],[14.21733,48.59611],[14.07484,48.59274],[14.01377,48.63312],[14.05957,48.66338],[13.85093,48.77417],[13.79495,48.71713],[13.82039,48.62639],[13.78477,48.57255],[13.72879,48.5119],[13.61175,48.57255],[13.50997,48.58601],[13.43872,48.55234],[13.44381,48.41742],[13.39801,48.35659],[13.26061,48.2923],[13.18428,48.29907],[13.04179,48.2652],[12.96037,48.21097],[12.87386,48.21097],[12.75172,48.09894],[12.86368,48.00369],[12.86368,47.95941],[12.9451,47.93555],[13.00617,47.84683],[12.90439,47.72031],[13.03161,47.71004],[13.09777,47.64151],[13.0367,47.55572],[13.04179,47.49387],[12.97564,47.47323],[12.83315,47.54198],[12.77208,47.66893],[12.62959,47.68949],[12.56852,47.62779],[12.49219,47.63122],[12.43112,47.71004],[12.25301,47.67921],[12.2581,47.74427],[12.16141,47.69634],[12.20721,47.60378],[12.00366,47.62436],[11.83572,47.58662],[11.60672,47.59005],[11.57619,47.50762],[11.42352,47.51449],[11.28103,47.3975],[11.23523,47.44227],[10.99605,47.39061],[10.94008,47.48699],[10.88919,47.54542],[10.75688,47.53168],[10.59912,47.56602],[10.54823,47.53511],[10.48717,47.55229],[10.44137,47.59005],[10.43119,47.48699],[10.48208,47.44915],[10.32432,47.29751],[10.18692,47.2699],[10.2429,47.38717],[10.11059,47.36649],[10.09023,47.44915],[9.94774,47.53855],[9.83579,47.54542],[9.7849,47.59692],[9.71365,47.52824],[9.56608,47.48011],[9.64241,47.44571],[9.67294,47.36994],[9.60679,47.34926],[9.54063,47.26644],[9.58134,47.1662],[9.63223,47.12813],[9.61188,47.03804],[9.68312,47.05884],[9.90194,47.00334],[9.86632,46.94084],[10.12076,46.83302],[10.23272,46.86435],[10.38539,46.98946],[10.47699,46.92694],[10.45663,46.85043],[10.57877,46.83998],[10.70599,46.86435],[10.74161,46.78426],[10.88919,46.75986],[11.04185,46.76335],[11.1131,46.91304],[11.25559,46.97557],[11.41843,46.96515],[11.49986,47.00681],[11.54057,46.97557],[11.63217,47.01028],[11.73394,46.96168],[11.9833,47.04497],[12.2123,47.0935],[12.25301,47.06577],[12.11561,46.99987],[12.13088,46.90261],[12.20721,46.87478],[12.27337,46.88522],[12.28863,46.77729],[12.36497,46.77032],[12.35988,46.70405],[12.51255,46.66565],[12.72628,46.6412],[12.84332,46.61324],[13.1283,46.58877],[13.30641,46.55028],[13.44381,46.56078],[13.82548,46.50477],[13.91199,46.52578],[14.01886,46.47674],[14.12573,46.47674],[14.16135,46.42766],[14.44124,46.43116],[14.57864,46.37853],[14.61426,46.43818],[14.68041,46.43818],[14.75166,46.49776],[14.83308,46.50127],[14.85344,46.60276],[14.9603,46.62373],[14.99084,46.58877],[15.04682,46.64819],[15.22493,46.63421],[15.43357,46.65168],[15.47937,46.60276],[15.57606,46.63421],[15.56079,46.67962],[15.75926,46.69009],[15.86104,46.71801],[16.04933,46.65517],[15.98317,46.81909],[16.13584,46.8713],[16.28342,46.99293],[16.50733,46.99293]]],"terms_url":"http://geoimage.at","terms_text":"geoimage.at","description":"Aktuelle Digitale Orthophotos des LFRZ aus gemeinsamen Befliegungen mit den Landesregierungen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/GeoimageatMaxRes.png"},{"id":"Geolittoral-Sentiers","name":"Géolittoral - Sentiers","type":"wms","template":"https://geolittoral.din.developpement-durable.gouv.fr/wxs?LAYERS=n_sentier_littoral_l_metropole_outremer&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","polygon":[[[6.45244,43.03504],[6.42477,43.02444],[6.35945,43.02321],[6.35178,42.99905],[6.39852,42.98048],[6.41178,42.9918],[6.47179,43.00725],[6.48364,43.02444],[6.52156,43.04318],[6.51121,43.05765],[6.46985,43.05461],[6.45244,43.03504]],[[3.041,42.51259],[3.04121,42.50093],[3.09086,42.50082],[3.14769,42.40072],[3.14949,42.40015],[3.15305,42.40052],[3.15804,42.40243],[3.1877,42.42805],[3.14227,42.5248],[3.06837,42.54635],[3.04884,42.6942],[3.0799,43.03073],[3.22641,43.18727],[3.40916,43.26032],[3.52104,43.25877],[3.66429,43.37628],[3.73841,43.39054],[4.00979,43.53607],[4.17692,43.45636],[4.54355,43.43349],[4.54943,43.35401],[4.83506,43.30891],[4.97506,43.38309],[5.03219,43.31928],[5.25919,43.31928],[5.31082,43.20504],[5.35682,43.18645],[5.36882,43.16785],[5.40232,43.16211],[5.41382,43.17123],[5.40919,43.19921],[5.54232,43.18827],[5.60582,43.14797],[5.6197,43.1529],[5.63832,43.17159],[5.67157,43.1674],[5.69095,43.13411],[5.77607,43.10637],[5.7762,43.09432],[5.75407,43.08328],[5.75707,43.0725],[5.77032,43.06465],[5.85933,43.03469],[5.8877,43.06273],[5.9567,43.06109],[5.96383,43.09277],[6.00033,43.09186],[6.01745,43.06849],[6.10233,43.07415],[6.10483,43.0526],[6.0666,43.04318],[6.06722,43.03785],[6.1427,43.00923],[6.15676,42.98715],[6.19635,42.97331],[6.22221,42.9801],[6.26891,42.99651],[6.25515,43.03627],[6.2019,43.02713],[6.18378,43.09188],[6.30153,43.09909],[6.32478,43.07974],[6.37778,43.08011],[6.38866,43.13395],[6.51341,43.14608],[6.57704,43.17881],[6.62291,43.14563],[6.69779,43.19969],[6.68016,43.23357],[6.72116,43.26007],[6.72241,43.27472],[6.67054,43.29192],[6.68741,43.33113],[6.72416,43.34267],[6.75291,43.409],[6.79104,43.39674],[6.90629,43.41672],[6.96767,43.50273],[6.96617,43.52812],[7.00617,43.53845],[7.03554,43.4982],[7.06892,43.5001],[7.09079,43.51642],[7.06267,43.53672],[7.08254,43.5456],[7.1238,43.53074],[7.1558,43.5437],[7.1433,43.62284],[7.16867,43.64636],[7.2138,43.63469],[7.25417,43.68497],[7.3403,43.66744],[7.36442,43.6894],[7.35305,43.7082],[7.4163,43.71091],[7.45405,43.74506],[7.4943,43.74524],[7.57943,43.78424],[7.60552,43.78603],[7.60368,43.78898],[7.59588,43.79528],[7.59628,43.79549],[7.53853,43.84195],[7.45996,43.79988],[7.44781,43.80934],[7.32353,43.74806],[7.30822,43.76357],[6.64878,43.3885],[6.66865,43.37178],[6.51003,43.27803],[6.56584,43.22509],[6.12681,43.10527],[5.48229,43.24939],[5.47267,43.2309],[5.41567,43.24657],[5.45267,43.3451],[4.80191,43.48158],[4.76416,43.39244],[4.65716,43.42368],[4.67228,43.45608],[4.43203,43.52419],[4.41453,43.49255],[4.16102,43.56433],[4.14452,43.57067],[4.14165,43.57393],[4.18677,43.59946],[4.10565,43.68196],[3.79689,43.52165],[3.77851,43.51313],[3.76464,43.50597],[3.76201,43.50334],[3.74226,43.49328],[3.71601,43.52075],[3.26213,43.28143],[3.24638,43.29735],[3.18388,43.28052],[3.10675,43.24083],[3.15475,43.19419],[2.90625,43.19383],[2.90675,42.76189],[2.94613,42.76208],[2.9465,42.61516],[2.99238,42.61497],[2.99238,42.5125],[3.041,42.51259]],[[-0.84388,46.06949],[-0.93455,46.10163],[-0.89497,46.15628],[-0.98385,46.18807],[-0.94235,46.24424],[-0.95481,46.2489],[-0.91261,46.3048],[-1.18192,46.39987],[-1.82473,46.62071],[-1.82678,46.64174],[-1.77535,46.64386],[-1.73652,46.66839],[-1.99529,46.86461],[-1.92891,46.90677],[-1.94723,46.92078],[-1.81066,47.00588],[-1.9925,47.14309],[-1.94019,47.1422],[-1.93975,47.13263],[-1.72612,47.13761],[-1.72553,47.12764],[-1.66971,47.12864],[-1.66897,47.11688],[-1.48582,47.11877],[-1.48567,47.11149],[-1.36054,47.11239],[-1.37211,47.33221],[-1.46003,47.32924],[-1.4612,47.33966],[-1.58531,47.33708],[-1.58355,47.29566],[-1.64011,47.29427],[-1.64084,47.30639],[-1.73418,47.305],[-1.73608,47.34304],[-1.82986,47.34165],[-1.8322,47.38184],[-1.92891,47.37956],[-1.92862,47.38254],[-2.01404,47.38095],[-2.01565,47.39623],[-2.13478,47.39107],[-2.13199,47.35852],[-2.29742,47.3618],[-2.29962,47.29784],[-2.35852,47.29854],[-2.38079,47.3039],[-2.36219,47.33837],[-2.34753,47.33499],[-2.30372,47.41755],[-2.32043,47.42092],[-2.30182,47.4568],[-2.25449,47.44501],[-2.17991,47.58642],[-3.6172,47.93124],[-4.1806,48.05569],[-4.21854,47.97726],[-4.21371,47.97598],[-4.23363,47.93497],[-4.25657,47.93997],[-4.35686,48.02305],[-4.18806,48.04061],[-4.18643,48.04389],[-4.20111,48.10285],[-4.17232,48.1065],[-4.18331,48.14934],[-4.16675,48.18247],[-4.06623,48.16028],[-4.03634,48.21958],[-4.0214,48.21606],[-3.98814,48.2867],[-4.04733,48.29918],[-4.01832,48.35685],[-4.16411,48.38936],[-4.13495,48.44868],[-4.38853,48.50473],[-4.35482,48.5118],[-4.38281,48.57349],[-4.05342,48.64412],[-4.01034,48.53179],[-3.02979,48.69115],[-2.70681,48.40746],[-2.54005,48.48747],[-2.54978,48.49647],[-2.47353,48.53326],[-2.49083,48.54924],[-2.43084,48.57852],[-2.42035,48.56954],[-2.40863,48.51618],[-2.3021,48.52433],[-2.2895,48.46102],[-2.03889,48.48191],[-2.04272,48.43601],[-1.92813,48.44096],[-1.92326,48.49187],[-1.84908,48.4975],[-1.85218,48.53086],[-1.2269,48.56824],[-1.23519,48.64435],[-1.25229,48.64353],[-1.2584,48.70421],[-1.30533,48.70216],[-1.31155,48.76408],[-1.45091,48.75725],[-1.47225,49.1822],[-1.43557,49.20326],[-1.47608,49.24027],[-1.47909,49.29233],[-1.5339,49.29098],[-1.72775,49.46509],[-1.77479,49.44333],[-1.81105,49.61757],[-1.44583,49.60689],[-1.24768,49.35025],[-1.34114,49.2975],[-1.26768,49.24099],[-1.19515,49.28183],[-1.16728,49.24545],[-0.99778,49.30149],[-0.82088,49.28331],[-0.3561,49.23214],[-0.45369,49.18792],[-0.38966,49.12726],[-0.19448,49.21463],[-0.03492,49.1973],[-0.02027,49.26036],[0.00508,49.25711],[0.00274,49.29076],[0.0675,49.28713],[0.07204,49.31532],[0.13769,49.3115],[0.14326,49.35532],[0.20817,49.35084],[0.21095,49.36658],[0.27689,49.36334],[0.28011,49.38433],[0.32846,49.38128],[0.32597,49.35456],[0.45843,49.34492],[0.45741,49.33938],[0.54254,49.33461],[0.54825,49.37851],[0.61478,49.37441],[0.63001,49.49666],[0.5632,49.49989],[0.56598,49.52045],[0.11117,49.54365],[0.13461,49.5809],[0.14765,49.57767],[0.20831,49.67269],[0.4281,49.75445],[0.42063,49.76297],[0.57961,49.82133],[0.9827,49.88916],[1.03838,49.84609],[1.42667,50.05276],[1.42462,50.01747],[1.54155,50.01267],[1.54565,50.06311],[1.80149,50.05116],[1.82156,50.24262],[1.72295,50.24702],[1.75357,50.5932],[1.65569,50.59729],[1.68089,50.8717],[1.7976,50.89906],[2.05937,50.94709],[2.07124,50.92022],[2.66071,51.0196],[2.59712,51.17355],[1.64118,50.95919],[1.52549,50.85867],[1.53177,50.46437],[1.43908,50.11819],[1.05727,49.94904],[0.51713,49.86466],[0.12211,49.69292],[0.01801,49.54656],[0.02731,49.37619],[-0.13342,49.31293],[-0.24976,49.3158],[-0.39014,49.3622],[-0.74429,49.36802],[-0.96463,49.42509],[-1.18545,49.54836],[-1.1492,49.63504],[-1.28373,49.76067],[-1.61759,49.68498],[-2.00445,49.76087],[-2.03908,49.67872],[-1.9262,49.65573],[-1.85748,49.3253],[-1.74277,49.24473],[-1.68714,48.93249],[-1.91027,48.92348],[-1.90304,48.86288],[-1.70557,48.84512],[-1.7243,48.75828],[-1.80953,48.73178],[-2.0137,48.73221],[-2.17543,48.65016],[-2.28475,48.71909],[-2.45786,48.70896],[-2.69353,48.76722],[-2.80207,48.79793],[-3.02769,48.9275],[-3.33344,48.90458],[-3.40954,48.91866],[-3.54444,48.90297],[-3.67013,48.89508],[-3.94939,48.74715],[-3.96692,48.77978],[-4.63117,48.66129],[-4.83515,48.54319],[-5.10346,48.51722],[-5.19867,48.44926],[-4.84243,48.3005],[-4.67101,48.2331],[-4.5921,48.14758],[-4.60147,48.11469],[-4.96938,48.08972],[-4.98565,47.99896],[-4.47962,47.9776],[-4.37619,47.71067],[-4.14314,47.78847],[-4.10163,47.70921],[-3.9162,47.67831],[-3.38912,47.59473],[-3.22791,47.61132],[-3.18803,47.48441],[-3.35602,47.32474],[-2.96742,47.22147],[-2.92848,47.28413],[-2.31733,47.16214],[-2.45286,46.93856],[-2.3233,46.83812],[-2.46561,46.71196],[-2.3466,46.62382],[-2.03483,46.61895],[-1.75643,46.42214],[-1.64442,46.22375],[-1.60176,46.17019],[-1.48685,46.06042],[-1.22511,45.44416],[-1.30744,44.41847],[-1.33584,44.22832],[-1.58531,43.489],[-1.72832,43.45033],[-1.80281,43.40425],[-1.79281,43.28038],[-1.76549,43.25548],[-1.59964,43.35423],[-1.34589,43.50606],[-1.37439,43.53109],[-1.31296,43.72951],[-1.39572,43.74301],[-1.30762,44.029],[-1.21853,44.03249],[-1.22689,44.14022],[-1.09916,44.1456],[-1.01408,44.56765],[-0.96035,44.56434],[-0.9404,44.7018],[-0.93365,44.76149],[-1.01946,44.76914],[-1.01514,44.80113],[-1.10761,44.80787],[-1.05039,45.18252],[-1.06412,45.36911],[-1.04828,45.36911],[-1.0524,45.31013],[-1.00247,45.30827],[-1.00163,45.24439],[-0.9328,45.24484],[-0.93438,45.18185],[-0.88171,45.18081],[-0.88393,45.12051],[-0.81838,45.11962],[-0.81584,45.05321],[-0.77764,45.05389],[-0.77838,44.99263],[-0.66628,44.99129],[-0.58798,44.66014],[-0.39048,44.68413],[-0.43541,44.87317],[-0.19387,44.78678],[-0.15491,44.84238],[-0.14521,44.8392],[-0.09266,44.91019],[-0.18925,44.94591],[-0.12252,45.02563],[-0.22,45.06771],[-0.2907,44.98278],[-0.41621,45.02696],[-0.41611,45.07089],[-0.45512,45.07161],[-0.45661,45.13325],[-0.49184,45.13315],[-0.49094,45.19577],[-0.55275,45.19661],[-0.55379,45.32344],[-0.58529,45.32334],[-0.58544,45.38596],[-0.61619,45.38586],[-0.61574,45.44695],[-0.63978,45.44747],[-0.63799,45.50892],[-0.688,45.50986],[-0.68755,45.60174],[-0.69397,45.60184],[-0.69695,45.62659],[-0.76264,45.6245],[-0.86666,45.8479],[-0.63498,45.76444],[-0.53787,45.89558],[-0.88241,46.01637],[-0.84388,46.06949]]],"terms_url":"http://www.geocatalogue.fr/Detail.do?fileIdentifier=0fb2abdf-2809-4c2f-9323-f016ccc116aa","terms_text":"© Typologie et usage - sentier du littoral français (métropole et outre-mer) - Ministère en charge de l’environnement - 2020","overlay":true},{"id":"GeolittoralV2-Orthophotos","name":"Géolittoral V2 - Orthophotos 2011-2014","type":"wms","template":"https://geolittoral.din.developpement-durable.gouv.fr/wxs?LAYERS=ortholittorale_v2_rvb&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","polygon":[[[6.45244,43.03504],[6.42477,43.02444],[6.35945,43.02321],[6.35178,42.99905],[6.39852,42.98048],[6.41178,42.9918],[6.47179,43.00725],[6.48364,43.02444],[6.52156,43.04318],[6.51121,43.05765],[6.46985,43.05461],[6.45244,43.03504]],[[3.041,42.51259],[3.04121,42.50093],[3.09086,42.50082],[3.14769,42.40072],[3.14949,42.40015],[3.15305,42.40052],[3.15804,42.40243],[3.1877,42.42805],[3.14227,42.5248],[3.06837,42.54635],[3.04884,42.6942],[3.0799,43.03073],[3.22641,43.18727],[3.40916,43.26032],[3.52104,43.25877],[3.66429,43.37628],[3.73841,43.39054],[4.00979,43.53607],[4.17692,43.45636],[4.54355,43.43349],[4.54943,43.35401],[4.83506,43.30891],[4.97506,43.38309],[5.03219,43.31928],[5.25919,43.31928],[5.31082,43.20504],[5.35682,43.18645],[5.36882,43.16785],[5.40232,43.16211],[5.41382,43.17123],[5.40919,43.19921],[5.54232,43.18827],[5.60582,43.14797],[5.6197,43.1529],[5.63832,43.17159],[5.67157,43.1674],[5.69095,43.13411],[5.77607,43.10637],[5.7762,43.09432],[5.75407,43.08328],[5.75707,43.0725],[5.77032,43.06465],[5.85933,43.03469],[5.8877,43.06273],[5.9567,43.06109],[5.96383,43.09277],[6.00033,43.09186],[6.01745,43.06849],[6.10233,43.07415],[6.10483,43.0526],[6.0666,43.04318],[6.06722,43.03785],[6.1427,43.00923],[6.15676,42.98715],[6.19635,42.97331],[6.22221,42.9801],[6.26891,42.99651],[6.25515,43.03627],[6.2019,43.02713],[6.18378,43.09188],[6.30153,43.09909],[6.32478,43.07974],[6.37778,43.08011],[6.38866,43.13395],[6.51341,43.14608],[6.57704,43.17881],[6.62291,43.14563],[6.69779,43.19969],[6.68016,43.23357],[6.72116,43.26007],[6.72241,43.27472],[6.67054,43.29192],[6.68741,43.33113],[6.72416,43.34267],[6.75291,43.409],[6.79104,43.39674],[6.90629,43.41672],[6.96767,43.50273],[6.96617,43.52812],[7.00617,43.53845],[7.03554,43.4982],[7.06892,43.5001],[7.09079,43.51642],[7.06267,43.53672],[7.08254,43.5456],[7.1238,43.53074],[7.1558,43.5437],[7.1433,43.62284],[7.16867,43.64636],[7.2138,43.63469],[7.25417,43.68497],[7.3403,43.66744],[7.36442,43.6894],[7.35305,43.7082],[7.4163,43.71091],[7.45405,43.74506],[7.4943,43.74524],[7.57943,43.78424],[7.60552,43.78603],[7.60368,43.78898],[7.59588,43.79528],[7.59628,43.79549],[7.53853,43.84195],[7.45996,43.79988],[7.44781,43.80934],[7.32353,43.74806],[7.30822,43.76357],[6.64878,43.3885],[6.66865,43.37178],[6.51003,43.27803],[6.56584,43.22509],[6.12681,43.10527],[5.48229,43.24939],[5.47267,43.2309],[5.41567,43.24657],[5.45267,43.3451],[4.80191,43.48158],[4.76416,43.39244],[4.65716,43.42368],[4.67228,43.45608],[4.43203,43.52419],[4.41453,43.49255],[4.16102,43.56433],[4.14452,43.57067],[4.14165,43.57393],[4.18677,43.59946],[4.10565,43.68196],[3.79689,43.52165],[3.77851,43.51313],[3.76464,43.50597],[3.76201,43.50334],[3.74226,43.49328],[3.71601,43.52075],[3.26213,43.28143],[3.24638,43.29735],[3.18388,43.28052],[3.10675,43.24083],[3.15475,43.19419],[2.90625,43.19383],[2.90675,42.76189],[2.94613,42.76208],[2.9465,42.61516],[2.99238,42.61497],[2.99238,42.5125],[3.041,42.51259]],[[-0.84388,46.06949],[-0.93455,46.10163],[-0.89497,46.15628],[-0.98385,46.18807],[-0.94235,46.24424],[-0.95481,46.2489],[-0.91261,46.3048],[-1.18192,46.39987],[-1.82473,46.62071],[-1.82678,46.64174],[-1.77535,46.64386],[-1.73652,46.66839],[-1.99529,46.86461],[-1.92891,46.90677],[-1.94723,46.92078],[-1.81066,47.00588],[-1.9925,47.14309],[-1.94019,47.1422],[-1.93975,47.13263],[-1.72612,47.13761],[-1.72553,47.12764],[-1.66971,47.12864],[-1.66897,47.11688],[-1.48582,47.11877],[-1.48567,47.11149],[-1.36054,47.11239],[-1.37211,47.33221],[-1.46003,47.32924],[-1.4612,47.33966],[-1.58531,47.33708],[-1.58355,47.29566],[-1.64011,47.29427],[-1.64084,47.30639],[-1.73418,47.305],[-1.73608,47.34304],[-1.82986,47.34165],[-1.8322,47.38184],[-1.92891,47.37956],[-1.92862,47.38254],[-2.01404,47.38095],[-2.01565,47.39623],[-2.13478,47.39107],[-2.13199,47.35852],[-2.29742,47.3618],[-2.29962,47.29784],[-2.35852,47.29854],[-2.38079,47.3039],[-2.36219,47.33837],[-2.34753,47.33499],[-2.30372,47.41755],[-2.32043,47.42092],[-2.30182,47.4568],[-2.25449,47.44501],[-2.17991,47.58642],[-3.6172,47.93124],[-4.1806,48.05569],[-4.21854,47.97726],[-4.21371,47.97598],[-4.23363,47.93497],[-4.25657,47.93997],[-4.35686,48.02305],[-4.18806,48.04061],[-4.18643,48.04389],[-4.20111,48.10285],[-4.17232,48.1065],[-4.18331,48.14934],[-4.16675,48.18247],[-4.06623,48.16028],[-4.03634,48.21958],[-4.0214,48.21606],[-3.98814,48.2867],[-4.04733,48.29918],[-4.01832,48.35685],[-4.16411,48.38936],[-4.13495,48.44868],[-4.38853,48.50473],[-4.35482,48.5118],[-4.38281,48.57349],[-4.05342,48.64412],[-4.01034,48.53179],[-3.02979,48.69115],[-2.70681,48.40746],[-2.54005,48.48747],[-2.54978,48.49647],[-2.47353,48.53326],[-2.49083,48.54924],[-2.43084,48.57852],[-2.42035,48.56954],[-2.40863,48.51618],[-2.3021,48.52433],[-2.2895,48.46102],[-2.03889,48.48191],[-2.04272,48.43601],[-1.92813,48.44096],[-1.92326,48.49187],[-1.84908,48.4975],[-1.85218,48.53086],[-1.2269,48.56824],[-1.23519,48.64435],[-1.25229,48.64353],[-1.2584,48.70421],[-1.30533,48.70216],[-1.31155,48.76408],[-1.45091,48.75725],[-1.47225,49.1822],[-1.43557,49.20326],[-1.47608,49.24027],[-1.47909,49.29233],[-1.5339,49.29098],[-1.72775,49.46509],[-1.77479,49.44333],[-1.81105,49.61757],[-1.44583,49.60689],[-1.24768,49.35025],[-1.34114,49.2975],[-1.26768,49.24099],[-1.19515,49.28183],[-1.16728,49.24545],[-0.99778,49.30149],[-0.82088,49.28331],[-0.3561,49.23214],[-0.45369,49.18792],[-0.38966,49.12726],[-0.19448,49.21463],[-0.03492,49.1973],[-0.02027,49.26036],[0.00508,49.25711],[0.00274,49.29076],[0.0675,49.28713],[0.07204,49.31532],[0.13769,49.3115],[0.14326,49.35532],[0.20817,49.35084],[0.21095,49.36658],[0.27689,49.36334],[0.28011,49.38433],[0.32846,49.38128],[0.32597,49.35456],[0.45843,49.34492],[0.45741,49.33938],[0.54254,49.33461],[0.54825,49.37851],[0.61478,49.37441],[0.63001,49.49666],[0.5632,49.49989],[0.56598,49.52045],[0.11117,49.54365],[0.13461,49.5809],[0.14765,49.57767],[0.20831,49.67269],[0.4281,49.75445],[0.42063,49.76297],[0.57961,49.82133],[0.9827,49.88916],[1.03838,49.84609],[1.42667,50.05276],[1.42462,50.01747],[1.54155,50.01267],[1.54565,50.06311],[1.80149,50.05116],[1.82156,50.24262],[1.72295,50.24702],[1.75357,50.5932],[1.65569,50.59729],[1.68089,50.8717],[1.7976,50.89906],[2.05937,50.94709],[2.07124,50.92022],[2.66071,51.0196],[2.59712,51.17355],[1.64118,50.95919],[1.52549,50.85867],[1.53177,50.46437],[1.43908,50.11819],[1.05727,49.94904],[0.51713,49.86466],[0.12211,49.69292],[0.01801,49.54656],[0.02731,49.37619],[-0.13342,49.31293],[-0.24976,49.3158],[-0.39014,49.3622],[-0.74429,49.36802],[-0.96463,49.42509],[-1.18545,49.54836],[-1.1492,49.63504],[-1.28373,49.76067],[-1.61759,49.68498],[-2.00445,49.76087],[-2.03908,49.67872],[-1.9262,49.65573],[-1.85748,49.3253],[-1.74277,49.24473],[-1.68714,48.93249],[-1.91027,48.92348],[-1.90304,48.86288],[-1.70557,48.84512],[-1.7243,48.75828],[-1.80953,48.73178],[-2.0137,48.73221],[-2.17543,48.65016],[-2.28475,48.71909],[-2.45786,48.70896],[-2.69353,48.76722],[-2.80207,48.79793],[-3.02769,48.9275],[-3.33344,48.90458],[-3.40954,48.91866],[-3.54444,48.90297],[-3.67013,48.89508],[-3.94939,48.74715],[-3.96692,48.77978],[-4.63117,48.66129],[-4.83515,48.54319],[-5.10346,48.51722],[-5.19867,48.44926],[-4.84243,48.3005],[-4.67101,48.2331],[-4.5921,48.14758],[-4.60147,48.11469],[-4.96938,48.08972],[-4.98565,47.99896],[-4.47962,47.9776],[-4.37619,47.71067],[-4.14314,47.78847],[-4.10163,47.70921],[-3.9162,47.67831],[-3.38912,47.59473],[-3.22791,47.61132],[-3.18803,47.48441],[-3.35602,47.32474],[-2.96742,47.22147],[-2.92848,47.28413],[-2.31733,47.16214],[-2.45286,46.93856],[-2.3233,46.83812],[-2.46561,46.71196],[-2.3466,46.62382],[-2.03483,46.61895],[-1.75643,46.42214],[-1.64442,46.22375],[-1.60176,46.17019],[-1.48685,46.06042],[-1.22511,45.44416],[-1.30744,44.41847],[-1.33584,44.22832],[-1.58531,43.489],[-1.72832,43.45033],[-1.80281,43.40425],[-1.79281,43.28038],[-1.76549,43.25548],[-1.59964,43.35423],[-1.34589,43.50606],[-1.37439,43.53109],[-1.31296,43.72951],[-1.39572,43.74301],[-1.30762,44.029],[-1.21853,44.03249],[-1.22689,44.14022],[-1.09916,44.1456],[-1.01408,44.56765],[-0.96035,44.56434],[-0.9404,44.7018],[-0.93365,44.76149],[-1.01946,44.76914],[-1.01514,44.80113],[-1.10761,44.80787],[-1.05039,45.18252],[-1.06412,45.36911],[-1.04828,45.36911],[-1.0524,45.31013],[-1.00247,45.30827],[-1.00163,45.24439],[-0.9328,45.24484],[-0.93438,45.18185],[-0.88171,45.18081],[-0.88393,45.12051],[-0.81838,45.11962],[-0.81584,45.05321],[-0.77764,45.05389],[-0.77838,44.99263],[-0.66628,44.99129],[-0.58798,44.66014],[-0.39048,44.68413],[-0.43541,44.87317],[-0.19387,44.78678],[-0.15491,44.84238],[-0.14521,44.8392],[-0.09266,44.91019],[-0.18925,44.94591],[-0.12252,45.02563],[-0.22,45.06771],[-0.2907,44.98278],[-0.41621,45.02696],[-0.41611,45.07089],[-0.45512,45.07161],[-0.45661,45.13325],[-0.49184,45.13315],[-0.49094,45.19577],[-0.55275,45.19661],[-0.55379,45.32344],[-0.58529,45.32334],[-0.58544,45.38596],[-0.61619,45.38586],[-0.61574,45.44695],[-0.63978,45.44747],[-0.63799,45.50892],[-0.688,45.50986],[-0.68755,45.60174],[-0.69397,45.60184],[-0.69695,45.62659],[-0.76264,45.6245],[-0.86666,45.8479],[-0.63498,45.76444],[-0.53787,45.89558],[-0.88241,46.01637],[-0.84388,46.06949]]],"terms_url":"http://www.geocatalogue.fr/Detail.do?fileIdentifier=345b8853-8090-4b06-bc91-a5a25df9a645","terms_text":"Ortho Littorale v2 - Ministère en charge de l’environnement"},{"id":"lu.geoportail.opendata.ortho_2019_winter","name":"geoportail.lu ortho technique 2019 (10cm)","type":"tms","template":"https://{switch:wmts1,wmts2,wmts3}.geoportail.lu/opendata/wmts/ortho_2019_winter/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg","category":"photo","startDate":"2019-02-15T00:00:00.000Z","zoomExtent":[5,20],"polygon":[[[5.96175,50.17631],[5.95286,50.13384],[5.89196,50.12041],[5.881,50.08069],[5.85781,50.07186],[5.85087,50.0563],[5.86189,50.04581],[5.84792,50.02809],[5.81561,50.01437],[5.81806,49.99936],[5.83462,49.98656],[5.83129,49.97995],[5.80652,49.97321],[5.80524,49.96677],[5.78672,49.96816],[5.7688,49.96104],[5.76878,49.94239],[5.77073,49.93711],[5.76039,49.93252],[5.75783,49.91737],[5.73303,49.90285],[5.7346,49.89341],[5.77505,49.88057],[5.77567,49.87438],[5.74955,49.87554],[5.75229,49.85922],[5.74066,49.85152],[5.75399,49.84878],[5.74624,49.84783],[5.74701,49.84048],[5.74053,49.84142],[5.7372,49.83353],[5.74581,49.82435],[5.74159,49.82126],[5.75094,49.79094],[5.76517,49.78961],[5.78626,49.79079],[5.82073,49.74878],[5.82489,49.73767],[5.82191,49.72128],[5.84325,49.71822],[5.86481,49.72331],[5.8757,49.71118],[5.85628,49.68211],[5.85656,49.67628],[5.89934,49.66239],[5.89998,49.63907],[5.88182,49.63815],[5.8694,49.6106],[5.84565,49.5981],[5.84712,49.58961],[5.8511,49.58379],[5.86289,49.58525],[5.86866,49.587],[5.85943,49.57158],[5.8052,49.54272],[5.81625,49.53325],[5.83562,49.54114],[5.84308,49.53081],[5.83187,49.52639],[5.83641,49.51817],[5.84828,49.51397],[5.84897,49.50826],[5.86332,49.50006],[5.89033,49.4948],[5.91578,49.49835],[5.9616,49.49026],[5.96891,49.48202],[5.97232,49.46087],[5.97773,49.45955],[5.97657,49.44885],[5.99412,49.45301],[6.01574,49.44885],[6.02154,49.45127],[6.02529,49.44703],[6.04421,49.44553],[6.05222,49.46028],[6.05917,49.46306],[6.07722,49.46139],[6.08167,49.45417],[6.10483,49.45076],[6.1014,49.46726],[6.12725,49.47081],[6.12937,49.48803],[6.14018,49.48525],[6.1671,49.49006],[6.16086,49.50085],[6.17337,49.50577],[6.19669,49.50331],[6.24133,49.50693],[6.27191,49.49995],[6.28789,49.48379],[6.29503,49.47928],[6.32189,49.47244],[6.3334,49.46493],[6.37056,49.45732],[6.37076,49.50545],[6.35932,49.52481],[6.35855,49.53296],[6.38009,49.54856],[6.3849,49.55817],[6.35791,49.57166],[6.36909,49.5783],[6.38119,49.57509],[6.38443,49.5801],[6.37551,49.58809],[6.37941,49.59526],[6.39898,49.60094],[6.42178,49.61809],[6.44251,49.65591],[6.4399,49.66025],[6.42714,49.66237],[6.5046,49.71227],[6.50788,49.71215],[6.50712,49.71655],[6.49558,49.72443],[6.49891,49.72639],[6.50479,49.725],[6.51176,49.72016],[6.51642,49.72129],[6.51809,49.7242],[6.50727,49.72938],[6.50263,49.73298],[6.50373,49.75086],[6.52052,49.76134],[6.52056,49.76818],[6.51105,49.77422],[6.51917,49.78344],[6.50622,49.78899],[6.53083,49.80116],[6.53225,49.80686],[6.52981,49.81048],[6.5196,49.81446],[6.51485,49.80513],[6.51155,49.80238],[6.50669,49.80993],[6.49681,49.81277],[6.47057,49.82385],[6.46454,49.81975],[6.45366,49.81275],[6.44344,49.81233],[6.44161,49.81547],[6.43097,49.81129],[6.42807,49.81186],[6.42643,49.81629],[6.4022,49.82098],[6.36465,49.85164],[6.33937,49.8507],[6.33656,49.83998],[6.32741,49.83673],[6.32158,49.8409],[6.32361,49.85188],[6.31465,49.86057],[6.31532,49.8673],[6.30989,49.87107],[6.2977,49.86673],[6.29166,49.87548],[6.28113,49.87957],[6.27646,49.87725],[6.26301,49.88101],[6.25781,49.88724],[6.24692,49.89535],[6.23381,49.90028],[6.23229,49.9072],[6.22769,49.91062],[6.23187,49.91064],[6.23603,49.91355],[6.22986,49.92125],[6.21913,49.92354],[6.22635,49.92766],[6.22824,49.93726],[6.22044,49.94369],[6.22502,49.95039],[6.21269,49.9514],[6.20707,49.95672],[6.19978,49.95352],[6.19277,49.97158],[6.18331,49.9686],[6.17983,49.96307],[6.18339,49.9548],[6.17995,49.95386],[6.1763,49.962],[6.17151,49.96298],[6.16549,49.97115],[6.17035,49.98376],[6.17348,49.98344],[6.17305,49.98589],[6.15625,49.98867],[6.15023,49.99518],[6.14218,49.99535],[6.13852,49.99829],[6.13966,49.9994],[6.14546,49.99689],[6.1517,50.01058],[6.13934,50.01116],[6.13024,50.01819],[6.13138,50.01905],[6.13594,50.01485],[6.13868,50.01572],[6.14821,50.02307],[6.13034,50.02975],[6.13661,50.04178],[6.12361,50.06323],[6.11563,50.05817],[6.11444,50.06139],[6.12117,50.064],[6.13186,50.07348],[6.12634,50.07817],[6.12194,50.09059],[6.13547,50.09119],[6.13108,50.09964],[6.13808,50.10263],[6.13555,50.11899],[6.14093,50.1305],[6.12369,50.13719],[6.11323,50.13739],[6.1277,50.14993],[6.1201,50.15594],[6.1225,50.16437],[6.10176,50.17199],[6.07824,50.17255],[6.07668,50.15913],[6.06069,50.15536],[6.03318,50.16395],[6.02627,50.18496],[5.96175,50.17631]]],"terms_url":"https://data.public.lu/en/datasets/bd-l-ortho-webservices-wms-et-wmts","terms_text":"Administration du Cadastre et de la Topographie","icon":"https://www.geoportail.lu/static/img/lion.png"},{"id":"Geoportal2-PL-Streets_WMS","name":"Geoportal 2 Nazwy ulic","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/ext/KrajowaIntegracjaNumeracjiAdresowej?LAYERS=prg-ulice&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa przeglądania WMS Krajowa Integracja Numeracji Adresowej umożliwiająca pobieranie obrazów mapowych utworzonych na podstawie danych przestrzennych z Państwowego Rejestru Granic w zakresie ewidencji ulic i adresów.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-boundaries-of-communes_WMS","name":"Geoportal 2: Borders of communes WMS","type":"wms","template":"http://mapy.geoportal.gov.pl/wss/service/PZGIK/PRG/WMS/AdministrativeBoundaries?LAYERS=A03_Granice_gmin&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa WMS publikująca jednostki podziału terytorialnego Polski w tym jednostki administracyjne","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-boundaries-of-counties_WMS","name":"Geoportal 2: Borders of counties WMS","type":"wms","template":"http://mapy.geoportal.gov.pl/wss/service/PZGIK/PRG/WMS/AdministrativeBoundaries?LAYERS=A02_Granice_powiatow&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa WMS publikująca jednostki podziału terytorialnego Polski w tym jednostki administracyjne","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-boundaries-of-provinces_WMS","name":"Geoportal 2: Borders of provinces WMS","type":"wms","template":"http://mapy.geoportal.gov.pl/wss/service/PZGIK/PRG/WMS/AdministrativeBoundaries?LAYERS=A01_Granice_wojewodztw&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa WMS publikująca jednostki podziału terytorialnego Polski w tym jednostki administracyjne","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-City-boundaries_WMS","name":"Geoportal 2: City boundaries WMS","type":"wms","template":"http://mapy.geoportal.gov.pl/wss/service/PZGIK/PRG/WMS/AdministrativeBoundaries?LAYERS=A04_Granice_miast&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa WMS publikująca jednostki podziału terytorialnego Polski w tym jednostki administracyjne","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-buildings_WMS","name":"Geoportal 2: Ewidencja budynków WMS","type":"wms","template":"https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaEwidencjiGruntow?LAYERS=budynki&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa Krajowa Integracja Ewidencji Gruntów jest usługą zbiorczą prezentacji danych ewidencyjnych pochodzących bezpośrednio z jednostek szczebla powiatowego. Usługa zawiera jedynie dane tych jednostek, które dysponują usługą WMS o odpowiednich parametrach i zdecydowały się włączyć swoją usługę WMS do usługi zbiorczej KrajowaIntegracjaEwidencjiGruntow.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-gas-pipe_WMS","name":"Geoportal 2: gas pipes WMS","type":"wms","template":"https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaUzbrojeniaTerenu?LAYERS=przewod_gazowy&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa Krajowa Integracja Uzbrojenia Terenu jest usługą zbiorczą prezentacji danych uzbrojenia terenu pochodzących bezpośrednio z jednostek szczebla powiatowego. Usługa zawiera jedynie dane tych jednostek, które dysponują usługą WMS o odpowiednich parametrach i zdecydowały się włączyć swoją usługę WMS do usługi zbiorczej KrajowaIntegracjaUzbrojeniaTerenu.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-plot_boundaries_WMS","name":"Geoportal 2: Granice działek","type":"wms","template":"https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaEwidencjiGruntow?LAYERS=dzialki&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa Krajowa Integracja Ewidencji Gruntów jest usługą zbiorczą prezentacji danych ewidencyjnych pochodzących bezpośrednio z jednostek szczebla powiatowego. Usługa zawiera jedynie dane tych jednostek, które dysponują usługą WMS o odpowiednich parametrach i zdecydowały się włączyć swoją usługę WMS do usługi zbiorczej KrajowaIntegracjaEwidencjiGruntow.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-heat-pipe_WMS","name":"Geoportal 2: heat pipes WMS","type":"wms","template":"https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaUzbrojeniaTerenu?LAYERS=przewod_cieplowniczy&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa Krajowa Integracja Uzbrojenia Terenu jest usługą zbiorczą prezentacji danych uzbrojenia terenu pochodzących bezpośrednio z jednostek szczebla powiatowego. Usługa zawiera jedynie dane tych jednostek, które dysponują usługą WMS o odpowiednich parametrach i zdecydowały się włączyć swoją usługę WMS do usługi zbiorczej KrajowaIntegracjaUzbrojeniaTerenu.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-HighResolution-aerial_image_WMS","name":"Geoportal 2: High Resolution Orthophotomap (aerial image) (WMS)","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/service/PZGIK/ORTO/WMS/HighResolution?LAYERS=Raster&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:4326","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Ortofotomapa o rozdzielczości 10 cm lub większej. Dane posortowane są wg rozdzielczości a następnie wg aktualności, np. arkusz z 2012 roku o rozdzielczości 8 cm przysłania arkusz z 2019 roku o rozdzielczości 10 cm.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png"},{"id":"Geoportal2-PL-HighResolution-aerial_archival_image_WMS","name":"Geoportal 2: High Resolution Orthophotomap (archival imagery) (WMS)","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/service/PZGIK/ORTO/WMS/HighResolutionTime?LAYERS=Image&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:4326","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Ortofotomapa o rozdzielczości 10 cm lub większej. Dane posortowane są wg rozdzielczości a następnie wg aktualności, np. arkusz z 2012 roku o rozdzielczości 8 cm przysłania arkusz z 2019 roku o rozdzielczości 10 cm.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png"},{"id":"Geoportal2-PL-aerial_archival_image_WMS","name":"Geoportal 2: Orthophotomap (archival imagery) (WMS)","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/service/PZGIK/ORTO/WMS/StandardResolutionTime?LAYERS=Raster&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa przeglądania (Web Map Service,WMS) umożliwiająca przeglądanie ortofotomap archiwalnych dla obszaru Polski. Dane udostępniane za pomocą tej usługi stanowią ortofotomapę wykonaną ze zdjęć lotniczych. Usługa oferuje wsparcie dla interfejsu WMS 1.3.0.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png"},{"id":"Geoportal2-PL-aerial_image_WMS","name":"Geoportal 2: Orthophotomap (latest aerial imagery) (WMS)","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/service/PZGIK/ORTO/WMS/StandardResolution?LAYERS=Raster&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa przeglądania (Web Map Service,WMS) umożliwiająca przeglądanie ortofotomap dla obszaru Polski. Dane udostępniane za pomocą tej usługi stanowią ortofotomapę wykonaną ze zdjęć lotniczych. Usługa oferuje wsparcie dla interfejsu WMS 1.3.0.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png"},{"id":"Geoportal2-PL-aerial_image_WMTS","name":"Geoportal 2: Orthophotomap (latest aerial imagery) (WMTS)","type":"tms","template":"https://mapy.geoportal.gov.pl/wss/service/PZGIK/ORTO/WMTS/StandardResolution?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=ORTOFOTOMAPA&STYLE=default&FORMAT=image/jpeg&tileMatrixSet=EPSG:3857&tileMatrix=EPSG:3857:{zoom}&tileRow={y}&tileCol={x}","category":"photo","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","best":true,"description":"Usługa przeglądania (Web Map Tile Service,WMTS) umożliwiająca przeglądanie ortofotomap dla obszaru Polski. Dane udostępniane za pomocą tej usługi stanowią ortofotomapę wykonaną ze zdjęć lotniczych.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png"},{"id":"Geoportal2-PL-power-cord_WMS","name":"Geoportal 2: power cord WMS","type":"wms","template":"https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaUzbrojeniaTerenu?LAYERS=przewod_elektroenergetyczny&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa Krajowa Integracja Uzbrojenia Terenu jest usługą zbiorczą prezentacji danych uzbrojenia terenu pochodzących bezpośrednio z jednostek szczebla powiatowego. Usługa zawiera jedynie dane tych jednostek, które dysponują usługą WMS o odpowiednich parametrach i zdecydowały się włączyć swoją usługę WMS do usługi zbiorczej KrajowaIntegracjaUzbrojeniaTerenu.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-prng","name":"Geoportal 2: PRNG (geo names)","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/service/pub/guest/G2_PRNG_WMS/MapServer/WMSServer?LAYERS=PozostaleObiektyFizjograficzne,Hydrografia,PozostaleMiejscowosci,Wies,UksztaltowanieTerenu&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"http://www.codgik.gov.pl/index.php/darmowe-dane/prng.html","terms_text":"Centralny Ośrodek Dokumentacji Geodezyjnej i Kartograficznej","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-addres_points_WMS","name":"Geoportal 2: Punkty adresowe","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/ext/KrajowaIntegracjaNumeracjiAdresowej?LAYERS=prg-adresy&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa przeglądania WMS Krajowa Integracja Numeracji Adresowej umożliwiająca pobieranie obrazów mapowych utworzonych na podstawie danych przestrzennych z Państwowego Rejestru Granic w zakresie ewidencji ulic i adresów.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-sewer-pipe_WMS","name":"Geoportal 2: sewer pipes WMS","type":"wms","template":"https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaUzbrojeniaTerenu?LAYERS=przewod_kanalizacyjny&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa Krajowa Integracja Uzbrojenia Terenu jest usługą zbiorczą prezentacji danych uzbrojenia terenu pochodzących bezpośrednio z jednostek szczebla powiatowego. Usługa zawiera jedynie dane tych jednostek, które dysponują usługą WMS o odpowiednich parametrach i zdecydowały się włączyć swoją usługę WMS do usługi zbiorczej KrajowaIntegracjaUzbrojeniaTerenu.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-shaded_relief_WMS","name":"Geoportal 2: Shaded relief (WMS)","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/service/PZGIK/NMT/GRID1/WMS/ShadedRelief?LAYERS=Raster&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:4326","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa przeglądania (Web Map Service,WMS) umożliwiająca przeglądanie cieniowania NMT w siatce 1m x 1m. Usługa oferuje wsparcie dla interfejsu WMS 1.3.0.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png"},{"id":"Geoportal2-PL-squares-and-housing-estates_WMS","name":"Geoportal 2: Squares and housing estates","type":"wms","template":"https://mapy.geoportal.gov.pl/wss/ext/KrajowaIntegracjaNumeracjiAdresowej?LAYERS=prg-place&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa przeglądania WMS Krajowa Integracja Numeracji Adresowej umożliwiająca pobieranie obrazów mapowych utworzonych na podstawie danych przestrzennych z Państwowego Rejestru Granic w zakresie ewidencji ulic i adresów.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-state-borders_WMS","name":"Geoportal 2: State borders WMS","type":"wms","template":"http://mapy.geoportal.gov.pl/wss/service/PZGIK/PRG/WMS/AdministrativeBoundaries?LAYERS=A00_Granice_panstwa&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa WMS publikująca jednostki podziału terytorialnego Polski w tym jednostki administracyjne","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-telecommunications-cable_WMS","name":"Geoportal 2: telecommunications cables WMS","type":"wms","template":"https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaUzbrojeniaTerenu?LAYERS=przewod_telekomunikacyjny&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa Krajowa Integracja Uzbrojenia Terenu jest usługą zbiorczą prezentacji danych uzbrojenia terenu pochodzących bezpośrednio z jednostek szczebla powiatowego. Usługa zawiera jedynie dane tych jednostek, które dysponują usługą WMS o odpowiednich parametrach i zdecydowały się włączyć swoją usługę WMS do usługi zbiorczej KrajowaIntegracjaUzbrojeniaTerenu.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"Geoportal2-PL-water-pipe_WMS","name":"Geoportal 2: water pipes WMS","type":"wms","template":"https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaUzbrojeniaTerenu?LAYERS=przewod_wodociagowy&STYLES=default&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[15.9751,54.37092],[14.22205,53.99585],[14.1978,53.87348],[14.42299,53.26656],[14.35024,53.07342],[14.15276,52.9734],[14.11465,52.82083],[14.60315,52.58781],[14.51654,52.42544],[14.55811,52.24974],[14.70362,52.07334],[14.59968,51.84276],[14.75212,51.62606],[14.72094,51.55718],[14.93921,51.46015],[15.01889,51.29146],[14.95653,51.07212],[14.81102,50.87359],[15.00157,50.85829],[15.02929,51.0133],[15.24409,50.9806],[15.26834,50.89764],[15.57322,50.76415],[16.05479,50.61271],[16.22802,50.63688],[16.33888,50.66324],[16.42203,50.58852],[16.19683,50.42767],[16.43242,50.28621],[16.64029,50.09767],[16.81352,50.18649],[17.01793,50.22419],[17.00061,50.31055],[16.89321,50.40339],[16.94864,50.44533],[17.41635,50.26407],[17.71084,50.3017],[17.74548,50.21532],[17.6069,50.17096],[17.73855,50.06877],[17.88753,49.98865],[18.08154,50.01092],[18.52154,49.89947],[18.6428,49.70941],[18.80216,49.66234],[18.83681,49.49386],[18.93382,49.4916],[18.99618,49.38798],[19.23177,49.41503],[19.42925,49.59052],[19.50893,49.58154],[19.60247,49.41503],[19.74798,49.39925],[19.76531,49.21176],[19.942,49.13021],[20.11869,49.20044],[20.18451,49.33156],[20.6453,49.39023],[20.91207,49.3022],[21.10262,49.37219],[21.37631,49.44883],[21.84749,49.37219],[22.07615,49.20044],[22.60969,49.03718],[22.8626,48.99401],[22.90417,49.07804],[22.73788,49.20949],[22.68244,49.51635],[23.61787,50.30834],[24.05786,50.41884],[24.10983,50.66105],[24.01975,50.80358],[24.16873,50.86048],[23.9366,50.98278],[23.66291,51.38886],[23.59708,51.7399],[23.69062,52.00301],[23.50354,52.18606],[23.19519,52.23701],[23.20905,52.33026],[23.5659,52.58781],[23.7322,52.60675],[23.92968,52.68873],[23.92968,53.18567],[23.71834,53.46296],[23.52086,53.97752],[23.53472,54.09553],[23.29567,54.26786],[22.8626,54.42336],[22.77599,54.37698],[21.46639,54.34064],[20.28152,54.42135],[19.66137,54.47372],[18.34485,54.90227],[17.13919,54.78457],[16.31116,54.55618],[15.9751,54.37092]]],"terms_url":"https://www.geoportal.gov.pl/","terms_text":"Główny Urząd Geodezji i Kartografii","description":"Usługa Krajowa Integracja Uzbrojenia Terenu jest usługą zbiorczą prezentacji danych uzbrojenia terenu pochodzących bezpośrednio z jednostek szczebla powiatowego. Usługa zawiera jedynie dane tych jednostek, które dysponują usługą WMS o odpowiednich parametrach i zdecydowały się włączyć swoją usługę WMS do usługi zbiorczej KrajowaIntegracjaUzbrojeniaTerenu.","icon":"https://wiki.openstreetmap.org/w/images/f/fd/Geoportal2.png","overlay":true},{"id":"GeoPortal_DF_2015","name":"GeoPortal DF 2015","type":"wms","template":"https://www.geoservicos.ide.df.gov.br/arcgis/services/Imagens/FOTO_2015/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-48.3148,-15.45953],[-48.31647,-15.70744],[-48.37636,-15.70412],[-48.37636,-15.79064],[-48.31647,-15.79396],[-48.31813,-16.0868],[-48.12845,-16.0868],[-48.12845,-16.12673],[-48.06689,-16.1284],[-48.06522,-16.21159],[-48.00366,-16.21325],[-48.00532,-16.29478],[-47.80899,-16.29312],[-47.80899,-16.13006],[-47.29153,-16.1284],[-47.29153,-16.0685],[-47.27656,-16.06684],[-47.27822,-15.99695],[-47.30983,-15.99862],[-47.30983,-15.58598],[-47.24661,-15.59264],[-47.24827,-15.4978],[-47.49102,-15.49441],[-47.49619,-15.41128],[-47.69086,-15.41294],[-47.69252,-15.4978],[-48.24825,-15.49946],[-48.24803,-15.46183],[-48.3148,-15.45953]]],"terms_url":"https://www.geoportal.seduh.df.gov.br/","terms_text":"GeoPortal DF","icon":"https://osmlab.github.io/editor-layer-index/sources/south-america/br/DistritoFederal.png"},{"id":"GeoPortal_DF_2016","name":"GeoPortal DF 2016","type":"wms","template":"https://www.geoservicos.ide.df.gov.br/arcgis/services/Imagens/FOTO_2016/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-48.27336,-16.04808],[-47.95694,-16.05663],[-47.7992,-16.02242],[-47.48659,-15.97586],[-47.50464,-15.62334],[-47.80395,-15.55207],[-48.0016,-15.54637],[-48.21349,-15.64139],[-48.27336,-16.04808]]],"terms_url":"https://www.geoportal.seduh.df.gov.br/","terms_text":"GeoPortal DF","icon":"https://osmlab.github.io/editor-layer-index/sources/south-america/br/DistritoFederal.png"},{"id":"GeoPortal_DF_2019","name":"GeoPortal DF 2019","type":"wms","template":"https://www.geoservicos.ide.df.gov.br/arcgis/services/Imagens/SENTINEL_2019/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-48.28901,-16.04113],[-48.28903,-16.05961],[-48.28369,-16.06085],[-48.28208,-16.06423],[-48.22174,-16.06422],[-48.21993,-16.06068],[-48.2135,-16.06027],[-48.20998,-16.06423],[-47.81533,-16.06423],[-47.8125,-16.05887],[-47.81242,-16.06423],[-47.29889,-16.06422],[-47.29889,-16.02729],[-47.30887,-16.02628],[-47.30988,-16.01674],[-47.31986,-16.01573],[-47.32087,-16.00948],[-47.32447,-16.00786],[-47.32636,-16.00091],[-47.33107,-15.99965],[-47.33185,-15.99563],[-47.3517,-15.99537],[-47.35375,-15.99287],[-47.35382,-15.98508],[-47.3638,-15.98407],[-47.36489,-15.96133],[-47.35657,-15.96133],[-47.35367,-15.93998],[-47.34833,-15.93754],[-47.34833,-15.91706],[-47.3538,-15.91331],[-47.35506,-15.88716],[-47.35367,-15.83955],[-47.34833,-15.83645],[-47.3468,-15.83241],[-47.34284,-15.83182],[-47.34158,-15.82203],[-47.33185,-15.82125],[-47.33144,-15.80721],[-47.32636,-15.80473],[-47.32483,-15.80069],[-47.32087,-15.80011],[-47.3206,-15.79166],[-47.31606,-15.78954],[-47.31505,-15.7846],[-47.30988,-15.78359],[-47.30947,-15.75964],[-47.30233,-15.75782],[-47.29889,-15.7532],[-47.29889,-15.67986],[-47.30961,-15.67642],[-47.31125,-15.63626],[-47.32028,-15.63473],[-47.32095,-15.62304],[-47.30988,-15.62303],[-47.3091,-15.61106],[-47.29889,-15.6098],[-47.29889,-15.58333],[-47.30353,-15.58248],[-47.30507,-15.5787],[-47.30934,-15.57652],[-47.30988,-15.57274],[-47.3349,-15.57259],[-47.33803,-15.56745],[-47.34206,-15.56619],[-47.34284,-15.56215],[-47.36237,-15.562],[-47.36474,-15.55939],[-47.36481,-15.55156],[-47.38028,-15.55055],[-47.38198,-15.54627],[-47.38652,-15.54415],[-47.38678,-15.53568],[-47.39762,-15.52795],[-47.39777,-15.49663],[-47.40258,-15.48803],[-48.21624,-15.48803],[-48.21631,-15.60704],[-48.21868,-15.60965],[-48.22723,-15.6098],[-48.22715,-15.62304],[-48.23822,-15.62304],[-48.2492,-15.63295],[-48.24922,-15.67544],[-48.2547,-15.67862],[-48.2547,-15.71553],[-48.25021,-15.71654],[-48.2492,-15.72082],[-48.21777,-15.72669],[-48.21626,-15.72921],[-48.21631,-15.7392],[-48.22723,-15.74726],[-48.22824,-15.76211],[-48.24096,-15.76311],[-48.24233,-15.76799],[-48.2492,-15.76972],[-48.25046,-15.78347],[-48.26019,-15.78426],[-48.26077,-15.78801],[-48.26568,-15.7902],[-48.26781,-15.79456],[-48.28216,-15.79483],[-48.28274,-15.80387],[-48.29315,-15.81135],[-48.29341,-15.82971],[-48.29864,-15.83249],[-48.29864,-15.85165],[-48.29317,-15.85607],[-48.29315,-15.90574],[-48.28974,-15.90891],[-48.28971,-15.93754],[-48.28697,-15.94282],[-48.27218,-15.94383],[-48.27118,-15.95868],[-48.26766,-15.96133],[-48.27118,-15.96133],[-48.27158,-15.97798],[-48.27667,-15.98046],[-48.27745,-15.9891],[-48.28216,-15.99101],[-48.28218,-16.02419],[-48.28765,-16.02795],[-48.28901,-16.04113]]],"terms_url":"https://www.geoportal.seduh.df.gov.br/","terms_text":"GeoPortal DF","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/south-america/br/DistritoFederal.png"},{"id":"GeoPortal_DF_2021_50cm","name":"GeoPortal DF 2021 50 cm","type":"wms","template":"https://www.geoservicos.ide.df.gov.br/arcgis/services/Imagens/2021_50CM/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[-48.28901,-16.04113],[-48.28903,-16.05961],[-48.28369,-16.06085],[-48.28208,-16.06423],[-48.22174,-16.06422],[-48.21993,-16.06068],[-48.2135,-16.06027],[-48.20998,-16.06423],[-47.81533,-16.06423],[-47.8125,-16.05887],[-47.81242,-16.06423],[-47.29889,-16.06422],[-47.29889,-16.02729],[-47.30887,-16.02628],[-47.30988,-16.01674],[-47.31986,-16.01573],[-47.32087,-16.00948],[-47.32447,-16.00786],[-47.32636,-16.00091],[-47.33107,-15.99965],[-47.33185,-15.99563],[-47.3517,-15.99537],[-47.35375,-15.99287],[-47.35382,-15.98508],[-47.3638,-15.98407],[-47.36489,-15.96133],[-47.35657,-15.96133],[-47.35367,-15.93998],[-47.34833,-15.93754],[-47.34833,-15.91706],[-47.3538,-15.91331],[-47.35506,-15.88716],[-47.35367,-15.83955],[-47.34833,-15.83645],[-47.3468,-15.83241],[-47.34284,-15.83182],[-47.34158,-15.82203],[-47.33185,-15.82125],[-47.33144,-15.80721],[-47.32636,-15.80473],[-47.32483,-15.80069],[-47.32087,-15.80011],[-47.3206,-15.79166],[-47.31606,-15.78954],[-47.31505,-15.7846],[-47.30988,-15.78359],[-47.30947,-15.75964],[-47.30233,-15.75782],[-47.29889,-15.7532],[-47.29889,-15.67986],[-47.30961,-15.67642],[-47.31125,-15.63626],[-47.32028,-15.63473],[-47.32095,-15.62304],[-47.30988,-15.62303],[-47.3091,-15.61106],[-47.29889,-15.6098],[-47.29889,-15.58333],[-47.30353,-15.58248],[-47.30507,-15.5787],[-47.30934,-15.57652],[-47.30988,-15.57274],[-47.3349,-15.57259],[-47.33803,-15.56745],[-47.34206,-15.56619],[-47.34284,-15.56215],[-47.36237,-15.562],[-47.36474,-15.55939],[-47.36481,-15.55156],[-47.38028,-15.55055],[-47.38198,-15.54627],[-47.38652,-15.54415],[-47.38678,-15.53568],[-47.39762,-15.52795],[-47.39777,-15.49663],[-47.40258,-15.48803],[-48.21624,-15.48803],[-48.21631,-15.60704],[-48.21868,-15.60965],[-48.22723,-15.6098],[-48.22715,-15.62304],[-48.23822,-15.62304],[-48.2492,-15.63295],[-48.24922,-15.67544],[-48.2547,-15.67862],[-48.2547,-15.71553],[-48.25021,-15.71654],[-48.2492,-15.72082],[-48.21777,-15.72669],[-48.21626,-15.72921],[-48.21631,-15.7392],[-48.22723,-15.74726],[-48.22824,-15.76211],[-48.24096,-15.76311],[-48.24233,-15.76799],[-48.2492,-15.76972],[-48.25046,-15.78347],[-48.26019,-15.78426],[-48.26077,-15.78801],[-48.26568,-15.7902],[-48.26781,-15.79456],[-48.28216,-15.79483],[-48.28274,-15.80387],[-48.29315,-15.81135],[-48.29341,-15.82971],[-48.29864,-15.83249],[-48.29864,-15.85165],[-48.29317,-15.85607],[-48.29315,-15.90574],[-48.28974,-15.90891],[-48.28971,-15.93754],[-48.28697,-15.94282],[-48.27218,-15.94383],[-48.27118,-15.95868],[-48.26766,-15.96133],[-48.27118,-15.96133],[-48.27158,-15.97798],[-48.27667,-15.98046],[-48.27745,-15.9891],[-48.28216,-15.99101],[-48.28218,-16.02419],[-48.28765,-16.02795],[-48.28901,-16.04113]]],"terms_url":"https://www.geoportal.seduh.df.gov.br/","terms_text":"GeoPortal DF","icon":"https://osmlab.github.io/editor-layer-index/sources/south-america/br/DistritoFederal.png"},{"id":"geoscribble-latest","name":"GeoScribble latest notes","type":"wms","template":"https://geoscribble.osmz.ru/wms?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=latest&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,22],"terms_url":"https://wiki.openstreetmap.org/wiki/GeoScribble","terms_text":"GeoScribble contributors","description":"Geometric survey notes from Every Door editor, aged three weeks at most","overlay":true},{"id":"gis-rijeka-2012","name":"gis-rijeka: Rijeka 2012 aerial imagery","type":"wms","template":"http://gis01.rijeka.hr/geoserver/CKAN/wms?LAYERS=Ortofoto_2012&STYLES=raster&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[14.531,45.3091],[14.5335,45.3149],[14.5277,45.3184],[14.5208,45.3181],[14.4862,45.3351],[14.4865,45.3369],[14.4836,45.3414],[14.4769,45.3463],[14.4732,45.3576],[14.4576,45.3622],[14.4465,45.3633],[14.4413,45.3765],[14.4398,45.3769],[14.436,45.3842],[14.4317,45.3852],[14.4207,45.3769],[14.4206,45.3768],[14.4119,45.3753],[14.4006,45.367],[14.4003,45.3631],[14.3817,45.363],[14.3762,45.3675],[14.3726,45.3675],[14.3674,45.3688],[14.363,45.361],[14.347,45.3584],[14.3354,45.3624],[14.3315,45.3556],[14.3253,45.3537],[14.3252,45.3493],[14.3348,45.3495],[14.3349,45.345],[14.3445,45.3449],[14.3446,45.3405],[14.3637,45.3406],[14.3639,45.3361],[14.3829,45.3362],[14.3829,45.3317],[14.4116,45.3319],[14.4117,45.3228],[14.4308,45.323],[14.4309,45.3184],[14.4597,45.3185],[14.4597,45.3141],[14.4692,45.3141],[14.4692,45.3097],[14.4786,45.3097],[14.4786,45.3141],[14.499,45.3142],[14.5134,45.31],[14.5169,45.3098],[14.5238,45.306],[14.531,45.3091]]],"terms_url":"http://data.rijeka.hr/hr/dataset/gis-grad-rijeka","terms_text":"Sadrži podatke Geografskog informacijskog sustava Grada Rijeke","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/rijeka.png"},{"id":"gis-rijeka-2020","name":"gis-rijeka: Rijeka 2020 aerial imagery","type":"wms","template":"http://gis01.rijeka.hr/geoserver/CKAN/wms?LAYERS=Ortofoto_2020&STYLES=raster&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[14.5255,45.3043],[14.5329,45.3081],[14.5334,45.3108],[14.5378,45.3148],[14.527,45.32],[14.4918,45.3338],[14.4865,45.3382],[14.4855,45.3417],[14.478,45.349],[14.4736,45.3608],[14.4474,45.3657],[14.4444,45.3731],[14.4426,45.3815],[14.4323,45.3874],[14.4161,45.3781],[14.4099,45.3767],[14.3924,45.3637],[14.381,45.366],[14.3725,45.3716],[14.3635,45.3685],[14.3633,45.3644],[14.3344,45.3623],[14.3259,45.3528],[14.3301,45.3496],[14.3674,45.3385],[14.4108,45.3298],[14.4176,45.3246],[14.4265,45.3226],[14.439,45.3189],[14.4611,45.3155],[14.4723,45.3092],[14.4762,45.3092],[14.4902,45.315],[14.5255,45.3043]]],"terms_url":"http://data.rijeka.hr/hr/dataset/gis-grad-rijeka","terms_text":"Sadrži podatke Geografskog informacijskog sustava Grada Rijeke","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/rijeka.png"},{"id":"Gliwice-buildings","name":"Gliwice: Buildings","type":"wms","template":"https://geoportal.gliwice.eu/isdp/gs/ows/wms1?LAYERS=default:budynki&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:900913","polygon":[[[18.57376,50.34828],[18.55118,50.35332],[18.52896,50.33687],[18.5459,50.29947],[18.55857,50.2826],[18.54841,50.2492],[18.56536,50.24763],[18.60319,50.25206],[18.61406,50.2576],[18.6315,50.25487],[18.62699,50.24369],[18.61744,50.24044],[18.6288,50.22539],[18.65098,50.23169],[18.67607,50.22562],[18.67522,50.21969],[18.71426,50.21978],[18.71439,50.22835],[18.72775,50.22843],[18.73482,50.25377],[18.744,50.26541],[18.76539,50.26873],[18.76358,50.29989],[18.75512,50.30193],[18.74679,50.31236],[18.75145,50.33046],[18.74154,50.3391],[18.70805,50.33799],[18.69218,50.34467],[18.67672,50.36174],[18.67384,50.37675],[18.65228,50.38297],[18.59264,50.37522],[18.58421,50.3601],[18.58723,50.35464],[18.57376,50.34828]]],"terms_text":"Urząd Miasta Gliwice","terms_html":"http://msip-mapa.um.gliwice.pl/","overlay":true},{"id":"Gliwice-2009","name":"Gliwice: Orthophotomap 2009 (aerial image)","type":"wms","template":"https://geoportal.gliwice.eu/isdp/gs/ows/wms2?LAYERS=default:orto_2009&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2009-01-01T00:00:00.000Z","startDate":"2009-01-01T00:00:00.000Z","zoomExtent":[15,22],"polygon":[[[18.57376,50.34828],[18.55118,50.35332],[18.52896,50.33687],[18.5459,50.29947],[18.55857,50.2826],[18.54841,50.2492],[18.56536,50.24763],[18.60319,50.25206],[18.61406,50.2576],[18.6315,50.25487],[18.62699,50.24369],[18.61744,50.24044],[18.6288,50.22539],[18.65098,50.23169],[18.67607,50.22562],[18.67522,50.21969],[18.71426,50.21978],[18.71439,50.22835],[18.72775,50.22843],[18.73482,50.25377],[18.744,50.26541],[18.76539,50.26873],[18.76358,50.29989],[18.75512,50.30193],[18.74679,50.31236],[18.75145,50.33046],[18.74154,50.3391],[18.70805,50.33799],[18.69218,50.34467],[18.67672,50.36174],[18.67384,50.37675],[18.65228,50.38297],[18.59264,50.37522],[18.58421,50.3601],[18.58723,50.35464],[18.57376,50.34828]]],"terms_text":"Urząd Miasta Gliwice","terms_html":"http://msip-mapa.um.gliwice.pl/"},{"id":"Gliwice-2013","name":"Gliwice: Orthophotomap 2013 (aerial image)","type":"wms","template":"https://geoportal.gliwice.eu/isdp/gs/ows/wms2?LAYERS=default:orto_2013&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[15,22],"polygon":[[[18.57376,50.34828],[18.55118,50.35332],[18.52896,50.33687],[18.5459,50.29947],[18.55857,50.2826],[18.54841,50.2492],[18.56536,50.24763],[18.60319,50.25206],[18.61406,50.2576],[18.6315,50.25487],[18.62699,50.24369],[18.61744,50.24044],[18.6288,50.22539],[18.65098,50.23169],[18.67607,50.22562],[18.67522,50.21969],[18.71426,50.21978],[18.71439,50.22835],[18.72775,50.22843],[18.73482,50.25377],[18.744,50.26541],[18.76539,50.26873],[18.76358,50.29989],[18.75512,50.30193],[18.74679,50.31236],[18.75145,50.33046],[18.74154,50.3391],[18.70805,50.33799],[18.69218,50.34467],[18.67672,50.36174],[18.67384,50.37675],[18.65228,50.38297],[18.59264,50.37522],[18.58421,50.3601],[18.58723,50.35464],[18.57376,50.34828]]],"terms_text":"Urząd Miasta Gliwice","terms_html":"http://msip-mapa.um.gliwice.pl/"},{"id":"Gliwice-2017","name":"Gliwice: Orthophotomap 2017 (aerial image)","type":"wms","template":"https://geoportal.gliwice.eu/isdp/gs/ows/wms2?LAYERS=default:orto_2017&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[15,22],"polygon":[[[18.57376,50.34828],[18.55118,50.35332],[18.52896,50.33687],[18.5459,50.29947],[18.55857,50.2826],[18.54841,50.2492],[18.56536,50.24763],[18.60319,50.25206],[18.61406,50.2576],[18.6315,50.25487],[18.62699,50.24369],[18.61744,50.24044],[18.6288,50.22539],[18.65098,50.23169],[18.67607,50.22562],[18.67522,50.21969],[18.71426,50.21978],[18.71439,50.22835],[18.72775,50.22843],[18.73482,50.25377],[18.744,50.26541],[18.76539,50.26873],[18.76358,50.29989],[18.75512,50.30193],[18.74679,50.31236],[18.75145,50.33046],[18.74154,50.3391],[18.70805,50.33799],[18.69218,50.34467],[18.67672,50.36174],[18.67384,50.37675],[18.65228,50.38297],[18.59264,50.37522],[18.58421,50.3601],[18.58723,50.35464],[18.57376,50.34828]]],"terms_text":"Urząd Miasta Gliwice","terms_html":"http://msip-mapa.um.gliwice.pl/"},{"id":"Gliwice-2018","name":"Gliwice: Orthophotomap 2018 (aerial image)","type":"wms","template":"https://geoportal.gliwice.eu/isdp/gs/ows/wms2?LAYERS=default:orto_2018&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[15,22],"polygon":[[[18.57376,50.34828],[18.55118,50.35332],[18.52896,50.33687],[18.5459,50.29947],[18.55857,50.2826],[18.54841,50.2492],[18.56536,50.24763],[18.60319,50.25206],[18.61406,50.2576],[18.6315,50.25487],[18.62699,50.24369],[18.61744,50.24044],[18.6288,50.22539],[18.65098,50.23169],[18.67607,50.22562],[18.67522,50.21969],[18.71426,50.21978],[18.71439,50.22835],[18.72775,50.22843],[18.73482,50.25377],[18.744,50.26541],[18.76539,50.26873],[18.76358,50.29989],[18.75512,50.30193],[18.74679,50.31236],[18.75145,50.33046],[18.74154,50.3391],[18.70805,50.33799],[18.69218,50.34467],[18.67672,50.36174],[18.67384,50.37675],[18.65228,50.38297],[18.59264,50.37522],[18.58421,50.3601],[18.58723,50.35464],[18.57376,50.34828]]],"terms_text":"Urząd Miasta Gliwice","terms_html":"http://msip-mapa.um.gliwice.pl/"},{"id":"Gliwice-2020","name":"Gliwice: Orthophotomap 2020 (aerial image)","type":"wms","template":"https://geoportal.gliwice.eu/isdp/gs/ows/wms2?LAYERS=default:orto_2020&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[15,22],"polygon":[[[18.57376,50.34828],[18.55118,50.35332],[18.52896,50.33687],[18.5459,50.29947],[18.55857,50.2826],[18.54841,50.2492],[18.56536,50.24763],[18.60319,50.25206],[18.61406,50.2576],[18.6315,50.25487],[18.62699,50.24369],[18.61744,50.24044],[18.6288,50.22539],[18.65098,50.23169],[18.67607,50.22562],[18.67522,50.21969],[18.71426,50.21978],[18.71439,50.22835],[18.72775,50.22843],[18.73482,50.25377],[18.744,50.26541],[18.76539,50.26873],[18.76358,50.29989],[18.75512,50.30193],[18.74679,50.31236],[18.75145,50.33046],[18.74154,50.3391],[18.70805,50.33799],[18.69218,50.34467],[18.67672,50.36174],[18.67384,50.37675],[18.65228,50.38297],[18.59264,50.37522],[18.58421,50.3601],[18.58723,50.35464],[18.57376,50.34828]]],"terms_text":"Urząd Miasta Gliwice","terms_html":"http://msip-mapa.um.gliwice.pl/"},{"id":"Gliwice-2021","name":"Gliwice: Orthophotomap 2021 (aerial image)","type":"wms","template":"https://geoportal.gliwice.eu/isdp/gs/ows/wms2?LAYERS=default:orto_2021&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[15,22],"polygon":[[[18.57376,50.34828],[18.55118,50.35332],[18.52896,50.33687],[18.5459,50.29947],[18.55857,50.2826],[18.54841,50.2492],[18.56536,50.24763],[18.60319,50.25206],[18.61406,50.2576],[18.6315,50.25487],[18.62699,50.24369],[18.61744,50.24044],[18.6288,50.22539],[18.65098,50.23169],[18.67607,50.22562],[18.67522,50.21969],[18.71426,50.21978],[18.71439,50.22835],[18.72775,50.22843],[18.73482,50.25377],[18.744,50.26541],[18.76539,50.26873],[18.76358,50.29989],[18.75512,50.30193],[18.74679,50.31236],[18.75145,50.33046],[18.74154,50.3391],[18.70805,50.33799],[18.69218,50.34467],[18.67672,50.36174],[18.67384,50.37675],[18.65228,50.38297],[18.59264,50.37522],[18.58421,50.3601],[18.58723,50.35464],[18.57376,50.34828]]],"terms_text":"Urząd Miasta Gliwice","terms_html":"http://msip-mapa.um.gliwice.pl/"},{"id":"gothenburg-citymap","name":"Gothenburg City map","type":"wms","template":"https://opengeodata.goteborg.se/services/stadskarta/wms/v4?LAYERS=stadskarta&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[5,21],"polygon":[[[12.59094,57.40211],[12.59094,57.94354],[11.15583,57.94354],[11.15583,57.40211],[12.59094,57.40211]]],"terms_url":"https://catalog.goteborg.se/catalog/6/datasets/718","terms_text":"© Gothenburg municipality, CC0","description":"The city map is an overview map that describes Gothenburg. It contains general information about land, communications, hydrography, buildings, address numbers and street names, administrative division and other orientation text.","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png/206px-G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"gothenburg-dtm-2017","name":"Gothenburg Hillshade","type":"wms","template":"https://opengeodata.goteborg.se/services/hojdmodell/wms/v2?LAYERS=terranglutning&STYLES=hojdmodell-v2:terranglutning&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[11.71898,57.54716],[12.01767,57.56411],[11.95862,57.66818],[12.09595,57.68177],[12.06574,57.73166],[12.1138,57.77086],[12.24289,57.79466],[12.16187,57.86704],[11.95519,57.86631],[11.68534,57.72396],[11.71898,57.54716]]],"terms_url":"https://catalog.goteborg.se/catalog/6/datasets/6520","terms_text":"© Gothenburg municipality, CC0","description":"Web map service presenting hillshade and slope based on the 2017 elevation model for City of Gothenburg. Resolution 0.5 meters per pixel.","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png/206px-G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"gothenburg-ortho","name":"Gothenburg Orthophoto 2015","type":"wms","template":"https://opengeodata.goteborg.se/services/ortofoto/wms/v1?LAYERS=orto_2015&STYLES=raster&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[6,20],"polygon":[[[11.71898,57.54716],[12.01767,57.56411],[11.95862,57.66818],[12.09595,57.68177],[12.06574,57.73166],[12.1138,57.77086],[12.24289,57.79466],[12.16187,57.86704],[11.95519,57.86631],[11.68534,57.72396],[11.71898,57.54716]]],"terms_url":"https://catalog.goteborg.se/catalog/6/datasets/892","terms_text":"© Gothenburg municipality, CC0","description":"Orthophoto for Gothenburg municipality","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png/206px-G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"gothenburg-ortho_2017","name":"Gothenburg Orthophoto 2017","type":"wms","template":"https://opengeodata.goteborg.se/services/ortofoto/wms/v1?LAYERS=orto_2017&STYLES=raster&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[6,20],"polygon":[[[11.71898,57.54716],[12.01767,57.56411],[11.95862,57.66818],[12.09595,57.68177],[12.06574,57.73166],[12.1138,57.77086],[12.24289,57.79466],[12.16187,57.86704],[11.95519,57.86631],[11.68534,57.72396],[11.71898,57.54716]]],"terms_url":"https://catalog.goteborg.se/catalog/6/datasets/892","terms_text":"© Gothenburg municipality, CC0","description":"Orthophoto for Gothenburg municipality","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png/206px-G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"gothenburg-ortho_2019","name":"Gothenburg Orthophoto 2019","type":"wms","template":"https://opengeodata.goteborg.se/services/ortofoto/wms/v1?LAYERS=orto_2019&STYLES=raster&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[6,20],"polygon":[[[11.71898,57.54716],[12.01767,57.56411],[11.95862,57.66818],[12.09595,57.68177],[12.06574,57.73166],[12.1138,57.77086],[12.24289,57.79466],[12.16187,57.86704],[11.95519,57.86631],[11.68534,57.72396],[11.71898,57.54716]]],"terms_url":"https://catalog.goteborg.se/catalog/6/datasets/892","terms_text":"© Gothenburg municipality, CC0","description":"Orthophoto for Gothenburg municipality","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png/206px-G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"gothenburg-ortho_2021","name":"Gothenburg Orthophoto 2021","type":"wms","template":"https://opengeodata.goteborg.se/services/ortofoto/wms/v1?LAYERS=orto_2021&STYLES=raster&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[6,20],"polygon":[[[11.71898,57.54716],[12.01767,57.56411],[11.95862,57.66818],[12.09595,57.68177],[12.06574,57.73166],[12.1138,57.77086],[12.24289,57.79466],[12.16187,57.86704],[11.95519,57.86631],[11.68534,57.72396],[11.71898,57.54716]]],"terms_url":"https://catalog.goteborg.se/catalog/6/datasets/892","terms_text":"© Gothenburg municipality, CC0","description":"Orthophoto for Gothenburg municipality","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png/206px-G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"gothenburg-ortho_latest","name":"Gothenburg Orthophoto latest","type":"wms","template":"https://opengeodata.goteborg.se/services/ortofoto/wms/v1?LAYERS=orto&STYLES=raster&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[6,20],"polygon":[[[11.71898,57.54716],[12.01767,57.56411],[11.95862,57.66818],[12.09595,57.68177],[12.06574,57.73166],[12.1138,57.77086],[12.24289,57.79466],[12.16187,57.86704],[11.95519,57.86631],[11.68534,57.72396],[11.71898,57.54716]]],"terms_url":"https://catalog.goteborg.se/catalog/6/datasets/892","terms_text":"© Gothenburg municipality, CC0","best":true,"description":"Orthophoto for Gothenburg municipality","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png/206px-G%C3%B6teborg_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"GRAFCAN_Express-Canary_Islands","name":"GRAFCAN OrtoExpress - Canary Islands","type":"wms","template":"https://idecan1.grafcan.es/ServicioWMS/OrtoExpress?LAYERS=ortoexpress&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[-17.8727,27.84079],[-17.92558,27.86801],[-18.00522,27.83605],[-18.01392,27.8035],[-18.07818,27.77211],[-18.13707,27.78751],[-18.17054,27.76441],[-18.1779,27.70695],[-18.15782,27.68799],[-18.0581,27.6791],[-18.00656,27.62574],[-17.96105,27.62218],[-17.93896,27.70814],[-17.90751,27.7194],[-17.86199,27.80468],[-17.8727,27.84079]],[[-15.38375,28.05598],[-15.36283,28.17244],[-15.42427,28.21046],[-15.47395,28.16437],[-15.68833,28.20585],[-15.73147,28.18396],[-15.74716,28.08943],[-15.84781,28.03637],[-15.87134,27.92439],[-15.79944,27.80305],[-15.7001,27.73365],[-15.5916,27.69777],[-15.3576,27.8042],[-15.33146,27.98444],[-15.38375,28.05598]],[[-17.14412,28.02896],[-17.07803,28.0836],[-17.08723,28.1537],[-17.1826,28.2149],[-17.26878,28.23996],[-17.33403,28.21933],[-17.36331,28.1537],[-17.36666,28.08803],[-17.33069,28.04742],[-17.27296,28.00681],[-17.20017,28.00533],[-17.14412,28.02896]],[[-16.33929,28.59609],[-16.43801,28.53143],[-16.53924,28.44025],[-16.83959,28.41229],[-16.9358,28.37623],[-16.945,28.33574],[-16.71995,27.98317],[-16.62541,27.98317],[-16.52753,28.01641],[-16.39953,28.14632],[-16.33594,28.30922],[-16.33009,28.36445],[-16.10253,28.52408],[-16.09834,28.5814],[-16.14268,28.62547],[-16.33929,28.59609]],[[-17.68407,28.73715],[-17.75352,28.86781],[-17.85768,28.86065],[-17.92917,28.89106],[-18.03334,28.79981],[-18.03743,28.73178],[-17.87811,28.43224],[-17.83113,28.41787],[-17.72696,28.56328],[-17.73105,28.67982],[-17.68407,28.73715]],[[-13.89442,28.78265],[-14.03953,28.73911],[-14.23822,28.34637],[-14.24868,28.24278],[-14.41078,28.13448],[-14.50882,28.13448],[-14.54019,28.05144],[-14.30881,28.00529],[-14.18593,28.13563],[-13.91534,28.19095],[-13.82122,28.38433],[-13.78592,28.77692],[-13.89442,28.78265]],[[-13.77116,28.80865],[-13.70841,28.88468],[-13.53899,28.91947],[-13.44174,28.99084],[-13.42814,29.12157],[-13.3976,29.16102],[-13.39988,29.21806],[-13.55428,29.35073],[-13.56723,29.15719],[-13.67599,29.14988],[-13.85691,29.03657],[-13.85796,28.93686],[-13.90711,28.88926],[-13.90083,28.83522],[-13.77116,28.80865]],[[-13.32617,29.27765],[-13.33792,29.28667],[-13.35035,29.27436],[-13.3386,29.26533],[-13.32617,29.27765]],[[-13.50868,29.36824],[-13.47955,29.38728],[-13.47543,29.40963],[-13.5003,29.42807],[-13.5505,29.40712],[-13.5525,29.37727],[-13.50868,29.36824]]],"terms_url":"https://catalogo.idecanarias.es/geonetwork/srv/spa/catalog.search#/metadata/spagrafcan_ORTOWMS_20160101","terms_text":"GRAFCAN OrtoExpress","description":"High resolution imagery covering the Canary Islands, 20 cm/pixel. More recent in some urban areas than the higher-resolution \"GRAFCAN OrtoExpress Urbana\"."},{"id":"GRAFCAN-Canary_Islands","name":"GRAFCAN OrtoExpress Urbana - Canary Islands","type":"wms","template":"https://idecan1.grafcan.es/ServicioWMS/OrtoUrb?LAYERS=OU&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","polygon":[[[-17.8727,27.84079],[-17.92558,27.86801],[-18.00522,27.83605],[-18.01392,27.8035],[-18.07818,27.77211],[-18.13707,27.78751],[-18.17054,27.76441],[-18.1779,27.70695],[-18.15782,27.68799],[-18.0581,27.6791],[-18.00656,27.62574],[-17.96105,27.62218],[-17.93896,27.70814],[-17.90751,27.7194],[-17.86199,27.80468],[-17.8727,27.84079]],[[-15.38375,28.05598],[-15.36283,28.17244],[-15.42427,28.21046],[-15.47395,28.16437],[-15.68833,28.20585],[-15.73147,28.18396],[-15.74716,28.08943],[-15.84781,28.03637],[-15.87134,27.92439],[-15.79944,27.80305],[-15.7001,27.73365],[-15.5916,27.69777],[-15.3576,27.8042],[-15.33146,27.98444],[-15.38375,28.05598]],[[-17.14412,28.02896],[-17.07803,28.0836],[-17.08723,28.1537],[-17.1826,28.2149],[-17.26878,28.23996],[-17.33403,28.21933],[-17.36331,28.1537],[-17.36666,28.08803],[-17.33069,28.04742],[-17.27296,28.00681],[-17.20017,28.00533],[-17.14412,28.02896]],[[-16.33929,28.59609],[-16.43801,28.53143],[-16.53924,28.44025],[-16.83959,28.41229],[-16.9358,28.37623],[-16.945,28.33574],[-16.71995,27.98317],[-16.62541,27.98317],[-16.52753,28.01641],[-16.39953,28.14632],[-16.33594,28.30922],[-16.33009,28.36445],[-16.10253,28.52408],[-16.09834,28.5814],[-16.14268,28.62547],[-16.33929,28.59609]],[[-17.68407,28.73715],[-17.75352,28.86781],[-17.85768,28.86065],[-17.92917,28.89106],[-18.03334,28.79981],[-18.03743,28.73178],[-17.87811,28.43224],[-17.83113,28.41787],[-17.72696,28.56328],[-17.73105,28.67982],[-17.68407,28.73715]],[[-13.89442,28.78265],[-14.03953,28.73911],[-14.23822,28.34637],[-14.24868,28.24278],[-14.41078,28.13448],[-14.50882,28.13448],[-14.54019,28.05144],[-14.30881,28.00529],[-14.18593,28.13563],[-13.91534,28.19095],[-13.82122,28.38433],[-13.78592,28.77692],[-13.89442,28.78265]],[[-13.77116,28.80865],[-13.70841,28.88468],[-13.53899,28.91947],[-13.44174,28.99084],[-13.42814,29.12157],[-13.3976,29.16102],[-13.39988,29.21806],[-13.55428,29.35073],[-13.56723,29.15719],[-13.67599,29.14988],[-13.85691,29.03657],[-13.85796,28.93686],[-13.90711,28.88926],[-13.90083,28.83522],[-13.77116,28.80865]],[[-13.32617,29.27765],[-13.33792,29.28667],[-13.35035,29.27436],[-13.3386,29.26533],[-13.32617,29.27765]],[[-13.50868,29.36824],[-13.47955,29.38728],[-13.47543,29.40963],[-13.5003,29.42807],[-13.5505,29.40712],[-13.5525,29.37727],[-13.50868,29.36824]]],"terms_url":"https://catalogo.idecanarias.es/geonetwork/srv/spa/catalog.search#/metadata/spagrafcan_ORTOURBANAWMS_20160101","terms_text":"GRAFCAN OrtoExpress Urbana","best":true,"description":"High resolution imagery covering the Canary Islands, 12.5 or 10 cm/pixel in urban areas, and 20 cm/pixel elsewhere. Older in some urban areas than the lower-resolution \"GRAFCAN OrtoExpress\"."},{"id":"montauban_2020","name":"Grand Montauban 2020","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/montauban_2020/{zoom}/{x}/{y}","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[1.45586,43.9985],[1.44024,44.06342],[1.43647,44.12087],[1.38566,44.12876],[1.35407,44.10263],[1.25519,44.10892],[1.23957,44.05614],[1.20284,44.01208],[1.13984,43.99109],[1.15065,43.9633],[1.16919,43.94155],[1.20043,43.94476],[1.22275,43.95526],[1.21966,43.97133],[1.25433,43.96799],[1.29176,43.92473],[1.31854,43.91756],[1.44213,43.89716],[1.50668,43.94328],[1.49552,43.98949],[1.45586,43.9985]]],"terms_text":"Grand Montauban 2020"},{"id":"GrandNancy_Orthophotographie_2012","name":"GrandNancy - Orthophoto - 2012","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/nancy_2012/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[6.06066,48.60554],[6.29717,48.59923],[6.30611,48.74077],[6.06896,48.7471],[6.06066,48.60554]]],"terms_url":"https://wiki.openstreetmap.org/wiki/Nancy/Orthophotographie","terms_text":"GrandNancy Orthophotographie 2012"},{"id":"Greene_OH_2022","name":"Greene County Orthoimagery (2022)","type":"wms","template":"https://gis.greenecountyohio.gov/webgis2/rest/services/Aerials/Aerial_2022_Summer/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-84.06204,39.85653],[-84.06161,39.84285],[-84.09735,39.84244],[-84.09652,39.80807],[-84.10545,39.80796],[-84.10369,39.73247],[-84.11258,39.73232],[-84.11066,39.64998],[-84.11956,39.64987],[-84.11781,39.57439],[-84.07344,39.575],[-84.07331,39.56812],[-83.98463,39.56928],[-83.98449,39.56243],[-83.91357,39.56331],[-83.91348,39.55645],[-83.79816,39.55778],[-83.79803,39.55092],[-83.70942,39.55188],[-83.70928,39.54499],[-83.66497,39.54548],[-83.66565,39.58664],[-83.65678,39.58673],[-83.65801,39.66223],[-83.64915,39.66231],[-83.65042,39.73781],[-83.64149,39.73789],[-83.64215,39.77907],[-83.69556,39.7785],[-83.69568,39.7854],[-83.73124,39.78501],[-83.73132,39.79188],[-83.75818,39.79169],[-83.75813,39.7985],[-83.82043,39.79775],[-83.82102,39.82521],[-83.8565,39.82479],[-83.85655,39.83164],[-83.93679,39.83069],[-83.93727,39.85129],[-84.02625,39.85016],[-84.02643,39.85702],[-84.06204,39.85653]]],"terms_url":"https://www.greenecountyohio.gov/","terms_text":"Greene County, State of Ohio","description":"6-inch resoution summer 2022 orthoimagery for Greene County in the State of Ohio","icon":"https://www.greenecountyohio.gov/ImageRepository/Document?documentId=29996"},{"id":"Greene_OH_2023","name":"Greene County Orthoimagery (2023)","type":"wms","template":"https://gis.greenecountyohio.gov/webgis2/rest/services/Aerials/Aerial_2023/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-84.05751,39.85321],[-84.05719,39.83948],[-84.09722,39.83894],[-84.0964,39.80464],[-84.10091,39.80454],[-84.10005,39.76683],[-84.10451,39.76679],[-84.10359,39.72904],[-84.10807,39.72898],[-84.10716,39.69122],[-84.11164,39.69118],[-84.11066,39.64998],[-84.11511,39.64994],[-84.11368,39.58816],[-84.11812,39.58811],[-84.11781,39.57439],[-84.07344,39.575],[-84.0734,39.57157],[-84.01574,39.57234],[-84.01568,39.56889],[-83.98463,39.56928],[-83.98458,39.56586],[-83.94466,39.56636],[-83.94461,39.56293],[-83.90913,39.56335],[-83.90905,39.55993],[-83.84256,39.56072],[-83.84249,39.55727],[-83.79816,39.55778],[-83.7981,39.55436],[-83.75378,39.55484],[-83.75374,39.55139],[-83.70052,39.55197],[-83.70046,39.54853],[-83.66945,39.54884],[-83.66952,39.55228],[-83.66507,39.55234],[-83.66569,39.59008],[-83.66124,39.5901],[-83.66191,39.62785],[-83.65743,39.62789],[-83.65808,39.66566],[-83.65362,39.66571],[-83.65426,39.70345],[-83.64985,39.7035],[-83.65046,39.74123],[-83.64602,39.74129],[-83.64656,39.77902],[-83.69556,39.7785],[-83.69564,39.78197],[-83.73565,39.78154],[-83.73581,39.79183],[-83.76696,39.79151],[-83.767,39.79495],[-83.7937,39.79466],[-83.79371,39.79808],[-83.82487,39.79773],[-83.82538,39.82516],[-83.8565,39.82479],[-83.85661,39.82824],[-83.91449,39.82758],[-83.91465,39.83097],[-83.93679,39.83069],[-83.93707,39.84445],[-83.94154,39.8444],[-83.94161,39.84784],[-83.99056,39.84719],[-83.99064,39.85068],[-84.03067,39.85014],[-84.0307,39.85354],[-84.05751,39.85321]]],"terms_url":"https://www.greenecountyohio.gov/","terms_text":"Greene County, State of Ohio","description":"3-inch resoution spring 2023 orthoimagery for Greene County in the State of Ohio","icon":"https://www.greenecountyohio.gov/ImageRepository/Document?documentId=29996"},{"id":"Greene_OH_2024","name":"Greene County Orthoimagery (2024)","type":"wms","template":"https://gis.greenecountyohio.gov/webgis2/rest/services/Aerials/Aerial_2024/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-84.05751,39.85321],[-84.05719,39.83948],[-84.09722,39.83894],[-84.0964,39.80464],[-84.10091,39.80454],[-84.10005,39.76683],[-84.10451,39.76679],[-84.10359,39.72904],[-84.10807,39.72898],[-84.10716,39.69122],[-84.11164,39.69118],[-84.11066,39.64998],[-84.11511,39.64994],[-84.11368,39.58816],[-84.11812,39.58811],[-84.11781,39.57439],[-84.07344,39.575],[-84.0734,39.57157],[-84.01574,39.57234],[-84.01568,39.56889],[-83.98463,39.56928],[-83.98458,39.56586],[-83.94466,39.56636],[-83.94461,39.56293],[-83.90913,39.56335],[-83.90905,39.55993],[-83.84256,39.56072],[-83.84249,39.55727],[-83.79816,39.55778],[-83.7981,39.55436],[-83.75378,39.55484],[-83.75374,39.55139],[-83.70052,39.55197],[-83.70046,39.54853],[-83.66945,39.54884],[-83.66952,39.55228],[-83.66507,39.55234],[-83.66569,39.59008],[-83.66124,39.5901],[-83.66191,39.62785],[-83.65743,39.62789],[-83.65808,39.66566],[-83.65362,39.66571],[-83.65426,39.70345],[-83.64985,39.7035],[-83.65046,39.74123],[-83.64602,39.74129],[-83.64656,39.77902],[-83.69556,39.7785],[-83.69564,39.78197],[-83.73565,39.78154],[-83.73581,39.79183],[-83.76696,39.79151],[-83.767,39.79495],[-83.7937,39.79466],[-83.79371,39.79808],[-83.82487,39.79773],[-83.82538,39.82516],[-83.8565,39.82479],[-83.85661,39.82824],[-83.91449,39.82758],[-83.91465,39.83097],[-83.93679,39.83069],[-83.93707,39.84445],[-83.94154,39.8444],[-83.94161,39.84784],[-83.99056,39.84719],[-83.99064,39.85068],[-84.03067,39.85014],[-84.0307,39.85354],[-84.05751,39.85321]]],"terms_url":"https://www.greenecountyohio.gov/","terms_text":"Greene County, State of Ohio","description":"3-inch resoution spring 2024 orthoimagery for Greene County in the State of Ohio","icon":"https://www.greenecountyohio.gov/ImageRepository/Document?documentId=29996"},{"id":"GURS-buildings","name":"GURS: Building outlines","type":"tms","template":"https://wms.openstreetmap.de/tms/GURS-building-outlines/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[8,19],"polygon":[[[15.17101,45.41273],[15.22848,45.41683],[15.27515,45.45599],[15.34824,45.44665],[15.39496,45.48325],[15.31145,45.5423],[15.30852,45.58653],[15.29266,45.60163],[15.31503,45.60696],[15.31501,45.62356],[15.39705,45.62929],[15.41517,45.65443],[15.36329,45.72191],[15.29763,45.70782],[15.27435,45.72408],[15.28683,45.73391],[15.40343,45.78216],[15.47514,45.78666],[15.49115,45.82041],[15.52333,45.81155],[15.57467,45.83999],[15.6441,45.81058],[15.71776,45.8416],[15.69375,45.87111],[15.69237,45.90013],[15.71645,45.9178],[15.71612,45.99489],[15.74241,46.04578],[15.71869,46.06873],[15.63483,46.09529],[15.61899,46.11595],[15.62037,46.16163],[15.65639,46.18456],[15.65737,46.20838],[15.67996,46.21707],[15.77128,46.19937],[15.79649,46.21296],[15.80777,46.25091],[16.01819,46.29964],[16.04058,46.32708],[16.08614,46.34087],[16.06959,46.38154],[16.14548,46.39515],[16.18689,46.36804],[16.30574,46.36921],[16.3168,46.40141],[16.28533,46.42441],[16.2582,46.489],[16.36776,46.53371],[16.47451,46.50108],[16.52219,46.45842],[16.61889,46.46203],[16.611,46.48393],[16.5416,46.50887],[16.54136,46.53627],[16.51477,46.57299],[16.40159,46.6439],[16.42822,46.65301],[16.4383,46.69655],[16.38893,46.70785],[16.33186,46.75896],[16.33977,46.7799],[16.32245,46.79068],[16.34711,46.79707],[16.36058,46.8278],[16.34649,46.85476],[16.29431,46.8824],[16.23302,46.88667],[16.15425,46.86525],[16.11022,46.87912],[16.0553,46.85049],[15.98671,46.84189],[15.97505,46.74967],[15.99495,46.71178],[16.02955,46.68778],[16.02919,46.67033],[15.91476,46.71958],[15.83801,46.73237],[15.767,46.70899],[15.65624,46.71643],[15.62405,46.69039],[15.59201,46.69952],[15.53636,46.6761],[15.53427,46.64346],[15.47411,46.6226],[15.46237,46.64732],[15.41364,46.66553],[15.23727,46.64973],[15.10645,46.66965],[15.02973,46.65796],[14.98376,46.61868],[14.95398,46.64257],[14.9102,46.61569],[14.86094,46.61239],[14.81442,46.55093],[14.80818,46.51778],[14.71191,46.50954],[14.65658,46.45447],[14.58993,46.44479],[14.56677,46.38549],[14.52618,46.43623],[14.45113,46.43239],[14.43178,46.4568],[14.3259,46.44111],[14.28242,46.45347],[14.16569,46.44341],[14.12664,46.4852],[14.09406,46.49538],[14.00849,46.49169],[13.91305,46.53108],[13.79725,46.5164],[13.71321,46.53296],[13.68393,46.44947],[13.59357,46.44846],[13.56263,46.40895],[13.43247,46.36779],[13.43369,46.33243],[13.36653,46.30266],[13.40304,46.23284],[13.40026,46.21037],[13.42003,46.19662],[13.48189,46.21479],[13.54859,46.19982],[13.57147,46.17434],[13.65358,46.17505],[13.63712,46.14524],[13.58839,46.11268],[13.4896,46.06574],[13.49765,46.03741],[13.46729,46.00147],[13.52998,45.95627],[13.57124,45.9591],[13.59233,45.97929],[13.62975,45.97662],[13.62633,45.93894],[13.56531,45.85522],[13.58835,45.80154],[13.62279,45.78613],[13.66355,45.79008],[13.78961,45.73525],[13.82429,45.70266],[13.82754,45.67917],[13.89962,45.63295],[13.83759,45.59226],[13.72158,45.60472],[13.63822,45.64153],[13.38,45.5666],[13.67553,45.43241],[13.7856,45.45577],[13.81063,45.42531],[13.88867,45.416],[13.91789,45.44329],[13.99154,45.44854],[14.00668,45.4739],[13.98752,45.49945],[14.01187,45.50769],[14.06694,45.47615],[14.1328,45.46542],[14.21022,45.45962],[14.2367,45.49569],[14.26083,45.47352],[14.28251,45.47949],[14.32388,45.46048],[14.49636,45.52968],[14.51653,45.5974],[14.59477,45.65727],[14.58902,45.61966],[14.68367,45.57107],[14.68383,45.51924],[14.71885,45.52386],[14.77755,45.49724],[14.81398,45.45019],[14.91295,45.46869],[14.93027,45.51869],[14.98353,45.48726],[15.06731,45.4781],[15.17101,45.41273]]],"terms_url":"https://www.gov.si/drzavni-organi/organi-v-sestavi/geodetska-uprava/","terms_text":"CC-BY ©2020 Geodetska uprava Republike Slovenije (gov.si).","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/si/GURSRoadlines.png","overlay":true},{"id":"GURS-roads","name":"GURS: Road lines","type":"tms","template":"https://wms.openstreetmap.de/tms/GURS-road-lines/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[8,19],"polygon":[[[15.17101,45.41273],[15.22848,45.41683],[15.27515,45.45599],[15.34824,45.44665],[15.39496,45.48325],[15.31145,45.5423],[15.30852,45.58653],[15.29266,45.60163],[15.31503,45.60696],[15.31501,45.62356],[15.39705,45.62929],[15.41517,45.65443],[15.36329,45.72191],[15.29763,45.70782],[15.27435,45.72408],[15.28683,45.73391],[15.40343,45.78216],[15.47514,45.78666],[15.49115,45.82041],[15.52333,45.81155],[15.57467,45.83999],[15.6441,45.81058],[15.71776,45.8416],[15.69375,45.87111],[15.69237,45.90013],[15.71645,45.9178],[15.71612,45.99489],[15.74241,46.04578],[15.71869,46.06873],[15.63483,46.09529],[15.61899,46.11595],[15.62037,46.16163],[15.65639,46.18456],[15.65737,46.20838],[15.67996,46.21707],[15.77128,46.19937],[15.79649,46.21296],[15.80777,46.25091],[16.01819,46.29964],[16.04058,46.32708],[16.08614,46.34087],[16.06959,46.38154],[16.14548,46.39515],[16.18689,46.36804],[16.30574,46.36921],[16.3168,46.40141],[16.28533,46.42441],[16.2582,46.489],[16.36776,46.53371],[16.47451,46.50108],[16.52219,46.45842],[16.61889,46.46203],[16.611,46.48393],[16.5416,46.50887],[16.54136,46.53627],[16.51477,46.57299],[16.40159,46.6439],[16.42822,46.65301],[16.4383,46.69655],[16.38893,46.70785],[16.33186,46.75896],[16.33977,46.7799],[16.32245,46.79068],[16.34711,46.79707],[16.36058,46.8278],[16.34649,46.85476],[16.29431,46.8824],[16.23302,46.88667],[16.15425,46.86525],[16.11022,46.87912],[16.0553,46.85049],[15.98671,46.84189],[15.97505,46.74967],[15.99495,46.71178],[16.02955,46.68778],[16.02919,46.67033],[15.91476,46.71958],[15.83801,46.73237],[15.767,46.70899],[15.65624,46.71643],[15.62405,46.69039],[15.59201,46.69952],[15.53636,46.6761],[15.53427,46.64346],[15.47411,46.6226],[15.46237,46.64732],[15.41364,46.66553],[15.23727,46.64973],[15.10645,46.66965],[15.02973,46.65796],[14.98376,46.61868],[14.95398,46.64257],[14.9102,46.61569],[14.86094,46.61239],[14.81442,46.55093],[14.80818,46.51778],[14.71191,46.50954],[14.65658,46.45447],[14.58993,46.44479],[14.56677,46.38549],[14.52618,46.43623],[14.45113,46.43239],[14.43178,46.4568],[14.3259,46.44111],[14.28242,46.45347],[14.16569,46.44341],[14.12664,46.4852],[14.09406,46.49538],[14.00849,46.49169],[13.91305,46.53108],[13.79725,46.5164],[13.71321,46.53296],[13.68393,46.44947],[13.59357,46.44846],[13.56263,46.40895],[13.43247,46.36779],[13.43369,46.33243],[13.36653,46.30266],[13.40304,46.23284],[13.40026,46.21037],[13.42003,46.19662],[13.48189,46.21479],[13.54859,46.19982],[13.57147,46.17434],[13.65358,46.17505],[13.63712,46.14524],[13.58839,46.11268],[13.4896,46.06574],[13.49765,46.03741],[13.46729,46.00147],[13.52998,45.95627],[13.57124,45.9591],[13.59233,45.97929],[13.62975,45.97662],[13.62633,45.93894],[13.56531,45.85522],[13.58835,45.80154],[13.62279,45.78613],[13.66355,45.79008],[13.78961,45.73525],[13.82429,45.70266],[13.82754,45.67917],[13.89962,45.63295],[13.83759,45.59226],[13.72158,45.60472],[13.63822,45.64153],[13.38,45.5666],[13.67553,45.43241],[13.7856,45.45577],[13.81063,45.42531],[13.88867,45.416],[13.91789,45.44329],[13.99154,45.44854],[14.00668,45.4739],[13.98752,45.49945],[14.01187,45.50769],[14.06694,45.47615],[14.1328,45.46542],[14.21022,45.45962],[14.2367,45.49569],[14.26083,45.47352],[14.28251,45.47949],[14.32388,45.46048],[14.49636,45.52968],[14.51653,45.5974],[14.59477,45.65727],[14.58902,45.61966],[14.68367,45.57107],[14.68383,45.51924],[14.71885,45.52386],[14.77755,45.49724],[14.81398,45.45019],[14.91295,45.46869],[14.93027,45.51869],[14.98353,45.48726],[15.06731,45.4781],[15.17101,45.41273]]],"terms_url":"https://www.gov.si/drzavni-organi/organi-v-sestavi/geodetska-uprava/","terms_text":"CC-BY ©2020 Geodetska uprava Republike Slovenije (gov.si).","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/si/GURSRoadlines.png","overlay":true},{"id":"GURS-DOF025","name":"GURS: Slovenia orthophoto 25cm (DOF025)","type":"tms","template":"https://gis.level2.si/geoserver/gwc/service/tms/1.0.0/level2%3ADOF025_latest@EPSG%3A3857@jpeg/{zoom}/{x}/{-y}.jpeg","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[15.17101,45.41273],[15.22848,45.41683],[15.27515,45.45599],[15.34824,45.44665],[15.39644,45.48763],[15.31145,45.5423],[15.31503,45.60696],[15.31501,45.62356],[15.39705,45.62929],[15.41517,45.65443],[15.36032,45.71856],[15.29371,45.71833],[15.29139,45.73452],[15.30332,45.74794],[15.40343,45.78216],[15.47514,45.78666],[15.49115,45.82041],[15.52333,45.81155],[15.58071,45.84199],[15.64036,45.81635],[15.72554,45.82097],[15.7272,45.87591],[15.69737,45.8766],[15.69803,45.91005],[15.71645,45.9178],[15.71791,45.97827],[15.72802,45.98275],[15.73184,46.03213],[15.74241,46.04578],[15.71869,46.06873],[15.63483,46.09529],[15.61899,46.11595],[15.62037,46.16163],[15.65639,46.18456],[15.65737,46.20838],[15.67996,46.21707],[15.77128,46.19937],[15.79649,46.21296],[15.80777,46.25091],[15.87799,46.25165],[15.89754,46.27342],[16.01819,46.29964],[16.04058,46.32708],[16.07551,46.33684],[16.09937,46.35605],[16.16698,46.35514],[16.34627,46.35468],[16.3476,46.41024],[16.29755,46.41161],[16.28533,46.42441],[16.2582,46.489],[16.32274,46.49084],[16.32407,46.51616],[16.40626,46.51525],[16.40593,46.48856],[16.49143,46.48673],[16.49276,46.46071],[16.64189,46.45889],[16.64289,46.48765],[16.57859,46.48947],[16.5416,46.50887],[16.54136,46.53627],[16.51477,46.57299],[16.40159,46.6439],[16.42822,46.65301],[16.4383,46.69655],[16.38893,46.70785],[16.33186,46.75896],[16.33977,46.7799],[16.32245,46.79068],[16.34711,46.79707],[16.36058,46.8278],[16.34649,46.85476],[16.29431,46.8824],[16.23302,46.88667],[16.15425,46.86525],[16.11022,46.87912],[16.0553,46.85049],[15.98671,46.84189],[15.97505,46.74967],[15.99495,46.71178],[16.02955,46.68778],[16.02919,46.67033],[15.91476,46.71958],[15.83801,46.73237],[15.767,46.70899],[15.65624,46.71643],[15.62405,46.69039],[15.59201,46.69952],[15.53636,46.6761],[15.53427,46.64346],[15.47411,46.6226],[15.46237,46.64732],[15.41364,46.66553],[15.23727,46.64973],[15.10645,46.66965],[15.02973,46.65796],[14.98376,46.61868],[14.95398,46.64257],[14.9102,46.61569],[14.86094,46.61239],[14.81442,46.55093],[14.80818,46.51778],[14.71191,46.50954],[14.65658,46.45447],[14.58993,46.44479],[14.56677,46.38549],[14.52618,46.43623],[14.45113,46.43239],[14.43178,46.4568],[14.3259,46.44111],[14.28242,46.45347],[14.16569,46.44341],[14.12664,46.4852],[14.09406,46.49538],[14.00849,46.49169],[13.91305,46.53108],[13.79725,46.5164],[13.71321,46.53296],[13.68393,46.44947],[13.59357,46.44846],[13.56263,46.40895],[13.43247,46.36779],[13.43369,46.33243],[13.36653,46.30266],[13.40304,46.23284],[13.40026,46.21037],[13.42003,46.19662],[13.48189,46.21479],[13.54859,46.19982],[13.57147,46.17434],[13.65358,46.17505],[13.63712,46.14524],[13.58839,46.11268],[13.4896,46.06574],[13.49765,46.03741],[13.46729,46.00147],[13.52998,45.95627],[13.57124,45.9591],[13.59233,45.97929],[13.62975,45.97662],[13.62633,45.93894],[13.56428,45.86095],[13.58835,45.80154],[13.62279,45.78613],[13.66355,45.79008],[13.73292,45.75707],[13.78961,45.73525],[13.82429,45.70266],[13.82754,45.67917],[13.89962,45.63295],[13.83759,45.59226],[13.72158,45.60472],[13.69763,45.59973],[13.69431,45.58953],[13.72281,45.56958],[13.71618,45.55473],[13.61345,45.54452],[13.54054,45.53059],[13.57898,45.46183],[13.67553,45.43241],[13.76403,45.45271],[13.81063,45.42531],[13.88867,45.416],[13.91892,45.43951],[13.98768,45.44408],[14.00668,45.4739],[13.98752,45.49945],[14.01187,45.50769],[14.06694,45.47615],[14.1328,45.46542],[14.21022,45.45962],[14.2367,45.49569],[14.26083,45.47352],[14.28251,45.47949],[14.33394,45.46206],[14.36774,45.4702],[14.50227,45.53338],[14.51653,45.5974],[14.59477,45.65727],[14.58902,45.61966],[14.66258,45.57393],[14.68383,45.51924],[14.71885,45.52386],[14.77755,45.49724],[14.81398,45.45019],[14.91295,45.46869],[14.93027,45.51869],[14.98353,45.48726],[15.06731,45.4781],[15.17101,45.41273]]],"terms_url":"https://level2.si/sl/pogoji-uporabe-spletnih-servisov/","terms_text":"CC-BY Geodetska uprava Republike Slovenije, DOF025, 2020-2022; Level2.si 2023","best":true,"description":"Slovenia orthophoto 25cm/pixel (GURS DOF025), hosted by Level2.si","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/si/level2.png"},{"id":"hamburg-20cm","name":"Hamburg 20cm (HH LGV DOP20 2022)","type":"wms","template":"https://geodienste.hamburg.de/HH_WMS_DOP?LAYERS=DOP&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[9.76314,53.55521],[9.77434,53.55433],[9.77232,53.54352],[9.77352,53.52796],[9.78105,53.51838],[9.77107,53.52185],[9.76885,53.5053],[9.78203,53.49236],[9.8028,53.49383],[9.80021,53.47372],[9.80663,53.46648],[9.84872,53.44111],[9.86211,53.42942],[9.86885,53.44462],[9.89493,53.45583],[9.90436,53.45707],[9.91704,53.44664],[9.92305,53.43631],[9.90667,53.41596],[9.92552,53.41924],[9.92953,53.42007],[9.9581,53.42708],[9.97873,53.4142],[9.98243,53.41478],[9.99754,53.42546],[10.02294,53.43228],[10.01449,53.44203],[10.03517,53.4469],[10.05155,53.46394],[10.07581,53.45436],[10.1068,53.42658],[10.10949,53.42649],[10.14506,53.41614],[10.16555,53.39933],[10.24155,53.39797],[10.24578,53.40261],[10.25089,53.41024],[10.25598,53.41623],[10.30799,53.43332],[10.32514,53.44979],[10.31223,53.45229],[10.30962,53.44309],[10.29043,53.45512],[10.26592,53.47079],[10.25008,53.47898],[10.2367,53.49629],[10.21828,53.49923],[10.21043,53.51996],[10.18951,53.51148],[10.16919,53.51965],[10.16611,53.52013],[10.16327,53.52185],[10.16874,53.5374],[10.15465,53.53657],[10.15189,53.5417],[10.15942,53.56091],[10.15308,53.56242],[10.148,53.5639],[10.15067,53.56973],[10.15169,53.57619],[10.20117,53.58392],[10.19236,53.59474],[10.18887,53.61316],[10.22202,53.63349],[10.18973,53.63838],[10.19885,53.64675],[10.17153,53.66869],[10.14955,53.67545],[10.14643,53.67588],[10.14473,53.67613],[10.14176,53.67744],[10.14342,53.68057],[10.15829,53.68944],[10.15694,53.70451],[10.1779,53.70992],[10.19369,53.731],[10.16939,53.73896],[10.11908,53.71324],[10.08198,53.72044],[10.0707,53.70996],[10.071,53.69585],[10.0604,53.68833],[10.06925,53.67955],[10.05148,53.67759],[10.04338,53.68198],[10.02282,53.68157],[9.9996,53.68153],[9.98739,53.65072],[9.98492,53.6483],[9.97795,53.64887],[9.95155,53.65065],[9.95024,53.65085],[9.94552,53.65276],[9.93115,53.65262],[9.90678,53.65231],[9.89688,53.63492],[9.89637,53.63122],[9.89356,53.63026],[9.88697,53.6252],[9.88505,53.62199],[9.86931,53.61323],[9.86814,53.6093],[9.85416,53.59805],[9.84498,53.59498],[9.83773,53.59198],[9.81817,53.58591],[9.78993,53.60386],[9.79634,53.6103],[9.7707,53.61607],[9.77129,53.63131],[9.75793,53.61828],[9.73465,53.56536],[9.73047,53.55787],[9.76314,53.55521]],[[8.5275,53.90941],[8.52792,53.93577],[8.4826,53.9356],[8.48274,53.90924],[8.5275,53.90941]]],"terms_url":"https://www.hamburg.de/bsw/landesbetrieb-geoinformation-und-vermessung","terms_text":"Freie und Hansestadt Hamburg, Landesbetrieb Geoinformation und Vermessung","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Hamburg.png"},{"id":"Hamburg-DK5","name":"Hamburg DK5 (HH LGV DK5 2021)","type":"wms","template":"https://geodienste.hamburg.de/HH_WMS_DK5?LAYERS=DK5&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","polygon":[[[9.76314,53.55521],[9.77434,53.55433],[9.77232,53.54352],[9.77352,53.52796],[9.78105,53.51838],[9.77107,53.52185],[9.76885,53.5053],[9.78203,53.49236],[9.8028,53.49383],[9.80021,53.47372],[9.80663,53.46648],[9.84872,53.44111],[9.86211,53.42942],[9.86885,53.44462],[9.89493,53.45583],[9.90436,53.45707],[9.91704,53.44664],[9.92305,53.43631],[9.90667,53.41596],[9.92552,53.41924],[9.92953,53.42007],[9.9581,53.42708],[9.97873,53.4142],[9.98243,53.41478],[9.99754,53.42546],[10.02294,53.43228],[10.01449,53.44203],[10.03517,53.4469],[10.05155,53.46394],[10.07581,53.45436],[10.1068,53.42658],[10.10949,53.42649],[10.14506,53.41614],[10.16555,53.39933],[10.24155,53.39797],[10.24578,53.40261],[10.25089,53.41024],[10.25598,53.41623],[10.30799,53.43332],[10.32514,53.44979],[10.31223,53.45229],[10.30962,53.44309],[10.29043,53.45512],[10.26592,53.47079],[10.25008,53.47898],[10.2367,53.49629],[10.21828,53.49923],[10.21043,53.51996],[10.18951,53.51148],[10.16919,53.51965],[10.16611,53.52013],[10.16327,53.52185],[10.16874,53.5374],[10.15465,53.53657],[10.15189,53.5417],[10.15942,53.56091],[10.15308,53.56242],[10.148,53.5639],[10.15067,53.56973],[10.15169,53.57619],[10.20117,53.58392],[10.19236,53.59474],[10.18887,53.61316],[10.22202,53.63349],[10.18973,53.63838],[10.19885,53.64675],[10.17153,53.66869],[10.14955,53.67545],[10.14643,53.67588],[10.14473,53.67613],[10.14176,53.67744],[10.14342,53.68057],[10.15829,53.68944],[10.15694,53.70451],[10.1779,53.70992],[10.19369,53.731],[10.16939,53.73896],[10.11908,53.71324],[10.08198,53.72044],[10.0707,53.70996],[10.071,53.69585],[10.0604,53.68833],[10.06925,53.67955],[10.05148,53.67759],[10.04338,53.68198],[10.02282,53.68157],[9.9996,53.68153],[9.98739,53.65072],[9.98492,53.6483],[9.97795,53.64887],[9.95155,53.65065],[9.95024,53.65085],[9.94552,53.65276],[9.93115,53.65262],[9.90678,53.65231],[9.89688,53.63492],[9.89637,53.63122],[9.89356,53.63026],[9.88697,53.6252],[9.88505,53.62199],[9.86931,53.61323],[9.86814,53.6093],[9.85416,53.59805],[9.84498,53.59498],[9.83773,53.59198],[9.81817,53.58591],[9.78993,53.60386],[9.79634,53.6103],[9.7707,53.61607],[9.77129,53.63131],[9.75793,53.61828],[9.73465,53.56536],[9.73047,53.55787],[9.76314,53.55521]],[[8.5275,53.90941],[8.52792,53.93577],[8.4826,53.9356],[8.48274,53.90924],[8.5275,53.90941]]],"terms_url":"https://www.hamburg.de/bsw/landesbetrieb-geoinformation-und-vermessung","terms_text":"Freie und Hansestadt Hamburg, Landesbetrieb Geoinformation und Vermessung","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Hamburg.png"},{"id":"Hampshire-Aerial-FCIR","name":"Hampshire Aerial FCIR","type":"tms","template":"https://{switch:a,b,c}.hampshire.aerial.openstreetmap.org.uk/layer/gb_hampshire_aerial_fcir/{zoom}/{x}/{y}.png","category":"photo","endDate":"2014-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-1.31567,50.77809],[-0.95347,50.73682],[-0.93275,50.77435],[-0.9299,50.78445],[-0.94342,50.82191],[-0.92903,50.84245],[-0.92976,50.85365],[-0.92368,50.86513],[-0.95132,50.89178],[-0.93793,50.91615],[-0.92119,50.9232],[-0.93246,50.94278],[-0.91278,50.9708],[-0.91461,50.97806],[-0.90461,50.99327],[-0.89065,51.00194],[-0.89485,51.01978],[-0.8499,51.0436],[-0.84519,51.06052],[-0.83646,51.0664],[-0.82645,51.05881],[-0.79954,51.06078],[-0.78645,51.06467],[-0.7785,51.07715],[-0.75076,51.0852],[-0.75506,51.08987],[-0.75122,51.09547],[-0.75411,51.10116],[-0.74715,51.10131],[-0.74365,51.11491],[-0.76654,51.11946],[-0.77813,51.13063],[-0.77846,51.13664],[-0.78879,51.14141],[-0.79382,51.15491],[-0.80504,51.15847],[-0.81952,51.15047],[-0.83042,51.15022],[-0.82268,51.18268],[-0.84493,51.20998],[-0.82701,51.22315],[-0.82491,51.23137],[-0.80611,51.24056],[-0.80193,51.23628],[-0.77712,51.23901],[-0.74898,51.2277],[-0.73713,51.23126],[-0.72631,51.25653],[-0.72842,51.28238],[-0.74183,51.31112],[-0.76005,51.32013],[-0.76325,51.32721],[-0.78322,51.34084],[-0.81122,51.34418],[-0.82728,51.35574],[-0.86549,51.35947],[-0.87681,51.3555],[-0.92376,51.36937],[-0.97264,51.36297],[-0.9904,51.36619],[-1.04754,51.36122],[-1.08363,51.38712],[-1.11678,51.3767],[-1.12096,51.36859],[-1.11875,51.36156],[-1.14321,51.36028],[-1.17602,51.36102],[-1.22209,51.37271],[-1.24118,51.36938],[-1.25116,51.37511],[-1.27555,51.3707],[-1.31472,51.37627],[-1.34899,51.37045],[-1.41608,51.37517],[-1.43056,51.35941],[-1.4463,51.35699],[-1.44759,51.3464],[-1.43599,51.33861],[-1.49498,51.33228],[-1.51552,51.34219],[-1.52986,51.34057],[-1.53628,51.31596],[-1.53008,51.3111],[-1.53093,51.29948],[-1.52595,51.28975],[-1.53591,51.28978],[-1.54596,51.28095],[-1.54007,51.27602],[-1.54345,51.25957],[-1.53436,51.25919],[-1.5384,51.25085],[-1.54443,51.24826],[-1.57717,51.25863],[-1.60741,51.25513],[-1.61402,51.24467],[-1.62395,51.24136],[-1.63564,51.22019],[-1.65288,51.22301],[-1.69247,51.21617],[-1.69679,51.20233],[-1.67213,51.18708],[-1.67474,51.177],[-1.65724,51.15539],[-1.66525,51.12546],[-1.64109,51.12237],[-1.63067,51.11652],[-1.63408,51.11099],[-1.6306,51.10359],[-1.64025,51.09201],[-1.63107,51.07819],[-1.63858,51.04126],[-1.63542,51.03176],[-1.6057,51.02271],[-1.60787,51.01582],[-1.60173,51.01042],[-1.60984,51.01225],[-1.63115,50.99984],[-1.62172,50.98099],[-1.6089,50.97686],[-1.62397,50.95903],[-1.63536,50.96269],[-1.6526,50.95029],[-1.66829,50.95041],[-1.69142,50.95943],[-1.71927,50.98047],[-1.75184,50.98133],[-1.80031,50.99457],[-1.81502,50.9899],[-1.83567,51.01238],[-1.85433,51.00786],[-1.8717,50.99083],[-1.87393,51.0097],[-1.88709,51.0026],[-1.92879,51.00055],[-1.94907,50.98649],[-1.9591,50.99152],[-1.95751,50.97575],[-1.92339,50.95917],[-1.91129,50.9439],[-1.87446,50.91441],[-1.84114,50.92886],[-1.81689,50.92412],[-1.82151,50.91691],[-1.82006,50.90492],[-1.82693,50.89939],[-1.84077,50.90051],[-1.85082,50.89178],[-1.8492,50.87802],[-1.85655,50.86684],[-1.85271,50.85651],[-1.83052,50.85261],[-1.81378,50.85591],[-1.80988,50.86189],[-1.80649,50.84414],[-1.79816,50.83535],[-1.80579,50.83249],[-1.80889,50.81358],[-1.81566,50.80752],[-1.80732,50.80074],[-1.8225,50.79933],[-1.82678,50.78077],[-1.82256,50.77225],[-1.79911,50.77236],[-1.78525,50.76177],[-1.75101,50.77577],[-1.74287,50.76397],[-1.74845,50.75675],[-1.746,50.74452],[-1.7195,50.75261],[-1.71068,50.74812],[-1.68689,50.74999],[-1.69528,50.74065],[-1.69338,50.73484],[-1.68095,50.71748],[-1.57113,50.69041],[-1.49139,50.73027],[-1.31567,50.77809]]]},{"id":"Hampshire-Aerial-RGB","name":"Hampshire Aerial RGB","type":"tms","template":"https://{switch:a,b,c}.hampshire.aerial.openstreetmap.org.uk/layer/gb_hampshire_aerial_rgb/{zoom}/{x}/{y}.png","category":"photo","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-1.31567,50.77809],[-0.95347,50.73682],[-0.93275,50.77435],[-0.9299,50.78445],[-0.94342,50.82191],[-0.92903,50.84245],[-0.92976,50.85365],[-0.92368,50.86513],[-0.95132,50.89178],[-0.93793,50.91615],[-0.92119,50.9232],[-0.93246,50.94278],[-0.91278,50.9708],[-0.91461,50.97806],[-0.90461,50.99327],[-0.89065,51.00194],[-0.89485,51.01978],[-0.8499,51.0436],[-0.84519,51.06052],[-0.83646,51.0664],[-0.82645,51.05881],[-0.79954,51.06078],[-0.78645,51.06467],[-0.7785,51.07715],[-0.75076,51.0852],[-0.75506,51.08987],[-0.75122,51.09547],[-0.75411,51.10116],[-0.74715,51.10131],[-0.74365,51.11491],[-0.76654,51.11946],[-0.77813,51.13063],[-0.77846,51.13664],[-0.78879,51.14141],[-0.79382,51.15491],[-0.80504,51.15847],[-0.81952,51.15047],[-0.83042,51.15022],[-0.82268,51.18268],[-0.84493,51.20998],[-0.82701,51.22315],[-0.82491,51.23137],[-0.80611,51.24056],[-0.80193,51.23628],[-0.77712,51.23901],[-0.74898,51.2277],[-0.73713,51.23126],[-0.72631,51.25653],[-0.72842,51.28238],[-0.74183,51.31112],[-0.76005,51.32013],[-0.76325,51.32721],[-0.78322,51.34084],[-0.81122,51.34418],[-0.82728,51.35574],[-0.86549,51.35947],[-0.87681,51.3555],[-0.92376,51.36937],[-0.97264,51.36297],[-0.9904,51.36619],[-1.04754,51.36122],[-1.08363,51.38712],[-1.11678,51.3767],[-1.12096,51.36859],[-1.11875,51.36156],[-1.14321,51.36028],[-1.17602,51.36102],[-1.22209,51.37271],[-1.24118,51.36938],[-1.25116,51.37511],[-1.27555,51.3707],[-1.31472,51.37627],[-1.34899,51.37045],[-1.41608,51.37517],[-1.43056,51.35941],[-1.4463,51.35699],[-1.44759,51.3464],[-1.43599,51.33861],[-1.49498,51.33228],[-1.51552,51.34219],[-1.52986,51.34057],[-1.53628,51.31596],[-1.53008,51.3111],[-1.53093,51.29948],[-1.52595,51.28975],[-1.53591,51.28978],[-1.54596,51.28095],[-1.54007,51.27602],[-1.54345,51.25957],[-1.53436,51.25919],[-1.5384,51.25085],[-1.54443,51.24826],[-1.57717,51.25863],[-1.60741,51.25513],[-1.61402,51.24467],[-1.62395,51.24136],[-1.63564,51.22019],[-1.65288,51.22301],[-1.69247,51.21617],[-1.69679,51.20233],[-1.67213,51.18708],[-1.67474,51.177],[-1.65724,51.15539],[-1.66525,51.12546],[-1.64109,51.12237],[-1.63067,51.11652],[-1.63408,51.11099],[-1.6306,51.10359],[-1.64025,51.09201],[-1.63107,51.07819],[-1.63858,51.04126],[-1.63542,51.03176],[-1.6057,51.02271],[-1.60787,51.01582],[-1.60173,51.01042],[-1.60984,51.01225],[-1.63115,50.99984],[-1.62172,50.98099],[-1.6089,50.97686],[-1.62397,50.95903],[-1.63536,50.96269],[-1.6526,50.95029],[-1.66829,50.95041],[-1.69142,50.95943],[-1.71927,50.98047],[-1.75184,50.98133],[-1.80031,50.99457],[-1.81502,50.9899],[-1.83567,51.01238],[-1.85433,51.00786],[-1.8717,50.99083],[-1.87393,51.0097],[-1.88709,51.0026],[-1.92879,51.00055],[-1.94907,50.98649],[-1.9591,50.99152],[-1.95751,50.97575],[-1.92339,50.95917],[-1.91129,50.9439],[-1.87446,50.91441],[-1.84114,50.92886],[-1.81689,50.92412],[-1.82151,50.91691],[-1.82006,50.90492],[-1.82693,50.89939],[-1.84077,50.90051],[-1.85082,50.89178],[-1.8492,50.87802],[-1.85655,50.86684],[-1.85271,50.85651],[-1.83052,50.85261],[-1.81378,50.85591],[-1.80988,50.86189],[-1.80649,50.84414],[-1.79816,50.83535],[-1.80579,50.83249],[-1.80889,50.81358],[-1.81566,50.80752],[-1.80732,50.80074],[-1.8225,50.79933],[-1.82678,50.78077],[-1.82256,50.77225],[-1.79911,50.77236],[-1.78525,50.76177],[-1.75101,50.77577],[-1.74287,50.76397],[-1.74845,50.75675],[-1.746,50.74452],[-1.7195,50.75261],[-1.71068,50.74812],[-1.68689,50.74999],[-1.69528,50.74065],[-1.69338,50.73484],[-1.68095,50.71748],[-1.57113,50.69041],[-1.49139,50.73027],[-1.31567,50.77809]]]},{"id":"fr.dpt.05.2010","name":"Hautes-Alpes 2010","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/paca05_2010/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2010-01-01T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","zoomExtent":[2,21],"polygon":[[[6.22101,45.13071],[6.18393,45.0119],[6.2368,44.98374],[6.31027,44.98423],[6.3089,44.93856],[6.34735,44.9371],[6.34186,44.85733],[6.30478,44.88458],[6.28143,44.88653],[6.23955,44.86852],[6.11526,44.87242],[6.0569,44.83347],[6.03699,44.84759],[6.01364,44.84857],[5.93605,44.81448],[5.93399,44.79499],[5.94566,44.79548],[5.94292,44.76916],[5.89348,44.77111],[5.89142,44.76087],[5.81863,44.76331],[5.78979,44.71747],[5.78842,44.69843],[5.80147,44.69892],[5.80147,44.68428],[5.78705,44.68281],[5.78705,44.66426],[5.73761,44.66572],[5.71289,44.64961],[5.70053,44.65693],[5.63599,44.6584],[5.63461,44.62566],[5.59547,44.57873],[5.59273,44.53372],[5.60646,44.52344],[5.62843,44.52344],[5.62843,44.5063],[5.61745,44.50679],[5.61539,44.47985],[5.56389,44.48083],[5.54123,44.49944],[5.47806,44.50091],[5.47806,44.50924],[5.45334,44.50973],[5.44853,44.43819],[5.41351,44.43819],[5.41077,44.4019],[5.42175,44.40141],[5.42107,44.35822],[5.45883,44.35724],[5.45814,44.33711],[5.48355,44.33711],[5.48218,44.32827],[5.50896,44.32729],[5.50964,44.33711],[5.53368,44.33711],[5.5323,44.31844],[5.59479,44.31648],[5.59479,44.29879],[5.62157,44.29781],[5.61882,44.27274],[5.64491,44.25159],[5.66688,44.25159],[5.66482,44.19993],[5.64217,44.19944],[5.63942,44.17974],[5.62706,44.18122],[5.62569,44.17285],[5.93948,44.16349],[5.94704,44.34497],[6.01089,44.34349],[6.01364,44.38669],[6.20109,44.38178],[6.19904,44.3376],[6.26221,44.33809],[6.26633,44.38031],[6.32812,44.37884],[6.3295,44.42397],[6.70647,44.41171],[6.71196,44.50091],[6.77513,44.49847],[6.77856,44.544],[6.84311,44.54155],[6.84654,44.58509],[6.90697,44.58411],[6.91246,44.63006],[6.9873,44.62811],[6.98524,44.63837],[6.95915,44.63983],[6.9619,44.65302],[6.97563,44.654],[6.97632,44.67207],[6.98936,44.67158],[6.99074,44.68135],[7.0388,44.6794],[7.03812,44.66914],[7.09167,44.66768],[7.09167,44.69599],[7.07725,44.69599],[7.08069,44.72234],[7.04292,44.7243],[7.0443,44.74283],[7.03125,44.74186],[7.03468,44.77842],[7.01958,44.7794],[7.02988,44.8325],[7.00928,44.83299],[7.01408,44.85198],[6.96258,44.8549],[6.9619,44.86317],[6.93855,44.86366],[6.93855,44.87242],[6.92757,44.87242],[6.90079,44.85636],[6.86165,44.85782],[6.86371,44.8656],[6.83899,44.86658],[6.84036,44.87631],[6.81427,44.8768],[6.81496,44.89528],[6.79024,44.89528],[6.79092,44.9055],[6.76346,44.90501],[6.76758,44.94925],[6.77925,44.94974],[6.782,44.96771],[6.75659,44.98811],[6.75934,45.02258],[6.68518,45.02647],[6.68655,45.05412],[6.67282,45.05364],[6.67625,45.07934],[6.6378,45.10891],[6.63917,45.12635],[6.56296,45.12974],[6.53686,45.11133],[6.49773,45.11327],[6.49773,45.10261],[6.47095,45.10212],[6.4682,45.06722],[6.37962,45.07061],[6.38374,45.10697],[6.35834,45.12587],[6.31851,45.12684],[6.31988,45.11812],[6.28212,45.11908],[6.28281,45.12877],[6.22101,45.13071]]],"terms_url":"http://www.crige-paca.org/geoportail/geocatalogue.html?id_lot_donnee_carto=206","terms_text":"ORTHO 2010 © PACA-04-05-84"},{"id":"hri-orto","name":"Helsinki region orthophoto","type":"wms","template":"https://kartta.hsy.fi/geoserver/ows?LAYERS=taustakartat_ja_aluejaot:Ortoilmakuva_2017&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[24.26948,59.8593],[25.19577,60.08813],[25.27954,60.2943],[25.18066,60.34122],[25.17517,60.45248],[25.06943,60.44096],[24.9884,60.35073],[24.90051,60.38197],[25.00625,60.54175],[24.76387,60.60079],[24.50363,60.49038],[24.55307,60.36703],[24.26674,60.22549],[24.26948,59.8593]]],"terms_url":"https://hri.fi/data/en_GB/dataset/paakaupunkiseudun-ortokuva-2017","terms_text":"© Espoon, Helsingin ja Vantaan kaupungit, Kirkkonummen ja Nurmijärven kunnat sekä HSL ja HSY","best":true,"description":"Ortophotos from the municipalities of Espoo, Helsinki, Vantaa, Kirkkonummi and Nurmijärvi + HSL and HSY","icon":"https://raw.githubusercontent.com/osmlab/editor-layer-index/gh-pages/sources/europe/fi/hri_logo.png"},{"id":"Hennepin_Ortho_2020","name":"Hennepin County Orthoimagery (2020)","type":"wms","template":"https://gis.hennepin.us/arcgis/services/Imagery/UTM_Aerial_2020/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=1&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-03-01T00:00:00.000Z","startDate":"2020-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-93.20054,44.86147],[-93.1781,44.8865],[-93.17243,44.88651],[-93.17245,44.89458],[-93.18381,44.89456],[-93.18382,44.8986],[-93.18951,44.89859],[-93.18952,44.90666],[-93.19521,44.90665],[-93.19534,44.947],[-93.2018,44.94696],[-93.20189,44.95506],[-93.20673,44.95505],[-93.20702,45.03576],[-93.28101,45.03561],[-93.28115,45.06788],[-93.27548,45.06789],[-93.27566,45.10824],[-93.28136,45.10823],[-93.28137,45.10984],[-93.28426,45.10984],[-93.28427,45.11226],[-93.28708,45.11225],[-93.28711,45.11629],[-93.2928,45.11629],[-93.29289,45.13241],[-93.29858,45.1324],[-93.2986,45.13643],[-93.3043,45.13642],[-93.30491,45.14448],[-93.31005,45.14447],[-93.31007,45.14851],[-93.32147,45.14848],[-93.3215,45.15251],[-93.3272,45.1525],[-93.32723,45.15653],[-93.33863,45.1565],[-93.33866,45.16053],[-93.34436,45.16051],[-93.3444,45.16762],[-93.34599,45.16762],[-93.34599,45.16858],[-93.35011,45.16857],[-93.35014,45.1726],[-93.35585,45.17258],[-93.35586,45.17662],[-93.36158,45.17661],[-93.3616,45.18064],[-93.37301,45.18061],[-93.37304,45.18464],[-93.37874,45.18462],[-93.37877,45.18865],[-93.39018,45.18863],[-93.39021,45.19265],[-93.39591,45.19263],[-93.39594,45.19642],[-93.40762,45.1964],[-93.40767,45.20066],[-93.41309,45.20064],[-93.41315,45.20871],[-93.41886,45.20869],[-93.41892,45.21676],[-93.42463,45.21674],[-93.42466,45.22077],[-93.4532,45.22066],[-93.45323,45.2247],[-93.45894,45.22468],[-93.45898,45.22871],[-93.48753,45.22859],[-93.48756,45.23262],[-93.49327,45.2326],[-93.49334,45.24067],[-93.49905,45.24065],[-93.49909,45.24469],[-93.5048,45.24466],[-93.50484,45.24869],[-93.52768,45.24859],[-93.52761,45.24052],[-93.5219,45.24056],[-93.52187,45.23651],[-93.52757,45.23648],[-93.5275,45.22841],[-93.53321,45.22839],[-93.53325,45.23242],[-93.53896,45.2324],[-93.539,45.23643],[-93.54471,45.2364],[-93.54467,45.23237],[-93.55037,45.23234],[-93.55034,45.22831],[-93.56176,45.22825],[-93.56172,45.22422],[-93.57313,45.22417],[-93.5731,45.22012],[-93.59593,45.22001],[-93.59585,45.21194],[-93.60155,45.21191],[-93.6016,45.21594],[-93.61302,45.21588],[-93.61298,45.21185],[-93.64722,45.21166],[-93.64713,45.20359],[-93.65284,45.20355],[-93.65279,45.19952],[-93.6585,45.19949],[-93.65846,45.19545],[-93.66416,45.19542],[-93.66407,45.18735],[-93.65836,45.18739],[-93.65831,45.18335],[-93.65261,45.18338],[-93.65256,45.17935],[-93.64686,45.17938],[-93.64682,45.17535],[-93.64111,45.17538],[-93.64102,45.16731],[-93.64672,45.16728],[-93.64667,45.16324],[-93.65238,45.16321],[-93.65233,45.15917],[-93.65803,45.15914],[-93.65799,45.15511],[-93.6865,45.15494],[-93.68641,45.14687],[-93.69211,45.14683],[-93.69206,45.1428],[-93.69776,45.14276],[-93.69771,45.13873],[-93.70341,45.13869],[-93.70336,45.13466],[-93.70906,45.13462],[-93.70896,45.12655],[-93.71409,45.12652],[-93.71404,45.12245],[-93.72031,45.12241],[-93.72026,45.11841],[-93.72596,45.11838],[-93.72581,45.10627],[-93.7315,45.10623],[-93.7313,45.09009],[-93.73699,45.09006],[-93.73694,45.08602],[-93.74264,45.08599],[-93.74258,45.08195],[-93.75397,45.08188],[-93.75405,45.08591],[-93.76542,45.08584],[-93.7652,45.0697],[-93.7709,45.06966],[-93.76851,44.8903],[-93.60927,44.89126],[-93.60925,44.88905],[-93.52439,44.88947],[-93.52365,44.80364],[-93.43786,44.80979],[-93.34477,44.78525],[-93.24592,44.81373],[-93.20054,44.86147]]],"terms_url":"https://gis-hennepin.hub.arcgis.com/","terms_text":"Hennepin County GIS","description":"True color orthoimagery for Hennepin County of the State of Minnesota captured in 2020 Spring","icon":"https://www.hennepin.us/branding-assets/img/h-logo-blue.png"},{"id":"Hennepin_Ortho_2021","name":"Hennepin County Orthoimagery (2021)","type":"wms","template":"https://gis.hennepin.us/arcgis/services/Imagery/UTM_Aerial_2021/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=1&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-03-01T00:00:00.000Z","startDate":"2021-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-93.20054,44.86147],[-93.1781,44.8865],[-93.17243,44.88651],[-93.17245,44.89458],[-93.18381,44.89456],[-93.18382,44.8986],[-93.18951,44.89859],[-93.18952,44.90666],[-93.19521,44.90665],[-93.19534,44.947],[-93.2018,44.94696],[-93.20189,44.95506],[-93.20673,44.95505],[-93.20702,45.03576],[-93.28101,45.03561],[-93.28115,45.06788],[-93.27548,45.06789],[-93.27566,45.10824],[-93.28136,45.10823],[-93.28137,45.10984],[-93.28426,45.10984],[-93.28427,45.11226],[-93.28708,45.11225],[-93.28711,45.11629],[-93.2928,45.11629],[-93.29289,45.13241],[-93.29858,45.1324],[-93.2986,45.13643],[-93.3043,45.13642],[-93.30491,45.14448],[-93.31005,45.14447],[-93.31007,45.14851],[-93.32147,45.14848],[-93.3215,45.15251],[-93.3272,45.1525],[-93.32723,45.15653],[-93.33863,45.1565],[-93.33866,45.16053],[-93.34436,45.16051],[-93.3444,45.16762],[-93.34599,45.16762],[-93.34599,45.16858],[-93.35011,45.16857],[-93.35014,45.1726],[-93.35585,45.17258],[-93.35586,45.17662],[-93.36158,45.17661],[-93.3616,45.18064],[-93.37301,45.18061],[-93.37304,45.18464],[-93.37874,45.18462],[-93.37877,45.18865],[-93.39018,45.18863],[-93.39021,45.19265],[-93.39591,45.19263],[-93.39594,45.19642],[-93.40762,45.1964],[-93.40767,45.20066],[-93.41309,45.20064],[-93.41315,45.20871],[-93.41886,45.20869],[-93.41892,45.21676],[-93.42463,45.21674],[-93.42466,45.22077],[-93.4532,45.22066],[-93.45323,45.2247],[-93.45894,45.22468],[-93.45898,45.22871],[-93.48753,45.22859],[-93.48756,45.23262],[-93.49327,45.2326],[-93.49334,45.24067],[-93.49905,45.24065],[-93.49909,45.24469],[-93.5048,45.24466],[-93.50484,45.24869],[-93.52768,45.24859],[-93.52761,45.24052],[-93.5219,45.24056],[-93.52187,45.23651],[-93.52757,45.23648],[-93.5275,45.22841],[-93.53321,45.22839],[-93.53325,45.23242],[-93.53896,45.2324],[-93.539,45.23643],[-93.54471,45.2364],[-93.54467,45.23237],[-93.55037,45.23234],[-93.55034,45.22831],[-93.56176,45.22825],[-93.56172,45.22422],[-93.57313,45.22417],[-93.5731,45.22012],[-93.59593,45.22001],[-93.59585,45.21194],[-93.60155,45.21191],[-93.6016,45.21594],[-93.61302,45.21588],[-93.61298,45.21185],[-93.64722,45.21166],[-93.64713,45.20359],[-93.65284,45.20355],[-93.65279,45.19952],[-93.6585,45.19949],[-93.65846,45.19545],[-93.66416,45.19542],[-93.66407,45.18735],[-93.65836,45.18739],[-93.65831,45.18335],[-93.65261,45.18338],[-93.65256,45.17935],[-93.64686,45.17938],[-93.64682,45.17535],[-93.64111,45.17538],[-93.64102,45.16731],[-93.64672,45.16728],[-93.64667,45.16324],[-93.65238,45.16321],[-93.65233,45.15917],[-93.65803,45.15914],[-93.65799,45.15511],[-93.6865,45.15494],[-93.68641,45.14687],[-93.69211,45.14683],[-93.69206,45.1428],[-93.69776,45.14276],[-93.69771,45.13873],[-93.70341,45.13869],[-93.70336,45.13466],[-93.70906,45.13462],[-93.70896,45.12655],[-93.71409,45.12652],[-93.71404,45.12245],[-93.72031,45.12241],[-93.72026,45.11841],[-93.72596,45.11838],[-93.72581,45.10627],[-93.7315,45.10623],[-93.7313,45.09009],[-93.73699,45.09006],[-93.73694,45.08602],[-93.74264,45.08599],[-93.74258,45.08195],[-93.75397,45.08188],[-93.75405,45.08591],[-93.76542,45.08584],[-93.7652,45.0697],[-93.7709,45.06966],[-93.76851,44.8903],[-93.60927,44.89126],[-93.60925,44.88905],[-93.52439,44.88947],[-93.52365,44.80364],[-93.43786,44.80979],[-93.34477,44.78525],[-93.24592,44.81373],[-93.20054,44.86147]]],"terms_url":"https://gis-hennepin.hub.arcgis.com/","terms_text":"Hennepin County GIS","description":"True color orthoimagery for Hennepin County of the State of Minnesota captured in 2021 Spring","icon":"https://www.hennepin.us/branding-assets/img/h-logo-blue.png"},{"id":"Hennepin_Ortho_2022","name":"Hennepin County Orthoimagery (2022)","type":"wms","template":"https://gis.hennepin.us/arcgis/services/Imagery/UTM_Aerial_2022/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-03-01T00:00:00.000Z","startDate":"2022-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-93.20054,44.86147],[-93.1781,44.8865],[-93.17243,44.88651],[-93.17245,44.89458],[-93.18381,44.89456],[-93.18382,44.8986],[-93.18951,44.89859],[-93.18952,44.90666],[-93.19521,44.90665],[-93.19534,44.947],[-93.2018,44.94696],[-93.20189,44.95506],[-93.20673,44.95505],[-93.20702,45.03576],[-93.28101,45.03561],[-93.28115,45.06788],[-93.27548,45.06789],[-93.27566,45.10824],[-93.28136,45.10823],[-93.28137,45.10984],[-93.28426,45.10984],[-93.28427,45.11226],[-93.28708,45.11225],[-93.28711,45.11629],[-93.2928,45.11629],[-93.29289,45.13241],[-93.29858,45.1324],[-93.2986,45.13643],[-93.3043,45.13642],[-93.30491,45.14448],[-93.31005,45.14447],[-93.31007,45.14851],[-93.32147,45.14848],[-93.3215,45.15251],[-93.3272,45.1525],[-93.32723,45.15653],[-93.33863,45.1565],[-93.33866,45.16053],[-93.34436,45.16051],[-93.3444,45.16762],[-93.34599,45.16762],[-93.34599,45.16858],[-93.35011,45.16857],[-93.35014,45.1726],[-93.35585,45.17258],[-93.35586,45.17662],[-93.36158,45.17661],[-93.3616,45.18064],[-93.37301,45.18061],[-93.37304,45.18464],[-93.37874,45.18462],[-93.37877,45.18865],[-93.39018,45.18863],[-93.39021,45.19265],[-93.39591,45.19263],[-93.39594,45.19642],[-93.40762,45.1964],[-93.40767,45.20066],[-93.41309,45.20064],[-93.41315,45.20871],[-93.41886,45.20869],[-93.41892,45.21676],[-93.42463,45.21674],[-93.42466,45.22077],[-93.4532,45.22066],[-93.45323,45.2247],[-93.45894,45.22468],[-93.45898,45.22871],[-93.48753,45.22859],[-93.48756,45.23262],[-93.49327,45.2326],[-93.49334,45.24067],[-93.49905,45.24065],[-93.49909,45.24469],[-93.5048,45.24466],[-93.50484,45.24869],[-93.52768,45.24859],[-93.52761,45.24052],[-93.5219,45.24056],[-93.52187,45.23651],[-93.52757,45.23648],[-93.5275,45.22841],[-93.53321,45.22839],[-93.53325,45.23242],[-93.53896,45.2324],[-93.539,45.23643],[-93.54471,45.2364],[-93.54467,45.23237],[-93.55037,45.23234],[-93.55034,45.22831],[-93.56176,45.22825],[-93.56172,45.22422],[-93.57313,45.22417],[-93.5731,45.22012],[-93.59593,45.22001],[-93.59585,45.21194],[-93.60155,45.21191],[-93.6016,45.21594],[-93.61302,45.21588],[-93.61298,45.21185],[-93.64722,45.21166],[-93.64713,45.20359],[-93.65284,45.20355],[-93.65279,45.19952],[-93.6585,45.19949],[-93.65846,45.19545],[-93.66416,45.19542],[-93.66407,45.18735],[-93.65836,45.18739],[-93.65831,45.18335],[-93.65261,45.18338],[-93.65256,45.17935],[-93.64686,45.17938],[-93.64682,45.17535],[-93.64111,45.17538],[-93.64102,45.16731],[-93.64672,45.16728],[-93.64667,45.16324],[-93.65238,45.16321],[-93.65233,45.15917],[-93.65803,45.15914],[-93.65799,45.15511],[-93.6865,45.15494],[-93.68641,45.14687],[-93.69211,45.14683],[-93.69206,45.1428],[-93.69776,45.14276],[-93.69771,45.13873],[-93.70341,45.13869],[-93.70336,45.13466],[-93.70906,45.13462],[-93.70896,45.12655],[-93.71409,45.12652],[-93.71404,45.12245],[-93.72031,45.12241],[-93.72026,45.11841],[-93.72596,45.11838],[-93.72581,45.10627],[-93.7315,45.10623],[-93.7313,45.09009],[-93.73699,45.09006],[-93.73694,45.08602],[-93.74264,45.08599],[-93.74258,45.08195],[-93.75397,45.08188],[-93.75405,45.08591],[-93.76542,45.08584],[-93.7652,45.0697],[-93.7709,45.06966],[-93.76851,44.8903],[-93.60927,44.89126],[-93.60925,44.88905],[-93.52439,44.88947],[-93.52365,44.80364],[-93.43786,44.80979],[-93.34477,44.78525],[-93.24592,44.81373],[-93.20054,44.86147]]],"terms_url":"https://gis-hennepin.hub.arcgis.com/","terms_text":"Hennepin County GIS","description":"True color, leaf-off orthoimagery for Hennepin County of the State of Minnesota captured in 2022 Spring","icon":"https://www.hennepin.us/branding-assets/img/h-logo-blue.png"},{"id":"Hennepin_Ortho_2023","name":"Hennepin County Orthoimagery (2023)","type":"wms","template":"https://gis.hennepin.us/arcgis/services/Imagery/UTM_Aerial_2023/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-03-01T00:00:00.000Z","startDate":"2023-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-93.20054,44.86147],[-93.1781,44.8865],[-93.17243,44.88651],[-93.17245,44.89458],[-93.18381,44.89456],[-93.18382,44.8986],[-93.18951,44.89859],[-93.18952,44.90666],[-93.19521,44.90665],[-93.19534,44.947],[-93.2018,44.94696],[-93.20189,44.95506],[-93.20673,44.95505],[-93.20702,45.03576],[-93.28101,45.03561],[-93.28115,45.06788],[-93.27548,45.06789],[-93.27566,45.10824],[-93.28136,45.10823],[-93.28137,45.10984],[-93.28426,45.10984],[-93.28427,45.11226],[-93.28708,45.11225],[-93.28711,45.11629],[-93.2928,45.11629],[-93.29289,45.13241],[-93.29858,45.1324],[-93.2986,45.13643],[-93.3043,45.13642],[-93.30491,45.14448],[-93.31005,45.14447],[-93.31007,45.14851],[-93.32147,45.14848],[-93.3215,45.15251],[-93.3272,45.1525],[-93.32723,45.15653],[-93.33863,45.1565],[-93.33866,45.16053],[-93.34436,45.16051],[-93.3444,45.16762],[-93.34599,45.16762],[-93.34599,45.16858],[-93.35011,45.16857],[-93.35014,45.1726],[-93.35585,45.17258],[-93.35586,45.17662],[-93.36158,45.17661],[-93.3616,45.18064],[-93.37301,45.18061],[-93.37304,45.18464],[-93.37874,45.18462],[-93.37877,45.18865],[-93.39018,45.18863],[-93.39021,45.19265],[-93.39591,45.19263],[-93.39594,45.19642],[-93.40762,45.1964],[-93.40767,45.20066],[-93.41309,45.20064],[-93.41315,45.20871],[-93.41886,45.20869],[-93.41892,45.21676],[-93.42463,45.21674],[-93.42466,45.22077],[-93.4532,45.22066],[-93.45323,45.2247],[-93.45894,45.22468],[-93.45898,45.22871],[-93.48753,45.22859],[-93.48756,45.23262],[-93.49327,45.2326],[-93.49334,45.24067],[-93.49905,45.24065],[-93.49909,45.24469],[-93.5048,45.24466],[-93.50484,45.24869],[-93.52768,45.24859],[-93.52761,45.24052],[-93.5219,45.24056],[-93.52187,45.23651],[-93.52757,45.23648],[-93.5275,45.22841],[-93.53321,45.22839],[-93.53325,45.23242],[-93.53896,45.2324],[-93.539,45.23643],[-93.54471,45.2364],[-93.54467,45.23237],[-93.55037,45.23234],[-93.55034,45.22831],[-93.56176,45.22825],[-93.56172,45.22422],[-93.57313,45.22417],[-93.5731,45.22012],[-93.59593,45.22001],[-93.59585,45.21194],[-93.60155,45.21191],[-93.6016,45.21594],[-93.61302,45.21588],[-93.61298,45.21185],[-93.64722,45.21166],[-93.64713,45.20359],[-93.65284,45.20355],[-93.65279,45.19952],[-93.6585,45.19949],[-93.65846,45.19545],[-93.66416,45.19542],[-93.66407,45.18735],[-93.65836,45.18739],[-93.65831,45.18335],[-93.65261,45.18338],[-93.65256,45.17935],[-93.64686,45.17938],[-93.64682,45.17535],[-93.64111,45.17538],[-93.64102,45.16731],[-93.64672,45.16728],[-93.64667,45.16324],[-93.65238,45.16321],[-93.65233,45.15917],[-93.65803,45.15914],[-93.65799,45.15511],[-93.6865,45.15494],[-93.68641,45.14687],[-93.69211,45.14683],[-93.69206,45.1428],[-93.69776,45.14276],[-93.69771,45.13873],[-93.70341,45.13869],[-93.70336,45.13466],[-93.70906,45.13462],[-93.70896,45.12655],[-93.71409,45.12652],[-93.71404,45.12245],[-93.72031,45.12241],[-93.72026,45.11841],[-93.72596,45.11838],[-93.72581,45.10627],[-93.7315,45.10623],[-93.7313,45.09009],[-93.73699,45.09006],[-93.73694,45.08602],[-93.74264,45.08599],[-93.74258,45.08195],[-93.75397,45.08188],[-93.75405,45.08591],[-93.76542,45.08584],[-93.7652,45.0697],[-93.7709,45.06966],[-93.76851,44.8903],[-93.60927,44.89126],[-93.60925,44.88905],[-93.52439,44.88947],[-93.52365,44.80364],[-93.43786,44.80979],[-93.34477,44.78525],[-93.24592,44.81373],[-93.20054,44.86147]]],"terms_url":"https://gis-hennepin.hub.arcgis.com/","terms_text":"Hennepin County GIS","description":"True color, leaf-off orthoimagery for Hennepin County of the State of Minnesota captured in 2023 Spring","icon":"https://www.hennepin.us/branding-assets/img/h-logo-blue.png"},{"id":"Hennepin_Ortho_2024","name":"Hennepin County Orthoimagery (2024)","type":"wms","template":"https://gis.hennepin.us/arcgis/services/Imagery/UTM_Aerial_2024/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2024-03-01T00:00:00.000Z","startDate":"2024-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-93.20054,44.86147],[-93.1781,44.8865],[-93.17243,44.88651],[-93.17245,44.89458],[-93.18381,44.89456],[-93.18382,44.8986],[-93.18951,44.89859],[-93.18952,44.90666],[-93.19521,44.90665],[-93.19534,44.947],[-93.2018,44.94696],[-93.20189,44.95506],[-93.20673,44.95505],[-93.20702,45.03576],[-93.28101,45.03561],[-93.28115,45.06788],[-93.27548,45.06789],[-93.27566,45.10824],[-93.28136,45.10823],[-93.28137,45.10984],[-93.28426,45.10984],[-93.28427,45.11226],[-93.28708,45.11225],[-93.28711,45.11629],[-93.2928,45.11629],[-93.29289,45.13241],[-93.29858,45.1324],[-93.2986,45.13643],[-93.3043,45.13642],[-93.30491,45.14448],[-93.31005,45.14447],[-93.31007,45.14851],[-93.32147,45.14848],[-93.3215,45.15251],[-93.3272,45.1525],[-93.32723,45.15653],[-93.33863,45.1565],[-93.33866,45.16053],[-93.34436,45.16051],[-93.3444,45.16762],[-93.34599,45.16762],[-93.34599,45.16858],[-93.35011,45.16857],[-93.35014,45.1726],[-93.35585,45.17258],[-93.35586,45.17662],[-93.36158,45.17661],[-93.3616,45.18064],[-93.37301,45.18061],[-93.37304,45.18464],[-93.37874,45.18462],[-93.37877,45.18865],[-93.39018,45.18863],[-93.39021,45.19265],[-93.39591,45.19263],[-93.39594,45.19642],[-93.40762,45.1964],[-93.40767,45.20066],[-93.41309,45.20064],[-93.41315,45.20871],[-93.41886,45.20869],[-93.41892,45.21676],[-93.42463,45.21674],[-93.42466,45.22077],[-93.4532,45.22066],[-93.45323,45.2247],[-93.45894,45.22468],[-93.45898,45.22871],[-93.48753,45.22859],[-93.48756,45.23262],[-93.49327,45.2326],[-93.49334,45.24067],[-93.49905,45.24065],[-93.49909,45.24469],[-93.5048,45.24466],[-93.50484,45.24869],[-93.52768,45.24859],[-93.52761,45.24052],[-93.5219,45.24056],[-93.52187,45.23651],[-93.52757,45.23648],[-93.5275,45.22841],[-93.53321,45.22839],[-93.53325,45.23242],[-93.53896,45.2324],[-93.539,45.23643],[-93.54471,45.2364],[-93.54467,45.23237],[-93.55037,45.23234],[-93.55034,45.22831],[-93.56176,45.22825],[-93.56172,45.22422],[-93.57313,45.22417],[-93.5731,45.22012],[-93.59593,45.22001],[-93.59585,45.21194],[-93.60155,45.21191],[-93.6016,45.21594],[-93.61302,45.21588],[-93.61298,45.21185],[-93.64722,45.21166],[-93.64713,45.20359],[-93.65284,45.20355],[-93.65279,45.19952],[-93.6585,45.19949],[-93.65846,45.19545],[-93.66416,45.19542],[-93.66407,45.18735],[-93.65836,45.18739],[-93.65831,45.18335],[-93.65261,45.18338],[-93.65256,45.17935],[-93.64686,45.17938],[-93.64682,45.17535],[-93.64111,45.17538],[-93.64102,45.16731],[-93.64672,45.16728],[-93.64667,45.16324],[-93.65238,45.16321],[-93.65233,45.15917],[-93.65803,45.15914],[-93.65799,45.15511],[-93.6865,45.15494],[-93.68641,45.14687],[-93.69211,45.14683],[-93.69206,45.1428],[-93.69776,45.14276],[-93.69771,45.13873],[-93.70341,45.13869],[-93.70336,45.13466],[-93.70906,45.13462],[-93.70896,45.12655],[-93.71409,45.12652],[-93.71404,45.12245],[-93.72031,45.12241],[-93.72026,45.11841],[-93.72596,45.11838],[-93.72581,45.10627],[-93.7315,45.10623],[-93.7313,45.09009],[-93.73699,45.09006],[-93.73694,45.08602],[-93.74264,45.08599],[-93.74258,45.08195],[-93.75397,45.08188],[-93.75405,45.08591],[-93.76542,45.08584],[-93.7652,45.0697],[-93.7709,45.06966],[-93.76851,44.8903],[-93.60927,44.89126],[-93.60925,44.88905],[-93.52439,44.88947],[-93.52365,44.80364],[-93.43786,44.80979],[-93.34477,44.78525],[-93.24592,44.81373],[-93.20054,44.86147]]],"terms_url":"https://gis-hennepin.hub.arcgis.com/","terms_text":"Hennepin County GIS","description":"True color, leaf-off orthoimagery for Hennepin County of the State of Minnesota captured in 2024 Spring","icon":"https://www.hennepin.us/branding-assets/img/h-logo-blue.png"},{"id":"Hessen-ALKIS","name":"Hesse ALKIS","type":"wms","template":"https://www.gds-srv.hessen.de/cgi-bin/lika-services/ogc-free-maps.ows?LAYERS=he_alk&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[16,21],"polygon":[[[9.04158,49.49511],[9.06561,49.52721],[9.10595,49.5076],[9.1341,49.51406],[9.10847,49.55019],[9.10767,49.58467],[9.0699,49.61838],[9.10526,49.64118],[9.11041,49.66074],[9.09359,49.69184],[9.13101,49.69695],[9.15642,49.74379],[9.13204,49.79711],[9.08973,49.80149],[9.09067,49.8485],[9.05617,49.85514],[9.03935,49.89309],[9.03265,49.92487],[9.02269,49.98269],[9.05428,49.98986],[9.03308,50.04016],[9.02484,50.04523],[9.00604,50.04722],[8.98261,50.04402],[8.98827,50.06067],[9.00132,50.06937],[9.00578,50.09856],[9.02312,50.11117],[9.0778,50.11463],[9.11522,50.12498],[9.14749,50.10913],[9.14011,50.0946],[9.15316,50.08568],[9.21598,50.14578],[9.37992,50.11552],[9.40361,50.07918],[9.51897,50.08975],[9.53476,50.15887],[9.50798,50.22788],[9.59063,50.21334],[9.65458,50.22481],[9.6738,50.23996],[9.64943,50.25928],[9.71432,50.28133],[9.75054,50.30842],[9.74796,50.36101],[9.76925,50.41989],[9.86506,50.39054],[9.96288,50.41967],[10.04494,50.48351],[10.0458,50.51648],[10.06554,50.55642],[10.04734,50.61375],[10.09369,50.61985],[10.06004,50.67688],[9.9955,50.67753],[9.9519,50.66927],[9.94125,50.66383],[9.96082,50.64097],[9.9416,50.6303],[9.91276,50.64075],[9.88873,50.64271],[9.88564,50.67057],[9.92615,50.69407],[9.91722,50.70907],[9.93851,50.72276],[9.94572,50.75058],[9.9531,50.77197],[9.95619,50.78239],[9.96714,50.82389],[10.0288,50.82589],[10.06536,50.88874],[10.02485,50.91829],[9.98863,50.92457],[10.00151,50.93355],[10.05266,50.93636],[10.06983,50.94383],[10.04373,50.96891],[10.02399,50.98091],[10.04442,51.01116],[10.1433,50.99237],[10.20081,50.99766],[10.2202,51.02714],[10.15755,51.06923],[10.14999,51.08649],[10.2111,51.11613],[10.21505,51.16363],[10.24595,51.18462],[10.18587,51.20817],[10.14107,51.22151],[10.07378,51.23032],[10.08236,51.24354],[10.06176,51.27921],[10.00374,51.28941],[9.95567,51.3083],[9.94898,51.32948],[9.93318,51.35045],[9.9337,51.37778],[9.93387,51.39235],[9.90624,51.42201],[9.79414,51.40981],[9.78744,51.39305],[9.692,51.36749],[9.73509,51.3186],[9.73148,51.29756],[9.67209,51.31946],[9.58214,51.34359],[9.56806,51.3438],[9.5545,51.35892],[9.56944,51.36085],[9.58059,51.37242],[9.56102,51.37741],[9.58162,51.39797],[9.59338,51.3969],[9.63269,51.40295],[9.64514,51.41725],[9.63183,51.45786],[9.64926,51.4678],[9.58969,51.51911],[9.61561,51.51985],[9.62917,51.54666],[9.65046,51.54922],[9.68702,51.56555],[9.69595,51.57792],[9.64102,51.6178],[9.63261,51.63848],[9.61326,51.63526],[9.56755,51.62697],[9.55484,51.64039],[9.54111,51.64157],[9.52429,51.62803],[9.50523,51.62899],[9.49932,51.65916],[9.4388,51.65169],[9.42404,51.63144],[9.36996,51.62803],[9.33134,51.61471],[9.363,51.58944],[9.31383,51.55242],[9.30406,51.51885],[9.27864,51.51526],[9.22045,51.49229],[9.20843,51.46417],[9.17959,51.46941],[9.14852,51.44331],[9.1408,51.45187],[9.09205,51.44737],[9.09428,51.49592],[9.07883,51.50554],[9.03471,51.50778],[9.02063,51.52092],[8.89441,51.48841],[8.88794,51.48149],[8.89333,51.4683],[8.90854,51.46128],[8.91695,51.42876],[8.94249,51.4274],[8.93532,51.39353],[8.88811,51.39492],[8.85498,51.37917],[8.83644,51.39096],[8.79009,51.3931],[8.73516,51.37489],[8.69997,51.3795],[8.67422,51.3721],[8.60899,51.33211],[8.552,51.27846],[8.58976,51.24655],[8.61191,51.24451],[8.6404,51.26063],[8.71765,51.27094],[8.74924,51.17891],[8.69053,51.1366],[8.69018,51.11161],[8.65101,51.09641],[8.61362,51.10363],[8.54238,51.1087],[8.49775,51.08067],[8.49964,51.07387],[8.52144,51.06395],[8.51269,51.05273],[8.50016,51.04075],[8.52728,51.01689],[8.51149,51.00997],[8.45604,50.96675],[8.4478,50.94069],[8.4514,50.9184],[8.43321,50.91959],[8.38652,50.89264],[8.35939,50.86729],[8.30738,50.86513],[8.29382,50.88441],[8.26996,50.88441],[8.1225,50.78814],[8.13563,50.76187],[8.16207,50.73656],[8.13864,50.6957],[8.13023,50.69787],[8.10843,50.67569],[8.10774,50.65316],[8.13452,50.63074],[8.1225,50.60721],[8.151,50.5973],[8.14739,50.58847],[8.10224,50.53591],[8.0377,50.56143],[7.98088,50.5119],[7.97539,50.48176],[8.00646,50.45477],[7.97419,50.43805],[7.95942,50.40928],[7.99084,50.3967],[8.01439,50.39177],[8.01092,50.3816],[8.06053,50.36704],[8.06929,50.33012],[8.10207,50.32135],[8.10053,50.30831],[8.11684,50.27947],[8.1031,50.26466],[8.06122,50.27793],[8.03272,50.27124],[8.01865,50.25741],[8.04989,50.23304],[8.0286,50.22019],[7.99187,50.2415],[7.90381,50.2024],[7.88168,50.18169],[7.88218,50.16656],[7.92355,50.14171],[7.88664,50.11827],[7.86106,50.13147],[7.84469,50.12599],[7.82021,50.08479],[7.80287,50.08645],[7.76802,50.06579],[7.77154,50.05113],[7.85231,50.00548],[7.86209,49.97794],[7.87805,49.97005],[7.89359,49.96856],[7.96363,49.96972],[7.99393,49.97872],[8.04963,50.00178],[8.08285,50.00493],[8.13151,50.0153],[8.15615,50.02528],[8.18722,50.0325],[8.23846,50.02324],[8.26798,50.00917],[8.28215,49.99422],[8.3236,49.96806],[8.34652,49.91509],[8.33605,49.887],[8.3418,49.87168],[8.35218,49.86322],[8.37853,49.85608],[8.37313,49.82392],[8.41364,49.76996],[8.42866,49.76364],[8.47447,49.75984],[8.45467,49.74623],[8.43424,49.7247],[8.37776,49.70961],[8.35304,49.69595],[8.35115,49.6799],[8.36274,49.66002],[8.37467,49.62967],[8.38568,49.61717],[8.40617,49.6037],[8.41776,49.58312],[8.47097,49.58223],[8.48162,49.57354],[8.52333,49.54816],[8.53071,49.53602],[8.54101,49.52599],[8.57534,49.51496],[8.60882,49.52777],[8.62341,49.54181],[8.60539,49.61093],[8.66856,49.62027],[8.68401,49.55985],[8.70152,49.53412],[8.72692,49.51674],[8.81275,49.5057],[8.83352,49.48853],[8.82511,49.47136],[8.79919,49.41075],[8.80297,49.40103],[8.81876,49.39388],[8.85395,49.39321],[8.95351,49.45462],[8.96021,49.49968],[9.04158,49.49511]]],"terms_url":"https://hvbg.hessen.de","terms_text":"Geobasisdaten @ Hessisches Landesamt für Bodenmanagement und Geoinformation","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Hesse.png"},{"id":"Hessen-DOP20","name":"Hesse DOP20","type":"wms","template":"https://www.gds-srv.hessen.de/cgi-bin/lika-services/ogc-free-images.ows?LAYERS=he_dop20_rgb&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[16,19],"polygon":[[[9.04158,49.49511],[9.06561,49.52721],[9.10595,49.5076],[9.1341,49.51406],[9.10847,49.55019],[9.10767,49.58467],[9.0699,49.61838],[9.10526,49.64118],[9.11041,49.66074],[9.09359,49.69184],[9.13101,49.69695],[9.15642,49.74379],[9.13204,49.79711],[9.08973,49.80149],[9.09067,49.8485],[9.05617,49.85514],[9.03935,49.89309],[9.03265,49.92487],[9.02269,49.98269],[9.05428,49.98986],[9.03308,50.04016],[9.02484,50.04523],[9.00604,50.04722],[8.98261,50.04402],[8.98827,50.06067],[9.00132,50.06937],[9.00578,50.09856],[9.02312,50.11117],[9.0778,50.11463],[9.11522,50.12498],[9.14749,50.10913],[9.14011,50.0946],[9.15316,50.08568],[9.21598,50.14578],[9.37992,50.11552],[9.40361,50.07918],[9.51897,50.08975],[9.53476,50.15887],[9.50798,50.22788],[9.59063,50.21334],[9.65458,50.22481],[9.6738,50.23996],[9.64943,50.25928],[9.71432,50.28133],[9.75054,50.30842],[9.74796,50.36101],[9.76925,50.41989],[9.86506,50.39054],[9.96288,50.41967],[10.04494,50.48351],[10.0458,50.51648],[10.06554,50.55642],[10.04734,50.61375],[10.09369,50.61985],[10.06004,50.67688],[9.9955,50.67753],[9.9519,50.66927],[9.94125,50.66383],[9.96082,50.64097],[9.9416,50.6303],[9.91276,50.64075],[9.88873,50.64271],[9.88564,50.67057],[9.92615,50.69407],[9.91722,50.70907],[9.93851,50.72276],[9.94572,50.75058],[9.9531,50.77197],[9.95619,50.78239],[9.96714,50.82389],[10.0288,50.82589],[10.06536,50.88874],[10.02485,50.91829],[9.98863,50.92457],[10.00151,50.93355],[10.05266,50.93636],[10.06983,50.94383],[10.04373,50.96891],[10.02399,50.98091],[10.04442,51.01116],[10.1433,50.99237],[10.20081,50.99766],[10.2202,51.02714],[10.15755,51.06923],[10.14999,51.08649],[10.2111,51.11613],[10.21505,51.16363],[10.24595,51.18462],[10.18587,51.20817],[10.14107,51.22151],[10.07378,51.23032],[10.08236,51.24354],[10.06176,51.27921],[10.00374,51.28941],[9.95567,51.3083],[9.94898,51.32948],[9.93318,51.35045],[9.9337,51.37778],[9.93387,51.39235],[9.90624,51.42201],[9.79414,51.40981],[9.78744,51.39305],[9.692,51.36749],[9.73509,51.3186],[9.73148,51.29756],[9.67209,51.31946],[9.58214,51.34359],[9.56806,51.3438],[9.5545,51.35892],[9.56944,51.36085],[9.58059,51.37242],[9.56102,51.37741],[9.58162,51.39797],[9.59338,51.3969],[9.63269,51.40295],[9.64514,51.41725],[9.63183,51.45786],[9.64926,51.4678],[9.58969,51.51911],[9.61561,51.51985],[9.62917,51.54666],[9.65046,51.54922],[9.68702,51.56555],[9.69595,51.57792],[9.64102,51.6178],[9.63261,51.63848],[9.61326,51.63526],[9.56755,51.62697],[9.55484,51.64039],[9.54111,51.64157],[9.52429,51.62803],[9.50523,51.62899],[9.49932,51.65916],[9.4388,51.65169],[9.42404,51.63144],[9.36996,51.62803],[9.33134,51.61471],[9.363,51.58944],[9.31383,51.55242],[9.30406,51.51885],[9.27864,51.51526],[9.22045,51.49229],[9.20843,51.46417],[9.17959,51.46941],[9.14852,51.44331],[9.1408,51.45187],[9.09205,51.44737],[9.09428,51.49592],[9.07883,51.50554],[9.03471,51.50778],[9.02063,51.52092],[8.89441,51.48841],[8.88794,51.48149],[8.89333,51.4683],[8.90854,51.46128],[8.91695,51.42876],[8.94249,51.4274],[8.93532,51.39353],[8.88811,51.39492],[8.85498,51.37917],[8.83644,51.39096],[8.79009,51.3931],[8.73516,51.37489],[8.69997,51.3795],[8.67422,51.3721],[8.60899,51.33211],[8.552,51.27846],[8.58976,51.24655],[8.61191,51.24451],[8.6404,51.26063],[8.71765,51.27094],[8.74924,51.17891],[8.69053,51.1366],[8.69018,51.11161],[8.65101,51.09641],[8.61362,51.10363],[8.54238,51.1087],[8.49775,51.08067],[8.49964,51.07387],[8.52144,51.06395],[8.51269,51.05273],[8.50016,51.04075],[8.52728,51.01689],[8.51149,51.00997],[8.45604,50.96675],[8.4478,50.94069],[8.4514,50.9184],[8.43321,50.91959],[8.38652,50.89264],[8.35939,50.86729],[8.30738,50.86513],[8.29382,50.88441],[8.26996,50.88441],[8.1225,50.78814],[8.13563,50.76187],[8.16207,50.73656],[8.13864,50.6957],[8.13023,50.69787],[8.10843,50.67569],[8.10774,50.65316],[8.13452,50.63074],[8.1225,50.60721],[8.151,50.5973],[8.14739,50.58847],[8.10224,50.53591],[8.0377,50.56143],[7.98088,50.5119],[7.97539,50.48176],[8.00646,50.45477],[7.97419,50.43805],[7.95942,50.40928],[7.99084,50.3967],[8.01439,50.39177],[8.01092,50.3816],[8.06053,50.36704],[8.06929,50.33012],[8.10207,50.32135],[8.10053,50.30831],[8.11684,50.27947],[8.1031,50.26466],[8.06122,50.27793],[8.03272,50.27124],[8.01865,50.25741],[8.04989,50.23304],[8.0286,50.22019],[7.99187,50.2415],[7.90381,50.2024],[7.88168,50.18169],[7.88218,50.16656],[7.92355,50.14171],[7.88664,50.11827],[7.86106,50.13147],[7.84469,50.12599],[7.82021,50.08479],[7.80287,50.08645],[7.76802,50.06579],[7.77154,50.05113],[7.85231,50.00548],[7.86209,49.97794],[7.87805,49.97005],[7.89359,49.96856],[7.96363,49.96972],[7.99393,49.97872],[8.04963,50.00178],[8.08285,50.00493],[8.13151,50.0153],[8.15615,50.02528],[8.18722,50.0325],[8.23846,50.02324],[8.26798,50.00917],[8.28215,49.99422],[8.3236,49.96806],[8.34652,49.91509],[8.33605,49.887],[8.3418,49.87168],[8.35218,49.86322],[8.37853,49.85608],[8.37313,49.82392],[8.41364,49.76996],[8.42866,49.76364],[8.47447,49.75984],[8.45467,49.74623],[8.43424,49.7247],[8.37776,49.70961],[8.35304,49.69595],[8.35115,49.6799],[8.36274,49.66002],[8.37467,49.62967],[8.38568,49.61717],[8.40617,49.6037],[8.41776,49.58312],[8.47097,49.58223],[8.48162,49.57354],[8.52333,49.54816],[8.53071,49.53602],[8.54101,49.52599],[8.57534,49.51496],[8.60882,49.52777],[8.62341,49.54181],[8.60539,49.61093],[8.66856,49.62027],[8.68401,49.55985],[8.70152,49.53412],[8.72692,49.51674],[8.81275,49.5057],[8.83352,49.48853],[8.82511,49.47136],[8.79919,49.41075],[8.80297,49.40103],[8.81876,49.39388],[8.85395,49.39321],[8.95351,49.45462],[8.96021,49.49968],[9.04158,49.49511]]],"terms_url":"https://hvbg.hessen.de","terms_text":"Geobasisdaten © Hessische Verwaltung für Bodenmanagement und Geoinformation: Digitale Orthophotos","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Hesse.png"},{"id":"Hessen-DTK","name":"Hesse DTK","type":"wms","template":"https://www.gds-srv.hessen.de/cgi-bin/lika-services/ogc-free-maps.ows?LAYERS=he_dtk&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[16,19],"polygon":[[[9.04158,49.49511],[9.06561,49.52721],[9.10595,49.5076],[9.1341,49.51406],[9.10847,49.55019],[9.10767,49.58467],[9.0699,49.61838],[9.10526,49.64118],[9.11041,49.66074],[9.09359,49.69184],[9.13101,49.69695],[9.15642,49.74379],[9.13204,49.79711],[9.08973,49.80149],[9.09067,49.8485],[9.05617,49.85514],[9.03935,49.89309],[9.03265,49.92487],[9.02269,49.98269],[9.05428,49.98986],[9.03308,50.04016],[9.02484,50.04523],[9.00604,50.04722],[8.98261,50.04402],[8.98827,50.06067],[9.00132,50.06937],[9.00578,50.09856],[9.02312,50.11117],[9.0778,50.11463],[9.11522,50.12498],[9.14749,50.10913],[9.14011,50.0946],[9.15316,50.08568],[9.21598,50.14578],[9.37992,50.11552],[9.40361,50.07918],[9.51897,50.08975],[9.53476,50.15887],[9.50798,50.22788],[9.59063,50.21334],[9.65458,50.22481],[9.6738,50.23996],[9.64943,50.25928],[9.71432,50.28133],[9.75054,50.30842],[9.74796,50.36101],[9.76925,50.41989],[9.86506,50.39054],[9.96288,50.41967],[10.04494,50.48351],[10.0458,50.51648],[10.06554,50.55642],[10.04734,50.61375],[10.09369,50.61985],[10.06004,50.67688],[9.9955,50.67753],[9.9519,50.66927],[9.94125,50.66383],[9.96082,50.64097],[9.9416,50.6303],[9.91276,50.64075],[9.88873,50.64271],[9.88564,50.67057],[9.92615,50.69407],[9.91722,50.70907],[9.93851,50.72276],[9.94572,50.75058],[9.9531,50.77197],[9.95619,50.78239],[9.96714,50.82389],[10.0288,50.82589],[10.06536,50.88874],[10.02485,50.91829],[9.98863,50.92457],[10.00151,50.93355],[10.05266,50.93636],[10.06983,50.94383],[10.04373,50.96891],[10.02399,50.98091],[10.04442,51.01116],[10.1433,50.99237],[10.20081,50.99766],[10.2202,51.02714],[10.15755,51.06923],[10.14999,51.08649],[10.2111,51.11613],[10.21505,51.16363],[10.24595,51.18462],[10.18587,51.20817],[10.14107,51.22151],[10.07378,51.23032],[10.08236,51.24354],[10.06176,51.27921],[10.00374,51.28941],[9.95567,51.3083],[9.94898,51.32948],[9.93318,51.35045],[9.9337,51.37778],[9.93387,51.39235],[9.90624,51.42201],[9.79414,51.40981],[9.78744,51.39305],[9.692,51.36749],[9.73509,51.3186],[9.73148,51.29756],[9.67209,51.31946],[9.58214,51.34359],[9.56806,51.3438],[9.5545,51.35892],[9.56944,51.36085],[9.58059,51.37242],[9.56102,51.37741],[9.58162,51.39797],[9.59338,51.3969],[9.63269,51.40295],[9.64514,51.41725],[9.63183,51.45786],[9.64926,51.4678],[9.58969,51.51911],[9.61561,51.51985],[9.62917,51.54666],[9.65046,51.54922],[9.68702,51.56555],[9.69595,51.57792],[9.64102,51.6178],[9.63261,51.63848],[9.61326,51.63526],[9.56755,51.62697],[9.55484,51.64039],[9.54111,51.64157],[9.52429,51.62803],[9.50523,51.62899],[9.49932,51.65916],[9.4388,51.65169],[9.42404,51.63144],[9.36996,51.62803],[9.33134,51.61471],[9.363,51.58944],[9.31383,51.55242],[9.30406,51.51885],[9.27864,51.51526],[9.22045,51.49229],[9.20843,51.46417],[9.17959,51.46941],[9.14852,51.44331],[9.1408,51.45187],[9.09205,51.44737],[9.09428,51.49592],[9.07883,51.50554],[9.03471,51.50778],[9.02063,51.52092],[8.89441,51.48841],[8.88794,51.48149],[8.89333,51.4683],[8.90854,51.46128],[8.91695,51.42876],[8.94249,51.4274],[8.93532,51.39353],[8.88811,51.39492],[8.85498,51.37917],[8.83644,51.39096],[8.79009,51.3931],[8.73516,51.37489],[8.69997,51.3795],[8.67422,51.3721],[8.60899,51.33211],[8.552,51.27846],[8.58976,51.24655],[8.61191,51.24451],[8.6404,51.26063],[8.71765,51.27094],[8.74924,51.17891],[8.69053,51.1366],[8.69018,51.11161],[8.65101,51.09641],[8.61362,51.10363],[8.54238,51.1087],[8.49775,51.08067],[8.49964,51.07387],[8.52144,51.06395],[8.51269,51.05273],[8.50016,51.04075],[8.52728,51.01689],[8.51149,51.00997],[8.45604,50.96675],[8.4478,50.94069],[8.4514,50.9184],[8.43321,50.91959],[8.38652,50.89264],[8.35939,50.86729],[8.30738,50.86513],[8.29382,50.88441],[8.26996,50.88441],[8.1225,50.78814],[8.13563,50.76187],[8.16207,50.73656],[8.13864,50.6957],[8.13023,50.69787],[8.10843,50.67569],[8.10774,50.65316],[8.13452,50.63074],[8.1225,50.60721],[8.151,50.5973],[8.14739,50.58847],[8.10224,50.53591],[8.0377,50.56143],[7.98088,50.5119],[7.97539,50.48176],[8.00646,50.45477],[7.97419,50.43805],[7.95942,50.40928],[7.99084,50.3967],[8.01439,50.39177],[8.01092,50.3816],[8.06053,50.36704],[8.06929,50.33012],[8.10207,50.32135],[8.10053,50.30831],[8.11684,50.27947],[8.1031,50.26466],[8.06122,50.27793],[8.03272,50.27124],[8.01865,50.25741],[8.04989,50.23304],[8.0286,50.22019],[7.99187,50.2415],[7.90381,50.2024],[7.88168,50.18169],[7.88218,50.16656],[7.92355,50.14171],[7.88664,50.11827],[7.86106,50.13147],[7.84469,50.12599],[7.82021,50.08479],[7.80287,50.08645],[7.76802,50.06579],[7.77154,50.05113],[7.85231,50.00548],[7.86209,49.97794],[7.87805,49.97005],[7.89359,49.96856],[7.96363,49.96972],[7.99393,49.97872],[8.04963,50.00178],[8.08285,50.00493],[8.13151,50.0153],[8.15615,50.02528],[8.18722,50.0325],[8.23846,50.02324],[8.26798,50.00917],[8.28215,49.99422],[8.3236,49.96806],[8.34652,49.91509],[8.33605,49.887],[8.3418,49.87168],[8.35218,49.86322],[8.37853,49.85608],[8.37313,49.82392],[8.41364,49.76996],[8.42866,49.76364],[8.47447,49.75984],[8.45467,49.74623],[8.43424,49.7247],[8.37776,49.70961],[8.35304,49.69595],[8.35115,49.6799],[8.36274,49.66002],[8.37467,49.62967],[8.38568,49.61717],[8.40617,49.6037],[8.41776,49.58312],[8.47097,49.58223],[8.48162,49.57354],[8.52333,49.54816],[8.53071,49.53602],[8.54101,49.52599],[8.57534,49.51496],[8.60882,49.52777],[8.62341,49.54181],[8.60539,49.61093],[8.66856,49.62027],[8.68401,49.55985],[8.70152,49.53412],[8.72692,49.51674],[8.81275,49.5057],[8.83352,49.48853],[8.82511,49.47136],[8.79919,49.41075],[8.80297,49.40103],[8.81876,49.39388],[8.85395,49.39321],[8.95351,49.45462],[8.96021,49.49968],[9.04158,49.49511]]],"terms_url":"https://hvbg.hessen.de","terms_text":"Geobasisdaten @ Hessisches Landesamt für Bodenmanagement und Geoinformation","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Hesse.png"},{"id":"Hessen-WebAtlas","name":"Hesse WebAtlas","type":"wms","template":"https://www.gds-srv.hessen.de/cgi-bin/lika-services/ogc-free-maps.ows?LAYERS=he_pg&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[13,19],"polygon":[[[9.04158,49.49511],[9.06561,49.52721],[9.10595,49.5076],[9.1341,49.51406],[9.10847,49.55019],[9.10767,49.58467],[9.0699,49.61838],[9.10526,49.64118],[9.11041,49.66074],[9.09359,49.69184],[9.13101,49.69695],[9.15642,49.74379],[9.13204,49.79711],[9.08973,49.80149],[9.09067,49.8485],[9.05617,49.85514],[9.03935,49.89309],[9.03265,49.92487],[9.02269,49.98269],[9.05428,49.98986],[9.03308,50.04016],[9.02484,50.04523],[9.00604,50.04722],[8.98261,50.04402],[8.98827,50.06067],[9.00132,50.06937],[9.00578,50.09856],[9.02312,50.11117],[9.0778,50.11463],[9.11522,50.12498],[9.14749,50.10913],[9.14011,50.0946],[9.15316,50.08568],[9.21598,50.14578],[9.37992,50.11552],[9.40361,50.07918],[9.51897,50.08975],[9.53476,50.15887],[9.50798,50.22788],[9.59063,50.21334],[9.65458,50.22481],[9.6738,50.23996],[9.64943,50.25928],[9.71432,50.28133],[9.75054,50.30842],[9.74796,50.36101],[9.76925,50.41989],[9.86506,50.39054],[9.96288,50.41967],[10.04494,50.48351],[10.0458,50.51648],[10.06554,50.55642],[10.04734,50.61375],[10.09369,50.61985],[10.06004,50.67688],[9.9955,50.67753],[9.9519,50.66927],[9.94125,50.66383],[9.96082,50.64097],[9.9416,50.6303],[9.91276,50.64075],[9.88873,50.64271],[9.88564,50.67057],[9.92615,50.69407],[9.91722,50.70907],[9.93851,50.72276],[9.94572,50.75058],[9.9531,50.77197],[9.95619,50.78239],[9.96714,50.82389],[10.0288,50.82589],[10.06536,50.88874],[10.02485,50.91829],[9.98863,50.92457],[10.00151,50.93355],[10.05266,50.93636],[10.06983,50.94383],[10.04373,50.96891],[10.02399,50.98091],[10.04442,51.01116],[10.1433,50.99237],[10.20081,50.99766],[10.2202,51.02714],[10.15755,51.06923],[10.14999,51.08649],[10.2111,51.11613],[10.21505,51.16363],[10.24595,51.18462],[10.18587,51.20817],[10.14107,51.22151],[10.07378,51.23032],[10.08236,51.24354],[10.06176,51.27921],[10.00374,51.28941],[9.95567,51.3083],[9.94898,51.32948],[9.93318,51.35045],[9.9337,51.37778],[9.93387,51.39235],[9.90624,51.42201],[9.79414,51.40981],[9.78744,51.39305],[9.692,51.36749],[9.73509,51.3186],[9.73148,51.29756],[9.67209,51.31946],[9.58214,51.34359],[9.56806,51.3438],[9.5545,51.35892],[9.56944,51.36085],[9.58059,51.37242],[9.56102,51.37741],[9.58162,51.39797],[9.59338,51.3969],[9.63269,51.40295],[9.64514,51.41725],[9.63183,51.45786],[9.64926,51.4678],[9.58969,51.51911],[9.61561,51.51985],[9.62917,51.54666],[9.65046,51.54922],[9.68702,51.56555],[9.69595,51.57792],[9.64102,51.6178],[9.63261,51.63848],[9.61326,51.63526],[9.56755,51.62697],[9.55484,51.64039],[9.54111,51.64157],[9.52429,51.62803],[9.50523,51.62899],[9.49932,51.65916],[9.4388,51.65169],[9.42404,51.63144],[9.36996,51.62803],[9.33134,51.61471],[9.363,51.58944],[9.31383,51.55242],[9.30406,51.51885],[9.27864,51.51526],[9.22045,51.49229],[9.20843,51.46417],[9.17959,51.46941],[9.14852,51.44331],[9.1408,51.45187],[9.09205,51.44737],[9.09428,51.49592],[9.07883,51.50554],[9.03471,51.50778],[9.02063,51.52092],[8.89441,51.48841],[8.88794,51.48149],[8.89333,51.4683],[8.90854,51.46128],[8.91695,51.42876],[8.94249,51.4274],[8.93532,51.39353],[8.88811,51.39492],[8.85498,51.37917],[8.83644,51.39096],[8.79009,51.3931],[8.73516,51.37489],[8.69997,51.3795],[8.67422,51.3721],[8.60899,51.33211],[8.552,51.27846],[8.58976,51.24655],[8.61191,51.24451],[8.6404,51.26063],[8.71765,51.27094],[8.74924,51.17891],[8.69053,51.1366],[8.69018,51.11161],[8.65101,51.09641],[8.61362,51.10363],[8.54238,51.1087],[8.49775,51.08067],[8.49964,51.07387],[8.52144,51.06395],[8.51269,51.05273],[8.50016,51.04075],[8.52728,51.01689],[8.51149,51.00997],[8.45604,50.96675],[8.4478,50.94069],[8.4514,50.9184],[8.43321,50.91959],[8.38652,50.89264],[8.35939,50.86729],[8.30738,50.86513],[8.29382,50.88441],[8.26996,50.88441],[8.1225,50.78814],[8.13563,50.76187],[8.16207,50.73656],[8.13864,50.6957],[8.13023,50.69787],[8.10843,50.67569],[8.10774,50.65316],[8.13452,50.63074],[8.1225,50.60721],[8.151,50.5973],[8.14739,50.58847],[8.10224,50.53591],[8.0377,50.56143],[7.98088,50.5119],[7.97539,50.48176],[8.00646,50.45477],[7.97419,50.43805],[7.95942,50.40928],[7.99084,50.3967],[8.01439,50.39177],[8.01092,50.3816],[8.06053,50.36704],[8.06929,50.33012],[8.10207,50.32135],[8.10053,50.30831],[8.11684,50.27947],[8.1031,50.26466],[8.06122,50.27793],[8.03272,50.27124],[8.01865,50.25741],[8.04989,50.23304],[8.0286,50.22019],[7.99187,50.2415],[7.90381,50.2024],[7.88168,50.18169],[7.88218,50.16656],[7.92355,50.14171],[7.88664,50.11827],[7.86106,50.13147],[7.84469,50.12599],[7.82021,50.08479],[7.80287,50.08645],[7.76802,50.06579],[7.77154,50.05113],[7.85231,50.00548],[7.86209,49.97794],[7.87805,49.97005],[7.89359,49.96856],[7.96363,49.96972],[7.99393,49.97872],[8.04963,50.00178],[8.08285,50.00493],[8.13151,50.0153],[8.15615,50.02528],[8.18722,50.0325],[8.23846,50.02324],[8.26798,50.00917],[8.28215,49.99422],[8.3236,49.96806],[8.34652,49.91509],[8.33605,49.887],[8.3418,49.87168],[8.35218,49.86322],[8.37853,49.85608],[8.37313,49.82392],[8.41364,49.76996],[8.42866,49.76364],[8.47447,49.75984],[8.45467,49.74623],[8.43424,49.7247],[8.37776,49.70961],[8.35304,49.69595],[8.35115,49.6799],[8.36274,49.66002],[8.37467,49.62967],[8.38568,49.61717],[8.40617,49.6037],[8.41776,49.58312],[8.47097,49.58223],[8.48162,49.57354],[8.52333,49.54816],[8.53071,49.53602],[8.54101,49.52599],[8.57534,49.51496],[8.60882,49.52777],[8.62341,49.54181],[8.60539,49.61093],[8.66856,49.62027],[8.68401,49.55985],[8.70152,49.53412],[8.72692,49.51674],[8.81275,49.5057],[8.83352,49.48853],[8.82511,49.47136],[8.79919,49.41075],[8.80297,49.40103],[8.81876,49.39388],[8.85395,49.39321],[8.95351,49.45462],[8.96021,49.49968],[9.04158,49.49511]]],"terms_url":"https://hvbg.hessen.de","terms_text":"Geobasisdaten @ Hessisches Landesamt für Bodenmanagement und Geoinformation","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Hesse.png"},{"id":"Hillsborough_Ortho_2023","name":"Hillsborough County Orthoimagery (2023)","type":"wms","template":"https://maps.hillsboroughcounty.org/arcgis/rest/services/Aerials/HC_Aerials_2023_WGS/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-06T00:00:00.000Z","startDate":"2022-11-02T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-82.55954,27.63385],[-82.04994,27.63497],[-82.05019,28.1851],[-82.65551,28.18354],[-82.65442,28.00476],[-82.56569,27.83786],[-82.68225,27.60902],[-82.77556,27.60757],[-82.77524,27.56407],[-82.55954,27.63385]]],"terms_url":"https://www.hillsboroughcounty.org/en/about-hillsborough/open-data/geospatial-services","terms_text":"Hillsborough County Zoning Information & Counseling","description":"The 2023 orthoimagery for Hillsborough County of the State of Florida","icon":"https://www.hillsboroughcounty.org/library/hillsborough/system/logos/hc-logo-horizontal-rgb_drkbgrd.png"},{"id":"hu-hillshade","name":"Hillshade Hungary","type":"tms","template":"https://{switch:a,b,c}.map.turistautak.hu/tiles/shading/{zoom}/{x}/{y}.png","category":"elevation","zoomExtent":[0,18],"polygon":[[[15,45],[24,45],[24,49],[15,49],[15,45]]],"terms_text":"SRTM","overlay":true},{"id":"IBGE_BC250_Aglomerado_Rural","name":"IBGE BC250 - Aglomerado Rural Isolado","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=CCAR:BC250_2021_Aglomerado_Rural_Isolado_P&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"IBGE_BC250_Gerador_Eletrica","name":"IBGE BC250 - Estações Geradoras de Energia Elétrica","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_2021_Est_Gerad_Energia_Eletrica_P&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE","category":"other","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"IBGE_BC250_Municipio","name":"IBGE BC250 - Municípios","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_2021_Municipio_A&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE","category":"other","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"IBGE_BC250_Pista_Pouso","name":"IBGE BC250 - Pista de Pouso","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=CCAR:BC250_2021_Pista_Ponto_Pouso_L&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"IBGE_BC250_Rios_Drenagem","name":"IBGE BC250 - Rios Drenagem","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=CCAR:BC250_2021_Trecho_Drenagem_L&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"IBGE_BC250_Terra_Indegina","name":"IBGE BC250 - Terra Indígena","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=CCAR:BC250_2019_Terra_Indigena_A&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"IBGE_BC250_Rodoviario","name":"IBGE BC250 - Trecho Rodoviário","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=CCAR:BC250_2021_Trecho_Rodoviario_L&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"IBGE_BC250_Uso_Sustentavel","name":"IBGE BC250 - Unidade de Uso Sustentável - APA","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=CCAR:BC250_2019_Unidade_Uso_Sustentavel_A&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"IBGE_BC250_Villa","name":"IBGE BC250 - Vila","type":"wms","template":"https://geoservicos.ibge.gov.br/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=CCAR:BC250_2021_Vila_P&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","polygon":[[[-29.3325,2.33596],[-43.48209,5.33583],[-51.0112,5.5229],[-51.7246,4.55687],[-51.73983,4.11916],[-52.41739,3.22121],[-52.65712,2.56407],[-52.98578,2.28049],[-53.73937,2.47373],[-54.24988,2.25056],[-54.93958,2.68251],[-55.64816,2.51995],[-55.98195,2.62866],[-56.23884,2.26335],[-56.02925,1.94945],[-57.12392,2.12876],[-57.39854,2.06512],[-57.6,1.80391],[-58.35933,1.68993],[-58.80545,1.32073],[-59.18812,1.47808],[-59.63382,1.96658],[-59.63006,2.31633],[-59.88955,2.72301],[-59.71017,3.54201],[-59.41942,3.96994],[-59.59676,4.43987],[-59.97549,4.60302],[-59.89857,5.10754],[-60.22457,5.37121],[-60.78709,5.29676],[-60.70452,4.96985],[-61.04904,4.62312],[-61.35393,4.6301],[-61.91181,4.26284],[-62.49922,4.27081],[-62.82024,4.10602],[-62.96093,3.76366],[-63.17706,4.0483],[-63.95465,4.02132],[-64.13653,4.22315],[-64.88064,4.34246],[-64.88451,4.11767],[-64.28142,3.54198],[-64.32628,3.11828],[-64.10005,2.72378],[-64.13446,2.43391],[-63.47236,2.27936],[-64.0486,2.06514],[-64.27483,1.60159],[-65.15671,1.24203],[-65.42494,0.96655],[-65.67671,1.11115],[-66.28683,0.85771],[-66.79967,1.31468],[-67.00579,1.2916],[-67.05751,1.85834],[-67.37696,2.32747],[-67.94571,1.94842],[-68.24848,2.11981],[-68.38511,1.82943],[-69.92343,1.77385],[-69.92481,1.01571],[-69.34226,0.96892],[-69.26594,0.8065],[-70.14083,0.5844],[-70.13645,-0.22616],[-69.70776,-0.56762],[-69.51025,-1.13409],[-70.02393,-4.16735],[-70.79598,-4.06493],[-70.96802,-4.24829],[-71.93973,-4.42503],[-72.93016,-5.03871],[-73.33719,-6.02974],[-73.22362,-6.43011],[-73.78618,-6.77487],[-73.84718,-7.23829],[-74.03652,-7.27885],[-74.09056,-7.52755],[-73.61432,-8.40982],[-73.0625,-9.01727],[-73.29207,-9.45415],[-72.41623,-9.5874],[-72.18053,-10.09967],[-71.27536,-10.08971],[-70.68128,-9.66908],[-70.71896,-11.02003],[-70.30957,-11.1699],[-69.88988,-11.02776],[-68.52286,-11.20807],[-67.99778,-10.75991],[-67.66452,-10.80093],[-66.52331,-9.98587],[-65.41641,-9.83894],[-65.45781,-11.27865],[-65.10261,-12.0682],[-64.32845,-12.59578],[-63.74229,-12.54071],[-63.17194,-12.76568],[-62.80185,-13.10905],[-62.21395,-13.25048],[-61.9025,-13.62647],[-61.07283,-13.62569],[-60.63603,-13.84119],[-60.34999,-14.99707],[-60.67423,-15.1122],[-60.33481,-15.51483],[-60.2541,-16.32571],[-58.45563,-16.42158],[-58.57691,-16.81466],[-58.48825,-17.21961],[-58.16997,-17.53519],[-57.89356,-17.57377],[-57.64739,-18.19828],[-58.23083,-19.75211],[-58.03577,-19.95871],[-58.26551,-20.24147],[-57.95766,-20.99818],[-58.08472,-22.13075],[-57.34109,-22.34351],[-56.8256,-22.4002],[-56.45255,-22.21731],[-55.90555,-22.39886],[-55.71734,-22.68488],[-55.49138,-24.02797],[-55.22163,-24.11355],[-54.64355,-23.94107],[-54.41679,-24.06527],[-54.36097,-24.35145],[-54.67802,-25.64668],[-54.44723,-25.79609],[-53.97158,-25.74513],[-53.74972,-26.25781],[-53.9016,-27.02998],[-54.86969,-27.44994],[-55.83724,-28.16598],[-57.74384,-30.22142],[-57.39671,-30.40464],[-56.86862,-30.20752],[-56.10468,-30.86436],[-56.06384,-31.16749],[-55.57371,-30.99691],[-55.29638,-31.3429],[-54.64174,-31.55507],[-53.8329,-32.16592],[-53.65747,-32.51873],[-53.24498,-32.73392],[-53.62503,-33.15428],[-53.62553,-33.72493],[-53.39394,-33.85064],[-51.11495,-35.46552],[-27.67249,-22.20839],[-27.76041,-8.93703],[-28.72472,2.03155],[-29.3325,2.33596]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE","overlay":true},{"id":"ICGC-orto25c","name":"ICGC - Ortofoto de Catalunya 1:2.500 vigent","type":"wms","template":"https://geoserveis.icgc.cat/icc_mapesbase/wms/service?LAYERS=orto25c&STYLES=&SRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[0.64816,42.69653],[0.65695,42.68887],[0.69162,42.65037],[0.69591,42.62714],[0.70707,42.61918],[0.75806,42.6044],[0.74552,42.55751],[0.71686,42.52513],[0.68699,42.48716],[0.70896,42.43106],[0.72235,42.40381],[0.7172,42.3673],[0.74123,42.32403],[0.73334,42.25559],[0.71154,42.2247],[0.69076,42.15144],[0.68956,42.10102],[0.67789,42.08905],[0.64613,42.02532],[0.58416,41.96766],[0.55344,41.93383],[0.59137,41.92157],[0.59052,41.8826],[0.54932,41.85038],[0.48237,41.80306],[0.47069,41.78872],[0.39705,41.75864],[0.36547,41.72405],[0.32804,41.68817],[0.32375,41.67484],[0.32427,41.6597],[0.34727,41.59606],[0.42108,41.58823],[0.42727,41.56357],[0.44083,41.54507],[0.39482,41.49238],[0.3471,41.48942],[0.33611,41.48235],[0.33955,41.46666],[0.34332,41.43063],[0.33783,41.41351],[0.315,41.39561],[0.35912,41.36702],[0.36976,41.35169],[0.34367,41.33145],[0.34882,41.32204],[0.36238,41.30193],[0.38195,41.27794],[0.37113,41.26181],[0.37079,41.24322],[0.3186,41.22722],[0.29526,41.16392],[0.25062,41.15307],[0.20393,41.13549],[0.19844,41.12644],[0.19895,41.0831],[0.21595,41.0422],[0.23226,41.03171],[0.25801,41.00983],[0.2817,40.96823],[0.28062,40.95514],[0.2738,40.95064],[0.26994,40.9448],[0.2453,40.90923],[0.23603,40.88263],[0.25114,40.87329],[0.24805,40.85563],[0.25715,40.83693],[0.27088,40.82199],[0.23191,40.78691],[0.15638,40.75142],[0.16583,40.72918],[0.23912,40.6973],[0.2829,40.68624],[0.2647,40.65942],[0.2611,40.64457],[0.27826,40.62281],[0.32959,40.60705],[0.39722,40.60001],[0.40203,40.59349],[0.4331,40.57498],[0.4319,40.56546],[0.43499,40.5457],[0.47713,40.53024],[0.61077,40.49239],[0.9391,40.68471],[1.0446,40.98465],[2.12562,41.2353],[2.77469,41.57929],[3.24367,41.88469],[3.33097,42.21861],[3.33679,42.35709],[3.2004,42.35694],[3.17629,42.43562],[3.1684,42.43587],[3.16338,42.43654],[3.16003,42.43565],[3.15771,42.43473],[3.15359,42.4359],[3.13746,42.43777],[3.12355,42.43967],[3.10844,42.43739],[3.09746,42.42827],[3.08266,42.43083],[3.05489,42.45361],[3.04032,42.47583],[3.03034,42.47666],[3.01266,42.46969],[3.00133,42.47412],[2.99075,42.47493],[2.97185,42.47084],[2.9451,42.48326],[2.92975,42.47539],[2.91927,42.45893],[2.90279,42.46045],[2.86983,42.46881],[2.86417,42.46678],[2.85799,42.45677],[2.83795,42.46027],[2.78558,42.41971],[2.77492,42.41456],[2.75448,42.42688],[2.72452,42.42495],[2.67123,42.40522],[2.66796,42.38746],[2.65234,42.39037],[2.64955,42.38615],[2.67036,42.34231],[2.65024,42.34572],[2.57653,42.35984],[2.55377,42.3554],[2.54002,42.33469],[2.50059,42.34459],[2.48342,42.34357],[2.47476,42.35113],[2.46708,42.36169],[2.44169,42.37868],[2.43502,42.39494],[2.38122,42.40277],[2.34538,42.41715],[2.31326,42.42901],[2.25416,42.43992],[2.24505,42.431],[2.21325,42.4249],[2.16755,42.42649],[2.12356,42.41409],[2.10818,42.38265],[2.09035,42.37576],[2.05488,42.35935],[1.99787,42.35982],[1.98035,42.3715],[1.96538,42.38767],[1.95923,42.42428],[1.93604,42.4559],[1.89149,42.45025],[1.88309,42.45999],[1.82417,42.48769],[1.80488,42.491],[1.76206,42.49093],[1.72574,42.50555],[1.70449,42.49191],[1.66786,42.50716],[1.66159,42.49384],[1.65638,42.4698],[1.59656,42.46894],[1.57428,42.45577],[1.56308,42.46173],[1.55837,42.45864],[1.54851,42.43528],[1.51174,42.43142],[1.45,42.44011],[1.44839,42.46045],[1.44359,42.46475],[1.44367,42.4721],[1.4319,42.48901],[1.47071,42.50969],[1.45517,42.53171],[1.45264,42.53954],[1.44024,42.54581],[1.42179,42.54005],[1.42075,42.54783],[1.42822,42.55713],[1.44599,42.568],[1.4441,42.60366],[1.43097,42.61981],[1.41361,42.65762],[1.38789,42.69026],[1.35766,42.72167],[1.3298,42.72572],[1.30787,42.71996],[1.25903,42.72145],[1.23098,42.72999],[1.16532,42.71061],[1.13284,42.74064],[1.13511,42.75069],[1.11373,42.77002],[1.07988,42.78936],[1.01816,42.78832],[0.9601,42.80707],[0.92171,42.79588],[0.90714,42.80513],[0.84959,42.83009],[0.832,42.82956],[0.80944,42.84145],[0.79771,42.84186],[0.78278,42.83796],[0.71465,42.8632],[0.67635,42.85575],[0.65626,42.83846],[0.66369,42.80408],[0.64528,42.78633],[0.64236,42.7823],[0.65798,42.77209],[0.63843,42.75414],[0.67514,42.72545],[0.66553,42.72041],[0.67789,42.70742],[0.66925,42.69249],[0.64816,42.69653]]],"terms_text":"Institut Cartogràfic i Geològic de Catalunya","best":true},{"id":"ICGC-ortofoto_color_provisional","name":"ICGC - Ortofoto de Catalunya Provisional","type":"wms","template":"http://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?LAYERS=ortofoto_color_provisional&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[0.64816,42.69653],[0.65695,42.68887],[0.69162,42.65037],[0.69591,42.62714],[0.70707,42.61918],[0.75806,42.6044],[0.74552,42.55751],[0.71686,42.52513],[0.68699,42.48716],[0.70896,42.43106],[0.72235,42.40381],[0.7172,42.3673],[0.74123,42.32403],[0.73334,42.25559],[0.71154,42.2247],[0.69076,42.15144],[0.68956,42.10102],[0.67789,42.08905],[0.64613,42.02532],[0.58416,41.96766],[0.55344,41.93383],[0.59137,41.92157],[0.59052,41.8826],[0.54932,41.85038],[0.48237,41.80306],[0.47069,41.78872],[0.39705,41.75864],[0.36547,41.72405],[0.32804,41.68817],[0.32375,41.67484],[0.32427,41.6597],[0.34727,41.59606],[0.42108,41.58823],[0.42727,41.56357],[0.44083,41.54507],[0.39482,41.49238],[0.3471,41.48942],[0.33611,41.48235],[0.33955,41.46666],[0.34332,41.43063],[0.33783,41.41351],[0.315,41.39561],[0.35912,41.36702],[0.36976,41.35169],[0.34367,41.33145],[0.34882,41.32204],[0.36238,41.30193],[0.38195,41.27794],[0.37113,41.26181],[0.37079,41.24322],[0.3186,41.22722],[0.29526,41.16392],[0.25062,41.15307],[0.20393,41.13549],[0.19844,41.12644],[0.19895,41.0831],[0.21595,41.0422],[0.23226,41.03171],[0.25801,41.00983],[0.2817,40.96823],[0.28062,40.95514],[0.2738,40.95064],[0.26994,40.9448],[0.2453,40.90923],[0.23603,40.88263],[0.25114,40.87329],[0.24805,40.85563],[0.25715,40.83693],[0.27088,40.82199],[0.23191,40.78691],[0.15638,40.75142],[0.16583,40.72918],[0.23912,40.6973],[0.2829,40.68624],[0.2647,40.65942],[0.2611,40.64457],[0.27826,40.62281],[0.32959,40.60705],[0.39722,40.60001],[0.40203,40.59349],[0.4331,40.57498],[0.4319,40.56546],[0.43499,40.5457],[0.47713,40.53024],[0.61077,40.49239],[0.9391,40.68471],[1.0446,40.98465],[2.12562,41.2353],[2.77469,41.57929],[3.24367,41.88469],[3.33097,42.21861],[3.33679,42.35709],[3.2004,42.35694],[3.17629,42.43562],[3.1684,42.43587],[3.16338,42.43654],[3.16003,42.43565],[3.15771,42.43473],[3.15359,42.4359],[3.13746,42.43777],[3.12355,42.43967],[3.10844,42.43739],[3.09746,42.42827],[3.08266,42.43083],[3.05489,42.45361],[3.04032,42.47583],[3.03034,42.47666],[3.01266,42.46969],[3.00133,42.47412],[2.99075,42.47493],[2.97185,42.47084],[2.9451,42.48326],[2.92975,42.47539],[2.91927,42.45893],[2.90279,42.46045],[2.86983,42.46881],[2.86417,42.46678],[2.85799,42.45677],[2.83795,42.46027],[2.78558,42.41971],[2.77492,42.41456],[2.75448,42.42688],[2.72452,42.42495],[2.67123,42.40522],[2.66796,42.38746],[2.65234,42.39037],[2.64955,42.38615],[2.67036,42.34231],[2.65024,42.34572],[2.57653,42.35984],[2.55377,42.3554],[2.54002,42.33469],[2.50059,42.34459],[2.48342,42.34357],[2.47476,42.35113],[2.46708,42.36169],[2.44169,42.37868],[2.43502,42.39494],[2.38122,42.40277],[2.34538,42.41715],[2.31326,42.42901],[2.25416,42.43992],[2.24505,42.431],[2.21325,42.4249],[2.16755,42.42649],[2.12356,42.41409],[2.10818,42.38265],[2.09035,42.37576],[2.05488,42.35935],[1.99787,42.35982],[1.98035,42.3715],[1.96538,42.38767],[1.95923,42.42428],[1.93604,42.4559],[1.89149,42.45025],[1.88309,42.45999],[1.82417,42.48769],[1.80488,42.491],[1.76206,42.49093],[1.72574,42.50555],[1.70449,42.49191],[1.66786,42.50716],[1.66159,42.49384],[1.65638,42.4698],[1.59656,42.46894],[1.57428,42.45577],[1.56308,42.46173],[1.55837,42.45864],[1.54851,42.43528],[1.51174,42.43142],[1.45,42.44011],[1.44839,42.46045],[1.44359,42.46475],[1.44367,42.4721],[1.4319,42.48901],[1.47071,42.50969],[1.45517,42.53171],[1.45264,42.53954],[1.44024,42.54581],[1.42179,42.54005],[1.42075,42.54783],[1.42822,42.55713],[1.44599,42.568],[1.4441,42.60366],[1.43097,42.61981],[1.41361,42.65762],[1.38789,42.69026],[1.35766,42.72167],[1.3298,42.72572],[1.30787,42.71996],[1.25903,42.72145],[1.23098,42.72999],[1.16532,42.71061],[1.13284,42.74064],[1.13511,42.75069],[1.11373,42.77002],[1.07988,42.78936],[1.01816,42.78832],[0.9601,42.80707],[0.92171,42.79588],[0.90714,42.80513],[0.84959,42.83009],[0.832,42.82956],[0.80944,42.84145],[0.79771,42.84186],[0.78278,42.83796],[0.71465,42.8632],[0.67635,42.85575],[0.65626,42.83846],[0.66369,42.80408],[0.64528,42.78633],[0.64236,42.7823],[0.65798,42.77209],[0.63843,42.75414],[0.67514,42.72545],[0.66553,42.72041],[0.67789,42.70742],[0.66925,42.69249],[0.64816,42.69653]]],"terms_text":"Institut Cartogràfic i Geològic de Catalunya"},{"id":"ICGC-topo","name":"ICGC - Topogràfic de Catalunya ","type":"wms","template":"https://geoserveis.icgc.cat/icc_mapesmultibase/utm/wms/service?LAYERS=topo&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","polygon":[[[0.64816,42.69653],[0.65695,42.68887],[0.69162,42.65037],[0.69591,42.62714],[0.70707,42.61918],[0.75806,42.6044],[0.74552,42.55751],[0.71686,42.52513],[0.68699,42.48716],[0.70896,42.43106],[0.72235,42.40381],[0.7172,42.3673],[0.74123,42.32403],[0.73334,42.25559],[0.71154,42.2247],[0.69076,42.15144],[0.68956,42.10102],[0.67789,42.08905],[0.64613,42.02532],[0.58416,41.96766],[0.55344,41.93383],[0.59137,41.92157],[0.59052,41.8826],[0.54932,41.85038],[0.48237,41.80306],[0.47069,41.78872],[0.39705,41.75864],[0.36547,41.72405],[0.32804,41.68817],[0.32375,41.67484],[0.32427,41.6597],[0.34727,41.59606],[0.42108,41.58823],[0.42727,41.56357],[0.44083,41.54507],[0.39482,41.49238],[0.3471,41.48942],[0.33611,41.48235],[0.33955,41.46666],[0.34332,41.43063],[0.33783,41.41351],[0.315,41.39561],[0.35912,41.36702],[0.36976,41.35169],[0.34367,41.33145],[0.34882,41.32204],[0.36238,41.30193],[0.38195,41.27794],[0.37113,41.26181],[0.37079,41.24322],[0.3186,41.22722],[0.29526,41.16392],[0.25062,41.15307],[0.20393,41.13549],[0.19844,41.12644],[0.19895,41.0831],[0.21595,41.0422],[0.23226,41.03171],[0.25801,41.00983],[0.2817,40.96823],[0.28062,40.95514],[0.2738,40.95064],[0.26994,40.9448],[0.2453,40.90923],[0.23603,40.88263],[0.25114,40.87329],[0.24805,40.85563],[0.25715,40.83693],[0.27088,40.82199],[0.23191,40.78691],[0.15638,40.75142],[0.16583,40.72918],[0.23912,40.6973],[0.2829,40.68624],[0.2647,40.65942],[0.2611,40.64457],[0.27826,40.62281],[0.32959,40.60705],[0.39722,40.60001],[0.40203,40.59349],[0.4331,40.57498],[0.4319,40.56546],[0.43499,40.5457],[0.47713,40.53024],[0.61077,40.49239],[0.9391,40.68471],[1.0446,40.98465],[2.12562,41.2353],[2.77469,41.57929],[3.24367,41.88469],[3.33097,42.21861],[3.33679,42.35709],[3.2004,42.35694],[3.17629,42.43562],[3.1684,42.43587],[3.16338,42.43654],[3.16003,42.43565],[3.15771,42.43473],[3.15359,42.4359],[3.13746,42.43777],[3.12355,42.43967],[3.10844,42.43739],[3.09746,42.42827],[3.08266,42.43083],[3.05489,42.45361],[3.04032,42.47583],[3.03034,42.47666],[3.01266,42.46969],[3.00133,42.47412],[2.99075,42.47493],[2.97185,42.47084],[2.9451,42.48326],[2.92975,42.47539],[2.91927,42.45893],[2.90279,42.46045],[2.86983,42.46881],[2.86417,42.46678],[2.85799,42.45677],[2.83795,42.46027],[2.78558,42.41971],[2.77492,42.41456],[2.75448,42.42688],[2.72452,42.42495],[2.67123,42.40522],[2.66796,42.38746],[2.65234,42.39037],[2.64955,42.38615],[2.67036,42.34231],[2.65024,42.34572],[2.57653,42.35984],[2.55377,42.3554],[2.54002,42.33469],[2.50059,42.34459],[2.48342,42.34357],[2.47476,42.35113],[2.46708,42.36169],[2.44169,42.37868],[2.43502,42.39494],[2.38122,42.40277],[2.34538,42.41715],[2.31326,42.42901],[2.25416,42.43992],[2.24505,42.431],[2.21325,42.4249],[2.16755,42.42649],[2.12356,42.41409],[2.10818,42.38265],[2.09035,42.37576],[2.05488,42.35935],[1.99787,42.35982],[1.98035,42.3715],[1.96538,42.38767],[1.95923,42.42428],[1.93604,42.4559],[1.89149,42.45025],[1.88309,42.45999],[1.82417,42.48769],[1.80488,42.491],[1.76206,42.49093],[1.72574,42.50555],[1.70449,42.49191],[1.66786,42.50716],[1.66159,42.49384],[1.65638,42.4698],[1.59656,42.46894],[1.57428,42.45577],[1.56308,42.46173],[1.55837,42.45864],[1.54851,42.43528],[1.51174,42.43142],[1.45,42.44011],[1.44839,42.46045],[1.44359,42.46475],[1.44367,42.4721],[1.4319,42.48901],[1.47071,42.50969],[1.45517,42.53171],[1.45264,42.53954],[1.44024,42.54581],[1.42179,42.54005],[1.42075,42.54783],[1.42822,42.55713],[1.44599,42.568],[1.4441,42.60366],[1.43097,42.61981],[1.41361,42.65762],[1.38789,42.69026],[1.35766,42.72167],[1.3298,42.72572],[1.30787,42.71996],[1.25903,42.72145],[1.23098,42.72999],[1.16532,42.71061],[1.13284,42.74064],[1.13511,42.75069],[1.11373,42.77002],[1.07988,42.78936],[1.01816,42.78832],[0.9601,42.80707],[0.92171,42.79588],[0.90714,42.80513],[0.84959,42.83009],[0.832,42.82956],[0.80944,42.84145],[0.79771,42.84186],[0.78278,42.83796],[0.71465,42.8632],[0.67635,42.85575],[0.65626,42.83846],[0.66369,42.80408],[0.64528,42.78633],[0.64236,42.7823],[0.65798,42.77209],[0.63843,42.75414],[0.67514,42.72545],[0.66553,42.72041],[0.67789,42.70742],[0.66925,42.69249],[0.64816,42.69653]]],"terms_text":"Institut Cartogràfic i Geològic de Catalunya"},{"id":"IDEIB","name":"IDEIB - Ortofoto més recent de les Illes Balears","type":"wms","template":"https://ideib.caib.es/geoserveis/services/imatges/GOIB_Orto_IB/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","polygon":[[[1.20849,38.05675],[3.28491,38.90386],[4.93835,39.71987],[4.28466,40.7098],[1.8457,40.02341],[0.61523,39.05332],[1.20849,38.05675]]],"terms_text":"Infraestructura de Dades Espacials de les Illes Balears","best":true},{"id":"ign-argenmap","name":"IGN Argenmap","type":"tms","template":"https://wms.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/capabaseargenmap@EPSG:3857@png/{zoom}/{x}/{-y}.png","category":"map","zoomExtent":[0,21],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Mapa base del Instituto Geográfico Nacional de la República Argentina","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-argenmap-gray","name":"IGN Argenmap gris","type":"tms","template":"https://wms.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/mapabase_gris@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"map","zoomExtent":[0,21],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Mapa base gris del Instituto Geográfico Nacional de la República Argentina","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-atlas-argentina-500k","name":"IGN Atlas Argentina 500k","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/atlas_argentina_500k%3Aatlas_argentina_500k@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"map","zoomExtent":[0,12],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Atlas Argentina escala 1:500.000","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-atlas-tucuman-100k","name":"IGN Atlas Tucumán 100k","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/atlas_tucuman_100k%3Atucuman100k@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"map","zoomExtent":[0,13],"polygon":[[[-64.49532,-26.21937],[-64.56415,-26.22692],[-64.57958,-26.21818],[-64.6665,-26.2427],[-64.73215,-26.24156],[-64.75907,-26.22399],[-64.79041,-26.22372],[-64.82277,-26.24269],[-64.84532,-26.2386],[-64.87344,-26.27492],[-64.95118,-26.30685],[-64.97252,-26.27438],[-65.03951,-26.29033],[-65.04073,-26.22993],[-65.27577,-26.17138],[-65.29791,-26.08174],[-65.36108,-26.05829],[-65.42456,-26.10901],[-65.4654,-26.09128],[-65.54815,-26.08753],[-65.61363,-26.12347],[-65.64006,-26.11104],[-65.68852,-26.11726],[-65.69519,-26.18587],[-65.7119,-26.20836],[-65.70283,-26.24164],[-65.72275,-26.2798],[-65.70728,-26.29591],[-65.72303,-26.31271],[-65.71145,-26.3287],[-65.71776,-26.35247],[-66.04011,-26.2509],[-66.09976,-26.22049],[-66.09814,-26.25158],[-66.12115,-26.27608],[-66.11913,-26.37697],[-66.15577,-26.39731],[-66.15484,-26.44367],[-66.17766,-26.47167],[-66.16446,-26.5026],[-66.17124,-26.63121],[-66.04219,-26.60037],[-65.83016,-26.74422],[-65.88145,-26.80617],[-65.87442,-26.81822],[-65.90047,-26.86379],[-65.85764,-26.90127],[-65.85779,-26.9292],[-65.8749,-26.93291],[-65.89119,-26.97515],[-65.9138,-26.98264],[-65.91712,-27.01488],[-65.96431,-27.0331],[-65.98971,-27.10484],[-66.05474,-27.14415],[-66.07791,-27.20919],[-66.11031,-27.21579],[-66.14082,-27.26105],[-66.02751,-27.29875],[-65.97197,-27.33293],[-65.96586,-27.54359],[-65.9154,-27.66914],[-65.87542,-27.67247],[-65.86549,-27.68901],[-65.82884,-27.81417],[-65.83231,-27.85119],[-65.82069,-27.82035],[-65.79464,-27.80661],[-65.79928,-27.78722],[-65.75324,-27.76997],[-65.72135,-27.79751],[-65.7198,-27.81607],[-65.70391,-27.80809],[-65.69886,-27.8896],[-65.66627,-27.97324],[-65.61749,-27.97169],[-65.61226,-27.99113],[-65.56918,-28.01279],[-65.52789,-27.97244],[-65.50731,-27.92908],[-65.37038,-27.84597],[-65.1708,-27.94646],[-65.17823,-27.91602],[-65.15907,-27.8772],[-65.10714,-27.89316],[-65.03897,-27.87924],[-65.01648,-27.79114],[-65.02814,-27.75271],[-64.98603,-27.74165],[-65.02712,-27.58715],[-65.01095,-27.56176],[-64.99168,-27.57128],[-64.96622,-27.55129],[-64.96812,-27.50537],[-65.00887,-27.48371],[-64.97429,-27.35062],[-64.93752,-27.35788],[-64.93437,-27.34443],[-64.85406,-27.31731],[-64.76698,-27.01428],[-64.74259,-27.00441],[-64.7072,-26.81951],[-64.67757,-26.82451],[-64.67262,-26.79401],[-64.61789,-26.80269],[-64.58752,-26.65812],[-64.49876,-26.67346],[-64.53439,-26.41061],[-64.52137,-26.35303],[-64.48199,-26.30684],[-64.50228,-26.23901],[-64.49532,-26.21937]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Atlas Tucumán escala 1:100.000","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-cartas-100k","name":"IGN cartas topográficas 100k","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/cartas_mosaicos%3Acartas_100k@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"map","zoomExtent":[0,14],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Mosaico de cartas topográficas escala 1:100.000","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-cartas-250k","name":"IGN cartas topográficas 250k","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/cartas_mosaicos%3Acartas_250k@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"map","zoomExtent":[0,12],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Mosaico de cartas topográficas escala 1:250.000","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-cartas-500k","name":"IGN cartas topográficas 500k","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/cartas_mosaicos%3Acartas_500k@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"map","zoomExtent":[0,11],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Mosaico de cartas topográficas escala 1:500.000","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-cartas-50k","name":"IGN cartas topográficas 50k","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/cartas_mosaicos%3Acartas_50k@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"map","zoomExtent":[0,15],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Mosaico de cartas topográficas escala 1:50.000","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-orthophotos-mosaic","name":"IGN ortofotos","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/mosaicos_vuelos@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"photo","zoomExtent":[0,20],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Mosaico de vuelos fotogramétricos","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"ign-uav-mosaic","name":"IGN ortofotos VANT","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/mosaicos_vuelos_vant@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","category":"photo","zoomExtent":[0,20],"polygon":[[[-55.5438,-35.77219],[-57.84696,-34.50017],[-58.241,-34.16246],[-58.33697,-34.00477],[-58.41858,-33.91742],[-58.42434,-33.86887],[-58.43016,-33.71813],[-58.44465,-33.5853],[-58.37567,-33.17644],[-58.35418,-33.1221],[-58.31012,-33.1048],[-58.2723,-33.1061],[-58.18964,-33.09402],[-58.0758,-33.00587],[-58.14327,-32.45845],[-58.04227,-32.29153],[-58.11905,-32.14059],[-58.12179,-31.89772],[-57.98622,-31.77449],[-57.92613,-31.57745],[-58.06637,-31.47395],[-58.00944,-31.41341],[-57.98203,-31.39213],[-57.97778,-31.38599],[-57.97736,-31.38022],[-57.98302,-31.3734],[-57.99,-31.36053],[-57.93419,-31.27388],[-57.75273,-30.91942],[-57.75241,-30.68756],[-57.82983,-30.53118],[-57.60863,-30.32424],[-57.61942,-30.20517],[-57.3045,-30.03966],[-57.24463,-29.86452],[-57.05958,-29.72263],[-56.76306,-29.48638],[-56.569,-29.13892],[-56.37343,-29.10817],[-56.13558,-28.7265],[-55.87339,-28.49468],[-55.83413,-28.42136],[-55.65957,-28.46539],[-55.61633,-28.32205],[-55.66542,-28.26547],[-55.41589,-28.14304],[-55.19076,-27.92946],[-55.0044,-27.90341],[-54.79439,-27.6397],[-54.26461,-27.49923],[-54.15393,-27.36033],[-53.76351,-27.18917],[-53.61669,-26.95395],[-53.67264,-26.61495],[-53.59024,-26.19274],[-53.766,-25.94301],[-53.80059,-25.65093],[-54.11451,-25.4396],[-54.44288,-25.5795],[-54.62995,-25.55106],[-54.71357,-25.66721],[-54.65309,-25.84138],[-54.73235,-25.98554],[-54.72264,-26.31238],[-54.8532,-26.59894],[-54.97304,-26.63717],[-55.20788,-26.89214],[-55.40826,-26.91763],[-55.59643,-27.06538],[-55.67524,-27.17004],[-55.65541,-27.30153],[-55.76168,-27.38106],[-56.09353,-27.25219],[-56.32355,-27.36897],[-56.40607,-27.52701],[-56.60886,-27.36586],[-56.99114,-27.41858],[-57.90834,-27.24265],[-58.56858,-27.20629],[-58.32384,-26.87074],[-58.3167,-26.86081],[-58.32056,-26.82169],[-58.28224,-26.80127],[-58.13896,-26.66834],[-58.08597,-26.14202],[-57.84986,-26.01142],[-57.77786,-25.77559],[-57.72537,-25.71924],[-57.71855,-25.64914],[-57.69808,-25.65933],[-57.68626,-25.66287],[-57.67513,-25.66052],[-57.67006,-25.65579],[-57.66569,-25.60273],[-57.6367,-25.61807],[-57.6122,-25.61963],[-57.60444,-25.59855],[-57.59952,-25.57438],[-57.58142,-25.57145],[-57.56809,-25.55797],[-57.5661,-25.54112],[-57.57566,-25.52264],[-57.57722,-25.50575],[-57.56806,-25.49501],[-57.56523,-25.48014],[-57.55763,-25.46897],[-57.55811,-25.45717],[-57.55285,-25.44705],[-57.55477,-25.43999],[-57.56698,-25.43147],[-57.57673,-25.42029],[-57.59954,-25.39704],[-57.61504,-25.38841],[-57.63902,-25.38287],[-57.64822,-25.3679],[-57.67993,-25.33318],[-57.69143,-25.32127],[-57.69763,-25.3199],[-57.69612,-25.30832],[-57.70246,-25.29847],[-57.69733,-25.29337],[-57.69281,-25.28588],[-57.69741,-25.28283],[-57.70175,-25.28459],[-57.70273,-25.28239],[-57.70438,-25.28159],[-57.70692,-25.2845],[-57.71008,-25.28146],[-57.71111,-25.27265],[-57.71837,-25.27146],[-57.71597,-25.26456],[-57.75374,-25.17277],[-57.76981,-25.15013],[-57.8565,-25.08005],[-58.2349,-24.91756],[-58.332,-24.98132],[-58.46645,-24.84584],[-59.12256,-24.59772],[-59.46607,-24.33428],[-60.03728,-24.00408],[-60.28746,-24.01906],[-60.95137,-23.75997],[-61.05842,-23.56621],[-61.45605,-23.36182],[-61.93761,-22.97376],[-62.18511,-22.50843],[-62.74618,-22.10033],[-62.79606,-21.98778],[-63.66566,-21.99839],[-63.67191,-22.01399],[-63.66821,-22.01634],[-63.67201,-22.02293],[-63.67659,-22.03287],[-63.68156,-22.05185],[-63.68507,-22.04019],[-63.68079,-22.03116],[-63.68839,-22.01037],[-63.70932,-21.99896],[-63.94118,-21.99823],[-63.97147,-22.07619],[-63.99022,-22.07925],[-64.0029,-22.10735],[-64.03654,-22.19469],[-64.04702,-22.23757],[-64.06522,-22.23093],[-64.10712,-22.32023],[-64.10381,-22.34114],[-64.33114,-22.68517],[-64.52643,-22.29504],[-64.59768,-22.19269],[-64.99026,-22.06739],[-65.47487,-22.08487],[-65.57523,-22.07312],[-65.58512,-22.08432],[-65.58691,-22.09645],[-65.59015,-22.09735],[-65.59229,-22.09511],[-65.60015,-22.09543],[-65.60256,-22.09658],[-65.60607,-22.09358],[-65.60973,-22.09505],[-65.61493,-22.09152],[-65.71368,-22.09054],[-65.89675,-21.88263],[-66.21845,-21.72575],[-66.28978,-21.76554],[-66.38248,-22.07602],[-66.73734,-22.22282],[-66.84345,-22.39746],[-67.03366,-22.53815],[-67.08088,-22.62433],[-67.18775,-22.81375],[-66.99882,-23.00044],[-67.32648,-24.02538],[-68.28078,-24.34935],[-68.55162,-24.58836],[-68.62011,-24.81717],[-68.44595,-25.0658],[-68.55582,-25.14476],[-68.63052,-25.43524],[-68.45177,-26.1377],[-68.60352,-26.25391],[-68.64137,-26.50722],[-68.3489,-26.92771],[-68.60693,-27.09636],[-68.76133,-27.08588],[-68.84844,-27.13115],[-69.20484,-27.90816],[-69.70118,-28.37779],[-69.85112,-29.06923],[-69.97565,-29.18743],[-70.03755,-29.35428],[-69.95038,-29.73744],[-70.01824,-30.10003],[-69.847,-30.16294],[-69.97775,-30.32288],[-70.20264,-30.32249],[-70.35748,-31.0002],[-70.5377,-31.08557],[-70.59941,-31.29869],[-70.62295,-31.59949],[-70.5117,-31.85844],[-70.29402,-31.95849],[-70.41077,-31.9809],[-70.44343,-32.05325],[-70.28486,-32.45564],[-70.19589,-32.50891],[-70.19517,-32.75732],[-70.00981,-32.90747],[-70.06223,-33.01233],[-70.14906,-33.04145],[-70.02502,-33.37388],[-69.83371,-33.34911],[-69.95948,-33.77235],[-69.87771,-34.20233],[-70.06901,-34.24694],[-70.07752,-34.38253],[-70.35687,-34.72532],[-70.32933,-34.83081],[-70.42629,-35.12462],[-70.63128,-35.23712],[-70.59764,-35.34459],[-70.50607,-35.38014],[-70.42788,-35.73781],[-70.44219,-36.14876],[-70.59553,-36.12118],[-70.77062,-36.35412],[-70.90086,-36.34336],[-70.96469,-36.43366],[-71.07654,-36.43571],[-71.2345,-36.83303],[-71.20495,-36.91075],[-71.27586,-36.9637],[-71.17697,-37.1077],[-71.27241,-37.28686],[-71.18031,-37.4828],[-71.26668,-37.68295],[-71.23505,-37.86541],[-71.08724,-38.09054],[-71.03346,-38.45451],[-70.89411,-38.57644],[-70.95844,-38.70272],[-71.25594,-38.74909],[-71.47673,-38.89162],[-71.45202,-39.31025],[-71.58545,-39.55159],[-71.68665,-39.50983],[-71.77001,-39.61946],[-71.74365,-39.86164],[-71.67779,-39.92156],[-71.8856,-40.10093],[-71.87961,-40.24227],[-71.76665,-40.35676],[-71.87117,-40.38959],[-71.91507,-40.61832],[-72.02097,-40.73647],[-71.9023,-41.06778],[-71.94135,-41.60926],[-71.83133,-41.78089],[-71.78041,-42.12128],[-72.06032,-42.10593],[-72.17802,-42.13207],[-72.20024,-42.17229],[-72.14365,-42.40333],[-72.0441,-42.41231],[-72.06314,-42.53751],[-72.18733,-42.66619],[-72.18001,-42.8948],[-71.94149,-43.11061],[-71.73869,-43.19234],[-71.80268,-43.29535],[-71.91512,-43.319],[-71.95542,-43.44292],[-71.87866,-43.56195],[-71.63263,-43.65888],[-71.78725,-43.80985],[-71.70007,-43.98287],[-71.9047,-44.10354],[-71.86374,-44.44274],[-71.40536,-44.44891],[-71.20209,-44.5359],[-71.28469,-44.60892],[-71.2897,-44.75036],[-71.47444,-44.68048],[-72.11766,-44.73884],[-72.07949,-44.93988],[-71.61593,-45.03146],[-71.40574,-45.27206],[-71.58236,-45.36316],[-71.58354,-45.45607],[-71.7885,-45.50505],[-71.8548,-45.61169],[-71.77408,-45.85187],[-71.66595,-45.89232],[-71.63332,-45.97063],[-71.97019,-46.14972],[-71.7985,-46.26925],[-71.71488,-46.64453],[-72.00759,-46.78833],[-72.00956,-47.08473],[-71.93566,-47.15037],[-72.04726,-47.14867],[-72.07162,-47.2755],[-72.38448,-47.41759],[-72.3839,-47.57888],[-72.5731,-47.72062],[-72.57678,-47.96054],[-72.37166,-48.15995],[-72.3428,-48.29046],[-72.42158,-48.31422],[-72.46698,-48.45706],[-72.63621,-48.45823],[-72.59462,-48.77255],[-72.80952,-48.90039],[-72.96385,-48.89084],[-73.16148,-49.13062],[-73.02788,-49.23743],[-73.02779,-49.70085],[-73.52684,-49.7716],[-73.61453,-49.91795],[-73.53993,-50.01443],[-73.57703,-50.15788],[-73.39438,-50.58008],[-73.22709,-50.66897],[-73.22154,-50.87193],[-72.76983,-50.68829],[-72.59646,-50.73916],[-72.49148,-50.66866],[-72.39293,-50.69005],[-72.31217,-50.90093],[-72.46252,-51.08654],[-72.3623,-51.25935],[-72.49598,-51.597],[-72.02273,-51.88832],[-72.09055,-51.93758],[-72.05562,-52.01749],[-70.01629,-52.05707],[-68.51023,-52.39432],[-68.66375,-52.66716],[-68.61804,-54.92151],[-68.18753,-54.89288],[-67.96138,-54.88571],[-67.71808,-54.91261],[-67.47633,-54.92785],[-67.23387,-54.9245],[-66.86233,-55.04496],[-66.6896,-55.17191],[-66.04226,-55.24192],[-61.52546,-55.68296],[-64.31743,-49.44788],[-55.5438,-35.77219]]],"terms_url":"https://www.ign.gob.ar/","terms_text":"Instituto Geográfico Nacional de la República Argentina","description":"Ortofotos VANT del Instituto Geográfico Nacional de la República Argentina (TMS)","icon":"https://www.ign.gob.ar/sites/default/files/favicon.png"},{"id":"osmim-imagicode-S2A_R119_N09_20160327T050917","name":"imagico.de: Adams Bridge","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R119_N09_20160327T050917&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-03-27T00:00:00.000Z","startDate":"2016-03-27T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[79.0178,8.8276],[80.1773,8.8313],[80.1764,9.6504],[79.014,9.6468],[79.0178,8.8276]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Supplementing incomplete coverage in other sources (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80700162014211LGN00","name":"imagico.de: Alaska Range","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80700162014211LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2014-07-31T00:00:00.000Z","startDate":"2014-07-31T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-152.7087,62.3036],[-148.9943,62.3036],[-148.9943,63.5333],[-152.0084,63.5465],[-152.7084,62.5815],[-152.7087,62.3036]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent summer image of the Alaska Range for mapping natural features (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R032_S07_20200921T025549","name":"imagico.de: Anak Krakatau","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R032_S07_20200921T025549&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-09-21T00:00:00.000Z","startDate":"2020-09-21T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[105.3221,-6.1813],[105.4972,-6.1813],[105.4972,-6.0505],[105.3221,-6.0505],[105.3221,-6.1813]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent Sentinel-2 image of the volcanic island (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R095_S6X_20200119T131859","name":"imagico.de: Antarctic Peninsula","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R095_S6X_20200119T131859&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-01-19T00:00:00.000Z","startDate":"2020-01-19T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-69.1189,-73.0395],[-68.9971,-73.0747],[-67.3934,-73.0747],[-67.3714,-73.0683],[-67.3475,-73.0539],[-67.2727,-73.0089],[-67.1979,-72.9636],[-67.1231,-72.9183],[-67.0483,-72.8729],[-66.9735,-72.8273],[-66.8987,-72.7816],[-66.8239,-72.7358],[-66.7491,-72.6899],[-66.6743,-72.6439],[-66.5995,-72.5977],[-66.5247,-72.5515],[-66.4499,-72.5051],[-66.3751,-72.4586],[-66.3003,-72.412],[-66.2255,-72.3652],[-66.1507,-72.3183],[-66.0759,-72.2714],[-66.0011,-72.2242],[-65.9262,-72.177],[-65.8514,-72.1297],[-65.7766,-72.0822],[-65.7018,-72.0346],[-65.6395,-71.9921],[-65.5686,-71.9437],[-65.4978,-71.8951],[-65.427,-71.8465],[-65.3561,-71.7977],[-65.2853,-71.7488],[-65.2145,-71.6998],[-65.1436,-71.6506],[-65.0728,-71.6013],[-65.002,-71.5519],[-64.9311,-71.5023],[-64.8603,-71.4527],[-64.7895,-71.4029],[-64.7186,-71.3529],[-64.6478,-71.3029],[-64.577,-71.2527],[-64.5061,-71.2024],[-64.4353,-71.1519],[-64.3645,-71.1013],[-64.2936,-71.0506],[-64.2228,-70.9998],[-64.152,-70.9488],[-64.0811,-70.8977],[-64.0103,-70.8465],[-63.9849,-70.8272],[-63.9169,-70.7753],[-63.8489,-70.7234],[-63.7808,-70.6713],[-63.7128,-70.6191],[-63.6447,-70.5667],[-63.5767,-70.5142],[-63.5087,-70.4615],[-63.4406,-70.4088],[-63.3726,-70.3559],[-63.3046,-70.3028],[-63.2365,-70.2496],[-63.1685,-70.1963],[-63.1004,-70.1428],[-63.0324,-70.0892],[-62.9644,-70.0355],[-62.8963,-69.9816],[-62.8283,-69.9276],[-62.7602,-69.8734],[-62.6922,-69.8191],[-62.6499,-69.7833],[-62.5851,-69.7283],[-62.5203,-69.6731],[-62.4556,-69.6178],[-62.3908,-69.5624],[-62.326,-69.5068],[-62.2613,-69.4511],[-62.1965,-69.3952],[-62.1317,-69.3392],[-62.0669,-69.283],[-62.0022,-69.2267],[-61.9374,-69.1702],[-61.8726,-69.1136],[-61.8078,-69.0569],[-61.7431,-69],[-61.6783,-68.9429],[-61.6135,-68.8858],[-61.5487,-68.8284],[-61.484,-68.7709],[-61.4653,-68.7536],[-61.4031,-68.6955],[-61.3409,-68.6373],[-61.2787,-68.579],[-61.2164,-68.5205],[-61.1542,-68.4618],[-61.092,-68.403],[-61.0298,-68.344],[-60.9675,-68.2849],[-60.9053,-68.2256],[-60.8431,-68.1662],[-60.7809,-68.1066],[-60.7187,-68.0469],[-60.6564,-67.987],[-60.5942,-67.927],[-60.532,-67.8668],[-60.4698,-67.8064],[-60.4075,-67.7459],[-60.3587,-67.6967],[-60.2982,-67.6356],[-60.2377,-67.5744],[-60.1773,-67.513],[-60.1168,-67.4515],[-60.0564,-67.3898],[-59.9959,-67.328],[-59.9355,-67.266],[-59.875,-67.2038],[-59.8146,-67.1415],[-59.7541,-67.079],[-59.6936,-67.0163],[-59.6332,-66.9535],[-59.5727,-66.8905],[-59.5429,-66.8578],[-59.4849,-66.7942],[-59.427,-66.7304],[-59.3691,-66.6665],[-59.3112,-66.6024],[-59.2533,-66.5382],[-59.1954,-66.4738],[-59.1374,-66.4092],[-59.0795,-66.3444],[-59.0216,-66.2795],[-58.9637,-66.2144],[-58.9058,-66.1492],[-58.8478,-66.0837],[-58.7899,-66.0181],[-58.732,-65.9524],[-58.6741,-65.8864],[-58.6162,-65.8203],[-58.5582,-65.7541],[-58.5003,-65.6876],[-58.4424,-65.621],[-58.3845,-65.5542],[-58.3266,-65.4872],[-58.2686,-65.4201],[-58.2107,-65.3528],[-58.2107,-64.9187],[-64.7792,-64.9187],[-64.7815,-64.9205],[-64.8625,-64.9846],[-64.9435,-65.0485],[-65.0245,-65.1123],[-65.1054,-65.1759],[-65.1864,-65.2394],[-65.2674,-65.3027],[-65.3484,-65.3659],[-65.4294,-65.4289],[-65.5104,-65.4917],[-65.5914,-65.5545],[-65.6724,-65.617],[-65.7534,-65.6794],[-65.8344,-65.7417],[-65.9154,-65.8038],[-65.9964,-65.8657],[-66.0774,-65.9276],[-66.1584,-65.9892],[-66.2394,-66.0507],[-66.3204,-66.1121],[-66.4014,-66.1733],[-66.4824,-66.2344],[-66.5634,-66.2953],[-66.6444,-66.3561],[-66.7254,-66.4167],[-66.8064,-66.4772],[-66.8874,-66.5375],[-66.9684,-66.5977],[-67.0494,-66.6577],[-67.1304,-66.7176],[-67.2114,-66.7774],[-67.2924,-66.837],[-67.3734,-66.8964],[-67.4544,-66.9558],[-67.5354,-67.0149],[-67.6164,-67.074],[-67.6974,-67.1328],[-67.7784,-67.1916],[-67.8594,-67.2502],[-67.9404,-67.3086],[-68.0214,-67.367],[-68.1024,-67.4251],[-68.1834,-67.4832],[-68.2644,-67.5411],[-68.3454,-67.5988],[-68.4264,-67.6564],[-68.5074,-67.7139],[-68.5883,-67.7712],[-68.6693,-67.8284],[-68.7503,-67.8854],[-68.8313,-67.9423],[-68.9123,-67.9991],[-68.9933,-68.0557],[-69.0743,-68.1122],[-69.1553,-68.1686],[-69.2363,-68.2248],[-69.3173,-68.2809],[-69.3983,-68.3368],[-69.4793,-68.3926],[-69.5603,-68.4483],[-69.6413,-68.5038],[-69.7223,-68.5592],[-69.8033,-68.6145],[-69.8843,-68.6696],[-69.9653,-68.7246],[-70.0463,-68.7794],[-70.1273,-68.8341],[-70.2083,-68.8887],[-70.2893,-68.9432],[-70.3703,-68.9975],[-70.4513,-69.0517],[-70.5323,-69.1057],[-70.6133,-69.1596],[-70.6943,-69.2134],[-70.7753,-69.267],[-70.8563,-69.3206],[-70.9373,-69.3739],[-71.0183,-69.4272],[-71.0993,-69.4803],[-71.1803,-69.5333],[-71.2613,-69.5861],[-71.3423,-69.6389],[-71.4233,-69.6915],[-71.5043,-69.7439],[-71.5853,-69.7963],[-71.6663,-69.8485],[-71.7473,-69.9006],[-71.8283,-69.9525],[-71.9093,-70.0043],[-71.9903,-70.056],[-72.0713,-70.1076],[-72.1522,-70.159],[-72.2332,-70.2103],[-72.3142,-70.2615],[-72.3142,-70.2623],[-72.3142,-70.3202],[-72.3142,-70.3779],[-72.3142,-70.4355],[-72.3142,-70.4929],[-72.3142,-70.5501],[-72.3142,-70.6072],[-72.3105,-70.6323],[-72.302,-70.6891],[-72.2935,-70.7457],[-72.285,-70.8022],[-72.2765,-70.8585],[-72.268,-70.9146],[-72.2595,-70.9706],[-72.251,-71.0264],[-72.2425,-71.0821],[-72.234,-71.1376],[-72.2255,-71.193],[-72.217,-71.2481],[-72.2085,-71.3032],[-72.2,-71.3581],[-72.1915,-71.4128],[-72.183,-71.4674],[-72.1746,-71.5218],[-72.1661,-71.576],[-72.1576,-71.6302],[-72.1491,-71.6841],[-72.1406,-71.7379],[-72.1321,-71.7916],[-72.1236,-71.8451],[-72.1151,-71.8984],[-72.1066,-71.9516],[-72.0981,-72.0046],[-72.0896,-72.0575],[-72.0811,-72.1103],[-72.0726,-72.1629],[-72.0427,-72.172],[-71.9208,-72.209],[-71.799,-72.2459],[-71.6772,-72.2827],[-71.5554,-72.3195],[-71.4335,-72.3562],[-71.3117,-72.3928],[-71.1899,-72.4293],[-71.0681,-72.4658],[-70.9463,-72.5022],[-70.8244,-72.5385],[-70.7026,-72.5748],[-70.5808,-72.611],[-70.459,-72.6471],[-70.3371,-72.6831],[-70.2153,-72.7191],[-70.0935,-72.755],[-69.9717,-72.7908],[-69.8498,-72.8265],[-69.728,-72.8622],[-69.6062,-72.8978],[-69.4844,-72.9333],[-69.3625,-72.9688],[-69.2407,-73.0042],[-69.1189,-73.0395]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent mostly cloud free Sentinel-2 image of the central and southern part of the Antarctic Peninsula including the eastern part of Alexander Island (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-aral2","name":"imagico.de: Aral Sea (high water level)","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=aral2&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-03-03T00:00:00.000Z","startDate":"2016-03-03T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[58.049,43.2623],[60.6317,43.2623],[61.4675,45.3416],[61.5524,46.3896],[61.5524,46.8629],[58.1014,46.8645],[58.049,46.7189],[58.049,43.2623]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Water and wetland extents, dams etc. - some remaining winter ice in the north (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-aral1","name":"imagico.de: Aral Sea (low water level)","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=aral1&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-09-09T00:00:00.000Z","startDate":"2016-09-09T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[58.049,43.2623],[60.6267,43.2623],[61.4685,45.3544],[61.5524,46.3896],[61.5524,46.8629],[58.096,46.8645],[58.049,46.7334],[58.049,43.2623]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Water and wetland extents, dams etc. (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R067_S40_20170417T140051","name":"imagico.de: Bahía Blanca (high tide)","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R067_S40_20170417T140051&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-04-17T00:00:00.000Z","startDate":"2017-04-17T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-62.9988,-40.7327],[-61.7501,-40.7322],[-61.7505,-37.9474],[-62.9988,-37.9476],[-62.9988,-40.7327]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Tidal flats and islands at the coast (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R067_S40_20170127T140051","name":"imagico.de: Bahía Blanca (low tide)","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R067_S40_20170127T140051&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-01-27T00:00:00.000Z","startDate":"2017-01-27T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-62.9988,-40.7327],[-61.7501,-40.7322],[-61.7505,-37.9474],[-62.9988,-37.9476],[-62.9988,-40.7327]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Tidal flats and islands at the coast (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81190582014075LGN00","name":"imagico.de: Bakun Reservoir","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81190582014075LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2014-03-16T00:00:00.000Z","startDate":"2014-03-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[114.36,2.0285],[114.7625,2.0882],[114.7651,3.0675],[113.5362,3.0708],[113.5345,2.03],[114.36,2.0285]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing in older pre-2011 images (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81250592016107LGN00","name":"imagico.de: Batam","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81250592016107LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[104.0015,-0.0001],[104.9101,-0.0001],[104.9101,1.4512],[104.0014,1.451],[104.0015,-0.0001]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing Islands in OSM, somewhat outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80691332021351LGN00","name":"imagico.de: Belgica Mountains 2021 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80691332021351LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2021-12-17T00:00:00.000Z","startDate":"2021-12-17T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[28.1721,-73.2949],[28.3245,-73.3831],[28.4308,-73.3666],[28.7325,-73.3196],[29.0341,-73.2725],[29.3358,-73.2252],[29.6375,-73.1779],[29.9391,-73.1304],[30.2408,-73.0827],[30.5425,-73.035],[30.8441,-72.9871],[30.8728,-72.982],[31.1664,-72.9298],[31.46,-72.8775],[31.7537,-72.8251],[32.0473,-72.7725],[32.341,-72.7197],[32.6346,-72.6668],[32.9282,-72.6137],[33.2219,-72.5605],[33.5155,-72.5071],[33.4809,-72.4898],[33.304,-72.4011],[33.127,-72.3119],[32.95,-72.2223],[32.7731,-72.1323],[32.5961,-72.0418],[32.4191,-71.9508],[32.2422,-71.8595],[32.0652,-71.7676],[31.8882,-71.6754],[31.7113,-71.5826],[31.5343,-71.4895],[31.3573,-71.3958],[31.1804,-71.3018],[31.0034,-71.2072],[30.8264,-71.1122],[30.6495,-71.0167],[30.6215,-71.0215],[30.3168,-71.0729],[30.0122,-71.1242],[29.7075,-71.1753],[29.4029,-71.2263],[29.0983,-71.2772],[28.7936,-71.328],[28.489,-71.3786],[28.1843,-71.4291],[27.8797,-71.4794],[27.575,-71.5296],[27.2704,-71.5797],[26.9657,-71.6297],[26.6611,-71.6795],[26.3564,-71.7292],[26.0518,-71.7788],[25.7471,-71.8282],[25.8868,-71.916],[26.0392,-72.0112],[26.1915,-72.106],[26.3439,-72.2003],[26.4962,-72.2941],[26.6486,-72.3874],[26.8009,-72.4803],[26.9533,-72.5727],[27.1057,-72.6646],[27.258,-72.756],[27.4104,-72.847],[27.5627,-72.9375],[27.7151,-73.0275],[27.8674,-73.1171],[28.0198,-73.2062],[28.1721,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Belgica Mountains 2021 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80691332019346LGN01","name":"imagico.de: Belgica Mountains evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80691332019346LGN01&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-12-12T00:00:00.000Z","startDate":"2019-12-12T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[30.0359,-72.7284],[30.0359,-72.8301],[30.0469,-72.8301],[30.3902,-72.8301],[30.7336,-72.8301],[31.0769,-72.8301],[31.4202,-72.8301],[31.7635,-72.8301],[31.7716,-72.8286],[32.0656,-72.7762],[32.3595,-72.7236],[32.3596,-72.6393],[32.3597,-72.5366],[32.3597,-72.4333],[32.3598,-72.3293],[32.3599,-72.2248],[32.3599,-72.2248],[30.0359,-72.2248],[30.0359,-72.316],[30.0359,-72.42],[30.0359,-72.5234],[30.0359,-72.6262],[30.0359,-72.7284]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Belgica Mountains showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80770232017156LGN00","name":"imagico.de: Bogoslof Island","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80770232017156LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2017-06-05T00:00:00.000Z","startDate":"2017-06-05T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-168.2544,53.8749],[-167.8591,53.8749],[-167.8591,54.0213],[-168.2544,54.0213],[-168.2544,53.8749]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent image from after the eruption (superseeded by newer image) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R015_N52_20190816T222539","name":"imagico.de: Bogoslof Island 2019","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R015_N52_20190816T222539&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-08-16T00:00:00.000Z","startDate":"2019-08-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-168.5059,53.7714],[-167.8205,53.7714],[-167.8205,54.0751],[-168.5059,54.0751],[-168.5059,53.7714]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Image update for the small volcanic island (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80901332019350LGN01","name":"imagico.de: Borg Massif evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80901332019350LGN01&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-12-16T00:00:00.000Z","startDate":"2019-12-16T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-4.2719,-73.2962],[-4.1199,-73.3845],[-3.8782,-73.3467],[-3.5768,-73.2995],[-3.2755,-73.2522],[-2.9741,-73.2047],[-2.6728,-73.1571],[-2.3714,-73.1094],[-2.0701,-73.0616],[-1.7687,-73.0136],[-1.4674,-72.9655],[-1.2722,-72.9307],[-0.9788,-72.8783],[-0.6854,-72.8258],[-0.3919,-72.7731],[-0.0985,-72.7202],[0.195,-72.6672],[0.4884,-72.614],[0.7818,-72.5607],[1.0753,-72.5072],[1.039,-72.489],[0.8623,-72.4002],[0.6857,-72.311],[0.509,-72.2213],[0.3324,-72.1312],[0.1557,-72.0406],[-0.0209,-71.9496],[-0.1975,-71.8582],[-0.3742,-71.7663],[-0.5508,-71.674],[-0.7275,-71.5812],[-0.9041,-71.4879],[-1.0808,-71.3942],[-1.2574,-71.3001],[-1.434,-71.2055],[-1.6107,-71.1104],[-1.7873,-71.0148],[-1.8198,-71.0203],[-2.1244,-71.0718],[-2.4289,-71.1232],[-2.7334,-71.1744],[-3.038,-71.2255],[-3.3425,-71.2764],[-3.6471,-71.3273],[-3.9516,-71.378],[-4.2561,-71.4285],[-4.5607,-71.4789],[-4.8652,-71.5292],[-5.1697,-71.5794],[-5.4743,-71.6294],[-5.7788,-71.6793],[-6.0833,-71.7291],[-6.3879,-71.7787],[-6.6924,-71.8282],[-6.5521,-71.9166],[-6.4,-72.0119],[-6.248,-72.1068],[-6.096,-72.2011],[-5.944,-72.295],[-5.792,-72.3883],[-5.64,-72.4812],[-5.488,-72.5737],[-5.336,-72.6656],[-5.184,-72.7571],[-5.0319,-72.8481],[-4.8799,-72.9387],[-4.7279,-73.0288],[-4.5759,-73.1184],[-4.4239,-73.2075],[-4.2719,-73.2962]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Borg Massif showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80921332019364LGN00","name":"imagico.de: Borg Massif northwest evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80921332019364LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-12-12T00:00:00.000Z","startDate":"2019-12-12T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-7.3631,-73.2963],[-7.2112,-73.3846],[-6.9537,-73.3444],[-6.6523,-73.2972],[-6.351,-73.2498],[-6.0496,-73.2024],[-5.7483,-73.1548],[-5.4469,-73.107],[-5.1456,-73.0592],[-4.8442,-73.0112],[-4.5428,-72.963],[-4.3596,-72.9304],[-4.0662,-72.878],[-3.7727,-72.8254],[-3.4793,-72.7727],[-3.1859,-72.7198],[-2.8925,-72.6668],[-2.5991,-72.6136],[-2.3056,-72.5603],[-2.0122,-72.5068],[-2.0486,-72.4886],[-2.2254,-72.3998],[-2.4023,-72.3106],[-2.5791,-72.221],[-2.756,-72.1309],[-2.9329,-72.0404],[-3.1097,-71.9494],[-3.2866,-71.858],[-3.4634,-71.7662],[-3.6403,-71.6739],[-3.8171,-71.5811],[-3.994,-71.4879],[-4.1708,-71.3943],[-4.3477,-71.3002],[-4.5246,-71.2056],[-4.7014,-71.1106],[-4.8783,-71.0151],[-4.9098,-71.0204],[-5.2144,-71.0719],[-5.5189,-71.1232],[-5.8235,-71.1744],[-6.128,-71.2255],[-6.4326,-71.2765],[-6.7371,-71.3273],[-7.0417,-71.3779],[-7.3462,-71.4285],[-7.6508,-71.4789],[-7.9553,-71.5292],[-8.2599,-71.5793],[-8.5644,-71.6293],[-8.869,-71.6792],[-9.1735,-71.729],[-9.4781,-71.7786],[-9.7826,-71.8281],[-9.6423,-71.9166],[-9.4903,-72.0119],[-9.3384,-72.1067],[-9.1865,-72.2011],[-9.0345,-72.2949],[-8.8826,-72.3883],[-8.7306,-72.4812],[-8.5787,-72.5737],[-8.4267,-72.6656],[-8.2748,-72.7571],[-8.1228,-72.8482],[-7.9709,-72.9387],[-7.8189,-73.0288],[-7.667,-73.1184],[-7.515,-73.2076],[-7.3631,-73.2963]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Borg Massif (northwest) showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81800982013291LGN00","name":"imagico.de: Bouvet Island","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81800982013291LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2013-10-18T00:00:00.000Z","startDate":"2013-10-18T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[3.2465,-54.4705],[3.4639,-54.4705],[3.4639,-54.3754],[3.2465,-54.3754],[3.2465,-54.4705]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"For more accurate coastline and glacier mapping (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R017_S67_20170223T022551","name":"imagico.de: Bunger Hills","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R017_S67_20170223T022551&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-02-23T00:00:00.000Z","startDate":"2017-02-23T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[96.1198,-67.5888],[96.1197,-67.6542],[96.1197,-67.6542],[96.2636,-67.6542],[96.4352,-67.6542],[96.6069,-67.6542],[96.7786,-67.6542],[96.9502,-67.6542],[97.1219,-67.6542],[97.2935,-67.6542],[97.4652,-67.6542],[97.6369,-67.6542],[97.8085,-67.6542],[97.9802,-67.6542],[98.1519,-67.6542],[98.3235,-67.6542],[98.4952,-67.6542],[98.6668,-67.6542],[98.8385,-67.6542],[99.0102,-67.6542],[99.1818,-67.6542],[99.3535,-67.6542],[99.5251,-67.6542],[99.6968,-67.6542],[99.8685,-67.6542],[100.0401,-67.6542],[100.2118,-67.6542],[100.3835,-67.6542],[100.5551,-67.6542],[100.7268,-67.6542],[100.8984,-67.6542],[101.0701,-67.6542],[101.2418,-67.6542],[101.4134,-67.6542],[101.5851,-67.6542],[101.7567,-67.6542],[101.9284,-67.6542],[102.1001,-67.6542],[102.2717,-67.6542],[102.4434,-67.6542],[102.6151,-67.6542],[102.7867,-67.6542],[102.9584,-67.6542],[103.13,-67.6542],[103.3017,-67.6542],[103.321,-67.6342],[103.3804,-67.5728],[103.4398,-67.5113],[103.4992,-67.4496],[103.5586,-67.3878],[103.618,-67.3258],[103.6774,-67.2636],[103.7368,-67.2013],[103.7962,-67.1388],[103.8556,-67.0761],[103.915,-67.0133],[103.9743,-66.9503],[104.0337,-66.8872],[104.0931,-66.8239],[104.1525,-66.7604],[104.2119,-66.6968],[104.2713,-66.633],[104.3307,-66.569],[104.3901,-66.5049],[104.4495,-66.4406],[104.5089,-66.3762],[104.5683,-66.3115],[104.6276,-66.2467],[104.687,-66.1818],[104.7464,-66.1167],[104.8058,-66.0514],[104.8652,-65.9859],[104.9246,-65.9203],[104.984,-65.8545],[105.0434,-65.7885],[105.1028,-65.7224],[105.1028,-65.688],[105.1028,-65.6172],[105.1028,-65.5462],[105.1028,-65.4751],[105.1028,-65.4037],[105.1028,-65.3322],[105.1028,-65.2604],[105.1028,-65.1885],[105.1028,-65.1164],[105.1028,-65.044],[98.7331,-65.044],[98.6995,-65.0728],[98.6237,-65.1376],[98.5478,-65.2022],[98.4719,-65.2668],[98.3961,-65.3311],[98.3202,-65.3953],[98.2443,-65.4593],[98.1685,-65.5232],[98.0926,-65.5869],[98.0167,-65.6505],[97.9409,-65.7139],[97.865,-65.7772],[97.7891,-65.8403],[97.7133,-65.9032],[97.6374,-65.966],[97.5615,-66.0286],[97.4857,-66.0911],[97.4098,-66.1535],[97.3339,-66.2156],[97.2581,-66.2777],[97.1822,-66.3395],[97.1063,-66.4013],[97.0305,-66.4628],[96.9546,-66.5242],[96.8787,-66.5855],[96.8029,-66.6466],[96.727,-66.7076],[96.6511,-66.7684],[96.5753,-66.8291],[96.4994,-66.8896],[96.4235,-66.95],[96.3477,-67.0102],[96.2718,-67.0702],[96.1959,-67.1302],[96.1201,-67.1899],[96.1201,-67.1929],[96.12,-67.2593],[96.12,-67.3256],[96.1199,-67.3917],[96.1199,-67.4576],[96.1198,-67.5233],[96.1198,-67.5888]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Largest ice free area at the East Antarctic coast - shows considerable amounts of non-permanent ice. (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R099_SXX_20230212T200529","name":"imagico.de: Byrd Glacier","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R099_SXX_20230212T200529&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-02-12T00:00:00.000Z","startDate":"2023-02-12T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[150.189,-81.365],[151.1592,-81.676],[152.1809,-81.9777],[152.3034,-81.9777],[152.5356,-81.962],[154.6938,-81.8059],[156.7691,-81.6388],[158.7614,-81.4612],[160.6709,-81.274],[162.4989,-81.0775],[164.247,-80.8726],[165.9176,-80.6597],[167.513,-80.4393],[169.036,-80.2121],[170.4896,-79.9784],[171.8767,-79.7388],[173.2003,-79.4936],[174.4636,-79.2433],[175.6695,-78.9882],[176.8209,-78.7287],[177.9206,-78.465],[178.9715,-78.1975],[179.6629,-78.011],[179.6629,-76.8064],[167.6513,-76.8064],[167.4006,-76.8572],[166.2439,-77.0788],[165.048,-77.2952],[163.8118,-77.5061],[162.5344,-77.7113],[161.2149,-77.9103],[159.8526,-78.1029],[158.4469,-78.2888],[156.9974,-78.4675],[155.5039,-78.6389],[153.9663,-78.8025],[152.385,-78.958],[150.7605,-79.105],[149.0936,-79.2432],[147.3854,-79.3722],[145.6526,-79.4907],[145.6526,-79.4991],[146.2252,-79.7809],[146.9176,-80.1009],[147.6554,-80.4196],[148.4431,-80.7366],[149.2857,-81.0518],[150.189,-81.365]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Transantarctic Mountains around Byrd Glacier north up to McMurdo Sound (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R071_S72_20200216T210519","name":"imagico.de: Cape Adare","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R071_S72_20200216T210519&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-02-16T00:00:00.000Z","startDate":"2020-02-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[165.9284,-73.0284],[165.8304,-73.0695],[167.3965,-73.0695],[167.5396,-73.0676],[167.7111,-73.0654],[167.8826,-73.0631],[168.0541,-73.0608],[168.1493,-73.059],[168.3206,-73.0558],[168.4919,-73.0526],[168.6632,-73.0493],[168.8345,-73.0461],[169.0058,-73.0429],[169.1771,-73.0396],[169.3484,-73.0364],[169.5197,-73.0331],[169.691,-73.0299],[169.7343,-73.0287],[169.9052,-73.0241],[170.0762,-73.0195],[170.2471,-73.0149],[170.418,-73.0103],[170.589,-73.0057],[170.7599,-73.0011],[170.9309,-72.9965],[171.1018,-72.9919],[171.2727,-72.9873],[171.2727,-72.9873],[171.2727,-72.9444],[171.2727,-72.894],[171.2726,-72.8434],[171.2726,-72.7927],[171.2726,-72.7418],[171.2725,-72.6908],[171.2725,-72.6397],[171.2725,-72.5884],[171.2724,-72.5369],[171.2724,-72.4854],[171.2724,-72.4336],[171.2723,-72.3817],[171.2723,-72.3297],[171.2722,-72.2775],[171.2722,-72.2252],[171.2722,-72.1727],[171.2721,-72.1201],[171.2721,-72.0673],[171.2721,-72.0144],[171.272,-71.9613],[171.272,-71.9081],[171.272,-71.8547],[171.2719,-71.8011],[171.2719,-71.7475],[171.2719,-71.6936],[171.2718,-71.6396],[171.2718,-71.5855],[171.2717,-71.5312],[171.2717,-71.4767],[171.2717,-71.4221],[171.2716,-71.3673],[171.2716,-71.3124],[171.2716,-71.2573],[171.2715,-71.2021],[171.1082,-71.2014],[170.9366,-71.2008],[170.7649,-71.2001],[170.5933,-71.1994],[170.4216,-71.1987],[170.25,-71.198],[170.0783,-71.1973],[170.0451,-71.2127],[169.947,-71.2581],[169.849,-71.3033],[169.751,-71.3484],[169.653,-71.3934],[169.555,-71.4384],[169.457,-71.4832],[169.3589,-71.5279],[169.2609,-71.5725],[169.1629,-71.617],[169.0649,-71.6614],[168.9669,-71.7056],[168.8689,-71.7498],[168.7709,-71.7939],[168.6728,-71.8379],[168.5748,-71.8818],[168.4768,-71.9255],[168.3788,-71.9692],[168.2808,-72.0128],[168.1828,-72.0563],[168.0847,-72.0996],[167.9867,-72.1429],[167.8887,-72.186],[167.7907,-72.2291],[167.6927,-72.2721],[167.5947,-72.3149],[167.4966,-72.3577],[167.3986,-72.4004],[167.3006,-72.4429],[167.2026,-72.4854],[167.1046,-72.5277],[167.0066,-72.57],[166.9086,-72.6122],[166.8105,-72.6542],[166.7125,-72.6962],[166.6145,-72.7381],[166.5165,-72.7798],[166.4185,-72.8215],[166.3205,-72.8631],[166.2224,-72.9046],[166.1244,-72.9459],[166.0264,-72.9872],[165.9284,-73.0284]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent Sentinel-2 image of Cape Adare and parts of northern Victoria Land (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R065_N47_20160929T102022","name":"imagico.de: Central Alps in late September 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R065_N47_20160929T102022&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-09-29T00:00:00.000Z","startDate":"2016-09-29T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[10.5591,45.9548],[11.3842,45.9551],[11.7525,46.8133],[11.7525,47.6648],[8.0547,47.6647],[7.5558,46.2708],[7.474,45.9553],[10.5591,45.9548]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"For glacier mapping - beware of some fresh snow at higher altitudes (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R127_S83_20230115T190459","name":"imagico.de: Churchill Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R127_S83_20230115T190459&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-01-15T00:00:00.000Z","startDate":"2023-01-15T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[152.6004,-82.3208],[153.0996,-82.6569],[153.1889,-82.6544],[155.7764,-82.5734],[158.3037,-82.4779],[160.7634,-82.3682],[163.1495,-82.2451],[165.4577,-82.1091],[167.3201,-81.9851],[167.3201,-81.0227],[164.2658,-81.0227],[162.0849,-81.0455],[159.8852,-81.0554],[157.6837,-81.0524],[155.4869,-81.0363],[154.4593,-81.0227],[152.2103,-81.0227],[151.041,-81.0389],[151.3321,-81.3098],[151.7212,-81.6472],[152.1426,-81.9842],[152.6004,-82.3208]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Churchill Mountains area in the southern Transantarctic Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC82050982015344LGN00","name":"imagico.de: Clerke Rocks","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82050982015344LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-12-10T00:00:00.000Z","startDate":"2015-12-10T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-34.177,-55.2969],[-34.1401,-55.2969],[-34.1252,-54.7347],[-35.1666,-54.721],[-35.196,-55.2829],[-34.177,-55.2969]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing in other image sources (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R086_N60_20160831T213532","name":"imagico.de: Cook Inlet","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R086_N60_20160831T213532&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-08-31T00:00:00.000Z","startDate":"2016-08-31T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-154.5102,59.4577],[-149.7291,59.4584],[-148.0445,61.5342],[-148.0423,62.1718],[-153.5403,62.1718],[-154.5097,60.6888],[-154.5102,59.4577]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Tidal flats and glaciers in surrounding mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-EO1A0040712016264110KF","name":"imagico.de: Coropuna","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=EO1A0040712016264110KF&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-09-21T00:00:00.000Z","startDate":"2016-09-21T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-72.7594,-15.6868],[-72.4241,-15.6867],[-72.4129,-15.653],[-72.4129,-15.4263],[-72.7443,-15.4263],[-72.7594,-15.4957],[-72.7594,-15.6868]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date image for glacier mapping (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R022_N06_20151221T103009","name":"imagico.de: Cotonou","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R022_N06_20151221T103009&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2015-12-21T00:00:00.000Z","startDate":"2015-12-21T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[1.8397,6.2578],[2.4978,6.2581],[2.5494,6.4891],[2.5494,7.1143],[1.8397,7.1143],[1.8397,6.2578]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Patchy and partly cloudy coverage in usual sources, somewhat outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R040_N01_20160311T164128","name":"imagico.de: Darwin and Wolf islands, Galapagos","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R040_N01_20160311T164128&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-03-11T00:00:00.000Z","startDate":"2016-03-11T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-92.0522,1.3213],[-91.7485,1.3213],[-91.7485,1.7218],[-92.0522,1.7218],[-92.0522,1.3213]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent image, only old and poor images in most other sources currently (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R022_N47_20191026T101029","name":"imagico.de: Eastern Alps autumn colors 2019","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R022_N47_20191026T101029&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-10-26T00:00:00.000Z","startDate":"2017-10-26T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[9.8813,45.1489],[13.5583,45.1489],[14.9569,48.3679],[14.9569,48.7111],[10.9491,48.7111],[9.882,45.7551],[9.8813,45.1489]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Autumn colors in the eastern Alps - Austria, Germany, Italy and Slovenia (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80360072014245LGN00","name":"imagico.de: Eastern Devon Island coast","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80360072014245LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2014-09-02T00:00:00.000Z","startDate":"2014-09-02T00:00:00.000Z","zoomExtent":[0,11],"polygon":[[[-84.348,74.3895],[-79.1487,74.3895],[-79.1487,75.8903],[-84.348,75.8903],[-84.348,74.3895]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Coastline mostly mapped meanwhile (false color IR)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC82160152013239LGN00","name":"imagico.de: Eastern Iceland","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82160152013239LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2013-08-27T00:00:00.000Z","startDate":"2013-08-27T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-13.047,64.2111],[-13.0436,64.8036],[-15.1681,64.8157],[-15.165,64.2241],[-13.047,64.2111]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing islets and inaccurate coast (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R091_S7X_20210324T063829","name":"imagico.de: Eastern Sør Rondane Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R091_S7X_20210324T063829&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2021-03-24T00:00:00.000Z","startDate":"2021-03-24T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[31.1176,-74.1455],[31.2633,-74.1703],[31.3303,-74.1355],[31.4103,-74.0939],[31.4902,-74.0522],[31.5701,-74.0104],[31.6501,-73.9685],[31.73,-73.9265],[31.8099,-73.8844],[31.8899,-73.8422],[31.9698,-73.7999],[32.0497,-73.7574],[32.1297,-73.7149],[32.2096,-73.6722],[32.2896,-73.6295],[32.3695,-73.5866],[32.4494,-73.5436],[32.5294,-73.5005],[32.6093,-73.4573],[32.6892,-73.414],[32.7692,-73.3706],[32.8491,-73.3271],[32.9103,-73.2914],[32.9863,-73.2471],[33.0622,-73.2027],[33.1382,-73.1581],[33.2141,-73.1135],[33.29,-73.0687],[33.366,-73.0238],[33.4419,-72.9788],[33.5179,-72.9337],[33.5938,-72.8884],[33.6698,-72.8431],[33.7457,-72.7976],[33.8216,-72.752],[33.8976,-72.7063],[33.9735,-72.6605],[34.0495,-72.6146],[34.1254,-72.5685],[34.2014,-72.5223],[34.2773,-72.476],[34.3533,-72.4296],[34.4292,-72.3831],[34.5051,-72.3364],[34.5644,-72.2978],[34.6369,-72.2504],[34.7094,-72.2029],[34.7819,-72.1553],[34.8544,-72.1075],[34.9269,-72.0597],[34.9994,-72.0117],[35.0719,-71.9636],[35.1444,-71.9153],[35.2169,-71.8669],[35.2893,-71.8185],[35.3618,-71.7698],[35.4343,-71.7211],[35.5068,-71.6722],[35.5793,-71.6232],[35.6518,-71.5741],[35.7243,-71.5249],[35.7968,-71.4755],[35.8693,-71.426],[35.9418,-71.3764],[35.9969,-71.3363],[36.066,-71.2859],[36.1351,-71.2355],[36.2042,-71.1848],[36.2733,-71.1341],[36.3424,-71.0832],[36.4115,-71.0322],[36.4806,-70.9811],[36.5497,-70.9298],[36.6188,-70.8784],[36.6879,-70.8268],[36.757,-70.7752],[36.8261,-70.7234],[36.8952,-70.6714],[36.9643,-70.6193],[37.0333,-70.5671],[37.1024,-70.5148],[37.1715,-70.4623],[37.2406,-70.4097],[37.3097,-70.3569],[37.3788,-70.304],[37.4479,-70.251],[37.3374,-70.2503],[37.1658,-70.2493],[36.9942,-70.2482],[36.8225,-70.2472],[36.6509,-70.2461],[36.4793,-70.2451],[36.3076,-70.244],[36.136,-70.243],[35.9644,-70.2419],[35.7927,-70.2408],[35.6211,-70.2398],[35.4495,-70.2387],[35.2779,-70.2377],[35.1062,-70.2366],[34.9346,-70.2356],[34.763,-70.2345],[34.5913,-70.2335],[34.4197,-70.2324],[34.2481,-70.2314],[34.0764,-70.2303],[33.9048,-70.2293],[33.7332,-70.2282],[33.5615,-70.2272],[33.3899,-70.2261],[33.2183,-70.2251],[33.0466,-70.224],[32.875,-70.223],[32.7034,-70.2219],[32.5317,-70.2209],[32.4313,-70.2228],[32.2599,-70.2261],[32.0885,-70.2293],[31.9171,-70.2326],[31.7457,-70.2359],[31.5743,-70.2392],[31.4029,-70.2424],[31.2315,-70.2457],[31.0602,-70.249],[30.8888,-70.2522],[30.7174,-70.2555],[30.546,-70.2588],[30.3746,-70.2621],[30.2032,-70.2653],[30.0318,-70.2686],[29.8604,-70.2719],[29.6891,-70.2751],[29.5177,-70.2784],[29.3463,-70.2817],[29.1749,-70.2849],[29.0035,-70.2882],[28.8321,-70.2915],[28.6607,-70.2947],[28.4893,-70.298],[28.3179,-70.3013],[28.2799,-70.3205],[28.1848,-70.3686],[28.0897,-70.4165],[27.9946,-70.4644],[27.8995,-70.5121],[27.8044,-70.5597],[27.7093,-70.6072],[27.6142,-70.6546],[27.5191,-70.7019],[27.424,-70.7491],[27.3289,-70.7962],[27.2338,-70.8431],[27.1387,-70.8899],[27.0436,-70.9367],[26.9485,-70.9833],[26.8534,-71.0298],[26.7583,-71.0762],[26.6631,-71.1225],[26.568,-71.1687],[26.4729,-71.2148],[26.3778,-71.2607],[26.2827,-71.3066],[26.1876,-71.3523],[26.0925,-71.398],[25.9974,-71.4435],[25.9023,-71.4889],[25.8072,-71.5342],[25.7121,-71.5795],[25.617,-71.6246],[25.5219,-71.6696],[25.4268,-71.7144],[25.3317,-71.7592],[25.2366,-71.8039],[25.1415,-71.8485],[25.0464,-71.8929],[24.9512,-71.9373],[24.8561,-71.9816],[24.761,-72.0257],[24.6659,-72.0698],[24.5708,-72.1137],[24.4757,-72.1575],[24.3806,-72.2013],[24.2855,-72.2449],[24.1904,-72.2884],[24.0953,-72.3319],[24.0002,-72.3752],[23.9051,-72.4184],[23.81,-72.4615],[23.7149,-72.5045],[23.6198,-72.5474],[23.5247,-72.5903],[23.4296,-72.633],[23.3345,-72.6756],[23.2393,-72.7181],[23.3441,-72.7397],[23.4849,-72.7688],[23.6258,-72.7979],[23.7666,-72.8269],[23.9075,-72.8558],[23.9341,-72.8609],[24.0785,-72.8882],[24.2228,-72.9155],[24.3672,-72.9428],[24.5116,-72.97],[24.656,-72.9972],[24.8003,-73.0243],[24.9447,-73.0514],[25.0891,-73.0785],[25.2335,-73.1055],[25.3778,-73.1324],[25.5222,-73.1594],[25.6666,-73.1862],[25.811,-73.2131],[25.9553,-73.2399],[26.0997,-73.2666],[26.2441,-73.2934],[26.3885,-73.32],[26.5328,-73.3467],[26.6002,-73.3587],[26.7459,-73.3846],[26.8916,-73.4106],[27.0373,-73.4364],[27.1831,-73.4623],[27.3288,-73.4881],[27.4745,-73.5139],[27.6202,-73.5396],[27.766,-73.5653],[27.9117,-73.5909],[28.0574,-73.6165],[28.2031,-73.6421],[28.3489,-73.6677],[28.4946,-73.6932],[28.6403,-73.7186],[28.786,-73.744],[28.9317,-73.7694],[29.0775,-73.7947],[29.2232,-73.82],[29.3689,-73.8453],[29.5146,-73.8705],[29.6604,-73.8957],[29.8061,-73.9209],[29.9518,-73.946],[30.0975,-73.9711],[30.2433,-73.9961],[30.389,-74.0211],[30.5347,-74.046],[30.6804,-74.071],[30.8261,-74.0958],[30.9719,-74.1207],[31.1176,-74.1455]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the eastern Sør Rondane Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-AST_L1T_00302052007154424_20150518041444_91492","name":"imagico.de: El Altar","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=AST_L1T_00302052007154424_20150518041444_91492&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2012-02-05T00:00:00.000Z","startDate":"2012-02-05T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-78.532,-1.8051],[-78.3356,-1.8051],[-78.3356,-1.6081],[-78.532,-1.6081],[-78.532,-1.8051]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"2007 ASTER image offering better glacier coverage than common sources (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R009_S61_20160109","name":"imagico.de: Elephant Island/Clarence Island","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R009_S61_20160109&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-01-09T00:00:00.000Z","startDate":"2016-01-09T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-56.07,-61.1227],[-56.1346,-61.1992],[-56.1346,-61.6346],[-53.7234,-61.6346],[-53.7234,-61.5838],[-53.7234,-61.502],[-53.7234,-61.42],[-53.7234,-61.3377],[-53.7234,-61.2553],[-53.7234,-61.1726],[-53.7234,-61.0898],[-53.7234,-61.0067],[-53.7234,-60.9233],[-53.7234,-60.8398],[-53.7727,-60.8398],[-53.9444,-60.8399],[-54.116,-60.8399],[-54.2877,-60.8399],[-54.4593,-60.8399],[-54.631,-60.84],[-54.8027,-60.84],[-54.9743,-60.84],[-55.146,-60.84],[-55.3177,-60.8401],[-55.4893,-60.8401],[-55.661,-60.8401],[-55.8326,-60.8402],[-55.8756,-60.8915],[-55.9404,-60.9688],[-56.0052,-61.0458],[-56.07,-61.1227]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Fairly clear up-to-date image for updating glacier edges (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R109_SXX_20230124T124909","name":"imagico.de: Ellsworth Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R109_SXX_20230124T124909&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-01-24T00:00:00.000Z","startDate":"2023-01-24T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-88.8776,-80.5834],[-88.5548,-80.6523],[-85.981,-80.6523],[-85.9352,-80.6465],[-84.3349,-80.4274],[-82.8067,-80.2013],[-81.3478,-79.9687],[-79.9551,-79.7301],[-78.6258,-79.4858],[-77.3568,-79.2363],[-76.1452,-78.9819],[-74.9881,-78.723],[-73.8827,-78.4599],[-72.8262,-78.1929],[-71.8162,-77.9223],[-70.85,-77.6482],[-69.9253,-77.3711],[-69.0398,-77.091],[-68.1915,-76.8082],[-67.3783,-76.5228],[-66.7536,-76.2924],[-66.7536,-75.7721],[-79.4674,-75.7721],[-80.176,-75.9451],[-80.9093,-76.1188],[-81.9514,-76.3549],[-83.0293,-76.5865],[-84.1439,-76.8134],[-85.2964,-77.0353],[-86.4878,-77.252],[-87.7193,-77.4632],[-88.9917,-77.6686],[-90.3058,-77.8679],[-91.6624,-78.0608],[-93.062,-78.2469],[-93.218,-78.2663],[-93.218,-79.4808],[-92.3044,-79.7391],[-91.226,-80.0243],[-90.0853,-80.3058],[-88.8776,-80.5834]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Ellsworth Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R052_SXX_20230130T130859","name":"imagico.de: Ellsworth Mountains North","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R052_SXX_20230130T130859&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-01-30T00:00:00.000Z","startDate":"2023-01-30T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-91.0638,-80.2135],[-90.9812,-80.2302],[-88.0631,-80.2302],[-88.0351,-80.2261],[-86.566,-79.9947],[-85.1635,-79.7572],[-83.8246,-79.5139],[-82.5464,-79.2652],[-81.3259,-79.0115],[-80.1604,-78.7532],[-79.047,-78.4905],[-77.9829,-78.2238],[-76.9656,-77.9534],[-75.9925,-77.6794],[-75.0614,-77.4022],[-74.1698,-77.1219],[-73.3157,-76.8388],[-72.4971,-76.553],[-71.7119,-76.2647],[-70.9585,-75.9742],[-70.235,-75.6814],[-70.8321,-75.659],[-71.755,-75.659],[-72.8828,-75.6677],[-74.2653,-75.6704],[-75.6478,-75.665],[-76.2643,-75.659],[-77.5593,-75.659],[-78.521,-75.6718],[-79.9043,-75.6822],[-81.2889,-75.6845],[-82.6731,-75.6788],[-84.0555,-75.6651],[-84.6662,-75.8173],[-85.6703,-76.0576],[-86.7086,-76.2935],[-87.2388,-76.4107],[-88.325,-76.6411],[-89.4482,-76.8668],[-90.6095,-77.0873],[-91.81,-77.3024],[-93.0505,-77.5119],[-94.3321,-77.7154],[-95.6554,-77.9127],[-97.0211,-78.1033],[-98.4298,-78.2871],[-97.6035,-78.549],[-96.6483,-78.8351],[-95.6439,-79.1181],[-94.587,-79.3977],[-93.4739,-79.6737],[-92.3008,-79.9458],[-91.0638,-80.2135]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Ellsworth Mountains (northern end) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R037_S8X_20230129T120239","name":"imagico.de: Ellsworth Mountains South","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R037_S8X_20230129T120239&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-01-29T00:00:00.000Z","startDate":"2023-01-29T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-87.2745,-81.6222],[-86.2283,-81.9236],[-86.1366,-81.9236],[-85.9408,-81.9097],[-83.8136,-81.7491],[-81.7697,-81.5776],[-79.809,-81.396],[-77.9309,-81.2049],[-76.1338,-81.0049],[-74.416,-80.7966],[-72.7749,-80.5806],[-71.208,-80.3574],[-69.7125,-80.1274],[-68.2854,-79.8912],[-66.9237,-79.6493],[-66.0079,-79.4749],[-66.0079,-78.3612],[-78.4752,-78.3612],[-79.8059,-78.3706],[-81.5045,-78.3726],[-82.3758,-78.4761],[-83.1644,-78.5682],[-84.6819,-78.7357],[-86.2435,-78.8953],[-87.8487,-79.0465],[-89.4968,-79.1891],[-91.187,-79.3227],[-92.9177,-79.4469],[-92.3145,-79.7359],[-91.6061,-80.0547],[-90.8516,-80.372],[-90.0465,-80.6876],[-89.1859,-81.0014],[-88.264,-81.313],[-87.2745,-81.6222]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Ellsworth Mountains (southern end) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-enderby","name":"imagico.de: Enderby Land and Kemp Coast","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=enderby&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-03-27T00:00:00.000Z","startDate":"2017-01-25T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[45.4547,-68.4461],[45.4547,-68.5091],[67.088,-68.5091],[67.1081,-68.4915],[67.1744,-68.4334],[67.2408,-68.3751],[67.3071,-68.3167],[67.3735,-68.2581],[67.3735,-67.3449],[67.2392,-67.3188],[67.0859,-67.289],[66.9327,-67.2591],[66.7794,-67.2292],[66.6261,-67.1993],[66.4729,-67.1693],[66.3196,-67.1393],[66.1663,-67.1092],[66.0131,-67.0792],[65.8598,-67.049],[65.7065,-67.0189],[65.5533,-66.9887],[65.4,-66.9584],[65.2467,-66.9281],[65.0935,-66.8978],[64.9402,-66.8675],[64.7869,-66.8371],[64.6337,-66.8067],[64.4804,-66.7762],[64.3271,-66.7457],[64.1738,-66.7152],[64.0206,-66.6846],[63.8673,-66.654],[63.714,-66.6233],[63.5608,-66.5926],[63.4075,-66.5619],[63.2542,-66.5311],[63.101,-66.5003],[62.9477,-66.4695],[62.7944,-66.4386],[62.6412,-66.4077],[62.4879,-66.3767],[62.3346,-66.3457],[62.1814,-66.3147],[62.0281,-66.2836],[61.8748,-66.2525],[61.7216,-66.2213],[61.5683,-66.1901],[61.415,-66.1589],[61.2617,-66.1276],[61.1085,-66.0963],[60.9552,-66.065],[60.8019,-66.0336],[60.6487,-66.0022],[60.4954,-65.9707],[60.3421,-65.9392],[60.1889,-65.9077],[60.0356,-65.8761],[59.8823,-65.8445],[59.7291,-65.8128],[59.5758,-65.7811],[59.4225,-65.7494],[59.2693,-65.7176],[49.7155,-65.7176],[49.6145,-65.7632],[49.499,-65.8153],[49.3834,-65.8672],[49.2679,-65.9191],[49.1523,-65.9708],[49.0368,-66.0225],[48.9212,-66.074],[48.8057,-66.1254],[48.6901,-66.1768],[48.5746,-66.228],[48.459,-66.2791],[48.3435,-66.3301],[48.2279,-66.381],[48.1124,-66.4319],[47.9968,-66.4826],[47.8813,-66.5332],[47.7657,-66.5837],[47.6502,-66.6341],[47.5346,-66.6844],[47.4191,-66.7346],[47.3035,-66.7847],[47.188,-66.8346],[47.0724,-66.8845],[46.9569,-66.9343],[46.8413,-66.984],[46.7258,-67.0336],[46.6102,-67.0831],[46.4947,-67.1325],[46.3791,-67.1817],[46.2636,-67.2309],[46.148,-67.28],[46.0325,-67.329],[45.9169,-67.3779],[45.8014,-67.4266],[45.6858,-67.4753],[45.5703,-67.5239],[45.4547,-67.5724],[45.4547,-67.6113],[45.4547,-67.6766],[45.4547,-67.7417],[45.4547,-67.8067],[45.4547,-67.8714],[45.4547,-67.936],[45.4547,-68.0004],[45.4547,-68.0646],[45.4547,-68.1286],[45.4547,-68.1925],[45.4547,-68.2562],[45.4547,-68.3197],[45.4547,-68.383],[45.4547,-68.4461]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 images of Enderby Land and Kemp Coast (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-aster_anti_east","name":"imagico.de: Far southern Transantarctic Mnts. east","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=aster_anti_east&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2009-01-01T00:00:00.000Z","startDate":"2001-01-01T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[159.6688,-83.1798],[153.0905,-84.8712],[155.693,-85.0511],[180,-85.0511],[180,-83.8305],[159.6688,-83.1798]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"ASTER imagery from 2001-2009 from the far southern Transantarctic Mountains - eastern hemisphere, positional accuracy in parts is bad (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-aster_anti_west","name":"imagico.de: Far southern Transantarctic Mnts. west","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=aster_anti_west&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2009-01-01T00:00:00.000Z","startDate":"2001-01-01T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-179.9988,-83.9364],[-179.9988,-85.0511],[-162.7266,-85.0511],[-165.5249,-84.1526],[-179.9988,-83.9364]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"ASTER imagery from 2001-2009 from the far southern Transantarctic Mountains - western hemisphere, positional accuracy in parts is bad (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R121_SXX_20220209T085949","name":"imagico.de: Fimbul and Jelbart Ice Shelf","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R121_SXX_20220209T085949&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2022-02-09T00:00:00.000Z","startDate":"2022-02-09T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-9.7619,-73.0821],[-9.5902,-73.0826],[-9.5188,-73.0826],[-9.3471,-73.0825],[-9.1755,-73.0825],[-9.0038,-73.0824],[-8.8321,-73.0824],[-8.6605,-73.0824],[-8.4888,-73.0823],[-8.3172,-73.0823],[-8.1455,-73.0822],[-7.9738,-73.0822],[-7.8022,-73.0822],[-7.6305,-73.0821],[-7.4589,-73.0821],[-7.2872,-73.082],[-7.1155,-73.082],[-6.9439,-73.082],[-6.7722,-73.0819],[-6.6006,-73.0819],[-6.4289,-73.0818],[-6.2572,-73.0818],[-6.0856,-73.0818],[-5.9139,-73.0817],[-5.7422,-73.0817],[-5.5706,-73.0816],[-5.3989,-73.0816],[-5.2273,-73.0816],[-5.0556,-73.0815],[-4.8839,-73.0815],[-4.7123,-73.0814],[-4.5406,-73.0814],[-4.369,-73.0814],[-4.1973,-73.0813],[-4.0256,-73.0813],[-3.854,-73.0812],[-3.6823,-73.0812],[-3.5106,-73.0812],[-3.339,-73.0811],[-3.1673,-73.0811],[-2.9957,-73.081],[-2.824,-73.081],[-2.6523,-73.081],[-2.4807,-73.0809],[-2.309,-73.0809],[-2.1374,-73.0808],[-1.9657,-73.0808],[-1.9226,-73.0551],[-1.8472,-73.0101],[-1.7718,-72.965],[-1.6964,-72.9197],[-1.621,-72.8744],[-1.5457,-72.8289],[-1.4703,-72.7833],[-1.3949,-72.7376],[-1.3195,-72.6918],[-1.2441,-72.6459],[-1.1687,-72.5998],[-1.0933,-72.5536],[-1.0179,-72.5073],[-0.9426,-72.4609],[-0.8672,-72.4144],[-0.7918,-72.3677],[-0.7164,-72.3209],[-0.641,-72.274],[-0.5656,-72.227],[-0.5262,-72.201],[-0.454,-72.1534],[-0.3818,-72.1056],[-0.3096,-72.0577],[-0.2374,-72.0096],[-0.1652,-71.9615],[-0.093,-71.9132],[-0.0208,-71.8647],[0.0514,-71.8162],[0.1236,-71.7675],[0.1958,-71.7188],[0.268,-71.6698],[0.3401,-71.6208],[0.4123,-71.5716],[0.4845,-71.5223],[0.5567,-71.4729],[0.6289,-71.4234],[0.7011,-71.3737],[0.7733,-71.3239],[0.8455,-71.2739],[0.9177,-71.2239],[0.9644,-71.1894],[1.0332,-71.1386],[1.102,-71.0877],[1.1707,-71.0367],[1.2395,-70.9855],[1.3082,-70.9342],[1.377,-70.8827],[1.4457,-70.8311],[1.5145,-70.7794],[1.5832,-70.7276],[1.652,-70.6756],[1.7207,-70.6235],[1.7895,-70.5712],[1.8582,-70.5188],[1.927,-70.4663],[1.9957,-70.4137],[2.0645,-70.3609],[2.1332,-70.3079],[2.1659,-70.2816],[2.2321,-70.2281],[2.2982,-70.1744],[2.3644,-70.1206],[2.4306,-70.0667],[2.4968,-70.0126],[2.563,-69.9584],[2.6292,-69.9041],[2.6954,-69.8496],[2.7615,-69.795],[2.8277,-69.7402],[2.8939,-69.6853],[2.9601,-69.6302],[3.0263,-69.575],[3.0925,-69.5196],[3.1586,-69.4642],[3.2248,-69.4085],[3.1268,-69.392],[2.972,-69.3658],[2.8173,-69.3396],[2.6625,-69.3134],[2.5078,-69.2871],[2.353,-69.2608],[2.1983,-69.2345],[2.0435,-69.2081],[1.8888,-69.1817],[1.734,-69.1553],[1.5793,-69.1289],[1.4245,-69.1024],[1.2698,-69.0759],[1.115,-69.0493],[0.9603,-69.0227],[0.8055,-68.9961],[0.6508,-68.9695],[0.496,-68.9428],[0.3413,-68.9161],[0.1865,-68.8893],[0.0318,-68.8626],[-0.123,-68.8358],[-0.2777,-68.8089],[-0.4325,-68.782],[-0.5872,-68.7551],[-0.742,-68.7282],[-0.8967,-68.7012],[-1.0515,-68.6742],[-1.2062,-68.6472],[-1.361,-68.6201],[-1.5157,-68.593],[-1.6705,-68.5659],[-1.8252,-68.5387],[-1.98,-68.5115],[-2.1347,-68.4843],[-2.2895,-68.457],[-2.4442,-68.4297],[-2.599,-68.4024],[-2.7537,-68.375],[-2.9085,-68.3476],[-3.0632,-68.3202],[-3.218,-68.2927],[-3.3727,-68.2652],[-3.5275,-68.2377],[-3.5598,-68.2565],[-3.652,-68.3101],[-3.7443,-68.3635],[-3.8366,-68.4168],[-3.9289,-68.47],[-4.0211,-68.523],[-4.1134,-68.576],[-4.2057,-68.6288],[-4.298,-68.6815],[-4.3902,-68.734],[-4.4825,-68.7865],[-4.5748,-68.8388],[-4.6671,-68.891],[-4.7593,-68.9431],[-4.8516,-68.995],[-4.9439,-69.0468],[-5.0362,-69.0985],[-5.1284,-69.1501],[-5.2207,-69.2016],[-5.313,-69.2529],[-5.4053,-69.3041],[-5.4975,-69.3552],[-5.5898,-69.4062],[-5.6821,-69.457],[-5.7744,-69.5078],[-5.8667,-69.5584],[-5.9589,-69.6089],[-6.0512,-69.6593],[-6.1435,-69.7095],[-6.2358,-69.7597],[-6.328,-69.8097],[-6.4203,-69.8596],[-6.5126,-69.9094],[-6.6049,-69.959],[-6.6971,-70.0086],[-6.7894,-70.058],[-6.8817,-70.1073],[-6.974,-70.1565],[-7.0662,-70.2056],[-7.1585,-70.2545],[-7.2508,-70.3034],[-7.3431,-70.3521],[-7.4353,-70.4007],[-7.5276,-70.4492],[-7.6199,-70.4976],[-7.7122,-70.5459],[-7.8044,-70.594],[-7.8967,-70.6421],[-7.989,-70.69],[-8.0813,-70.7378],[-8.1735,-70.7855],[-8.2658,-70.8331],[-8.3581,-70.8805],[-8.4504,-70.9279],[-8.5426,-70.9751],[-8.6349,-71.0223],[-8.7272,-71.0693],[-8.8195,-71.1162],[-8.9117,-71.163],[-9.004,-71.2097],[-9.0963,-71.2562],[-9.1886,-71.3027],[-9.2808,-71.349],[-9.3731,-71.3953],[-9.4654,-71.4414],[-9.5577,-71.4874],[-9.6499,-71.5333],[-9.7422,-71.5791],[-9.8345,-71.6248],[-9.9268,-71.6704],[-10.019,-71.7158],[-10.1113,-71.7612],[-10.2036,-71.8065],[-10.2959,-71.8516],[-10.3881,-71.8966],[-10.4804,-71.9416],[-10.5727,-71.9864],[-10.665,-72.0311],[-10.7572,-72.0757],[-10.8495,-72.1202],[-10.9418,-72.1646],[-11.0341,-72.2089],[-11.1263,-72.253],[-11.2186,-72.2971],[-11.3109,-72.3411],[-11.4032,-72.3849],[-11.4955,-72.4287],[-11.5877,-72.4723],[-11.68,-72.5159],[-11.7723,-72.5593],[-11.8646,-72.6026],[-11.9568,-72.6459],[-12.0491,-72.689],[-12.1414,-72.732],[-12.2337,-72.7749],[-12.3259,-72.8177],[-12.4182,-72.8604],[-12.5105,-72.903],[-12.6028,-72.9455],[-12.695,-72.9879],[-12.7873,-73.0302],[-12.8796,-73.0724],[-12.8516,-73.0725],[-12.6799,-73.0731],[-12.5083,-73.0736],[-12.3366,-73.0741],[-12.165,-73.0746],[-11.9933,-73.0752],[-11.8217,-73.0757],[-11.65,-73.0762],[-11.4784,-73.0768],[-11.3067,-73.0773],[-11.1351,-73.0778],[-10.9634,-73.0784],[-10.7918,-73.0789],[-10.6201,-73.0794],[-10.4485,-73.0799],[-10.2768,-73.0805],[-10.1052,-73.081],[-9.9335,-73.0815],[-9.7619,-73.0821]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image from Fimbul Ice Shelf and Jelbart Ice Shelf and areas further southwest (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R035_SXX_20220124T083939","name":"imagico.de: Fimbul Ice Shelf to Heimefront Range","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R035_SXX_20220124T083939&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2022-01-24T00:00:00.000Z","startDate":"2022-01-24T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-66.3186,-82.6679],[-66.3822,-82.8386],[-66.2057,-82.8416],[-65.9037,-82.8463],[-50.9517,-82.8463],[-49.7012,-82.8243],[-48.352,-82.7965],[-47.0138,-82.7648],[-45.6878,-82.7292],[-44.3754,-82.6898],[-43.0775,-82.6466],[-41.7953,-82.5997],[-40.5298,-82.5493],[-39.2818,-82.4952],[-38.0521,-82.4377],[-36.8414,-82.3768],[-35.6503,-82.3126],[-34.4793,-82.2452],[-33.3289,-82.1746],[-32.1993,-82.101],[-31.091,-82.0244],[-30.004,-81.9449],[-28.9386,-81.8627],[-27.967,-81.7659],[-27.0055,-81.6654],[-26.0671,-81.5628],[-25.1513,-81.4579],[-24.2578,-81.351],[-23.3862,-81.2421],[-22.5361,-81.1313],[-21.7071,-81.0186],[-20.8986,-80.9041],[-20.1103,-80.7879],[-19.3417,-80.67],[-18.5922,-80.5506],[-17.8615,-80.4297],[-17.149,-80.3073],[-16.4542,-80.1834],[-15.7768,-80.0583],[-15.1162,-79.9318],[-14.4719,-79.8041],[-13.8436,-79.6752],[-13.2307,-79.5451],[-12.6328,-79.414],[-12.0494,-79.2818],[-11.4803,-79.1485],[-10.9249,-79.0143],[-10.3828,-78.8792],[-9.8537,-78.7431],[-9.3371,-78.6062],[-8.8328,-78.4684],[-8.3403,-78.3298],[-7.8592,-78.1905],[-7.3893,-78.0504],[-6.9302,-77.9097],[-6.4815,-77.7682],[-6.043,-77.6261],[-5.6144,-77.4833],[-5.1954,-77.34],[-4.7856,-77.1961],[-4.3849,-77.0516],[-3.9929,-76.9065],[-3.6094,-76.761],[-3.2341,-76.615],[-2.8668,-76.4685],[-2.5073,-76.3215],[-2.1553,-76.1741],[-1.8106,-76.0262],[-1.473,-75.878],[-1.1424,-75.7294],[-0.8184,-75.5804],[-0.5009,-75.431],[-0.1898,-75.2814],[0.1152,-75.1313],[0.4142,-74.981],[0.7074,-74.8304],[0.9949,-74.6794],[1.277,-74.5282],[1.5537,-74.3767],[1.8252,-74.225],[2.0917,-74.073],[2.3532,-73.9208],[2.61,-73.7684],[2.8621,-73.6158],[3.1097,-73.4629],[3.3529,-73.3099],[3.5918,-73.1567],[3.8265,-73.0033],[4.0571,-72.8497],[4.2838,-72.696],[4.5066,-72.5422],[4.7256,-72.3881],[4.941,-72.234],[5.1528,-72.0797],[5.3611,-71.9253],[5.566,-71.7708],[5.7676,-71.6162],[5.966,-71.4615],[6.1612,-71.3067],[6.3533,-71.1518],[6.5424,-70.9968],[6.7286,-70.8417],[6.912,-70.6866],[7.0925,-70.5314],[7.2704,-70.3761],[7.4455,-70.2208],[7.6181,-70.0655],[7.7882,-69.9101],[7.9557,-69.7546],[8.1209,-69.5992],[8.2837,-69.4437],[8.4441,-69.2881],[8.6023,-69.1326],[8.7584,-68.977],[8.4087,-68.9216],[7.9904,-68.8539],[7.5747,-68.7851],[7.1616,-68.7151],[6.7512,-68.644],[6.3434,-68.5718],[5.9382,-68.4985],[5.5357,-68.424],[5.3072,-68.3875],[4.8968,-68.3206],[4.4887,-68.2526],[4.0831,-68.1834],[3.68,-68.1132],[3.2794,-68.0418],[2.8812,-67.9694],[2.4855,-67.8959],[2.0924,-67.8213],[1.9537,-67.9197],[1.7448,-68.0662],[1.5332,-68.2126],[1.3189,-68.3588],[1.1018,-68.5049],[0.8818,-68.6508],[0.6588,-68.7965],[0.433,-68.942],[0.2041,-69.0874],[-0.028,-69.2325],[-0.2631,-69.3775],[-0.5015,-69.5222],[-0.7431,-69.6667],[-0.9881,-69.8109],[-1.2365,-69.955],[-1.4884,-70.0987],[-1.7439,-70.2423],[-2.003,-70.3855],[-2.2657,-70.5285],[-2.5323,-70.6711],[-2.8027,-70.8135],[-3.077,-70.9556],[-3.3553,-71.0973],[-3.6377,-71.2388],[-3.9244,-71.3799],[-4.2152,-71.5206],[-4.5104,-71.661],[-4.8101,-71.8009],[-5.1143,-71.9406],[-5.4231,-72.0798],[-5.7366,-72.2186],[-6.055,-72.3569],[-6.3783,-72.4949],[-6.7066,-72.6323],[-7.04,-72.7693],[-7.3786,-72.9059],[-7.7226,-73.0419],[-8.072,-73.1774],[-8.427,-73.3124],[-8.7877,-73.4468],[-9.1542,-73.5807],[-9.5265,-73.714],[-9.9049,-73.8467],[-10.2894,-73.9788],[-10.6803,-74.1102],[-11.0775,-74.241],[-11.4812,-74.3712],[-11.8916,-74.5006],[-12.3088,-74.6293],[-12.7329,-74.7573],[-13.1641,-74.8846],[-13.6024,-75.011],[-14.0481,-75.1367],[-14.5013,-75.2615],[-14.9621,-75.3855],[-15.4306,-75.5086],[-15.907,-75.6308],[-16.3915,-75.7521],[-16.8842,-75.8725],[-17.3852,-75.9918],[-17.8946,-76.1102],[-18.4127,-76.2275],[-18.9395,-76.3438],[-19.4752,-76.459],[-20.02,-76.573],[-20.5739,-76.6859],[-21.1372,-76.7976],[-21.7099,-76.9081],[-22.2923,-77.0173],[-22.8843,-77.1252],[-23.4861,-77.2318],[-24.098,-77.3371],[-24.6545,-77.4319],[-25.2812,-77.5358],[-25.9182,-77.6382],[-26.5657,-77.7391],[-27.2238,-77.8385],[-27.8925,-77.9363],[-28.5719,-78.0325],[-29.2622,-78.1271],[-29.9633,-78.22],[-30.6753,-78.3111],[-31.3983,-78.4005],[-32.1323,-78.4881],[-32.8773,-78.5738],[-33.6334,-78.6576],[-34.4004,-78.7394],[-35.1784,-78.8193],[-35.9673,-78.8972],[-36.7671,-78.9729],[-37.5777,-79.0466],[-38.399,-79.118],[-39.2308,-79.1873],[-40.0731,-79.2543],[-40.0889,-79.2556],[-40.9383,-79.3218],[-41.798,-79.3856],[-42.6677,-79.4471],[-43.5473,-79.5062],[-44.4365,-79.5628],[-45.3351,-79.617],[-46.2427,-79.6686],[-47.159,-79.7176],[-48.0837,-79.7641],[-49.0165,-79.8079],[-49.9569,-79.849],[-50.9046,-79.8874],[-51.859,-79.923],[-52.8199,-79.9559],[-53.7866,-79.986],[-54.7586,-80.0133],[-55.7356,-80.0377],[-56.7169,-80.0593],[-57.702,-80.078],[-58.6904,-80.0938],[-59.6814,-80.1066],[-60.6746,-80.1166],[-61.6693,-80.1236],[-62.6649,-80.1277],[-63.6608,-80.1288],[-64.6565,-80.127],[-65.6513,-80.1223],[-65.681,-80.2785],[-65.7148,-80.4491],[-65.75,-80.6197],[-65.7867,-80.7904],[-65.8249,-80.961],[-65.8649,-81.1317],[-65.9066,-81.3024],[-65.9502,-81.473],[-65.9958,-81.6437],[-66.0435,-81.8144],[-66.0935,-81.9851],[-66.1458,-82.1558],[-66.2007,-82.3265],[-66.2582,-82.4972],[-66.3186,-82.6679]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image from Fimbul Ice Shelf to Heimefront Range and beyond to the Theron Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC82100502015347LGN00","name":"imagico.de: Fogo, Cape Verde","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82100502015347LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2015-12-13T00:00:00.000Z","startDate":"2015-12-13T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-24.7588,14.7481],[-24.2671,14.7481],[-24.2671,15.0925],[-24.7588,15.0925],[-24.7588,14.7481]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Image from after the 2014/2015 eruption, somewhat outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80881332017345LGN00","name":"imagico.de: Gburek Peaks evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80881332017345LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-12-11T00:00:00.000Z","startDate":"2017-12-11T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-1.1903,-73.2949],[-1.0382,-73.3831],[-0.8961,-73.361],[-0.5944,-73.3141],[-0.2927,-73.2669],[0.009,-73.2197],[0.3107,-73.1723],[0.6124,-73.1248],[0.9141,-73.0772],[1.2158,-73.0294],[1.5175,-72.9815],[1.8063,-72.9302],[2.0999,-72.8779],[2.3935,-72.8255],[2.6872,-72.7728],[2.9808,-72.7201],[3.2744,-72.6671],[3.568,-72.6141],[3.8616,-72.5608],[4.1552,-72.5074],[4.1185,-72.489],[3.9419,-72.4002],[3.7652,-72.3109],[3.5886,-72.2213],[3.412,-72.1311],[3.2354,-72.0406],[3.0588,-71.9496],[2.8822,-71.8581],[2.7055,-71.7662],[2.5289,-71.6739],[2.3523,-71.5811],[2.1757,-71.4878],[1.9991,-71.3941],[1.8225,-71.3],[1.6458,-71.2054],[1.4692,-71.1103],[1.2926,-71.0147],[1.2615,-71.02],[0.9569,-71.0715],[0.6524,-71.1228],[0.3479,-71.1741],[0.0433,-71.2252],[-0.2612,-71.2761],[-0.5657,-71.3269],[-0.8703,-71.3776],[-1.1748,-71.4282],[-1.4793,-71.4786],[-1.7839,-71.5289],[-2.0884,-71.579],[-2.3929,-71.6291],[-2.6975,-71.679],[-3.002,-71.7287],[-3.3065,-71.7784],[-3.6111,-71.8279],[-3.4721,-71.9154],[-3.3199,-72.0107],[-3.1678,-72.1055],[-3.0157,-72.1998],[-2.8636,-72.2937],[-2.7115,-72.387],[-2.5594,-72.4799],[-2.4073,-72.5724],[-2.2551,-72.6643],[-2.103,-72.7558],[-1.9509,-72.8468],[-1.7988,-72.9373],[-1.6467,-73.0274],[-1.4946,-73.117],[-1.3424,-73.2062],[-1.1903,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Gburek Peaks showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80861332016361LGN01","name":"imagico.de: Gjelsvik Mountains evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80861332016361LGN01&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-12-26T00:00:00.000Z","startDate":"2016-12-26T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[1.8936,-73.2949],[2.0459,-73.3831],[2.2201,-73.356],[2.5217,-73.309],[2.8234,-73.2618],[3.125,-73.2145],[3.4266,-73.1671],[3.7283,-73.1196],[4.0299,-73.0719],[4.3315,-73.0241],[4.6331,-72.9761],[4.8894,-72.9306],[5.183,-72.8782],[5.4766,-72.8257],[5.7701,-72.7731],[6.0637,-72.7203],[6.3572,-72.6673],[6.6508,-72.6142],[6.9444,-72.5609],[7.2379,-72.5075],[7.2043,-72.4906],[7.0276,-72.4019],[6.8509,-72.3126],[6.6742,-72.223],[6.4975,-72.1329],[6.3209,-72.0424],[6.1442,-71.9514],[5.9675,-71.8599],[5.7908,-71.7681],[5.6141,-71.6757],[5.4375,-71.583],[5.2608,-71.4897],[5.0841,-71.3961],[4.9074,-71.3019],[4.7307,-71.2073],[4.554,-71.1123],[4.3774,-71.0167],[4.3456,-71.0221],[4.0409,-71.0735],[3.7362,-71.1247],[3.4315,-71.1758],[3.1268,-71.2268],[2.8221,-71.2776],[2.5173,-71.3283],[2.2126,-71.3789],[1.9079,-71.4294],[1.6032,-71.4797],[1.2985,-71.5299],[0.9938,-71.5799],[0.6891,-71.6298],[0.3844,-71.6796],[0.0797,-71.7293],[-0.225,-71.7788],[-0.5297,-71.8282],[-0.3905,-71.9158],[-0.2382,-72.011],[-0.0859,-72.1058],[0.0663,-72.2001],[0.2186,-72.294],[0.3709,-72.3873],[0.5232,-72.4802],[0.6754,-72.5726],[0.8277,-72.6645],[0.98,-72.7559],[1.1322,-72.8469],[1.2845,-72.9374],[1.4368,-73.0275],[1.589,-73.1171],[1.7413,-73.2062],[1.8936,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Gjelsvik Mountains showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R095_S6X_20220128T131859","name":"imagico.de: Graham Land East","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R095_S6X_20220128T131859&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2022-01-28T00:00:00.000Z","startDate":"2022-01-28T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-69.5604,-70.3925],[-69.3888,-70.3934],[-69.3888,-70.3934],[-69.2798,-70.3934],[-69.1081,-70.3934],[-68.9365,-70.3934],[-68.7648,-70.3934],[-68.5931,-70.3934],[-68.4215,-70.3934],[-68.2498,-70.3934],[-68.0782,-70.3934],[-67.9065,-70.3934],[-67.7348,-70.3934],[-67.5632,-70.3934],[-67.3915,-70.3934],[-67.2198,-70.3933],[-67.0482,-70.3933],[-66.8765,-70.3933],[-66.7049,-70.3933],[-66.5332,-70.3933],[-66.3615,-70.3933],[-66.1899,-70.3933],[-66.0182,-70.3933],[-65.8466,-70.3933],[-65.6749,-70.3933],[-65.5032,-70.3933],[-65.3316,-70.3933],[-65.1599,-70.3933],[-64.9883,-70.3933],[-64.8166,-70.3933],[-64.6449,-70.3933],[-64.4733,-70.3933],[-64.3016,-70.3933],[-64.1299,-70.3933],[-63.9583,-70.3933],[-63.7866,-70.3932],[-63.615,-70.3932],[-63.4433,-70.3932],[-63.3776,-70.3412],[-63.3106,-70.288],[-63.2436,-70.2346],[-63.1765,-70.1811],[-63.1095,-70.1275],[-63.0425,-70.0737],[-62.9754,-70.0197],[-62.9084,-69.9657],[-62.8414,-69.9115],[-62.7743,-69.8571],[-62.7073,-69.8026],[-62.6403,-69.748],[-62.5732,-69.6932],[-62.5062,-69.6383],[-62.4392,-69.5832],[-62.3721,-69.528],[-62.309,-69.4733],[-62.2446,-69.4175],[-62.1802,-69.3615],[-62.1158,-69.3053],[-62.0515,-69.249],[-61.9871,-69.1925],[-61.9227,-69.1359],[-61.8583,-69.0792],[-61.794,-69.0223],[-61.7296,-68.9652],[-61.6652,-68.908],[-61.6009,-68.8507],[-61.5365,-68.7932],[-61.4805,-68.7414],[-61.418,-68.6834],[-61.3554,-68.6252],[-61.2929,-68.5668],[-61.2303,-68.5084],[-61.1677,-68.4497],[-61.1052,-68.3909],[-61.0426,-68.332],[-60.9801,-68.2729],[-60.9175,-68.2136],[-60.855,-68.1542],[-60.7924,-68.0946],[-60.7299,-68.0349],[-60.6673,-67.9751],[-60.6048,-67.915],[-60.5422,-67.8548],[-60.4951,-67.8076],[-60.4347,-67.7468],[-60.3743,-67.6858],[-60.3139,-67.6248],[-60.2535,-67.5635],[-60.1931,-67.5021],[-60.1327,-67.4405],[-60.0723,-67.3788],[-60.0119,-67.3169],[-59.9515,-67.2549],[-59.8911,-67.1927],[-59.8307,-67.1303],[-59.7703,-67.0678],[-59.71,-67.0051],[-59.6496,-66.9422],[-59.5892,-66.8792],[-59.5495,-66.8353],[-59.4919,-66.7716],[-59.4344,-66.7078],[-59.3769,-66.6437],[-59.3194,-66.5795],[-59.2619,-66.5151],[-59.2044,-66.4506],[-59.1469,-66.3859],[-59.0894,-66.321],[-59.0319,-66.256],[-58.9743,-66.1908],[-58.9168,-66.1254],[-58.8593,-66.0598],[-58.8018,-65.9941],[-58.7443,-65.9282],[-58.6868,-65.8622],[-58.6293,-65.796],[-58.5718,-65.7296],[-58.5143,-65.663],[-58.4568,-65.5963],[-58.3992,-65.5293],[-58.3417,-65.4623],[-58.2842,-65.395],[-58.2267,-65.3276],[-58.1692,-65.26],[-58.1117,-65.1922],[-58.0542,-65.1242],[-57.9967,-65.0561],[-57.9392,-64.9878],[-57.8816,-64.9194],[-57.8241,-64.8507],[-57.7666,-64.7819],[-57.7606,-64.7741],[-57.7069,-64.7045],[-57.6532,-64.6348],[-57.5995,-64.5649],[-57.5458,-64.4947],[-57.4921,-64.4244],[-57.4384,-64.354],[-57.3847,-64.2833],[-57.331,-64.2125],[-57.2773,-64.1414],[-57.2236,-64.0702],[-57.1699,-63.9989],[-57.1162,-63.9273],[-57.0625,-63.8555],[-57.0088,-63.7836],[-56.955,-63.7115],[-56.9013,-63.6392],[-56.8476,-63.5667],[-56.7939,-63.494],[-56.7402,-63.4212],[-56.6865,-63.3481],[-56.6328,-63.2749],[-56.5791,-63.2015],[-56.5254,-63.1279],[-56.4717,-63.0541],[-56.418,-62.9801],[-56.3643,-62.9059],[-56.3106,-62.8316],[-56.2569,-62.7571],[-56.2032,-62.6823],[-56.1495,-62.6074],[-56.0958,-62.5323],[-56.042,-62.457],[-55.9883,-62.3815],[-55.9346,-62.3058],[-55.8809,-62.23],[-55.9051,-62.2072],[-55.9811,-62.1353],[-56.0571,-62.0633],[-56.1332,-61.9911],[-56.2092,-61.9188],[-56.2852,-61.8463],[-56.3613,-61.7736],[-56.4373,-61.7007],[-56.5134,-61.6276],[-56.5894,-61.5544],[-56.6654,-61.481],[-56.7415,-61.4074],[-56.8175,-61.3337],[-56.9573,-61.3319],[-57.1289,-61.3296],[-57.3005,-61.3274],[-57.4721,-61.3252],[-57.6437,-61.3229],[-57.8153,-61.3207],[-57.9869,-61.3184],[-58.1585,-61.3162],[-58.3301,-61.3139],[-58.5017,-61.3117],[-58.6732,-61.3095],[-58.8448,-61.3072],[-59.0164,-61.305],[-59.188,-61.3027],[-59.3596,-61.3005],[-59.5312,-61.2982],[-59.7028,-61.296],[-59.8744,-61.2937],[-60.046,-61.2915],[-60.2176,-61.2893],[-60.3892,-61.287],[-60.5608,-61.2848],[-60.7324,-61.2825],[-60.7324,-61.2825],[-60.8246,-61.3493],[-60.9194,-61.4178],[-61.0143,-61.4862],[-61.1091,-61.5544],[-61.2039,-61.6225],[-61.2988,-61.6904],[-61.3936,-61.7582],[-61.4885,-61.8258],[-61.5833,-61.8933],[-61.6781,-61.9607],[-61.773,-62.0278],[-61.8678,-62.0949],[-61.9626,-62.1618],[-62.0575,-62.2285],[-62.1256,-62.2907],[-62.2036,-62.3617],[-62.2816,-62.4325],[-62.3596,-62.5032],[-62.4376,-62.5737],[-62.5156,-62.6441],[-62.5936,-62.7143],[-62.6717,-62.7843],[-62.7497,-62.8541],[-62.8277,-62.9238],[-62.9057,-62.9933],[-62.9837,-63.0627],[-63.0617,-63.1319],[-63.1397,-63.2009],[-63.2177,-63.2698],[-63.2957,-63.3385],[-63.3737,-63.407],[-63.4517,-63.4754],[-63.5297,-63.5436],[-63.6078,-63.6116],[-63.6858,-63.6795],[-63.7638,-63.7472],[-63.8418,-63.8148],[-63.9198,-63.8822],[-63.9978,-63.9494],[-64.0758,-64.0165],[-64.1538,-64.0834],[-64.2318,-64.1502],[-64.3098,-64.2167],[-64.3878,-64.2832],[-64.4658,-64.3495],[-64.5438,-64.4156],[-64.6219,-64.4815],[-64.6999,-64.5473],[-64.7779,-64.613],[-64.8559,-64.6784],[-64.9339,-64.7438],[-65.0119,-64.8089],[-65.0899,-64.8739],[-65.1679,-64.9388],[-65.2459,-65.0035],[-65.3239,-65.068],[-65.4019,-65.1324],[-65.4799,-65.1966],[-65.558,-65.2607],[-65.636,-65.3246],[-65.714,-65.3884],[-65.792,-65.452],[-65.87,-65.5154],[-65.948,-65.5787],[-66.026,-65.6419],[-66.104,-65.7048],[-66.182,-65.7677],[-66.26,-65.8304],[-66.338,-65.8929],[-66.416,-65.9553],[-66.494,-66.0175],[-66.5721,-66.0796],[-66.6501,-66.1415],[-66.7281,-66.2033],[-66.8061,-66.2649],[-66.8841,-66.3264],[-66.9621,-66.3877],[-67.0401,-66.4489],[-67.1181,-66.5099],[-67.1961,-66.5708],[-67.2741,-66.6315],[-67.3521,-66.6921],[-67.4301,-66.7525],[-67.5082,-66.8128],[-67.5862,-66.8729],[-67.6642,-66.9329],[-67.7422,-66.9928],[-67.8202,-67.0524],[-67.8982,-67.112],[-67.9762,-67.1714],[-68.0542,-67.2306],[-68.1322,-67.2898],[-68.2102,-67.3487],[-68.2882,-67.4075],[-68.3662,-67.4662],[-68.4443,-67.5247],[-68.5223,-67.5831],[-68.6003,-67.6414],[-68.6783,-67.6995],[-68.7563,-67.7574],[-68.8343,-67.8152],[-68.9123,-67.8729],[-68.9903,-67.9304],[-69.0683,-67.9878],[-69.1463,-68.045],[-69.2243,-68.1021],[-69.3023,-68.1591],[-69.3803,-68.2159],[-69.4584,-68.2726],[-69.5364,-68.3291],[-69.6144,-68.3855],[-69.6924,-68.4418],[-69.7704,-68.4979],[-69.8484,-68.5539],[-69.9264,-68.6097],[-70.0044,-68.6654],[-70.0824,-68.721],[-70.1604,-68.7764],[-70.2384,-68.8317],[-70.3164,-68.8868],[-70.3945,-68.9419],[-70.4725,-68.9967],[-70.5505,-69.0515],[-70.6285,-69.1061],[-70.7065,-69.1605],[-70.7845,-69.2149],[-70.8625,-69.2691],[-70.9405,-69.3231],[-71.0185,-69.3771],[-71.0965,-69.4308],[-71.1745,-69.4845],[-71.2525,-69.538],[-71.3305,-69.5914],[-71.4086,-69.6447],[-71.4866,-69.6978],[-71.5646,-69.7508],[-71.6426,-69.8036],[-71.7206,-69.8564],[-71.7986,-69.909],[-71.8766,-69.9614],[-71.9546,-70.0138],[-72.0326,-70.066],[-72.1106,-70.118],[-72.1886,-70.17],[-72.2666,-70.2218],[-72.3447,-70.2734],[-72.4227,-70.325],[-72.5007,-70.3764],[-72.4783,-70.3765],[-72.3066,-70.3775],[-72.135,-70.3784],[-71.9634,-70.3793],[-71.7917,-70.3803],[-71.6201,-70.3812],[-71.4485,-70.3822],[-71.2768,-70.3831],[-71.1052,-70.384],[-70.9335,-70.385],[-70.7619,-70.3859],[-70.5903,-70.3869],[-70.4186,-70.3878],[-70.247,-70.3887],[-70.0753,-70.3897],[-69.9037,-70.3906],[-69.7321,-70.3915],[-69.5604,-70.3925]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of Graham Land (East) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R138_S6X_20220302T132919","name":"imagico.de: Graham Land West","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R138_S6X_20220302T132919&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2022-03-02T00:00:00.000Z","startDate":"2022-03-02T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-69.839,-67.7002],[-69.6674,-67.702],[-69.6674,-67.702],[-69.6217,-67.702],[-69.4501,-67.702],[-69.2784,-67.7019],[-69.1068,-67.7019],[-68.9351,-67.7019],[-68.7634,-67.7019],[-68.5918,-67.7019],[-68.4201,-67.7019],[-68.2484,-67.7019],[-68.0768,-67.7019],[-67.9051,-67.7019],[-67.7335,-67.7019],[-67.5618,-67.7019],[-67.3901,-67.7019],[-67.2185,-67.7019],[-67.0468,-67.7019],[-66.8752,-67.7019],[-66.7035,-67.7019],[-66.5318,-67.7019],[-66.3602,-67.7019],[-66.1885,-67.7019],[-66.0168,-67.7019],[-65.8452,-67.7018],[-65.6735,-67.7018],[-65.5019,-67.7018],[-65.3302,-67.7018],[-65.1585,-67.7018],[-64.9869,-67.7018],[-64.8152,-67.7018],[-64.6436,-67.7018],[-64.4719,-67.7018],[-64.3002,-67.7018],[-64.1286,-67.7018],[-63.9569,-67.7018],[-63.7852,-67.7018],[-63.6136,-67.7018],[-63.4419,-67.7018],[-63.2703,-67.7018],[-63.0986,-67.7018],[-62.9269,-67.7018],[-62.8827,-67.6569],[-62.8224,-67.5957],[-62.7621,-67.5344],[-62.7019,-67.4729],[-62.6416,-67.4112],[-62.5813,-67.3494],[-62.5211,-67.2874],[-62.4608,-67.2253],[-62.4005,-67.163],[-62.3403,-67.1005],[-62.28,-67.0379],[-62.2197,-66.9751],[-62.1595,-66.9122],[-62.0992,-66.8491],[-62.0389,-66.7858],[-61.9787,-66.7223],[-61.9414,-66.6811],[-61.8835,-66.6171],[-61.8256,-66.5529],[-61.7677,-66.4885],[-61.7098,-66.4239],[-61.652,-66.3592],[-61.5941,-66.2943],[-61.5362,-66.2293],[-61.4783,-66.164],[-61.4204,-66.0986],[-61.3625,-66.0331],[-61.3047,-65.9673],[-61.2468,-65.9014],[-61.1889,-65.8354],[-61.131,-65.7691],[-61.0731,-65.7027],[-61.0152,-65.6361],[-60.9574,-65.5694],[-60.8995,-65.5025],[-60.8416,-65.4354],[-60.8161,-65.4039],[-60.7612,-65.3361],[-60.7063,-65.2682],[-60.6514,-65.2],[-60.5965,-65.1317],[-60.5417,-65.0632],[-60.4868,-64.9946],[-60.4319,-64.9257],[-60.377,-64.8567],[-60.3221,-64.7875],[-60.2672,-64.7181],[-60.2123,-64.6486],[-60.1574,-64.5789],[-60.1026,-64.509],[-60.0477,-64.4389],[-59.9928,-64.3686],[-59.9379,-64.2981],[-59.883,-64.2275],[-59.8281,-64.1567],[-59.7732,-64.0857],[-59.7184,-64.0145],[-59.6635,-63.9432],[-59.6086,-63.8716],[-59.5537,-63.7999],[-59.4988,-63.728],[-59.4439,-63.6559],[-59.389,-63.5837],[-59.3341,-63.5112],[-59.2793,-63.4386],[-59.2244,-63.3658],[-59.1695,-63.2927],[-59.1146,-63.2196],[-59.0597,-63.1462],[-59.0048,-63.0726],[-59.0721,-63.0726],[-59.2438,-63.0727],[-59.4154,-63.0728],[-59.5871,-63.0729],[-59.7588,-63.073],[-59.9304,-63.0731],[-60.1021,-63.0731],[-60.2737,-63.0732],[-60.4454,-63.0733],[-60.6171,-63.0734],[-60.7887,-63.0735],[-60.9604,-63.0735],[-61.1155,-63.0778],[-61.2869,-63.0824],[-61.4582,-63.0871],[-61.6296,-63.0917],[-61.8009,-63.0964],[-61.9723,-63.101],[-62.1436,-63.1057],[-62.315,-63.1103],[-62.4864,-63.115],[-62.6577,-63.1196],[-62.8291,-63.1243],[-63.0004,-63.1289],[-63.0607,-63.1548],[-63.1851,-63.2081],[-63.3095,-63.2614],[-63.434,-63.3145],[-63.5584,-63.3676],[-63.6829,-63.4205],[-63.8073,-63.4734],[-63.9318,-63.5261],[-64.0562,-63.5788],[-64.1807,-63.6314],[-64.3051,-63.6838],[-64.4295,-63.7362],[-64.554,-63.7885],[-64.6784,-63.8407],[-64.8029,-63.8927],[-64.9273,-63.9447],[-65.0518,-63.9966],[-65.1762,-64.0484],[-65.3007,-64.1001],[-65.4251,-64.1517],[-65.5496,-64.2032],[-65.674,-64.2546],[-65.7984,-64.3059],[-65.9229,-64.3572],[-66.0473,-64.4083],[-66.1718,-64.4593],[-66.2962,-64.5102],[-66.4207,-64.5611],[-66.5451,-64.6118],[-66.6696,-64.6625],[-66.794,-64.713],[-66.9184,-64.7635],[-67.0429,-64.8138],[-67.1673,-64.8641],[-67.2918,-64.9143],[-67.2941,-64.9163],[-67.3707,-64.9813],[-67.4473,-65.0462],[-67.5239,-65.1109],[-67.6006,-65.1755],[-67.6772,-65.2399],[-67.7538,-65.3041],[-67.8304,-65.3682],[-67.9071,-65.4322],[-67.9837,-65.496],[-68.0603,-65.5596],[-68.1369,-65.6231],[-68.2136,-65.6864],[-68.2902,-65.7496],[-68.3668,-65.8126],[-68.4434,-65.8755],[-68.5201,-65.9382],[-68.5967,-66.0007],[-68.6733,-66.0631],[-68.7499,-66.1254],[-68.8266,-66.1875],[-68.9032,-66.2494],[-68.9798,-66.3112],[-69.0564,-66.3728],[-69.1331,-66.4343],[-69.2097,-66.4957],[-69.2863,-66.5569],[-69.3629,-66.6179],[-69.4396,-66.6788],[-69.5162,-66.7395],[-69.5928,-66.8001],[-69.6694,-66.8606],[-69.7461,-66.9208],[-69.8227,-66.981],[-69.8993,-67.041],[-69.9759,-67.1008],[-70.0525,-67.1605],[-70.1292,-67.2201],[-70.2058,-67.2795],[-70.2824,-67.3387],[-70.359,-67.3978],[-70.4357,-67.4568],[-70.5123,-67.5156],[-70.5889,-67.5743],[-70.6655,-67.6328],[-70.7422,-67.6912],[-70.697,-67.6917],[-70.5254,-67.6934],[-70.3538,-67.6951],[-70.1822,-67.6968],[-70.0106,-67.6985],[-69.839,-67.7002]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of Graham Land (West) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-greenland","name":"imagico.de: Greenland mosaic","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=greenland&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-43.9774,59.7171],[-43.797,59.7284],[-43.5459,59.7695],[-43.3282,59.83],[-43.1131,59.9147],[-42.8643,60.0299],[-42.4368,60.3264],[-41.821,60.5526],[-41.2091,60.8495],[-40.714,61.3365],[-40.2757,61.8547],[-39.9532,62.2739],[-39.5739,62.7506],[-39.3131,63.4405],[-39.0545,63.7213],[-38.5304,64.1244],[-38.0624,64.4901],[-37.6032,64.9727],[-37.1858,65.1349],[-36.7532,65.2559],[-36.1483,65.372],[-35.5914,65.5208],[-34.8956,65.7403],[-33.9313,66.0156],[-32.9783,66.2596],[-31.7673,67.0005],[-30.6456,67.4911],[-29.353,67.8135],[-28.4575,68.0023],[-27.7638,68.2813],[-26.6316,68.4043],[-26.0994,68.583],[-25.6659,68.7995],[-25.1222,68.9555],[-24.6745,69.1084],[-24.1794,69.3088],[-23.9177,69.4036],[-23.3545,69.544],[-22.9027,69.6585],[-22.4831,69.7539],[-22.166,69.8947],[-21.8039,70.0911],[-21.5326,70.3001],[-21.219,70.6126],[-20.9411,70.9802],[-20.7765,71.4304],[-20.7672,71.8726],[-20.8774,72.2926],[-21.01,72.6766],[-20.7831,73.0446],[-20.2938,73.3524],[-19.8329,73.632],[-19.4463,73.9378],[-18.3155,74.2702],[-17.0427,74.6425],[-16.253,75.058],[-15.6879,75.4726],[-15.838,75.9611],[-16.0586,76.5548],[-16.0936,77.0771],[-15.5507,77.3655],[-14.7129,77.5278],[-14.1169,77.6779],[-13.7649,77.9279],[-13.2398,78.1272],[-12.2579,78.3558],[-11.2626,78.7128],[-10.7796,79.0441],[-10.7796,79.5176],[-11.136,79.8103],[-11.2123,80.069],[-10.7796,80.1902],[-10.7796,82.3196],[-12.0312,82.3426],[-13.5339,82.4379],[-14.3994,82.5997],[-14.4462,82.6959],[-74.5601,82.6959],[-74.5601,76.5328],[-74.2311,76.4102],[-72.1119,75.4476],[-71.0898,75.4705],[-70.055,75.5344],[-69.0456,75.6195],[-67.8379,75.6525],[-66.7068,75.6792],[-65.4481,75.7235],[-64.1463,75.779],[-62.9776,75.7454],[-62.4706,75.5595],[-61.911,75.3886],[-61.0067,75.2763],[-60.1412,75.102],[-59.3551,74.8869],[-58.7336,74.6328],[-58.5125,74.3783],[-58.3554,74.0972],[-58.1461,73.7696],[-57.8066,73.4566],[-57.4027,73.1054],[-56.8923,72.8144],[-56.5085,72.5258],[-56.5189,72.2355],[-56.5867,71.9015],[-56.5018,71.5429],[-56.2489,71.2343],[-55.7654,70.861],[-55.5501,70.6707],[-55.4307,70.479],[-55.3094,70.2573],[-55.3945,70.0838],[-55.3808,69.8283],[-55.2735,69.6187],[-55.0028,69.4125],[-54.7606,69.1207],[-54.598,68.8347],[-54.568,68.5698],[-54.604,68.2021],[-54.5141,67.7648],[-54.4519,67.303],[-54.2285,66.8319],[-54.1441,66.5235],[-54.1348,66.1568],[-53.9977,65.8019],[-53.6649,65.4753],[-53.2046,65.1321],[-52.789,64.9063],[-52.4988,64.6788],[-52.4829,64.3792],[-52.3658,64.0705],[-52.2255,63.8378],[-52.0253,63.6377],[-51.9465,63.4079],[-51.6767,63.1944],[-51.4238,62.9979],[-51.3005,62.8389],[-51.2121,62.6001],[-51.0631,62.3869],[-50.8647,62.1596],[-50.4699,61.9539],[-50.2064,61.7324],[-49.7601,61.4934],[-49.396,61.2957],[-49.0578,61.0555],[-48.8689,60.8506],[-48.5771,60.7015],[-48.1457,60.6192],[-47.6937,60.5549],[-47.2635,60.5314],[-46.8114,60.4418],[-46.577,60.2652],[-46.3381,60.119],[-46.0859,59.9827],[-45.763,59.8848],[-45.3587,59.8218],[-44.9203,59.7672],[-44.545,59.7302],[-43.9774,59.7171]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat mosaic of Greenland (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R047_S54_20160411T044330","name":"imagico.de: Heard Island coast","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R047_S54_20160411T044330&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-04-12T00:00:00.000Z","startDate":"2016-04-12T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[73.069,-53.2706],[74.0886,-53.2706],[74.0886,-52.9495],[73.6734,-52.8767],[73.069,-52.8755],[73.069,-53.2706]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent image of Heard island with interior mostly cloud covered but mostly well visible coast (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R121_S7X_20220301T085959","name":"imagico.de: Heimefront Range","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R121_S7X_20220301T085959&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2022-02-09T00:00:00.000Z","startDate":"2022-02-09T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-33.8888,-78.4581],[-33.5457,-78.4604],[-33.5457,-78.4604],[-33.2618,-78.4604],[-32.9185,-78.4604],[-32.5751,-78.4603],[-32.2318,-78.4603],[-31.8885,-78.4603],[-31.5452,-78.4602],[-31.2019,-78.4602],[-30.8585,-78.4602],[-30.5152,-78.4601],[-30.1719,-78.4601],[-29.8286,-78.4601],[-29.4852,-78.46],[-29.1419,-78.46],[-28.7986,-78.46],[-28.4553,-78.4599],[-28.112,-78.4599],[-27.7686,-78.4598],[-27.4253,-78.4598],[-27.082,-78.4598],[-26.7387,-78.4597],[-26.3953,-78.4597],[-26.052,-78.4597],[-25.7087,-78.4596],[-25.3654,-78.4596],[-25.022,-78.4596],[-24.6787,-78.4595],[-24.3354,-78.4595],[-23.9921,-78.4595],[-23.6488,-78.4594],[-23.3054,-78.4594],[-22.9621,-78.4594],[-22.6188,-78.4593],[-22.2755,-78.4593],[-21.9321,-78.4593],[-21.5888,-78.4592],[-21.2455,-78.4592],[-20.9022,-78.4591],[-20.5589,-78.4591],[-20.2155,-78.4591],[-19.8722,-78.459],[-19.5289,-78.459],[-19.1856,-78.459],[-18.8422,-78.4589],[-18.4989,-78.4589],[-18.1556,-78.4589],[-17.8123,-78.4588],[-17.4689,-78.4588],[-17.1256,-78.4588],[-16.7823,-78.4587],[-16.439,-78.4587],[-16.0957,-78.4587],[-16.0091,-78.4367],[-15.7964,-78.3826],[-15.5837,-78.3282],[-15.371,-78.2735],[-15.1583,-78.2186],[-14.9456,-78.1635],[-14.7329,-78.1081],[-14.5202,-78.0524],[-14.3075,-77.9965],[-14.0948,-77.9403],[-13.9697,-77.9049],[-13.7654,-77.847],[-13.5612,-77.7887],[-13.357,-77.7302],[-13.1528,-77.6714],[-12.9485,-77.6124],[-12.7443,-77.553],[-12.5401,-77.4934],[-12.3359,-77.4335],[-12.1317,-77.3733],[-11.9503,-77.3161],[-11.7544,-77.2541],[-11.5584,-77.1917],[-11.3625,-77.1291],[-11.1665,-77.0662],[-10.9706,-77.0029],[-10.7747,-76.9393],[-10.5787,-76.8755],[-10.3828,-76.8113],[-10.2592,-76.7681],[-10.0714,-76.7021],[-9.8836,-76.6358],[-9.6959,-76.5692],[-9.5081,-76.5023],[-9.3204,-76.4351],[-9.1326,-76.3675],[-8.9449,-76.2996],[-8.7571,-76.2313],[-8.5693,-76.1628],[-8.4047,-76.0986],[-8.2249,-76.0281],[-8.0451,-75.9573],[-7.8653,-75.8862],[-7.6855,-75.8147],[-7.5057,-75.7428],[-7.3259,-75.6706],[-7.1461,-75.5981],[-6.9663,-75.5252],[-6.7865,-75.4519],[-6.7662,-75.443],[-6.5947,-75.3681],[-6.4233,-75.2927],[-6.2519,-75.217],[-6.0805,-75.1409],[-5.9091,-75.0644],[-5.7377,-74.9876],[-5.5662,-74.9103],[-5.3948,-74.8327],[-5.2234,-74.7547],[-5.052,-74.6763],[-4.8996,-74.6022],[-4.7352,-74.522],[-4.5707,-74.4414],[-4.4063,-74.3603],[-4.2419,-74.2789],[-4.0775,-74.197],[-3.9131,-74.1147],[-3.7487,-74.032],[-3.5843,-73.9489],[-3.5818,-73.9475],[-3.4247,-73.8629],[-3.2677,-73.7778],[-3.1106,-73.6923],[-2.9536,-73.6064],[-2.7966,-73.52],[-2.6395,-73.4331],[-2.4825,-73.3459],[-2.3254,-73.2582],[-2.1684,-73.17],[-2.0113,-73.0814],[-1.8543,-72.9923],[-2.05,-72.9921],[-2.3933,-72.9918],[-2.7367,-72.9915],[-3.08,-72.9912],[-3.4233,-72.991],[-3.7666,-72.9907],[-4.11,-72.9904],[-4.4533,-72.9901],[-4.7966,-72.9898],[-5.1399,-72.9895],[-5.4832,-72.9892],[-5.8266,-72.9889],[-6.1699,-72.9886],[-6.5132,-72.9883],[-6.8565,-72.988],[-7.1998,-72.9877],[-7.5432,-72.9874],[-7.8865,-72.9871],[-8.2298,-72.9869],[-8.5731,-72.9866],[-8.9165,-72.9863],[-9.2598,-72.986],[-9.6031,-72.9857],[-9.9464,-72.9854],[-10.2897,-72.9851],[-10.6331,-72.9848],[-10.9764,-72.9845],[-11.3197,-72.9842],[-11.663,-72.9839],[-12.0063,-72.9836],[-12.3497,-72.9833],[-12.693,-72.983],[-12.9191,-73.0455],[-13.1687,-73.1141],[-13.4183,-73.1824],[-13.6679,-73.2505],[-13.9175,-73.3183],[-14.1671,-73.3858],[-14.4167,-73.4531],[-14.6663,-73.5201],[-14.9159,-73.5868],[-15.1654,-73.6533],[-15.415,-73.7195],[-15.6646,-73.7855],[-15.9142,-73.8512],[-16.1638,-73.9166],[-16.4134,-73.9818],[-16.663,-74.0467],[-16.9126,-74.1114],[-17.1622,-74.1758],[-17.4117,-74.24],[-17.6613,-74.3039],[-17.9109,-74.3675],[-18.1605,-74.4309],[-18.4101,-74.4941],[-18.6597,-74.557],[-18.9093,-74.6196],[-19.1589,-74.682],[-19.4085,-74.7442],[-19.658,-74.8061],[-19.9076,-74.8678],[-20.1572,-74.9292],[-20.4068,-74.9904],[-20.6564,-75.0513],[-20.906,-75.112],[-21.1556,-75.1724],[-21.4052,-75.2326],[-21.6548,-75.2926],[-21.9043,-75.3523],[-22.1539,-75.4118],[-22.4035,-75.4711],[-22.6531,-75.5301],[-22.9027,-75.5889],[-23.1523,-75.6475],[-23.4019,-75.7058],[-23.6515,-75.7639],[-23.9011,-75.8217],[-24.1506,-75.8794],[-24.4002,-75.9368],[-24.6498,-75.9939],[-24.8994,-76.0509],[-25.149,-76.1076],[-25.3986,-76.1641],[-25.6482,-76.2203],[-25.8978,-76.2764],[-26.1474,-76.3322],[-26.397,-76.3878],[-26.6465,-76.4432],[-26.8961,-76.4983],[-27.1457,-76.5532],[-27.3953,-76.608],[-27.6449,-76.6624],[-27.8945,-76.7167],[-28.1441,-76.7708],[-28.3937,-76.8246],[-28.6433,-76.8782],[-28.8928,-76.9317],[-29.1424,-76.9849],[-29.392,-77.0378],[-29.6416,-77.0906],[-29.8912,-77.1432],[-30.1408,-77.1955],[-30.3904,-77.2477],[-30.64,-77.2996],[-30.8896,-77.3513],[-31.1391,-77.4029],[-31.3887,-77.4542],[-31.6383,-77.5053],[-31.8879,-77.5562],[-32.1375,-77.6069],[-32.3871,-77.6574],[-32.6367,-77.7077],[-32.8863,-77.7577],[-33.1359,-77.8076],[-33.3854,-77.8573],[-33.635,-77.9068],[-33.8846,-77.9561],[-34.1342,-78.0052],[-34.3838,-78.0541],[-34.6334,-78.1028],[-34.883,-78.1513],[-35.1326,-78.1996],[-35.3822,-78.2477],[-35.6318,-78.2956],[-35.6902,-78.3195],[-35.8428,-78.3816],[-35.9953,-78.4434],[-35.9475,-78.4437],[-35.6044,-78.4461],[-35.2613,-78.4485],[-34.9182,-78.4509],[-34.5751,-78.4533],[-34.232,-78.4557],[-33.8888,-78.4581]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Heimefront Range and areas further southwest (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80791332016360LGN01","name":"imagico.de: Hoel Mountains 2016 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80791332016360LGN01&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-12-25T00:00:00.000Z","startDate":"2016-12-25T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[12.714,-73.2949],[12.866,-73.3831],[13.0969,-73.3471],[13.3983,-73.2999],[13.6997,-73.2526],[14.0012,-73.2052],[14.3026,-73.1576],[14.604,-73.1099],[14.9054,-73.0621],[15.2068,-73.0141],[15.5082,-72.9661],[15.7079,-72.9305],[16.0014,-72.8781],[16.2949,-72.8256],[16.5883,-72.7729],[16.8818,-72.7201],[17.1753,-72.6671],[17.4688,-72.6139],[17.7622,-72.5606],[18.0557,-72.5071],[18.019,-72.4887],[17.8422,-72.3999],[17.6653,-72.3107],[17.4885,-72.2211],[17.3117,-72.131],[17.1349,-72.0405],[16.9581,-71.9495],[16.7813,-71.8581],[16.6045,-71.7663],[16.4277,-71.674],[16.2508,-71.5812],[16.074,-71.488],[15.8972,-71.3943],[15.7204,-71.3002],[15.5436,-71.2056],[15.3668,-71.1106],[15.19,-71.0151],[15.1671,-71.0189],[14.8626,-71.0704],[14.5581,-71.1218],[14.2535,-71.173],[13.949,-71.2241],[13.6444,-71.275],[13.3399,-71.3259],[13.0354,-71.3765],[12.7308,-71.4271],[12.4263,-71.4775],[12.1218,-71.5278],[11.8172,-71.578],[11.5127,-71.628],[11.2081,-71.6779],[10.9036,-71.7277],[10.5991,-71.7773],[10.2945,-71.8268],[10.4345,-71.915],[10.5865,-72.0104],[10.7384,-72.1052],[10.8904,-72.1995],[11.0424,-72.2934],[11.1943,-72.3868],[11.3463,-72.4797],[11.4983,-72.5722],[11.6503,-72.6641],[11.8022,-72.7556],[11.9542,-72.8467],[12.1062,-72.9372],[12.2581,-73.0273],[12.4101,-73.117],[12.5621,-73.2061],[12.714,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Hoel Mountains 2016 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80791332020355LGN00","name":"imagico.de: Hoel Mountains 2020 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80791332020355LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-12-20T00:00:00.000Z","startDate":"2020-12-20T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[12.717,-73.2949],[12.8691,-73.3831],[13.0892,-73.3488],[13.3907,-73.3017],[13.6922,-73.2544],[13.9936,-73.207],[14.2951,-73.1595],[14.5966,-73.1118],[14.8981,-73.064],[15.1995,-73.0161],[15.501,-72.9681],[15.7082,-72.9312],[16.0017,-72.8788],[16.2952,-72.8263],[16.5887,-72.7736],[16.8821,-72.7208],[17.1756,-72.6678],[17.4691,-72.6146],[17.7626,-72.5613],[18.056,-72.5078],[18.0217,-72.4906],[17.8451,-72.4018],[17.6684,-72.3126],[17.4917,-72.223],[17.315,-72.1329],[17.1383,-72.0423],[16.9616,-71.9514],[16.7849,-71.8599],[16.6083,-71.7681],[16.4316,-71.6757],[16.2549,-71.583],[16.0782,-71.4897],[15.9015,-71.3961],[15.7248,-71.3019],[15.5481,-71.2073],[15.3715,-71.1123],[15.1948,-71.0167],[15.1697,-71.021],[14.865,-71.0724],[14.5604,-71.1237],[14.2557,-71.1748],[13.9511,-71.2258],[13.6464,-71.2767],[13.3418,-71.3275],[13.0371,-71.3781],[12.7324,-71.4285],[12.4278,-71.4789],[12.1231,-71.5291],[11.8185,-71.5792],[11.5138,-71.6292],[11.2092,-71.679],[10.9045,-71.7287],[10.5999,-71.7782],[10.2952,-71.8277],[10.4347,-71.9155],[10.5869,-72.0108],[10.739,-72.1056],[10.8912,-72.1999],[11.0433,-72.2937],[11.1955,-72.3871],[11.3476,-72.48],[11.4998,-72.5724],[11.6519,-72.6643],[11.8041,-72.7558],[11.9562,-72.8468],[12.1084,-72.9374],[12.2605,-73.0274],[12.4127,-73.117],[12.5648,-73.2062],[12.717,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Hoel Mountains 2020 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC82280982013259LGN00","name":"imagico.de: Isla Londonderry","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82280982013259LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2013-09-16T00:00:00.000Z","startDate":"2013-09-16T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-69.8568,-55.5595],[-69.6223,-55.5591],[-69.4915,-55.2838],[-69.4912,-54.1789],[-72.0853,-54.1791],[-72.2652,-54.5109],[-72.2652,-55.1494],[-69.8568,-55.5595]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"A lot of very coarse coastlines could be improved here, much snow cover though so no use for glacier mapping (somewhat outdated) (false color IR)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R009_S64_20230216T125859","name":"imagico.de: James Ross Island","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R009_S64_20230216T125859&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-02-16T00:00:00.000Z","startDate":"2023-02-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-59.2746,-64.5116],[-59.4089,-64.6354],[-54.7029,-64.6354],[-54.7046,-64.6149],[-54.719,-64.4436],[-54.7331,-64.2723],[-54.7471,-64.1009],[-54.7609,-63.9296],[-54.7744,-63.7582],[-54.7878,-63.5868],[-54.8011,-63.4155],[-54.8141,-63.2441],[-54.827,-63.0727],[-54.8397,-62.9013],[-54.8412,-62.8804],[-57.6256,-62.8804],[-57.6889,-62.9473],[-57.8398,-63.1045],[-57.9922,-63.2616],[-58.1464,-63.4185],[-58.3022,-63.5752],[-58.4597,-63.7317],[-58.6191,-63.8881],[-58.7802,-64.0443],[-58.9431,-64.2002],[-59.1079,-64.356],[-59.2746,-64.5116]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the north end of the Antarctic Peninsula (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80891332019359LGN00","name":"imagico.de: Jutulstraumen Glacier evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80891332019359LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-12-25T00:00:00.000Z","startDate":"2019-12-25T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-2.723,-73.2948],[-2.5711,-73.3831],[-2.4568,-73.3654],[-2.1551,-73.3185],[-1.8533,-73.2714],[-1.5515,-73.2242],[-1.2497,-73.1769],[-0.9479,-73.1295],[-0.6461,-73.0819],[-0.3444,-73.0342],[-0.0426,-72.9864],[-0.0197,-72.9823],[0.2739,-72.9302],[0.5676,-72.8779],[0.8612,-72.8254],[1.1548,-72.7728],[1.4485,-72.72],[1.7421,-72.6671],[2.0357,-72.614],[2.3294,-72.5608],[2.623,-72.5074],[2.5866,-72.4892],[2.4101,-72.4003],[2.2336,-72.3111],[2.0571,-72.2214],[1.8806,-72.1313],[1.7041,-72.0407],[1.5276,-71.9497],[1.351,-71.8582],[1.1745,-71.7663],[0.998,-71.6739],[0.8215,-71.5811],[0.645,-71.4878],[0.4685,-71.3941],[0.292,-71.2999],[0.1154,-71.2053],[-0.0611,-71.1102],[-0.2376,-71.0146],[-0.2659,-71.0194],[-0.5704,-71.0709],[-0.8749,-71.1223],[-1.1794,-71.1735],[-1.4839,-71.2246],[-1.7885,-71.2756],[-2.093,-71.3264],[-2.3975,-71.3771],[-2.702,-71.4277],[-3.0065,-71.4781],[-3.3111,-71.5284],[-3.6156,-71.5786],[-3.9201,-71.6286],[-4.2246,-71.6785],[-4.5291,-71.7283],[-4.8336,-71.7779],[-5.1382,-71.8274],[-5,-71.9146],[-4.8482,-72.01],[-4.6964,-72.1048],[-4.5446,-72.1992],[-4.3928,-72.2931],[-4.241,-72.3865],[-4.0892,-72.4795],[-3.9374,-72.5719],[-3.7856,-72.6639],[-3.6338,-72.7555],[-3.482,-72.8465],[-3.3302,-72.9371],[-3.1784,-73.0272],[-3.0266,-73.1169],[-2.8748,-73.2061],[-2.723,-73.2948]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Jutulstraumen Glacier showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-dms_kangerlussuaq_20151008","name":"imagico.de: Kangerlussuaq Autumn","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=dms_kangerlussuaq_20151008&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-10-08T00:00:00.000Z","startDate":"2015-10-08T00:00:00.000Z","zoomExtent":[0,17],"polygon":[[[-50.6992,66.9888],[-50.6891,66.9888],[-50.6642,66.9946],[-50.6638,66.998],[-50.6686,67.0077],[-50.6829,67.0176],[-50.7017,67.0265],[-50.7158,67.0265],[-50.7396,67.0212],[-50.7396,67.0193],[-50.7341,67.0125],[-50.721,67.0017],[-50.6992,66.9888]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Icebridge DMS image of the airport and settlement - alignment might be poor","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-dms_kangerlussuaq_20160518","name":"imagico.de: Kangerlussuaq Spring","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=dms_kangerlussuaq_20160518&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-05-18T00:00:00.000Z","startDate":"2016-05-18T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[-50.7519,66.9996],[-50.7323,66.9996],[-50.6331,67.022],[-50.6097,67.0281],[-50.6162,67.0339],[-50.6395,67.0297],[-50.7555,67.0033],[-50.7555,67.0023],[-50.7519,66.9996]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Icebridge DMS image of the airport and roads - alignment might be poor","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R021_N44_20160807T083013","name":"imagico.de: Kerch Strait","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R021_N44_20160807T083013&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-08-07T00:00:00.000Z","startDate":"2016-08-07T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[35.9326,44.9624],[37.3699,44.9624],[37.3699,45.5593],[35.9326,45.5593],[35.9326,44.9624]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"State of bridge construction in August 2016, outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R021_N44_20180429T082601","name":"imagico.de: Kerch Strait 2018","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R021_N44_20180429T082601&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2018-04-29T00:00:00.000Z","startDate":"2018-04-29T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[35.8787,45.0348],[36.9208,45.0348],[36.9208,45.6095],[35.8787,45.6095],[35.8787,45.0348]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Bridge and surrounding after completion in April 2018 (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80921322019364LGN00","name":"imagico.de: Kirwan Escarpment evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80921322019364LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-12-12T00:00:00.000Z","startDate":"2019-12-12T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-4.8572,-74.5813],[-4.6905,-74.6609],[-4.6905,-74.6609],[-4.6476,-74.6542],[-4.3525,-74.6076],[-4.0575,-74.561],[-3.7625,-74.5142],[-3.4675,-74.4672],[-3.1724,-74.4201],[-2.8774,-74.3729],[-2.5824,-74.3255],[-2.2873,-74.278],[-1.9923,-74.2304],[-1.8089,-74.1972],[-1.5231,-74.1453],[-1.2373,-74.0933],[-0.9514,-74.0411],[-0.6656,-73.9887],[-0.3798,-73.9361],[-0.0939,-73.8834],[0.1919,-73.8305],[0.4777,-73.7775],[0.7635,-73.7243],[0.6999,-73.6971],[0.5117,-73.6163],[0.3234,-73.5351],[0.1352,-73.4535],[-0.0531,-73.3716],[-0.2413,-73.2892],[-0.4296,-73.2065],[-0.6179,-73.1233],[-0.8061,-73.0398],[-0.9944,-72.9558],[-1.1826,-72.8715],[-1.3709,-72.7867],[-1.5591,-72.7015],[-1.7474,-72.6159],[-1.9357,-72.53],[-2.1239,-72.4436],[-2.3122,-72.3568],[-2.5004,-72.2695],[-2.5702,-72.2815],[-2.8692,-72.3328],[-3.1683,-72.3839],[-3.4673,-72.4349],[-3.7663,-72.4858],[-4.0653,-72.5365],[-4.3643,-72.587],[-4.6633,-72.6374],[-4.9623,-72.6877],[-5.2613,-72.7379],[-5.5603,-72.7879],[-5.8593,-72.8377],[-6.1583,-72.8874],[-6.4573,-72.937],[-6.7563,-72.9864],[-7.0553,-73.0357],[-7.3543,-73.0849],[-7.6534,-73.1339],[-7.5415,-73.1959],[-7.3825,-73.2837],[-7.2235,-73.371],[-7.0646,-73.4579],[-6.9056,-73.5443],[-6.7467,-73.6303],[-6.5877,-73.7158],[-6.4287,-73.8009],[-6.2698,-73.8856],[-6.1108,-73.9698],[-6.0243,-74.0128],[-5.8576,-74.0953],[-5.6908,-74.1773],[-5.5241,-74.2589],[-5.3574,-74.3401],[-5.1907,-74.4209],[-5.0239,-74.5013],[-4.8572,-74.5813]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Kirwan Escarpment showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R075_S7X_20190113T034629","name":"imagico.de: Lambert Glacier east","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R075_S7X_20190113T034629&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-01-13T00:00:00.000Z","startDate":"2019-01-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[68.731,-75.6981],[68.8748,-75.7213],[68.8939,-75.7213],[69.0656,-75.7213],[69.2372,-75.7213],[69.4089,-75.7213],[69.5806,-75.7213],[69.7522,-75.7213],[69.9239,-75.7213],[70.0956,-75.7213],[70.2672,-75.7213],[70.4389,-75.7213],[70.6105,-75.7213],[70.6325,-75.7158],[70.6945,-75.6903],[70.7826,-75.6538],[70.8707,-75.6173],[70.9589,-75.5806],[71.047,-75.5439],[71.1351,-75.5071],[71.2233,-75.4702],[71.3114,-75.4332],[71.3995,-75.3961],[71.4876,-75.3589],[71.5758,-75.3216],[71.6639,-75.2842],[71.752,-75.2468],[71.8402,-75.2092],[71.9283,-75.1716],[72.0164,-75.1338],[72.1046,-75.096],[72.1559,-75.0728],[72.2408,-75.0343],[72.3258,-74.9957],[72.4107,-74.9571],[72.4957,-74.9183],[72.5806,-74.8794],[72.6656,-74.8405],[72.7505,-74.8014],[72.8355,-74.7623],[72.9204,-74.723],[73.0054,-74.6837],[73.0763,-74.6494],[73.1587,-74.6095],[73.2412,-74.5695],[73.3236,-74.5294],[73.406,-74.4891],[73.4885,-74.4488],[73.5709,-74.4084],[73.6533,-74.3679],[73.7357,-74.3273],[73.8182,-74.2865],[73.9006,-74.2457],[73.983,-74.2048],[74.0655,-74.1637],[74.1479,-74.1226],[74.2183,-74.0858],[74.298,-74.044],[74.3778,-74.0022],[74.4575,-73.9602],[74.5372,-73.9182],[74.6169,-73.876],[74.6966,-73.8337],[74.7763,-73.7914],[74.856,-73.7489],[74.9358,-73.7063],[75.0155,-73.6636],[75.0952,-73.6207],[75.1749,-73.5778],[75.2546,-73.5348],[75.3343,-73.4916],[75.3895,-73.46],[75.4659,-73.4162],[75.5423,-73.3723],[75.6187,-73.3282],[75.695,-73.2841],[75.7714,-73.2398],[75.8478,-73.1954],[75.9242,-73.1509],[76.0006,-73.1063],[76.077,-73.0616],[76.1534,-73.0167],[76.2298,-72.9718],[76.3061,-72.9267],[76.3825,-72.8815],[76.4589,-72.8362],[76.5353,-72.7908],[76.6117,-72.7452],[76.6881,-72.6996],[76.7645,-72.6538],[76.8409,-72.6079],[76.9173,-72.5619],[76.9936,-72.5158],[77.07,-72.4695],[77.0873,-72.4585],[77.1604,-72.4116],[77.2335,-72.3646],[77.3066,-72.3175],[77.3797,-72.2702],[77.4528,-72.2229],[77.5259,-72.1754],[77.599,-72.1278],[77.6721,-72.0801],[77.7452,-72.0322],[77.8183,-71.9842],[77.8914,-71.9361],[77.9645,-71.8879],[78.0376,-71.8396],[78.1107,-71.7911],[78.1838,-71.7425],[78.2569,-71.6938],[78.33,-71.6449],[78.4031,-71.596],[78.4762,-71.5469],[78.4896,-71.5373],[78.5595,-71.4876],[78.6293,-71.4377],[78.6991,-71.3877],[78.769,-71.3376],[78.8388,-71.2874],[78.9086,-71.237],[78.9785,-71.1865],[79.0483,-71.1358],[79.1181,-71.0851],[79.1879,-71.0342],[79.2578,-70.9831],[79.3276,-70.932],[79.3974,-70.8807],[79.4673,-70.8293],[79.5371,-70.7777],[79.6069,-70.726],[79.6768,-70.6742],[79.7466,-70.6222],[79.8164,-70.5701],[79.8399,-70.5517],[79.907,-70.499],[79.974,-70.4461],[80.0411,-70.3932],[80.1081,-70.3401],[80.1752,-70.2869],[80.2422,-70.2335],[80.3093,-70.18],[80.3763,-70.1263],[80.4434,-70.0725],[80.5104,-70.0186],[80.5775,-69.9645],[80.6445,-69.9103],[80.7116,-69.856],[80.7786,-69.8015],[80.8456,-69.7468],[80.9127,-69.6921],[80.9797,-69.6372],[81.0468,-69.5821],[81.0509,-69.5785],[81.1144,-69.5228],[81.1779,-69.4669],[81.2414,-69.4109],[81.3049,-69.3547],[81.3684,-69.2984],[81.4319,-69.242],[81.4954,-69.1854],[81.5589,-69.1286],[81.6224,-69.0717],[81.6859,-69.0147],[81.7494,-68.9575],[81.8129,-68.9002],[81.8764,-68.8427],[81.9399,-68.785],[82.0034,-68.7272],[82.0669,-68.6693],[82.1304,-68.6112],[82.1939,-68.553],[82.2574,-68.4946],[82.3209,-68.436],[82.3844,-68.3774],[82.4479,-68.3185],[82.5114,-68.2595],[82.5749,-68.2004],[82.6384,-68.1411],[82.7019,-68.0816],[82.7654,-68.022],[82.8289,-67.9622],[82.8924,-67.9023],[82.9143,-67.8775],[82.9143,-67.6029],[82.7926,-67.6029],[82.6209,-67.6029],[82.4492,-67.6029],[82.2776,-67.6029],[82.1059,-67.6029],[81.9342,-67.6029],[81.7626,-67.6029],[81.5909,-67.6029],[81.4193,-67.6029],[81.2476,-67.6029],[81.0759,-67.6029],[80.9043,-67.6029],[80.7326,-67.6029],[80.561,-67.6029],[80.3893,-67.6029],[80.2176,-67.6029],[80.046,-67.6029],[79.8743,-67.6029],[79.7027,-67.6029],[79.531,-67.6029],[79.3593,-67.6029],[79.1877,-67.6029],[79.016,-67.6029],[78.8443,-67.6029],[78.6727,-67.6029],[78.501,-67.6029],[78.3294,-67.6029],[78.1577,-67.6029],[77.986,-67.6029],[77.8144,-67.6029],[77.6427,-67.6029],[77.4711,-67.6029],[77.2994,-67.6029],[77.1277,-67.6029],[76.9561,-67.6029],[76.7844,-67.6029],[76.707,-67.6038],[76.5354,-67.6058],[76.3638,-67.6077],[76.1922,-67.6097],[76.0206,-67.6117],[75.8491,-67.6137],[75.6775,-67.6157],[75.5059,-67.6176],[75.3343,-67.6196],[75.2764,-67.6529],[75.1816,-67.7072],[75.0868,-67.7614],[74.992,-67.8155],[74.8972,-67.8695],[74.8024,-67.9234],[74.7076,-67.9771],[74.6128,-68.0307],[74.518,-68.0842],[74.4232,-68.1375],[74.3284,-68.1907],[74.2336,-68.2438],[74.1388,-68.2968],[74.0439,-68.3497],[73.9491,-68.4024],[73.8543,-68.455],[73.7595,-68.5075],[73.6647,-68.5599],[73.5699,-68.6121],[73.4751,-68.6643],[73.3803,-68.7163],[73.2855,-68.7682],[73.1907,-68.8199],[73.0959,-68.8716],[73.0011,-68.9231],[72.9063,-68.9745],[72.8115,-69.0258],[72.7167,-69.0769],[72.6219,-69.128],[72.5271,-69.1789],[72.4322,-69.2297],[72.3374,-69.2804],[72.2426,-69.331],[72.1478,-69.3814],[72.053,-69.4318],[71.9582,-69.482],[71.8634,-69.5321],[71.7686,-69.5821],[71.6738,-69.6319],[71.579,-69.6817],[71.4842,-69.7313],[71.3894,-69.7808],[71.2946,-69.8302],[71.1998,-69.8795],[71.105,-69.9287],[71.0102,-69.9778],[70.9154,-70.0267],[70.8205,-70.0755],[70.7257,-70.1242],[70.6309,-70.1728],[70.5361,-70.2213],[70.4413,-70.2697],[70.3465,-70.3179],[70.2517,-70.3661],[70.1569,-70.4141],[70.0621,-70.462],[69.9673,-70.5098],[69.8725,-70.5575],[69.7777,-70.6051],[69.6829,-70.6526],[69.5881,-70.6999],[69.4933,-70.7472],[69.3985,-70.7943],[69.3037,-70.8413],[69.2088,-70.8882],[69.114,-70.935],[69.0192,-70.9817],[68.9244,-71.0283],[68.8296,-71.0748],[68.7348,-71.1211],[68.64,-71.1674],[68.5452,-71.2135],[68.4504,-71.2595],[68.3556,-71.3055],[68.2608,-71.3513],[68.166,-71.397],[68.0712,-71.4426],[67.9764,-71.4881],[67.8816,-71.5335],[67.7868,-71.5787],[67.692,-71.6239],[67.5971,-71.669],[67.5023,-71.7139],[67.4075,-71.7588],[67.3127,-71.8035],[67.2179,-71.8481],[67.1231,-71.8927],[67.0283,-71.9371],[66.9335,-71.9814],[66.8387,-72.0256],[66.7439,-72.0697],[66.6491,-72.1137],[66.5543,-72.1576],[66.4595,-72.2014],[66.3647,-72.2451],[66.2699,-72.2887],[66.1751,-72.3322],[66.0803,-72.3756],[65.9854,-72.4189],[65.8906,-72.462],[65.7958,-72.5051],[65.701,-72.5481],[65.6062,-72.5909],[65.5114,-72.6337],[65.4166,-72.6764],[65.3218,-72.7189],[65.227,-72.7614],[65.1322,-72.8038],[65.0374,-72.846],[64.9426,-72.8882],[64.8478,-72.9302],[64.753,-72.9722],[64.6582,-73.014],[64.5634,-73.0558],[64.4686,-73.0975],[64.3737,-73.139],[64.2789,-73.1805],[64.1841,-73.2218],[64.0893,-73.2631],[63.9945,-73.3043],[63.8997,-73.3453],[63.8049,-73.3863],[63.7101,-73.4272],[63.6153,-73.4679],[63.5205,-73.5086],[63.4257,-73.5492],[63.3309,-73.5896],[63.2361,-73.63],[63.1413,-73.6703],[63.0465,-73.7105],[62.9517,-73.7506],[62.8569,-73.7906],[62.762,-73.8305],[62.6672,-73.8703],[62.5724,-73.91],[62.4776,-73.9496],[62.3828,-73.9891],[62.288,-74.0286],[62.1932,-74.0679],[62.0984,-74.1071],[62.0036,-74.1463],[61.9088,-74.1853],[61.814,-74.2243],[61.7192,-74.2631],[61.6244,-74.3019],[61.6244,-74.303],[61.6244,-74.3494],[61.7473,-74.3759],[61.8814,-74.4047],[62.0154,-74.4335],[62.1495,-74.4623],[62.2835,-74.491],[62.2977,-74.4938],[62.4356,-74.5211],[62.5736,-74.5483],[62.7115,-74.5755],[62.8495,-74.6027],[62.9874,-74.6298],[63.1254,-74.6568],[63.2633,-74.6839],[63.4013,-74.7108],[63.5392,-74.7377],[63.6771,-74.7646],[63.8151,-74.7914],[63.953,-74.8182],[64.091,-74.8449],[64.2289,-74.8716],[64.3669,-74.8983],[64.5048,-74.9249],[64.6428,-74.9514],[64.7807,-74.9779],[64.9186,-75.0044],[65.0566,-75.0308],[65.1945,-75.0572],[65.3325,-75.0835],[65.4704,-75.1098],[65.6084,-75.136],[65.7463,-75.1622],[65.8843,-75.1883],[66.0222,-75.2144],[66.1601,-75.2405],[66.2981,-75.2665],[66.436,-75.2924],[66.5549,-75.314],[66.6945,-75.3393],[66.8341,-75.3646],[66.9737,-75.3898],[67.1132,-75.415],[67.2528,-75.4402],[67.3924,-75.4653],[67.532,-75.4903],[67.6716,-75.5153],[67.8112,-75.5403],[67.9507,-75.5652],[68.0903,-75.5901],[68.2299,-75.615],[68.3695,-75.6398],[68.4435,-75.6517],[68.5872,-75.6749],[68.731,-75.6981]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent Sentinel-2 image of the western part of the Lambert Glacier region and the eastern Prydz Bay coast (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R061_S7X_20200226T041719","name":"imagico.de: Lambert Glacier west","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R061_S7X_20200226T041719&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-02-26T00:00:00.000Z","startDate":"2020-02-26T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[64.8851,-74.6178],[65.0308,-74.6419],[65.5583,-74.6419],[65.5836,-74.6299],[65.6673,-74.5901],[65.751,-74.5502],[65.8347,-74.5103],[65.9184,-74.4702],[66.0021,-74.43],[66.0858,-74.3897],[66.1159,-74.3748],[66.1977,-74.3341],[66.2794,-74.2932],[66.3611,-74.2523],[66.4429,-74.2113],[66.5246,-74.1702],[66.6064,-74.129],[66.6881,-74.0876],[66.7699,-74.0462],[66.8516,-74.0046],[66.9333,-73.963],[67.0151,-73.9212],[67.0968,-73.8794],[67.1616,-73.8443],[67.24,-73.8017],[67.3184,-73.7591],[67.3967,-73.7163],[67.4751,-73.6734],[67.5535,-73.6304],[67.6318,-73.5873],[67.7102,-73.5441],[67.7886,-73.5008],[67.867,-73.4574],[67.9453,-73.4138],[68.0237,-73.3702],[68.1021,-73.3264],[68.1804,-73.2826],[68.2588,-73.2386],[68.3372,-73.1945],[68.4155,-73.1503],[68.4784,-73.1132],[68.5543,-73.0684],[68.6302,-73.0235],[68.7061,-72.9785],[68.7819,-72.9334],[68.8578,-72.8881],[68.9337,-72.8428],[69.0096,-72.7973],[69.0854,-72.7517],[69.1613,-72.706],[69.2372,-72.6601],[69.3131,-72.6142],[69.3889,-72.5681],[69.4648,-72.5219],[69.5407,-72.4756],[69.6165,-72.4292],[69.6924,-72.3826],[69.7683,-72.336],[69.8442,-72.2892],[69.8486,-72.2862],[69.9208,-72.2388],[69.9929,-72.1912],[70.0651,-72.1435],[70.1372,-72.0957],[70.2093,-72.0477],[70.2815,-71.9997],[70.3536,-71.9515],[70.4257,-71.9031],[70.4979,-71.8547],[70.57,-71.8061],[70.6421,-71.7574],[70.7143,-71.7086],[70.7864,-71.6596],[70.8586,-71.6106],[70.9307,-71.5614],[71.0028,-71.512],[71.075,-71.4626],[71.1237,-71.4279],[71.1937,-71.3779],[71.2637,-71.3278],[71.3337,-71.2775],[71.4037,-71.2272],[71.4738,-71.1766],[71.5438,-71.126],[71.6138,-71.0752],[71.6838,-71.0243],[71.7538,-70.9733],[71.8238,-70.9222],[71.8938,-70.8709],[71.9639,-70.8194],[72.0339,-70.7679],[72.1039,-70.7162],[72.1739,-70.6643],[72.2209,-70.628],[72.2886,-70.5756],[72.3562,-70.5231],[72.4239,-70.4704],[72.4915,-70.4176],[72.5592,-70.3647],[72.6269,-70.3116],[72.6945,-70.2584],[72.7622,-70.205],[72.8298,-70.1515],[72.8975,-70.0979],[72.9651,-70.0441],[72.9694,-70.0406],[73.0351,-69.9864],[73.1007,-69.932],[73.1664,-69.8775],[73.2321,-69.8229],[73.2977,-69.7681],[73.3634,-69.7132],[73.4291,-69.6581],[73.4948,-69.6029],[73.5604,-69.5476],[73.6261,-69.4921],[73.6918,-69.4365],[73.7574,-69.3807],[73.8231,-69.3247],[73.8888,-69.2687],[73.9544,-69.2125],[74.0201,-69.1561],[74.0757,-69.1064],[74.1393,-69.0494],[74.2028,-68.9923],[74.2663,-68.9351],[74.3299,-68.8777],[74.3934,-68.8201],[74.4569,-68.7625],[74.5205,-68.7046],[74.584,-68.6466],[74.6475,-68.5885],[74.7111,-68.5302],[74.7746,-68.4717],[74.8381,-68.4131],[74.9017,-68.3544],[74.9652,-68.2955],[75.0092,-68.2467],[75.0092,-68.2006],[75.0092,-68.1367],[75.0092,-68.0727],[75.0092,-68.0085],[75.0092,-67.9442],[75.0092,-67.8796],[75.0092,-67.8149],[75.0092,-67.75],[75.0092,-67.6849],[75.0092,-67.6196],[74.9613,-67.6189],[74.7898,-67.6162],[74.6183,-67.6135],[74.4468,-67.6109],[74.2752,-67.6082],[74.1037,-67.6055],[73.9322,-67.6029],[73.8523,-67.6029],[73.6806,-67.6029],[73.5089,-67.6029],[73.3373,-67.6029],[73.1656,-67.6029],[72.9939,-67.6029],[72.8223,-67.6029],[72.6506,-67.6029],[72.479,-67.6029],[72.3073,-67.6029],[72.1356,-67.6029],[71.964,-67.6029],[71.7923,-67.6029],[71.6207,-67.6029],[71.449,-67.6029],[71.2773,-67.6029],[71.1057,-67.6029],[70.934,-67.6029],[70.7623,-67.6029],[70.5907,-67.6029],[70.419,-67.6029],[70.2474,-67.6029],[70.0757,-67.6029],[69.904,-67.6029],[69.7324,-67.6029],[69.5607,-67.6029],[69.3891,-67.6029],[69.2174,-67.6029],[69.0457,-67.6029],[68.8741,-67.6029],[68.7024,-67.6029],[68.5307,-67.6029],[68.3591,-67.6029],[68.1874,-67.6029],[68.0158,-67.6029],[67.8441,-67.6029],[67.8229,-67.6157],[67.7315,-67.671],[67.64,-67.7261],[67.5486,-67.7811],[67.4572,-67.836],[67.3658,-67.8907],[67.2744,-67.9454],[67.1829,-67.9999],[67.0915,-68.0542],[67.0001,-68.1085],[66.9087,-68.1626],[66.8172,-68.2165],[66.7258,-68.2704],[66.6344,-68.3241],[66.543,-68.3777],[66.4516,-68.4312],[66.3601,-68.4846],[66.2687,-68.5378],[66.1773,-68.5909],[66.0859,-68.6438],[65.9944,-68.6967],[65.903,-68.7494],[65.8116,-68.802],[65.7202,-68.8545],[65.6288,-68.9068],[65.5373,-68.9591],[65.4459,-69.0112],[65.3545,-69.0631],[65.2631,-69.115],[65.1716,-69.1667],[65.0802,-69.2183],[64.9888,-69.2698],[64.8974,-69.3212],[64.8059,-69.3725],[64.7145,-69.4236],[64.6231,-69.4746],[64.5317,-69.5255],[64.4403,-69.5762],[64.3488,-69.6269],[64.2574,-69.6774],[64.166,-69.7278],[64.0746,-69.7781],[63.9831,-69.8282],[63.8917,-69.8783],[63.8003,-69.9282],[63.7089,-69.978],[63.6175,-70.0277],[63.526,-70.0772],[63.4346,-70.1267],[63.3432,-70.176],[63.2518,-70.2252],[63.1603,-70.2743],[63.0689,-70.3233],[62.9775,-70.3722],[62.8861,-70.4209],[62.7947,-70.4696],[62.7032,-70.5181],[62.6118,-70.5665],[62.5204,-70.6148],[62.429,-70.6629],[62.3375,-70.711],[62.2461,-70.7589],[62.1547,-70.8067],[62.0633,-70.8544],[61.9718,-70.902],[61.8804,-70.9495],[61.789,-70.9969],[61.6976,-71.0441],[61.6062,-71.0913],[61.5147,-71.1383],[61.4233,-71.1852],[61.3319,-71.232],[61.2405,-71.2787],[61.149,-71.3253],[61.0576,-71.3718],[60.9662,-71.4181],[60.8748,-71.4643],[60.7834,-71.5105],[60.6919,-71.5565],[60.6005,-71.6024],[60.5091,-71.6482],[60.4177,-71.6939],[60.3262,-71.7395],[60.2348,-71.785],[60.1434,-71.8303],[60.052,-71.8756],[59.9606,-71.9207],[59.8691,-71.9657],[59.7777,-72.0107],[59.6863,-72.0555],[59.5949,-72.1002],[59.5034,-72.1448],[59.412,-72.1893],[59.3206,-72.2337],[59.2292,-72.278],[59.1377,-72.3221],[59.0463,-72.3662],[58.9549,-72.4102],[58.8635,-72.454],[58.7721,-72.4978],[58.6806,-72.5414],[58.5892,-72.5849],[58.4978,-72.6284],[58.4064,-72.6717],[58.3149,-72.7149],[58.2235,-72.758],[58.1321,-72.8011],[58.0407,-72.844],[57.9493,-72.8868],[57.8578,-72.9295],[57.7664,-72.9721],[57.675,-73.0146],[57.5836,-73.057],[57.4921,-73.0992],[57.4921,-73.1219],[57.4921,-73.1717],[57.4921,-73.2213],[57.4921,-73.2708],[57.6236,-73.298],[57.7629,-73.3268],[57.9023,-73.3555],[58.0416,-73.3842],[58.1219,-73.3996],[58.2646,-73.4268],[58.4072,-73.454],[58.5499,-73.4812],[58.6926,-73.5083],[58.8353,-73.5354],[58.978,-73.5624],[59.1207,-73.5894],[59.2634,-73.6163],[59.406,-73.6432],[59.5487,-73.6701],[59.6914,-73.6969],[59.8341,-73.7237],[59.9768,-73.7504],[60.1195,-73.7771],[60.2622,-73.8037],[60.4048,-73.8303],[60.5475,-73.8569],[60.6902,-73.8834],[60.8329,-73.9098],[60.9598,-73.9328],[61.1035,-73.9588],[61.2472,-73.9847],[61.3909,-74.0106],[61.5346,-74.0364],[61.6783,-74.0622],[61.822,-74.088],[61.9657,-74.1137],[62.1094,-74.1394],[62.2531,-74.1651],[62.3968,-74.1907],[62.5405,-74.2162],[62.6842,-74.2417],[62.8279,-74.2672],[62.9716,-74.2927],[63.1153,-74.3181],[63.259,-74.3434],[63.4027,-74.3687],[63.5464,-74.394],[63.6901,-74.4193],[63.7193,-74.4241],[63.865,-74.4485],[64.0107,-74.4728],[64.1565,-74.4971],[64.3022,-74.5213],[64.4479,-74.5455],[64.5936,-74.5696],[64.7394,-74.5938],[64.8851,-74.6178]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent Sentinel-2 image of the western part of the Lambert Glacier region (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-ls_polar4","name":"imagico.de: Landsat off-nadir early July 2020","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=ls_polar4&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-07-12T00:00:00.000Z","startDate":"2020-07-12T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-82.9935,81.9147],[-16.7075,81.9147],[-16.7075,83.1347],[-22.4464,83.5671],[-28.3104,83.8983],[-71.9,83.8983],[-78.3559,83.4863],[-84.4409,82.9562],[-84.4409,82.1649],[-82.9935,81.9147]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Latest images north of the regular Landsat limit (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-ls_polar2","name":"imagico.de: Landsat off-nadir July 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=ls_polar2&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-07-17T00:00:00.000Z","startDate":"2016-07-17T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-79.0517,81.9148],[-16.8884,81.9148],[-16.8884,83.1509],[-21.493,83.5035],[-26.4245,83.8022],[-73.6039,83.8022],[-79.0517,83.4334],[-79.0517,81.9148]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Latest images north of the regular Landsat limit (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-ls_polar5","name":"imagico.de: Landsat off-nadir late July 2020","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=ls_polar5&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-07-12T00:00:00.000Z","startDate":"2020-07-12T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-82.9935,81.9147],[-16.7075,81.9147],[-16.7075,83.1347],[-22.3489,83.5611],[-28.3104,83.8983],[-71.9,83.8983],[-78.3559,83.4863],[-84.4409,82.9562],[-84.4409,82.1649],[-82.9935,81.9147]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Latest images north of the regular Landsat limit (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-larsen_2018","name":"imagico.de: Larsen C ice shelf after calving","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=larsen_2018&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2018-01-06T00:00:00.000Z","startDate":"2018-01-06T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-63.0365,-68.9109],[-62.7282,-68.9652],[-62.6876,-68.9652],[-62.3443,-68.9652],[-62.001,-68.9652],[-61.6577,-68.9652],[-61.3144,-68.9652],[-60.971,-68.9652],[-60.6277,-68.9652],[-60.2844,-68.9652],[-59.9411,-68.9652],[-59.5977,-68.9652],[-59.2544,-68.9652],[-59.2378,-68.9505],[-59.1088,-68.8359],[-59.1088,-66.0775],[-59.2859,-66.0473],[-59.6023,-65.9932],[-59.9187,-65.9389],[-60.1979,-65.9392],[-60.5412,-65.9395],[-60.8845,-65.9399],[-60.9775,-66.0203],[-61.1238,-66.1462],[-61.27,-66.2715],[-61.4162,-66.3962],[-61.5625,-66.5203],[-61.7087,-66.6437],[-61.855,-66.7666],[-62.0012,-66.8888],[-62.1474,-67.0104],[-62.2937,-67.1314],[-62.4399,-67.2518],[-62.5862,-67.3717],[-62.7324,-67.4909],[-62.8786,-67.6095],[-63.0249,-67.7275],[-63.1711,-67.8449],[-63.3174,-67.9618],[-63.4636,-68.0781],[-63.6099,-68.1937],[-63.7561,-68.3088],[-63.9023,-68.4233],[-64.0486,-68.5373],[-64.0487,-68.6069],[-64.0489,-68.7318],[-63.9615,-68.7473],[-63.6532,-68.802],[-63.3448,-68.8565],[-63.0365,-68.9109]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"For updating the ice edge after the 2017 iceberg calving (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-AST_L1T_00311162013112731_20150618142416_109190","name":"imagico.de: Leskov Island ASTER","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=AST_L1T_00311162013112731_20150618142416_109190&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2013-11-16T00:00:00.000Z","startDate":"2013-11-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-28.2107,-56.7211],[-27.9696,-56.7211],[-27.9696,-56.625],[-28.2107,-56.625],[-28.2107,-56.7211]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing in other image sources (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81991002015286LGN00","name":"imagico.de: Leskov Island Landsat","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81991002015286LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-10-13T00:00:00.000Z","startDate":"2015-10-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-27.9929,-56.7348],[-27.9732,-56.7348],[-27.9698,-56.6028],[-28.2242,-56.6008],[-28.2278,-56.7326],[-27.9929,-56.7348]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing in other image sources (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R005_S69_20180222T061749","name":"imagico.de: Lützow-Holm Bay","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R005_S69_20180222T061749&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2018-02-22T00:00:00.000Z","startDate":"2018-02-22T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[35.124,-70.3116],[35.124,-70.3693],[35.124,-70.3693],[35.1827,-70.3693],[35.3544,-70.3692],[35.526,-70.3691],[35.6977,-70.369],[35.8693,-70.3689],[36.041,-70.3688],[36.2127,-70.3687],[36.3843,-70.3686],[36.556,-70.3685],[36.7276,-70.3684],[36.8993,-70.3683],[37.071,-70.3682],[37.2426,-70.3681],[37.4143,-70.368],[37.586,-70.3679],[37.7576,-70.3678],[37.9293,-70.3677],[38.1009,-70.3676],[38.2726,-70.3675],[38.4443,-70.3674],[38.6159,-70.3672],[38.7876,-70.3671],[38.9592,-70.367],[39.1309,-70.3669],[39.3026,-70.3668],[39.4742,-70.3667],[39.6459,-70.3666],[39.8175,-70.3665],[39.9892,-70.3664],[40.1609,-70.3663],[40.3325,-70.3662],[40.5042,-70.3661],[40.6759,-70.366],[40.8475,-70.3659],[41.0192,-70.3658],[41.1908,-70.3657],[41.3625,-70.3656],[41.5342,-70.3655],[41.7058,-70.3654],[41.8775,-70.3653],[42.0491,-70.3652],[42.2208,-70.3651],[42.2208,-68.4762],[42.2208,-68.4762],[42.0512,-68.4762],[41.8795,-68.4762],[41.7079,-68.4762],[41.5362,-68.4762],[41.3646,-68.4762],[41.1929,-68.4763],[41.0212,-68.4763],[40.8496,-68.4763],[40.6779,-68.4763],[40.5062,-68.4763],[40.3346,-68.4763],[40.1629,-68.4763],[39.9913,-68.4763],[39.8196,-68.4763],[39.6479,-68.4763],[39.4763,-68.4763],[39.3046,-68.4763],[39.133,-68.4763],[38.9613,-68.4764],[38.7896,-68.4764],[38.618,-68.4764],[38.4463,-68.4764],[38.2747,-68.4764],[38.103,-68.4764],[37.9313,-68.4764],[37.7597,-68.4764],[37.588,-68.4764],[37.4163,-68.4764],[37.2447,-68.4764],[37.073,-68.4764],[36.9014,-68.4764],[36.7297,-68.4764],[36.558,-68.4765],[36.3864,-68.4765],[36.3085,-68.5269],[36.2239,-68.5815],[36.1393,-68.6359],[36.0547,-68.6903],[35.9701,-68.7445],[35.8855,-68.7986],[35.8009,-68.8526],[35.7163,-68.9064],[35.6317,-68.9601],[35.5471,-69.0136],[35.4625,-69.0671],[35.3779,-69.1204],[35.2933,-69.1735],[35.2087,-69.2266],[35.1241,-69.2795],[35.1241,-69.3045],[35.1241,-69.3651],[35.1241,-69.4255],[35.1241,-69.4857],[35.1241,-69.5458],[35.1241,-69.6057],[35.1241,-69.6654],[35.1241,-69.725],[35.1241,-69.7844],[35.1241,-69.8436],[35.1241,-69.9027],[35.124,-69.9616],[35.124,-70.0204],[35.124,-70.0789],[35.124,-70.1373],[35.124,-70.1956],[35.124,-70.2537],[35.124,-70.3116]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date late season image or an area poorly mapped in OSM at the moment - lots of sea ice, be careful with distinguishing sea ice from ice shelves and floating glacier tongues. (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-ls_polar","name":"imagico.de: May 2013 off-nadir Landsat","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=ls_polar&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2013-05-17T00:00:00.000Z","startDate":"2013-05-17T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-85.7611,81.3933],[-22.782,81.4419],[-17.9672,82.7239],[-17.9658,83.1552],[-23.0662,83.4653],[-28.2078,83.7045],[-69.3585,83.7045],[-74.5564,83.4627],[-79.9521,83.1311],[-84.9934,82.731],[-89.8315,82.244],[-89.8302,82.1495],[-85.7611,81.3933]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"First available image north of the regular Landsat limit, mostly with seasonal snow cover so difficult to interpret, superseeded by newer images (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R128_SXX_20230214T204609","name":"imagico.de: McMurdo Sound","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R128_SXX_20230214T204609&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-02-14T00:00:00.000Z","startDate":"2023-02-14T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[152.0106,-80.6832],[152.4622,-80.7813],[154.7359,-80.7813],[155.5662,-80.6775],[157.176,-80.4595],[158.7135,-80.2342],[160.1813,-80.0024],[161.5824,-79.7644],[162.9198,-79.5207],[164.1963,-79.2716],[165.4151,-79.0175],[166.579,-78.7588],[167.6907,-78.4957],[168.7531,-78.2287],[169.7687,-77.9579],[170.74,-77.6836],[171.6695,-77.4061],[172.2248,-77.2311],[172.2248,-75.6694],[171.7345,-75.6704],[171.1136,-75.6679],[167.3167,-75.6679],[166.8414,-75.6717],[165.4578,-75.6745],[164.0745,-75.6694],[163.9241,-75.6679],[162.646,-75.6679],[162.0199,-75.8247],[161.0169,-76.0653],[159.9796,-76.3017],[159.2113,-76.4707],[158.1173,-76.7004],[156.986,-76.9252],[155.8163,-77.1449],[154.6072,-77.3591],[153.3576,-77.5676],[152.0668,-77.7701],[150.7339,-77.9663],[149.3583,-78.1559],[147.9395,-78.3384],[146.4773,-78.5137],[145.024,-78.6756],[145.024,-78.6996],[145.7522,-78.9524],[146.6561,-79.2483],[147.6103,-79.5417],[148.6184,-79.8321],[149.6848,-80.1194],[150.8139,-80.4032],[152.0106,-80.6832]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of McMurdo Sound, Southern Victoria Land and the Transantarctic Mountains north of Byrd Glacier (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R042_S78_20170214T202521","name":"imagico.de: McMurdo Sound and Dry Valleys","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R042_S78_20170214T202521&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-02-14T00:00:00.000Z","startDate":"2017-02-14T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[162.6595,-78.4257],[162.9125,-78.4514],[169.7813,-78.4514],[169.7813,-76.4764],[169.6502,-76.4764],[169.3069,-76.4765],[168.9635,-76.4765],[168.6202,-76.4765],[168.2769,-76.4766],[167.9336,-76.4766],[167.5903,-76.4766],[167.2469,-76.4767],[166.9036,-76.4767],[166.5603,-76.4767],[166.217,-76.4768],[165.8736,-76.4768],[165.5303,-76.4768],[165.187,-76.4769],[164.8437,-76.4769],[164.5004,-76.4769],[164.157,-76.477],[163.9882,-76.5103],[163.7262,-76.562],[163.4641,-76.6134],[163.2021,-76.6647],[162.94,-76.7158],[162.6779,-76.7666],[162.4159,-76.8173],[162.1538,-76.8678],[161.8918,-76.9181],[161.6297,-76.9682],[161.3677,-77.0181],[161.1056,-77.0679],[160.8435,-77.1174],[160.5815,-77.1668],[160.3194,-77.2159],[160.0574,-77.2649],[159.7953,-77.3137],[159.5333,-77.3623],[159.2712,-77.4108],[159.2712,-77.453],[159.2712,-77.5273],[159.2712,-77.6013],[159.3169,-77.6128],[159.5397,-77.6687],[159.7626,-77.7243],[159.9854,-77.7797],[160.2082,-77.8349],[160.4311,-77.8898],[160.6539,-77.9445],[160.8768,-77.9989],[161.0996,-78.0531],[161.3224,-78.107],[161.5453,-78.1607],[161.7681,-78.2142],[161.9909,-78.2674],[162.2138,-78.3204],[162.4366,-78.3732],[162.6595,-78.4257]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date late season image - not ice minimum, be careful with distinguishing sea ice from ice shelves. (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R092_S02_20160613T075613","name":"imagico.de: Mount Kenya 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R092_S02_20160613T075613&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-06-13T00:00:00.000Z","startDate":"2016-06-13T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[37.2067,-0.2668],[37.5655,-0.2668],[37.5655,-0.0119],[37.2067,-0.0119],[37.2067,-0.2668]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date image for glacier mapping (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R092_S05_20160802T075556","name":"imagico.de: Mount Kilimanjaro 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R092_S05_20160802T075556&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-08-02T00:00:00.000Z","startDate":"2016-08-02T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[37.2477,-3.2292],[37.6158,-3.2292],[37.6158,-2.9682],[37.2477,-2.9682],[37.2477,-3.2292]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date image for glacier mapping (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R049_SXX_20220316T080929","name":"imagico.de: Mühlig-Hofmann Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R049_SXX_20220316T080929&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2022-03-16T00:00:00.000Z","startDate":"2022-03-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[2.2049,-73.0815],[2.3765,-73.0826],[2.5305,-73.0825],[2.7021,-73.0824],[2.8738,-73.0822],[3.0455,-73.0821],[3.2171,-73.082],[3.3888,-73.0819],[3.5604,-73.0818],[3.7321,-73.0817],[3.9038,-73.0815],[4.0754,-73.0814],[4.2471,-73.0813],[4.4188,-73.0812],[4.5904,-73.0811],[4.7621,-73.081],[4.9337,-73.0808],[5.1054,-73.0807],[5.2771,-73.0806],[5.4487,-73.0805],[5.6204,-73.0804],[5.792,-73.0803],[5.9637,-73.0801],[6.1354,-73.08],[6.307,-73.0799],[6.4787,-73.0798],[6.6503,-73.0797],[6.822,-73.0796],[6.9937,-73.0794],[7.1653,-73.0793],[7.337,-73.0792],[7.5086,-73.0791],[7.6803,-73.079],[7.852,-73.0789],[8.0236,-73.0787],[8.1953,-73.0786],[8.367,-73.0785],[8.5386,-73.0784],[8.7103,-73.0783],[8.8819,-73.0782],[9.0536,-73.078],[9.2253,-73.0779],[9.3969,-73.0778],[9.5686,-73.0777],[9.7402,-73.0776],[9.9119,-73.0775],[10.0836,-73.0773],[10.2552,-73.0772],[10.4269,-73.0771],[10.5985,-73.077],[10.6657,-73.0369],[10.7411,-72.9919],[10.8165,-72.9467],[10.8918,-72.9014],[10.9672,-72.856],[11.0426,-72.8105],[11.1179,-72.7648],[11.1933,-72.7191],[11.2687,-72.6732],[11.344,-72.6272],[11.4194,-72.5811],[11.4948,-72.5349],[11.5701,-72.4885],[11.6455,-72.4421],[11.7208,-72.3955],[11.7962,-72.3488],[11.8716,-72.3019],[11.9469,-72.255],[11.9639,-72.2439],[12.0365,-72.1964],[12.1091,-72.1488],[12.1817,-72.1011],[12.2544,-72.0532],[12.327,-72.0052],[12.3996,-71.9571],[12.4722,-71.9089],[12.5449,-71.8605],[12.6175,-71.812],[12.6901,-71.7634],[12.7627,-71.7147],[12.8354,-71.6658],[12.908,-71.6168],[12.9806,-71.5677],[13.0532,-71.5185],[13.1259,-71.4691],[13.1985,-71.4196],[13.2711,-71.37],[13.3437,-71.3202],[13.4164,-71.2703],[13.4715,-71.2299],[13.5404,-71.1793],[13.6093,-71.1285],[13.6782,-71.0775],[13.7472,-71.0265],[13.8161,-70.9753],[13.885,-70.924],[13.9539,-70.8725],[14.0228,-70.821],[14.0917,-70.7692],[14.1607,-70.7174],[14.2296,-70.6654],[14.2985,-70.6133],[14.3674,-70.561],[14.4363,-70.5086],[14.5052,-70.4561],[14.5742,-70.4035],[14.6431,-70.3507],[14.712,-70.2977],[14.7809,-70.2446],[14.8498,-70.1914],[14.9187,-70.1381],[14.9257,-70.1323],[14.9911,-70.0783],[15.0564,-70.0241],[15.1217,-69.9698],[15.187,-69.9154],[15.2524,-69.8608],[15.3177,-69.8061],[15.383,-69.7512],[15.4484,-69.6962],[15.5137,-69.641],[15.579,-69.5857],[15.6443,-69.5303],[15.7097,-69.4747],[15.775,-69.419],[15.8403,-69.3631],[15.9057,-69.3071],[15.971,-69.2509],[16.0363,-69.1946],[16.1016,-69.1382],[16.167,-69.0815],[16.2323,-69.0248],[16.0832,-68.9996],[15.928,-68.9733],[15.7728,-68.947],[15.6175,-68.9206],[15.4623,-68.8943],[15.3071,-68.8679],[15.1518,-68.8414],[14.9966,-68.815],[14.8414,-68.7885],[14.6862,-68.7619],[14.5309,-68.7354],[14.3757,-68.7088],[14.2205,-68.6821],[14.0652,-68.6555],[13.91,-68.6288],[13.7548,-68.6021],[13.5996,-68.5753],[13.4443,-68.5485],[13.2891,-68.5217],[13.1339,-68.4948],[12.9786,-68.468],[12.8234,-68.441],[12.6682,-68.4141],[12.513,-68.3871],[12.3577,-68.3601],[12.2025,-68.3331],[12.0473,-68.306],[11.892,-68.2789],[11.7368,-68.2517],[11.5816,-68.2246],[11.4263,-68.1974],[11.2711,-68.1701],[11.1159,-68.1428],[10.9607,-68.1155],[10.8054,-68.0882],[10.6502,-68.0608],[10.495,-68.0334],[10.3397,-68.006],[10.1845,-67.9785],[10.0293,-67.9511],[9.8741,-67.9235],[9.7188,-67.896],[9.5636,-67.8684],[9.522,-67.8933],[9.4307,-67.948],[9.3394,-68.0025],[9.2481,-68.0569],[9.1568,-68.1111],[9.0656,-68.1653],[8.9743,-68.2193],[8.883,-68.2732],[8.7917,-68.3269],[8.7004,-68.3805],[8.6091,-68.434],[8.5178,-68.4874],[8.4266,-68.5407],[8.3353,-68.5938],[8.244,-68.6468],[8.1527,-68.6996],[8.0614,-68.7524],[7.9701,-68.805],[7.8788,-68.8575],[7.7876,-68.9099],[7.6963,-68.9621],[7.605,-69.0143],[7.5137,-69.0663],[7.4224,-69.1181],[7.3311,-69.1699],[7.2398,-69.2215],[7.1486,-69.2731],[7.0573,-69.3244],[6.966,-69.3757],[6.8747,-69.4269],[6.7834,-69.4779],[6.6921,-69.5288],[6.6008,-69.5796],[6.5096,-69.6302],[6.4183,-69.6808],[6.327,-69.7312],[6.2357,-69.7815],[6.1444,-69.8317],[6.0531,-69.8817],[5.9618,-69.9317],[5.8706,-69.9815],[5.7793,-70.0312],[5.688,-70.0808],[5.5967,-70.1303],[5.5054,-70.1796],[5.4141,-70.2289],[5.3228,-70.278],[5.2316,-70.327],[5.1403,-70.3759],[5.049,-70.4246],[4.9577,-70.4733],[4.8664,-70.5218],[4.7751,-70.5702],[4.6838,-70.6185],[4.5926,-70.6667],[4.5013,-70.7148],[4.41,-70.7628],[4.3187,-70.8106],[4.2274,-70.8583],[4.1361,-70.9059],[4.0448,-70.9534],[3.9536,-71.0008],[3.8623,-71.0481],[3.771,-71.0952],[3.6797,-71.1423],[3.5884,-71.1892],[3.4971,-71.236],[3.4058,-71.2828],[3.3146,-71.3293],[3.2233,-71.3758],[3.132,-71.4222],[3.0407,-71.4685],[2.9494,-71.5146],[2.8581,-71.5607],[2.7669,-71.6066],[2.6756,-71.6524],[2.5843,-71.6981],[2.493,-71.7437],[2.4017,-71.7892],[2.3104,-71.8346],[2.2191,-71.8798],[2.1279,-71.925],[2.0366,-71.97],[1.9453,-72.015],[1.854,-72.0598],[1.7627,-72.1045],[1.6714,-72.1492],[1.5801,-72.1937],[1.4889,-72.2381],[1.3976,-72.2824],[1.3063,-72.3266],[1.215,-72.3706],[1.1237,-72.4146],[1.0324,-72.4585],[0.9411,-72.5023],[0.8499,-72.5459],[0.7586,-72.5895],[0.6673,-72.6329],[0.576,-72.6763],[0.4847,-72.7195],[0.3934,-72.7626],[0.3021,-72.8056],[0.2109,-72.8486],[0.1196,-72.8914],[0.0283,-72.9341],[-0.063,-72.9767],[-0.0638,-72.9818],[-0.0718,-73.0319],[0.0148,-73.0357],[0.1845,-73.0432],[0.2248,-73.0448],[0.3947,-73.0518],[0.5647,-73.0588],[0.7347,-73.0658],[0.9047,-73.0728],[1.0035,-73.0735],[1.1752,-73.0746],[1.3468,-73.0758],[1.5184,-73.0769],[1.69,-73.078],[1.8616,-73.0792],[2.0332,-73.0803],[2.2049,-73.0815]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Mühlig-Hofmann Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LO80841332019355LGN00","name":"imagico.de: Mühlig-Hofmann Mountains evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LO80841332019355LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-12-21T00:00:00.000Z","startDate":"2019-12-21T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[5.0055,-73.2949],[5.1577,-73.3831],[5.2885,-73.3628],[5.5902,-73.3158],[5.8918,-73.2687],[6.1935,-73.2214],[6.4951,-73.174],[6.7968,-73.1265],[7.0984,-73.0788],[7.4001,-73.0311],[7.7018,-72.9831],[7.7057,-72.9825],[7.9993,-72.9303],[8.2929,-72.878],[8.5865,-72.8255],[8.8801,-72.7729],[9.1737,-72.7201],[9.4673,-72.6672],[9.7609,-72.6141],[10.0545,-72.5608],[10.3481,-72.5074],[10.3144,-72.4905],[10.1377,-72.4017],[9.961,-72.3125],[9.7842,-72.2229],[9.6075,-72.1328],[9.4308,-72.0423],[9.2541,-71.9513],[9.0773,-71.8599],[8.9006,-71.768],[8.7239,-71.6757],[8.5472,-71.5829],[8.3705,-71.4897],[8.1937,-71.396],[8.017,-71.3019],[7.8403,-71.2073],[7.6636,-71.1123],[7.4868,-71.0167],[7.457,-71.0218],[7.1523,-71.0732],[6.8476,-71.1244],[6.5429,-71.1756],[6.2383,-71.2266],[5.9336,-71.2774],[5.6289,-71.3282],[5.3242,-71.3787],[5.0196,-71.4292],[4.7149,-71.4795],[4.4102,-71.5297],[4.1055,-71.5798],[3.8008,-71.6298],[3.4962,-71.6796],[3.1915,-71.7292],[2.8868,-71.7788],[2.5821,-71.8282],[2.7214,-71.9158],[2.8737,-72.011],[3.0259,-72.1058],[3.1782,-72.2001],[3.3305,-72.294],[3.4828,-72.3873],[3.635,-72.4802],[3.7873,-72.5726],[3.9396,-72.6645],[4.0918,-72.7559],[4.2441,-72.8469],[4.3964,-72.9374],[4.5487,-73.0275],[4.7009,-73.1171],[4.8532,-73.2062],[5.0055,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Mühlig-Hofmann Mountains showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80891322019359LGN00","name":"imagico.de: Neumayer Cliffs east evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80891322019359LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-12-25T00:00:00.000Z","startDate":"2019-12-25T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-0.2144,-74.5813],[-0.0481,-74.6609],[-0.0481,-74.6609],[-0.0157,-74.6558],[0.2793,-74.6092],[0.5742,-74.5625],[0.8692,-74.5157],[1.1641,-74.4687],[1.459,-74.4216],[1.754,-74.3743],[2.0489,-74.3269],[2.3438,-74.2794],[2.6388,-74.2317],[2.8335,-74.1964],[3.1193,-74.1446],[3.4051,-74.0925],[3.691,-74.0403],[3.9768,-73.9879],[4.2626,-73.9354],[4.5485,-73.8827],[4.8343,-73.8298],[5.1201,-73.7767],[5.406,-73.7235],[5.3417,-73.6961],[5.1532,-73.6154],[4.9646,-73.5342],[4.776,-73.4527],[4.5875,-73.3708],[4.3989,-73.2885],[4.2104,-73.2058],[4.0218,-73.1227],[3.8332,-73.0392],[3.6447,-72.9553],[3.4561,-72.871],[3.2675,-72.7863],[3.079,-72.7012],[2.8904,-72.6157],[2.7018,-72.5298],[2.5133,-72.4434],[2.3247,-72.3567],[2.1362,-72.2695],[2.0675,-72.2813],[1.7685,-72.3326],[1.4695,-72.3838],[1.1706,-72.4348],[0.8716,-72.4856],[0.5726,-72.5364],[0.2737,-72.5869],[-0.0253,-72.6374],[-0.3243,-72.6877],[-0.6233,-72.7378],[-0.9222,-72.7878],[-1.2212,-72.8377],[-1.5202,-72.8874],[-1.8192,-72.937],[-2.1181,-72.9865],[-2.4171,-73.0358],[-2.7161,-73.085],[-3.0151,-73.134],[-2.9357,-73.1779],[-2.7762,-73.2656],[-2.6167,-73.353],[-2.4572,-73.4398],[-2.2977,-73.5263],[-2.1382,-73.6123],[-1.9788,-73.6978],[-1.8193,-73.783],[-1.6598,-73.8677],[-1.5003,-73.9519],[-1.379,-74.0124],[-1.2126,-74.0949],[-1.0463,-74.177],[-0.8799,-74.2586],[-0.7135,-74.3399],[-0.5472,-74.4208],[-0.3808,-74.5012],[-0.2144,-74.5813]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Neumayer Cliffs (east) showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80901322020001LGN00","name":"imagico.de: Neumayer Cliffs evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80901322020001LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-1.766,-74.5812],[-1.5999,-74.6609],[-1.5999,-74.6609],[-1.5431,-74.652],[-1.2481,-74.6054],[-0.9531,-74.5587],[-0.658,-74.5119],[-0.363,-74.465],[-0.068,-74.4178],[0.227,-74.3706],[0.522,-74.3232],[0.817,-74.2757],[1.112,-74.228],[1.281,-74.1975],[1.5668,-74.1456],[1.8526,-74.0935],[2.1385,-74.0413],[2.4243,-73.989],[2.7101,-73.9364],[2.996,-73.8837],[3.2818,-73.8308],[3.5676,-73.7778],[3.8535,-73.7246],[3.7893,-73.6971],[3.601,-73.6164],[3.4128,-73.5352],[3.2245,-73.4536],[3.0362,-73.3716],[2.848,-73.2893],[2.6597,-73.2065],[2.4715,-73.1234],[2.2832,-73.0398],[2.0949,-72.9559],[1.9067,-72.8715],[1.7184,-72.7868],[1.5301,-72.7016],[1.3419,-72.616],[1.1536,-72.5301],[0.9653,-72.4437],[0.7771,-72.3569],[0.5888,-72.2696],[0.5198,-72.2815],[0.2208,-72.3328],[-0.0782,-72.3839],[-0.3772,-72.4349],[-0.6762,-72.4858],[-0.9752,-72.5365],[-1.2742,-72.587],[-1.5732,-72.6375],[-1.8722,-72.6878],[-2.1712,-72.7379],[-2.4702,-72.7879],[-2.7692,-72.8378],[-3.0681,-72.8875],[-3.3671,-72.9371],[-3.6661,-72.9865],[-3.9651,-73.0358],[-4.2641,-73.085],[-4.5631,-73.134],[-4.5331,-73.1507],[-4.3739,-73.2386],[-4.2146,-73.3261],[-4.0554,-73.4132],[-3.8962,-73.4998],[-3.737,-73.5859],[-3.5778,-73.6717],[-3.4186,-73.757],[-3.2594,-73.8418],[-3.1002,-73.9263],[-3.0947,-73.929],[-2.9286,-74.012],[-2.7625,-74.0946],[-2.5964,-74.1767],[-2.4303,-74.2584],[-2.2642,-74.3397],[-2.0981,-74.4207],[-1.9321,-74.5011],[-1.766,-74.5812]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Neumayer Cliffs showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80940622015159LGN00","name":"imagico.de: New Ireland","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80940622015159LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2015-06-08T00:00:00.000Z","startDate":"2015-06-08T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[150.3885,-2.8005],[150.8335,-2.8005],[150.8335,-2.3834],[150.3885,-2.3834],[150.3885,-2.8005]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Many missing islands in OSM (mostly mapped meanwhile) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R098_S83_20230113T182459","name":"imagico.de: Nimrod Glacier North","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R098_S83_20230113T182459&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-01-13T00:00:00.000Z","startDate":"2023-01-13T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[151.785,-82.1519],[151.8105,-82.4941],[151.8378,-82.8363],[152.9743,-82.8321],[155.7077,-82.8105],[158.4191,-82.7727],[161.0968,-82.7192],[163.7302,-82.6501],[166.3097,-82.5659],[168.8268,-82.4673],[171.2746,-82.3546],[172.737,-82.2769],[172.737,-81.0148],[171.3032,-81.0074],[169.6851,-81.0169],[167.4924,-81.0186],[165.302,-81.0074],[163.6841,-81.0169],[161.4914,-81.0186],[159.3011,-81.0074],[157.6834,-81.0169],[155.4912,-81.0186],[153.3017,-81.0074],[151.7164,-81.0313],[151.7164,-81.0998],[151.7179,-81.1254],[151.7389,-81.4676],[151.7612,-81.8098],[151.785,-82.1519]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Nimrod Glacier and the southern Churchill Mountains in the southern Transantarctic Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R069_S83_20230111T174429","name":"imagico.de: Nimrod Glacier South","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R069_S83_20230111T174429&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2023-01-11T00:00:00.000Z","startDate":"2023-01-11T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[157.4573,-82.1477],[157.2873,-82.4889],[157.1004,-82.8302],[157.2924,-82.8316],[160.0344,-82.8437],[162.78,-82.8394],[165.5167,-82.8189],[168.2322,-82.7823],[170.9149,-82.7299],[173.5539,-82.6618],[176.1395,-82.5787],[178.0729,-82.5038],[178.0729,-81.0113],[177.3031,-81.0074],[175.6841,-81.0169],[173.4914,-81.0186],[171.3011,-81.0074],[169.6834,-81.0169],[167.4912,-81.0186],[165.3017,-81.0074],[163.6823,-81.0169],[161.4912,-81.0186],[159.3029,-81.0073],[157.9201,-81.0296],[157.8859,-81.1236],[157.7551,-81.465],[157.6127,-81.8064],[157.4573,-82.1477]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Nimrod Glacier and the northern Queen Elizabeth Range in the southern Transantarctic Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-northsea_s2_2016","name":"imagico.de: North Sea Coast 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=northsea_s2_2016&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-09-25T00:00:00.000Z","startDate":"2016-09-25T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[5.1562,52.8755],[9.6846,52.8877],[9.8813,53.2428],[9.8813,55.7459],[6.4155,55.7379],[5.1615,53.0325],[5.1562,52.8755]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals (superseeded by newer image) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-northsea_s2_2017","name":"imagico.de: North Sea Coast 2017","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=northsea_s2_2017&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2017-06-02T00:00:00.000Z","startDate":"2017-06-02T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[5.1713,53.0918],[9.7789,53.0918],[9.8813,53.2761],[9.8813,55.8973],[6.477,55.8973],[5.1713,53.0918]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals (superseeded by newer image) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-northsea_s2_2018","name":"imagico.de: North Sea Coast spring 2018","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=northsea_s2_2018&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2018-05-08T00:00:00.000Z","startDate":"2018-05-08T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[5.3179,53.0918],[9.7758,53.0921],[9.8813,53.2819],[9.8813,56.3578],[6.7023,56.3572],[5.322,53.4418],[5.3179,53.0918]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-caspian_2018","name":"imagico.de: Northeast Caspian Sea 2018","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=caspian_2018&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2018-05-16T00:00:00.000Z","startDate":"2018-05-16T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[51.0243,45.0729],[53.6474,45.0729],[53.6471,46.3177],[52.4259,46.5687],[51.0243,46.569],[51.0243,45.0729]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Coastal contruction and Kashagan oil field in Kazakhstan in May 2018 (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-ural_s2_2016","name":"imagico.de: Northern and Polar Ural mountains August 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=ural_s2_2016&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-08-12T00:00:00.000Z","startDate":"2016-08-12T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[59.199,64.892],[64.2165,64.9196],[67.733,67.7488],[67.733,68.4433],[60.7333,68.4429],[59.199,66.9166],[59.199,64.892]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date late summer imagery with few clouds - caution: not all visible snow is glaciers (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-ndvina","name":"imagico.de: Northern Dvina delta at low tide","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=ndvina&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2015-09-13T00:00:00.000Z","startDate":"2015-09-13T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[37.7291,64.1971],[41.2114,64.1973],[41.3223,64.3142],[41.3223,65.2705],[37.8592,65.2705],[37.7291,65.1161],[37.7291,64.1971]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Beaches, tidal flats and other costal forms, somewhat outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-nellesmere_ast","name":"imagico.de: Northern Ellesmere Island","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=nellesmere_ast&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2012-07-09T00:00:00.000Z","startDate":"2012-07-09T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-81.6292,82.4597],[-65.8117,82.4597],[-65.6579,83.0323],[-72.8031,83.0957],[-83.0314,83.0588],[-83.0314,82.4799],[-81.6292,82.4597]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Assembled from July 2012 ASTER imagery (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-nellesmere_ast_2016","name":"imagico.de: Northern Ellesmere Island July 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=nellesmere_ast_2016&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2012-07-15T00:00:00.000Z","startDate":"2012-07-08T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-78.8973,82.1758],[-65.0092,82.1758],[-63.7801,82.722],[-63.7801,82.9891],[-66.5899,83.085],[-82.645,83.0807],[-82.645,82.1943],[-78.8973,82.1758]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Assembled from July 2016 ASTER imagery (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81960222015233LGN00vis","name":"imagico.de: Northern German west coast tidalflats","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81960222015233LGN00vis&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2015-08-21T00:00:00.000Z","startDate":"2015-08-21T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[7.6357,53.2803],[9.2078,53.2803],[9.2078,55.4811],[8.4943,55.5025],[7.6357,53.6677],[7.6357,53.2803]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals, superseeded by newer images (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81960222015233LGN00ir","name":"imagico.de: Northern German west coast tidalflats (infrared)","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81960222015233LGN00ir&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2015-08-21T00:00:00.000Z","startDate":"2015-08-21T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[7.6357,53.2803],[9.2078,53.2803],[9.2078,55.4811],[8.4943,55.5025],[7.6357,53.6681],[7.6357,53.2803]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals, superseeded by newer images (false color IR)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-ngreenland_ast","name":"imagico.de: Northern Greenland ASTER","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=ngreenland_ast&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2012-08-13T00:00:00.000Z","startDate":"2005-06-21T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-52.4922,82.4897],[-23.4045,82.4897],[-21.1839,82.7431],[-21.1839,83.3978],[-25.264,83.5827],[-29.5253,83.7321],[-44.5285,83.7321],[-49.287,83.4731],[-52.4922,82.9429],[-52.4922,82.4897]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Assembled from mostly 2012 ASTER imagery, some 2005 images mainly in the northeast (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-EO1A1350972013086110KF","name":"imagico.de: Northwest Heard Island","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=EO1A1350972013086110KF&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2013-03-13T00:00:00.000Z","startDate":"2013-03-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[73.2279,-53.2033],[73.7178,-53.2033],[73.7899,-53.0605],[73.7899,-52.9494],[73.2595,-52.9494],[73.2279,-53.0107],[73.2279,-53.2033]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Glaciers of Northwest Heard Island (mapped meanwhile) (false color IR)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-aster_anti2","name":"imagico.de: Ohio Range","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=aster_anti2&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2009-01-01T00:00:00.000Z","startDate":"2001-01-01T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-120.615,-85.0511],[-87.4598,-85.0511],[-85.0513,-84.2365],[-85.4314,-84.0794],[-93.6269,-84.0855],[-115.2085,-84.1075],[-121.0602,-84.7506],[-120.615,-85.0511]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"ASTER imagery from 2001-2009 from the Ohio Range, positional accuracy in parts is bad (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80821332017351LGN00","name":"imagico.de: Orvin Mountains 2017 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80821332017351LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-12-17T00:00:00.000Z","startDate":"2017-12-17T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[8.0718,-73.2949],[8.224,-73.3831],[8.3832,-73.3583],[8.6847,-73.3112],[8.9863,-73.264],[9.2878,-73.2167],[9.5893,-73.1692],[9.8909,-73.1216],[10.1924,-73.0739],[10.4939,-73.026],[10.7954,-72.978],[11.0629,-72.9305],[11.3565,-72.8782],[11.6501,-72.8257],[11.9437,-72.773],[12.2372,-72.7202],[12.5308,-72.6673],[12.8244,-72.6142],[13.118,-72.5609],[13.4116,-72.5075],[13.3774,-72.4904],[13.2007,-72.4016],[13.0239,-72.3124],[12.8472,-72.2228],[12.6704,-72.1327],[12.4936,-72.0422],[12.3169,-71.9512],[12.1401,-71.8598],[11.9634,-71.768],[11.7866,-71.6756],[11.6098,-71.5829],[11.4331,-71.4897],[11.2563,-71.396],[11.0796,-71.3019],[10.9028,-71.2073],[10.726,-71.1122],[10.5493,-71.0167],[10.5249,-71.0209],[10.2202,-71.0723],[9.9155,-71.1235],[9.6108,-71.1747],[9.3062,-71.2257],[9.0015,-71.2765],[8.6968,-71.3273],[8.3921,-71.3779],[8.0875,-71.4283],[7.7828,-71.4787],[7.4781,-71.5289],[7.1734,-71.5789],[6.8688,-71.6289],[6.5641,-71.6787],[6.2594,-71.7284],[5.9547,-71.7779],[5.6501,-71.8273],[5.79,-71.9154],[5.9421,-72.0107],[6.0942,-72.1055],[6.2463,-72.1998],[6.3985,-72.2937],[6.5506,-72.3871],[6.7027,-72.48],[6.8548,-72.5724],[7.007,-72.6643],[7.1591,-72.7558],[7.3112,-72.8468],[7.4633,-72.9373],[7.6155,-73.0274],[7.7676,-73.117],[7.9197,-73.2062],[8.0718,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Orvin Mountains 2017 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80821332021346LGN00","name":"imagico.de: Orvin Mountains 2021 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80821332021346LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2021-12-12T00:00:00.000Z","startDate":"2021-12-12T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[8.0868,-73.2949],[8.2391,-73.3831],[8.4121,-73.3561],[8.7136,-73.309],[9.0151,-73.2618],[9.3165,-73.2144],[9.618,-73.1669],[9.9195,-73.1193],[10.221,-73.0715],[10.5225,-73.0236],[10.8239,-72.9756],[11.0785,-72.9303],[11.3721,-72.878],[11.6656,-72.8255],[11.9591,-72.7728],[12.2526,-72.72],[12.5461,-72.667],[12.8396,-72.6138],[13.1332,-72.5605],[13.4267,-72.5071],[13.3929,-72.4902],[13.216,-72.4014],[13.0392,-72.3122],[12.8623,-72.2226],[12.6855,-72.1325],[12.5086,-72.042],[12.3318,-71.9511],[12.1549,-71.8597],[11.9781,-71.7678],[11.8013,-71.6755],[11.6244,-71.5828],[11.4476,-71.4896],[11.2707,-71.3959],[11.0939,-71.3018],[10.917,-71.2073],[10.7402,-71.1122],[10.5634,-71.0167],[10.5374,-71.0211],[10.2328,-71.0725],[9.9281,-71.1238],[9.6234,-71.1749],[9.3188,-71.2259],[9.0141,-71.2768],[8.7094,-71.3275],[8.4048,-71.3781],[8.1001,-71.4286],[7.7954,-71.479],[7.4908,-71.5292],[7.1861,-71.5792],[6.8814,-71.6292],[6.5768,-71.679],[6.2721,-71.7287],[5.9674,-71.7782],[5.6628,-71.8277],[5.8029,-71.9157],[5.9551,-72.011],[6.1074,-72.1058],[6.2596,-72.2001],[6.4119,-72.2939],[6.5642,-72.3873],[6.7164,-72.4802],[6.8687,-72.5726],[7.021,-72.6645],[7.1732,-72.7559],[7.3255,-72.8469],[7.4777,-72.9374],[7.63,-73.0275],[7.7823,-73.1171],[7.9345,-73.2062],[8.0868,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Orvin Mountains 2021 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R111_N09_20160604T154554","name":"imagico.de: Panama Canal","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R111_N09_20160604T154554&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-06-07T00:00:00.000Z","startDate":"2016-06-07T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-80.0165,8.849],[-79.4686,8.849],[-79.4686,9.4148],[-80.0165,9.4148],[-80.0165,8.849]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Images of the new locks (but partly cloudy, somewhat outdated) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-EO1A0120532016364110KF","name":"imagico.de: Panama Canal - Pacific side","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=EO1A0120532016364110KF&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-12-30T00:00:00.000Z","startDate":"2016-12-30T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-79.6254,8.7708],[-79.3283,8.7708],[-79.2682,9.0929],[-79.6536,9.0929],[-79.6867,8.9371],[-79.6868,8.822],[-79.6254,8.7708]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"New locks with less clouds than in the Sentinel-2 image - make sure to check image alignment, outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-aster_anti3","name":"imagico.de: Patuxent Range","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=aster_anti3&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2009-01-01T00:00:00.000Z","startDate":"2001-01-01T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-69.1012,-85.0511],[-58.9149,-85.0511],[-56.4886,-84.922],[-63.0926,-83.7207],[-68.4315,-83.9809],[-71.7929,-84.3003],[-69.1012,-85.0511]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"ASTER imagery from 2001-2009 from the Patuxent Range, positional accuracy in parts is bad (true color with estimated blue)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R078_N68_20160930T081002","name":"imagico.de: Pechora Sea Coast","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R078_N68_20160930T081002&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-09-30T00:00:00.000Z","startDate":"2016-09-30T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[53.1802,67.5344],[59.9153,67.5344],[61.9823,68.9395],[61.9837,69.7161],[60.6947,69.977],[59.004,70.2786],[55.3584,70.2786],[54.2107,69.3367],[53.1821,68.414],[53.1802,67.5344]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Pechora Sea coast in autumn 2016 (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81511242016033LGN00","name":"imagico.de: Pensacola Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81511242016033LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-02-02T00:00:00.000Z","startDate":"2016-02-02T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-54.4685,-84.0689],[-53.2092,-84.1252],[-52.7533,-84.1252],[-51.38,-84.1252],[-50.0067,-84.1252],[-48.6334,-84.1252],[-47.2601,-84.1252],[-45.8868,-84.1252],[-44.5135,-84.1252],[-44.514,-84.0454],[-44.5148,-83.9013],[-44.5155,-83.7536],[-44.5163,-83.6024],[-44.5171,-83.4475],[-44.5179,-83.2889],[-44.5187,-83.1265],[-44.5194,-82.9602],[-44.5202,-82.7899],[-44.521,-82.6155],[-44.5218,-82.4368],[-44.7229,-82.4303],[-46.0566,-82.3871],[-47.3903,-82.3436],[-48.7241,-82.2999],[-49.629,-82.2999],[-51.0023,-82.2998],[-52.3756,-82.2998],[-53.7489,-82.2998],[-55.1222,-82.2998],[-56.4955,-82.2998],[-57.8688,-82.2997],[-59.2421,-82.2997],[-60.6143,-82.2997],[-60.6143,-83.7861],[-59.5057,-83.8381],[-58.2464,-83.8966],[-56.9871,-83.9546],[-55.7278,-84.012],[-54.4685,-84.0689]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Outside regular Landsat coverage and therefore not in LIMA and Bing/Maxar/Esri/Mapbox (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R136_N41_20150831T093006","name":"imagico.de: Prokletije Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R136_N41_20150831T093006&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2015-08-31T00:00:00.000Z","startDate":"2015-08-31T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[19.1123,42.1532],[20.6379,42.1678],[20.633,43.096],[19.0843,43.0807],[19.1123,42.1532]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Late summer imagery where usual sources are severely limited by clouds and snow, somewhat outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-DMS_1142622_03746_20110415_17533956","name":"imagico.de: Qasigiannguit","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=DMS_1142622_03746_20110415_17533956&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2011-04-15T00:00:00.000Z","startDate":"2011-04-15T00:00:00.000Z","zoomExtent":[0,15],"polygon":[[[-51.2386,68.7997],[-51.1404,68.8012],[-51.1517,68.853],[-51.2433,68.853],[-51.2386,68.7997]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Icebridge DMS image of the settlement - alignment might be poor","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81510432015030LGN00","name":"imagico.de: Rann of Kutch","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81510432015030LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[67.9684,22.3626],[71.4899,22.3626],[71.4899,24.8869],[67.8623,24.8869],[67.8623,22.3839],[67.9684,22.3626]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Land/water distinction difficult to properly map based on Bing/Maxar/Esri/Mapbox images (false color IR)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R093_N41_20150828T092005","name":"imagico.de: Rila and Pirin Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R093_N41_20150828T092005&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2015-08-28T00:00:00.000Z","startDate":"2015-08-28T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[23.8081,41.5849],[23.9656,41.5849],[23.994,42.2834],[23.0119,42.2998],[22.9924,41.602],[23.8081,41.5849]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Late summer imagery where usual sources are severely limited by clouds and snow, somewhat outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LO80771332019354LGN00","name":"imagico.de: Russkiye Mountains east evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LO80771332019354LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-12-20T00:00:00.000Z","startDate":"2019-12-20T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[15.8215,-73.2949],[15.9734,-73.3831],[16.184,-73.3503],[16.4854,-73.3032],[16.7869,-73.2559],[17.0884,-73.2085],[17.3899,-73.161],[17.6913,-73.1133],[17.9928,-73.0655],[18.2943,-73.0176],[18.5957,-72.9696],[18.8164,-72.9303],[19.1099,-72.8779],[19.4033,-72.8254],[19.6968,-72.7727],[19.9903,-72.7198],[20.2837,-72.6668],[20.5772,-72.6137],[20.8707,-72.5604],[21.1641,-72.5069],[21.1305,-72.4901],[20.9536,-72.4013],[20.7768,-72.3121],[20.5999,-72.2225],[20.423,-72.1325],[20.2461,-72.042],[20.0693,-71.951],[19.8924,-71.8596],[19.7155,-71.7678],[19.5386,-71.6755],[19.3617,-71.5827],[19.1849,-71.4896],[19.008,-71.3959],[18.8311,-71.3018],[18.6542,-71.2072],[18.4774,-71.1122],[18.3005,-71.0167],[18.2776,-71.0206],[17.9729,-71.072],[17.6682,-71.1233],[17.3635,-71.1744],[17.0588,-71.2254],[16.7541,-71.2762],[16.4495,-71.327],[16.1448,-71.3776],[15.8401,-71.428],[15.5354,-71.4784],[15.2307,-71.5286],[14.926,-71.5786],[14.6214,-71.6286],[14.3167,-71.6784],[14.012,-71.7281],[13.7073,-71.7776],[13.4026,-71.827],[13.5422,-71.915],[13.6941,-72.0103],[13.8461,-72.1052],[13.998,-72.1995],[14.15,-72.2934],[14.3019,-72.3868],[14.4539,-72.4797],[14.6059,-72.5721],[14.7578,-72.6641],[14.9098,-72.7556],[15.0617,-72.8466],[15.2137,-72.9372],[15.3656,-73.0273],[15.5176,-73.117],[15.6695,-73.2061],[15.8215,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Russkiye Mountains (east) showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80781332017355LGN00","name":"imagico.de: Russkiye Mountains west evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80781332017355LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-12-21T00:00:00.000Z","startDate":"2017-12-21T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[14.2399,-73.2948],[14.3917,-73.3831],[14.6071,-73.3495],[14.9086,-73.3023],[15.21,-73.2551],[15.5114,-73.2076],[15.8128,-73.1601],[16.1142,-73.1124],[16.4157,-73.0646],[16.7171,-73.0166],[17.0185,-72.9686],[17.2341,-72.9302],[17.5276,-72.8778],[17.8211,-72.8253],[18.1146,-72.7726],[18.4081,-72.7198],[18.7016,-72.6668],[18.9951,-72.6137],[19.2886,-72.5603],[19.5821,-72.5069],[19.5455,-72.4886],[19.3686,-72.3998],[19.1918,-72.3106],[19.0149,-72.221],[18.838,-72.1309],[18.6612,-72.0404],[18.4843,-71.9494],[18.3075,-71.858],[18.1306,-71.7662],[17.9537,-71.6739],[17.7769,-71.5811],[17.6,-71.4879],[17.4231,-71.3943],[17.2463,-71.3002],[17.0694,-71.2056],[16.8926,-71.1106],[16.7157,-71.0151],[16.6944,-71.0187],[16.3898,-71.0702],[16.0853,-71.1215],[15.7807,-71.1727],[15.4762,-71.2238],[15.1716,-71.2748],[14.8671,-71.3256],[14.5625,-71.3763],[14.258,-71.4268],[13.9535,-71.4772],[13.6489,-71.5275],[13.3444,-71.5777],[13.0398,-71.6277],[12.7353,-71.6776],[12.4307,-71.7274],[12.1262,-71.777],[11.8216,-71.8265],[11.9617,-71.9148],[12.1135,-72.0101],[12.2654,-72.105],[12.4173,-72.1994],[12.5692,-72.2933],[12.7211,-72.3867],[12.8729,-72.4796],[13.0248,-72.572],[13.1767,-72.664],[13.3286,-72.7555],[13.4805,-72.8466],[13.6323,-72.9372],[13.7842,-73.0273],[13.9361,-73.1169],[14.088,-73.2061],[14.2399,-73.2948]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Russkiye Mountains (west) showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81730602015040LGN00","name":"imagico.de: Rwenzori Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81730602015040LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-02-09T00:00:00.000Z","startDate":"2015-02-09T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[29.7663,0.2069],[30.0346,0.2069],[30.0346,0.5092],[29.7663,0.5092],[29.7663,0.2069]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Image of most of the remaining Rwenzori Mountains glaciers (somewhat outdated) (false color IR)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R078_N01_20160702T082522","name":"imagico.de: Rwenzori Mountains 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R078_N01_20160702T082522&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-07-02T00:00:00.000Z","startDate":"2016-07-02T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[29.8051,0.2359],[30.025,0.2359],[30.025,0.4671],[29.8051,0.4671],[29.8051,0.2359]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date image for glacier mapping (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80611072014036LGN00","name":"imagico.de: Scott Island","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80611072014036LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2014-02-05T00:00:00.000Z","startDate":"2014-02-05T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-180,-67.4263],[-179.8247,-67.4263],[-179.8247,-67.3254],[-180,-67.3254],[-180,-67.4263]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing in other image sources (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R049_S8X_20210209T080929","name":"imagico.de: Shackleton Range","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R049_S8X_20210209T080929&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2021-02-09T00:00:00.000Z","startDate":"2021-02-09T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-56.802,-82.8472],[-56.4587,-82.8481],[-56.4318,-82.848],[-56.0886,-82.8467],[-55.7455,-82.8453],[-55.4023,-82.844],[-55.0592,-82.8426],[-54.716,-82.8413],[-54.3729,-82.8399],[-54.0297,-82.8386],[-53.6866,-82.8372],[-53.3434,-82.8359],[-53.0003,-82.8345],[-52.6571,-82.8332],[-52.4283,-82.8308],[-52.0861,-82.8272],[-51.744,-82.8237],[-51.4018,-82.8201],[-51.0597,-82.8166],[-50.7175,-82.813],[-50.3754,-82.8095],[-50.2332,-82.8074],[-49.8922,-82.8025],[-49.5511,-82.7976],[-49.21,-82.7927],[-48.8689,-82.7878],[-48.5278,-82.7829],[-48.1867,-82.778],[-48.0399,-82.775],[-47.701,-82.768],[-47.3622,-82.761],[-47.0234,-82.7541],[-46.6845,-82.7471],[-46.3457,-82.7401],[-46.0069,-82.7331],[-45.668,-82.7261],[-45.3292,-82.7191],[-44.9904,-82.712],[-44.9046,-82.7096],[-44.5694,-82.7001],[-44.2343,-82.6907],[-43.8992,-82.6812],[-43.5641,-82.6717],[-43.229,-82.6621],[-42.8938,-82.6526],[-42.5587,-82.6431],[-42.2236,-82.6335],[-41.8885,-82.6239],[-41.7254,-82.6179],[-41.3953,-82.6058],[-41.0653,-82.5936],[-40.7352,-82.5814],[-40.4052,-82.5692],[-40.0751,-82.557],[-39.745,-82.5447],[-39.415,-82.5324],[-39.0849,-82.5202],[-38.7549,-82.5078],[-38.4248,-82.4955],[-38.0947,-82.4832],[-37.7921,-82.4692],[-37.4682,-82.4543],[-37.1443,-82.4393],[-36.8204,-82.4243],[-36.4965,-82.4093],[-36.1726,-82.3943],[-35.8487,-82.3792],[-35.5248,-82.3641],[-35.2008,-82.3489],[-34.8769,-82.3338],[-34.553,-82.3186],[-34.4879,-82.3149],[-34.171,-82.2973],[-33.8542,-82.2795],[-33.5373,-82.2617],[-33.2204,-82.2439],[-32.9036,-82.2261],[-32.5867,-82.2082],[-32.2699,-82.1902],[-31.953,-82.1722],[-31.6361,-82.1542],[-31.3193,-82.1362],[-31.1677,-82.126],[-30.8591,-82.1054],[-30.5505,-82.0847],[-30.2419,-82.064],[-29.9333,-82.0432],[-29.6247,-82.0223],[-29.3161,-82.0014],[-29.0075,-81.9804],[-28.6989,-81.9594],[-28.3903,-81.9383],[-28.0817,-81.9172],[-27.7731,-81.896],[-27.6251,-81.8843],[-27.3256,-81.8606],[-27.0261,-81.8368],[-26.7266,-81.8129],[-26.4271,-81.789],[-26.1276,-81.765],[-25.8281,-81.7409],[-25.5286,-81.7168],[-25.2291,-81.6926],[-24.9296,-81.6683],[-24.6301,-81.6439],[-24.3306,-81.6195],[-24.151,-81.6028],[-23.8616,-81.5757],[-23.5722,-81.5486],[-23.2828,-81.5214],[-22.9934,-81.4942],[-22.704,-81.4668],[-22.4147,-81.4393],[-22.1253,-81.4118],[-21.8359,-81.3842],[-21.5465,-81.3564],[-21.2571,-81.3286],[-20.9678,-81.3007],[-20.821,-81.2848],[-20.5421,-81.2544],[-20.2633,-81.2239],[-19.9844,-81.1933],[-19.7055,-81.1626],[-19.4267,-81.1317],[-19.1478,-81.1008],[-18.8689,-81.0698],[-18.5901,-81.0386],[-18.3112,-81.0074],[-18.0323,-80.976],[-17.8501,-80.9532],[-17.582,-80.9194],[-17.3139,-80.8855],[-17.0458,-80.8514],[-16.7776,-80.8173],[-16.5095,-80.783],[-16.2414,-80.7486],[-15.9733,-80.714],[-15.7052,-80.6794],[-15.4371,-80.6446],[-15.169,-80.6096],[-14.9009,-80.5746],[-14.6328,-80.5394],[-14.407,-80.5063],[-14.1506,-80.4686],[-13.8942,-80.4307],[-13.6378,-80.3927],[-13.3814,-80.3545],[-13.125,-80.3162],[-12.8685,-80.2777],[-12.6121,-80.2391],[-12.3557,-80.2003],[-12.0993,-80.1614],[-11.8429,-80.1223],[-11.5865,-80.083],[-11.4629,-80.062],[-11.2187,-80.0202],[-10.9745,-79.9783],[-10.7303,-79.9362],[-10.4861,-79.894],[-10.2419,-79.8515],[-9.9977,-79.8089],[-9.7535,-79.7662],[-9.5094,-79.7232],[-9.2652,-79.68],[-9.021,-79.6367],[-8.7768,-79.5932],[-8.5326,-79.5495],[-8.3154,-79.5067],[-8.0826,-79.4607],[-7.8499,-79.4144],[-7.6171,-79.368],[-7.3843,-79.3213],[-7.1515,-79.2744],[-6.9187,-79.2274],[-6.6859,-79.1801],[-6.4531,-79.1326],[-6.2203,-79.085],[-5.9876,-79.0371],[-5.7548,-78.989],[-5.5463,-78.9415],[-5.3255,-78.8909],[-5.1046,-78.8402],[-4.8838,-78.7892],[-4.6629,-78.738],[-4.4421,-78.6865],[-4.2212,-78.6348],[-4.0004,-78.5829],[-3.7796,-78.5308],[-3.5587,-78.4784],[-3.3379,-78.4258],[-3.117,-78.3729],[-3.1218,-78.3727],[-3.4585,-78.3591],[-3.7952,-78.3456],[-4.1319,-78.332],[-4.2844,-78.3318],[-4.6278,-78.3312],[-4.9711,-78.3307],[-5.3144,-78.3302],[-5.6577,-78.3297],[-6.001,-78.3292],[-6.3443,-78.3286],[-6.6876,-78.3281],[-7.031,-78.3276],[-7.3743,-78.3271],[-7.7176,-78.3265],[-8.0609,-78.326],[-8.4042,-78.3255],[-8.7475,-78.325],[-9.0908,-78.3245],[-9.4341,-78.3239],[-9.7775,-78.3234],[-10.1208,-78.3229],[-10.4641,-78.3224],[-10.8074,-78.3218],[-11.1507,-78.3213],[-11.494,-78.3208],[-11.8373,-78.3203],[-12.1806,-78.3198],[-12.524,-78.3192],[-12.8673,-78.3187],[-13.2106,-78.3182],[-13.5539,-78.3177],[-13.8972,-78.3171],[-14.2405,-78.3166],[-14.5838,-78.3161],[-14.9272,-78.3156],[-15.2705,-78.3151],[-15.6138,-78.3145],[-15.9571,-78.314],[-16.3004,-78.3135],[-16.6437,-78.313],[-16.987,-78.3124],[-17.3303,-78.3119],[-17.6737,-78.3114],[-18.017,-78.3109],[-18.3603,-78.3104],[-18.7036,-78.3098],[-19.0469,-78.3093],[-19.3902,-78.3088],[-19.7335,-78.3083],[-20.0768,-78.3077],[-20.4202,-78.3072],[-20.7635,-78.3067],[-21.0619,-78.3116],[-21.4041,-78.3173],[-21.7463,-78.323],[-22.0885,-78.3286],[-22.4306,-78.3343],[-22.7728,-78.34],[-23.115,-78.3456],[-23.4572,-78.3513],[-23.7215,-78.3659],[-24.0526,-78.3842],[-24.3837,-78.4025],[-24.7148,-78.4207],[-25.0459,-78.4389],[-25.377,-78.4571],[-25.7081,-78.4753],[-26.0392,-78.4934],[-26.3703,-78.5115],[-26.7014,-78.5296],[-27.0325,-78.5476],[-27.3636,-78.5656],[-27.6947,-78.5836],[-28.0258,-78.6016],[-28.3569,-78.6195],[-28.688,-78.6374],[-29.0191,-78.6553],[-29.3502,-78.6731],[-29.6813,-78.6909],[-30.0124,-78.7087],[-30.3435,-78.7265],[-30.6746,-78.7442],[-31.0057,-78.7619],[-31.3368,-78.7796],[-31.6679,-78.7973],[-31.999,-78.8149],[-32.3301,-78.8325],[-32.6612,-78.8501],[-32.9923,-78.8676],[-33.3234,-78.8851],[-33.6545,-78.9026],[-33.9856,-78.9201],[-34.3167,-78.9375],[-34.6478,-78.9549],[-34.9789,-78.9723],[-35.31,-78.9897],[-35.6411,-79.007],[-35.9722,-79.0243],[-36.3033,-79.0416],[-36.6344,-79.0588],[-36.9655,-79.076],[-37.2966,-79.0932],[-37.6277,-79.1104],[-37.9588,-79.1275],[-38.2899,-79.1447],[-38.621,-79.1617],[-38.9521,-79.1788],[-39.2832,-79.1958],[-39.6143,-79.2128],[-39.9454,-79.2298],[-40.2765,-79.2468],[-40.6076,-79.2637],[-40.9387,-79.2806],[-41.2698,-79.2975],[-41.6009,-79.3143],[-41.932,-79.3312],[-42.2631,-79.3479],[-42.5942,-79.3647],[-42.9253,-79.3815],[-43.2564,-79.3982],[-43.5875,-79.4149],[-43.9186,-79.4315],[-44.2497,-79.4482],[-44.5807,-79.4648],[-44.9118,-79.4814],[-45.2429,-79.4979],[-45.574,-79.5145],[-45.9051,-79.531],[-46.2362,-79.5475],[-46.5673,-79.5639],[-46.8984,-79.5804],[-47.2295,-79.5968],[-47.5606,-79.6132],[-47.8917,-79.6295],[-48.2228,-79.6459],[-48.5539,-79.6622],[-48.885,-79.6784],[-49.2161,-79.6947],[-49.5472,-79.7109],[-49.8783,-79.7271],[-50.2094,-79.7433],[-50.5405,-79.7595],[-50.8716,-79.7756],[-51.2027,-79.7917],[-51.5338,-79.8078],[-51.8649,-79.8238],[-52.196,-79.8399],[-52.5271,-79.8559],[-52.8582,-79.8719],[-53.1893,-79.8878],[-53.5204,-79.9037],[-53.8515,-79.9196],[-54.1826,-79.9355],[-54.5137,-79.9514],[-54.8448,-79.9672],[-55.1759,-79.983],[-55.507,-79.9988],[-55.8381,-80.0145],[-56.1692,-80.0303],[-56.5003,-80.046],[-56.8314,-80.0617],[-57.1625,-80.0773],[-57.4936,-80.093],[-57.8247,-80.1086],[-58.1558,-80.1242],[-58.1688,-80.1793],[-58.1826,-80.2376],[-58.1965,-80.2956],[-58.2103,-80.3533],[-58.2242,-80.4106],[-58.238,-80.4676],[-58.2519,-80.5242],[-58.2657,-80.5805],[-58.2795,-80.6365],[-58.2934,-80.6922],[-58.3072,-80.7475],[-58.3211,-80.8025],[-58.3349,-80.8571],[-58.3488,-80.9115],[-58.3626,-80.9655],[-58.3765,-81.0192],[-58.3903,-81.0726],[-58.4041,-81.1257],[-58.418,-81.1785],[-58.4318,-81.2309],[-58.4457,-81.2831],[-58.4595,-81.3349],[-58.4734,-81.3864],[-58.4872,-81.4377],[-58.501,-81.4886],[-58.5149,-81.5392],[-58.5287,-81.5895],[-58.5426,-81.6395],[-58.5564,-81.6893],[-58.5703,-81.7387],[-58.5841,-81.7879],[-58.598,-81.8367],[-58.6118,-81.8853],[-58.6256,-81.9336],[-58.6395,-81.9816],[-58.6533,-82.0293],[-58.6672,-82.0767],[-58.681,-82.1238],[-58.6949,-82.1707],[-58.7087,-82.2173],[-58.7225,-82.2636],[-58.7364,-82.3097],[-58.7502,-82.3554],[-58.7641,-82.4009],[-58.7779,-82.4462],[-58.7918,-82.4911],[-58.8056,-82.5358],[-58.8194,-82.5803],[-58.8333,-82.6244],[-58.8471,-82.6683],[-58.861,-82.712],[-58.8748,-82.7554],[-58.8887,-82.7985],[-58.9025,-82.8414],[-58.9025,-82.8414],[-58.8614,-82.8415],[-58.5182,-82.8424],[-58.1749,-82.8434],[-57.8317,-82.8443],[-57.4885,-82.8453],[-57.1452,-82.8462],[-56.802,-82.8472]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Shackleton Range, Argentina Range and Dufek Massif (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC82100972015347LGN00","name":"imagico.de: Shag Rocks","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82100972015347LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-12-13T00:00:00.000Z","startDate":"2015-12-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-42.1287,-53.7205],[-41.6558,-53.7087],[-41.6757,-53.4459],[-42.1463,-53.4578],[-42.1287,-53.7205]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing in other image sources (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80711332020363LGN00","name":"imagico.de: Sør Rondane Mountains center evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80711332020363LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-12-28T00:00:00.000Z","startDate":"2020-12-28T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[25.0828,-73.2949],[25.2353,-73.3831],[25.3751,-73.3613],[25.6766,-73.3143],[25.9782,-73.2671],[26.2797,-73.2198],[26.5813,-73.1723],[26.8829,-73.1248],[27.1844,-73.077],[27.486,-73.0292],[27.7875,-72.9812],[28.077,-72.9298],[28.3706,-72.8775],[28.6642,-72.825],[28.9577,-72.7723],[29.2513,-72.7195],[29.5449,-72.6666],[29.8385,-72.6135],[30.132,-72.5602],[30.4256,-72.5068],[30.392,-72.49],[30.215,-72.4012],[30.0381,-72.312],[29.8612,-72.2224],[29.6843,-72.1324],[29.5074,-72.0419],[29.3305,-71.9509],[29.1535,-71.8595],[28.9766,-71.7677],[28.7997,-71.6754],[28.6228,-71.5827],[28.4459,-71.4895],[28.2689,-71.3959],[28.092,-71.3018],[27.9151,-71.2072],[27.7382,-71.1122],[27.5613,-71.0167],[27.5315,-71.0218],[27.2269,-71.0731],[26.9222,-71.1244],[26.6175,-71.1755],[26.3128,-71.2265],[26.0081,-71.2774],[25.7034,-71.3281],[25.3987,-71.3787],[25.094,-71.4291],[24.7894,-71.4795],[24.4847,-71.5297],[24.18,-71.5797],[23.8753,-71.6297],[23.5706,-71.6795],[23.2659,-71.7291],[22.9612,-71.7787],[22.6566,-71.8281],[22.7967,-71.9161],[22.9491,-72.0114],[23.1015,-72.1061],[23.2539,-72.2004],[23.4063,-72.2942],[23.5587,-72.3875],[23.7112,-72.4804],[23.8636,-72.5728],[24.016,-72.6647],[24.1684,-72.7561],[24.3208,-72.847],[24.4732,-72.9375],[24.6256,-73.0276],[24.778,-73.1172],[24.9304,-73.2063],[25.0828,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Sør Rondane Mountains (center) showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80701332017363LGN00","name":"imagico.de: Sør Rondane Mountains east evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80701332017363LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-12-29T00:00:00.000Z","startDate":"2017-12-29T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[26.6021,-73.2949],[26.7545,-73.3831],[26.9613,-73.3508],[27.2628,-73.3037],[27.5643,-73.2564],[27.8657,-73.209],[28.1672,-73.1615],[28.4686,-73.1139],[28.7701,-73.0661],[29.0715,-73.0181],[29.373,-72.9701],[29.5956,-72.9305],[29.8891,-72.8781],[30.1826,-72.8256],[30.4762,-72.773],[30.7697,-72.7201],[31.0632,-72.6672],[31.3567,-72.614],[31.6503,-72.5607],[31.9438,-72.5073],[31.9438,-72.5073],[31.9068,-72.4888],[31.73,-72.4],[31.5532,-72.3108],[31.3764,-72.2212],[31.1995,-72.1311],[31.0227,-72.0406],[30.8459,-71.9496],[30.6691,-71.8582],[30.4923,-71.7664],[30.3155,-71.6741],[30.1386,-71.5813],[29.9618,-71.4881],[29.785,-71.3944],[29.6082,-71.3003],[29.4314,-71.2057],[29.2545,-71.1107],[29.0777,-71.0152],[29.0494,-71.02],[28.7449,-71.0714],[28.4404,-71.1228],[28.1358,-71.174],[27.8313,-71.2251],[27.5267,-71.2761],[27.2222,-71.3269],[26.9177,-71.3776],[26.6131,-71.4281],[26.3086,-71.4785],[26.004,-71.5288],[25.6995,-71.579],[25.395,-71.629],[25.0904,-71.6789],[24.7859,-71.7286],[24.4813,-71.7783],[24.1768,-71.8278],[24.3171,-71.9159],[24.4694,-72.0112],[24.6217,-72.106],[24.7741,-72.2003],[24.9264,-72.2941],[25.0788,-72.3874],[25.2311,-72.4803],[25.3834,-72.5727],[25.5358,-72.6646],[25.6881,-72.756],[25.8404,-72.847],[25.9928,-72.9375],[26.1451,-73.0275],[26.2974,-73.1171],[26.4498,-73.2062],[26.6021,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Sør Rondane Mountains (east) showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80741332021354LGN00","name":"imagico.de: Sør Rondane Mountains west evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80741332021354LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2021-12-20T00:00:00.000Z","startDate":"2021-12-20T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[20.4464,-73.2949],[20.5987,-73.3831],[20.7439,-73.3605],[21.0455,-73.3135],[21.347,-73.2663],[21.6486,-73.219],[21.9502,-73.1715],[22.2517,-73.1239],[22.5533,-73.0762],[22.8549,-73.0284],[23.1564,-72.9804],[23.4328,-72.9313],[23.7263,-72.879],[24.0199,-72.8266],[24.3135,-72.7739],[24.6071,-72.7211],[24.9007,-72.6682],[25.1943,-72.6151],[25.4879,-72.5618],[25.7815,-72.5084],[25.7445,-72.4899],[25.5682,-72.401],[25.3918,-72.3117],[25.2155,-72.222],[25.0391,-72.1318],[24.8628,-72.0412],[24.6864,-71.9502],[24.5101,-71.8587],[24.3337,-71.7667],[24.1574,-71.6744],[23.981,-71.5815],[23.8047,-71.4882],[23.6284,-71.3945],[23.452,-71.3002],[23.2757,-71.2056],[23.0993,-71.1104],[22.923,-71.0148],[22.8952,-71.0195],[22.5907,-71.071],[22.2862,-71.1224],[21.9817,-71.1737],[21.6772,-71.2248],[21.3727,-71.2757],[21.0682,-71.3266],[20.7637,-71.3773],[20.4591,-71.4278],[20.1546,-71.4783],[19.8501,-71.5286],[19.5456,-71.5788],[19.2411,-71.6288],[18.9366,-71.6787],[18.6321,-71.7285],[18.3276,-71.7781],[18.0231,-71.8277],[18.163,-71.9157],[18.3152,-72.0109],[18.4675,-72.1057],[18.6197,-72.2001],[18.7719,-72.2939],[18.9241,-72.3872],[19.0764,-72.4801],[19.2286,-72.5725],[19.3808,-72.6644],[19.5331,-72.7559],[19.6853,-72.8469],[19.8375,-72.9374],[19.9898,-73.0275],[20.142,-73.1171],[20.2942,-73.2062],[20.4464,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Sør Rondane Mountains (west) showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81130622013270LGN00","name":"imagico.de: Southeastern Sulawesi","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81130622013270LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2013-09-27T00:00:00.000Z","startDate":"2013-09-27T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[120.8438,-3.5955],[122.5007,-3.5955],[122.6262,-3.0021],[122.6262,-2.5147],[120.9818,-2.5147],[120.8438,-3.1598],[120.8438,-3.5955]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing islands and coarse coastline due to cloud cover in Bing, lakes could also use additional detail (somewhat outdated) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80281222016035LGN00","name":"imagico.de: Southern Transantarctic Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80281222016035LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-02-04T00:00:00.000Z","startDate":"2016-02-04T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[155.614,-84.4798],[156.9693,-84.501],[156.9995,-84.501],[157.5504,-84.5009],[158.9237,-84.5008],[160.297,-84.5006],[161.6703,-84.5005],[162.7446,-84.4887],[164.1091,-84.4737],[165.4735,-84.4587],[166.838,-84.4437],[167.895,-84.4237],[169.2428,-84.398],[170.5906,-84.3722],[171.9384,-84.3463],[173.0638,-84.3125],[174.3778,-84.2728],[175.6918,-84.2329],[177.0049,-84.1927],[177.0049,-83.5275],[176.7941,-83.4057],[176.5288,-83.2491],[176.2636,-83.0889],[175.9983,-82.9248],[175.733,-82.7569],[175.4677,-82.585],[175.1073,-82.5854],[173.734,-82.5869],[172.3608,-82.5883],[170.9875,-82.5897],[169.6143,-82.5911],[168.241,-82.5926],[166.8678,-82.594],[165.4945,-82.5954],[164.1213,-82.5968],[162.7481,-82.5983],[161.3748,-82.5997],[160.0016,-82.6011],[158.6283,-82.6025],[157.2551,-82.604],[155.8818,-82.6054],[154.5086,-82.6068],[154.5086,-82.6216],[154.5086,-82.7959],[154.5086,-82.9661],[154.5086,-83.1323],[154.5086,-83.2946],[154.5086,-83.453],[154.5086,-83.6078],[154.5086,-83.7588],[154.5086,-83.9064],[154.5086,-84.0504],[154.5086,-84.1911],[154.5086,-84.3284],[154.5086,-84.4626],[155.614,-84.4798]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Outside regular Landsat coverage and therefore not in LIMA and Bing/Maxar/Esri/Mapbox (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R043_S67_20190301T220359","name":"imagico.de: Sturge Island/Buckle Island March 2019","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R043_S67_20190301T220359&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-03-01T00:00:00.000Z","startDate":"2019-03-01T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[164.749,-67.702],[164.9206,-67.7033],[165.0589,-67.7032],[165.2306,-67.7031],[165.2305,-67.6958],[165.2299,-67.6305],[165.2293,-67.5651],[165.2287,-67.4995],[165.2281,-67.4337],[165.2275,-67.3677],[165.2268,-67.3016],[165.2262,-67.2353],[165.2256,-67.1688],[165.225,-67.1021],[165.2244,-67.0352],[165.2238,-66.9681],[165.2232,-66.9008],[165.2225,-66.8334],[165.2219,-66.7658],[165.2213,-66.698],[165.2207,-66.63],[165.2201,-66.5618],[165.2195,-66.4934],[165.2189,-66.4249],[165.2182,-66.3561],[162.6365,-66.3561],[162.5812,-66.3999],[162.5038,-66.4612],[162.4264,-66.5223],[162.3491,-66.5833],[162.2717,-66.6441],[162.2717,-66.7044],[162.2717,-66.7722],[162.296,-66.8338],[162.3223,-66.9005],[162.3486,-66.9669],[162.375,-67.0332],[162.4013,-67.0993],[162.4276,-67.1652],[162.454,-67.2309],[162.4803,-67.2965],[162.5067,-67.3619],[162.533,-67.4271],[162.5593,-67.4921],[162.5857,-67.557],[162.612,-67.6216],[162.6383,-67.6861],[162.6894,-67.6865],[162.861,-67.6878],[163.0327,-67.6891],[163.2043,-67.6904],[163.3759,-67.6917],[163.5476,-67.693],[163.7192,-67.6942],[163.8908,-67.6955],[164.0624,-67.6968],[164.2341,-67.6981],[164.4057,-67.6994],[164.5773,-67.7007],[164.749,-67.702]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Mostly cloud free image, including southern Young Island (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81030632015286LGN00","name":"imagico.de: Sudirman Range 2015","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81030632015286LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-10-13T00:00:00.000Z","startDate":"2015-10-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[136.4226,-4.2853],[137.7971,-4.2853],[137.7971,-3.6447],[136.4226,-3.6447],[136.4226,-4.2853]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Older image of the Sudirman Range with no fresh snow showing glacier extent (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R088_S05_20160812T011732","name":"imagico.de: Sudirman Range 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R088_S05_20160812T011732&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-08-12T00:00:00.000Z","startDate":"2016-08-12T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[136.8044,-4.2585],[137.7701,-4.2585],[137.7701,-3.7836],[136.8044,-3.7836],[136.8044,-4.2585]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Cloud free image of the Sudirman Range but with fresh snow (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-s2sval","name":"imagico.de: Svalbard mosaic","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=s2sval&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[16.6108,76.4137],[24.937,76.4176],[25.1416,76.4327],[25.2739,76.481],[25.5722,76.5917],[33.977,80.1527],[34.0395,80.239],[33.7809,80.3016],[33.4391,80.3438],[25.1752,80.6817],[20.4702,80.8493],[20.2294,80.849],[10.9632,79.8707],[10.516,79.7731],[10.3952,79.6074],[10.2314,78.8392],[10.631,78.5605],[10.9875,78.4054],[14.0784,77.2536],[14.4124,77.1324],[16.3788,76.4589],[16.4731,76.4268],[16.6108,76.4137]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 mosaic of Svalbard (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80871332017354LGN00","name":"imagico.de: Sverdrup Mountains evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80871332017354LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-12-20T00:00:00.000Z","startDate":"2017-12-20T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[0.3309,-73.2949],[0.4831,-73.3831],[0.6019,-73.3647],[0.9037,-73.3177],[1.2055,-73.2707],[1.5072,-73.2235],[1.809,-73.1762],[2.1108,-73.1287],[2.4126,-73.0811],[2.7143,-73.0334],[3.0161,-72.9856],[3.0333,-72.9825],[3.3269,-72.9304],[3.6206,-72.8781],[3.9142,-72.8257],[4.2079,-72.7731],[4.5015,-72.7203],[4.7952,-72.6674],[5.0888,-72.6143],[5.3825,-72.5611],[5.6762,-72.5077],[5.6426,-72.4909],[5.466,-72.4021],[5.2894,-72.3128],[5.1128,-72.2232],[4.9362,-72.1331],[4.7596,-72.0425],[4.583,-71.9515],[4.4064,-71.8601],[4.2298,-71.7682],[4.0532,-71.6759],[3.8766,-71.5831],[3.7,-71.4898],[3.5234,-71.3961],[3.3468,-71.302],[3.1702,-71.2074],[2.9936,-71.1123],[2.817,-71.0167],[2.786,-71.022],[2.4813,-71.0733],[2.1766,-71.1246],[1.8719,-71.1757],[1.5672,-71.2266],[1.2624,-71.2775],[0.9577,-71.3282],[0.653,-71.3788],[0.3483,-71.4292],[0.0436,-71.4795],[-0.2612,-71.5297],[-0.5659,-71.5797],[-0.8706,-71.6296],[-1.1753,-71.6794],[-1.48,-71.7291],[-1.7847,-71.7786],[-2.0895,-71.828],[-1.9507,-71.9154],[-1.7986,-72.0107],[-1.6465,-72.1055],[-1.4943,-72.1998],[-1.3422,-72.2937],[-1.1901,-72.387],[-1.038,-72.4799],[-0.8859,-72.5723],[-0.7338,-72.6643],[-0.5817,-72.7558],[-0.4296,-72.8468],[-0.2775,-72.9373],[-0.1254,-73.0274],[0.0267,-73.117],[0.1788,-73.2062],[0.3309,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Sverdrup Mountains showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-DMS_1142636_160xx_20110507_1822xxxx","name":"imagico.de: Thule Air Base","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=DMS_1142636_160xx_20110507_1822xxxx&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2011-05-07T00:00:00.000Z","startDate":"2011-05-07T00:00:00.000Z","zoomExtent":[0,15],"polygon":[[[-68.9398,76.5113],[-68.679,76.5119],[-68.5074,76.5161],[-68.5099,76.5518],[-68.7663,76.5518],[-68.9398,76.5499],[-68.9398,76.5113]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Icebridge DMS image - alignment might be poor","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-dms_thule2_2015.09.25","name":"imagico.de: Thule Airbase DMS low altitude overflight September 2015","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=dms_thule2_2015.09.25&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-09-25T00:00:00.000Z","startDate":"2015-09-25T00:00:00.000Z","zoomExtent":[0,17],"polygon":[[[-68.7429,76.5264],[-68.7198,76.5264],[-68.7185,76.5292],[-68.7202,76.5577],[-68.7228,76.5602],[-68.7461,76.5602],[-68.7481,76.5494],[-68.7445,76.5284],[-68.7429,76.5264]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Icebridge DMS aerial images from Thule Airbase - alignment might be poor","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-dms_thule_2015.10.06","name":"imagico.de: Thule Airbase DMS overflight October 2015","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=dms_thule_2015.10.06&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-10-06T00:00:00.000Z","startDate":"2015-10-06T00:00:00.000Z","zoomExtent":[0,16],"polygon":[[[-68.8192,76.5251],[-68.6597,76.5251],[-68.5918,76.5279],[-68.5918,76.5456],[-68.7021,76.5454],[-68.7734,76.5439],[-68.8265,76.5418],[-68.8192,76.5251]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Icebridge DMS aerial images from Thule Airbase - alignment might be poor","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-dms_thule_2015.09.25","name":"imagico.de: Thule Airbase DMS overflight September 2015","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=dms_thule_2015.09.25&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2015-09-25T00:00:00.000Z","startDate":"2015-09-25T00:00:00.000Z","zoomExtent":[0,16],"polygon":[[[-68.7777,76.5069],[-68.6852,76.5069],[-68.6762,76.5307],[-68.6763,76.5538],[-68.6812,76.5707],[-68.7766,76.5706],[-68.7777,76.5069]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Icebridge DMS aerial images from Thule Airbase - alignment might be poor","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R094_N79_20160812T105622","name":"imagico.de: Ushakov Island August 2016","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R094_N79_20160812T105622&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-08-12T00:00:00.000Z","startDate":"2016-08-12T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[78.4589,80.7264],[80.4889,80.7264],[80.4889,80.9099],[78.4589,80.9099],[78.4589,80.7264]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Late summer imagery with few clouds (superseeded by newer image) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R093_N79_20200831T091601","name":"imagico.de: Ushakov Island August 2020","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R093_N79_20200831T091601&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-08-31T00:00:00.000Z","startDate":"2020-08-31T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[78.4585,80.7264],[80.4889,80.7264],[80.4889,80.9099],[78.4585,80.9099],[78.4585,80.7264]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date late summer imagery with few clouds (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80910682014358LGN00","name":"imagico.de: Vanatinai","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80910682014358LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2014-12-24T00:00:00.000Z","startDate":"2014-12-24T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[153.0614,-11.7892],[154.412,-11.7892],[154.412,-11.0723],[153.1093,-11.0723],[153.0614,-11.2887],[153.0614,-11.7892]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Coarse coastline due to cloud cover in Bing/Mapbox (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R057_S7X_20190210T213409","name":"imagico.de: Victoria Land east","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R057_S7X_20190210T213409&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2019-02-10T00:00:00.000Z","startDate":"2019-02-10T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[155.5455,-78.1091],[155.6745,-78.1324],[155.713,-78.1324],[155.8847,-78.1324],[156.0564,-78.1324],[156.228,-78.1324],[156.3997,-78.1324],[156.4398,-78.1221],[156.5467,-78.0944],[156.6535,-78.0666],[156.7604,-78.0388],[156.8672,-78.0109],[156.9741,-77.983],[157.0809,-77.955],[157.1631,-77.9321],[157.2662,-77.9034],[157.3692,-77.8746],[157.4722,-77.8457],[157.5753,-77.8167],[157.6783,-77.7877],[157.7813,-77.7587],[157.8843,-77.7295],[157.9874,-77.7003],[158.0904,-77.671],[158.1934,-77.6417],[158.2965,-77.6122],[158.3995,-77.5827],[158.4024,-77.5819],[158.5027,-77.5519],[158.6029,-77.5218],[158.7032,-77.4917],[158.8034,-77.4614],[158.9037,-77.4312],[159.0039,-77.4008],[159.1042,-77.3704],[159.2044,-77.3399],[159.3047,-77.3093],[159.4049,-77.2786],[159.5052,-77.2479],[159.6055,-77.2171],[159.7057,-77.1863],[159.806,-77.1553],[159.8988,-77.125],[159.9955,-77.0933],[160.0922,-77.0616],[160.1888,-77.0298],[160.2855,-76.9979],[160.3821,-76.966],[160.4788,-76.9339],[160.5755,-76.9018],[160.6721,-76.8696],[160.7688,-76.8374],[160.8654,-76.805],[160.9621,-76.7726],[161.0588,-76.7401],[161.1554,-76.7075],[161.2521,-76.6749],[161.3487,-76.6422],[161.4454,-76.6093],[161.5421,-76.5764],[161.6077,-76.5527],[161.7005,-76.5191],[161.7934,-76.4854],[161.8862,-76.4516],[161.979,-76.4177],[162.0718,-76.3837],[162.1646,-76.3497],[162.2574,-76.3156],[162.3502,-76.2814],[162.443,-76.2471],[162.5358,-76.2127],[162.6286,-76.1783],[162.7214,-76.1437],[162.8142,-76.1091],[162.907,-76.0744],[162.9998,-76.0396],[163.0926,-76.0047],[163.1854,-75.9697],[163.2782,-75.9347],[163.3518,-75.905],[163.4405,-75.8691],[163.5292,-75.8332],[163.6179,-75.7972],[163.7066,-75.7611],[163.7953,-75.7249],[163.884,-75.6886],[163.9727,-75.6522],[164.0614,-75.6158],[164.1501,-75.5792],[164.2388,-75.5426],[164.3275,-75.5058],[164.4162,-75.469],[164.5049,-75.4321],[164.5936,-75.3951],[164.6823,-75.358],[164.771,-75.3208],[164.8597,-75.2835],[164.9484,-75.2461],[164.9524,-75.2443],[165.0373,-75.2062],[165.1222,-75.1681],[165.2071,-75.1299],[165.292,-75.0915],[165.3769,-75.0531],[165.4618,-75.0146],[165.5467,-74.9759],[165.6316,-74.9372],[165.7165,-74.8984],[165.8014,-74.8595],[165.8863,-74.8205],[165.9712,-74.7813],[166.0562,-74.7421],[166.1411,-74.7028],[166.226,-74.6634],[166.3109,-74.6239],[166.3255,-74.6168],[166.4073,-74.5767],[166.4892,-74.5365],[166.5711,-74.4962],[166.653,-74.4559],[166.7348,-74.4154],[166.8167,-74.3748],[166.8986,-74.3341],[166.9805,-74.2933],[167.0623,-74.2524],[167.1442,-74.2114],[167.2261,-74.1703],[167.308,-74.1291],[167.3898,-74.0878],[167.4717,-74.0464],[167.5536,-74.0048],[167.6355,-73.9632],[167.7173,-73.9215],[167.7709,-73.8931],[167.8504,-73.8508],[167.9299,-73.8085],[168.0094,-73.766],[168.0889,-73.7234],[168.1684,-73.6807],[168.248,-73.6379],[168.3275,-73.595],[168.407,-73.552],[168.4865,-73.5088],[168.5179,-73.4908],[168.5941,-73.447],[168.6702,-73.4031],[168.7464,-73.3591],[168.8226,-73.315],[168.8987,-73.2708],[168.9749,-73.2265],[169.051,-73.182],[169.1272,-73.1374],[169.2034,-73.0928],[169.2795,-73.048],[169.3557,-73.003],[169.4318,-72.958],[169.508,-72.9129],[169.5842,-72.8676],[169.6603,-72.8222],[169.7365,-72.7767],[169.8126,-72.7311],[169.8888,-72.6854],[169.965,-72.6396],[170.0411,-72.5936],[170.1173,-72.5475],[170.1934,-72.5013],[170.2696,-72.455],[170.3457,-72.4086],[170.4219,-72.362],[170.4981,-72.3153],[170.5742,-72.2685],[170.6135,-72.2429],[170.686,-72.1954],[170.7586,-72.1477],[170.8311,-72.1],[170.9037,-72.0521],[170.9762,-72.0041],[171.0487,-71.9559],[171.1213,-71.9077],[171.1938,-71.8593],[171.2664,-71.8108],[171.3389,-71.7622],[171.4115,-71.7134],[171.484,-71.6646],[171.5565,-71.6155],[171.6291,-71.5664],[171.6442,-71.5557],[171.7142,-71.506],[171.7841,-71.4563],[171.8541,-71.4063],[171.9241,-71.3563],[171.994,-71.3061],[172.064,-71.2558],[172.134,-71.2054],[172.204,-71.1548],[172.2739,-71.1041],[172.3439,-71.0533],[172.4139,-71.0023],[172.4839,-70.9512],[172.5538,-70.9],[172.6238,-70.8486],[172.6938,-70.7971],[172.7637,-70.7455],[172.8337,-70.6938],[172.9037,-70.6419],[172.9257,-70.62],[172.9257,-70.5841],[172.9257,-70.527],[172.9257,-70.4697],[172.9257,-70.4122],[172.9257,-70.3546],[172.9257,-70.2968],[172.8282,-70.2968],[172.6565,-70.2968],[172.4849,-70.2968],[172.3132,-70.2968],[172.1415,-70.2968],[171.9699,-70.2968],[171.7982,-70.2968],[171.6266,-70.2968],[171.4549,-70.2968],[171.2832,-70.2968],[171.1116,-70.2968],[170.9399,-70.2968],[170.7683,-70.2968],[170.5966,-70.2968],[170.4249,-70.2968],[170.2533,-70.2968],[170.0816,-70.2968],[169.91,-70.2968],[169.7383,-70.2968],[169.5666,-70.2968],[169.395,-70.2968],[169.2233,-70.2968],[169.0516,-70.2968],[168.88,-70.2968],[168.7083,-70.2968],[168.5367,-70.2968],[168.365,-70.2968],[168.1933,-70.2968],[168.0217,-70.2968],[167.85,-70.2968],[167.6784,-70.2968],[167.5067,-70.2968],[167.335,-70.2968],[167.1634,-70.2968],[166.9917,-70.2968],[166.82,-70.2968],[166.6484,-70.2968],[166.4767,-70.2968],[166.3051,-70.2968],[166.1334,-70.2968],[165.9617,-70.2968],[165.7901,-70.2968],[165.6184,-70.2968],[165.4468,-70.2968],[165.2751,-70.2968],[165.1034,-70.2968],[164.9318,-70.2968],[164.7601,-70.2968],[164.5884,-70.2968],[164.4168,-70.2968],[164.2451,-70.2968],[164.1703,-70.3283],[164.063,-70.3733],[163.9556,-70.4183],[163.8483,-70.4631],[163.741,-70.5079],[163.6337,-70.5525],[163.5264,-70.5971],[163.4191,-70.6416],[163.3118,-70.6859],[163.2045,-70.7302],[163.0972,-70.7744],[162.9899,-70.8184],[162.8826,-70.8624],[162.7753,-70.9063],[162.668,-70.9501],[162.5607,-70.9938],[162.4534,-71.0374],[162.3461,-71.0808],[162.2388,-71.1242],[162.1315,-71.1675],[162.0242,-71.2108],[161.9169,-71.2539],[161.8096,-71.2969],[161.7023,-71.3398],[161.595,-71.3826],[161.4877,-71.4253],[161.3804,-71.468],[161.2731,-71.5105],[161.1658,-71.553],[161.0584,-71.5953],[160.9511,-71.6376],[160.8438,-71.6797],[160.7365,-71.7218],[160.6292,-71.7638],[160.5219,-71.8057],[160.4146,-71.8475],[160.3073,-71.8892],[160.2,-71.9308],[160.0927,-71.9723],[159.9854,-72.0137],[159.8781,-72.055],[159.7708,-72.0963],[159.6635,-72.1374],[159.5562,-72.1785],[159.4489,-72.2194],[159.3416,-72.2603],[159.2343,-72.3011],[159.127,-72.3418],[159.0197,-72.3824],[158.9124,-72.4229],[158.8051,-72.4633],[158.6978,-72.5036],[158.5905,-72.5439],[158.4832,-72.584],[158.3759,-72.6241],[158.2686,-72.664],[158.1612,-72.7039],[158.0539,-72.7437],[157.9466,-72.7834],[157.8393,-72.823],[157.732,-72.8626],[157.6247,-72.902],[157.5174,-72.9413],[157.4101,-72.9806],[157.3028,-73.0198],[157.1955,-73.0589],[157.0882,-73.0979],[156.9809,-73.1368],[156.8736,-73.1756],[156.7663,-73.2143],[156.659,-73.253],[156.5517,-73.2916],[156.4444,-73.33],[156.3371,-73.3684],[156.2298,-73.4067],[156.1225,-73.445],[156.0152,-73.4831],[155.9079,-73.5212],[155.8006,-73.5591],[155.6933,-73.597],[155.586,-73.6348],[155.4787,-73.6725],[155.3713,-73.7101],[155.264,-73.7477],[155.1567,-73.7851],[155.0494,-73.8225],[154.9421,-73.8598],[154.8348,-73.897],[154.7275,-73.9341],[154.6202,-73.9712],[154.5129,-74.0081],[154.4056,-74.045],[154.2983,-74.0818],[154.191,-74.1185],[154.0837,-74.1551],[153.9764,-74.1917],[153.8691,-74.2281],[153.7618,-74.2645],[153.6545,-74.3008],[153.5472,-74.337],[153.4399,-74.3731],[153.3326,-74.4092],[153.2253,-74.4452],[153.118,-74.4811],[153.0107,-74.5169],[152.9034,-74.5526],[152.7961,-74.5882],[152.6888,-74.6238],[152.5815,-74.6593],[152.4741,-74.6947],[152.3668,-74.73],[152.2595,-74.7653],[152.1522,-74.8005],[152.0449,-74.8356],[151.9376,-74.8706],[151.8303,-74.9055],[151.723,-74.9403],[151.6157,-74.9751],[151.5084,-75.0098],[151.4011,-75.0444],[151.2938,-75.079],[151.1865,-75.1134],[151.0792,-75.1478],[150.9719,-75.1821],[150.8646,-75.2164],[150.7573,-75.2505],[150.65,-75.2846],[150.5427,-75.3186],[150.4354,-75.3525],[150.3281,-75.3863],[150.2208,-75.4201],[150.1135,-75.4538],[150.0062,-75.4874],[149.8989,-75.521],[149.7916,-75.5544],[149.6843,-75.5878],[149.5769,-75.6211],[149.4696,-75.6544],[149.3623,-75.6875],[149.255,-75.7206],[149.1477,-75.7536],[149.0404,-75.7866],[148.9331,-75.8194],[148.8258,-75.8522],[148.7185,-75.8849],[148.6112,-75.9176],[148.5039,-75.9501],[148.3966,-75.9826],[148.2893,-76.015],[148.182,-76.0474],[148.0747,-76.0797],[147.9674,-76.1118],[147.8601,-76.144],[147.7528,-76.176],[147.6455,-76.208],[147.5382,-76.2399],[147.4309,-76.2717],[147.3236,-76.3035],[147.3236,-76.4175],[147.418,-76.4402],[147.5378,-76.469],[147.6575,-76.4977],[147.7773,-76.5264],[147.8971,-76.555],[148.0169,-76.5836],[148.1367,-76.6121],[148.1638,-76.618],[148.2888,-76.6452],[148.4138,-76.6724],[148.5388,-76.6994],[148.6638,-76.7265],[148.7888,-76.7535],[148.9138,-76.7804],[149.0388,-76.8073],[149.1638,-76.8341],[149.2888,-76.8609],[149.4138,-76.8876],[149.5388,-76.9143],[149.6638,-76.9409],[149.7888,-76.9674],[149.9138,-76.9939],[150.0388,-77.0204],[150.1638,-77.0468],[150.2888,-77.0731],[150.4138,-77.0994],[150.5388,-77.1257],[150.6638,-77.1519],[150.7888,-77.178],[150.9138,-77.2041],[151.0388,-77.2301],[151.1638,-77.2561],[151.2888,-77.282],[151.4138,-77.3079],[151.5388,-77.3337],[151.6638,-77.3595],[151.7888,-77.3852],[151.9138,-77.4109],[152.0388,-77.4365],[152.1638,-77.4621],[152.2888,-77.4876],[152.4138,-77.5131],[152.5388,-77.5385],[152.6637,-77.5638],[152.7501,-77.5808],[152.877,-77.6056],[153.0039,-77.6304],[153.1308,-77.6551],[153.2577,-77.6798],[153.3846,-77.7045],[153.5115,-77.7291],[153.6384,-77.7536],[153.7653,-77.7781],[153.8922,-77.8025],[154.0191,-77.8269],[154.1461,-77.8513],[154.273,-77.8756],[154.3999,-77.8999],[154.514,-77.9209],[154.6429,-77.9446],[154.7719,-77.9682],[154.9008,-77.9918],[155.0298,-78.0154],[155.1587,-78.0389],[155.2876,-78.0623],[155.4166,-78.0857],[155.5455,-78.1091]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent Sentinel-2 image of the eastern part of Victoria Land, some clouds at the coast (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R143_S7X_20200302T215359","name":"imagico.de: Victoria Land west","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R143_S7X_20200302T215359&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-03-02T00:00:00.000Z","startDate":"2020-03-02T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[150.9326,-75.7171],[151.067,-75.7434],[151.1608,-75.7434],[151.3324,-75.7434],[151.5041,-75.7434],[151.6757,-75.7434],[151.8474,-75.7434],[152.0191,-75.7434],[152.1907,-75.7434],[152.3624,-75.7434],[152.5341,-75.7434],[152.7057,-75.7434],[152.8774,-75.7434],[153.049,-75.7434],[153.2207,-75.7434],[153.3924,-75.7434],[153.564,-75.7434],[153.7357,-75.7434],[153.9073,-75.7434],[154.079,-75.7434],[154.2507,-75.7434],[154.4223,-75.7434],[154.594,-75.7434],[154.7656,-75.7434],[154.9373,-75.7434],[155.109,-75.7434],[155.2806,-75.7434],[155.4523,-75.7434],[155.624,-75.7434],[155.7956,-75.7434],[155.9673,-75.7434],[156.1389,-75.7434],[156.3106,-75.7434],[156.4823,-75.7434],[156.6539,-75.7434],[156.8256,-75.7434],[156.9972,-75.7434],[157.1689,-75.7434],[157.3406,-75.7434],[157.5122,-75.7434],[157.6839,-75.7434],[157.8556,-75.7434],[158.0272,-75.7434],[158.1989,-75.7434],[158.3705,-75.7434],[158.5422,-75.7434],[158.7139,-75.7434],[158.7245,-75.7391],[158.8134,-75.7028],[158.9022,-75.6665],[158.991,-75.6301],[159.0799,-75.5936],[159.1687,-75.557],[159.2575,-75.5203],[159.3464,-75.4836],[159.4352,-75.4467],[159.5241,-75.4097],[159.6129,-75.3727],[159.7017,-75.3355],[159.7906,-75.2983],[159.8074,-75.2909],[159.8927,-75.253],[159.978,-75.215],[160.0633,-75.177],[160.1486,-75.1388],[160.2339,-75.1006],[160.3192,-75.0622],[160.4045,-75.0238],[160.4899,-74.9852],[160.5752,-74.9466],[160.6605,-74.9078],[160.7458,-74.869],[160.8311,-74.8301],[160.9164,-74.791],[161.0017,-74.7519],[161.087,-74.7127],[161.1257,-74.694],[161.2081,-74.6542],[161.2905,-74.6143],[161.3729,-74.5743],[161.4553,-74.5342],[161.5376,-74.494],[161.62,-74.4537],[161.7024,-74.4133],[161.7848,-74.3728],[161.8672,-74.3321],[161.9496,-74.2914],[162.032,-74.2506],[162.1143,-74.2097],[162.1967,-74.1686],[162.2791,-74.1275],[162.3615,-74.0863],[162.3645,-74.0847],[162.4437,-74.0429],[162.5229,-74.0009],[162.602,-73.9589],[162.6812,-73.9168],[162.7604,-73.8745],[162.8396,-73.8322],[162.9188,-73.7897],[162.998,-73.7471],[163.0771,-73.7044],[163.1563,-73.6616],[163.2355,-73.6187],[163.3147,-73.5757],[163.3939,-73.5326],[163.4731,-73.4894],[163.5522,-73.446],[163.6314,-73.4026],[163.7106,-73.359],[163.7898,-73.3154],[163.8009,-73.3089],[163.8772,-73.2647],[163.9534,-73.2203],[164.0296,-73.1759],[164.1058,-73.1313],[164.182,-73.0866],[164.2582,-73.0418],[164.3344,-72.9969],[164.4106,-72.9518],[164.4868,-72.9067],[164.5631,-72.8614],[164.6393,-72.816],[164.7155,-72.7705],[164.7917,-72.7249],[164.8679,-72.6792],[164.9441,-72.6333],[165.0203,-72.5873],[165.0756,-72.5526],[165.1496,-72.5061],[165.2236,-72.4595],[165.2975,-72.4127],[165.3715,-72.3659],[165.4454,-72.3189],[165.5194,-72.2718],[165.5933,-72.2245],[165.6673,-72.1772],[165.7412,-72.1297],[165.8152,-72.0821],[165.8891,-72.0344],[165.9631,-71.9865],[166.037,-71.9386],[166.111,-71.8905],[166.1849,-71.8423],[166.2083,-71.8263],[166.2797,-71.7775],[166.351,-71.7287],[166.4223,-71.6796],[166.4936,-71.6305],[166.565,-71.5812],[166.6363,-71.5318],[166.7076,-71.4823],[166.7789,-71.4326],[166.8503,-71.3829],[166.9216,-71.3329],[166.9929,-71.2829],[167.0642,-71.2327],[167.1356,-71.1824],[167.2069,-71.132],[167.2782,-71.0814],[167.3495,-71.0308],[167.3911,-70.9996],[167.4595,-70.9483],[167.5278,-70.8968],[167.5962,-70.8452],[167.6645,-70.7935],[167.7329,-70.7416],[167.8013,-70.6896],[167.8696,-70.6375],[167.938,-70.5852],[168.0063,-70.5328],[168.0747,-70.4802],[168.0747,-70.281],[168.0711,-70.2799],[167.9434,-70.2411],[167.8157,-70.2023],[167.688,-70.1634],[167.5603,-70.1244],[167.4326,-70.0854],[167.305,-70.0463],[167.1773,-70.0071],[167.0496,-69.9678],[166.9219,-69.9285],[166.7942,-69.8891],[166.6665,-69.8496],[166.5389,-69.81],[166.4112,-69.7704],[166.2835,-69.7307],[166.1558,-69.6909],[166.0281,-69.651],[165.9005,-69.6111],[165.7728,-69.5711],[165.6451,-69.531],[165.5174,-69.4908],[165.3897,-69.4506],[165.262,-69.4103],[165.2192,-69.4099],[165.0476,-69.4084],[164.8759,-69.407],[164.7043,-69.4055],[164.5327,-69.404],[164.3611,-69.4025],[164.2126,-69.4025],[164.041,-69.4025],[163.8693,-69.4025],[163.6976,-69.4025],[163.526,-69.4025],[163.3543,-69.4025],[163.1827,-69.4025],[163.011,-69.4025],[162.8393,-69.4025],[162.6677,-69.4025],[162.496,-69.4025],[162.3243,-69.4025],[162.1527,-69.4025],[161.981,-69.4025],[161.8094,-69.4025],[161.6377,-69.4025],[161.466,-69.4025],[161.2944,-69.4025],[161.1227,-69.4025],[160.9511,-69.4025],[160.7794,-69.4025],[160.7574,-69.4103],[160.7039,-69.4365],[160.6037,-69.4854],[160.5035,-69.5342],[160.4034,-69.5829],[160.3032,-69.6315],[160.2031,-69.6799],[160.1029,-69.7283],[160.0027,-69.7765],[159.9026,-69.8247],[159.8024,-69.8727],[159.7023,-69.9206],[159.6021,-69.9684],[159.5019,-70.0161],[159.4018,-70.0637],[159.3016,-70.1112],[159.2015,-70.1586],[159.1013,-70.2058],[159.0011,-70.253],[158.901,-70.3],[158.8008,-70.347],[158.7007,-70.3938],[158.6005,-70.4405],[158.5003,-70.4872],[158.4002,-70.5337],[158.3,-70.5801],[158.1999,-70.6264],[158.0997,-70.6726],[157.9995,-70.7187],[157.8994,-70.7646],[157.7992,-70.8105],[157.6991,-70.8563],[157.5989,-70.9019],[157.4987,-70.9475],[157.3986,-70.993],[157.2984,-71.0383],[157.1983,-71.0836],[157.0981,-71.1287],[156.9979,-71.1737],[156.8978,-71.2187],[156.7976,-71.2635],[156.6975,-71.3082],[156.5973,-71.3529],[156.4971,-71.3974],[156.397,-71.4418],[156.2968,-71.4861],[156.1967,-71.5304],[156.0965,-71.5745],[155.9963,-71.6185],[155.8962,-71.6624],[155.796,-71.7062],[155.6959,-71.7499],[155.5957,-71.7935],[155.4955,-71.837],[155.3954,-71.8804],[155.2952,-71.9237],[155.195,-71.967],[155.0949,-72.0101],[154.9947,-72.0531],[154.8946,-72.096],[154.7944,-72.1388],[154.6942,-72.1815],[154.5941,-72.2241],[154.4939,-72.2666],[154.3938,-72.309],[154.2936,-72.3513],[154.1934,-72.3936],[154.0933,-72.4357],[153.9931,-72.4777],[153.893,-72.5196],[153.7928,-72.5615],[153.6926,-72.6032],[153.5925,-72.6448],[153.4923,-72.6864],[153.3922,-72.7278],[153.292,-72.7691],[153.1918,-72.8104],[153.0917,-72.8515],[152.9915,-72.8926],[152.8914,-72.9336],[152.7912,-72.9744],[152.691,-73.0152],[152.5909,-73.0559],[152.4907,-73.0965],[152.3906,-73.137],[152.2904,-73.1773],[152.1902,-73.2176],[152.0901,-73.2579],[151.9899,-73.298],[151.8898,-73.338],[151.7896,-73.3779],[151.6894,-73.4177],[151.5893,-73.4575],[151.4891,-73.4971],[151.389,-73.5367],[151.2888,-73.5762],[151.1886,-73.6155],[151.0885,-73.6548],[150.9883,-73.694],[150.8882,-73.7331],[150.788,-73.7721],[150.6878,-73.811],[150.5877,-73.8498],[150.4875,-73.8886],[150.3874,-73.9272],[150.2872,-73.9658],[150.187,-74.0042],[150.0869,-74.0426],[149.9867,-74.0809],[149.8866,-74.1191],[149.7864,-74.1572],[149.6862,-74.1952],[149.5861,-74.2331],[149.4859,-74.271],[149.3858,-74.3087],[149.2856,-74.3464],[149.1854,-74.3839],[149.0853,-74.4214],[148.9851,-74.4588],[148.885,-74.4961],[148.7848,-74.5333],[148.6846,-74.5705],[148.5845,-74.6075],[148.4843,-74.6445],[148.3842,-74.6814],[148.284,-74.7181],[148.1838,-74.7548],[148.0837,-74.7915],[147.9835,-74.828],[147.8833,-74.8644],[147.7832,-74.9008],[147.683,-74.9371],[147.683,-75.0509],[147.7709,-75.0735],[147.8047,-75.0813],[147.9326,-75.1108],[148.0605,-75.1401],[148.1884,-75.1695],[148.2439,-75.1807],[148.3783,-75.208],[148.5127,-75.2353],[148.6472,-75.2624],[148.7816,-75.2896],[148.916,-75.3166],[149.0505,-75.3437],[149.1849,-75.3707],[149.3193,-75.3976],[149.4538,-75.4245],[149.5882,-75.4513],[149.7227,-75.4781],[149.8571,-75.5049],[149.9915,-75.5316],[150.126,-75.5582],[150.2604,-75.5848],[150.3948,-75.6114],[150.5293,-75.6379],[150.6637,-75.6643],[150.7981,-75.6907],[150.9326,-75.7171]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent Sentinel-2 image of the western part of Victoria Land, some clouds at the coast (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC82330892016031LGN00","name":"imagico.de: Volcán Calbuco","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82330892016031LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-01-31T00:00:00.000Z","startDate":"2016-01-31T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-72.867,-41.5174],[-72.0001,-41.5174],[-71.8751,-41.1083],[-72.2318,-41.0453],[-72.867,-41.0453],[-72.867,-41.5174]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Image from after the 2015 eruption, somewhat outdated (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R089_N52_20160623T024048","name":"imagico.de: Vostochny Cosmodrome","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R089_N52_20160623T024048&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-06-23T00:00:00.000Z","startDate":"2016-06-23T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[126.3614,51.3755],[128.6117,51.3755],[128.6076,52.3409],[126.348,52.3393],[126.3614,51.3755]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent image showing newest features (superseeded by newer image) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R089_N52_20200930T023551","name":"imagico.de: Vostochny Cosmodrome 2020","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R089_N52_20200930T023551&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-09-30T00:00:00.000Z","startDate":"2020-09-30T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[127.5631,51.3587],[129.1403,51.3632],[129.1417,52.3464],[127.5338,52.3414],[127.5631,51.3587]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"September 2020 image with autumn colors (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-walps_autumn_2017","name":"imagico.de: Western Alps autumn colors 2017","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=walps_autumn_2017&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-10-17T00:00:00.000Z","startDate":"2017-10-17T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[4.6412,43.2493],[7.3646,43.2493],[7.76,43.2653],[7.7819,43.2813],[10.088,48.7032],[10.088,48.7467],[7.3866,48.7467],[5.9151,48.7177],[5.2562,46.965],[4.3118,44.2167],[4.3118,43.2653],[4.6412,43.2493]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Autumn colors in the Alps, Jura and southwestern Germany  (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC81490352013282LGN00","name":"imagico.de: Western Karakoram","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81490352013282LGN00&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2013-10-09T00:00:00.000Z","startDate":"2013-10-09T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[75.9836,34.9785],[76.506,36.7027],[74.4428,37.0939],[73.9616,35.3696],[75.9836,34.9785]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Represents approximately minimum snow cover so can be well used for glacier mapping (somewhat outdated) (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R077_S7X_20220226T070839","name":"imagico.de: Western Sør Rondane Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R077_S7X_20220226T070839&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2022-02-26T00:00:00.000Z","startDate":"2022-02-26T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[8.4379,-75.7709],[8.6095,-75.7721],[8.6253,-75.7721],[8.797,-75.7721],[8.9686,-75.7721],[9.1403,-75.772],[9.3119,-75.772],[9.4836,-75.772],[9.6553,-75.772],[9.8269,-75.772],[9.9986,-75.7719],[10.1703,-75.7719],[10.3419,-75.7719],[10.5136,-75.7719],[10.6852,-75.7719],[10.8569,-75.7718],[11.0286,-75.7718],[11.2002,-75.7718],[11.3719,-75.7718],[11.5435,-75.7718],[11.7152,-75.7717],[11.8869,-75.7717],[12.0585,-75.7717],[12.2302,-75.7717],[12.4018,-75.7717],[12.5735,-75.7716],[12.7452,-75.7716],[12.9168,-75.7716],[13.0885,-75.7716],[13.2602,-75.7716],[13.4318,-75.7715],[13.6035,-75.7715],[13.7751,-75.7715],[13.9468,-75.7715],[14.1185,-75.7715],[14.2901,-75.7714],[14.4618,-75.7714],[14.6334,-75.7714],[14.8051,-75.7714],[14.9768,-75.7714],[15.1484,-75.7713],[15.3201,-75.7713],[15.4918,-75.7713],[15.6634,-75.7713],[15.8351,-75.7713],[16.0067,-75.7712],[16.1784,-75.7712],[16.3501,-75.7712],[16.5217,-75.7712],[16.6934,-75.7712],[16.865,-75.7711],[17.0367,-75.7711],[17.2084,-75.7711],[17.38,-75.7711],[17.5517,-75.7711],[17.7234,-75.771],[17.895,-75.771],[18.0667,-75.771],[18.2383,-75.771],[18.41,-75.771],[18.5817,-75.7709],[18.7533,-75.7709],[18.925,-75.7709],[19.0966,-75.7709],[19.2683,-75.7709],[19.44,-75.7708],[19.6116,-75.7708],[19.7833,-75.7708],[19.9549,-75.7708],[20.1266,-75.7708],[20.2078,-75.7374],[20.2961,-75.7011],[20.3844,-75.6647],[20.4727,-75.6282],[20.561,-75.5916],[20.6492,-75.5549],[20.7375,-75.5182],[20.8258,-75.4813],[20.9141,-75.4443],[21.0024,-75.4073],[21.0906,-75.3702],[21.1789,-75.3329],[21.2672,-75.2956],[21.3555,-75.2582],[21.4438,-75.2207],[21.4839,-75.2028],[21.5692,-75.1647],[21.6545,-75.1265],[21.7397,-75.0882],[21.825,-75.0498],[21.9103,-75.0113],[21.9955,-74.9727],[22.0808,-74.934],[22.166,-74.8953],[22.2513,-74.8564],[22.3366,-74.8174],[22.4218,-74.7784],[22.5071,-74.7392],[22.5924,-74.6999],[22.665,-74.6649],[22.7474,-74.625],[22.8299,-74.5851],[22.9123,-74.545],[22.9948,-74.5048],[23.0772,-74.4645],[23.1597,-74.4242],[23.2421,-74.3837],[23.3246,-74.3431],[23.407,-74.3024],[23.4895,-74.2616],[23.5719,-74.2207],[23.6544,-74.1797],[23.7368,-74.1386],[23.8193,-74.0974],[23.9017,-74.0561],[23.9842,-74.0147],[24.019,-73.9964],[24.0986,-73.9544],[24.1782,-73.9123],[24.2578,-73.8702],[24.3374,-73.8278],[24.4171,-73.7854],[24.4967,-73.7429],[24.5763,-73.7003],[24.6559,-73.6575],[24.7355,-73.6147],[24.8152,-73.5717],[24.8948,-73.5287],[24.9744,-73.4855],[25.054,-73.4422],[25.1336,-73.3988],[25.1376,-73.3965],[25.2136,-73.3525],[25.2895,-73.3083],[25.3655,-73.2641],[25.4414,-73.2197],[25.5174,-73.1752],[25.5934,-73.1306],[25.6693,-73.0858],[25.7453,-73.041],[25.8212,-72.996],[25.8972,-72.9509],[25.9732,-72.9057],[26.0491,-72.8604],[26.1251,-72.815],[26.201,-72.7695],[26.277,-72.7238],[26.353,-72.678],[26.4289,-72.6321],[26.5049,-72.5861],[26.5808,-72.54],[26.6568,-72.4938],[26.7327,-72.4474],[26.8087,-72.4009],[26.8847,-72.3543],[26.9606,-72.3076],[27.0366,-72.2607],[27.1125,-72.2138],[27.1885,-72.1667],[27.2645,-72.1195],[27.3404,-72.0722],[27.4164,-72.0247],[27.4822,-71.9803],[27.5536,-71.932],[27.6251,-71.8835],[27.6965,-71.8349],[27.768,-71.7862],[27.8394,-71.7373],[27.9109,-71.6884],[27.9823,-71.6393],[28.0538,-71.59],[28.1252,-71.5407],[28.1967,-71.4912],[28.2681,-71.4416],[28.3396,-71.3918],[28.411,-71.342],[28.4825,-71.292],[28.5539,-71.2418],[28.6254,-71.1916],[28.6606,-71.1657],[28.7296,-71.1149],[28.7985,-71.0639],[28.8675,-71.0129],[28.9365,-70.9616],[29.0054,-70.9103],[29.0744,-70.8588],[29.1434,-70.8072],[29.2123,-70.7555],[29.2813,-70.7036],[29.3503,-70.6516],[29.4192,-70.5994],[29.4882,-70.5471],[29.5572,-70.4947],[29.6261,-70.4422],[29.6951,-70.3895],[29.7641,-70.3366],[29.833,-70.2837],[29.7882,-70.2828],[29.6168,-70.2796],[29.4454,-70.2763],[29.274,-70.2731],[29.1027,-70.2698],[28.9313,-70.2665],[28.7599,-70.2633],[28.5885,-70.26],[28.4171,-70.2568],[28.2457,-70.2535],[28.0743,-70.2502],[27.9029,-70.247],[27.7315,-70.2437],[27.5601,-70.2404],[27.3888,-70.2372],[27.2174,-70.2339],[27.046,-70.2307],[26.8746,-70.2274],[26.7032,-70.2241],[26.5318,-70.2209],[26.4174,-70.2225],[26.2459,-70.2251],[26.0744,-70.2276],[25.9029,-70.2301],[25.7314,-70.2327],[25.5599,-70.2352],[25.3884,-70.2377],[25.2169,-70.2402],[25.0454,-70.2428],[24.874,-70.2453],[24.7025,-70.2478],[24.531,-70.2503],[24.3595,-70.2529],[24.188,-70.2554],[24.0165,-70.2579],[23.845,-70.2604],[23.6735,-70.2629],[23.502,-70.2655],[23.3305,-70.268],[23.159,-70.2705],[22.9875,-70.273],[22.816,-70.2756],[22.6445,-70.2781],[22.473,-70.2806],[22.3015,-70.2831],[22.13,-70.2856],[21.9585,-70.2882],[21.787,-70.2907],[21.6155,-70.2932],[21.444,-70.2957],[21.2725,-70.2982],[21.101,-70.3007],[20.9295,-70.3033],[20.758,-70.3058],[20.6926,-70.3343],[20.5876,-70.38],[20.4826,-70.4255],[20.3777,-70.471],[20.2727,-70.5163],[20.1677,-70.5616],[20.0628,-70.6067],[19.9578,-70.6518],[19.8528,-70.6967],[19.7479,-70.7416],[19.6429,-70.7863],[19.5379,-70.831],[19.433,-70.8755],[19.328,-70.92],[19.223,-70.9643],[19.1181,-71.0086],[19.0131,-71.0527],[18.9081,-71.0968],[18.8032,-71.1408],[18.6982,-71.1846],[18.5932,-71.2284],[18.4883,-71.272],[18.3833,-71.3156],[18.2784,-71.3591],[18.1734,-71.4024],[18.0684,-71.4457],[17.9635,-71.4889],[17.8585,-71.5319],[17.7535,-71.5749],[17.6486,-71.6178],[17.5436,-71.6606],[17.4386,-71.7033],[17.3337,-71.7459],[17.2287,-71.7884],[17.1237,-71.8308],[17.0188,-71.8731],[16.9138,-71.9153],[16.8088,-71.9574],[16.7039,-71.9994],[16.5989,-72.0414],[16.4939,-72.0832],[16.389,-72.1249],[16.284,-72.1666],[16.179,-72.2081],[16.0741,-72.2496],[15.9691,-72.291],[15.8641,-72.3322],[15.7592,-72.3734],[15.6542,-72.4145],[15.5492,-72.4555],[15.4443,-72.4964],[15.3393,-72.5372],[15.2343,-72.5779],[15.1294,-72.6185],[15.0244,-72.6591],[14.9194,-72.6995],[14.8145,-72.7398],[14.7095,-72.7801],[14.6045,-72.8203],[14.4996,-72.8603],[14.3946,-72.9003],[14.2896,-72.9402],[14.1847,-72.98],[14.0797,-73.0197],[13.9747,-73.0594],[13.8698,-73.0989],[13.7648,-73.1383],[13.6599,-73.1777],[13.5549,-73.217],[13.4499,-73.2561],[13.345,-73.2952],[13.24,-73.3342],[13.135,-73.3731],[13.0301,-73.4119],[12.9251,-73.4507],[12.8201,-73.4893],[12.7152,-73.5279],[12.6102,-73.5664],[12.5052,-73.6047],[12.4003,-73.643],[12.2953,-73.6812],[12.1903,-73.7194],[12.0854,-73.7574],[11.9804,-73.7954],[11.8754,-73.8332],[11.7705,-73.871],[11.6655,-73.9087],[11.5605,-73.9463],[11.4556,-73.9838],[11.3506,-74.0212],[11.2456,-74.0586],[11.1407,-74.0959],[11.0357,-74.133],[10.9307,-74.1701],[10.8258,-74.2071],[10.7208,-74.2441],[10.6158,-74.2809],[10.5109,-74.3177],[10.4059,-74.3543],[10.3009,-74.3909],[10.196,-74.4274],[10.091,-74.4639],[9.986,-74.5002],[9.8811,-74.5364],[9.7761,-74.5726],[9.6711,-74.6087],[9.5662,-74.6447],[9.4612,-74.6807],[9.3563,-74.7165],[9.2513,-74.7523],[9.1463,-74.7879],[9.0414,-74.8235],[8.9364,-74.8591],[8.8314,-74.8945],[8.7265,-74.9299],[8.6215,-74.9651],[8.5165,-75.0003],[8.4116,-75.0354],[8.3066,-75.0705],[8.2016,-75.1054],[8.0967,-75.1403],[7.9917,-75.1751],[7.8867,-75.2098],[7.7818,-75.2444],[7.6768,-75.279],[7.5718,-75.3135],[7.4669,-75.3479],[7.3619,-75.3822],[7.2569,-75.4164],[7.152,-75.4506],[7.047,-75.4847],[6.942,-75.5187],[6.8371,-75.5526],[6.7321,-75.5865],[6.6271,-75.6202],[6.5222,-75.6539],[6.4172,-75.6875],[6.3122,-75.7211],[6.2073,-75.7545],[6.2073,-75.7545],[6.3789,-75.7558],[6.5505,-75.7571],[6.7221,-75.7583],[6.8936,-75.7596],[7.0652,-75.7608],[7.2368,-75.7621],[7.4084,-75.7633],[7.58,-75.7646],[7.7516,-75.7658],[7.9232,-75.7671],[8.0947,-75.7683],[8.2663,-75.7696],[8.4379,-75.7709]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the western Sør Rondane Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2A_R039_S15_20160510T145731","name":"imagico.de: Willkanuta Mountains and Quelccaya Ice Cap","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2A_R039_S15_20160510T145731&z={zoom}&x={x}&y={-y}","category":"historicphoto","endDate":"2016-05-10T00:00:00.000Z","startDate":"2016-05-10T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-71.1807,-14.4979],[-70.5564,-14.4979],[-70.5564,-13.7126],[-71.1798,-13.7103],[-71.1807,-14.4979]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Poor and outdated imagery in other sources (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R063_SXX_20220317T073919","name":"imagico.de: Wohlthat Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R063_SXX_20220317T073919&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2022-03-17T00:00:00.000Z","startDate":"2022-03-17T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[8.2231,-73.0814],[8.3948,-73.0826],[8.5505,-73.0826],[8.7221,-73.0826],[8.8938,-73.0826],[9.0654,-73.0826],[9.2371,-73.0826],[9.4088,-73.0826],[9.5804,-73.0826],[9.7521,-73.0826],[9.9237,-73.0826],[10.0954,-73.0826],[10.2671,-73.0826],[10.4387,-73.0826],[10.6104,-73.0826],[10.7821,-73.0826],[10.9537,-73.0826],[11.1254,-73.0826],[11.297,-73.0826],[11.4687,-73.0826],[11.6404,-73.0826],[11.812,-73.0826],[11.9837,-73.0826],[12.1553,-73.0826],[12.327,-73.0826],[12.4987,-73.0826],[12.6703,-73.0826],[12.842,-73.0826],[13.0136,-73.0826],[13.1853,-73.0826],[13.357,-73.0826],[13.5286,-73.0826],[13.7003,-73.0826],[13.872,-73.0826],[14.0436,-73.0826],[14.2153,-73.0826],[14.3869,-73.0826],[14.5586,-73.0826],[14.7303,-73.0826],[14.9019,-73.0826],[15.0736,-73.0826],[15.2452,-73.0826],[15.4169,-73.0826],[15.5886,-73.0826],[15.6027,-73.0825],[15.7744,-73.0812],[15.946,-73.08],[16.1176,-73.0788],[16.2892,-73.0775],[16.4608,-73.0763],[16.6324,-73.0751],[16.804,-73.0738],[16.9756,-73.0726],[17.1472,-73.0714],[17.3188,-73.0701],[17.4904,-73.0689],[17.6621,-73.0677],[17.8337,-73.0664],[18.0053,-73.0652],[18.1769,-73.0639],[18.2521,-73.0192],[18.3276,-72.9741],[18.4032,-72.9289],[18.4787,-72.8836],[18.5543,-72.8382],[18.6298,-72.7926],[18.7054,-72.747],[18.7809,-72.7012],[18.8565,-72.6553],[18.932,-72.6093],[19.0076,-72.5632],[19.0831,-72.5169],[19.1587,-72.4706],[19.2342,-72.4241],[19.3098,-72.3775],[19.3853,-72.3307],[19.4609,-72.2839],[19.5364,-72.2369],[19.5438,-72.2321],[19.6162,-72.1845],[19.6887,-72.1369],[19.7611,-72.0891],[19.8335,-72.0411],[19.906,-71.9931],[19.9784,-71.9449],[20.0508,-71.8966],[20.1233,-71.8482],[20.1957,-71.7997],[20.2681,-71.751],[20.3406,-71.7022],[20.413,-71.6533],[20.4854,-71.6042],[20.5579,-71.555],[20.6303,-71.5057],[20.7027,-71.4563],[20.7752,-71.4067],[20.8476,-71.357],[20.92,-71.3072],[20.9783,-71.2647],[21.0474,-71.2142],[21.1165,-71.1635],[21.1856,-71.1127],[21.2547,-71.0618],[21.3238,-71.0107],[21.3929,-70.9595],[21.462,-70.9082],[21.5311,-70.8567],[21.6002,-70.8051],[21.6693,-70.7534],[21.7384,-70.7015],[21.8075,-70.6495],[21.8766,-70.5974],[21.9457,-70.5451],[22.0148,-70.4927],[22.0839,-70.4402],[22.1531,-70.3875],[22.2222,-70.3347],[22.2913,-70.2818],[22.3097,-70.2668],[22.3757,-70.2132],[22.4416,-70.1595],[22.5076,-70.1056],[22.5735,-70.0516],[22.6395,-69.9975],[22.7054,-69.9432],[22.7714,-69.8888],[22.8373,-69.8342],[22.9033,-69.7795],[22.9692,-69.7247],[23.0352,-69.6697],[23.1011,-69.6145],[23.1671,-69.5593],[23.233,-69.5038],[23.299,-69.4483],[23.3649,-69.3926],[23.4309,-69.3367],[23.4968,-69.2807],[23.5628,-69.2246],[23.5091,-69.2155],[23.3541,-69.1893],[23.1991,-69.1631],[23.044,-69.1368],[22.889,-69.1106],[22.734,-69.0842],[22.579,-69.0579],[22.424,-69.0315],[22.269,-69.0051],[22.114,-68.9787],[21.959,-68.9522],[21.804,-68.9257],[21.649,-68.8991],[21.494,-68.8726],[21.339,-68.846],[21.184,-68.8193],[21.029,-68.7927],[20.8739,-68.766],[20.7189,-68.7392],[20.5639,-68.7125],[20.4089,-68.6857],[20.2539,-68.6589],[20.0989,-68.632],[19.9439,-68.6051],[19.7889,-68.5782],[19.6339,-68.5512],[19.4789,-68.5242],[19.3239,-68.4972],[19.1689,-68.4702],[19.0139,-68.4431],[18.8589,-68.416],[18.7038,-68.3888],[18.5488,-68.3616],[18.3938,-68.3344],[18.2388,-68.3072],[18.0838,-68.2799],[17.9288,-68.2526],[17.7738,-68.2252],[17.6188,-68.1979],[17.4638,-68.1705],[17.3088,-68.143],[17.1538,-68.1155],[16.9988,-68.088],[16.8438,-68.0605],[16.7993,-68.0867],[16.7075,-68.1408],[16.6157,-68.1947],[16.5238,-68.2485],[16.432,-68.3022],[16.3402,-68.3558],[16.2483,-68.4092],[16.1565,-68.4625],[16.0647,-68.5157],[15.9729,-68.5687],[15.881,-68.6217],[15.7892,-68.6745],[15.6974,-68.7272],[15.6056,-68.7797],[15.5137,-68.8321],[15.4219,-68.8845],[15.3301,-68.9366],[15.2382,-68.9887],[15.1464,-69.0406],[15.0546,-69.0925],[14.9628,-69.1442],[14.8709,-69.1957],[14.7791,-69.2472],[14.6873,-69.2985],[14.5954,-69.3497],[14.5036,-69.4008],[14.4118,-69.4518],[14.32,-69.5026],[14.2281,-69.5534],[14.1363,-69.604],[14.0445,-69.6544],[13.9527,-69.7048],[13.8608,-69.7551],[13.769,-69.8052],[13.6772,-69.8552],[13.5853,-69.9051],[13.4935,-69.9549],[13.4017,-70.0045],[13.3099,-70.0541],[13.218,-70.1035],[13.1262,-70.1528],[13.0344,-70.202],[12.9426,-70.251],[12.8507,-70.3],[12.7589,-70.3488],[12.6671,-70.3975],[12.5752,-70.4461],[12.4834,-70.4946],[12.3916,-70.543],[12.2998,-70.5912],[12.2079,-70.6394],[12.1161,-70.6874],[12.0243,-70.7353],[11.9325,-70.7831],[11.8406,-70.8308],[11.7488,-70.8783],[11.657,-70.9258],[11.5651,-70.9731],[11.4733,-71.0204],[11.3815,-71.0675],[11.2897,-71.1145],[11.1978,-71.1614],[11.106,-71.2081],[11.0142,-71.2548],[10.9224,-71.3014],[10.8305,-71.3478],[10.7387,-71.3941],[10.6469,-71.4403],[10.555,-71.4865],[10.4632,-71.5325],[10.3714,-71.5783],[10.2796,-71.6241],[10.1877,-71.6698],[10.0959,-71.7153],[10.0041,-71.7608],[9.9123,-71.8061],[9.8204,-71.8514],[9.7286,-71.8965],[9.6368,-71.9415],[9.5449,-71.9864],[9.4531,-72.0312],[9.3613,-72.0759],[9.2695,-72.1205],[9.1776,-72.1649],[9.0858,-72.2093],[8.994,-72.2536],[8.9022,-72.2977],[8.8103,-72.3418],[8.7185,-72.3857],[8.6267,-72.4296],[8.5348,-72.4733],[8.443,-72.5169],[8.3512,-72.5604],[8.2594,-72.6038],[8.1675,-72.6472],[8.0757,-72.6904],[7.9839,-72.7335],[7.8921,-72.7765],[7.8002,-72.8194],[7.7084,-72.8621],[7.6166,-72.9048],[7.5247,-72.9474],[7.4329,-72.9899],[7.3411,-73.0323],[7.2493,-73.0745],[7.3651,-73.0754],[7.5367,-73.0766],[7.7083,-73.0778],[7.8799,-73.079],[8.0515,-73.0802],[8.2231,-73.0814]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Sentinel-2 image of the Wohlthat Mountains (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80801332017353LGN00","name":"imagico.de: Wohlthat Mountains 2017 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80801332017353LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2017-12-19T00:00:00.000Z","startDate":"2017-12-19T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[11.1538,-73.2949],[11.306,-73.3831],[11.5077,-73.3517],[11.8092,-73.3045],[12.1107,-73.2573],[12.4122,-73.2099],[12.7137,-73.1624],[13.0152,-73.1148],[13.3167,-73.067],[13.6182,-73.0191],[13.9197,-72.9711],[14.1446,-72.9311],[14.4382,-72.8787],[14.7317,-72.8262],[15.0252,-72.7736],[15.3188,-72.7208],[15.6123,-72.6678],[15.9058,-72.6146],[16.1994,-72.5614],[16.4929,-72.5079],[16.456,-72.4894],[16.2794,-72.4006],[16.1029,-72.3114],[15.9263,-72.2217],[15.7497,-72.1316],[15.5732,-72.041],[15.3966,-71.95],[15.22,-71.8585],[15.0435,-71.7666],[14.8669,-71.6743],[14.6903,-71.5815],[14.5138,-71.4882],[14.3372,-71.3945],[14.1606,-71.3003],[13.9841,-71.2057],[13.8075,-71.1106],[13.6309,-71.0151],[13.604,-71.0196],[13.2995,-71.0711],[12.9949,-71.1225],[12.6904,-71.1737],[12.3859,-71.2248],[12.0813,-71.2757],[11.7768,-71.3265],[11.4722,-71.3772],[11.1677,-71.4278],[10.8632,-71.4782],[10.5586,-71.5285],[10.2541,-71.5786],[9.9495,-71.6287],[9.645,-71.6786],[9.3405,-71.7283],[9.0359,-71.7779],[8.7314,-71.8274],[8.8713,-71.9155],[9.0235,-72.0108],[9.1756,-72.1056],[9.3278,-72.1999],[9.48,-72.2938],[9.6321,-72.3871],[9.7843,-72.48],[9.9365,-72.5724],[10.0886,-72.6644],[10.2408,-72.7558],[10.393,-72.8468],[10.5451,-72.9374],[10.6973,-73.0274],[10.8495,-73.117],[11.0016,-73.2062],[11.1538,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Wohlthat Mountains 2017 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80801332021348LGN00","name":"imagico.de: Wohlthat Mountains 2021 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80801332021348LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2021-12-14T00:00:00.000Z","startDate":"2021-12-14T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[11.1793,-73.2949],[11.3314,-73.3831],[11.4466,-73.3652],[11.7483,-73.3182],[12.0499,-73.271],[12.3515,-73.2238],[12.6531,-73.1764],[12.9547,-73.1288],[13.2564,-73.0812],[13.558,-73.0334],[13.8596,-72.9855],[13.8771,-72.9824],[14.1707,-72.9302],[14.4643,-72.8779],[14.7579,-72.8254],[15.0516,-72.7728],[15.3452,-72.7201],[15.6388,-72.6671],[15.9324,-72.614],[16.226,-72.5608],[16.5197,-72.5074],[16.4825,-72.4888],[16.3057,-72.4],[16.1289,-72.3108],[15.9521,-72.2212],[15.7754,-72.1311],[15.5986,-72.0406],[15.4218,-71.9496],[15.245,-71.8582],[15.0682,-71.7663],[14.8914,-71.674],[14.7147,-71.5812],[14.5379,-71.488],[14.3611,-71.3943],[14.1843,-71.3002],[14.0075,-71.2056],[13.8307,-71.1106],[13.6539,-71.0151],[13.6304,-71.019],[13.3259,-71.0706],[13.0214,-71.1219],[12.7169,-71.1732],[12.4124,-71.2243],[12.1079,-71.2753],[11.8034,-71.3261],[11.499,-71.3769],[11.1945,-71.4274],[10.89,-71.4779],[10.5855,-71.5282],[10.281,-71.5784],[9.9765,-71.6284],[9.672,-71.6784],[9.3675,-71.7282],[9.063,-71.7778],[8.7585,-71.8273],[8.8982,-71.9153],[9.0502,-72.0106],[9.2023,-72.1054],[9.3544,-72.1998],[9.5065,-72.2936],[9.6585,-72.387],[9.8106,-72.4799],[9.9627,-72.5723],[10.1148,-72.6643],[10.2668,-72.7557],[10.4189,-72.8468],[10.571,-72.9373],[10.7231,-73.0274],[10.8751,-73.117],[11.0272,-73.2062],[11.1793,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Wohlthat Mountains 2021 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R005_S7X_20200303T061749","name":"imagico.de: Yamato/Queen Fabiola Mountains","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R005_S7X_20200303T061749&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-03-03T00:00:00.000Z","startDate":"2020-03-03T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[19.2425,-75.6323],[19.143,-75.667],[19.143,-75.7213],[19.314,-75.7213],[19.4857,-75.7213],[19.6573,-75.7213],[19.829,-75.7213],[20.0007,-75.7213],[20.1723,-75.7213],[20.344,-75.7213],[20.5156,-75.7213],[20.6873,-75.7213],[20.859,-75.7213],[21.0306,-75.7213],[21.2023,-75.7213],[21.3739,-75.7213],[21.5456,-75.7213],[21.7173,-75.7213],[21.8889,-75.7213],[22.0606,-75.7213],[22.2323,-75.7213],[22.4039,-75.7213],[22.5756,-75.7213],[22.7472,-75.7213],[22.9189,-75.7213],[23.0906,-75.7213],[23.2622,-75.7213],[23.4339,-75.7213],[23.6055,-75.7213],[23.7772,-75.7213],[23.9489,-75.7213],[24.1205,-75.7213],[24.2922,-75.7213],[24.4639,-75.7213],[24.6355,-75.7213],[24.8072,-75.7213],[24.9788,-75.7213],[25.1505,-75.7213],[25.3222,-75.7213],[25.4938,-75.7213],[25.6655,-75.7213],[25.8371,-75.7213],[26.0088,-75.7213],[26.1805,-75.7213],[26.3521,-75.7213],[26.5238,-75.7213],[26.6955,-75.7213],[26.8671,-75.7213],[27.0388,-75.7213],[27.2104,-75.7213],[27.3821,-75.7213],[27.5538,-75.7213],[27.7254,-75.7213],[27.8971,-75.7213],[28.0687,-75.7213],[28.2404,-75.7213],[28.4121,-75.7213],[28.5837,-75.7213],[28.7554,-75.7213],[28.927,-75.7213],[29.0987,-75.7213],[29.2704,-75.7213],[29.442,-75.7213],[29.6137,-75.7213],[29.7854,-75.7213],[29.957,-75.7213],[30.1287,-75.7213],[30.3003,-75.7213],[30.472,-75.7213],[30.6437,-75.7213],[30.8153,-75.7213],[30.987,-75.7213],[31.1586,-75.7213],[31.3303,-75.7213],[31.502,-75.7213],[31.6736,-75.7213],[31.8453,-75.7213],[32.017,-75.7213],[32.1886,-75.7213],[32.3603,-75.7213],[32.5319,-75.7213],[32.7036,-75.7213],[32.8753,-75.7213],[32.9192,-75.7104],[32.9363,-75.7034],[33.0247,-75.667],[33.113,-75.6305],[33.2013,-75.5939],[33.2896,-75.5573],[33.378,-75.5205],[33.4663,-75.4837],[33.5546,-75.4467],[33.6429,-75.4097],[33.7313,-75.3726],[33.8196,-75.3353],[33.9079,-75.298],[33.9339,-75.2866],[34.0198,-75.2488],[34.1057,-75.2109],[34.1916,-75.1729],[34.2775,-75.1348],[34.3634,-75.0967],[34.4492,-75.0584],[34.5351,-75.02],[34.621,-74.9816],[34.7069,-74.943],[34.7928,-74.9043],[34.8787,-74.8656],[34.9646,-74.8267],[35.0505,-74.7878],[35.0718,-74.7777],[35.1553,-74.7383],[35.2389,-74.6988],[35.3225,-74.6592],[35.406,-74.6194],[35.4896,-74.5796],[35.5731,-74.5397],[35.6567,-74.4997],[35.7402,-74.4595],[35.8238,-74.4193],[35.9073,-74.379],[35.9695,-74.3476],[36.0503,-74.3067],[36.1312,-74.2657],[36.2121,-74.2246],[36.293,-74.1834],[36.3739,-74.1421],[36.4547,-74.1006],[36.5356,-74.0591],[36.6165,-74.0175],[36.6974,-73.9757],[36.7783,-73.9339],[36.8591,-73.8919],[36.94,-73.8499],[37.0056,-73.8139],[37.0834,-73.7712],[37.1611,-73.7284],[37.2389,-73.6854],[37.3167,-73.6424],[37.3944,-73.5992],[37.4722,-73.556],[37.5499,-73.5126],[37.6277,-73.4691],[37.7054,-73.4255],[37.7832,-73.3818],[37.861,-73.338],[37.9387,-73.294],[38.0165,-73.25],[38.0942,-73.2058],[38.172,-73.1615],[38.2497,-73.1171],[38.3275,-73.0726],[38.4053,-73.028],[38.483,-72.9833],[38.5608,-72.9384],[38.6385,-72.8935],[38.7163,-72.8484],[38.794,-72.8032],[38.8718,-72.7579],[38.9496,-72.7125],[39.0273,-72.667],[39.0746,-72.6372],[39.148,-72.5908],[39.2214,-72.5443],[39.2948,-72.4977],[39.3682,-72.451],[39.4416,-72.4041],[39.515,-72.3572],[39.5885,-72.3101],[39.6619,-72.2629],[39.7353,-72.2155],[39.8087,-72.1681],[39.8821,-72.1205],[39.9555,-72.0728],[40.0289,-72.025],[40.1024,-71.977],[40.1758,-71.929],[40.2492,-71.8808],[40.3226,-71.8324],[40.396,-71.784],[40.4694,-71.7354],[40.5428,-71.6867],[40.6162,-71.6379],[40.6897,-71.589],[40.7631,-71.5399],[40.7875,-71.5224],[40.857,-71.4726],[40.9265,-71.4227],[40.9959,-71.3726],[41.0654,-71.3224],[41.1349,-71.272],[41.2044,-71.2216],[41.2738,-71.171],[41.3433,-71.1203],[41.4128,-71.0694],[41.4823,-71.0184],[41.5517,-70.9673],[41.6212,-70.916],[41.6907,-70.8646],[41.7601,-70.8131],[41.8296,-70.7614],[41.8991,-70.7097],[41.9686,-70.6577],[42.038,-70.6057],[42.1075,-70.5535],[42.177,-70.5012],[42.2465,-70.4487],[42.3159,-70.3961],[42.3854,-70.3434],[42.4549,-70.2905],[42.4764,-70.273],[42.5424,-70.2195],[42.6083,-70.1657],[42.6742,-70.1119],[42.7402,-70.0579],[42.8061,-70.0038],[42.8721,-69.9495],[42.938,-69.8951],[43.004,-69.8406],[43.0699,-69.7859],[43.1358,-69.731],[43.2018,-69.6761],[43.2677,-69.6209],[43.3337,-69.5657],[43.3996,-69.5103],[43.4655,-69.4547],[43.5315,-69.399],[43.5974,-69.3432],[43.6405,-69.3051],[43.7043,-69.2487],[43.768,-69.1922],[43.8318,-69.1355],[43.8956,-69.0787],[43.9593,-69.0217],[44.0231,-68.9646],[44.0868,-68.9073],[44.1506,-68.8498],[44.2144,-68.7923],[44.2781,-68.7345],[44.3419,-68.6766],[44.4056,-68.6186],[44.4694,-68.5604],[44.5332,-68.5021],[44.5969,-68.4436],[44.6607,-68.385],[44.7244,-68.3262],[44.7882,-68.2673],[44.852,-68.2082],[44.9157,-68.1489],[44.9157,-67.6196],[44.8064,-67.6177],[44.6349,-67.6148],[44.4634,-67.6118],[44.2919,-67.6088],[44.1204,-67.6058],[43.949,-67.6029],[43.8229,-67.6029],[43.6513,-67.6029],[43.4796,-67.6029],[43.3079,-67.6029],[43.1363,-67.6029],[42.9646,-67.6029],[42.7929,-67.6029],[42.6213,-67.6029],[42.4496,-67.6029],[42.278,-67.6029],[42.1063,-67.6029],[41.9346,-67.6029],[41.763,-67.6029],[41.5913,-67.6029],[41.4197,-67.6029],[41.248,-67.6029],[41.0763,-67.6029],[40.9047,-67.6029],[40.733,-67.6029],[40.5613,-67.6029],[40.3897,-67.6029],[40.218,-67.6029],[40.0464,-67.6029],[39.8747,-67.6029],[39.703,-67.6029],[39.5314,-67.6029],[39.3597,-67.6029],[39.1881,-67.6029],[39.0164,-67.6029],[38.8447,-67.6029],[38.6731,-67.6029],[38.5014,-67.6029],[38.3297,-67.6029],[38.1581,-67.6029],[37.9864,-67.6029],[37.8148,-67.6029],[37.6431,-67.6029],[37.6211,-67.6112],[37.5451,-67.6519],[37.4456,-67.7051],[37.3461,-67.7581],[37.2467,-67.811],[37.1472,-67.8638],[37.0477,-67.9164],[36.9483,-67.969],[36.8488,-68.0214],[36.7493,-68.0737],[36.6499,-68.1259],[36.5504,-68.1779],[36.4509,-68.2299],[36.3514,-68.2817],[36.252,-68.3334],[36.1525,-68.385],[36.053,-68.4365],[35.9536,-68.4879],[35.8541,-68.5391],[35.7546,-68.5902],[35.6551,-68.6412],[35.5557,-68.6921],[35.4562,-68.7429],[35.3567,-68.7936],[35.2573,-68.8441],[35.1578,-68.8946],[35.0583,-68.9449],[34.9588,-68.9951],[34.8594,-69.0452],[34.7599,-69.0952],[34.6604,-69.145],[34.561,-69.1948],[34.4615,-69.2444],[34.362,-69.2939],[34.2626,-69.3433],[34.1631,-69.3926],[34.0636,-69.4418],[33.9641,-69.4909],[33.8647,-69.5399],[33.7652,-69.5887],[33.6657,-69.6374],[33.5663,-69.6861],[33.4668,-69.7346],[33.3673,-69.783],[33.2678,-69.8313],[33.1684,-69.8795],[33.0689,-69.9275],[32.9694,-69.9755],[32.87,-70.0233],[32.7705,-70.0711],[32.671,-70.1187],[32.5715,-70.1662],[32.4721,-70.2137],[32.3726,-70.261],[32.2731,-70.3082],[32.1737,-70.3552],[32.0742,-70.4022],[31.9747,-70.4491],[31.8753,-70.4959],[31.7758,-70.5425],[31.6763,-70.5891],[31.5768,-70.6355],[31.4774,-70.6818],[31.3779,-70.7281],[31.2784,-70.7742],[31.179,-70.8202],[31.0795,-70.8661],[30.98,-70.9119],[30.8805,-70.9576],[30.7811,-71.0032],[30.6816,-71.0487],[30.5821,-71.0941],[30.4827,-71.1394],[30.3832,-71.1845],[30.2837,-71.2296],[30.1843,-71.2746],[30.0848,-71.3194],[29.9853,-71.3642],[29.8858,-71.4089],[29.7864,-71.4534],[29.6869,-71.4979],[29.5874,-71.5422],[29.488,-71.5864],[29.3885,-71.6306],[29.289,-71.6746],[29.1895,-71.7186],[29.0901,-71.7624],[28.9906,-71.8061],[28.8911,-71.8498],[28.7917,-71.8933],[28.6922,-71.9367],[28.5927,-71.9801],[28.4932,-72.0233],[28.3938,-72.0664],[28.2943,-72.1094],[28.1948,-72.1524],[28.0954,-72.1952],[27.9959,-72.2379],[27.8964,-72.2806],[27.797,-72.3231],[27.6975,-72.3655],[27.598,-72.4079],[27.4985,-72.4501],[27.3991,-72.4922],[27.2996,-72.5343],[27.2001,-72.5762],[27.1007,-72.6181],[27.0012,-72.6598],[26.9017,-72.7014],[26.8022,-72.743],[26.7028,-72.7845],[26.6033,-72.8258],[26.5038,-72.8671],[26.4044,-72.9082],[26.3049,-72.9493],[26.2054,-72.9903],[26.1059,-73.0312],[26.0065,-73.072],[25.907,-73.1126],[25.8075,-73.1532],[25.7081,-73.1937],[25.6086,-73.2341],[25.5091,-73.2744],[25.4097,-73.3147],[25.3102,-73.3548],[25.2107,-73.3948],[25.1112,-73.4347],[25.0118,-73.4746],[24.9123,-73.5143],[24.8128,-73.554],[24.7134,-73.5936],[24.6139,-73.633],[24.5144,-73.6724],[24.4149,-73.7117],[24.3155,-73.7509],[24.216,-73.79],[24.1165,-73.829],[24.0171,-73.8679],[23.9176,-73.9067],[23.8181,-73.9455],[23.7186,-73.9841],[23.6192,-74.0227],[23.5197,-74.0611],[23.4202,-74.0995],[23.3208,-74.1378],[23.2213,-74.176],[23.1218,-74.2141],[23.0224,-74.2521],[22.9229,-74.29],[22.8234,-74.3279],[22.7239,-74.3656],[22.6245,-74.4033],[22.525,-74.4408],[22.4255,-74.4783],[22.3261,-74.5157],[22.2266,-74.553],[22.1271,-74.5903],[22.0276,-74.6274],[21.9282,-74.6644],[21.8287,-74.7014],[21.7292,-74.7383],[21.6298,-74.775],[21.5303,-74.8117],[21.4308,-74.8483],[21.3313,-74.8849],[21.2319,-74.9213],[21.1324,-74.9577],[21.0329,-74.9939],[20.9335,-75.0301],[20.834,-75.0662],[20.7345,-75.1022],[20.6351,-75.1381],[20.5356,-75.174],[20.4361,-75.2097],[20.3366,-75.2454],[20.2372,-75.281],[20.1377,-75.3165],[20.0382,-75.3519],[19.9388,-75.3873],[19.8393,-75.4225],[19.7398,-75.4577],[19.6403,-75.4928],[19.5409,-75.5278],[19.4414,-75.5627],[19.3419,-75.5975],[19.2425,-75.6323]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent Sentinel-2 image of the Yamato or Queen Fabiola Mountains, Belgica Mountains and Lützow-Holm Bay (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80651332014352LGN01","name":"imagico.de: Yamato/Queen Fabiola Mountains 2014 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80651332014352LGN01&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2014-12-18T00:00:00.000Z","startDate":"2014-12-18T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[34.3448,-73.2949],[34.4967,-73.3831],[34.6214,-73.3637],[34.923,-73.3167],[35.2246,-73.2695],[35.5262,-73.2222],[35.8278,-73.1748],[36.1294,-73.1273],[36.431,-73.0796],[36.7326,-73.0318],[37.0342,-72.9839],[37.0436,-72.9822],[37.3373,-72.93],[37.6309,-72.8777],[37.9246,-72.8253],[38.2182,-72.7727],[38.5118,-72.7199],[38.8055,-72.667],[39.0991,-72.6139],[39.3928,-72.5607],[39.6864,-72.5073],[39.6513,-72.4898],[39.4744,-72.401],[39.2974,-72.3119],[39.1204,-72.2223],[38.9434,-72.1322],[38.7664,-72.0417],[38.5895,-71.9508],[38.4125,-71.8594],[38.2355,-71.7676],[38.0585,-71.6754],[37.8815,-71.5826],[37.7046,-71.4895],[37.5276,-71.3958],[37.3506,-71.3017],[37.1736,-71.2072],[36.9966,-71.1122],[36.8196,-71.0167],[36.8003,-71.02],[36.4956,-71.0714],[36.191,-71.1227],[35.8863,-71.1739],[35.5817,-71.2249],[35.277,-71.2758],[34.9724,-71.3265],[34.6677,-71.3771],[34.3631,-71.4276],[34.0584,-71.478],[33.7538,-71.5282],[33.4492,-71.5783],[33.1445,-71.6283],[32.8399,-71.6781],[32.5352,-71.7278],[32.2306,-71.7774],[31.9259,-71.8268],[32.0657,-71.9149],[32.2177,-72.0103],[32.3696,-72.1051],[32.5215,-72.1995],[32.6735,-72.2934],[32.8254,-72.3868],[32.9774,-72.4797],[33.1293,-72.5721],[33.2812,-72.6641],[33.4332,-72.7556],[33.5851,-72.8466],[33.737,-72.9372],[33.889,-73.0273],[34.0409,-73.1169],[34.1929,-73.2061],[34.3448,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Yamato/Queen Fabiola Mountains 2014 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80651332016358LGN02","name":"imagico.de: Yamato/Queen Fabiola Mountains 2016 evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80651332016358LGN02&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2016-12-23T00:00:00.000Z","startDate":"2016-12-23T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[34.3411,-73.2949],[34.4933,-73.3831],[34.7068,-73.3499],[35.0084,-73.3028],[35.3099,-73.2556],[35.6115,-73.2082],[35.9131,-73.1608],[36.2147,-73.1132],[36.5162,-73.0654],[36.8178,-73.0176],[37.1194,-72.9696],[37.3369,-72.9309],[37.6303,-72.8785],[37.9238,-72.826],[38.2173,-72.7733],[38.5108,-72.7204],[38.8042,-72.6674],[39.0977,-72.6143],[39.3912,-72.561],[39.6847,-72.5075],[39.6489,-72.4896],[39.4719,-72.4009],[39.2949,-72.3118],[39.1179,-72.2222],[38.9409,-72.1321],[38.7638,-72.0417],[38.5868,-71.9507],[38.4098,-71.8594],[38.2328,-71.7676],[38.0557,-71.6753],[37.8787,-71.5826],[37.7017,-71.4894],[37.5247,-71.3958],[37.3476,-71.3017],[37.1706,-71.2072],[36.9936,-71.1122],[36.8166,-71.0167],[36.7933,-71.0207],[36.4887,-71.0721],[36.1841,-71.1234],[35.8795,-71.1746],[35.5749,-71.2256],[35.2703,-71.2766],[34.9657,-71.3273],[34.6611,-71.378],[34.3565,-71.4285],[34.0519,-71.4789],[33.7473,-71.5291],[33.4427,-71.5792],[33.1381,-71.6292],[32.8335,-71.6791],[32.5289,-71.7288],[32.2243,-71.7784],[31.9197,-71.8279],[32.0589,-71.9155],[32.2111,-72.0108],[32.3632,-72.1056],[32.5154,-72.1999],[32.6675,-72.2937],[32.8197,-72.3871],[32.9718,-72.48],[33.124,-72.5724],[33.2761,-72.6643],[33.4283,-72.7558],[33.5804,-72.8468],[33.7326,-72.9374],[33.8847,-73.0274],[34.0368,-73.117],[34.189,-73.2062],[34.3411,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Yamato/Queen Fabiola Mountains 2016 showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-LC80661332021346LGN00","name":"imagico.de: Yamato/Queen Fabiola Mountains west evening","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80661332021346LGN00&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2021-12-17T00:00:00.000Z","startDate":"2021-12-17T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[32.805,-73.2949],[32.9573,-73.3831],[33.0968,-73.3614],[33.3985,-73.3144],[33.7001,-73.2673],[34.0017,-73.22],[34.3033,-73.1726],[34.605,-73.125],[34.9066,-73.0774],[35.2082,-73.0296],[35.5099,-72.9816],[35.7988,-72.9303],[36.0924,-72.878],[36.386,-72.8255],[36.6796,-72.7729],[36.9732,-72.7201],[37.2668,-72.6672],[37.5604,-72.6141],[37.854,-72.5608],[38.1476,-72.5074],[38.1121,-72.4897],[37.9351,-72.4009],[37.7581,-72.3118],[37.5811,-72.2222],[37.4041,-72.1321],[37.227,-72.0417],[37.05,-71.9507],[36.873,-71.8594],[36.696,-71.7676],[36.519,-71.6753],[36.342,-71.5826],[36.1649,-71.4894],[35.9879,-71.3958],[35.8109,-71.3017],[35.6339,-71.2072],[35.4569,-71.1122],[35.2798,-71.0167],[35.2558,-71.0208],[34.9512,-71.0722],[34.6466,-71.1235],[34.342,-71.1747],[34.0374,-71.2258],[33.7327,-71.2767],[33.4281,-71.3274],[33.1235,-71.3781],[32.8189,-71.4286],[32.5143,-71.4789],[32.2097,-71.5292],[31.9051,-71.5793],[31.6005,-71.6293],[31.2958,-71.6791],[30.9912,-71.7288],[30.6866,-71.7784],[30.382,-71.8279],[30.5216,-71.9157],[30.6738,-72.0109],[30.826,-72.1057],[30.9783,-72.2001],[31.1305,-72.2939],[31.2827,-72.3872],[31.435,-72.4801],[31.5872,-72.5725],[31.7394,-72.6644],[31.8917,-72.7559],[32.0439,-72.8469],[32.1961,-72.9374],[32.3483,-73.0275],[32.5006,-73.1171],[32.6528,-73.2062],[32.805,-73.2949]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Landsat 8 evening image of the Yamato/Queen Fabiola Mountains (west) showing a different lighting compared to the daytime image (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R129_S67_20200301T222409","name":"imagico.de: Young Island March 2020","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R129_S67_20200301T222409&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-03-01T00:00:00.000Z","startDate":"2020-03-01T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[162.8905,-66.6775],[163.0622,-66.6775],[163.0622,-66.1208],[161.9249,-66.1208],[161.9249,-66.6775],[162.0322,-66.6775],[162.2039,-66.6775],[162.3755,-66.6775],[162.5472,-66.6775],[162.7188,-66.6775],[162.8905,-66.6775]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Almost cloud and sea ice free view of the island (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"osmim-imagicode-S2B_R129_S67_20200121T222409","name":"imagico.de: Young Island/Buckle Island January 2020","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=S2B_R129_S67_20200121T222409&z={zoom}&x={x}&y={-y}","category":"photo","endDate":"2020-01-21T00:00:00.000Z","startDate":"2020-01-21T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[161.7057,-65.9895],[161.7057,-67.0978],[163.9874,-67.0978],[163.9874,-65.9895],[161.7057,-65.9895]]],"terms_url":"https://imagico.de/maps/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Cloud free summer image with sea ice (true color)","icon":"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode.png"},{"id":"IN_2021","name":"Indiana Statewide Imagery Program (2021)","type":"wms","template":"https://imagery.gis.in.gov/arcgis/rest/services/Imagery/2021/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[1,19],"polygon":[[[-86.3097,38.18183],[-86.31264,38.17822],[-86.33109,38.18099],[-86.28777,38.15805],[-86.2718,38.13787],[-86.27866,38.09851],[-86.27872,38.0893],[-86.26689,38.05712],[-86.26127,38.05272],[-86.19093,38.01644],[-86.17898,38.01131],[-86.10023,38.01074],[-86.09466,38.00864],[-86.04537,37.95884],[-86.04352,37.95869],[-86.03632,37.96156],[-86.03517,37.96327],[-86.03106,37.99164],[-86.02831,37.99322],[-85.94916,38.00484],[-85.94706,38.00508],[-85.92644,38.02085],[-85.925,38.02259],[-85.90524,38.08899],[-85.90505,38.09007],[-85.90893,38.14231],[-85.90882,38.14497],[-85.90039,38.17904],[-85.89986,38.17988],[-85.89992,38.18561],[-85.95077,38.18574],[-85.9549,38.26055],[-85.97366,38.26063],[-85.97355,38.27558],[-85.99466,38.27522],[-85.99564,38.30242],[-86.0144,38.30249],[-86.01481,38.33059],[-86.033,38.33067],[-86.03244,38.41768],[-86.25445,38.4224],[-86.25917,38.41516],[-86.26447,38.412],[-86.25802,38.41017],[-86.25215,38.40699],[-86.24927,38.39066],[-86.24576,38.38794],[-86.25517,38.38433],[-86.26163,38.38117],[-86.2593,38.37754],[-86.25816,38.36666],[-86.24819,38.36301],[-86.2482,38.36029],[-86.25291,38.35577],[-86.25703,38.35442],[-86.26405,38.36123],[-86.2705,38.3617],[-86.27353,38.3243],[-86.27306,38.32159],[-86.28346,38.33154],[-86.28605,38.33195],[-86.28451,38.32105],[-86.28941,38.31641],[-86.28263,38.31106],[-86.27581,38.30841],[-86.27864,38.30298],[-86.27444,38.29991],[-86.27136,38.30714],[-86.26773,38.30867],[-86.25894,38.30638],[-86.26423,38.30413],[-86.26485,38.29461],[-86.25253,38.29504],[-86.25313,38.29142],[-86.26959,38.27831],[-86.27486,38.27832],[-86.27612,38.25294],[-86.27737,38.2271],[-86.27972,38.22348],[-86.28442,38.22077],[-86.29319,38.22487],[-86.29788,38.2217],[-86.29848,38.21944],[-86.28912,38.21398],[-86.29557,38.20946],[-86.29032,38.20175],[-86.30627,38.20273],[-86.30848,38.20087],[-86.31671,38.18955],[-86.31847,38.18819],[-86.3097,38.18183]],[[-86.92821,41.23801],[-86.93004,41.2371],[-86.93095,41.086],[-86.93041,40.99844],[-86.92929,40.9136],[-86.69579,40.91281],[-86.57968,40.91095],[-86.58017,40.82402],[-86.58133,40.73508],[-86.69536,40.73677],[-86.75238,40.73713],[-86.75719,40.72441],[-86.74927,40.71899],[-86.75651,40.709],[-86.75831,40.70082],[-86.7528,40.68632],[-86.75884,40.68177],[-86.74611,40.67998],[-86.7455,40.67817],[-86.75688,40.66457],[-86.7743,40.66412],[-86.7711,40.56207],[-86.69544,40.56209],[-86.69619,40.17853],[-86.24242,40.18069],[-86.24065,39.94074],[-86.24067,39.92607],[-86.32632,39.92421],[-86.6937,39.92283],[-86.69294,39.86434],[-86.68456,39.86481],[-86.68529,39.68845],[-86.68574,39.62997],[-86.66543,39.63046],[-86.64035,39.63049],[-86.64033,39.62006],[-86.65224,39.60871],[-86.65462,39.6001],[-86.65276,39.56656],[-86.64915,39.55523],[-86.67058,39.53389],[-86.68607,39.52616],[-86.68604,39.51438],[-86.68593,39.46995],[-86.63229,39.46957],[-86.63088,39.34809],[-86.64755,39.35578],[-86.65112,39.35623],[-86.65585,39.34353],[-86.65345,39.33402],[-86.66534,39.33173],[-86.68439,39.33715],[-86.6849,39.00994],[-86.68529,38.99402],[-86.31766,38.99358],[-86.27858,38.99352],[-86.27876,38.93414],[-86.27518,38.763],[-86.25877,38.76964],[-86.25766,38.76989],[-86.25632,38.76464],[-86.25595,38.76412],[-86.2429,38.7655],[-86.24046,38.76564],[-86.22518,38.77887],[-86.22435,38.77922],[-86.2209,38.77188],[-86.22004,38.77071],[-86.2156,38.77862],[-86.21476,38.77934],[-86.20226,38.77383],[-86.19747,38.77366],[-86.1851,38.7837],[-86.1836,38.78391],[-86.17766,38.77509],[-86.173,38.77274],[-86.13588,38.76259],[-86.13545,38.76235],[-86.10381,38.76552],[-86.10252,38.76556],[-86.0931,38.78364],[-86.09219,38.78371],[-86.07581,38.77482],[-86.07469,38.77421],[-86.062,38.77849],[-86.06126,38.77817],[-86.02771,38.75574],[-86.02649,38.75529],[-86.0218,38.76733],[-86.02092,38.76757],[-86.01255,38.75668],[-86.01133,38.75667],[-85.98508,38.76808],[-85.98354,38.76793],[-85.98577,38.75933],[-85.98563,38.75823],[-85.97835,38.7528],[-85.97723,38.75239],[-85.96239,38.76394],[-85.96129,38.76424],[-85.95064,38.76109],[-85.95026,38.76081],[-85.94987,38.75358],[-85.94931,38.75345],[-85.93697,38.76276],[-85.93642,38.76271],[-85.93698,38.75636],[-85.93658,38.7555],[-85.91801,38.74601],[-85.91691,38.74554],[-85.91924,38.75314],[-85.91903,38.75375],[-85.91141,38.7472],[-85.91054,38.74747],[-85.91027,38.75725],[-85.90966,38.75713],[-85.90954,38.75157],[-85.90878,38.75108],[-85.89661,38.75053],[-85.8963,38.75027],[-85.89425,38.7303],[-85.89408,38.72998],[-85.88619,38.73486],[-85.88581,38.73485],[-85.88175,38.72502],[-85.88146,38.72485],[-85.84755,38.73477],[-85.84734,38.73492],[-85.82006,38.77551],[-85.81989,38.77593],[-85.8048,38.77951],[-85.80465,38.77961],[-85.8074,38.78896],[-85.80736,38.7892],[-85.79512,38.80755],[-85.79493,38.8078],[-85.79893,39.12907],[-85.688,39.13067],[-85.68507,39.3387],[-85.68494,39.35049],[-85.94282,39.34752],[-85.95215,39.3473],[-85.954,39.86768],[-85.95401,39.86965],[-85.94827,39.86972],[-85.93807,39.86981],[-85.93738,39.92643],[-85.93759,39.92714],[-85.86955,39.92885],[-85.86242,39.92894],[-85.86218,40.40686],[-85.86405,40.56663],[-86.01292,40.56503],[-86.16541,40.56325],[-86.16901,40.96017],[-86.16763,40.99646],[-86.01846,40.9978],[-85.94662,40.99932],[-85.94044,40.7008],[-85.93961,40.65272],[-85.67424,40.65399],[-85.6385,40.65421],[-85.64054,40.78532],[-85.64402,41.00129],[-85.68359,41.00155],[-85.68562,41.08958],[-85.68764,41.17898],[-85.65224,41.17875],[-85.65887,41.69895],[-85.6598,41.7591],[-86.51946,41.75968],[-86.52422,41.75966],[-86.52661,41.6516],[-86.52664,41.65022],[-86.49012,41.64955],[-86.48727,41.64952],[-86.48627,41.58005],[-86.48617,41.57768],[-86.49511,41.56343],[-86.49809,41.56109],[-86.49811,41.52928],[-86.4982,41.52832],[-86.50521,41.51995],[-86.52484,41.51999],[-86.52465,41.43601],[-86.52467,41.43287],[-86.58209,41.43339],[-86.64151,41.4338],[-86.69839,41.40422],[-86.70206,41.40058],[-86.73794,41.32927],[-86.73914,41.32246],[-86.77633,41.29335],[-86.78424,41.28516],[-86.8465,41.26731],[-86.87032,41.26452],[-86.92821,41.23801]]],"terms_url":"https://www.in.gov/gis/indiana-imagery/","terms_text":"Indiana Geographic Information Office","description":"Orthophotography for the State of Indiana captured in 2021, only covering the central region + Allen County (Ft. Wayne)","icon":"https://www.in.gov/gis/images/logo_gis.png"},{"id":"IndianaMap_Latest","name":"IndianaMap Orthoimagery - Latest Available","type":"wms","template":"https://di-ingov.img.arcgis.com/arcgis/rest/services/DynamicWebMercator/Indiana_Current_Imagery/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-87.52333,41.76036],[-87.53164,39.34764],[-87.58095,39.34014],[-87.60653,39.30973],[-87.60515,39.24169],[-87.57906,39.24196],[-87.57872,39.2147],[-87.67502,39.13179],[-87.58541,39.06358],[-87.58507,38.96768],[-87.53237,38.96795],[-87.53117,38.85147],[-87.49615,38.7656],[-87.52018,38.69422],[-87.53597,38.68028],[-87.56155,38.67519],[-87.58172,38.67224],[-87.59674,38.66601],[-87.60266,38.65837],[-87.60447,38.64771],[-87.6212,38.63839],[-87.6273,38.58602],[-87.63622,38.59353],[-87.64056,38.59074],[-87.6388,38.57498],[-87.65317,38.56726],[-87.65013,38.55716],[-87.6709,38.54521],[-87.65459,38.51963],[-87.64515,38.51527],[-87.71158,38.48007],[-87.74076,38.4802],[-87.74403,38.40989],[-87.78179,38.36831],[-87.80874,38.36198],[-87.83466,38.32186],[-87.82969,38.29977],[-87.83775,38.28185],[-87.84908,38.27552],[-87.85767,38.27511],[-87.86419,38.27902],[-87.86608,38.28926],[-87.85938,38.30449],[-87.86333,38.31095],[-87.87071,38.3127],[-87.87912,38.30853],[-87.88599,38.28899],[-87.90745,38.26918],[-87.91586,38.2677],[-87.92152,38.27201],[-87.91809,38.2797],[-87.90882,38.29344],[-87.91277,38.30179],[-87.92341,38.30287],[-87.938,38.29304],[-87.94882,38.25631],[-87.98882,38.25625],[-87.98349,38.2077],[-87.96513,38.18652],[-87.93612,38.1733],[-87.96504,38.06728],[-87.99422,38.05316],[-88.03534,38.05242],[-88.04392,38.04458],[-88.04117,38.03592],[-88.03362,38.03187],[-88.01439,38.03471],[-88.00838,38.03119],[-88.02418,38.01551],[-88.02349,38.00144],[-88.01079,37.96978],[-88.03637,37.95719],[-88.03671,37.94163],[-88.01611,37.91793],[-88.01954,37.90845],[-88.01259,37.88867],[-88.02109,37.88292],[-88.03362,37.89511],[-88.04572,37.89084],[-88.05842,37.89118],[-88.09542,37.90771],[-88.10005,37.9052],[-88.06091,37.84856],[-88.02624,37.83772],[-88.02933,37.82633],[-88.09044,37.82931],[-88.0901,37.81521],[-88.06366,37.79812],[-88.03551,37.81304],[-88.02177,37.80056],[-87.99877,37.79866],[-87.95371,37.76766],[-87.91946,37.803],[-87.89698,37.8125],[-87.9344,37.89192],[-87.89886,37.92727],[-87.88788,37.92754],[-87.83346,37.87323],[-87.78334,37.87296],[-87.68223,37.90154],[-87.66781,37.89301],[-87.68352,37.83948],[-87.66935,37.82375],[-87.61459,37.82816],[-87.58206,37.8695],[-87.59073,37.88847],[-87.62541,37.91522],[-87.58781,37.97492],[-87.58404,37.91928],[-87.54284,37.9033],[-87.50027,37.90479],[-87.45615,37.93499],[-87.43538,37.94244],[-87.41014,37.94176],[-87.38199,37.93296],[-87.20261,37.84083],[-87.15643,37.83609],[-87.12776,37.77886],[-87.08244,37.78279],[-87.05309,37.82199],[-87.03369,37.9052],[-86.97207,37.93147],[-86.90821,37.93811],[-86.86117,37.98263],[-86.81482,37.99873],[-86.79543,37.98764],[-86.77431,37.93418],[-86.72693,37.88881],[-86.67664,37.91522],[-86.64539,37.90777],[-86.66548,37.85059],[-86.65003,37.83663],[-86.59836,37.85846],[-86.5963,37.91238],[-86.5781,37.92253],[-86.52952,37.914],[-86.50206,37.93201],[-86.52437,37.97235],[-86.51991,38.04025],[-86.45124,38.04539],[-86.4279,38.07107],[-86.42944,38.08647],[-86.46343,38.10174],[-86.4624,38.11916],[-86.44644,38.12767],[-86.39889,38.10295],[-86.38292,38.12686],[-86.33074,38.12848],[-86.31838,38.1486],[-86.32833,38.15967],[-86.36713,38.16358],[-86.37863,38.17924],[-86.36988,38.19651],[-86.35614,38.1992],[-86.28611,38.15454],[-86.27255,38.13415],[-86.28199,38.0908],[-86.27031,38.0539],[-86.17744,38.00962],[-86.1165,38.0153],[-86.08131,37.99995],[-86.05471,37.96186],[-86.04312,37.95692],[-86.03419,37.96234],[-86.03179,37.99116],[-85.94708,38.00496],[-85.92184,38.0247],[-85.9033,38.09998],[-85.90759,38.15724],[-85.89403,38.18598],[-85.83601,38.2371],[-85.83189,38.26959],[-85.81713,38.28145],[-85.78486,38.28266],[-85.75533,38.26379],[-85.73456,38.26662],[-85.6592,38.3088],[-85.60959,38.43504],[-85.58281,38.44915],[-85.49973,38.46091],[-85.46805,38.50795],[-85.41969,38.53037],[-85.41046,38.56441],[-85.43758,38.6099],[-85.43758,38.65509],[-85.45406,38.69743],[-85.43089,38.72972],[-85.41407,38.73494],[-85.35416,38.72891],[-85.30283,38.73909],[-85.27674,38.73989],[-85.24979,38.73253],[-85.21563,38.69154],[-85.18232,38.68497],[-85.14662,38.69194],[-85.08945,38.73105],[-85.02405,38.75917],[-84.99315,38.7767],[-84.93899,38.7759],[-84.89016,38.7951],[-84.82115,38.78266],[-84.8087,38.78975],[-84.83033,38.83008],[-84.78579,38.86504],[-84.78458,38.88268],[-84.82364,38.89765],[-84.86544,38.89838],[-84.8796,38.91702],[-84.82956,38.96542],[-84.83844,38.9916],[-84.89728,39.05372],[-84.88998,39.06292],[-84.81982,39.10805],[-84.80589,41.76022],[-87.52333,41.76036]]],"terms_url":"https://www.indianamap.org/","terms_text":"IndianaMap, Indiana Geographic Information Office","description":"The latest available orthoimagery for the entire State of Indiana","icon":"https://www.arcgis.com/sharing/rest/content/items/c470d38a730b4a5d839602174ed97d5c/resources/ingov-logo-white.png"},{"id":"osmfj-inuyama-2023","name":"Inuyama city and around Imagery 2023","type":"tms","template":"https://tiles.osmf.jp/inuyama-shi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2023-01-09T00:00:00.000Z","startDate":"2023-01-09T00:00:00.000Z","zoomExtent":[10,19],"polygon":[[[136.88471,35.27447],[136.88513,35.27533],[136.88531,35.27852],[136.88555,35.27855],[136.88585,35.28266],[136.88593,35.28324],[136.88575,35.28427],[136.88551,35.28489],[136.88465,35.28563],[136.88357,35.28799],[136.88328,35.28889],[136.88317,35.28946],[136.88317,35.29101],[136.88343,35.29334],[136.88387,35.29442],[136.88354,35.29467],[136.88351,35.29555],[136.88411,35.29696],[136.88403,35.29747],[136.88402,35.29829],[136.88418,35.29862],[136.8842,35.29884],[136.88402,35.29907],[136.88406,35.29935],[136.88464,35.30198],[136.88486,35.30271],[136.88486,35.30387],[136.88547,35.30486],[136.88658,35.30478],[136.88694,35.30473],[136.88749,35.3045],[136.8875,35.30452],[136.88767,35.30445],[136.8882,35.3045],[136.88915,35.30619],[136.8895,35.30639],[136.89073,35.30678],[136.89117,35.30677],[136.89192,35.3063],[136.89243,35.30609],[136.89244,35.3058],[136.89256,35.30563],[136.89498,35.30594],[136.8953,35.30614],[136.89534,35.30629],[136.89551,35.3063],[136.89575,35.30658],[136.89592,35.30661],[136.89592,35.3071],[136.89572,35.30756],[136.89549,35.30784],[136.89547,35.30795],[136.89586,35.30871],[136.89556,35.30925],[136.89625,35.30921],[136.89802,35.30898],[136.89849,35.30901],[136.89858,35.30909],[136.89848,35.3093],[136.89852,35.30951],[136.89875,35.30964],[136.89907,35.30974],[136.89931,35.30995],[136.90041,35.30994],[136.90075,35.3101],[136.90078,35.31048],[136.90067,35.31073],[136.90117,35.31178],[136.90139,35.31197],[136.90163,35.31246],[136.90198,35.31233],[136.90298,35.3139],[136.90463,35.31332],[136.90499,35.31388],[136.90668,35.31319],[136.90769,35.31511],[136.90752,35.31537],[136.90753,35.31681],[136.90605,35.31687],[136.90604,35.31747],[136.90617,35.31749],[136.90621,35.31795],[136.90649,35.31836],[136.90698,35.31834],[136.90723,35.31859],[136.90727,35.31876],[136.90716,35.31906],[136.90687,35.3192],[136.90709,35.31987],[136.90733,35.32031],[136.9076,35.32066],[136.90803,35.32097],[136.90901,35.32156],[136.90918,35.32177],[136.90942,35.32177],[136.90976,35.32194],[136.91026,35.32174],[136.91028,35.32214],[136.91019,35.32227],[136.91017,35.32271],[136.91104,35.32307],[136.91131,35.32328],[136.91151,35.32336],[136.91252,35.3241],[136.91265,35.32432],[136.91266,35.3247],[136.91301,35.32507],[136.91366,35.32507],[136.91366,35.32565],[136.91413,35.32598],[136.91467,35.32598],[136.9147,35.32579],[136.91507,35.32576],[136.91526,35.32584],[136.91546,35.32506],[136.91547,35.32447],[136.91497,35.32411],[136.91479,35.32411],[136.91464,35.32397],[136.91433,35.32327],[136.91434,35.32285],[136.91451,35.32277],[136.91401,35.32144],[136.91397,35.32094],[136.91364,35.32001],[136.91375,35.31987],[136.91394,35.31986],[136.91488,35.31924],[136.91521,35.3191],[136.91633,35.3191],[136.9168,35.31896],[136.91822,35.31897],[136.91824,35.31924],[136.91949,35.31898],[136.91982,35.31897],[136.91998,35.31932],[136.92018,35.31931],[136.92083,35.31917],[136.92126,35.31915],[136.92169,35.31923],[136.92167,35.3192],[136.92175,35.31924],[136.9218,35.31924],[136.92181,35.31926],[136.9256,35.32085],[136.92605,35.3216],[136.92698,35.32134],[136.92789,35.32284],[136.93109,35.3217],[136.93149,35.32192],[136.93162,35.32184],[136.93212,35.32184],[136.93237,35.32198],[136.93259,35.32199],[136.93272,35.32198],[136.93293,35.32185],[136.93424,35.32184],[136.93446,35.32176],[136.93506,35.32142],[136.93551,35.3214],[136.93564,35.32098],[136.93616,35.32098],[136.93693,35.32154],[136.93713,35.32163],[136.93746,35.32163],[136.938,35.32148],[136.93893,35.32259],[136.93914,35.32261],[136.93975,35.32327],[136.94014,35.32338],[136.94127,35.32338],[136.94401,35.32289],[136.94466,35.32289],[136.94598,35.32316],[136.94675,35.32317],[136.95022,35.32287],[136.95023,35.32236],[136.95013,35.32221],[136.95011,35.32162],[136.94976,35.32129],[136.94985,35.32102],[136.94768,35.31947],[136.94768,35.31934],[136.94874,35.31919],[136.94876,35.31899],[136.9486,35.31871],[136.94858,35.31771],[136.94847,35.31758],[136.94847,35.3174],[136.94866,35.31738],[136.94868,35.31702],[136.94841,35.31651],[136.94845,35.31546],[136.94835,35.31526],[136.94775,35.31471],[136.94772,35.31444],[136.94758,35.31405],[136.94717,35.31344],[136.94786,35.31299],[136.94938,35.31282],[136.95063,35.31281],[136.95085,35.31305],[136.95117,35.31323],[136.95127,35.31323],[136.95146,35.31308],[136.95192,35.31308],[136.95238,35.31336],[136.9527,35.31371],[136.95338,35.31373],[136.95346,35.31379],[136.95364,35.31378],[136.95373,35.3137],[136.95373,35.31356],[136.95396,35.31329],[136.95435,35.31369],[136.95445,35.31399],[136.95476,35.31451],[136.95488,35.31462],[136.95529,35.31439],[136.95542,35.31458],[136.95568,35.31489],[136.95617,35.31494],[136.95698,35.31541],[136.95897,35.31462],[136.95949,35.31463],[136.95994,35.31505],[136.96031,35.31505],[136.96152,35.31568],[136.96161,35.31569],[136.96165,35.31553],[136.96194,35.31535],[136.96222,35.31527],[136.96265,35.31543],[136.9628,35.31559],[136.96289,35.31596],[136.96331,35.31627],[136.96385,35.31642],[136.96481,35.3166],[136.96577,35.31767],[136.96577,35.31826],[136.96597,35.31856],[136.96621,35.31868],[136.9667,35.31947],[136.9675,35.32051],[136.96758,35.32058],[136.96784,35.32056],[136.96809,35.3206],[136.96818,35.32066],[136.96839,35.32131],[136.96871,35.32135],[136.96886,35.3214],[136.96921,35.32157],[136.96939,35.32174],[136.9694,35.32225],[136.97016,35.3226],[136.9707,35.32267],[136.97106,35.32293],[136.9714,35.32314],[136.9722,35.32348],[136.97265,35.3238],[136.97304,35.32394],[136.97331,35.32394],[136.97331,35.32343],[136.97377,35.32288],[136.97478,35.32248],[136.97524,35.32249],[136.9768,35.32277],[136.97721,35.32296],[136.9775,35.32321],[136.97764,35.32355],[136.97831,35.32409],[136.97896,35.3247],[136.97931,35.32439],[136.97973,35.32413],[136.98021,35.32412],[136.98048,35.32415],[136.98101,35.32438],[136.98121,35.32361],[136.9812,35.32309],[136.98105,35.32259],[136.98077,35.32212],[136.98127,35.32164],[136.9818,35.32134],[136.98335,35.32128],[136.98429,35.32052],[136.98467,35.3209],[136.98503,35.32119],[136.98535,35.32124],[136.98563,35.32243],[136.98588,35.32296],[136.98589,35.32346],[136.98633,35.32395],[136.98699,35.3251],[136.98699,35.32579],[136.98742,35.32692],[136.98741,35.32765],[136.98892,35.32977],[136.98922,35.33058],[136.98965,35.33067],[136.99019,35.33042],[136.99066,35.33069],[136.99092,35.33067],[136.99238,35.3304],[136.99344,35.3303],[136.99449,35.33004],[136.99493,35.33005],[136.99629,35.33093],[136.99665,35.33084],[136.99694,35.33077],[136.99748,35.3308],[136.99792,35.33095],[136.99827,35.33114],[136.9986,35.33158],[136.999,35.3319],[136.99982,35.33216],[137.00003,35.33219],[137.00072,35.33214],[137.0016,35.33177],[137.00213,35.33139],[137.00409,35.33074],[137.00462,35.33074],[137.00519,35.33104],[137.00737,35.33106],[137.00851,35.33086],[137.00892,35.33059],[137.00931,35.33016],[137.00956,35.33004],[137.01006,35.33006],[137.01078,35.33035],[137.01096,35.33047],[137.01111,35.33076],[137.0114,35.33095],[137.01167,35.33102],[137.01223,35.33167],[137.01225,35.33212],[137.01257,35.33357],[137.01283,35.33398],[137.01293,35.33429],[137.01264,35.33461],[137.01266,35.33472],[137.01286,35.33479],[137.01363,35.33479],[137.01647,35.33498],[137.0168,35.33445],[137.01701,35.33446],[137.0171,35.33457],[137.01714,35.33486],[137.0172,35.33495],[137.01738,35.33496],[137.01762,35.3348],[137.0182,35.33379],[137.01834,35.33366],[137.01851,35.3336],[137.01878,35.33372],[137.01883,35.33385],[137.01885,35.33409],[137.01855,35.3345],[137.01816,35.33494],[137.01816,35.33498],[137.01889,35.33488],[137.01976,35.33374],[137.02003,35.33375],[137.02012,35.33384],[137.02013,35.33416],[137.01921,35.33543],[137.01944,35.33555],[137.02003,35.33565],[137.02028,35.33579],[137.02057,35.33575],[137.02083,35.33556],[137.02064,35.33515],[137.02062,35.33498],[137.02126,35.33471],[137.02148,35.33455],[137.0217,35.33451],[137.02217,35.33419],[137.02247,35.33419],[137.02297,35.33457],[137.02323,35.33464],[137.02334,35.33458],[137.02333,35.33412],[137.02353,35.33399],[137.02382,35.33391],[137.02422,35.33389],[137.02459,35.33392],[137.0249,35.3341],[137.02539,35.33409],[137.02643,35.33388],[137.0269,35.33388],[137.02711,35.33394],[137.02843,35.334],[137.02891,35.33382],[137.02917,35.33383],[137.02938,35.3339],[137.03011,35.33366],[137.03045,35.33368],[137.03076,35.33387],[137.03113,35.33388],[137.03153,35.33373],[137.03259,35.33375],[137.0331,35.33394],[137.03353,35.33395],[137.03362,35.33389],[137.03396,35.33391],[137.03427,35.33415],[137.03473,35.33417],[137.03525,35.3343],[137.03551,35.33452],[137.03566,35.33458],[137.03647,35.3346],[137.03671,35.33465],[137.03701,35.33483],[137.03731,35.3352],[137.03773,35.33547],[137.03831,35.33569],[137.03848,35.33569],[137.03927,35.3354],[137.0402,35.33559],[137.04088,35.33588],[137.04144,35.33605],[137.0417,35.3363],[137.04182,35.33649],[137.04241,35.33721],[137.04286,35.33797],[137.04423,35.3387],[137.04518,35.3388],[137.04581,35.33907],[137.04638,35.33956],[137.04619,35.34024],[137.04624,35.34159],[137.04653,35.34297],[137.0465,35.34334],[137.04618,35.3438],[137.04606,35.34402],[137.04609,35.3442],[137.04624,35.34436],[137.04653,35.34506],[137.04662,35.34537],[137.04652,35.34604],[137.04642,35.34634],[137.04666,35.34673],[137.04668,35.34695],[137.04662,35.34725],[137.04672,35.34856],[137.04658,35.34878],[137.04635,35.34891],[137.04607,35.34895],[137.0459,35.34912],[137.04567,35.34982],[137.04535,35.35017],[137.0453,35.35059],[137.0454,35.35076],[137.04607,35.35125],[137.04745,35.35169],[137.048,35.35231],[137.04803,35.35336],[137.04826,35.35364],[137.04855,35.35445],[137.04892,35.35525],[137.04903,35.357],[137.04916,35.35777],[137.0495,35.35833],[137.04947,35.3587],[137.04993,35.35931],[137.04991,35.35973],[137.04964,35.36063],[137.04907,35.36141],[137.04866,35.36302],[137.04811,35.36345],[137.04803,35.36397],[137.04787,35.36446],[137.04742,35.36521],[137.047,35.36572],[137.04694,35.36583],[137.04705,35.36602],[137.04706,35.36624],[137.04612,35.36628],[137.04582,35.36645],[137.0455,35.36683],[137.04524,35.36733],[137.04511,35.36751],[137.04484,35.36758],[137.04425,35.36757],[137.04362,35.36733],[137.0406,35.36696],[137.03962,35.36758],[137.03943,35.36768],[137.03853,35.36766],[137.03818,35.36749],[137.03758,35.3679],[137.03549,35.36792],[137.03502,35.36807],[137.03409,35.36809],[137.03398,35.36816],[137.03398,35.36831],[137.03412,35.36894],[137.03393,35.36916],[137.0331,35.36901],[137.03282,35.36907],[137.03113,35.37023],[137.03049,35.37046],[137.03002,35.37073],[137.02983,35.37093],[137.02931,35.37196],[137.02931,35.37225],[137.02935,35.37246],[137.02977,35.37332],[137.02989,35.37359],[137.0299,35.37392],[137.02969,35.37424],[137.02924,35.37424],[137.02923,35.37459],[137.02921,35.37478],[137.02905,35.37496],[137.02837,35.37527],[137.02835,35.37539],[137.02839,35.37553],[137.02845,35.37583],[137.02844,35.37604],[137.02833,35.37616],[137.02816,35.37628],[137.02798,35.37627],[137.02726,35.37578],[137.02652,35.37522],[137.02612,35.37523],[137.02548,35.37541],[137.02514,35.3754],[137.02455,35.37525],[137.02359,35.37511],[137.02283,35.37513],[137.02241,35.37523],[137.02212,35.37537],[137.02145,35.37576],[137.02011,35.37576],[137.01952,35.37609],[137.0189,35.37659],[137.01794,35.37673],[137.01731,35.37728],[137.01709,35.37739],[137.01682,35.37743],[137.01651,35.37748],[137.01631,35.37757],[137.0162,35.37769],[137.01611,35.37896],[137.01608,35.37935],[137.01588,35.37962],[137.0157,35.37971],[137.01551,35.37978],[137.01539,35.37994],[137.01531,35.38018],[137.01528,35.38054],[137.01549,35.38088],[137.01549,35.38113],[137.01539,35.38138],[137.01513,35.38158],[137.01471,35.38174],[137.01419,35.38186],[137.01325,35.38188],[137.013,35.38182],[137.01238,35.38157],[137.01164,35.38158],[137.01116,35.38179],[137.01083,35.38181],[137.0105,35.38151],[137.01043,35.38137],[137.01011,35.38155],[137.00987,35.38162],[137.00933,35.38162],[137.00916,35.38155],[137.0084,35.38166],[137.00828,35.38172],[137.00793,35.38173],[137.00753,35.38155],[137.00734,35.38155],[137.00657,35.38186],[137.00622,35.38189],[137.00594,35.38188],[137.0056,35.38182],[137.00497,35.38145],[137.00444,35.38117],[137.00425,35.38114],[137.00397,35.38121],[137.00347,35.38121],[137.00334,35.38116],[137.00294,35.38124],[137.0023,35.38141],[137.00219,35.38152],[137.00234,35.38216],[137.00234,35.38313],[137.00232,35.38339],[137.00107,35.384],[137.00048,35.38458],[136.99968,35.38517],[136.99911,35.38618],[136.9991,35.38629],[136.99968,35.38671],[136.99971,35.38729],[136.99957,35.38731],[136.99949,35.38741],[136.9994,35.38768],[136.9994,35.38819],[136.99916,35.38836],[136.99938,35.39011],[136.99932,35.3903],[136.99872,35.39097],[136.99861,35.39128],[136.99832,35.39159],[136.9982,35.39162],[136.99807,35.39161],[136.99756,35.39124],[136.99701,35.39105],[136.99655,35.39133],[136.99634,35.39165],[136.99629,35.39236],[136.99542,35.3932],[136.99519,35.39329],[136.99451,35.39332],[136.99408,35.39365],[136.99368,35.39366],[136.99275,35.39293],[136.99156,35.39313],[136.99152,35.3935],[136.99141,35.39427],[136.9902,35.3949],[136.9903,35.39515],[136.99027,35.39552],[136.99009,35.39583],[136.98943,35.39637],[136.98936,35.39649],[136.98939,35.39667],[136.98944,35.39676],[136.99008,35.39759],[136.98995,35.39829],[136.99005,35.39861],[136.98954,35.39933],[136.98873,35.4001],[136.98871,35.40052],[136.98906,35.40104],[136.98901,35.40123],[136.98849,35.40136],[136.98776,35.40167],[136.98732,35.40209],[136.98692,35.40213],[136.98617,35.40206],[136.98528,35.40209],[136.98489,35.40199],[136.98406,35.40154],[136.98369,35.40155],[136.98334,35.4017],[136.9828,35.40151],[136.9822,35.40156],[136.98141,35.4017],[136.98099,35.40187],[136.98083,35.40205],[136.98062,35.40274],[136.98038,35.40297],[136.98024,35.40303],[136.97957,35.40296],[136.97909,35.4031],[136.97889,35.40318],[136.97841,35.40323],[136.97831,35.40326],[136.97825,35.40342],[136.97829,35.40359],[136.97831,35.40378],[136.97847,35.40408],[136.97852,35.4044],[136.97828,35.40497],[136.9783,35.40554],[136.97839,35.40597],[136.97856,35.40631],[136.97867,35.40642],[136.97944,35.40695],[136.98005,35.4075],[136.9803,35.40817],[136.98058,35.40848],[136.98119,35.40909],[136.98181,35.40954],[136.98265,35.40993],[136.98277,35.41023],[136.98294,35.41035],[136.98344,35.41059],[136.98386,35.41099],[136.98402,35.41137],[136.98448,35.41175],[136.9847,35.41192],[136.98491,35.41247],[136.98499,35.41316],[136.98471,35.41368],[136.98462,35.41385],[136.98476,35.414],[136.98502,35.41422],[136.98566,35.41446],[136.98622,35.41483],[136.9867,35.41504],[136.98701,35.41522],[136.98716,35.41536],[136.98717,35.41567],[136.98711,35.41577],[136.98678,35.41605],[136.98612,35.4168],[136.98533,35.41736],[136.98532,35.41751],[136.98589,35.41803],[136.98598,35.41819],[136.98596,35.41877],[136.98605,35.41922],[136.98651,35.42],[136.98753,35.42045],[136.98788,35.42038],[136.98844,35.42039],[136.9888,35.42078],[136.98947,35.42166],[136.99026,35.42228],[136.99044,35.4226],[136.99039,35.42292],[136.99053,35.42309],[136.99069,35.42315],[136.99104,35.42316],[136.99139,35.42322],[136.99248,35.42349],[136.99288,35.42366],[136.99317,35.42403],[136.99322,35.42419],[136.99305,35.42433],[136.99158,35.42464],[136.99048,35.42478],[136.98916,35.42486],[136.98573,35.42461],[136.98448,35.42422],[136.98343,35.42399],[136.98199,35.42369],[136.98023,35.42323],[136.97879,35.42275],[136.97751,35.42249],[136.9761,35.42227],[136.97537,35.42211],[136.97479,35.42181],[136.97443,35.42169],[136.9726,35.42207],[136.97181,35.42223],[136.97003,35.42223],[136.96857,35.42214],[136.9652,35.42142],[136.9643,35.42097],[136.96344,35.42032],[136.96271,35.41948],[136.96215,35.41838],[136.96175,35.41766],[136.96153,35.41688],[136.96142,35.41598],[136.961,35.41495],[136.961,35.41432],[136.96288,35.40812],[136.96297,35.40672],[136.96284,35.40512],[136.96273,35.40367],[136.96256,35.4022],[136.96221,35.40082],[136.96165,35.39987],[136.96083,35.39905],[136.95841,35.39736],[136.9567,35.39657],[136.95405,35.39578],[136.9503,35.39503],[136.948,35.39411],[136.94696,35.39361],[136.94543,35.39303],[136.9412,35.39125],[136.93722,35.38951],[136.93504,35.38832],[136.92929,35.38338],[136.92734,35.38194],[136.92598,35.38106],[136.92421,35.38015],[136.92206,35.37931],[136.92135,35.37911],[136.92136,35.3791],[136.9181,35.37849],[136.91718,35.37828],[136.91426,35.37791],[136.90884,35.37763],[136.90675,35.37768],[136.89517,35.3782],[136.89351,35.37822],[136.89274,35.37817],[136.89274,35.37817],[136.88876,35.37804],[136.88682,35.37782],[136.8861,35.37759],[136.88492,35.37716],[136.88291,35.37641],[136.88166,35.37593],[136.88017,35.37531],[136.87831,35.37468],[136.87633,35.37409],[136.87418,35.37357],[136.87192,35.37312],[136.87001,35.37293],[136.86801,35.37273],[136.86483,35.37269],[136.86116,35.36845],[136.85986,35.36768],[136.85919,35.36757],[136.85816,35.36689],[136.85493,35.3654],[136.84851,35.36284],[136.84831,35.36255],[136.84428,35.36112],[136.83454,35.35623],[136.83402,35.35601],[136.83402,35.35519],[136.83414,35.35472],[136.83613,35.35321],[136.83714,35.35272],[136.83727,35.35246],[136.83709,35.35164],[136.83707,35.35119],[136.83796,35.35094],[136.83786,35.35075],[136.83754,35.35069],[136.83744,35.35031],[136.83704,35.3501],[136.83676,35.3501],[136.83585,35.34958],[136.8346,35.34854],[136.83407,35.34825],[136.83351,35.34767],[136.83227,35.34687],[136.83219,35.34634],[136.83228,35.34616],[136.8332,35.34555],[136.83367,35.34548],[136.83399,35.34686],[136.8351,35.34676],[136.83502,35.34618],[136.83649,35.34646],[136.8377,35.3462],[136.83768,35.34596],[136.83777,35.34558],[136.83812,35.34557],[136.83812,35.34509],[136.83845,35.34507],[136.83844,35.34495],[136.83882,35.34496],[136.84035,35.34538],[136.84054,35.34542],[136.84172,35.34543],[136.84171,35.34509],[136.84155,35.34471],[136.84136,35.34323],[136.84118,35.3427],[136.84116,35.34222],[136.84088,35.34124],[136.84095,35.34101],[136.84094,35.3407],[136.84087,35.34055],[136.84087,35.34006],[136.84026,35.33886],[136.841,35.33884],[136.84119,35.33817],[136.8411,35.3379],[136.84148,35.33741],[136.8421,35.33719],[136.84243,35.33685],[136.8428,35.33668],[136.84395,35.33666],[136.84421,35.3364],[136.84454,35.33572],[136.84455,35.33529],[136.84557,35.33138],[136.84545,35.32968],[136.84494,35.32946],[136.84443,35.32924],[136.84334,35.32891],[136.84018,35.32792],[136.8402,35.32763],[136.84026,35.32743],[136.84142,35.32772],[136.84227,35.32806],[136.84287,35.32795],[136.84365,35.32764],[136.844,35.3277],[136.84484,35.32749],[136.84707,35.32744],[136.84713,35.32725],[136.84828,35.32673],[136.84873,35.32701],[136.84999,35.32717],[136.85082,35.32673],[136.85228,35.32568],[136.85305,35.32512],[136.85389,35.32432],[136.85622,35.32333],[136.85679,35.32196],[136.8567,35.32132],[136.85639,35.32131],[136.85613,35.32128],[136.85587,35.3212],[136.8556,35.32094],[136.85391,35.32107],[136.85399,35.32043],[136.85504,35.32036],[136.85548,35.32026],[136.85568,35.32008],[136.85597,35.32016],[136.85608,35.32015],[136.8562,35.32004],[136.85615,35.31987],[136.85537,35.3192],[136.85495,35.31863],[136.85496,35.31831],[136.85514,35.31814],[136.85475,35.31708],[136.85474,35.31688],[136.8559,35.31638],[136.85609,35.3161],[136.85609,35.31564],[136.85645,35.31545],[136.85774,35.3154],[136.85801,35.31562],[136.85845,35.31552],[136.85896,35.3155],[136.85896,35.31532],[136.85985,35.31487],[136.86189,35.31355],[136.8606,35.31198],[136.86095,35.31169],[136.86063,35.31102],[136.86089,35.3108],[136.8611,35.31042],[136.86207,35.30943],[136.86429,35.30906],[136.86442,35.30921],[136.86473,35.3109],[136.86657,35.3106],[136.86691,35.31183],[136.86852,35.31154],[136.86906,35.31152],[136.86897,35.30984],[136.86844,35.30903],[136.86914,35.30867],[136.86918,35.30839],[136.87048,35.30837],[136.87113,35.30831],[136.87149,35.308],[136.87223,35.30795],[136.87222,35.30753],[136.87196,35.30751],[136.87172,35.30692],[136.87157,35.30458],[136.87208,35.30455],[136.8726,35.30446],[136.8726,35.30388],[136.87294,35.30374],[136.87329,35.30398],[136.87341,35.30401],[136.87406,35.30378],[136.87411,35.3037],[136.87402,35.30348],[136.87456,35.30317],[136.87496,35.30308],[136.87515,35.30321],[136.87527,35.30311],[136.87505,35.30291],[136.87509,35.30276],[136.87533,35.3027],[136.87559,35.30273],[136.87671,35.30217],[136.87711,35.30221],[136.87672,35.30182],[136.87576,35.30038],[136.87541,35.30002],[136.87455,35.29936],[136.8739,35.29868],[136.87288,35.29803],[136.8729,35.29786],[136.87268,35.29774],[136.87221,35.29771],[136.872,35.29765],[136.87118,35.29758],[136.87094,35.29762],[136.87044,35.29786],[136.86965,35.29793],[136.86744,35.29791],[136.86679,35.29784],[136.8663,35.2976],[136.86621,35.29745],[136.86581,35.2969],[136.86559,35.29673],[136.86502,35.29671],[136.86452,35.29098],[136.86441,35.29067],[136.8637,35.29004],[136.86243,35.28895],[136.86243,35.2888],[136.86225,35.28857],[136.8613,35.28623],[136.86018,35.28455],[136.85976,35.28313],[136.85976,35.28295],[136.85992,35.28283],[136.85996,35.28121],[136.85636,35.28109],[136.85634,35.27992],[136.8543,35.27991],[136.85428,35.27978],[136.84896,35.27982],[136.84896,35.27799],[136.84855,35.27766],[136.84818,35.27767],[136.84774,35.27726],[136.84754,35.27699],[136.84683,35.27627],[136.84671,35.27603],[136.84671,35.2752],[136.84663,35.27505],[136.84661,35.27467],[136.84571,35.27457],[136.84555,35.27464],[136.84531,35.27494],[136.84485,35.27494],[136.84485,35.27465],[136.8445,35.2746],[136.84298,35.27455],[136.84296,35.27403],[136.84303,35.27347],[136.84325,35.27271],[136.84354,35.27271],[136.84355,35.27222],[136.84366,35.27146],[136.84384,35.27108],[136.84423,35.27065],[136.84456,35.27053],[136.84501,35.27016],[136.8456,35.26986],[136.84577,35.26955],[136.84594,35.26943],[136.84622,35.26941],[136.84637,35.26933],[136.84637,35.26903],[136.84601,35.26796],[136.84601,35.26765],[136.8462,35.26754],[136.84683,35.26748],[136.84713,35.26747],[136.84713,35.26733],[136.8468,35.26731],[136.84678,35.26608],[136.84754,35.26605],[136.84929,35.26635],[136.8512,35.26683],[136.85166,35.26682],[136.85172,35.26675],[136.85172,35.26648],[136.85143,35.2663],[136.8507,35.26629],[136.84989,35.2664],[136.84978,35.26632],[136.84979,35.26553],[136.84985,35.26542],[136.8501,35.26537],[136.85092,35.26533],[136.85092,35.26506],[136.85079,35.26482],[136.85076,35.26465],[136.85147,35.26467],[136.85168,35.26542],[136.85189,35.2656],[136.85198,35.26565],[136.85207,35.26565],[136.8522,35.26554],[136.8522,35.2644],[136.85343,35.26395],[136.8541,35.26381],[136.85553,35.26435],[136.85588,35.26442],[136.85609,35.26442],[136.85799,35.2642],[136.85852,35.26426],[136.85965,35.26471],[136.86004,35.26479],[136.86057,35.2648],[136.86106,35.26462],[136.86167,35.26422],[136.86214,35.26399],[136.86253,35.26391],[136.86305,35.26388],[136.86333,35.26381],[136.86376,35.26354],[136.86492,35.26253],[136.86561,35.26213],[136.86509,35.26177],[136.86449,35.26176],[136.86436,35.26166],[136.86436,35.26129],[136.86453,35.26116],[136.86467,35.26109],[136.86497,35.26104],[136.8653,35.26111],[136.86654,35.26179],[136.86718,35.26163],[136.86793,35.26138],[136.8686,35.26094],[136.86917,35.26023],[136.87012,35.25928],[136.87089,35.25885],[136.8713,35.25884],[136.8716,35.25892],[136.87235,35.2587],[136.87296,35.25844],[136.87362,35.25828],[136.87426,35.25831],[136.87454,35.25838],[136.87497,35.25864],[136.8755,35.25972],[136.87572,35.26015],[136.87595,35.26051],[136.87617,35.26069],[136.8765,35.2612],[136.87718,35.26199],[136.87809,35.26351],[136.8798,35.26586],[136.88049,35.26657],[136.88073,35.26651],[136.8812,35.267],[136.88153,35.26748],[136.88177,35.26798],[136.8819,35.26843],[136.88263,35.26896],[136.88317,35.26968],[136.88275,35.26994],[136.88289,35.27011],[136.88471,35.27447]]],"terms_text":"OSMFJ_Ortho","description":"Kokyo Sokuryo Orthoimagery from Inuyama-shi, 2023"},{"id":"GSGS3906","name":"Ireland British War Office 1:25k GSGS 3906","type":"tms","template":"https://mapwarper.net/layers/tile/101/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[0,18],"polygon":[[[-9.31139,51.43828],[-7.36131,51.99302],[-7.33934,52.13149],[-6.9658,52.06231],[-6.23796,52.1534],[-6.21049,52.52928],[-5.98253,52.80079],[-5.96056,53.67037],[-6.20775,53.67851],[-6.22423,53.95255],[-5.86442,54.12513],[-5.85893,54.20392],[-5.53483,54.23122],[-5.39476,54.44739],[-5.50188,54.70052],[-6.21873,55.38194],[-6.86418,55.2162],[-7.25145,55.46455],[-7.53435,55.30853],[-8.25395,55.26787],[-8.61101,54.97259],[-8.49016,54.89369],[-8.83897,54.68306],[-8.42699,54.52397],[-8.75108,54.31302],[-9.29765,54.38985],[-10.05296,54.37866],[-10.30015,54.05747],[-10.02275,53.79386],[-10.30565,53.55142],[-9.99803,53.24354],[-9.09166,53.19256],[-9.81676,53.1102],[-9.48167,52.96984],[-9.70415,52.68107],[-10.00627,52.63608],[-9.78929,52.52426],[-9.99803,52.32663],[-10.64348,52.1753],[-10.39629,51.9761],[-10.16832,51.64668],[-10.28642,51.57334],[-9.88542,51.57163],[-9.79204,51.44684],[-9.31139,51.43828]]],"terms_url":"https://wiki.openstreetmap.org/wiki/Ireland/Background_Imagery#Trinity_College_Dublin","terms_text":"Glucksman Map Library, Trinity College Dublin","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/ie/IrelandBritishWarOffice-GSGS3906.png"},{"id":"Israel_Hiking","name":"Israel Hiking","type":"tms","template":"https://israelhiking.osm.org.il/Hebrew/Tiles/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[7,16],"polygon":[[[34.64563,32.92073],[34.07929,31.52265],[34.48879,30.64515],[34.52423,30.40912],[34.69667,30.10714],[34.84785,29.59084],[34.89517,29.37711],[34.93992,29.39946],[35.02336,29.64569],[35.07514,29.83713],[35.17202,30.11204],[35.20709,30.53307],[35.3321,30.77107],[35.42771,30.95172],[35.47936,31.1783],[35.4209,31.25116],[35.48771,31.41951],[35.57225,31.75415],[35.55452,32.02901],[35.59461,32.21856],[35.5729,32.36541],[35.59491,32.62828],[35.77835,32.72446],[35.80834,32.772],[35.91531,32.9406],[35.81509,33.3392],[35.75363,33.35091],[35.70785,33.34269],[35.67429,33.30627],[35.61264,33.27918],[35.56446,33.2969],[35.53893,33.25442],[35.5266,33.21531],[35.51741,33.12652],[35.46229,33.09994],[35.36541,33.06285],[35.31781,33.11463],[35.15662,33.09994],[34.98374,33.13352],[34.64563,32.92073]]],"terms_url":"https://israelhiking.osm.org.il/","terms_text":"Tiles © IsraelHiking, CC BY-SA-NC 3.0. Data by OpenStreetMap under ODbL.","description":"Israel Hiking map","icon":"https://israelhiking.osm.org.il/content/favicons/favicon.ico"},{"id":"Israel_MTB","name":"Israel MTB","type":"tms","template":"https://israelhiking.osm.org.il/Hebrew/mtbTiles/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[7,16],"polygon":[[[34.64563,32.92073],[34.07929,31.52265],[34.48879,30.64515],[34.52423,30.40912],[34.69667,30.10714],[34.84785,29.59084],[34.89517,29.37711],[34.93992,29.39946],[35.02336,29.64569],[35.07514,29.83713],[35.17202,30.11204],[35.20709,30.53307],[35.3321,30.77107],[35.42771,30.95172],[35.47936,31.1783],[35.4209,31.25116],[35.48771,31.41951],[35.57225,31.75415],[35.55452,32.02901],[35.59461,32.21856],[35.5729,32.36541],[35.59491,32.62828],[35.77835,32.72446],[35.80834,32.772],[35.91531,32.9406],[35.81509,33.3392],[35.75363,33.35091],[35.70785,33.34269],[35.67429,33.30627],[35.61264,33.27918],[35.56446,33.2969],[35.53893,33.25442],[35.5266,33.21531],[35.51741,33.12652],[35.46229,33.09994],[35.36541,33.06285],[35.31781,33.11463],[35.15662,33.09994],[34.98374,33.13352],[34.64563,32.92073]]],"terms_url":"https://israelhiking.osm.org.il/","terms_text":"Tiles © IsraelHiking, CC BY-SA-NC 3.0. Data by OpenStreetMap under ODbL.","description":"Israel MTB map","icon":"https://israelhiking.osm.org.il/content/favicons/favicon.ico"},{"id":"ITACyL-Castile-and-Leon","name":"ITACyL - Castilla y León","type":"wms","template":"http://orto.wms.itacyl.es/WMS?LAYERS=Ortofoto_CyL&STYLES=default&CRS={proj}&BBOX={bbox}&FORMAT=image/png&WIDTH={width}&HEIGHT={height}&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[-1.9358,41.43834],[-1.9377,41.56055],[-1.97683,41.56021],[-1.97716,41.58142],[-1.89403,41.58215],[-1.89471,41.6253],[-1.85305,41.62567],[-1.85335,41.64508],[-1.76866,41.64582],[-1.7706,41.77019],[-1.81151,41.76984],[-1.81381,41.91672],[-1.85304,41.91638],[-1.854,41.97751],[-1.89483,41.97715],[-1.89453,41.95811],[-1.93504,41.95776],[-1.93473,41.93801],[-1.97655,41.93765],[-1.97689,41.95919],[-2.10156,41.95811],[-2.10385,42.10421],[-2.14432,42.10386],[-2.14467,42.12587],[-2.22981,42.12514],[-2.2295,42.10515],[-2.26924,42.1048],[-2.2699,42.14641],[-2.3115,42.14605],[-2.31184,42.16785],[-2.3555,42.16747],[-2.35517,42.14608],[-2.47963,42.145],[-2.47933,42.12615],[-2.52299,42.12577],[-2.52266,42.10445],[-2.56198,42.10411],[-2.561,42.04173],[-2.60376,42.04135],[-2.60343,42.02037],[-2.72739,42.0193],[-2.72804,42.06073],[-2.68605,42.06109],[-2.68706,42.12519],[-2.7266,42.12485],[-2.72695,42.14711],[-2.76905,42.14674],[-2.76871,42.12499],[-2.81353,42.1246],[-2.81222,42.04143],[-2.89501,42.04071],[-2.89602,42.10482],[-3.01963,42.10375],[-3.02029,42.14594],[-3.0611,42.14559],[-3.06175,42.18716],[-3.10086,42.18682],[-3.1012,42.20871],[-3.06029,42.20906],[-3.06255,42.35213],[-3.0199,42.3525],[-3.02191,42.47985],[-3.06031,42.47952],[-3.0619,42.58015],[-2.89379,42.58159],[-2.89413,42.60267],[-2.85337,42.60302],[-2.85469,42.68588],[-2.8121,42.68624],[-2.81176,42.6651],[-2.77188,42.66544],[-2.77154,42.64353],[-2.60439,42.64497],[-2.60404,42.62283],[-2.5181,42.62357],[-2.51944,42.70795],[-2.56038,42.7076],[-2.5607,42.72791],[-2.51936,42.72827],[-2.52005,42.7713],[-2.64489,42.77024],[-2.64523,42.79194],[-2.68544,42.79159],[-2.68577,42.81231],[-2.85405,42.81087],[-2.8534,42.77004],[-2.89679,42.76967],[-2.89613,42.72822],[-2.97988,42.7275],[-2.98024,42.75019],[-3.02168,42.74983],[-3.02199,42.76997],[-3.10276,42.76928],[-3.10476,42.89473],[-2.97977,42.8958],[-2.9811,42.97936],[-3.0201,42.97903],[-3.02075,43.01987],[-3.10445,43.01915],[-3.10617,43.12743],[-3.14516,43.1271],[-3.14546,43.14526],[-3.10274,43.14562],[-3.10343,43.18875],[-3.22959,43.18768],[-3.22993,43.20899],[-3.31299,43.20828],[-3.31268,43.18873],[-3.35479,43.18837],[-3.35444,43.16637],[-3.39699,43.16601],[-3.39669,43.14726],[-3.52243,43.14619],[-3.52278,43.16815],[-3.60331,43.16747],[-3.60365,43.18858],[-3.68778,43.18786],[-3.68713,43.14691],[-3.72853,43.14656],[-3.72819,43.12551],[-3.77116,43.12515],[-3.77086,43.10654],[-3.8549,43.10583],[-3.85424,43.06451],[-3.89738,43.06414],[-3.89704,43.04275],[-3.93918,43.04239],[-3.93883,43.02034],[-3.97946,43.01999],[-3.97851,42.96052],[-4.0229,42.96014],[-4.0222,42.91591],[-3.98093,42.91627],[-3.9806,42.89542],[-3.93889,42.89577],[-3.93821,42.85307],[-3.89607,42.85343],[-3.89573,42.83158],[-3.85427,42.83193],[-3.85397,42.81254],[-3.93781,42.81183],[-3.9375,42.79248],[-3.97733,42.79214],[-3.97801,42.83457],[-4.10486,42.83348],[-4.10552,42.87476],[-4.18706,42.87407],[-4.18774,42.9166],[-4.22913,42.91625],[-4.23013,42.9794],[-4.35266,42.97836],[-4.3537,43.04371],[-4.39566,43.04336],[-4.39599,43.06438],[-4.56353,43.06296],[-4.56322,43.0436],[-4.72881,43.04219],[-4.72945,43.08202],[-4.76937,43.08168],[-4.76975,43.10571],[-4.80966,43.10538],[-4.81126,43.20576],[-4.89941,43.20501],[-4.90017,43.25222],[-5.02451,43.25117],[-5.02386,43.2106],[-5.10573,43.2099],[-5.10444,43.12935],[-5.43827,43.12651],[-5.4376,43.08481],[-5.52226,43.08409],[-5.52161,43.04291],[-5.60202,43.04222],[-5.6027,43.08453],[-5.77363,43.08308],[-5.77236,43.00327],[-5.85357,43.00258],[-5.85421,43.0426],[-5.93708,43.04189],[-5.93782,43.08789],[-6.44024,43.08361],[-6.43893,43.00167],[-6.52391,43.00095],[-6.52329,42.96172],[-6.77363,42.95958],[-6.77302,42.92106],[-6.94199,42.91962],[-6.93976,42.77896],[-7.02241,42.77825],[-7.02199,42.75189],[-7.10811,42.75115],[-7.10341,42.45477],[-6.85523,42.4569],[-6.85325,42.33176],[-6.77403,42.33244],[-6.77342,42.294],[-6.85545,42.29329],[-6.8548,42.25159],[-6.93763,42.25087],[-6.93699,42.21014],[-7.02276,42.2094],[-7.0208,42.08495],[-7.10613,42.08421],[-7.1054,42.03801],[-7.02406,42.03872],[-7.02209,41.913],[-6.60733,41.9166],[-6.6034,41.66565],[-6.52343,41.66635],[-6.52279,41.62575],[-6.4349,41.62651],[-6.43548,41.66333],[-6.35724,41.66401],[-6.35661,41.62375],[-6.2708,41.6245],[-6.26889,41.50216],[-6.35447,41.50141],[-6.35318,41.41888],[-6.43801,41.41814],[-6.43673,41.33552],[-6.51991,41.33479],[-6.5193,41.29549],[-6.60524,41.29474],[-6.60436,41.2377],[-6.68379,41.23701],[-6.77245,41.23623],[-6.77015,41.08781],[-6.85548,41.08706],[-6.85482,41.04423],[-6.93741,41.0435],[-6.93544,40.91605],[-6.86001,40.91672],[-6.85111,40.33734],[-6.93751,40.33657],[-6.93622,40.25186],[-6.85634,40.25257],[-6.85568,40.20899],[-6.59886,40.21128],[-6.59942,40.24779],[-6.52116,40.24849],[-6.52245,40.33281],[-6.43264,40.33361],[-6.43325,40.37349],[-6.35128,40.37422],[-6.35192,40.41579],[-6.26909,40.41653],[-6.26971,40.45675],[-6.19018,40.45745],[-6.18951,40.41376],[-6.1056,40.41451],[-6.10433,40.33184],[-6.02295,40.33257],[-6.02166,40.24834],[-5.68712,40.25131],[-5.68646,40.20808],[-5.60448,40.20881],[-5.60382,40.16527],[-5.44091,40.16673],[-5.44027,40.12487],[-5.35606,40.12562],[-5.35538,40.08155],[-4.93638,40.08529],[-4.93699,40.12488],[-4.85264,40.12563],[-4.8542,40.18414],[-4.81147,40.20726],[-4.81104,40.22996],[-4.76809,40.23035],[-4.76838,40.24934],[-4.73252,40.24966],[-4.73192,40.21063],[-4.68933,40.21101],[-4.68895,40.18649],[-4.56099,40.18763],[-4.56131,40.2086],[-4.52037,40.20897],[-4.52192,40.31046],[-4.43623,40.31123],[-4.43723,40.37638],[-4.39345,40.37677],[-4.39376,40.39685],[-4.31163,40.39758],[-4.31384,40.54171],[-4.26958,40.54211],[-4.27054,40.60451],[-4.22979,40.60487],[-4.22946,40.58327],[-4.18994,40.58362],[-4.19025,40.60381],[-4.14498,40.60421],[-4.14628,40.6888],[-4.10311,40.68918],[-4.10372,40.72888],[-4.06133,40.72926],[-4.06198,40.77093],[-3.93716,40.77204],[-3.93906,40.89539],[-3.89764,40.89575],[-3.89857,40.95615],[-3.8544,40.95653],[-3.85473,40.97811],[-3.76864,40.97886],[-3.76896,40.99944],[-3.72803,40.9998],[-3.72866,41.04067],[-3.68673,41.04104],[-3.68735,41.08122],[-3.64508,41.08159],[-3.64539,41.10131],[-3.6027,41.10169],[-3.60336,41.14446],[-3.47844,41.14556],[-3.47877,41.16657],[-3.43429,41.16696],[-3.43492,41.20773],[-3.39518,41.20808],[-3.39581,41.2486],[-3.22767,41.25008],[-3.22828,41.28974],[-3.14723,41.29045],[-3.14692,41.27046],[-2.93571,41.27231],[-2.9363,41.31028],[-2.89649,41.31063],[-2.89552,41.24828],[-2.72907,41.24974],[-2.72874,41.2286],[-2.64808,41.22931],[-2.6471,41.16591],[-2.60481,41.16628],[-2.60415,41.12357],[-2.5211,41.12429],[-2.52078,41.10333],[-2.47991,41.10369],[-2.47928,41.06278],[-2.43756,41.06315],[-2.43722,41.04168],[-2.39457,41.04206],[-2.39487,41.06112],[-2.35356,41.06148],[-2.35325,41.04182],[-2.2688,41.04257],[-2.26912,41.06313],[-2.22704,41.0635],[-2.22733,41.08185],[-2.10114,41.08296],[-2.10083,41.06262],[-2.01887,41.06334],[-2.02046,41.16661],[-2.06171,41.16624],[-2.06204,41.18753],[-2.1419,41.18683],[-2.14448,41.35331],[-2.10363,41.35367],[-2.10458,41.41434],[-2.06262,41.41471],[-2.06201,41.37548],[-1.97639,41.37623],[-1.9767,41.39616],[-1.89536,41.39687],[-1.89601,41.43869],[-1.9358,41.43834]]],"terms_text":"ITACyL","best":true},{"id":"SP_Itu_-_Eixos","name":"Itu - Eixos","type":"wms","template":"https://urbigis.com/geoproxy/4ac1cd2049d8857b21d9ff38339f7c1SERVICE=WMS&REQUEST=GETMAP&FORMAT=image/png8&VERSION=1.3.0&LAYERS=6139ca97-1bc9-4952-a441-b68957ab222c&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[-47.43916,-23.1961],[-47.43851,-23.19736],[-47.43838,-23.19757],[-47.43685,-23.19944],[-47.43659,-23.19968],[-47.43593,-23.20013],[-47.43579,-23.20021],[-47.43405,-23.20108],[-47.43387,-23.20125],[-47.4332,-23.20223],[-47.43272,-23.20264],[-47.43263,-23.20269],[-47.43323,-23.20267],[-47.43367,-23.20259],[-47.43494,-23.20214],[-47.43517,-23.20208],[-47.43581,-23.20199],[-47.43617,-23.20199],[-47.43657,-23.20205],[-47.43714,-23.20229],[-47.43792,-23.20289],[-47.4382,-23.2032],[-47.43833,-23.20341],[-47.4381,-23.20543],[-47.43734,-23.20609],[-47.43713,-23.20624],[-47.43657,-23.20655],[-47.43565,-23.20742],[-47.43547,-23.20756],[-47.43513,-23.20778],[-47.43492,-23.20789],[-47.43407,-23.20822],[-47.43375,-23.2083],[-47.43321,-23.20836],[-47.43293,-23.20836],[-47.43186,-23.20823],[-47.4317,-23.20824],[-47.43115,-23.20839],[-47.43101,-23.20864],[-47.43043,-23.21023],[-47.43035,-23.21043],[-47.43023,-23.21067],[-47.42947,-23.21184],[-47.42946,-23.21201],[-47.42981,-23.21273],[-47.42991,-23.21299],[-47.42998,-23.21332],[-47.42999,-23.21383],[-47.42992,-23.21418],[-47.42964,-23.21474],[-47.42911,-23.21536],[-47.42888,-23.21608],[-47.42827,-23.2168],[-47.42772,-23.21708],[-47.42756,-23.21716],[-47.42727,-23.21758],[-47.42701,-23.21786],[-47.42671,-23.2181],[-47.42647,-23.21824],[-47.42612,-23.21841],[-47.42576,-23.21852],[-47.42515,-23.2186],[-47.42502,-23.21907],[-47.42487,-23.21939],[-47.42465,-23.21973],[-47.4248,-23.22006],[-47.42461,-23.22134],[-47.42442,-23.22156],[-47.42446,-23.22157],[-47.42468,-23.22163],[-47.42526,-23.22186],[-47.4255,-23.22199],[-47.42624,-23.22251],[-47.42668,-23.22304],[-47.42722,-23.22435],[-47.42812,-23.2265],[-47.4289,-23.22839],[-47.42957,-23.22959],[-47.42992,-23.23022],[-47.42996,-23.23029],[-47.43067,-23.23183],[-47.43114,-23.23226],[-47.43138,-23.23257],[-47.43157,-23.2329],[-47.4317,-23.23329],[-47.43188,-23.23438],[-47.43201,-23.23465],[-47.43213,-23.23478],[-47.43234,-23.23501],[-47.43247,-23.23518],[-47.43279,-23.23571],[-47.43319,-23.23604],[-47.43447,-23.23712],[-47.43386,-23.24244],[-47.43385,-23.24245],[-47.43348,-23.24261],[-47.43303,-23.24272],[-47.43281,-23.24316],[-47.43227,-23.2437],[-47.43105,-23.24433],[-47.43103,-23.24436],[-47.43099,-23.24455],[-47.43105,-23.24463],[-47.43132,-23.24534],[-47.43134,-23.24572],[-47.43118,-23.24637],[-47.43086,-23.24694],[-47.43077,-23.24728],[-47.43049,-23.2478],[-47.42991,-23.24842],[-47.42944,-23.24874],[-47.42903,-23.24889],[-47.42874,-23.24896],[-47.42803,-23.24904],[-47.42752,-23.24922],[-47.42764,-23.24953],[-47.42769,-23.25033],[-47.42757,-23.25074],[-47.42719,-23.25133],[-47.42675,-23.25171],[-47.42646,-23.2519],[-47.42582,-23.25219],[-47.42559,-23.25294],[-47.42547,-23.25334],[-47.42528,-23.25371],[-47.42434,-23.25499],[-47.42421,-23.25567],[-47.42406,-23.25606],[-47.4237,-23.25666],[-47.42384,-23.25728],[-47.4235,-23.25842],[-47.42339,-23.25852],[-47.42337,-23.25896],[-47.42299,-23.25979],[-47.42278,-23.25999],[-47.42276,-23.26009],[-47.42268,-23.26039],[-47.42251,-23.2608],[-47.42177,-23.26149],[-47.42139,-23.26162],[-47.42075,-23.26218],[-47.42039,-23.26229],[-47.4203,-23.26238],[-47.42004,-23.2626],[-47.41944,-23.26296],[-47.4194,-23.26319],[-47.41918,-23.26367],[-47.41899,-23.26393],[-47.41832,-23.26438],[-47.41774,-23.26453],[-47.4173,-23.26444],[-47.41729,-23.26445],[-47.41707,-23.2647],[-47.41682,-23.26493],[-47.41632,-23.26526],[-47.41634,-23.26576],[-47.41651,-23.26646],[-47.41693,-23.26754],[-47.41701,-23.26786],[-47.41706,-23.26838],[-47.41699,-23.26892],[-47.41642,-23.27047],[-47.41633,-23.27065],[-47.41581,-23.27158],[-47.41582,-23.2717],[-47.41605,-23.27215],[-47.41618,-23.27286],[-47.41606,-23.2738],[-47.41589,-23.27428],[-47.415,-23.27575],[-47.41474,-23.27651],[-47.41473,-23.27655],[-47.41457,-23.27759],[-47.41446,-23.27795],[-47.4143,-23.27827],[-47.41413,-23.2786],[-47.41471,-23.2789],[-47.41524,-23.27943],[-47.41542,-23.27977],[-47.41555,-23.28026],[-47.41558,-23.2808],[-47.41551,-23.28127],[-47.41538,-23.28163],[-47.41505,-23.28212],[-47.41394,-23.28314],[-47.41357,-23.28375],[-47.41318,-23.28414],[-47.41223,-23.28473],[-47.41214,-23.28482],[-47.41135,-23.28597],[-47.41119,-23.28616],[-47.41048,-23.28684],[-47.41042,-23.28714],[-47.4106,-23.28786],[-47.41063,-23.28801],[-47.41067,-23.28829],[-47.41067,-23.28851],[-47.41068,-23.28871],[-47.41041,-23.28949],[-47.40972,-23.29036],[-47.40956,-23.29108],[-47.40926,-23.29165],[-47.40902,-23.2919],[-47.40895,-23.29227],[-47.40888,-23.29253],[-47.40842,-23.29361],[-47.40823,-23.29393],[-47.40734,-23.29497],[-47.40696,-23.29527],[-47.40661,-23.29544],[-47.40624,-23.29597],[-47.4061,-23.29613],[-47.40567,-23.29656],[-47.40521,-23.29753],[-47.40529,-23.29811],[-47.40571,-23.29839],[-47.40615,-23.29891],[-47.40657,-23.29985],[-47.40793,-23.30121],[-47.4082,-23.30162],[-47.4096,-23.30511],[-47.40964,-23.30524],[-47.40999,-23.30646],[-47.41021,-23.30665],[-47.41046,-23.30697],[-47.41102,-23.30795],[-47.41227,-23.30854],[-47.41267,-23.30885],[-47.41347,-23.30978],[-47.41354,-23.30988],[-47.41408,-23.31065],[-47.4142,-23.31075],[-47.41538,-23.31125],[-47.41586,-23.3114],[-47.41637,-23.31147],[-47.41674,-23.31157],[-47.41707,-23.31173],[-47.41754,-23.31212],[-47.4182,-23.31303],[-47.41852,-23.31333],[-47.41889,-23.31356],[-47.4197,-23.31382],[-47.42142,-23.31412],[-47.42152,-23.31414],[-47.42304,-23.31454],[-47.42317,-23.31458],[-47.42386,-23.31484],[-47.42402,-23.31492],[-47.42507,-23.31551],[-47.42533,-23.31571],[-47.42546,-23.31584],[-47.42511,-23.3189],[-47.42472,-23.3213],[-47.42221,-23.32382],[-47.42198,-23.32419],[-47.42192,-23.32436],[-47.42197,-23.32651],[-47.42196,-23.32667],[-47.42189,-23.32732],[-47.4218,-23.32767],[-47.42063,-23.33038],[-47.42055,-23.33072],[-47.42065,-23.33314],[-47.42063,-23.33336],[-47.42053,-23.3341],[-47.42047,-23.33434],[-47.42009,-23.33541],[-47.42,-23.3356],[-47.41962,-23.33627],[-47.41947,-23.3367],[-47.41938,-23.33732],[-47.41943,-23.33772],[-47.41971,-23.33811],[-47.41974,-23.33815],[-47.42027,-23.33895],[-47.42066,-23.33948],[-47.42073,-23.33959],[-47.42088,-23.33984],[-47.42097,-23.34004],[-47.42115,-23.3405],[-47.42119,-23.34067],[-47.42129,-23.34114],[-47.42131,-23.34123],[-47.42138,-23.34172],[-47.42138,-23.34182],[-47.42105,-23.3439],[-47.42096,-23.34409],[-47.42084,-23.34431],[-47.42062,-23.34478],[-47.42053,-23.34495],[-47.42041,-23.34514],[-47.42014,-23.34568],[-47.42011,-23.34573],[-47.41992,-23.34607],[-47.41969,-23.3465],[-47.41954,-23.3468],[-47.4195,-23.34687],[-47.41938,-23.34708],[-47.41929,-23.34727],[-47.41928,-23.34729],[-47.41924,-23.34736],[-47.41921,-23.34746],[-47.41918,-23.34758],[-47.41903,-23.34796],[-47.41896,-23.34816],[-47.4189,-23.34852],[-47.41889,-23.34867],[-47.41892,-23.3491],[-47.41894,-23.34932],[-47.41903,-23.34979],[-47.41906,-23.3499],[-47.41912,-23.35006],[-47.41912,-23.35008],[-47.41925,-23.35046],[-47.41952,-23.35109],[-47.41953,-23.35113],[-47.41962,-23.35135],[-47.41977,-23.35174],[-47.41903,-23.35629],[-47.41899,-23.35646],[-47.41886,-23.35678],[-47.41877,-23.35696],[-47.41868,-23.35712],[-47.41856,-23.35734],[-47.41853,-23.35738],[-47.41421,-23.36199],[-47.41402,-23.36211],[-47.41373,-23.36223],[-47.41347,-23.36231],[-47.41327,-23.36235],[-47.4131,-23.36238],[-47.41301,-23.36239],[-47.4129,-23.36239],[-47.41281,-23.36239],[-47.41248,-23.36239],[-47.41241,-23.36238],[-47.4121,-23.36236],[-47.41179,-23.36229],[-47.41148,-23.36218],[-47.41127,-23.36208],[-47.41084,-23.36181],[-47.41063,-23.36165],[-47.41012,-23.36117],[-47.41005,-23.3611],[-47.40976,-23.36078],[-47.40969,-23.36069],[-47.40965,-23.36063],[-47.40882,-23.35955],[-47.40879,-23.3595],[-47.40848,-23.35906],[-47.40848,-23.35905],[-47.40818,-23.35862],[-47.40779,-23.35804],[-47.40765,-23.35788],[-47.40757,-23.35778],[-47.4073,-23.3574],[-47.40719,-23.35722],[-47.40676,-23.35632],[-47.40658,-23.35596],[-47.40651,-23.35584],[-47.40645,-23.35579],[-47.40641,-23.35577],[-47.40639,-23.35577],[-47.40629,-23.35585],[-47.4061,-23.35606],[-47.40608,-23.35604],[-47.40584,-23.35637],[-47.40558,-23.35654],[-47.40524,-23.35689],[-47.40462,-23.35779],[-47.40446,-23.35798],[-47.40373,-23.35866],[-47.40356,-23.35888],[-47.40349,-23.35899],[-47.40347,-23.35922],[-47.40343,-23.35945],[-47.40323,-23.36017],[-47.40313,-23.36104],[-47.40305,-23.36136],[-47.4028,-23.36198],[-47.40275,-23.3621],[-47.40256,-23.36245],[-47.40241,-23.36267],[-47.40183,-23.36334],[-47.40162,-23.3636],[-47.40159,-23.36366],[-47.40136,-23.36421],[-47.40127,-23.36438],[-47.40085,-23.36506],[-47.40074,-23.36534],[-47.40069,-23.366],[-47.40066,-23.36741],[-47.40066,-23.36748],[-47.40058,-23.36858],[-47.40057,-23.3686],[-47.40052,-23.3692],[-47.40048,-23.36942],[-47.40029,-23.37006],[-47.40023,-23.37024],[-47.3998,-23.37116],[-47.39954,-23.37185],[-47.3995,-23.37193],[-47.3995,-23.37193],[-47.39949,-23.37197],[-47.3995,-23.37228],[-47.39969,-23.37295],[-47.39974,-23.37331],[-47.39973,-23.3737],[-47.39965,-23.37409],[-47.39954,-23.37441],[-47.39947,-23.37456],[-47.3993,-23.37488],[-47.39914,-23.37535],[-47.3991,-23.37542],[-47.39907,-23.37559],[-47.39898,-23.37587],[-47.39894,-23.37598],[-47.39883,-23.37625],[-47.39875,-23.37641],[-47.39861,-23.37663],[-47.39846,-23.37683],[-47.39723,-23.37815],[-47.39717,-23.37821],[-47.39595,-23.37933],[-47.39592,-23.37936],[-47.39512,-23.38005],[-47.39493,-23.38018],[-47.3943,-23.38055],[-47.39368,-23.38108],[-47.39345,-23.38124],[-47.39309,-23.38143],[-47.39308,-23.38143],[-47.3929,-23.38153],[-47.39281,-23.38157],[-47.39222,-23.38181],[-47.39205,-23.3819],[-47.39197,-23.38198],[-47.39191,-23.38205],[-47.3918,-23.38249],[-47.39178,-23.38256],[-47.39166,-23.38292],[-47.39151,-23.38337],[-47.39128,-23.3841],[-47.39123,-23.38423],[-47.39112,-23.38448],[-47.39104,-23.38461],[-47.39078,-23.38503],[-47.3905,-23.38535],[-47.38992,-23.3858],[-47.38979,-23.3862],[-47.38952,-23.38762],[-47.3895,-23.38769],[-47.3893,-23.38847],[-47.38927,-23.38857],[-47.38493,-23.3932],[-47.38412,-23.39403],[-47.38373,-23.39341],[-47.38371,-23.39334],[-47.38368,-23.39329],[-47.38266,-23.39282],[-47.38251,-23.39274],[-47.38244,-23.3927],[-47.38226,-23.39261],[-47.38203,-23.39245],[-47.38188,-23.39232],[-47.38177,-23.39224],[-47.38158,-23.39208],[-47.38144,-23.39192],[-47.38126,-23.39176],[-47.38111,-23.39159],[-47.381,-23.39145],[-47.38067,-23.39105],[-47.38059,-23.39094],[-47.38054,-23.39086],[-47.38047,-23.39089],[-47.38018,-23.39096],[-47.37994,-23.391],[-47.37977,-23.39101],[-47.37825,-23.391],[-47.37809,-23.39099],[-47.37779,-23.39095],[-47.37776,-23.39096],[-47.37759,-23.39099],[-47.37684,-23.39128],[-47.37648,-23.39136],[-47.37613,-23.39139],[-47.37594,-23.3914],[-47.3757,-23.3914],[-47.37544,-23.39136],[-47.37513,-23.39129],[-47.37488,-23.39119],[-47.3747,-23.3911],[-47.37444,-23.39094],[-47.37385,-23.39057],[-47.3738,-23.39055],[-47.37372,-23.39053],[-47.37352,-23.39051],[-47.37327,-23.39067],[-47.37311,-23.39075],[-47.37286,-23.39086],[-47.37247,-23.39095],[-47.37222,-23.39097],[-47.37209,-23.39098],[-47.37181,-23.39097],[-47.37121,-23.39078],[-47.37109,-23.39071],[-47.37081,-23.39047],[-47.37071,-23.39035],[-47.37065,-23.39025],[-47.37039,-23.39019],[-47.37036,-23.39018],[-47.37033,-23.39017],[-47.37001,-23.39004],[-47.36991,-23.38999],[-47.36981,-23.38992],[-47.36954,-23.38973],[-47.36948,-23.3897],[-47.36944,-23.38967],[-47.36916,-23.38947],[-47.36911,-23.38944],[-47.36907,-23.38941],[-47.36853,-23.38902],[-47.36835,-23.38893],[-47.36813,-23.38884],[-47.36804,-23.38883],[-47.3673,-23.38913],[-47.36712,-23.38918],[-47.36699,-23.38921],[-47.36673,-23.38928],[-47.36653,-23.38933],[-47.36617,-23.38936],[-47.36575,-23.38933],[-47.36545,-23.38926],[-47.36527,-23.3892],[-47.36507,-23.38911],[-47.36491,-23.38902],[-47.36478,-23.38908],[-47.36437,-23.3892],[-47.36423,-23.38921],[-47.36405,-23.38936],[-47.36381,-23.38952],[-47.36325,-23.38979],[-47.36324,-23.3898],[-47.36323,-23.38981],[-47.36272,-23.39075],[-47.36267,-23.39085],[-47.36239,-23.39123],[-47.36239,-23.39124],[-47.36218,-23.39143],[-47.36196,-23.39159],[-47.36183,-23.39167],[-47.36171,-23.39174],[-47.36156,-23.39181],[-47.36134,-23.3919],[-47.36118,-23.39196],[-47.36089,-23.39203],[-47.36075,-23.39206],[-47.35974,-23.3922],[-47.35969,-23.39221],[-47.35891,-23.39228],[-47.35801,-23.39246],[-47.35788,-23.39248],[-47.35753,-23.39251],[-47.35676,-23.39258],[-47.35632,-23.39262],[-47.35595,-23.39259],[-47.35544,-23.39248],[-47.35508,-23.39234],[-47.3547,-23.39211],[-47.35458,-23.39208],[-47.35439,-23.39206],[-47.35325,-23.39205],[-47.35307,-23.39204],[-47.3525,-23.39195],[-47.35239,-23.39192],[-47.35257,-23.39229],[-47.35294,-23.39277],[-47.35315,-23.39294],[-47.35371,-23.39313],[-47.35381,-23.39316],[-47.35388,-23.39318],[-47.35396,-23.39321],[-47.35396,-23.39321],[-47.35425,-23.39331],[-47.35457,-23.39342],[-47.35458,-23.39342],[-47.35463,-23.39344],[-47.3547,-23.39346],[-47.35496,-23.39355],[-47.35502,-23.39357],[-47.35508,-23.39359],[-47.3555,-23.39373],[-47.35552,-23.39374],[-47.35597,-23.39389],[-47.35846,-23.39475],[-47.35846,-23.39475],[-47.36034,-23.3954],[-47.36049,-23.39547],[-47.36168,-23.39607],[-47.36171,-23.39609],[-47.36194,-23.39621],[-47.36203,-23.39626],[-47.36211,-23.3963],[-47.36212,-23.3963],[-47.36235,-23.39643],[-47.36248,-23.39651],[-47.36337,-23.39716],[-47.36346,-23.39721],[-47.36391,-23.39749],[-47.36516,-23.39804],[-47.36519,-23.39806],[-47.36582,-23.39836],[-47.36641,-23.39863],[-47.36645,-23.39865],[-47.36668,-23.39877],[-47.3668,-23.39884],[-47.36721,-23.39911],[-47.36732,-23.39919],[-47.36757,-23.39939],[-47.36759,-23.39941],[-47.36829,-23.40001],[-47.36842,-23.40014],[-47.36876,-23.40053],[-47.36905,-23.40084],[-47.36911,-23.4009],[-47.36953,-23.40142],[-47.3696,-23.40152],[-47.36997,-23.40207],[-47.37008,-23.40229],[-47.37024,-23.40267],[-47.37029,-23.40282],[-47.37038,-23.40314],[-47.37042,-23.40335],[-47.37047,-23.404],[-47.37047,-23.40423],[-47.37043,-23.40461],[-47.3704,-23.40478],[-47.37035,-23.40498],[-47.37031,-23.40513],[-47.37028,-23.40525],[-47.37011,-23.40576],[-47.37005,-23.4059],[-47.36988,-23.40625],[-47.3698,-23.40646],[-47.36969,-23.4068],[-47.36965,-23.4069],[-47.36914,-23.40808],[-47.36902,-23.40837],[-47.36882,-23.40886],[-47.36879,-23.40894],[-47.36863,-23.40926],[-47.36859,-23.40934],[-47.3683,-23.40986],[-47.36829,-23.40988],[-47.36813,-23.41015],[-47.36812,-23.41016],[-47.36793,-23.41048],[-47.36789,-23.41054],[-47.36762,-23.41094],[-47.36755,-23.41105],[-47.35779,-23.42106],[-47.35747,-23.42113],[-47.35733,-23.42116],[-47.35709,-23.42118],[-47.35679,-23.42117],[-47.35642,-23.42112],[-47.35626,-23.42109],[-47.35542,-23.42085],[-47.35541,-23.42085],[-47.35537,-23.42086],[-47.35496,-23.42109],[-47.35462,-23.42132],[-47.35441,-23.4215],[-47.35441,-23.4215],[-47.3544,-23.42159],[-47.35439,-23.42169],[-47.35438,-23.42176],[-47.35438,-23.42179],[-47.35438,-23.42196],[-47.35438,-23.42228],[-47.35438,-23.42247],[-47.35439,-23.42256],[-47.35445,-23.42277],[-47.35451,-23.42302],[-47.35452,-23.42318],[-47.35447,-23.42366],[-47.35443,-23.4238],[-47.3542,-23.42422],[-47.35406,-23.42438],[-47.35407,-23.4245],[-47.35407,-23.42451],[-47.35405,-23.4249],[-47.35098,-23.42806],[-47.34814,-23.43058],[-47.34538,-23.43278],[-47.34487,-23.43284],[-47.34459,-23.43289],[-47.34429,-23.43301],[-47.34416,-23.4331],[-47.34376,-23.43403],[-47.34372,-23.43411],[-47.34055,-23.43665],[-47.34031,-23.43676],[-47.34008,-23.43682],[-47.3378,-23.43734],[-47.33462,-23.43806],[-47.33454,-23.43802],[-47.3341,-23.43796],[-47.33398,-23.43794],[-47.33371,-23.43788],[-47.33349,-23.4378],[-47.33324,-23.43769],[-47.33302,-23.43757],[-47.33284,-23.43744],[-47.33264,-23.43723],[-47.33244,-23.43729],[-47.3322,-23.43735],[-47.33207,-23.43737],[-47.33183,-23.4374],[-47.33169,-23.43741],[-47.33134,-23.43741],[-47.33034,-23.43781],[-47.3301,-23.43806],[-47.32992,-23.43821],[-47.32974,-23.43834],[-47.32947,-23.43848],[-47.32925,-23.43856],[-47.32897,-23.43862],[-47.32861,-23.43867],[-47.3281,-23.43954],[-47.32639,-23.43992],[-47.32511,-23.43976],[-47.32503,-23.43941],[-47.32502,-23.43932],[-47.32485,-23.43813],[-47.32465,-23.43764],[-47.3242,-23.43742],[-47.32391,-23.43727],[-47.3238,-23.43721],[-47.3229,-23.43663],[-47.32237,-23.43638],[-47.32218,-23.43634],[-47.32194,-23.43636],[-47.32021,-23.43701],[-47.32005,-23.43706],[-47.31851,-23.43741],[-47.31823,-23.43744],[-47.31724,-23.43743],[-47.31697,-23.43739],[-47.3162,-23.43721],[-47.31614,-23.4372],[-47.3161,-23.43719],[-47.31603,-23.43717],[-47.31586,-23.43712],[-47.31526,-23.43688],[-47.31471,-23.43643],[-47.31417,-23.43564],[-47.31396,-23.43504],[-47.31395,-23.43488],[-47.31392,-23.43446],[-47.31393,-23.43417],[-47.31402,-23.43365],[-47.31426,-23.4331],[-47.31493,-23.43224],[-47.31514,-23.43202],[-47.31555,-23.4317],[-47.31524,-23.43158],[-47.31455,-23.43116],[-47.31431,-23.43096],[-47.31312,-23.42972],[-47.31252,-23.42928],[-47.3125,-23.42927],[-47.30997,-23.42779],[-47.30994,-23.42777],[-47.30936,-23.42743],[-47.30919,-23.42731],[-47.30802,-23.42632],[-47.30794,-23.42624],[-47.3069,-23.42519],[-47.30572,-23.42434],[-47.3056,-23.42424],[-47.30559,-23.42423],[-47.30536,-23.42402],[-47.30508,-23.42377],[-47.30492,-23.42358],[-47.30421,-23.42258],[-47.30415,-23.42247],[-47.30347,-23.42129],[-47.30244,-23.41992],[-47.30191,-23.41943],[-47.30098,-23.41872],[-47.30057,-23.41861],[-47.29953,-23.41858],[-47.29943,-23.41858],[-47.29879,-23.41856],[-47.29858,-23.41914],[-47.29846,-23.41938],[-47.29829,-23.41964],[-47.2972,-23.42133],[-47.29605,-23.42334],[-47.29557,-23.42451],[-47.29555,-23.42583],[-47.29553,-23.42654],[-47.2951,-23.42744],[-47.2927,-23.42946],[-47.29223,-23.42971],[-47.29191,-23.42979],[-47.29164,-23.42983],[-47.28915,-23.42993],[-47.28707,-23.43198],[-47.28696,-23.43209],[-47.28666,-23.43231],[-47.28595,-23.43267],[-47.28564,-23.43278],[-47.28461,-23.43299],[-47.28437,-23.43302],[-47.28178,-23.43301],[-47.28164,-23.433],[-47.2808,-23.43291],[-47.27933,-23.43297],[-47.27907,-23.43295],[-47.27862,-23.43288],[-47.27837,-23.43281],[-47.27829,-23.43277],[-47.27762,-23.4325],[-47.27747,-23.43243],[-47.27705,-23.43219],[-47.27611,-23.43163],[-47.27539,-23.43122],[-47.27512,-23.431],[-47.27389,-23.42969],[-47.27383,-23.42962],[-47.27323,-23.42888],[-47.27287,-23.42845],[-47.27257,-23.42827],[-47.27091,-23.42771],[-47.27068,-23.42761],[-47.2701,-23.42727],[-47.26992,-23.42714],[-47.26585,-23.42358],[-47.26537,-23.42325],[-47.26488,-23.42303],[-47.26432,-23.42291],[-47.26382,-23.42293],[-47.26324,-23.42329],[-47.26123,-23.42492],[-47.26102,-23.42506],[-47.26044,-23.42535],[-47.26026,-23.42543],[-47.25958,-23.42564],[-47.25945,-23.42568],[-47.25897,-23.42573],[-47.25807,-23.42565],[-47.25787,-23.42561],[-47.2578,-23.42559],[-47.25731,-23.42547],[-47.25731,-23.42546],[-47.25695,-23.42537],[-47.25666,-23.42525],[-47.25645,-23.42514],[-47.25643,-23.42512],[-47.25636,-23.42508],[-47.25635,-23.42507],[-47.25633,-23.42506],[-47.25538,-23.42445],[-47.25492,-23.42415],[-47.25485,-23.4241],[-47.25421,-23.42361],[-47.25376,-23.42327],[-47.25367,-23.4232],[-47.25293,-23.42252],[-47.25265,-23.42212],[-47.25252,-23.42183],[-47.25245,-23.42164],[-47.25237,-23.42131],[-47.25234,-23.42117],[-47.25233,-23.42105],[-47.2523,-23.42103],[-47.25221,-23.421],[-47.25204,-23.42106],[-47.25057,-23.42202],[-47.25027,-23.42216],[-47.24919,-23.42249],[-47.24907,-23.42253],[-47.24882,-23.42258],[-47.24872,-23.42259],[-47.24867,-23.42259],[-47.24858,-23.42259],[-47.24856,-23.4226],[-47.24845,-23.4226],[-47.24794,-23.42262],[-47.24789,-23.42262],[-47.24782,-23.42262],[-47.24779,-23.42262],[-47.24776,-23.42262],[-47.24767,-23.42262],[-47.24766,-23.42262],[-47.24686,-23.4226],[-47.24646,-23.42253],[-47.24564,-23.42222],[-47.2454,-23.42214],[-47.24504,-23.42192],[-47.24442,-23.4214],[-47.2444,-23.42138],[-47.24433,-23.42132],[-47.2443,-23.4213],[-47.24409,-23.42112],[-47.24199,-23.41959],[-47.24179,-23.41965],[-47.24168,-23.4197],[-47.24049,-23.42035],[-47.24029,-23.42043],[-47.23878,-23.42093],[-47.2377,-23.42147],[-47.23666,-23.42214],[-47.23666,-23.42215],[-47.23584,-23.42233],[-47.23538,-23.42227],[-47.23512,-23.42221],[-47.23433,-23.42192],[-47.23412,-23.42182],[-47.23299,-23.42113],[-47.23172,-23.42068],[-47.23155,-23.42061],[-47.23052,-23.42006],[-47.22891,-23.41993],[-47.22875,-23.4199],[-47.22807,-23.41975],[-47.2279,-23.4197],[-47.22691,-23.41933],[-47.22545,-23.41935],[-47.22536,-23.41934],[-47.22405,-23.41925],[-47.22391,-23.41923],[-47.22203,-23.41886],[-47.22134,-23.41889],[-47.22124,-23.41889],[-47.21964,-23.41918],[-47.21944,-23.4192],[-47.21852,-23.41921],[-47.21832,-23.41919],[-47.21641,-23.4189],[-47.21503,-23.41895],[-47.21495,-23.41895],[-47.21328,-23.41891],[-47.2131,-23.41889],[-47.2124,-23.41876],[-47.21218,-23.41876],[-47.21197,-23.41876],[-47.21104,-23.41876],[-47.21091,-23.41876],[-47.21025,-23.41869],[-47.21009,-23.4187],[-47.20983,-23.4188],[-47.20941,-23.41888],[-47.20882,-23.41889],[-47.20854,-23.41886],[-47.20841,-23.41883],[-47.20803,-23.41875],[-47.20786,-23.41871],[-47.20781,-23.4187],[-47.20669,-23.4193],[-47.20618,-23.41944],[-47.20609,-23.41945],[-47.20573,-23.41963],[-47.20551,-23.41972],[-47.20522,-23.41981],[-47.2052,-23.41981],[-47.20486,-23.41986],[-47.20403,-23.41987],[-47.20399,-23.41998],[-47.20383,-23.42022],[-47.20365,-23.42106],[-47.20345,-23.42134],[-47.20303,-23.42172],[-47.20222,-23.42216],[-47.20169,-23.42231],[-47.20143,-23.42232],[-47.20078,-23.42287],[-47.20043,-23.42298],[-47.19997,-23.42303],[-47.19966,-23.42301],[-47.19931,-23.42293],[-47.19848,-23.42259],[-47.198,-23.42251],[-47.19759,-23.42255],[-47.19715,-23.42271],[-47.19661,-23.42279],[-47.19612,-23.42274],[-47.19528,-23.42229],[-47.19447,-23.42128],[-47.19425,-23.42081],[-47.19418,-23.42055],[-47.19416,-23.4201],[-47.19416,-23.42005],[-47.19419,-23.41983],[-47.19383,-23.42016],[-47.1934,-23.42023],[-47.19262,-23.42012],[-47.19154,-23.41956],[-47.19124,-23.4203],[-47.19107,-23.42042],[-47.19069,-23.4206],[-47.19006,-23.42078],[-47.18969,-23.42082],[-47.18842,-23.42076],[-47.18802,-23.42068],[-47.18764,-23.42052],[-47.18714,-23.42016],[-47.18711,-23.42012],[-47.18684,-23.41977],[-47.18664,-23.41943],[-47.18659,-23.41929],[-47.18658,-23.41929],[-47.18643,-23.4194],[-47.18624,-23.4195],[-47.18598,-23.41963],[-47.18575,-23.41971],[-47.18512,-23.41985],[-47.18485,-23.41989],[-47.18442,-23.41989],[-47.18427,-23.41989],[-47.18412,-23.41995],[-47.18384,-23.42001],[-47.18359,-23.42004],[-47.18313,-23.42009],[-47.18288,-23.42009],[-47.18254,-23.42005],[-47.18254,-23.42005],[-47.18234,-23.42005],[-47.18181,-23.42015],[-47.1818,-23.42015],[-47.18155,-23.42018],[-47.1812,-23.42018],[-47.18103,-23.42016],[-47.18076,-23.42012],[-47.18059,-23.42008],[-47.17905,-23.41963],[-47.17902,-23.41962],[-47.17884,-23.4197],[-47.17863,-23.41976],[-47.17828,-23.41983],[-47.178,-23.41985],[-47.17765,-23.41984],[-47.17747,-23.41982],[-47.17688,-23.4197],[-47.1767,-23.41973],[-47.17556,-23.41978],[-47.17528,-23.41976],[-47.17507,-23.41972],[-47.17481,-23.41964],[-47.17474,-23.41961],[-47.17467,-23.41964],[-47.17462,-23.41965],[-47.17451,-23.41968],[-47.17448,-23.41969],[-47.17422,-23.41975],[-47.17392,-23.41979],[-47.17362,-23.41979],[-47.17348,-23.41977],[-47.17308,-23.41991],[-47.17275,-23.41998],[-47.17238,-23.42001],[-47.16999,-23.4197],[-47.1666,-23.41915],[-47.16657,-23.41913],[-47.16647,-23.41903],[-47.16618,-23.41905],[-47.16579,-23.41901],[-47.16533,-23.41889],[-47.16503,-23.4189],[-47.1638,-23.4187],[-47.16325,-23.41839],[-47.16315,-23.41834],[-47.1625,-23.41841],[-47.16244,-23.41841],[-47.16212,-23.41843],[-47.15714,-23.41763],[-47.15526,-23.41712],[-47.15525,-23.41707],[-47.15529,-23.41647],[-47.15533,-23.41635],[-47.15522,-23.41621],[-47.15506,-23.4159],[-47.15481,-23.41513],[-47.1547,-23.41509],[-47.15452,-23.41505],[-47.15433,-23.41502],[-47.15416,-23.41501],[-47.15366,-23.41507],[-47.15355,-23.41508],[-47.15278,-23.4151],[-47.15266,-23.41509],[-47.15103,-23.41498],[-47.15065,-23.41497],[-47.15037,-23.41502],[-47.14938,-23.41541],[-47.14919,-23.41546],[-47.14339,-23.41388],[-47.13837,-23.41153],[-47.13755,-23.41079],[-47.13736,-23.4105],[-47.13681,-23.40897],[-47.13741,-23.40835],[-47.13781,-23.40807],[-47.13826,-23.40788],[-47.13847,-23.4077],[-47.13858,-23.40765],[-47.13857,-23.40765],[-47.13831,-23.40749],[-47.13793,-23.40715],[-47.13762,-23.40671],[-47.13752,-23.40663],[-47.13744,-23.40663],[-47.137,-23.40675],[-47.13664,-23.40678],[-47.13607,-23.40676],[-47.13601,-23.40674],[-47.13543,-23.40512],[-47.13511,-23.40256],[-47.13515,-23.4025],[-47.13551,-23.40216],[-47.1359,-23.40136],[-47.13655,-23.40075],[-47.13687,-23.40063],[-47.13731,-23.40055],[-47.1377,-23.40055],[-47.13798,-23.40058],[-47.13889,-23.40079],[-47.13886,-23.40072],[-47.13883,-23.40041],[-47.13885,-23.40008],[-47.13892,-23.39967],[-47.1384,-23.39873],[-47.13829,-23.39847],[-47.13814,-23.39793],[-47.13809,-23.39758],[-47.13809,-23.39717],[-47.13831,-23.39649],[-47.13893,-23.39561],[-47.13966,-23.39412],[-47.13979,-23.39391],[-47.14027,-23.3933],[-47.14028,-23.39328],[-47.13984,-23.39312],[-47.13895,-23.39235],[-47.13874,-23.39212],[-47.13837,-23.39157],[-47.13816,-23.39088],[-47.13816,-23.39048],[-47.13844,-23.38971],[-47.13864,-23.38946],[-47.13905,-23.38923],[-47.13758,-23.3874],[-47.13735,-23.38694],[-47.13702,-23.38565],[-47.13702,-23.38502],[-47.13711,-23.3847],[-47.13695,-23.38462],[-47.13685,-23.3845],[-47.13655,-23.38391],[-47.13647,-23.38349],[-47.13604,-23.38302],[-47.13601,-23.38303],[-47.13586,-23.38301],[-47.13561,-23.38317],[-47.13498,-23.38336],[-47.1345,-23.38337],[-47.13341,-23.38271],[-47.13323,-23.38238],[-47.13289,-23.38202],[-47.13269,-23.38173],[-47.13241,-23.38118],[-47.13238,-23.381],[-47.13176,-23.37617],[-47.13148,-23.37342],[-47.1315,-23.37341],[-47.1319,-23.3732],[-47.13308,-23.37287],[-47.13335,-23.3727],[-47.13387,-23.37204],[-47.13461,-23.37082],[-47.13479,-23.3706],[-47.13565,-23.36974],[-47.13576,-23.36963],[-47.13664,-23.36896],[-47.13678,-23.36876],[-47.13642,-23.368],[-47.13633,-23.36768],[-47.13616,-23.36663],[-47.13615,-23.36653],[-47.13602,-23.36486],[-47.13602,-23.36466],[-47.13618,-23.36291],[-47.13617,-23.3621],[-47.13599,-23.36071],[-47.13566,-23.3595],[-47.13561,-23.35925],[-47.13558,-23.35871],[-47.13569,-23.35814],[-47.13687,-23.35553],[-47.1374,-23.35435],[-47.13768,-23.35374],[-47.13815,-23.3532],[-47.13888,-23.35275],[-47.13909,-23.35264],[-47.14045,-23.35214],[-47.14046,-23.35172],[-47.14058,-23.35122],[-47.14095,-23.35045],[-47.14094,-23.35024],[-47.14082,-23.34979],[-47.14081,-23.34923],[-47.14088,-23.34886],[-47.14117,-23.3483],[-47.14155,-23.34787],[-47.14174,-23.3477],[-47.14225,-23.34733],[-47.14273,-23.34711],[-47.14779,-23.3461],[-47.14978,-23.34557],[-47.15154,-23.34492],[-47.15285,-23.34414],[-47.15296,-23.34409],[-47.15407,-23.34356],[-47.15437,-23.34347],[-47.15496,-23.34336],[-47.15516,-23.34334],[-47.15617,-23.34333],[-47.15647,-23.34283],[-47.15671,-23.34254],[-47.15709,-23.34221],[-47.15771,-23.34192],[-47.15933,-23.34168],[-47.15958,-23.34166],[-47.16202,-23.3418],[-47.16447,-23.34176],[-47.16499,-23.34162],[-47.16535,-23.34143],[-47.1657,-23.34125],[-47.16608,-23.3409],[-47.1678,-23.3382],[-47.16836,-23.33773],[-47.16958,-23.33723],[-47.16931,-23.33685],[-47.16917,-23.33657],[-47.16879,-23.33549],[-47.16872,-23.33506],[-47.16872,-23.33482],[-47.1688,-23.33442],[-47.16898,-23.33391],[-47.16907,-23.33373],[-47.16958,-23.33285],[-47.16986,-23.33172],[-47.16996,-23.33146],[-47.17025,-23.33091],[-47.17048,-23.3306],[-47.17132,-23.32979],[-47.17142,-23.32957],[-47.17166,-23.32854],[-47.17165,-23.32779],[-47.17183,-23.32715],[-47.17231,-23.32636],[-47.17073,-23.32626],[-47.17054,-23.32623],[-47.16855,-23.32579],[-47.16848,-23.32577],[-47.16591,-23.32503],[-47.16491,-23.32501],[-47.16464,-23.32497],[-47.16429,-23.32488],[-47.16394,-23.32473],[-47.16355,-23.32449],[-47.16325,-23.32422],[-47.16241,-23.32315],[-47.16109,-23.32202],[-47.16091,-23.32183],[-47.1605,-23.32128],[-47.16029,-23.32085],[-47.16017,-23.32039],[-47.16014,-23.3199],[-47.16037,-23.31847],[-47.16046,-23.31818],[-47.16067,-23.31769],[-47.16079,-23.31747],[-47.16128,-23.31677],[-47.16146,-23.31657],[-47.16233,-23.31578],[-47.16277,-23.31527],[-47.16338,-23.3143],[-47.1635,-23.31414],[-47.16397,-23.31361],[-47.16406,-23.31352],[-47.16501,-23.31267],[-47.165,-23.31267],[-47.16417,-23.31297],[-47.16385,-23.31304],[-47.16307,-23.3131],[-47.16289,-23.3131],[-47.16221,-23.31305],[-47.16176,-23.31293],[-47.16125,-23.31269],[-47.16083,-23.31234],[-47.16061,-23.31207],[-47.16038,-23.3116],[-47.16032,-23.31135],[-47.1603,-23.31094],[-47.1604,-23.31004],[-47.16008,-23.30784],[-47.16017,-23.30718],[-47.16028,-23.30693],[-47.16047,-23.30663],[-47.16103,-23.30597],[-47.16119,-23.30581],[-47.16209,-23.30507],[-47.16248,-23.30485],[-47.16326,-23.30459],[-47.16353,-23.30453],[-47.16473,-23.30443],[-47.16509,-23.30431],[-47.16573,-23.3035],[-47.16655,-23.30189],[-47.16676,-23.30114],[-47.16676,-23.30105],[-47.16603,-23.29796],[-47.16608,-23.29725],[-47.16636,-23.2965],[-47.16646,-23.29498],[-47.16663,-23.29443],[-47.16692,-23.29394],[-47.16707,-23.29375],[-47.16759,-23.29318],[-47.16781,-23.293],[-47.16807,-23.29282],[-47.16838,-23.29267],[-47.16927,-23.29239],[-47.16953,-23.29233],[-47.17096,-23.29221],[-47.17106,-23.2922],[-47.17458,-23.29217],[-47.1747,-23.29218],[-47.176,-23.2923],[-47.17626,-23.29235],[-47.17669,-23.29249],[-47.17694,-23.2926],[-47.17795,-23.2932],[-47.17843,-23.2932],[-47.17934,-23.29281],[-47.17988,-23.29238],[-47.18044,-23.29158],[-47.18098,-23.2906],[-47.18106,-23.29047],[-47.18246,-23.28854],[-47.18336,-23.28617],[-47.18344,-23.28602],[-47.1838,-23.28535],[-47.18391,-23.28518],[-47.1841,-23.28495],[-47.18433,-23.28472],[-47.18468,-23.28446],[-47.18464,-23.28429],[-47.18459,-23.28375],[-47.18454,-23.28317],[-47.18461,-23.28263],[-47.18513,-23.28124],[-47.1852,-23.28108],[-47.1858,-23.28],[-47.18592,-23.27981],[-47.18738,-23.27803],[-47.18761,-23.27759],[-47.18763,-23.27748],[-47.18786,-23.27694],[-47.18807,-23.27666],[-47.18794,-23.27548],[-47.18813,-23.27468],[-47.18845,-23.27419],[-47.18865,-23.27395],[-47.18929,-23.27337],[-47.18924,-23.27252],[-47.18947,-23.27172],[-47.1897,-23.27141],[-47.18974,-23.27088],[-47.18985,-23.27046],[-47.19013,-23.26984],[-47.19003,-23.2629],[-47.18989,-23.2538],[-47.18981,-23.2489],[-47.18972,-23.24895],[-47.18929,-23.24908],[-47.18877,-23.24912],[-47.1883,-23.24906],[-47.1881,-23.24909],[-47.18789,-23.24922],[-47.18744,-23.24938],[-47.18723,-23.24941],[-47.18686,-23.24968],[-47.18657,-23.24984],[-47.18598,-23.25006],[-47.1856,-23.25014],[-47.18513,-23.25016],[-47.18441,-23.24996],[-47.18417,-23.2498],[-47.1838,-23.24941],[-47.18348,-23.24887],[-47.18343,-23.24889],[-47.18304,-23.24908],[-47.18285,-23.24923],[-47.18244,-23.24974],[-47.18239,-23.25003],[-47.18195,-23.25076],[-47.1819,-23.2508],[-47.18172,-23.25162],[-47.18156,-23.25201],[-47.18099,-23.25292],[-47.18079,-23.25367],[-47.18054,-23.25414],[-47.18043,-23.25427],[-47.18042,-23.25451],[-47.18039,-23.25479],[-47.18019,-23.25554],[-47.17986,-23.25612],[-47.17827,-23.25767],[-47.17787,-23.25793],[-47.17681,-23.25836],[-47.1764,-23.25844],[-47.17494,-23.2585],[-47.17459,-23.2586],[-47.17427,-23.25865],[-47.17324,-23.25867],[-47.1728,-23.25877],[-47.17195,-23.25895],[-47.17169,-23.25897],[-47.16871,-23.25896],[-47.16836,-23.25891],[-47.16824,-23.25887],[-47.16756,-23.25866],[-47.16717,-23.25861],[-47.16538,-23.2588],[-47.16506,-23.25879],[-47.16381,-23.25859],[-47.16367,-23.25856],[-47.16244,-23.25821],[-47.16133,-23.258],[-47.16009,-23.25787],[-47.159,-23.25795],[-47.15777,-23.25817],[-47.15749,-23.25819],[-47.15682,-23.25815],[-47.15651,-23.25809],[-47.1561,-23.25795],[-47.15513,-23.2578],[-47.15478,-23.2577],[-47.15415,-23.25739],[-47.1529,-23.25733],[-47.15248,-23.25723],[-47.15143,-23.25678],[-47.15115,-23.25672],[-47.15044,-23.25672],[-47.14976,-23.25647],[-47.14967,-23.25656],[-47.14941,-23.25675],[-47.14906,-23.25693],[-47.14845,-23.25708],[-47.1481,-23.25706],[-47.14778,-23.25692],[-47.14754,-23.25702],[-47.14671,-23.25707],[-47.14653,-23.25701],[-47.1464,-23.25692],[-47.14566,-23.25675],[-47.14542,-23.25661],[-47.1449,-23.25598],[-47.14467,-23.25536],[-47.14464,-23.25511],[-47.14455,-23.25505],[-47.14429,-23.25466],[-47.14388,-23.25438],[-47.14375,-23.25438],[-47.14374,-23.2544],[-47.14328,-23.25476],[-47.14267,-23.25503],[-47.14209,-23.25514],[-47.14165,-23.2551],[-47.14067,-23.25446],[-47.14038,-23.25393],[-47.14014,-23.25363],[-47.13934,-23.25293],[-47.13893,-23.2527],[-47.13871,-23.25255],[-47.13831,-23.2522],[-47.13805,-23.25185],[-47.13724,-23.25033],[-47.13707,-23.25027],[-47.13633,-23.25015],[-47.13583,-23.24995],[-47.13505,-23.24942],[-47.13498,-23.2494],[-47.13414,-23.24934],[-47.13391,-23.2493],[-47.13326,-23.24913],[-47.13291,-23.24898],[-47.13178,-23.24824],[-47.13138,-23.24782],[-47.13101,-23.24718],[-47.12968,-23.24572],[-47.1284,-23.24487],[-47.12804,-23.24451],[-47.12764,-23.24386],[-47.12748,-23.24345],[-47.1274,-23.24304],[-47.12732,-23.24294],[-47.12715,-23.24263],[-47.12695,-23.24211],[-47.12578,-23.24096],[-47.12555,-23.24064],[-47.12495,-23.23944],[-47.12486,-23.23919],[-47.12464,-23.23835],[-47.12461,-23.23812],[-47.12452,-23.23642],[-47.12383,-23.23635],[-47.12335,-23.2362],[-47.12293,-23.23596],[-47.12268,-23.23577],[-47.12205,-23.23515],[-47.12192,-23.235],[-47.12134,-23.23421],[-47.1212,-23.23398],[-47.12076,-23.23297],[-47.12066,-23.23257],[-47.12054,-23.23099],[-47.12043,-23.23046],[-47.12026,-23.22997],[-47.12019,-23.22986],[-47.11981,-23.22957],[-47.11763,-23.22883],[-47.11721,-23.22859],[-47.1165,-23.22797],[-47.11633,-23.22779],[-47.11632,-23.22777],[-47.11604,-23.22506],[-47.1174,-23.22248],[-47.11927,-23.21958],[-47.11947,-23.21951],[-47.12136,-23.2191],[-47.12174,-23.21895],[-47.12191,-23.21882],[-47.12215,-23.21853],[-47.12279,-23.21738],[-47.12301,-23.21711],[-47.124,-23.21614],[-47.1241,-23.21606],[-47.12573,-23.21476],[-47.12673,-23.21367],[-47.12703,-23.21316],[-47.12709,-23.2129],[-47.12698,-23.21197],[-47.12637,-23.20975],[-47.12633,-23.20933],[-47.1264,-23.20854],[-47.12933,-23.20399],[-47.12965,-23.2036],[-47.12997,-23.20321],[-47.1303,-23.20308],[-47.13281,-23.20247],[-47.1336,-23.20296],[-47.13376,-23.203],[-47.13957,-23.20284],[-47.14219,-23.20251],[-47.14359,-23.20223],[-47.14819,-23.20052],[-47.14834,-23.20048],[-47.15047,-23.19999],[-47.15064,-23.19997],[-47.15168,-23.19988],[-47.15183,-23.19988],[-47.15298,-23.19992],[-47.15339,-23.20001],[-47.15526,-23.20077],[-47.15576,-23.2008],[-47.15643,-23.20074],[-47.15709,-23.20058],[-47.15766,-23.20039],[-47.16017,-23.19909],[-47.16029,-23.19904],[-47.16296,-23.19801],[-47.16296,-23.19801],[-47.16486,-23.19728],[-47.16495,-23.19724],[-47.16499,-23.19723],[-47.16511,-23.19718],[-47.16518,-23.19716],[-47.16721,-23.19652],[-47.16749,-23.19646],[-47.17216,-23.19613],[-47.17301,-23.19607],[-47.17442,-23.19597],[-47.17869,-23.19525],[-47.17988,-23.19493],[-47.18089,-23.19453],[-47.18353,-23.19349],[-47.1836,-23.19347],[-47.18485,-23.19307],[-47.18495,-23.19304],[-47.1872,-23.19252],[-47.18727,-23.1925],[-47.18927,-23.19217],[-47.19118,-23.19131],[-47.19249,-23.19018],[-47.1933,-23.18921],[-47.19367,-23.18863],[-47.19411,-23.1878],[-47.19423,-23.18736],[-47.1956,-23.18703],[-47.19588,-23.18696],[-47.19835,-23.18655],[-47.19835,-23.18655],[-47.19851,-23.18661],[-47.19876,-23.18674],[-47.1988,-23.18677],[-47.19905,-23.18698],[-47.19907,-23.18701],[-47.19928,-23.18744],[-47.19934,-23.18752],[-47.19936,-23.18755],[-47.19946,-23.18795],[-47.19946,-23.18795],[-47.19948,-23.18804],[-47.19952,-23.18816],[-47.19952,-23.18817],[-47.19968,-23.18819],[-47.1997,-23.18819],[-47.19981,-23.18828],[-47.19982,-23.18828],[-47.19985,-23.18829],[-47.20021,-23.18843],[-47.20032,-23.18849],[-47.20055,-23.18867],[-47.20061,-23.18872],[-47.20072,-23.18873],[-47.20076,-23.18874],[-47.20089,-23.18877],[-47.20094,-23.18879],[-47.20127,-23.18895],[-47.20131,-23.18898],[-47.20167,-23.18943],[-47.2017,-23.18943],[-47.20177,-23.18943],[-47.20184,-23.18944],[-47.20198,-23.18945],[-47.2021,-23.18947],[-47.20221,-23.18949],[-47.20222,-23.18949],[-47.2025,-23.18921],[-47.20254,-23.18919],[-47.20274,-23.1891],[-47.20276,-23.18909],[-47.20283,-23.18908],[-47.20289,-23.18904],[-47.20292,-23.18902],[-47.20293,-23.18902],[-47.20303,-23.18883],[-47.20308,-23.18876],[-47.20322,-23.18859],[-47.20326,-23.18855],[-47.20348,-23.1884],[-47.20349,-23.18838],[-47.20404,-23.18795],[-47.20409,-23.18793],[-47.20434,-23.18787],[-47.20438,-23.18786],[-47.20457,-23.18784],[-47.20465,-23.18784],[-47.20469,-23.18785],[-47.20479,-23.18784],[-47.20482,-23.18784],[-47.20506,-23.18787],[-47.2051,-23.18788],[-47.20511,-23.18788],[-47.20532,-23.18789],[-47.20543,-23.18786],[-47.20563,-23.18783],[-47.20572,-23.18782],[-47.20596,-23.18782],[-47.20605,-23.18784],[-47.20619,-23.18786],[-47.20629,-23.18789],[-47.20648,-23.18794],[-47.20656,-23.18798],[-47.20668,-23.18804],[-47.20681,-23.1881],[-47.20701,-23.18825],[-47.20707,-23.18829],[-47.20726,-23.1885],[-47.2073,-23.18856],[-47.20748,-23.1889],[-47.20752,-23.18902],[-47.20758,-23.18935],[-47.20758,-23.18938],[-47.20759,-23.18939],[-47.2076,-23.18939],[-47.20772,-23.18936],[-47.20789,-23.18931],[-47.20809,-23.18928],[-47.20823,-23.18926],[-47.20863,-23.18924],[-47.20901,-23.18921],[-47.20928,-23.18919],[-47.2094,-23.18919],[-47.20962,-23.1892],[-47.20982,-23.18922],[-47.2099,-23.18924],[-47.2101,-23.18933],[-47.21018,-23.18925],[-47.21024,-23.1892],[-47.21052,-23.18895],[-47.21092,-23.18872],[-47.211,-23.18869],[-47.2114,-23.18862],[-47.21152,-23.18862],[-47.21179,-23.18865],[-47.21186,-23.18867],[-47.21255,-23.1891],[-47.2127,-23.18929],[-47.21278,-23.1894],[-47.21291,-23.1896],[-47.21306,-23.18996],[-47.21311,-23.19018],[-47.21314,-23.1904],[-47.2289,-23.20987],[-47.22898,-23.20997],[-47.22899,-23.20998],[-47.22915,-23.21016],[-47.22928,-23.21026],[-47.22929,-23.21027],[-47.2294,-23.21031],[-47.22941,-23.21031],[-47.23027,-23.2105],[-47.23029,-23.2105],[-47.23164,-23.21083],[-47.23222,-23.21095],[-47.23343,-23.21118],[-47.23344,-23.21118],[-47.23416,-23.21132],[-47.23429,-23.21135],[-47.23477,-23.2115],[-47.23487,-23.21154],[-47.23572,-23.21188],[-47.23574,-23.21189],[-47.23658,-23.21225],[-47.23676,-23.21234],[-47.23715,-23.21259],[-47.23745,-23.21286],[-47.23767,-23.21315],[-47.23783,-23.21341],[-47.238,-23.21379],[-47.2381,-23.21428],[-47.2381,-23.21493],[-47.23809,-23.2151],[-47.23802,-23.21559],[-47.23801,-23.21566],[-47.238,-23.21641],[-47.23803,-23.21651],[-47.23876,-23.21616],[-47.23885,-23.21612],[-47.23933,-23.21593],[-47.23983,-23.21585],[-47.24018,-23.21586],[-47.24051,-23.21593],[-47.24076,-23.21601],[-47.24108,-23.21618],[-47.24138,-23.21639],[-47.24165,-23.21666],[-47.24185,-23.21692],[-47.24202,-23.21716],[-47.24211,-23.21727],[-47.24217,-23.21736],[-47.24253,-23.21796],[-47.24264,-23.21819],[-47.24317,-23.21966],[-47.24339,-23.22016],[-47.24373,-23.22072],[-47.24438,-23.22151],[-47.24451,-23.22169],[-47.24479,-23.22219],[-47.24492,-23.22252],[-47.24494,-23.22261],[-47.24498,-23.22279],[-47.24501,-23.22308],[-47.245,-23.22349],[-47.24495,-23.22382],[-47.24487,-23.22411],[-47.24477,-23.22434],[-47.24458,-23.22469],[-47.24447,-23.22497],[-47.24447,-23.22497],[-47.24447,-23.22502],[-47.24447,-23.22502],[-47.24449,-23.22519],[-47.24463,-23.22593],[-47.24463,-23.22598],[-47.24478,-23.22694],[-47.24479,-23.22703],[-47.24483,-23.22769],[-47.24483,-23.22788],[-47.24475,-23.22878],[-47.24475,-23.22883],[-47.24471,-23.22912],[-47.24482,-23.22914],[-47.2458,-23.22922],[-47.24585,-23.22922],[-47.24707,-23.22928],[-47.24822,-23.22931],[-47.24899,-23.22924],[-47.24953,-23.22913],[-47.24958,-23.22912],[-47.25031,-23.229],[-47.25038,-23.22899],[-47.25095,-23.22893],[-47.25128,-23.22894],[-47.25169,-23.22901],[-47.25199,-23.2291],[-47.25277,-23.22945],[-47.25281,-23.22947],[-47.25325,-23.22968],[-47.25345,-23.22975],[-47.25352,-23.22975],[-47.2538,-23.2297],[-47.2543,-23.22947],[-47.2554,-23.22887],[-47.25578,-23.22874],[-47.25636,-23.22863],[-47.2566,-23.22861],[-47.25688,-23.22862],[-47.25703,-23.22863],[-47.25723,-23.22866],[-47.25751,-23.22874],[-47.25785,-23.22887],[-47.25841,-23.22933],[-47.25865,-23.22968],[-47.25881,-23.23006],[-47.2589,-23.23041],[-47.25894,-23.23068],[-47.25895,-23.23128],[-47.25904,-23.23234],[-47.25904,-23.23234],[-47.2591,-23.23299],[-47.25919,-23.23387],[-47.25935,-23.23444],[-47.25946,-23.2348],[-47.2596,-23.23508],[-47.25976,-23.23536],[-47.25979,-23.2354],[-47.25988,-23.23527],[-47.26006,-23.23507],[-47.26015,-23.23498],[-47.26033,-23.23484],[-47.26048,-23.23475],[-47.26065,-23.23466],[-47.26091,-23.23455],[-47.26104,-23.23451],[-47.26135,-23.23442],[-47.26157,-23.23437],[-47.26181,-23.23435],[-47.26204,-23.23435],[-47.26228,-23.23437],[-47.26245,-23.2344],[-47.26281,-23.23448],[-47.2629,-23.23451],[-47.26411,-23.23489],[-47.26417,-23.23492],[-47.26459,-23.23501],[-47.26511,-23.23508],[-47.26513,-23.23508],[-47.26566,-23.23516],[-47.26592,-23.23519],[-47.26613,-23.2352],[-47.26638,-23.23521],[-47.26645,-23.2352],[-47.26645,-23.2352],[-47.26655,-23.23518],[-47.2666,-23.23516],[-47.26661,-23.23516],[-47.26665,-23.23511],[-47.26689,-23.2348],[-47.26694,-23.23475],[-47.2671,-23.23456],[-47.26736,-23.23427],[-47.26737,-23.23426],[-47.26778,-23.23381],[-47.26778,-23.2338],[-47.26795,-23.23362],[-47.26811,-23.23343],[-47.26819,-23.23334],[-47.26833,-23.23321],[-47.26846,-23.2331],[-47.26861,-23.23299],[-47.26879,-23.23288],[-47.26893,-23.23281],[-47.26904,-23.23277],[-47.26923,-23.23269],[-47.26944,-23.23263],[-47.26976,-23.23258],[-47.26994,-23.23254],[-47.27013,-23.2325],[-47.27021,-23.23248],[-47.27034,-23.23244],[-47.27056,-23.2324],[-47.27065,-23.23239],[-47.27089,-23.23239],[-47.27104,-23.2324],[-47.27109,-23.23241],[-47.27133,-23.23244],[-47.27155,-23.23249],[-47.27173,-23.23255],[-47.27202,-23.23268],[-47.27236,-23.2329],[-47.2725,-23.23301],[-47.27272,-23.23321],[-47.27281,-23.23329],[-47.27295,-23.23345],[-47.27312,-23.23367],[-47.27323,-23.23388],[-47.27337,-23.23412],[-47.27343,-23.23422],[-47.27349,-23.23416],[-47.27372,-23.23387],[-47.27372,-23.23386],[-47.27388,-23.23366],[-47.2739,-23.23364],[-47.27408,-23.23343],[-47.27419,-23.23329],[-47.27419,-23.23325],[-47.27419,-23.23321],[-47.27421,-23.23294],[-47.27423,-23.2328],[-47.27426,-23.23264],[-47.2743,-23.23247],[-47.27436,-23.23228],[-47.27438,-23.23224],[-47.27446,-23.23203],[-47.275,-23.23139],[-47.27582,-23.23125],[-47.27654,-23.23168],[-47.27671,-23.23189],[-47.27678,-23.23198],[-47.2768,-23.232],[-47.27684,-23.23206],[-47.27688,-23.23209],[-47.277,-23.2322],[-47.2771,-23.2323],[-47.27716,-23.23238],[-47.27727,-23.23252],[-47.27732,-23.23259],[-47.27746,-23.23291],[-47.27748,-23.23298],[-47.27753,-23.2334],[-47.27752,-23.23351],[-47.2775,-23.23362],[-47.27763,-23.23357],[-47.27769,-23.23355],[-47.27799,-23.2335],[-47.27808,-23.23349],[-47.2781,-23.23349],[-47.27813,-23.23349],[-47.27815,-23.23348],[-47.27816,-23.23348],[-47.27826,-23.23344],[-47.27843,-23.23339],[-47.27851,-23.23337],[-47.2788,-23.23335],[-47.27887,-23.23335],[-47.27892,-23.23335],[-47.27893,-23.23334],[-47.27896,-23.23332],[-47.27939,-23.23313],[-47.27944,-23.23312],[-47.2795,-23.23306],[-47.27965,-23.23292],[-47.27973,-23.23286],[-47.27975,-23.23285],[-47.27983,-23.23275],[-47.27987,-23.23272],[-47.27987,-23.23271],[-47.27999,-23.23256],[-47.28004,-23.23252],[-47.28038,-23.23227],[-47.28042,-23.23225],[-47.28049,-23.23221],[-47.28063,-23.23216],[-47.28066,-23.23213],[-47.28083,-23.232],[-47.28086,-23.23197],[-47.28087,-23.23196],[-47.2809,-23.23192],[-47.28095,-23.23187],[-47.28105,-23.23171],[-47.28112,-23.23161],[-47.28145,-23.23133],[-47.28154,-23.23127],[-47.28179,-23.23116],[-47.28193,-23.23111],[-47.2822,-23.23106],[-47.28229,-23.23105],[-47.28239,-23.23105],[-47.28249,-23.23105],[-47.28287,-23.23111],[-47.28298,-23.23114],[-47.28336,-23.23134],[-47.28351,-23.23146],[-47.28369,-23.23157],[-47.28371,-23.23158],[-47.28373,-23.23158],[-47.2839,-23.23158],[-47.28442,-23.23155],[-47.28493,-23.23151],[-47.28513,-23.23148],[-47.28587,-23.23131],[-47.28604,-23.23128],[-47.2864,-23.23126],[-47.28657,-23.23125],[-47.28691,-23.23128],[-47.28698,-23.23128],[-47.28722,-23.23131],[-47.28748,-23.23134],[-47.28749,-23.23134],[-47.28766,-23.23137],[-47.28766,-23.23137],[-47.28774,-23.23138],[-47.2888,-23.23151],[-47.28881,-23.23151],[-47.2907,-23.23176],[-47.29151,-23.23182],[-47.29225,-23.23181],[-47.29315,-23.23171],[-47.29369,-23.23165],[-47.2941,-23.23161],[-47.29422,-23.2316],[-47.29489,-23.23159],[-47.295,-23.23159],[-47.29533,-23.23162],[-47.2954,-23.23162],[-47.29569,-23.23166],[-47.29571,-23.23166],[-47.29631,-23.23175],[-47.29638,-23.23177],[-47.29659,-23.23181],[-47.29659,-23.2318],[-47.29671,-23.23168],[-47.29673,-23.23165],[-47.29674,-23.23163],[-47.29677,-23.23157],[-47.2968,-23.23151],[-47.29681,-23.23151],[-47.29685,-23.23136],[-47.2969,-23.23125],[-47.29692,-23.23122],[-47.29697,-23.23113],[-47.2972,-23.23082],[-47.29723,-23.2308],[-47.29724,-23.23077],[-47.29727,-23.23073],[-47.29783,-23.23031],[-47.29787,-23.23029],[-47.29811,-23.23023],[-47.2982,-23.23022],[-47.29831,-23.2298],[-47.29835,-23.22973],[-47.29859,-23.22948],[-47.2986,-23.22947],[-47.29863,-23.22943],[-47.29876,-23.2293],[-47.29877,-23.22929],[-47.29892,-23.22913],[-47.299,-23.22903],[-47.2991,-23.22894],[-47.29918,-23.22886],[-47.29935,-23.22874],[-47.29936,-23.22872],[-47.29946,-23.22861],[-47.29953,-23.2285],[-47.29955,-23.22846],[-47.29958,-23.22835],[-47.29976,-23.22799],[-47.29982,-23.22791],[-47.30011,-23.22762],[-47.30019,-23.22757],[-47.3005,-23.22742],[-47.30055,-23.2274],[-47.30061,-23.22718],[-47.30064,-23.22712],[-47.30083,-23.22687],[-47.30091,-23.22679],[-47.30114,-23.2266],[-47.30125,-23.22653],[-47.30129,-23.22651],[-47.3013,-23.2265],[-47.30141,-23.22643],[-47.30144,-23.22641],[-47.30173,-23.22623],[-47.30202,-23.22605],[-47.30212,-23.22599],[-47.30225,-23.22593],[-47.30235,-23.22587],[-47.30255,-23.22577],[-47.3027,-23.22572],[-47.30274,-23.2257],[-47.30277,-23.22569],[-47.30279,-23.22568],[-47.30285,-23.22566],[-47.30288,-23.22565],[-47.30289,-23.22564],[-47.30297,-23.22561],[-47.30322,-23.22555],[-47.30327,-23.22554],[-47.30341,-23.22544],[-47.30349,-23.22539],[-47.30372,-23.22529],[-47.3038,-23.22527],[-47.30396,-23.22523],[-47.3042,-23.22507],[-47.30444,-23.22492],[-47.30459,-23.22483],[-47.3047,-23.22478],[-47.30478,-23.22473],[-47.30487,-23.22468],[-47.30491,-23.22465],[-47.30502,-23.22459],[-47.3051,-23.22452],[-47.30516,-23.22447],[-47.30535,-23.22432],[-47.30537,-23.22431],[-47.30545,-23.22425],[-47.30564,-23.22413],[-47.30576,-23.22408],[-47.3058,-23.22406],[-47.30585,-23.224],[-47.3059,-23.22394],[-47.30596,-23.22386],[-47.30603,-23.2238],[-47.30606,-23.22367],[-47.30607,-23.22364],[-47.30608,-23.22363],[-47.30608,-23.22361],[-47.30608,-23.22357],[-47.30614,-23.22317],[-47.30615,-23.22315],[-47.30644,-23.22269],[-47.30647,-23.22266],[-47.30674,-23.22245],[-47.30678,-23.22244],[-47.30694,-23.22236],[-47.30701,-23.22233],[-47.30709,-23.22231],[-47.30716,-23.22229],[-47.30737,-23.22224],[-47.30759,-23.22222],[-47.30765,-23.22221],[-47.3079,-23.2222],[-47.30794,-23.22219],[-47.30799,-23.22219],[-47.3082,-23.22219],[-47.30828,-23.22218],[-47.30829,-23.22218],[-47.30869,-23.22217],[-47.30873,-23.22217],[-47.30878,-23.22217],[-47.30915,-23.22217],[-47.30923,-23.22217],[-47.30938,-23.22219],[-47.30983,-23.22225],[-47.31004,-23.2223],[-47.3105,-23.22245],[-47.31068,-23.22252],[-47.31146,-23.22292],[-47.31155,-23.22297],[-47.31281,-23.22374],[-47.31285,-23.22377],[-47.3134,-23.22414],[-47.31351,-23.22423],[-47.31405,-23.22468],[-47.31405,-23.22469],[-47.31588,-23.22626],[-47.31786,-23.2279],[-47.318,-23.22804],[-47.31833,-23.22842],[-47.31866,-23.2288],[-47.31915,-23.22937],[-47.31918,-23.22941],[-47.32028,-23.2308],[-47.32092,-23.23156],[-47.32132,-23.23189],[-47.32211,-23.23233],[-47.32274,-23.23264],[-47.3234,-23.23284],[-47.32362,-23.23291],[-47.32466,-23.233],[-47.32471,-23.233],[-47.32506,-23.23304],[-47.3251,-23.23292],[-47.32513,-23.23286],[-47.32517,-23.23276],[-47.32519,-23.23272],[-47.32526,-23.23256],[-47.32528,-23.23253],[-47.32549,-23.23211],[-47.32563,-23.2318],[-47.32569,-23.23167],[-47.32572,-23.23161],[-47.3258,-23.23137],[-47.3258,-23.23136],[-47.32583,-23.23129],[-47.32588,-23.23117],[-47.3259,-23.23112],[-47.32594,-23.23105],[-47.32599,-23.23096],[-47.32601,-23.23092],[-47.32607,-23.23082],[-47.32613,-23.23074],[-47.32618,-23.23068],[-47.32633,-23.23051],[-47.32642,-23.23042],[-47.32647,-23.23038],[-47.32674,-23.23015],[-47.32693,-23.22985],[-47.32721,-23.22934],[-47.32734,-23.22914],[-47.32754,-23.2289],[-47.32763,-23.2288],[-47.32786,-23.22858],[-47.32801,-23.22846],[-47.32862,-23.22803],[-47.32922,-23.22763],[-47.32942,-23.22742],[-47.32945,-23.22734],[-47.32959,-23.22706],[-47.32964,-23.22695],[-47.33008,-23.22623],[-47.33019,-23.22607],[-47.33044,-23.22577],[-47.33051,-23.22569],[-47.33073,-23.22547],[-47.3309,-23.22532],[-47.3313,-23.22504],[-47.33139,-23.22499],[-47.33175,-23.22478],[-47.33207,-23.22459],[-47.33211,-23.22455],[-47.33267,-23.22398],[-47.33273,-23.22393],[-47.33296,-23.22372],[-47.33302,-23.22368],[-47.33315,-23.22357],[-47.33323,-23.22352],[-47.33337,-23.22342],[-47.33341,-23.22339],[-47.33355,-23.22331],[-47.3336,-23.22328],[-47.33424,-23.22293],[-47.33432,-23.22286],[-47.33441,-23.22277],[-47.33485,-23.22227],[-47.33501,-23.22209],[-47.33523,-23.22183],[-47.33535,-23.22168],[-47.33538,-23.22166],[-47.33549,-23.22154],[-47.33554,-23.22149],[-47.33571,-23.22132],[-47.33574,-23.22129],[-47.33598,-23.22106],[-47.33602,-23.22103],[-47.33623,-23.22084],[-47.33653,-23.22058],[-47.33697,-23.22015],[-47.33698,-23.22014],[-47.33768,-23.21949],[-47.33797,-23.21929],[-47.33814,-23.2192],[-47.3387,-23.21892],[-47.33907,-23.21872],[-47.33936,-23.21856],[-47.33986,-23.21825],[-47.33999,-23.21817],[-47.34039,-23.21787],[-47.3405,-23.21777],[-47.34056,-23.21769],[-47.34074,-23.21716],[-47.34075,-23.21714],[-47.34105,-23.21631],[-47.34107,-23.21626],[-47.34141,-23.21545],[-47.34159,-23.21514],[-47.34175,-23.21495],[-47.34212,-23.21447],[-47.3422,-23.21438],[-47.34222,-23.21435],[-47.34223,-23.21433],[-47.34236,-23.21418],[-47.34242,-23.2141],[-47.34254,-23.21393],[-47.34269,-23.21373],[-47.3427,-23.21372],[-47.34294,-23.21317],[-47.34296,-23.21314],[-47.343,-23.21306],[-47.34301,-23.21303],[-47.34307,-23.21292],[-47.34319,-23.21268],[-47.34325,-23.21256],[-47.3433,-23.21246],[-47.34333,-23.21238],[-47.34336,-23.21228],[-47.34336,-23.21226],[-47.34337,-23.21221],[-47.34343,-23.21128],[-47.34344,-23.21118],[-47.34344,-23.21102],[-47.34343,-23.21088],[-47.3434,-23.21064],[-47.34334,-23.21],[-47.34333,-23.20992],[-47.34332,-23.20984],[-47.34331,-23.20976],[-47.34331,-23.20964],[-47.34331,-23.20956],[-47.34331,-23.20954],[-47.34331,-23.2095],[-47.34318,-23.20808],[-47.34317,-23.20802],[-47.34316,-23.20798],[-47.34314,-23.20782],[-47.34314,-23.20781],[-47.34311,-23.20764],[-47.3431,-23.20759],[-47.34303,-23.20708],[-47.343,-23.20687],[-47.34282,-23.20568],[-47.3428,-23.20554],[-47.34269,-23.20496],[-47.34265,-23.20479],[-47.34261,-23.20465],[-47.34258,-23.20455],[-47.34258,-23.20454],[-47.34253,-23.2044],[-47.34251,-23.20432],[-47.34245,-23.20409],[-47.34244,-23.20401],[-47.3424,-23.20382],[-47.34239,-23.20374],[-47.34238,-23.2037],[-47.34228,-23.20335],[-47.34226,-23.20327],[-47.34224,-23.20315],[-47.34223,-23.20309],[-47.34222,-23.20299],[-47.34221,-23.20293],[-47.3422,-23.20281],[-47.34219,-23.20263],[-47.3422,-23.20254],[-47.3422,-23.20248],[-47.34222,-23.20235],[-47.34225,-23.20218],[-47.34228,-23.20204],[-47.34229,-23.20201],[-47.34256,-23.20107],[-47.34262,-23.20084],[-47.34272,-23.20045],[-47.34273,-23.20039],[-47.34274,-23.20032],[-47.34275,-23.20023],[-47.34275,-23.20013],[-47.34275,-23.20011],[-47.34276,-23.1999],[-47.34275,-23.19976],[-47.34274,-23.19955],[-47.34274,-23.19939],[-47.34275,-23.19933],[-47.34275,-23.19928],[-47.34286,-23.19886],[-47.34289,-23.19879],[-47.34291,-23.19875],[-47.34299,-23.19858],[-47.34311,-23.1984],[-47.34316,-23.19833],[-47.34327,-23.19821],[-47.34341,-23.19806],[-47.34363,-23.19782],[-47.34368,-23.19777],[-47.34376,-23.19769],[-47.34388,-23.19759],[-47.34396,-23.19753],[-47.34401,-23.1975],[-47.34413,-23.19742],[-47.34423,-23.19735],[-47.3446,-23.19716],[-47.34466,-23.19713],[-47.34493,-23.19701],[-47.34495,-23.197],[-47.34519,-23.19689],[-47.34521,-23.19688],[-47.34523,-23.19688],[-47.34545,-23.19674],[-47.34547,-23.19673],[-47.34547,-23.19673],[-47.34556,-23.19667],[-47.3457,-23.1966],[-47.34576,-23.19658],[-47.34604,-23.1965],[-47.34607,-23.19649],[-47.34611,-23.19648],[-47.34635,-23.19647],[-47.34642,-23.19647],[-47.34658,-23.19649],[-47.34667,-23.1965],[-47.34679,-23.19653],[-47.34689,-23.19655],[-47.34695,-23.19657],[-47.34709,-23.19662],[-47.34724,-23.19665],[-47.34748,-23.19671],[-47.34749,-23.19671],[-47.34783,-23.1968],[-47.34797,-23.19684],[-47.34808,-23.19688],[-47.34814,-23.19691],[-47.34827,-23.19696],[-47.34837,-23.19701],[-47.34846,-23.19706],[-47.34854,-23.19708],[-47.34861,-23.19709],[-47.34871,-23.19711],[-47.34872,-23.19712],[-47.34949,-23.1973],[-47.34957,-23.19731],[-47.34964,-23.19732],[-47.34988,-23.19734],[-47.35008,-23.19734],[-47.35031,-23.19735],[-47.35049,-23.19735],[-47.35058,-23.19735],[-47.35076,-23.19734],[-47.35089,-23.19733],[-47.35099,-23.19732],[-47.35102,-23.19732],[-47.35124,-23.19728],[-47.35168,-23.19719],[-47.35187,-23.19716],[-47.35189,-23.19715],[-47.35229,-23.19708],[-47.35231,-23.19708],[-47.35266,-23.19702],[-47.35275,-23.19701],[-47.35291,-23.197],[-47.35302,-23.19699],[-47.35314,-23.19699],[-47.3532,-23.197],[-47.35337,-23.197],[-47.35364,-23.19701],[-47.35427,-23.19667],[-47.35441,-23.19659],[-47.35524,-23.19611],[-47.35652,-23.19535],[-47.35724,-23.19492],[-47.35742,-23.19481],[-47.35836,-23.19425],[-47.35859,-23.19411],[-47.35862,-23.1941],[-47.35893,-23.19386],[-47.35949,-23.1934],[-47.36016,-23.19275],[-47.36032,-23.19258],[-47.36037,-23.19249],[-47.36042,-23.19241],[-47.36064,-23.19193],[-47.36096,-23.19116],[-47.36108,-23.19085],[-47.36125,-23.19028],[-47.36139,-23.18977],[-47.36148,-23.18944],[-47.36149,-23.18941],[-47.36169,-23.18878],[-47.36173,-23.18856],[-47.36176,-23.18835],[-47.36177,-23.18823],[-47.36177,-23.18817],[-47.3617,-23.18787],[-47.36154,-23.18711],[-47.36153,-23.18704],[-47.36143,-23.18646],[-47.36143,-23.18644],[-47.36135,-23.18587],[-47.36134,-23.1858],[-47.3613,-23.18542],[-47.3613,-23.18535],[-47.3613,-23.18534],[-47.36129,-23.18509],[-47.3613,-23.18497],[-47.36131,-23.18472],[-47.36134,-23.18456],[-47.36139,-23.18431],[-47.3614,-23.18427],[-47.36158,-23.18356],[-47.36179,-23.18273],[-47.36185,-23.18238],[-47.36193,-23.18184],[-47.36193,-23.18181],[-47.36198,-23.18155],[-47.362,-23.18147],[-47.36205,-23.18123],[-47.36207,-23.18119],[-47.36213,-23.18096],[-47.36221,-23.18075],[-47.36232,-23.18053],[-47.36245,-23.18033],[-47.36262,-23.18012],[-47.36276,-23.17996],[-47.36303,-23.17972],[-47.36304,-23.17972],[-47.36355,-23.17926],[-47.36373,-23.17913],[-47.36415,-23.17888],[-47.3642,-23.17885],[-47.3646,-23.17863],[-47.36526,-23.17826],[-47.36609,-23.17775],[-47.36614,-23.17772],[-47.36706,-23.17723],[-47.36792,-23.17671],[-47.36852,-23.17634],[-47.36889,-23.1761],[-47.3691,-23.17593],[-47.36912,-23.17592],[-47.36936,-23.17574],[-47.36949,-23.1756],[-47.36952,-23.17557],[-47.36968,-23.1754],[-47.36989,-23.17513],[-47.36997,-23.17503],[-47.37004,-23.17493],[-47.37051,-23.1743],[-47.37079,-23.17385],[-47.37108,-23.1733],[-47.3713,-23.17288],[-47.37134,-23.1728],[-47.37158,-23.1724],[-47.37162,-23.17235],[-47.37201,-23.17178],[-47.37238,-23.17125],[-47.37256,-23.17096],[-47.37258,-23.17094],[-47.37266,-23.17082],[-47.3727,-23.17074],[-47.37278,-23.17057],[-47.37289,-23.17025],[-47.37306,-23.16969],[-47.37307,-23.16964],[-47.37343,-23.16856],[-47.37345,-23.16853],[-47.37355,-23.16825],[-47.37357,-23.16819],[-47.37365,-23.168],[-47.37366,-23.16797],[-47.37374,-23.16782],[-47.37376,-23.16778],[-47.37386,-23.16756],[-47.374,-23.16735],[-47.37415,-23.16716],[-47.37419,-23.16711],[-47.3744,-23.16688],[-47.37442,-23.16686],[-47.37486,-23.16638],[-47.37516,-23.16606],[-47.37524,-23.16598],[-47.37554,-23.16571],[-47.37581,-23.16546],[-47.37592,-23.16538],[-47.37635,-23.16507],[-47.3764,-23.16503],[-47.37682,-23.16476],[-47.37682,-23.16476],[-47.3771,-23.16458],[-47.37713,-23.16456],[-47.37739,-23.16441],[-47.37755,-23.16432],[-47.37789,-23.16418],[-47.378,-23.16414],[-47.37825,-23.16407],[-47.3784,-23.16403],[-47.37878,-23.16397],[-47.37886,-23.16395],[-47.37933,-23.16391],[-47.38016,-23.16381],[-47.38083,-23.1637],[-47.38168,-23.16357],[-47.3817,-23.16357],[-47.3827,-23.16343],[-47.3831,-23.16334],[-47.38334,-23.16327],[-47.38338,-23.16325],[-47.38278,-23.16305],[-47.38225,-23.16288],[-47.38218,-23.16286],[-47.38207,-23.16283],[-47.3816,-23.16265],[-47.38142,-23.16256],[-47.38125,-23.16247],[-47.38102,-23.16233],[-47.38091,-23.16226],[-47.38066,-23.16208],[-47.38043,-23.16186],[-47.38031,-23.1617],[-47.38013,-23.16139],[-47.38007,-23.16124],[-47.38001,-23.16101],[-47.37998,-23.16089],[-47.37996,-23.16068],[-47.37996,-23.16054],[-47.37998,-23.16031],[-47.38002,-23.1601],[-47.38006,-23.15995],[-47.38015,-23.15966],[-47.38022,-23.1595],[-47.38037,-23.15919],[-47.38045,-23.15905],[-47.38063,-23.15878],[-47.38068,-23.15871],[-47.38094,-23.15836],[-47.38099,-23.15831],[-47.38146,-23.15777],[-47.38174,-23.15745],[-47.38181,-23.15733],[-47.38198,-23.15705],[-47.38226,-23.15659],[-47.38232,-23.15649],[-47.38253,-23.15622],[-47.3826,-23.15613],[-47.38283,-23.15587],[-47.38293,-23.15577],[-47.38956,-23.15466],[-47.3898,-23.1547],[-47.39095,-23.15498],[-47.39206,-23.15532],[-47.39269,-23.15555],[-47.39559,-23.15685],[-47.39669,-23.15787],[-47.39693,-23.15819],[-47.39801,-23.16021],[-47.39813,-23.16036],[-47.39874,-23.16068],[-47.39913,-23.16075],[-47.40061,-23.16056],[-47.40223,-23.16036],[-47.40244,-23.16036],[-47.40336,-23.1604],[-47.4036,-23.16044],[-47.40377,-23.16048],[-47.40594,-23.16145],[-47.40643,-23.16179],[-47.40776,-23.16249],[-47.40852,-23.16264],[-47.40865,-23.16265],[-47.41571,-23.16579],[-47.41745,-23.1669],[-47.41974,-23.1696],[-47.41974,-23.16964],[-47.41967,-23.17005],[-47.41911,-23.17155],[-47.41861,-23.17289],[-47.41858,-23.1732],[-47.4188,-23.17401],[-47.4188,-23.17401],[-47.41898,-23.17467],[-47.41929,-23.1755],[-47.41978,-23.17682],[-47.42062,-23.17842],[-47.4216,-23.17961],[-47.42164,-23.17967],[-47.4231,-23.18169],[-47.42321,-23.18186],[-47.42471,-23.18487],[-47.42481,-23.18515],[-47.4251,-23.18651],[-47.4251,-23.18699],[-47.42488,-23.18816],[-47.42469,-23.18861],[-47.42425,-23.18926],[-47.42397,-23.18955],[-47.42093,-23.19184],[-47.42027,-23.19293],[-47.42015,-23.19335],[-47.42015,-23.19337],[-47.42024,-23.19342],[-47.42062,-23.19345],[-47.42139,-23.19324],[-47.42255,-23.19253],[-47.42341,-23.1916],[-47.4246,-23.18984],[-47.42467,-23.18974],[-47.42559,-23.18863],[-47.42599,-23.1883],[-47.42656,-23.18803],[-47.42701,-23.18791],[-47.42857,-23.18781],[-47.42892,-23.18784],[-47.4294,-23.18795],[-47.42988,-23.18806],[-47.42998,-23.18809],[-47.43289,-23.18905],[-47.43705,-23.19002],[-47.43887,-23.19217],[-47.43915,-23.19262],[-47.43929,-23.19366],[-47.43931,-23.19486],[-47.43917,-23.1961],[-47.43916,-23.1961]]],"terms_url":"https://itu.sp.gov.br/planejamento/","terms_text":"Prefeitura da Estância Turística de Itu, SP","overlay":true},{"id":"gsi.go.jp_airphoto","name":"Japan GSI airphoto Imagery","type":"tms","template":"https://cyberjapandata.gsi.go.jp/xyz/airphoto/{zoom}/{x}/{y}.png","category":"photo","zoomExtent":[14,18],"polygon":[[[140.88867,45.67548],[140.71289,45.41388],[141.04248,43.80282],[139.96582,43.35714],[138.99902,42.01665],[139.04297,41.26129],[137.5708,38.58253],[132.69287,36.86204],[130.84717,34.93999],[129.74854,34.994],[129.02344,34.56086],[128.36426,33.21112],[127.90283,31.87756],[128.4082,29.89781],[125.8374,26.78485],[123.33252,25.0657],[122.58545,24.42715],[123.53027,23.44309],[125.88135,24.10665],[129.96826,26.31311],[132.1875,30.20211],[134.42871,32.43561],[136.82373,33.28462],[137.85645,34.21634],[138.64746,33.24788],[138.58154,32.00808],[139.6582,28.67131],[141.65771,29.66896],[142.0752,32.06396],[141.21826,33.37641],[141.56982,35.44277],[141.43799,36.52729],[142.82227,39.16414],[143.04199,40.89691],[145.92041,42.40723],[146.18408,43.03678],[145.74463,43.54855],[145.32715,43.67582],[145.30518,43.91372],[145.61279,44.2452],[145.41504,44.62175],[144.38232,44.52784],[142.31689,45.53714],[141.3501,45.70618],[140.88867,45.67548]]],"terms_url":"https://www.gsi.go.jp/kikakuchousei/kikakuchousei40182.html","terms_text":"GSI Japan","description":"Japan GSI airphoto Imagery. Not fully orthorectified, but a bit newer and/or differently covered than GSI ortho Imagery."},{"id":"gsi.go.jp_airphoto_2019","name":"Japan GSI airphoto Imagery/update 2019","type":"tms","template":"https://cyberjapandata.gsi.go.jp/xyz/nendophoto2019/{zoom}/{x}/{y}.png","category":"photo","endDate":"2020-03-31T00:00:00.000Z","startDate":"2019-04-01T00:00:00.000Z","zoomExtent":[14,18],"polygon":[[[125.26667,24.925],[125.275,24.925],[125.275,24.93333],[125.26667,24.93333],[125.26667,24.94167],[125.25833,24.94167],[125.25833,24.95],[125.23333,24.95],[125.23333,24.94167],[125.225,24.94167],[125.225,24.93333],[125.21667,24.93333],[125.21667,24.925],[125.23333,24.925],[125.23333,24.91667],[125.25,24.91667],[125.25,24.9],[125.25833,24.9],[125.25833,24.89167],[125.26667,24.89167],[125.26667,24.875],[125.275,24.875],[125.275,24.84167],[125.26667,24.84167],[125.26667,24.83333],[125.25833,24.83333],[125.25833,24.825],[125.275,24.825],[125.275,24.81667],[125.25833,24.81667],[125.25833,24.80833],[125.25,24.80833],[125.25,24.8],[125.24167,24.8],[125.24167,24.81667],[125.23333,24.81667],[125.23333,24.825],[125.225,24.825],[125.225,24.84167],[125.21667,24.84167],[125.21667,24.85],[125.20833,24.85],[125.20833,24.85833],[125.2,24.85833],[125.2,24.86667],[125.13333,24.86667],[125.13333,24.85833],[125.125,24.85833],[125.125,24.825],[125.13333,24.825],[125.13333,24.80833],[125.14167,24.80833],[125.14167,24.8],[125.15,24.8],[125.15,24.78333],[125.16667,24.78333],[125.16667,24.79167],[125.175,24.79167],[125.175,24.8],[125.2,24.8],[125.2,24.79167],[125.225,24.79167],[125.225,24.78333],[125.24167,24.78333],[125.24167,24.79167],[125.25,24.79167],[125.25,24.775],[125.25833,24.775],[125.25833,24.76667],[125.25,24.76667],[125.25,24.74167],[125.25833,24.74167],[125.25833,24.73333],[125.23333,24.73333],[125.23333,24.7],[125.25833,24.7],[125.25833,24.70833],[125.26667,24.70833],[125.26667,24.71667],[125.29167,24.71667],[125.29167,24.7],[125.325,24.7],[125.325,24.70833],[125.35,24.70833],[125.35,24.71667],[125.39167,24.71667],[125.39167,24.725],[125.44167,24.725],[125.44167,24.71667],[125.49167,24.71667],[125.49167,24.73333],[125.45833,24.73333],[125.45833,24.75],[125.45,24.75],[125.45,24.75833],[125.44167,24.75833],[125.44167,24.76667],[125.43333,24.76667],[125.43333,24.775],[125.41667,24.775],[125.41667,24.78333],[125.4,24.78333],[125.4,24.79167],[125.38333,24.79167],[125.38333,24.8],[125.35,24.8],[125.35,24.80833],[125.36667,24.80833],[125.36667,24.825],[125.35833,24.825],[125.35833,24.83333],[125.34167,24.83333],[125.34167,24.84167],[125.31667,24.84167],[125.31667,24.85],[125.325,24.85],[125.325,24.875],[125.31667,24.875],[125.31667,24.88333],[125.30833,24.88333],[125.30833,24.89167],[125.325,24.89167],[125.325,24.91667],[125.31667,24.91667],[125.31667,24.925],[125.30833,24.925],[125.30833,24.93333],[125.28333,24.93333],[125.28333,24.91667],[125.3,24.91667],[125.3,24.90833],[125.28333,24.90833],[125.28333,24.9],[125.275,24.9],[125.275,24.91667],[125.26667,24.91667],[125.26667,24.925]],[[130.975,30.41667],[130.975,30.425],[130.98333,30.425],[130.98333,30.45833],[130.98333,30.46667],[130.975,30.46667],[130.975,30.475],[130.84167,30.475],[130.84167,30.45833],[130.85,30.45833],[130.85,30.45],[130.84167,30.45],[130.84167,30.44167],[130.85,30.44167],[130.85,30.43333],[130.85833,30.43333],[130.85833,30.38333],[130.85,30.38333],[130.85,30.36667],[130.85833,30.36667],[130.85833,30.35],[130.86667,30.35],[130.86667,30.34167],[130.89167,30.34167],[130.89167,30.35],[130.9,30.35],[130.9,30.35833],[130.91667,30.35833],[130.91667,30.36667],[130.95,30.36667],[130.95,30.35833],[130.96667,30.35833],[130.96667,30.36667],[130.975,30.36667],[130.975,30.35833],[130.98333,30.35833],[130.98333,30.375],[130.975,30.375],[130.975,30.38333],[130.96667,30.38333],[130.96667,30.39167],[130.98333,30.39167],[130.98333,30.4],[130.99167,30.4],[130.99167,30.40833],[130.98333,30.40833],[130.98333,30.41667],[130.975,30.41667]],[[131.075,30.8],[131.075,30.81667],[131.06667,30.81667],[131.06667,30.84167],[131.05833,30.84167],[131.05833,30.85],[131.05,30.85],[131.05,30.84167],[131.04167,30.84167],[131.04167,30.83333],[131.025,30.83333],[131.025,30.80833],[131.01667,30.80833],[131.01667,30.8],[131.00833,30.8],[131.00833,30.79167],[131,30.79167],[131,30.75],[130.975,30.75],[130.975,30.725],[130.96667,30.725],[130.96667,30.70833],[130.95833,30.70833],[130.95833,30.7],[130.95,30.7],[130.95,30.68333],[130.94167,30.68333],[130.94167,30.675],[130.93333,30.675],[130.93333,30.65833],[130.94167,30.65833],[130.94167,30.65],[130.93333,30.65],[130.93333,30.64167],[130.94167,30.64167],[130.94167,30.61667],[131.00833,30.61667],[131.00833,30.60833],[131.01667,30.60833],[131.01667,30.6],[131.03333,30.6],[131.03333,30.59167],[131.04167,30.59167],[131.05833,30.59167],[131.05833,30.60833],[131.06667,30.60833],[131.06667,30.61667],[131.05833,30.61667],[131.05833,30.63333],[131.06667,30.63333],[131.06667,30.65],[131.05833,30.65],[131.05833,30.66667],[131.06667,30.66667],[131.06667,30.68333],[131.08333,30.68333],[131.08333,30.69167],[131.09167,30.69167],[131.09167,30.7],[131.08333,30.7],[131.08333,30.74167],[131.075,30.74167],[131.075,30.75833],[131.08333,30.75833],[131.08333,30.775],[131.09167,30.775],[131.09167,30.79167],[131.08333,30.79167],[131.08333,30.8],[131.075,30.8]],[[130.75,32],[130.5,32],[130.5,31.975],[130.51667,31.975],[130.51667,31.93333],[130.75,31.93333],[130.75,32]],[[131.21667,32.85833],[131.21667,32.81667],[131.00833,32.81667],[131.00833,32.79167],[131,32.79167],[131,32.75],[131.25,32.75],[131.25,32.85833],[131.21667,32.85833]],[[132.80833,32.90833],[132.80833,32.75],[132.825,32.75],[132.825,32.75833],[132.84167,32.75833],[132.84167,32.775],[132.85833,32.775],[132.85833,32.76667],[132.86667,32.76667],[132.86667,32.75833],[132.875,32.75833],[132.875,32.76667],[132.88333,32.76667],[132.88333,32.775],[132.90833,32.775],[132.90833,32.78333],[132.91667,32.78333],[132.91667,32.775],[132.93333,32.775],[132.93333,32.76667],[132.94167,32.76667],[132.94167,32.75833],[132.95,32.75833],[132.95,32.75],[132.95833,32.75],[132.95833,32.725],[132.99167,32.725],[132.99167,32.71667],[133.025,32.71667],[133.025,32.725],[133.03333,32.725],[133.03333,32.73333],[133.025,32.73333],[133.025,32.75],[133.01667,32.75],[133.01667,32.75833],[133.025,32.75833],[133.025,32.76667],[133.01667,32.76667],[133.01667,32.775],[133.00833,32.775],[133.00833,32.79167],[132.99167,32.79167],[132.99167,32.8],[132.975,32.8],[132.975,32.80833],[132.95833,32.80833],[132.95833,32.825],[132.96667,32.825],[132.96667,32.83333],[132.95833,32.83333],[132.95833,32.85833],[133,32.85833],[133,32.86667],[133.00833,32.86667],[133.00833,32.875],[133.01667,32.875],[133.01667,32.89167],[133.01667,32.90833],[132.80833,32.90833]],[[132.45,32.88333],[132.45833,32.88333],[132.45833,32.89167],[132.45,32.89167],[132.45,32.88333]],[[132.4,32.925],[132.40833,32.925],[132.40833,32.93333],[132.41667,32.93333],[132.41667,32.94167],[132.40833,32.94167],[132.40833,32.95833],[132.4,32.95833],[132.4,32.925]],[[132.425,33.175],[132.425,33.15833],[132.41667,33.15833],[132.41667,33.15],[132.43333,33.15],[132.43333,33.13333],[132.43333,33.125],[132.44167,33.125],[132.44167,33.11667],[132.45833,33.11667],[132.45833,33.10833],[132.46667,33.10833],[132.46667,33.1],[132.45833,33.1],[132.45833,33.06667],[132.44167,33.06667],[132.44167,33.05833],[132.43333,33.05833],[132.43333,33.075],[132.4,33.075],[132.4,33.06667],[132.39167,33.06667],[132.39167,33.05],[132.4,33.05],[132.4,33.04167],[132.39167,33.04167],[132.39167,33.03333],[132.375,33.03333],[132.375,33.00833],[132.38333,33.00833],[132.38333,33],[132.4,33],[132.4,33.00833],[132.40833,33.00833],[132.40833,33.025],[132.41667,33.025],[132.41667,33.05],[132.425,33.05],[132.425,33.04167],[132.44167,33.04167],[132.44167,33.03333],[132.45,33.03333],[132.45,33.01667],[132.46667,33.01667],[132.46667,33.025],[132.45833,33.025],[132.45833,33.04167],[132.46667,33.04167],[132.46667,33.03333],[132.475,33.03333],[132.475,33.01667],[132.48333,33.01667],[132.48333,33.00833],[132.5,33.00833],[132.5,32.99167],[132.45833,32.99167],[132.45833,32.975],[132.46667,32.975],[132.46667,32.98333],[132.475,32.98333],[132.475,32.975],[132.46667,32.975],[132.46667,32.96667],[132.475,32.96667],[132.475,32.95833],[132.49167,32.95833],[132.49167,32.95],[132.475,32.95],[132.475,32.95833],[132.46667,32.95833],[132.45,32.95833],[132.45,32.95],[132.43333,32.95],[132.43333,32.94167],[132.425,32.94167],[132.425,32.925],[132.43333,32.925],[132.43333,32.93333],[132.45,32.93333],[132.45,32.94167],[132.45833,32.94167],[132.45833,32.93333],[132.46667,32.93333],[132.46667,32.88333],[132.475,32.88333],[132.475,32.9],[132.48333,32.9],[132.48333,32.89167],[132.5,32.89167],[132.5,32.9],[132.525,32.9],[132.525,32.90833],[132.56667,32.90833],[132.56667,32.91667],[132.53333,32.91667],[132.53333,32.93333],[132.54167,32.93333],[132.54167,32.925],[132.575,32.925],[132.575,32.93333],[132.58333,32.93333],[132.58333,32.91667],[132.59167,32.91667],[132.59167,32.90833],[132.61667,32.90833],[132.61667,32.91667],[132.64167,32.91667],[132.64167,32.925],[132.65,32.925],[132.65,32.90833],[132.66667,32.90833],[132.66667,32.91667],[132.675,32.91667],[132.675,32.90833],[132.69167,32.90833],[132.69167,32.94167],[132.65,32.94167],[132.65,33.08333],[132.61667,33.08333],[132.61667,33.30833],[132.5,33.30833],[132.5,33.3],[132.48333,33.3],[132.48333,33.29167],[132.475,33.29167],[132.475,33.28333],[132.46667,33.28333],[132.46667,33.25],[132.48333,33.25],[132.48333,33.25833],[132.49167,33.25833],[132.49167,33.26667],[132.5,33.26667],[132.5,33.25833],[132.51667,33.25833],[132.51667,33.24167],[132.50833,33.24167],[132.50833,33.23333],[132.5,33.23333],[132.5,33.225],[132.50833,33.225],[132.50833,33.20833],[132.5,33.20833],[132.49167,33.20833],[132.49167,33.21667],[132.5,33.21667],[132.5,33.225],[132.475,33.225],[132.475,33.21667],[132.46667,33.21667],[132.45,33.21667],[132.45,33.20833],[132.44167,33.20833],[132.44167,33.21667],[132.40833,33.21667],[132.40833,33.20833],[132.39167,33.20833],[132.39167,33.21667],[132.38333,33.21667],[132.38333,33.225],[132.36667,33.225],[132.36667,33.23333],[132.35,33.23333],[132.35,33.225],[132.35833,33.225],[132.35833,33.21667],[132.33333,33.21667],[132.33333,33.2],[132.35,33.2],[132.35,33.18333],[132.36667,33.18333],[132.36667,33.175],[132.375,33.175],[132.375,33.18333],[132.38333,33.18333],[132.38333,33.19167],[132.39167,33.19167],[132.39167,33.15833],[132.4,33.15833],[132.4,33.175],[132.40833,33.175],[132.40833,33.18333],[132.425,33.18333],[132.425,33.19167],[132.43333,33.19167],[132.43333,33.18333],[132.44167,33.18333],[132.44167,33.175],[132.425,33.175]],[[132.44167,33.09167],[132.44167,33.1],[132.45,33.1],[132.45,33.10833],[132.43333,33.10833],[132.43333,33.11667],[132.43333,33.125],[132.41667,33.125],[132.41667,33.11667],[132.40833,33.11667],[132.40833,33.10833],[132.4,33.10833],[132.4,33.1],[132.425,33.1],[132.425,33.10833],[132.43333,33.10833],[132.43333,33.09167],[132.44167,33.09167]],[[132.3,33.10833],[132.3,33.1],[132.30833,33.1],[132.30833,33.09167],[132.325,33.09167],[132.325,33.1],[132.35833,33.1],[132.35833,33.10833],[132.34167,33.10833],[132.34167,33.11667],[132.325,33.11667],[132.325,33.125],[132.31667,33.125],[132.31667,33.10833],[132.3,33.10833]],[[132.3,33.16667],[132.3,33.18333],[132.275,33.18333],[132.275,33.19167],[132.26667,33.19167],[132.26667,33.2],[132.25833,33.2],[132.25833,33.16667],[132.28333,33.16667],[132.28333,33.15],[132.3,33.15],[132.3,33.14167],[132.31667,33.14167],[132.31667,33.15],[132.34167,33.15],[132.34167,33.15833],[132.35,33.15833],[132.35,33.16667],[132.325,33.16667],[132.325,33.15833],[132.31667,33.15833],[132.31667,33.16667],[132.3,33.16667]],[[132.49167,33.23333],[132.49167,33.24167],[132.475,33.24167],[132.475,33.23333],[132.49167,33.23333]],[[129.90833,33.23333],[129.90833,33.20833],[130,33.20833],[130,33.33333],[129.9,33.33333],[129.9,33.30833],[129.925,33.30833],[129.925,33.23333],[129.90833,33.23333]],[[135.94167,33.55833],[135.94167,33.575],[135.90833,33.575],[135.525,33.575],[135.525,33.60833],[135.45833,33.60833],[135.45833,33.66667],[135.325,33.66667],[135.325,33.65833],[135.34167,33.65833],[135.34167,33.65],[135.375,33.65],[135.375,33.64167],[135.38333,33.64167],[135.38333,33.58333],[135.4,33.58333],[135.4,33.575],[135.40833,33.575],[135.40833,33.56667],[135.425,33.56667],[135.425,33.55833],[135.44167,33.55833],[135.44167,33.54167],[135.475,33.54167],[135.475,33.53333],[135.5,33.53333],[135.5,33.51667],[135.54167,33.51667],[135.54167,33.50833],[135.575,33.50833],[135.575,33.5],[135.58333,33.5],[135.58333,33.49167],[135.6,33.49167],[135.6,33.5],[135.625,33.5],[135.625,33.49167],[135.63333,33.49167],[135.63333,33.5],[135.64167,33.5],[135.64167,33.49167],[135.65,33.49167],[135.65833,33.49167],[135.65833,33.48333],[135.68333,33.48333],[135.68333,33.475],[135.7,33.475],[135.71667,33.475],[135.71667,33.46667],[135.74167,33.46667],[135.74167,33.475],[135.75833,33.475],[135.75833,33.46667],[135.76667,33.46667],[135.76667,33.45833],[135.75,33.45833],[135.74167,33.45833],[135.74167,33.44167],[135.75,33.44167],[135.75,33.425],[135.75833,33.425],[135.76667,33.425],[135.76667,33.43333],[135.79167,33.43333],[135.79167,33.44167],[135.8,33.44167],[135.80833,33.44167],[135.83333,33.44167],[135.83333,33.45],[135.85,33.45],[135.85,33.45833],[135.86667,33.45833],[135.86667,33.46667],[135.875,33.46667],[135.875,33.475],[135.86667,33.475],[135.86667,33.48333],[135.85833,33.48333],[135.85833,33.475],[135.85,33.475],[135.85,33.48333],[135.8,33.48333],[135.8,33.49167],[135.80833,33.49167],[135.81667,33.49167],[135.81667,33.5],[135.825,33.5],[135.825,33.49167],[135.83333,33.49167],[135.83333,33.50833],[135.85833,33.50833],[135.85833,33.51667],[135.86667,33.51667],[135.875,33.51667],[135.88333,33.51667],[135.88333,33.525],[135.89167,33.525],[135.89167,33.53333],[135.9,33.53333],[135.90833,33.53333],[135.90833,33.54167],[135.91667,33.54167],[135.91667,33.55],[135.925,33.55],[135.92501,33.55836],[135.94167,33.55833]],[[136,33.70833],[136.00833,33.70833],[136.00833,33.71667],[136.01667,33.71667],[136.01667,33.725],[136.025,33.725],[136.025,33.75],[135.90833,33.75],[135.90833,33.69167],[136,33.69167],[136,33.70833]],[[134.375,33.73333],[134.46667,33.73333],[134.46667,33.75],[134.48333,33.75],[134.48333,33.76667],[134.5,33.76667],[134.5,33.91667],[134.375,33.91667],[134.375,33.73333]],[[135.13333,34.05],[135.14167,34.05],[135.14167,34.04167],[135.13333,34.04167],[135.125,34.04167],[135.125,34.03333],[135.125,34.025],[135.11667,34.025],[135.11667,34.00833],[135.125,34.00833],[135.125,34],[135.10833,34],[135.10833,34.00833],[135.08333,34.00833],[135.08333,34],[135.08333,33.99167],[135.075,33.99167],[135.075,33.98333],[135.06667,33.98333],[135.05833,33.98333],[135.05833,33.975],[135.075,33.975],[135.075,33.96667],[135.06667,33.96667],[135.06667,33.94167],[135.05833,33.94167],[135.05833,33.925],[135.06667,33.925],[135.06667,33.91667],[135.06667,33.90833],[135.05,33.90833],[135.05,33.9],[135.05833,33.9],[135.05833,33.89167],[135.05,33.89167],[135.05,33.875],[135.075,33.875],[135.075,33.88333],[135.10833,33.88333],[135.10833,33.89167],[135.11667,33.89167],[135.11667,33.88333],[135.14167,33.88333],[135.14167,33.875],[135.15,33.875],[135.15,33.86667],[135.14167,33.86667],[135.14167,33.85],[135.15833,33.85],[135.15833,33.84167],[135.16667,33.84167],[135.16667,33.825],[135.175,33.825],[135.175,33.81667],[135.18333,33.81667],[135.19167,33.81667],[135.19167,33.80833],[135.2,33.80833],[135.2,33.8],[135.21667,33.8],[135.23333,33.8],[135.23333,33.79167],[135.225,33.79167],[135.225,33.78333],[135.225,33.775],[135.23333,33.775],[135.28333,33.775],[135.28333,33.76667],[135.29167,33.76667],[135.29167,33.875],[135.25,33.875],[135.25,34],[135.20833,34],[135.20833,34.04167],[135.25833,34.04167],[135.25833,34.16667],[135.175,34.16667],[135.175,34.15833],[135.16667,34.15833],[135.16667,34.15],[135.175,34.15],[135.175,34.14167],[135.11667,34.14167],[135.11667,34.125],[135.09167,34.125],[135.09167,34.11667],[135.06667,34.11667],[135.06667,34.10833],[135.09167,34.10833],[135.09167,34.08333],[135.075,34.08333],[135.075,34.06667],[135.11667,34.06667],[135.11667,34.05833],[135.13333,34.05833],[135.13333,34.05]],[[136,33.91667],[136,33.96667],[136,34.04167],[136.08333,34.04167],[136.09167,34.04167],[136.09167,34.06667],[136.09167,34.16667],[136,34.16667],[135.875,34.16667],[135.875,34.08333],[135.875,34],[135.75,34],[135.75,33.91667],[135.89167,33.91667],[136,33.91667]],[[136.375,34.15833],[136.35,34.15833],[136.35,34.15],[136.35833,34.15],[136.35833,34.14167],[136.36667,34.14167],[136.375,34.14167],[136.375,34.15],[136.375,34.15833]],[[136.38333,34.13333],[136.38333,34.14167],[136.375,34.14167],[136.375,34.13333],[136.38333,34.13333]],[[136.375,34.175],[136.38333,34.175],[136.38333,34.2],[136.38333,34.25],[136.30833,34.25],[136.30833,34.20833],[136.25,34.20833],[136.25,34.14167],[136.16667,34.14167],[136.16667,34.08333],[136.26667,34.08333],[136.26667,34.075],[136.3,34.075],[136.3,34.08333],[136.30833,34.08333],[136.30833,34.09167],[136.30833,34.1],[136.31667,34.1],[136.31667,34.10833],[136.325,34.10833],[136.325,34.11667],[136.325,34.125],[136.31667,34.125],[136.3,34.125],[136.3,34.14167],[136.325,34.14167],[136.325,34.15],[136.30833,34.15],[136.30833,34.15833],[136.31667,34.15833],[136.33333,34.15833],[136.33333,34.175],[136.34167,34.175],[136.34167,34.19167],[136.35,34.19167],[136.35,34.18333],[136.375,34.18333],[136.375,34.175]],[[136.91667,34.375],[136.91667,34.38333],[136.925,34.38333],[136.925,34.4],[136.775,34.4],[136.775,34.36667],[136.675,34.36667],[136.675,34.31667],[136.675,34.28333],[136.68333,34.28333],[136.68333,34.275],[136.69167,34.275],[136.69167,34.28333],[136.71667,34.28333],[136.71667,34.29167],[136.725,34.29167],[136.725,34.3],[136.73333,34.3],[136.73333,34.29167],[136.75,34.29167],[136.75,34.33333],[136.88333,34.33333],[136.88333,34.34167],[136.9,34.34167],[136.9,34.35],[136.90833,34.35],[136.90833,34.35833],[136.91667,34.35833],[136.91667,34.36667],[136.90833,34.36667],[136.90833,34.375],[136.91667,34.375]],[[136.15833,34.55],[136.075,34.55],[136.075,34.55833],[136.075,34.575],[136.05833,34.575],[136.05,34.575],[136.04167,34.575],[136.04167,34.5],[136.04167,34.41667],[136.05,34.41667],[136.08333,34.41667],[136.10833,34.41667],[136.10833,34.43333],[136.10833,34.44167],[136.10833,34.45],[136.18333,34.45],[136.2,34.45],[136.20833,34.45],[136.20833,34.475],[136.20833,34.51667],[136.15833,34.51667],[136.15833,34.55]],[[137.34167,35.56667],[137.39167,35.56667],[137.40833,35.56667],[137.40833,35.61667],[137.40833,35.63333],[137.40833,35.66667],[137.4,35.66667],[137.36667,35.66667],[137.36667,35.69167],[137.35,35.69167],[137.33333,35.69167],[137.33333,35.70833],[137.30833,35.70833],[137.25,35.70833],[137.25,35.675],[137.19167,35.675],[137.15833,35.675],[137.15833,35.64167],[137.15833,35.625],[137.05833,35.625],[137.05833,35.55833],[137.06667,35.55833],[137.10833,35.55833],[137.10833,35.525],[137.13333,35.525],[137.14167,35.525],[137.34167,35.525],[137.34167,35.55],[137.34167,35.56667]],[[136.15851,35.83331],[136.125,35.83333],[136.125,35.76667],[136.125,35.75],[136.25,35.75],[136.25,35.83333],[136.15851,35.83331]],[[139.06667,36.64167],[139.025,36.64167],[139,36.64167],[139,36.56667],[139.03333,36.56667],[139.03333,36.55],[139.03333,36.5],[139.075,36.5],[139.125,36.5],[139.125,36.53333],[139.125,36.64167],[139.06667,36.64167]],[[136.71667,36.8],[136.71667,36.79167],[136.71667,36.78333],[136.70833,36.78333],[136.70833,36.76667],[136.78333,36.76667],[136.79167,36.76667],[136.8,36.76667],[136.80833,36.76667],[136.81667,36.76667],[136.825,36.76667],[136.83333,36.76667],[136.83333,36.75833],[136.83333,36.75],[136.84167,36.75],[136.85,36.75],[136.85833,36.75],[136.86667,36.75],[136.875,36.75],[136.875,36.85],[136.875,36.85833],[136.875,36.86667],[136.875,36.875],[136.875,36.89167],[136.83333,36.89167],[136.825,36.89167],[136.81667,36.89167],[136.80833,36.89167],[136.8,36.89167],[136.79167,36.89167],[136.75833,36.89167],[136.75833,36.875],[136.75,36.875],[136.75,36.86667],[136.75,36.85833],[136.75,36.85],[136.74167,36.85],[136.74167,36.84167],[136.74167,36.83333],[136.73333,36.83333],[136.73333,36.825],[136.73333,36.81667],[136.725,36.81667],[136.725,36.80833],[136.725,36.8],[136.71667,36.8]],[[139.73333,35.30833],[139.75,35.30833],[139.75,35.31667],[139.73333,35.31667],[139.73333,35.30833]],[[139.25,35.29167],[139.29167,35.29167],[139.29167,35.3],[139.325,35.3],[139.325,35.30833],[139.35,35.30833],[139.40833,35.30833],[139.40833,35.3],[139.425,35.3],[139.425,35.31667],[139.45833,35.31667],[139.45833,35.30833],[139.46667,35.30833],[139.46667,35.29167],[139.49167,35.29167],[139.49167,35.3],[139.54167,35.3],[139.54167,35.29167],[139.55,35.29167],[139.55,35.28333],[139.55833,35.28333],[139.55833,35.275],[139.55,35.275],[139.55,35.26667],[139.55833,35.26667],[139.55833,35.25833],[139.575,35.25833],[139.575,35.24167],[139.59167,35.24167],[139.59167,35.21667],[139.6,35.21667],[139.6,35.2],[139.58333,35.2],[139.58333,35.19167],[139.6,35.19167],[139.6,35.18333],[139.60833,35.18333],[139.60833,35.16667],[139.6,35.16667],[139.6,35.13333],[139.60833,35.13333],[139.60833,35.125],[139.63333,35.125],[139.63333,35.13333],[139.68333,35.13333],[139.68333,35.15],[139.69167,35.15],[139.69167,35.15833],[139.675,35.15833],[139.675,35.16667],[139.66667,35.16667],[139.66667,35.19167],[139.675,35.19167],[139.675,35.2],[139.68333,35.2],[139.68333,35.19167],[139.7,35.19167],[139.7,35.20833],[139.74167,35.20833],[139.74167,35.21667],[139.73333,35.21667],[139.73333,35.23333],[139.74167,35.23333],[139.74167,35.25],[139.75,35.25],[139.75,35.26667],[139.73333,35.26667],[139.73333,35.275],[139.725,35.275],[139.725,35.26667],[139.69167,35.26667],[139.69167,35.28333],[139.7,35.28333],[139.7,35.275],[139.70833,35.275],[139.70833,35.28333],[139.7,35.28333],[139.7,35.29167],[139.68333,35.29167],[139.68333,35.3],[139.675,35.3],[139.675,35.30833],[139.65833,35.30833],[139.65833,35.31667],[139.68333,35.31667],[139.68333,35.325],[139.66667,35.325],[139.66667,35.33333],[139.65833,35.33333],[139.65833,35.375],[139.66667,35.375],[139.66667,35.39167],[139.64167,35.39167],[139.64167,35.4],[139.65,35.4],[139.65,35.40833],[139.65833,35.40833],[139.65833,35.4],[139.66667,35.4],[139.66667,35.39167],[139.69167,35.39167],[139.69167,35.4],[139.7,35.4],[139.7,35.41667],[139.69167,35.41667],[139.69167,35.44167],[139.7,35.44167],[139.7,35.45],[139.70833,35.45],[139.70833,35.45833],[139.725,35.45833],[139.725,35.46667],[139.74167,35.46667],[139.74167,35.475],[139.75833,35.475],[139.75833,35.48333],[139.78333,35.48333],[139.78333,35.5],[139.8,35.5],[139.8,35.50833],[139.80833,35.50833],[139.80833,35.51667],[139.81667,35.51667],[139.81667,35.525],[139.825,35.525],[139.825,35.53333],[139.83333,35.53333],[139.83333,35.55],[139.81667,35.55],[139.81667,35.54167],[139.80833,35.54167],[139.80833,35.55833],[139.8,35.55833],[139.8,35.56667],[139.79167,35.56667],[139.79167,35.575],[139.79167,35.58333],[139.80833,35.58333],[139.80833,35.575],[139.825,35.575],[139.825,35.58333],[139.83333,35.58333],[139.83333,35.60833],[139.84167,35.60833],[139.84167,35.63333],[139.85833,35.63333],[139.85833,35.625],[139.86667,35.625],[139.86667,35.61667],[139.89167,35.61667],[139.89167,35.60833],[139.9,35.60833],[139.9,35.61667],[139.91667,35.61667],[139.91667,35.625],[139.93333,35.625],[139.93333,35.63333],[139.94167,35.63333],[139.94167,35.65],[139.93333,35.65],[139.93333,35.65833],[139.94167,35.65833],[139.94167,35.66667],[139.975,35.66667],[139.975,35.65],[140.01667,35.65],[140.01667,35.64167],[140.025,35.64167],[140.025,35.63333],[140.03333,35.63333],[140.03333,35.625],[140.05,35.625],[140.05,35.61667],[140.05833,35.61667],[140.05833,35.60833],[140.06667,35.60833],[140.06667,35.6],[140.075,35.6],[140.075,35.575],[140.08333,35.575],[140.08333,35.56667],[140.06667,35.56667],[140.06676,35.55821],[140.05833,35.55833],[140.05833,35.54167],[140.05,35.54167],[140.05,35.53333],[140.04167,35.53333],[140.04167,35.525],[140.03333,35.525],[140.03333,35.51667],[140.025,35.51667],[140.025,35.5],[140.01667,35.5],[140.01667,35.49167],[140.00833,35.49167],[140.00833,35.48333],[139.99167,35.48333],[139.99167,35.475],[139.95827,35.47493],[139.95833,35.45833],[139.925,35.45833],[139.925,35.45],[139.9,35.45],[139.9,35.45833],[139.89167,35.45833],[139.89167,35.46667],[139.86667,35.46667],[139.86667,35.45833],[139.875,35.45833],[139.875,35.45],[139.88333,35.45],[139.88333,35.44167],[139.875,35.44167],[139.875,35.4],[139.88333,35.4],[139.88333,35.38333],[139.85833,35.38333],[139.85833,35.375],[139.85,35.375],[139.85,35.38333],[139.84167,35.38333],[139.84167,35.375],[139.83333,35.375],[139.83333,35.35833],[139.825,35.35833],[139.825,35.35],[139.81667,35.35],[139.81667,35.33333],[139.80833,35.33333],[139.80833,35.325],[139.76667,35.325],[139.76667,35.31667],[139.76667,35.30833],[139.8,35.30833],[139.8,35.3],[139.825,35.3],[139.825,35.29167],[139.84167,35.29167],[139.84167,35.275],[139.85833,35.275],[139.90833,35.275],[139.93333,35.275],[139.93333,35.29167],[139.95,35.29167],[139.96667,35.29167],[139.96667,35.35],[140.05833,35.35],[140.05833,35.375],[140.05833,35.43333],[140.125,35.43333],[140.14167,35.43333],[140.14167,35.45],[140.14167,35.49167],[140.19167,35.49167],[140.19167,35.525],[140.225,35.525],[140.225,35.75],[140.15,35.75],[140.15,35.775],[140.11667,35.775],[140.11667,35.91667],[140.09167,35.91667],[140,35.91667],[140,35.94167],[139.95,35.94167],[139.94167,35.94167],[139.925,35.94167],[139.925,35.96667],[139.875,35.96667],[139.875,36],[139.8,36],[139.8,36.06667],[139.625,36.06667],[139.625,36.05],[139.6,36.05],[139.56667,36.05],[139.56667,36.025],[139.525,36.025],[139.49167,36.025],[139.49167,35.99167],[139.425,35.99167],[139.425,35.95833],[139.4,35.95833],[139.38333,35.95833],[139.38333,35.89167],[139.36667,35.89167],[139.36667,35.85833],[139.35833,35.85833],[139.35833,35.825],[139.33333,35.825],[139.325,35.825],[139.325,35.81667],[139.325,35.8],[139.29167,35.8],[139.29167,35.775],[139.275,35.775],[139.275,35.71667],[139.24167,35.71667],[139.24167,35.58333],[139.24167,35.575],[139.28333,35.575],[139.29167,35.575],[139.29167,35.55],[139.31667,35.55],[139.31667,35.51667],[139.35,35.51667],[139.35,35.5],[139.25,35.5],[139.25,35.41667],[139.125,35.41667],[139.125,35.35],[139.125,35.26667],[139.125,35.14167],[139.14167,35.14167],[139.14167,35.13333],[139.16667,35.13333],[139.16667,35.15],[139.15,35.15],[139.15,35.175],[139.14167,35.175],[139.14167,35.2],[139.15,35.2],[139.15,35.23333],[139.15833,35.23333],[139.15833,35.24167],[139.175,35.24167],[139.175,35.25],[139.18333,35.25],[139.18333,35.25833],[139.2,35.25833],[139.2,35.26667],[139.20833,35.26667],[139.20833,35.275],[139.23333,35.275],[139.23333,35.28333],[139.25,35.28333],[139.25,35.29167]],[[139.83333,35.5],[139.83333,35.48333],[139.84167,35.48333],[139.84167,35.5],[139.83333,35.5]],[[140.625,36.6],[140.625,36.63333],[140.63333,36.63333],[140.63333,36.64167],[140.65,36.64167],[140.65,36.66667],[140.5,36.66667],[140.5,36.59167],[140.60833,36.59167],[140.60833,36.6],[140.625,36.6]],[[140.98333,38.19167],[140.98333,38.2],[140.98333,38.20833],[140.99167,38.20833],[140.99167,38.21667],[141,38.21667],[141,38.225],[141,38.23333],[141.00833,38.23333],[141.00833,38.24167],[141.01667,38.24167],[141.01667,38.25],[141.025,38.25],[141.025,38.25833],[141.05,38.25833],[141.05,38.25],[141.05833,38.25],[141.05833,38.25833],[141.075,38.25833],[141.075,38.26667],[141.06667,38.26667],[141.06667,38.275],[141.06667,38.28333],[141.075,38.28333],[141.075,38.275],[141.08333,38.275],[141.08333,38.28333],[141.09167,38.28333],[141.09167,38.29167],[141.1,38.29167],[141.10833,38.29167],[141.10833,38.3],[141.10833,38.30833],[141.11667,38.30833],[141.125,38.30833],[141.125,38.325],[141.13333,38.325],[141.13333,38.32061],[141.13333,38.31667],[141.14167,38.31667],[141.15,38.31667],[141.15833,38.31667],[141.15833,38.30833],[141.16667,38.30833],[141.16667,38.31667],[141.175,38.31667],[141.175,38.30833],[141.18333,38.30833],[141.19167,38.30833],[141.19167,38.31667],[141.19167,38.325],[141.18333,38.325],[141.18333,38.33333],[141.18333,38.34167],[141.18333,38.35],[141.18333,38.35833],[141.175,38.35833],[141.16667,38.35833],[141.16667,38.36667],[141.175,38.36667],[141.18333,38.36667],[141.18333,38.375],[141.19167,38.375],[141.19167,38.38333],[141.2,38.38333],[141.20833,38.38333],[141.20833,38.39167],[141.21667,38.39167],[141.225,38.39167],[141.23333,38.39167],[141.23333,38.4],[141.24167,38.4],[141.25,38.4],[141.25,38.40833],[141.25,38.41667],[141.25,38.425],[141.25833,38.425],[141.26667,38.425],[141.26667,38.43333],[141.26667,38.44167],[141.25833,38.44167],[141.25833,38.45],[141.25,38.45],[141.25,38.45833],[141.24167,38.45833],[141.24167,38.46667],[141.24167,38.475],[141.23333,38.475],[141.225,38.475],[141.21667,38.475],[141.20833,38.475],[141.2,38.475],[141.19167,38.475],[141.18333,38.475],[141.175,38.475],[141.16667,38.475],[141.15833,38.475],[141.15,38.475],[141.14167,38.475],[141.13333,38.475],[141.125,38.475],[141.11667,38.475],[141.10833,38.475],[141.10833,38.45833],[141.04167,38.45833],[141.04167,38.40833],[141.01667,38.40833],[141.01667,38.375],[140.93333,38.375],[140.93333,38.28333],[140.85833,38.28333],[140.85833,38.225],[140.85,38.225],[140.84167,38.225],[140.83333,38.225],[140.825,38.225],[140.81667,38.225],[140.80833,38.225],[140.8,38.225],[140.79167,38.225],[140.78333,38.225],[140.78333,38.21667],[140.78333,38.20833],[140.78333,38.2],[140.78333,38.19167],[140.78333,38.18333],[140.78333,38.175],[140.78333,38.16667],[140.78333,38.15833],[140.78333,38.15],[140.78333,38.14167],[140.78333,38.13333],[140.78333,38.125],[140.79167,38.125],[140.8,38.125],[140.80833,38.125],[140.81667,38.125],[140.825,38.125],[140.83333,38.125],[140.84167,38.125],[140.85,38.125],[140.85833,38.125],[140.86667,38.125],[140.875,38.125],[140.88333,38.125],[140.89167,38.125],[140.9,38.125],[140.90833,38.125],[140.91667,38.125],[140.925,38.125],[140.93333,38.125],[140.94167,38.125],[140.95,38.125],[140.95,38.13333],[140.95,38.14167],[140.95833,38.14167],[140.95833,38.15],[140.95833,38.15833],[140.96667,38.15833],[140.96667,38.16667],[140.975,38.16667],[140.975,38.175],[140.975,38.18333],[140.975,38.19167],[140.98333,38.19167]],[[141.55833,38.8],[141.58333,38.8],[141.58333,38.81667],[141.59167,38.81667],[141.59167,38.80833],[141.60833,38.80833],[141.60833,38.83333],[141.61667,38.83333],[141.61667,38.825],[141.625,38.825],[141.63333,38.825],[141.63333,38.83333],[141.64167,38.83333],[141.65,38.83333],[141.65,38.84167],[141.65,38.85],[141.64167,38.85],[141.64167,38.85833],[141.65,38.85833],[141.65833,38.85833],[141.65833,38.85],[141.66667,38.85],[141.675,38.85],[141.68333,38.85],[141.68333,38.85833],[141.68333,38.86667],[141.675,38.86667],[141.675,38.875],[141.675,38.88333],[141.675,38.89167],[141.68333,38.89167],[141.68333,38.9],[141.675,38.9],[141.66667,38.9],[141.66667,38.90833],[141.65833,38.90833],[141.65833,38.91667],[141.66667,38.91667],[141.66667,38.925],[141.65833,38.925],[141.65,38.925],[141.65,38.93333],[141.65,38.94167],[141.65,38.95],[141.65,38.95833],[141.65,38.96667],[141.64167,38.96667],[141.64167,38.975],[141.64167,38.98333],[141.63333,38.98333],[141.63333,38.99167],[141.63333,39],[141.64167,39],[141.65,39],[141.65833,39],[141.66667,39],[141.66667,38.99167],[141.66667,38.98333],[141.65833,38.98333],[141.65833,38.975],[141.66667,38.975],[141.66667,38.96667],[141.675,38.96667],[141.68333,38.96667],[141.68333,38.95833],[141.68333,38.95],[141.68333,38.94167],[141.69167,38.94167],[141.69167,38.93333],[141.7,38.93333],[141.70833,38.93333],[141.70833,38.925],[141.71667,38.925],[141.725,38.925],[141.725,38.93333],[141.725,38.94167],[141.73333,38.94167],[141.73333,38.95],[141.74167,38.95],[141.74167,38.95833],[141.74167,38.96667],[141.73333,38.96667],[141.725,38.96667],[141.725,38.975],[141.725,38.98333],[141.73333,38.98333],[141.73333,38.975],[141.74167,38.975],[141.75,38.975],[141.75,38.98333],[141.75,38.99167],[141.75,39],[141.75,39.00833],[141.75833,39.00833],[141.76667,39.00833],[141.76667,39.01667],[141.76667,39.025],[141.79167,39.025],[141.79167,39.01667],[141.84167,39.01667],[141.84167,39.025],[141.85833,39.025],[141.85833,39.04167],[141.84167,39.04167],[141.84167,39.05],[141.85833,39.05],[141.85833,39.05833],[141.88333,39.05833],[141.88333,39.06667],[141.875,39.06667],[141.875,39.075],[141.86667,39.075],[141.85833,39.075],[141.85,39.075],[141.85,39.08333],[141.84167,39.08333],[141.83333,39.08333],[141.825,39.08333],[141.825,39.09167],[141.81667,39.09167],[141.81667,39.1],[141.81667,39.10833],[141.825,39.10833],[141.825,39.1],[141.83333,39.1],[141.84167,39.1],[141.85,39.1],[141.85833,39.1],[141.85833,39.09167],[141.86667,39.09167],[141.875,39.09167],[141.875,39.08333],[141.88333,39.08333],[141.89167,39.08333],[141.89167,39.09167],[141.9,39.09167],[141.90833,39.09167],[141.90833,39.1],[141.91667,39.1],[141.925,39.1],[141.925,39.10833],[141.91667,39.10833],[141.91667,39.11667],[141.90833,39.11667],[141.90833,39.125],[141.9,39.125],[141.89167,39.125],[141.88333,39.125],[141.875,39.125],[141.875,39.13333],[141.875,39.14167],[141.86667,39.14167],[141.85833,39.14167],[141.85,39.14167],[141.85,39.15],[141.85833,39.15],[141.86667,39.15],[141.875,39.15],[141.88333,39.15],[141.89167,39.15],[141.89167,39.15833],[141.9,39.15833],[141.90833,39.15833],[141.90833,39.16667],[141.91667,39.16667],[141.925,39.16667],[141.925,39.175],[141.925,39.18333],[141.93333,39.18333],[141.93333,39.19167],[141.825,39.19167],[141.825,39.175],[141.81667,39.175],[141.80833,39.175],[141.8,39.175],[141.79167,39.175],[141.78333,39.175],[141.775,39.175],[141.76667,39.175],[141.75833,39.175],[141.75,39.175],[141.74167,39.175],[141.73333,39.175],[141.725,39.175],[141.71667,39.175],[141.70833,39.175],[141.7,39.175],[141.69167,39.175],[141.68333,39.175],[141.675,39.175],[141.66667,39.175],[141.65833,39.175],[141.65,39.175],[141.64167,39.175],[141.64167,39.16667],[141.64167,39.15833],[141.64167,39.15],[141.64167,39.14167],[141.64167,39.13333],[141.64167,39.125],[141.64167,39.11667],[141.64167,39.10833],[141.63333,39.10833],[141.625,39.10833],[141.61667,39.10833],[141.61667,39.1],[141.61667,39.09167],[141.61667,39.08333],[141.61667,39.06667],[141.55,39.06667],[141.55,39.025],[141.55,39.01667],[141.55,39.00833],[141.55,39],[141.55,38.99167],[141.55,38.98333],[141.55,38.975],[141.55,38.96667],[141.55,38.95833],[141.55,38.95],[141.55,38.94167],[141.5,38.94167],[141.5,38.80833],[141.475,38.80833],[141.475,38.75287],[141.475,38.75],[141.475,38.74167],[141.475,38.73333],[141.475,38.725],[141.46667,38.725],[141.45833,38.725],[141.45,38.725],[141.44167,38.725],[141.43333,38.725],[141.425,38.725],[141.41667,38.725],[141.40833,38.725],[141.40833,38.71667],[141.4,38.71667],[141.39167,38.71667],[141.38333,38.71667],[141.38333,38.70833],[141.38333,38.7],[141.38333,38.69167],[141.38333,38.68333],[141.38333,38.675],[141.38333,38.66667],[141.38333,38.65833],[141.38333,38.65],[141.39167,38.65],[141.4,38.65],[141.40833,38.65],[141.40833,38.64167],[141.40833,38.63333],[141.40833,38.625],[141.40833,38.61667],[141.40833,38.60833],[141.41667,38.60833],[141.425,38.60833],[141.43333,38.60833],[141.44167,38.60833],[141.45,38.60833],[141.45833,38.60833],[141.46667,38.60833],[141.475,38.60833],[141.475,38.61667],[141.48333,38.61667],[141.49167,38.61667],[141.5,38.61667],[141.50833,38.61667],[141.51667,38.61667],[141.51667,38.625],[141.525,38.625],[141.53333,38.625],[141.53333,38.63333],[141.53333,38.64167],[141.53333,38.65],[141.525,38.65],[141.51667,38.65],[141.50833,38.65],[141.5,38.65],[141.5,38.65833],[141.49167,38.65833],[141.48333,38.65833],[141.48333,38.65],[141.475,38.65],[141.46667,38.65],[141.45833,38.65],[141.45833,38.65833],[141.46667,38.65833],[141.46667,38.66667],[141.475,38.66667],[141.48333,38.66667],[141.49167,38.66667],[141.5,38.66667],[141.5,38.675],[141.50833,38.675],[141.50833,38.66667],[141.50833,38.65833],[141.51667,38.65833],[141.51667,38.66667],[141.51667,38.675],[141.51667,38.68333],[141.525,38.68333],[141.525,38.69167],[141.525,38.7],[141.53333,38.7],[141.53333,38.69167],[141.54167,38.69167],[141.54167,38.7],[141.55,38.7],[141.55,38.69167],[141.55,38.68333],[141.55833,38.68333],[141.56667,38.68333],[141.56667,38.69167],[141.575,38.69167],[141.575,38.7],[141.575,38.70833],[141.575,38.71667],[141.575,38.725],[141.575,38.73333],[141.575,38.74167],[141.56667,38.74167],[141.56667,38.75],[141.55833,38.75],[141.55833,38.74167],[141.55,38.74167],[141.55,38.75],[141.54167,38.75],[141.54167,38.75443],[141.54167,38.76667],[141.525,38.76667],[141.525,38.78333],[141.53333,38.78333],[141.53333,38.79167],[141.55833,38.79167],[141.55833,38.8]],[[140.83333,37.14167],[140.825,37.14167],[140.81667,37.14167],[140.80833,37.14167],[140.8,37.14167],[140.79167,37.14167],[140.775,37.14167],[140.775,36.95833],[140.70833,36.95833],[140.70833,36.86667],[140.7,36.86667],[140.7,36.8],[140.68333,36.8],[140.68333,36.75833],[140.66667,36.75833],[140.66667,36.70833],[140.68333,36.70833],[140.68333,36.7],[140.725,36.7],[140.725,36.70833],[140.75,36.70833],[140.75,36.71667],[140.74167,36.71667],[140.74167,36.725],[140.73333,36.725],[140.73333,36.74167],[140.74167,36.74167],[140.74167,36.76667],[140.75,36.76667],[140.75,36.78333],[140.75833,36.78333],[140.75833,36.79167],[140.76667,36.79167],[140.76667,36.80833],[140.775,36.80833],[140.775,36.81667],[140.79167,36.81667],[140.79167,36.825],[140.80833,36.825],[140.80833,36.84167],[140.8,36.84167],[140.8,36.84728],[140.8,36.85833],[140.80833,36.85833],[140.80833,36.86667],[140.8,36.86667],[140.79167,36.86667],[140.79167,36.875],[140.8,36.875],[140.8,36.88333],[140.8,36.89167],[140.80833,36.89167],[140.80833,36.9],[140.81667,36.9],[140.825,36.9],[140.825,36.90833],[140.83333,36.90833],[140.83333,36.9],[140.84167,36.9],[140.84167,36.90833],[140.85,36.90833],[140.85833,36.90833],[140.86667,36.90833],[140.875,36.90833],[140.875,36.91667],[140.88333,36.91667],[140.88333,36.90833],[140.88333,36.9],[140.89167,36.9],[140.89167,36.90833],[140.9,36.90833],[140.90833,36.90833],[140.90833,36.91667],[140.90833,36.925],[140.90833,36.93333],[140.91667,36.93333],[140.91667,36.925],[140.925,36.925],[140.925,36.93333],[140.93333,36.93333],[140.93333,36.94167],[140.94167,36.94167],[140.94167,36.95],[140.95,36.95],[140.95833,36.95],[140.95833,36.95833],[140.96667,36.95833],[140.975,36.95833],[140.975,36.96667],[140.975,36.975],[140.975,36.98333],[140.98333,36.98333],[140.99167,36.98333],[140.99167,36.99167],[140.99167,37],[140.98333,37],[140.98333,37.00833],[140.98333,37.01667],[140.975,37.01667],[140.975,37.025],[140.975,37.03333],[140.975,37.04167],[140.98333,37.04167],[140.98333,37.05],[140.98333,37.05833],[140.98333,37.06667],[140.98333,37.075],[140.98333,37.08333],[140.99167,37.08333],[140.99167,37.09167],[141,37.09167],[141,37.1],[141.00833,37.1],[141.00833,37.10833],[141.00833,37.11667],[141.00833,37.125],[141.00833,37.13333],[141.00833,37.14167],[141.01667,37.14167],[141.01667,37.15],[141.00833,37.15],[141.00833,37.15833],[141.00833,37.16667],[141.00833,37.175],[141.00833,37.18333],[141.00833,37.19167],[141,37.19167],[140.99167,37.19167],[140.98333,37.19167],[140.975,37.19167],[140.96667,37.19167],[140.95833,37.19167],[140.93333,37.19167],[140.93333,37.14167],[140.925,37.14167],[140.91667,37.14167],[140.90833,37.14167],[140.9,37.14167],[140.89167,37.14167],[140.88333,37.14167],[140.875,37.14167],[140.86667,37.14167],[140.85833,37.14167],[140.85,37.14167],[140.84167,37.14167],[140.83333,37.14167]],[[139.51667,38.33333],[139.51667,38.36667],[139.55833,38.36667],[139.55833,38.33333],[139.575,38.33333],[139.58333,38.33333],[139.59167,38.33333],[139.59167,38.53333],[139.59167,38.54167],[139.575,38.54167],[139.54167,38.54167],[139.54167,38.53333],[139.53333,38.53333],[139.53333,38.525],[139.525,38.525],[139.525,38.51667],[139.51667,38.51667],[139.51667,38.5],[139.50833,38.5],[139.50833,38.49167],[139.5,38.49167],[139.5,38.475],[139.49167,38.475],[139.49167,38.45833],[139.48333,38.45833],[139.48333,38.45],[139.475,38.45],[139.475,38.43333],[139.46667,38.43333],[139.46667,38.425],[139.45833,38.425],[139.45833,38.4],[139.45,38.4],[139.45,38.36667],[139.475,38.36667],[139.48333,38.36667],[139.48333,38.33333],[139.51667,38.33333]],[[140.46667,38.5],[140.46646,38.58287],[140.46667,38.59167],[140.46667,38.61667],[140.46646,38.62451],[140.46667,38.65],[140.28333,38.65],[140.28333,38.5],[140.35833,38.5],[140.375,38.5],[140.375,38.525],[140.425,38.525],[140.425,38.5],[140.46667,38.5]],[[139.95833,40.68333],[139.95,40.68333],[139.95,40.675],[139.93333,40.675],[139.93333,40.66667],[140.13333,40.66667],[140.13333,40.7],[140.15833,40.7],[140.15833,40.71667],[140.15833,40.74167],[140.13333,40.74167],[140.13333,40.75],[140.10833,40.75],[140.10833,40.75833],[140.1,40.75833],[140.09167,40.75833],[140.09167,40.76667],[140.06667,40.76667],[140.06667,40.775],[140.04167,40.775],[140.04167,40.76667],[140.025,40.76667],[140.025,40.75833],[140.01667,40.75833],[140.01667,40.75],[139.99167,40.75],[139.99167,40.74167],[139.98333,40.74167],[139.98333,40.725],[139.975,40.725],[139.975,40.70833],[139.95833,40.70833],[139.95833,40.68333]],[[141.80833,40.125],[141.76668,40.12499],[141.76667,40.08333],[141.83333,40.08333],[141.83333,40.10833],[141.84167,40.10833],[141.84167,40.11667],[141.84167,40.125],[141.85,40.125],[141.85,40.13333],[141.80833,40.13333],[141.80833,40.125]],[[142.8,42.14167],[142.80833,42.14167],[142.80833,42.13333],[142.825,42.13333],[142.825,42.16667],[143,42.16667],[143,42.33333],[142.975,42.33333],[142.975,42.325],[142.74167,42.325],[142.74167,42.33333],[142.5,42.33333],[142.5,42.33883],[142.5,42.5],[142.25,42.5],[142.25,42.66667],[142.10833,42.66667],[142.10833,42.65],[142.09167,42.65],[142.09167,42.54167],[142.09167,42.525],[141.96667,42.525],[141.96667,42.51667],[141.975,42.51667],[141.975,42.50833],[142,42.50833],[142,42.5],[142.00833,42.5],[142.00833,42.49167],[142.00833,42.48333],[142.01667,42.48333],[142.025,42.48333],[142.025,42.475],[142.06667,42.475],[142.06667,42.46667],[142.125,42.46667],[142.13333,42.46667],[142.13333,42.45833],[142.16667,42.45833],[142.16667,42.45],[142.18333,42.45],[142.18333,42.44167],[142.2,42.44167],[142.2,42.425],[142.21667,42.425],[142.21667,42.41667],[142.21667,42.40833],[142.24167,42.40833],[142.24167,42.4],[142.25,42.4],[142.25,42.38333],[142.26667,42.38333],[142.26667,42.375],[142.275,42.375],[142.275,42.36667],[142.29167,42.36667],[142.29167,42.35833],[142.30833,42.35833],[142.30833,42.35],[142.325,42.35],[142.325,42.34167],[142.33333,42.34167],[142.34167,42.34167],[142.34167,42.33333],[142.35833,42.33333],[142.35833,42.325],[142.36667,42.325],[142.36667,42.31667],[142.38333,42.31667],[142.38333,42.30833],[142.4,42.30833],[142.4,42.3],[142.41667,42.3],[142.425,42.3],[142.44167,42.3],[142.44167,42.29167],[142.45,42.29167],[142.45,42.28333],[142.45833,42.28333],[142.45833,42.275],[142.46667,42.275],[142.46667,42.26667],[142.475,42.26667],[142.48333,42.26667],[142.48333,42.25833],[142.49167,42.25833],[142.5,42.25833],[142.5,42.26667],[142.50833,42.26667],[142.50833,42.25833],[142.51667,42.25833],[142.51667,42.25],[142.525,42.25],[142.53333,42.25],[142.54167,42.25],[142.54167,42.24167],[142.58333,42.24167],[142.58333,42.23333],[142.6,42.23333],[142.6,42.225],[142.60833,42.225],[142.60833,42.21667],[142.63333,42.21667],[142.63333,42.20833],[142.64167,42.20833],[142.64167,42.2],[142.65,42.2],[142.65,42.19167],[142.65833,42.19167],[142.65833,42.18333],[142.66667,42.18333],[142.69167,42.18333],[142.69167,42.175],[142.70833,42.175],[142.70833,42.18333],[142.71667,42.18333],[142.71667,42.175],[142.725,42.175],[142.725,42.16667],[142.74167,42.16667],[142.75,42.16667],[142.75,42.15833],[142.775,42.15833],[142.775,42.15],[142.8,42.15],[142.8,42.14167]],[[143.46667,42.5],[143.46667,42.50833],[143.475,42.50833],[143.475,42.51667],[143.48333,42.51667],[143.48333,42.525],[143.225,42.525],[143.225,42.25833],[143.31667,42.25833],[143.31667,42.275],[143.33333,42.275],[143.33333,42.28333],[143.33333,42.29167],[143.35,42.29167],[143.35,42.3],[143.35833,42.3],[143.35833,42.30833],[143.33333,42.30833],[143.33333,42.31667],[143.34167,42.31667],[143.34167,42.33333],[143.35,42.33333],[143.35,42.35],[143.35833,42.35],[143.35833,42.36667],[143.36667,42.36667],[143.36667,42.375],[143.375,42.375],[143.375,42.39167],[143.38333,42.39167],[143.38333,42.4],[143.39167,42.4],[143.39167,42.41667],[143.4,42.41667],[143.4,42.425],[143.40833,42.425],[143.40833,42.44167],[143.41667,42.44167],[143.41667,42.45],[143.425,42.45],[143.425,42.45833],[143.43333,42.45833],[143.43333,42.46667],[143.44167,42.46667],[143.44167,42.475],[143.44167,42.48333],[143.45,42.48333],[143.45,42.49167],[143.45833,42.49167],[143.45833,42.5],[143.46667,42.5]],[[143.70833,42.725],[143.725,42.725],[143.725,42.73333],[143.73333,42.73333],[143.73333,42.74167],[143.73333,42.84167],[143.625,42.84167],[143.625,42.71667],[143.7,42.71667],[143.70833,42.71667],[143.70833,42.725]],[[144.825,43.01667],[144.825,43.00833],[144.85,43.00833],[144.85,42.99167],[144.88333,42.99167],[144.88333,43.1],[144.76667,43.1],[144.76667,43.03333],[144.775,43.03333],[144.775,43.04167],[144.8,43.04167],[144.8,43.05],[144.80833,43.05],[144.825,43.05],[144.83333,43.05],[144.83333,43.04167],[144.825,43.04167],[144.825,43.03333],[144.83333,43.03333],[144.83333,43.01667],[144.825,43.01667]],[[140.3,42.83333],[140.74167,42.83333],[140.74167,42.875],[140.71667,42.875],[140.71667,42.925],[140.38333,42.925],[140.38333,42.91667],[140.375,42.91667],[140.375,42.9],[140.36667,42.9],[140.36667,42.89167],[140.35833,42.89167],[140.35833,42.88333],[140.35,42.88333],[140.35,42.86667],[140.34167,42.86667],[140.34167,42.85833],[140.33333,42.85833],[140.33333,42.85],[140.31667,42.85],[140.31667,42.84167],[140.3,42.84167],[140.3,42.83333]],[[145.55,43.33333],[145.55,43.325],[145.54167,43.325],[145.54167,43.31667],[145.525,43.31667],[145.525,43.25833],[145.56667,43.25833],[145.56667,43.26667],[145.59167,43.26667],[145.59167,43.275],[145.6,43.275],[145.6,43.28333],[145.60833,43.28333],[145.60833,43.29167],[145.61667,43.29167],[145.61667,43.3],[145.625,43.3],[145.625,43.31667],[145.63333,43.31667],[145.66667,43.31667],[145.66667,43.3],[145.65833,43.3],[145.65833,43.29167],[145.66667,43.29167],[145.675,43.29167],[145.68333,43.29167],[145.68333,43.3],[145.68333,43.30833],[145.68333,43.375],[145.61667,43.375],[145.61667,43.36667],[145.60833,43.36667],[145.60833,43.35833],[145.58333,43.35833],[145.58333,43.35],[145.56667,43.35],[145.56667,43.33333],[145.55,43.33333]]],"terms_url":"https://www.gsi.go.jp/kikakuchousei/kikakuchousei40182.html","terms_text":"GSI Japan","description":"Updated imagery of Japan GSI airphoto, 2019."},{"id":"gsi.go.jp_airphoto_2020","name":"Japan GSI airphoto Imagery/update 2020","type":"tms","template":"https://cyberjapandata.gsi.go.jp/xyz/nendophoto2020/{zoom}/{x}/{y}.png","category":"photo","endDate":"2021-03-31T00:00:00.000Z","startDate":"2020-04-01T00:00:00.000Z","zoomExtent":[14,18],"polygon":[[[131.06667,31.45],[131.08333,31.45],[131.08333,31.44167],[131.09167,31.44167],[131.09167,31.43333],[131.1,31.43333],[131.1,31.44167],[131.10833,31.44167],[131.10833,31.45],[131.11667,31.45],[131.11667,31.46667],[131.125,31.46667],[131.125,31.45833],[131.15833,31.45833],[131.15833,31.45],[131.16667,31.45],[131.16667,31.44167],[131.18333,31.44167],[131.18333,31.45],[131.19167,31.45],[131.19167,31.44167],[131.2,31.44167],[131.20833,31.44167],[131.20833,31.41667],[131.225,31.41667],[131.23333,31.41667],[131.23333,31.40833],[131.225,31.40833],[131.225,31.4],[131.23333,31.4],[131.23333,31.39167],[131.24167,31.39167],[131.24167,31.38333],[131.25,31.38333],[131.25,31.375],[131.29167,31.375],[131.29167,31.38333],[131.30833,31.38333],[131.30833,31.36667],[131.31667,31.36667],[131.31667,31.35833],[131.325,31.35833],[131.325,31.35],[131.33333,31.35],[131.33333,31.35833],[131.35833,31.35833],[131.35833,31.375],[131.35,31.375],[131.35,31.38333],[131.34167,31.38333],[131.34167,31.39167],[131.35,31.39167],[131.35,31.40833],[131.35833,31.40833],[131.35833,31.41667],[131.375,31.41667],[131.375,31.44167],[131.38333,31.44167],[131.38333,31.45],[131.39167,31.45],[131.39167,31.45833],[131.36667,31.45833],[131.36667,31.46667],[131.375,31.46667],[131.375,31.475],[131.38333,31.475],[131.38333,31.46667],[131.4,31.46667],[131.4,31.48333],[131.39167,31.48333],[131.39167,31.5],[131.4,31.5],[131.4,31.50833],[131.39167,31.50833],[131.39167,31.53333],[131.4,31.53333],[131.4,31.51667],[131.40833,31.51667],[131.40833,31.50833],[131.41667,31.50833],[131.41667,31.5],[131.43333,31.5],[131.43333,31.50833],[131.425,31.50833],[131.425,31.53333],[131.41667,31.53333],[131.41667,31.54167],[131.425,31.54167],[131.425,31.56667],[131.41667,31.56667],[131.41667,31.59167],[131.425,31.59167],[131.425,31.6],[131.43333,31.6],[131.43333,31.60833],[131.45,31.60833],[131.45,31.61667],[131.45833,31.61667],[131.45833,31.625],[131.46667,31.625],[131.46667,31.64167],[131.475,31.64167],[131.475,31.65833],[131.46667,31.65833],[131.46667,31.68333],[131.475,31.68333],[131.475,31.69167],[131.475,31.7],[131.46667,31.7],[131.46667,31.70833],[131.475,31.70833],[131.475,31.725],[131.31667,31.725],[131.31667,31.50833],[131.15833,31.50833],[130.94167,31.50833],[130.94167,31.3],[130.78333,31.3],[130.78333,31.29167],[130.79167,31.29167],[130.79167,31.28333],[130.78333,31.28333],[130.78333,31.25],[130.775,31.25],[130.775,31.24167],[130.76667,31.24167],[130.76667,31.23333],[130.75833,31.23333],[130.75833,31.225],[130.75,31.225],[130.75,31.19167],[130.75833,31.19167],[130.75833,31.16667],[130.75,31.16667],[130.75,31.15],[130.74167,31.15],[130.74167,31.13333],[130.73333,31.13333],[130.73333,31.125],[130.725,31.125],[130.725,31.11667],[130.7,31.11667],[130.7,31.10833],[130.69167,31.10833],[130.69167,31.1],[130.68333,31.1],[130.68333,31.09167],[130.65833,31.09167],[130.65833,31.08333],[130.65,31.08333],[130.65,31.06667],[130.66667,31.06667],[130.66667,31.05],[130.66667,31.04167],[130.675,31.04167],[130.675,31.03333],[130.66667,31.03333],[130.66667,31.025],[130.65833,31.025],[130.65833,31.00833],[130.65,31.00833],[130.65,30.98333],[130.65833,30.98333],[130.66667,30.98333],[130.66667,30.99167],[130.675,30.99167],[130.675,31],[130.69167,31],[130.69167,31.01667],[130.7,31.01667],[130.7,31.025],[130.725,31.025],[130.725,31.04167],[130.74167,31.04167],[130.74167,31.05],[130.76667,31.05],[130.76667,31.05833],[130.78333,31.05833],[130.78333,31.06667],[130.8,31.06667],[130.8,31.075],[130.80833,31.075],[130.80833,31.08333],[130.85833,31.08333],[130.85833,31.09167],[130.88333,31.09167],[130.88333,31.1],[130.9,31.1],[130.9,31.10833],[130.925,31.10833],[130.925,31.11667],[130.94167,31.11667],[130.94167,31.125],[130.95833,31.125],[130.95833,31.13333],[130.96667,31.13333],[130.96667,31.14167],[130.98333,31.14167],[130.98333,31.16667],[131,31.16667],[131,31.175],[130.99167,31.175],[130.99167,31.18333],[131.00833,31.18333],[131.00833,31.19167],[131.01667,31.19167],[131.01667,31.225],[131.04167,31.225],[131.04167,31.21667],[131.05833,31.21667],[131.05833,31.225],[131.075,31.225],[131.075,31.23333],[131.08333,31.23333],[131.08333,31.24167],[131.09167,31.24167],[131.09167,31.25],[131.10833,31.25],[131.10833,31.25833],[131.11667,31.25833],[131.11667,31.26667],[131.13333,31.26667],[131.13333,31.29167],[131.11667,31.29167],[131.11667,31.28333],[131.075,31.28333],[131.075,31.29167],[131.09167,31.29167],[131.09167,31.3],[131.1,31.3],[131.1,31.30833],[131.10833,31.30833],[131.10833,31.325],[131.11667,31.325],[131.11667,31.33333],[131.10833,31.33333],[131.10833,31.34167],[131.075,31.34167],[131.075,31.35],[131.05,31.35],[131.05,31.35833],[131.04167,31.35833],[131.04167,31.38333],[131.025,31.38333],[131.025,31.4],[131.03333,31.4],[131.03333,31.40833],[131.04167,31.40833],[131.04167,31.425],[131.05,31.425],[131.05,31.43333],[131.05833,31.43333],[131.05833,31.44167],[131.06667,31.44167],[131.06667,31.45]],[[131.125,31.44167],[131.10833,31.44167],[131.10833,31.425],[131.11667,31.425],[131.11667,31.41667],[131.125,31.41667],[131.125,31.44167]],[[131.6,32.3],[131.6,32.31667],[131.60833,32.31667],[131.60833,32.325],[131.61667,32.325],[131.61667,32.31667],[131.63333,32.31667],[131.63333,32.34167],[131.6,32.34167],[131.6,32.39167],[131.50833,32.39167],[131.5084,32.3667],[131.46667,32.36667],[131.46667,32.25],[131.44167,32.25],[131.44167,32.15833],[131.40833,32.15833],[131.40833,32.04167],[131.51667,32.04167],[131.51667,32.075],[131.525,32.075],[131.525,32.1],[131.53333,32.1],[131.53333,32.10833],[131.54167,32.10833],[131.54167,32.15],[131.55,32.15],[131.55,32.16667],[131.55833,32.16667],[131.55833,32.2],[131.56667,32.2],[131.56667,32.21667],[131.575,32.21667],[131.575,32.23333],[131.58333,32.23333],[131.58333,32.28333],[131.59167,32.28333],[131.59167,32.3],[131.6,32.3]],[[132.50833,32.74167],[132.50833,32.73333],[132.525,32.73333],[132.525,32.74167],[132.50833,32.74167]],[[132.55833,32.70833],[132.575,32.70833],[132.575,32.74167],[132.575,32.75],[132.55833,32.75],[132.55833,32.76667],[132.56667,32.76667],[132.56667,32.775],[132.55,32.775],[132.55,32.75833],[132.54167,32.75833],[132.54167,32.73333],[132.53333,32.73333],[132.53333,32.71667],[132.54167,32.71667],[132.54167,32.70833],[132.53333,32.70833],[132.53333,32.71667],[132.525,32.71667],[132.525,32.70833],[132.525,32.7],[132.55833,32.7],[132.55833,32.70833]],[[132.59167,32.74167],[132.60833,32.74167],[132.60833,32.75],[132.59167,32.75],[132.59167,32.74167]],[[132.48333,32.75],[132.48333,32.74167],[132.475,32.74167],[132.475,32.73333],[132.5,32.73333],[132.5,32.75],[132.49167,32.75],[132.49167,32.76667],[132.475,32.76667],[132.475,32.75],[132.48333,32.75]],[[132.50833,32.8],[132.50833,32.80833],[132.475,32.80833],[132.475,32.79167],[132.5,32.79167],[132.5,32.8],[132.50833,32.8]],[[132.74167,32.76667],[132.74167,32.75833],[132.75,32.75833],[132.75,32.75],[132.78333,32.75],[132.78333,32.74167],[132.80833,32.74167],[132.80833,32.95833],[132.69167,32.95833],[132.69167,32.90833],[132.69167,32.89167],[132.68333,32.89167],[132.68333,32.88333],[132.68333,32.875],[132.675,32.875],[132.66667,32.875],[132.66667,32.86667],[132.65833,32.86667],[132.65833,32.85833],[132.65,32.85833],[132.65,32.85],[132.65833,32.85],[132.65833,32.84167],[132.64167,32.84167],[132.64167,32.825],[132.64167,32.81667],[132.63333,32.81667],[132.63333,32.80833],[132.625,32.80833],[132.625,32.78333],[132.63333,32.78333],[132.63333,32.775],[132.61667,32.775],[132.61667,32.74167],[132.625,32.74166],[132.625,32.75],[132.63333,32.75],[132.63333,32.75833],[132.65833,32.75833],[132.65833,32.775],[132.69167,32.775],[132.69167,32.78333],[132.70833,32.78333],[132.70833,32.79167],[132.71667,32.79167],[132.71667,32.775],[132.725,32.775],[132.725,32.76667],[132.74167,32.76667]],[[132.36667,33.45],[132.36667,33.45833],[132.35833,33.45833],[132.35833,33.475],[132.36667,33.475],[132.36667,33.46667],[132.38333,33.46667],[132.38333,33.51667],[132.34167,33.51667],[132.34167,33.50833],[132.325,33.50833],[132.325,33.5],[132.3,33.5],[132.3,33.49167],[132.28333,33.49167],[132.28333,33.48333],[132.26667,33.48333],[132.26667,33.475],[132.25,33.475],[132.25,33.46667],[132.225,33.46667],[132.225,33.45833],[132.21667,33.45833],[132.21667,33.45],[132.20833,33.45],[132.20833,33.45833],[132.19167,33.45833],[132.19167,33.45],[132.16667,33.45],[132.16667,33.44167],[132.14167,33.44167],[132.14167,33.425],[132.10833,33.425],[132.10833,33.41667],[132.1,33.41667],[132.1,33.40833],[132.08333,33.40833],[132.08333,33.4],[132.075,33.4],[132.075,33.39167],[132.06667,33.39167],[132.06667,33.38333],[132.05,33.38333],[132.05,33.375],[132.03333,33.375],[132.03333,33.36667],[132.025,33.36667],[132.025,33.35],[132.00833,33.35],[132.00833,33.33333],[132.01667,33.33333],[132.01667,33.34167],[132.04167,33.34167],[132.04167,33.35],[132.05833,33.35],[132.05833,33.36667],[132.075,33.36667],[132.075,33.375],[132.09167,33.375],[132.09167,33.38333],[132.1,33.38333],[132.1,33.375],[132.1,33.35833],[132.13333,33.35833],[132.13333,33.36667],[132.15833,33.36667],[132.15833,33.39167],[132.175,33.39167],[132.175,33.4],[132.18333,33.4],[132.18333,33.40833],[132.20833,33.40833],[132.20833,33.41667],[132.225,33.41667],[132.24167,33.41667],[132.24167,33.425],[132.25,33.425],[132.25,33.43333],[132.26667,33.43333],[132.26667,33.44167],[132.28333,33.44167],[132.28333,33.45],[132.29167,33.45],[132.29167,33.45833],[132.3,33.45833],[132.3,33.46667],[132.30833,33.46667],[132.30833,33.45],[132.325,33.45],[132.325,33.46667],[132.34167,33.46667],[132.34167,33.45],[132.35833,33.45],[132.36667,33.45]],[[133.39167,33.4],[133.39167,33.39167],[133.425,33.39167],[133.425,33.4],[133.43333,33.4],[133.43333,33.40833],[133.45,33.40833],[133.45,33.475],[133.375,33.475],[133.375,33.39167],[133.38333,33.39167],[133.38333,33.4],[133.39167,33.4]],[[130.29167,33.59167],[130.28333,33.59167],[130.28333,33.58333],[130.275,33.58333],[130.275,33.6],[130.28333,33.6],[130.28333,33.61667],[130.25,33.61667],[130.25,33.5],[130.70833,33.5],[130.70833,33.75],[130.45833,33.75],[130.45833,33.74167],[130.45,33.74167],[130.45,33.73333],[130.44167,33.73333],[130.44167,33.725],[130.41667,33.725],[130.41667,33.71667],[130.40833,33.71667],[130.40833,33.7],[130.4,33.7],[130.4,33.69167],[130.39167,33.69167],[130.39167,33.68333],[130.375,33.68333],[130.375,33.675],[130.34167,33.675],[130.34167,33.66667],[130.31667,33.66667],[130.31667,33.68333],[130.30833,33.68333],[130.30833,33.69167],[130.28333,33.69167],[130.28333,33.66667],[130.29167,33.66667],[130.29167,33.65833],[130.30833,33.65833],[130.30833,33.65],[130.31667,33.65],[130.31667,33.65833],[130.325,33.65833],[130.325,33.64167],[130.36667,33.64167],[130.36667,33.65833],[130.375,33.65833],[130.375,33.66667],[130.39167,33.66667],[130.39167,33.65],[130.4,33.65],[130.4,33.64167],[130.39167,33.64167],[130.39167,33.625],[130.375,33.625],[130.375,33.60833],[130.35833,33.60833],[130.35833,33.6],[130.31667,33.6],[130.31667,33.63333],[130.30833,33.63333],[130.30833,33.64167],[130.29167,33.64167],[130.29167,33.63333],[130.28333,33.63333],[130.28333,33.625],[130.29167,33.625],[130.29167,33.6],[130.30833,33.6],[130.30833,33.59167],[130.3,33.59167],[130.3,33.58333],[130.29167,33.58333],[130.29167,33.59167]],[[133.45833,33.98333],[133.45833,33.99167],[133.40833,33.99167],[133.40833,33.95],[133.59167,33.95],[133.59167,33.96667],[133.625,33.96667],[133.625,34.03333],[133.68333,34.03333],[133.68333,34.225],[133.88333,34.225],[133.88333,34.35],[133.86667,34.35],[133.86667,34.35833],[133.85833,34.35833],[133.85833,34.36667],[133.81667,34.36667],[133.81667,34.325],[133.80833,34.325],[133.80833,34.31667],[133.8,34.31667],[133.8,34.325],[133.78333,34.325],[133.78333,34.31667],[133.775,34.31667],[133.775,34.30833],[133.75833,34.30833],[133.75833,34.29167],[133.75,34.29167],[133.74167,34.29167],[133.74167,34.28333],[133.725,34.28333],[133.725,34.25833],[133.70833,34.25833],[133.70833,34.26667],[133.69167,34.26667],[133.69167,34.25],[133.7,34.25],[133.7,34.24167],[133.68333,34.24167],[133.68333,34.25],[133.675,34.25],[133.66667,34.25],[133.66667,34.24167],[133.63333,34.24167],[133.625,34.24167],[133.625,34.25],[133.61667,34.25],[133.61667,34.25833],[133.6,34.25833],[133.6,34.26667],[133.55,34.26667],[133.55,34.25833],[133.56667,34.25833],[133.56667,34.24167],[133.58333,34.24167],[133.58333,34.23333],[133.6,34.23333],[133.6,34.20833],[133.61667,34.20833],[133.61667,34.19167],[133.64167,34.19167],[133.64167,34.15833],[133.63333,34.15833],[133.63333,34.13333],[133.625,34.13333],[133.625,34.10833],[133.63333,34.10833],[133.63333,34.1],[133.625,34.1],[133.625,34.075],[133.625,34.05833],[133.61667,34.05833],[133.61667,34.05],[133.59167,34.05],[133.59167,34.04167],[133.58333,34.04167],[133.58333,34.03333],[133.575,34.03333],[133.56667,34.03333],[133.56667,34.025],[133.55833,34.025],[133.55833,34.01667],[133.53333,34.01667],[133.53333,33.99167],[133.525,33.99167],[133.525,33.98333],[133.50833,33.98333],[133.50833,33.975],[133.475,33.975],[133.475,33.98333],[133.45833,33.98333]],[[134.81667,34.175],[134.80833,34.175],[134.80833,34.16667],[134.80833,34.15],[134.825,34.15],[134.825,34.15833],[134.83338,34.15842],[134.83333,34.18333],[134.81667,34.18333],[134.81667,34.175]],[[136.96667,34.525],[136.96667,34.53333],[136.95,34.53333],[136.95,34.51667],[136.95833,34.51667],[136.95833,34.525],[136.96667,34.525]],[[136.675,34.56667],[136.66667,34.56667],[136.66667,34.575],[136.65833,34.575],[136.65833,34.59167],[136.65,34.59167],[136.65,34.6],[136.64167,34.6],[136.625,34.6],[136.625,34.60833],[136.58333,34.60833],[136.58333,34.61667],[136.575,34.61667],[136.575,34.44167],[136.93333,34.44158],[136.93333,34.46667],[136.91667,34.46667],[136.91667,34.45833],[136.9,34.45833],[136.9,34.46667],[136.89167,34.46667],[136.89167,34.45833],[136.88333,34.45825],[136.88333,34.475],[136.9,34.475],[136.9,34.48333],[136.90833,34.48333],[136.90833,34.49167],[136.91667,34.49167],[136.91667,34.50833],[136.89167,34.50833],[136.89167,34.5],[136.875,34.5],[136.875,34.49167],[136.85,34.49167],[136.85,34.5],[136.86667,34.5],[136.86667,34.50833],[136.875,34.50833],[136.89167,34.50833],[136.89167,34.51667],[136.90833,34.51667],[136.90833,34.525],[136.91667,34.525],[136.91667,34.51667],[136.925,34.51667],[136.925,34.525],[136.91667,34.525],[136.91667,34.53333],[136.91667,34.54167],[136.94167,34.54167],[136.94167,34.55],[136.93333,34.55],[136.93333,34.55833],[136.91667,34.55833],[136.91667,34.55],[136.9,34.55],[136.9,34.54167],[136.88333,34.54167],[136.88333,34.53333],[136.85833,34.53333],[136.85833,34.525],[136.85,34.525],[136.83333,34.525],[136.83333,34.51667],[136.80833,34.51667],[136.79167,34.51667],[136.76667,34.51667],[136.76667,34.525],[136.76667,34.53333],[136.74167,34.53333],[136.74167,34.54167],[136.73333,34.54167],[136.73333,34.55],[136.69167,34.55],[136.69167,34.55833],[136.675,34.55833],[136.675,34.56667]],[[136.975,34.55833],[136.975,34.53333],[136.99167,34.53333],[136.99167,34.55833],[136.975,34.55833]],[[137.20833,34.60833],[137.23333,34.60833],[137.23333,34.61667],[137.25833,34.61667],[137.25833,34.625],[137.29167,34.625],[137.29167,34.63333],[137.29458,34.63333],[137.3,34.63333],[137.325,34.63333],[137.325,34.64167],[137.35833,34.64167],[137.35833,34.65],[137.4,34.65],[137.4,34.65833],[137.44167,34.65833],[137.44167,34.66667],[137.5,34.66667],[137.5,34.675],[137.525,34.675],[137.525,34.74167],[137.48333,34.74167],[137.31667,34.74167],[137.30833,34.74167],[137.3,34.74167],[137.3,34.73333],[137.29167,34.73333],[137.29167,34.75],[137.275,34.75],[137.275,34.74167],[137.26667,34.74167],[137.26667,34.725],[137.25833,34.725],[137.25833,34.71667],[137.24167,34.71667],[137.24167,34.70833],[137.23333,34.70833],[137.23333,34.7],[137.225,34.7],[137.225,34.69167],[137.225,34.68333],[137.2,34.68333],[137.2,34.675],[137.18333,34.675],[137.18333,34.66667],[137.16667,34.66667],[137.16667,34.65833],[137.13333,34.65833],[137.13333,34.66667],[137.11667,34.66667],[137.11667,34.65833],[137.09167,34.65833],[137.09167,34.66667],[137.06667,34.66667],[137.05833,34.66667],[137.05833,34.65833],[137.05,34.65833],[137.05,34.64167],[137.04167,34.64167],[137.04167,34.63333],[137.04167,34.625],[137.03333,34.625],[137.03333,34.60833],[137.025,34.60833],[137.025,34.59167],[137.01667,34.59167],[137.01667,34.58333],[137.00833,34.58333],[137.00833,34.575],[137.025,34.575],[137.025,34.56667],[137.03333,34.56667],[137.03333,34.575],[137.06667,34.575],[137.06667,34.58333],[137.15833,34.58333],[137.15833,34.59167],[137.18333,34.59167],[137.18333,34.6],[137.20833,34.6],[137.20833,34.60833]],[[134.925,34.31667],[134.925,34.33333],[134.91667,34.33333],[134.91667,34.34167],[134.90833,34.34167],[134.90833,34.35833],[134.9,34.35833],[134.9,34.4],[134.9,34.40833],[134.90833,34.40833],[134.90833,34.425],[134.91667,34.425],[134.91667,34.43333],[134.925,34.43333],[134.925,34.44167],[134.93333,34.44167],[134.93333,34.45],[134.94167,34.45],[134.94167,34.45833],[134.95,34.45833],[134.95,34.475],[134.95833,34.475],[134.95833,34.48333],[134.96667,34.48333],[134.96667,34.49167],[134.98333,34.49167],[134.98333,34.50833],[135,34.50833],[135,34.51667],[135,34.54167],[135.00833,34.54167],[135.00833,34.55],[135.01667,34.55],[135.01667,34.55833],[135.025,34.55833],[135.025,34.56667],[135.03333,34.56667],[135.03333,34.58333],[135.025,34.58333],[135.025,34.61667],[134.99167,34.61667],[134.99167,34.60833],[134.975,34.60833],[134.975,34.6],[134.96667,34.6],[134.96667,34.59167],[134.95833,34.59167],[134.95833,34.575],[134.95,34.575],[134.95,34.56667],[134.94167,34.56667],[134.94167,34.55833],[134.925,34.55833],[134.925,34.55],[134.91667,34.55],[134.91667,34.54167],[134.9,34.54167],[134.9,34.53333],[134.875,34.53333],[134.875,34.525],[134.86667,34.525],[134.86667,34.51667],[134.85833,34.51667],[134.85833,34.5],[134.85,34.5],[134.85,34.49167],[134.84167,34.49167],[134.84167,34.48333],[134.84167,34.475],[134.81667,34.475],[134.81667,34.46667],[134.80833,34.46667],[134.80833,34.45833],[134.79167,34.45833],[134.79167,34.44167],[134.78333,34.44167],[134.78333,34.43333],[134.78333,34.425],[134.775,34.425],[134.775,34.41667],[134.76667,34.41667],[134.76667,34.39167],[134.75,34.39167],[134.75,34.38333],[134.74167,34.38333],[134.74167,34.35833],[134.73333,34.35833],[134.73333,34.34167],[134.71667,34.34167],[134.71667,34.325],[134.70833,34.325],[134.70833,34.33333],[134.7,34.33333],[134.68333,34.33333],[134.68333,34.325],[134.66667,34.325],[134.66667,34.30833],[134.65833,34.30833],[134.65833,34.3],[134.65,34.3],[134.65,34.28333],[134.65833,34.28333],[134.65833,34.26667],[134.66667,34.26667],[134.66667,34.24167],[134.68333,34.24167],[134.68333,34.23333],[134.69167,34.23333],[134.69167,34.24167],[134.7,34.24167],[134.7,34.225],[134.69167,34.225],[134.69167,34.21667],[134.7,34.21667],[134.7,34.20833],[134.725,34.20833],[134.725,34.18333],[134.75,34.18333],[134.75,34.19167],[134.78333,34.19167],[134.80833,34.19167],[134.80833,34.2],[134.81667,34.2],[134.81667,34.20833],[134.83333,34.20833],[134.83333,34.21667],[134.84167,34.21667],[134.84167,34.225],[134.85833,34.225],[134.85833,34.23333],[134.88333,34.23333],[134.88333,34.24167],[134.9,34.24167],[134.9,34.25],[134.925,34.25],[134.925,34.25833],[134.95833,34.25833],[134.95833,34.275],[134.96667,34.275],[134.96667,34.29167],[134.95833,34.29167],[134.95833,34.3],[134.95,34.3],[134.95,34.30833],[134.93333,34.30833],[134.93333,34.31667],[134.925,34.31667]],[[134.025,34.55],[134.04167,34.55],[134.04167,34.55833],[134.04167,34.575],[134.05,34.575],[134.05,34.58333],[134.06667,34.58333],[134.06667,34.70833],[133.875,34.70833],[133.83333,34.70833],[133.71667,34.70833],[133.71667,34.55],[134.025,34.55]],[[135.59167,35.08333],[135.59167,34.91667],[135.59167,34.86667],[135.625,34.86667],[135.88333,34.86667],[135.88333,35.08333],[135.59167,35.08333]],[[138.23333,34.84167],[138.23333,34.83333],[138.23333,34.78333],[138.20833,34.78333],[138.19167,34.78333],[138.19167,34.79167],[138.11667,34.79167],[138.11667,34.80833],[137.95833,34.80833],[137.95833,34.88333],[137.84167,34.88333],[137.84167,34.725],[137.80833,34.725],[137.80833,34.64167],[137.825,34.64167],[137.825,34.65],[137.85833,34.65],[137.85833,34.65833],[137.91667,34.65833],[137.91667,34.66667],[137.95,34.66667],[137.95,34.65833],[138.00833,34.65833],[138.00833,34.65],[138.04167,34.65],[138.04167,34.64167],[138.06667,34.64167],[138.06667,34.70833],[138.20833,34.70833],[138.20833,34.68333],[138.21667,34.68333],[138.21667,34.66667],[138.225,34.66667],[138.225,34.68333],[138.21667,34.68333],[138.21667,34.7],[138.225,34.7],[138.225,34.70833],[138.225,34.71667],[138.23333,34.71667],[138.23333,34.725],[138.24167,34.725],[138.24167,34.73333],[138.25,34.73333],[138.25,34.74167],[138.275,34.74167],[138.275,34.75],[138.28333,34.75],[138.28333,34.75833],[138.3,34.75833],[138.3,34.76667],[138.30833,34.76667],[138.30833,34.78333],[138.31667,34.78333],[138.31667,34.79167],[138.325,34.79167],[138.325,34.8],[138.325,34.80833],[138.33333,34.80833],[138.33333,34.81667],[138.34167,34.81667],[138.34167,34.85],[138.33333,34.85],[138.33333,34.85833],[138.34167,34.85833],[138.34167,34.88333],[138.35,34.88333],[138.35,34.9],[138.35833,34.9],[138.35833,34.90833],[138.36667,34.90833],[138.36667,34.91667],[138.38333,34.91667],[138.38333,34.925],[138.40833,34.925],[138.40833,34.93333],[138.41667,34.93333],[138.41667,34.94167],[138.44167,34.94167],[138.44167,34.95],[138.475,34.95],[138.475,34.95833],[138.49167,34.95833],[138.49167,34.96667],[138.50833,34.96667],[138.50833,34.975],[138.51667,34.975],[138.51667,34.98333],[138.525,34.98333],[138.525,34.99167],[138.53333,34.99167],[138.53333,35.00833],[138.54167,35.00833],[138.54167,35.01667],[138.53333,35.01667],[138.53333,35.025],[138.525,35.025],[138.525,35.03333],[138.53333,35.03333],[138.53333,35.04167],[138.53333,35.05],[138.54167,35.05],[138.54167,35.06667],[138.49167,35.06667],[138.49167,35.04167],[138.38333,35.04167],[138.38333,35],[138.31667,35],[138.31667,34.90833],[138.29167,34.90833],[138.29167,34.89167],[138.24167,34.89167],[138.24167,34.85833],[138.23333,34.85833],[138.23333,34.84167]],[[137.3,34.775],[137.3,34.76667],[137.30833,34.76667],[137.30833,34.74167],[137.48333,34.74167],[137.48333,34.85833],[137.59167,34.85833],[137.59167,34.91667],[137.46667,34.91667],[137.41667,34.91667],[137.25,34.91667],[137.25,34.81667],[137.25,34.80833],[137.25,34.8],[137.3,34.8],[137.3,34.775]],[[138.75,34.8],[138.75,34.775],[138.75833,34.775],[138.75833,34.76667],[138.76667,34.76667],[138.76667,34.75833],[138.75833,34.75833],[138.75833,34.75],[138.875,34.75],[138.875,34.825],[138.9,34.825],[138.9,34.88333],[138.84167,34.88333],[138.84167,34.99167],[138.80833,34.99167],[138.80833,35.025],[138.79167,35.025],[138.79167,35.03333],[138.78333,35.03333],[138.78333,35.025],[138.775,35.025],[138.775,35],[138.76667,35],[138.76667,34.98333],[138.75833,34.98333],[138.75833,34.95],[138.76667,34.95],[138.76667,34.94167],[138.775,34.94167],[138.775,34.91667],[138.78333,34.91667],[138.78333,34.90833],[138.775,34.90833],[138.775,34.9],[138.75833,34.9],[138.75833,34.89167],[138.75,34.89167],[138.75,34.85833],[138.75833,34.85833],[138.75833,34.83333],[138.75,34.83333],[138.75,34.81667],[138.74167,34.81667],[138.74167,34.8],[138.75,34.8]],[[136.84167,35.03333],[136.85,35.03333],[136.85,35.01667],[136.84167,35.01667],[136.84167,35],[137,35],[137,35.33333],[136.75,35.33333],[136.75,35.025],[136.75833,35.025],[136.75833,35.01667],[136.78333,35.01667],[136.78333,35.00833],[136.8,35.00833],[136.8,34.99167],[136.81667,34.99167],[136.825,34.99167],[136.825,35],[136.825,35.025],[136.84167,35.025],[136.84167,35.03333]],[[141.00289,37.16667],[141.00155,37.175],[141.00212,37.19167],[141.0035,37.2],[141.00509,37.20833],[141.00833,37.21667],[141.01251,37.22217],[141.01275,37.225],[141.01272,37.22815],[141.01667,37.22818],[141.02246,37.22897],[141.02898,37.23801],[141.02804,37.23833],[141.02557,37.23513],[141.0226,37.23513],[141.02064,37.2408],[141.01364,37.2408],[141.01356,37.25],[141.01456,37.25833],[141.01626,37.26667],[141.01667,37.27076],[141.01832,37.275],[141.02095,37.28333],[141.0247,37.29672],[141.02442,37.3],[141.025,37.30173],[141.02784,37.30394],[141.02576,37.30833],[141.026,37.31286],[141.03333,37.31347],[141.03728,37.31667],[141.03886,37.31899],[141.03645,37.31961],[141.03333,37.32172],[141.02717,37.32287],[141.02657,37.325],[141.03139,37.33333],[141.03136,37.34167],[141.03408,37.34167],[141.03412,37.35],[141.03576,37.35833],[141.03916,37.36168],[141.03932,37.36447],[141.03678,37.36667],[141.03672,37.375],[141.03822,37.38141],[141.03662,37.38333],[141.03565,37.39167],[141.03544,37.4],[141.03453,37.40833],[141.03453,37.41667],[141.04168,37.42168],[141.04317,37.42336],[141.04168,37.42395],[141.03692,37.42635],[141.03639,37.43333],[141.03645,37.44167],[141.03947,37.45001],[141.03947,37.45833],[141.03809,37.46667],[141.03944,37.475],[141.04167,37.47725],[141.04679,37.48007],[141.04603,37.48333],[141.04058,37.48527],[141.0397,37.5],[141.03726,37.50833],[141.03575,37.51667],[141.03271,37.525],[141.032,37.53333],[141.03068,37.54167],[141.02966,37.55],[141.02895,37.55833],[141.02773,37.56667],[141.02723,37.575],[141.02651,37.58333],[141.02823,37.59167],[141.02904,37.6],[141.02763,37.6026],[141.02762,37.6026],[141.02763,37.60268],[141.02681,37.60419],[141.02658,37.60521],[141.02601,37.60655],[141.02514,37.61043],[141.02454,37.61132],[141.02388,37.61277],[141.02378,37.614],[141.02339,37.61502],[141.02317,37.6166],[141.02271,37.61834],[141.02242,37.62109],[141.02273,37.62444],[141.02276,37.62661],[141.0226,37.62691],[141.0226,37.62827],[141.0228,37.63163],[141.02349,37.63595],[141.02441,37.63888],[141.0247,37.63886],[141.02479,37.63915],[141.02429,37.64034],[141.02451,37.64227],[141.02369,37.64331],[141.02381,37.64505],[141.0241,37.64599],[141.02352,37.64727],[141.02285,37.64775],[141.02268,37.64829],[141.02235,37.64869],[141.0216,37.65027],[141.02104,37.65211],[141.02049,37.65301],[141.02041,37.65373],[141.01976,37.65502],[141.01945,37.65606],[141.02048,37.6564],[141.02061,37.65717],[141.02043,37.65751],[141.02026,37.65745],[141.02046,37.65715],[141.01958,37.65748],[141.0193,37.65801],[141.01923,37.65877],[141.01956,37.66097],[141.01985,37.66163],[141.01999,37.66259],[141.02943,37.66426],[141.03307,37.66695],[141.03296,37.66705],[141.03269,37.66694],[141.0293,37.66437],[141.02735,37.66399],[141.02703,37.66514],[141.02225,37.66428],[141.02159,37.6666],[141.02112,37.66669],[141.02099,37.66718],[141.02136,37.66741],[141.02084,37.66923],[141.01984,37.66904],[141.01907,37.67176],[141.02016,37.67196],[141.02021,37.67178],[141.01929,37.6716],[141.02238,37.67216],[141.02256,37.67165],[141.02288,37.67176],[141.02276,37.67219],[141.02579,37.67275],[141.02577,37.67287],[141.03204,37.67316],[141.04091,37.66491],[141.041,37.66498],[141.03213,37.67333],[141.02552,37.67307],[141.0173,37.67154],[141.01706,37.67217],[141.01628,37.6727],[141.01547,37.67389],[141.01488,37.67437],[141.01457,37.67504],[141.01378,37.67854],[141.01402,37.67972],[141.01393,37.68075],[141.01337,37.68289],[141.01348,37.68419],[141.0138,37.68527],[141.01416,37.68567],[141.01638,37.68547],[141.01748,37.6862],[141.01726,37.68629],[141.01629,37.68569],[141.01414,37.68584],[141.01389,37.68638],[141.01601,37.68623],[141.01735,37.68723],[141.01711,37.68724],[141.01592,37.68645],[141.01377,37.68657],[141.01252,37.68749],[141.01177,37.68846],[141.01123,37.68951],[141.01102,37.69703],[141.01089,37.69726],[141.01053,37.69742],[141.01038,37.69783],[141.01053,37.69822],[141.01086,37.69838],[141.0108,37.69896],[141.01076,37.69882],[141.01048,37.69894],[141.01043,37.69926],[141.01068,37.69943],[141.01091,37.69934],[141.0109,37.69951],[141.01108,37.69956],[141.0109,37.69992],[141.01108,37.70024],[141.01082,37.70038],[141.01092,37.70073],[141.01072,37.70155],[141.01081,37.70229],[141.01096,37.70229],[141.01099,37.70368],[141.01074,37.7037],[141.01076,37.7039],[141.01054,37.70392],[141.01048,37.70419],[141.01067,37.70454],[141.01101,37.70455],[141.01142,37.70684],[141.01152,37.7068],[141.01155,37.70734],[141.01203,37.70879],[141.01185,37.70932],[141.01209,37.71057],[141.01267,37.71061],[141.01231,37.71092],[141.01205,37.71199],[141.01184,37.71206],[141.01184,37.71263],[141.01144,37.71336],[141.01127,37.71427],[141.01165,37.71445],[141.01129,37.71447],[141.011,37.71568],[141.01108,37.71872],[141.01156,37.72325],[141.01192,37.72365],[141.01171,37.72421],[141.01178,37.72503],[141.01204,37.72593],[141.01247,37.72628],[141.01215,37.72631],[141.01209,37.72737],[141.0123,37.73313],[141.01143,37.73668],[141.01147,37.73901],[141.01134,37.73977],[141.01104,37.7411],[141.01073,37.74104],[141.01045,37.74142],[141.01019,37.74301],[141.0099,37.74332],[141.00944,37.74442],[141.00955,37.74483],[141.00917,37.74612],[141.00856,37.74731],[141.00819,37.74733],[141.00797,37.7484],[141.0082,37.74909],[141.00803,37.74953],[141.00815,37.74992],[141.00764,37.74994],[141.0074,37.75024],[141.00721,37.75021],[141.00738,37.75028],[141.00795,37.75012],[141.00735,37.75039],[141.0061,37.74993],[141.00599,37.74981],[141.00608,37.74963],[141.00544,37.74986],[141.00548,37.75012],[141.00484,37.75063],[141.00534,37.75096],[141.0049,37.7508],[141.00509,37.75115],[141.00474,37.7514],[141.00429,37.75243],[141.00434,37.75277],[141.00421,37.75293],[141.00439,37.75328],[141.00423,37.75345],[141.00445,37.75396],[141.00406,37.75481],[141.00369,37.75493],[141.00355,37.75526],[141.00288,37.75585],[141.00268,37.75677],[141.00258,37.75687],[141.0022,37.75672],[141.00251,37.7569],[141.00246,37.75713],[141.00105,37.75776],[141.00045,37.75882],[141.00002,37.76171],[141.00014,37.76211],[141.00082,37.76196],[141.00108,37.76205],[141.00101,37.7623],[141.00065,37.76249],[141.00061,37.76309],[140.99841,37.7634],[140.99829,37.76322],[140.99726,37.76297],[140.99641,37.76376],[140.99638,37.76428],[140.99549,37.76523],[140.99379,37.76566],[140.99352,37.76619],[140.99356,37.76649],[140.99386,37.76682],[140.99269,37.7665],[140.99181,37.76696],[140.99134,37.76791],[140.99157,37.76832],[140.99181,37.76801],[140.99192,37.76809],[140.99127,37.76893],[140.991,37.7688],[140.99074,37.76892],[140.99081,37.76936],[140.99054,37.76996],[140.99004,37.77036],[140.99024,37.77087],[140.99042,37.77061],[140.99015,37.7714],[140.98991,37.77147],[140.98975,37.77173],[140.99001,37.77197],[140.98983,37.77278],[140.98926,37.77293],[140.98905,37.77323],[140.9891,37.77371],[140.98819,37.77876],[140.98802,37.77877],[140.98818,37.77881],[140.98814,37.77921],[140.98801,37.77922],[140.98815,37.77926],[140.98806,37.78011],[140.98786,37.78013],[140.98802,37.78033],[140.98785,37.78058],[140.98799,37.78062],[140.98795,37.781],[140.98781,37.78103],[140.98793,37.78106],[140.9879,37.78145],[140.98777,37.78148],[140.98789,37.78148],[140.98786,37.78192],[140.98768,37.78196],[140.98786,37.78199],[140.98783,37.78239],[140.98766,37.78243],[140.98782,37.78246],[140.98778,37.78287],[140.98761,37.7829],[140.98779,37.78296],[140.98775,37.7834],[140.98757,37.78342],[140.98774,37.7835],[140.98772,37.78388],[140.98757,37.78388],[140.98771,37.78394],[140.98772,37.78437],[140.98752,37.78441],[140.98772,37.78447],[140.98772,37.78492],[140.98757,37.78494],[140.98773,37.78496],[140.9877,37.78541],[140.98749,37.78546],[140.98768,37.78549],[140.98768,37.78569],[140.98766,37.78595],[140.98745,37.78597],[140.98765,37.78603],[140.9876,37.78645],[140.98745,37.78646],[140.98761,37.78653],[140.98756,37.78693],[140.98739,37.78692],[140.98755,37.78696],[140.98754,37.78737],[140.98735,37.78744],[140.98753,37.78747],[140.9875,37.78785],[140.98733,37.78787],[140.98752,37.78795],[140.9875,37.78832],[140.98731,37.78835],[140.9875,37.78838],[140.98748,37.7886],[140.98744,37.7888],[140.9872,37.78881],[140.98738,37.78887],[140.98706,37.79004],[140.98686,37.7921],[140.98679,37.79834],[140.98657,37.80169],[140.98689,37.80346],[140.98693,37.80487],[140.98671,37.80547],[140.9867,37.80679],[140.98683,37.80716],[140.98666,37.80789],[140.98665,37.81029],[140.9864,37.8127],[140.98634,37.81639],[140.98654,37.81731],[140.98633,37.81776],[140.98648,37.81846],[140.98633,37.81896],[140.98649,37.81971],[140.98631,37.82164],[140.9865,37.82208],[140.98723,37.82233],[140.98735,37.82273],[140.98726,37.82296],[140.98603,37.82394],[140.985,37.82399],[140.98404,37.82438],[140.98263,37.82442],[140.98135,37.82583],[140.9818,37.82664],[140.98199,37.82672],[140.98141,37.82805],[140.97847,37.82916],[140.97814,37.83028],[140.97671,37.83248],[140.97564,37.83562],[140.9767,37.83719],[140.97654,37.83726],[140.97533,37.8356],[140.97744,37.82947],[140.97761,37.82892],[140.97751,37.82858],[140.97777,37.82854],[140.97841,37.82884],[140.98105,37.82793],[140.98155,37.82681],[140.98088,37.82568],[140.97898,37.82635],[140.97959,37.82747],[140.97902,37.82767],[140.97836,37.82648],[140.97695,37.82697],[140.97762,37.82817],[140.97731,37.82829],[140.97699,37.82797],[140.97653,37.82694],[140.97548,37.8273],[140.97646,37.82905],[140.97611,37.83033],[140.9749,37.83199],[140.97603,37.8303],[140.97629,37.82936],[140.97496,37.82971],[140.97612,37.82928],[140.97634,37.82905],[140.97631,37.82927],[140.97637,37.82906],[140.97537,37.82741],[140.97443,37.82771],[140.97454,37.82791],[140.97287,37.82849],[140.97379,37.83014],[140.9721,37.83073],[140.97252,37.83162],[140.97119,37.82933],[140.97098,37.82925],[140.97016,37.82963],[140.97099,37.82917],[140.97046,37.82811],[140.97028,37.82807],[140.96913,37.82816],[140.96681,37.82873],[140.96566,37.82975],[140.96417,37.83058],[140.96418,37.83115],[140.9645,37.83128],[140.96433,37.8314],[140.96384,37.83101],[140.96303,37.83145],[140.96296,37.83163],[140.96309,37.83173],[140.96289,37.83183],[140.96281,37.83232],[140.963,37.83236],[140.96302,37.83253],[140.96281,37.8326],[140.96284,37.83291],[140.96341,37.83298],[140.96311,37.83321],[140.96317,37.83366],[140.96299,37.83374],[140.96322,37.83534],[140.96334,37.83538],[140.96391,37.83479],[140.9642,37.83499],[140.96312,37.83605],[140.96359,37.83891],[140.96734,37.84397],[140.96762,37.84445],[140.96745,37.84466],[140.96721,37.84454],[140.9673,37.84442],[140.96695,37.84392],[140.96326,37.83899],[140.96248,37.83251],[140.96205,37.83263],[140.96174,37.83252],[140.96248,37.83247],[140.96275,37.83116],[140.96257,37.83104],[140.96247,37.8305],[140.96233,37.8304],[140.96202,37.83077],[140.96158,37.83052],[140.95948,37.83137],[140.95956,37.83194],[140.96048,37.83187],[140.96069,37.83196],[140.95956,37.83201],[140.9597,37.83293],[140.95695,37.83729],[140.95565,37.83699],[140.95512,37.83856],[140.95928,37.83946],[140.95968,37.84001],[140.9591,37.84169],[140.96075,37.84204],[140.96238,37.84163],[140.96073,37.8421],[140.95556,37.84099],[140.95526,37.84186],[140.95546,37.84097],[140.95388,37.84063],[140.95313,37.84299],[140.95466,37.84332],[140.95505,37.84247],[140.95475,37.84334],[140.95827,37.8441],[140.95821,37.84427],[140.95877,37.84505],[140.95797,37.8474],[140.95558,37.84688],[140.95386,37.8519],[140.95076,37.85123],[140.94938,37.85525],[140.95038,37.85547],[140.95051,37.85503],[140.95687,37.8564],[140.9568,37.85663],[140.95661,37.85658],[140.95653,37.8568],[140.95672,37.85684],[140.95586,37.85937],[140.96236,37.86077],[140.96779,37.85942],[140.96242,37.86087],[140.94979,37.85815],[140.94724,37.85314],[140.94696,37.8534],[140.9472,37.85293],[140.94641,37.85321],[140.94592,37.85437],[140.94546,37.85698],[140.94527,37.8572],[140.94405,37.85772],[140.94357,37.85773],[140.943,37.85816],[140.94294,37.85843],[140.94341,37.85885],[140.94329,37.85917],[140.9431,37.85948],[140.94286,37.85955],[140.94243,37.86052],[140.94212,37.8607],[140.94203,37.86105],[140.94112,37.86215],[140.94044,37.86333],[140.93983,37.86509],[140.93952,37.86528],[140.93954,37.86604],[140.93889,37.8687],[140.93752,37.87214],[140.93774,37.87324],[140.93862,37.87358],[140.93853,37.87421],[140.93828,37.87405],[140.93834,37.87371],[140.9375,37.87334],[140.93733,37.87194],[140.93642,37.87213],[140.9365,37.87221],[140.9359,37.87386],[140.93793,37.87418],[140.93721,37.87416],[140.93705,37.87461],[140.93617,37.87441],[140.9358,37.87543],[140.93542,37.87535],[140.93538,37.87548],[140.93764,37.87607],[140.93585,37.87575],[140.93489,37.87669],[140.9346,37.87774],[140.93406,37.87835],[140.93341,37.87956],[140.93352,37.88106],[140.93325,37.88207],[140.93325,37.88304],[140.93292,37.88393],[140.93273,37.88647],[140.93216,37.88988],[140.93196,37.89078],[140.93156,37.89087],[140.93131,37.89153],[140.93125,37.89368],[140.93163,37.89373],[140.93155,37.89428],[140.93135,37.8953],[140.93108,37.89585],[140.93122,37.89608],[140.93114,37.89633],[140.93076,37.89655],[140.93053,37.89792],[140.93061,37.89961],[140.93076,37.89999],[140.93102,37.90027],[140.93174,37.90015],[140.93107,37.90031],[140.93096,37.90147],[140.93086,37.90146],[140.93079,37.90206],[140.93057,37.9021],[140.93058,37.90308],[140.93094,37.90305],[140.93094,37.90344],[140.93154,37.90401],[140.93144,37.90407],[140.9309,37.90356],[140.93046,37.90386],[140.93036,37.90378],[140.93081,37.90348],[140.93081,37.90321],[140.93056,37.90309],[140.93047,37.90206],[140.93064,37.90203],[140.9308,37.90088],[140.92935,37.90043],[140.9286,37.90182],[140.92789,37.90222],[140.92754,37.90298],[140.92774,37.90338],[140.92963,37.90402],[140.92957,37.90413],[140.92721,37.90328],[140.92635,37.90379],[140.92633,37.9049],[140.92654,37.90532],[140.92577,37.90583],[140.92528,37.90768],[140.92493,37.90833],[140.92447,37.91087],[140.92481,37.9113],[140.92539,37.91165],[140.92596,37.91164],[140.92612,37.91129],[140.92619,37.91144],[140.92586,37.91259],[140.92577,37.91253],[140.92595,37.91199],[140.92491,37.91184],[140.92437,37.91197],[140.92391,37.91238],[140.92296,37.91657],[140.92312,37.9177],[140.92298,37.91781],[140.92267,37.91967],[140.92312,37.92025],[140.92357,37.92049],[140.92435,37.9205],[140.92444,37.92017],[140.92461,37.92024],[140.92431,37.92144],[140.92428,37.92101],[140.92382,37.92084],[140.92291,37.92072],[140.92245,37.92102],[140.92187,37.92491],[140.92262,37.92504],[140.9226,37.92518],[140.92182,37.9252],[140.92111,37.92944],[140.92187,37.92956],[140.92185,37.92968],[140.92108,37.92961],[140.92081,37.93143],[140.92054,37.93199],[140.91996,37.93586],[140.92028,37.93672],[140.92009,37.9383],[140.92089,37.93837],[140.92089,37.93852],[140.92006,37.93856],[140.91987,37.94049],[140.9192,37.94397],[140.91917,37.94543],[140.91883,37.94738],[140.91958,37.94751],[140.91955,37.94764],[140.9188,37.94755],[140.91709,37.95583],[140.91723,37.95629],[140.9176,37.95634],[140.91763,37.95646],[140.91702,37.95647],[140.91692,37.95708],[140.91666,37.95743],[140.9163,37.95952],[140.9164,37.95981],[140.91627,37.9598],[140.91619,37.96023],[140.91597,37.96472],[140.91623,37.96517],[140.9169,37.9652],[140.91688,37.96538],[140.91581,37.96538],[140.91552,37.96635],[140.91527,37.96648],[140.91515,37.96688],[140.91502,37.96909],[140.91519,37.96979],[140.91503,37.97003],[140.91499,37.97075],[140.91546,37.97373],[140.91565,37.97414],[140.91662,37.97417],[140.91661,37.97439],[140.91552,37.97435],[140.91526,37.97449],[140.91495,37.97583],[140.91511,37.97919],[140.91488,37.98038],[140.91505,37.98123],[140.91499,37.98226],[140.91517,37.98271],[140.91506,37.98329],[140.91519,37.98365],[140.91491,37.98527],[140.91506,37.98702],[140.91496,37.98757],[140.91515,37.98818],[140.91498,37.98832],[140.91529,37.98855],[140.91519,37.98913],[140.91561,37.98944],[140.91567,37.98955],[140.91561,37.98966],[140.91558,37.98948],[140.9154,37.98937],[140.91538,37.98942],[140.91549,37.98947],[140.91554,37.98952],[140.91556,37.98957],[140.91538,37.98943],[140.91519,37.98996],[140.91546,37.9923],[140.91539,37.99384],[140.91575,37.99645],[140.91615,37.99674],[140.91623,37.99708],[140.91606,37.99728],[140.91626,37.99765],[140.91592,37.99791],[140.9158,37.99836],[140.91635,37.99888],[140.91548,37.99939],[140.91504,38.0002],[140.915,38.00076],[140.91553,38.00222],[140.91637,38.00286],[140.91584,38.00384],[140.91653,38.00479],[140.91598,38.00572],[140.91601,38.00731],[140.91641,38.00911],[140.91643,38.01047],[140.91664,38.01105],[140.91735,38.01154],[140.91696,38.01271],[140.91763,38.01338],[140.91768,38.01386],[140.91743,38.01449],[140.91813,38.01522],[140.91755,38.01592],[140.9175,38.01619],[140.91835,38.01717],[140.91756,38.01786],[140.91743,38.01905],[140.91811,38.02244],[140.91927,38.02649],[140.91913,38.02662],[140.91951,38.0271],[140.92017,38.02903],[140.92256,38.03377],[140.92541,38.03428],[140.926,38.03401],[140.92655,38.03398],[140.92778,38.03425],[140.92773,38.03436],[140.92599,38.03415],[140.92531,38.03442],[140.92475,38.03434],[140.92531,38.03441],[140.92535,38.03431],[140.92263,38.03387],[140.92274,38.03447],[140.92336,38.03451],[140.92368,38.03455],[140.92275,38.03455],[140.92606,38.03517],[140.92273,38.03466],[140.92205,38.03716],[140.92216,38.03992],[140.9223,38.04003],[140.92212,38.0401],[140.92201,38.04097],[140.92212,38.04163],[140.92184,38.04189],[140.92236,38.05017],[140.92256,38.05079],[140.92279,38.05103],[140.92295,38.05242],[140.92322,38.05607],[140.92319,38.05778],[140.92341,38.05944],[140.92324,38.05951],[140.92371,38.06277],[140.92436,38.06976],[140.92464,38.06979],[140.92472,38.07008],[140.92536,38.07426],[140.92817,38.08802],[140.92823,38.08841],[140.92807,38.0884],[140.92801,38.0886],[140.92847,38.09076],[140.92829,38.09087],[140.92851,38.09089],[140.92934,38.09473],[140.93012,38.09678],[140.93039,38.09686],[140.92997,38.09691],[140.93036,38.09708],[140.93007,38.09711],[140.92999,38.09741],[140.93061,38.10038],[140.93122,38.10247],[140.93304,38.10708],[140.93316,38.10775],[140.93438,38.1104],[140.93458,38.11037],[140.93415,38.11045],[140.93459,38.1104],[140.93437,38.11045],[140.93639,38.11621],[140.93849,38.12377],[140.94755,38.1453],[140.95249,38.15519],[140.95329,38.15637],[140.95628,38.16192],[140.95906,38.16645],[140.9609,38.1685],[140.96179,38.16927],[140.96333,38.16866],[140.96687,38.16958],[140.96757,38.17047],[140.96744,38.17054],[140.96676,38.16968],[140.96331,38.16876],[140.96078,38.16976],[140.96183,38.17142],[140.96165,38.17185],[140.962,38.17241],[140.96264,38.17234],[140.96273,38.17248],[140.96254,38.17256],[140.96317,38.17356],[140.96492,38.17348],[140.96515,38.1705],[140.96528,38.17051],[140.96501,38.17347],[140.96562,38.1735],[140.96317,38.17359],[140.96221,38.17446],[140.96488,38.17445],[140.96219,38.17452],[140.96205,38.175],[140.96201,38.17656],[140.96245,38.17828],[140.96292,38.17897],[140.96364,38.1807],[140.96391,38.18087],[140.9637,38.18081],[140.96532,38.18439],[140.9658,38.1863],[140.96752,38.18902],[140.96757,38.18942],[140.96837,38.1911],[140.9707,38.19449],[140.97198,38.19693],[140.97353,38.1991],[140.97422,38.20055],[140.97546,38.20252],[140.97808,38.20617],[140.97913,38.20788],[140.97981,38.20857],[140.9812,38.21073],[140.98286,38.21269],[140.98353,38.21333],[140.98464,38.21396],[140.98508,38.21482],[140.98573,38.21532],[140.9859,38.21617],[140.98657,38.21686],[140.98676,38.21751],[140.98738,38.21814],[140.9877,38.219],[140.98853,38.21961],[140.9893,38.22085],[140.98984,38.22228],[140.99095,38.22416],[140.99199,38.22526],[140.99521,38.22962],[141.00133,38.23709],[141.00157,38.23759],[141.00423,38.24091],[141.00843,38.24564],[141.00834,38.2459],[141.00864,38.24597],[141.01006,38.2478],[141.01303,38.25103],[141.01337,38.2516],[141.01602,38.25434],[141.01696,38.25553],[141.01749,38.25661],[141.01827,38.25745],[141.02089,38.26163],[141.02234,38.26335],[141.02356,38.26432],[141.02616,38.26409],[141.02723,38.26505],[141.02786,38.26527],[141.03127,38.26546],[141.03558,38.26565],[141.04689,38.26464],[141.04701,38.26549],[141.04681,38.26551],[141.04674,38.2648],[141.03557,38.26578],[141.03233,38.2656],[141.03325,38.26662],[141.02887,38.26702],[141.02827,38.26745],[141.02742,38.26752],[141.02825,38.26742],[141.02959,38.26644],[141.02856,38.26567],[141.02794,38.26562],[141.0267,38.2665],[141.02685,38.26757],[140.99851,38.26999],[140.99892,38.27311],[141.0037,38.27271],[141.00372,38.2729],[141.00326,38.27334],[141.00346,38.27386],[141.00569,38.27335],[141.00581,38.27363],[141.00807,38.27314],[141.01017,38.27297],[141.01214,38.27197],[141.02381,38.27098],[141.02154,38.27119],[141.02178,38.27296],[141.02518,38.27267],[141.02495,38.27072],[141.02521,38.27267],[141.02541,38.27265],[141.02586,38.27579],[141.02609,38.27633],[141.02589,38.27639],[141.02601,38.27638],[141.02591,38.27644],[141.02773,38.28061],[141.02758,38.28064],[141.02805,38.28176],[141.02879,38.28311],[141.03117,38.28248],[141.03066,38.28134],[141.03137,38.28079],[141.03118,38.28055],[141.03097,38.2806],[141.03086,38.28035],[141.03105,38.28027],[141.02947,38.27667],[141.02958,38.27556],[141.04025,38.27268],[141.04379,38.27424],[141.0436,38.27457],[141.04384,38.27482],[141.04401,38.27481],[141.04426,38.27446],[141.04457,38.27458],[141.04337,38.27675],[141.04397,38.27724],[141.0449,38.2777],[141.0479,38.2785],[141.04866,38.27859],[141.04893,38.27846],[141.04916,38.27858],[141.04948,38.27801],[141.04943,38.27769],[141.05032,38.27741],[141.04954,38.27778],[141.04954,38.27824],[141.04924,38.27857],[141.04985,38.27901],[141.05,38.27887],[141.05097,38.27899],[141.05194,38.27765],[141.05004,38.27655],[141.05205,38.27761],[141.05217,38.27795],[141.05257,38.27803],[141.05246,38.2783],[141.05225,38.27827],[141.05241,38.27842],[141.05211,38.27916],[141.05228,38.27959],[141.053,38.27969],[141.05294,38.27998],[141.05417,38.2806],[141.05468,38.28064],[141.05472,38.28078],[141.05556,38.28046],[141.05574,38.2807],[141.05598,38.28036],[141.05565,38.28039],[141.05622,38.28017],[141.05631,38.28024],[141.05608,38.28047],[141.05633,38.28082],[141.05712,38.28105],[141.05738,38.28099],[141.05783,38.28122],[141.05842,38.28115],[141.05879,38.28139],[141.05921,38.28142],[141.06113,38.28105],[141.06172,38.28073],[141.06117,38.28112],[141.05968,38.28147],[141.05989,38.28148],[141.0602,38.28228],[141.06258,38.28283],[141.06275,38.28277],[141.06309,38.28181],[141.06225,38.28117],[141.06373,38.28212],[141.06352,38.28267],[141.06363,38.2829],[141.06342,38.28289],[141.06342,38.28316],[141.06434,38.28373],[141.06471,38.28435],[141.06424,38.28372],[141.06361,38.28341],[141.06316,38.2839],[141.06323,38.28482],[141.06333,38.28507],[141.06354,38.2851],[141.06392,38.28629],[141.06466,38.28749],[141.06461,38.28762],[141.06519,38.28819],[141.06645,38.28882],[141.067,38.28956],[141.06709,38.29],[141.06921,38.2924],[141.07215,38.29427],[141.07391,38.29509],[141.07457,38.29515],[141.07493,38.29498],[141.07527,38.29516],[141.07524,38.29529],[141.07599,38.29518],[141.07669,38.29568],[141.07727,38.29584],[141.07876,38.29576],[141.0792,38.29534],[141.07904,38.29475],[141.08009,38.29432],[141.08048,38.29396],[141.08068,38.29403],[141.08078,38.29383],[141.08104,38.29381],[141.08099,38.29394],[141.08125,38.29397],[141.08174,38.29374],[141.08188,38.29387],[141.08196,38.29363],[141.08226,38.29379],[141.0829,38.29345],[141.08303,38.29314],[141.08327,38.29327],[141.08347,38.29302],[141.08419,38.29298],[141.08424,38.29309],[141.08472,38.29287],[141.08509,38.29322],[141.08559,38.29335],[141.08549,38.29369],[141.08562,38.29366],[141.08558,38.29381],[141.08571,38.29385],[141.08553,38.29401],[141.08571,38.29407],[141.08554,38.29448],[141.0857,38.29459],[141.0855,38.29462],[141.08556,38.2948],[141.0853,38.29493],[141.08545,38.29502],[141.08507,38.29512],[141.08497,38.29543],[141.08527,38.29567],[141.08587,38.2958],[141.08584,38.2962],[141.08601,38.29629],[141.08772,38.29554],[141.08788,38.2958],[141.08758,38.29589],[141.0874,38.29661],[141.08778,38.29713],[140.97053,38.29733],[140.9705,38.28381],[140.94764,38.28384],[140.94753,38.21626],[140.92469,38.21628],[140.92463,38.16223],[140.9018,38.16224],[140.90177,38.1217],[140.87895,38.12171],[140.8788,37.87843],[140.90154,37.87842],[140.9015,37.83787],[140.92423,37.83786],[140.92411,37.74325],[140.9695,37.7432],[140.96937,37.67562],[140.99205,37.6756],[140.99189,37.60296],[140.98853,37.60299],[140.98273,37.2246],[140.9602,37.22482],[140.9582,37.08967],[140.9357,37.08988],[140.93414,36.98176],[140.91168,36.98197],[140.91149,36.96846],[140.82165,36.96924],[140.82113,36.92869],[140.75379,36.92923],[140.75298,36.86165],[140.79312,36.86131],[140.79322,36.8617],[140.79369,36.86219],[140.79167,36.86226],[140.78973,36.86667],[140.79077,36.875],[140.79167,36.87635],[140.79301,36.87722],[140.7946,36.88333],[140.8,36.89167],[140.81667,36.90833],[140.825,36.91168],[140.83333,36.90916],[140.84167,36.90855],[140.85833,36.91708],[140.86667,36.91134],[140.86667,36.91487],[140.875,36.91873],[140.88333,36.92036],[140.88333,36.90783],[140.88393,36.90833],[140.89167,36.91222],[140.90833,36.91726],[140.90833,36.934],[140.91667,36.93485],[140.91965,36.93282],[140.925,36.93417],[140.92851,36.94167],[140.93333,36.94791],[140.93575,36.95],[140.94167,36.954],[140.95322,36.9525],[140.95726,36.95397],[140.95376,36.95833],[140.95833,36.96449],[140.96667,36.96337],[140.96881,36.96091],[140.97143,36.96231],[140.96815,36.96493],[140.97046,36.975],[140.96894,36.98333],[140.975,36.99167],[140.98333,36.99167],[140.98333,36.99146],[140.9841,36.99146],[140.98412,36.99167],[140.98244,37],[140.98221,37.01158],[140.975,37.01346],[140.97419,37.01667],[140.97336,37.025],[140.97354,37.03333],[140.97482,37.04167],[140.97436,37.05],[140.975,37.05546],[140.97558,37.05833],[140.97779,37.06667],[140.97964,37.075],[140.9824,37.08333],[140.98333,37.08731],[140.98497,37.09167],[140.98962,37.1],[140.99167,37.10283],[140.99842,37.1],[140.99891,37.09959],[141.00095,37.10035],[141,37.10235],[141,37.10674],[141.00408,37.10767],[141.00163,37.11228],[141.00194,37.11667],[141.00183,37.11907],[140.99984,37.125],[141.00123,37.13032],[140.99931,37.13333],[141,37.13927],[141.00833,37.14111],[141.00833,37.14559],[141.00942,37.14616],[141.00655,37.15],[141.00306,37.15833],[141.00456,37.16387],[141.00289,37.16667]],[[141.02145,37.6707],[141.02118,37.67065],[141.02231,37.66667],[141.02268,37.66537],[141.02295,37.66542],[141.02145,37.6707]],[[141.06284,38.26085],[141.05499,38.25796],[141.05506,38.25785],[141.06858,38.26278],[141.06851,38.2629],[141.06667,38.26223],[141.06284,38.26085]],[[141.07545,38.32567],[141.07574,38.3255],[141.07579,38.32553],[141.07572,38.32596],[141.07517,38.32598],[141.075,38.3262],[141.07501,38.32657],[141.07467,38.32667],[141.07474,38.32691],[141.07456,38.32697],[141.07449,38.32732],[141.07528,38.32797],[141.07456,38.32796],[141.07446,38.32762],[141.07388,38.32752],[141.0739,38.32732],[141.07329,38.32689],[141.07266,38.32697],[141.07256,38.32714],[141.07216,38.32701],[141.07121,38.3271],[141.07112,38.32704],[141.07127,38.32687],[141.07097,38.32678],[141.07076,38.32689],[141.07081,38.327],[141.07043,38.32706],[141.07024,38.32726],[141.06935,38.32703],[141.06817,38.32644],[141.06713,38.32639],[141.06693,38.32678],[141.06674,38.32651],[141.06701,38.32607],[141.06776,38.32595],[141.06792,38.32555],[141.06822,38.32544],[141.06812,38.32473],[141.06737,38.32471],[141.06782,38.32458],[141.06748,38.32436],[141.06791,38.32457],[141.06793,38.32418],[141.0683,38.32379],[141.06816,38.32367],[141.06864,38.32378],[141.06916,38.3234],[141.06967,38.32366],[141.0692,38.3238],[141.06945,38.32435],[141.06982,38.32452],[141.0702,38.32436],[141.06996,38.32471],[141.06975,38.32471],[141.07023,38.32508],[141.07066,38.32503],[141.0711,38.32536],[141.07164,38.32499],[141.07207,38.32498],[141.07283,38.32529],[141.07272,38.32562],[141.07245,38.32577],[141.07212,38.32562],[141.07201,38.32579],[141.07209,38.3261],[141.07256,38.3266],[141.07303,38.32651],[141.07358,38.32663],[141.07402,38.32642],[141.0741,38.32631],[141.0739,38.32612],[141.07434,38.32584],[141.07416,38.32557],[141.07492,38.32595],[141.07519,38.32589],[141.07545,38.32567]],[[141.04856,38.32531],[141.04857,38.32523],[141.05177,38.32321],[141.0486,38.3253],[141.05348,38.32982],[141.05,38.32664],[141.04856,38.32531]],[[141.187,38.31618],[141.18703,38.31656],[141.18673,38.3168],[141.18668,38.31708],[141.18652,38.3168],[141.18648,38.31705],[141.18626,38.31705],[141.18608,38.31667],[141.1865,38.31586],[141.1862,38.31586],[141.18586,38.31548],[141.18538,38.31552],[141.18507,38.31526],[141.18524,38.31498],[141.18555,38.31494],[141.18679,38.31537],[141.18674,38.31508],[141.18687,38.31504],[141.18743,38.31559],[141.18745,38.31584],[141.187,38.31618]],[[141.15756,38.31707],[141.15886,38.31707],[141.15898,38.31739],[141.15924,38.31747],[141.16027,38.31719],[141.16061,38.3175],[141.16109,38.31721],[141.16127,38.31667],[141.16145,38.3166],[141.16167,38.31683],[141.16124,38.31734],[141.16128,38.31776],[141.16073,38.31802],[141.16068,38.31843],[141.16053,38.31848],[141.16066,38.31863],[141.16004,38.31865],[141.15995,38.31881],[141.15986,38.31852],[141.15968,38.31846],[141.15908,38.31867],[141.15953,38.31906],[141.15903,38.31898],[141.1595,38.31972],[141.15912,38.32008],[141.15888,38.31996],[141.15906,38.32021],[141.15882,38.32046],[141.15912,38.32055],[141.15899,38.32083],[141.15844,38.32091],[141.15789,38.3213],[141.15762,38.32106],[141.15788,38.32087],[141.15784,38.3206],[141.15733,38.32043],[141.15641,38.3209],[141.15635,38.32064],[141.15555,38.3207],[141.15531,38.32106],[141.15515,38.32106],[141.15531,38.32061],[141.15507,38.32037],[141.15513,38.31995],[141.15612,38.31923],[141.1554,38.31911],[141.15617,38.31856],[141.15605,38.31832],[141.15574,38.31825],[141.15528,38.31841],[141.1553,38.31824],[141.15651,38.31777],[141.15699,38.31865],[141.15718,38.31862],[141.15747,38.31854],[141.15752,38.31818],[141.15742,38.31802],[141.1571,38.31811],[141.15686,38.31755],[141.15756,38.31707]],[[141.15368,38.31958],[141.15364,38.31981],[141.15402,38.32071],[141.15367,38.32136],[141.15287,38.32153],[141.15273,38.32131],[141.15303,38.32106],[141.15348,38.32018],[141.1533,38.31926],[141.15359,38.31916],[141.15364,38.31898],[141.15316,38.31852],[141.15335,38.31829],[141.1541,38.31881],[141.15394,38.31904],[141.1541,38.3195],[141.15368,38.31958]],[[141.10284,38.33323],[141.1026,38.33306],[141.10196,38.33334],[141.10195,38.33379],[141.10271,38.33373],[141.10292,38.33384],[141.10267,38.33376],[141.10151,38.33395],[141.10114,38.33419],[141.101,38.33396],[141.10006,38.33375],[141.09904,38.33383],[141.0987,38.334],[141.0985,38.33477],[141.09831,38.33494],[141.09825,38.33451],[141.09741,38.33454],[141.09655,38.33519],[141.09673,38.33544],[141.0973,38.33547],[141.0965,38.33548],[141.09571,38.33575],[141.09534,38.33616],[141.09577,38.33635],[141.0948,38.33616],[141.0942,38.3364],[141.09404,38.33672],[141.09354,38.33656],[141.09345,38.3367],[141.0929,38.33645],[141.09245,38.33708],[141.09173,38.33675],[141.09248,38.33624],[141.09091,38.33545],[141.09065,38.33583],[141.09148,38.33651],[141.0914,38.33661],[141.09046,38.3362],[141.08942,38.33766],[141.09079,38.33826],[141.09107,38.33786],[141.09082,38.33827],[141.09189,38.33852],[141.0912,38.33848],[141.08879,38.33742],[141.08826,38.33569],[141.08778,38.33547],[141.08615,38.33507],[141.0852,38.33598],[141.0849,38.33584],[141.08508,38.3357],[141.08524,38.3348],[141.08513,38.33447],[141.08483,38.33434],[141.08489,38.33404],[141.08553,38.33398],[141.08595,38.33355],[141.08596,38.33321],[141.08578,38.33298],[141.0866,38.33255],[141.08671,38.33228],[141.08652,38.33207],[141.08735,38.33142],[141.08733,38.33106],[141.0877,38.33074],[141.08801,38.33084],[141.08836,38.33061],[141.0882,38.33086],[141.08878,38.33119],[141.092,38.33257],[141.09333,38.33288],[141.09402,38.33285],[141.09425,38.33265],[141.09401,38.33252],[141.09404,38.33239],[141.09478,38.33224],[141.09506,38.33228],[141.09506,38.33247],[141.09715,38.3326],[141.09827,38.33225],[141.0984,38.33138],[141.09873,38.33157],[141.09945,38.33158],[141.10026,38.33131],[141.10031,38.33114],[141.10015,38.33096],[141.10046,38.33088],[141.10039,38.33061],[141.10073,38.33048],[141.10074,38.33031],[141.10153,38.33065],[141.10202,38.33053],[141.10307,38.32937],[141.10317,38.32897],[141.10358,38.3284],[141.10462,38.32766],[141.10513,38.32772],[141.10529,38.32726],[141.10595,38.32721],[141.10589,38.32745],[141.10603,38.32753],[141.10646,38.32735],[141.10723,38.32755],[141.10719,38.32791],[141.10746,38.32819],[141.10721,38.32817],[141.10716,38.32798],[141.10595,38.32815],[141.10553,38.32872],[141.10552,38.32947],[141.10585,38.32969],[141.10498,38.3301],[141.10515,38.33024],[141.10517,38.33142],[141.10532,38.33183],[141.10493,38.33179],[141.10472,38.33194],[141.10464,38.33228],[141.10394,38.33249],[141.10373,38.333],[141.10345,38.33274],[141.1027,38.33303],[141.10284,38.33323]],[[141.12974,38.349],[141.12948,38.34821],[141.12973,38.34738],[141.12889,38.34714],[141.12853,38.34751],[141.12808,38.3473],[141.12916,38.34598],[141.12946,38.34506],[141.12905,38.34467],[141.12854,38.34453],[141.12821,38.34505],[141.12837,38.34401],[141.12771,38.34368],[141.12657,38.34345],[141.12664,38.34296],[141.12584,38.34256],[141.12581,38.3422],[141.12536,38.34196],[141.12527,38.34148],[141.12437,38.34135],[141.12412,38.34172],[141.12299,38.34184],[141.12261,38.34164],[141.12245,38.34139],[141.12256,38.34125],[141.12328,38.34108],[141.12329,38.34077],[141.12357,38.34038],[141.12349,38.34027],[141.12384,38.33988],[141.12393,38.33953],[141.1232,38.33923],[141.12275,38.33942],[141.12236,38.33998],[141.12193,38.34022],[141.12169,38.34017],[141.12229,38.33872],[141.1226,38.33852],[141.12262,38.33815],[141.12317,38.33791],[141.12302,38.33737],[141.12359,38.33729],[141.12407,38.33695],[141.12389,38.33646],[141.12311,38.33615],[141.1243,38.33556],[141.12455,38.33527],[141.12451,38.33512],[141.12367,38.33471],[141.12347,38.33478],[141.12365,38.3346],[141.12306,38.33426],[141.12221,38.3342],[141.1215,38.33468],[141.12149,38.33574],[141.12089,38.33585],[141.12188,38.33648],[141.12138,38.33698],[141.12204,38.3374],[141.11989,38.33946],[141.11785,38.33815],[141.11686,38.33652],[141.11611,38.33576],[141.11596,38.33529],[141.11574,38.33521],[141.11558,38.33534],[141.11563,38.33482],[141.11643,38.33434],[141.11645,38.33392],[141.11606,38.33385],[141.11671,38.33331],[141.11685,38.33295],[141.11656,38.33238],[141.1161,38.33241],[141.11622,38.33206],[141.11719,38.33194],[141.11774,38.33053],[141.11826,38.33082],[141.11999,38.33065],[141.12159,38.32982],[141.12225,38.32919],[141.12259,38.32845],[141.12252,38.32767],[141.12217,38.32735],[141.12224,38.32684],[141.12248,38.32686],[141.12248,38.32671],[141.12274,38.32694],[141.12308,38.32698],[141.12336,38.32643],[141.1241,38.32611],[141.12413,38.32597],[141.12383,38.32586],[141.12385,38.3257],[141.12424,38.32546],[141.12451,38.32579],[141.12429,38.32589],[141.12449,38.32648],[141.12495,38.32666],[141.12484,38.32691],[141.12562,38.32694],[141.12627,38.32676],[141.1265,38.32657],[141.1263,38.32649],[141.12655,38.32594],[141.1265,38.32563],[141.12739,38.3257],[141.12738,38.32591],[141.12826,38.32676],[141.12801,38.32681],[141.12789,38.3266],[141.12759,38.32677],[141.12759,38.32741],[141.12777,38.32756],[141.12835,38.32738],[141.1283,38.32765],[141.1286,38.32789],[141.12852,38.3281],[141.12869,38.32913],[141.12843,38.32958],[141.12834,38.32904],[141.12739,38.32891],[141.12731,38.32878],[141.12664,38.32903],[141.12609,38.32964],[141.1257,38.33055],[141.12578,38.33117],[141.12611,38.33167],[141.12659,38.33174],[141.12674,38.33138],[141.12709,38.33126],[141.1274,38.33152],[141.1272,38.33202],[141.12766,38.33221],[141.12828,38.33222],[141.12833,38.33184],[141.12819,38.33168],[141.12843,38.3316],[141.12962,38.33217],[141.13024,38.33174],[141.13037,38.33207],[141.13071,38.33227],[141.13127,38.33224],[141.13095,38.33292],[141.13069,38.33254],[141.13051,38.33252],[141.13007,38.33268],[141.12993,38.33293],[141.1299,38.3326],[141.12954,38.33244],[141.12877,38.33282],[141.1282,38.3338],[141.12938,38.33416],[141.12948,38.33452],[141.12926,38.33448],[141.12916,38.33477],[141.1287,38.33466],[141.12801,38.33491],[141.12781,38.33533],[141.12698,38.33557],[141.12691,38.33573],[141.12727,38.33638],[141.12753,38.33652],[141.12788,38.33639],[141.12824,38.33594],[141.12889,38.33578],[141.12875,38.33641],[141.12966,38.33671],[141.12993,38.33644],[141.12992,38.33618],[141.1306,38.33592],[141.13067,38.33557],[141.13037,38.33542],[141.13064,38.33523],[141.13109,38.33546],[141.13155,38.33613],[141.13148,38.33649],[141.13102,38.33662],[141.13056,38.33705],[141.1309,38.33765],[141.13037,38.33781],[141.12999,38.33815],[141.13026,38.33852],[141.13062,38.33857],[141.13077,38.33878],[141.13056,38.33956],[141.13117,38.34023],[141.13114,38.34088],[141.13162,38.34121],[141.13163,38.34164],[141.13214,38.34199],[141.13234,38.34249],[141.13221,38.34288],[141.13262,38.34335],[141.13236,38.34338],[141.13175,38.34293],[141.13173,38.34216],[141.13123,38.34209],[141.13099,38.34167],[141.13053,38.34177],[141.13067,38.34123],[141.12987,38.34083],[141.12971,38.34111],[141.12919,38.34113],[141.12905,38.34043],[141.12962,38.33976],[141.12873,38.33939],[141.12865,38.33948],[141.12871,38.33913],[141.12818,38.339],[141.12741,38.33963],[141.1278,38.34029],[141.12768,38.34046],[141.12735,38.34046],[141.1273,38.34135],[141.12766,38.34146],[141.12772,38.34169],[141.12724,38.34253],[141.12764,38.34279],[141.12826,38.3426],[141.12837,38.34286],[141.1282,38.34322],[141.12835,38.34353],[141.12867,38.34359],[141.12906,38.34335],[141.12964,38.3436],[141.13016,38.34394],[141.13005,38.34421],[141.13123,38.34504],[141.13115,38.34519],[141.13036,38.34535],[141.12995,38.34572],[141.12997,38.34608],[141.13046,38.34628],[141.13058,38.34659],[141.13004,38.34737],[141.13031,38.34793],[141.13026,38.34826],[141.12974,38.349]],[[141.12021,38.34199],[141.12091,38.3426],[141.12078,38.34307],[141.12145,38.3438],[141.12157,38.34459],[141.12101,38.34487],[141.12055,38.34395],[141.11977,38.34355],[141.11949,38.34377],[141.11922,38.34338],[141.11943,38.34275],[141.11871,38.34228],[141.11892,38.34175],[141.11867,38.34145],[141.11732,38.34103],[141.11708,38.34078],[141.11694,38.34016],[141.11609,38.33998],[141.11588,38.33951],[141.11558,38.33942],[141.11516,38.3396],[141.11474,38.33909],[141.11417,38.3392],[141.11391,38.33841],[141.11339,38.33819],[141.11297,38.33831],[141.11282,38.33866],[141.11184,38.33935],[141.11195,38.33945],[141.11156,38.33953],[141.11154,38.33993],[141.11189,38.34001],[141.11208,38.34035],[141.11155,38.3402],[141.11066,38.34091],[141.11059,38.34079],[141.11108,38.34046],[141.1112,38.34015],[141.11051,38.33974],[141.11038,38.33989],[141.11041,38.33965],[141.10971,38.33959],[141.10936,38.33964],[141.10931,38.33997],[141.10908,38.34006],[141.10917,38.3397],[141.10889,38.33961],[141.1094,38.33906],[141.10925,38.33885],[141.1082,38.33859],[141.10824,38.33843],[141.10802,38.3384],[141.10742,38.33888],[141.10681,38.3388],[141.10733,38.33954],[141.10709,38.33929],[141.10608,38.33963],[141.10613,38.34005],[141.10589,38.33982],[141.10474,38.34017],[141.1048,38.34039],[141.10528,38.34067],[141.10505,38.34068],[141.10489,38.34095],[141.10506,38.34153],[141.10544,38.34181],[141.10642,38.34185],[141.10648,38.34203],[141.10636,38.34192],[141.1059,38.34215],[141.10576,38.342],[141.10538,38.34204],[141.10504,38.34244],[141.10509,38.34261],[141.1042,38.34277],[141.104,38.34314],[141.10409,38.34346],[141.10356,38.34337],[141.10392,38.34294],[141.10402,38.3425],[141.10402,38.34231],[141.10379,38.34225],[141.104,38.34198],[141.10374,38.3419],[141.10401,38.3418],[141.10387,38.34159],[141.10407,38.34143],[141.10384,38.34108],[141.10443,38.34086],[141.1045,38.34026],[141.10466,38.34035],[141.10461,38.33949],[141.10503,38.33938],[141.10523,38.33908],[141.10513,38.33873],[141.10435,38.33773],[141.10429,38.33728],[141.10439,38.33771],[141.10495,38.33838],[141.10568,38.338],[141.10542,38.3377],[141.10551,38.33765],[141.10574,38.33797],[141.10601,38.33784],[141.10557,38.3373],[141.10578,38.33662],[141.1056,38.3373],[141.10604,38.33782],[141.10629,38.33769],[141.10657,38.33681],[141.10679,38.33682],[141.10685,38.33637],[141.10672,38.33617],[141.10623,38.33599],[141.10607,38.33579],[141.1063,38.33587],[141.10668,38.33519],[141.10667,38.33477],[141.10655,38.33476],[141.10667,38.33475],[141.10667,38.33444],[141.10644,38.33441],[141.10671,38.33436],[141.10686,38.33407],[141.10738,38.33418],[141.10782,38.33396],[141.10779,38.33364],[141.1081,38.33335],[141.10796,38.33311],[141.10808,38.33298],[141.10782,38.3328],[141.10879,38.33205],[141.10882,38.33169],[141.10853,38.33158],[141.10892,38.33123],[141.10924,38.33127],[141.10945,38.33116],[141.10942,38.33102],[141.10981,38.33104],[141.10997,38.33113],[141.10978,38.33132],[141.10981,38.33164],[141.10949,38.3318],[141.10945,38.332],[141.11001,38.33226],[141.11025,38.33244],[141.10983,38.33237],[141.10942,38.33262],[141.1095,38.33326],[141.1091,38.33281],[141.10889,38.33282],[141.10851,38.33337],[141.10857,38.33393],[141.10911,38.3347],[141.10901,38.33487],[141.10925,38.33499],[141.10922,38.33483],[141.1096,38.33506],[141.10933,38.33506],[141.1095,38.33542],[141.11075,38.33522],[141.11105,38.33611],[141.11195,38.33641],[141.11266,38.33634],[141.11292,38.33662],[141.11335,38.33674],[141.11378,38.33673],[141.1138,38.33649],[141.11436,38.33585],[141.11473,38.33569],[141.11441,38.33621],[141.11465,38.33648],[141.11489,38.33656],[141.11572,38.33628],[141.1159,38.3367],[141.11569,38.33702],[141.11583,38.3373],[141.11576,38.33793],[141.11596,38.33805],[141.11593,38.33824],[141.11724,38.33907],[141.1174,38.33973],[141.11782,38.34047],[141.11856,38.34075],[141.11879,38.34116],[141.11944,38.34131],[141.11985,38.34196],[141.12021,38.34199]],[[141.17778,38.32435],[141.17762,38.32448],[141.17744,38.32437],[141.17732,38.32453],[141.17759,38.32476],[141.17702,38.32468],[141.17749,38.32499],[141.17738,38.325],[141.177,38.32488],[141.17689,38.32509],[141.17676,38.3247],[141.1766,38.32478],[141.17623,38.32507],[141.17657,38.32561],[141.17633,38.32565],[141.17615,38.32548],[141.17594,38.32554],[141.17586,38.32529],[141.17516,38.32524],[141.17438,38.32565],[141.17392,38.32547],[141.17407,38.32516],[141.17374,38.325],[141.17344,38.32505],[141.17345,38.32531],[141.17284,38.32564],[141.1728,38.32546],[141.17296,38.32535],[141.17274,38.32541],[141.17283,38.32506],[141.17259,38.32505],[141.1725,38.32519],[141.17226,38.32508],[141.17194,38.32525],[141.17187,38.3255],[141.1722,38.32573],[141.17187,38.32589],[141.17195,38.32603],[141.17165,38.32596],[141.1713,38.32626],[141.17199,38.32655],[141.17176,38.32674],[141.17151,38.32662],[141.17106,38.32696],[141.17104,38.32715],[141.17149,38.32744],[141.17087,38.32723],[141.17072,38.32742],[141.17109,38.32778],[141.17077,38.32776],[141.17008,38.32867],[141.16975,38.32871],[141.16895,38.32934],[141.16885,38.32969],[141.16895,38.3298],[141.16856,38.33021],[141.16881,38.33049],[141.16824,38.33053],[141.16853,38.33073],[141.1679,38.33072],[141.16742,38.33128],[141.16729,38.33182],[141.16676,38.33205],[141.16669,38.33361],[141.16698,38.33474],[141.16733,38.33542],[141.16836,38.33624],[141.16941,38.33668],[141.17067,38.33887],[141.17055,38.33892],[141.17002,38.33801],[141.16939,38.33823],[141.17001,38.33798],[141.16936,38.33683],[141.16865,38.33648],[141.16817,38.3371],[141.16836,38.33816],[141.16779,38.33821],[141.16778,38.33884],[141.16762,38.33896],[141.16817,38.3394],[141.16846,38.33919],[141.16909,38.3394],[141.16987,38.33879],[141.16915,38.33942],[141.16947,38.33954],[141.1695,38.33975],[141.16919,38.33946],[141.16878,38.33967],[141.16848,38.33952],[141.1681,38.33982],[141.16831,38.34011],[141.16792,38.34014],[141.16786,38.34032],[141.16813,38.34049],[141.16801,38.34066],[141.16811,38.34076],[141.16888,38.34056],[141.16917,38.34091],[141.16847,38.34119],[141.16872,38.34147],[141.16833,38.34157],[141.16832,38.34178],[141.16855,38.34204],[141.16853,38.34236],[141.16906,38.34259],[141.16876,38.34276],[141.16901,38.343],[141.16868,38.34319],[141.1691,38.34359],[141.16896,38.34383],[141.16926,38.34426],[141.16955,38.34437],[141.1695,38.34472],[141.16917,38.34481],[141.1692,38.34458],[141.16884,38.34413],[141.16828,38.34443],[141.16839,38.34376],[141.16794,38.34378],[141.16814,38.34313],[141.16781,38.34316],[141.16772,38.34234],[141.16693,38.34236],[141.16688,38.34275],[141.16626,38.34267],[141.1661,38.34293],[141.16675,38.34322],[141.16682,38.34363],[141.16576,38.34365],[141.16559,38.34404],[141.16568,38.34422],[141.16606,38.34432],[141.16647,38.34424],[141.16652,38.34433],[141.16617,38.34447],[141.16624,38.34459],[141.16695,38.34486],[141.1674,38.34551],[141.16716,38.34566],[141.16669,38.3451],[141.16622,38.34502],[141.16597,38.34506],[141.16618,38.34545],[141.166,38.3456],[141.16577,38.34538],[141.16517,38.34525],[141.16529,38.34514],[141.16502,38.34473],[141.16424,38.34492],[141.16383,38.34558],[141.16406,38.34579],[141.16436,38.34566],[141.16458,38.34575],[141.16439,38.34599],[141.16454,38.34625],[141.16519,38.34634],[141.16523,38.34662],[141.16619,38.34657],[141.16711,38.34674],[141.16726,38.34689],[141.16684,38.34688],[141.16658,38.34708],[141.16598,38.34682],[141.16588,38.34718],[141.16542,38.34696],[141.16519,38.34723],[141.16491,38.34693],[141.16428,38.3467],[141.16377,38.34692],[141.16375,38.34716],[141.16443,38.34756],[141.16414,38.34775],[141.16435,38.34778],[141.1643,38.34797],[141.16446,38.34817],[141.16504,38.34792],[141.16483,38.34828],[141.16491,38.34845],[141.16525,38.34839],[141.16526,38.34868],[141.16562,38.34858],[141.16587,38.34798],[141.16605,38.34873],[141.16664,38.3485],[141.16684,38.34816],[141.16714,38.34876],[141.16828,38.34868],[141.16865,38.3484],[141.16844,38.34811],[141.1691,38.34784],[141.16935,38.34837],[141.16918,38.34861],[141.16939,38.3492],[141.16901,38.34965],[141.16888,38.35014],[141.16862,38.35028],[141.16851,38.35017],[141.1689,38.34972],[141.16871,38.349],[141.1685,38.34899],[141.16827,38.34946],[141.16804,38.34902],[141.16766,38.34901],[141.16753,38.34939],[141.16763,38.35008],[141.16744,38.35042],[141.16736,38.34947],[141.16682,38.34908],[141.16664,38.34938],[141.1666,38.35003],[141.1663,38.35019],[141.16646,38.35045],[141.16631,38.35079],[141.16644,38.35093],[141.16633,38.35135],[141.16645,38.35149],[141.16675,38.3514],[141.16678,38.35174],[141.16633,38.35195],[141.16598,38.35185],[141.16577,38.35225],[141.1656,38.35226],[141.16544,38.35189],[141.16572,38.35163],[141.16546,38.35147],[141.1657,38.35134],[141.16565,38.35122],[141.16602,38.35115],[141.16583,38.35092],[141.16605,38.35057],[141.16605,38.34944],[141.1658,38.34958],[141.16546,38.34946],[141.16545,38.3502],[141.165,38.35082],[141.16494,38.35029],[141.16477,38.35036],[141.1649,38.34991],[141.16476,38.34949],[141.16422,38.34945],[141.16411,38.34952],[141.16426,38.34983],[141.16402,38.35005],[141.16412,38.35082],[141.16372,38.3506],[141.16365,38.35035],[141.16327,38.35044],[141.16307,38.3501],[141.16288,38.35053],[141.16255,38.35067],[141.16253,38.35082],[141.1631,38.35086],[141.16348,38.35127],[141.16329,38.3514],[141.16297,38.35129],[141.16209,38.35173],[141.16303,38.35192],[141.16363,38.35224],[141.16368,38.35244],[141.1615,38.35234],[141.16131,38.35212],[141.16107,38.35225],[141.16058,38.3522],[141.16032,38.35202],[141.16057,38.35167],[141.16111,38.35148],[141.16141,38.3516],[141.16165,38.35127],[141.16125,38.35092],[141.16153,38.35072],[141.16126,38.35047],[141.16142,38.35023],[141.16168,38.35018],[141.16172,38.34963],[141.16231,38.34925],[141.16234,38.34905],[141.16213,38.34898],[141.16214,38.34882],[141.16253,38.34857],[141.16167,38.348],[141.16141,38.34812],[141.16153,38.34851],[141.16143,38.34866],[141.16107,38.34864],[141.16105,38.34898],[141.16043,38.34917],[141.16049,38.34971],[141.15993,38.34973],[141.15986,38.34999],[141.15964,38.35012],[141.15976,38.35043],[141.15946,38.35057],[141.15931,38.35094],[141.15927,38.35042],[141.15883,38.35039],[141.15893,38.35012],[141.15971,38.34952],[141.15969,38.34932],[141.15923,38.34925],[141.15929,38.34891],[141.15985,38.34886],[141.15987,38.34861],[141.16058,38.34793],[141.16092,38.34711],[141.16048,38.34683],[141.15993,38.34724],[141.15998,38.3462],[141.16015,38.3457],[141.16085,38.34538],[141.16122,38.34497],[141.16127,38.34467],[141.16095,38.3445],[141.16032,38.3446],[141.16013,38.34448],[141.16079,38.34396],[141.16126,38.34322],[141.16192,38.34187],[141.16165,38.34198],[141.16175,38.34171],[141.16195,38.34174],[141.16334,38.34051],[141.16294,38.34034],[141.16259,38.34043],[141.16142,38.34129],[141.16125,38.34111],[141.16086,38.34127],[141.16081,38.3417],[141.16052,38.34216],[141.15985,38.34249],[141.15984,38.34289],[141.15905,38.34361],[141.15857,38.34346],[141.15843,38.34314],[141.15779,38.34313],[141.15753,38.34333],[141.15748,38.34358],[141.15837,38.34472],[141.15827,38.34504],[141.15783,38.34534],[141.15783,38.34564],[141.15815,38.34586],[141.15785,38.34613],[141.158,38.34651],[141.15761,38.34657],[141.15747,38.3468],[141.15802,38.34718],[141.15753,38.34727],[141.15783,38.34775],[141.15731,38.34799],[141.15742,38.3484],[141.15677,38.34888],[141.15687,38.34961],[141.15613,38.34927],[141.15606,38.34902],[141.15576,38.34898],[141.15553,38.34872],[141.1558,38.34808],[141.15531,38.34791],[141.15485,38.34809],[141.15437,38.34789],[141.15421,38.34876],[141.15464,38.34981],[141.15539,38.35057],[141.15557,38.35036],[141.15737,38.35119],[141.15774,38.3515],[141.15817,38.35225],[141.15827,38.35301],[141.1581,38.35317],[141.15823,38.35322],[141.15706,38.35382],[141.15682,38.35374],[141.15568,38.35415],[141.15268,38.35561],[141.15123,38.35577],[141.15106,38.35604],[141.15053,38.35596],[141.15024,38.3562],[141.15057,38.35637],[141.15052,38.35677],[141.14999,38.35663],[141.14982,38.35713],[141.14971,38.35686],[141.14925,38.35675],[141.1496,38.35623],[141.14877,38.35575],[141.14841,38.35611],[141.14805,38.35565],[141.1475,38.35585],[141.14741,38.35653],[141.14694,38.35681],[141.14663,38.35669],[141.1465,38.35682],[141.14597,38.35579],[141.14529,38.35528],[141.14534,38.35487],[141.14424,38.35428],[141.1435,38.35433],[141.14301,38.35491],[141.14277,38.3546],[141.14221,38.35456],[141.14208,38.35478],[141.1419,38.35479],[141.14186,38.35464],[141.14145,38.35501],[141.14073,38.35494],[141.14092,38.35455],[141.14055,38.35431],[141.14057,38.35387],[141.14107,38.35344],[141.14143,38.35338],[141.14178,38.35281],[141.14202,38.35275],[141.14225,38.35223],[141.14196,38.35176],[141.14125,38.35188],[141.14142,38.35163],[141.14181,38.35152],[141.14179,38.35132],[141.14135,38.35131],[141.14177,38.351],[141.14161,38.35088],[141.14192,38.35057],[141.14177,38.35014],[141.14208,38.35026],[141.14226,38.35009],[141.1433,38.34987],[141.14315,38.34963],[141.14257,38.34946],[141.14241,38.34915],[141.14269,38.34896],[141.14254,38.34877],[141.14273,38.34861],[141.14331,38.34858],[141.1435,38.34826],[141.14425,38.34829],[141.1446,38.34857],[141.14483,38.34806],[141.14444,38.34752],[141.14514,38.34715],[141.1448,38.3468],[141.1453,38.34676],[141.14559,38.34693],[141.14593,38.34665],[141.14578,38.34635],[141.1464,38.34641],[141.14635,38.34617],[141.1465,38.34602],[141.14633,38.34594],[141.14646,38.34576],[141.14638,38.34537],[141.14626,38.34521],[141.14603,38.34524],[141.14602,38.34511],[141.14631,38.345],[141.14633,38.34462],[141.14664,38.3448],[141.14687,38.34468],[141.14695,38.34442],[141.14666,38.34395],[141.14715,38.34422],[141.1475,38.34418],[141.14773,38.34402],[141.14777,38.34373],[141.14761,38.3436],[141.148,38.34357],[141.14827,38.34379],[141.14894,38.34359],[141.14892,38.34337],[141.1483,38.34298],[141.14898,38.34317],[141.14917,38.34285],[141.14972,38.34307],[141.14999,38.34269],[141.14961,38.34253],[141.14954,38.34234],[141.14933,38.34239],[141.14952,38.3423],[141.14897,38.34122],[141.14884,38.34154],[141.14853,38.34145],[141.14832,38.34169],[141.14802,38.34157],[141.14857,38.34132],[141.14832,38.34108],[141.14878,38.34098],[141.14819,38.34029],[141.14766,38.34017],[141.14782,38.33991],[141.14808,38.33994],[141.14822,38.33883],[141.14797,38.33868],[141.14557,38.33871],[141.14531,38.33883],[141.14513,38.33913],[141.14542,38.33924],[141.1452,38.33956],[141.14493,38.33945],[141.14467,38.33995],[141.14487,38.34002],[141.1441,38.34092],[141.14369,38.34183],[141.14413,38.34198],[141.14303,38.34176],[141.14302,38.34194],[141.14279,38.34202],[141.143,38.34224],[141.14274,38.34232],[141.14279,38.34247],[141.14236,38.34242],[141.14258,38.34215],[141.14245,38.34175],[141.14225,38.34168],[141.14203,38.34182],[141.14171,38.34167],[141.14176,38.34125],[141.14269,38.3413],[141.14298,38.34105],[141.14299,38.34079],[141.14333,38.34072],[141.14337,38.34052],[141.14355,38.34045],[141.14319,38.33995],[141.14303,38.33999],[141.14292,38.33973],[141.1424,38.33941],[141.14102,38.33891],[141.14036,38.33928],[141.14007,38.33983],[141.13975,38.34002],[141.1395,38.33988],[141.13941,38.33936],[141.13886,38.33915],[141.13862,38.33928],[141.13855,38.33953],[141.13814,38.33972],[141.13779,38.34054],[141.1376,38.34039],[141.13779,38.34017],[141.13777,38.33986],[141.13744,38.33987],[141.13741,38.33968],[141.13768,38.33934],[141.13718,38.33911],[141.13663,38.33914],[141.13631,38.33928],[141.1361,38.33963],[141.13631,38.34009],[141.13621,38.34065],[141.13555,38.34107],[141.1358,38.34156],[141.1351,38.3416],[141.13476,38.34255],[141.13447,38.34269],[141.1343,38.34252],[141.13427,38.34197],[141.13509,38.34075],[141.13442,38.33942],[141.13391,38.33927],[141.13352,38.33962],[141.13339,38.34008],[141.1335,38.34058],[141.13314,38.34101],[141.13298,38.34088],[141.13297,38.34036],[141.13252,38.34006],[141.13279,38.33928],[141.13271,38.33908],[141.13193,38.33908],[141.1315,38.33867],[141.13164,38.33836],[141.1329,38.33746],[141.13305,38.33637],[141.13297,38.33596],[141.1336,38.336],[141.13401,38.33576],[141.13434,38.33589],[141.13454,38.33568],[141.13471,38.33499],[141.13452,38.33458],[141.13422,38.33439],[141.13375,38.33445],[141.13365,38.33412],[141.13328,38.33376],[141.1327,38.33406],[141.13334,38.33344],[141.13366,38.33336],[141.13392,38.33355],[141.13491,38.33356],[141.13549,38.33288],[141.136,38.33179],[141.13616,38.33179],[141.13607,38.33162],[141.13634,38.33143],[141.13663,38.33055],[141.13637,38.33015],[141.13584,38.33026],[141.13594,38.32993],[141.13634,38.32967],[141.13638,38.32875],[141.1366,38.32864],[141.13661,38.3291],[141.13785,38.32876],[141.13923,38.32778],[141.13976,38.32696],[141.13969,38.32654],[141.13996,38.32595],[141.13964,38.3256],[141.13922,38.32558],[141.13903,38.32527],[141.13952,38.32504],[141.13972,38.32424],[141.13951,38.32414],[141.13945,38.32369],[141.13924,38.32364],[141.13887,38.32292],[141.13853,38.32276],[141.13823,38.32212],[141.13779,38.32195],[141.13769,38.32168],[141.13799,38.32167],[141.13805,38.32192],[141.13847,38.32208],[141.13936,38.32162],[141.1397,38.32218],[141.13924,38.32212],[141.13899,38.32227],[141.13899,38.32299],[141.1392,38.32322],[141.13979,38.32332],[141.13986,38.32349],[141.13967,38.32379],[141.13978,38.32405],[141.14007,38.32421],[141.14006,38.324],[141.14024,38.32421],[141.14049,38.32414],[141.14068,38.32436],[141.14068,38.32465],[141.14144,38.32458],[141.14188,38.32428],[141.14241,38.3242],[141.14246,38.32371],[141.1427,38.32329],[141.14242,38.32309],[141.14278,38.32278],[141.14333,38.32325],[141.14308,38.32345],[141.14344,38.32385],[141.14318,38.32431],[141.14368,38.32461],[141.14356,38.32468],[141.14374,38.32462],[141.144,38.3244],[141.14437,38.32444],[141.14436,38.32481],[141.14498,38.32503],[141.14575,38.32501],[141.14598,38.32485],[141.14606,38.32454],[141.1466,38.32469],[141.14638,38.32475],[141.1465,38.32501],[141.1461,38.32564],[141.14624,38.32618],[141.14584,38.32597],[141.14546,38.32607],[141.14507,38.32667],[141.14539,38.32702],[141.14499,38.32725],[141.1446,38.32704],[141.14425,38.32712],[141.1437,38.32781],[141.14413,38.32797],[141.14334,38.32805],[141.14319,38.32837],[141.14325,38.32859],[141.14287,38.32905],[141.14265,38.32867],[141.14216,38.32876],[141.14222,38.32887],[141.14208,38.32891],[141.14182,38.32882],[141.14199,38.32816],[141.14141,38.32784],[141.14086,38.32842],[141.14081,38.32872],[141.1402,38.32867],[141.14,38.32902],[141.13873,38.32946],[141.13858,38.32967],[141.13785,38.32975],[141.13781,38.33008],[141.13869,38.33052],[141.14013,38.32971],[141.14023,38.32972],[141.14007,38.33017],[141.14077,38.33035],[141.14131,38.32982],[141.1419,38.32985],[141.14231,38.3301],[141.14211,38.33037],[141.14151,38.33035],[141.14137,38.33073],[141.14179,38.33103],[141.14132,38.33132],[141.14143,38.33146],[141.14261,38.33152],[141.14272,38.33137],[141.1426,38.33106],[141.14306,38.33083],[141.14353,38.33124],[141.14378,38.33171],[141.14371,38.33188],[141.14302,38.33198],[141.14277,38.33233],[141.14229,38.33241],[141.14159,38.33298],[141.14147,38.3334],[141.14129,38.33339],[141.14142,38.33352],[141.1413,38.33354],[141.14138,38.33388],[141.14189,38.3339],[141.14196,38.33413],[141.14235,38.33401],[141.14223,38.33378],[141.14301,38.33301],[141.14394,38.33287],[141.14468,38.33254],[141.14462,38.33285],[141.14509,38.33292],[141.14488,38.33307],[141.14497,38.33317],[141.1457,38.33353],[141.14595,38.33335],[141.14588,38.33365],[141.14648,38.33396],[141.14754,38.33396],[141.14776,38.33379],[141.14792,38.33406],[141.14887,38.33419],[141.14938,38.33398],[141.1498,38.3333],[141.14932,38.33243],[141.1491,38.33246],[141.14895,38.3322],[141.14863,38.33226],[141.14862,38.33211],[141.1484,38.33208],[141.14866,38.33155],[141.14852,38.33139],[141.14689,38.33075],[141.14652,38.33045],[141.14537,38.3302],[141.14534,38.32999],[141.14586,38.32937],[141.147,38.32872],[141.14827,38.32732],[141.14875,38.32718],[141.14884,38.32671],[141.14944,38.32643],[141.1497,38.32658],[141.15025,38.32641],[141.15124,38.32586],[141.15137,38.3256],[141.15099,38.32524],[141.15089,38.32477],[141.15103,38.32425],[141.15125,38.32453],[141.15193,38.32423],[141.15302,38.32359],[141.15316,38.32309],[141.15339,38.32322],[141.15415,38.32273],[141.1541,38.32253],[141.15428,38.32233],[141.15536,38.3223],[141.15573,38.32214],[141.15659,38.32221],[141.15635,38.32292],[141.15591,38.32323],[141.15604,38.32345],[141.1559,38.32334],[141.1553,38.32375],[141.15558,38.32425],[141.15622,38.32467],[141.15725,38.32474],[141.15703,38.32423],[141.15745,38.32339],[141.1572,38.32418],[141.15751,38.32478],[141.15796,38.32492],[141.1581,38.32512],[141.15831,38.32512],[141.15856,38.3247],[141.15883,38.32488],[141.15944,38.32477],[141.15965,38.32444],[141.16018,38.32444],[141.16023,38.32468],[141.15999,38.32475],[141.15991,38.32462],[141.15887,38.32507],[141.15905,38.32541],[141.15881,38.32547],[141.15901,38.32604],[141.16004,38.3271],[141.16076,38.32742],[141.16119,38.3274],[141.16147,38.32776],[141.16245,38.32781],[141.16286,38.32815],[141.16296,38.32776],[141.16256,38.32768],[141.16249,38.32743],[141.1627,38.32732],[141.16317,38.32741],[141.16334,38.32758],[141.16312,38.32763],[141.16312,38.3278],[141.16353,38.32796],[141.16537,38.32751],[141.16496,38.32699],[141.16498,38.32662],[141.16502,38.32697],[141.16543,38.3275],[141.16582,38.32731],[141.16609,38.3276],[141.16651,38.32739],[141.16631,38.32707],[141.16655,38.32695],[141.16675,38.3259],[141.16506,38.32543],[141.16464,38.3256],[141.16506,38.32536],[141.16698,38.32588],[141.1671,38.32577],[141.16704,38.32593],[141.16724,38.32604],[141.16762,38.32609],[141.16775,38.32591],[141.16799,38.32613],[141.16817,38.32589],[141.16889,38.3262],[141.1691,38.32606],[141.16944,38.32541],[141.1688,38.32527],[141.16942,38.32515],[141.16947,38.32502],[141.16929,38.32485],[141.16936,38.32465],[141.16871,38.32451],[141.16913,38.32446],[141.16921,38.32424],[141.16943,38.32417],[141.16931,38.32386],[141.16878,38.3239],[141.16931,38.3236],[141.16919,38.3234],[141.16894,38.32339],[141.1692,38.32315],[141.16978,38.32389],[141.17007,38.32387],[141.17005,38.32361],[141.17038,38.32368],[141.17069,38.32412],[141.1711,38.32389],[141.17088,38.32347],[141.17117,38.32312],[141.17182,38.32406],[141.17204,38.32375],[141.17234,38.3239],[141.17211,38.32353],[141.17275,38.32329],[141.17268,38.32265],[141.17309,38.32265],[141.17341,38.32295],[141.17336,38.32326],[141.17316,38.32336],[141.1733,38.32358],[141.17378,38.32356],[141.17365,38.32332],[141.17381,38.32312],[141.17408,38.32336],[141.17411,38.32318],[141.17435,38.32309],[141.17429,38.32284],[141.17471,38.32313],[141.17488,38.32312],[141.17495,38.32295],[141.17513,38.32295],[141.17507,38.32276],[141.17525,38.32277],[141.17501,38.32251],[141.17551,38.32248],[141.17538,38.32223],[141.17568,38.32209],[141.17595,38.32219],[141.17619,38.32183],[141.17579,38.32132],[141.17519,38.32143],[141.17504,38.32099],[141.17481,38.32099],[141.17441,38.32059],[141.17517,38.32066],[141.17556,38.32107],[141.17599,38.32121],[141.17621,38.32109],[141.17642,38.32134],[141.17641,38.32109],[141.17682,38.32114],[141.17698,38.32102],[141.17659,38.32079],[141.17665,38.32054],[141.17635,38.32046],[141.17651,38.32034],[141.17628,38.31985],[141.17702,38.32022],[141.17734,38.31982],[141.17709,38.31948],[141.17772,38.31936],[141.17736,38.3203],[141.17786,38.32022],[141.17758,38.32046],[141.1782,38.32072],[141.17791,38.32101],[141.17748,38.32069],[141.17739,38.32102],[141.17763,38.32128],[141.17828,38.32137],[141.17875,38.32126],[141.17907,38.32093],[141.17954,38.32089],[141.1782,38.32185],[141.17813,38.32161],[141.17788,38.32168],[141.17725,38.32138],[141.17718,38.3215],[141.17737,38.32171],[141.177,38.32185],[141.17735,38.32191],[141.17694,38.32201],[141.1768,38.32223],[141.17692,38.3223],[141.17686,38.32253],[141.17709,38.32268],[141.17681,38.32275],[141.17668,38.3231],[141.17715,38.32366],[141.17827,38.32351],[141.17885,38.3232],[141.17881,38.32305],[141.17921,38.3232],[141.17944,38.32281],[141.17973,38.3228],[141.17978,38.32301],[141.18,38.32307],[141.18049,38.32288],[141.18039,38.32283],[141.181,38.32243],[141.18103,38.32256],[141.18154,38.32252],[141.18207,38.32221],[141.18219,38.32165],[141.18268,38.32153],[141.18198,38.32255],[141.1809,38.32294],[141.18084,38.32312],[141.18112,38.32346],[141.18092,38.32352],[141.18079,38.32324],[141.18072,38.32344],[141.18055,38.32338],[141.18072,38.3236],[141.1804,38.32352],[141.18014,38.32366],[141.18051,38.32405],[141.18,38.324],[141.18018,38.32418],[141.17957,38.32444],[141.17968,38.32395],[141.17938,38.3242],[141.17931,38.32397],[141.179,38.32396],[141.17919,38.32431],[141.17875,38.32402],[141.17903,38.32462],[141.1789,38.32467],[141.17871,38.32443],[141.17846,38.32472],[141.17858,38.32417],[141.17796,38.32406],[141.17784,38.32434],[141.17805,38.3249],[141.17778,38.32435]],[[141.11593,38.34241],[141.11558,38.34295],[141.11509,38.34322],[141.11546,38.34367],[141.11454,38.34304],[141.11451,38.34274],[141.11409,38.3423],[141.1131,38.34243],[141.1126,38.34292],[141.11234,38.3429],[141.11278,38.34247],[141.11278,38.34218],[141.11251,38.34204],[141.11353,38.34136],[141.11298,38.34095],[141.11315,38.34053],[141.11275,38.34041],[141.11303,38.34023],[141.11329,38.34031],[141.11373,38.34089],[141.11451,38.3407],[141.11488,38.34132],[141.11565,38.34131],[141.11635,38.34202],[141.11657,38.34287],[141.11642,38.34285],[141.11635,38.34255],[141.11593,38.34241]],[[141.11098,38.34677],[141.11073,38.3471],[141.11009,38.34661],[141.10974,38.34683],[141.11001,38.34537],[141.1102,38.34542],[141.11014,38.34602],[141.11116,38.34618],[141.11125,38.34579],[141.11156,38.34548],[141.11247,38.34534],[141.11171,38.34601],[141.11181,38.34638],[141.11217,38.34654],[141.11221,38.34703],[141.11129,38.34668],[141.11098,38.34677]],[[141.11583,38.34938],[141.11668,38.34928],[141.11699,38.3495],[141.11693,38.34964],[141.11613,38.3498],[141.11592,38.35015],[141.1169,38.35079],[141.11683,38.35112],[141.11708,38.35163],[141.117,38.35185],[141.11626,38.35143],[141.11593,38.35083],[141.11608,38.35058],[141.11593,38.3503],[141.11492,38.35051],[141.11485,38.35126],[141.11452,38.35192],[141.1147,38.35216],[141.1152,38.35223],[141.11535,38.35246],[141.11503,38.35291],[141.11516,38.35337],[141.11485,38.35335],[141.11475,38.3532],[141.11493,38.35293],[141.11485,38.35247],[141.11412,38.35225],[141.11411,38.35166],[141.11382,38.35148],[141.11427,38.35107],[141.11419,38.35072],[141.11445,38.35049],[141.11448,38.35007],[141.11407,38.34987],[141.11331,38.3504],[141.11309,38.35025],[141.11349,38.34975],[141.11417,38.34956],[141.11402,38.34905],[141.11369,38.34871],[141.11393,38.34801],[141.11338,38.3478],[141.11307,38.34788],[141.11266,38.34844],[141.11293,38.34854],[141.11263,38.34848],[141.11217,38.34914],[141.11184,38.34913],[141.11187,38.34876],[141.11223,38.34846],[141.11181,38.34811],[141.11255,38.34763],[141.11226,38.34727],[141.1125,38.34746],[141.11284,38.34733],[141.11334,38.34661],[141.11373,38.34633],[141.11375,38.34586],[141.11394,38.34572],[141.11422,38.3458],[141.11433,38.34644],[141.11483,38.34662],[141.11528,38.34651],[141.11531,38.34592],[141.11591,38.34591],[141.11666,38.34637],[141.11634,38.34682],[141.11645,38.34723],[141.1167,38.34746],[141.11706,38.34742],[141.11734,38.34758],[141.1166,38.3481],[141.11621,38.34787],[141.11548,38.34786],[141.11516,38.34805],[141.11511,38.34827],[141.11526,38.34893],[141.11563,38.34903],[141.11583,38.34938]],[[141.11946,38.35281],[141.11921,38.35272],[141.11957,38.35208],[141.11918,38.3518],[141.11884,38.35183],[141.11965,38.35099],[141.11957,38.35083],[141.11876,38.35052],[141.11847,38.35061],[141.11835,38.35013],[141.11918,38.34962],[141.11893,38.34917],[141.11861,38.34919],[141.1191,38.34852],[141.119,38.3482],[141.11926,38.34856],[141.1199,38.34863],[141.12172,38.34784],[141.12241,38.34802],[141.12223,38.34872],[141.12207,38.34871],[141.12196,38.34846],[141.12164,38.34844],[141.12075,38.34863],[141.12047,38.34884],[141.12071,38.34929],[141.12031,38.34971],[141.12031,38.35012],[141.12081,38.35081],[141.12055,38.35157],[141.11946,38.35281]],[[141.1258,38.35118],[141.12664,38.3515],[141.12671,38.35173],[141.12647,38.35224],[141.12625,38.35234],[141.12607,38.35227],[141.12608,38.35201],[141.12564,38.35192],[141.12491,38.35214],[141.12473,38.35246],[141.12495,38.35305],[141.12518,38.35325],[141.12525,38.35361],[141.12512,38.3538],[141.12466,38.35353],[141.12408,38.35357],[141.1238,38.35423],[141.1236,38.354],[141.12345,38.35328],[141.12241,38.35292],[141.12206,38.35315],[141.12148,38.35411],[141.12114,38.3543],[141.12104,38.3542],[141.12127,38.35384],[141.12115,38.3535],[141.12143,38.35325],[141.12149,38.35287],[141.12193,38.35245],[141.12186,38.35204],[141.12311,38.35073],[141.12276,38.35008],[141.1223,38.34979],[141.1229,38.34885],[141.1243,38.34869],[141.12484,38.34878],[141.12513,38.349],[141.12526,38.34948],[141.12483,38.34991],[141.12487,38.35006],[141.12507,38.35006],[141.12526,38.35036],[141.12534,38.35083],[141.1258,38.35118]],[[141.05497,38.33697],[141.05472,38.33725],[141.05486,38.33754],[141.05542,38.33795],[141.05538,38.33816],[141.05506,38.33821],[141.05484,38.33855],[141.05445,38.33863],[141.05511,38.33782],[141.05464,38.33749],[141.05436,38.33767],[141.05399,38.33746],[141.0537,38.33751],[141.05407,38.33716],[141.05387,38.33688],[141.05393,38.33663],[141.05362,38.33647],[141.05317,38.33641],[141.05318,38.33654],[141.05265,38.33697],[141.05296,38.33639],[141.05242,38.33632],[141.05253,38.33599],[141.05187,38.33593],[141.05201,38.33552],[141.05157,38.33519],[141.05171,38.33484],[141.05216,38.33493],[141.05248,38.33536],[141.05303,38.33564],[141.05353,38.33537],[141.05343,38.33506],[141.05358,38.33465],[141.05436,38.33468],[141.0544,38.33487],[141.05392,38.33499],[141.0539,38.3354],[141.05419,38.33591],[141.05466,38.33585],[141.05488,38.33597],[141.05461,38.33628],[141.05469,38.33668],[141.05497,38.33697]],[[141.04384,38.34324],[141.04356,38.34289],[141.0436,38.34264],[141.04335,38.3426],[141.04314,38.34234],[141.04293,38.34249],[141.04258,38.34211],[141.04278,38.34171],[141.04297,38.34161],[141.04286,38.34127],[141.04245,38.34123],[141.04239,38.34094],[141.04182,38.34106],[141.04174,38.34173],[141.04112,38.34134],[141.04053,38.34122],[141.04075,38.34108],[141.0408,38.34072],[141.04123,38.34073],[141.04218,38.34044],[141.04325,38.34066],[141.04359,38.34046],[141.04426,38.34125],[141.04398,38.341],[141.04377,38.34103],[141.04347,38.34157],[141.04402,38.34186],[141.04426,38.34235],[141.04457,38.3423],[141.0449,38.34287],[141.04526,38.3429],[141.04488,38.343],[141.04459,38.34333],[141.04419,38.34306],[141.04384,38.34324]],[[141.07707,38.36226],[141.07719,38.36252],[141.07761,38.36275],[141.07803,38.36273],[141.07808,38.36304],[141.07844,38.36311],[141.07817,38.36332],[141.07793,38.3645],[141.07738,38.36524],[141.07733,38.36512],[141.0778,38.36467],[141.07786,38.36442],[141.07765,38.36425],[141.0776,38.36393],[141.07678,38.36387],[141.07659,38.36449],[141.07576,38.36541],[141.07541,38.36546],[141.07614,38.36446],[141.07564,38.36402],[141.07504,38.36428],[141.07521,38.36371],[141.07489,38.36363],[141.07526,38.36346],[141.07604,38.36351],[141.07616,38.36329],[141.07598,38.36319],[141.076,38.36302],[141.07665,38.36286],[141.07649,38.36248],[141.07707,38.36226]],[[141.07221,38.36814],[141.07204,38.36837],[141.07169,38.36838],[141.07167,38.36772],[141.07145,38.36745],[141.0706,38.36748],[141.07031,38.36763],[141.07044,38.36783],[141.07039,38.3684],[141.07016,38.36882],[141.06998,38.36873],[141.07,38.368],[141.06981,38.36779],[141.06918,38.36793],[141.06928,38.36735],[141.06964,38.36696],[141.06936,38.36672],[141.06967,38.36639],[141.06964,38.36612],[141.0699,38.36594],[141.06978,38.36584],[141.06993,38.36593],[141.07031,38.36561],[141.07072,38.36569],[141.07168,38.36527],[141.07193,38.36542],[141.07186,38.36573],[141.07248,38.36595],[141.0727,38.36553],[141.07304,38.36549],[141.07315,38.36581],[141.07296,38.3661],[141.07331,38.36663],[141.07338,38.36706],[141.0721,38.36763],[141.07221,38.36814]],[[141.16327,38.35298],[141.16355,38.35343],[141.16422,38.35325],[141.1652,38.35366],[141.16562,38.35359],[141.16553,38.35377],[141.1661,38.35364],[141.16659,38.35393],[141.16726,38.35404],[141.16734,38.35448],[141.16692,38.35416],[141.16622,38.3542],[141.16587,38.35387],[141.16495,38.35421],[141.1643,38.35389],[141.16385,38.35392],[141.16379,38.35404],[141.16425,38.35454],[141.1642,38.35499],[141.16527,38.35515],[141.16416,38.35543],[141.16415,38.35558],[141.16389,38.35572],[141.1629,38.35576],[141.16313,38.35522],[141.16352,38.3549],[141.16334,38.35467],[141.16286,38.35463],[141.16305,38.35411],[141.16324,38.35409],[141.1632,38.35387],[141.1627,38.35348],[141.16222,38.35403],[141.16153,38.35431],[141.16143,38.35382],[141.16212,38.35335],[141.16143,38.3527],[141.16252,38.35264],[141.16327,38.35298]],[[141.08319,38.3639],[141.08338,38.36392],[141.08345,38.36429],[141.08377,38.36451],[141.08486,38.36435],[141.08519,38.36391],[141.08502,38.36348],[141.08527,38.36339],[141.08549,38.36398],[141.08615,38.36389],[141.08621,38.36407],[141.08601,38.36416],[141.08617,38.36429],[141.08684,38.36433],[141.08703,38.36463],[141.08734,38.36463],[141.08754,38.36484],[141.08811,38.36473],[141.08813,38.36514],[141.08775,38.36514],[141.08734,38.36572],[141.08725,38.36546],[141.08694,38.36545],[141.08695,38.36518],[141.08668,38.36515],[141.08675,38.36476],[141.0866,38.36465],[141.08571,38.36458],[141.08541,38.36481],[141.08544,38.36519],[141.08512,38.365],[141.08482,38.36505],[141.08454,38.36541],[141.08459,38.36508],[141.08424,38.36492],[141.0834,38.36467],[141.08277,38.36467],[141.08225,38.36493],[141.08229,38.36524],[141.08181,38.36541],[141.08181,38.36575],[141.08203,38.36608],[141.08144,38.36616],[141.08141,38.36663],[141.08129,38.3666],[141.08134,38.36641],[141.0805,38.36612],[141.08001,38.3664],[141.0796,38.36641],[141.07943,38.36677],[141.07927,38.36662],[141.07896,38.36669],[141.07909,38.36637],[141.07933,38.36626],[141.08114,38.36603],[141.08128,38.36559],[141.08106,38.36546],[141.08176,38.36505],[141.08192,38.36458],[141.08176,38.36441],[141.08191,38.36424],[141.08267,38.36438],[141.08299,38.36411],[141.08294,38.36393],[141.08319,38.3639]],[[141.06237,38.41881],[141.06233,38.4053],[141.03943,38.40534],[141.03939,38.39183],[141.0165,38.39187],[141.01639,38.35132],[140.99351,38.35136],[140.99339,38.2973],[141.08778,38.29713],[141.08718,38.29814],[141.08765,38.29918],[141.08794,38.29948],[141.08889,38.2998],[141.09003,38.30049],[141.08975,38.30063],[141.08986,38.3009],[141.08957,38.30111],[141.08955,38.30142],[141.08923,38.30159],[141.08942,38.30247],[141.08928,38.303],[141.08791,38.30435],[141.0876,38.30495],[141.08785,38.30434],[141.08923,38.30299],[141.0892,38.30239],[141.08904,38.30213],[141.08861,38.30196],[141.08793,38.30205],[141.08774,38.30234],[141.08797,38.30277],[141.08651,38.30349],[141.08529,38.30337],[141.08442,38.30408],[141.0852,38.30459],[141.08589,38.30455],[141.087,38.30478],[141.08589,38.30457],[141.08501,38.30463],[141.08505,38.30481],[141.08433,38.30516],[141.08327,38.30661],[141.08331,38.30724],[141.08321,38.3066],[141.08362,38.30604],[141.08311,38.30657],[141.0842,38.30506],[141.08353,38.30476],[141.08308,38.30523],[141.08239,38.30478],[141.08139,38.3058],[141.08094,38.3067],[141.08088,38.30757],[141.08143,38.30777],[141.08217,38.30718],[141.0826,38.30716],[141.08054,38.30856],[141.08032,38.30958],[141.07946,38.31007],[141.07928,38.31039],[141.07958,38.31402],[141.07998,38.31466],[141.07732,38.31855],[141.07744,38.31866],[141.07721,38.31867],[141.07673,38.31936],[141.07637,38.31939],[141.0764,38.31957],[141.073,38.31988],[141.07298,38.31962],[141.07286,38.31963],[141.07199,38.32048],[141.07076,38.32078],[141.07065,38.32006],[141.07044,38.32008],[141.07046,38.32076],[141.07008,38.32073],[141.0697,38.32109],[141.07005,38.32072],[141.06979,38.31975],[141.06947,38.3197],[141.06938,38.31985],[141.06956,38.32044],[141.06915,38.32048],[141.06833,38.32089],[141.06868,38.32111],[141.06935,38.321],[141.06923,38.32106],[141.06868,38.32115],[141.06825,38.32088],[141.06728,38.32164],[141.06545,38.3217],[141.06494,38.32103],[141.06459,38.32017],[141.06407,38.32],[141.06378,38.31902],[141.06411,38.31997],[141.06459,38.31996],[141.06464,38.31959],[141.06434,38.31922],[141.06462,38.31905],[141.06431,38.31814],[141.06316,38.31687],[141.06301,38.31693],[141.06313,38.31684],[141.06301,38.31669],[141.0626,38.31651],[141.06265,38.31632],[141.0617,38.31658],[141.0627,38.31771],[141.0632,38.31843],[141.06338,38.31918],[141.06317,38.31844],[141.06174,38.31671],[141.06036,38.31638],[141.0603,38.31576],[141.06042,38.31553],[141.06093,38.31529],[141.06101,38.31495],[141.06042,38.31428],[141.0599,38.31409],[141.06019,38.31381],[141.05992,38.31347],[141.05898,38.3131],[141.05873,38.31276],[141.05787,38.31269],[141.05721,38.31291],[141.0572,38.31316],[141.05744,38.31316],[141.05736,38.31367],[141.05717,38.31382],[141.05732,38.31429],[141.05717,38.31448],[141.05648,38.31418],[141.05583,38.31412],[141.05486,38.31488],[141.05237,38.31478],[141.05282,38.31468],[141.05486,38.31484],[141.05537,38.31439],[141.05399,38.31329],[141.05264,38.31307],[141.05169,38.31387],[141.05189,38.31403],[141.05206,38.31494],[141.05186,38.31405],[141.0513,38.31363],[141.05097,38.31353],[141.05007,38.31366],[141.04963,38.31339],[141.04921,38.31353],[141.04912,38.31376],[141.04861,38.31359],[141.0486,38.31322],[141.04882,38.31303],[141.04865,38.31283],[141.04925,38.31268],[141.04923,38.31244],[141.04939,38.31244],[141.04937,38.31217],[141.04887,38.3121],[141.04862,38.31264],[141.04945,38.31053],[141.04961,38.31057],[141.04974,38.31025],[141.05009,38.30904],[141.04888,38.30875],[141.04858,38.30953],[141.04885,38.30962],[141.0485,38.30953],[141.04637,38.31161],[141.0468,38.31217],[141.04684,38.31256],[141.04651,38.31276],[141.0459,38.31272],[141.04587,38.31285],[141.04579,38.31264],[141.04506,38.31249],[141.04413,38.31173],[141.04412,38.31149],[141.04217,38.309],[141.04132,38.30821],[141.04005,38.30795],[141.03684,38.30681],[141.03633,38.30647],[141.03576,38.3072],[141.03735,38.30853],[141.03989,38.31006],[141.04117,38.31121],[141.0431,38.31414],[141.04321,38.31409],[141.04468,38.31618],[141.04439,38.31695],[141.04556,38.31863],[141.04458,38.31894],[141.04266,38.31835],[141.04167,38.31895],[141.03956,38.31652],[141.03839,38.31683],[141.03972,38.31903],[141.03972,38.31925],[141.03779,38.31936],[141.03632,38.31819],[141.03483,38.31816],[141.03429,38.3182],[141.03431,38.31845],[141.03505,38.31913],[141.03503,38.31933],[141.03507,38.31904],[141.03458,38.3187],[141.03474,38.31859],[141.03519,38.319],[141.03523,38.31955],[141.02738,38.31983],[141.02513,38.31922],[141.02499,38.31961],[141.02457,38.31992],[141.02523,38.32037],[141.02659,38.32068],[141.02651,38.32077],[141.02667,38.32088],[141.02706,38.32072],[141.02784,38.32133],[141.02805,38.32131],[141.02811,38.32159],[141.02858,38.32166],[141.02883,38.32188],[141.02877,38.322],[141.02905,38.32211],[141.02919,38.32202],[141.02979,38.32243],[141.03032,38.32232],[141.0302,38.32263],[141.03047,38.32257],[141.03047,38.32273],[141.03066,38.32259],[141.0305,38.32332],[141.03061,38.32333],[141.03074,38.32266],[141.0309,38.32269],[141.03086,38.32282],[141.03173,38.32287],[141.03167,38.32302],[141.03196,38.32292],[141.03175,38.32354],[141.03206,38.3236],[141.03215,38.32341],[141.0322,38.32363],[141.03243,38.32302],[141.03424,38.32319],[141.0343,38.32297],[141.03454,38.32299],[141.03456,38.32265],[141.0357,38.32255],[141.03572,38.32272],[141.03472,38.32281],[141.0347,38.32305],[141.03502,38.32359],[141.0362,38.32349],[141.03636,38.32366],[141.03787,38.32366],[141.03781,38.32231],[141.0366,38.3222],[141.03662,38.32206],[141.03798,38.32218],[141.03804,38.32367],[141.03866,38.32476],[141.03961,38.32483],[141.03997,38.32438],[141.04,38.32402],[141.04064,38.32327],[141.04344,38.3235],[141.0436,38.32377],[141.04271,38.32488],[141.04485,38.32503],[141.05217,38.3318],[141.05392,38.33062],[141.05133,38.33241],[141.05143,38.33261],[141.05202,38.33285],[141.05255,38.33265],[141.05251,38.33294],[141.05203,38.33301],[141.05198,38.33348],[141.05215,38.33385],[141.05185,38.33376],[141.05136,38.33426],[141.05146,38.33455],[141.0507,38.33476],[141.05026,38.33539],[141.05014,38.33533],[141.05016,38.33547],[141.04819,38.33676],[141.04817,38.33731],[141.04848,38.33803],[141.04954,38.33839],[141.0495,38.33895],[141.05006,38.33931],[141.05008,38.33956],[141.04937,38.3393],[141.04897,38.33888],[141.04866,38.33912],[141.04839,38.33883],[141.04803,38.33897],[141.04795,38.33873],[141.04814,38.33826],[141.04787,38.33795],[141.04788,38.33766],[141.04749,38.33763],[141.04717,38.338],[141.04725,38.33837],[141.04706,38.33852],[141.04692,38.33949],[141.04642,38.33984],[141.04685,38.33866],[141.04653,38.33759],[141.04623,38.3374],[141.04686,38.33693],[141.04662,38.33655],[141.04637,38.33644],[141.04579,38.33677],[141.04552,38.33616],[141.04502,38.3362],[141.04485,38.33714],[141.04457,38.33735],[141.04439,38.33693],[141.04464,38.3365],[141.04486,38.33546],[141.04424,38.33539],[141.0438,38.33608],[141.04372,38.33515],[141.04384,38.33482],[141.04364,38.33461],[141.04252,38.33449],[141.04238,38.3346],[141.04243,38.3351],[141.0418,38.3348],[141.0413,38.33497],[141.04129,38.33518],[141.04171,38.33545],[141.04183,38.33593],[141.04241,38.3359],[141.04252,38.33646],[141.04311,38.33685],[141.04332,38.33806],[141.043,38.33776],[141.0426,38.33779],[141.04257,38.33758],[141.04287,38.33729],[141.04276,38.33717],[141.04227,38.337],[141.04188,38.33727],[141.04198,38.33682],[141.04154,38.33664],[141.04167,38.33625],[141.04135,38.33598],[141.0408,38.33616],[141.04065,38.33589],[141.04087,38.33541],[141.0402,38.33537],[141.04045,38.33499],[141.0404,38.33464],[141.03923,38.33439],[141.03915,38.33458],[141.03942,38.33512],[141.03897,38.33524],[141.03852,38.335],[141.03838,38.3351],[141.03848,38.33533],[141.0395,38.33586],[141.03975,38.33638],[141.03952,38.33687],[141.03971,38.33712],[141.04028,38.33725],[141.04125,38.33833],[141.0409,38.33852],[141.04055,38.33799],[141.04001,38.33807],[141.03984,38.33884],[141.03943,38.33859],[141.03926,38.3382],[141.03897,38.33821],[141.03932,38.33752],[141.03888,38.33737],[141.03843,38.33761],[141.03779,38.33756],[141.03758,38.33813],[141.0377,38.33816],[141.0373,38.33897],[141.03755,38.33942],[141.03802,38.33979],[141.0373,38.3395],[141.03644,38.3395],[141.03732,38.34212],[141.03753,38.34235],[141.03743,38.3429],[141.03763,38.34353],[141.03804,38.34393],[141.0397,38.34369],[141.04004,38.34413],[141.03971,38.34451],[141.03923,38.34473],[141.0394,38.34522],[141.03989,38.34528],[141.0402,38.34499],[141.0406,38.34488],[141.04087,38.34524],[141.04146,38.34545],[141.04161,38.34607],[141.04266,38.34606],[141.04266,38.34629],[141.04303,38.34644],[141.04259,38.34734],[141.0426,38.34774],[141.04165,38.34896],[141.04118,38.34932],[141.0415,38.34933],[141.04156,38.34957],[141.04209,38.34967],[141.04243,38.3491],[141.04207,38.34896],[141.04222,38.34872],[141.04271,38.34891],[141.04268,38.3491],[141.0436,38.34944],[141.04329,38.34924],[141.04338,38.34909],[141.04436,38.34948],[141.04452,38.34885],[141.04316,38.3483],[141.04453,38.34882],[141.04483,38.34871],[141.04567,38.34943],[141.04666,38.34921],[141.04656,38.34904],[141.04596,38.34886],[141.04514,38.34793],[141.04508,38.34764],[141.04529,38.34719],[141.04549,38.34717],[141.04565,38.3477],[141.04592,38.34782],[141.04651,38.34765],[141.04664,38.34724],[141.04691,38.34701],[141.04786,38.348],[141.0484,38.34795],[141.04887,38.34766],[141.0489,38.34749],[141.04835,38.34738],[141.04856,38.34708],[141.04826,38.34687],[141.04861,38.34658],[141.04785,38.34642],[141.04834,38.34594],[141.0479,38.34578],[141.04922,38.34546],[141.04979,38.34503],[141.05027,38.34507],[141.05046,38.34526],[141.04994,38.34575],[141.0497,38.3464],[141.0501,38.34643],[141.05015,38.34671],[141.05055,38.34703],[141.05086,38.34704],[141.05075,38.34673],[141.05126,38.34589],[141.05152,38.34575],[141.05202,38.3459],[141.05212,38.3461],[141.05155,38.34642],[141.05142,38.34676],[141.05283,38.34675],[141.05195,38.34742],[141.05196,38.34766],[141.05315,38.34715],[141.05379,38.34741],[141.05415,38.34715],[141.05464,38.34623],[141.05444,38.3461],[141.05395,38.34621],[141.05402,38.34543],[141.05347,38.34556],[141.05327,38.3454],[141.0536,38.34484],[141.05388,38.34515],[141.05446,38.34536],[141.05453,38.34569],[141.05491,38.346],[141.05518,38.34676],[141.05541,38.34676],[141.0562,38.34627],[141.05585,38.34652],[141.05571,38.34684],[141.05533,38.34696],[141.05541,38.34736],[141.0557,38.34756],[141.05556,38.34816],[141.05609,38.34811],[141.05629,38.34831],[141.05663,38.34816],[141.05717,38.34683],[141.05764,38.34617],[141.05791,38.34605],[141.05795,38.34618],[141.05705,38.34742],[141.05713,38.34806],[141.05735,38.3481],[141.05766,38.34787],[141.05787,38.34744],[141.05847,38.34722],[141.05896,38.34756],[141.05927,38.34749],[141.05949,38.34793],[141.05917,38.34814],[141.05914,38.34794],[141.05887,38.34784],[141.05809,38.34792],[141.05792,38.34804],[141.058,38.34841],[141.05731,38.34858],[141.05749,38.34893],[141.05713,38.34906],[141.05709,38.34935],[141.05683,38.34939],[141.05653,38.34906],[141.05616,38.34934],[141.05608,38.34989],[141.05542,38.35027],[141.05456,38.35013],[141.05418,38.35044],[141.05318,38.3505],[141.05196,38.35035],[141.05176,38.35088],[141.052,38.35106],[141.054,38.35136],[141.05589,38.35102],[141.05717,38.35125],[141.05869,38.35054],[141.05941,38.35056],[141.05916,38.35088],[141.05912,38.35136],[141.05888,38.35153],[141.05886,38.3525],[141.05961,38.35289],[141.06105,38.35238],[141.06207,38.35154],[141.06275,38.35187],[141.06296,38.35126],[141.06343,38.35139],[141.06339,38.35187],[141.06359,38.352],[141.06462,38.35125],[141.0649,38.35124],[141.06516,38.35082],[141.06551,38.35096],[141.06555,38.35119],[141.0661,38.35128],[141.06603,38.3517],[141.06622,38.35213],[141.0667,38.3524],[141.06613,38.3524],[141.0658,38.35269],[141.0654,38.35233],[141.06506,38.35243],[141.06512,38.35281],[141.06481,38.3531],[141.06518,38.35345],[141.06423,38.35415],[141.06429,38.35441],[141.065,38.35449],[141.06497,38.35502],[141.06462,38.35505],[141.06455,38.35536],[141.06441,38.35539],[141.06421,38.3553],[141.06441,38.35507],[141.06434,38.35486],[141.06353,38.35493],[141.06271,38.35415],[141.06226,38.35442],[141.06254,38.35478],[141.06224,38.35512],[141.06263,38.35546],[141.06306,38.35557],[141.06323,38.35583],[141.06253,38.35562],[141.0624,38.35576],[141.06252,38.35618],[141.06229,38.35651],[141.06329,38.35725],[141.06288,38.35734],[141.06268,38.35763],[141.06296,38.3585],[141.06267,38.35909],[141.0629,38.35939],[141.06249,38.35972],[141.0626,38.35995],[141.06229,38.36018],[141.06233,38.36076],[141.0619,38.36092],[141.06125,38.36182],[141.06146,38.36346],[141.06214,38.36482],[141.06189,38.36517],[141.06196,38.36536],[141.06149,38.36559],[141.06155,38.36605],[141.06117,38.36676],[141.06126,38.36717],[141.06093,38.36737],[141.06177,38.36899],[141.06158,38.36907],[141.06195,38.36938],[141.06279,38.36952],[141.06398,38.37002],[141.06397,38.37015],[141.06427,38.37034],[141.06413,38.37018],[141.06425,38.36987],[141.064,38.36975],[141.06437,38.36954],[141.06425,38.37009],[141.06443,38.3704],[141.06453,38.37015],[141.06542,38.37016],[141.06555,38.36976],[141.06554,38.36994],[141.06585,38.37001],[141.06566,38.36979],[141.06619,38.36991],[141.06588,38.37002],[141.0666,38.37019],[141.06685,38.37011],[141.06653,38.37],[141.06706,38.36988],[141.06687,38.3701],[141.06796,38.36992],[141.06795,38.37002],[141.06858,38.36998],[141.07,38.37082],[141.07014,38.37105],[141.07063,38.37083],[141.0702,38.37113],[141.07049,38.37151],[141.07098,38.37128],[141.07055,38.37153],[141.07112,38.37215],[141.07148,38.37238],[141.07211,38.37206],[141.07126,38.37266],[141.07181,38.3724],[141.07166,38.37288],[141.0719,38.37363],[141.07296,38.3754],[141.07285,38.37548],[141.07301,38.37546],[141.07438,38.37779],[141.07614,38.37824],[141.07704,38.37899],[141.07728,38.37877],[141.07683,38.37818],[141.07778,38.37783],[141.07812,38.37813],[141.07896,38.37811],[141.08152,38.37858],[141.08171,38.37797],[141.08154,38.37666],[141.08176,38.37797],[141.08152,38.37875],[141.08175,38.37878],[141.08159,38.3789],[141.08176,38.3793],[141.08281,38.38061],[141.08374,38.38092],[141.08393,38.38083],[141.084,38.38102],[141.08518,38.38133],[141.08552,38.38107],[141.08632,38.38142],[141.08678,38.3815],[141.08684,38.38134],[141.0868,38.3815],[141.08801,38.38172],[141.08828,38.38123],[141.08861,38.3814],[141.089,38.38127],[141.09007,38.37988],[141.09012,38.37943],[141.09044,38.37923],[141.09054,38.37887],[141.09656,38.37792],[141.09722,38.37816],[141.09758,38.37803],[141.09843,38.37843],[141.0988,38.37841],[141.09893,38.37832],[141.09885,38.37792],[141.09915,38.3774],[141.099,38.37677],[141.09921,38.37723],[141.10005,38.37704],[141.10011,38.37632],[141.09992,38.37588],[141.09912,38.37557],[141.09855,38.37604],[141.0984,38.3758],[141.09793,38.37563],[141.09725,38.37606],[141.09601,38.37603],[141.096,38.3759],[141.09682,38.37539],[141.09659,38.37464],[141.09685,38.37427],[141.09702,38.37424],[141.09731,38.37478],[141.09788,38.37477],[141.09825,38.37368],[141.09869,38.37315],[141.09913,38.37308],[141.09927,38.37328],[141.09916,38.37379],[141.09852,38.37453],[141.09904,38.37486],[141.09962,38.37494],[141.09965,38.37461],[141.09995,38.37477],[141.1009,38.37453],[141.10135,38.37421],[141.10167,38.37365],[141.10212,38.37358],[141.10228,38.37291],[141.10217,38.37266],[141.10241,38.37229],[141.10315,38.37285],[141.10361,38.37262],[141.10374,38.37233],[141.10327,38.37199],[141.10358,38.37179],[141.10372,38.37188],[141.10384,38.37128],[141.10371,38.37115],[141.10329,38.37125],[141.10275,38.37097],[141.10287,38.37063],[141.10244,38.37039],[141.10264,38.37009],[141.10284,38.37007],[141.10358,38.3702],[141.1042,38.37063],[141.10454,38.37049],[141.10503,38.36975],[141.10441,38.36952],[141.10426,38.36892],[141.10367,38.36878],[141.10527,38.36804],[141.10548,38.36838],[141.10548,38.36905],[141.10591,38.36924],[141.10648,38.36924],[141.10603,38.36989],[141.10621,38.37015],[141.10691,38.37042],[141.10726,38.37006],[141.10744,38.37037],[141.10803,38.37028],[141.10833,38.37045],[141.1087,38.37038],[141.10874,38.37051],[141.10802,38.37105],[141.10795,38.37142],[141.10809,38.3716],[141.10768,38.37165],[141.1074,38.37188],[141.10735,38.37228],[141.1071,38.37258],[141.10722,38.37555],[141.10893,38.37639],[141.10936,38.37629],[141.11031,38.37653],[141.11105,38.37642],[141.11138,38.37603],[141.11207,38.37575],[141.11222,38.3754],[141.11282,38.37527],[141.11328,38.37458],[141.11361,38.37454],[141.11517,38.37563],[141.1154,38.37545],[141.11554,38.37552],[141.11547,38.37563],[141.11631,38.37614],[141.11584,38.37678],[141.11483,38.37649],[141.11449,38.37675],[141.11427,38.37658],[141.11399,38.37661],[141.11379,38.37707],[141.11396,38.37775],[141.11312,38.37827],[141.11297,38.37814],[141.11301,38.37765],[141.11272,38.37738],[141.11195,38.37743],[141.11183,38.37847],[141.11198,38.37853],[141.11171,38.37872],[141.11175,38.37914],[141.11108,38.37925],[141.11045,38.37911],[141.1097,38.3799],[141.10924,38.37973],[141.10786,38.38004],[141.10736,38.38102],[141.10735,38.38146],[141.10749,38.38147],[141.10735,38.38148],[141.1074,38.38195],[141.10703,38.38321],[141.10741,38.38339],[141.10717,38.38361],[141.10691,38.38359],[141.1065,38.38428],[141.10609,38.38449],[141.10544,38.38535],[141.10548,38.38578],[141.10585,38.38602],[141.10619,38.38622],[141.10649,38.38601],[141.10703,38.38632],[141.10831,38.38544],[141.10956,38.38486],[141.10941,38.3845],[141.10966,38.38393],[141.10963,38.38359],[141.1098,38.38342],[141.11023,38.38338],[141.11036,38.38387],[141.11062,38.38397],[141.11144,38.38358],[141.11141,38.38319],[141.11177,38.38272],[141.11215,38.38271],[141.11264,38.38297],[141.11349,38.38282],[141.11473,38.38204],[141.11449,38.38147],[141.11499,38.3813],[141.11555,38.38056],[141.11621,38.38068],[141.11619,38.38104],[141.11647,38.38106],[141.11649,38.38141],[141.11935,38.38074],[141.12039,38.37981],[141.12008,38.37922],[141.12026,38.37894],[141.1211,38.37868],[141.12134,38.37932],[141.12179,38.37946],[141.12165,38.37971],[141.12228,38.37995],[141.12222,38.38011],[141.12319,38.38016],[141.12411,38.37987],[141.12387,38.37937],[141.12417,38.37863],[141.12413,38.37919],[141.12438,38.37961],[141.12483,38.37972],[141.12501,38.37996],[141.12581,38.38005],[141.12628,38.37979],[141.12678,38.37981],[141.13221,38.37781],[141.13277,38.37748],[141.13273,38.37726],[141.13308,38.37722],[141.13343,38.37691],[141.13546,38.37377],[141.13784,38.3723],[141.13807,38.37209],[141.13808,38.37175],[141.13757,38.37037],[141.13702,38.36981],[141.13697,38.36889],[141.13538,38.36491],[141.13402,38.36287],[141.13379,38.36282],[141.13323,38.36204],[141.13244,38.36177],[141.13218,38.36145],[141.13232,38.36063],[141.13223,38.36019],[141.13244,38.35997],[141.13302,38.36016],[141.13723,38.36005],[141.13725,38.36029],[141.13811,38.36019],[141.13822,38.36054],[141.13871,38.36091],[141.13895,38.36075],[141.13854,38.36007],[141.13869,38.35972],[141.14104,38.35932],[141.14215,38.35965],[141.14357,38.35981],[141.1442,38.36029],[141.14446,38.36017],[141.14436,38.35959],[141.14456,38.35932],[141.14632,38.35869],[141.1489,38.35852],[141.1559,38.35454],[141.15864,38.35355],[141.15926,38.35381],[141.15969,38.35454],[141.15968,38.35485],[141.15892,38.35627],[141.15863,38.35728],[141.1586,38.35849],[141.15883,38.36018],[141.15966,38.36251],[141.1611,38.36509],[141.16218,38.36632],[141.16644,38.37008],[141.16965,38.37215],[141.17065,38.37304],[141.17243,38.37422],[141.17258,38.37425],[141.17275,38.37399],[141.17381,38.37424],[141.17402,38.3754],[141.1767,38.37692],[141.17883,38.37791],[141.17982,38.37782],[141.17978,38.37737],[141.1799,38.37723],[141.18071,38.37769],[141.18008,38.37837],[141.18227,38.37975],[141.18766,38.38251],[141.1883,38.38255],[141.18866,38.38208],[141.1888,38.38215],[141.18844,38.38262],[141.18865,38.383],[141.1892,38.38336],[141.19624,38.3868],[141.19666,38.38685],[141.19703,38.38637],[141.19718,38.38645],[141.19683,38.3869],[141.1972,38.38727],[141.2003,38.38871],[141.20092,38.38887],[141.20256,38.38974],[141.2053,38.39083],[141.20574,38.3903],[141.20594,38.39044],[141.20548,38.3909],[141.20577,38.39112],[141.21369,38.3945],[141.21423,38.39458],[141.21464,38.39389],[141.21482,38.39394],[141.21439,38.39467],[141.21451,38.39477],[141.22147,38.39764],[141.22331,38.39816],[141.22373,38.39747],[141.22389,38.39754],[141.22353,38.39817],[141.2238,38.3984],[141.23137,38.40133],[141.23317,38.40176],[141.23355,38.40104],[141.23333,38.40178],[141.23688,38.40286],[141.2405,38.40359],[141.24087,38.40392],[141.24315,38.40451],[141.24362,38.40454],[141.24404,38.40366],[141.24372,38.40455],[141.24645,38.4051],[141.25847,38.40828],[141.25981,38.4082],[141.26133,38.40853],[141.2634,38.40838],[141.26652,38.40797],[141.26682,38.40753],[141.26661,38.40796],[141.26769,38.40826],[141.26804,38.40861],[141.26765,38.4083],[141.26659,38.408],[141.26631,38.4089],[141.26553,38.40877],[141.26545,38.40904],[141.26624,38.40917],[141.26618,38.40939],[141.26861,38.40997],[141.2687,38.41023],[141.26944,38.41035],[141.26867,38.41024],[141.26824,38.41092],[141.26602,38.41234],[141.2657,38.41495],[141.26604,38.41498],[141.26606,38.41479],[141.26724,38.41489],[141.2666,38.41939],[141.27344,38.41995],[141.27386,38.41652],[141.27526,38.41666],[141.27557,38.41696],[141.27536,38.41848],[141.27776,38.41868],[141.27773,38.41885],[141.28536,38.41949],[141.28579,38.41618],[141.27849,38.41557],[141.27841,38.41569],[141.27842,38.41556],[141.27798,38.41554],[141.27485,38.41445],[141.27492,38.41397],[141.27444,38.41388],[141.27374,38.4125],[141.27394,38.41243],[141.27462,38.41376],[141.27494,38.41382],[141.27516,38.41224],[141.27326,38.41152],[141.27344,38.41141],[141.27339,38.41098],[141.27377,38.41001],[141.27417,38.40812],[141.26429,38.3978],[141.26442,38.39772],[141.2742,38.40797],[141.27432,38.40822],[141.27412,38.40915],[141.27547,38.40955],[141.27735,38.40953],[141.27951,38.40975],[141.2798,38.40791],[141.27936,38.40779],[141.28251,38.40806],[141.28249,38.40818],[141.28226,38.40816],[141.28219,38.40867],[141.28605,38.409],[141.28618,38.40805],[141.28558,38.40793],[141.28548,38.40837],[141.28534,38.40836],[141.28605,38.40319],[141.28628,38.40321],[141.28679,38.39963],[141.28382,38.39938],[141.28384,38.3992],[141.29477,38.40013],[141.29293,38.41342],[141.29382,38.41396],[141.29458,38.41409],[141.29726,38.41418],[141.29723,38.4137],[141.29735,38.41371],[141.2973,38.41415],[141.29782,38.41431],[141.29945,38.41413],[141.30445,38.41459],[141.30736,38.41463],[141.30846,38.41429],[141.30939,38.41431],[141.3098,38.414],[141.30996,38.41366],[141.30976,38.41362],[141.31021,38.41354],[141.31038,38.41318],[141.3103,38.41352],[141.31048,38.41352],[141.31074,38.4131],[141.31395,38.41321],[141.31488,38.41049],[141.31446,38.40734],[141.31459,38.40733],[141.31492,38.41056],[141.31467,38.41166],[141.3149,38.41172],[141.31657,38.40745],[141.32411,38.40229],[141.33211,38.40268],[141.3321,38.4028],[141.32413,38.40241],[141.31716,38.40719],[141.31696,38.40962],[141.3173,38.40992],[141.31717,38.41153],[141.3249,38.41191],[141.32512,38.40922],[141.32089,38.40901],[141.3209,38.40888],[141.32724,38.40921],[141.32928,38.40899],[141.33584,38.40934],[141.3405,38.40602],[141.34058,38.40609],[141.33582,38.40947],[141.32927,38.40912],[141.32724,38.40928],[141.32926,38.40916],[141.33543,38.40951],[141.33542,38.40972],[141.32927,38.40939],[141.32722,38.40954],[141.32702,38.41202],[141.34105,38.4127],[141.34113,38.41201],[141.34116,38.41218],[141.34181,38.41259],[141.34471,38.41324],[141.34622,38.41379],[141.34843,38.41398],[141.34965,38.41389],[141.35017,38.41407],[141.35439,38.414],[141.3556,38.41417],[141.35738,38.41399],[141.36375,38.41188],[141.36388,38.40553],[141.36322,38.40467],[141.36311,38.40417],[141.36338,38.40303],[141.36317,38.40417],[141.36328,38.40465],[141.36395,38.40553],[141.36394,38.40964],[141.3673,38.40919],[141.36765,38.40888],[141.36758,38.40869],[141.36771,38.4088],[141.36808,38.40861],[141.36801,38.4085],[141.3683,38.4084],[141.36841,38.40804],[141.36906,38.40745],[141.36881,38.40636],[141.36892,38.40609],[141.36854,38.40581],[141.3683,38.40585],[141.36823,38.40369],[141.36845,38.40348],[141.36775,38.40242],[141.3656,38.40269],[141.36788,38.40233],[141.36825,38.40182],[141.36814,38.4017],[141.36823,38.40156],[141.36802,38.40136],[141.36846,38.40148],[141.36909,38.40125],[141.37007,38.40043],[141.37027,38.40007],[141.36994,38.39932],[141.37016,38.39897],[141.36995,38.39852],[141.36975,38.39843],[141.36942,38.39737],[141.36905,38.39709],[141.36896,38.3959],[141.36842,38.39547],[141.36804,38.39488],[141.36801,38.39439],[141.36865,38.39351],[141.36838,38.3927],[141.36766,38.39211],[141.36693,38.3908],[141.36657,38.39048],[141.36671,38.39002],[141.36647,38.38983],[141.36657,38.38971],[141.36648,38.3894],[141.36518,38.38928],[141.36498,38.38947],[141.36412,38.3894],[141.3639,38.3893],[141.36402,38.3889],[141.36385,38.38857],[141.36447,38.38859],[141.36431,38.38845],[141.36444,38.3883],[141.36487,38.38847],[141.36494,38.38798],[141.36527,38.3878],[141.36525,38.38762],[141.36548,38.38777],[141.36552,38.38754],[141.36574,38.38754],[141.36534,38.38728],[141.36554,38.38724],[141.36551,38.38706],[141.36566,38.38719],[141.36547,38.38696],[141.36586,38.38714],[141.36637,38.38626],[141.36706,38.38594],[141.36752,38.38525],[141.3686,38.38516],[141.36878,38.38495],[141.36868,38.38487],[141.36906,38.38498],[141.36944,38.38469],[141.36943,38.38448],[141.36983,38.38433],[141.37022,38.3844],[141.37027,38.38428],[141.37047,38.38441],[141.37087,38.3843],[141.37194,38.38452],[141.37217,38.38412],[141.37228,38.3842],[141.37247,38.38396],[141.3731,38.3838],[141.37297,38.38346],[141.37318,38.38327],[141.37325,38.38341],[141.37345,38.3833],[141.37341,38.38349],[141.37365,38.38357],[141.37389,38.38336],[141.37442,38.38375],[141.37449,38.38366],[141.37529,38.38392],[141.37585,38.38394],[141.37577,38.38385],[141.37592,38.38383],[141.3763,38.3842],[141.37673,38.38421],[141.3771,38.38343],[141.37675,38.38431],[141.37869,38.38463],[141.38059,38.38518],[141.3812,38.38572],[141.38151,38.38566],[141.381,38.38516],[141.3814,38.38546],[141.38195,38.38508],[141.38155,38.38453],[141.38096,38.38423],[141.38061,38.38362],[141.37987,38.3834],[141.38059,38.38357],[141.38053,38.38336],[141.38066,38.38334],[141.38082,38.38362],[141.3812,38.3836],[141.38161,38.38399],[141.38152,38.38382],[141.38206,38.38413],[141.38276,38.38411],[141.38295,38.38451],[141.38346,38.38438],[141.38378,38.3846],[141.38383,38.38446],[141.38412,38.3846],[141.38411,38.38447],[141.3845,38.38431],[141.38458,38.38403],[141.38532,38.38475],[141.38578,38.38464],[141.38602,38.38422],[141.38594,38.38413],[141.38614,38.38424],[141.38618,38.38412],[141.38655,38.38414],[141.38666,38.38442],[141.38707,38.3842],[141.38782,38.38479],[141.38802,38.38519],[141.38794,38.38545],[141.38811,38.38557],[141.38843,38.38559],[141.38864,38.38582],[141.38879,38.38573],[141.38913,38.38603],[141.3892,38.38578],[141.38954,38.38579],[141.38956,38.386],[141.38978,38.38609],[141.39008,38.38569],[141.39034,38.38612],[141.39019,38.38624],[141.3903,38.38639],[141.39018,38.38652],[141.39025,38.38696],[141.3907,38.38726],[141.39083,38.38769],[141.39105,38.38753],[141.39143,38.38839],[141.3912,38.38849],[141.39124,38.38883],[141.39167,38.38902],[141.39163,38.38926],[141.39193,38.38947],[141.39209,38.39005],[141.39252,38.39017],[141.39262,38.38995],[141.39288,38.39016],[141.39303,38.38983],[141.39303,38.39034],[141.39312,38.39016],[141.39331,38.39041],[141.39357,38.39029],[141.39378,38.39061],[141.39386,38.39048],[141.39461,38.39065],[141.39471,38.39052],[141.39494,38.39094],[141.39525,38.39105],[141.39523,38.39153],[141.3959,38.39151],[141.3961,38.39134],[141.39642,38.39147],[141.39667,38.39122],[141.39716,38.39142],[141.39719,38.3912],[141.39768,38.39188],[141.39806,38.39204],[141.39799,38.39221],[141.39772,38.39221],[141.39753,38.39266],[141.39804,38.39299],[141.39834,38.39355],[141.39883,38.39382],[141.39884,38.39367],[141.39896,38.39391],[141.39915,38.39444],[141.39873,38.39473],[141.39878,38.395],[141.39938,38.39518],[141.40011,38.39586],[141.40091,38.39558],[141.40155,38.39569],[141.40224,38.39649],[141.40235,38.39714],[141.40362,38.39724],[141.40233,38.39719],[141.40195,38.39755],[141.40217,38.39761],[141.40245,38.39929],[141.4018,38.39954],[141.40186,38.39985],[141.40301,38.40051],[141.40355,38.40035],[141.4037,38.40012],[141.40402,38.40025],[141.40394,38.40013],[141.4041,38.40015],[141.40443,38.40066],[141.40511,38.4011],[141.40522,38.4013],[141.4051,38.40132],[141.40513,38.40169],[141.40545,38.40186],[141.40593,38.40176],[141.40604,38.40196],[141.40641,38.40201],[141.40706,38.40247],[141.40736,38.40304],[141.4084,38.404],[141.40923,38.40391],[141.41005,38.40329],[141.40995,38.40305],[141.41009,38.40321],[141.41042,38.40292],[141.41047,38.40254],[141.41016,38.4021],[141.40921,38.40221],[141.41035,38.40203],[141.41001,38.40145],[141.41011,38.40126],[141.40977,38.39998],[141.41041,38.39984],[141.41057,38.39957],[141.41063,38.3994],[141.41025,38.39926],[141.41014,38.39888],[141.41043,38.39901],[141.41072,38.39889],[141.41064,38.3981],[141.41088,38.39769],[141.4112,38.39748],[141.4119,38.39746],[141.41208,38.39726],[141.41104,38.39625],[141.41109,38.39598],[141.4113,38.396],[141.41117,38.3957],[141.41143,38.39544],[141.41096,38.39522],[141.41087,38.39501],[141.41101,38.39498],[141.41095,38.39488],[141.41122,38.39502],[141.41163,38.39546],[141.41168,38.39513],[141.41193,38.39556],[141.41218,38.39542],[141.41282,38.39568],[141.41296,38.3955],[141.41349,38.39592],[141.41367,38.39591],[141.41397,38.39557],[141.41387,38.3952],[141.41412,38.39487],[141.41417,38.39438],[141.41408,38.39387],[141.41364,38.39346],[141.41366,38.39296],[141.41381,38.39308],[141.41411,38.39224],[141.4143,38.39222],[141.4146,38.39147],[141.41478,38.39162],[141.41487,38.39142],[141.41533,38.39161],[141.4154,38.39145],[141.41576,38.39174],[141.41607,38.3927],[141.41636,38.39295],[141.41643,38.39285],[141.41697,38.39361],[141.41707,38.39408],[141.41743,38.39455],[141.41742,38.39493],[141.4184,38.39576],[141.41909,38.39692],[141.41945,38.397],[141.41981,38.39687],[141.42022,38.3962],[141.42017,38.39602],[141.42043,38.39633],[141.42097,38.39634],[141.42105,38.39584],[141.42137,38.39554],[141.42183,38.3958],[141.42234,38.39581],[141.42263,38.39532],[141.42283,38.39544],[141.42283,38.39515],[141.42318,38.39511],[141.4232,38.39476],[141.42365,38.39529],[141.4236,38.39513],[141.42387,38.39525],[141.42392,38.39581],[141.42444,38.3958],[141.42471,38.39612],[141.42512,38.39599],[141.42599,38.39626],[141.42699,38.39698],[141.42687,38.39705],[141.42711,38.39728],[141.42765,38.39735],[141.42881,38.397],[141.42822,38.39754],[141.43007,38.39888],[141.42979,38.39967],[141.4311,38.39921],[141.4308,38.39899],[141.43127,38.39859],[141.43105,38.39843],[141.43307,38.39671],[141.43289,38.39607],[141.43277,38.39606],[141.43331,38.39595],[141.4333,38.39578],[141.43352,38.39574],[141.43319,38.39569],[141.4327,38.39473],[141.4325,38.39462],[141.43221,38.39474],[141.43188,38.39408],[141.43118,38.39389],[141.43128,38.39304],[141.43096,38.39269],[141.43072,38.39193],[141.42982,38.39179],[141.42895,38.39133],[141.42882,38.39103],[141.42904,38.39018],[141.42862,38.39008],[141.42864,38.38984],[141.42822,38.38947],[141.42746,38.38949],[141.42678,38.38981],[141.42637,38.38974],[141.42579,38.38931],[141.42527,38.38863],[141.42496,38.3886],[141.42469,38.38783],[141.4245,38.38769],[141.42449,38.38729],[141.42398,38.38721],[141.42372,38.38682],[141.42373,38.38633],[141.42348,38.38636],[141.42311,38.38598],[141.4229,38.38508],[141.42313,38.38494],[141.42271,38.38468],[141.42269,38.38432],[141.42393,38.3841],[141.42402,38.38375],[141.42365,38.38351],[141.42353,38.38307],[141.42417,38.38282],[141.42493,38.38303],[141.42535,38.38286],[141.42551,38.38256],[141.42543,38.3816],[141.42556,38.3823],[141.42619,38.38226],[141.42766,38.38277],[141.42812,38.38194],[141.42864,38.38188],[141.42859,38.38161],[141.42729,38.38091],[141.42744,38.38049],[141.42782,38.38037],[141.42848,38.38044],[141.42931,38.38089],[141.42943,38.38071],[141.42967,38.38083],[141.42993,38.3807],[141.42989,38.38059],[141.43005,38.38064],[141.43,38.38046],[141.43031,38.38062],[141.43055,38.38047],[141.43148,38.38122],[141.43251,38.38254],[141.43346,38.38183],[141.43259,38.38256],[141.43304,38.38309],[141.43464,38.38246],[141.4344,38.38143],[141.43298,38.38138],[141.43456,38.38137],[141.43448,38.38122],[141.43496,38.38173],[141.43641,38.38241],[141.43686,38.38237],[141.43736,38.38207],[141.43766,38.38162],[141.43829,38.38136],[141.43859,38.38092],[141.43884,38.37991],[141.43786,38.37848],[141.43714,38.37838],[141.43665,38.37808],[141.43678,38.37737],[141.43659,38.37687],[141.43597,38.37644],[141.43532,38.37662],[141.43346,38.37607],[141.43321,38.37564],[141.43384,38.37562],[141.43398,38.3754],[141.43386,38.37519],[141.4336,38.37513],[141.43332,38.37473],[141.43295,38.37467],[141.43275,38.37439],[141.43242,38.37431],[141.43179,38.37368],[141.43205,38.37369],[141.4325,38.37322],[141.43289,38.37345],[141.43308,38.37326],[141.43338,38.37345],[141.43387,38.37335],[141.43446,38.37387],[141.4351,38.37383],[141.43558,38.37347],[141.43566,38.37301],[141.43555,38.37286],[141.43586,38.3727],[141.43562,38.37244],[141.43572,38.37227],[141.43588,38.37219],[141.43626,38.37239],[141.43692,38.37203],[141.43729,38.37216],[141.43746,38.37296],[141.43782,38.37309],[141.43831,38.37416],[141.43918,38.37487],[141.43998,38.37515],[141.44011,38.3755],[141.44139,38.37546],[141.44191,38.37571],[141.44303,38.37563],[141.44375,38.3761],[141.44457,38.37581],[141.4454,38.3749],[141.44468,38.37577],[141.44486,38.37578],[141.44499,38.37599],[141.44599,38.37605],[141.44593,38.37626],[141.44666,38.3764],[141.44962,38.3758],[141.44967,38.37594],[141.45056,38.37576],[141.4511,38.37629],[141.45184,38.37521],[141.45215,38.37512],[141.45296,38.37575],[141.45311,38.37655],[141.45386,38.37616],[141.4533,38.37538],[141.45342,38.37519],[141.45331,38.37491],[141.45356,38.37511],[141.45373,38.37501],[141.45367,38.37483],[141.45444,38.3748],[141.45506,38.37509],[141.45611,38.3748],[141.45646,38.37442],[141.45639,38.37414],[141.45705,38.37408],[141.4573,38.37384],[141.45762,38.37384],[141.45756,38.3737],[141.45772,38.37359],[141.45873,38.37429],[141.45899,38.37408],[141.45913,38.37415],[141.45885,38.37387],[141.45886,38.37299],[141.45859,38.37266],[141.45704,38.37231],[141.45705,38.37217],[141.45624,38.37224],[141.45628,38.37242],[141.45578,38.37259],[141.45468,38.37231],[141.45452,38.37272],[141.45516,38.37344],[141.45447,38.37273],[141.45467,38.37227],[141.45455,38.37195],[141.45372,38.37128],[141.45318,38.37124],[141.45288,38.37144],[141.45235,38.37131],[141.45167,38.37172],[141.45112,38.37174],[141.45092,38.37126],[141.45029,38.37099],[141.44981,38.37096],[141.44936,38.37128],[141.4486,38.37104],[141.44789,38.37116],[141.44732,38.37091],[141.44619,38.3708],[141.4457,38.37107],[141.44473,38.37079],[141.44437,38.37044],[141.44361,38.3705],[141.44329,38.36998],[141.44291,38.36993],[141.4427,38.36948],[141.44236,38.36941],[141.44205,38.36906],[141.44209,38.36856],[141.44276,38.36852],[141.44278,38.36749],[141.44262,38.36715],[141.44201,38.36669],[141.44124,38.36679],[141.4412,38.36655],[141.44152,38.36586],[141.44098,38.36521],[141.44062,38.3651],[141.4401,38.36533],[141.43917,38.36492],[141.43913,38.36514],[141.43899,38.36486],[141.43902,38.36507],[141.43858,38.36511],[141.43697,38.36596],[141.43783,38.36678],[141.43826,38.36697],[141.43778,38.3668],[141.4367,38.3659],[141.43514,38.36592],[141.43275,38.36407],[141.43238,38.36443],[141.43202,38.36421],[141.43111,38.36412],[141.43049,38.36483],[141.43199,38.36528],[141.43062,38.365],[141.43015,38.36468],[141.42988,38.36477],[141.42964,38.36459],[141.42969,38.36437],[141.42945,38.36396],[141.4287,38.36334],[141.42841,38.36255],[141.42774,38.36215],[141.42755,38.36168],[141.42673,38.36128],[141.42665,38.36104],[141.42686,38.36086],[141.42627,38.36018],[141.42627,38.35996],[141.42576,38.35927],[141.42584,38.35916],[141.42511,38.35897],[141.42468,38.35854],[141.42443,38.35857],[141.4245,38.35831],[141.42507,38.35815],[141.42508,38.35774],[141.4249,38.35747],[141.42426,38.35748],[141.42384,38.35724],[141.42368,38.35694],[141.42349,38.35693],[141.42352,38.35667],[141.4243,38.35638],[141.42427,38.35587],[141.42397,38.35558],[141.42256,38.35584],[141.42076,38.35489],[141.41836,38.35443],[141.41819,38.35479],[141.41741,38.35523],[141.41752,38.35536],[141.41733,38.35552],[141.41748,38.35604],[141.41695,38.35597],[141.41624,38.35547],[141.41597,38.35493],[141.41573,38.35487],[141.41564,38.3551],[141.41526,38.35496],[141.41524,38.35507],[141.41501,38.3542],[141.41575,38.35465],[141.41572,38.3545],[141.41594,38.35444],[141.41586,38.35424],[141.41603,38.35435],[141.41609,38.35423],[141.41579,38.35356],[141.4162,38.35389],[141.41637,38.35381],[141.41631,38.35369],[141.41666,38.35383],[141.41671,38.3535],[141.41702,38.35349],[141.41693,38.35322],[141.41778,38.35341],[141.41811,38.35285],[141.41807,38.3522],[141.41823,38.35165],[141.41801,38.351],[141.41809,38.35084],[141.41766,38.34981],[141.41721,38.34956],[141.41777,38.34976],[141.41807,38.35049],[141.41933,38.35055],[141.41935,38.35],[141.41941,38.35055],[141.42051,38.35065],[141.42064,38.35046],[141.42037,38.34948],[141.4196,38.34909],[141.41972,38.34883],[141.41911,38.3487],[141.41857,38.34878],[141.41811,38.34845],[141.41744,38.34928],[141.41802,38.34835],[141.4174,38.34788],[141.41685,38.34777],[141.4166,38.34758],[141.41668,38.34749],[141.41637,38.34741],[141.41623,38.34716],[141.41638,38.34713],[141.41617,38.34692],[141.41631,38.34686],[141.4161,38.34673],[141.41579,38.34604],[141.4164,38.34619],[141.41661,38.3465],[141.41664,38.347],[141.41697,38.34718],[141.41733,38.34717],[141.41739,38.34689],[141.4177,38.34713],[141.41764,38.34675],[141.41841,38.34731],[141.4187,38.34721],[141.41953,38.34751],[141.41982,38.34778],[141.41997,38.34767],[141.42016,38.34783],[141.42014,38.34769],[141.42054,38.34792],[141.42067,38.34774],[141.42144,38.34808],[141.42179,38.3478],[141.42183,38.34754],[141.42149,38.34705],[141.42152,38.34678],[141.42129,38.34658],[141.42133,38.3464],[141.42096,38.346],[141.42121,38.34598],[141.42104,38.34564],[141.42129,38.34581],[141.42143,38.34556],[141.42136,38.34532],[141.42168,38.34546],[141.42182,38.34521],[141.42156,38.34465],[141.42192,38.34495],[141.4221,38.34491],[141.42205,38.34466],[141.4222,38.34454],[141.42194,38.34398],[141.42305,38.34499],[141.42327,38.34539],[141.42356,38.34549],[141.42362,38.34538],[141.42397,38.34588],[141.42379,38.34594],[141.42413,38.34631],[141.42433,38.34631],[141.42432,38.34616],[141.42447,38.34646],[141.42508,38.34657],[141.42528,38.34649],[141.42516,38.34623],[141.42556,38.34641],[141.42548,38.34618],[141.42565,38.34636],[141.42555,38.34613],[141.4258,38.34651],[141.4272,38.34687],[141.42761,38.34651],[141.42769,38.34616],[141.42807,38.34613],[141.42878,38.3468],[141.42913,38.34683],[141.42912,38.34669],[141.42953,38.34698],[141.42957,38.34681],[141.4299,38.34701],[141.43019,38.34738],[141.42989,38.34755],[141.43012,38.34796],[141.43133,38.34823],[141.43169,38.3481],[141.4319,38.34762],[141.4315,38.34699],[141.43181,38.34691],[141.43182,38.34679],[141.43199,38.34685],[141.43226,38.34657],[141.43261,38.34605],[141.43255,38.34571],[141.4327,38.34543],[141.43323,38.34528],[141.43348,38.34481],[141.43317,38.34435],[141.43305,38.34444],[141.433,38.34406],[141.43275,38.34402],[141.43261,38.34359],[141.43151,38.34217],[141.43067,38.34146],[141.43061,38.34116],[141.43088,38.34129],[141.4314,38.34201],[141.43134,38.34176],[141.43163,38.34188],[141.43174,38.34171],[141.43189,38.34176],[141.43193,38.34156],[141.43235,38.34205],[141.43254,38.34196],[141.43294,38.34251],[141.43341,38.34261],[141.43367,38.34248],[141.43377,38.34219],[141.43366,38.34202],[141.43379,38.34197],[141.43375,38.34169],[141.43343,38.34129],[141.43346,38.34114],[141.43369,38.34127],[141.43359,38.34106],[141.4337,38.34099],[141.43397,38.34129],[141.43409,38.34118],[141.43396,38.34091],[141.43437,38.34128],[141.43417,38.34148],[141.43472,38.34179],[141.4351,38.34165],[141.43516,38.34144],[141.43559,38.34169],[141.43573,38.34155],[141.4358,38.34164],[141.43598,38.3415],[141.43596,38.34128],[141.4361,38.34141],[141.43613,38.34127],[141.43656,38.34163],[141.4366,38.34149],[141.43676,38.34199],[141.4371,38.34236],[141.43812,38.3428],[141.43811,38.34297],[141.43908,38.34401],[141.4394,38.34419],[141.4399,38.34415],[141.44019,38.34434],[141.44062,38.34413],[141.44054,38.34425],[141.44105,38.34473],[141.44096,38.34514],[141.44075,38.34512],[141.44045,38.34547],[141.43956,38.34569],[141.43938,38.34611],[141.43943,38.34657],[141.43978,38.34669],[141.44019,38.34768],[141.442,38.3482],[141.44278,38.34905],[141.44237,38.34874],[141.4415,38.34991],[141.44283,38.35053],[141.44329,38.35044],[141.44338,38.35027],[141.44332,38.35045],[141.44382,38.35087],[141.44469,38.35127],[141.44486,38.35165],[141.44502,38.35163],[141.44502,38.35358],[141.446,38.35404],[141.44662,38.35386],[141.44655,38.35356],[141.44671,38.35355],[141.44673,38.35322],[141.44722,38.35287],[141.44789,38.35382],[141.44846,38.35379],[141.44871,38.35273],[141.4486,38.35253],[141.44792,38.35216],[141.44783,38.35186],[141.44842,38.35149],[141.44868,38.35005],[141.44921,38.34985],[141.44959,38.34941],[141.44941,38.34898],[141.44967,38.34897],[141.44976,38.34864],[141.44954,38.34854],[141.4493,38.3481],[141.44922,38.34758],[141.44935,38.34755],[141.4493,38.34722],[141.44954,38.3474],[141.44979,38.34722],[141.44941,38.34619],[141.44959,38.34624],[141.44953,38.34591],[141.45009,38.34564],[141.45014,38.34542],[141.44989,38.34532],[141.44974,38.34498],[141.44993,38.3448],[141.45016,38.34492],[141.45029,38.34451],[141.44998,38.3438],[141.44973,38.34361],[141.44952,38.34291],[141.44937,38.34289],[141.44909,38.34221],[141.44931,38.34195],[141.44912,38.34176],[141.44926,38.34175],[141.44931,38.34139],[141.44953,38.34158],[141.44959,38.34141],[141.44979,38.34141],[141.44971,38.34083],[141.45012,38.3402],[141.45058,38.34055],[141.45109,38.34058],[141.45116,38.34041],[141.45138,38.34047],[141.45153,38.34031],[141.45198,38.34053],[141.45212,38.34095],[141.45192,38.34136],[141.45155,38.34148],[141.45165,38.34172],[141.45132,38.34191],[141.45129,38.34221],[141.45156,38.34238],[141.45221,38.34213],[141.45254,38.34232],[141.45288,38.34313],[141.45266,38.34353],[141.45337,38.34386],[141.45431,38.3439],[141.4548,38.34499],[141.45419,38.3451],[141.45407,38.34565],[141.45391,38.34572],[141.4542,38.34607],[141.45412,38.34644],[141.45349,38.34661],[141.45353,38.34729],[141.45377,38.34777],[141.4542,38.34808],[141.45482,38.34809],[141.45518,38.34765],[141.45611,38.34781],[141.45666,38.34747],[141.45673,38.34785],[141.45703,38.34829],[141.45718,38.34937],[141.45748,38.34982],[141.4575,38.35013],[141.45716,38.35033],[141.4572,38.35055],[141.45744,38.35113],[141.45774,38.35137],[141.45796,38.35137],[141.45836,38.35036],[141.45823,38.35099],[141.45886,38.35119],[141.46041,38.35108],[141.46046,38.35148],[141.4613,38.35191],[141.46228,38.35148],[141.46238,38.34926],[141.4636,38.3476],[141.4635,38.34657],[141.46306,38.3462],[141.46318,38.34536],[141.46355,38.34482],[141.46351,38.34444],[141.46331,38.34422],[141.46374,38.34399],[141.4636,38.34348],[141.46414,38.34349],[141.46419,38.34324],[141.46454,38.34305],[141.46471,38.34256],[141.46457,38.34208],[141.46512,38.34107],[141.46503,38.34046],[141.46479,38.34026],[141.46448,38.3403],[141.46438,38.34013],[141.46469,38.3394],[141.46424,38.3386],[141.46415,38.33788],[141.46431,38.33757],[141.46415,38.33698],[141.46366,38.33665],[141.46313,38.33572],[141.46357,38.33543],[141.46389,38.33565],[141.46431,38.33566],[141.46434,38.33533],[141.46489,38.33583],[141.46569,38.33562],[141.46616,38.33538],[141.46619,38.33517],[141.46654,38.33511],[141.46672,38.33487],[141.46669,38.33444],[141.46709,38.33431],[141.46708,38.334],[141.46724,38.33387],[141.46712,38.33428],[141.46727,38.33444],[141.46757,38.33449],[141.46834,38.33531],[141.46878,38.33543],[141.46961,38.33517],[141.46957,38.33487],[141.47001,38.33486],[141.47016,38.33513],[141.47037,38.33514],[141.4707,38.3351],[141.47113,38.3347],[141.47133,38.33473],[141.47093,38.33395],[141.47126,38.33458],[141.47175,38.3345],[141.47188,38.33483],[141.47267,38.33417],[141.47286,38.33435],[141.47332,38.33428],[141.47387,38.33369],[141.47448,38.33196],[141.47448,38.33043],[141.47423,38.32931],[141.47403,38.32885],[141.47373,38.32893],[141.47213,38.32815],[141.47153,38.32898],[141.47199,38.32967],[141.47193,38.32969],[141.47132,38.32866],[141.47106,38.32864],[141.47064,38.32792],[141.47016,38.3278],[141.46975,38.3274],[141.46897,38.32707],[141.46846,38.32695],[141.46816,38.32706],[141.46814,38.32676],[141.46853,38.32674],[141.4689,38.32634],[141.46908,38.32585],[141.4687,38.32554],[141.46939,38.32502],[141.46939,38.32486],[141.46922,38.32466],[141.46856,38.32459],[141.46826,38.32478],[141.46826,38.32424],[141.46746,38.32425],[141.46745,38.32299],[141.46524,38.323],[141.46522,38.32325],[141.46522,38.323],[141.46498,38.3229],[141.46529,38.3229],[141.46528,38.32254],[141.4644,38.32236],[141.464,38.32245],[141.46401,38.32383],[141.46529,38.32491],[141.46394,38.32386],[141.46389,38.32243],[141.46337,38.32229],[141.46238,38.32249],[141.46163,38.32206],[141.4609,38.32191],[141.46063,38.32194],[141.46037,38.32241],[141.45909,38.32217],[141.45883,38.32236],[141.45884,38.32267],[141.45865,38.32247],[141.45874,38.32231],[141.4584,38.32223],[141.45783,38.32165],[141.45736,38.32155],[141.45695,38.32123],[141.45655,38.32138],[141.45609,38.32076],[141.45605,38.32096],[141.45596,38.32054],[141.45512,38.32022],[141.455,38.32047],[141.45487,38.3204],[141.45434,38.3198],[141.45413,38.31901],[141.45375,38.31854],[141.45302,38.31849],[141.45277,38.31888],[141.45267,38.31865],[141.45292,38.31845],[141.45283,38.31834],[141.45225,38.31813],[141.45199,38.31823],[141.45125,38.31757],[141.45113,38.31766],[141.45107,38.31725],[141.45066,38.31683],[141.45047,38.31688],[141.45034,38.31652],[141.45008,38.31647],[141.44953,38.31579],[141.44947,38.31525],[141.44975,38.31557],[141.44976,38.31539],[141.44999,38.31544],[141.44996,38.3152],[141.45004,38.31529],[141.45017,38.31509],[141.45039,38.31529],[141.45038,38.31512],[141.4505,38.31531],[141.45054,38.31516],[141.45077,38.31531],[141.45089,38.31489],[141.4513,38.31503],[141.4514,38.31487],[141.45127,38.3145],[141.45167,38.31475],[141.45209,38.31478],[141.45213,38.31461],[141.4524,38.31468],[141.45234,38.31446],[141.45251,38.31475],[141.45249,38.31448],[141.45257,38.31467],[141.45297,38.31474],[141.45335,38.31561],[141.45379,38.31568],[141.45411,38.31557],[141.45414,38.31541],[141.45427,38.31552],[141.45432,38.31511],[141.45485,38.31508],[141.45528,38.31527],[141.45548,38.31505],[141.45562,38.31521],[141.45566,38.31504],[141.45595,38.31521],[141.4563,38.31508],[141.45627,38.31488],[141.45638,38.31501],[141.45653,38.31456],[141.4566,38.31473],[141.45666,38.31461],[141.45676,38.31471],[141.45698,38.31443],[141.45708,38.31451],[141.45707,38.3143],[141.45715,38.31446],[141.45747,38.31417],[141.45771,38.31428],[141.45762,38.31399],[141.45786,38.31413],[141.45792,38.31365],[141.45833,38.31376],[141.4584,38.31344],[141.45872,38.3138],[141.45884,38.31364],[141.4588,38.313],[141.45914,38.31323],[141.45927,38.31268],[141.45954,38.31276],[141.45965,38.31261],[141.45941,38.31241],[141.4594,38.31201],[141.45971,38.31205],[141.45976,38.31188],[141.45957,38.31164],[141.45988,38.31154],[141.4597,38.31117],[141.46002,38.31097],[141.4599,38.31076],[141.4601,38.31043],[141.45971,38.31024],[141.45988,38.31017],[141.45975,38.30974],[141.45998,38.30942],[141.46013,38.30959],[141.46031,38.30933],[141.46071,38.30986],[141.46125,38.30981],[141.46153,38.30886],[141.4619,38.30915],[141.46194,38.3088],[141.46211,38.30895],[141.46207,38.30874],[141.46232,38.30897],[141.46251,38.30884],[141.46249,38.30836],[141.46268,38.30836],[141.46252,38.30814],[141.46257,38.30784],[141.46274,38.30805],[141.4628,38.30793],[141.46285,38.30807],[141.4631,38.30802],[141.46317,38.3082],[141.46358,38.30819],[141.46387,38.30741],[141.46408,38.30734],[141.46404,38.30685],[141.46426,38.30702],[141.4642,38.3068],[141.46446,38.30667],[141.46449,38.30688],[141.46461,38.30653],[141.46481,38.30668],[141.46479,38.30696],[141.46493,38.30685],[141.46496,38.30723],[141.46536,38.30732],[141.46537,38.3071],[141.46587,38.30705],[141.46612,38.30682],[141.46619,38.3061],[141.46652,38.30618],[141.46676,38.30604],[141.46675,38.30583],[141.46687,38.30607],[141.46702,38.30595],[141.46719,38.30629],[141.46753,38.30613],[141.46837,38.30671],[141.46843,38.30654],[141.46974,38.3078],[141.47056,38.30796],[141.47053,38.30818],[141.47025,38.30819],[141.47002,38.30863],[141.46994,38.30897],[141.47008,38.30929],[141.46995,38.30931],[141.4699,38.30971],[141.47015,38.31022],[141.46981,38.31082],[141.46981,38.31126],[141.46937,38.31167],[141.46965,38.31213],[141.46933,38.31237],[141.46925,38.31343],[141.46904,38.31384],[141.46825,38.31464],[141.46808,38.31536],[141.46843,38.31586],[141.46884,38.3161],[141.46897,38.31656],[141.46973,38.31763],[141.4699,38.31829],[141.47012,38.31833],[141.47066,38.31942],[141.47046,38.31964],[141.47052,38.32025],[141.47184,38.31997],[141.47207,38.32007],[141.47259,38.31942],[141.47231,38.31931],[141.47201,38.31854],[141.47163,38.31851],[141.4713,38.31817],[141.47116,38.31721],[141.47019,38.31574],[141.47014,38.31536],[141.47153,38.31384],[141.47196,38.31355],[141.4725,38.31273],[141.47412,38.31227],[141.47458,38.31183],[141.47447,38.3097],[141.47473,38.30859],[141.47525,38.30798],[141.47577,38.30775],[141.4759,38.30747],[141.4761,38.30756],[141.47656,38.30735],[141.47681,38.30764],[141.47703,38.30737],[141.47769,38.3073],[141.47747,38.30696],[141.47758,38.30681],[141.47785,38.30686],[141.47779,38.30655],[141.47826,38.30624],[141.47807,38.30572],[141.47826,38.30547],[141.47861,38.30538],[141.47926,38.30564],[141.47918,38.30609],[141.47936,38.3066],[141.47989,38.30689],[141.47998,38.30729],[141.48062,38.30732],[141.48099,38.30671],[141.48139,38.30674],[141.48149,38.30661],[141.48184,38.3068],[141.48189,38.30753],[141.48234,38.30778],[141.48288,38.30784],[141.48307,38.30816],[141.48412,38.30836],[141.48644,38.30801],[141.48714,38.30771],[141.48728,38.30737],[141.48761,38.30742],[141.48766,38.3072],[141.48869,38.30794],[141.48937,38.30728],[141.48971,38.30726],[141.48873,38.30799],[141.48948,38.30875],[141.49059,38.30878],[141.49354,38.30783],[141.49509,38.30687],[141.4953,38.30709],[141.49553,38.30704],[141.49564,38.30676],[141.49543,38.30661],[141.49649,38.30557],[141.49722,38.30448],[141.49692,38.30406],[141.49673,38.30325],[141.49645,38.30295],[141.49498,38.30232],[141.49456,38.30187],[141.49466,38.3018],[141.49425,38.30155],[141.49442,38.30155],[141.49439,38.30144],[141.49405,38.30137],[141.49429,38.30115],[141.49413,38.30108],[141.49439,38.30102],[141.49445,38.30084],[141.49501,38.30083],[141.49543,38.30044],[141.49507,38.30014],[141.49504,38.29984],[141.49484,38.29975],[141.49494,38.29962],[141.49462,38.29945],[141.49468,38.29916],[141.49431,38.29915],[141.49364,38.29755],[141.49305,38.29766],[141.4928,38.29729],[141.49276,38.29704],[141.49318,38.29707],[141.49328,38.29695],[141.49317,38.29687],[141.49351,38.29695],[141.49377,38.29678],[141.49376,38.29654],[141.49363,38.29637],[141.49329,38.2964],[141.49347,38.29617],[141.49341,38.296],[141.49295,38.29585],[141.49263,38.29595],[141.49185,38.29545],[141.49207,38.29537],[141.49192,38.2949],[141.49226,38.29499],[141.49201,38.29478],[141.49227,38.29435],[141.49178,38.29412],[141.49166,38.29389],[141.49196,38.29359],[141.49236,38.29354],[141.49248,38.29369],[141.49248,38.29355],[141.49332,38.29355],[141.49365,38.29286],[141.49421,38.29259],[141.49453,38.2927],[141.49465,38.29238],[141.49474,38.29249],[141.49498,38.29233],[141.49518,38.29257],[141.49533,38.29252],[141.49511,38.2923],[141.49528,38.29208],[141.49508,38.29182],[141.49519,38.29174],[141.49528,38.2919],[141.49527,38.29175],[141.49542,38.29193],[141.49542,38.29173],[141.49553,38.29186],[141.49548,38.29166],[141.49561,38.29168],[141.49565,38.29147],[141.49578,38.29168],[141.49608,38.29172],[141.49643,38.29237],[141.49656,38.29234],[141.49649,38.29221],[141.49664,38.29224],[141.4971,38.29263],[141.49788,38.29234],[141.49805,38.29266],[141.49791,38.29271],[141.49824,38.29322],[141.49851,38.29318],[141.49872,38.29334],[141.49879,38.29356],[141.49861,38.29386],[141.49876,38.29422],[141.49947,38.29445],[141.49963,38.29436],[141.49958,38.2942],[141.49998,38.29423],[141.50029,38.29407],[141.50063,38.29462],[141.50051,38.29508],[141.50066,38.29518],[141.50094,38.29521],[141.50098,38.29505],[141.50138,38.29525],[141.50153,38.29513],[141.50165,38.29531],[141.5021,38.29509],[141.50234,38.2954],[141.50293,38.29515],[141.50427,38.29381],[141.50409,38.29414],[141.50332,38.2948],[141.50364,38.29501],[141.50385,38.29481],[141.50517,38.29568],[141.50491,38.29592],[141.50596,38.29747],[141.50679,38.29697],[141.50598,38.2975],[141.50661,38.29807],[141.50807,38.29723],[141.50766,38.29681],[141.50786,38.29669],[141.50906,38.29672],[141.50917,38.29469],[141.50785,38.29468],[141.50785,38.29451],[141.50911,38.29451],[141.50904,38.29369],[141.5095,38.29366],[141.50948,38.29348],[141.50934,38.29349],[141.50931,38.29281],[141.50779,38.29286],[141.5078,38.29368],[141.50774,38.29275],[141.50712,38.29272],[141.51008,38.29263],[141.51022,38.29243],[141.51025,38.29141],[141.50918,38.2894],[141.50937,38.28897],[141.50919,38.2888],[141.50942,38.28803],[141.50928,38.28729],[141.50874,38.2868],[141.50898,38.28692],[141.50949,38.28659],[141.50974,38.28596],[141.50948,38.28498],[141.50962,38.28436],[141.50933,38.28426],[141.50971,38.28376],[141.50948,38.28358],[141.50984,38.28338],[141.51006,38.28351],[141.51049,38.28311],[141.51045,38.28255],[141.51,38.28218],[141.51001,38.28196],[141.50964,38.28185],[141.50976,38.28171],[141.50945,38.28142],[141.5097,38.28121],[141.50964,38.28086],[141.51032,38.28043],[141.51081,38.27977],[141.51031,38.27815],[141.51084,38.27804],[141.51148,38.27742],[141.51133,38.27702],[141.51176,38.27678],[141.51154,38.27664],[141.51124,38.27682],[141.51135,38.27666],[141.51119,38.27663],[141.51169,38.27641],[141.51156,38.27631],[141.51205,38.27596],[141.51172,38.27573],[141.51256,38.27542],[141.51244,38.27537],[141.51255,38.27496],[141.51282,38.27463],[141.51304,38.27461],[141.51294,38.27489],[141.51325,38.27478],[141.51333,38.27504],[141.51346,38.27492],[141.51366,38.27502],[141.51352,38.27526],[141.51385,38.27547],[141.51455,38.27559],[141.51457,38.27544],[141.51537,38.27517],[141.51528,38.27466],[141.51551,38.27485],[141.51584,38.27454],[141.51591,38.27367],[141.51647,38.27351],[141.51659,38.2737],[141.51678,38.27368],[141.51736,38.27329],[141.5171,38.27304],[141.51725,38.27281],[141.51709,38.27274],[141.51744,38.27264],[141.51767,38.2722],[141.51804,38.2721],[141.51825,38.27183],[141.51833,38.27193],[141.51879,38.27162],[141.51889,38.27173],[141.51932,38.27155],[141.51954,38.27177],[141.51944,38.27197],[141.51965,38.27193],[141.51921,38.27276],[141.51985,38.27241],[141.52005,38.27256],[141.52003,38.27279],[141.52023,38.27265],[141.52025,38.27308],[141.52042,38.2732],[141.52075,38.27268],[141.52124,38.27238],[141.52122,38.27208],[141.5214,38.27201],[141.52133,38.27185],[141.52164,38.27148],[141.522,38.27149],[141.52217,38.27201],[141.52219,38.27159],[141.52244,38.27173],[141.52244,38.2714],[141.52261,38.27133],[141.52292,38.27203],[141.52311,38.27195],[141.52298,38.27177],[141.52316,38.27149],[141.52337,38.2716],[141.52349,38.27202],[141.52365,38.2719],[141.52372,38.27222],[141.52351,38.27241],[141.52406,38.2723],[141.524,38.27248],[141.52418,38.27271],[141.52438,38.2724],[141.52481,38.27238],[141.52502,38.27261],[141.52499,38.27298],[141.52511,38.27294],[141.52491,38.27329],[141.52417,38.27337],[141.52409,38.27372],[141.52384,38.27376],[141.52401,38.27404],[141.52336,38.27432],[141.52306,38.27427],[141.523,38.27451],[141.52359,38.27484],[141.52365,38.27509],[141.52432,38.27507],[141.52437,38.27537],[141.52471,38.27506],[141.52522,38.27524],[141.5253,38.27596],[141.52544,38.2756],[141.52607,38.27527],[141.5268,38.27615],[141.52673,38.2766],[141.52654,38.27647],[141.52646,38.27663],[141.52622,38.27663],[141.52654,38.27675],[141.52603,38.27685],[141.52591,38.27655],[141.52589,38.27692],[141.52542,38.27675],[141.52542,38.27716],[141.52482,38.27727],[141.52463,38.27717],[141.52467,38.27742],[141.52453,38.27746],[141.52467,38.27754],[141.52441,38.27768],[141.52423,38.27758],[141.52428,38.2779],[141.52411,38.27794],[141.52389,38.27774],[141.52398,38.27794],[141.52373,38.27792],[141.52352,38.27813],[141.52359,38.27842],[141.52401,38.27879],[141.52468,38.27866],[141.52525,38.27881],[141.52559,38.27923],[141.52561,38.27935],[141.52539,38.2794],[141.5257,38.2799],[141.52493,38.28031],[141.52497,38.28082],[141.52482,38.28093],[141.52506,38.28106],[141.52453,38.28108],[141.52404,38.28136],[141.52392,38.28167],[141.52425,38.28199],[141.52464,38.28208],[141.52462,38.28254],[141.52473,38.28256],[141.52428,38.2829],[141.52453,38.28319],[141.52483,38.28296],[141.52496,38.28336],[141.52487,38.28351],[141.52423,38.28359],[141.52421,38.28372],[141.52437,38.28383],[141.52492,38.28362],[141.5252,38.28421],[141.52492,38.28429],[141.52525,38.2847],[141.52455,38.28533],[141.52477,38.28683],[141.52467,38.28703],[141.52507,38.28764],[141.52474,38.28808],[141.52497,38.28822],[141.52477,38.28826],[141.52478,38.28867],[141.5254,38.28939],[141.52568,38.28922],[141.52589,38.28927],[141.52629,38.28986],[141.52578,38.28987],[141.52581,38.29008],[141.52557,38.29014],[141.52574,38.2904],[141.52561,38.29064],[141.52586,38.29069],[141.52567,38.29083],[141.52571,38.29106],[141.52593,38.29117],[141.52587,38.29139],[141.52617,38.29164],[141.5263,38.29219],[141.52607,38.29289],[141.52629,38.29298],[141.5261,38.29321],[141.52573,38.29328],[141.5259,38.29371],[141.52609,38.29356],[141.52633,38.29432],[141.52611,38.29449],[141.52638,38.29468],[141.52626,38.29493],[141.52591,38.29483],[141.52608,38.29507],[141.52588,38.29486],[141.52551,38.29511],[141.52558,38.29526],[141.52544,38.29538],[141.52561,38.29591],[141.52606,38.29623],[141.52651,38.29601],[141.52684,38.29608],[141.52669,38.29619],[141.52728,38.29614],[141.52753,38.29636],[141.52778,38.29628],[141.52788,38.29606],[141.528,38.29629],[141.52822,38.29634],[141.52767,38.29655],[141.52842,38.29662],[141.52841,38.29688],[141.52822,38.29685],[141.52826,38.29702],[141.52789,38.29731],[141.52821,38.29733],[141.52807,38.29761],[141.5283,38.29778],[141.52804,38.29772],[141.52847,38.2981],[141.52811,38.29858],[141.52852,38.29864],[141.52825,38.29889],[141.5284,38.29939],[141.52881,38.29979],[141.52918,38.2996],[141.52946,38.30009],[141.52973,38.30004],[141.52969,38.30037],[141.52993,38.29999],[141.53021,38.30004],[141.5297,38.30045],[141.52989,38.30057],[141.53026,38.30046],[141.53008,38.30075],[141.53062,38.30123],[141.53173,38.30153],[141.53195,38.30124],[141.53274,38.30154],[141.53277,38.30119],[141.53316,38.3009],[141.53339,38.30127],[141.53394,38.30143],[141.53472,38.30099],[141.53467,38.30089],[141.53508,38.3012],[141.53504,38.3009],[141.53601,38.30089],[141.53608,38.30122],[141.53634,38.30114],[141.53637,38.30082],[141.53677,38.30096],[141.53688,38.30085],[141.53702,38.30118],[141.53728,38.30111],[141.53712,38.30132],[141.53751,38.30143],[141.53728,38.30156],[141.53749,38.30231],[141.53795,38.30252],[141.53842,38.3022],[141.53844,38.30237],[141.53871,38.30225],[141.53871,38.30251],[141.53894,38.30248],[141.53891,38.30262],[141.53922,38.30286],[141.53947,38.30279],[141.53938,38.30298],[141.54009,38.30387],[141.53995,38.3043],[141.54031,38.30445],[141.53991,38.30458],[141.54005,38.30479],[141.53995,38.3049],[141.54025,38.30519],[141.5401,38.30556],[141.54028,38.30574],[141.54061,38.30574],[141.54041,38.30584],[141.54067,38.30641],[141.5405,38.30627],[141.54045,38.30665],[141.54058,38.30676],[141.54043,38.30692],[141.54067,38.30724],[141.54058,38.30749],[141.5403,38.30755],[141.54057,38.30757],[141.54039,38.30761],[141.54061,38.30784],[141.54054,38.30801],[141.54102,38.30804],[141.54088,38.30853],[141.54066,38.30858],[141.54109,38.30868],[141.54059,38.30907],[141.54105,38.30913],[141.54115,38.30955],[141.54072,38.30959],[141.54066,38.30975],[141.54095,38.30992],[141.54072,38.30991],[141.54089,38.31019],[141.54043,38.31051],[141.54097,38.31044],[141.54074,38.31057],[141.54093,38.31073],[141.54069,38.31078],[141.54108,38.31081],[141.54085,38.3109],[141.54097,38.31099],[141.5408,38.31113],[141.54112,38.31106],[141.54121,38.31113],[141.54065,38.31125],[141.54121,38.3113],[141.54136,38.31184],[141.54085,38.31194],[141.54135,38.31267],[141.541,38.31272],[141.54113,38.31288],[141.5407,38.31286],[141.54077,38.31309],[141.54039,38.31305],[141.54065,38.31345],[141.54053,38.31361],[141.5402,38.31358],[141.54042,38.31379],[141.54041,38.31407],[141.54055,38.31391],[141.54086,38.31402],[141.5408,38.31432],[141.54047,38.31436],[141.54054,38.31472],[141.54019,38.31503],[141.54057,38.31501],[141.54057,38.31536],[141.54071,38.31557],[141.54069,38.3154],[141.54086,38.3154],[141.54098,38.31576],[141.54083,38.31576],[141.54074,38.31599],[141.54053,38.31586],[141.54058,38.3161],[141.54039,38.31609],[141.54039,38.31626],[141.54065,38.31628],[141.54063,38.31668],[141.54045,38.31666],[141.54029,38.31631],[141.54008,38.31639],[141.54025,38.31649],[141.54004,38.31701],[141.53982,38.31678],[141.5396,38.31709],[141.53949,38.31694],[141.5387,38.31701],[141.53935,38.31798],[141.53904,38.31797],[141.53902,38.31812],[141.53854,38.31835],[141.5386,38.3185],[141.53894,38.31846],[141.53913,38.31827],[141.53929,38.31834],[141.53927,38.31817],[141.53947,38.31818],[141.53953,38.31829],[141.5393,38.31839],[141.53957,38.3186],[141.53945,38.31872],[141.53965,38.31872],[141.53952,38.319],[141.53975,38.31911],[141.53919,38.3194],[141.53874,38.31899],[141.538,38.31883],[141.53805,38.31863],[141.53771,38.31849],[141.53745,38.31851],[141.5374,38.3187],[141.53706,38.31887],[141.53648,38.31898],[141.5363,38.31878],[141.53592,38.31883],[141.53578,38.31868],[141.5351,38.31899],[141.53497,38.31873],[141.53463,38.31877],[141.53423,38.31856],[141.53414,38.3188],[141.53433,38.31899],[141.53358,38.31901],[141.53276,38.31882],[141.53255,38.31857],[141.5325,38.31879],[141.53238,38.31877],[141.53262,38.31921],[141.53185,38.31914],[141.53163,38.31935],[141.53099,38.31951],[141.53079,38.31983],[141.53092,38.32013],[141.53137,38.32004],[141.53176,38.32024],[141.53177,38.32052],[141.53195,38.32055],[141.53201,38.32075],[141.53186,38.32072],[141.53173,38.32101],[141.53224,38.32101],[141.53245,38.32132],[141.53197,38.32116],[141.53195,38.32132],[141.53154,38.32132],[141.5317,38.32112],[141.53097,38.32137],[141.53088,38.32129],[141.53105,38.3211],[141.53035,38.32108],[141.53053,38.32136],[141.53031,38.32147],[141.52905,38.32134],[141.52899,38.3215],[141.52809,38.32151],[141.5284,38.32174],[141.52835,38.32196],[141.52722,38.32227],[141.52713,38.3224],[141.52742,38.32268],[141.52716,38.32297],[141.52742,38.32344],[141.52784,38.3235],[141.52816,38.32328],[141.52828,38.3236],[141.5277,38.32374],[141.52747,38.32402],[141.52752,38.32381],[141.52684,38.32377],[141.5262,38.32426],[141.52518,38.32425],[141.52488,38.32459],[141.52507,38.32487],[141.52501,38.32512],[141.52467,38.32544],[141.52481,38.32595],[141.5251,38.32613],[141.52492,38.32633],[141.52527,38.32672],[141.52512,38.32719],[141.52531,38.32749],[141.5261,38.32741],[141.52582,38.32804],[141.52638,38.32818],[141.52655,38.32798],[141.52688,38.32793],[141.52663,38.32803],[141.52624,38.32863],[141.52639,38.32879],[141.52708,38.32902],[141.52777,38.3279],[141.52754,38.32751],[141.52765,38.32746],[141.52796,38.32788],[141.5276,38.32853],[141.52723,38.32885],[141.5274,38.32928],[141.52841,38.3294],[141.529,38.32906],[141.52933,38.32919],[141.52946,38.329],[141.5296,38.32905],[141.52958,38.32929],[141.52982,38.32933],[141.53072,38.32901],[141.53105,38.32946],[141.53056,38.33063],[141.53035,38.3309],[141.53002,38.331],[141.53012,38.33117],[141.53062,38.33106],[141.53041,38.33121],[141.53053,38.33147],[141.53096,38.33164],[141.53078,38.33167],[141.53062,38.33203],[141.53031,38.33199],[141.53013,38.33244],[141.52988,38.33252],[141.53001,38.3331],[141.53034,38.3335],[141.53089,38.33365],[141.53122,38.33333],[141.53093,38.33379],[141.53166,38.33371],[141.53167,38.33416],[141.53184,38.33418],[141.53195,38.33463],[141.5318,38.33503],[141.53219,38.33523],[141.53192,38.33532],[141.53197,38.33556],[141.53181,38.33558],[141.53174,38.33591],[141.53251,38.33641],[141.5326,38.33672],[141.53231,38.33712],[141.5323,38.3376],[141.53247,38.33757],[141.53256,38.33778],[141.53286,38.33776],[141.53289,38.33855],[141.53354,38.3389],[141.53371,38.33919],[141.53401,38.33888],[141.53414,38.33895],[141.53411,38.33922],[141.53435,38.33936],[141.53407,38.33972],[141.53418,38.33984],[141.53392,38.33997],[141.5336,38.33985],[141.53373,38.34006],[141.53348,38.34062],[141.53379,38.34051],[141.53329,38.34128],[141.53309,38.34105],[141.53311,38.34152],[141.533,38.34168],[141.53283,38.34164],[141.53297,38.34207],[141.53234,38.34237],[141.53231,38.34211],[141.53212,38.34204],[141.5319,38.3424],[141.53171,38.34232],[141.53152,38.34254],[141.53153,38.34239],[141.5312,38.34256],[141.53097,38.34241],[141.53079,38.34249],[141.53075,38.34279],[141.53066,38.34261],[141.53004,38.34299],[141.5298,38.34295],[141.52947,38.34343],[141.52952,38.3438],[141.52926,38.34366],[141.52923,38.3438],[141.52908,38.34373],[141.52879,38.34392],[141.52831,38.34462],[141.52828,38.34507],[141.52772,38.34507],[141.52749,38.34526],[141.52732,38.34564],[141.52746,38.34589],[141.52739,38.3461],[141.52644,38.34589],[141.52587,38.34598],[141.52528,38.34667],[141.52546,38.34711],[141.52537,38.34735],[141.52512,38.34717],[141.52476,38.34723],[141.52443,38.34758],[141.52438,38.34785],[141.52467,38.34794],[141.52433,38.34806],[141.5245,38.34811],[141.52434,38.34816],[141.52416,38.34934],[141.52398,38.34942],[141.52394,38.34967],[141.52312,38.35017],[141.52279,38.35112],[141.52302,38.35235],[141.52336,38.35253],[141.52338,38.35271],[141.52365,38.35257],[141.52391,38.35269],[141.52396,38.35278],[141.52374,38.35283],[141.52413,38.35306],[141.52398,38.35325],[141.52434,38.35347],[141.52415,38.3538],[141.52388,38.35376],[141.52401,38.3539],[141.52359,38.35373],[141.52296,38.35395],[141.52288,38.35439],[141.52328,38.35483],[141.52346,38.35474],[141.52344,38.35498],[141.52363,38.35483],[141.52372,38.35504],[141.52394,38.35508],[141.52406,38.35553],[141.52418,38.35535],[141.52445,38.35548],[141.52413,38.35554],[141.52449,38.35658],[141.52402,38.35558],[141.52397,38.35574],[141.52377,38.35571],[141.52321,38.35654],[141.52284,38.35676],[141.52336,38.35758],[141.52308,38.35775],[141.52265,38.35742],[141.52183,38.3579],[141.52169,38.35775],[141.52123,38.35802],[141.52165,38.35854],[141.52091,38.35775],[141.51962,38.35871],[141.51944,38.35926],[141.52013,38.36005],[141.52035,38.36001],[141.52034,38.36024],[141.52054,38.36034],[141.52066,38.36073],[141.52099,38.36074],[141.52081,38.36126],[141.52107,38.3612],[141.52123,38.36142],[141.52159,38.36146],[141.52155,38.36209],[141.52176,38.36182],[141.52189,38.36188],[141.52149,38.36239],[141.52125,38.3623],[141.52086,38.36263],[141.5205,38.36262],[141.52046,38.36284],[141.52025,38.36289],[141.51997,38.36293],[141.51981,38.36276],[141.5199,38.3627],[141.5192,38.36241],[141.51861,38.36252],[141.51869,38.36267],[141.51854,38.36252],[141.51832,38.36271],[141.5183,38.36292],[141.5185,38.36293],[141.51852,38.36315],[141.51834,38.36302],[141.51815,38.36349],[141.51826,38.36362],[141.51865,38.3636],[141.51839,38.36371],[141.51859,38.36403],[141.51876,38.36402],[141.51865,38.36408],[141.51889,38.36452],[141.5188,38.36461],[141.51924,38.36503],[141.51902,38.36511],[141.51959,38.3656],[141.51937,38.36563],[141.51937,38.3658],[141.51966,38.36607],[141.5194,38.36606],[141.51972,38.36663],[141.51943,38.36674],[141.51945,38.36688],[141.51875,38.36673],[141.5186,38.36692],[141.51792,38.36711],[141.51795,38.36745],[141.51823,38.36734],[141.51845,38.3677],[141.51769,38.36758],[141.51824,38.36796],[141.51831,38.36823],[141.51786,38.36787],[141.51768,38.36802],[141.51811,38.3685],[141.51785,38.36849],[141.5172,38.36803],[141.51701,38.36808],[141.51682,38.36862],[141.51604,38.36843],[141.51557,38.3687],[141.51533,38.36867],[141.51546,38.36894],[141.515,38.36874],[141.51486,38.36932],[141.51525,38.36973],[141.51513,38.36971],[141.51521,38.36987],[141.51448,38.36972],[141.51429,38.36981],[141.51492,38.37008],[141.51517,38.37038],[141.51501,38.37032],[141.5151,38.37048],[141.51499,38.37049],[141.51461,38.37027],[141.51433,38.37081],[141.51413,38.37055],[141.51386,38.37071],[141.51405,38.37087],[141.51371,38.37073],[141.51362,38.37091],[141.51296,38.37081],[141.51263,38.37097],[141.51311,38.37134],[141.51271,38.37119],[141.51263,38.3713],[141.51255,38.37105],[141.51217,38.37078],[141.51227,38.37071],[141.51211,38.37049],[141.51177,38.37038],[141.51175,38.37017],[141.51123,38.36988],[141.51034,38.36982],[141.50995,38.36947],[141.50941,38.36943],[141.50887,38.36961],[141.50897,38.36983],[141.50865,38.36969],[141.50865,38.3699],[141.50846,38.36975],[141.50835,38.37],[141.50802,38.36984],[141.50798,38.37014],[141.50815,38.37026],[141.50778,38.3701],[141.50764,38.37019],[141.50787,38.37048],[141.50777,38.37063],[141.50832,38.37138],[141.50745,38.37061],[141.50738,38.3708],[141.5076,38.37122],[141.5069,38.37044],[141.50676,38.3705],[141.50717,38.37104],[141.50664,38.37054],[141.50655,38.3707],[141.50642,38.37061],[141.50676,38.37107],[141.50654,38.37147],[141.50628,38.37103],[141.50562,38.37053],[141.5054,38.3706],[141.50556,38.37089],[141.50511,38.37046],[141.50447,38.37081],[141.50424,38.37067],[141.50375,38.37073],[141.50354,38.37095],[141.50379,38.37126],[141.50348,38.371],[141.5034,38.37115],[141.50313,38.37104],[141.50285,38.3715],[141.50249,38.37124],[141.50255,38.3714],[141.50205,38.37119],[141.50174,38.3703],[141.50188,38.37033],[141.50196,38.37015],[141.50163,38.36962],[141.49961,38.36859],[141.49818,38.36848],[141.49707,38.3689],[141.49692,38.36905],[141.49715,38.36935],[141.49698,38.36921],[141.49705,38.36937],[141.49686,38.36928],[141.49665,38.3694],[141.49693,38.36993],[141.49666,38.36984],[141.49651,38.36999],[141.49706,38.37032],[141.49729,38.37093],[141.49687,38.37069],[141.49649,38.37019],[141.49661,38.37008],[141.49648,38.36999],[141.49657,38.36989],[141.4962,38.36961],[141.49586,38.36974],[141.4959,38.3701],[141.49583,38.36977],[141.49482,38.37015],[141.49474,38.37036],[141.49489,38.37065],[141.49458,38.37064],[141.49497,38.37136],[141.49437,38.37083],[141.49408,38.37079],[141.49376,38.37019],[141.49298,38.36981],[141.49248,38.3691],[141.49217,38.36912],[141.491,38.36813],[141.491,38.36745],[141.49003,38.36748],[141.48978,38.36763],[141.48992,38.36819],[141.49032,38.36857],[141.48988,38.36828],[141.48961,38.36752],[141.48895,38.36764],[141.48689,38.36835],[141.48589,38.36905],[141.48604,38.36933],[141.48573,38.36966],[141.48535,38.36976],[141.48452,38.37082],[141.48424,38.37154],[141.48436,38.37221],[141.48396,38.37272],[141.48402,38.37301],[141.48369,38.37296],[141.48357,38.37305],[141.48368,38.37328],[141.48348,38.3733],[141.48394,38.374],[141.48392,38.37432],[141.48361,38.37362],[141.48347,38.37367],[141.48314,38.37331],[141.48255,38.37354],[141.48187,38.3743],[141.48141,38.37535],[141.48143,38.37572],[141.48188,38.37631],[141.48192,38.3767],[141.48276,38.37724],[141.48315,38.37711],[141.48346,38.37728],[141.48354,38.37835],[141.4844,38.3797],[141.48481,38.38006],[141.4853,38.38013],[141.48552,38.37991],[141.48663,38.38029],[141.487,38.38013],[141.48715,38.37976],[141.48786,38.37959],[141.48799,38.37924],[141.48841,38.37948],[141.48885,38.37943],[141.48848,38.37966],[141.48902,38.37958],[141.4889,38.37966],[141.48908,38.37966],[141.48905,38.37982],[141.48882,38.37977],[141.48897,38.37993],[141.48868,38.38006],[141.48868,38.38036],[141.48892,38.38046],[141.48864,38.38082],[141.48869,38.38105],[141.48892,38.38111],[141.48879,38.38117],[141.48885,38.38147],[141.4882,38.3817],[141.48835,38.38229],[141.48905,38.38228],[141.48935,38.38189],[141.4898,38.38046],[141.48955,38.38091],[141.48992,38.38014],[141.4902,38.38042],[141.49037,38.38039],[141.49081,38.37998],[141.49105,38.3802],[141.4914,38.38004],[141.49146,38.37974],[141.4915,38.37993],[141.49157,38.37984],[141.49212,38.38025],[141.49249,38.38084],[141.49306,38.38095],[141.49375,38.38173],[141.4941,38.38178],[141.49454,38.3821],[141.49503,38.38209],[141.49496,38.38193],[141.49519,38.38219],[141.4964,38.38235],[141.49674,38.38167],[141.49668,38.38145],[141.49682,38.38144],[141.49746,38.38229],[141.49795,38.38254],[141.49822,38.3824],[141.49849,38.38278],[141.49884,38.38269],[141.49883,38.38253],[141.49905,38.38265],[141.49901,38.38236],[141.4995,38.38277],[141.49963,38.38263],[141.49963,38.3829],[141.50019,38.38291],[141.50015,38.38273],[141.50099,38.38309],[141.50132,38.38292],[141.50148,38.383],[141.50146,38.3826],[141.50203,38.38291],[141.50192,38.38241],[141.50207,38.38232],[141.50201,38.38222],[141.50254,38.38205],[141.5033,38.38271],[141.50325,38.38298],[141.50355,38.3834],[141.50378,38.38346],[141.50357,38.38318],[141.50375,38.38316],[141.50419,38.3838],[141.5042,38.38407],[141.5046,38.38402],[141.50469,38.38444],[141.50494,38.38425],[141.50546,38.38431],[141.5054,38.38413],[141.50572,38.38429],[141.50564,38.38402],[141.50598,38.38409],[141.50596,38.38394],[141.50632,38.38408],[141.50635,38.38375],[141.50683,38.38402],[141.50688,38.38427],[141.50722,38.38413],[141.50743,38.38466],[141.50693,38.38446],[141.50681,38.38459],[141.50708,38.38493],[141.5069,38.38473],[141.50681,38.38502],[141.50657,38.38477],[141.5064,38.38494],[141.50653,38.38525],[141.50609,38.38521],[141.50599,38.38542],[141.5062,38.38553],[141.50607,38.38555],[141.50616,38.38588],[141.50602,38.3859],[141.50614,38.38604],[141.50588,38.38606],[141.50584,38.38624],[141.5067,38.38681],[141.50675,38.38702],[141.50651,38.38723],[141.50705,38.38727],[141.50701,38.38751],[141.5072,38.38762],[141.50755,38.3877],[141.50797,38.38757],[141.50787,38.3872],[141.50802,38.38718],[141.50818,38.38745],[141.50852,38.38733],[141.50898,38.38789],[141.50877,38.38798],[141.50887,38.38827],[141.5091,38.38819],[141.50887,38.38839],[141.50908,38.38844],[141.50942,38.389],[141.50904,38.38931],[141.50879,38.38921],[141.5087,38.38934],[141.50817,38.38932],[141.50772,38.38968],[141.50776,38.38991],[141.50802,38.38995],[141.5082,38.3903],[141.50809,38.39054],[141.50871,38.39068],[141.50896,38.3911],[141.50919,38.39086],[141.50942,38.39108],[141.50958,38.39092],[141.50999,38.39096],[141.51008,38.39068],[141.51027,38.39087],[141.51066,38.3908],[141.5106,38.39058],[141.51074,38.39058],[141.51113,38.39104],[141.51158,38.39116],[141.51156,38.39137],[141.51202,38.39156],[141.51269,38.39155],[141.51277,38.39131],[141.51307,38.39148],[141.51333,38.39133],[141.51321,38.39092],[141.51354,38.39108],[141.5137,38.39076],[141.51448,38.39095],[141.51469,38.39089],[141.51467,38.39075],[141.51476,38.39089],[141.51645,38.38992],[141.51677,38.38958],[141.51644,38.38928],[141.51592,38.38939],[141.51652,38.38919],[141.51654,38.38904],[141.51637,38.38817],[141.5162,38.38809],[141.51637,38.38812],[141.51577,38.38761],[141.51557,38.38718],[141.51589,38.38693],[141.51579,38.3867],[141.51589,38.38653],[141.51612,38.38686],[141.51651,38.38693],[141.51666,38.38672],[141.51661,38.38689],[141.51705,38.38694],[141.51738,38.38714],[141.51732,38.3873],[141.51756,38.38714],[141.51793,38.38761],[141.51788,38.38779],[141.51805,38.38774],[141.51807,38.38792],[141.51853,38.38818],[141.51873,38.38802],[141.51935,38.38875],[141.51962,38.38867],[141.51965,38.38837],[141.51995,38.38882],[141.52012,38.38878],[141.51996,38.38855],[141.51999,38.38845],[141.52005,38.38861],[141.52044,38.38864],[141.52011,38.38805],[141.5205,38.38864],[141.52062,38.38856],[141.52051,38.38808],[141.52102,38.38818],[141.52108,38.3885],[141.52086,38.38846],[141.52089,38.38861],[141.52068,38.38871],[141.52111,38.3892],[141.52129,38.38902],[141.52158,38.38911],[141.52182,38.38971],[141.52147,38.39004],[141.5218,38.3901],[141.52181,38.39029],[141.52199,38.39019],[141.522,38.39035],[141.52249,38.39028],[141.52254,38.38985],[141.52313,38.38943],[141.5231,38.38903],[141.52343,38.38912],[141.52322,38.3896],[141.52377,38.39],[141.52409,38.39003],[141.52408,38.39017],[141.5241,38.39003],[141.52523,38.3894],[141.52502,38.38918],[141.52541,38.38896],[141.52608,38.38937],[141.52657,38.38915],[141.52597,38.3876],[141.52606,38.38676],[141.52518,38.38656],[141.52603,38.38666],[141.52587,38.38652],[141.52608,38.38619],[141.52671,38.38671],[141.52664,38.38629],[141.52613,38.38578],[141.52689,38.38634],[141.52706,38.38605],[141.52697,38.38578],[141.52713,38.38584],[141.52736,38.3854],[141.52711,38.38526],[141.52725,38.38518],[141.52697,38.3849],[141.52709,38.38472],[141.52684,38.3847],[141.52667,38.38444],[141.52693,38.38438],[141.52689,38.38412],[141.52706,38.38417],[141.52704,38.3838],[141.52773,38.38413],[141.52792,38.38387],[141.52788,38.38356],[141.52816,38.38382],[141.52865,38.38358],[141.52905,38.38291],[141.52883,38.3826],[141.52897,38.38167],[141.52985,38.38224],[141.52941,38.38145],[141.52948,38.38133],[141.52977,38.38157],[141.5296,38.3812],[141.52972,38.38112],[141.52984,38.38146],[141.53021,38.38138],[141.53011,38.3826],[141.53028,38.38258],[141.53036,38.38173],[141.53061,38.38149],[141.53109,38.38198],[141.53088,38.38211],[141.5309,38.38228],[141.53102,38.38225],[141.53094,38.38246],[141.53119,38.38239],[141.53129,38.38267],[141.53197,38.38259],[141.53237,38.38296],[141.53212,38.3832],[141.53183,38.38324],[141.53201,38.3834],[141.53192,38.38364],[141.53261,38.38343],[141.53295,38.38379],[141.53303,38.38346],[141.53322,38.38393],[141.53339,38.3838],[141.53344,38.38408],[141.53311,38.38458],[141.53343,38.38487],[141.53297,38.38491],[141.53307,38.38518],[141.5329,38.38537],[141.53309,38.38555],[141.53365,38.38553],[141.53344,38.38601],[141.5329,38.38566],[141.53309,38.38592],[141.53293,38.3859],[141.53295,38.38605],[141.53323,38.38627],[141.53301,38.38652],[141.53312,38.38677],[141.53343,38.38684],[141.5335,38.38665],[141.53372,38.3869],[141.53401,38.38672],[141.534,38.38695],[141.53423,38.38694],[141.53432,38.38718],[141.53451,38.38698],[141.53468,38.38711],[141.53509,38.387],[141.53534,38.38726],[141.53544,38.38713],[141.53565,38.38731],[141.53571,38.38717],[141.53573,38.38732],[141.53596,38.38707],[141.53592,38.38729],[141.53631,38.38728],[141.53634,38.38753],[141.53683,38.38775],[141.53697,38.38759],[141.5375,38.38774],[141.53755,38.38743],[141.53775,38.38807],[141.53758,38.38823],[141.53778,38.38835],[141.53794,38.38819],[141.53843,38.38883],[141.53878,38.38891],[141.53889,38.38865],[141.53899,38.38884],[141.53925,38.38885],[141.5395,38.38865],[141.5402,38.38911],[141.54062,38.38977],[141.54017,38.38986],[141.54017,38.39013],[141.53954,38.39008],[141.53907,38.39028],[141.53892,38.3901],[141.53875,38.39017],[141.53883,38.39036],[141.5385,38.39002],[141.53827,38.3901],[141.53859,38.39049],[141.53834,38.39037],[141.53814,38.39055],[141.5384,38.39091],[141.53829,38.39092],[141.53835,38.39111],[141.53793,38.39119],[141.53774,38.39139],[141.53791,38.39166],[141.53779,38.39184],[141.53787,38.39216],[141.53813,38.39216],[141.53831,38.39246],[141.53815,38.3925],[141.53824,38.39267],[141.53806,38.39256],[141.53783,38.39279],[141.53794,38.39309],[141.53767,38.39311],[141.53807,38.39356],[141.53782,38.3936],[141.53797,38.39379],[141.53773,38.39399],[141.53786,38.39403],[141.53779,38.39427],[141.53744,38.39433],[141.53774,38.39467],[141.53796,38.39466],[141.53823,38.39423],[141.53826,38.39455],[141.53861,38.3946],[141.53865,38.39443],[141.53865,38.39458],[141.53879,38.39447],[141.53907,38.39476],[141.53912,38.39459],[141.53941,38.39484],[141.53952,38.39474],[141.53955,38.39522],[141.5397,38.39519],[141.53979,38.39485],[141.5402,38.3949],[141.54036,38.39506],[141.54031,38.39527],[141.54076,38.39553],[141.54037,38.39548],[141.54064,38.3956],[141.54043,38.39568],[141.54086,38.39561],[141.54094,38.39579],[141.54077,38.39606],[141.54011,38.3959],[141.5407,38.39654],[141.54063,38.39664],[141.54013,38.39636],[141.53989,38.39594],[141.53975,38.39592],[141.53982,38.39608],[141.53959,38.39581],[141.5392,38.39587],[141.53907,38.39566],[141.53876,38.39577],[141.5389,38.39589],[141.53885,38.39641],[141.53856,38.39629],[141.53834,38.39654],[141.53847,38.39664],[141.53827,38.39664],[141.53839,38.39671],[141.53829,38.39697],[141.53841,38.39726],[141.53808,38.3974],[141.53832,38.39754],[141.53806,38.39778],[141.53833,38.3979],[141.53836,38.39818],[141.53799,38.3981],[141.53836,38.39836],[141.53805,38.39827],[141.53788,38.39841],[141.53837,38.39878],[141.53828,38.39903],[141.53839,38.39927],[141.53867,38.39936],[141.53833,38.39942],[141.5382,38.39986],[141.53849,38.39964],[141.53837,38.39985],[141.53857,38.40003],[141.53858,38.40053],[141.53906,38.40068],[141.53901,38.40092],[141.53839,38.40057],[141.53843,38.40094],[141.53789,38.40077],[141.5378,38.40089],[141.53814,38.40099],[141.53824,38.40141],[141.53814,38.40124],[141.53801,38.40133],[141.53754,38.40102],[141.53747,38.40084],[141.53718,38.4008],[141.53692,38.40124],[141.53706,38.40113],[141.53726,38.40122],[141.53702,38.40132],[141.53685,38.40168],[141.53627,38.40145],[141.53613,38.4016],[141.53635,38.40174],[141.53595,38.40173],[141.53586,38.40189],[141.53584,38.40144],[141.5354,38.40151],[141.53535,38.40177],[141.53491,38.40162],[141.53486,38.40186],[141.53504,38.40224],[141.53476,38.40233],[141.53475,38.4021],[141.53446,38.40197],[141.53439,38.40246],[141.53426,38.40179],[141.53396,38.40187],[141.53401,38.40201],[141.53383,38.40195],[141.53386,38.40162],[141.53343,38.40173],[141.53318,38.40126],[141.53323,38.40087],[141.53306,38.4009],[141.53293,38.4007],[141.53289,38.40093],[141.53261,38.40089],[141.53253,38.40066],[141.53264,38.40058],[141.53232,38.40037],[141.53242,38.40011],[141.53231,38.40003],[141.53243,38.40001],[141.53226,38.3999],[141.53256,38.39995],[141.53264,38.39939],[141.53234,38.39916],[141.53226,38.39872],[141.53236,38.39853],[141.53201,38.39862],[141.53222,38.39842],[141.53222,38.39814],[141.53194,38.39789],[141.53191,38.398],[141.53187,38.39766],[141.53133,38.39759],[141.53103,38.39726],[141.53065,38.39721],[141.53054,38.39699],[141.52995,38.39715],[141.52981,38.39779],[141.52935,38.39768],[141.52917,38.39782],[141.52931,38.39805],[141.5289,38.39791],[141.52862,38.3981],[141.5286,38.39832],[141.52789,38.39794],[141.52789,38.39742],[141.52758,38.3974],[141.52738,38.39688],[141.52695,38.39671],[141.52637,38.39683],[141.52611,38.39707],[141.5261,38.39728],[141.52588,38.39721],[141.52596,38.39757],[141.52564,38.39778],[141.52465,38.39703],[141.52474,38.39738],[141.52461,38.39741],[141.52447,38.39714],[141.52402,38.3974],[141.52436,38.39805],[141.52409,38.39789],[141.52395,38.39809],[141.52337,38.39743],[141.52347,38.39726],[141.52367,38.39749],[141.52388,38.39738],[141.52327,38.39713],[141.5234,38.39687],[141.52316,38.3964],[141.52326,38.39622],[141.52305,38.39622],[141.52341,38.39548],[141.52304,38.39552],[141.52322,38.39524],[141.52298,38.39528],[141.52241,38.39449],[141.52213,38.39445],[141.52183,38.39414],[141.52155,38.39432],[141.5207,38.39404],[141.5197,38.39408],[141.51939,38.3943],[141.51947,38.39447],[141.51933,38.39445],[141.51947,38.39479],[141.51922,38.39483],[141.51876,38.39438],[141.51876,38.39416],[141.51808,38.39377],[141.51803,38.39356],[141.51754,38.39354],[141.51711,38.39392],[141.51718,38.39435],[141.51749,38.3947],[141.51716,38.39441],[141.51734,38.39513],[141.51709,38.39523],[141.51654,38.39482],[141.51607,38.39401],[141.51573,38.3938],[141.51571,38.3932],[141.51555,38.39294],[141.51472,38.39268],[141.51407,38.3927],[141.51351,38.39342],[141.51358,38.3937],[141.51334,38.3935],[141.51346,38.39381],[141.51322,38.39355],[141.51292,38.39357],[141.51264,38.39394],[141.51281,38.3941],[141.51249,38.39412],[141.51252,38.39455],[141.5129,38.39477],[141.513,38.39594],[141.51254,38.39631],[141.51231,38.39638],[141.51218,38.39617],[141.51198,38.39624],[141.51193,38.39677],[141.51166,38.39689],[141.51172,38.39706],[141.51192,38.39707],[141.51175,38.39712],[141.51197,38.39748],[141.51185,38.39766],[141.51207,38.39851],[141.51191,38.39836],[141.51183,38.39865],[141.51167,38.39852],[141.51132,38.39879],[141.51139,38.39891],[141.5111,38.39894],[141.51131,38.39926],[141.51102,38.3991],[141.51102,38.39947],[141.51086,38.39955],[141.51095,38.39967],[141.51082,38.39961],[141.51057,38.39908],[141.50985,38.39852],[141.50953,38.39834],[141.50917,38.3986],[141.50889,38.39802],[141.50893,38.39778],[141.50861,38.39765],[141.50831,38.39715],[141.50812,38.39708],[141.50741,38.39705],[141.50673,38.39735],[141.50661,38.39722],[141.5064,38.39741],[141.5065,38.3975],[141.5054,38.39824],[141.50531,38.39847],[141.50568,38.39891],[141.50515,38.39891],[141.50527,38.39929],[141.50489,38.39941],[141.50539,38.39953],[141.50713,38.40094],[141.50688,38.40123],[141.50666,38.40112],[141.50618,38.40145],[141.50639,38.40163],[141.50588,38.40458],[141.50572,38.40457],[141.50614,38.40243],[141.50456,38.40084],[141.504,38.40139],[141.50374,38.40125],[141.50224,38.40274],[141.50312,38.4033],[141.50391,38.40323],[141.50391,38.40336],[141.50309,38.40336],[141.50207,38.40272],[141.50176,38.40269],[141.50097,38.40348],[141.50109,38.40371],[141.50098,38.4039],[141.50131,38.40435],[141.50119,38.40454],[141.50172,38.40523],[141.50148,38.40498],[141.50161,38.40516],[141.50129,38.40513],[141.50117,38.40529],[141.50134,38.4055],[141.50124,38.40561],[141.50146,38.40563],[141.50121,38.40572],[141.50123,38.406],[141.50095,38.40632],[141.50105,38.40666],[141.50171,38.40735],[141.50267,38.407],[141.50162,38.40743],[141.50194,38.40818],[141.50282,38.40788],[141.50318,38.40678],[141.50293,38.40797],[141.50336,38.40852],[141.50314,38.40841],[141.503,38.40868],[141.50327,38.40903],[141.50362,38.40913],[141.50379,38.40902],[141.50393,38.40918],[141.50395,38.40941],[141.50434,38.40974],[141.50406,38.40971],[141.50405,38.40999],[141.50464,38.41063],[141.50438,38.41056],[141.50412,38.41017],[141.50361,38.41064],[141.50355,38.41088],[141.50375,38.41103],[141.50355,38.41102],[141.5034,38.41124],[141.5039,38.41175],[141.50355,38.4117],[141.50381,38.41202],[141.50351,38.41189],[141.50373,38.41225],[141.5034,38.41231],[141.50351,38.41273],[141.50379,38.41265],[141.50475,38.41362],[141.50417,38.41324],[141.50439,38.41343],[141.504,38.41327],[141.5042,38.41361],[141.50388,38.4133],[141.50372,38.41334],[141.50417,38.41379],[141.50377,38.4136],[141.50347,38.41324],[141.50319,38.41337],[141.50308,38.41376],[141.5033,38.41398],[141.50315,38.41417],[141.50391,38.41403],[141.50394,38.41421],[141.50352,38.41441],[141.50354,38.41469],[141.50335,38.41454],[141.50352,38.41489],[141.50332,38.41484],[141.50317,38.41451],[141.50295,38.41448],[141.50324,38.415],[141.50298,38.41474],[141.50308,38.41508],[141.50284,38.41446],[141.50231,38.4145],[141.50179,38.41479],[141.50189,38.41502],[141.50176,38.41506],[141.50202,38.41519],[141.50224,38.41575],[141.50175,38.41604],[141.50161,38.41552],[141.50138,38.41523],[141.50134,38.41543],[141.50073,38.41426],[141.50025,38.4145],[141.50033,38.41468],[141.50018,38.41465],[141.50031,38.41473],[141.5002,38.41489],[141.49993,38.41485],[141.50019,38.41564],[141.50002,38.4159],[141.49989,38.41531],[141.49978,38.41519],[141.49963,38.41543],[141.49935,38.41525],[141.49922,38.41504],[141.49934,38.41498],[141.49904,38.41487],[141.49874,38.41442],[141.49878,38.41425],[141.49853,38.41423],[141.4981,38.41365],[141.49808,38.41319],[141.49767,38.41277],[141.49779,38.41255],[141.49767,38.41237],[141.49739,38.41204],[141.49723,38.41221],[141.49715,38.41213],[141.49728,38.41175],[141.49691,38.41152],[141.4968,38.41166],[141.49674,38.41142],[141.49659,38.41155],[141.4965,38.41139],[141.49615,38.41149],[141.4955,38.41114],[141.49468,38.41121],[141.49418,38.41132],[141.49437,38.4118],[141.49386,38.41136],[141.49383,38.41168],[141.49359,38.41154],[141.49374,38.41205],[141.49354,38.4119],[141.49359,38.41215],[141.49342,38.41202],[141.4933,38.41218],[141.49305,38.41209],[141.49313,38.41133],[141.49286,38.4111],[141.49311,38.41101],[141.49312,38.41073],[141.493,38.40992],[141.4928,38.40964],[141.49247,38.40965],[141.49232,38.4094],[141.49083,38.40955],[141.49184,38.40942],[141.49182,38.40922],[141.49178,38.40896],[141.49158,38.40899],[141.49134,38.4075],[141.49056,38.40772],[141.49136,38.40746],[141.49182,38.40758],[141.49198,38.40744],[141.49128,38.40653],[141.49109,38.40646],[141.49075,38.40676],[141.49046,38.40691],[141.49119,38.40635],[141.49083,38.40576],[141.48989,38.40528],[141.48826,38.40495],[141.48771,38.40504],[141.4878,38.40528],[141.48733,38.40526],[141.48715,38.40538],[141.48723,38.40551],[141.48703,38.40549],[141.48663,38.40527],[141.48623,38.40431],[141.48557,38.40413],[141.48475,38.40439],[141.48447,38.40423],[141.48453,38.40382],[141.48481,38.40365],[141.48485,38.40328],[141.48419,38.40257],[141.4841,38.40182],[141.48372,38.40117],[141.48216,38.4021],[141.4812,38.40178],[141.48216,38.40206],[141.48323,38.40141],[141.48233,38.40046],[141.48272,38.40021],[141.48199,38.39953],[141.48167,38.39955],[141.48138,38.39927],[141.4804,38.3998],[141.4817,38.39904],[141.48144,38.3988],[141.48013,38.39853],[141.47767,38.39887],[141.47619,38.3987],[141.47568,38.39884],[141.47576,38.39909],[141.47562,38.39915],[141.47504,38.39857],[141.47516,38.39824],[141.47561,38.3978],[141.4756,38.3974],[141.47457,38.39649],[141.4745,38.39613],[141.47466,38.39565],[141.47454,38.39547],[141.47315,38.39479],[141.47293,38.39405],[141.47193,38.39382],[141.46971,38.39427],[141.46983,38.3945],[141.46868,38.39491],[141.46874,38.39511],[141.46892,38.39509],[141.46899,38.39541],[141.47034,38.39527],[141.46881,38.39546],[141.46846,38.39571],[141.46823,38.39559],[141.46784,38.39595],[141.46782,38.39628],[141.46813,38.39633],[141.46847,38.39679],[141.4685,38.39741],[141.46783,38.3968],[141.46715,38.39682],[141.46596,38.39767],[141.46549,38.39877],[141.46569,38.399],[141.46636,38.39914],[141.46618,38.4004],[141.46668,38.40077],[141.46737,38.3999],[141.46791,38.39954],[141.46742,38.39992],[141.46676,38.40078],[141.46715,38.40108],[141.46751,38.40114],[141.46861,38.40212],[141.46955,38.40264],[141.47032,38.40346],[141.47033,38.40374],[141.47076,38.40443],[141.47144,38.40482],[141.47157,38.40508],[141.47146,38.40513],[141.47174,38.40524],[141.47172,38.40562],[141.47154,38.40532],[141.4709,38.405],[141.47027,38.40533],[141.47005,38.40525],[141.46973,38.40578],[141.46959,38.40578],[141.46952,38.40584],[141.46997,38.40599],[141.46979,38.40675],[141.46996,38.40666],[141.47038,38.40688],[141.47088,38.4063],[141.47059,38.40671],[141.47228,38.40791],[141.47266,38.40759],[141.47289,38.40671],[141.4726,38.40577],[141.47302,38.40676],[141.47278,38.40764],[141.47207,38.40837],[141.4726,38.40853],[141.47324,38.40903],[141.47299,38.409],[141.47359,38.4098],[141.47383,38.41052],[141.47365,38.41077],[141.47418,38.41155],[141.47412,38.41182],[141.47435,38.41211],[141.47404,38.41214],[141.47415,38.41239],[141.47398,38.41255],[141.47386,38.41247],[141.47411,38.41291],[141.47389,38.41303],[141.47406,38.41321],[141.47426,38.41318],[141.47422,38.41332],[141.47459,38.41356],[141.4743,38.41364],[141.47447,38.41394],[141.47417,38.41387],[141.47398,38.41417],[141.47415,38.41419],[141.47426,38.41433],[141.47388,38.41444],[141.47363,38.41426],[141.47385,38.41479],[141.47341,38.41439],[141.47336,38.41459],[141.47283,38.41414],[141.47243,38.41419],[141.472,38.414],[141.47196,38.4142],[141.47169,38.41408],[141.47135,38.41438],[141.47096,38.41447],[141.47044,38.41508],[141.47039,38.41543],[141.47056,38.41576],[141.47104,38.41598],[141.47146,38.41654],[141.47197,38.41639],[141.47292,38.41668],[141.47295,38.41686],[141.47257,38.4168],[141.47255,38.41727],[141.47285,38.41753],[141.47304,38.41753],[141.47319,38.41718],[141.47376,38.41741],[141.474,38.41798],[141.47388,38.41809],[141.47425,38.41807],[141.47432,38.41836],[141.47474,38.41865],[141.47473,38.41888],[141.47438,38.41888],[141.47478,38.41912],[141.47472,38.41936],[141.47489,38.41933],[141.47505,38.41988],[141.47461,38.41982],[141.47484,38.42022],[141.47447,38.41989],[141.47456,38.42013],[141.47439,38.42011],[141.47425,38.42047],[141.47413,38.42042],[141.47412,38.42065],[141.47442,38.42109],[141.47428,38.42093],[141.47396,38.42099],[141.47416,38.42122],[141.47415,38.42164],[141.47381,38.42143],[141.47356,38.42156],[141.4739,38.4219],[141.47354,38.42171],[141.47332,38.42179],[141.4737,38.42249],[141.47317,38.42237],[141.47346,38.42271],[141.47315,38.42262],[141.47332,38.4231],[141.47294,38.42311],[141.47294,38.42328],[141.4727,38.42331],[141.47257,38.42351],[141.47287,38.424],[141.47261,38.42388],[141.47238,38.4241],[141.47282,38.42465],[141.47225,38.42489],[141.47197,38.4248],[141.47183,38.42522],[141.47163,38.42525],[141.47173,38.42552],[141.47155,38.42564],[141.47146,38.42534],[141.47002,38.42497],[141.47,38.42478],[141.46976,38.42467],[141.46862,38.42469],[141.46731,38.4235],[141.46674,38.42363],[141.46671,38.42379],[141.46634,38.42368],[141.4663,38.42406],[141.46589,38.4242],[141.46544,38.42405],[141.46507,38.42417],[141.46524,38.42488],[141.46512,38.4249],[141.46494,38.42416],[141.46472,38.42397],[141.46358,38.42386],[141.46322,38.42365],[141.46349,38.42397],[141.46318,38.42498],[141.46333,38.42526],[141.46363,38.42542],[141.46433,38.42454],[141.46444,38.4246],[141.46362,38.4255],[141.46421,38.42628],[141.46384,38.42631],[141.46392,38.4268],[141.46476,38.42729],[141.46468,38.42741],[141.46563,38.42816],[141.46602,38.42824],[141.46517,38.42902],[141.46556,38.42949],[141.46548,38.43022],[141.46571,38.43029],[141.46575,38.43062],[141.46558,38.4306],[141.46549,38.43085],[141.46523,38.43113],[141.46529,38.43145],[141.4648,38.4315],[141.46439,38.43181],[141.46399,38.4326],[141.46333,38.43337],[141.46192,38.43413],[141.46176,38.43402],[141.46043,38.43448],[141.45992,38.43426],[141.45945,38.43444],[141.45896,38.43499],[141.45894,38.43591],[141.45854,38.43611],[141.45811,38.43596],[141.45781,38.43638],[141.45809,38.43665],[141.45775,38.43674],[141.45783,38.43718],[141.45693,38.43762],[141.4574,38.4386],[141.45755,38.4386],[141.45743,38.43865],[141.45766,38.43912],[141.45697,38.43777],[141.4563,38.43794],[141.45656,38.4386],[141.45543,38.43892],[141.45501,38.44017],[141.45542,38.44032],[141.45558,38.44003],[141.45712,38.43915],[141.45561,38.44005],[141.45537,38.44049],[141.45498,38.44051],[141.4546,38.4412],[141.45284,38.44142],[141.45203,38.44095],[141.45079,38.44096],[141.44915,38.44141],[141.44809,38.44128],[141.44772,38.4429],[141.44747,38.44287],[141.44739,38.44389],[141.44846,38.44565],[141.44913,38.44551],[141.45045,38.44476],[141.45054,38.44406],[141.45117,38.44411],[141.45111,38.44458],[141.4525,38.44483],[141.45285,38.44359],[141.45425,38.44383],[141.45374,38.4455],[141.454,38.44561],[141.4554,38.44586],[141.45587,38.44419],[141.4576,38.44438],[141.45731,38.44604],[141.45907,38.44615],[141.4607,38.44673],[141.46073,38.44663],[141.46019,38.44646],[141.4603,38.44625],[141.45969,38.44576],[141.46069,38.44472],[141.46056,38.4449],[141.46092,38.44503],[141.46128,38.44484],[141.46142,38.44457],[141.4616,38.44467],[141.46168,38.44445],[141.462,38.44457],[141.46266,38.44406],[141.46226,38.44353],[141.46298,38.44283],[141.46257,38.44258],[141.46218,38.44258],[141.46258,38.44254],[141.46363,38.44322],[141.46481,38.44156],[141.46563,38.44132],[141.46615,38.44088],[141.46642,38.44042],[141.46653,38.4397],[141.46734,38.4389],[141.46721,38.43891],[141.46758,38.43878],[141.46802,38.43884],[141.46829,38.43857],[141.46845,38.43878],[141.46872,38.43865],[141.46884,38.43881],[141.47029,38.43918],[141.47065,38.43894],[141.47079,38.43928],[141.471,38.43909],[141.47132,38.43941],[141.47143,38.43966],[141.47126,38.44019],[141.47141,38.44033],[141.47185,38.4403],[141.47271,38.44068],[141.47411,38.4409],[141.47493,38.44028],[141.47504,38.43956],[141.47481,38.43944],[141.47514,38.43904],[141.47495,38.43875],[141.47537,38.4386],[141.47511,38.43838],[141.47531,38.43818],[141.47556,38.43839],[141.47554,38.43874],[141.47618,38.43905],[141.47612,38.43917],[141.47634,38.43929],[141.47655,38.43914],[141.47647,38.4393],[141.47666,38.43946],[141.47653,38.43982],[141.47689,38.44045],[141.4793,38.44037],[141.47926,38.44006],[141.47948,38.43969],[141.47857,38.43937],[141.4795,38.43966],[141.47996,38.43884],[141.4788,38.43843],[141.48039,38.43895],[141.4805,38.43866],[141.48118,38.43828],[141.48089,38.43766],[141.48161,38.43742],[141.4816,38.43716],[141.48136,38.43693],[141.48151,38.43686],[141.48141,38.43668],[141.48164,38.43677],[141.4817,38.437],[141.48186,38.43679],[141.48188,38.43714],[141.48243,38.43693],[141.48277,38.43705],[141.48285,38.43724],[141.48333,38.43732],[141.48362,38.4368],[141.48342,38.43669],[141.48358,38.43666],[141.48389,38.43728],[141.48414,38.43746],[141.48436,38.43728],[141.48428,38.43698],[141.48472,38.43736],[141.48472,38.43703],[141.48487,38.43716],[141.48487,38.43694],[141.48551,38.43773],[141.48545,38.43809],[141.48521,38.43802],[141.48525,38.43818],[141.48491,38.43819],[141.48476,38.43856],[141.48555,38.43925],[141.48565,38.43954],[141.48597,38.43965],[141.48607,38.4395],[141.48636,38.43982],[141.4866,38.43967],[141.48676,38.43989],[141.48703,38.43982],[141.48714,38.44049],[141.48781,38.44052],[141.48709,38.44054],[141.48716,38.44132],[141.48671,38.44128],[141.48709,38.4418],[141.48693,38.4421],[141.48776,38.44257],[141.48806,38.44223],[141.48829,38.44236],[141.48814,38.44278],[141.4887,38.4429],[141.48873,38.4431],[141.48995,38.44307],[141.48979,38.44099],[141.4895,38.44101],[141.48945,38.44063],[141.48979,38.4406],[141.48982,38.44019],[141.49019,38.44025],[141.49056,38.44069],[141.49071,38.44058],[141.49104,38.44067],[141.49112,38.44046],[141.49141,38.44083],[141.49156,38.44065],[141.49209,38.4406],[141.49207,38.44048],[141.49236,38.44073],[141.49239,38.44041],[141.49268,38.44062],[141.49286,38.44043],[141.49328,38.44062],[141.49334,38.44049],[141.49374,38.44057],[141.49432,38.44028],[141.49415,38.43986],[141.49457,38.43982],[141.49471,38.43966],[141.49462,38.43916],[141.49425,38.43896],[141.49412,38.43863],[141.49402,38.43827],[141.49413,38.43795],[141.49377,38.43765],[141.49319,38.43769],[141.49303,38.43742],[141.4933,38.43731],[141.49346,38.43749],[141.49439,38.43711],[141.4945,38.4374],[141.49439,38.43747],[141.4946,38.4378],[141.49508,38.43804],[141.49517,38.43835],[141.4956,38.43847],[141.49556,38.43831],[141.49574,38.4382],[141.49593,38.43835],[141.49599,38.43859],[141.49577,38.43862],[141.49571,38.43893],[141.49612,38.4391],[141.49603,38.43922],[141.49638,38.43949],[141.49625,38.43972],[141.49643,38.44009],[141.49606,38.44024],[141.49608,38.44047],[141.49622,38.44067],[141.49645,38.44061],[141.49653,38.44073],[141.49608,38.44089],[141.49621,38.44124],[141.4957,38.44118],[141.49535,38.44148],[141.49537,38.44166],[141.49512,38.44169],[141.49517,38.44193],[141.49456,38.44174],[141.49432,38.44207],[141.49443,38.44309],[141.49511,38.4432],[141.49543,38.44346],[141.49567,38.44335],[141.49551,38.44364],[141.49582,38.44398],[141.49638,38.44412],[141.49702,38.44404],[141.49728,38.44365],[141.49706,38.44348],[141.49751,38.44327],[141.49776,38.44338],[141.49793,38.44314],[141.49835,38.44341],[141.49955,38.44354],[141.49967,38.44331],[141.50011,38.44352],[141.50035,38.44349],[141.50046,38.44325],[141.50075,38.44351],[141.50091,38.44334],[141.50134,38.44361],[141.5021,38.44366],[141.50216,38.44408],[141.50157,38.44397],[141.50146,38.44421],[141.50209,38.44492],[141.50246,38.44501],[141.50333,38.44466],[141.50341,38.44487],[141.50415,38.44485],[141.50376,38.44508],[141.50412,38.44503],[141.50436,38.4452],[141.5047,38.44485],[141.50523,38.44482],[141.50536,38.44487],[141.50516,38.44506],[141.5054,38.44511],[141.50544,38.4454],[141.50585,38.44572],[141.50567,38.4461],[141.50631,38.44584],[141.50651,38.44614],[141.50704,38.44609],[141.50718,38.44622],[141.50727,38.4461],[141.50788,38.44647],[141.50774,38.4462],[141.50857,38.44613],[141.50901,38.44584],[141.50884,38.44541],[141.50905,38.44472],[141.5089,38.44418],[141.50934,38.44424],[141.50956,38.44449],[141.50938,38.4447],[141.50986,38.44503],[141.51026,38.44562],[141.5101,38.4458],[141.51024,38.44591],[141.50991,38.44615],[141.51007,38.4465],[141.50952,38.44648],[141.50942,38.4467],[141.50972,38.44696],[141.50965,38.44723],[141.50905,38.44764],[141.50913,38.44792],[141.50901,38.44809],[141.50932,38.44873],[141.50981,38.449],[141.51001,38.44943],[141.51037,38.4493],[141.5106,38.44943],[141.51134,38.44937],[141.51161,38.44957],[141.51203,38.44949],[141.51213,38.44933],[141.51235,38.44944],[141.51236,38.44971],[141.51268,38.45002],[141.51272,38.45032],[141.51261,38.4505],[141.51231,38.45045],[141.51227,38.45089],[141.51169,38.45087],[141.51114,38.45062],[141.51083,38.45081],[141.51084,38.45123],[141.51131,38.45136],[141.51167,38.45182],[141.51158,38.45203],[141.51189,38.45241],[141.51171,38.45235],[141.51195,38.45285],[141.51179,38.45297],[141.51067,38.45234],[141.51021,38.45226],[141.50997,38.45245],[141.51016,38.45286],[141.51,38.45284],[141.5101,38.45311],[141.50987,38.45333],[141.50989,38.45352],[141.50945,38.45361],[141.50876,38.45344],[141.50857,38.45301],[141.50825,38.45278],[141.50857,38.45255],[141.50838,38.45236],[141.50956,38.45217],[141.50983,38.45185],[141.50984,38.45144],[141.51002,38.45135],[141.50973,38.4508],[141.5098,38.45063],[141.50915,38.45012],[141.50895,38.4495],[141.50846,38.44935],[141.50779,38.44964],[141.5073,38.44951],[141.5071,38.44931],[141.50729,38.44916],[141.50719,38.44901],[141.50735,38.44888],[141.50738,38.4482],[141.50639,38.44776],[141.50591,38.44776],[141.5055,38.44799],[141.50507,38.44786],[141.505,38.44759],[141.50435,38.44734],[141.5041,38.44702],[141.50302,38.4468],[141.50185,38.44716],[141.50149,38.44762],[141.50174,38.44799],[141.50157,38.44829],[141.502,38.44827],[141.50179,38.44836],[141.50213,38.44895],[141.50193,38.44909],[141.5019,38.44935],[141.50221,38.44961],[141.50188,38.44972],[141.5023,38.45006],[141.50193,38.45025],[141.50213,38.45057],[141.50211,38.45079],[141.50194,38.45083],[141.50196,38.45112],[141.50147,38.45104],[141.50143,38.45116],[141.50138,38.45079],[141.50102,38.45022],[141.49932,38.45008],[141.49892,38.44936],[141.49863,38.44929],[141.49836,38.44889],[141.49791,38.44872],[141.49757,38.44878],[141.49659,38.44937],[141.49641,38.45011],[141.49642,38.45029],[141.49711,38.45048],[141.49728,38.45094],[141.49712,38.45131],[141.49745,38.45138],[141.49739,38.45164],[141.49719,38.45171],[141.49724,38.45247],[141.49713,38.45242],[141.49702,38.45269],[141.49678,38.4526],[141.49669,38.45272],[141.49502,38.45266],[141.49449,38.45301],[141.49418,38.45373],[141.49428,38.45503],[141.49466,38.45619],[141.49557,38.45627],[141.49554,38.45647],[141.49608,38.45653],[141.49642,38.45609],[141.49664,38.45525],[141.49645,38.4561],[141.49589,38.45676],[141.49601,38.45705],[141.49636,38.45695],[141.49641,38.45708],[141.49652,38.45694],[141.4967,38.45724],[141.497,38.45727],[141.49737,38.45703],[141.49769,38.45722],[141.49788,38.45702],[141.49795,38.45723],[141.49835,38.45745],[141.49884,38.45737],[141.49945,38.45773],[141.5001,38.45776],[141.5004,38.45816],[141.50018,38.45857],[141.5004,38.45906],[141.50029,38.45945],[141.50055,38.45946],[141.50072,38.4597],[141.50152,38.45961],[141.50208,38.45989],[141.50185,38.46],[141.50198,38.46036],[141.50162,38.46045],[141.50159,38.46075],[141.5009,38.46046],[141.50081,38.46027],[141.49992,38.46024],[141.50026,38.46095],[141.49953,38.46107],[141.49976,38.46135],[141.49924,38.46118],[141.49939,38.46145],[141.49921,38.46115],[141.49864,38.46109],[141.49848,38.46077],[141.49779,38.46049],[141.49763,38.46009],[141.49724,38.46038],[141.49541,38.46074],[141.49482,38.46036],[141.49461,38.46038],[141.49455,38.46056],[141.49433,38.46032],[141.49425,38.46046],[141.49395,38.46004],[141.49309,38.45978],[141.49306,38.46012],[141.49288,38.46012],[141.493,38.46055],[141.49283,38.46073],[141.49307,38.46139],[141.49285,38.46192],[141.49249,38.46184],[141.49233,38.46213],[141.49207,38.4621],[141.49227,38.4624],[141.4922,38.46269],[141.4921,38.46254],[141.49175,38.46263],[141.49151,38.46226],[141.49096,38.46233],[141.48967,38.46205],[141.48949,38.46162],[141.4891,38.46142],[141.48888,38.46094],[141.48866,38.46083],[141.48801,38.4609],[141.48791,38.46152],[141.48767,38.46107],[141.48723,38.46087],[141.48668,38.46082],[141.48661,38.46109],[141.48556,38.46083],[141.48442,38.4616],[141.48444,38.46201],[141.48418,38.46175],[141.48393,38.46201],[141.48367,38.46184],[141.48336,38.46281],[141.48312,38.46272],[141.48309,38.46284],[141.4827,38.46235],[141.48155,38.46279],[141.48097,38.46251],[141.48065,38.46271],[141.48037,38.46267],[141.48005,38.46289],[141.48001,38.46315],[141.47964,38.46331],[141.47898,38.46289],[141.47841,38.46295],[141.4782,38.46309],[141.47821,38.4633],[141.47798,38.4634],[141.47739,38.4631],[141.47698,38.46317],[141.4763,38.46392],[141.47645,38.46405],[141.47597,38.4653],[141.47585,38.46637],[141.47573,38.46637],[141.47586,38.46731],[141.47618,38.46794],[141.47677,38.46817],[141.47728,38.46811],[141.47741,38.46774],[141.47774,38.46781],[141.47795,38.46733],[141.47765,38.46831],[141.47804,38.46869],[141.47873,38.46872],[141.47977,38.46907],[141.48007,38.46978],[141.4812,38.47038],[141.48195,38.4698],[141.48158,38.46947],[141.48222,38.46994],[141.48247,38.47046],[141.48239,38.47072],[141.48318,38.47117],[141.48452,38.4713],[141.48519,38.47097],[141.48471,38.47073],[141.48505,38.47027],[141.48383,38.46972],[141.48535,38.47039],[141.48569,38.47015],[141.48579,38.46969],[141.48603,38.46985],[141.48719,38.46978],[141.4875,38.46968],[141.48792,38.46919],[141.48888,38.46901],[141.48933,38.46914],[141.48917,38.46953],[141.48932,38.46966],[141.48955,38.4696],[141.48961,38.46978],[141.48942,38.46987],[141.48944,38.47004],[141.48986,38.47024],[141.48961,38.47053],[141.49,38.47091],[141.49001,38.47071],[141.49039,38.4709],[141.49012,38.47099],[141.49031,38.47115],[141.49015,38.4712],[141.4902,38.47143],[141.4909,38.47174],[141.49117,38.47204],[141.49165,38.47195],[141.49168,38.47224],[141.49151,38.47234],[141.49201,38.47271],[141.49216,38.47259],[141.49257,38.47287],[141.49288,38.47289],[141.49289,38.4725],[141.49317,38.47255],[141.49345,38.47326],[141.49408,38.47343],[141.49416,38.47356],[141.4938,38.47347],[141.49378,38.47357],[141.49423,38.47364],[141.49446,38.4744],[141.49468,38.47435],[141.49495,38.47456],[141.49453,38.47471],[141.49471,38.47504],[141.49506,38.4752],[141.49505,38.47497],[141.49517,38.47498],[141.49544,38.47525],[141.49545,38.47557],[141.49495,38.47558],[141.49509,38.47578],[141.49492,38.47573],[141.49488,38.47602],[141.49515,38.47594],[141.49551,38.4762],[141.49569,38.47604],[141.49608,38.4763],[141.49654,38.47636],[141.49656,38.47663],[141.49707,38.47688],[141.49678,38.47735],[141.49714,38.47751],[141.49717,38.4773],[141.49755,38.47753],[141.49771,38.47734],[141.4977,38.47762],[141.49779,38.47751],[141.4979,38.47778],[141.49812,38.4778],[141.4982,38.4782],[141.49864,38.47848],[141.49816,38.4795],[141.49772,38.47963],[141.49747,38.47942],[141.49732,38.47949],[141.49751,38.48038],[141.49727,38.4803],[141.49721,38.47989],[141.49702,38.4798],[141.49684,38.48001],[141.49603,38.48004],[141.49585,38.48043],[141.49591,38.48065],[141.49574,38.4807],[141.4954,38.48137],[141.49557,38.4816],[141.49546,38.48195],[141.49574,38.48208],[141.4955,38.48218],[141.49548,38.48242],[141.49566,38.48236],[141.49578,38.48253],[141.4956,38.48269],[141.49575,38.4828],[141.49557,38.4829],[141.4957,38.48302],[141.49559,38.48386],[141.49543,38.48402],[141.49553,38.48423],[141.4952,38.48435],[141.49534,38.48449],[141.49522,38.48469],[141.49454,38.48494],[141.49428,38.48528],[141.49377,38.48489],[141.49233,38.48511],[141.49268,38.48586],[141.49239,38.48592],[141.49255,38.48603],[141.4924,38.48621],[141.49269,38.48636],[141.49251,38.48636],[141.49246,38.48679],[141.49234,38.48667],[141.49199,38.48686],[141.49197,38.48721],[141.49184,38.48714],[141.49201,38.48741],[141.49187,38.48734],[141.49155,38.4877],[141.49202,38.48792],[141.49186,38.48801],[141.492,38.48854],[141.49189,38.48855],[141.49175,38.4881],[141.49153,38.48809],[141.49092,38.48842],[141.49079,38.4887],[141.4909,38.48898],[141.49133,38.48918],[141.49162,38.48953],[141.49188,38.48959],[141.49194,38.48947],[141.4921,38.4896],[141.49193,38.48992],[141.49223,38.48986],[141.49286,38.49041],[141.49283,38.4903],[141.49324,38.49056],[141.49319,38.49032],[141.49345,38.4906],[141.49332,38.49055],[141.49333,38.49079],[141.49371,38.49105],[141.4934,38.49131],[141.49363,38.49144],[141.49371,38.49177],[141.49347,38.49186],[141.49361,38.49194],[141.49342,38.49193],[141.49351,38.49242],[141.49402,38.4923],[141.49395,38.49249],[141.49408,38.49259],[141.4946,38.49249],[141.49483,38.49233],[141.4946,38.49241],[141.49456,38.49229],[141.49483,38.49224],[141.49508,38.4925],[141.49489,38.49268],[141.49509,38.49267],[141.49542,38.49305],[141.49563,38.49287],[141.4962,38.49294],[141.49623,38.4932],[141.49598,38.49354],[141.49606,38.49364],[141.49636,38.4935],[141.49642,38.49364],[141.49621,38.49382],[141.49645,38.49439],[141.49673,38.49492],[141.49714,38.49505],[141.49727,38.49536],[141.49714,38.49548],[141.49684,38.49531],[141.49624,38.49579],[141.49583,38.49586],[141.4959,38.49652],[141.49574,38.49662],[141.4964,38.4968],[141.49661,38.49708],[141.49635,38.49711],[141.49632,38.49747],[141.49656,38.49804],[141.49612,38.49842],[141.49632,38.49895],[141.49652,38.49888],[141.49664,38.49905],[141.49641,38.49916],[141.49649,38.49938],[141.49633,38.4995],[141.49645,38.49953],[141.49615,38.49965],[141.49641,38.49988],[141.49622,38.50049],[141.496,38.50062],[141.49593,38.50037],[141.49548,38.50043],[141.49572,38.49971],[141.49561,38.49957],[141.49442,38.49986],[141.49407,38.49965],[141.49349,38.49968],[141.49311,38.49942],[141.49303,38.49914],[141.49265,38.499],[141.49259,38.49875],[141.492,38.49894],[141.49105,38.4987],[141.4905,38.49841],[141.49032,38.49811],[141.48996,38.49823],[141.49009,38.49851],[141.48987,38.49864],[141.49002,38.49889],[141.48972,38.49857],[141.48943,38.49874],[141.48928,38.49863],[141.48925,38.4988],[141.4896,38.49892],[141.48953,38.49973],[141.49028,38.49968],[141.49011,38.49979],[141.48913,38.49974],[141.48896,38.49991],[141.48893,38.50046],[141.48829,38.50057],[141.4882,38.5009],[141.48854,38.50177],[141.48815,38.50091],[141.48824,38.50057],[141.48798,38.50035],[141.4875,38.50081],[141.48764,38.50095],[141.48736,38.50154],[141.48697,38.50146],[141.48688,38.50188],[141.48706,38.50317],[141.48732,38.50317],[141.48747,38.50345],[141.48778,38.50338],[141.48813,38.50302],[141.48895,38.50236],[141.4877,38.50354],[141.48803,38.50365],[141.48864,38.50422],[141.48888,38.50421],[141.48882,38.50433],[141.48933,38.50466],[141.48933,38.50503],[141.48916,38.50493],[141.48899,38.50505],[141.48896,38.50609],[141.48893,38.50507],[141.48828,38.50509],[141.4883,38.50528],[141.48778,38.5053],[141.48757,38.50644],[141.48831,38.50695],[141.48752,38.50746],[141.48705,38.50751],[141.48686,38.50812],[141.48639,38.50843],[141.48619,38.50841],[141.4863,38.50857],[141.48599,38.50899],[141.48577,38.5099],[141.4855,38.50988],[141.4853,38.51014],[141.48448,38.5101],[141.48448,38.51059],[141.48428,38.51078],[141.48365,38.51083],[141.48334,38.51119],[141.48306,38.51119],[141.48295,38.51131],[141.48308,38.51204],[141.48294,38.51228],[141.48268,38.51208],[141.48196,38.51193],[141.48144,38.51199],[141.48036,38.51278],[141.47981,38.51286],[141.47994,38.51298],[141.47957,38.51289],[141.47974,38.51302],[141.47945,38.51304],[141.47894,38.51358],[141.47877,38.51345],[141.47763,38.51442],[141.47741,38.51536],[141.47688,38.51552],[141.47561,38.51647],[141.47538,38.51748],[141.47516,38.51772],[141.47399,38.5177],[141.47335,38.51792],[141.47319,38.51816],[141.47271,38.51807],[141.47231,38.51752],[141.4713,38.51686],[141.47039,38.51555],[141.4692,38.51491],[141.46932,38.51505],[141.46854,38.51421],[141.46748,38.51353],[141.46622,38.513],[141.4647,38.51209],[141.46445,38.5129],[141.46464,38.51297],[141.46444,38.51293],[141.46425,38.51377],[141.46445,38.51376],[141.46456,38.51379],[141.46479,38.51388],[141.46458,38.51389],[141.46555,38.51451],[141.46575,38.5145],[141.46705,38.51555],[141.46658,38.51706],[141.46704,38.51774],[141.46751,38.51788],[141.46832,38.52015],[141.46945,38.52114],[141.47012,38.52136],[141.47015,38.52125],[141.47121,38.52121],[141.47129,38.52098],[141.47154,38.52087],[141.47399,38.52085],[141.47537,38.52051],[141.47695,38.52104],[141.47756,38.52075],[141.47818,38.52087],[141.47857,38.52059],[141.4791,38.51971],[141.47969,38.51946],[141.48172,38.52023],[141.48296,38.51983],[141.48284,38.51947],[141.48303,38.51995],[141.48324,38.51986],[141.4839,38.51926],[141.4845,38.51768],[141.485,38.51685],[141.48579,38.51616],[141.48737,38.5154],[141.48866,38.51444],[141.48949,38.51422],[141.49025,38.51426],[141.49026,38.51409],[141.49073,38.51411],[141.49116,38.51388],[141.49135,38.51402],[141.49155,38.51373],[141.49093,38.51331],[141.49169,38.51375],[141.49182,38.51333],[141.49162,38.51295],[141.49179,38.51289],[141.49187,38.51257],[141.49272,38.51264],[141.49321,38.51202],[141.49401,38.51153],[141.49409,38.51115],[141.49352,38.51043],[141.49356,38.51001],[141.49338,38.50989],[141.49416,38.50922],[141.49394,38.50892],[141.49413,38.5088],[141.49502,38.50899],[141.49513,38.50925],[141.49571,38.50937],[141.49597,38.50979],[141.49613,38.5096],[141.49618,38.50986],[141.4964,38.50941],[141.49657,38.5094],[141.49669,38.50972],[141.49647,38.51028],[141.49655,38.51044],[141.49701,38.5104],[141.49693,38.51054],[141.49713,38.51084],[141.49769,38.51079],[141.49789,38.51112],[141.49851,38.51133],[141.49953,38.51092],[141.49962,38.51105],[141.49981,38.51089],[141.50041,38.51099],[141.50042,38.51067],[141.50116,38.51088],[141.50138,38.51067],[141.50185,38.51063],[141.50191,38.50965],[141.50262,38.50905],[141.50298,38.509],[141.50313,38.5086],[141.50335,38.50866],[141.50342,38.50839],[141.50355,38.50864],[141.50339,38.50879],[141.50345,38.50957],[141.50399,38.51083],[141.50422,38.51096],[141.50436,38.51082],[141.50464,38.51116],[141.50457,38.51168],[141.50568,38.51193],[141.50806,38.51205],[141.50831,38.51219],[141.50892,38.51214],[141.50903,38.51194],[141.50908,38.51226],[141.51012,38.51286],[141.51031,38.51268],[141.51105,38.51311],[141.51202,38.51313],[141.5121,38.51331],[141.512,38.51316],[141.51184,38.51349],[141.51225,38.51355],[141.51299,38.51334],[141.51366,38.51305],[141.51358,38.51284],[141.51337,38.51291],[141.51344,38.51271],[141.5144,38.51162],[141.51447,38.51123],[141.51446,38.5109],[141.51372,38.51059],[141.51357,38.51036],[141.51432,38.50937],[141.51431,38.50914],[141.51401,38.5092],[141.5138,38.50886],[141.5153,38.50771],[141.51583,38.50674],[141.51594,38.50627],[141.51569,38.50619],[141.5162,38.50626],[141.51623,38.5061],[141.51583,38.50608],[141.5159,38.50504],[141.5161,38.50504],[141.51578,38.50416],[141.51533,38.50412],[141.51514,38.50389],[141.51457,38.5037],[141.51446,38.50386],[141.51395,38.50376],[141.5134,38.50395],[141.51255,38.50358],[141.51242,38.50329],[141.51264,38.50312],[141.51272,38.50327],[141.51326,38.50323],[141.51343,38.5034],[141.51413,38.50339],[141.51428,38.50354],[141.51497,38.50337],[141.51522,38.5019],[141.51583,38.50175],[141.51564,38.50142],[141.51599,38.50138],[141.51646,38.50031],[141.5164,38.50002],[141.51617,38.49994],[141.51583,38.49928],[141.51563,38.49922],[141.51564,38.49886],[141.51541,38.49848],[141.51547,38.49792],[141.51573,38.49768],[141.51572,38.49746],[141.51586,38.49727],[141.51618,38.49722],[141.51625,38.49694],[141.5158,38.49661],[141.51607,38.49641],[141.51602,38.49629],[141.51542,38.49608],[141.51582,38.49592],[141.51568,38.49535],[141.51614,38.49516],[141.51554,38.49474],[141.51515,38.49424],[141.51553,38.49377],[141.51598,38.49352],[141.51571,38.49331],[141.51514,38.49322],[141.51494,38.49302],[141.51543,38.49322],[141.51554,38.49304],[141.51601,38.493],[141.51656,38.49254],[141.51691,38.49257],[141.51701,38.49233],[141.51716,38.49271],[141.51761,38.49259],[141.51779,38.49314],[141.51835,38.49329],[141.51838,38.49353],[141.51868,38.49351],[141.51859,38.49326],[141.51892,38.4933],[141.51868,38.49419],[141.51896,38.4941],[141.51929,38.49424],[141.51937,38.49403],[141.51966,38.4941],[141.51979,38.49478],[141.51998,38.4949],[141.52034,38.49478],[141.52042,38.49511],[141.52071,38.49528],[141.52102,38.49515],[141.5211,38.49479],[141.52126,38.49472],[141.52157,38.49511],[141.52153,38.49473],[141.52202,38.49549],[141.52204,38.49584],[141.52227,38.49592],[141.52263,38.49575],[141.52271,38.4959],[141.52289,38.49584],[141.52293,38.49605],[141.52325,38.49601],[141.52343,38.49585],[141.52337,38.49547],[141.52354,38.49529],[141.52343,38.49463],[141.52362,38.49471],[141.52374,38.49458],[141.52392,38.4949],[141.52438,38.49493],[141.52436,38.49505],[141.52502,38.49484],[141.52489,38.49464],[141.52521,38.49424],[141.52493,38.49411],[141.52472,38.49356],[141.52415,38.49364],[141.52494,38.49341],[141.52476,38.49279],[141.52402,38.49243],[141.52402,38.49221],[141.52353,38.49154],[141.52353,38.49126],[141.52392,38.49097],[141.5234,38.49039],[141.52409,38.49058],[141.52392,38.48986],[141.52437,38.49012],[141.52422,38.4898],[141.52484,38.48969],[141.52531,38.48995],[141.52526,38.49036],[141.52656,38.49046],[141.5265,38.49017],[141.52679,38.49057],[141.52712,38.49069],[141.52727,38.49051],[141.52711,38.49016],[141.52741,38.49017],[141.52727,38.48977],[141.52751,38.48985],[141.52743,38.48959],[141.52756,38.48967],[141.52744,38.48911],[141.52773,38.48909],[141.52762,38.48864],[141.52823,38.48873],[141.52803,38.48864],[141.52858,38.48857],[141.52856,38.48841],[141.52894,38.48865],[141.52908,38.48825],[141.52935,38.48833],[141.5291,38.48878],[141.52921,38.48897],[141.52961,38.48868],[141.52979,38.48886],[141.53027,38.48866],[141.53053,38.48881],[141.53108,38.48973],[141.53142,38.48955],[141.53168,38.48985],[141.53235,38.48989],[141.53271,38.48941],[141.53266,38.48921],[141.5329,38.48914],[141.53311,38.48928],[141.53346,38.49018],[141.5341,38.49048],[141.53439,38.49036],[141.53459,38.49004],[141.53515,38.48986],[141.53519,38.48948],[141.53482,38.48832],[141.53532,38.48837],[141.53519,38.48826],[141.53549,38.48833],[141.53581,38.48868],[141.53596,38.4892],[141.53587,38.48966],[141.53566,38.48967],[141.53582,38.48993],[141.53643,38.49014],[141.53665,38.49014],[141.53672,38.48993],[141.53706,38.49001],[141.53732,38.49039],[141.53736,38.49075],[141.53717,38.4908],[141.5374,38.49107],[141.53682,38.49141],[141.53686,38.49175],[141.53667,38.49162],[141.53668,38.49141],[141.53631,38.49167],[141.53629,38.49185],[141.53612,38.49177],[141.53581,38.49194],[141.53563,38.4924],[141.53549,38.49243],[141.53563,38.49271],[141.53537,38.49257],[141.53549,38.49279],[141.53514,38.49289],[141.53543,38.49312],[141.53511,38.49302],[141.53469,38.49333],[141.53502,38.4937],[141.53505,38.49394],[141.53488,38.49398],[141.5352,38.49412],[141.53509,38.49441],[141.5354,38.495],[141.53518,38.49502],[141.5351,38.49482],[141.53498,38.49498],[141.53492,38.49488],[141.53489,38.49521],[141.53476,38.49514],[141.5346,38.4953],[141.53457,38.49515],[141.5344,38.49527],[141.53419,38.49514],[141.53339,38.4954],[141.53335,38.49599],[141.53352,38.49621],[141.53361,38.49612],[141.53427,38.49649],[141.53484,38.49643],[141.53492,38.4962],[141.53474,38.49574],[141.53487,38.49571],[141.53508,38.49641],[141.53541,38.49641],[141.53577,38.4969],[141.53598,38.4967],[141.53605,38.49717],[141.53576,38.49726],[141.53592,38.49749],[141.5357,38.49754],[141.53608,38.49771],[141.53663,38.49765],[141.53663,38.49799],[141.53626,38.49811],[141.53652,38.49834],[141.53612,38.4983],[141.53643,38.49865],[141.5362,38.49906],[141.53634,38.4992],[141.5367,38.49918],[141.53675,38.49929],[141.53658,38.49924],[141.53682,38.49945],[141.53722,38.49947],[141.5371,38.49927],[141.53718,38.49915],[141.53752,38.49957],[141.53807,38.49939],[141.5383,38.49898],[141.53826,38.49862],[141.53867,38.49841],[141.53847,38.49757],[141.53902,38.49806],[141.53912,38.49793],[141.53932,38.49867],[141.5396,38.49864],[141.53961,38.49844],[141.53984,38.49876],[141.53963,38.49887],[141.53979,38.49909],[141.54005,38.49898],[141.54057,38.50006],[141.54055,38.49981],[141.5407,38.49983],[141.54082,38.50039],[141.54071,38.50048],[141.5406,38.50012],[141.54035,38.50046],[141.54105,38.50103],[141.54108,38.50167],[141.54115,38.50136],[141.54158,38.50178],[141.54207,38.5019],[141.54231,38.50261],[141.54185,38.50221],[141.54185,38.50236],[141.54223,38.50304],[141.54227,38.50348],[141.54273,38.50396],[141.54214,38.50373],[141.54194,38.5033],[141.54186,38.50385],[141.54198,38.50417],[141.5428,38.50458],[141.54261,38.50456],[141.54261,38.50474],[141.54233,38.50463],[141.54238,38.50484],[141.5419,38.5047],[141.54177,38.5051],[141.54133,38.50483],[141.54128,38.50459],[141.54106,38.50475],[141.54094,38.50447],[141.54095,38.50468],[141.54083,38.50469],[141.54079,38.50409],[141.54091,38.50406],[141.54069,38.50358],[141.54048,38.50361],[141.54021,38.50248],[141.53939,38.50241],[141.53894,38.50257],[141.53882,38.50265],[141.53885,38.50332],[141.53853,38.50336],[141.53858,38.50405],[141.53819,38.50408],[141.53832,38.50447],[141.53818,38.50486],[141.53773,38.50489],[141.53744,38.50523],[141.5378,38.50577],[141.53777,38.50623],[141.53762,38.50606],[141.53739,38.50632],[141.53709,38.50595],[141.53674,38.50598],[141.53634,38.50626],[141.53651,38.50657],[141.53614,38.50663],[141.53645,38.50682],[141.53638,38.5072],[141.53673,38.50717],[141.53661,38.5074],[141.5368,38.50755],[141.53679,38.5078],[141.53655,38.50797],[141.53628,38.50786],[141.53594,38.50835],[141.53571,38.50829],[141.53586,38.50818],[141.53528,38.50803],[141.53478,38.50818],[141.53447,38.50857],[141.53491,38.50903],[141.53478,38.5091],[141.53437,38.50859],[141.53392,38.50887],[141.53385,38.50913],[141.53422,38.50943],[141.53409,38.5096],[141.53431,38.50978],[141.53499,38.51007],[141.5351,38.50992],[141.53573,38.5099],[141.53576,38.51075],[141.53615,38.51116],[141.53874,38.51183],[141.53882,38.51163],[141.53912,38.51178],[141.53906,38.5113],[141.53929,38.51128],[141.53945,38.5117],[141.5394,38.51236],[141.53953,38.51233],[141.53948,38.513],[141.53901,38.51327],[141.53869,38.51381],[141.53888,38.51397],[141.53813,38.51402],[141.53836,38.5145],[141.53824,38.51439],[141.53809,38.51453],[141.53828,38.51467],[141.53796,38.51499],[141.53825,38.51532],[141.53868,38.51531],[141.53886,38.51576],[141.53868,38.51598],[141.53917,38.51626],[141.53892,38.51631],[141.53914,38.51645],[141.5385,38.51663],[141.53885,38.51685],[141.53906,38.51681],[141.53897,38.51665],[141.53913,38.51656],[141.53966,38.51679],[141.54003,38.5172],[141.54004,38.51748],[141.53979,38.51745],[141.54013,38.51766],[141.54056,38.51852],[141.54068,38.51864],[141.54091,38.51863],[141.54088,38.5185],[141.54099,38.51863],[141.54139,38.51859],[141.54165,38.5191],[141.54183,38.51912],[141.54189,38.51893],[141.54195,38.51926],[141.54214,38.51937],[141.54225,38.5192],[141.54239,38.51926],[141.54252,38.51956],[141.54252,38.51923],[141.54264,38.51926],[141.54282,38.51963],[141.54307,38.51973],[141.54298,38.51984],[141.54316,38.51981],[141.54339,38.5201],[141.54348,38.52031],[141.54335,38.52041],[141.54404,38.52075],[141.54461,38.52059],[141.54447,38.52076],[141.54458,38.52086],[141.54466,38.52067],[141.54476,38.52108],[141.54458,38.52152],[141.54519,38.5218],[141.54628,38.52168],[141.54551,38.52183],[141.5453,38.52216],[141.54568,38.52238],[141.54573,38.52266],[141.54619,38.5225],[141.54635,38.52373],[141.54756,38.52373],[141.54756,38.52385],[141.54603,38.52385],[141.54609,38.52427],[141.54601,38.52415],[141.54505,38.52444],[141.54499,38.52544],[141.54451,38.52506],[141.54441,38.52476],[141.5438,38.52481],[141.54347,38.52504],[141.54327,38.52492],[141.5433,38.52522],[141.54297,38.52492],[141.54271,38.525],[141.54274,38.52513],[141.5426,38.52507],[141.54255,38.5252],[141.54266,38.52541],[141.5423,38.5249],[141.54169,38.52501],[141.54203,38.52567],[141.5417,38.52556],[141.54181,38.5257],[141.54167,38.52586],[141.54184,38.52607],[141.54155,38.52607],[141.54191,38.52638],[141.54122,38.52648],[141.54163,38.52659],[141.54128,38.52675],[141.54136,38.52699],[141.54088,38.52681],[141.54069,38.52657],[141.54072,38.52681],[141.54059,38.52659],[141.54035,38.52668],[141.54037,38.52691],[141.54025,38.52672],[141.53995,38.52682],[141.54005,38.52717],[141.53979,38.52709],[141.54005,38.52752],[141.53983,38.52747],[141.53985,38.52758],[141.5397,38.52738],[141.53944,38.52763],[141.53951,38.52796],[141.53974,38.52797],[141.53964,38.52821],[141.53974,38.52854],[141.53938,38.52842],[141.53924,38.52857],[141.53921,38.52835],[141.53865,38.52858],[141.53873,38.5287],[141.53857,38.52887],[141.53903,38.52914],[141.53858,38.52905],[141.53853,38.52945],[141.53881,38.52965],[141.53856,38.52972],[141.53839,38.52953],[141.53759,38.53011],[141.53773,38.5305],[141.53863,38.53151],[141.53842,38.53156],[141.53843,38.53187],[141.53812,38.53203],[141.53791,38.53182],[141.53766,38.53195],[141.53771,38.53181],[141.53743,38.53182],[141.53755,38.53161],[141.53689,38.53163],[141.53681,38.5314],[141.5366,38.53169],[141.53673,38.532],[141.53649,38.53177],[141.53656,38.53206],[141.53632,38.53178],[141.53642,38.53183],[141.53641,38.53171],[141.53615,38.53156],[141.53602,38.53171],[141.53587,38.53153],[141.53566,38.53168],[141.53637,38.53222],[141.53683,38.53313],[141.53593,38.53223],[141.53614,38.53285],[141.53562,38.53229],[141.5355,38.53235],[141.53555,38.53259],[141.53537,38.53239],[141.53465,38.5326],[141.53419,38.53251],[141.53351,38.53303],[141.53392,38.53269],[141.53359,38.53212],[141.53289,38.5315],[141.53168,38.53164],[141.53152,38.53189],[141.53133,38.53167],[141.53034,38.53209],[141.53014,38.53267],[141.53083,38.53338],[141.53068,38.53335],[141.5306,38.53358],[141.53095,38.53382],[141.5307,38.53397],[141.53093,38.53403],[141.53056,38.5341],[141.5302,38.53455],[141.53049,38.53478],[141.53056,38.53544],[141.53023,38.53643],[141.53115,38.53731],[141.53162,38.53742],[141.53185,38.53772],[141.53204,38.53765],[141.53207,38.53783],[141.53229,38.53789],[141.53246,38.53831],[141.53175,38.5388],[141.53195,38.53971],[141.53296,38.54029],[141.53377,38.54053],[141.53397,38.54036],[141.53423,38.54047],[141.53467,38.54106],[141.53412,38.54063],[141.53398,38.54082],[141.53438,38.54124],[141.53408,38.54126],[141.53391,38.54146],[141.53408,38.54157],[141.5344,38.54139],[141.53455,38.54159],[141.53403,38.54183],[141.53395,38.54294],[141.5342,38.54357],[141.53409,38.54361],[141.53458,38.54455],[141.53455,38.54483],[141.53498,38.54534],[141.53438,38.5454],[141.53469,38.54585],[141.53435,38.54581],[141.53462,38.54613],[141.53441,38.54611],[141.53461,38.54645],[141.53445,38.54656],[141.53486,38.54702],[141.5347,38.5469],[141.53469,38.54711],[141.53452,38.54691],[141.53468,38.54688],[141.53383,38.54638],[141.53335,38.54636],[141.53322,38.54655],[141.53257,38.54651],[141.53235,38.54693],[141.53253,38.5472],[141.53235,38.54727],[141.53276,38.54774],[141.53265,38.54783],[141.53291,38.54785],[141.53319,38.54829],[141.53256,38.54823],[141.53279,38.54862],[141.53254,38.54864],[141.53264,38.54897],[141.5325,38.54906],[141.53156,38.54888],[141.53155,38.54866],[141.53126,38.54846],[141.53078,38.54842],[141.53047,38.54809],[141.53052,38.54782],[141.53001,38.54757],[141.52994,38.54737],[141.52954,38.54733],[141.52902,38.54681],[141.52858,38.54675],[141.52851,38.54687],[141.52834,38.54661],[141.52813,38.54678],[141.52791,38.54639],[141.52751,38.54664],[141.5277,38.54679],[141.52753,38.54678],[141.52755,38.54701],[141.52745,38.54671],[141.52713,38.54663],[141.52691,38.54623],[141.52624,38.54643],[141.52635,38.54649],[141.52614,38.54688],[141.52596,38.54649],[141.52504,38.5462],[141.52501,38.54587],[141.52517,38.54571],[141.525,38.54553],[141.52472,38.54568],[141.52467,38.54465],[141.5245,38.54466],[141.52421,38.5443],[141.5239,38.5445],[141.52415,38.5441],[141.52399,38.544],[141.52408,38.54375],[141.52368,38.54287],[141.52373,38.54243],[141.5234,38.54208],[141.52336,38.54168],[141.52262,38.54132],[141.522,38.54177],[141.52212,38.54041],[141.52179,38.53975],[141.52115,38.53938],[141.51841,38.53931],[141.51768,38.53961],[141.5178,38.53976],[141.5178,38.53988],[141.51763,38.53985],[141.51775,38.54026],[141.5173,38.54012],[141.51762,38.54027],[141.51769,38.54046],[141.51725,38.54014],[141.51723,38.5404],[141.51702,38.54029],[141.51702,38.54011],[141.51686,38.54028],[141.51661,38.54016],[141.51662,38.54066],[141.51631,38.54071],[141.51658,38.54108],[141.5161,38.54086],[141.51606,38.54102],[141.51631,38.54136],[141.51602,38.54156],[141.51604,38.5418],[141.51583,38.54201],[141.51656,38.54252],[141.51643,38.54256],[141.51653,38.54281],[141.51607,38.54286],[141.51643,38.54314],[141.51622,38.54311],[141.51642,38.5435],[141.51562,38.54303],[141.51578,38.5433],[141.51545,38.54323],[141.51556,38.54331],[141.51533,38.5433],[141.51525,38.5436],[141.51589,38.54443],[141.51567,38.54444],[141.5154,38.54417],[141.51513,38.54432],[141.51558,38.54483],[141.51526,38.54488],[141.51478,38.54457],[141.51484,38.54479],[141.51469,38.54492],[141.51427,38.54477],[141.51445,38.54439],[141.51388,38.54365],[141.51399,38.54345],[141.51359,38.54286],[141.51354,38.54251],[141.51314,38.54224],[141.51307,38.54208],[141.51321,38.542],[141.51259,38.54119],[141.51221,38.54091],[141.5119,38.54094],[141.51149,38.54049],[141.51122,38.54051],[141.51123,38.54032],[141.51102,38.54022],[141.51119,38.54002],[141.51101,38.53977],[141.51031,38.53935],[141.51006,38.53939],[141.50995,38.53904],[141.50931,38.53857],[141.50937,38.53836],[141.50796,38.5381],[141.5093,38.53827],[141.50941,38.53751],[141.50913,38.53724],[141.50892,38.53726],[141.5089,38.53709],[141.50988,38.53567],[141.50938,38.53536],[141.50971,38.53552],[141.51012,38.5351],[141.51125,38.53495],[141.51108,38.5343],[141.50998,38.53336],[141.50951,38.53381],[141.50894,38.53392],[141.50886,38.53458],[141.50905,38.53497],[141.50881,38.53459],[141.50891,38.53372],[141.50806,38.53336],[141.50619,38.53329],[141.5058,38.534],[141.50531,38.53397],[141.5045,38.53441],[141.50414,38.53437],[141.50362,38.53457],[141.50358,38.53476],[141.50274,38.53467],[141.50232,38.53488],[141.502,38.53525],[141.50207,38.53555],[141.50189,38.53602],[141.502,38.53608],[141.50185,38.53605],[141.50178,38.53623],[141.50198,38.53637],[141.50173,38.53649],[141.50111,38.53632],[141.50028,38.53553],[141.49828,38.53572],[141.50006,38.53548],[141.49996,38.53539],[141.50008,38.53487],[141.50034,38.53449],[141.49978,38.53289],[141.49874,38.53286],[141.49864,38.5325],[141.49796,38.53247],[141.49795,38.53235],[141.49795,38.53247],[141.49759,38.53246],[141.49756,38.53267],[141.49751,38.53231],[141.49507,38.53256],[141.49303,38.53328],[141.4927,38.53364],[141.49267,38.53395],[141.49184,38.53417],[141.49144,38.53481],[141.49159,38.53503],[141.49182,38.53498],[141.4918,38.53479],[141.49206,38.53506],[141.49248,38.53491],[141.49248,38.53556],[141.49404,38.53566],[141.49196,38.5356],[141.49168,38.53569],[141.49168,38.53608],[141.4913,38.53596],[141.4912,38.53617],[141.49097,38.53611],[141.49047,38.53633],[141.48936,38.53706],[141.48882,38.53759],[141.48881,38.538],[141.48865,38.53786],[141.48849,38.53802],[141.48845,38.53853],[141.48802,38.5386],[141.48821,38.53883],[141.48799,38.53935],[141.48793,38.53921],[141.48756,38.53934],[141.48738,38.53919],[141.48717,38.53934],[141.48727,38.53959],[141.48717,38.53949],[141.48642,38.53991],[141.48616,38.54036],[141.48617,38.54083],[141.4859,38.5407],[141.48569,38.5409],[141.48578,38.54112],[141.48566,38.54125],[141.48585,38.54158],[141.48555,38.54167],[141.48563,38.5422],[141.48574,38.54232],[141.48576,38.5421],[141.48577,38.54246],[141.48614,38.54282],[141.4862,38.54323],[141.48659,38.54357],[141.4865,38.5439],[141.48703,38.54491],[141.48616,38.54581],[141.48599,38.54572],[141.48566,38.54585],[141.48534,38.54668],[141.4855,38.54701],[141.48613,38.54734],[141.48613,38.54804],[141.48673,38.54826],[141.48657,38.54872],[141.48682,38.54911],[141.48671,38.54962],[141.48694,38.55011],[141.48668,38.55051],[141.48688,38.55072],[141.48664,38.55115],[141.48688,38.55134],[141.48738,38.55277],[141.48779,38.55311],[141.48784,38.55405],[141.48732,38.5545],[141.48732,38.55411],[141.48715,38.55409],[141.48713,38.55424],[141.48694,38.55381],[141.48654,38.55358],[141.48645,38.55367],[141.48646,38.55355],[141.48635,38.55363],[141.48638,38.55351],[141.48623,38.55353],[141.48604,38.55327],[141.48537,38.55319],[141.48475,38.55333],[141.48434,38.5539],[141.484,38.55378],[141.48339,38.55402],[141.48324,38.55425],[141.48326,38.55462],[141.48319,38.5543],[141.4826,38.55455],[141.48235,38.55488],[141.48225,38.55582],[141.482,38.55608],[141.48208,38.55636],[141.48192,38.55645],[141.48168,38.55727],[141.48117,38.55752],[141.48133,38.55765],[141.48102,38.55768],[141.48125,38.55801],[141.4809,38.55824],[141.48112,38.55869],[141.48088,38.55889],[141.48039,38.55867],[141.47993,38.55875],[141.47987,38.55901],[141.47965,38.55894],[141.47997,38.55917],[141.47984,38.55942],[141.4795,38.55925],[141.47952,38.55878],[141.47921,38.55888],[141.47903,38.55871],[141.47908,38.55857],[141.47888,38.55848],[141.47893,38.55858],[141.47879,38.55858],[141.4788,38.55803],[141.47853,38.55791],[141.47861,38.55733],[141.47842,38.55732],[141.47826,38.55695],[141.47764,38.5569],[141.47739,38.55717],[141.47642,38.55757],[141.47616,38.5579],[141.47632,38.55821],[141.47628,38.55869],[141.47583,38.55901],[141.47583,38.55938],[141.47629,38.5593],[141.47636,38.55966],[141.47673,38.55946],[141.47651,38.56003],[141.47703,38.56003],[141.47715,38.56046],[141.47739,38.56067],[141.4772,38.56076],[141.47738,38.56089],[141.47728,38.56096],[141.47767,38.56143],[141.47775,38.56107],[141.47818,38.56139],[141.47843,38.56184],[141.47825,38.56178],[141.47825,38.56197],[141.47798,38.56176],[141.47794,38.56193],[141.47772,38.56192],[141.478,38.56207],[141.47792,38.56219],[141.47837,38.56234],[141.47839,38.56266],[141.47744,38.56285],[141.47724,38.56277],[141.47702,38.56305],[141.47667,38.56268],[141.4755,38.56346],[141.4752,38.56346],[141.47548,38.56342],[141.47666,38.56262],[141.47668,38.56238],[141.47651,38.56228],[141.47667,38.56166],[141.47641,38.56144],[141.47666,38.56112],[141.47666,38.56082],[141.47636,38.56057],[141.47636,38.56032],[141.47563,38.56026],[141.47566,38.5604],[141.47486,38.56076],[141.47393,38.56205],[141.47506,38.56295],[141.47339,38.5617],[141.47289,38.56158],[141.47319,38.56094],[141.47312,38.56081],[141.47218,38.56054],[141.47077,38.56077],[141.4702,38.56118],[141.46964,38.56127],[141.46963,38.56149],[141.46917,38.56144],[141.46872,38.56173],[141.46891,38.56202],[141.46881,38.56212],[141.46861,38.56201],[141.4685,38.56212],[141.46858,38.56169],[141.46846,38.56169],[141.46856,38.56151],[141.46839,38.56112],[141.46777,38.5608],[141.4663,38.56043],[141.46304,38.56125],[141.46297,38.56154],[141.46274,38.56168],[141.46159,38.56578],[141.46052,38.56756],[141.45995,38.57012],[141.45985,38.56973],[141.45963,38.57043],[141.45973,38.57099],[141.4596,38.57098],[141.45966,38.5713],[141.45856,38.57849],[141.4587,38.5784],[141.45882,38.57863],[141.45919,38.5786],[141.46075,38.57973],[141.46087,38.57957],[141.46113,38.5796],[141.46106,38.57968],[141.46124,38.57975],[141.461,38.57988],[141.46244,38.58071],[141.46269,38.58039],[141.46392,38.58092],[141.46454,38.58158],[141.46564,38.58228],[141.46684,38.58164],[141.46735,38.58154],[141.46997,38.58158],[141.47108,38.58187],[141.47157,38.58214],[141.47208,38.58275],[141.47164,38.58309],[141.4719,38.58351],[141.47424,38.58522],[141.4766,38.58546],[141.47762,38.58524],[141.4776,38.58478],[141.47795,38.5842],[141.47774,38.58418],[141.47798,38.58409],[141.47793,38.58386],[141.47816,38.58349],[141.47802,38.58338],[141.47834,38.58302],[141.47845,38.58308],[141.47818,38.58337],[141.47834,38.58345],[141.47883,38.5834],[141.4788,38.58316],[141.47898,38.58321],[141.47887,38.58291],[141.47832,38.58263],[141.47892,38.58284],[141.47905,38.58303],[141.47921,38.58286],[141.47952,38.58296],[141.47994,38.58275],[141.47977,38.58247],[141.48002,38.58251],[141.47999,38.58225],[141.48017,38.58227],[141.48022,38.58206],[141.4805,38.58237],[141.48081,38.5822],[141.48131,38.58247],[141.48142,38.58225],[141.482,38.58285],[141.48259,38.58274],[141.48279,38.58293],[141.48277,38.58274],[141.48296,38.58272],[141.48312,38.58292],[141.48284,38.58333],[141.4831,38.58338],[141.48361,38.58304],[141.48384,38.58319],[141.48382,38.58351],[141.48458,38.58365],[141.48471,38.58399],[141.48506,38.58399],[141.4851,38.58381],[141.4853,38.58382],[141.4853,38.58364],[141.48556,38.58344],[141.48542,38.58336],[141.486,38.58353],[141.48603,38.58314],[141.48624,38.58363],[141.48649,38.58351],[141.48645,38.5834],[141.48648,38.58331],[141.48664,38.58375],[141.48709,38.58366],[141.4873,38.58349],[141.48709,38.58311],[141.48738,38.58311],[141.48755,38.58356],[141.48739,38.58378],[141.48767,38.58384],[141.48762,38.58455],[141.48785,38.58498],[141.48833,38.58504],[141.48852,38.58555],[141.48792,38.58566],[141.48781,38.58587],[141.48828,38.586],[141.48818,38.58643],[141.48856,38.58648],[141.48849,38.58634],[141.4886,38.58641],[141.48874,38.58628],[141.48889,38.58669],[141.48904,38.58652],[141.48925,38.58664],[141.48894,38.58706],[141.48928,38.58703],[141.48919,38.58713],[141.48942,38.58734],[141.48939,38.58769],[141.49006,38.58778],[141.49015,38.5875],[141.49054,38.58744],[141.49019,38.58706],[141.49028,38.58679],[141.49058,38.587],[141.49059,38.58717],[141.49074,38.58685],[141.49096,38.58705],[141.4909,38.58688],[141.49112,38.58694],[141.49115,38.58683],[141.49129,38.58696],[141.49124,38.58729],[141.49143,38.58734],[141.49134,38.58765],[141.49122,38.5876],[141.49118,38.58782],[141.49092,38.5876],[141.49061,38.58784],[141.49081,38.5882],[141.49069,38.58817],[141.49075,38.58837],[141.49101,38.58861],[141.4927,38.58896],[141.49322,38.58888],[141.49413,38.58939],[141.49341,38.58906],[141.4925,38.58919],[141.49238,38.59036],[141.49206,38.59036],[141.49171,38.59058],[141.49193,38.59094],[141.49247,38.59074],[141.49508,38.59207],[141.49499,38.59195],[141.49575,38.59158],[141.49538,38.59052],[141.4947,38.58978],[141.49552,38.59061],[141.49588,38.59061],[141.49651,38.59098],[141.49684,38.5909],[141.49669,38.59082],[141.4968,38.59081],[141.49733,38.59136],[141.49765,38.59133],[141.49773,38.59112],[141.49775,38.59131],[141.49828,38.59131],[141.4983,38.59113],[141.49853,38.59126],[141.49849,38.59108],[141.49891,38.59177],[141.49851,38.59274],[141.49914,38.59324],[141.49938,38.59323],[141.49934,38.59342],[141.49966,38.59339],[141.50038,38.59412],[141.50112,38.59408],[141.5014,38.59356],[141.50165,38.59363],[141.50148,38.59375],[141.50193,38.59368],[141.5018,38.59392],[141.50212,38.59415],[141.50211,38.59398],[141.50228,38.59412],[141.50244,38.59394],[141.50264,38.59416],[141.50242,38.59413],[141.50262,38.59431],[141.50241,38.59436],[141.50266,38.59456],[141.503,38.59457],[141.50297,38.59472],[141.50368,38.59464],[141.50458,38.59503],[141.50448,38.59522],[141.50463,38.59521],[141.50446,38.59536],[141.50466,38.5955],[141.50431,38.59537],[141.50432,38.59556],[141.50402,38.59552],[141.50425,38.59595],[141.50407,38.59596],[141.50404,38.5964],[141.50394,38.59619],[141.50373,38.59623],[141.50377,38.5966],[141.5035,38.5965],[141.50342,38.59667],[141.50314,38.59666],[141.50351,38.59695],[141.50346,38.59705],[141.50389,38.59722],[141.50375,38.5974],[141.50395,38.59738],[141.50398,38.59751],[141.50366,38.59755],[141.50355,38.59774],[141.50389,38.59773],[141.50369,38.59821],[141.50366,38.59803],[141.50295,38.5981],[141.50292,38.59868],[141.50271,38.59892],[141.50279,38.5991],[141.50236,38.59923],[141.50237,38.59961],[141.50212,38.59961],[141.502,38.5998],[141.50232,38.60045],[141.50287,38.60072],[141.50238,38.60142],[141.50186,38.60124],[141.50086,38.60277],[141.50106,38.60304],[141.50234,38.60371],[141.50271,38.60353],[141.50351,38.60357],[141.50376,38.60296],[141.50352,38.60287],[141.50418,38.60171],[141.50477,38.60205],[141.50505,38.60253],[141.50548,38.60251],[141.50616,38.60207],[141.50607,38.60199],[141.50653,38.60146],[141.50657,38.60106],[141.50713,38.60091],[141.50772,38.60111],[141.50846,38.60086],[141.50891,38.60021],[141.50811,38.59876],[141.50819,38.59863],[141.50844,38.59877],[141.5083,38.59838],[141.50899,38.59901],[141.509,38.59875],[141.50925,38.59911],[141.50948,38.59905],[141.5095,38.59887],[141.50988,38.59921],[141.50982,38.59882],[141.51002,38.5989],[141.51,38.59909],[141.51023,38.59926],[141.50955,38.59946],[141.50933,38.59982],[141.50938,38.60014],[141.50978,38.6004],[141.50988,38.60028],[141.51025,38.60045],[141.5101,38.6006],[141.51024,38.60072],[141.51011,38.60073],[141.51081,38.60165],[141.51008,38.60142],[141.50967,38.60162],[141.50964,38.60185],[141.50954,38.60176],[141.50856,38.60215],[141.50853,38.60283],[141.50873,38.60281],[141.50897,38.60309],[141.5087,38.6031],[141.5084,38.604],[141.50884,38.6042],[141.50901,38.60397],[141.50956,38.60388],[141.50954,38.6032],[141.5097,38.60358],[141.50957,38.60411],[141.50984,38.60424],[141.51032,38.60516],[141.511,38.60524],[141.51154,38.60502],[141.51162,38.60462],[141.51195,38.60494],[141.51275,38.60504],[141.51352,38.60482],[141.51379,38.60506],[141.51425,38.60502],[141.51428,38.60478],[141.5146,38.60501],[141.51471,38.6047],[141.51477,38.60486],[141.51575,38.60509],[141.51669,38.60505],[141.51734,38.60484],[141.51707,38.60441],[141.51713,38.60426],[141.51739,38.60431],[141.51742,38.60413],[141.51747,38.60435],[141.5173,38.60447],[141.51775,38.60473],[141.51766,38.60504],[141.51776,38.60521],[141.51849,38.6055],[141.51813,38.60556],[141.51823,38.60571],[141.51811,38.60579],[141.51883,38.6059],[141.51882,38.60624],[141.519,38.6062],[141.51927,38.60664],[141.51906,38.60745],[141.51963,38.60761],[141.52019,38.608],[141.52006,38.60821],[141.52029,38.6082],[141.52027,38.60922],[141.52047,38.6095],[141.52118,38.60952],[141.52136,38.60918],[141.52116,38.60905],[141.52133,38.60856],[141.52118,38.6084],[141.52144,38.60858],[141.52226,38.60844],[141.5221,38.60796],[141.52176,38.60759],[141.52218,38.6079],[141.52236,38.60886],[141.5226,38.60889],[141.52266,38.60921],[141.52289,38.60898],[141.52307,38.60917],[141.52304,38.60937],[141.52332,38.60953],[141.52364,38.60951],[141.5237,38.60928],[141.52415,38.60917],[141.52426,38.60931],[141.52414,38.60936],[141.52463,38.60989],[141.52431,38.61002],[141.52474,38.61006],[141.52477,38.61023],[141.5246,38.61027],[141.52484,38.6104],[141.52465,38.61063],[141.52432,38.61047],[141.52425,38.61075],[141.52491,38.61102],[141.52506,38.61102],[141.52506,38.61087],[141.52523,38.61108],[141.52509,38.61136],[141.52488,38.61128],[141.52493,38.61114],[141.52451,38.61116],[141.52455,38.61146],[141.52503,38.61198],[141.52465,38.61176],[141.52487,38.61214],[141.52469,38.61216],[141.5249,38.61221],[141.5254,38.61277],[141.52538,38.61314],[141.52508,38.61319],[141.52516,38.61333],[141.52547,38.6133],[141.52539,38.61357],[141.52516,38.61356],[141.52522,38.61393],[141.52539,38.61407],[141.52557,38.61397],[141.52577,38.61419],[141.52552,38.61438],[141.52583,38.61481],[141.52552,38.61536],[141.52551,38.61556],[141.52556,38.61563],[141.52572,38.61561],[141.52552,38.61572],[141.52582,38.61623],[141.52574,38.61665],[141.52618,38.61692],[141.5263,38.6168],[141.52646,38.61711],[141.52664,38.6171],[141.52672,38.61681],[141.52725,38.61725],[141.52734,38.61704],[141.52757,38.61721],[141.52765,38.61711],[141.52799,38.61775],[141.52825,38.61793],[141.52794,38.61797],[141.52827,38.61832],[141.52794,38.6183],[141.52785,38.61812],[141.52765,38.61828],[141.52789,38.61852],[141.52743,38.6185],[141.52748,38.61872],[141.52685,38.61881],[141.52727,38.61918],[141.52673,38.61932],[141.52646,38.61982],[141.52708,38.62043],[141.52745,38.62032],[141.52745,38.62011],[141.52773,38.6201],[141.52759,38.62029],[141.52777,38.62021],[141.528,38.6206],[141.52732,38.62109],[141.52738,38.62152],[141.52709,38.6216],[141.52724,38.62191],[141.52705,38.62198],[141.52752,38.62241],[141.52758,38.62272],[141.52793,38.62282],[141.52797,38.6232],[141.52781,38.62318],[141.52785,38.62336],[141.52758,38.62344],[141.52798,38.62339],[141.52842,38.62405],[141.52833,38.62417],[141.52753,38.62412],[141.52804,38.62449],[141.52773,38.62459],[141.52774,38.62474],[141.52827,38.62494],[141.52819,38.62511],[141.52854,38.62533],[141.52828,38.62551],[141.52834,38.62575],[141.5282,38.62586],[141.52867,38.62602],[141.52842,38.62638],[141.52857,38.62633],[141.5287,38.62661],[141.52824,38.62682],[141.5285,38.62699],[141.52836,38.62703],[141.52829,38.62746],[141.52818,38.62745],[141.5283,38.6271],[141.52743,38.62704],[141.52746,38.62668],[141.52691,38.62659],[141.52655,38.62681],[141.52771,38.62819],[141.52791,38.62808],[141.52807,38.62818],[141.52905,38.62769],[141.528,38.62831],[141.52819,38.62835],[141.52814,38.62848],[141.52751,38.62851],[141.52704,38.62875],[141.52691,38.62903],[141.52699,38.6294],[141.52677,38.62963],[141.52707,38.62997],[141.52744,38.62985],[141.5276,38.63039],[141.52839,38.63019],[141.5288,38.63038],[141.52877,38.63063],[141.52859,38.63069],[141.52882,38.6309],[141.52802,38.63096],[141.52854,38.63137],[141.52847,38.63146],[141.5286,38.63141],[141.52842,38.63159],[141.52854,38.63165],[141.52774,38.63178],[141.52756,38.63188],[141.52765,38.63201],[141.52744,38.63206],[141.52786,38.63247],[141.52808,38.63228],[141.52822,38.63241],[141.52841,38.63232],[141.52845,38.63252],[141.52863,38.63238],[141.52878,38.63251],[141.52866,38.63272],[141.52812,38.63293],[141.52865,38.63319],[141.52836,38.63342],[141.52871,38.63337],[141.52888,38.63355],[141.5283,38.63378],[141.52843,38.63401],[141.52893,38.63399],[141.52894,38.63422],[141.52904,38.63404],[141.52925,38.63428],[141.52907,38.63553],[141.52946,38.63576],[141.5296,38.63618],[141.52971,38.63577],[141.52969,38.63703],[141.52941,38.63721],[141.52927,38.63672],[141.52879,38.63672],[141.52847,38.63689],[141.52861,38.63731],[141.52826,38.63732],[141.52847,38.63748],[141.52816,38.63751],[141.52816,38.63731],[141.52801,38.6373],[141.52799,38.63758],[141.52789,38.63743],[141.52759,38.63752],[141.52752,38.63727],[141.52735,38.63736],[141.52714,38.6371],[141.52705,38.63725],[141.5269,38.63719],[141.52692,38.63737],[141.5268,38.63724],[141.52686,38.63738],[141.52667,38.63726],[141.526,38.63732],[141.52601,38.63695],[141.52553,38.63732],[141.52515,38.63702],[141.52528,38.63668],[141.52496,38.63645],[141.52496,38.63628],[141.52461,38.63625],[141.5246,38.63598],[141.5243,38.63592],[141.52357,38.63608],[141.52335,38.6364],[141.52352,38.63661],[141.52313,38.6368],[141.52286,38.63673],[141.52255,38.63701],[141.52268,38.63719],[141.52303,38.63722],[141.52293,38.63743],[141.52275,38.63745],[141.52265,38.63727],[141.52235,38.6376],[141.5221,38.63749],[141.52201,38.63726],[141.52156,38.63738],[141.52155,38.63724],[141.52118,38.63719],[141.52083,38.63739],[141.52054,38.63795],[141.51984,38.63838],[141.52048,38.63793],[141.52075,38.6375],[141.52005,38.63713],[141.51966,38.63713],[141.51966,38.63729],[141.51921,38.63745],[141.51882,38.63725],[141.51833,38.6376],[141.51818,38.63812],[141.51831,38.63829],[141.51817,38.63866],[141.51832,38.63882],[141.51824,38.63908],[141.51874,38.63932],[141.51868,38.63999],[141.51854,38.64006],[141.51811,38.63974],[141.5176,38.63893],[141.51719,38.63859],[141.51702,38.63794],[141.51663,38.63776],[141.51591,38.63772],[141.51538,38.63799],[141.5155,38.63817],[141.51542,38.63836],[141.5157,38.63856],[141.51526,38.63874],[141.51546,38.63898],[141.51522,38.63911],[141.51503,38.63899],[141.51511,38.63877],[141.51494,38.63818],[141.51466,38.63801],[141.51394,38.63787],[141.51333,38.63821],[141.51341,38.63751],[141.51328,38.63704],[141.51288,38.63674],[141.51159,38.63682],[141.51158,38.63667],[141.51123,38.63661],[141.51059,38.63762],[141.51107,38.63678],[141.51103,38.63645],[141.51055,38.6364],[141.51036,38.63606],[141.51026,38.6361],[141.51035,38.6363],[141.50916,38.63735],[141.50931,38.63812],[141.50981,38.63844],[141.51045,38.63831],[141.50983,38.63849],[141.5099,38.63897],[141.50974,38.63901],[141.50918,38.63908],[141.50898,38.63892],[141.50871,38.6392],[141.50875,38.63899],[141.50849,38.63883],[141.50803,38.63907],[141.50765,38.63842],[141.50704,38.63784],[141.50691,38.6372],[141.50638,38.63694],[141.50585,38.63692],[141.50588,38.63727],[141.5058,38.63692],[141.50508,38.63712],[141.50504,38.6375],[141.50532,38.63824],[141.5052,38.6384],[141.50483,38.63823],[141.50344,38.6381],[141.50312,38.63827],[141.50283,38.63789],[141.50276,38.63787],[141.50312,38.6383],[141.50294,38.6386],[141.50413,38.63922],[141.50491,38.63886],[141.504,38.63935],[141.50432,38.63952],[141.5043,38.63977],[141.50456,38.64001],[141.50413,38.64009],[141.50414,38.64031],[141.50397,38.64046],[141.50424,38.6408],[141.5036,38.64124],[141.50395,38.6416],[141.50387,38.64174],[141.50323,38.64143],[141.50283,38.64145],[141.50282,38.64134],[141.50246,38.64144],[141.50245,38.64119],[141.50174,38.6413],[141.50161,38.64119],[141.50178,38.64078],[141.50164,38.64054],[141.50095,38.64043],[141.50068,38.64056],[141.50026,38.64046],[141.49932,38.6406],[141.49908,38.6412],[141.498,38.641],[141.49762,38.6411],[141.49715,38.64149],[141.49699,38.64213],[141.49674,38.64229],[141.49668,38.6428],[141.49654,38.64277],[141.49644,38.64301],[141.49649,38.64326],[141.49673,38.64342],[141.49653,38.64365],[141.49724,38.64368],[141.49701,38.64381],[141.4973,38.64398],[141.49728,38.64425],[141.497,38.64444],[141.49754,38.64481],[141.49758,38.6452],[141.49664,38.64449],[141.49623,38.64475],[141.49643,38.64502],[141.49605,38.64498],[141.49564,38.64443],[141.49562,38.64396],[141.495,38.64371],[141.49463,38.64378],[141.49451,38.64336],[141.49411,38.64295],[141.493,38.64269],[141.49194,38.64317],[141.4921,38.64295],[141.49285,38.64269],[141.49255,38.64214],[141.49224,38.64209],[141.4921,38.64229],[141.49224,38.64192],[141.49053,38.64215],[141.49029,38.64201],[141.49044,38.64215],[141.48992,38.64263],[141.49033,38.64367],[141.49027,38.64396],[141.48999,38.64419],[141.49004,38.64437],[141.48974,38.64429],[141.4892,38.64479],[141.48872,38.64479],[141.48825,38.6446],[141.48798,38.64396],[141.48752,38.64374],[141.48702,38.64299],[141.48538,38.64343],[141.48648,38.64308],[141.48622,38.64247],[141.48644,38.6423],[141.48634,38.64186],[141.48557,38.64142],[141.4844,38.64143],[141.48357,38.64153],[141.48227,38.64211],[141.48194,38.64253],[141.48181,38.64318],[141.48115,38.64364],[141.48123,38.64379],[141.48046,38.64346],[141.48006,38.64366],[141.47991,38.64352],[141.47957,38.64375],[141.47915,38.64369],[141.47864,38.64423],[141.47876,38.64451],[141.4783,38.64437],[141.47737,38.64462],[141.47711,38.64538],[141.47676,38.64513],[141.47567,38.64515],[141.4752,38.64566],[141.47563,38.6451],[141.47535,38.64494],[141.47512,38.64515],[141.47526,38.64489],[141.47462,38.64434],[141.47257,38.64454],[141.47212,38.64472],[141.47115,38.64457],[141.46967,38.645],[141.46771,38.64593],[141.46799,38.64662],[141.4679,38.64675],[141.46778,38.64613],[141.46735,38.64615],[141.46645,38.64657],[141.46505,38.64773],[141.46425,38.6479],[141.46349,38.64721],[141.46281,38.64689],[141.46246,38.64642],[141.46233,38.64506],[141.46265,38.6446],[141.46213,38.64465],[141.46229,38.64459],[141.46219,38.64397],[141.46188,38.64403],[141.46125,38.64221],[141.46139,38.64218],[141.4613,38.64172],[141.45927,38.64216],[141.45978,38.64404],[141.45836,38.6396],[141.4581,38.63954],[141.4577,38.63964],[141.45758,38.64029],[141.45734,38.64038],[141.45725,38.64123],[141.45679,38.64166],[141.4568,38.64251],[141.45565,38.64231],[141.4551,38.64241],[141.45434,38.64305],[141.4546,38.64334],[141.45416,38.64293],[141.45244,38.64368],[141.45221,38.64389],[141.45215,38.64434],[141.45174,38.64362],[141.45129,38.64321],[141.4508,38.64302],[141.44948,38.6433],[141.44905,38.643],[141.4479,38.64275],[141.44479,38.64344],[141.44359,38.6435],[141.44315,38.64334],[141.44248,38.64388],[141.44214,38.64445],[141.44175,38.64573],[141.44137,38.64597],[141.4411,38.64639],[141.44147,38.64668],[141.44157,38.647],[141.44192,38.64687],[141.44208,38.64711],[141.44196,38.64721],[141.4424,38.64754],[141.44329,38.64691],[141.44206,38.64785],[141.44299,38.649],[141.44327,38.64981],[141.44325,38.65045],[141.44352,38.65108],[141.44492,38.65242],[141.44572,38.65401],[141.44699,38.65456],[141.44692,38.6547],[141.44709,38.65466],[141.44731,38.65496],[141.44721,38.65508],[141.44789,38.65547],[141.44773,38.65552],[141.44787,38.65584],[141.44862,38.65591],[141.4487,38.65602],[141.44845,38.65606],[141.4487,38.65623],[141.44861,38.65634],[141.44927,38.65653],[141.44925,38.65666],[141.44906,38.65664],[141.4495,38.65692],[141.44944,38.65723],[141.44995,38.65734],[141.4502,38.65759],[141.45005,38.65784],[141.44974,38.6579],[141.44977,38.6582],[141.44955,38.65822],[141.44917,38.65896],[141.44814,38.65941],[141.44752,38.6603],[141.4475,38.66067],[141.44721,38.66078],[141.44719,38.6612],[141.44616,38.66246],[141.44602,38.66349],[141.44559,38.66421],[141.44556,38.66473],[141.44582,38.66532],[141.44604,38.66762],[141.44681,38.66766],[141.44721,38.66881],[141.4469,38.66812],[141.44591,38.66823],[141.44616,38.66883],[141.44682,38.66878],[141.44595,38.66888],[141.44605,38.66907],[141.44595,38.66957],[141.44521,38.67084],[141.44471,38.67115],[141.44448,38.67196],[141.44407,38.67242],[141.44404,38.67268],[141.44437,38.67307],[141.44479,38.67301],[141.4444,38.67314],[141.44449,38.67353],[141.44727,38.67331],[141.44741,38.67221],[141.44731,38.67331],[141.44796,38.67328],[141.44815,38.6722],[141.45105,38.67151],[141.44876,38.67211],[141.44886,38.67383],[141.44903,38.67399],[141.45172,38.67408],[141.45171,38.67436],[141.45222,38.67426],[141.45218,38.67312],[141.45149,38.67197],[141.45227,38.67303],[141.45231,38.67454],[141.45254,38.67454],[141.45254,38.67389],[141.4537,38.67382],[141.4537,38.67288],[141.45566,38.67288],[141.45765,38.67091],[141.45797,38.6711],[141.45847,38.67061],[141.45771,38.67015],[141.4537,38.67014],[141.45334,38.67002],[141.45773,38.6701],[141.45824,38.67041],[141.45851,38.67013],[141.46123,38.67022],[141.46193,38.6687],[141.46165,38.6684],[141.46149,38.66782],[141.46143,38.66664],[141.46173,38.6664],[141.46193,38.66639],[141.46194,38.66653],[141.46263,38.66626],[141.46329,38.66687],[141.46313,38.66708],[141.46343,38.66694],[141.46355,38.66706],[141.46333,38.66734],[141.46286,38.66738],[141.46275,38.66755],[141.4628,38.66766],[141.46307,38.66758],[141.46298,38.66778],[141.46331,38.66808],[141.46252,38.66851],[141.4624,38.66881],[141.46197,38.66873],[141.46135,38.67019],[141.46209,38.67088],[141.46354,38.67164],[141.4638,38.67151],[141.46427,38.67181],[141.46548,38.67111],[141.46376,38.67215],[141.46484,38.67393],[141.46536,38.67436],[141.46592,38.67451],[141.4666,38.67442],[141.46714,38.67412],[141.46694,38.67395],[141.46706,38.674],[141.46772,38.67352],[141.46651,38.67276],[141.46692,38.67232],[141.46654,38.6721],[141.46602,38.67082],[141.46662,38.67209],[141.46843,38.67316],[141.469,38.67327],[141.46918,38.67432],[141.46945,38.67457],[141.47012,38.67475],[141.47003,38.67488],[141.4704,38.67553],[141.47162,38.67653],[141.47263,38.67697],[141.47286,38.67642],[141.47501,38.67638],[141.47554,38.67649],[141.47369,38.67644],[141.47357,38.6767],[141.47376,38.67674],[141.47356,38.67722],[141.4732,38.67739],[141.47321,38.67846],[141.47293,38.67849],[141.47323,38.67919],[141.47375,38.67956],[141.47474,38.67994],[141.47604,38.67987],[141.47626,38.67981],[141.47618,38.67966],[141.47628,38.6798],[141.4766,38.67962],[141.4762,38.67852],[141.4767,38.67953],[141.47782,38.67903],[141.47853,38.67842],[141.47913,38.67836],[141.47939,38.6781],[141.48057,38.67758],[141.48081,38.6776],[141.481,38.67653],[141.48088,38.67631],[141.48116,38.67613],[141.48098,38.67601],[141.48147,38.6755],[141.48107,38.67525],[141.48167,38.67556],[141.4819,38.6751],[141.48162,38.67441],[141.48198,38.67465],[141.48224,38.67464],[141.48215,38.67478],[141.48256,38.67542],[141.48384,38.67614],[141.48444,38.67605],[141.48446,38.67574],[141.48462,38.67571],[141.48453,38.6758],[141.48475,38.67576],[141.4849,38.67601],[141.48541,38.67614],[141.48563,38.6761],[141.48595,38.67562],[141.48607,38.67567],[141.48602,38.67587],[141.48651,38.67601],[141.48748,38.67579],[141.48665,38.67603],[141.48673,38.67638],[141.48734,38.67697],[141.48734,38.67719],[141.48777,38.67712],[141.4873,38.67726],[141.48707,38.67722],[141.48703,38.6774],[141.48716,38.6774],[141.48716,38.67767],[141.48838,38.67791],[141.48923,38.67706],[141.48951,38.67727],[141.48968,38.67714],[141.48965,38.67669],[141.48999,38.67618],[141.48828,38.67569],[141.49017,38.67618],[141.49053,38.67594],[141.49086,38.67606],[141.49115,38.67646],[141.49185,38.67635],[141.49249,38.67645],[141.49306,38.67616],[141.49289,38.67556],[141.49315,38.67513],[141.49287,38.67497],[141.49275,38.67464],[141.49308,38.67435],[141.49311,38.67402],[141.49298,38.67403],[141.49311,38.67396],[141.49288,38.67384],[141.49311,38.67362],[141.49307,38.67339],[141.49326,38.67324],[141.49312,38.6737],[141.49338,38.67361],[141.4934,38.67382],[141.49468,38.67401],[141.49461,38.67431],[141.49433,38.67449],[141.49489,38.67458],[141.49531,38.67536],[141.49516,38.67559],[141.49526,38.67574],[141.49482,38.67579],[141.49462,38.67607],[141.49455,38.67686],[141.49491,38.67696],[141.49463,38.67755],[141.49488,38.678],[141.49519,38.6781],[141.49519,38.67843],[141.49575,38.67857],[141.4963,38.67897],[141.4971,38.68044],[141.49588,38.68093],[141.49585,38.68109],[141.496,38.68112],[141.49591,38.68139],[141.49576,38.68135],[141.49573,38.68201],[141.49605,38.68236],[141.49577,38.68244],[141.49566,38.68226],[141.49528,38.68221],[141.49456,38.68264],[141.49451,38.68343],[141.4949,38.68426],[141.49474,38.68447],[141.49335,38.68417],[141.49286,38.68459],[141.49268,38.68552],[141.49224,38.68574],[141.4917,38.68567],[141.49136,38.68593],[141.49118,38.68628],[141.49121,38.68683],[141.49132,38.68742],[141.49152,38.68753],[141.49084,38.68783],[141.49053,38.68775],[141.49032,38.68819],[141.49034,38.68859],[141.49063,38.6888],[141.49031,38.68893],[141.49042,38.68921],[141.49098,38.68926],[141.49017,38.68924],[141.49001,38.68948],[141.4901,38.68965],[141.49017,38.68944],[141.49059,38.6893],[141.49024,38.68949],[141.4902,38.68967],[141.49165,38.69074],[141.4927,38.69051],[141.49266,38.69037],[141.49337,38.68966],[141.49294,38.68927],[141.49363,38.68976],[141.49408,38.68941],[141.49401,38.68932],[141.49445,38.68936],[141.495,38.68895],[141.49513,38.68931],[141.49488,38.68957],[141.49533,38.69],[141.49601,38.68978],[141.49635,38.69016],[141.49667,38.69022],[141.49698,38.68991],[141.49703,38.69033],[141.49746,38.69081],[141.49771,38.6925],[141.498,38.69265],[141.49814,38.69295],[141.49796,38.69338],[141.49813,38.69348],[141.4979,38.694],[141.49767,38.69417],[141.49763,38.6945],[141.49745,38.69448],[141.49762,38.69452],[141.49746,38.69453],[141.4979,38.69496],[141.49937,38.69553],[141.49956,38.69548],[141.50012,38.6947],[141.50022,38.69453],[141.4999,38.69439],[141.50017,38.69399],[141.50038,38.69397],[141.50097,38.69298],[141.5012,38.69085],[141.50104,38.69059],[141.5007,38.69046],[141.50068,38.68982],[141.50142,38.68979],[141.50175,38.69002],[141.50219,38.69067],[141.50264,38.69076],[141.5036,38.69056],[141.50379,38.69012],[141.50402,38.69006],[141.50393,38.68986],[141.50438,38.69027],[141.50524,38.69019],[141.50449,38.69031],[141.50421,38.6906],[141.50441,38.6908],[141.50596,38.6909],[141.50636,38.69118],[141.50633,38.69104],[141.5066,38.6908],[141.50647,38.69015],[141.50584,38.6902],[141.50563,38.69001],[141.50593,38.69015],[141.50653,38.6901],[141.50646,38.68991],[141.50683,38.68997],[141.50679,38.68979],[141.50717,38.68998],[141.50798,38.68974],[141.50845,38.68891],[141.50824,38.68825],[141.50849,38.68802],[141.50893,38.688],[141.50895,38.68771],[141.50935,38.68766],[141.50953,38.68739],[141.50953,38.68719],[141.50924,38.68709],[141.50914,38.68671],[141.50879,38.68629],[141.50885,38.68584],[141.50904,38.68587],[141.50896,38.68567],[141.50922,38.68543],[141.50947,38.68571],[141.50954,38.68552],[141.51,38.68554],[141.51024,38.68509],[141.51063,38.68521],[141.5105,38.68521],[141.51064,38.68562],[141.511,38.68604],[141.51096,38.68633],[141.51071,38.68649],[141.51049,38.68705],[141.51064,38.68751],[141.51101,38.68784],[141.51181,38.68804],[141.51273,38.68759],[141.5134,38.68821],[141.51445,38.68861],[141.51494,38.6891],[141.51511,38.68882],[141.51527,38.68918],[141.51551,38.68903],[141.51598,38.68916],[141.51616,38.6893],[141.51607,38.68935],[141.51634,38.68934],[141.51646,38.68955],[141.51647,38.69083],[141.51606,38.69112],[141.51627,38.69103],[141.51622,38.69119],[141.51582,38.69123],[141.5158,38.69149],[141.51599,38.69167],[141.51641,38.69169],[141.51679,38.69117],[141.51696,38.69137],[141.51728,38.69138],[141.51733,38.69158],[141.5174,38.69137],[141.51758,38.69161],[141.51763,38.69144],[141.51786,38.69181],[141.51779,38.69211],[141.51734,38.69224],[141.51747,38.69236],[141.51723,38.6925],[141.51727,38.69266],[141.51776,38.69296],[141.51792,38.69266],[141.51851,38.69275],[141.51839,38.69297],[141.51865,38.6929],[141.51884,38.69317],[141.51843,38.69357],[141.51893,38.69359],[141.51808,38.69374],[141.51793,38.69403],[141.51814,38.69411],[141.5186,38.69395],[141.51847,38.69428],[141.5189,38.69413],[141.51844,38.6945],[141.51887,38.69472],[141.51917,38.69445],[141.51923,38.69462],[141.51886,38.69511],[141.51799,38.69502],[141.51762,38.69481],[141.51696,38.6953],[141.51712,38.69561],[141.51743,38.69564],[141.51746,38.69588],[141.51765,38.69582],[141.51802,38.69617],[141.51728,38.69635],[141.51738,38.69656],[141.51725,38.69671],[141.51762,38.69683],[141.51726,38.69702],[141.5176,38.69727],[141.51745,38.69732],[141.51758,38.69738],[141.5173,38.69779],[141.51728,38.69811],[141.51781,38.69845],[141.5188,38.6981],[141.51907,38.69836],[141.51899,38.69856],[141.51931,38.69869],[141.51926,38.69897],[141.51973,38.69898],[141.51962,38.69922],[141.51974,38.69928],[141.51958,38.69927],[141.51957,38.69946],[141.51979,38.69982],[141.5203,38.70007],[141.52072,38.69997],[141.52088,38.69976],[141.52145,38.69997],[141.5215,38.70012],[141.52135,38.70017],[141.52147,38.70016],[141.52096,38.7004],[141.52113,38.70044],[141.52061,38.70051],[141.52073,38.70066],[141.52057,38.70079],[141.52078,38.7008],[141.52064,38.70097],[141.52045,38.70085],[141.52046,38.701],[141.52022,38.70104],[141.52008,38.70141],[141.52026,38.70154],[141.52007,38.70176],[141.52041,38.70176],[141.52008,38.7019],[141.52011,38.70214],[141.52055,38.70233],[141.52086,38.70226],[141.52084,38.70247],[141.52132,38.70236],[141.52125,38.7025],[141.52138,38.70254],[141.52146,38.70242],[141.52154,38.70259],[141.52137,38.7028],[141.52152,38.70331],[141.52187,38.70327],[141.52169,38.70359],[141.52195,38.70392],[141.52168,38.70413],[141.52197,38.70435],[141.52246,38.70426],[141.52249,38.70444],[141.52269,38.70436],[141.5227,38.70415],[141.52293,38.70418],[141.52285,38.70443],[141.52297,38.7045],[141.52303,38.70436],[141.52312,38.70461],[141.52285,38.70482],[141.52297,38.7053],[141.52341,38.70549],[141.52385,38.70537],[141.52411,38.70507],[141.52432,38.70553],[141.52325,38.70574],[141.52307,38.70604],[141.52312,38.7064],[141.52257,38.70671],[141.52341,38.70758],[141.52252,38.70672],[141.52166,38.70719],[141.52179,38.70733],[141.52132,38.70759],[141.52066,38.70742],[141.5206,38.70824],[141.52083,38.70876],[141.52238,38.71019],[141.5229,38.71018],[141.52318,38.70997],[141.52404,38.71032],[141.52521,38.70998],[141.52528,38.70937],[141.52585,38.70885],[141.52566,38.70883],[141.52586,38.70877],[141.52567,38.70872],[141.52578,38.70864],[141.52596,38.70859],[141.52621,38.70896],[141.52595,38.70934],[141.52627,38.70961],[141.52599,38.70968],[141.52609,38.70987],[141.52581,38.71001],[141.526,38.71055],[141.52631,38.71056],[141.52622,38.71081],[141.52601,38.71071],[141.52579,38.71117],[141.52553,38.71135],[141.5246,38.71145],[141.52443,38.71168],[141.52444,38.71248],[141.52397,38.7132],[141.52393,38.71343],[141.52417,38.71359],[141.52329,38.71424],[141.52301,38.71463],[141.52243,38.71472],[141.52248,38.71518],[141.52198,38.71527],[141.52192,38.71567],[141.52204,38.71583],[141.52281,38.71591],[141.52311,38.7157],[141.52293,38.71602],[141.52307,38.71627],[141.52409,38.71653],[141.52471,38.71586],[141.52469,38.71572],[141.52476,38.71593],[141.52528,38.71602],[141.52519,38.71613],[141.5253,38.71618],[141.52513,38.71621],[141.52532,38.71661],[141.5252,38.71687],[141.52574,38.71718],[141.52808,38.71703],[141.52846,38.7175],[141.52927,38.71769],[141.5293,38.71688],[141.52997,38.71614],[141.52877,38.71539],[141.53128,38.71668],[141.53151,38.71629],[141.53223,38.71597],[141.53227,38.71537],[141.53208,38.71513],[141.53251,38.71484],[141.53309,38.71489],[141.53324,38.7146],[141.53372,38.71452],[141.53437,38.71401],[141.53414,38.71324],[141.53478,38.71278],[141.53476,38.71264],[141.53458,38.71264],[141.53511,38.71177],[141.53577,38.71145],[141.53583,38.71126],[141.53546,38.71105],[141.53593,38.71054],[141.53612,38.71053],[141.53611,38.7099],[141.53559,38.70991],[141.53497,38.70934],[141.53385,38.70991],[141.53501,38.70927],[141.53483,38.70909],[141.53519,38.70885],[141.53523,38.70897],[141.53557,38.7089],[141.53565,38.70853],[141.53611,38.7082],[141.53617,38.70781],[141.53601,38.70752],[141.53545,38.70757],[141.53587,38.70679],[141.53571,38.70644],[141.53607,38.70628],[141.53588,38.70599],[141.5362,38.70529],[141.53638,38.70591],[141.53648,38.70547],[141.53706,38.70601],[141.53669,38.70633],[141.53692,38.70633],[141.53711,38.70663],[141.53692,38.70686],[141.53753,38.7068],[141.53737,38.70705],[141.53762,38.70692],[141.53767,38.70744],[141.53732,38.70752],[141.53761,38.708],[141.53753,38.70832],[141.53811,38.70842],[141.53751,38.70907],[141.53773,38.70931],[141.53857,38.7096],[141.53873,38.70942],[141.53903,38.70955],[141.53964,38.70943],[141.53975,38.70914],[141.54009,38.70916],[141.54012,38.70903],[141.5408,38.70913],[141.54142,38.7087],[141.54147,38.70823],[141.54236,38.7089],[141.5429,38.70903],[141.54305,38.70891],[141.54329,38.70955],[141.54324,38.70995],[141.54411,38.71065],[141.54524,38.70975],[141.54638,38.70988],[141.54522,38.70981],[141.54442,38.71046],[141.54486,38.7108],[141.54464,38.71098],[141.54477,38.71106],[141.54618,38.71138],[141.54639,38.71088],[141.54624,38.71033],[141.54645,38.71085],[141.54623,38.71139],[141.54813,38.71146],[141.54926,38.7112],[141.5508,38.71024],[141.55279,38.70939],[141.55381,38.70877],[141.5556,38.70732],[141.55682,38.7067],[141.55768,38.70571],[141.55648,38.70493],[141.55731,38.70542],[141.55782,38.70494],[141.55816,38.70509],[141.55847,38.70439],[141.55846,38.70381],[141.55738,38.7038],[141.55704,38.70339],[141.55607,38.70387],[141.55561,38.70439],[141.556,38.70382],[141.55822,38.70273],[141.55859,38.70227],[141.55843,38.70213],[141.55863,38.70217],[141.55898,38.70185],[141.55923,38.70111],[141.55898,38.70112],[141.5589,38.70021],[141.55758,38.70017],[141.55682,38.69906],[141.55478,38.69792],[141.55465,38.69798],[141.55508,38.69772],[141.5551,38.69717],[141.55448,38.69625],[141.55447,38.69574],[141.55432,38.69568],[141.55427,38.69534],[141.55462,38.69555],[141.55467,38.69525],[141.55478,38.6954],[141.55521,38.69516],[141.55531,38.69492],[141.55539,38.695],[141.55542,38.69387],[141.55569,38.69432],[141.55597,38.69414],[141.55656,38.69435],[141.55658,38.69416],[141.55678,38.69432],[141.55707,38.69425],[141.55698,38.69405],[141.55731,38.69374],[141.55755,38.69374],[141.55738,38.6932],[141.55779,38.6927],[141.55762,38.6919],[141.55782,38.69166],[141.55844,38.69159],[141.55882,38.69116],[141.55896,38.69118],[141.55875,38.69111],[141.55873,38.69102],[141.55907,38.69112],[141.55928,38.69073],[141.55967,38.69057],[141.55959,38.69033],[141.55986,38.68998],[141.56001,38.69012],[141.5603,38.69008],[141.56085,38.69082],[141.56131,38.69099],[141.56132,38.69123],[141.5617,38.69142],[141.56167,38.69162],[141.5618,38.69164],[141.56165,38.69184],[141.5618,38.692],[141.56162,38.69214],[141.56176,38.6924],[141.56134,38.69261],[141.56138,38.69272],[141.5611,38.69293],[141.56124,38.69312],[141.56111,38.6931],[141.56111,38.69362],[141.5613,38.69355],[141.56133,38.69405],[141.5612,38.69394],[141.56047,38.69439],[141.56032,38.69482],[141.55976,38.69504],[141.55971,38.69545],[141.55984,38.69565],[141.56031,38.6957],[141.56034,38.69591],[141.56062,38.69594],[141.56088,38.6962],[141.5612,38.69614],[141.56134,38.69664],[141.56221,38.69708],[141.56267,38.69713],[141.56269,38.69676],[141.56282,38.69698],[141.56292,38.6968],[141.56296,38.697],[141.56311,38.6967],[141.56343,38.69694],[141.56357,38.69681],[141.56339,38.69771],[141.56381,38.69757],[141.56411,38.69787],[141.56387,38.69783],[141.56392,38.69802],[141.56377,38.69823],[141.5636,38.6982],[141.56355,38.6984],[141.56409,38.69868],[141.5639,38.69899],[141.5641,38.69924],[141.56422,38.69911],[141.56436,38.69919],[141.56426,38.69927],[141.56442,38.69932],[141.56434,38.69965],[141.56467,38.70034],[141.56454,38.70055],[141.56445,38.7004],[141.56415,38.7005],[141.56425,38.70073],[141.56393,38.70074],[141.56398,38.70095],[141.56386,38.70075],[141.5638,38.70086],[141.5635,38.70079],[141.56327,38.70119],[141.56373,38.70187],[141.56382,38.70171],[141.56401,38.70194],[141.56383,38.7023],[141.56416,38.70273],[141.56392,38.70258],[141.56334,38.7027],[141.56283,38.70313],[141.56279,38.70341],[141.56321,38.70389],[141.56349,38.70398],[141.56392,38.70383],[141.56415,38.70431],[141.56448,38.70442],[141.56425,38.70462],[141.56443,38.70504],[141.56431,38.70516],[141.56452,38.70541],[141.56508,38.70547],[141.5655,38.70521],[141.56578,38.70544],[141.56579,38.70629],[141.56603,38.70618],[141.56604,38.70641],[141.56548,38.70637],[141.56551,38.7066],[141.56528,38.70669],[141.56567,38.70702],[141.56591,38.70688],[141.56582,38.70709],[141.56611,38.70735],[141.56615,38.70763],[141.56585,38.70759],[141.56579,38.70781],[141.56597,38.70777],[141.56608,38.70815],[141.56584,38.70831],[141.566,38.70842],[141.56566,38.70819],[141.56544,38.70844],[141.56547,38.70886],[141.56569,38.70921],[141.56554,38.70945],[141.56571,38.70969],[141.56583,38.70956],[141.56604,38.70964],[141.56589,38.70987],[141.56601,38.71007],[141.56608,38.7098],[141.56599,38.71025],[141.56628,38.71022],[141.5663,38.71036],[141.56617,38.71034],[141.5664,38.71114],[141.56606,38.71148],[141.56574,38.71147],[141.56568,38.71168],[141.56548,38.71167],[141.56559,38.71196],[141.56534,38.71239],[141.56423,38.71232],[141.56381,38.71264],[141.56387,38.71281],[141.56338,38.71284],[141.56335,38.71305],[141.56312,38.71287],[141.56257,38.71316],[141.56206,38.71284],[141.56151,38.71286],[141.56121,38.713],[141.56085,38.7136],[141.56069,38.71363],[141.56057,38.71424],[141.56045,38.71405],[141.56046,38.71426],[141.56042,38.71405],[141.56003,38.71404],[141.55991,38.71422],[141.55961,38.71425],[141.5597,38.71435],[141.55948,38.71472],[141.55925,38.71457],[141.5587,38.71461],[141.55833,38.71504],[141.55847,38.7151],[141.55832,38.71544],[141.55906,38.71562],[141.55956,38.71545],[141.56006,38.71496],[141.55958,38.71548],[141.55904,38.71566],[141.55818,38.71544],[141.55803,38.71563],[141.55756,38.7165],[141.55759,38.7169],[141.55676,38.71938],[141.55681,38.71972],[141.55712,38.72005],[141.55767,38.71991],[141.55774,38.71974],[141.55815,38.72092],[141.55893,38.72078],[141.55899,38.72059],[141.55911,38.7207],[141.55973,38.71912],[141.55984,38.71915],[141.55916,38.72077],[141.55793,38.72099],[141.55815,38.72126],[141.55809,38.72238],[141.55812,38.72249],[141.55965,38.72219],[141.56036,38.72266],[141.55958,38.72224],[141.55837,38.72248],[141.55865,38.72334],[141.55823,38.72354],[141.55837,38.72394],[141.55895,38.72405],[141.55901,38.72391],[141.55982,38.72384],[141.55978,38.72347],[141.55992,38.72395],[141.5602,38.72394],[141.56028,38.72372],[141.5603,38.72393],[141.56056,38.72391],[141.56067,38.72362],[141.56093,38.72388],[141.56084,38.72408],[141.56136,38.72425],[141.56155,38.7242],[141.56169,38.72381],[141.56191,38.7239],[141.56205,38.72454],[141.5627,38.72485],[141.56287,38.72465],[141.56308,38.72475],[141.56317,38.72532],[141.56349,38.72553],[141.56381,38.72555],[141.56386,38.72541],[141.56395,38.72567],[141.56435,38.72567],[141.5646,38.72515],[141.56507,38.72526],[141.5653,38.72496],[141.56563,38.725],[141.56569,38.72487],[141.56611,38.72518],[141.56589,38.72538],[141.56613,38.72548],[141.56609,38.72573],[141.56654,38.72581],[141.56658,38.726],[141.56639,38.72614],[141.56594,38.72605],[141.56637,38.7263],[141.56593,38.72657],[141.56599,38.72718],[141.56578,38.72726],[141.56598,38.72738],[141.56585,38.72754],[141.56606,38.72768],[141.56612,38.72817],[141.56565,38.72835],[141.56482,38.72799],[141.56471,38.72815],[141.56481,38.72822],[141.56446,38.72842],[141.5648,38.72852],[141.56461,38.72857],[141.56476,38.72873],[141.56523,38.72854],[141.56553,38.72861],[141.56555,38.72883],[141.56519,38.72907],[141.56522,38.72925],[141.56491,38.72916],[141.56481,38.72886],[141.56463,38.72899],[141.56433,38.72887],[141.56428,38.72901],[141.56423,38.72885],[141.56371,38.7289],[141.56343,38.72904],[141.56331,38.72952],[141.56316,38.72933],[141.56311,38.72955],[141.56293,38.72947],[141.56291,38.7296],[141.5624,38.72964],[141.56266,38.73059],[141.56255,38.73061],[141.56242,38.73007],[141.56183,38.73016],[141.5614,38.73005],[141.56122,38.73045],[141.56122,38.73078],[141.56182,38.7315],[141.56206,38.73143],[141.56199,38.73107],[141.56211,38.73074],[141.56213,38.7316],[141.56244,38.73211],[141.56269,38.73209],[141.5631,38.73261],[141.56339,38.73261],[141.56345,38.73209],[141.5638,38.73205],[141.56373,38.7314],[141.56395,38.7314],[141.56407,38.73237],[141.56397,38.73254],[141.56415,38.73257],[141.56414,38.73241],[141.56442,38.7323],[141.5646,38.73261],[141.56451,38.73274],[141.5643,38.7326],[141.56447,38.73286],[141.56404,38.73318],[141.56426,38.73316],[141.56419,38.73335],[141.56425,38.73337],[141.56439,38.73324],[141.56434,38.73346],[141.56474,38.73352],[141.56462,38.73304],[141.56489,38.73326],[141.56497,38.73294],[141.56521,38.73321],[141.56532,38.73287],[141.56562,38.73327],[141.56537,38.73365],[141.56424,38.73401],[141.56457,38.73421],[141.56469,38.73402],[141.56552,38.73375],[141.56555,38.73404],[141.56573,38.73406],[141.56559,38.73447],[141.56522,38.73434],[141.56508,38.73468],[141.56497,38.73452],[141.56506,38.73493],[141.56511,38.73468],[141.5653,38.7348],[141.56538,38.73454],[141.56554,38.73483],[141.56498,38.73523],[141.56519,38.73567],[141.56529,38.7356],[141.56535,38.7358],[141.5654,38.73568],[141.56537,38.73582],[141.56559,38.73598],[141.5655,38.73637],[141.56562,38.7366],[141.56539,38.7366],[141.56574,38.73684],[141.56587,38.73721],[141.56574,38.73724],[141.56573,38.73709],[141.56569,38.73726],[141.56527,38.73726],[141.56537,38.73711],[141.56501,38.73705],[141.56466,38.73727],[141.56477,38.73739],[141.5645,38.73744],[141.56465,38.73766],[141.56471,38.73752],[141.56482,38.73754],[141.56448,38.73811],[141.56509,38.73881],[141.56486,38.73879],[141.56486,38.73925],[141.56529,38.73938],[141.56535,38.73967],[141.5652,38.73964],[141.565,38.73991],[141.56512,38.73965],[141.56486,38.73982],[141.56486,38.73962],[141.56482,38.73962],[141.56476,38.74005],[141.56456,38.74004],[141.5643,38.74031],[141.5643,38.74006],[141.56444,38.74012],[141.56448,38.74001],[141.56426,38.73997],[141.56406,38.74039],[141.56393,38.7403],[141.56403,38.74017],[141.56338,38.74026],[141.56325,38.7401],[141.56361,38.7397],[141.56316,38.73927],[141.56315,38.73896],[141.56293,38.73887],[141.56277,38.739],[141.56274,38.73881],[141.56241,38.73882],[141.56227,38.7391],[141.56202,38.73912],[141.5617,38.7387],[141.5613,38.73877],[141.56138,38.73899],[141.56134,38.73901],[141.561,38.7388],[141.56117,38.73843],[141.56092,38.73817],[141.56094,38.73796],[141.56062,38.73808],[141.56048,38.73788],[141.56047,38.73744],[141.56034,38.73755],[141.55998,38.73721],[141.55924,38.73714],[141.55862,38.73742],[141.55848,38.73803],[141.55837,38.73803],[141.55818,38.7375],[141.55786,38.7374],[141.55759,38.73765],[141.55738,38.73728],[141.55688,38.73747],[141.5571,38.73792],[141.55703,38.7381],[141.55679,38.73826],[141.55673,38.73803],[141.55655,38.73804],[141.55658,38.73821],[141.55638,38.73809],[141.55636,38.73852],[141.55625,38.7384],[141.55609,38.73865],[141.55599,38.73826],[141.55561,38.73791],[141.55528,38.73784],[141.55517,38.73793],[141.55537,38.73832],[141.55483,38.73801],[141.55428,38.73817],[141.55406,38.73849],[141.55393,38.7379],[141.55339,38.73805],[141.55353,38.73861],[141.5533,38.73868],[141.5533,38.73844],[141.55306,38.73876],[141.55279,38.73806],[141.55266,38.7383],[141.55261,38.73787],[141.55234,38.73776],[141.55225,38.7381],[141.55211,38.73786],[141.55191,38.73804],[141.55146,38.73723],[141.55165,38.73705],[141.55153,38.73678],[141.55167,38.73658],[141.55198,38.73668],[141.55229,38.73634],[141.55227,38.73602],[141.552,38.73567],[141.55159,38.73552],[141.55127,38.73581],[141.55132,38.73557],[141.55086,38.73553],[141.55043,38.73512],[141.55009,38.73511],[141.54975,38.73473],[141.54917,38.73461],[141.54927,38.73446],[141.54916,38.73417],[141.54882,38.73404],[141.54822,38.73341],[141.54705,38.73339],[141.54703,38.73362],[141.54683,38.73393],[141.54695,38.73367],[141.54639,38.73335],[141.546,38.73352],[141.54539,38.73483],[141.54517,38.73482],[141.5448,38.73538],[141.54512,38.73589],[141.54532,38.73604],[141.54628,38.73577],[141.54708,38.73617],[141.54841,38.73574],[141.54688,38.73634],[141.54688,38.73681],[141.54639,38.73773],[141.54642,38.73816],[141.54657,38.73825],[141.54641,38.73851],[141.54653,38.73908],[141.54713,38.7393],[141.54714,38.73914],[141.54723,38.73917],[141.54712,38.73967],[141.54727,38.73992],[141.54688,38.74002],[141.54682,38.74042],[141.54649,38.73992],[141.54633,38.74011],[141.54629,38.73999],[141.54596,38.74007],[141.54592,38.74034],[141.54565,38.74028],[141.54515,38.74071],[141.54504,38.74056],[141.54522,38.74057],[141.54536,38.73961],[141.5452,38.73928],[141.54458,38.73903],[141.54401,38.73913],[141.54392,38.73949],[141.54369,38.73955],[141.54373,38.73984],[141.54358,38.7399],[141.54339,38.73966],[141.54278,38.73991],[141.54266,38.7395],[141.54231,38.7393],[141.54063,38.73915],[141.53986,38.73961],[141.53978,38.74019],[141.53937,38.74059],[141.53941,38.74112],[141.53963,38.7414],[141.53907,38.742],[141.53851,38.74187],[141.53852,38.74229],[141.53836,38.74171],[141.53847,38.74147],[141.53829,38.74133],[141.53819,38.74073],[141.53778,38.74047],[141.53734,38.73977],[141.53623,38.73987],[141.53525,38.73972],[141.53495,38.74009],[141.53508,38.74021],[141.53504,38.74089],[141.53616,38.74086],[141.53652,38.74108],[141.53696,38.74251],[141.53613,38.74273],[141.5361,38.74304],[141.53633,38.74331],[141.53659,38.74338],[141.53699,38.74321],[141.53743,38.74364],[141.53814,38.74337],[141.53815,38.74348],[141.53847,38.74341],[141.53869,38.74321],[141.53888,38.74329],[141.53879,38.74371],[141.53902,38.74379],[141.53937,38.74338],[141.53951,38.74337],[141.53956,38.74355],[141.53964,38.74324],[141.53992,38.74321],[141.54069,38.74376],[141.54089,38.74405],[141.54061,38.74422],[141.54021,38.74419],[141.54046,38.74427],[141.54044,38.74441],[141.54024,38.74443],[141.54061,38.74471],[141.5405,38.74469],[141.54065,38.74574],[141.54014,38.74573],[141.54051,38.74597],[141.54049,38.74632],[141.54031,38.74657],[141.54014,38.74643],[141.54022,38.74683],[141.54006,38.74678],[141.54016,38.74689],[141.53994,38.74727],[141.53965,38.74745],[141.53804,38.74728],[141.53807,38.74754],[141.53837,38.74759],[141.5387,38.74795],[141.5382,38.7478],[141.53827,38.74794],[141.53795,38.74787],[141.53751,38.74818],[141.53783,38.74869],[141.53768,38.74868],[141.53796,38.74876],[141.5381,38.749],[141.53808,38.74922],[141.53742,38.74914],[141.53722,38.74876],[141.53698,38.74894],[141.53705,38.74903],[141.53649,38.74877],[141.5364,38.7486],[141.53662,38.74872],[141.53614,38.74831],[141.53622,38.74805],[141.53588,38.74801],[141.53577,38.74782],[141.53586,38.74751],[141.53576,38.74754],[141.53591,38.7474],[141.53572,38.74734],[141.53585,38.74733],[141.53588,38.74703],[141.53528,38.74683],[141.53474,38.74699],[141.53468,38.74786],[141.53454,38.74793],[141.53437,38.7477],[141.53439,38.74809],[141.53425,38.74772],[141.53421,38.74813],[141.5339,38.74786],[141.53351,38.74804],[141.53353,38.74847],[141.53403,38.74893],[141.5338,38.74925],[141.53378,38.74906],[141.53373,38.74929],[141.53352,38.74916],[141.5335,38.74886],[141.53269,38.74859],[141.53214,38.74791],[141.5319,38.74782],[141.53176,38.74795],[141.53167,38.74779],[141.5311,38.74792],[141.53099,38.74832],[141.53057,38.74824],[141.53024,38.74858],[141.53061,38.74881],[141.53042,38.74925],[141.52982,38.74929],[141.52973,38.74943],[141.52987,38.74992],[141.52977,38.75036],[141.52951,38.75047],[141.52954,38.75094],[141.53013,38.75106],[141.53076,38.75057],[141.5314,38.7508],[141.53188,38.75021],[141.53161,38.75088],[141.53171,38.75142],[141.53193,38.75111],[141.53224,38.75115],[141.53219,38.75149],[141.53249,38.75125],[141.53264,38.75178],[141.53235,38.75177],[141.53246,38.75204],[141.53225,38.75223],[141.53213,38.7521],[141.53206,38.75233],[141.53196,38.75215],[141.53181,38.75221],[141.53186,38.75201],[141.5316,38.75162],[141.53123,38.75138],[141.53063,38.75155],[141.53058,38.7519],[141.53036,38.75165],[141.52995,38.75175],[141.52997,38.75209],[141.53013,38.75212],[141.53007,38.75224],[141.52999,38.75216],[141.53003,38.7523],[141.52989,38.75189],[141.52874,38.75207],[141.52864,38.75192],[141.52879,38.75223],[141.52812,38.75376],[141.52769,38.7538],[141.52774,38.75418],[141.52857,38.75452],[141.52916,38.75387],[141.52899,38.75374],[141.52911,38.75357],[141.52932,38.75381],[141.53031,38.75366],[141.53062,38.75257],[141.53037,38.75373],[141.52923,38.75387],[141.52828,38.75498],[141.52862,38.75518],[141.52854,38.75525],[141.5287,38.75546],[141.52834,38.75569],[141.52835,38.7555],[141.52823,38.75556],[141.52807,38.75599],[141.52851,38.7561],[141.52836,38.7563],[141.52854,38.75633],[141.52886,38.75704],[141.52855,38.75673],[141.52787,38.75667],[141.52691,38.75713],[141.52706,38.75716],[141.52716,38.7577],[141.52817,38.75797],[141.52863,38.75739],[141.52862,38.75717],[141.52879,38.75751],[141.52855,38.75783],[141.5286,38.75803],[141.52897,38.75801],[141.52915,38.75823],[141.52926,38.75855],[141.52911,38.75883],[141.52842,38.75925],[141.52827,38.75917],[141.52835,38.75902],[141.52778,38.75896],[141.52797,38.75954],[141.52771,38.75973],[141.52712,38.75947],[141.52692,38.75956],[141.5266,38.75906],[141.52665,38.75888],[141.52544,38.75906],[141.52462,38.75961],[141.52454,38.76021],[141.52366,38.76022],[141.52318,38.75968],[141.52266,38.75963],[141.52224,38.75982],[141.52219,38.76],[141.52195,38.75987],[141.52112,38.76078],[141.52165,38.76011],[141.52074,38.75957],[141.52014,38.75972],[141.52027,38.76007],[141.52005,38.7596],[141.51975,38.7596],[141.51939,38.75988],[141.51915,38.76046],[141.5196,38.76113],[141.52092,38.76102],[141.51947,38.7612],[141.51945,38.76158],[141.51976,38.76185],[141.51987,38.76245],[141.52012,38.76277],[141.52049,38.76294],[141.52077,38.76284],[141.52065,38.76304],[141.52094,38.76311],[141.52081,38.76332],[141.52121,38.76326],[141.5209,38.76362],[141.52029,38.76361],[141.52001,38.76381],[141.52002,38.76429],[141.52038,38.76462],[141.52027,38.76493],[141.5199,38.76495],[141.5191,38.76456],[141.5186,38.76452],[141.51845,38.76478],[141.51817,38.76475],[141.5181,38.76526],[141.51795,38.76532],[141.51717,38.76515],[141.51721,38.76539],[141.51663,38.76532],[141.5161,38.76508],[141.51504,38.76534],[141.51437,38.7651],[141.51304,38.76656],[141.51166,38.76779],[141.51184,38.76831],[141.51206,38.76846],[141.51222,38.76936],[141.51306,38.76922],[141.51294,38.76985],[141.51407,38.77063],[141.51376,38.77094],[141.51339,38.77074],[141.51332,38.77099],[141.51445,38.77297],[141.51562,38.77418],[141.51613,38.77449],[141.51699,38.77476],[141.51752,38.77436],[141.51761,38.77465],[141.51713,38.7748],[141.51729,38.77495],[141.51786,38.7748],[141.51789,38.77458],[141.51802,38.77477],[141.51806,38.77462],[141.51825,38.77475],[141.51797,38.77488],[141.51802,38.77512],[141.51783,38.77491],[141.51725,38.77505],[141.51745,38.77542],[141.51835,38.77507],[141.5182,38.77523],[141.51827,38.77542],[141.51805,38.77529],[141.51751,38.77551],[141.51758,38.77565],[141.51788,38.77553],[141.51766,38.77571],[141.51785,38.77577],[141.51855,38.77546],[141.51814,38.77577],[141.51857,38.77624],[141.51874,38.77676],[141.5185,38.77817],[141.51774,38.77953],[141.51769,38.78028],[141.51908,38.78405],[141.51928,38.78509],[141.51911,38.78537],[141.51915,38.78582],[141.52025,38.78821],[141.52078,38.78879],[141.52186,38.78894],[141.52241,38.78976],[141.52295,38.79019],[141.5236,38.79045],[141.525,38.79048],[141.52528,38.79031],[141.52562,38.79038],[141.52569,38.79022],[141.52592,38.79032],[141.52569,38.79042],[141.52578,38.79057],[141.52617,38.79083],[141.52699,38.79083],[141.52737,38.79065],[141.52736,38.79082],[141.52707,38.79093],[141.52728,38.7912],[141.52763,38.79127],[141.52786,38.7911],[141.52803,38.79136],[141.52866,38.79148],[141.52878,38.79176],[141.52946,38.79188],[141.52976,38.79211],[141.52961,38.79222],[141.52933,38.79191],[141.52898,38.79185],[141.52874,38.79234],[141.52888,38.79252],[141.52862,38.7926],[141.52871,38.79325],[141.52895,38.79316],[141.52933,38.79354],[141.52924,38.79364],[141.52952,38.7938],[141.53001,38.79331],[141.52973,38.79266],[141.53008,38.7933],[141.52957,38.7939],[141.53056,38.7943],[141.53123,38.79477],[141.53195,38.79474],[141.53198,38.79439],[141.53288,38.79444],[141.53285,38.79458],[141.53332,38.79442],[141.53355,38.79463],[141.53388,38.79453],[141.53458,38.79486],[141.53455,38.79467],[141.53474,38.79471],[141.5347,38.79522],[141.53506,38.7954],[141.53517,38.7953],[141.53518,38.79544],[141.53533,38.79542],[141.53533,38.79524],[141.5355,38.79518],[141.53562,38.79535],[141.53552,38.79551],[141.53593,38.79559],[141.53602,38.79544],[141.53641,38.79565],[141.53662,38.79557],[141.53652,38.79534],[141.53681,38.7957],[141.5372,38.79582],[141.53832,38.79533],[141.53927,38.79605],[141.53916,38.79614],[141.53829,38.79542],[141.53762,38.79569],[141.53777,38.79594],[141.53744,38.79608],[141.5378,38.79658],[141.5376,38.79667],[141.53784,38.797],[141.5382,38.79684],[141.53785,38.79702],[141.5382,38.79745],[141.53878,38.79721],[141.53823,38.79633],[141.53829,38.79613],[141.53854,38.79602],[141.53832,38.79632],[141.53891,38.79723],[141.5384,38.79745],[141.53866,38.79796],[141.53904,38.79822],[141.54028,38.79816],[141.54041,38.79795],[141.5403,38.79761],[141.54068,38.79762],[141.54058,38.79743],[141.54091,38.79757],[141.54093,38.79739],[141.54124,38.79745],[141.54145,38.79733],[141.54141,38.79707],[141.5415,38.79724],[141.54175,38.79719],[141.54164,38.797],[141.54193,38.79711],[141.5418,38.7974],[141.542,38.7973],[141.5422,38.79757],[141.54254,38.79756],[141.54273,38.79742],[141.54267,38.79717],[141.54287,38.79711],[141.5427,38.79687],[141.54297,38.79688],[141.54324,38.79728],[141.54357,38.79715],[141.5435,38.79681],[141.54367,38.79695],[141.54368,38.7967],[141.54382,38.79668],[141.54403,38.79735],[141.54389,38.79755],[141.54366,38.79721],[141.54371,38.79776],[141.54387,38.79778],[141.54373,38.79785],[141.54434,38.79781],[141.5439,38.79807],[141.54384,38.79855],[141.54417,38.79852],[141.54427,38.79877],[141.54464,38.79877],[141.5446,38.79904],[141.54514,38.79897],[141.54566,38.79973],[141.54588,38.79972],[141.54561,38.80001],[141.54607,38.80008],[141.54599,38.80036],[141.54682,38.80048],[141.54725,38.79945],[141.54652,38.7987],[141.5473,38.7993],[141.54747,38.79927],[141.54787,38.79971],[141.54827,38.79959],[141.54821,38.79931],[141.54891,38.7996],[141.54945,38.7993],[141.54929,38.79901],[141.54945,38.79891],[141.54936,38.79865],[141.55026,38.7986],[141.55018,38.79817],[141.55061,38.79829],[141.55074,38.79853],[141.55012,38.79887],[141.55038,38.79896],[141.55069,38.79878],[141.55091,38.79888],[141.55105,38.79925],[141.55089,38.79941],[141.55106,38.79985],[141.55188,38.7998],[141.55122,38.79996],[141.55161,38.80052],[141.55226,38.80082],[141.552,38.80084],[141.55138,38.80045],[141.55102,38.80072],[141.55062,38.80149],[141.55068,38.80174],[141.55121,38.80212],[141.55186,38.80206],[141.55186,38.80193],[141.55272,38.80191],[141.55342,38.80151],[141.55263,38.8008],[141.55274,38.80074],[141.55377,38.80184],[141.5543,38.8017],[141.55453,38.8014],[141.55481,38.80157],[141.55503,38.80151],[141.55527,38.80095],[141.55509,38.80072],[141.55536,38.8008],[141.55558,38.8013],[141.55555,38.80146],[141.55529,38.80149],[141.55545,38.80209],[141.55597,38.80238],[141.55641,38.8023],[141.55658,38.80267],[141.55705,38.80306],[141.55685,38.80321],[141.55691,38.80343],[141.55677,38.8034],[141.55685,38.80376],[141.55646,38.80358],[141.55622,38.80374],[141.55626,38.80421],[141.55653,38.80423],[141.55641,38.80439],[141.55669,38.8044],[141.55676,38.80471],[141.5572,38.80488],[141.55691,38.80508],[141.55691,38.80532],[141.55731,38.80557],[141.55759,38.80554],[141.55747,38.80581],[141.55772,38.80568],[141.55787,38.80587],[141.55818,38.8058],[141.55811,38.80614],[141.55848,38.80779],[141.55888,38.80845],[141.55876,38.80849],[141.55836,38.80784],[141.55816,38.80684],[141.55672,38.80691],[141.55669,38.80681],[141.55719,38.80669],[141.55703,38.80624],[141.5557,38.80628],[141.55502,38.80668],[141.5553,38.80688],[141.55512,38.80809],[141.55658,38.80822],[141.55677,38.80803],[141.5568,38.80839],[141.55531,38.80817],[141.5551,38.80943],[141.55584,38.81024],[141.55717,38.81045],[141.55692,38.81096],[141.55716,38.81133],[141.55783,38.81177],[141.55815,38.81152],[141.55822,38.81181],[141.55859,38.81176],[141.55906,38.81252],[141.56058,38.81276],[141.56185,38.81323],[141.56453,38.81369],[141.56751,38.81363],[141.56869,38.81339],[141.5701,38.81233],[141.57107,38.81113],[141.5711,38.81051],[141.57022,38.81051],[141.57098,38.81042],[141.57098,38.80999],[141.57078,38.80977],[141.57088,38.80966],[141.57031,38.80935],[141.56958,38.81019],[141.56959,38.81049],[141.5695,38.81017],[141.57063,38.80891],[141.57049,38.80868],[141.57144,38.80803],[141.57135,38.80895],[141.57202,38.80942],[141.57204,38.80963],[141.57219,38.80965],[141.57207,38.80977],[141.57241,38.80994],[141.57235,38.81035],[141.57326,38.81075],[141.57316,38.81101],[141.57327,38.81115],[141.57396,38.81136],[141.57434,38.81122],[141.57472,38.81148],[141.57486,38.81186],[141.5753,38.81193],[141.57646,38.81275],[141.57772,38.81241],[141.57841,38.81313],[141.5783,38.81329],[141.57796,38.81326],[141.57802,38.81337],[141.57777,38.81346],[141.57778,38.81359],[141.57764,38.8135],[141.57775,38.81405],[141.57752,38.81416],[141.57739,38.81459],[141.57727,38.81453],[141.57738,38.81477],[141.57725,38.81509],[141.57741,38.81519],[141.57712,38.81516],[141.57709,38.81538],[141.57689,38.81539],[141.57717,38.81542],[141.57721,38.81564],[141.57669,38.81553],[141.57648,38.81677],[141.57661,38.81702],[141.57641,38.81678],[141.57656,38.8157],[141.57584,38.81562],[141.57587,38.81544],[141.5756,38.81542],[141.5752,38.81566],[141.57514,38.81606],[141.57497,38.81605],[141.57514,38.81712],[141.57598,38.81683],[141.57486,38.81726],[141.57476,38.81781],[141.57502,38.81823],[141.57483,38.81857],[141.57482,38.81914],[141.57515,38.81999],[141.57561,38.82008],[141.57571,38.82024],[141.57552,38.82038],[141.57547,38.82048],[141.57566,38.82049],[141.57546,38.82072],[141.57647,38.82153],[141.57637,38.82178],[141.57658,38.82189],[141.57691,38.82276],[141.57941,38.8242],[141.58151,38.82491],[141.58283,38.82517],[141.58434,38.82523],[141.58458,38.82538],[141.58617,38.82515],[141.58683,38.825],[141.58717,38.82464],[141.5886,38.82412],[141.58903,38.82375],[141.58837,38.82289],[141.58808,38.82289],[141.58843,38.82286],[141.58915,38.82373],[141.5898,38.82338],[141.58966,38.8232],[141.58963,38.82231],[141.58782,38.82265],[141.58921,38.82228],[141.59037,38.82221],[141.59048,38.82228],[141.5904,38.82248],[141.59069,38.82273],[141.5916,38.8227],[141.59134,38.82289],[141.59119,38.82332],[141.59142,38.82455],[141.59174,38.82525],[141.59282,38.82631],[141.59312,38.82641],[141.59386,38.82748],[141.5956,38.82882],[141.59653,38.82932],[141.59753,38.82944],[141.59854,38.82919],[141.59984,38.82936],[141.59995,38.82922],[141.60001,38.82932],[141.60101,38.82886],[141.60121,38.82829],[141.60186,38.82821],[141.60186,38.82784],[141.60209,38.82805],[141.60191,38.82774],[141.60239,38.82728],[141.60232,38.82708],[141.60267,38.82687],[141.60284,38.82693],[141.60273,38.82712],[141.60288,38.8271],[141.60274,38.8272],[141.60317,38.82751],[141.60289,38.82744],[141.60297,38.82777],[141.60343,38.82786],[141.60343,38.82798],[141.60348,38.82773],[141.60368,38.82781],[141.60358,38.82813],[141.60369,38.82813],[141.60383,38.8287],[141.60373,38.82865],[141.60397,38.82909],[141.60366,38.82913],[141.60337,38.82986],[141.6017,38.83126],[141.60281,38.83176],[141.60275,38.83254],[141.60275,38.83179],[141.60181,38.83137],[141.60152,38.83185],[141.60173,38.83189],[141.60156,38.83241],[141.60226,38.83273],[141.59935,38.83528],[141.5982,38.83526],[141.59644,38.83681],[141.59747,38.83583],[141.5959,38.83473],[141.59557,38.83503],[141.59488,38.83537],[141.59619,38.83634],[141.59484,38.83539],[141.59416,38.83567],[141.59551,38.835],[141.59599,38.83381],[141.5955,38.83344],[141.59559,38.83374],[141.59576,38.83379],[141.59539,38.83376],[141.59565,38.83389],[141.59563,38.8341],[141.59533,38.83395],[141.59518,38.83411],[141.5947,38.83405],[141.59453,38.83459],[141.5943,38.83454],[141.59451,38.83398],[141.59423,38.83383],[141.594,38.83392],[141.59338,38.83359],[141.59334,38.83333],[141.59307,38.8332],[141.59086,38.83423],[141.59056,38.83494],[141.59109,38.83506],[141.59094,38.83552],[141.59067,38.83545],[141.58945,38.83765],[141.58977,38.8378],[141.58957,38.83777],[141.58931,38.83879],[141.58915,38.83876],[141.58881,38.84035],[141.5879,38.84139],[141.58785,38.84166],[141.58808,38.84171],[141.58769,38.84184],[141.5876,38.84244],[141.58707,38.84332],[141.58718,38.84337],[141.58698,38.84331],[141.58712,38.84345],[141.58674,38.8436],[141.58617,38.84476],[141.58729,38.84538],[141.58692,38.84643],[141.58717,38.84538],[141.5865,38.84501],[141.58583,38.84574],[141.58555,38.84558],[141.58522,38.84595],[141.58609,38.84647],[141.58489,38.84578],[141.58428,38.84683],[141.58368,38.84739],[141.58316,38.84854],[141.58333,38.84876],[141.58337,38.85074],[141.58289,38.85172],[141.58309,38.85186],[141.58277,38.85214],[141.58236,38.85331],[141.58275,38.85329],[141.58236,38.85334],[141.58232,38.85357],[141.58329,38.85672],[141.58482,38.85637],[141.58681,38.85783],[141.5848,38.85643],[141.58355,38.85671],[141.58369,38.85706],[141.58346,38.85712],[141.5835,38.85722],[141.58433,38.85703],[141.58449,38.85735],[141.58433,38.8574],[141.58449,38.8577],[141.58439,38.85791],[141.58489,38.85844],[141.58538,38.85823],[141.58625,38.85803],[141.58493,38.85848],[141.5854,38.85972],[141.58535,38.85994],[141.5849,38.86024],[141.58494,38.86041],[141.58475,38.8604],[141.58462,38.86077],[141.58519,38.86221],[141.58522,38.86275],[141.58585,38.86281],[141.58601,38.86296],[141.58538,38.86279],[141.58519,38.86287],[141.58504,38.86333],[141.58507,38.86377],[141.58533,38.86361],[141.58534,38.86415],[141.58518,38.86418],[141.5853,38.86497],[141.58537,38.86506],[141.58531,38.86434],[141.58541,38.86431],[141.58576,38.86565],[141.58577,38.86636],[141.58668,38.86681],[141.58589,38.86643],[141.58587,38.86687],[141.58546,38.86689],[141.58618,38.86805],[141.58571,38.86776],[141.58571,38.86752],[141.58555,38.86758],[141.58553,38.86829],[141.58603,38.86902],[141.58704,38.86964],[141.58743,38.86961],[141.58755,38.86943],[141.58869,38.86977],[141.58898,38.8696],[141.58976,38.86978],[141.58988,38.86963],[141.59213,38.86983],[141.59183,38.8719],[141.59206,38.86989],[141.59075,38.86976],[141.59025,38.87102],[141.59055,38.87116],[141.5901,38.87101],[141.58981,38.87162],[141.59111,38.87187],[141.59023,38.87176],[141.58914,38.87143],[141.58845,38.87164],[141.58894,38.87161],[141.58822,38.87171],[141.58791,38.87209],[141.58957,38.8728],[141.58998,38.8732],[141.58952,38.8728],[141.58873,38.87245],[141.58836,38.87356],[141.58777,38.87333],[141.58761,38.87355],[141.58813,38.87392],[141.5883,38.87432],[141.5884,38.87414],[141.58863,38.87472],[141.58905,38.87461],[141.58995,38.87488],[141.59047,38.87387],[141.58973,38.87544],[141.58843,38.87507],[141.58841,38.87537],[141.58859,38.87537],[141.58853,38.87599],[141.58894,38.87657],[141.58924,38.87633],[141.58906,38.87656],[141.58936,38.87677],[141.58991,38.87691],[141.5901,38.87677],[141.59006,38.87688],[141.59056,38.8771],[141.59067,38.87688],[141.59096,38.87713],[141.59172,38.8792],[141.59149,38.88019],[141.591,38.88087],[141.59067,38.88086],[141.59061,38.88125],[141.59093,38.8813],[141.59069,38.88131],[141.59033,38.88217],[141.59056,38.88304],[141.59028,38.88396],[141.59026,38.88541],[141.59085,38.88607],[141.5934,38.88501],[141.59396,38.88547],[141.59418,38.88581],[141.59361,38.8894],[141.59375,38.88938],[141.59371,38.88975],[141.5876,38.89276],[141.58718,38.89245],[141.58706,38.89257],[141.58715,38.89276],[141.58668,38.89305],[141.58603,38.89291],[141.58495,38.89403],[141.58511,38.89412],[141.58127,38.90068],[141.57951,38.90101],[141.58046,38.90388],[141.5797,38.90488],[141.57652,38.90544],[141.57621,38.90519],[141.57562,38.90537],[141.57501,38.90618],[141.57775,38.90739],[141.57808,38.90737],[141.57835,38.90715],[141.5788,38.90629],[141.57914,38.90624],[141.57924,38.90638],[141.57942,38.90727],[141.57949,38.90712],[141.5813,38.9065],[141.58177,38.90733],[141.58055,38.90774],[141.58189,38.91013],[141.58427,38.90922],[141.58458,38.90922],[141.58536,38.91002],[141.5863,38.90971],[141.5864,38.90932],[141.58677,38.90934],[141.58658,38.90868],[141.58664,38.90816],[141.58635,38.9082],[141.58625,38.90799],[141.58637,38.90785],[141.58618,38.90787],[141.58618,38.90759],[141.58642,38.90757],[141.58626,38.90733],[141.58638,38.90722],[141.58629,38.90698],[141.58644,38.90697],[141.58641,38.90654],[141.58725,38.90646],[141.58749,38.90662],[141.58756,38.9065],[141.58742,38.90644],[141.58757,38.90624],[141.58782,38.90625],[141.58771,38.90617],[141.58783,38.90612],[141.58739,38.90596],[141.58769,38.90602],[141.58766,38.90562],[141.58808,38.90566],[141.58808,38.9056],[141.58771,38.9055],[141.58807,38.90536],[141.58801,38.90522],[141.58767,38.90529],[141.5879,38.90517],[141.58784,38.90497],[141.58753,38.90506],[141.58727,38.90401],[141.58785,38.90278],[141.58776,38.90259],[141.58866,38.90199],[141.58842,38.90172],[141.58779,38.90178],[141.58786,38.90151],[141.58815,38.9014],[141.58805,38.90123],[141.58818,38.90113],[141.58774,38.90049],[141.58818,38.90009],[141.58767,38.8991],[141.58771,38.89758],[141.5878,38.89896],[141.58821,38.89877],[141.5883,38.89886],[141.5887,38.8985],[141.5885,38.89839],[141.58874,38.89797],[141.58962,38.8974],[141.58974,38.89677],[141.58817,38.89659],[141.58782,38.89724],[141.58835,38.89572],[141.58878,38.89562],[141.58874,38.89536],[141.58833,38.89542],[141.58813,38.89492],[141.58819,38.89462],[141.58862,38.89467],[141.58884,38.89456],[141.58872,38.89451],[141.59094,38.89483],[141.59211,38.89483],[141.59253,38.89459],[141.59434,38.89418],[141.59569,38.89351],[141.59607,38.89351],[141.59655,38.89288],[141.59612,38.89359],[141.59704,38.8939],[141.59738,38.89382],[141.59753,38.89363],[141.59746,38.89301],[141.59726,38.89299],[141.59723,38.89271],[141.59685,38.89269],[141.59736,38.89266],[141.59746,38.89224],[141.59823,38.89158],[141.59873,38.88995],[141.59987,38.88856],[141.59989,38.8877],[141.60063,38.8869],[141.60054,38.88636],[141.60083,38.88596],[141.60081,38.88555],[141.60109,38.8853],[141.601,38.88521],[141.60194,38.88464],[141.60184,38.88416],[141.60205,38.88386],[141.60188,38.88417],[141.60209,38.88415],[141.60218,38.88459],[141.60265,38.88477],[141.60357,38.88576],[141.60375,38.88551],[141.60362,38.8849],[141.60368,38.88314],[141.603,38.88306],[141.60199,38.88338],[141.60299,38.88303],[141.6035,38.88302],[141.60345,38.8825],[141.60415,38.88126],[141.60433,38.88064],[141.60422,38.88061],[141.6044,38.88054],[141.60454,38.87994],[141.60611,38.88015],[141.60739,38.87969],[141.60775,38.8797],[141.60788,38.8799],[141.60841,38.88006],[141.60914,38.88085],[141.60882,38.8812],[141.60882,38.88141],[141.60958,38.88171],[141.60899,38.88215],[141.60897,38.88238],[141.60958,38.88256],[141.61016,38.88242],[141.61064,38.88275],[141.61073,38.88322],[141.61117,38.88341],[141.61095,38.88442],[141.61068,38.88472],[141.61071,38.88522],[141.6102,38.88559],[141.61036,38.88628],[141.61167,38.88654],[141.61163,38.88602],[141.61208,38.88548],[141.61202,38.88528],[141.6123,38.88502],[141.6122,38.88492],[141.61255,38.88487],[141.61245,38.88405],[141.6127,38.88364],[141.61271,38.8833],[141.6131,38.88279],[141.61281,38.88221],[141.61281,38.88153],[141.61295,38.88122],[141.61394,38.88194],[141.61498,38.88176],[141.61528,38.88195],[141.61542,38.88216],[141.61523,38.88261],[141.61536,38.88262],[141.61535,38.88301],[141.6156,38.88361],[141.61552,38.88382],[141.61508,38.88403],[141.6151,38.8843],[141.61487,38.88466],[141.61522,38.88493],[141.6148,38.88574],[141.61507,38.8861],[141.6154,38.88625],[141.61543,38.88651],[141.61489,38.88703],[141.6149,38.88761],[141.61509,38.88759],[141.61469,38.88798],[141.61519,38.8883],[141.61589,38.88809],[141.6163,38.88828],[141.61651,38.88819],[141.61633,38.88836],[141.61648,38.88866],[141.61684,38.88871],[141.61696,38.88888],[141.61675,38.88911],[141.61685,38.88931],[141.61781,38.88929],[141.61792,38.88868],[141.61917,38.88973],[141.62044,38.88992],[141.62108,38.89029],[141.62112,38.8907],[141.62091,38.89093],[141.62101,38.89134],[141.62049,38.89218],[141.62085,38.89284],[141.62272,38.89269],[141.62291,38.89253],[141.62287,38.8922],[141.62327,38.89198],[141.62355,38.89208],[141.62386,38.89268],[141.62565,38.89318],[141.62626,38.89312],[141.62642,38.89273],[141.62653,38.89281],[141.62664,38.89267],[141.62779,38.8929],[141.62889,38.89277],[141.62922,38.89255],[141.62913,38.89236],[141.62932,38.89224],[141.62938,38.89183],[141.63002,38.89102],[141.63055,38.89082],[141.63091,38.89087],[141.63082,38.8916],[141.63022,38.89281],[141.63047,38.89367],[141.63013,38.89399],[141.62906,38.89429],[141.62877,38.89404],[141.62865,38.89352],[141.62808,38.89374],[141.6274,38.89363],[141.62674,38.89396],[141.6267,38.89458],[141.62657,38.89476],[141.62649,38.89464],[141.62623,38.89509],[141.62557,38.89492],[141.62523,38.89523],[141.62406,38.89502],[141.62429,38.89596],[141.62478,38.89583],[141.62533,38.89599],[141.62463,38.89677],[141.62415,38.89841],[141.62431,38.8985],[141.62406,38.89886],[141.62394,38.8988],[141.62339,38.89981],[141.62446,38.90004],[141.62455,38.89988],[141.62489,38.89996],[141.62602,38.89796],[141.62863,38.89709],[141.62891,38.89638],[141.62883,38.89596],[141.62894,38.89561],[141.62941,38.89554],[141.62964,38.89585],[141.62997,38.89586],[141.6302,38.89608],[141.63035,38.89665],[141.63097,38.89668],[141.63106,38.897],[141.63089,38.89728],[141.63139,38.89789],[141.6315,38.89861],[141.63211,38.89881],[141.63196,38.89931],[141.63217,38.90017],[141.6312,38.90103],[141.63132,38.90143],[141.63217,38.90142],[141.63315,38.90237],[141.63387,38.90229],[141.63394,38.90179],[141.6343,38.90169],[141.63468,38.90182],[141.63554,38.90254],[141.6383,38.90231],[141.63784,38.90217],[141.63787,38.90157],[141.63549,38.90062],[141.63559,38.90032],[141.63447,38.89969],[141.63463,38.89907],[141.63432,38.89868],[141.63474,38.89824],[141.63487,38.89765],[141.63472,38.89738],[141.63453,38.89737],[141.63468,38.89732],[141.63449,38.89703],[141.63342,38.89657],[141.63343,38.89598],[141.6337,38.89586],[141.63379,38.89559],[141.63446,38.89594],[141.63537,38.89604],[141.63582,38.89549],[141.63582,38.89503],[141.63599,38.89479],[141.6365,38.89471],[141.63721,38.89396],[141.6373,38.89371],[141.63593,38.89164],[141.63529,38.89126],[141.63536,38.89037],[141.63615,38.88883],[141.63634,38.88878],[141.63739,38.88927],[141.63835,38.88879],[141.6388,38.88883],[141.6392,38.8894],[141.63967,38.88949],[141.64,38.88982],[141.64004,38.89047],[141.64025,38.89063],[141.6411,38.89065],[141.64156,38.8899],[141.64143,38.89001],[141.64151,38.88989],[141.64102,38.8894],[141.64143,38.8888],[141.64145,38.88854],[141.64119,38.88821],[141.64016,38.88791],[141.63996,38.88774],[141.63987,38.88726],[141.63916,38.88754],[141.63851,38.88718],[141.63836,38.88733],[141.6384,38.88753],[141.63823,38.88733],[141.63845,38.88711],[141.63817,38.88681],[141.63842,38.88575],[141.63797,38.88533],[141.63724,38.88543],[141.63698,38.88524],[141.63708,38.88507],[141.63732,38.88503],[141.6375,38.8852],[141.63803,38.8851],[141.63869,38.88466],[141.63899,38.88418],[141.64109,38.88392],[141.64146,38.88401],[141.64192,38.88371],[141.64105,38.88251],[141.64147,38.88259],[141.64205,38.88236],[141.64311,38.88304],[141.64323,38.88294],[141.64362,38.88312],[141.64466,38.88432],[141.64505,38.88421],[141.64517,38.8836],[141.64589,38.88323],[141.64574,38.88286],[141.64517,38.88282],[141.64454,38.88185],[141.64374,38.88165],[141.64384,38.88131],[141.64358,38.88082],[141.64316,38.88076],[141.6428,38.88118],[141.64215,38.88135],[141.64273,38.88113],[141.64319,38.88068],[141.64259,38.87988],[141.64301,38.87925],[141.64304,38.8788],[141.64321,38.87861],[141.64344,38.87885],[141.64386,38.87889],[141.64396,38.87871],[141.64428,38.87867],[141.64441,38.87879],[141.64421,38.87907],[141.64439,38.87929],[141.64468,38.87927],[141.64491,38.87951],[141.64571,38.8797],[141.64639,38.87955],[141.64662,38.88002],[141.64704,38.8802],[141.64828,38.87951],[141.64858,38.8791],[141.64855,38.87873],[141.64816,38.87868],[141.64806,38.87776],[141.64786,38.87732],[141.6471,38.87678],[141.64715,38.87628],[141.6469,38.87607],[141.64656,38.8761],[141.64656,38.87577],[141.64676,38.87558],[141.64668,38.87516],[141.64694,38.87542],[141.64727,38.87503],[141.64721,38.8752],[141.64746,38.87521],[141.64755,38.87542],[141.64756,38.87583],[141.64814,38.87598],[141.64895,38.87576],[141.64951,38.87511],[141.64917,38.8745],[141.64924,38.87421],[141.64965,38.8738],[141.64951,38.8736],[141.6496,38.87341],[141.65092,38.87328],[141.65113,38.87309],[141.65093,38.87296],[141.6512,38.87302],[141.65124,38.8723],[141.65074,38.87182],[141.65028,38.87161],[141.65005,38.87115],[141.65049,38.87103],[141.65061,38.87083],[141.65,38.87045],[141.65003,38.87013],[141.65018,38.86995],[141.65027,38.87011],[141.65031,38.86985],[141.65082,38.87],[141.65096,38.86969],[141.65074,38.86961],[141.65082,38.86929],[141.6509,38.86944],[141.65139,38.86937],[141.65166,38.86893],[141.65184,38.86896],[141.65202,38.86876],[141.65205,38.86853],[141.65244,38.86847],[141.65245,38.86812],[141.65295,38.86824],[141.65302,38.86813],[141.65337,38.86856],[141.65412,38.86835],[141.65427,38.86799],[141.65402,38.86761],[141.65441,38.86751],[141.65417,38.86738],[141.65414,38.86682],[141.65424,38.86678],[141.65422,38.86705],[141.65445,38.86717],[141.65484,38.86716],[141.65483,38.86691],[141.65502,38.8668],[141.6548,38.86662],[141.65483,38.86643],[141.65507,38.8664],[141.65531,38.86681],[141.65544,38.86668],[141.65515,38.86632],[141.6554,38.86625],[141.65644,38.86643],[141.6566,38.8667],[141.65701,38.86663],[141.65727,38.86677],[141.65801,38.86636],[141.65822,38.86579],[141.65846,38.8656],[141.6585,38.86515],[141.65816,38.86471],[141.65777,38.86495],[141.65703,38.8652],[141.65802,38.86468],[141.65776,38.86455],[141.65754,38.86416],[141.65702,38.86391],[141.65669,38.86258],[141.65742,38.86262],[141.65761,38.8628],[141.65784,38.86249],[141.65797,38.86281],[141.6584,38.86261],[141.65829,38.86176],[141.65853,38.86172],[141.65866,38.86143],[141.65903,38.86166],[141.65921,38.86144],[141.65936,38.86175],[141.66,38.86155],[141.66051,38.86166],[141.66078,38.86138],[141.66075,38.86176],[141.66053,38.86202],[141.66053,38.86253],[141.66032,38.86256],[141.66052,38.86308],[141.66126,38.86368],[141.66219,38.8638],[141.6624,38.86363],[141.66245,38.86318],[141.66261,38.86352],[141.66285,38.86297],[141.66307,38.86317],[141.66336,38.86305],[141.66343,38.86287],[141.66366,38.86295],[141.66397,38.86282],[141.66405,38.86252],[141.66374,38.86222],[141.66406,38.86175],[141.66421,38.86181],[141.66396,38.862],[141.66446,38.86173],[141.66449,38.86189],[141.6647,38.86189],[141.66475,38.86225],[141.66491,38.86214],[141.66495,38.86232],[141.66531,38.86234],[141.66523,38.86242],[141.66557,38.86263],[141.66627,38.86256],[141.66645,38.86231],[141.66611,38.86201],[141.66678,38.86183],[141.6666,38.86103],[141.66705,38.86116],[141.66694,38.86116],[141.66723,38.86158],[141.66712,38.86193],[141.66736,38.86184],[141.66736,38.86207],[141.66784,38.86197],[141.66779,38.86178],[141.66802,38.86159],[141.66738,38.86116],[141.66749,38.86106],[141.66798,38.86138],[141.66811,38.86125],[141.66945,38.86192],[141.66973,38.86165],[141.66984,38.8612],[141.66937,38.86104],[141.66946,38.8609],[141.66856,38.86041],[141.66874,38.86012],[141.66867,38.8603],[141.66886,38.86049],[141.66905,38.85962],[141.66978,38.85964],[141.66994,38.8595],[141.6699,38.85915],[141.67005,38.85926],[141.6703,38.85914],[141.6705,38.85935],[141.67041,38.85951],[141.67062,38.85944],[141.67097,38.85991],[141.67126,38.85982],[141.67138,38.85952],[141.6709,38.85914],[141.67125,38.8591],[141.67132,38.85891],[141.67088,38.8588],[141.671,38.8587],[141.67079,38.85857],[141.67088,38.85835],[141.67057,38.85835],[141.67146,38.85793],[141.67136,38.85787],[141.67159,38.85791],[141.67158,38.85818],[141.67188,38.85816],[141.67182,38.85829],[141.67204,38.85822],[141.67216,38.85835],[141.67237,38.85798],[141.67232,38.8577],[141.67291,38.85765],[141.67272,38.85754],[141.67278,38.85738],[141.67324,38.8573],[141.67339,38.85709],[141.67351,38.85737],[141.67367,38.85704],[141.67393,38.85718],[141.67387,38.85744],[141.67411,38.85744],[141.67424,38.85774],[141.67413,38.85797],[141.6744,38.85792],[141.67464,38.85818],[141.67449,38.8597],[141.6742,38.85962],[141.67442,38.85978],[141.67401,38.85973],[141.67426,38.85984],[141.67399,38.85982],[141.67379,38.86007],[141.67315,38.86018],[141.67303,38.86033],[141.67404,38.86022],[141.67391,38.86042],[141.67425,38.86035],[141.6746,38.86052],[141.67459,38.8609],[141.67437,38.86089],[141.67466,38.86109],[141.6747,38.86202],[141.67416,38.8621],[141.67454,38.86232],[141.67498,38.863],[141.67468,38.86307],[141.67491,38.86319],[141.67475,38.86426],[141.67436,38.86406],[141.67471,38.86469],[141.67422,38.86455],[141.67466,38.86489],[141.67442,38.86559],[141.67415,38.8654],[141.67434,38.86582],[141.67421,38.86595],[141.6731,38.86553],[141.67298,38.86574],[141.67349,38.86658],[141.6726,38.8667],[141.67351,38.86692],[141.67361,38.86735],[141.67338,38.86729],[141.67324,38.86744],[141.67327,38.8679],[141.6731,38.86818],[141.67234,38.86801],[141.67196,38.8682],[141.67185,38.86795],[141.67169,38.86803],[141.67138,38.86765],[141.67124,38.86785],[141.67176,38.86836],[141.67135,38.8684],[141.67053,38.86787],[141.67105,38.86849],[141.66944,38.86856],[141.67005,38.86878],[141.66995,38.86891],[141.66961,38.86885],[141.6694,38.86936],[141.67,38.86951],[141.67029,38.86979],[141.67029,38.87001],[141.66944,38.87003],[141.66878,38.86982],[141.66852,38.86994],[141.66978,38.87031],[141.66981,38.87047],[141.67016,38.8705],[141.67026,38.87074],[141.6705,38.87072],[141.67044,38.87099],[141.67011,38.87084],[141.66989,38.87101],[141.67018,38.87128],[141.66993,38.87199],[141.6686,38.87247],[141.66911,38.87266],[141.66949,38.87251],[141.66949,38.87276],[141.67003,38.87271],[141.67027,38.87279],[141.67037,38.87304],[141.67095,38.87301],[141.67055,38.87358],[141.67077,38.87397],[141.66947,38.87462],[141.66897,38.87459],[141.66861,38.87434],[141.66863,38.87471],[141.66825,38.87477],[141.66781,38.87462],[141.66782,38.87498],[141.66749,38.87516],[141.66767,38.87545],[141.66741,38.87532],[141.66714,38.87546],[141.66694,38.87524],[141.66731,38.87603],[141.66678,38.8762],[141.66734,38.87625],[141.66757,38.87654],[141.66749,38.8768],[141.66729,38.87685],[141.66742,38.877],[141.66725,38.87708],[141.66726,38.87733],[141.66691,38.87728],[141.66671,38.87688],[141.66663,38.87706],[141.66641,38.87707],[141.66664,38.8774],[141.66642,38.87745],[141.66659,38.87772],[141.6664,38.87825],[141.66623,38.87813],[141.6662,38.87828],[141.6657,38.87836],[141.66552,38.87813],[141.66536,38.87827],[141.6651,38.87814],[141.66452,38.8782],[141.66423,38.87836],[141.66434,38.8785],[141.66414,38.87859],[141.66393,38.87851],[141.66362,38.87932],[141.66392,38.87947],[141.66395,38.87977],[141.66421,38.87974],[141.66443,38.88015],[141.66424,38.88026],[141.66391,38.88013],[141.66374,38.88037],[141.66431,38.88059],[141.66446,38.88046],[141.66444,38.88106],[141.66402,38.88079],[141.66338,38.88083],[141.66258,38.88172],[141.66284,38.88252],[141.66401,38.88213],[141.66419,38.8822],[141.66298,38.88251],[141.66332,38.88299],[141.66378,38.88329],[141.66427,38.88333],[141.66467,38.88295],[141.66519,38.88308],[141.66498,38.88375],[141.66476,38.88387],[141.66488,38.88403],[141.66473,38.88414],[141.66485,38.88419],[141.66458,38.88423],[141.66466,38.88462],[141.66434,38.88437],[141.66448,38.88472],[141.66405,38.88464],[141.66326,38.88532],[141.66309,38.88577],[141.66324,38.88613],[141.66315,38.88627],[141.66344,38.88638],[141.66314,38.88646],[141.6625,38.88708],[141.66265,38.88738],[141.66244,38.88764],[141.66247,38.88853],[141.66352,38.88819],[141.66346,38.88837],[141.66245,38.88857],[141.66296,38.88945],[141.66397,38.88997],[141.66437,38.8899],[141.66443,38.8896],[141.66441,38.88998],[141.66475,38.89044],[141.66505,38.89059],[141.66533,38.89053],[141.66542,38.8903],[141.66619,38.89016],[141.66595,38.88999],[141.66612,38.88967],[141.66667,38.8896],[141.66673,38.88931],[141.66686,38.88936],[141.66683,38.88958],[141.66702,38.88908],[141.6678,38.88915],[141.668,38.88886],[141.66811,38.88898],[141.66828,38.88882],[141.66822,38.88961],[141.6684,38.88942],[141.66861,38.88951],[141.66854,38.88971],[141.6687,38.88969],[141.66822,38.89001],[141.66738,38.89002],[141.66754,38.8902],[141.66782,38.8901],[141.66767,38.8905],[141.66787,38.89093],[141.66721,38.89122],[141.66764,38.89132],[141.66707,38.8918],[141.6676,38.8918],[141.6671,38.89294],[141.66696,38.8929],[141.66712,38.89267],[141.66701,38.89255],[141.66662,38.89297],[141.66652,38.89292],[141.66665,38.89274],[141.6661,38.89289],[141.66604,38.89306],[141.6652,38.89303],[141.6652,38.89279],[141.66475,38.89293],[141.66443,38.89263],[141.66454,38.89232],[141.66436,38.89199],[141.66378,38.89208],[141.66318,38.89254],[141.66319,38.893],[141.66294,38.89331],[141.66295,38.89369],[141.66342,38.89411],[141.66345,38.89433],[141.66386,38.89438],[141.66428,38.89403],[141.66459,38.89411],[141.66451,38.89453],[141.66475,38.89449],[141.66487,38.89481],[141.66461,38.8947],[141.66445,38.89486],[141.66489,38.89501],[141.66466,38.89533],[141.6652,38.89542],[141.66507,38.89599],[141.66493,38.89587],[141.66467,38.8962],[141.664,38.89593],[141.6638,38.89612],[141.66387,38.89629],[141.66408,38.8963],[141.66392,38.89675],[141.66359,38.89669],[141.66339,38.89705],[141.66361,38.89717],[141.66326,38.89732],[141.66236,38.89716],[141.66263,38.89696],[141.66233,38.89681],[141.66245,38.8961],[141.6623,38.89596],[141.66153,38.89592],[141.66135,38.89626],[141.66117,38.89629],[141.66102,38.89606],[141.66067,38.89616],[141.66044,38.89638],[141.66036,38.89691],[141.65964,38.89691],[141.6592,38.89727],[141.6592,38.89795],[141.65847,38.89864],[141.65867,38.89895],[141.65823,38.89859],[141.65768,38.89862],[141.6572,38.89919],[141.65751,38.89948],[141.6571,38.89941],[141.65674,38.89957],[141.65612,38.90024],[141.65601,38.90023],[141.65617,38.90007],[141.65575,38.90015],[141.65541,38.89998],[141.65509,38.90006],[141.65512,38.90019],[141.65464,38.90052],[141.65402,38.90034],[141.65345,38.90074],[141.65345,38.90113],[141.65318,38.90135],[141.65265,38.90122],[141.65252,38.90144],[141.65223,38.90142],[141.65143,38.90182],[141.65242,38.90266],[141.65152,38.902],[141.65105,38.90267],[141.65115,38.90339],[141.65126,38.90356],[141.65145,38.90351],[141.65126,38.90359],[141.65135,38.90388],[141.65219,38.90388],[141.65264,38.90327],[141.65224,38.9039],[141.65156,38.90414],[141.6518,38.90498],[141.6523,38.90506],[141.65267,38.90538],[141.65295,38.90533],[141.65274,38.90545],[141.65312,38.90547],[141.65289,38.90559],[141.65323,38.90585],[141.65379,38.90587],[141.65389,38.90599],[141.65378,38.90615],[141.6542,38.90623],[141.65483,38.90694],[141.6547,38.90705],[141.65432,38.90686],[141.65442,38.90706],[141.65396,38.90675],[141.65348,38.90687],[141.65334,38.90666],[141.65281,38.90705],[141.65262,38.90684],[141.65222,38.90698],[141.65165,38.90791],[141.65186,38.90842],[141.65239,38.90871],[141.65238,38.90886],[141.65209,38.90869],[141.65185,38.90877],[141.65228,38.90919],[141.65193,38.90925],[141.65148,38.90879],[141.65123,38.90891],[141.65074,38.91036],[141.65083,38.91063],[141.65071,38.91065],[141.65063,38.91038],[141.65079,38.9099],[141.65057,38.90986],[141.65086,38.90894],[141.65003,38.90876],[141.64987,38.90907],[141.64998,38.90877],[141.64966,38.90863],[141.64896,38.90904],[141.64871,38.90938],[141.64865,38.90957],[141.64899,38.90965],[141.649,38.90999],[141.64881,38.91012],[141.64862,38.90991],[141.64836,38.90998],[141.64824,38.91015],[141.64833,38.9103],[141.64808,38.91045],[141.64827,38.91057],[141.64784,38.91067],[141.64804,38.91079],[141.64772,38.91085],[141.64767,38.91124],[141.64752,38.91131],[141.64761,38.91166],[141.64793,38.912],[141.64854,38.91233],[141.64883,38.91176],[141.65033,38.91205],[141.65046,38.91135],[141.65061,38.91138],[141.65026,38.91239],[141.65113,38.91269],[141.65088,38.91271],[141.65096,38.91279],[141.65123,38.91277],[141.65093,38.91298],[141.65102,38.91307],[141.65074,38.91297],[141.65062,38.9132],[141.65057,38.91399],[141.65095,38.91409],[141.65048,38.91418],[141.65061,38.91452],[141.65086,38.91457],[141.65081,38.91472],[141.65042,38.91485],[141.65041,38.91539],[141.65051,38.91557],[141.65139,38.91559],[141.65151,38.91539],[141.65156,38.91553],[141.6522,38.91543],[141.65251,38.91555],[141.6518,38.91572],[141.65212,38.91583],[141.65168,38.91608],[141.6514,38.91562],[141.65086,38.91562],[141.65086,38.91598],[141.65066,38.9161],[141.6505,38.91661],[141.65062,38.91704],[141.65172,38.91814],[141.65292,38.9188],[141.65315,38.9191],[141.65307,38.91923],[141.65187,38.91989],[141.65072,38.91988],[141.64897,38.92048],[141.64871,38.92078],[141.64873,38.92108],[141.6492,38.92134],[141.64926,38.92157],[141.6491,38.92169],[141.64949,38.92203],[141.64943,38.92223],[141.64956,38.92231],[141.64839,38.92221],[141.648,38.92275],[141.64816,38.92293],[141.64796,38.92318],[141.64746,38.92275],[141.64721,38.92296],[141.64681,38.92275],[141.64681,38.92306],[141.64655,38.92278],[141.64648,38.92307],[141.64574,38.92238],[141.64551,38.92295],[141.64566,38.92337],[141.64538,38.92261],[141.64449,38.92272],[141.64461,38.92284],[141.64443,38.92299],[141.64466,38.92318],[141.64444,38.92334],[141.64452,38.92357],[141.64429,38.92369],[141.64424,38.92409],[141.64445,38.92423],[141.64501,38.92413],[141.64515,38.92423],[141.64482,38.92488],[141.6451,38.92508],[141.6449,38.92545],[141.64506,38.92583],[141.64416,38.9262],[141.64418,38.9264],[141.64382,38.92681],[141.64345,38.92675],[141.64343,38.92697],[141.6432,38.9271],[141.6428,38.92717],[141.64272,38.92735],[141.64237,38.92734],[141.64247,38.92777],[141.64288,38.92772],[141.64261,38.92793],[141.64272,38.9281],[141.64194,38.92833],[141.64175,38.92818],[141.64167,38.92844],[141.64151,38.92819],[141.64136,38.9284],[141.64109,38.92763],[141.64116,38.9274],[141.64054,38.92709],[141.6393,38.92687],[141.63925,38.92712],[141.63872,38.92713],[141.63839,38.92737],[141.63789,38.92719],[141.63801,38.92735],[141.63733,38.92766],[141.63726,38.92822],[141.6369,38.92887],[141.63701,38.92909],[141.63726,38.9291],[141.63735,38.9295],[141.63687,38.92939],[141.63675,38.92922],[141.63656,38.92927],[141.6363,38.93026],[141.63615,38.92938],[141.6351,38.92933],[141.63418,38.93009],[141.63443,38.93064],[141.63442,38.93091],[141.63424,38.93089],[141.63442,38.93098],[141.63447,38.9313],[141.63527,38.93144],[141.63649,38.93203],[141.63666,38.93199],[141.63665,38.93212],[141.63768,38.93198],[141.6376,38.93097],[141.63771,38.93097],[141.63776,38.93193],[141.63936,38.93145],[141.63986,38.9317],[141.63982,38.93192],[141.63967,38.93188],[141.63973,38.93199],[141.6395,38.93211],[141.63941,38.93254],[141.64005,38.93302],[141.64097,38.93291],[141.64119,38.93271],[141.64152,38.93291],[141.64185,38.93279],[141.64227,38.93307],[141.64306,38.93304],[141.64256,38.93386],[141.64265,38.93408],[141.64299,38.93412],[141.64308,38.93428],[141.64289,38.93435],[141.64306,38.93475],[141.64344,38.93503],[141.64293,38.93527],[141.64284,38.93569],[141.64236,38.93554],[141.64218,38.93618],[141.64272,38.93699],[141.64321,38.93633],[141.64332,38.93638],[141.64316,38.93651],[141.64352,38.93656],[141.64316,38.93669],[141.64344,38.93682],[141.64319,38.93696],[141.64308,38.93739],[141.64286,38.93724],[141.6426,38.93748],[141.64237,38.93728],[141.64206,38.9375],[141.64208,38.93806],[141.6425,38.93796],[141.64253,38.9381],[141.64218,38.93842],[141.64192,38.93838],[141.64169,38.9387],[141.64224,38.93921],[141.64259,38.9392],[141.64272,38.93894],[141.64297,38.93889],[141.64329,38.93906],[141.64309,38.93919],[141.64318,38.93931],[141.6436,38.9394],[141.64328,38.93948],[141.6433,38.93968],[141.64293,38.94001],[141.64259,38.93999],[141.64257,38.94029],[141.64285,38.94044],[141.64312,38.94016],[141.64298,38.94039],[141.6432,38.94053],[141.64323,38.94077],[141.64381,38.94052],[141.64389,38.94074],[141.6437,38.94107],[141.64412,38.94107],[141.64465,38.94154],[141.64494,38.94132],[141.64516,38.94179],[141.64543,38.94129],[141.64602,38.94174],[141.64618,38.94084],[141.64644,38.94064],[141.6466,38.94074],[141.6467,38.9406],[141.64684,38.9409],[141.6469,38.94072],[141.64676,38.94054],[141.64725,38.94063],[141.64729,38.94077],[141.64752,38.94064],[141.64778,38.94102],[141.64826,38.94133],[141.64809,38.94173],[141.6483,38.9423],[141.64811,38.94269],[141.64731,38.94293],[141.64717,38.94259],[141.64693,38.94254],[141.64663,38.94208],[141.64615,38.94196],[141.64597,38.9421],[141.64613,38.9423],[141.64573,38.94214],[141.64525,38.9424],[141.6452,38.94287],[141.64456,38.94281],[141.64426,38.94241],[141.64351,38.94218],[141.64265,38.9421],[141.64253,38.94227],[141.64201,38.94216],[141.64169,38.94231],[141.64026,38.942],[141.63963,38.94262],[141.64049,38.94326],[141.64089,38.94325],[141.64048,38.94332],[141.6393,38.94271],[141.63883,38.94331],[141.63876,38.94451],[141.639,38.945],[141.63928,38.94505],[141.63954,38.94485],[141.63981,38.94498],[141.64,38.94564],[141.64023,38.94555],[141.64043,38.94583],[141.64043,38.94597],[141.64005,38.94597],[141.64037,38.94625],[141.63997,38.94607],[141.63981,38.94565],[141.63947,38.94584],[141.63933,38.94644],[141.63939,38.94592],[141.63868,38.94562],[141.63809,38.94583],[141.63786,38.94605],[141.63792,38.94622],[141.63767,38.94632],[141.63767,38.94667],[141.6372,38.94681],[141.63758,38.94701],[141.63743,38.94747],[141.63784,38.94775],[141.63789,38.94808],[141.63865,38.94834],[141.63889,38.94822],[141.6389,38.94798],[141.63933,38.94799],[141.63941,38.94829],[141.63897,38.94827],[141.6387,38.94849],[141.63925,38.94851],[141.63895,38.94875],[141.63905,38.94899],[141.63889,38.94908],[141.63925,38.94938],[141.63936,38.94931],[141.63927,38.94918],[141.6394,38.94921],[141.63953,38.949],[141.63963,38.94939],[141.63927,38.94961],[141.63902,38.94946],[141.63887,38.94969],[141.63866,38.9497],[141.63852,38.94929],[141.63771,38.94919],[141.63763,38.9497],[141.63764,38.94923],[141.63738,38.94898],[141.63681,38.94867],[141.63631,38.94877],[141.63587,38.94925],[141.63599,38.94944],[141.63559,38.94983],[141.63557,38.95032],[141.63633,38.95063],[141.63684,38.95054],[141.63718,38.95088],[141.6368,38.95092],[141.63675,38.95133],[141.63615,38.95138],[141.63614,38.95154],[141.63584,38.95159],[141.63603,38.95138],[141.63593,38.95118],[141.63512,38.95128],[141.63447,38.95084],[141.63437,38.9505],[141.63392,38.95058],[141.63321,38.95128],[141.63418,38.95158],[141.63322,38.95143],[141.63314,38.95177],[141.63344,38.95202],[141.63334,38.95242],[141.63302,38.95239],[141.63301,38.95259],[141.63255,38.95272],[141.63261,38.95312],[141.63313,38.9531],[141.63319,38.9533],[141.63264,38.95339],[141.63246,38.95316],[141.63206,38.9533],[141.63189,38.95357],[141.63198,38.95386],[141.63133,38.9543],[141.63147,38.95452],[141.63143,38.95519],[141.63179,38.95544],[141.63173,38.95576],[141.63137,38.95577],[141.63159,38.9561],[141.63137,38.95631],[141.63168,38.95656],[141.6316,38.95672],[141.63176,38.95675],[141.63162,38.95687],[141.6319,38.95695],[141.63173,38.95739],[141.63147,38.95735],[141.63151,38.95777],[141.63168,38.95801],[141.63262,38.95828],[141.6336,38.9582],[141.63424,38.95793],[141.63468,38.9575],[141.63492,38.9569],[141.63571,38.95589],[141.63594,38.9558],[141.63644,38.95598],[141.63693,38.95569],[141.63739,38.95574],[141.63764,38.95533],[141.63805,38.9554],[141.63788,38.95553],[141.63811,38.95542],[141.6383,38.95551],[141.63901,38.95518],[141.6391,38.95567],[141.63953,38.95581],[141.63964,38.95553],[141.64018,38.95546],[141.64029,38.95509],[141.64038,38.95529],[141.64059,38.95528],[141.64048,38.95498],[141.64094,38.95479],[141.64079,38.95456],[141.64091,38.95446],[141.64187,38.95433],[141.64201,38.95455],[141.64163,38.95475],[141.64185,38.95474],[141.64199,38.95494],[141.64228,38.95489],[141.64238,38.95512],[141.64235,38.95479],[141.64284,38.95484],[141.64357,38.95528],[141.64362,38.95554],[141.64389,38.95518],[141.64405,38.95552],[141.64389,38.9557],[141.64399,38.95588],[141.64368,38.95584],[141.64359,38.956],[141.64326,38.95597],[141.64287,38.95561],[141.64295,38.95601],[141.6426,38.95586],[141.64267,38.95616],[141.6417,38.95609],[141.64154,38.95648],[141.64191,38.9566],[141.64151,38.95704],[141.64165,38.95719],[141.64143,38.95743],[141.64174,38.95768],[141.64128,38.95778],[141.64153,38.95811],[141.64156,38.95876],[141.64093,38.95905],[141.64108,38.95929],[141.64076,38.95947],[141.64074,38.95977],[141.64017,38.95978],[141.63964,38.96039],[141.63934,38.96028],[141.63914,38.96041],[141.63918,38.9608],[141.63984,38.96129],[141.63931,38.96149],[141.63924,38.96195],[141.63871,38.96207],[141.63869,38.96225],[141.63834,38.96215],[141.63788,38.96256],[141.6369,38.96266],[141.63707,38.9643],[141.63697,38.96431],[141.63677,38.96289],[141.6347,38.96294],[141.63441,38.96278],[141.63442,38.9625],[141.63401,38.96233],[141.63409,38.96259],[141.63389,38.96226],[141.63342,38.96251],[141.63312,38.96244],[141.63227,38.96309],[141.63201,38.96298],[141.63216,38.96322],[141.6321,38.96366],[141.63238,38.96407],[141.63351,38.96361],[141.63303,38.96384],[141.63326,38.96425],[141.63478,38.96536],[141.63583,38.96457],[141.63454,38.96564],[141.63518,38.96598],[141.63485,38.96622],[141.63509,38.96641],[141.63477,38.96667],[141.63486,38.96686],[141.63466,38.96725],[141.63483,38.96724],[141.63476,38.9676],[141.63576,38.96771],[141.63581,38.96803],[141.63541,38.96816],[141.63463,38.96779],[141.63416,38.96784],[141.63346,38.96851],[141.63346,38.96874],[141.6338,38.96914],[141.63366,38.96939],[141.63327,38.96947],[141.63313,38.96968],[141.63251,38.96963],[141.63205,38.96981],[141.63186,38.97032],[141.6319,38.97071],[141.63156,38.97095],[141.63161,38.97153],[141.63219,38.97211],[141.63285,38.97195],[141.63348,38.9724],[141.63351,38.97263],[141.63313,38.97294],[141.63338,38.97337],[141.63319,38.97332],[141.63315,38.97369],[141.63339,38.97392],[141.6325,38.97457],[141.63056,38.9752],[141.6305,38.97561],[141.63075,38.97589],[141.63048,38.97599],[141.63046,38.9762],[141.63064,38.97645],[141.6299,38.97684],[141.62845,38.97711],[141.62821,38.97778],[141.62768,38.97811],[141.62766,38.97859],[141.62739,38.97877],[141.62727,38.97913],[141.62878,38.97979],[141.62898,38.98015],[141.62851,38.98101],[141.62891,38.98017],[141.62874,38.97982],[141.62748,38.97935],[141.62716,38.98003],[141.62698,38.98],[141.62739,38.98012],[141.62712,38.98071],[141.62732,38.98121],[141.6267,38.98255],[141.62703,38.9817],[141.62621,38.98147],[141.626,38.98185],[141.62544,38.98162],[141.62525,38.9818],[141.62501,38.98306],[141.6258,38.9829],[141.62595,38.98305],[141.62608,38.98338],[141.62577,38.98295],[141.62521,38.9831],[141.62527,38.98326],[141.62507,38.98331],[141.62538,38.98404],[141.6257,38.98418],[141.62524,38.98458],[141.62591,38.98484],[141.62657,38.98537],[141.62553,38.98475],[141.62533,38.98507],[141.62517,38.98501],[141.625,38.98522],[141.62483,38.98567],[141.62569,38.98654],[141.6256,38.98672],[141.62605,38.98732],[141.62654,38.9875],[141.62719,38.98816],[141.62762,38.98811],[141.62783,38.98843],[141.62827,38.98862],[141.62839,38.98837],[141.6288,38.98831],[141.62861,38.9886],[141.62787,38.98898],[141.62821,38.9895],[141.62869,38.98943],[141.62912,38.98962],[141.62853,38.98974],[141.62866,38.98989],[141.62899,38.98986],[141.62867,38.99001],[141.62892,38.99009],[141.62877,38.99013],[141.62882,38.99051],[141.62821,38.99064],[141.62828,38.99085],[141.6285,38.99075],[141.62891,38.99094],[141.6289,38.99109],[141.62846,38.99122],[141.62902,38.99309],[141.62986,38.99358],[141.62893,38.99312],[141.62875,38.99241],[141.62835,38.99248],[141.62809,38.99184],[141.62664,38.99155],[141.62647,38.99086],[141.62542,38.99102],[141.62468,38.99139],[141.62479,38.99143],[141.62458,38.99176],[141.62473,38.99145],[141.62433,38.99129],[141.62383,38.99205],[141.62428,38.99216],[141.6245,38.99187],[141.6243,38.99221],[141.62376,38.99207],[141.6237,38.99198],[141.6234,38.9921],[141.62421,38.99235],[141.62391,38.99302],[141.62292,38.99274],[141.6221,38.99391],[141.6279,38.99504],[141.62812,38.9952],[141.62912,38.9943],[141.62443,38.99887],[141.62516,38.99931],[141.62475,38.99968],[141.6253,39.00003],[141.62781,39.00288],[141.62875,39.00343],[141.62912,39.00347],[141.63005,39.00221],[141.63015,39.00226],[141.62922,39.00364],[141.63271,39.00508],[141.63775,39.0066],[141.64189,39.00712],[141.64441,39.00711],[141.64435,39.00688],[141.64528,39.00671],[141.64548,39.00688],[141.64544,39.00664],[141.64568,39.00665],[141.64581,39.00631],[141.64554,39.0053],[141.6457,39.00573],[141.64832,39.00537],[141.64814,39.00473],[141.64784,39.00452],[141.64819,39.00471],[141.64844,39.00561],[141.64937,39.00544],[141.64843,39.00568],[141.64807,39.00619],[141.64814,39.00652],[141.64844,39.00649],[141.6485,39.00674],[141.64915,39.00663],[141.64906,39.00613],[141.64918,39.00662],[141.64943,39.0066],[141.64934,39.00676],[141.64975,39.00686],[141.65024,39.00676],[141.65084,39.00625],[141.65198,39.00594],[141.65611,39.006],[141.65604,39.00444],[141.65662,39.00402],[141.6561,39.00446],[141.65612,39.00525],[141.65728,39.00522],[141.658,39.00496],[141.65827,39.00539],[141.65903,39.00474],[141.65916,39.0048],[141.6595,39.00421],[141.65926,39.00386],[141.65894,39.00394],[141.65815,39.00342],[141.65749,39.00372],[141.65865,39.0031],[141.65887,39.00262],[141.65868,39.00176],[141.65823,39.00121],[141.65736,39.00086],[141.65737,39.00043],[141.65724,39.00038],[141.65785,39.00022],[141.65878,39.0003],[141.65997,39.00068],[141.66006,39.00094],[141.66017,39.00089],[141.66052,39.00126],[141.66044,39.00149],[141.66061,39.00167],[141.66063,39.00209],[141.66134,39.00228],[141.66141,39.00201],[141.66149,39.00223],[141.66212,39.00231],[141.66228,39.00272],[141.66262,39.00281],[141.66284,39.00331],[141.66279,39.00356],[141.66319,39.00379],[141.66332,39.00415],[141.66455,39.00416],[141.66451,39.00463],[141.66493,39.00518],[141.66599,39.00554],[141.66628,39.00482],[141.66652,39.00467],[141.66713,39.00454],[141.66631,39.00485],[141.66603,39.00553],[141.66666,39.0056],[141.66663,39.00569],[141.66698,39.00575],[141.66687,39.0059],[141.66743,39.00592],[141.66731,39.00574],[141.6688,39.00538],[141.66899,39.00548],[141.66915,39.00529],[141.66969,39.00516],[141.66995,39.00524],[141.67105,39.00481],[141.6732,39.00376],[141.67605,39.00208],[141.67587,39.0018],[141.67791,39.00053],[141.67705,38.9997],[141.67704,38.9992],[141.67709,38.99967],[141.6776,39.00017],[141.67859,38.99954],[141.67825,38.99904],[141.67836,38.99897],[141.67864,38.99953],[141.6793,38.99913],[141.67958,38.9994],[141.67969,38.99934],[141.67957,38.99922],[141.68073,38.99841],[141.68088,38.99855],[141.68138,38.99825],[141.67943,38.99409],[141.67903,38.99407],[141.67889,38.99388],[141.67871,38.99413],[141.67855,38.9937],[141.67795,38.99328],[141.67768,38.99328],[141.67763,38.99351],[141.67741,38.99327],[141.67703,38.99334],[141.67662,38.99316],[141.67539,38.99355],[141.67458,38.99328],[141.6738,38.99341],[141.67358,38.9932],[141.67335,38.99252],[141.67288,38.99235],[141.67284,38.9918],[141.67232,38.99037],[141.67168,38.98955],[141.67123,38.98949],[141.67083,38.98981],[141.67003,38.98908],[141.66946,38.9892],[141.66975,38.99006],[141.66921,38.9902],[141.66881,38.98928],[141.66777,38.98902],[141.66748,38.98796],[141.66705,38.98744],[141.66722,38.98681],[141.6671,38.98672],[141.66828,38.98558],[141.66868,38.98472],[141.66815,38.98431],[141.66835,38.98359],[141.66814,38.98351],[141.66802,38.98299],[141.66718,38.98294],[141.66689,38.98387],[141.6672,38.98263],[141.66642,38.98214],[141.66597,38.98146],[141.66628,38.9816],[141.66646,38.9814],[141.66635,38.98133],[141.66671,38.98132],[141.66814,38.9804],[141.66832,38.97997],[141.66819,38.97973],[141.66854,38.97928],[141.6685,38.97896],[141.66867,38.97888],[141.66873,38.97848],[141.66918,38.97816],[141.66905,38.9777],[141.66878,38.97779],[141.66893,38.9776],[141.66803,38.97716],[141.66789,38.97686],[141.66808,38.97614],[141.66862,38.976],[141.66866,38.97519],[141.66882,38.97556],[141.66931,38.97582],[141.67059,38.97574],[141.67113,38.97521],[141.67171,38.97519],[141.67223,38.97484],[141.6721,38.97477],[141.67219,38.97465],[141.67168,38.97448],[141.67222,38.97462],[141.67239,38.97442],[141.67239,38.97422],[141.67185,38.97362],[141.67192,38.97334],[141.67223,38.97309],[141.67466,38.97246],[141.67629,38.97253],[141.6772,38.97208],[141.67747,38.97168],[141.67766,38.97177],[141.67707,38.97138],[141.67754,38.97165],[141.67783,38.97122],[141.6778,38.97097],[141.67739,38.97094],[141.67684,38.97036],[141.67595,38.97115],[141.67635,38.97061],[141.67699,38.97021],[141.67637,38.9695],[141.67633,38.969],[141.67737,38.96895],[141.67893,38.96936],[141.67989,38.96911],[141.68044,38.9693],[141.68091,38.96926],[141.68107,38.96944],[141.68252,38.96939],[141.68324,38.96918],[141.68482,38.9684],[141.68447,38.96798],[141.68485,38.96837],[141.68539,38.96796],[141.68543,38.96735],[141.68512,38.96693],[141.6845,38.96705],[141.68401,38.96738],[141.68443,38.96702],[141.68528,38.96685],[141.68523,38.96667],[141.68495,38.96661],[141.68485,38.96593],[141.68632,38.9657],[141.68651,38.96547],[141.68624,38.96541],[141.68673,38.96526],[141.68678,38.96544],[141.68713,38.9654],[141.68839,38.96503],[141.68893,38.96457],[141.68916,38.96388],[141.68886,38.96317],[141.68838,38.96297],[141.68837,38.96276],[141.68782,38.96259],[141.68771,38.9623],[141.6875,38.96233],[141.68735,38.96208],[141.68746,38.96194],[141.68809,38.962],[141.68816,38.96095],[141.6877,38.9607],[141.68675,38.96064],[141.68653,38.96045],[141.68674,38.96031],[141.68684,38.96046],[141.68702,38.96032],[141.68771,38.96034],[141.68764,38.9602],[141.68784,38.96012],[141.68779,38.95994],[141.68821,38.95994],[141.68807,38.95986],[141.6883,38.95982],[141.68826,38.95959],[141.68857,38.95904],[141.68798,38.95871],[141.68842,38.95891],[141.68878,38.95888],[141.68901,38.95844],[141.68896,38.95808],[141.68862,38.95746],[141.6881,38.95774],[141.6886,38.95745],[141.68817,38.95702],[141.68679,38.95739],[141.68697,38.95814],[141.68675,38.95747],[141.68651,38.95726],[141.68731,38.95667],[141.68719,38.95655],[141.68732,38.95642],[141.68698,38.95631],[141.68755,38.956],[141.68807,38.95594],[141.68785,38.95612],[141.68803,38.95641],[141.68848,38.95654],[141.68877,38.95609],[141.68925,38.95591],[141.68873,38.95389],[141.68882,38.95388],[141.68898,38.95415],[141.68906,38.95392],[141.68957,38.95596],[141.69019,38.95602],[141.68997,38.95606],[141.68992,38.95689],[141.69115,38.95683],[141.69125,38.957],[141.69121,38.95656],[141.69115,38.95676],[141.69087,38.95588],[141.69053,38.95592],[141.69198,38.95562],[141.69114,38.95226],[141.69082,38.95195],[141.69117,38.95222],[141.6914,38.95313],[141.69254,38.95296],[141.69232,38.95208],[141.69258,38.95204],[141.69249,38.95169],[141.69102,38.95075],[141.69088,38.95089],[141.69002,38.95053],[141.68985,38.95089],[141.69026,38.95155],[141.68979,38.95091],[141.69012,38.95017],[141.68925,38.94994],[141.68903,38.95006],[141.68925,38.94961],[141.68876,38.9493],[141.68895,38.94926],[141.68905,38.94863],[141.68886,38.94847],[141.68907,38.94842],[141.68873,38.94816],[141.6891,38.94806],[141.68915,38.94782],[141.68904,38.94755],[141.68871,38.9475],[141.68926,38.94731],[141.68912,38.94716],[141.68929,38.94713],[141.68927,38.94697],[141.68978,38.94716],[141.69033,38.94712],[141.69017,38.94695],[141.69028,38.94684],[141.6908,38.94692],[141.69051,38.94678],[141.69042,38.94647],[141.69121,38.94663],[141.69132,38.94651],[141.69115,38.9465],[141.69112,38.94633],[141.69129,38.94646],[141.69187,38.94627],[141.69178,38.94616],[141.69202,38.94606],[141.69164,38.94587],[141.69208,38.94584],[141.69221,38.94565],[141.69264,38.94568],[141.69249,38.94573],[141.6927,38.94586],[141.69247,38.94599],[141.69274,38.946],[141.69256,38.9462],[141.69294,38.94654],[141.6937,38.94676],[141.69502,38.94749],[141.69544,38.94755],[141.69604,38.94739],[141.69638,38.94704],[141.69711,38.94672],[141.69696,38.9465],[141.69743,38.94644],[141.69865,38.9452],[141.69878,38.9443],[141.69854,38.94397],[141.69635,38.94344],[141.69681,38.94336],[141.69683,38.94325],[141.69594,38.94305],[141.69656,38.94293],[141.69629,38.9428],[141.69614,38.94248],[141.69673,38.94257],[141.69632,38.94231],[141.6971,38.94226],[141.69729,38.94249],[141.69713,38.94206],[141.69729,38.94196],[141.6963,38.94145],[141.6973,38.94158],[141.69757,38.94148],[141.69773,38.94157],[141.6975,38.94164],[141.69771,38.94168],[141.69807,38.94152],[141.69911,38.94177],[141.69926,38.94196],[141.69996,38.9418],[141.70026,38.94197],[141.70082,38.94177],[141.70122,38.94137],[141.70147,38.94145],[141.70166,38.94112],[141.70168,38.9408],[141.70141,38.9403],[141.70051,38.94006],[141.70019,38.93956],[141.69952,38.93963],[141.69961,38.93951],[141.69931,38.93936],[141.6999,38.93927],[141.69973,38.9392],[141.69982,38.93904],[141.69955,38.93892],[141.6999,38.93892],[141.69991,38.9388],[141.70046,38.93894],[141.7002,38.9387],[141.70242,38.93843],[141.70183,38.93833],[141.70208,38.93817],[141.70391,38.93824],[141.70398,38.93839],[141.7043,38.9384],[141.70336,38.93847],[141.70521,38.9388],[141.70455,38.93889],[141.70539,38.9389],[141.7048,38.93911],[141.70535,38.93922],[141.70516,38.93935],[141.70606,38.93935],[141.70583,38.93943],[141.70609,38.93948],[141.70568,38.93975],[141.70583,38.94022],[141.70687,38.94052],[141.70717,38.94069],[141.7071,38.94083],[141.70741,38.94082],[141.70711,38.94101],[141.707,38.94124],[141.70711,38.94132],[141.70698,38.94138],[141.70584,38.94118],[141.70623,38.94314],[141.70598,38.94226],[141.70478,38.94241],[141.70461,38.94229],[141.70419,38.94317],[141.70375,38.94308],[141.70379,38.94391],[141.70426,38.94499],[141.7064,38.94457],[141.7063,38.94386],[141.70641,38.94361],[141.70639,38.94447],[141.70659,38.94473],[141.70925,38.94532],[141.71013,38.94505],[141.71012,38.94526],[141.71036,38.9452],[141.71009,38.94542],[141.71066,38.94523],[141.71031,38.94558],[141.71047,38.94571],[141.71091,38.94526],[141.71134,38.94523],[141.71182,38.94545],[141.71147,38.94571],[141.7115,38.94591],[141.71395,38.94573],[141.71393,38.94593],[141.71414,38.94595],[141.71407,38.94605],[141.71452,38.9461],[141.71387,38.94626],[141.71468,38.94647],[141.71458,38.94659],[141.71396,38.94652],[141.71398,38.94665],[141.71434,38.94671],[141.71358,38.94703],[141.71374,38.94764],[141.71409,38.9478],[141.71415,38.94748],[141.71478,38.94755],[141.71522,38.94733],[141.71546,38.94755],[141.71591,38.94747],[141.71596,38.94786],[141.71567,38.94801],[141.71468,38.94801],[141.71497,38.94819],[141.71458,38.94813],[141.71472,38.94833],[141.71461,38.94847],[141.71493,38.94857],[141.7144,38.94884],[141.71475,38.94904],[141.71398,38.94918],[141.71359,38.9495],[141.71396,38.95015],[141.71355,38.94961],[141.71236,38.94993],[141.71201,38.95023],[141.71215,38.95066],[141.71313,38.95123],[141.71408,38.95115],[141.71554,38.95181],[141.71638,38.9515],[141.71647,38.9513],[141.71617,38.95112],[141.71643,38.95101],[141.71681,38.95129],[141.71792,38.95143],[141.71747,38.95151],[141.71762,38.95159],[141.71745,38.9517],[141.7175,38.95183],[141.71862,38.95258],[141.72061,38.95263],[141.72123,38.95214],[141.72164,38.95126],[141.72229,38.9508],[141.72247,38.95048],[141.72274,38.95045],[141.72265,38.95027],[141.72294,38.95018],[141.72338,38.95028],[141.72339,38.95039],[141.72311,38.95047],[141.72346,38.95057],[141.72315,38.95057],[141.72322,38.95086],[141.72371,38.95079],[141.72333,38.95097],[141.72397,38.95099],[141.72334,38.95114],[141.72346,38.95172],[141.72419,38.95214],[141.7246,38.95217],[141.72506,38.95177],[141.7252,38.95235],[141.7256,38.95243],[141.72583,38.95216],[141.72576,38.95197],[141.72601,38.952],[141.72629,38.95178],[141.7263,38.95155],[141.72656,38.95141],[141.72763,38.95152],[141.72762,38.95199],[141.72708,38.95206],[141.72787,38.95219],[141.72771,38.95232],[141.72824,38.95214],[141.72842,38.95227],[141.72833,38.95267],[141.72811,38.95286],[141.72713,38.95319],[141.72656,38.95299],[141.72637,38.95309],[141.72651,38.95323],[141.72599,38.95307],[141.72576,38.95328],[141.7259,38.95333],[141.72591,38.95357],[141.72626,38.95357],[141.72592,38.95378],[141.72609,38.95388],[141.72667,38.95367],[141.72685,38.95403],[141.72582,38.95404],[141.72576,38.9544],[141.72665,38.95433],[141.72662,38.95447],[141.72678,38.95448],[141.72664,38.9546],[141.72708,38.9546],[141.72716,38.95477],[141.72746,38.9548],[141.7271,38.95498],[141.72731,38.95494],[141.72742,38.9551],[141.72802,38.95503],[141.72782,38.95531],[141.72785,38.95559],[141.72747,38.95564],[141.72715,38.95547],[141.72714,38.9553],[141.72695,38.95546],[141.72637,38.95534],[141.7264,38.95546],[141.7262,38.95542],[141.72613,38.95565],[141.72589,38.95558],[141.72562,38.95588],[141.72558,38.95556],[141.72529,38.95551],[141.72512,38.95611],[141.72486,38.95598],[141.72485,38.95634],[141.725,38.95647],[141.72428,38.95627],[141.72441,38.95643],[141.72398,38.9564],[141.72353,38.95707],[141.72372,38.95762],[141.72401,38.95755],[141.72429,38.9578],[141.72455,38.95763],[141.72446,38.95728],[141.72458,38.95702],[141.72464,38.95766],[141.72482,38.95767],[141.72417,38.95802],[141.72434,38.95819],[141.72468,38.95813],[141.72466,38.95826],[141.72507,38.95801],[141.72484,38.95828],[141.72476,38.95871],[141.725,38.95866],[141.72437,38.95921],[141.72465,38.95941],[141.72457,38.95962],[141.72343,38.95975],[141.72296,38.96029],[141.72294,38.96071],[141.72339,38.96075],[141.72316,38.96083],[141.72336,38.96084],[141.72316,38.96094],[141.72326,38.96116],[141.72371,38.96112],[141.72345,38.96133],[141.72375,38.96157],[141.72333,38.96162],[141.72323,38.96205],[141.72399,38.96222],[141.72391,38.96246],[141.72404,38.96254],[141.72365,38.96272],[141.72303,38.96274],[141.72319,38.96285],[141.72292,38.96317],[141.72321,38.96345],[141.7229,38.96341],[141.72283,38.96355],[141.72266,38.9633],[141.72268,38.96361],[141.72247,38.96371],[141.72159,38.96373],[141.72169,38.96382],[141.72158,38.96391],[141.72184,38.96412],[141.72135,38.96438],[141.72064,38.96444],[141.72061,38.96456],[141.72092,38.96459],[141.72073,38.9647],[141.71988,38.96478],[141.71991,38.96433],[141.71963,38.9641],[141.71929,38.96449],[141.7189,38.96424],[141.71773,38.96453],[141.71762,38.96473],[141.71794,38.96483],[141.71757,38.96476],[141.71771,38.96497],[141.71759,38.96505],[141.71785,38.96516],[141.71776,38.96532],[141.71801,38.9653],[141.71755,38.96545],[141.71764,38.96565],[141.7171,38.96582],[141.71692,38.96624],[141.71791,38.96646],[141.71738,38.96689],[141.71799,38.96688],[141.71785,38.96705],[141.71822,38.96713],[141.71818,38.96725],[141.7175,38.96725],[141.71685,38.96696],[141.71678,38.96714],[141.71653,38.96717],[141.71673,38.96737],[141.7166,38.96757],[141.71643,38.967],[141.71586,38.9669],[141.71586,38.9667],[141.71556,38.96689],[141.71552,38.96676],[141.71508,38.96676],[141.71501,38.96686],[141.71522,38.96695],[141.71481,38.96711],[141.71491,38.96718],[141.71411,38.96718],[141.71375,38.96765],[141.71395,38.96771],[141.71295,38.96805],[141.71198,38.96789],[141.71166,38.96748],[141.71058,38.96714],[141.7102,38.96735],[141.71046,38.96756],[141.70998,38.9674],[141.70936,38.96757],[141.70906,38.96746],[141.70917,38.96734],[141.70881,38.96734],[141.70885,38.96718],[141.70851,38.96733],[141.70826,38.96724],[141.70816,38.96737],[141.7083,38.96754],[141.70801,38.96765],[141.70758,38.96744],[141.70762,38.96723],[141.70741,38.96696],[141.70659,38.96695],[141.70704,38.96691],[141.70699,38.96556],[141.70551,38.96544],[141.70552,38.9652],[141.70386,38.96514],[141.7038,38.96528],[141.70382,38.96498],[141.70312,38.96506],[141.70205,38.96543],[141.69981,38.96671],[141.6995,38.96709],[141.6985,38.96717],[141.69791,38.96747],[141.69644,38.96993],[141.69619,38.97143],[141.69638,38.97185],[141.69738,38.97207],[141.69765,38.97173],[141.69739,38.97224],[141.69855,38.97243],[141.69825,38.97251],[141.6984,38.97262],[141.69749,38.97255],[141.69744,38.97284],[141.69789,38.9729],[141.69795,38.97317],[141.69758,38.97315],[141.69756,38.97341],[141.69722,38.97351],[141.6972,38.97374],[141.69734,38.97407],[141.69847,38.97421],[141.69804,38.9743],[141.69807,38.97456],[141.69847,38.97458],[141.69861,38.97477],[141.69824,38.97501],[141.6985,38.97536],[141.69833,38.97546],[141.69859,38.97563],[141.69837,38.97571],[141.69827,38.97597],[141.69856,38.9763],[141.69932,38.97661],[141.69987,38.97652],[141.69966,38.9759],[141.70124,38.9756],[141.70087,38.97441],[141.70098,38.97439],[141.70154,38.97616],[141.70072,38.97659],[141.70182,38.97757],[141.70284,38.97781],[141.70352,38.97708],[141.7035,38.97693],[141.70389,38.97672],[141.70388,38.97705],[141.7041,38.9771],[141.7038,38.97719],[141.70391,38.97723],[141.70381,38.97737],[141.70364,38.97741],[141.70381,38.97745],[141.70356,38.97747],[141.70348,38.97779],[141.70365,38.97804],[141.70449,38.9784],[141.70475,38.97826],[141.70471,38.97844],[141.70577,38.97873],[141.70623,38.97851],[141.70624,38.97868],[141.70689,38.97884],[141.70828,38.97818],[141.7086,38.97827],[141.70862,38.97846],[141.70906,38.9783],[141.70882,38.97845],[141.70881,38.97875],[141.70942,38.97849],[141.70906,38.97892],[141.7081,38.97932],[141.70836,38.97948],[141.70865,38.97924],[141.70919,38.97923],[141.70848,38.97945],[141.70857,38.97972],[141.70878,38.97964],[141.70871,38.97983],[141.70894,38.97964],[141.70908,38.97981],[141.70843,38.98002],[141.70824,38.98043],[141.70846,38.98054],[141.70825,38.98063],[141.70855,38.98145],[141.70964,38.98168],[141.71044,38.98228],[141.70966,38.98179],[141.70874,38.98163],[141.70858,38.9822],[141.70837,38.98216],[141.70812,38.98305],[141.70815,38.98329],[141.70905,38.98406],[141.70973,38.9837],[141.70908,38.98409],[141.7096,38.98467],[141.71015,38.98482],[141.71093,38.98471],[141.71087,38.98445],[141.71126,38.98407],[141.71083,38.98372],[141.71129,38.98404],[141.71228,38.98334],[141.71165,38.98281],[141.71144,38.9823],[141.71172,38.98279],[141.71291,38.98376],[141.713,38.98347],[141.71355,38.98347],[141.71397,38.98317],[141.71388,38.98289],[141.71421,38.9827],[141.71401,38.98246],[141.7142,38.98214],[141.7146,38.98172],[141.71524,38.98156],[141.71504,38.98148],[141.71544,38.98114],[141.71594,38.98107],[141.71583,38.98115],[141.71608,38.98123],[141.71584,38.98145],[141.71601,38.98161],[141.71676,38.98152],[141.71688,38.98157],[141.71675,38.98168],[141.71748,38.98188],[141.71684,38.98219],[141.7176,38.98215],[141.71769,38.9823],[141.71727,38.98232],[141.7173,38.98257],[141.71703,38.98247],[141.71672,38.98264],[141.71702,38.98285],[141.71685,38.98293],[141.71686,38.98318],[141.71633,38.98357],[141.71647,38.98383],[141.71688,38.98391],[141.71683,38.98416],[141.71635,38.98404],[141.71609,38.98452],[141.71584,38.98445],[141.71517,38.98497],[141.71467,38.98503],[141.71444,38.98535],[141.71397,38.98538],[141.714,38.98563],[141.71414,38.98564],[141.71365,38.98659],[141.71387,38.98667],[141.71345,38.98704],[141.71383,38.98743],[141.71392,38.98775],[141.71371,38.98797],[141.71383,38.98805],[141.71374,38.98842],[141.71389,38.98885],[141.71422,38.98884],[141.71416,38.98896],[141.71449,38.98923],[141.71416,38.98932],[141.71368,38.98909],[141.71399,38.98936],[141.7136,38.98939],[141.71363,38.98967],[141.71386,38.98971],[141.71375,38.99063],[141.71257,38.99085],[141.71239,38.99125],[141.71265,38.99208],[141.71313,38.99197],[141.71301,38.99224],[141.71329,38.99217],[141.71287,38.99254],[141.71278,38.99249],[141.71294,38.99232],[141.71268,38.99236],[141.71214,38.99293],[141.71104,38.99351],[141.71073,38.99385],[141.71069,38.99482],[141.71101,38.99509],[141.71084,38.99523],[141.71108,38.99522],[141.71087,38.99537],[141.71218,38.99537],[141.71123,38.99543],[141.71125,38.99645],[141.71197,38.99691],[141.7118,38.99707],[141.7126,38.99764],[141.71393,38.99801],[141.71664,38.99803],[141.71661,38.99644],[141.71869,38.9964],[141.71871,38.9969],[141.72009,38.9969],[141.72073,38.99664],[141.72109,38.99597],[141.72136,38.996],[141.72151,38.99511],[141.7192,38.99484],[141.72183,38.9951],[141.72206,38.99479],[141.72196,38.99438],[141.72228,38.99434],[141.72311,38.99292],[141.72324,38.99295],[141.72326,38.99248],[141.72389,38.99168],[141.72386,38.99081],[141.72346,38.98998],[141.7228,38.9896],[141.72239,38.98972],[141.72265,38.98888],[141.72259,38.98831],[141.72283,38.98792],[141.72296,38.9889],[141.72313,38.98861],[141.72333,38.98859],[141.72329,38.98887],[141.72352,38.9889],[141.72397,38.98884],[141.72421,38.98856],[141.72418,38.98911],[141.72491,38.98965],[141.72575,38.9897],[141.72622,38.98957],[141.72654,38.98917],[141.72686,38.98914],[141.72663,38.98939],[141.72675,38.98946],[141.72741,38.98918],[141.72684,38.99011],[141.72708,38.99011],[141.727,38.99046],[141.72712,38.99048],[141.7277,38.99016],[141.72749,38.9903],[141.72767,38.99047],[141.72735,38.99068],[141.72764,38.9909],[141.72757,38.99118],[141.72819,38.99133],[141.72897,38.99109],[141.72872,38.99081],[141.729,38.99046],[141.7292,38.99043],[141.72913,38.99018],[141.72868,38.99012],[141.72821,38.98976],[141.7287,38.98995],[141.72946,38.98906],[141.72835,38.98836],[141.72796,38.98836],[141.72795,38.98823],[141.7284,38.98821],[141.73004,38.98935],[141.73056,38.98938],[141.73069,38.98957],[141.73009,38.98957],[141.73002,38.98972],[141.73038,38.99018],[141.73083,38.99008],[141.73068,38.9903],[141.73168,38.99026],[141.73247,38.9898],[141.73258,38.98955],[141.73233,38.98938],[141.7326,38.98939],[141.73306,38.98853],[141.73267,38.98831],[141.73313,38.9881],[141.73333,38.9881],[141.73356,38.98842],[141.73439,38.98844],[141.73533,38.98787],[141.73553,38.98819],[141.73585,38.98818],[141.73637,38.98848],[141.73648,38.98834],[141.73675,38.98844],[141.73692,38.98832],[141.73687,38.98801],[141.7377,38.98774],[141.73704,38.98806],[141.73709,38.989],[141.7381,38.98901],[141.73916,38.98852],[141.73914,38.98799],[141.73961,38.98821],[141.73998,38.98784],[141.73995,38.9876],[141.74035,38.98761],[141.7403,38.98709],[141.74043,38.98736],[141.7407,38.98733],[141.74074,38.987],[141.74042,38.98647],[141.74123,38.98601],[141.74122,38.98561],[141.7415,38.9855],[141.74193,38.98573],[141.7422,38.98655],[141.74194,38.98698],[141.7424,38.98716],[141.74259,38.98776],[141.74247,38.98797],[141.74269,38.98799],[141.74266,38.98774],[141.74293,38.98765],[141.7431,38.98772],[141.74298,38.98783],[141.74335,38.98781],[141.74334,38.988],[141.74349,38.98799],[141.74336,38.98831],[141.7435,38.98872],[141.74323,38.98935],[141.74347,38.98969],[141.74332,38.98978],[141.74313,38.98962],[141.74309,38.98987],[141.7433,38.99008],[141.74329,38.98994],[141.74419,38.98995],[141.74426,38.99084],[141.74417,38.9911],[141.74392,38.99117],[141.74411,38.9912],[141.74386,38.99136],[141.74391,38.99176],[141.74407,38.99186],[141.74386,38.99188],[141.74391,38.99205],[141.74424,38.99209],[141.74425,38.99228],[141.74383,38.99244],[141.74381,38.99207],[141.74361,38.99205],[141.74353,38.99224],[141.74309,38.99225],[141.74355,38.99234],[141.74328,38.9926],[141.74303,38.99255],[141.74301,38.99241],[141.74287,38.99248],[141.74307,38.99277],[141.74276,38.993],[141.74253,38.9925],[141.74247,38.99376],[141.74192,38.99381],[141.74175,38.99404],[141.74198,38.99407],[141.74212,38.99429],[141.74246,38.99411],[141.74247,38.99432],[141.74167,38.99453],[141.74197,38.99518],[141.7423,38.99546],[141.74277,38.99569],[141.74332,38.99552],[141.74374,38.99577],[141.74414,38.99629],[141.74385,38.99631],[141.744,38.99648],[141.74361,38.99679],[141.74402,38.99688],[141.74357,38.99716],[141.74326,38.99699],[141.74302,38.99722],[141.74304,38.99708],[141.74271,38.99706],[141.74269,38.99684],[141.74203,38.99708],[141.74181,38.99741],[141.74149,38.99743],[141.74144,38.99798],[141.74168,38.99782],[141.74217,38.99797],[141.74241,38.99825],[141.74233,38.99849],[141.7421,38.99851],[141.74229,38.99868],[141.7415,38.99881],[141.74156,38.99894],[141.74191,38.99894],[141.74143,38.99911],[141.74149,38.99937],[141.74036,38.99966],[141.73969,38.99955],[141.73922,38.99976],[141.73872,39.00021],[141.7384,39.0003],[141.73883,39.00093],[141.73837,39.00034],[141.73785,39.00039],[141.7379,39.00054],[141.73753,39.00104],[141.73755,39.0013],[141.73742,39.00131],[141.7376,39.00164],[141.73853,39.00155],[141.73947,39.00089],[141.73857,39.00166],[141.73801,39.00179],[141.73819,39.00263],[141.7384,39.00265],[141.73854,39.0031],[141.73824,39.00344],[141.73838,39.00389],[141.73777,39.00423],[141.7377,39.00494],[141.73741,39.00484],[141.73738,39.00441],[141.73691,39.00445],[141.73648,39.00477],[141.73563,39.00612],[141.73578,39.00669],[141.73538,39.00658],[141.73508,39.007],[141.73503,39.0073],[141.73573,39.00727],[141.73572,39.00756],[141.73536,39.00741],[141.73502,39.00758],[141.73488,39.00741],[141.73464,39.00761],[141.73475,39.00776],[141.73452,39.00777],[141.73444,39.0083],[141.73426,39.008],[141.73423,39.0084],[141.73381,39.00829],[141.73374,39.00893],[141.73358,39.00882],[141.73319,39.00918],[141.73339,39.00931],[141.73323,39.00939],[141.73319,39.00967],[141.73357,39.00987],[141.73348,39.01052],[141.73337,39.01026],[141.73312,39.01033],[141.73314,39.01007],[141.73278,39.01011],[141.73196,39.01064],[141.73192,39.01097],[141.73176,39.01093],[141.73167,39.0116],[141.73148,39.01164],[141.73143,39.01227],[141.73149,39.01277],[141.73183,39.01296],[141.73171,39.0134],[141.73194,39.01368],[141.73171,39.01486],[141.73155,39.01506],[141.7317,39.01529],[141.73133,39.01548],[141.73139,39.01485],[141.73155,39.01476],[141.73144,39.01445],[141.73027,39.01419],[141.72949,39.01426],[141.72885,39.01384],[141.72837,39.01383],[141.72746,39.01442],[141.72719,39.01536],[141.72747,39.01599],[141.72662,39.01572],[141.7262,39.01586],[141.72568,39.01622],[141.72582,39.01638],[141.72542,39.01683],[141.72519,39.01688],[141.72531,39.01708],[141.72509,39.0172],[141.72476,39.01709],[141.72425,39.01783],[141.72389,39.01791],[141.72325,39.01846],[141.7234,39.01887],[141.72307,39.01901],[141.72309,39.01912],[141.72283,39.01897],[141.72256,39.01917],[141.72214,39.01916],[141.72172,39.01898],[141.72131,39.01854],[141.72068,39.01857],[141.72059,39.0183],[141.72005,39.01784],[141.72051,39.01788],[141.72118,39.01765],[141.72144,39.01723],[141.72162,39.0172],[141.72163,39.01699],[141.72198,39.01686],[141.72188,39.01657],[141.72171,39.01657],[141.72174,39.01632],[141.72139,39.01558],[141.72112,39.01554],[141.7213,39.01474],[141.72145,39.01469],[141.72118,39.01428],[141.72133,39.01423],[141.71889,39.01268],[141.72064,39.01426],[141.72079,39.01456],[141.72055,39.01522],[141.7206,39.01583],[141.72048,39.01614],[141.71905,39.01658],[141.71885,39.01687],[141.71826,39.01722],[141.71819,39.01816],[141.71856,39.01916],[141.71828,39.01917],[141.71828,39.01936],[141.71796,39.01926],[141.71761,39.01973],[141.71741,39.01964],[141.71793,39.01908],[141.71742,39.01884],[141.71735,39.01894],[141.71636,39.01829],[141.71622,39.01793],[141.71615,39.01641],[141.71626,39.01528],[141.71574,39.01519],[141.71474,39.01719],[141.71571,39.01965],[141.71627,39.01941],[141.71662,39.01979],[141.71646,39.01983],[141.71652,39.02047],[141.71484,39.02142],[141.7149,39.02156],[141.7148,39.02145],[141.71415,39.02182],[141.7145,39.02158],[141.71411,39.02116],[141.71374,39.02137],[141.71382,39.02147],[141.71274,39.02214],[141.71311,39.02255],[141.71404,39.02217],[141.71255,39.02287],[141.71195,39.02221],[141.71163,39.02235],[141.70994,39.02351],[141.70954,39.02426],[141.70967,39.02429],[141.70969,39.02488],[141.71,39.0257],[141.71149,39.02639],[141.71128,39.02669],[141.71167,39.02719],[141.71261,39.02734],[141.71279,39.02757],[141.71267,39.02786],[141.71292,39.02788],[141.7128,39.02826],[141.71292,39.02838],[141.71351,39.02855],[141.71415,39.02834],[141.71428,39.02875],[141.71458,39.02879],[141.71462,39.02943],[141.71428,39.02969],[141.71466,39.03037],[141.71459,39.03065],[141.71506,39.03102],[141.71574,39.03126],[141.71604,39.03164],[141.7165,39.0317],[141.71666,39.03297],[141.71691,39.03347],[141.71714,39.03357],[141.71712,39.03384],[141.71927,39.03492],[141.72071,39.03588],[141.72096,39.03567],[141.72134,39.03606],[141.72159,39.0359],[141.72152,39.03599],[141.72225,39.03686],[141.7224,39.03734],[141.72287,39.03725],[141.72265,39.0366],[141.72222,39.03602],[141.72269,39.03659],[141.72296,39.03736],[141.7224,39.03738],[141.7229,39.03824],[141.72332,39.03803],[141.72327,39.03793],[141.72337,39.03804],[141.72287,39.03829],[141.72308,39.03863],[141.72336,39.03851],[141.72489,39.04074],[141.72423,39.04544],[141.72367,39.04521],[141.72352,39.04562],[141.7241,39.04574],[141.72421,39.04558],[141.7235,39.0473],[141.72346,39.04762],[141.72385,39.04774],[141.72345,39.04765],[141.72312,39.04836],[141.72268,39.04884],[141.72216,39.05171],[141.72329,39.05186],[141.72335,39.05302],[141.72211,39.05348],[141.72238,39.05447],[141.72281,39.0544],[141.72325,39.05451],[141.72237,39.05451],[141.72253,39.05508],[141.72291,39.05501],[141.72265,39.05508],[141.72271,39.0553],[141.72294,39.05526],[141.72261,39.05535],[141.72273,39.05569],[141.72438,39.05609],[141.72404,39.05508],[141.72352,39.05492],[141.72407,39.05505],[141.72442,39.0561],[141.72468,39.05616],[141.72644,39.06146],[141.7263,39.06151],[141.72627,39.06107],[141.72555,39.06154],[141.72553,39.0617],[141.72616,39.06164],[141.72553,39.06173],[141.72564,39.06223],[141.72533,39.06257],[141.7255,39.06234],[141.7249,39.06259],[141.72513,39.06269],[141.72496,39.06266],[141.72485,39.06285],[141.72492,39.06264],[141.72469,39.06278],[141.72446,39.06269],[141.72365,39.06358],[141.72449,39.06287],[141.72458,39.06294],[141.72248,39.06483],[141.72198,39.0657],[141.72277,39.06635],[141.72511,39.06425],[141.72798,39.06622],[141.72788,39.06632],[141.72842,39.06669],[141.7269,39.06806],[141.7285,39.06973],[141.72863,39.06958],[141.72884,39.06981],[141.72864,39.06991],[141.72905,39.07034],[141.72929,39.07026],[141.72937,39.07035],[141.72924,39.07041],[141.72967,39.07092],[141.73109,39.07018],[141.73112,39.06985],[141.73113,39.07016],[141.73145,39.0702],[141.73156,39.06993],[141.73211,39.06959],[141.73218,39.06898],[141.73246,39.06859],[141.73173,39.0661],[141.73255,39.06857],[141.73316,39.06882],[141.73384,39.06817],[141.73359,39.06796],[141.73323,39.06819],[141.73376,39.06779],[141.73365,39.06792],[141.7339,39.06812],[141.73403,39.06803],[141.73465,39.06858],[141.73487,39.06822],[141.73436,39.06795],[141.73394,39.06745],[141.73427,39.0665],[141.73463,39.06655],[141.73481,39.066],[141.73578,39.06517],[141.7362,39.06503],[141.73606,39.06477],[141.73622,39.06472],[141.73646,39.06513],[141.73783,39.06465],[141.73818,39.06423],[141.73822,39.06364],[141.73785,39.06358],[141.73873,39.06361],[141.73877,39.06347],[141.73838,39.06342],[141.73845,39.06298],[141.7387,39.063],[141.73829,39.06271],[141.73858,39.06263],[141.73788,39.06202],[141.73744,39.06229],[141.73781,39.06233],[141.73631,39.06224],[141.7373,39.06226],[141.73756,39.06201],[141.73598,39.05757],[141.73453,39.05788],[141.73362,39.05536],[141.73495,39.05497],[141.73546,39.05504],[141.7336,39.05404],[141.73333,39.05292],[141.73362,39.05194],[141.73407,39.0514],[141.73412,39.05106],[141.73426,39.05091],[141.73488,39.05087],[141.73554,39.05108],[141.73626,39.05191],[141.73644,39.05249],[141.73699,39.05319],[141.73854,39.05454],[141.73842,39.05462],[141.73871,39.05473],[141.73965,39.0545],[141.73958,39.05439],[141.74004,39.05312],[141.74092,39.05263],[141.74107,39.05269],[141.74087,39.0524],[141.74107,39.0524],[141.74096,39.05163],[141.74123,39.05143],[141.74099,39.05137],[141.74087,39.05095],[141.74069,39.05096],[141.74078,39.05082],[141.74014,39.05031],[141.73804,39.04923],[141.73765,39.04954],[141.73742,39.04953],[141.73594,39.04906],[141.73508,39.05061],[141.73611,39.04866],[141.73603,39.04827],[141.73682,39.04799],[141.73682,39.04773],[141.73701,39.04769],[141.73683,39.04757],[141.73689,39.04745],[141.73592,39.04704],[141.73603,39.04686],[141.73541,39.04652],[141.73499,39.04591],[141.73442,39.04586],[141.73399,39.04603],[141.7337,39.04575],[141.73352,39.04537],[141.73348,39.04466],[141.73375,39.04333],[141.73409,39.04271],[141.73452,39.04285],[141.73463,39.04271],[141.73536,39.04328],[141.73556,39.04371],[141.73546,39.04337],[141.73562,39.04335],[141.73594,39.04276],[141.7362,39.0409],[141.7365,39.04037],[141.73603,39.04013],[141.7359,39.0396],[141.73607,39.04011],[141.73653,39.04034],[141.73752,39.03923],[141.73847,39.03858],[141.7383,39.03841],[141.73849,39.03829],[141.73813,39.03794],[141.73832,39.03782],[141.7382,39.0377],[141.7374,39.03778],[141.73671,39.0382],[141.73663,39.03752],[141.73617,39.03701],[141.73652,39.03732],[141.73729,39.03709],[141.73788,39.03612],[141.73758,39.03609],[141.73721,39.03542],[141.73655,39.03494],[141.73616,39.03484],[141.73551,39.03524],[141.73562,39.03554],[141.73546,39.03524],[141.73421,39.03474],[141.73321,39.03504],[141.73259,39.03494],[141.73155,39.03434],[141.7314,39.03396],[141.73069,39.03318],[141.7307,39.0325],[141.73093,39.03227],[141.73153,39.03239],[141.73196,39.03281],[141.73268,39.03227],[141.73318,39.03247],[141.73372,39.03273],[141.73448,39.03379],[141.73508,39.03365],[141.73471,39.03265],[141.73499,39.03226],[141.73701,39.03245],[141.73759,39.03293],[141.73808,39.03257],[141.73753,39.03205],[141.73685,39.03192],[141.73662,39.03104],[141.73689,39.03189],[141.73749,39.03201],[141.73784,39.03096],[141.73849,39.03072],[141.73815,39.03016],[141.73778,39.02995],[141.73704,39.03001],[141.73579,39.03063],[141.73478,39.03065],[141.73376,39.02959],[141.7332,39.02987],[141.73258,39.02979],[141.73259,39.02893],[141.73192,39.02834],[141.73141,39.0282],[141.72927,39.02825],[141.72885,39.02864],[141.72846,39.02838],[141.72791,39.02846],[141.72789,39.02822],[141.72837,39.02777],[141.72822,39.02747],[141.72858,39.02682],[141.72854,39.02619],[141.72869,39.02616],[141.72891,39.02554],[141.72924,39.02546],[141.72912,39.025],[141.72924,39.02469],[141.72965,39.02481],[141.72982,39.02469],[141.72997,39.02399],[141.73093,39.02388],[141.73141,39.02336],[141.73177,39.02345],[141.73232,39.02322],[141.73279,39.02259],[141.73308,39.02269],[141.73326,39.02229],[141.73311,39.02224],[141.73311,39.02199],[141.73333,39.0221],[141.73322,39.02192],[141.73337,39.02203],[141.73349,39.02193],[141.73345,39.02159],[141.73361,39.0216],[141.73375,39.02215],[141.73358,39.02262],[141.73363,39.02297],[141.73402,39.02297],[141.73406,39.02263],[141.73434,39.02302],[141.7345,39.02295],[141.73466,39.02316],[141.73494,39.02309],[141.73525,39.02284],[141.7355,39.0221],[141.73627,39.02158],[141.7362,39.0221],[141.73576,39.02225],[141.73571,39.02247],[141.73597,39.02294],[141.7363,39.02299],[141.73671,39.02332],[141.73779,39.02299],[141.73819,39.02227],[141.7385,39.02209],[141.73866,39.02217],[141.73861,39.02275],[141.73952,39.02303],[141.74031,39.02293],[141.7406,39.02228],[141.74071,39.0225],[141.7409,39.02237],[141.74104,39.02247],[141.74089,39.02281],[141.74102,39.02303],[141.74146,39.02304],[141.74141,39.02265],[141.74174,39.02284],[141.74176,39.02392],[141.74236,39.02443],[141.7436,39.02468],[141.74407,39.02452],[141.74423,39.02472],[141.74453,39.02459],[141.74464,39.02468],[141.74452,39.02483],[141.74513,39.02489],[141.74556,39.02475],[141.74662,39.02383],[141.74669,39.0234],[141.74729,39.02268],[141.74763,39.02269],[141.74751,39.02208],[141.74779,39.02173],[141.74884,39.02143],[141.74917,39.02074],[141.74891,39.02047],[141.74889,39.02018],[141.74959,39.01969],[141.74986,39.01971],[141.75022,39.01945],[141.75084,39.01951],[141.75083,39.01931],[141.75201,39.01895],[141.75129,39.01923],[141.75132,39.02049],[141.75333,39.02049],[141.75393,39.02009],[141.75367,39.01959],[141.75277,39.01981],[141.75365,39.01955],[141.75369,39.01873],[141.75329,39.01873],[141.75314,39.01859],[141.75423,39.01867],[141.75443,39.01856],[141.75432,39.01893],[141.75458,39.01898],[141.75465,39.01878],[141.75477,39.01901],[141.75492,39.01889],[141.7551,39.0196],[141.75546,39.01938],[141.75547,39.01959],[141.75587,39.01975],[141.7563,39.01939],[141.75632,39.01953],[141.75659,39.0196],[141.7567,39.01936],[141.75732,39.01897],[141.75727,39.01922],[141.75772,39.01922],[141.75799,39.01883],[141.75789,39.01862],[141.75805,39.01855],[141.75828,39.01764],[141.75839,39.01801],[141.75854,39.01777],[141.75864,39.01792],[141.75877,39.01759],[141.75916,39.01819],[141.759,39.01863],[141.7591,39.01889],[141.75963,39.01903],[141.75988,39.01884],[141.76052,39.01878],[141.76144,39.01927],[141.76092,39.0191],[141.75994,39.01954],[141.76,39.01986],[141.75989,39.0199],[141.76007,39.02006],[141.76087,39.02036],[141.76118,39.02034],[141.76116,39.02007],[141.76143,39.02004],[141.76153,39.02011],[141.76135,39.02033],[141.76178,39.0206],[141.76255,39.02014],[141.76287,39.02037],[141.76289,39.02059],[141.76315,39.02064],[141.76303,39.02099],[141.76328,39.02113],[141.76299,39.02123],[141.76349,39.02165],[141.76331,39.0218],[141.76384,39.02194],[141.76358,39.02223],[141.76409,39.02244],[141.76398,39.02286],[141.76416,39.02309],[141.76369,39.02336],[141.76351,39.02305],[141.76281,39.023],[141.7626,39.02314],[141.76256,39.0234],[141.76209,39.02345],[141.76198,39.02436],[141.76245,39.02485],[141.76284,39.02503],[141.76323,39.02504],[141.76354,39.02485],[141.76351,39.02511],[141.76406,39.02515],[141.76412,39.02593],[141.76434,39.02592],[141.76445,39.02618],[141.76421,39.02612],[141.7643,39.02622],[141.76413,39.02626],[141.76424,39.02663],[141.76459,39.02669],[141.76483,39.0264],[141.76527,39.02659],[141.76488,39.02668],[141.76514,39.02678],[141.76492,39.02696],[141.76525,39.02694],[141.76533,39.02716],[141.76467,39.02763],[141.76447,39.02842],[141.76472,39.02877],[141.76619,39.02873],[141.76588,39.02932],[141.76586,39.02972],[141.76541,39.03005],[141.76573,39.03054],[141.76616,39.03056],[141.76606,39.03082],[141.76643,39.03094],[141.76631,39.03099],[141.76651,39.0311],[141.76623,39.03137],[141.76642,39.0316],[141.76707,39.03161],[141.76709,39.03105],[141.76746,39.0307],[141.76762,39.03073],[141.76764,39.03051],[141.76795,39.03049],[141.76836,39.03071],[141.76835,39.03092],[141.76798,39.03102],[141.76811,39.03117],[141.7678,39.03127],[141.76772,39.03183],[141.76792,39.03197],[141.76763,39.0323],[141.76778,39.03251],[141.76763,39.03257],[141.76799,39.03275],[141.76783,39.03297],[141.76802,39.03299],[141.76798,39.03318],[141.76818,39.03304],[141.7681,39.03351],[141.76842,39.03341],[141.76956,39.03364],[141.76867,39.03359],[141.76855,39.03389],[141.76823,39.0341],[141.76817,39.03418],[141.76878,39.03453],[141.76898,39.03435],[141.76875,39.03461],[141.7697,39.03491],[141.77066,39.03438],[141.7707,39.03417],[141.7712,39.03406],[141.77134,39.03376],[141.77107,39.03355],[141.77116,39.03334],[141.77135,39.03329],[141.77152,39.03348],[141.77243,39.03311],[141.7725,39.03232],[141.77313,39.03186],[141.77356,39.03185],[141.7744,39.03148],[141.77519,39.03078],[141.77479,39.03025],[141.7744,39.03052],[141.77417,39.0305],[141.77501,39.03004],[141.77523,39.03009],[141.77545,39.02976],[141.77568,39.02992],[141.77644,39.02946],[141.77658,39.02952],[141.77662,39.02922],[141.77687,39.02918],[141.77688,39.02885],[141.7771,39.02882],[141.77719,39.02848],[141.7774,39.02876],[141.77748,39.02866],[141.77775,39.02885],[141.77806,39.02866],[141.77825,39.02872],[141.77851,39.02847],[141.77872,39.02854],[141.77949,39.02791],[141.77954,39.02807],[141.78039,39.028],[141.78058,39.02762],[141.77991,39.02756],[141.78064,39.0275],[141.7807,39.02724],[141.78077,39.02792],[141.78097,39.02761],[141.78095,39.02821],[141.78118,39.02798],[141.7811,39.02829],[141.78147,39.0282],[141.78148,39.02808],[141.78176,39.02822],[141.78183,39.02804],[141.78197,39.02815],[141.78202,39.02738],[141.78229,39.0273],[141.78235,39.02786],[141.7825,39.0278],[141.78266,39.02802],[141.78284,39.0279],[141.78296,39.02808],[141.78312,39.02792],[141.78314,39.02817],[141.78299,39.02822],[141.78319,39.02843],[141.78327,39.02801],[141.78349,39.02809],[141.78348,39.02838],[141.78354,39.02819],[141.7839,39.0283],[141.78371,39.02877],[141.78348,39.02857],[141.78366,39.02926],[141.78344,39.0287],[141.78305,39.02856],[141.78295,39.02924],[141.78313,39.02942],[141.78332,39.02929],[141.78348,39.02938],[141.78326,39.02986],[141.78283,39.02984],[141.78278,39.03001],[141.78301,39.03002],[141.78303,39.03018],[141.78287,39.0302],[141.78298,39.03032],[141.78357,39.0304],[141.78354,39.0306],[141.78335,39.03063],[141.78404,39.03138],[141.78383,39.03154],[141.78397,39.03173],[141.78384,39.03188],[141.78399,39.03198],[141.78414,39.03184],[141.78399,39.0321],[141.78412,39.03244],[141.78433,39.0325],[141.78444,39.03233],[141.78462,39.03268],[141.78505,39.03248],[141.78473,39.0327],[141.78478,39.03284],[141.78556,39.03313],[141.78573,39.03284],[141.78588,39.03306],[141.78604,39.03297],[141.78637,39.03318],[141.78636,39.03289],[141.78655,39.03315],[141.78663,39.03268],[141.78679,39.03268],[141.78668,39.03292],[141.78707,39.03324],[141.78712,39.03367],[141.78725,39.03374],[141.78724,39.03351],[141.78736,39.03348],[141.78745,39.03423],[141.78768,39.03418],[141.78821,39.03445],[141.78845,39.03429],[141.78886,39.03442],[141.78951,39.03425],[141.78938,39.03366],[141.78954,39.03322],[141.78982,39.03312],[141.79013,39.03339],[141.79015,39.03385],[141.79027,39.03391],[141.79032,39.03375],[141.79046,39.03403],[141.79035,39.03466],[141.7907,39.03462],[141.79081,39.03489],[141.79085,39.03526],[141.79049,39.03572],[141.79075,39.03573],[141.79081,39.03592],[141.79111,39.03587],[141.79104,39.03628],[141.79134,39.03653],[141.79109,39.03652],[141.79092,39.03694],[141.79126,39.03736],[141.79119,39.03746],[141.79142,39.03746],[141.79128,39.03768],[141.79159,39.03756],[141.79159,39.03781],[141.79177,39.0378],[141.79152,39.03785],[141.79162,39.0383],[141.79225,39.03852],[141.79246,39.0388],[141.79395,39.03849],[141.79345,39.03861],[141.79442,39.04087],[141.79364,39.04062],[141.79318,39.04114],[141.79434,39.04173],[141.79479,39.04145],[141.79461,39.04121],[141.79539,39.0418],[141.79557,39.04169],[141.79535,39.04131],[141.79554,39.04103],[141.7954,39.04093],[141.79554,39.04088],[141.79559,39.04109],[141.79581,39.04114],[141.79642,39.04041],[141.79654,39.04048],[141.79571,39.04185],[141.79527,39.0421],[141.79608,39.04273],[141.79621,39.04328],[141.79667,39.04325],[141.79659,39.04268],[141.7967,39.04267],[141.79671,39.04315],[141.79762,39.04304],[141.79782,39.04277],[141.79747,39.04261],[141.79697,39.04263],[141.79743,39.04258],[141.79802,39.04167],[141.79818,39.04168],[141.79837,39.04108],[141.79807,39.04046],[141.79817,39.04033],[141.79733,39.03928],[141.79629,39.03958],[141.79784,39.03894],[141.79784,39.03844],[141.79766,39.03817],[141.79702,39.03798],[141.79712,39.03786],[141.79703,39.03764],[141.79616,39.03684],[141.79633,39.03674],[141.79621,39.03607],[141.79583,39.03576],[141.79576,39.03543],[141.79528,39.03512],[141.79555,39.03519],[141.79556,39.03508],[141.79501,39.03476],[141.79575,39.03398],[141.79576,39.03329],[141.79509,39.03304],[141.79518,39.03272],[141.79492,39.03253],[141.79496,39.03237],[141.79484,39.03242],[141.79483,39.03213],[141.79432,39.03196],[141.79458,39.03189],[141.79402,39.03158],[141.79408,39.0314],[141.79436,39.03148],[141.79451,39.03132],[141.79407,39.03127],[141.79438,39.03127],[141.79446,39.03112],[141.7942,39.03088],[141.79455,39.03024],[141.79428,39.03005],[141.79456,39.02963],[141.79447,39.02947],[141.79485,39.02961],[141.79488,39.0299],[141.7955,39.02953],[141.79544,39.02917],[141.79566,39.02909],[141.79537,39.02872],[141.79586,39.02862],[141.79549,39.02827],[141.79576,39.0283],[141.79584,39.02815],[141.79565,39.02755],[141.796,39.0276],[141.79603,39.02738],[141.79617,39.02736],[141.79593,39.02717],[141.79632,39.02719],[141.79644,39.02706],[141.79634,39.027],[141.79649,39.02695],[141.79638,39.02678],[141.79649,39.02667],[141.79614,39.02651],[141.79656,39.02647],[141.79633,39.02613],[141.79646,39.0263],[141.79659,39.02619],[141.79646,39.02606],[141.79697,39.02623],[141.79717,39.02611],[141.79712,39.02593],[141.79687,39.02586],[141.79691,39.02546],[141.79712,39.02548],[141.79709,39.02529],[141.79749,39.02519],[141.79749,39.02496],[141.79777,39.02499],[141.79769,39.02588],[141.79794,39.02571],[141.7978,39.02576],[141.79785,39.02559],[141.79801,39.02566],[141.79795,39.02596],[141.7984,39.02597],[141.7987,39.02575],[141.7985,39.02558],[141.79874,39.02555],[141.79875,39.02537],[141.79905,39.02554],[141.79926,39.02529],[141.79883,39.02499],[141.79899,39.02493],[141.79883,39.02476],[141.79909,39.02464],[141.79919,39.02489],[141.79942,39.02491],[141.79938,39.02467],[141.79974,39.02469],[141.79991,39.02449],[141.8,39.02486],[141.80023,39.0248],[141.80014,39.02425],[141.80026,39.02445],[141.80096,39.02436],[141.80084,39.02455],[141.8012,39.02477],[141.8012,39.02438],[141.80142,39.02437],[141.80131,39.02426],[141.80186,39.02441],[141.80169,39.02467],[141.80208,39.02466],[141.8023,39.02484],[141.80238,39.0255],[141.8021,39.02573],[141.80239,39.02595],[141.8024,39.02619],[141.80301,39.0264],[141.80317,39.02621],[141.80376,39.02618],[141.80357,39.02592],[141.80389,39.02565],[141.80435,39.02567],[141.80413,39.02632],[141.80472,39.02654],[141.80507,39.02705],[141.80566,39.02712],[141.80615,39.0268],[141.80621,39.02658],[141.80598,39.02643],[141.8063,39.02633],[141.80644,39.0265],[141.8068,39.02644],[141.80769,39.0261],[141.80784,39.02588],[141.80796,39.02612],[141.80825,39.02592],[141.80844,39.0263],[141.80874,39.02646],[141.80987,39.02649],[141.80996,39.02628],[141.81027,39.02631],[141.81184,39.02538],[141.81225,39.02503],[141.81215,39.02486],[141.81261,39.02493],[141.81255,39.02471],[141.81274,39.02465],[141.81264,39.02428],[141.81359,39.02446],[141.81349,39.02405],[141.81364,39.02389],[141.81398,39.02387],[141.81433,39.02418],[141.81444,39.02411],[141.81431,39.02385],[141.81485,39.02398],[141.81498,39.0245],[141.81521,39.02433],[141.81522,39.02381],[141.81534,39.02371],[141.81545,39.02394],[141.81586,39.02393],[141.81555,39.02435],[141.81592,39.02431],[141.81613,39.02407],[141.81638,39.0241],[141.81635,39.02458],[141.81616,39.02487],[141.81688,39.02489],[141.81709,39.02476],[141.81726,39.02424],[141.81728,39.02371],[141.817,39.0234],[141.81702,39.0232],[141.81789,39.02258],[141.81795,39.02328],[141.81811,39.0234],[141.81815,39.02264],[141.81837,39.02249],[141.8185,39.02254],[141.81851,39.02315],[141.81876,39.02332],[141.81946,39.02335],[141.81963,39.02363],[141.81932,39.02383],[141.81986,39.02407],[141.82002,39.02441],[141.82009,39.02428],[141.82035,39.02429],[141.82047,39.02445],[141.82058,39.0241],[141.82109,39.02411],[141.82095,39.02452],[141.82155,39.02486],[141.82113,39.02497],[141.82133,39.02511],[141.82177,39.02501],[141.82174,39.02522],[141.82155,39.02521],[141.82162,39.02535],[141.82131,39.0255],[141.8217,39.02594],[141.82205,39.026],[141.82258,39.02573],[141.82371,39.02626],[141.8242,39.02611],[141.8242,39.02626],[141.824,39.02633],[141.8246,39.02669],[141.82474,39.02709],[141.82503,39.02722],[141.82547,39.02702],[141.82549,39.02685],[141.82583,39.02687],[141.82599,39.02664],[141.82644,39.02669],[141.82621,39.02645],[141.82665,39.02662],[141.82657,39.02643],[141.82692,39.02647],[141.82688,39.02631],[141.82715,39.02624],[141.82712,39.02596],[141.82762,39.02575],[141.82813,39.02591],[141.82841,39.02619],[141.82818,39.02569],[141.82843,39.02537],[141.82996,39.02568],[141.8297,39.02519],[141.83027,39.02557],[141.83034,39.02528],[141.83018,39.0252],[141.83037,39.02513],[141.83083,39.02508],[141.83117,39.02538],[141.83153,39.02542],[141.83128,39.02487],[141.83205,39.02515],[141.83233,39.02508],[141.83237,39.0249],[141.83273,39.02525],[141.83334,39.025],[141.83423,39.02515],[141.83474,39.02512],[141.83492,39.02494],[141.83539,39.02513],[141.83614,39.02483],[141.83605,39.0246],[141.83731,39.02495],[141.83805,39.02497],[141.83872,39.02527],[141.83862,39.02548],[141.83812,39.02564],[141.8383,39.02579],[141.83829,39.02601],[141.83886,39.02623],[141.83959,39.02607],[141.83952,39.0259],[141.8398,39.02579],[141.84011,39.02594],[141.83996,39.02579],[141.84068,39.02588],[141.84072,39.02575],[141.84051,39.02564],[141.84074,39.02562],[141.84046,39.02537],[141.84125,39.02526],[141.84155,39.02538],[141.84135,39.02549],[141.84186,39.02562],[141.84164,39.02579],[141.84188,39.02605],[141.84171,39.02622],[141.84191,39.0266],[141.84215,39.02654],[141.84231,39.02667],[141.84313,39.02667],[141.84303,39.02656],[141.84332,39.02669],[141.84333,39.02657],[141.84353,39.02659],[141.8434,39.02649],[141.84371,39.02648],[141.84335,39.02619],[141.8438,39.02603],[141.84445,39.0263],[141.84487,39.02613],[141.84728,39.02617],[141.848,39.02651],[141.84809,39.02676],[141.84868,39.02667],[141.84977,39.02727],[141.8498,39.02742],[141.8502,39.02753],[141.8493,39.02759],[141.84999,39.02801],[141.84921,39.02837],[141.84939,39.02859],[141.84977,39.02863],[141.85005,39.02844],[141.85061,39.02839],[141.85143,39.02894],[141.85189,39.02867],[141.85237,39.02908],[141.85271,39.02894],[141.85255,39.02878],[141.85266,39.02871],[141.85309,39.02912],[141.85328,39.02912],[141.85325,39.02932],[141.85211,39.02994],[141.85175,39.02953],[141.85128,39.02966],[141.85138,39.02977],[141.85113,39.02981],[141.85148,39.03008],[141.8511,39.03013],[141.85171,39.03045],[141.85046,39.03043],[141.85001,39.03085],[141.85022,39.03105],[141.84981,39.03114],[141.84993,39.03133],[141.85124,39.03163],[141.85155,39.03204],[141.85109,39.03209],[141.85084,39.03191],[141.85023,39.0319],[141.85013,39.03227],[141.85109,39.03263],[141.85091,39.03277],[141.85038,39.03254],[141.85024,39.03299],[141.8508,39.03307],[141.85093,39.0333],[141.85079,39.03344],[141.84996,39.03347],[141.84981,39.03363],[141.85019,39.03369],[141.84987,39.03376],[141.84991,39.03419],[141.84936,39.03484],[141.84939,39.03509],[141.84907,39.03508],[141.84918,39.03539],[141.84854,39.03549],[141.84844,39.03564],[141.84846,39.03583],[141.84893,39.03581],[141.84908,39.03608],[141.84989,39.03627],[141.84971,39.03677],[141.84996,39.03685],[141.84859,39.03767],[141.84829,39.03754],[141.84832,39.03771],[141.84731,39.03807],[141.84711,39.03855],[141.84689,39.03824],[141.84656,39.03855],[141.84632,39.03847],[141.84617,39.03873],[141.84575,39.03813],[141.84576,39.03858],[141.8455,39.03824],[141.84525,39.03844],[141.84488,39.03829],[141.84461,39.03854],[141.84516,39.03888],[141.84526,39.03922],[141.84416,39.039],[141.84493,39.03943],[141.84473,39.03956],[141.84498,39.03982],[141.84414,39.03983],[141.84337,39.03921],[141.84325,39.03936],[141.84361,39.03961],[141.84385,39.0404],[141.84308,39.03964],[141.84283,39.03982],[141.84302,39.04038],[141.84284,39.04049],[141.84273,39.04034],[141.84267,39.04069],[141.84226,39.04063],[141.84187,39.03998],[141.84176,39.0403],[141.8404,39.04012],[141.84045,39.04036],[141.8399,39.04044],[141.83973,39.04032],[141.83959,39.04042],[141.83987,39.04064],[141.83971,39.04071],[141.83986,39.04083],[141.83927,39.04078],[141.83985,39.04098],[141.83964,39.04113],[141.8399,39.04127],[141.83954,39.04139],[141.83968,39.04151],[141.83936,39.04156],[141.83772,39.04111],[141.83842,39.04165],[141.83772,39.04157],[141.83751,39.04195],[141.83768,39.04221],[141.83747,39.04231],[141.83721,39.04183],[141.83744,39.04156],[141.83719,39.04155],[141.83656,39.04201],[141.8367,39.04206],[141.83662,39.04224],[141.83595,39.04212],[141.83612,39.04236],[141.83533,39.04292],[141.83451,39.04278],[141.83364,39.04244],[141.83358,39.04226],[141.83317,39.0422],[141.83306,39.04234],[141.83316,39.04259],[141.83371,39.04322],[141.83358,39.0434],[141.83264,39.04335],[141.83238,39.04353],[141.83205,39.04338],[141.83219,39.0437],[141.8317,39.04416],[141.83147,39.04415],[141.83138,39.04393],[141.83122,39.04422],[141.83109,39.04411],[141.83084,39.04432],[141.83063,39.04421],[141.82946,39.04483],[141.82887,39.04492],[141.8289,39.04479],[141.82864,39.04487],[141.82786,39.04452],[141.82759,39.04454],[141.82742,39.04473],[141.828,39.04504],[141.82752,39.04505],[141.82699,39.04485],[141.82691,39.04506],[141.82659,39.04499],[141.82622,39.04526],[141.82626,39.04548],[141.82661,39.04542],[141.82716,39.0458],[141.82648,39.04587],[141.82638,39.04563],[141.82606,39.04559],[141.82493,39.04597],[141.82483,39.04621],[141.82465,39.04618],[141.82445,39.04585],[141.82448,39.04625],[141.8239,39.04616],[141.82309,39.04664],[141.82307,39.04682],[141.82348,39.04688],[141.82369,39.04728],[141.82209,39.04733],[141.82133,39.04775],[141.82114,39.04765],[141.82014,39.04849],[141.82009,39.0489],[141.81985,39.04878],[141.81933,39.04916],[141.81909,39.04907],[141.81887,39.0492],[141.81857,39.04905],[141.81796,39.04925],[141.81742,39.04987],[141.81819,39.05021],[141.818,39.05077],[141.81862,39.05209],[141.81804,39.05127],[141.81792,39.05077],[141.81804,39.05034],[141.81747,39.05007],[141.81719,39.05047],[141.81736,39.05053],[141.81712,39.05094],[141.81689,39.05086],[141.81631,39.05199],[141.81714,39.0524],[141.81767,39.05186],[141.81699,39.0527],[141.81752,39.05334],[141.81747,39.05364],[141.8177,39.05372],[141.81766,39.05409],[141.81721,39.05417],[141.81741,39.05494],[141.8173,39.05496],[141.81713,39.05428],[141.81616,39.05441],[141.81634,39.05497],[141.81619,39.05477],[141.81536,39.05503],[141.81552,39.05547],[141.81525,39.05505],[141.81458,39.05508],[141.81428,39.05494],[141.81414,39.05597],[141.81428,39.05601],[141.81408,39.05601],[141.81403,39.05722],[141.81452,39.0583],[141.81501,39.05894],[141.8155,39.0592],[141.81619,39.05901],[141.81624,39.05914],[141.81668,39.05916],[141.81679,39.05898],[141.81722,39.05889],[141.81699,39.05913],[141.81737,39.0593],[141.81754,39.05901],[141.81769,39.05905],[141.81767,39.05922],[141.81817,39.05928],[141.81853,39.059],[141.81838,39.05936],[141.81878,39.05889],[141.81886,39.059],[141.81905,39.05885],[141.8192,39.05891],[141.81917,39.05915],[141.81889,39.0594],[141.81921,39.05969],[141.8194,39.05953],[141.8196,39.05961],[141.81978,39.05933],[141.81996,39.05947],[141.82033,39.05941],[141.82091,39.05902],[141.82159,39.05909],[141.8218,39.05898],[141.82204,39.05902],[141.8221,39.0592],[141.8224,39.05912],[141.82296,39.05818],[141.82348,39.05796],[141.82353,39.05814],[141.82365,39.0579],[141.8247,39.05832],[141.82482,39.05866],[141.82515,39.05871],[141.82513,39.05856],[141.82535,39.05859],[141.82568,39.05837],[141.82573,39.05865],[141.82553,39.05897],[141.82581,39.05882],[141.82602,39.05913],[141.82594,39.05932],[141.82619,39.05923],[141.82629,39.05958],[141.82664,39.05976],[141.82688,39.05969],[141.82681,39.05954],[141.82699,39.05955],[141.82713,39.0591],[141.82735,39.0591],[141.82729,39.0588],[141.82759,39.05867],[141.82764,39.05891],[141.82775,39.05871],[141.82809,39.05864],[141.82809,39.05904],[141.82862,39.05841],[141.8291,39.05862],[141.82905,39.05839],[141.82938,39.0584],[141.82936,39.05825],[141.83015,39.05882],[141.83049,39.05883],[141.83093,39.05873],[141.8308,39.05847],[141.83119,39.05833],[141.83139,39.05855],[141.83117,39.0591],[141.83162,39.05929],[141.83188,39.05918],[141.83244,39.05944],[141.83347,39.05936],[141.83404,39.05973],[141.83397,39.06022],[141.83421,39.06048],[141.83463,39.06054],[141.83473,39.06026],[141.83502,39.06039],[141.83475,39.06011],[141.83506,39.06005],[141.83595,39.06045],[141.83611,39.0603],[141.8363,39.06042],[141.83711,39.06035],[141.83807,39.06074],[141.83818,39.06103],[141.83839,39.06097],[141.83842,39.06071],[141.83892,39.06082],[141.83881,39.06052],[141.83946,39.06077],[141.83938,39.06034],[141.84045,39.06045],[141.84075,39.06014],[141.84161,39.06009],[141.84143,39.05988],[141.84163,39.05969],[141.8419,39.05978],[141.84202,39.05959],[141.84256,39.05948],[141.84275,39.05962],[141.84301,39.05949],[141.84347,39.05974],[141.84455,39.05968],[141.84487,39.05984],[141.84563,39.05981],[141.84576,39.05963],[141.84613,39.05991],[141.84604,39.05937],[141.84641,39.05976],[141.84631,39.05927],[141.84664,39.05907],[141.84688,39.05938],[141.84695,39.05919],[141.84722,39.05936],[141.84745,39.05927],[141.84718,39.05906],[141.84719,39.05877],[141.84762,39.05877],[141.84789,39.05914],[141.84815,39.05897],[141.8481,39.05858],[141.84834,39.05871],[141.84835,39.05832],[141.84888,39.05851],[141.84892,39.05823],[141.84916,39.05817],[141.84929,39.05842],[141.84942,39.05829],[141.84935,39.05807],[141.84967,39.05783],[141.84998,39.05818],[141.84934,39.05867],[141.84932,39.05889],[141.84987,39.05888],[141.85005,39.05871],[141.85036,39.05904],[141.85109,39.05846],[141.85153,39.05871],[141.85176,39.05863],[141.85159,39.05817],[141.85227,39.05822],[141.85275,39.05843],[141.85276,39.05866],[141.85203,39.05871],[141.85195,39.05892],[141.85259,39.05957],[141.85336,39.05956],[141.85325,39.05937],[141.85338,39.05903],[141.85381,39.05943],[141.85387,39.05992],[141.85412,39.0599],[141.85404,39.06018],[141.85419,39.06021],[141.85435,39.06019],[141.85445,39.0599],[141.85484,39.06001],[141.85496,39.05974],[141.85524,39.06002],[141.85543,39.05997],[141.85534,39.05967],[141.85555,39.05952],[141.85585,39.05985],[141.8558,39.06011],[141.85531,39.06021],[141.8554,39.06032],[141.85505,39.06012],[141.85491,39.06038],[141.85536,39.06087],[141.85586,39.06104],[141.85646,39.06097],[141.85645,39.06121],[141.85665,39.06134],[141.85779,39.06143],[141.85912,39.06182],[141.85946,39.06167],[141.85938,39.06132],[141.85967,39.06147],[141.85972,39.06133],[141.85934,39.06099],[141.85953,39.06081],[141.85934,39.06079],[141.8598,39.06054],[141.85968,39.06038],[141.86016,39.05986],[141.86125,39.06032],[141.86145,39.06063],[141.86126,39.06051],[141.86154,39.06145],[141.86173,39.06133],[141.86177,39.06149],[141.86191,39.06146],[141.86209,39.06134],[141.86192,39.06124],[141.86202,39.06116],[141.86245,39.06129],[141.86218,39.06066],[141.86238,39.06052],[141.86276,39.0605],[141.86287,39.06069],[141.8632,39.06056],[141.8636,39.06108],[141.86352,39.06061],[141.86406,39.06065],[141.86423,39.06025],[141.86404,39.06018],[141.86404,39.05977],[141.86364,39.05984],[141.86387,39.05949],[141.86357,39.05901],[141.86445,39.05938],[141.865,39.05947],[141.86512,39.05933],[141.86585,39.05957],[141.86681,39.06026],[141.86706,39.06097],[141.86731,39.06106],[141.86785,39.06093],[141.86775,39.06115],[141.86712,39.06118],[141.86717,39.06128],[141.86689,39.06135],[141.86703,39.06189],[141.86717,39.06171],[141.8674,39.06173],[141.86802,39.06203],[141.86783,39.06232],[141.86878,39.06294],[141.86896,39.06278],[141.86918,39.06329],[141.8703,39.06326],[141.87041,39.06314],[141.8703,39.06286],[141.87109,39.0629],[141.871,39.06268],[141.87122,39.06255],[141.87277,39.06299],[141.87305,39.06341],[141.87463,39.0635],[141.87548,39.06409],[141.8759,39.06468],[141.87588,39.06489],[141.87511,39.06467],[141.8753,39.06507],[141.87475,39.06493],[141.87452,39.06463],[141.87375,39.06458],[141.8736,39.06485],[141.87326,39.06497],[141.87322,39.06538],[141.87284,39.06542],[141.8726,39.06582],[141.87176,39.06571],[141.87152,39.06587],[141.87157,39.06602],[141.87127,39.06613],[141.87173,39.06639],[141.87189,39.0666],[141.87165,39.06665],[141.87224,39.06709],[141.87186,39.06721],[141.87195,39.06738],[141.87229,39.0674],[141.87282,39.068],[141.87238,39.06801],[141.87224,39.0678],[141.8721,39.06823],[141.87223,39.06843],[141.87203,39.06858],[141.87248,39.06855],[141.87284,39.06882],[141.87291,39.0691],[141.87264,39.06916],[141.87229,39.06884],[141.87252,39.0694],[141.87242,39.06947],[141.87226,39.06906],[141.87214,39.06922],[141.87199,39.06908],[141.87206,39.06935],[141.87161,39.06934],[141.87139,39.06918],[141.87133,39.06953],[141.87146,39.06964],[141.87127,39.06969],[141.87137,39.06988],[141.87123,39.07002],[141.87189,39.06999],[141.87127,39.07018],[141.87199,39.07021],[141.87118,39.07029],[141.87137,39.07038],[141.87122,39.07046],[141.87155,39.07066],[141.87168,39.07105],[141.87105,39.07099],[141.87092,39.07073],[141.87066,39.07074],[141.87066,39.07059],[141.87044,39.07066],[141.87011,39.07098],[141.87055,39.07194],[141.86976,39.07187],[141.86984,39.07216],[141.86962,39.07205],[141.86923,39.07222],[141.86856,39.07221],[141.86849,39.07207],[141.86841,39.07224],[141.86821,39.07224],[141.868,39.07188],[141.86792,39.07201],[141.86769,39.07191],[141.8677,39.07155],[141.86735,39.07175],[141.8673,39.07142],[141.86708,39.07153],[141.86688,39.07099],[141.86669,39.07141],[141.86649,39.07112],[141.86625,39.07115],[141.86605,39.07089],[141.86625,39.07067],[141.86599,39.07056],[141.86538,39.07068],[141.86518,39.07101],[141.86489,39.07096],[141.86492,39.07107],[141.86475,39.07093],[141.86455,39.07115],[141.86429,39.07106],[141.8643,39.07138],[141.86454,39.07164],[141.86452,39.07169],[141.86409,39.07154],[141.86355,39.07081],[141.86333,39.07105],[141.86337,39.07138],[141.86286,39.07113],[141.86319,39.07153],[141.86285,39.07155],[141.86259,39.0711],[141.86154,39.07049],[141.86136,39.0707],[141.86169,39.07109],[141.86147,39.07152],[141.86103,39.07141],[141.86014,39.07155],[141.85982,39.07185],[141.85883,39.07116],[141.85871,39.07083],[141.85864,39.07103],[141.85801,39.07098],[141.85784,39.07115],[141.85721,39.07092],[141.85698,39.07101],[141.85689,39.07128],[141.85739,39.07135],[141.85758,39.0716],[141.85761,39.07203],[141.85709,39.07195],[141.85673,39.07153],[141.85583,39.07194],[141.85631,39.07256],[141.85632,39.07286],[141.85648,39.07289],[141.85619,39.07324],[141.85549,39.07301],[141.85569,39.07322],[141.85559,39.0733],[141.85386,39.07336],[141.85381,39.07353],[141.85295,39.07367],[141.85241,39.07345],[141.85139,39.07348],[141.85057,39.07319],[141.85045,39.07302],[141.84991,39.07302],[141.84954,39.07328],[141.84921,39.07321],[141.84884,39.07335],[141.84863,39.07323],[141.84809,39.0737],[141.84779,39.07368],[141.8479,39.07387],[141.84776,39.074],[141.84724,39.07408],[141.84736,39.0742],[141.847,39.07432],[141.84696,39.07456],[141.84643,39.07448],[141.84663,39.07466],[141.84653,39.07489],[141.84574,39.07499],[141.84592,39.07534],[141.84545,39.0755],[141.8452,39.07533],[141.84531,39.07571],[141.84481,39.0759],[141.84506,39.07605],[141.84469,39.076],[141.84465,39.07638],[141.84451,39.07641],[141.84438,39.07627],[141.84433,39.07643],[141.84371,39.0764],[141.84364,39.07607],[141.8432,39.07609],[141.84273,39.07587],[141.84228,39.07624],[141.84154,39.07632],[141.84116,39.076],[141.84119,39.07575],[141.83928,39.07513],[141.84101,39.07564],[141.84122,39.07475],[141.84045,39.07424],[141.84011,39.07418],[141.84,39.0744],[141.83918,39.07417],[141.83894,39.07468],[141.83922,39.07389],[141.83844,39.07374],[141.8379,39.07396],[141.83734,39.07393],[141.83724,39.07419],[141.83678,39.07444],[141.83666,39.0741],[141.83611,39.07397],[141.83624,39.07371],[141.83608,39.07328],[141.8359,39.07313],[141.83518,39.07306],[141.83448,39.07397],[141.83451,39.07423],[141.83474,39.07435],[141.83465,39.07473],[141.83406,39.07502],[141.83383,39.07471],[141.83311,39.07483],[141.83286,39.07503],[141.83252,39.07482],[141.83178,39.07475],[141.83048,39.07533],[141.83005,39.07521],[141.82936,39.07537],[141.82884,39.07517],[141.82865,39.07539],[141.82839,39.07537],[141.82833,39.07522],[141.82821,39.07538],[141.82812,39.0749],[141.82749,39.07484],[141.82724,39.07505],[141.82646,39.07512],[141.82629,39.0751],[141.82625,39.07491],[141.82595,39.07491],[141.8259,39.07465],[141.82533,39.07461],[141.82343,39.07523],[141.82318,39.07544],[141.82326,39.07564],[141.82309,39.07561],[141.82287,39.07597],[141.82334,39.07683],[141.82328,39.07739],[141.82329,39.07683],[141.82301,39.07632],[141.82206,39.07664],[141.82178,39.07648],[141.82147,39.0767],[141.82158,39.07685],[141.82135,39.07694],[141.82144,39.07721],[141.82129,39.07744],[141.82195,39.07779],[141.8227,39.07711],[141.82202,39.07779],[141.82281,39.07863],[141.82387,39.07801],[141.82425,39.07757],[141.82392,39.07804],[141.82215,39.07908],[141.82215,39.07924],[141.82242,39.07925],[141.82206,39.07974],[141.82182,39.07973],[141.82184,39.07995],[141.82204,39.08004],[141.82139,39.08014],[141.82102,39.08053],[141.82094,39.08084],[141.82148,39.08113],[141.82148,39.08129],[141.82087,39.08148],[141.8213,39.08175],[141.82074,39.08183],[141.82071,39.08201],[141.82097,39.08213],[141.82072,39.08217],[141.82091,39.0823],[141.82063,39.08243],[141.82044,39.0829],[141.82087,39.08324],[141.82135,39.08313],[141.82148,39.08328],[141.82202,39.08309],[141.82182,39.08333],[141.82201,39.08357],[141.82251,39.0836],[141.82245,39.08379],[141.82283,39.08377],[141.82306,39.08403],[141.82368,39.08407],[141.82373,39.0843],[141.82347,39.08429],[141.82351,39.08448],[141.82388,39.08469],[141.82336,39.08477],[141.82412,39.08489],[141.82396,39.08514],[141.82422,39.08523],[141.82397,39.0853],[141.8243,39.0854],[141.82412,39.08551],[141.82432,39.08558],[141.82365,39.08584],[141.8243,39.0858],[141.82407,39.08605],[141.8243,39.08621],[141.82351,39.08621],[141.82318,39.08648],[141.82285,39.08637],[141.82253,39.08646],[141.8225,39.08619],[141.82148,39.08593],[141.82137,39.0855],[141.82058,39.08543],[141.81945,39.0859],[141.81902,39.0864],[141.81916,39.08664],[141.81863,39.08656],[141.81837,39.08677],[141.8168,39.08575],[141.81556,39.08572],[141.81438,39.08616],[141.8138,39.0866],[141.81196,39.08908],[141.81197,39.08888],[141.8135,39.08693],[141.81268,39.08639],[141.81225,39.0865],[141.81209,39.08635],[141.81222,39.08651],[141.81155,39.08716],[141.81196,39.08741],[141.81108,39.08825],[141.81134,39.08841],[141.81065,39.08802],[141.81036,39.08834],[141.81042,39.08851],[141.81001,39.08851],[141.80951,39.08888],[141.80886,39.09016],[141.80864,39.09027],[141.80863,39.09211],[141.80958,39.09325],[141.80993,39.09338],[141.81099,39.09318],[141.81134,39.09342],[141.81151,39.09329],[141.81163,39.09343],[141.81245,39.09342],[141.81304,39.09374],[141.81286,39.09387],[141.81298,39.09409],[141.81311,39.09404],[141.81376,39.09445],[141.81491,39.0943],[141.81585,39.09459],[141.81555,39.09471],[141.81531,39.09539],[141.81517,39.09534],[141.81496,39.09564],[141.81517,39.09645],[141.81504,39.09688],[141.81432,39.09706],[141.81408,39.0976],[141.81373,39.09784],[141.81371,39.09811],[141.81317,39.09841],[141.81311,39.09864],[141.81338,39.09877],[141.8133,39.09893],[141.81311,39.09886],[141.81281,39.09914],[141.81232,39.09919],[141.81247,39.09979],[141.8121,39.10005],[141.8128,39.10021],[141.81262,39.10038],[141.81284,39.10046],[141.81276,39.10071],[141.81239,39.10072],[141.81199,39.10113],[141.81162,39.1011],[141.81127,39.10132],[141.81114,39.10123],[141.8107,39.1018],[141.80964,39.10217],[141.80938,39.10271],[141.80958,39.10316],[141.81034,39.10338],[141.8108,39.10379],[141.81192,39.10392],[141.81209,39.1037],[141.81215,39.10392],[141.8125,39.10384],[141.81263,39.10405],[141.81284,39.10399],[141.81299,39.10417],[141.8128,39.10414],[141.81285,39.1043],[141.81336,39.10444],[141.81375,39.1051],[141.8139,39.10512],[141.81398,39.10494],[141.81415,39.10506],[141.81401,39.10599],[141.81447,39.10621],[141.81459,39.10616],[141.81448,39.10601],[141.8147,39.10621],[141.81477,39.10607],[141.81515,39.10601],[141.81501,39.10612],[141.81524,39.10611],[141.81532,39.10628],[141.81509,39.10641],[141.8148,39.10621],[141.81485,39.10645],[141.81439,39.10672],[141.81446,39.10691],[141.81432,39.10704],[141.81454,39.10759],[141.81361,39.1076],[141.81361,39.10774],[141.81347,39.10761],[141.81332,39.10793],[141.81339,39.10767],[141.81285,39.10699],[141.81155,39.10746],[141.81089,39.10835],[141.81139,39.10857],[141.8112,39.10946],[141.81026,39.10939],[141.81034,39.10977],[141.81022,39.11],[141.81096,39.11077],[141.81111,39.11171],[141.81278,39.11318],[141.81503,39.11448],[141.81668,39.11459],[141.81694,39.11435],[141.81734,39.11437],[141.81731,39.11413],[141.81736,39.11431],[141.81966,39.11405],[141.81949,39.1136],[141.8197,39.11404],[141.82078,39.11377],[141.82086,39.11351],[141.82105,39.11354],[141.82093,39.11282],[141.82078,39.11283],[141.821,39.11272],[141.8204,39.11274],[141.82049,39.11249],[141.82036,39.11245],[141.82095,39.11237],[141.82154,39.11269],[141.82216,39.11249],[141.82221,39.11209],[141.82405,39.11191],[141.82442,39.11177],[141.82455,39.11149],[141.82495,39.11125],[141.82545,39.11047],[141.82648,39.11014],[141.82702,39.11018],[141.82806,39.10961],[141.82799,39.1092],[141.82939,39.10922],[141.82999,39.10859],[141.82936,39.10842],[141.82914,39.10824],[141.82972,39.10848],[141.83005,39.10779],[141.82962,39.10729],[141.83018,39.10688],[141.83035,39.10651],[141.83068,39.10655],[141.83101,39.10619],[141.83133,39.10614],[141.83119,39.10591],[141.83157,39.10576],[141.83152,39.10565],[141.83228,39.10582],[141.8331,39.10573],[141.83338,39.10539],[141.83338,39.10508],[141.83318,39.10506],[141.83339,39.10487],[141.83321,39.10485],[141.83315,39.10459],[141.83354,39.10471],[141.83342,39.10459],[141.83358,39.10425],[141.83482,39.10418],[141.83538,39.10427],[141.83552,39.10446],[141.83566,39.10435],[141.83624,39.10454],[141.83622,39.10441],[141.8365,39.1043],[141.8376,39.10438],[141.8379,39.10427],[141.83791,39.10412],[141.83849,39.10399],[141.83877,39.10367],[141.83932,39.10367],[141.83934,39.10349],[141.83977,39.10367],[141.84025,39.10352],[141.84059,39.10371],[141.84083,39.10364],[141.84084,39.10377],[141.84129,39.10355],[141.84216,39.10355],[141.84317,39.10384],[141.84404,39.10364],[141.84428,39.10381],[141.84476,39.10375],[141.84579,39.10403],[141.84585,39.10392],[141.84711,39.10409],[141.84728,39.10426],[141.84756,39.10413],[141.84776,39.10427],[141.84779,39.10414],[141.84805,39.10416],[141.84793,39.10409],[141.84803,39.10403],[141.84867,39.10412],[141.84892,39.10376],[141.84928,39.10381],[141.84924,39.10372],[141.84946,39.1037],[141.84901,39.10354],[141.84939,39.10336],[141.84965,39.10344],[141.84948,39.10361],[141.84971,39.10369],[141.84959,39.10373],[141.84977,39.10397],[141.85045,39.10406],[141.85059,39.10438],[141.8509,39.10427],[141.85123,39.1045],[141.85113,39.10437],[141.85125,39.10428],[141.85144,39.10472],[141.85369,39.10499],[141.85419,39.10484],[141.85429,39.10458],[141.85454,39.10451],[141.8544,39.10445],[141.85479,39.10427],[141.85541,39.10444],[141.85556,39.10469],[141.85605,39.10488],[141.85767,39.10475],[141.85848,39.10412],[141.85896,39.10308],[141.85876,39.10359],[141.8601,39.10399],[141.86069,39.10372],[141.8613,39.10288],[141.8612,39.10241],[141.86025,39.10227],[141.8593,39.10254],[141.85871,39.10243],[141.85928,39.10248],[141.85982,39.10233],[141.86057,39.09941],[141.85999,39.10193],[141.86101,39.10208],[141.86168,39.09943],[141.86214,39.0995],[141.86235,39.09889],[141.86193,39.09796],[141.86106,39.09793],[141.86089,39.09859],[141.85985,39.0989],[141.86079,39.09853],[141.86096,39.09787],[141.86231,39.09793],[141.86215,39.09762],[141.8627,39.09703],[141.86219,39.09632],[141.86247,39.09638],[141.86257,39.09626],[141.86278,39.09658],[141.86404,39.0968],[141.86395,39.09647],[141.86432,39.09679],[141.86465,39.09667],[141.86498,39.09681],[141.86536,39.09665],[141.86556,39.09678],[141.86568,39.09665],[141.86636,39.09695],[141.86638,39.09711],[141.8669,39.09701],[141.86774,39.09746],[141.86778,39.09732],[141.868,39.09733],[141.86791,39.09722],[141.8684,39.0973],[141.86834,39.09704],[141.86909,39.09682],[141.86885,39.09672],[141.86892,39.0966],[141.86944,39.09677],[141.87017,39.0967],[141.87078,39.09631],[141.87073,39.09584],[141.87126,39.09598],[141.87182,39.09589],[141.87219,39.09533],[141.872,39.09516],[141.87206,39.09506],[141.87266,39.09499],[141.87274,39.09491],[141.87255,39.09471],[141.87281,39.09484],[141.87265,39.09464],[141.87346,39.09466],[141.87387,39.09441],[141.87389,39.09413],[141.87373,39.09404],[141.87402,39.09389],[141.87396,39.09353],[141.87435,39.09361],[141.87408,39.09329],[141.87466,39.09338],[141.87434,39.09308],[141.87476,39.09317],[141.87483,39.09347],[141.87534,39.09326],[141.8755,39.09304],[141.87539,39.09289],[141.87551,39.09289],[141.87524,39.09266],[141.87538,39.09235],[141.87588,39.09237],[141.87593,39.09257],[141.87607,39.0924],[141.87621,39.09269],[141.87699,39.09317],[141.87739,39.09325],[141.87782,39.093],[141.87803,39.09264],[141.87787,39.09237],[141.87804,39.09241],[141.87823,39.09181],[141.87811,39.09166],[141.87826,39.09162],[141.87806,39.09163],[141.87794,39.09098],[141.87824,39.09112],[141.8789,39.09037],[141.87868,39.09003],[141.87823,39.08997],[141.87873,39.08981],[141.87865,39.08964],[141.87823,39.08968],[141.87822,39.08953],[141.87878,39.08928],[141.87838,39.08886],[141.8784,39.08869],[141.87869,39.08856],[141.87844,39.08855],[141.87803,39.088],[141.87822,39.08786],[141.87858,39.08805],[141.87855,39.08788],[141.87877,39.08778],[141.87869,39.08759],[141.87852,39.08763],[141.87861,39.08745],[141.87847,39.08727],[141.87869,39.08735],[141.87865,39.08719],[141.87882,39.08722],[141.8789,39.08707],[141.87854,39.08675],[141.87863,39.08648],[141.87838,39.08631],[141.87852,39.08627],[141.87848,39.08601],[141.87876,39.08573],[141.87867,39.08562],[141.87886,39.08524],[141.87963,39.08488],[141.87956,39.08459],[141.87998,39.08437],[141.88052,39.08433],[141.88055,39.08401],[141.8808,39.08393],[141.88095,39.08422],[141.88078,39.0842],[141.88051,39.08471],[141.88107,39.08453],[141.8813,39.08419],[141.88142,39.08442],[141.88169,39.0846],[141.88162,39.08445],[141.8818,39.08451],[141.88216,39.08488],[141.88228,39.08479],[141.88249,39.08499],[141.88235,39.08547],[141.88248,39.08565],[141.88194,39.08592],[141.88244,39.08584],[141.88183,39.08621],[141.88198,39.08633],[141.88193,39.08645],[141.88293,39.08666],[141.88215,39.08732],[141.88272,39.08717],[141.88245,39.08754],[141.88285,39.0876],[141.8827,39.08806],[141.88202,39.0885],[141.88218,39.08908],[141.88306,39.08998],[141.8835,39.09006],[141.88406,39.08987],[141.88466,39.09005],[141.88487,39.08971],[141.88552,39.0896],[141.88545,39.08972],[141.88577,39.08985],[141.88557,39.09001],[141.88561,39.09014],[141.88618,39.09043],[141.88618,39.09058],[141.88658,39.09028],[141.88688,39.09044],[141.8878,39.08995],[141.88789,39.08965],[141.88847,39.08953],[141.88879,39.08928],[141.88951,39.08924],[141.89001,39.08943],[141.88966,39.08964],[141.89025,39.08989],[141.8902,39.09004],[141.88989,39.09003],[141.89027,39.09028],[141.88968,39.0904],[141.8895,39.09071],[141.88966,39.0908],[141.89033,39.09067],[141.89025,39.09086],[141.89061,39.09072],[141.8912,39.0908],[141.89107,39.09096],[141.89044,39.09109],[141.8909,39.09124],[141.89053,39.09141],[141.89086,39.09158],[141.89059,39.0918],[141.89079,39.09185],[141.89052,39.09201],[141.89026,39.09277],[141.89052,39.09308],[141.89127,39.09288],[141.89169,39.09321],[141.89166,39.0934],[141.8923,39.0935],[141.89157,39.09378],[141.89162,39.09409],[141.89185,39.0942],[141.89169,39.0943],[141.89184,39.09462],[141.89153,39.09475],[141.89173,39.09492],[141.892,39.09602],[141.89248,39.09643],[141.893,39.09628],[141.893,39.09643],[141.89321,39.09638],[141.89328,39.09655],[141.89469,39.09669],[141.89485,39.09657],[141.89532,39.09677],[141.89545,39.09668],[141.89547,39.09681],[141.89625,39.09646],[141.89642,39.09669],[141.89665,39.09658],[141.89674,39.09688],[141.89728,39.09698],[141.89708,39.09728],[141.89723,39.09739],[141.89746,39.09739],[141.89763,39.09719],[141.89791,39.09729],[141.89804,39.09695],[141.89834,39.09714],[141.8981,39.09731],[141.89829,39.09747],[141.89897,39.09727],[141.89916,39.09765],[141.89879,39.09781],[141.89885,39.09796],[141.89914,39.09789],[141.89895,39.09809],[141.89947,39.09863],[141.90006,39.09849],[141.9004,39.09867],[141.90043,39.09855],[141.90123,39.09844],[141.9011,39.09853],[141.90132,39.09865],[141.90126,39.0989],[141.90145,39.09909],[141.90129,39.09918],[141.90128,39.09946],[141.90153,39.09976],[141.90178,39.09976],[141.90154,39.09998],[141.90165,39.10059],[141.90195,39.10089],[141.90264,39.10105],[141.90243,39.10115],[141.90334,39.10103],[141.9033,39.10126],[141.90372,39.10152],[141.90376,39.10134],[141.90417,39.10135],[141.90409,39.10144],[141.90445,39.10174],[141.90494,39.10161],[141.905,39.10136],[141.9054,39.10172],[141.90568,39.10164],[141.90625,39.10187],[141.90644,39.10219],[141.90682,39.10199],[141.90758,39.10215],[141.90763,39.10232],[141.90716,39.10263],[141.90813,39.10316],[141.90897,39.10279],[141.90953,39.10294],[141.91048,39.10291],[141.9107,39.10316],[141.91058,39.10324],[141.91083,39.10335],[141.91102,39.10322],[141.91146,39.10328],[141.91125,39.10356],[141.91165,39.10361],[141.912,39.10387],[141.91194,39.10402],[141.91249,39.104],[141.91298,39.10434],[141.91296,39.10462],[141.91265,39.10459],[141.913,39.10483],[141.91279,39.10494],[141.91276,39.10516],[141.9135,39.1054],[141.91356,39.10556],[141.91434,39.10529],[141.91449,39.10515],[141.91437,39.1051],[141.91447,39.10492],[141.91529,39.10472],[141.91485,39.10454],[141.91513,39.10448],[141.91592,39.10469],[141.91609,39.10495],[141.91676,39.10492],[141.91639,39.10463],[141.91665,39.10447],[141.91725,39.10456],[141.91741,39.10475],[141.9176,39.10462],[141.91727,39.10509],[141.91745,39.10516],[141.91785,39.10499],[141.91797,39.10471],[141.91869,39.10457],[141.91873,39.10432],[141.91907,39.10451],[141.91919,39.10415],[141.91965,39.10426],[141.91945,39.10488],[141.92032,39.10447],[141.92106,39.10453],[141.92114,39.10486],[141.9213,39.10488],[141.92117,39.10509],[141.92142,39.10517],[141.92108,39.10549],[141.92051,39.10544],[141.92043,39.10521],[141.92025,39.10517],[141.91977,39.10536],[141.91995,39.10564],[141.91939,39.10552],[141.91934,39.10521],[141.91906,39.10554],[141.91812,39.10547],[141.91823,39.1056],[141.91801,39.10568],[141.9181,39.10586],[141.91914,39.1066],[141.91912,39.1069],[141.91924,39.10721],[141.91939,39.10723],[141.91935,39.10749],[141.91889,39.1074],[141.91829,39.10762],[141.9182,39.10742],[141.91762,39.10736],[141.91703,39.10693],[141.9164,39.10672],[141.91552,39.10714],[141.91504,39.10703],[141.91491,39.1071],[141.91499,39.10722],[141.9147,39.10717],[141.91479,39.1073],[141.91455,39.10722],[141.91261,39.10762],[141.91234,39.10798],[141.91232,39.10833],[141.91247,39.1084],[141.91219,39.10852],[141.91256,39.10864],[141.9122,39.10862],[141.91217,39.10874],[141.91272,39.10928],[141.91251,39.10928],[141.91254,39.10941],[141.91097,39.10944],[141.90959,39.10857],[141.90894,39.10896],[141.90853,39.10941],[141.90857,39.10962],[141.90887,39.10967],[141.90888,39.10983],[141.90844,39.10991],[141.90864,39.11051],[141.90891,39.11052],[141.9089,39.11087],[141.90864,39.11109],[141.90866,39.11084],[141.90851,39.11085],[141.90825,39.11159],[141.90806,39.1117],[141.90808,39.11193],[141.9077,39.11193],[141.90717,39.11153],[141.90733,39.11193],[141.90689,39.11172],[141.90716,39.11213],[141.9071,39.11235],[141.90628,39.11185],[141.90613,39.11192],[141.9066,39.11244],[141.90597,39.11242],[141.90529,39.11265],[141.9053,39.11286],[141.90581,39.11297],[141.9054,39.11401],[141.90598,39.11446],[141.90517,39.1144],[141.90504,39.11456],[141.9052,39.11478],[141.90511,39.11505],[141.90553,39.11532],[141.90548,39.11562],[141.90568,39.11594],[141.90551,39.11645],[141.90562,39.11675],[141.90535,39.11698],[141.90507,39.11667],[141.905,39.1169],[141.90465,39.11673],[141.90475,39.11744],[141.90435,39.11698],[141.90383,39.11679],[141.90423,39.1178],[141.90396,39.11775],[141.90349,39.11804],[141.90259,39.11736],[141.90245,39.11747],[141.90266,39.11777],[141.90263,39.11799],[141.9018,39.11758],[141.90174,39.11736],[141.9011,39.11756],[141.90122,39.11778],[141.90105,39.11786],[141.90121,39.11799],[141.90106,39.11832],[141.90155,39.11845],[141.90149,39.11878],[141.9018,39.11864],[141.90195,39.119],[141.90171,39.11905],[141.90132,39.11963],[141.90122,39.11952],[141.90137,39.1191],[141.90115,39.11937],[141.90122,39.11904],[141.90103,39.11912],[141.90105,39.11892],[141.90085,39.11925],[141.90047,39.1187],[141.90018,39.11877],[141.9001,39.11886],[141.90048,39.1196],[141.90041,39.12009],[141.89983,39.1196],[141.8997,39.11916],[141.89942,39.11921],[141.89964,39.11999],[141.89943,39.11983],[141.89931,39.11999],[141.89894,39.12002],[141.89858,39.11964],[141.89806,39.11952],[141.8979,39.1192],[141.89792,39.11954],[141.89779,39.11954],[141.8973,39.11902],[141.89717,39.11876],[141.89732,39.11871],[141.89703,39.11836],[141.89644,39.11844],[141.89577,39.11813],[141.89584,39.11764],[141.89565,39.1178],[141.89536,39.11766],[141.89534,39.11798],[141.89511,39.11827],[141.895,39.11774],[141.89481,39.11767],[141.89474,39.11809],[141.89444,39.11848],[141.8944,39.11821],[141.89397,39.11771],[141.89364,39.1177],[141.89338,39.11819],[141.89314,39.11816],[141.8932,39.118],[141.89302,39.11806],[141.89271,39.1177],[141.89293,39.11762],[141.8924,39.1174],[141.89257,39.11698],[141.89235,39.11713],[141.89218,39.11707],[141.89228,39.11687],[141.89196,39.11685],[141.89147,39.11632],[141.89111,39.11645],[141.89106,39.11688],[141.89073,39.11653],[141.89092,39.11727],[141.89082,39.11744],[141.89028,39.11674],[141.89023,39.11716],[141.88951,39.11649],[141.8894,39.11656],[141.88965,39.11738],[141.88937,39.11727],[141.88934,39.11706],[141.88922,39.11717],[141.88902,39.1169],[141.88902,39.11668],[141.88921,39.11656],[141.88898,39.11613],[141.88866,39.11599],[141.88776,39.11606],[141.88759,39.11641],[141.88763,39.11626],[141.88725,39.11635],[141.88711,39.11627],[141.88723,39.11614],[141.88681,39.11618],[141.88657,39.11601],[141.88663,39.11588],[141.88627,39.11588],[141.88556,39.11551],[141.88531,39.11583],[141.88509,39.11556],[141.88492,39.11593],[141.88422,39.11603],[141.8841,39.11629],[141.88445,39.11639],[141.88428,39.11659],[141.88439,39.11672],[141.88401,39.11683],[141.88354,39.11646],[141.88344,39.11607],[141.88259,39.11623],[141.88234,39.11595],[141.88219,39.11619],[141.88197,39.11619],[141.8814,39.11586],[141.88158,39.11636],[141.88136,39.1165],[141.88079,39.11625],[141.88081,39.11591],[141.88071,39.116],[141.88064,39.11578],[141.88046,39.11638],[141.87972,39.11641],[141.87941,39.11618],[141.87915,39.11627],[141.87891,39.11673],[141.87872,39.11675],[141.87789,39.11647],[141.87786,39.1169],[141.87719,39.11651],[141.87725,39.11643],[141.87665,39.1159],[141.87646,39.11606],[141.87689,39.11662],[141.87664,39.1168],[141.87621,39.11657],[141.87571,39.11656],[141.87548,39.11634],[141.87553,39.11602],[141.87538,39.11617],[141.87448,39.11535],[141.87451,39.11555],[141.87434,39.11536],[141.87385,39.11558],[141.87393,39.11589],[141.87368,39.11566],[141.8737,39.116],[141.87344,39.11597],[141.87397,39.11632],[141.87395,39.11651],[141.87415,39.1167],[141.87387,39.11675],[141.87402,39.11689],[141.87378,39.11689],[141.87373,39.11713],[141.87268,39.11644],[141.87209,39.11687],[141.87218,39.11717],[141.87195,39.11723],[141.87252,39.11795],[141.87213,39.11788],[141.87244,39.1183],[141.87211,39.1184],[141.87256,39.11861],[141.87272,39.11902],[141.87261,39.11909],[141.87285,39.11935],[141.87273,39.11948],[141.87348,39.12035],[141.87347,39.1206],[141.87327,39.12062],[141.87334,39.12082],[141.87316,39.12104],[141.87441,39.12159],[141.8747,39.1222],[141.87423,39.12233],[141.87392,39.12188],[141.87384,39.12199],[141.87306,39.12138],[141.87305,39.12162],[141.8735,39.12207],[141.87228,39.12183],[141.87152,39.12125],[141.8716,39.12099],[141.87125,39.12065],[141.87047,39.12081],[141.87102,39.12141],[141.87091,39.12168],[141.87052,39.12145],[141.87024,39.12172],[141.86996,39.12177],[141.87067,39.12261],[141.87003,39.12244],[141.86999,39.12298],[141.87014,39.12326],[141.87056,39.12326],[141.87079,39.12353],[141.87022,39.12367],[141.87023,39.12382],[141.87046,39.12379],[141.87013,39.12404],[141.87028,39.12455],[141.87148,39.12485],[141.87171,39.12523],[141.87157,39.12536],[141.87268,39.12596],[141.87266,39.1261],[141.87244,39.12615],[141.87174,39.12605],[141.87184,39.12629],[141.87241,39.12651],[141.87214,39.12661],[141.87193,39.12649],[141.87223,39.12683],[141.87212,39.12712],[141.87352,39.12778],[141.87363,39.12803],[141.87324,39.12784],[141.87345,39.12834],[141.87297,39.12809],[141.87304,39.12841],[141.87282,39.12842],[141.87322,39.12868],[141.87324,39.12902],[141.87304,39.12896],[141.87295,39.12857],[141.87275,39.12867],[141.87264,39.129],[141.8724,39.1289],[141.87236,39.129],[141.87229,39.12875],[141.87196,39.12893],[141.87217,39.12896],[141.87225,39.12921],[141.87164,39.12925],[141.87261,39.12938],[141.87273,39.12975],[141.87251,39.12951],[141.87233,39.12952],[141.87256,39.1297],[141.87167,39.12979],[141.87293,39.13017],[141.87268,39.1306],[141.87205,39.13067],[141.87173,39.13055],[141.87189,39.13048],[141.87177,39.13043],[141.8716,39.13052],[141.87162,39.1307],[141.8714,39.13074],[141.87081,39.13031],[141.87088,39.13054],[141.87071,39.13064],[141.871,39.13094],[141.8708,39.13102],[141.87026,39.13059],[141.87004,39.13069],[141.86971,39.13056],[141.86982,39.13101],[141.86999,39.13093],[141.87046,39.13116],[141.8704,39.13134],[141.87074,39.1315],[141.87082,39.13171],[141.87039,39.13175],[141.86992,39.13108],[141.86984,39.13137],[141.86997,39.13173],[141.86974,39.13192],[141.86876,39.132],[141.86819,39.13161],[141.86841,39.13209],[141.86754,39.13207],[141.86733,39.13226],[141.86759,39.13281],[141.8666,39.13269],[141.8668,39.13286],[141.86666,39.13297],[141.8669,39.13326],[141.86683,39.13336],[141.86582,39.13322],[141.86545,39.13298],[141.86548,39.13277],[141.86524,39.13271],[141.86504,39.13279],[141.86518,39.13317],[141.86466,39.13322],[141.86466,39.13344],[141.86425,39.13339],[141.86422,39.13352],[141.86379,39.13313],[141.86336,39.13317],[141.86305,39.13301],[141.86347,39.13352],[141.86341,39.1337],[141.86291,39.13342],[141.8628,39.13354],[141.86297,39.13374],[141.86226,39.13396],[141.86156,39.13359],[141.86088,39.13394],[141.8601,39.13385],[141.85996,39.13405],[141.8597,39.13408],[141.86012,39.13426],[141.85983,39.13437],[141.86002,39.13444],[141.85996,39.13454],[141.85964,39.13449],[141.85926,39.1341],[141.85899,39.13416],[141.85914,39.13439],[141.85892,39.13437],[141.85909,39.13454],[141.85901,39.13461],[141.85945,39.13479],[141.8591,39.13494],[141.85841,39.13482],[141.85844,39.13495],[141.85823,39.135],[141.85835,39.13505],[141.85831,39.13529],[141.85717,39.13466],[141.85761,39.13503],[141.85769,39.13531],[141.85681,39.13489],[141.85693,39.13554],[141.85579,39.13482],[141.85568,39.13513],[141.85587,39.13527],[141.8552,39.13498],[141.85499,39.13507],[141.85538,39.13561],[141.85457,39.1352],[141.85441,39.13538],[141.85414,39.13529],[141.85441,39.13554],[141.85435,39.13569],[141.8537,39.13526],[141.85398,39.13566],[141.85368,39.13574],[141.85341,39.13609],[141.85317,39.13686],[141.85307,39.13684],[141.85333,39.13606],[141.85349,39.13592],[141.85321,39.13572],[141.85282,39.13604],[141.85245,39.13591],[141.85215,39.13625],[141.85276,39.13664],[141.85252,39.13664],[141.85249,39.13687],[141.85237,39.13692],[141.85179,39.13657],[141.8518,39.13677],[141.85218,39.13702],[141.85168,39.13686],[141.85175,39.13705],[141.8515,39.13728],[141.85174,39.13737],[141.85171,39.13757],[141.85143,39.1376],[141.85138,39.13776],[141.85103,39.13787],[141.85108,39.13798],[141.85092,39.13792],[141.85096,39.13772],[141.85067,39.13778],[141.8504,39.13751],[141.85018,39.13752],[141.85033,39.13772],[141.8501,39.13779],[141.85071,39.13825],[141.85002,39.13817],[141.8497,39.13789],[141.84941,39.13792],[141.84934,39.13831],[141.85016,39.1386],[141.85018,39.1388],[141.8505,39.13898],[141.8501,39.1389],[141.85009,39.13913],[141.84962,39.13897],[141.84941,39.13906],[141.8499,39.13935],[141.85003,39.13965],[141.84996,39.13993],[141.84893,39.13966],[141.84906,39.14013],[141.84873,39.14006],[141.84865,39.14054],[141.84833,39.14068],[141.84904,39.1409],[141.84818,39.14129],[141.84832,39.14144],[141.84806,39.14123],[141.84796,39.14136],[141.84724,39.14105],[141.84706,39.14148],[141.8472,39.14154],[141.84665,39.14163],[141.84672,39.14187],[141.84627,39.14187],[141.84604,39.14215],[141.84562,39.14211],[141.84582,39.14235],[141.84483,39.14244],[141.84471,39.14253],[141.84483,39.14273],[141.84396,39.14288],[141.84384,39.14304],[141.84247,39.14305],[141.84209,39.14323],[141.84207,39.14305],[141.84195,39.14306],[141.84212,39.1439],[141.84149,39.14421],[141.84097,39.1451],[141.84101,39.1447],[141.84144,39.14416],[141.84199,39.14389],[141.84187,39.14324],[141.84069,39.14366],[141.83995,39.14491],[141.83999,39.14476],[141.83975,39.14482],[141.83984,39.14493],[141.83879,39.14455],[141.83755,39.14448],[141.83726,39.14431],[141.83652,39.14448],[141.83671,39.14463],[141.83644,39.14485],[141.83555,39.14457],[141.83615,39.1453],[141.83571,39.14546],[141.83599,39.14591],[141.83578,39.14619],[141.83612,39.14633],[141.83614,39.1469],[141.83654,39.14734],[141.83644,39.14761],[141.83785,39.14829],[141.83887,39.14853],[141.84014,39.14928],[141.84048,39.15063],[141.84121,39.15172],[141.84146,39.15239],[141.84412,39.1543],[141.84419,39.15458],[141.84454,39.15454],[141.8447,39.15488],[141.84671,39.15563],[141.84655,39.15581],[141.84682,39.15593],[141.84709,39.15553],[141.84656,39.15484],[141.84624,39.15466],[141.84632,39.15458],[141.84663,39.15475],[141.84722,39.15551],[141.84708,39.15587],[141.84821,39.15614],[141.84814,39.15645],[141.84828,39.1564],[141.84842,39.15657],[141.84895,39.15656],[141.85006,39.15697],[141.85201,39.15644],[141.8529,39.15663],[141.8529,39.15677],[141.85374,39.1573],[141.8552,39.15753],[141.85672,39.15684],[141.8566,39.15614],[141.85647,39.15621],[141.85642,39.15613],[141.85708,39.15586],[141.85665,39.15533],[141.85624,39.15554],[141.8562,39.15544],[141.85736,39.15487],[141.85728,39.15502],[141.85808,39.15602],[141.8599,39.15515],[141.86026,39.15555],[141.85923,39.15605],[141.8595,39.15639],[141.86058,39.15661],[141.86143,39.15621],[141.86118,39.1559],[141.8617,39.15571],[141.8622,39.155],[141.86122,39.15482],[141.8606,39.15438],[141.86071,39.15431],[141.86127,39.15476],[141.8626,39.15491],[141.86331,39.15458],[141.8632,39.15425],[141.8635,39.15374],[141.86426,39.1536],[141.8643,39.15378],[141.86477,39.1538],[141.86496,39.15349],[141.86528,39.15343],[141.86626,39.15349],[141.86616,39.15363],[141.86651,39.1538],[141.86777,39.15356],[141.86931,39.15395],[141.86908,39.1538],[141.8696,39.15379],[141.87001,39.15359],[141.87113,39.15374],[141.87095,39.15352],[141.87125,39.15347],[141.87206,39.15387],[141.87227,39.15381],[141.87213,39.15366],[141.87232,39.15364],[141.87269,39.15392],[141.87278,39.15372],[141.87251,39.15359],[141.87248,39.15341],[141.87299,39.15339],[141.87352,39.15355],[141.87345,39.15363],[141.87407,39.15367],[141.87431,39.15387],[141.87423,39.15412],[141.87384,39.15419],[141.87373,39.15437],[141.87441,39.15421],[141.87471,39.15444],[141.87489,39.15431],[141.87574,39.15456],[141.87567,39.15482],[141.87608,39.1548],[141.87649,39.15518],[141.87528,39.15484],[141.87534,39.15498],[141.87609,39.15532],[141.87661,39.15529],[141.87722,39.15569],[141.87724,39.15545],[141.87824,39.15573],[141.87816,39.15561],[141.87878,39.15563],[141.87877,39.15545],[141.87922,39.15536],[141.87936,39.15551],[141.88021,39.15542],[141.88067,39.15558],[141.88059,39.15541],[141.88096,39.15536],[141.88185,39.15478],[141.88202,39.15444],[141.88277,39.15469],[141.88261,39.1549],[141.88363,39.15522],[141.8847,39.15522],[141.88482,39.15541],[141.88557,39.15559],[141.8858,39.15547],[141.88662,39.1556],[141.88625,39.15573],[141.88659,39.15579],[141.88735,39.15573],[141.88755,39.1561],[141.88719,39.15618],[141.88729,39.15637],[141.88709,39.15664],[141.88716,39.15711],[141.88738,39.15734],[141.88765,39.15693],[141.88856,39.15668],[141.88884,39.15678],[141.88893,39.15703],[141.88999,39.1574],[141.89006,39.15753],[141.88982,39.15748],[141.88989,39.15758],[141.88904,39.15747],[141.89011,39.15772],[141.88997,39.15777],[141.89054,39.1579],[141.89064,39.15806],[141.89088,39.15798],[141.89121,39.15827],[141.89126,39.15855],[141.89101,39.15852],[141.8912,39.15869],[141.89085,39.15867],[141.89131,39.15878],[141.89137,39.15891],[141.89111,39.15884],[141.89132,39.15898],[141.89152,39.15892],[141.89175,39.15911],[141.8922,39.15903],[141.89248,39.15921],[141.8926,39.15948],[141.89237,39.15938],[141.89234,39.15951],[141.89275,39.15994],[141.89252,39.16004],[141.89313,39.1605],[141.89352,39.16042],[141.89386,39.16063],[141.89393,39.16051],[141.89431,39.16055],[141.89479,39.16083],[141.89515,39.16065],[141.89485,39.16033],[141.89579,39.16093],[141.89524,39.16014],[141.89536,39.15981],[141.89652,39.16053],[141.89636,39.1606],[141.89658,39.16104],[141.89645,39.16131],[141.8962,39.16124],[141.89599,39.16137],[141.89604,39.16151],[141.89588,39.16148],[141.89601,39.1616],[141.89574,39.16157],[141.89659,39.16193],[141.89669,39.16235],[141.89657,39.16237],[141.89648,39.16202],[141.89565,39.16174],[141.89538,39.16215],[141.8958,39.16246],[141.89629,39.16246],[141.89586,39.16251],[141.896,39.16295],[141.89704,39.16309],[141.89702,39.16261],[141.89717,39.16256],[141.89717,39.1632],[141.89744,39.16338],[141.89709,39.16363],[141.89783,39.16389],[141.89795,39.16403],[141.89779,39.16411],[141.89799,39.1643],[141.89844,39.16429],[141.89872,39.16447],[141.89903,39.1643],[141.8998,39.16474],[141.90051,39.16462],[141.90144,39.16516],[141.90181,39.16564],[141.90191,39.16565],[141.90165,39.16525],[141.9024,39.16576],[141.90289,39.16585],[141.90295,39.16597],[141.90277,39.16615],[141.90381,39.16674],[141.90313,39.16647],[141.90357,39.16678],[141.90337,39.16686],[141.9037,39.16682],[141.90419,39.16711],[141.90444,39.16703],[141.90448,39.16722],[141.90599,39.16773],[141.90623,39.16794],[141.9062,39.16806],[141.906,39.16803],[141.90454,39.16732],[141.90464,39.16759],[141.90505,39.16761],[141.90553,39.16806],[141.90514,39.16793],[141.90575,39.16825],[141.90569,39.16841],[141.90592,39.16841],[141.90595,39.16855],[141.90573,39.16851],[141.90571,39.16869],[141.90698,39.16926],[141.90713,39.16958],[141.90734,39.16947],[141.9081,39.16975],[141.90827,39.16939],[141.90869,39.16959],[141.90859,39.16977],[141.90895,39.16987],[141.90898,39.17003],[141.9095,39.17021],[141.90969,39.16995],[141.91005,39.17005],[141.90986,39.1702],[141.9101,39.17043],[141.91048,39.17046],[141.91098,39.17081],[141.91101,39.17106],[141.91127,39.1711],[141.91161,39.1715],[141.91191,39.17159],[141.91211,39.17177],[141.91207,39.17195],[141.91237,39.17215],[141.91256,39.17213],[141.91271,39.17178],[141.91259,39.17164],[141.91277,39.17143],[141.91286,39.17155],[141.9131,39.1714],[141.9134,39.17168],[141.91366,39.17173],[141.91375,39.1716],[141.91427,39.17188],[141.91371,39.17185],[141.91446,39.17205],[141.91487,39.1727],[141.91492,39.17241],[141.91477,39.17218],[141.91585,39.17251],[141.91611,39.17284],[141.91626,39.17277],[141.91692,39.17302],[141.9172,39.17329],[141.91668,39.1734],[141.91581,39.1732],[141.91584,39.17336],[141.91622,39.17346],[141.91658,39.17379],[141.91618,39.1738],[141.91604,39.17413],[141.91693,39.17432],[141.91702,39.17489],[141.91781,39.17541],[141.9185,39.1749],[141.91902,39.17482],[141.9195,39.17499],[141.91921,39.17516],[141.91939,39.17535],[141.91922,39.17552],[141.91964,39.17576],[141.91936,39.17571],[141.91949,39.17583],[141.91927,39.17627],[141.92008,39.17647],[141.92033,39.17662],[141.92019,39.17679],[141.92119,39.17712],[141.92154,39.17745],[141.92135,39.17765],[141.92142,39.17783],[141.92226,39.17795],[141.92104,39.17783],[141.92116,39.17807],[141.92086,39.17826],[141.92128,39.17844],[141.92073,39.17846],[141.92086,39.17901],[141.92061,39.17937],[141.9208,39.17951],[141.92054,39.17964],[141.92053,39.18001],[141.92115,39.18017],[141.92109,39.18091],[141.92264,39.18114],[141.92171,39.18126],[141.92177,39.18136],[141.9214,39.1814],[141.92086,39.18191],[141.921,39.18258],[141.92151,39.18247],[141.92256,39.18282],[141.92249,39.18309],[141.92196,39.18307],[141.92197,39.18327],[141.92244,39.18358],[141.92288,39.18351],[141.92248,39.18376],[141.9226,39.18393],[141.92299,39.18394],[141.92243,39.18425],[141.92247,39.18462],[141.92172,39.18495],[141.92161,39.18516],[141.92097,39.18506],[141.92077,39.18537],[141.92029,39.18555],[141.92052,39.18565],[141.92011,39.18587],[141.91967,39.18584],[141.91952,39.18549],[141.91892,39.18611],[141.91874,39.18605],[141.91888,39.1855],[141.91842,39.18563],[141.9182,39.18538],[141.91759,39.18568],[141.91766,39.18576],[141.91626,39.18596],[141.916,39.1862],[141.91617,39.18636],[141.91603,39.18651],[141.91528,39.18659],[141.91511,39.18625],[141.91472,39.18605],[141.91467,39.18559],[141.91434,39.18567],[141.91421,39.18524],[141.91294,39.18533],[141.91302,39.1855],[141.91242,39.18586],[141.91202,39.18581],[141.91182,39.1861],[141.91134,39.18621],[141.91133,39.18609],[141.91088,39.18617],[141.91082,39.18604],[141.91032,39.18602],[141.9101,39.18576],[141.90999,39.1859],[141.9093,39.18599],[141.90842,39.18575],[141.90829,39.18597],[141.90819,39.18582],[141.90777,39.18592],[141.90759,39.18584],[141.90764,39.18556],[141.90713,39.18552],[141.90678,39.18502],[141.90669,39.18526],[141.90616,39.18541],[141.90603,39.18527],[141.90563,39.18532],[141.90568,39.18494],[141.90468,39.18462],[141.9045,39.18475],[141.90401,39.18469],[141.90383,39.18435],[141.90328,39.18448],[141.90338,39.18424],[141.90316,39.18402],[141.90196,39.1835],[141.90078,39.18374],[141.9002,39.18403],[141.90054,39.18446],[141.90054,39.18476],[141.89998,39.18457],[141.8998,39.18429],[141.89977,39.18451],[141.89897,39.18472],[141.89831,39.18439],[141.89799,39.18469],[141.89806,39.18479],[141.89791,39.18479],[141.89818,39.18487],[141.89814,39.18497],[141.89794,39.18499],[141.89798,39.18486],[141.89765,39.18505],[141.89719,39.18495],[141.89738,39.18482],[141.89722,39.18475],[141.89724,39.18453],[141.89689,39.18465],[141.89656,39.18428],[141.89548,39.1842],[141.89542,39.18489],[141.89511,39.18474],[141.89508,39.18449],[141.89432,39.18453],[141.89451,39.18409],[141.89438,39.18403],[141.89464,39.18399],[141.89451,39.18375],[141.8947,39.18374],[141.89468,39.1834],[141.89347,39.18292],[141.89227,39.18297],[141.89347,39.18287],[141.89417,39.18315],[141.89506,39.18279],[141.89469,39.18227],[141.8944,39.1824],[141.89355,39.18211],[141.89346,39.18228],[141.8934,39.18189],[141.89281,39.18189],[141.89313,39.18182],[141.89336,39.18148],[141.89302,39.18113],[141.89261,39.18115],[141.89221,39.18149],[141.89128,39.18154],[141.89093,39.18119],[141.8906,39.18139],[141.89064,39.18152],[141.89044,39.1815],[141.89052,39.1816],[141.89017,39.18159],[141.89021,39.18192],[141.88988,39.18184],[141.88983,39.18211],[141.88964,39.18222],[141.88977,39.1827],[141.89,39.18274],[141.88991,39.18304],[141.88971,39.1832],[141.88973,39.18305],[141.88957,39.183],[141.88893,39.1831],[141.88927,39.18416],[141.88901,39.18407],[141.88895,39.18429],[141.88873,39.18422],[141.88865,39.18438],[141.8888,39.18459],[141.88853,39.18438],[141.88817,39.18466],[141.88807,39.18442],[141.88789,39.18445],[141.88782,39.18474],[141.88752,39.18448],[141.88725,39.18476],[141.88678,39.18463],[141.88645,39.18537],[141.88612,39.18534],[141.88587,39.18553],[141.88539,39.18522],[141.88472,39.18571],[141.88368,39.18533],[141.88358,39.18541],[141.88364,39.18521],[141.88337,39.18513],[141.88274,39.18519],[141.88264,39.18545],[141.88213,39.1852],[141.88194,39.18527],[141.88141,39.18588],[141.88173,39.18606],[141.88176,39.18626],[141.88155,39.18624],[141.88171,39.18652],[141.88136,39.18676],[141.88187,39.18707],[141.8814,39.18726],[141.88133,39.18762],[141.88269,39.18814],[141.8829,39.18837],[141.88274,39.18845],[141.88229,39.18817],[141.88217,39.18824],[141.88234,39.18846],[141.88207,39.18853],[141.88219,39.18881],[141.8818,39.18837],[141.8818,39.18864],[141.88162,39.18852],[141.88119,39.18861],[141.88113,39.18883],[141.88164,39.18918],[141.88168,39.18946],[141.88158,39.18954],[141.88134,39.18931],[141.88085,39.18938],[141.88089,39.18954],[141.88064,39.18975],[141.88087,39.19007],[141.88074,39.1902],[141.87991,39.19009],[141.88028,39.19046],[141.88066,39.19047],[141.8806,39.19067],[141.88077,39.1908],[141.88056,39.19082],[141.88038,39.19058],[141.8804,39.19079],[141.88077,39.19106],[141.87996,39.19083],[141.87996,39.19115],[141.87984,39.19115],[141.88004,39.19131],[141.87994,39.19135],[141.8795,39.19118],[141.8795,39.19129],[141.87925,39.19093],[141.87873,39.19083],[141.87822,39.19134],[141.87781,39.19138],[141.87807,39.19169],[141.87775,39.19198],[141.87695,39.19202],[141.87698,39.19241],[141.87667,39.1921],[141.8762,39.19229],[141.87605,39.19218],[141.87546,39.19231],[141.87432,39.19177],[141.87367,39.1919],[141.87354,39.19211],[141.87147,39.19122],[141.87101,39.19126],[141.87083,39.19146],[141.87044,39.19127],[141.87017,39.19241],[141.87029,39.19181],[141.86923,39.19154],[141.86932,39.19123],[141.86799,39.19115],[141.86688,39.19137],[141.86659,39.19204],[141.86674,39.19161],[141.86606,39.1915],[141.86596,39.19164],[141.86641,39.19178],[141.8662,39.19175],[141.86607,39.19206],[141.86624,39.19215],[141.86557,39.19347],[141.86598,39.19397],[141.86621,39.19396],[141.86638,39.19455],[141.86682,39.1945],[141.86699,39.19486],[141.86774,39.19555],[141.86801,39.19563],[141.86827,39.19542],[141.86933,39.19675],[141.86981,39.19684],[141.86995,39.19667],[141.87013,39.19685],[141.87037,39.19665],[141.87156,39.19714],[141.87179,39.1968],[141.87204,39.19689],[141.87216,39.19715],[141.8722,39.19693],[141.87259,39.19739],[141.87275,39.19735],[141.87279,39.19781],[141.87264,39.19802],[141.87222,39.19788],[141.87215,39.19809],[141.87188,39.19794],[141.87134,39.19801],[141.87131,39.19818],[141.87107,39.19808],[141.87067,39.19842],[141.87136,39.19914],[141.87095,39.19898],[141.87102,39.19958],[141.87036,39.19959],[141.86968,39.2003],[141.86987,39.20053],[141.86973,39.20059],[141.86999,39.2008],[141.8699,39.20099],[141.86941,39.20075],[141.86949,39.20052],[141.86923,39.20028],[141.86817,39.19971],[141.8677,39.20026],[141.86867,39.20085],[141.86704,39.19998],[141.86748,39.19948],[141.86686,39.19946],[141.86624,39.19978],[141.86554,39.20047],[141.8654,39.2011],[141.86484,39.20149],[141.86461,39.2022],[141.86426,39.20264],[141.86435,39.2032],[141.86532,39.20403],[141.86542,39.20486],[141.86588,39.20483],[141.86617,39.20573],[141.8663,39.20571],[141.86681,39.20637],[141.86885,39.2069],[141.87018,39.20659],[141.87066,39.20705],[141.87261,39.20661],[141.87219,39.20555],[141.87306,39.20533],[141.87366,39.2061],[141.87451,39.20592],[141.87519,39.20565],[141.876,39.20488],[141.87679,39.20495],[141.87765,39.20475],[141.87815,39.20405],[141.87856,39.2042],[141.87919,39.2041],[141.87938,39.20394],[141.87939,39.20348],[141.87971,39.20359],[141.88133,39.203],[141.88161,39.2027],[141.88158,39.20239],[141.88191,39.20239],[141.88221,39.20262],[141.8827,39.20257],[141.88367,39.20219],[141.884,39.2017],[141.88408,39.20186],[141.88483,39.20211],[141.88594,39.20212],[141.88599,39.20183],[141.8864,39.20154],[141.88631,39.20117],[141.88657,39.20103],[141.88643,39.20066],[141.88679,39.2002],[141.88705,39.20013],[141.88696,39.19991],[141.88723,39.19985],[141.88691,39.19967],[141.88685,39.19928],[141.88721,39.19948],[141.88813,39.19886],[141.88852,39.1983],[141.88917,39.19823],[141.88907,39.19793],[141.88933,39.19779],[141.88919,39.19772],[141.88977,39.19785],[141.88964,39.19766],[141.88979,39.1976],[141.88982,39.1978],[141.89035,39.1979],[141.89072,39.1984],[141.89084,39.19794],[141.89121,39.19829],[141.89149,39.19822],[141.89192,39.19898],[141.89278,39.19948],[141.89265,39.19954],[141.89351,39.19986],[141.89387,39.20086],[141.89347,39.20087],[141.89328,39.20069],[141.8932,39.2008],[141.89274,39.20036],[141.89273,39.20067],[141.89284,39.2007],[141.8928,39.20052],[141.89296,39.20068],[141.89283,39.20082],[141.89222,39.20054],[141.89208,39.20102],[141.89245,39.20118],[141.8924,39.20158],[141.89136,39.20219],[141.89146,39.20235],[141.89225,39.20238],[141.89206,39.20267],[141.89223,39.20284],[141.89303,39.20256],[141.89308,39.20289],[141.89274,39.20288],[141.89311,39.20298],[141.89291,39.20311],[141.89308,39.20315],[141.89304,39.20331],[141.89336,39.20332],[141.89286,39.2034],[141.89338,39.20352],[141.89331,39.2038],[141.89368,39.20417],[141.89352,39.20413],[141.89295,39.20448],[141.8916,39.20433],[141.89105,39.20444],[141.89106,39.20469],[141.89138,39.20502],[141.89104,39.20542],[141.89126,39.20599],[141.89105,39.20628],[141.89074,39.20627],[141.89053,39.20687],[141.89,39.20697],[141.88963,39.20678],[141.88932,39.20739],[141.88897,39.20734],[141.88843,39.20765],[141.8877,39.20781],[141.8877,39.20798],[141.88807,39.20794],[141.88826,39.20806],[141.88707,39.20814],[141.88713,39.20876],[141.88688,39.20892],[141.88766,39.20893],[141.88801,39.20931],[141.88897,39.20876],[141.88883,39.20838],[141.88889,39.2082],[141.88903,39.20873],[141.89222,39.20841],[141.89271,39.20824],[141.89547,39.20941],[141.89637,39.20901],[141.89604,39.20818],[141.89517,39.20846],[141.89424,39.20834],[141.89427,39.20824],[141.89516,39.20838],[141.8963,39.20811],[141.8966,39.2076],[141.897,39.20761],[141.89708,39.20746],[141.89771,39.2076],[141.89817,39.20752],[141.8986,39.2077],[141.89893,39.20739],[141.89882,39.20724],[141.89894,39.20724],[141.89898,39.20702],[141.89854,39.20673],[141.8986,39.20663],[141.89849,39.20668],[141.89838,39.20642],[141.89864,39.20645],[141.89856,39.20607],[141.8988,39.20582],[141.89897,39.20587],[141.89905,39.20615],[141.89927,39.20589],[141.89973,39.20593],[141.90005,39.20669],[141.90054,39.20638],[141.90085,39.20664],[141.90085,39.20649],[141.90118,39.20663],[141.90166,39.20625],[141.90142,39.20604],[141.9018,39.20593],[141.90159,39.20572],[141.90174,39.20548],[141.90148,39.20537],[141.9016,39.2051],[141.90172,39.20532],[141.90191,39.20532],[141.90181,39.20507],[141.90194,39.20488],[141.9022,39.205],[141.90234,39.20479],[141.9026,39.20518],[141.90286,39.20494],[141.90305,39.20498],[141.90336,39.20533],[141.9031,39.20531],[141.90359,39.20569],[141.90391,39.20575],[141.90349,39.20511],[141.90383,39.20507],[141.90364,39.20525],[141.90387,39.20517],[141.90396,39.20536],[141.9043,39.20506],[141.90451,39.20506],[141.90456,39.20524],[141.90425,39.20527],[141.9044,39.20539],[141.90426,39.20557],[141.90459,39.20564],[141.90446,39.20581],[141.90488,39.20608],[141.90465,39.20667],[141.90494,39.2071],[141.90578,39.20705],[141.90637,39.2074],[141.90649,39.20729],[141.90719,39.20735],[141.90729,39.2071],[141.9074,39.20719],[141.90731,39.20737],[141.90886,39.20771],[141.90901,39.20799],[141.90929,39.20783],[141.9094,39.20807],[141.90921,39.20825],[141.9092,39.20857],[141.90941,39.20929],[141.90961,39.20928],[141.90974,39.20947],[141.91028,39.20919],[141.91059,39.2099],[141.91107,39.20985],[141.91121,39.21003],[141.913,39.21041],[141.91271,39.21088],[141.91296,39.21092],[141.91311,39.21123],[141.91331,39.21121],[141.91329,39.21144],[141.91366,39.21205],[141.9162,39.21367],[141.91915,39.21467],[141.92114,39.21558],[141.92196,39.21526],[141.9227,39.2154],[141.92287,39.21527],[141.92303,39.2154],[141.92326,39.21505],[141.92329,39.21531],[141.92399,39.21531],[141.92424,39.21501],[141.92448,39.215],[141.92429,39.21454],[141.92437,39.2144],[141.92497,39.21455],[141.92508,39.21519],[141.92559,39.21522],[141.92591,39.21505],[141.92611,39.21525],[141.92629,39.21499],[141.92665,39.2153],[141.92672,39.21499],[141.92717,39.21529],[141.92694,39.21537],[141.92707,39.21556],[141.92714,39.21543],[141.92763,39.21553],[141.92752,39.21566],[141.92762,39.21578],[141.92716,39.21592],[141.92746,39.21606],[141.9276,39.21596],[141.9274,39.21617],[141.92762,39.21639],[141.9277,39.21627],[141.92794,39.21632],[141.92774,39.21667],[141.92806,39.21696],[141.92795,39.21737],[141.92815,39.21743],[141.92816,39.21771],[141.92795,39.21787],[141.9276,39.21767],[141.92737,39.21787],[141.9282,39.21822],[141.92729,39.21822],[141.92739,39.21832],[141.92709,39.21849],[141.92651,39.21831],[141.92642,39.2185],[141.92679,39.21863],[141.92647,39.21891],[141.926,39.21858],[141.92578,39.21864],[141.92574,39.21885],[141.92531,39.21882],[141.92511,39.21917],[141.92567,39.21937],[141.92556,39.21941],[141.92575,39.21975],[141.92567,39.21994],[141.92536,39.22002],[141.92516,39.21977],[141.92491,39.21998],[141.92423,39.21978],[141.92364,39.21993],[141.92344,39.22016],[141.92333,39.22067],[141.92364,39.22089],[141.92577,39.22132],[141.92488,39.22123],[141.9248,39.22151],[141.9241,39.22149],[141.92409,39.22208],[141.92437,39.22229],[141.92413,39.22244],[141.92429,39.22256],[141.92508,39.22262],[141.92528,39.22232],[141.92583,39.22229],[141.92616,39.22207],[141.9261,39.22197],[141.92646,39.22185],[141.92657,39.22142],[141.92658,39.22184],[141.92676,39.22158],[141.927,39.22187],[141.927,39.22164],[141.92721,39.22165],[141.927,39.22126],[141.92756,39.22099],[141.92743,39.2212],[141.92828,39.2218],[141.92846,39.22169],[141.92848,39.22187],[141.92866,39.22182],[141.92861,39.22199],[141.92885,39.22204],[141.92894,39.22187],[141.92973,39.22227],[141.93002,39.22164],[141.93045,39.22171],[141.9303,39.22161],[141.93036,39.2214],[141.93078,39.22155],[141.93095,39.22145],[141.93175,39.22198],[141.93181,39.22232],[141.93197,39.22231],[141.93207,39.22259],[141.93257,39.22267],[141.93265,39.22284],[141.93279,39.22277],[141.93332,39.2231],[141.93331,39.22279],[141.93367,39.22306],[141.93394,39.22299],[141.93409,39.22269],[141.93434,39.22269],[141.93459,39.22238],[141.93486,39.22244],[141.93488,39.22212],[141.93535,39.22229],[141.93505,39.22203],[141.9352,39.22202],[141.9352,39.22187],[141.93553,39.22198],[141.93549,39.22223],[141.93584,39.22231],[141.93573,39.22236],[141.93589,39.22256],[141.9358,39.22272],[141.93626,39.22316],[141.93635,39.22321],[141.93643,39.22294],[141.93686,39.22338],[141.93686,39.22368],[141.93806,39.22354],[141.93892,39.22305],[141.93913,39.22231],[141.9395,39.22226],[141.9397,39.22202],[141.93978,39.22142],[141.94038,39.22134],[141.94066,39.22063],[141.94096,39.22064],[141.94083,39.22045],[141.94113,39.22069],[141.94136,39.22054],[141.94115,39.21997],[141.94145,39.22016],[141.94143,39.21989],[141.94174,39.21947],[141.9425,39.21912],[141.94259,39.21828],[141.94273,39.21816],[141.94306,39.21826],[141.94324,39.21753],[141.94369,39.21803],[141.94381,39.21789],[141.94436,39.21802],[141.94446,39.21792],[141.94424,39.21753],[141.94444,39.21745],[141.9446,39.21707],[141.94527,39.21782],[141.94547,39.21765],[141.94531,39.21751],[141.94535,39.21728],[141.94563,39.21725],[141.94566,39.21679],[141.94605,39.21695],[141.94605,39.21733],[141.94632,39.21761],[141.94715,39.2179],[141.94758,39.21762],[141.94748,39.21733],[141.94762,39.21698],[141.94783,39.21766],[141.94823,39.21789],[141.94827,39.21777],[141.94851,39.21781],[141.94876,39.21811],[141.94858,39.2183],[141.9487,39.21837],[141.94855,39.21847],[141.94871,39.21846],[141.94854,39.21876],[141.94893,39.21931],[141.94972,39.21942],[141.94995,39.21975],[141.9504,39.21988],[141.95027,39.22004],[141.95048,39.22039],[141.95061,39.22024],[141.95078,39.22028],[141.95063,39.22039],[141.95095,39.22036],[141.95105,39.2205],[141.95084,39.22053],[141.95154,39.22083],[141.95136,39.22095],[141.95161,39.22118],[141.95258,39.22133],[141.95306,39.22163],[141.95323,39.22156],[141.9546,39.22247],[141.95496,39.22238],[141.95515,39.22279],[141.95498,39.223],[141.95481,39.22269],[141.95465,39.22274],[141.95431,39.22307],[141.95437,39.22328],[141.95416,39.22358],[141.95431,39.22367],[141.95412,39.22394],[141.95531,39.22447],[141.955,39.22453],[141.95469,39.22432],[141.95412,39.22448],[141.95363,39.22431],[141.95355,39.22449],[141.95303,39.22459],[141.95298,39.22484],[141.95269,39.2248],[141.95274,39.22494],[141.95216,39.22493],[141.95175,39.22474],[141.95136,39.22487],[141.95099,39.22519],[141.95093,39.22569],[141.95108,39.2258],[141.95054,39.2257],[141.9506,39.22619],[141.95116,39.22674],[141.9514,39.22676],[141.95141,39.22701],[141.95123,39.22685],[141.95088,39.22713],[141.95079,39.22704],[141.95046,39.22748],[141.95027,39.22722],[141.94975,39.2273],[141.94946,39.2276],[141.94947,39.22853],[141.94969,39.22873],[141.94954,39.22877],[141.94955,39.22894],[141.94972,39.22894],[141.94985,39.22919],[141.94977,39.22966],[141.94959,39.22978],[141.94982,39.23018],[141.9495,39.23025],[141.94983,39.2304],[141.94935,39.23078],[141.94948,39.23089],[141.94956,39.23164],[141.94972,39.23173],[141.94948,39.23183],[141.94921,39.23168],[141.94917,39.2322],[141.94936,39.23226],[141.9494,39.2326],[141.9491,39.23294],[141.94887,39.2328],[141.94905,39.23307],[141.94885,39.23329],[141.94898,39.23348],[141.94867,39.23375],[141.94889,39.23388],[141.94891,39.23406],[141.94956,39.23438],[141.94961,39.23469],[141.94988,39.23453],[141.94983,39.23503],[141.95026,39.23531],[141.95001,39.23541],[141.94972,39.23519],[141.9493,39.23517],[141.94931,39.23543],[141.94971,39.23565],[141.94956,39.23582],[141.9491,39.23579],[141.94913,39.23565],[141.94878,39.2359],[141.94885,39.23611],[141.94857,39.23638],[141.94892,39.23674],[141.94851,39.23718],[141.94868,39.23712],[141.94858,39.23728],[141.94804,39.23754],[141.9482,39.23741],[141.94798,39.23732],[141.94815,39.23709],[141.94756,39.23656],[141.94735,39.23662],[141.94731,39.237],[141.94702,39.2368],[141.94687,39.23688],[141.94633,39.23773],[141.94627,39.23709],[141.94549,39.23716],[141.94515,39.23735],[141.94501,39.23779],[141.94468,39.23788],[141.94446,39.23765],[141.94449,39.23743],[141.9442,39.23767],[141.94415,39.2372],[141.94379,39.23706],[141.94319,39.23777],[141.94362,39.23806],[141.94344,39.23816],[141.94368,39.23822],[141.94385,39.23849],[141.94371,39.23857],[141.94376,39.23896],[141.94344,39.2395],[141.94401,39.23931],[141.94383,39.23951],[141.94397,39.23967],[141.94443,39.23947],[141.94473,39.23969],[141.94466,39.24017],[141.94516,39.24023],[141.94539,39.24008],[141.94533,39.24042],[141.94503,39.24049],[141.94493,39.24079],[141.94435,39.24086],[141.94453,39.2411],[141.9442,39.24133],[141.94427,39.24174],[141.94504,39.24243],[141.94537,39.24251],[141.94568,39.24236],[141.94577,39.24251],[141.9456,39.24272],[141.94579,39.24282],[141.94619,39.24285],[141.94647,39.24249],[141.94659,39.24268],[141.94707,39.24272],[141.94721,39.24244],[141.94729,39.24258],[141.94757,39.24252],[141.94776,39.24238],[141.94771,39.24222],[141.94785,39.24224],[141.94777,39.24178],[141.94832,39.24185],[141.94821,39.24163],[141.94868,39.24185],[141.94884,39.24172],[141.94869,39.2415],[141.94889,39.24136],[141.94905,39.24155],[141.94895,39.24163],[141.94941,39.24173],[141.9493,39.24187],[141.94946,39.24213],[141.94965,39.24202],[141.94997,39.24237],[141.95001,39.2425],[141.94987,39.24248],[141.95005,39.24299],[141.9504,39.24351],[141.95099,39.24344],[141.95104,39.24362],[141.95084,39.24377],[141.95042,39.24369],[141.95086,39.24421],[141.95164,39.24428],[141.95173,39.24451],[141.95194,39.24423],[141.95209,39.2444],[141.95229,39.24425],[141.95247,39.24446],[141.95428,39.24479],[141.95423,39.2445],[141.9543,39.24466],[141.95457,39.24463],[141.95464,39.24444],[141.95509,39.24425],[141.95507,39.24408],[141.9553,39.24417],[141.95522,39.24441],[141.95575,39.24416],[141.95583,39.24438],[141.95616,39.24435],[141.95615,39.24456],[141.95628,39.24459],[141.95685,39.24443],[141.95681,39.24405],[141.95704,39.2443],[141.95707,39.24397],[141.9572,39.24398],[141.95697,39.24382],[141.95713,39.24361],[141.95737,39.24381],[141.95737,39.24413],[141.9577,39.24385],[141.95799,39.24436],[141.95876,39.24468],[141.95871,39.24519],[141.95836,39.24504],[141.95812,39.24529],[141.9588,39.24555],[141.95878,39.24586],[141.95909,39.24584],[141.95884,39.24608],[141.95843,39.24594],[141.95849,39.24638],[141.95859,39.24618],[141.95892,39.24626],[141.95887,39.24642],[141.95918,39.24628],[141.95904,39.24663],[141.95944,39.24658],[141.95984,39.2469],[141.9598,39.2471],[141.96052,39.24742],[141.9612,39.2473],[141.96115,39.247],[141.96169,39.24659],[141.96181,39.24668],[141.96173,39.24642],[141.96188,39.24624],[141.96205,39.24645],[141.96212,39.24622],[141.96236,39.24635],[141.96254,39.24613],[141.96278,39.24635],[141.96263,39.24691],[141.96271,39.24719],[141.96299,39.24704],[141.96287,39.24735],[141.96302,39.24752],[141.9638,39.2476],[141.96387,39.24739],[141.96426,39.24719],[141.96417,39.24683],[141.96436,39.24693],[141.96453,39.2468],[141.96418,39.24636],[141.96472,39.2467],[141.96437,39.24603],[141.96451,39.24583],[141.96461,39.24581],[141.96459,39.24602],[141.96474,39.24584],[141.96534,39.24634],[141.9657,39.24617],[141.96603,39.24644],[141.96623,39.24643],[141.96609,39.24609],[141.96589,39.24614],[141.96539,39.24579],[141.96568,39.24548],[141.96605,39.24593],[141.96631,39.24541],[141.9667,39.24553],[141.96699,39.24588],[141.96687,39.24601],[141.96701,39.24637],[141.96695,39.24671],[141.96664,39.24683],[141.96669,39.247],[141.9675,39.24755],[141.9681,39.24761],[141.96857,39.24724],[141.96863,39.2475],[141.96917,39.24717],[141.96931,39.24776],[141.96955,39.24789],[141.96973,39.24753],[141.96985,39.24774],[141.96995,39.24761],[141.97055,39.24781],[141.97072,39.24753],[141.9713,39.24767],[141.97115,39.2478],[141.97107,39.24861],[141.97085,39.24878],[141.97092,39.24905],[141.97065,39.24909],[141.9709,39.24939],[141.97037,39.24958],[141.97083,39.24974],[141.97044,39.25021],[141.97071,39.25051],[141.97114,39.25049],[141.97126,39.25071],[141.97116,39.2508],[141.97076,39.25058],[141.97044,39.25107],[141.96973,39.25099],[141.96925,39.2516],[141.96899,39.25123],[141.96858,39.25184],[141.96832,39.2514],[141.96845,39.25103],[141.96824,39.25111],[141.96738,39.25054],[141.96688,39.25046],[141.96668,39.25061],[141.96628,39.25044],[141.96637,39.25084],[141.96625,39.25099],[141.96646,39.25124],[141.96629,39.25168],[141.96613,39.25165],[141.96603,39.25136],[141.9662,39.25121],[141.96608,39.25101],[141.96588,39.25104],[141.96593,39.25075],[141.96564,39.25076],[141.96548,39.25059],[141.96497,39.25111],[141.96459,39.25094],[141.96456,39.25056],[141.964,39.25062],[141.96385,39.25076],[141.96393,39.25097],[141.96369,39.25102],[141.96249,39.25081],[141.96155,39.2504],[141.96091,39.25048],[141.96079,39.25054],[141.9608,39.25095],[141.96101,39.2509],[141.96111,39.25107],[141.96098,39.2512],[141.96078,39.25107],[141.96059,39.25136],[141.96049,39.25076],[141.96008,39.25103],[141.9599,39.25087],[141.95983,39.25107],[141.95973,39.25073],[141.9596,39.25096],[141.95962,39.25077],[141.95899,39.25067],[141.95868,39.25037],[141.95855,39.25052],[141.9583,39.2502],[141.95829,39.24985],[141.95765,39.24984],[141.95783,39.25004],[141.95768,39.25036],[141.95733,39.2502],[141.95701,39.25034],[141.95693,39.25019],[141.95711,39.24999],[141.95742,39.24997],[141.95757,39.24945],[141.95733,39.24923],[141.95682,39.24963],[141.95682,39.24928],[141.95706,39.24917],[141.9568,39.24886],[141.95654,39.24884],[141.95651,39.249],[141.95618,39.24875],[141.9554,39.24873],[141.95493,39.24853],[141.95442,39.24879],[141.95425,39.24921],[141.95434,39.24952],[141.95382,39.24949],[141.95369,39.24973],[141.95351,39.24921],[141.95322,39.24911],[141.95304,39.24884],[141.95193,39.24896],[141.95186,39.24925],[141.95174,39.24899],[141.95123,39.24885],[141.95121,39.24917],[141.9507,39.24897],[141.95086,39.24924],[141.95074,39.24938],[141.95049,39.24925],[141.95055,39.24886],[141.9504,39.24862],[141.94989,39.24844],[141.9497,39.24867],[141.94972,39.24834],[141.94904,39.24809],[141.9482,39.24824],[141.94815,39.24809],[141.94743,39.24778],[141.94738,39.24751],[141.9464,39.24749],[141.94597,39.24696],[141.94517,39.24695],[141.94411,39.24803],[141.94411,39.24777],[141.94395,39.24771],[141.94412,39.24741],[141.94356,39.24727],[141.94344,39.24693],[141.94345,39.24747],[141.9433,39.24747],[141.94333,39.24722],[141.94313,39.24723],[141.9432,39.24686],[141.94288,39.24674],[141.94288,39.24646],[141.94245,39.24631],[141.94184,39.24675],[141.94194,39.24713],[141.94167,39.24726],[141.94175,39.24739],[141.94151,39.24762],[141.94128,39.2473],[141.94039,39.24749],[141.94066,39.24777],[141.9405,39.24826],[141.94007,39.24816],[141.93934,39.24854],[141.93924,39.24846],[141.93935,39.2483],[141.93906,39.24818],[141.93877,39.24843],[141.93848,39.24844],[141.93824,39.24819],[141.93829,39.24803],[141.93847,39.24807],[141.93832,39.24796],[141.93853,39.24746],[141.93834,39.2473],[141.93868,39.24714],[141.93859,39.24693],[141.93876,39.24624],[141.93858,39.24597],[141.93872,39.24575],[141.93919,39.2456],[141.939,39.2456],[141.93895,39.24527],[141.93874,39.24535],[141.93898,39.24498],[141.93857,39.24527],[141.93864,39.24506],[141.93831,39.24522],[141.93877,39.24493],[141.93916,39.24486],[141.9391,39.24456],[141.93879,39.24452],[141.93884,39.24432],[141.93868,39.2442],[141.93878,39.24408],[141.93817,39.24389],[141.93713,39.24417],[141.93679,39.24413],[141.93639,39.24435],[141.93578,39.24406],[141.9353,39.24424],[141.93497,39.24399],[141.93535,39.24353],[141.93507,39.24366],[141.93518,39.2435],[141.93494,39.24347],[141.93502,39.24325],[141.93463,39.24298],[141.93432,39.24324],[141.93454,39.24283],[141.93446,39.24274],[141.93379,39.24286],[141.93375,39.24269],[141.93401,39.24246],[141.93356,39.2422],[141.9336,39.24205],[141.93328,39.24199],[141.93255,39.24206],[141.93158,39.24263],[141.9317,39.24306],[141.9319,39.24316],[141.93136,39.24395],[141.93152,39.24416],[141.93141,39.24435],[141.93155,39.2444],[141.93123,39.24455],[141.93145,39.24454],[141.9315,39.2447],[141.93136,39.24491],[141.93115,39.24481],[141.93083,39.24545],[141.9302,39.24528],[141.93036,39.24558],[141.9301,39.24582],[141.93024,39.24562],[141.92993,39.24581],[141.92981,39.24552],[141.92924,39.24558],[141.92912,39.24583],[141.92881,39.24592],[141.92881,39.24604],[141.92919,39.24612],[141.92911,39.24644],[141.92843,39.24628],[141.92823,39.24594],[141.92776,39.24565],[141.92776,39.24518],[141.92742,39.24524],[141.92745,39.24499],[141.92724,39.24509],[141.92704,39.24468],[141.92683,39.24476],[141.92711,39.24424],[141.92689,39.24397],[141.92635,39.24393],[141.92647,39.24365],[141.9263,39.24359],[141.92636,39.24323],[141.92579,39.24281],[141.9255,39.24292],[141.92544,39.24222],[141.9257,39.24196],[141.92558,39.2416],[141.92542,39.24132],[141.92519,39.24135],[141.92534,39.24114],[141.92497,39.2407],[141.92449,39.24058],[141.92456,39.24037],[141.92436,39.24001],[141.92216,39.23937],[141.92072,39.23964],[141.9221,39.23933],[141.92192,39.23905],[141.9222,39.23933],[141.92411,39.23987],[141.9242,39.23971],[141.9238,39.23959],[141.92411,39.23892],[141.92445,39.23874],[141.92372,39.23825],[141.92372,39.23825],[141.92325,39.23807],[141.92316,39.23826],[141.92211,39.23827],[141.92236,39.23783],[141.92211,39.23774],[141.92193,39.23796],[141.92126,39.23779],[141.92121,39.23791],[141.92025,39.23791],[141.92011,39.23828],[141.91984,39.2392],[141.91943,39.2391],[141.91931,39.23924],[141.91943,39.23894],[141.9185,39.23914],[141.91832,39.23931],[141.9184,39.23976],[141.9182,39.24028],[141.9179,39.24034],[141.91783,39.24059],[141.91727,39.2405],[141.91713,39.24085],[141.9171,39.24059],[141.91692,39.24065],[141.91654,39.24015],[141.9155,39.23956],[141.91438,39.23987],[141.91356,39.24053],[141.91339,39.24088],[141.91353,39.2417],[141.91334,39.24242],[141.91361,39.24331],[141.91395,39.24366],[141.91425,39.24372],[141.91429,39.24396],[141.91416,39.24399],[141.91421,39.24432],[141.91398,39.24436],[141.91373,39.2447],[141.91366,39.2452],[141.91405,39.24539],[141.91412,39.24561],[141.91397,39.2457],[141.91423,39.2458],[141.91433,39.24607],[141.9144,39.24598],[141.91458,39.24617],[141.91464,39.24605],[141.91537,39.24684],[141.91519,39.24702],[141.91507,39.2467],[141.91482,39.24658],[141.91478,39.24691],[141.91504,39.24734],[141.91486,39.24738],[141.91466,39.24679],[141.91443,39.247],[141.91444,39.24738],[141.9141,39.24752],[141.91407,39.24775],[141.91361,39.24781],[141.91397,39.24807],[141.91353,39.24834],[141.9135,39.24811],[141.91271,39.248],[141.91199,39.24735],[141.91134,39.24727],[141.91102,39.24762],[141.9103,39.24745],[141.91024,39.24731],[141.91005,39.24744],[141.9098,39.24718],[141.90967,39.2475],[141.90953,39.24719],[141.90934,39.24734],[141.90917,39.24704],[141.90822,39.24677],[141.90746,39.24685],[141.90666,39.24737],[141.90678,39.24744],[141.90663,39.24752],[141.90677,39.24783],[141.90665,39.24805],[141.90685,39.24899],[141.90657,39.24866],[141.90654,39.24885],[141.90618,39.24879],[141.90592,39.24899],[141.90665,39.24907],[141.90667,39.24939],[141.90623,39.24967],[141.90591,39.24934],[141.90594,39.24947],[141.90583,39.24945],[141.90599,39.24972],[141.90585,39.24989],[141.90569,39.2498],[141.90569,39.25017],[141.90512,39.25031],[141.90493,39.25015],[141.90513,39.24955],[141.90437,39.2492],[141.90377,39.24925],[141.90352,39.24958],[141.90323,39.24982],[141.90305,39.24966],[141.90233,39.24963],[141.90191,39.24914],[141.90151,39.24911],[141.90169,39.24875],[141.9014,39.24855],[141.90148,39.24821],[141.90125,39.24807],[141.89933,39.24795],[141.89838,39.24861],[141.89781,39.24877],[141.89771,39.24862],[141.89761,39.24876],[141.8956,39.24785],[141.89609,39.2472],[141.89509,39.2473],[141.89446,39.24762],[141.89419,39.24749],[141.89398,39.2476],[141.89413,39.24747],[141.89375,39.24712],[141.89312,39.24752],[141.89363,39.24714],[141.89259,39.24635],[141.89139,39.24681],[141.89211,39.24749],[141.89268,39.24747],[141.892,39.24754],[141.89128,39.24687],[141.89109,39.24696],[141.89122,39.24711],[141.89048,39.24754],[141.89031,39.24744],[141.89005,39.24774],[141.88994,39.24768],[141.8898,39.24783],[141.88993,39.2479],[141.88958,39.24828],[141.89095,39.24837],[141.89128,39.24815],[141.89096,39.24839],[141.8901,39.24834],[141.88996,39.24855],[141.89335,39.24868],[141.896,39.2498],[141.89631,39.24913],[141.89644,39.24917],[141.89613,39.24986],[141.90272,39.25286],[141.90076,39.25564],[141.90112,39.25589],[141.90165,39.25555],[141.90161,39.25577],[141.90175,39.25587],[141.90193,39.25566],[141.90227,39.25564],[141.90237,39.25597],[141.90295,39.25615],[141.9025,39.25635],[141.90245,39.25659],[141.90304,39.25637],[141.9031,39.25673],[141.9028,39.25678],[141.90277,39.257],[141.90245,39.25716],[141.90213,39.25702],[141.90202,39.25719],[141.90223,39.25741],[141.90223,39.25781],[141.90207,39.25799],[141.90192,39.25782],[141.90177,39.25807],[141.90151,39.25809],[141.90144,39.25786],[141.90081,39.25824],[141.90097,39.2579],[141.90066,39.25779],[141.90048,39.25806],[141.90036,39.25776],[141.89889,39.25841],[141.89883,39.25876],[141.8991,39.25876],[141.8991,39.25892],[141.89926,39.25871],[141.89915,39.25914],[141.89948,39.25925],[141.89904,39.2595],[141.89912,39.25968],[141.89968,39.25958],[141.89948,39.26057],[141.89886,39.26117],[141.89936,39.26171],[141.89656,39.2633],[141.89576,39.26428],[141.89618,39.26543],[141.8972,39.26521],[141.8976,39.2663],[141.89467,39.26739],[141.89212,39.26804],[141.89204,39.26819],[141.89066,39.26771],[141.88845,39.26821],[141.88936,39.26952],[141.89019,39.27013],[141.89013,39.27017],[141.88934,39.26956],[141.88843,39.26826],[141.8868,39.26861],[141.88618,39.26987],[141.88694,39.27111],[141.88776,39.27088],[141.88697,39.27117],[141.88759,39.27234],[141.89303,39.27038],[141.89315,39.2706],[141.88783,39.27255],[141.88781,39.27274],[141.88816,39.27313],[141.88897,39.27293],[141.88905,39.27306],[141.89001,39.27273],[141.89006,39.27282],[141.88913,39.27312],[141.88929,39.27319],[141.88888,39.27335],[141.88858,39.27366],[141.88891,39.27334],[141.8892,39.2735],[141.88906,39.27375],[141.8892,39.27383],[141.89032,39.27421],[141.89114,39.27414],[141.89496,39.27177],[141.89487,39.27133],[141.89527,39.27124],[141.89494,39.27135],[141.89503,39.27175],[141.89575,39.2715],[141.89579,39.27123],[141.89587,39.27159],[141.89735,39.27165],[141.89738,39.27034],[141.8966,39.27048],[141.89838,39.27006],[141.8976,39.27029],[141.89753,39.27169],[141.89937,39.27215],[141.9012,39.27243],[141.9031,39.27246],[141.90343,39.27172],[141.90626,39.27154],[141.90663,39.27183],[141.9077,39.271],[141.90677,39.27033],[141.90754,39.27088],[141.90807,39.27046],[141.90792,39.27035],[141.90814,39.27015],[141.90831,39.27027],[141.90878,39.2699],[141.90867,39.26976],[141.90889,39.26958],[141.90908,39.26968],[141.90954,39.26931],[141.90964,39.26938],[141.91045,39.26874],[141.90924,39.26774],[141.91047,39.26862],[141.91101,39.2674],[141.91132,39.26703],[141.91159,39.26704],[141.91163,39.26679],[141.91182,39.26673],[141.91175,39.26705],[141.91247,39.26709],[141.91278,39.26701],[141.91297,39.26654],[141.91315,39.26648],[141.91316,39.26672],[141.91335,39.2666],[141.9133,39.26682],[141.91353,39.26681],[141.91382,39.26636],[141.91375,39.2668],[141.91397,39.26656],[141.91404,39.26682],[141.91362,39.26727],[141.91381,39.26732],[141.91362,39.26801],[141.91372,39.268],[141.91357,39.26812],[141.9137,39.26828],[141.91422,39.26819],[141.91405,39.26843],[141.91351,39.26863],[141.91376,39.26882],[141.91406,39.26862],[141.91352,39.26956],[141.91368,39.26964],[141.91381,39.2695],[141.91387,39.26969],[141.91397,39.26948],[141.91407,39.27015],[141.91423,39.26995],[141.91412,39.27031],[141.91442,39.27003],[141.91417,39.27051],[141.91454,39.27061],[141.91464,39.27048],[141.91453,39.27077],[141.91466,39.27093],[141.91544,39.27119],[141.91634,39.27107],[141.91636,39.27082],[141.91673,39.27035],[141.91662,39.27038],[141.91676,39.27016],[141.91633,39.26922],[141.91735,39.26712],[141.91952,39.26772],[141.91926,39.26804],[141.91936,39.26815],[141.91974,39.26804],[141.91976,39.26839],[141.92008,39.26848],[141.92028,39.26837],[141.92043,39.26875],[141.92074,39.26874],[141.92108,39.26858],[141.92111,39.26824],[141.92169,39.26792],[141.92174,39.26771],[141.92195,39.26784],[141.92218,39.26753],[141.92255,39.26746],[141.92262,39.26724],[141.92219,39.26634],[141.92234,39.26615],[141.92214,39.2659],[141.92228,39.26565],[141.92246,39.26578],[141.92242,39.26547],[141.92258,39.26554],[141.92266,39.2653],[141.92312,39.26552],[141.92291,39.2655],[141.92298,39.26613],[141.92261,39.26613],[141.92262,39.26634],[141.92299,39.26658],[141.9239,39.2665],[141.9239,39.26638],[141.92428,39.26646],[141.92435,39.26626],[141.92453,39.26643],[141.92602,39.26671],[141.92671,39.26666],[141.92678,39.26681],[141.92767,39.26692],[141.92763,39.26711],[141.9279,39.26721],[141.92804,39.26747],[141.92843,39.26735],[141.92857,39.26775],[141.92883,39.26778],[141.92865,39.26781],[141.92865,39.26834],[141.92835,39.26842],[141.92859,39.26858],[141.92838,39.26859],[141.92815,39.26924],[141.92946,39.26996],[141.92922,39.26998],[141.92932,39.27025],[141.92958,39.27025],[141.92964,39.27049],[141.92929,39.27072],[141.92947,39.27093],[141.92927,39.27104],[141.92935,39.2715],[141.92907,39.27177],[141.92863,39.27168],[141.92818,39.27207],[141.92821,39.27177],[141.92808,39.27171],[141.92774,39.27218],[141.92759,39.27171],[141.92731,39.27172],[141.92657,39.27232],[141.92658,39.2728],[141.9262,39.27295],[141.92605,39.27336],[141.92607,39.2735],[141.92643,39.27348],[141.92657,39.27365],[141.92602,39.2736],[141.92573,39.27419],[141.92618,39.27439],[141.92538,39.27532],[141.92569,39.27538],[141.92592,39.27524],[141.92573,39.27579],[141.92582,39.27597],[141.92545,39.27651],[141.92547,39.27671],[141.92573,39.27674],[141.9256,39.27694],[141.92579,39.27678],[141.92577,39.27691],[141.92491,39.2773],[141.92485,39.27705],[141.92503,39.27706],[141.92487,39.27685],[141.92452,39.27707],[141.92438,39.27759],[141.92426,39.27766],[141.92413,39.27751],[141.92403,39.2779],[141.92341,39.27772],[141.92366,39.27803],[141.92355,39.27839],[141.92319,39.27832],[141.92315,39.27853],[141.9223,39.27831],[141.92234,39.27865],[141.92188,39.2784],[141.92143,39.27886],[141.92167,39.27911],[141.92129,39.2793],[141.92151,39.28006],[141.92272,39.28069],[141.92349,39.28085],[141.92362,39.28058],[141.92394,39.28047],[141.92407,39.28087],[141.92426,39.28094],[141.9243,39.28077],[141.92479,39.28071],[141.92472,39.28047],[141.92502,39.28033],[141.92523,39.28087],[141.92511,39.28099],[141.92538,39.28118],[141.92532,39.28139],[141.92552,39.28133],[141.92604,39.2817],[141.92678,39.28137],[141.92685,39.28181],[141.92662,39.28205],[141.92634,39.28188],[141.9264,39.28205],[141.92612,39.28216],[141.92636,39.28244],[141.92616,39.2826],[141.92593,39.28245],[141.92562,39.28253],[141.92565,39.28269],[141.92591,39.28275],[141.92578,39.28289],[141.92568,39.28278],[141.92555,39.28312],[141.9257,39.28304],[141.92581,39.28341],[141.92619,39.28384],[141.92657,39.28373],[141.92668,39.28408],[141.92669,39.28436],[141.92648,39.28456],[141.92631,39.28422],[141.92576,39.28435],[141.92571,39.28471],[141.92611,39.2848],[141.92578,39.28515],[141.92601,39.28513],[141.92582,39.28541],[141.9256,39.28559],[141.92553,39.2855],[141.92511,39.28594],[141.92509,39.28571],[141.92453,39.28561],[141.92384,39.28627],[141.92386,39.28599],[141.92339,39.28575],[141.92257,39.28583],[141.92169,39.2863],[141.92163,39.28609],[141.92085,39.28621],[141.9208,39.28657],[141.92105,39.28698],[141.92088,39.28712],[141.92075,39.28693],[141.92046,39.2869],[141.92045,39.2867],[141.92013,39.28646],[141.92023,39.28633],[141.91994,39.28614],[141.91944,39.28616],[141.91889,39.28595],[141.91859,39.28661],[141.91828,39.28672],[141.91819,39.28662],[141.91832,39.2863],[141.91806,39.28639],[141.91803,39.2861],[141.91774,39.28606],[141.91779,39.28585],[141.91737,39.28571],[141.91719,39.28581],[141.917,39.28564],[141.91652,39.28571],[141.91582,39.28614],[141.91593,39.28649],[141.91561,39.28682],[141.91592,39.28704],[141.91593,39.2882],[141.91489,39.28939],[141.91479,39.28938],[141.91493,39.28922],[141.91434,39.28883],[141.91402,39.28946],[141.91407,39.28967],[141.91324,39.28979],[141.91285,39.28958],[141.9123,39.28993],[141.91195,39.28971],[141.91209,39.28941],[141.91198,39.28909],[141.91143,39.28932],[141.91087,39.28891],[141.91056,39.28891],[141.91025,39.28919],[141.90996,39.28906],[141.90996,39.28933],[141.90968,39.28925],[141.90953,39.28937],[141.91001,39.28964],[141.91007,39.28992],[141.90988,39.29002],[141.9099,39.28983],[141.90965,39.28984],[141.90957,39.29028],[141.90927,39.29007],[141.9092,39.29027],[141.90936,39.2906],[141.90926,39.29072],[141.90879,39.29045],[141.90866,39.29051],[141.9087,39.29041],[141.90834,39.29017],[141.90795,39.29039],[141.90806,39.29068],[141.90796,39.29075],[141.90649,39.29055],[141.90642,39.29085],[141.90624,39.2909],[141.90601,39.2907],[141.90586,39.29128],[141.90533,39.29138],[141.90524,39.29114],[141.90539,39.29098],[141.90496,39.29096],[141.90439,39.29126],[141.90405,39.29175],[141.90397,39.29223],[141.90425,39.29234],[141.90419,39.29248],[141.90411,39.29257],[141.90434,39.29271],[141.90499,39.29279],[141.90498,39.29311],[141.90546,39.29307],[141.90545,39.29326],[141.90622,39.29299],[141.90608,39.29317],[141.90629,39.29318],[141.9063,39.29351],[141.90666,39.29327],[141.90651,39.29347],[141.90655,39.29396],[141.90737,39.29367],[141.90745,39.29379],[141.90701,39.29404],[141.90702,39.29422],[141.90768,39.29403],[141.9076,39.2942],[141.90785,39.29429],[141.90758,39.29442],[141.90802,39.29466],[141.90798,39.29494],[141.90816,39.295],[141.90883,39.29498],[141.90917,39.29478],[141.90901,39.29511],[141.90935,39.29494],[141.90946,39.29502],[141.90923,39.29537],[141.90933,39.29552],[141.9091,39.29564],[141.90885,39.29553],[141.9083,39.29596],[141.90846,39.29611],[141.90833,39.29639],[141.9083,39.2962],[141.90803,39.2963],[141.90809,39.29616],[141.90761,39.29613],[141.90778,39.29646],[141.90743,39.29678],[141.90733,39.2967],[141.90747,39.29629],[141.90727,39.29616],[141.90705,39.29641],[141.90716,39.29664],[141.90663,39.29726],[141.90652,39.29694],[141.90631,39.29716],[141.90611,39.2971],[141.90587,39.29739],[141.90549,39.29696],[141.90543,39.29746],[141.90501,39.29728],[141.90457,39.29742],[141.90448,39.29763],[141.90395,39.29748],[141.90382,39.29764],[141.9032,39.29782],[141.9032,39.298],[141.90284,39.29829],[141.90257,39.29818],[141.90254,39.29845],[141.9019,39.29841],[141.90207,39.29869],[141.90186,39.2988],[141.90158,39.29861],[141.90155,39.29876],[141.90133,39.29879],[141.90141,39.29891],[141.90114,39.29876],[141.90087,39.29889],[141.9007,39.29881],[141.90062,39.29895],[141.90048,39.29872],[141.90004,39.29871],[141.89876,39.29934],[141.8986,39.29948],[141.89868,39.29974],[141.89851,39.29988],[141.89823,39.29956],[141.89777,39.29955],[141.89771,39.29926],[141.89731,39.29902],[141.89642,39.29915],[141.89583,39.29945],[141.8958,39.2996],[141.89493,39.29944],[141.89383,39.30044],[141.89342,39.30099],[141.89346,39.30126],[141.89314,39.3015],[141.89232,39.3008],[141.89158,39.30091],[141.89128,39.30114],[141.89078,39.30097],[141.89079,39.30075],[141.89044,39.30062],[141.88938,39.30079],[141.88863,39.30064],[141.88796,39.30106],[141.88801,39.30133],[141.88764,39.30114],[141.88739,39.30133],[141.8876,39.3015],[141.88691,39.3018],[141.8869,39.302],[141.88736,39.30264],[141.88726,39.30321],[141.8881,39.30364],[141.88823,39.30353],[141.88829,39.30376],[141.88842,39.30348],[141.88846,39.30411],[141.88883,39.30443],[141.88987,39.30491],[141.89137,39.30465],[141.89103,39.30486],[141.89166,39.30509],[141.89147,39.30529],[141.89172,39.30568],[141.8915,39.30551],[141.89028,39.3058],[141.8903,39.30658],[141.89068,39.3079],[141.89092,39.30824],[141.89209,39.3082],[141.89168,39.30749],[141.89175,39.30711],[141.89235,39.30656],[141.89458,39.30574],[141.89493,39.30624],[141.8956,39.30646],[141.89617,39.30688],[141.89708,39.30676],[141.89719,39.30651],[141.8968,39.306],[141.89665,39.3053],[141.89679,39.30499],[141.89703,39.30489],[141.89699,39.30476],[141.89711,39.30491],[141.89745,39.30491],[141.89772,39.30533],[141.89784,39.30531],[141.89781,39.30559],[141.89831,39.30578],[141.89823,39.30613],[141.89851,39.30627],[141.89829,39.30648],[141.89852,39.30666],[141.89931,39.30649],[141.89919,39.3066],[141.89938,39.30661],[141.89943,39.3068],[141.90124,39.30766],[141.90164,39.30771],[141.90181,39.30742],[141.90202,39.30739],[141.9027,39.30747],[141.90293,39.30769],[141.90269,39.30793],[141.90273,39.30812],[141.9034,39.3083],[141.90351,39.30876],[141.90385,39.30891],[141.90452,39.3089],[141.90511,39.30864],[141.90537,39.30872],[141.90536,39.30851],[141.90632,39.30813],[141.90587,39.30847],[141.90597,39.30858],[141.90581,39.30923],[141.90646,39.30949],[141.90704,39.30945],[141.90707,39.30926],[141.90777,39.30892],[141.90783,39.30912],[141.90829,39.30871],[141.90765,39.30727],[141.90726,39.30727],[141.90779,39.30715],[141.90761,39.30676],[141.90776,39.30657],[141.90775,39.30618],[141.90792,39.30586],[141.90823,39.30585],[141.90854,39.30542],[141.90886,39.30524],[141.90891,39.30547],[141.90914,39.30538],[141.90957,39.30554],[141.90948,39.30524],[141.90999,39.30508],[141.90987,39.30491],[141.9102,39.30482],[141.91029,39.30463],[141.91044,39.30562],[141.91108,39.30572],[141.9112,39.30531],[141.91138,39.30576],[141.91169,39.30523],[141.9121,39.30493],[141.91221,39.30523],[141.91287,39.30515],[141.91307,39.30491],[141.91294,39.30468],[141.91319,39.30455],[141.91364,39.30503],[141.91414,39.30478],[141.91379,39.3052],[141.91386,39.30565],[141.9141,39.30551],[141.91425,39.3057],[141.91478,39.30583],[141.91494,39.30572],[141.9155,39.30611],[141.91573,39.30569],[141.91596,39.30566],[141.91605,39.30497],[141.91618,39.30506],[141.91657,39.30483],[141.91641,39.30461],[141.9166,39.30446],[141.91664,39.30407],[141.91708,39.30411],[141.91673,39.30386],[141.91721,39.30357],[141.91706,39.30322],[141.9172,39.30317],[141.91751,39.30356],[141.9174,39.30371],[141.91761,39.30371],[141.91749,39.30306],[141.91773,39.30296],[141.91798,39.30324],[141.91825,39.30319],[141.91878,39.30356],[141.9186,39.30385],[141.91811,39.30398],[141.91831,39.30399],[141.91807,39.30419],[141.91788,39.30423],[141.91782,39.3041],[141.91721,39.30453],[141.9174,39.30481],[141.9178,39.30483],[141.91829,39.30461],[141.91864,39.30484],[141.91867,39.30502],[141.9185,39.30506],[141.91838,39.30545],[141.91793,39.30553],[141.91804,39.30562],[141.91768,39.30578],[141.91767,39.30593],[141.91839,39.30628],[141.91904,39.30599],[141.91899,39.30614],[141.91919,39.30621],[141.9196,39.30591],[141.92,39.30586],[141.91999,39.30611],[141.91932,39.30664],[141.91943,39.3068],[141.9199,39.30668],[141.91947,39.30725],[141.91981,39.30746],[141.91971,39.30756],[141.92005,39.30784],[141.91999,39.30799],[141.9203,39.30783],[141.92046,39.30798],[141.92021,39.30814],[141.92033,39.30827],[141.92028,39.3088],[141.92066,39.30903],[141.92137,39.30902],[141.92131,39.30917],[141.92172,39.30956],[141.92166,39.3099],[141.92215,39.31004],[141.92277,39.30976],[141.92294,39.30991],[141.9234,39.30976],[141.92399,39.3098],[141.92434,39.30942],[141.92455,39.30974],[141.9254,39.30994],[141.92677,39.30981],[141.92715,39.30966],[141.92738,39.30927],[141.92767,39.3092],[141.92788,39.30937],[141.92807,39.30923],[141.92795,39.30887],[141.92821,39.3085],[141.92857,39.30878],[141.92872,39.30906],[141.92864,39.3093],[141.92903,39.3095],[141.92898,39.30964],[141.92928,39.3094],[141.92956,39.30941],[141.92971,39.30949],[141.92968,39.30969],[141.9312,39.31009],[141.93144,39.31009],[141.93169,39.30979],[141.93209,39.30999],[141.93341,39.30996],[141.93475,39.30954],[141.93515,39.30914],[141.9351,39.30891],[141.9353,39.30865],[141.93615,39.30813],[141.93655,39.30808],[141.93685,39.3082],[141.93668,39.30849],[141.93696,39.30861],[141.93712,39.30849],[141.93747,39.30879],[141.93784,39.3088],[141.93795,39.30866],[141.93823,39.30875],[141.93835,39.30861],[141.93848,39.30875],[141.93901,39.30873],[141.93924,39.30917],[141.93939,39.30902],[141.93951,39.30917],[141.94006,39.30914],[141.94025,39.30931],[141.94046,39.30914],[141.94048,39.30929],[141.94084,39.30934],[141.94052,39.30999],[141.9408,39.31],[141.94064,39.3102],[141.94089,39.31034],[141.94094,39.31069],[141.94113,39.31075],[141.94116,39.31095],[141.94075,39.31124],[141.94104,39.31246],[141.94169,39.31309],[141.9421,39.31326],[141.94298,39.31324],[141.9441,39.31361],[141.94444,39.31334],[141.94496,39.31342],[141.94535,39.31399],[141.94496,39.31434],[141.94505,39.31462],[141.94466,39.31473],[141.94453,39.31508],[141.94551,39.31581],[141.94616,39.31598],[141.94682,39.31591],[141.94692,39.31604],[141.94725,39.31593],[141.947,39.31555],[141.9475,39.31511],[141.94678,39.31464],[141.94626,39.31498],[141.94673,39.31458],[141.94646,39.31439],[141.94657,39.31429],[141.94794,39.31498],[141.94819,39.31531],[141.9483,39.3152],[141.94817,39.315],[141.94869,39.31461],[141.94881,39.31495],[141.94967,39.31482],[141.95006,39.31462],[141.95033,39.31423],[141.95245,39.31341],[141.95296,39.31344],[141.95324,39.31362],[141.95355,39.3134],[141.95455,39.3133],[141.95482,39.31357],[141.95495,39.31336],[141.95507,39.3135],[141.95531,39.31343],[141.956,39.3139],[141.95675,39.31408],[141.95647,39.31437],[141.9564,39.31506],[141.95684,39.31516],[141.95697,39.31537],[141.95658,39.31565],[141.95623,39.31621],[141.95713,39.31676],[141.95752,39.31654],[141.9576,39.31668],[141.95735,39.31673],[141.95753,39.31693],[141.9585,39.31677],[141.96021,39.31594],[141.96122,39.31578],[141.9617,39.31606],[141.96206,39.31603],[141.96236,39.31584],[141.96218,39.31561],[141.96254,39.31519],[141.96296,39.31514],[141.96305,39.31496],[141.96325,39.31515],[141.96342,39.31501],[141.96377,39.31518],[141.96405,39.31502],[141.96398,39.3148],[141.96421,39.31477],[141.9641,39.31467],[141.96437,39.31456],[141.96459,39.31414],[141.96466,39.31429],[141.96579,39.31408],[141.96576,39.31394],[141.96609,39.31389],[141.96671,39.3141],[141.96676,39.31378],[141.96748,39.31374],[141.96744,39.31356],[141.96773,39.31344],[141.96802,39.31352],[141.96801,39.31339],[141.9684,39.31335],[141.9683,39.31317],[141.96854,39.31302],[141.96874,39.3131],[141.96877,39.31343],[141.96921,39.31314],[141.9693,39.31328],[141.96957,39.31313],[141.96975,39.31325],[141.96985,39.31307],[141.97028,39.31299],[141.97029,39.31321],[141.97054,39.31318],[141.97026,39.31336],[141.9708,39.3134],[141.97071,39.31353],[141.97098,39.31367],[141.97093,39.31382],[141.97069,39.31383],[141.97065,39.31406],[141.97161,39.3157],[141.97146,39.31599],[141.97173,39.31625],[141.97153,39.3164],[141.97167,39.31658],[141.97151,39.31654],[141.97149,39.31674],[141.97162,39.31685],[141.97133,39.31686],[141.97137,39.31748],[141.97208,39.31789],[141.97294,39.3181],[141.97321,39.31801],[141.97317,39.31766],[141.97355,39.31757],[141.97382,39.31772],[141.97386,39.31793],[141.97345,39.3183],[141.97373,39.31841],[141.97373,39.31826],[141.97393,39.31831],[141.97393,39.31862],[141.9742,39.31893],[141.97434,39.31887],[141.97444,39.31912],[141.9746,39.3189],[141.97519,39.31895],[141.97509,39.31875],[141.9752,39.31872],[141.9756,39.31893],[141.97603,39.31851],[141.97694,39.31867],[141.97686,39.31886],[141.9765,39.31896],[141.97663,39.31931],[141.97653,39.31947],[141.97666,39.3197],[141.97701,39.31984],[141.97725,39.3196],[141.97731,39.31982],[141.97684,39.32016],[141.97712,39.32073],[141.97672,39.3208],[141.9765,39.32119],[141.97603,39.32114],[141.97601,39.32129],[141.97563,39.32136],[141.97588,39.32159],[141.97619,39.32147],[141.97669,39.32229],[141.97619,39.3228],[141.97644,39.32308],[141.97625,39.32317],[141.97604,39.32298],[141.97626,39.32334],[141.97603,39.32319],[141.97615,39.32337],[141.97575,39.32369],[141.97575,39.32386],[141.9755,39.32373],[141.97537,39.32342],[141.97463,39.32375],[141.9743,39.32373],[141.97465,39.32391],[141.97369,39.32477],[141.97377,39.32546],[141.97385,39.32564],[141.97397,39.32557],[141.9738,39.32529],[141.97384,39.32498],[141.97404,39.32503],[141.9743,39.32543],[141.97484,39.32553],[141.97465,39.32554],[141.97502,39.32576],[141.97464,39.32588],[141.97463,39.32617],[141.97581,39.32667],[141.97523,39.32672],[141.97547,39.32692],[141.975,39.32682],[141.97524,39.32721],[141.97494,39.32723],[141.9759,39.3281],[141.97566,39.32828],[141.97607,39.3283],[141.97606,39.32896],[141.9765,39.32894],[141.97676,39.32876],[141.97733,39.32915],[141.97796,39.32929],[141.97826,39.32995],[141.97818,39.33016],[141.97851,39.33066],[141.97823,39.33084],[141.97839,39.33121],[141.97868,39.3314],[141.97939,39.33151],[141.98001,39.33194],[141.98034,39.33239],[141.98056,39.33298],[141.98015,39.33296],[141.9795,39.33252],[141.97955,39.33286],[141.97909,39.33279],[141.97895,39.33306],[141.97905,39.33324],[141.97891,39.33331],[141.97968,39.33393],[141.98059,39.33432],[141.98077,39.33458],[141.98085,39.33537],[141.98114,39.33557],[141.9813,39.33597],[141.98105,39.33606],[141.98124,39.33613],[141.98125,39.33625],[141.98087,39.33614],[141.98027,39.33632],[141.98041,39.33653],[141.98083,39.33664],[141.98104,39.337],[141.98121,39.33696],[141.98113,39.33676],[141.98136,39.33687],[141.98131,39.33662],[141.98149,39.33666],[141.98165,39.33721],[141.98145,39.33707],[141.98178,39.33766],[141.98202,39.33769],[141.98217,39.3379],[141.98259,39.33908],[141.98341,39.34003],[141.98364,39.34018],[141.98383,39.34012],[141.98329,39.33947],[141.9838,39.33957],[141.98363,39.33931],[141.98388,39.33927],[141.98444,39.33986],[141.98453,39.34044],[141.9844,39.34046],[141.9847,39.34072],[141.9847,39.34043],[141.98484,39.34059],[141.98509,39.34049],[141.98496,39.34038],[141.98503,39.33976],[141.98567,39.33986],[141.98715,39.3409],[141.98719,39.34118],[141.98765,39.34126],[141.98837,39.34192],[141.98813,39.3419],[141.9887,39.34205],[141.98885,39.3426],[141.9886,39.34269],[141.98852,39.34294],[141.98805,39.34298],[141.98777,39.34344],[141.98827,39.34332],[141.98881,39.34352],[141.98856,39.3432],[141.98894,39.34291],[141.98911,39.34293],[141.98912,39.34317],[141.98965,39.34322],[141.99009,39.34422],[141.99001,39.34476],[141.9904,39.34514],[141.99083,39.34495],[141.99126,39.34526],[141.99089,39.34537],[141.99089,39.34579],[141.9913,39.34575],[141.99165,39.34607],[141.99162,39.34586],[141.99187,39.34586],[141.99215,39.34641],[141.9918,39.34623],[141.99184,39.34642],[141.99209,39.34648],[141.99249,39.34692],[141.99268,39.34684],[141.99263,39.34668],[141.99302,39.34712],[141.99294,39.34685],[141.99314,39.34682],[141.99281,39.34657],[141.99342,39.34656],[141.99436,39.34728],[141.99549,39.34851],[141.99426,39.34776],[141.99453,39.34806],[141.9964,39.34933],[141.99638,39.34949],[141.99621,39.34947],[141.99628,39.34968],[141.99673,39.35005],[141.99697,39.35055],[141.99687,39.35084],[141.99673,39.35062],[141.99644,39.35045],[141.99664,39.35065],[141.99669,39.351],[141.99647,39.35103],[141.99627,39.35081],[141.99567,39.34982],[141.99609,39.3509],[141.99537,39.35061],[141.99477,39.35079],[141.99437,39.35049],[141.99456,39.35038],[141.99393,39.35012],[141.99367,39.3502],[141.99339,39.34991],[141.99347,39.3494],[141.99328,39.34929],[141.9928,39.34931],[141.99255,39.34953],[141.99213,39.34935],[141.99201,39.34949],[141.99173,39.3492],[141.99124,39.34935],[141.99043,39.34889],[141.98978,39.34912],[141.98921,39.34863],[141.9889,39.34868],[141.98923,39.3492],[141.98882,39.34923],[141.98875,39.34906],[141.98855,39.34913],[141.98841,39.34897],[141.9884,39.3491],[141.98812,39.3489],[141.98821,39.34881],[141.98739,39.3483],[141.98698,39.34727],[141.98683,39.34772],[141.98645,39.3479],[141.9865,39.34768],[141.98621,39.34763],[141.98625,39.34748],[141.98585,39.34768],[141.98546,39.34727],[141.98554,39.34771],[141.98471,39.34691],[141.9845,39.34697],[141.98467,39.3472],[141.98433,39.34699],[141.98485,39.34777],[141.98462,39.34776],[141.98468,39.34794],[141.98466,39.34815],[141.98457,39.34786],[141.98425,39.34774],[141.9839,39.34727],[141.98412,39.34746],[141.98422,39.34726],[141.98391,39.34721],[141.98362,39.34674],[141.98332,39.34691],[141.98329,39.34676],[141.9832,39.347],[141.98282,39.34691],[141.98291,39.34654],[141.98267,39.346],[141.98253,39.34674],[141.98233,39.34633],[141.98197,39.34616],[141.98158,39.34552],[141.98201,39.34543],[141.98204,39.34526],[141.9811,39.345],[141.98103,39.34472],[141.98131,39.34457],[141.98106,39.34464],[141.98053,39.34427],[141.98053,39.3445],[141.98038,39.34449],[141.97989,39.3441],[141.98009,39.34412],[141.97943,39.34371],[141.97978,39.34373],[141.9791,39.34325],[141.97952,39.34336],[141.97943,39.34314],[141.97968,39.34308],[141.97931,39.34264],[141.97951,39.34262],[141.97944,39.34228],[141.97887,39.34182],[141.97892,39.34199],[141.97873,39.34174],[141.97874,39.34189],[141.97789,39.3414],[141.97836,39.3414],[141.97844,39.34127],[141.97812,39.34074],[141.97753,39.34023],[141.978,39.34016],[141.97779,39.33991],[141.97809,39.33986],[141.97774,39.33952],[141.97799,39.33957],[141.97796,39.33934],[141.97772,39.33937],[141.97781,39.33926],[141.97764,39.33919],[141.97756,39.33935],[141.97726,39.33915],[141.97742,39.33886],[141.977,39.33864],[141.97687,39.33839],[141.97657,39.33837],[141.97666,39.3378],[141.97642,39.33802],[141.97643,39.3383],[141.97605,39.33805],[141.97592,39.33776],[141.97602,39.33755],[141.97549,39.33723],[141.9753,39.33738],[141.97508,39.33728],[141.97504,39.33756],[141.97487,39.33742],[141.9747,39.33771],[141.9745,39.33774],[141.97431,39.33752],[141.9742,39.33781],[141.97353,39.33765],[141.97365,39.33781],[141.97339,39.33762],[141.97335,39.33784],[141.97275,39.33713],[141.97236,39.33734],[141.97196,39.33714],[141.97194,39.33761],[141.97154,39.33722],[141.97141,39.33726],[141.97146,39.33742],[141.97099,39.33705],[141.9714,39.33764],[141.97082,39.33722],[141.97101,39.3375],[141.97085,39.33745],[141.971,39.33759],[141.9708,39.33759],[141.97116,39.33802],[141.97107,39.33808],[141.97029,39.33754],[141.97042,39.33742],[141.97032,39.33734],[141.97064,39.33733],[141.97039,39.33701],[141.97062,39.33684],[141.97051,39.33673],[141.97067,39.33675],[141.97047,39.33653],[141.97062,39.33652],[141.97062,39.33632],[141.97047,39.33632],[141.97026,39.33597],[141.9698,39.33588],[141.9694,39.33599],[141.96953,39.33625],[141.96916,39.33598],[141.96889,39.33604],[141.9691,39.33671],[141.96859,39.33622],[141.96834,39.33629],[141.96872,39.33708],[141.96819,39.3369],[141.96836,39.33732],[141.96771,39.3368],[141.9677,39.33707],[141.96752,39.3369],[141.96759,39.33707],[141.96737,39.33701],[141.96737,39.33667],[141.96711,39.33692],[141.96725,39.33729],[141.96702,39.33709],[141.96696,39.3372],[141.96601,39.33685],[141.9664,39.33737],[141.96636,39.33761],[141.96535,39.33715],[141.96534,39.33694],[141.96507,39.33678],[141.96509,39.33703],[141.96471,39.33683],[141.96505,39.33703],[141.96504,39.3371],[141.96437,39.3368],[141.96442,39.33715],[141.96426,39.33721],[141.9638,39.33695],[141.96416,39.33734],[141.96402,39.33746],[141.96414,39.33758],[141.96393,39.33772],[141.9637,39.33748],[141.96366,39.33715],[141.96329,39.33682],[141.9628,39.33689],[141.96298,39.33727],[141.96248,39.3371],[141.96275,39.33759],[141.9621,39.33691],[141.96147,39.33688],[141.96077,39.33651],[141.95968,39.33644],[141.9593,39.33653],[141.95932,39.33665],[141.95859,39.33669],[141.95872,39.33695],[141.95855,39.33692],[141.95802,39.3374],[141.95812,39.33797],[141.95851,39.33822],[141.95861,39.33859],[141.95899,39.3388],[141.95916,39.33915],[141.95889,39.33916],[141.95994,39.33993],[141.95994,39.34005],[141.95965,39.33992],[141.95961,39.34002],[141.96071,39.34067],[141.96003,39.34061],[141.95971,39.34042],[141.95979,39.34063],[141.95882,39.33999],[141.95888,39.34024],[141.95859,39.34021],[141.95802,39.33985],[141.95804,39.34004],[141.95759,39.33966],[141.95756,39.33996],[141.95724,39.34038],[141.95682,39.34043],[141.95623,39.33998],[141.95607,39.34014],[141.95624,39.34026],[141.95588,39.34046],[141.95578,39.34036],[141.95594,39.34009],[141.95567,39.34032],[141.95504,39.34012],[141.95509,39.34001],[141.95429,39.33945],[141.95451,39.33927],[141.95444,39.33917],[141.95398,39.3391],[141.95356,39.3393],[141.95319,39.33914],[141.95302,39.33885],[141.9533,39.33864],[141.95214,39.33755],[141.95147,39.33739],[141.95173,39.33728],[141.95159,39.33717],[141.95177,39.33712],[141.95178,39.33626],[141.95197,39.33605],[141.95154,39.3356],[141.95092,39.33532],[141.95019,39.33524],[141.94996,39.33551],[141.94955,39.3356],[141.94962,39.33586],[141.9493,39.33579],[141.94942,39.33595],[141.94901,39.33597],[141.94939,39.33619],[141.94878,39.33606],[141.94873,39.3364],[141.9485,39.33639],[141.94773,39.33554],[141.94779,39.33543],[141.9474,39.33528],[141.94759,39.3351],[141.94714,39.33445],[141.94633,39.33418],[141.94614,39.33426],[141.94523,39.33369],[141.94535,39.33359],[141.94521,39.33324],[141.94478,39.33289],[141.94504,39.33259],[141.94499,39.33207],[141.94532,39.33142],[141.94422,39.33061],[141.94274,39.33049],[141.94421,39.33056],[141.94492,39.33107],[141.94532,39.33072],[141.94548,39.33034],[141.94444,39.32959],[141.94365,39.32944],[141.94352,39.32988],[141.94331,39.32984],[141.94339,39.32953],[141.94142,39.32935],[141.94141,39.33017],[141.94172,39.33058],[141.94107,39.32988],[141.94097,39.32891],[141.93925,39.32903],[141.93908,39.32923],[141.93877,39.32913],[141.93846,39.3293],[141.93856,39.32948],[141.93841,39.32955],[141.93856,39.32953],[141.93841,39.32966],[141.9375,39.32943],[141.93737,39.32973],[141.9366,39.33014],[141.93624,39.33007],[141.93613,39.32985],[141.93552,39.33004],[141.93526,39.32996],[141.9354,39.33008],[141.93534,39.33028],[141.93491,39.33006],[141.9348,39.33044],[141.93467,39.33036],[141.93446,39.33055],[141.93455,39.33055],[141.93467,39.33064],[141.93455,39.33058],[141.93436,39.33085],[141.93404,39.33075],[141.93381,39.33102],[141.93385,39.33127],[141.93427,39.33149],[141.93416,39.3317],[141.93393,39.33182],[141.9337,39.3317],[141.93379,39.33186],[141.93353,39.33188],[141.93337,39.33221],[141.93295,39.33211],[141.93251,39.33234],[141.93221,39.33218],[141.9314,39.33223],[141.93048,39.33175],[141.93005,39.33224],[141.9296,39.33246],[141.92812,39.33215],[141.92768,39.33226],[141.92776,39.33236],[141.927,39.33241],[141.92707,39.33254],[141.92685,39.33253],[141.92669,39.33273],[141.9263,39.33272],[141.92555,39.33305],[141.92479,39.33309],[141.92405,39.33282],[141.92382,39.33297],[141.92323,39.33269],[141.92312,39.33283],[141.92284,39.33224],[141.92182,39.3318],[141.9211,39.33097],[141.92077,39.33109],[141.92076,39.33088],[141.91993,39.33028],[141.919,39.32992],[141.91893,39.32967],[141.91863,39.32953],[141.91851,39.32912],[141.91893,39.3287],[141.91808,39.32765],[141.91761,39.32757],[141.91674,39.32708],[141.91667,39.32672],[141.91562,39.32657],[141.9165,39.32665],[141.91685,39.32594],[141.91639,39.32427],[141.91465,39.32397],[141.91464,39.32386],[141.91372,39.32394],[141.91226,39.32434],[141.91245,39.32559],[141.91207,39.32562],[141.91214,39.32607],[141.91254,39.3261],[141.91224,39.32611],[141.91189,39.32696],[141.91145,39.32709],[141.91156,39.32721],[141.91122,39.3278],[141.91138,39.32806],[141.91131,39.32863],[141.91147,39.32864],[141.91124,39.32893],[141.91088,39.32882],[141.91073,39.32858],[141.90969,39.32841],[141.90977,39.32822],[141.90932,39.32799],[141.90952,39.32789],[141.9093,39.32765],[141.90898,39.3276],[141.90898,39.32744],[141.90834,39.32711],[141.90738,39.3274],[141.90679,39.32732],[141.90578,39.32783],[141.90555,39.32761],[141.90573,39.32773],[141.90644,39.32729],[141.90564,39.32642],[141.9051,39.32677],[141.90557,39.32643],[141.90506,39.32592],[141.90413,39.32649],[141.90395,39.32646],[141.90459,39.32713],[141.90429,39.32684],[141.90353,39.32716],[141.90291,39.32715],[141.90251,39.32745],[141.90044,39.33012],[141.8996,39.33209],[141.89897,39.33447],[141.89897,39.33734],[141.90009,39.3382],[141.90041,39.33932],[141.90162,39.33961],[141.90221,39.34027],[141.90273,39.34028],[141.90301,39.3401],[141.90296,39.34022],[141.9032,39.34038],[141.90496,39.34073],[141.90504,39.34015],[141.90515,39.3403],[141.90498,39.34085],[141.9065,39.34069],[141.90731,39.34127],[141.90764,39.34115],[141.90766,39.3414],[141.90728,39.34155],[141.90727,39.34182],[141.90769,39.34284],[141.90789,39.34278],[141.90771,39.34288],[141.90784,39.34306],[141.90792,39.34314],[141.90805,39.34291],[141.90898,39.34383],[141.91085,39.34412],[141.91092,39.34317],[141.9107,39.3429],[141.91098,39.34318],[141.91088,39.34427],[141.91214,39.34416],[141.91254,39.34462],[141.91305,39.34454],[141.91359,39.34506],[141.91496,39.34533],[141.9153,39.3456],[141.91538,39.34679],[141.91576,39.34689],[141.91539,39.34706],[141.9155,39.34733],[141.91448,39.34775],[141.91436,39.34796],[141.91459,39.34863],[141.91435,39.34803],[141.91332,39.34827],[141.91323,39.34868],[141.9127,39.34935],[141.91262,39.3498],[141.91277,39.34963],[141.91272,39.34981],[141.91308,39.35021],[141.91707,39.35171],[141.9191,39.35292],[141.91822,39.35257],[141.91823,39.35281],[141.91844,39.35286],[141.91714,39.35364],[141.91746,39.35402],[141.9171,39.35366],[141.91645,39.35405],[141.91631,39.3539],[141.91472,39.35486],[141.91596,39.35609],[141.91825,39.35466],[141.91944,39.35538],[141.92829,39.35233],[141.92847,39.35317],[141.93024,39.35308],[141.93008,39.35232],[141.93064,39.35224],[141.9307,39.35235],[141.93322,39.35141],[141.93335,39.3513],[141.93305,39.35082],[141.93329,39.35115],[141.93364,39.35101],[141.93348,39.35076],[141.93307,39.35073],[141.93314,39.35042],[141.93312,39.35068],[141.93345,39.35072],[141.93365,39.35046],[141.93355,39.35033],[141.93332,39.35039],[141.93359,39.35028],[141.93159,39.34773],[141.93135,39.34791],[141.93098,39.34773],[141.93142,39.34755],[141.93161,39.34764],[141.93423,39.35101],[141.9341,39.35109],[141.93522,39.35095],[141.93598,39.35029],[141.93623,39.35039],[141.93699,39.35011],[141.93737,39.34974],[141.93806,39.34941],[141.93835,39.3489],[141.93902,39.34839],[141.939,39.34825],[141.93963,39.34823],[141.9395,39.34828],[141.94013,39.34867],[141.9404,39.3491],[141.94109,39.34919],[141.94111,39.34942],[141.94132,39.3495],[141.94124,39.34981],[141.94161,39.35017],[141.94151,39.35029],[141.94234,39.35084],[141.94309,39.35082],[141.9431,39.35068],[141.94358,39.35059],[141.94427,39.3508],[141.94462,39.35063],[141.94569,39.35056],[141.9456,39.35044],[141.94583,39.35037],[141.94651,39.35068],[141.94655,39.35112],[141.94729,39.35161],[141.94749,39.35147],[141.94744,39.35132],[141.94775,39.35136],[141.94867,39.35185],[141.9488,39.35211],[141.9497,39.35279],[141.94989,39.35276],[141.94984,39.35256],[141.95046,39.35272],[141.9506,39.35338],[141.9507,39.35297],[141.95093,39.35283],[141.95188,39.35307],[141.95247,39.3538],[141.95257,39.35365],[141.95315,39.35388],[141.95301,39.35407],[141.95353,39.35415],[141.95448,39.35467],[141.95452,39.3545],[141.95493,39.35465],[141.95474,39.35442],[141.95484,39.35444],[141.95548,39.35512],[141.95543,39.3553],[141.95561,39.35532],[141.95566,39.35546],[141.95525,39.35529],[141.95548,39.35556],[141.95592,39.35565],[141.95631,39.35546],[141.95668,39.35564],[141.95687,39.35557],[141.95742,39.35598],[141.95766,39.3566],[141.95776,39.35739],[141.95762,39.35742],[141.95789,39.35774],[141.95792,39.35833],[141.95831,39.35837],[141.95871,39.3592],[141.95843,39.35929],[141.95825,39.35915],[141.9582,39.35941],[141.95794,39.35923],[141.95766,39.35991],[141.95744,39.35992],[141.95728,39.36013],[141.95734,39.36031],[141.95694,39.36047],[141.95699,39.36066],[141.95684,39.36062],[141.95666,39.36088],[141.95646,39.36081],[141.95654,39.36094],[141.95635,39.36109],[141.95618,39.36077],[141.95581,39.36074],[141.95618,39.36114],[141.956,39.36117],[141.95579,39.36085],[141.95558,39.36109],[141.95552,39.36133],[141.95579,39.36133],[141.95597,39.36168],[141.95571,39.36168],[141.95566,39.36184],[141.95615,39.36199],[141.95595,39.36227],[141.95653,39.36228],[141.95651,39.36214],[141.95668,39.36244],[141.95675,39.36215],[141.9571,39.36271],[141.95704,39.36251],[141.95719,39.36248],[141.95759,39.36272],[141.9577,39.36287],[141.95756,39.36292],[141.9588,39.36353],[141.95925,39.36392],[141.95927,39.36425],[141.95904,39.36437],[141.95908,39.3645],[141.95999,39.36456],[141.96051,39.36518],[141.96026,39.36525],[141.96091,39.36585],[141.96092,39.36562],[141.96188,39.36589],[141.96259,39.36681],[141.96281,39.36662],[141.96378,39.3675],[141.9639,39.36791],[141.96408,39.36793],[141.96371,39.36735],[141.96343,39.36707],[141.96327,39.36649],[141.96359,39.3667],[141.96355,39.36685],[141.96373,39.36696],[141.96362,39.3671],[141.96417,39.3675],[141.9641,39.36776],[141.96452,39.36777],[141.96497,39.36806],[141.96511,39.36832],[141.96501,39.36847],[141.96446,39.3684],[141.96397,39.36864],[141.96392,39.36883],[141.96363,39.36878],[141.96353,39.36902],[141.96381,39.36913],[141.96369,39.36919],[141.96388,39.36934],[141.96518,39.36921],[141.96575,39.36988],[141.96563,39.36998],[141.96581,39.37026],[141.96574,39.37049],[141.96523,39.37063],[141.96551,39.3707],[141.96525,39.37086],[141.96447,39.37101],[141.96445,39.37116],[141.96569,39.37106],[141.96608,39.37118],[141.96507,39.37161],[141.96449,39.37157],[141.96451,39.3717],[141.96499,39.37176],[141.96463,39.37177],[141.96457,39.37194],[141.96673,39.37167],[141.9667,39.37183],[141.96683,39.37185],[141.96667,39.37195],[141.96687,39.37209],[141.96696,39.37238],[141.96679,39.37236],[141.96699,39.37266],[141.96723,39.3728],[141.96735,39.37266],[141.9679,39.37316],[141.96763,39.37351],[141.96787,39.37384],[141.96769,39.37458],[141.96737,39.37432],[141.96753,39.37467],[141.96736,39.37493],[141.96707,39.37491],[141.96708,39.37511],[141.96675,39.37526],[141.96707,39.37485],[141.96699,39.37461],[141.9668,39.37467],[141.9665,39.3752],[141.966,39.37527],[141.96611,39.37574],[141.96585,39.3758],[141.96573,39.37607],[141.96606,39.37609],[141.96586,39.37618],[141.96585,39.37647],[141.966,39.37647],[141.9662,39.37696],[141.96579,39.37726],[141.96633,39.37719],[141.9663,39.37736],[141.96657,39.37763],[141.96651,39.37785],[141.96639,39.37767],[141.96532,39.37784],[141.96531,39.37809],[141.96495,39.37811],[141.96474,39.37833],[141.96489,39.37843],[141.96484,39.37852],[141.96466,39.37851],[141.96457,39.37875],[141.96444,39.37861],[141.96444,39.37879],[141.96401,39.37834],[141.96282,39.37825],[141.96276,39.37807],[141.96298,39.37798],[141.9625,39.37774],[141.96252,39.3776],[141.96231,39.3775],[141.96243,39.37736],[141.96218,39.37737],[141.9623,39.37728],[141.96221,39.37718],[141.96199,39.37725],[141.96187,39.3771],[141.96182,39.37723],[141.96148,39.37706],[141.96129,39.37725],[141.96114,39.37707],[141.96016,39.37675],[141.95966,39.37686],[141.95961,39.3771],[141.95934,39.37707],[141.95885,39.37625],[141.95719,39.37621],[141.95707,39.37602],[141.95672,39.37595],[141.95652,39.37603],[141.95655,39.37639],[141.95638,39.37664],[141.95587,39.37616],[141.95604,39.37612],[141.95566,39.37605],[141.95537,39.37551],[141.95568,39.37511],[141.95588,39.37509],[141.95586,39.37459],[141.95451,39.37388],[141.95428,39.37389],[141.95417,39.37411],[141.95398,39.37385],[141.95432,39.37373],[141.95431,39.37345],[141.95387,39.37299],[141.95308,39.37298],[141.95293,39.37283],[141.95195,39.37325],[141.95183,39.37309],[141.95269,39.37272],[141.95306,39.37231],[141.95292,39.37201],[141.95268,39.372],[141.9525,39.37174],[141.95048,39.37128],[141.9504,39.37114],[141.94901,39.37122],[141.9503,39.37258],[141.94997,39.37273],[141.94904,39.37157],[141.94917,39.3715],[141.94864,39.3708],[141.94877,39.37069],[141.94862,39.37051],[141.94822,39.37039],[141.94727,39.37059],[141.946,39.37133],[141.94421,39.37273],[141.94354,39.37369],[141.94351,39.37427],[141.94453,39.37467],[141.94436,39.37464],[141.94398,39.37532],[141.94491,39.37569],[141.94518,39.37527],[141.94573,39.37553],[141.94563,39.37578],[141.94583,39.37578],[141.9453,39.37663],[141.94522,39.37725],[141.94468,39.3774],[141.94448,39.37722],[141.94436,39.37669],[141.94391,39.3765],[141.9437,39.37655],[141.94377,39.3767],[141.94366,39.37664],[141.94361,39.37628],[141.94409,39.37554],[141.94363,39.37609],[141.94288,39.37572],[141.94295,39.37601],[141.94332,39.37613],[141.94355,39.37666],[141.9428,39.37704],[141.94272,39.3773],[141.94253,39.37721],[141.94224,39.37743],[141.94114,39.37884],[141.94106,39.37906],[141.94142,39.37924],[141.94153,39.37947],[141.94111,39.37946],[141.94081,39.37978],[141.94114,39.37999],[141.94108,39.38019],[141.94065,39.38011],[141.94098,39.38029],[141.94016,39.38002],[141.94025,39.38023],[141.93992,39.38014],[141.93994,39.38031],[141.93978,39.38023],[141.93946,39.38054],[141.93806,39.38359],[141.93798,39.38471],[141.93861,39.38547],[141.93914,39.38663],[141.93991,39.38739],[141.94086,39.38788],[141.94095,39.38773],[141.94117,39.38777],[141.94095,39.38799],[141.94107,39.3881],[141.94229,39.38844],[141.94257,39.38804],[141.9422,39.38769],[141.9423,39.38764],[141.94273,39.38811],[141.94242,39.38851],[141.94286,39.38853],[141.94284,39.38874],[141.94324,39.38883],[141.94362,39.38922],[141.94363,39.38945],[141.94394,39.38947],[141.94407,39.38975],[141.94387,39.38997],[141.94306,39.39001],[141.94337,39.39006],[141.94353,39.39024],[141.9434,39.39032],[141.94412,39.39054],[141.94448,39.39096],[141.9446,39.39159],[141.94477,39.3916],[141.9449,39.39124],[141.94518,39.39179],[141.94539,39.39173],[141.94544,39.3919],[141.94575,39.39175],[141.94615,39.39191],[141.94602,39.39209],[141.94624,39.39228],[141.94633,39.39212],[141.94647,39.39245],[141.94636,39.39181],[141.947,39.39213],[141.94648,39.39261],[141.94722,39.39303],[141.94632,39.39301],[141.94586,39.39277],[141.94575,39.39303],[141.94597,39.39321],[141.94584,39.39339],[141.94596,39.39369],[141.94684,39.39376],[141.94741,39.39432],[141.94778,39.39428],[141.9479,39.39407],[141.9486,39.39453],[141.94826,39.39457],[141.94853,39.39487],[141.94873,39.39465],[141.94897,39.39479],[141.94929,39.39471],[141.94889,39.39502],[141.94889,39.39519],[141.94917,39.39546],[141.94962,39.39556],[141.94964,39.39526],[141.95,39.39538],[141.95002,39.39553],[141.94981,39.39549],[141.94998,39.39605],[141.95066,39.39598],[141.95084,39.39564],[141.951,39.39594],[141.95108,39.39569],[141.9513,39.39612],[141.9505,39.39668],[141.95017,39.39674],[141.95022,39.39692],[141.95085,39.39682],[141.95123,39.39693],[141.95151,39.39678],[141.95201,39.39693],[141.9521,39.39714],[141.95185,39.39724],[141.95213,39.39723],[141.95219,39.39708],[141.95228,39.39722],[141.95216,39.39723],[141.9523,39.39728],[141.95181,39.39777],[141.95234,39.3975],[141.95246,39.39766],[141.95229,39.39772],[141.95264,39.3978],[141.95228,39.39807],[141.95251,39.39821],[141.95235,39.39827],[141.95275,39.39824],[141.95284,39.3983],[141.95265,39.39843],[141.95299,39.39853],[141.95263,39.39865],[141.95258,39.39888],[141.95324,39.39888],[141.95333,39.3992],[141.95312,39.39924],[141.9531,39.39948],[141.95403,39.40043],[141.9544,39.40046],[141.95456,39.4007],[141.95472,39.40039],[141.95494,39.40065],[141.95499,39.40037],[141.95544,39.40048],[141.95554,39.40032],[141.95575,39.40074],[141.95593,39.40057],[141.95629,39.40074],[141.95638,39.40108],[141.95595,39.40096],[141.95591,39.40133],[141.95575,39.40125],[141.95605,39.40162],[141.95568,39.4015],[141.95561,39.40163],[141.95596,39.40169],[141.95618,39.40212],[141.95651,39.4022],[141.95661,39.40199],[141.9566,39.4022],[141.95694,39.40233],[141.95689,39.40253],[141.95675,39.40252],[141.95679,39.4027],[141.95661,39.40276],[141.95667,39.40296],[141.95626,39.40301],[141.95655,39.40319],[141.95618,39.40316],[141.95745,39.40365],[141.95747,39.40387],[141.95728,39.40387],[141.9575,39.40419],[141.95727,39.40409],[141.9571,39.40418],[141.9573,39.40416],[141.9576,39.40453],[141.95728,39.4047],[141.9576,39.40501],[141.95754,39.40556],[141.95774,39.40606],[141.95783,39.40581],[141.9583,39.40613],[141.95816,39.40571],[141.95883,39.40563],[141.9592,39.40584],[141.95884,39.40595],[141.95863,39.40618],[141.95917,39.40598],[141.95975,39.40617],[141.95986,39.40634],[141.95983,39.40613],[141.96001,39.40629],[141.95996,39.4061],[141.96014,39.40603],[141.96022,39.40623],[141.96007,39.40631],[141.96041,39.40644],[141.96028,39.40664],[141.96075,39.40698],[141.961,39.40779],[141.96123,39.40796],[141.96111,39.40769],[141.96124,39.40764],[141.96151,39.40808],[141.96142,39.40775],[141.96161,39.40785],[141.96149,39.40831],[141.96162,39.40843],[141.96183,39.40834],[141.96195,39.40847],[141.96186,39.40853],[141.96199,39.40845],[141.96217,39.40875],[141.96199,39.40874],[141.96206,39.40891],[141.96249,39.40921],[141.96179,39.40922],[141.96301,39.40939],[141.96273,39.40957],[141.96313,39.40947],[141.96331,39.40996],[141.9631,39.41005],[141.96294,39.40991],[141.96308,39.40984],[141.96285,39.40984],[141.96281,39.4101],[141.96309,39.41038],[141.96276,39.41055],[141.96328,39.41089],[141.96334,39.41109],[141.96266,39.41136],[141.96358,39.41129],[141.9636,39.41142],[141.96332,39.41155],[141.96331,39.41179],[141.96316,39.41178],[141.96319,39.412],[141.96341,39.41204],[141.9633,39.41215],[141.96354,39.41222],[141.96378,39.41207],[141.96378,39.41238],[141.9639,39.4123],[141.96396,39.41248],[141.96375,39.41255],[141.96396,39.41272],[141.96428,39.41268],[141.96456,39.41285],[141.96462,39.41273],[141.96494,39.41307],[141.96485,39.41286],[141.96505,39.41299],[141.96508,39.41281],[141.96529,39.41312],[141.9657,39.41321],[141.96568,39.41334],[141.96672,39.41358],[141.96674,39.41371],[141.96635,39.41383],[141.96669,39.41402],[141.96724,39.41494],[141.96719,39.41464],[141.96735,39.41479],[141.96759,39.41546],[141.96815,39.41553],[141.96826,39.41596],[141.96857,39.41623],[141.96859,39.41687],[141.96891,39.41689],[141.969,39.4166],[141.96923,39.41666],[141.96939,39.4172],[141.96999,39.4172],[141.96979,39.41747],[141.96999,39.41783],[141.9699,39.41792],[141.97048,39.41869],[141.97114,39.419],[141.97205,39.41916],[141.97284,39.41973],[141.97247,39.42048],[141.97258,39.42074],[141.97242,39.42118],[141.97286,39.42183],[141.9728,39.42222],[141.97438,39.42234],[141.97416,39.4237],[141.97531,39.42379],[141.97541,39.42344],[141.97533,39.42398],[141.9755,39.42432],[141.97529,39.42398],[141.97414,39.42388],[141.97401,39.42484],[141.97424,39.42487],[141.97391,39.425],[141.97392,39.42584],[141.97427,39.42633],[141.9754,39.42628],[141.97537,39.42484],[141.97551,39.42491],[141.97554,39.42666],[141.97498,39.42686],[141.97503,39.42703],[141.97532,39.42698],[141.97579,39.42745],[141.97628,39.42765],[141.9765,39.42753],[141.97636,39.42731],[141.97649,39.427],[141.97683,39.42703],[141.97673,39.42725],[141.97712,39.42746],[141.97815,39.42744],[141.97807,39.42733],[141.97823,39.42721],[141.98088,39.42694],[141.98157,39.4266],[141.98228,39.42599],[141.98136,39.42593],[141.9824,39.42599],[141.98246,39.42525],[141.98196,39.42513],[141.98192,39.42496],[141.97966,39.42444],[141.97949,39.42293],[141.97962,39.42374],[141.9821,39.42438],[141.98345,39.42131],[141.98161,39.42085],[141.98239,39.41905],[141.98183,39.42045],[141.98381,39.42093],[141.98513,39.4179],[141.98493,39.41781],[141.98532,39.41773],[141.98533,39.41691],[141.98504,39.41662],[141.98336,39.41611],[141.98291,39.4169],[141.98309,39.41641],[141.9827,39.41631],[141.98294,39.41633],[141.9831,39.4161],[141.983,39.41591],[141.98302,39.41606],[141.98281,39.41601],[141.98251,39.41581],[141.98261,39.41572],[141.98228,39.41565],[141.98213,39.41525],[141.98231,39.41528],[141.98193,39.41502],[141.982,39.41461],[141.98183,39.41451],[141.98178,39.41427],[141.98192,39.41426],[141.98174,39.41405],[141.98186,39.41405],[141.98156,39.41387],[141.98153,39.41355],[141.98183,39.41352],[141.98187,39.41293],[141.98138,39.4122],[141.98126,39.4108],[141.98093,39.41046],[141.98082,39.41063],[141.98061,39.41054],[141.98041,39.41002],[141.9809,39.40962],[141.98174,39.40926],[141.98168,39.40898],[141.98196,39.40899],[141.98207,39.40878],[141.98251,39.40894],[141.98226,39.40868],[141.98238,39.40859],[141.98338,39.40871],[141.98326,39.40855],[141.98364,39.40838],[141.98399,39.40842],[141.98414,39.40859],[141.98402,39.40863],[141.98407,39.40878],[141.98411,39.40865],[141.9846,39.4086],[141.98443,39.40905],[141.98472,39.40871],[141.98507,39.40865],[141.98562,39.40881],[141.98531,39.40858],[141.986,39.40847],[141.98622,39.40892],[141.9881,39.40877],[141.98902,39.4093],[141.98944,39.40925],[141.98936,39.40945],[141.98973,39.40937],[141.98954,39.40909],[141.99009,39.40936],[141.9905,39.40909],[141.99029,39.40888],[141.99068,39.4088],[141.99086,39.40896],[141.99137,39.40883],[141.9914,39.40907],[141.99124,39.40913],[141.9916,39.4091],[141.99158,39.40923],[141.99182,39.40923],[141.99188,39.40907],[141.99309,39.40918],[141.99311,39.40905],[141.99383,39.40901],[141.99367,39.40919],[141.99412,39.40955],[141.9944,39.40942],[141.99493,39.40958],[141.995,39.40932],[141.99513,39.40971],[141.99561,39.40995],[141.99599,39.40978],[141.99612,39.4099],[141.99605,39.40975],[141.99628,39.40962],[141.9968,39.40985],[141.99677,39.41009],[141.99702,39.41026],[141.99703,39.41064],[141.99663,39.41088],[141.99678,39.41137],[141.9971,39.4117],[141.99818,39.41217],[141.99877,39.41196],[141.99858,39.4119],[141.99923,39.4113],[141.99965,39.41121],[141.99963,39.41148],[141.99987,39.41151],[141.99992,39.41107],[142.00015,39.41103],[142.00019,39.41126],[142.00058,39.41123],[142.00081,39.411],[142.001,39.41104],[142.00097,39.41084],[142.00122,39.41073],[142.0023,39.41118],[142.00279,39.4111],[142.00302,39.41078],[142.00322,39.41085],[142.00429,39.41054],[142.00464,39.41067],[142.0051,39.41042],[142.00537,39.41044],[142.00563,39.41075],[142.00531,39.41077],[142.00517,39.41103],[142.00518,39.41148],[142.00541,39.41186],[142.00521,39.41199],[142.00532,39.41243],[142.00549,39.41243],[142.00539,39.41252],[142.00562,39.41262],[142.00564,39.41291],[142.00582,39.41292],[142.00582,39.41339],[142.00565,39.41336],[142.00596,39.41363],[142.00575,39.41407],[142.00596,39.41446],[142.00741,39.41537],[142.00853,39.41556],[142.00887,39.41532],[142.00921,39.41546],[142.00931,39.41521],[142.00974,39.41502],[142.0098,39.41427],[142.01008,39.41421],[142.0102,39.4146],[142.01009,39.41514],[142.01045,39.41522],[142.01045,39.41564],[142.011,39.41552],[142.01079,39.41606],[142.01107,39.41628],[142.01053,39.41706],[142.01002,39.41741],[142.00978,39.41734],[142.009,39.41771],[142.00907,39.41796],[142.00928,39.41805],[142.00975,39.41793],[142.00957,39.41833],[142.00919,39.41826],[142.00863,39.41867],[142.00847,39.41851],[142.00804,39.41866],[142.00738,39.41935],[142.00751,39.41948],[142.00727,39.41976],[142.00721,39.42044],[142.00739,39.42069],[142.00714,39.42071],[142.00723,39.42099],[142.0068,39.42129],[142.00703,39.42199],[142.00756,39.42248],[142.00783,39.4224],[142.00787,39.42264],[142.00769,39.42277],[142.00818,39.42324],[142.00812,39.42346],[142.00795,39.42347],[142.00795,39.42361],[142.00811,39.42364],[142.00802,39.42393],[142.00779,39.42412],[142.00813,39.42498],[142.00941,39.42586],[142.00935,39.42606],[142.01052,39.42652],[142.01212,39.42669],[142.01224,39.42593],[142.01263,39.42546],[142.01231,39.42598],[142.0123,39.42666],[142.01322,39.42666],[142.0134,39.42657],[142.01335,39.4261],[142.01378,39.42586],[142.01365,39.42585],[142.01436,39.42583],[142.01475,39.42552],[142.01448,39.42519],[142.01399,39.42525],[142.01354,39.42503],[142.01399,39.42519],[142.01454,39.42507],[142.01485,39.42544],[142.01499,39.42519],[142.01518,39.42565],[142.01552,39.42544],[142.01537,39.4252],[142.01545,39.425],[142.01572,39.42497],[142.01565,39.42479],[142.01682,39.42509],[142.01671,39.42491],[142.01709,39.42485],[142.01678,39.42457],[142.01718,39.42474],[142.01735,39.42455],[142.01757,39.42479],[142.01758,39.42442],[142.01808,39.42448],[142.01835,39.42405],[142.0181,39.42382],[142.01833,39.42389],[142.01848,39.42377],[142.01814,39.42324],[142.01838,39.42311],[142.0189,39.42322],[142.01871,39.42261],[142.01848,39.42251],[142.01869,39.42237],[142.01923,39.42263],[142.019,39.42236],[142.01929,39.42243],[142.01902,39.42219],[142.01922,39.42224],[142.01926,39.42208],[142.01954,39.42203],[142.01952,39.4218],[142.01967,39.42187],[142.01984,39.42172],[142.01961,39.42148],[142.01981,39.42144],[142.0196,39.42131],[142.02017,39.42097],[142.01997,39.4206],[142.02027,39.42058],[142.02156,39.42107],[142.02177,39.42097],[142.02181,39.42058],[142.0221,39.42071],[142.0222,39.42047],[142.02253,39.42062],[142.02226,39.4202],[142.02301,39.42023],[142.02237,39.42003],[142.02232,39.41966],[142.02217,39.41958],[142.02301,39.41934],[142.02238,39.41936],[142.02302,39.41902],[142.02273,39.41903],[142.02285,39.4185],[142.02237,39.41829],[142.02245,39.41817],[142.02299,39.41821],[142.02258,39.41806],[142.02258,39.41778],[142.02238,39.4177],[142.02247,39.41755],[142.02273,39.41776],[142.02323,39.41777],[142.02322,39.41735],[142.02335,39.41726],[142.02354,39.41743],[142.0234,39.41721],[142.02364,39.41717],[142.02393,39.41727],[142.02435,39.4178],[142.02442,39.41764],[142.02477,39.41773],[142.02473,39.41735],[142.02509,39.41727],[142.02493,39.41713],[142.02538,39.41717],[142.02502,39.41695],[142.02531,39.41673],[142.02521,39.41664],[142.02584,39.41648],[142.02548,39.41648],[142.02545,39.41637],[142.02575,39.41634],[142.02581,39.41621],[142.02541,39.41609],[142.02553,39.41603],[142.02613,39.41603],[142.02632,39.41633],[142.02611,39.41643],[142.0265,39.41638],[142.02626,39.41612],[142.02681,39.41607],[142.02693,39.41624],[142.02752,39.41613],[142.02741,39.41603],[142.02791,39.41593],[142.02836,39.41551],[142.02857,39.4156],[142.02841,39.41578],[142.02934,39.41571],[142.03017,39.41617],[142.02971,39.41568],[142.02982,39.41565],[142.03005,39.41588],[142.03066,39.41599],[142.03094,39.41638],[142.03098,39.41612],[142.03074,39.41577],[142.03085,39.41569],[142.03109,39.41581],[142.0312,39.41612],[142.03182,39.41646],[142.03191,39.41628],[142.03177,39.41624],[142.03149,39.41573],[142.03205,39.4161],[142.03202,39.41644],[142.03167,39.41663],[142.03067,39.41676],[142.03068,39.41695],[142.03167,39.41712],[142.03147,39.41749],[142.0318,39.41746],[142.03174,39.41736],[142.03213,39.41714],[142.0323,39.41767],[142.03242,39.41715],[142.0331,39.41722],[142.03293,39.41787],[142.03155,39.41792],[142.03158,39.41806],[142.03355,39.41811],[142.03414,39.41835],[142.03489,39.41821],[142.03606,39.41848],[142.03642,39.4193],[142.03586,39.41943],[142.03606,39.41985],[142.03569,39.42011],[142.03581,39.42062],[142.0363,39.42058],[142.03609,39.42088],[142.03649,39.42138],[142.03633,39.42159],[142.03663,39.42181],[142.03734,39.42186],[142.03759,39.42177],[142.03761,39.42144],[142.03812,39.42147],[142.03833,39.42194],[142.03882,39.42236],[142.03813,39.42287],[142.0378,39.42275],[142.03746,39.42288],[142.03753,39.42319],[142.0379,39.42339],[142.03764,39.4236],[142.03784,39.42379],[142.03777,39.42392],[142.03817,39.42393],[142.03841,39.42434],[142.03771,39.42466],[142.03805,39.42527],[142.03841,39.42543],[142.03851,39.42524],[142.03866,39.42544],[142.03885,39.42503],[142.03966,39.42488],[142.0397,39.42467],[142.04001,39.42497],[142.0401,39.42478],[142.04032,39.42482],[142.04063,39.42551],[142.04083,39.4255],[142.0411,39.42585],[142.04111,39.42623],[142.0417,39.42631],[142.04163,39.42603],[142.04195,39.42589],[142.04244,39.42595],[142.04257,39.42569],[142.0431,39.42581],[142.04332,39.42566],[142.04381,39.42582],[142.04432,39.42577],[142.04463,39.42603],[142.04467,39.42633],[142.04439,39.42665],[142.04404,39.42652],[142.04414,39.42702],[142.04402,39.42738],[142.04328,39.42735],[142.04295,39.42718],[142.04275,39.42788],[142.04151,39.42764],[142.04139,39.42804],[142.04183,39.42871],[142.04234,39.4291],[142.04183,39.42953],[142.04208,39.42987],[142.0417,39.42972],[142.04184,39.42998],[142.04145,39.42993],[142.04114,39.4306],[142.04158,39.43081],[142.04168,39.43129],[142.0423,39.43125],[142.04279,39.43165],[142.04244,39.43176],[142.04209,39.4316],[142.04224,39.43194],[142.04258,39.43204],[142.04275,39.43244],[142.04328,39.43295],[142.0425,39.43304],[142.04189,39.4326],[142.04136,39.43288],[142.04162,39.43324],[142.04217,39.43349],[142.04218,39.4337],[142.0413,39.43361],[142.04113,39.4339],[142.04088,39.43365],[142.04093,39.43349],[142.04063,39.43373],[142.04006,39.43351],[142.03965,39.43377],[142.03972,39.43451],[142.03847,39.43484],[142.03856,39.43496],[142.03941,39.43474],[142.04008,39.43476],[142.04052,39.43544],[142.0399,39.43566],[142.04014,39.43612],[142.03959,39.43577],[142.03936,39.43593],[142.03762,39.43541],[142.03737,39.43552],[142.03859,39.43625],[142.03821,39.43639],[142.03794,39.43616],[142.03801,39.43656],[142.03818,39.43669],[142.03791,39.43663],[142.03828,39.43698],[142.03782,39.43704],[142.03778,39.43716],[142.03839,39.4372],[142.03908,39.43779],[142.03951,39.43776],[142.04007,39.43804],[142.03972,39.43812],[142.04021,39.43822],[142.03946,39.43828],[142.03951,39.43851],[142.03833,39.43884],[142.03835,39.43896],[142.03976,39.43868],[142.04029,39.43873],[142.04049,39.4389],[142.03928,39.43981],[142.03935,39.43993],[142.03989,39.43979],[142.0394,39.44008],[142.03954,39.44015],[142.03935,39.44032],[142.03963,39.4404],[142.04028,39.43973],[142.04084,39.43959],[142.04106,39.43926],[142.04129,39.43933],[142.04131,39.43958],[142.0414,39.43908],[142.04156,39.4392],[142.0417,39.43911],[142.04168,39.43925],[142.04189,39.43919],[142.04175,39.43943],[142.04118,39.43968],[142.04062,39.44013],[142.04124,39.43979],[142.04256,39.43971],[142.04288,39.43984],[142.04272,39.44003],[142.04294,39.44013],[142.04303,39.44052],[142.04261,39.44065],[142.04262,39.4409],[142.04294,39.44116],[142.0427,39.44121],[142.04279,39.44141],[142.04257,39.44152],[142.0418,39.44155],[142.04186,39.44174],[142.04164,39.44166],[142.04141,39.44182],[142.0408,39.44159],[142.04128,39.44197],[142.04117,39.44229],[142.0409,39.4423],[142.04096,39.44241],[142.04141,39.44241],[142.04164,39.44264],[142.04043,39.44242],[142.03948,39.44268],[142.03803,39.44246],[142.03793,39.44256],[142.0379,39.44268],[142.03824,39.44288],[142.03867,39.44294],[142.03909,39.44323],[142.03827,39.44337],[142.03958,39.44349],[142.03871,39.44378],[142.03911,39.44385],[142.03905,39.44409],[142.03925,39.4444],[142.03912,39.44428],[142.03888,39.44438],[142.03912,39.44466],[142.03788,39.44526],[142.03807,39.44537],[142.03809,39.44576],[142.0392,39.44532],[142.0396,39.44545],[142.03844,39.446],[142.03857,39.44627],[142.03833,39.44649],[142.03928,39.44743],[142.03955,39.4472],[142.04002,39.44736],[142.04008,39.44708],[142.04042,39.44689],[142.04113,39.447],[142.04164,39.44668],[142.04188,39.4475],[142.04224,39.44759],[142.04224,39.44746],[142.04261,39.44781],[142.04243,39.44806],[142.04258,39.44821],[142.04249,39.44829],[142.04278,39.44857],[142.04333,39.44837],[142.04345,39.44866],[142.04336,39.44886],[142.04375,39.44922],[142.04427,39.44944],[142.04538,39.44951],[142.04603,39.44992],[142.0462,39.44986],[142.04619,39.44999],[142.04733,39.44987],[142.04922,39.45075],[142.04876,39.4509],[142.04881,39.4511],[142.04809,39.45097],[142.04817,39.4513],[142.04783,39.45129],[142.04832,39.4518],[142.04784,39.45212],[142.04756,39.45201],[142.04768,39.45225],[142.04749,39.45226],[142.04766,39.45242],[142.04748,39.45251],[142.04754,39.45266],[142.048,39.45282],[142.04756,39.45287],[142.04803,39.45318],[142.04782,39.45343],[142.04822,39.45342],[142.04861,39.45384],[142.04896,39.45383],[142.04798,39.45422],[142.0482,39.45603],[142.04803,39.45648],[142.04901,39.45768],[142.04951,39.45795],[142.05082,39.45926],[142.0515,39.4596],[142.05158,39.45989],[142.05201,39.46027],[142.05245,39.46026],[142.05241,39.46042],[142.05353,39.46096],[142.05369,39.46125],[142.05408,39.46131],[142.05403,39.46144],[142.0542,39.46152],[142.05405,39.46196],[142.05453,39.46343],[142.0549,39.46392],[142.05528,39.46399],[142.05515,39.46413],[142.05563,39.46461],[142.05616,39.46468],[142.056,39.46477],[142.05616,39.46506],[142.05813,39.46577],[142.05959,39.46611],[142.05931,39.46629],[142.05749,39.46659],[142.05759,39.46686],[142.05782,39.46695],[142.05781,39.46716],[142.05801,39.46723],[142.05787,39.46765],[142.05858,39.46758],[142.0589,39.46772],[142.05883,39.46793],[142.05851,39.46807],[142.05884,39.46825],[142.05882,39.46852],[142.05953,39.46835],[142.06,39.46846],[142.06031,39.46875],[142.05997,39.46896],[142.05969,39.46889],[142.06017,39.46931],[142.06009,39.46945],[142.05938,39.46942],[142.05924,39.46963],[142.05963,39.46972],[142.05884,39.47001],[142.0587,39.47046],[142.05933,39.4704],[142.05958,39.47056],[142.05996,39.47055],[142.06051,39.47082],[142.06048,39.47104],[142.06078,39.47099],[142.06152,39.47144],[142.06135,39.47157],[142.06089,39.47144],[142.06131,39.47166],[142.06127,39.47184],[142.05982,39.47134],[142.05991,39.47184],[142.0593,39.47156],[142.05808,39.47138],[142.05808,39.47185],[142.05796,39.47193],[142.05844,39.47217],[142.05822,39.47236],[142.05921,39.47255],[142.05929,39.47277],[142.05907,39.47286],[142.05857,39.4726],[142.05842,39.47259],[142.05888,39.47291],[142.0584,39.47312],[142.05752,39.47259],[142.05714,39.47276],[142.05654,39.47339],[142.05671,39.47388],[142.05695,39.47392],[142.05659,39.47393],[142.05664,39.47407],[142.0565,39.474],[142.05648,39.47414],[142.05565,39.47412],[142.0557,39.47426],[142.05528,39.47434],[142.05526,39.47453],[142.0551,39.47442],[142.05497,39.47467],[142.05453,39.47491],[142.05473,39.475],[142.05462,39.47509],[142.05485,39.47508],[142.05444,39.47532],[142.05405,39.4753],[142.05423,39.47515],[142.05397,39.47514],[142.05391,39.47491],[142.05415,39.47481],[142.0534,39.47408],[142.05298,39.47411],[142.05288,39.47432],[142.05298,39.47441],[142.05253,39.47464],[142.05295,39.47479],[142.05297,39.47509],[142.05254,39.47526],[142.05256,39.4754],[142.05274,39.47542],[142.05235,39.47561],[142.05288,39.4759],[142.05279,39.47601],[142.05259,39.47586],[142.05226,39.47591],[142.05242,39.47603],[142.05225,39.47622],[142.05279,39.47639],[142.05279,39.47658],[142.05258,39.47683],[142.05225,39.47674],[142.05242,39.47689],[142.05221,39.4771],[142.05202,39.47691],[142.05142,39.47709],[142.05155,39.47735],[142.05063,39.47741],[142.05082,39.47752],[142.0506,39.4775],[142.05043,39.47782],[142.05021,39.47786],[142.05034,39.47818],[142.04966,39.47901],[142.04975,39.47926],[142.04904,39.47977],[142.04904,39.48004],[142.04928,39.48018],[142.04927,39.48069],[142.04957,39.48091],[142.05057,39.48113],[142.05054,39.4813],[142.05074,39.48144],[142.05131,39.48111],[142.0515,39.48112],[142.05137,39.48133],[142.05155,39.48117],[142.05123,39.48154],[142.051,39.48148],[142.05117,39.48159],[142.05092,39.4816],[142.05103,39.48169],[142.05084,39.48188],[142.05099,39.48211],[142.05122,39.48213],[142.05124,39.48231],[142.05168,39.48236],[142.05145,39.48247],[142.05144,39.48282],[142.05115,39.48285],[142.05135,39.48331],[142.0511,39.48348],[142.05151,39.4837],[142.05145,39.48386],[142.05167,39.48405],[142.05106,39.48446],[142.05057,39.48439],[142.05075,39.48464],[142.05067,39.48473],[142.04989,39.48439],[142.04979,39.48407],[142.04939,39.48376],[142.04939,39.48344],[142.04865,39.48267],[142.04875,39.48251],[142.04849,39.48217],[142.04783,39.48203],[142.04718,39.48225],[142.04641,39.48228],[142.04648,39.48246],[142.0461,39.48264],[142.04546,39.4827],[142.04554,39.48289],[142.04473,39.48251],[142.04457,39.4826],[142.04476,39.48272],[142.04464,39.48282],[142.04446,39.48277],[142.04444,39.48253],[142.04413,39.48254],[142.04393,39.48275],[142.04344,39.48262],[142.04263,39.48306],[142.04198,39.48316],[142.04174,39.48305],[142.04174,39.4828],[142.04116,39.48265],[142.04065,39.48291],[142.04076,39.48254],[142.04036,39.48217],[142.04044,39.48195],[142.04015,39.48158],[142.03901,39.48118],[142.03896,39.48142],[142.03911,39.48155],[142.03892,39.48162],[142.03908,39.4817],[142.03864,39.48206],[142.03841,39.48192],[142.03767,39.48191],[142.03738,39.48197],[142.03734,39.48213],[142.03713,39.48201],[142.03719,39.48218],[142.03662,39.4821],[142.036,39.48236],[142.03592,39.48254],[142.03658,39.4831],[142.0363,39.48322],[142.03645,39.48335],[142.03573,39.48346],[142.03552,39.48324],[142.03576,39.48315],[142.0354,39.48301],[142.03548,39.48288],[142.03524,39.48277],[142.03533,39.48266],[142.03508,39.48234],[142.03466,39.48215],[142.03425,39.48151],[142.03396,39.48145],[142.0341,39.48127],[142.03403,39.48112],[142.0335,39.4812],[142.03355,39.48105],[142.03319,39.48081],[142.03345,39.4807],[142.03261,39.48011],[142.03248,39.47988],[142.03256,39.47975],[142.03235,39.4796],[142.03256,39.47962],[142.03242,39.47929],[142.0326,39.47909],[142.03241,39.4791],[142.03253,39.47903],[142.03239,39.47886],[142.03207,39.47899],[142.0321,39.47856],[142.0319,39.47842],[142.03205,39.47837],[142.03122,39.47775],[142.03075,39.47765],[142.03087,39.47747],[142.03032,39.47739],[142.03003,39.47724],[142.03006,39.47709],[142.02989,39.47715],[142.0297,39.47695],[142.02954,39.47705],[142.02948,39.47688],[142.02903,39.47685],[142.02858,39.47718],[142.02795,39.47699],[142.0279,39.47674],[142.02855,39.47669],[142.02838,39.47655],[142.02873,39.47631],[142.02862,39.47587],[142.02787,39.47585],[142.02763,39.47555],[142.02727,39.47547],[142.02686,39.47559],[142.02611,39.47548],[142.02615,39.47529],[142.0259,39.47514],[142.02568,39.47466],[142.02587,39.47382],[142.02627,39.4735],[142.02632,39.47325],[142.02578,39.47295],[142.02518,39.47308],[142.02481,39.47278],[142.02463,39.4729],[142.02435,39.47247],[142.02286,39.4723],[142.02216,39.47206],[142.02114,39.47111],[142.02044,39.4708],[142.02037,39.47095],[142.01985,39.47086],[142.0198,39.47049],[142.01959,39.47035],[142.01946,39.47053],[142.01917,39.47028],[142.01921,39.4705],[142.01879,39.47003],[142.01879,39.47019],[142.0185,39.47022],[142.01818,39.47012],[142.01825,39.46986],[142.01793,39.47006],[142.01789,39.46992],[142.01763,39.47003],[142.01714,39.4693],[142.01693,39.46932],[142.01629,39.46892],[142.01639,39.46881],[142.01554,39.46802],[142.01416,39.46771],[142.01402,39.46727],[142.01326,39.4672],[142.01318,39.46759],[142.01283,39.46751],[142.01269,39.46718],[142.01249,39.46734],[142.01225,39.46715],[142.01237,39.46692],[142.01212,39.46687],[142.01217,39.46659],[142.01197,39.46668],[142.01183,39.46654],[142.01195,39.46626],[142.01156,39.46614],[142.01162,39.46596],[142.01143,39.46575],[142.01125,39.46584],[142.01122,39.46564],[142.01057,39.46538],[142.00938,39.4652],[142.0089,39.46488],[142.00908,39.464],[142.00894,39.46338],[142.00837,39.46263],[142.0076,39.46217],[142.00712,39.4614],[142.00683,39.46135],[142.00685,39.46121],[142.00585,39.46052],[142.00596,39.46033],[142.00534,39.45998],[142.00512,39.45924],[142.0045,39.45878],[142.00441,39.45855],[142.00422,39.45854],[142.00426,39.4581],[142.00395,39.45706],[142.00345,39.45635],[142.00284,39.4559],[142.0029,39.45516],[142.00177,39.45496],[142.00176,39.45452],[142.00182,39.45492],[142.00234,39.45502],[142.00247,39.45458],[142.0028,39.45463],[142.00292,39.45419],[142.00306,39.45422],[142.00316,39.4535],[142.00291,39.45265],[142.00245,39.45256],[142.00261,39.4521],[142.00291,39.45216],[142.00326,39.45135],[142.00312,39.45092],[142.0032,39.45053],[142.00298,39.45008],[142.00328,39.4492],[142.00201,39.4486],[142.00224,39.4483],[142.00335,39.44882],[142.004,39.44799],[142.00417,39.44802],[142.00477,39.44601],[142.00464,39.44599],[142.00482,39.44523],[142.00453,39.44514],[142.00379,39.44644],[142.00303,39.44621],[142.0038,39.44633],[142.00408,39.44581],[142.00265,39.44544],[142.00209,39.44616],[142.00239,39.4463],[142.00166,39.44722],[142.0021,39.44743],[142.00164,39.44724],[142.00134,39.44762],[142.00162,39.44723],[142.00115,39.44701],[142.00134,39.44716],[142.00107,39.44715],[142.0002,39.44813],[141.999,39.4487],[141.99839,39.44955],[141.99636,39.45062],[141.99569,39.45203],[141.9955,39.45199],[141.99538,39.45223],[141.9951,39.45233],[141.99488,39.45221],[141.99495,39.45204],[141.99477,39.45163],[141.99412,39.45153],[141.99394,39.45172],[141.99403,39.45151],[141.99381,39.45126],[141.99311,39.45099],[141.99259,39.45103],[141.99238,39.45028],[141.9922,39.45019],[141.99073,39.45006],[141.98917,39.45047],[141.98912,39.44997],[141.98883,39.44969],[141.98929,39.44957],[141.98938,39.44934],[141.9889,39.4487],[141.98919,39.44841],[141.98898,39.4482],[141.98813,39.44821],[141.98778,39.44873],[141.98711,39.44875],[141.98664,39.44846],[141.98666,39.44799],[141.98648,39.44776],[141.98675,39.44748],[141.98666,39.44685],[141.98619,39.44655],[141.98595,39.44609],[141.98554,39.44586],[141.98544,39.44561],[141.9848,39.44529],[141.98361,39.44406],[141.98326,39.44354],[141.98319,39.44302],[141.98256,39.44245],[141.98241,39.44189],[141.9809,39.44098],[141.98029,39.44134],[141.97996,39.44135],[141.98061,39.44111],[141.98005,39.44053],[141.98025,39.44042],[141.97983,39.43964],[141.97998,39.43918],[141.97973,39.43914],[141.97727,39.43911],[141.9762,39.43924],[141.97387,39.43989],[141.97336,39.44013],[141.97286,39.44064],[141.97252,39.44134],[141.97272,39.44226],[141.97266,39.44287],[141.97287,39.44315],[141.9722,39.44377],[141.97223,39.44399],[141.97179,39.44473],[141.97206,39.44507],[141.97227,39.44502],[141.97247,39.44517],[141.97265,39.44552],[141.97179,39.44633],[141.97182,39.44712],[141.97144,39.44758],[141.97164,39.44788],[141.97167,39.44777],[141.97183,39.44786],[141.97156,39.44808],[141.97128,39.44865],[141.97135,39.44876],[141.97072,39.44924],[141.97037,39.44929],[141.97012,39.44954],[141.96985,39.4492],[141.96923,39.44914],[141.96894,39.44842],[141.96805,39.44825],[141.9679,39.44781],[141.96696,39.44765],[141.96473,39.44809],[141.96315,39.45],[141.96435,39.45051],[141.96428,39.4507],[141.9643,39.45052],[141.96313,39.45002],[141.96298,39.45047],[141.9631,39.45049],[141.96262,39.45188],[141.96375,39.45212],[141.96388,39.45186],[141.96334,39.45343],[141.96316,39.45339],[141.96356,39.45223],[141.96258,39.45203],[141.96218,39.45318],[141.96237,39.45333],[141.96181,39.45312],[141.96155,39.45415],[141.96214,39.45424],[141.96278,39.45356],[141.96203,39.45441],[141.96189,39.45494],[141.96135,39.4549],[141.96127,39.45515],[141.96088,39.45508],[141.96095,39.45482],[141.96082,39.45478],[141.96004,39.45485],[141.95704,39.4568],[141.95799,39.45776],[141.95812,39.45768],[141.95835,39.45792],[141.95854,39.45757],[141.95891,39.45743],[141.95962,39.45763],[141.95988,39.458],[141.96043,39.4582],[141.96156,39.45809],[141.96179,39.45823],[141.96155,39.45868],[141.96191,39.45953],[141.96119,39.45971],[141.96155,39.46057],[141.96024,39.46133],[141.9615,39.46056],[141.96112,39.45962],[141.95916,39.46023],[141.95898,39.4598],[141.95732,39.46023],[141.95696,39.46098],[141.95719,39.46108],[141.95664,39.46095],[141.95911,39.46156],[141.95919,39.46139],[141.95927,39.46139],[141.95792,39.46445],[141.95828,39.46579],[141.95788,39.46446],[141.95857,39.46285],[141.95787,39.46444],[141.95765,39.46439],[141.95887,39.46173],[141.95693,39.46109],[141.95453,39.46609],[141.9544,39.46714],[141.9543,39.46714],[141.95443,39.46604],[141.95428,39.46603],[141.95426,39.46666],[141.95373,39.46662],[141.95414,39.46972],[141.95518,39.46967],[141.95503,39.46834],[141.95528,39.46833],[141.95545,39.47084],[141.95519,39.47089],[141.95519,39.46985],[141.9541,39.46989],[141.95455,39.47178],[141.9544,39.4718],[141.95445,39.47193],[141.9546,39.47189],[141.95471,39.47213],[141.95548,39.47192],[141.95547,39.47113],[141.95552,39.47194],[141.95593,39.47227],[141.95548,39.47195],[141.95446,39.47224],[141.95488,39.47321],[141.95474,39.47344],[141.95505,39.47412],[141.95564,39.47409],[141.95576,39.4751],[141.95807,39.47615],[141.95877,39.47611],[141.95899,39.47594],[141.95939,39.47605],[141.95961,39.4759],[141.96028,39.47604],[141.96057,39.47582],[141.96185,39.47655],[141.96287,39.47683],[141.96337,39.47691],[141.96363,39.47655],[141.96351,39.47695],[141.96466,39.47728],[141.96536,39.47701],[141.9652,39.47676],[141.96538,39.47622],[141.96535,39.47645],[141.96576,39.47649],[141.96595,39.47632],[141.96651,39.47644],[141.9683,39.47729],[141.96756,39.47694],[141.9668,39.4776],[141.96764,39.47873],[141.96784,39.47864],[141.96775,39.47878],[141.96857,39.47949],[141.96835,39.47963],[141.96852,39.47976],[141.96833,39.47965],[141.96817,39.4798],[141.96836,39.47975],[141.96849,39.47999],[141.96865,39.47993],[141.96869,39.4801],[141.96942,39.48038],[141.96996,39.47976],[141.96963,39.48019],[141.97145,39.48116],[141.9718,39.4808],[141.97139,39.48127],[141.97158,39.48138],[141.97199,39.4809],[141.97161,39.48139],[141.97291,39.48212],[141.97356,39.48228],[141.97365,39.48216],[141.97363,39.48245],[141.9742,39.48259],[141.97532,39.48269],[141.97535,39.48235],[141.97378,39.48199],[141.97381,39.48171],[141.97759,39.48178],[141.97761,39.48205],[141.97628,39.48243],[141.97623,39.48276],[141.9777,39.48284],[141.98014,39.48251],[141.98008,39.48203],[141.97988,39.48204],[141.97981,39.48147],[141.97943,39.48112],[141.97985,39.48145],[141.98134,39.48051],[141.98072,39.48008],[141.98136,39.48047],[141.98319,39.48048],[141.98371,39.48062],[141.98518,39.48201],[141.98541,39.4819],[141.98654,39.48221],[141.98672,39.48178],[141.98659,39.48217],[141.98824,39.4826],[141.98857,39.48194],[141.98815,39.48291],[141.98821,39.48309],[141.98841,39.48283],[141.9885,39.48302],[141.98893,39.48317],[141.98864,39.48321],[141.99126,39.48382],[141.99161,39.483],[141.99295,39.48338],[141.99357,39.48292],[141.99421,39.48271],[141.99411,39.48252],[141.99426,39.48269],[141.99463,39.48252],[141.9959,39.48162],[141.99774,39.48114],[142.00077,39.47931],[142.00176,39.47922],[142.00216,39.47877],[142.00343,39.47936],[142.00467,39.47946],[142.00482,39.47932],[142.00515,39.47959],[142.00599,39.47944],[142.00626,39.47921],[142.0062,39.47883],[142.0065,39.47897],[142.00674,39.4789],[142.00656,39.47801],[142.00753,39.47788],[142.00735,39.47741],[142.0078,39.47755],[142.00818,39.47714],[142.00815,39.4769],[142.00868,39.47675],[142.00871,39.47653],[142.00854,39.47634],[142.00869,39.47607],[142.00895,39.47607],[142.00883,39.47639],[142.00899,39.4762],[142.00907,39.47642],[142.00911,39.47616],[142.00956,39.47638],[142.00936,39.47661],[142.00905,39.47649],[142.00895,39.47667],[142.01105,39.47666],[142.01116,39.47683],[142.01022,39.47716],[142.0104,39.4774],[142.01124,39.47765],[142.01116,39.47779],[142.01078,39.47785],[142.01096,39.47814],[142.01128,39.4782],[142.01131,39.47863],[142.01117,39.47872],[142.01138,39.47889],[142.0115,39.47871],[142.01152,39.47913],[142.01169,39.47917],[142.0117,39.47929],[142.01136,39.4794],[142.01167,39.47955],[142.0118,39.47946],[142.01205,39.47977],[142.01192,39.47989],[142.01228,39.47975],[142.01242,39.47988],[142.01211,39.48015],[142.01124,39.47999],[142.01135,39.48014],[142.01112,39.48036],[142.01165,39.48035],[142.01169,39.4805],[142.01141,39.48063],[142.01132,39.48039],[142.01136,39.48065],[142.01114,39.4808],[142.01146,39.4809],[142.01118,39.48119],[142.0115,39.48115],[142.01157,39.48176],[142.01113,39.4819],[142.0113,39.48245],[142.01105,39.48244],[142.01102,39.48262],[142.01119,39.48266],[142.01098,39.48283],[142.01125,39.4829],[142.01146,39.48346],[142.01122,39.48379],[142.01062,39.48404],[142.01073,39.48418],[142.01048,39.48429],[142.01046,39.48454],[142.01063,39.48453],[142.01034,39.48468],[142.01098,39.48481],[142.01056,39.48489],[142.0111,39.48516],[142.01093,39.48525],[142.01082,39.48509],[142.01062,39.48524],[142.01057,39.4856],[142.01075,39.48555],[142.01068,39.48578],[142.01079,39.48581],[142.01077,39.48615],[142.01063,39.48599],[142.01063,39.48616],[142.01045,39.4862],[142.0106,39.48694],[142.01043,39.48703],[142.01052,39.48701],[142.01057,39.48709],[142.01033,39.48704],[142.00999,39.48723],[142.00935,39.48828],[142.00961,39.48851],[142.00945,39.48847],[142.00937,39.48864],[142.00956,39.48875],[142.00921,39.489],[142.00941,39.48932],[142.00971,39.48939],[142.00967,39.48991],[142.00995,39.4901],[142.01023,39.49012],[142.01043,39.4899],[142.01093,39.49005],[142.01101,39.48969],[142.01122,39.48968],[142.01128,39.49041],[142.0109,39.49017],[142.01086,39.49073],[142.01053,39.4903],[142.01045,39.49086],[142.01027,39.49085],[142.01015,39.49046],[142.00961,39.49046],[142.00957,39.49123],[142.0091,39.49144],[142.00931,39.49148],[142.00908,39.49164],[142.00914,39.49205],[142.00948,39.492],[142.00951,39.49241],[142.0091,39.49245],[142.00897,39.49284],[142.00918,39.49294],[142.00921,39.49319],[142.00953,39.49322],[142.00938,39.4933],[142.00953,39.49359],[142.00904,39.49448],[142.00903,39.49503],[142.00924,39.49515],[142.00916,39.49536],[142.00932,39.49556],[142.00975,39.49574],[142.00956,39.49587],[142.00997,39.49619],[142.00983,39.49636],[142.01011,39.49638],[142.01025,39.49662],[142.01095,39.49642],[142.01052,39.49695],[142.01061,39.49708],[142.01088,39.49692],[142.01075,39.49708],[142.01149,39.49707],[142.01141,39.49728],[142.01192,39.49715],[142.01164,39.49739],[142.01213,39.49746],[142.01165,39.49767],[142.01155,39.49793],[142.01201,39.49764],[142.01255,39.49774],[142.0126,39.49787],[142.01274,39.49777],[142.01279,39.49794],[142.01252,39.49791],[142.01214,39.49832],[142.01229,39.49836],[142.01215,39.49867],[142.01194,39.49869],[142.01183,39.49902],[142.01132,39.49916],[142.01144,39.49938],[142.01109,39.49948],[142.01154,39.50032],[142.01112,39.49975],[142.01054,39.49973],[142.01061,39.50085],[142.01119,39.50155],[142.01281,39.50196],[142.0148,39.50103],[142.01565,39.50124],[142.01554,39.50104],[142.0158,39.50099],[142.01616,39.50134],[142.01632,39.50114],[142.01696,39.5018],[142.01745,39.50141],[142.01752,39.50114],[142.01726,39.50102],[142.01756,39.50093],[142.0176,39.50069],[142.01811,39.50086],[142.01807,39.50074],[142.01835,39.50087],[142.01862,39.50072],[142.01884,39.50029],[142.01853,39.49996],[142.01861,39.49975],[142.01946,39.49936],[142.0196,39.49958],[142.0201,39.49928],[142.0201,39.4995],[142.01967,39.49986],[142.02019,39.49982],[142.02001,39.5],[142.02006,39.50015],[142.02111,39.49979],[142.02156,39.5],[142.02106,39.50049],[142.0208,39.50115],[142.02041,39.50107],[142.01987,39.50157],[142.01972,39.50219],[142.0209,39.50219],[142.02118,39.50252],[142.02135,39.50237],[142.02143,39.50251],[142.02165,39.5023],[142.02192,39.50232],[142.02186,39.50276],[142.022,39.50289],[142.02225,39.50276],[142.02231,39.5033],[142.02239,39.50319],[142.02246,39.50335],[142.02283,39.50323],[142.02287,39.50301],[142.02296,39.50312],[142.02328,39.50271],[142.02353,39.50277],[142.0237,39.50302],[142.02348,39.50324],[142.02359,39.5034],[142.02339,39.50349],[142.02363,39.50361],[142.02377,39.50398],[142.02388,39.50371],[142.0241,39.50377],[142.02416,39.50353],[142.02435,39.50349],[142.02454,39.50374],[142.02442,39.50381],[142.02461,39.50385],[142.0247,39.50441],[142.02479,39.50406],[142.02529,39.5047],[142.02492,39.50488],[142.02537,39.50487],[142.02568,39.50563],[142.02583,39.50497],[142.02608,39.50513],[142.02621,39.50601],[142.02582,39.50654],[142.02552,39.50638],[142.02528,39.50653],[142.02536,39.50745],[142.0257,39.50791],[142.02598,39.50776],[142.0262,39.50788],[142.02625,39.50816],[142.02646,39.50817],[142.0264,39.50829],[142.02689,39.50814],[142.02726,39.50833],[142.02729,39.50864],[142.02752,39.50875],[142.02799,39.50848],[142.02806,39.50865],[142.02855,39.50868],[142.02898,39.50897],[142.029,39.50985],[142.02842,39.50988],[142.02807,39.50963],[142.02752,39.50999],[142.02804,39.51028],[142.02837,39.51072],[142.02826,39.51099],[142.02863,39.51135],[142.02893,39.51145],[142.02916,39.51133],[142.02983,39.5117],[142.0291,39.51145],[142.02891,39.5116],[142.02932,39.51205],[142.02904,39.51249],[142.02955,39.51272],[142.02964,39.51316],[142.02955,39.51335],[142.02904,39.51338],[142.029,39.51358],[142.02994,39.51453],[142.02947,39.51527],[142.0294,39.51603],[142.02968,39.51678],[142.03005,39.51674],[142.02989,39.51714],[142.03025,39.5177],[142.03048,39.5177],[142.03068,39.51802],[142.03048,39.51829],[142.03061,39.51827],[142.03073,39.51859],[142.03046,39.51888],[142.03114,39.51917],[142.03188,39.51977],[142.03023,39.52073],[142.02958,39.52146],[142.03093,39.52212],[142.03131,39.52315],[142.03119,39.52317],[142.03083,39.52218],[142.02943,39.52149],[142.02916,39.52178],[142.02915,39.52238],[142.02965,39.52236],[142.02943,39.52243],[142.02973,39.52331],[142.03049,39.52316],[142.02968,39.52343],[142.03006,39.52363],[142.02991,39.52402],[142.03016,39.52397],[142.03024,39.52423],[142.02997,39.52458],[142.03039,39.52462],[142.03034,39.52479],[142.03082,39.5248],[142.03082,39.52492],[142.03138,39.52511],[142.0319,39.52488],[142.03207,39.52499],[142.03181,39.52505],[142.03189,39.52522],[142.03175,39.52527],[142.03212,39.52548],[142.03243,39.52543],[142.03214,39.52569],[142.03228,39.52581],[142.03213,39.52594],[142.03275,39.52751],[142.03283,39.52738],[142.03297,39.52758],[142.03285,39.5277],[142.03312,39.52833],[142.03325,39.52835],[142.03311,39.52835],[142.03315,39.52854],[142.03338,39.52861],[142.03324,39.52873],[142.0333,39.52892],[142.03346,39.52905],[142.03431,39.52851],[142.03465,39.5286],[142.03342,39.52937],[142.03425,39.53001],[142.03437,39.52992],[142.03509,39.53031],[142.03547,39.52992],[142.03525,39.5292],[142.03557,39.52988],[142.03643,39.53016],[142.03679,39.52949],[142.03653,39.52931],[142.03663,39.52923],[142.03693,39.52944],[142.03621,39.53092],[142.0376,39.53158],[142.03872,39.53146],[142.03893,39.53132],[142.0389,39.53115],[142.03912,39.53133],[142.03954,39.53093],[142.04048,39.53087],[142.04095,39.53057],[142.04156,39.53078],[142.04154,39.53091],[142.04302,39.53134],[142.04402,39.53149],[142.04482,39.53137],[142.04588,39.53073],[142.04595,39.53042],[142.04671,39.53025],[142.04681,39.52994],[142.04671,39.52987],[142.04709,39.52976],[142.04734,39.52939],[142.04787,39.52925],[142.04832,39.52886],[142.04936,39.52758],[142.04959,39.52755],[142.04951,39.52744],[142.04975,39.52717],[142.04965,39.52707],[142.05004,39.52706],[142.04981,39.52675],[142.05017,39.5264],[142.05106,39.52593],[142.05201,39.52585],[142.05207,39.52529],[142.05244,39.52543],[142.0529,39.52492],[142.05336,39.52473],[142.05331,39.52458],[142.05369,39.52466],[142.05407,39.52421],[142.05452,39.52429],[142.05473,39.52374],[142.05425,39.52345],[142.05479,39.52357],[142.05497,39.52341],[142.05495,39.52329],[142.05459,39.52322],[142.05495,39.52315],[142.05483,39.52264],[142.05493,39.5224],[142.05583,39.52191],[142.05632,39.52196],[142.05628,39.52223],[142.05662,39.52218],[142.05654,39.52225],[142.0568,39.5224],[142.05699,39.5228],[142.05776,39.52245],[142.05815,39.52257],[142.0584,39.52284],[142.05846,39.52345],[142.05868,39.52327],[142.05871,39.52342],[142.05878,39.5233],[142.05919,39.52345],[142.05951,39.52364],[142.05945,39.52382],[142.05972,39.52392],[142.05969,39.52414],[142.06058,39.52415],[142.06031,39.52446],[142.0609,39.5246],[142.06094,39.52498],[142.06128,39.52462],[142.06134,39.5248],[142.0617,39.52479],[142.06155,39.52503],[142.0612,39.52507],[142.06133,39.52518],[142.06119,39.52524],[142.06205,39.5255],[142.06184,39.52557],[142.06217,39.52557],[142.06231,39.52601],[142.06156,39.526],[142.06131,39.52584],[142.06122,39.52599],[142.06094,39.52573],[142.06084,39.52591],[142.06043,39.52601],[142.05966,39.52578],[142.0592,39.52644],[142.05896,39.52638],[142.05895,39.52661],[142.05935,39.52678],[142.05939,39.52696],[142.05868,39.52686],[142.05883,39.52711],[142.05919,39.52722],[142.05861,39.52712],[142.05843,39.52735],[142.05803,39.52714],[142.05803,39.52755],[142.05771,39.52752],[142.0581,39.52775],[142.05772,39.52773],[142.05759,39.52801],[142.05715,39.52794],[142.05705,39.52853],[142.05654,39.52817],[142.05642,39.52836],[142.05587,39.52813],[142.0558,39.52829],[142.05605,39.52851],[142.05552,39.52866],[142.0562,39.52886],[142.05598,39.52899],[142.05498,39.5289],[142.05422,39.52853],[142.0539,39.52883],[142.05349,39.52878],[142.05307,39.52939],[142.05337,39.52937],[142.05344,39.52952],[142.05293,39.52974],[142.05241,39.52958],[142.05234,39.53002],[142.05284,39.53016],[142.05352,39.5301],[142.05349,39.53029],[142.05404,39.53014],[142.05472,39.53058],[142.05464,39.53078],[142.05496,39.53081],[142.05287,39.53107],[142.05294,39.53136],[142.05263,39.5315],[142.05276,39.53163],[142.05236,39.53173],[142.05273,39.53187],[142.05241,39.53196],[142.05248,39.53218],[142.05174,39.53214],[142.05153,39.53237],[142.05116,39.53229],[142.05087,39.53274],[142.05128,39.53247],[142.05223,39.53306],[142.05285,39.53313],[142.05339,39.53267],[142.05362,39.53271],[142.05378,39.53252],[142.05363,39.53242],[142.05389,39.53221],[142.05449,39.53213],[142.05439,39.53241],[142.055,39.53233],[142.05507,39.5325],[142.05471,39.53263],[142.0551,39.53263],[142.05502,39.53289],[142.05516,39.53268],[142.05552,39.53269],[142.05531,39.53285],[142.05572,39.53314],[142.05596,39.53288],[142.05588,39.53269],[142.05655,39.53231],[142.05678,39.53234],[142.05667,39.53251],[142.05718,39.53247],[142.05735,39.53268],[142.05749,39.53258],[142.05784,39.5327],[142.05778,39.53219],[142.05812,39.53206],[142.05835,39.53214],[142.05826,39.53232],[142.05854,39.53232],[142.05853,39.53248],[142.0587,39.53227],[142.05903,39.53231],[142.05894,39.53268],[142.05868,39.53291],[142.05871,39.53309],[142.05887,39.53309],[142.05819,39.53376],[142.05862,39.53378],[142.05848,39.53397],[142.05883,39.53388],[142.05868,39.53421],[142.05935,39.53368],[142.05951,39.53371],[142.05952,39.53411],[142.06003,39.53415],[142.06106,39.53363],[142.06118,39.53412],[142.06135,39.53398],[142.06154,39.53417],[142.06175,39.53369],[142.06195,39.53388],[142.06239,39.53364],[142.06329,39.53365],[142.06305,39.53407],[142.06414,39.53407],[142.0643,39.53488],[142.06471,39.5343],[142.0647,39.53383],[142.06491,39.53352],[142.06529,39.53345],[142.06552,39.53359],[142.06586,39.53394],[142.06575,39.53446],[142.06594,39.53459],[142.0654,39.5346],[142.06558,39.53513],[142.06509,39.5354],[142.06499,39.53573],[142.06603,39.53611],[142.06454,39.53606],[142.06442,39.53617],[142.06508,39.53648],[142.0648,39.53659],[142.06558,39.53707],[142.06536,39.53704],[142.06495,39.5375],[142.0661,39.53738],[142.06574,39.5377],[142.06497,39.53783],[142.06568,39.53786],[142.06573,39.53799],[142.06544,39.5382],[142.06547,39.53844],[142.06651,39.53876],[142.06679,39.53917],[142.06641,39.53944],[142.06674,39.53963],[142.06629,39.53982],[142.06639,39.54001],[142.06551,39.54027],[142.06596,39.54019],[142.06602,39.54036],[142.06515,39.54064],[142.06639,39.54061],[142.06679,39.54085],[142.06677,39.54059],[142.06709,39.54034],[142.06736,39.54025],[142.06775,39.54048],[142.0681,39.54015],[142.0687,39.54054],[142.06856,39.54092],[142.06864,39.54124],[142.06883,39.54082],[142.06904,39.54101],[142.06922,39.54072],[142.06969,39.54064],[142.0697,39.54134],[142.06904,39.54174],[142.0701,39.54163],[142.06877,39.54231],[142.0696,39.54214],[142.06989,39.54237],[142.06988,39.5425],[142.06964,39.54238],[142.06901,39.54255],[142.07,39.54337],[142.06947,39.54359],[142.06939,39.54404],[142.06908,39.54441],[142.07008,39.54391],[142.0707,39.54406],[142.07117,39.54474],[142.07188,39.54521],[142.07154,39.54598],[142.07159,39.54611],[142.07193,39.54608],[142.07247,39.54688],[142.07242,39.54707],[142.07214,39.54712],[142.07179,39.54652],[142.07133,39.54614],[142.07218,39.54727],[142.07231,39.54786],[142.07248,39.54796],[142.0719,39.54816],[142.07204,39.54832],[142.07187,39.54844],[142.07126,39.54825],[142.07109,39.54796],[142.07051,39.54815],[142.0699,39.5479],[142.06982,39.54772],[142.07001,39.54734],[142.06974,39.54653],[142.06927,39.54608],[142.06897,39.54621],[142.06941,39.54749],[142.06929,39.54785],[142.06956,39.54834],[142.06987,39.54852],[142.06988,39.54887],[142.07027,39.54908],[142.07015,39.54945],[142.06959,39.54942],[142.06946,39.54979],[142.07023,39.54993],[142.06965,39.55002],[142.06987,39.55005],[142.06906,39.55032],[142.06928,39.5505],[142.06918,39.55069],[142.06932,39.55098],[142.06914,39.55113],[142.06913,39.55151],[142.06875,39.5516],[142.06894,39.55169],[142.06888,39.55205],[142.06852,39.55197],[142.06874,39.55303],[142.06862,39.55294],[142.06841,39.55315],[142.06771,39.5533],[142.0676,39.55349],[142.06775,39.55354],[142.06793,39.55412],[142.06843,39.55444],[142.06909,39.554],[142.06974,39.55398],[142.07003,39.55426],[142.06949,39.55476],[142.06929,39.55478],[142.06922,39.55454],[142.06893,39.5547],[142.06884,39.55505],[142.06859,39.55505],[142.06868,39.55529],[142.06856,39.55544],[142.06887,39.55553],[142.06882,39.55567],[142.06769,39.55618],[142.06847,39.55626],[142.06831,39.55666],[142.06842,39.55703],[142.06811,39.55725],[142.06903,39.55761],[142.06866,39.55775],[142.06832,39.55829],[142.06945,39.55831],[142.06984,39.55866],[142.06991,39.55896],[142.06966,39.55931],[142.06882,39.55942],[142.06943,39.55958],[142.06934,39.55969],[142.06851,39.55968],[142.0689,39.55978],[142.06902,39.55997],[142.06832,39.56008],[142.069,39.56021],[142.06902,39.56042],[142.06823,39.56065],[142.06767,39.56059],[142.06775,39.56079],[142.06836,39.56085],[142.06857,39.56108],[142.06843,39.56103],[142.06852,39.56117],[142.06835,39.56131],[142.06802,39.5612],[142.06805,39.56173],[142.0679,39.56182],[142.06804,39.56211],[142.06779,39.56247],[142.06692,39.56287],[142.06651,39.56277],[142.06641,39.56247],[142.06621,39.5625],[142.06628,39.56234],[142.06603,39.56217],[142.06596,39.56234],[142.06579,39.56231],[142.06586,39.56259],[142.0656,39.56276],[142.06584,39.56279],[142.06576,39.56334],[142.0655,39.56321],[142.06529,39.56338],[142.06509,39.56332],[142.065,39.56294],[142.06477,39.56314],[142.0645,39.56306],[142.0648,39.56325],[142.06447,39.56318],[142.06445,39.56305],[142.06454,39.56291],[142.065,39.56257],[142.06492,39.56222],[142.06467,39.56211],[142.06439,39.56221],[142.06421,39.56251],[142.06414,39.56235],[142.06431,39.56222],[142.06403,39.56232],[142.06409,39.56214],[142.06372,39.56208],[142.06368,39.56236],[142.06355,39.56237],[142.06339,39.56213],[142.06272,39.56256],[142.06222,39.56241],[142.06239,39.56222],[142.06204,39.5624],[142.06172,39.56204],[142.06178,39.56227],[142.06121,39.56215],[142.06102,39.56176],[142.06101,39.5621],[142.06063,39.56209],[142.06019,39.56178],[142.06023,39.56161],[142.05981,39.56122],[142.05929,39.56119],[142.05945,39.56073],[142.05925,39.56085],[142.05886,39.56048],[142.05828,39.56044],[142.05773,39.5606],[142.05723,39.56093],[142.05693,39.56137],[142.05693,39.56217],[142.05729,39.56224],[142.05724,39.5626],[142.05769,39.56271],[142.05748,39.56276],[142.05761,39.56284],[142.05825,39.56286],[142.05796,39.56309],[142.05873,39.56406],[142.05882,39.56438],[142.05808,39.56569],[142.05739,39.56554],[142.05692,39.56501],[142.05673,39.56507],[142.05693,39.56585],[142.05631,39.56588],[142.05623,39.56627],[142.05601,39.56613],[142.05632,39.5668],[142.05606,39.56684],[142.05609,39.56721],[142.05597,39.56726],[142.05605,39.56751],[142.05633,39.56761],[142.05611,39.56776],[142.05567,39.56772],[142.05596,39.56782],[142.05569,39.56809],[142.05593,39.56869],[142.05692,39.56847],[142.05693,39.56863],[142.05731,39.56887],[142.05722,39.56911],[142.0575,39.56924],[142.05712,39.56987],[142.05753,39.57014],[142.05753,39.57031],[142.05725,39.5703],[142.05704,39.57003],[142.0566,39.57035],[142.05612,39.57031],[142.0558,39.57073],[142.05613,39.57083],[142.05595,39.57102],[142.0561,39.57128],[142.05634,39.57139],[142.05649,39.57114],[142.05684,39.57133],[142.05692,39.57121],[142.05719,39.57152],[142.0583,39.57204],[142.05799,39.57211],[142.05822,39.57219],[142.05804,39.57229],[142.05769,39.57203],[142.05798,39.57239],[142.05791,39.57258],[142.05715,39.57243],[142.05744,39.57254],[142.05708,39.57255],[142.05733,39.57266],[142.05727,39.57291],[142.05645,39.57279],[142.05619,39.5726],[142.0557,39.57281],[142.05617,39.57302],[142.05611,39.57314],[142.0563,39.57322],[142.05614,39.57328],[142.05651,39.57339],[142.05643,39.57355],[142.05617,39.57344],[142.05598,39.57359],[142.05678,39.57372],[142.05756,39.57427],[142.05742,39.57444],[142.05613,39.57478],[142.05578,39.57468],[142.0558,39.5745],[142.05562,39.57458],[142.05566,39.57435],[142.05548,39.57434],[142.05531,39.57443],[142.05552,39.57444],[142.05555,39.57466],[142.05458,39.57485],[142.0546,39.57466],[142.05482,39.57455],[142.05471,39.57436],[142.05378,39.57469],[142.05362,39.57432],[142.05385,39.57405],[142.05349,39.57378],[142.05385,39.57377],[142.05375,39.57352],[142.05312,39.57314],[142.05286,39.57267],[142.05272,39.5727],[142.05268,39.57357],[142.05292,39.57451],[142.05271,39.57456],[142.05235,39.57434],[142.0524,39.57404],[142.05216,39.57396],[142.05229,39.57318],[142.05185,39.57294],[142.05193,39.57264],[142.05167,39.57276],[142.05145,39.57261],[142.05157,39.57289],[142.05139,39.57309],[142.05148,39.57346],[142.05112,39.57348],[142.0512,39.5733],[142.05095,39.57311],[142.05078,39.57317],[142.05042,39.57274],[142.05026,39.57295],[142.05033,39.57306],[142.05005,39.57304],[142.05007,39.57375],[142.0504,39.57407],[142.05033,39.57441],[142.05015,39.57444],[142.05008,39.57412],[142.04988,39.57441],[142.04979,39.57428],[142.04923,39.57434],[142.04895,39.57461],[142.04862,39.57442],[142.04818,39.5746],[142.04802,39.57443],[142.04816,39.57433],[142.04791,39.57429],[142.04785,39.57407],[142.04765,39.57413],[142.04714,39.57378],[142.04662,39.57382],[142.0457,39.57322],[142.04574,39.57339],[142.04539,39.57343],[142.04528,39.57352],[142.04547,39.5736],[142.04534,39.57361],[142.04453,39.57315],[142.04478,39.57279],[142.04426,39.5729],[142.04404,39.57268],[142.04401,39.57286],[142.04377,39.5728],[142.04365,39.57316],[142.04377,39.5733],[142.04324,39.57348],[142.04376,39.57345],[142.0432,39.57366],[142.04324,39.57381],[142.04265,39.57379],[142.04266,39.57395],[142.04249,39.57394],[142.04232,39.57366],[142.04268,39.57341],[142.04202,39.57339],[142.04147,39.57368],[142.04088,39.57363],[142.04094,39.5738],[142.04076,39.57393],[142.04029,39.57394],[142.03972,39.57378],[142.03973,39.57344],[142.03948,39.57352],[142.03915,39.57332],[142.03898,39.57258],[142.03876,39.57262],[142.03867,39.57285],[142.03822,39.57266],[142.0383,39.57304],[142.03785,39.57324],[142.03774,39.57301],[142.03798,39.57295],[142.03811,39.57269],[142.03756,39.57284],[142.03675,39.57219],[142.03633,39.57248],[142.03682,39.57349],[142.03661,39.57375],[142.03707,39.57385],[142.03709,39.57418],[142.03745,39.57428],[142.03785,39.57395],[142.03828,39.574],[142.03823,39.57491],[142.03797,39.57536],[142.03829,39.57577],[142.03823,39.57594],[142.03782,39.57597],[142.03758,39.57574],[142.03739,39.57581],[142.03638,39.57532],[142.03695,39.57577],[142.037,39.57593],[142.03671,39.57564],[142.03668,39.57576],[142.03645,39.57568],[142.03682,39.57591],[142.03717,39.57644],[142.03692,39.57687],[142.03657,39.57657],[142.03642,39.57654],[142.03662,39.57674],[142.03636,39.57663],[142.03644,39.5771],[142.03613,39.57654],[142.03579,39.57669],[142.03535,39.57635],[142.03557,39.57658],[142.03554,39.57687],[142.03524,39.57647],[142.03525,39.57668],[142.03497,39.57657],[142.03511,39.57607],[142.03537,39.57598],[142.03524,39.57541],[142.03543,39.5754],[142.03544,39.57526],[142.03485,39.57475],[142.03458,39.57483],[142.03445,39.57451],[142.03414,39.57455],[142.03424,39.57423],[142.03362,39.57392],[142.03346,39.57406],[142.03285,39.57398],[142.03192,39.57416],[142.03129,39.57495],[142.03149,39.57568],[142.03127,39.57508],[142.02889,39.5756],[142.02797,39.57465],[142.02743,39.57505],[142.02903,39.57647],[142.02978,39.57641],[142.03022,39.57594],[142.03031,39.57599],[142.02984,39.57644],[142.0299,39.57658],[142.03021,39.57659],[142.03014,39.57666],[142.03195,39.57623],[142.03238,39.57638],[142.03198,39.57633],[142.02994,39.57678],[142.03003,39.57694],[142.02963,39.57687],[142.02972,39.57701],[142.02961,39.57705],[142.02955,39.57694],[142.02927,39.57705],[142.02878,39.57676],[142.02832,39.57681],[142.02807,39.57754],[142.02737,39.57751],[142.02691,39.5779],[142.02651,39.57867],[142.02651,39.57933],[142.02681,39.57992],[142.02714,39.57994],[142.02701,39.57997],[142.02708,39.58022],[142.02769,39.58118],[142.02868,39.58187],[142.02962,39.58303],[142.02901,39.584],[142.02894,39.58449],[142.02942,39.58528],[142.03005,39.5856],[142.02977,39.58587],[142.02981,39.58678],[142.03047,39.58733],[142.03094,39.58732],[142.0308,39.5874],[142.03111,39.58753],[142.03133,39.58786],[142.03169,39.5879],[142.03208,39.58873],[142.03175,39.58907],[142.03112,39.58914],[142.02993,39.58976],[142.02961,39.5901],[142.02934,39.59114],[142.02939,39.59151],[142.02972,39.59168],[142.02973,39.59212],[142.03006,39.5922],[142.03085,39.59295],[142.03109,39.59294],[142.03112,39.59312],[142.03048,39.59328],[142.03036,39.59368],[142.02974,39.59425],[142.03001,39.59544],[142.03088,39.59644],[142.03159,39.59666],[142.03348,39.598],[142.03416,39.59804],[142.03417,39.5984],[142.03399,39.59848],[142.03357,39.59824],[142.03335,39.59833],[142.03131,39.59788],[142.03027,39.59815],[142.03026,39.59831],[142.02885,39.59903],[142.02868,39.59895],[142.0276,39.59992],[142.02699,39.60103],[142.02655,39.60141],[142.02635,39.60253],[142.02611,39.60269],[142.02593,39.60309],[142.02602,39.60318],[142.02578,39.60332],[142.02589,39.60345],[142.02564,39.60353],[142.02541,39.60484],[142.02569,39.60544],[142.02612,39.60562],[142.02588,39.60604],[142.02616,39.60628],[142.02592,39.60646],[142.02609,39.60663],[142.02586,39.60667],[142.026,39.60749],[142.02638,39.60781],[142.02688,39.60795],[142.02686,39.60821],[142.0277,39.60823],[142.02777,39.60834],[142.02761,39.60837],[142.02777,39.60862],[142.02817,39.60891],[142.0297,39.60902],[142.02991,39.60858],[142.03069,39.60846],[142.0309,39.60855],[142.03053,39.60873],[142.03061,39.6088],[142.03027,39.60915],[142.03072,39.60916],[142.03078,39.60933],[142.03151,39.60886],[142.03166,39.60903],[142.03131,39.6091],[142.03131,39.60934],[142.03184,39.60916],[142.03205,39.60953],[142.03246,39.60944],[142.03249,39.60924],[142.03289,39.60939],[142.03268,39.60916],[142.03306,39.60902],[142.03367,39.60943],[142.03432,39.60945],[142.03452,39.60969],[142.03331,39.60969],[142.03311,39.60993],[142.03345,39.61018],[142.03229,39.60988],[142.03222,39.61009],[142.03182,39.60998],[142.03143,39.61022],[142.03148,39.6104],[142.0312,39.61061],[142.03118,39.61098],[142.03099,39.61114],[142.03126,39.61129],[142.03128,39.61148],[142.03076,39.61128],[142.03081,39.61155],[142.03113,39.61172],[142.03071,39.61171],[142.03069,39.61205],[142.03101,39.61222],[142.03013,39.61215],[142.03021,39.61234],[142.03062,39.61239],[142.0305,39.61263],[142.03106,39.61315],[142.03029,39.61307],[142.03049,39.61344],[142.03043,39.61368],[142.02931,39.61317],[142.02896,39.6127],[142.02863,39.61278],[142.02844,39.61258],[142.02827,39.61268],[142.02842,39.61284],[142.02828,39.61309],[142.02846,39.61327],[142.02835,39.6135],[142.02756,39.61247],[142.02745,39.61247],[142.02755,39.61263],[142.02738,39.61275],[142.0277,39.61295],[142.02756,39.61338],[142.02781,39.61335],[142.02783,39.61354],[142.02811,39.61369],[142.02808,39.61403],[142.02779,39.61421],[142.0274,39.61388],[142.0272,39.61398],[142.02682,39.6138],[142.02663,39.6133],[142.02684,39.61302],[142.0265,39.61297],[142.02636,39.61273],[142.02606,39.6127],[142.02588,39.61307],[142.02569,39.61273],[142.02524,39.61279],[142.02522,39.61298],[142.02498,39.61296],[142.02509,39.6131],[142.02464,39.61282],[142.02465,39.61299],[142.02384,39.61329],[142.02323,39.61397],[142.02303,39.61443],[142.02314,39.61508],[142.0237,39.61533],[142.02332,39.61543],[142.02339,39.61557],[142.02294,39.6155],[142.02297,39.61564],[142.02328,39.61571],[142.02258,39.61568],[142.02253,39.6158],[142.02255,39.61611],[142.0233,39.61668],[142.0238,39.61671],[142.02383,39.61707],[142.02349,39.61694],[142.02312,39.61718],[142.02278,39.61781],[142.02294,39.61805],[142.02378,39.61808],[142.02373,39.61849],[142.02401,39.6186],[142.024,39.61883],[142.02374,39.61893],[142.0235,39.61872],[142.02352,39.61905],[142.0239,39.61937],[142.02435,39.61933],[142.0242,39.61983],[142.02352,39.61993],[142.02335,39.62022],[142.02384,39.62033],[142.02384,39.62053],[142.02403,39.62058],[142.02397,39.62115],[142.0237,39.62123],[142.02414,39.62225],[142.02384,39.62223],[142.02374,39.62247],[142.02395,39.62258],[142.02383,39.6228],[142.02394,39.62289],[142.02411,39.62275],[142.02408,39.6229],[142.02448,39.62325],[142.02461,39.62372],[142.02443,39.62396],[142.02388,39.62348],[142.02342,39.6236],[142.02303,39.62515],[142.02278,39.62506],[142.02277,39.62535],[142.02248,39.62533],[142.02194,39.62508],[142.02171,39.62521],[142.02158,39.62569],[142.02183,39.62566],[142.02185,39.62609],[142.02298,39.62597],[142.02292,39.62568],[142.02306,39.62567],[142.02317,39.62622],[142.02364,39.62608],[142.0239,39.62618],[142.02406,39.62648],[142.02445,39.62645],[142.02479,39.62706],[142.02399,39.62674],[142.02378,39.62701],[142.02456,39.6271],[142.02476,39.62732],[142.0247,39.62764],[142.02532,39.62771],[142.02497,39.62798],[142.02445,39.62778],[142.02416,39.62822],[142.02322,39.62813],[142.02328,39.62841],[142.02291,39.62849],[142.02334,39.6286],[142.02299,39.62874],[142.02349,39.62878],[142.02352,39.62899],[142.02261,39.62898],[142.02246,39.62919],[142.02249,39.62966],[142.02278,39.62978],[142.02364,39.62964],[142.02374,39.62993],[142.02488,39.62985],[142.02538,39.63007],[142.02641,39.63017],[142.02795,39.63093],[142.02825,39.63131],[142.02813,39.63202],[142.02784,39.63211],[142.02788,39.63226],[142.02666,39.63212],[142.0265,39.63238],[142.02665,39.63251],[142.02599,39.6325],[142.02532,39.63335],[142.02526,39.63361],[142.02611,39.63401],[142.02576,39.63407],[142.025,39.63381],[142.02488,39.63402],[142.02571,39.63426],[142.02589,39.63462],[142.02403,39.63449],[142.02394,39.63485],[142.02421,39.63486],[142.02453,39.63584],[142.024,39.6352],[142.02329,39.63528],[142.02336,39.63564],[142.02316,39.63566],[142.02318,39.63623],[142.02358,39.63636],[142.02449,39.63634],[142.02461,39.63649],[142.02419,39.63651],[142.02448,39.63665],[142.02484,39.6365],[142.02481,39.63693],[142.02585,39.63707],[142.02626,39.63633],[142.02647,39.63654],[142.02708,39.63631],[142.02708,39.63687],[142.0274,39.6366],[142.02783,39.63654],[142.02798,39.63679],[142.02852,39.63653],[142.02878,39.63679],[142.02871,39.637],[142.02797,39.63718],[142.02763,39.63744],[142.02695,39.63723],[142.02686,39.63781],[142.0265,39.63768],[142.0266,39.63804],[142.02684,39.6382],[142.02675,39.63802],[142.02702,39.63808],[142.02693,39.63923],[142.02672,39.63903],[142.02637,39.63934],[142.02569,39.63904],[142.02516,39.63924],[142.02557,39.6395],[142.0251,39.63951],[142.02511,39.63992],[142.02638,39.63999],[142.0264,39.64028],[142.02617,39.64035],[142.0263,39.64075],[142.02534,39.64078],[142.02485,39.64048],[142.02449,39.6409],[142.0248,39.64107],[142.02446,39.64115],[142.02476,39.64137],[142.02615,39.64167],[142.02605,39.64227],[142.02631,39.64193],[142.02652,39.6419],[142.02682,39.64234],[142.0268,39.64257],[142.02749,39.64252],[142.02793,39.64266],[142.02775,39.64285],[142.02786,39.64302],[142.02738,39.64276],[142.02727,39.64288],[142.02701,39.64279],[142.02699,39.64321],[142.02663,39.64298],[142.0268,39.64329],[142.02605,39.64317],[142.02595,39.64331],[142.02581,39.64315],[142.02576,39.64344],[142.02504,39.64337],[142.02491,39.64353],[142.0245,39.64354],[142.02444,39.64375],[142.02638,39.64396],[142.02684,39.64436],[142.0265,39.64436],[142.02614,39.64408],[142.02627,39.6444],[142.0267,39.64477],[142.02702,39.6447],[142.0271,39.64488],[142.02745,39.64489],[142.02749,39.64527],[142.0278,39.64526],[142.02779,39.64543],[142.0276,39.64539],[142.02796,39.64571],[142.02788,39.64655],[142.02766,39.64653],[142.02782,39.64706],[142.02745,39.64686],[142.02719,39.64718],[142.02723,39.64736],[142.02707,39.6474],[142.0271,39.64722],[142.02692,39.64743],[142.02727,39.64747],[142.02699,39.6476],[142.0274,39.64756],[142.02745,39.64791],[142.02697,39.64789],[142.02692,39.6476],[142.02675,39.6475],[142.026,39.64764],[142.02614,39.64794],[142.02599,39.64801],[142.02578,39.64798],[142.02565,39.6477],[142.02548,39.64797],[142.02524,39.64775],[142.02482,39.64767],[142.02483,39.64813],[142.02448,39.6482],[142.02472,39.64823],[142.02472,39.64835],[142.02442,39.64824],[142.02426,39.64842],[142.02441,39.64855],[142.02399,39.64862],[142.02464,39.64961],[142.02505,39.64969],[142.02472,39.64974],[142.02479,39.64988],[142.02524,39.64992],[142.02588,39.65018],[142.02583,39.65035],[142.02615,39.65036],[142.02599,39.65055],[142.02619,39.65053],[142.02608,39.65084],[142.02589,39.65056],[142.02584,39.65079],[142.02538,39.65059],[142.02589,39.65095],[142.02592,39.65108],[142.02577,39.65108],[142.0259,39.65125],[142.02549,39.65108],[142.02537,39.65124],[142.02534,39.65099],[142.02499,39.65088],[142.02476,39.65114],[142.02443,39.65115],[142.02484,39.65131],[142.02473,39.65137],[142.0241,39.6511],[142.02395,39.65124],[142.0236,39.65119],[142.02355,39.65138],[142.02321,39.65125],[142.02351,39.65146],[142.02364,39.65203],[142.02316,39.65228],[142.02282,39.65218],[142.02261,39.65243],[142.02267,39.65267],[142.02324,39.65273],[142.02322,39.65292],[142.02354,39.65282],[142.02389,39.65314],[142.02407,39.65302],[142.02413,39.65322],[142.02438,39.65324],[142.02436,39.65403],[142.02496,39.6535],[142.02531,39.65383],[142.02521,39.65423],[142.02552,39.6542],[142.02573,39.65377],[142.02624,39.65402],[142.02614,39.65406],[142.02632,39.65435],[142.02615,39.65442],[142.02639,39.65454],[142.02626,39.65466],[142.02647,39.65467],[142.02632,39.65507],[142.02643,39.65515],[142.0263,39.65522],[142.02578,39.65489],[142.02605,39.65519],[142.02592,39.65557],[142.02479,39.65508],[142.02469,39.65528],[142.02447,39.65504],[142.02427,39.655],[142.0243,39.65519],[142.02405,39.65512],[142.02425,39.65541],[142.02395,39.65538],[142.02389,39.65552],[142.02426,39.65575],[142.02456,39.65572],[142.02452,39.6559],[142.02434,39.65582],[142.02448,39.65627],[142.02413,39.65596],[142.02349,39.656],[142.02287,39.65552],[142.02295,39.65579],[142.02282,39.65576],[142.02265,39.65603],[142.02246,39.65532],[142.02265,39.65535],[142.02257,39.65522],[142.02287,39.65505],[142.02244,39.655],[142.02215,39.65464],[142.02148,39.65491],[142.0214,39.6551],[142.02178,39.65532],[142.02156,39.65585],[142.02137,39.65591],[142.02065,39.65549],[142.02064,39.65566],[142.01913,39.65535],[142.01896,39.65522],[142.01894,39.65488],[142.01852,39.65481],[142.01802,39.65486],[142.01783,39.65516],[142.01819,39.65523],[142.01821,39.65538],[142.01791,39.65545],[142.01599,39.65512],[142.01725,39.6548],[142.017,39.65461],[142.01686,39.65477],[142.01613,39.65465],[142.01614,39.65481],[142.01592,39.6548],[142.01601,39.6545],[142.01549,39.65424],[142.01602,39.65444],[142.01633,39.65409],[142.01572,39.65374],[142.01625,39.65362],[142.01559,39.65298],[142.0155,39.65238],[142.01498,39.65238],[142.01494,39.65273],[142.01475,39.65245],[142.01443,39.65258],[142.01445,39.65206],[142.01468,39.65203],[142.01437,39.65187],[142.01489,39.65191],[142.01494,39.65175],[142.01353,39.65155],[142.01264,39.65081],[142.01275,39.65057],[142.01266,39.65034],[142.0132,39.65038],[142.0129,39.65008],[142.01299,39.64985],[142.01325,39.64983],[142.01269,39.64849],[142.01131,39.64752],[142.01084,39.64772],[142.01053,39.64807],[142.01026,39.64777],[142.01008,39.64787],[142.00971,39.64747],[142.00958,39.64684],[142.00917,39.64666],[142.00926,39.64649],[142.00978,39.64641],[142.00961,39.646],[142.00839,39.64507],[142.00812,39.64516],[142.0076,39.64501],[142.00749,39.64513],[142.00714,39.64496],[142.00664,39.64384],[142.00625,39.64349],[142.00635,39.64319],[142.00587,39.64318],[142.00594,39.64302],[142.00627,39.64308],[142.00655,39.64234],[142.00695,39.64218],[142.00691,39.64136],[142.00632,39.64099],[142.00562,39.64117],[142.00514,39.6409],[142.00454,39.64095],[142.00408,39.64052],[142.00428,39.64042],[142.00417,39.64011],[142.00433,39.64035],[142.00484,39.64031],[142.00463,39.63943],[142.00511,39.63893],[142.00475,39.63833],[142.00415,39.63802],[142.00378,39.63821],[142.00323,39.63792],[142.0026,39.63792],[142.00213,39.63772],[142.00264,39.63749],[142.00236,39.63735],[142.00245,39.63725],[142.00233,39.63689],[142.00212,39.63692],[142.00232,39.63681],[142.00232,39.63657],[142.00196,39.63653],[142.00231,39.63649],[142.00214,39.63601],[142.00201,39.63583],[142.00142,39.63595],[142.00068,39.6357],[142.00113,39.63545],[142.0009,39.63474],[141.9993,39.63386],[141.99909,39.63344],[141.99807,39.63261],[141.99817,39.63248],[141.99805,39.63196],[141.99771,39.6316],[141.99744,39.63162],[141.99762,39.63149],[141.99701,39.63096],[141.997,39.63074],[141.99645,39.63039],[141.99616,39.6305],[141.99619,39.63021],[141.99591,39.62957],[141.99472,39.62835],[141.99437,39.62773],[141.99305,39.62691],[141.99293,39.62624],[141.99238,39.62572],[141.99241,39.62536],[141.99204,39.62523],[141.99166,39.62471],[141.99178,39.62433],[141.9912,39.62368],[141.99117,39.62318],[141.99026,39.62266],[141.99041,39.62258],[141.99013,39.62206],[141.9893,39.6217],[141.98953,39.62139],[141.98825,39.61974],[141.98801,39.61886],[141.98742,39.61789],[141.9859,39.61671],[141.98501,39.61629],[141.98472,39.61574],[141.98453,39.61567],[141.9846,39.61516],[141.98448,39.61498],[141.98336,39.61445],[141.98214,39.61416],[141.98115,39.61411],[141.98096,39.6144],[141.98056,39.61421],[141.98037,39.61357],[141.97992,39.61361],[141.98002,39.61332],[141.97943,39.61347],[141.97972,39.61317],[141.97936,39.6133],[141.97933,39.6131],[141.97898,39.61293],[141.97884,39.61267],[141.97817,39.6124],[141.97799,39.6124],[141.97808,39.6126],[141.97777,39.6125],[141.97788,39.61248],[141.97781,39.61231],[141.97755,39.61234],[141.97766,39.61249],[141.97744,39.61247],[141.97758,39.6126],[141.97691,39.61244],[141.97678,39.61227],[141.97699,39.61204],[141.97603,39.6116],[141.97655,39.61174],[141.9781,39.61127],[141.97706,39.60969],[141.97622,39.60924],[141.97627,39.60913],[141.97542,39.60811],[141.97587,39.60792],[141.97574,39.60777],[141.97446,39.60753],[141.97441,39.60711],[141.97408,39.60685],[141.97355,39.60671],[141.9728,39.60679],[141.9725,39.6064],[141.97201,39.60621],[141.97212,39.6061],[141.97187,39.60583],[141.97191,39.60527],[141.97134,39.6046],[141.9715,39.60433],[141.97036,39.60338],[141.97069,39.60284],[141.97044,39.60242],[141.96981,39.60213],[141.96891,39.60198],[141.96826,39.60164],[141.96816,39.60137],[141.96794,39.60141],[141.96794,39.60116],[141.9685,39.60077],[141.96825,39.6002],[141.96734,39.59932],[141.96775,39.5989],[141.96782,39.59827],[141.96669,39.59763],[141.96646,39.59704],[141.96502,39.59603],[141.96504,39.59503],[141.96485,39.59478],[141.96376,39.59497],[141.96451,39.59482],[141.96433,39.59429],[141.96461,39.59424],[141.96459,39.59412],[141.96393,39.59346],[141.96275,39.5931],[141.96274,39.59284],[141.96314,39.59218],[141.9623,39.59137],[141.96148,39.5911],[141.96108,39.59116],[141.96118,39.59026],[141.96097,39.59009],[141.96099,39.58951],[141.96116,39.58948],[141.96107,39.58919],[141.96058,39.5886],[141.95933,39.58804],[141.95894,39.58739],[141.95909,39.58721],[141.95899,39.5866],[141.95846,39.58617],[141.95773,39.58589],[141.95577,39.5859],[141.95539,39.5861],[141.95539,39.58589],[141.95501,39.58588],[141.95329,39.58635],[141.95319,39.58613],[141.95275,39.58617],[141.95156,39.58691],[141.95167,39.58718],[141.95154,39.58726],[141.95108,39.58673],[141.94977,39.58737],[141.9489,39.58725],[141.94811,39.58768],[141.9489,39.58845],[141.94868,39.58846],[141.94934,39.58919],[141.94905,39.58926],[141.94954,39.58938],[141.94959,39.58975],[141.94933,39.58985],[141.94927,39.5902],[141.94905,39.59037],[141.94775,39.59022],[141.94832,39.59068],[141.94787,39.59054],[141.94757,39.59021],[141.94731,39.59036],[141.94773,39.59076],[141.94772,39.59094],[141.94882,39.5913],[141.94913,39.59169],[141.9492,39.59216],[141.94788,39.59315],[141.94808,39.59241],[141.94779,39.59256],[141.94793,39.59283],[141.94758,39.59307],[141.94682,39.59306],[141.94578,39.59448],[141.94541,39.59519],[141.94528,39.59625],[141.94514,39.59634],[141.94527,39.59697],[141.94517,39.59784],[141.94542,39.59896],[141.94702,39.59938],[141.94745,39.59989],[141.95043,39.59785],[141.95121,39.59852],[141.94812,39.6006],[141.94948,39.60185],[141.95013,39.60224],[141.94998,39.60232],[141.95411,39.60394],[141.95596,39.60273],[141.95748,39.60409],[141.95654,39.60473],[141.95658,39.60512],[141.95614,39.60609],[141.9582,39.60836],[141.95936,39.60903],[141.95982,39.6095],[141.96071,39.60986],[141.96106,39.60968],[141.96137,39.60972],[141.96151,39.60995],[141.96142,39.61022],[141.96237,39.61064],[141.96287,39.61068],[141.96301,39.61097],[141.96364,39.61118],[141.96323,39.61138],[141.96325,39.61154],[141.96381,39.61164],[141.96364,39.61167],[141.96282,39.61267],[141.96265,39.61319],[141.96284,39.61337],[141.96255,39.6134],[141.96224,39.61369],[141.96208,39.61463],[141.96209,39.61523],[141.9624,39.61573],[141.96261,39.61586],[141.96341,39.61586],[141.96327,39.61579],[141.96337,39.61572],[141.96356,39.61584],[141.96346,39.61603],[141.96378,39.6163],[141.96348,39.61674],[141.96363,39.61686],[141.96351,39.61749],[141.96419,39.61805],[141.96552,39.61813],[141.96561,39.61633],[141.96566,39.6166],[141.96592,39.61661],[141.96712,39.61748],[141.96711,39.61807],[141.96699,39.61807],[141.967,39.61747],[141.96665,39.61721],[141.96606,39.61758],[141.96603,39.61794],[141.96619,39.61794],[141.96613,39.6187],[141.96634,39.61884],[141.96577,39.61867],[141.96504,39.62079],[141.96396,39.62072],[141.96329,39.62211],[141.96344,39.62331],[141.96415,39.62398],[141.9649,39.62356],[141.96511,39.62364],[141.96582,39.62317],[141.96529,39.62361],[141.96598,39.62317],[141.96621,39.62198],[141.96669,39.62181],[141.96628,39.62205],[141.96605,39.62322],[141.96968,39.62334],[141.9696,39.62554],[141.96939,39.62592],[141.97058,39.62594],[141.97154,39.62565],[141.97154,39.62591],[141.96869,39.6307],[141.96863,39.63264],[141.96585,39.63356],[141.96579,39.63529],[141.96608,39.63544],[141.97157,39.63363],[141.97197,39.63394],[141.97461,39.63037],[141.97683,39.62886],[141.97469,39.63043],[141.97119,39.63523],[141.96584,39.63701],[141.96376,39.63726],[141.96432,39.63985],[141.96731,39.63945],[141.97092,39.63833],[141.97225,39.63924],[141.97264,39.63996],[141.96838,39.64127],[141.96819,39.64149],[141.9682,39.64246],[141.96951,39.64643],[141.96976,39.64671],[141.96993,39.64651],[141.97049,39.64678],[141.97122,39.64674],[141.97153,39.64644],[141.9719,39.64545],[141.97107,39.64505],[141.97196,39.6454],[141.97233,39.64507],[141.9722,39.64495],[141.97425,39.64349],[141.97438,39.64359],[141.97544,39.64304],[141.97635,39.64326],[141.97626,39.64336],[141.97649,39.64345],[141.97641,39.64371],[141.97668,39.64398],[141.97661,39.6441],[141.97694,39.64406],[141.97721,39.64376],[141.97742,39.64378],[141.97734,39.64395],[141.97769,39.64385],[141.97753,39.644],[141.97777,39.64414],[141.97837,39.64402],[141.9786,39.64429],[141.97892,39.64409],[141.97953,39.64422],[141.97958,39.64432],[141.97928,39.64427],[141.97911,39.64443],[141.9803,39.64468],[141.98039,39.64488],[141.9812,39.6451],[141.98112,39.64528],[141.98162,39.64549],[141.9815,39.64586],[141.98178,39.64585],[141.9817,39.64626],[141.98242,39.64635],[141.98235,39.64648],[141.98334,39.64704],[141.98235,39.64711],[141.982,39.64691],[141.98202,39.64671],[141.9817,39.64666],[141.98131,39.64701],[141.98003,39.6468],[141.97945,39.64717],[141.97948,39.64766],[141.97979,39.64817],[141.98069,39.64811],[141.9807,39.64788],[141.98075,39.64821],[141.98089,39.64819],[141.98121,39.64751],[141.98097,39.64822],[141.98116,39.64824],[141.9809,39.6485],[141.98226,39.64872],[141.9816,39.64917],[141.98135,39.64918],[141.98078,39.64879],[141.98053,39.64895],[141.98031,39.64881],[141.97994,39.6491],[141.97985,39.64951],[141.9801,39.6495],[141.98031,39.64972],[141.98002,39.64979],[141.97998,39.65012],[141.98043,39.6503],[141.97976,39.65068],[141.97931,39.65073],[141.97918,39.651],[141.97932,39.65143],[141.97925,39.65234],[141.97862,39.65292],[141.97957,39.65295],[141.97968,39.65322],[141.97952,39.65336],[141.97922,39.65331],[141.97918,39.65306],[141.97884,39.6531],[141.97885,39.65328],[141.97828,39.65326],[141.97631,39.65295],[141.97599,39.65281],[141.97573,39.65224],[141.9754,39.65236],[141.97496,39.65207],[141.974,39.65195],[141.97367,39.65197],[141.9728,39.65271],[141.97269,39.65263],[141.97358,39.65196],[141.97365,39.65159],[141.9734,39.65138],[141.97272,39.65133],[141.97255,39.6516],[141.9722,39.65108],[141.97164,39.65106],[141.97101,39.65117],[141.97038,39.65157],[141.97016,39.65184],[141.96987,39.65295],[141.97004,39.65323],[141.97081,39.65334],[141.97067,39.65349],[141.97022,39.65346],[141.97015,39.65417],[141.97145,39.65412],[141.97081,39.65467],[141.97106,39.655],[141.97249,39.65499],[141.97252,39.65548],[141.97277,39.65554],[141.97314,39.65601],[141.97306,39.65654],[141.97379,39.65652],[141.97439,39.65698],[141.9741,39.65716],[141.97443,39.65727],[141.97421,39.65761],[141.97382,39.65778],[141.97403,39.65786],[141.9739,39.65809],[141.97292,39.6583],[141.97282,39.65856],[141.97306,39.65877],[141.97279,39.65894],[141.97296,39.65903],[141.97269,39.65901],[141.97219,39.65938],[141.97236,39.65974],[141.97214,39.65983],[141.97222,39.65999],[141.97184,39.66011],[141.9715,39.66068],[141.97124,39.66072],[141.97145,39.66084],[141.97123,39.66094],[141.97127,39.66132],[141.97147,39.66173],[141.9717,39.66172],[141.97148,39.66178],[141.97251,39.66222],[141.97274,39.6619],[141.9729,39.6619],[141.97328,39.6611],[141.97321,39.66094],[141.97336,39.66091],[141.97345,39.66111],[141.97275,39.66225],[141.97285,39.66243],[141.97326,39.66268],[141.97357,39.66264],[141.97351,39.66278],[141.9738,39.66292],[141.97413,39.66291],[141.97422,39.66282],[141.97409,39.66268],[141.97434,39.66268],[141.97471,39.66299],[141.97445,39.66292],[141.97459,39.66339],[141.9748,39.66348],[141.97477,39.66373],[141.97514,39.66395],[141.97472,39.66424],[141.97531,39.66423],[141.97515,39.66437],[141.97573,39.66455],[141.97536,39.66464],[141.97532,39.66486],[141.97481,39.66508],[141.97454,39.6656],[141.97467,39.66587],[141.97453,39.66597],[141.97503,39.66602],[141.9749,39.66645],[141.9752,39.66668],[141.97472,39.667],[141.97483,39.66814],[141.97569,39.66959],[141.97612,39.66976],[141.97607,39.67018],[141.97636,39.6702],[141.97664,39.6707],[141.97748,39.67115],[141.97744,39.67131],[141.97777,39.67179],[141.97795,39.67188],[141.97841,39.67169],[141.97967,39.67185],[141.98049,39.67273],[141.98065,39.673],[141.98042,39.67308],[141.98005,39.67294],[141.9802,39.67304],[141.98021,39.67345],[141.98066,39.67383],[141.98044,39.6742],[141.98102,39.67488],[141.98057,39.67475],[141.98064,39.67508],[141.98091,39.67522],[141.98051,39.67528],[141.98051,39.6756],[141.98101,39.67576],[141.98061,39.67589],[141.98087,39.67607],[141.98182,39.67599],[141.98205,39.67614],[141.98222,39.67638],[141.98183,39.67632],[141.98202,39.67658],[141.98183,39.67663],[141.98223,39.67662],[141.98266,39.67716],[141.98263,39.67738],[141.9822,39.67735],[141.98212,39.67759],[141.98216,39.67799],[141.98247,39.6781],[141.98231,39.67858],[141.98283,39.6788],[141.98285,39.67908],[141.98359,39.67897],[141.98343,39.67919],[141.9839,39.67907],[141.98386,39.67944],[141.98354,39.67944],[141.98371,39.67959],[141.98337,39.6797],[141.98336,39.68017],[141.98313,39.68033],[141.98336,39.68088],[141.98396,39.68136],[141.98434,39.68142],[141.98455,39.68122],[141.98479,39.68137],[141.98465,39.68169],[141.98472,39.68209],[141.98547,39.68214],[141.98496,39.6825],[141.98557,39.68237],[141.98573,39.68254],[141.98555,39.68269],[141.98638,39.68293],[141.98626,39.68352],[141.98588,39.68363],[141.98589,39.68394],[141.98613,39.68403],[141.98614,39.68422],[141.98573,39.6843],[141.98564,39.68445],[141.98576,39.68462],[141.98636,39.68466],[141.98634,39.68483],[141.98603,39.68499],[141.98636,39.68526],[141.98603,39.68567],[141.98536,39.6857],[141.98544,39.68623],[141.98566,39.68629],[141.9857,39.68656],[141.98561,39.68673],[141.98537,39.68674],[141.98529,39.68707],[141.98545,39.68732],[141.98406,39.68718],[141.9843,39.68766],[141.98408,39.68785],[141.98385,39.68731],[141.9834,39.68724],[141.98352,39.68803],[141.98306,39.68777],[141.98316,39.68809],[141.98289,39.68814],[141.98256,39.68771],[141.98242,39.68719],[141.98247,39.68772],[141.98234,39.68722],[141.98194,39.6872],[141.98177,39.68739],[141.98162,39.68705],[141.98159,39.68721],[141.98131,39.68732],[141.9809,39.68694],[141.98089,39.68736],[141.98073,39.68738],[141.98063,39.68689],[141.98004,39.68694],[141.97997,39.68715],[141.97962,39.68712],[141.97949,39.68726],[141.97973,39.68785],[141.97955,39.68798],[141.97904,39.68778],[141.97902,39.68744],[141.97864,39.68749],[141.97871,39.68682],[141.97781,39.68644],[141.9768,39.68635],[141.97595,39.68666],[141.97572,39.68656],[141.97561,39.68676],[141.97518,39.68662],[141.97462,39.68706],[141.97441,39.68746],[141.97474,39.6879],[141.97413,39.6878],[141.97423,39.68802],[141.97386,39.68798],[141.9737,39.68874],[141.97307,39.6896],[141.97292,39.68954],[141.97347,39.68861],[141.97358,39.68791],[141.97326,39.68734],[141.97238,39.68715],[141.97209,39.68768],[141.9718,39.68774],[141.97156,39.6886],[141.97219,39.68881],[141.97048,39.68844],[141.97064,39.68838],[141.97086,39.68761],[141.97057,39.6877],[141.97005,39.68751],[141.96997,39.68732],[141.96915,39.6873],[141.96841,39.68766],[141.96797,39.6883],[141.96805,39.6887],[141.96859,39.68906],[141.96855,39.68928],[141.96784,39.6891],[141.96828,39.68955],[141.96808,39.68959],[141.96759,39.68932],[141.96765,39.6895],[141.96741,39.68943],[141.96712,39.6898],[141.96702,39.69026],[141.96729,39.69083],[141.9681,39.69061],[141.96746,39.69093],[141.96767,39.69112],[141.96828,39.69103],[141.96803,39.69112],[141.96804,39.69145],[141.96847,39.69188],[141.96935,39.69178],[141.96993,39.69194],[141.97,39.69214],[141.97036,39.69205],[141.9702,39.69228],[141.97061,39.6927],[141.9723,39.69367],[141.97221,39.69374],[141.97253,39.69422],[141.97228,39.69517],[141.97277,39.69599],[141.97277,39.69618],[141.97263,39.69617],[141.97272,39.69669],[141.97351,39.69752],[141.97363,39.69755],[141.97371,39.69735],[141.97411,39.69736],[141.97389,39.69749],[141.97387,39.69779],[141.97289,39.69817],[141.97196,39.69909],[141.9718,39.70049],[141.97243,39.70153],[141.9729,39.70162],[141.9728,39.70174],[141.97308,39.70205],[141.97381,39.70192],[141.97398,39.70204],[141.97405,39.70186],[141.97437,39.70198],[141.97428,39.70179],[141.97488,39.70177],[141.97475,39.70195],[141.97492,39.70198],[141.97465,39.70215],[141.97455,39.70253],[141.97494,39.70318],[141.97487,39.70386],[141.97495,39.70445],[141.97522,39.70489],[141.97515,39.70516],[141.97566,39.70617],[141.97587,39.70636],[141.97636,39.70606],[141.97595,39.70639],[141.97696,39.70682],[141.97754,39.70645],[141.9771,39.70609],[141.9772,39.70603],[141.97767,39.70645],[141.97779,39.70639],[141.97771,39.70631],[141.9779,39.70643],[141.9784,39.70605],[141.9789,39.70614],[141.9788,39.70582],[141.97901,39.70584],[141.97916,39.70561],[141.97953,39.70568],[141.97983,39.7061],[141.98011,39.70575],[141.98072,39.70584],[141.98095,39.70597],[141.98058,39.7063],[141.97987,39.70632],[141.97974,39.70648],[141.98003,39.70656],[141.98034,39.70692],[141.98106,39.70703],[141.98104,39.70727],[141.98133,39.70748],[141.98204,39.70757],[141.98209,39.70786],[141.98247,39.70799],[141.98247,39.70816],[141.98281,39.70816],[141.98291,39.70825],[141.98277,39.7088],[141.9835,39.70934],[141.98405,39.70932],[141.98393,39.70963],[141.98424,39.7099],[141.98444,39.70998],[141.98475,39.70982],[141.98496,39.71005],[141.98524,39.70975],[141.98563,39.70982],[141.98563,39.70972],[141.98637,39.70983],[141.98613,39.71],[141.98677,39.70991],[141.98647,39.7102],[141.98617,39.71024],[141.98576,39.71025],[141.98583,39.71005],[141.98529,39.70999],[141.98513,39.71056],[141.98543,39.7121],[141.98569,39.71266],[141.9863,39.71325],[141.98624,39.71362],[141.98645,39.71376],[141.98599,39.71357],[141.98563,39.71375],[141.98536,39.71413],[141.98544,39.71422],[141.98494,39.71439],[141.98487,39.71479],[141.98568,39.71502],[141.98509,39.71509],[141.98502,39.71531],[141.98462,39.71538],[141.98482,39.71562],[141.98361,39.71548],[141.9834,39.71569],[141.98347,39.71593],[141.98312,39.71594],[141.98265,39.7162],[141.98245,39.71657],[141.98233,39.71751],[141.98251,39.71844],[141.983,39.71954],[141.98342,39.71959],[141.98312,39.71968],[141.98308,39.71987],[141.98358,39.71995],[141.98375,39.7202],[141.98427,39.72039],[141.98372,39.72061],[141.98365,39.72078],[141.98395,39.72147],[141.9844,39.7216],[141.9841,39.72196],[141.98438,39.7226],[141.98491,39.72271],[141.98501,39.72252],[141.98566,39.72224],[141.98616,39.72257],[141.98588,39.72256],[141.98588,39.72267],[141.98803,39.72326],[141.98718,39.72357],[141.98634,39.72298],[141.98608,39.72297],[141.98615,39.72307],[141.98594,39.72316],[141.98512,39.72294],[141.98484,39.72317],[141.98434,39.72325],[141.98416,39.7237],[141.98431,39.72376],[141.98414,39.72379],[141.98402,39.72418],[141.98451,39.72431],[141.98477,39.72463],[141.9842,39.72462],[141.98402,39.72479],[141.98425,39.72491],[141.98396,39.72497],[141.98354,39.72535],[141.9843,39.72568],[141.98444,39.7259],[141.9835,39.72576],[141.98342,39.72609],[141.98287,39.72636],[141.98307,39.72659],[141.98274,39.72665],[141.98238,39.72646],[141.98202,39.72665],[141.98204,39.72689],[141.98132,39.72699],[141.98103,39.72663],[141.98044,39.72661],[141.98021,39.72684],[141.97981,39.72656],[141.97968,39.7266],[141.97972,39.72688],[141.97937,39.72657],[141.97895,39.72661],[141.979,39.72681],[141.97828,39.72656],[141.97825,39.7261],[141.97745,39.72612],[141.97672,39.72634],[141.97673,39.72658],[141.9765,39.72642],[141.97626,39.72667],[141.97601,39.72658],[141.97537,39.72677],[141.97514,39.72709],[141.97518,39.7274],[141.97497,39.72735],[141.97508,39.72756],[141.97497,39.72765],[141.97449,39.72762],[141.97415,39.72736],[141.97418,39.72774],[141.97449,39.72783],[141.97434,39.72795],[141.97334,39.72772],[141.9728,39.72835],[141.97294,39.72852],[141.97269,39.72836],[141.9727,39.7285],[141.97243,39.72847],[141.97243,39.7286],[141.97218,39.72851],[141.97184,39.72937],[141.97187,39.7299],[141.97223,39.72992],[141.97171,39.72999],[141.97221,39.73093],[141.97359,39.73054],[141.97397,39.73088],[141.9735,39.73085],[141.97314,39.73126],[141.97195,39.73178],[141.97321,39.73351],[141.97399,39.73316],[141.9742,39.73345],[141.97454,39.73347],[141.9752,39.73315],[141.97508,39.73325],[141.97477,39.73534],[141.97713,39.73556],[141.97739,39.73537],[141.97789,39.7329],[141.97691,39.73267],[141.97691,39.7325],[141.9783,39.73278],[141.97831,39.73243],[141.97881,39.7326],[141.9789,39.73282],[141.97896,39.73247],[141.97923,39.73244],[141.97927,39.73257],[141.97951,39.73253],[141.97972,39.73311],[141.98173,39.73291],[141.98221,39.73324],[141.98126,39.73334],[141.98124,39.73364],[141.981,39.73394],[141.98137,39.73443],[141.98235,39.73436],[141.98366,39.73451],[141.98409,39.73417],[141.98438,39.73413],[141.98483,39.73429],[141.98477,39.73449],[141.98536,39.73457],[141.98549,39.73483],[141.98489,39.7348],[141.98425,39.73503],[141.98416,39.73531],[141.98344,39.73566],[141.98328,39.73614],[141.98337,39.73637],[141.98309,39.73657],[141.98317,39.73688],[141.98344,39.73719],[141.98399,39.73717],[141.98397,39.73735],[141.98419,39.73727],[141.9843,39.73749],[141.98486,39.73733],[141.98498,39.73756],[141.98513,39.73733],[141.98522,39.73763],[141.9861,39.73785],[141.98586,39.73789],[141.98613,39.73799],[141.98631,39.73828],[141.98596,39.73836],[141.9859,39.73851],[141.98615,39.73859],[141.98588,39.73867],[141.98592,39.73899],[141.98623,39.73939],[141.98666,39.73933],[141.98658,39.7396],[141.98683,39.73973],[141.98644,39.74002],[141.98637,39.74038],[141.98664,39.74179],[141.98827,39.74496],[141.99015,39.7468],[141.99174,39.74768],[141.99307,39.7476],[141.99328,39.74718],[141.99348,39.74713],[141.99365,39.74728],[141.99353,39.74716],[141.99364,39.74712],[141.99403,39.74731],[141.99369,39.7473],[141.99372,39.74732],[141.99467,39.74752],[141.99463,39.74784],[141.99489,39.74797],[141.9948,39.74821],[141.99574,39.74873],[141.99658,39.74873],[141.99737,39.74903],[141.99778,39.74898],[141.9992,39.74933],[141.99939,39.74932],[141.99943,39.74916],[141.99955,39.74936],[141.99944,39.74956],[141.99973,39.74967],[141.99958,39.74967],[141.99972,39.7502],[142.0002,39.75062],[142.00087,39.7506],[142.00189,39.75019],[142.00249,39.7503],[142.00273,39.74993],[142.00322,39.75069],[142.00335,39.75068],[142.00342,39.75036],[142.0036,39.75058],[142.004,39.75066],[142.00402,39.75084],[142.00363,39.75083],[142.00406,39.7511],[142.00407,39.75136],[142.0039,39.75143],[142.00415,39.75168],[142.00351,39.75169],[142.00348,39.75215],[142.00367,39.75258],[142.00291,39.75235],[142.00315,39.75266],[142.00299,39.75277],[142.0027,39.75221],[142.00264,39.75236],[142.00243,39.75204],[142.00214,39.75204],[142.00159,39.75144],[142.00096,39.75137],[141.99972,39.75178],[141.99933,39.75232],[142.00006,39.75266],[142.00038,39.75312],[141.99955,39.75311],[141.99929,39.75297],[141.99905,39.75306],[141.99887,39.75295],[141.99886,39.75261],[141.99859,39.75287],[141.99821,39.75271],[141.99745,39.75318],[141.99735,39.75308],[141.99758,39.75294],[141.99659,39.75194],[141.99747,39.75189],[141.99737,39.75126],[141.99687,39.75134],[141.99574,39.75106],[141.99475,39.75131],[141.9938,39.7522],[141.9932,39.75251],[141.99219,39.7527],[141.99152,39.75308],[141.99144,39.75337],[141.99063,39.75422],[141.99078,39.7549],[141.99066,39.75499],[141.99056,39.75484],[141.98988,39.75523],[141.98894,39.7568],[141.98881,39.75759],[141.98895,39.75796],[141.98844,39.7595],[141.98866,39.75998],[141.98827,39.76079],[141.98839,39.76113],[141.98821,39.7612],[141.98818,39.76159],[141.98824,39.76227],[141.98873,39.76308],[141.9898,39.76326],[141.98914,39.76372],[141.98918,39.76538],[141.98987,39.76705],[141.99051,39.76695],[141.98983,39.76711],[141.98988,39.76723],[141.99024,39.76749],[141.99068,39.76747],[141.99085,39.7681],[141.99145,39.76874],[141.99163,39.76929],[141.99301,39.76963],[141.99332,39.76994],[141.99457,39.77059],[141.99488,39.77112],[141.99607,39.77162],[141.99615,39.77153],[141.99663,39.77243],[141.99795,39.7732],[141.99889,39.77356],[141.99978,39.77367],[141.99997,39.77365],[141.99998,39.77335],[142.0003,39.7732],[142.00046,39.77332],[142.00034,39.77373],[142.00107,39.77393],[142.00124,39.77417],[142.00169,39.77428],[142.00199,39.77415],[142.00249,39.77435],[142.00266,39.77426],[142.00282,39.77443],[142.00318,39.77433],[142.0031,39.77466],[142.00326,39.77491],[142.00418,39.77501],[142.00418,39.77519],[142.00384,39.77513],[142.00428,39.77535],[142.00418,39.77543],[142.00433,39.77583],[142.00428,39.776],[142.004,39.77595],[142.00394,39.77621],[142.00377,39.77601],[142.00351,39.77621],[142.0036,39.77654],[142.00384,39.77661],[142.00386,39.77676],[142.00318,39.77642],[142.00314,39.77704],[142.00269,39.77693],[142.00262,39.77707],[142.00209,39.77713],[142.00206,39.77728],[142.0024,39.77756],[142.00238,39.77777],[142.0021,39.77787],[142.00182,39.77769],[142.00099,39.7779],[142.00039,39.77817],[142.00037,39.77842],[141.99969,39.77817],[141.99957,39.77833],[141.99877,39.77815],[141.9984,39.77827],[141.99809,39.77809],[141.99777,39.77818],[141.99671,39.77788],[141.99601,39.7781],[141.9953,39.77877],[141.99548,39.77897],[141.99524,39.77887],[141.9951,39.77899],[141.99498,39.77978],[141.99464,39.78038],[141.99475,39.78053],[141.99445,39.78058],[141.99457,39.78076],[141.99444,39.78095],[141.99415,39.78083],[141.99333,39.78109],[141.99327,39.78129],[141.99315,39.7812],[141.99279,39.78136],[141.99251,39.78181],[141.99277,39.78205],[141.99252,39.78209],[141.99244,39.78195],[141.99239,39.78209],[141.99269,39.78226],[141.99231,39.78237],[141.9917,39.78302],[141.99187,39.78336],[141.99149,39.78349],[141.99146,39.78378],[141.99123,39.78364],[141.99081,39.7837],[141.99074,39.78383],[141.99104,39.78394],[141.99106,39.78409],[141.99071,39.7839],[141.99025,39.78419],[141.99051,39.78433],[141.99039,39.78444],[141.99045,39.78523],[141.99089,39.78538],[141.99127,39.78601],[141.99043,39.78596],[141.99027,39.7857],[141.99001,39.78563],[141.98988,39.78576],[141.98972,39.78569],[141.9896,39.7859],[141.98921,39.7858],[141.98934,39.78591],[141.98887,39.78609],[141.98902,39.78626],[141.98876,39.78646],[141.98893,39.7867],[141.98879,39.78701],[141.98931,39.78719],[141.98909,39.78725],[141.98903,39.78747],[141.98842,39.78737],[141.98802,39.78758],[141.98764,39.78755],[141.98721,39.78781],[141.98731,39.78809],[141.98666,39.78772],[141.9864,39.78799],[141.98601,39.78788],[141.98572,39.78807],[141.98467,39.78812],[141.98502,39.78853],[141.985,39.7888],[141.98487,39.7888],[141.9849,39.78848],[141.98457,39.78825],[141.98397,39.78845],[141.98348,39.78892],[141.98367,39.78921],[141.98416,39.78941],[141.98465,39.78945],[141.98484,39.7892],[141.98498,39.78926],[141.98481,39.78944],[141.98496,39.78984],[141.98475,39.7899],[141.98467,39.79011],[141.98489,39.79007],[141.98499,39.79039],[141.98457,39.79062],[141.98436,39.79139],[141.98471,39.79133],[141.98445,39.79147],[141.98486,39.79182],[141.9855,39.79167],[141.98533,39.79187],[141.98511,39.79187],[141.98519,39.79195],[141.98617,39.79191],[141.98615,39.79205],[141.98652,39.79215],[141.98635,39.79249],[141.98683,39.79253],[141.9866,39.79291],[141.98686,39.7928],[141.98698,39.79289],[141.98689,39.79301],[141.98712,39.7931],[141.98675,39.79327],[141.98711,39.79347],[141.98693,39.79357],[141.98689,39.79344],[141.98675,39.79333],[141.98682,39.79364],[141.98658,39.79367],[141.98681,39.79383],[141.98638,39.79432],[141.9864,39.7945],[141.98676,39.79441],[141.98702,39.79459],[141.98646,39.79459],[141.98656,39.79463],[141.98635,39.79468],[141.98668,39.79474],[141.9866,39.79484],[141.9862,39.79479],[141.98594,39.79507],[141.98605,39.79534],[141.98593,39.79542],[141.98619,39.79562],[141.98643,39.79554],[141.9868,39.79578],[141.9868,39.79605],[141.98719,39.79615],[141.98707,39.79633],[141.98645,39.79642],[141.98659,39.79683],[141.98754,39.79679],[141.98758,39.79699],[141.9879,39.79698],[141.98821,39.79728],[141.98814,39.79743],[141.98865,39.7977],[141.98837,39.79793],[141.98856,39.79821],[141.98825,39.79805],[141.98786,39.7983],[141.98793,39.79841],[141.98774,39.79831],[141.98723,39.79873],[141.98708,39.79916],[141.98731,39.79984],[141.98702,39.79983],[141.98686,39.79947],[141.98648,39.79963],[141.98493,39.7992],[141.98447,39.79923],[141.98432,39.79952],[141.98443,39.79972],[141.98432,39.79982],[141.98484,39.80006],[141.98503,39.79983],[141.9853,39.79996],[141.9851,39.80031],[141.98519,39.80053],[141.98556,39.80052],[141.98542,39.80054],[141.98545,39.80072],[141.98577,39.80071],[141.98592,39.80092],[141.98555,39.80095],[141.9855,39.80123],[141.98428,39.80196],[141.98404,39.80225],[141.98409,39.80238],[141.98395,39.80233],[141.9837,39.8026],[141.98364,39.80302],[141.98322,39.80335],[141.9832,39.80363],[141.9835,39.80414],[141.98426,39.80431],[141.98415,39.8045],[141.98445,39.8047],[141.98409,39.80499],[141.98417,39.80518],[141.98396,39.80525],[141.98378,39.80582],[141.98364,39.80586],[141.98397,39.80612],[141.98339,39.80623],[141.98323,39.80659],[141.98418,39.80837],[141.98402,39.80844],[141.984,39.80873],[141.98414,39.80885],[141.98393,39.80906],[141.98405,39.80967],[141.98438,39.81008],[141.98529,39.81043],[141.98533,39.8107],[141.9857,39.81092],[141.98529,39.81103],[141.98529,39.81123],[141.98492,39.81138],[141.98452,39.81137],[141.9838,39.81186],[141.98375,39.81232],[141.98402,39.81237],[141.98368,39.8124],[141.98359,39.81281],[141.9838,39.8132],[141.9842,39.81326],[141.98368,39.81326],[141.98374,39.81399],[141.98492,39.81407],[141.98496,39.81316],[141.98509,39.81315],[141.98509,39.81448],[141.98616,39.81449],[141.98647,39.81432],[141.9865,39.81413],[141.98656,39.81435],[141.98671,39.81428],[141.98664,39.81445],[141.98768,39.81456],[141.98783,39.81444],[141.98797,39.81487],[141.98777,39.81493],[141.98775,39.8153],[141.98748,39.81556],[141.98768,39.81567],[141.98745,39.81582],[141.98761,39.81604],[141.98753,39.81615],[141.98807,39.81649],[141.98836,39.81647],[141.98858,39.81679],[141.98893,39.81665],[141.98912,39.817],[141.98936,39.81711],[141.98959,39.817],[141.99017,39.81709],[141.98972,39.8174],[141.98933,39.81733],[141.98959,39.81753],[141.98933,39.81773],[141.9896,39.81785],[141.98932,39.81799],[141.98956,39.81831],[141.98937,39.81852],[141.98957,39.81864],[141.98954,39.81879],[141.98965,39.81874],[141.98958,39.81891],[141.98976,39.81919],[141.99,39.81927],[141.9899,39.81959],[141.99007,39.81961],[141.9901,39.81979],[141.99118,39.82013],[141.99139,39.82046],[141.98987,39.82084],[141.98975,39.821],[141.98999,39.82114],[141.98985,39.82129],[141.99021,39.8214],[141.98987,39.82171],[141.98977,39.82226],[141.98923,39.8224],[141.98939,39.82254],[141.98928,39.82278],[141.98899,39.82293],[141.98865,39.82287],[141.98873,39.82316],[141.98853,39.82329],[141.98869,39.82336],[141.98797,39.82358],[141.98746,39.82413],[141.98742,39.82437],[141.98759,39.82452],[141.98741,39.82452],[141.98714,39.82483],[141.98712,39.82522],[141.98761,39.82568],[141.98804,39.82562],[141.98809,39.82576],[141.9879,39.82578],[141.98813,39.8259],[141.98803,39.82605],[141.98821,39.8262],[141.9881,39.82626],[141.98847,39.82669],[141.98814,39.82647],[141.98841,39.82689],[141.98819,39.82692],[141.98825,39.82704],[141.9878,39.82738],[141.98843,39.82757],[141.98757,39.82751],[141.9867,39.82797],[141.98629,39.82874],[141.9861,39.82881],[141.98597,39.82909],[141.98607,39.82921],[141.98589,39.82928],[141.98603,39.82943],[141.98568,39.82947],[141.98646,39.82985],[141.98622,39.83015],[141.98586,39.83029],[141.98561,39.83017],[141.98565,39.83029],[141.98515,39.8304],[141.98511,39.82998],[141.98477,39.82985],[141.98451,39.83],[141.98456,39.82982],[141.98291,39.8293],[141.98169,39.82848],[141.98059,39.8283],[141.9806,39.8282],[141.97972,39.82832],[141.97937,39.82875],[141.97871,39.82898],[141.97844,39.82938],[141.97913,39.8296],[141.979,39.82961],[141.97858,39.83059],[141.97874,39.83062],[141.97835,39.8307],[141.97798,39.8316],[141.9789,39.83147],[141.97944,39.83162],[141.97957,39.83123],[141.97951,39.83089],[141.97942,39.83094],[141.9795,39.83072],[141.9795,39.83083],[141.98006,39.83082],[141.97973,39.83108],[141.97952,39.83165],[141.98039,39.83208],[141.98,39.83225],[141.98015,39.83239],[141.97992,39.83253],[141.98043,39.83279],[141.97995,39.83272],[141.97912,39.83301],[141.97921,39.83323],[141.98,39.83333],[141.97918,39.83348],[141.97937,39.83489],[141.97917,39.83487],[141.97899,39.83509],[141.9792,39.83507],[141.9792,39.83513],[141.97885,39.83517],[141.97894,39.83527],[141.97955,39.8351],[141.97944,39.83527],[141.97902,39.83529],[141.97918,39.83536],[141.97901,39.83535],[141.97897,39.8356],[141.97932,39.83557],[141.97957,39.83589],[141.97986,39.83592],[141.98001,39.83617],[141.97985,39.83623],[141.98009,39.83635],[141.98,39.83654],[141.98029,39.8368],[141.98011,39.83679],[141.97995,39.83707],[141.97971,39.83716],[141.97919,39.83808],[141.97973,39.83825],[141.97973,39.83874],[141.97994,39.83877],[141.97992,39.83893],[141.98026,39.83889],[141.98041,39.83913],[141.98011,39.8393],[141.98064,39.83917],[141.98077,39.83927],[141.98074,39.83939],[141.98035,39.83944],[141.98035,39.8396],[141.98097,39.83959],[141.98125,39.84],[141.98088,39.84011],[141.98097,39.84025],[141.98074,39.84035],[141.9793,39.84034],[141.97899,39.84053],[141.97915,39.84077],[141.97868,39.84085],[141.97885,39.84118],[141.97827,39.841],[141.97827,39.84118],[141.97784,39.8411],[141.97729,39.84144],[141.97787,39.84157],[141.9781,39.84187],[141.97715,39.84197],[141.97666,39.84181],[141.97649,39.842],[141.97625,39.84316],[141.97639,39.84348],[141.97718,39.84359],[141.97698,39.84376],[141.97721,39.84387],[141.9771,39.84401],[141.97737,39.84405],[141.97698,39.8441],[141.97735,39.84443],[141.97714,39.84458],[141.97722,39.84469],[141.97815,39.84478],[141.97801,39.84492],[141.97832,39.84495],[141.9785,39.84517],[141.97785,39.84545],[141.9773,39.84498],[141.97699,39.84493],[141.97686,39.84513],[141.97641,39.84527],[141.97662,39.84547],[141.97647,39.84568],[141.9761,39.84555],[141.97617,39.84583],[141.97546,39.84576],[141.97454,39.84629],[141.97437,39.84786],[141.97461,39.84856],[141.97599,39.84826],[141.97583,39.84833],[141.97606,39.84831],[141.97613,39.84854],[141.97593,39.8485],[141.97598,39.84904],[141.9772,39.84882],[141.97718,39.84834],[141.9773,39.84834],[141.97736,39.84893],[141.97469,39.84943],[141.97473,39.84962],[141.97443,39.84972],[141.97419,39.8502],[141.97417,39.85078],[141.97458,39.85084],[141.97416,39.8508],[141.97496,39.85137],[141.97564,39.85119],[141.97636,39.85158],[141.97824,39.85141],[141.97841,39.85154],[141.97824,39.85186],[141.97846,39.85179],[141.97839,39.85201],[141.97715,39.85226],[141.97629,39.85187],[141.97613,39.8517],[141.97628,39.85158],[141.97597,39.85155],[141.97606,39.85147],[141.9757,39.85128],[141.97503,39.85142],[141.97591,39.85206],[141.97561,39.85254],[141.97565,39.85296],[141.97616,39.85319],[141.9768,39.85291],[141.97784,39.85292],[141.97801,39.85302],[141.97794,39.85347],[141.97807,39.85363],[141.97804,39.85396],[141.97755,39.85412],[141.97766,39.85439],[141.97754,39.85444],[141.97685,39.85448],[141.97629,39.85424],[141.97607,39.85444],[141.97609,39.85483],[141.97576,39.85531],[141.97616,39.85538],[141.97561,39.85547],[141.97586,39.85603],[141.97573,39.85611],[141.97627,39.85607],[141.97654,39.85621],[141.97723,39.856],[141.97779,39.85603],[141.97745,39.85628],[141.97788,39.85621],[141.97796,39.85633],[141.97754,39.85656],[141.97671,39.85651],[141.97666,39.85637],[141.97585,39.85653],[141.97581,39.85689],[141.97566,39.85694],[141.97619,39.85692],[141.97638,39.85708],[141.97539,39.85719],[141.97537,39.85746],[141.97559,39.85766],[141.97656,39.85774],[141.9768,39.8579],[141.97642,39.85794],[141.97667,39.85811],[141.97638,39.85834],[141.97574,39.85838],[141.97578,39.85847],[141.97498,39.85837],[141.975,39.85852],[141.97555,39.85864],[141.97483,39.85882],[141.97477,39.85961],[141.97486,39.85975],[141.97541,39.85979],[141.97565,39.86009],[141.97626,39.86011],[141.97621,39.86025],[141.97563,39.86032],[141.97557,39.86071],[141.97607,39.86088],[141.97569,39.86109],[141.97578,39.86116],[141.97561,39.86123],[141.97573,39.86133],[141.97558,39.86135],[141.97563,39.86161],[141.97594,39.862],[141.97679,39.86192],[141.9771,39.86235],[141.97753,39.86219],[141.97754,39.86249],[141.97768,39.86255],[141.9776,39.86276],[141.97742,39.86278],[141.97749,39.86339],[141.97787,39.86347],[141.97801,39.86375],[141.97834,39.86384],[141.97849,39.86406],[141.97879,39.86407],[141.97865,39.86476],[141.9789,39.86475],[141.97908,39.86441],[141.97911,39.86482],[141.97891,39.8654],[141.97873,39.86537],[141.97874,39.86495],[141.97861,39.86544],[141.97826,39.86553],[141.97859,39.866],[141.97834,39.86627],[141.97825,39.86667],[141.97804,39.86665],[141.97804,39.86638],[141.97787,39.86674],[141.9774,39.86682],[141.97726,39.8667],[141.97698,39.86719],[141.97704,39.8674],[141.97656,39.86794],[141.97661,39.86849],[141.97636,39.86885],[141.97634,39.86933],[141.97684,39.87019],[141.97675,39.87045],[141.97702,39.87091],[141.97714,39.87088],[141.97708,39.87177],[141.97683,39.87181],[141.97652,39.87253],[141.97596,39.87291],[141.97585,39.87285],[141.97547,39.87323],[141.97548,39.87341],[141.97508,39.87349],[141.97487,39.87373],[141.97501,39.87381],[141.97494,39.87392],[141.97464,39.87383],[141.97452,39.87401],[141.97469,39.87412],[141.97466,39.87422],[141.97444,39.87418],[141.97425,39.87458],[141.97407,39.8746],[141.9739,39.87506],[141.97451,39.87506],[141.97444,39.87539],[141.97455,39.87554],[141.97441,39.87587],[141.97422,39.87593],[141.97435,39.87621],[141.97388,39.87632],[141.97359,39.87623],[141.97342,39.87645],[141.9735,39.87704],[141.97337,39.87735],[141.97368,39.87839],[141.9733,39.87841],[141.97316,39.8788],[141.97267,39.87879],[141.97317,39.87904],[141.97312,39.87925],[141.97285,39.87931],[141.97294,39.87941],[141.97176,39.87953],[141.97177,39.87973],[141.97111,39.8808],[141.97113,39.88134],[141.97169,39.88129],[141.97174,39.88146],[141.97204,39.88151],[141.97191,39.88197],[141.9714,39.88197],[141.97118,39.8818],[141.97102,39.88225],[141.97134,39.88242],[141.97125,39.8826],[141.97194,39.88275],[141.97176,39.88292],[141.97194,39.88304],[141.97161,39.88308],[141.97188,39.88312],[141.97189,39.8834],[141.97162,39.88345],[141.97164,39.8832],[141.9713,39.88297],[141.97131,39.88377],[141.97108,39.88433],[141.97123,39.88446],[141.97117,39.88463],[141.97083,39.88491],[141.97007,39.88498],[141.97007,39.88519],[141.96973,39.88519],[141.9698,39.88534],[141.96957,39.88517],[141.96969,39.8849],[141.96952,39.88468],[141.96926,39.88462],[141.96921,39.88476],[141.96887,39.88456],[141.96866,39.88498],[141.96855,39.88471],[141.96789,39.88463],[141.96616,39.885],[141.96528,39.88481],[141.96403,39.88493],[141.96211,39.88569],[141.96131,39.88629],[141.96015,39.88687],[141.95951,39.88776],[141.95855,39.88848],[141.95854,39.88874],[141.95832,39.8887],[141.95797,39.88939],[141.95803,39.88958],[141.9578,39.88978],[141.95802,39.88995],[141.95714,39.89],[141.95658,39.89043],[141.95621,39.89037],[141.95521,39.89111],[141.95475,39.89234],[141.95488,39.89283],[141.95477,39.89333],[141.95507,39.89361],[141.95479,39.8937],[141.95485,39.89404],[141.95461,39.89405],[141.95437,39.89448],[141.95388,39.89481],[141.9539,39.89495],[141.95347,39.89516],[141.95313,39.89623],[141.95342,39.89722],[141.95323,39.89769],[141.95245,39.89834],[141.9523,39.89903],[141.95241,39.89964],[141.95189,39.90058],[141.9519,39.90098],[141.95144,39.90123],[141.95142,39.90167],[141.95176,39.90228],[141.9514,39.90263],[141.95041,39.90454],[141.94982,39.9052],[141.94952,39.90584],[141.9493,39.90722],[141.94986,39.90848],[141.94904,39.90987],[141.94861,39.9103],[141.94828,39.91027],[141.94792,39.91054],[141.94789,39.91087],[141.9491,39.9116],[141.94899,39.9117],[141.94809,39.91109],[141.94733,39.91184],[141.94817,39.91222],[141.94842,39.91257],[141.9478,39.9135],[141.94716,39.91329],[141.94697,39.91304],[141.94534,39.91468],[141.94368,39.9155],[141.94354,39.91538],[141.94338,39.91561],[141.94384,39.91598],[141.9436,39.91623],[141.94378,39.91599],[141.94354,39.91585],[141.94278,39.91619],[141.9419,39.91619],[141.94162,39.91636],[141.94131,39.91705],[141.94239,39.91729],[141.94231,39.91746],[141.94114,39.91715],[141.94075,39.91817],[141.94086,39.91835],[141.93977,39.91954],[141.93983,39.91987],[141.94005,39.91999],[141.94017,39.92059],[141.94065,39.92113],[141.94086,39.92175],[141.94096,39.92228],[141.94073,39.92283],[141.94099,39.92344],[141.94212,39.92365],[141.94244,39.92436],[141.94282,39.92478],[141.94267,39.92482],[141.94273,39.92496],[141.94342,39.92545],[141.94331,39.92585],[141.94313,39.92573],[141.94308,39.92585],[141.94275,39.92558],[141.94284,39.9259],[141.94269,39.92571],[141.94241,39.92577],[141.94222,39.92563],[141.94221,39.92592],[141.94163,39.92574],[141.94104,39.9258],[141.94065,39.92602],[141.94034,39.92643],[141.94021,39.92749],[141.94052,39.92801],[141.94087,39.92821],[141.94113,39.92826],[141.9417,39.92799],[141.94215,39.92824],[141.94253,39.92822],[141.9426,39.92863],[141.94288,39.92868],[141.94261,39.92874],[141.94319,39.92883],[141.94324,39.92908],[141.94282,39.92911],[141.94312,39.92925],[141.94284,39.92931],[141.94293,39.92952],[141.94279,39.92939],[141.94287,39.92954],[141.9427,39.92952],[141.94303,39.92992],[141.94239,39.92982],[141.94273,39.93],[141.9426,39.9307],[141.9423,39.93081],[141.94249,39.93106],[141.94212,39.93086],[141.94198,39.93092],[141.94197,39.93115],[141.94216,39.93097],[141.94246,39.9312],[141.94243,39.93139],[141.94199,39.93146],[141.94161,39.93127],[141.94152,39.93103],[141.94095,39.93118],[141.94081,39.93101],[141.94093,39.93135],[141.94077,39.93138],[141.94081,39.93165],[141.94055,39.93124],[141.9406,39.93103],[141.93974,39.93129],[141.93956,39.93112],[141.93848,39.93174],[141.93842,39.93281],[141.93911,39.93369],[141.93931,39.93369],[141.93971,39.93334],[141.94016,39.93364],[141.941,39.93291],[141.9414,39.93235],[141.94133,39.93217],[141.94151,39.93216],[141.94153,39.93234],[141.94108,39.93296],[141.94019,39.9338],[141.94061,39.93402],[141.94086,39.93381],[141.94107,39.934],[141.94113,39.93387],[141.94159,39.93443],[141.94146,39.9345],[141.94168,39.9346],[141.94183,39.93506],[141.94217,39.93527],[141.94219,39.93554],[141.94205,39.93547],[141.94202,39.9358],[141.9419,39.93578],[141.94211,39.93601],[141.94188,39.93628],[141.9425,39.93647],[141.94195,39.93661],[141.94231,39.93685],[141.94232,39.93742],[141.94184,39.93735],[141.9412,39.93776],[141.94238,39.93923],[141.94185,39.93885],[141.94153,39.9382],[141.94112,39.93825],[141.94101,39.93848],[141.9412,39.93883],[141.94118,39.93916],[141.9409,39.9384],[141.94001,39.93859],[141.9397,39.939],[141.93983,39.93926],[141.94121,39.93971],[141.94135,39.93953],[141.9412,39.93981],[141.94131,39.93996],[141.94207,39.94001],[141.94228,39.94026],[141.94252,39.94009],[141.94248,39.94027],[141.9428,39.94023],[141.94276,39.94051],[141.94289,39.94058],[141.94312,39.94038],[141.94335,39.94044],[141.94349,39.94088],[141.94294,39.94075],[141.94363,39.94104],[141.94371,39.94155],[141.94332,39.94138],[141.94369,39.94161],[141.94371,39.94186],[141.94359,39.9416],[141.94355,39.94181],[141.94347,39.94173],[141.94355,39.94243],[141.94309,39.94248],[141.94308,39.94268],[141.9434,39.94276],[141.94315,39.94273],[141.94303,39.94289],[141.94348,39.94302],[141.9433,39.94301],[141.94335,39.94312],[141.94318,39.94297],[141.94301,39.9433],[141.94323,39.94374],[141.94414,39.9445],[141.9454,39.94591],[141.94601,39.94568],[141.94551,39.94591],[141.94561,39.94608],[141.94608,39.94605],[141.94641,39.94576],[141.94733,39.94569],[141.94805,39.94595],[141.94844,39.94582],[141.94827,39.94601],[141.94859,39.94616],[141.94962,39.94572],[141.94985,39.94572],[141.94975,39.9459],[141.94994,39.94586],[141.9499,39.94597],[141.94995,39.946],[141.95019,39.94567],[141.95019,39.94578],[141.95126,39.94589],[141.95111,39.9462],[141.95136,39.94626],[141.95169,39.94604],[141.95175,39.94639],[141.95235,39.94643],[141.95258,39.94598],[141.95283,39.94582],[141.95327,39.94585],[141.95355,39.94571],[141.95356,39.94556],[141.95413,39.94571],[141.95531,39.94559],[141.95542,39.94528],[141.95529,39.94526],[141.95563,39.94486],[141.95541,39.94474],[141.95589,39.94467],[141.95573,39.94456],[141.95596,39.9446],[141.95614,39.94437],[141.9572,39.94452],[141.95708,39.94486],[141.95676,39.94492],[141.9566,39.94514],[141.95732,39.94516],[141.95724,39.94554],[141.95774,39.94559],[141.9576,39.94566],[141.95779,39.94611],[141.9588,39.9461],[141.95909,39.94588],[141.95891,39.94578],[141.95907,39.94546],[141.95957,39.94544],[141.95959,39.94526],[141.95983,39.94532],[141.9599,39.94505],[141.96029,39.94516],[141.96031,39.94503],[141.96013,39.94502],[141.96006,39.94495],[141.96044,39.94497],[141.96063,39.94473],[141.96047,39.94464],[141.96071,39.94477],[141.96122,39.94547],[141.9608,39.94558],[141.9613,39.94578],[141.96096,39.94579],[141.96084,39.94613],[141.96037,39.94619],[141.96029,39.9466],[141.96049,39.94632],[141.96061,39.94634],[141.96046,39.94653],[141.96067,39.94651],[141.96008,39.94715],[141.96023,39.94727],[141.96006,39.94743],[141.96015,39.94775],[141.95926,39.94762],[141.9591,39.94801],[141.95842,39.94856],[141.95844,39.94878],[141.95811,39.94883],[141.95781,39.94973],[141.95793,39.95024],[141.95782,39.95036],[141.95816,39.95083],[141.95879,39.95118],[141.95904,39.95095],[141.95883,39.9512],[141.95948,39.95152],[141.95969,39.95131],[141.95961,39.95088],[141.95981,39.95095],[141.96023,39.95086],[141.96042,39.95064],[141.96076,39.95066],[141.96106,39.95095],[141.96101,39.95114],[141.9605,39.95117],[141.96037,39.9513],[141.96053,39.95143],[141.96032,39.95156],[141.96122,39.9519],[141.96154,39.95183],[141.96149,39.95171],[141.96208,39.95178],[141.96194,39.95212],[141.96211,39.95219],[141.9622,39.95195],[141.96245,39.95211],[141.96229,39.95258],[141.96188,39.95234],[141.9615,39.95247],[141.96228,39.95283],[141.96297,39.9529],[141.96317,39.95339],[141.9629,39.95353],[141.96264,39.95322],[141.96211,39.95308],[141.96193,39.95341],[141.96127,39.95275],[141.96119,39.95293],[141.96131,39.95308],[141.96116,39.95326],[141.96094,39.95323],[141.96118,39.95335],[141.96099,39.95341],[141.96083,39.95306],[141.96102,39.95284],[141.96084,39.95271],[141.96018,39.95291],[141.95979,39.9529],[141.95959,39.95271],[141.95916,39.95279],[141.95915,39.95307],[141.95885,39.9532],[141.95824,39.95329],[141.95824,39.95345],[141.95807,39.95351],[141.95819,39.95369],[141.95772,39.95354],[141.95718,39.95395],[141.95695,39.95452],[141.95713,39.95549],[141.95803,39.95573],[141.95762,39.95598],[141.95783,39.95614],[141.95831,39.95591],[141.95859,39.95599],[141.95848,39.95626],[141.95831,39.95628],[141.95847,39.95634],[141.95838,39.95646],[141.95886,39.95649],[141.95893,39.95669],[141.9593,39.95675],[141.95797,39.95737],[141.95715,39.95716],[141.9569,39.9573],[141.95746,39.95762],[141.95792,39.95758],[141.9583,39.95789],[141.95792,39.95805],[141.95754,39.95789],[141.9571,39.95803],[141.95689,39.95755],[141.95684,39.95787],[141.95648,39.95773],[141.95632,39.95789],[141.95616,39.95783],[141.95581,39.95825],[141.95561,39.95907],[141.95583,39.9593],[141.95698,39.95922],[141.95564,39.95942],[141.95581,39.96183],[141.95568,39.96296],[141.95606,39.96296],[141.95661,39.96325],[141.9561,39.9635],[141.95554,39.96326],[141.9553,39.96355],[141.95515,39.96462],[141.95535,39.96586],[141.95509,39.96599],[141.95509,39.96645],[141.95567,39.96666],[141.95559,39.96681],[141.95533,39.96681],[141.95528,39.96707],[141.95596,39.96726],[141.95509,39.96733],[141.95503,39.96751],[141.95542,39.96759],[141.95533,39.96785],[141.95625,39.96783],[141.95646,39.96796],[141.95639,39.96815],[141.95667,39.96827],[141.95645,39.96842],[141.95559,39.96824],[141.95535,39.96863],[141.95583,39.96858],[141.95602,39.96875],[141.95509,39.96879],[141.95587,39.96919],[141.95584,39.96951],[141.95542,39.96984],[141.95471,39.96959],[141.95424,39.96999],[141.95464,39.97035],[141.9542,39.97066],[141.95458,39.97109],[141.95416,39.97119],[141.95411,39.9714],[141.9543,39.97198],[141.95486,39.97216],[141.95477,39.9724],[141.95553,39.97252],[141.95552,39.97269],[141.95572,39.97278],[141.95564,39.97289],[141.95484,39.97291],[141.95474,39.97338],[141.95499,39.97359],[141.95502,39.97384],[141.95481,39.974],[141.95474,39.97442],[141.95441,39.97428],[141.95441,39.97472],[141.95457,39.97483],[141.95444,39.97505],[141.95479,39.97527],[141.95558,39.97527],[141.95529,39.97559],[141.95475,39.97552],[141.95459,39.97588],[141.95464,39.97748],[141.9548,39.97776],[141.95532,39.97784],[141.95586,39.97823],[141.95567,39.97826],[141.95646,39.97852],[141.95628,39.97898],[141.95696,39.9791],[141.95712,39.97929],[141.95673,39.97961],[141.95514,39.97986],[141.95517,39.9802],[141.95579,39.98043],[141.95558,39.98047],[141.95579,39.98077],[141.95553,39.98063],[141.9557,39.98087],[141.95544,39.98076],[141.95533,39.98051],[141.95537,39.98077],[141.95598,39.98121],[141.95532,39.98129],[141.95514,39.98154],[141.95581,39.98181],[141.95595,39.98205],[141.95583,39.98238],[141.95447,39.98279],[141.95459,39.98309],[141.95449,39.98317],[141.95534,39.98322],[141.95594,39.98357],[141.95597,39.98376],[141.95576,39.98368],[141.95554,39.98386],[141.95523,39.98455],[141.95459,39.98434],[141.95444,39.98456],[141.95473,39.98466],[141.95477,39.98501],[141.95412,39.98537],[141.95332,39.98547],[141.95246,39.98511],[141.95236,39.98494],[141.95206,39.98502],[141.95202,39.98513],[141.95278,39.98545],[141.95277,39.98556],[141.95249,39.98547],[141.9525,39.98562],[141.95367,39.98636],[141.95378,39.98676],[141.95357,39.98686],[141.95384,39.98711],[141.95325,39.98713],[141.95327,39.98684],[141.95237,39.98661],[141.95198,39.98687],[141.95189,39.9866],[141.95166,39.98635],[141.9518,39.98657],[141.95165,39.98674],[141.95175,39.98685],[141.95129,39.98663],[141.95137,39.98687],[141.9511,39.98687],[141.95136,39.98723],[141.95069,39.98687],[141.95061,39.98745],[141.95082,39.98769],[141.95075,39.98782],[141.95134,39.98815],[141.95125,39.98845],[141.95089,39.98852],[141.95059,39.98853],[141.95011,39.98822],[141.94995,39.98838],[141.95076,39.98937],[141.95074,39.98965],[141.95045,39.9894],[141.9503,39.98966],[141.95048,39.98995],[141.95024,39.99017],[141.9503,39.99038],[141.94971,39.99045],[141.94949,39.99025],[141.94924,39.98986],[141.94927,39.98939],[141.94896,39.98935],[141.94884,39.98899],[141.94872,39.98901],[141.94865,39.98943],[141.94826,39.98934],[141.94797,39.98984],[141.94772,39.98994],[141.9481,39.99006],[141.94793,39.99031],[141.94768,39.9903],[141.94758,39.99072],[141.94798,39.9907],[141.94803,39.9909],[141.94775,39.99145],[141.94753,39.99148],[141.94741,39.99167],[141.94755,39.99154],[141.94759,39.99173],[141.94782,39.99154],[141.94786,39.99192],[141.9476,39.99224],[141.94706,39.99251],[141.94714,39.99287],[141.94684,39.99297],[141.947,39.99338],[141.94673,39.99353],[141.94621,39.99342],[141.94618,39.99363],[141.94591,39.99365],[141.94609,39.99379],[141.946,39.9939],[141.94545,39.99348],[141.94551,39.99424],[141.94518,39.99397],[141.94503,39.99409],[141.94516,39.99424],[141.94493,39.99435],[141.9451,39.99452],[141.94433,39.99442],[141.94519,39.99483],[141.94535,39.99558],[141.94521,39.99606],[141.94539,39.99662],[141.94522,39.99699],[141.94497,39.99699],[141.94519,39.99734],[141.94381,39.99737],[141.94384,39.99779],[141.94368,39.99806],[141.94314,39.99795],[141.94334,39.99822],[141.94284,39.99865],[141.94248,39.99866],[141.94252,39.99893],[141.94228,39.99906],[141.94212,39.99897],[141.94217,39.99864],[141.94199,39.99858],[141.94153,39.99905],[141.9413,39.99883],[141.94097,39.99899],[141.9409,39.99925],[141.94051,39.99896],[141.94018,39.9992],[141.93951,39.9993],[141.93964,39.99957],[141.9401,39.99983],[141.94004,39.99996],[141.93977,39.99993],[141.94008,40.00026],[141.93977,40.00036],[141.9404,40.00028],[141.94077,40.00125],[141.94038,40.00141],[141.94049,40.00191],[141.94024,40.00214],[141.93997,40.00186],[141.93958,40.00179],[141.93943,40.00201],[141.93885,40.0022],[141.93889,40.00296],[141.93786,40.00272],[141.93778,40.00305],[141.93753,40.00307],[141.93739,40.00275],[141.93682,40.00291],[141.93692,40.00377],[141.93716,40.00433],[141.93777,40.00453],[141.93736,40.00464],[141.93775,40.0048],[141.9376,40.00508],[141.93779,40.00529],[141.93757,40.0054],[141.93774,40.00561],[141.9377,40.00592],[141.93726,40.00607],[141.93715,40.00647],[141.93668,40.00671],[141.93653,40.00697],[141.93673,40.0076],[141.93652,40.00789],[141.93655,40.00819],[141.93583,40.00831],[141.93578,40.00895],[141.93534,40.00967],[141.93446,40.00953],[141.93413,40.0093],[141.93415,40.00907],[141.93402,40.009],[141.93392,40.00942],[141.93328,40.01011],[141.93299,40.01015],[141.93297,40.01043],[141.93248,40.01042],[141.93222,40.01021],[141.9316,40.01037],[141.93163,40.0101],[141.9311,40.01013],[141.93085,40.00993],[141.93057,40.00943],[141.93072,40.0093],[141.93036,40.00925],[141.93027,40.00908],[141.93039,40.00897],[141.93013,40.00886],[141.93018,40.00866],[141.92995,40.00869],[141.92962,40.00815],[141.92929,40.00825],[141.9292,40.00807],[141.92853,40.00831],[141.92867,40.0086],[141.92854,40.00842],[141.92828,40.00857],[141.92825,40.00897],[141.92881,40.00893],[141.92832,40.00905],[141.92844,40.00922],[141.92727,40.00919],[141.92675,40.00948],[141.92738,40.00968],[141.92706,40.00959],[141.92684,40.0097],[141.92614,40.00918],[141.92557,40.00902],[141.92537,40.00881],[141.92547,40.00862],[141.9246,40.00813],[141.9235,40.00809],[141.92311,40.00822],[141.92346,40.008],[141.92437,40.00806],[141.92439,40.00778],[141.92352,40.00761],[141.9235,40.00787],[141.92348,40.00766],[141.92313,40.00764],[141.92312,40.00784],[141.92229,40.0079],[141.92273,40.00885],[141.92263,40.00895],[141.92228,40.00835],[141.92222,40.00791],[141.92202,40.00779],[141.92147,40.00826],[141.92111,40.00835],[141.92082,40.00797],[141.91964,40.00778],[141.91872,40.00805],[141.91815,40.00789],[141.91755,40.00802],[141.91729,40.00789],[141.91548,40.00819],[141.91393,40.00871],[141.91353,40.00902],[141.91279,40.0091],[141.91213,40.00981],[141.91213,40.00995],[141.91241,40.0101],[141.91203,40.01004],[141.91159,40.01038],[141.9118,40.01071],[141.91154,40.01068],[141.91135,40.01086],[141.91056,40.01041],[141.90931,40.0112],[141.90833,40.01209],[141.90821,40.01201],[141.90907,40.01123],[141.90988,40.01071],[141.90947,40.01068],[141.90878,40.00999],[141.90796,40.01039],[141.90882,40.00988],[141.90781,40.00888],[141.90734,40.00916],[141.90792,40.00972],[141.90779,40.0098],[141.90723,40.00918],[141.9069,40.00936],[141.90712,40.00958],[141.90697,40.00948],[141.90599,40.01006],[141.90629,40.01038],[141.90591,40.0101],[141.9051,40.01057],[141.90479,40.01152],[141.90568,40.0117],[141.90586,40.01103],[141.90645,40.01069],[141.90637,40.01058],[141.9072,40.01065],[141.90663,40.01071],[141.90597,40.01109],[141.90574,40.01178],[141.90533,40.0117],[141.90511,40.01205],[141.90472,40.01354],[141.90582,40.01426],[141.90729,40.01284],[141.90683,40.01255],[141.90692,40.01246],[141.9076,40.01278],[141.90545,40.01479],[141.90398,40.01383],[141.90379,40.01392],[141.90393,40.01379],[141.90358,40.01357],[141.90377,40.01378],[141.90351,40.01398],[141.90351,40.01447],[141.90309,40.01445],[141.90314,40.01488],[141.90278,40.01483],[141.90279,40.01462],[141.9023,40.01474],[141.90237,40.01455],[141.90214,40.01455],[141.90198,40.01429],[141.90108,40.01414],[141.89971,40.01475],[141.89921,40.01551],[141.89946,40.01626],[141.8993,40.01675],[141.89947,40.01725],[141.89992,40.01746],[141.90055,40.01833],[141.90095,40.01844],[141.90085,40.01857],[141.90131,40.01859],[141.90115,40.01904],[141.90085,40.01912],[141.90087,40.01928],[141.90062,40.01944],[141.9003,40.01943],[141.90023,40.01966],[141.89991,40.01985],[141.89972,40.0198],[141.8997,40.01957],[141.89952,40.01976],[141.89904,40.0196],[141.89858,40.01991],[141.8982,40.02079],[141.89826,40.02121],[141.89797,40.02124],[141.89734,40.02197],[141.89735,40.02213],[141.89768,40.02216],[141.89772,40.0223],[141.89721,40.02232],[141.89756,40.02257],[141.89734,40.02273],[141.89743,40.02285],[141.89795,40.02293],[141.89737,40.02413],[141.89703,40.02428],[141.89609,40.0243],[141.89598,40.02458],[141.89628,40.02459],[141.89629,40.02472],[141.89553,40.02483],[141.89645,40.02542],[141.8964,40.02567],[141.89573,40.02588],[141.89537,40.02548],[141.89486,40.0261],[141.89526,40.0261],[141.89525,40.02627],[141.89496,40.02658],[141.89484,40.02636],[141.89416,40.02702],[141.89421,40.02731],[141.89326,40.02748],[141.8936,40.02766],[141.89351,40.02775],[141.89294,40.02763],[141.89221,40.02866],[141.89198,40.02865],[141.89192,40.02823],[141.8904,40.02899],[141.89019,40.02934],[141.89036,40.0294],[141.89039,40.02993],[141.89051,40.02997],[141.89015,40.03022],[141.89023,40.03044],[141.88976,40.0307],[141.88999,40.03068],[141.88988,40.03081],[141.88965,40.03089],[141.88955,40.03078],[141.88984,40.03052],[141.88981,40.03019],[141.88947,40.03027],[141.88951,40.0306],[141.88938,40.03039],[141.889,40.03067],[141.88872,40.03059],[141.88858,40.03095],[141.8879,40.03116],[141.88854,40.03114],[141.88856,40.03136],[141.88781,40.03136],[141.8879,40.03145],[141.88778,40.0315],[141.88765,40.03117],[141.88702,40.03135],[141.88698,40.03162],[141.88719,40.03192],[141.88698,40.03271],[141.88761,40.03278],[141.88777,40.03258],[141.88783,40.03284],[141.88812,40.03297],[141.88872,40.03236],[141.88883,40.03243],[141.88817,40.03303],[141.88828,40.03356],[141.88844,40.03319],[141.88941,40.03348],[141.88937,40.03398],[141.88861,40.034],[141.88844,40.03416],[141.8883,40.03379],[141.88775,40.03425],[141.8876,40.03385],[141.8867,40.03447],[141.88656,40.03435],[141.88757,40.0338],[141.8875,40.03354],[141.88788,40.03332],[141.88758,40.03333],[141.88799,40.033],[141.88778,40.03293],[141.88786,40.03301],[141.8876,40.03317],[141.88768,40.03288],[141.88756,40.03285],[141.88728,40.03282],[141.88719,40.03308],[141.88648,40.03356],[141.88665,40.03381],[141.88604,40.03326],[141.88568,40.0336],[141.88585,40.03331],[141.8855,40.03306],[141.88517,40.03316],[141.88484,40.03353],[141.88505,40.03361],[141.88493,40.03378],[141.88512,40.034],[141.88471,40.03408],[141.88527,40.03447],[141.885,40.03453],[141.88506,40.03472],[141.88485,40.03478],[141.88515,40.03492],[141.885,40.03514],[141.88528,40.03526],[141.8853,40.03543],[141.88491,40.03548],[141.88445,40.03518],[141.88431,40.03526],[141.88536,40.03575],[141.88496,40.03593],[141.88537,40.03644],[141.88493,40.03636],[141.88491,40.03651],[141.88463,40.03648],[141.88469,40.03661],[141.88448,40.03667],[141.88422,40.03628],[141.88413,40.03643],[141.88386,40.03637],[141.88376,40.03649],[141.88394,40.03693],[141.8837,40.03672],[141.88371,40.03693],[141.8834,40.0368],[141.88371,40.03713],[141.88366,40.03751],[141.88335,40.03745],[141.88313,40.03722],[141.88265,40.03766],[141.88264,40.0378],[141.88302,40.03793],[141.88318,40.03821],[141.88291,40.03825],[141.88283,40.0386],[141.88333,40.03878],[141.88343,40.03909],[141.88291,40.03907],[141.88267,40.03965],[141.88213,40.03949],[141.88257,40.03977],[141.88241,40.04007],[141.88167,40.03984],[141.8823,40.0404],[141.88206,40.04052],[141.88207,40.04078],[141.88175,40.04068],[141.88147,40.04078],[141.88168,40.0413],[141.88267,40.04122],[141.88272,40.04161],[141.88231,40.04182],[141.88173,40.04153],[141.88127,40.04165],[141.88157,40.04195],[141.88136,40.04199],[141.88192,40.04257],[141.88166,40.04272],[141.88078,40.04256],[141.88162,40.043],[141.88142,40.04323],[141.88144,40.04344],[141.8812,40.04342],[141.88121,40.0436],[141.88096,40.04357],[141.88082,40.04343],[141.88091,40.04331],[141.88049,40.0431],[141.88009,40.04392],[141.87969,40.04375],[141.87974,40.04417],[141.87934,40.04392],[141.87933,40.0441],[141.87888,40.04401],[141.879,40.04454],[141.87941,40.04494],[141.87918,40.04552],[141.87832,40.04562],[141.87809,40.04581],[141.87831,40.04602],[141.87846,40.04658],[141.87838,40.04684],[141.87851,40.04706],[141.87832,40.04753],[141.87805,40.04754],[141.87776,40.04731],[141.87751,40.04741],[141.87736,40.04772],[141.87714,40.04766],[141.8772,40.04787],[141.87682,40.04776],[141.87668,40.04867],[141.87574,40.04846],[141.87599,40.04916],[141.87581,40.04895],[141.87578,40.04915],[141.87517,40.04873],[141.87482,40.04889],[141.8746,40.04856],[141.87405,40.04865],[141.87413,40.04891],[141.87366,40.0488],[141.87311,40.04824],[141.87152,40.04827],[141.87099,40.04843],[141.87053,40.04904],[141.87052,40.04925],[141.87078,40.04939],[141.87024,40.04924],[141.87006,40.0496],[141.87025,40.05022],[141.87059,40.05025],[141.87053,40.05069],[141.87024,40.05045],[141.87029,40.05026],[141.87006,40.05029],[141.86951,40.05067],[141.86968,40.05108],[141.86947,40.05107],[141.86939,40.05087],[141.86925,40.05103],[141.86892,40.05086],[141.86881,40.05092],[141.86923,40.05123],[141.86869,40.05095],[141.86821,40.05105],[141.86799,40.05135],[141.86811,40.05161],[141.86858,40.05171],[141.86864,40.05203],[141.86891,40.05197],[141.86895,40.05224],[141.86921,40.05211],[141.86904,40.05269],[141.86864,40.05243],[141.86841,40.05248],[141.86926,40.05294],[141.8692,40.05319],[141.86892,40.05301],[141.86905,40.05325],[141.86851,40.05294],[141.86842,40.05324],[141.8682,40.05295],[141.86817,40.0531],[141.86718,40.05288],[141.86552,40.05165],[141.86492,40.05158],[141.86467,40.05184],[141.86475,40.05192],[141.86418,40.05239],[141.86408,40.05233],[141.8645,40.0519],[141.86442,40.05141],[141.86376,40.05112],[141.86338,40.05174],[141.86375,40.05196],[141.86318,40.05171],[141.86313,40.05196],[141.86248,40.05222],[141.86253,40.05237],[141.86238,40.05228],[141.86244,40.05249],[141.862,40.05233],[141.86155,40.05242],[141.86183,40.05287],[141.86156,40.05342],[141.86134,40.05335],[141.86173,40.05285],[141.86144,40.05249],[141.85966,40.05335],[141.85996,40.05373],[141.86053,40.05385],[141.86065,40.05394],[141.86213,40.05378],[141.86235,40.05388],[141.86061,40.054],[141.85883,40.05486],[141.85877,40.05478],[141.85909,40.05458],[141.86056,40.05395],[141.85996,40.05385],[141.85949,40.05334],[141.85895,40.05334],[141.85803,40.05374],[141.85764,40.05371],[141.85742,40.05405],[141.85717,40.05394],[141.85629,40.05423],[141.85627,40.05442],[141.85609,40.05444],[141.85616,40.05461],[141.85648,40.05465],[141.85674,40.05489],[141.85635,40.05472],[141.85659,40.05488],[141.85642,40.05491],[141.85601,40.05459],[141.85579,40.05465],[141.85564,40.05484],[141.85587,40.05497],[141.85557,40.05495],[141.8564,40.05518],[141.85619,40.05538],[141.85605,40.05519],[141.85581,40.05534],[141.85527,40.05517],[141.85498,40.05546],[141.85528,40.05554],[141.85533,40.05571],[141.85461,40.05559],[141.85463,40.05586],[141.85418,40.05574],[141.85397,40.05597],[141.85347,40.05564],[141.85281,40.05605],[141.85288,40.05566],[141.85152,40.05536],[141.85126,40.05592],[141.85202,40.05616],[141.85083,40.05584],[141.85072,40.05613],[141.85011,40.05667],[141.85008,40.05713],[141.84927,40.05849],[141.8492,40.05881],[141.84954,40.05944],[141.8493,40.05944],[141.84944,40.05962],[141.84907,40.05946],[141.84889,40.05977],[141.84944,40.06012],[141.84883,40.05998],[141.84861,40.06068],[141.84875,40.06084],[141.84856,40.06071],[141.84853,40.06082],[141.84834,40.06078],[141.84843,40.06089],[141.84808,40.0609],[141.84783,40.06133],[141.84774,40.06106],[141.8472,40.06121],[141.84696,40.06143],[141.84723,40.06149],[141.84649,40.06156],[141.84608,40.06198],[141.84571,40.06211],[141.84558,40.06252],[141.84575,40.06256],[141.84573,40.06269],[141.84547,40.06261],[141.84529,40.06292],[141.84562,40.06295],[141.84554,40.06307],[141.84584,40.06299],[141.84584,40.0631],[141.84541,40.06354],[141.8452,40.06335],[141.845,40.0634],[141.84527,40.06373],[141.84508,40.06418],[141.84477,40.06422],[141.84486,40.06449],[141.84443,40.06441],[141.84422,40.06474],[141.84397,40.06476],[141.84394,40.06497],[141.84362,40.06504],[141.8437,40.06512],[141.84346,40.06518],[141.84324,40.0655],[141.84374,40.06583],[141.8434,40.06595],[141.84316,40.06582],[141.84274,40.06624],[141.84269,40.06642],[141.84313,40.06648],[141.84317,40.06671],[141.84279,40.06681],[141.8427,40.06659],[141.84262,40.06678],[141.84227,40.06669],[141.84253,40.06728],[141.84227,40.06745],[141.84188,40.06736],[141.84203,40.06756],[141.84177,40.06736],[141.84153,40.06751],[141.84146,40.06786],[141.84118,40.06799],[141.84136,40.06808],[141.84117,40.06851],[141.84085,40.06837],[141.84101,40.06869],[141.84075,40.06874],[141.84053,40.06845],[141.84065,40.06873],[141.84038,40.06871],[141.84074,40.06892],[141.8402,40.06892],[141.84034,40.06949],[141.84009,40.06943],[141.83997,40.06966],[141.83968,40.06957],[141.83989,40.0697],[141.83969,40.06975],[141.83951,40.06957],[141.83959,40.06982],[141.83929,40.0699],[141.83909,40.06976],[141.83917,40.0699],[141.83867,40.06991],[141.83853,40.07035],[141.83816,40.07053],[141.83822,40.07096],[141.83803,40.0711],[141.83788,40.07097],[141.83751,40.07105],[141.83748,40.07121],[141.83733,40.07109],[141.83693,40.07134],[141.83561,40.07274],[141.83503,40.07307],[141.83489,40.0733],[141.835,40.07336],[141.83476,40.07333],[141.83478,40.07352],[141.83446,40.07354],[141.83398,40.07422],[141.83356,40.07431],[141.83324,40.07474],[141.83274,40.07645],[141.83287,40.07778],[141.8332,40.07819],[141.83315,40.07871],[141.83259,40.08011],[141.83222,40.08004],[141.833,40.08044],[141.83284,40.08102],[141.83266,40.08091],[141.83279,40.0805],[141.83214,40.08012],[141.83179,40.08065],[141.83231,40.0809],[141.83168,40.0807],[141.83105,40.08146],[141.83186,40.08185],[141.83348,40.08126],[141.83191,40.08194],[141.83073,40.08135],[141.83035,40.08152],[141.83,40.0819],[141.82955,40.08304],[141.82896,40.0856],[141.82893,40.08773],[141.82922,40.08878],[141.83081,40.09046],[141.83113,40.09171],[141.83065,40.09246],[141.83071,40.0931],[141.82933,40.09399],[141.82847,40.09519],[141.82788,40.09572],[141.82733,40.09586],[141.82725,40.09625],[141.82696,40.09645],[141.82667,40.0971],[141.82677,40.09774],[141.82641,40.0981],[141.82654,40.09854],[141.82638,40.09913],[141.82677,40.09962],[141.82638,40.09988],[141.82606,40.10074],[141.82622,40.10161],[141.82613,40.10262],[141.82684,40.10748],[141.82782,40.11131],[141.82861,40.11279],[141.82973,40.11427],[141.8308,40.11506],[141.83142,40.11535],[141.83233,40.11445],[141.83186,40.11498],[141.83251,40.11538],[141.83283,40.11506],[141.83255,40.1154],[141.83385,40.11618],[141.83437,40.1158],[141.83452,40.11591],[141.83323,40.11692],[141.83499,40.1175],[141.83534,40.11743],[141.83646,40.11631],[141.83657,40.11632],[141.83663,40.11671],[141.83584,40.11747],[141.8359,40.11768],[141.83555,40.118],[141.83577,40.11807],[141.83593,40.11838],[141.83518,40.11997],[141.83514,40.12135],[141.83558,40.12235],[141.83697,40.12459],[141.83868,40.12665],[141.83918,40.12706],[141.84066,40.1291],[141.84255,40.13045],[141.8442,40.13217],[141.84578,40.13341],[141.8471,40.13408],[141.84779,40.13431],[141.84788,40.13422],[141.84775,40.13448],[141.84797,40.13472],[141.84839,40.13484],[141.84914,40.1345],[141.84955,40.13329],[141.84935,40.13399],[141.85081,40.13423],[141.85134,40.13457],[141.85156,40.13447],[141.85117,40.13376],[141.85156,40.1344],[141.85378,40.13368],[141.85363,40.1334],[141.85494,40.13299],[141.85508,40.13279],[141.85497,40.13303],[141.85513,40.13332],[141.85648,40.13292],[141.85718,40.13223],[141.85682,40.13206],[141.85569,40.13196],[141.85395,40.13111],[141.85403,40.13101],[141.85581,40.1318],[141.85691,40.13202],[141.85832,40.13185],[141.85925,40.1314],[141.85942,40.1318],[141.85972,40.13195],[141.86045,40.13189],[141.86094,40.1321],[141.86173,40.13216],[141.86225,40.13215],[141.8625,40.132],[141.86331,40.13204],[141.86385,40.13247],[141.86482,40.13282],[141.86543,40.1327],[141.8654,40.1325],[141.86564,40.13251],[141.86563,40.1327],[141.86581,40.13278],[141.86578,40.13333],[141.86772,40.13456],[141.86869,40.13469],[141.87053,40.13463],[141.87211,40.13551],[141.87185,40.13562],[141.87199,40.13661],[141.87235,40.1369],[141.87248,40.13735],[141.87279,40.13752],[141.87264,40.13768],[141.87292,40.13821],[141.87279,40.1387],[141.873,40.13903],[141.87291,40.13908],[141.87336,40.1393],[141.87311,40.13932],[141.87308,40.13951],[141.87432,40.14075],[141.87446,40.14132],[141.87468,40.14131],[141.87454,40.14138],[141.87466,40.14165],[141.87525,40.14202],[141.87531,40.14239],[141.87561,40.14241],[141.87551,40.14254],[141.87565,40.14252],[141.87573,40.14272],[141.8762,40.14271],[141.87575,40.14276],[141.8759,40.14284],[141.87576,40.14292],[141.87602,40.14296],[141.87582,40.14306],[141.87582,40.1433],[141.8761,40.14332],[141.87585,40.14346],[141.87633,40.14343],[141.87657,40.14366],[141.87646,40.14375],[141.87657,40.14388],[141.87617,40.14403],[141.87477,40.14404],[141.87398,40.14448],[141.87356,40.14448],[141.87315,40.1447],[141.87274,40.14538],[141.87271,40.14598],[141.87065,40.14839],[141.87043,40.14949],[141.86972,40.15005],[141.86958,40.15123],[141.86966,40.15153],[141.86987,40.15157],[141.86981,40.15177],[141.87007,40.15171],[141.87007,40.15186],[141.86969,40.15183],[141.86923,40.15221],[141.86844,40.15231],[141.86839,40.15242],[141.86859,40.15253],[141.86849,40.15269],[141.86805,40.15235],[141.86762,40.15283],[141.86807,40.15307],[141.86859,40.15291],[141.86864,40.15301],[141.86808,40.15316],[141.86725,40.15274],[141.86652,40.15378],[141.86693,40.15387],[141.86693,40.1542],[141.86648,40.15401],[141.86615,40.15418],[141.86547,40.15419],[141.86473,40.15477],[141.86459,40.15513],[141.86481,40.15619],[141.86461,40.15639],[141.86465,40.15672],[141.86381,40.15682],[141.86241,40.15802],[141.86216,40.15847],[141.86214,40.15878],[141.86235,40.15902],[141.86247,40.15959],[141.86278,40.15988],[141.8628,40.16019],[141.86311,40.16054],[141.86364,40.16057],[141.86382,40.16082],[141.86282,40.16087],[141.86272,40.1607],[141.86241,40.16069],[141.86216,40.16087],[141.86142,40.16088],[141.86091,40.16109],[141.86041,40.16103],[141.86011,40.1614],[141.85998,40.16203],[141.86016,40.16219],[141.86007,40.16232],[141.86023,40.16232],[141.8601,40.16245],[141.86017,40.16284],[141.86031,40.16305],[141.8608,40.16317],[141.86091,40.16367],[141.86013,40.16363],[141.86026,40.16379],[141.86004,40.16407],[141.8594,40.16397],[141.85928,40.16407],[141.85936,40.16428],[141.8589,40.16433],[141.8589,40.16462],[141.85851,40.16464],[141.85795,40.16493],[141.85795,40.16541],[141.85742,40.16538],[141.85739,40.16554],[141.85524,40.16647],[141.85471,40.16683],[141.85475,40.16699],[141.8544,40.16697],[141.85431,40.16711],[141.85462,40.16735],[141.85425,40.16749],[141.8537,40.16735],[141.85362,40.16761],[141.85341,40.16761],[141.85333,40.1678],[141.85299,40.1677],[141.85257,40.16825],[141.85291,40.16825],[141.85285,40.16847],[141.85232,40.16872],[141.85114,40.16853],[141.84863,40.16861],[141.8485,40.16818],[141.84675,40.16844],[141.84643,40.16867],[141.84628,40.16962],[141.8466,40.16977],[141.84618,40.16973],[141.84623,40.16991],[141.84608,40.16991],[141.84629,40.17016],[141.84599,40.17009],[141.84625,40.17033],[141.84579,40.17028],[141.84596,40.17053],[141.84567,40.17032],[141.84544,40.1704],[141.84493,40.17076],[141.84503,40.17089],[141.84475,40.17083],[141.84411,40.17132],[141.84387,40.17159],[141.84396,40.17174],[141.84362,40.1717],[141.84309,40.17205],[141.84251,40.172],[141.84122,40.1725],[141.84111,40.1724],[141.84114,40.17267],[141.84081,40.17253],[141.83932,40.17372],[141.83874,40.17397],[141.83879,40.17406],[141.83858,40.17398],[141.83777,40.17447],[141.8376,40.17471],[141.83773,40.17483],[141.83751,40.17479],[141.83624,40.17554],[141.83628,40.17571],[141.83594,40.17575],[141.83601,40.17601],[141.83583,40.17598],[141.83506,40.1766],[141.83473,40.17743],[141.83492,40.17758],[141.83463,40.17756],[141.8337,40.17807],[141.83286,40.17785],[141.8322,40.17806],[141.83201,40.17821],[141.83223,40.17842],[141.83191,40.17842],[141.83223,40.17851],[141.83233,40.17911],[141.83215,40.17911],[141.83177,40.17868],[141.83169,40.17889],[141.83186,40.17901],[141.83147,40.17902],[141.8317,40.17918],[141.83129,40.17902],[141.83122,40.17918],[141.83036,40.1791],[141.83051,40.1789],[141.82878,40.17868],[141.82699,40.17941],[141.82685,40.17975],[141.82712,40.17985],[141.82687,40.18018],[141.82659,40.17992],[141.82646,40.18005],[141.82653,40.1802],[141.82612,40.18027],[141.8262,40.17998],[141.82573,40.17971],[141.82495,40.17983],[141.82447,40.18014],[141.82345,40.18018],[141.82342,40.18034],[141.82246,40.18052],[141.82199,40.18091],[141.82095,40.18125],[141.82084,40.18142],[141.82075,40.18138],[141.8209,40.18116],[141.82191,40.18084],[141.82273,40.18017],[141.82153,40.1798],[141.82046,40.17994],[141.82056,40.18039],[141.82044,40.18023],[141.81985,40.18066],[141.82041,40.18018],[141.82032,40.17948],[141.81966,40.17921],[141.81913,40.17925],[141.81869,40.17941],[141.81877,40.17977],[141.81836,40.17971],[141.81774,40.17998],[141.8176,40.18018],[141.81783,40.18041],[141.81713,40.1801],[141.81695,40.18032],[141.8159,40.18081],[141.81539,40.18128],[141.81549,40.18149],[141.8153,40.18138],[141.81488,40.18153],[141.81508,40.18196],[141.8149,40.18199],[141.81488,40.18214],[141.81521,40.18221],[141.81525,40.18269],[141.81472,40.18275],[141.81439,40.18253],[141.81387,40.18271],[141.81469,40.18341],[141.81445,40.18352],[141.81353,40.18295],[141.81354,40.18279],[141.81304,40.18282],[141.81313,40.18291],[141.81297,40.18313],[141.81256,40.18285],[141.81202,40.18297],[141.81171,40.18283],[141.81123,40.18301],[141.81121,40.18284],[141.811,40.18286],[141.8109,40.18305],[141.8106,40.18281],[141.8108,40.18308],[141.81044,40.18317],[141.80998,40.18287],[141.80999,40.1827],[141.80964,40.18263],[141.8088,40.18273],[141.80882,40.18311],[141.8086,40.18315],[141.80835,40.18308],[141.80831,40.18272],[141.80757,40.1827],[141.80728,40.18286],[141.80731,40.18305],[141.80706,40.18289],[141.80715,40.18312],[141.80685,40.18278],[141.80673,40.18302],[141.80688,40.18327],[141.80541,40.1859],[141.80528,40.18586],[141.80674,40.18338],[141.8048,40.18333],[141.80479,40.18275],[141.80368,40.18299],[141.80366,40.18334],[141.80383,40.18355],[141.80351,40.1834],[141.80366,40.18359],[141.80293,40.18434],[141.80272,40.18483],[141.80194,40.18439],[141.8015,40.18455],[141.8011,40.18487],[141.80016,40.18635],[141.79931,40.18865],[141.80015,40.18885],[141.80012,40.18892],[141.79925,40.18866],[141.79871,40.18901],[141.79862,40.18962],[141.79844,40.18982],[141.79686,40.1903],[141.79649,40.19011],[141.79439,40.19026],[141.79402,40.19072],[141.7936,40.19503],[141.7957,40.19516],[141.79588,40.1934],[141.79627,40.19266],[141.797,40.1928],[141.79725,40.19279],[141.79734,40.19264],[141.79675,40.19222],[141.79705,40.19163],[141.80013,40.19066],[141.80242,40.18923],[141.80047,40.19055],[141.8026,40.19259],[141.80301,40.19258],[141.80301,40.1928],[141.80305,40.19259],[141.8032,40.19259],[141.80322,40.19382],[141.80158,40.19451],[141.80163,40.19722],[141.80569,40.19718],[141.80653,40.19754],[141.80966,40.19319],[141.80956,40.19307],[141.80979,40.19303],[141.81251,40.18927],[141.8127,40.18934],[141.80572,40.19898],[141.80084,40.19903],[141.80085,40.19948],[141.80072,40.19949],[141.80069,40.1984],[141.79949,40.19842],[141.7995,40.1993],[141.80024,40.19931],[141.79958,40.19932],[141.79903,40.20045],[141.7989,40.20139],[141.79913,40.20173],[141.79912,40.20243],[141.79925,40.20269],[141.80075,40.20267],[141.79925,40.20277],[141.79932,40.20467],[141.79972,40.20597],[141.80086,40.20804],[141.801,40.20872],[141.80329,40.21015],[141.80452,40.21122],[141.80546,40.21249],[141.80699,40.21525],[141.80728,40.21531],[141.80761,40.21515],[141.80728,40.21548],[141.81257,40.21224],[141.81441,40.214],[141.81119,40.21597],[141.81215,40.21688],[141.81344,40.21609],[141.81366,40.2163],[141.81237,40.21709],[141.81389,40.2187],[141.81409,40.2188],[141.8155,40.21794],[141.8177,40.22005],[141.81767,40.22064],[141.81918,40.22136],[141.81966,40.22136],[141.82069,40.22093],[141.82078,40.22103],[141.82169,40.22079],[141.82313,40.22106],[141.82442,40.22049],[141.8259,40.22026],[141.82808,40.2203],[141.82994,40.22084],[141.83079,40.22087],[141.83094,40.2205],[141.83123,40.22051],[141.83152,40.2203],[141.83136,40.22027],[141.83153,40.22008],[141.83187,40.22017],[141.83218,40.21983],[141.83249,40.21987],[141.83308,40.21965],[141.83323,40.21977],[141.83337,40.21945],[141.83325,40.21933],[141.83352,40.21894],[141.83363,40.21835],[141.83379,40.21827],[141.83362,40.21791],[141.83385,40.21748],[141.83469,40.21695],[141.83472,40.2171],[141.8348,40.21696],[141.83511,40.21721],[141.83524,40.2171],[141.83548,40.21763],[141.83479,40.21737],[141.83457,40.21753],[141.83501,40.21807],[141.83528,40.21813],[141.83515,40.21842],[141.83538,40.21879],[141.83496,40.21884],[141.83465,40.21845],[141.83473,40.21892],[141.83452,40.219],[141.83486,40.21916],[141.834,40.21897],[141.83396,40.21919],[141.83354,40.21903],[141.83331,40.21974],[141.83368,40.22026],[141.8333,40.22027],[141.83364,40.22051],[141.83302,40.22049],[141.83369,40.22067],[141.83381,40.22079],[141.8335,40.22065],[141.8331,40.2208],[141.83268,40.22056],[141.83259,40.22066],[141.83288,40.22087],[141.8326,40.22091],[141.83263,40.22098],[141.83364,40.22109],[141.83359,40.22124],[141.8327,40.22156],[141.83197,40.2213],[141.83193,40.22152],[141.83171,40.22161],[141.8318,40.22172],[141.83149,40.22175],[141.83122,40.22287],[141.83154,40.22346],[141.83195,40.22333],[141.83166,40.22347],[141.83199,40.22385],[141.83233,40.22389],[141.83285,40.22343],[141.83263,40.22279],[141.83277,40.22258],[141.8329,40.22265],[141.83276,40.22282],[141.83293,40.22336],[141.83346,40.2231],[141.83367,40.22338],[141.83353,40.2236],[141.83312,40.22366],[141.83285,40.22348],[141.83247,40.2239],[141.83283,40.22407],[141.83287,40.22428],[141.83243,40.22437],[141.83227,40.22406],[141.83184,40.22412],[141.83156,40.22444],[141.83131,40.2252],[141.83155,40.22537],[141.74986,40.22605],[141.74913,40.17201],[141.77261,40.17183],[141.77243,40.15832],[141.7959,40.15812],[141.79438,40.05006],[141.81782,40.04986],[141.81762,40.03635],[141.84105,40.03615],[141.84086,40.02264],[141.86428,40.02244],[141.86388,39.99542],[141.91071,39.99499],[141.90986,39.94096],[141.88647,39.94117],[141.88605,39.91416],[141.90944,39.91394],[141.90902,39.88693],[141.9324,39.88671],[141.93132,39.81916],[141.95468,39.81894],[141.95336,39.73789],[141.93003,39.73811],[141.92961,39.71109],[141.92726,39.56249],[141.99708,39.56182],[141.99617,39.50778],[141.92642,39.50846],[141.92473,39.40038],[141.87829,39.40081],[141.87749,39.34677],[141.85429,39.34697],[141.8533,39.27942],[141.83013,39.27962],[141.82955,39.23909],[141.85272,39.23889],[141.85233,39.21187],[141.82917,39.21207],[141.8286,39.17154],[141.80546,39.17174],[141.8049,39.1312],[141.68925,39.13211],[141.68811,39.03753],[141.59571,39.03817],[141.59426,38.90305],[141.59455,38.93008],[141.52535,38.93051],[141.52496,38.88997],[141.54801,38.88983],[141.54734,38.82227],[141.5243,38.82241],[141.52417,38.8089],[141.50115,38.80903],[141.50102,38.79552],[141.478,38.79565],[141.47763,38.75511],[141.50064,38.75498],[141.50027,38.71444],[141.47727,38.71457],[141.47715,38.70106],[141.40817,38.70142],[141.40763,38.63385],[141.4306,38.63374],[141.43049,38.62023],[141.45346,38.62011],[141.45322,38.59308],[141.43027,38.5932],[141.43004,38.56617],[141.40709,38.56629],[141.40688,38.53926],[141.42982,38.53915],[141.42949,38.49861],[141.45241,38.49849],[141.45207,38.45795],[141.33749,38.4585],[141.2,38.45901],[141.19993,38.44549],[141.17702,38.44556],[141.17689,38.41853],[141.06237,38.41881]],[[141.07952,38.37494],[141.08015,38.37637],[141.08179,38.37597],[141.07704,38.37723],[141.07595,38.37717],[141.07501,38.37692],[141.075,38.3768],[141.07578,38.37692],[141.07554,38.37633],[141.07582,38.37587],[141.08061,38.37462],[141.08227,38.37559],[141.08239,38.3758],[141.08061,38.37465],[141.07952,38.37494]],[[141.52978,38.35959],[141.5295,38.35953],[141.5294,38.3597],[141.52946,38.35936],[141.52918,38.35921],[141.52933,38.35887],[141.52918,38.35888],[141.52916,38.35865],[141.52893,38.3587],[141.52896,38.35843],[141.52925,38.35783],[141.52964,38.35746],[141.52935,38.35756],[141.52949,38.3573],[141.52986,38.35746],[141.53017,38.35738],[141.53025,38.35765],[141.5304,38.3574],[141.53034,38.35764],[141.53067,38.35786],[141.53054,38.35804],[141.53024,38.35802],[141.53066,38.35829],[141.53082,38.35823],[141.53078,38.35872],[141.53043,38.35864],[141.53043,38.35877],[141.53014,38.35883],[141.53067,38.35906],[141.53062,38.35943],[141.53014,38.35948],[141.5299,38.35985],[141.52991,38.35962],[141.52964,38.35987],[141.52978,38.35959]],[[141.42338,38.36372],[141.42374,38.36407],[141.4246,38.36448],[141.42516,38.36444],[141.4259,38.36477],[141.42625,38.36469],[141.4264,38.36511],[141.42619,38.36553],[141.42572,38.36545],[141.42504,38.36467],[141.42441,38.36472],[141.42361,38.36448],[141.42329,38.36468],[141.42296,38.36449],[141.42277,38.36457],[141.42249,38.36421],[141.4226,38.36427],[141.4227,38.36404],[141.42302,38.36419],[141.42321,38.3641],[141.42338,38.36372]],[[141.42379,38.37721],[141.42389,38.37743],[141.42411,38.37759],[141.42455,38.37752],[141.42536,38.37843],[141.42584,38.37879],[141.42598,38.37869],[141.42636,38.37889],[141.42711,38.37993],[141.42681,38.38019],[141.42617,38.38019],[141.42501,38.37955],[141.42444,38.37948],[141.42404,38.37982],[141.42327,38.38013],[141.42264,38.37978],[141.42237,38.3798],[141.42211,38.37996],[141.42212,38.38027],[141.4217,38.38081],[141.42045,38.38085],[141.41957,38.38027],[141.41922,38.37967],[141.4193,38.37924],[141.4186,38.37894],[141.41851,38.3781],[141.41799,38.37795],[141.41752,38.37754],[141.41749,38.37723],[141.41765,38.37723],[141.41739,38.37689],[141.4178,38.37702],[141.41788,38.3768],[141.41837,38.37681],[141.41877,38.37659],[141.41881,38.37676],[141.41929,38.37679],[141.41948,38.37696],[141.41999,38.37667],[141.42006,38.37628],[141.42032,38.37611],[141.42087,38.37713],[141.42106,38.37706],[141.42112,38.37726],[141.42161,38.37755],[141.42203,38.37728],[141.422,38.37714],[141.42217,38.37726],[141.42221,38.37712],[141.42254,38.37713],[141.42278,38.37677],[141.42321,38.37685],[141.42309,38.37635],[141.4233,38.37612],[141.42363,38.37641],[141.42366,38.37615],[141.42376,38.37659],[141.42412,38.37701],[141.42379,38.37721]],[[141.37864,38.38246],[141.37819,38.38271],[141.37802,38.38301],[141.37776,38.38307],[141.37761,38.38296],[141.37768,38.38287],[141.37735,38.38281],[141.37712,38.38326],[141.37728,38.38286],[141.37716,38.38242],[141.37658,38.38213],[141.37673,38.38201],[141.37641,38.38182],[141.37644,38.38166],[141.376,38.38155],[141.37617,38.38144],[141.37595,38.3812],[141.37693,38.38123],[141.37706,38.38111],[141.37727,38.38131],[141.37767,38.38128],[141.378,38.38099],[141.37832,38.38102],[141.37882,38.38137],[141.37886,38.38166],[141.37911,38.38176],[141.37903,38.38182],[141.38014,38.38221],[141.38049,38.3822],[141.38012,38.3823],[141.37887,38.38187],[141.37864,38.38246]],[[141.28333,38.39266],[141.27859,38.39226],[141.26934,38.38702],[141.26942,38.38693],[141.27866,38.39215],[141.28809,38.39294],[141.28805,38.39313],[141.28333,38.39266]],[[141.27072,38.39398],[141.27082,38.39408],[141.26836,38.39555],[141.26534,38.39738],[141.26524,38.39727],[141.27072,38.39398]],[[141.31117,38.41139],[141.31136,38.41096],[141.31118,38.41091],[141.31138,38.41092],[141.31237,38.40863],[141.31268,38.40728],[141.31223,38.40926],[141.31043,38.41315],[141.31116,38.41142],[141.31096,38.41137],[141.31117,38.41139]],[[141.28456,38.41667],[141.2846,38.41652],[141.28446,38.41759],[141.28396,38.41783],[141.27992,38.41749],[141.28396,38.41781],[141.28443,38.41758],[141.28456,38.41667]],[[141.34167,38.40326],[141.33874,38.40312],[141.33876,38.40301],[141.34217,38.40317],[141.34516,38.40184],[141.34522,38.40193],[141.34218,38.40328],[141.34167,38.40326]],[[141.54948,38.40265],[141.5498,38.40244],[141.5499,38.4027],[141.55019,38.40256],[141.55086,38.4028],[141.55097,38.4033],[141.5507,38.40332],[141.55043,38.40376],[141.55037,38.40392],[141.5499,38.40368],[141.54993,38.40394],[141.54981,38.40371],[141.54967,38.40376],[141.54981,38.40417],[141.54967,38.40433],[141.54942,38.40415],[141.54924,38.40462],[141.54929,38.40438],[141.54897,38.40432],[141.54856,38.40381],[141.54873,38.4034],[141.54931,38.40347],[141.54937,38.40332],[141.54936,38.4032],[141.549,38.4032],[141.54905,38.40297],[141.54885,38.40289],[141.54901,38.40285],[141.54886,38.40262],[141.54892,38.40229],[141.54917,38.40231],[141.54924,38.40258],[141.5493,38.40236],[141.54948,38.40265]],[[141.50641,38.40998],[141.50592,38.40914],[141.50605,38.40905],[141.50587,38.40901],[141.50602,38.40893],[141.50584,38.40862],[141.50597,38.40815],[141.50606,38.40835],[141.50613,38.40875],[141.50627,38.40875],[141.50623,38.40857],[141.50638,38.40848],[141.50655,38.40872],[141.50726,38.4089],[141.50757,38.40927],[141.5075,38.40948],[141.50765,38.40965],[141.50747,38.40966],[141.50728,38.40932],[141.50676,38.40914],[141.50633,38.4093],[141.50668,38.40991],[141.50632,38.4095],[141.50641,38.40998]],[[141.53244,38.44228],[141.53272,38.44245],[141.53302,38.44277],[141.5329,38.44279],[141.53304,38.4431],[141.5329,38.4433],[141.53355,38.44338],[141.53371,38.44358],[141.53405,38.44378],[141.53419,38.44361],[141.53479,38.44355],[141.53495,38.4438],[141.53478,38.44384],[141.5349,38.44395],[141.53464,38.44398],[141.5347,38.44408],[141.53428,38.4441],[141.53444,38.44434],[141.53434,38.44446],[141.53468,38.44461],[141.53435,38.44482],[141.53457,38.44512],[141.53438,38.44514],[141.53468,38.44533],[141.53429,38.44577],[141.53461,38.44605],[141.5344,38.44611],[141.53432,38.44591],[141.53409,38.44592],[141.53414,38.44583],[141.5338,38.44582],[141.53384,38.44606],[141.53413,38.44624],[141.53377,38.44613],[141.53384,38.44634],[141.53353,38.44613],[141.53374,38.44639],[141.53307,38.44626],[141.53292,38.446],[141.53228,38.44617],[141.53205,38.44643],[141.53233,38.4467],[141.53217,38.44672],[141.53231,38.44692],[141.53219,38.44696],[141.53243,38.44708],[141.53233,38.44727],[141.53244,38.4474],[141.53301,38.44727],[141.53321,38.44765],[141.53308,38.44789],[141.53258,38.44765],[141.53274,38.44795],[141.53232,38.44785],[141.5325,38.44801],[141.53233,38.44802],[141.53246,38.44824],[141.53229,38.44832],[141.53164,38.44801],[141.53164,38.44787],[141.53135,38.44804],[141.53094,38.44786],[141.53083,38.4481],[141.53066,38.44804],[141.53066,38.44815],[141.53011,38.44832],[141.53022,38.44862],[141.53096,38.44861],[141.5308,38.44897],[141.53148,38.44966],[141.53024,38.45007],[141.52992,38.4499],[141.5299,38.45004],[141.52977,38.44995],[141.52945,38.45021],[141.53003,38.45105],[141.52981,38.45115],[141.53015,38.45164],[141.52999,38.45171],[141.53,38.45238],[141.53056,38.45227],[141.53029,38.45243],[141.53043,38.45296],[141.53087,38.45321],[141.5314,38.45311],[141.53149,38.4535],[141.53159,38.45336],[141.53202,38.45395],[141.53181,38.45398],[141.53192,38.45413],[141.53202,38.45402],[141.53232,38.45415],[141.53247,38.4545],[141.53163,38.45425],[141.53145,38.45374],[141.53138,38.45388],[141.53132,38.45372],[141.53124,38.45386],[141.53109,38.4537],[141.53091,38.45373],[141.53101,38.45411],[141.53067,38.45425],[141.53073,38.45441],[141.53018,38.45437],[141.53053,38.45464],[141.53035,38.45467],[141.53041,38.45476],[141.53,38.4548],[141.52931,38.45434],[141.52932,38.45467],[141.52824,38.45397],[141.52888,38.45459],[141.52882,38.45471],[141.52857,38.45456],[141.52832,38.45469],[141.52799,38.45424],[141.52813,38.4539],[141.52776,38.45394],[141.5278,38.4537],[141.52765,38.45356],[141.52776,38.45346],[141.52759,38.4534],[141.5278,38.45325],[141.52692,38.45249],[141.52663,38.45255],[141.5265,38.45285],[141.52665,38.45299],[141.52645,38.45303],[141.52643,38.45343],[141.52636,38.4532],[141.52598,38.45356],[141.5257,38.4535],[141.52575,38.4533],[141.52545,38.45332],[141.5252,38.45376],[141.52499,38.45381],[141.52494,38.45357],[141.52479,38.45381],[141.52465,38.45369],[141.52476,38.454],[141.52444,38.45409],[141.52458,38.45424],[141.52447,38.4544],[141.52462,38.45443],[141.52449,38.45455],[141.52465,38.45451],[141.52456,38.45471],[141.52467,38.45476],[141.52489,38.45446],[141.52518,38.4548],[141.5252,38.45469],[141.52546,38.45485],[141.52548,38.45511],[141.52515,38.45515],[141.52545,38.45528],[141.52514,38.45548],[141.52518,38.45564],[141.52609,38.45545],[141.52614,38.45572],[141.52644,38.45567],[141.52679,38.45585],[141.52666,38.45588],[141.52674,38.4561],[141.52663,38.45622],[141.52684,38.45697],[141.52633,38.45697],[141.52668,38.45732],[141.52688,38.45733],[141.52693,38.45771],[141.52649,38.45813],[141.52573,38.45792],[141.52569,38.45801],[141.52609,38.45813],[141.52633,38.45848],[141.52569,38.45851],[141.52598,38.45888],[141.5255,38.45889],[141.52544,38.45917],[141.52519,38.45915],[141.52538,38.45946],[141.52587,38.45929],[141.52619,38.45954],[141.52547,38.45954],[141.52543,38.45974],[141.52519,38.45964],[141.52531,38.45977],[141.52521,38.45995],[141.52486,38.45999],[141.52486,38.46012],[141.52476,38.45997],[141.52438,38.45992],[141.52414,38.4605],[141.52444,38.46083],[141.52435,38.46101],[141.52336,38.46075],[141.52345,38.46108],[141.52364,38.46114],[141.52342,38.46146],[141.52354,38.46177],[141.52346,38.4621],[141.52393,38.46204],[141.52379,38.46214],[141.52391,38.46228],[141.52354,38.46236],[141.52353,38.46263],[141.52301,38.46264],[141.52273,38.46287],[141.52289,38.46349],[141.52249,38.46328],[141.52271,38.46351],[141.52256,38.4637],[141.52179,38.464],[141.52148,38.46372],[141.52121,38.46398],[141.52096,38.46386],[141.52072,38.46404],[141.52092,38.46441],[141.52067,38.4644],[141.52066,38.46464],[141.52033,38.46476],[141.51994,38.46447],[141.52006,38.46475],[141.51991,38.46488],[141.51916,38.46462],[141.51882,38.46508],[141.51905,38.46495],[141.51917,38.4653],[141.51881,38.46554],[141.51845,38.46523],[141.51825,38.46539],[141.51788,38.4653],[141.51791,38.4656],[141.5175,38.46558],[141.51741,38.46541],[141.51686,38.46551],[141.5159,38.46514],[141.51586,38.46486],[141.51601,38.46477],[141.5159,38.46469],[141.51638,38.46481],[141.51675,38.46451],[141.51681,38.46396],[141.51661,38.46353],[141.5162,38.46321],[141.51608,38.46279],[141.51562,38.46277],[141.51526,38.4624],[141.51544,38.46224],[141.5162,38.46229],[141.51626,38.46207],[141.51702,38.46222],[141.51753,38.46177],[141.5173,38.46126],[141.51764,38.46093],[141.51753,38.46066],[141.51729,38.46069],[141.51727,38.46052],[141.51667,38.46048],[141.51621,38.46028],[141.51613,38.46013],[141.51662,38.46041],[141.51712,38.45989],[141.5168,38.45965],[141.5163,38.45867],[141.51664,38.45752],[141.51653,38.45753],[141.5165,38.45743],[141.51686,38.45748],[141.51693,38.45732],[141.51854,38.45773],[141.51937,38.45658],[141.51922,38.45572],[141.51937,38.45569],[141.51921,38.45519],[141.51887,38.45509],[141.51878,38.4549],[141.51819,38.45501],[141.51811,38.45488],[141.5182,38.455],[141.51861,38.45492],[141.51909,38.45457],[141.5189,38.45405],[141.51806,38.454],[141.51847,38.45367],[141.51832,38.45309],[141.51775,38.453],[141.51772,38.45279],[141.51814,38.45232],[141.51787,38.45198],[141.51684,38.45228],[141.51639,38.45213],[141.51649,38.45177],[141.51733,38.4515],[141.51785,38.45111],[141.51778,38.45095],[141.51753,38.45067],[141.51617,38.45084],[141.51583,38.45059],[141.51594,38.4503],[141.51638,38.45007],[141.51659,38.44975],[141.51691,38.44983],[141.51737,38.44951],[141.51774,38.4495],[141.51774,38.44936],[141.51793,38.44947],[141.51858,38.4488],[141.51888,38.44769],[141.51852,38.44701],[141.51871,38.44696],[141.5185,38.44655],[141.5187,38.44627],[141.51778,38.44575],[141.51785,38.44535],[141.51827,38.44537],[141.51811,38.44485],[141.51838,38.44502],[141.51894,38.44455],[141.51887,38.444],[141.51857,38.44367],[141.51867,38.4436],[141.51852,38.4432],[141.5186,38.44285],[141.51909,38.44287],[141.51905,38.4425],[141.51934,38.44262],[141.51947,38.4429],[141.51993,38.44279],[141.5201,38.44232],[141.52029,38.44224],[141.52014,38.44188],[141.52027,38.44153],[141.52037,38.44186],[141.52064,38.44183],[141.52085,38.44219],[141.52137,38.44211],[141.52129,38.44182],[141.52162,38.44153],[141.5211,38.44083],[141.52132,38.44034],[141.52168,38.44009],[141.52159,38.4396],[141.52219,38.43966],[141.52216,38.43999],[141.52252,38.43995],[141.52252,38.43982],[141.52266,38.43986],[141.52247,38.43969],[141.52249,38.43949],[141.52269,38.43925],[141.52295,38.4392],[141.52322,38.43941],[141.52418,38.4393],[141.52384,38.43938],[141.52403,38.44029],[141.52395,38.4407],[141.52407,38.44065],[141.52428,38.44097],[141.52448,38.44089],[141.52508,38.44107],[141.52511,38.44138],[141.52527,38.44148],[141.52554,38.44148],[141.52603,38.44101],[141.52563,38.43986],[141.52614,38.43976],[141.52681,38.44037],[141.52725,38.44047],[141.52773,38.43999],[141.52749,38.43989],[141.52662,38.43882],[141.52634,38.43905],[141.52471,38.43926],[141.52627,38.43899],[141.52655,38.43876],[141.52613,38.43764],[141.52401,38.43807],[141.52653,38.43749],[141.52624,38.43708],[141.52643,38.43696],[141.52673,38.43705],[141.52665,38.43694],[141.52692,38.43688],[141.52767,38.43743],[141.52774,38.43771],[141.52814,38.43762],[141.52821,38.43791],[141.52847,38.43807],[141.52908,38.43791],[141.52892,38.43779],[141.52916,38.43753],[141.52963,38.43827],[141.5297,38.43803],[141.52983,38.43807],[141.52977,38.43783],[141.53027,38.43772],[141.53047,38.43838],[141.53085,38.43849],[141.53112,38.43913],[141.53032,38.43863],[141.53049,38.43884],[141.53013,38.43885],[141.53056,38.43939],[141.53014,38.43907],[141.53009,38.43933],[141.53026,38.43945],[141.52963,38.43922],[141.53026,38.43983],[141.52997,38.43997],[141.53029,38.43995],[141.53047,38.44026],[141.53071,38.44031],[141.53035,38.44045],[141.5306,38.44067],[141.53107,38.44069],[141.53088,38.44084],[141.53066,38.44077],[141.53069,38.44092],[141.53147,38.44083],[141.53169,38.44107],[141.53142,38.44097],[141.53191,38.44139],[141.53148,38.44148],[141.53169,38.44173],[141.53154,38.44168],[141.53155,38.44184],[141.532,38.44221],[141.53181,38.44224],[141.53186,38.44236],[141.53202,38.44231],[141.53212,38.44248],[141.53218,38.44235],[141.53247,38.44262],[141.53244,38.44228]],[[141.50041,38.24619],[141.50041,38.24604],[141.50063,38.24602],[141.50086,38.24681],[141.501,38.24693],[141.50113,38.24684],[141.50119,38.24704],[141.50072,38.24778],[141.50048,38.24774],[141.50051,38.24796],[141.50034,38.24789],[141.5004,38.24818],[141.50013,38.24811],[141.49985,38.24831],[141.49975,38.24871],[141.4992,38.2489],[141.49918,38.24903],[141.49969,38.24907],[141.49976,38.24921],[141.49955,38.24919],[141.49938,38.2494],[141.4992,38.24911],[141.4987,38.24918],[141.49842,38.24958],[141.49858,38.24979],[141.49851,38.25016],[141.49825,38.25001],[141.49814,38.25014],[141.4979,38.25006],[141.49746,38.25042],[141.49699,38.25042],[141.49659,38.25095],[141.49665,38.25174],[141.49703,38.25209],[141.49774,38.25223],[141.4978,38.25236],[141.49756,38.25248],[141.49772,38.25248],[141.49782,38.25272],[141.49748,38.25283],[141.49778,38.25289],[141.49785,38.25302],[141.49766,38.25309],[141.49804,38.25321],[141.49799,38.25347],[141.49818,38.2535],[141.49766,38.25474],[141.49742,38.25481],[141.49747,38.25501],[141.49734,38.25492],[141.49718,38.25509],[141.4972,38.25544],[141.49756,38.2557],[141.49749,38.25579],[141.49788,38.25594],[141.49795,38.25619],[141.49783,38.25628],[141.49805,38.25647],[141.49871,38.25632],[141.49882,38.2565],[141.49882,38.25636],[141.49913,38.2565],[141.49907,38.25675],[141.49922,38.25686],[141.49912,38.25698],[141.49898,38.25682],[141.49895,38.25706],[141.49882,38.25696],[141.49839,38.25712],[141.49805,38.25758],[141.49802,38.25744],[141.49795,38.25749],[141.49783,38.25786],[141.49737,38.25751],[141.49661,38.25846],[141.49607,38.2584],[141.49571,38.25864],[141.49561,38.25918],[141.4955,38.25917],[141.49559,38.2586],[141.49599,38.25831],[141.49659,38.25837],[141.49733,38.25741],[141.49646,38.25667],[141.49551,38.25538],[141.49516,38.25533],[141.49519,38.25547],[141.49465,38.25562],[141.49533,38.25684],[141.49489,38.25621],[141.49384,38.25648],[141.49339,38.25711],[141.4936,38.2577],[141.49344,38.25764],[141.49346,38.25777],[141.4933,38.25757],[141.49312,38.2576],[141.49276,38.25801],[141.49307,38.25829],[141.4946,38.25836],[141.49482,38.25855],[141.49308,38.25832],[141.4932,38.25881],[141.49294,38.25877],[141.49322,38.25885],[141.49341,38.25917],[141.49317,38.25912],[141.49335,38.25945],[141.49312,38.25962],[141.49223,38.25953],[141.49175,38.25888],[141.49151,38.25882],[141.49091,38.25882],[141.49047,38.259],[141.49055,38.25951],[141.48982,38.25927],[141.48964,38.25939],[141.48975,38.26024],[141.49012,38.26087],[141.48997,38.26091],[141.49042,38.26126],[141.4903,38.26135],[141.49007,38.261],[141.49013,38.26129],[141.48977,38.26124],[141.48957,38.26098],[141.48947,38.26122],[141.48964,38.26148],[141.48941,38.26142],[141.48943,38.26158],[141.48902,38.26164],[141.48891,38.26155],[141.48898,38.2617],[141.48869,38.26169],[141.48864,38.26196],[141.48881,38.26219],[141.48923,38.26205],[141.48977,38.26219],[141.48952,38.26219],[141.48972,38.2624],[141.48949,38.26248],[141.48973,38.26259],[141.48952,38.26275],[141.48985,38.26271],[141.48999,38.2629],[141.49028,38.2628],[141.49036,38.26309],[141.49012,38.2631],[141.49005,38.26326],[141.49023,38.26324],[141.49016,38.26354],[141.48992,38.26321],[141.4898,38.26332],[141.49012,38.26387],[141.49039,38.26392],[141.49023,38.26406],[141.48996,38.26391],[141.49001,38.26413],[141.48961,38.26418],[141.48996,38.26442],[141.48988,38.26459],[141.48967,38.26458],[141.48984,38.26504],[141.48957,38.26495],[141.48973,38.26565],[141.48931,38.26534],[141.4892,38.26541],[141.48928,38.26557],[141.48904,38.2655],[141.48894,38.26566],[141.48868,38.26553],[141.48871,38.26571],[141.48847,38.26583],[141.48846,38.26599],[141.48868,38.26599],[141.48923,38.26653],[141.48901,38.26689],[141.48882,38.26682],[141.48908,38.26736],[141.48887,38.26708],[141.48894,38.26733],[141.48869,38.26723],[141.48877,38.26744],[141.48865,38.26752],[141.48882,38.26754],[141.48845,38.26751],[141.48853,38.26774],[141.4884,38.26751],[141.4883,38.2677],[141.48804,38.26762],[141.48821,38.26783],[141.48792,38.26785],[141.48813,38.26801],[141.48794,38.26801],[141.48807,38.26821],[141.48784,38.2679],[141.48703,38.26849],[141.48705,38.26879],[141.4874,38.26887],[141.48701,38.2689],[141.48685,38.26912],[141.48697,38.26943],[141.48718,38.26941],[141.48723,38.26962],[141.48741,38.26964],[141.48727,38.26972],[141.48743,38.26989],[141.48716,38.27023],[141.48739,38.27053],[141.48699,38.27046],[141.487,38.27065],[141.48652,38.27091],[141.48588,38.27087],[141.48547,38.27141],[141.4858,38.27159],[141.48586,38.27144],[141.48595,38.27165],[141.48484,38.27208],[141.48445,38.27193],[141.48442,38.2722],[141.48386,38.27223],[141.48385,38.27245],[141.48355,38.27256],[141.48364,38.27367],[141.48393,38.27382],[141.48379,38.27384],[141.4838,38.27408],[141.48357,38.27397],[141.48348,38.27423],[141.484,38.27441],[141.48298,38.27453],[141.4828,38.27496],[141.48187,38.27548],[141.48176,38.27585],[141.48197,38.27642],[141.48163,38.27706],[141.4821,38.27752],[141.48185,38.27762],[141.48185,38.27781],[141.48159,38.27782],[141.48175,38.27797],[141.4812,38.27796],[141.48078,38.2783],[141.4809,38.27841],[141.48044,38.27855],[141.48047,38.27868],[141.4802,38.27885],[141.48005,38.2788],[141.48012,38.27888],[141.47988,38.27909],[141.47957,38.27919],[141.47968,38.27929],[141.47955,38.2794],[141.47906,38.27931],[141.47915,38.2795],[141.47851,38.27936],[141.47819,38.27954],[141.47775,38.27942],[141.47718,38.27958],[141.47672,38.28001],[141.4752,38.28039],[141.47479,38.28103],[141.47485,38.28125],[141.47472,38.28125],[141.4756,38.28154],[141.47534,38.2816],[141.47549,38.28165],[141.4754,38.28172],[141.47517,38.28166],[141.47529,38.28184],[141.47339,38.28221],[141.47271,38.2821],[141.4724,38.28232],[141.47229,38.28221],[141.47167,38.28237],[141.47087,38.28304],[141.47104,38.28313],[141.47082,38.28317],[141.47087,38.2833],[141.47011,38.28372],[141.4697,38.28362],[141.46976,38.2833],[141.46945,38.28299],[141.46878,38.28281],[141.46865,38.28184],[141.46838,38.28158],[141.4685,38.28133],[141.46733,38.28054],[141.46752,38.28036],[141.46752,38.28008],[141.46734,38.27998],[141.46702,38.28055],[141.4668,38.28064],[141.46676,38.28044],[141.46656,38.28082],[141.46611,38.2811],[141.46621,38.28127],[141.4658,38.28087],[141.46477,38.28139],[141.46475,38.28154],[141.4642,38.28162],[141.46388,38.28212],[141.46355,38.2822],[141.46341,38.28242],[141.46165,38.28302],[141.46144,38.28321],[141.46145,38.28351],[141.46099,38.28346],[141.46076,38.28322],[141.46039,38.28332],[141.46049,38.28323],[141.46032,38.28292],[141.46001,38.28283],[141.46013,38.28256],[141.4599,38.28234],[141.46001,38.282],[141.45989,38.28188],[141.46008,38.28157],[141.45984,38.2814],[141.4598,38.28123],[141.45998,38.28129],[141.45976,38.28096],[141.45992,38.28116],[141.45999,38.28093],[141.46019,38.28107],[141.46046,38.28098],[141.46066,38.2808],[141.46073,38.28029],[141.46121,38.28034],[141.4611,38.28001],[141.46169,38.28011],[141.46216,38.27986],[141.46237,38.27948],[141.46201,38.27936],[141.46228,38.27912],[141.46204,38.27883],[141.46221,38.27888],[141.46227,38.2787],[141.46249,38.27882],[141.46244,38.27872],[141.46307,38.27837],[141.4633,38.27701],[141.46259,38.27605],[141.46164,38.27534],[141.46101,38.27585],[141.46136,38.27555],[141.46111,38.27536],[141.46156,38.27496],[141.46125,38.27458],[141.46143,38.27443],[141.4611,38.2741],[141.46007,38.27386],[141.46004,38.27422],[141.46048,38.27433],[141.46003,38.27426],[141.45952,38.27445],[141.45981,38.27669],[141.45977,38.27707],[141.45967,38.27707],[141.45937,38.27436],[141.4586,38.27438],[141.45858,38.27416],[141.45828,38.27393],[141.45747,38.27378],[141.45698,38.27389],[141.45657,38.27362],[141.45674,38.27345],[141.45652,38.27349],[141.45648,38.27337],[141.4568,38.27343],[141.45692,38.2736],[141.45701,38.27349],[141.45685,38.27335],[141.4571,38.27345],[141.45703,38.27329],[141.45796,38.27339],[141.45807,38.27366],[141.4581,38.27339],[141.45852,38.27359],[141.45846,38.27326],[141.45904,38.27358],[141.45948,38.27325],[141.45945,38.27276],[141.45958,38.2727],[141.45938,38.27249],[141.45949,38.27233],[141.45916,38.27233],[141.45944,38.27223],[141.45917,38.27182],[141.45868,38.27156],[141.45877,38.27135],[141.45857,38.27116],[141.45816,38.27111],[141.45835,38.27108],[141.45833,38.27092],[141.45804,38.27064],[141.45832,38.27051],[141.45809,38.27047],[141.45816,38.27032],[141.458,38.27017],[141.45757,38.27008],[141.45755,38.26923],[141.45706,38.26911],[141.45718,38.26901],[141.45701,38.26889],[141.45726,38.26874],[141.45704,38.2685],[141.45752,38.26854],[141.45701,38.26824],[141.45728,38.26817],[141.45773,38.26844],[141.45786,38.26826],[141.45812,38.26826],[141.45813,38.2681],[141.45822,38.26821],[141.45852,38.26807],[141.45867,38.2678],[141.45919,38.26791],[141.4591,38.26805],[141.45928,38.26811],[141.45986,38.26813],[141.45999,38.2679],[141.46044,38.26814],[141.46109,38.26763],[141.46138,38.26792],[141.46137,38.26822],[141.46184,38.26837],[141.46192,38.26789],[141.46205,38.268],[141.46246,38.26794],[141.46285,38.26805],[141.46292,38.26821],[141.46306,38.26812],[141.46328,38.26861],[141.46383,38.26872],[141.46394,38.269],[141.4642,38.26889],[141.46508,38.26927],[141.46522,38.26927],[141.46515,38.26909],[141.4653,38.26896],[141.46548,38.26903],[141.46552,38.26887],[141.46604,38.26877],[141.46613,38.26861],[141.46651,38.26862],[141.46697,38.26778],[141.46682,38.26709],[141.46625,38.26656],[141.46546,38.2664],[141.46527,38.26596],[141.46464,38.26565],[141.465,38.26551],[141.46497,38.26512],[141.46592,38.26485],[141.46602,38.2649],[141.46585,38.26524],[141.4661,38.26511],[141.46622,38.26538],[141.4664,38.26528],[141.46676,38.26552],[141.46665,38.26582],[141.46708,38.26618],[141.46693,38.26619],[141.46709,38.26653],[141.46828,38.26666],[141.46865,38.26653],[141.46899,38.26578],[141.46998,38.26547],[141.4703,38.26481],[141.47111,38.2644],[141.47095,38.26429],[141.47117,38.26434],[141.47134,38.26414],[141.47174,38.26412],[141.47221,38.26385],[141.47244,38.26351],[141.47233,38.26338],[141.47247,38.26336],[141.4722,38.26298],[141.47242,38.26294],[141.47258,38.26222],[141.47235,38.26206],[141.47247,38.26202],[141.47225,38.26156],[141.47186,38.26157],[141.47191,38.26128],[141.4716,38.26109],[141.47202,38.261],[141.47202,38.26083],[141.47319,38.2606],[141.47365,38.26008],[141.47342,38.25974],[141.47355,38.25963],[141.47351,38.25937],[141.47314,38.25939],[141.47315,38.25928],[141.47354,38.2593],[141.47335,38.25908],[141.47346,38.25894],[141.47301,38.25882],[141.47339,38.25886],[141.47327,38.25874],[141.47369,38.2587],[141.47384,38.25842],[141.47359,38.25834],[141.47382,38.25827],[141.47363,38.25824],[141.47369,38.2581],[141.47331,38.25821],[141.47317,38.25802],[141.47397,38.25812],[141.47381,38.25769],[141.47403,38.25775],[141.47409,38.25749],[141.47355,38.25726],[141.47401,38.2573],[141.47462,38.25707],[141.47485,38.25684],[141.47481,38.25654],[141.47548,38.25592],[141.47547,38.25546],[141.4751,38.25535],[141.47487,38.25509],[141.47515,38.25487],[141.47516,38.2543],[141.47564,38.2535],[141.47567,38.2531],[141.47539,38.25286],[141.47572,38.25259],[141.47645,38.25233],[141.47662,38.2521],[141.4764,38.25189],[141.47649,38.25182],[141.47667,38.25193],[141.47663,38.25178],[141.47697,38.25181],[141.4771,38.25203],[141.47715,38.25187],[141.47735,38.25185],[141.4775,38.25206],[141.47811,38.2519],[141.47842,38.25157],[141.47818,38.2515],[141.47834,38.25144],[141.47827,38.25126],[141.47854,38.25126],[141.47843,38.25118],[141.47906,38.25082],[141.47876,38.25066],[141.47927,38.25062],[141.47912,38.25046],[141.47947,38.25039],[141.47899,38.25018],[141.47999,38.24991],[141.47968,38.25013],[141.47982,38.25029],[141.47962,38.25071],[141.47979,38.25107],[141.48017,38.25109],[141.48,38.25117],[141.48002,38.25135],[141.48025,38.25156],[141.48127,38.25181],[141.48179,38.25175],[141.482,38.25142],[141.48186,38.25137],[141.48216,38.25103],[141.48249,38.25146],[141.48364,38.25105],[141.48378,38.25086],[141.48361,38.25069],[141.48392,38.25063],[141.48409,38.25018],[141.48436,38.25021],[141.48444,38.25008],[141.48432,38.24999],[141.48473,38.24995],[141.48454,38.24985],[141.48467,38.24972],[141.48503,38.24975],[141.48522,38.25004],[141.48547,38.25002],[141.48561,38.25018],[141.48578,38.25009],[141.48617,38.25023],[141.48605,38.25039],[141.48615,38.25043],[141.4864,38.25022],[141.48648,38.25066],[141.48673,38.25061],[141.48714,38.25092],[141.48739,38.25073],[141.48739,38.25104],[141.48761,38.25105],[141.48765,38.2509],[141.48767,38.25107],[141.48819,38.25109],[141.48844,38.25099],[141.48843,38.25078],[141.4886,38.2508],[141.48866,38.25051],[141.48888,38.2504],[141.48891,38.24998],[141.4891,38.25],[141.48905,38.24975],[141.48918,38.24972],[141.48898,38.24944],[141.48921,38.24955],[141.48926,38.24936],[141.48926,38.24951],[141.48957,38.24952],[141.48961,38.24925],[141.48998,38.24936],[141.49009,38.24921],[141.48995,38.24911],[141.49026,38.24911],[141.49023,38.24898],[141.49057,38.24934],[141.49046,38.24958],[141.49088,38.24966],[141.49108,38.24929],[141.49104,38.24959],[141.49126,38.24954],[141.49121,38.24974],[141.49135,38.24976],[141.49126,38.24982],[141.49144,38.25005],[141.4915,38.24987],[141.49171,38.24996],[141.49178,38.24985],[141.49181,38.25009],[141.49232,38.2502],[141.49231,38.25039],[141.49263,38.25083],[141.49346,38.25106],[141.49431,38.25105],[141.49473,38.25095],[141.49469,38.2507],[141.49484,38.25102],[141.4955,38.25051],[141.49534,38.25043],[141.49537,38.25016],[141.49433,38.25024],[141.49474,38.25008],[141.49569,38.25012],[141.4955,38.24956],[141.49511,38.24941],[141.49529,38.24927],[141.49528,38.24908],[141.49506,38.24907],[141.49512,38.24876],[141.49532,38.24885],[141.49528,38.24864],[141.49571,38.24847],[141.49584,38.24776],[141.49628,38.24793],[141.497,38.24771],[141.49733,38.24725],[141.49719,38.24693],[141.49774,38.24679],[141.49763,38.24647],[141.49786,38.24659],[141.4982,38.24627],[141.49853,38.2463],[141.49857,38.24603],[141.49857,38.24619],[141.49884,38.24613],[141.49928,38.24648],[141.49958,38.24658],[141.49993,38.24644],[141.49999,38.24657],[141.50007,38.24634],[141.50025,38.24651],[141.50023,38.24612],[141.50032,38.24628],[141.50035,38.24608],[141.50041,38.24619]],[[141.43527,38.2908],[141.43503,38.29099],[141.43505,38.2908],[141.43458,38.29038],[141.43415,38.2896],[141.43391,38.28948],[141.4339,38.28934],[141.43424,38.28929],[141.43501,38.28894],[141.4353,38.28821],[141.43581,38.28805],[141.43627,38.2882],[141.43649,38.28796],[141.43649,38.28825],[141.43672,38.28819],[141.43605,38.28852],[141.43594,38.28881],[141.43546,38.28896],[141.43526,38.28922],[141.43537,38.28957],[141.43578,38.28976],[141.43519,38.28983],[141.43533,38.29024],[141.43558,38.29045],[141.43556,38.29088],[141.43527,38.2908]],[[141.42279,38.28898],[141.42328,38.28977],[141.42338,38.29072],[141.424,38.29094],[141.42393,38.29134],[141.42408,38.29159],[141.4245,38.29179],[141.42503,38.29168],[141.42498,38.2914],[141.42535,38.29159],[141.42528,38.29143],[141.42554,38.29148],[141.42584,38.29177],[141.42607,38.2916],[141.42595,38.29177],[141.42627,38.29215],[141.42679,38.29245],[141.42716,38.29243],[141.42712,38.29223],[141.42723,38.29245],[141.4275,38.29246],[141.42793,38.29224],[141.42799,38.29205],[141.42807,38.29225],[141.42819,38.29206],[141.42817,38.29234],[141.42881,38.29235],[141.42888,38.29212],[141.42892,38.29235],[141.42927,38.29239],[141.42923,38.29256],[141.42954,38.29279],[141.42944,38.29307],[141.4296,38.29336],[141.42957,38.29371],[141.42909,38.29394],[141.42915,38.2941],[141.42891,38.29399],[141.42893,38.29413],[141.42881,38.29411],[141.42876,38.29387],[141.42864,38.2938],[141.42875,38.29398],[141.42827,38.29488],[141.42726,38.29553],[141.42708,38.29643],[141.42718,38.29547],[141.42817,38.29485],[141.42844,38.29416],[141.42682,38.29371],[141.42671,38.29345],[141.42613,38.29342],[141.42612,38.29362],[141.42517,38.29409],[141.42567,38.29471],[141.42619,38.29458],[141.42644,38.29497],[141.42557,38.29482],[141.42532,38.29518],[141.42553,38.29477],[141.42506,38.2942],[141.42428,38.29457],[141.42428,38.2953],[141.42397,38.29596],[141.4247,38.29662],[141.42526,38.29629],[141.42613,38.29604],[141.42528,38.29632],[141.42391,38.29709],[141.42403,38.2974],[141.4238,38.29744],[141.42394,38.29757],[141.42387,38.29777],[141.42383,38.29763],[141.42372,38.29776],[141.42355,38.2976],[141.42317,38.2979],[141.42302,38.29817],[141.42312,38.29825],[141.42298,38.29826],[141.42312,38.29831],[141.42291,38.2984],[141.423,38.29867],[141.42282,38.29874],[141.42307,38.299],[141.42287,38.29902],[141.42301,38.2992],[141.42276,38.2993],[141.42318,38.29966],[141.42284,38.2998],[141.42298,38.29993],[141.42282,38.2999],[141.42291,38.29999],[141.42275,38.30013],[141.42288,38.30013],[141.42287,38.30059],[141.42263,38.30058],[141.42259,38.30082],[141.42237,38.30069],[141.42223,38.3008],[141.42235,38.30112],[141.42141,38.30101],[141.42117,38.30138],[141.42144,38.30159],[141.42137,38.30211],[141.42026,38.30302],[141.42058,38.30365],[141.421,38.30361],[141.42123,38.30379],[141.42075,38.30412],[141.42074,38.30463],[141.4218,38.30519],[141.42099,38.30483],[141.42032,38.30546],[141.41973,38.30548],[141.41977,38.30584],[141.41949,38.30586],[141.41986,38.30635],[141.42071,38.3067],[141.42122,38.30645],[141.42141,38.30653],[141.4216,38.30622],[141.42151,38.30609],[141.42162,38.30618],[141.42181,38.30582],[141.42163,38.30625],[141.4221,38.30644],[141.42198,38.30664],[141.42207,38.30688],[141.42211,38.30668],[141.42227,38.30681],[141.42219,38.30719],[141.42207,38.30707],[141.42179,38.30759],[141.42173,38.30747],[141.42149,38.30774],[141.42115,38.30776],[141.4209,38.30822],[141.42128,38.30866],[141.42157,38.3086],[141.42176,38.30876],[141.42166,38.30949],[141.4207,38.30993],[141.42057,38.31024],[141.42085,38.31025],[141.42062,38.31035],[141.42082,38.31041],[141.42023,38.31049],[141.42048,38.31061],[141.41954,38.31073],[141.4193,38.31049],[141.419,38.31063],[141.41886,38.31088],[141.4187,38.31088],[141.41905,38.3111],[141.41861,38.31128],[141.41894,38.31145],[141.41877,38.31154],[141.41885,38.31168],[141.41855,38.31174],[141.4187,38.31188],[141.41816,38.31179],[141.41835,38.31198],[141.41751,38.31157],[141.4174,38.31174],[141.41705,38.31178],[141.41658,38.31163],[141.41612,38.31184],[141.41627,38.3122],[141.41577,38.3121],[141.41577,38.31195],[141.41545,38.31177],[141.41555,38.3114],[141.41541,38.31126],[141.41585,38.31097],[141.41582,38.31056],[141.41551,38.31051],[141.41535,38.31017],[141.41489,38.31032],[141.41482,38.31007],[141.41467,38.31011],[141.41442,38.30986],[141.41328,38.30971],[141.41327,38.30933],[141.41276,38.3094],[141.41257,38.30908],[141.41217,38.30912],[141.41201,38.30888],[141.41149,38.30881],[141.4116,38.3087],[141.41136,38.30867],[141.41065,38.30775],[141.4104,38.30722],[141.41029,38.30643],[141.40978,38.30595],[141.40974,38.30546],[141.40941,38.30481],[141.40963,38.30473],[141.40998,38.30396],[141.40982,38.30317],[141.41034,38.30295],[141.40996,38.30237],[141.41034,38.30162],[141.41018,38.30156],[141.41039,38.30142],[141.41102,38.30166],[141.41129,38.30132],[141.41148,38.30135],[141.41215,38.30055],[141.41207,38.30038],[141.41256,38.30008],[141.41247,38.29958],[141.41281,38.29933],[141.41266,38.29914],[141.41279,38.29903],[141.41254,38.29881],[141.41263,38.29837],[141.41192,38.29825],[141.41176,38.29807],[141.412,38.29795],[141.41168,38.2974],[141.41125,38.29729],[141.4113,38.29707],[141.41099,38.29709],[141.41111,38.29698],[141.41087,38.29689],[141.41081,38.29674],[141.41097,38.29665],[141.41084,38.29651],[141.41046,38.29656],[141.41069,38.29646],[141.41051,38.29593],[141.4096,38.29538],[141.40953,38.29561],[141.409,38.29469],[141.40843,38.29445],[141.40843,38.29406],[141.40862,38.29413],[141.40868,38.29397],[141.40858,38.29373],[141.40831,38.29378],[141.40804,38.29346],[141.40806,38.29327],[141.40833,38.29324],[141.40817,38.29291],[141.40791,38.29282],[141.40794,38.29261],[141.40737,38.29261],[141.40747,38.29234],[141.4076,38.29248],[141.40764,38.29234],[141.40744,38.29193],[141.40704,38.29171],[141.40712,38.29146],[141.40736,38.29136],[141.40712,38.29133],[141.40688,38.29096],[141.40702,38.29075],[141.40677,38.29074],[141.40644,38.2903],[141.40654,38.29025],[141.40643,38.29],[141.40655,38.28999],[141.40646,38.28948],[141.40685,38.28923],[141.40704,38.2894],[141.407,38.28905],[141.40665,38.28912],[141.40646,38.28885],[141.40666,38.28861],[141.40637,38.28857],[141.40655,38.28834],[141.4064,38.28829],[141.4066,38.28817],[141.40697,38.28865],[141.40718,38.28864],[141.40755,38.28841],[141.40785,38.28793],[141.40768,38.28756],[141.40741,38.28762],[141.4075,38.28744],[141.40721,38.28744],[141.40704,38.28716],[141.40719,38.28698],[141.40716,38.28635],[141.40761,38.28619],[141.40795,38.28674],[141.40793,38.28609],[141.4081,38.28627],[141.40801,38.28587],[141.40848,38.2867],[141.40867,38.28663],[141.40852,38.2864],[141.40848,38.28617],[141.4086,38.28646],[141.40874,38.2863],[141.40847,38.28548],[141.40878,38.28606],[141.40857,38.28523],[141.40876,38.28502],[141.40909,38.28586],[141.40912,38.28569],[141.40927,38.28582],[141.40908,38.28517],[141.40942,38.28596],[141.4095,38.28574],[141.40978,38.28594],[141.4096,38.28542],[141.40985,38.28605],[141.41005,38.2862],[141.41014,38.28602],[141.4103,38.28634],[141.41038,38.28618],[141.41056,38.28646],[141.41057,38.28615],[141.41095,38.28689],[141.41128,38.28682],[141.41109,38.28641],[141.41148,38.2867],[141.41155,38.2869],[141.41141,38.28697],[141.41171,38.28706],[141.41212,38.28697],[141.41236,38.2865],[141.41253,38.28692],[141.41277,38.28669],[141.41291,38.28672],[141.41296,38.28696],[141.41273,38.28711],[141.41276,38.28717],[141.41337,38.287],[141.41346,38.28743],[141.4136,38.2874],[141.41375,38.28768],[141.41406,38.28788],[141.4141,38.28775],[141.41417,38.28789],[141.41442,38.28786],[141.41443,38.28804],[141.41523,38.28861],[141.4167,38.28872],[141.41681,38.28888],[141.41705,38.28871],[141.41696,38.28909],[141.41737,38.28914],[141.41744,38.2893],[141.41842,38.2893],[141.41867,38.28922],[141.4187,38.28905],[141.41876,38.28922],[141.41913,38.28911],[141.4196,38.28924],[141.41992,38.28908],[141.41974,38.28858],[141.42031,38.28903],[141.42041,38.28892],[141.4203,38.28869],[141.42049,38.28893],[141.42077,38.28873],[141.42075,38.28839],[141.42042,38.28818],[141.42081,38.28827],[141.42052,38.28767],[141.42081,38.28799],[141.42081,38.28786],[141.42169,38.28848],[141.42192,38.28847],[141.42179,38.28875],[141.42217,38.289],[141.42257,38.28886],[141.42279,38.28898]],[[141.52632,38.35654],[141.52676,38.35649],[141.52667,38.35636],[141.52697,38.35643],[141.52727,38.3567],[141.5272,38.35687],[141.52666,38.35675],[141.52673,38.35698],[141.52704,38.3572],[141.52685,38.35724],[141.52689,38.3574],[141.52739,38.35786],[141.52749,38.35818],[141.52707,38.35782],[141.52748,38.35858],[141.52683,38.35831],[141.52686,38.35789],[141.5266,38.35809],[141.5264,38.35785],[141.52617,38.35797],[141.52587,38.3578],[141.52572,38.35741],[141.52539,38.35715],[141.52516,38.35707],[141.52494,38.35736],[141.52479,38.35729],[141.525,38.35691],[141.52536,38.35687],[141.52542,38.35656],[141.52598,38.3565],[141.52595,38.35634],[141.52632,38.35654]],[[141.58493,38.30311],[141.585,38.30322],[141.58411,38.30364],[141.5841,38.30377],[141.58507,38.3037],[141.58486,38.30387],[141.58489,38.30402],[141.5842,38.30412],[141.5826,38.30425],[141.58269,38.30443],[141.58222,38.30468],[141.58274,38.30482],[141.58236,38.30488],[141.58222,38.30523],[141.58172,38.30536],[141.58152,38.30564],[141.58029,38.30566],[141.58013,38.30553],[141.58007,38.30564],[141.57945,38.30515],[141.57906,38.30574],[141.57858,38.30533],[141.57848,38.3056],[141.57831,38.30557],[141.57824,38.30534],[141.5781,38.30568],[141.57662,38.30639],[141.57627,38.30642],[141.576,38.30664],[141.57634,38.30676],[141.57562,38.30706],[141.57584,38.30676],[141.57486,38.30715],[141.57391,38.30712],[141.57401,38.30731],[141.57359,38.30712],[141.57341,38.3072],[141.57344,38.3074],[141.57229,38.30773],[141.57188,38.30771],[141.57209,38.30777],[141.57196,38.30782],[141.57008,38.30773],[141.56998,38.30788],[141.56933,38.30797],[141.56903,38.30825],[141.56886,38.30814],[141.56839,38.3083],[141.56796,38.30892],[141.5681,38.30968],[141.56849,38.30981],[141.56841,38.30994],[141.56864,38.3103],[141.56927,38.31032],[141.56934,38.31052],[141.56953,38.3105],[141.56945,38.31064],[141.5701,38.31067],[141.57002,38.31093],[141.57024,38.31123],[141.5709,38.3116],[141.56999,38.31182],[141.57109,38.31193],[141.5713,38.31208],[141.57098,38.31213],[141.57107,38.31221],[141.57069,38.31252],[141.57015,38.31265],[141.57023,38.31283],[141.56955,38.31301],[141.56975,38.31309],[141.56956,38.31318],[141.56887,38.31312],[141.56917,38.31319],[141.56898,38.31337],[141.56838,38.31348],[141.56827,38.31333],[141.56799,38.31353],[141.56755,38.31337],[141.56681,38.31355],[141.56661,38.31328],[141.56594,38.31329],[141.5656,38.31286],[141.56489,38.31284],[141.56477,38.31273],[141.56485,38.31248],[141.56448,38.31242],[141.56443,38.31217],[141.56366,38.31205],[141.56348,38.3118],[141.56366,38.31155],[141.56327,38.31153],[141.56262,38.31084],[141.5616,38.31069],[141.5614,38.31041],[141.56165,38.31032],[141.5616,38.31022],[141.56047,38.30903],[141.5596,38.30866],[141.55941,38.30882],[141.55892,38.30887],[141.55873,38.30878],[141.55893,38.30869],[141.55886,38.30857],[141.55824,38.30854],[141.55838,38.30831],[141.5577,38.30812],[141.55713,38.30818],[141.55687,38.30791],[141.55576,38.3077],[141.55572,38.30752],[141.55448,38.30703],[141.55434,38.3068],[141.55407,38.30696],[141.55389,38.30682],[141.5538,38.30704],[141.55358,38.30689],[141.55367,38.30674],[141.55314,38.30651],[141.5526,38.30657],[141.55227,38.30643],[141.55174,38.30582],[141.55147,38.30579],[141.5512,38.30536],[141.55077,38.30518],[141.55067,38.30532],[141.55059,38.30517],[141.55077,38.3051],[141.54846,38.30366],[141.54787,38.30281],[141.54803,38.30198],[141.5487,38.30058],[141.5495,38.29985],[141.54966,38.2994],[141.54945,38.29864],[141.54983,38.29756],[141.55049,38.29711],[141.55155,38.29533],[141.55144,38.29526],[141.55137,38.2956],[141.55047,38.29538],[141.55127,38.29549],[141.55135,38.29514],[141.55092,38.29498],[141.55178,38.29511],[141.55187,38.29472],[141.55107,38.29465],[141.55114,38.29446],[141.5515,38.2945],[141.55157,38.29417],[141.5518,38.29411],[141.5512,38.2941],[141.55115,38.29423],[141.55069,38.29427],[141.55066,38.29409],[141.55049,38.2941],[141.55033,38.29429],[141.54975,38.29431],[141.54849,38.29525],[141.54805,38.29535],[141.548,38.29521],[141.54842,38.29515],[141.54976,38.29415],[141.55035,38.2941],[141.55043,38.29396],[141.55048,38.29408],[141.55202,38.29388],[141.55197,38.29365],[141.55236,38.2933],[141.55232,38.29295],[141.55283,38.29105],[141.55276,38.28954],[141.55238,38.28862],[141.55266,38.28842],[141.55257,38.28832],[141.55277,38.28828],[141.55241,38.2878],[141.55268,38.28773],[141.55257,38.28757],[141.55267,38.28737],[141.55281,38.28747],[141.55295,38.28723],[141.55312,38.28725],[141.55319,38.28686],[141.55338,38.28689],[141.55423,38.28614],[141.55469,38.28594],[141.55525,38.28596],[141.55517,38.28589],[141.55556,38.28558],[141.55614,38.2856],[141.55626,38.28531],[141.55665,38.2851],[141.55639,38.28483],[141.55654,38.28475],[141.55617,38.28456],[141.55614,38.28436],[141.55642,38.2842],[141.55631,38.28408],[141.5565,38.28398],[141.5565,38.28364],[141.55668,38.28369],[141.55675,38.2835],[141.55752,38.28361],[141.55733,38.28337],[141.55743,38.28306],[141.55768,38.28324],[141.5583,38.28282],[141.5579,38.2825],[141.55807,38.28256],[141.55798,38.2823],[141.55821,38.28216],[141.558,38.28196],[141.55908,38.28193],[141.55865,38.28168],[141.55928,38.28138],[141.55929,38.28121],[141.56103,38.28042],[141.56262,38.28024],[141.56263,38.28011],[141.56232,38.27997],[141.56277,38.27995],[141.56265,38.27973],[141.56294,38.27972],[141.5632,38.27922],[141.56343,38.27928],[141.56349,38.27912],[141.56325,38.27891],[141.56374,38.27887],[141.5635,38.27858],[141.56439,38.27821],[141.56413,38.27804],[141.56543,38.27789],[141.5657,38.27779],[141.5656,38.27763],[141.56677,38.27738],[141.56678,38.27721],[141.56746,38.27688],[141.56821,38.27687],[141.56893,38.27584],[141.56885,38.27574],[141.56903,38.2757],[141.56896,38.27557],[141.56932,38.2754],[141.56921,38.27523],[141.56946,38.27502],[141.56973,38.27424],[141.57001,38.27409],[141.56991,38.274],[141.57009,38.27372],[141.57048,38.27363],[141.57012,38.27338],[141.57074,38.27318],[141.57078,38.27289],[141.57137,38.27272],[141.57163,38.27244],[141.57271,38.27216],[141.57324,38.27179],[141.57329,38.27139],[141.57277,38.27052],[141.57286,38.27036],[141.57435,38.2696],[141.57437,38.26945],[141.57456,38.26952],[141.57471,38.26942],[141.57461,38.26928],[141.57518,38.26914],[141.57626,38.26928],[141.57649,38.26912],[141.57673,38.26957],[141.57757,38.27011],[141.5771,38.271],[141.57705,38.27133],[141.57729,38.27181],[141.57787,38.27211],[141.57864,38.27212],[141.57919,38.27276],[141.57967,38.2729],[141.57989,38.27281],[141.57988,38.27313],[141.57951,38.27324],[141.57988,38.27321],[141.58058,38.27291],[141.58041,38.27308],[141.5807,38.27315],[141.58074,38.27344],[141.58051,38.27358],[141.5807,38.27398],[141.58311,38.27445],[141.583,38.27473],[141.58326,38.27481],[141.58289,38.27503],[141.58324,38.27502],[141.58305,38.27532],[141.58326,38.27528],[141.58329,38.27547],[141.58351,38.2754],[141.58348,38.27553],[141.58377,38.27566],[141.58348,38.27568],[141.5838,38.27587],[141.58496,38.27619],[141.58505,38.27628],[141.58481,38.27624],[141.58522,38.27655],[141.58494,38.2768],[141.58408,38.27705],[141.58527,38.27699],[141.58546,38.27712],[141.58564,38.27696],[141.58613,38.27727],[141.58598,38.27781],[141.5855,38.27778],[141.58452,38.27819],[141.58358,38.27826],[141.58336,38.27814],[141.58271,38.27843],[141.58265,38.27851],[141.5833,38.27864],[141.58254,38.27879],[141.58245,38.27903],[141.582,38.27897],[141.58251,38.27939],[141.58194,38.27909],[141.58218,38.27944],[141.58191,38.27927],[141.58195,38.27947],[141.58165,38.27938],[141.58197,38.27974],[141.58176,38.2796],[141.58136,38.27967],[141.58116,38.28023],[141.58145,38.28079],[141.58183,38.28083],[141.58218,38.28111],[141.58249,38.28098],[141.58247,38.28109],[141.58282,38.28116],[141.58324,38.28105],[141.58328,38.28119],[141.58277,38.28135],[141.58299,38.2814],[141.58272,38.28151],[141.5829,38.28161],[141.58287,38.2818],[141.58264,38.28184],[141.58277,38.28195],[141.58237,38.28208],[141.58308,38.28217],[141.58268,38.2824],[141.58296,38.28239],[141.58269,38.28278],[141.58229,38.2829],[141.58157,38.28357],[141.58149,38.28378],[141.58194,38.28379],[141.58147,38.284],[141.58141,38.28417],[141.58163,38.28414],[141.58112,38.28438],[141.58131,38.28444],[141.58106,38.28468],[141.58129,38.2847],[141.581,38.28487],[141.5813,38.28494],[141.58058,38.28529],[141.58112,38.28529],[141.58103,38.28564],[141.58007,38.2857],[141.57992,38.28583],[141.58013,38.28597],[141.57958,38.28623],[141.57998,38.28615],[141.57992,38.28641],[141.57989,38.2863],[141.57951,38.2867],[141.5792,38.28664],[141.5791,38.28683],[141.57938,38.28693],[141.57921,38.28709],[141.5794,38.28706],[141.57935,38.28724],[141.57981,38.28772],[141.58185,38.288],[141.58182,38.28818],[141.58191,38.2881],[141.58204,38.28826],[141.5818,38.28865],[141.58225,38.28842],[141.58235,38.28854],[141.58199,38.28928],[141.58144,38.28943],[141.58184,38.2894],[141.58202,38.28955],[141.58189,38.28966],[141.58195,38.28994],[141.5821,38.2899],[141.5824,38.29021],[141.58258,38.29002],[141.58271,38.29017],[141.58245,38.29027],[141.58296,38.29028],[141.58315,38.29051],[141.58315,38.29068],[141.58289,38.29075],[141.58267,38.29106],[141.58272,38.29139],[141.58236,38.29147],[141.58249,38.29164],[141.58218,38.29186],[141.5826,38.29183],[141.58272,38.29219],[141.58295,38.29232],[141.58226,38.29258],[141.58315,38.2925],[141.58319,38.29292],[141.58237,38.29345],[141.5828,38.29392],[141.58371,38.29398],[141.58361,38.29409],[141.58434,38.29404],[141.5842,38.29417],[141.58454,38.29422],[141.58463,38.29459],[141.58423,38.29462],[141.58417,38.2949],[141.58484,38.29566],[141.58521,38.29547],[141.58551,38.29554],[141.5856,38.29577],[141.58599,38.29584],[141.586,38.29612],[141.5868,38.29599],[141.58701,38.29615],[141.58698,38.29636],[141.58717,38.29614],[141.58731,38.29622],[141.58746,38.29664],[141.58764,38.29671],[141.58751,38.29693],[141.58766,38.297],[141.58743,38.29736],[141.58673,38.29743],[141.58682,38.29793],[141.58817,38.29791],[141.58835,38.29804],[141.58821,38.29847],[141.58886,38.29872],[141.58885,38.29904],[141.58848,38.29926],[141.58872,38.29937],[141.58922,38.29925],[141.58897,38.29947],[141.58892,38.30014],[141.58877,38.30025],[141.58903,38.30087],[141.58899,38.30117],[141.58882,38.30124],[141.58924,38.30133],[141.5892,38.30169],[141.58967,38.30175],[141.58956,38.30188],[141.58888,38.30183],[141.58857,38.30211],[141.58825,38.30204],[141.58803,38.30232],[141.58756,38.30243],[141.5862,38.30235],[141.58584,38.30265],[141.58516,38.30283],[141.58493,38.30311]],[[141.60609,38.39094],[141.60607,38.39133],[141.60629,38.39123],[141.60609,38.39153],[141.60634,38.39148],[141.60649,38.39174],[141.60637,38.39205],[141.6061,38.39204],[141.6058,38.39188],[141.60576,38.39167],[141.60507,38.39158],[141.60521,38.39138],[141.60481,38.39138],[141.60371,38.39062],[141.60352,38.38965],[141.60333,38.38988],[141.6027,38.38993],[141.60263,38.3896],[141.60243,38.38974],[141.60177,38.38942],[141.60161,38.38902],[141.60169,38.38869],[141.60306,38.38791],[141.60303,38.38751],[141.60253,38.38742],[141.60261,38.38691],[141.60214,38.38721],[141.60179,38.38709],[141.60178,38.38692],[141.60115,38.38705],[141.60073,38.38669],[141.60074,38.3864],[141.60045,38.38626],[141.6006,38.3859],[141.60038,38.38591],[141.60031,38.38574],[141.60048,38.38553],[141.60112,38.38536],[141.60137,38.38564],[141.60165,38.3856],[141.60201,38.3858],[141.60213,38.38542],[141.60285,38.3853],[141.60347,38.38576],[141.6034,38.38605],[141.60373,38.38594],[141.60365,38.38635],[141.60403,38.38614],[141.604,38.38632],[141.60419,38.38631],[141.60405,38.38692],[141.60425,38.38709],[141.60373,38.38738],[141.60392,38.38752],[141.60421,38.38738],[141.60429,38.38759],[141.60464,38.38751],[141.60453,38.38778],[141.60517,38.38781],[141.60508,38.38813],[141.60556,38.3878],[141.60577,38.38799],[141.60557,38.38814],[141.60562,38.38844],[141.6054,38.38903],[141.6057,38.3887],[141.60601,38.38876],[141.60606,38.38897],[141.60639,38.38915],[141.6062,38.3894],[141.60634,38.38965],[141.60594,38.38981],[141.60606,38.38949],[141.60591,38.38945],[141.60586,38.3897],[141.60541,38.38949],[141.60521,38.38959],[141.60573,38.38998],[141.60558,38.39021],[141.60579,38.39012],[141.60589,38.39048],[141.60608,38.39045],[141.6061,38.39065],[141.60559,38.39043],[141.60589,38.39092],[141.60609,38.39094]],[[141.59342,38.39969],[141.59261,38.4],[141.59254,38.4008],[141.59228,38.40079],[141.59238,38.40088],[141.59226,38.40099],[141.59197,38.40051],[141.59215,38.40045],[141.59159,38.40033],[141.59131,38.40053],[141.59119,38.40038],[141.59129,38.4009],[141.59117,38.40107],[141.59096,38.40067],[141.59083,38.40078],[141.59021,38.4001],[141.59014,38.40024],[141.58978,38.39996],[141.58995,38.39987],[141.58974,38.39976],[141.58988,38.39952],[141.58939,38.39915],[141.58945,38.39898],[141.58926,38.39886],[141.58961,38.39868],[141.58946,38.39841],[141.58953,38.39801],[141.58984,38.39779],[141.59017,38.39787],[141.59024,38.39744],[141.58948,38.39728],[141.59052,38.3974],[141.59041,38.39723],[141.5906,38.39709],[141.59142,38.39691],[141.59132,38.39662],[141.59161,38.39633],[141.59201,38.39641],[141.59194,38.39615],[141.59334,38.39571],[141.59361,38.39591],[141.59361,38.39611],[141.59344,38.39612],[141.5939,38.3963],[141.59332,38.3965],[141.59367,38.39645],[141.59362,38.39663],[141.59417,38.39657],[141.59495,38.39624],[141.59501,38.39644],[141.59471,38.39667],[141.59478,38.39676],[141.59518,38.39657],[141.59525,38.39724],[141.59549,38.39698],[141.59548,38.39731],[141.59568,38.39723],[141.59571,38.39701],[141.59581,38.39701],[141.59572,38.39713],[141.59607,38.39717],[141.59639,38.39704],[141.5966,38.39726],[141.5968,38.39715],[141.59691,38.39731],[141.59705,38.39725],[141.59702,38.3974],[141.59731,38.39751],[141.59751,38.39704],[141.59793,38.39696],[141.5979,38.39719],[141.59878,38.39727],[141.59914,38.39766],[141.59915,38.39789],[141.59943,38.39773],[141.59928,38.39807],[141.59955,38.39808],[141.59948,38.39827],[141.59918,38.39834],[141.59872,38.3981],[141.59869,38.39879],[141.59836,38.39919],[141.59863,38.39929],[141.59845,38.39959],[141.59823,38.3995],[141.59811,38.39992],[141.59768,38.39995],[141.59756,38.40011],[141.59688,38.39952],[141.59655,38.3998],[141.59659,38.40097],[141.59632,38.4014],[141.59691,38.40193],[141.59656,38.40225],[141.59675,38.40253],[141.5966,38.40266],[141.59623,38.40224],[141.59641,38.40223],[141.5963,38.40204],[141.59653,38.40181],[141.59607,38.40193],[141.59628,38.4017],[141.59607,38.40171],[141.59612,38.40147],[141.59584,38.4015],[141.59588,38.40132],[141.5957,38.40135],[141.59578,38.401],[141.59541,38.40087],[141.59535,38.40037],[141.59488,38.40084],[141.59457,38.40046],[141.59422,38.40062],[141.59409,38.40074],[141.59422,38.40091],[141.59458,38.40097],[141.59415,38.40107],[141.59361,38.40149],[141.59233,38.40277],[141.59148,38.40277],[141.59142,38.40251],[141.59216,38.40254],[141.59382,38.40098],[141.59332,38.40047],[141.59362,38.40029],[141.59354,38.40022],[141.59372,38.40012],[141.59396,38.40037],[141.59418,38.40024],[141.59386,38.39973],[141.59357,38.39982],[141.59342,38.39969]],[[141.58218,38.40166],[141.58239,38.40203],[141.58205,38.4022],[141.58232,38.40247],[141.58226,38.40264],[141.58255,38.40252],[141.58321,38.40272],[141.58356,38.40312],[141.58391,38.40398],[141.58382,38.40417],[141.58405,38.40441],[141.58353,38.4042],[141.58328,38.4045],[141.58334,38.40464],[141.58316,38.4047],[141.58288,38.40442],[141.58283,38.40454],[141.58254,38.40447],[141.58229,38.40415],[141.58236,38.40403],[141.58216,38.40405],[141.58189,38.40373],[141.58203,38.4036],[141.58199,38.40337],[141.58185,38.40343],[141.58195,38.40312],[141.58172,38.40334],[141.58124,38.40281],[141.58139,38.40206],[141.5813,38.40218],[141.58125,38.40189],[141.58112,38.40198],[141.58114,38.40231],[141.58097,38.40214],[141.58103,38.40194],[141.58067,38.40198],[141.58045,38.40165],[141.58049,38.40143],[141.5798,38.40088],[141.58002,38.4004],[141.57984,38.40014],[141.5801,38.39998],[141.57996,38.39976],[141.58065,38.39991],[141.58062,38.40014],[141.58088,38.40029],[141.58131,38.40112],[141.58149,38.40106],[141.58155,38.40137],[141.58222,38.40142],[141.58218,38.40166]],[[141.51543,38.55389],[141.51566,38.55434],[141.51557,38.55444],[141.5162,38.55459],[141.51627,38.55491],[141.51646,38.55491],[141.51672,38.55534],[141.51667,38.55565],[141.51636,38.55546],[141.51659,38.55569],[141.51618,38.55557],[141.51621,38.55567],[141.51583,38.55567],[141.51563,38.55585],[141.51525,38.55576],[141.51517,38.55608],[141.51483,38.55606],[141.51476,38.55589],[141.51458,38.5561],[141.51437,38.55585],[141.51424,38.556],[141.51393,38.55588],[141.51394,38.55562],[141.51349,38.55559],[141.51369,38.55496],[141.51346,38.55497],[141.51356,38.55471],[141.51343,38.55393],[141.51367,38.55366],[141.51342,38.55368],[141.51367,38.5536],[141.51369,38.55334],[141.51347,38.55324],[141.51323,38.55267],[141.51277,38.55268],[141.51263,38.55282],[141.51227,38.55263],[141.5125,38.55233],[141.5119,38.55249],[141.51179,38.55231],[141.51194,38.55216],[141.5115,38.55196],[141.51155,38.55174],[141.51115,38.55168],[141.51109,38.55141],[141.51086,38.55146],[141.51086,38.55123],[141.51056,38.5509],[141.51068,38.55041],[141.51027,38.55003],[141.51063,38.54997],[141.51071,38.54966],[141.51109,38.5496],[141.51189,38.54995],[141.51201,38.55023],[141.51278,38.55093],[141.51297,38.5515],[141.5136,38.55191],[141.51378,38.5524],[141.51409,38.55256],[141.51421,38.55294],[141.51449,38.55308],[141.51484,38.55381],[141.51517,38.55379],[141.51538,38.55404],[141.51543,38.55389]],[[141.49363,38.55743],[141.49377,38.5574],[141.49359,38.55755],[141.49381,38.55762],[141.49369,38.55768],[141.49373,38.55792],[141.49384,38.55786],[141.49414,38.55833],[141.49438,38.55893],[141.49425,38.559],[141.49434,38.55921],[141.49404,38.55916],[141.49429,38.55978],[141.4941,38.56024],[141.49386,38.55979],[141.49382,38.56009],[141.49355,38.5599],[141.49286,38.55897],[141.49241,38.55893],[141.49245,38.55875],[141.49224,38.55854],[141.49235,38.55806],[141.49197,38.55798],[141.4919,38.55772],[141.49203,38.55763],[141.49165,38.55708],[141.49194,38.55634],[141.49215,38.55626],[141.49235,38.55634],[141.49235,38.55654],[141.49283,38.55664],[141.49297,38.55701],[141.49311,38.5567],[141.49337,38.5573],[141.49353,38.55722],[141.49363,38.55743]],[[141.48825,38.65274],[141.48859,38.65242],[141.48837,38.65211],[141.48707,38.6516],[141.48741,38.65114],[141.48714,38.65086],[141.48707,38.65008],[141.48718,38.65015],[141.48813,38.65067],[141.48886,38.65085],[141.48924,38.65076],[141.48948,38.65094],[141.48973,38.65078],[141.48966,38.65094],[141.49053,38.65109],[141.49065,38.65157],[141.49053,38.65174],[141.49025,38.65176],[141.49021,38.65193],[141.49043,38.65223],[141.49004,38.65245],[141.49025,38.65261],[141.48964,38.65261],[141.4889,38.65295],[141.48896,38.65308],[141.48858,38.65288],[141.48862,38.65271],[141.48825,38.65274]],[[141.51187,38.67527],[141.51198,38.67544],[141.51156,38.6754],[141.51134,38.67578],[141.51108,38.67569],[141.51085,38.67588],[141.51097,38.6762],[141.51074,38.67609],[141.51047,38.67606],[141.51017,38.67626],[141.51002,38.67607],[141.50986,38.67626],[141.50972,38.67587],[141.50959,38.67587],[141.51004,38.67567],[141.5099,38.67555],[141.51009,38.67556],[141.51005,38.675],[141.51051,38.67494],[141.51063,38.67461],[141.51077,38.67495],[141.51113,38.6749],[141.51104,38.67458],[141.51134,38.67451],[141.51138,38.67429],[141.51158,38.67431],[141.51162,38.67413],[141.51174,38.67453],[141.51198,38.67455],[141.51212,38.67475],[141.51146,38.6748],[141.51184,38.67503],[141.51135,38.67516],[141.51157,38.67532],[141.51187,38.67527]],[[141.55416,38.40505],[141.55366,38.40511],[141.55402,38.40539],[141.55413,38.40577],[141.55401,38.40578],[141.55432,38.40636],[141.55417,38.40645],[141.55329,38.40551],[141.55306,38.40549],[141.55253,38.40471],[141.55252,38.40496],[141.55193,38.40448],[141.55203,38.40402],[141.55183,38.40393],[141.552,38.40382],[141.55156,38.40308],[141.55187,38.40312],[141.55197,38.40293],[141.5524,38.40307],[141.55285,38.4029],[141.55302,38.40216],[141.55327,38.40286],[141.55339,38.40302],[141.55337,38.40279],[141.55353,38.40279],[141.55375,38.40318],[141.55344,38.4032],[141.55344,38.40331],[141.55364,38.40329],[141.55365,38.40364],[141.55397,38.40392],[141.55375,38.40433],[141.55416,38.40505]],[[141.59446,38.42235],[141.59508,38.42231],[141.59464,38.42268],[141.59477,38.4227],[141.59468,38.42289],[141.59549,38.42276],[141.5954,38.4232],[141.5956,38.4232],[141.59574,38.42329],[141.595,38.42347],[141.59504,38.42374],[141.59448,38.42413],[141.59408,38.42393],[141.59335,38.424],[141.59356,38.42426],[141.59316,38.42442],[141.59326,38.42423],[141.59291,38.42415],[141.59299,38.42399],[141.59246,38.42385],[141.59265,38.42366],[141.59238,38.42299],[141.59159,38.42251],[141.59158,38.42228],[141.59134,38.42224],[141.59156,38.42212],[141.59222,38.42225],[141.59222,38.42237],[141.59331,38.42272],[141.59384,38.42268],[141.59446,38.42235]],[[141.64271,38.8431],[141.64273,38.84359],[141.64292,38.84377],[141.64261,38.84383],[141.64241,38.84408],[141.64162,38.84399],[141.64146,38.84427],[141.64176,38.84443],[141.64218,38.84454],[141.64241,38.84485],[141.64235,38.84497],[141.64194,38.84493],[141.64217,38.84511],[141.64211,38.84529],[141.64125,38.84525],[141.64139,38.84537],[141.64108,38.84538],[141.64111,38.84521],[141.64029,38.84453],[141.64038,38.84406],[141.64111,38.84354],[141.64107,38.84315],[141.64123,38.84293],[141.64087,38.84261],[141.64164,38.84188],[141.64199,38.84176],[141.64201,38.84191],[141.64215,38.84188],[141.64212,38.8414],[141.64232,38.84118],[141.64251,38.84119],[141.64256,38.84138],[141.64267,38.84122],[141.64284,38.84136],[141.64298,38.84121],[141.64332,38.8413],[141.64357,38.8417],[141.64408,38.84193],[141.64412,38.84234],[141.6437,38.84235],[141.64368,38.84217],[141.64346,38.84237],[141.64405,38.84257],[141.64413,38.84302],[141.64384,38.84319],[141.64343,38.84303],[141.64323,38.84324],[141.64313,38.84306],[141.64312,38.84325],[141.6429,38.84337],[141.64271,38.8431]],[[141.63857,38.85135],[141.63901,38.85204],[141.63843,38.85176],[141.63807,38.85182],[141.63796,38.85164],[141.6382,38.85114],[141.63823,38.85053],[141.63798,38.85012],[141.63828,38.84986],[141.63817,38.84969],[141.63826,38.84938],[141.63892,38.84914],[141.6387,38.84883],[141.63875,38.84864],[141.63901,38.84877],[141.6389,38.84851],[141.63963,38.84862],[141.63988,38.84852],[141.63998,38.84932],[141.63963,38.84941],[141.63991,38.84962],[141.63992,38.84993],[141.6403,38.84983],[141.64033,38.85],[141.63984,38.85019],[141.63947,38.85005],[141.63968,38.85037],[141.63959,38.85137],[141.63975,38.85102],[141.63985,38.85107],[141.63975,38.85147],[141.63916,38.85154],[141.63901,38.85138],[141.63883,38.85151],[141.63857,38.85135]],[[141.63341,38.87398],[141.63344,38.87377],[141.63364,38.87415],[141.63381,38.87401],[141.63396,38.87412],[141.63407,38.87372],[141.63429,38.87372],[141.63451,38.87421],[141.63442,38.87467],[141.63371,38.87523],[141.63357,38.87584],[141.63317,38.87599],[141.63286,38.87584],[141.63282,38.87557],[141.63254,38.87552],[141.63195,38.87559],[141.63193,38.87583],[141.63163,38.87585],[141.63094,38.87667],[141.63149,38.87712],[141.63138,38.87754],[141.6308,38.87791],[141.63017,38.87798],[141.63023,38.8782],[141.62962,38.87854],[141.62969,38.87912],[141.62948,38.87911],[141.6294,38.87889],[141.62917,38.87898],[141.62861,38.87885],[141.6282,38.87837],[141.62785,38.87844],[141.62778,38.87829],[141.62786,38.87871],[141.62763,38.87869],[141.62743,38.87899],[141.62683,38.8793],[141.62688,38.87973],[141.62713,38.87991],[141.6275,38.88002],[141.62817,38.87986],[141.62841,38.88045],[141.6284,38.88071],[141.62793,38.88118],[141.62781,38.88184],[141.62744,38.88228],[141.62765,38.88243],[141.6275,38.88257],[141.62766,38.88278],[141.62724,38.88281],[141.62721,38.88301],[141.62688,38.88318],[141.62691,38.88359],[141.62684,38.88338],[141.62621,38.88334],[141.62553,38.88309],[141.6249,38.88332],[141.62525,38.88375],[141.62514,38.88405],[141.62431,38.8845],[141.62424,38.88531],[141.62412,38.88532],[141.62427,38.88549],[141.6236,38.88526],[141.62328,38.88481],[141.6222,38.88477],[141.62241,38.88394],[141.62226,38.88389],[141.62239,38.88389],[141.62274,38.88271],[141.62223,38.8814],[141.62185,38.88102],[141.6208,38.88075],[141.62033,38.88032],[141.6202,38.87987],[141.61957,38.87962],[141.61945,38.87973],[141.61904,38.87939],[141.61891,38.87896],[141.61868,38.87876],[141.61616,38.87829],[141.61573,38.87771],[141.6155,38.87781],[141.61451,38.87767],[141.61321,38.87796],[141.61266,38.87831],[141.61143,38.87835],[141.61068,38.87799],[141.61012,38.87739],[141.60968,38.87747],[141.60941,38.87785],[141.60801,38.87754],[141.60761,38.87687],[141.60697,38.8772],[141.60648,38.87707],[141.6061,38.87753],[141.60539,38.87763],[141.60457,38.87725],[141.60472,38.87709],[141.60466,38.87677],[141.60382,38.87515],[141.60304,38.8746],[141.6029,38.87472],[141.60172,38.8737],[141.60171,38.87338],[141.60243,38.87248],[141.60285,38.87086],[141.60357,38.87036],[141.6038,38.87042],[141.60477,38.8701],[141.60472,38.86996],[141.60502,38.86979],[141.6049,38.86963],[141.60531,38.86931],[141.60557,38.86936],[141.60565,38.86904],[141.60495,38.86891],[141.6044,38.86904],[141.60495,38.86888],[141.60578,38.86903],[141.60572,38.86777],[141.60724,38.86674],[141.60719,38.86651],[141.60735,38.86676],[141.60813,38.86659],[141.60804,38.86652],[141.60934,38.86652],[141.60978,38.86636],[141.60971,38.86585],[141.60984,38.86629],[141.61099,38.86619],[141.61175,38.86588],[141.6116,38.86564],[141.61196,38.86598],[141.61293,38.86539],[141.61288,38.86413],[141.61054,38.86437],[141.61052,38.86475],[141.6105,38.86433],[141.60832,38.86424],[141.60834,38.86406],[141.60752,38.86403],[141.60752,38.86421],[141.60682,38.86418],[141.60672,38.86499],[141.60679,38.86391],[141.60623,38.86381],[141.60628,38.86367],[141.6057,38.86294],[141.60508,38.86245],[141.60521,38.86237],[141.60461,38.86124],[141.60477,38.86123],[141.60471,38.8604],[141.60556,38.85971],[141.6054,38.85963],[141.60618,38.85904],[141.60667,38.85829],[141.60679,38.85765],[141.60642,38.85728],[141.60688,38.8564],[141.60671,38.85596],[141.60674,38.85532],[141.60748,38.85467],[141.60883,38.85454],[141.60985,38.85401],[141.60972,38.85391],[141.61012,38.85357],[141.61027,38.8536],[141.61029,38.85327],[141.60964,38.85286],[141.6088,38.85277],[141.60967,38.85281],[141.6103,38.85322],[141.6113,38.85223],[141.61144,38.85109],[141.61225,38.85059],[141.61218,38.85049],[141.61287,38.8502],[141.61249,38.84966],[141.61259,38.84962],[141.61289,38.85016],[141.61385,38.849],[141.6141,38.84764],[141.61355,38.84701],[141.61291,38.847],[141.61285,38.8472],[141.61285,38.84699],[141.61205,38.84701],[141.61186,38.84728],[141.61122,38.847],[141.61075,38.84753],[141.61049,38.84757],[141.61143,38.84672],[141.61129,38.84659],[141.6116,38.84642],[141.61143,38.84609],[141.61168,38.84583],[141.61225,38.84578],[141.61416,38.84495],[141.61471,38.84444],[141.61526,38.84355],[141.6152,38.84344],[141.61643,38.84286],[141.61747,38.8416],[141.6175,38.84094],[141.61708,38.84087],[141.61708,38.84054],[141.61756,38.84054],[141.61757,38.84027],[141.61774,38.84027],[141.61765,38.84007],[141.61716,38.83964],[141.61639,38.83969],[141.61611,38.83932],[141.61555,38.83928],[141.61554,38.839],[141.61641,38.83879],[141.61676,38.83808],[141.61712,38.83792],[141.61699,38.83776],[141.61729,38.83743],[141.6182,38.83764],[141.61861,38.8379],[141.61862,38.83779],[141.61896,38.8379],[141.61966,38.8377],[141.61987,38.83754],[141.61976,38.83727],[141.62022,38.8373],[141.62033,38.83714],[141.62027,38.83682],[141.62077,38.83618],[141.621,38.83543],[141.62126,38.83538],[141.62129,38.83574],[141.62222,38.83572],[141.62265,38.83548],[141.62287,38.83502],[141.62308,38.83517],[141.62355,38.83489],[141.6236,38.83448],[141.6228,38.83375],[141.6227,38.83316],[141.62287,38.83289],[141.6231,38.83291],[141.62311,38.83257],[141.6233,38.83256],[141.62323,38.83204],[141.62356,38.83221],[141.62347,38.83163],[141.6238,38.83179],[141.62351,38.83112],[141.62416,38.83123],[141.62402,38.831],[141.62412,38.83085],[141.62397,38.83081],[141.6242,38.83066],[141.62396,38.83058],[141.6242,38.83024],[141.62484,38.83042],[141.62498,38.8309],[141.62523,38.83112],[141.62422,38.83233],[141.62419,38.83282],[141.62486,38.83331],[141.62537,38.83334],[141.62542,38.83306],[141.62554,38.83319],[141.62521,38.8342],[141.62547,38.83463],[141.626,38.83475],[141.62632,38.83455],[141.62683,38.83458],[141.62692,38.83477],[141.62673,38.83478],[141.62654,38.83505],[141.62591,38.83491],[141.62618,38.83513],[141.62622,38.8354],[141.62661,38.83562],[141.62657,38.83594],[141.62616,38.83626],[141.62662,38.83676],[141.62696,38.83686],[141.62664,38.83753],[141.62762,38.83789],[141.6272,38.83803],[141.6274,38.83812],[141.62723,38.83826],[141.62751,38.83841],[141.62788,38.83818],[141.62779,38.83869],[141.62872,38.83908],[141.62823,38.83974],[141.62852,38.84005],[141.62908,38.84028],[141.62975,38.84017],[141.63001,38.83973],[141.62999,38.84004],[141.63055,38.84016],[141.63217,38.83998],[141.63255,38.83933],[141.63274,38.8395],[141.6331,38.83943],[141.63324,38.8393],[141.63313,38.83913],[141.63342,38.83909],[141.63312,38.8387],[141.63323,38.83838],[141.63346,38.83822],[141.63372,38.83834],[141.63394,38.83815],[141.63405,38.83847],[141.63431,38.83863],[141.63411,38.83913],[141.63438,38.83938],[141.6353,38.83939],[141.63539,38.83917],[141.63557,38.83915],[141.63571,38.83932],[141.63623,38.83919],[141.63663,38.83924],[141.63665,38.83938],[141.63733,38.83938],[141.63729,38.83953],[141.63746,38.83956],[141.63751,38.8398],[141.63737,38.83984],[141.63735,38.84026],[141.63777,38.84039],[141.63759,38.84067],[141.6377,38.84084],[141.63737,38.84087],[141.63634,38.84142],[141.63616,38.84219],[141.63506,38.84235],[141.63467,38.84266],[141.63424,38.84372],[141.63466,38.84386],[141.63415,38.84394],[141.63421,38.84424],[141.63398,38.84495],[141.63427,38.84516],[141.6339,38.84538],[141.6338,38.84524],[141.63347,38.84528],[141.63317,38.84562],[141.63317,38.84629],[141.63347,38.84676],[141.63406,38.84693],[141.63461,38.84751],[141.63517,38.8478],[141.63552,38.84773],[141.63564,38.8479],[141.6363,38.84813],[141.63643,38.84805],[141.63633,38.84849],[141.63618,38.84837],[141.63612,38.84857],[141.63603,38.84843],[141.63485,38.84846],[141.63424,38.84873],[141.63405,38.84858],[141.63324,38.84858],[141.63294,38.84869],[141.63281,38.84896],[141.63234,38.84887],[141.63221,38.84908],[141.6323,38.84837],[141.63164,38.84837],[141.63141,38.84852],[141.63139,38.84832],[141.63117,38.84828],[141.63023,38.84852],[141.62938,38.8485],[141.62886,38.84794],[141.62829,38.84782],[141.62726,38.84795],[141.62683,38.84817],[141.62619,38.84822],[141.62554,38.84857],[141.62516,38.84898],[141.62558,38.84958],[141.62584,38.84962],[141.62592,38.84977],[141.6257,38.84964],[141.62544,38.8498],[141.62507,38.84959],[141.62443,38.84988],[141.62443,38.85015],[141.62424,38.85026],[141.62384,38.85014],[141.62344,38.85048],[141.62305,38.85038],[141.62288,38.85049],[141.62226,38.85195],[141.62243,38.85312],[141.62302,38.8542],[141.62401,38.85463],[141.62416,38.85433],[141.62582,38.85484],[141.62585,38.85504],[141.62665,38.85496],[141.62662,38.85477],[141.6269,38.85453],[141.62623,38.85374],[141.62621,38.85335],[141.62631,38.85373],[141.62739,38.8549],[141.62745,38.85556],[141.62725,38.8559],[141.62772,38.85615],[141.62745,38.85647],[141.62694,38.85642],[141.62656,38.85692],[141.62596,38.85696],[141.62467,38.85819],[141.62316,38.85825],[141.62294,38.85843],[141.62223,38.85988],[141.62215,38.86133],[141.62352,38.86259],[141.62395,38.86347],[141.62486,38.86393],[141.62483,38.86405],[141.62583,38.86362],[141.62609,38.86427],[141.62698,38.86452],[141.62729,38.86444],[141.62767,38.86391],[141.6279,38.86395],[141.628,38.86378],[141.62795,38.86425],[141.62848,38.86441],[141.62915,38.86403],[141.62936,38.86323],[141.62961,38.8631],[141.62988,38.86341],[141.63019,38.86306],[141.6305,38.86332],[141.63035,38.8635],[141.63012,38.86344],[141.63008,38.8639],[141.62981,38.8639],[141.62986,38.86405],[141.63015,38.86409],[141.63047,38.86472],[141.63081,38.86492],[141.63099,38.86485],[141.63103,38.86498],[141.63124,38.8649],[141.63113,38.86512],[141.63178,38.86529],[141.63217,38.86522],[141.63225,38.86492],[141.63239,38.86515],[141.63253,38.86488],[141.63264,38.86499],[141.63288,38.86483],[141.63261,38.86543],[141.63279,38.86556],[141.63296,38.86537],[141.63301,38.86584],[141.63319,38.86592],[141.633,38.86668],[141.63345,38.86696],[141.63356,38.86727],[141.63379,38.86697],[141.63389,38.86716],[141.63424,38.86715],[141.63433,38.86738],[141.63402,38.86749],[141.63376,38.86787],[141.63355,38.86784],[141.63374,38.86806],[141.63308,38.86821],[141.6332,38.86868],[141.6335,38.86871],[141.63358,38.86887],[141.63347,38.86919],[141.63301,38.86939],[141.633,38.86925],[141.63289,38.86939],[141.63272,38.86926],[141.63238,38.86936],[141.63206,38.87029],[141.63178,38.87034],[141.63163,38.87017],[141.63135,38.87042],[141.63141,38.87076],[141.63179,38.87086],[141.63191,38.87125],[141.63124,38.87186],[141.63127,38.87241],[141.63214,38.87376],[141.63262,38.8738],[141.63259,38.87408],[141.63279,38.87379],[141.63281,38.87409],[141.6332,38.87383],[141.63341,38.87398]],[[141.98663,39.30643],[141.98672,39.30671],[141.98652,39.30653],[141.98632,39.30682],[141.98607,39.30685],[141.98632,39.3072],[141.98601,39.30711],[141.98575,39.30691],[141.98534,39.30719],[141.98463,39.30675],[141.98445,39.30699],[141.98466,39.30745],[141.98446,39.3074],[141.9842,39.30764],[141.98374,39.30738],[141.98397,39.30719],[141.98382,39.30677],[141.98329,39.30664],[141.9828,39.30674],[141.98277,39.30701],[141.98242,39.30707],[141.98224,39.3073],[141.98265,39.30786],[141.98232,39.30788],[141.98212,39.30754],[141.9821,39.30786],[141.98191,39.30762],[141.98117,39.30764],[141.98159,39.30786],[141.9816,39.30852],[141.98193,39.30875],[141.98146,39.30909],[141.9813,39.30899],[141.98148,39.30891],[141.98122,39.30852],[141.98059,39.30847],[141.9808,39.30842],[141.98029,39.3081],[141.97995,39.30754],[141.98003,39.30742],[141.97989,39.3074],[141.97983,39.30762],[141.97995,39.30772],[141.97956,39.30768],[141.97934,39.30747],[141.9795,39.30735],[141.97883,39.30715],[141.97846,39.30728],[141.97856,39.30759],[141.97836,39.30733],[141.97818,39.30741],[141.97836,39.30761],[141.9778,39.30762],[141.97794,39.30791],[141.9771,39.30743],[141.9769,39.30716],[141.97703,39.30718],[141.97697,39.30689],[141.9767,39.30686],[141.97607,39.30727],[141.97579,39.30713],[141.97626,39.3065],[141.97602,39.30638],[141.97693,39.30614],[141.97763,39.30565],[141.97804,39.30511],[141.97852,39.30497],[141.97875,39.30467],[141.98071,39.30499],[141.98138,39.30546],[141.98246,39.30523],[141.98276,39.30507],[141.98268,39.30469],[141.98305,39.30442],[141.98278,39.30428],[141.9828,39.30415],[141.98293,39.30424],[141.98291,39.30398],[141.98325,39.30408],[141.98329,39.30377],[141.98363,39.30414],[141.98383,39.30406],[141.98375,39.30381],[141.98407,39.30388],[141.98401,39.30356],[141.9838,39.30337],[141.98414,39.30294],[141.98472,39.30307],[141.985,39.30336],[141.98495,39.30376],[141.98526,39.30387],[141.98454,39.30452],[141.98461,39.30476],[141.98519,39.30462],[141.98517,39.30498],[141.98534,39.30496],[141.98549,39.30517],[141.98575,39.30507],[141.98583,39.30524],[141.98651,39.30532],[141.98673,39.30516],[141.98726,39.3053],[141.98747,39.30516],[141.98817,39.3055],[141.98792,39.30613],[141.98771,39.30594],[141.98752,39.30594],[141.98733,39.30621],[141.98719,39.30602],[141.98702,39.3061],[141.98697,39.30634],[141.98663,39.30643]],[[141.96794,39.38021],[141.96769,39.37989],[141.96791,39.37965],[141.96727,39.3785],[141.96752,39.37853],[141.96784,39.37887],[141.96747,39.37832],[141.9677,39.37826],[141.96835,39.37859],[141.96819,39.37839],[141.96831,39.37837],[141.9687,39.37879],[141.96879,39.37914],[141.96853,39.37905],[141.96924,39.38012],[141.96904,39.38048],[141.96936,39.38055],[141.96905,39.38068],[141.96945,39.38088],[141.96966,39.38205],[141.96909,39.38112],[141.96899,39.38068],[141.96886,39.38069],[141.96903,39.38133],[141.9686,39.38077],[141.96864,39.38123],[141.96855,39.38111],[141.96838,39.38117],[141.96833,39.38135],[141.9682,39.38115],[141.96826,39.38093],[141.96814,39.38084],[141.96825,39.38083],[141.96809,39.38075],[141.96821,39.3807],[141.96797,39.38062],[141.96792,39.38054],[141.96816,39.38048],[141.96788,39.38038],[141.96794,39.38021]],[[142.00047,39.40476],[141.99979,39.40458],[141.99971,39.4047],[141.99992,39.40497],[142.00065,39.40511],[142.00056,39.40532],[142.00071,39.40531],[142.00069,39.40555],[142.00065,39.40622],[142.00038,39.40658],[141.99996,39.40675],[141.99993,39.40704],[141.99982,39.40686],[141.99951,39.40695],[141.99849,39.40668],[141.9984,39.40654],[141.99859,39.40641],[141.99829,39.4062],[141.99837,39.40597],[141.99869,39.40583],[141.99843,39.4056],[141.99866,39.40542],[141.99864,39.405],[141.99801,39.40479],[141.99794,39.40469],[141.99815,39.40465],[141.99775,39.4043],[141.99834,39.40419],[141.99795,39.40415],[141.9978,39.40398],[141.99817,39.40367],[141.99759,39.40361],[141.99785,39.40332],[141.99748,39.40303],[141.99668,39.40295],[141.99684,39.40306],[141.99672,39.40313],[141.99649,39.40286],[141.99602,39.40278],[141.9962,39.40272],[141.99594,39.4025],[141.99551,39.40239],[141.99543,39.40222],[141.99523,39.40229],[141.99478,39.40192],[141.99455,39.40135],[141.99431,39.40135],[141.99413,39.40091],[141.99385,39.40073],[141.99467,39.40003],[141.99529,39.39984],[141.99575,39.39992],[141.99597,39.3996],[141.99631,39.39946],[141.99645,39.39955],[141.99644,39.39935],[141.99793,39.3993],[141.998,39.39962],[141.99858,39.39983],[141.99861,39.40053],[141.9991,39.40067],[141.99927,39.40091],[141.99928,39.40119],[141.99958,39.40159],[141.99955,39.40224],[141.99986,39.40277],[141.99973,39.40293],[141.99891,39.40302],[141.99802,39.4026],[141.99795,39.40269],[141.99981,39.40389],[141.99983,39.40401],[141.99938,39.40417],[142.00002,39.40425],[142.00052,39.40463],[142.00047,39.40476]],[[141.9744,39.46325],[141.9748,39.46327],[141.97479,39.46313],[141.97414,39.46234],[141.97394,39.46172],[141.97476,39.461],[141.97528,39.46161],[141.97558,39.46168],[141.97612,39.46171],[141.97624,39.46209],[141.97516,39.46351],[141.97527,39.46385],[141.97493,39.46394],[141.9748,39.4633],[141.97444,39.46342],[141.9744,39.46325]],[[141.98298,39.65086],[141.98254,39.6509],[141.98299,39.65046],[141.98326,39.65027],[141.98368,39.6503],[141.98359,39.65011],[141.98396,39.65013],[141.98368,39.64993],[141.98483,39.64966],[141.98504,39.6498],[141.98479,39.65005],[141.98508,39.65013],[141.98498,39.6503],[141.98471,39.65032],[141.98476,39.65053],[141.98558,39.65082],[141.98534,39.65082],[141.98512,39.65105],[141.98485,39.65091],[141.98432,39.6512],[141.98426,39.65095],[141.9838,39.65086],[141.98311,39.65124],[141.98306,39.65141],[141.98322,39.65155],[141.98263,39.65148],[141.9827,39.65175],[141.98257,39.65188],[141.98303,39.65233],[141.98237,39.6522],[141.98229,39.65234],[141.98242,39.65241],[141.98208,39.65245],[141.98237,39.65261],[141.9821,39.65264],[141.98193,39.65291],[141.98205,39.65304],[141.98175,39.65281],[141.9819,39.65235],[141.98175,39.65231],[141.98051,39.65245],[141.98024,39.6526],[141.98027,39.65295],[141.98,39.65289],[141.98008,39.65272],[141.97955,39.65272],[141.97944,39.65295],[141.9791,39.65276],[141.98028,39.65233],[141.98038,39.65212],[141.98107,39.65175],[141.98174,39.65178],[141.98161,39.65167],[141.98217,39.65122],[141.98298,39.65086]],[[141.98798,39.66883],[141.9885,39.66869],[141.98862,39.66885],[141.98829,39.66894],[141.98846,39.66899],[141.98829,39.66908],[141.9885,39.66924],[141.98836,39.66935],[141.98946,39.66941],[141.98935,39.66986],[141.98908,39.66998],[141.989,39.67019],[141.98913,39.67083],[141.98939,39.67096],[141.98819,39.67088],[141.98841,39.67163],[141.98795,39.67176],[141.98768,39.67206],[141.98721,39.6721],[141.98695,39.6719],[141.98699,39.67164],[141.98648,39.67153],[141.9867,39.67112],[141.98664,39.67091],[141.98628,39.67077],[141.98606,39.67086],[141.98629,39.67033],[141.98575,39.66945],[141.9861,39.66936],[141.98595,39.66906],[141.98601,39.66854],[141.98689,39.66835],[141.98703,39.66814],[141.98781,39.66817],[141.98788,39.66837],[141.98732,39.66938],[141.9876,39.66924],[141.98761,39.66942],[141.98798,39.66883]],[[141.54818,38.7421],[141.5482,38.74187],[141.54786,38.74212],[141.54789,38.7417],[141.54766,38.74188],[141.54776,38.74167],[141.54786,38.74125],[141.5477,38.74124],[141.54755,38.74091],[141.54768,38.74096],[141.54762,38.74079],[141.54771,38.74085],[141.54769,38.74062],[141.54783,38.7405],[141.5483,38.74076],[141.54855,38.74122],[141.54845,38.74128],[141.54864,38.74135],[141.54884,38.74201],[141.54869,38.74199],[141.54875,38.74216],[141.54862,38.74208],[141.54871,38.74234],[141.54849,38.74195],[141.54846,38.74225],[141.5483,38.74196],[141.54818,38.7421]],[[141.375,38.9],[141.43333,38.9],[141.45833,38.9],[141.45833,39.175],[141.5,39.175],[141.5,39.30833],[141.475,39.30833],[141.475,39.325],[141.23333,39.325],[141.23333,39.25],[141.23333,39.16667],[141.375,39.16667],[141.375,39.025],[141.375,38.9]],[[141.225,43.16667],[141.2,43.16667],[141.2,43.15833],[141.175,43.15833],[141.175,43.15],[141.175,43.1],[141.23333,43.1],[141.23333,42.925],[141.575,42.925],[141.575,43.00833],[141.5,43.00833],[141.5,43.25],[141.33333,43.25],[141.33333,43.24167],[141.325,43.24167],[141.325,43.23333],[141.31667,43.23333],[141.31667,43.225],[141.29167,43.225],[141.29167,43.23333],[141.28333,43.23333],[141.28333,43.225],[141.275,43.225],[141.275,43.21667],[141.26667,43.21667],[141.26667,43.20833],[141.25833,43.20833],[141.25833,43.2],[141.25,43.2],[141.25,43.19167],[141.25833,43.19167],[141.25833,43.18333],[141.24167,43.18333],[141.24167,43.175],[141.225,43.175],[141.225,43.16667]]],"terms_url":"https://www.gsi.go.jp/kikakuchousei/kikakuchousei40182.html","terms_text":"GSI Japan","description":"Updated imagery of Japan GSI airphoto, 2020"},{"id":"gsi.go.jp_airphoto_2021","name":"Japan GSI airphoto Imagery/update 2021","type":"tms","template":"https://cyberjapandata.gsi.go.jp/xyz/nendophoto2021/{zoom}/{x}/{y}.png","category":"photo","endDate":"2022-03-31T00:00:00.000Z","startDate":"2021-04-01T00:00:00.000Z","zoomExtent":[14,18],"polygon":[[[130.35833,33.04167],[130.35,33.04167],[130.35,33.03333],[130.35833,33.03333],[130.35833,33.04167]],[[130.40833,33.05833],[130.4,33.05833],[130.4,33.05],[130.40833,33.05],[130.40833,33.05833]],[[130.41667,33.025],[130.4,33.025],[130.4,33.00833],[130.39167,33.00833],[130.39167,33],[130.5,33],[130.5,33.29167],[130.56667,33.29167],[130.625,33.29167],[130.71667,33.29167],[130.71667,33.5],[130.5,33.5],[130.425,33.5],[130.425,33.38333],[130.25,33.38333],[130.25,33.18333],[130.25,33.175],[130.26667,33.175],[130.26667,33.16667],[130.275,33.16667],[130.275,33.15833],[130.28333,33.15833],[130.28333,33.14167],[130.31667,33.14167],[130.33333,33.14167],[130.33333,33.13333],[130.36667,33.13333],[130.36667,33.11667],[130.375,33.11667],[130.375,33.10833],[130.38333,33.10833],[130.38333,33.09167],[130.39167,33.09167],[130.39167,33.08333],[130.40833,33.08333],[130.40833,33.06667],[130.41667,33.06667],[130.41667,33.05833],[130.41667,33.025]],[[132.6,33.675],[132.6,33.66667],[132.75,33.66667],[132.75,33.625],[132.875,33.625],[132.875,33.70833],[132.65,33.70833],[132.65,33.7],[132.64167,33.7],[132.64167,33.69167],[132.625,33.69167],[132.625,33.68333],[132.60833,33.68333],[132.60833,33.675],[132.6,33.675]],[[133.94167,34.39167],[133.93333,34.39167],[133.93333,34.4],[133.91667,34.4],[133.91667,34.38333],[133.88333,34.38333],[133.88333,34.35],[133.88333,34.225],[134.29167,34.225],[134.29167,34.28333],[134.28333,34.28333],[134.28333,34.29167],[134.29167,34.29167],[134.29167,34.3],[134.26667,34.3],[134.26667,34.29167],[134.25833,34.29167],[134.25833,34.3],[134.25,34.3],[134.25,34.30833],[134.26667,34.30833],[134.26667,34.31667],[134.28333,34.31667],[134.28333,34.325],[134.275,34.325],[134.275,34.34167],[134.26667,34.34167],[134.25833,34.34167],[134.25833,34.35833],[134.24167,34.35833],[134.24167,34.35],[134.23333,34.35],[134.225,34.35],[134.225,34.36667],[134.21667,34.36667],[134.21667,34.375],[134.2,34.375],[134.2,34.35833],[134.20833,34.35833],[134.20833,34.35],[134.19167,34.35],[134.19167,34.35833],[134.175,34.35833],[134.175,34.33333],[134.16667,34.33333],[134.16667,34.38333],[134.18333,34.38333],[134.18333,34.4],[134.16667,34.4],[134.16667,34.39167],[134.15833,34.39167],[134.15833,34.4],[134.14167,34.4],[134.14167,34.40833],[134.13333,34.40833],[134.13333,34.4],[134.11667,34.4],[134.11667,34.39167],[134.08333,34.39167],[134.08333,34.36667],[134.04167,34.36667],[134.04167,34.35833],[134.00833,34.35833],[134.00833,34.36667],[133.98333,34.36667],[133.98333,34.375],[133.96667,34.375],[133.96667,34.38333],[133.94167,34.38333],[133.94167,34.39167]],[[134.00833,34.53333],[134,34.53333],[134,34.54167],[134.025,34.54167],[134.025,34.55],[133.66667,34.55],[133.66667,34.48333],[133.7,34.48333],[133.7,34.475],[133.70833,34.475],[133.70833,34.46667],[133.68333,34.46667],[133.68333,34.45833],[133.69167,34.45833],[133.69167,34.44167],[133.7,34.44167],[133.7,34.45833],[133.725,34.45833],[133.725,34.46667],[133.75833,34.46667],[133.75833,34.45833],[133.74167,34.45833],[133.74167,34.44167],[133.775,34.44167],[133.775,34.43333],[133.75833,34.43333],[133.75833,34.41667],[133.78333,34.41667],[133.78333,34.43333],[133.79167,34.43333],[133.79167,34.41667],[133.80833,34.41667],[133.84167,34.41667],[133.84167,34.425],[133.84167,34.43333],[133.83333,34.43333],[133.83333,34.425],[133.825,34.425],[133.825,34.43333],[133.825,34.44167],[133.81667,34.44167],[133.81667,34.45833],[133.825,34.45833],[133.825,34.46667],[133.85,34.46667],[133.85,34.45833],[133.85,34.44167],[133.85833,34.44167],[133.85833,34.45],[133.86667,34.45],[133.86667,34.45833],[133.875,34.45833],[133.875,34.45],[133.91667,34.45],[133.91667,34.44167],[133.925,34.44167],[133.925,34.45],[133.95833,34.45],[133.95833,34.44167],[133.975,34.44167],[134,34.44167],[134,34.43333],[134.01667,34.43333],[134.01667,34.44167],[134.025,34.44167],[134.025,34.45833],[134.00833,34.45833],[134.00833,34.46667],[134.01667,34.46667],[134.01667,34.475],[134.025,34.475],[134.025,34.49167],[134.025,34.50833],[134.025,34.51667],[134.00833,34.51667],[134.00833,34.53333]],[[135.375,35.19167],[135.20833,35.19167],[135.20833,35.31667],[134.83333,35.31667],[134.83333,35.04167],[134.925,35.04167],[135.375,35.04167],[135.375,35.19167]],[[135.15833,34.34167],[135.15833,34.33333],[135.11667,34.33333],[135.11667,34.325],[135.10833,34.325],[135.1,34.325],[135.09167,34.325],[135.09167,34.31667],[135.08333,34.31667],[135.08333,34.30833],[135.075,34.30833],[135.06667,34.30833],[135.06667,34.3],[135.05833,34.3],[135.05,34.3],[135.04167,34.3],[135.03333,34.3],[135.025,34.3],[135.01667,34.3],[135.00833,34.3],[135,34.3],[135,34.29167],[134.99167,34.29167],[134.99167,34.28333],[134.99167,34.275],[135,34.275],[135.00833,34.275],[135.01667,34.275],[135.025,34.275],[135.025,34.28333],[135.03333,34.28333],[135.04167,34.28333],[135.05,34.28333],[135.05833,34.28333],[135.05833,34.275],[135.05833,34.26667],[135.05833,34.25833],[135.06667,34.25833],[135.075,34.25833],[135.08333,34.25833],[135.08333,34.25],[135.09167,34.25],[135.09167,34.24167],[135.09167,34.23333],[135.1,34.23333],[135.1,34.225],[135.10833,34.225],[135.10833,34.21667],[135.11667,34.21667],[135.11667,34.20833],[135.125,34.20833],[135.125,34.2],[135.125,34.19167],[135.125,34.18333],[135.13333,34.18333],[135.13333,34.175],[135.14167,34.175],[135.15,34.175],[135.15833,34.175],[135.15833,34.16667],[135.15833,34.15833],[135.55833,34.15833],[135.55833,34.16667],[135.55833,34.175],[135.55833,34.18333],[135.55833,34.19167],[135.55833,34.2],[135.55833,34.20833],[135.55833,34.21667],[135.55833,34.225],[135.55833,34.23333],[135.55833,34.24167],[135.55833,34.25],[135.55833,34.25833],[135.55833,34.26667],[135.55833,34.275],[135.55833,34.28333],[135.55833,34.29167],[135.55833,34.3],[135.55833,34.30833],[135.55833,34.31667],[135.55833,34.325],[135.55833,34.33333],[135.55833,34.34167],[135.55833,34.35],[135.55833,34.35833],[135.55833,34.36667],[135.55833,34.375],[135.55833,34.38333],[135.55833,34.39167],[135.55833,34.4],[135.55833,34.40833],[135.55833,34.41667],[135.55833,34.425],[135.55833,34.43333],[135.55833,34.44167],[135.55833,34.45],[135.55833,34.45833],[135.55833,34.46667],[135.55833,34.475],[135.55833,34.48333],[135.55833,34.49167],[135.55833,34.5],[135.55833,34.50833],[135.55833,34.51667],[135.55833,34.525],[135.55833,34.53333],[135.55833,34.54167],[135.55833,34.55],[135.55833,34.55833],[135.55833,34.56667],[135.55833,34.575],[135.55833,34.58333],[135.55833,34.59167],[135.55,34.59167],[135.54167,34.59167],[135.53333,34.59167],[135.525,34.59167],[135.51667,34.59167],[135.50833,34.59167],[135.5,34.59167],[135.49167,34.59167],[135.48333,34.59167],[135.475,34.59167],[135.46667,34.59167],[135.45833,34.59167],[135.45,34.59167],[135.44167,34.59167],[135.43333,34.59167],[135.425,34.59167],[135.41667,34.59167],[135.40833,34.59167],[135.4,34.59167],[135.4,34.58333],[135.4,34.575],[135.4,34.56667],[135.4,34.55833],[135.4,34.55],[135.4,34.54167],[135.39167,34.54167],[135.39167,34.53333],[135.38333,34.53333],[135.375,34.53333],[135.36667,34.53333],[135.36667,34.525],[135.36667,34.51667],[135.36667,34.50833],[135.36667,34.5],[135.35833,34.5],[135.35833,34.49167],[135.35,34.49167],[135.35,34.48333],[135.34167,34.48333],[135.33333,34.48333],[135.33333,34.475],[135.33333,34.46667],[135.33333,34.45833],[135.325,34.45833],[135.325,34.45],[135.325,34.44167],[135.31667,34.44167],[135.30833,34.44167],[135.30833,34.43333],[135.30833,34.425],[135.3,34.425],[135.29167,34.425],[135.28333,34.425],[135.28333,34.43333],[135.275,34.43333],[135.275,34.44167],[135.26667,34.44167],[135.26667,34.45],[135.26667,34.45833],[135.25833,34.45833],[135.25,34.45833],[135.24167,34.45833],[135.23333,34.45833],[135.23333,34.45],[135.225,34.45],[135.21667,34.45],[135.21667,34.44167],[135.20833,34.44167],[135.20833,34.43333],[135.2,34.43333],[135.2,34.425],[135.19167,34.425],[135.19167,34.41667],[135.2,34.41667],[135.20833,34.41667],[135.20833,34.40833],[135.21667,34.40833],[135.225,34.40833],[135.23333,34.40833],[135.24167,34.40833],[135.24167,34.41667],[135.25,34.41667],[135.25,34.425],[135.25833,34.425],[135.26667,34.425],[135.275,34.425],[135.275,34.41667],[135.275,34.40833],[135.275,34.4],[135.26667,34.4],[135.26667,34.39167],[135.25833,34.39167],[135.25,34.39167],[135.25,34.38333],[135.24167,34.38333],[135.24167,34.375],[135.23333,34.375],[135.23333,34.36667],[135.225,34.36667],[135.225,34.35833],[135.21667,34.35833],[135.21667,34.35],[135.20833,34.35],[135.2,34.35],[135.19167,34.35],[135.19167,34.34167],[135.18333,34.34167],[135.175,34.34167],[135.16667,34.34167],[135.15833,34.34167]],[[135.55833,34.43333],[135.875,34.43333],[135.875,34.60833],[136,34.60833],[136,34.86667],[135.55833,34.86667],[135.55833,34.43333]],[[136.01667,35.86667],[136.01667,35.85833],[136.025,35.85833],[136.025,35.85],[136.03333,35.85],[136.34167,35.85],[136.34167,35.925],[136.25001,35.92501],[136.25,35.99167],[136.25,36],[136.28333,36],[136.29167,36],[136.29167,36.125],[136.26667,36.125],[136.04167,36.125],[136.04167,36.10833],[136.025,36.10833],[136.025,36.08333],[136.01667,36.08333],[136.01667,36.05833],[136.00833,36.05833],[136.00833,36.05],[136,36.05],[136,36.04167],[136.00833,36.04167],[136.00833,36.03333],[136,36.03333],[136,36.025],[135.99167,36.025],[135.99167,36.01667],[135.975,36.01667],[135.975,36.00833],[135.96667,36.00833],[135.96667,36],[135.95833,36],[135.95833,35.99167],[135.95,35.99167],[135.95,35.975],[135.95833,35.975],[135.95833,35.96667],[135.96667,35.96667],[135.96667,35.95833],[135.96667,35.95],[135.98333,35.95],[135.98333,35.93333],[135.99167,35.93333],[135.99167,35.925],[135.99167,35.9],[135.98333,35.9],[135.98333,35.89167],[135.99167,35.89167],[135.99167,35.875],[136,35.875],[136,35.86667],[136.01667,35.86667]],[[134,35.54167],[134,35.53333],[133.975,35.53333],[133.975,35.50833],[133.975,35.49167],[133.95833,35.49167],[133.95833,35.41667],[134.05,35.41667],[134.05,35.38333],[134.38333,35.38333],[134.38333,35.43333],[134.36667,35.43333],[134.36667,35.60833],[134.35,35.60833],[134.35,35.61667],[134.33333,35.61667],[134.33333,35.6],[134.29167,35.6],[134.29167,35.59167],[134.28333,35.59167],[134.275,35.59167],[134.275,35.58333],[134.275,35.575],[134.26667,35.575],[134.26667,35.56667],[134.25833,35.56667],[134.25833,35.55833],[134.24167,35.55833],[134.24167,35.56667],[134.23333,35.56667],[134.23333,35.55],[134.2,35.55],[134.2,35.55833],[134.175,35.55833],[134.175,35.54167],[134.15833,35.54167],[134.15833,35.53333],[134.14167,35.53333],[134.14167,35.54167],[134.13333,35.54167],[134.13333,35.53333],[134.075,35.53333],[134.075,35.525],[134.025,35.525],[134.025,35.53333],[134.01667,35.53333],[134.01667,35.54167],[134,35.54167]],[[140,35.91667],[140.075,35.91667],[140.075,36.31667],[140,36.31667],[139.625,36.31667],[139.625,36.06667],[139.8,36.06667],[139.8,36],[139.875,36],[139.875,35.96667],[139.925,35.96667],[139.925,35.94167],[139.99968,35.94165],[140,35.91667]],[[137.34167,36.775],[137.33333,36.775],[137.33333,36.76667],[137.25,36.76667],[137.23333,36.76667],[137.23333,36.775],[137.225,36.775],[137.225,36.76667],[137.15833,36.76667],[137.15833,36.775],[137.14167,36.775],[137.14167,36.78333],[137.125,36.78333],[137.125,36.79167],[137.11667,36.79167],[137.11667,36.78333],[137.10833,36.78333],[137.10833,36.79167],[137.09167,36.79167],[137.075,36.79167],[137.075,36.8],[137.08333,36.8],[137.08333,36.80833],[137.075,36.80833],[137.075,36.81667],[137.04167,36.81667],[137.04167,36.825],[137.025,36.825],[137.025,36.83333],[137.01667,36.83333],[137.01667,36.84167],[137.00833,36.84167],[137.00833,36.85],[136.99167,36.85],[136.99167,36.75],[136.875,36.75],[136.875,36.66667],[137.09167,36.66667],[137.25,36.66667],[137.25,36.59167],[137.44167,36.59167],[137.44167,36.8],[137.35833,36.8],[137.35833,36.79167],[137.35,36.79167],[137.35,36.78333],[137.34167,36.78333],[137.34167,36.775]],[[140.525,40.18333],[140.525,40.19167],[140.525,40.2],[140.525,40.20833],[140.525,40.21667],[140.525,40.29167],[140.525,40.3],[140.525,40.30833],[140.525,40.31667],[140.525,40.325],[140.51667,40.325],[140.50833,40.325],[140.5,40.325],[140.49167,40.325],[140.48333,40.325],[140.475,40.325],[140.46667,40.325],[140.45833,40.325],[140.45,40.325],[140.44167,40.325],[140.43333,40.325],[140.425,40.325],[140.41667,40.325],[140.40833,40.325],[140.4,40.325],[140.39167,40.325],[140.38333,40.325],[140.375,40.325],[140.36667,40.325],[140.35833,40.325],[140.35,40.325],[140.34167,40.325],[140.33333,40.325],[140.325,40.325],[140.31667,40.325],[140.30833,40.325],[140.3,40.325],[140.29167,40.325],[140.28333,40.325],[140.275,40.325],[140.26667,40.325],[140.25833,40.325],[140.25,40.325],[140.25,40.31667],[140.25,40.30833],[140.25,40.3],[140.25,40.29167],[140.25,40.28333],[140.25,40.275],[140.25,40.26667],[140.25,40.25833],[140.25,40.25],[140.25,40.24167],[140.25,40.23333],[140.25,40.225],[140.25,40.21667],[140.25,40.20833],[140.25,40.2],[140.25,40.19167],[140.25,40.18333],[140.25,40.175],[140.25,40.16667],[140.25,40.15833],[140.25,40.15],[140.25,40.14167],[140.25,40.13333],[140.25,40.125],[140.25,40.11667],[140.25,40.10833],[140.25,40.1],[140.25,40.09167],[140.25,40.08333],[140.25,40.075],[140.25,40.06667],[140.25,40.05833],[140.25,40.05],[140.25,40.04167],[140.25,40.03333],[140.25,40.025],[140.25833,40.025],[140.26667,40.025],[140.275,40.025],[140.28333,40.025],[140.29167,40.025],[140.3,40.025],[140.30833,40.025],[140.31667,40.025],[140.325,40.025],[140.33333,40.025],[140.34167,40.025],[140.35,40.025],[140.35833,40.025],[140.36667,40.025],[140.375,40.025],[140.38333,40.025],[140.39167,40.025],[140.4,40.025],[140.40833,40.025],[140.41667,40.025],[140.425,40.025],[140.43333,40.025],[140.44167,40.025],[140.45,40.025],[140.45833,40.025],[140.46667,40.025],[140.475,40.025],[140.48333,40.025],[140.48333,40.03333],[140.48333,40.04167],[140.48333,40.05],[140.48333,40.05833],[140.48333,40.06667],[140.48333,40.075],[140.48333,40.08333],[140.48333,40.09167],[140.48333,40.1],[140.48333,40.10833],[140.48333,40.11667],[140.48333,40.125],[140.48333,40.13333],[140.48333,40.14167],[140.48333,40.15],[140.48333,40.15833],[140.48333,40.16667],[140.48333,40.175],[140.48333,40.18333],[140.49167,40.18333],[140.5,40.18333],[140.50833,40.18333],[140.51667,40.18333],[140.525,40.18333]],[[140.99167,38.66667],[141,38.66667],[141.00833,38.66667],[141.01667,38.66667],[141.025,38.66667],[141.03333,38.66667],[141.04167,38.66667],[141.05,38.66667],[141.05833,38.66667],[141.06667,38.66667],[141.075,38.66667],[141.08333,38.66667],[141.09167,38.66667],[141.1,38.66667],[141.10833,38.66667],[141.11667,38.66667],[141.125,38.66667],[141.13333,38.66667],[141.14167,38.66667],[141.15,38.66667],[141.15833,38.66667],[141.15833,38.675],[141.15833,38.68333],[141.15833,38.69167],[141.15833,38.7],[141.15833,38.70833],[141.15833,38.71667],[141.15833,38.725],[141.15833,38.73333],[141.15833,38.74167],[141.15833,38.75],[141.15833,38.75833],[141.15833,38.76667],[141.15833,38.775],[141.15833,38.78333],[141.15833,38.79167],[141.15833,38.8],[141.15833,38.80833],[141.15833,38.81667],[141.15833,38.825],[141.15833,38.83333],[141.15833,38.84167],[141.15833,38.85],[141.15833,38.85833],[141.15833,38.86667],[141.15833,38.875],[141.15,38.875],[141.14167,38.875],[141.13333,38.875],[141.125,38.875],[141.11667,38.875],[141.10833,38.875],[141.1,38.875],[141.09167,38.875],[141.08333,38.875],[141.075,38.875],[141.06667,38.875],[141.05833,38.875],[141.05,38.875],[141.04167,38.875],[141.03333,38.875],[141.025,38.875],[141.01667,38.875],[141.00833,38.875],[141,38.875],[140.99167,38.875],[140.98333,38.875],[140.975,38.875],[140.96667,38.875],[140.96667,38.86667],[140.96667,38.85833],[140.96667,38.85],[140.96667,38.84167],[140.96667,38.83333],[140.96667,38.825],[140.96667,38.81667],[140.96667,38.80833],[140.96667,38.8],[140.96667,38.79167],[140.96667,38.78333],[140.96667,38.775],[140.96667,38.76667],[140.96667,38.75833],[140.96667,38.75],[140.96667,38.74167],[140.96667,38.73333],[140.96667,38.725],[140.96667,38.71667],[140.96667,38.70833],[140.96667,38.7],[140.96667,38.69167],[140.96667,38.68333],[140.96667,38.675],[140.96667,38.66667],[140.975,38.66667],[140.98333,38.66667],[140.99167,38.66667]],[[141.25833,40.175],[141.25833,40.16667],[141.25833,40.15833],[141.25833,40.15],[141.25833,40.14167],[141.25833,40.13333],[141.25833,40.125],[141.26667,40.125],[141.275,40.125],[141.28333,40.125],[141.29167,40.125],[141.3,40.125],[141.30833,40.125],[141.31667,40.125],[141.325,40.125],[141.33333,40.125],[141.34167,40.125],[141.35,40.125],[141.35833,40.125],[141.36667,40.125],[141.375,40.125],[141.38333,40.125],[141.39167,40.125],[141.4,40.125],[141.40833,40.125],[141.41667,40.125],[141.425,40.125],[141.43333,40.125],[141.44167,40.125],[141.45,40.125],[141.45833,40.125],[141.46667,40.125],[141.475,40.125],[141.48333,40.125],[141.49167,40.125],[141.5,40.125],[141.50833,40.125],[141.51667,40.125],[141.525,40.125],[141.53333,40.125],[141.54167,40.125],[141.55,40.125],[141.55833,40.125],[141.56667,40.125],[141.575,40.125],[141.58333,40.125],[141.59167,40.125],[141.6,40.125],[141.60833,40.125],[141.61667,40.125],[141.625,40.125],[141.63333,40.125],[141.64167,40.125],[141.65,40.125],[141.65833,40.125],[141.66667,40.125],[141.675,40.125],[141.68333,40.125],[141.69167,40.125],[141.7,40.125],[141.70833,40.125],[141.71667,40.125],[141.725,40.125],[141.73333,40.125],[141.73333,40.13333],[141.73333,40.14167],[141.73333,40.15],[141.73333,40.15833],[141.73333,40.16667],[141.73333,40.175],[141.725,40.175],[141.71667,40.175],[141.70833,40.175],[141.7,40.175],[141.69167,40.175],[141.68333,40.175],[141.675,40.175],[141.66667,40.175],[141.65833,40.175],[141.65,40.175],[141.64167,40.175],[141.64167,40.18333],[141.64167,40.19167],[141.64167,40.2],[141.64167,40.20833],[141.64167,40.21667],[141.63333,40.21667],[141.625,40.21667],[141.61667,40.21667],[141.60833,40.21667],[141.6,40.21667],[141.59167,40.21667],[141.58333,40.21667],[141.575,40.21667],[141.56667,40.21667],[141.56667,40.225],[141.56667,40.23333],[141.56667,40.24167],[141.56667,40.25],[141.56667,40.25833],[141.56667,40.26667],[141.56667,40.275],[141.56667,40.28333],[141.56667,40.29167],[141.56667,40.3],[141.56667,40.30833],[141.56667,40.31667],[141.56667,40.325],[141.56667,40.33333],[141.56667,40.34167],[141.56667,40.35],[141.55833,40.35],[141.55,40.35],[141.54167,40.35],[141.53333,40.35],[141.525,40.35],[141.51667,40.35],[141.50833,40.35],[141.5,40.35],[141.49167,40.35],[141.48333,40.35],[141.475,40.35],[141.46667,40.35],[141.45833,40.35],[141.45,40.35],[141.44167,40.35],[141.43333,40.35],[141.425,40.35],[141.41667,40.35],[141.40833,40.35],[141.4,40.35],[141.39167,40.35],[141.38333,40.35],[141.375,40.35],[141.36667,40.35],[141.35833,40.35],[141.35,40.35],[141.34167,40.35],[141.33333,40.35],[141.325,40.35],[141.31667,40.35],[141.30833,40.35],[141.3,40.35],[141.29167,40.35],[141.28333,40.35],[141.275,40.35],[141.26667,40.35],[141.25833,40.35],[141.25833,40.34167],[141.25833,40.33333],[141.25833,40.325],[141.25833,40.31667],[141.25833,40.30833],[141.25833,40.3],[141.25833,40.29167],[141.25833,40.28333],[141.25833,40.275],[141.25833,40.26667],[141.25833,40.25833],[141.25833,40.25],[141.25833,40.24167],[141.25833,40.23333],[141.25833,40.225],[141.25833,40.21667],[141.25833,40.20833],[141.25833,40.2],[141.25833,40.19167],[141.25833,40.18333],[141.25833,40.175]],[[143.825,42.91667],[143.80833,42.91667],[143.80833,42.88333],[143.80833,42.85833],[143.775,42.85833],[143.73333,42.85833],[143.73333,42.84167],[143.73333,42.74167],[143.75,42.74167],[143.75,42.75],[143.75833,42.75],[143.75833,42.75833],[143.775,42.75833],[143.775,42.76667],[143.78333,42.76667],[143.78333,42.775],[143.79167,42.775],[143.79167,42.78333],[143.8,42.78333],[143.80833,42.78333],[143.80833,42.79167],[143.81667,42.79167],[143.83333,42.79167],[143.83333,42.80833],[143.84167,42.80833],[143.84167,42.81667],[143.85,42.81667],[143.85,42.825],[143.85833,42.825],[143.85833,42.83333],[143.875,42.83333],[143.875,42.84167],[143.88333,42.84167],[143.88333,42.85],[143.9,42.85],[143.9,42.85833],[143.90833,42.85833],[143.90833,42.86667],[143.925,42.86667],[143.925,42.875],[143.94167,42.875],[143.94167,42.88333],[143.95833,42.88333],[143.95833,42.89167],[143.96667,42.89167],[143.96667,42.9],[143.975,42.9],[143.98333,42.9],[143.98333,42.90833],[143.99167,42.90833],[144,42.90833],[144,42.91667],[143.98333,42.91667],[143.86667,42.91667],[143.825,42.91667]],[[144.86667,42.98333],[144.875,42.98333],[144.875,42.96667],[144.86667,42.96667],[144.86667,42.95833],[144.85833,42.95833],[144.85833,42.94167],[144.875,42.94167],[144.875,42.95],[144.88333,42.95],[144.88333,42.96667],[144.89167,42.96667],[144.89167,42.98333],[144.91667,42.98333],[144.91667,42.975],[144.93333,42.975],[144.93333,42.98333],[144.94167,42.98333],[144.94167,42.975],[144.98333,42.975],[144.98333,42.98333],[145.00833,42.98333],[145.00833,42.99167],[145.03333,42.99167],[145.03333,43.025],[145.06667,43.025],[145.075,43.025],[145.075,43.03333],[145.075,43.04167],[145.125,43.04167],[145.125,43.05833],[145.14167,43.05833],[145.14167,43.06667],[145.15833,43.06667],[145.15833,43.075],[145.18333,43.075],[145.18333,43.08333],[145.20833,43.08333],[145.20833,43.09167],[145.18333,43.09167],[145.11667,43.09167],[145.11667,43.11667],[145.125,43.11667],[145.125,43.125],[145.13333,43.125],[145.13333,43.13333],[145.14167,43.13333],[145.14167,43.14167],[145.175,43.14167],[145.175,43.13333],[145.20833,43.13333],[145.225,43.13333],[145.225,43.14167],[145.24167,43.14167],[145.24167,43.15],[145.25,43.15],[145.25,43.15833],[145.28333,43.15833],[145.28333,43.16667],[145.30833,43.16667],[145.30833,43.15833],[145.31667,43.15833],[145.31667,43.16667],[145.34167,43.16667],[145.34167,43.175],[145.39167,43.175],[145.39167,43.18333],[145.49167,43.18333],[145.49167,43.15833],[145.525,43.15833],[145.525,43.16667],[145.53333,43.16667],[145.53333,43.175],[145.525,43.175],[145.525,43.18333],[145.54167,43.18333],[145.54167,43.20833],[145.55833,43.20833],[145.55833,43.21667],[145.55833,43.25833],[145.24167,43.25833],[145.24167,43.23333],[145.11667,43.23333],[145.11667,43.19167],[145.025,43.19167],[145.025,43.15],[145.00833,43.15],[145.00833,43.13333],[144.95833,43.13333],[144.86667,43.13333],[144.86667,43.11667],[144.86667,43.1],[144.88333,43.1],[144.88333,42.99167],[144.86667,42.99167],[144.86667,42.98333]],[[144.74167,43.01667],[144.75,43.01667],[144.75,43.025],[144.75833,43.025],[144.75833,43.03333],[144.76667,43.03333],[144.76667,43.06667],[144.56667,43.06667],[144.56667,42.99167],[144.5,42.99167],[144.5,42.93333],[144.50833,42.93333],[144.50833,42.94167],[144.63333,42.94167],[144.66667,42.94167],[144.66667,42.93333],[144.70833,42.93333],[144.70833,42.925],[144.74167,42.925],[144.78333,42.925],[144.80833,42.925],[144.80833,42.93333],[144.825,42.93333],[144.825,42.94167],[144.78333,42.94167],[144.78333,42.95],[144.76667,42.95],[144.76667,42.95833],[144.75,42.95833],[144.75,42.96667],[144.74167,42.96667],[144.74167,42.98333],[144.74167,43.01667]],[[145.625,43.23333],[145.625,43.24167],[145.60833,43.24167],[145.60833,43.23333],[145.6,43.23333],[145.6,43.24167],[145.59167,43.24167],[145.59167,43.225],[145.58333,43.225],[145.58333,43.2],[145.60833,43.2],[145.60833,43.20833],[145.61667,43.20833],[145.61667,43.23333],[145.625,43.23333]],[[145.69167,43.25833],[145.69167,43.24167],[145.7,43.24167],[145.7,43.25],[145.70833,43.25],[145.70833,43.25833],[145.69167,43.25833]],[[141.13333,43.125],[141.14167,43.125],[141.15,43.125],[141.15833,43.125],[141.16667,43.125],[141.175,43.125],[141.175,43.13333],[141.175,43.14167],[141.175,43.15],[141.16667,43.15],[141.15833,43.15],[141.15,43.15],[141.15,43.15833],[141.14167,43.15833],[141.13333,43.15833],[141.125,43.15833],[141.125,43.16667],[141.11667,43.16667],[141.10833,43.16667],[141.10833,43.175],[141.1,43.175],[141.09167,43.175],[141.08333,43.175],[141.075,43.175],[141.075,43.18333],[141.06667,43.18333],[141.05833,43.18333],[141.05,43.18333],[141.04167,43.18333],[141.04167,43.19167],[141.03333,43.19167],[141.03333,43.2],[141.03333,43.20833],[141.025,43.20833],[141.025,43.21667],[141.025,43.225],[141.025,43.23333],[141.025,43.24167],[141.01667,43.24167],[141.01667,43.25],[141.00833,43.25],[141.00833,43.24167],[141,43.24167],[140.99167,43.24167],[140.98333,43.24167],[140.975,43.24167],[140.96667,43.24167],[140.95833,43.24167],[140.95833,43.23333],[140.95,43.23333],[140.94167,43.23333],[140.93333,43.23333],[140.925,43.23333],[140.91667,43.23333],[140.91667,43.225],[140.91667,43.21667],[140.90833,43.21667],[140.9,43.21667],[140.89167,43.21667],[140.88333,43.21667],[140.88333,43.20833],[140.875,43.20833],[140.875,43.21667],[140.86667,43.21667],[140.86667,43.225],[140.85833,43.225],[140.85,43.225],[140.85,43.21667],[140.85,43.20833],[140.84167,43.20833],[140.84167,43.2],[140.84167,43.19167],[140.84167,43.18333],[140.84167,43.175],[140.84167,43.16667],[140.85,43.16667],[140.85833,43.16667],[140.86667,43.16667],[140.875,43.16667],[140.88333,43.16667],[140.89167,43.16667],[140.9,43.16667],[140.90833,43.16667],[140.91667,43.16667],[140.925,43.16667],[140.93333,43.16667],[140.94167,43.16667],[140.95,43.16667],[140.95,43.15833],[140.95,43.15],[140.95833,43.15],[140.96667,43.15],[140.975,43.15],[140.98333,43.15],[140.99167,43.15],[141,43.15],[141,43.14167],[141,43.13333],[141,43.125],[141.00833,43.125],[141.01667,43.125],[141.025,43.125],[141.03333,43.125],[141.04167,43.125],[141.05,43.125],[141.05833,43.125],[141.06667,43.125],[141.075,43.125],[141.08333,43.125],[141.09167,43.125],[141.1,43.125],[141.10833,43.125],[141.11667,43.125],[141.125,43.125],[141.13333,43.125]],[[144.25833,44.10833],[144.25833,44.11667],[144.23333,44.11667],[144.23333,44.10833],[144.18333,44.10833],[144.18333,43.95833],[144.21667,43.95833],[144.21667,43.95],[144.21667,43.91667],[144.20833,43.91667],[144.20833,43.88333],[144.2,43.88333],[144.2,43.83333],[144.30833,43.83333],[144.30833,43.95],[144.30833,44],[144.3,44],[144.3,44.00833],[144.30833,44.00833],[144.30833,44.01667],[144.3,44.01667],[144.3,44.03333],[144.26667,44.03333],[144.26667,44.05],[144.275,44.05],[144.275,44.06667],[144.26667,44.06667],[144.26667,44.075],[144.25833,44.075],[144.25833,44.10833]]],"terms_url":"https://www.gsi.go.jp/kikakuchousei/kikakuchousei40182.html","terms_text":"GSI Japan","description":"Updated imagery of Japan GSI airphoto, 2021"},{"id":"gsi.go.jp_seamlessphoto","name":"Japan GSI seamlessphoto Imagery","type":"tms","template":"https://cyberjapandata.gsi.go.jp/xyz/seamlessphoto/{zoom}/{x}/{y}.jpg","category":"photo","zoomExtent":[14,18],"polygon":[[[140.88867,45.67548],[140.71289,45.41388],[141.04248,43.80282],[139.96582,43.35714],[138.99902,42.01665],[139.04297,41.26129],[137.5708,38.58253],[132.69287,36.86204],[130.84717,34.93999],[129.74854,34.994],[129.02344,34.56086],[128.36426,33.21112],[127.90283,31.87756],[128.4082,29.89781],[125.8374,26.78485],[123.33252,25.0657],[122.58545,24.42715],[123.53027,23.44309],[125.88135,24.10665],[129.96826,26.31311],[132.1875,30.20211],[134.42871,32.43561],[136.82373,33.28462],[137.85645,34.21634],[138.64746,33.24788],[138.58154,32.00808],[139.6582,28.67131],[141.65771,29.66896],[142.0752,32.06396],[141.21826,33.37641],[141.56982,35.44277],[141.43799,36.52729],[142.82227,39.16414],[143.04199,40.89691],[145.92041,42.40723],[146.18408,43.03678],[145.74463,43.54855],[145.32715,43.67582],[145.30518,43.91372],[145.61279,44.2452],[145.41504,44.62175],[144.38232,44.52784],[142.31689,45.53714],[141.3501,45.70618],[140.88867,45.67548]]],"terms_url":"https://www.gsi.go.jp/kikakuchousei/kikakuchousei40182.html","terms_text":"GSI Japan seamless photo","description":"Japan GSI seamlessphoto Imagery. The collection of latest imageries of GSI ortho, airphoto, post disaster and others."},{"id":"gsi.go.jp_std_map","name":"Japan GSI Standard Map","type":"tms","template":"https://cyberjapandata.gsi.go.jp/xyz/std/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[0,18],"polygon":[[[140.88867,45.67548],[140.71289,45.41388],[141.04248,43.80282],[139.96582,43.35714],[138.99902,42.01665],[139.04297,41.26129],[137.5708,38.58253],[132.69287,36.86204],[130.84717,34.93999],[129.74854,34.994],[129.02344,34.56086],[128.36426,33.21112],[127.90283,31.87756],[128.4082,29.89781],[125.8374,26.78485],[123.33252,25.0657],[122.58545,24.42715],[123.53027,23.44309],[125.88135,24.10665],[129.96826,26.31311],[132.1875,30.20211],[134.42871,32.43561],[136.82373,33.28462],[137.85645,34.21634],[138.64746,33.24788],[138.58154,32.00808],[139.6582,28.67131],[141.65771,29.66896],[142.0752,32.06396],[141.21826,33.37641],[141.56982,35.44277],[141.43799,36.52729],[142.82227,39.16414],[143.04199,40.89691],[145.92041,42.40723],[146.18408,43.03678],[145.74463,43.54855],[145.32715,43.67582],[145.30518,43.91372],[145.61279,44.2452],[145.41504,44.62175],[144.38232,44.52784],[142.31689,45.53714],[141.3501,45.70618],[140.88867,45.67548]]],"terms_url":"https://maps.gsi.go.jp/help/use.html","terms_text":"GSI Japan","description":"Japan GSI Standard Map. Widely covered."},{"id":"jaragua-do-sul-2020","name":"Jaraguá do Sul Ortomosaico 2020","type":"tms","template":"https://www.jaraguadosul.sc.gov.br/geo/ortomosaico2020/{zoom}/{x}/{y}.png","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-49.25368,-26.26563],[-49.17549,-26.31065],[-49.16931,-26.35804],[-49.19403,-26.38449],[-49.19266,-26.42016],[-49.21051,-26.43676],[-49.21806,-26.47733],[-49.22562,-26.48471],[-49.24621,-26.48901],[-49.29634,-26.54185],[-49.30595,-26.58054],[-49.28106,-26.61953],[-49.23798,-26.61922],[-49.20433,-26.62966],[-49.17824,-26.61615],[-49.1645,-26.65237],[-49.13292,-26.64316],[-49.10408,-26.61063],[-49.10133,-26.58177],[-49.0876,-26.57993],[-49.08554,-26.55168],[-49.0567,-26.54615],[-49.05121,-26.51912],[-49.03404,-26.52219],[-49.01756,-26.51298],[-49.01138,-26.48287],[-49.02511,-26.45643],[-49.09515,-26.39863],[-49.10545,-26.39371],[-49.10477,-26.36972],[-49.13635,-26.33219],[-49.13841,-26.30265],[-49.16725,-26.26571],[-49.16725,-26.21336],[-49.19128,-26.21274],[-49.23454,-26.23061],[-49.23386,-26.25524],[-49.25368,-26.26563]]],"terms_url":"https://sistemas.jaraguadosul.sc.gov.br/index.php?class=GeoWelcomeView","terms_text":"Prefeitura de Jaraguá do Sul, SC"},{"id":"Duval_Ortho_2023","name":"JaxGIS Duval Orthoimagery (2023)","type":"wms","template":"https://maps.coj.net/coj/rest/services/imagery/Duval2023/MapServer/export?f=image&format=jpg&layers=show:3&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.04923,30.1868],[-81.68074,30.19081],[-81.67976,30.12247],[-81.53856,30.12049],[-81.53856,30.10397],[-81.43342,30.10465],[-81.43707,30.25205],[-81.38079,30.25319],[-81.38932,30.50348],[-81.49133,30.53862],[-81.54199,30.52345],[-81.60561,30.58493],[-81.62521,30.58593],[-81.65962,30.5656],[-81.72021,30.57051],[-81.73385,30.55822],[-81.73664,30.53651],[-81.74478,30.5308],[-81.76337,30.53392],[-81.76708,30.50653],[-81.79147,30.50487],[-81.8235,30.47408],[-82.04942,30.27308],[-82.04923,30.1868]]],"terms_url":"https://maps.coj.net/jaxgis/","terms_text":"JaxGIS","description":"The 2023 orthoimagery for Jacksonville in the State of Florida"},{"id":"osmfj-kagoshima-2021","name":"Kagoshima city Imagery 2021","type":"tms","template":"https://tiles.osmf.jp/kagoshima-shi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2022-01-19T00:00:00.000Z","startDate":"2021-12-05T00:00:00.000Z","zoomExtent":[10,18],"polygon":[[[130.37956,31.77488],[130.37956,31.60544],[130.35759,31.60544],[130.35759,31.55455],[130.37956,31.55455],[130.37956,31.44917],[130.44479,31.44917],[130.44479,31.31669],[130.49766,31.31669],[130.49766,31.27444],[130.60821,31.27444],[130.60821,31.40991],[130.56633,31.40991],[130.56633,31.44917],[130.60615,31.44917],[130.60615,31.51768],[130.75584,31.51768],[130.75584,31.65104],[130.65216,31.65104],[130.65216,31.71882],[130.60615,31.71882],[130.60615,31.77488],[130.37956,31.77488]]],"terms_url":"https://www.city.kagoshima.lg.jp/ict/opendata.html","terms_text":"OSMFJ_Ortho","description":"Kokyo Sokuryo Orthoimagery from Kagoshima-shi, 2021"},{"id":"kalmar-orto-2014","name":"Kalmar North Orthophoto 2014","type":"wms","template":"https://karta.kalmar.se/ims/services/Ortofoto/Norra_Kalmar_2014/ImageServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[16.28473,56.70827],[16.38856,56.70798],[16.40843,56.7615],[16.46269,56.75672],[16.47753,56.76023],[16.48815,56.77023],[16.48754,56.79231],[16.48254,56.79547],[16.47667,56.8223],[16.4687,56.82614],[16.48584,56.86271],[16.48809,56.87369],[16.45694,56.87786],[16.46288,56.88769],[16.42696,56.88757],[16.39809,56.89604],[16.36791,56.8952],[16.36717,56.85985],[16.36431,56.84636],[16.36001,56.83657],[16.34423,56.82532],[16.32675,56.79284],[16.26114,56.74422],[16.28473,56.70827]]],"terms_url":"http://data-kalmar.opendata.arcgis.com/","terms_text":"© Kalmar municipality","best":true,"description":"Orthophotos for the north coast of the municipality of Kalmar 2014","icon":"https://upload.wikimedia.org/wikipedia/commons/c/c8/Kalmar_vapen.svg"},{"id":"kalmar-orto-2016","name":"Kalmar South Orthophoto 2016","type":"wms","template":"https://karta.kalmar.se/ims/services/Ortofoto/Kalmar_2016/ImageServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[16.156,56.45834],[16.21561,56.51967],[16.28048,56.613],[16.33101,56.625],[16.4053,56.66294],[16.41137,56.67602],[16.38922,56.71885],[16.33516,56.72511],[16.29558,56.7512],[16.25045,56.75062],[16.25135,56.74358],[16.28412,56.71655],[16.21168,56.68491],[16.14417,56.63933],[16.08516,56.56847],[16.07126,56.51153],[16.0724,56.4662],[16.09246,56.46633],[16.11389,56.46083],[16.156,56.45834]]],"terms_url":"http://data-kalmar.opendata.arcgis.com/","terms_text":"© Kalmar municipality","best":true,"description":"Orthophotos for the south coast of the municipality of Kalmar 2016","icon":"https://upload.wikimedia.org/wikipedia/commons/c/c8/Kalmar_vapen.svg"},{"id":"kalmar-orto-2018","name":"Kalmar Urban Orthophoto 2018","type":"wms","template":"https://karta.kalmar.se/ims/services/Ortofoto/Kalmar_2018/ImageServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[16.05658,56.62489],[16.04126,56.62999],[16.00164,56.63215],[15.97369,56.62759],[15.97589,56.62005],[15.95726,56.61598],[15.94308,56.60903],[15.9496,56.59724],[15.96371,56.59004],[15.94612,56.57491],[15.9188,56.57287],[15.89921,56.56867],[15.90892,56.55393],[15.91878,56.55184],[15.94887,56.57264],[15.98449,56.57141],[15.98755,56.59742],[16.0088,56.60223],[16.0305,56.61252],[16.03481,56.60405],[16.09581,56.58161],[16.10527,56.5926],[16.09186,56.60378],[16.06201,56.61794],[16.05658,56.62489]],[[16.07969,56.70056],[16.08149,56.69566],[16.09534,56.69599],[16.12877,56.67766],[16.15172,56.67843],[16.15712,56.69334],[16.15268,56.70297],[16.13274,56.71254],[16.10987,56.71964],[16.08638,56.7112],[16.07969,56.70056]],[[16.2862,56.7761],[16.3108,56.77696],[16.3118,56.78086],[16.30364,56.78883],[16.29836,56.79102],[16.28796,56.7883],[16.27727,56.78367],[16.27623,56.77952],[16.2862,56.7761]],[[16.23945,56.66991],[16.2266,56.6624],[16.21411,56.64972],[16.20686,56.63637],[16.22098,56.62389],[16.2453,56.62467],[16.26751,56.62951],[16.28724,56.63831],[16.37871,56.65462],[16.38806,56.6897],[16.38664,56.72867],[16.31586,56.72879],[16.29956,56.7219],[16.29331,56.70021],[16.26799,56.66889],[16.23945,56.66991]],[[16.46612,56.76711],[16.4833,56.76986],[16.48817,56.79067],[16.4608,56.78944],[16.39207,56.79339],[16.39325,56.77349],[16.40554,56.77214],[16.43178,56.77663],[16.43173,56.77309],[16.45409,56.76774],[16.46612,56.76711]],[[16.36692,56.78706],[16.37105,56.79153],[16.36978,56.80511],[16.35645,56.8133],[16.3416,56.81756],[16.32773,56.7973],[16.36692,56.78706]]],"terms_url":"http://data-kalmar.opendata.arcgis.com/","terms_text":"© Kalmar municipality","best":true,"description":"Orthophotos for urban areas of the municipality of Kalmar 2018","icon":"https://upload.wikimedia.org/wikipedia/commons/c/c8/Kalmar_vapen.svg"},{"id":"kalmar-orto-2020","name":"Kalmar Urban Orthophoto 2020","type":"wms","template":"https://karta.kalmar.se/ims/services/Ortofoto/Kalmar_2020/ImageServer/WMSServer?LAYERS=Kalmar_2020:RGB_2020&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[16.38637,56.48818],[16.38637,56.7852],[16.07463,56.7852],[16.07463,56.48818],[16.38637,56.48818]]],"terms_url":"http://data-kalmar.opendata.arcgis.com/","terms_text":"© Kalmar municipality","best":true,"description":"Orthophotos for urban areas of the municipality of Kalmar 2020","icon":"https://upload.wikimedia.org/wikipedia/commons/c/c8/Kalmar_vapen.svg"},{"id":"Kansas_NG911_2014","name":"Kansas NG911 Orthoimagery (2014)","type":"wms","template":"https://services.kansasgis.org/arcgis7/rest/services/IMAGERY_STATEWIDE/Kansas_HRO_2014_Color/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-102.06762,40.06783],[-102.06732,36.93037],[-100.62412,36.96251],[-100.62447,36.99871],[-99.69063,36.99762],[-99.67484,36.93672],[-94.52637,36.91422],[-94.5589,39.19129],[-94.74524,39.19062],[-94.74678,39.25379],[-94.80789,39.25299],[-94.80892,39.3165],[-94.87003,39.31544],[-94.87209,39.43898],[-94.93166,39.43778],[-94.93423,39.50152],[-95.00002,39.50318],[-94.99483,39.625],[-94.93209,39.62334],[-94.93372,39.68387],[-94.80703,39.68473],[-94.81098,39.81632],[-94.87209,39.81526],[-94.87227,39.94173],[-95.06813,39.94028],[-95.06641,39.87905],[-95.1198,39.878],[-95.12169,39.94146],[-95.18177,39.94041],[-95.18332,40.00132],[-95.24975,40.0029],[-95.24666,40.06651],[-102.06762,40.06783]]],"terms_url":"https://www.kansas911.org/","terms_text":"Kansas 911 Coordinating Council","description":"The 2014 orthoimagery for the State of Kansas provided by Kansas 911 Coordinating Council","icon":"https://www.kansas911.org/wp-content/uploads/2022/03/10TH_Anniversary_Logo_RGB.png"},{"id":"Kansas_NG911_2018","name":"Kansas NG911 Orthoimagery (2018)","type":"wms","template":"https://services.kansasgis.org/arcgis7/rest/services/IMAGERY_STATEWIDE/NG911_Imagery_2018_SID/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-102.06762,40.06783],[-102.06732,36.93037],[-100.62412,36.96251],[-100.62447,36.99871],[-99.69063,36.99762],[-99.67484,36.93672],[-94.52637,36.91422],[-94.5589,39.19129],[-94.74524,39.19062],[-94.74678,39.25379],[-94.80789,39.25299],[-94.80892,39.3165],[-94.87003,39.31544],[-94.87209,39.43898],[-94.93166,39.43778],[-94.93423,39.50152],[-95.00002,39.50318],[-94.99483,39.625],[-94.93209,39.62334],[-94.93372,39.68387],[-94.80703,39.68473],[-94.81098,39.81632],[-94.87209,39.81526],[-94.87227,39.94173],[-95.06813,39.94028],[-95.06641,39.87905],[-95.1198,39.878],[-95.12169,39.94146],[-95.18177,39.94041],[-95.18332,40.00132],[-95.24975,40.0029],[-95.24666,40.06651],[-102.06762,40.06783]]],"terms_url":"https://www.kansas911.org/","terms_text":"Kansas 911 Coordinating Council","description":"The 2018 orthoimagery for the State of Kansas provided by Kansas 911 Coordinating Council","icon":"https://www.kansas911.org/wp-content/uploads/2022/03/10TH_Anniversary_Logo_RGB.png"},{"id":"Kansas_NG911_2021","name":"Kansas NG911 Orthoimagery (2021)","type":"wms","template":"https://services.kansasgis.org/arcgis7/rest/services/IMAGERY_STATEWIDE/NG911_Imagery_2021/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-102.06762,40.06783],[-102.06732,36.93037],[-100.62412,36.96251],[-100.62447,36.99871],[-99.69063,36.99762],[-99.67484,36.93672],[-94.52637,36.91422],[-94.5589,39.19129],[-94.74524,39.19062],[-94.74678,39.25379],[-94.80789,39.25299],[-94.80892,39.3165],[-94.87003,39.31544],[-94.87209,39.43898],[-94.93166,39.43778],[-94.93423,39.50152],[-95.00002,39.50318],[-94.99483,39.625],[-94.93209,39.62334],[-94.93372,39.68387],[-94.80703,39.68473],[-94.81098,39.81632],[-94.87209,39.81526],[-94.87227,39.94173],[-95.06813,39.94028],[-95.06641,39.87905],[-95.1198,39.878],[-95.12169,39.94146],[-95.18177,39.94041],[-95.18332,40.00132],[-95.24975,40.0029],[-95.24666,40.06651],[-102.06762,40.06783]]],"terms_url":"https://www.kansas911.org/","terms_text":"Kansas 911 Coordinating Council","description":"The 2021 orthoimagery for the State of Kansas provided by Kansas 911 Coordinating Council","icon":"https://www.kansas911.org/wp-content/uploads/2022/03/10TH_Anniversary_Logo_RGB.png"},{"id":"Aargau-AGIS-2020","name":"Kanton Aargau 20cm (AGIS 2020)","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2020/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[4,20],"polygon":[[[7.70438,47.55794],[7.70452,47.51307],[7.77045,47.51274],[7.77027,47.49026],[7.83665,47.4901],[7.83689,47.51258],[7.86993,47.5125],[7.86987,47.48998],[7.90303,47.48981],[7.90278,47.46729],[7.93607,47.46716],[7.9353,47.39976],[8.00156,47.39928],[8.00097,47.3543],[7.86885,47.35542],[7.86837,47.31017],[7.83543,47.31017],[7.83518,47.28772],[7.80244,47.28791],[7.80153,47.22029],[7.96675,47.21961],[7.96735,47.26462],[8.00003,47.26433],[7.99993,47.21952],[8.06552,47.2192],[8.066,47.24176],[8.09874,47.24135],[8.09886,47.21912],[8.23075,47.21822],[8.23141,47.26316],[8.26446,47.26297],[8.2641,47.24046],[8.29714,47.24022],[8.2964,47.19526],[8.3294,47.19502],[8.3285,47.14529],[8.32833,47.13007],[8.32937,47.13007],[8.3293,47.12753],[8.42714,47.12676],[8.42997,47.28421],[8.46327,47.28387],[8.46434,47.35128],[8.43125,47.3516],[8.43206,47.39654],[8.46515,47.39647],[8.46558,47.4187],[8.39939,47.41929],[8.40042,47.48666],[8.3675,47.48698],[8.3678,47.50959],[8.40096,47.50926],[8.40144,47.53162],[8.43454,47.53133],[8.43564,47.59877],[8.36943,47.59931],[8.36913,47.57694],[8.33585,47.5771],[8.3362,47.59927],[8.30305,47.59988],[8.30311,47.62235],[8.17036,47.6235],[8.17011,47.60086],[8.10387,47.60112],[8.10313,47.57881],[8.03681,47.57928],[8.0364,47.55665],[8.00338,47.55687],[8.00374,47.57917],[7.93703,47.57962],[7.93713,47.60217],[7.80433,47.60248],[7.80408,47.58017],[7.77103,47.58025],[7.77076,47.55772],[7.70438,47.55794]]],"terms_text":"AGIS OF2020","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Aargau-AGIS-2021","name":"Kanton Aargau 20cm (AGIS 2021)","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2021/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[4,20],"polygon":[[[7.70438,47.55794],[7.70452,47.51307],[7.77045,47.51274],[7.77027,47.49026],[7.83665,47.4901],[7.83689,47.51258],[7.86993,47.5125],[7.86987,47.48998],[7.90303,47.48981],[7.90278,47.46729],[7.93607,47.46716],[7.9353,47.39976],[8.00156,47.39928],[8.00097,47.3543],[7.86885,47.35542],[7.86837,47.31017],[7.83543,47.31017],[7.83518,47.28772],[7.80244,47.28791],[7.80153,47.22029],[7.96675,47.21961],[7.96735,47.26462],[8.00003,47.26433],[7.99993,47.21952],[8.06552,47.2192],[8.066,47.24176],[8.09874,47.24135],[8.09886,47.21912],[8.23075,47.21822],[8.23141,47.26316],[8.26446,47.26297],[8.2641,47.24046],[8.29714,47.24022],[8.2964,47.19526],[8.3294,47.19502],[8.3285,47.14529],[8.32833,47.13007],[8.32937,47.13007],[8.3293,47.12753],[8.42714,47.12676],[8.42997,47.28421],[8.46327,47.28387],[8.46434,47.35128],[8.43125,47.3516],[8.43206,47.39654],[8.46515,47.39647],[8.46558,47.4187],[8.39939,47.41929],[8.40042,47.48666],[8.3675,47.48698],[8.3678,47.50959],[8.40096,47.50926],[8.40144,47.53162],[8.43454,47.53133],[8.43564,47.59877],[8.36943,47.59931],[8.36913,47.57694],[8.33585,47.5771],[8.3362,47.59927],[8.30305,47.59988],[8.30311,47.62235],[8.17036,47.6235],[8.17011,47.60086],[8.10387,47.60112],[8.10313,47.57881],[8.03681,47.57928],[8.0364,47.55665],[8.00338,47.55687],[8.00374,47.57917],[7.93703,47.57962],[7.93713,47.60217],[7.80433,47.60248],[7.80408,47.58017],[7.77103,47.58025],[7.77076,47.55772],[7.70438,47.55794]]],"terms_text":"AGIS OF2021","description":"This imagery is provided via a proxy operated by https://sosm.ch/, it was recorded early in the year with minimum foilage"},{"id":"Aargau-AGIS-2022","name":"Kanton Aargau 20cm (AGIS 2022)","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2022/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[4,20],"polygon":[[[7.70438,47.55794],[7.70452,47.51307],[7.77045,47.51274],[7.77027,47.49026],[7.83665,47.4901],[7.83689,47.51258],[7.86993,47.5125],[7.86987,47.48998],[7.90303,47.48981],[7.90278,47.46729],[7.93607,47.46716],[7.9353,47.39976],[8.00156,47.39928],[8.00097,47.3543],[7.86885,47.35542],[7.86837,47.31017],[7.83543,47.31017],[7.83518,47.28772],[7.80244,47.28791],[7.80153,47.22029],[7.96675,47.21961],[7.96735,47.26462],[8.00003,47.26433],[7.99993,47.21952],[8.06552,47.2192],[8.066,47.24176],[8.09874,47.24135],[8.09886,47.21912],[8.23075,47.21822],[8.23141,47.26316],[8.26446,47.26297],[8.2641,47.24046],[8.29714,47.24022],[8.2964,47.19526],[8.3294,47.19502],[8.3285,47.14529],[8.32833,47.13007],[8.32937,47.13007],[8.3293,47.12753],[8.42714,47.12676],[8.42997,47.28421],[8.46327,47.28387],[8.46434,47.35128],[8.43125,47.3516],[8.43206,47.39654],[8.46515,47.39647],[8.46558,47.4187],[8.39939,47.41929],[8.40042,47.48666],[8.3675,47.48698],[8.3678,47.50959],[8.40096,47.50926],[8.40144,47.53162],[8.43454,47.53133],[8.43564,47.59877],[8.36943,47.59931],[8.36913,47.57694],[8.33585,47.5771],[8.3362,47.59927],[8.30305,47.59988],[8.30311,47.62235],[8.17036,47.6235],[8.17011,47.60086],[8.10387,47.60112],[8.10313,47.57881],[8.03681,47.57928],[8.0364,47.55665],[8.00338,47.55687],[8.00374,47.57917],[7.93703,47.57962],[7.93713,47.60217],[7.80433,47.60248],[7.80408,47.58017],[7.77103,47.58025],[7.77076,47.55772],[7.70438,47.55794]]],"terms_text":"AGIS OF2022","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Aargau-AGIS-2023","name":"Kanton Aargau 20cm (AGIS 2023)","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2023/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[4,20],"polygon":[[[7.70438,47.55794],[7.70452,47.51307],[7.77045,47.51274],[7.77027,47.49026],[7.83665,47.4901],[7.83689,47.51258],[7.86993,47.5125],[7.86987,47.48998],[7.90303,47.48981],[7.90278,47.46729],[7.93607,47.46716],[7.9353,47.39976],[8.00156,47.39928],[8.00097,47.3543],[7.86885,47.35542],[7.86837,47.31017],[7.83543,47.31017],[7.83518,47.28772],[7.80244,47.28791],[7.80153,47.22029],[7.96675,47.21961],[7.96735,47.26462],[8.00003,47.26433],[7.99993,47.21952],[8.06552,47.2192],[8.066,47.24176],[8.09874,47.24135],[8.09886,47.21912],[8.23075,47.21822],[8.23141,47.26316],[8.26446,47.26297],[8.2641,47.24046],[8.29714,47.24022],[8.2964,47.19526],[8.3294,47.19502],[8.3285,47.14529],[8.32833,47.13007],[8.32937,47.13007],[8.3293,47.12753],[8.42714,47.12676],[8.42997,47.28421],[8.46327,47.28387],[8.46434,47.35128],[8.43125,47.3516],[8.43206,47.39654],[8.46515,47.39647],[8.46558,47.4187],[8.39939,47.41929],[8.40042,47.48666],[8.3675,47.48698],[8.3678,47.50959],[8.40096,47.50926],[8.40144,47.53162],[8.43454,47.53133],[8.43564,47.59877],[8.36943,47.59931],[8.36913,47.57694],[8.33585,47.5771],[8.3362,47.59927],[8.30305,47.59988],[8.30311,47.62235],[8.17036,47.6235],[8.17011,47.60086],[8.10387,47.60112],[8.10313,47.57881],[8.03681,47.57928],[8.0364,47.55665],[8.00338,47.55687],[8.00374,47.57917],[7.93703,47.57962],[7.93713,47.60217],[7.80433,47.60248],[7.80408,47.58017],[7.77103,47.58025],[7.77076,47.55772],[7.70438,47.55794]]],"terms_text":"AGIS OF2023","best":true,"description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Aargau-AGIS-2014","name":"Kanton Aargau 25cm (AGIS 2014)","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2014/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[8,19],"polygon":[[[8.09602,47.57882],[8.09484,47.57587],[8.09395,47.56809],[8.09259,47.56559],[8.08791,47.56298],[8.08522,47.56281],[8.08182,47.56436],[8.07739,47.56795],[8.07242,47.56973],[8.06693,47.57002],[8.0622,47.56895],[8.05931,47.56921],[8.05454,47.56798],[8.0485,47.56333],[8.04254,47.56028],[8.03799,47.55876],[8.0262,47.55741],[8.02046,47.55574],[8.01641,47.55701],[8.01114,47.55974],[8.0045,47.56137],[7.99718,47.56212],[7.98624,47.56094],[7.97833,47.56057],[7.97203,47.5612],[7.96577,47.56272],[7.96003,47.56333],[7.95394,47.56229],[7.94841,47.55979],[7.94458,47.55589],[7.94356,47.55052],[7.94326,47.54968],[7.9405,47.55078],[7.93471,47.55221],[7.92552,47.55227],[7.92126,47.55261],[7.91841,47.55405],[7.91577,47.55715],[7.9156,47.56008],[7.91875,47.56433],[7.91956,47.56772],[7.91867,47.57194],[7.91386,47.57923],[7.90833,47.58514],[7.90109,47.58976],[7.89343,47.59301],[7.88535,47.59424],[7.87726,47.59367],[7.87126,47.5943],[7.86488,47.59393],[7.85624,47.59189],[7.84875,47.58899],[7.84305,47.58778],[7.83952,47.59045],[7.83645,47.59163],[7.82211,47.59352],[7.81577,47.59218],[7.81173,47.58954],[7.80611,47.57989],[7.80492,47.57237],[7.79398,47.56634],[7.7902,47.5616],[7.78577,47.55982],[7.78007,47.55836],[7.77168,47.55761],[7.76654,47.55615],[7.75428,47.55339],[7.749,47.54977],[7.72245,47.54756],[7.71415,47.54627],[7.70696,47.54279],[7.70551,47.53917],[7.70764,47.5344],[7.71262,47.53095],[7.71985,47.52978],[7.72781,47.52719],[7.73368,47.52291],[7.74781,47.51957],[7.75266,47.52009],[7.75905,47.52003],[7.77045,47.51802],[7.77969,47.51529],[7.77977,47.51265],[7.78109,47.51018],[7.78088,47.5073],[7.78203,47.50368],[7.78386,47.5004],[7.7796,47.496],[7.77871,47.49304],[7.77977,47.49028],[7.80049,47.49014],[7.80403,47.49146],[7.80645,47.4914],[7.81181,47.49261],[7.81475,47.49491],[7.82049,47.5004],[7.82522,47.50354],[7.82981,47.50552],[7.83156,47.50765],[7.83352,47.50949],[7.83679,47.51049],[7.83688,47.51256],[7.83943,47.51259],[7.84015,47.51587],[7.8413,47.52406],[7.84148,47.52777],[7.84647,47.52714],[7.85183,47.5285],[7.8549,47.52474],[7.85625,47.52147],[7.8558,47.51854],[7.85851,47.51543],[7.86435,47.51245],[7.87006,47.51239],[7.86994,47.50944],[7.87403,47.50787],[7.87999,47.50397],[7.88631,47.5023],[7.8878,47.49931],[7.89086,47.49765],[7.8918,47.49405],[7.8969,47.4898],[7.90295,47.48965],[7.90316,47.47967],[7.90903,47.47947],[7.91571,47.47743],[7.92469,47.47717],[7.9318,47.47605],[7.93631,47.47625],[7.93588,47.45738],[7.94039,47.45669],[7.94678,47.45755],[7.94818,47.4566],[7.94861,47.4539],[7.95129,47.45111],[7.97431,47.44368],[7.97614,47.44138],[7.97567,47.43732],[7.97746,47.43254],[7.96274,47.42828],[7.95746,47.42621],[7.95593,47.42402],[7.95529,47.4218],[7.95695,47.41893],[7.96963,47.41383],[7.9732,47.41127],[7.98027,47.4081],[7.98418,47.40839],[7.98776,47.40637],[7.99261,47.40551],[7.99801,47.40453],[8.00023,47.40306],[8.00155,47.39998],[8.00163,47.39479],[8.00367,47.39205],[8.00772,47.39012],[8.01265,47.38897],[8.01606,47.38929],[8.02078,47.38857],[8.02282,47.38286],[8.02193,47.38093],[8.02172,47.37837],[8.02023,47.37598],[8.0198,47.37376],[8.01912,47.37157],[8.01746,47.36926],[8.01125,47.36598],[8.00976,47.36419],[8.00418,47.36044],[8.00261,47.3577],[8.00137,47.3569],[8.00116,47.35081],[7.99733,47.34859],[7.99601,47.34588],[7.99635,47.34257],[7.99784,47.34017],[7.99248,47.33827],[7.98954,47.33818],[7.98563,47.33692],[7.98333,47.33432],[7.97308,47.33017],[7.96993,47.32797],[7.95571,47.32535],[7.95691,47.32968],[7.95593,47.33317],[7.95431,47.33596],[7.94929,47.33784],[7.93839,47.33792],[7.92401,47.33899],[7.91699,47.34303],[7.91618,47.34456],[7.91359,47.34626],[7.90963,47.34735],[7.90635,47.34704],[7.90222,47.34557],[7.90005,47.3432],[7.9001,47.34156],[7.8978,47.34014],[7.8915,47.33262],[7.88907,47.3287],[7.88805,47.32443],[7.88886,47.32131],[7.88588,47.31941],[7.88337,47.31667],[7.88082,47.31716],[7.87631,47.31736],[7.87018,47.31672],[7.86422,47.31349],[7.86065,47.31254],[7.85571,47.31032],[7.8529,47.30741],[7.85137,47.30299],[7.84763,47.2982],[7.84588,47.29427],[7.84201,47.29067],[7.84005,47.2872],[7.83707,47.28342],[7.83592,47.27837],[7.82805,47.2721],[7.82439,47.27158],[7.81958,47.26982],[7.8175,47.26731],[7.81686,47.26486],[7.81912,47.26154],[7.8192,47.26058],[7.82112,47.25778],[7.82116,47.2568],[7.81988,47.25587],[7.81835,47.25371],[7.81822,47.25082],[7.81771,47.24917],[7.81822,47.24562],[7.82014,47.24264],[7.82129,47.24042],[7.82431,47.23831],[7.82707,47.23505],[7.83082,47.23259],[7.83584,47.22976],[7.83958,47.22947],[7.85137,47.22713],[7.85478,47.22719],[7.8695,47.23207],[7.89793,47.2377],[7.90784,47.23837],[7.9178,47.23305],[7.9298,47.23077],[7.93405,47.23051],[7.93733,47.23106],[7.94469,47.236],[7.95112,47.23918],[7.95963,47.24582],[7.96695,47.25001],[7.96699,47.25879],[7.96576,47.26171],[7.96274,47.26396],[7.9601,47.26748],[7.95861,47.27112],[7.96737,47.27098],[7.96857,47.27008],[7.97278,47.26907],[7.98993,47.27121],[7.99474,47.27369],[7.99627,47.27271],[7.99759,47.26789],[8.00052,47.26486],[8.00299,47.26162],[8.00712,47.25922],[8.0084,47.25769],[8.00857,47.25042],[8.00783,47.24821],[8.00791,47.24312],[8.00927,47.24116],[8.01139,47.23967],[8.02714,47.23534],[8.0322,47.23555],[8.03575,47.23747],[8.04857,47.23886],[8.05134,47.23865],[8.06325,47.24098],[8.06854,47.24284],[8.0769,47.25054],[8.07995,47.25246],[8.08323,47.25405],[8.08485,47.25583],[8.08852,47.2569],[8.09339,47.25567],[8.09797,47.25069],[8.09766,47.2493],[8.09983,47.24436],[8.10266,47.24113],[8.10675,47.23945],[8.11614,47.23872],[8.1218,47.23631],[8.12673,47.23606],[8.13558,47.23941],[8.13823,47.24166],[8.14635,47.24203],[8.14798,47.241],[8.14822,47.23647],[8.15171,47.2332],[8.15351,47.2294],[8.16085,47.22405],[8.16543,47.22315],[8.16976,47.21865],[8.19149,47.21861],[8.19762,47.22065],[8.20689,47.22053],[8.21117,47.22266],[8.21285,47.22548],[8.21123,47.23246],[8.21309,47.23602],[8.21363,47.24203],[8.21526,47.24431],[8.222,47.24713],[8.22663,47.24942],[8.2309,47.25931],[8.23145,47.26278],[8.23452,47.26727],[8.24095,47.26678],[8.24559,47.26715],[8.24956,47.27017],[8.2501,47.27348],[8.25034,47.27548],[8.25317,47.27678],[8.25576,47.27887],[8.25793,47.27781],[8.2616,47.27695],[8.26533,47.27719],[8.26749,47.27593],[8.27273,47.27531],[8.27718,47.27576],[8.2823,47.27478],[8.28838,47.26964],[8.28723,47.26805],[8.28627,47.26519],[8.28766,47.26143],[8.28814,47.25869],[8.29187,47.25293],[8.29554,47.24836],[8.30144,47.24677],[8.30378,47.24366],[8.30607,47.23949],[8.30595,47.23582],[8.30727,47.2321],[8.30715,47.23042],[8.30932,47.22646],[8.30884,47.22433],[8.31221,47.2198],[8.31107,47.21857],[8.31089,47.2153],[8.31413,47.21178],[8.31835,47.21043],[8.32196,47.20115],[8.32148,47.19854],[8.32292,47.19514],[8.32936,47.19494],[8.32924,47.18786],[8.33002,47.18717],[8.33062,47.17792],[8.33261,47.17351],[8.33315,47.17154],[8.3373,47.16896],[8.33935,47.16512],[8.34086,47.16164],[8.34561,47.15923],[8.34772,47.15669],[8.3503,47.15419],[8.3506,47.15161],[8.35331,47.14916],[8.35409,47.14564],[8.35656,47.14228],[8.368,47.13876],[8.36908,47.13659],[8.37245,47.13442],[8.37895,47.13385],[8.38437,47.1345],[8.39532,47.1327],[8.40116,47.13258],[8.40386,47.13201],[8.40898,47.13274],[8.41584,47.13524],[8.42053,47.13954],[8.42276,47.14392],[8.42246,47.14838],[8.42011,47.15325],[8.42294,47.15747],[8.42294,47.16553],[8.41915,47.17563],[8.41518,47.17915],[8.4091,47.1812],[8.40814,47.18475],[8.4088,47.18799],[8.41271,47.1924],[8.41319,47.19678],[8.41012,47.20258],[8.40844,47.20945],[8.40928,47.21326],[8.40856,47.21718],[8.40398,47.22127],[8.40296,47.2256],[8.40435,47.22797],[8.4106,47.23226],[8.41373,47.23565],[8.4144,47.23904],[8.41801,47.24305],[8.41885,47.2475],[8.41698,47.25142],[8.41109,47.25608],[8.41235,47.25873],[8.41235,47.2618],[8.40892,47.26613],[8.41066,47.2716],[8.40862,47.27593],[8.40188,47.2805],[8.4035,47.28409],[8.41024,47.28728],[8.41656,47.28789],[8.42318,47.29001],[8.42806,47.29397],[8.43311,47.29593],[8.43624,47.29817],[8.44021,47.30948],[8.44713,47.31217],[8.44918,47.31495],[8.45556,47.32005],[8.45797,47.32457],[8.46043,47.32829],[8.46278,47.33322],[8.46212,47.33649],[8.45761,47.33975],[8.45213,47.3402],[8.44527,47.33746],[8.44328,47.33506],[8.43763,47.33281],[8.4351,47.33192],[8.42914,47.33286],[8.42421,47.33163],[8.42469,47.33718],[8.42264,47.34052],[8.41885,47.34244],[8.41476,47.3448],[8.41367,47.34688],[8.41355,47.34913],[8.41632,47.35231],[8.41722,47.35573],[8.41494,47.35912],[8.4144,47.36327],[8.41584,47.36539],[8.4159,47.37016],[8.41379,47.37338],[8.40844,47.37575],[8.40483,47.37905],[8.40314,47.38304],[8.4035,47.38553],[8.4029,47.38903],[8.40483,47.39392],[8.40362,47.39685],[8.44858,47.39649],[8.45369,47.40451],[8.45369,47.41233],[8.449,47.41897],[8.39953,47.41954],[8.39959,47.42463],[8.39568,47.42854],[8.39369,47.43143],[8.39249,47.43411],[8.39339,47.4359],[8.39213,47.43924],[8.39111,47.4416],[8.38996,47.44339],[8.3896,47.44449],[8.39171,47.44535],[8.39418,47.44722],[8.39514,47.45031],[8.39315,47.45349],[8.39171,47.45743],[8.38671,47.46097],[8.38238,47.46423],[8.37787,47.46496],[8.37751,47.4659],[8.37943,47.46643],[8.38244,47.46879],[8.38328,47.47192],[8.38184,47.47521],[8.38196,47.48188],[8.37889,47.4853],[8.3751,47.48689],[8.36739,47.48709],[8.36776,47.50953],[8.38366,47.50944],[8.38551,47.51075],[8.38809,47.5146],[8.38877,47.52014],[8.39085,47.51973],[8.39385,47.51988],[8.39666,47.52082],[8.39936,47.5222],[8.40124,47.52443],[8.40143,47.53169],[8.41117,47.53158],[8.41185,47.53237],[8.41241,47.53415],[8.41194,47.53626],[8.41283,47.5372],[8.4139,47.53924],[8.41551,47.54062],[8.41832,47.54049],[8.421,47.54106],[8.4233,47.5422],[8.425,47.54418],[8.42539,47.54679],[8.42434,47.54836],[8.42492,47.54981],[8.4246,47.5517],[8.42296,47.5537],[8.42353,47.55469],[8.42498,47.55624],[8.4259,47.55854],[8.42575,47.56121],[8.4286,47.56217],[8.4319,47.56444],[8.43353,47.56669],[8.4336,47.56849],[8.43275,47.57035],[8.43039,47.57228],[8.42381,47.57452],[8.418,47.57602],[8.41158,47.57928],[8.40432,47.58158],[8.40013,47.58255],[8.39611,47.58247],[8.39232,47.58174],[8.38879,47.58027],[8.38387,47.57686],[8.38194,47.57496],[8.38002,47.57233],[8.37207,47.57377],[8.36475,47.57436],[8.35962,47.57552],[8.34702,47.57628],[8.33902,47.57577],[8.33219,47.57604],[8.32864,47.57716],[8.32598,47.57888],[8.32049,47.58436],[8.31655,47.58713],[8.31236,47.58917],[8.30791,47.59019],[8.30591,47.59109],[8.30438,47.59227],[8.30287,47.59447],[8.30311,47.60977],[8.29947,47.61221],[8.29421,47.61442],[8.28772,47.61626],[8.28106,47.61707],[8.27579,47.61702],[8.26902,47.61531],[8.26732,47.61769],[8.26491,47.61935],[8.26104,47.62069],[8.25708,47.6208],[8.25066,47.61988],[8.24749,47.61877],[8.24351,47.61783],[8.24,47.61835],[8.23657,47.61803],[8.23261,47.61686],[8.23008,47.61501],[8.22959,47.61621],[8.22849,47.61842],[8.22561,47.6212],[8.22261,47.623],[8.19212,47.62321],[8.18953,47.62151],[8.18498,47.6176],[8.18304,47.61489],[8.18153,47.6118],[8.17912,47.60868],[8.17608,47.60838],[8.17087,47.60673],[8.16653,47.60399],[8.16438,47.60148],[8.16255,47.59976],[8.16119,47.59914],[8.15751,47.60063],[8.15438,47.60127],[8.14961,47.60144],[8.14534,47.60076],[8.14161,47.59939],[8.13831,47.59698],[8.13506,47.59546],[8.132,47.59358],[8.13023,47.59122],[8.12959,47.58888],[8.12546,47.58873],[8.12168,47.58916],[8.11589,47.5893],[8.11019,47.58878],[8.10591,47.58732],[8.10323,47.58583],[8.10323,47.57879],[8.09602,47.57882]]],"terms_text":"AGIS OF2014","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Aargau-AGIS-2016","name":"Kanton Aargau 25cm (AGIS 2016)","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2016/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[8,19],"polygon":[[[7.70438,47.55794],[7.70452,47.51307],[7.77045,47.51274],[7.77027,47.49026],[7.83665,47.4901],[7.83689,47.51258],[7.86993,47.5125],[7.86987,47.48998],[7.90303,47.48981],[7.90278,47.46729],[7.93607,47.46716],[7.9353,47.39976],[8.00156,47.39928],[8.00097,47.3543],[7.86885,47.35542],[7.86837,47.31017],[7.83543,47.31017],[7.83518,47.28772],[7.80244,47.28791],[7.80153,47.22029],[7.96675,47.21961],[7.96735,47.26462],[8.00003,47.26433],[7.99993,47.21952],[8.06552,47.2192],[8.066,47.24176],[8.09874,47.24135],[8.09886,47.21912],[8.23075,47.21822],[8.23141,47.26316],[8.26446,47.26297],[8.2641,47.24046],[8.29714,47.24022],[8.2964,47.19526],[8.3294,47.19502],[8.3285,47.14529],[8.32833,47.13007],[8.32937,47.13007],[8.3293,47.12753],[8.42714,47.12676],[8.42997,47.28421],[8.46327,47.28387],[8.46434,47.35128],[8.43125,47.3516],[8.43206,47.39654],[8.46515,47.39647],[8.46558,47.4187],[8.39939,47.41929],[8.40042,47.48666],[8.3675,47.48698],[8.3678,47.50959],[8.40096,47.50926],[8.40144,47.53162],[8.43454,47.53133],[8.43564,47.59877],[8.36943,47.59931],[8.36913,47.57694],[8.33585,47.5771],[8.3362,47.59927],[8.30305,47.59988],[8.30311,47.62235],[8.17036,47.6235],[8.17011,47.60086],[8.10387,47.60112],[8.10313,47.57881],[8.03681,47.57928],[8.0364,47.55665],[8.00338,47.55687],[8.00374,47.57917],[7.93703,47.57962],[7.93713,47.60217],[7.80433,47.60248],[7.80408,47.58017],[7.77103,47.58025],[7.77076,47.55772],[7.70438,47.55794]]],"terms_text":"AGIS OF2016","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Aargau-AGIS-2017","name":"Kanton Aargau 25cm (AGIS 2017)","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2017/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[2,19],"polygon":[[[7.70438,47.55794],[7.70452,47.51307],[7.77045,47.51274],[7.77027,47.49026],[7.83665,47.4901],[7.83689,47.51258],[7.86993,47.5125],[7.86987,47.48998],[7.90303,47.48981],[7.90278,47.46729],[7.93607,47.46716],[7.9353,47.39976],[8.00156,47.39928],[8.00097,47.3543],[7.86885,47.35542],[7.86837,47.31017],[7.83543,47.31017],[7.83518,47.28772],[7.80244,47.28791],[7.80153,47.22029],[7.96675,47.21961],[7.96735,47.26462],[8.00003,47.26433],[7.99993,47.21952],[8.06552,47.2192],[8.066,47.24176],[8.09874,47.24135],[8.09886,47.21912],[8.23075,47.21822],[8.23141,47.26316],[8.26446,47.26297],[8.2641,47.24046],[8.29714,47.24022],[8.2964,47.19526],[8.3294,47.19502],[8.3285,47.14529],[8.32833,47.13007],[8.32937,47.13007],[8.3293,47.12753],[8.42714,47.12676],[8.42997,47.28421],[8.46327,47.28387],[8.46434,47.35128],[8.43125,47.3516],[8.43206,47.39654],[8.46515,47.39647],[8.46558,47.4187],[8.39939,47.41929],[8.40042,47.48666],[8.3675,47.48698],[8.3678,47.50959],[8.40096,47.50926],[8.40144,47.53162],[8.43454,47.53133],[8.43564,47.59877],[8.36943,47.59931],[8.36913,47.57694],[8.33585,47.5771],[8.3362,47.59927],[8.30305,47.59988],[8.30311,47.62235],[8.17036,47.6235],[8.17011,47.60086],[8.10387,47.60112],[8.10313,47.57881],[8.03681,47.57928],[8.0364,47.55665],[8.00338,47.55687],[8.00374,47.57917],[7.93703,47.57962],[7.93713,47.60217],[7.80433,47.60248],[7.80408,47.58017],[7.77103,47.58025],[7.77076,47.55772],[7.70438,47.55794]]],"terms_text":"AGIS OF2017","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Aargau-AGIS-2019","name":"Kanton Aargau 25cm (AGIS 2019)","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2019/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[4,19],"polygon":[[[7.70438,47.55794],[7.70452,47.51307],[7.77045,47.51274],[7.77027,47.49026],[7.83665,47.4901],[7.83689,47.51258],[7.86993,47.5125],[7.86987,47.48998],[7.90303,47.48981],[7.90278,47.46729],[7.93607,47.46716],[7.9353,47.39976],[8.00156,47.39928],[8.00097,47.3543],[7.86885,47.35542],[7.86837,47.31017],[7.83543,47.31017],[7.83518,47.28772],[7.80244,47.28791],[7.80153,47.22029],[7.96675,47.21961],[7.96735,47.26462],[8.00003,47.26433],[7.99993,47.21952],[8.06552,47.2192],[8.066,47.24176],[8.09874,47.24135],[8.09886,47.21912],[8.23075,47.21822],[8.23141,47.26316],[8.26446,47.26297],[8.2641,47.24046],[8.29714,47.24022],[8.2964,47.19526],[8.3294,47.19502],[8.3285,47.14529],[8.32833,47.13007],[8.32937,47.13007],[8.3293,47.12753],[8.42714,47.12676],[8.42997,47.28421],[8.46327,47.28387],[8.46434,47.35128],[8.43125,47.3516],[8.43206,47.39654],[8.46515,47.39647],[8.46558,47.4187],[8.39939,47.41929],[8.40042,47.48666],[8.3675,47.48698],[8.3678,47.50959],[8.40096,47.50926],[8.40144,47.53162],[8.43454,47.53133],[8.43564,47.59877],[8.36943,47.59931],[8.36913,47.57694],[8.33585,47.5771],[8.3362,47.59927],[8.30305,47.59988],[8.30311,47.62235],[8.17036,47.6235],[8.17011,47.60086],[8.10387,47.60112],[8.10313,47.57881],[8.03681,47.57928],[8.0364,47.55665],[8.00338,47.55687],[8.00374,47.57917],[7.93703,47.57962],[7.93713,47.60217],[7.80433,47.60248],[7.80408,47.58017],[7.77103,47.58025],[7.77076,47.55772],[7.70438,47.55794]]],"terms_text":"AGIS OF2019","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Aargau-AGIS-2014-Hillshade","name":"Kanton Aargau 50cm DTM/Hillshade","type":"tms","template":"https://mapproxy.osm.ch/tiles/AGIS2014HILLSHADE/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"elevation","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[2,19],"polygon":[[[7.70438,47.55794],[7.70452,47.51307],[7.77045,47.51274],[7.77027,47.49026],[7.83665,47.4901],[7.83689,47.51258],[7.86993,47.5125],[7.86987,47.48998],[7.90303,47.48981],[7.90278,47.46729],[7.93607,47.46716],[7.9353,47.39976],[8.00156,47.39928],[8.00097,47.3543],[7.86885,47.35542],[7.86837,47.31017],[7.83543,47.31017],[7.83518,47.28772],[7.80244,47.28791],[7.80153,47.22029],[7.96675,47.21961],[7.96735,47.26462],[8.00003,47.26433],[7.99993,47.21952],[8.06552,47.2192],[8.066,47.24176],[8.09874,47.24135],[8.09886,47.21912],[8.23075,47.21822],[8.23141,47.26316],[8.26446,47.26297],[8.2641,47.24046],[8.29714,47.24022],[8.2964,47.19526],[8.3294,47.19502],[8.3285,47.14529],[8.32833,47.13007],[8.32937,47.13007],[8.3293,47.12753],[8.42714,47.12676],[8.42997,47.28421],[8.46327,47.28387],[8.46434,47.35128],[8.43125,47.3516],[8.43206,47.39654],[8.46515,47.39647],[8.46558,47.4187],[8.39939,47.41929],[8.40042,47.48666],[8.3675,47.48698],[8.3678,47.50959],[8.40096,47.50926],[8.40144,47.53162],[8.43454,47.53133],[8.43564,47.59877],[8.36943,47.59931],[8.36913,47.57694],[8.33585,47.5771],[8.3362,47.59927],[8.30305,47.59988],[8.30311,47.62235],[8.17036,47.6235],[8.17011,47.60086],[8.10387,47.60112],[8.10313,47.57881],[8.03681,47.57928],[8.0364,47.55665],[8.00338,47.55687],[8.00374,47.57917],[7.93703,47.57962],[7.93713,47.60217],[7.80433,47.60248],[7.80408,47.58017],[7.77103,47.58025],[7.77076,47.55772],[7.70438,47.55794]]],"terms_text":"AGIS 2014 50cm DTM/Hillshade","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Basel-Landschaft-2015","name":"Kanton Basel-Landschaft 10cm (2015)","type":"tms","template":"https://mapproxy.osm.ch/tiles/KTBASELLANDSCHAFT2015/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[17,21],"polygon":[[[7.37028,47.41368],[7.37584,47.41401],[7.37968,47.41281],[7.38405,47.41236],[7.38869,47.40302],[7.39592,47.40338],[7.39894,47.39684],[7.41449,47.3943],[7.41628,47.38479],[7.41169,47.38057],[7.43732,47.38089],[7.44357,47.3889],[7.44131,47.40018],[7.4434,47.40231],[7.44951,47.39976],[7.45002,47.40393],[7.46092,47.40068],[7.46448,47.40251],[7.47747,47.40128],[7.47841,47.39056],[7.49233,47.38523],[7.50226,47.38481],[7.5113,47.38974],[7.51862,47.38822],[7.53117,47.40353],[7.52524,47.41163],[7.58074,47.4147],[7.5683,47.42233],[7.5689,47.4369],[7.57842,47.43491],[7.58121,47.42878],[7.59207,47.43271],[7.6158,47.43275],[7.61646,47.44523],[7.62217,47.46195],[7.62607,47.46291],[7.61887,47.46745],[7.60449,47.47045],[7.60815,47.47521],[7.60563,47.47936],[7.60885,47.48353],[7.6073,47.4894],[7.64097,47.48273],[7.64442,47.48564],[7.65593,47.48739],[7.65051,47.48826],[7.65539,47.49021],[7.64865,47.49183],[7.65217,47.49581],[7.66612,47.49687],[7.66833,47.48635],[7.69976,47.48063],[7.70988,47.46938],[7.69993,47.46191],[7.69883,47.45586],[7.69227,47.45421],[7.68485,47.44784],[7.68297,47.43872],[7.68658,47.43366],[7.6798,47.41751],[7.66405,47.41002],[7.63272,47.41003],[7.63725,47.38607],[7.63331,47.38534],[7.63332,47.38291],[7.63558,47.38059],[7.64176,47.38047],[7.6442,47.36721],[7.70195,47.37245],[7.72791,47.36886],[7.73415,47.35776],[7.75152,47.34433],[7.76642,47.34273],[7.76896,47.33891],[7.78529,47.33788],[7.79356,47.33905],[7.79637,47.35347],[7.80217,47.3611],[7.83055,47.36512],[7.84012,47.37476],[7.86265,47.38198],[7.87881,47.38351],[7.87943,47.38799],[7.86914,47.39551],[7.8777,47.40126],[7.88344,47.4012],[7.88333,47.4061],[7.89022,47.40714],[7.90974,47.39852],[7.93266,47.40527],[7.93672,47.40806],[7.93493,47.41177],[7.94839,47.41627],[7.95504,47.41561],[7.95657,47.41968],[7.96183,47.42183],[7.95003,47.43172],[7.94678,47.44319],[7.95785,47.45128],[7.95761,47.45881],[7.94885,47.46378],[7.94003,47.46202],[7.94702,47.48489],[7.93329,47.48141],[7.90482,47.48491],[7.90477,47.49218],[7.89399,47.50606],[7.87567,47.51319],[7.87666,47.52269],[7.86396,47.51931],[7.86257,47.52692],[7.85233,47.53524],[7.84653,47.53266],[7.83321,47.53382],[7.83198,47.51474],[7.81471,47.5048],[7.80742,47.49714],[7.7994,47.49748],[7.79816,47.4994],[7.79889,47.49565],[7.78663,47.49312],[7.7928,47.50068],[7.78887,47.50683],[7.79014,47.51864],[7.78763,47.52012],[7.75786,47.52605],[7.74902,47.52498],[7.73797,47.52732],[7.73322,47.53275],[7.72716,47.53293],[7.72362,47.53675],[7.71596,47.53582],[7.71347,47.53978],[7.69494,47.5325],[7.67467,47.53375],[7.66586,47.53746],[7.66131,47.54483],[7.649,47.5483],[7.63997,47.55816],[7.63273,47.56149],[7.61762,47.55865],[7.61774,47.55437],[7.62285,47.55004],[7.6223,47.53977],[7.61378,47.53925],[7.59478,47.51929],[7.59025,47.51979],[7.58948,47.52792],[7.58269,47.53247],[7.58726,47.5419],[7.56479,47.54569],[7.55588,47.54434],[7.55875,47.55235],[7.56124,47.55172],[7.56458,47.55704],[7.55466,47.56437],[7.52732,47.55278],[7.51676,47.54541],[7.50545,47.54438],[7.49804,47.53615],[7.5023,47.5284],[7.51075,47.52899],[7.51935,47.53472],[7.53096,47.52905],[7.5222,47.51409],[7.51746,47.51728],[7.50228,47.51491],[7.49787,47.52125],[7.49908,47.51628],[7.50935,47.50888],[7.51223,47.49892],[7.52004,47.49678],[7.53179,47.4974],[7.5326,47.49097],[7.53623,47.49105],[7.53633,47.48383],[7.52745,47.47391],[7.53068,47.46119],[7.49236,47.45897],[7.45651,47.44926],[7.44717,47.45696],[7.44577,47.46197],[7.43003,47.45949],[7.4288,47.45388],[7.42242,47.45072],[7.4209,47.44594],[7.42542,47.44328],[7.43784,47.44632],[7.45062,47.43534],[7.45558,47.42792],[7.4484,47.41507],[7.43811,47.41274],[7.42748,47.41448],[7.42074,47.4111],[7.41371,47.41093],[7.38839,47.41398],[7.38204,47.41331],[7.37815,47.414],[7.37599,47.41431],[7.3812,47.43208],[7.35266,47.43436],[7.34496,47.43608],[7.33899,47.44109],[7.3305,47.44176],[7.32528,47.43489],[7.32685,47.43192],[7.33269,47.43024],[7.33973,47.42971],[7.34488,47.42402],[7.35354,47.41961],[7.35792,47.41827],[7.35758,47.41508],[7.37028,47.41368]]],"terms_url":"https://www.geo.bl.ch/fileadmin/user_upload/Geodaten/Nutzungsbedingungen_GBD_BL_V3p2.pdf","terms_text":"Geodaten des Kantons Basel-Landschaft 2015","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"KTBASELSTADT2015","name":"Kanton Basel-Stadt 2015","type":"tms","template":"https://mapproxy.osm.ch/tiles/KTBASELSTADT2015/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[8,21],"polygon":[[[7.492,47.4817],[7.784,47.4817],[7.784,47.6342],[7.492,47.6342],[7.492,47.4817]]],"terms_text":"Kanton Basel-Stadt OF 2015","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"KTBASELSTADT2017","name":"Kanton Basel-Stadt 2017","type":"tms","template":"https://mapproxy.osm.ch/tiles/KTBASELSTADT2017/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"historicphoto","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[7,21],"polygon":[[[7.67138,47.59522],[7.66494,47.59618],[7.64528,47.60026],[7.64168,47.59887],[7.63782,47.59557],[7.63687,47.59314],[7.6191,47.58046],[7.60923,47.5811],[7.60915,47.58643],[7.59851,47.59071],[7.59207,47.59239],[7.58563,47.59233],[7.58331,47.59019],[7.57936,47.57988],[7.56434,47.58122],[7.55379,47.57473],[7.5537,47.56031],[7.55653,47.55828],[7.55379,47.55122],[7.55387,47.54148],[7.5719,47.54148],[7.58125,47.53986],[7.57713,47.53163],[7.58409,47.52636],[7.58503,47.51917],[7.59962,47.51911],[7.61335,47.53262],[7.61833,47.53662],[7.62738,47.53658],[7.62786,47.55145],[7.62357,47.55666],[7.63035,47.55869],[7.64872,47.55689],[7.66425,47.56164],[7.6847,47.5617],[7.6924,47.56691],[7.69412,47.5734],[7.68906,47.57612],[7.68571,47.58538],[7.67884,47.58712],[7.68708,47.59355],[7.69395,47.59667],[7.69438,47.60171],[7.68451,47.60182],[7.67996,47.60078],[7.67138,47.59522]]],"terms_text":"Geodaten Kanton Basel-Stadt OF 2017","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"KTBASELSTADT2020","name":"Kanton Basel-Stadt 2020","type":"wms","template":"https://wms.geo.bs.ch/?LAYERS=OF_TrueOrthofoto2020Maerz&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-03-01T00:00:00.000Z","startDate":"2020-03-01T00:00:00.000Z","zoomExtent":[7,21],"polygon":[[[7.55859,47.57652],[7.55207,47.57595],[7.5495,47.57259],[7.55001,47.56146],[7.55379,47.55622],[7.54898,47.54061],[7.57382,47.53323],[7.57782,47.52612],[7.5825,47.52392],[7.58331,47.5172],[7.60168,47.5172],[7.60851,47.52397],[7.62588,47.52809],[7.62686,47.53416],[7.63636,47.54721],[7.63635,47.55534],[7.65129,47.55567],[7.66639,47.5603],[7.68648,47.56031],[7.69352,47.56471],[7.69592,47.57513],[7.69058,47.57653],[7.68768,47.58578],[7.68339,47.58792],[7.69936,47.59724],[7.69936,47.60291],[7.68391,47.60326],[7.67062,47.59678],[7.64357,47.60083],[7.63842,47.59921],[7.63205,47.59106],[7.61679,47.59018],[7.60894,47.59544],[7.6034,47.60569],[7.5852,47.60592],[7.58177,47.60453],[7.58081,47.59817],[7.57096,47.58561],[7.56031,47.58115],[7.55859,47.57652]]],"terms_text":"Geodaten Kanton Basel-Stadt"},{"id":"KTBASELSTADT2023","name":"Kanton Basel-Stadt 2023","type":"wms","template":"https://wms.geo.bs.ch/?LAYERS=OF_TrueOrthofoto2023Mai&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2023-05-01T00:00:00.000Z","startDate":"2023-05-01T00:00:00.000Z","zoomExtent":[7,21],"polygon":[[[7.55859,47.57652],[7.55207,47.57595],[7.5495,47.57259],[7.55001,47.56146],[7.55379,47.55622],[7.54898,47.54061],[7.57382,47.53323],[7.57782,47.52612],[7.5825,47.52392],[7.58331,47.5172],[7.60168,47.5172],[7.60851,47.52397],[7.62588,47.52809],[7.62686,47.53416],[7.63636,47.54721],[7.63635,47.55534],[7.65129,47.55567],[7.66639,47.5603],[7.68648,47.56031],[7.69352,47.56471],[7.69592,47.57513],[7.69058,47.57653],[7.68768,47.58578],[7.68339,47.58792],[7.69936,47.59724],[7.69936,47.60291],[7.68391,47.60326],[7.67062,47.59678],[7.64357,47.60083],[7.63842,47.59921],[7.63205,47.59106],[7.61679,47.59018],[7.60894,47.59544],[7.6034,47.60569],[7.5852,47.60592],[7.58177,47.60453],[7.58081,47.59817],[7.57096,47.58561],[7.56031,47.58115],[7.55859,47.57652]]],"terms_text":"Geodaten Kanton Basel-Stadt","best":true},{"id":"Bern-dsm-hillshade-2015","name":"Kanton Bern, Digitales Oberflaechenmodell 50cm, Relief","type":"wms","template":"https://www.geoservice.apps.be.ch/geoservice2/services/a42geo/a42geo_hoehenwms_d_fk/MapServer/WMSServer?LAYERS=GEODB.LDOM50CM_LORELIEF_KMGDM1&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[1,22],"polygon":[[[6.82526,47.07901],[7.28497,46.74221],[7.06335,46.27329],[8.20129,46.43975],[8.44334,46.59001],[8.47595,46.76315],[8.41244,46.79841],[8.13984,46.7869],[7.96543,46.80687],[7.90089,46.8914],[7.97676,47.00414],[7.88784,47.05609],[7.90363,47.17665],[7.81952,47.29413],[7.55859,47.33231],[7.16583,47.31183],[6.82388,47.18131],[6.82526,47.07901]]],"terms_text":"Digitales Oberflächenmodell LIDAR 50cm © Amt für Wald des Kantons Bern"},{"id":"Bern-dtm-hillshade-2015","name":"Kanton Bern, Digitales Terrainmodell 50cm, Relief","type":"wms","template":"https://www.geoservice.apps.be.ch/geoservice2/services/a42geo/a42geo_hoehenwms_d_fk/MapServer/WMSServer?LAYERS=GEODB.LDTM50CM_LTRELIEF_KMGDM1&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[1,22],"polygon":[[[6.82526,47.07901],[7.28497,46.74221],[7.06335,46.27329],[8.20129,46.43975],[8.44334,46.59001],[8.47595,46.76315],[8.41244,46.79841],[8.13984,46.7869],[7.96543,46.80687],[7.90089,46.8914],[7.97676,47.00414],[7.88784,47.05609],[7.90363,47.17665],[7.81952,47.29413],[7.55859,47.33231],[7.16583,47.31183],[6.82388,47.18131],[6.82526,47.07901]]],"terms_text":"Digitales Terrainmodell LIDAR 50cm © Amt für Wald des Kantons Bern"},{"id":"KantonBernBuildings","name":"Kanton Bern: Gebäudegrundrisse","type":"tms","template":"https://tile.osm.ch/bbe/{zoom}/{x}/{y}.png","category":"other","polygon":[[[7.72,46.4],[7.8,46.4],[7.8,46.44],[7.92,46.44],[7.92,46.48],[8,46.48],[8,46.52],[8.16,46.52],[8.16,46.48],[8.24,46.48],[8.24,46.52],[8.36,46.52],[8.36,46.56],[8.4,46.56],[8.4,46.64],[8.44,46.64],[8.44,46.68],[8.48,46.68],[8.48,46.8],[7.96,46.8],[7.96,46.84],[7.92,46.84],[7.92,46.92],[7.96,46.92],[7.96,47],[8,47],[8,47.04],[7.92,47.04],[7.92,47.2],[7.88,47.2],[7.88,47.28],[7.72,47.28],[7.72,47.32],[7.6,47.32],[7.6,47.36],[7.52,47.36],[7.52,47.32],[7.12,47.32],[7.12,47.28],[7.04,47.28],[7.04,47.24],[7,47.24],[7,47.2],[6.84,47.2],[6.84,47.08],[7,47.08],[7,46.96],[7.08,46.96],[7.08,46.92],[7.04,46.92],[7.04,46.88],[7.28,46.88],[7.28,46.6],[7.24,46.6],[7.24,46.56],[7.2,46.56],[7.2,46.48],[7.16,46.48],[7.16,46.36],[7.2,46.36],[7.2,46.32],[7.4,46.32],[7.4,46.36],[7.56,46.36],[7.56,46.4],[7.72,46.4]]],"terms_url":"http://www.geo.apps.be.ch/de/geodaten/suche-nach-geodaten.html?view=sheet&guid=c71b255f-67cf-4e25-bc1b-ae4dc6e7d546","terms_text":"Amtliche Vermessung vereinfacht © Amt für Geoinformation des Kantons Bern","description":"Gebäudegrundrisse aus MOPUBE: Amtliche Vermessung vereinfacht des Kantons Bern","overlay":true},{"id":"Kanton-Schaffhausen-Luftbild-2013","name":"Kanton Schaffhausen, Luftbild 2013","type":"wms","template":"https://wms.geo.sh.ch/raster?LAYERS=Luftbild_2013&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[8.6,47.56],[8.64,47.56],[8.64,47.64],[8.68,47.64],[8.68,47.68],[8.76,47.68],[8.76,47.64],[8.92,47.64],[8.92,47.72],[8.88,47.72],[8.88,47.76],[8.76,47.76],[8.76,47.8],[8.68,47.8],[8.68,47.84],[8.52,47.84],[8.52,47.8],[8.44,47.8],[8.44,47.76],[8.4,47.76],[8.4,47.72],[8.36,47.72],[8.36,47.64],[8.44,47.64],[8.44,47.6],[8.52,47.6],[8.52,47.52],[8.6,47.52],[8.6,47.56]]],"terms_text":"Kanton Schaffhausen, Luftbild 2013"},{"id":"Kanton-Schaffhausen-DSM-2013","name":"Kanton Schaffhausen, Relief 2013","type":"wms","template":"https://wms.geo.sh.ch/raster?LAYERS=Relief_2013&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[8.6,47.56],[8.64,47.56],[8.64,47.64],[8.68,47.64],[8.68,47.68],[8.76,47.68],[8.76,47.64],[8.92,47.64],[8.92,47.72],[8.88,47.72],[8.88,47.76],[8.76,47.76],[8.76,47.8],[8.68,47.8],[8.68,47.84],[8.52,47.84],[8.52,47.8],[8.44,47.8],[8.44,47.76],[8.4,47.76],[8.4,47.72],[8.36,47.72],[8.36,47.64],[8.44,47.64],[8.44,47.6],[8.52,47.6],[8.52,47.52],[8.6,47.52],[8.6,47.56]]],"terms_text":"Kanton Schaffhausen, Relief 2013"},{"id":"Solothurn-sogis2014-dom-wms","name":"Kanton Solothurn, DOM Relief 2014 50cm","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.so.agi.lidar_2014.dom_relief&FORMAT=image/jpeg&CRS={proj}&STYLES=&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[7.48,47.1],[7.52,47.1],[7.52,47.12],[7.54,47.12],[7.54,47.14],[7.72,47.14],[7.72,47.18],[7.7,47.18],[7.7,47.2],[7.68,47.2],[7.68,47.22],[7.66,47.22],[7.66,47.24],[7.62,47.24],[7.62,47.26],[7.66,47.26],[7.66,47.28],[7.68,47.28],[7.68,47.26],[7.72,47.26],[7.72,47.24],[7.84,47.24],[7.84,47.26],[7.86,47.26],[7.86,47.28],[7.88,47.28],[7.88,47.3],[7.92,47.3],[7.92,47.32],[7.94,47.32],[7.94,47.3],[7.98,47.3],[7.98,47.32],[8.02,47.32],[8.02,47.34],[8.04,47.34],[8.04,47.42],[8,47.42],[8,47.46],[7.98,47.46],[7.98,47.48],[7.94,47.48],[7.94,47.42],[7.86,47.42],[7.86,47.4],[7.84,47.4],[7.84,47.38],[7.78,47.38],[7.78,47.36],[7.74,47.36],[7.74,47.38],[7.66,47.38],[7.66,47.4],[7.7,47.4],[7.7,47.44],[7.72,47.44],[7.72,47.5],[7.68,47.5],[7.68,47.52],[7.64,47.52],[7.64,47.5],[7.6,47.5],[7.6,47.44],[7.58,47.44],[7.58,47.46],[7.56,47.46],[7.56,47.42],[7.52,47.42],[7.52,47.4],[7.5,47.4],[7.5,47.42],[7.48,47.42],[7.48,47.44],[7.54,47.44],[7.54,47.48],[7.56,47.48],[7.56,47.5],[7.54,47.5],[7.54,47.52],[7.5,47.52],[7.5,47.5],[7.46,47.5],[7.46,47.52],[7.42,47.52],[7.42,47.5],[7.4,47.5],[7.4,47.46],[7.38,47.46],[7.38,47.44],[7.36,47.44],[7.36,47.4],[7.42,47.4],[7.42,47.36],[7.52,47.36],[7.52,47.34],[7.54,47.34],[7.54,47.32],[7.52,47.32],[7.52,47.3],[7.46,47.3],[7.46,47.28],[7.42,47.28],[7.42,47.26],[7.4,47.26],[7.4,47.24],[7.32,47.24],[7.32,47.2],[7.34,47.2],[7.34,47.18],[7.36,47.18],[7.36,47.08],[7.42,47.08],[7.42,47.06],[7.48,47.06],[7.48,47.1]]],"terms_text":"DOM Relief 2014 - Auflösung 50cm, WMS Solothurn (SOGIS)"},{"id":"Solothurn-sogis2018-dsm-wms","name":"Kanton Solothurn, DSM Relief 2018","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.bl.agi.lidar_2018.dsm_relief&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[7.6909,47.56247],[7.69077,47.54008],[7.67786,47.54008],[7.67788,47.54458],[7.67138,47.5446],[7.67142,47.54897],[7.66481,47.54906],[7.66477,47.55349],[7.65816,47.55364],[7.65824,47.55801],[7.65146,47.5581],[7.65146,47.56258],[7.64503,47.56264],[7.64498,47.56707],[7.61121,47.56716],[7.61112,47.5627],[7.6046,47.56264],[7.60464,47.549],[7.61099,47.54886],[7.61117,47.54468],[7.60456,47.54468],[7.60447,47.54019],[7.59833,47.54017],[7.59846,47.54917],[7.57859,47.54915],[7.57855,47.55366],[7.57181,47.55369],[7.57185,47.56719],[7.56516,47.56719],[7.5652,47.57173],[7.54487,47.57173],[7.54478,47.56728],[7.53808,47.56725],[7.53812,47.56276],[7.52487,47.56274],[7.52491,47.55827],[7.5182,47.55825],[7.51812,47.55385],[7.49821,47.55381],[7.49817,47.54933],[7.49154,47.54935],[7.49158,47.54054],[7.48489,47.54054],[7.48487,47.53123],[7.49169,47.53123],[7.49171,47.52692],[7.48497,47.52692],[7.48495,47.51771],[7.4915,47.51769],[7.4915,47.50868],[7.49808,47.50865],[7.4981,47.49083],[7.49154,47.49085],[7.49154,47.48635],[7.4848,47.48635],[7.4848,47.48189],[7.47178,47.48192],[7.47173,47.48638],[7.46523,47.48641],[7.46523,47.49089],[7.45225,47.49096],[7.45216,47.49528],[7.4456,47.49546],[7.44551,47.49995],[7.42519,47.50003],[7.42511,47.49109],[7.41845,47.49098],[7.41843,47.47707],[7.43822,47.4771],[7.43834,47.47263],[7.44491,47.47263],[7.44495,47.46849],[7.42521,47.46849],[7.42521,47.46396],[7.4186,47.46399],[7.41848,47.45496],[7.41204,47.45491],[7.41187,47.44594],[7.40517,47.446],[7.40513,47.44144],[7.39873,47.44147],[7.39856,47.43697],[7.38586,47.43688],[7.38577,47.44135],[7.35256,47.44144],[7.35256,47.44588],[7.33943,47.44594],[7.33943,47.4505],[7.32582,47.45041],[7.32569,47.44585],[7.31921,47.44585],[7.31908,47.44144],[7.31243,47.44135],[7.31243,47.43212],[7.31904,47.43209],[7.31904,47.42318],[7.3323,47.42309],[7.3323,47.41859],[7.33887,47.41856],[7.33895,47.41415],[7.34556,47.41409],[7.34569,47.40959],[7.35882,47.40962],[7.35891,47.40518],[7.37856,47.40512],[7.37856,47.39617],[7.392,47.39611],[7.392,47.39167],[7.39856,47.39161],[7.39865,47.38713],[7.40517,47.38713],[7.40517,47.38298],[7.39865,47.3831],[7.39861,47.37819],[7.40513,47.37813],[7.40517,47.37371],[7.45143,47.37371],[7.45156,47.36906],[7.5177,47.36918],[7.5177,47.36022],[7.531,47.36016],[7.531,47.34673],[7.54422,47.34662],[7.54417,47.3422],[7.55078,47.34214],[7.55078,47.33775],[7.55761,47.33776],[7.55763,47.33327],[7.56423,47.33325],[7.56422,47.32874],[7.5774,47.32872],[7.57744,47.32421],[7.59086,47.32418],[7.59088,47.32871],[7.61739,47.32858],[7.61743,47.33312],[7.68961,47.33295],[7.68961,47.3285],[7.69627,47.32835],[7.69644,47.32393],[7.7165,47.3238],[7.71661,47.32835],[7.72322,47.32838],[7.72326,47.33289],[7.72978,47.33283],[7.72991,47.33734],[7.75596,47.33725],[7.756,47.33272],[7.80289,47.33258],[7.8031,47.35061],[7.80971,47.3507],[7.80971,47.35503],[7.82945,47.35492],[7.82958,47.3596],[7.84276,47.35945],[7.8428,47.36838],[7.85602,47.36835],[7.85619,47.37285],[7.87606,47.37282],[7.87606,47.37727],[7.88932,47.37727],[7.88954,47.39517],[7.9022,47.39523],[7.9022,47.39067],[7.91584,47.39061],[7.91597,47.39511],[7.93571,47.39502],[7.93584,47.39955],[7.94254,47.39964],[7.94262,47.40397],[7.94923,47.40406],[7.94919,47.4085],[7.96241,47.4085],[7.96245,47.41294],[7.96897,47.41294],[7.96906,47.42183],[7.98906,47.42174],[7.98931,47.44909],[7.9827,47.44915],[7.98275,47.45808],[7.97627,47.45811],[7.97618,47.46264],[7.96962,47.46273],[7.96949,47.46717],[7.9564,47.46737],[7.95644,47.48967],[7.94996,47.48973],[7.94987,47.49417],[7.94292,47.4942],[7.94292,47.48979],[7.91683,47.48993],[7.91674,47.49884],[7.91022,47.49895],[7.91026,47.50791],[7.90374,47.50797],[7.9037,47.5124],[7.89048,47.51237],[7.89044,47.51701],[7.88374,47.51707],[7.88378,47.5304],[7.87055,47.53047],[7.87052,47.53491],[7.86393,47.53496],[7.86391,47.53943],[7.85734,47.53948],[7.85737,47.54405],[7.84396,47.54406],[7.84379,47.53963],[7.82381,47.5396],[7.8237,47.51716],[7.81669,47.51726],[7.81658,47.51275],[7.80358,47.51277],[7.80349,47.50826],[7.79718,47.50829],[7.79729,47.52626],[7.78399,47.52632],[7.78403,47.53082],[7.76416,47.53089],[7.76427,47.55335],[7.751,47.55339],[7.75103,47.55786],[7.70448,47.55796],[7.70448,47.56244],[7.6909,47.56247]]],"terms_text":"Kanton Solothurn, DSM Relief 2018, WMS Solothurn (SOGIS)"},{"id":"Solothurn-sogis2019-dsm-wms","name":"Kanton Solothurn, DSM Relief 2019","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.so.agi.lidar_2019.dsm_relief&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[7.96882,47.42646],[7.96884,47.4311],[7.95553,47.43112],[7.95552,47.42663],[7.94884,47.42664],[7.94882,47.42209],[7.93558,47.42211],[7.93556,47.41768],[7.92228,47.4177],[7.92225,47.40887],[7.90229,47.4089],[7.90231,47.41347],[7.87589,47.41351],[7.87587,47.409],[7.86919,47.40901],[7.86917,47.40453],[7.8625,47.40454],[7.86243,47.38658],[7.84262,47.38661],[7.84261,47.38215],[7.82929,47.38217],[7.82926,47.37318],[7.82249,47.37319],[7.82248,47.36873],[7.79615,47.36877],[7.79613,47.36426],[7.7894,47.36427],[7.78936,47.35522],[7.78272,47.35523],[7.78269,47.34641],[7.77621,47.34642],[7.77622,47.35087],[7.73645,47.35093],[7.73643,47.34655],[7.72324,47.34657],[7.72322,47.34206],[7.70995,47.34208],[7.70993,47.33759],[7.6966,47.33761],[7.69661,47.3421],[7.60409,47.34225],[7.60407,47.3378],[7.59741,47.33781],[7.59743,47.34226],[7.59083,47.34227],[7.59081,47.33781],[7.57764,47.33783],[7.57765,47.34229],[7.57087,47.3423],[7.57086,47.33782],[7.56437,47.33783],[7.56434,47.3288],[7.55106,47.32882],[7.55104,47.32427],[7.53787,47.32429],[7.53782,47.31072],[7.53125,47.31073],[7.53122,47.3018],[7.51135,47.30184],[7.51134,47.29734],[7.49154,47.29737],[7.49152,47.29291],[7.47834,47.29293],[7.47832,47.28846],[7.47171,47.28847],[7.47169,47.28385],[7.4651,47.28387],[7.46506,47.27491],[7.45832,47.27492],[7.4583,47.27038],[7.43189,47.27042],[7.43187,47.26591],[7.42543,47.26592],[7.42542,47.26138],[7.4123,47.2614],[7.41228,47.25693],[7.40565,47.25694],[7.4056,47.24345],[7.39236,47.24347],[7.39234,47.23892],[7.37913,47.23895],[7.37912,47.23451],[7.36597,47.23453],[7.36595,47.2299],[7.35275,47.22993],[7.35273,47.22544],[7.33312,47.22548],[7.33304,47.2029],[7.33958,47.20289],[7.33955,47.19375],[7.34632,47.19374],[7.34629,47.18498],[7.36592,47.18494],[7.3659,47.1804],[7.37274,47.18038],[7.37264,47.15349],[7.41885,47.15342],[7.41887,47.15796],[7.42547,47.15795],[7.42551,47.16703],[7.43869,47.16701],[7.43871,47.17153],[7.45183,47.17151],[7.45184,47.17591],[7.46489,47.17589],[7.46487,47.17149],[7.4715,47.17148],[7.47148,47.16696],[7.47801,47.16695],[7.478,47.16226],[7.47165,47.16227],[7.47164,47.158],[7.46494,47.15801],[7.46496,47.16228],[7.43861,47.16233],[7.43859,47.15805],[7.43184,47.15807],[7.43181,47.14899],[7.41887,47.14902],[7.41885,47.14472],[7.41228,47.14473],[7.41223,47.13072],[7.41896,47.1307],[7.41894,47.12654],[7.39902,47.12657],[7.39904,47.13098],[7.36608,47.13104],[7.36606,47.12662],[7.35961,47.12663],[7.35955,47.10835],[7.3662,47.10834],[7.36617,47.09946],[7.37286,47.09945],[7.37282,47.09023],[7.37956,47.09022],[7.37955,47.08603],[7.41239,47.08598],[7.4124,47.09041],[7.42553,47.09039],[7.42546,47.07238],[7.43187,47.07237],[7.43186,47.06807],[7.46494,47.06801],[7.46496,47.07248],[7.47811,47.07246],[7.47814,47.08144],[7.48465,47.08143],[7.4847,47.0949],[7.47818,47.09491],[7.47822,47.10403],[7.48486,47.10402],[7.48487,47.10844],[7.49807,47.10842],[7.49809,47.11298],[7.50463,47.11297],[7.50465,47.11751],[7.51766,47.11748],[7.51768,47.12197],[7.52426,47.12195],[7.52431,47.13551],[7.53097,47.1355],[7.53099,47.13993],[7.53759,47.13991],[7.53764,47.1535],[7.55734,47.15346],[7.55736,47.15795],[7.57045,47.15793],[7.57042,47.14905],[7.57693,47.14904],[7.5769,47.13999],[7.59681,47.13996],[7.59682,47.14426],[7.66274,47.14415],[7.66276,47.14879],[7.68241,47.14875],[7.68239,47.14425],[7.69574,47.14423],[7.69576,47.14873],[7.70234,47.14872],[7.70236,47.1531],[7.7088,47.15309],[7.70885,47.16663],[7.70241,47.16664],[7.70242,47.17121],[7.68927,47.17123],[7.68933,47.18919],[7.68275,47.1892],[7.68278,47.1982],[7.6762,47.19821],[7.67622,47.20271],[7.66958,47.20272],[7.66959,47.20727],[7.66304,47.20728],[7.66306,47.21178],[7.65652,47.2118],[7.65658,47.2298],[7.64992,47.22981],[7.64994,47.23431],[7.62351,47.23435],[7.62354,47.24318],[7.617,47.24319],[7.61702,47.24782],[7.61044,47.24784],[7.61049,47.26133],[7.60387,47.26134],[7.60392,47.27479],[7.65686,47.2747],[7.65688,47.27908],[7.67634,47.27905],[7.67636,47.2837],[7.68984,47.28368],[7.68982,47.27906],[7.69645,47.27905],[7.69643,47.27465],[7.70306,47.27463],[7.70303,47.26561],[7.71623,47.26558],[7.71619,47.25661],[7.7228,47.2566],[7.72279,47.25202],[7.78211,47.25192],[7.78209,47.24744],[7.78852,47.24743],[7.78854,47.25191],[7.79533,47.2519],[7.79535,47.25634],[7.8284,47.25628],[7.82842,47.26079],[7.84165,47.26077],[7.84167,47.26522],[7.8483,47.26521],[7.84831,47.26966],[7.85496,47.26965],[7.85501,47.28305],[7.86166,47.28304],[7.8617,47.29219],[7.86839,47.29218],[7.86842,47.30107],[7.87493,47.30106],[7.87494,47.30553],[7.9015,47.30548],[7.90154,47.31446],[7.90818,47.31445],[7.90823,47.32786],[7.93475,47.32781],[7.9347,47.3142],[7.94126,47.31419],[7.94125,47.30975],[7.95444,47.30972],[7.95446,47.31428],[7.98084,47.31424],[7.98086,47.31859],[7.98745,47.31858],[7.98747,47.3231],[7.99436,47.32308],[7.99438,47.32746],[8.00754,47.32743],[8.00755,47.332],[8.01412,47.33199],[8.01415,47.34093],[8.02095,47.34092],[8.021,47.35435],[8.02771,47.35434],[8.02772,47.35884],[8.03445,47.35883],[8.03449,47.36779],[8.041,47.36778],[8.0411,47.3948],[8.03462,47.39481],[8.03466,47.40375],[8.02166,47.40377],[8.02168,47.40835],[8.01504,47.40836],[8.01506,47.41291],[8.0083,47.41292],[8.00832,47.41746],[7.99531,47.41748],[7.99533,47.42199],[7.98204,47.42202],[7.98205,47.42644],[7.96882,47.42646]]],"terms_text":"Kanton Solothurn, DSM Relief 2019, WMS Solothurn (SOGIS)"},{"id":"Solothurn-sogis2014-dtm-wms","name":"Kanton Solothurn, DTM Relief 2014 50cm","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.so.agi.lidar_2014.dtm_relief&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[7.48,47.1],[7.52,47.1],[7.52,47.12],[7.54,47.12],[7.54,47.14],[7.72,47.14],[7.72,47.18],[7.7,47.18],[7.7,47.2],[7.68,47.2],[7.68,47.22],[7.66,47.22],[7.66,47.24],[7.62,47.24],[7.62,47.26],[7.66,47.26],[7.66,47.28],[7.68,47.28],[7.68,47.26],[7.72,47.26],[7.72,47.24],[7.84,47.24],[7.84,47.26],[7.86,47.26],[7.86,47.28],[7.88,47.28],[7.88,47.3],[7.92,47.3],[7.92,47.32],[7.94,47.32],[7.94,47.3],[7.98,47.3],[7.98,47.32],[8.02,47.32],[8.02,47.34],[8.04,47.34],[8.04,47.42],[8,47.42],[8,47.46],[7.98,47.46],[7.98,47.48],[7.94,47.48],[7.94,47.42],[7.86,47.42],[7.86,47.4],[7.84,47.4],[7.84,47.38],[7.78,47.38],[7.78,47.36],[7.74,47.36],[7.74,47.38],[7.66,47.38],[7.66,47.4],[7.7,47.4],[7.7,47.44],[7.72,47.44],[7.72,47.5],[7.68,47.5],[7.68,47.52],[7.64,47.52],[7.64,47.5],[7.6,47.5],[7.6,47.44],[7.58,47.44],[7.58,47.46],[7.56,47.46],[7.56,47.42],[7.52,47.42],[7.52,47.4],[7.5,47.4],[7.5,47.42],[7.48,47.42],[7.48,47.44],[7.54,47.44],[7.54,47.48],[7.56,47.48],[7.56,47.5],[7.54,47.5],[7.54,47.52],[7.5,47.52],[7.5,47.5],[7.46,47.5],[7.46,47.52],[7.42,47.52],[7.42,47.5],[7.4,47.5],[7.4,47.46],[7.38,47.46],[7.38,47.44],[7.36,47.44],[7.36,47.4],[7.42,47.4],[7.42,47.36],[7.52,47.36],[7.52,47.34],[7.54,47.34],[7.54,47.32],[7.52,47.32],[7.52,47.3],[7.46,47.3],[7.46,47.28],[7.42,47.28],[7.42,47.26],[7.4,47.26],[7.4,47.24],[7.32,47.24],[7.32,47.2],[7.34,47.2],[7.34,47.18],[7.36,47.18],[7.36,47.08],[7.42,47.08],[7.42,47.06],[7.48,47.06],[7.48,47.1]]],"terms_text":"DTM Relief 2014 - Auflösung 50cm, WMS Solothurn (SOGIS)"},{"id":"Solothurn-sogis2018-dtm-wms","name":"Kanton Solothurn, DTM Relief 2018","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.bl.agi.lidar_2018.dtm_relief&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[7.6909,47.56247],[7.69077,47.54008],[7.67786,47.54008],[7.67788,47.54458],[7.67138,47.5446],[7.67142,47.54897],[7.66481,47.54906],[7.66477,47.55349],[7.65816,47.55364],[7.65824,47.55801],[7.65146,47.5581],[7.65146,47.56258],[7.64503,47.56264],[7.64498,47.56707],[7.61121,47.56716],[7.61112,47.5627],[7.6046,47.56264],[7.60464,47.549],[7.61099,47.54886],[7.61117,47.54468],[7.60456,47.54468],[7.60447,47.54019],[7.59833,47.54017],[7.59846,47.54917],[7.57859,47.54915],[7.57855,47.55366],[7.57181,47.55369],[7.57185,47.56719],[7.56516,47.56719],[7.5652,47.57173],[7.54487,47.57173],[7.54478,47.56728],[7.53808,47.56725],[7.53812,47.56276],[7.52487,47.56274],[7.52491,47.55827],[7.5182,47.55825],[7.51812,47.55385],[7.49821,47.55381],[7.49817,47.54933],[7.49154,47.54935],[7.49158,47.54054],[7.48489,47.54054],[7.48487,47.53123],[7.49169,47.53123],[7.49171,47.52692],[7.48497,47.52692],[7.48495,47.51771],[7.4915,47.51769],[7.4915,47.50868],[7.49808,47.50865],[7.4981,47.49083],[7.49154,47.49085],[7.49154,47.48635],[7.4848,47.48635],[7.4848,47.48189],[7.47178,47.48192],[7.47173,47.48638],[7.46523,47.48641],[7.46523,47.49089],[7.45225,47.49096],[7.45216,47.49528],[7.4456,47.49546],[7.44551,47.49995],[7.42519,47.50003],[7.42511,47.49109],[7.41845,47.49098],[7.41843,47.47707],[7.43822,47.4771],[7.43834,47.47263],[7.44491,47.47263],[7.44495,47.46849],[7.42521,47.46849],[7.42521,47.46396],[7.4186,47.46399],[7.41848,47.45496],[7.41204,47.45491],[7.41187,47.44594],[7.40517,47.446],[7.40513,47.44144],[7.39873,47.44147],[7.39856,47.43697],[7.38586,47.43688],[7.38577,47.44135],[7.35256,47.44144],[7.35256,47.44588],[7.33943,47.44594],[7.33943,47.4505],[7.32582,47.45041],[7.32569,47.44585],[7.31921,47.44585],[7.31908,47.44144],[7.31243,47.44135],[7.31243,47.43212],[7.31904,47.43209],[7.31904,47.42318],[7.3323,47.42309],[7.3323,47.41859],[7.33887,47.41856],[7.33895,47.41415],[7.34556,47.41409],[7.34569,47.40959],[7.35882,47.40962],[7.35891,47.40518],[7.37856,47.40512],[7.37856,47.39617],[7.392,47.39611],[7.392,47.39167],[7.39856,47.39161],[7.39865,47.38713],[7.40517,47.38713],[7.40517,47.38298],[7.39865,47.3831],[7.39861,47.37819],[7.40513,47.37813],[7.40517,47.37371],[7.45143,47.37371],[7.45156,47.36906],[7.5177,47.36918],[7.5177,47.36022],[7.531,47.36016],[7.531,47.34673],[7.54422,47.34662],[7.54417,47.3422],[7.55078,47.34214],[7.55078,47.33775],[7.55761,47.33776],[7.55763,47.33327],[7.56423,47.33325],[7.56422,47.32874],[7.5774,47.32872],[7.57744,47.32421],[7.59086,47.32418],[7.59088,47.32871],[7.61739,47.32858],[7.61743,47.33312],[7.68961,47.33295],[7.68961,47.3285],[7.69627,47.32835],[7.69644,47.32393],[7.7165,47.3238],[7.71661,47.32835],[7.72322,47.32838],[7.72326,47.33289],[7.72978,47.33283],[7.72991,47.33734],[7.75596,47.33725],[7.756,47.33272],[7.80289,47.33258],[7.8031,47.35061],[7.80971,47.3507],[7.80971,47.35503],[7.82945,47.35492],[7.82958,47.3596],[7.84276,47.35945],[7.8428,47.36838],[7.85602,47.36835],[7.85619,47.37285],[7.87606,47.37282],[7.87606,47.37727],[7.88932,47.37727],[7.88954,47.39517],[7.9022,47.39523],[7.9022,47.39067],[7.91584,47.39061],[7.91597,47.39511],[7.93571,47.39502],[7.93584,47.39955],[7.94254,47.39964],[7.94262,47.40397],[7.94923,47.40406],[7.94919,47.4085],[7.96241,47.4085],[7.96245,47.41294],[7.96897,47.41294],[7.96906,47.42183],[7.98906,47.42174],[7.98931,47.44909],[7.9827,47.44915],[7.98275,47.45808],[7.97627,47.45811],[7.97618,47.46264],[7.96962,47.46273],[7.96949,47.46717],[7.9564,47.46737],[7.95644,47.48967],[7.94996,47.48973],[7.94987,47.49417],[7.94292,47.4942],[7.94292,47.48979],[7.91683,47.48993],[7.91674,47.49884],[7.91022,47.49895],[7.91026,47.50791],[7.90374,47.50797],[7.9037,47.5124],[7.89048,47.51237],[7.89044,47.51701],[7.88374,47.51707],[7.88378,47.5304],[7.87055,47.53047],[7.87052,47.53491],[7.86393,47.53496],[7.86391,47.53943],[7.85734,47.53948],[7.85737,47.54405],[7.84396,47.54406],[7.84379,47.53963],[7.82381,47.5396],[7.8237,47.51716],[7.81669,47.51726],[7.81658,47.51275],[7.80358,47.51277],[7.80349,47.50826],[7.79718,47.50829],[7.79729,47.52626],[7.78399,47.52632],[7.78403,47.53082],[7.76416,47.53089],[7.76427,47.55335],[7.751,47.55339],[7.75103,47.55786],[7.70448,47.55796],[7.70448,47.56244],[7.6909,47.56247]]],"terms_text":"Kanton Solothurn, DTM Relief 2018, WMS Solothurn (SOGIS)"},{"id":"Solothurn-sogis2019-dtm-wms","name":"Kanton Solothurn, DTM Relief 2019","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.so.agi.lidar_2019.dtm_relief&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[7.96882,47.42646],[7.96884,47.4311],[7.95553,47.43112],[7.95552,47.42663],[7.94884,47.42664],[7.94882,47.42209],[7.93558,47.42211],[7.93556,47.41768],[7.92228,47.4177],[7.92225,47.40887],[7.90229,47.4089],[7.90231,47.41347],[7.87589,47.41351],[7.87587,47.409],[7.86919,47.40901],[7.86917,47.40453],[7.8625,47.40454],[7.86243,47.38658],[7.84262,47.38661],[7.84261,47.38215],[7.82929,47.38217],[7.82926,47.37318],[7.82249,47.37319],[7.82248,47.36873],[7.79615,47.36877],[7.79613,47.36426],[7.7894,47.36427],[7.78936,47.35522],[7.78272,47.35523],[7.78269,47.34641],[7.77621,47.34642],[7.77622,47.35087],[7.73645,47.35093],[7.73643,47.34655],[7.72324,47.34657],[7.72322,47.34206],[7.70995,47.34208],[7.70993,47.33759],[7.6966,47.33761],[7.69661,47.3421],[7.60409,47.34225],[7.60407,47.3378],[7.59741,47.33781],[7.59743,47.34226],[7.59083,47.34227],[7.59081,47.33781],[7.57764,47.33783],[7.57765,47.34229],[7.57087,47.3423],[7.57086,47.33782],[7.56437,47.33783],[7.56434,47.3288],[7.55106,47.32882],[7.55104,47.32427],[7.53787,47.32429],[7.53782,47.31072],[7.53125,47.31073],[7.53122,47.3018],[7.51135,47.30184],[7.51134,47.29734],[7.49154,47.29737],[7.49152,47.29291],[7.47834,47.29293],[7.47832,47.28846],[7.47171,47.28847],[7.47169,47.28385],[7.4651,47.28387],[7.46506,47.27491],[7.45832,47.27492],[7.4583,47.27038],[7.43189,47.27042],[7.43187,47.26591],[7.42543,47.26592],[7.42542,47.26138],[7.4123,47.2614],[7.41228,47.25693],[7.40565,47.25694],[7.4056,47.24345],[7.39236,47.24347],[7.39234,47.23892],[7.37913,47.23895],[7.37912,47.23451],[7.36597,47.23453],[7.36595,47.2299],[7.35275,47.22993],[7.35273,47.22544],[7.33312,47.22548],[7.33304,47.2029],[7.33958,47.20289],[7.33955,47.19375],[7.34632,47.19374],[7.34629,47.18498],[7.36592,47.18494],[7.3659,47.1804],[7.37274,47.18038],[7.37264,47.15349],[7.41885,47.15342],[7.41887,47.15796],[7.42547,47.15795],[7.42551,47.16703],[7.43869,47.16701],[7.43871,47.17153],[7.45183,47.17151],[7.45184,47.17591],[7.46489,47.17589],[7.46487,47.17149],[7.4715,47.17148],[7.47148,47.16696],[7.47801,47.16695],[7.478,47.16226],[7.47165,47.16227],[7.47164,47.158],[7.46494,47.15801],[7.46496,47.16228],[7.43861,47.16233],[7.43859,47.15805],[7.43184,47.15807],[7.43181,47.14899],[7.41887,47.14902],[7.41885,47.14472],[7.41228,47.14473],[7.41223,47.13072],[7.41896,47.1307],[7.41894,47.12654],[7.39902,47.12657],[7.39904,47.13098],[7.36608,47.13104],[7.36606,47.12662],[7.35961,47.12663],[7.35955,47.10835],[7.3662,47.10834],[7.36617,47.09946],[7.37286,47.09945],[7.37282,47.09023],[7.37956,47.09022],[7.37955,47.08603],[7.41239,47.08598],[7.4124,47.09041],[7.42553,47.09039],[7.42546,47.07238],[7.43187,47.07237],[7.43186,47.06807],[7.46494,47.06801],[7.46496,47.07248],[7.47811,47.07246],[7.47814,47.08144],[7.48465,47.08143],[7.4847,47.0949],[7.47818,47.09491],[7.47822,47.10403],[7.48486,47.10402],[7.48487,47.10844],[7.49807,47.10842],[7.49809,47.11298],[7.50463,47.11297],[7.50465,47.11751],[7.51766,47.11748],[7.51768,47.12197],[7.52426,47.12195],[7.52431,47.13551],[7.53097,47.1355],[7.53099,47.13993],[7.53759,47.13991],[7.53764,47.1535],[7.55734,47.15346],[7.55736,47.15795],[7.57045,47.15793],[7.57042,47.14905],[7.57693,47.14904],[7.5769,47.13999],[7.59681,47.13996],[7.59682,47.14426],[7.66274,47.14415],[7.66276,47.14879],[7.68241,47.14875],[7.68239,47.14425],[7.69574,47.14423],[7.69576,47.14873],[7.70234,47.14872],[7.70236,47.1531],[7.7088,47.15309],[7.70885,47.16663],[7.70241,47.16664],[7.70242,47.17121],[7.68927,47.17123],[7.68933,47.18919],[7.68275,47.1892],[7.68278,47.1982],[7.6762,47.19821],[7.67622,47.20271],[7.66958,47.20272],[7.66959,47.20727],[7.66304,47.20728],[7.66306,47.21178],[7.65652,47.2118],[7.65658,47.2298],[7.64992,47.22981],[7.64994,47.23431],[7.62351,47.23435],[7.62354,47.24318],[7.617,47.24319],[7.61702,47.24782],[7.61044,47.24784],[7.61049,47.26133],[7.60387,47.26134],[7.60392,47.27479],[7.65686,47.2747],[7.65688,47.27908],[7.67634,47.27905],[7.67636,47.2837],[7.68984,47.28368],[7.68982,47.27906],[7.69645,47.27905],[7.69643,47.27465],[7.70306,47.27463],[7.70303,47.26561],[7.71623,47.26558],[7.71619,47.25661],[7.7228,47.2566],[7.72279,47.25202],[7.78211,47.25192],[7.78209,47.24744],[7.78852,47.24743],[7.78854,47.25191],[7.79533,47.2519],[7.79535,47.25634],[7.8284,47.25628],[7.82842,47.26079],[7.84165,47.26077],[7.84167,47.26522],[7.8483,47.26521],[7.84831,47.26966],[7.85496,47.26965],[7.85501,47.28305],[7.86166,47.28304],[7.8617,47.29219],[7.86839,47.29218],[7.86842,47.30107],[7.87493,47.30106],[7.87494,47.30553],[7.9015,47.30548],[7.90154,47.31446],[7.90818,47.31445],[7.90823,47.32786],[7.93475,47.32781],[7.9347,47.3142],[7.94126,47.31419],[7.94125,47.30975],[7.95444,47.30972],[7.95446,47.31428],[7.98084,47.31424],[7.98086,47.31859],[7.98745,47.31858],[7.98747,47.3231],[7.99436,47.32308],[7.99438,47.32746],[8.00754,47.32743],[8.00755,47.332],[8.01412,47.33199],[8.01415,47.34093],[8.02095,47.34092],[8.021,47.35435],[8.02771,47.35434],[8.02772,47.35884],[8.03445,47.35883],[8.03449,47.36779],[8.041,47.36778],[8.0411,47.3948],[8.03462,47.39481],[8.03466,47.40375],[8.02166,47.40377],[8.02168,47.40835],[8.01504,47.40836],[8.01506,47.41291],[8.0083,47.41292],[8.00832,47.41746],[7.99531,47.41748],[7.99533,47.42199],[7.98204,47.42202],[7.98205,47.42644],[7.96882,47.42646]]],"terms_text":"Kanton Solothurn, DTM Relief 2019, WMS Solothurn (SOGIS)"},{"id":"Solothurn-sogis-ortho2014-wms","name":"Kanton Solothurn, Orthofoto 2014 RGB","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.so.agi.orthofoto_2014.rgb&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[7.44,47.06],[7.48,47.06],[7.48,47.1],[7.52,47.1],[7.52,47.12],[7.54,47.12],[7.54,47.14],[7.72,47.14],[7.72,47.18],[7.7,47.18],[7.7,47.2],[7.68,47.2],[7.68,47.22],[7.66,47.22],[7.66,47.24],[7.62,47.24],[7.62,47.28],[7.6,47.28],[7.6,47.3],[7.56,47.3],[7.56,47.28],[7.5,47.28],[7.5,47.26],[7.48,47.26],[7.48,47.28],[7.46,47.28],[7.46,47.26],[7.4,47.26],[7.4,47.24],[7.32,47.24],[7.32,47.2],[7.34,47.2],[7.34,47.18],[7.36,47.18],[7.36,47.08],[7.42,47.08],[7.42,47.06],[7.44,47.06]]],"terms_text":"Kanton Solothurn, Orthofoto 2014 RGB"},{"id":"Solothurn-sogis-ortho2015-wms","name":"Kanton Solothurn, Orthofoto 2015 RGB","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.so.agi.orthofoto_2015.rgb&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[7.84,47.26],[7.86,47.26],[7.86,47.28],[7.88,47.28],[7.88,47.3],[7.92,47.3],[7.92,47.32],[7.94,47.32],[7.94,47.3],[7.98,47.3],[7.98,47.32],[8.02,47.32],[8.02,47.34],[8.04,47.34],[8.04,47.42],[8,47.42],[8,47.46],[7.98,47.46],[7.98,47.48],[7.94,47.48],[7.94,47.42],[7.86,47.42],[7.86,47.4],[7.84,47.4],[7.84,47.38],[7.78,47.38],[7.78,47.34],[7.72,47.34],[7.72,47.32],[7.68,47.32],[7.68,47.26],[7.72,47.26],[7.72,47.24],[7.84,47.24],[7.84,47.26]]],"terms_text":"Kanton Solothurn, Orthofoto 2015 RGB"},{"id":"Solothurn-sogis-ortho2016-wms","name":"Kanton Solothurn, Orthofoto 2016 RGB","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.so.agi.orthofoto_2016_rgb&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[7.48,47.08],[7.48,47.1],[7.52,47.1],[7.52,47.12],[7.54,47.12],[7.54,47.14],[7.72,47.14],[7.72,47.18],[7.7,47.18],[7.7,47.2],[7.68,47.2],[7.68,47.22],[7.66,47.22],[7.66,47.24],[7.62,47.24],[7.62,47.26],[7.66,47.26],[7.66,47.28],[7.72,47.28],[7.72,47.3],[7.76,47.3],[7.76,47.32],[7.8,47.32],[7.8,47.36],[7.74,47.36],[7.74,47.38],[7.62,47.38],[7.62,47.36],[7.56,47.36],[7.56,47.34],[7.54,47.34],[7.54,47.32],[7.52,47.32],[7.52,47.3],[7.46,47.3],[7.46,47.28],[7.42,47.28],[7.42,47.26],[7.4,47.26],[7.4,47.24],[7.32,47.24],[7.32,47.2],[7.34,47.2],[7.34,47.18],[7.36,47.18],[7.36,47.08],[7.42,47.08],[7.42,47.06],[7.48,47.06],[7.48,47.08]]],"terms_text":"Kanton Solothurn, Orthofoto 2016 RGB"},{"id":"Solothurn-sogis-ortho2017-wms","name":"Kanton Solothurn, Orthofoto 2017 RGB","type":"wms","template":"https://geo.so.ch/api/wms?LAYERS=ch.so.agi.orthofoto_2017_rgb&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[7.84,47.26],[7.86,47.26],[7.86,47.28],[7.88,47.28],[7.88,47.3],[7.92,47.3],[7.92,47.32],[7.94,47.32],[7.94,47.3],[7.98,47.3],[7.98,47.32],[8.02,47.32],[8.02,47.34],[8.04,47.34],[8.04,47.42],[8,47.42],[8,47.46],[7.98,47.46],[7.98,47.48],[7.94,47.48],[7.94,47.42],[7.86,47.42],[7.86,47.4],[7.84,47.4],[7.84,47.38],[7.78,47.38],[7.78,47.34],[7.72,47.34],[7.72,47.32],[7.68,47.32],[7.68,47.26],[7.72,47.26],[7.72,47.24],[7.84,47.24],[7.84,47.26]]],"terms_text":"Kanton Solothurn, Orthofoto 2017 RGB"},{"id":"kt_tg_av","name":"Kanton Thurgau, Basisplan-AV","type":"wms","template":"https://ows.geo.tg.ch/geofy_access_proxy/basisplanf?LAYERS=Basisplan_farbig&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[4,22],"polygon":[[[8.63768,47.70041],[8.63674,47.66],[8.6658,47.6598],[8.6652,47.63273],[8.72337,47.63213],[8.72209,47.57814],[8.78024,47.57751],[8.77985,47.56403],[8.80894,47.56373],[8.80784,47.52317],[8.86604,47.52251],[8.86398,47.44149],[8.89286,47.44117],[8.89136,47.38725],[8.92032,47.38697],[8.9194,47.35989],[8.9774,47.35913],[8.97811,47.38616],[9.00714,47.38573],[9.00829,47.4262],[9.06642,47.42537],[9.06663,47.43883],[9.09582,47.43853],[9.09609,47.45193],[9.06718,47.45234],[9.06736,47.46583],[9.15466,47.46463],[9.15492,47.4781],[9.18411,47.47769],[9.18361,47.4642],[9.32864,47.46188],[9.32896,47.47534],[9.35818,47.47498],[9.3576,47.46141],[9.41554,47.46045],[9.41596,47.47392],[9.5031,47.47242],[9.50414,47.49935],[9.47519,47.49986],[9.47605,47.52681],[9.44717,47.5273],[9.44754,47.54084],[9.4186,47.54139],[9.42007,47.58176],[9.39114,47.58235],[9.39151,47.59577],[9.33348,47.59674],[9.33417,47.62371],[9.30526,47.6242],[9.3057,47.63765],[9.24747,47.63864],[9.24784,47.6521],[9.21899,47.65256],[9.21922,47.66603],[9.19027,47.66645],[9.19061,47.67994],[8.95774,47.68327],[8.95726,47.66973],[8.92828,47.67015],[8.9277,47.65661],[8.89867,47.65698],[8.89901,47.67047],[8.86997,47.6709],[8.87027,47.68427],[8.78304,47.68533],[8.78328,47.6988],[8.63768,47.70041]]],"terms_url":"https://opendata.swiss/dataset/basisplan-av","terms_text":"Kanton Thurgau, Basisplan-AV","description":"Basisplan-AV des Kantons Thurgau farbig & schwarzweiss mit Liegenschaften, Nomenklatur, Landes-, Kantons- und Gemeindegrenzen, Einzelobjekten, Bodenbedeckung, Strassennamen, Höhenkurven und Geländemodell"},{"id":"kt_tg_ortho_2017","name":"Kanton Thurgau, Orthofoto2017 RGB","type":"wms","template":"https://ows-raster.geo.tg.ch/geofy_access_proxy/orthofoto2017?LAYERS=Orthofoto2017_RGB&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[8,22],"polygon":[[[8.63768,47.70041],[8.63674,47.66],[8.6658,47.6598],[8.6652,47.63273],[8.72337,47.63213],[8.72209,47.57814],[8.78024,47.57751],[8.77985,47.56403],[8.80894,47.56373],[8.80784,47.52317],[8.86604,47.52251],[8.86398,47.44149],[8.89286,47.44117],[8.89136,47.38725],[8.92032,47.38697],[8.9194,47.35989],[8.9774,47.35913],[8.97811,47.38616],[9.00714,47.38573],[9.00829,47.4262],[9.06642,47.42537],[9.06663,47.43883],[9.09582,47.43853],[9.09609,47.45193],[9.06718,47.45234],[9.06736,47.46583],[9.15466,47.46463],[9.15492,47.4781],[9.18411,47.47769],[9.18361,47.4642],[9.32864,47.46188],[9.32896,47.47534],[9.35818,47.47498],[9.3576,47.46141],[9.41554,47.46045],[9.41596,47.47392],[9.5031,47.47242],[9.50414,47.49935],[9.47519,47.49986],[9.47605,47.52681],[9.44717,47.5273],[9.44754,47.54084],[9.4186,47.54139],[9.42007,47.58176],[9.39114,47.58235],[9.39151,47.59577],[9.33348,47.59674],[9.33417,47.62371],[9.30526,47.6242],[9.3057,47.63765],[9.24747,47.63864],[9.24784,47.6521],[9.21899,47.65256],[9.21922,47.66603],[9.19027,47.66645],[9.19061,47.67994],[8.95774,47.68327],[8.95726,47.66973],[8.92828,47.67015],[8.9277,47.65661],[8.89867,47.65698],[8.89901,47.67047],[8.86997,47.6709],[8.87027,47.68427],[8.78304,47.68533],[8.78328,47.6988],[8.63768,47.70041]]],"terms_url":"https://opendata.swiss/en/dataset/orthofoto-2017-dop17","terms_text":"Kanton Thurgau, Orthofoto2017 RGB","description":"Digitales multispektrales Orthofotomosaik des Kantons Thurgau"},{"id":"kt_tg_radrouten","name":"Kanton Thurgau, Rad-Routen","type":"wms","template":"https://ows.geo.tg.ch/geofy_access_proxy/radwege?LAYERS=Radwege&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[10,22],"polygon":[[[8.63768,47.70041],[8.63674,47.66],[8.6658,47.6598],[8.6652,47.63273],[8.72337,47.63213],[8.72209,47.57814],[8.78024,47.57751],[8.77985,47.56403],[8.80894,47.56373],[8.80784,47.52317],[8.86604,47.52251],[8.86398,47.44149],[8.89286,47.44117],[8.89136,47.38725],[8.92032,47.38697],[8.9194,47.35989],[8.9774,47.35913],[8.97811,47.38616],[9.00714,47.38573],[9.00829,47.4262],[9.06642,47.42537],[9.06663,47.43883],[9.09582,47.43853],[9.09609,47.45193],[9.06718,47.45234],[9.06736,47.46583],[9.15466,47.46463],[9.15492,47.4781],[9.18411,47.47769],[9.18361,47.4642],[9.32864,47.46188],[9.32896,47.47534],[9.35818,47.47498],[9.3576,47.46141],[9.41554,47.46045],[9.41596,47.47392],[9.5031,47.47242],[9.50414,47.49935],[9.47519,47.49986],[9.47605,47.52681],[9.44717,47.5273],[9.44754,47.54084],[9.4186,47.54139],[9.42007,47.58176],[9.39114,47.58235],[9.39151,47.59577],[9.33348,47.59674],[9.33417,47.62371],[9.30526,47.6242],[9.3057,47.63765],[9.24747,47.63864],[9.24784,47.6521],[9.21899,47.65256],[9.21922,47.66603],[9.19027,47.66645],[9.19061,47.67994],[8.95774,47.68327],[8.95726,47.66973],[8.92828,47.67015],[8.9277,47.65661],[8.89867,47.65698],[8.89901,47.67047],[8.86997,47.6709],[8.87027,47.68427],[8.78304,47.68533],[8.78328,47.6988],[8.63768,47.70041]]],"terms_url":"https://opendata.swiss/dataset/rad-routen","terms_text":"Kanton Thurgau, Rad-Routen","description":"Langsamverkehr: Radweg-Netz (Routen) signalisiert durch Wegweiser"},{"id":"kt_tg_ww","name":"Kanton Thurgau, Wanderwege","type":"wms","template":"https://ows.geo.tg.ch/geofy_access_proxy/wanderwege?LAYERS=Wanderwege&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","polygon":[[[8.63768,47.70041],[8.63674,47.66],[8.6658,47.6598],[8.6652,47.63273],[8.72337,47.63213],[8.72209,47.57814],[8.78024,47.57751],[8.77985,47.56403],[8.80894,47.56373],[8.80784,47.52317],[8.86604,47.52251],[8.86398,47.44149],[8.89286,47.44117],[8.89136,47.38725],[8.92032,47.38697],[8.9194,47.35989],[8.9774,47.35913],[8.97811,47.38616],[9.00714,47.38573],[9.00829,47.4262],[9.06642,47.42537],[9.06663,47.43883],[9.09582,47.43853],[9.09609,47.45193],[9.06718,47.45234],[9.06736,47.46583],[9.15466,47.46463],[9.15492,47.4781],[9.18411,47.47769],[9.18361,47.4642],[9.32864,47.46188],[9.32896,47.47534],[9.35818,47.47498],[9.3576,47.46141],[9.41554,47.46045],[9.41596,47.47392],[9.5031,47.47242],[9.50414,47.49935],[9.47519,47.49986],[9.47605,47.52681],[9.44717,47.5273],[9.44754,47.54084],[9.4186,47.54139],[9.42007,47.58176],[9.39114,47.58235],[9.39151,47.59577],[9.33348,47.59674],[9.33417,47.62371],[9.30526,47.6242],[9.3057,47.63765],[9.24747,47.63864],[9.24784,47.6521],[9.21899,47.65256],[9.21922,47.66603],[9.19027,47.66645],[9.19061,47.67994],[8.95774,47.68327],[8.95726,47.66973],[8.92828,47.67015],[8.9277,47.65661],[8.89867,47.65698],[8.89901,47.67047],[8.86997,47.6709],[8.87027,47.68427],[8.78304,47.68533],[8.78328,47.6988],[8.63768,47.70041]]],"terms_url":"https://opendata.swiss/dataset/wanderwege","terms_text":"Kanton Thurgau, Wanderwege","description":"Langsamverkehr: Verlauf der Wanderwege mit symbolischer Darstellung der Wegweiser, Unterführungen, Treppen und Brücken. Informationen über die Wegoberfläche und Rollstuhlgängigkeit."},{"id":"Zug-2019-wms","name":"Kanton Zug (Walchwil und Zug (Alpli)) 2019","type":"wms","template":"https://services.geo.zg.ch/ows/Orthofotos?LAYERS=zg.orthofoto_2019_kt_zg&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[6,22],"polygon":[[[8.49387,47.11529],[8.51839,47.08532],[8.51862,47.08507],[8.51862,47.08507],[8.57399,47.07633],[8.58655,47.07954],[8.55582,47.129],[8.5121,47.13373],[8.49387,47.11529]]],"terms_text":"GIS Kanton Zug","best":true,"description":"Orthofoto für das Gebiet von Walchwil und Zug (Alpli). Die Befliegung für das genannte Orthofoto fand am 29. März 2019 statt."},{"id":"Zug-2011","name":"Kanton Zug 2011","type":"wms","template":"https://services.geo.zg.ch/ows/Orthofotos?LAYERS=zg.orthofoto_2011_kt_zg&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[8.38726,47.10908],[8.43996,47.10863],[8.43969,47.09967],[8.49245,47.09917],[8.49204,47.0812],[8.59746,47.08015],[8.59764,47.08915],[8.65031,47.08863],[8.65052,47.09761],[8.66371,47.0975],[8.66389,47.10647],[8.67706,47.10634],[8.67731,47.1153],[8.69046,47.11516],[8.69105,47.14215],[8.70427,47.14203],[8.7049,47.16899],[8.66534,47.16943],[8.66555,47.17844],[8.63914,47.1787],[8.63934,47.18769],[8.62618,47.18783],[8.62658,47.20582],[8.61338,47.20594],[8.61357,47.21495],[8.60037,47.21507],[8.60057,47.22407],[8.42894,47.22567],[8.42944,47.25265],[8.38983,47.25303],[8.38726,47.10908]]],"terms_text":"GIS Kanton Zug","description":"Ausdehnung: ganzer Kanton Aufloesung: 10cm per Pixel Bildflug: 1.4.2011"},{"id":"Zug-2018","name":"Kanton Zug Gemeinde Zug Süd 2018","type":"wms","template":"https://services.geo.zg.ch/ows/Orthofotos?LAYERS=zg.orthofoto_2018_kt_zg&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[6,22],"polygon":[[[8.50052,47.11291],[8.55098,47.12132],[8.54924,47.13843],[8.5652,47.14929],[8.56415,47.15299],[8.51099,47.15916],[8.50466,47.14722],[8.50322,47.13933],[8.50462,47.13724],[8.49538,47.12653],[8.49451,47.12364],[8.49638,47.11761],[8.50052,47.11291]]],"terms_text":"GIS Kanton Zug","description":"Orthofoto fuer den Suedteil der Gemeinde Zug. Geflogen per Drohne an mehreren Tagen Anfangs April 2018. 10cm Aufloesung per Pixel. Abdeckung: Suedteil der Gemeinde Zug Befliegung vor Laubaustrieb, ohne Schneeabdeckung."},{"id":"Zug-2021-wms","name":"Kanton Zug Menzingen 2021 6.5 cm","type":"wms","template":"https://services.geo.zg.ch/ows/Orthofotos?LAYERS=zg.orthofoto_2021_kt_zg&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[6,22],"polygon":[[[8.66682,47.14703],[8.66682,47.20575],[8.55371,47.20575],[8.55371,47.14703],[8.66682,47.14703]]],"terms_text":"GIS Kanton Zug","best":true,"description":"Orthofoto der Gemeinde Menzingen."},{"id":"Zug-2020-wms","name":"Kanton Zug Neuheim 2020 3.5 cm","type":"wms","template":"https://services.geo.zg.ch/ows/Orthofotos?LAYERS=zg.orthofoto_2020_kt_zg&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[6,22],"polygon":[[[8.61184,47.18481],[8.61184,47.21892],[8.55749,47.21892],[8.55749,47.18481],[8.61184,47.18481]]],"terms_text":"GIS Kanton Zug","best":true,"description":"Orthofoto der Gemeinde Neuheim."},{"id":"Zug-2016","name":"Kanton Zug Nord 2016","type":"wms","template":"https://services.geo.zg.ch/ows/Orthofotos?LAYERS=zg.orthofoto_2016_kt_zg&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[8.41093,47.16521],[8.44723,47.16256],[8.50686,47.162],[8.50658,47.15268],[8.53594,47.15205],[8.56428,47.14944],[8.57535,47.14926],[8.57946,47.17083],[8.57951,47.22275],[8.5294,47.22688],[8.48056,47.2125],[8.43891,47.22945],[8.42336,47.22958],[8.419,47.23722],[8.40754,47.23725],[8.40759,47.16918],[8.41093,47.16521]]],"terms_text":"GIS Kanton Zug","description":"Orthofoto fuer den Nordteil des Kantons Zug. Geflogen am 20.04.2016. 10cm Aufloesung per Pixel. Abdeckung: Gemeinden Cham, Steinhausen und Baar, sowie Teile von Zug Befliegung vor Laubaustrieb, ohne Schneeabdeckung."},{"id":"OGDLidarZH-DOM","name":"Kanton Zurich, Oberflächenschummerung 2014 50cm","type":"wms","template":"https://wms.zh.ch/OGDLidarZH?LAYERS=dom2014_relief&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Oberflächenschummerung"},{"id":"OGDLidarZH-DOM-2017","name":"Kanton Zurich, Oberflächenschummerung 2017","type":"wms","template":"https://wms.zh.ch/OGDLidarZH?LAYERS=dom2017_relief&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Oberflächenschummerung"},{"id":"OGDOrthoZH2016","name":"Kanton Zurich, Orthofoto ZH Frühjahr 2015/16 RGB 10cm","type":"wms","template":"https://wms.zh.ch/OGDOrthoZH?SERVICE=WMS&VERSION=1.3.0&STYLES=&REQUEST=GetMap&LAYERS=ortho_w_2015&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Orthofoto ZH Frühjahr 2015/16 RGB"},{"id":"OGDOrthoZH2021","name":"Kanton Zurich, Orthofoto ZH Frühjahr 2021 RGB 5cm","type":"wms","template":"https://wms.zh.ch/OGDOrthoZH?LAYERS=ortho_w_2021&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Orthofoto ZH Frühjahr 2021 RGB 5cm","best":true},{"id":"OGDOrthoZH2015","name":"Kanton Zurich, Orthofoto ZH Sommer 2014/15 RGB 10cm","type":"wms","template":"https://wms.zh.ch/OGDOrthoZH?SERVICE=WMS&VERSION=1.3.0&STYLES=&REQUEST=GetMap&LAYERS=ortho_s_2014&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Orthofoto ZH Sommer 2014/15 RGB"},{"id":"OGDOrthoZH2018","name":"Kanton Zurich, Orthofoto ZH Sommer 2018 RGB 10cm","type":"wms","template":"https://wms.zh.ch/OGDOrthoZH?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&STYLES=&LAYERS=ortho_s_2018&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Orthofoto ZH Sommer 2018 RGB"},{"id":"OGDOrthoZH2020","name":"Kanton Zurich, Orthofoto ZH Sommer 2020 RGB 5cm","type":"wms","template":"https://wms.zh.ch/OGDOrthoZH?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&STYLES=&LAYERS=ortho_s_2020&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Orthofoto ZH Sommer 2020 RGB","best":true},{"id":"OGDLidarZH-DTM","name":"Kanton Zurich, Terrainschummerung 2014 50cm","type":"wms","template":"https://wms.zh.ch/OGDLidarZH?LAYERS=dtm2014_relief&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Terrainschummerung"},{"id":"OGDLidarZH-DTM-2017","name":"Kanton Zurich, Terrainschummerung 2017","type":"wms","template":"https://wms.zh.ch/OGDLidarZH?LAYERS=dtm2017_relief&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],"terms_text":"Geographisches Informationssystem des Kantons Zürich (GIS-ZH), Terrainschummerung"},{"id":"kartverket-abas","name":"Kartverket Administrative Boundaries overlay","type":"wms","template":"https://wms.geonorge.no/skwms1/wms.adm_enheter2?LAYERS=fylker_gjel,kommuner_gjel&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[1,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.kartverket.no/kunnskap/Norges-grenser/","terms_text":"© Kartverket","description":"Official administrative boundaries at the national, county and municipality levels","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png","overlay":true},{"id":"kartverket-luftfartshindre","name":"Kartverket Aviation Obstructions overlay","type":"wms","template":"https://openwms.statkart.no/skwms1/wms.nrl5?LAYERS=nrl5&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[11,20],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://kartverket.no/","terms_text":"© Kartverket","description":"Vertical obstructions to aircrafts, above 15m in rural areas and 30m in urban areas (e.g. masts, towers, high buildings, power lines)","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png","overlay":true},{"id":"kartverket-bygninger","name":"Kartverket Buildings overlay","type":"wms","template":"https://openwms.statkart.no/skwms1/wms.inspire_bu?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=BU.Building&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[14,20],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.kartverket.no/","terms_text":"© Kartverket","description":"INSPIRE buildings for Norway.","icon":"data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjczNnB0IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB2aWV3Qm94PSIwIDAgNzM2IDczNiIgd2lkdGg9IjczNnB0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xNDMuNSAzYy0xMi4xIDMuOS0yMS43IDEzLjYtMjUuNSAyNS43LTIgNi40LTIgOS0yIDEzOC45IDAgNzIuOC4yIDEzMi40LjUgMTMyLjRzNC45LTMuMyAxMC4yLTcuNGMzNC40LTI2IDYwLjEtMzYuOSA5Mi4zLTM5LjIgMTguOC0xLjMgNDYuOCAzLjMgNjUuNSAxMC43IDE5LjcgNy45IDMxLjYgMTYuMiA2NSA0NS40IDM3LjQgMzIuOSA2My42IDUxLjggOTcuMyA3MC42IDQ4LjUgMjcgOTUuNiAyMy43IDE2MC0xMS40bDEzLjItNy4yLS4yLTE2NS0uMy0xNjUtMi4yLTUuM2MtNC42LTExLjItMTMuOC0xOS43LTI1LTIzLjItNi40LTItOS4yLTItMjI0LjctMS45LTIxMS45IDAtMjE4LjMuMS0yMjQuMSAxLjl6IiBmaWxsPSIjMDA5ODNhIi8+PHBhdGggZD0ibTIwNiAzNjkuNWMtMjQuNiAzLjktNTAuMiAxMy4yLTc4LjcgMjguN2wtMTEuMyA2LjEuMiAxNTEuMS4zIDE1MS4xIDMuMiA2LjdjNCA4LjUgMTAuNiAxNS4xIDE5LjEgMTkuMWw2LjcgMy4yaDIyMi41IDIyMi41bDYuNy0zLjJjOC41LTQgMTUuMS0xMC42IDE5LjEtMTkuMWwzLjItNi43LjMtMTIzLjhjLjEtNjggMC0xMjMuNy0uMy0xMjMuNy0uMiAwLTYuNiAzLjQtMTQuMiA3LjYtNTUuOSAzMS05Ni4yIDM5LjUtMTM3LjggMjguOS0yMi40LTUuNy0zOS0xNS40LTgxLjUtNDguMS00Ny45LTM2LjctOTQuNC02NS4yLTExOS42LTczLjMtMTguNC01LjgtNDEuMi03LjYtNjAuNC00LjZ6IiBmaWxsPSIjMDA0ZjlkIi8+PC9zdmc+","overlay":true},{"id":"kartverket-matrikkel","name":"Kartverket Cadastral overlay","type":"wms","template":"https://wms.geonorge.no/skwms1/wms.matrikkel?LAYERS=matrikkel_WMS&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[14,20],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://seeiendom.kartverket.no","terms_text":"© Kartverket","description":"Real estate boundaries from the official land register (`matrikkelen´). Monthly update.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png","overlay":true},{"id":"kartverket-hoydekurver","name":"Kartverket Contour Lines overlay","type":"wms","template":"https://openwms.statkart.no/skwms1/wms.topo4?LAYERS=hoydetall5linje,hoydetall5punkt,hoydepunkt,vannpunkt,hoydekurver_1m,hoydekurver_5m,N50Hoydekurver,N250Hoydekurver,N500Hoydekurver,N1000Hoydekurver,N2000Hoydekurver&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","zoomExtent":[9,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.kartverket.no/Prosjekter/Nasjonal-detaljert-hoydemodell/","terms_text":"© Kartverket","description":"Contours for Norway","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png","overlay":true},{"id":"kartverket-dom-skygge","name":"Kartverket DOM Digital Surface Model","type":"wms","template":"https://wms.geonorge.no/skwms1/wms.hoyde-dom?LAYERS=DOM:skyggerelieff&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","zoomExtent":[0,24],"polygon":[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],"terms_url":"https://hoydedata.no/","terms_text":"© Kartverket","description":"Shaded relief representation of the Norwegian digital surface model (DOM), i.e. earth surface including trees, buildings and other objects on top of it.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png"},{"id":"kartverket-dtm-skygge","name":"Kartverket DTM Digital Terrain Model","type":"wms","template":"https://wms.geonorge.no/skwms1/wms.hoyde-dtm?LAYERS=DTM:skyggerelieff&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","zoomExtent":[0,24],"polygon":[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],"terms_url":"https://hoydedata.no/","terms_text":"© Kartverket","description":"Shaded relief representation of the Norwegian digital terrain model (DTM), i.e. earth surface without trees, buildings and other objects.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png"},{"id":"kartverket-ok-1st","name":"Kartverket Economic Maps (historic)","type":"wms","template":"https://wms.geonorge.no/skwms1/wms.n5raster2?LAYERS=n5raster_foerstegang_metadata,n5raster_foerstegang&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicmap","projection":"EPSG:3857","zoomExtent":[11,20],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.kartverket.no/kunnskap/historie/kartverkets-historiske-arkiv/","terms_text":"© Kartverket","description":"1st edition of historic Economic maps for Norway 1960-90s (`Økonomisk kartverk´). Available from zoom 16. Please correct local imagery offset.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png"},{"id":"kartverket-friluft","name":"Kartverket Hiking Trails","type":"wms","template":"https://wms.geonorge.no/skwms1/wms.friluftsruter2?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Fotrute&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[6,24],"polygon":[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],"terms_url":"https://kartverket.no/geodataarbeid/temadata/nasjonal-database-for-tur--og-friluftsruter/","terms_text":"© Kartverket","description":"Hiking trails from the Norwegian database `Tur- og Friluftsruter´, including DNT routes.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png","overlay":true},{"id":"kartverket-fjellskygge","name":"Kartverket Hillshade overlay","type":"tms","template":"https://opencache{switch:,2,3}.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=fjellskygge&zoom={zoom}&x={x}&y={y}","category":"elevation","zoomExtent":[9,15],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://kartkatalog.geonorge.no/metadata/kartverket/fjellskygge-cache/cca7c129-fe66-4c96-9091-40d92290dd81","terms_text":"© Kartverket","description":"Hillshade for Norway","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png","overlay":true},{"id":"kartverket-historic","name":"Kartverket Historic maps","type":"wms","template":"https://wms.geonorge.no/skwms1/wms.historiskekart?LAYERS=amt1&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicmap","projection":"EPSG:3857","zoomExtent":[5,15],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.kartverket.no/kart/historiske-kart/","terms_text":"© Kartverket","description":"Historic maps - for the time being `Amtskartserien´ 1826-1917.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png"},{"id":"kartverket-sjokart","name":"Kartverket Nautical Charts","type":"tms","template":"https://opencache{switch:,2,3}.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=sjokartraster&zoom={zoom}&x={x}&y={y}","category":"map","zoomExtent":[3,20],"polygon":[[[-125.00167,-78.99977],[-125.00321,-70.54878],[-173.00076,-70.54952],[-172.99922,-79.0002],[-125.00167,-78.99977]],[[-15.0239,-72.99613],[33.32144,-73.0009],[33.3326,-60.17016],[-15.01273,-60.16205],[-15.0239,-72.99613]],[[1.77704,61.36251],[1.47215,58.45924],[2.60924,56.59428],[3.24857,56.08599],[8.88244,57.69534],[10.03051,58.25173],[11.08246,58.96771],[11.50166,58.95444],[11.50266,63.28307],[14.47997,66.2558],[18.3032,68.36681],[21.46179,69.57098],[30.3511,69.56882],[32.07458,70.27336],[36.95796,73.68962],[37.99619,75.79673],[37.96874,78.62784],[34.98861,82.3401],[5.85587,82.34863],[-3.60356,79.12998],[-5.11965,74.39626],[-12.43655,72.58741],[-13.73292,69.76376],[-0.49301,63.88665],[1.77704,61.36251]]],"terms_url":"https://www.kartverket.no/Kart/Sjokart/","terms_text":"© Kartverket","description":"Norwegian nautical charts (includes Spitsbergen/Svalbard and Antarctica). Raster representation of paper charts. Updated biweekly.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png"},{"id":"kartverket-vegnett","name":"Kartverket Road Network","type":"wms","template":"https://openwms.statkart.no/skwms1/wms.vegnett2?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=vegnett2&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[3,24],"polygon":[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],"terms_url":"https://www.kartverket.no/data/kartdata/vegdata/","terms_text":"© Kartverket","description":"Norwegian road network from the National Road database (NVDB). Colours represent national, county, municipal, private and forest roads + footways/cycleways.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png","overlay":true},{"id":"kartverket-topo4","name":"Kartverket topo","type":"tms","template":"https://cache.kartverket.no/topo/v1/wmts/1.0.0/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=topo&STYLE=default&FORMAT=image/png&tileMatrixSet=googlemaps&tileMatrix={zoom}&tileRow={y}&tileCol={x}","category":"map","zoomExtent":[3,19],"polygon":[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],"terms_url":"https://www.kartverket.no/","terms_text":"© Kartverket","description":"Topographic map, equivalent to Norway 1:50.000 map series at zoom 15.","icon":"https://kartverket.no/dist/favicons/publicsite/favicon-32x32.png"},{"id":"King_WA_2019","name":"King County Orthoimagery (2019)","type":"tms","template":"https://gismaps.kingcounty.gov/arcgis/rest/services/BaseMaps/KingCo_Aerial_2019/MapServer/WMTS/tile/1.0.0/BaseMaps_KingCo_Aerial_2019/default/default028mm/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-122.54845,47.31598],[-122.42753,47.31774],[-122.4269,47.29719],[-122.39668,47.29761],[-122.39607,47.27705],[-122.36586,47.27747],[-122.36464,47.23637],[-122.15337,47.23902],[-122.15234,47.1979],[-122.12216,47.19825],[-122.12166,47.17769],[-122.09152,47.17804],[-122.09103,47.15748],[-122.0006,47.15844],[-122.00015,47.13789],[-121.97002,47.1382],[-121.96958,47.11764],[-121.87923,47.11851],[-121.87963,47.13907],[-121.63859,47.14105],[-121.63827,47.12049],[-121.60815,47.1207],[-121.60785,47.10014],[-121.51751,47.10073],[-121.51725,47.08017],[-121.48715,47.08035],[-121.4869,47.05978],[-121.36655,47.06042],[-121.36676,47.08098],[-121.33667,47.08112],[-121.33686,47.10167],[-121.30675,47.10181],[-121.30694,47.12237],[-121.27683,47.12249],[-121.27768,47.22529],[-121.30786,47.22517],[-121.30842,47.28685],[-121.33864,47.28672],[-121.33884,47.30728],[-121.3993,47.307],[-121.40019,47.38924],[-121.36991,47.38938],[-121.37054,47.45107],[-121.30992,47.45134],[-121.31011,47.4719],[-121.27978,47.47202],[-121.27996,47.49258],[-121.24963,47.4927],[-121.24979,47.51326],[-121.21944,47.51337],[-121.21975,47.5545],[-121.159,47.55468],[-121.15912,47.57524],[-121.09836,47.5754],[-121.09889,47.6782],[-121.038,47.67832],[-121.03823,47.74002],[-121.06875,47.73996],[-121.06891,47.78107],[-121.09943,47.78102],[-121.09948,47.80158],[-121.95393,47.79639],[-121.95571,47.87861],[-122.13907,47.87667],[-122.14114,47.9589],[-122.35268,47.95636],[-122.54845,47.31598]]],"terms_url":"https://kingcounty.gov/services/gis.aspx","terms_text":"King County Geographic Information System","description":"The 2019 orthoimagery for King County in the State of Washington","icon":"https://kingcounty.gov/img/KClogo-horiz-black-lg.gif"},{"id":"King_WA_2021","name":"King County Orthoimagery (2021)","type":"tms","template":"https://gismaps.kingcounty.gov/arcgis/rest/services/BaseMaps/KingCo_Aerial_2021/MapServer/WMTS/tile/1.0.0/BaseMaps_KingCo_Aerial_2021/default/default028mm/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-122.54845,47.31598],[-122.42753,47.31774],[-122.4269,47.29719],[-122.39668,47.29761],[-122.39607,47.27705],[-122.36586,47.27747],[-122.36464,47.23637],[-122.15337,47.23902],[-122.15234,47.1979],[-122.12216,47.19825],[-122.12166,47.17769],[-122.09152,47.17804],[-122.09103,47.15748],[-122.0006,47.15844],[-122.00015,47.13789],[-121.97002,47.1382],[-121.96958,47.11764],[-121.87923,47.11851],[-121.87963,47.13907],[-121.63859,47.14105],[-121.63827,47.12049],[-121.60815,47.1207],[-121.60785,47.10014],[-121.51751,47.10073],[-121.51725,47.08017],[-121.48715,47.08035],[-121.4869,47.05978],[-121.36655,47.06042],[-121.36676,47.08098],[-121.33667,47.08112],[-121.33686,47.10167],[-121.30675,47.10181],[-121.30694,47.12237],[-121.27683,47.12249],[-121.27768,47.22529],[-121.30786,47.22517],[-121.30842,47.28685],[-121.33864,47.28672],[-121.33884,47.30728],[-121.3993,47.307],[-121.40019,47.38924],[-121.36991,47.38938],[-121.37054,47.45107],[-121.30992,47.45134],[-121.31011,47.4719],[-121.27978,47.47202],[-121.27996,47.49258],[-121.24963,47.4927],[-121.24979,47.51326],[-121.21944,47.51337],[-121.21975,47.5545],[-121.159,47.55468],[-121.15912,47.57524],[-121.09836,47.5754],[-121.09889,47.6782],[-121.038,47.67832],[-121.03823,47.74002],[-121.06875,47.73996],[-121.06891,47.78107],[-121.09943,47.78102],[-121.09948,47.80158],[-121.95393,47.79639],[-121.95571,47.87861],[-122.13907,47.87667],[-122.14114,47.9589],[-122.35268,47.95636],[-122.54845,47.31598]]],"terms_url":"https://kingcounty.gov/services/gis.aspx","terms_text":"King County Geographic Information System","description":"2021 orthoimagery for King County in the State of Washington","icon":"https://kingcounty.gov/img/KClogo-horiz-black-lg.gif"},{"id":"King_WA_2023","name":"King County Orthoimagery (2023)","type":"tms","template":"https://gismaps.kingcounty.gov/arcgis/rest/services/BaseMaps/KingCo_Aerial_2023/MapServer/WMTS/tile/1.0.0/BaseMaps_KingCo_Aerial_2023/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-122.54845,47.31598],[-122.42753,47.31774],[-122.4269,47.29719],[-122.39668,47.29761],[-122.39607,47.27705],[-122.36586,47.27747],[-122.36464,47.23637],[-122.15337,47.23902],[-122.15234,47.1979],[-122.12216,47.19825],[-122.12166,47.17769],[-122.09152,47.17804],[-122.09103,47.15748],[-122.0006,47.15844],[-122.00015,47.13789],[-121.97002,47.1382],[-121.96958,47.11764],[-121.87923,47.11851],[-121.87963,47.13907],[-121.63859,47.14105],[-121.63827,47.12049],[-121.60815,47.1207],[-121.60785,47.10014],[-121.51751,47.10073],[-121.51725,47.08017],[-121.48715,47.08035],[-121.4869,47.05978],[-121.36655,47.06042],[-121.36676,47.08098],[-121.33667,47.08112],[-121.33686,47.10167],[-121.30675,47.10181],[-121.30694,47.12237],[-121.27683,47.12249],[-121.27768,47.22529],[-121.30786,47.22517],[-121.30842,47.28685],[-121.33864,47.28672],[-121.33884,47.30728],[-121.3993,47.307],[-121.40019,47.38924],[-121.36991,47.38938],[-121.37054,47.45107],[-121.30992,47.45134],[-121.31011,47.4719],[-121.27978,47.47202],[-121.27996,47.49258],[-121.24963,47.4927],[-121.24979,47.51326],[-121.21944,47.51337],[-121.21975,47.5545],[-121.159,47.55468],[-121.15912,47.57524],[-121.09836,47.5754],[-121.09889,47.6782],[-121.038,47.67832],[-121.03823,47.74002],[-121.06875,47.73996],[-121.06891,47.78107],[-121.09943,47.78102],[-121.09948,47.80158],[-121.95393,47.79639],[-121.95571,47.87861],[-122.13907,47.87667],[-122.14114,47.9589],[-122.35268,47.95636],[-122.54845,47.31598]]],"terms_url":"https://kingcounty.gov/services/gis.aspx","terms_text":"King County Geographic Information System","description":"2023 orthoimagery for King County in the State of Washington","icon":"https://cds.kingcounty.gov/KClogo-black.gif"},{"id":"osmfj-kouchi-2020","name":"Kouchi city Imagery 2020","type":"tms","template":"https://tiles.osmf.jp/kouchi-shi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2021-03-31T00:00:00.000Z","startDate":"2020-04-23T00:00:00.000Z","zoomExtent":[10,18],"polygon":[[[133.39096,33.68555],[133.39005,33.45641],[133.6314,33.45574],[133.63231,33.68488],[133.39096,33.68555]]],"terms_text":"OSMFJ_Ortho","description":"Kokyo Sokuryo Orthoimagery from Kouchi-shi, 2020"},{"id":"KYAPED_Phase_1","name":"KyFromAbove Aerial Imagery (2012-2014)","type":"wms","template":"https://kyraster.ky.gov/arcgis/services/ImageServices/Ky_KYAPED_Imagery_WGS84WM/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","zoomExtent":[3,20],"polygon":[[[-89.55251,36.57723],[-89.55264,36.57718],[-89.57151,36.55257],[-89.54296,36.50496],[-89.53912,36.4981],[-89.4885,36.49755],[-89.4852,36.49745],[-89.46589,36.52995],[-89.46545,36.53616],[-89.4808,36.56969],[-89.48089,36.56977],[-89.5205,36.57943],[-89.52234,36.58018],[-89.55251,36.57723]],[[-89.36555,36.62506],[-89.37545,36.61572],[-89.37637,36.61387],[-89.41729,36.49903],[-89.34795,36.50308],[-89.30028,36.50715],[-88.06598,36.49774],[-88.05332,36.49712],[-88.0453,36.50408],[-88.03948,36.51041],[-88.03413,36.53112],[-88.03249,36.54066],[-88.0412,36.58412],[-88.04513,36.60294],[-88.06821,36.65975],[-88.07053,36.67812],[-87.85045,36.6651],[-87.85354,36.63507],[-87.69783,36.637],[-87.69385,36.63707],[-87.68285,36.70333],[-87.67503,36.7501],[-87.67186,36.8785],[-87.66,36.96624],[-87.72956,36.9999],[-87.73366,37.00209],[-87.7106,37.02156],[-87.68078,37.14928],[-87.66878,37.14975],[-87.64964,37.14692],[-87.52378,37.10601],[-87.52029,37.10516],[-87.48508,37.12661],[-87.37442,37.13381],[-87.35981,37.1499],[-87.35998,37.1567],[-87.34036,37.15745],[-87.33626,37.1548],[-87.3151,37.18731],[-87.31174,37.19144],[-87.34575,37.21178],[-87.34988,37.2149],[-87.34719,37.2231],[-87.349,37.22625],[-87.37141,37.24404],[-87.36402,37.24914],[-87.38553,37.25335],[-87.38852,37.25738],[-87.38414,37.2901],[-87.38602,37.29551],[-87.37801,37.29926],[-87.37221,37.29889],[-87.3793,37.30468],[-87.38004,37.31102],[-87.37377,37.31474],[-87.37091,37.31614],[-87.35457,37.3105],[-87.34586,37.30973],[-87.33775,37.33252],[-87.33726,37.33615],[-87.31243,37.36282],[-87.30045,37.37026],[-87.30749,37.37378],[-87.3093,37.37693],[-87.30595,37.38197],[-87.29575,37.39164],[-87.33332,37.41148],[-87.3528,37.42569],[-87.3548,37.48279],[-87.36243,37.4863],[-87.35148,37.51231],[-87.34924,37.51552],[-87.35952,37.53213],[-87.36652,37.53339],[-87.36037,37.54255],[-87.35931,37.54665],[-87.37499,37.56998],[-87.37986,37.57898],[-87.39521,37.58871],[-87.46038,37.59267],[-87.4803,37.59914],[-87.49965,37.62694],[-87.49557,37.64786],[-87.73424,37.63828],[-87.94307,37.46638],[-87.94375,37.46563],[-87.93037,37.41046],[-87.93019,37.4092],[-87.91391,37.41123],[-87.91313,37.41104],[-87.91564,37.40477],[-87.91545,37.40448],[-87.90281,37.39822],[-87.90195,37.39824],[-87.86945,37.40519],[-87.86876,37.40518],[-87.86164,37.40894],[-87.86131,37.40954],[-87.86595,37.41683],[-87.86561,37.41728],[-87.84737,37.42062],[-87.84638,37.42046],[-87.84426,37.39512],[-87.84426,37.39482],[-87.85904,37.39277],[-87.85964,37.39241],[-87.86,37.38071],[-87.86003,37.3802],[-87.84335,37.37468],[-87.84282,37.37469],[-87.81953,37.38776],[-87.81861,37.38832],[-87.81061,37.37686],[-87.81042,37.37645],[-87.80095,37.3794],[-87.80122,37.37898],[-88.05239,37.23751],[-88.05269,37.22934],[-88.07805,37.22699],[-88.08885,37.22178],[-88.08231,37.21647],[-88.08042,37.21198],[-88.08376,37.20828],[-88.08891,37.20681],[-88.08443,37.1942],[-88.08301,37.18652],[-88.09489,37.17947],[-88.10183,37.17932],[-88.10889,37.16647],[-88.1099,37.16237],[-88.13168,37.15736],[-88.13252,37.14872],[-88.14131,37.15216],[-88.14428,37.15436],[-88.16293,37.14307],[-88.16557,37.13575],[-88.1919,37.12927],[-88.1966,37.13144],[-88.18787,37.16156],[-88.19039,37.1674],[-88.21927,37.18309],[-88.21986,37.18353],[-88.20455,37.20746],[-88.20065,37.21162],[-88.20258,37.23289],[-88.20032,37.23431],[-88.21851,37.27335],[-88.29375,37.33559],[-88.29557,37.33782],[-88.30556,37.37206],[-88.29948,37.37991],[-88.31327,37.39228],[-88.31811,37.39761],[-88.36547,37.40166],[-88.37121,37.40273],[-88.40624,37.42479],[-88.40881,37.42522],[-88.46586,37.40055],[-88.47022,37.39625],[-88.48672,37.34015],[-88.48695,37.3396],[-88.51406,37.29246],[-88.51486,37.29069],[-88.50409,37.26514],[-88.50382,37.26485],[-88.5123,37.26295],[-88.51187,37.26201],[-88.45005,37.2062],[-88.44982,37.20599],[-88.42533,37.15421],[-88.42462,37.15173],[-88.44912,37.08875],[-88.44919,37.08776],[-88.45919,37.07523],[-88.46019,37.07447],[-88.48622,37.06659],[-88.48605,37.0648],[-88.56528,37.07521],[-88.56587,37.0752],[-88.62221,37.11775],[-88.62589,37.11946],[-88.68777,37.13938],[-88.69398,37.14115],[-88.73125,37.14368],[-88.73211,37.14396],[-88.78695,37.17858],[-88.79737,37.18485],[-88.83505,37.19649],[-88.86953,37.20971],[-88.9273,37.22636],[-88.93175,37.22759],[-88.98326,37.22868],[-89.00097,37.2244],[-89.07622,37.17513],[-89.08653,37.1656],[-89.10403,37.13197],[-89.11119,37.11905],[-89.15129,37.09049],[-89.1545,37.08891],[-89.17858,37.055],[-89.17938,37.05301],[-89.18248,37.03748],[-89.18251,37.03728],[-89.1736,37.01141],[-89.17112,37.00807],[-89.13844,36.98509],[-89.13301,36.982],[-89.1183,36.98188],[-89.11503,36.98033],[-89.09901,36.96139],[-89.09884,36.95785],[-89.13194,36.85744],[-89.13797,36.84735],[-89.17718,36.83578],[-89.17815,36.83459],[-89.17923,36.81291],[-89.17875,36.80993],[-89.17107,36.79812],[-89.16846,36.79557],[-89.13321,36.78823],[-89.12892,36.78768],[-89.11685,36.77561],[-89.11607,36.77242],[-89.12243,36.75484],[-89.12613,36.75173],[-89.15699,36.75597],[-89.16689,36.75963],[-89.19155,36.74722],[-89.19781,36.73941],[-89.20073,36.72014],[-89.19948,36.71605],[-89.17484,36.69396],[-89.16952,36.68888],[-89.16872,36.67189],[-89.15908,36.66635],[-89.18775,36.64111],[-89.19254,36.636],[-89.20261,36.60158],[-89.21356,36.58012],[-89.23184,36.56812],[-89.23654,36.56682],[-89.26806,36.56891],[-89.27171,36.57139],[-89.31943,36.62739],[-89.32472,36.63108],[-89.36486,36.62532],[-89.36555,36.62506]],[[-86.0832,38.00266],[-86.08252,37.80823],[-86.15172,37.79892],[-86.27537,37.5933],[-86.27184,37.58879],[-86.26139,37.58885],[-86.25214,37.59435],[-86.24634,37.59438],[-86.23343,37.58086],[-86.23221,37.57543],[-86.22002,37.57596],[-86.21075,37.57737],[-86.18677,37.56028],[-86.18035,37.55624],[-86.16999,37.56582],[-86.16419,37.56721],[-86.15428,37.56228],[-86.14613,37.5596],[-86.11425,37.56611],[-86.1131,37.56657],[-86.05621,37.4916],[-86.05151,37.48301],[-86.06584,37.46073],[-86.06756,37.458],[-86.05997,37.45123],[-86.05647,37.44853],[-86.05415,37.44899],[-86.05071,37.45354],[-86.00023,37.44696],[-85.8912,37.44011],[-85.89011,37.45144],[-85.89426,37.47002],[-85.88848,37.47366],[-85.87493,37.54533],[-85.83905,37.56901],[-85.82107,37.57404],[-85.80725,37.60173],[-85.7974,37.60855],[-85.80326,37.62032],[-85.80211,37.62305],[-85.73423,37.65674],[-85.68093,37.73207],[-85.65181,37.71806],[-85.6454,37.71308],[-85.63781,37.69632],[-85.63432,37.69406],[-85.60059,37.69908],[-85.59244,37.69364],[-85.6011,37.64604],[-85.60051,37.6397],[-85.58714,37.64469],[-85.58366,37.64424],[-85.57725,37.63926],[-85.57319,37.6379],[-85.57376,37.62838],[-85.56853,37.62295],[-85.57027,37.61751],[-85.57375,37.61705],[-85.57899,37.62611],[-85.58422,37.62566],[-85.5906,37.61613],[-85.59524,37.61341],[-85.61326,37.61612],[-85.615,37.61475],[-85.59464,37.59891],[-85.59464,37.59755],[-85.60219,37.59346],[-85.60683,37.59074],[-85.60564,37.57532],[-85.60505,37.56581],[-85.62302,37.55174],[-85.6265,37.54493],[-85.62417,37.5404],[-85.61778,37.54086],[-85.60735,37.54813],[-85.60212,37.54723],[-85.59341,37.54406],[-85.59514,37.53545],[-85.57134,37.5273],[-85.56495,37.52277],[-85.55393,37.53184],[-85.54697,37.53049],[-85.55105,37.5536],[-85.54408,37.56222],[-85.5348,37.56313],[-85.52667,37.56267],[-85.52144,37.55361],[-85.45053,37.68596],[-85.40147,37.73066],[-85.3873,37.7404],[-85.38629,37.74075],[-85.37373,37.73951],[-85.3733,37.73981],[-85.37495,37.76461],[-85.37454,37.7652],[-85.35546,37.75756],[-85.35345,37.75735],[-85.34591,37.76225],[-85.34548,37.76249],[-85.35624,37.78367],[-85.35601,37.78403],[-85.34029,37.78005],[-85.33859,37.77992],[-85.33649,37.78663],[-85.33574,37.78739],[-85.31214,37.79132],[-85.30818,37.79364],[-85.31532,37.80739],[-85.31527,37.80793],[-85.29908,37.83149],[-85.29844,37.83233],[-85.27861,37.83666],[-85.2776,37.83756],[-85.28027,37.85154],[-85.27953,37.85236],[-85.26827,37.84471],[-85.26784,37.84444],[-85.24567,37.84685],[-85.245,37.84689],[-85.25585,37.86503],[-85.25535,37.86583],[-85.24147,37.86229],[-85.24042,37.86243],[-85.23106,37.87044],[-85.23037,37.87061],[-85.22767,37.85492],[-85.22677,37.85501],[-85.21773,37.87142],[-85.21668,37.87141],[-85.21842,37.85492],[-85.21843,37.85427],[-85.20506,37.84608],[-85.20421,37.84624],[-85.20148,37.85319],[-85.19627,37.85603],[-85.20615,37.8633],[-85.19853,37.8728],[-85.1956,37.87642],[-85.19963,37.89003],[-85.199,37.90091],[-85.18916,37.88457],[-85.18683,37.88411],[-85.1868,37.8909],[-85.18446,37.89226],[-85.15766,37.88584],[-85.153,37.88583],[-85.15412,37.89535],[-85.15295,37.89762],[-85.14714,37.8908],[-85.13839,37.89168],[-85.13192,37.9039],[-85.12544,37.91566],[-85.10622,37.90926],[-85.10747,37.8934],[-85.09758,37.88974],[-85.09409,37.88792],[-85.03458,37.89224],[-85.0305,37.89177],[-85.03114,37.88316],[-85.03115,37.8818],[-85.01031,37.85951],[-85.00043,37.85448],[-85.0029,37.8341],[-85.00872,37.83503],[-85.01175,37.81736],[-85.00594,37.81643],[-85.02984,37.63114],[-85.03909,37.54505],[-85.01293,37.55084],[-85.00192,37.54807],[-85.00201,37.53312],[-84.89814,37.5322],[-84.74786,37.5853],[-84.75244,37.59213],[-84.73671,37.59656],[-84.73155,37.58973],[-84.71175,37.59505],[-84.71516,37.60232],[-84.69416,37.61035],[-84.68832,37.61258],[-84.69583,37.61716],[-84.69405,37.62032],[-84.65805,37.61826],[-84.65215,37.62548],[-84.65854,37.63503],[-84.65902,37.63541],[-84.66623,37.6334],[-84.66685,37.6341],[-84.65457,37.64052],[-84.65352,37.64113],[-84.65356,37.65231],[-84.6564,37.65442],[-84.67906,37.64593],[-84.68045,37.64496],[-84.67354,37.64198],[-84.67213,37.64074],[-84.6785,37.63672],[-84.68,37.6367],[-84.69459,37.64103],[-84.69491,37.64152],[-84.67925,37.65622],[-84.68039,37.65755],[-84.6929,37.66415],[-84.69376,37.66487],[-84.70234,37.65981],[-84.70524,37.66074],[-84.69935,37.66795],[-84.68009,37.67417],[-84.6823,37.68506],[-84.68343,37.68734],[-84.69628,37.68244],[-84.70036,37.68156],[-84.69848,37.69469],[-84.69845,37.69741],[-84.74265,37.69769],[-84.74322,37.69905],[-84.73286,37.70867],[-84.73258,37.70976],[-84.74578,37.71478],[-84.7442,37.71674],[-84.72678,37.71391],[-84.72444,37.71435],[-84.73072,37.72617],[-84.72836,37.72888],[-84.69934,37.72235],[-84.68998,37.72682],[-84.70564,37.73191],[-84.70737,37.73373],[-84.68813,37.73632],[-84.68865,37.74177],[-84.702,37.74548],[-84.70489,37.74777],[-84.69429,37.75903],[-84.69424,37.76356],[-84.71395,37.76793],[-84.71571,37.7696],[-84.70292,37.78664],[-84.70274,37.78751],[-84.71637,37.79979],[-84.71682,37.80026],[-84.71579,37.81518],[-84.71595,37.81553],[-84.67952,37.82987],[-84.6771,37.82838],[-84.67982,37.80132],[-84.6795,37.79834],[-84.66789,37.7834],[-84.66555,37.78298],[-84.64982,37.78901],[-84.64933,37.7907],[-84.65966,37.80897],[-84.65862,37.80952],[-84.61235,37.8017],[-84.61001,37.80071],[-84.60836,37.79271],[-84.60999,37.79165],[-84.64066,37.79291],[-84.64222,37.79201],[-84.64335,37.77918],[-84.64322,37.77846],[-84.60658,37.76066],[-84.60501,37.75974],[-84.61569,37.74642],[-84.61496,37.74584],[-84.60632,37.74281],[-84.60541,37.743],[-84.58968,37.75414],[-84.58728,37.75347],[-84.58816,37.73812],[-84.58776,37.73642],[-84.57019,37.72872],[-84.56928,37.72906],[-84.55705,37.74743],[-84.55591,37.74842],[-84.54004,37.75425],[-84.53923,37.75481],[-84.53656,37.76915],[-84.53602,37.76971],[-84.49641,37.78505],[-84.49565,37.78547],[-84.48348,37.80138],[-84.48291,37.80188],[-84.46464,37.79892],[-84.46412,37.79961],[-84.48413,37.83585],[-84.48467,37.83747],[-84.47809,37.85212],[-84.4773,37.85273],[-84.44594,37.84074],[-84.44411,37.84131],[-84.418,37.87157],[-84.41645,37.87212],[-84.39202,37.84668],[-84.39067,37.84596],[-84.37047,37.85387],[-84.36854,37.85455],[-84.38304,37.89289],[-84.38386,37.89473],[-84.37973,37.90109],[-84.37739,37.90174],[-84.34117,37.88224],[-84.34059,37.88272],[-84.33787,37.89163],[-84.33765,37.89193],[-84.34891,37.89836],[-84.34897,37.8986],[-84.33875,37.90712],[-84.33871,37.90733],[-84.34803,37.91488],[-84.34799,37.91512],[-84.33024,37.92249],[-84.32995,37.92392],[-84.33986,37.93097],[-84.33998,37.93131],[-84.33065,37.9368],[-84.3308,37.93723],[-84.33842,37.93906],[-84.33837,37.93921],[-84.31147,37.95185],[-84.31075,37.95217],[-84.32328,37.95589],[-84.32331,37.95603],[-84.31175,37.96302],[-84.31172,37.96332],[-84.32414,37.96579],[-84.32443,37.96645],[-84.31964,38.0023],[-84.28271,38.01912],[-84.29281,38.03333],[-84.29299,38.03361],[-84.28481,38.04006],[-84.28465,38.04043],[-84.28618,38.06663],[-84.28637,38.06701],[-84.08024,38.11516],[-84.02625,38.1526],[-83.99068,38.17484],[-83.9827,38.19287],[-83.98383,38.19515],[-83.97018,38.20314],[-83.96947,38.20948],[-83.98741,38.22013],[-83.98917,38.22015],[-83.9901,38.20293],[-83.99477,38.2039],[-84.00684,38.21538],[-84.0085,38.21993],[-84.04297,38.22488],[-84.06271,38.23463],[-84.06207,38.23689],[-84.05382,38.23906],[-84.05772,38.24953],[-84.05699,38.25722],[-84.06817,38.25509],[-84.07985,38.25704],[-84.07445,38.26378],[-84.07323,38.26603],[-84.07782,38.27107],[-84.08012,38.27336],[-84.08951,38.27301],[-84.09547,38.2681],[-84.09681,38.25905],[-84.10326,38.25912],[-84.10137,38.2659],[-84.10421,38.27046],[-84.11649,38.27242],[-84.11995,38.27517],[-84.10516,38.28271],[-84.1045,38.28633],[-84.11736,38.28829],[-84.12696,38.30789],[-84.13289,38.30478],[-84.16658,38.35501],[-84.19386,38.37162],[-84.10268,38.45943],[-84.10671,38.46884],[-84.10712,38.46916],[-84.13066,38.4746],[-84.13124,38.47465],[-84.131,38.48267],[-84.13163,38.48297],[-84.14244,38.47603],[-84.14319,38.47602],[-84.15141,38.48962],[-84.1521,38.48993],[-84.17199,38.4865],[-84.17319,38.48736],[-84.16006,38.50108],[-84.16124,38.50177],[-84.18289,38.49678],[-84.18345,38.49735],[-84.1794,38.52331],[-84.17804,38.53327],[-84.1643,38.54491],[-84.16177,38.55394],[-84.16816,38.559],[-84.20714,38.55125],[-84.20886,38.54992],[-84.21707,38.55729],[-84.21763,38.55813],[-84.20383,38.56432],[-84.20297,38.56516],[-84.20541,38.58206],[-84.20473,38.58794],[-84.19575,38.58834],[-84.1953,38.5883],[-84.20091,38.60377],[-84.2075,38.59749],[-84.23415,38.80739],[-84.23604,38.82232],[-84.23054,38.82744],[-84.23294,38.88603],[-84.23289,38.8871],[-84.2864,38.95228],[-84.28874,38.95567],[-84.30005,38.9935],[-84.30716,39.0073],[-84.33985,39.03437],[-84.34089,39.03501],[-84.42565,39.0527],[-84.42652,39.05322],[-84.43401,39.09569],[-84.43495,39.09977],[-84.45282,39.11925],[-84.45619,39.12054],[-84.4792,39.11807],[-84.48059,39.11742],[-84.50434,39.09592],[-84.50612,39.09511],[-84.54971,39.09972],[-84.55096,39.09949],[-84.57256,39.08215],[-84.57306,39.08191],[-84.61685,39.07323],[-84.61845,39.07327],[-84.65842,39.09552],[-84.65993,39.09614],[-84.68487,39.1003],[-84.68593,39.10077],[-84.71788,39.13641],[-84.71826,39.13682],[-84.75139,39.14753],[-84.75244,39.14726],[-84.7842,39.1179],[-84.7874,39.11544],[-84.83142,39.10085],[-84.83248,39.10036],[-84.89694,39.05747],[-84.89729,39.05747],[-84.83027,38.97417],[-84.83003,38.97305],[-84.83299,38.96042],[-84.83363,38.95943],[-84.8762,38.92254],[-84.87706,38.92147],[-84.87723,38.90954],[-84.87702,38.90901],[-84.8679,38.89921],[-84.86643,38.89871],[-84.8145,38.89546],[-84.81331,38.89523],[-84.78542,38.88075],[-84.78518,38.88001],[-84.78981,38.86206],[-84.79094,38.86057],[-84.82962,38.83112],[-84.82993,38.83037],[-84.81417,38.80034],[-84.81339,38.79851],[-84.81432,38.7847],[-84.8149,38.78428],[-84.88679,38.79463],[-84.88724,38.7948],[-84.93976,38.77602],[-84.94121,38.77565],[-84.99111,38.77842],[-84.99229,38.77815],[-85.10094,38.72662],[-85.10172,38.72651],[-85.13605,38.70062],[-85.1368,38.7001],[-85.17189,38.68836],[-85.17298,38.68807],[-85.21237,38.69501],[-85.21482,38.69625],[-85.2464,38.73147],[-85.24692,38.73194],[-85.2767,38.74135],[-85.27859,38.74159],[-85.36176,38.73051],[-85.3636,38.73037],[-85.41339,38.73683],[-85.41489,38.73677],[-85.43532,38.729],[-85.43609,38.7285],[-85.45169,38.71037],[-85.45184,38.7102],[-85.45673,38.68734],[-85.45665,38.68603],[-85.43897,38.65963],[-85.43854,38.65896],[-85.43832,38.60596],[-85.43824,38.60468],[-85.41528,38.55926],[-85.41489,38.55775],[-85.41777,38.53822],[-85.41777,38.53775],[-85.43188,38.52455],[-85.43291,38.52398],[-85.37901,38.51903],[-85.37859,38.51895],[-85.36594,38.50787],[-85.3657,38.5077],[-85.31944,38.49761],[-85.31592,38.49624],[-85.31416,38.49262],[-85.34598,38.45957],[-85.33133,38.44233],[-85.32496,38.4038],[-85.29568,38.37384],[-85.28281,38.35796],[-85.32459,38.30998],[-85.35159,38.30322],[-85.39057,38.30779],[-85.39323,38.30779],[-85.39558,38.30508],[-85.40906,38.30373],[-85.40791,38.29466],[-85.41025,38.29376],[-85.41318,38.29467],[-85.41669,38.30237],[-85.42255,38.30192],[-85.42666,38.30374],[-85.42491,38.29422],[-85.42725,38.29286],[-85.44718,38.30194],[-85.44894,38.3042],[-85.46127,38.28563],[-85.46713,38.28535],[-85.40596,38.26389],[-85.4051,38.26359],[-85.42905,38.11817],[-85.43035,38.10703],[-85.46195,38.09662],[-85.46954,38.09617],[-85.51222,38.01096],[-85.51689,38.01096],[-85.49995,37.99872],[-85.48886,37.99056],[-85.49995,37.98467],[-85.53381,37.96518],[-85.52563,37.95294],[-85.52972,37.94705],[-85.57987,37.91258],[-85.58395,37.91076],[-85.58042,37.88312],[-85.58683,37.87631],[-85.60548,37.87041],[-85.61364,37.86995],[-85.6107,37.85907],[-85.61828,37.85136],[-85.69802,37.81137],[-85.73414,37.81086],[-85.73833,37.81225],[-85.73833,37.84287],[-85.75207,37.84314],[-85.75241,37.87946],[-85.7737,37.87919],[-85.77541,37.97709],[-85.82382,37.9779],[-85.82399,37.99129],[-85.91154,37.99197],[-85.91171,38.00671],[-85.99891,37.99963],[-86.0305,37.99062],[-86.0317,37.96897],[-86.03703,37.95787],[-86.04904,37.95814],[-86.06569,37.97465],[-86.0832,38.00266]]],"terms_url":"https://kyfromabove.ky.gov/","terms_text":"KyFromAbove","description":"6-inch or 1-foot aerial imagery captured from 2012 to 2014 through the Kentucky Aerial Photography and Elevation Data Program (KyFromAbove) and published by the Kentucky Division of Geographic Information (DGI)."},{"id":"KYAPED_Phase_2","name":"KyFromAbove Aerial Imagery (2018-2022)","type":"wms","template":"https://kyraster.ky.gov/arcgis/services/ImageServices/Ky_KYAPED_Phase2_6IN_WGS84WM/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[3,20],"polygon":[[[-83.69079,36.58261],[-83.67433,36.60398],[-83.66336,36.60701],[-83.64681,36.62481],[-83.53182,36.66541],[-83.49345,36.67041],[-83.46347,36.66445],[-83.42102,36.66849],[-83.39584,36.67734],[-83.34788,36.7008],[-83.19272,36.74021],[-83.13511,36.74294],[-83.12551,36.76177],[-83.13247,36.76391],[-83.13505,36.78583],[-83.1233,36.78756],[-83.11155,36.80081],[-83.10429,36.8048],[-83.10273,36.81161],[-83.09907,36.81329],[-83.09937,36.82299],[-83.10225,36.82803],[-83.09901,36.83216],[-83.0911,36.83475],[-83.08804,36.83803],[-83.07512,36.84079],[-83.07587,36.85065],[-83.07271,36.85455],[-82.96652,36.86363],[-82.90734,36.87557],[-82.86855,36.89943],[-82.87869,36.90904],[-82.8589,36.92879],[-82.86334,36.94115],[-82.85957,36.95049],[-82.87449,36.96721],[-82.86718,36.97995],[-82.83834,36.98944],[-82.82882,37.00682],[-82.79135,37.0103],[-82.7598,37.0274],[-82.74841,37.02678],[-82.74367,37.04387],[-82.72287,37.04497],[-82.72663,37.07332],[-82.71747,37.07678],[-82.72419,37.08305],[-82.72676,37.11824],[-82.6547,37.15146],[-82.633,37.15476],[-82.61813,37.17024],[-82.50182,37.22621],[-82.43983,37.2474],[-82.34894,37.26799],[-82.34996,37.27216],[-82.3427,37.27402],[-82.34429,37.28125],[-82.32487,37.28335],[-82.31585,37.29493],[-82.1412,37.41613],[-82.06116,37.47223],[-82.04845,37.48241],[-82.01689,37.50386],[-81.96799,37.53804],[-81.96581,37.54067],[-81.96506,37.54339],[-81.97032,37.54676],[-81.97556,37.54603],[-81.98141,37.54202],[-81.98752,37.54301],[-81.98905,37.5428],[-81.98988,37.54212],[-81.99064,37.54049],[-81.99202,37.53879],[-81.99424,37.53771],[-81.99649,37.53823],[-81.99701,37.53948],[-81.9968,37.54081],[-81.99643,37.54174],[-81.99694,37.54308],[-81.99797,37.54335],[-82.00011,37.54252],[-82.00311,37.53851],[-82.00533,37.53501],[-82.00807,37.53311],[-82.01095,37.53279],[-82.01632,37.534],[-82.01687,37.53774],[-82.01792,37.53986],[-82.02021,37.54072],[-82.02684,37.53733],[-82.02976,37.53793],[-82.03394,37.5414],[-82.03678,37.54221],[-82.03787,37.54362],[-82.03865,37.54717],[-82.04016,37.5482],[-82.04376,37.5478],[-82.045,37.54579],[-82.04454,37.54163],[-82.04189,37.53487],[-82.04303,37.53057],[-82.04499,37.52798],[-82.04731,37.52804],[-82.04877,37.52928],[-82.04869,37.53397],[-82.05085,37.53564],[-82.05601,37.53672],[-82.0617,37.53589],[-82.06486,37.53721],[-82.06515,37.53891],[-82.06349,37.54269],[-82.06909,37.54951],[-82.07192,37.55097],[-82.07383,37.55556],[-82.08819,37.55571],[-82.09977,37.55279],[-82.10505,37.55269],[-82.10539,37.55433],[-82.10195,37.55842],[-82.10403,37.56011],[-82.11071,37.55873],[-82.1177,37.55918],[-82.12073,37.55621],[-82.12098,37.55437],[-82.12297,37.55156],[-82.12681,37.55109],[-82.13344,37.55261],[-82.13535,37.55752],[-82.13326,37.56039],[-82.13431,37.56334],[-82.14486,37.56681],[-82.14348,37.5708],[-82.12882,37.57234],[-82.12474,37.5763],[-82.13173,37.59287],[-82.14114,37.59504],[-82.14806,37.59033],[-82.15748,37.59238],[-82.15644,37.60538],[-82.15681,37.60959],[-82.16521,37.6076],[-82.16731,37.60781],[-82.16889,37.60868],[-82.16873,37.61023],[-82.1699,37.61316],[-82.16635,37.61685],[-82.1643,37.62019],[-82.1658,37.62048],[-82.16632,37.62109],[-82.16846,37.62176],[-82.17706,37.61789],[-82.18225,37.62235],[-82.18273,37.62531],[-82.18168,37.62721],[-82.17585,37.62987],[-82.17262,37.63217],[-82.17271,37.6341],[-82.17458,37.63561],[-82.17788,37.64114],[-82.175,37.64719],[-82.17702,37.64861],[-82.1859,37.6485],[-82.19108,37.64455],[-82.18775,37.63967],[-82.18572,37.62713],[-82.19228,37.62559],[-82.19928,37.62731],[-82.20556,37.62484],[-82.21445,37.62533],[-82.21602,37.6263],[-82.215,37.62778],[-82.22089,37.63464],[-82.21866,37.63684],[-82.21686,37.64166],[-82.22445,37.64475],[-82.22575,37.6528],[-82.24114,37.66179],[-82.25349,37.65638],[-82.25862,37.65666],[-82.26416,37.66063],[-82.27202,37.66388],[-82.27538,37.66879],[-82.27825,37.66986],[-82.28348,37.67632],[-82.28795,37.66803],[-82.29513,37.67063],[-82.295,37.67853],[-82.30271,37.67524],[-82.30495,37.67661],[-82.29594,37.68649],[-82.30322,37.69485],[-82.29633,37.70205],[-82.30089,37.70609],[-82.30693,37.70675],[-82.31133,37.71448],[-82.31138,37.71806],[-82.31617,37.72067],[-82.31944,37.73394],[-82.32688,37.73589],[-82.33428,37.74233],[-82.32774,37.74952],[-82.32169,37.75122],[-82.32099,37.75717],[-82.31745,37.76029],[-82.31169,37.76143],[-82.3123,37.76465],[-82.31718,37.76535],[-82.32572,37.76237],[-82.32924,37.76215],[-82.33435,37.76529],[-82.33365,37.76741],[-82.32307,37.77299],[-82.324,37.77504],[-82.32604,37.7758],[-82.33576,37.77393],[-82.33984,37.77628],[-82.33888,37.78236],[-82.34057,37.78591],[-82.34901,37.78674],[-82.35496,37.79315],[-82.36313,37.79437],[-82.36854,37.80108],[-82.37697,37.80207],[-82.37821,37.80382],[-82.37905,37.80886],[-82.38652,37.81807],[-82.38864,37.81767],[-82.39664,37.80855],[-82.40105,37.80856],[-82.40278,37.81247],[-82.39864,37.82174],[-82.39945,37.82954],[-82.409,37.83602],[-82.41309,37.84483],[-82.42,37.84574],[-82.42094,37.84756],[-82.41784,37.85107],[-82.41483,37.8561],[-82.42252,37.85917],[-82.42465,37.86094],[-82.42446,37.86305],[-82.42247,37.8641],[-82.40999,37.86571],[-82.40774,37.86713],[-82.40912,37.86861],[-82.41693,37.86913],[-82.41933,37.87248],[-82.41989,37.8846],[-82.4225,37.8865],[-82.428,37.88754],[-82.43311,37.89038],[-82.4341,37.89377],[-82.43809,37.90002],[-82.44762,37.90379],[-82.45164,37.90844],[-82.45978,37.90917],[-82.46345,37.91476],[-82.46756,37.91409],[-82.46874,37.91125],[-82.46801,37.90352],[-82.47123,37.89892],[-82.47466,37.89959],[-82.47667,37.90269],[-82.47442,37.90719],[-82.4756,37.91161],[-82.47905,37.91442],[-82.48218,37.91566],[-82.48715,37.91636],[-82.48853,37.91766],[-82.48822,37.91981],[-82.48054,37.9255],[-82.48166,37.92666],[-82.49681,37.92678],[-82.50229,37.93241],[-82.50258,37.93478],[-82.49951,37.93732],[-82.4911,37.93587],[-82.48968,37.93885],[-82.49416,37.9401],[-82.49771,37.94206],[-82.49798,37.94626],[-82.49507,37.94705],[-82.48758,37.94532],[-82.48111,37.94953],[-82.47168,37.95992],[-82.48499,37.96349],[-82.48503,37.97067],[-82.48232,37.97333],[-82.46901,37.97331],[-82.46471,37.97751],[-82.46489,37.98415],[-82.47262,37.98657],[-82.48293,37.98331],[-82.48491,37.98486],[-82.48642,37.98997],[-82.48608,37.99501],[-82.48827,37.99876],[-82.5001,37.99876],[-82.50865,38.00136],[-82.51357,37.99884],[-82.52002,38.00111],[-82.51549,38.006],[-82.51982,38.00789],[-82.52591,38.01798],[-82.52606,38.02627],[-82.53174,38.02904],[-82.53479,38.0318],[-82.53781,38.03535],[-82.53944,38.03873],[-82.53739,38.04508],[-82.54097,38.04727],[-82.54403,38.0522],[-82.54517,38.05519],[-82.54503,38.05887],[-82.54981,38.06347],[-82.54959,38.06839],[-82.55205,38.07102],[-82.55979,38.07252],[-82.56602,38.08094],[-82.57328,38.08148],[-82.58447,38.09066],[-82.58575,38.09479],[-82.58554,38.10653],[-82.58785,38.10894],[-82.59214,38.10995],[-82.59544,38.11257],[-82.59909,38.1169],[-82.60824,38.12075],[-82.61507,38.12],[-82.61945,38.12033],[-82.62131,38.12314],[-82.62212,38.13325],[-82.63683,38.13792],[-82.63862,38.14512],[-82.63878,38.15607],[-82.64514,38.16557],[-82.64265,38.17019],[-82.63953,38.17128],[-82.62739,38.17099],[-82.61942,38.16899],[-82.61267,38.1708],[-82.59996,38.19672],[-82.59852,38.21743],[-82.60915,38.22296],[-82.61303,38.23551],[-82.60866,38.24453],[-82.60482,38.24785],[-82.59331,38.24554],[-82.58491,38.24611],[-82.58117,38.2491],[-82.57481,38.26412],[-82.57464,38.27274],[-82.5797,38.28355],[-82.57958,38.29047],[-82.58353,38.29685],[-82.58042,38.30325],[-82.57313,38.31228],[-82.57184,38.31602],[-82.57322,38.31985],[-82.57568,38.32319],[-82.57688,38.32844],[-82.58494,38.33387],[-82.58947,38.34031],[-82.5964,38.34252],[-82.59879,38.34649],[-82.59764,38.36575],[-82.59433,38.372],[-82.59289,38.37576],[-82.59398,38.38041],[-82.60063,38.39053],[-82.59529,38.39869],[-82.59727,38.41033],[-82.59631,38.41801],[-82.61117,38.47165],[-82.65926,38.49435],[-82.69901,38.54244],[-82.73445,38.55813],[-82.78,38.55698],[-82.80279,38.56171],[-82.84487,38.58698],[-82.85608,38.6067],[-82.85998,38.66042],[-82.8812,38.68836],[-82.87425,38.70909],[-82.87353,38.74296],[-82.8926,38.75577],[-82.93408,38.74613],[-82.9691,38.72509],[-83.01796,38.72734],[-83.03037,38.72341],[-83.03792,38.70919],[-83.06106,38.6885],[-83.11184,38.67175],[-83.12449,38.63954],[-83.1477,38.61884],[-83.20603,38.61476],[-83.23751,38.6275],[-83.25861,38.62188],[-83.29212,38.59391],[-83.31665,38.60375],[-83.3269,38.63673],[-83.36863,38.65892],[-83.46197,38.66988],[-83.49081,38.69244],[-83.5311,38.70179],[-83.62774,38.67671],[-83.64669,38.63073],[-83.66827,38.62455],[-83.71719,38.64286],[-83.771,38.65327],[-83.78758,38.69931],[-83.84031,38.71442],[-83.84504,38.73796],[-83.86321,38.7585],[-83.92235,38.7683],[-83.95164,38.78456],[-83.96528,38.78624],[-84.03962,38.76914],[-84.08411,38.77016],[-84.14457,38.7896],[-84.20767,38.8004],[-84.228,38.81727],[-84.23744,38.8384],[-84.23294,38.88603],[-84.23289,38.8871],[-84.2864,38.95228],[-84.28874,38.95567],[-84.30005,38.9935],[-84.30716,39.0073],[-84.33985,39.03437],[-84.34089,39.03501],[-84.42565,39.0527],[-84.42652,39.05322],[-84.43401,39.09569],[-84.43495,39.09977],[-84.45282,39.11925],[-84.45619,39.12054],[-84.4792,39.11807],[-84.48059,39.11742],[-84.50434,39.09592],[-84.50612,39.09511],[-84.54971,39.09972],[-84.55096,39.09949],[-84.57256,39.08215],[-84.57306,39.08191],[-84.61685,39.07323],[-84.61845,39.07327],[-84.65842,39.09552],[-84.65993,39.09614],[-84.68487,39.1003],[-84.68593,39.10077],[-84.71788,39.13641],[-84.71826,39.13682],[-84.75139,39.14753],[-84.75244,39.14726],[-84.7842,39.1179],[-84.7874,39.11544],[-84.83142,39.10085],[-84.83248,39.10036],[-84.89694,39.05747],[-84.89729,39.05747],[-84.83027,38.97417],[-84.83003,38.97305],[-84.83299,38.96042],[-84.83363,38.95943],[-84.8762,38.92254],[-84.87706,38.92147],[-84.87723,38.90954],[-84.87702,38.90901],[-84.8679,38.89921],[-84.86643,38.89871],[-84.8145,38.89546],[-84.81331,38.89523],[-84.78542,38.88075],[-84.78518,38.88001],[-84.78981,38.86206],[-84.79094,38.86057],[-84.82962,38.83112],[-84.82993,38.83037],[-84.81417,38.80034],[-84.81339,38.79851],[-84.81432,38.7847],[-84.8149,38.78428],[-84.88679,38.79463],[-84.88724,38.7948],[-84.93976,38.77602],[-84.94121,38.77565],[-84.99111,38.77842],[-84.99229,38.77815],[-85.10094,38.72662],[-85.10172,38.72651],[-85.13605,38.70062],[-85.1368,38.7001],[-85.17189,38.68836],[-85.17298,38.68807],[-85.21237,38.69501],[-85.21482,38.69625],[-85.2464,38.73147],[-85.24692,38.73194],[-85.2767,38.74135],[-85.27859,38.74159],[-85.36176,38.73051],[-85.3636,38.73037],[-85.41339,38.73683],[-85.41489,38.73677],[-85.43532,38.729],[-85.43609,38.7285],[-85.45169,38.71037],[-85.45184,38.7102],[-85.45673,38.68734],[-85.45665,38.68603],[-85.43897,38.65963],[-85.43854,38.65896],[-85.43832,38.60596],[-85.43824,38.60468],[-85.41528,38.55926],[-85.41489,38.55775],[-85.41777,38.53822],[-85.41777,38.53775],[-85.43188,38.52455],[-85.43291,38.52398],[-85.46759,38.50802],[-85.48534,38.47536],[-85.51651,38.45602],[-85.58102,38.45038],[-85.61748,38.42559],[-85.64218,38.34231],[-85.67191,38.29922],[-85.75237,38.26101],[-85.78259,38.28633],[-85.81256,38.28285],[-85.83187,38.27071],[-85.83439,38.24867],[-85.84674,38.22249],[-85.8742,38.2077],[-85.89698,38.18329],[-85.90825,38.14643],[-85.90082,38.10483],[-85.92144,38.02204],[-85.94674,38.0039],[-85.99891,37.99963],[-86.0305,37.99062],[-86.0317,37.96897],[-86.03703,37.95787],[-86.04904,37.95814],[-86.06569,37.97465],[-86.0832,38.00266],[-86.10526,38.01108],[-86.13499,38.01429],[-86.17395,38.00779],[-86.22318,38.02719],[-86.23476,38.0364],[-86.26965,38.05557],[-86.2784,38.0719],[-86.2832,38.09757],[-86.27121,38.13587],[-86.29327,38.15831],[-86.31725,38.16727],[-86.34891,38.19526],[-86.36593,38.19762],[-86.37732,38.18735],[-86.37103,38.16411],[-86.3296,38.16067],[-86.31821,38.14634],[-86.33152,38.12729],[-86.38152,38.12549],[-86.39987,38.10266],[-86.44536,38.12595],[-86.46396,38.11808],[-86.46162,38.09946],[-86.43092,38.08672],[-86.4284,38.0702],[-86.44795,38.04886],[-86.52121,38.03914],[-86.52409,37.9765],[-86.50299,37.92998],[-86.5344,37.91343],[-86.58584,37.92175],[-86.59933,37.90652],[-86.59496,37.86403],[-86.62589,37.84367],[-86.65851,37.83913],[-86.6645,37.85579],[-86.64568,37.90557],[-86.67481,37.91466],[-86.72206,37.88816],[-86.74508,37.90217],[-86.77985,37.94719],[-86.79712,37.98841],[-86.81367,37.9971],[-86.84916,37.98784],[-86.91091,37.9365],[-86.9705,37.92866],[-87.00695,37.9192],[-87.04101,37.89479],[-87.03957,37.87113],[-87.06235,37.79878],[-87.09605,37.77916],[-87.13184,37.78058],[-87.13789,37.80617],[-87.16547,37.83761],[-87.21895,37.84391],[-87.29509,37.89318],[-87.34389,37.9086],[-87.40049,37.94057],[-87.44174,37.94114],[-87.50838,37.9045],[-87.52206,37.91325],[-87.53724,37.91882],[-87.54907,37.92401],[-87.55633,37.92803],[-87.56655,37.93649],[-87.57279,37.94837],[-87.57351,37.95173],[-87.57753,37.95168],[-87.57771,37.9678],[-87.59905,37.97139],[-87.60337,37.94984],[-87.61608,37.93603],[-87.6198,37.90879],[-87.58359,37.88466],[-87.57783,37.87207],[-87.60949,37.83155],[-87.64258,37.82369],[-87.67268,37.82682],[-87.68497,37.83884],[-87.68527,37.85655],[-87.66776,37.88788],[-87.68299,37.90094],[-87.72076,37.89053],[-87.74066,37.89346],[-87.76189,37.88977],[-87.78839,37.87416],[-87.83695,37.87643],[-87.88647,37.92438],[-87.90266,37.92449],[-87.93839,37.88627],[-87.90904,37.84833],[-87.89942,37.8091],[-87.92204,37.80074],[-87.95067,37.76792],[-87.99359,37.79118],[-88.04727,37.75139],[-88.13228,37.69126],[-88.15902,37.66098],[-88.15386,37.63117],[-88.12017,37.57132],[-88.07388,37.53796],[-88.05878,37.51019],[-88.06225,37.48802],[-88.0824,37.47147],[-88.28132,37.45148],[-88.32401,37.43225],[-88.34296,37.41263],[-88.36547,37.40166],[-88.37121,37.40273],[-88.40624,37.42479],[-88.40881,37.42522],[-88.46586,37.40055],[-88.47022,37.39625],[-88.48672,37.34015],[-88.48695,37.3396],[-88.51406,37.29246],[-88.51486,37.29069],[-88.50409,37.26514],[-88.50382,37.26485],[-88.5123,37.26295],[-88.51187,37.26201],[-88.45005,37.2062],[-88.44982,37.20599],[-88.42533,37.15421],[-88.42462,37.15173],[-88.44912,37.08875],[-88.44919,37.08776],[-88.45919,37.07523],[-88.46019,37.07447],[-88.48622,37.06659],[-88.48605,37.0648],[-88.56528,37.07521],[-88.56587,37.0752],[-88.62221,37.11775],[-88.62589,37.11946],[-88.68777,37.13938],[-88.69398,37.14115],[-88.73125,37.14368],[-88.73211,37.14396],[-88.78695,37.17858],[-88.79737,37.18485],[-88.83505,37.19649],[-88.86953,37.20971],[-88.9273,37.22636],[-88.93175,37.22759],[-88.98326,37.22868],[-89.00097,37.2244],[-89.07622,37.17513],[-89.08653,37.1656],[-89.10403,37.13197],[-89.11119,37.11905],[-89.15129,37.09049],[-89.1545,37.08891],[-89.17858,37.055],[-89.17938,37.05301],[-89.18248,37.03748],[-89.18251,37.03728],[-89.1736,37.01141],[-89.17112,37.00807],[-89.13844,36.98509],[-89.13301,36.982],[-89.1183,36.98188],[-89.11503,36.98033],[-89.09901,36.96139],[-89.09884,36.95785],[-89.13194,36.85744],[-89.13797,36.84735],[-89.17718,36.83578],[-89.17815,36.83459],[-89.17923,36.81291],[-89.17875,36.80993],[-89.17107,36.79812],[-89.16846,36.79557],[-89.13321,36.78823],[-89.12892,36.78768],[-89.11685,36.77561],[-89.11607,36.77242],[-89.12243,36.75484],[-89.12613,36.75173],[-89.15699,36.75597],[-89.16689,36.75963],[-89.19155,36.74722],[-89.19781,36.73941],[-89.20073,36.72014],[-89.19948,36.71605],[-89.17484,36.69396],[-89.16952,36.68888],[-89.16872,36.67189],[-89.15908,36.66635],[-89.18775,36.64111],[-89.19254,36.636],[-89.20261,36.60158],[-89.21356,36.58012],[-89.23184,36.56812],[-89.23654,36.56682],[-89.26806,36.56891],[-89.27171,36.57139],[-89.31943,36.62739],[-89.32472,36.63108],[-89.36486,36.62532],[-89.36555,36.62506],[-89.37545,36.61572],[-89.37637,36.61387],[-89.41729,36.49903],[-89.34795,36.50308],[-89.30028,36.50715],[-88.06598,36.49774],[-88.05332,36.49712],[-88.0453,36.50408],[-88.03948,36.51041],[-88.03413,36.53112],[-88.03249,36.54066],[-88.0412,36.58412],[-88.04513,36.60294],[-88.06821,36.65975],[-88.07053,36.67812],[-87.85045,36.6651],[-87.85355,36.63303],[-87.81577,36.63427],[-87.81886,36.73826],[-87.40945,36.74484],[-87.40717,36.64113],[-86.9982,36.64425],[-86.58995,36.65243],[-86.56427,36.63359],[-86.50781,36.65238],[-86.41587,36.65103],[-86.36545,36.64996],[-86.33208,36.64871],[-86.29245,36.64527],[-86.19791,36.63973],[-86.12894,36.63612],[-85.83242,36.62211],[-85.78445,36.62202],[-85.67737,36.61841],[-85.50117,36.615],[-85.33222,36.62327],[-85.3255,36.62472],[-85.3002,36.62443],[-85.29337,36.62635],[-85.19552,36.62539],[-85.11243,36.62299],[-84.99612,36.61789],[-84.93593,36.61173],[-84.82297,36.60403],[-84.54335,36.59594],[-84.44599,36.59671],[-84.0503,36.59093],[-83.82598,36.58477],[-83.78356,36.5839],[-83.69079,36.58261]],[[-89.55251,36.57723],[-89.55264,36.57718],[-89.57151,36.55257],[-89.54296,36.50496],[-89.53912,36.4981],[-89.4885,36.49755],[-89.4852,36.49745],[-89.46589,36.52995],[-89.46545,36.53616],[-89.4808,36.56969],[-89.48089,36.56977],[-89.5205,36.57943],[-89.52234,36.58018],[-89.55251,36.57723]]],"terms_url":"https://kyfromabove.ky.gov/","terms_text":"KyFromAbove","description":"6-inch aerial imagery captured from 2018 to 2022 through the Kentucky Aerial Photography and Elevation Data Program (KyFromAbove) and published by the Kentucky Division of Geographic Information (DGI)."},{"id":"osmfj-kyoto-2021","name":"Kyoto prefecture Imagery 2020-2021","type":"tms","template":"https://tiles.osmf.jp/kyoto-fu/{zoom}/{x}/{y}.png","category":"photo","endDate":"2021-03-19T00:00:00.000Z","startDate":"2020-07-03T00:00:00.000Z","zoomExtent":[10,18],"polygon":[[[134.99864,35.7845],[134.99861,35.7487],[134.84883,35.74878],[134.84836,35.17357],[134.99977,35.17349],[134.99954,34.88518],[135.35095,34.88499],[135.3508,34.69574],[136.06684,34.69535],[136.06691,34.77792],[136.0532,34.77793],[136.05377,35.46113],[135.70335,35.46133],[135.70359,35.7467],[135.35155,35.74689],[135.35158,35.7843],[134.99864,35.7845]]],"terms_text":"OSMFJ_Ortho","description":"Kokyo Sokuryo Orthoimagery from Kyoto-fu, 2021"},{"id":"kystverket-navigasjon","name":"Kystverket Navigational Aid overlay","type":"wms","template":"https://nfs.kystverket.no/arcgis/services/nfs/NFSSistOperativ/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=13,12,10,8,6,5,4,3&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[12,19],"polygon":[[[3.24857,56.08599],[8.88244,57.69534],[10.03051,58.25173],[11.08246,58.96771],[11.50166,58.95444],[11.50266,63.28307],[14.47997,66.2558],[18.3032,68.36681],[21.46179,69.57098],[30.3511,69.56882],[32.07458,70.27336],[36.95796,73.68962],[37.99619,75.79673],[37.96874,78.62784],[34.98861,82.3401],[5.85587,82.34863],[-3.60356,79.12998],[-5.11965,74.39626],[-12.43655,72.58741],[-13.73292,69.76376],[-0.49301,63.88665],[1.77704,61.36251],[1.47215,58.45924],[2.60924,56.59428],[3.24857,56.08599]]],"terms_url":"https://kystverket.no/Maritim-infrastruktur/Fyr-og-merker-/","terms_text":"© Kystverket","description":"Beacons, buoys, lights and fairways maintained by the Norwegian Coastal Administration","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Coat_of_arms_of_the_Norwegian_Coastal_Administration.svg/143px-Coat_of_arms_of_the_Norwegian_Coastal_Administration.svg.png","overlay":true},{"id":"LA_County_Basemap","name":"LA County Basemap","type":"tms","template":"https://cache.gis.lacounty.gov/cache/rest/services/LACounty_Cache/LACounty_StreetMap/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[0,23],"polygon":[[[-118.92355,33.21028],[-118.32162,33.21286],[-118.11333,33.7463],[-118.09196,33.75843],[-118.09235,33.76441],[-118.09385,33.76849],[-118.09709,33.77359],[-118.0967,33.77921],[-118.08618,33.79692],[-118.08466,33.803],[-118.0729,33.81481],[-118.06328,33.81964],[-118.06332,33.83155],[-118.06071,33.83456],[-118.05935,33.83492],[-118.059,33.83522],[-118.05905,33.8462],[-118.0547,33.84622],[-118.05474,33.84985],[-118.05038,33.84987],[-118.05042,33.85356],[-118.04614,33.85361],[-118.04621,33.85869],[-118.04187,33.85872],[-118.0419,33.86234],[-118.03755,33.86238],[-118.03764,33.86601],[-118.02873,33.86605],[-118.02879,33.87332],[-118.01138,33.87342],[-118.01144,33.88086],[-118.00277,33.8809],[-118.00286,33.88815],[-117.99404,33.88821],[-117.99412,33.89546],[-117.98533,33.89551],[-117.98541,33.90275],[-117.9766,33.90276],[-117.97651,33.94606],[-117.7834,33.94644],[-117.79344,33.95368],[-117.79344,33.96806],[-117.80253,33.96818],[-117.80253,33.97537],[-117.785,34.00481],[-117.76749,34.00481],[-117.76719,34.01056],[-117.76777,34.02351],[-117.7359,34.01858],[-117.73007,34.02137],[-117.72751,34.03965],[-117.678,34.16094],[-117.64751,34.28698],[-117.65969,34.45073],[-117.66734,34.82258],[-118.89485,34.81851],[-118.63688,34.29128],[-118.6325,34.26549],[-118.63343,34.24032],[-118.66837,34.24049],[-118.66908,34.16825],[-118.78889,34.16822],[-118.94113,34.07486],[-118.92355,33.21028]]],"terms_url":"https://lacounty.gov/","terms_text":"Los Angeles County","icon":"https://lacounty.gov/wp-content/uploads/2019/04/cropped-seal.2016-192x192.png"},{"id":"COS2018","name":"Land Use and Soil Occupation Charter of mainland Portugal - 2018 (DGT)","type":"wms","template":"http://mapas.dgterritorio.pt/wms-inspire/cos2018v1?LAYERS=COS2018v1&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[13,18],"polygon":[[[-7.31278,36.98391],[-7.44461,37.5718],[-7.1933,37.97019],[-6.97357,38.00807],[-6.90628,38.24142],[-7.06627,38.20743],[-7.27158,38.45628],[-7.20429,38.72356],[-7.0134,38.85468],[-6.91315,39.03839],[-6.97357,39.13113],[-7.17957,39.23651],[-7.28668,39.48497],[-7.44873,39.61838],[-7.34162,39.60886],[-6.99692,39.64906],[-6.81839,40.0192],[-7.01065,40.19986],[-6.85272,40.24285],[-6.76209,40.35073],[-6.77994,40.8886],[-6.88637,41.01151],[-6.79642,41.01721],[-6.63849,41.21689],[-6.4531,41.24116],[-6.29311,41.38763],[-6.15715,41.5908],[-6.31165,41.68932],[-6.51215,41.71188],[-6.49841,41.88081],[-6.56296,41.97991],[-6.80191,42.00951],[-7.20497,42.00135],[-7.22763,41.8849],[-7.36908,41.87058],[-7.72751,41.92885],[-7.92526,41.94009],[-8.07907,41.84706],[-8.1601,41.91812],[-8.01796,42.05031],[-8.19924,42.18681],[-8.39356,42.1023],[-8.66066,42.07886],[-8.88382,41.88081],[-9.17084,41.86956],[-9.04175,41.43655],[-9.01978,40.65981],[-9.15711,40.26695],[-9.81903,39.52099],[-9.74213,38.6512],[-9.12964,37.88136],[-9.27246,36.99378],[-9.09394,36.68604],[-7.80579,36.74989],[-7.31278,36.98391]]],"terms_url":"https://snig.dgterritorio.gov.pt/rndg/srv/por/catalog.search#/metadata/b498e89c-1093-4793-ad22-63516062891b","terms_text":"Informação geográfica cedida pela Direção-Geral do Território"},{"id":"lantmateriet-orto1960","name":"Lantmäteriet Historic Orthophoto 1960","type":"wms","template":"https://api.lantmateriet.se/historiska-ortofoton/wms/v1/token/9b342b7d9f12d4ddb92277be9869d860/?LAYERS=OI.Histortho_60&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","zoomExtent":[5,19],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.lantmateriet.se/","terms_text":"© Lantmäteriet, CC0","description":"Mosaic of Swedish orthophotos from the period 1955–1965. Older and younger pictures may occur.","icon":"https://raw.githubusercontent.com/osmlab/editor-layer-index/gh-pages/sources/europe/se/lantmateriet_icon.png"},{"id":"lantmateriet-orto1975","name":"Lantmäteriet Historic Orthophoto 1975","type":"wms","template":"https://api.lantmateriet.se/historiska-ortofoton/wms/v1/token/9b342b7d9f12d4ddb92277be9869d860/?LAYERS=OI.Histortho_75&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","zoomExtent":[5,19],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[17.85131,60.87407],[14.74558,60.53889],[11.60239,59.56416],[10.51799,58.66559],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.lantmateriet.se/","terms_text":"© Lantmäteriet, CC0","description":"Mosaic of Swedish orthophotos from the period 1970–1980. Is under construction.","icon":"https://raw.githubusercontent.com/osmlab/editor-layer-index/gh-pages/sources/europe/se/lantmateriet_icon.png"},{"id":"lantmateriet-topowebb","name":"Lantmäteriet Topographic Map","type":"tms","template":"https://api.lantmateriet.se/open/topowebb-ccby/v1/wmts/token/9b342b7d9f12d4ddb92277be9869d860/1.0.0/topowebb/default/3857/{zoom}/{y}/{x}.png","category":"map","zoomExtent":[3,15],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.lantmateriet.se/","terms_text":"© Lantmäteriet, CC0","description":"Topographic map of Sweden 1:50 000","icon":"https://raw.githubusercontent.com/osmlab/editor-layer-index/gh-pages/sources/europe/se/lantmateriet_icon.png"},{"id":"lu.geoportail.opendata.ortholatest","name":"Latest available ortho geoportail.lu","type":"tms","template":"https://{switch:wmts1,wmts2}.geoportail.lu/opendata/wmts/ortho_latest/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg","category":"photo","endDate":"2022-09-23T00:00:00.000Z","startDate":"2022-08-10T00:00:00.000Z","zoomExtent":[5,20],"polygon":[[[5.96175,50.17631],[5.95286,50.13384],[5.89196,50.12041],[5.881,50.08069],[5.85781,50.07186],[5.85087,50.0563],[5.86189,50.04581],[5.84792,50.02809],[5.81561,50.01437],[5.81806,49.99936],[5.83462,49.98656],[5.83129,49.97995],[5.80652,49.97321],[5.80524,49.96677],[5.78672,49.96816],[5.7688,49.96104],[5.76878,49.94239],[5.77073,49.93711],[5.76039,49.93252],[5.75783,49.91737],[5.73303,49.90285],[5.7346,49.89341],[5.77505,49.88057],[5.77567,49.87438],[5.74955,49.87554],[5.75229,49.85922],[5.74066,49.85152],[5.75399,49.84878],[5.74624,49.84783],[5.74701,49.84048],[5.74053,49.84142],[5.7372,49.83353],[5.74581,49.82435],[5.74159,49.82126],[5.75094,49.79094],[5.76517,49.78961],[5.78626,49.79079],[5.82073,49.74878],[5.82489,49.73767],[5.82191,49.72128],[5.84325,49.71822],[5.86481,49.72331],[5.8757,49.71118],[5.85628,49.68211],[5.85656,49.67628],[5.89934,49.66239],[5.89998,49.63907],[5.88182,49.63815],[5.8694,49.6106],[5.84565,49.5981],[5.84712,49.58961],[5.8511,49.58379],[5.86289,49.58525],[5.86866,49.587],[5.85943,49.57158],[5.8052,49.54272],[5.81625,49.53325],[5.83562,49.54114],[5.84308,49.53081],[5.83187,49.52639],[5.83641,49.51817],[5.84828,49.51397],[5.84897,49.50826],[5.86332,49.50006],[5.89033,49.4948],[5.91578,49.49835],[5.9616,49.49026],[5.96891,49.48202],[5.97232,49.46087],[5.97773,49.45955],[5.97657,49.44885],[5.99412,49.45301],[6.01574,49.44885],[6.02154,49.45127],[6.02529,49.44703],[6.04421,49.44553],[6.05222,49.46028],[6.05917,49.46306],[6.07722,49.46139],[6.08167,49.45417],[6.10483,49.45076],[6.1014,49.46726],[6.12725,49.47081],[6.12937,49.48803],[6.14018,49.48525],[6.1671,49.49006],[6.16086,49.50085],[6.17337,49.50577],[6.19669,49.50331],[6.24133,49.50693],[6.27191,49.49995],[6.28789,49.48379],[6.29503,49.47928],[6.32189,49.47244],[6.3334,49.46493],[6.37056,49.45732],[6.37076,49.50545],[6.35932,49.52481],[6.35855,49.53296],[6.38009,49.54856],[6.3849,49.55817],[6.35791,49.57166],[6.36909,49.5783],[6.38119,49.57509],[6.38443,49.5801],[6.37551,49.58809],[6.37941,49.59526],[6.39898,49.60094],[6.42178,49.61809],[6.44251,49.65591],[6.4399,49.66025],[6.42714,49.66237],[6.5046,49.71227],[6.50788,49.71215],[6.50712,49.71655],[6.49558,49.72443],[6.49891,49.72639],[6.50479,49.725],[6.51176,49.72016],[6.51642,49.72129],[6.51809,49.7242],[6.50727,49.72938],[6.50263,49.73298],[6.50373,49.75086],[6.52052,49.76134],[6.52056,49.76818],[6.51105,49.77422],[6.51917,49.78344],[6.50622,49.78899],[6.53083,49.80116],[6.53225,49.80686],[6.52981,49.81048],[6.5196,49.81446],[6.51485,49.80513],[6.51155,49.80238],[6.50669,49.80993],[6.49681,49.81277],[6.47057,49.82385],[6.46454,49.81975],[6.45366,49.81275],[6.44344,49.81233],[6.44161,49.81547],[6.43097,49.81129],[6.42807,49.81186],[6.42643,49.81629],[6.4022,49.82098],[6.36465,49.85164],[6.33937,49.8507],[6.33656,49.83998],[6.32741,49.83673],[6.32158,49.8409],[6.32361,49.85188],[6.31465,49.86057],[6.31532,49.8673],[6.30989,49.87107],[6.2977,49.86673],[6.29166,49.87548],[6.28113,49.87957],[6.27646,49.87725],[6.26301,49.88101],[6.25781,49.88724],[6.24692,49.89535],[6.23381,49.90028],[6.23229,49.9072],[6.22769,49.91062],[6.23187,49.91064],[6.23603,49.91355],[6.22986,49.92125],[6.21913,49.92354],[6.22635,49.92766],[6.22824,49.93726],[6.22044,49.94369],[6.22502,49.95039],[6.21269,49.9514],[6.20707,49.95672],[6.19978,49.95352],[6.19277,49.97158],[6.18331,49.9686],[6.17983,49.96307],[6.18339,49.9548],[6.17995,49.95386],[6.1763,49.962],[6.17151,49.96298],[6.16549,49.97115],[6.17035,49.98376],[6.17348,49.98344],[6.17305,49.98589],[6.15625,49.98867],[6.15023,49.99518],[6.14218,49.99535],[6.13852,49.99829],[6.13966,49.9994],[6.14546,49.99689],[6.1517,50.01058],[6.13934,50.01116],[6.13024,50.01819],[6.13138,50.01905],[6.13594,50.01485],[6.13868,50.01572],[6.14821,50.02307],[6.13034,50.02975],[6.13661,50.04178],[6.12361,50.06323],[6.11563,50.05817],[6.11444,50.06139],[6.12117,50.064],[6.13186,50.07348],[6.12634,50.07817],[6.12194,50.09059],[6.13547,50.09119],[6.13108,50.09964],[6.13808,50.10263],[6.13555,50.11899],[6.14093,50.1305],[6.12369,50.13719],[6.11323,50.13739],[6.1277,50.14993],[6.1201,50.15594],[6.1225,50.16437],[6.10176,50.17199],[6.07824,50.17255],[6.07668,50.15913],[6.06069,50.15536],[6.03318,50.16395],[6.02627,50.18496],[5.96175,50.17631]]],"terms_url":"https://data.public.lu/en/datasets/bd-l-ortho-webservices-wms-et-wmts","terms_text":"Administration du Cadastre et de la Topographie","best":true,"icon":"https://www.geoportail.lu/static/img/lion.png"},{"id":"CityOfLaunceston_2011","name":"Launceston OrthoPhoto 2011","type":"tms","template":"https://mapping.launceston.tas.gov.au/arcgis/rest/services/Public/OrthoPhoto_Dec2011_10cm/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2011-12-01T00:00:00.000Z","startDate":"2011-12-01T00:00:00.000Z","zoomExtent":[10,20],"polygon":[[[147.10456,-41.3946],[147.10541,-41.47525],[147.17433,-41.47514],[147.17428,-41.45584],[147.17533,-41.45584],[147.17501,-41.39451],[147.10456,-41.3946]]],"terms_text":"© City of Launceston","icon":"https://www.launceston.tas.gov.au/files/assets/public/templateimages/favicons/favicon-196x196.png"},{"id":"CityOfLaunceston_2013","name":"Launceston OrthoPhoto 2013","type":"tms","template":"https://mapping.launceston.tas.gov.au/arcgis/rest/services/Public/OrthoPhoto_Feb2013_10cm/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2013-02-15T00:00:00.000Z","startDate":"2013-02-15T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[147.06561,-41.5081],[147.23786,-41.50787],[147.23734,-41.36464],[147.06547,-41.36487],[147.06561,-41.5081]]],"terms_text":"© City of Launceston","icon":"https://www.launceston.tas.gov.au/files/assets/public/templateimages/favicons/favicon-196x196.png"},{"id":"Lee_Ortho_2021","name":"Lee County Orthoimagery (2021)","type":"wms","template":"https://gissvr4.leepa.org/gissvr/rest/services/AP2021Pict/MapServer/export?f=image&format=jpg&layers=0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-03-08T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.55909,26.7814],[-82.20292,26.78198],[-82.20286,26.79578],[-82.27953,26.79578],[-82.27819,26.69713],[-82.23279,26.61737],[-82.22554,26.58889],[-82.20807,26.56391],[-82.1988,26.4798],[-82.09981,26.41128],[-82.03777,26.4282],[-81.93664,26.42873],[-81.84513,26.32812],[-81.82037,26.32815],[-81.82039,26.31439],[-81.65248,26.31408],[-81.6522,26.4104],[-81.56062,26.41004],[-81.55909,26.7814]]],"terms_url":"https://www.leegov.com/gis/data/aerials","terms_text":"Lee County GIS","description":"The 2021 orthoimagery for Lee County of the State of Florida","icon":"https://www.arcgis.com/sharing/rest/content/items/ccd6da9acc7143ce822661ba11ee2017/resources/Lee-County-icon.png"},{"id":"Lee_Ortho_2022_Q1","name":"Lee County Orthoimagery (2022 Q1)","type":"wms","template":"https://gissvr4.leepa.org/gissvr/rest/services/AP2022Pict/MapServer/export?f=image&format=jpg&layers=0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-03-11T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.55909,26.7814],[-82.20292,26.78198],[-82.20286,26.79578],[-82.27953,26.79578],[-82.27819,26.69713],[-82.23279,26.61737],[-82.22554,26.58889],[-82.20807,26.56391],[-82.1988,26.4798],[-82.09981,26.41128],[-82.03777,26.4282],[-81.93664,26.42873],[-81.84513,26.32812],[-81.82037,26.32815],[-81.82039,26.31439],[-81.65248,26.31408],[-81.6522,26.4104],[-81.56062,26.41004],[-81.55909,26.7814]]],"terms_url":"https://www.leegov.com/gis/data/aerials","terms_text":"Lee County GIS","description":"The 2022 Q1 orthoimagery for Lee County of the State of Florida","icon":"https://www.arcgis.com/sharing/rest/content/items/ccd6da9acc7143ce822661ba11ee2017/resources/Lee-County-icon.png"},{"id":"Lee_Ortho_2022_Q4","name":"Lee County Orthoimagery (2022 Q4)","type":"wms","template":"https://gissvr4.leepa.org/gissvr/rest/services/AP2022q4Pict/MapServer/export?f=image&format=jpg&layers=0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-12-31T00:00:00.000Z","startDate":"2022-10-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.55909,26.7814],[-82.20292,26.78198],[-82.20286,26.79578],[-82.27953,26.79578],[-82.27819,26.69713],[-82.23279,26.61737],[-82.22554,26.58889],[-82.20807,26.56391],[-82.1988,26.4798],[-82.09981,26.41128],[-82.03777,26.4282],[-81.93664,26.42873],[-81.84513,26.32812],[-81.82037,26.32815],[-81.82039,26.31439],[-81.65248,26.31408],[-81.6522,26.4104],[-81.56062,26.41004],[-81.55909,26.7814]]],"terms_url":"https://www.leegov.com/gis/data/aerials","terms_text":"Lee County GIS","description":"The 2022 Q4 orthoimagery for Lee County of the State of Florida","icon":"https://www.arcgis.com/sharing/rest/content/items/ccd6da9acc7143ce822661ba11ee2017/resources/Lee-County-icon.png"},{"id":"Lee_Ortho_2023","name":"Lee County Orthoimagery (2023)","type":"wms","template":"https://gissvr4.leepa.org/gissvr/rest/services/AP2023Pict/MapServer/export?f=image&format=jpg&layers=0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-29T00:00:00.000Z","startDate":"2023-01-05T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.55909,26.7814],[-82.20292,26.78198],[-82.20286,26.79578],[-82.27953,26.79578],[-82.27819,26.69713],[-82.23279,26.61737],[-82.22554,26.58889],[-82.20807,26.56391],[-82.1988,26.4798],[-82.09981,26.41128],[-82.03777,26.4282],[-81.93664,26.42873],[-81.84513,26.32812],[-81.82037,26.32815],[-81.82039,26.31439],[-81.65248,26.31408],[-81.6522,26.4104],[-81.56062,26.41004],[-81.55909,26.7814]]],"terms_url":"https://www.leegov.com/gis/data/aerials","terms_text":"Lee County GIS","description":"The 2023 orthoimagery for Lee County of the State of Florida","icon":"https://www.arcgis.com/sharing/rest/content/items/ccd6da9acc7143ce822661ba11ee2017/resources/Lee-County-icon.png"},{"id":"Lee_Ortho_2024","name":"Lee County Orthoimagery (2024)","type":"wms","template":"https://gissvr4.leepa.org/gissvr/rest/services/AP2024Pict/MapServer/export?f=image&format=jpg&layers=0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-03-11T00:00:00.000Z","startDate":"2024-01-08T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.55909,26.7814],[-82.20292,26.78198],[-82.20286,26.79578],[-82.27953,26.79578],[-82.27819,26.69713],[-82.23279,26.61737],[-82.22554,26.58889],[-82.20807,26.56391],[-82.1988,26.4798],[-82.09981,26.41128],[-82.03777,26.4282],[-81.93664,26.42873],[-81.84513,26.32812],[-81.82037,26.32815],[-81.82039,26.31439],[-81.65248,26.31408],[-81.6522,26.4104],[-81.56062,26.41004],[-81.55909,26.7814]]],"terms_url":"https://www.leegov.com/gis/data/aerials","terms_text":"Lee County GIS","description":"The 2024 orthoimagery for Lee County of the State of Florida","icon":"https://www.arcgis.com/sharing/rest/content/items/ccd6da9acc7143ce822661ba11ee2017/resources/Lee-County-icon.png"},{"id":"Licking_OH_2023","name":"Licking County Orthoimagery (2023)","type":"wms","template":"https://apps.lickingcounty.gov/arcgis/rest/services/Basemaps/Imagery2023/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-82.47752,40.24575],[-82.47607,40.2645],[-82.75072,40.27696],[-82.77362,39.97606],[-82.77941,39.97638],[-82.78238,39.93973],[-82.47333,39.92498],[-82.46314,39.93058],[-82.41846,39.92745],[-82.41897,39.92258],[-82.30121,39.91614],[-82.23414,39.9133],[-82.23164,39.95129],[-82.19885,39.95022],[-82.18284,40.23866],[-82.28095,40.24019],[-82.28094,40.2393],[-82.32857,40.23967],[-82.47752,40.24575]]],"terms_url":"https://lickingcounty.gov/","terms_text":"Licking County, State of Ohio","description":"Spring 2023 orthoimagery for Licking County in the State of Ohio","icon":"https://lickingcounty.gov/img/00/LC-logo.png"},{"id":"lidingo-orto","name":"Lidingö Orthophoto","type":"wms","template":"https://karta.lidingo.se/wms?LAYERS=theme-ortofoto2012&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&servicename=wms_ortofoto_2012","category":"photo","projection":"EPSG:4326","zoomExtent":[5,21],"polygon":[[[18.08826,59.38201],[18.10367,59.3744],[18.11405,59.35761],[18.17521,59.32391],[18.25962,59.35918],[18.29515,59.36662],[18.30348,59.37265],[18.16255,59.38983],[18.13877,59.40347],[18.10006,59.39399],[18.08826,59.38201]]],"terms_url":"https://www.lidingo.se/oppnadata/oppnadata.4.3f8c1a7415bf516a427a636.html","terms_text":"© Lidingö municipality, CC0","best":true,"description":"Orthophotos from the municipality of Lidingö 2012, CC0 license","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Lidingö_kommunvapen_-_Riksarkivet_Sverige.png/207px-Lidingö_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"linkoping-orto","name":"Linköping Orthophoto","type":"wms","template":"http://kartan.linkoping.se/wms?LAYERS=Kommun_2010_25cm&STYLES=&FORMAT=image/jpeg&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&SERVICENAME=wms_ortofoto","category":"photo","projection":"EPSG:3857","zoomExtent":[13,20],"polygon":[[[15.36884,58.6305],[15.3582,58.47288],[15.24971,58.40027],[15.32387,58.38012],[15.35889,58.16455],[15.27203,58.13483],[15.28713,58.1031],[15.37777,58.05881],[15.50171,58.07679],[15.55939,58.14661],[15.56763,58.19134],[15.65861,58.15513],[15.84915,58.21449],[15.82718,58.30588],[16.08089,58.37148],[15.91438,58.51755],[15.76675,58.52006],[15.7592,58.55267],[15.58376,58.6414],[15.54119,58.60672],[15.54291,58.64408],[15.46635,58.6339],[15.41279,58.65623],[15.36884,58.6305]]],"terms_url":"https://www.linkoping.se/open/","terms_text":"© Linköping municipality","best":true,"description":"Orthophotos from the municipality of Linköping 2010, open data","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Linköping_vapen.svg/198px-Linköping_vapen.svg.png"},{"id":"LINZ_Auckland_2010","name":"LINZ Auckland 2010-2012","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/auckland-rural-2010-2012-0.5m/WebMercatorQuad/{zoom}/{x}/{y}.webp?api=d01egend5f8dv4zcbfj6z2t7rs3","category":"historicphoto","endDate":"2012-01-01T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[174.60022,-37.32212],[174.59988,-37.33386],[174.75986,-37.33086],[174.75849,-37.26504],[174.86904,-37.26422],[174.87213,-37.39444],[175.03246,-37.39198],[175.02972,-37.26176],[175.24395,-37.25793],[175.24258,-37.12748],[175.34935,-37.12638],[175.34454,-36.92904],[175.23331,-36.93233],[175.22919,-36.41465],[175.5368,-36.40581],[175.59448,-36.34721],[175.59448,-36.27749],[175.52994,-36.08351],[175.4187,-36.01911],[175.20859,-35.83006],[175.04517,-35.83452],[175.04517,-35.96467],[174.67781,-36.10154],[174.5216,-36.10265],[174.52126,-36.16726],[174.46907,-36.23264],[174.36195,-36.29714],[174.0564,-36.44338],[174.60022,-37.32212]]],"terms_url":"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data","terms_text":"Sourced from LINZ CC-BY 4.0","icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LINZ_Auckland_2023","name":"LINZ Auckland 2023","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/auckland-central-2023-0.06m/EPSG:3857/{zoom}/{x}/{y}.jpg?api=d01egend5f8dv4zcbfj6z2t7rs3","category":"photo","endDate":"2023-05-10T00:00:00.000Z","startDate":"2023-03-19T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[174.74766,-36.82399],[174.70079,-36.88987],[174.70716,-36.91695],[174.75758,-36.9476],[174.7627,-36.96514],[174.75296,-36.97872],[174.76913,-37.0246],[174.81997,-37.01221],[174.81056,-36.98967],[174.82525,-36.97648],[174.83152,-36.96369],[174.83235,-36.93955],[174.81568,-36.9385],[174.81389,-36.91126],[174.78121,-36.90188],[174.78732,-36.8706],[174.79475,-36.86579],[174.79574,-36.85602],[174.78831,-36.83238],[174.74766,-36.82399]]],"terms_url":"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data","terms_text":"Sourced from LINZ CC-BY 4.0","best":true,"icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LINZ_Bay_of_Plenty_2014","name":"LINZ Bay of Plenty 2014-2015","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/bay-of-plenty-urban-2014-2015-0.125m/WebMercatorQuad/{zoom}/{x}/{y}.webp?api=d01egend5f8dv4zcbfj6z2t7rs3","category":"historicphoto","endDate":"2015-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[175.94604,-37.38653],[175.92682,-37.3868],[175.92854,-37.41762],[175.94055,-37.43261],[175.94158,-37.45224],[175.93094,-37.45278],[175.92442,-37.48276],[175.91652,-37.49638],[175.92682,-37.50891],[175.9481,-37.50918],[175.94879,-37.51544],[175.94193,-37.51544],[175.9433,-37.5228],[175.91,-37.5228],[175.91171,-37.52906],[175.90588,-37.5296],[175.90828,-37.59383],[175.9354,-37.59465],[175.94879,-37.64468],[175.99274,-37.65148],[175.99274,-37.66344],[176.01471,-37.66344],[176.02158,-37.68871],[176.00578,-37.7156],[176.04836,-37.71615],[176.06792,-37.73353],[176.07788,-37.7338],[176.07754,-37.74113],[176.06552,-37.74004],[176.06689,-37.76067],[176.09573,-37.7775],[176.12226,-37.7777],[176.12268,-37.78415],[176.11762,-37.78442],[176.11839,-37.79744],[176.12895,-37.79717],[176.1335,-37.78808],[176.1335,-37.7775],[176.15993,-37.77614],[176.16062,-37.7889],[176.18328,-37.78862],[176.18225,-37.76447],[176.22036,-37.72294],[176.26568,-37.72239],[176.27357,-37.72619],[176.27563,-37.74791],[176.29589,-37.7471],[176.29589,-37.74167],[176.34121,-37.74004],[176.34911,-37.75253],[176.38618,-37.75199],[176.41983,-37.76936],[176.45691,-37.76746],[176.48403,-37.78672],[176.50257,-37.78672],[176.62823,-37.85317],[176.75011,-37.89518],[176.77757,-37.89382],[176.77689,-37.90032],[176.82049,-37.90005],[176.82152,-37.90601],[176.84349,-37.90547],[176.8428,-37.91224],[176.86443,-37.9117],[176.87199,-37.92416],[176.88229,-37.9247],[176.8816,-37.91712],[176.89293,-37.91712],[176.92142,-37.93526],[176.94237,-37.93391],[176.94305,-37.94149],[176.95953,-37.94014],[176.96022,-37.94663],[176.94958,-37.95394],[176.95095,-37.96585],[176.97807,-37.98507],[177.04777,-37.9829],[177.05086,-38.02213],[177.07867,-38.02078],[177.09515,-38.03241],[177.11575,-38.03241],[177.13557,-38.05134],[177.16759,-38.05005],[177.16742,-38.0437],[177.17274,-38.04322],[177.15523,-38.01834],[177.17162,-38.0176],[177.17119,-38.01158],[177.20372,-38.01003],[177.20329,-38.00367],[177.26355,-38.00144],[177.26432,-38.01442],[177.28578,-38.01348],[177.28573,-38.00714],[177.29123,-38.00697],[177.29101,-38.00036],[177.36732,-37.99758],[177.36663,-37.99116],[177.37744,-37.99089],[177.37761,-37.99752],[177.39967,-37.99657],[177.3995,-37.99001],[177.42671,-37.98892],[177.42637,-37.98243],[177.4316,-37.98202],[177.43117,-37.9758],[177.44199,-37.97539],[177.44104,-37.96227],[177.42774,-37.96592],[177.42225,-37.96822],[177.41933,-37.97445],[177.3959,-37.97912],[177.28432,-37.98832],[177.16656,-37.98372],[177.06116,-37.96775],[177.02923,-37.95733],[177.01936,-37.93763],[177.01223,-37.93621],[177.00502,-37.94163],[176.93138,-37.91414],[176.82392,-37.89111],[176.77483,-37.88569],[176.73054,-37.87377],[176.61175,-37.8304],[176.50188,-37.77044],[176.48094,-37.75416],[176.47056,-37.74025],[176.46918,-37.73875],[176.46601,-37.73896],[176.46051,-37.74893],[176.45511,-37.75233],[176.43708,-37.7509],[176.40824,-37.74337],[176.38979,-37.73631],[176.34816,-37.71526],[176.29658,-37.69774],[176.24585,-37.67485],[176.19238,-37.63694],[176.19204,-37.63435],[176.19221,-37.62701],[176.17315,-37.62137],[176.16431,-37.62722],[176.16474,-37.63143],[176.16062,-37.63225],[176.15573,-37.62694],[176.09539,-37.57669],[176.01643,-37.48467],[175.99239,-37.46123],[175.94991,-37.41244],[175.94158,-37.39601],[175.94604,-37.38653]]],"terms_url":"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data","terms_text":"Sourced from LINZ CC-BY 4.0","icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LINZ_Christchurch_2015","name":"LINZ Christchurch 2015-2016","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/christchurch-urban-2015-2016-0.075m/WebMercatorQuad/{zoom}/{x}/{y}.webp?api=d01egend5f8dv4zcbfj6z2t7rs3","category":"historicphoto","endDate":"2016-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[172.70782,-43.39008],[172.67487,-43.39008],[172.61135,-43.42674],[172.44862,-43.44494],[172.39437,-43.45566],[172.39094,-43.46463],[172.4366,-43.47036],[172.42149,-43.5137],[172.45651,-43.56149],[172.48295,-43.55328],[172.56844,-43.62241],[172.58251,-43.61719],[172.61135,-43.62986],[172.62371,-43.62415],[172.62268,-43.64104],[172.65186,-43.64129],[172.65152,-43.67011],[172.67693,-43.66936],[172.67761,-43.66191],[172.71812,-43.66166],[172.71881,-43.64726],[172.76207,-43.6475],[172.76207,-43.62216],[172.74834,-43.6229],[172.74834,-43.60327],[172.83417,-43.60128],[172.76276,-43.55552],[172.71744,-43.45691],[172.70782,-43.39008]]],"terms_url":"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data","terms_text":"Sourced from LINZ CC-BY 4.0","icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LINZ_Cyclone_Gabrielle_Hawkes_Bay","name":"LINZ Cyclone Gabrielle – Hawke's Bay","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/hawkes-bay-cyclone-gabrielle-2023-0.1m/WebMercatorQuad/{zoom}/{x}/{y}.webp?api=d01egend5f8dv4zcbfj6z2t7rs3","category":"photo","endDate":"2023-02-21T00:00:00.000Z","startDate":"2023-02-19T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[177.03141,-39.63949],[176.96938,-39.60062],[176.9254,-39.46675],[176.91795,-39.36078],[177.00087,-39.28245],[177.22801,-39.38037],[177.3782,-39.0737],[177.46378,-39.05948],[177.44454,-38.97109],[177.47214,-38.89528],[177.46921,-38.87835],[177.44579,-38.87347],[177.42069,-38.87477],[177.39727,-38.88714],[177.33847,-39.00274],[177.37479,-39.07678],[177.22745,-39.38005],[176.98465,-39.24825],[176.8571,-39.31524],[176.65631,-39.35209],[176.59246,-39.42406],[176.55256,-39.43536],[176.46078,-39.53494],[176.42486,-39.57288],[176.64301,-39.67533],[176.74011,-39.6999],[176.59379,-39.88489],[176.55389,-39.87468],[176.50334,-39.77764],[176.41289,-39.79808],[176.3118,-39.95018],[176.32111,-40.0256],[176.4661,-39.99809],[176.52063,-40.06225],[176.55655,-40.02763],[176.70419,-39.97873],[176.75208,-39.85835],[177.03141,-39.63949]]],"terms_url":"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data","terms_text":"Sourced from LINZ CC-BY 4.0","best":true,"icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LINZ_Hamilton_2016","name":"LINZ Hamilton 2016-2017","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/hamilton-urban-2016-2017-0.1m/WebMercatorQuad/{zoom}/{x}/{y}.webp?api=d01egend5f8dv4zcbfj6z2t7rs3","category":"historicphoto","endDate":"2017-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[175.17048,-37.67214],[175.17494,-37.84531],[175.26798,-37.8388],[175.26695,-37.85507],[175.28275,-37.85507],[175.28343,-37.86835],[175.37956,-37.86699],[175.37819,-37.7604],[175.33115,-37.7604],[175.33047,-37.74167],[175.31536,-37.74167],[175.31502,-37.72022],[175.29957,-37.71995],[175.30025,-37.70637],[175.28206,-37.70664],[175.2824,-37.68382],[175.20721,-37.68273],[175.20653,-37.67023],[175.17048,-37.67214]]],"terms_url":"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data","terms_text":"Sourced from LINZ CC-BY 4.0","icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LINZ_NZ_Aerial_Imagery","name":"LINZ NZ Aerial Imagery","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/aerial/WebMercatorQuad/{zoom}/{x}/{y}.webp?api=d01egend5f8dv4zcbfj6z2t7rs3","category":"photo","zoomExtent":[0,21],"polygon":[[[-176.08887,-43.6321],[-176.95679,-43.6321],[-176.95679,-44.40239],[-176.08887,-44.40239],[-176.08887,-43.6321]],[[166.48132,-46.22545],[167.67883,-46.47192],[167.25037,-47.21957],[167.24487,-47.28016],[167.50305,-47.37975],[168.25012,-47.1561],[168.74451,-46.7963],[169.32678,-46.75492],[169.78271,-46.60417],[170.42542,-46.11133],[170.80444,-45.95115],[170.95276,-45.44086],[171.30981,-44.91036],[171.40869,-44.39062],[172.56226,-43.92955],[172.90283,-43.9691],[173.16101,-43.90977],[173.25989,-43.69568],[172.97424,-43.5366],[172.76001,-43.37711],[173.15002,-43.17714],[173.70483,-42.63396],[174.36401,-41.7836],[174.32007,-41.40978],[174.84741,-41.52914],[175.07263,-41.70573],[175.50659,-41.67291],[176.2262,-41.10833],[176.83044,-40.42604],[177.17102,-39.67337],[177.03918,-39.39375],[177.44568,-39.18118],[177.60498,-39.33005],[177.97852,-39.36828],[178.33557,-38.65978],[178.70911,-37.74466],[178.62671,-37.54458],[178.3136,-37.43125],[177.62146,-37.37889],[177.03918,-37.39635],[176.56128,-37.37016],[176.33606,-37.05956],[176.00647,-36.29742],[175.67688,-36.05354],[174.67163,-35.1783],[173.19397,-34.28445],[172.67761,-34.23451],[172.38647,-34.40238],[172.47986,-34.71904],[172.98523,-35.32185],[173.56201,-36.14231],[174.30908,-37.07709],[174.55627,-38.05242],[174.47937,-38.65549],[174.32556,-38.86537],[173.79822,-38.95941],[173.60596,-39.23225],[173.69934,-39.56335],[174.58923,-39.95607],[174.98474,-40.21664],[174.98474,-40.49292],[174.72107,-40.80549],[174.14978,-40.65147],[173.28186,-40.4344],[172.58972,-40.35073],[172.08435,-40.53468],[171.76575,-40.82628],[171.57349,-41.39742],[171.28235,-41.65239],[170.87585,-42.53284],[170.354,-42.87194],[168.27759,-43.92955],[167.6239,-44.47691],[166.55273,-45.38688],[166.27258,-45.91677],[166.48132,-46.22545]]],"terms_url":"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data","terms_text":"Sourced from LINZ CC-BY 4.0","best":true,"icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LINZ_NZ_Topo50_Gridless_Maps","name":"LINZ NZ Topo50 Gridless Maps","type":"tms","template":"https://map.cazzaserver.com/linz_topo/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[6,21],"polygon":[[[167.25037,-47.21957],[167.24487,-47.28016],[167.50305,-47.37975],[168.25012,-47.1561],[168.74451,-46.7963],[169.32678,-46.75492],[169.78271,-46.60417],[170.42542,-46.11133],[170.80444,-45.95115],[170.95276,-45.44086],[171.30981,-44.91036],[171.40869,-44.39062],[172.56226,-43.92955],[172.90283,-43.9691],[173.16101,-43.90977],[173.25989,-43.69568],[172.97424,-43.5366],[172.76001,-43.37711],[173.15002,-43.17714],[173.70483,-42.63396],[174.36401,-41.7836],[174.32007,-41.40978],[174.84741,-41.52914],[175.07263,-41.70573],[175.50659,-41.67291],[176.2262,-41.10833],[176.83044,-40.42604],[177.17102,-39.67337],[177.03918,-39.39375],[177.44568,-39.18118],[177.60498,-39.33005],[177.97852,-39.36828],[178.33557,-38.65978],[178.70911,-37.74466],[178.62671,-37.54458],[178.3136,-37.43125],[177.62146,-37.37889],[177.03918,-37.39635],[176.56128,-37.37016],[176.33606,-37.05956],[176.00647,-36.29742],[175.67688,-36.05354],[174.67163,-35.1783],[173.19397,-34.28445],[172.67761,-34.23451],[172.38647,-34.40238],[172.47986,-34.71904],[172.98523,-35.32185],[173.56201,-36.14231],[174.30908,-37.07709],[174.55627,-38.05242],[174.47937,-38.65549],[174.32556,-38.86537],[173.79822,-38.95941],[173.60596,-39.23225],[173.69934,-39.56335],[174.58923,-39.95607],[174.98474,-40.21664],[174.98474,-40.49292],[174.72107,-40.80549],[174.14978,-40.65147],[173.28186,-40.4344],[172.58972,-40.35073],[172.08435,-40.53468],[171.76575,-40.82628],[171.57349,-41.39742],[171.28235,-41.65239],[170.87585,-42.53284],[170.354,-42.87194],[168.27759,-43.92955],[167.6239,-44.47691],[166.55273,-45.38688],[166.27258,-45.91677],[166.48132,-46.22545],[167.67883,-46.47192],[167.25037,-47.21957]]],"terms_url":"https://data.linz.govt.nz/layer/2343-nz-mainland-topo50-gridless-maps","terms_text":"CC BY 4.0 Land Information New Zealand","icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LINZ_Wellington_2017","name":"LINZ Wellington 2017","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/wellington-urban-2017-0.1m/WebMercatorQuad/{zoom}/{x}/{y}.webp?api=d01egend5f8dv4zcbfj6z2t7rs3","category":"historicphoto","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[174.85574,-41.22625],[174.86398,-41.22631],[174.86398,-41.22328],[174.85514,-41.22328],[174.85514,-41.21999],[174.85205,-41.21999],[174.85205,-41.21372],[174.84913,-41.21359],[174.8487,-41.19416],[174.84561,-41.19403],[174.84561,-41.18789],[174.84269,-41.18783],[174.84261,-41.1813],[174.85771,-41.17194],[174.85677,-41.16799],[174.84535,-41.16806],[174.84501,-41.16173],[174.842,-41.16192],[174.84183,-41.14887],[174.83231,-41.14906],[174.81943,-41.16218],[174.81068,-41.1625],[174.81042,-41.15914],[174.80527,-41.15927],[174.80518,-41.16606],[174.80227,-41.16573],[174.80261,-41.17568],[174.80776,-41.17529],[174.80844,-41.18117],[174.79497,-41.19874],[174.79488,-41.21101],[174.78682,-41.21792],[174.78664,-41.23393],[174.77875,-41.23393],[174.7784,-41.23716],[174.7724,-41.23754],[174.7724,-41.24071],[174.7615,-41.24077],[174.76141,-41.24722],[174.753,-41.24755],[174.75308,-41.25432],[174.75592,-41.254],[174.756,-41.26381],[174.75051,-41.264],[174.75051,-41.27058],[174.72519,-41.27058],[174.72502,-41.28039],[174.71403,-41.28064],[174.71386,-41.29683],[174.71678,-41.2969],[174.71686,-41.30315],[174.7227,-41.30315],[174.72261,-41.29993],[174.73472,-41.29999],[174.73454,-41.30605],[174.73111,-41.30599],[174.73171,-41.32185],[174.70965,-41.33899],[174.70957,-41.34202],[174.6924,-41.34234],[174.69223,-41.34769],[174.70236,-41.35826],[174.70957,-41.35839],[174.71446,-41.3638],[174.71781,-41.36386],[174.72201,-41.35832],[174.72845,-41.35806],[174.7342,-41.35091],[174.79214,-41.35162],[174.82312,-41.3455],[174.83316,-41.33364],[174.84097,-41.33377],[174.84089,-41.32101],[174.83548,-41.32062],[174.83488,-41.30489],[174.8378,-41.30489],[174.83754,-41.29812],[174.84063,-41.29819],[174.84046,-41.292],[174.82784,-41.28219],[174.79119,-41.28271],[174.79076,-41.26974],[174.79566,-41.26955],[174.79609,-41.26019],[174.85574,-41.22625]]],"terms_url":"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data","terms_text":"Sourced from LINZ CC-BY 4.0","icon":"https://basemaps.linz.govt.nz/assets/logo-linz.svg"},{"id":"LIST_Topographic","name":"LIST Topographic","type":"tms","template":"https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Topographic/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[0,18],"polygon":[[[146.9687,-39.16034],[143.54047,-39.44487],[145.05205,-43.91563],[148.2763,-43.90353],[149.33842,-39.35686],[146.9687,-39.16034]],[[158.87305,-54.78955],[158.98716,-54.47417],[158.82598,-54.47385],[158.72216,-54.78157],[158.87305,-54.78955]]],"terms_url":"http://www.thelist.tas.gov.au","terms_text":"the LIST © State of Tasmania","icon":"https://listdata.thelist.tas.gov.au/images/header-list-logo.png"},{"id":"ORT10LT","name":"Lithuania - NŽT ORT10LT","type":"tms","template":"https://ort10lt.openmap.lt/g16/{zoom}/{x}/{y}.jpeg","category":"photo","endDate":"2016-01-01T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","zoomExtent":[4,18],"polygon":[[[26.21384,55.85075],[25.67312,56.14937],[25.57714,56.18241],[25.12774,56.20591],[24.90238,56.48053],[24.62841,56.37533],[24.57947,56.28824],[24.45415,56.25816],[24.28574,56.30064],[24.12146,56.2489],[24.019,56.32976],[23.76669,56.32381],[23.7648,56.37332],[23.55717,56.33382],[23.30645,56.38305],[23.17034,56.36677],[23.09325,56.30464],[22.94668,56.41465],[22.91917,56.37902],[22.68,56.35159],[22.43727,56.4064],[22.0153,56.42428],[21.96954,56.37665],[21.83566,56.37162],[21.72359,56.31382],[21.5021,56.2955],[21.2308,56.16233],[21.20478,56.08117],[21.06403,56.06995],[21.03995,55.83636],[21.08635,55.56183],[20.94217,55.28245],[21.09836,55.25639],[21.27098,55.24501],[21.38437,55.2937],[21.50151,55.18682],[21.64919,55.18081],[21.91307,55.08168],[22.03241,55.0841],[22.0806,55.02448],[22.58924,55.07024],[22.6424,54.97134],[22.8204,54.91198],[22.88668,54.8135],[22.74297,54.72682],[22.74897,54.63198],[22.68386,54.58597],[22.70234,54.4529],[22.792,54.36332],[22.85469,54.4104],[23.01021,54.3828],[23.04212,54.31597],[23.38679,54.22484],[23.48586,54.15323],[23.52734,54.04735],[23.48224,53.98938],[23.53704,53.94307],[23.70977,53.93945],[23.77812,53.89892],[23.91302,53.96968],[23.96833,53.9267],[24.20161,53.97001],[24.35206,53.89679],[24.43426,53.90144],[24.62591,54.0105],[24.69787,54.01714],[24.68459,53.96211],[24.81957,53.99772],[24.87128,54.0349],[24.77902,54.09991],[24.81338,54.14486],[24.95737,54.17206],[25.0706,54.13363],[25.26893,54.27447],[25.51362,54.30785],[25.58967,54.22858],[25.51095,54.17503],[25.55508,54.14619],[25.78588,54.15506],[25.78573,54.23362],[25.67716,54.32381],[25.53194,54.34182],[25.76261,54.5769],[25.74298,54.81506],[25.85782,54.9276],[26.06191,54.94161],[26.20851,54.99741],[26.27138,55.07759],[26.22963,55.10732],[26.35774,55.15054],[26.46112,55.12856],[26.67648,55.15883],[26.74346,55.25399],[26.82913,55.27635],[26.79197,55.3212],[26.43993,55.34794],[26.55415,55.38883],[26.52422,55.50992],[26.62053,55.56892],[26.63036,55.68067],[26.38583,55.70453],[26.21384,55.85075]]],"terms_url":"https://www.geoportal.lt","terms_text":"NŽT ORT10LT","best":true},{"id":"mapbox_locator_overlay","name":"Locator Overlay","type":"tms","template":"7586487389962e3f7c24b076dcc8270e6e23a5cb81e890c3fbe9928c5093fa862d8d946ea4a44f02efec19eda9f69b0bc82df4d53b740a5e284aef977eda72de707e354b5b2aa6f1afe22e7c67af90bcb2f8b411c773f6975badf128356ed1bc36fab11bb8fb221958273b22615127e25f52d3b423676a0ae92e2c9293321614e93443ce3b4fd688e8d58f0e9024a515beb7c68a31231802580a3c6504b483e021b06719d39d8a7ee63ed49fa45fe55283c89b7719dad108c539a4deae3d45cc56a1cfe2983edd7fb65906e0f00e8620eeab1f6827","category":"osmbasedmap","zoomExtent":[0,16],"overzoom":false,"terms_url":"https://www.mapbox.com/about/maps","terms_text":"Terms & Feedback","default":true,"description":"Shows major features to help orient you.","encrypted":true,"overlay":true},{"id":"Lodz-buildings","name":"Łódź: Buildings","type":"wms","template":"https://gis.mapa.lodz.pl/awiskts/services/WMS_publikowane/LODZ/MapServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Budynki,Ulice,Adresy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","polygon":[[[19.55046,51.68509],[19.55032,51.68942],[19.62044,51.68868],[19.62059,51.70167],[19.63322,51.70167],[19.63337,51.7152],[19.64421,51.7152],[19.64496,51.74695],[19.65714,51.74676],[19.65759,51.7647],[19.63411,51.76488],[19.63649,51.82342],[19.57825,51.82397],[19.57944,51.85105],[19.56785,51.85105],[19.568,51.85582],[19.52238,51.85619],[19.52194,51.86509],[19.47529,51.86601],[19.47499,51.86133],[19.4634,51.86133],[19.4634,51.85701],[19.42834,51.85738],[19.42789,51.83985],[19.39342,51.84022],[19.39342,51.84444],[19.33473,51.84481],[19.33488,51.82718],[19.32389,51.82709],[19.323,51.81359],[19.31141,51.81387],[19.31052,51.79126],[19.32225,51.79108],[19.32107,51.75532],[19.33251,51.75513],[19.33206,51.74612],[19.32077,51.74612],[19.31988,51.71493],[19.33176,51.71474],[19.33132,51.70572],[19.34291,51.70544],[19.34216,51.692],[19.37723,51.69172],[19.37723,51.68739],[19.41214,51.68703],[19.41155,51.67791],[19.43517,51.67754],[19.43517,51.68168],[19.48063,51.6815],[19.48084,51.68589],[19.50351,51.68564],[19.50381,51.68085],[19.53858,51.68067],[19.53843,51.68518],[19.55046,51.68509]]],"terms_text":"Urząd Miasta Łodzi","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/dOrthophotomap2017(aerialimage).png"},{"id":"Lodz-2015","name":"Łódź: Orthophotomap 2015 (aerial image)","type":"wms","template":"https://gis.mapa.lodz.pl/awiskts/services/Ortofotomapa/Ortofotomapa/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","projection":"EPSG:4326","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[19.55046,51.68509],[19.55032,51.68942],[19.62044,51.68868],[19.62059,51.70167],[19.63322,51.70167],[19.63337,51.7152],[19.64421,51.7152],[19.64496,51.74695],[19.65714,51.74676],[19.65759,51.7647],[19.63411,51.76488],[19.63649,51.82342],[19.57825,51.82397],[19.57944,51.85105],[19.56785,51.85105],[19.568,51.85582],[19.52238,51.85619],[19.52194,51.86509],[19.47529,51.86601],[19.47499,51.86133],[19.4634,51.86133],[19.4634,51.85701],[19.42834,51.85738],[19.42789,51.83985],[19.39342,51.84022],[19.39342,51.84444],[19.33473,51.84481],[19.33488,51.82718],[19.32389,51.82709],[19.323,51.81359],[19.31141,51.81387],[19.31052,51.79126],[19.32225,51.79108],[19.32107,51.75532],[19.33251,51.75513],[19.33206,51.74612],[19.32077,51.74612],[19.31988,51.71493],[19.33176,51.71474],[19.33132,51.70572],[19.34291,51.70544],[19.34216,51.692],[19.37723,51.69172],[19.37723,51.68739],[19.41214,51.68703],[19.41155,51.67791],[19.43517,51.67754],[19.43517,51.68168],[19.48063,51.6815],[19.48084,51.68589],[19.50351,51.68564],[19.50381,51.68085],[19.53858,51.68067],[19.53843,51.68518],[19.55046,51.68509]]],"terms_text":"Urząd Miasta Łodzi","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/dOrthophotomap2017(aerialimage).png"},{"id":"Lodz-2017","name":"Łódź: Orthophotomap 2017 (aerial image)","type":"wms","template":"https://mapa.lodz.pl/3/services/OGC/Ortofotomapa/MapServer/WmsServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[19.55046,51.68509],[19.55032,51.68942],[19.62044,51.68868],[19.62059,51.70167],[19.63322,51.70167],[19.63337,51.7152],[19.64421,51.7152],[19.64496,51.74695],[19.65714,51.74676],[19.65759,51.7647],[19.63411,51.76488],[19.63649,51.82342],[19.57825,51.82397],[19.57944,51.85105],[19.56785,51.85105],[19.568,51.85582],[19.52238,51.85619],[19.52194,51.86509],[19.47529,51.86601],[19.47499,51.86133],[19.4634,51.86133],[19.4634,51.85701],[19.42834,51.85738],[19.42789,51.83985],[19.39342,51.84022],[19.39342,51.84444],[19.33473,51.84481],[19.33488,51.82718],[19.32389,51.82709],[19.323,51.81359],[19.31141,51.81387],[19.31052,51.79126],[19.32225,51.79108],[19.32107,51.75532],[19.33251,51.75513],[19.33206,51.74612],[19.32077,51.74612],[19.31988,51.71493],[19.33176,51.71474],[19.33132,51.70572],[19.34291,51.70544],[19.34216,51.692],[19.37723,51.69172],[19.37723,51.68739],[19.41214,51.68703],[19.41155,51.67791],[19.43517,51.67754],[19.43517,51.68168],[19.48063,51.6815],[19.48084,51.68589],[19.50351,51.68564],[19.50381,51.68085],[19.53858,51.68067],[19.53843,51.68518],[19.55046,51.68509]]],"terms_text":"Urząd Miasta Łodzi","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/dOrthophotomap2017(aerialimage).png"},{"id":"Loire_Atlantique-Orthophotos-2016","name":"Loire-Atlantique - Orthophotos 2016 - 10 cm","type":"wms","template":"https://wms-vuduciel2.makina-corpus.net/geoserver/wms?LAYERS=cg44:ortho44-2016&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-1.48638,46.87691],[-1.48622,46.89724],[-1.51142,46.91371],[-1.50222,46.92973],[-1.50507,46.94439],[-1.52961,46.97252],[-1.52764,47.00541],[-1.49213,47.02722],[-1.48644,46.99943],[-1.49235,46.98433],[-1.48775,46.93063],[-1.47504,46.9176],[-1.45014,46.91186],[-1.3491,46.94446],[-1.33918,46.969],[-1.34972,47.02397],[-1.28524,47.02185],[-1.26727,47.06325],[-1.21582,47.02904],[-1.14453,47.01636],[-1.09989,47.03199],[-1.09431,47.0717],[-1.14081,47.08056],[-1.15568,47.10504],[-1.20838,47.10968],[-1.20652,47.12402],[-1.1563,47.15818],[-1.14143,47.1763],[-1.16498,47.24957],[-1.20032,47.26935],[-1.23379,47.26093],[-1.28339,47.32736],[-0.97157,47.35845],[-0.92694,47.37482],[-0.9009,47.39874],[-0.93376,47.43859],[-0.93686,47.47715],[-0.94863,47.50103],[-1.0317,47.51778],[-1.13275,47.5161],[-1.13585,47.55628],[-1.0317,47.55001],[-0.98459,47.58598],[-0.99265,47.6027],[-1.09121,47.6332],[-1.13151,47.63654],[-1.15196,47.69332],[-1.18668,47.73462],[-1.21086,47.7317],[-1.22635,47.73628],[-1.21643,47.75838],[-1.23007,47.78587],[-1.346,47.81086],[-1.38133,47.84415],[-1.49911,47.84166],[-1.49601,47.81752],[-1.63735,47.77463],[-1.67455,47.72544],[-1.83077,47.72419],[-1.98016,47.70751],[-2.08121,47.66578],[-2.10055,47.65141],[-2.11141,47.62873],[-2.09981,47.62005],[-2.1001,47.61123],[-2.11783,47.60126],[-2.12109,47.54674],[-2.23223,47.51499],[-2.24836,47.52384],[-2.31063,47.53021],[-2.50573,47.50812],[-2.63913,47.41678],[-2.54862,47.28575],[-2.41658,47.25336],[-2.29694,47.22769],[-2.19341,47.25546],[-2.19217,47.16914],[-2.22627,47.17124],[-2.2678,47.12656],[-2.07067,47.08521],[-1.95475,46.98084],[-1.89276,46.94234],[-1.73468,46.87246],[-1.54437,46.84873],[-1.48638,46.87691]]],"terms_url":"http://data2.loire-atlantique.fr/licences/","terms_text":"© Loire-Atlantique ouverture des données publiques"},{"id":"Lombardia-Italy-CTR","name":"Lombardia - Italy (C.T.R. 10000 - 1980-94)","type":"wms","template":"https://www.cartografia.servizirl.it/arcgis/services/wms/ctr_wms/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=C.T.R._10000_-_1980-9427122&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[8.4816,45.28938],[8.63085,45.01372],[8.78009,44.98189],[8.86775,45.02712],[9.07148,44.80063],[9.14966,44.79055],[9.19467,44.67106],[9.31549,44.65758],[9.36997,44.698],[9.37945,44.82752],[9.33207,44.91483],[9.41025,45.03716],[9.78692,45.04386],[9.78692,45.00032],[9.93853,45.002],[9.93379,45.08903],[10.00013,45.09071],[10.00013,44.99697],[10.20149,45.002],[10.20149,44.95004],[10.40523,44.9534],[10.40523,44.90476],[10.49288,44.90308],[10.49288,44.8628],[10.6516,44.85776],[10.64686,44.90308],[11.35282,44.89469],[11.35519,44.93663],[11.45706,44.93328],[11.44758,44.97351],[11.3623,45.00032],[11.35282,45.09238],[11.25806,45.09572],[11.25806,45.13752],[11.16094,45.14253],[11.16094,45.18262],[11.05196,45.19097],[11.05196,45.23436],[10.9572,45.23269],[10.9572,45.28605],[10.8577,45.28438],[10.85534,45.32271],[10.74636,45.32937],[10.75347,45.47408],[10.64686,45.48073],[10.60301,45.51074],[10.57636,45.47379],[10.53549,45.50036],[10.59116,45.53148],[10.61666,45.61304],[10.87429,45.84001],[10.82217,45.85982],[10.67529,45.85817],[10.57342,45.8103],[10.58624,46.00773],[10.5016,46.01596],[10.59325,46.11529],[10.60896,46.35583],[10.65634,46.38688],[10.64686,46.46037],[10.4147,46.57285],[10.32705,46.56797],[10.25124,46.65422],[10.07357,46.62494],[10.02382,46.53212],[10.02855,46.43588],[10.07357,46.39832],[10.12095,46.39669],[10.0783,46.32802],[10.14464,46.26582],[10.10436,46.24781],[9.97407,46.40812],[9.71111,46.3689],[9.68742,46.32312],[9.61872,46.30675],[9.55712,46.32475],[9.50264,46.39015],[9.47895,46.5256],[9.25626,46.51582],[9.22546,46.44078],[9.27284,46.34438],[9.17098,46.19044],[9.04305,46.12808],[9.062,46.09195],[8.97435,46.04593],[8.98856,46.00152],[8.93882,45.97354],[9.04068,45.8961],[9.01936,45.84827],[8.84879,46.0081],[8.89854,46.07059],[8.8251,46.11823],[8.70902,46.11659],[8.67823,46.07552],[8.7185,46.01468],[8.55504,45.90434],[8.59768,45.83836],[8.53372,45.79378],[8.6877,45.49235],[8.78009,45.41591],[8.68533,45.37931],[8.71139,45.34103],[8.69481,45.32104],[8.62848,45.37765],[8.5124,45.35768],[8.4816,45.28938]]],"terms_url":"https://www.dati.gov.it/content/italian-open-data-license-v20","terms_text":"Regione Lombardia - Infrastruttura per l'informazione territoriale"},{"id":"Lombardia-Italy-CTR-DBT","name":"Lombardia - Italy (CTR DBT)","type":"wms","template":"https://www.cartografia.servizirl.it/arcgis/services/wms/ctr_wms/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Sfondo%20C.T.R.%2010000&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[8.4816,45.28938],[8.63085,45.01372],[8.78009,44.98189],[8.86775,45.02712],[9.07148,44.80063],[9.14966,44.79055],[9.19467,44.67106],[9.31549,44.65758],[9.36997,44.698],[9.37945,44.82752],[9.33207,44.91483],[9.41025,45.03716],[9.78692,45.04386],[9.78692,45.00032],[9.93853,45.002],[9.93379,45.08903],[10.00013,45.09071],[10.00013,44.99697],[10.20149,45.002],[10.20149,44.95004],[10.40523,44.9534],[10.40523,44.90476],[10.49288,44.90308],[10.49288,44.8628],[10.6516,44.85776],[10.64686,44.90308],[11.35282,44.89469],[11.35519,44.93663],[11.45706,44.93328],[11.44758,44.97351],[11.3623,45.00032],[11.35282,45.09238],[11.25806,45.09572],[11.25806,45.13752],[11.16094,45.14253],[11.16094,45.18262],[11.05196,45.19097],[11.05196,45.23436],[10.9572,45.23269],[10.9572,45.28605],[10.8577,45.28438],[10.85534,45.32271],[10.74636,45.32937],[10.75347,45.47408],[10.64686,45.48073],[10.60301,45.51074],[10.57636,45.47379],[10.53549,45.50036],[10.59116,45.53148],[10.61666,45.61304],[10.87429,45.84001],[10.82217,45.85982],[10.67529,45.85817],[10.57342,45.8103],[10.58624,46.00773],[10.5016,46.01596],[10.59325,46.11529],[10.60896,46.35583],[10.65634,46.38688],[10.64686,46.46037],[10.4147,46.57285],[10.32705,46.56797],[10.25124,46.65422],[10.07357,46.62494],[10.02382,46.53212],[10.02855,46.43588],[10.07357,46.39832],[10.12095,46.39669],[10.0783,46.32802],[10.14464,46.26582],[10.10436,46.24781],[9.97407,46.40812],[9.71111,46.3689],[9.68742,46.32312],[9.61872,46.30675],[9.55712,46.32475],[9.50264,46.39015],[9.47895,46.5256],[9.25626,46.51582],[9.22546,46.44078],[9.27284,46.34438],[9.17098,46.19044],[9.04305,46.12808],[9.062,46.09195],[8.97435,46.04593],[8.98856,46.00152],[8.93882,45.97354],[9.04068,45.8961],[9.01936,45.84827],[8.84879,46.0081],[8.89854,46.07059],[8.8251,46.11823],[8.70902,46.11659],[8.67823,46.07552],[8.7185,46.01468],[8.55504,45.90434],[8.59768,45.83836],[8.53372,45.79378],[8.6877,45.49235],[8.78009,45.41591],[8.68533,45.37931],[8.71139,45.34103],[8.69481,45.32104],[8.62848,45.37765],[8.5124,45.35768],[8.4816,45.28938]]],"terms_url":"https://www.dati.gov.it/content/italian-open-data-license-v20","terms_text":"CTR DBT 10000 Regione Lombardia"},{"id":"Lorain_OH_2024","name":"Lorain County Orthoimagery (2024)","type":"tms","template":"https://tiles.arcgis.com/tiles/vGBb7WYV10mOJRNM/arcgis/rest/services/2024_Spring_Aerials/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-82.35035,41.06267],[-82.15818,41.06255],[-82.1579,41.13511],[-82.0625,41.13505],[-82.06189,41.19239],[-81.9656,41.19218],[-81.96504,41.26481],[-81.86931,41.26439],[-81.86847,41.35127],[-81.96449,41.35169],[-81.96325,41.55263],[-82.34943,41.43978],[-82.35035,41.06267]]],"terms_url":"https://www.loraincountyohio.gov/","terms_text":"Lorain County, State of Ohio","description":"Spring 2024 orthoimagery for Lorain County in the State of Ohio","icon":"https://www.loraincountyauditor.com/gis/images/auditordisplayseal2014.png"},{"id":"Los_Alamos_1in_2018","name":"Los Alamos County Orthoimagery 2018 (1in)","type":"wms","template":"https://gis.losalamosnm.us/securegis/rest/services/imagery/Orthoimagery_drone_1_inch/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-09-01T00:00:00.000Z","startDate":"2018-09-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-106.18705,35.8287],[-106.19015,35.8278],[-106.19076,35.82822],[-106.19184,35.82801],[-106.19192,35.82696],[-106.18814,35.8186],[-106.18558,35.81949],[-106.18222,35.82429],[-106.17905,35.82645],[-106.17873,35.82765],[-106.17955,35.82822],[-106.18219,35.82801],[-106.18705,35.8287]],[[-106.22187,35.8284],[-106.22187,35.82393],[-106.22125,35.82326],[-106.21169,35.82695],[-106.21285,35.82832],[-106.21629,35.82794],[-106.21867,35.82791],[-106.22164,35.82866],[-106.22187,35.8284]],[[-106.27908,35.87515],[-106.2792,35.87841],[-106.28147,35.87971],[-106.28389,35.88049],[-106.29238,35.88041],[-106.29322,35.87988],[-106.29283,35.87772],[-106.29191,35.87687],[-106.28662,35.87553],[-106.28426,35.87504],[-106.27908,35.87515]],[[-106.27373,35.8913],[-106.27383,35.89635],[-106.28825,35.89618],[-106.28893,35.89533],[-106.29547,35.89633],[-106.29593,35.89596],[-106.2954,35.89265],[-106.28659,35.89114],[-106.27902,35.89062],[-106.27373,35.8913]],[[-106.31251,35.87858],[-106.31276,35.87892],[-106.31639,35.87915],[-106.318,35.87909],[-106.31931,35.8787],[-106.31962,35.87641],[-106.31942,35.87576],[-106.31212,35.87246],[-106.30776,35.87244],[-106.30588,35.87667],[-106.30633,35.8777],[-106.30771,35.8783],[-106.31005,35.87873],[-106.31126,35.87841],[-106.31251,35.87858]],[[-106.3035,35.88083],[-106.30382,35.88121],[-106.31125,35.88364],[-106.3127,35.88395],[-106.3189,35.88386],[-106.31947,35.88342],[-106.31946,35.88267],[-106.31918,35.8823],[-106.31742,35.88197],[-106.31505,35.88217],[-106.31112,35.88188],[-106.3046,35.88015],[-106.30378,35.88017],[-106.3035,35.88083]],[[-106.31858,35.89846],[-106.31812,35.89974],[-106.31907,35.90056],[-106.32097,35.90154],[-106.32225,35.9017],[-106.3234,35.89977],[-106.32302,35.89868],[-106.32185,35.89804],[-106.32044,35.89805],[-106.31858,35.89846]],[[-106.30151,35.90533],[-106.30082,35.90545],[-106.30014,35.9061],[-106.29995,35.90747],[-106.3001,35.90804],[-106.3011,35.90822],[-106.30201,35.90796],[-106.30421,35.90616],[-106.30391,35.90586],[-106.3027,35.90577],[-106.30151,35.90533]]],"terms_url":"https://www.losalamosnm.us/Services/Property-and-Taxes/GIS-and-Maps/Geographic-Information-System-Services","terms_text":"Los Alamos County GIS Services","description":"1-inch pixel resolution drone orthoimagery captured in 2018 for selected areas within Los Alamos County of the state of New Mexico","icon":"https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_6435726/Templates/Images/logo.png"},{"id":"Los_Alamos_3in_2018","name":"Los Alamos County Orthoimagery 2018 (3in)","type":"wms","template":"https://gis.losalamosnm.us/securegis/rest/services/imagery/Orthoimagery_pictometry_3in_2018/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-08-01T00:00:00.000Z","startDate":"2018-08-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-106.15419,35.77479],[-106.15411,35.84007],[-106.25208,35.8401],[-106.25209,35.77482],[-106.15419,35.77479]],[[-106.18972,35.86185],[-106.18967,35.92712],[-106.40369,35.92704],[-106.40355,35.86176],[-106.18972,35.86185]]],"terms_url":"https://www.losalamosnm.us/Services/Property-and-Taxes/GIS-and-Maps/Geographic-Information-System-Services","terms_text":"Los Alamos County GIS Services","description":"3-inch pixel resolution drone orthoimagery captured in 2018 for selected areas within Los Alamos County of the state of New Mexico","icon":"https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_6435726/Templates/Images/logo.png"},{"id":"Los_Alamos_3in_2022","name":"Los Alamos County Orthoimagery 2022 (3in)","type":"wms","template":"https://gis.losalamosnm.us/securegis/rest/services/imagery/Orthoimagery_pictometry_3in_2022/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-08-01T00:00:00.000Z","startDate":"2022-08-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-106.15419,35.77479],[-106.15411,35.84007],[-106.25208,35.8401],[-106.25209,35.77482],[-106.15419,35.77479]],[[-106.18972,35.86185],[-106.18967,35.92712],[-106.40369,35.92704],[-106.40355,35.86176],[-106.18972,35.86185]]],"terms_url":"https://www.losalamosnm.us/Services/Property-and-Taxes/GIS-and-Maps/Geographic-Information-System-Services","terms_text":"Los Alamos County GIS Services","best":true,"description":"3-inch pixel resolution drone orthoimagery captured in 2022 for selected areas within Los Alamos County of the state of New Mexico","icon":"https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_6435726/Templates/Images/logo.png"},{"id":"Loudoun_VA_2021","name":"Loudoun County Orthoimagery (2021)","type":"wms","template":"https://logis.loudoun.gov/image/rest/services/Aerial/COLOR_2021_CACHED/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-03-01T00:00:00.000Z","startDate":"2021-03-01T00:00:00.000Z","zoomExtent":[1,18],"polygon":[[[-77.80432,39.2389],[-77.8046,39.19772],[-77.82223,39.19786],[-77.82266,39.15667],[-77.84024,39.15679],[-77.84058,39.12931],[-77.85815,39.12938],[-77.85843,39.10197],[-77.87601,39.10206],[-77.87616,39.08832],[-77.89375,39.08842],[-77.89386,39.07469],[-77.9115,39.07474],[-77.91169,39.04727],[-77.94688,39.04755],[-77.94697,39.0338],[-77.96467,39.03387],[-77.96471,39.02013],[-77.98227,39.02018],[-77.98239,39.00646],[-77.94727,39.00633],[-77.94735,38.9926],[-77.87699,38.99222],[-77.8771,38.97849],[-77.82432,38.97823],[-77.82442,38.96448],[-77.7717,38.96415],[-77.77181,38.95045],[-77.70154,38.94997],[-77.70167,38.93625],[-77.64896,38.93589],[-77.6491,38.92215],[-77.63154,38.92205],[-77.6317,38.90831],[-77.61414,38.90817],[-77.61429,38.89443],[-77.59673,38.89429],[-77.5969,38.88057],[-77.56177,38.88029],[-77.56231,38.83911],[-77.50965,38.83868],[-77.50928,38.86613],[-77.49171,38.86598],[-77.49152,38.87971],[-77.47396,38.87956],[-77.47377,38.89329],[-77.4562,38.89314],[-77.45579,38.92058],[-77.43823,38.92043],[-77.43802,38.93415],[-77.42045,38.93399],[-77.42024,38.94772],[-77.40266,38.94756],[-77.40225,38.97501],[-77.38465,38.97485],[-77.38444,38.98858],[-77.36685,38.98841],[-77.36663,39.00214],[-77.34904,39.00197],[-77.3486,39.02941],[-77.33099,39.02924],[-77.33078,39.04298],[-77.31318,39.0428],[-77.31272,39.07025],[-77.41837,39.07127],[-77.41817,39.085],[-77.4534,39.08535],[-77.4532,39.09903],[-77.47082,39.0992],[-77.47046,39.12666],[-77.50566,39.12697],[-77.50511,39.16813],[-77.48743,39.16802],[-77.48727,39.18172],[-77.46962,39.18156],[-77.46942,39.19528],[-77.45176,39.19519],[-77.45104,39.25007],[-77.48629,39.25035],[-77.4861,39.26407],[-77.52141,39.26437],[-77.52122,39.27809],[-77.53888,39.27826],[-77.53869,39.29196],[-77.55636,39.29212],[-77.556,39.31956],[-77.66202,39.32038],[-77.66192,39.33409],[-77.7326,39.3346],[-77.73279,39.32087],[-77.7504,39.3209],[-77.75059,39.30724],[-77.76827,39.30724],[-77.76865,39.26617],[-77.78626,39.26627],[-77.78657,39.2388],[-77.80432,39.2389]]],"terms_url":"https://geohub-loudoungis.opendata.arcgis.com/","terms_text":"Loudoun County Government","description":"2021 orthoimagery for Loudoun County in the Commonwealth of Virginia at 1-foot ground-resolution"},{"id":"Loudoun_VA_2022","name":"Loudoun County Orthoimagery (2022)","type":"wms","template":"https://logis.loudoun.gov/image/rest/services/Aerial/COLOR_2022_CACHED/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-03-01T00:00:00.000Z","startDate":"2022-03-01T00:00:00.000Z","zoomExtent":[1,18],"polygon":[[[-77.80432,39.2389],[-77.8046,39.19772],[-77.82223,39.19786],[-77.82266,39.15667],[-77.84024,39.15679],[-77.84058,39.12931],[-77.85815,39.12938],[-77.85843,39.10197],[-77.87601,39.10206],[-77.87616,39.08832],[-77.89375,39.08842],[-77.89386,39.07469],[-77.9115,39.07474],[-77.91169,39.04727],[-77.94688,39.04755],[-77.94697,39.0338],[-77.96467,39.03387],[-77.96471,39.02013],[-77.98227,39.02018],[-77.98239,39.00646],[-77.94727,39.00633],[-77.94735,38.9926],[-77.87699,38.99222],[-77.8771,38.97849],[-77.82432,38.97823],[-77.82442,38.96448],[-77.7717,38.96415],[-77.77181,38.95045],[-77.70154,38.94997],[-77.70167,38.93625],[-77.64896,38.93589],[-77.6491,38.92215],[-77.63154,38.92205],[-77.6317,38.90831],[-77.61414,38.90817],[-77.61429,38.89443],[-77.59673,38.89429],[-77.5969,38.88057],[-77.56177,38.88029],[-77.56231,38.83911],[-77.50965,38.83868],[-77.50928,38.86613],[-77.49171,38.86598],[-77.49152,38.87971],[-77.47396,38.87956],[-77.47377,38.89329],[-77.4562,38.89314],[-77.45579,38.92058],[-77.43823,38.92043],[-77.43802,38.93415],[-77.42045,38.93399],[-77.42024,38.94772],[-77.40266,38.94756],[-77.40225,38.97501],[-77.38465,38.97485],[-77.38444,38.98858],[-77.36685,38.98841],[-77.36663,39.00214],[-77.34904,39.00197],[-77.3486,39.02941],[-77.33099,39.02924],[-77.33078,39.04298],[-77.31318,39.0428],[-77.31272,39.07025],[-77.41837,39.07127],[-77.41817,39.085],[-77.4534,39.08535],[-77.4532,39.09903],[-77.47082,39.0992],[-77.47046,39.12666],[-77.50566,39.12697],[-77.50511,39.16813],[-77.48743,39.16802],[-77.48727,39.18172],[-77.46962,39.18156],[-77.46942,39.19528],[-77.45176,39.19519],[-77.45104,39.25007],[-77.48629,39.25035],[-77.4861,39.26407],[-77.52141,39.26437],[-77.52122,39.27809],[-77.53888,39.27826],[-77.53869,39.29196],[-77.55636,39.29212],[-77.556,39.31956],[-77.66202,39.32038],[-77.66192,39.33409],[-77.7326,39.3346],[-77.73279,39.32087],[-77.7504,39.3209],[-77.75059,39.30724],[-77.76827,39.30724],[-77.76865,39.26617],[-77.78626,39.26627],[-77.78657,39.2388],[-77.80432,39.2389]]],"terms_url":"https://geohub-loudoungis.opendata.arcgis.com/","terms_text":"Loudoun County Government","description":"2022 orthoimagery for Loudoun County in the Commonwealth of Virginia at 1-foot ground-resolution"},{"id":"Loudoun_VA_2023","name":"Loudoun County Orthoimagery (2023)","type":"wms","template":"https://logis.loudoun.gov/image/rest/services/Aerial/COLOR_2023_CACHED/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-03-01T00:00:00.000Z","startDate":"2023-03-01T00:00:00.000Z","zoomExtent":[1,18],"polygon":[[[-77.80432,39.2389],[-77.8046,39.19772],[-77.82223,39.19786],[-77.82266,39.15667],[-77.84024,39.15679],[-77.84058,39.12931],[-77.85815,39.12938],[-77.85843,39.10197],[-77.87601,39.10206],[-77.87616,39.08832],[-77.89375,39.08842],[-77.89386,39.07469],[-77.9115,39.07474],[-77.91169,39.04727],[-77.94688,39.04755],[-77.94697,39.0338],[-77.96467,39.03387],[-77.96471,39.02013],[-77.98227,39.02018],[-77.98239,39.00646],[-77.94727,39.00633],[-77.94735,38.9926],[-77.87699,38.99222],[-77.8771,38.97849],[-77.82432,38.97823],[-77.82442,38.96448],[-77.7717,38.96415],[-77.77181,38.95045],[-77.70154,38.94997],[-77.70167,38.93625],[-77.64896,38.93589],[-77.6491,38.92215],[-77.63154,38.92205],[-77.6317,38.90831],[-77.61414,38.90817],[-77.61429,38.89443],[-77.59673,38.89429],[-77.5969,38.88057],[-77.56177,38.88029],[-77.56231,38.83911],[-77.50965,38.83868],[-77.50928,38.86613],[-77.49171,38.86598],[-77.49152,38.87971],[-77.47396,38.87956],[-77.47377,38.89329],[-77.4562,38.89314],[-77.45579,38.92058],[-77.43823,38.92043],[-77.43802,38.93415],[-77.42045,38.93399],[-77.42024,38.94772],[-77.40266,38.94756],[-77.40225,38.97501],[-77.38465,38.97485],[-77.38444,38.98858],[-77.36685,38.98841],[-77.36663,39.00214],[-77.34904,39.00197],[-77.3486,39.02941],[-77.33099,39.02924],[-77.33078,39.04298],[-77.31318,39.0428],[-77.31272,39.07025],[-77.41837,39.07127],[-77.41817,39.085],[-77.4534,39.08535],[-77.4532,39.09903],[-77.47082,39.0992],[-77.47046,39.12666],[-77.50566,39.12697],[-77.50511,39.16813],[-77.48743,39.16802],[-77.48727,39.18172],[-77.46962,39.18156],[-77.46942,39.19528],[-77.45176,39.19519],[-77.45104,39.25007],[-77.48629,39.25035],[-77.4861,39.26407],[-77.52141,39.26437],[-77.52122,39.27809],[-77.53888,39.27826],[-77.53869,39.29196],[-77.55636,39.29212],[-77.556,39.31956],[-77.66202,39.32038],[-77.66192,39.33409],[-77.7326,39.3346],[-77.73279,39.32087],[-77.7504,39.3209],[-77.75059,39.30724],[-77.76827,39.30724],[-77.76865,39.26617],[-77.78626,39.26627],[-77.78657,39.2388],[-77.80432,39.2389]]],"terms_url":"https://geohub-loudoungis.opendata.arcgis.com/","terms_text":"Loudoun County Government","description":"2023 orthoimagery for Loudoun County in the Commonwealth of Virginia at 1-foot ground-resolution"},{"id":"Loudoun_VA_2024","name":"Loudoun County Orthoimagery (2024)","type":"wms","template":"https://logis.loudoun.gov/image/rest/services/Aerial/COLOR_2024_CACHED/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-03-01T00:00:00.000Z","startDate":"2024-03-01T00:00:00.000Z","zoomExtent":[1,18],"polygon":[[[-77.80432,39.2389],[-77.8046,39.19772],[-77.82223,39.19786],[-77.82266,39.15667],[-77.84024,39.15679],[-77.84058,39.12931],[-77.85815,39.12938],[-77.85843,39.10197],[-77.87601,39.10206],[-77.87616,39.08832],[-77.89375,39.08842],[-77.89386,39.07469],[-77.9115,39.07474],[-77.91169,39.04727],[-77.94688,39.04755],[-77.94697,39.0338],[-77.96467,39.03387],[-77.96471,39.02013],[-77.98227,39.02018],[-77.98239,39.00646],[-77.94727,39.00633],[-77.94735,38.9926],[-77.87699,38.99222],[-77.8771,38.97849],[-77.82432,38.97823],[-77.82442,38.96448],[-77.7717,38.96415],[-77.77181,38.95045],[-77.70154,38.94997],[-77.70167,38.93625],[-77.64896,38.93589],[-77.6491,38.92215],[-77.63154,38.92205],[-77.6317,38.90831],[-77.61414,38.90817],[-77.61429,38.89443],[-77.59673,38.89429],[-77.5969,38.88057],[-77.56177,38.88029],[-77.56231,38.83911],[-77.50965,38.83868],[-77.50928,38.86613],[-77.49171,38.86598],[-77.49152,38.87971],[-77.47396,38.87956],[-77.47377,38.89329],[-77.4562,38.89314],[-77.45579,38.92058],[-77.43823,38.92043],[-77.43802,38.93415],[-77.42045,38.93399],[-77.42024,38.94772],[-77.40266,38.94756],[-77.40225,38.97501],[-77.38465,38.97485],[-77.38444,38.98858],[-77.36685,38.98841],[-77.36663,39.00214],[-77.34904,39.00197],[-77.3486,39.02941],[-77.33099,39.02924],[-77.33078,39.04298],[-77.31318,39.0428],[-77.31272,39.07025],[-77.41837,39.07127],[-77.41817,39.085],[-77.4534,39.08535],[-77.4532,39.09903],[-77.47082,39.0992],[-77.47046,39.12666],[-77.50566,39.12697],[-77.50511,39.16813],[-77.48743,39.16802],[-77.48727,39.18172],[-77.46962,39.18156],[-77.46942,39.19528],[-77.45176,39.19519],[-77.45104,39.25007],[-77.48629,39.25035],[-77.4861,39.26407],[-77.52141,39.26437],[-77.52122,39.27809],[-77.53888,39.27826],[-77.53869,39.29196],[-77.55636,39.29212],[-77.556,39.31956],[-77.66202,39.32038],[-77.66192,39.33409],[-77.7326,39.3346],[-77.73279,39.32087],[-77.7504,39.3209],[-77.75059,39.30724],[-77.76827,39.30724],[-77.76865,39.26617],[-77.78626,39.26627],[-77.78657,39.2388],[-77.80432,39.2389]]],"terms_url":"https://geohub-loudoungis.opendata.arcgis.com/","terms_text":"Loudoun County Government","description":"2024 orthoimagery for Loudoun County in the Commonwealth of Virginia at 1-foot ground-resolution"},{"id":"Lucas_OH_2023","name":"Lucas County Orthoimagery (2023)","type":"wms","template":"https://lcaudgis.co.lucas.oh.us/gisaudimage/services/Orthos/Orthos2023/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-83.88451,41.41163],[-83.84773,41.41211],[-83.84821,41.41894],[-83.84368,41.41899],[-83.84365,41.42241],[-83.83453,41.42251],[-83.8346,41.42593],[-83.81189,41.42624],[-83.81196,41.42966],[-83.80281,41.42971],[-83.80289,41.43318],[-83.79832,41.43325],[-83.79842,41.43668],[-83.79387,41.43668],[-83.79394,41.44015],[-83.78937,41.44022],[-83.78939,41.44361],[-83.7757,41.44377],[-83.77599,41.46091],[-83.76695,41.46103],[-83.76693,41.45759],[-83.75325,41.45775],[-83.7533,41.46116],[-83.74419,41.46127],[-83.74419,41.4647],[-83.73966,41.46474],[-83.7399,41.47504],[-83.73526,41.47508],[-83.73536,41.47853],[-83.73081,41.47859],[-83.73086,41.48199],[-83.72175,41.4821],[-83.72182,41.48552],[-83.7127,41.48563],[-83.71274,41.48904],[-83.70818,41.48907],[-83.70862,41.51309],[-83.7041,41.51314],[-83.70425,41.52343],[-83.69969,41.52347],[-83.69981,41.53034],[-83.69524,41.53039],[-83.69531,41.53382],[-83.69075,41.53387],[-83.6908,41.5373],[-83.68625,41.53736],[-83.6863,41.54078],[-83.68174,41.54082],[-83.6818,41.54425],[-83.66811,41.54439],[-83.66816,41.54781],[-83.65903,41.54792],[-83.65909,41.55135],[-83.64996,41.55142],[-83.65,41.55487],[-83.63632,41.555],[-83.63637,41.55842],[-83.62725,41.55852],[-83.62731,41.56195],[-83.62276,41.56198],[-83.62279,41.56543],[-83.60909,41.56555],[-83.60919,41.56901],[-83.60458,41.56904],[-83.60474,41.57932],[-83.59562,41.57941],[-83.59565,41.58284],[-83.5911,41.58288],[-83.59119,41.58629],[-83.5866,41.58635],[-83.58663,41.58979],[-83.57748,41.58985],[-83.57755,41.5933],[-83.57306,41.59339],[-83.57329,41.6105],[-83.5687,41.6105],[-83.56878,41.61397],[-83.45906,41.61494],[-83.45913,41.61838],[-83.16197,41.62043],[-83.09868,41.74391],[-83.45152,41.72478],[-83.45167,41.73507],[-83.55244,41.73418],[-83.55238,41.73075],[-83.70804,41.72926],[-83.708,41.72581],[-83.88194,41.72388],[-83.87983,41.62098],[-83.88434,41.62093],[-83.88315,41.56261],[-83.88768,41.56255],[-83.88451,41.41163]]],"terms_url":"https://co.lucas.oh.us/","terms_text":"Lucas County, State of Ohio","description":"2023 orthoimagery for Lucas County in the State of Ohio","icon":"https://co.lucas.oh.us/ImageRepository/Document?documentID=63083"},{"id":"Ludwigshafen-2019","name":"Ludwigshafen 2019","type":"wms","template":"https://geodaten.ludwigshafen.de/wms/luftbild_historisch?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=C7F0E141BD264811A166B9D478C0E20F&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","polygon":[[[8.42163,49.406],[8.42109,49.43172],[8.42177,49.43251],[8.42348,49.4327],[8.42305,49.43184],[8.42302,49.43148],[8.42329,49.43106],[8.42381,49.43078],[8.42461,49.43068],[8.42659,49.43097],[8.42768,49.43129],[8.42902,49.4318],[8.43144,49.43306],[8.43241,49.43316],[8.43333,49.43339],[8.43587,49.43443],[8.43913,49.43562],[8.44594,49.43778],[8.44702,49.43682],[8.44776,49.43651],[8.44835,49.43645],[8.44894,49.43653],[8.45131,49.43749],[8.45365,49.43583],[8.45518,49.43546],[8.45856,49.435],[8.45914,49.43503],[8.45966,49.43519],[8.46012,49.43555],[8.46088,49.43583],[8.4646,49.43676],[8.46908,49.43738],[8.46999,49.43735],[8.47056,49.43745],[8.471,49.43767],[8.4713,49.43797],[8.47259,49.43838],[8.47407,49.43877],[8.47578,49.43938],[8.47654,49.43938],[8.47711,49.43953],[8.47756,49.4398],[8.47789,49.44025],[8.47818,49.44042],[8.47837,49.44067],[8.47844,49.44094],[8.47834,49.4413],[8.47804,49.4416],[8.4776,49.44181],[8.47387,49.44211],[8.47386,49.4437],[8.4734,49.44419],[8.47275,49.44442],[8.47216,49.44446],[8.47013,49.44422],[8.46645,49.44406],[8.46424,49.44408],[8.4613,49.44422],[8.45837,49.44451],[8.45546,49.44494],[8.45262,49.44552],[8.45013,49.44617],[8.44898,49.44663],[8.44756,49.44735],[8.4463,49.44818],[8.44522,49.44911],[8.44455,49.44987],[8.44383,49.45093],[8.44335,49.45202],[8.44309,49.45313],[8.44311,49.45482],[8.44359,49.45616],[8.44464,49.45765],[8.44613,49.45898],[8.44767,49.45992],[8.44981,49.46081],[8.45655,49.46245],[8.45843,49.46284],[8.45985,49.4633],[8.46115,49.46388],[8.46282,49.46494],[8.46351,49.46554],[8.46428,49.46641],[8.46479,49.46751],[8.46512,49.469],[8.46515,49.4702],[8.46495,49.47145],[8.46464,49.47238],[8.46404,49.47359],[8.46322,49.47474],[8.45702,49.48212],[8.44693,49.48973],[8.47006,49.49391],[8.47043,49.49403],[8.4708,49.4943],[8.47098,49.49462],[8.47095,49.49496],[8.4414,49.56443],[8.44108,49.56473],[8.44035,49.56499],[8.43965,49.56499],[8.43913,49.56484],[8.41592,49.56067],[8.41612,49.56239],[8.4168,49.56441],[8.41773,49.56605],[8.41925,49.56789],[8.38271,49.5677],[8.38352,49.56716],[8.38398,49.5663],[8.37723,49.56639],[8.37597,49.56733],[8.37532,49.56749],[8.37498,49.56767],[8.35335,49.56755],[8.35358,49.56562],[8.35484,49.56198],[8.35007,49.56167],[8.34954,49.56155],[8.3491,49.56131],[8.34879,49.56093],[8.34874,49.55958],[8.33866,49.55878],[8.3381,49.55868],[8.33773,49.55852],[8.33733,49.55823],[8.3371,49.55787],[8.33685,49.55427],[8.33483,49.55412],[8.33423,49.55386],[8.3339,49.55344],[8.33387,49.55305],[8.334,49.55278],[8.33453,49.55224],[8.33559,49.55139],[8.33164,49.55099],[8.32418,49.55183],[8.3157,49.55211],[8.31332,49.5524],[8.31249,49.55227],[8.31215,49.55209],[8.31186,49.55178],[8.31176,49.55142],[8.31183,49.55115],[8.3121,49.55083],[8.31254,49.5506],[8.31284,49.55001],[8.31348,49.54814],[8.31394,49.54629],[8.31446,49.54307],[8.31498,49.54265],[8.3159,49.54248],[8.31832,49.541],[8.31845,49.54085],[8.31827,49.54019],[8.31848,49.53967],[8.31894,49.53922],[8.31942,49.53892],[8.32013,49.53862],[8.32091,49.53843],[8.32131,49.53676],[8.31983,49.536],[8.31847,49.53494],[8.31549,49.53504],[8.31497,49.53498],[8.31462,49.53486],[8.31429,49.53461],[8.31413,49.5343],[8.31413,49.53405],[8.3132,49.53412],[8.3127,49.53406],[8.31222,49.53388],[8.31187,49.53358],[8.31134,49.53131],[8.31164,49.53083],[8.31218,49.53055],[8.31158,49.52888],[8.31163,49.52836],[8.31181,49.52796],[8.31102,49.52589],[8.31108,49.52556],[8.31142,49.52522],[8.31031,49.5242],[8.30981,49.52359],[8.3081,49.52125],[8.30792,49.52085],[8.30795,49.52044],[8.30826,49.51999],[8.31013,49.51871],[8.30977,49.51651],[8.3099,49.51483],[8.31042,49.51312],[8.31001,49.50942],[8.30964,49.50419],[8.30928,49.50172],[8.3094,49.5014],[8.30976,49.50108],[8.30988,49.49807],[8.30969,49.49759],[8.30992,49.49681],[8.31052,49.48441],[8.30974,49.48436],[8.30793,49.484],[8.30759,49.48382],[8.30736,49.48351],[8.30458,49.48325],[8.30427,49.48328],[8.30398,49.4832],[8.3018,49.48313],[8.30141,49.4832],[8.3009,49.48317],[8.30028,49.4829],[8.29998,49.4824],[8.29904,49.48245],[8.29826,49.48221],[8.29785,49.48184],[8.29772,49.48148],[8.2978,49.48112],[8.29721,49.48057],[8.29699,49.48009],[8.29703,49.47966],[8.29738,49.47885],[8.29678,49.47716],[8.29678,49.47659],[8.29692,49.47613],[8.29741,49.47542],[8.29762,49.47487],[8.29811,49.47436],[8.29887,49.47282],[8.299,49.47231],[8.29979,49.47155],[8.3004,49.47135],[8.30096,49.47133],[8.30471,49.47188],[8.30737,49.46574],[8.30932,49.46192],[8.3105,49.45987],[8.31102,49.45956],[8.31184,49.45944],[8.31238,49.45954],[8.31394,49.46009],[8.31492,49.45892],[8.31519,49.4584],[8.31558,49.45817],[8.31607,49.45805],[8.31863,49.45817],[8.31914,49.45813],[8.31951,49.4582],[8.32069,49.4587],[8.32234,49.45914],[8.32273,49.45943],[8.32293,49.4598],[8.32354,49.45978],[8.32426,49.45994],[8.32483,49.46028],[8.32514,49.46076],[8.3269,49.46132],[8.34631,49.46615],[8.34685,49.46592],[8.34749,49.4659],[8.35199,49.46694],[8.35626,49.46826],[8.35672,49.46868],[8.35682,49.46911],[8.35736,49.46951],[8.35747,49.46976],[8.35743,49.4701],[8.35876,49.47027],[8.35917,49.46614],[8.36033,49.46285],[8.36032,49.46175],[8.36044,49.46102],[8.36066,49.46045],[8.36121,49.45954],[8.36138,49.45884],[8.36124,49.45778],[8.36045,49.45651],[8.36043,49.45606],[8.36059,49.45574],[8.36135,49.45499],[8.36184,49.4548],[8.36238,49.45474],[8.36314,49.45489],[8.36482,49.45575],[8.3657,49.45501],[8.36929,49.4515],[8.37576,49.44365],[8.37486,49.44331],[8.37441,49.44289],[8.37436,49.44237],[8.3636,49.41934],[8.36375,49.40567],[8.42163,49.406]]],"terms_url":"https://ludwigshafen.de/impressum/ludwigshafende","terms_text":"© Stadt Ludwigshafen am Rhein","description":"Ludwigshafen am Rhein 2019, 5cm","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Ludwigshafen.png"},{"id":"Ludwigshafen-2022","name":"Ludwigshafen 2022","type":"wms","template":"https://geodaten.ludwigshafen.de/wms/luftbild_2022?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=4B1281A1EBD54D74897B3DDA16F00006&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","polygon":[[[8.421,49.4015],[8.42082,49.41722],[8.42086,49.42076],[8.42135,49.4329],[8.4235,49.4332],[8.42375,49.43312],[8.42485,49.433],[8.42475,49.4328],[8.42435,49.43266],[8.42406,49.43243],[8.4237,49.43167],[8.42382,49.43136],[8.42404,49.43123],[8.42441,49.43115],[8.42648,49.43144],[8.42868,49.43219],[8.43012,49.433],[8.43114,49.43346],[8.43299,49.4338],[8.43656,49.43528],[8.43827,49.43576],[8.44005,49.43645],[8.44613,49.43832],[8.44754,49.43711],[8.44815,49.43691],[8.44868,49.43695],[8.4507,49.43775],[8.45131,49.4381],[8.45409,49.4362],[8.45581,49.4358],[8.45902,49.43546],[8.45941,49.43562],[8.45956,49.43585],[8.46069,49.43627],[8.46454,49.43723],[8.46906,49.43781],[8.47027,49.43786],[8.47054,49.43798],[8.4708,49.43829],[8.47108,49.43842],[8.47395,49.43919],[8.47548,49.43978],[8.47677,49.43995],[8.47715,49.44017],[8.47738,49.44054],[8.47771,49.4408],[8.47766,49.44119],[8.47719,49.44143],[8.47425,49.44167],[8.47319,49.44166],[8.47319,49.44355],[8.473,49.44381],[8.47258,49.44398],[8.46941,49.44377],[8.46597,49.44367],[8.45828,49.44381],[8.45676,49.44394],[8.45476,49.44425],[8.4533,49.44458],[8.45144,49.44513],[8.44968,49.44582],[8.44805,49.44663],[8.44658,49.44756],[8.44527,49.44858],[8.44415,49.44969],[8.44323,49.45088],[8.44267,49.45181],[8.44229,49.45316],[8.44232,49.45481],[8.44288,49.45643],[8.44393,49.45793],[8.44544,49.45927],[8.44701,49.4602],[8.4488,49.46095],[8.45894,49.46362],[8.46081,49.46434],[8.46239,49.46531],[8.46358,49.46649],[8.46435,49.46784],[8.46461,49.46903],[8.46445,49.47047],[8.46321,49.47347],[8.46185,49.47578],[8.4598,49.47843],[8.45776,49.48052],[8.45392,49.48384],[8.44952,49.48729],[8.44575,49.48999],[8.46978,49.49431],[8.47016,49.49447],[8.4703,49.49479],[8.44071,49.56431],[8.44034,49.56451],[8.4399,49.56453],[8.41509,49.56007],[8.41531,49.56162],[8.41574,49.56345],[8.41598,49.56425],[8.4166,49.56547],[8.41757,49.56684],[8.4225,49.57257],[8.42244,49.57287],[8.42211,49.57309],[8.42031,49.57325],[8.42079,49.57473],[8.42059,49.57505],[8.42005,49.5752],[8.41942,49.57513],[8.41924,49.57505],[8.41725,49.57533],[8.41654,49.57527],[8.41583,49.57508],[8.41504,49.57596],[8.39963,49.57588],[8.39979,49.5756],[8.3992,49.57516],[8.39886,49.57511],[8.39863,49.57534],[8.39816,49.57547],[8.39229,49.57563],[8.39188,49.57552],[8.38514,49.57079],[8.3835,49.57049],[8.38247,49.57048],[8.38201,49.57041],[8.38087,49.56988],[8.3807,49.56974],[8.38064,49.56943],[8.38084,49.56921],[8.38353,49.56783],[8.38413,49.56738],[8.38495,49.56584],[8.37697,49.56594],[8.37576,49.56685],[8.37476,49.56717],[8.37084,49.56924],[8.36973,49.56999],[8.36606,49.57016],[8.3653,49.57001],[8.36326,49.57021],[8.36141,49.57161],[8.36099,49.57177],[8.3572,49.57146],[8.35691,49.57124],[8.35688,49.57096],[8.35772,49.56984],[8.35605,49.56983],[8.3557,49.56974],[8.35543,49.56942],[8.35558,49.56868],[8.35438,49.5685],[8.3541,49.56832],[8.35401,49.56814],[8.35412,49.56626],[8.35451,49.56463],[8.35474,49.5644],[8.35566,49.56159],[8.34975,49.56109],[8.34943,49.56078],[8.34941,49.55917],[8.33862,49.55834],[8.33815,49.5582],[8.33796,49.55805],[8.33784,49.5578],[8.33744,49.55385],[8.33517,49.55374],[8.33477,49.55358],[8.33458,49.55329],[8.33461,49.5531],[8.3353,49.55231],[8.33687,49.55104],[8.33149,49.55054],[8.32397,49.55139],[8.31555,49.55167],[8.31388,49.55188],[8.31343,49.55201],[8.31294,49.55194],[8.31265,49.55176],[8.31254,49.55136],[8.31267,49.55117],[8.31301,49.55095],[8.31336,49.55048],[8.31389,49.54911],[8.3145,49.54699],[8.31508,49.54322],[8.31556,49.54292],[8.31621,49.54289],[8.31912,49.54107],[8.31918,49.54092],[8.31895,49.54036],[8.31908,49.5398],[8.31986,49.53924],[8.32152,49.53872],[8.32206,49.53659],[8.32093,49.53605],[8.32016,49.53558],[8.31872,49.53438],[8.31852,49.53448],[8.31542,49.53458],[8.31504,49.53444],[8.31485,49.53426],[8.31472,49.53359],[8.31305,49.53366],[8.31275,49.53358],[8.31247,49.53339],[8.312,49.53133],[8.31215,49.5311],[8.31237,49.53097],[8.31274,49.53089],[8.31303,49.53091],[8.31221,49.52882],[8.3125,49.52796],[8.31175,49.52581],[8.31198,49.52545],[8.31254,49.52535],[8.31113,49.52403],[8.31019,49.523],[8.30878,49.5212],[8.3086,49.52076],[8.30858,49.52054],[8.31081,49.51889],[8.31047,49.51697],[8.31042,49.51588],[8.31067,49.51443],[8.31111,49.51331],[8.31044,49.50557],[8.30999,49.50164],[8.31018,49.5014],[8.31045,49.50127],[8.31058,49.49791],[8.31035,49.49756],[8.31059,49.49693],[8.3112,49.48399],[8.31006,49.48395],[8.3084,49.48363],[8.30802,49.48345],[8.30791,49.48313],[8.30462,49.4828],[8.30434,49.48283],[8.30401,49.48274],[8.30109,49.48271],[8.30062,49.48245],[8.30053,49.48221],[8.30058,49.48202],[8.29978,49.48193],[8.29912,49.482],[8.29875,49.48188],[8.29853,49.48163],[8.29852,49.48107],[8.29776,49.48037],[8.2976,49.4801],[8.29803,49.47877],[8.29745,49.47705],[8.29743,49.47675],[8.29826,49.47495],[8.29869,49.47464],[8.29943,49.47318],[8.29953,49.47266],[8.29978,49.47219],[8.30012,49.4719],[8.30064,49.47175],[8.30519,49.4724],[8.30868,49.46446],[8.31108,49.46011],[8.31143,49.45991],[8.31186,49.45989],[8.31417,49.4607],[8.31558,49.45913],[8.31563,49.45875],[8.31582,49.4586],[8.31617,49.45849],[8.31928,49.45864],[8.32057,49.45916],[8.32191,49.4595],[8.32216,49.45982],[8.32203,49.46012],[8.32389,49.46034],[8.32436,49.4607],[8.32444,49.46109],[8.32477,49.46113],[8.32592,49.46153],[8.34569,49.46651],[8.34658,49.46663],[8.34688,49.46639],[8.34739,49.46633],[8.35178,49.46736],[8.35587,49.46863],[8.35605,49.46882],[8.35619,49.46939],[8.35652,49.46951],[8.35674,49.46974],[8.35677,49.46995],[8.35657,49.47045],[8.35934,49.4708],[8.3598,49.46631],[8.3606,49.46384],[8.36099,49.46297],[8.36098,49.46177],[8.36111,49.4611],[8.36172,49.45998],[8.36204,49.45901],[8.36192,49.45792],[8.36161,49.45721],[8.36107,49.45649],[8.3611,49.45612],[8.36173,49.45535],[8.36207,49.4552],[8.36238,49.45518],[8.36277,49.45526],[8.36497,49.45638],[8.3697,49.45192],[8.37141,49.44995],[8.37665,49.4435],[8.37526,49.44291],[8.37505,49.44272],[8.37507,49.44239],[8.36428,49.41925],[8.36448,49.4011],[8.3647,49.40085],[8.36521,49.40072],[8.42046,49.40103],[8.42088,49.40118],[8.421,49.4015]]],"terms_url":"https://ludwigshafen.de/impressum/ludwigshafende","terms_text":"© Stadt Ludwigshafen am Rhein","best":true,"description":"Ludwigshafen am Rhein 2022, 5cm","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Ludwigshafen.png"},{"id":"Arenda_OAM","name":"Lupang Arenda, Taytay Drone Imagery","type":"tms","template":"https://tiles.openaerialmap.org/5d25d7bf161a790005c03e6e/0/5d25d7bf161a790005c03e6f/{zoom}/{x}/{y}.png","category":"photo","zoomExtent":[14,22],"polygon":[[[121.11444,14.5407],[121.11236,14.54131],[121.10965,14.54186],[121.10884,14.54093],[121.10824,14.53808],[121.10841,14.53675],[121.1079,14.53542],[121.10779,14.53295],[121.10792,14.5312],[121.1089,14.53069],[121.11431,14.53035],[121.1153,14.53085],[121.11541,14.53166],[121.11528,14.53388],[121.1145,14.53395],[121.1138,14.53366],[121.1135,14.5343],[121.11435,14.53631],[121.11457,14.53796],[121.11472,14.53901],[121.11459,14.53985],[121.11444,14.5407]]],"best":true},{"id":"orthophoto_lyon_2012","name":"Lyon Orthophoto 2012 (10cm)","type":"wms","template":"https://imagerie.data.grandlyon.com/geoserver/grandlyon/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho_2012&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2012-03-01T00:00:00.000Z","startDate":"2012-04-01T00:00:00.000Z","polygon":[[[4.69049,45.54652],[4.83131,45.54652],[4.83131,45.57131],[4.88344,45.57131],[4.88344,45.59745],[5.16622,45.59745],[5.16622,45.74533],[5.10793,45.74533],[5.10793,45.88145],[4.90698,45.88145],[4.90698,45.92107],[4.84377,45.92107],[4.84377,45.94011],[4.71543,45.94011],[4.71543,45.87018],[4.67458,45.87018],[4.67458,45.7178],[4.69567,45.7178],[4.69049,45.54652]]],"terms_url":"https://data.grandlyon.com/portail/fr/jeux-de-donnees/orthophotographie-2012-metropole-lyon/info","terms_text":"Grand Lyon Smart Data DSIT 2012","description":"Orthophotographie 2012 de la Métropole de Lyon"},{"id":"orthophoto_lyon_2015","name":"Lyon Orthophoto 2015 (8cm)","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/lyon/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2015-05-01T00:00:00.000Z","startDate":"2015-05-01T00:00:00.000Z","zoomExtent":[2,23],"polygon":[[[4.66489,45.54688],[4.88253,45.54348],[4.88435,45.59745],[5.16623,45.59242],[5.17217,45.74532],[5.10793,45.74653],[5.11305,45.88145],[4.90698,45.88508],[4.90822,45.92106],[4.84377,45.92212],[4.84497,45.9581],[4.67729,45.96069],[4.66489,45.54688]]],"terms_url":"https://data.grandlyon.com/portail/fr/jeux-de-donnees/orthophotographie-2015-metropole-lyon-format-ecw/info","terms_text":"Métropole de Lyon DINSI 2015","description":"Orthophotographie 2015 de la Métropole de Lyon"},{"id":"orthophoto_lyon_2018","name":"Lyon Orthophoto 2018 (8cm)","type":"wms","template":"https://imagerie.data.grandlyon.com/geoserver/grandlyon/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho_2018&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-04-20T00:00:00.000Z","startDate":"2018-04-17T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[4.67728,45.9607],[4.66438,45.54676],[4.88308,45.54291],[4.8848,45.59698],[5.16666,45.59194],[5.17284,45.74596],[5.10796,45.74692],[5.11311,45.8814],[4.90677,45.88499],[4.90849,45.9213],[4.84394,45.92202],[4.84531,45.95831],[4.67728,45.9607]]],"terms_url":"https://data.grandlyon.com/portail/fr/jeux-de-donnees/orthophotographie-2018-de-la-metropole-de-lyon--format-ecw/info","terms_text":"Métropole de Lyon","description":"Orthophotographie 2018 de la Métropole de Lyon"},{"id":"orthophoto_lyon_2022","name":"Lyon Orthophoto 2022 (5cm)","type":"wms","template":"https://imagerie.data.grandlyon.com/geoserver/grandlyon/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho_2022&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-02-15T00:00:00.000Z","startDate":"2022-03-31T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[4.74178,45.95976],[4.67728,45.9607],[4.66542,45.5649],[4.69906,45.56443],[4.69932,45.56776],[4.72876,45.56737],[4.72876,45.56617],[4.73301,45.56611],[4.73305,45.56419],[4.75507,45.56347],[4.75593,45.55451],[4.7867,45.55403],[4.787,45.55719],[4.79331,45.55713],[4.79356,45.56299],[4.80622,45.56293],[4.80687,45.58071],[4.84536,45.58011],[4.84498,45.57119],[4.87064,45.57083],[4.87128,45.58864],[4.88403,45.58969],[4.88441,45.5975],[4.90986,45.59753],[4.91038,45.60612],[5.0096,45.60444],[5.00986,45.6132],[5.0514,45.61278],[5.05226,45.63043],[5.03938,45.63073],[5.03981,45.63967],[5.05251,45.63961],[5.05312,45.64855],[5.06316,45.64825],[5.0665,45.66631],[5.07989,45.66601],[5.11972,45.69467],[5.1574,45.6933],[5.15839,45.7235],[5.15191,45.72365],[5.15199,45.72764],[5.14577,45.72782],[5.14607,45.73683],[5.13328,45.73707],[5.13341,45.7419],[5.11916,45.74226],[5.11912,45.74399],[5.10551,45.74417],[5.10607,45.75555],[5.09539,45.75579],[5.09766,45.81663],[5.03337,45.81783],[5.0332,45.81089],[4.93025,45.81269],[4.93091,45.84803],[4.92546,45.84813],[4.9255,45.84878],[4.91862,45.84888],[4.919,45.86082],[4.91639,45.86088],[4.91698,45.87592],[4.90668,45.87609],[4.90688,45.88267],[4.89953,45.88286],[4.8996,45.88453],[4.89606,45.8846],[4.89608,45.88528],[4.8941,45.8853],[4.89426,45.89024],[4.89139,45.89032],[4.89168,45.90271],[4.88519,45.90283],[4.88519,45.90345],[4.88182,45.9035],[4.8818,45.90825],[4.8753,45.90837],[4.87535,45.91027],[4.8696,45.91042],[4.86964,45.91199],[4.86527,45.91209],[4.8653,45.91278],[4.85636,45.91292],[4.85651,45.91771],[4.8395,45.91814],[4.8395,45.92219],[4.79221,45.92295],[4.7928,45.94094],[4.74122,45.94174],[4.74178,45.95976]]],"terms_url":"https://data.grandlyon.com/portail/fr/jeux-de-donnees/orthophotographie-2022-de-la-metropole-de-lyon--format-ecw/info","terms_text":"CRAIG - Métropole du Grand Lyon 2022","best":true,"description":"Orthophotographie 2022 de la Métropole de Lyon"},{"id":"maaamet.ee-pohi_vr2","name":"Maa-amet Basic Map","type":"wms","template":"https://kaart.maaamet.ee/wms/alus-geo?LAYERS=pohi_vr2&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","polygon":[[[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971]],[[23.91525,58.05612],[23.99993,58.05632],[23.99968,58.10116],[24.08497,58.10129],[24.08485,58.19092],[23.91476,58.19099],[23.91451,58.23585],[23.82971,58.23572],[23.83032,58.146],[23.915,58.14613],[23.91525,58.05612]],[[24.17014,58.1908],[24.17002,58.14588],[24.25458,58.14581],[24.25507,58.19073],[24.17014,58.1908]],[[23.47415,59.26726],[23.47293,59.31194],[23.29795,59.31138],[23.29868,59.26632],[23.47415,59.26726]],[[21.99979,58.98374],[22.00503,58.89371],[22.09179,58.8951],[22.09411,58.85038],[22.35364,58.85385],[22.36023,58.71916],[22.44638,58.7203],[22.45236,58.58573],[22.19453,58.5823],[22.19709,58.53742],[22.11144,58.53621],[22.11375,58.49167],[22.02797,58.49001],[22.02566,58.53488],[21.76795,58.53074],[21.77942,58.35122],[21.69401,58.34975],[21.69681,58.3049],[21.78211,58.30631],[21.78723,58.21638],[21.95781,58.21941],[21.96038,58.17471],[22.04506,58.17581],[22.05274,58.04134],[21.96831,58.04004],[21.97807,57.86043],[22.06263,57.86186],[22.06007,57.90681],[22.1445,57.90804],[22.14206,57.95281],[22.22626,57.95404],[22.22198,58.0436],[22.30679,58.04527],[22.29995,58.17967],[22.38525,58.18063],[22.38903,58.0909],[22.64344,58.094],[22.64173,58.13886],[22.55693,58.13744],[22.55522,58.18276],[22.72495,58.18475],[22.72641,58.13982],[22.89663,58.1413],[22.89529,58.1861],[22.81012,58.18539],[22.80865,58.2302],[22.89358,58.23103],[22.89187,58.27598],[22.97716,58.27681],[22.9757,58.32157],[23.06172,58.32221],[23.05989,58.36703],[23.14567,58.36735],[23.14421,58.41238],[23.40106,58.41391],[23.39935,58.50359],[23.57127,58.50436],[23.57225,58.41468],[23.65791,58.41493],[23.65864,58.32496],[23.82947,58.32554],[23.82971,58.28047],[23.99993,58.28092],[24.00066,58.23579],[24.0851,58.23605],[24.08485,58.19092],[24.17014,58.1908],[24.17014,58.23572],[24.34048,58.23547],[24.34182,58.37017],[24.42712,58.36972],[24.42638,58.32503],[24.51216,58.32471],[24.51155,58.2797],[24.42614,58.28002],[24.42272,58.01097],[24.33829,58.0109],[24.33707,57.87393],[24.40906,57.87191],[24.41138,57.86491],[24.46006,57.87977],[24.45225,57.89942],[24.46018,57.90662],[24.44579,57.90798],[24.4625,57.92496],[24.51326,57.93066],[24.5096,57.93442],[24.51839,57.93675],[24.5207,57.94303],[24.5301,57.94705],[24.54352,57.94478],[24.54792,57.94938],[24.57317,57.95436],[24.58464,57.96174],[24.60892,57.95125],[24.61612,57.94368],[24.62869,57.94193],[24.64577,57.95268],[24.64187,57.95423],[24.64468,57.95889],[24.67335,57.95896],[24.6919,57.94653],[24.71508,57.96271],[24.7329,57.96239],[24.74339,57.96491],[24.74229,57.98187],[24.80806,57.99066],[24.83234,57.97177],[24.94863,58.00942],[24.99512,58.01084],[25.02037,58.01769],[25.07662,58.06645],[25.10518,58.06645],[25.10579,58.07749],[25.13397,58.07974],[25.15154,58.07703],[25.1535,58.07478],[25.19169,58.07613],[25.18949,58.08007],[25.19962,58.08536],[25.21207,58.08052],[25.21621,58.07413],[25.20389,58.0651],[25.20523,58.06122],[25.21219,58.06226],[25.21597,58.05954],[25.2178,58.04908],[25.22146,58.05051],[25.22122,58.05302],[25.22817,58.05348],[25.22695,58.04799],[25.21658,58.04088],[25.21902,58.02977],[25.22537,58.02195],[25.22732,58.02435],[25.23635,58.02441],[25.23562,58.02286],[25.24587,58.01872],[25.22768,58.01782],[25.2455,58.00302],[25.25502,58.00347],[25.25611,57.9939],[25.26722,57.99454],[25.28308,57.98963],[25.29187,57.99286],[25.30138,57.99273],[25.30358,57.99396],[25.29736,57.99661],[25.29577,57.99972],[25.30285,58.00011],[25.29748,58.01459],[25.30114,58.01504],[25.30431,58.03449],[25.29309,58.0467],[25.27991,58.05063],[25.26502,58.06],[25.266,58.06716],[25.28113,58.07019],[25.28686,58.08149],[25.29553,58.08161],[25.31908,58.06929],[25.31981,58.066],[25.32664,58.0638],[25.3292,58.05858],[25.33604,58.05709],[25.34482,58.04676],[25.35336,58.04334],[25.36374,58.03171],[25.37155,58.02926],[25.40693,58.02893],[25.44817,58.01698],[25.46648,58.00515],[25.44817,58.00114],[25.44219,57.99616],[25.47843,57.98264],[25.47843,57.98006],[25.48539,57.97475],[25.51943,57.98031],[25.52212,57.97488],[25.51211,57.96977],[25.51638,57.96737],[25.5226,57.96802],[25.52566,57.97184],[25.53725,57.97139],[25.55079,57.97255],[25.55567,57.96711],[25.55714,57.96038],[25.56604,57.96258],[25.56556,57.96718],[25.57483,57.9741],[25.58044,57.9721],[25.58239,57.96783],[25.58935,57.96504],[25.59399,57.95961],[25.57983,57.9442],[25.63828,57.93059],[25.64987,57.91841],[25.64889,57.91666],[25.65609,57.91439],[25.66207,57.91511],[25.67549,57.91277],[25.67916,57.90461],[25.70356,57.90331],[25.72247,57.91245],[25.72833,57.92133],[25.73724,57.92295],[25.75102,57.91692],[25.77165,57.91206],[25.78629,57.90428],[25.78312,57.89948],[25.81923,57.86419],[25.8595,57.85614],[25.87475,57.86322],[25.87561,57.85796],[25.88427,57.85595],[25.88573,57.85277],[25.88085,57.84946],[25.8883,57.84595],[25.89537,57.84972],[25.931,57.85244],[25.96273,57.84491],[25.99848,57.85816],[26.00958,57.85731],[26.02008,57.84517],[26.03667,57.84926],[26.05558,57.84764],[26.05705,57.83842],[26.04851,57.82289],[26.03606,57.8108],[26.03679,57.80592],[26.03338,57.80105],[26.03081,57.79097],[26.02776,57.7898],[26.02252,57.78355],[26.02496,57.7816],[26.02459,57.77516],[26.01776,57.7723],[26.02374,57.76761],[26.03326,57.77054],[26.0435,57.76703],[26.049,57.7611],[26.05912,57.75987],[26.07047,57.7656],[26.07328,57.76371],[26.07974,57.76384],[26.08035,57.76547],[26.10537,57.757],[26.13551,57.7503],[26.13905,57.74548],[26.13563,57.73923],[26.141,57.73278],[26.1726,57.72867],[26.20567,57.71486],[26.19859,57.70906],[26.18871,57.69472],[26.17712,57.68761],[26.18541,57.68454],[26.19444,57.68519],[26.19896,57.68356],[26.20079,57.68102],[26.21018,57.67906],[26.21092,57.67071],[26.21372,57.66888],[26.21043,57.66601],[26.23032,57.65805],[26.2363,57.65753],[26.24215,57.65146],[26.23117,57.64904],[26.23239,57.6461],[26.23959,57.64649],[26.24667,57.63559],[26.24203,57.63539],[26.23947,57.63408],[26.24813,57.62775],[26.24715,57.62082],[26.25423,57.61383],[26.27022,57.60461],[26.27034,57.6001],[26.27754,57.595],[26.28217,57.5952],[26.28352,57.59232],[26.29291,57.59114],[26.3006,57.59343],[26.30853,57.59291],[26.3117,57.58473],[26.32635,57.58277],[26.32781,57.57963],[26.33476,57.5797],[26.34489,57.58408],[26.40151,57.57237],[26.46996,57.57551],[26.49095,57.54534],[26.49961,57.52451],[26.52585,57.51619],[26.55794,57.5137],[26.5666,57.51946],[26.56184,57.52261],[26.56123,57.5285],[26.57966,57.53375],[26.57978,57.53695],[26.58381,57.53957],[26.58771,57.53781],[26.58698,57.52621],[26.59015,57.52516],[26.58808,57.51619],[26.59479,57.51592],[26.5954,57.51376],[26.60479,57.51442],[26.60467,57.51212],[26.61712,57.50885],[26.61443,57.52909],[26.63444,57.54357],[26.64262,57.54658],[26.64652,57.55391],[26.66531,57.55287],[26.6719,57.55385],[26.67105,57.56327],[26.67569,57.56668],[26.69155,57.56615],[26.69741,57.56733],[26.69753,57.5706],[26.69972,57.57106],[26.71107,57.56596],[26.72388,57.57244],[26.73072,57.56903],[26.73828,57.57584],[26.72901,57.58016],[26.73816,57.58774],[26.75317,57.58009],[26.74804,57.5778],[26.76769,57.57754],[26.77379,57.57473],[26.76891,57.57041],[26.75817,57.5653],[26.75366,57.56249],[26.76354,57.56314],[26.76915,57.56039],[26.7766,57.55994],[26.78685,57.57525],[26.79295,57.57315],[26.79929,57.58002],[26.79685,57.58179],[26.80954,57.58473],[26.81589,57.58153],[26.83504,57.58244],[26.84688,57.5884],[26.86177,57.59108],[26.86433,57.59415],[26.85994,57.59598],[26.85811,57.60049],[26.86469,57.6084],[26.85786,57.60997],[26.86555,57.61592],[26.87275,57.61736],[26.87458,57.61906],[26.88898,57.62193],[26.88849,57.62357],[26.89581,57.62572],[26.90057,57.62918],[26.89971,57.63056],[26.90679,57.63304],[26.92644,57.6331],[26.92961,57.62376],[26.94059,57.61978],[26.94999,57.62056],[26.95133,57.61579],[26.93961,57.60932],[26.94596,57.60272],[26.9578,57.60468],[26.9595,57.60625],[26.97097,57.60448],[26.97549,57.612],[26.98366,57.61174],[26.98696,57.60867],[26.99233,57.61076],[26.99513,57.60461],[27.03101,57.60461],[27.04418,57.5967],[27.04126,57.58761],[27.0332,57.58532],[27.04492,57.58251],[27.04687,57.58048],[27.05285,57.58087],[27.0559,57.58251],[27.07225,57.57989],[27.07262,57.57734],[27.08506,57.57538],[27.10092,57.5653],[27.11654,57.56118],[27.16145,57.55922],[27.19329,57.54966],[27.2249,57.55385],[27.24796,57.54769],[27.25772,57.54979],[27.2637,57.54841],[27.26431,57.54377],[27.2737,57.54311],[27.28017,57.53643],[27.29664,57.53859],[27.32446,57.52274],[27.34569,57.52104],[27.35131,57.51632],[27.35472,57.52575],[27.34386,57.5454],[27.33886,57.54671],[27.33776,57.56007],[27.33178,57.56066],[27.3341,57.56596],[27.32141,57.57898],[27.32886,57.5797],[27.34179,57.58539],[27.3413,57.58984],[27.35692,57.59696],[27.37827,57.59513],[27.38572,57.60304],[27.40683,57.61246],[27.40634,57.61546],[27.40195,57.61775],[27.39084,57.6169],[27.39023,57.62036],[27.39597,57.62115],[27.40182,57.62376],[27.40317,57.62905],[27.40085,57.63742],[27.38816,57.64009],[27.39072,57.6431],[27.38157,57.64368],[27.38352,57.64799],[27.38047,57.6495],[27.38755,57.6555],[27.3801,57.65883],[27.38364,57.66059],[27.37779,57.66836],[27.38193,57.67332],[27.39145,57.67671],[27.39377,57.67913],[27.39133,57.68539],[27.40231,57.68493],[27.40744,57.69276],[27.41647,57.69524],[27.41341,57.69915],[27.42818,57.69902],[27.43086,57.70756],[27.44807,57.71616],[27.46149,57.70619],[27.47064,57.70802],[27.47357,57.71545],[27.48711,57.7191],[27.49529,57.70749],[27.49993,57.70495],[27.50859,57.70723],[27.51066,57.71101],[27.51652,57.70873],[27.5236,57.70802],[27.52762,57.70899],[27.5236,57.71616],[27.52799,57.72946],[27.5419,57.73037],[27.548,57.7333],[27.53116,57.74073],[27.53007,57.75368],[27.52811,57.75818],[27.52018,57.75993],[27.51591,57.7639],[27.51115,57.76416],[27.5081,57.77158],[27.51457,57.77516],[27.50774,57.78349],[27.4959,57.78869],[27.50005,57.78973],[27.50298,57.78798],[27.51847,57.79201],[27.5175,57.78876],[27.52921,57.78856],[27.53861,57.79396],[27.53592,57.79663],[27.53958,57.80144],[27.53726,57.80644],[27.54471,57.808],[27.5408,57.81288],[27.55667,57.81366],[27.55056,57.81769],[27.5452,57.81808],[27.54446,57.82204],[27.55227,57.82113],[27.5563,57.83127],[27.56252,57.83023],[27.59791,57.83328],[27.62207,57.83874],[27.62487,57.83751],[27.63634,57.83978],[27.64818,57.8377],[27.66026,57.83893],[27.66636,57.83653],[27.68771,57.83419],[27.70541,57.84192],[27.72383,57.83179],[27.74165,57.82679],[27.75849,57.83536],[27.77715,57.8325],[27.78411,57.83725],[27.78862,57.84186],[27.7957,57.84017],[27.80058,57.8442],[27.7946,57.84634],[27.79875,57.85205],[27.81632,57.86134],[27.8184,57.8651],[27.81583,57.87166],[27.81169,57.87204],[27.81827,57.88249],[27.81059,57.88612],[27.81949,57.888],[27.82096,57.89047],[27.81852,57.89579],[27.799,57.89961],[27.78094,57.89832],[27.76959,57.89566],[27.75592,57.89806],[27.75739,57.90318],[27.7536,57.90409],[27.74677,57.90169],[27.72896,57.90739],[27.70614,57.90136],[27.69882,57.90616],[27.70834,57.90616],[27.72054,57.91174],[27.72029,57.92036],[27.71078,57.92392],[27.68247,57.92437],[27.68613,57.92794],[27.68247,57.93655],[27.67649,57.93552],[27.66917,57.94174],[27.67161,57.94627],[27.66758,57.951],[27.65892,57.9554],[27.68588,57.95928],[27.68893,57.97184],[27.6821,57.9719],[27.68064,57.97449],[27.69125,57.98549],[27.69882,57.98827],[27.70065,57.99862],[27.6965,58.0045],[27.68393,58.00845],[27.66856,58.01045],[27.66172,58.01866],[27.64781,58.02086],[27.64781,58.01426],[27.65294,58.00644],[27.64489,58.00205],[27.62268,58.0058],[27.60938,58.05399],[27.63695,58.09735],[27.59205,58.11875],[27.52872,58.18687],[27.48687,58.18803],[27.49993,58.32246],[27.51408,58.32214],[27.51762,58.33265],[27.5552,58.36575],[27.53397,58.41142],[27.25259,58.41883],[27.27309,58.64305],[27.18731,58.64533],[27.19537,58.73512],[27.10934,58.73709],[27.11361,58.78183],[27.0271,58.7841],[27.03882,58.91841],[27.12557,58.9164],[27.12935,58.96135],[27.38974,58.95474],[27.39414,58.99964],[27.65501,58.99241],[27.6544,58.98783],[27.73213,58.9855],[27.74274,58.98845],[27.74787,58.99267],[27.74165,59.00951],[27.74567,59.01705],[27.74628,59.02716],[27.75153,59.03017],[27.76605,59.03155],[27.76983,59.03325],[27.77667,59.04743],[27.77313,59.05107],[27.77508,59.0581],[27.78265,59.065],[27.7885,59.06657],[27.79302,59.06927],[27.79277,59.0729],[27.79411,59.07566],[27.79375,59.07842],[27.7907,59.08112],[27.78887,59.0909],[27.80205,59.1028],[27.8101,59.10606],[27.81071,59.10819],[27.80534,59.1127],[27.80595,59.12166],[27.80986,59.12905],[27.82035,59.13362],[27.83206,59.14401],[27.84414,59.14814],[27.86818,59.16159],[27.87184,59.16841],[27.87648,59.17372],[27.88978,59.18379],[27.89234,59.19222],[27.90235,59.20728],[27.89783,59.21746],[27.901,59.22639],[27.90113,59.23488],[27.90564,59.24044],[27.9492,59.26533],[27.95335,59.26863],[27.96433,59.27268],[27.97983,59.27293],[27.99825,59.2753],[28.02022,59.28334],[28.05353,59.2902],[28.1099,59.29063],[28.11722,59.28895],[28.12515,59.28901],[28.13626,59.29244],[28.16969,59.33354],[28.19397,59.34642],[28.19263,59.35227],[28.20203,59.35731],[28.19971,59.36091],[28.20703,59.36377],[28.20678,59.36719],[28.21105,59.36937],[28.21057,59.37235],[28.20386,59.37459],[28.21069,59.37994],[28.21069,59.3836],[28.19275,59.4015],[28.17225,59.40789],[28.16652,59.41205],[28.14163,59.41901],[28.13711,59.42267],[28.13577,59.4277],[28.12174,59.44091],[28.08452,59.45939],[28.06915,59.46256],[28.05182,59.46342],[28.04767,59.46578],[28.04377,59.47223],[28.03669,59.4757],[27.9719,59.4778],[27.96689,59.43303],[26.91057,59.46051],[26.91423,59.50549],[26.82626,59.50729],[26.82967,59.55215],[26.38809,59.56099],[26.39114,59.60565],[26.12575,59.6101],[26.12855,59.65507],[25.86279,59.65901],[25.86511,59.70386],[25.68757,59.70613],[25.6855,59.66148],[25.41938,59.66468],[25.41755,59.61979],[25.32884,59.62078],[25.33055,59.66548],[25.24184,59.66647],[25.24037,59.62145],[25.0632,59.62306],[25.06601,59.71259],[24.9773,59.71346],[24.9762,59.66863],[24.88725,59.66918],[24.88603,59.62473],[24.97462,59.62386],[24.97327,59.57885],[24.79659,59.58009],[24.79744,59.62497],[24.70898,59.62553],[24.70605,59.49082],[24.26471,59.49236],[24.26446,59.44767],[24.17637,59.4478],[24.176,59.4028],[23.91207,59.4028],[23.91158,59.35787],[23.73649,59.3578],[23.73698,59.313],[23.64888,59.31281],[23.64924,59.26788],[23.47415,59.26726],[23.47671,59.0877],[23.12786,59.08582],[23.12895,59.04097],[22.95495,59.03959],[22.9563,58.99487],[22.8693,58.99399],[22.86808,59.03877],[22.78083,59.03814],[22.77912,59.083],[22.69212,59.08218],[22.69017,59.12686],[22.51556,59.1251],[22.51935,59.03538],[22.34535,59.03337],[22.34754,58.98845],[21.99979,58.98374]],[[24.61854,59.53612],[24.62016,59.6258],[24.44309,59.62659],[24.44183,59.5368],[24.61854,59.53612]],[[26.48308,59.649],[26.57166,59.64719],[26.57514,59.69202],[26.48647,59.69383],[26.48308,59.649]],[[26.40403,59.7852],[26.40732,59.82994],[26.31814,59.83152],[26.31501,59.78667],[26.40403,59.7852]]],"terms_text":"Maa-ameti põhikaart"},{"id":"Maaamet-Estonia_Cadastre","name":"Maa-amet Cadastral Map","type":"wms","template":"https://kaart.maaamet.ee/wms/alus-geo?LAYERS=of10000,TOPOYKSUS_6569,TOPOYKSUS_6573&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971]],[[23.91525,58.05612],[23.99993,58.05632],[23.99968,58.10116],[24.08497,58.10129],[24.08485,58.19092],[23.91476,58.19099],[23.91451,58.23585],[23.82971,58.23572],[23.83032,58.146],[23.915,58.14613],[23.91525,58.05612]],[[24.17014,58.1908],[24.17002,58.14588],[24.25458,58.14581],[24.25507,58.19073],[24.17014,58.1908]],[[23.47415,59.26726],[23.47293,59.31194],[23.29795,59.31138],[23.29868,59.26632],[23.47415,59.26726]],[[21.99979,58.98374],[22.00503,58.89371],[22.09179,58.8951],[22.09411,58.85038],[22.35364,58.85385],[22.36023,58.71916],[22.44638,58.7203],[22.45236,58.58573],[22.19453,58.5823],[22.19709,58.53742],[22.11144,58.53621],[22.11375,58.49167],[22.02797,58.49001],[22.02566,58.53488],[21.76795,58.53074],[21.77942,58.35122],[21.69401,58.34975],[21.69681,58.3049],[21.78211,58.30631],[21.78723,58.21638],[21.95781,58.21941],[21.96038,58.17471],[22.04506,58.17581],[22.05274,58.04134],[21.96831,58.04004],[21.97807,57.86043],[22.06263,57.86186],[22.06007,57.90681],[22.1445,57.90804],[22.14206,57.95281],[22.22626,57.95404],[22.22198,58.0436],[22.30679,58.04527],[22.29995,58.17967],[22.38525,58.18063],[22.38903,58.0909],[22.64344,58.094],[22.64173,58.13886],[22.55693,58.13744],[22.55522,58.18276],[22.72495,58.18475],[22.72641,58.13982],[22.89663,58.1413],[22.89529,58.1861],[22.81012,58.18539],[22.80865,58.2302],[22.89358,58.23103],[22.89187,58.27598],[22.97716,58.27681],[22.9757,58.32157],[23.06172,58.32221],[23.05989,58.36703],[23.14567,58.36735],[23.14421,58.41238],[23.40106,58.41391],[23.39935,58.50359],[23.57127,58.50436],[23.57225,58.41468],[23.65791,58.41493],[23.65864,58.32496],[23.82947,58.32554],[23.82971,58.28047],[23.99993,58.28092],[24.00066,58.23579],[24.0851,58.23605],[24.08485,58.19092],[24.17014,58.1908],[24.17014,58.23572],[24.34048,58.23547],[24.34182,58.37017],[24.42712,58.36972],[24.42638,58.32503],[24.51216,58.32471],[24.51155,58.2797],[24.42614,58.28002],[24.42272,58.01097],[24.33829,58.0109],[24.33707,57.87393],[24.40906,57.87191],[24.41138,57.86491],[24.46006,57.87977],[24.45225,57.89942],[24.46018,57.90662],[24.44579,57.90798],[24.4625,57.92496],[24.51326,57.93066],[24.5096,57.93442],[24.51839,57.93675],[24.5207,57.94303],[24.5301,57.94705],[24.54352,57.94478],[24.54792,57.94938],[24.57317,57.95436],[24.58464,57.96174],[24.60892,57.95125],[24.61612,57.94368],[24.62869,57.94193],[24.64577,57.95268],[24.64187,57.95423],[24.64468,57.95889],[24.67335,57.95896],[24.6919,57.94653],[24.71508,57.96271],[24.7329,57.96239],[24.74339,57.96491],[24.74229,57.98187],[24.80806,57.99066],[24.83234,57.97177],[24.94863,58.00942],[24.99512,58.01084],[25.02037,58.01769],[25.07662,58.06645],[25.10518,58.06645],[25.10579,58.07749],[25.13397,58.07974],[25.15154,58.07703],[25.1535,58.07478],[25.19169,58.07613],[25.18949,58.08007],[25.19962,58.08536],[25.21207,58.08052],[25.21621,58.07413],[25.20389,58.0651],[25.20523,58.06122],[25.21219,58.06226],[25.21597,58.05954],[25.2178,58.04908],[25.22146,58.05051],[25.22122,58.05302],[25.22817,58.05348],[25.22695,58.04799],[25.21658,58.04088],[25.21902,58.02977],[25.22537,58.02195],[25.22732,58.02435],[25.23635,58.02441],[25.23562,58.02286],[25.24587,58.01872],[25.22768,58.01782],[25.2455,58.00302],[25.25502,58.00347],[25.25611,57.9939],[25.26722,57.99454],[25.28308,57.98963],[25.29187,57.99286],[25.30138,57.99273],[25.30358,57.99396],[25.29736,57.99661],[25.29577,57.99972],[25.30285,58.00011],[25.29748,58.01459],[25.30114,58.01504],[25.30431,58.03449],[25.29309,58.0467],[25.27991,58.05063],[25.26502,58.06],[25.266,58.06716],[25.28113,58.07019],[25.28686,58.08149],[25.29553,58.08161],[25.31908,58.06929],[25.31981,58.066],[25.32664,58.0638],[25.3292,58.05858],[25.33604,58.05709],[25.34482,58.04676],[25.35336,58.04334],[25.36374,58.03171],[25.37155,58.02926],[25.40693,58.02893],[25.44817,58.01698],[25.46648,58.00515],[25.44817,58.00114],[25.44219,57.99616],[25.47843,57.98264],[25.47843,57.98006],[25.48539,57.97475],[25.51943,57.98031],[25.52212,57.97488],[25.51211,57.96977],[25.51638,57.96737],[25.5226,57.96802],[25.52566,57.97184],[25.53725,57.97139],[25.55079,57.97255],[25.55567,57.96711],[25.55714,57.96038],[25.56604,57.96258],[25.56556,57.96718],[25.57483,57.9741],[25.58044,57.9721],[25.58239,57.96783],[25.58935,57.96504],[25.59399,57.95961],[25.57983,57.9442],[25.63828,57.93059],[25.64987,57.91841],[25.64889,57.91666],[25.65609,57.91439],[25.66207,57.91511],[25.67549,57.91277],[25.67916,57.90461],[25.70356,57.90331],[25.72247,57.91245],[25.72833,57.92133],[25.73724,57.92295],[25.75102,57.91692],[25.77165,57.91206],[25.78629,57.90428],[25.78312,57.89948],[25.81923,57.86419],[25.8595,57.85614],[25.87475,57.86322],[25.87561,57.85796],[25.88427,57.85595],[25.88573,57.85277],[25.88085,57.84946],[25.8883,57.84595],[25.89537,57.84972],[25.931,57.85244],[25.96273,57.84491],[25.99848,57.85816],[26.00958,57.85731],[26.02008,57.84517],[26.03667,57.84926],[26.05558,57.84764],[26.05705,57.83842],[26.04851,57.82289],[26.03606,57.8108],[26.03679,57.80592],[26.03338,57.80105],[26.03081,57.79097],[26.02776,57.7898],[26.02252,57.78355],[26.02496,57.7816],[26.02459,57.77516],[26.01776,57.7723],[26.02374,57.76761],[26.03326,57.77054],[26.0435,57.76703],[26.049,57.7611],[26.05912,57.75987],[26.07047,57.7656],[26.07328,57.76371],[26.07974,57.76384],[26.08035,57.76547],[26.10537,57.757],[26.13551,57.7503],[26.13905,57.74548],[26.13563,57.73923],[26.141,57.73278],[26.1726,57.72867],[26.20567,57.71486],[26.19859,57.70906],[26.18871,57.69472],[26.17712,57.68761],[26.18541,57.68454],[26.19444,57.68519],[26.19896,57.68356],[26.20079,57.68102],[26.21018,57.67906],[26.21092,57.67071],[26.21372,57.66888],[26.21043,57.66601],[26.23032,57.65805],[26.2363,57.65753],[26.24215,57.65146],[26.23117,57.64904],[26.23239,57.6461],[26.23959,57.64649],[26.24667,57.63559],[26.24203,57.63539],[26.23947,57.63408],[26.24813,57.62775],[26.24715,57.62082],[26.25423,57.61383],[26.27022,57.60461],[26.27034,57.6001],[26.27754,57.595],[26.28217,57.5952],[26.28352,57.59232],[26.29291,57.59114],[26.3006,57.59343],[26.30853,57.59291],[26.3117,57.58473],[26.32635,57.58277],[26.32781,57.57963],[26.33476,57.5797],[26.34489,57.58408],[26.40151,57.57237],[26.46996,57.57551],[26.49095,57.54534],[26.49961,57.52451],[26.52585,57.51619],[26.55794,57.5137],[26.5666,57.51946],[26.56184,57.52261],[26.56123,57.5285],[26.57966,57.53375],[26.57978,57.53695],[26.58381,57.53957],[26.58771,57.53781],[26.58698,57.52621],[26.59015,57.52516],[26.58808,57.51619],[26.59479,57.51592],[26.5954,57.51376],[26.60479,57.51442],[26.60467,57.51212],[26.61712,57.50885],[26.61443,57.52909],[26.63444,57.54357],[26.64262,57.54658],[26.64652,57.55391],[26.66531,57.55287],[26.6719,57.55385],[26.67105,57.56327],[26.67569,57.56668],[26.69155,57.56615],[26.69741,57.56733],[26.69753,57.5706],[26.69972,57.57106],[26.71107,57.56596],[26.72388,57.57244],[26.73072,57.56903],[26.73828,57.57584],[26.72901,57.58016],[26.73816,57.58774],[26.75317,57.58009],[26.74804,57.5778],[26.76769,57.57754],[26.77379,57.57473],[26.76891,57.57041],[26.75817,57.5653],[26.75366,57.56249],[26.76354,57.56314],[26.76915,57.56039],[26.7766,57.55994],[26.78685,57.57525],[26.79295,57.57315],[26.79929,57.58002],[26.79685,57.58179],[26.80954,57.58473],[26.81589,57.58153],[26.83504,57.58244],[26.84688,57.5884],[26.86177,57.59108],[26.86433,57.59415],[26.85994,57.59598],[26.85811,57.60049],[26.86469,57.6084],[26.85786,57.60997],[26.86555,57.61592],[26.87275,57.61736],[26.87458,57.61906],[26.88898,57.62193],[26.88849,57.62357],[26.89581,57.62572],[26.90057,57.62918],[26.89971,57.63056],[26.90679,57.63304],[26.92644,57.6331],[26.92961,57.62376],[26.94059,57.61978],[26.94999,57.62056],[26.95133,57.61579],[26.93961,57.60932],[26.94596,57.60272],[26.9578,57.60468],[26.9595,57.60625],[26.97097,57.60448],[26.97549,57.612],[26.98366,57.61174],[26.98696,57.60867],[26.99233,57.61076],[26.99513,57.60461],[27.03101,57.60461],[27.04418,57.5967],[27.04126,57.58761],[27.0332,57.58532],[27.04492,57.58251],[27.04687,57.58048],[27.05285,57.58087],[27.0559,57.58251],[27.07225,57.57989],[27.07262,57.57734],[27.08506,57.57538],[27.10092,57.5653],[27.11654,57.56118],[27.16145,57.55922],[27.19329,57.54966],[27.2249,57.55385],[27.24796,57.54769],[27.25772,57.54979],[27.2637,57.54841],[27.26431,57.54377],[27.2737,57.54311],[27.28017,57.53643],[27.29664,57.53859],[27.32446,57.52274],[27.34569,57.52104],[27.35131,57.51632],[27.35472,57.52575],[27.34386,57.5454],[27.33886,57.54671],[27.33776,57.56007],[27.33178,57.56066],[27.3341,57.56596],[27.32141,57.57898],[27.32886,57.5797],[27.34179,57.58539],[27.3413,57.58984],[27.35692,57.59696],[27.37827,57.59513],[27.38572,57.60304],[27.40683,57.61246],[27.40634,57.61546],[27.40195,57.61775],[27.39084,57.6169],[27.39023,57.62036],[27.39597,57.62115],[27.40182,57.62376],[27.40317,57.62905],[27.40085,57.63742],[27.38816,57.64009],[27.39072,57.6431],[27.38157,57.64368],[27.38352,57.64799],[27.38047,57.6495],[27.38755,57.6555],[27.3801,57.65883],[27.38364,57.66059],[27.37779,57.66836],[27.38193,57.67332],[27.39145,57.67671],[27.39377,57.67913],[27.39133,57.68539],[27.40231,57.68493],[27.40744,57.69276],[27.41647,57.69524],[27.41341,57.69915],[27.42818,57.69902],[27.43086,57.70756],[27.44807,57.71616],[27.46149,57.70619],[27.47064,57.70802],[27.47357,57.71545],[27.48711,57.7191],[27.49529,57.70749],[27.49993,57.70495],[27.50859,57.70723],[27.51066,57.71101],[27.51652,57.70873],[27.5236,57.70802],[27.52762,57.70899],[27.5236,57.71616],[27.52799,57.72946],[27.5419,57.73037],[27.548,57.7333],[27.53116,57.74073],[27.53007,57.75368],[27.52811,57.75818],[27.52018,57.75993],[27.51591,57.7639],[27.51115,57.76416],[27.5081,57.77158],[27.51457,57.77516],[27.50774,57.78349],[27.4959,57.78869],[27.50005,57.78973],[27.50298,57.78798],[27.51847,57.79201],[27.5175,57.78876],[27.52921,57.78856],[27.53861,57.79396],[27.53592,57.79663],[27.53958,57.80144],[27.53726,57.80644],[27.54471,57.808],[27.5408,57.81288],[27.55667,57.81366],[27.55056,57.81769],[27.5452,57.81808],[27.54446,57.82204],[27.55227,57.82113],[27.5563,57.83127],[27.56252,57.83023],[27.59791,57.83328],[27.62207,57.83874],[27.62487,57.83751],[27.63634,57.83978],[27.64818,57.8377],[27.66026,57.83893],[27.66636,57.83653],[27.68771,57.83419],[27.70541,57.84192],[27.72383,57.83179],[27.74165,57.82679],[27.75849,57.83536],[27.77715,57.8325],[27.78411,57.83725],[27.78862,57.84186],[27.7957,57.84017],[27.80058,57.8442],[27.7946,57.84634],[27.79875,57.85205],[27.81632,57.86134],[27.8184,57.8651],[27.81583,57.87166],[27.81169,57.87204],[27.81827,57.88249],[27.81059,57.88612],[27.81949,57.888],[27.82096,57.89047],[27.81852,57.89579],[27.799,57.89961],[27.78094,57.89832],[27.76959,57.89566],[27.75592,57.89806],[27.75739,57.90318],[27.7536,57.90409],[27.74677,57.90169],[27.72896,57.90739],[27.70614,57.90136],[27.69882,57.90616],[27.70834,57.90616],[27.72054,57.91174],[27.72029,57.92036],[27.71078,57.92392],[27.68247,57.92437],[27.68613,57.92794],[27.68247,57.93655],[27.67649,57.93552],[27.66917,57.94174],[27.67161,57.94627],[27.66758,57.951],[27.65892,57.9554],[27.68588,57.95928],[27.68893,57.97184],[27.6821,57.9719],[27.68064,57.97449],[27.69125,57.98549],[27.69882,57.98827],[27.70065,57.99862],[27.6965,58.0045],[27.68393,58.00845],[27.66856,58.01045],[27.66172,58.01866],[27.64781,58.02086],[27.64781,58.01426],[27.65294,58.00644],[27.64489,58.00205],[27.62268,58.0058],[27.60938,58.05399],[27.63695,58.09735],[27.59205,58.11875],[27.52872,58.18687],[27.48687,58.18803],[27.49993,58.32246],[27.51408,58.32214],[27.51762,58.33265],[27.5552,58.36575],[27.53397,58.41142],[27.25259,58.41883],[27.27309,58.64305],[27.18731,58.64533],[27.19537,58.73512],[27.10934,58.73709],[27.11361,58.78183],[27.0271,58.7841],[27.03882,58.91841],[27.12557,58.9164],[27.12935,58.96135],[27.38974,58.95474],[27.39414,58.99964],[27.65501,58.99241],[27.6544,58.98783],[27.73213,58.9855],[27.74274,58.98845],[27.74787,58.99267],[27.74165,59.00951],[27.74567,59.01705],[27.74628,59.02716],[27.75153,59.03017],[27.76605,59.03155],[27.76983,59.03325],[27.77667,59.04743],[27.77313,59.05107],[27.77508,59.0581],[27.78265,59.065],[27.7885,59.06657],[27.79302,59.06927],[27.79277,59.0729],[27.79411,59.07566],[27.79375,59.07842],[27.7907,59.08112],[27.78887,59.0909],[27.80205,59.1028],[27.8101,59.10606],[27.81071,59.10819],[27.80534,59.1127],[27.80595,59.12166],[27.80986,59.12905],[27.82035,59.13362],[27.83206,59.14401],[27.84414,59.14814],[27.86818,59.16159],[27.87184,59.16841],[27.87648,59.17372],[27.88978,59.18379],[27.89234,59.19222],[27.90235,59.20728],[27.89783,59.21746],[27.901,59.22639],[27.90113,59.23488],[27.90564,59.24044],[27.9492,59.26533],[27.95335,59.26863],[27.96433,59.27268],[27.97983,59.27293],[27.99825,59.2753],[28.02022,59.28334],[28.05353,59.2902],[28.1099,59.29063],[28.11722,59.28895],[28.12515,59.28901],[28.13626,59.29244],[28.16969,59.33354],[28.19397,59.34642],[28.19263,59.35227],[28.20203,59.35731],[28.19971,59.36091],[28.20703,59.36377],[28.20678,59.36719],[28.21105,59.36937],[28.21057,59.37235],[28.20386,59.37459],[28.21069,59.37994],[28.21069,59.3836],[28.19275,59.4015],[28.17225,59.40789],[28.16652,59.41205],[28.14163,59.41901],[28.13711,59.42267],[28.13577,59.4277],[28.12174,59.44091],[28.08452,59.45939],[28.06915,59.46256],[28.05182,59.46342],[28.04767,59.46578],[28.04377,59.47223],[28.03669,59.4757],[27.9719,59.4778],[27.96689,59.43303],[26.91057,59.46051],[26.91423,59.50549],[26.82626,59.50729],[26.82967,59.55215],[26.38809,59.56099],[26.39114,59.60565],[26.12575,59.6101],[26.12855,59.65507],[25.86279,59.65901],[25.86511,59.70386],[25.68757,59.70613],[25.6855,59.66148],[25.41938,59.66468],[25.41755,59.61979],[25.32884,59.62078],[25.33055,59.66548],[25.24184,59.66647],[25.24037,59.62145],[25.0632,59.62306],[25.06601,59.71259],[24.9773,59.71346],[24.9762,59.66863],[24.88725,59.66918],[24.88603,59.62473],[24.97462,59.62386],[24.97327,59.57885],[24.79659,59.58009],[24.79744,59.62497],[24.70898,59.62553],[24.70605,59.49082],[24.26471,59.49236],[24.26446,59.44767],[24.17637,59.4478],[24.176,59.4028],[23.91207,59.4028],[23.91158,59.35787],[23.73649,59.3578],[23.73698,59.313],[23.64888,59.31281],[23.64924,59.26788],[23.47415,59.26726],[23.47671,59.0877],[23.12786,59.08582],[23.12895,59.04097],[22.95495,59.03959],[22.9563,58.99487],[22.8693,58.99399],[22.86808,59.03877],[22.78083,59.03814],[22.77912,59.083],[22.69212,59.08218],[22.69017,59.12686],[22.51556,59.1251],[22.51935,59.03538],[22.34535,59.03337],[22.34754,58.98845],[21.99979,58.98374]],[[24.61854,59.53612],[24.62016,59.6258],[24.44309,59.62659],[24.44183,59.5368],[24.61854,59.53612]],[[26.48308,59.649],[26.57166,59.64719],[26.57514,59.69202],[26.48647,59.69383],[26.48308,59.649]],[[26.40403,59.7852],[26.40732,59.82994],[26.31814,59.83152],[26.31501,59.78667],[26.40403,59.7852]]],"terms_text":"Maa-ameti katastrikaart ortofoto alusel"},{"id":"maaamet.ee-cir_ngr","name":"Maa-amet Forestry","type":"wms","template":"https://kaart.maaamet.ee/wms/alus-geo?LAYERS=cir_ngr&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971]],[[23.91525,58.05612],[23.99993,58.05632],[23.99968,58.10116],[24.08497,58.10129],[24.08485,58.19092],[23.91476,58.19099],[23.91451,58.23585],[23.82971,58.23572],[23.83032,58.146],[23.915,58.14613],[23.91525,58.05612]],[[24.17014,58.1908],[24.17002,58.14588],[24.25458,58.14581],[24.25507,58.19073],[24.17014,58.1908]],[[23.47415,59.26726],[23.47293,59.31194],[23.29795,59.31138],[23.29868,59.26632],[23.47415,59.26726]],[[21.99979,58.98374],[22.00503,58.89371],[22.09179,58.8951],[22.09411,58.85038],[22.35364,58.85385],[22.36023,58.71916],[22.44638,58.7203],[22.45236,58.58573],[22.19453,58.5823],[22.19709,58.53742],[22.11144,58.53621],[22.11375,58.49167],[22.02797,58.49001],[22.02566,58.53488],[21.76795,58.53074],[21.77942,58.35122],[21.69401,58.34975],[21.69681,58.3049],[21.78211,58.30631],[21.78723,58.21638],[21.95781,58.21941],[21.96038,58.17471],[22.04506,58.17581],[22.05274,58.04134],[21.96831,58.04004],[21.97807,57.86043],[22.06263,57.86186],[22.06007,57.90681],[22.1445,57.90804],[22.14206,57.95281],[22.22626,57.95404],[22.22198,58.0436],[22.30679,58.04527],[22.29995,58.17967],[22.38525,58.18063],[22.38903,58.0909],[22.64344,58.094],[22.64173,58.13886],[22.55693,58.13744],[22.55522,58.18276],[22.72495,58.18475],[22.72641,58.13982],[22.89663,58.1413],[22.89529,58.1861],[22.81012,58.18539],[22.80865,58.2302],[22.89358,58.23103],[22.89187,58.27598],[22.97716,58.27681],[22.9757,58.32157],[23.06172,58.32221],[23.05989,58.36703],[23.14567,58.36735],[23.14421,58.41238],[23.40106,58.41391],[23.39935,58.50359],[23.57127,58.50436],[23.57225,58.41468],[23.65791,58.41493],[23.65864,58.32496],[23.82947,58.32554],[23.82971,58.28047],[23.99993,58.28092],[24.00066,58.23579],[24.0851,58.23605],[24.08485,58.19092],[24.17014,58.1908],[24.17014,58.23572],[24.34048,58.23547],[24.34182,58.37017],[24.42712,58.36972],[24.42638,58.32503],[24.51216,58.32471],[24.51155,58.2797],[24.42614,58.28002],[24.42272,58.01097],[24.33829,58.0109],[24.33707,57.87393],[24.40906,57.87191],[24.41138,57.86491],[24.46006,57.87977],[24.45225,57.89942],[24.46018,57.90662],[24.44579,57.90798],[24.4625,57.92496],[24.51326,57.93066],[24.5096,57.93442],[24.51839,57.93675],[24.5207,57.94303],[24.5301,57.94705],[24.54352,57.94478],[24.54792,57.94938],[24.57317,57.95436],[24.58464,57.96174],[24.60892,57.95125],[24.61612,57.94368],[24.62869,57.94193],[24.64577,57.95268],[24.64187,57.95423],[24.64468,57.95889],[24.67335,57.95896],[24.6919,57.94653],[24.71508,57.96271],[24.7329,57.96239],[24.74339,57.96491],[24.74229,57.98187],[24.80806,57.99066],[24.83234,57.97177],[24.94863,58.00942],[24.99512,58.01084],[25.02037,58.01769],[25.07662,58.06645],[25.10518,58.06645],[25.10579,58.07749],[25.13397,58.07974],[25.15154,58.07703],[25.1535,58.07478],[25.19169,58.07613],[25.18949,58.08007],[25.19962,58.08536],[25.21207,58.08052],[25.21621,58.07413],[25.20389,58.0651],[25.20523,58.06122],[25.21219,58.06226],[25.21597,58.05954],[25.2178,58.04908],[25.22146,58.05051],[25.22122,58.05302],[25.22817,58.05348],[25.22695,58.04799],[25.21658,58.04088],[25.21902,58.02977],[25.22537,58.02195],[25.22732,58.02435],[25.23635,58.02441],[25.23562,58.02286],[25.24587,58.01872],[25.22768,58.01782],[25.2455,58.00302],[25.25502,58.00347],[25.25611,57.9939],[25.26722,57.99454],[25.28308,57.98963],[25.29187,57.99286],[25.30138,57.99273],[25.30358,57.99396],[25.29736,57.99661],[25.29577,57.99972],[25.30285,58.00011],[25.29748,58.01459],[25.30114,58.01504],[25.30431,58.03449],[25.29309,58.0467],[25.27991,58.05063],[25.26502,58.06],[25.266,58.06716],[25.28113,58.07019],[25.28686,58.08149],[25.29553,58.08161],[25.31908,58.06929],[25.31981,58.066],[25.32664,58.0638],[25.3292,58.05858],[25.33604,58.05709],[25.34482,58.04676],[25.35336,58.04334],[25.36374,58.03171],[25.37155,58.02926],[25.40693,58.02893],[25.44817,58.01698],[25.46648,58.00515],[25.44817,58.00114],[25.44219,57.99616],[25.47843,57.98264],[25.47843,57.98006],[25.48539,57.97475],[25.51943,57.98031],[25.52212,57.97488],[25.51211,57.96977],[25.51638,57.96737],[25.5226,57.96802],[25.52566,57.97184],[25.53725,57.97139],[25.55079,57.97255],[25.55567,57.96711],[25.55714,57.96038],[25.56604,57.96258],[25.56556,57.96718],[25.57483,57.9741],[25.58044,57.9721],[25.58239,57.96783],[25.58935,57.96504],[25.59399,57.95961],[25.57983,57.9442],[25.63828,57.93059],[25.64987,57.91841],[25.64889,57.91666],[25.65609,57.91439],[25.66207,57.91511],[25.67549,57.91277],[25.67916,57.90461],[25.70356,57.90331],[25.72247,57.91245],[25.72833,57.92133],[25.73724,57.92295],[25.75102,57.91692],[25.77165,57.91206],[25.78629,57.90428],[25.78312,57.89948],[25.81923,57.86419],[25.8595,57.85614],[25.87475,57.86322],[25.87561,57.85796],[25.88427,57.85595],[25.88573,57.85277],[25.88085,57.84946],[25.8883,57.84595],[25.89537,57.84972],[25.931,57.85244],[25.96273,57.84491],[25.99848,57.85816],[26.00958,57.85731],[26.02008,57.84517],[26.03667,57.84926],[26.05558,57.84764],[26.05705,57.83842],[26.04851,57.82289],[26.03606,57.8108],[26.03679,57.80592],[26.03338,57.80105],[26.03081,57.79097],[26.02776,57.7898],[26.02252,57.78355],[26.02496,57.7816],[26.02459,57.77516],[26.01776,57.7723],[26.02374,57.76761],[26.03326,57.77054],[26.0435,57.76703],[26.049,57.7611],[26.05912,57.75987],[26.07047,57.7656],[26.07328,57.76371],[26.07974,57.76384],[26.08035,57.76547],[26.10537,57.757],[26.13551,57.7503],[26.13905,57.74548],[26.13563,57.73923],[26.141,57.73278],[26.1726,57.72867],[26.20567,57.71486],[26.19859,57.70906],[26.18871,57.69472],[26.17712,57.68761],[26.18541,57.68454],[26.19444,57.68519],[26.19896,57.68356],[26.20079,57.68102],[26.21018,57.67906],[26.21092,57.67071],[26.21372,57.66888],[26.21043,57.66601],[26.23032,57.65805],[26.2363,57.65753],[26.24215,57.65146],[26.23117,57.64904],[26.23239,57.6461],[26.23959,57.64649],[26.24667,57.63559],[26.24203,57.63539],[26.23947,57.63408],[26.24813,57.62775],[26.24715,57.62082],[26.25423,57.61383],[26.27022,57.60461],[26.27034,57.6001],[26.27754,57.595],[26.28217,57.5952],[26.28352,57.59232],[26.29291,57.59114],[26.3006,57.59343],[26.30853,57.59291],[26.3117,57.58473],[26.32635,57.58277],[26.32781,57.57963],[26.33476,57.5797],[26.34489,57.58408],[26.40151,57.57237],[26.46996,57.57551],[26.49095,57.54534],[26.49961,57.52451],[26.52585,57.51619],[26.55794,57.5137],[26.5666,57.51946],[26.56184,57.52261],[26.56123,57.5285],[26.57966,57.53375],[26.57978,57.53695],[26.58381,57.53957],[26.58771,57.53781],[26.58698,57.52621],[26.59015,57.52516],[26.58808,57.51619],[26.59479,57.51592],[26.5954,57.51376],[26.60479,57.51442],[26.60467,57.51212],[26.61712,57.50885],[26.61443,57.52909],[26.63444,57.54357],[26.64262,57.54658],[26.64652,57.55391],[26.66531,57.55287],[26.6719,57.55385],[26.67105,57.56327],[26.67569,57.56668],[26.69155,57.56615],[26.69741,57.56733],[26.69753,57.5706],[26.69972,57.57106],[26.71107,57.56596],[26.72388,57.57244],[26.73072,57.56903],[26.73828,57.57584],[26.72901,57.58016],[26.73816,57.58774],[26.75317,57.58009],[26.74804,57.5778],[26.76769,57.57754],[26.77379,57.57473],[26.76891,57.57041],[26.75817,57.5653],[26.75366,57.56249],[26.76354,57.56314],[26.76915,57.56039],[26.7766,57.55994],[26.78685,57.57525],[26.79295,57.57315],[26.79929,57.58002],[26.79685,57.58179],[26.80954,57.58473],[26.81589,57.58153],[26.83504,57.58244],[26.84688,57.5884],[26.86177,57.59108],[26.86433,57.59415],[26.85994,57.59598],[26.85811,57.60049],[26.86469,57.6084],[26.85786,57.60997],[26.86555,57.61592],[26.87275,57.61736],[26.87458,57.61906],[26.88898,57.62193],[26.88849,57.62357],[26.89581,57.62572],[26.90057,57.62918],[26.89971,57.63056],[26.90679,57.63304],[26.92644,57.6331],[26.92961,57.62376],[26.94059,57.61978],[26.94999,57.62056],[26.95133,57.61579],[26.93961,57.60932],[26.94596,57.60272],[26.9578,57.60468],[26.9595,57.60625],[26.97097,57.60448],[26.97549,57.612],[26.98366,57.61174],[26.98696,57.60867],[26.99233,57.61076],[26.99513,57.60461],[27.03101,57.60461],[27.04418,57.5967],[27.04126,57.58761],[27.0332,57.58532],[27.04492,57.58251],[27.04687,57.58048],[27.05285,57.58087],[27.0559,57.58251],[27.07225,57.57989],[27.07262,57.57734],[27.08506,57.57538],[27.10092,57.5653],[27.11654,57.56118],[27.16145,57.55922],[27.19329,57.54966],[27.2249,57.55385],[27.24796,57.54769],[27.25772,57.54979],[27.2637,57.54841],[27.26431,57.54377],[27.2737,57.54311],[27.28017,57.53643],[27.29664,57.53859],[27.32446,57.52274],[27.34569,57.52104],[27.35131,57.51632],[27.35472,57.52575],[27.34386,57.5454],[27.33886,57.54671],[27.33776,57.56007],[27.33178,57.56066],[27.3341,57.56596],[27.32141,57.57898],[27.32886,57.5797],[27.34179,57.58539],[27.3413,57.58984],[27.35692,57.59696],[27.37827,57.59513],[27.38572,57.60304],[27.40683,57.61246],[27.40634,57.61546],[27.40195,57.61775],[27.39084,57.6169],[27.39023,57.62036],[27.39597,57.62115],[27.40182,57.62376],[27.40317,57.62905],[27.40085,57.63742],[27.38816,57.64009],[27.39072,57.6431],[27.38157,57.64368],[27.38352,57.64799],[27.38047,57.6495],[27.38755,57.6555],[27.3801,57.65883],[27.38364,57.66059],[27.37779,57.66836],[27.38193,57.67332],[27.39145,57.67671],[27.39377,57.67913],[27.39133,57.68539],[27.40231,57.68493],[27.40744,57.69276],[27.41647,57.69524],[27.41341,57.69915],[27.42818,57.69902],[27.43086,57.70756],[27.44807,57.71616],[27.46149,57.70619],[27.47064,57.70802],[27.47357,57.71545],[27.48711,57.7191],[27.49529,57.70749],[27.49993,57.70495],[27.50859,57.70723],[27.51066,57.71101],[27.51652,57.70873],[27.5236,57.70802],[27.52762,57.70899],[27.5236,57.71616],[27.52799,57.72946],[27.5419,57.73037],[27.548,57.7333],[27.53116,57.74073],[27.53007,57.75368],[27.52811,57.75818],[27.52018,57.75993],[27.51591,57.7639],[27.51115,57.76416],[27.5081,57.77158],[27.51457,57.77516],[27.50774,57.78349],[27.4959,57.78869],[27.50005,57.78973],[27.50298,57.78798],[27.51847,57.79201],[27.5175,57.78876],[27.52921,57.78856],[27.53861,57.79396],[27.53592,57.79663],[27.53958,57.80144],[27.53726,57.80644],[27.54471,57.808],[27.5408,57.81288],[27.55667,57.81366],[27.55056,57.81769],[27.5452,57.81808],[27.54446,57.82204],[27.55227,57.82113],[27.5563,57.83127],[27.56252,57.83023],[27.59791,57.83328],[27.62207,57.83874],[27.62487,57.83751],[27.63634,57.83978],[27.64818,57.8377],[27.66026,57.83893],[27.66636,57.83653],[27.68771,57.83419],[27.70541,57.84192],[27.72383,57.83179],[27.74165,57.82679],[27.75849,57.83536],[27.77715,57.8325],[27.78411,57.83725],[27.78862,57.84186],[27.7957,57.84017],[27.80058,57.8442],[27.7946,57.84634],[27.79875,57.85205],[27.81632,57.86134],[27.8184,57.8651],[27.81583,57.87166],[27.81169,57.87204],[27.81827,57.88249],[27.81059,57.88612],[27.81949,57.888],[27.82096,57.89047],[27.81852,57.89579],[27.799,57.89961],[27.78094,57.89832],[27.76959,57.89566],[27.75592,57.89806],[27.75739,57.90318],[27.7536,57.90409],[27.74677,57.90169],[27.72896,57.90739],[27.70614,57.90136],[27.69882,57.90616],[27.70834,57.90616],[27.72054,57.91174],[27.72029,57.92036],[27.71078,57.92392],[27.68247,57.92437],[27.68613,57.92794],[27.68247,57.93655],[27.67649,57.93552],[27.66917,57.94174],[27.67161,57.94627],[27.66758,57.951],[27.65892,57.9554],[27.68588,57.95928],[27.68893,57.97184],[27.6821,57.9719],[27.68064,57.97449],[27.69125,57.98549],[27.69882,57.98827],[27.70065,57.99862],[27.6965,58.0045],[27.68393,58.00845],[27.66856,58.01045],[27.66172,58.01866],[27.64781,58.02086],[27.64781,58.01426],[27.65294,58.00644],[27.64489,58.00205],[27.62268,58.0058],[27.60938,58.05399],[27.63695,58.09735],[27.59205,58.11875],[27.52872,58.18687],[27.48687,58.18803],[27.49993,58.32246],[27.51408,58.32214],[27.51762,58.33265],[27.5552,58.36575],[27.53397,58.41142],[27.25259,58.41883],[27.27309,58.64305],[27.18731,58.64533],[27.19537,58.73512],[27.10934,58.73709],[27.11361,58.78183],[27.0271,58.7841],[27.03882,58.91841],[27.12557,58.9164],[27.12935,58.96135],[27.38974,58.95474],[27.39414,58.99964],[27.65501,58.99241],[27.6544,58.98783],[27.73213,58.9855],[27.74274,58.98845],[27.74787,58.99267],[27.74165,59.00951],[27.74567,59.01705],[27.74628,59.02716],[27.75153,59.03017],[27.76605,59.03155],[27.76983,59.03325],[27.77667,59.04743],[27.77313,59.05107],[27.77508,59.0581],[27.78265,59.065],[27.7885,59.06657],[27.79302,59.06927],[27.79277,59.0729],[27.79411,59.07566],[27.79375,59.07842],[27.7907,59.08112],[27.78887,59.0909],[27.80205,59.1028],[27.8101,59.10606],[27.81071,59.10819],[27.80534,59.1127],[27.80595,59.12166],[27.80986,59.12905],[27.82035,59.13362],[27.83206,59.14401],[27.84414,59.14814],[27.86818,59.16159],[27.87184,59.16841],[27.87648,59.17372],[27.88978,59.18379],[27.89234,59.19222],[27.90235,59.20728],[27.89783,59.21746],[27.901,59.22639],[27.90113,59.23488],[27.90564,59.24044],[27.9492,59.26533],[27.95335,59.26863],[27.96433,59.27268],[27.97983,59.27293],[27.99825,59.2753],[28.02022,59.28334],[28.05353,59.2902],[28.1099,59.29063],[28.11722,59.28895],[28.12515,59.28901],[28.13626,59.29244],[28.16969,59.33354],[28.19397,59.34642],[28.19263,59.35227],[28.20203,59.35731],[28.19971,59.36091],[28.20703,59.36377],[28.20678,59.36719],[28.21105,59.36937],[28.21057,59.37235],[28.20386,59.37459],[28.21069,59.37994],[28.21069,59.3836],[28.19275,59.4015],[28.17225,59.40789],[28.16652,59.41205],[28.14163,59.41901],[28.13711,59.42267],[28.13577,59.4277],[28.12174,59.44091],[28.08452,59.45939],[28.06915,59.46256],[28.05182,59.46342],[28.04767,59.46578],[28.04377,59.47223],[28.03669,59.4757],[27.9719,59.4778],[27.96689,59.43303],[26.91057,59.46051],[26.91423,59.50549],[26.82626,59.50729],[26.82967,59.55215],[26.38809,59.56099],[26.39114,59.60565],[26.12575,59.6101],[26.12855,59.65507],[25.86279,59.65901],[25.86511,59.70386],[25.68757,59.70613],[25.6855,59.66148],[25.41938,59.66468],[25.41755,59.61979],[25.32884,59.62078],[25.33055,59.66548],[25.24184,59.66647],[25.24037,59.62145],[25.0632,59.62306],[25.06601,59.71259],[24.9773,59.71346],[24.9762,59.66863],[24.88725,59.66918],[24.88603,59.62473],[24.97462,59.62386],[24.97327,59.57885],[24.79659,59.58009],[24.79744,59.62497],[24.70898,59.62553],[24.70605,59.49082],[24.26471,59.49236],[24.26446,59.44767],[24.17637,59.4478],[24.176,59.4028],[23.91207,59.4028],[23.91158,59.35787],[23.73649,59.3578],[23.73698,59.313],[23.64888,59.31281],[23.64924,59.26788],[23.47415,59.26726],[23.47671,59.0877],[23.12786,59.08582],[23.12895,59.04097],[22.95495,59.03959],[22.9563,58.99487],[22.8693,58.99399],[22.86808,59.03877],[22.78083,59.03814],[22.77912,59.083],[22.69212,59.08218],[22.69017,59.12686],[22.51556,59.1251],[22.51935,59.03538],[22.34535,59.03337],[22.34754,58.98845],[21.99979,58.98374]],[[24.61854,59.53612],[24.62016,59.6258],[24.44309,59.62659],[24.44183,59.5368],[24.61854,59.53612]],[[26.48308,59.649],[26.57166,59.64719],[26.57514,59.69202],[26.48647,59.69383],[26.48308,59.649]],[[26.40403,59.7852],[26.40732,59.82994],[26.31814,59.83152],[26.31501,59.78667],[26.40403,59.7852]]],"terms_text":"Maa-ameti metsanduslik ortofoto"},{"id":"maaamet.ee-orto","name":"Maa-amet Ortho (TMS)","type":"tms","template":"https://tiles.maaamet.ee/tm/tms/1.0.0/foto@GMC/{zoom}/{x}/{-y}.png","category":"photo","zoomExtent":[6,18],"polygon":[[[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971]],[[23.91525,58.05612],[23.99993,58.05632],[23.99968,58.10116],[24.08497,58.10129],[24.08485,58.19092],[23.91476,58.19099],[23.91451,58.23585],[23.82971,58.23572],[23.83032,58.146],[23.915,58.14613],[23.91525,58.05612]],[[24.17014,58.1908],[24.17002,58.14588],[24.25458,58.14581],[24.25507,58.19073],[24.17014,58.1908]],[[23.47415,59.26726],[23.47293,59.31194],[23.29795,59.31138],[23.29868,59.26632],[23.47415,59.26726]],[[21.99979,58.98374],[22.00503,58.89371],[22.09179,58.8951],[22.09411,58.85038],[22.35364,58.85385],[22.36023,58.71916],[22.44638,58.7203],[22.45236,58.58573],[22.19453,58.5823],[22.19709,58.53742],[22.11144,58.53621],[22.11375,58.49167],[22.02797,58.49001],[22.02566,58.53488],[21.76795,58.53074],[21.77942,58.35122],[21.69401,58.34975],[21.69681,58.3049],[21.78211,58.30631],[21.78723,58.21638],[21.95781,58.21941],[21.96038,58.17471],[22.04506,58.17581],[22.05274,58.04134],[21.96831,58.04004],[21.97807,57.86043],[22.06263,57.86186],[22.06007,57.90681],[22.1445,57.90804],[22.14206,57.95281],[22.22626,57.95404],[22.22198,58.0436],[22.30679,58.04527],[22.29995,58.17967],[22.38525,58.18063],[22.38903,58.0909],[22.64344,58.094],[22.64173,58.13886],[22.55693,58.13744],[22.55522,58.18276],[22.72495,58.18475],[22.72641,58.13982],[22.89663,58.1413],[22.89529,58.1861],[22.81012,58.18539],[22.80865,58.2302],[22.89358,58.23103],[22.89187,58.27598],[22.97716,58.27681],[22.9757,58.32157],[23.06172,58.32221],[23.05989,58.36703],[23.14567,58.36735],[23.14421,58.41238],[23.40106,58.41391],[23.39935,58.50359],[23.57127,58.50436],[23.57225,58.41468],[23.65791,58.41493],[23.65864,58.32496],[23.82947,58.32554],[23.82971,58.28047],[23.99993,58.28092],[24.00066,58.23579],[24.0851,58.23605],[24.08485,58.19092],[24.17014,58.1908],[24.17014,58.23572],[24.34048,58.23547],[24.34182,58.37017],[24.42712,58.36972],[24.42638,58.32503],[24.51216,58.32471],[24.51155,58.2797],[24.42614,58.28002],[24.42272,58.01097],[24.33829,58.0109],[24.33707,57.87393],[24.40906,57.87191],[24.41138,57.86491],[24.46006,57.87977],[24.45225,57.89942],[24.46018,57.90662],[24.44579,57.90798],[24.4625,57.92496],[24.51326,57.93066],[24.5096,57.93442],[24.51839,57.93675],[24.5207,57.94303],[24.5301,57.94705],[24.54352,57.94478],[24.54792,57.94938],[24.57317,57.95436],[24.58464,57.96174],[24.60892,57.95125],[24.61612,57.94368],[24.62869,57.94193],[24.64577,57.95268],[24.64187,57.95423],[24.64468,57.95889],[24.67335,57.95896],[24.6919,57.94653],[24.71508,57.96271],[24.7329,57.96239],[24.74339,57.96491],[24.74229,57.98187],[24.80806,57.99066],[24.83234,57.97177],[24.94863,58.00942],[24.99512,58.01084],[25.02037,58.01769],[25.07662,58.06645],[25.10518,58.06645],[25.10579,58.07749],[25.13397,58.07974],[25.15154,58.07703],[25.1535,58.07478],[25.19169,58.07613],[25.18949,58.08007],[25.19962,58.08536],[25.21207,58.08052],[25.21621,58.07413],[25.20389,58.0651],[25.20523,58.06122],[25.21219,58.06226],[25.21597,58.05954],[25.2178,58.04908],[25.22146,58.05051],[25.22122,58.05302],[25.22817,58.05348],[25.22695,58.04799],[25.21658,58.04088],[25.21902,58.02977],[25.22537,58.02195],[25.22732,58.02435],[25.23635,58.02441],[25.23562,58.02286],[25.24587,58.01872],[25.22768,58.01782],[25.2455,58.00302],[25.25502,58.00347],[25.25611,57.9939],[25.26722,57.99454],[25.28308,57.98963],[25.29187,57.99286],[25.30138,57.99273],[25.30358,57.99396],[25.29736,57.99661],[25.29577,57.99972],[25.30285,58.00011],[25.29748,58.01459],[25.30114,58.01504],[25.30431,58.03449],[25.29309,58.0467],[25.27991,58.05063],[25.26502,58.06],[25.266,58.06716],[25.28113,58.07019],[25.28686,58.08149],[25.29553,58.08161],[25.31908,58.06929],[25.31981,58.066],[25.32664,58.0638],[25.3292,58.05858],[25.33604,58.05709],[25.34482,58.04676],[25.35336,58.04334],[25.36374,58.03171],[25.37155,58.02926],[25.40693,58.02893],[25.44817,58.01698],[25.46648,58.00515],[25.44817,58.00114],[25.44219,57.99616],[25.47843,57.98264],[25.47843,57.98006],[25.48539,57.97475],[25.51943,57.98031],[25.52212,57.97488],[25.51211,57.96977],[25.51638,57.96737],[25.5226,57.96802],[25.52566,57.97184],[25.53725,57.97139],[25.55079,57.97255],[25.55567,57.96711],[25.55714,57.96038],[25.56604,57.96258],[25.56556,57.96718],[25.57483,57.9741],[25.58044,57.9721],[25.58239,57.96783],[25.58935,57.96504],[25.59399,57.95961],[25.57983,57.9442],[25.63828,57.93059],[25.64987,57.91841],[25.64889,57.91666],[25.65609,57.91439],[25.66207,57.91511],[25.67549,57.91277],[25.67916,57.90461],[25.70356,57.90331],[25.72247,57.91245],[25.72833,57.92133],[25.73724,57.92295],[25.75102,57.91692],[25.77165,57.91206],[25.78629,57.90428],[25.78312,57.89948],[25.81923,57.86419],[25.8595,57.85614],[25.87475,57.86322],[25.87561,57.85796],[25.88427,57.85595],[25.88573,57.85277],[25.88085,57.84946],[25.8883,57.84595],[25.89537,57.84972],[25.931,57.85244],[25.96273,57.84491],[25.99848,57.85816],[26.00958,57.85731],[26.02008,57.84517],[26.03667,57.84926],[26.05558,57.84764],[26.05705,57.83842],[26.04851,57.82289],[26.03606,57.8108],[26.03679,57.80592],[26.03338,57.80105],[26.03081,57.79097],[26.02776,57.7898],[26.02252,57.78355],[26.02496,57.7816],[26.02459,57.77516],[26.01776,57.7723],[26.02374,57.76761],[26.03326,57.77054],[26.0435,57.76703],[26.049,57.7611],[26.05912,57.75987],[26.07047,57.7656],[26.07328,57.76371],[26.07974,57.76384],[26.08035,57.76547],[26.10537,57.757],[26.13551,57.7503],[26.13905,57.74548],[26.13563,57.73923],[26.141,57.73278],[26.1726,57.72867],[26.20567,57.71486],[26.19859,57.70906],[26.18871,57.69472],[26.17712,57.68761],[26.18541,57.68454],[26.19444,57.68519],[26.19896,57.68356],[26.20079,57.68102],[26.21018,57.67906],[26.21092,57.67071],[26.21372,57.66888],[26.21043,57.66601],[26.23032,57.65805],[26.2363,57.65753],[26.24215,57.65146],[26.23117,57.64904],[26.23239,57.6461],[26.23959,57.64649],[26.24667,57.63559],[26.24203,57.63539],[26.23947,57.63408],[26.24813,57.62775],[26.24715,57.62082],[26.25423,57.61383],[26.27022,57.60461],[26.27034,57.6001],[26.27754,57.595],[26.28217,57.5952],[26.28352,57.59232],[26.29291,57.59114],[26.3006,57.59343],[26.30853,57.59291],[26.3117,57.58473],[26.32635,57.58277],[26.32781,57.57963],[26.33476,57.5797],[26.34489,57.58408],[26.40151,57.57237],[26.46996,57.57551],[26.49095,57.54534],[26.49961,57.52451],[26.52585,57.51619],[26.55794,57.5137],[26.5666,57.51946],[26.56184,57.52261],[26.56123,57.5285],[26.57966,57.53375],[26.57978,57.53695],[26.58381,57.53957],[26.58771,57.53781],[26.58698,57.52621],[26.59015,57.52516],[26.58808,57.51619],[26.59479,57.51592],[26.5954,57.51376],[26.60479,57.51442],[26.60467,57.51212],[26.61712,57.50885],[26.61443,57.52909],[26.63444,57.54357],[26.64262,57.54658],[26.64652,57.55391],[26.66531,57.55287],[26.6719,57.55385],[26.67105,57.56327],[26.67569,57.56668],[26.69155,57.56615],[26.69741,57.56733],[26.69753,57.5706],[26.69972,57.57106],[26.71107,57.56596],[26.72388,57.57244],[26.73072,57.56903],[26.73828,57.57584],[26.72901,57.58016],[26.73816,57.58774],[26.75317,57.58009],[26.74804,57.5778],[26.76769,57.57754],[26.77379,57.57473],[26.76891,57.57041],[26.75817,57.5653],[26.75366,57.56249],[26.76354,57.56314],[26.76915,57.56039],[26.7766,57.55994],[26.78685,57.57525],[26.79295,57.57315],[26.79929,57.58002],[26.79685,57.58179],[26.80954,57.58473],[26.81589,57.58153],[26.83504,57.58244],[26.84688,57.5884],[26.86177,57.59108],[26.86433,57.59415],[26.85994,57.59598],[26.85811,57.60049],[26.86469,57.6084],[26.85786,57.60997],[26.86555,57.61592],[26.87275,57.61736],[26.87458,57.61906],[26.88898,57.62193],[26.88849,57.62357],[26.89581,57.62572],[26.90057,57.62918],[26.89971,57.63056],[26.90679,57.63304],[26.92644,57.6331],[26.92961,57.62376],[26.94059,57.61978],[26.94999,57.62056],[26.95133,57.61579],[26.93961,57.60932],[26.94596,57.60272],[26.9578,57.60468],[26.9595,57.60625],[26.97097,57.60448],[26.97549,57.612],[26.98366,57.61174],[26.98696,57.60867],[26.99233,57.61076],[26.99513,57.60461],[27.03101,57.60461],[27.04418,57.5967],[27.04126,57.58761],[27.0332,57.58532],[27.04492,57.58251],[27.04687,57.58048],[27.05285,57.58087],[27.0559,57.58251],[27.07225,57.57989],[27.07262,57.57734],[27.08506,57.57538],[27.10092,57.5653],[27.11654,57.56118],[27.16145,57.55922],[27.19329,57.54966],[27.2249,57.55385],[27.24796,57.54769],[27.25772,57.54979],[27.2637,57.54841],[27.26431,57.54377],[27.2737,57.54311],[27.28017,57.53643],[27.29664,57.53859],[27.32446,57.52274],[27.34569,57.52104],[27.35131,57.51632],[27.35472,57.52575],[27.34386,57.5454],[27.33886,57.54671],[27.33776,57.56007],[27.33178,57.56066],[27.3341,57.56596],[27.32141,57.57898],[27.32886,57.5797],[27.34179,57.58539],[27.3413,57.58984],[27.35692,57.59696],[27.37827,57.59513],[27.38572,57.60304],[27.40683,57.61246],[27.40634,57.61546],[27.40195,57.61775],[27.39084,57.6169],[27.39023,57.62036],[27.39597,57.62115],[27.40182,57.62376],[27.40317,57.62905],[27.40085,57.63742],[27.38816,57.64009],[27.39072,57.6431],[27.38157,57.64368],[27.38352,57.64799],[27.38047,57.6495],[27.38755,57.6555],[27.3801,57.65883],[27.38364,57.66059],[27.37779,57.66836],[27.38193,57.67332],[27.39145,57.67671],[27.39377,57.67913],[27.39133,57.68539],[27.40231,57.68493],[27.40744,57.69276],[27.41647,57.69524],[27.41341,57.69915],[27.42818,57.69902],[27.43086,57.70756],[27.44807,57.71616],[27.46149,57.70619],[27.47064,57.70802],[27.47357,57.71545],[27.48711,57.7191],[27.49529,57.70749],[27.49993,57.70495],[27.50859,57.70723],[27.51066,57.71101],[27.51652,57.70873],[27.5236,57.70802],[27.52762,57.70899],[27.5236,57.71616],[27.52799,57.72946],[27.5419,57.73037],[27.548,57.7333],[27.53116,57.74073],[27.53007,57.75368],[27.52811,57.75818],[27.52018,57.75993],[27.51591,57.7639],[27.51115,57.76416],[27.5081,57.77158],[27.51457,57.77516],[27.50774,57.78349],[27.4959,57.78869],[27.50005,57.78973],[27.50298,57.78798],[27.51847,57.79201],[27.5175,57.78876],[27.52921,57.78856],[27.53861,57.79396],[27.53592,57.79663],[27.53958,57.80144],[27.53726,57.80644],[27.54471,57.808],[27.5408,57.81288],[27.55667,57.81366],[27.55056,57.81769],[27.5452,57.81808],[27.54446,57.82204],[27.55227,57.82113],[27.5563,57.83127],[27.56252,57.83023],[27.59791,57.83328],[27.62207,57.83874],[27.62487,57.83751],[27.63634,57.83978],[27.64818,57.8377],[27.66026,57.83893],[27.66636,57.83653],[27.68771,57.83419],[27.70541,57.84192],[27.72383,57.83179],[27.74165,57.82679],[27.75849,57.83536],[27.77715,57.8325],[27.78411,57.83725],[27.78862,57.84186],[27.7957,57.84017],[27.80058,57.8442],[27.7946,57.84634],[27.79875,57.85205],[27.81632,57.86134],[27.8184,57.8651],[27.81583,57.87166],[27.81169,57.87204],[27.81827,57.88249],[27.81059,57.88612],[27.81949,57.888],[27.82096,57.89047],[27.81852,57.89579],[27.799,57.89961],[27.78094,57.89832],[27.76959,57.89566],[27.75592,57.89806],[27.75739,57.90318],[27.7536,57.90409],[27.74677,57.90169],[27.72896,57.90739],[27.70614,57.90136],[27.69882,57.90616],[27.70834,57.90616],[27.72054,57.91174],[27.72029,57.92036],[27.71078,57.92392],[27.68247,57.92437],[27.68613,57.92794],[27.68247,57.93655],[27.67649,57.93552],[27.66917,57.94174],[27.67161,57.94627],[27.66758,57.951],[27.65892,57.9554],[27.68588,57.95928],[27.68893,57.97184],[27.6821,57.9719],[27.68064,57.97449],[27.69125,57.98549],[27.69882,57.98827],[27.70065,57.99862],[27.6965,58.0045],[27.68393,58.00845],[27.66856,58.01045],[27.66172,58.01866],[27.64781,58.02086],[27.64781,58.01426],[27.65294,58.00644],[27.64489,58.00205],[27.62268,58.0058],[27.60938,58.05399],[27.63695,58.09735],[27.59205,58.11875],[27.52872,58.18687],[27.48687,58.18803],[27.49993,58.32246],[27.51408,58.32214],[27.51762,58.33265],[27.5552,58.36575],[27.53397,58.41142],[27.25259,58.41883],[27.27309,58.64305],[27.18731,58.64533],[27.19537,58.73512],[27.10934,58.73709],[27.11361,58.78183],[27.0271,58.7841],[27.03882,58.91841],[27.12557,58.9164],[27.12935,58.96135],[27.38974,58.95474],[27.39414,58.99964],[27.65501,58.99241],[27.6544,58.98783],[27.73213,58.9855],[27.74274,58.98845],[27.74787,58.99267],[27.74165,59.00951],[27.74567,59.01705],[27.74628,59.02716],[27.75153,59.03017],[27.76605,59.03155],[27.76983,59.03325],[27.77667,59.04743],[27.77313,59.05107],[27.77508,59.0581],[27.78265,59.065],[27.7885,59.06657],[27.79302,59.06927],[27.79277,59.0729],[27.79411,59.07566],[27.79375,59.07842],[27.7907,59.08112],[27.78887,59.0909],[27.80205,59.1028],[27.8101,59.10606],[27.81071,59.10819],[27.80534,59.1127],[27.80595,59.12166],[27.80986,59.12905],[27.82035,59.13362],[27.83206,59.14401],[27.84414,59.14814],[27.86818,59.16159],[27.87184,59.16841],[27.87648,59.17372],[27.88978,59.18379],[27.89234,59.19222],[27.90235,59.20728],[27.89783,59.21746],[27.901,59.22639],[27.90113,59.23488],[27.90564,59.24044],[27.9492,59.26533],[27.95335,59.26863],[27.96433,59.27268],[27.97983,59.27293],[27.99825,59.2753],[28.02022,59.28334],[28.05353,59.2902],[28.1099,59.29063],[28.11722,59.28895],[28.12515,59.28901],[28.13626,59.29244],[28.16969,59.33354],[28.19397,59.34642],[28.19263,59.35227],[28.20203,59.35731],[28.19971,59.36091],[28.20703,59.36377],[28.20678,59.36719],[28.21105,59.36937],[28.21057,59.37235],[28.20386,59.37459],[28.21069,59.37994],[28.21069,59.3836],[28.19275,59.4015],[28.17225,59.40789],[28.16652,59.41205],[28.14163,59.41901],[28.13711,59.42267],[28.13577,59.4277],[28.12174,59.44091],[28.08452,59.45939],[28.06915,59.46256],[28.05182,59.46342],[28.04767,59.46578],[28.04377,59.47223],[28.03669,59.4757],[27.9719,59.4778],[27.96689,59.43303],[26.91057,59.46051],[26.91423,59.50549],[26.82626,59.50729],[26.82967,59.55215],[26.38809,59.56099],[26.39114,59.60565],[26.12575,59.6101],[26.12855,59.65507],[25.86279,59.65901],[25.86511,59.70386],[25.68757,59.70613],[25.6855,59.66148],[25.41938,59.66468],[25.41755,59.61979],[25.32884,59.62078],[25.33055,59.66548],[25.24184,59.66647],[25.24037,59.62145],[25.0632,59.62306],[25.06601,59.71259],[24.9773,59.71346],[24.9762,59.66863],[24.88725,59.66918],[24.88603,59.62473],[24.97462,59.62386],[24.97327,59.57885],[24.79659,59.58009],[24.79744,59.62497],[24.70898,59.62553],[24.70605,59.49082],[24.26471,59.49236],[24.26446,59.44767],[24.17637,59.4478],[24.176,59.4028],[23.91207,59.4028],[23.91158,59.35787],[23.73649,59.3578],[23.73698,59.313],[23.64888,59.31281],[23.64924,59.26788],[23.47415,59.26726],[23.47671,59.0877],[23.12786,59.08582],[23.12895,59.04097],[22.95495,59.03959],[22.9563,58.99487],[22.8693,58.99399],[22.86808,59.03877],[22.78083,59.03814],[22.77912,59.083],[22.69212,59.08218],[22.69017,59.12686],[22.51556,59.1251],[22.51935,59.03538],[22.34535,59.03337],[22.34754,58.98845],[21.99979,58.98374]],[[24.61854,59.53612],[24.62016,59.6258],[24.44309,59.62659],[24.44183,59.5368],[24.61854,59.53612]],[[26.48308,59.649],[26.57166,59.64719],[26.57514,59.69202],[26.48647,59.69383],[26.48308,59.649]],[[26.40403,59.7852],[26.40732,59.82994],[26.31814,59.83152],[26.31501,59.78667],[26.40403,59.7852]]],"terms_text":"Maa-ameti ortofoto"},{"id":"Maaamet-Estonia_Ortho","name":"Maa-amet Ortho (WMS)","type":"wms","template":"https://kaart.maaamet.ee/wms/alus-geo?LAYERS=of10000&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","zoomExtent":[15,21],"polygon":[[[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971]],[[23.91525,58.05612],[23.99993,58.05632],[23.99968,58.10116],[24.08497,58.10129],[24.08485,58.19092],[23.91476,58.19099],[23.91451,58.23585],[23.82971,58.23572],[23.83032,58.146],[23.915,58.14613],[23.91525,58.05612]],[[24.17014,58.1908],[24.17002,58.14588],[24.25458,58.14581],[24.25507,58.19073],[24.17014,58.1908]],[[23.47415,59.26726],[23.47293,59.31194],[23.29795,59.31138],[23.29868,59.26632],[23.47415,59.26726]],[[21.99979,58.98374],[22.00503,58.89371],[22.09179,58.8951],[22.09411,58.85038],[22.35364,58.85385],[22.36023,58.71916],[22.44638,58.7203],[22.45236,58.58573],[22.19453,58.5823],[22.19709,58.53742],[22.11144,58.53621],[22.11375,58.49167],[22.02797,58.49001],[22.02566,58.53488],[21.76795,58.53074],[21.77942,58.35122],[21.69401,58.34975],[21.69681,58.3049],[21.78211,58.30631],[21.78723,58.21638],[21.95781,58.21941],[21.96038,58.17471],[22.04506,58.17581],[22.05274,58.04134],[21.96831,58.04004],[21.97807,57.86043],[22.06263,57.86186],[22.06007,57.90681],[22.1445,57.90804],[22.14206,57.95281],[22.22626,57.95404],[22.22198,58.0436],[22.30679,58.04527],[22.29995,58.17967],[22.38525,58.18063],[22.38903,58.0909],[22.64344,58.094],[22.64173,58.13886],[22.55693,58.13744],[22.55522,58.18276],[22.72495,58.18475],[22.72641,58.13982],[22.89663,58.1413],[22.89529,58.1861],[22.81012,58.18539],[22.80865,58.2302],[22.89358,58.23103],[22.89187,58.27598],[22.97716,58.27681],[22.9757,58.32157],[23.06172,58.32221],[23.05989,58.36703],[23.14567,58.36735],[23.14421,58.41238],[23.40106,58.41391],[23.39935,58.50359],[23.57127,58.50436],[23.57225,58.41468],[23.65791,58.41493],[23.65864,58.32496],[23.82947,58.32554],[23.82971,58.28047],[23.99993,58.28092],[24.00066,58.23579],[24.0851,58.23605],[24.08485,58.19092],[24.17014,58.1908],[24.17014,58.23572],[24.34048,58.23547],[24.34182,58.37017],[24.42712,58.36972],[24.42638,58.32503],[24.51216,58.32471],[24.51155,58.2797],[24.42614,58.28002],[24.42272,58.01097],[24.33829,58.0109],[24.33707,57.87393],[24.40906,57.87191],[24.41138,57.86491],[24.46006,57.87977],[24.45225,57.89942],[24.46018,57.90662],[24.44579,57.90798],[24.4625,57.92496],[24.51326,57.93066],[24.5096,57.93442],[24.51839,57.93675],[24.5207,57.94303],[24.5301,57.94705],[24.54352,57.94478],[24.54792,57.94938],[24.57317,57.95436],[24.58464,57.96174],[24.60892,57.95125],[24.61612,57.94368],[24.62869,57.94193],[24.64577,57.95268],[24.64187,57.95423],[24.64468,57.95889],[24.67335,57.95896],[24.6919,57.94653],[24.71508,57.96271],[24.7329,57.96239],[24.74339,57.96491],[24.74229,57.98187],[24.80806,57.99066],[24.83234,57.97177],[24.94863,58.00942],[24.99512,58.01084],[25.02037,58.01769],[25.07662,58.06645],[25.10518,58.06645],[25.10579,58.07749],[25.13397,58.07974],[25.15154,58.07703],[25.1535,58.07478],[25.19169,58.07613],[25.18949,58.08007],[25.19962,58.08536],[25.21207,58.08052],[25.21621,58.07413],[25.20389,58.0651],[25.20523,58.06122],[25.21219,58.06226],[25.21597,58.05954],[25.2178,58.04908],[25.22146,58.05051],[25.22122,58.05302],[25.22817,58.05348],[25.22695,58.04799],[25.21658,58.04088],[25.21902,58.02977],[25.22537,58.02195],[25.22732,58.02435],[25.23635,58.02441],[25.23562,58.02286],[25.24587,58.01872],[25.22768,58.01782],[25.2455,58.00302],[25.25502,58.00347],[25.25611,57.9939],[25.26722,57.99454],[25.28308,57.98963],[25.29187,57.99286],[25.30138,57.99273],[25.30358,57.99396],[25.29736,57.99661],[25.29577,57.99972],[25.30285,58.00011],[25.29748,58.01459],[25.30114,58.01504],[25.30431,58.03449],[25.29309,58.0467],[25.27991,58.05063],[25.26502,58.06],[25.266,58.06716],[25.28113,58.07019],[25.28686,58.08149],[25.29553,58.08161],[25.31908,58.06929],[25.31981,58.066],[25.32664,58.0638],[25.3292,58.05858],[25.33604,58.05709],[25.34482,58.04676],[25.35336,58.04334],[25.36374,58.03171],[25.37155,58.02926],[25.40693,58.02893],[25.44817,58.01698],[25.46648,58.00515],[25.44817,58.00114],[25.44219,57.99616],[25.47843,57.98264],[25.47843,57.98006],[25.48539,57.97475],[25.51943,57.98031],[25.52212,57.97488],[25.51211,57.96977],[25.51638,57.96737],[25.5226,57.96802],[25.52566,57.97184],[25.53725,57.97139],[25.55079,57.97255],[25.55567,57.96711],[25.55714,57.96038],[25.56604,57.96258],[25.56556,57.96718],[25.57483,57.9741],[25.58044,57.9721],[25.58239,57.96783],[25.58935,57.96504],[25.59399,57.95961],[25.57983,57.9442],[25.63828,57.93059],[25.64987,57.91841],[25.64889,57.91666],[25.65609,57.91439],[25.66207,57.91511],[25.67549,57.91277],[25.67916,57.90461],[25.70356,57.90331],[25.72247,57.91245],[25.72833,57.92133],[25.73724,57.92295],[25.75102,57.91692],[25.77165,57.91206],[25.78629,57.90428],[25.78312,57.89948],[25.81923,57.86419],[25.8595,57.85614],[25.87475,57.86322],[25.87561,57.85796],[25.88427,57.85595],[25.88573,57.85277],[25.88085,57.84946],[25.8883,57.84595],[25.89537,57.84972],[25.931,57.85244],[25.96273,57.84491],[25.99848,57.85816],[26.00958,57.85731],[26.02008,57.84517],[26.03667,57.84926],[26.05558,57.84764],[26.05705,57.83842],[26.04851,57.82289],[26.03606,57.8108],[26.03679,57.80592],[26.03338,57.80105],[26.03081,57.79097],[26.02776,57.7898],[26.02252,57.78355],[26.02496,57.7816],[26.02459,57.77516],[26.01776,57.7723],[26.02374,57.76761],[26.03326,57.77054],[26.0435,57.76703],[26.049,57.7611],[26.05912,57.75987],[26.07047,57.7656],[26.07328,57.76371],[26.07974,57.76384],[26.08035,57.76547],[26.10537,57.757],[26.13551,57.7503],[26.13905,57.74548],[26.13563,57.73923],[26.141,57.73278],[26.1726,57.72867],[26.20567,57.71486],[26.19859,57.70906],[26.18871,57.69472],[26.17712,57.68761],[26.18541,57.68454],[26.19444,57.68519],[26.19896,57.68356],[26.20079,57.68102],[26.21018,57.67906],[26.21092,57.67071],[26.21372,57.66888],[26.21043,57.66601],[26.23032,57.65805],[26.2363,57.65753],[26.24215,57.65146],[26.23117,57.64904],[26.23239,57.6461],[26.23959,57.64649],[26.24667,57.63559],[26.24203,57.63539],[26.23947,57.63408],[26.24813,57.62775],[26.24715,57.62082],[26.25423,57.61383],[26.27022,57.60461],[26.27034,57.6001],[26.27754,57.595],[26.28217,57.5952],[26.28352,57.59232],[26.29291,57.59114],[26.3006,57.59343],[26.30853,57.59291],[26.3117,57.58473],[26.32635,57.58277],[26.32781,57.57963],[26.33476,57.5797],[26.34489,57.58408],[26.40151,57.57237],[26.46996,57.57551],[26.49095,57.54534],[26.49961,57.52451],[26.52585,57.51619],[26.55794,57.5137],[26.5666,57.51946],[26.56184,57.52261],[26.56123,57.5285],[26.57966,57.53375],[26.57978,57.53695],[26.58381,57.53957],[26.58771,57.53781],[26.58698,57.52621],[26.59015,57.52516],[26.58808,57.51619],[26.59479,57.51592],[26.5954,57.51376],[26.60479,57.51442],[26.60467,57.51212],[26.61712,57.50885],[26.61443,57.52909],[26.63444,57.54357],[26.64262,57.54658],[26.64652,57.55391],[26.66531,57.55287],[26.6719,57.55385],[26.67105,57.56327],[26.67569,57.56668],[26.69155,57.56615],[26.69741,57.56733],[26.69753,57.5706],[26.69972,57.57106],[26.71107,57.56596],[26.72388,57.57244],[26.73072,57.56903],[26.73828,57.57584],[26.72901,57.58016],[26.73816,57.58774],[26.75317,57.58009],[26.74804,57.5778],[26.76769,57.57754],[26.77379,57.57473],[26.76891,57.57041],[26.75817,57.5653],[26.75366,57.56249],[26.76354,57.56314],[26.76915,57.56039],[26.7766,57.55994],[26.78685,57.57525],[26.79295,57.57315],[26.79929,57.58002],[26.79685,57.58179],[26.80954,57.58473],[26.81589,57.58153],[26.83504,57.58244],[26.84688,57.5884],[26.86177,57.59108],[26.86433,57.59415],[26.85994,57.59598],[26.85811,57.60049],[26.86469,57.6084],[26.85786,57.60997],[26.86555,57.61592],[26.87275,57.61736],[26.87458,57.61906],[26.88898,57.62193],[26.88849,57.62357],[26.89581,57.62572],[26.90057,57.62918],[26.89971,57.63056],[26.90679,57.63304],[26.92644,57.6331],[26.92961,57.62376],[26.94059,57.61978],[26.94999,57.62056],[26.95133,57.61579],[26.93961,57.60932],[26.94596,57.60272],[26.9578,57.60468],[26.9595,57.60625],[26.97097,57.60448],[26.97549,57.612],[26.98366,57.61174],[26.98696,57.60867],[26.99233,57.61076],[26.99513,57.60461],[27.03101,57.60461],[27.04418,57.5967],[27.04126,57.58761],[27.0332,57.58532],[27.04492,57.58251],[27.04687,57.58048],[27.05285,57.58087],[27.0559,57.58251],[27.07225,57.57989],[27.07262,57.57734],[27.08506,57.57538],[27.10092,57.5653],[27.11654,57.56118],[27.16145,57.55922],[27.19329,57.54966],[27.2249,57.55385],[27.24796,57.54769],[27.25772,57.54979],[27.2637,57.54841],[27.26431,57.54377],[27.2737,57.54311],[27.28017,57.53643],[27.29664,57.53859],[27.32446,57.52274],[27.34569,57.52104],[27.35131,57.51632],[27.35472,57.52575],[27.34386,57.5454],[27.33886,57.54671],[27.33776,57.56007],[27.33178,57.56066],[27.3341,57.56596],[27.32141,57.57898],[27.32886,57.5797],[27.34179,57.58539],[27.3413,57.58984],[27.35692,57.59696],[27.37827,57.59513],[27.38572,57.60304],[27.40683,57.61246],[27.40634,57.61546],[27.40195,57.61775],[27.39084,57.6169],[27.39023,57.62036],[27.39597,57.62115],[27.40182,57.62376],[27.40317,57.62905],[27.40085,57.63742],[27.38816,57.64009],[27.39072,57.6431],[27.38157,57.64368],[27.38352,57.64799],[27.38047,57.6495],[27.38755,57.6555],[27.3801,57.65883],[27.38364,57.66059],[27.37779,57.66836],[27.38193,57.67332],[27.39145,57.67671],[27.39377,57.67913],[27.39133,57.68539],[27.40231,57.68493],[27.40744,57.69276],[27.41647,57.69524],[27.41341,57.69915],[27.42818,57.69902],[27.43086,57.70756],[27.44807,57.71616],[27.46149,57.70619],[27.47064,57.70802],[27.47357,57.71545],[27.48711,57.7191],[27.49529,57.70749],[27.49993,57.70495],[27.50859,57.70723],[27.51066,57.71101],[27.51652,57.70873],[27.5236,57.70802],[27.52762,57.70899],[27.5236,57.71616],[27.52799,57.72946],[27.5419,57.73037],[27.548,57.7333],[27.53116,57.74073],[27.53007,57.75368],[27.52811,57.75818],[27.52018,57.75993],[27.51591,57.7639],[27.51115,57.76416],[27.5081,57.77158],[27.51457,57.77516],[27.50774,57.78349],[27.4959,57.78869],[27.50005,57.78973],[27.50298,57.78798],[27.51847,57.79201],[27.5175,57.78876],[27.52921,57.78856],[27.53861,57.79396],[27.53592,57.79663],[27.53958,57.80144],[27.53726,57.80644],[27.54471,57.808],[27.5408,57.81288],[27.55667,57.81366],[27.55056,57.81769],[27.5452,57.81808],[27.54446,57.82204],[27.55227,57.82113],[27.5563,57.83127],[27.56252,57.83023],[27.59791,57.83328],[27.62207,57.83874],[27.62487,57.83751],[27.63634,57.83978],[27.64818,57.8377],[27.66026,57.83893],[27.66636,57.83653],[27.68771,57.83419],[27.70541,57.84192],[27.72383,57.83179],[27.74165,57.82679],[27.75849,57.83536],[27.77715,57.8325],[27.78411,57.83725],[27.78862,57.84186],[27.7957,57.84017],[27.80058,57.8442],[27.7946,57.84634],[27.79875,57.85205],[27.81632,57.86134],[27.8184,57.8651],[27.81583,57.87166],[27.81169,57.87204],[27.81827,57.88249],[27.81059,57.88612],[27.81949,57.888],[27.82096,57.89047],[27.81852,57.89579],[27.799,57.89961],[27.78094,57.89832],[27.76959,57.89566],[27.75592,57.89806],[27.75739,57.90318],[27.7536,57.90409],[27.74677,57.90169],[27.72896,57.90739],[27.70614,57.90136],[27.69882,57.90616],[27.70834,57.90616],[27.72054,57.91174],[27.72029,57.92036],[27.71078,57.92392],[27.68247,57.92437],[27.68613,57.92794],[27.68247,57.93655],[27.67649,57.93552],[27.66917,57.94174],[27.67161,57.94627],[27.66758,57.951],[27.65892,57.9554],[27.68588,57.95928],[27.68893,57.97184],[27.6821,57.9719],[27.68064,57.97449],[27.69125,57.98549],[27.69882,57.98827],[27.70065,57.99862],[27.6965,58.0045],[27.68393,58.00845],[27.66856,58.01045],[27.66172,58.01866],[27.64781,58.02086],[27.64781,58.01426],[27.65294,58.00644],[27.64489,58.00205],[27.62268,58.0058],[27.60938,58.05399],[27.63695,58.09735],[27.59205,58.11875],[27.52872,58.18687],[27.48687,58.18803],[27.49993,58.32246],[27.51408,58.32214],[27.51762,58.33265],[27.5552,58.36575],[27.53397,58.41142],[27.25259,58.41883],[27.27309,58.64305],[27.18731,58.64533],[27.19537,58.73512],[27.10934,58.73709],[27.11361,58.78183],[27.0271,58.7841],[27.03882,58.91841],[27.12557,58.9164],[27.12935,58.96135],[27.38974,58.95474],[27.39414,58.99964],[27.65501,58.99241],[27.6544,58.98783],[27.73213,58.9855],[27.74274,58.98845],[27.74787,58.99267],[27.74165,59.00951],[27.74567,59.01705],[27.74628,59.02716],[27.75153,59.03017],[27.76605,59.03155],[27.76983,59.03325],[27.77667,59.04743],[27.77313,59.05107],[27.77508,59.0581],[27.78265,59.065],[27.7885,59.06657],[27.79302,59.06927],[27.79277,59.0729],[27.79411,59.07566],[27.79375,59.07842],[27.7907,59.08112],[27.78887,59.0909],[27.80205,59.1028],[27.8101,59.10606],[27.81071,59.10819],[27.80534,59.1127],[27.80595,59.12166],[27.80986,59.12905],[27.82035,59.13362],[27.83206,59.14401],[27.84414,59.14814],[27.86818,59.16159],[27.87184,59.16841],[27.87648,59.17372],[27.88978,59.18379],[27.89234,59.19222],[27.90235,59.20728],[27.89783,59.21746],[27.901,59.22639],[27.90113,59.23488],[27.90564,59.24044],[27.9492,59.26533],[27.95335,59.26863],[27.96433,59.27268],[27.97983,59.27293],[27.99825,59.2753],[28.02022,59.28334],[28.05353,59.2902],[28.1099,59.29063],[28.11722,59.28895],[28.12515,59.28901],[28.13626,59.29244],[28.16969,59.33354],[28.19397,59.34642],[28.19263,59.35227],[28.20203,59.35731],[28.19971,59.36091],[28.20703,59.36377],[28.20678,59.36719],[28.21105,59.36937],[28.21057,59.37235],[28.20386,59.37459],[28.21069,59.37994],[28.21069,59.3836],[28.19275,59.4015],[28.17225,59.40789],[28.16652,59.41205],[28.14163,59.41901],[28.13711,59.42267],[28.13577,59.4277],[28.12174,59.44091],[28.08452,59.45939],[28.06915,59.46256],[28.05182,59.46342],[28.04767,59.46578],[28.04377,59.47223],[28.03669,59.4757],[27.9719,59.4778],[27.96689,59.43303],[26.91057,59.46051],[26.91423,59.50549],[26.82626,59.50729],[26.82967,59.55215],[26.38809,59.56099],[26.39114,59.60565],[26.12575,59.6101],[26.12855,59.65507],[25.86279,59.65901],[25.86511,59.70386],[25.68757,59.70613],[25.6855,59.66148],[25.41938,59.66468],[25.41755,59.61979],[25.32884,59.62078],[25.33055,59.66548],[25.24184,59.66647],[25.24037,59.62145],[25.0632,59.62306],[25.06601,59.71259],[24.9773,59.71346],[24.9762,59.66863],[24.88725,59.66918],[24.88603,59.62473],[24.97462,59.62386],[24.97327,59.57885],[24.79659,59.58009],[24.79744,59.62497],[24.70898,59.62553],[24.70605,59.49082],[24.26471,59.49236],[24.26446,59.44767],[24.17637,59.4478],[24.176,59.4028],[23.91207,59.4028],[23.91158,59.35787],[23.73649,59.3578],[23.73698,59.313],[23.64888,59.31281],[23.64924,59.26788],[23.47415,59.26726],[23.47671,59.0877],[23.12786,59.08582],[23.12895,59.04097],[22.95495,59.03959],[22.9563,58.99487],[22.8693,58.99399],[22.86808,59.03877],[22.78083,59.03814],[22.77912,59.083],[22.69212,59.08218],[22.69017,59.12686],[22.51556,59.1251],[22.51935,59.03538],[22.34535,59.03337],[22.34754,58.98845],[21.99979,58.98374]],[[24.61854,59.53612],[24.62016,59.6258],[24.44309,59.62659],[24.44183,59.5368],[24.61854,59.53612]],[[26.48308,59.649],[26.57166,59.64719],[26.57514,59.69202],[26.48647,59.69383],[26.48308,59.649]],[[26.40403,59.7852],[26.40732,59.82994],[26.31814,59.83152],[26.31501,59.78667],[26.40403,59.7852]]],"terms_text":"Maa-ameti ortofoto","best":true},{"id":"MainRoadsWA_Road_Hierarchy","name":"Main Roads WA Road Hierarchy","type":"wms","template":"https://mrgis.mainroads.wa.gov.au/arcgis/services/OpenData/RoadAssets_DataPortal/MapServer/WMSServer?request=GetMap&service=WMS&format=image/png&transparent=TRUE&version=1.3.0&layers=14&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,21],"polygon":[[[129.00009,-31.68764],[128.99872,-14.58225],[127.08984,-12.29707],[124.76074,-12.98315],[121.24512,-15.70766],[119.0918,-17.60214],[115.53223,-18.85431],[112.41211,-20.46819],[111.24756,-22.83695],[111.00586,-25.62172],[111.64307,-29.66896],[111.68701,-32.3614],[112.14844,-34.47034],[113.35693,-36.10238],[116.98242,-36.70366],[119.44336,-36.94989],[122.27783,-36.61553],[125.99121,-35.40696],[127.59521,-34.57895],[128.86963,-33.59632],[129.00009,-31.68764]]],"terms_url":"https://catalogue.data.wa.gov.au/dataset/clss-road-hierarchy","terms_text":"Main Roads Western Australia","overlay":true},{"id":"Maine_2021","name":"Maine Orthoimagery Program (2021)","type":"wms","template":"https://gis.maine.gov/arcgis/services/imageryBaseMapsEarthCover/orthoRegional2021/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-70.56336,43.87408],[-70.51849,43.87401],[-70.51831,43.86728],[-70.48103,43.86773],[-70.4797,43.81322],[-70.56373,43.81279],[-70.56336,43.87408]],[[-70.23821,43.63767],[-70.25188,43.62403],[-70.27497,43.61701],[-70.28376,43.59328],[-70.26504,43.58673],[-70.27868,43.57307],[-70.27825,43.5545],[-70.23358,43.53312],[-70.18908,43.56254],[-70.20641,43.62328],[-70.22201,43.63785],[-70.23821,43.63767]],[[-70.35347,43.80181],[-70.29399,43.85315],[-70.18056,43.78011],[-70.16251,43.72949],[-70.22989,43.685],[-70.27668,43.69803],[-70.28643,43.71818],[-70.319,43.71781],[-70.36631,43.75102],[-70.35347,43.80181]]],"terms_url":"https://www.maine.gov/geolib/programs/ortho/index.html","terms_text":"Maine Orthoimagery Program","description":"High-resolution aerial imagery for the State of Maine, regional capture of year 2021","icon":"https://www.maine.gov/geolib/images/GeoPortal_GlobewBlue.jpg"},{"id":"mainzlatestaerialimagery","name":"Mainz latest aerial imagery","type":"wms","template":"https://geodaten.mainz.de/map/service?LAYERS=Orthophoto&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[8.12577,49.9882],[8.12851,49.9722],[8.12714,49.95242],[8.16802,49.9492],[8.17177,49.92458],[8.18318,49.92246],[8.18482,49.89189],[8.19168,49.88438],[8.23837,49.88438],[8.24357,49.88821],[8.26121,49.89058],[8.26867,49.88835],[8.32283,49.88835],[8.3267,49.89722],[8.35167,49.89763],[8.35367,49.90596],[8.35991,49.90868],[8.35991,49.97892],[8.35183,49.98183],[8.35167,49.99527],[8.33946,49.9985],[8.33793,50.00454],[8.32546,50.00754],[8.3242,50.01603],[8.31222,50.01618],[8.30909,50.02398],[8.29593,50.02521],[8.29467,50.04077],[8.29124,50.0421],[8.26929,50.04217],[8.26507,50.04696],[8.15392,50.04696],[8.15222,50.03339],[8.14087,50.03105],[8.13797,50.02457],[8.12783,50.02266],[8.12577,49.9882]]],"terms_url":"https://www.mainz.de/vv/oe/100140100000035141.php#tab-infos","terms_text":"Vermessung und Geoinformation Mainz","icon":"https://www.mainz.de/configuration.inc.php.media/27432/Logo-72px.png"},{"id":"Manatee_Ortho_2021","name":"Manatee County Orthoimagery (2021)","type":"wms","template":"https://www.mymanatee.org/lizardtech/iserv/ows?LAYERS=2021_webmercator&STYLES=&SRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-82.04976,27.19483],[-82.04987,27.64869],[-82.57479,27.64765],[-82.75967,27.55013],[-82.7128,27.45467],[-82.63371,27.37211],[-82.61985,27.37222],[-82.61993,27.39974],[-82.58929,27.40012],[-82.57371,27.38625],[-82.57367,27.37249],[-82.52741,27.37255],[-82.52743,27.3864],[-82.45042,27.38667],[-82.45038,27.37297],[-82.26551,27.37342],[-82.26513,27.20836],[-82.23432,27.20838],[-82.23428,27.19464],[-82.04976,27.19483]]],"terms_url":"https://www.mymanatee.org/departments/information_technology_services/geographic_information_systems","terms_text":"Manatee County GIS","description":"The 2021 orthoimagery for Manatee County of the State of Florida"},{"id":"Manatee_Ortho_2022","name":"Manatee County Orthoimagery (2022)","type":"tms","template":"https://www.mymanatee.org/gisimg/rest/services/POST_IAN_IMAGERY/POST_IAN_IMAGERY_2022/ImageServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-82.04976,27.19483],[-82.04987,27.64869],[-82.57479,27.64765],[-82.75967,27.55013],[-82.7128,27.45467],[-82.63371,27.37211],[-82.61985,27.37222],[-82.61993,27.39974],[-82.58929,27.40012],[-82.57371,27.38625],[-82.57367,27.37249],[-82.52741,27.37255],[-82.52743,27.3864],[-82.45042,27.38667],[-82.45038,27.37297],[-82.26551,27.37342],[-82.26513,27.20836],[-82.23432,27.20838],[-82.23428,27.19464],[-82.04976,27.19483]]],"terms_url":"https://www.mymanatee.org/departments/information_technology_services/geographic_information_systems","terms_text":"Manatee County GIS","description":"The 2022 (Post-Ian) orthoimagery for Manatee County of the State of Florida"},{"id":"Manatee_Ortho_2023_RGB","name":"Manatee County Orthoimagery (2023)","type":"tms","template":"https://www.mymanatee.org/gisimg/rest/services/2023/AERIAL_2023_RGB/ImageServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2023-03-16T00:00:00.000Z","startDate":"2022-11-18T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-82.04976,27.19483],[-82.04987,27.64869],[-82.57479,27.64765],[-82.75967,27.55013],[-82.7128,27.45467],[-82.63371,27.37211],[-82.61985,27.37222],[-82.61993,27.39974],[-82.58929,27.40012],[-82.57371,27.38625],[-82.57367,27.37249],[-82.52741,27.37255],[-82.52743,27.3864],[-82.45042,27.38667],[-82.45038,27.37297],[-82.26551,27.37342],[-82.26513,27.20836],[-82.23432,27.20838],[-82.23428,27.19464],[-82.04976,27.19483]]],"terms_url":"https://www.mymanatee.org/departments/information_technology_services/geographic_information_systems","terms_text":"Manatee County GIS","description":"The 2023 orthoimagery for Manatee County of the State of Florida"},{"id":"Manatee_Ortho_Latest","name":"Manatee County Orthoimagery (Latest)","type":"tms","template":"https://www.mymanatee.org/gisimg/rest/services/current/aerials/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-02-07T00:00:00.000Z","startDate":"2023-12-15T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-82.04976,27.19483],[-82.04987,27.64869],[-82.57479,27.64765],[-82.75967,27.55013],[-82.7128,27.45467],[-82.63371,27.37211],[-82.61985,27.37222],[-82.61993,27.39974],[-82.58929,27.40012],[-82.57371,27.38625],[-82.57367,27.37249],[-82.52741,27.37255],[-82.52743,27.3864],[-82.45042,27.38667],[-82.45038,27.37297],[-82.26551,27.37342],[-82.26513,27.20836],[-82.23432,27.20838],[-82.23428,27.19464],[-82.04976,27.19483]]],"terms_url":"https://www.mymanatee.org/departments/information_technology_services/geographic_information_systems","terms_text":"Manatee County GIS","description":"The most recent orthoimagery for Manatee County of the State of Florida"},{"id":"Manatee_Ortho_2023_CIR","name":"Manatee County Orthoimagery Infrared (2023)","type":"tms","template":"https://www.mymanatee.org/gisimg/rest/services/2023/AERIAL_2023_CIR/ImageServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2023-03-16T00:00:00.000Z","startDate":"2022-11-18T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-82.04976,27.19483],[-82.04987,27.64869],[-82.57479,27.64765],[-82.75967,27.55013],[-82.7128,27.45467],[-82.63371,27.37211],[-82.61985,27.37222],[-82.61993,27.39974],[-82.58929,27.40012],[-82.57371,27.38625],[-82.57367,27.37249],[-82.52741,27.37255],[-82.52743,27.3864],[-82.45042,27.38667],[-82.45038,27.37297],[-82.26551,27.37342],[-82.26513,27.20836],[-82.23432,27.20838],[-82.23428,27.19464],[-82.04976,27.19483]]],"terms_url":"https://www.mymanatee.org/departments/information_technology_services/geographic_information_systems","terms_text":"Manatee County GIS","description":"The 2023 color infrared orthoimagery for Manatee County of the State of Florida"},{"id":"Mapbox","name":"Mapbox Satellite","type":"tms","template":"7586487389962e3f6627ae31c5ca3f566077e9848da9dbcda1e4978546cfa2da63928664b2f9581fe7a61bb4e7ebd518c123ff963c7007527552e2822a9c79c276626e410539abfdafed3e6d42eec7a0edbefc55dc7ffa9f55f1d524272acfab76f19a07a5ff5749722e3138703d11e15659f3b930611203f4232cb39a1e3605931b6ac51a68ac81e7d7a210b24da9429caae4b41132193f7c2d3a7d099f9df005ee6232d8b9b702c209d7fc877ed95c8dd8bf7e28cae2389f20f2e584641a9660b8","category":"photo","tileSize":512,"zoomExtent":[0,22],"terms_url":"https://www.mapbox.com/about/maps","terms_text":"Terms & Feedback","default":true,"description":"Mapbox-provided raster tileset that includes a global basemap of high resolution satellite and aerial imagery","encrypted":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/world/MapBoxSatellite.png"},{"id":"Marion_Ortho_2023","name":"Marion County Orthoimagery (2023)","type":"wms","template":"https://gis.marionfl.org/image/rest/services/Aerials/Aerials_2023/ImageServer/exportImage?f=image&format=jpg&layers=show,6&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[-82.55129,29.03658],[-82.5199,29.03678],[-82.52008,29.02299],[-82.50448,29.02314],[-82.50466,29.03678],[-82.45734,29.03693],[-82.45751,29.02314],[-82.44174,29.02344],[-82.44153,29.00953],[-82.41068,29.00953],[-82.41046,28.99575],[-82.37916,28.99555],[-82.3796,28.98215],[-82.34757,28.98192],[-82.34737,28.96866],[-82.33182,28.96848],[-82.33182,28.95487],[-81.6439,28.95451],[-81.64374,29.03713],[-81.62809,29.03713],[-81.62712,29.28434],[-81.64263,29.2845],[-81.64227,29.36715],[-81.65815,29.36731],[-81.65815,29.381],[-81.7366,29.38104],[-81.7371,29.43594],[-81.76803,29.43638],[-81.7679,29.49132],[-81.83061,29.49132],[-81.83123,29.5327],[-81.86238,29.5327],[-81.86238,29.51879],[-81.98755,29.51884],[-81.98755,29.50533],[-82.05094,29.505],[-82.05075,29.47782],[-82.06627,29.47815],[-82.06703,29.45014],[-82.17643,29.44986],[-82.17659,29.47731],[-82.19242,29.47731],[-82.19242,29.4915],[-82.41224,29.49095],[-82.41124,29.2294],[-82.55244,29.22902],[-82.55129,29.03658]]],"terms_url":"https://www.marionfl.org/","terms_text":"Marion County","description":"The 2023 orthoimagery for Marion County of the State of Florida"},{"id":"Martin_Ortho_2021","name":"Martin County Orthoimagery (2021)","type":"wms","template":"https://geoweb.martin.fl.us/raster/services/2021_Imagery/ImageServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=0&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-05T00:00:00.000Z","startDate":"2020-12-18T00:00:00.000Z","zoomExtent":[5,19],"polygon":[[[-80.68054,27.20828],[-80.68076,27.12572],[-80.69613,27.12578],[-80.61145,26.94671],[-80.12878,26.94457],[-80.12867,26.95833],[-80.06727,26.95793],[-80.19337,27.27515],[-80.29553,27.27561],[-80.296,27.20689],[-80.68054,27.20828]]],"terms_url":"https://data-mcgov.opendata.arcgis.com/datasets/2021-imagery","terms_text":"Martin County","description":"The 2021 orthoimagery for Martin County of the State of Florida"},{"id":"Martin_Ortho_2022","name":"Martin County Orthoimagery (2022)","type":"wms","template":"https://geoweb.martin.fl.us/raster/services/2022_Imagery/ImageServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=0&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-01-14T00:00:00.000Z","startDate":"2022-01-14T00:00:00.000Z","zoomExtent":[5,19],"polygon":[[[-80.68054,27.20828],[-80.68076,27.12572],[-80.69613,27.12578],[-80.61145,26.94671],[-80.12878,26.94457],[-80.12867,26.95833],[-80.06727,26.95793],[-80.19337,27.27515],[-80.29553,27.27561],[-80.296,27.20689],[-80.68054,27.20828]]],"terms_url":"https://data-mcgov.opendata.arcgis.com/datasets/2022-imagery","terms_text":"Martin County","description":"The 2022 orthoimagery for Martin County of the State of Florida"},{"id":"Martin_Ortho_2023","name":"Martin County Orthoimagery (2023)","type":"wms","template":"https://geoweb.martin.fl.us/raster/services/2023_Imagery/ImageServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=0&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-06T00:00:00.000Z","startDate":"2023-01-06T00:00:00.000Z","zoomExtent":[5,19],"polygon":[[[-80.68054,27.20828],[-80.68076,27.12572],[-80.69613,27.12578],[-80.61145,26.94671],[-80.12878,26.94457],[-80.12867,26.95833],[-80.06727,26.95793],[-80.19337,27.27515],[-80.29553,27.27561],[-80.296,27.20689],[-80.68054,27.20828]]],"terms_url":"https://data-mcgov.opendata.arcgis.com/datasets/2023-imagery","terms_text":"Martin County","description":"The 2023 orthoimagery for Martin County of the State of Florida"},{"id":"Martin_Ortho_2024","name":"Martin County Orthoimagery (2024)","type":"wms","template":"https://geoweb.martin.fl.us/raster/rest/services/2024_Imagery/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-03-15T00:00:00.000Z","startDate":"2023-12-15T00:00:00.000Z","zoomExtent":[5,19],"polygon":[[[-80.68054,27.20828],[-80.68076,27.12572],[-80.69613,27.12578],[-80.61145,26.94671],[-80.12878,26.94457],[-80.12867,26.95833],[-80.06727,26.95793],[-80.19337,27.27515],[-80.29553,27.27561],[-80.296,27.20689],[-80.68054,27.20828]]],"terms_url":"https://data-mcgov.opendata.arcgis.com/datasets/2024-imagery","terms_text":"Martin County","description":"The 2024 orthoimagery for Martin County of the State of Florida"},{"id":"MassGIS_2021_Aerial","name":"MassGIS 2021 Aerial Imagery","type":"tms","template":"https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/orthos2021/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2021-04-24T00:00:00.000Z","startDate":"2021-03-17T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-72.13569,42.03025],[-72.0635,42.02735],[-71.80067,42.02351],[-71.79925,42.00807],[-71.52888,42.01499],[-71.49744,42.01725],[-71.38127,42.01885],[-71.38174,41.8932],[-71.33865,41.89865],[-71.34086,41.87872],[-71.33392,41.86229],[-71.3422,41.8448],[-71.3352,41.8355],[-71.3449,41.828],[-71.3472,41.8231],[-71.33914,41.80842],[-71.34156,41.79817],[-71.33407,41.79455],[-71.32885,41.7811],[-71.26139,41.7523],[-71.1954,41.67514],[-71.17588,41.67154],[-71.17605,41.6681],[-71.13291,41.6601],[-71.13569,41.6284],[-71.14047,41.62389],[-71.14059,41.6051],[-71.13131,41.59231],[-71.12047,41.49717],[-71.09996,41.43386],[-70.81959,41.23192],[-69.89537,41.21643],[-69.88713,42.0519],[-70.8759,42.35302],[-70.45842,42.67694],[-70.81567,42.87204],[-70.82963,42.86875],[-70.84776,42.86088],[-70.88566,42.88288],[-70.90348,42.88671],[-70.91465,42.88661],[-70.92973,42.88504],[-70.94967,42.87588],[-70.96702,42.86887],[-71.03128,42.85924],[-71.04483,42.84869],[-71.05395,42.83337],[-71.06442,42.80626],[-71.13277,42.82145],[-71.16667,42.80891],[-71.18617,42.79088],[-71.18181,42.73732],[-71.22391,42.74643],[-71.23732,42.74491],[-71.24598,42.74231],[-71.25526,42.73659],[-71.26787,42.72603],[-71.27894,42.71136],[-71.29464,42.69704],[-71.69663,42.70572],[-71.97286,42.71307],[-72.6872,42.73348],[-73.26496,42.74594],[-73.50814,42.08626],[-73.49688,42.04968],[-73.43281,42.05059],[-73.03678,42.03929],[-72.81378,42.03674],[-72.81705,41.99769],[-72.76673,42.00327],[-72.76572,42.02276],[-72.75868,42.02439],[-72.75714,42.03635],[-72.69933,42.03696],[-72.64019,42.03205],[-72.60797,42.03108],[-72.60717,42.02515],[-72.58216,42.02474],[-72.57278,42.03022],[-72.53156,42.03458],[-72.13569,42.03025]]],"terms_url":"https://www.mass.gov/info-details/massgis-data-2021-aerial-imagery","terms_text":"MassGIS","description":"15cm Spring 2021 true color aerial imagery for the state of Massachusetts","icon":"https://www.mass.gov/files/styles/organization_logo/public/2017-05/massgis_logo_401x300.png"},{"id":"MassGIS_2023_Aerial","name":"MassGIS 2023 Aerial Imagery","type":"tms","template":"https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/orthos2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-04-28T00:00:00.000Z","startDate":"2023-03-20T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-72.13569,42.03025],[-72.0635,42.02735],[-71.80067,42.02351],[-71.79925,42.00807],[-71.52888,42.01499],[-71.49744,42.01725],[-71.38127,42.01885],[-71.38174,41.8932],[-71.33865,41.89865],[-71.34086,41.87872],[-71.33392,41.86229],[-71.3422,41.8448],[-71.3352,41.8355],[-71.3449,41.828],[-71.3472,41.8231],[-71.33914,41.80842],[-71.34156,41.79817],[-71.33407,41.79455],[-71.32885,41.7811],[-71.26139,41.7523],[-71.1954,41.67514],[-71.17588,41.67154],[-71.17605,41.6681],[-71.13291,41.6601],[-71.13569,41.6284],[-71.14047,41.62389],[-71.14059,41.6051],[-71.13131,41.59231],[-71.12047,41.49717],[-71.09996,41.43386],[-70.81959,41.23192],[-69.89537,41.21643],[-69.88713,42.0519],[-70.8759,42.35302],[-70.45842,42.67694],[-70.81567,42.87204],[-70.82963,42.86875],[-70.84776,42.86088],[-70.88566,42.88288],[-70.90348,42.88671],[-70.91465,42.88661],[-70.92973,42.88504],[-70.94967,42.87588],[-70.96702,42.86887],[-71.03128,42.85924],[-71.04483,42.84869],[-71.05395,42.83337],[-71.06442,42.80626],[-71.13277,42.82145],[-71.16667,42.80891],[-71.18617,42.79088],[-71.18181,42.73732],[-71.22391,42.74643],[-71.23732,42.74491],[-71.24598,42.74231],[-71.25526,42.73659],[-71.26787,42.72603],[-71.27894,42.71136],[-71.29464,42.69704],[-71.69663,42.70572],[-71.97286,42.71307],[-72.6872,42.73348],[-73.26496,42.74594],[-73.50814,42.08626],[-73.49688,42.04968],[-73.43281,42.05059],[-73.03678,42.03929],[-72.81378,42.03674],[-72.81705,41.99769],[-72.76673,42.00327],[-72.76572,42.02276],[-72.75868,42.02439],[-72.75714,42.03635],[-72.69933,42.03696],[-72.64019,42.03205],[-72.60797,42.03108],[-72.60717,42.02515],[-72.58216,42.02474],[-72.57278,42.03022],[-72.53156,42.03458],[-72.13569,42.03025]]],"terms_url":"https://www.mass.gov/info-details/massgis-data-2023-aerial-imagery","terms_text":"MassGIS","best":true,"description":"15cm Spring 2023 true color aerial imagery for the state of Massachusetts","icon":"https://www.mass.gov/files/styles/organization_logo/public/2017-05/massgis_logo_401x300.png"},{"id":"MassGIS-basemap","name":"MassGIS Basemap","type":"tms","template":"https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/MassGISBasemap/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[7,19],"polygon":[[[-72.13569,42.03025],[-72.0635,42.02735],[-71.80067,42.02351],[-71.79925,42.00807],[-71.52888,42.01499],[-71.49744,42.01725],[-71.38127,42.01885],[-71.38174,41.8932],[-71.33865,41.89865],[-71.34086,41.87872],[-71.33392,41.86229],[-71.3422,41.8448],[-71.3352,41.8355],[-71.3449,41.828],[-71.3472,41.8231],[-71.33914,41.80842],[-71.34156,41.79817],[-71.33407,41.79455],[-71.32885,41.7811],[-71.26139,41.7523],[-71.1954,41.67514],[-71.17588,41.67154],[-71.17605,41.6681],[-71.13291,41.6601],[-71.13569,41.6284],[-71.14047,41.62389],[-71.14059,41.6051],[-71.13131,41.59231],[-71.12047,41.49717],[-71.09996,41.43386],[-70.81959,41.23192],[-69.89537,41.21643],[-69.88713,42.0519],[-70.8759,42.35302],[-70.45842,42.67694],[-70.81567,42.87204],[-70.82963,42.86875],[-70.84776,42.86088],[-70.88566,42.88288],[-70.90348,42.88671],[-70.91465,42.88661],[-70.92973,42.88504],[-70.94967,42.87588],[-70.96702,42.86887],[-71.03128,42.85924],[-71.04483,42.84869],[-71.05395,42.83337],[-71.06442,42.80626],[-71.13277,42.82145],[-71.16667,42.80891],[-71.18617,42.79088],[-71.18181,42.73732],[-71.22391,42.74643],[-71.23732,42.74491],[-71.24598,42.74231],[-71.25526,42.73659],[-71.26787,42.72603],[-71.27894,42.71136],[-71.29464,42.69704],[-71.69663,42.70572],[-71.97286,42.71307],[-72.6872,42.73348],[-73.26496,42.74594],[-73.50814,42.08626],[-73.49688,42.04968],[-73.43281,42.05059],[-73.03678,42.03929],[-72.81378,42.03674],[-72.81705,41.99769],[-72.76673,42.00327],[-72.76572,42.02276],[-72.75868,42.02439],[-72.75714,42.03635],[-72.69933,42.03696],[-72.64019,42.03205],[-72.60797,42.03108],[-72.60717,42.02515],[-72.58216,42.02474],[-72.57278,42.03022],[-72.53156,42.03458],[-72.13569,42.03025]]],"terms_url":"https://www.mass.gov/service-details/massgis-base-map","terms_text":"MassGIS","icon":"https://www.mass.gov/files/styles/organization_logo/public/2017-05/massgis_logo_401x300.png"},{"id":"MassGIS-L3-Parcels","name":"MassGIS L3 Parcels","type":"tms","template":"https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/MassGIS_Level3_Parcels/MapServer/tile/{zoom}/{y}/{x}","category":"other","zoomExtent":[15,20],"polygon":[[[-72.13569,42.03025],[-72.0635,42.02735],[-71.80067,42.02351],[-71.79925,42.00807],[-71.52888,42.01499],[-71.49744,42.01725],[-71.38127,42.01885],[-71.38174,41.8932],[-71.33865,41.89865],[-71.34086,41.87872],[-71.33392,41.86229],[-71.3422,41.8448],[-71.3352,41.8355],[-71.3449,41.828],[-71.3472,41.8231],[-71.33914,41.80842],[-71.34156,41.79817],[-71.33407,41.79455],[-71.32885,41.7811],[-71.26139,41.7523],[-71.1954,41.67514],[-71.17588,41.67154],[-71.17605,41.6681],[-71.13291,41.6601],[-71.13569,41.6284],[-71.14047,41.62389],[-71.14059,41.6051],[-71.13131,41.59231],[-71.12047,41.49717],[-71.09996,41.43386],[-70.81959,41.23192],[-69.89537,41.21643],[-69.88713,42.0519],[-70.8759,42.35302],[-70.45842,42.67694],[-70.81567,42.87204],[-70.82963,42.86875],[-70.84776,42.86088],[-70.88566,42.88288],[-70.90348,42.88671],[-70.91465,42.88661],[-70.92973,42.88504],[-70.94967,42.87588],[-70.96702,42.86887],[-71.03128,42.85924],[-71.04483,42.84869],[-71.05395,42.83337],[-71.06442,42.80626],[-71.13277,42.82145],[-71.16667,42.80891],[-71.18617,42.79088],[-71.18181,42.73732],[-71.22391,42.74643],[-71.23732,42.74491],[-71.24598,42.74231],[-71.25526,42.73659],[-71.26787,42.72603],[-71.27894,42.71136],[-71.29464,42.69704],[-71.69663,42.70572],[-71.97286,42.71307],[-72.6872,42.73348],[-73.26496,42.74594],[-73.50814,42.08626],[-73.49688,42.04968],[-73.43281,42.05059],[-73.03678,42.03929],[-72.81378,42.03674],[-72.81705,41.99769],[-72.76673,42.00327],[-72.76572,42.02276],[-72.75868,42.02439],[-72.75714,42.03635],[-72.69933,42.03696],[-72.64019,42.03205],[-72.60797,42.03108],[-72.60717,42.02515],[-72.58216,42.02474],[-72.57278,42.03022],[-72.53156,42.03458],[-72.13569,42.03025]]],"terms_url":"https://www.mass.gov/info-details/massgis-data-property-tax-parcels","terms_text":"MassGIS","icon":"https://www.mass.gov/files/styles/organization_logo/public/2017-05/massgis_logo_401x300.png","overlay":true},{"id":"MassGIS-LIDAR-Shaded-Relief","name":"MassGIS LIDAR Shaded Relief","type":"tms","template":"https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/LiDAR_ShadedRelief_18Nant_21EC/MapServer/tile/{zoom}/{y}/{x}","category":"elevation","endDate":"2021-04-24T00:00:00.000Z","startDate":"2013-11-16T00:00:00.000Z","zoomExtent":[7,19],"polygon":[[[-72.13569,42.03025],[-72.0635,42.02735],[-71.80067,42.02351],[-71.79925,42.00807],[-71.52888,42.01499],[-71.49744,42.01725],[-71.38127,42.01885],[-71.38174,41.8932],[-71.33865,41.89865],[-71.34086,41.87872],[-71.33392,41.86229],[-71.3422,41.8448],[-71.3352,41.8355],[-71.3449,41.828],[-71.3472,41.8231],[-71.33914,41.80842],[-71.34156,41.79817],[-71.33407,41.79455],[-71.32885,41.7811],[-71.26139,41.7523],[-71.1954,41.67514],[-71.17588,41.67154],[-71.17605,41.6681],[-71.13291,41.6601],[-71.13569,41.6284],[-71.14047,41.62389],[-71.14059,41.6051],[-71.13131,41.59231],[-71.12047,41.49717],[-71.09996,41.43386],[-70.81959,41.23192],[-69.89537,41.21643],[-69.88713,42.0519],[-70.8759,42.35302],[-70.45842,42.67694],[-70.81567,42.87204],[-70.82963,42.86875],[-70.84776,42.86088],[-70.88566,42.88288],[-70.90348,42.88671],[-70.91465,42.88661],[-70.92973,42.88504],[-70.94967,42.87588],[-70.96702,42.86887],[-71.03128,42.85924],[-71.04483,42.84869],[-71.05395,42.83337],[-71.06442,42.80626],[-71.13277,42.82145],[-71.16667,42.80891],[-71.18617,42.79088],[-71.18181,42.73732],[-71.22391,42.74643],[-71.23732,42.74491],[-71.24598,42.74231],[-71.25526,42.73659],[-71.26787,42.72603],[-71.27894,42.71136],[-71.29464,42.69704],[-71.69663,42.70572],[-71.97286,42.71307],[-72.6872,42.73348],[-73.26496,42.74594],[-73.50814,42.08626],[-73.49688,42.04968],[-73.43281,42.05059],[-73.03678,42.03929],[-72.81378,42.03674],[-72.81705,41.99769],[-72.76673,42.00327],[-72.76572,42.02276],[-72.75868,42.02439],[-72.75714,42.03635],[-72.69933,42.03696],[-72.64019,42.03205],[-72.60797,42.03108],[-72.60717,42.02515],[-72.58216,42.02474],[-72.57278,42.03022],[-72.53156,42.03458],[-72.13569,42.03025]]],"terms_url":"https://www.mass.gov/info-details/massgis-data-lidar-terrain-data","terms_text":"MassGIS","icon":"https://www.mass.gov/files/styles/organization_logo/public/2017-05/massgis_logo_401x300.png"},{"id":"MassGIS-LIDAR-Slope","name":"MassGIS LIDAR Slope","type":"tms","template":"https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/Slope_Grayscale_2013to2021/MapServer/tile/{zoom}/{y}/{x}","category":"elevation","endDate":"2021-04-24T00:00:00.000Z","startDate":"2013-11-16T00:00:00.000Z","zoomExtent":[7,19],"polygon":[[[-72.13569,42.03025],[-72.0635,42.02735],[-71.80067,42.02351],[-71.79925,42.00807],[-71.52888,42.01499],[-71.49744,42.01725],[-71.38127,42.01885],[-71.38174,41.8932],[-71.33865,41.89865],[-71.34086,41.87872],[-71.33392,41.86229],[-71.3422,41.8448],[-71.3352,41.8355],[-71.3449,41.828],[-71.3472,41.8231],[-71.33914,41.80842],[-71.34156,41.79817],[-71.33407,41.79455],[-71.32885,41.7811],[-71.26139,41.7523],[-71.1954,41.67514],[-71.17588,41.67154],[-71.17605,41.6681],[-71.13291,41.6601],[-71.13569,41.6284],[-71.14047,41.62389],[-71.14059,41.6051],[-71.13131,41.59231],[-71.12047,41.49717],[-71.09996,41.43386],[-70.81959,41.23192],[-69.89537,41.21643],[-69.88713,42.0519],[-70.8759,42.35302],[-70.45842,42.67694],[-70.81567,42.87204],[-70.82963,42.86875],[-70.84776,42.86088],[-70.88566,42.88288],[-70.90348,42.88671],[-70.91465,42.88661],[-70.92973,42.88504],[-70.94967,42.87588],[-70.96702,42.86887],[-71.03128,42.85924],[-71.04483,42.84869],[-71.05395,42.83337],[-71.06442,42.80626],[-71.13277,42.82145],[-71.16667,42.80891],[-71.18617,42.79088],[-71.18181,42.73732],[-71.22391,42.74643],[-71.23732,42.74491],[-71.24598,42.74231],[-71.25526,42.73659],[-71.26787,42.72603],[-71.27894,42.71136],[-71.29464,42.69704],[-71.69663,42.70572],[-71.97286,42.71307],[-72.6872,42.73348],[-73.26496,42.74594],[-73.50814,42.08626],[-73.49688,42.04968],[-73.43281,42.05059],[-73.03678,42.03929],[-72.81378,42.03674],[-72.81705,41.99769],[-72.76673,42.00327],[-72.76572,42.02276],[-72.75868,42.02439],[-72.75714,42.03635],[-72.69933,42.03696],[-72.64019,42.03205],[-72.60797,42.03108],[-72.60717,42.02515],[-72.58216,42.02474],[-72.57278,42.03022],[-72.53156,42.03458],[-72.13569,42.03025]]],"terms_url":"https://www.mass.gov/info-details/massgis-data-lidar-terrain-data","terms_text":"MassGIS","description":"Visualizes the variation in elevation (steepness) at each point based on LiDAR data. White represents something that is flat, with progressively darker values meaning steeper slope, up through black which represents a completely vertical slope.","icon":"https://www.mass.gov/files/styles/organization_logo/public/2017-05/massgis_logo_401x300.png"},{"id":"Maui_2023","name":"Maui County Orthoimagery (2023)","type":"tms","template":"https://tiles.arcgis.com/tiles/fsrDo0QMPlK9CkZD/arcgis/rest/services/Pictometry2023_MauiCounty282/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[2,21],"polygon":[[[-157.37227,21.28684],[-157.37227,20.45357],[-155.92272,20.45357],[-155.92272,21.28684],[-157.37227,21.28684]]],"terms_url":"https://mauicounty.maps.arcgis.com/home/index.html","terms_text":"Maui County GIS","best":true,"description":"The 2023 orthoimagery for Maui County of the State of Hawaii","icon":"https://mauicounty.maps.arcgis.com/sharing/rest/portals/self/resources/home.logo1647299411920.png"},{"id":"Maxar_19-20_Australian_Bushfires_PreEvent","name":"Maxar 2019-2020 Australian Bushfires Pre-event","type":"tms","template":"https://cogeoxyz.b-cdn.net/6b6f479fbacd9a42e9e38bc5c0c6889f009beae13b07742ec4a1648f/{zoom}/{x}/{y}.jpg","category":"photo","endDate":"2019-10-18T00:00:00.000Z","startDate":"2018-01-20T00:00:00.000Z","zoomExtent":[10,19],"polygon":[[[149.88647,-32.97641],[149.88785,-34.04583],[150.08835,-34.02421],[150.09264,-34.66569],[150.06758,-34.66604],[150.06775,-34.67733],[149.91669,-34.67952],[149.91806,-34.80365],[150.09247,-34.80478],[150.09796,-34.976],[149.44977,-34.9625],[149.44565,-35.46514],[149.20807,-35.48527],[149.2012,-35.96689],[148.98834,-35.98467],[148.99246,-37.02229],[149.96338,-37.02996],[150.53192,-36.02911],[150.78735,-35.29719],[151.37237,-33.75403],[151.35864,-31.96847],[150.35614,-31.9475],[150.35339,-32.45415],[150.04028,-32.4472],[150.04852,-32.96258],[149.88647,-32.97641]]],"terms_url":"https://www.digitalglobe.com/ecosystem/open-data/australia-wildfires","terms_text":"©2020 DigitalGlobe"},{"id":"geodata.md.gov-MD_SixInchImagery","name":"MD Latest 6 Inch Aerial Imagery","type":"wms","template":"https://geodata.md.gov/imap/rest/services/Imagery/MD_SixInchImagery/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-76.68182,38.2309],[-76.23413,37.92037],[-75.86369,37.90953],[-75.77897,37.96538],[-75.73563,37.96247],[-75.65551,37.95295],[-75.64177,37.97654],[-75.63825,37.97935],[-75.6364,37.97962],[-75.63186,37.97539],[-75.62967,37.97583],[-75.62924,37.97712],[-75.63405,37.98334],[-75.63344,37.98581],[-75.63053,37.98801],[-75.62666,37.98882],[-75.62448,37.99413],[-75.23865,38.02692],[-75.187,38.09755],[-75.09773,38.30907],[-75.08151,38.32321],[-75.04984,38.40222],[-75.04844,38.4515],[-75.3717,38.45251],[-75.69099,38.46058],[-75.78644,39.6546],[-75.78839,39.72236],[-77.72441,39.72178],[-78.16762,39.72239],[-78.29428,39.72282],[-78.31703,39.723],[-78.35335,39.7227],[-78.38831,39.72287],[-78.61083,39.72298],[-78.71839,39.72311],[-78.82587,39.72306],[-79.04114,39.72298],[-79.4775,39.72141],[-79.48316,39.53264],[-79.48977,39.20526],[-79.47184,39.20113],[-79.42394,39.22334],[-79.35897,39.27313],[-79.28936,39.29711],[-79.21177,39.36217],[-79.16147,39.38739],[-79.11015,39.43129],[-79.08959,39.46048],[-79.06929,39.4734],[-79.03058,39.46323],[-78.9602,39.43526],[-78.87437,39.52238],[-78.81472,39.56223],[-78.77953,39.63716],[-78.77599,39.64415],[-78.76599,39.64681],[-78.76717,39.64291],[-78.7791,39.62509],[-78.77927,39.62103],[-78.76341,39.61814],[-78.74773,39.62526],[-78.73768,39.62156],[-78.73472,39.61494],[-78.7394,39.61025],[-78.74232,39.61002],[-78.74704,39.60774],[-78.75026,39.61048],[-78.76146,39.61131],[-78.7785,39.60582],[-78.77858,39.60053],[-78.76601,39.58509],[-78.75618,39.57999],[-78.74455,39.57897],[-78.74245,39.58022],[-78.73979,39.58581],[-78.73425,39.58552],[-78.73283,39.5751],[-78.72494,39.56229],[-78.70734,39.55538],[-78.68979,39.54548],[-78.67571,39.53992],[-78.65361,39.53344],[-78.60589,39.53158],[-78.56581,39.51881],[-78.52718,39.5202],[-78.47002,39.51411],[-78.46272,39.51854],[-78.45788,39.52344],[-78.45805,39.53463],[-78.45037,39.53767],[-78.43655,39.53807],[-78.41732,39.54562],[-78.39483,39.58241],[-78.39355,39.58568],[-78.39535,39.59101],[-78.42504,39.60913],[-78.43195,39.61835],[-78.42925,39.62225],[-78.42204,39.62341],[-78.38741,39.60823],[-78.37638,39.60595],[-78.37149,39.61005],[-78.37071,39.6129],[-78.382,39.62334],[-78.3805,39.62787],[-78.37423,39.62899],[-78.3593,39.62414],[-78.35277,39.62704],[-78.35119,39.63012],[-78.35621,39.63597],[-78.35651,39.63838],[-78.35282,39.63957],[-78.33887,39.63676],[-78.2842,39.61911],[-78.26566,39.61673],[-78.25201,39.63921],[-78.22283,39.66042],[-78.22235,39.6623],[-78.22575,39.66614],[-78.23201,39.67178],[-78.22793,39.67495],[-78.20236,39.67588],[-78.18283,39.69348],[-78.17674,39.69517],[-78.11331,39.68024],[-78.08979,39.67099],[-78.04816,39.64066],[-78.01177,39.60258],[-78.00688,39.6002],[-77.97375,39.59795],[-77.96474,39.60509],[-77.95753,39.60675],[-77.9528,39.60324],[-77.95289,39.58538],[-77.94336,39.58353],[-77.93624,39.58677],[-77.93384,39.60959],[-77.93946,39.61455],[-77.94281,39.61511],[-77.94259,39.61756],[-77.93834,39.61848],[-77.93405,39.61782],[-77.92937,39.61349],[-77.92641,39.60618],[-77.92336,39.6041],[-77.89564,39.59597],[-77.88337,39.59775],[-77.87938,39.6006],[-77.87981,39.60562],[-77.88487,39.61468],[-77.87397,39.61256],[-77.8662,39.60817],[-77.83822,39.60463],[-77.83058,39.59154],[-77.8371,39.56891],[-77.88423,39.56375],[-77.89092,39.55733],[-77.88774,39.55091],[-77.86714,39.5388],[-77.86697,39.51497],[-77.86131,39.51285],[-77.84303,39.51556],[-77.83848,39.52007],[-77.83702,39.53072],[-77.82637,39.5286],[-77.82432,39.52364],[-77.82749,39.51642],[-77.84629,39.50662],[-77.84912,39.50238],[-77.84706,39.49775],[-77.82749,39.49218],[-77.80088,39.48821],[-77.79003,39.4902],[-77.78479,39.49652],[-77.7814,39.49838],[-77.77406,39.49864],[-77.76943,39.49735],[-77.76698,39.49513],[-77.76707,39.49238],[-77.77033,39.49053],[-77.78827,39.48609],[-77.79797,39.48185],[-77.79951,39.47516],[-77.79719,39.47079],[-77.77908,39.46247],[-77.78067,39.46118],[-77.79844,39.46294],[-77.79998,39.45727],[-77.79616,39.45266],[-77.78595,39.44637],[-77.79028,39.44309],[-77.8011,39.4413],[-77.80535,39.43762],[-77.80088,39.43172],[-77.75454,39.42207],[-77.73668,39.38928],[-77.75316,39.384],[-77.75411,39.37896],[-77.74424,39.3631],[-77.74539,39.3564],[-77.74896,39.35089],[-77.7611,39.34518],[-77.76166,39.34014],[-77.75848,39.33476],[-77.75415,39.3329],[-77.72703,39.32155],[-77.71437,39.32268],[-77.70613,39.32198],[-77.69795,39.31914],[-77.69349,39.31883],[-77.68836,39.31986],[-77.68136,39.32553],[-77.67561,39.32573],[-77.67257,39.32304],[-77.66347,39.31723],[-77.64761,39.31194],[-77.63765,39.30885],[-77.63223,39.30873],[-77.62306,39.30581],[-77.60459,39.30403],[-77.59422,39.30277],[-77.58541,39.30425],[-77.57429,39.30721],[-77.56749,39.30742],[-77.56335,39.30571],[-77.55996,39.30166],[-77.55972,39.29601],[-77.56137,39.28841],[-77.55798,39.28401],[-77.55324,39.28145],[-77.54981,39.27628],[-77.54215,39.27059],[-77.53972,39.26808],[-77.53704,39.26485],[-77.53266,39.26256],[-77.52065,39.25866],[-77.52017,39.25774],[-77.51846,39.25689],[-77.51186,39.25385],[-77.50882,39.25272],[-77.50509,39.25208],[-77.50345,39.25206],[-77.49978,39.25145],[-77.49646,39.25146],[-77.48713,39.24748],[-77.48481,39.24616],[-77.48392,39.24494],[-77.48279,39.24408],[-77.4808,39.24154],[-77.47892,39.24023],[-77.4781,39.24045],[-77.47119,39.23518],[-77.45692,39.22745],[-77.45578,39.22369],[-77.45715,39.21977],[-77.47138,39.20891],[-77.47348,39.20363],[-77.47357,39.19332],[-77.4755,39.19049],[-77.47915,39.18743],[-77.48425,39.18523],[-77.50322,39.18141],[-77.50846,39.17925],[-77.51425,39.17242],[-77.52395,39.1487],[-77.52697,39.14666],[-77.52698,39.14344],[-77.52608,39.13532],[-77.52417,39.12883],[-77.5226,39.12525],[-77.52048,39.1218],[-77.5182,39.12019],[-77.51427,39.11871],[-77.50672,39.11764],[-77.48702,39.11223],[-77.48001,39.10757],[-77.47481,39.10147],[-77.47159,39.09476],[-77.46772,39.08884],[-77.46879,39.08658],[-77.46881,39.08574],[-77.46831,39.08497],[-77.46531,39.08156],[-77.46389,39.07957],[-77.46318,39.07854],[-77.46228,39.07631],[-77.46089,39.07513],[-77.45726,39.07359],[-77.45264,39.07255],[-77.44928,39.0724],[-77.44404,39.07149],[-77.44179,39.07144],[-77.43791,39.07096],[-77.43355,39.07014],[-77.42883,39.06885],[-77.42237,39.06758],[-77.41278,39.06656],[-77.40448,39.0655],[-77.3978,39.06546],[-77.3872,39.06383],[-77.33345,39.06458],[-77.33364,39.05958],[-77.32842,39.05798],[-77.32336,39.05607],[-77.32009,39.05545],[-77.31727,39.05403],[-77.31516,39.05251],[-77.31255,39.052],[-77.3058,39.05272],[-77.29118,39.04613],[-77.2739,39.03452],[-77.25103,39.02913],[-77.24582,39.02585],[-77.24286,39.02095],[-77.24519,39.0148],[-77.25346,39.00658],[-77.2535,38.99696],[-77.25236,38.99568],[-77.24987,38.99466],[-77.24822,38.99179],[-77.24536,38.98438],[-77.24438,38.98278],[-77.2391,38.98081],[-77.23511,38.97699],[-77.23191,38.98023],[-77.2293,38.98032],[-77.22419,38.97373],[-77.2193,38.9719],[-77.21133,38.97022],[-77.20535,38.9706],[-77.20028,38.96889],[-77.17394,38.96885],[-77.17025,38.96721],[-77.16608,38.96833],[-77.1595,38.96627],[-77.14899,38.96611],[-77.14273,38.96329],[-77.13647,38.95784],[-77.12904,38.94743],[-77.12718,38.94109],[-77.11953,38.93452],[-77.04097,38.99592],[-76.90966,38.89285],[-77.03944,38.79151],[-77.04128,38.70775],[-77.10995,38.68671],[-77.12488,38.67077],[-77.12042,38.63444],[-77.24024,38.58414],[-77.29912,38.46972],[-77.28762,38.39576],[-77.26152,38.35929],[-77.2229,38.34731],[-77.02635,38.42213],[-76.94,38.27053],[-76.74465,38.20527],[-76.68182,38.2309]]],"terms_url":"https://imap.maryland.gov/Pages/imagery-products.aspx","terms_text":"DoIT, MD iMap, MDP","best":true,"description":"The most recent 6-inch resolution orthoimagery for the State of Maryland","icon":"https://www.maryland.gov/_layouts/15/MDGov_Master/images/logos/mdgov-logo-black.png"},{"id":"geodata.md.gov-MD_ThreeInchImagery","name":"MD Three Inch Aerial Imagery","type":"wms","template":"https://geodata.md.gov/imap/rest/services/Imagery/MD_ThreeInchImagery/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-76.03878,38.8262],[-76.0508,38.8264],[-76.05062,38.8371],[-76.08856,38.8371],[-76.08873,38.79376],[-76.10856,38.79363],[-76.10873,38.78236],[-76.11822,38.78256],[-76.1189,38.7574],[-76.09805,38.75766],[-76.09856,38.72386],[-76.05333,38.72382],[-76.0529,38.73537],[-76.03166,38.73484],[-76.03148,38.77754],[-76.01951,38.77744],[-76.01947,38.79383],[-76.03869,38.79403],[-76.03878,38.8262]],[[-76.47343,38.99164],[-76.48381,38.9917],[-76.48364,39.00264],[-76.51558,39.00292],[-76.51555,38.99744],[-76.52615,38.99749],[-76.52617,38.99199],[-76.53668,38.992],[-76.53679,38.9865],[-76.54735,38.98658],[-76.54748,38.95909],[-76.53696,38.95906],[-76.53703,38.95355],[-76.52647,38.95352],[-76.52653,38.948],[-76.51598,38.94796],[-76.51602,38.937],[-76.4948,38.93691],[-76.49506,38.94239],[-76.4736,38.94212],[-76.47368,38.94759],[-76.46313,38.94753],[-76.46278,38.98063],[-76.47351,38.9807],[-76.47343,38.99164]],[[-77.20219,39.1685],[-77.21279,39.16848],[-77.21277,39.17399],[-77.22339,39.17397],[-77.22342,39.16843],[-77.23397,39.16838],[-77.23391,39.15739],[-77.24453,39.1574],[-77.24449,39.14644],[-77.255,39.14642],[-77.25496,39.12445],[-77.25981,39.12443],[-77.25981,39.11336],[-77.24436,39.11341],[-77.24429,39.10246],[-77.23374,39.10247],[-77.23376,39.09701],[-77.21256,39.09703],[-77.21256,39.10256],[-77.20198,39.10256],[-77.20194,39.06963],[-77.19144,39.06965],[-77.19136,39.0641],[-77.18078,39.06415],[-77.18071,39.05315],[-77.14904,39.05318],[-77.14898,39.04775],[-77.12784,39.04775],[-77.12791,39.05322],[-77.10679,39.05327],[-77.10686,39.09172],[-77.11743,39.09172],[-77.11744,39.10819],[-77.13863,39.10816],[-77.13861,39.10268],[-77.14915,39.10268],[-77.14917,39.11368],[-77.15973,39.11363],[-77.15975,39.12465],[-77.17037,39.1246],[-77.17039,39.1465],[-77.15984,39.14655],[-77.15986,39.15208],[-77.17037,39.15204],[-77.17041,39.16306],[-77.20215,39.16299],[-77.20219,39.1685]],[[-76.14918,39.62678],[-76.08528,39.62631],[-76.084,39.72513],[-76.02002,39.72462],[-76.02093,39.65874],[-75.78654,39.6566],[-75.789,39.51383],[-75.83152,39.51425],[-75.83044,39.58013],[-75.95814,39.58133],[-76.00651,39.54165],[-76.07938,39.54218],[-76.11457,39.59531],[-76.14918,39.62678]],[[-76.95004,39.60737],[-76.98225,39.6074],[-76.98232,39.62437],[-77.01193,39.62432],[-77.01182,39.60666],[-77.02251,39.60666],[-77.02249,39.59698],[-77.04854,39.59694],[-77.0486,39.59378],[-77.05444,39.59378],[-77.05437,39.54196],[-77.02246,39.542],[-77.02248,39.53651],[-77.01183,39.53652],[-77.0118,39.53102],[-77.0012,39.53104],[-77.00116,39.52002],[-76.97985,39.52],[-76.97985,39.53099],[-76.96923,39.53096],[-76.96923,39.53638],[-76.95858,39.53645],[-76.95854,39.5474],[-76.95009,39.5474],[-76.95004,39.60737]]],"terms_url":"http://imap.maryland.gov/Pages/imagery-products.aspx","terms_text":"DoIT, MD iMap, MDP","description":"3-inch Resolution Imagery of year 2017 (Westminster), year 2020 (Gaithersburg, Rockville, Annapolis), and year 2022 (Cecil and Easton)","icon":"https://www.maryland.gov/_layouts/15/MDGov_Master/images/logos/mdgov-logo-black.png"},{"id":"Mecklenburg_NC_2021","name":"Mecklenburg County Orthoimagery (2021)","type":"wms","template":"https://maps.mecklenburgcountync.gov/agsadaptor/rest/services/aerial2021/MapServer/export?f=image&format=jpg&layers=&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-03-04T00:00:00.000Z","startDate":"2021-01-30T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-80.93764,35.5219],[-80.93729,35.50739],[-80.95503,35.50709],[-80.95361,35.44911],[-80.97136,35.4488],[-80.96995,35.39079],[-80.98767,35.3905],[-80.98624,35.33248],[-81.00395,35.33219],[-81.00323,35.30318],[-81.02092,35.30288],[-81.01733,35.15784],[-81.05265,35.15724],[-81.0512,35.09923],[-81.06884,35.09892],[-81.06737,35.04091],[-81.01446,35.0418],[-81.01482,35.0563],[-80.97954,35.05689],[-80.97989,35.07139],[-80.96225,35.07168],[-80.9626,35.08619],[-80.92731,35.08675],[-80.92697,35.07225],[-80.90932,35.07253],[-80.90897,35.05803],[-80.89134,35.0583],[-80.89066,35.02929],[-80.87303,35.02957],[-80.8727,35.01506],[-80.85507,35.01533],[-80.85474,35.00083],[-80.81948,35.00136],[-80.8198,35.01587],[-80.78454,35.0164],[-80.78486,35.0309],[-80.74959,35.03142],[-80.74989,35.04593],[-80.73226,35.04618],[-80.73257,35.06068],[-80.71492,35.06094],[-80.71523,35.07544],[-80.69758,35.07569],[-80.69789,35.0902],[-80.66259,35.09069],[-80.66288,35.1052],[-80.64523,35.10544],[-80.64553,35.11994],[-80.62787,35.12018],[-80.62816,35.13469],[-80.6105,35.13493],[-80.61079,35.14943],[-80.59313,35.14966],[-80.59341,35.16417],[-80.57575,35.1644],[-80.57602,35.17891],[-80.55836,35.17914],[-80.55864,35.19365],[-80.54096,35.19387],[-80.54151,35.22288],[-80.57687,35.22242],[-80.57714,35.23695],[-80.59483,35.2367],[-80.59511,35.25121],[-80.63048,35.25074],[-80.63077,35.26524],[-80.64846,35.265],[-80.64875,35.27951],[-80.66644,35.27927],[-80.66733,35.32278],[-80.68503,35.32254],[-80.68594,35.36606],[-80.72134,35.36556],[-80.72166,35.38006],[-80.73936,35.37981],[-80.74061,35.43783],[-80.75833,35.43757],[-80.75928,35.48108],[-80.77701,35.48082],[-80.77764,35.50984],[-80.81313,35.50931],[-80.81345,35.52381],[-80.93764,35.5219]]],"terms_url":"https://www.mecknc.gov/LUESA/GIS/Pages/GIS-Data-Center.aspx","terms_text":"Mecklenburg County GIS","description":"Winter 2021 orthoimagery for Mecklenburg County in the State of North Carolina","icon":"https://blog.mecknc.gov/wp-content/uploads/2017/11/Blue_Wide_Logo-768x766.jpg"},{"id":"Mecklenburg_NC_2022","name":"Mecklenburg County Orthoimagery (2022)","type":"wms","template":"https://maps.mecklenburgcountync.gov/agsadaptor/rest/services/aerial2022/MapServer/export?f=image&format=jpg&layers=&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-02-28T00:00:00.000Z","startDate":"2022-01-04T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-80.93764,35.5219],[-80.93729,35.50739],[-80.95503,35.50709],[-80.95361,35.44911],[-80.97136,35.4488],[-80.96995,35.39079],[-80.98767,35.3905],[-80.98624,35.33248],[-81.00395,35.33219],[-81.00323,35.30318],[-81.02092,35.30288],[-81.01733,35.15784],[-81.05265,35.15724],[-81.0512,35.09923],[-81.06884,35.09892],[-81.06737,35.04091],[-81.01446,35.0418],[-81.01482,35.0563],[-80.97954,35.05689],[-80.97989,35.07139],[-80.96225,35.07168],[-80.9626,35.08619],[-80.92731,35.08675],[-80.92697,35.07225],[-80.90932,35.07253],[-80.90897,35.05803],[-80.89134,35.0583],[-80.89066,35.02929],[-80.87303,35.02957],[-80.8727,35.01506],[-80.85507,35.01533],[-80.85474,35.00083],[-80.81948,35.00136],[-80.8198,35.01587],[-80.78454,35.0164],[-80.78486,35.0309],[-80.74959,35.03142],[-80.74989,35.04593],[-80.73226,35.04618],[-80.73257,35.06068],[-80.71492,35.06094],[-80.71523,35.07544],[-80.69758,35.07569],[-80.69789,35.0902],[-80.66259,35.09069],[-80.66288,35.1052],[-80.64523,35.10544],[-80.64553,35.11994],[-80.62787,35.12018],[-80.62816,35.13469],[-80.6105,35.13493],[-80.61079,35.14943],[-80.59313,35.14966],[-80.59341,35.16417],[-80.57575,35.1644],[-80.57602,35.17891],[-80.55836,35.17914],[-80.55864,35.19365],[-80.54096,35.19387],[-80.54151,35.22288],[-80.57687,35.22242],[-80.57714,35.23695],[-80.59483,35.2367],[-80.59511,35.25121],[-80.63048,35.25074],[-80.63077,35.26524],[-80.64846,35.265],[-80.64875,35.27951],[-80.66644,35.27927],[-80.66733,35.32278],[-80.68503,35.32254],[-80.68594,35.36606],[-80.72134,35.36556],[-80.72166,35.38006],[-80.73936,35.37981],[-80.74061,35.43783],[-80.75833,35.43757],[-80.75928,35.48108],[-80.77701,35.48082],[-80.77764,35.50984],[-80.81313,35.50931],[-80.81345,35.52381],[-80.93764,35.5219]]],"terms_url":"https://www.mecknc.gov/LUESA/GIS/Pages/GIS-Data-Center.aspx","terms_text":"Mecklenburg County GIS","description":"Winter 2022 orthoimagery for Mecklenburg County in the State of North Carolina","icon":"https://blog.mecknc.gov/wp-content/uploads/2017/11/Blue_Wide_Logo-768x766.jpg"},{"id":"Mecklenburg_NC_2023","name":"Mecklenburg County Orthoimagery (2023)","type":"wms","template":"https://polaris2.mecklenburgcountync.gov/server/rest/services/aerial2023/MapServer/export?f=image&format=jpg&layers=&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-20T00:00:00.000Z","startDate":"2023-01-09T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-80.93764,35.5219],[-80.93729,35.50739],[-80.95503,35.50709],[-80.95361,35.44911],[-80.97136,35.4488],[-80.96995,35.39079],[-80.98767,35.3905],[-80.98624,35.33248],[-81.00395,35.33219],[-81.00323,35.30318],[-81.02092,35.30288],[-81.01733,35.15784],[-81.05265,35.15724],[-81.0512,35.09923],[-81.06884,35.09892],[-81.06737,35.04091],[-81.01446,35.0418],[-81.01482,35.0563],[-80.97954,35.05689],[-80.97989,35.07139],[-80.96225,35.07168],[-80.9626,35.08619],[-80.92731,35.08675],[-80.92697,35.07225],[-80.90932,35.07253],[-80.90897,35.05803],[-80.89134,35.0583],[-80.89066,35.02929],[-80.87303,35.02957],[-80.8727,35.01506],[-80.85507,35.01533],[-80.85474,35.00083],[-80.81948,35.00136],[-80.8198,35.01587],[-80.78454,35.0164],[-80.78486,35.0309],[-80.74959,35.03142],[-80.74989,35.04593],[-80.73226,35.04618],[-80.73257,35.06068],[-80.71492,35.06094],[-80.71523,35.07544],[-80.69758,35.07569],[-80.69789,35.0902],[-80.66259,35.09069],[-80.66288,35.1052],[-80.64523,35.10544],[-80.64553,35.11994],[-80.62787,35.12018],[-80.62816,35.13469],[-80.6105,35.13493],[-80.61079,35.14943],[-80.59313,35.14966],[-80.59341,35.16417],[-80.57575,35.1644],[-80.57602,35.17891],[-80.55836,35.17914],[-80.55864,35.19365],[-80.54096,35.19387],[-80.54151,35.22288],[-80.57687,35.22242],[-80.57714,35.23695],[-80.59483,35.2367],[-80.59511,35.25121],[-80.63048,35.25074],[-80.63077,35.26524],[-80.64846,35.265],[-80.64875,35.27951],[-80.66644,35.27927],[-80.66733,35.32278],[-80.68503,35.32254],[-80.68594,35.36606],[-80.72134,35.36556],[-80.72166,35.38006],[-80.73936,35.37981],[-80.74061,35.43783],[-80.75833,35.43757],[-80.75928,35.48108],[-80.77701,35.48082],[-80.77764,35.50984],[-80.81313,35.50931],[-80.81345,35.52381],[-80.93764,35.5219]]],"terms_url":"https://www.mecknc.gov/LUESA/GIS/Pages/GIS-Data-Center.aspx","terms_text":"Mecklenburg County GIS","description":"Winter 2023 orthoimagery for Mecklenburg County in the State of North Carolina","icon":"https://blog.mecknc.gov/wp-content/uploads/2017/11/Blue_Wide_Logo-768x766.jpg"},{"id":"Mecklenburg_NC_2024","name":"Mecklenburg County Orthoimagery (2024)","type":"wms","template":"https://polaris2.mecklenburgcountync.gov/server/rest/services/Aerial2024/MapServer/export?f=image&format=jpg&layers=&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-02T00:00:00.000Z","startDate":"2023-12-31T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-80.93764,35.5219],[-80.93729,35.50739],[-80.95503,35.50709],[-80.95361,35.44911],[-80.97136,35.4488],[-80.96995,35.39079],[-80.98767,35.3905],[-80.98624,35.33248],[-81.00395,35.33219],[-81.00323,35.30318],[-81.02092,35.30288],[-81.01733,35.15784],[-81.05265,35.15724],[-81.0512,35.09923],[-81.06884,35.09892],[-81.06737,35.04091],[-81.01446,35.0418],[-81.01482,35.0563],[-80.97954,35.05689],[-80.97989,35.07139],[-80.96225,35.07168],[-80.9626,35.08619],[-80.92731,35.08675],[-80.92697,35.07225],[-80.90932,35.07253],[-80.90897,35.05803],[-80.89134,35.0583],[-80.89066,35.02929],[-80.87303,35.02957],[-80.8727,35.01506],[-80.85507,35.01533],[-80.85474,35.00083],[-80.81948,35.00136],[-80.8198,35.01587],[-80.78454,35.0164],[-80.78486,35.0309],[-80.74959,35.03142],[-80.74989,35.04593],[-80.73226,35.04618],[-80.73257,35.06068],[-80.71492,35.06094],[-80.71523,35.07544],[-80.69758,35.07569],[-80.69789,35.0902],[-80.66259,35.09069],[-80.66288,35.1052],[-80.64523,35.10544],[-80.64553,35.11994],[-80.62787,35.12018],[-80.62816,35.13469],[-80.6105,35.13493],[-80.61079,35.14943],[-80.59313,35.14966],[-80.59341,35.16417],[-80.57575,35.1644],[-80.57602,35.17891],[-80.55836,35.17914],[-80.55864,35.19365],[-80.54096,35.19387],[-80.54151,35.22288],[-80.57687,35.22242],[-80.57714,35.23695],[-80.59483,35.2367],[-80.59511,35.25121],[-80.63048,35.25074],[-80.63077,35.26524],[-80.64846,35.265],[-80.64875,35.27951],[-80.66644,35.27927],[-80.66733,35.32278],[-80.68503,35.32254],[-80.68594,35.36606],[-80.72134,35.36556],[-80.72166,35.38006],[-80.73936,35.37981],[-80.74061,35.43783],[-80.75833,35.43757],[-80.75928,35.48108],[-80.77701,35.48082],[-80.77764,35.50984],[-80.81313,35.50931],[-80.81345,35.52381],[-80.93764,35.5219]]],"terms_url":"https://www.mecknc.gov/LUESA/GIS/Pages/GIS-Data-Center.aspx","terms_text":"Mecklenburg County GIS","description":"Winter 2024 orthoimagery for Mecklenburg County in the State of North Carolina","icon":"https://blog.mecknc.gov/wp-content/uploads/2017/11/Blue_Wide_Logo-768x766.jpg"},{"id":"Mercer_OH_2021","name":"Mercer County Orthoimagery (2021)","type":"tms","template":"https://gis.mercercountyohio.org/arcgis/rest/services/aerials/2021Aerials/ImageServer/WMTS/tile/1.0.0/aerials_2021Aerials/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-84.80424,40.73458],[-84.80284,40.69342],[-84.81186,40.69324],[-84.804,40.46686],[-84.81308,40.46674],[-84.80896,40.34988],[-84.71927,40.35184],[-84.71892,40.34491],[-84.42307,40.35047],[-84.42324,40.35727],[-84.44126,40.35714],[-84.44143,40.36381],[-84.45019,40.36355],[-84.45482,40.50767],[-84.44538,40.50806],[-84.45259,40.73477],[-84.7681,40.72801],[-84.76828,40.73549],[-84.80424,40.73458]]],"terms_url":"https://www.mercercountyohio.org/","terms_text":"Mercer County, State of Ohio","description":"Spring 2021 orthoimagery for Mercer County in the State of Ohio","icon":"https://www.mercercountyohio.org/wp-content/uploads/2018/09/Mercer-County-Govt-Logo.png"},{"id":"MCGIS-County-Valleywide-Imagery-2022","name":"Mesa County GIS Valleywide 2022","type":"wms","template":"https://mcgis.mesacounty.us/imagery/rest/services/Mosaic_Datasets/Airphoto_2022/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[5,20],"polygon":[[[-108.93915,39.23931],[-108.93946,39.22429],[-108.90208,39.22384],[-108.90237,39.20965],[-108.86906,39.20925],[-108.86938,39.19325],[-108.85033,39.19302],[-108.85061,39.17868],[-108.83196,39.17845],[-108.83224,39.16432],[-108.79393,39.16386],[-108.79422,39.14972],[-108.75686,39.14927],[-108.75744,39.12056],[-108.73853,39.12033],[-108.7388,39.10648],[-108.71529,39.10619],[-108.71557,39.09225],[-108.69671,39.09203],[-108.69699,39.07816],[-108.67837,39.07793],[-108.67867,39.06313],[-108.65778,39.06287],[-108.65864,39.01991],[-108.54548,39.01855],[-108.5455,39.01735],[-108.54336,39.01733],[-108.54342,39.01401],[-108.53397,39.0139],[-108.53414,39.00536],[-108.51821,39.00517],[-108.51825,39.00291],[-108.51519,39.00287],[-108.51515,39.0053],[-108.47848,39.00485],[-108.47877,38.99047],[-108.46006,38.99024],[-108.46034,38.97618],[-108.44133,38.97595],[-108.44162,38.9615],[-108.42252,38.96127],[-108.42193,38.99077],[-108.44137,38.99101],[-108.44051,39.03399],[-108.42245,39.03377],[-108.42216,39.04843],[-108.38599,39.04799],[-108.38569,39.06291],[-108.36666,39.06268],[-108.36637,39.07738],[-108.34764,39.07715],[-108.34736,39.09142],[-108.32943,39.09121],[-108.32914,39.10581],[-108.32328,39.10574],[-108.32335,39.10218],[-108.3038,39.10194],[-108.30312,39.13591],[-108.28699,39.13571],[-108.2864,39.16505],[-108.26957,39.16484],[-108.26868,39.20916],[-108.28807,39.20939],[-108.28866,39.17979],[-108.3066,39.18],[-108.30718,39.15087],[-108.32416,39.15107],[-108.32446,39.13619],[-108.39798,39.13708],[-108.3984,39.11602],[-108.42201,39.1163],[-108.42192,39.12086],[-108.44104,39.12109],[-108.44076,39.13522],[-108.51489,39.13611],[-108.51461,39.14971],[-108.53361,39.14993],[-108.53332,39.16422],[-108.58943,39.1649],[-108.58915,39.17884],[-108.60791,39.17906],[-108.60764,39.19277],[-108.70123,39.1939],[-108.70096,39.20745],[-108.79432,39.20857],[-108.79405,39.22234],[-108.81274,39.22256],[-108.81245,39.23666],[-108.86843,39.23734],[-108.86841,39.23846],[-108.93915,39.23931]]],"terms_url":"https://gis.mesacounty.us/","terms_text":"Mesa County GIS","icon":"https://gis.mesacounty.us/globalassets/images/county-logos/mesa-county-logo.png"},{"id":"MCGIS-County-Valleywide-Imagery-2024","name":"Mesa County GIS Valleywide 2024","type":"wms","template":"https://mcgis.mesacounty.us/imagery/rest/services/Mosaic_Datasets/City_County_2024/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[5,20],"polygon":[[[-108.96012,38.67581],[-108.95995,38.68189],[-108.9522,38.68175],[-108.94444,38.68162],[-108.94427,38.68769],[-108.94409,38.69377],[-108.94392,38.69985],[-108.93616,38.69972],[-108.9284,38.69958],[-108.92823,38.70566],[-108.92047,38.70552],[-108.92029,38.7116],[-108.91253,38.71146],[-108.91236,38.71754],[-108.9046,38.7174],[-108.90442,38.72348],[-108.89666,38.72334],[-108.89648,38.72942],[-108.90424,38.72956],[-108.912,38.7297],[-108.91976,38.72984],[-108.92753,38.72997],[-108.9277,38.72389],[-108.93546,38.72403],[-108.93564,38.71795],[-108.9434,38.71809],[-108.94357,38.71201],[-108.95133,38.71215],[-108.9515,38.70607],[-108.95926,38.7062],[-108.95943,38.70012],[-108.96719,38.70026],[-108.97495,38.70039],[-108.9827,38.70053],[-108.99046,38.70066],[-108.99822,38.70079],[-109.00598,38.70093],[-109.00615,38.69485],[-109.00632,38.68877],[-109.00649,38.68269],[-109.00665,38.67661],[-108.9989,38.67648],[-108.99114,38.67634],[-108.99131,38.67026],[-108.98356,38.67013],[-108.98373,38.66405],[-108.97598,38.66392],[-108.96822,38.66378],[-108.96047,38.66365],[-108.9603,38.66973],[-108.96012,38.67581]],[[-108.73943,39.03057],[-108.73924,39.03665],[-108.73904,39.04273],[-108.73885,39.04881],[-108.73866,39.05489],[-108.74645,39.05504],[-108.75425,39.05519],[-108.76204,39.05534],[-108.76984,39.05549],[-108.77763,39.05563],[-108.77782,39.04956],[-108.78562,39.04971],[-108.79341,39.04985],[-108.7936,39.04378],[-108.79379,39.0377],[-108.79398,39.03162],[-108.79417,39.02554],[-108.80196,39.02569],[-108.80975,39.02584],[-108.81755,39.02598],[-108.82534,39.02613],[-108.83313,39.02627],[-108.83332,39.02019],[-108.84111,39.02034],[-108.84129,39.01426],[-108.84148,39.00818],[-108.84927,39.00832],[-108.85706,39.00847],[-108.86485,39.00861],[-108.87264,39.00875],[-108.88043,39.0089],[-108.88822,39.00904],[-108.8884,39.00296],[-108.88858,38.99688],[-108.89637,38.99702],[-108.90416,38.99716],[-108.91195,38.9973],[-108.91213,38.99122],[-108.91992,38.99136],[-108.9201,38.98528],[-108.92028,38.9792],[-108.92045,38.97313],[-108.92063,38.96705],[-108.92842,38.96719],[-108.9362,38.96732],[-108.93638,38.96124],[-108.93656,38.95517],[-108.93673,38.94909],[-108.92895,38.94895],[-108.92117,38.94881],[-108.91338,38.94867],[-108.9056,38.94853],[-108.89781,38.94839],[-108.89003,38.94825],[-108.89021,38.94217],[-108.89039,38.93609],[-108.89057,38.93002],[-108.88279,38.92988],[-108.875,38.92973],[-108.86722,38.92959],[-108.85944,38.92945],[-108.85166,38.92931],[-108.84387,38.92916],[-108.84369,38.93524],[-108.84351,38.94132],[-108.84332,38.9474],[-108.84314,38.95348],[-108.84295,38.95955],[-108.84277,38.96563],[-108.85056,38.96578],[-108.85834,38.96592],[-108.86613,38.96606],[-108.87391,38.96621],[-108.87373,38.97228],[-108.87355,38.97836],[-108.87337,38.98444],[-108.87319,38.99052],[-108.8654,38.99038],[-108.85761,38.99023],[-108.84982,38.99009],[-108.84964,38.99617],[-108.84185,38.99602],[-108.83406,38.99588],[-108.82627,38.99574],[-108.82645,38.98966],[-108.81867,38.98951],[-108.81088,38.98937],[-108.80309,38.98922],[-108.7953,38.98907],[-108.78751,38.98892],[-108.77972,38.98878],[-108.77194,38.98863],[-108.77213,38.98255],[-108.77232,38.97647],[-108.77251,38.97039],[-108.7727,38.96432],[-108.77289,38.95824],[-108.77308,38.95216],[-108.7653,38.95201],[-108.75751,38.95186],[-108.74973,38.95171],[-108.74194,38.95156],[-108.74214,38.94548],[-108.73435,38.94533],[-108.72657,38.94518],[-108.71879,38.94503],[-108.711,38.94488],[-108.70322,38.94472],[-108.69544,38.94457],[-108.68766,38.94442],[-108.67987,38.94426],[-108.67209,38.94411],[-108.66431,38.94395],[-108.65653,38.94379],[-108.65633,38.94987],[-108.64854,38.94972],[-108.64834,38.95579],[-108.64056,38.95564],[-108.64036,38.96171],[-108.64015,38.96779],[-108.63995,38.97387],[-108.63975,38.97995],[-108.63955,38.98602],[-108.63935,38.9921],[-108.63914,38.99818],[-108.64693,38.99834],[-108.65472,38.99849],[-108.66251,38.99865],[-108.6703,38.99881],[-108.67809,38.99896],[-108.68588,38.99912],[-108.69366,38.99927],[-108.70145,38.99942],[-108.70126,39.0055],[-108.70106,39.01158],[-108.70885,39.01173],[-108.71664,39.01189],[-108.72443,39.01204],[-108.72424,39.01812],[-108.72404,39.02419],[-108.73183,39.02435],[-108.73963,39.0245],[-108.73943,39.03057]],[[-108.19226,39.26192],[-108.19201,39.268],[-108.19177,39.27407],[-108.19153,39.28015],[-108.19129,39.28622],[-108.19104,39.2923],[-108.1908,39.29837],[-108.19056,39.30445],[-108.19031,39.31052],[-108.19007,39.3166],[-108.18225,39.31641],[-108.17443,39.31622],[-108.17419,39.32229],[-108.17394,39.32837],[-108.1737,39.33444],[-108.16587,39.33425],[-108.15805,39.33406],[-108.1578,39.34014],[-108.15756,39.34621],[-108.14973,39.34602],[-108.14191,39.34583],[-108.13409,39.34563],[-108.12626,39.34544],[-108.11844,39.34525],[-108.11062,39.34505],[-108.10279,39.34486],[-108.10254,39.35093],[-108.10229,39.35701],[-108.10204,39.36308],[-108.10179,39.36916],[-108.10961,39.36935],[-108.11744,39.36955],[-108.12527,39.36974],[-108.13309,39.36993],[-108.14092,39.37013],[-108.14874,39.37032],[-108.15657,39.37051],[-108.1644,39.3707],[-108.17223,39.37089],[-108.18005,39.37108],[-108.18788,39.37127],[-108.19571,39.37146],[-108.20353,39.37165],[-108.21136,39.37184],[-108.21919,39.37202],[-108.22701,39.37221],[-108.22726,39.36614],[-108.23508,39.36632],[-108.24291,39.36651],[-108.25073,39.36669],[-108.25097,39.36062],[-108.25121,39.35454],[-108.25145,39.34847],[-108.25169,39.34239],[-108.25193,39.33632],[-108.25216,39.33024],[-108.25999,39.33043],[-108.26022,39.32435],[-108.26046,39.31828],[-108.2607,39.3122],[-108.26093,39.30612],[-108.26117,39.30005],[-108.26141,39.29397],[-108.26165,39.2879],[-108.26188,39.28182],[-108.26212,39.27575],[-108.26236,39.26967],[-108.26259,39.2636],[-108.26283,39.25752],[-108.26306,39.25145],[-108.27088,39.25163],[-108.27111,39.24555],[-108.27893,39.24574],[-108.27916,39.23966],[-108.2794,39.23359],[-108.27963,39.22751],[-108.27987,39.22143],[-108.2801,39.21536],[-108.28034,39.20928],[-108.28815,39.20947],[-108.29596,39.20965],[-108.29619,39.20357],[-108.29642,39.1975],[-108.29666,39.19142],[-108.29689,39.18534],[-108.29712,39.17927],[-108.30493,39.17945],[-108.30516,39.17337],[-108.30539,39.1673],[-108.3132,39.16748],[-108.321,39.16766],[-108.32123,39.16158],[-108.32146,39.15551],[-108.32169,39.14943],[-108.32192,39.14335],[-108.32215,39.13728],[-108.32238,39.1312],[-108.33018,39.13138],[-108.33799,39.13156],[-108.34579,39.13174],[-108.35359,39.13192],[-108.36139,39.13209],[-108.36919,39.13227],[-108.37699,39.13245],[-108.38479,39.13262],[-108.3926,39.1328],[-108.4004,39.13297],[-108.4082,39.13314],[-108.416,39.13332],[-108.4238,39.13349],[-108.43161,39.13366],[-108.43941,39.13383],[-108.44721,39.13401],[-108.45501,39.13418],[-108.46281,39.13435],[-108.47062,39.13452],[-108.47842,39.13469],[-108.48622,39.13485],[-108.49402,39.13502],[-108.50183,39.13519],[-108.50963,39.13536],[-108.51743,39.13552],[-108.51722,39.1416],[-108.517,39.14768],[-108.52481,39.14784],[-108.53261,39.14801],[-108.54042,39.14817],[-108.54021,39.15425],[-108.54,39.16033],[-108.5478,39.16049],[-108.55561,39.16066],[-108.56341,39.16082],[-108.57122,39.16098],[-108.57902,39.16115],[-108.58683,39.16131],[-108.59463,39.16147],[-108.59443,39.16755],[-108.59422,39.17362],[-108.59401,39.1797],[-108.60182,39.17986],[-108.60963,39.18002],[-108.60942,39.1861],[-108.60922,39.19218],[-108.61703,39.19234],[-108.62484,39.1925],[-108.63265,39.19265],[-108.63244,39.19873],[-108.63224,39.20481],[-108.64005,39.20497],[-108.64786,39.20513],[-108.65567,39.20528],[-108.65547,39.21136],[-108.65527,39.21744],[-108.66308,39.2176],[-108.67089,39.21775],[-108.67871,39.21791],[-108.67851,39.22399],[-108.68632,39.22414],[-108.68612,39.23022],[-108.68592,39.2363],[-108.68572,39.24237],[-108.69354,39.24253],[-108.70135,39.24268],[-108.70917,39.24284],[-108.70897,39.24891],[-108.70877,39.25499],[-108.71659,39.25515],[-108.72441,39.2553],[-108.73222,39.25545],[-108.74004,39.2556],[-108.74786,39.25576],[-108.75568,39.25591],[-108.75548,39.26198],[-108.7633,39.26213],[-108.77112,39.26228],[-108.77894,39.26243],[-108.78676,39.26258],[-108.79457,39.26273],[-108.80239,39.26288],[-108.8022,39.26896],[-108.81002,39.2691],[-108.81784,39.26925],[-108.82566,39.2694],[-108.82547,39.27548],[-108.82528,39.28155],[-108.82509,39.28763],[-108.83292,39.28778],[-108.84074,39.28792],[-108.84856,39.28807],[-108.85638,39.28821],[-108.8562,39.29429],[-108.85601,39.30037],[-108.86383,39.30051],[-108.87166,39.30065],[-108.87948,39.3008],[-108.8873,39.30094],[-108.88748,39.29486],[-108.89531,39.295],[-108.90313,39.29514],[-108.91095,39.29529],[-108.91878,39.29543],[-108.9266,39.29556],[-108.93442,39.2957],[-108.94224,39.29584],[-108.95007,39.29598],[-108.95789,39.29612],[-108.95807,39.29004],[-108.95824,39.28396],[-108.95842,39.27788],[-108.95859,39.2718],[-108.95877,39.26573],[-108.95095,39.26559],[-108.94313,39.26545],[-108.94331,39.25937],[-108.94349,39.25329],[-108.94367,39.24722],[-108.94384,39.24114],[-108.94402,39.23506],[-108.9442,39.22898],[-108.94438,39.2229],[-108.93656,39.22276],[-108.92875,39.22262],[-108.92093,39.22249],[-108.92111,39.21641],[-108.92129,39.21033],[-108.92147,39.20425],[-108.92165,39.19817],[-108.92183,39.19209],[-108.92201,39.18601],[-108.92219,39.17994],[-108.91438,39.1798],[-108.90657,39.17966],[-108.89876,39.17952],[-108.89095,39.17937],[-108.88314,39.17923],[-108.87533,39.17909],[-108.87551,39.17301],[-108.87569,39.16693],[-108.86789,39.16679],[-108.86807,39.16071],[-108.86026,39.16057],[-108.85245,39.16043],[-108.84465,39.16028],[-108.83684,39.16014],[-108.83703,39.15406],[-108.82922,39.15391],[-108.82141,39.15377],[-108.8216,39.14769],[-108.81379,39.14754],[-108.80599,39.1474],[-108.79818,39.14725],[-108.79038,39.1471],[-108.78257,39.14695],[-108.77477,39.1468],[-108.76696,39.14666],[-108.75916,39.14651],[-108.75935,39.14043],[-108.75954,39.13435],[-108.75973,39.12827],[-108.75993,39.12219],[-108.75212,39.12204],[-108.74432,39.12189],[-108.73652,39.12174],[-108.73671,39.11566],[-108.73691,39.10959],[-108.72911,39.10944],[-108.7213,39.10928],[-108.7135,39.10913],[-108.7137,39.10305],[-108.7139,39.09697],[-108.7061,39.09682],[-108.6983,39.09667],[-108.6985,39.09059],[-108.6907,39.09043],[-108.6909,39.08436],[-108.69109,39.07828],[-108.6833,39.07813],[-108.6835,39.07205],[-108.6757,39.07189],[-108.6759,39.06582],[-108.6681,39.06566],[-108.6603,39.0655],[-108.66051,39.05943],[-108.66071,39.05335],[-108.66091,39.04727],[-108.65311,39.04711],[-108.65331,39.04104],[-108.65352,39.03496],[-108.65372,39.02888],[-108.65392,39.0228],[-108.64613,39.02265],[-108.63834,39.02249],[-108.63055,39.02233],[-108.62275,39.02217],[-108.61496,39.02201],[-108.60717,39.02185],[-108.59938,39.02169],[-108.59159,39.02153],[-108.5838,39.02137],[-108.57601,39.02121],[-108.56822,39.02105],[-108.56043,39.02089],[-108.55264,39.02072],[-108.54485,39.02056],[-108.54506,39.01448],[-108.54527,39.0084],[-108.54548,39.00233],[-108.53769,39.00216],[-108.5299,39.002],[-108.52211,39.00183],[-108.51433,39.00167],[-108.50654,39.0015],[-108.49875,39.00133],[-108.49096,39.00117],[-108.48318,39.001],[-108.47539,39.00083],[-108.4756,38.99475],[-108.47582,38.98868],[-108.47603,38.9826],[-108.47625,38.97652],[-108.46847,38.97635],[-108.46068,38.97619],[-108.4609,38.97011],[-108.46111,38.96403],[-108.46133,38.95796],[-108.45355,38.95779],[-108.44577,38.95762],[-108.43798,38.95744],[-108.4382,38.95137],[-108.43842,38.94529],[-108.43864,38.93921],[-108.43086,38.93904],[-108.43108,38.93297],[-108.4233,38.9328],[-108.42352,38.92672],[-108.41574,38.92655],[-108.41596,38.92047],[-108.40818,38.9203],[-108.4084,38.91422],[-108.40862,38.90814],[-108.40085,38.90797],[-108.39307,38.9078],[-108.38529,38.90762],[-108.37752,38.90745],[-108.37729,38.91353],[-108.36951,38.91335],[-108.36174,38.91318],[-108.35396,38.913],[-108.35373,38.91908],[-108.34596,38.9189],[-108.33818,38.91872],[-108.3304,38.91854],[-108.32262,38.91837],[-108.31484,38.91819],[-108.30707,38.91801],[-108.30684,38.92408],[-108.29906,38.9239],[-108.29128,38.92372],[-108.29105,38.9298],[-108.29082,38.93587],[-108.29059,38.94195],[-108.28281,38.94177],[-108.27503,38.94159],[-108.27479,38.94766],[-108.26701,38.94748],[-108.25923,38.9473],[-108.25145,38.94712],[-108.24367,38.94693],[-108.24344,38.95301],[-108.23566,38.95282],[-108.22787,38.95264],[-108.22764,38.95872],[-108.2274,38.96479],[-108.22716,38.97087],[-108.23495,38.97105],[-108.24273,38.97124],[-108.25051,38.97142],[-108.2583,38.9716],[-108.26608,38.97179],[-108.27386,38.97197],[-108.28164,38.97215],[-108.28141,38.97822],[-108.2892,38.97841],[-108.29698,38.97859],[-108.30477,38.97877],[-108.31255,38.97895],[-108.32033,38.97913],[-108.32812,38.9793],[-108.3359,38.97948],[-108.34369,38.97966],[-108.35147,38.97984],[-108.35926,38.98001],[-108.36704,38.98019],[-108.37483,38.98037],[-108.38261,38.98054],[-108.3904,38.98071],[-108.39017,38.98679],[-108.38995,38.99287],[-108.38973,38.99894],[-108.3895,39.00502],[-108.39729,39.00519],[-108.40508,39.00537],[-108.41286,39.00554],[-108.41264,39.01162],[-108.41242,39.01769],[-108.4122,39.02377],[-108.41198,39.02985],[-108.41176,39.03592],[-108.41153,39.042],[-108.41131,39.04808],[-108.40352,39.0479],[-108.39573,39.04773],[-108.38794,39.04755],[-108.38771,39.05363],[-108.38749,39.05971],[-108.38726,39.06578],[-108.37947,39.06561],[-108.37168,39.06543],[-108.37145,39.07151],[-108.37123,39.07758],[-108.36343,39.07741],[-108.35563,39.07723],[-108.34784,39.07705],[-108.34004,39.07688],[-108.33225,39.0767],[-108.32445,39.07652],[-108.31666,39.07634],[-108.30886,39.07616],[-108.30863,39.08224],[-108.3084,39.08831],[-108.30817,39.09439],[-108.30794,39.10047],[-108.30014,39.10028],[-108.29991,39.10636],[-108.29968,39.11244],[-108.29945,39.11851],[-108.29921,39.12459],[-108.29898,39.13066],[-108.29875,39.13674],[-108.29095,39.13656],[-108.28314,39.13638],[-108.28291,39.14245],[-108.28268,39.14853],[-108.28244,39.1546],[-108.28221,39.16068],[-108.27441,39.1605],[-108.2666,39.16031],[-108.26637,39.16639],[-108.26613,39.17246],[-108.2659,39.17854],[-108.26566,39.18462],[-108.25785,39.18443],[-108.25005,39.18425],[-108.24224,39.18406],[-108.242,39.19014],[-108.2342,39.18995],[-108.22639,39.18977],[-108.21858,39.18958],[-108.21077,39.18939],[-108.20297,39.18921],[-108.19516,39.18902],[-108.18736,39.18883],[-108.1876,39.18276],[-108.18784,39.17668],[-108.18808,39.17061],[-108.18832,39.16453],[-108.18857,39.15846],[-108.18076,39.15827],[-108.17296,39.15808],[-108.1732,39.152],[-108.1654,39.15181],[-108.16565,39.14574],[-108.16589,39.13966],[-108.16613,39.13359],[-108.15833,39.1334],[-108.15053,39.13321],[-108.14273,39.13302],[-108.13493,39.13282],[-108.12713,39.13263],[-108.11933,39.13244],[-108.11908,39.13851],[-108.11884,39.14459],[-108.11104,39.1444],[-108.11079,39.15047],[-108.11054,39.15655],[-108.11029,39.16262],[-108.10249,39.16243],[-108.09468,39.16223],[-108.08688,39.16204],[-108.07908,39.16184],[-108.07127,39.16165],[-108.06347,39.16145],[-108.05567,39.16125],[-108.04787,39.16105],[-108.04006,39.16086],[-108.03226,39.16066],[-108.02446,39.16046],[-108.01666,39.16026],[-108.0164,39.16633],[-108.01614,39.17241],[-108.01589,39.17848],[-108.01563,39.18456],[-108.00782,39.18435],[-108.00002,39.18415],[-107.99221,39.18395],[-107.98441,39.18375],[-107.97661,39.18355],[-107.9688,39.18335],[-107.961,39.18314],[-107.95319,39.18294],[-107.94539,39.18273],[-107.93758,39.18253],[-107.92978,39.18232],[-107.92198,39.18212],[-107.91417,39.18191],[-107.90637,39.1817],[-107.89856,39.1815],[-107.89076,39.18129],[-107.89049,39.18736],[-107.89022,39.19344],[-107.88996,39.19951],[-107.88969,39.20558],[-107.88942,39.21165],[-107.88915,39.21773],[-107.88888,39.2238],[-107.89669,39.22401],[-107.9045,39.22422],[-107.91231,39.22443],[-107.91204,39.2305],[-107.91178,39.23657],[-107.91151,39.24265],[-107.91124,39.24872],[-107.91098,39.25479],[-107.91071,39.26087],[-107.91044,39.26694],[-107.91018,39.27301],[-107.91799,39.27322],[-107.9258,39.27343],[-107.93362,39.27363],[-107.94143,39.27384],[-107.94925,39.27404],[-107.95706,39.27425],[-107.96487,39.27445],[-107.96514,39.26838],[-107.9654,39.26231],[-107.96566,39.25623],[-107.97347,39.25644],[-107.98129,39.25664],[-107.9891,39.25684],[-107.99691,39.25704],[-108.00473,39.25724],[-108.01254,39.25745],[-108.02035,39.25765],[-108.02061,39.25157],[-108.02087,39.2455],[-108.02868,39.2457],[-108.03649,39.2459],[-108.0443,39.2461],[-108.05211,39.24629],[-108.05993,39.24649],[-108.06018,39.24042],[-108.06043,39.23434],[-108.06069,39.22827],[-108.06094,39.22219],[-108.06875,39.22239],[-108.07656,39.22259],[-108.07681,39.21651],[-108.07706,39.21044],[-108.07731,39.20436],[-108.08512,39.20456],[-108.09293,39.20475],[-108.10074,39.20495],[-108.10855,39.20514],[-108.11635,39.20534],[-108.12416,39.20553],[-108.13197,39.20572],[-108.13978,39.20592],[-108.14759,39.20611],[-108.15539,39.2063],[-108.1632,39.20649],[-108.17101,39.20668],[-108.17882,39.20687],[-108.18663,39.20706],[-108.19444,39.20725],[-108.19419,39.21332],[-108.19395,39.2194],[-108.18614,39.21921],[-108.17833,39.21902],[-108.17052,39.21883],[-108.16271,39.21864],[-108.1549,39.21845],[-108.15466,39.22452],[-108.15441,39.2306],[-108.15417,39.23667],[-108.15392,39.24275],[-108.15367,39.24882],[-108.15343,39.2549],[-108.16124,39.25509],[-108.16906,39.25528],[-108.17687,39.25547],[-108.18469,39.25566],[-108.1925,39.25585],[-108.19226,39.26192]]],"terms_url":"https://gis.mesacounty.us/","terms_text":"Mesa County GIS","icon":"https://gis.mesacounty.us/globalassets/images/county-logos/mesa-county-logo.png"},{"id":"MetroCOG_Ortho_2020","name":"MetroCOG Orthoimagery (2020)","type":"tms","template":"https://maps.ctmetro.org/server/rest/services/MetroCOG/MetroCOG_2020_Aerial/MapServer/WMTS/tile/1.0.0/MetroCOG_MetroCOG_2020_Aerial/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-73.17614,41.39629],[-73.19539,41.39622],[-73.19534,41.38897],[-73.20496,41.38893],[-73.20486,41.37444],[-73.24333,41.37428],[-73.24327,41.36704],[-73.25289,41.367],[-73.25284,41.35975],[-73.27207,41.35967],[-73.27201,41.35242],[-73.28163,41.35237],[-73.28156,41.34514],[-73.30079,41.34504],[-73.30074,41.33779],[-73.31035,41.33775],[-73.31028,41.3305],[-73.32951,41.33041],[-73.32931,41.30867],[-73.31971,41.30872],[-73.31958,41.29423],[-73.33879,41.29413],[-73.33873,41.28689],[-73.35794,41.28679],[-73.35787,41.27954],[-73.37708,41.27944],[-73.37701,41.27219],[-73.36741,41.27224],[-73.36727,41.25776],[-73.35767,41.2578],[-73.35754,41.24331],[-73.34794,41.24336],[-73.34787,41.23612],[-73.33827,41.23617],[-73.33814,41.22168],[-73.32854,41.22173],[-73.32848,41.21448],[-73.33808,41.21443],[-73.33795,41.19994],[-73.34754,41.19989],[-73.34747,41.19265],[-73.33788,41.1927],[-73.33768,41.17096],[-73.3281,41.17101],[-73.32803,41.16377],[-73.31845,41.16381],[-73.31832,41.14932],[-73.30873,41.14936],[-73.30867,41.14212],[-73.29909,41.14217],[-73.29896,41.12768],[-73.30855,41.12764],[-73.30848,41.12039],[-73.26413,41.11324],[-73.18414,41.1572],[-73.11693,41.14298],[-73.09785,41.15021],[-73.09788,41.15745],[-73.10747,41.15743],[-73.1076,41.17915],[-73.11717,41.17914],[-73.11726,41.19362],[-73.10768,41.19364],[-73.10786,41.22987],[-73.09827,41.22991],[-73.09831,41.23714],[-73.08872,41.23718],[-73.08875,41.24443],[-73.07915,41.24445],[-73.07923,41.25894],[-73.08883,41.25892],[-73.08887,41.26616],[-73.09847,41.26613],[-73.09851,41.27338],[-73.11771,41.27332],[-73.11767,41.26607],[-73.14648,41.26598],[-73.14653,41.27322],[-73.17534,41.27312],[-73.17543,41.28761],[-73.18503,41.28757],[-73.18509,41.29482],[-73.19469,41.29478],[-73.19479,41.30927],[-73.18518,41.30931],[-73.18528,41.3238],[-73.17567,41.32384],[-73.17576,41.33833],[-73.16615,41.33836],[-73.16628,41.36009],[-73.15668,41.36014],[-73.15686,41.38912],[-73.1761,41.38904],[-73.17614,41.39629]]],"terms_url":"https://ctmetro.org/gis-shared-services/","terms_text":"Connecticut Metropolitan Council of Governments","description":"The 2020 orthoimagery for MetroCOG regions","icon":"https://ctmetro.org/wp-content/uploads/2019/12/metrocog-logo.png"},{"id":"Metropole_Ruhr_RVR-DOP10","name":"Metropole Ruhr: Luftbilder (10 cm)","type":"wms","template":"https://geodaten.metropoleruhr.de/dop/dop?LAYERS=DOP&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[6.51691,51.81714],[6.51162,51.81274],[6.48961,51.81056],[6.4898,51.80714],[6.50784,51.78094],[6.52478,51.77444],[6.53363,51.76434],[6.48171,51.75381],[6.48908,51.74539],[6.48942,51.7394],[6.48418,51.73414],[6.48908,51.72053],[6.47677,51.71855],[6.46246,51.70281],[6.44839,51.70765],[6.4164,51.71209],[6.40921,51.71708],[6.40877,51.72478],[6.42188,51.73708],[6.42134,51.7465],[6.41405,51.75319],[6.40287,51.75552],[6.40178,51.75035],[6.40597,51.74959],[6.40346,51.74524],[6.41055,51.74197],[6.40932,51.73937],[6.38789,51.72775],[6.38829,51.7209],[6.37731,51.7198],[6.38041,51.71387],[6.37642,51.7112],[6.3682,51.71016],[6.35482,51.703],[6.35808,51.6945],[6.37195,51.6931],[6.38062,51.68643],[6.38091,51.6813],[6.37069,51.66735],[6.36262,51.66374],[6.36553,51.66123],[6.35313,51.66095],[6.35403,51.64554],[6.32819,51.63981],[6.32563,51.63632],[6.29903,51.64343],[6.29225,51.64156],[6.29113,51.63725],[6.30143,51.62633],[6.30035,51.62117],[6.33392,51.6125],[6.33275,51.60905],[6.32067,51.60363],[6.32362,51.60026],[6.33482,51.59709],[6.35235,51.60349],[6.37372,51.59111],[6.37284,51.58251],[6.37726,51.57747],[6.36916,51.57471],[6.36951,51.56872],[6.37657,51.56545],[6.38918,51.56144],[6.40847,51.56101],[6.41912,51.56725],[6.42276,51.5759],[6.46176,51.56732],[6.49612,51.56806],[6.46262,51.55191],[6.48673,51.53871],[6.47499,51.52731],[6.47816,51.51966],[6.45562,51.52946],[6.44876,51.52931],[6.45326,51.52255],[6.44796,51.51901],[6.45497,51.51659],[6.45407,51.508],[6.46245,51.50561],[6.46699,51.49799],[6.47404,51.49471],[6.47608,51.48275],[6.4818,51.47859],[6.48714,51.48127],[6.49012,51.47705],[6.49698,51.4772],[6.49868,51.47123],[6.50709,51.46798],[6.50198,51.46101],[6.50273,51.44731],[6.50821,51.44743],[6.51119,51.4432],[6.52092,51.44084],[6.51987,51.43481],[6.51453,51.43213],[6.5149,51.42527],[6.52596,51.42379],[6.52939,51.41101],[6.53816,51.4009],[6.54505,51.40019],[6.54679,51.39337],[6.55496,51.39439],[6.55797,51.38931],[6.56618,51.38948],[6.57148,51.39302],[6.59479,51.39265],[6.611,51.39726],[6.63586,51.39348],[6.63626,51.38577],[6.64443,51.3868],[6.64602,51.38254],[6.65693,51.38362],[6.66081,51.38798],[6.67309,51.38908],[6.6684,51.37356],[6.67511,51.37626],[6.67794,51.3746],[6.67409,51.36938],[6.65789,51.36477],[6.65435,51.35356],[6.66428,51.3469],[6.69193,51.34144],[6.71287,51.33328],[6.72749,51.34214],[6.73831,51.34492],[6.7475,51.35281],[6.77673,51.34308],[6.79314,51.34339],[6.7941,51.35198],[6.80649,51.3505],[6.80939,51.34713],[6.81615,51.34897],[6.81731,51.35328],[6.82295,51.34995],[6.83385,51.35101],[6.84991,51.35903],[6.84552,51.36495],[6.85115,51.36162],[6.86745,51.36449],[6.87848,51.36297],[6.8904,51.37176],[6.90022,51.3668],[6.90565,51.36775],[6.92391,51.35779],[6.92137,51.35346],[6.92825,51.35272],[6.92422,51.35093],[6.9257,51.34839],[6.94748,51.35134],[6.95033,51.34882],[6.96545,51.34737],[6.97621,51.35184],[6.97743,51.35529],[6.98301,51.35282],[6.98689,51.35803],[7.00745,51.35752],[7.01,51.36185],[7.01944,51.36544],[7.03604,51.36144],[7.04404,51.36671],[7.04973,51.36167],[7.0552,51.36176],[7.07796,51.37414],[7.08088,51.3699],[7.08765,51.37172],[7.0919,51.36836],[7.10004,51.37021],[7.09853,51.37361],[7.1039,51.37627],[7.11205,51.37812],[7.11215,51.37555],[7.11626,51.37561],[7.11742,51.38078],[7.12153,51.38084],[7.12163,51.37827],[7.127,51.38093],[7.13262,51.37759],[7.13802,51.37939],[7.13957,51.37513],[7.14634,51.37695],[7.15189,51.37532],[7.15911,51.36601],[7.15665,51.35911],[7.14731,51.35296],[7.14882,51.34956],[7.15292,51.34962],[7.14513,51.33921],[7.14927,51.33842],[7.14807,51.33411],[7.15351,51.33505],[7.15645,51.32996],[7.1662,51.32582],[7.16503,51.32066],[7.16924,51.31815],[7.16674,51.31211],[7.18065,51.30633],[7.16869,51.29757],[7.18232,51.29864],[7.18792,51.2953],[7.20026,51.29463],[7.20682,51.30159],[7.22309,51.30527],[7.22296,51.3087],[7.2271,51.3079],[7.22973,51.31051],[7.23393,51.308],[7.26365,51.31788],[7.26511,51.31533],[7.25974,51.31268],[7.26521,51.31276],[7.26537,51.30847],[7.25531,51.28518],[7.26764,51.2845],[7.27623,51.27434],[7.26578,51.26133],[7.26734,51.25621],[7.2715,51.25455],[7.27541,51.25975],[7.28262,51.24957],[7.29764,51.24979],[7.29643,51.24549],[7.30481,51.24046],[7.31027,51.24054],[7.31284,51.24487],[7.3238,51.24417],[7.32904,51.25024],[7.33872,51.24695],[7.339,51.23924],[7.34849,51.24109],[7.35405,51.23859],[7.35526,51.2429],[7.37289,51.24657],[7.37853,51.24151],[7.38672,51.24162],[7.38793,51.24593],[7.3934,51.246],[7.40319,51.23928],[7.39521,51.23317],[7.39824,51.22463],[7.41342,51.2197],[7.41182,51.22653],[7.42408,51.22756],[7.42962,51.22506],[7.42995,51.21563],[7.43413,51.21312],[7.43816,51.21489],[7.43534,51.21742],[7.44478,51.22098],[7.44191,51.22522],[7.45129,51.23049],[7.46505,51.22724],[7.469,51.23158],[7.48262,51.23262],[7.50143,51.24229],[7.50271,51.24488],[7.49708,51.24995],[7.49438,51.24906],[7.49563,51.2525],[7.50385,51.25175],[7.50371,51.25604],[7.51049,51.25784],[7.51302,51.26387],[7.52797,51.26663],[7.52923,51.27008],[7.54977,51.26862],[7.55089,51.27635],[7.56582,51.27996],[7.56826,51.28942],[7.58305,51.29732],[7.58547,51.30763],[7.58134,51.30844],[7.57837,51.31612],[7.58373,51.31962],[7.57816,51.32298],[7.57655,51.33067],[7.58334,51.33247],[7.58186,51.33588],[7.59407,51.33946],[7.59257,51.34373],[7.59934,51.34638],[7.59234,51.35144],[7.58644,51.36509],[7.58465,51.37878],[7.59,51.38313],[7.58704,51.38995],[7.59647,51.39521],[7.60609,51.39447],[7.60485,51.39017],[7.61322,51.38512],[7.63313,51.40679],[7.62196,51.41352],[7.62183,51.4178],[7.61633,51.41859],[7.63125,51.42391],[7.62561,51.42899],[7.62825,51.43245],[7.62127,51.43666],[7.62525,51.44099],[7.61977,51.44092],[7.61407,51.44772],[7.62083,51.45122],[7.63589,51.45226],[7.63843,51.45914],[7.65347,51.46103],[7.65606,51.46621],[7.67525,51.46728],[7.69838,51.4744],[7.72864,51.47216],[7.73567,51.46623],[7.7425,51.46717],[7.74785,51.47237],[7.76169,51.46823],[7.78906,51.47109],[7.79876,51.46776],[7.80819,51.47471],[7.82198,51.47228],[7.83418,51.4784],[7.8506,51.48028],[7.84474,51.49479],[7.83923,51.4956],[7.83912,51.49988],[7.83212,51.50496],[7.83755,51.50758],[7.8345,51.51955],[7.84115,51.52819],[7.83277,51.53325],[7.83262,51.53925],[7.84327,51.55307],[7.82749,51.57863],[7.85889,51.58837],[7.85742,51.59179],[7.86837,51.59446],[7.87529,51.59282],[7.91378,51.59489],[7.91632,51.60349],[7.91195,51.61374],[7.92414,51.62242],[7.92406,51.62585],[7.93224,51.62935],[7.93477,51.6388],[7.94443,51.63804],[7.94984,51.64237],[7.94689,51.65092],[7.95366,51.65612],[7.95466,51.67242],[7.96286,51.67592],[7.98365,51.67096],[7.9974,51.67279],[7.99732,51.67622],[7.98761,51.67871],[7.9875,51.68385],[7.97779,51.68633],[7.97631,51.69061],[7.96108,51.69305],[7.94296,51.70146],[7.93746,51.70055],[7.94014,51.704],[7.92912,51.70305],[7.92768,51.7056],[7.91249,51.70632],[7.90568,51.70283],[7.90148,51.70536],[7.88912,51.70267],[7.88875,51.7181],[7.88038,51.72145],[7.87745,51.72828],[7.87187,51.7308],[7.86374,51.72472],[7.85822,51.72467],[7.85815,51.72724],[7.83739,51.72961],[7.83314,51.73385],[7.83287,51.74413],[7.82457,51.74491],[7.82058,51.73887],[7.81228,51.73964],[7.80825,51.73531],[7.80137,51.73439],[7.80282,51.73183],[7.79037,51.73256],[7.78908,51.72912],[7.77119,51.72722],[7.7699,51.72378],[7.75154,51.73901],[7.73638,51.73799],[7.73659,51.73028],[7.72555,51.73016],[7.72163,51.7224],[7.71749,51.72236],[7.71899,51.71809],[7.71481,51.71976],[7.71352,51.71631],[7.7012,51.71275],[7.69283,51.71608],[7.68832,51.72889],[7.66915,51.72353],[7.668,51.71581],[7.65428,51.71308],[7.6531,51.70621],[7.64321,51.71381],[7.62814,51.7102],[7.62663,51.71447],[7.61419,51.71518],[7.6143,51.71176],[7.60743,51.71082],[7.6048,51.7065],[7.59379,51.70551],[7.58706,51.70029],[7.56642,51.69832],[7.56651,51.69575],[7.5528,51.69301],[7.54477,51.6852],[7.5378,51.68768],[7.54458,51.6912],[7.53349,51.69277],[7.52922,51.69701],[7.53035,51.70473],[7.51788,51.70629],[7.51738,51.72172],[7.50214,51.72324],[7.49947,51.72063],[7.49119,51.72053],[7.48449,51.71444],[7.48435,51.71872],[7.47877,51.72037],[7.4826,51.72985],[7.4771,51.72892],[7.47273,51.73572],[7.46718,51.7365],[7.44825,51.72511],[7.43451,51.72321],[7.42245,51.71277],[7.42406,51.70593],[7.43792,51.7044],[7.44094,51.69673],[7.44933,51.69341],[7.44854,51.67625],[7.43892,51.67527],[7.43089,51.6683],[7.4101,51.67145],[7.41031,51.66545],[7.40617,51.6654],[7.39086,51.66947],[7.3781,51.67959],[7.35877,51.68017],[7.35589,51.68356],[7.33919,51.68761],[7.34599,51.69028],[7.34427,51.69969],[7.33057,51.69692],[7.32762,51.70202],[7.30825,51.70346],[7.31069,51.71207],[7.2985,51.70589],[7.29963,51.71277],[7.31169,51.72237],[7.32081,51.73707],[7.3125,51.73781],[7.31102,51.74036],[7.31519,51.73957],[7.3151,51.74214],[7.31079,51.74636],[7.27889,51.75019],[7.27577,51.75957],[7.2688,51.76118],[7.26012,51.77134],[7.26002,51.77391],[7.27229,51.77838],[7.26245,51.78252],[7.26485,51.79198],[7.26179,51.79966],[7.2535,51.79953],[7.24916,51.80461],[7.23668,51.80528],[7.23658,51.80785],[7.22121,51.81191],[7.2141,51.81694],[7.19177,51.82174],[7.16419,51.8196],[7.1616,51.81528],[7.13435,51.80542],[7.11433,51.78795],[7.07867,51.78137],[7.07333,51.777],[7.0609,51.77679],[7.06079,51.77936],[7.05392,51.77839],[7.03847,51.78414],[7.0316,51.78317],[7.03141,51.78745],[7.0244,51.7899],[7.02118,51.80014],[6.99497,51.79884],[6.99485,51.80141],[6.98794,51.80129],[6.97559,51.79936],[6.95606,51.77245],[6.93527,51.7738],[6.9157,51.7786],[6.91511,51.76144],[6.90861,51.75275],[6.9103,51.74592],[6.8586,51.72956],[6.85551,51.73636],[6.84995,51.73712],[6.8403,51.73694],[6.82683,51.72983],[6.81956,51.73741],[6.81927,51.74341],[6.79861,51.74217],[6.78862,51.74884],[6.77219,51.74596],[6.7698,51.76649],[6.75824,51.77656],[6.74862,51.77551],[6.7475,51.77035],[6.72131,51.76899],[6.70876,51.77131],[6.7138,51.78084],[6.66837,51.77738],[6.65946,51.7892],[6.63264,51.79981],[6.61081,51.79423],[6.60911,51.80019],[6.59102,51.8024],[6.58457,51.79369],[6.57476,51.79606],[6.56818,51.78992],[6.5511,51.799],[6.53991,51.80134],[6.52834,51.81053],[6.52281,51.81041],[6.52258,51.81469],[6.51691,51.81714]]],"terms_url":"https://www.metropoleruhr.de/regionalverband-ruhr.html","terms_text":"Datengrundlage: Regionalverband Ruhr"},{"id":"Miami_OH_2023","name":"Miami County Orthoimagery (2023)","type":"tms","template":"https://tiles.arcgis.com/tiles/nKtC7LOvnaEyn6u8/arcgis/rest/services/Miami_Aerial_2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-84.42878,39.91291],[-84.17028,39.91669],[-84.16969,39.88947],[-84.16083,39.88947],[-84.16062,39.88267],[-84.12498,39.88313],[-84.12484,39.87631],[-84.04463,39.87734],[-84.0458,39.92545],[-84.03683,39.92554],[-84.03851,40.00101],[-84.0295,40.00116],[-84.0314,40.08344],[-84.02244,40.08361],[-84.02417,40.15903],[-84.0152,40.15916],[-84.01573,40.18657],[-84.05152,40.18617],[-84.05172,40.19301],[-84.1501,40.19178],[-84.15016,40.1985],[-84.21292,40.19764],[-84.21305,40.20454],[-84.43671,40.20111],[-84.43642,40.18733],[-84.44533,40.18725],[-84.44515,40.18033],[-84.43621,40.18047],[-84.42878,39.91291]]],"terms_url":"https://www.co.miami.oh.us/","terms_text":"Miami County, State of Ohio","description":"6-inch resolution 2023 orthoimagery for Miami County in the State of Ohio","icon":"https://www.co.miami.oh.us/ImageRepository/Document?documentID=18214"},{"id":"Miami-Dade_Ortho_2021","name":"Miami-Dade County Orthoimagery (2021)","type":"wms","template":"https://imageserverintra.miamidade.gov/arcgis/services/Woolpert2021/ImageServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=0&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[5,19],"polygon":[[[-80.50112,26.02482],[-80.50116,25.99728],[-80.53167,25.99738],[-80.53174,25.96981],[-80.66873,25.97021],[-80.66871,25.98394],[-80.88178,25.98428],[-80.88186,25.87421],[-80.94272,25.8744],[-80.94289,25.80557],[-80.88195,25.80553],[-80.88241,25.35145],[-80.86725,25.35145],[-80.86746,25.17259],[-80.83721,25.17259],[-80.83727,25.15882],[-80.80702,25.15886],[-80.80707,25.13125],[-80.64081,25.13093],[-80.64074,25.17222],[-80.59538,25.17215],[-80.59534,25.18587],[-80.53482,25.18567],[-80.53475,25.19943],[-80.47426,25.19923],[-80.4741,25.22678],[-80.41374,25.22657],[-80.41353,25.24027],[-80.3834,25.24015],[-80.38314,25.28153],[-80.36804,25.28137],[-80.36791,25.30884],[-80.33748,25.3088],[-80.33744,25.33627],[-80.32233,25.33607],[-80.3222,25.35],[-80.30714,25.35],[-80.30723,25.32238],[-80.27693,25.32225],[-80.27686,25.336],[-80.2315,25.33569],[-80.23133,25.36322],[-80.21612,25.36313],[-80.21582,25.39064],[-80.2008,25.39048],[-80.20071,25.41808],[-80.17033,25.41769],[-80.16985,25.48671],[-80.1396,25.48648],[-80.13771,25.7478],[-80.10698,25.74764],[-80.10552,25.98158],[-80.39469,25.98335],[-80.39477,25.96939],[-80.44018,25.96916],[-80.44009,26.02447],[-80.50112,26.02482]]],"terms_url":"https://gis-mdc.opendata.arcgis.com/pages/imagery","terms_text":"Miami-Dade County","description":"The 2021 orthoimagery for Miami-Dade County of the State of Florida","icon":"https://www.miamidade.gov/resources/global/images/md-logo-color.png"},{"id":"Miami-Dade_Ortho_Latest","name":"Miami-Dade County Orthoimagery (Latest)","type":"wms","template":"https://gisweb.miamidade.gov/arcgis/rest/services/MapCache/MDCImagery_WebMercator/MapServer/export?f=image&format=jpg&layers=show,6&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[10,19],"polygon":[[[-80.50112,26.02482],[-80.50116,25.99728],[-80.53167,25.99738],[-80.53174,25.96981],[-80.66873,25.97021],[-80.66871,25.98394],[-80.88178,25.98428],[-80.88186,25.87421],[-80.94272,25.8744],[-80.94289,25.80557],[-80.88195,25.80553],[-80.88241,25.35145],[-80.86725,25.35145],[-80.86746,25.17259],[-80.83721,25.17259],[-80.83727,25.15882],[-80.80702,25.15886],[-80.80707,25.13125],[-80.64081,25.13093],[-80.64074,25.17222],[-80.59538,25.17215],[-80.59534,25.18587],[-80.53482,25.18567],[-80.53475,25.19943],[-80.47426,25.19923],[-80.4741,25.22678],[-80.41374,25.22657],[-80.41353,25.24027],[-80.3834,25.24015],[-80.38314,25.28153],[-80.36804,25.28137],[-80.36791,25.30884],[-80.33748,25.3088],[-80.33744,25.33627],[-80.32233,25.33607],[-80.3222,25.35],[-80.30714,25.35],[-80.30723,25.32238],[-80.27693,25.32225],[-80.27686,25.336],[-80.2315,25.33569],[-80.23133,25.36322],[-80.21612,25.36313],[-80.21582,25.39064],[-80.2008,25.39048],[-80.20071,25.41808],[-80.17033,25.41769],[-80.16985,25.48671],[-80.1396,25.48648],[-80.13771,25.7478],[-80.10698,25.74764],[-80.10552,25.98158],[-80.39469,25.98335],[-80.39477,25.96939],[-80.44018,25.96916],[-80.44009,26.02447],[-80.50112,26.02482]]],"terms_url":"https://gis-mdc.opendata.arcgis.com/pages/imagery","terms_text":"Miami-Dade County","description":"The latest available orthoimagery for Miami-Dade County of the State of Florida","icon":"https://www.miamidade.gov/resources/global/images/md-logo-color.png"},{"id":"miljodirektoratet-vern","name":"Miljødirektoratet Protected Areas overlay","type":"wms","template":"https://kart.miljodirektoratet.no/arcgis/services/vern/MapServer/WmsServer?LAYERS=naturvern_klasser_omrade&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[0,22],"polygon":[[[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121]],[[-10.92717,70.29784],[-6.13756,70.30991],[-6.16765,71.62095],[-10.95725,71.60964],[-10.92717,70.29784]],[[16.79889,73.89828],[21.23712,73.8918],[21.25771,74.94213],[16.81947,74.9482],[16.79889,73.89828]],[[26.76265,75.8129],[36.6503,80.40108],[20.65421,81.54417],[4.04288,79.93593],[13.88667,75.79135],[26.76265,75.8129]]],"terms_url":"https://kart.naturbase.no","terms_text":"© Miljødirektoratet","description":"Norwegian national parks, nature reserves and other protected areas and objects from Naturbase, including Svalbard/Spitsbergen","icon":"https://www.miljodirektoratet.no/globalassets/profilbank/profilbank-bilder/m_logo_hoved_pos_rgb_thumb2.png","overlay":true},{"id":"miljodirektoratet-friluftsomrader","name":"Miljødirektoratet Public Recreation Areas overlay","type":"wms","template":"https://kart.miljodirektoratet.no/arcgis/services/friluftsliv_statlig_sikra/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=friluftsliv_statlig_sikra&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[0,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://kartkatalog.miljodirektoratet.no/Dataset/Details/30","terms_text":"© Miljødirektoratet","description":"Public recreation areas with State ownership (\"friluftsområder\").","icon":"https://www.miljodirektoratet.no/globalassets/profilbank/profilbank-bilder/m_logo_hoved_pos_rgb_thumb2.png","overlay":true},{"id":"Minnesota-Composite-Image-Service","name":"Minnesota Composite Image Service","type":"wms","template":"https://imageserver.gisdata.mn.gov/cgi-bin/mncomp?LAYERS=mncomp&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[3,20],"polygon":[[[-97.17831,48.87603],[-97.1904,48.81522],[-97.15809,48.81035],[-97.18153,48.79821],[-97.08987,48.68402],[-97.17544,48.56222],[-97.13912,48.55541],[-97.16595,48.54825],[-97.12678,48.5202],[-97.16268,48.47779],[-97.12817,48.47437],[-97.15064,48.44082],[-97.12483,48.4419],[-97.14588,48.43116],[-97.12259,48.41793],[-97.15398,48.41814],[-97.13118,48.40729],[-97.16339,48.39287],[-97.13335,48.38221],[-97.15627,48.36559],[-97.11224,48.29648],[-97.14504,48.26877],[-97.1207,48.22476],[-97.12452,48.22318],[-97.1372,48.22696],[-97.14967,48.22316],[-97.1522,48.21964],[-97.13907,48.22196],[-97.12289,48.2165],[-97.11785,48.20974],[-97.13931,48.21676],[-97.12929,48.20839],[-97.14752,48.17058],[-97.12098,48.15956],[-97.14652,48.14223],[-97.07227,48.04808],[-97.02317,47.87399],[-96.97416,47.82335],[-96.99169,47.80842],[-96.93499,47.76706],[-96.93113,47.7154],[-96.85096,47.5983],[-96.87184,47.41882],[-96.8376,47.38899],[-96.85847,47.36769],[-96.829,47.32762],[-96.84488,47.19282],[-96.82192,47.18425],[-96.84147,47.15185],[-96.81257,47.03859],[-96.83956,47.00674],[-96.79177,46.92847],[-96.75327,46.92457],[-96.80255,46.81153],[-96.77546,46.76676],[-96.79821,46.62933],[-96.74722,46.58235],[-96.72201,46.43999],[-96.59961,46.33014],[-96.59269,46.17522],[-96.55452,46.08399],[-96.58118,45.82302],[-96.6626,45.73869],[-96.83866,45.64752],[-96.85776,45.60597],[-96.69255,45.41735],[-96.5218,45.37565],[-96.45314,45.30079],[-96.45306,43.50038],[-93.84857,43.49963],[-91.21772,43.50064],[-91.23187,43.58183],[-91.26899,43.61659],[-91.24414,43.77468],[-91.43253,43.99684],[-91.59208,44.03138],[-91.72156,44.13035],[-91.87517,44.20058],[-91.91863,44.32268],[-91.96682,44.36399],[-92.23086,44.4445],[-92.33612,44.55401],[-92.54807,44.5678],[-92.56944,44.60355],[-92.62148,44.61505],[-92.63211,44.64904],[-92.80786,44.75085],[-92.75065,44.93731],[-92.76207,45.02433],[-92.80313,45.06157],[-92.74092,45.11296],[-92.76188,45.28702],[-92.65043,45.39852],[-92.64651,45.44035],[-92.7456,45.55302],[-92.88376,45.57549],[-92.8692,45.71758],[-92.78463,45.7642],[-92.70771,45.89491],[-92.55194,45.95166],[-92.52519,45.98387],[-92.46936,45.97382],[-92.42856,46.02425],[-92.35177,46.01569],[-92.33292,46.06271],[-92.29404,46.07439],[-92.2913,46.66815],[-92.2071,46.65195],[-92.1761,46.68635],[-92.2047,46.70405],[-92.1463,46.71595],[-92.1166,46.74865],[-92.01631,46.70598],[-92.08868,46.79367],[-91.7799,46.94341],[-91.57352,47.09003],[-91.46563,47.13124],[-91.04681,47.45632],[-90.7776,47.60573],[-90.43711,47.73164],[-89.97463,47.83056],[-89.75663,47.9041],[-89.68041,47.96408],[-89.63918,47.95373],[-89.62363,47.99464],[-89.57027,47.98571],[-89.49176,48.00536],[-89.5698,47.99899],[-89.61071,48.01786],[-89.65088,48.00354],[-89.77537,48.02279],[-89.89721,47.98751],[-89.99383,48.02802],[-90.02334,48.08468],[-90.13579,48.11215],[-90.3743,48.09092],[-90.4674,48.10875],[-90.55671,48.09594],[-90.57969,48.12381],[-90.75159,48.091],[-90.79823,48.1369],[-90.77794,48.16385],[-90.83641,48.17704],[-90.8393,48.23957],[-90.88576,48.24596],[-91.08248,48.18116],[-91.26678,48.07884],[-91.42958,48.04866],[-91.48819,48.06839],[-91.56752,48.0438],[-91.55912,48.1086],[-91.63993,48.09712],[-91.68212,48.12251],[-91.71176,48.11466],[-91.71537,48.19951],[-91.86437,48.20696],[-91.89311,48.23799],[-91.95836,48.23314],[-91.95411,48.25227],[-92.00653,48.26542],[-92.00012,48.3211],[-92.05523,48.35937],[-92.26256,48.35492],[-92.30618,48.31625],[-92.26959,48.24819],[-92.36992,48.22029],[-92.46978,48.3521],[-92.45644,48.41409],[-92.50748,48.44799],[-92.65623,48.43648],[-92.71269,48.46299],[-92.69868,48.49485],[-92.62702,48.50328],[-92.63489,48.54256],[-92.72842,48.53938],[-92.95002,48.60835],[-92.9548,48.63154],[-93.17839,48.62301],[-93.25466,48.64282],[-93.46548,48.59164],[-93.46739,48.54646],[-93.79338,48.51632],[-93.84436,48.63022],[-94.22422,48.64947],[-94.29121,48.70782],[-94.41584,48.71098],[-94.45239,48.69241],[-94.64538,48.74403],[-94.69441,48.78945],[-94.68347,48.88413],[-94.81627,49.32141],[-94.9574,49.37021],[-95.05831,49.35326],[-95.1534,49.38449],[-95.1532,48.99888],[-97.22956,49.00046],[-97.23421,48.94739],[-97.17831,48.87603]]],"terms_url":"https://www.mngeo.state.mn.us/chouse/wms/composite_image.html","terms_text":"MnGeo","icon":"https://gisdata.mn.gov/agencyLogos/mnLogo.jpg"},{"id":"Plateau_orthophoto_official","name":"MLIT Plateau Official","type":"tms","template":"https://gic-plateau.s3.ap-northeast-1.amazonaws.com/2020/ortho/tiles/{zoom}/{x}/{y}.png","category":"photo","endDate":"2020-12-01T00:00:00.000Z","startDate":"2014-10-01T00:00:00.000Z","zoomExtent":[10,19],"polygon":[[[141.32537,43.20768],[141.47232,43.20768],[141.47232,43.13655],[141.5252,43.13655],[141.5252,42.97954],[141.49497,42.97954],[141.49497,42.93381],[141.47438,42.93381],[141.47438,42.90614],[141.45172,42.90614],[141.45172,42.87043],[141.28074,42.87043],[141.28074,42.8961],[141.24366,42.8961],[141.24366,42.91219],[141.11252,42.91219],[141.11252,43.00966],[141.18119,43.00966],[141.18119,43.0453],[141.13312,43.0453],[141.13312,43.18518],[141.32537,43.18518],[141.32537,43.20768]],[[140.30914,37.63435],[140.30914,37.56091],[140.33867,37.56091],[140.33867,37.50318],[140.50758,37.50318],[140.50758,37.41054],[140.57898,37.41054],[140.57898,37.25],[140.49454,37.25],[140.49454,37.2675],[140.41489,37.2675],[140.41489,37.29535],[140.35996,37.29535],[140.35996,37.31394],[140.01388,37.31394],[140.01388,37.44869],[140.12786,37.44869],[140.12786,37.57779],[140.20615,37.57779],[140.20615,37.63435],[140.30914,37.63435]],[[140.92781,37.19971],[141.03768,37.19971],[141.03768,37.06449],[141.00814,37.06449],[141.00814,36.95539],[140.99236,36.95539],[140.99236,36.92958],[140.96283,36.92958],[140.96283,36.91257],[140.94566,36.91257],[140.94566,36.9005],[140.92575,36.9005],[140.92575,36.88511],[140.82962,36.88511],[140.82962,36.80598],[140.81177,36.80598],[140.81177,36.78949],[140.78704,36.78949],[140.78704,36.7686],[140.7692,36.7686],[140.7692,36.691],[140.65589,36.691],[140.65589,36.77409],[140.67375,36.77409],[140.67375,36.97404],[140.76507,36.97404],[140.76507,37.15812],[140.92781,37.15812],[140.92781,37.19971]],[[140.11278,37.25493],[140.22948,37.25493],[140.22948,37.2303],[140.30914,37.2303],[140.30914,37.12807],[140.42519,37.12807],[140.42519,37.07055],[140.37848,37.07055],[140.37848,37.03047],[140.32631,37.03047],[140.32631,37.00748],[140.18074,37.00749],[140.18074,37.05191],[140.13681,37.05191],[140.13681,37.11925],[140.16492,37.11925],[140.16492,37.18714],[140.11278,37.18714],[140.11278,37.25493]],[[139.94587,36.7494],[139.94587,36.72235],[139.98023,36.72235],[139.98023,36.63041],[140.02281,36.63041],[140.02281,36.47709],[139.97622,36.47709],[139.97622,36.45829],[139.81672,36.45829],[139.81672,36.4859],[139.79967,36.4859],[139.79967,36.54329],[139.7763,36.54329],[139.7763,36.5764],[139.71385,36.5764],[139.71385,36.64309],[139.75637,36.64309],[139.75637,36.7494],[139.94587,36.7494]],[[139.48757,36.29162],[139.57031,36.29162],[139.57031,36.27472],[139.63589,36.27472],[139.63589,36.24151],[139.59365,36.24151],[139.59365,36.20642],[139.51333,36.20642],[139.45359,36.20642],[139.45359,36.23458],[139.46937,36.23458],[139.46937,36.27057],[139.48757,36.27057],[139.48757,36.29162]],[[139.40174,36.25881],[139.40174,36.23957],[139.42062,36.23957],[139.42062,36.22613],[139.43882,36.22613],[139.43882,36.2163],[139.45015,36.2163],[139.45015,36.06492],[139.405,36.06492],[139.405,36.07019],[139.38715,36.07019],[139.38715,36.09142],[139.35436,36.09142],[139.35436,36.08254],[139.29256,36.08254],[139.29256,36.15049],[139.28518,36.15049],[139.28518,36.18389],[139.31934,36.18389],[139.31934,36.25881],[139.40174,36.25881]],[[139.9823,35.94077],[139.9823,35.92965],[140.00187,35.92965],[140.00187,35.91547],[140.04032,35.91547],[140.04032,35.8796],[140.01114,35.8796],[140.01114,35.86401],[140.11791,35.86401],[140.11791,35.81893],[140.04787,35.81893],[140.04787,35.76908],[139.99844,35.76908],[139.99844,35.79303],[139.94969,35.79303],[139.94969,35.80612],[139.92943,35.80612],[139.92943,35.84509],[139.90849,35.84509],[139.90849,35.94077],[139.9823,35.94077]],[[139.74163,35.82301],[139.83398,35.82301],[139.83398,35.80528],[139.90231,35.80528],[139.90231,35.75766],[139.90951,35.75766],[139.90951,35.72505],[139.92462,35.72505],[139.92462,35.67403],[139.89372,35.67403],[139.89372,35.62884],[139.84257,35.62884],[139.84257,35.57552],[139.79519,35.57552],[139.79519,35.56631],[139.8072,35.56631],[139.8072,35.5515],[139.83261,35.5515],[139.83261,35.52329],[139.81716,35.52329],[139.81716,35.51239],[139.78935,35.51239],[139.78935,35.5258],[139.75742,35.5258],[139.75742,35.53781],[139.73099,35.53781],[139.73099,35.52776],[139.70627,35.52776],[139.70627,35.51574],[139.72927,35.51574],[139.72927,35.49031],[139.75159,35.49031],[139.75159,35.45228],[139.72446,35.45228],[139.72446,35.43774],[139.70558,35.43774],[139.70558,35.38681],[139.68498,35.38681],[139.68498,35.35882],[139.66404,35.35882],[139.66404,35.30672],[139.58336,35.30672],[139.58336,35.31905],[139.55349,35.31905],[139.55349,35.33081],[139.53186,35.33081],[139.53186,35.3451],[139.47384,35.3451],[139.47384,35.36946],[139.4474,35.36946],[139.4474,35.58864],[139.51366,35.58864],[139.51366,35.59702],[139.57374,35.59702],[139.57374,35.58278],[139.63451,35.58278],[139.63451,35.59451],[139.61323,35.59451],[139.61323,35.6093],[139.57821,35.6093],[139.57821,35.7008],[139.55486,35.7008],[139.55486,35.78161],[139.617,35.78161],[139.617,35.80361],[139.74163,35.80361],[139.74163,35.82301]],[[139.43163,35.78469],[139.5037,35.78469],[139.5037,35.77159],[139.51847,35.77159],[139.51847,35.75264],[139.50575,35.75264],[139.50575,35.72504],[139.43163,35.72504],[139.43163,35.78469]],[[138.82118,35.22683],[138.82118,35.21617],[138.84487,35.21617],[138.84487,35.19037],[138.85345,35.19037],[138.85345,35.17886],[138.86375,35.17886],[138.86375,35.17465],[138.87234,35.17465],[138.87234,35.15851],[138.89757,35.15851],[138.89757,35.08761],[138.93465,35.08761],[138.93465,35.06625],[138.92452,35.06625],[138.92452,35.01735],[138.91439,35.01735],[138.91439,35.00244],[138.90461,35.00244],[138.90461,34.98472],[138.88023,34.98472],[138.88023,34.97038],[138.84401,34.97038],[138.84401,34.93295],[138.76471,34.93295],[138.76471,34.9428],[138.7532,34.9428],[138.7532,34.98233],[138.75904,34.98233],[138.75904,35.03365],[138.86307,35.03365],[138.86307,35.06696],[138.83869,35.06696],[138.83869,35.09533],[138.81277,35.09533],[138.81277,35.11008],[138.77586,35.11008],[138.77586,35.12173],[138.74342,35.12173],[138.74342,35.17535],[138.7611,35.17535],[138.7611,35.20593],[138.78633,35.20593],[138.78633,35.21309],[138.79663,35.21309],[138.79663,35.22683],[138.82118,35.22683]],[[138.06793,34.92704],[138.06793,34.8617],[138.11256,34.8617],[138.11256,34.78928],[138.09368,34.78928],[138.09368,34.76136],[138.06725,34.76136],[138.06725,34.72243],[138.09093,34.72243],[138.09093,34.6363],[138.04321,34.6363],[138.04321,34.64452],[137.97867,34.64452],[137.97867,34.66032],[137.94708,34.66032],[137.94708,34.70916],[137.95876,34.70916],[137.95876,34.74585],[137.92854,34.74585],[137.92854,34.84142],[137.94125,34.84142],[137.94125,34.87635],[137.96562,34.87635],[137.96562,34.90621],[137.9955,34.90621],[137.9955,34.92704],[138.06793,34.92704]],[[138.14793,35.91394],[138.14793,35.85289],[138.12012,35.85289],[138.12012,35.84314],[138.13282,35.84314],[138.13282,35.83173],[138.16406,35.83173],[138.16406,35.74902],[138.12252,35.74902],[138.12252,35.73592],[138.14792,35.73592],[138.14792,35.66901],[138.10158,35.66901],[138.10158,35.67989],[138.05763,35.67989],[138.05763,35.70638],[138.04252,35.70638],[138.04252,35.74846],[138.03154,35.74846],[138.03154,35.7688],[137.91618,35.7688],[137.91618,35.7869],[137.89627,35.7869],[137.89627,35.8245],[137.86194,35.8245],[137.86194,35.84509],[137.88082,35.84509],[137.88082,35.89044],[137.90451,35.89044],[137.90451,35.90908],[137.96288,35.90908],[137.96288,35.89489],[138.04664,35.89489],[138.04664,35.91394],[138.14793,35.91394]],[[138.09677,36.38633],[138.09677,36.25093],[138.13797,36.25093],[138.13797,36.14673],[138.11392,36.14673],[138.11392,36.10404],[138.08992,36.10404],[138.08992,36.00134],[137.98347,36.00134],[137.98347,36.06437],[138.00236,36.06437],[138.00236,36.13926],[137.9165,36.13926],[137.9165,36.11541],[137.8702,36.11541],[137.8702,36.1656],[137.85198,36.1656],[137.85198,36.14092],[137.82348,36.14092],[137.82348,36.12873],[137.80701,36.12873],[137.80701,36.10072],[137.79327,36.10072],[137.79327,36.07629],[137.75551,36.07629],[137.75551,36.00079],[137.64462,36.00079],[137.64462,36.01106],[137.58591,36.01106],[137.58591,36.07214],[137.55569,36.07214],[137.55569,36.25119],[137.59071,36.25119],[137.59071,36.28497],[137.65286,36.28497],[137.65286,36.34445],[137.73628,36.34445],[137.73628,36.22849],[137.71809,36.22849],[137.71809,36.21298],[137.68238,36.21298],[137.68238,36.19968],[137.71809,36.19968],[137.71809,36.20678],[137.72903,36.20678],[137.72903,36.22589],[137.77306,36.22589],[137.77306,36.25396],[137.91138,36.25396],[137.91138,36.29037],[137.93833,36.29037],[137.93833,36.34224],[137.94828,36.34224],[137.94828,36.38633],[138.09677,36.38633]],[[137.06165,35.27225],[137.06165,35.25936],[137.08706,35.25936],[137.08706,35.2274],[137.03934,35.2274],[137.03934,35.07468],[137.01668,35.07468],[137.01668,35.06035],[136.99745,35.06035],[136.99745,35.02156],[136.82476,35.02156],[136.82476,35.07749],[136.76846,35.07749],[136.76846,35.12721],[136.73481,35.12721],[136.73481,35.15023],[136.70013,35.15023],[136.70013,35.20243],[136.79283,35.20243],[136.79283,35.17858],[136.83025,35.17858],[136.83025,35.24954],[136.91746,35.24954],[136.91746,35.27225],[137.06165,35.27225]],[[135.46431,34.82733],[135.51533,34.82733],[135.51533,34.79153],[135.50263,34.79153],[135.50263,34.78025],[135.50915,34.78025],[135.50915,34.77236],[135.50194,34.77236],[135.50194,34.76601],[135.49198,34.76601],[135.49198,34.75854],[135.52443,34.75854],[135.52443,34.77461],[135.56545,34.77461],[135.56545,34.73244],[135.60837,34.73244],[135.60837,34.70267],[135.60081,34.70267],[135.60081,34.68065],[135.57627,34.68065],[135.57627,34.6767],[135.56631,34.6767],[135.56631,34.66668],[135.57558,34.66668],[135.57558,34.639],[135.5912,34.639],[135.5912,34.58093],[135.48872,34.58093],[135.48872,34.58969],[135.45576,34.58969],[135.45576,34.60199],[135.39413,34.60199],[135.39413,34.61795],[135.36839,34.61795],[135.36839,34.67571],[135.39379,34.67571],[135.39379,34.71071],[135.41817,34.71071],[135.41817,34.72172],[135.43705,34.72172],[135.43705,34.77165],[135.41199,34.77165],[135.41199,34.85988],[135.4252,34.85988],[135.4252,34.88185],[135.46431,34.88185],[135.46431,34.82733]],[[135.36495,34.6373],[135.36495,34.61216],[135.3344,34.61216],[135.3344,34.6373],[135.36495,34.6373]],[[134.78371,34.87213],[134.82868,34.87213],[134.82868,34.86143],[134.89529,34.86143],[134.89529,34.83353],[134.93889,34.83353],[134.93889,34.75826],[134.89975,34.75826],[134.89975,34.73484],[134.90936,34.73484],[134.90936,34.71001],[134.85649,34.71001],[134.85649,34.69025],[134.79744,34.69025],[134.79744,34.78223],[134.78027,34.78223],[134.78027,34.80366],[134.7583,34.80366],[134.7583,34.84762],[134.78371,34.84762],[134.78371,34.87213]],[[132.75638,34.01341],[132.80617,34.01341],[132.80617,34.00372],[132.83844,34.00372],[132.83844,33.95134],[132.79724,33.95134],[132.79724,33.91088],[132.85629,33.91088],[132.85629,33.85445],[132.89268,33.85445],[132.89268,33.79798],[132.86728,33.79798],[132.86728,33.77972],[132.85629,33.77972],[132.85629,33.72948],[132.78625,33.72948],[132.78625,33.77516],[132.74643,33.77516],[132.74643,33.79626],[132.67304,33.79626],[132.67304,33.86505],[132.62617,33.86505],[132.62617,33.91678],[132.67044,33.91678],[132.67044,33.93392],[132.71053,33.93392],[132.71053,33.91558],[132.74106,33.91558],[132.74106,33.9889],[132.75638,33.9889],[132.75638,34.01341]],[[130.63877,33.37814],[130.63877,33.37183],[130.73865,33.37183],[130.73865,33.29139],[130.62759,33.29139],[130.62759,33.26259],[130.58831,33.26259],[130.58831,33.25103],[130.5265,33.25103],[130.5265,33.2354],[130.50298,33.2354],[130.50298,33.2163],[130.37785,33.2163],[130.37785,33.26998],[130.40943,33.26998],[130.40943,33.31102],[130.47123,33.31102],[130.47123,33.35233],[130.54298,33.35233],[130.54298,33.37814],[130.63877,33.37814]],[[130.62263,33.00089],[130.62263,32.96604],[130.69302,32.96604],[130.69302,32.98995],[130.74074,32.98995],[130.74074,32.8646],[130.89695,32.8646],[130.89695,32.75234],[130.85472,32.75234],[130.85472,32.72346],[130.79773,32.72346],[130.79773,32.73647],[130.7761,32.73647],[130.7761,32.69544],[130.78777,32.69544],[130.78777,32.65557],[130.6968,32.65557],[130.6968,32.6807],[130.63945,32.6807],[130.63945,32.70296],[130.58899,32.70296],[130.58899,32.75206],[130.55843,32.75206],[130.55843,32.78006],[130.5859,32.78006],[130.5859,32.81614],[130.56289,32.81614],[130.56289,32.832],[130.49629,32.832],[130.49629,32.86949],[130.45887,32.86949],[130.45887,32.93839],[130.48084,32.93839],[130.48084,33.00089],[130.62263,33.00089]]],"terms_url":"https://github.com/Project-PLATEAU/plateau-streaming-tutorial/blob/main/ortho/plateau-ortho-streaming.md","terms_text":"MLIT_PLATEAU","description":"Japan MLIT, Plateau project official tile distribution"},{"id":"mml-tausta","name":"MML Background Map","type":"tms","template":"https://tiles.kartat.kapsi.fi/taustakartta/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[2,19],"polygon":[[[27.96569,70.0988],[27.57431,70.07728],[27.10876,69.93548],[26.70913,69.97549],[26.45507,69.94207],[25.87142,69.6671],[25.94833,69.61024],[25.83023,69.55323],[25.66955,69.20794],[25.73822,69.01797],[25.60089,68.90309],[25.45806,68.91199],[25.11749,68.80699],[25.07354,68.64355],[24.88128,68.62003],[23.97491,68.84568],[23.74969,68.8308],[23.63433,68.71645],[23.18939,68.68053],[22.52197,68.7553],[21.63894,69.28191],[21.26953,69.31783],[20.94131,69.21622],[21.08963,69.09307],[21.05941,69.04352],[20.72296,69.12491],[20.54443,69.0558],[20.84655,68.97416],[20.81634,68.91742],[21.38754,68.68461],[22.04734,68.47066],[22.80212,68.35464],[23.12072,68.13169],[23.5437,67.9633],[23.44757,67.8393],[23.48602,67.59352],[23.36517,67.46545],[23.71124,67.41592],[23.72772,67.32186],[23.54644,67.26885],[23.53128,67.16724],[23.89251,66.86863],[23.84582,66.57775],[23.61843,66.44562],[23.67171,66.20303],[23.87191,66.14551],[24.09988,65.87247],[24.1658,65.66959],[24.11636,65.39143],[21.37939,63.68037],[20.17639,63.29787],[19.08325,60.16064],[20.22033,59.44786],[22.29125,59.44507],[25.82336,59.933],[27.52075,60.23435],[27.83386,60.53229],[29.29641,61.26165],[31.20803,62.44759],[31.62826,62.90585],[31.2635,63.22106],[29.99605,63.75387],[30.28656,63.81704],[30.58319,64.0782],[30.5104,64.26428],[30.09979,64.39218],[30.02563,64.58736],[30.16845,64.63329],[30.09429,64.79518],[29.78393,64.79811],[29.65347,64.89733],[29.65759,65.05939],[29.91027,65.09527],[29.93225,65.20895],[29.72076,65.27853],[29.91577,65.63788],[30.1863,65.66223],[29.9913,66.09771],[29.07119,66.91983],[30.11077,67.63431],[29.3486,68.08099],[28.67568,68.20166],[28.46547,68.54039],[28.72375,68.72642],[28.82675,68.87341],[28.44985,68.90792],[28.95996,69.05089],[28.83324,69.10563],[28.87207,69.22132],[29.36096,69.46526],[29.15634,69.69667],[28.38455,69.83488],[28.35845,69.88312],[28.17169,69.92511],[28.00415,70.01495],[27.96569,70.0988]]],"terms_url":"https://www.maanmittauslaitos.fi/en","terms_text":"© Maanmittauslaitos","description":"Background map from the National Land Survey of Finland","icon":"https://www.maanmittauslaitos.fi/apple-touch-icon.png"},{"id":"mml-orto","name":"MML Orthophoto","type":"tms","template":"https://tiles.kartat.kapsi.fi/ortokuva/{zoom}/{x}/{y}.png","category":"photo","zoomExtent":[2,19],"polygon":[[[27.96569,70.0988],[27.57431,70.07728],[27.10876,69.93548],[26.70913,69.97549],[26.45507,69.94207],[25.87142,69.6671],[25.94833,69.61024],[25.83023,69.55323],[25.66955,69.20794],[25.73822,69.01797],[25.60089,68.90309],[25.45806,68.91199],[25.11749,68.80699],[25.07354,68.64355],[24.88128,68.62003],[23.97491,68.84568],[23.74969,68.8308],[23.63433,68.71645],[23.18939,68.68053],[22.52197,68.7553],[21.63894,69.28191],[21.26953,69.31783],[20.94131,69.21622],[21.08963,69.09307],[21.05941,69.04352],[20.72296,69.12491],[20.54443,69.0558],[20.84655,68.97416],[20.81634,68.91742],[21.38754,68.68461],[22.04734,68.47066],[22.80212,68.35464],[23.12072,68.13169],[23.5437,67.9633],[23.44757,67.8393],[23.48602,67.59352],[23.36517,67.46545],[23.71124,67.41592],[23.72772,67.32186],[23.54644,67.26885],[23.53128,67.16724],[23.89251,66.86863],[23.84582,66.57775],[23.61843,66.44562],[23.67171,66.20303],[23.87191,66.14551],[24.09988,65.87247],[24.1658,65.66959],[24.11636,65.39143],[21.37939,63.68037],[20.17639,63.29787],[19.08325,60.16064],[20.22033,59.44786],[22.29125,59.44507],[25.82336,59.933],[27.52075,60.23435],[27.83386,60.53229],[29.29641,61.26165],[31.20803,62.44759],[31.62826,62.90585],[31.2635,63.22106],[29.99605,63.75387],[30.28656,63.81704],[30.58319,64.0782],[30.5104,64.26428],[30.09979,64.39218],[30.02563,64.58736],[30.16845,64.63329],[30.09429,64.79518],[29.78393,64.79811],[29.65347,64.89733],[29.65759,65.05939],[29.91027,65.09527],[29.93225,65.20895],[29.72076,65.27853],[29.91577,65.63788],[30.1863,65.66223],[29.9913,66.09771],[29.07119,66.91983],[30.11077,67.63431],[29.3486,68.08099],[28.67568,68.20166],[28.46547,68.54039],[28.72375,68.72642],[28.82675,68.87341],[28.44985,68.90792],[28.95996,69.05089],[28.83324,69.10563],[28.87207,69.22132],[29.36096,69.46526],[29.15634,69.69667],[28.38455,69.83488],[28.35845,69.88312],[28.17169,69.92511],[28.00415,70.01495],[27.96569,70.0988]]],"terms_url":"https://www.maanmittauslaitos.fi/en","terms_text":"© Maanmittauslaitos","best":true,"description":"Ortophotos from the National Land Survey of Finland","icon":"https://www.maanmittauslaitos.fi/apple-touch-icon.png"},{"id":"mml-topo","name":"MML Topographic Map","type":"tms","template":"https://tiles.kartat.kapsi.fi/peruskartta/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[2,19],"polygon":[[[27.96569,70.0988],[27.57431,70.07728],[27.10876,69.93548],[26.70913,69.97549],[26.45507,69.94207],[25.87142,69.6671],[25.94833,69.61024],[25.83023,69.55323],[25.66955,69.20794],[25.73822,69.01797],[25.60089,68.90309],[25.45806,68.91199],[25.11749,68.80699],[25.07354,68.64355],[24.88128,68.62003],[23.97491,68.84568],[23.74969,68.8308],[23.63433,68.71645],[23.18939,68.68053],[22.52197,68.7553],[21.63894,69.28191],[21.26953,69.31783],[20.94131,69.21622],[21.08963,69.09307],[21.05941,69.04352],[20.72296,69.12491],[20.54443,69.0558],[20.84655,68.97416],[20.81634,68.91742],[21.38754,68.68461],[22.04734,68.47066],[22.80212,68.35464],[23.12072,68.13169],[23.5437,67.9633],[23.44757,67.8393],[23.48602,67.59352],[23.36517,67.46545],[23.71124,67.41592],[23.72772,67.32186],[23.54644,67.26885],[23.53128,67.16724],[23.89251,66.86863],[23.84582,66.57775],[23.61843,66.44562],[23.67171,66.20303],[23.87191,66.14551],[24.09988,65.87247],[24.1658,65.66959],[24.11636,65.39143],[21.37939,63.68037],[20.17639,63.29787],[19.08325,60.16064],[20.22033,59.44786],[22.29125,59.44507],[25.82336,59.933],[27.52075,60.23435],[27.83386,60.53229],[29.29641,61.26165],[31.20803,62.44759],[31.62826,62.90585],[31.2635,63.22106],[29.99605,63.75387],[30.28656,63.81704],[30.58319,64.0782],[30.5104,64.26428],[30.09979,64.39218],[30.02563,64.58736],[30.16845,64.63329],[30.09429,64.79518],[29.78393,64.79811],[29.65347,64.89733],[29.65759,65.05939],[29.91027,65.09527],[29.93225,65.20895],[29.72076,65.27853],[29.91577,65.63788],[30.1863,65.66223],[29.9913,66.09771],[29.07119,66.91983],[30.11077,67.63431],[29.3486,68.08099],[28.67568,68.20166],[28.46547,68.54039],[28.72375,68.72642],[28.82675,68.87341],[28.44985,68.90792],[28.95996,69.05089],[28.83324,69.10563],[28.87207,69.22132],[29.36096,69.46526],[29.15634,69.69667],[28.38455,69.83488],[28.35845,69.88312],[28.17169,69.92511],[28.00415,70.01495],[27.96569,70.0988]]],"terms_url":"https://www.maanmittauslaitos.fi/en","terms_text":"© Maanmittauslaitos","description":"Topographic map from the National Land Survey of Finland","icon":"https://www.maanmittauslaitos.fi/apple-touch-icon.png"},{"id":"MOA_Aerial_2021","name":"MOA Aerial Imagery (2021)","type":"tms","template":"https://www.ancgis.com/arcgis/rest/services/imagery_publicwebonly/Photo_202106/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2021-06-01T00:00:00.000Z","startDate":"2021-06-01T00:00:00.000Z","zoomExtent":[10,21],"polygon":[[[-150.07579,61.14504],[-149.76296,61.00767],[-149.70353,61.00753],[-149.70335,61.02917],[-149.68843,61.02914],[-149.68817,61.05801],[-149.67325,61.05797],[-149.67214,61.16632],[-149.70205,61.16639],[-149.70155,61.21695],[-149.71653,61.21698],[-149.71632,61.23865],[-149.85122,61.23886],[-149.85108,61.26052],[-149.91108,61.26058],[-149.91119,61.22447],[-149.92617,61.22448],[-149.92619,61.21725],[-149.94117,61.21726],[-149.94119,61.21004],[-150.03102,61.21005],[-150.031,61.1956],[-150.04597,61.1956],[-150.04594,61.18116],[-150.0609,61.18115],[-150.06089,61.17393],[-150.07585,61.17392],[-150.07579,61.14504]],[[-149.59583,61.28888],[-149.56577,61.28879],[-149.56597,61.28158],[-149.4909,61.28131],[-149.49187,61.21635],[-149.43206,61.21605],[-149.43135,61.2594],[-149.37131,61.25916],[-149.37149,61.24474],[-149.35654,61.24465],[-149.35681,61.23741],[-149.29663,61.23715],[-149.29716,61.21545],[-149.23732,61.21512],[-149.23627,61.25843],[-149.26635,61.2586],[-149.26615,61.2658],[-149.28102,61.26587],[-149.28091,61.27311],[-149.28894,61.27316],[-149.28921,61.26422],[-149.31554,61.26407],[-149.31625,61.26915],[-149.31998,61.28052],[-149.31976,61.28778],[-149.34066,61.28789],[-149.34051,61.29511],[-149.35551,61.29519],[-149.35537,61.30241],[-149.3854,61.30254],[-149.38527,61.30976],[-149.40026,61.30983],[-149.40014,61.31706],[-149.41518,61.31713],[-149.41502,61.32434],[-149.44509,61.32446],[-149.44497,61.33169],[-149.45998,61.33175],[-149.45985,61.33897],[-149.47488,61.33904],[-149.47442,61.36792],[-149.45936,61.36786],[-149.45924,61.37508],[-149.42913,61.37496],[-149.429,61.38218],[-149.41394,61.38211],[-149.41381,61.38933],[-149.39876,61.38927],[-149.39834,61.41093],[-149.36821,61.4108],[-149.36777,61.43246],[-149.3376,61.43231],[-149.33702,61.4612],[-149.42754,61.46162],[-149.42794,61.43995],[-149.45809,61.44008],[-149.45821,61.43285],[-149.50346,61.43302],[-149.50358,61.4258],[-149.51865,61.42585],[-149.51876,61.41863],[-149.53383,61.41869],[-149.53405,61.40424],[-149.54913,61.40429],[-149.54933,61.38985],[-149.56439,61.3899],[-149.56458,61.37546],[-149.57963,61.37551],[-149.58011,61.3394],[-149.59514,61.33946],[-149.59583,61.28888]],[[-149.18463,60.93312],[-149.09568,60.93256],[-149.09502,60.9542],[-149.06538,60.95402],[-149.06412,60.99487],[-149.06847,60.99485],[-149.07205,61.02631],[-149.1228,61.02665],[-149.12399,60.98332],[-149.1537,60.98351],[-149.15412,60.96906],[-149.16894,60.96917],[-149.16914,60.96193],[-149.18399,60.96203],[-149.18463,60.93312]]],"terms_url":"https://moa-muniorg.hub.arcgis.com/","terms_text":"Municipality of Anchorage GIS","icon":"https://cdn.ancgis.com/documents/logos/MOA.png"},{"id":"Geodata-Gov-2016_Extended_Ortofoto_Moldova","name":"Moldova Extended Orthophoto (2016)","type":"wms","template":"http://geodata.gov.md/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=orthophoto:Moldova_2016_ratio5_transparent&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","polygon":[[[28.97343,47.12506],[28.9741,47.15125],[28.99096,47.15097],[28.99908,47.15224],[29.00387,47.15493],[29.00699,47.16102],[29.00845,47.26382],[29.12876,47.26212],[29.13626,47.26495],[29.14125,47.26947],[29.14125,47.27653],[29.13418,47.28486],[29.12106,47.29474],[29.11398,47.30392],[29.10628,47.31196],[29.09816,47.32184],[29.09234,47.33355],[29.08515,47.34575],[29.08942,47.34399],[29.09567,47.33609],[29.10607,47.32198],[29.11981,47.31521],[29.1373,47.31577],[29.15603,47.31803],[29.17435,47.3296],[29.18101,47.34032],[29.18059,47.35104],[29.16727,47.3705],[29.14313,47.39221],[29.1119,47.40911],[29.09358,47.41672],[29.09691,47.42461],[29.12314,47.4401],[29.13813,47.4553],[29.1373,47.4674],[29.12564,47.48063],[29.10358,47.49413],[29.07235,47.50651],[29.05029,47.51804],[29.03447,47.52816],[29.03946,47.53603],[29.04488,47.55008],[29.04654,47.56862],[29.04071,47.58238],[29.02406,47.5967],[29.00741,47.60793],[29.00116,47.61775],[29.00907,47.62617],[29.01698,47.6416],[29.0149,47.65506],[29.00782,47.66796],[29.00075,47.6915],[28.98909,47.70804],[28.98909,47.72064],[28.99825,47.74108],[29.00699,47.76347],[29.00949,47.78502],[29.02406,47.81298],[29.03697,47.8264],[29.04571,47.84149],[29.04113,47.85574],[29.03239,47.8658],[29.01573,47.87948],[28.99076,47.88813],[28.94371,47.89455],[28.90874,47.89623],[28.88626,47.90377],[28.86128,47.90628],[28.84255,47.90935],[28.83755,47.91437],[28.84838,47.9272],[28.85379,47.93669],[28.85462,47.9445],[28.84546,47.94979],[28.83714,47.95481],[28.82173,47.9615],[28.81466,47.96987],[28.80591,47.98742],[28.79217,47.99634],[28.77594,47.99912],[28.75512,47.9916],[28.74555,47.9877],[28.73347,47.99495],[28.72098,48.00692],[28.72473,48.01667],[28.72223,48.02642],[28.70558,48.03366],[28.68643,48.04006],[28.66062,48.03783],[28.63522,48.03783],[28.61982,48.04368],[28.60483,48.04702],[28.60983,48.05258],[28.6244,48.05397],[28.63731,48.05676],[28.64771,48.06288],[28.65271,48.07428],[28.65104,48.08513],[28.64397,48.09514],[28.63314,48.10321],[28.60671,48.10515],[28.59443,48.10988],[28.57257,48.12016],[28.55092,48.12766],[28.5324,48.13114],[28.51678,48.13142],[28.5018,48.12989],[28.48827,48.12364],[28.48285,48.11502],[28.47786,48.10001],[28.48181,48.09042],[28.47744,48.08263],[28.47182,48.08277],[28.46474,48.08597],[28.46017,48.09347],[28.45246,48.1014],[28.45184,48.10932],[28.44643,48.11697],[28.43644,48.1253],[28.43997,48.12822],[28.45101,48.13489],[28.45517,48.1435],[28.4535,48.15183],[28.44955,48.16864],[28.44247,48.16988],[28.44289,48.17683],[28.43113,48.18231],[28.39616,48.18265],[28.38679,48.18293],[28.38658,48.1864],[28.37971,48.18515],[28.37232,48.18078],[28.36618,48.17551],[28.35713,48.16864],[28.35317,48.15947],[28.34901,48.15253],[28.34485,48.146],[28.33402,48.14295],[28.3259,48.14295],[28.32132,48.14475],[28.32216,48.151],[28.32174,48.15669],[28.35588,48.16988],[28.36545,48.17738],[28.37836,48.18959],[28.38502,48.19903],[28.38877,48.21318],[28.3871,48.23232],[28.37961,48.24812],[28.35421,48.25976],[28.32382,48.25505],[28.30051,48.2545],[28.28094,48.24701],[28.25846,48.23703],[28.23182,48.2276],[28.20934,48.21845],[28.20143,48.22927],[28.20809,48.24313],[28.20351,48.25755],[28.1777,48.26946],[28.14314,48.27611],[28.12149,48.26392],[28.12108,48.25228],[28.10859,48.24784],[28.09901,48.24812],[28.1011,48.25976],[28.10817,48.27307],[28.11275,48.29163],[28.11192,48.30381],[28.10193,48.31683],[28.08194,48.32901],[28.05655,48.33676],[28.01991,48.33759],[27.97953,48.33842],[27.95788,48.34395],[27.92458,48.35779],[27.90127,48.37715],[27.89752,48.39125],[27.89044,48.40645],[27.88378,48.41612],[27.8613,48.42413],[27.83507,48.42883],[27.81592,48.44402],[27.79261,48.45755],[27.75431,48.46942],[27.71809,48.46528],[27.67562,48.45148],[27.65148,48.45313],[27.63358,48.4581],[27.6061,48.46915],[27.61318,48.47439],[27.62358,48.4857],[27.62067,48.49702],[27.60402,48.50198],[27.57904,48.50198],[27.56488,48.49977],[27.53824,48.4857],[27.51909,48.47908],[27.50369,48.46859],[27.49328,48.46942],[27.47496,48.46556],[27.44998,48.45451],[27.44415,48.43574],[27.43541,48.42248],[27.41668,48.42441],[27.39503,48.42441],[27.3917,48.44209],[27.38296,48.45065],[27.36963,48.45562],[27.35714,48.45976],[27.3355,48.45866],[27.32009,48.45479],[27.30635,48.4512],[27.29595,48.43353],[27.2947,48.42579],[27.28138,48.41253],[27.27388,48.38986],[27.26805,48.39097],[27.26014,48.39069],[27.23974,48.38682],[27.22184,48.40147],[27.20602,48.4023],[27.20061,48.40534],[27.18354,48.40369],[27.16106,48.3918],[27.14524,48.3871],[27.13317,48.38959],[27.10361,48.41695],[27.09986,48.43988],[27.09112,48.44568],[27.06448,48.44513],[27.05157,48.43712],[27.03409,48.43767],[27.01285,48.43629],[27.00037,48.43159],[27.00078,48.4128],[27.01743,48.407],[27.02951,48.39456],[27.02076,48.39318],[26.99579,48.38986],[26.98538,48.38212],[26.98413,48.373],[26.93875,48.38185],[26.92418,48.38323],[26.91127,48.38848],[26.91544,48.39235],[26.91669,48.39926],[26.89421,48.42275],[26.87297,48.43076],[26.84966,48.42441],[26.81053,48.428],[26.7793,48.43076],[26.76348,48.42551],[26.74933,48.41142],[26.73517,48.41916],[26.72185,48.42275],[26.69895,48.41225],[26.69479,48.39899],[26.74974,48.34866],[26.7664,48.34063],[26.79679,48.3315],[26.80928,48.33648],[26.80511,48.31849],[26.80636,48.30631],[26.79804,48.30271],[26.78097,48.30991],[26.77681,48.31904],[26.77514,48.32458],[26.7664,48.33261],[26.75557,48.33399],[26.74225,48.33122],[26.70603,48.3683],[26.69271,48.37106],[26.67106,48.36304],[26.66773,48.35502],[26.67522,48.33759],[26.66315,48.33482],[26.65732,48.32264],[26.63401,48.31267],[26.62985,48.30021],[26.60362,48.28332],[26.60112,48.26752],[26.61652,48.24979],[26.64525,48.24119],[26.66398,48.23259],[26.68855,48.2387],[26.70187,48.24202],[26.72185,48.23149],[26.75308,48.23426],[26.77889,48.23232],[26.80137,48.2362],[26.8047,48.22594],[26.8251,48.21706],[26.84092,48.21568],[26.87131,48.19209],[26.8788,48.18154],[26.89046,48.17183],[26.90586,48.16961],[26.91252,48.16683],[26.92002,48.15822],[26.93167,48.15156],[26.93334,48.14378],[26.93958,48.13128],[26.95748,48.121],[26.98246,48.11488],[27.00286,48.10988],[27.01244,48.11377],[27.02326,48.10487],[27.01161,48.0982],[27.00786,48.08763],[27.01161,48.08096],[27.02534,48.0754],[27.02659,48.06983],[27.03159,48.06204],[27.06656,48.04563],[27.06406,48.03338],[27.07488,48.02475],[27.07447,48.00776],[27.08238,47.99745],[27.10319,47.98882],[27.11901,47.98185],[27.13483,47.97795],[27.12692,47.97238],[27.12484,47.96095],[27.13983,47.95175],[27.15731,47.94505],[27.15024,47.94143],[27.14191,47.92916],[27.14732,47.91688],[27.18146,47.89958],[27.21352,47.85574],[27.20394,47.83646],[27.19811,47.81634],[27.21601,47.79397],[27.24557,47.76767],[27.24807,47.7548],[27.26389,47.74444],[27.2514,47.7436],[27.2335,47.72428],[27.23641,47.71392],[27.27638,47.66207],[27.31218,47.62308],[27.34341,47.61158],[27.35631,47.59109],[27.39711,47.57255],[27.40669,47.55064],[27.43166,47.51185],[27.45581,47.48035],[27.48579,47.466],[27.51618,47.46318],[27.53158,47.46628],[27.54532,47.45727],[27.53491,47.437],[27.53782,47.42151],[27.55614,47.41165],[27.54865,47.37586],[27.55739,47.36232],[27.57571,47.35527],[27.57696,47.34484],[27.56197,47.32876],[27.57155,47.31436],[27.6061,47.29997],[27.63899,47.285],[27.66022,47.2898],[27.66938,47.27625],[27.68936,47.27257],[27.71809,47.2802],[27.72808,47.2528],[27.72517,47.24178],[27.74765,47.21888],[27.7593,47.20134],[27.78053,47.16852],[27.76513,47.14389],[27.77179,47.132],[27.80135,47.12605],[27.80718,47.11869],[27.86005,47.07731],[27.91001,47.05491],[27.95997,47.02824],[28.01658,47.0061],[28.06238,46.97827],[28.06196,46.93167],[28.08361,46.91944],[28.06904,46.91148],[28.06613,46.88986],[28.08944,46.88189],[28.08278,46.87706],[28.08278,46.86425],[28.0986,46.854],[28.09443,46.82666],[28.11358,46.7996],[28.13274,46.79076],[28.17312,46.71888],[28.19518,46.67891],[28.21808,46.66463],[28.22016,46.62976],[28.23265,46.6189],[28.22058,46.59516],[28.20642,46.58028],[28.20975,46.5591],[28.19768,46.54164],[28.19477,46.49867],[28.22016,46.45193],[28.23806,46.42956],[28.2185,46.42497],[28.20767,46.40574],[28.1702,46.36036],[28.16354,46.33306],[28.18061,46.31322],[28.12774,46.29424],[28.0936,46.24705],[28.08819,46.22372],[28.09527,46.2001],[28.11733,46.16695],[28.10776,46.15426],[28.10776,46.12311],[28.09069,46.10637],[28.07778,46.0827],[28.06821,46.01624],[28.07903,45.98616],[28.09985,45.94536],[28.09568,45.93465],[28.10651,45.92394],[28.09568,45.90279],[28.0961,45.87845],[28.1115,45.87295],[28.09069,45.86715],[28.09069,45.82162],[28.0961,45.78795],[28.12649,45.76763],[28.13024,45.74497],[28.14481,45.73335],[28.14481,45.7069],[28.15147,45.6784],[28.13648,45.63708],[28.10901,45.63854],[28.07445,45.61612],[28.07445,45.59952],[28.10401,45.5631],[28.13107,45.56047],[28.14647,45.54036],[28.13856,45.50302],[28.15938,45.4896],[28.17728,45.46362],[28.22599,45.46245],[28.26762,45.50857],[28.30675,45.53453],[28.40251,45.50682],[28.40417,45.50011],[28.4125,45.5004],[28.41375,45.47442],[28.42832,45.47442],[28.52407,45.48843],[28.53281,45.49981],[28.50991,45.56281],[28.55529,45.56951],[28.55862,45.58408],[28.5503,45.60971],[28.52365,45.67433],[28.49659,45.67607],[28.51699,45.69062],[28.52657,45.71882],[28.57569,45.71795],[28.59817,45.71998],[28.61066,45.73422],[28.60483,45.75891],[28.62398,45.75514],[28.71849,45.7685],[28.7214,45.79434],[28.71599,45.80943],[28.8005,45.82307],[28.8005,45.84047],[28.77302,45.91988],[28.77885,45.93436],[28.77552,45.94942],[28.78968,45.95028],[28.79634,45.96273],[28.99076,45.99397],[29.02323,46.05006],[28.96952,46.09338],[29.08318,46.19145],[29.08359,46.2001],[28.96827,46.26403],[28.99367,46.30287],[29.01032,46.31236],[29.00824,46.34714],[28.99658,46.3572],[28.9612,46.42095],[28.95287,46.44878],[29.02115,46.44964],[29.0403,46.45423],[29.03946,46.47946],[29.05487,46.48921],[29.05528,46.49695],[29.06944,46.49523],[29.07818,46.50297],[29.1781,46.50583],[29.17851,46.53677],[29.22014,46.54507],[29.22306,46.49809],[29.23305,46.48835],[29.20849,46.4723],[29.2114,46.42698],[29.22472,46.41693],[29.19392,46.39425],[29.20058,46.38621],[29.20016,46.37472],[29.23929,46.36524],[29.2522,46.36754],[29.28301,46.39081],[29.28301,46.39942],[29.28759,46.40114],[29.30049,46.39655],[29.33588,46.40631],[29.33879,46.4155],[29.32755,46.43759],[29.33588,46.44476],[29.3288,46.46025],[29.3517,46.46828],[29.38584,46.41664],[29.39749,46.41492],[29.41373,46.42037],[29.41373,46.42812],[29.40415,46.44448],[29.44995,46.48376],[29.482,46.46025],[29.46827,46.44935],[29.47951,46.42468],[29.49158,46.41435],[29.55361,46.40832],[29.56652,46.35375],[29.60107,46.34369],[29.69058,46.35375],[29.69224,46.37559],[29.681,46.41463],[29.74428,46.42726],[29.75927,46.43989],[29.7651,46.44247],[29.77467,46.41578],[29.80215,46.39741],[29.79132,46.39081],[29.79299,46.37961],[29.87833,46.34513],[29.90123,46.34341],[29.90872,46.3503],[29.90248,46.3684],[29.9387,46.38822],[29.98366,46.37501],[30.01322,46.37358],[30.02696,46.37386],[30.06193,46.38822],[30.07567,46.37961],[30.0919,46.36496],[30.10564,46.36668],[30.11813,46.38363],[30.17475,46.40717],[30.17475,46.42784],[30.16642,46.43673],[30.12021,46.43788],[30.09856,46.44993],[30.07234,46.45222],[30.04236,46.45308],[30.03487,46.46083],[30.03903,46.47287],[30.02529,46.48118],[30.00656,46.48233],[30.01821,46.49351],[30.01322,46.50325],[29.99074,46.5213],[29.97409,46.51844],[29.95785,46.52187],[29.94411,46.51615],[29.93245,46.52331],[29.91039,46.54307],[29.91164,46.55338],[29.90789,46.56053],[29.89041,46.57427],[29.89623,46.57885],[29.88666,46.59487],[29.86876,46.59687],[29.85294,46.60317],[29.82671,46.61318],[29.79757,46.61461],[29.7855,46.60631],[29.78008,46.59258],[29.77259,46.59888],[29.75552,46.59973],[29.79028,46.6279],[29.79278,46.63562],[29.78883,46.65691],[29.78112,46.66363],[29.7703,46.66548],[29.52447,46.6712],[29.52468,46.68705],[29.51947,46.69205],[29.5126,46.69405],[29.42705,46.6949],[29.42788,46.73187],[29.42393,46.73758],[29.41664,46.73971],[29.39458,46.73986],[29.39604,46.79561],[29.39583,46.80102],[29.39187,46.80558],[29.38584,46.80729],[29.36356,46.80786],[29.3646,46.84432],[29.36023,46.85044],[29.35357,46.85272],[29.29841,46.85343],[29.29903,46.86866],[29.29508,46.87364],[29.28967,46.87549],[29.26594,46.87578],[29.26656,46.89043],[29.26302,46.89555],[29.25574,46.89882],[29.23367,46.8984],[29.2343,46.91717],[29.2318,46.92143],[29.23222,46.93451],[29.22535,46.93636],[29.22514,46.9402],[29.2114,46.94375],[29.20141,46.94389],[29.20079,46.96037],[29.19392,46.96037],[29.19412,46.96549],[29.18996,46.96662],[29.16915,46.96705],[29.16935,46.97969],[29.1681,46.98338],[29.1654,46.98722],[29.15832,46.98906],[29.0709,46.98991],[29.0711,47.00482],[29.06736,47.00979],[29.06174,47.0122],[29.03822,47.01263],[29.03822,47.02781],[29.03468,47.03235],[29.02864,47.03476],[29.00574,47.03519],[29.00574,47.03916],[29.37959,47.03661],[29.39104,47.03703],[29.39728,47.04016],[29.40041,47.04441],[29.40207,47.11486],[29.39833,47.11968],[29.39083,47.12265],[28.97343,47.12506]]],"terms_url":"https://geoportalinds.gov.md/geonetwork/srv/eng/catalog.search#/metadata/409360c7-49fb-46ed-83a5-96a8bd0db77b","terms_text":"© Agenţia Geodezie, Cartografie şi Cadastru / Geoportal INDS / Moldova Extended Ortofoto 2016","best":true,"description":"2016 Extended Orthophotos, Moldova, Executed by Primul Meridian SRL, scale 1:5000, 20cm, precision 0.5m, true colors, covers practically the entire territory of the Republic of Moldova, except some areas from the east part of Moldova,compared to original 2016 Ortophotos, these are extended with about 2-5 km at the boundaries.","icon":"https://geoportalinds.gov.md/geonetwork/images/logos/favicon.png"},{"id":"Geodata-Gov-2011_Ortofoto_Linemap","name":"Moldova Linemap Orthophoto (2011)","type":"wms","template":"http://geodata.gov.md/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=orthophoto:Orto_Linemap_2011&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2011-01-01T00:00:00.000Z","polygon":[[[28.22887,46.59868],[28.27926,46.59151],[28.89958,46.76616],[29.22104,46.8506],[29.50426,46.91592],[28.99515,47.6877],[28.50862,47.54246],[28.75189,47.19175],[28.72235,47.18939],[28.0777,46.9859],[28.06033,46.95863],[28.08118,46.87911],[28.10724,46.80067],[28.14721,46.78044],[28.21323,46.61599],[28.22887,46.59868]]],"terms_url":"https://geoportalinds.gov.md/geonetwork/srv/eng/catalog.search#/metadata/f9d32b88-8c03-4428-8c1b-fd9505500615","terms_text":"© Agenţia Geodezie, Cartografie şi Cadastru / Geoportal INDS / Chișinău Linemap Orthophoto 2011","description":"2011 Moldova Linemap Orthophoto, Executed by Hansa Luftbild & Astec Consortium, scale 1:5000, 20cm, precision 0.4m, true colours, created for the experimental Linemap 2011 project, covers the central territory of the Republic of Moldova, including Chișinău Municipality.","icon":"https://geoportalinds.gov.md/geonetwork/images/logos/favicon.png"},{"id":"Geodata-Gov-2007_Ortofoto_Moldova","name":"Moldova Orthophoto (2007)","type":"wms","template":"http://geodata.gov.md/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=orthophoto:Ortofoto_2007&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2007-01-01T00:00:00.000Z","polygon":[[[29.08588,46.50788],[29.17554,46.50736],[29.17554,46.51769],[29.18417,46.51795],[29.18417,46.52905],[29.21306,46.52905],[29.21193,46.49677],[29.24457,46.49626],[29.2502,46.48619],[29.21981,46.46629],[29.21944,46.46086],[29.22732,46.45311],[29.22844,46.40838],[29.20931,46.40786],[29.20968,46.39234],[29.20481,46.38639],[29.21006,46.38225],[29.21043,46.37112],[29.26521,46.37086],[29.26633,46.39027],[29.26971,46.39234],[29.27083,46.40657],[29.33049,46.40527],[29.33311,46.44148],[29.41039,46.43915],[29.41152,46.45983],[29.41865,46.45957],[29.4254,46.47249],[29.47305,46.47223],[29.47117,46.43941],[29.49068,46.42959],[29.49556,46.42364],[29.49518,46.41278],[29.53607,46.41407],[29.53645,46.40217],[29.55708,46.40217],[29.56121,46.39156],[29.56834,46.39104],[29.56909,46.36775],[29.57125,46.36587],[29.5795,46.36367],[29.58982,46.36257],[29.59666,46.36257],[29.59779,46.36121],[29.61082,46.36044],[29.62442,46.35914],[29.63052,46.35908],[29.64581,46.35985],[29.6611,46.3594],[29.67732,46.35908],[29.67704,46.36283],[29.69852,46.36244],[29.69983,46.39719],[29.67376,46.39777],[29.67132,46.39932],[29.67132,46.40217],[29.66701,46.40243],[29.66851,46.43385],[29.67638,46.43385],[29.67864,46.42933],[29.73754,46.4292],[29.73791,46.43308],[29.7773,46.43269],[29.77636,46.42312],[29.78968,46.41135],[29.79719,46.41135],[29.797,46.39648],[29.80431,46.39648],[29.80431,46.3926],[29.82138,46.39247],[29.82045,46.37163],[29.83414,46.36477],[29.83376,46.35558],[29.88347,46.35519],[29.8846,46.3913],[29.93487,46.39001],[29.96244,46.38884],[30.01234,46.38781],[30.01253,46.38988],[30.06205,46.38872],[30.09525,46.38755],[30.09788,46.38626],[30.11495,46.38639],[30.11495,46.38884],[30.12864,46.38884],[30.12977,46.42752],[30.12376,46.42855],[30.11626,46.42881],[30.11664,46.4535],[30.02866,46.45453],[30.02885,46.46707],[30.0114,46.4672],[30.01159,46.49794],[29.99677,46.49858],[29.99715,46.51382],[29.91705,46.51537],[29.91405,46.52943],[29.90242,46.53924],[29.90242,46.56607],[29.94312,46.56543],[29.94275,46.58902],[29.93862,46.59083],[29.92699,46.59096],[29.9223,46.58941],[29.91818,46.58915],[29.91743,46.59547],[29.90411,46.59586],[29.90504,46.6166],[29.76548,46.61854],[29.76624,46.63039],[29.77843,46.63039],[29.7818,46.63451],[29.78162,46.63825],[29.77974,46.64043],[29.77993,46.6434],[29.81801,46.64327],[29.82251,46.64481],[29.82326,46.69321],[29.74035,46.69476],[29.74054,46.7201],[29.72797,46.72061],[29.72947,46.74542],[29.71371,46.74568],[29.71409,46.77151],[29.67545,46.77202],[29.67582,46.79643],[29.6777,46.79771],[29.71315,46.79707],[29.71428,46.82121],[29.67376,46.82211],[29.66307,46.81941],[29.66194,46.82275],[29.65856,46.82326],[29.65744,46.82031],[29.65237,46.82082],[29.646,46.823],[29.64637,46.84059],[29.67413,46.84007],[29.6747,46.84674],[29.53439,46.8488],[29.5357,46.87342],[29.52557,46.87407],[29.52632,46.89983],[29.50962,46.89971],[29.51281,46.98653],[29.4314,46.98781],[29.43328,47.02312],[29.41114,47.02286],[29.41527,47.09238],[29.40064,47.09366],[29.40027,47.12813],[29.36425,47.12813],[29.36462,47.15951],[29.35825,47.15951],[29.35862,47.16411],[29.33199,47.16385],[29.33424,47.19572],[29.34061,47.19598],[29.34249,47.23191],[29.36012,47.23191],[29.36087,47.2668],[29.37175,47.26705],[29.37588,47.30446],[29.37588,47.33829],[29.36688,47.33854],[29.36763,47.37285],[29.34887,47.37743],[29.32711,47.37819],[29.32823,47.40841],[29.15266,47.40993],[29.15416,47.44597],[29.12527,47.44572],[29.12752,47.48072],[29.12077,47.48123],[29.12265,47.5157],[29.07538,47.51646],[29.07575,47.55065],[29.05061,47.55217],[29.05249,47.58584],[29.03974,47.58609],[29.04199,47.621],[29.03486,47.621],[29.03598,47.66776],[29.03598,47.691],[29.02398,47.69075],[29.02473,47.72584],[29.01497,47.72634],[29.01685,47.75863],[29.02098,47.7609],[29.02173,47.79292],[29.02848,47.7962],[29.02848,47.82442],[29.03261,47.82895],[29.04574,47.82945],[29.04574,47.86546],[29.03036,47.86546],[29.03036,47.89967],[28.92756,47.90194],[28.92869,47.93588],[28.8484,47.93739],[28.8484,47.97332],[28.82702,47.97231],[28.82852,48.00721],[28.77712,48.00772],[28.77562,48.04234],[28.69384,48.04309],[28.69496,48.0777],[28.63906,48.0792],[28.64056,48.11378],[28.60455,48.11378],[28.60342,48.14908],[28.41472,48.15058],[28.41659,48.18486],[28.34906,48.18586],[28.34981,48.22087],[28.19187,48.22112],[28.18887,48.22712],[28.18137,48.22687],[28.18287,48.26135],[28.13184,48.26185],[28.13184,48.2576],[28.09058,48.25785],[28.09395,48.26809],[28.09545,48.2948],[28.0872,48.2983],[28.08645,48.32774],[27.99791,48.32973],[27.9664,48.32874],[27.92476,48.34993],[27.91913,48.36688],[27.89362,48.37511],[27.88199,48.38757],[27.87261,48.39878],[27.77807,48.45106],[27.76606,48.45504],[27.76531,48.46176],[27.59837,48.46026],[27.59386,48.46698],[27.60362,48.48016],[27.59086,48.49657],[27.57248,48.49309],[27.55522,48.48688],[27.52708,48.47196],[27.5072,48.46275],[27.45543,48.46126],[27.4573,48.43662],[27.45243,48.43463],[27.37064,48.43438],[27.29524,48.43389],[27.29674,48.39853],[27.09903,48.39753],[27.0859,48.40102],[27.08289,48.39828],[26.8034,48.39703],[26.78989,48.40924],[26.78164,48.40675],[26.76101,48.41148],[26.75238,48.40575],[26.74,48.40824],[26.72987,48.39703],[26.72011,48.39629],[26.71899,48.36215],[26.67622,48.36265],[26.67622,48.32699],[26.66121,48.32749],[26.66196,48.2973],[26.65746,48.29256],[26.6387,48.29231],[26.6387,48.26185],[26.61394,48.2616],[26.61507,48.22037],[26.84167,48.22212],[26.84542,48.21962],[26.85592,48.21912],[26.85892,48.21587],[26.85855,48.18761],[26.88293,48.18711],[26.88143,48.11829],[26.92045,48.11879],[26.92195,48.08396],[26.96097,48.08371],[26.96284,48.04911],[27.07239,48.04911],[27.07239,48.02378],[27.08439,48.02378],[27.08214,48.01449],[27.08364,47.9796],[27.10353,47.97985],[27.10353,47.94392],[27.14254,47.94417],[27.14179,47.92608],[27.13279,47.9218],[27.13317,47.91376],[27.14367,47.90848],[27.15643,47.90873],[27.15643,47.90194],[27.17368,47.90194],[27.17406,47.83902],[27.19169,47.84003],[27.19507,47.83424],[27.20107,47.83424],[27.20107,47.80401],[27.2232,47.80477],[27.22283,47.78813],[27.22808,47.78662],[27.23896,47.78687],[27.24046,47.77074],[27.25547,47.77074],[27.25622,47.75258],[27.26485,47.75081],[27.27348,47.7377],[27.25809,47.7377],[27.24459,47.72155],[27.24496,47.71599],[27.25847,47.70842],[27.25809,47.70009],[27.2671,47.69832],[27.26785,47.667],[27.28848,47.66675],[27.28661,47.63061],[27.3215,47.63162],[27.3185,47.56306],[27.32675,47.5623],[27.35939,47.56129],[27.36051,47.5271],[27.40778,47.52761],[27.40628,47.49365],[27.42879,47.49289],[27.42954,47.4579],[27.45505,47.4579],[27.45393,47.42263],[27.53046,47.42263],[27.52971,47.38632],[27.54397,47.38632],[27.54322,47.35379],[27.5661,47.35303],[27.56535,47.2836],[27.67265,47.2836],[27.6779,47.28029],[27.72367,47.28055],[27.73793,47.27062],[27.7383,47.24465],[27.74805,47.23089],[27.74768,47.22248],[27.76081,47.22223],[27.75968,47.21255],[27.76906,47.21255],[27.77207,47.17839],[27.79045,47.17788],[27.79045,47.16002],[27.77432,47.159],[27.77544,47.13859],[27.7927,47.13936],[27.7942,47.13834],[27.79392,47.12819],[27.82571,47.12889],[27.82215,47.12596],[27.82177,47.11881],[27.82553,47.1169],[27.82571,47.10898],[27.85085,47.10911],[27.85516,47.10336],[27.85404,47.07297],[27.88086,47.07386],[27.88142,47.06658],[27.89549,47.06619],[27.89812,47.06338],[27.91012,47.06428],[27.90975,47.05942],[27.92401,47.05955],[27.92401,47.05521],[27.93845,47.05495],[27.93789,47.0391],[27.91857,47.0391],[27.91894,47.00432],[27.98197,47.00445],[27.98253,46.96938],[28.04856,46.96926],[28.04912,46.9649],[28.05156,46.96426],[28.05156,46.9352],[28.063,46.93456],[28.06338,46.9302],[28.06863,46.92956],[28.06769,46.89894],[28.07857,46.89906],[28.07895,46.87855],[28.09545,46.87894],[28.09527,46.86906],[28.10371,46.86906],[28.10465,46.86342],[28.10971,46.8597],[28.10952,46.8547],[28.10465,46.8547],[28.10558,46.82891],[28.10915,46.82801],[28.10934,46.80272],[28.12847,46.80259],[28.13166,46.80131],[28.13728,46.80157],[28.13653,46.77832],[28.15435,46.77806],[28.15923,46.77305],[28.15979,46.75686],[28.1703,46.75661],[28.1703,46.72743],[28.18305,46.72743],[28.18324,46.721],[28.18737,46.71611],[28.18718,46.70157],[28.19844,46.7017],[28.19881,46.69772],[28.20313,46.69501],[28.20369,46.67648],[28.21513,46.67635],[28.21644,46.65202],[28.22882,46.65112],[28.22882,46.64353],[28.23576,46.64391],[28.23558,46.60101],[28.20331,46.60075],[28.20275,46.55756],[28.20313,46.4951],[28.20388,46.46397],[28.23614,46.46371],[28.23614,46.42079],[28.20275,46.42079],[28.20238,46.37629],[28.17124,46.37629],[28.17049,46.30844],[28.13372,46.3087],[28.1341,46.29003],[28.11271,46.28926],[28.11159,46.25477],[28.10483,46.25451],[28.10521,46.24128],[28.09545,46.24153],[28.09433,46.19403],[28.10671,46.19403],[28.10671,46.18234],[28.12059,46.18234],[28.11909,46.11555],[28.10708,46.11503],[28.10558,46.10618],[28.09508,46.10618],[28.09433,46.08199],[28.0827,46.08095],[28.08045,46.00178],[28.09208,45.9924],[28.0947,45.94468],[28.10821,45.94573],[28.10858,45.92068],[28.10858,45.88178],[28.10483,45.88021],[28.10483,45.87368],[28.11234,45.87237],[28.11234,45.86924],[28.10333,45.86192],[28.10146,45.83788],[28.09133,45.83788],[28.09245,45.81043],[28.10858,45.81122],[28.10821,45.7657],[28.14085,45.76648],[28.1416,45.62734],[28.0797,45.62761],[28.0782,45.59113],[28.09958,45.59165],[28.09846,45.56303],[28.14122,45.56355],[28.14347,45.48786],[28.17536,45.48733],[28.17499,45.46602],[28.2035,45.46366],[28.22113,45.46392],[28.23239,45.47286],[28.23201,45.4826],[28.24289,45.49233],[28.2549,45.50863],[28.25565,45.51836],[28.2684,45.51862],[28.2714,45.52204],[28.38808,45.51994],[28.40271,45.51705],[28.42822,45.51678],[28.42822,45.49101],[28.48862,45.48944],[28.49125,45.51889],[28.52014,45.51915],[28.52051,45.55489],[28.53289,45.55515],[28.53139,45.57143],[28.53327,45.58167],[28.53739,45.58404],[28.55015,45.58588],[28.5524,45.59559],[28.55278,45.62577],[28.54302,45.62551],[28.54227,45.63626],[28.53064,45.63548],[28.53027,45.66196],[28.4845,45.6617],[28.48525,45.67953],[28.492,45.69368],[28.53139,45.69342],[28.53177,45.72669],[28.61205,45.72748],[28.61318,45.76073],[28.65895,45.76125],[28.65895,45.76648],[28.72422,45.76622],[28.72329,45.81148],[28.74411,45.81135],[28.74392,45.82534],[28.76118,45.82625],[28.78594,45.83174],[28.78594,45.84755],[28.77712,45.86428],[28.779,45.86623],[28.78031,45.90045],[28.76606,45.90097],[28.76718,45.93959],[28.76305,45.94899],[28.76305,45.95381],[28.7865,45.95733],[28.78237,45.96894],[28.83002,45.96868],[28.92193,45.98667],[28.94332,45.98979],[28.94257,45.99709],[28.96883,45.99866],[28.98909,46.00309],[29.00184,46.03461],[29.01685,46.03747],[29.0176,46.07262],[28.98646,46.07262],[28.96133,46.08954],[28.96283,46.09786],[28.96958,46.10592],[28.98384,46.10592],[28.99246,46.12257],[29.00822,46.13895],[29.01497,46.14181],[29.02923,46.15143],[29.03448,46.16884],[29.04536,46.16961],[29.05662,46.17663],[29.07237,46.19481],[29.05849,46.20338],[29.05812,46.21221],[29.04536,46.21221],[29.04536,46.24076],[29.01873,46.2405],[29.01835,46.24672],[29.0071,46.24672],[29.0071,46.26281],[28.98459,46.26229],[28.98534,46.28122],[28.97371,46.28226],[28.97408,46.29937],[28.98159,46.31466],[29.00147,46.31414],[29.00109,46.35248],[28.98309,46.35455],[28.97483,46.35403],[28.97558,46.3869],[28.96508,46.38872],[28.95495,46.40967],[28.95307,46.45415],[29.00334,46.45492],[29.02548,46.46164],[29.0206,46.48128],[29.00597,46.4836],[29.00635,46.48825],[29.04161,46.48773],[29.04236,46.49677],[29.08663,46.49652],[29.08588,46.50788]]],"terms_url":"https://geoportalinds.gov.md/geonetwork/srv/eng/catalog.search#/metadata/031bdbda-9765-42ef-82ee-44f3148c4e15","terms_text":"© Agenţia Geodezie, Cartografie şi Cadastru / Geoportal INDS / Ortofoto Moldova 2007","description":"2007 Moldova Orthophotos, Executed by 'BLOOM Info GENET SRL', scale 1:5000, 40cm, precision 1.5m, true colours, covers the entire territory of Moldova, except some areas from the east part of Moldova.","icon":"https://geoportalinds.gov.md/geonetwork/images/logos/favicon.png"},{"id":"Geodata-Gov-2016_Ortofoto_Moldova","name":"Moldova Orthophoto (2016)","type":"wms","template":"http://geodata.gov.md/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=orthophoto:Ortofoto_2016_RM&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","polygon":[[[27.63817,47.29879],[27.68692,47.28249],[27.72674,47.28948],[27.73979,47.24288],[27.78717,47.18505],[27.7755,47.13976],[27.82494,47.13089],[27.82013,47.11407],[27.89566,47.07106],[27.95883,47.03691],[28.02681,47.01116],[28.05977,46.99056],[28.07762,46.97135],[28.07419,46.96011],[28.07831,46.90055],[28.11264,46.81933],[28.15933,46.77138],[28.18336,46.71586],[28.20328,46.68336],[28.23006,46.66405],[28.23486,46.6037],[28.21907,46.58293],[28.20877,46.53525],[28.20259,46.49981],[28.24104,46.44117],[28.19023,46.37062],[28.17375,46.34645],[28.18199,46.309],[28.1353,46.28812],[28.10509,46.2454],[28.10097,46.20502],[28.12775,46.16319],[28.08517,46.07799],[28.07693,46.00507],[28.10921,45.91724],[28.09753,45.83932],[28.10715,45.78859],[28.15178,45.73542],[28.1559,45.68124],[28.14766,45.63805],[28.11127,45.63085],[28.08586,45.61596],[28.08037,45.60443],[28.10303,45.58089],[28.14903,45.55301],[28.14903,45.50923],[28.17993,45.47217],[28.21564,45.46495],[28.26096,45.51453],[28.30627,45.54339],[28.41476,45.51116],[28.41408,45.4818],[28.52325,45.49913],[28.49785,45.56983],[28.54935,45.57848],[28.51982,45.66877],[28.49029,45.66493],[28.48549,45.67884],[28.51158,45.70186],[28.52325,45.73015],[28.56102,45.72152],[28.5981,45.72823],[28.59947,45.74788],[28.58643,45.76848],[28.62419,45.76225],[28.71689,45.7771],[28.70521,45.81301],[28.79242,45.8288],[28.75809,45.92632],[28.7677,45.93348],[28.76083,45.95545],[28.78693,45.95927],[28.78006,45.96977],[28.98331,46.00126],[29.01077,46.05179],[28.95515,46.09419],[29.07394,46.19599],[28.95515,46.26154],[28.9888,46.31279],[29.01077,46.31326],[28.99429,46.3493],[28.94691,46.42792],[28.94211,46.45536],[29.03137,46.46009],[29.02862,46.48657],[29.04304,46.48799],[29.0451,46.5017],[29.06502,46.50123],[29.07326,46.50926],[29.1687,46.51304],[29.16664,46.54281],[29.2305,46.55319],[29.23737,46.49556],[29.24629,46.48516],[29.21471,46.46435],[29.22295,46.42934],[29.24148,46.41609],[29.1996,46.38625],[29.24148,46.37394],[29.2717,46.39289],[29.27307,46.40567],[29.29504,46.41277],[29.3026,46.4052],[29.33075,46.41372],[29.31221,46.44354],[29.32526,46.44779],[29.31496,46.46482],[29.34723,46.47475],[29.33693,46.49508],[29.34997,46.49981],[29.39323,46.42129],[29.40628,46.42555],[29.39392,46.44779],[29.44954,46.49461],[29.49623,46.46104],[29.48044,46.44827],[29.48799,46.42887],[29.50653,46.42082],[29.56146,46.41372],[29.58137,46.35072],[29.68574,46.3602],[29.66515,46.43407],[29.67338,46.43691],[29.68231,46.42271],[29.75029,46.43644],[29.74754,46.44685],[29.73175,46.46577],[29.74342,46.47003],[29.75166,46.46435],[29.7757,46.43833],[29.78325,46.41703],[29.81346,46.39573],[29.79698,46.38578],[29.89586,46.3474],[29.8938,46.37062],[29.93843,46.39525],[29.98993,46.37962],[29.99885,46.38625],[30.02289,46.37962],[30.06065,46.39573],[30.07645,46.38768],[30.09499,46.37157],[30.11078,46.3891],[30.17258,46.4123],[30.15953,46.4336],[30.03456,46.44921],[30.02357,46.47617],[29.98856,46.51446],[29.91096,46.52816],[29.88144,46.59096],[29.80591,46.60983],[29.78119,46.5952],[29.75029,46.60228],[29.78943,46.63435],[29.77981,46.65745],[29.76128,46.66263],[29.51614,46.66405],[29.51477,46.68854],[29.41795,46.68949],[29.42001,46.7328],[29.38568,46.73233],[29.38774,46.80053],[29.35409,46.801],[29.35684,46.8461],[29.28818,46.84657],[29.28886,46.87005],[29.2559,46.87005],[29.2559,46.89399],[29.22432,46.89446],[29.22329,46.9362],[29.18999,46.9369],[29.19033,46.9587],[29.15771,46.95987],[29.15634,46.98189],[29.05952,46.98213],[29.05987,47.00414],[29.02657,47.00508],[29.02657,47.02708],[28.99395,47.02731],[28.99361,47.04814],[29.37984,47.04439],[29.39598,47.05796],[29.39152,47.06194],[29.37916,47.0624],[29.3613,47.07994],[29.36096,47.09584],[29.34242,47.11033],[29.3129,47.10519],[29.29573,47.11593],[28.96408,47.1178],[28.96339,47.15937],[28.99704,47.15891],[28.99773,47.27084],[29.13437,47.27084],[29.0966,47.30391],[29.07806,47.3337],[29.0712,47.34859],[29.07463,47.35511],[29.08768,47.35418],[29.0966,47.34999],[29.10484,47.34301],[29.11102,47.33417],[29.11789,47.32719],[29.13025,47.3244],[29.14535,47.32812],[29.16389,47.33836],[29.16733,47.3458],[29.16321,47.3565],[29.15428,47.36766],[29.12132,47.39324],[29.08218,47.41183],[29.09248,47.4332],[29.12476,47.45688],[29.11514,47.47777],[29.06502,47.50329],[29.02382,47.52508],[29.03206,47.57606],[29.01627,47.59644],[28.99155,47.61033],[28.99223,47.63023],[29.00322,47.64504],[28.97232,47.72362],[28.98743,47.74717],[28.99704,47.79655],[29.03137,47.84358],[29.0197,47.86477],[28.99498,47.87859],[28.92906,47.88918],[28.85765,47.90161],[28.82881,47.90714],[28.82675,47.92048],[28.8398,47.93567],[28.83568,47.94809],[28.80958,47.95682],[28.79242,47.989],[28.77182,47.98992],[28.75259,47.97797],[28.73337,47.98395],[28.71071,48.00508],[28.71414,48.023],[28.68668,48.03081],[28.6441,48.03035],[28.60702,48.03769],[28.58574,48.03494],[28.5672,47.99957],[28.55003,48.00003],[28.53699,48.006],[28.53767,48.01519],[28.55278,48.03494],[28.57681,48.04045],[28.59192,48.04687],[28.6029,48.0712],[28.60908,48.06294],[28.62831,48.06156],[28.64136,48.07349],[28.6338,48.09276],[28.59192,48.10376],[28.54935,48.12027],[28.52737,48.12348],[28.50265,48.12348],[28.49304,48.11523],[28.48755,48.07441],[28.46008,48.07991],[28.44429,48.09918],[28.43948,48.11614],[28.42575,48.12439],[28.4333,48.13402],[28.44429,48.14089],[28.43948,48.16929],[28.42163,48.17937],[28.3976,48.18074],[28.37906,48.17845],[28.36533,48.1638],[28.35846,48.14685],[28.34953,48.13814],[28.32962,48.13539],[28.31039,48.14089],[28.31245,48.15922],[28.32481,48.16563],[28.35297,48.17845],[28.36807,48.19218],[28.37494,48.21324],[28.36945,48.23657],[28.3564,48.25028],[28.34061,48.25074],[28.3255,48.24251],[28.30009,48.24434],[28.22868,48.21278],[28.20602,48.20866],[28.19229,48.2169],[28.1868,48.23657],[28.1916,48.25486],[28.16826,48.26354],[28.14354,48.26628],[28.13736,48.26171],[28.13461,48.25166],[28.11676,48.23748],[28.10097,48.23565],[28.08586,48.23977],[28.08311,48.25348],[28.09753,48.29142],[28.09341,48.30649],[28.06801,48.32476],[28.03848,48.33069],[27.99522,48.32841],[27.96432,48.32932],[27.91077,48.35899],[27.88261,48.37997],[27.88261,48.40277],[27.85927,48.4169],[27.82906,48.42328],[27.79404,48.4497],[27.74872,48.46245],[27.71782,48.45972],[27.68623,48.45107],[27.66495,48.44423],[27.62787,48.45198],[27.6004,48.46564],[27.60315,48.47156],[27.61345,48.48521],[27.59972,48.49386],[27.57774,48.49431],[27.50221,48.46154],[27.48299,48.45972],[27.46582,48.4538],[27.44591,48.4128],[27.41295,48.4169],[27.38686,48.41599],[27.37587,48.44651],[27.35115,48.45289],[27.32025,48.45016],[27.31201,48.44013],[27.29278,48.40869],[27.28317,48.37632],[27.26326,48.38362],[27.23648,48.37678],[27.21794,48.39365],[27.1994,48.39228],[27.1891,48.40049],[27.15408,48.38316],[27.1273,48.38362],[27.09297,48.41371],[27.08954,48.43786],[27.01126,48.42829],[27.00783,48.41735],[27.03667,48.39867],[27.03804,48.3859],[26.99753,48.38681],[26.98929,48.36537],[26.90346,48.38453],[26.9062,48.40414],[26.87256,48.42464],[26.84372,48.41781],[26.77025,48.4251],[26.75171,48.40641],[26.72012,48.41781],[26.70227,48.40596],[26.76063,48.35032],[26.79565,48.33936],[26.81145,48.3453],[26.819,48.33343],[26.81419,48.29873],[26.78879,48.29964],[26.77025,48.30877],[26.76201,48.32567],[26.74278,48.3243],[26.71326,48.34849],[26.69472,48.36583],[26.66794,48.35306],[26.68716,48.33297],[26.66244,48.32521],[26.65832,48.31517],[26.64253,48.31106],[26.63635,48.29873],[26.60683,48.2736],[26.63292,48.25028],[26.67343,48.24388],[26.7366,48.2416],[26.80595,48.23977],[26.84647,48.21507],[26.89041,48.18349],[26.94534,48.14914],[26.95152,48.13218],[27.01538,48.11202],[27.01813,48.07991],[27.08061,48.02667],[27.08816,48.00279],[27.12559,47.99107],[27.1455,47.98625],[27.14035,47.96579],[27.14722,47.95797],[27.17091,47.94924],[27.15305,47.92831],[27.16507,47.91289],[27.19254,47.90599],[27.22824,47.85441],[27.21554,47.8392],[27.22481,47.83598],[27.21073,47.82537],[27.21416,47.81339],[27.23133,47.79563],[27.25296,47.77579],[27.26395,47.75756],[27.27871,47.74486],[27.2715,47.73586],[27.2533,47.73678],[27.24609,47.71507],[27.27047,47.68596],[27.29416,47.65868],[27.32849,47.62352],[27.37587,47.59343],[27.4126,47.57213],[27.42565,47.54038],[27.45346,47.50143],[27.47509,47.48171],[27.52453,47.47034],[27.53963,47.47522],[27.56401,47.45502],[27.54787,47.43854],[27.54925,47.42205],[27.56744,47.41206],[27.56229,47.38231],[27.57362,47.36162],[27.5956,47.34022],[27.56882,47.33068],[27.59731,47.31369],[27.63817,47.29879]]],"terms_url":"https://geoportalinds.gov.md/geonetwork/srv/eng/catalog.search#/metadata/409360c7-49fb-46ed-83a5-96a8bd0db77b","terms_text":"© Agenţia Geodezie, Cartografie şi Cadastru / Geoportal INDS / Moldova Ortofoto 2016","best":true,"description":"2016 Orthophotos, Moldova, Executed by Primul Meridian SRL, scale 1:5000, 20cm, precision 0.5m, true colors, covers practically the entire territory of the Republic of Moldova, except some areas from the east part of Moldova. [geodata.gov.md server]","icon":"https://geoportalinds.gov.md/geonetwork/images/logos/favicon.png"},{"id":"Geodata-Gov-2007_Ortofoto_Moldova_Urban","name":"Moldova Orthophoto, 38 cities and towns (2007) 20cm","type":"wms","template":"http://geodata.gov.md/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=orthophoto:Ortofoto_2007_20cm&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2007-01-01T00:00:00.000Z","polygon":[[[27.59508,48.25311],[27.59021,48.24933],[27.58412,48.25223],[27.58034,48.248],[27.5801,48.2478],[27.58085,48.24658],[27.57783,48.24404],[27.58682,48.23947],[27.59435,48.23624],[27.60087,48.23238],[27.60128,48.23262],[27.61418,48.2255],[27.61961,48.22243],[27.62409,48.22587],[27.6251,48.22669],[27.62536,48.2267],[27.62607,48.22756],[27.62877,48.22986],[27.6236,48.23263],[27.62497,48.23914],[27.6283,48.2418],[27.62585,48.2431],[27.62611,48.2442],[27.62233,48.24604],[27.61504,48.24954],[27.60851,48.25271],[27.6051,48.25448],[27.59961,48.2575],[27.59969,48.2582],[27.5983,48.25821],[27.59744,48.2587],[27.59682,48.25823],[27.59562,48.25827],[27.59553,48.25721],[27.59231,48.25458],[27.59508,48.25311]],[[28.54712,46.83601],[28.56396,46.8247],[28.56716,46.81928],[28.57746,46.81586],[28.59482,46.80436],[28.6002,46.80821],[28.61241,46.8041],[28.62009,46.81031],[28.62902,46.81749],[28.63247,46.82025],[28.6305,46.82184],[28.61687,46.83276],[28.60198,46.84447],[28.5913,46.85271],[28.58213,46.85014],[28.57443,46.85526],[28.56561,46.84902],[28.5572,46.84302],[28.55209,46.84154],[28.55312,46.84014],[28.54712,46.83601]],[[27.76116,47.24882],[27.75928,47.24445],[27.75962,47.24303],[27.76099,47.2416],[27.75902,47.24113],[27.75885,47.23845],[27.75842,47.23804],[27.76417,47.2321],[27.76601,47.2328],[27.7846,47.21368],[27.77981,47.2104],[27.77801,47.20865],[27.77638,47.20544],[27.77633,47.20455],[27.77683,47.20394],[27.77726,47.20352],[27.77893,47.20367],[27.78425,47.20676],[27.78734,47.20837],[27.78972,47.20772],[27.79028,47.207],[27.79035,47.20657],[27.79002,47.20629],[27.77565,47.19989],[27.78022,47.19528],[27.7853,47.18993],[27.79191,47.18312],[27.79698,47.17784],[27.7967,47.17622],[27.79601,47.17479],[27.80247,47.17217],[27.80715,47.16737],[27.82558,47.17561],[27.81944,47.18194],[27.81745,47.18401],[27.83043,47.18981],[27.81938,47.20114],[27.82015,47.2019],[27.81738,47.20326],[27.80972,47.21127],[27.81026,47.21202],[27.81801,47.21547],[27.81204,47.22167],[27.81202,47.22269],[27.81082,47.22592],[27.8124,47.2278],[27.79683,47.23475],[27.79496,47.23287],[27.78925,47.22974],[27.78816,47.22952],[27.78352,47.23436],[27.78204,47.23631],[27.78524,47.23771],[27.78196,47.24103],[27.77715,47.24309],[27.76747,47.2504],[27.76116,47.24882]],[[29.0197,46.66302],[29.02777,46.66092],[29.03223,46.65922],[29.03292,46.65966],[29.05622,46.65374],[29.06712,46.67379],[29.10364,46.66416],[29.10553,46.66293],[29.11248,46.66705],[29.10974,46.66905],[29.11291,46.67477],[29.06691,46.6866],[29.05815,46.69025],[29.05326,46.69013],[29.03644,46.69443],[29.0336,46.69043],[29.03335,46.68843],[29.0197,46.66302]],[[28.6429,45.93175],[28.64548,45.90978],[28.62565,45.87483],[28.6296,45.86999],[28.63415,45.86605],[28.70934,45.90614],[28.6914,45.92423],[28.65312,45.93617],[28.6429,45.93175]],[[28.96357,47.77337],[28.94477,47.77475],[28.94374,47.7687],[28.94091,47.75191],[28.93404,47.7526],[28.93258,47.74804],[28.93172,47.74781],[28.93215,47.74648],[28.92966,47.73967],[28.93198,47.73915],[28.96125,47.73531],[28.96069,47.73468],[28.96129,47.73427],[28.95558,47.72166],[28.96404,47.72019],[28.97198,47.73326],[28.97756,47.7414],[28.97919,47.7453],[28.98142,47.74873],[28.98198,47.76215],[28.98318,47.76989],[28.98228,47.77074],[28.98258,47.77666],[28.97535,47.77728],[28.97202,47.78123],[28.96621,47.78077],[28.96674,47.77794],[28.96436,47.77813],[28.96357,47.77337]],[[28.14448,47.06572],[28.16079,47.06001],[28.15556,47.05264],[28.18328,47.04334],[28.20371,47.07258],[28.20705,47.07264],[28.2086,47.07532],[28.2074,47.07784],[28.21847,47.09309],[28.21032,47.09566],[28.20843,47.0973],[28.20654,47.09689],[28.17427,47.1077],[28.14448,47.06572]],[[28.63398,47.18338],[28.62874,47.18598],[28.61969,47.18572],[28.61003,47.17411],[28.60295,47.16681],[28.58853,47.1519],[28.57514,47.13839],[28.59956,47.12677],[28.60042,47.12697],[28.60848,47.12335],[28.61986,47.13515],[28.62089,47.13567],[28.63265,47.13033],[28.63483,47.13249],[28.64144,47.13018],[28.65209,47.14078],[28.63724,47.15418],[28.64243,47.15929],[28.63213,47.16401],[28.63398,47.18338]],[[28.1854,45.93518],[28.17993,45.90793],[28.17667,45.90118],[28.17161,45.87513],[28.17332,45.87232],[28.19126,45.87077],[28.19255,45.87788],[28.21452,45.88541],[28.2189,45.88505],[28.22731,45.93151],[28.20555,45.93298],[28.20506,45.93538],[28.19446,45.93627],[28.193,45.93432],[28.1854,45.93518]],[[27.71979,47.59528],[27.69173,47.58744],[27.69353,47.57771],[27.69353,47.57679],[27.69121,47.57566],[27.69439,47.57241],[27.69499,47.56845],[27.69087,47.56399],[27.68932,47.56347],[27.68992,47.56277],[27.68589,47.5584],[27.69173,47.5529],[27.71301,47.56335],[27.73559,47.53983],[27.73099,47.53778],[27.74189,47.52662],[27.75589,47.53302],[27.75816,47.54513],[27.75949,47.5522],[27.73945,47.57401],[27.71979,47.59528]],[[28.7971,47.40369],[28.79701,47.39542],[28.79302,47.3926],[28.79693,47.39132],[28.79705,47.33312],[28.81212,47.33321],[28.81641,47.33202],[28.81731,47.33318],[28.83606,47.33312],[28.83812,47.33251],[28.8419,47.33516],[28.83619,47.33812],[28.83615,47.35979],[28.85066,47.3663],[28.85353,47.36871],[28.86593,47.3688],[28.86589,47.38333],[28.86692,47.3851],[28.86572,47.38623],[28.86598,47.40381],[28.84799,47.40381],[28.84177,47.41159],[28.8113,47.40378],[28.7971,47.40369]],[[28.62445,46.30906],[28.62011,46.30911],[28.61999,46.30627],[28.61655,46.30384],[28.61981,46.30028],[28.6196,46.29236],[28.62685,46.29218],[28.63775,46.27991],[28.63767,46.27537],[28.6417,46.27537],[28.6508,46.26493],[28.66693,46.26763],[28.67436,46.27483],[28.67874,46.2748],[28.67882,46.27905],[28.68346,46.28376],[28.6805,46.2931],[28.68041,46.33013],[28.65513,46.32954],[28.642,46.32954],[28.64192,46.32091],[28.62445,46.30906]],[[28.10311,47.6525],[28.09736,47.63544],[28.17238,47.62433],[28.17616,47.62213],[28.18088,47.62265],[28.17924,47.62786],[28.18431,47.6286],[28.18193,47.63638],[28.18412,47.64267],[28.15195,47.64752],[28.1518,47.64683],[28.1504,47.64691],[28.1506,47.64532],[28.14917,47.6453],[28.14255,47.64637],[28.14169,47.64709],[28.14079,47.64709],[28.13993,47.64781],[28.13612,47.64732],[28.10311,47.6525]],[[28.34996,47.51543],[28.33464,47.52224],[28.32572,47.51827],[28.32511,47.51459],[28.3119,47.50688],[28.32241,47.49871],[28.32087,47.49027],[28.31477,47.48673],[28.33185,47.4733],[28.34919,47.48342],[28.37902,47.48447],[28.39112,47.4914],[28.40421,47.49882],[28.40863,47.50111],[28.40987,47.51424],[28.40309,47.51993],[28.40202,47.51981],[28.38906,47.53039],[28.38786,47.5305],[28.38734,47.53094],[28.34996,47.51543]],[[28.27675,47.25602],[28.29812,47.24845],[28.29241,47.24317],[28.31743,47.23443],[28.32018,47.23513],[28.32228,47.23446],[28.3234,47.23598],[28.32902,47.2374],[28.32949,47.23871],[28.3364,47.23638],[28.34726,47.23248],[28.34902,47.23466],[28.36507,47.23105],[28.36666,47.23295],[28.36863,47.23222],[28.37146,47.2356],[28.35515,47.24303],[28.36194,47.25168],[28.30417,47.27192],[28.28812,47.27873],[28.27585,47.26435],[28.27829,47.25797],[28.27675,47.25602]],[[27.51384,47.80428],[27.5111,47.80249],[27.50813,47.80079],[27.50118,47.79237],[27.49882,47.79168],[27.49801,47.79122],[27.49723,47.79038],[27.4914,47.77596],[27.48573,47.76921],[27.4962,47.76523],[27.50028,47.75658],[27.50856,47.75384],[27.5147,47.75817],[27.51912,47.75641],[27.52903,47.76803],[27.53298,47.77083],[27.53762,47.77818],[27.53981,47.78078],[27.54736,47.78972],[27.54191,47.79174],[27.54221,47.79295],[27.51384,47.80428]],[[28.76648,46.97595],[28.77373,46.97229],[28.78459,46.97797],[28.79969,46.96942],[28.82081,46.95761],[28.81491,46.95126],[28.82795,46.94487],[28.83224,46.94285],[28.84433,46.9369],[28.849,46.94032],[28.85424,46.93837],[28.8669,46.95006],[28.87314,46.95574],[28.87319,46.96349],[28.886,46.96344],[28.88595,46.95961],[28.90945,46.94648],[28.90687,46.94285],[28.89572,46.92791],[28.93232,46.91389],[28.92799,46.90865],[28.94241,46.90138],[28.95374,46.89305],[28.95627,46.8944],[28.9579,46.89346],[28.96975,46.90179],[28.98859,46.89601],[29.00442,46.90944],[28.99481,46.91647],[29.02691,46.93702],[28.9958,46.97879],[29.01609,46.98851],[29.02614,46.98865],[29.02622,46.99507],[29.04575,46.99507],[29.0445,47.03597],[29.06592,47.03618],[29.06489,47.07173],[28.99322,47.07074],[28.99258,47.09113],[28.96404,47.09078],[28.96477,47.06945],[28.94292,47.08257],[28.91872,47.09724],[28.90233,47.09917],[28.88529,47.10454],[28.86683,47.11415],[28.91348,47.11339],[28.91486,47.15038],[28.86902,47.15109],[28.86937,47.15648],[28.83555,47.1571],[28.81615,47.15742],[28.81555,47.13891],[28.81508,47.12589],[28.79135,47.13906],[28.78285,47.13345],[28.77208,47.12621],[28.75603,47.11287],[28.72929,47.09046],[28.72796,47.08964],[28.7229,47.0852],[28.68788,47.09999],[28.66548,47.10951],[28.65754,47.10434],[28.65676,47.10478],[28.65578,47.10405],[28.65067,47.10647],[28.63174,47.08938],[28.63372,47.0885],[28.63299,47.08786],[28.65955,47.07603],[28.66045,47.07699],[28.66286,47.07597],[28.66273,47.07509],[28.65402,47.06667],[28.68234,47.05325],[28.69715,47.04603],[28.6805,47.02877],[28.67359,47.0217],[28.76122,46.97844],[28.74148,46.96128],[28.74822,46.94941],[28.74689,46.94842],[28.6959,46.97961],[28.67582,46.96453],[28.69183,46.95489],[28.69183,46.94818],[28.7032,46.94235],[28.70071,46.94045],[28.72092,46.92791],[28.72496,46.93107],[28.7265,46.93034],[28.72852,46.93377],[28.74856,46.94889],[28.7535,46.93998],[28.75611,46.93761],[28.75139,46.93318],[28.76972,46.9238],[28.76766,46.92216],[28.77997,46.91401],[28.80122,46.93453],[28.8013,46.93593],[28.81538,46.94906],[28.79997,46.95677],[28.7795,46.96716],[28.76648,46.97595]],[[27.45837,48.42826],[27.44402,48.40875],[27.47294,48.39895],[27.48917,48.39348],[27.49187,48.39476],[27.49354,48.39413],[27.49547,48.3965],[27.51663,48.40647],[27.52084,48.41473],[27.49211,48.42255],[27.49011,48.41947],[27.48876,48.41744],[27.48247,48.4197],[27.4761,48.422],[27.472,48.42345],[27.45837,48.42826]],[[27.36321,48.13639],[27.35484,48.13299],[27.36235,48.12522],[27.3666,48.12064],[27.37407,48.11586],[27.36707,48.1099],[27.36377,48.11153],[27.35986,48.10783],[27.36282,48.1064],[27.35488,48.09984],[27.35948,48.09729],[27.35815,48.09602],[27.36364,48.09184],[27.36952,48.09132],[27.36999,48.09181],[27.37973,48.08668],[27.3963,48.1007],[27.4178,48.11901],[27.4096,48.12342],[27.40952,48.12373],[27.40067,48.12849],[27.40505,48.13737],[27.39827,48.14155],[27.3969,48.14043],[27.38544,48.14659],[27.38492,48.14627],[27.37883,48.1496],[27.36321,48.13639]],[[28.47322,46.45674],[28.45176,46.44395],[28.4327,46.43691],[28.40386,46.42295],[28.4012,46.41401],[28.40618,46.40934],[28.41777,46.4123],[28.4194,46.41046],[28.47425,46.43673],[28.48472,46.43851],[28.48652,46.45016],[28.48407,46.45285],[28.47322,46.45674]],[[28.81437,47.81243],[28.8219,47.81487],[28.81731,47.82109],[28.80868,47.83341],[28.80628,47.83661],[28.77285,47.82575],[28.77448,47.82356],[28.7644,47.81673],[28.7659,47.81413],[28.75328,47.81013],[28.77019,47.7864],[28.79216,47.79352],[28.81345,47.80044],[28.81165,47.80292],[28.81405,47.80367],[28.81431,47.81171],[28.8141,47.81203],[28.81432,47.81214],[28.81437,47.81243]],[[29.1854,46.88659],[29.18501,46.88058],[29.21724,46.87906],[29.21698,46.87774],[29.21213,46.86888],[29.21514,46.868],[29.21462,46.86565],[29.22921,46.86427],[29.2496,46.85884],[29.25299,46.86486],[29.26097,46.86172],[29.26659,46.85638],[29.26865,46.85641],[29.27444,46.86635],[29.2723,46.86703],[29.27341,46.86885],[29.27071,46.8736],[29.26024,46.87809],[29.26148,46.88017],[29.2178,46.89246],[29.21381,46.89355],[29.21029,46.89375],[29.20492,46.89525],[29.20449,46.89425],[29.18467,46.89592],[29.18037,46.88736],[29.18162,46.88695],[29.1854,46.88659]],[[28.28228,47.89425],[28.26407,47.89432],[28.26407,47.89032],[28.26323,47.8902],[28.264,47.88841],[28.26385,47.8872],[28.26402,47.88656],[28.26387,47.87781],[28.27937,47.87773],[28.28952,47.87767],[28.28958,47.883],[28.32754,47.88284],[28.3275,47.88382],[28.32767,47.88406],[28.32777,47.90169],[28.32793,47.90852],[28.29263,47.90869],[28.29188,47.91023],[28.284,47.90823],[28.28653,47.90432],[28.28655,47.89836],[28.28228,47.89425]],[[28.23272,46.49361],[28.23263,46.49207],[28.23014,46.49148],[28.23332,46.48669],[28.23366,46.48155],[28.24516,46.46849],[28.25795,46.44998],[28.2607,46.45057],[28.26233,46.44862],[28.27795,46.45495],[28.27332,46.46163],[28.2758,46.47085],[28.28336,46.47328],[28.27847,46.48043],[28.27915,46.48279],[28.27555,46.48787],[28.25752,46.50016],[28.24688,46.49656],[28.23272,46.49361]],[[27.07965,48.37984],[27.07413,48.37386],[27.06312,48.36178],[27.05495,48.35283],[27.04727,48.34443],[27.06282,48.33817],[27.08514,48.32921],[27.1049,48.35096],[27.1111,48.35438],[27.11475,48.35802],[27.112,48.35872],[27.11736,48.3646],[27.10939,48.36781],[27.10952,48.36795],[27.10304,48.37039],[27.07965,48.37984]],[[29.36725,46.64846],[29.37392,46.63382],[29.39173,46.62415],[29.39804,46.61608],[29.40315,46.61776],[29.40542,46.61646],[29.42701,46.62507],[29.44709,46.63297],[29.44821,46.63465],[29.4516,46.63594],[29.45031,46.63768],[29.45911,46.65029],[29.47095,46.66758],[29.46366,46.68018],[29.45924,46.68743],[29.43503,46.67942],[29.42782,46.67712],[29.41628,46.67253],[29.40615,46.66826],[29.39976,46.66567],[29.39491,46.66304],[29.39053,46.66084],[29.37847,46.6563],[29.36962,46.65291],[29.37141,46.65065],[29.36725,46.64846]],[[28.25269,48.17749],[28.26061,48.16025],[28.26224,48.14458],[28.26306,48.13705],[28.26799,48.13714],[28.26812,48.13241],[28.30975,48.13364],[28.30958,48.15237],[28.30962,48.15967],[28.33108,48.16983],[28.32812,48.17321],[28.32833,48.17865],[28.3234,48.17879],[28.32022,48.1826],[28.31996,48.18306],[28.31391,48.19004],[28.2925,48.1856],[28.25269,48.17749]],[[28.18295,46.27731],[28.19495,46.27219],[28.19512,46.27125],[28.19894,46.2705],[28.20422,46.26828],[28.21049,46.2754],[28.22062,46.27116],[28.22113,46.27169],[28.22349,46.27024],[28.22808,46.27466],[28.22542,46.27661],[28.21225,46.28207],[28.21156,46.28424],[28.20534,46.28504],[28.19396,46.28987],[28.18916,46.28453],[28.1883,46.28474],[28.18714,46.28192],[28.18295,46.27731]],[[28.48708,47.19747],[28.46884,47.20155],[28.46678,47.19735],[28.46244,47.1963],[28.44669,47.19977],[28.4445,47.19534],[28.43468,47.19531],[28.43197,47.19595],[28.42871,47.19053],[28.43262,47.18936],[28.46412,47.17982],[28.47708,47.17726],[28.47828,47.17968],[28.47892,47.17962],[28.48708,47.19747]],[[29.15029,47.1956],[29.15544,47.19712],[29.15913,47.19531],[29.16205,47.19884],[29.16716,47.20027],[29.16814,47.20004],[29.16823,47.20059],[29.1775,47.20307],[29.17162,47.21301],[29.17145,47.21662],[29.16849,47.22015],[29.16407,47.2316],[29.16063,47.23737],[29.1551,47.2358],[29.1487,47.24711],[29.14394,47.25491],[29.11969,47.24839],[29.13167,47.22755],[29.14106,47.2117],[29.15029,47.1956]],[[27.32579,48.1589],[27.33072,48.16196],[27.33077,48.16228],[27.33609,48.16597],[27.31085,48.18231],[27.30513,48.1858],[27.29506,48.1925],[27.29137,48.18992],[27.29077,48.19007],[27.28274,48.18783],[27.28064,48.18251],[27.26373,48.17089],[27.28935,48.15421],[27.28982,48.15378],[27.29214,48.1506],[27.29399,48.15131],[27.30227,48.14587],[27.32338,48.16047],[27.32579,48.1589]],[[27.51968,47.9655],[27.52187,47.96272],[27.52861,47.95467],[27.52822,47.95375],[27.53277,47.94866],[27.54388,47.93641],[27.54865,47.93118],[27.56225,47.91539],[27.57427,47.91997],[27.58637,47.91493],[27.59405,47.91936],[27.58727,47.925],[27.59959,47.92969],[27.58427,47.94774],[27.58092,47.95159],[27.57401,47.96283],[27.56907,47.96559],[27.55693,47.9797],[27.5426,47.97418],[27.54079,47.9747],[27.53749,47.97343],[27.53659,47.972],[27.51968,47.9655]],[[28.74011,46.52858],[28.74079,46.52745],[28.7389,46.5266],[28.74646,46.51895],[28.75148,46.51381],[28.76122,46.5175],[28.76238,46.51727],[28.77384,46.503],[28.77877,46.5048],[28.78306,46.50333],[28.79049,46.50914],[28.80143,46.50064],[28.80538,46.49564],[28.80727,46.49627],[28.8095,46.49443],[28.8213,46.49966],[28.81551,46.50619],[28.8389,46.51535],[28.81207,46.54856],[28.80328,46.54525],[28.80242,46.54605],[28.78457,46.53982],[28.7671,46.55691],[28.75178,46.55048],[28.76302,46.53726],[28.74011,46.52858]],[[27.77144,48.03845],[27.77764,48.03474],[27.78666,48.02943],[27.80509,48.01864],[27.80818,48.01559],[27.81743,48.0104],[27.81837,48.01081],[27.82279,48.00817],[27.83633,48.01853],[27.84955,48.02423],[27.84923,48.02844],[27.85184,48.03042],[27.84309,48.03558],[27.83833,48.04049],[27.82427,48.04934],[27.81869,48.05288],[27.81311,48.0536],[27.8126,48.0535],[27.80056,48.06064],[27.78947,48.05217],[27.78468,48.0539],[27.77925,48.0505],[27.77606,48.04647],[27.77876,48.04402],[27.77144,48.03845]],[[29.64489,46.52856],[29.64538,46.52739],[29.64792,46.52171],[29.65189,46.51396],[29.65742,46.50278],[29.65905,46.50022],[29.66497,46.50166],[29.66523,46.50142],[29.66671,46.50206],[29.6733,46.50361],[29.67276,46.50477],[29.67463,46.50557],[29.67175,46.51408],[29.67223,46.5143],[29.67667,46.51535],[29.67568,46.51727],[29.6762,46.51749],[29.67171,46.52494],[29.6647,46.52314],[29.66478,46.52633],[29.66081,46.52632],[29.66012,46.52357],[29.65607,46.52226],[29.65212,46.53033],[29.64489,46.52856]],[[27.84369,47.73384],[27.85202,47.72631],[27.85669,47.7213],[27.88879,47.73372],[27.9033,47.72148],[27.90656,47.72261],[27.90658,47.72439],[27.90675,47.72901],[27.91637,47.73397],[27.92346,47.73761],[27.93025,47.73877],[27.93913,47.73147],[27.94746,47.73484],[27.95862,47.74048],[27.96304,47.74583],[27.96314,47.74652],[27.96832,47.74915],[27.96426,47.75279],[27.96463,47.75491],[27.96304,47.7629],[27.98068,47.77198],[27.96381,47.78681],[27.96394,47.78851],[27.96171,47.78859],[27.95252,47.79696],[27.94119,47.79105],[27.94012,47.79136],[27.93609,47.79491],[27.93373,47.79361],[27.92424,47.79696],[27.91323,47.80191],[27.91261,47.80252],[27.91231,47.80233],[27.90886,47.80389],[27.89431,47.79462],[27.88154,47.78655],[27.87073,47.78101],[27.88463,47.76887],[27.86159,47.75551],[27.86711,47.75073],[27.86751,47.75053],[27.86678,47.75019],[27.8668,47.74801],[27.86801,47.7463],[27.8675,47.74604],[27.85032,47.73726],[27.84369,47.73384]]],"terms_url":"https://geoportalinds.gov.md/geonetwork/srv/eng/catalog.search#/metadata/a648ff10-499b-4126-b986-6b29ddd569fa","terms_text":"© Agenţia Geodezie, Cartografie şi Cadastru / Geoportal INDS","description":"2007 Orthophotos, Urban area, Scale 1:5000, 20cm, true colors, covers 38 major cities and towns from Moldova.","icon":"https://geoportalinds.gov.md/geonetwork/images/logos/favicon.png"},{"id":"Geodata-Gov-2020_Ortofoto_Moldova_Centru","name":"Moldova Orthophoto, Center part (2020)","type":"wms","template":"http://geodata.gov.md/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=orthophoto:2020_ortofoto_moldova_centru&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-06-01T00:00:00.000Z","polygon":[[[28.10486,46.84719],[28.10495,46.81476],[28.10608,46.81359],[28.10882,46.81185],[28.10978,46.81073],[28.11034,46.8097],[28.1106,46.80636],[28.11159,46.80246],[28.11421,46.79617],[28.1204,46.78757],[28.12809,46.77948],[28.13785,46.77948],[28.13766,46.7604],[28.13963,46.75918],[28.15839,46.75873],[28.15989,46.75661],[28.16073,46.7435],[28.16448,46.73463],[28.17086,46.73463],[28.17077,46.71103],[28.17189,46.70904],[28.17518,46.70781],[28.18577,46.70666],[28.18821,46.70505],[28.18906,46.70087],[28.19225,46.69907],[28.20078,46.69656],[28.20294,46.68774],[28.20303,46.66522],[28.20828,46.66078],[28.21898,46.65685],[28.22254,46.65325],[28.22479,46.65041],[28.22507,46.64816],[28.22451,46.64456],[28.92118,46.64327],[28.92109,46.62111],[29.51056,46.61686],[29.51206,46.68588],[29.47942,46.68614],[29.48111,46.77549],[29.41583,46.77614],[29.4164,46.78359],[29.41152,46.78333],[29.40289,46.80478],[29.18605,47.20235],[29.07575,47.40435],[28.99464,47.54466],[28.08908,47.54736],[27.43626,47.54119],[27.43592,47.51595],[27.44024,47.51437],[27.44943,47.49523],[27.45337,47.49365],[27.46115,47.48567],[27.47203,47.47977],[27.50411,47.47983],[27.50392,47.46722],[27.50655,47.465],[27.50898,47.46455],[27.51208,47.46436],[27.5223,47.46411],[27.54172,47.46398],[27.54369,47.46265],[27.54406,47.45606],[27.54387,47.45327],[27.53993,47.44737],[27.53984,47.44337],[27.54144,47.44014],[27.53965,47.43709],[27.54022,47.42739],[27.54172,47.42231],[27.54425,47.41926],[27.55035,47.41641],[27.55344,47.41469],[27.55438,47.41279],[27.55072,47.40765],[27.55035,47.40511],[27.55128,47.39755],[27.55297,47.39432],[27.554,47.39108],[27.55372,47.38721],[27.55213,47.38409],[27.55344,47.38263],[27.55363,47.3745],[27.55597,47.3698],[27.557,47.36701],[27.55747,47.36555],[27.55729,47.36434],[27.55588,47.36135],[27.57239,47.36161],[27.57267,47.31674],[27.57895,47.31661],[27.58252,47.31407],[27.58345,47.31292],[27.58345,47.31171],[27.5828,47.31089],[27.58195,47.31051],[27.58064,47.30993],[27.57295,47.30809],[27.57323,47.29416],[27.6726,47.29499],[27.67299,47.27258],[27.73915,47.27297],[27.73971,47.20538],[27.77253,47.20567],[27.77357,47.1331],[27.77535,47.13189],[27.77713,47.13106],[27.78032,47.12979],[27.78501,47.12838],[27.78773,47.12749],[27.79026,47.12698],[27.7927,47.12679],[27.81221,47.12692],[27.81296,47.12621],[27.8124,47.12506],[27.8123,47.12028],[27.81258,47.11683],[27.8139,47.11338],[27.8169,47.10655],[27.82009,47.10004],[27.82271,47.09679],[27.82431,47.09532],[27.82646,47.09442],[27.8305,47.09302],[27.83959,47.09334],[27.83978,47.07399],[27.87341,47.07447],[27.87364,47.076],[27.87495,47.07562],[27.87641,47.07543],[27.87749,47.0753],[27.88044,47.07504],[27.88278,47.07453],[27.88377,47.07373],[27.88447,47.07287],[27.88565,47.07047],[27.88766,47.06562],[27.88905,47.06266],[27.8912,47.05931],[27.89388,47.05538],[27.89939,47.04878],[27.93928,47.04909],[27.93934,47.02657],[27.97217,47.02663],[27.97212,47.02507],[27.97343,47.02443],[27.97522,47.02405],[27.98047,47.02315],[27.98281,47.02251],[27.98408,47.02184],[27.98525,47.02078],[27.98591,47.01976],[27.98675,47.01656],[27.98783,47.01318],[27.98877,47.011],[27.99139,47.00815],[27.99669,47.00403],[28.0381,47.00435],[28.03838,46.98197],[28.07137,46.98211],[28.07191,46.8681],[28.07221,46.86783],[28.07302,46.86735],[28.07434,46.86687],[28.07651,46.86635],[28.08052,46.86567],[28.08364,46.86533],[28.08446,46.86522],[28.08542,46.8649],[28.08631,46.86451],[28.08704,46.86405],[28.08774,46.8635],[28.08833,46.86267],[28.08873,46.86185],[28.08929,46.85901],[28.08976,46.85619],[28.0902,46.8547],[28.09088,46.85261],[28.09161,46.85085],[28.09238,46.84925],[28.09309,46.84833],[28.09388,46.84755],[28.09447,46.84713],[28.10486,46.84719]]],"terms_url":"https://geoportalinds.gov.md/geonetwork/srv/eng/catalog.search#/metadata/a2f5ecbc-7ff0-4912-9606-9bff4dff1b4a","terms_text":"© Agenţia Geodezie, Cartografie şi Cadastru / Geoportal INDS / Ortofoto Moldova, Centru 2020","best":true,"description":"2020 Orthophotos, Centre part of Moldova, Executed by Primul Meridian SRL, scale 1:5000, 20cm, precision 0.2m, true colors, covers the center part of Moldova. [Moldova-map.md server]","icon":"https://geoportalinds.gov.md/geonetwork/images/logos/favicon.png"},{"id":"Geodata-Gov-2021_Ortofoto_Moldova_South","name":"Moldova Orthophoto, South part (2021)","type":"wms","template":"http://geodata.gov.md/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=orthophoto:2021_ortofoto_moldova_sud&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","polygon":[[[28.17761,46.73218],[28.17787,46.71539],[28.18405,46.7135],[28.19023,46.70927],[28.1892,46.70691],[28.18748,46.70103],[28.18851,46.69561],[28.19298,46.69137],[28.19126,46.68737],[28.19435,46.68195],[28.20259,46.67535],[28.22147,46.66405],[28.22388,46.62728],[28.22834,46.62186],[28.23452,46.61832],[28.22422,46.6011],[28.22319,46.59426],[28.20911,46.58435],[28.20843,46.57821],[28.21255,46.55839],[28.20328,46.54351],[28.20362,46.48941],[28.21255,46.48847],[28.21117,46.48468],[28.20946,46.48114],[28.21049,46.47617],[28.21632,46.47097],[28.23074,46.466],[28.2304,46.46057],[28.22594,46.45655],[28.22559,46.45087],[28.22731,46.44424],[28.23212,46.43999],[28.2407,46.43644],[28.23933,46.42768],[28.23109,46.42745],[28.22113,46.42413],[28.21632,46.41869],[28.21461,46.40993],[28.20431,46.40117],[28.20087,46.39525],[28.20156,46.3872],[28.18989,46.38199],[28.18405,46.37583],[28.18336,46.36754],[28.17306,46.36091],[28.16826,46.35546],[28.16826,46.34906],[28.17375,46.34219],[28.16997,46.3365],[28.16997,46.32607],[28.17444,46.31919],[28.18714,46.31326],[28.16689,46.30781],[28.15727,46.30307],[28.14423,46.30283],[28.13221,46.29476],[28.12225,46.28504],[28.12157,46.27246],[28.11367,46.26795],[28.11195,46.26344],[28.11298,46.25656],[28.10612,46.25585],[28.09719,46.24991],[28.09513,46.2416],[28.09616,46.23234],[28.09135,46.2226],[28.09479,46.20312],[28.10131,46.19528],[28.10474,46.18744],[28.11333,46.18031],[28.1123,46.17745],[28.11642,46.17008],[28.12225,46.16557],[28.11504,46.16271],[28.10955,46.15368],[28.11024,46.1425],[28.10955,46.12346],[28.10097,46.11228],[28.09238,46.10633],[28.08826,46.10109],[28.08826,46.09109],[28.08037,46.08561],[28.07556,46.07561],[28.07556,46.05846],[28.07556,46.0003],[28.08037,45.99553],[28.08243,45.98193],[28.08929,45.95998],[28.09959,45.95067],[28.09891,45.93301],[28.10749,45.92513],[28.09719,45.89981],[28.09788,45.88093],[28.10818,45.8728],[28.09204,45.86515],[28.09135,45.84841],[28.0917,45.81755],[28.09444,45.81157],[28.10406,45.80463],[28.09994,45.80224],[28.09753,45.79578],[28.10062,45.78524],[28.11058,45.78069],[28.12294,45.77303],[28.12946,45.75962],[28.13564,45.75124],[28.14869,45.71817],[28.14594,45.7069],[28.148,45.69227],[28.15453,45.67692],[28.14938,45.66601],[28.14405,45.64993],[28.14749,45.64417],[28.14011,45.63613],[28.13135,45.63445],[28.12105,45.63709],[28.10629,45.63541],[28.09393,45.62736],[28.07865,45.6168],[28.07882,45.59434],[28.09874,45.57969],[28.10509,45.57031],[28.11642,45.56238],[28.13238,45.56106],[28.14989,45.54098],[28.1432,45.52463],[28.14285,45.50394],[28.14766,45.50069],[28.14886,45.49564],[28.1535,45.49263],[28.15762,45.49071],[28.16311,45.49022],[28.16603,45.48084],[28.16998,45.47674],[28.17135,45.47337],[28.17547,45.46784],[28.17993,45.46495],[28.20723,45.45796],[28.21718,45.45772],[28.22319,45.45965],[28.22748,45.46338],[28.22885,45.46723],[28.26628,45.50923],[28.28087,45.51874],[28.30765,45.53521],[28.35108,45.52259],[28.40618,45.50599],[28.4067,45.48493],[28.40687,45.48168],[28.40927,45.47855],[28.41219,45.47662],[28.41785,45.47482],[28.44034,45.47698],[28.51038,45.48842],[28.52291,45.49131],[28.52823,45.49504],[28.52875,45.50178],[28.50866,45.5637],[28.55278,45.57139],[28.55587,45.5744],[28.5581,45.57776],[28.55862,45.58101],[28.54403,45.62532],[28.53167,45.66217],[28.52943,45.66924],[28.52446,45.67416],[28.5169,45.67572],[28.49682,45.67272],[28.4963,45.67788],[28.51398,45.69071],[28.52137,45.70162],[28.52875,45.722],[28.54643,45.72452],[28.55192,45.71817],[28.55999,45.71529],[28.59381,45.71912],[28.59999,45.7226],[28.60823,45.73063],[28.60926,45.73674],[28.60737,45.74824],[28.60376,45.75974],[28.61526,45.75674],[28.62694,45.75615],[28.71414,45.77028],[28.71843,45.77195],[28.72187,45.77459],[28.72324,45.77686],[28.72393,45.77986],[28.71397,45.81026],[28.78727,45.82198],[28.79448,45.82366],[28.7974,45.82533],[28.79929,45.8282],[28.80049,45.83155],[28.7998,45.83406],[28.77148,45.9219],[28.77508,45.92513],[28.77834,45.9342],[28.77422,45.949],[28.78349,45.95031],[28.78933,45.95222],[28.79328,45.95509],[28.79414,45.95867],[28.79362,45.96344],[28.91035,45.98146],[28.96803,45.99112],[28.98314,45.99362],[28.98811,45.99505],[28.99086,45.99732],[29.01884,46.0444],[29.02073,46.04857],[29.02021,46.05203],[29.01815,46.05501],[28.96889,46.09395],[29.08064,46.19088],[29.08133,46.19813],[29.07944,46.20098],[29.07635,46.20336],[29.02708,46.23092],[28.96786,46.2638],[28.99378,46.30627],[28.99704,46.30579],[29.00425,46.30579],[29.01009,46.3071],[29.01472,46.30935],[29.0173,46.31279],[29.01798,46.31647],[29.01764,46.32014],[29.01558,46.3231],[29.01232,46.32548],[29.01197,46.32749],[29.01094,46.33117],[29.0082,46.33792],[29.00734,46.34314],[29.00425,46.34977],[29.00253,46.35214],[28.99927,46.35404],[28.99515,46.35522],[28.99155,46.36245],[28.98159,46.37773],[28.97644,46.38827],[28.96786,46.4065],[28.96099,46.42212],[28.95515,46.43537],[28.95275,46.4485],[29.00253,46.45004],[29.0276,46.45252],[29.0324,46.45359],[29.03532,46.45477],[29.03892,46.45737],[29.03995,46.46057],[29.03961,46.466],[29.03841,46.47735],[29.03824,46.48102],[29.04407,46.48338],[29.05008,46.48646],[29.05214,46.48941],[29.05334,46.49177],[29.053,46.4965],[29.06879,46.49721],[29.07343,46.49934],[29.07532,46.50099],[29.07669,46.503],[29.11514,46.50383],[29.16801,46.50548],[29.17299,46.50749],[29.17608,46.51009],[29.17831,46.51482],[29.17694,46.53655],[29.22174,46.54505],[29.22329,46.52698],[29.22655,46.49709],[29.22758,46.49449],[29.23084,46.49142],[29.23428,46.48977],[29.23891,46.4887],[29.21505,46.47428],[29.20715,46.4692],[29.20526,46.46624],[29.20458,46.46258],[29.20578,46.4595],[29.20887,46.45655],[29.21505,46.45347],[29.21574,46.43798],[29.21445,46.43632],[29.21299,46.43277],[29.21359,46.42946],[29.22003,46.42147],[29.22672,46.4168],[29.19866,46.39525],[29.19428,46.39152],[29.19282,46.38898],[29.19248,46.38661],[29.19282,46.384],[29.19505,46.38039],[29.19703,46.37808],[29.20003,46.37625],[29.23264,46.36748],[29.23925,46.36618],[29.24423,46.36648],[29.25041,46.36873],[29.26063,46.37536],[29.27753,46.38643],[29.28037,46.3888],[29.28157,46.39117],[29.28208,46.39324],[29.28208,46.39537],[29.2808,46.39774],[29.282,46.39981],[29.28226,46.40159],[29.28989,46.40413],[29.29092,46.40283],[29.2929,46.40099],[29.29547,46.39951],[29.29891,46.39851],[29.30277,46.39827],[29.30706,46.39875],[29.32981,46.40555],[29.33332,46.40715],[29.33599,46.40916],[29.33753,46.41141],[29.33847,46.41419],[29.33813,46.41727],[29.33393,46.42354],[29.325,46.43871],[29.32826,46.44013],[29.33101,46.44226],[29.33221,46.44451],[29.33281,46.44664],[29.33264,46.44853],[29.33195,46.45072],[29.32672,46.45974],[29.33015,46.46062],[29.33573,46.46222],[29.34586,46.46595],[29.3498,46.46908],[29.35109,46.4728],[29.35058,46.47688],[29.35178,46.4783],[29.36208,46.46122],[29.36156,46.45802],[29.36234,46.4556],[29.38036,46.42579],[29.38405,46.41964],[29.38645,46.41762],[29.38963,46.41609],[29.39332,46.41543],[29.39881,46.41543],[29.40534,46.41709],[29.40928,46.41881],[29.4122,46.42165],[29.41383,46.42467],[29.41349,46.42691],[29.41143,46.43135],[29.40319,46.44501],[29.44962,46.48386],[29.46078,46.47617],[29.48215,46.4608],[29.47254,46.45359],[29.47022,46.45016],[29.46971,46.44661],[29.47254,46.43874],[29.47872,46.42756],[29.48121,46.4239],[29.48361,46.42112],[29.48756,46.41899],[29.49254,46.4178],[29.49778,46.41431],[29.53726,46.41401],[29.537,46.40934],[29.55365,46.40745],[29.5655,46.36049],[29.56678,46.35694],[29.56867,46.35475],[29.57142,46.35297],[29.57554,46.35137],[29.57932,46.35102],[29.58944,46.35173],[29.59064,46.34876],[29.59296,46.34669],[29.59537,46.34515],[29.59906,46.34379],[29.60403,46.34367],[29.64506,46.34776],[29.6818,46.35143],[29.68695,46.35303],[29.69047,46.35522],[29.69235,46.35783],[29.69338,46.36109],[29.69227,46.36671],[29.68926,46.38016],[29.68566,46.39371],[29.67982,46.41674],[29.68514,46.41591],[29.69201,46.4168],[29.72506,46.42301],[29.74136,46.42585],[29.74591,46.42827],[29.7484,46.43129],[29.74926,46.43478],[29.75364,46.43744],[29.75656,46.44052],[29.7569,46.44407],[29.75613,46.4462],[29.75295,46.45051],[29.75767,46.44596],[29.76102,46.44442],[29.76557,46.44312],[29.77295,46.42443],[29.77278,46.42301],[29.772,46.42058],[29.77218,46.41756],[29.77364,46.41543],[29.78333,46.40739],[29.78651,46.40549],[29.79037,46.40449],[29.79355,46.40419],[29.80222,46.39697],[29.79355,46.39235],[29.7914,46.38969],[29.79029,46.38702],[29.79072,46.38371],[29.792,46.38063],[29.79475,46.37838],[29.81475,46.37044],[29.87363,46.34752],[29.88642,46.34254],[29.89552,46.34237],[29.89818,46.34284],[29.90144,46.3445],[29.90393,46.34675],[29.90564,46.34924],[29.90573,46.35238],[29.90238,46.3676],[29.93963,46.38856],[29.97869,46.37566],[29.98547,46.37382],[29.9913,46.37394],[29.99542,46.37512],[30.00014,46.37814],[30.01182,46.37483],[30.01739,46.37335],[30.02289,46.37293],[30.02778,46.37388],[30.06065,46.38815],[30.06426,46.38756],[30.0761,46.37939],[30.07791,46.37625],[30.08383,46.36979],[30.08881,46.3663],[30.09318,46.36476],[30.10056,46.3647],[30.1052,46.36636],[30.10941,46.37003],[30.1179,46.38389],[30.17292,46.40537],[30.17713,46.40827],[30.17944,46.41218],[30.17944,46.41461],[30.17858,46.41739],[30.17592,46.42088],[30.17575,46.42703],[30.17447,46.43023],[30.17146,46.43395],[30.16743,46.43644],[30.16185,46.43922],[30.15421,46.44022],[30.1488,46.43993],[30.14339,46.43803],[30.13859,46.43531],[30.13601,46.43206],[30.1282,46.43809],[30.12125,46.4404],[30.11344,46.4417],[30.10915,46.44608],[30.10426,46.4485],[30.10005,46.44998],[30.09387,46.45075],[30.0876,46.44963],[30.08263,46.44827],[30.07833,46.44531],[30.07773,46.44685],[30.07447,46.4498],[30.07104,46.45152],[30.06409,46.453],[30.05516,46.45353],[30.04735,46.45377],[30.04057,46.45335],[30.04031,46.4556],[30.03851,46.45802],[30.03456,46.4608],[30.03731,46.46654],[30.03731,46.47068],[30.03611,46.4741],[30.03139,46.47836],[30.02701,46.48007],[30.02134,46.48143],[30.01525,46.48185],[30.00607,46.48096],[30.00443,46.48315],[30.0095,46.48687],[30.01319,46.48965],[30.01551,46.49331],[30.01551,46.49703],[30.01345,46.50123],[30.00984,46.50418],[30.00529,46.50566],[30.00031,46.51381],[29.9968,46.51747],[29.99156,46.51972],[29.9865,46.52049],[29.98083,46.52013],[29.9762,46.51871],[29.97328,46.51641],[29.96899,46.5186],[29.96577,46.51948],[29.9598,46.51995],[29.95311,46.51889],[29.94701,46.51541],[29.94461,46.51192],[29.94229,46.51198],[29.94204,46.51464],[29.93955,46.51848],[29.935,46.52143],[29.92693,46.52273],[29.92667,46.52385],[29.92513,46.52663],[29.87474,46.52739],[29.83063,46.55591],[29.79544,46.57945],[29.76565,46.59904],[29.75389,46.59963],[29.75973,46.60287],[29.72986,46.6225],[29.69175,46.64714],[29.72548,46.64646],[29.77179,46.64508],[29.77201,46.64658],[29.78166,46.64734],[29.78175,46.64593],[29.7875,46.64625],[29.78874,46.64838],[29.78917,46.65047],[29.78921,46.65303],[29.78823,46.65668],[29.78677,46.65969],[29.78492,46.66163],[29.78243,46.66319],[29.77844,46.66466],[29.77793,46.66846],[29.77535,46.67288],[29.77372,46.67465],[29.77145,46.6763],[29.76767,46.67783],[29.7648,46.67851],[29.76192,46.67898],[29.75789,46.67889],[29.75145,46.67798],[29.7472,46.67836],[29.74231,46.67762],[29.7372,46.67986],[29.73368,46.68113],[29.7293,46.68195],[29.72368,46.68127],[29.71926,46.68018],[29.7145,46.67756],[29.71385,46.67951],[29.71274,46.68148],[29.71085,46.68336],[29.70862,46.68492],[29.70441,46.68725],[29.70021,46.68793],[29.69501,46.68831],[29.69047,46.68751],[29.69257,46.68869],[29.69793,46.69211],[29.70128,46.69537],[29.70398,46.69876],[29.7078,46.70635],[29.68214,46.70682],[29.65673,46.70744],[29.63124,46.70797],[29.59854,46.70859],[29.57541,46.709],[29.55876,46.70958],[29.55876,46.70924],[29.54841,46.70968],[29.54833,46.70984],[29.5243,46.71038],[29.48975,46.71091],[29.45263,46.71188],[29.41542,46.71253],[29.37534,46.71341],[29.35543,46.71377],[29.32431,46.71418],[29.28545,46.7149],[29.2855,46.71677],[29.23531,46.71774],[29.23524,46.71584],[29.16407,46.71727],[29.06914,46.71939],[28.95035,46.72162],[28.82984,46.72327],[28.69423,46.72551],[28.56359,46.72751],[28.44944,46.7288],[28.30876,46.73039],[28.27915,46.73045],[28.27919,46.73189],[28.22855,46.73245],[28.22851,46.73145],[28.17761,46.73218]]],"terms_url":"https://geoportalinds.gov.md/geonetwork/srv/eng/catalog.search#/metadata/48697d41-7710-4a58-b975-10a877a1d8ac","terms_text":"© Agenţia Geodezie, Cartografie şi Cadastru / Geoportal INDS / Ortofoto Moldova, South 2021","best":true,"description":"2021 Orthophotos, South part of Moldova, Executed by Primul Meridian SRL, scale 1:5000, 20cm, precision 0.5m, true colors, covers the south part of Moldova.","icon":"https://geoportalinds.gov.md/geonetwork/images/logos/favicon.png"},{"id":"Monongalia_WV_2022","name":"Monongalia County 2022 Aerial Imagery","type":"wms","template":"https://gis.morgantownwv.gov/image/services/Imagery/Monongalia_County_2022/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Monongalia_County_2022:None&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-03-01T00:00:00.000Z","startDate":"2022-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.42454,39.73301],[-80.42545,39.73286],[-80.42754,39.73233],[-80.42926,39.73168],[-80.43025,39.73122],[-80.43179,39.73031],[-80.43265,39.72971],[-80.43362,39.72887],[-80.43451,39.72794],[-80.43547,39.72672],[-80.43623,39.72559],[-80.43689,39.72436],[-80.43747,39.72293],[-80.43775,39.72195],[-80.43796,39.72069],[-80.43798,39.71988],[-80.43786,39.71843],[-80.43747,39.71694],[-80.43629,39.71445],[-80.43627,39.71343],[-80.43617,39.71265],[-80.43582,39.711],[-80.43532,39.70953],[-80.43456,39.70812],[-80.43359,39.7068],[-80.43224,39.70543],[-80.4303,39.70391],[-80.42863,39.70289],[-80.42688,39.70211],[-80.42497,39.70147],[-80.4225,39.70103],[-80.42252,39.69984],[-80.42243,39.69866],[-80.42222,39.69768],[-80.42171,39.69614],[-80.42175,39.69486],[-80.42153,39.69325],[-80.42104,39.69127],[-80.42007,39.68913],[-80.41934,39.68776],[-80.41757,39.68553],[-80.416,39.684],[-80.41355,39.6822],[-80.41466,39.68081],[-80.41541,39.67966],[-80.41609,39.67819],[-80.4165,39.67663],[-80.4167,39.67503],[-80.41665,39.67337],[-80.41746,39.67203],[-80.41801,39.6708],[-80.41849,39.669],[-80.41867,39.66781],[-80.4187,39.66634],[-80.4186,39.66538],[-80.41823,39.66389],[-80.4176,39.66246],[-80.41694,39.66138],[-80.41635,39.65972],[-80.41691,39.65802],[-80.41718,39.65643],[-80.4172,39.65494],[-80.41698,39.65346],[-80.41645,39.65186],[-80.41596,39.65089],[-80.41515,39.64962],[-80.41405,39.64836],[-80.41292,39.64737],[-80.40905,39.64465],[-80.40969,39.64381],[-80.41048,39.64238],[-80.41091,39.64108],[-80.41126,39.63983],[-80.41155,39.63829],[-80.41156,39.63679],[-80.41131,39.63528],[-80.4108,39.63373],[-80.41006,39.63233],[-80.40902,39.63087],[-80.40791,39.62978],[-80.40675,39.62883],[-80.40265,39.62629],[-80.4005,39.62445],[-80.39889,39.6235],[-80.3971,39.62269],[-80.39508,39.62206],[-80.39316,39.62166],[-80.3905,39.62142],[-80.38862,39.62104],[-80.38691,39.62086],[-80.38459,39.62083],[-80.38304,39.62099],[-80.38085,39.62035],[-80.37851,39.61989],[-80.37615,39.6197],[-80.37599,39.61884],[-80.37574,39.61799],[-80.37513,39.61659],[-80.37426,39.61519],[-80.37318,39.61389],[-80.3719,39.61266],[-80.37033,39.61152],[-80.36795,39.61027],[-80.365,39.60829],[-80.36383,39.60682],[-80.36234,39.60546],[-80.36045,39.60424],[-80.3588,39.60344],[-80.35705,39.60225],[-80.35559,39.6015],[-80.35374,39.60079],[-80.35184,39.60029],[-80.34981,39.59996],[-80.34801,39.59989],[-80.34657,39.59991],[-80.34463,39.60012],[-80.34161,39.59953],[-80.33961,39.59944],[-80.33807,39.59948],[-80.33634,39.59965],[-80.33384,39.60023],[-80.33193,39.60039],[-80.32925,39.60003],[-80.32709,39.59943],[-80.32543,39.59911],[-80.32378,39.59898],[-80.32194,39.59899],[-80.32029,39.59911],[-80.31778,39.59937],[-80.31584,39.59983],[-80.3132,39.59994],[-80.30981,39.59976],[-80.27055,39.59946],[-80.26807,39.59961],[-80.26612,39.59957],[-80.25061,39.59933],[-80.16508,39.59868],[-80.15889,39.59539],[-80.15645,39.59126],[-80.15509,39.58941],[-80.15313,39.58772],[-80.15066,39.58626],[-80.15002,39.584],[-80.14903,39.58211],[-80.14713,39.57997],[-80.14529,39.57846],[-80.14422,39.57692],[-80.14226,39.57504],[-80.1398,39.57342],[-80.13737,39.57108],[-80.13526,39.56982],[-80.13322,39.56887],[-80.13052,39.56809],[-80.12786,39.56776],[-80.12506,39.56653],[-80.12346,39.56456],[-80.12162,39.56298],[-80.11934,39.56165],[-80.11697,39.56062],[-80.11559,39.55916],[-80.11335,39.55755],[-80.10895,39.55521],[-80.10388,39.55172],[-80.09385,39.54408],[-80.06118,39.51973],[-80.06216,39.5173],[-80.0625,39.51477],[-80.06227,39.51212],[-80.06141,39.50974],[-80.05997,39.50772],[-80.0581,39.50583],[-80.05061,39.49892],[-80.04701,39.49669],[-80.04195,39.49472],[-80.03767,39.49371],[-80.03304,39.49333],[-80.0322,39.49031],[-80.03083,39.48816],[-80.0289,39.48629],[-80.02684,39.485],[-80.02623,39.48334],[-80.02494,39.48147],[-80.02327,39.47979],[-80.02116,39.47827],[-80.01877,39.4771],[-80.01636,39.47627],[-80.01314,39.47564],[-80.00952,39.47448],[-80.00695,39.47407],[-80.00468,39.47393],[-80.00328,39.47208],[-80.0015,39.47057],[-79.99894,39.4691],[-79.99627,39.46795],[-79.99302,39.46709],[-79.99159,39.46607],[-79.99106,39.4643],[-79.99018,39.46271],[-79.98902,39.46126],[-79.98732,39.45972],[-79.98521,39.45841],[-79.98311,39.45736],[-79.98125,39.45676],[-79.97987,39.45529],[-79.97796,39.45383],[-79.97536,39.45251],[-79.90369,39.42574],[-79.90052,39.42457],[-79.8983,39.42406],[-79.89586,39.4238],[-79.8934,39.42383],[-79.89158,39.42407],[-79.88936,39.42458],[-79.88689,39.42554],[-79.8848,39.42673],[-79.88303,39.42823],[-79.88147,39.43009],[-79.88052,39.43171],[-79.87989,39.43333],[-79.87964,39.43552],[-79.87971,39.43705],[-79.88428,39.47882],[-79.77561,39.61878],[-79.7745,39.62139],[-79.77413,39.6244],[-79.77054,39.65456],[-79.75287,39.68691],[-79.74982,39.69244],[-79.74921,39.69384],[-79.74887,39.69517],[-79.74866,39.69658],[-79.74868,39.72127],[-79.74894,39.72316],[-79.74957,39.72496],[-79.75072,39.72684],[-79.75222,39.72856],[-79.75471,39.73037],[-79.75751,39.73168],[-79.75986,39.73234],[-79.76237,39.73274],[-79.76424,39.73279],[-80.42158,39.73322],[-80.42202,39.7332],[-80.42358,39.73313],[-80.42454,39.73301]]],"terms_url":"https://mmagic-monco.hub.arcgis.com/","terms_text":"Monongalia Morgantown Area Geospatial Information Consortium","description":"Spring 2022 Aerial Imagery for Monongalia County of the State of West Virginia","icon":"https://www.morgantownwv.gov/ImageRepository/Document?documentID=2216"},{"id":"Monongalia_WV_2023","name":"Monongalia County 2023 Aerial Imagery","type":"wms","template":"https://gis.morgantownwv.gov/image/services/Imagery/Monongalia_County_2023/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Monongalia_County_2023:None&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-03-01T00:00:00.000Z","startDate":"2023-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.42454,39.73301],[-80.42545,39.73286],[-80.42754,39.73233],[-80.42926,39.73168],[-80.43025,39.73122],[-80.43179,39.73031],[-80.43265,39.72971],[-80.43362,39.72887],[-80.43451,39.72794],[-80.43547,39.72672],[-80.43623,39.72559],[-80.43689,39.72436],[-80.43747,39.72293],[-80.43775,39.72195],[-80.43796,39.72069],[-80.43798,39.71988],[-80.43786,39.71843],[-80.43747,39.71694],[-80.43629,39.71445],[-80.43627,39.71343],[-80.43617,39.71265],[-80.43582,39.711],[-80.43532,39.70953],[-80.43456,39.70812],[-80.43359,39.7068],[-80.43224,39.70543],[-80.4303,39.70391],[-80.42863,39.70289],[-80.42688,39.70211],[-80.42497,39.70147],[-80.4225,39.70103],[-80.42252,39.69984],[-80.42243,39.69866],[-80.42222,39.69768],[-80.42171,39.69614],[-80.42175,39.69486],[-80.42153,39.69325],[-80.42104,39.69127],[-80.42007,39.68913],[-80.41934,39.68776],[-80.41757,39.68553],[-80.416,39.684],[-80.41355,39.6822],[-80.41466,39.68081],[-80.41541,39.67966],[-80.41609,39.67819],[-80.4165,39.67663],[-80.4167,39.67503],[-80.41665,39.67337],[-80.41746,39.67203],[-80.41801,39.6708],[-80.41849,39.669],[-80.41867,39.66781],[-80.4187,39.66634],[-80.4186,39.66538],[-80.41823,39.66389],[-80.4176,39.66246],[-80.41694,39.66138],[-80.41635,39.65972],[-80.41691,39.65802],[-80.41718,39.65643],[-80.4172,39.65494],[-80.41698,39.65346],[-80.41645,39.65186],[-80.41596,39.65089],[-80.41515,39.64962],[-80.41405,39.64836],[-80.41292,39.64737],[-80.40905,39.64465],[-80.40969,39.64381],[-80.41048,39.64238],[-80.41091,39.64108],[-80.41126,39.63983],[-80.41155,39.63829],[-80.41156,39.63679],[-80.41131,39.63528],[-80.4108,39.63373],[-80.41006,39.63233],[-80.40902,39.63087],[-80.40791,39.62978],[-80.40675,39.62883],[-80.40265,39.62629],[-80.4005,39.62445],[-80.39889,39.6235],[-80.3971,39.62269],[-80.39508,39.62206],[-80.39316,39.62166],[-80.3905,39.62142],[-80.38862,39.62104],[-80.38691,39.62086],[-80.38459,39.62083],[-80.38304,39.62099],[-80.38085,39.62035],[-80.37851,39.61989],[-80.37615,39.6197],[-80.37599,39.61884],[-80.37574,39.61799],[-80.37513,39.61659],[-80.37426,39.61519],[-80.37318,39.61389],[-80.3719,39.61266],[-80.37033,39.61152],[-80.36795,39.61027],[-80.365,39.60829],[-80.36383,39.60682],[-80.36234,39.60546],[-80.36045,39.60424],[-80.3588,39.60344],[-80.35705,39.60225],[-80.35559,39.6015],[-80.35374,39.60079],[-80.35184,39.60029],[-80.34981,39.59996],[-80.34801,39.59989],[-80.34657,39.59991],[-80.34463,39.60012],[-80.34161,39.59953],[-80.33961,39.59944],[-80.33807,39.59948],[-80.33634,39.59965],[-80.33384,39.60023],[-80.33193,39.60039],[-80.32925,39.60003],[-80.32709,39.59943],[-80.32543,39.59911],[-80.32378,39.59898],[-80.32194,39.59899],[-80.32029,39.59911],[-80.31778,39.59937],[-80.31584,39.59983],[-80.3132,39.59994],[-80.30981,39.59976],[-80.27055,39.59946],[-80.26807,39.59961],[-80.26612,39.59957],[-80.25061,39.59933],[-80.16508,39.59868],[-80.15889,39.59539],[-80.15645,39.59126],[-80.15509,39.58941],[-80.15313,39.58772],[-80.15066,39.58626],[-80.15002,39.584],[-80.14903,39.58211],[-80.14713,39.57997],[-80.14529,39.57846],[-80.14422,39.57692],[-80.14226,39.57504],[-80.1398,39.57342],[-80.13737,39.57108],[-80.13526,39.56982],[-80.13322,39.56887],[-80.13052,39.56809],[-80.12786,39.56776],[-80.12506,39.56653],[-80.12346,39.56456],[-80.12162,39.56298],[-80.11934,39.56165],[-80.11697,39.56062],[-80.11559,39.55916],[-80.11335,39.55755],[-80.10895,39.55521],[-80.10388,39.55172],[-80.09385,39.54408],[-80.06118,39.51973],[-80.06216,39.5173],[-80.0625,39.51477],[-80.06227,39.51212],[-80.06141,39.50974],[-80.05997,39.50772],[-80.0581,39.50583],[-80.05061,39.49892],[-80.04701,39.49669],[-80.04195,39.49472],[-80.03767,39.49371],[-80.03304,39.49333],[-80.0322,39.49031],[-80.03083,39.48816],[-80.0289,39.48629],[-80.02684,39.485],[-80.02623,39.48334],[-80.02494,39.48147],[-80.02327,39.47979],[-80.02116,39.47827],[-80.01877,39.4771],[-80.01636,39.47627],[-80.01314,39.47564],[-80.00952,39.47448],[-80.00695,39.47407],[-80.00468,39.47393],[-80.00328,39.47208],[-80.0015,39.47057],[-79.99894,39.4691],[-79.99627,39.46795],[-79.99302,39.46709],[-79.99159,39.46607],[-79.99106,39.4643],[-79.99018,39.46271],[-79.98902,39.46126],[-79.98732,39.45972],[-79.98521,39.45841],[-79.98311,39.45736],[-79.98125,39.45676],[-79.97987,39.45529],[-79.97796,39.45383],[-79.97536,39.45251],[-79.90369,39.42574],[-79.90052,39.42457],[-79.8983,39.42406],[-79.89586,39.4238],[-79.8934,39.42383],[-79.89158,39.42407],[-79.88936,39.42458],[-79.88689,39.42554],[-79.8848,39.42673],[-79.88303,39.42823],[-79.88147,39.43009],[-79.88052,39.43171],[-79.87989,39.43333],[-79.87964,39.43552],[-79.87971,39.43705],[-79.88428,39.47882],[-79.77561,39.61878],[-79.7745,39.62139],[-79.77413,39.6244],[-79.77054,39.65456],[-79.75287,39.68691],[-79.74982,39.69244],[-79.74921,39.69384],[-79.74887,39.69517],[-79.74866,39.69658],[-79.74868,39.72127],[-79.74894,39.72316],[-79.74957,39.72496],[-79.75072,39.72684],[-79.75222,39.72856],[-79.75471,39.73037],[-79.75751,39.73168],[-79.75986,39.73234],[-79.76237,39.73274],[-79.76424,39.73279],[-80.42158,39.73322],[-80.42202,39.7332],[-80.42358,39.73313],[-80.42454,39.73301]]],"terms_url":"https://mmagic-monco.hub.arcgis.com/","terms_text":"Monongalia Morgantown Area Geospatial Information Consortium","best":true,"description":"Spring 2023 Aerial Imagery for Monongalia County of the State of West Virginia","icon":"https://www.morgantownwv.gov/ImageRepository/Document?documentID=2216"},{"id":"Monroe_Ortho_2023","name":"Monroe County Orthoimagery (2023)","type":"wms","template":"https://mcgis4.monroecounty-fl.gov/public/rest/services/Images/Orthos2023/ImageServer/exportImage?f=image&format=jpg&layers=show,6&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[10,19],"polygon":[[[-80.47458,25.11664],[-80.48979,25.11674],[-80.48989,25.0753],[-80.50486,25.07544],[-80.5203,25.04806],[-80.5355,25.04813],[-80.5352,25.03444],[-80.55071,25.03444],[-80.55044,25.02069],[-80.56547,25.02048],[-80.71759,24.89723],[-81.2742,24.69036],[-81.25909,24.80121],[-81.45544,24.80067],[-81.45571,24.81416],[-81.51586,24.81389],[-81.60621,24.73089],[-81.60601,24.70371],[-81.5758,24.70385],[-81.57627,24.68982],[-81.62097,24.68976],[-81.63952,24.72502],[-81.83182,24.63345],[-81.83037,24.4897],[-81.14703,24.65011],[-80.51339,24.94001],[-80.2194,25.36318],[-80.28987,25.36352],[-80.29883,25.32246],[-80.39829,25.32252],[-80.39809,25.28146],[-80.38312,25.26771],[-80.41332,25.26771],[-80.414,25.25395],[-80.44353,25.25422],[-80.44387,25.19927],[-80.42883,25.199],[-80.42924,25.17122],[-80.44421,25.17162],[-80.44421,25.18538],[-80.47414,25.18531],[-80.47458,25.11664]]],"terms_url":"https://www.monroecounty-fl.gov/174/GIS","terms_text":"Monroe County","description":"The 2023 orthoimagery for Monroe County of the State of Florida","icon":"https://www.arcgis.com/sharing/rest/community/groups/8587bed3e2fc4ea9be860a1b9e6d7f30/info/MC_Seal_65x65.png"},{"id":"Monroe_Ortho_2024","name":"Monroe County Orthoimagery (2024)","type":"wms","template":"https://mcgis4.monroecounty-fl.gov/public/rest/services/Images/Orthos2024/ImageServer/exportImage?f=image&format=jpg&layers=show,6&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[10,19],"polygon":[[[-80.47458,25.11664],[-80.48979,25.11674],[-80.48989,25.0753],[-80.50486,25.07544],[-80.5203,25.04806],[-80.5355,25.04813],[-80.5352,25.03444],[-80.55071,25.03444],[-80.55044,25.02069],[-80.56547,25.02048],[-80.71759,24.89723],[-81.2742,24.69036],[-81.25909,24.80121],[-81.45544,24.80067],[-81.45571,24.81416],[-81.51586,24.81389],[-81.60621,24.73089],[-81.60601,24.70371],[-81.5758,24.70385],[-81.57627,24.68982],[-81.62097,24.68976],[-81.63952,24.72502],[-81.83182,24.63345],[-81.83037,24.4897],[-81.14703,24.65011],[-80.51339,24.94001],[-80.2194,25.36318],[-80.28987,25.36352],[-80.29883,25.32246],[-80.39829,25.32252],[-80.39809,25.28146],[-80.38312,25.26771],[-80.41332,25.26771],[-80.414,25.25395],[-80.44353,25.25422],[-80.44387,25.19927],[-80.42883,25.199],[-80.42924,25.17122],[-80.44421,25.17162],[-80.44421,25.18538],[-80.47414,25.18531],[-80.47458,25.11664]]],"terms_url":"https://www.monroecounty-fl.gov/174/GIS","terms_text":"Monroe County","description":"The 2024 orthoimagery for Monroe County of the State of Florida","icon":"https://www.arcgis.com/sharing/rest/community/groups/8587bed3e2fc4ea9be860a1b9e6d7f30/info/MC_Seal_65x65.png"},{"id":"Montgomery_OH_2022","name":"Montgomery County Orthoimagery (2022)","type":"wms","template":"https://gis.mcohio.org/arcgis/rest/services/AUDGIS_MrSID/MapServer/export?f=image&format=jpg&layers=show:0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-84.48184,39.58592],[-84.36654,39.58782],[-84.3575,39.58113],[-84.35686,39.55709],[-84.34356,39.5573],[-84.33985,39.58481],[-84.25116,39.58618],[-84.10894,39.5745],[-84.10981,39.61224],[-84.07863,39.61276],[-84.07897,39.62969],[-84.09699,39.62962],[-84.09682,39.63286],[-84.10532,39.6328],[-84.10635,39.66049],[-84.10189,39.66042],[-84.10343,39.71531],[-84.09871,39.71537],[-84.09966,39.75313],[-84.09081,39.75313],[-84.0918,39.79436],[-84.08283,39.79452],[-84.08343,39.8151],[-84.08781,39.81506],[-84.08785,39.81839],[-84.09236,39.81846],[-84.09249,39.82864],[-84.08807,39.82868],[-84.08828,39.83563],[-84.07043,39.83593],[-84.07039,39.83237],[-84.0526,39.83263],[-84.05291,39.8464],[-84.04845,39.84647],[-84.04932,39.88417],[-84.07146,39.88379],[-84.12764,39.90026],[-84.16098,39.89976],[-84.16184,39.92725],[-84.49139,39.92218],[-84.48184,39.58592]]],"terms_url":"https://www.mcohio.org/","terms_text":"Montgomery County, State of Ohio","description":"3-inch resolution 2022 orthoimagery for Montgomery County in the State of Ohio","icon":"https://www.mcohio.org/ImageRepository/Document?documentId=88"},{"id":"Morgan_OH_2023","name":"Morgan County Orthoimagery (2023)","type":"tms","template":"https://tiles.arcgis.com/tiles/cYuOLPdETvKbspkC/arcgis/rest/services/2023_Aerial/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-82.03249,39.72192],[-82.0329,39.64625],[-82.03739,39.64625],[-82.03774,39.59489],[-82.04211,39.59498],[-82.04272,39.55373],[-82.0493,39.55387],[-82.05814,39.45772],[-82.03864,39.45772],[-82.03864,39.45428],[-81.96346,39.45394],[-81.96351,39.45046],[-81.87941,39.45005],[-81.87941,39.44658],[-81.82502,39.4466],[-81.82143,39.49096],[-81.78603,39.49074],[-81.78605,39.48729],[-81.76389,39.48715],[-81.76396,39.4803],[-81.70195,39.47989],[-81.70133,39.53478],[-81.71461,39.53493],[-81.71407,39.58295],[-81.58548,39.58191],[-81.58436,39.66776],[-81.63766,39.66816],[-81.63654,39.75742],[-81.71212,39.75794],[-81.71209,39.76139],[-81.82767,39.7621],[-81.82766,39.76552],[-81.91659,39.76603],[-81.91656,39.76946],[-82.00549,39.76986],[-82.00547,39.77329],[-82.08107,39.77358],[-82.08138,39.72211],[-82.03249,39.72192]]],"terms_url":"https://www.morgancoengineer.org/","terms_text":"Morgan County, State of Ohio","description":"3-inch resolution 2023 orthoimagery for Morgan County in the State of Ohio","icon":"https://upload.wikimedia.org/wikipedia/commons/5/5a/Seal_of_Morgan_County_Ohio.svg"},{"id":"MRCOG_Ortho_2020","name":"MRCOG Orthoimagery (2020)","type":"wms","template":"https://gstore.unm.edu/apps/rgis/datasets/a2f27db4-ed08-4ec9-b5b3-5b12e6f1bb89/services/ogc/wms?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=MRCOG_2020_ECW&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-05-18T00:00:00.000Z","startDate":"2020-03-19T00:00:00.000Z","zoomExtent":[3,19],"polygon":[[[-106.80955,33.85591],[-106.80874,34.20158],[-106.79157,34.20186],[-106.79123,34.36129],[-106.75587,34.36016],[-106.75621,34.38935],[-106.73836,34.38963],[-106.73801,34.48024],[-106.65665,34.47769],[-106.51382,34.43382],[-106.41701,34.43325],[-106.41735,34.52127],[-106.47125,34.52155],[-106.48087,34.8107],[-106.34251,34.8107],[-106.34216,34.87044],[-106.12312,34.86931],[-106.12312,34.97488],[-106.24363,34.97488],[-106.245,35.34033],[-106.22269,35.34033],[-106.22406,35.70331],[-106.54987,35.70359],[-106.5485,35.55932],[-106.69098,35.55932],[-106.68961,35.42151],[-106.95602,35.42067],[-106.9562,35.21898],[-107.20274,35.21968],[-107.20459,34.60902],[-107.21086,34.60893],[-107.21044,34.57862],[-106.91332,34.58033],[-106.91391,34.30346],[-106.9227,34.30341],[-106.92268,34.29619],[-106.93147,34.29615],[-106.93141,34.28896],[-106.94022,34.28891],[-106.94012,34.28171],[-106.94895,34.28166],[-106.94881,33.96223],[-106.9313,33.96226],[-106.93165,33.93318],[-106.8965,33.93307],[-106.89659,33.85584],[-106.80955,33.85591]]],"terms_url":"https://www.mrcog-nm.gov/198/Orthophotography","terms_text":"Mid-Region Council of Governments, Bohannan Huston, Inc.","description":"The 2020 orthoimagery provided by Mid-Region Council of Governments covering Bernalillo County, Sandoval County, Torrance County and Valencia County, in the state of New Mexico","icon":"https://www.mrcog-nm.gov/ImageRepository/Document?documentID=3292"},{"id":"MSB_Aerial_2019","name":"MSB Aerial Imagery - Area 1(2019)","type":"wms","template":"https://maps.matsugov.us/imagery/rest/services/Imagery/AerialMosaic_2019_SP_Dyn/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-150.37485,61.46773],[-150.19238,61.46945],[-150.19238,61.41381],[-150.145,61.41414],[-150.145,61.34984],[-150.10757,61.34984],[-150.10689,61.26759],[-150.06329,61.24547],[-149.98432,61.23341],[-149.91188,61.26033],[-149.89403,61.33881],[-149.87137,61.37896],[-149.80957,61.3936],[-149.7694,61.42021],[-149.75224,61.44074],[-149.65302,61.47715],[-149.59602,61.48961],[-149.28188,61.48879],[-149.28257,61.4683],[-149.16515,61.46994],[-148.98319,61.50665],[-148.80535,61.43269],[-148.75454,61.43204],[-148.75179,61.50796],[-148.97221,61.58271],[-148.97049,61.65354],[-148.91281,61.6757],[-148.82767,61.68922],[-148.45001,61.77556],[-148.22205,61.78173],[-148.0854,61.76955],[-148.04146,61.7689],[-147.99854,61.77247],[-147.92336,61.77231],[-147.66415,61.77475],[-147.48974,61.78514],[-147.31361,61.83217],[-147.26761,61.89968],[-147.03003,61.97801],[-146.96137,61.97914],[-146.96102,61.99607],[-147.0726,61.99671],[-147.19173,61.95187],[-147.33936,61.93007],[-147.3579,61.86862],[-147.43996,61.83088],[-147.53952,61.8158],[-147.90344,61.81677],[-148.02773,61.81239],[-148.24024,61.83736],[-148.23921,61.84675],[-148.2756,61.84627],[-148.2756,61.82958],[-148.44006,61.82472],[-148.74218,61.74989],[-149.18884,61.75347],[-149.18678,61.83314],[-149.26849,61.83363],[-149.2709,61.80088],[-149.5689,61.80315],[-149.57062,61.66748],[-149.79103,61.64335],[-149.84493,61.63944],[-149.85472,61.63667],[-149.93574,61.62965],[-150.07015,61.58606],[-150.15358,61.57356],[-150.15289,61.59905],[-150.23701,61.59889],[-150.23701,61.5703],[-150.21452,61.57046],[-150.21383,61.52801],[-150.26619,61.52826],[-150.26602,61.5132],[-150.46875,61.51336],[-150.46978,61.48232],[-150.44626,61.48207],[-150.44609,61.45665],[-150.43905,61.45674],[-150.43974,61.43869],[-150.37485,61.43885],[-150.37485,61.46773]],[[-150.64728,62.12123],[-150.64625,62.00316],[-150.45914,62.00316],[-150.45845,62.12074],[-150.64728,62.12123]],[[-150.63011,61.60003],[-150.6308,61.56229],[-150.59921,61.56245],[-150.5999,61.52662],[-150.58445,61.52662],[-150.58479,61.51156],[-150.53501,61.51156],[-150.53535,61.54086],[-150.46875,61.54119],[-150.46875,61.55509],[-150.4454,61.55509],[-150.44712,61.60085],[-150.63011,61.60003]]],"terms_url":"https://data1-msb.opendata.arcgis.com/pages/msb-aerial-imagery","terms_text":"Matanuska-Susitna Borough GIS Division","description":"4-band orthoimagery with 6-in pixel resolution for 367 sq mi and 1-ft pixel resolution (or less) for 785 sq mi within Mat-Su Borough (2019)"},{"id":"MSB_Aerial_2020","name":"MSB Aerial Imagery - Area 2 (2020)","type":"wms","template":"https://maps.matsugov.us/imagery/rest/services/Imagery/AerialMosaic_2020_half_foot_SP_Dyn/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-150.15375,61.59868],[-150.15427,61.5734],[-150.07015,61.58566],[-149.93763,61.62908],[-149.56993,61.66658],[-149.56684,61.8025],[-149.84116,61.80364],[-149.8415,62.10051],[-149.81575,62.10035],[-149.81472,62.20235],[-149.74606,62.20267],[-149.74503,62.22668],[-149.79275,62.227],[-149.79275,62.38591],[-149.9857,62.38639],[-149.9857,62.58006],[-150.14259,62.57975],[-150.14191,62.61862],[-150.28439,62.61909],[-150.28336,62.56108],[-150.35854,62.5614],[-150.36541,62.19835],[-150.25177,62.19835],[-150.18757,62.13495],[-150.18723,62.02459],[-150.28233,62.02427],[-150.28267,61.96647],[-150.22242,61.96672],[-150.21881,61.59876],[-150.15375,61.59868]]],"terms_url":"https://data1-msb.opendata.arcgis.com/pages/msb-aerial-imagery","terms_text":"Matanuska-Susitna Borough GIS Division","description":"4-band orthoimagery with 6-in pixel resolution for 22 sq mi and 1-ft pixel resolution (or less) for 1,014 sq mi within Mat-Su Borough (2020)"},{"id":"MSB_Aerial_2023","name":"MSB Aerial Imagery - Area 2 (2023)","type":"wms","template":"https://maps.matsugov.us/imagery/rest/services/Imagery/AerialMosaic_2023_SP_Dyn/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-150.15375,61.59868],[-150.15427,61.5734],[-150.07015,61.58566],[-149.93763,61.62908],[-149.56993,61.66658],[-149.56684,61.8025],[-149.84116,61.80364],[-149.8415,62.10051],[-149.81575,62.10035],[-149.81472,62.20235],[-149.74606,62.20267],[-149.74503,62.22668],[-149.79275,62.227],[-149.79275,62.38591],[-149.9857,62.38639],[-149.9857,62.58006],[-150.14259,62.57975],[-150.14191,62.61862],[-150.28439,62.61909],[-150.28336,62.56108],[-150.35854,62.5614],[-150.36541,62.19835],[-150.25177,62.19835],[-150.18757,62.13495],[-150.18723,62.02459],[-150.28233,62.02427],[-150.28267,61.96647],[-150.22242,61.96672],[-150.21881,61.59876],[-150.15375,61.59868]]],"terms_url":"https://data1-msb.opendata.arcgis.com/pages/msb-aerial-imagery","terms_text":"Matanuska-Susitna Borough GIS Division","description":"4-band orthoimagery with 6-in pixel resolution for 22 sq mi and 1-ft pixel resolution (or less) for 1,014 sq mi within Mat-Su Borough (2023)"},{"id":"MSB_Aerial_2021","name":"MSB Aerial Imagery - Area 3 (2021)","type":"wms","template":"https://maps.matsugov.us/imagery/rest/services/Imagery/AerialMosaic_2021_SP_Dyn/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-150.02652,61.47393],[-149.94186,61.47393],[-149.74214,61.44809],[-149.42505,61.53612],[-149.35709,61.54134],[-149.12181,61.54181],[-149.09999,61.50907],[-149.03483,61.50521],[-148.97427,61.52225],[-148.96789,61.71455],[-149.24466,61.71623],[-149.24504,61.70444],[-149.346,61.70507],[-149.34658,61.67343],[-149.72009,61.65693],[-149.90481,61.65754],[-150.02652,61.47393]],[[-150.57351,61.40648],[-150.57308,61.43812],[-150.4693,61.43873],[-150.46884,61.51299],[-150.26741,61.51355],[-150.2674,61.528],[-150.21452,61.52772],[-150.22224,61.96671],[-150.28152,61.9666],[-150.28216,62.02425],[-150.18667,62.02443],[-150.18726,62.13459],[-150.2512,62.19819],[-150.36433,62.19821],[-150.35707,62.56092],[-151.09513,62.55967],[-151.09217,62.44059],[-150.75765,62.44115],[-150.74873,62.00333],[-150.56629,62.00334],[-150.56129,61.78838],[-150.77665,61.78752],[-150.62831,61.40625],[-150.57351,61.40648]]],"terms_url":"https://data1-msb.opendata.arcgis.com/pages/msb-aerial-imagery","terms_text":"Matanuska-Susitna Borough GIS Division","description":"4-band orthoimagery with 6-in pixel resolution for 411 sq mi and 1-ft pixel resolution (or less) for 1,158 sq mi within Mat-Su Borough (2021)"},{"id":"MSB_Aerial_2022","name":"MSB Aerial Imagery - Core Area (2022)","type":"wms","template":"https://maps.matsugov.us/imagery/rest/services/Imagery/AerialMosaic_2022_SP_Dyn/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-150.02662,61.47388],[-149.94148,61.47387],[-149.74193,61.44803],[-149.51557,61.51656],[-149.46797,61.52453],[-149.42987,61.53504],[-149.35665,61.54135],[-149.12187,61.54179],[-149.10005,61.50904],[-149.03489,61.50519],[-148.97417,61.52217],[-148.9679,61.71459],[-149.24468,61.71627],[-149.24507,61.7045],[-149.34609,61.70509],[-149.34666,61.67345],[-149.48381,61.67402],[-149.48392,61.66731],[-149.57046,61.66753],[-149.72019,61.65125],[-149.72006,61.65693],[-149.9048,61.65754],[-149.90566,61.58275],[-149.96154,61.58293],[-149.9616,61.53961],[-150.02636,61.5395],[-150.02662,61.47388]]],"terms_url":"https://data1-msb.opendata.arcgis.com/pages/msb-aerial-imagery","terms_text":"Matanuska-Susitna Borough GIS Division","description":"4-band orthoimagery with 6-in pixel resolution from Big Lake to the Butte within Mat-Su Borough (2022)"},{"id":"mtbmap-no","name":"MTBmap.no","type":"tms","template":"https://mtbmap.no/tiles/osm/mtbmap/{zoom}/{x}/{y}.jpg","category":"osmbasedmap","tileSize":512,"zoomExtent":[3,14],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.mtbmap.no/","terms_text":"© MTBmap.no","description":"Norwegian mountain biking map from OSM (max zoom 14-16, varies per region)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/no/MTBmapno.png"},{"id":"Mulhouse_2018","name":"Mulhouse - 2018","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/mulhouse_2018/{zoom}/{x}/{y}","category":"photo","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[7.53731,47.78041],[7.57439,47.84128],[7.57301,47.85602],[7.55035,47.86201],[7.53525,47.84588],[7.5016,47.85141],[7.45972,47.84174],[7.4556,47.83252],[7.4453,47.83114],[7.43088,47.84128],[7.41549,47.83831],[7.39174,47.84727],[7.38007,47.83851],[7.33475,47.83989],[7.34024,47.89563],[7.31758,47.91082],[7.28737,47.89977],[7.28462,47.88412],[7.24686,47.88228],[7.23724,47.87629],[7.23312,47.86431],[7.2139,47.86524],[7.183,47.85786],[7.17613,47.84819],[7.21115,47.82284],[7.18986,47.81085],[7.19948,47.78179],[7.16789,47.77025],[7.183,47.73517],[7.17682,47.72362],[7.19467,47.69451],[7.21802,47.68527],[7.24548,47.68527],[7.25166,47.69497],[7.2448,47.70376],[7.2551,47.71392],[7.27844,47.713],[7.27982,47.70237],[7.26814,47.69405],[7.26883,47.68434],[7.28531,47.67094],[7.30247,47.66308],[7.32376,47.65984],[7.33337,47.66724],[7.3732,47.65383],[7.39242,47.65475],[7.40822,47.6603],[7.39723,47.67648],[7.42744,47.68666],[7.47551,47.69821],[7.5222,47.69636],[7.55104,47.71531],[7.56134,47.73517],[7.53731,47.78041]]],"terms_url":"https://data.mulhouse-alsace.fr/explore/dataset/m2a_orthophotographie-2018/information/","terms_text":"Mulhouse Alsace Agglomération 2018"},{"id":"openlabs-geoportal-public-transport","name":"Municipality of Tirana - Public Transport (Open Labs GeoPortal) (overlay)","type":"tms","template":"https://geoportal.openlabs.cc/mapcache/tms/1.0.0/public-transport@GoogleMapsCompatibleExtended/{zoom}/{x}/{-y}.png","category":"other","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[19.73762,41.30154],[19.88628,41.27213],[19.86877,41.38582],[19.68338,41.3732],[19.73762,41.30154]]],"terms_url":"https://geoportal.openlabs.cc/","terms_text":"Data provided by the Muncipality of Tirana hosted by Open Labs","description":"Bus stops & lines provided by the Muncipality of Tirana hosted by Open Labs","overlay":true},{"id":"openlabs-geoportal-tirana","name":"Municipality of Tirana (Open Labs GeoPortal)","type":"tms","template":"https://geoportal.openlabs.cc/mapcache/tms/1.0.0/tirana@GoogleMapsCompatibleExtended/{zoom}/{x}/{-y}.png","category":"map","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[19.70226,41.1404],[19.77573,41.11868],[19.86431,41.12126],[20.24986,41.3495],[20.03082,41.41184],[19.92577,41.5204],[19.88869,41.50755],[19.88937,41.42265],[19.81659,41.46177],[19.7335,41.43037],[19.74174,41.37887],[19.65797,41.37475],[19.57214,41.24322],[19.61815,41.22567],[19.67171,41.22722],[19.70226,41.1404]]],"terms_url":"https://geoportal.openlabs.cc","terms_text":"Data provided by the Muncipality of Tirana hosted by Open Labs","description":"Streets & Builings provided by the Muncipality of Tirana hosted by Open Labs"},{"id":"osmfj-muroran-2019","name":"Muroran city Imagery 2021","type":"tms","template":"https://tiles.osmf.jp/muroran-shi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2019-10-24T00:00:00.000Z","startDate":"2019-10-24T00:00:00.000Z","zoomExtent":[10,18],"polygon":[[[140.97244,42.44043],[140.97294,42.41408],[140.94284,42.41378],[140.94324,42.39228],[140.89567,42.39179],[140.89682,42.33046],[140.92627,42.33076],[140.92668,42.30924],[140.94479,42.30943],[140.94507,42.2944],[141.03731,42.29535],[141.03679,42.32327],[141.05034,42.32341],[141.05001,42.34128],[141.06912,42.34148],[141.06876,42.36102],[141.04964,42.36083],[141.04872,42.41041],[141.03516,42.41028],[141.03458,42.44107],[140.97244,42.44043]]],"terms_url":"http://www.city.muroran.lg.jp/main/org2260/odlib.php","terms_text":"OSMFJ_Ortho","description":"Open Data Orthoimagery from Muroran-shi, 2019"},{"id":"osmfj-nagahama-2021","name":"Nagahama city Imagery 2021","type":"tms","template":"https://tiles.osmf.jp/nagahama-shi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2022-01-31T00:00:00.000Z","startDate":"2021-09-01T00:00:00.000Z","zoomExtent":[10,18],"polygon":[[[136.08709,35.7085],[136.08751,35.33855],[136.37384,35.33876],[136.37342,35.70872],[136.08709,35.7085]]],"terms_text":"OSMFJ_Ortho","description":"Kokyo Sokuryo Orthoimagery from Nagahama-shi, 2021"},{"id":"GrandNancy_Orthophotographie","name":"Nancy - Orthophoto","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/nancy/{zoom}/{x}/{y}","category":"photo","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[6.0672,48.70184],[6.06377,48.65106],[6.15097,48.59977],[6.22101,48.59886],[6.24435,48.61566],[6.29723,48.61975],[6.30478,48.73536],[6.15028,48.7503],[6.0672,48.70184]]],"terms_url":"https://wiki.openstreetmap.org/wiki/Nancy/Orthophotographie","terms_text":"GrandNancy Orthophotographie 2016","best":true},{"id":"GrandNancy_Orthophotographie_2016","name":"Nancy - Orthophoto - 2016","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/nancy_2016/{zoom}/{x}/{y}","category":"photo","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[6.0672,48.70184],[6.06377,48.65106],[6.15097,48.59977],[6.22101,48.59886],[6.24435,48.61566],[6.29723,48.61975],[6.30478,48.73536],[6.15028,48.7503],[6.0672,48.70184]]],"terms_url":"https://wiki.openstreetmap.org/wiki/Nancy/Orthophotographie","terms_text":"GrandNancy Orthophotographie 2016"},{"id":"Nassau_Ortho_2023","name":"Nassau County Orthoimagery (2023)","type":"tms","template":"https://maps.nassauflpa.com/ncflpa_arcgis/rest/services/nassau/NassauAerials2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-82.06476,30.25709],[-82.03313,30.25733],[-82.03324,30.271],[-82.01733,30.27121],[-82.01775,30.28498],[-82.00165,30.28504],[-82.00184,30.29894],[-81.98592,30.29894],[-81.98623,30.3128],[-81.97028,30.31274],[-81.97035,30.32668],[-81.95455,30.3268],[-81.95471,30.34042],[-81.9388,30.34061],[-81.93891,30.3543],[-81.92317,30.35449],[-81.92318,30.36813],[-81.90743,30.36832],[-81.90754,30.382],[-81.89168,30.38215],[-81.89181,30.39585],[-81.87595,30.39594],[-81.87608,30.40968],[-81.86017,30.40984],[-81.86039,30.4373],[-81.84458,30.43741],[-81.84468,30.45112],[-81.82881,30.45129],[-81.82899,30.46501],[-81.79722,30.46521],[-81.79743,30.49271],[-81.76573,30.49287],[-81.76575,30.50664],[-81.74992,30.50673],[-81.75003,30.52048],[-81.73415,30.52057],[-81.73425,30.53433],[-81.71836,30.53443],[-81.71848,30.54814],[-81.6708,30.54841],[-81.67069,30.53466],[-81.65486,30.53468],[-81.655,30.56224],[-81.62329,30.56232],[-81.62315,30.54865],[-81.60735,30.54862],[-81.60717,30.535],[-81.59129,30.53505],[-81.59128,30.52127],[-81.55949,30.52149],[-81.5594,30.50766],[-81.52764,30.50786],[-81.52769,30.52155],[-81.51186,30.52168],[-81.51197,30.54911],[-81.49612,30.54916],[-81.49599,30.52174],[-81.46417,30.52178],[-81.46408,30.50806],[-81.44826,30.50812],[-81.44831,30.49434],[-81.43231,30.49442],[-81.41743,30.7144],[-81.46516,30.71431],[-81.46523,30.72804],[-81.48115,30.72791],[-81.48112,30.7417],[-81.49716,30.74164],[-81.49703,30.72788],[-81.59252,30.72748],[-81.59259,30.74122],[-81.64031,30.74098],[-81.64046,30.75474],[-81.65638,30.75462],[-81.65641,30.76842],[-81.67237,30.76839],[-81.67224,30.75459],[-81.71999,30.75434],[-81.72006,30.76808],[-81.736,30.768],[-81.73613,30.78175],[-81.78389,30.78147],[-81.784,30.7952],[-81.83178,30.79491],[-81.8319,30.80864],[-81.87966,30.80835],[-81.87991,30.83583],[-81.91178,30.83562],[-81.91167,30.82187],[-81.92756,30.82177],[-81.92771,30.83549],[-81.97556,30.83518],[-81.97509,30.79391],[-81.99099,30.7938],[-81.99115,30.80753],[-82.02299,30.80729],[-82.02286,30.79355],[-82.03875,30.79343],[-82.03853,30.76589],[-82.05441,30.76579],[-82.05356,30.68328],[-82.06935,30.68322],[-82.06922,30.66948],[-82.05333,30.66953],[-82.05275,30.61461],[-82.03683,30.61472],[-82.03657,30.58724],[-82.02068,30.58735],[-82.02022,30.54612],[-82.03613,30.54601],[-82.03514,30.44977],[-82.05099,30.44967],[-82.05009,30.36719],[-82.06594,30.36707],[-82.06476,30.25709]]],"terms_url":"https://www.nassauflpa.com/gis/","terms_text":"Nassau County GIS","description":"The 2023 orthoimagery for Nassau County in the State of Florida"},{"id":"USDA-NAIP","name":"National Agriculture Imagery Program","type":"tms","template":"https://gis.apfo.usda.gov/arcgis/rest/services/NAIP/USDA_CONUS_PRIME/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-82.94071,24.55949],[-82.8088,24.55949],[-82.8088,24.62146],[-82.74462,24.62146],[-82.74462,24.69057],[-82.87194,24.69057],[-82.87194,24.75359],[-82.94071,24.75359],[-82.94071,24.55949]],[[-92.49772,48.44114],[-92.49772,48.50178],[-92.56794,48.50178],[-92.56794,48.43958],[-92.62105,48.43958],[-92.62105,48.56508],[-92.80868,48.56508],[-92.80868,48.62674],[-92.93318,48.62674],[-92.93318,48.69221],[-93.00517,48.69221],[-93.00517,48.6283],[-93.12259,48.6283],[-93.12259,48.69221],[-93.31908,48.69221],[-93.31908,48.62674],[-93.50495,48.62674],[-93.50495,48.56352],[-93.74746,48.56352],[-93.74746,48.62674],[-93.81355,48.62674],[-93.81355,48.68988],[-94.24531,48.68988],[-94.24531,48.75543],[-94.61832,48.75543],[-94.61832,48.94104],[-94.6809,48.94104],[-94.6809,49.00297],[-94.74415,49.00297],[-94.74415,49.25361],[-94.80841,49.25361],[-94.80841,49.37841],[-95.11924,49.37841],[-95.11924,49.44253],[-95.19343,49.44253],[-95.19343,49.00353],[-96.87069,49.00353],[-96.87069,49.06561],[-99.00493,49.06561],[-99.00493,49.00507],[-109.36993,49.00507],[-109.36993,49.06682],[-109.50587,49.06682],[-109.50587,49.00507],[-114.183,49.00507],[-114.183,49.06873],[-114.75787,49.06873],[-114.75787,49.00507],[-115.43373,49.00507],[-115.43373,49.06714],[-116.50627,49.06714],[-116.50627,49.00507],[-117.30895,49.00507],[-117.30895,49.06598],[-119.88295,49.06598],[-119.88295,49.00507],[-120.12086,49.00507],[-120.12086,49.06784],[-121.44516,49.06784],[-121.44516,49.00507],[-121.93118,49.00507],[-121.93118,49.06561],[-122.81748,49.06561],[-122.81748,49.00291],[-122.87952,49.00291],[-122.87952,48.9347],[-122.81746,48.9347],[-122.81746,48.8102],[-122.75389,48.8102],[-122.75389,48.75338],[-122.87129,48.75338],[-122.87129,48.81539],[-123.00554,48.81539],[-123.00554,48.75295],[-123.12969,48.75295],[-123.12969,48.69022],[-123.18382,48.69022],[-123.18382,48.7529],[-123.25493,48.7529],[-123.25493,48.55923],[-123.19222,48.55923],[-123.19222,48.43484],[-122.94196,48.43484],[-122.94196,48.37208],[-122.88062,48.37208],[-122.88062,48.30948],[-122.81676,48.30948],[-122.81676,48.19046],[-123.00411,48.19046],[-123.00411,48.12759],[-123.05842,48.12759],[-123.05842,48.19051],[-123.25411,48.19051],[-123.25411,48.1275],[-123.37066,48.1275],[-123.37066,48.19084],[-124.05826,48.19084],[-124.05826,48.25344],[-124.18152,48.25344],[-124.18152,48.31647],[-124.43191,48.31647],[-124.43191,48.37826],[-124.55646,48.37826],[-124.55646,48.44083],[-124.75551,48.44083],[-124.75551,48.1915],[-124.81853,48.1915],[-124.81853,48.12284],[-124.7553,48.12284],[-124.7553,47.55353],[-124.38121,47.55353],[-124.38121,47.12187],[-124.19289,47.12187],[-124.19289,43.75694],[-124.44434,43.75694],[-124.44434,43.14256],[-124.63989,43.14256],[-124.63989,42.61945],[-124.44385,42.61945],[-124.44385,39.80807],[-123.88157,39.80807],[-123.88157,39.11028],[-123.75805,39.11028],[-123.75805,38.49688],[-123.27028,38.49688],[-123.27028,37.93319],[-122.81481,37.93319],[-122.81481,37.80196],[-122.56643,37.80196],[-122.56643,36.93196],[-121.8784,36.93196],[-121.8784,36.68976],[-122.00347,36.68976],[-122.00347,36.43411],[-121.94142,36.43411],[-121.94142,35.92976],[-121.5041,35.92976],[-121.5041,35.81003],[-121.37903,35.81003],[-121.37903,35.42392],[-120.94265,35.42392],[-120.94265,35.18497],[-120.8172,35.18497],[-120.8172,35.12199],[-120.69184,35.12199],[-120.69184,34.49668],[-120.50459,34.49668],[-120.50459,34.43397],[-120.00788,34.43397],[-120.00788,34.36826],[-119.52835,34.36826],[-119.52835,34.05764],[-119.0061,34.05764],[-119.0061,33.99753],[-118.50463,33.99753],[-118.50463,33.86946],[-118.44132,33.86946],[-118.44132,33.68653],[-118.06691,33.68653],[-118.06691,33.30638],[-117.503,33.30638],[-117.503,33.05003],[-117.31882,33.05003],[-117.31882,32.62059],[-117.1917,32.62059],[-117.1917,32.49746],[-116.7465,32.49746],[-116.7465,32.56092],[-115.99701,32.56092],[-115.99701,32.62649],[-114.88081,32.62649],[-114.88081,32.43408],[-114.62945,32.43408],[-114.62945,32.37316],[-114.44474,32.37316],[-114.44474,32.30754],[-114.25576,32.30754],[-114.25576,32.24446],[-114.06803,32.24446],[-114.06803,32.18291],[-113.81665,32.18291],[-113.81665,32.12076],[-113.63074,32.12076],[-113.63074,32.05651],[-113.44175,32.05651],[-113.44175,31.99844],[-113.2546,31.99844],[-113.2546,31.93254],[-113.06807,31.93254],[-113.06807,31.87181],[-112.81611,31.87181],[-112.81611,31.81042],[-112.63088,31.81042],[-112.63088,31.74647],[-112.44189,31.74647],[-112.44189,31.6856],[-112.25719,31.6856],[-112.25719,31.62104],[-112.00338,31.62104],[-112.00338,31.55958],[-111.81562,31.55958],[-111.81562,31.49702],[-111.62786,31.49702],[-111.62786,31.43399],[-111.4419,31.43399],[-111.4419,31.37339],[-111.25597,31.37339],[-111.25597,31.31132],[-108.18458,31.31132],[-108.18458,31.74595],[-106.50651,31.74595],[-106.50651,31.68423],[-106.37973,31.68423],[-106.37973,31.62175],[-106.31743,31.62175],[-106.31743,31.49682],[-106.25518,31.49682],[-106.25518,31.43449],[-106.19247,31.43449],[-106.19247,31.37213],[-106.00392,31.37213],[-106.00392,31.30933],[-105.94166,31.30933],[-105.94166,31.24575],[-105.87982,31.24575],[-105.87982,31.18362],[-105.81623,31.18362],[-105.81623,31.12072],[-105.69212,31.12072],[-105.69212,31.05848],[-105.63029,31.05848],[-105.63029,30.93283],[-105.50444,30.93283],[-105.50444,30.87159],[-105.4413,30.87159],[-105.4413,30.80846],[-105.37815,30.80846],[-105.37815,30.74718],[-105.19047,30.74718],[-105.19047,30.68432],[-105.12862,30.68432],[-105.12862,30.61997],[-105.00365,30.61997],[-105.00365,30.55891],[-104.9418,30.55891],[-104.9418,30.49632],[-104.8782,30.49632],[-104.8782,30.30983],[-104.81553,30.30983],[-104.81553,30.24783],[-104.75361,30.24783],[-104.75361,29.93539],[-104.69095,29.93539],[-104.69095,29.80902],[-104.62913,29.80902],[-104.62913,29.68436],[-104.56599,29.68436],[-104.56599,29.62235],[-104.50372,29.62235],[-104.50372,29.55954],[-104.44101,29.55954],[-104.44101,29.49748],[-104.25376,29.49748],[-104.25376,29.37167],[-104.1292,29.37167],[-104.1292,29.30916],[-104.06887,29.30916],[-104.06887,29.24673],[-103.81873,29.24673],[-103.81873,29.18431],[-103.75574,29.18431],[-103.75574,29.12232],[-103.56675,29.12232],[-103.56675,29.05981],[-103.50498,29.05981],[-103.50498,28.99675],[-103.31658,28.99675],[-103.31658,28.93469],[-103.05976,28.93469],[-103.05976,29.0593],[-102.99797,29.0593],[-102.99797,29.12129],[-102.93314,29.12129],[-102.93314,29.18486],[-102.8096,29.18486],[-102.8096,29.25262],[-102.87013,29.25262],[-102.87013,29.3081],[-102.80967,29.3081],[-102.80967,29.37155],[-102.74757,29.37155],[-102.74757,29.55819],[-102.68455,29.55819],[-102.68455,29.68477],[-102.49678,29.68477],[-102.49678,29.74577],[-102.30866,29.74577],[-102.30866,29.80866],[-102.19093,29.80866],[-102.19093,29.74601],[-101.50499,29.74601],[-101.50499,29.68468],[-101.38058,29.68468],[-101.38058,29.55945],[-101.31751,29.55945],[-101.31751,29.49589],[-101.19101,29.49589],[-101.19101,29.43261],[-101.0675,29.43261],[-101.0675,29.30881],[-100.94189,29.30881],[-100.94189,29.24562],[-100.81673,29.24562],[-100.81673,29.11904],[-100.75227,29.11904],[-100.75227,29.05782],[-100.69254,29.05782],[-100.69254,28.87204],[-100.62902,28.87204],[-100.62902,28.80954],[-100.56799,28.80954],[-100.56799,28.62255],[-100.50404,28.62255],[-100.50404,28.55838],[-100.44218,28.55838],[-100.44218,28.49683],[-100.37943,28.49683],[-100.37943,28.30929],[-100.31719,28.30929],[-100.31719,28.18357],[-100.25448,28.18357],[-100.25448,28.12139],[-100.12823,28.12139],[-100.12823,28.05921],[-100.06595,28.05921],[-100.06595,27.99661],[-100.00239,27.99661],[-100.00239,27.93322],[-99.94265,27.93322],[-99.94265,27.74547],[-99.81685,27.74547],[-99.81685,27.68343],[-99.75413,27.68343],[-99.75413,27.62215],[-99.62916,27.62215],[-99.62916,27.5589],[-99.56728,27.5589],[-99.56728,27.43538],[-99.50418,27.43538],[-99.50418,27.3774],[-99.56718,27.3774],[-99.56718,27.24637],[-99.50498,27.24637],[-99.50498,26.99656],[-99.44274,26.99656],[-99.44274,26.8728],[-99.38006,26.8728],[-99.38006,26.80682],[-99.31907,26.80682],[-99.31907,26.74736],[-99.25375,26.74736],[-99.25375,26.62101],[-99.19106,26.62101],[-99.19106,26.49567],[-99.13006,26.49567],[-99.13006,26.37138],[-99.00295,26.37138],[-99.00295,26.30938],[-98.81657,26.30938],[-98.81657,26.24578],[-98.69201,26.24578],[-98.69201,26.18371],[-98.44409,26.18371],[-98.44409,26.12172],[-98.38232,26.12172],[-98.38232,26.05965],[-98.25327,26.05965],[-98.25327,25.99869],[-98.01091,25.99869],[-98.01091,25.99323],[-97.69323,25.99323],[-97.69323,25.93341],[-97.63139,25.93341],[-97.63139,25.86959],[-97.50468,25.86959],[-97.50468,25.80735],[-97.30834,25.80735],[-97.30834,25.87312],[-97.24563,25.87312],[-97.24563,25.93537],[-97.11389,25.93537],[-97.11389,27.68092],[-97.0571,27.68092],[-97.0571,27.81082],[-95.58108,27.81082],[-95.58108,28.74688],[-94.27104,28.74688],[-94.27104,29.55941],[-92.50299,29.55941],[-92.50299,29.49748],[-91.87762,29.49748],[-91.87762,29.3727],[-91.37842,29.3727],[-91.37842,29.24683],[-91.3154,29.24683],[-91.3154,29.18443],[-91.12947,29.18443],[-91.12947,29.12326],[-91.00526,29.12326],[-91.00526,28.99684],[-89.45002,28.99684],[-89.45002,28.86774],[-88.81043,28.86774],[-88.81043,30.18419],[-85.87915,30.18419],[-85.87915,29.5455],[-84.83681,29.5455],[-84.83681,29.62252],[-84.74828,29.62252],[-84.74828,29.68362],[-84.68589,29.68362],[-84.68589,29.74684],[-83.6297,29.74684],[-83.6297,29.43244],[-83.31749,29.43244],[-83.31749,29.05794],[-82.87966,29.05794],[-82.87966,27.74535],[-82.81828,27.74535],[-82.81828,26.92909],[-82.37968,26.92909],[-82.37968,26.36942],[-81.87771,26.36942],[-81.87771,25.80597],[-81.50369,25.80597],[-81.50369,25.74748],[-81.44055,25.74748],[-81.44055,25.68515],[-81.31559,25.68515],[-81.31559,25.5601],[-81.25385,25.5601],[-81.25385,25.43424],[-81.1902,25.43424],[-81.1902,25.12343],[-81.12881,25.12343],[-81.12881,25.06194],[-81.06492,25.06194],[-81.06492,24.81578],[-81.62895,24.81578],[-81.62895,24.75384],[-81.69072,24.75384],[-81.69072,24.68994],[-81.81732,24.68994],[-81.81732,24.62792],[-82.191,24.62792],[-82.191,24.49629],[-81.62166,24.49629],[-81.62166,24.55948],[-81.37201,24.55948],[-81.37201,24.62207],[-81.05933,24.62207],[-81.05933,24.68483],[-80.93471,24.68483],[-80.93471,24.74748],[-80.74711,24.74748],[-80.74711,24.81006],[-80.36299,24.81006],[-80.36299,25.11759],[-80.12234,25.11759],[-80.12234,25.74724],[-80.05885,25.74724],[-80.05885,26.37083],[-79.99584,26.37083],[-79.99584,26.9398],[-80.05873,26.9398],[-80.05873,27.12775],[-80.12263,27.12775],[-80.12263,27.25343],[-80.1847,27.25343],[-80.1847,27.37812],[-80.24617,27.37812],[-80.24617,27.56587],[-80.30948,27.56587],[-80.30948,27.75303],[-80.37215,27.75303],[-80.37215,27.87745],[-80.43515,27.87745],[-80.43515,28.00334],[-80.49661,28.00334],[-80.49661,28.12773],[-80.55872,28.12773],[-80.55872,28.37235],[-80.49663,28.37235],[-80.49663,29.51603],[-81.12136,29.51603],[-81.12136,31.6847],[-80.60187,31.6847],[-80.60187,32.24753],[-79.4921,32.24753],[-79.4921,32.99703],[-79.11165,32.99703],[-79.11165,33.37295],[-78.61536,33.37295],[-78.61536,33.80976],[-77.9317,33.80976],[-77.9317,33.87182],[-77.86923,33.87182],[-77.86923,34.05525],[-77.68264,34.05525],[-77.68264,34.29746],[-77.24535,34.29746],[-77.24535,34.55986],[-76.49733,34.55986],[-76.49733,34.6228],[-76.43376,34.6228],[-76.43376,34.68493],[-76.37321,34.68493],[-76.37321,34.74677],[-76.30594,34.74677],[-76.30594,34.80855],[-76.2468,34.80855],[-76.2468,34.87284],[-76.18259,34.87284],[-76.18259,34.93353],[-76.12081,34.93353],[-76.12081,34.99524],[-75.9979,34.99524],[-75.9979,35.05782],[-75.87034,35.05782],[-75.87034,35.12191],[-75.74622,35.12191],[-75.74622,35.18189],[-75.49297,35.18189],[-75.49297,35.3083],[-75.43257,35.3083],[-75.43257,35.75425],[-75.49699,35.75425],[-75.49699,37.81056],[-75.3083,37.81056],[-75.3083,37.87201],[-75.2456,37.87201],[-75.2456,37.99548],[-75.18288,37.99548],[-75.18288,38.05851],[-75.11848,38.05851],[-75.11848,38.24691],[-75.05921,38.24691],[-75.05921,38.37043],[-74.99481,38.37043],[-74.99481,38.87184],[-74.48783,38.87184],[-74.48783,39.30894],[-74.17663,39.30894],[-74.17663,39.62247],[-74.0567,39.62247],[-74.0567,39.93318],[-73.9959,39.93318],[-73.9959,40.18549],[-73.93416,40.18549],[-73.93416,40.49595],[-73.8723,40.49595],[-73.8723,40.55271],[-71.80745,40.55271],[-71.80745,41.3088],[-70.88251,41.3088],[-70.88251,41.18498],[-70.74619,41.18498],[-70.74619,41.30919],[-70.43376,41.30919],[-70.43376,41.49639],[-69.93343,41.49639],[-69.93343,41.62308],[-69.86986,41.62308],[-69.86986,41.87769],[-69.93579,41.87769],[-69.93579,42.00323],[-69.99758,42.00323],[-69.99758,42.06502],[-70.06061,42.06502],[-70.06061,42.12943],[-70.55729,42.12943],[-70.55729,43.24871],[-70.49741,43.24871],[-70.49741,43.30922],[-70.37042,43.30922],[-70.37042,43.37196],[-70.30857,43.37196],[-70.30857,43.49699],[-70.18392,43.49699],[-70.18392,43.62235],[-70.05758,43.62235],[-70.05758,43.68502],[-69.74552,43.68502],[-69.74552,43.74766],[-69.24728,43.74766],[-69.24728,43.8107],[-69.05607,43.8107],[-69.05607,43.87172],[-68.99505,43.87172],[-68.99505,43.9982],[-68.49637,43.9982],[-68.49637,44.05974],[-68.3081,44.05974],[-68.3081,44.12214],[-68.18518,44.12214],[-68.18518,44.30814],[-67.9956,44.30814],[-67.9956,44.37275],[-67.8103,44.37275],[-67.8103,44.43518],[-67.49653,44.43518],[-67.49653,44.49688],[-67.37102,44.49688],[-67.37102,44.56006],[-67.18488,44.56006],[-67.18488,44.62133],[-67.12212,44.62133],[-67.12212,44.68679],[-67.05936,44.68679],[-67.05936,44.74737],[-66.93111,44.74737],[-66.93111,44.94066],[-66.99468,44.94066],[-66.99468,45.00245],[-67.05958,45.00245],[-67.05958,45.12734],[-67.1202,45.12734],[-67.1202,45.19101],[-67.24698,45.19101],[-67.24698,45.25344],[-67.31775,45.25344],[-67.31775,45.18984],[-67.37075,45.18984],[-67.37075,45.2534],[-67.43269,45.2534],[-67.43269,45.30834],[-67.37086,45.30834],[-67.37086,45.4397],[-67.43056,45.4397],[-67.43056,45.49501],[-67.37099,45.49501],[-67.37099,45.62645],[-67.6215,45.62645],[-67.6215,45.68961],[-67.68383,45.68961],[-67.68383,45.75326],[-67.74621,45.75326],[-67.74621,47.12682],[-67.87001,47.12682],[-67.87001,47.19003],[-67.93238,47.19003],[-67.93238,47.25397],[-67.99594,47.25397],[-67.99594,47.31497],[-68.12067,47.31497],[-68.12067,47.37808],[-68.44232,47.37808],[-68.44232,47.31661],[-68.63143,47.31661],[-68.63143,47.25447],[-68.9978,47.25447],[-68.9978,47.43989],[-69.06072,47.43989],[-69.06072,47.50476],[-69.25381,47.50476],[-69.25381,47.43981],[-69.31793,47.43981],[-69.31793,47.3786],[-69.44385,47.3786],[-69.44385,47.31563],[-69.50382,47.31563],[-69.50382,47.25258],[-69.56678,47.25258],[-69.56678,47.19109],[-69.63035,47.19109],[-69.63035,47.1287],[-69.69331,47.1287],[-69.69331,47.06543],[-69.75571,47.06543],[-69.75571,47.00428],[-69.81804,47.00428],[-69.81804,46.94153],[-69.8804,46.94153],[-69.8804,46.87925],[-69.94217,46.87925],[-69.94217,46.81774],[-70.00631,46.81774],[-70.00631,46.69203],[-70.07043,46.69203],[-70.07043,46.44259],[-70.19459,46.44259],[-70.19459,46.37859],[-70.2562,46.37859],[-70.2562,46.31526],[-70.32037,46.31526],[-70.32037,46.06512],[-70.3815,46.06512],[-70.3815,45.93552],[-70.32016,45.93552],[-70.32016,45.87948],[-70.44931,45.87948],[-70.44931,45.75387],[-70.507,45.75387],[-70.507,45.69169],[-70.63166,45.69169],[-70.63166,45.62916],[-70.75755,45.62916],[-70.75755,45.44147],[-70.88099,45.44147],[-70.88099,45.37806],[-71.13328,45.37806],[-71.13328,45.31515],[-71.38303,45.31515],[-71.38303,45.25342],[-71.50764,45.25342],[-71.50764,45.06557],[-73.94189,45.06557],[-73.94189,45.00312],[-74.74697,45.00312],[-74.74697,45.0649],[-74.8801,45.0649],[-74.8801,45.0029],[-75.06625,45.0029],[-75.06625,44.94152],[-75.25394,44.94152],[-75.25394,44.8776],[-75.37896,44.8776],[-75.37896,44.81535],[-75.44313,44.81535],[-75.44313,44.75361],[-75.56666,44.75361],[-75.56666,44.69099],[-75.62902,44.69099],[-75.62902,44.6285],[-75.75405,44.6285],[-75.75405,44.56638],[-75.81731,44.56638],[-75.81731,44.50289],[-75.87995,44.50289],[-75.87995,44.37849],[-76.13003,44.37849],[-76.13003,44.31592],[-76.1927,44.31592],[-76.1927,44.25344],[-76.31826,44.25344],[-76.31826,44.19167],[-76.3793,44.19167],[-76.3793,44.06537],[-76.44276,44.06537],[-76.44276,43.99638],[-76.31703,43.99638],[-76.31703,43.94146],[-76.50766,43.94146],[-76.50766,43.87233],[-76.383,43.87233],[-76.383,43.80919],[-76.25341,43.80919],[-76.25341,43.56652],[-76.50648,43.56652],[-76.50648,43.50339],[-76.63312,43.50339],[-76.63312,43.44323],[-76.69511,43.44323],[-76.69511,43.37869],[-76.81778,43.37869],[-76.81778,43.31807],[-77.682,43.31807],[-77.682,43.37894],[-78.05659,43.37894],[-78.05659,43.43969],[-78.43897,43.43969],[-78.43897,43.37944],[-78.88034,43.37944],[-78.88034,43.31497],[-79.12989,43.31497],[-79.12989,43.24293],[-79.06696,43.24293],[-79.06696,43.12999],[-79.12989,43.12999],[-79.12989,43.05773],[-79.07126,43.05773],[-79.07126,42.92949],[-78.94326,42.92949],[-78.94326,42.75422],[-79.06944,42.75422],[-79.06944,42.69416],[-79.13344,42.69416],[-79.13344,42.6297],[-79.19475,42.6297],[-79.19475,42.56635],[-79.37868,42.56635],[-79.37868,42.50334],[-79.4443,42.50334],[-79.4443,42.44106],[-79.56799,42.44106],[-79.56799,42.37753],[-79.69062,42.37753],[-79.69062,42.31711],[-79.81646,42.31711],[-79.81646,42.25345],[-80.00524,42.25345],[-80.00524,42.19092],[-80.19168,42.19092],[-80.19168,42.12726],[-80.3168,42.12726],[-80.3168,42.06699],[-80.50632,42.06699],[-80.50632,42.00343],[-80.69305,42.00343],[-80.69305,41.94151],[-80.94404,41.94151],[-80.94404,41.87812],[-81.19427,41.87812],[-81.19427,41.81665],[-81.31901,41.81665],[-81.31901,41.75455],[-81.44184,41.75455],[-81.44184,41.69096],[-81.50535,41.69096],[-81.50535,41.63016],[-82.74701,41.63016],[-82.74701,41.75369],[-82.88391,41.75369],[-82.88391,41.56561],[-82.99572,41.56561],[-82.99572,41.62704],[-83.12578,41.62704],[-83.12578,41.68784],[-83.24747,41.68784],[-83.24747,41.75369],[-83.37373,41.75369],[-83.37373,41.80928],[-83.3106,41.80928],[-83.3106,41.87161],[-83.24747,41.87161],[-83.24747,41.93614],[-83.18434,41.93614],[-83.18434,41.99609],[-83.12077,41.99609],[-83.12077,42.24648],[-83.05892,42.24648],[-83.05892,42.30896],[-82.86853,42.30896],[-82.86853,42.37177],[-82.80722,42.37177],[-82.80722,42.55855],[-82.75537,42.55855],[-82.75537,42.49549],[-82.5599,42.49549],[-82.5599,42.55855],[-82.49678,42.55855],[-82.49678,42.68336],[-82.43289,42.68336],[-82.43289,42.93422],[-82.37006,42.93422],[-82.37006,43.06481],[-82.43289,43.06481],[-82.43289,43.19176],[-82.49475,43.19176],[-82.49475,43.50346],[-82.55713,43.50346],[-82.55713,43.81609],[-82.61979,43.81609],[-82.61979,43.94221],[-82.68395,43.94221],[-82.68395,44.00226],[-82.74653,44.00226],[-82.74653,44.06705],[-82.87087,44.06705],[-82.87087,44.12919],[-83.00852,44.12919],[-83.00852,44.06648],[-83.13361,44.06648],[-83.13361,44.00539],[-83.24145,44.00539],[-83.24145,44.9962],[-83.18061,44.9962],[-83.18061,45.0673],[-83.24552,45.0673],[-83.24552,45.12874],[-83.30659,45.12874],[-83.30659,45.25515],[-83.37061,45.25515],[-83.37061,45.31659],[-83.43256,45.31659],[-83.43256,45.37921],[-83.61784,45.37921],[-83.61784,45.44197],[-83.80843,45.44197],[-83.80843,45.50362],[-84.05507,45.50362],[-84.05507,45.56479],[-84.12352,45.56479],[-84.12352,45.62878],[-84.18075,45.62878],[-84.18075,45.69147],[-84.31116,45.69147],[-84.31116,45.93371],[-83.821,45.93371],[-83.821,45.87251],[-83.49681,45.87251],[-83.49681,45.93371],[-83.43381,45.93371],[-83.43381,46.00169],[-83.49627,46.00169],[-83.49627,46.06682],[-83.56,46.06682],[-83.56,46.12616],[-83.99546,46.12616],[-83.99546,46.19317],[-84.05918,46.19317],[-84.05918,46.3815],[-84.11526,46.3815],[-84.11526,46.49536],[-84.05918,46.49536],[-84.05918,46.56827],[-84.25795,46.56827],[-84.25795,46.50512],[-84.30719,46.50512],[-84.30719,46.56827],[-84.44154,46.56827],[-84.44154,46.50453],[-84.99657,46.50453],[-84.99657,46.68429],[-84.92982,46.68429],[-84.92982,46.81808],[-85.31659,46.81808],[-85.31659,46.75358],[-87.55626,46.75358],[-87.55626,47.44074],[-87.68254,47.44074],[-87.68254,47.50356],[-88.25607,47.50356],[-88.25607,47.44337],[-88.44174,47.44337],[-88.44174,47.37899],[-88.50683,47.37899],[-88.50683,47.31539],[-88.63128,47.31539],[-88.63128,47.25398],[-88.75696,47.25398],[-88.75696,47.19347],[-88.88383,47.19347],[-88.88383,47.12847],[-88.94342,47.12847],[-88.94342,47.06621],[-89.07087,47.06621],[-89.07087,47.00268],[-89.25656,47.00268],[-89.25656,46.94108],[-90.36777,46.94108],[-90.36777,47.68448],[-90.307,47.68448],[-90.307,47.74602],[-89.99486,47.74602],[-89.99486,47.80827],[-89.80486,47.80827],[-89.80486,47.87006],[-89.67977,47.87006],[-89.67977,47.93396],[-89.49338,47.93396],[-89.49338,47.9958],[-89.42847,47.9958],[-89.42847,48.06564],[-89.99327,48.06564],[-89.99327,48.1283],[-90.74559,48.1283],[-90.74559,48.18931],[-90.80873,48.18931],[-90.80873,48.25221],[-91.06776,48.25221],[-91.06776,48.19167],[-91.19462,48.19167],[-91.19462,48.1279],[-91.68142,48.1279],[-91.68142,48.2526],[-91.93219,48.2526],[-91.93219,48.31425],[-91.99297,48.31425],[-91.99297,48.37808],[-92.31894,48.37808],[-92.31894,48.25291],[-92.37322,48.25291],[-92.37322,48.31534],[-92.43223,48.31534],[-92.43223,48.44114],[-92.49772,48.44114]],[[-123.05959,37.75281],[-123.05907,37.81532],[-123.12869,37.81569],[-123.12926,37.74785],[-123.06737,37.74753],[-123.0679,37.6849],[-122.93475,37.6842],[-122.93417,37.75215],[-123.05959,37.75281]],[[-123.12915,48.93432],[-122.99542,48.93432],[-122.99542,49.06451],[-123.12915,49.06451],[-123.12915,48.93432]],[[-71.49665,41.25414],[-71.62995,41.25409],[-71.62986,41.12291],[-71.49656,41.12297],[-71.49665,41.25414]],[[-69.93373,41.37919],[-69.99507,41.37917],[-69.99511,41.44316],[-70.07078,41.44313],[-70.0707,41.31449],[-70.24617,41.31443],[-70.24621,41.37755],[-70.31843,41.37752],[-70.31834,41.24482],[-70.19066,41.24487],[-70.19062,41.1886],[-69.9336,41.1887],[-69.93373,41.37919]],[[-68.87731,43.7467],[-68.80903,43.74673],[-68.80908,43.81023],[-68.7465,43.81025],[-68.74654,43.87216],[-68.68565,43.87218],[-68.68569,43.9405],[-68.94034,43.94041],[-68.94025,43.81176],[-68.87735,43.81178],[-68.87731,43.7467]]],"terms_url":"https://naip-usdaonline.hub.arcgis.com/","terms_text":"U.S. Department of Agriculture","description":"The most recent year of 30/60cm 4-band DOQQs from the National Agriculture Imagery Program (NAIP) for each state in the contiguous United States.","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA-NAIP-HI","name":"National Agriculture Imagery Program (HI)","type":"tms","template":"https://gis.apfo.usda.gov/arcgis/rest/services/NonCONUS/HI/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-160.33913,22.3188],[-160.33913,18.84504],[-154.73745,18.84504],[-154.73745,22.3188],[-160.33913,22.3188]]],"terms_url":"https://naip-usdaonline.hub.arcgis.com/","terms_text":"U.S. Department of Agriculture","description":"The most recent year of 60cm 4-band DOQQs from the National Agriculture Imagery Program (NAIP) for Hawaii.","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA-NAIP-PR","name":"National Agriculture Imagery Program (PR/USVI)","type":"tms","template":"https://gis.apfo.usda.gov/arcgis/rest/services/NonCONUS/PR/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-64.38691,17.5997],[-64.639,18.36286],[-64.86255,18.39568],[-64.98334,18.64807],[-67.9737,18.61989],[-67.9737,17.59628],[-64.38691,17.5997]]],"terms_url":"https://naip-usdaonline.hub.arcgis.com/","terms_text":"U.S. Department of Agriculture","description":"The most recent year of 60cm 4-band DOQQs from the National Agriculture Imagery Program (NAIP) for Puerto Rico and the United States Virgin Islands.","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"NC_Latest_Ortho_CIR","name":"NC OneMap Latest Orthoimagery (Infrared)","type":"wms","template":"https://services.nconemap.gov/secure/rest/services/Imagery/Orthoimagery_CIR/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[2,20],"polygon":[[[-77.20159,34.60707],[-76.97777,34.6671],[-76.73538,34.69138],[-76.64681,34.67444],[-76.58157,34.65637],[-76.52595,34.5569],[-76.49334,34.65665],[-76.32305,34.84142],[-76.06865,35.0366],[-76.00358,35.0658],[-75.77305,35.18138],[-75.60121,35.22907],[-75.51573,35.20678],[-75.44174,35.65506],[-75.77065,36.2404],[-75.8654,36.55184],[-76.91584,36.55281],[-76.92412,36.54426],[-77.15265,36.54498],[-77.1702,36.54798],[-77.1884,36.54743],[-77.20754,36.54495],[-80.2565,36.54798],[-81.68472,36.59017],[-81.70875,36.5364],[-81.74257,36.41175],[-81.73914,36.34278],[-81.79218,36.36366],[-81.86119,36.3385],[-81.90891,36.30406],[-82.03045,36.13233],[-82.21928,36.16172],[-82.39162,36.1046],[-82.41034,36.08379],[-82.46166,36.00967],[-82.56586,35.95717],[-82.61066,35.99745],[-82.58972,36.03119],[-82.59058,36.03675],[-82.6304,36.06645],[-82.63933,36.06742],[-82.77683,36.00217],[-82.78696,35.98773],[-82.7873,35.95828],[-82.82198,35.92284],[-82.82558,35.93229],[-82.8491,35.95036],[-82.87193,35.95425],[-82.89906,35.94535],[-82.92068,35.92965],[-82.92583,35.84342],[-82.93528,35.83632],[-82.98935,35.78092],[-83.05012,35.79039],[-83.07758,35.79094],[-83.16101,35.76546],[-83.24238,35.72784],[-83.35327,35.66092],[-83.4882,35.59339],[-83.77247,35.56379],[-83.88199,35.52049],[-83.98584,35.44697],[-84.02344,35.41312],[-84.06223,35.26805],[-84.2284,35.27169],[-84.2926,35.22851],[-84.32299,34.98768],[-83.619,34.98571],[-83.619,34.99105],[-83.38177,34.99435],[-83.10848,35.00044],[-82.78308,35.08545],[-82.77675,35.08083],[-82.77906,35.07704],[-82.78241,35.06657],[-82.78177,35.06502],[-82.77554,35.06448],[-82.77162,35.06525],[-82.77087,35.06671],[-82.75632,35.06717],[-82.70345,35.09842],[-82.69838,35.09505],[-82.68512,35.10745],[-82.68907,35.11791],[-82.68598,35.12036],[-82.68585,35.12468],[-82.67589,35.12591],[-82.67534,35.1152],[-82.62697,35.12552],[-82.51016,35.16062],[-82.49535,35.16177],[-82.48166,35.17374],[-82.45853,35.17444],[-82.45831,35.16363],[-82.44518,35.16398],[-82.43231,35.16721],[-82.41437,35.19941],[-82.38544,35.21049],[-82.38356,35.19001],[-82.37497,35.17914],[-82.36708,35.18082],[-82.35738,35.19022],[-82.32365,35.18433],[-82.28511,35.19829],[-82.15542,35.19261],[-81.50465,35.16974],[-81.05438,35.14855],[-81.05936,35.06246],[-81.04168,35.04349],[-80.93422,35.10601],[-80.82882,34.98669],[-80.78238,34.93569],[-80.79895,34.81831],[-79.86906,34.80521],[-79.67714,34.8038],[-78.53868,33.84618],[-78.35728,33.90096],[-78.0867,33.90006],[-78.00842,33.85673],[-77.96001,33.8382],[-77.79144,34.20044],[-77.64038,34.35024],[-77.32001,34.52489],[-77.37654,34.5757],[-77.39748,34.57832],[-77.41336,34.57047],[-77.48082,34.59549],[-77.51249,34.52134],[-77.55601,34.50026],[-77.58118,34.59335],[-77.57007,34.67731],[-77.47507,34.65383],[-77.46743,34.67451],[-77.47687,34.68983],[-77.47996,34.71086],[-77.47421,34.72835],[-77.45507,34.74429],[-77.44108,34.7335],[-77.41722,34.7481],[-77.36598,34.74041],[-77.35834,34.73724],[-77.32676,34.71608],[-77.27895,34.70563],[-77.26109,34.70952],[-77.23449,34.70867],[-77.24358,34.67571],[-77.20159,34.60707]]],"terms_url":"https://www.nconemap.gov/pages/imagery","terms_text":"NCCGIA, NC911 Board","description":"The most recent 6-inch resolution infrared orthoimagery for the State of North Carolina","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/nc/NCOneMap.png"},{"id":"NC_Latest_Ortho_Natural","name":"NC OneMap Latest Orthoimagery (Natural Color)","type":"tms","template":"https://services.nconemap.gov/secure/rest/services/Imagery/Orthoimagery_Latest_cached/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[2,20],"polygon":[[[-77.20159,34.60707],[-76.97777,34.6671],[-76.73538,34.69138],[-76.64681,34.67444],[-76.58157,34.65637],[-76.52595,34.5569],[-76.49334,34.65665],[-76.32305,34.84142],[-76.06865,35.0366],[-76.00358,35.0658],[-75.77305,35.18138],[-75.60121,35.22907],[-75.51573,35.20678],[-75.44174,35.65506],[-75.77065,36.2404],[-75.8654,36.55184],[-76.91584,36.55281],[-76.92412,36.54426],[-77.15265,36.54498],[-77.1702,36.54798],[-77.1884,36.54743],[-77.20754,36.54495],[-80.2565,36.54798],[-81.68472,36.59017],[-81.70875,36.5364],[-81.74257,36.41175],[-81.73914,36.34278],[-81.79218,36.36366],[-81.86119,36.3385],[-81.90891,36.30406],[-82.03045,36.13233],[-82.21928,36.16172],[-82.39162,36.1046],[-82.41034,36.08379],[-82.46166,36.00967],[-82.56586,35.95717],[-82.61066,35.99745],[-82.58972,36.03119],[-82.59058,36.03675],[-82.6304,36.06645],[-82.63933,36.06742],[-82.77683,36.00217],[-82.78696,35.98773],[-82.7873,35.95828],[-82.82198,35.92284],[-82.82558,35.93229],[-82.8491,35.95036],[-82.87193,35.95425],[-82.89906,35.94535],[-82.92068,35.92965],[-82.92583,35.84342],[-82.93528,35.83632],[-82.98935,35.78092],[-83.05012,35.79039],[-83.07758,35.79094],[-83.16101,35.76546],[-83.24238,35.72784],[-83.35327,35.66092],[-83.4882,35.59339],[-83.77247,35.56379],[-83.88199,35.52049],[-83.98584,35.44697],[-84.02344,35.41312],[-84.06223,35.26805],[-84.2284,35.27169],[-84.2926,35.22851],[-84.32299,34.98768],[-83.619,34.98571],[-83.619,34.99105],[-83.38177,34.99435],[-83.10848,35.00044],[-82.78308,35.08545],[-82.77675,35.08083],[-82.77906,35.07704],[-82.78241,35.06657],[-82.78177,35.06502],[-82.77554,35.06448],[-82.77162,35.06525],[-82.77087,35.06671],[-82.75632,35.06717],[-82.70345,35.09842],[-82.69838,35.09505],[-82.68512,35.10745],[-82.68907,35.11791],[-82.68598,35.12036],[-82.68585,35.12468],[-82.67589,35.12591],[-82.67534,35.1152],[-82.62697,35.12552],[-82.51016,35.16062],[-82.49535,35.16177],[-82.48166,35.17374],[-82.45853,35.17444],[-82.45831,35.16363],[-82.44518,35.16398],[-82.43231,35.16721],[-82.41437,35.19941],[-82.38544,35.21049],[-82.38356,35.19001],[-82.37497,35.17914],[-82.36708,35.18082],[-82.35738,35.19022],[-82.32365,35.18433],[-82.28511,35.19829],[-82.15542,35.19261],[-81.50465,35.16974],[-81.05438,35.14855],[-81.05936,35.06246],[-81.04168,35.04349],[-80.93422,35.10601],[-80.82882,34.98669],[-80.78238,34.93569],[-80.79895,34.81831],[-79.86906,34.80521],[-79.67714,34.8038],[-78.53868,33.84618],[-78.35728,33.90096],[-78.0867,33.90006],[-78.00842,33.85673],[-77.96001,33.8382],[-77.79144,34.20044],[-77.64038,34.35024],[-77.32001,34.52489],[-77.37654,34.5757],[-77.39748,34.57832],[-77.41336,34.57047],[-77.48082,34.59549],[-77.51249,34.52134],[-77.55601,34.50026],[-77.58118,34.59335],[-77.57007,34.67731],[-77.47507,34.65383],[-77.46743,34.67451],[-77.47687,34.68983],[-77.47996,34.71086],[-77.47421,34.72835],[-77.45507,34.74429],[-77.44108,34.7335],[-77.41722,34.7481],[-77.36598,34.74041],[-77.35834,34.73724],[-77.32676,34.71608],[-77.27895,34.70563],[-77.26109,34.70952],[-77.23449,34.70867],[-77.24358,34.67571],[-77.20159,34.60707]]],"terms_url":"https://www.nconemap.gov/pages/imagery","terms_text":"NCCGIA, NC911 Board","best":true,"description":"The most recent 6-inch resolution natural color orthoimagery for the State of North Carolina","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/nc/NCOneMap.png"},{"id":"NC_Latest_Ortho_NDVI","name":"NC OneMap Latest Orthoimagery (NDVI)","type":"wms","template":"https://services.nconemap.gov/secure/rest/services/Imagery/Orthoimagery_NDVI/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[2,20],"polygon":[[[-77.20155,34.60707],[-76.97773,34.6671],[-76.73534,34.69138],[-76.64677,34.67444],[-76.58154,34.65637],[-76.52592,34.5569],[-76.4933,34.65665],[-76.32301,34.84142],[-76.06861,35.0366],[-76.00354,35.0658],[-75.77301,35.18139],[-75.60118,35.22907],[-75.51569,35.20678],[-75.4417,35.65506],[-75.77061,36.2404],[-75.86536,36.55184],[-76.9158,36.55281],[-76.92408,36.54426],[-77.15261,36.54498],[-77.17016,36.54798],[-77.18836,36.54743],[-77.2075,36.54495],[-80.25646,36.54798],[-81.68468,36.59017],[-81.70872,36.5364],[-81.74253,36.41175],[-81.7391,36.34278],[-81.79214,36.36366],[-81.86115,36.3385],[-81.90887,36.30406],[-82.03041,36.13233],[-82.21924,36.16172],[-82.39159,36.1046],[-82.4103,36.08379],[-82.46162,36.00967],[-82.56582,35.95717],[-82.61063,35.99745],[-82.58968,36.03119],[-82.59054,36.03675],[-82.63037,36.06645],[-82.63929,36.06742],[-82.77679,36.00217],[-82.78692,35.98773],[-82.78726,35.95828],[-82.82194,35.92284],[-82.82555,35.93229],[-82.84906,35.95036],[-82.87189,35.95425],[-82.89902,35.94535],[-82.92065,35.92965],[-82.9258,35.84342],[-82.93524,35.83632],[-82.95948,35.79043],[-82.95376,35.7454],[-82.91114,35.73059],[-82.89901,35.68495],[-82.8854,35.67814],[-82.66175,35.74124],[-82.54064,35.79185],[-82.40823,35.81883],[-82.34016,35.80159],[-82.33459,35.74872],[-82.27504,35.70389],[-82.28277,35.66665],[-82.27071,35.62207],[-82.29129,35.59158],[-82.25088,35.55987],[-82.22004,35.5536],[-82.16288,35.52749],[-81.9739,35.52763],[-81.84883,35.53803],[-81.82034,35.57837],[-81.69274,35.58439],[-81.53315,35.57006],[-80.96146,35.54875],[-80.96045,35.4973],[-80.93184,35.48997],[-80.90646,35.51482],[-80.29573,35.50081],[-79.76831,35.5119],[-79.76364,35.47437],[-79.75359,35.44836],[-79.6695,35.1808],[-79.85379,35.18272],[-80.07718,35.14732],[-80.07461,35.11445],[-80.03671,35.09147],[-79.99621,35.0852],[-79.96868,35.1054],[-79.93327,35.11529],[-79.91167,35.07195],[-79.9078,34.99658],[-79.84858,34.90316],[-79.90207,34.85865],[-79.92865,34.80599],[-79.6771,34.8038],[-78.53865,33.84618],[-78.35724,33.90097],[-78.08666,33.90006],[-78.00838,33.85673],[-77.95998,33.8382],[-77.7914,34.20044],[-77.64034,34.35024],[-77.31998,34.52489],[-77.3765,34.5757],[-77.39744,34.57832],[-77.41332,34.57047],[-77.48078,34.59549],[-77.51245,34.52134],[-77.55597,34.50026],[-77.58114,34.59335],[-77.57003,34.67731],[-77.47503,34.65383],[-77.46739,34.67451],[-77.47683,34.68983],[-77.47992,34.71086],[-77.47417,34.72835],[-77.45503,34.74429],[-77.44104,34.7335],[-77.41718,34.7481],[-77.36594,34.74041],[-77.3583,34.73724],[-77.32672,34.71608],[-77.27891,34.70563],[-77.26106,34.70952],[-77.23445,34.70867],[-77.24355,34.67571],[-77.20155,34.60707]]],"terms_url":"https://www.nconemap.gov/datasets/nc-orthoimagery-ndvi","terms_text":"NCCGIA, NC911 Board","description":"The most recent 4-band NDVI orthoimagery for the State of North Carolina","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/nc/NCOneMap.png"},{"id":"NH_2021_2022_6in_RGB","name":"NH GRANIT 2021/2022 6-inch Orthophotos (Color)","type":"wms","template":"https://nhgeodata.unh.edu/nhgeodata/services/ImageServices/NH_2021_2022_6in_RGB/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=NH_2021_2022_6in_RGB:None&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-70.96688,43.3678],[-70.96631,43.41611],[-70.94745,43.416],[-70.94613,43.52908],[-70.92496,43.54696],[-70.94827,43.58239],[-70.96465,43.58237],[-70.96233,43.77439],[-70.9813,43.77455],[-70.97737,44.10375],[-70.9964,44.10391],[-70.99292,44.41927],[-71.01198,44.41943],[-71.0089,44.6937],[-71.02819,44.69378],[-71.02579,44.91311],[-71.04513,44.91327],[-71.04262,45.11898],[-71.06206,45.11915],[-71.05988,45.3109],[-71.11672,45.31137],[-71.14637,45.25665],[-71.17717,45.25676],[-71.17726,45.27051],[-71.22779,45.2707],[-71.26342,45.31195],[-71.30021,45.31214],[-71.37364,45.28167],[-71.37315,45.26234],[-71.45141,45.23958],[-71.45149,45.21487],[-71.43211,45.21486],[-71.43224,45.18141],[-71.47796,45.09305],[-71.49929,45.09327],[-71.54902,45.00378],[-71.54924,44.95442],[-71.52961,44.95436],[-71.52985,44.89557],[-71.57269,44.86744],[-71.58788,44.80225],[-71.64578,44.75793],[-71.64566,44.72887],[-71.56895,44.61404],[-71.56886,44.57878],[-71.60744,44.56737],[-71.60769,44.55161],[-71.588,44.53672],[-71.60744,44.52493],[-71.60793,44.49044],[-71.64317,44.4901],[-71.71827,44.42122],[-71.76834,44.42174],[-71.81111,44.40786],[-71.86385,44.35244],[-71.97492,44.35227],[-72.0471,44.33385],[-72.04686,44.31733],[-72.08502,44.29211],[-72.0848,44.2543],[-72.06554,44.2543],[-72.06527,44.21482],[-72.08441,44.21469],[-72.08423,44.17193],[-72.06521,44.17195],[-72.06448,44.0732],[-72.14286,43.99637],[-72.12056,43.9564],[-72.13964,43.95216],[-72.13927,43.92243],[-72.19609,43.89571],[-72.19526,43.81649],[-72.21428,43.81643],[-72.21431,43.78088],[-72.30606,43.73375],[-72.3451,43.64923],[-72.34452,43.6187],[-72.40085,43.57937],[-72.40018,43.52738],[-72.41904,43.52716],[-72.41863,43.49819],[-72.39986,43.49828],[-72.39914,43.44501],[-72.41792,43.44484],[-72.41713,43.38989],[-72.43609,43.38962],[-72.4356,43.34704],[-72.41677,43.34713],[-72.41579,43.28719],[-72.45322,43.26011],[-72.45243,43.19769],[-72.47115,43.19758],[-72.47032,43.12747],[-72.45173,43.12736],[-72.45103,43.08517],[-72.4881,43.05734],[-72.48788,43.03354],[-72.47272,43.01897],[-72.50263,42.97793],[-72.54293,42.97738],[-72.54217,42.90937],[-72.57899,42.87692],[-72.57839,42.83855],[-72.51738,42.75645],[-72.49709,42.75645],[-72.46477,42.71587],[-72.26043,42.7171],[-72.2603,42.70339],[-71.7953,42.70483],[-71.79526,42.69112],[-71.27211,42.69053],[-71.23839,42.73164],[-71.1603,42.73127],[-71.16007,42.76035],[-71.17872,42.77233],[-71.1411,42.7998],[-71.0479,42.7993],[-71.0199,42.85399],[-70.9598,42.85372],[-70.90506,42.87247],[-70.87754,42.85296],[-70.82343,42.85267],[-70.76726,42.93518],[-70.6907,43.03074],[-70.68907,43.08878],[-70.81965,43.14211],[-70.81927,43.16825],[-70.80052,43.16807],[-70.79922,43.25197],[-70.85584,43.27962],[-70.89242,43.33476],[-70.96688,43.3678]],[[-70.60776,43.01719],[-70.63705,42.99698],[-70.63741,42.96102],[-70.5981,42.96053],[-70.59707,43.00964],[-70.60776,43.01719]]],"terms_url":"https://granit.unh.edu/","terms_text":"NH GRANIT","description":"Statewide 2021/2022 6-inch Orthophotography for New Hampshire","icon":"https://www.arcgis.com/sharing/rest/content/items/9077b6cdf1d94589b79cc66d8f919da2/resources/GRANITLogoTransparent1.png"},{"id":"NH_2021_2022_6in_CIR","name":"NH GRANIT 2021/2022 6-inch Orthophotos (Infrared)","type":"wms","template":"https://nhgeodata.unh.edu/nhgeodata/services/ImageServices/NH_2021_2022_6in_CIR/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=NH_2021_2022_6in_CIR:2122CIR&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-70.96688,43.3678],[-70.96631,43.41611],[-70.94745,43.416],[-70.94613,43.52908],[-70.92496,43.54696],[-70.94827,43.58239],[-70.96465,43.58237],[-70.96233,43.77439],[-70.9813,43.77455],[-70.97737,44.10375],[-70.9964,44.10391],[-70.99292,44.41927],[-71.01198,44.41943],[-71.0089,44.6937],[-71.02819,44.69378],[-71.02579,44.91311],[-71.04513,44.91327],[-71.04262,45.11898],[-71.06206,45.11915],[-71.05988,45.3109],[-71.11672,45.31137],[-71.14637,45.25665],[-71.17717,45.25676],[-71.17726,45.27051],[-71.22779,45.2707],[-71.26342,45.31195],[-71.30021,45.31214],[-71.37364,45.28167],[-71.37315,45.26234],[-71.45141,45.23958],[-71.45149,45.21487],[-71.43211,45.21486],[-71.43224,45.18141],[-71.47796,45.09305],[-71.49929,45.09327],[-71.54902,45.00378],[-71.54924,44.95442],[-71.52961,44.95436],[-71.52985,44.89557],[-71.57269,44.86744],[-71.58788,44.80225],[-71.64578,44.75793],[-71.64566,44.72887],[-71.56895,44.61404],[-71.56886,44.57878],[-71.60744,44.56737],[-71.60769,44.55161],[-71.588,44.53672],[-71.60744,44.52493],[-71.60793,44.49044],[-71.64317,44.4901],[-71.71827,44.42122],[-71.76834,44.42174],[-71.81111,44.40786],[-71.86385,44.35244],[-71.97492,44.35227],[-72.0471,44.33385],[-72.04686,44.31733],[-72.08502,44.29211],[-72.0848,44.2543],[-72.06554,44.2543],[-72.06527,44.21482],[-72.08441,44.21469],[-72.08423,44.17193],[-72.06521,44.17195],[-72.06448,44.0732],[-72.14286,43.99637],[-72.12056,43.9564],[-72.13964,43.95216],[-72.13927,43.92243],[-72.19609,43.89571],[-72.19526,43.81649],[-72.21428,43.81643],[-72.21431,43.78088],[-72.30606,43.73375],[-72.3451,43.64923],[-72.34452,43.6187],[-72.40085,43.57937],[-72.40018,43.52738],[-72.41904,43.52716],[-72.41863,43.49819],[-72.39986,43.49828],[-72.39914,43.44501],[-72.41792,43.44484],[-72.41713,43.38989],[-72.43609,43.38962],[-72.4356,43.34704],[-72.41677,43.34713],[-72.41579,43.28719],[-72.45322,43.26011],[-72.45243,43.19769],[-72.47115,43.19758],[-72.47032,43.12747],[-72.45173,43.12736],[-72.45103,43.08517],[-72.4881,43.05734],[-72.48788,43.03354],[-72.47272,43.01897],[-72.50263,42.97793],[-72.54293,42.97738],[-72.54217,42.90937],[-72.57899,42.87692],[-72.57839,42.83855],[-72.51738,42.75645],[-72.49709,42.75645],[-72.46477,42.71587],[-72.26043,42.7171],[-72.2603,42.70339],[-71.7953,42.70483],[-71.79526,42.69112],[-71.27211,42.69053],[-71.23839,42.73164],[-71.1603,42.73127],[-71.16007,42.76035],[-71.17872,42.77233],[-71.1411,42.7998],[-71.0479,42.7993],[-71.0199,42.85399],[-70.9598,42.85372],[-70.90506,42.87247],[-70.87754,42.85296],[-70.82343,42.85267],[-70.76726,42.93518],[-70.6907,43.03074],[-70.68907,43.08878],[-70.81965,43.14211],[-70.81927,43.16825],[-70.80052,43.16807],[-70.79922,43.25197],[-70.85584,43.27962],[-70.89242,43.33476],[-70.96688,43.3678]],[[-70.60776,43.01719],[-70.63705,42.99698],[-70.63741,42.96102],[-70.5981,42.96053],[-70.59707,43.00964],[-70.60776,43.01719]]],"terms_url":"https://granit.unh.edu/","terms_text":"NH GRANIT","description":"Statewide 2021/2022 6-inch Orthophotography for New Hampshire","icon":"https://www.arcgis.com/sharing/rest/content/items/9077b6cdf1d94589b79cc66d8f919da2/resources/GRANITLogoTransparent1.png"},{"id":"LiDAR_Bare_Earth_NE_HS_NH_2022","name":"NH GRANIT LiDAR Hillshade 2022 (Northeast)","type":"wms","template":"https://nhgeodata.unh.edu/nhgeodata/services/ImageServices/LiDAR_Bare_Earth_NE_HS_NH_2022/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-70.97894,43.39713],[-70.98289,43.40927],[-70.9578,43.43756],[-70.95725,43.46773],[-70.95124,43.50952],[-70.94729,43.55136],[-70.96983,43.58192],[-70.98289,43.75552],[-70.98651,43.7902],[-70.99049,43.92114],[-70.99954,44.1041],[-71.00404,44.21059],[-70.97797,44.21347],[-70.98265,44.3587],[-71.01333,44.38194],[-71.02381,44.55178],[-71.00819,44.55208],[-71.02169,44.94201],[-71.04072,44.9417],[-71.0541,45.31479],[-71.08594,45.30855],[-71.10374,45.30128],[-71.13504,45.24664],[-71.14603,45.24429],[-71.1611,45.25344],[-71.18048,45.24493],[-71.19573,45.25639],[-71.22715,45.25549],[-71.24203,45.26986],[-71.25862,45.27726],[-71.26233,45.29577],[-71.28372,45.30517],[-71.29933,45.30043],[-71.33293,45.28265],[-71.3384,45.27564],[-71.36112,45.27269],[-71.36726,45.26743],[-71.36027,45.25575],[-71.36453,45.25032],[-71.37808,45.2475],[-71.38591,45.2365],[-71.39545,45.24476],[-71.40706,45.24429],[-71.42225,45.23582],[-71.43744,45.24211],[-71.44619,45.24065],[-71.44758,45.23389],[-71.40469,45.2107],[-71.40189,45.20611],[-71.41775,45.18616],[-71.44005,45.13977],[-71.43057,45.12905],[-71.433,45.12382],[-71.45044,45.11507],[-71.46952,45.09183],[-71.50099,45.07081],[-71.51035,45.04484],[-71.49558,45.04171],[-71.50318,45.02784],[-71.50512,45.0113],[-71.53277,45.00219],[-71.5451,44.9841],[-71.52037,44.9572],[-71.52694,44.93763],[-71.50282,44.90911],[-71.53635,44.8726],[-71.54954,44.86765],[-71.55987,44.84771],[-71.55592,44.8397],[-71.56582,44.82776],[-71.57676,44.82237],[-71.5815,44.8135],[-71.57445,44.80544],[-71.58144,44.78884],[-71.59553,44.78483],[-71.62063,44.76007],[-71.63661,44.75347],[-71.6298,44.72697],[-71.61316,44.71164],[-71.58739,44.65111],[-71.56916,44.64683],[-71.55944,44.61211],[-71.5671,44.60195],[-71.5558,44.58871],[-71.56376,44.56685],[-71.59341,44.56897],[-71.60337,44.55425],[-71.57658,44.53749],[-71.58411,44.52667],[-71.60003,44.52446],[-71.58958,44.51064],[-71.59815,44.50188],[-71.60246,44.4884],[-71.63327,44.48706],[-71.65204,44.47367],[-71.66498,44.44222],[-71.68145,44.43797],[-71.68892,44.42613],[-71.71292,44.41402],[-71.73911,44.41263],[-71.74646,44.4049],[-71.7574,44.41085],[-71.80546,44.39926],[-71.82861,44.37503],[-71.81864,44.36044],[-71.8602,44.35105],[-71.87515,44.34271],[-71.91051,44.35218],[-71.93615,44.34063],[-71.95341,44.34575],[-71.96532,44.3401],[-71.9782,44.34306],[-71.99704,44.33767],[-72.01016,44.3262],[-72.03045,44.32594],[-72.03957,44.32046],[-72.03884,44.30324],[-72.06484,44.28724],[-72.07396,44.27088],[-72.05464,44.23894],[-72.06667,44.20036],[-72.07116,44.18938],[-72.04625,44.15417],[-72.04637,44.13629],[-72.04188,44.12975],[-72.05731,44.12085],[-72.05913,44.1082],[-72.0488,44.08857],[-72.05622,44.07739],[-72.05609,44.06543],[-72.07019,44.05958],[-72.1092,44.01416],[-72.12062,43.99431],[-72.11758,43.96686],[-72.10337,43.95767],[-72.12232,43.94717],[-72.12257,43.92442],[-72.17506,43.88651],[-72.17822,43.88003],[-72.17239,43.87039],[-72.18624,43.8675],[-72.19195,43.85541],[-72.18661,43.83745],[-72.1928,43.82228],[-72.18758,43.80834],[-72.20884,43.7858],[-72.20994,43.77158],[-72.23607,43.75912],[-72.23692,43.74903],[-72.27495,43.73612],[-72.30715,43.70275],[-72.31116,43.68386],[-72.30728,43.67155],[-72.31748,43.65845],[-72.32016,43.64447],[-72.33316,43.63612],[-72.3396,43.61492],[-72.33365,43.60287],[-72.3831,43.57725],[-72.38748,43.56149],[-72.38517,43.54009],[-72.39744,43.52934],[-72.40376,43.5096],[-72.38602,43.4955],[-72.38663,43.47778],[-72.39708,43.46702],[-72.39526,43.45079],[-72.40048,43.43623],[-72.40753,43.39254],[-72.41968,43.38159],[-72.4181,43.36198],[-72.40121,43.35182],[-72.41482,43.3314],[-72.40255,43.3131],[-72.41482,43.28047],[-72.44228,43.25719],[-72.44484,43.2031],[-72.4548,43.19406],[-72.46076,43.14443],[-72.43706,43.11587],[-72.44751,43.10416],[-72.43961,43.08215],[-72.47303,43.05321],[-72.46537,43.04051],[-72.46805,43.0239],[-72.45055,43.00755],[-72.46768,42.9992],[-72.46938,42.98053],[-72.52407,42.96417],[-72.53974,42.95208],[-72.5333,42.94069],[-72.52966,42.91747],[-72.53658,42.91097],[-72.53865,42.89557],[-72.55712,42.88685],[-72.56162,42.8522],[-72.55226,42.83732],[-72.54485,42.8055],[-72.51349,42.77929],[-72.52176,42.76805],[-72.51277,42.75939],[-72.49211,42.7676],[-72.46063,42.72423],[-71.90833,42.70878],[-71.90906,42.70343],[-71.82788,42.68824],[-71.65046,42.69146],[-71.59055,42.68011],[-71.42772,42.69503],[-71.37692,42.67172],[-71.27108,42.67529],[-71.21882,42.71923],[-71.16596,42.71825],[-71.15284,42.75395],[-71.15928,42.77376],[-71.12489,42.80336],[-71.08454,42.78303],[-71.03667,42.79302],[-71.02002,42.83759],[-70.96643,42.84998],[-70.89825,42.86182],[-70.86557,42.84338],[-70.80821,42.84374],[-70.7743,42.91996],[-70.67539,43.07709],[-70.68705,43.11587],[-70.73979,43.14496],[-70.76871,43.20646],[-70.82072,43.27277],[-70.88282,43.31788],[-70.907,43.35394],[-70.97894,43.39713]],[[-70.60674,43.01489],[-70.64798,42.97907],[-70.62101,42.95897],[-70.57872,42.99729],[-70.60674,43.01489]]],"terms_url":"https://granit.unh.edu/","terms_text":"NH GRANIT","description":"LiDAR-derived bare earth hillshaded terrain (illumination from the northeast) for New Hampshire. Generated from 7 separate LiDAR collections that covered the state as of 2022.  Collection dates range from 2011 to 2020.  Generally imagery is older in the north and newer in the south.","icon":"https://www.arcgis.com/sharing/rest/content/items/9077b6cdf1d94589b79cc66d8f919da2/resources/GRANITLogoTransparent1.png"},{"id":"LiDAR_Bare_Earth_NW_HS_NH_2022","name":"NH GRANIT LiDAR Hillshade 2022 (Northwest)","type":"wms","template":"https://nhgeodata.unh.edu/nhgeodata/services/ImageServices/LiDAR_Bare_Earth_NW_HS_NH_2022/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-70.97894,43.39713],[-70.98289,43.40927],[-70.9578,43.43756],[-70.95725,43.46773],[-70.95124,43.50952],[-70.94729,43.55136],[-70.96983,43.58192],[-70.98289,43.75552],[-70.98651,43.7902],[-70.99049,43.92114],[-70.99954,44.1041],[-71.00404,44.21059],[-70.97797,44.21347],[-70.98265,44.3587],[-71.01333,44.38194],[-71.02381,44.55178],[-71.00819,44.55208],[-71.02169,44.94201],[-71.04072,44.9417],[-71.0541,45.31479],[-71.08594,45.30855],[-71.10374,45.30128],[-71.13504,45.24664],[-71.14603,45.24429],[-71.1611,45.25344],[-71.18048,45.24493],[-71.19573,45.25639],[-71.22715,45.25549],[-71.24203,45.26986],[-71.25862,45.27726],[-71.26233,45.29577],[-71.28372,45.30517],[-71.29933,45.30043],[-71.33293,45.28265],[-71.3384,45.27564],[-71.36112,45.27269],[-71.36726,45.26743],[-71.36027,45.25575],[-71.36453,45.25032],[-71.37808,45.2475],[-71.38591,45.2365],[-71.39545,45.24476],[-71.40706,45.24429],[-71.42225,45.23582],[-71.43744,45.24211],[-71.44619,45.24065],[-71.44758,45.23389],[-71.40469,45.2107],[-71.40189,45.20611],[-71.41775,45.18616],[-71.44005,45.13977],[-71.43057,45.12905],[-71.433,45.12382],[-71.45044,45.11507],[-71.46952,45.09183],[-71.50099,45.07081],[-71.51035,45.04484],[-71.49558,45.04171],[-71.50318,45.02784],[-71.50512,45.0113],[-71.53277,45.00219],[-71.5451,44.9841],[-71.52037,44.9572],[-71.52694,44.93763],[-71.50282,44.90911],[-71.53635,44.8726],[-71.54954,44.86765],[-71.55987,44.84771],[-71.55592,44.8397],[-71.56582,44.82776],[-71.57676,44.82237],[-71.5815,44.8135],[-71.57445,44.80544],[-71.58144,44.78884],[-71.59553,44.78483],[-71.62063,44.76007],[-71.63661,44.75347],[-71.6298,44.72697],[-71.61316,44.71164],[-71.58739,44.65111],[-71.56916,44.64683],[-71.55944,44.61211],[-71.5671,44.60195],[-71.5558,44.58871],[-71.56376,44.56685],[-71.59341,44.56897],[-71.60337,44.55425],[-71.57658,44.53749],[-71.58411,44.52667],[-71.60003,44.52446],[-71.58958,44.51064],[-71.59815,44.50188],[-71.60246,44.4884],[-71.63327,44.48706],[-71.65204,44.47367],[-71.66498,44.44222],[-71.68145,44.43797],[-71.68892,44.42613],[-71.71292,44.41402],[-71.73911,44.41263],[-71.74646,44.4049],[-71.7574,44.41085],[-71.80546,44.39926],[-71.82861,44.37503],[-71.81864,44.36044],[-71.8602,44.35105],[-71.87515,44.34271],[-71.91051,44.35218],[-71.93615,44.34063],[-71.95341,44.34575],[-71.96532,44.3401],[-71.9782,44.34306],[-71.99704,44.33767],[-72.01016,44.3262],[-72.03045,44.32594],[-72.03957,44.32046],[-72.03884,44.30324],[-72.06484,44.28724],[-72.07396,44.27088],[-72.05464,44.23894],[-72.06667,44.20036],[-72.07116,44.18938],[-72.04625,44.15417],[-72.04637,44.13629],[-72.04188,44.12975],[-72.05731,44.12085],[-72.05913,44.1082],[-72.0488,44.08857],[-72.05622,44.07739],[-72.05609,44.06543],[-72.07019,44.05958],[-72.1092,44.01416],[-72.12062,43.99431],[-72.11758,43.96686],[-72.10337,43.95767],[-72.12232,43.94717],[-72.12257,43.92442],[-72.17506,43.88651],[-72.17822,43.88003],[-72.17239,43.87039],[-72.18624,43.8675],[-72.19195,43.85541],[-72.18661,43.83745],[-72.1928,43.82228],[-72.18758,43.80834],[-72.20884,43.7858],[-72.20994,43.77158],[-72.23607,43.75912],[-72.23692,43.74903],[-72.27495,43.73612],[-72.30715,43.70275],[-72.31116,43.68386],[-72.30728,43.67155],[-72.31748,43.65845],[-72.32016,43.64447],[-72.33316,43.63612],[-72.3396,43.61492],[-72.33365,43.60287],[-72.3831,43.57725],[-72.38748,43.56149],[-72.38517,43.54009],[-72.39744,43.52934],[-72.40376,43.5096],[-72.38602,43.4955],[-72.38663,43.47778],[-72.39708,43.46702],[-72.39526,43.45079],[-72.40048,43.43623],[-72.40753,43.39254],[-72.41968,43.38159],[-72.4181,43.36198],[-72.40121,43.35182],[-72.41482,43.3314],[-72.40255,43.3131],[-72.41482,43.28047],[-72.44228,43.25719],[-72.44484,43.2031],[-72.4548,43.19406],[-72.46076,43.14443],[-72.43706,43.11587],[-72.44751,43.10416],[-72.43961,43.08215],[-72.47303,43.05321],[-72.46537,43.04051],[-72.46805,43.0239],[-72.45055,43.00755],[-72.46768,42.9992],[-72.46938,42.98053],[-72.52407,42.96417],[-72.53974,42.95208],[-72.5333,42.94069],[-72.52966,42.91747],[-72.53658,42.91097],[-72.53865,42.89557],[-72.55712,42.88685],[-72.56162,42.8522],[-72.55226,42.83732],[-72.54485,42.8055],[-72.51349,42.77929],[-72.52176,42.76805],[-72.51277,42.75939],[-72.49211,42.7676],[-72.46063,42.72423],[-71.90833,42.70878],[-71.90906,42.70343],[-71.82788,42.68824],[-71.65046,42.69146],[-71.59055,42.68011],[-71.42772,42.69503],[-71.37692,42.67172],[-71.27108,42.67529],[-71.21882,42.71923],[-71.16596,42.71825],[-71.15284,42.75395],[-71.15928,42.77376],[-71.12489,42.80336],[-71.08454,42.78303],[-71.03667,42.79302],[-71.02002,42.83759],[-70.96643,42.84998],[-70.89825,42.86182],[-70.86557,42.84338],[-70.80821,42.84374],[-70.7743,42.91996],[-70.67539,43.07709],[-70.68705,43.11587],[-70.73979,43.14496],[-70.76871,43.20646],[-70.82072,43.27277],[-70.88282,43.31788],[-70.907,43.35394],[-70.97894,43.39713]],[[-70.60674,43.01489],[-70.64798,42.97907],[-70.62101,42.95897],[-70.57872,42.99729],[-70.60674,43.01489]]],"terms_url":"https://granit.unh.edu/","terms_text":"NH GRANIT","description":"LiDAR-derived bare earth hillshaded terrain (illumination from the northwest) for New Hampshire. Generated from 7 separate LiDAR collections that covered the state as of 2022.  Collection dates range from 2011 to 2020.  Generally imagery is older in the north and newer in the south.","icon":"https://www.arcgis.com/sharing/rest/content/items/9077b6cdf1d94589b79cc66d8f919da2/resources/GRANITLogoTransparent1.png"},{"id":"osmfj-nagaoka-2018","name":"Niigata Nagaoka city Imagery 2019","type":"tms","template":"https://tiles.osmf.jp/nagaoka-shi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2018-12-31T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[10,18],"polygon":[[[138.76007,37.72294],[138.76007,37.6735],[138.71269,37.6735],[138.71269,37.49938],[138.67767,37.49938],[138.67767,37.36579],[138.62823,37.36579],[138.62823,37.22158],[138.78067,37.22158],[138.78067,37.34232],[138.81157,37.34232],[138.81157,37.16743],[138.9077,37.16743],[138.9077,37.26695],[138.97705,37.26695],[138.97705,37.35979],[139.13704,37.35979],[139.13704,37.53859],[138.89946,37.53859],[138.89946,37.65067],[138.83079,37.65067],[138.83079,37.72294],[138.76007,37.72294]]],"terms_url":"https://www.city.nagaoka.niigata.jp/shisei/cate10/gis/27.html","terms_text":"OSMFJ_Ortho","description":"Open Data Orthoimagery from Nagaoka-shi, 2018"},{"id":"img.nj.gov-Infrared2015","name":"NJ 2015 Aerial Imagery (Infrared)","type":"wms","template":"https://img.nj.gov/imagerywms/Infrared2015?LAYERS=Infrared2015&STYLES=&FORMAT=image/png&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-05-03T00:00:00.000Z","startDate":"2015-03-29T00:00:00.000Z","zoomExtent":[3,20],"polygon":[[[-74.86599,40.08543],[-74.93534,40.07256],[-75.05653,40.00868],[-75.14236,39.95791],[-75.14456,39.88322],[-75.18515,39.88042],[-75.24499,39.85486],[-75.33339,39.8495],[-75.41531,39.80156],[-75.45131,39.78304],[-75.57744,39.62346],[-75.54245,39.56827],[-75.57847,39.48183],[-74.91678,38.84647],[-74.31702,39.38739],[-74.06708,39.75155],[-73.92141,40.49222],[-74.2382,40.49378],[-74.23859,40.54916],[-74.20211,40.54924],[-74.20228,40.57648],[-74.18406,40.57609],[-74.18436,40.63146],[-74.07587,40.63078],[-74.07532,40.64457],[-74.02124,40.65811],[-74.02081,40.69919],[-74.00265,40.69929],[-74.00247,40.74037],[-73.98434,40.74026],[-73.98402,40.78145],[-73.96591,40.78158],[-73.96597,40.80868],[-73.94777,40.80861],[-73.94769,40.82232],[-73.92966,40.82225],[-73.92906,40.86355],[-73.91104,40.86329],[-73.91061,40.91838],[-73.8923,40.91831],[-73.89215,40.95961],[-73.87413,40.95942],[-73.87386,40.99251],[-74.70601,41.36513],[-74.75716,41.34769],[-74.79801,41.32268],[-74.84024,41.27864],[-74.90547,41.17038],[-74.98152,41.1126],[-75.03902,41.03819],[-75.13515,40.99441],[-75.13773,40.97309],[-75.05705,40.86757],[-75.06846,40.85037],[-75.09687,40.85096],[-75.10099,40.83927],[-75.09018,40.82238],[-75.1367,40.77729],[-75.1724,40.78067],[-75.19833,40.75389],[-75.20506,40.69131],[-75.20373,40.61832],[-75.19764,40.57367],[-75.16777,40.55907],[-75.10237,40.56702],[-75.06906,40.5365],[-75.07421,40.45505],[-75.06134,40.4165],[-75.02684,40.40252],[-74.9671,40.3952],[-74.94461,40.33817],[-74.86839,40.29157],[-74.84402,40.24796],[-74.77552,40.21428],[-74.76334,40.19172],[-74.72918,40.16392],[-74.72609,40.14949],[-74.78805,40.12468],[-74.8229,40.13033],[-74.86599,40.08543]]],"terms_url":"https://njgin.state.nj.us/NJ_NJGINExplorer/ShowMetadata.jsp?docId=188471FF-2803-4145-A5AD-605DE86D3B4D","terms_text":"NJ Office of Information Technology (NJOIT), Office of Geographic Information Systems (OGIS)","description":"Digital orthophotography of New Jersey, Near Infrared, 1 foot resolution","icon":"https://njgin.nj.gov/njgin/assets/slices/njgin_logo.png"},{"id":"img.nj.gov-Natural2015","name":"NJ 2015 Aerial Imagery (Natural Color)","type":"wms","template":"https://img.nj.gov/imagerywms/Natural2015?LAYERS=Natural2015&STYLES=&FORMAT=image/png&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-05-03T00:00:00.000Z","startDate":"2015-03-29T00:00:00.000Z","zoomExtent":[3,20],"polygon":[[[-74.86599,40.08543],[-74.93534,40.07256],[-75.05653,40.00868],[-75.14236,39.95791],[-75.14456,39.88322],[-75.18515,39.88042],[-75.24499,39.85486],[-75.33339,39.8495],[-75.41531,39.80156],[-75.45131,39.78304],[-75.57744,39.62346],[-75.54245,39.56827],[-75.57847,39.48183],[-74.91678,38.84647],[-74.31702,39.38739],[-74.06708,39.75155],[-73.92141,40.49222],[-74.2382,40.49378],[-74.23859,40.54916],[-74.20211,40.54924],[-74.20228,40.57648],[-74.18406,40.57609],[-74.18436,40.63146],[-74.07587,40.63078],[-74.07532,40.64457],[-74.02124,40.65811],[-74.02081,40.69919],[-74.00265,40.69929],[-74.00247,40.74037],[-73.98434,40.74026],[-73.98402,40.78145],[-73.96591,40.78158],[-73.96597,40.80868],[-73.94777,40.80861],[-73.94769,40.82232],[-73.92966,40.82225],[-73.92906,40.86355],[-73.91104,40.86329],[-73.91061,40.91838],[-73.8923,40.91831],[-73.89215,40.95961],[-73.87413,40.95942],[-73.87386,40.99251],[-74.70601,41.36513],[-74.75716,41.34769],[-74.79801,41.32268],[-74.84024,41.27864],[-74.90547,41.17038],[-74.98152,41.1126],[-75.03902,41.03819],[-75.13515,40.99441],[-75.13773,40.97309],[-75.05705,40.86757],[-75.06846,40.85037],[-75.09687,40.85096],[-75.10099,40.83927],[-75.09018,40.82238],[-75.1367,40.77729],[-75.1724,40.78067],[-75.19833,40.75389],[-75.20506,40.69131],[-75.20373,40.61832],[-75.19764,40.57367],[-75.16777,40.55907],[-75.10237,40.56702],[-75.06906,40.5365],[-75.07421,40.45505],[-75.06134,40.4165],[-75.02684,40.40252],[-74.9671,40.3952],[-74.94461,40.33817],[-74.86839,40.29157],[-74.84402,40.24796],[-74.77552,40.21428],[-74.76334,40.19172],[-74.72918,40.16392],[-74.72609,40.14949],[-74.78805,40.12468],[-74.8229,40.13033],[-74.86599,40.08543]]],"terms_url":"https://njgin.state.nj.us/NJ_NJGINExplorer/ShowMetadata.jsp?docId=188471FF-2803-4145-A5AD-605DE86D3B4D","terms_text":"NJ Office of Information Technology (NJOIT), Office of Geographic Information Systems (OGIS)","description":"Digital orthophotography of New Jersey, Natural Color, 1 foot resolution","icon":"https://njgin.nj.gov/njgin/assets/slices/njgin_logo.png"},{"id":"NJ_Infrared_2020","name":"NJGIN Orthoimagery 2020 - Infrared (1ft leaf off)","type":"wms","template":"https://img.nj.gov/imagerywms/Infrared2020?LAYERS=Infrared2020&STYLES=&SRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-05-05T00:00:00.000Z","startDate":"2020-04-02T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-74.83878,40.10066],[-74.85483,40.09285],[-74.86024,40.08477],[-74.90865,40.07052],[-74.92925,40.0694],[-74.96907,40.05239],[-75.01422,40.01966],[-75.04512,40.01052],[-75.06907,39.98179],[-75.0925,39.97442],[-75.12056,39.96462],[-75.13309,39.95561],[-75.1361,39.93047],[-75.12829,39.91066],[-75.13567,39.89117],[-75.14674,39.8834],[-75.18515,39.88042],[-75.25497,39.85092],[-75.33608,39.84868],[-75.41908,39.79996],[-75.4723,39.75946],[-75.57735,39.62473],[-75.54245,39.56827],[-75.54817,39.46694],[-75.14374,39.17319],[-74.99062,39.18543],[-74.89243,39.16201],[-74.98444,38.93912],[-74.9192,38.88034],[-74.78565,38.99597],[-74.408,39.36005],[-74.32011,39.43884],[-74.09454,39.72435],[-73.9349,40.48352],[-74.26363,40.49461],[-74.25505,40.5151],[-74.24629,40.52065],[-74.25161,40.54714],[-74.23127,40.55907],[-74.21728,40.55672],[-74.20475,40.59095],[-74.19943,40.59864],[-74.20372,40.60604],[-74.20183,40.63252],[-74.18698,40.64483],[-74.18003,40.64659],[-74.14827,40.64209],[-74.0627,40.6518],[-74.0379,40.66632],[-74.01043,40.76273],[-73.96374,40.8242],[-73.9246,40.89898],[-73.89464,40.99383],[-73.99959,41.04086],[-74.10491,41.08768],[-74.23299,41.14286],[-74.35942,41.2001],[-74.44782,41.244],[-74.50782,41.27239],[-74.69538,41.3579],[-74.70038,41.35489],[-74.71235,41.35157],[-74.72089,41.3474],[-74.72857,41.34611],[-74.74819,41.34669],[-74.75359,41.34637],[-74.75533,41.34577],[-74.76059,41.33983],[-74.76342,41.33123],[-74.77256,41.32481],[-74.786,41.32397],[-74.79381,41.32207],[-74.79604,41.31866],[-74.792,41.31353],[-74.79222,41.31089],[-74.80548,41.30405],[-74.81385,41.29712],[-74.82239,41.29374],[-74.82994,41.28742],[-74.83754,41.27806],[-74.84625,41.26216],[-74.84483,41.25761],[-74.84848,41.25148],[-74.85539,41.25035],[-74.85741,41.24877],[-74.86191,41.24222],[-74.86208,41.23748],[-74.86693,41.23206],[-74.86771,41.22715],[-74.85893,41.22028],[-74.87723,41.19299],[-74.88185,41.18083],[-74.89165,41.17194],[-74.89921,41.16748],[-74.94006,41.13019],[-74.94598,41.12841],[-74.94903,41.12269],[-74.96418,41.11438],[-74.97109,41.11383],[-74.98027,41.11066],[-74.98281,41.10665],[-74.99177,41.09145],[-74.9916,41.08893],[-74.98817,41.08812],[-74.98328,41.08909],[-74.97448,41.09446],[-74.96821,41.09591],[-74.96671,41.09213],[-74.96946,41.08601],[-74.9822,41.07932],[-74.99212,41.07777],[-74.9998,41.07411],[-75.00684,41.06751],[-75.01194,41.06761],[-75.01332,41.06631],[-75.0174,41.05625],[-75.02718,41.04483],[-75.02675,41.03981],[-75.03357,41.03757],[-75.04169,41.03181],[-75.04958,41.02861],[-75.07258,41.01847],[-75.08424,41.01554],[-75.09402,41.00926],[-75.10777,41.00429],[-75.12773,40.99354],[-75.13134,40.99026],[-75.13258,40.98061],[-75.13593,40.9764],[-75.1352,40.97235],[-75.13088,40.96875],[-75.1238,40.96993],[-75.11992,40.96922],[-75.12069,40.96345],[-75.11825,40.95367],[-75.11138,40.94791],[-75.10477,40.93493],[-75.09683,40.9254],[-75.07784,40.91257],[-75.07516,40.90088],[-75.07527,40.8942],[-75.05183,40.8716],[-75.05087,40.86495],[-75.05825,40.86102],[-75.06346,40.8562],[-75.06434,40.85462],[-75.06366,40.84937],[-75.06919,40.84693],[-75.07591,40.84977],[-75.09155,40.8494],[-75.09692,40.84565],[-75.09756,40.83946],[-75.08288,40.82717],[-75.08941,40.81683],[-75.09911,40.80978],[-75.10205,40.79766],[-75.1099,40.79032],[-75.12245,40.78737],[-75.13387,40.77386],[-75.15114,40.77505],[-75.16075,40.7777],[-75.16786,40.77872],[-75.17148,40.77767],[-75.17479,40.77474],[-75.17734,40.76402],[-75.1814,40.75994],[-75.19041,40.75678],[-75.19562,40.75282],[-75.1967,40.74934],[-75.19513,40.74532],[-75.18395,40.73552],[-75.18167,40.7308],[-75.18588,40.72573],[-75.18642,40.71965],[-75.19086,40.71695],[-75.19517,40.71231],[-75.20434,40.69145],[-75.19798,40.6822],[-75.19155,40.67942],[-75.18326,40.67997],[-75.17968,40.67922],[-75.1773,40.67693],[-75.17698,40.67335],[-75.18266,40.66583],[-75.18813,40.66352],[-75.19783,40.65487],[-75.19762,40.65248],[-75.20049,40.64791],[-75.19041,40.63587],[-75.1882,40.62483],[-75.19017,40.62001],[-75.20013,40.61822],[-75.2018,40.61656],[-75.19266,40.60307],[-75.18914,40.58942],[-75.19601,40.57931],[-75.1882,40.57006],[-75.17296,40.56442],[-75.1603,40.56422],[-75.14464,40.5741],[-75.13606,40.57596],[-75.11597,40.57306],[-75.09992,40.56729],[-75.06726,40.54003],[-75.06374,40.49675],[-75.06267,40.4872],[-75.06306,40.47999],[-75.06447,40.47676],[-75.06793,40.4734],[-75.06731,40.4652],[-75.07057,40.45648],[-75.06602,40.44492],[-75.0601,40.41987],[-75.05559,40.41637],[-75.04559,40.41402],[-75.04113,40.41007],[-75.02808,40.40392],[-75.00246,40.4082],[-74.99624,40.41036],[-74.99177,40.40925],[-74.97967,40.40346],[-74.9683,40.39928],[-74.96457,40.39598],[-74.94796,40.36401],[-74.94435,40.34465],[-74.94062,40.33811],[-74.90809,40.31661],[-74.89865,40.31546],[-74.89191,40.31347],[-74.86919,40.29625],[-74.86037,40.28576],[-74.85154,40.2667],[-74.84187,40.24976],[-74.82415,40.2416],[-74.81913,40.23826],[-74.79818,40.23033],[-74.77441,40.21755],[-74.7611,40.20005],[-74.75458,40.18537],[-74.74111,40.17973],[-74.73218,40.17382],[-74.72042,40.15815],[-74.72257,40.14726],[-74.74085,40.1344],[-74.75381,40.1342],[-74.76162,40.13276],[-74.7817,40.12121],[-74.78823,40.12035],[-74.81578,40.12777],[-74.82393,40.12633],[-74.83878,40.10066]]],"terms_url":"https://njgin.nj.gov/njgin/edata/imagery/","terms_text":"NJGIN, NJOGIS","description":"Infrared orthoimagery for the state of New Jersey (2020)","icon":"https://njgin.nj.gov/njgin/assets/slices/njgin_logo.png"},{"id":"NJ_Natural_2020","name":"NJGIN Orthoimagery 2020 - Natural (1ft leaf off)","type":"wms","template":"https://img.nj.gov/imagerywms/Natural2020?LAYERS=Natural2020&STYLES=&SRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-05-05T00:00:00.000Z","startDate":"2020-04-02T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-74.83878,40.10066],[-74.85483,40.09285],[-74.86024,40.08477],[-74.90865,40.07052],[-74.92925,40.0694],[-74.96907,40.05239],[-75.01422,40.01966],[-75.04512,40.01052],[-75.06907,39.98179],[-75.0925,39.97442],[-75.12056,39.96462],[-75.13309,39.95561],[-75.1361,39.93047],[-75.12829,39.91066],[-75.13567,39.89117],[-75.14674,39.8834],[-75.18515,39.88042],[-75.25497,39.85092],[-75.33608,39.84868],[-75.41908,39.79996],[-75.4723,39.75946],[-75.57735,39.62473],[-75.54245,39.56827],[-75.54817,39.46694],[-75.14374,39.17319],[-74.99062,39.18543],[-74.89243,39.16201],[-74.98444,38.93912],[-74.9192,38.88034],[-74.78565,38.99597],[-74.408,39.36005],[-74.32011,39.43884],[-74.09454,39.72435],[-73.9349,40.48352],[-74.26363,40.49461],[-74.25505,40.5151],[-74.24629,40.52065],[-74.25161,40.54714],[-74.23127,40.55907],[-74.21728,40.55672],[-74.20475,40.59095],[-74.19943,40.59864],[-74.20372,40.60604],[-74.20183,40.63252],[-74.18698,40.64483],[-74.18003,40.64659],[-74.14827,40.64209],[-74.0627,40.6518],[-74.0379,40.66632],[-74.01043,40.76273],[-73.96374,40.8242],[-73.9246,40.89898],[-73.89464,40.99383],[-73.99959,41.04086],[-74.10491,41.08768],[-74.23299,41.14286],[-74.35942,41.2001],[-74.44782,41.244],[-74.50782,41.27239],[-74.69538,41.3579],[-74.70038,41.35489],[-74.71235,41.35157],[-74.72089,41.3474],[-74.72857,41.34611],[-74.74819,41.34669],[-74.75359,41.34637],[-74.75533,41.34577],[-74.76059,41.33983],[-74.76342,41.33123],[-74.77256,41.32481],[-74.786,41.32397],[-74.79381,41.32207],[-74.79604,41.31866],[-74.792,41.31353],[-74.79222,41.31089],[-74.80548,41.30405],[-74.81385,41.29712],[-74.82239,41.29374],[-74.82994,41.28742],[-74.83754,41.27806],[-74.84625,41.26216],[-74.84483,41.25761],[-74.84848,41.25148],[-74.85539,41.25035],[-74.85741,41.24877],[-74.86191,41.24222],[-74.86208,41.23748],[-74.86693,41.23206],[-74.86771,41.22715],[-74.85893,41.22028],[-74.87723,41.19299],[-74.88185,41.18083],[-74.89165,41.17194],[-74.89921,41.16748],[-74.94006,41.13019],[-74.94598,41.12841],[-74.94903,41.12269],[-74.96418,41.11438],[-74.97109,41.11383],[-74.98027,41.11066],[-74.98281,41.10665],[-74.99177,41.09145],[-74.9916,41.08893],[-74.98817,41.08812],[-74.98328,41.08909],[-74.97448,41.09446],[-74.96821,41.09591],[-74.96671,41.09213],[-74.96946,41.08601],[-74.9822,41.07932],[-74.99212,41.07777],[-74.9998,41.07411],[-75.00684,41.06751],[-75.01194,41.06761],[-75.01332,41.06631],[-75.0174,41.05625],[-75.02718,41.04483],[-75.02675,41.03981],[-75.03357,41.03757],[-75.04169,41.03181],[-75.04958,41.02861],[-75.07258,41.01847],[-75.08424,41.01554],[-75.09402,41.00926],[-75.10777,41.00429],[-75.12773,40.99354],[-75.13134,40.99026],[-75.13258,40.98061],[-75.13593,40.9764],[-75.1352,40.97235],[-75.13088,40.96875],[-75.1238,40.96993],[-75.11992,40.96922],[-75.12069,40.96345],[-75.11825,40.95367],[-75.11138,40.94791],[-75.10477,40.93493],[-75.09683,40.9254],[-75.07784,40.91257],[-75.07516,40.90088],[-75.07527,40.8942],[-75.05183,40.8716],[-75.05087,40.86495],[-75.05825,40.86102],[-75.06346,40.8562],[-75.06434,40.85462],[-75.06366,40.84937],[-75.06919,40.84693],[-75.07591,40.84977],[-75.09155,40.8494],[-75.09692,40.84565],[-75.09756,40.83946],[-75.08288,40.82717],[-75.08941,40.81683],[-75.09911,40.80978],[-75.10205,40.79766],[-75.1099,40.79032],[-75.12245,40.78737],[-75.13387,40.77386],[-75.15114,40.77505],[-75.16075,40.7777],[-75.16786,40.77872],[-75.17148,40.77767],[-75.17479,40.77474],[-75.17734,40.76402],[-75.1814,40.75994],[-75.19041,40.75678],[-75.19562,40.75282],[-75.1967,40.74934],[-75.19513,40.74532],[-75.18395,40.73552],[-75.18167,40.7308],[-75.18588,40.72573],[-75.18642,40.71965],[-75.19086,40.71695],[-75.19517,40.71231],[-75.20434,40.69145],[-75.19798,40.6822],[-75.19155,40.67942],[-75.18326,40.67997],[-75.17968,40.67922],[-75.1773,40.67693],[-75.17698,40.67335],[-75.18266,40.66583],[-75.18813,40.66352],[-75.19783,40.65487],[-75.19762,40.65248],[-75.20049,40.64791],[-75.19041,40.63587],[-75.1882,40.62483],[-75.19017,40.62001],[-75.20013,40.61822],[-75.2018,40.61656],[-75.19266,40.60307],[-75.18914,40.58942],[-75.19601,40.57931],[-75.1882,40.57006],[-75.17296,40.56442],[-75.1603,40.56422],[-75.14464,40.5741],[-75.13606,40.57596],[-75.11597,40.57306],[-75.09992,40.56729],[-75.06726,40.54003],[-75.06374,40.49675],[-75.06267,40.4872],[-75.06306,40.47999],[-75.06447,40.47676],[-75.06793,40.4734],[-75.06731,40.4652],[-75.07057,40.45648],[-75.06602,40.44492],[-75.0601,40.41987],[-75.05559,40.41637],[-75.04559,40.41402],[-75.04113,40.41007],[-75.02808,40.40392],[-75.00246,40.4082],[-74.99624,40.41036],[-74.99177,40.40925],[-74.97967,40.40346],[-74.9683,40.39928],[-74.96457,40.39598],[-74.94796,40.36401],[-74.94435,40.34465],[-74.94062,40.33811],[-74.90809,40.31661],[-74.89865,40.31546],[-74.89191,40.31347],[-74.86919,40.29625],[-74.86037,40.28576],[-74.85154,40.2667],[-74.84187,40.24976],[-74.82415,40.2416],[-74.81913,40.23826],[-74.79818,40.23033],[-74.77441,40.21755],[-74.7611,40.20005],[-74.75458,40.18537],[-74.74111,40.17973],[-74.73218,40.17382],[-74.72042,40.15815],[-74.72257,40.14726],[-74.74085,40.1344],[-74.75381,40.1342],[-74.76162,40.13276],[-74.7817,40.12121],[-74.78823,40.12035],[-74.81578,40.12777],[-74.82393,40.12633],[-74.83878,40.10066]]],"terms_url":"https://njgin.nj.gov/njgin/edata/imagery/","terms_text":"NJGIN, NJOGIS","description":"Natural color orthoimagery for the state of New Jersey (2020)","icon":"https://njgin.nj.gov/njgin/assets/slices/njgin_logo.png"},{"id":"NLSC-EMAP5","name":"NLSC General Map with Contour line","type":"tms","template":"https://wmts.nlsc.gov.tw/wmts/EMAP5_OPENDATA/default/EPSG:3857/{zoom}/{y}/{x}","category":"map","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[0,15],"polygon":[[[121.2237,25.76997],[120.4578,26.53253],[119.787,26.2048],[119.8935,25.78169],[120.0474,25.38843],[118.6024,24.46068],[118.4416,24.55302],[118.2283,24.49486],[118.1036,24.36172],[118.1978,24.34453],[118.3036,23.30751],[118.2509,23.26265],[120.6771,20.72799],[122.9312,22.57058],[122.2251,26.60305],[121.2237,25.76997]]],"terms_url":"https://maps.nlsc.gov.tw","terms_text":"© National Land Surveying and Mapping Center, Taiwan OGDL 1.0","description":"The emap from Taiwan National Land Surveying and Mapping Center","icon":"https://osmlab.github.io/editor-layer-index/sources/asia/tw/Taiwane-MapOpenData.png"},{"id":"NOAA_East_2023","name":"NOAA NGS East Coast Imagery (2023)","type":"tms","template":"https://stormscdn.ngs.noaa.gov/ec2301a-ob-n/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.8084,32.0873],[-70.45967,37.19669],[-75.14638,38.83242],[-75.08983,38.46561],[-75.18754,38.1862],[-75.37292,37.93282],[-75.3809,37.93526],[-75.40505,37.95034],[-75.68154,37.56827],[-75.65735,37.5608],[-75.90054,37.13537],[-75.93505,37.16392],[-76.18096,36.96001],[-76.35289,36.99072],[-76.36584,36.94303],[-76.04722,36.88674],[-75.92763,36.58971],[-75.79701,36.16301],[-75.78925,36.1657],[-75.49187,35.61865],[-75.55796,35.25482],[-75.76482,35.22317],[-75.77214,35.23679],[-76.04435,35.0893],[-76.04846,35.09468],[-76.36748,34.87007],[-76.3738,34.8745],[-76.51661,34.68552],[-76.73392,34.74592],[-76.73388,34.74751],[-76.73765,34.74692],[-76.74679,34.74956],[-76.74769,34.7454],[-77.04066,34.69971],[-77.04837,34.71544],[-77.10286,34.68995],[-77.11116,34.68882],[-77.11009,34.68639],[-77.59549,34.44684],[-77.59713,34.4485],[-77.60308,34.44309],[-77.63516,34.42691],[-77.62846,34.42014],[-77.8269,34.24019],[-77.84176,34.24694],[-77.85579,34.2148],[-77.86951,34.20236],[-77.86294,34.19872],[-77.99321,33.8985],[-78.22579,33.96528],[-78.22893,33.95108],[-78.49298,33.91177],[-78.4934,33.91309],[-78.49896,33.91085],[-78.54027,33.90456],[-78.53679,33.896],[-78.89307,33.75332],[-78.88661,33.74533],[-79.17111,33.45306],[-79.15967,33.44742],[-79.23247,33.21198],[-79.2197,33.21092],[-79.36689,33.04703],[-79.52839,33.04938],[-79.55,33.05834],[-79.57113,33.07519],[-79.72586,32.88787],[-79.70254,32.87818],[-79.96055,32.71749],[-79.93967,32.69989],[-79.93354,32.69016],[-80.10743,32.60576],[-80.10973,32.60784],[-80.12279,32.63019],[-80.48645,32.41555],[-80.46633,32.39767],[-80.45508,32.37845],[-80.62148,32.28275],[-80.63145,32.29491],[-80.93619,32.0486],[-80.9132,32.03341],[-80.89652,32.01325],[-80.8084,32.0873]],[[-80.19008,25.64818],[-79.76694,25.59755],[-80.83889,32.05969],[-81.19367,31.72038],[-81.16888,31.70664],[-81.15447,31.69189],[-81.35805,31.28939],[-81.33014,31.2832],[-81.3142,31.27456],[-81.48674,31.00557],[-81.45945,30.99696],[-81.44121,30.98525],[-81.49885,30.69743],[-81.47758,30.69709],[-81.45251,30.37929],[-81.4464,30.38045],[-81.33361,29.89256],[-81.32908,29.89401],[-81.13658,29.39372],[-81.14859,29.39011],[-80.82111,28.8385],[-80.81774,28.84068],[-80.56622,28.48867],[-80.61691,28.434],[-80.63539,28.43741],[-80.63701,28.4121],[-80.64059,28.40838],[-80.63733,28.40663],[-80.6485,28.2291],[-80.65499,28.22777],[-80.46482,27.80222],[-80.4623,27.80351],[-80.22818,27.21234],[-80.22502,27.21384],[-80.08445,26.85127],[-80.08065,26.61338],[-80.08374,26.61412],[-80.19008,25.64818]],[[-82.94911,24.61802],[-82.78343,24.61001],[-82.78001,24.65904],[-82.94634,24.66699],[-82.94911,24.61802]],[[-82.18884,24.52613],[-82.0686,24.55609],[-82.08318,24.60321],[-82.20551,24.57156],[-82.18884,24.52613]],[[-82.03459,24.50707],[-81.67633,24.5574],[-81.4951,24.62513],[-81.48782,24.59139],[-81.02734,24.69725],[-80.57058,24.91485],[-80.30765,25.21176],[-80.13433,25.5366],[-80.18496,25.55868],[-80.36012,25.23115],[-80.60408,24.95425],[-81.04425,24.74493],[-81.29059,24.68766],[-81.29329,24.71216],[-81.46027,24.68199],[-81.4623,24.69118],[-81.69185,24.60414],[-82.04222,24.55524],[-82.03459,24.50707]],[[-80.37751,25.50173],[-80.35191,25.49451],[-80.329,25.48062],[-80.17755,25.76589],[-80.20357,25.77316],[-80.22618,25.78708],[-80.37751,25.50173]],[[-74.97892,38.88659],[-73.50282,39.49468],[-74.14912,39.71127],[-74.17411,39.72675],[-74.39466,39.43188],[-74.3918,39.43097],[-74.55683,39.32622],[-74.57407,39.33837],[-74.85661,39.00456],[-74.84029,38.9987],[-75.0083,38.93015],[-74.97892,38.88659]]],"terms_url":"https://www.ngs.noaa.gov/","terms_text":"NOAA National Geodetic Survey","icon":"https://www.noaa.gov/themes/custom/noaa_guswds/images/noaa_digital_logo.svg"},{"id":"NOAA_East_2024","name":"NOAA NGS East Coast Imagery (2024)","type":"tms","template":"https://stormscdn.ngs.noaa.gov/ec2401a-ob-n/{zoom}/{x}/{y}","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.8084,32.0873],[-77.91923,33.87786],[-78.22579,33.96528],[-78.22893,33.95108],[-78.49298,33.91177],[-78.4934,33.91309],[-78.49896,33.91085],[-78.54027,33.90456],[-78.53679,33.896],[-78.89307,33.75332],[-78.88661,33.74533],[-79.17111,33.45306],[-79.15967,33.44742],[-79.23247,33.21198],[-79.2197,33.21092],[-79.36689,33.04703],[-79.52839,33.04938],[-79.55,33.05834],[-79.57113,33.07519],[-79.72586,32.88787],[-79.70254,32.87818],[-79.96055,32.71749],[-79.93967,32.69989],[-79.93354,32.69016],[-80.10743,32.60576],[-80.10973,32.60784],[-80.12279,32.63019],[-80.48645,32.41555],[-80.46633,32.39767],[-80.45508,32.37845],[-80.62148,32.28275],[-80.63145,32.29491],[-80.93619,32.0486],[-80.9132,32.03341],[-80.89652,32.01325],[-80.8084,32.0873]],[[-80.19008,25.64818],[-79.76694,25.59755],[-80.83889,32.05969],[-81.19367,31.72038],[-81.16888,31.70664],[-81.15447,31.69189],[-81.35805,31.28939],[-81.33014,31.2832],[-81.3142,31.27456],[-81.48674,31.00557],[-81.45945,30.99696],[-81.44121,30.98525],[-81.49885,30.69743],[-81.47758,30.69709],[-81.45251,30.37929],[-81.4464,30.38045],[-81.33361,29.89256],[-81.32908,29.89401],[-81.13658,29.39372],[-81.14859,29.39011],[-80.82111,28.8385],[-80.81774,28.84068],[-80.56622,28.48867],[-80.61691,28.434],[-80.63539,28.43741],[-80.63701,28.4121],[-80.64059,28.40838],[-80.63733,28.40663],[-80.6485,28.2291],[-80.65499,28.22777],[-80.46482,27.80222],[-80.4623,27.80351],[-80.22818,27.21234],[-80.22502,27.21384],[-80.08445,26.85127],[-80.08065,26.61338],[-80.08374,26.61412],[-80.19008,25.64818]],[[-82.94911,24.61802],[-82.78343,24.61001],[-82.78001,24.65904],[-82.94634,24.66699],[-82.94911,24.61802]],[[-82.18884,24.52613],[-82.0686,24.55609],[-82.08318,24.60321],[-82.20551,24.57156],[-82.18884,24.52613]],[[-81.06393,24.73505],[-81.0389,24.69141],[-80.57058,24.91485],[-80.30765,25.21176],[-80.13433,25.5366],[-80.18496,25.55868],[-80.36012,25.23115],[-80.60408,24.95425],[-81.06393,24.73505]],[[-80.37751,25.50173],[-80.35191,25.49451],[-80.329,25.48062],[-80.17755,25.76589],[-80.20357,25.77316],[-80.22618,25.78708],[-80.37751,25.50173]],[[-74.97892,38.88659],[-73.50282,39.49468],[-74.30679,39.48581],[-74.55683,39.32622],[-74.57407,39.33837],[-74.85661,39.00456],[-74.84029,38.9987],[-75.0083,38.93015],[-74.97892,38.88659]],[[-77.54408,34.47281],[-77.33729,34.21391],[-70.45967,37.19669],[-75.14638,38.83242],[-75.08983,38.46561],[-75.18754,38.1862],[-75.37292,37.93282],[-75.3809,37.93526],[-75.40505,37.95034],[-75.68154,37.56827],[-75.65735,37.5608],[-75.90054,37.13537],[-75.93505,37.16392],[-76.18096,36.96001],[-76.35289,36.99072],[-76.36584,36.94303],[-76.04722,36.88674],[-75.92763,36.58971],[-75.79701,36.16301],[-75.78925,36.1657],[-75.49187,35.61865],[-75.55796,35.25482],[-75.76482,35.22317],[-75.77214,35.23679],[-76.04435,35.0893],[-76.04846,35.09468],[-76.36748,34.87007],[-76.3738,34.8745],[-76.51661,34.68552],[-76.73392,34.74592],[-76.73388,34.74751],[-76.73765,34.74692],[-76.74679,34.74956],[-76.74769,34.7454],[-77.04066,34.69971],[-77.04837,34.71544],[-77.10286,34.68995],[-77.11116,34.68882],[-77.11009,34.68639],[-77.54408,34.47281]],[[-81.49237,24.67627],[-81.48136,24.62823],[-81.28098,24.66408],[-81.29159,24.71246],[-81.49237,24.67627]],[[-82.04248,24.55561],[-82.03367,24.50716],[-81.64852,24.56107],[-81.65652,24.60913],[-82.04248,24.55561]]],"terms_url":"https://www.ngs.noaa.gov/","terms_text":"NOAA National Geodetic Survey","icon":"https://www.noaa.gov/themes/custom/noaa_guswds/images/noaa_digital_logo.svg"},{"id":"NOAA_Gulf_East_2023","name":"NOAA NGS Gulf Coast Imagery, East (2023)","type":"tms","template":"https://stormscdn.ngs.noaa.gov/gc2301b-ob-n/{zoom}/{x}/{y}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-89.58523,30.14068],[-89.38783,30.18917],[-88.87071,30.17048],[-80.9951,25.05374],[-80.96416,25.14701],[-81.13386,25.16838],[-81.11218,25.31687],[-81.08914,25.33088],[-81.06334,25.33793],[-81.06937,25.35506],[-81.33274,25.85138],[-81.32715,25.86031],[-81.70978,25.98455],[-81.75503,26.11073],[-81.75256,26.11065],[-81.78775,26.27396],[-81.78575,26.27575],[-81.76202,26.28748],[-81.80033,26.33187],[-81.80615,26.35868],[-81.81988,26.35429],[-81.95269,26.50665],[-81.96213,26.5283],[-82.11643,26.44638],[-82.26357,26.79853],[-82.24261,26.80475],[-82.53933,27.32436],[-82.55407,27.31485],[-82.7285,27.59172],[-82.67995,27.60821],[-82.80551,27.88375],[-82.7487,28.14102],[-82.76027,28.14144],[-82.61692,28.4804],[-82.61721,28.47699],[-82.58951,28.47904],[-82.56273,28.47369],[-82.53082,28.87255],[-82.54857,28.87133],[-82.65777,28.94512],[-82.77501,29.20596],[-82.79925,29.19351],[-82.81273,29.19078],[-82.95287,29.21578],[-82.9604,29.22043],[-82.97782,29.23941],[-83.0337,29.18625],[-83.16857,29.40488],[-83.16392,29.40885],[-83.17558,29.41622],[-83.18874,29.43738],[-83.19855,29.43092],[-83.35071,29.5284],[-83.37293,29.66452],[-83.3584,29.68117],[-83.53008,29.75774],[-83.66032,29.95794],[-83.68267,29.94261],[-83.68731,29.94105],[-83.99707,30.1293],[-83.99689,30.1353],[-84.00539,30.13427],[-84.02025,30.14326],[-84.02671,30.13173],[-84.18158,30.11306],[-84.18649,30.12816],[-84.42584,30.0338],[-84.41039,30.01303],[-84.40317,29.9899],[-84.91602,29.76308],[-84.91391,29.76019],[-85.26886,29.71667],[-85.30483,29.91208],[-85.32343,29.90696],[-85.7974,30.2173],[-85.79494,30.2203],[-85.8112,30.22643],[-85.82719,30.23686],[-85.82927,30.23339],[-86.24721,30.39149],[-86.24575,30.39523],[-86.26152,30.39682],[-86.27267,30.4011],[-86.27359,30.39821],[-86.64257,30.43671],[-86.6425,30.43879],[-86.65103,30.43769],[-86.67596,30.44021],[-86.67576,30.43434],[-87.23197,30.3586],[-87.23256,30.36891],[-87.69022,30.2897],[-87.88308,30.44253],[-87.89301,30.63455],[-87.8886,30.63322],[-87.88415,30.65711],[-87.87195,30.67866],[-88.06529,30.73223],[-88.06974,30.70813],[-88.08218,30.68608],[-88.07094,30.68298],[-88.16792,30.35575],[-88.23735,30.40398],[-88.24028,30.40925],[-88.2447,30.4331],[-88.26981,30.42646],[-88.28621,30.43786],[-88.29935,30.41866],[-88.50276,30.36385],[-88.49825,30.35571],[-89.03375,30.43468],[-89.03428,30.41263],[-89.30698,30.33525],[-89.32213,30.3558],[-89.49565,30.22604],[-89.48268,30.21646],[-89.60068,30.18707],[-89.58894,30.16489],[-89.58523,30.14068]]],"terms_url":"https://www.ngs.noaa.gov/","terms_text":"NOAA National Geodetic Survey","icon":"https://www.noaa.gov/themes/custom/noaa_guswds/images/noaa_digital_logo.svg"},{"id":"NOAA_Gulf_West_2023","name":"NOAA NGS Gulf Coast Imagery, West (2023)","type":"tms","template":"https://stormscdn.ngs.noaa.gov/gc2301a-ob-n/{zoom}/{x}/{y}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-97.34884,25.9418],[-89.50436,29.19867],[-89.47812,29.24122],[-89.59073,29.29565],[-89.58425,29.32633],[-89.86389,29.34886],[-90.33062,29.07066],[-90.55711,29.12303],[-90.56366,29.09],[-90.82027,29.08843],[-90.93984,29.20748],[-90.95107,29.19554],[-91.23947,29.25772],[-91.36848,29.37672],[-91.38491,29.35806],[-91.40819,29.34374],[-91.73821,29.47947],[-92.00639,29.59385],[-91.98142,29.59994],[-91.99286,29.6224],[-91.99624,29.64669],[-92.29904,29.57291],[-92.63343,29.62731],[-93.19978,29.82695],[-93.20522,29.8067],[-93.52865,29.80418],[-93.52963,29.81365],[-93.88093,29.73226],[-93.87462,29.71908],[-94.19851,29.67594],[-94.82189,29.39237],[-94.79608,29.34958],[-94.7456,29.37259],[-95.34417,28.9563],[-95.32794,28.94245],[-96.49401,28.37551],[-96.47726,28.35614],[-96.47489,28.35041],[-96.84058,28.1314],[-96.93577,28.02131],[-97.02106,28.05517],[-97.041,28.0714],[-97.23587,27.80588],[-97.27213,27.72268],[-97.45424,27.29669],[-97.49096,27.04034],[-97.48802,27.04026],[-97.48663,26.57795],[-97.46643,26.58075],[-97.30312,26.16493],[-97.32519,26.18192],[-97.33922,26.16116],[-97.36009,26.14493],[-97.2376,26.05074],[-97.37417,25.98459],[-97.35788,25.96481],[-97.34884,25.9418]],[[-90.01681,29.69132],[-89.47976,29.30049],[-89.46478,29.32088],[-89.45427,29.32913],[-89.27012,29.15124],[-89.47173,28.89367],[-89.09185,28.96035],[-89.21957,29.1228],[-88.98236,29.17352],[-88.99386,29.22086],[-89.07165,29.20413],[-89.20067,29.41871],[-88.88907,29.66076],[-88.78779,29.94613],[-88.86365,30.08899],[-88.91471,30.06853],[-88.85721,29.96073],[-88.92526,29.6991],[-89.28866,29.42122],[-89.1277,29.19254],[-89.21737,29.17252],[-89.45335,29.39954],[-89.46963,29.38187],[-89.48878,29.36967],[-89.93948,29.69302],[-89.98159,29.72912],[-89.99587,29.70797],[-90.01681,29.69132]],[[-89.69567,29.84974],[-89.37131,29.64959],[-89.35906,29.67079],[-89.33906,29.68862],[-89.6639,29.88883],[-89.67669,29.86666],[-89.69567,29.84974]]],"terms_url":"https://www.ngs.noaa.gov/","terms_text":"NOAA National Geodetic Survey","icon":"https://www.noaa.gov/themes/custom/noaa_guswds/images/noaa_digital_logo.svg"},{"id":"NOAA_PR_USVI_2024","name":"NOAA NGS PR/USVI Coastal Imagery (2024)","type":"tms","template":"https://stormscdn.ngs.noaa.gov/cb2401a-ob-n/{zoom}/{x}/{y}","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-67.51136,17.9866],[-67.20831,17.9398],[-67.14931,18.22683],[-67.14638,18.22852],[-67.17751,18.26587],[-67.16429,18.27514],[-67.20219,18.31854],[-67.21456,18.30806],[-67.25247,18.35359],[-67.12981,18.40664],[-67.13982,18.42454],[-67.15684,18.48099],[-67.08232,18.5069],[-66.88664,18.46205],[-66.88579,18.47235],[-66.88383,18.47691],[-66.77929,18.47605],[-66.78009,18.46001],[-66.67789,18.45887],[-66.67829,18.47501],[-66.53902,18.47358],[-66.54072,18.45816],[-66.42972,18.4573],[-66.42952,18.47287],[-66.32035,18.47225],[-66.32128,18.46994],[-66.07651,18.41749],[-66.07061,18.44892],[-65.98163,18.42984],[-65.98043,18.44778],[-65.82869,18.41569],[-65.83389,18.39973],[-65.69917,18.37086],[-65.63796,18.67548],[-67.49535,18.64794],[-67.51136,17.9866]],[[-65.58091,18.31383],[-65.51099,18.3657],[-65.59847,18.4075],[-65.58091,18.31383]],[[-65.27868,18.34027],[-65.22343,18.29637],[-65.20801,18.31404],[-65.26336,18.35813],[-65.27868,18.34027]],[[-65.59742,18.21391],[-65.5739,18.21177],[-65.5683,18.27418],[-65.59182,18.27617],[-65.59742,18.21391]],[[-65.82603,18.05134],[-65.80374,18.04257],[-65.75787,18.1491],[-65.78009,18.15785],[-65.82603,18.05134]],[[-66.1735,17.97665],[-66.27184,17.95661],[-66.35496,17.99839],[-66.36622,17.97828],[-66.36154,17.97593],[-66.38744,17.95878],[-66.5047,18.01708],[-66.50856,18.00609],[-66.51306,18.00028],[-66.60294,17.97584],[-66.60314,17.977],[-66.60154,17.98852],[-66.6922,17.98603],[-66.69255,18.0033],[-66.73264,18.00259],[-66.73254,18.01887],[-66.81436,18.0163],[-66.81311,18.00078],[-66.82547,17.99988],[-66.82327,17.9717],[-66.94038,17.93799],[-67.01885,17.99455],[-67.03327,17.97722],[-66.94719,17.91456],[-66.16166,17.92371],[-66.1735,17.97665]]],"terms_url":"https://www.ngs.noaa.gov/","terms_text":"NOAA National Geodetic Survey","icon":"https://www.noaa.gov/themes/custom/noaa_guswds/images/noaa_digital_logo.svg"},{"id":"NOAA_NGS_70701_RGB","name":"NOAA NGS Sitka Imagery (2023)","type":"tms","template":"https://tile.intrinsical.de/imagery/NOAA_NGS/70701/RGB/{zoom}/{x}/{y}","category":"photo","endDate":"2023-05-05T00:00:00.000Z","startDate":"2023-05-05T00:00:00.000Z","zoomExtent":[14,19],"polygon":[[[-135.40372,57.06238],[-135.40802,57.0412],[-135.34847,57.03771],[-135.32715,57.0171],[-135.29342,57.02761],[-135.30122,57.03507],[-135.24988,57.03191],[-135.24692,57.05312],[-135.32485,57.05753],[-135.37519,57.10619],[-135.35082,57.14979],[-135.38415,57.15635],[-135.40027,57.13121],[-135.434,57.12075],[-135.41683,57.10401],[-135.42704,57.0868],[-135.39231,57.08055],[-135.37169,57.06036],[-135.40372,57.06238]]],"terms_url":"https://www.ngs.noaa.gov/","terms_text":"NOAA National Geodetic Survey","icon":"https://www.noaa.gov/themes/custom/noaa_guswds/images/noaa_digital_logo.svg"},{"id":"NOAA_West_2023","name":"NOAA NGS West Coast Imagery (2023)","type":"tms","template":"https://stormscdn.ngs.noaa.gov/wc2301a-ob-n/{zoom}/{x}/{y}","category":"photo","endDate":"2023-02-06T00:00:00.000Z","startDate":"2023-01-25T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-117.16033,32.52547],[-117.12444,32.52969],[-117.12339,32.53009],[-117.10747,32.53242],[-117.10608,32.5332],[-117.10087,32.53394],[-117.09806,32.53351],[-117.09676,32.53371],[-117.09594,32.53437],[-117.09407,32.5349],[-117.09175,32.53519],[-117.09093,32.53502],[-117.08985,32.53509],[-117.08959,32.53535],[-117.0884,32.53547],[-117.0871,32.53535],[-117.09476,32.55807],[-117.09459,32.58256],[-117.099,32.58185],[-117.0994,32.58413],[-117.09755,32.58434],[-117.10078,32.6063],[-117.1017,32.60607],[-117.10248,32.61195],[-117.10333,32.61185],[-117.10403,32.61785],[-117.10484,32.61767],[-117.10562,32.62359],[-117.10623,32.62347],[-117.10705,32.62941],[-117.10745,32.6293],[-117.10783,32.63216],[-117.10149,32.64853],[-117.08544,32.66837],[-117.22711,32.72768],[-117.22853,32.74167],[-117.22817,32.74464],[-117.23058,32.80172],[-117.23303,32.82137],[-117.2326,32.82265],[-117.23188,32.82325],[-117.23242,32.83991],[-117.23359,32.84416],[-117.23288,32.84739],[-117.23413,32.85903],[-117.23413,32.85916],[-117.21322,32.86114],[-117.21927,32.87834],[-117.21757,32.87852],[-117.21858,32.8816],[-117.21846,32.88181],[-117.21868,32.88195],[-117.21886,32.8825],[-117.21885,32.8829],[-117.21866,32.88346],[-117.22241,32.89386],[-117.22241,32.89725],[-117.23937,32.9443],[-117.24207,32.94976],[-117.24478,32.95845],[-117.25187,32.9819],[-117.25211,32.98196],[-117.25385,32.9856],[-117.25682,32.99529],[-117.25988,33.0019],[-117.27524,33.04811],[-117.27485,33.0487],[-117.28166,33.06939],[-117.286,33.08687],[-117.29147,33.10436],[-117.27033,33.11336],[-117.27468,33.11922],[-117.29424,33.14236],[-117.29607,33.14425],[-117.29597,33.14524],[-117.30178,33.15237],[-117.3057,33.15615],[-117.30563,33.15698],[-117.30653,33.15768],[-117.31669,33.16936],[-117.31684,33.16931],[-117.31799,33.17073],[-117.31818,33.17134],[-117.32248,33.17678],[-117.32434,33.17958],[-117.33043,33.18645],[-117.32824,33.18766],[-117.3331,33.1921],[-117.33239,33.19251],[-117.33652,33.19705],[-117.33594,33.19739],[-117.33795,33.19993],[-117.34029,33.20203],[-117.3395,33.20238],[-117.34274,33.20511],[-117.34301,33.20505],[-117.3447,33.20624],[-117.34512,33.20662],[-117.34444,33.20697],[-117.34733,33.20958],[-117.34839,33.21159],[-117.34782,33.2119],[-117.35239,33.21634],[-117.35208,33.21652],[-117.35672,33.2209],[-117.35655,33.22103],[-117.35949,33.22314],[-117.3675,33.23144],[-117.36834,33.23162],[-117.4467,33.30885],[-117.52847,33.37972],[-117.52805,33.38174],[-117.54484,33.39921],[-117.55167,33.40289],[-117.561,33.4159],[-117.58925,33.43996],[-117.58932,33.44108],[-117.59749,33.44911],[-117.59768,33.44992],[-117.60363,33.45698],[-117.61533,33.46574],[-117.61917,33.47112],[-117.63049,33.45939],[-117.63261,33.46136],[-117.63808,33.46567],[-117.64633,33.46883],[-117.64866,33.47137],[-117.65359,33.47387],[-117.65658,33.47689],[-117.65921,33.47774],[-117.66526,33.48382],[-117.68481,33.49575],[-117.68846,33.49668],[-117.69831,33.50327],[-117.70801,33.51077],[-117.71144,33.51187],[-117.71525,33.51509],[-117.72138,33.51843],[-117.72544,33.51999],[-117.75291,33.53745],[-117.75644,33.5413],[-117.75847,33.54211],[-117.75971,33.54385],[-117.76148,33.54407],[-117.76389,33.54523],[-117.76501,33.54711],[-117.76995,33.54899],[-117.77139,33.55252],[-117.81739,33.58144],[-117.82105,33.58216],[-117.82706,33.58649],[-117.83758,33.59252],[-117.84681,33.59964],[-117.85006,33.60168],[-117.85316,33.60501],[-117.85461,33.60537],[-117.88231,33.62448],[-117.92682,33.65367],[-117.92752,33.65262],[-117.95244,33.6702],[-117.95182,33.67063],[-118.12797,33.79169],[-118.12935,33.79844],[-118.13529,33.79673],[-118.15731,33.81171],[-118.17235,33.79083],[-118.18113,33.78417],[-118.25623,33.76208],[-118.25653,33.7635],[-118.29474,33.75247],[-118.3159,33.74452],[-118.31979,33.74306],[-118.33358,33.73788],[-118.34776,33.73614],[-118.37885,33.78213],[-118.36433,33.78962],[-118.33626,33.79585],[-118.46028,34.02479],[-118.465,34.04501],[-118.46244,34.06775],[-118.80643,34.05228],[-119.15596,34.14266],[-119.25271,34.27409],[-119.2428,34.28471],[-119.27375,34.29749],[-119.28921,34.32416],[-119.30205,34.31518],[-119.61472,34.46141],[-119.62445,34.44337],[-119.63324,34.43457],[-119.83727,34.4368],[-119.83567,34.43917],[-120.00119,34.48497],[-120.00012,34.50024],[-120.44112,34.48446],[-120.59645,34.58812],[-120.58745,34.89884],[-120.61064,34.89698],[-120.62216,34.89898],[-120.59438,35.158],[-120.62279,35.15589],[-120.64926,35.1603],[-120.65089,35.15692],[-120.8228,35.23477],[-120.82199,35.23919],[-120.86179,35.25555],[-120.84717,35.29866],[-120.83986,35.28916],[-120.81874,35.30087],[-120.78949,35.30904],[-120.90314,35.4908],[-120.92627,35.47684],[-120.94834,35.47143],[-121.22586,35.70394],[-121.24251,35.68674],[-121.35886,35.85141],[-121.38001,35.8418],[-121.53141,36.04948],[-121.54542,36.04083],[-121.61837,36.14204],[-121.61247,36.14796],[-121.63157,36.16034],[-121.63541,36.16283],[-121.75668,36.24138],[-121.75685,36.2466],[-121.86192,36.31039],[-121.91851,36.51049],[-121.89613,36.51401],[-121.92774,36.58474],[-121.93132,36.59719],[-121.91951,36.59671],[-121.88396,36.58723],[-121.88575,36.58071],[-121.85605,36.57799],[-121.82957,36.56865],[-121.7966,36.66491],[-121.77969,36.66031],[-121.78153,36.68821],[-121.78852,36.68775],[-121.75139,36.7969],[-121.75098,36.79718],[-121.72319,36.80652],[-121.88447,37.0187],[-121.90304,37.006],[-122.09836,36.97646],[-122.36717,37.18642],[-122.36657,37.35886],[-122.36155,37.36007],[-122.36715,37.37018],[-122.36727,37.38345],[-122.37241,37.38298],[-122.45439,37.53904],[-122.46798,37.53338],[-122.47794,37.56151],[-122.47354,37.56622],[-122.47486,37.5943],[-122.44934,37.59377],[-122.46665,37.82069],[-122.49259,37.81534],[-122.48247,37.8237],[-122.73805,37.96295],[-122.87996,38.04585],[-122.88143,38.05448],[-122.89173,38.05228],[-122.89763,38.05572],[-122.90118,38.0502],[-122.96783,38.03617],[-122.90855,38.17568],[-122.73381,37.96309],[-122.71137,37.97933],[-122.70342,37.98212],[-122.70123,37.98076],[-122.69314,37.98522],[-122.68697,37.98802],[-122.68167,37.9894],[-122.68223,37.99097],[-122.68423,37.99156],[-122.6793,37.99519],[-122.67114,37.99873],[-122.65342,38.00706],[-122.64835,38.01059],[-122.64337,38.01232],[-122.64112,38.00967],[-122.63071,38.01698],[-122.62232,38.02061],[-122.62337,38.02254],[-122.61757,38.02722],[-122.60996,38.02975],[-122.60814,38.02744],[-122.59956,38.03266],[-122.58707,38.0368],[-122.58989,38.03941],[-122.58618,38.04241],[-122.57916,38.04485],[-122.57684,38.04307],[-122.5681,38.04931],[-122.55759,38.0525],[-122.56,38.05454],[-122.55378,38.05847],[-122.5494,38.05957],[-122.54642,38.05722],[-122.53706,38.06372],[-122.52302,38.06855],[-122.52554,38.07164],[-122.52251,38.07348],[-122.49172,38.08457],[-122.75888,38.41367],[-122.78358,38.39639],[-122.78774,38.39472],[-122.79016,38.39763],[-122.8009,38.39008],[-122.8143,38.38528],[-122.81177,38.38228],[-122.81518,38.38022],[-122.81972,38.37856],[-122.82212,38.38128],[-122.83261,38.37379],[-122.8446,38.36953],[-122.84233,38.36694],[-122.84668,38.36397],[-122.85157,38.36239],[-122.85364,38.36513],[-122.86378,38.35778],[-122.87502,38.35372],[-122.87228,38.35143],[-122.87781,38.34794],[-122.88293,38.3464],[-122.88572,38.34859],[-122.89588,38.34187],[-122.9074,38.33763],[-122.9054,38.33487],[-122.90956,38.33225],[-122.91428,38.33067],[-122.91685,38.3333],[-122.92668,38.32652],[-122.94009,38.32168],[-122.93798,38.31869],[-122.94092,38.31664],[-122.94455,38.31525],[-122.94693,38.31828],[-122.95802,38.31048],[-122.97096,38.30575],[-122.96847,38.30294],[-122.97218,38.30069],[-122.98351,38.33071],[-123.0094,38.32116],[-123.02624,38.31896],[-123.08626,38.42191],[-123.09324,38.4407],[-123.10955,38.46368],[-123.13051,38.49923],[-123.1496,38.4903],[-123.361,38.61778],[-123.35206,38.62237],[-123.7047,38.94996],[-123.6582,39.02427],[-123.65756,39.03061],[-123.64765,39.03645],[-123.64445,39.04937],[-123.66732,39.0567],[-123.80258,39.36822],[-123.75694,39.5928],[-123.75646,39.60856],[-123.73637,39.61156],[-123.74937,39.63659],[-123.74451,39.66201],[-123.75953,39.66268],[-123.86214,39.86911],[-123.86333,39.88059],[-123.87501,39.87505],[-123.90767,39.91305],[-123.96709,39.96763],[-123.98266,39.99052],[-123.98648,39.98954],[-123.99855,39.99709],[-124.0987,40.10734],[-124.10445,40.10881],[-124.11113,40.11982],[-124.11833,40.12087],[-124.12432,40.12467],[-124.13015,40.13777],[-124.13992,40.14157],[-124.14523,40.15388],[-124.15517,40.15637],[-124.1586,40.16331],[-124.16613,40.16946],[-124.18824,40.15362],[-124.31896,40.25978],[-124.39016,40.46051],[-124.05364,41.02637],[-124.08292,41.0327],[-124.10273,41.04239],[-124.12156,41.08919],[-124.13432,41.14439],[-124.11431,41.13892],[-124.00842,41.52401],[-124.0305,41.52465],[-124.17653,41.80523],[-124.19984,41.79497],[-124.16338,42.06947],[-124.19324,42.06865],[-124.22272,42.07456],[-124.22571,42.04923],[-124.32659,42.11253],[-124.41018,42.35228],[-124.3737,42.59734],[-124.3488,42.60407],[-124.51214,42.81972],[-124.50129,42.81638],[-124.32894,43.33849],[-124.29943,43.32941],[-124.14999,43.72519],[-123.96792,45.15942],[-123.95073,45.33827],[-123.92906,45.33563],[-123.93291,45.96498],[-123.91168,45.97194],[-123.88169,45.97573],[-124.00443,46.27937],[-124.02319,46.2731],[-124.03581,46.77081],[-124.06488,46.76757],[-124.1215,46.98134],[-124.13084,46.97911],[-124.19331,47.31969],[-124.22485,47.31353],[-124.24909,47.31405],[-124.44229,47.83779],[-124.47446,47.8286],[-124.48546,47.82762],[-124.62672,47.94914],[-124.68299,48.22379],[-124.64755,48.22345],[-124.65144,48.29495],[-124.65976,48.35204],[-124.66898,48.37013],[-124.66826,48.37686],[-123.91224,48.12033],[-123.90407,48.13439],[-123.16238,48.10451],[-123.1656,48.12838],[-123.16445,48.1339],[-122.98682,48.05065],[-122.97705,48.06441],[-122.6963,48.12785],[-122.7135,48.14984],[-122.71983,48.17449],[-122.99122,48.11077],[-123.16085,48.19136],[-124.79395,48.45881],[-124.76356,39.57719],[-122.8263,37.65479],[-121.71363,34.40769],[-117.16033,32.52547]],[[-122.55505,38.3755],[-122.53461,38.3945],[-122.53138,38.39163],[-122.5216,38.40148],[-122.51009,38.40781],[-122.51317,38.40983],[-122.51154,38.4118],[-122.5079,38.41377],[-122.50701,38.4132],[-122.50561,38.41141],[-122.4982,38.41864],[-122.49342,38.4216],[-122.4868,38.42414],[-122.49118,38.42535],[-122.48772,38.42855],[-122.48521,38.42959],[-122.48234,38.42707],[-122.47589,38.43367],[-122.46836,38.44137],[-122.46823,38.4415],[-122.46442,38.44459],[-122.46098,38.44596],[-122.4581,38.44391],[-122.44966,38.45081],[-122.43547,38.4578],[-122.42587,38.46672],[-122.41166,38.47407],[-122.40182,38.48335],[-122.39286,38.4877],[-122.38908,38.49],[-122.39268,38.49234],[-122.39084,38.49381],[-122.38843,38.49045],[-122.37833,38.49975],[-122.36581,38.50636],[-122.36819,38.50838],[-122.36834,38.50928],[-122.36735,38.50986],[-122.36377,38.50795],[-122.35725,38.51288],[-122.35445,38.51675],[-122.34862,38.519],[-122.3436,38.52217],[-122.34552,38.52489],[-122.31992,38.53853],[-122.34644,38.56251],[-122.35191,38.56441],[-122.36848,38.5801],[-122.382,38.59803],[-122.48732,38.69027],[-122.50093,38.69662],[-122.51767,38.71671],[-122.52781,38.7257],[-122.52988,38.72647],[-122.53075,38.72851],[-122.5511,38.7445],[-122.55621,38.75033],[-122.56818,38.75947],[-122.57354,38.76677],[-122.62183,38.80994],[-122.63032,38.81499],[-122.6373,38.82223],[-122.64393,38.82497],[-122.64729,38.83078],[-122.66249,38.84149],[-122.66892,38.849],[-122.68556,38.85945],[-122.68844,38.85945],[-122.69044,38.86179],[-122.70319,38.85064],[-122.70596,38.84745],[-122.73229,38.83017],[-122.73525,38.83359],[-122.75256,38.81508],[-122.77605,38.80473],[-122.77423,38.80135],[-122.77837,38.7982],[-122.78231,38.79647],[-122.78316,38.79867],[-122.78917,38.7935],[-122.79781,38.78911],[-122.79673,38.78773],[-122.79496,38.78821],[-122.79465,38.78761],[-122.79943,38.78328],[-122.80637,38.77859],[-122.8093,38.77745],[-122.81015,38.77841],[-122.81338,38.77541],[-122.81924,38.77294],[-122.81847,38.77168],[-122.82438,38.76684],[-122.82923,38.76409],[-122.8327,38.76466],[-122.8394,38.75844],[-122.84416,38.75636],[-122.84346,38.75466],[-122.84755,38.75087],[-122.85218,38.74889],[-122.85516,38.75081],[-122.86218,38.74304],[-122.87258,38.73895],[-122.87078,38.73627],[-122.87348,38.73461],[-122.87708,38.73582],[-122.88666,38.72813],[-122.90178,38.721],[-122.89855,38.71835],[-122.9241,38.70503],[-122.55505,38.3755]]],"terms_url":"https://www.ngs.noaa.gov/","terms_text":"NOAA National Geodetic Survey","icon":"https://www.noaa.gov/themes/custom/noaa_guswds/images/noaa_digital_logo.svg"},{"id":"kelkkareitit","name":"Nordic snowmobile overlay","type":"tms","template":"https://tiles.kelkkareitit.fi/kelkkareitit/{zoom}/{x}/{y}.png","zoomExtent":[3,18],"polygon":[[[27.53173,60.21799],[31.35496,62.51233],[31.63513,62.90773],[30.09154,64.91889],[30.21239,65.87473],[29.13573,66.90422],[30.19041,67.67609],[28.70726,68.42748],[29.02587,68.9505],[31.04735,69.53452],[31.78344,70.44784],[28.32274,71.32192],[23.76342,71.29023],[17.1826,69.99806],[12.10691,68.01581],[9.97556,64.85828],[4.13084,61.95963],[4.57029,59.00664],[6.21826,57.95859],[8.14086,57.8506],[10.41502,58.75682],[12.63702,56.0383],[12.7716,55.25095],[14.2932,55.19769],[18.58886,56.84297],[20.69823,59.3444],[27.53173,60.21799]]],"terms_url":"https://kelkkareitit.fi/","terms_text":"© Kelkkareitit.fi","description":"Kelkkareitit.fi snowmobile trails from OSM (Nordic coverage)","icon":"https://kelkkareitit.fi/img/favicon.png","overlay":true},{"id":"Los_Alamos_NAIP_CIR_2022","name":"Northern New Mexico NAIP 2022 (Infrared)","type":"wms","template":"https://gis.losalamosnm.us/securegis/rest/services/imagery/Orthoimagery_pictometry_3in_2022/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-107.1974,35.21937],[-106.24479,35.21541],[-106.23782,34.9969],[-105.23502,34.99479],[-105.23502,35.17266],[-103.61977,35.18421],[-103.62228,35.42252],[-103.72319,35.4226],[-103.97823,35.80326],[-104.30773,35.80202],[-104.43902,36.26927],[-105.29487,36.30523],[-105.22021,36.99515],[-107.42123,36.99995],[-107.61101,36.80074],[-107.62588,36.00055],[-107.30997,35.99851],[-107.30654,35.30224],[-107.23819,35.30346],[-107.1974,35.21937]]],"terms_url":"https://www.losalamosnm.us/Services/Property-and-Taxes/GIS-and-Maps/Geographic-Information-System-Services","terms_text":"Los Alamos County GIS Services","description":"2-foot color infrared orthoimagery captured in 2022 for the state of New Mexico","icon":"https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_6435726/Templates/Images/logo.png"},{"id":"geovekst-nib","name":"Norway Orthophoto","type":"tms","template":"https://waapi.webatlas.no/maptiles/tiles/webatlas-orto-newup/wa_grid/{zoom}/{x}/{y}.jpeg?api_key=b8e36d51-119a-423b-b156-d744d54123d5","category":"photo","zoomExtent":[0,21],"polygon":[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],"terms_url":"https://www.norgeibilder.no","terms_text":"© Geovekst","best":true,"description":"Norwegian orthophotos (max zoom 21), courtesy of Geovekst and Norkart.","icon":"https://register.geonorge.no/data/organizations/_L_norgeibilder96x96.png"},{"id":"geovekst-nib2","name":"Norway Orthophoto (more recent, less zoom)","type":"tms","template":"https://opencache{switch:,2,3}.statkart.no/gatekeeper/gk/gk.open_nib_web_mercator_wmts_v2?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=Nibcache_web_mercator_v2&STYLE=default&FORMAT=image/jpgpng&tileMatrixSet=default028mm&tileMatrix={zoom}&tileRow={y}&tileCol={x}","category":"photo","zoomExtent":[0,19],"polygon":[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],"terms_url":"https://www.norgeibilder.no","terms_text":"© Geovekst","best":true,"description":"Most recent Norwegian orthophotos (max zoom 19), courtesy of Geovekst and Kartverket.","icon":"https://register.geonorge.no/data/organizations/_L_norgeibilder96x96.png"},{"id":"npd-offshore","name":"NPD Offshore Installations overlay","type":"wms","template":"https://factmaps.npd.no/arcgis/services/FactMaps_ogc/3_0_WGS84_z32/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=30,55,58&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[6,20],"polygon":[[[8.51989,57.6454],[5.7678,58.85355],[5.38328,61.92862],[12.12888,64.81157],[16.25974,68.58447],[23.97215,70.47356],[32.06909,70.27429],[36.99989,73.68633],[36.99371,74.50155],[14.99771,74.50082],[1.36226,67.01603],[-0.49061,63.88725],[1.78802,61.35659],[1.98303,60.31063],[1.48178,58.42936],[1.96321,57.90482],[2.61185,56.59434],[3.25195,56.08737],[8.51989,57.6454]]],"terms_url":"https://www.npd.no/en/","terms_text":"© Oljedirektoratet","description":"Production platforms and oil/natural gas fields on the Norwegian continental shelf","icon":"https://register.geonorge.no/data/organizations/870917732_od_liten.png","overlay":true},{"id":"NPI-JanMayen-topo","name":"NPI Jan Mayen topo","type":"tms","template":"https://geodata.npolar.no/arcgis/rest/services/Basisdata/NP_Basiskart_JanMayen_WMTS_3857/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[0,16],"polygon":[[[-9.98383,71.45079],[-9.93988,70.54137],[-7.09992,70.53405],[-7.01203,71.44554],[-9.98383,71.45079]]],"terms_url":"https://geodata.npolar.no/","terms_text":"© Norwegian Polar Institute","description":"Topographic map for Jan Mayen from the Norwegian Polar Institute","icon":"https://www.npolar.no/wp-content/uploads/2022/05/NP-logo-skjerm.png"},{"id":"npi-svalbard-fkb","name":"NPI Svalbard detailed topo","type":"tms","template":"https://geodata.npolar.no/arcgis/rest/services/Basisdata/FKB_Svalbard_WMTS_3857/MapServer/WMTS/tile/1.0.0/Basisdata_FKB_Svalbard_WMTS_3857/default/default028mm/{zoom}/{y}/{x}","category":"map","zoomExtent":[0,17],"polygon":[[[14.32011,78.03213],[14.28892,78.10948],[14.12844,78.10948],[14.19689,78.02992],[14.32011,78.03213]],[[15.72413,78.32043],[15.64503,78.3312],[15.22367,78.22086],[15.48379,78.1614],[16.20938,78.13484],[16.33107,78.15952],[16.25501,78.22148],[15.72717,78.27415],[15.72413,78.32043]],[[12.00872,78.89026],[12.10151,78.91851],[11.83227,78.95456],[11.70335,78.9279],[11.90224,78.89392],[12.00872,78.89026]]],"terms_url":"https://geodata.npolar.no/","terms_text":"© Norwegian Polar Institute","description":"Detailed topographic map for Longyearbyen, Barentsburg and Ny-Ålesund from the Norwegian Polar Institute","icon":"https://www.npolar.no/wp-content/uploads/2022/05/NP-logo-skjerm.png"},{"id":"NPI-Svalbard-ortofoto","name":"NPI Svalbard Orthophoto","type":"tms","template":"https://geodata.npolar.no/arcgis/rest/services/Basisdata/NP_Ortofoto_Svalbard_WMTS_3857/MapServer/tile/{zoom}/{y}/{x}","category":"photo","zoomExtent":[0,17],"polygon":[[[9,74],[34,74],[34,81],[9,81],[9,74]]],"terms_url":"https://geodata.npolar.no/","terms_text":"© Norwegian Polar Institute","description":"Orthophoto for Svalbard/Spitsbergen from the Norwegian Polar Institute","icon":"https://www.npolar.no/wp-content/uploads/2022/05/NP-logo-skjerm.png"},{"id":"nrw_alkis_buildings_wms","name":"NRW Buildings","type":"wms","template":"https://www.wms.nrw.de/geobasis/wms_nw_alkis?LAYERS=adv_alkis_gebaeude&FORMAT=image/png&STYLES=Gelb&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","polygon":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"description":"Amtliche Gebäudeumrisse, Hausnummern und Etagen (römische Zahlen) in Gelb","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/North_Rine-Westphalia.png","overlay":true},{"id":"nrw_alkis_buildings_gst_wms","name":"NRW Buildings GST","type":"wms","template":"https://www.wms.nrw.de/geobasis/wms_nw_alkis_punktgenauigkeit?LAYERS=nw_gst_PunktortAG&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","polygon":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"description":"Standardabweichung (S) (in cm) der ALKIS-Gebäudepunkte: grün: 1>S>3, gelb: 3>S>10, braun/ohne: nicht definiert (schlecht)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/North_Rine-Westphalia.png","overlay":true},{"id":"nrw_dtm_wms","name":"NRW DTM Hillshade","type":"wms","template":"https://www.wms.nrw.de/geobasis/wms_nw_dgm-schummerung?LAYERS=nw_dgm-schummerung_pan&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","polygon":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"description":"Darstellung der DGM Schummerung in Graustufen. Die imaginäre Lichtquelle befindet sich im Nordwesten. Eine Erhebung erscheint am Nordwesthang hell und am Südosthang dunkel. Ebenen sind mit mittlerer Helligkeit gefärbt.","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/North_Rine-Westphalia.png"},{"id":"nrw_idop_wms","name":"NRW iDOP","type":"wms","template":"https://www.wms.nrw.de/geobasis/wms_nw_idop?LAYERS=nw_idop_rgb&STYLES=default&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"description":"20cm Bodenauflösung, 4-Kanal Multispektralbilder mit der Kanalbelegung RGBI (Rot-Grün-Blau-Nahes Infrarot)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/North_Rine-Westphalia.png"},{"id":"nrw_alkis_wms","name":"NRW Liegenschaftskataster","type":"wms","template":"https://www.wms.nrw.de/geobasis/wms_nw_alkis?LAYERS=adv_alkis_tatsaechliche_nutzung,adv_alkis_gewaesser,adv_alkis_vegetation,adv_alkis_verkehr,adv_alkis_siedlung,adv_alkis_gesetzl_festlegungen,adv_alkis_bodensch,adv_alkis_oeff_rechtl_sonst_festl,adv_alkis_weiteres,adv_alkis_bauw_einricht,adv_alkis_gebaeude,adv_alkis_flurstuecke&FORMAT=image/png&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","polygon":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"description":"Amtliches Liegenschaftskatasterinformationssystem (ALKIS). Zeigt Gebäude- und Flurstücksdaten.","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/North_Rine-Westphalia.png"},{"id":"nrw_ortho_wms","name":"NRW Orthophoto (RGB)","type":"wms","template":"https://www.wms.nrw.de/geobasis/wms_nw_dop?LAYERS=nw_dop_rgb&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"best":true,"description":"RGB-/Colorbild - Aus Punktwolke gerechnetes True Orthophoto, Bodenauflösung 10cm","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/North_Rine-Westphalia.png"},{"id":"nrw_vdop_wms","name":"NRW vDOP","type":"wms","template":"https://www.wms.nrw.de/geobasis/wms_nw_vdop?LAYERS=nw_vdop_rgb&STYLES=default&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"description":"10cm Bodenauflösung, Zwischenergebnisse aus dem Herstellungsprozess der Digitalen Orthophotos (DOP)","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/North_Rine-Westphalia.png"},{"id":"nve-snoskred","name":"NVE Avalanche Danger Areas overlay","type":"wms","template":"https://nve.geodataonline.no/arcgis/services/SkredSnoAktR/MapServer/WmsServer?LAYERS=Snoskred-Aktsomhetsomrader&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[5,13],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.nve.no/","terms_text":"© NVE","description":"Potential snowslide areas, computed from theoretical height model. Valid for drops higher than 20-50 meters. Dark red=trigger area.","icon":"https://kommunikasjon.ntb.no/data/images/00525/e8799776-4b69-4ec4-906d-46285ccb3dbe-w_300_h_100.png","overlay":true},{"id":"nve-nettanlegg","name":"NVE Electricity Network overlay","type":"wms","template":"https://nve.geodataonline.no/arcgis/services/Nettanlegg2/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Sentralnett,Regionalnett,Distribusjonsnett,Sjokabler,Master_og_stolper29882,Transformatorstasjoner&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[6,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.nve.no/karttjenester/","terms_text":"© NVE","description":"Power lines (high voltage network) including transformers, submarine cables and pylons. Local distribution network is not included.","icon":"https://kommunikasjon.ntb.no/data/images/00525/e8799776-4b69-4ec4-906d-46285ccb3dbe-w_300_h_100.png","overlay":true},{"id":"nve-vannkraft","name":"NVE Hydropower Plants overlay","type":"wms","template":"https://nve.geodataonline.no/arcgis/services/Vannkraft1/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vannkraftverk,Vannvei,Dam&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[6,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.nve.no/karttjenester/","terms_text":"© NVE","description":"Hydropower plants including waterways (tunnel, canal, pipeline) and dams","icon":"https://kommunikasjon.ntb.no/data/images/00525/e8799776-4b69-4ec4-906d-46285ccb3dbe-w_300_h_100.png","overlay":true},{"id":"nve-vindkraft","name":"NVE Wind Power Plants overlay","type":"wms","template":"https://nve.geodataonline.no/arcgis/services/Vindkraft2/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vindkraft_konsesjon_gitt_ikke_utbygd,Vindkraft_under_bygging,Vindkraft_utbygd,Vindkraftomrade,Vindturbin&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[6,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.nve.no/karttjenester/","terms_text":"© NVE","description":"Wind power turbines, farms and concession areas (blue: planned, light green: construction, dark green: built).","icon":"https://kommunikasjon.ntb.no/data/images/00525/e8799776-4b69-4ec4-906d-46285ccb3dbe-w_300_h_100.png","overlay":true},{"id":"NYS_Statewide_Hillshade","name":"NYS Hillshade","type":"wms","template":"https://elevation.its.ny.gov/arcgis/rest/services/NYS_Statewide_Hillshade/MapServer/export?format=png8&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width}%2C{height}&f=image&foo={proj}","category":"elevation","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-79.76188,42.27134],[-79.76182,41.99884],[-77.39903,42.00004],[-77.11364,41.99978],[-76.81641,42.00237],[-75.76266,41.9979],[-75.35964,41.99953],[-75.35186,41.9965],[-75.34686,41.99546],[-75.34119,41.99315],[-75.33767,41.98733],[-75.33748,41.98471],[-75.34211,41.97294],[-75.34065,41.9716],[-75.32975,41.96892],[-75.32784,41.96785],[-75.3259,41.96464],[-75.32276,41.96209],[-75.3198,41.96058],[-75.31845,41.957],[-75.31807,41.95395],[-75.31533,41.95269],[-75.31329,41.95017],[-75.3077,41.9492],[-75.30273,41.94796],[-75.30096,41.9482],[-75.30173,41.95123],[-75.30167,41.95289],[-75.29991,41.95418],[-75.29544,41.95491],[-75.29176,41.9534],[-75.2914,41.95201],[-75.29157,41.94545],[-75.28879,41.94256],[-75.28536,41.94216],[-75.27888,41.93887],[-75.27896,41.93686],[-75.27686,41.93367],[-75.2766,41.92224],[-75.26725,41.90668],[-75.26729,41.90279],[-75.273,41.89643],[-75.2715,41.88717],[-75.26034,41.88391],[-75.25703,41.87621],[-75.26321,41.8718],[-75.26433,41.86873],[-75.25918,41.86205],[-75.25055,41.86179],[-75.2439,41.86659],[-75.23991,41.86681],[-75.23236,41.85972],[-75.22695,41.85783],[-75.22313,41.85758],[-75.21541,41.86716],[-75.20536,41.8701],[-75.19408,41.86748],[-75.18949,41.86205],[-75.18588,41.85972],[-75.18223,41.86195],[-75.17914,41.87004],[-75.17592,41.87276],[-75.16996,41.8717],[-75.1676,41.8679],[-75.16927,41.8602],[-75.16425,41.85118],[-75.15532,41.84818],[-75.14099,41.85269],[-75.13091,41.84514],[-75.12692,41.84511],[-75.12249,41.8462],[-75.11666,41.84581],[-75.11361,41.84306],[-75.11301,41.83827],[-75.11511,41.8289],[-75.11331,41.82301],[-75.11172,41.82218],[-75.09979,41.81847],[-75.09756,41.81611],[-75.09014,41.81172],[-75.0855,41.81163],[-75.08078,41.8147],[-75.07576,41.81559],[-75.07233,41.81454],[-75.07138,41.81179],[-75.07306,41.80469],[-75.07743,41.79787],[-75.0825,41.79643],[-75.08868,41.79771],[-75.09172,41.79701],[-75.09988,41.78994],[-75.10323,41.78504],[-75.10451,41.77275],[-75.10181,41.76942],[-75.09597,41.76843],[-75.07494,41.7716],[-75.0707,41.76785],[-75.0658,41.76718],[-75.06078,41.76449],[-75.05332,41.753],[-75.05284,41.74529],[-75.05477,41.73629],[-75.05344,41.72626],[-75.04984,41.71669],[-75.04945,41.71399],[-75.05186,41.71137],[-75.06293,41.71313],[-75.06739,41.71281],[-75.06924,41.71002],[-75.06804,41.70637],[-75.06001,41.70022],[-75.05409,41.69173],[-75.05095,41.68003],[-75.0598,41.67339],[-75.05825,41.66935],[-75.05447,41.66826],[-75.04992,41.66227],[-75.04842,41.64668],[-75.0492,41.64322],[-75.04889,41.6362],[-75.0443,41.61965],[-75.04456,41.61669],[-75.04778,41.61547],[-75.05409,41.61865],[-75.06035,41.61762],[-75.06194,41.61554],[-75.05984,41.61172],[-75.06061,41.60989],[-75.07113,41.61005],[-75.07452,41.60829],[-75.07477,41.60633],[-75.06924,41.6019],[-75.05881,41.59028],[-75.05271,41.58794],[-75.04585,41.58223],[-75.04336,41.5734],[-75.03645,41.56617],[-75.02834,41.56431],[-75.01941,41.55336],[-75.01555,41.54337],[-75.02297,41.54161],[-75.02512,41.53939],[-75.02418,41.53345],[-75.01778,41.53229],[-75.0122,41.53004],[-75.00298,41.52336],[-75.00074,41.51876],[-75.00426,41.50919],[-75.0022,41.50752],[-74.9931,41.50851],[-74.98684,41.5088],[-74.98396,41.50623],[-74.98216,41.49832],[-74.98615,41.48569],[-74.98315,41.48019],[-74.96058,41.47621],[-74.95461,41.47717],[-74.94414,41.48354],[-74.93285,41.48244],[-74.92624,41.47759],[-74.91371,41.4763],[-74.90925,41.4728],[-74.90805,41.46498],[-74.90642,41.46032],[-74.89719,41.45865],[-74.89127,41.45659],[-74.88886,41.45144],[-74.89479,41.44655],[-74.89659,41.44202],[-74.89607,41.43954],[-74.88848,41.43771],[-74.86269,41.44427],[-74.85307,41.44314],[-74.84445,41.43613],[-74.83389,41.43044],[-74.82668,41.43098],[-74.82204,41.43768],[-74.81376,41.4425],[-74.80647,41.44253],[-74.80089,41.43819],[-74.79969,41.43127],[-74.79527,41.42358],[-74.78964,41.42172],[-74.77106,41.42641],[-74.76201,41.42307],[-74.75595,41.42403],[-74.75132,41.42796],[-74.74089,41.4314],[-74.73742,41.43008],[-74.73484,41.42612],[-74.73501,41.42172],[-74.73737,41.41641],[-74.74119,41.41116],[-74.74184,41.40659],[-74.73673,41.3989],[-74.73222,41.39629],[-74.7181,41.39429],[-74.71407,41.39114],[-74.70836,41.37903],[-74.69188,41.36863],[-74.68862,41.36264],[-74.69544,41.35748],[-74.6739,41.34846],[-74.45126,41.24529],[-74.36757,41.20371],[-74.28303,41.1647],[-73.99489,41.03877],[-73.91155,41.00125],[-73.90494,40.99755],[-73.89404,40.99674],[-73.89936,40.9729],[-73.9603,40.83226],[-74.01464,40.75616],[-74.02691,40.70576],[-74.05026,40.66189],[-74.04218,40.56446],[-73.94366,40.56452],[-73.94342,40.53747],[-73.75959,40.57708],[-73.55855,40.57192],[-73.35211,40.61855],[-73.26119,40.61741],[-73.05794,40.66052],[-72.85135,40.7317],[-72.4423,40.8402],[-71.85588,41.05298],[-71.84582,41.07466],[-71.85588,41.08062],[-71.88966,41.08766],[-72.13324,41.127],[-72.16656,41.05349],[-72.26839,41.04973],[-72.27917,41.08441],[-72.31582,41.09524],[-71.90594,41.29243],[-71.92343,41.30666],[-71.93924,41.30774],[-72.02651,41.27797],[-72.04848,41.25914],[-72.21449,41.18238],[-72.35866,41.13973],[-72.41859,41.09308],[-72.45811,41.08928],[-72.4768,41.06328],[-72.60842,40.99252],[-72.91642,40.96477],[-73.06681,40.9749],[-73.11979,40.9791],[-73.6314,40.95968],[-73.65976,40.98856],[-73.65726,40.99036],[-73.65788,40.99192],[-73.65932,40.99365],[-73.65966,40.99522],[-73.65932,40.99703],[-73.65992,41.0007],[-73.65551,41.0125],[-73.72826,41.1005],[-73.48283,41.21283],[-73.55132,41.29548],[-73.52141,41.61907],[-73.48717,42.0506],[-73.50863,42.08707],[-73.26493,42.74602],[-73.27641,42.74588],[-73.29083,42.80245],[-73.27881,42.83356],[-73.24069,43.5324],[-73.28097,43.64222],[-73.39586,43.82371],[-73.37769,43.83626],[-73.37872,43.87637],[-73.40858,43.91422],[-73.40687,44.00985],[-73.43376,44.04947],[-73.38014,44.14868],[-73.31932,44.26561],[-73.33271,44.33917],[-73.32098,44.42567],[-73.36556,44.4957],[-73.39739,44.64471],[-73.37008,44.67946],[-73.37296,44.73463],[-73.35801,44.77623],[-73.34852,44.9283],[-73.34035,45.02989],[-73.47931,45.03108],[-73.47948,45.02016],[-73.89722,45.02307],[-73.89748,45.0119],[-74.77896,45.01336],[-74.77942,45.03542],[-74.91712,45.03485],[-75.30905,44.84748],[-75.44646,44.75878],[-75.61785,44.63719],[-75.76409,44.53671],[-75.87758,44.43614],[-75.95502,44.39378],[-76.03687,44.36685],[-76.20939,44.32973],[-76.21051,44.21478],[-76.37002,44.2145],[-76.37067,44.15263],[-76.43992,44.10495],[-76.4186,43.93119],[-76.46675,43.90893],[-76.47178,43.88408],[-76.40064,43.86128],[-76.34602,43.8618],[-76.31152,43.8675],[-76.30649,43.82915],[-76.24038,43.74147],[-76.23616,43.53596],[-76.41596,43.52619],[-76.89738,43.29656],[-76.92975,43.28519],[-77.14282,43.29094],[-77.41604,43.27842],[-77.55144,43.23688],[-77.71369,43.32734],[-77.76124,43.34509],[-78.04606,43.37827],[-78.45869,43.37841],[-78.63091,43.36634],[-79.0652,43.26521],[-79.06358,43.0567],[-79.04118,43.05663],[-79.03953,42.98771],[-78.90857,42.92862],[-78.9053,42.8814],[-78.85521,42.78921],[-79.05085,42.69429],[-79.1519,42.56753],[-79.3541,42.49612],[-79.39533,42.47485],[-79.48628,42.40078],[-79.76188,42.27134]]],"terms_url":"https://data.gis.ny.gov/maps/sharegisny::nys-statewide-hillshade/about","terms_text":"New York State Information Technology Services Geospatial Services","description":"The NYS Hillshade was created by the New York State GIS Program Office (NYSGPO) and is generated using the latest Bare Earth DEMs with the Statewide USGS 10 Meter DEM to fill in gaps where higher resolution models currently do not exist.","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/ny/NYS_Orthos_Online.png"},{"id":"NYSDOP_Latest_CIR","name":"NYSDOP Latest Orthoimagery (Infrared)","type":"wms","template":"https://orthos.its.ny.gov/arcgis/services/wms/Latest_cir/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0,1,2,3&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-79.76188,42.27134],[-79.76182,41.99884],[-77.39903,42.00004],[-77.11364,41.99978],[-76.81641,42.00237],[-75.76266,41.9979],[-75.35964,41.99953],[-75.35186,41.9965],[-75.34686,41.99546],[-75.34119,41.99315],[-75.33767,41.98733],[-75.33748,41.98471],[-75.34211,41.97294],[-75.34065,41.9716],[-75.32975,41.96892],[-75.32784,41.96785],[-75.3259,41.96464],[-75.32276,41.96209],[-75.3198,41.96058],[-75.31845,41.957],[-75.31807,41.95395],[-75.31533,41.95269],[-75.31329,41.95017],[-75.3077,41.9492],[-75.30273,41.94796],[-75.30096,41.9482],[-75.30173,41.95123],[-75.30167,41.95289],[-75.29991,41.95418],[-75.29544,41.95491],[-75.29176,41.9534],[-75.2914,41.95201],[-75.29157,41.94545],[-75.28879,41.94256],[-75.28536,41.94216],[-75.27888,41.93887],[-75.27896,41.93686],[-75.27686,41.93367],[-75.2766,41.92224],[-75.26725,41.90668],[-75.26729,41.90279],[-75.273,41.89643],[-75.2715,41.88717],[-75.26034,41.88391],[-75.25703,41.87621],[-75.26321,41.8718],[-75.26433,41.86873],[-75.25918,41.86205],[-75.25055,41.86179],[-75.2439,41.86659],[-75.23991,41.86681],[-75.23236,41.85972],[-75.22695,41.85783],[-75.22313,41.85758],[-75.21541,41.86716],[-75.20536,41.8701],[-75.19408,41.86748],[-75.18949,41.86205],[-75.18588,41.85972],[-75.18223,41.86195],[-75.17914,41.87004],[-75.17592,41.87276],[-75.16996,41.8717],[-75.1676,41.8679],[-75.16927,41.8602],[-75.16425,41.85118],[-75.15532,41.84818],[-75.14099,41.85269],[-75.13091,41.84514],[-75.12692,41.84511],[-75.12249,41.8462],[-75.11666,41.84581],[-75.11361,41.84306],[-75.11301,41.83827],[-75.11511,41.8289],[-75.11331,41.82301],[-75.11172,41.82218],[-75.09979,41.81847],[-75.09756,41.81611],[-75.09014,41.81172],[-75.0855,41.81163],[-75.08078,41.8147],[-75.07576,41.81559],[-75.07233,41.81454],[-75.07138,41.81179],[-75.07306,41.80469],[-75.07743,41.79787],[-75.0825,41.79643],[-75.08868,41.79771],[-75.09172,41.79701],[-75.09988,41.78994],[-75.10323,41.78504],[-75.10451,41.77275],[-75.10181,41.76942],[-75.09597,41.76843],[-75.07494,41.7716],[-75.0707,41.76785],[-75.0658,41.76718],[-75.06078,41.76449],[-75.05332,41.753],[-75.05284,41.74529],[-75.05477,41.73629],[-75.05344,41.72626],[-75.04984,41.71669],[-75.04945,41.71399],[-75.05186,41.71137],[-75.06293,41.71313],[-75.06739,41.71281],[-75.06924,41.71002],[-75.06804,41.70637],[-75.06001,41.70022],[-75.05409,41.69173],[-75.05095,41.68003],[-75.0598,41.67339],[-75.05825,41.66935],[-75.05447,41.66826],[-75.04992,41.66227],[-75.04842,41.64668],[-75.0492,41.64322],[-75.04889,41.6362],[-75.0443,41.61965],[-75.04456,41.61669],[-75.04778,41.61547],[-75.05409,41.61865],[-75.06035,41.61762],[-75.06194,41.61554],[-75.05984,41.61172],[-75.06061,41.60989],[-75.07113,41.61005],[-75.07452,41.60829],[-75.07477,41.60633],[-75.06924,41.6019],[-75.05881,41.59028],[-75.05271,41.58794],[-75.04585,41.58223],[-75.04336,41.5734],[-75.03645,41.56617],[-75.02834,41.56431],[-75.01941,41.55336],[-75.01555,41.54337],[-75.02297,41.54161],[-75.02512,41.53939],[-75.02418,41.53345],[-75.01778,41.53229],[-75.0122,41.53004],[-75.00298,41.52336],[-75.00074,41.51876],[-75.00426,41.50919],[-75.0022,41.50752],[-74.9931,41.50851],[-74.98684,41.5088],[-74.98396,41.50623],[-74.98216,41.49832],[-74.98615,41.48569],[-74.98315,41.48019],[-74.96058,41.47621],[-74.95461,41.47717],[-74.94414,41.48354],[-74.93285,41.48244],[-74.92624,41.47759],[-74.91371,41.4763],[-74.90925,41.4728],[-74.90805,41.46498],[-74.90642,41.46032],[-74.89719,41.45865],[-74.89127,41.45659],[-74.88886,41.45144],[-74.89479,41.44655],[-74.89659,41.44202],[-74.89607,41.43954],[-74.88848,41.43771],[-74.86269,41.44427],[-74.85307,41.44314],[-74.84445,41.43613],[-74.83389,41.43044],[-74.82668,41.43098],[-74.82204,41.43768],[-74.81376,41.4425],[-74.80647,41.44253],[-74.80089,41.43819],[-74.79969,41.43127],[-74.79527,41.42358],[-74.78964,41.42172],[-74.77106,41.42641],[-74.76201,41.42307],[-74.75595,41.42403],[-74.75132,41.42796],[-74.74089,41.4314],[-74.73742,41.43008],[-74.73484,41.42612],[-74.73501,41.42172],[-74.73737,41.41641],[-74.74119,41.41116],[-74.74184,41.40659],[-74.73673,41.3989],[-74.73222,41.39629],[-74.7181,41.39429],[-74.71407,41.39114],[-74.70836,41.37903],[-74.69188,41.36863],[-74.68862,41.36264],[-74.69544,41.35748],[-74.6739,41.34846],[-74.45126,41.24529],[-74.36757,41.20371],[-74.28303,41.1647],[-73.99489,41.03877],[-73.91155,41.00125],[-73.90494,40.99755],[-73.89404,40.99674],[-73.89936,40.9729],[-73.9603,40.83226],[-74.01464,40.75616],[-74.02691,40.70576],[-74.05026,40.66189],[-74.04218,40.56446],[-73.94366,40.56452],[-73.94342,40.53747],[-73.75959,40.57708],[-73.55855,40.57192],[-73.35211,40.61855],[-73.26119,40.61741],[-73.05794,40.66052],[-72.85135,40.7317],[-72.4423,40.8402],[-71.85588,41.05298],[-71.84582,41.07466],[-71.85588,41.08062],[-71.88966,41.08766],[-72.13324,41.127],[-72.16656,41.05349],[-72.26839,41.04973],[-72.27917,41.08441],[-72.31582,41.09524],[-71.90594,41.29243],[-71.92343,41.30666],[-71.93924,41.30774],[-72.02651,41.27797],[-72.04848,41.25914],[-72.21449,41.18238],[-72.35866,41.13973],[-72.41859,41.09308],[-72.45811,41.08928],[-72.4768,41.06328],[-72.60842,40.99252],[-72.91642,40.96477],[-73.06681,40.9749],[-73.11979,40.9791],[-73.6314,40.95968],[-73.65976,40.98856],[-73.65726,40.99036],[-73.65788,40.99192],[-73.65932,40.99365],[-73.65966,40.99522],[-73.65932,40.99703],[-73.65992,41.0007],[-73.65551,41.0125],[-73.72826,41.1005],[-73.48283,41.21283],[-73.55132,41.29548],[-73.52141,41.61907],[-73.48717,42.0506],[-73.50863,42.08707],[-73.26493,42.74602],[-73.27641,42.74588],[-73.29083,42.80245],[-73.27881,42.83356],[-73.24069,43.5324],[-73.28097,43.64222],[-73.39586,43.82371],[-73.37769,43.83626],[-73.37872,43.87637],[-73.40858,43.91422],[-73.40687,44.00985],[-73.43376,44.04947],[-73.38014,44.14868],[-73.31932,44.26561],[-73.33271,44.33917],[-73.32098,44.42567],[-73.36556,44.4957],[-73.39739,44.64471],[-73.37008,44.67946],[-73.37296,44.73463],[-73.35801,44.77623],[-73.34852,44.9283],[-73.34035,45.02989],[-73.47931,45.03108],[-73.47948,45.02016],[-73.89722,45.02307],[-73.89748,45.0119],[-74.77896,45.01336],[-74.77942,45.03542],[-74.91712,45.03485],[-75.30905,44.84748],[-75.44646,44.75878],[-75.61785,44.63719],[-75.76409,44.53671],[-75.87758,44.43614],[-75.95502,44.39378],[-76.03687,44.36685],[-76.20939,44.32973],[-76.21051,44.21478],[-76.37002,44.2145],[-76.37067,44.15263],[-76.43992,44.10495],[-76.4186,43.93119],[-76.46675,43.90893],[-76.47178,43.88408],[-76.40064,43.86128],[-76.34602,43.8618],[-76.31152,43.8675],[-76.30649,43.82915],[-76.24038,43.74147],[-76.23616,43.53596],[-76.41596,43.52619],[-76.89738,43.29656],[-76.92975,43.28519],[-77.14282,43.29094],[-77.41604,43.27842],[-77.55144,43.23688],[-77.71369,43.32734],[-77.76124,43.34509],[-78.04606,43.37827],[-78.45869,43.37841],[-78.63091,43.36634],[-79.0652,43.26521],[-79.06358,43.0567],[-79.04118,43.05663],[-79.03953,42.98771],[-78.90857,42.92862],[-78.9053,42.8814],[-78.85521,42.78921],[-79.05085,42.69429],[-79.1519,42.56753],[-79.3541,42.49612],[-79.39533,42.47485],[-79.48628,42.40078],[-79.76188,42.27134]]],"terms_url":"http://gis.ny.gov/gateway/mg/index.html","terms_text":"New York State Statewide Digital Orthoimagery Program","description":"The latest high resolution color infrared orthoimagery for the state of New York at approximately 12 inch resolution","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/ny/NYS_Orthos_Online.png"},{"id":"NYSDOP_Latest","name":"NYSDOP Latest Orthoimagery (Natural Color)","type":"wms","template":"https://orthos.its.ny.gov/arcgis/services/wms/Latest/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0,1,2,3&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-79.76188,42.27134],[-79.76182,41.99884],[-77.39903,42.00004],[-77.11364,41.99978],[-76.81641,42.00237],[-75.76266,41.9979],[-75.35964,41.99953],[-75.35186,41.9965],[-75.34686,41.99546],[-75.34119,41.99315],[-75.33767,41.98733],[-75.33748,41.98471],[-75.34211,41.97294],[-75.34065,41.9716],[-75.32975,41.96892],[-75.32784,41.96785],[-75.3259,41.96464],[-75.32276,41.96209],[-75.3198,41.96058],[-75.31845,41.957],[-75.31807,41.95395],[-75.31533,41.95269],[-75.31329,41.95017],[-75.3077,41.9492],[-75.30273,41.94796],[-75.30096,41.9482],[-75.30173,41.95123],[-75.30167,41.95289],[-75.29991,41.95418],[-75.29544,41.95491],[-75.29176,41.9534],[-75.2914,41.95201],[-75.29157,41.94545],[-75.28879,41.94256],[-75.28536,41.94216],[-75.27888,41.93887],[-75.27896,41.93686],[-75.27686,41.93367],[-75.2766,41.92224],[-75.26725,41.90668],[-75.26729,41.90279],[-75.273,41.89643],[-75.2715,41.88717],[-75.26034,41.88391],[-75.25703,41.87621],[-75.26321,41.8718],[-75.26433,41.86873],[-75.25918,41.86205],[-75.25055,41.86179],[-75.2439,41.86659],[-75.23991,41.86681],[-75.23236,41.85972],[-75.22695,41.85783],[-75.22313,41.85758],[-75.21541,41.86716],[-75.20536,41.8701],[-75.19408,41.86748],[-75.18949,41.86205],[-75.18588,41.85972],[-75.18223,41.86195],[-75.17914,41.87004],[-75.17592,41.87276],[-75.16996,41.8717],[-75.1676,41.8679],[-75.16927,41.8602],[-75.16425,41.85118],[-75.15532,41.84818],[-75.14099,41.85269],[-75.13091,41.84514],[-75.12692,41.84511],[-75.12249,41.8462],[-75.11666,41.84581],[-75.11361,41.84306],[-75.11301,41.83827],[-75.11511,41.8289],[-75.11331,41.82301],[-75.11172,41.82218],[-75.09979,41.81847],[-75.09756,41.81611],[-75.09014,41.81172],[-75.0855,41.81163],[-75.08078,41.8147],[-75.07576,41.81559],[-75.07233,41.81454],[-75.07138,41.81179],[-75.07306,41.80469],[-75.07743,41.79787],[-75.0825,41.79643],[-75.08868,41.79771],[-75.09172,41.79701],[-75.09988,41.78994],[-75.10323,41.78504],[-75.10451,41.77275],[-75.10181,41.76942],[-75.09597,41.76843],[-75.07494,41.7716],[-75.0707,41.76785],[-75.0658,41.76718],[-75.06078,41.76449],[-75.05332,41.753],[-75.05284,41.74529],[-75.05477,41.73629],[-75.05344,41.72626],[-75.04984,41.71669],[-75.04945,41.71399],[-75.05186,41.71137],[-75.06293,41.71313],[-75.06739,41.71281],[-75.06924,41.71002],[-75.06804,41.70637],[-75.06001,41.70022],[-75.05409,41.69173],[-75.05095,41.68003],[-75.0598,41.67339],[-75.05825,41.66935],[-75.05447,41.66826],[-75.04992,41.66227],[-75.04842,41.64668],[-75.0492,41.64322],[-75.04889,41.6362],[-75.0443,41.61965],[-75.04456,41.61669],[-75.04778,41.61547],[-75.05409,41.61865],[-75.06035,41.61762],[-75.06194,41.61554],[-75.05984,41.61172],[-75.06061,41.60989],[-75.07113,41.61005],[-75.07452,41.60829],[-75.07477,41.60633],[-75.06924,41.6019],[-75.05881,41.59028],[-75.05271,41.58794],[-75.04585,41.58223],[-75.04336,41.5734],[-75.03645,41.56617],[-75.02834,41.56431],[-75.01941,41.55336],[-75.01555,41.54337],[-75.02297,41.54161],[-75.02512,41.53939],[-75.02418,41.53345],[-75.01778,41.53229],[-75.0122,41.53004],[-75.00298,41.52336],[-75.00074,41.51876],[-75.00426,41.50919],[-75.0022,41.50752],[-74.9931,41.50851],[-74.98684,41.5088],[-74.98396,41.50623],[-74.98216,41.49832],[-74.98615,41.48569],[-74.98315,41.48019],[-74.96058,41.47621],[-74.95461,41.47717],[-74.94414,41.48354],[-74.93285,41.48244],[-74.92624,41.47759],[-74.91371,41.4763],[-74.90925,41.4728],[-74.90805,41.46498],[-74.90642,41.46032],[-74.89719,41.45865],[-74.89127,41.45659],[-74.88886,41.45144],[-74.89479,41.44655],[-74.89659,41.44202],[-74.89607,41.43954],[-74.88848,41.43771],[-74.86269,41.44427],[-74.85307,41.44314],[-74.84445,41.43613],[-74.83389,41.43044],[-74.82668,41.43098],[-74.82204,41.43768],[-74.81376,41.4425],[-74.80647,41.44253],[-74.80089,41.43819],[-74.79969,41.43127],[-74.79527,41.42358],[-74.78964,41.42172],[-74.77106,41.42641],[-74.76201,41.42307],[-74.75595,41.42403],[-74.75132,41.42796],[-74.74089,41.4314],[-74.73742,41.43008],[-74.73484,41.42612],[-74.73501,41.42172],[-74.73737,41.41641],[-74.74119,41.41116],[-74.74184,41.40659],[-74.73673,41.3989],[-74.73222,41.39629],[-74.7181,41.39429],[-74.71407,41.39114],[-74.70836,41.37903],[-74.69188,41.36863],[-74.68862,41.36264],[-74.69544,41.35748],[-74.6739,41.34846],[-74.45126,41.24529],[-74.36757,41.20371],[-74.28303,41.1647],[-73.99489,41.03877],[-73.91155,41.00125],[-73.90494,40.99755],[-73.89404,40.99674],[-73.89936,40.9729],[-73.9603,40.83226],[-74.01464,40.75616],[-74.02691,40.70576],[-74.05026,40.66189],[-74.04218,40.56446],[-73.94366,40.56452],[-73.94342,40.53747],[-73.75959,40.57708],[-73.55855,40.57192],[-73.35211,40.61855],[-73.26119,40.61741],[-73.05794,40.66052],[-72.85135,40.7317],[-72.4423,40.8402],[-71.85588,41.05298],[-71.84582,41.07466],[-71.85588,41.08062],[-71.88966,41.08766],[-72.13324,41.127],[-72.16656,41.05349],[-72.26839,41.04973],[-72.27917,41.08441],[-72.31582,41.09524],[-71.90594,41.29243],[-71.92343,41.30666],[-71.93924,41.30774],[-72.02651,41.27797],[-72.04848,41.25914],[-72.21449,41.18238],[-72.35866,41.13973],[-72.41859,41.09308],[-72.45811,41.08928],[-72.4768,41.06328],[-72.60842,40.99252],[-72.91642,40.96477],[-73.06681,40.9749],[-73.11979,40.9791],[-73.6314,40.95968],[-73.65976,40.98856],[-73.65726,40.99036],[-73.65788,40.99192],[-73.65932,40.99365],[-73.65966,40.99522],[-73.65932,40.99703],[-73.65992,41.0007],[-73.65551,41.0125],[-73.72826,41.1005],[-73.48283,41.21283],[-73.55132,41.29548],[-73.52141,41.61907],[-73.48717,42.0506],[-73.50863,42.08707],[-73.26493,42.74602],[-73.27641,42.74588],[-73.29083,42.80245],[-73.27881,42.83356],[-73.24069,43.5324],[-73.28097,43.64222],[-73.39586,43.82371],[-73.37769,43.83626],[-73.37872,43.87637],[-73.40858,43.91422],[-73.40687,44.00985],[-73.43376,44.04947],[-73.38014,44.14868],[-73.31932,44.26561],[-73.33271,44.33917],[-73.32098,44.42567],[-73.36556,44.4957],[-73.39739,44.64471],[-73.37008,44.67946],[-73.37296,44.73463],[-73.35801,44.77623],[-73.34852,44.9283],[-73.34035,45.02989],[-73.47931,45.03108],[-73.47948,45.02016],[-73.89722,45.02307],[-73.89748,45.0119],[-74.77896,45.01336],[-74.77942,45.03542],[-74.91712,45.03485],[-75.30905,44.84748],[-75.44646,44.75878],[-75.61785,44.63719],[-75.76409,44.53671],[-75.87758,44.43614],[-75.95502,44.39378],[-76.03687,44.36685],[-76.20939,44.32973],[-76.21051,44.21478],[-76.37002,44.2145],[-76.37067,44.15263],[-76.43992,44.10495],[-76.4186,43.93119],[-76.46675,43.90893],[-76.47178,43.88408],[-76.40064,43.86128],[-76.34602,43.8618],[-76.31152,43.8675],[-76.30649,43.82915],[-76.24038,43.74147],[-76.23616,43.53596],[-76.41596,43.52619],[-76.89738,43.29656],[-76.92975,43.28519],[-77.14282,43.29094],[-77.41604,43.27842],[-77.55144,43.23688],[-77.71369,43.32734],[-77.76124,43.34509],[-78.04606,43.37827],[-78.45869,43.37841],[-78.63091,43.36634],[-79.0652,43.26521],[-79.06358,43.0567],[-79.04118,43.05663],[-79.03953,42.98771],[-78.90857,42.92862],[-78.9053,42.8814],[-78.85521,42.78921],[-79.05085,42.69429],[-79.1519,42.56753],[-79.3541,42.49612],[-79.39533,42.47485],[-79.48628,42.40078],[-79.76188,42.27134]]],"terms_url":"http://gis.ny.gov/gateway/mg/index.html","terms_text":"New York State Statewide Digital Orthoimagery Program","description":"The latest high resolution natural color orthoimagery for the state of New York at approximately 12 inch resolution","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/ny/NYS_Orthos_Online.png"},{"id":"Oakland_MI_2020","name":"Oakland County Orthoimagery (2020)","type":"wms","template":"https://gisservices.oakgov.com/arcgis/rest/services/ImageServices/EnterpriseOrthoTC2020ImageService/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.08825,42.89704],[-83.27543,42.89898],[-83.27556,42.89174],[-83.46273,42.89337],[-83.46284,42.88613],[-83.62046,42.88726],[-83.62053,42.88001],[-83.69934,42.8805],[-83.70153,42.67766],[-83.69169,42.67764],[-83.69302,42.55447],[-83.68325,42.55442],[-83.68459,42.43126],[-83.67481,42.43119],[-83.67488,42.42395],[-83.48911,42.42267],[-83.48901,42.42991],[-83.29345,42.42822],[-83.29333,42.43548],[-83.07819,42.43324],[-83.07804,42.44049],[-83.06826,42.44038],[-83.06663,42.52007],[-83.07639,42.52017],[-83.07339,42.66504],[-83.08319,42.66515],[-83.08005,42.81725],[-83.08988,42.81737],[-83.08825,42.89704]]],"terms_url":"https://accessoakland-oakgov.opendata.arcgis.com/","terms_text":"Oakland County","description":"The 2020 orthoimagery for Oakland County of the State of Michigan","icon":"https://oaklandcountyblog.com/wp-content/uploads/2014/10/oakland-county-2_trees-logo.png"},{"id":"Oakland_MI_2023","name":"Oakland County Orthoimagery (2023)","type":"wms","template":"https://gisservices.oakgov.com/arcgis/rest/services/ImageServices/EnterpriseOrthoTC2023ImageService/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.08825,42.89704],[-83.27543,42.89898],[-83.27556,42.89174],[-83.46273,42.89337],[-83.46284,42.88613],[-83.62046,42.88726],[-83.62053,42.88001],[-83.69934,42.8805],[-83.70153,42.67766],[-83.69169,42.67764],[-83.69302,42.55447],[-83.68325,42.55442],[-83.68459,42.43126],[-83.67481,42.43119],[-83.67488,42.42395],[-83.48911,42.42267],[-83.48901,42.42991],[-83.29345,42.42822],[-83.29333,42.43548],[-83.07819,42.43324],[-83.07804,42.44049],[-83.06826,42.44038],[-83.06663,42.52007],[-83.07639,42.52017],[-83.07339,42.66504],[-83.08319,42.66515],[-83.08005,42.81725],[-83.08988,42.81737],[-83.08825,42.89704]]],"terms_url":"https://accessoakland-oakgov.opendata.arcgis.com/","terms_text":"Oakland County","description":"The 2023 orthoimagery for Oakland County of the State of Michigan","icon":"https://oaklandcountyblog.com/wp-content/uploads/2014/10/oakland-county-2_trees-logo.png"},{"id":"ODOT_TIMS_Road_Inventory","name":"ODOT Road Inventory","type":"tms","template":"https://tiles.mblaine.com/ohio/{zoom}/{x}/{y}.png","category":"map","endDate":"2024-02-09T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-84.80658,41.69658],[-84.82158,39.10362],[-84.78455,39.11398],[-84.76956,39.13266],[-84.75746,39.14248],[-84.74836,39.14608],[-84.73949,39.14625],[-84.71621,39.13342],[-84.70512,39.12109],[-84.68925,39.10116],[-84.67731,39.09931],[-84.6571,39.09565],[-84.62974,39.07498],[-84.60474,39.07285],[-84.56367,39.08431],[-84.55326,39.09775],[-84.54958,39.10013],[-84.54608,39.10045],[-84.5216,39.09086],[-84.50191,39.09263],[-84.48534,39.11297],[-84.47476,39.11942],[-84.46286,39.12208],[-84.45497,39.12037],[-84.44312,39.11303],[-84.43654,39.09616],[-84.43457,39.07419],[-84.43383,39.06878],[-84.43088,39.0557],[-84.33824,39.03071],[-84.31676,39.01742],[-84.30434,39.00072],[-84.28938,38.95056],[-84.23855,38.89397],[-84.23561,38.84278],[-84.23029,38.82005],[-84.21404,38.80342],[-84.13897,38.78714],[-84.076,38.76791],[-84.03408,38.77108],[-83.9725,38.78443],[-83.94646,38.78133],[-83.91095,38.76648],[-83.87667,38.76024],[-83.85985,38.75279],[-83.82939,38.70159],[-83.78796,38.69316],[-83.77262,38.65453],[-83.72114,38.64315],[-83.66982,38.62532],[-83.65043,38.62812],[-83.63931,38.64178],[-83.6255,38.67673],[-83.52859,38.70114],[-83.49984,38.69532],[-83.45692,38.66877],[-83.4058,38.66393],[-83.35854,38.65306],[-83.32591,38.62787],[-83.31492,38.59535],[-83.28487,38.59533],[-83.25582,38.62445],[-83.17826,38.61501],[-83.1502,38.61888],[-83.12869,38.63158],[-83.11398,38.66648],[-83.09139,38.67854],[-83.05825,38.68729],[-83.02541,38.72553],[-82.97502,38.7247],[-82.92241,38.74737],[-82.88691,38.7525],[-82.87419,38.74158],[-82.88043,38.68257],[-82.86404,38.66501],[-82.84935,38.57882],[-82.78709,38.5586],[-82.72643,38.55586],[-82.69615,38.53836],[-82.65612,38.49178],[-82.61155,38.46995],[-82.59387,38.41098],[-82.56643,38.39853],[-82.52044,38.40538],[-82.40768,38.43666],[-82.37875,38.43275],[-82.3389,38.43915],[-82.31574,38.45058],[-82.30061,38.48901],[-82.28351,38.58033],[-82.26795,38.59249],[-82.23843,38.59499],[-82.21649,38.59218],[-82.19974,38.59062],[-82.18149,38.59546],[-82.17043,38.61373],[-82.16972,38.63137],[-82.18991,38.68224],[-82.18031,38.71003],[-82.19679,38.75902],[-82.21472,38.77039],[-82.21709,38.78444],[-82.2106,38.79957],[-82.17396,38.81631],[-82.14379,38.83515],[-82.13898,38.87344],[-82.14274,38.88633],[-82.13848,38.89932],[-82.11272,38.92766],[-82.07811,38.9815],[-82.05806,38.98762],[-82.04435,39.00198],[-82.03823,39.01757],[-82.03004,39.02584],[-82.02169,39.02807],[-82.00837,39.02816],[-82.00077,39.02467],[-81.99284,39.01614],[-81.98095,38.99434],[-81.97527,38.99148],[-81.96408,38.9923],[-81.95458,38.99559],[-81.94832,38.99542],[-81.94061,38.99324],[-81.92614,38.9757],[-81.91803,38.96546],[-81.90633,38.94021],[-81.90199,38.93387],[-81.90133,38.92841],[-81.90402,38.92156],[-81.92941,38.89759],[-81.92964,38.89342],[-81.91984,38.88368],[-81.89656,38.87309],[-81.87782,38.87578],[-81.85366,38.89359],[-81.84434,38.91058],[-81.84114,38.92987],[-81.83372,38.93996],[-81.82294,38.94561],[-81.81447,38.94505],[-81.80634,38.94052],[-81.78479,38.92482],[-81.76384,38.92075],[-81.75501,38.93311],[-81.78017,38.96221],[-81.76317,38.99357],[-81.76335,39.02073],[-81.78578,39.04351],[-81.80312,39.06101],[-81.80617,39.07188],[-81.80105,39.07825],[-81.77412,39.07639],[-81.74877,39.085],[-81.74092,39.09952],[-81.7395,39.14576],[-81.74695,39.15796],[-81.75344,39.18202],[-81.73056,39.19341],[-81.72441,39.21173],[-81.71955,39.21565],[-81.70266,39.2199],[-81.68953,39.22427],[-81.69113,39.26418],[-81.67337,39.27499],[-81.64717,39.27516],[-81.62266,39.27385],[-81.60555,39.2745],[-81.57686,39.26599],[-81.56482,39.26615],[-81.56112,39.30404],[-81.55662,39.3243],[-81.55572,39.33902],[-81.54447,39.35081],[-81.52208,39.36113],[-81.50073,39.37002],[-81.49194,39.3791],[-81.47643,39.39301],[-81.46767,39.4021],[-81.45144,39.40809],[-81.4363,39.40712],[-81.42929,39.40349],[-81.41631,39.3932],[-81.40421,39.37885],[-81.39215,39.34614],[-81.38335,39.34141],[-81.3704,39.33905],[-81.33848,39.34837],[-81.31149,39.36183],[-81.29108,39.37491],[-81.24249,39.38728],[-81.21858,39.38394],[-81.20926,39.39346],[-81.20851,39.40431],[-81.17151,39.43577],[-81.15402,39.44093],[-81.12826,39.44606],[-81.11907,39.45675],[-81.09396,39.49153],[-81.04158,39.53385],[-81.03146,39.54471],[-80.98755,39.57431],[-80.97546,39.58472],[-80.92994,39.61282],[-80.91817,39.61827],[-80.88524,39.61841],[-80.87568,39.62354],[-80.8666,39.64423],[-80.86274,39.66606],[-80.86138,39.68613],[-80.85522,39.69667],[-80.83212,39.70196],[-80.82861,39.71088],[-80.82773,39.71568],[-80.83032,39.72322],[-80.86449,39.7577],[-80.86649,39.76361],[-80.8631,39.77261],[-80.82659,39.7969],[-80.82075,39.80905],[-80.81982,39.82926],[-80.82335,39.83932],[-80.82084,39.84845],[-80.81241,39.85422],[-80.79983,39.85657],[-80.78629,39.87048],[-80.79418,39.8869],[-80.80593,39.90319],[-80.805,39.91341],[-80.79976,39.91819],[-80.78728,39.91733],[-80.76393,39.90641],[-80.75745,39.90796],[-80.75297,39.91217],[-80.75475,39.9213],[-80.7594,39.93556],[-80.76092,39.94974],[-80.75689,39.95946],[-80.74223,39.96587],[-80.73694,39.98092],[-80.74051,40.00424],[-80.73637,40.02382],[-80.72977,40.03576],[-80.7287,40.0485],[-80.7331,40.06207],[-80.73687,40.06928],[-80.73356,40.08181],[-80.70635,40.1018],[-80.70601,40.11065],[-80.70751,40.13668],[-80.70236,40.15304],[-80.67852,40.18711],[-80.66536,40.19904],[-80.66022,40.23403],[-80.65136,40.24978],[-80.64154,40.25358],[-80.62279,40.25951],[-80.61557,40.27016],[-80.61361,40.29331],[-80.59856,40.31579],[-80.60281,40.32771],[-80.60814,40.33831],[-80.61044,40.34539],[-80.60895,40.35466],[-80.60536,40.37407],[-80.61333,40.38238],[-80.63052,40.38754],[-80.63084,40.39297],[-80.61224,40.40375],[-80.61161,40.42211],[-80.61322,40.4277],[-80.60545,40.44738],[-80.59445,40.4659],[-80.59582,40.47793],[-80.6147,40.50109],[-80.63232,40.54231],[-80.63923,40.54734],[-80.65366,40.56609],[-80.66208,40.57098],[-80.66453,40.57354],[-80.66543,40.58611],[-80.6436,40.60221],[-80.63359,40.61365],[-80.59807,40.62358],[-80.59239,40.62066],[-80.58136,40.61234],[-80.568,40.61397],[-80.55521,40.62435],[-80.5303,40.63415],[-80.51704,40.63767],[-80.51625,41.98134],[-80.56541,41.97071],[-80.56825,41.96601],[-80.76296,41.91605],[-80.79886,41.91186],[-80.81072,41.9042],[-80.88931,41.87839],[-80.9531,41.86571],[-81.00271,41.85425],[-81.08576,41.82708],[-81.13146,41.81176],[-81.24328,41.7631],[-81.28212,41.76821],[-81.31567,41.74689],[-81.3879,41.71251],[-81.45107,41.67312],[-81.48927,41.63529],[-81.53118,41.61643],[-81.55806,41.59861],[-81.74598,41.49066],[-81.80345,41.50159],[-81.86875,41.4853],[-81.91774,41.4932],[-81.9385,41.49371],[-81.99679,41.51948],[-82.01852,41.51841],[-82.19594,41.48151],[-82.24084,41.44516],[-82.27308,41.43647],[-82.30151,41.43212],[-82.35832,41.43342],[-82.40322,41.41714],[-82.45433,41.39226],[-82.48328,41.38576],[-82.50237,41.38576],[-82.52208,41.39608],[-82.59522,41.42981],[-82.64225,41.45482],[-82.6852,41.49263],[-82.71038,41.54215],[-82.67014,41.59825],[-82.67622,41.62286],[-82.786,41.66826],[-82.77341,41.70114],[-82.79357,41.72775],[-82.8309,41.72829],[-82.85614,41.6865],[-82.87004,41.64521],[-82.86607,41.57269],[-82.86276,41.55912],[-82.87061,41.53964],[-82.88686,41.52748],[-82.90339,41.52125],[-82.92166,41.51904],[-82.93994,41.52015],[-83.01364,41.55122],[-83.07669,41.60758],[-83.12829,41.62077],[-83.19432,41.6311],[-83.28849,41.67995],[-83.33664,41.70741],[-83.34538,41.69436],[-83.35364,41.68985],[-83.36984,41.68749],[-83.38224,41.68926],[-83.39297,41.69375],[-83.41132,41.6927],[-83.42695,41.71249],[-83.45361,41.73341],[-83.59913,41.72926],[-83.68883,41.72668],[-83.74316,41.72442],[-84.80658,41.69658]]],"terms_url":"https://gis.dot.state.oh.us/tims_classic/About","terms_text":"Ohio Department of Transportation","description":"Ohio Department of Transportation (ODOT) - Transportation Information Mapping System (TIMS) Road Inventory published June 2024.","icon":"https://www.transportation.ohio.gov/wps/wcm/connect/gov/2ac66df0-55c6-4360-9f44-ff1435bbd068/favicon-ODOT.png?MOD=AJPERES","overlay":true},{"id":"orka.mv","name":"Offene Regionalkarte Mecklenburg-Vorpommern (ORKa.MV)","type":"tms","template":"https://www.orka-mv.de/geodienste/orkamv/tiles/1.0.0/orkamv/GLOBAL_WEBMERCATOR/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[12,19],"polygon":[[[13.32019,54.72212],[12.49001,54.60327],[11.04611,54.03758],[10.73651,53.87637],[10.54746,53.36447],[11.05159,53.14154],[11.31736,53.10208],[12.98593,53.1399],[14.17503,53.21051],[14.45449,53.30557],[14.24626,53.93125],[13.81063,54.51907],[13.5613,54.69996],[13.32019,54.72212]]],"terms_url":"https://www.orka-mv.de/nutzung.html","terms_text":"ORKa.MV","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Mecklenburg-Vorpommern-ORKa.MV.png"},{"id":"rs-osm-official-cyr","name":"Official Serbia OSM (cyr)","type":"tms","template":"https://tiles.openstreetmap.rs/cir/{zoom}/{x}/{y}.png","category":"osmbasedmap","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[18.80881,45.91727],[18.82337,45.8645],[18.8466,45.85246],[18.84165,45.79035],[18.87935,45.77052],[18.8993,45.70035],[18.95579,45.66624],[18.89165,45.62267],[18.89928,45.59703],[18.88135,45.55989],[18.94883,45.52325],[19.01589,45.54724],[19.02932,45.52562],[19.09098,45.50885],[19.07985,45.49768],[18.99189,45.49976],[18.9807,45.44361],[19.01996,45.4142],[18.96988,45.40206],[18.966,45.36807],[19.02302,45.33537],[19.08492,45.32725],[19.09609,45.2933],[19.13809,45.27202],[19.28686,45.22663],[19.41269,45.22318],[19.42913,45.20089],[19.41837,45.17614],[19.34215,45.18421],[19.32174,45.21741],[19.27735,45.2156],[19.27478,45.18543],[19.25545,45.18363],[19.17514,45.21244],[19.15606,45.18881],[19.18067,45.17469],[19.13926,45.14039],[19.07968,45.15282],[19.06653,45.11283],[19.09301,45.076],[19.08965,45.01293],[19.04269,44.97373],[19.10899,44.9599],[19.13712,44.96999],[19.13718,44.95493],[19.08155,44.93372],[19.06738,44.91276],[19.02922,44.93251],[18.9789,44.90574],[19.02018,44.84547],[19.07307,44.85354],[19.17836,44.91166],[19.2121,44.88652],[19.25308,44.90311],[19.29895,44.89938],[19.35327,44.87489],[19.28566,44.79033],[19.3059,44.74899],[19.29374,44.70386],[19.25167,44.66419],[19.2514,44.64405],[19.20752,44.62608],[19.21081,44.59928],[19.17865,44.58314],[19.16455,44.53419],[19.1198,44.52496],[19.11308,44.49974],[19.13711,44.41989],[19.10161,44.4029],[19.09363,44.36717],[19.16129,44.27545],[19.20713,44.28116],[19.23878,44.25189],[19.3179,44.26256],[19.35239,44.17687],[19.40137,44.16024],[19.42964,44.12609],[19.46306,44.13428],[19.46198,44.11508],[19.50606,44.07274],[19.5521,44.06129],[19.57279,44.03672],[19.59278,44.05308],[19.61009,44.02218],[19.55907,44.00784],[19.52228,43.9658],[19.38887,43.97047],[19.30797,44.00688],[19.22795,44.01818],[19.24376,43.94751],[19.38799,43.79075],[19.41805,43.78462],[19.50727,43.70772],[19.52042,43.66457],[19.47856,43.63551],[19.49278,43.58662],[19.48202,43.58275],[19.41175,43.58595],[19.37216,43.62029],[19.31406,43.59812],[19.25873,43.61558],[19.23625,43.59542],[19.23691,43.53887],[19.21299,43.52981],[19.21221,43.4793],[19.34666,43.40609],[19.44086,43.38042],[19.45373,43.33808],[19.52083,43.3097],[19.51787,43.27585],[19.53725,43.24106],[19.60998,43.22226],[19.63543,43.18046],[19.68307,43.15817],[19.76614,43.15372],[19.77965,43.12031],[19.82325,43.10625],[19.83748,43.08411],[19.86983,43.10233],[19.91799,43.07605],[19.96196,43.09885],[19.98538,43.04445],[20.03783,43.02096],[20.11377,42.95614],[20.17027,42.96285],[20.3386,42.89809],[20.33798,42.84608],[20.29511,42.84578],[20.2488,42.82226],[20.25506,42.7821],[20.24353,42.76814],[20.19125,42.75928],[20.15687,42.77823],[20.14007,42.76789],[20.05738,42.78861],[20.01668,42.77117],[20.0064,42.70646],[20.09587,42.65305],[20.06611,42.62364],[20.06756,42.55097],[20.15607,42.49856],[20.21184,42.42826],[20.19815,42.39997],[20.23508,42.36502],[20.23662,42.31895],[20.30674,42.305],[20.33712,42.3177],[20.40079,42.27548],[20.45254,42.26285],[20.51507,42.20593],[20.55671,42.12157],[20.54845,42.07156],[20.58454,42.03807],[20.61476,41.97059],[20.6107,41.94582],[20.56593,41.91927],[20.59704,41.86063],[20.61946,41.84779],[20.65252,41.86472],[20.68315,41.84773],[20.73424,41.85648],[20.78642,41.91702],[20.75973,42.02306],[20.79587,42.07281],[20.89596,42.08847],[20.94745,42.12791],[21.03071,42.14321],[21.10661,42.19604],[21.15713,42.18752],[21.20598,42.12611],[21.21583,42.08613],[21.25884,42.08298],[21.32851,42.10109],[21.3161,42.13676],[21.345,42.19456],[21.39935,42.23792],[21.45035,42.22695],[21.45016,42.26673],[21.50328,42.25989],[21.52049,42.2315],[21.58688,42.24999],[21.69915,42.22145],[21.73273,42.25111],[21.78265,42.25667],[21.8461,42.31573],[21.90127,42.29142],[21.93571,42.3033],[21.9441,42.3334],[22.02332,42.28966],[22.06806,42.28881],[22.17004,42.30294],[22.19842,42.3301],[22.23314,42.32632],[22.28115,42.35485],[22.30841,42.32468],[22.36262,42.3014],[22.45837,42.32333],[22.49081,42.38545],[22.52745,42.39005],[22.56876,42.486],[22.55207,42.5164],[22.45044,42.57687],[22.4771,42.63762],[22.48155,42.69907],[22.51129,42.7408],[22.45019,42.81607],[22.5131,42.84247],[22.53637,42.87031],[22.57598,42.85292],[22.58978,42.88064],[22.61575,42.88562],[22.67855,42.85553],[22.75122,42.87861],[22.78726,42.92238],[22.79608,42.97485],[22.90519,43.02888],[22.92794,43.07391],[22.9907,43.10483],[23.01626,43.18701],[23.01044,43.20196],[22.90582,43.23321],[22.85323,43.28792],[22.83517,43.33553],[22.77194,43.38591],[22.68171,43.40455],[22.66706,43.43406],[22.60223,43.44478],[22.58025,43.47287],[22.54301,43.47779],[22.4993,43.56072],[22.50044,43.64429],[22.41626,43.70185],[22.4121,43.76156],[22.36832,43.81293],[22.39828,43.8761],[22.40038,43.92387],[22.41809,43.93581],[22.42625,43.99677],[22.53037,44.01015],[22.55186,44.04337],[22.62778,44.05581],[22.621,44.10862],[22.63609,44.16429],[22.68282,44.20919],[22.69441,44.2505],[22.67776,44.29167],[22.56792,44.3146],[22.53411,44.34384],[22.50975,44.42304],[22.46766,44.4678],[22.55256,44.47224],[22.58903,44.54011],[22.62316,44.54081],[22.69305,44.50689],[22.75817,44.52574],[22.77332,44.53869],[22.76066,44.57282],[22.67998,44.62759],[22.62383,44.62452],[22.57566,44.64516],[22.45885,44.72489],[22.3028,44.66695],[22.17938,44.49179],[22.13837,44.48093],[22.04487,44.54879],[22.03467,44.59448],[21.99647,44.64207],[21.78,44.67171],[21.63936,44.66966],[21.62136,44.68992],[21.61677,44.73846],[21.58943,44.76879],[21.40194,44.78799],[21.37382,44.82693],[21.3736,44.85636],[21.48622,44.85821],[21.57,44.8874],[21.55356,44.93778],[21.43996,44.97114],[21.38523,45.01604],[21.46313,45.03335],[21.46023,45.05472],[21.49246,45.08709],[21.48728,45.11434],[21.53623,45.13317],[21.52287,45.17708],[21.40597,45.23894],[21.36087,45.23327],[21.29132,45.25237],[21.27401,45.24151],[21.22082,45.26248],[21.1776,45.33502],[21.10025,45.30793],[21.06786,45.34087],[21.02289,45.33574],[20.95987,45.3803],[20.92589,45.4255],[20.88355,45.43351],[20.88811,45.45835],[20.87158,45.47372],[20.78681,45.48993],[20.84231,45.5336],[20.82091,45.57494],[20.77689,45.60837],[20.81451,45.65418],[20.81255,45.73511],[20.8308,45.78143],[20.78314,45.79587],[20.76669,45.76477],[20.70726,45.76126],[20.6888,45.80407],[20.66909,45.80534],[20.66851,45.83532],[20.5876,45.88064],[20.57422,45.91885],[20.51988,45.90331],[20.4872,45.96247],[20.44891,45.98012],[20.40765,45.97558],[20.36611,46.00058],[20.35391,46.05358],[20.28246,46.10533],[20.28962,46.125],[20.21857,46.14329],[20.18385,46.16984],[20.14362,46.15465],[20.09377,46.18703],[20.04035,46.1549],[20.02015,46.18578],[19.93507,46.18619],[19.81847,46.13937],[19.70019,46.19794],[19.65861,46.19985],[19.62901,46.17974],[19.56562,46.18851],[19.49686,46.15038],[19.50798,46.12165],[19.45967,46.10407],[19.41003,46.0549],[19.3826,46.04763],[19.36001,46.06127],[19.27745,46.02362],[19.27547,46.00642],[19.15691,46.00559],[19.14077,46.04426],[19.10341,46.04993],[19.05683,46.00473],[19.06497,45.97375],[19.00258,45.96817],[18.98879,45.94212],[18.96165,45.93607],[18.90474,45.94519],[18.85486,45.91925],[18.80881,45.91727]]],"terms_url":"https://openstreetmap.rs/o-mapi/","terms_text":"openstreetmap.rs","description":"Official Serbia OSM tile server using cyrillic script","icon":"https://tiles.openstreetmap.rs/logo.png"},{"id":"rs-osm-official-lat","name":"Official Serbia OSM (lat)","type":"tms","template":"https://tiles.openstreetmap.rs/lat/{zoom}/{x}/{y}.png","category":"osmbasedmap","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[18.80881,45.91727],[18.82337,45.8645],[18.8466,45.85246],[18.84165,45.79035],[18.87935,45.77052],[18.8993,45.70035],[18.95579,45.66624],[18.89165,45.62267],[18.89928,45.59703],[18.88135,45.55989],[18.94883,45.52325],[19.01589,45.54724],[19.02932,45.52562],[19.09098,45.50885],[19.07985,45.49768],[18.99189,45.49976],[18.9807,45.44361],[19.01996,45.4142],[18.96988,45.40206],[18.966,45.36807],[19.02302,45.33537],[19.08492,45.32725],[19.09609,45.2933],[19.13809,45.27202],[19.28686,45.22663],[19.41269,45.22318],[19.42913,45.20089],[19.41837,45.17614],[19.34215,45.18421],[19.32174,45.21741],[19.27735,45.2156],[19.27478,45.18543],[19.25545,45.18363],[19.17514,45.21244],[19.15606,45.18881],[19.18067,45.17469],[19.13926,45.14039],[19.07968,45.15282],[19.06653,45.11283],[19.09301,45.076],[19.08965,45.01293],[19.04269,44.97373],[19.10899,44.9599],[19.13712,44.96999],[19.13718,44.95493],[19.08155,44.93372],[19.06738,44.91276],[19.02922,44.93251],[18.9789,44.90574],[19.02018,44.84547],[19.07307,44.85354],[19.17836,44.91166],[19.2121,44.88652],[19.25308,44.90311],[19.29895,44.89938],[19.35327,44.87489],[19.28566,44.79033],[19.3059,44.74899],[19.29374,44.70386],[19.25167,44.66419],[19.2514,44.64405],[19.20752,44.62608],[19.21081,44.59928],[19.17865,44.58314],[19.16455,44.53419],[19.1198,44.52496],[19.11308,44.49974],[19.13711,44.41989],[19.10161,44.4029],[19.09363,44.36717],[19.16129,44.27545],[19.20713,44.28116],[19.23878,44.25189],[19.3179,44.26256],[19.35239,44.17687],[19.40137,44.16024],[19.42964,44.12609],[19.46306,44.13428],[19.46198,44.11508],[19.50606,44.07274],[19.5521,44.06129],[19.57279,44.03672],[19.59278,44.05308],[19.61009,44.02218],[19.55907,44.00784],[19.52228,43.9658],[19.38887,43.97047],[19.30797,44.00688],[19.22795,44.01818],[19.24376,43.94751],[19.38799,43.79075],[19.41805,43.78462],[19.50727,43.70772],[19.52042,43.66457],[19.47856,43.63551],[19.49278,43.58662],[19.48202,43.58275],[19.41175,43.58595],[19.37216,43.62029],[19.31406,43.59812],[19.25873,43.61558],[19.23625,43.59542],[19.23691,43.53887],[19.21299,43.52981],[19.21221,43.4793],[19.34666,43.40609],[19.44086,43.38042],[19.45373,43.33808],[19.52083,43.3097],[19.51787,43.27585],[19.53725,43.24106],[19.60998,43.22226],[19.63543,43.18046],[19.68307,43.15817],[19.76614,43.15372],[19.77965,43.12031],[19.82325,43.10625],[19.83748,43.08411],[19.86983,43.10233],[19.91799,43.07605],[19.96196,43.09885],[19.98538,43.04445],[20.03783,43.02096],[20.11377,42.95614],[20.17027,42.96285],[20.3386,42.89809],[20.33798,42.84608],[20.29511,42.84578],[20.2488,42.82226],[20.25506,42.7821],[20.24353,42.76814],[20.19125,42.75928],[20.15687,42.77823],[20.14007,42.76789],[20.05738,42.78861],[20.01668,42.77117],[20.0064,42.70646],[20.09587,42.65305],[20.06611,42.62364],[20.06756,42.55097],[20.15607,42.49856],[20.21184,42.42826],[20.19815,42.39997],[20.23508,42.36502],[20.23662,42.31895],[20.30674,42.305],[20.33712,42.3177],[20.40079,42.27548],[20.45254,42.26285],[20.51507,42.20593],[20.55671,42.12157],[20.54845,42.07156],[20.58454,42.03807],[20.61476,41.97059],[20.6107,41.94582],[20.56593,41.91927],[20.59704,41.86063],[20.61946,41.84779],[20.65252,41.86472],[20.68315,41.84773],[20.73424,41.85648],[20.78642,41.91702],[20.75973,42.02306],[20.79587,42.07281],[20.89596,42.08847],[20.94745,42.12791],[21.03071,42.14321],[21.10661,42.19604],[21.15713,42.18752],[21.20598,42.12611],[21.21583,42.08613],[21.25884,42.08298],[21.32851,42.10109],[21.3161,42.13676],[21.345,42.19456],[21.39935,42.23792],[21.45035,42.22695],[21.45016,42.26673],[21.50328,42.25989],[21.52049,42.2315],[21.58688,42.24999],[21.69915,42.22145],[21.73273,42.25111],[21.78265,42.25667],[21.8461,42.31573],[21.90127,42.29142],[21.93571,42.3033],[21.9441,42.3334],[22.02332,42.28966],[22.06806,42.28881],[22.17004,42.30294],[22.19842,42.3301],[22.23314,42.32632],[22.28115,42.35485],[22.30841,42.32468],[22.36262,42.3014],[22.45837,42.32333],[22.49081,42.38545],[22.52745,42.39005],[22.56876,42.486],[22.55207,42.5164],[22.45044,42.57687],[22.4771,42.63762],[22.48155,42.69907],[22.51129,42.7408],[22.45019,42.81607],[22.5131,42.84247],[22.53637,42.87031],[22.57598,42.85292],[22.58978,42.88064],[22.61575,42.88562],[22.67855,42.85553],[22.75122,42.87861],[22.78726,42.92238],[22.79608,42.97485],[22.90519,43.02888],[22.92794,43.07391],[22.9907,43.10483],[23.01626,43.18701],[23.01044,43.20196],[22.90582,43.23321],[22.85323,43.28792],[22.83517,43.33553],[22.77194,43.38591],[22.68171,43.40455],[22.66706,43.43406],[22.60223,43.44478],[22.58025,43.47287],[22.54301,43.47779],[22.4993,43.56072],[22.50044,43.64429],[22.41626,43.70185],[22.4121,43.76156],[22.36832,43.81293],[22.39828,43.8761],[22.40038,43.92387],[22.41809,43.93581],[22.42625,43.99677],[22.53037,44.01015],[22.55186,44.04337],[22.62778,44.05581],[22.621,44.10862],[22.63609,44.16429],[22.68282,44.20919],[22.69441,44.2505],[22.67776,44.29167],[22.56792,44.3146],[22.53411,44.34384],[22.50975,44.42304],[22.46766,44.4678],[22.55256,44.47224],[22.58903,44.54011],[22.62316,44.54081],[22.69305,44.50689],[22.75817,44.52574],[22.77332,44.53869],[22.76066,44.57282],[22.67998,44.62759],[22.62383,44.62452],[22.57566,44.64516],[22.45885,44.72489],[22.3028,44.66695],[22.17938,44.49179],[22.13837,44.48093],[22.04487,44.54879],[22.03467,44.59448],[21.99647,44.64207],[21.78,44.67171],[21.63936,44.66966],[21.62136,44.68992],[21.61677,44.73846],[21.58943,44.76879],[21.40194,44.78799],[21.37382,44.82693],[21.3736,44.85636],[21.48622,44.85821],[21.57,44.8874],[21.55356,44.93778],[21.43996,44.97114],[21.38523,45.01604],[21.46313,45.03335],[21.46023,45.05472],[21.49246,45.08709],[21.48728,45.11434],[21.53623,45.13317],[21.52287,45.17708],[21.40597,45.23894],[21.36087,45.23327],[21.29132,45.25237],[21.27401,45.24151],[21.22082,45.26248],[21.1776,45.33502],[21.10025,45.30793],[21.06786,45.34087],[21.02289,45.33574],[20.95987,45.3803],[20.92589,45.4255],[20.88355,45.43351],[20.88811,45.45835],[20.87158,45.47372],[20.78681,45.48993],[20.84231,45.5336],[20.82091,45.57494],[20.77689,45.60837],[20.81451,45.65418],[20.81255,45.73511],[20.8308,45.78143],[20.78314,45.79587],[20.76669,45.76477],[20.70726,45.76126],[20.6888,45.80407],[20.66909,45.80534],[20.66851,45.83532],[20.5876,45.88064],[20.57422,45.91885],[20.51988,45.90331],[20.4872,45.96247],[20.44891,45.98012],[20.40765,45.97558],[20.36611,46.00058],[20.35391,46.05358],[20.28246,46.10533],[20.28962,46.125],[20.21857,46.14329],[20.18385,46.16984],[20.14362,46.15465],[20.09377,46.18703],[20.04035,46.1549],[20.02015,46.18578],[19.93507,46.18619],[19.81847,46.13937],[19.70019,46.19794],[19.65861,46.19985],[19.62901,46.17974],[19.56562,46.18851],[19.49686,46.15038],[19.50798,46.12165],[19.45967,46.10407],[19.41003,46.0549],[19.3826,46.04763],[19.36001,46.06127],[19.27745,46.02362],[19.27547,46.00642],[19.15691,46.00559],[19.14077,46.04426],[19.10341,46.04993],[19.05683,46.00473],[19.06497,45.97375],[19.00258,45.96817],[18.98879,45.94212],[18.96165,45.93607],[18.90474,45.94519],[18.85486,45.91925],[18.80881,45.91727]]],"terms_url":"https://openstreetmap.rs/o-mapi/","terms_text":"openstreetmap.rs","description":"Official Serbia OSM tile server using latin script","icon":"https://tiles.openstreetmap.rs/logo.png"},{"id":"OSIP","name":"Ohio Statewide Imagery Program","type":"wms","template":"https://geo1.oit.ohio.gov/arcgis/services/OSIP/OSIPIII_MostCurrent/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-83.1356,41.75081],[-83.13438,41.64959],[-83.44737,41.76038],[-84.82898,41.70637],[-84.84471,39.08477],[-84.74086,39.11164],[-84.64015,39.05545],[-84.49223,39.07255],[-84.34117,38.99922],[-84.22157,38.7812],[-84.08624,38.75421],[-83.9635,38.76403],[-83.74635,38.63385],[-83.65193,38.61172],[-83.54178,38.69283],[-83.46625,38.64614],[-83.39387,38.64368],[-83.30575,38.58466],[-83.14524,38.59942],[-83.00676,38.71002],[-82.91235,38.73212],[-82.8494,38.56006],[-82.73925,38.53545],[-82.57875,38.39745],[-82.29865,38.43198],[-82.26718,38.57236],[-82.16017,38.58712],[-82.16647,38.72475],[-82.19794,38.78856],[-82.12555,38.8278],[-82.11611,38.92336],[-82.02799,38.99922],[-81.9084,38.93315],[-81.95875,38.89397],[-81.9021,38.85477],[-81.73216,38.9258],[-81.72586,39.19461],[-81.54333,39.26288],[-81.515,39.35054],[-81.45521,39.38704],[-81.38912,39.31159],[-81.19399,39.37974],[-80.85095,39.625],[-80.58973,40.2812],[-80.58344,40.49933],[-80.6275,40.59021],[-80.51105,40.62127],[-80.50161,41.99939],[-81.10587,41.84484],[-81.39541,41.7369],[-81.72901,41.52048],[-82.0217,41.53462],[-82.49063,41.40492],[-82.68575,41.50634],[-82.64799,41.62408],[-82.75184,41.63584],[-82.76758,41.73925],[-82.8494,41.7463],[-82.89032,41.69462],[-82.89032,41.54404],[-82.95011,41.54404],[-83.0796,41.62936],[-83.08101,41.7511],[-83.1356,41.75081]]],"terms_url":"https://das.ohio.gov/technology-and-strategy/ogrip/projects/osip","terms_text":"Ohio Statewide Imagery Program","description":"Ohio Statewide Imagery Program III most current orthoimagery of every county at resolutions from 1 foot to 3 inches from 2017 through 2020."},{"id":"OSIP_1ft","name":"Ohio Statewide Imagery Program 1-Foot","type":"wms","template":"https://geo1.oit.ohio.gov/arcgis/services/OSIP/osip_best_avail_1ft/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-83.1356,41.75081],[-83.13438,41.64959],[-83.44737,41.76038],[-84.82898,41.70637],[-84.84471,39.08477],[-84.74086,39.11164],[-84.64015,39.05545],[-84.49223,39.07255],[-84.34117,38.99922],[-84.22157,38.7812],[-84.08624,38.75421],[-83.9635,38.76403],[-83.74635,38.63385],[-83.65193,38.61172],[-83.54178,38.69283],[-83.46625,38.64614],[-83.39387,38.64368],[-83.30575,38.58466],[-83.14524,38.59942],[-83.00676,38.71002],[-82.91235,38.73212],[-82.8494,38.56006],[-82.73925,38.53545],[-82.57875,38.39745],[-82.29865,38.43198],[-82.26718,38.57236],[-82.16017,38.58712],[-82.16647,38.72475],[-82.19794,38.78856],[-82.12555,38.8278],[-82.11611,38.92336],[-82.02799,38.99922],[-81.9084,38.93315],[-81.95875,38.89397],[-81.9021,38.85477],[-81.73216,38.9258],[-81.72586,39.19461],[-81.54333,39.26288],[-81.515,39.35054],[-81.45521,39.38704],[-81.38912,39.31159],[-81.19399,39.37974],[-80.85095,39.625],[-80.58973,40.2812],[-80.58344,40.49933],[-80.6275,40.59021],[-80.51105,40.62127],[-80.50161,41.99939],[-81.10587,41.84484],[-81.39541,41.7369],[-81.72901,41.52048],[-82.0217,41.53462],[-82.49063,41.40492],[-82.68575,41.50634],[-82.64799,41.62408],[-82.75184,41.63584],[-82.76758,41.73925],[-82.8494,41.7463],[-82.89032,41.69462],[-82.89032,41.54404],[-82.95011,41.54404],[-83.0796,41.62936],[-83.08101,41.7511],[-83.1356,41.75081]]],"terms_url":"https://das.ohio.gov/technology-and-strategy/ogrip/projects/osip","terms_text":"Ohio Statewide Imagery Program","description":"Ohio Statewide Imagery Program II orthoimagery of all 88 counties at 1-foot resolution from 2011 through 2014."},{"id":"OSIP_6in","name":"Ohio Statewide Imagery Program 6-Inch","type":"wms","template":"https://geo1.oit.ohio.gov/arcgis/services/OSIP/OSIP_6in_best_avail/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-82.76447,38.60466],[-82.82967,38.58054],[-82.82389,38.55757],[-82.71004,38.53207],[-82.62589,38.46333],[-82.60242,38.40637],[-82.54208,38.3889],[-82.31673,38.43442],[-82.28712,38.48991],[-82.26884,38.58221],[-82.28295,38.59689],[-82.34199,38.59912],[-82.34329,38.68764],[-82.45307,38.69579],[-82.4484,38.74265],[-82.47238,38.78367],[-82.5627,38.79213],[-82.56363,38.85551],[-82.65229,38.8632],[-82.66783,38.8528],[-82.67995,38.76321],[-82.71303,38.7535],[-82.72024,38.69223],[-82.78193,38.68361],[-82.78442,38.64167],[-82.76447,38.60466]],[[-82.63588,39.61218],[-82.638,39.57917],[-82.74519,39.57791],[-82.76731,39.36857],[-82.75362,39.35371],[-82.63757,39.34661],[-82.61744,39.36019],[-82.51118,39.35562],[-82.49729,39.3806],[-82.30984,39.37063],[-82.3169,39.29299],[-82.27994,39.27938],[-82.27719,39.19064],[-81.75373,39.16595],[-81.67732,39.21789],[-81.66931,39.26102],[-81.55664,39.258],[-81.53281,39.34333],[-81.44829,39.39578],[-81.42416,39.38179],[-81.40555,39.34019],[-81.37772,39.3277],[-81.26394,39.37175],[-81.20636,39.37585],[-81.16965,39.42313],[-81.1175,39.43727],[-81.02454,39.5304],[-81.0184,39.57424],[-81.03596,39.58651],[-81.24593,39.59347],[-81.26019,39.61943],[-81.34017,39.60755],[-81.37642,39.61557],[-81.40588,39.64389],[-81.476,39.65995],[-81.49136,39.64869],[-81.49245,39.59826],[-81.72641,39.59544],[-81.7424,39.5487],[-81.72498,39.49713],[-81.82702,39.50758],[-81.84272,39.46446],[-82.0366,39.4727],[-82.02894,39.54978],[-82.03937,39.56366],[-82.24415,39.57555],[-82.25403,39.60391],[-82.35985,39.61015],[-82.36638,39.66805],[-82.49233,39.6761],[-82.50821,39.66577],[-82.51339,39.61824],[-82.62001,39.62308],[-82.63588,39.61218]],[[-83.11112,41.97385],[-83.42404,41.7481],[-84.82004,41.70609],[-84.83855,39.12098],[-84.83509,39.09701],[-84.81276,39.0915],[-84.74492,39.13298],[-84.69755,39.08944],[-84.61907,39.0588],[-84.54439,39.08439],[-84.49955,39.08157],[-84.46247,39.1068],[-84.44095,39.04406],[-84.35509,39.02423],[-84.32374,39.00054],[-84.30555,38.94947],[-84.25178,38.88671],[-84.24952,38.82742],[-84.22491,38.79466],[-84.07407,38.75603],[-83.96347,38.77275],[-83.8753,38.74739],[-83.84975,38.70729],[-83.80082,38.68935],[-83.77254,38.63949],[-83.65504,38.61325],[-83.63005,38.62747],[-83.6152,38.66677],[-83.52167,38.68824],[-83.47446,38.66162],[-83.36862,38.64277],[-83.30763,38.58432],[-83.2803,38.58514],[-83.25174,38.6091],[-83.2526,39.01867],[-83.30649,39.06513],[-83.36374,39.06874],[-83.32528,39.23274],[-83.33174,39.26141],[-83.36552,39.27065],[-83.36579,39.3214],[-83.35484,39.37206],[-83.24886,39.51176],[-83.23468,39.70013],[-83.63315,39.73021],[-83.63046,39.75697],[-83.57063,39.76491],[-83.49343,40.00733],[-83.48637,40.09669],[-83.17068,40.09249],[-83.15159,40.10402],[-83.1549,40.24986],[-83.2302,40.25905],[-83.23062,40.51269],[-83.39659,40.51998],[-83.40203,40.69219],[-83.43299,40.7156],[-83.4766,40.71593],[-83.47717,40.81774],[-83.49647,40.83238],[-83.49563,40.89031],[-83.45897,40.8995],[-83.43864,40.9773],[-83.13191,40.97885],[-83.13009,40.70296],[-83.11858,40.6898],[-82.72745,40.69674],[-82.70796,40.71121],[-82.70531,40.98106],[-82.42903,40.97871],[-82.41388,40.99059],[-82.41684,41.05103],[-82.19101,41.04947],[-82.19118,40.98673],[-82.14816,40.9775],[-82.13948,40.65806],[-81.66816,40.65339],[-81.6874,40.6324],[-81.68815,40.45893],[-81.72823,40.44538],[-81.72832,40.36293],[-81.636,40.35419],[-81.64081,40.23623],[-81.68308,40.23087],[-81.68868,40.1662],[-81.73524,40.15288],[-81.74723,39.92999],[-81.71029,39.91717],[-81.71029,39.83468],[-81.57697,39.82495],[-81.56204,39.83602],[-81.56013,39.88221],[-81.45816,39.88045],[-81.44464,39.90858],[-81.37464,39.91047],[-81.36718,39.93563],[-81.22124,39.94064],[-81.20822,40.17534],[-81.32028,40.18562],[-81.31614,40.28984],[-81.2686,40.29011],[-81.25645,40.30312],[-81.24542,40.56737],[-81.30199,40.58064],[-81.2991,40.63714],[-81.22824,40.63995],[-81.21897,40.70858],[-81.18312,40.7145],[-80.93633,40.71253],[-80.93596,40.63836],[-80.88022,40.62854],[-80.87664,40.59016],[-80.76606,40.58299],[-80.75086,40.56897],[-80.66334,40.56846],[-80.62024,40.60579],[-80.56595,40.60166],[-80.50024,40.63618],[-80.5031,41.14139],[-80.98337,41.14867],[-80.9839,41.48689],[-80.50144,41.4936],[-80.50489,42.33137],[-81.25303,42.22098],[-82.40298,41.69103],[-82.67404,41.69103],[-83.05287,41.87301],[-83.11112,41.97385]]],"terms_url":"https://das.ohio.gov/technology-and-strategy/ogrip/projects/osip","terms_text":"Ohio Statewide Imagery Program","description":"Ohio Statewide Imagery Program III orthoimagery of 40 counties captured at 6-inch resolution in 2017 and 2018, plus OSIP I and OSIP II imagery in 16 more counties from 2010 through 2014."},{"id":"Okaloosa_Ortho_2019","name":"Okaloosa County Orthoimagery (2019)","type":"tms","template":"https://ags.myokaloosa.com/arcgis/rest/services/imagery/Aerial2019/MapServer/WMTS/tile/1.0.0/imagery_Aerial2019/default/default028mm/{zoom}/{y}/{x}.jpg","category":"historicphoto","endDate":"2019-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-86.79553,31.00315],[-86.79162,30.83611],[-86.80524,30.8358],[-86.80032,30.48768],[-86.8087,30.48752],[-86.80721,30.42335],[-86.81146,30.42328],[-86.81073,30.38239],[-86.38213,30.37511],[-86.37831,31.00762],[-86.79553,31.00315]]],"terms_url":"https://myokaloosa.com/gis_homepage","terms_text":"Okaloosa County, FL GIS","description":"The 2019 orthoimagery for Okaloosa County in the State of Florida"},{"id":"Okaloosa_Ortho_2022","name":"Okaloosa County Orthoimagery (2022)","type":"wms","template":"https://ags.myokaloosa.com/arcgis/rest/services/imagery/Aerial2022_dynamic/MapServer/export?dpi=96&transparent=true&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&f=image&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-86.79553,31.00315],[-86.79162,30.83611],[-86.80524,30.8358],[-86.80032,30.48768],[-86.8087,30.48752],[-86.80721,30.42335],[-86.81146,30.42328],[-86.81073,30.38239],[-86.38213,30.37511],[-86.37831,31.00762],[-86.79553,31.00315]]],"terms_url":"https://myokaloosa.com/gis_homepage","terms_text":"Okaloosa County, FL GIS","description":"The 2022 orthoimagery for Okaloosa County in the State of Florida"},{"id":"OpenAerialMapMosaic","name":"OpenAerialMap Mosaic, by Kontur.io","type":"tms","template":"https://apps.kontur.io/raster-tiler/oam/mosaic/{zoom}/{x}/{y}.png","category":"photo","zoomExtent":[1,31],"default":true,"description":"All OpenAerialMap images in one mosaic layer, by Kontur.io","icon":"https://osmlab.github.io/editor-layer-index/sources/world/OpenAerialMap.png"},{"id":"openrailwaymap-maxspeeds","name":"OpenRailwayMap Maxspeeds","type":"tms","template":"https://{switch:a,b,c}.tiles.openrailwaymap.org/maxspeed/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[0,20],"terms_url":"https://www.openrailwaymap.org/","terms_text":"Rendering: OpenRailwayMap, © Map data OpenStreetMap contributors","description":"Overlay imagery showing railway speed limits based on OpenStreetMap data","icon":"https://www.openrailwaymap.org/img/openrailwaymap-64.png","overlay":true},{"id":"openrailwaymap-signalling","name":"OpenRailwayMap Signalling","type":"tms","template":"https://{switch:a,b,c}.tiles.openrailwaymap.org/signals/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[0,20],"terms_url":"https://www.openrailwaymap.org/","terms_text":"Rendering: OpenRailwayMap, © Map data OpenStreetMap contributors","description":"Overlay imagery showing railway signals based on OpenStreetMap data","icon":"https://www.openrailwaymap.org/img/openrailwaymap-64.png","overlay":true},{"id":"osmbe-nl","name":"OpenStreetMap (Belgian Style - Dutch)","type":"tms","template":"https://tile.openstreetmap.be/osmbe-nl/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[0,18],"polygon":[[[5.47007,49.49196],[5.54257,49.5105],[5.55638,49.52373],[5.59116,49.51734],[5.61175,49.50102],[5.62589,49.51698],[5.6228,49.5283],[5.64371,49.54565],[5.66008,49.55039],[5.6987,49.53744],[5.73009,49.53954],[5.74792,49.53452],[5.76126,49.53952],[5.76226,49.554],[5.77149,49.55832],[5.79504,49.55029],[5.81858,49.5461],[5.82582,49.54931],[5.84053,49.55222],[5.8736,49.57435],[5.87403,49.58991],[5.84953,49.59399],[5.87663,49.60771],[5.89117,49.63469],[5.89899,49.63401],[5.90876,49.63876],[5.90382,49.65192],[5.91262,49.66488],[5.86372,49.68213],[5.88817,49.70952],[5.86996,49.72777],[5.82702,49.72616],[5.83544,49.74713],[5.8179,49.75977],[5.7909,49.79765],[5.75473,49.79514],[5.75151,49.81985],[5.74291,49.83555],[5.75803,49.84287],[5.76191,49.85693],[5.75667,49.8703],[5.77636,49.86265],[5.78897,49.87213],[5.78087,49.88794],[5.74481,49.89975],[5.76822,49.91307],[5.78215,49.957],[5.80883,49.95773],[5.83952,49.9756],[5.8448,49.99123],[5.82665,50.00135],[5.82586,50.00934],[5.86392,50.02594],[5.8749,50.04624],[5.86237,50.06368],[5.89064,50.07554],[5.90347,50.11172],[5.96515,50.12813],[5.96932,50.16795],[6.02136,50.17685],[6.03055,50.15829],[6.06344,50.14834],[6.0821,50.15275],[6.08452,50.16697],[6.10156,50.16551],[6.11273,50.16093],[6.10856,50.1326],[6.13978,50.12527],[6.15923,50.14002],[6.15231,50.16841],[6.19683,50.17988],[6.19337,50.20761],[6.1789,50.22147],[6.18166,50.23125],[6.1981,50.23275],[6.21151,50.24816],[6.23624,50.25692],[6.28111,50.26236],[6.29547,50.27422],[6.29335,50.2909],[6.31289,50.31636],[6.32792,50.3186],[6.36388,50.30021],[6.38558,50.31658],[6.40783,50.31893],[6.41162,50.32769],[6.40305,50.34866],[6.35129,50.38206],[6.37408,50.40637],[6.3825,50.43975],[6.37423,50.45989],[6.34706,50.46422],[6.35349,50.49244],[6.26954,50.50961],[6.22586,50.49832],[6.19789,50.53715],[6.1833,50.54646],[6.18304,50.55597],[6.22795,50.58535],[6.24102,50.58657],[6.27251,50.62033],[6.26822,50.62829],[6.18205,50.63583],[6.18348,50.6457],[6.18715,50.6505],[6.17755,50.65576],[6.16312,50.67169],[6.1491,50.68465],[6.11623,50.72364],[6.03953,50.7295],[6.04208,50.74557],[6.02001,50.75521],[5.95896,50.76308],[5.89689,50.75501],[5.88667,50.77108],[5.84901,50.75975],[5.84525,50.76609],[5.80759,50.75681],[5.7927,50.77138],[5.78519,50.7684],[5.77748,50.78344],[5.76476,50.7837],[5.73912,50.76522],[5.73762,50.75842],[5.7218,50.76538],[5.69204,50.75629],[5.70259,50.78396],[5.69338,50.79687],[5.70296,50.80821],[5.65568,50.82591],[5.65094,50.83431],[5.64567,50.83789],[5.64576,50.83961],[5.64049,50.84701],[5.64337,50.84974],[5.64516,50.86533],[5.68051,50.88068],[5.69711,50.8958],[5.70051,50.90955],[5.72625,50.9059],[5.73223,50.9221],[5.76011,50.95227],[5.75617,50.95898],[5.74604,50.96209],[5.7426,50.96113],[5.73469,50.95683],[5.72174,50.96128],[5.74816,50.98087],[5.76419,50.99502],[5.76846,50.9985],[5.76759,51.00526],[5.77829,51.02399],[5.77383,51.02859],[5.76027,51.03223],[5.77731,51.05804],[5.80458,51.05888],[5.80612,51.07955],[5.79816,51.09023],[5.8119,51.0943],[5.82291,51.09124],[5.8338,51.09577],[5.83555,51.10842],[5.81435,51.11524],[5.83976,51.12993],[5.85709,51.14477],[5.82594,51.16827],[5.78447,51.15925],[5.78118,51.18082],[5.76873,51.18843],[5.74598,51.19455],[5.71011,51.18671],[5.65947,51.19052],[5.65253,51.19899],[5.56283,51.22287],[5.55816,51.26613],[5.51628,51.29599],[5.48215,51.30064],[5.44065,51.28246],[5.41551,51.2639],[5.34493,51.27681],[5.335,51.26474],[5.26216,51.26778],[5.238,51.26255],[5.22742,51.26844],[5.24326,51.3057],[5.20039,51.32325],[5.15592,51.31278],[5.13581,51.31594],[5.13225,51.3472],[5.11662,51.36118],[5.0727,51.39365],[5.10643,51.43135],[5.08032,51.47226],[5.04722,51.47217],[5.04093,51.4876],[5.03235,51.48827],[5.01937,51.48074],[5.00816,51.47134],[4.99955,51.44324],[4.96007,51.42194],[4.93775,51.40655],[4.94134,51.42928],[4.95767,51.4548],[4.91431,51.45952],[4.88072,51.4166],[4.83103,51.42488],[4.82521,51.44674],[4.84529,51.45817],[4.83884,51.46588],[4.84355,51.48177],[4.82318,51.48441],[4.81666,51.49552],[4.7766,51.50625],[4.75827,51.50302],[4.74945,51.49905],[4.74476,51.48977],[4.72792,51.48435],[4.70175,51.46691],[4.69115,51.45283],[4.66465,51.44625],[4.66744,51.42777],[4.64951,51.42741],[4.6431,51.42478],[4.57427,51.43404],[4.53758,51.42456],[4.53097,51.44965],[4.54967,51.47364],[4.53739,51.48358],[4.4768,51.47912],[4.38055,51.45075],[4.37771,51.44595],[4.39426,51.44251],[4.38147,51.41805],[4.42309,51.37577],[4.42462,51.3668],[4.39906,51.35785],[4.38556,51.35574],[4.34197,51.36012],[4.33535,51.37775],[4.21546,51.37487],[4.21772,51.36206],[4.23804,51.35274],[4.1651,51.2938],[4.0551,51.24402],[4.01551,51.24825],[3.95603,51.22117],[3.93751,51.2174],[3.9281,51.22508],[3.91482,51.21509],[3.91256,51.20837],[3.88782,51.20283],[3.89467,51.21743],[3.88901,51.22423],[3.85827,51.21334],[3.79294,51.21546],[3.78934,51.22711],[3.79031,51.24163],[3.79652,51.25635],[3.77605,51.26777],[3.71763,51.27428],[3.69139,51.28043],[3.6582,51.29056],[3.63839,51.29078],[3.58905,51.30652],[3.57559,51.29428],[3.56145,51.29637],[3.54179,51.29123],[3.51433,51.28799],[3.527,51.24651],[3.45031,51.24219],[3.43471,51.24621],[3.41852,51.25984],[3.38922,51.27329],[3.38342,51.27485],[3.38177,51.28732],[3.36832,51.29778],[3.3789,51.30251],[3.36094,51.31523],[3.38739,51.33392],[3.37581,51.3584],[3.32658,51.43728],[3.01078,51.59839],[2.34072,51.31453],[2.55892,51.06596],[2.56946,51.00113],[2.60263,50.98638],[2.62148,50.95406],[2.62479,50.94743],[2.58525,50.91825],[2.60151,50.90993],[2.60628,50.86565],[2.59427,50.84743],[2.61055,50.84419],[2.63543,50.80987],[2.67057,50.81562],[2.6788,50.81207],[2.71636,50.8123],[2.7236,50.79079],[2.73745,50.77967],[2.75922,50.77052],[2.75409,50.76251],[2.76469,50.75397],[2.77811,50.74686],[2.78869,50.72508],[2.81843,50.71386],[2.84646,50.72043],[2.86855,50.70242],[2.87992,50.70199],[2.88533,50.70547],[2.90017,50.69202],[2.90742,50.69209],[2.91281,50.69463],[2.91184,50.70267],[2.92206,50.70224],[2.92939,50.70786],[2.9349,50.72822],[2.94602,50.73167],[2.93962,50.74441],[2.9557,50.75181],[2.96822,50.74763],[2.99536,50.76043],[3.01945,50.77263],[3.02927,50.76813],[3.03691,50.77003],[3.04064,50.77484],[3.05758,50.77987],[3.08585,50.77064],[3.10455,50.78042],[3.11348,50.79278],[3.12547,50.78553],[3.14457,50.78871],[3.19445,50.7316],[3.18953,50.72603],[3.20498,50.71072],[3.22148,50.70958],[3.23779,50.71086],[3.24518,50.71225],[3.25881,50.69312],[3.25131,50.69091],[3.26029,50.67692],[3.24019,50.67023],[3.23893,50.65864],[3.24349,50.64031],[3.25497,50.62115],[3.27524,50.59381],[3.27549,50.53872],[3.28718,50.52552],[3.30319,50.51966],[3.31872,50.51788],[3.32767,50.50732],[3.35949,50.50325],[3.37405,50.48993],[3.42736,50.50327],[3.43663,50.5083],[3.44739,50.50415],[3.4742,50.53204],[3.51582,50.52075],[3.49448,50.49918],[3.49868,50.48577],[3.56897,50.4982],[3.58162,50.48917],[3.6099,50.4935],[3.64419,50.4618],[3.66129,50.45399],[3.65685,50.4464],[3.66743,50.43635],[3.66777,50.42262],[3.67276,50.40227],[3.66788,50.38597],[3.65542,50.37075],[3.66397,50.34724],[3.68231,50.31988],[3.70911,50.3021],[3.73175,50.30705],[3.73556,50.32532],[3.74124,50.34624],[3.80551,50.35098],[3.81321,50.34251],[3.84244,50.35243],[3.85645,50.34099],[3.88429,50.33511],[3.88419,50.32554],[3.90223,50.3257],[3.96355,50.34742],[3.96482,50.34012],[3.98611,50.34137],[4.02738,50.35491],[4.03817,50.33987],[4.07339,50.31754],[4.08017,50.30809],[4.0977,50.31201],[4.10928,50.30112],[4.12139,50.29732],[4.12086,50.27276],[4.13228,50.26754],[4.13426,50.25572],[4.16851,50.25626],[4.16937,50.26848],[4.155,50.27742],[4.16567,50.28779],[4.17487,50.27492],[4.20676,50.27068],[4.21836,50.25492],[4.19179,50.24106],[4.15979,50.21579],[4.14799,50.21344],[4.15567,50.19785],[4.14686,50.17314],[4.14989,50.1647],[4.13677,50.15213],[4.12568,50.13511],[4.13656,50.12909],[4.15448,50.12716],[4.19566,50.13394],[4.19766,50.12037],[4.19529,50.10571],[4.22857,50.06873],[4.17458,50.04772],[4.16174,50.05032],[4.13272,50.01973],[4.13683,50.00786],[4.15996,49.99544],[4.13704,49.97691],[4.19582,49.96629],[4.19304,49.95746],[4.19616,49.9536],[4.3137,49.96541],[4.34921,49.95202],[4.38072,49.95088],[4.39149,49.94697],[4.40593,49.94785],[4.44588,49.93656],[4.47953,49.94584],[4.51156,49.94579],[4.52365,49.94973],[4.54315,49.9679],[4.55981,49.96757],[4.58965,49.98336],[4.63074,49.98584],[4.69461,49.99504],[4.69495,49.99662],[4.68731,50.01802],[4.70309,50.05587],[4.68851,50.06595],[4.70278,50.09336],[4.71293,50.09598],[4.75217,50.11158],[4.76486,50.13634],[4.78067,50.14092],[4.82334,50.15923],[4.83169,50.1526],[4.8529,50.15168],[4.87725,50.15205],[4.88043,50.1403],[4.89443,50.13779],[4.8776,50.13223],[4.86587,50.12038],[4.866,50.09623],[4.85447,50.1029],[4.84472,50.10023],[4.83709,50.09442],[4.83456,50.06856],[4.81641,50.06702],[4.82339,50.04664],[4.83599,50.04069],[4.81579,50.02853],[4.81194,49.99563],[4.79004,49.98569],[4.78535,49.97018],[4.78844,49.95381],[4.84433,49.94482],[4.87961,49.91078],[4.85659,49.86973],[4.84266,49.86913],[4.86599,49.81918],[4.84827,49.78972],[4.90589,49.78055],[4.94404,49.78583],[4.95485,49.79586],[4.9921,49.79533],[5.01261,49.77534],[5.06262,49.75724],[5.09058,49.75946],[5.12622,49.70442],[5.16164,49.71172],[5.16215,49.6918],[5.24458,49.67985],[5.27025,49.68827],[5.32535,49.6575],[5.3026,49.63608],[5.30544,49.60645],[5.34232,49.61192],[5.35207,49.62396],[5.40775,49.60448],[5.42566,49.59145],[5.43766,49.54766],[5.46213,49.53677],[5.44409,49.51409],[5.47007,49.49196]]],"terms_url":"https://openstreetmap.org/","terms_text":"© OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6","icon":"https://osmlab.github.io/editor-layer-index/sources/world/OpenStreetMap-GPS.png"},{"id":"osmbe-fr","name":"OpenStreetMap (Belgian Style - French)","type":"tms","template":"https://tile.openstreetmap.be/osmbe-fr/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[0,18],"polygon":[[[5.47007,49.49196],[5.54257,49.5105],[5.55638,49.52373],[5.59116,49.51734],[5.61175,49.50102],[5.62589,49.51698],[5.6228,49.5283],[5.64371,49.54565],[5.66008,49.55039],[5.6987,49.53744],[5.73009,49.53954],[5.74792,49.53452],[5.76126,49.53952],[5.76226,49.554],[5.77149,49.55832],[5.79504,49.55029],[5.81858,49.5461],[5.82582,49.54931],[5.84053,49.55222],[5.8736,49.57435],[5.87403,49.58991],[5.84953,49.59399],[5.87663,49.60771],[5.89117,49.63469],[5.89899,49.63401],[5.90876,49.63876],[5.90382,49.65192],[5.91262,49.66488],[5.86372,49.68213],[5.88817,49.70952],[5.86996,49.72777],[5.82702,49.72616],[5.83544,49.74713],[5.8179,49.75977],[5.7909,49.79765],[5.75473,49.79514],[5.75151,49.81985],[5.74291,49.83555],[5.75803,49.84287],[5.76191,49.85693],[5.75667,49.8703],[5.77636,49.86265],[5.78897,49.87213],[5.78087,49.88794],[5.74481,49.89975],[5.76822,49.91307],[5.78215,49.957],[5.80883,49.95773],[5.83952,49.9756],[5.8448,49.99123],[5.82665,50.00135],[5.82586,50.00934],[5.86392,50.02594],[5.8749,50.04624],[5.86237,50.06368],[5.89064,50.07554],[5.90347,50.11172],[5.96515,50.12813],[5.96932,50.16795],[6.02136,50.17685],[6.03055,50.15829],[6.06344,50.14834],[6.0821,50.15275],[6.08452,50.16697],[6.10156,50.16551],[6.11273,50.16093],[6.10856,50.1326],[6.13978,50.12527],[6.15923,50.14002],[6.15231,50.16841],[6.19683,50.17988],[6.19337,50.20761],[6.1789,50.22147],[6.18166,50.23125],[6.1981,50.23275],[6.21151,50.24816],[6.23624,50.25692],[6.28111,50.26236],[6.29547,50.27422],[6.29335,50.2909],[6.31289,50.31636],[6.32792,50.3186],[6.36388,50.30021],[6.38558,50.31658],[6.40783,50.31893],[6.41162,50.32769],[6.40305,50.34866],[6.35129,50.38206],[6.37408,50.40637],[6.3825,50.43975],[6.37423,50.45989],[6.34706,50.46422],[6.35349,50.49244],[6.26954,50.50961],[6.22586,50.49832],[6.19789,50.53715],[6.1833,50.54646],[6.18304,50.55597],[6.22795,50.58535],[6.24102,50.58657],[6.27251,50.62033],[6.26822,50.62829],[6.18205,50.63583],[6.18348,50.6457],[6.18715,50.6505],[6.17755,50.65576],[6.16312,50.67169],[6.1491,50.68465],[6.11623,50.72364],[6.03953,50.7295],[6.04208,50.74557],[6.02001,50.75521],[5.95896,50.76308],[5.89689,50.75501],[5.88667,50.77108],[5.84901,50.75975],[5.84525,50.76609],[5.80759,50.75681],[5.7927,50.77138],[5.78519,50.7684],[5.77748,50.78344],[5.76476,50.7837],[5.73912,50.76522],[5.73762,50.75842],[5.7218,50.76538],[5.69204,50.75629],[5.70259,50.78396],[5.69338,50.79687],[5.70296,50.80821],[5.65568,50.82591],[5.65094,50.83431],[5.64567,50.83789],[5.64576,50.83961],[5.64049,50.84701],[5.64337,50.84974],[5.64516,50.86533],[5.68051,50.88068],[5.69711,50.8958],[5.70051,50.90955],[5.72625,50.9059],[5.73223,50.9221],[5.76011,50.95227],[5.75617,50.95898],[5.74604,50.96209],[5.7426,50.96113],[5.73469,50.95683],[5.72174,50.96128],[5.74816,50.98087],[5.76419,50.99502],[5.76846,50.9985],[5.76759,51.00526],[5.77829,51.02399],[5.77383,51.02859],[5.76027,51.03223],[5.77731,51.05804],[5.80458,51.05888],[5.80612,51.07955],[5.79816,51.09023],[5.8119,51.0943],[5.82291,51.09124],[5.8338,51.09577],[5.83555,51.10842],[5.81435,51.11524],[5.83976,51.12993],[5.85709,51.14477],[5.82594,51.16827],[5.78447,51.15925],[5.78118,51.18082],[5.76873,51.18843],[5.74598,51.19455],[5.71011,51.18671],[5.65947,51.19052],[5.65253,51.19899],[5.56283,51.22287],[5.55816,51.26613],[5.51628,51.29599],[5.48215,51.30064],[5.44065,51.28246],[5.41551,51.2639],[5.34493,51.27681],[5.335,51.26474],[5.26216,51.26778],[5.238,51.26255],[5.22742,51.26844],[5.24326,51.3057],[5.20039,51.32325],[5.15592,51.31278],[5.13581,51.31594],[5.13225,51.3472],[5.11662,51.36118],[5.0727,51.39365],[5.10643,51.43135],[5.08032,51.47226],[5.04722,51.47217],[5.04093,51.4876],[5.03235,51.48827],[5.01937,51.48074],[5.00816,51.47134],[4.99955,51.44324],[4.96007,51.42194],[4.93775,51.40655],[4.94134,51.42928],[4.95767,51.4548],[4.91431,51.45952],[4.88072,51.4166],[4.83103,51.42488],[4.82521,51.44674],[4.84529,51.45817],[4.83884,51.46588],[4.84355,51.48177],[4.82318,51.48441],[4.81666,51.49552],[4.7766,51.50625],[4.75827,51.50302],[4.74945,51.49905],[4.74476,51.48977],[4.72792,51.48435],[4.70175,51.46691],[4.69115,51.45283],[4.66465,51.44625],[4.66744,51.42777],[4.64951,51.42741],[4.6431,51.42478],[4.57427,51.43404],[4.53758,51.42456],[4.53097,51.44965],[4.54967,51.47364],[4.53739,51.48358],[4.4768,51.47912],[4.38055,51.45075],[4.37771,51.44595],[4.39426,51.44251],[4.38147,51.41805],[4.42309,51.37577],[4.42462,51.3668],[4.39906,51.35785],[4.38556,51.35574],[4.34197,51.36012],[4.33535,51.37775],[4.21546,51.37487],[4.21772,51.36206],[4.23804,51.35274],[4.1651,51.2938],[4.0551,51.24402],[4.01551,51.24825],[3.95603,51.22117],[3.93751,51.2174],[3.9281,51.22508],[3.91482,51.21509],[3.91256,51.20837],[3.88782,51.20283],[3.89467,51.21743],[3.88901,51.22423],[3.85827,51.21334],[3.79294,51.21546],[3.78934,51.22711],[3.79031,51.24163],[3.79652,51.25635],[3.77605,51.26777],[3.71763,51.27428],[3.69139,51.28043],[3.6582,51.29056],[3.63839,51.29078],[3.58905,51.30652],[3.57559,51.29428],[3.56145,51.29637],[3.54179,51.29123],[3.51433,51.28799],[3.527,51.24651],[3.45031,51.24219],[3.43471,51.24621],[3.41852,51.25984],[3.38922,51.27329],[3.38342,51.27485],[3.38177,51.28732],[3.36832,51.29778],[3.3789,51.30251],[3.36094,51.31523],[3.38739,51.33392],[3.37581,51.3584],[3.32658,51.43728],[3.01078,51.59839],[2.34072,51.31453],[2.55892,51.06596],[2.56946,51.00113],[2.60263,50.98638],[2.62148,50.95406],[2.62479,50.94743],[2.58525,50.91825],[2.60151,50.90993],[2.60628,50.86565],[2.59427,50.84743],[2.61055,50.84419],[2.63543,50.80987],[2.67057,50.81562],[2.6788,50.81207],[2.71636,50.8123],[2.7236,50.79079],[2.73745,50.77967],[2.75922,50.77052],[2.75409,50.76251],[2.76469,50.75397],[2.77811,50.74686],[2.78869,50.72508],[2.81843,50.71386],[2.84646,50.72043],[2.86855,50.70242],[2.87992,50.70199],[2.88533,50.70547],[2.90017,50.69202],[2.90742,50.69209],[2.91281,50.69463],[2.91184,50.70267],[2.92206,50.70224],[2.92939,50.70786],[2.9349,50.72822],[2.94602,50.73167],[2.93962,50.74441],[2.9557,50.75181],[2.96822,50.74763],[2.99536,50.76043],[3.01945,50.77263],[3.02927,50.76813],[3.03691,50.77003],[3.04064,50.77484],[3.05758,50.77987],[3.08585,50.77064],[3.10455,50.78042],[3.11348,50.79278],[3.12547,50.78553],[3.14457,50.78871],[3.19445,50.7316],[3.18953,50.72603],[3.20498,50.71072],[3.22148,50.70958],[3.23779,50.71086],[3.24518,50.71225],[3.25881,50.69312],[3.25131,50.69091],[3.26029,50.67692],[3.24019,50.67023],[3.23893,50.65864],[3.24349,50.64031],[3.25497,50.62115],[3.27524,50.59381],[3.27549,50.53872],[3.28718,50.52552],[3.30319,50.51966],[3.31872,50.51788],[3.32767,50.50732],[3.35949,50.50325],[3.37405,50.48993],[3.42736,50.50327],[3.43663,50.5083],[3.44739,50.50415],[3.4742,50.53204],[3.51582,50.52075],[3.49448,50.49918],[3.49868,50.48577],[3.56897,50.4982],[3.58162,50.48917],[3.6099,50.4935],[3.64419,50.4618],[3.66129,50.45399],[3.65685,50.4464],[3.66743,50.43635],[3.66777,50.42262],[3.67276,50.40227],[3.66788,50.38597],[3.65542,50.37075],[3.66397,50.34724],[3.68231,50.31988],[3.70911,50.3021],[3.73175,50.30705],[3.73556,50.32532],[3.74124,50.34624],[3.80551,50.35098],[3.81321,50.34251],[3.84244,50.35243],[3.85645,50.34099],[3.88429,50.33511],[3.88419,50.32554],[3.90223,50.3257],[3.96355,50.34742],[3.96482,50.34012],[3.98611,50.34137],[4.02738,50.35491],[4.03817,50.33987],[4.07339,50.31754],[4.08017,50.30809],[4.0977,50.31201],[4.10928,50.30112],[4.12139,50.29732],[4.12086,50.27276],[4.13228,50.26754],[4.13426,50.25572],[4.16851,50.25626],[4.16937,50.26848],[4.155,50.27742],[4.16567,50.28779],[4.17487,50.27492],[4.20676,50.27068],[4.21836,50.25492],[4.19179,50.24106],[4.15979,50.21579],[4.14799,50.21344],[4.15567,50.19785],[4.14686,50.17314],[4.14989,50.1647],[4.13677,50.15213],[4.12568,50.13511],[4.13656,50.12909],[4.15448,50.12716],[4.19566,50.13394],[4.19766,50.12037],[4.19529,50.10571],[4.22857,50.06873],[4.17458,50.04772],[4.16174,50.05032],[4.13272,50.01973],[4.13683,50.00786],[4.15996,49.99544],[4.13704,49.97691],[4.19582,49.96629],[4.19304,49.95746],[4.19616,49.9536],[4.3137,49.96541],[4.34921,49.95202],[4.38072,49.95088],[4.39149,49.94697],[4.40593,49.94785],[4.44588,49.93656],[4.47953,49.94584],[4.51156,49.94579],[4.52365,49.94973],[4.54315,49.9679],[4.55981,49.96757],[4.58965,49.98336],[4.63074,49.98584],[4.69461,49.99504],[4.69495,49.99662],[4.68731,50.01802],[4.70309,50.05587],[4.68851,50.06595],[4.70278,50.09336],[4.71293,50.09598],[4.75217,50.11158],[4.76486,50.13634],[4.78067,50.14092],[4.82334,50.15923],[4.83169,50.1526],[4.8529,50.15168],[4.87725,50.15205],[4.88043,50.1403],[4.89443,50.13779],[4.8776,50.13223],[4.86587,50.12038],[4.866,50.09623],[4.85447,50.1029],[4.84472,50.10023],[4.83709,50.09442],[4.83456,50.06856],[4.81641,50.06702],[4.82339,50.04664],[4.83599,50.04069],[4.81579,50.02853],[4.81194,49.99563],[4.79004,49.98569],[4.78535,49.97018],[4.78844,49.95381],[4.84433,49.94482],[4.87961,49.91078],[4.85659,49.86973],[4.84266,49.86913],[4.86599,49.81918],[4.84827,49.78972],[4.90589,49.78055],[4.94404,49.78583],[4.95485,49.79586],[4.9921,49.79533],[5.01261,49.77534],[5.06262,49.75724],[5.09058,49.75946],[5.12622,49.70442],[5.16164,49.71172],[5.16215,49.6918],[5.24458,49.67985],[5.27025,49.68827],[5.32535,49.6575],[5.3026,49.63608],[5.30544,49.60645],[5.34232,49.61192],[5.35207,49.62396],[5.40775,49.60448],[5.42566,49.59145],[5.43766,49.54766],[5.46213,49.53677],[5.44409,49.51409],[5.47007,49.49196]]],"terms_url":"https://openstreetmap.org/","terms_text":"© OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6","icon":"https://osmlab.github.io/editor-layer-index/sources/world/OpenStreetMap-GPS.png"},{"id":"MAPNIK","name":"OpenStreetMap (Standard)","type":"tms","template":"https://tile.openstreetmap.org/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[0,19],"terms_url":"https://www.openstreetmap.org","terms_text":"© OpenStreetMap contributors, ODbL 1.0","default":true,"description":"The default OpenStreetMap layer.","icon":"https://osmlab.github.io/editor-layer-index/sources/world/OpenStreetMap-GPS.png"},{"id":"osm-gps","name":"OpenStreetMap GPS traces","type":"tms","template":"https://{switch:a,b,c}.gps-tile.openstreetmap.org/lines/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[0,20],"terms_url":"https://www.openstreetmap.org/copyright","terms_text":"© OpenStreetMap contributors","terms_html":"<span style='display: inline-block; padding: 0 8px; background-color: rgba(0,0,0,0.5);'><span style='color: #eee;'>GPS Direction:</span> <span style='font-size: 15px; padding-left: 2px; font-weight: bold;'> <span style='color: #0ee;'>&larr;</span> <span style='color: #96f;'>&darr;</span> <span style='color: #6e0;'>&uarr;</span> <span style='color: #f63;'>&rarr;</span> </span></span> © <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap contributors</a>.","description":"Public GPS traces uploaded to OpenStreetMap.","icon":"https://osmlab.github.io/editor-layer-index/sources/world/OpenStreetMap-GPS.png","overlay":true},{"id":"osm-hu-ortho","name":"openstreetmap.hu orthophotos","type":"tms","template":"http://wms.openstreetmap.hu/mapproxy/tiles/1.0.0/openstreetmap.hu.orthophotos/mercator/{zoom}/{x}/{y}.jpeg","category":"photo","zoomExtent":[0,21],"polygon":[[[17.79601,46.80664],[17.7948,46.80598],[17.79693,46.80056],[17.80109,46.79993],[17.80736,46.80225],[17.79852,46.81745],[17.79178,46.81585],[17.79601,46.80664]],[[17.7853,46.81683],[17.7788,46.81461],[17.78446,46.80714],[17.79083,46.80925],[17.7853,46.81683]],[[17.51406,46.88166],[17.51223,46.8789],[17.51957,46.87662],[17.5214,46.87939],[17.51406,46.88166]],[[17.68275,46.90595],[17.68144,46.90951],[17.69249,46.89926],[17.70594,46.90603],[17.68718,46.92344],[17.67724,46.91844],[17.66666,46.91662],[17.67131,46.90398],[17.67405,46.90445],[17.67947,46.89686],[17.68667,46.89926],[17.68198,46.90582],[17.68275,46.90595]],[[17.66369,46.93033],[17.66691,46.92167],[17.67529,46.92312],[17.67207,46.93178],[17.66369,46.93033]],[[17.68409,46.92845],[17.68129,46.93683],[17.6725,46.93546],[17.67529,46.92708],[17.68409,46.92845]],[[17.83347,46.95701],[17.82995,46.96304],[17.82155,46.96075],[17.82507,46.9547],[17.83347,46.95701]],[[18.02961,46.84829],[18.02742,46.85392],[18.03388,46.85534],[18.03056,46.86395],[18.03367,46.86456],[18.03058,46.87154],[18.00803,46.86674],[18.01095,46.86028],[18.01323,46.86064],[18.01626,46.8536],[18.01682,46.85371],[18.01852,46.84948],[18.02021,46.84631],[18.02961,46.84829]],[[17.96077,46.87351],[17.95829,46.87876],[17.98531,46.88537],[17.98599,46.88412],[17.98535,46.88397],[17.98585,46.87595],[17.99509,46.87632],[17.99415,46.88442],[17.98774,46.88411],[17.98771,46.88443],[17.99786,46.88671],[17.9946,46.89341],[17.9553,46.88415],[17.92995,46.87822],[17.93136,46.87535],[17.92467,46.87372],[17.92868,46.86631],[17.96077,46.87351]],[[18.1454,47.03419],[18.14441,47.03467],[18.14522,47.03539],[18.14168,47.03697],[18.13111,47.02745],[18.13226,47.0269],[18.13162,47.02619],[18.14103,47.02111],[18.13923,47.01957],[18.15704,47.01044],[18.16271,47.00242],[18.16463,46.99571],[18.16639,46.9959],[18.16702,46.99363],[18.17101,46.99454],[18.1722,46.99571],[18.16977,47.00416],[18.17656,47.00709],[18.1761,47.00771],[18.17639,47.00781],[18.17057,47.01414],[18.1748,47.01815],[18.17782,47.01428],[18.18518,47.01746],[18.17933,47.0239],[18.17589,47.02268],[18.17277,47.02434],[18.17219,47.02377],[18.17159,47.02407],[18.16938,47.0221],[18.16216,47.02596],[18.16485,47.02832],[18.16245,47.02947],[18.16323,47.03025],[18.1521,47.03554],[18.15156,47.03498],[18.1503,47.03563],[18.14513,47.03112],[18.14337,47.0322],[18.1454,47.03419]],[[18.64953,47.1926],[18.63943,47.20324],[18.62796,47.19818],[18.63806,47.18753],[18.64953,47.1926]],[[19.00839,47.42511],[18.98356,47.41149],[18.9907,47.40518],[19.01568,47.41932],[19.00839,47.42511]],[[18.86328,47.43092],[18.86288,47.43046],[18.86516,47.42947],[18.86448,47.42875],[18.86553,47.42829],[18.86533,47.42808],[18.87291,47.42455],[18.87701,47.42871],[18.86799,47.43238],[18.86774,47.43208],[18.86517,47.43317],[18.86477,47.4327],[18.86441,47.43285],[18.86288,47.43108],[18.86328,47.43092]],[[18.97962,47.47042],[18.98706,47.46989],[18.988,47.47595],[18.98056,47.47648],[18.97962,47.47042]],[[19.17291,47.60068],[19.16232,47.59776],[19.16893,47.59033],[19.17815,47.59512],[19.17291,47.60068]],[[18.86169,47.44883],[18.8577,47.44553],[18.8609,47.44373],[18.86491,47.44704],[18.86169,47.44883]],[[18.81351,47.56305],[18.80473,47.55949],[18.80776,47.55615],[18.81638,47.55969],[18.81351,47.56305]],[[18.82295,47.59011],[18.81376,47.5974],[18.80614,47.59304],[18.81533,47.58574],[18.82295,47.59011]],[[19.02652,47.87563],[19.02793,47.86907],[19.03305,47.86957],[19.03163,47.87613],[19.02652,47.87563]]],"terms_text":"openstreetmap.hu"},{"id":"lu.openstreetmap.lidar.hillshade.2019.classy","name":"openstreetmap.lu \"mapper’s delight\" hillshade lidar 2019 with unclassified points","type":"tms","template":"https://lidar-hillshade-2019.openstreetmap.lu/layer/mappers_delight_lidar_hillshade_2019_withunclassified/{zoom}/{x}/{y}.png","category":"elevation","startDate":"2019-02-15T00:00:00.000Z","zoomExtent":[5,22],"polygon":[[[5.96175,50.17631],[5.95286,50.13384],[5.89196,50.12041],[5.881,50.08069],[5.85781,50.07186],[5.85087,50.0563],[5.86189,50.04581],[5.84792,50.02809],[5.81561,50.01437],[5.81806,49.99936],[5.83462,49.98656],[5.83129,49.97995],[5.80652,49.97321],[5.80524,49.96677],[5.78672,49.96816],[5.7688,49.96104],[5.76878,49.94239],[5.77073,49.93711],[5.76039,49.93252],[5.75783,49.91737],[5.73303,49.90285],[5.7346,49.89341],[5.77505,49.88057],[5.77567,49.87438],[5.74955,49.87554],[5.75229,49.85922],[5.74066,49.85152],[5.75399,49.84878],[5.74624,49.84783],[5.74701,49.84048],[5.74053,49.84142],[5.7372,49.83353],[5.74581,49.82435],[5.74159,49.82126],[5.75094,49.79094],[5.76517,49.78961],[5.78626,49.79079],[5.82073,49.74878],[5.82489,49.73767],[5.82191,49.72128],[5.84325,49.71822],[5.86481,49.72331],[5.8757,49.71118],[5.85628,49.68211],[5.85656,49.67628],[5.89934,49.66239],[5.89998,49.63907],[5.88182,49.63815],[5.8694,49.6106],[5.84565,49.5981],[5.84712,49.58961],[5.8511,49.58379],[5.86289,49.58525],[5.86866,49.587],[5.85943,49.57158],[5.8052,49.54272],[5.81625,49.53325],[5.83562,49.54114],[5.84308,49.53081],[5.83187,49.52639],[5.83641,49.51817],[5.84828,49.51397],[5.84897,49.50826],[5.86332,49.50006],[5.89033,49.4948],[5.91578,49.49835],[5.9616,49.49026],[5.96891,49.48202],[5.97232,49.46087],[5.97773,49.45955],[5.97657,49.44885],[5.99412,49.45301],[6.01574,49.44885],[6.02154,49.45127],[6.02529,49.44703],[6.04421,49.44553],[6.05222,49.46028],[6.05917,49.46306],[6.07722,49.46139],[6.08167,49.45417],[6.10483,49.45076],[6.1014,49.46726],[6.12725,49.47081],[6.12937,49.48803],[6.14018,49.48525],[6.1671,49.49006],[6.16086,49.50085],[6.17337,49.50577],[6.19669,49.50331],[6.24133,49.50693],[6.27191,49.49995],[6.28789,49.48379],[6.29503,49.47928],[6.32189,49.47244],[6.3334,49.46493],[6.37056,49.45732],[6.37076,49.50545],[6.35932,49.52481],[6.35855,49.53296],[6.38009,49.54856],[6.3849,49.55817],[6.35791,49.57166],[6.36909,49.5783],[6.38119,49.57509],[6.38443,49.5801],[6.37551,49.58809],[6.37941,49.59526],[6.39898,49.60094],[6.42178,49.61809],[6.44251,49.65591],[6.4399,49.66025],[6.42714,49.66237],[6.5046,49.71227],[6.50788,49.71215],[6.50712,49.71655],[6.49558,49.72443],[6.49891,49.72639],[6.50479,49.725],[6.51176,49.72016],[6.51642,49.72129],[6.51809,49.7242],[6.50727,49.72938],[6.50263,49.73298],[6.50373,49.75086],[6.52052,49.76134],[6.52056,49.76818],[6.51105,49.77422],[6.51917,49.78344],[6.50622,49.78899],[6.53083,49.80116],[6.53225,49.80686],[6.52981,49.81048],[6.5196,49.81446],[6.51485,49.80513],[6.51155,49.80238],[6.50669,49.80993],[6.49681,49.81277],[6.47057,49.82385],[6.46454,49.81975],[6.45366,49.81275],[6.44344,49.81233],[6.44161,49.81547],[6.43097,49.81129],[6.42807,49.81186],[6.42643,49.81629],[6.4022,49.82098],[6.36465,49.85164],[6.33937,49.8507],[6.33656,49.83998],[6.32741,49.83673],[6.32158,49.8409],[6.32361,49.85188],[6.31465,49.86057],[6.31532,49.8673],[6.30989,49.87107],[6.2977,49.86673],[6.29166,49.87548],[6.28113,49.87957],[6.27646,49.87725],[6.26301,49.88101],[6.25781,49.88724],[6.24692,49.89535],[6.23381,49.90028],[6.23229,49.9072],[6.22769,49.91062],[6.23187,49.91064],[6.23603,49.91355],[6.22986,49.92125],[6.21913,49.92354],[6.22635,49.92766],[6.22824,49.93726],[6.22044,49.94369],[6.22502,49.95039],[6.21269,49.9514],[6.20707,49.95672],[6.19978,49.95352],[6.19277,49.97158],[6.18331,49.9686],[6.17983,49.96307],[6.18339,49.9548],[6.17995,49.95386],[6.1763,49.962],[6.17151,49.96298],[6.16549,49.97115],[6.17035,49.98376],[6.17348,49.98344],[6.17305,49.98589],[6.15625,49.98867],[6.15023,49.99518],[6.14218,49.99535],[6.13852,49.99829],[6.13966,49.9994],[6.14546,49.99689],[6.1517,50.01058],[6.13934,50.01116],[6.13024,50.01819],[6.13138,50.01905],[6.13594,50.01485],[6.13868,50.01572],[6.14821,50.02307],[6.13034,50.02975],[6.13661,50.04178],[6.12361,50.06323],[6.11563,50.05817],[6.11444,50.06139],[6.12117,50.064],[6.13186,50.07348],[6.12634,50.07817],[6.12194,50.09059],[6.13547,50.09119],[6.13108,50.09964],[6.13808,50.10263],[6.13555,50.11899],[6.14093,50.1305],[6.12369,50.13719],[6.11323,50.13739],[6.1277,50.14993],[6.1201,50.15594],[6.1225,50.16437],[6.10176,50.17199],[6.07824,50.17255],[6.07668,50.15913],[6.06069,50.15536],[6.03318,50.16395],[6.02627,50.18496],[5.96175,50.17631]]],"terms_url":"https://data.public.lu/fr/datasets/lidar-2019-releve-3d-du-territoire-luxembourgeois","terms_text":"Administration du Cadastre et de la Topographie","icon":"https://www.geoportail.lu/static/img/lion.png"},{"id":"OpenTopoMap","name":"OpenTopoMap","type":"tms","template":"https://{switch:a,b,c}.tile.opentopomap.org/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[3,17],"terms_url":"https://tile.opentopomap.org/about#verwendung","terms_text":"Kartendaten: © OpenStreetMap-Mitwirkende, SRTM | Kartendarstellung: © OpenTopoMap (CC-BY-SA)","icon":"https://osmlab.github.io/editor-layer-index/sources/world/OpenTopoMap.png"},{"id":"Orange_CA_2022","name":"Orange County Orthoimagery (2022)","type":"wms","template":"https://ocgis.com/arcpub/rest/services/Aerial_Imagery_Countywide/22_OC_3IN_SP6/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-117.40675,33.65258],[-117.41167,33.65807],[-117.41071,33.65966],[-117.47392,33.70357],[-117.53261,33.71172],[-117.53453,33.7571],[-117.57703,33.76797],[-117.62354,33.81771],[-117.62326,33.82939],[-117.63365,33.82934],[-117.66137,33.86069],[-117.64525,33.86007],[-117.64502,33.86822],[-117.65849,33.87161],[-117.65928,33.87733],[-117.65249,33.88055],[-117.64208,33.88355],[-117.6457,33.88785],[-117.64609,33.89798],[-117.64819,33.908],[-117.65334,33.92379],[-117.67207,33.94484],[-117.68871,33.9677],[-117.6968,33.96046],[-117.70433,33.95814],[-117.71066,33.95831],[-117.71491,33.95995],[-117.71542,33.96594],[-117.72062,33.96538],[-117.72656,33.96306],[-117.72985,33.96153],[-117.73154,33.96527],[-117.73222,33.9694],[-117.72939,33.97319],[-117.72968,33.97585],[-117.73205,33.97964],[-117.73188,33.9832],[-117.73777,33.98185],[-117.74252,33.98202],[-117.75146,33.98881],[-117.75791,33.99582],[-117.76182,33.99339],[-117.7711,33.99356],[-117.77636,33.99679],[-117.78253,33.99848],[-117.79181,33.99447],[-117.80347,33.99696],[-117.80675,33.99922],[-117.81105,34.00075],[-117.81428,33.99486],[-117.81773,33.99124],[-117.82758,33.98456],[-117.83788,33.97387],[-117.8415,33.96954],[-117.84642,33.96756],[-117.84999,33.96892],[-117.85055,33.9722],[-117.85389,33.97474],[-117.85819,33.97537],[-117.86204,33.97469],[-117.86538,33.97146],[-117.86979,33.97237],[-117.88241,33.97605],[-117.89147,33.97457],[-117.89809,33.96999],[-117.91516,33.96788],[-117.91481,33.96184],[-117.92166,33.95748],[-117.93064,33.94779],[-117.97806,33.94711],[-117.97789,33.90411],[-117.98542,33.90405],[-117.98536,33.90484],[-117.98779,33.90473],[-117.98779,33.90264],[-117.99034,33.90264],[-117.99017,33.89692],[-117.99577,33.89698],[-117.99566,33.88956],[-118.00437,33.88962],[-118.00426,33.88238],[-118.01167,33.88232],[-118.0299,33.8744],[-118.03938,33.86656],[-118.03932,33.8637],[-118.04356,33.86365],[-118.04353,33.86002],[-118.04798,33.85994],[-118.04784,33.85485],[-118.05214,33.85485],[-118.05202,33.8512],[-118.05644,33.85122],[-118.05644,33.8476],[-118.06065,33.84746],[-118.06085,33.83538],[-118.06481,33.83187],[-118.06504,33.82021],[-118.07364,33.81614],[-118.08615,33.80363],[-118.08762,33.79718],[-118.10092,33.77641],[-118.09534,33.76801],[-118.0941,33.76484],[-118.09376,33.75941],[-118.1001,33.75896],[-118.10021,33.75567],[-118.11379,33.74809],[-118.13275,33.72455],[-117.58794,33.37667],[-117.58298,33.38562],[-117.58252,33.38548],[-117.58188,33.38662],[-117.58143,33.38677],[-117.57949,33.38567],[-117.57754,33.38518],[-117.57541,33.38534],[-117.56044,33.38835],[-117.55375,33.38867],[-117.55202,33.38847],[-117.55089,33.38819],[-117.54911,33.38836],[-117.54356,33.39068],[-117.54215,33.39156],[-117.53804,33.39501],[-117.53595,33.39645],[-117.53389,33.39691],[-117.53063,33.39685],[-117.52915,33.39663],[-117.52884,33.39748],[-117.52956,33.39927],[-117.52808,33.40189],[-117.52796,33.40478],[-117.53062,33.40817],[-117.53159,33.41485],[-117.53362,33.41751],[-117.53555,33.41813],[-117.53674,33.41949],[-117.53102,33.42187],[-117.527,33.4247],[-117.52451,33.43013],[-117.50352,33.44756],[-117.50069,33.45243],[-117.47754,33.46754],[-117.47664,33.47331],[-117.47658,33.47897],[-117.47398,33.48321],[-117.47285,33.48712],[-117.46945,33.49232],[-117.46509,33.49481],[-117.46215,33.49979],[-117.46317,33.54359],[-117.45513,33.55672],[-117.45513,33.57777],[-117.43001,33.60222],[-117.41428,33.63249],[-117.40675,33.65258]]],"terms_url":"https://data-ocpw.opendata.arcgis.com/","terms_text":"Orange County","description":"2022 3-inch resolution imagery for Orange County in the State of California","icon":"https://www.ocgov.com/sites/ocgov/files/ocseal_0.png"},{"id":"Orange_Ortho_Latest","name":"Orange County Orthoimagery (Latest)","type":"wms","template":"https://ocgis4.ocfl.net/arcgis/rest/services/AGOL_Open_Data/MapServer/export?f=image&format=jpg&layers=show:57&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[-80.95064,28.61417],[-81.32438,28.61385],[-81.32473,28.64664],[-81.44938,28.64642],[-81.44971,28.7124],[-81.42473,28.71249],[-81.4248,28.72357],[-81.41234,28.72354],[-81.41212,28.79003],[-81.66235,28.78846],[-81.65885,28.24952],[-81.47251,28.25027],[-81.4728,28.33823],[-81.37262,28.33874],[-81.37341,28.31675],[-81.21169,28.31694],[-81.21198,28.33861],[-80.86379,28.33905],[-80.86368,28.38306],[-80.8761,28.38306],[-80.87602,28.42706],[-80.88851,28.42709],[-80.88851,28.46006],[-80.8635,28.46006],[-80.86354,28.49308],[-80.87595,28.4931],[-80.8759,28.51503],[-80.9008,28.51509],[-80.9008,28.52603],[-80.91332,28.52609],[-80.91325,28.53703],[-80.92577,28.53716],[-80.9257,28.58115],[-80.93808,28.58115],[-80.93815,28.60311],[-80.9506,28.60314],[-80.95064,28.61417]]],"terms_url":"https://ocgis-datahub-ocfl.hub.arcgis.com/","terms_text":"Orange County GIS","description":"The latest orthoimagery for Orange County in the State of Florida"},{"id":"DOGAMI-Lidar","name":"Oregon DOGAMI Lidar","type":"wms","template":"https://gis.dogami.oregon.gov/arcgis/services/lidar/DIGITAL_TERRAIN_MODEL_MOSAIC_HS/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","zoomExtent":[6,21],"polygon":[[[-120.39105,43.30612],[-120.38575,43.26575],[-120.30501,43.25148],[-120.31683,43.32733],[-120.39105,43.30612]],[[-121.99035,46.41838],[-122.00891,46.41777],[-122.0087,46.43306],[-122.02909,46.43368],[-122.02909,46.44693],[-122.10494,46.44652],[-122.1082,46.38698],[-122.13063,46.38576],[-122.13022,46.36252],[-122.0715,46.35885],[-122.06497,46.34091],[-122.04703,46.33968],[-122.04948,46.32133],[-121.97934,46.28178],[-121.92388,46.2932],[-121.92429,46.34417],[-121.8725,46.38168],[-121.87169,46.39596],[-121.8411,46.41267],[-121.84274,46.43551],[-121.79788,46.42899],[-121.78687,46.48771],[-121.81664,46.49341],[-121.83662,46.47629],[-121.8986,46.46772],[-121.93041,46.48037],[-121.93041,46.49423],[-121.99198,46.49637],[-121.99035,46.41838]],[[-117.76384,42.82046],[-117.73448,42.75521],[-117.48818,42.71607],[-117.29081,42.72667],[-117.02168,42.82127],[-117.02168,43.26738],[-117.05757,43.27717],[-117.32915,43.14994],[-117.43109,42.95421],[-117.59665,42.94932],[-117.65985,42.91649],[-117.68381,42.99743],[-117.64303,43.174],[-117.46279,43.18134],[-117.45382,43.25026],[-117.65282,43.25148],[-117.69278,43.1479],[-117.7254,43.13975],[-117.74742,42.97827],[-117.77189,42.97093],[-117.76384,42.82046]],[[-118.19934,43.18746],[-118.28375,43.08103],[-118.10311,43.01905],[-118.0815,43.14954],[-118.19934,43.18746]],[[-120.11223,42.07688],[-120.0217,41.99512],[-119.83779,41.99634],[-119.84065,42.10522],[-119.86675,42.10562],[-119.89203,42.0783],[-119.9585,42.0783],[-119.95646,42.04201],[-119.99642,42.0416],[-119.99805,42.0783],[-119.9589,42.10644],[-119.89978,42.23815],[-119.94708,42.25569],[-120.01803,42.26343],[-120.0633,42.25446],[-120.08083,42.22551],[-120.08083,42.20471],[-120.11835,42.13743],[-120.13466,42.12112],[-120.11223,42.09584],[-120.11223,42.07688]],[[-120.12181,43.63805],[-120.21193,43.55691],[-120.01212,43.46393],[-119.88408,43.49819],[-119.88815,43.59116],[-119.99051,43.63642],[-120.12181,43.63805]],[[-122.80829,45.97428],[-122.82884,46.02948],[-122.77871,46.03025],[-122.77462,46.03857],[-122.77222,46.03363],[-122.76875,46.03128],[-122.76332,46.03064],[-122.75735,46.03272],[-122.75326,46.02987],[-122.74858,46.03006],[-122.74755,46.03142],[-122.74858,46.03623],[-122.75326,46.03986],[-122.7584,46.04076],[-122.7641,46.0387],[-122.77014,46.04986],[-122.84014,46.05882],[-122.86244,46.11272],[-122.87673,46.11817],[-122.88049,46.12609],[-122.81413,46.1183],[-122.81387,46.13337],[-122.89257,46.15259],[-122.88348,46.19128],[-122.87712,46.19362],[-122.87153,46.18518],[-122.85712,46.18973],[-122.85816,46.20843],[-122.8701,46.21245],[-122.87608,46.20453],[-122.88049,46.20414],[-122.86569,46.26868],[-122.89634,46.31777],[-122.88718,46.32628],[-122.8855,46.33196],[-122.8814,46.32725],[-122.8619,46.3286],[-122.86226,46.33316],[-122.87406,46.33402],[-122.88384,46.3419],[-122.89266,46.34102],[-122.89536,46.33892],[-122.89851,46.33066],[-122.90095,46.32952],[-122.90484,46.32881],[-122.90867,46.32602],[-122.90971,46.32394],[-122.91471,46.32037],[-122.91731,46.32368],[-122.92302,46.31985],[-122.9301,46.32037],[-122.95289,46.28479],[-122.94705,46.26615],[-122.92432,46.24798],[-122.92462,46.23514],[-122.92737,46.21699],[-122.93211,46.21557],[-122.93145,46.21037],[-122.92849,46.2094],[-122.9312,46.19232],[-122.93155,46.15603],[-122.94944,46.16006],[-122.99012,46.18585],[-123.0178,46.18784],[-123.00271,46.20145],[-123.0207,46.21332],[-123.02631,46.20924],[-123.02233,46.20343],[-123.02906,46.19314],[-123.03085,46.19288],[-123.03503,46.19095],[-123.04915,46.1991],[-123.05659,46.19293],[-123.11133,46.19515],[-123.10914,46.20845],[-123.11266,46.21386],[-123.11781,46.21365],[-123.11888,46.19948],[-123.12168,46.19989],[-123.1229,46.20509],[-123.13024,46.21666],[-123.13646,46.24296],[-123.1358,46.25153],[-123.14054,46.25219],[-123.14268,46.24169],[-123.13876,46.22594],[-123.13896,46.21462],[-123.13019,46.203],[-123.13203,46.19597],[-123.14905,46.19653],[-123.15089,46.19918],[-123.14141,46.21223],[-123.14706,46.23669],[-123.15415,46.23583],[-123.14956,46.21763],[-123.15792,46.20264],[-123.16903,46.19678],[-123.18381,46.19678],[-123.20767,46.22054],[-123.21633,46.2186],[-123.19722,46.19546],[-123.26705,46.15881],[-123.31762,46.16778],[-123.34453,46.19959],[-123.34453,46.2159],[-123.40427,46.30459],[-123.40488,46.31295],[-123.44158,46.33905],[-123.47176,46.34475],[-123.51855,46.38859],[-123.52997,47.38683],[-124.32269,47.37704],[-124.61955,41.96502],[-121.95431,42.00253],[-121.96125,41.79171],[-120.92631,41.77948],[-120.91407,42.1318],[-120.75096,42.13261],[-120.74933,42.23864],[-120.29751,42.23701],[-120.29751,42.635],[-120.75259,42.63989],[-120.75422,42.91555],[-120.60416,42.92044],[-120.59927,43.24911],[-120.5487,43.24911],[-120.55033,43.3323],[-120.59927,43.33067],[-120.6009,43.96802],[-120.06319,43.96287],[-120.06381,43.93841],[-120.00351,43.93744],[-120.00147,43.96272],[-119.78004,43.96027],[-119.77841,43.80043],[-119.83892,43.79772],[-119.84544,43.21379],[-119.36997,43.22031],[-119.35121,42.74321],[-118.52098,42.753],[-118.54381,43.56366],[-118.81621,43.55877],[-118.81132,43.74308],[-119.05924,43.74797],[-119.05272,43.79201],[-119.40993,43.79201],[-119.40749,43.95757],[-119.08045,43.95594],[-119.0829,43.91109],[-118.26326,43.90538],[-118.29752,43.71127],[-117.27644,43.68844],[-117.28541,43.57834],[-116.92983,43.56611],[-116.8915,44.24465],[-117.76659,44.27564],[-117.74824,44.68219],[-117.70746,44.67893],[-117.70094,44.81839],[-117.53701,44.82002],[-117.56066,44.2948],[-116.87886,44.27686],[-116.8446,44.81676],[-116.45477,45.60907],[-116.54155,45.75541],[-116.79029,45.86714],[-116.95993,46.08734],[-116.91018,46.16645],[-117.00155,46.33897],[-117.04992,46.34707],[-117.03397,46.39198],[-117.03172,46.39703],[-117.02912,46.40809],[-117.02061,46.4114],[-117.00216,46.40936],[-116.9886,46.41079],[-116.98717,46.41339],[-116.98024,46.41589],[-116.97387,46.41991],[-116.9493,46.42399],[-116.92264,46.42114],[-116.80171,46.42091],[-116.67813,46.50351],[-117.1983,46.43062],[-117.19759,46.44876],[-117.22899,46.47466],[-117.22328,46.49994],[-117.24693,46.49974],[-117.24621,46.46609],[-117.21991,46.44632],[-117.22501,46.40452],[-117.18647,46.40493],[-117.1459,46.42287],[-117.08868,46.4126],[-117.07304,46.41764],[-117.04301,46.41581],[-117.04684,46.39909],[-117.05418,46.38176],[-117.0658,46.37299],[-117.06977,46.36514],[-117.07028,46.35556],[-117.06814,46.34924],[-117.07314,46.33405],[-116.97395,46.153],[-117.02329,46.05676],[-116.92216,45.99519],[-117.06488,45.7073],[-117.05509,45.65347],[-117.11381,45.65021],[-117.11381,45.59312],[-117.15276,45.59873],[-117.15051,45.4928],[-117.27387,45.44887],[-117.72752,45.73054],[-117.71284,45.84227],[-117.6219,45.84961],[-117.58194,45.90507],[-117.49345,45.91771],[-117.49223,45.954],[-117.65942,45.98336],[-117.77971,45.9434],[-117.88696,45.86103],[-117.99094,45.86184],[-118.0515,45.823],[-118.12796,45.81852],[-118.12755,45.75898],[-118.16914,45.76143],[-118.16792,45.77203],[-118.1879,45.77122],[-118.19157,45.75123],[-118.17485,45.7443],[-118.13061,45.74104],[-118.1039,45.73941],[-118.09024,45.73533],[-118.09003,45.72697],[-118.1249,45.70332],[-118.17587,45.66152],[-118.20217,45.67274],[-118.23398,45.65622],[-118.26456,45.68048],[-118.29168,45.65745],[-118.28597,45.61993],[-118.26599,45.59709],[-118.29698,45.56529],[-118.34714,45.63176],[-118.34102,45.69659],[-118.31044,45.69537],[-118.30921,45.70434],[-118.2978,45.70393],[-118.29657,45.71576],[-118.26191,45.71698],[-118.26089,45.73594],[-118.27843,45.74104],[-118.43782,45.69608],[-118.71042,45.6864],[-118.68401,45.70016],[-118.5499,45.7493],[-118.45984,45.79721],[-118.41253,45.80781],[-118.37176,45.86735],[-118.36075,45.89793],[-118.29856,45.88876],[-118.2273,45.85675],[-118.21986,45.85053],[-118.16012,45.82209],[-118.15105,45.82219],[-118.1485,45.82412],[-118.14911,45.82769],[-118.15594,45.8283],[-118.21211,45.85563],[-118.21792,45.86164],[-118.29183,45.89763],[-118.29,45.90843],[-118.35524,45.91659],[-118.3634,45.9961],[-118.28979,45.99937],[-118.19886,46.05768],[-118.13117,46.23832],[-118.26818,46.26238],[-118.34444,46.10987],[-118.26696,46.09377],[-118.26308,46.0795],[-118.2694,46.06339],[-118.30672,46.0271],[-118.54037,46.02343],[-118.79075,46.04912],[-118.84009,45.97898],[-118.47554,45.89375],[-118.48777,45.83829],[-118.54894,45.78855],[-118.65822,45.86684],[-118.68432,45.85542],[-118.58401,45.77305],[-118.75527,45.69883],[-118.75446,45.72575],[-118.78219,45.72819],[-118.78055,45.78365],[-118.79768,45.82851],[-118.83927,45.84074],[-118.88005,45.87255],[-118.92572,45.89212],[-118.95386,45.91129],[-118.99872,45.91781],[-119.03705,45.90476],[-119.05947,45.91985],[-118.97017,45.95573],[-118.95508,45.98428],[-118.95671,46.00752],[-118.93021,46.02465],[-118.92939,46.02964],[-118.93388,46.03872],[-118.93113,46.0482],[-118.91614,46.05482],[-118.87027,46.04973],[-118.84315,46.06115],[-118.84743,46.07644],[-118.89392,46.07317],[-118.92613,46.13842],[-118.93327,46.20489],[-118.9939,46.20899],[-118.96943,46.23346],[-118.81784,46.24803],[-118.63016,46.38607],[-118.60488,46.50025],[-118.62445,46.49943],[-118.86708,46.26037],[-118.9837,46.24008],[-119.03427,46.21521],[-119.04854,46.21276],[-119.08198,46.22867],[-119.1095,46.22826],[-119.13519,46.23866],[-119.14743,46.23906],[-119.15579,46.25033],[-119.21762,46.25221],[-119.23617,46.27026],[-119.2363,46.27747],[-119.24935,46.27869],[-119.23263,46.31539],[-119.24975,46.36188],[-119.24812,46.4993],[-119.27422,46.4993],[-119.2681,46.46423],[-119.2889,46.40184],[-119.31418,46.36841],[-119.30694,46.31641],[-119.31979,46.3159],[-119.35353,46.34251],[-119.37504,46.35485],[-119.39161,46.36079],[-119.39518,46.37095],[-119.40277,46.37534],[-119.42209,46.37503],[-119.40463,46.36395],[-119.39612,46.33092],[-119.37377,46.31091],[-119.35725,46.30013],[-119.33577,46.28384],[-119.32384,46.27044],[-119.29219,46.25091],[-119.26349,46.23104],[-119.21879,46.21457],[-119.20059,46.21253],[-119.15818,46.20269],[-118.98982,46.12104],[-118.94496,46.05294],[-119.03366,45.97342],[-119.11113,45.93591],[-119.2664,45.9406],[-119.94473,45.83315],[-120.14516,45.77137],[-120.20795,45.72896],[-120.47199,45.69246],[-120.60768,45.7521],[-120.87355,45.66096],[-120.87304,45.75088],[-121.70413,45.76839],[-121.70608,45.7828],[-121.73738,45.78735],[-121.75984,45.82605],[-121.78945,45.85384],[-121.78173,45.86416],[-121.79643,45.99649],[-121.98301,46.01506],[-122.00188,45.98597],[-122.00201,45.97857],[-122.01356,45.97727],[-122.0146,45.96766],[-122.02006,45.96714],[-122.0211,45.95857],[-122.04424,45.9589],[-122.04463,45.95201],[-122.03859,45.9474],[-122.04184,45.93669],[-122.04859,45.93227],[-122.05908,45.93208],[-122.06427,45.91383],[-122.07281,45.91026],[-122.06255,45.905],[-122.06716,45.88909],[-122.08346,45.88474],[-122.08534,45.8726],[-122.09177,45.86793],[-122.09203,45.86293],[-122.08814,45.86059],[-122.08437,45.84786],[-122.09418,45.84169],[-122.08392,45.82663],[-122.08898,45.81351],[-122.0808,45.81222],[-122.07859,45.80533],[-122.04457,45.79209],[-122.03411,45.80027],[-122.0147,45.79404],[-121.986,45.79352],[-121.9636,45.77865],[-121.85822,45.78131],[-121.85796,45.77248],[-121.83796,45.77248],[-121.8377,45.75092],[-122.17066,45.75066],[-122.16833,45.72339],[-122.24495,45.72391],[-122.24131,46.0574],[-122.28313,46.05766],[-122.33767,45.96052],[-122.51194,45.98208],[-122.55921,45.95195],[-122.58259,45.95506],[-122.61298,45.93688],[-122.69609,45.9452],[-122.74388,45.93065],[-122.80829,45.97428]]],"terms_url":"https://www.oregon.gov/dogami","terms_text":"Oregon Department of Geology and Mineral Industries","icon":"https://www.oregon.gov/dogami/Style%20Library/Images/dogami_logo_transparent.png"},{"id":"Oregon-OSIP-2022","name":"Oregon Statewide Imagery Program (2022)","type":"tms","template":"https://imagery.oregonexplorer.info/arcgis/rest/services/OSIP_2022/OSIP_2022_WM/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2022-09-01T00:00:00.000Z","startDate":"2022-05-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-124.94337,41.93442],[-123.5599,41.93537],[-123.5599,41.9978],[-123.44021,41.99825],[-123.44,41.93541],[-123.30972,41.93544],[-123.31009,41.99793],[-121.69031,41.99772],[-121.69121,41.93565],[-117.18495,41.93552],[-117.18498,41.99804],[-117.06494,41.99818],[-117.06525,41.9357],[-116.99752,41.93576],[-116.99751,43.81063],[-116.93493,43.8106],[-116.93496,43.93568],[-116.87253,43.93561],[-116.87239,44.25175],[-117.06009,44.25175],[-117.06008,44.31429],[-117.18491,44.3142],[-117.18499,44.49801],[-117.12244,44.49818],[-117.12262,44.56066],[-117.05993,44.56066],[-117.06038,44.68566],[-116.99756,44.68578],[-116.99753,44.74828],[-116.87253,44.74832],[-116.87276,44.8106],[-116.81009,44.8106],[-116.81008,44.99809],[-116.74769,44.99828],[-116.74744,45.06066],[-116.68506,45.06044],[-116.68506,45.24823],[-116.62264,45.24823],[-116.622,45.3731],[-116.5599,45.37303],[-116.5597,45.43547],[-116.4975,45.43518],[-116.49703,45.56065],[-116.43507,45.56047],[-116.43465,45.68917],[-116.49769,45.68946],[-116.4968,45.81424],[-116.6847,45.81424],[-116.68422,45.87664],[-116.74709,45.87664],[-116.74744,45.93907],[-116.80995,45.93956],[-116.81031,46.00166],[-117.74723,46.00141],[-117.74617,46.06442],[-119.00527,46.06449],[-119.0029,46.00266],[-119.13029,46.00188],[-119.12777,45.94034],[-119.6934,45.93918],[-119.69055,45.87812],[-120.00623,45.87669],[-120.00266,45.81448],[-120.19012,45.81598],[-120.19305,45.75203],[-120.81501,45.75303],[-120.81738,45.68943],[-121.12759,45.69034],[-121.12948,45.62671],[-121.18504,45.62759],[-121.18303,45.68918],[-121.24738,45.69014],[-121.24522,45.75182],[-121.87757,45.75224],[-121.87905,45.68908],[-122.00261,45.69054],[-122.00378,45.62669],[-122.25251,45.62735],[-122.25332,45.56425],[-122.30982,45.56483],[-122.30878,45.62682],[-122.68492,45.62702],[-122.68448,45.68937],[-122.74755,45.68938],[-122.74712,46.00173],[-122.80985,46.00182],[-122.80972,46.06432],[-122.87269,46.06422],[-122.87224,46.12667],[-122.93494,46.12678],[-122.93479,46.18916],[-123.12237,46.18927],[-123.12224,46.25179],[-123.19048,46.25179],[-123.18992,46.18934],[-123.37208,46.1892],[-123.37259,46.25197],[-123.43452,46.25181],[-123.43452,46.31445],[-123.87858,46.3143],[-123.87755,46.25209],[-123.93421,46.25168],[-123.93474,46.31484],[-124.06637,46.31428],[-124.06513,46.18512],[-124.94337,41.93442]]],"terms_url":"https://geohub.oregon.gov/","terms_text":"State of Oregon","icon":"https://www.oregon.gov/assets/branding/logo.png"},{"id":"lu.geoportail.opendata.ortho2021","name":"Ortho 2021 geoportail.lu","type":"tms","template":"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/ortho_2021/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg","endDate":"2021-09-23T00:00:00.000Z","startDate":"2021-09-03T00:00:00.000Z","zoomExtent":[5,20],"polygon":[[[5.96175,50.17631],[5.95286,50.13384],[5.89196,50.12041],[5.881,50.08069],[5.85781,50.07186],[5.85087,50.0563],[5.86189,50.04581],[5.84792,50.02809],[5.81561,50.01437],[5.81806,49.99936],[5.83462,49.98656],[5.83129,49.97995],[5.80652,49.97321],[5.80524,49.96677],[5.78672,49.96816],[5.7688,49.96104],[5.76878,49.94239],[5.77073,49.93711],[5.76039,49.93252],[5.75783,49.91737],[5.73303,49.90285],[5.7346,49.89341],[5.77505,49.88057],[5.77567,49.87438],[5.74955,49.87554],[5.75229,49.85922],[5.74066,49.85152],[5.75399,49.84878],[5.74624,49.84783],[5.74701,49.84048],[5.74053,49.84142],[5.7372,49.83353],[5.74581,49.82435],[5.74159,49.82126],[5.75094,49.79094],[5.76517,49.78961],[5.78626,49.79079],[5.82073,49.74878],[5.82489,49.73767],[5.82191,49.72128],[5.84325,49.71822],[5.86481,49.72331],[5.8757,49.71118],[5.85628,49.68211],[5.85656,49.67628],[5.89934,49.66239],[5.89998,49.63907],[5.88182,49.63815],[5.8694,49.6106],[5.84565,49.5981],[5.84712,49.58961],[5.8511,49.58379],[5.86289,49.58525],[5.86866,49.587],[5.85943,49.57158],[5.8052,49.54272],[5.81625,49.53325],[5.83562,49.54114],[5.84308,49.53081],[5.83187,49.52639],[5.83641,49.51817],[5.84828,49.51397],[5.84897,49.50826],[5.86332,49.50006],[5.89033,49.4948],[5.91578,49.49835],[5.9616,49.49026],[5.96891,49.48202],[5.97232,49.46087],[5.97773,49.45955],[5.97657,49.44885],[5.99412,49.45301],[6.01574,49.44885],[6.02154,49.45127],[6.02529,49.44703],[6.04421,49.44553],[6.05222,49.46028],[6.05917,49.46306],[6.07722,49.46139],[6.08167,49.45417],[6.10483,49.45076],[6.1014,49.46726],[6.12725,49.47081],[6.12937,49.48803],[6.14018,49.48525],[6.1671,49.49006],[6.16086,49.50085],[6.17337,49.50577],[6.19669,49.50331],[6.24133,49.50693],[6.27191,49.49995],[6.28789,49.48379],[6.29503,49.47928],[6.32189,49.47244],[6.3334,49.46493],[6.37056,49.45732],[6.37076,49.50545],[6.35932,49.52481],[6.35855,49.53296],[6.38009,49.54856],[6.3849,49.55817],[6.35791,49.57166],[6.36909,49.5783],[6.38119,49.57509],[6.38443,49.5801],[6.37551,49.58809],[6.37941,49.59526],[6.39898,49.60094],[6.42178,49.61809],[6.44251,49.65591],[6.4399,49.66025],[6.42714,49.66237],[6.5046,49.71227],[6.50788,49.71215],[6.50712,49.71655],[6.49558,49.72443],[6.49891,49.72639],[6.50479,49.725],[6.51176,49.72016],[6.51642,49.72129],[6.51809,49.7242],[6.50727,49.72938],[6.50263,49.73298],[6.50373,49.75086],[6.52052,49.76134],[6.52056,49.76818],[6.51105,49.77422],[6.51917,49.78344],[6.50622,49.78899],[6.53083,49.80116],[6.53225,49.80686],[6.52981,49.81048],[6.5196,49.81446],[6.51485,49.80513],[6.51155,49.80238],[6.50669,49.80993],[6.49681,49.81277],[6.47057,49.82385],[6.46454,49.81975],[6.45366,49.81275],[6.44344,49.81233],[6.44161,49.81547],[6.43097,49.81129],[6.42807,49.81186],[6.42643,49.81629],[6.4022,49.82098],[6.36465,49.85164],[6.33937,49.8507],[6.33656,49.83998],[6.32741,49.83673],[6.32158,49.8409],[6.32361,49.85188],[6.31465,49.86057],[6.31532,49.8673],[6.30989,49.87107],[6.2977,49.86673],[6.29166,49.87548],[6.28113,49.87957],[6.27646,49.87725],[6.26301,49.88101],[6.25781,49.88724],[6.24692,49.89535],[6.23381,49.90028],[6.23229,49.9072],[6.22769,49.91062],[6.23187,49.91064],[6.23603,49.91355],[6.22986,49.92125],[6.21913,49.92354],[6.22635,49.92766],[6.22824,49.93726],[6.22044,49.94369],[6.22502,49.95039],[6.21269,49.9514],[6.20707,49.95672],[6.19978,49.95352],[6.19277,49.97158],[6.18331,49.9686],[6.17983,49.96307],[6.18339,49.9548],[6.17995,49.95386],[6.1763,49.962],[6.17151,49.96298],[6.16549,49.97115],[6.17035,49.98376],[6.17348,49.98344],[6.17305,49.98589],[6.15625,49.98867],[6.15023,49.99518],[6.14218,49.99535],[6.13852,49.99829],[6.13966,49.9994],[6.14546,49.99689],[6.1517,50.01058],[6.13934,50.01116],[6.13024,50.01819],[6.13138,50.01905],[6.13594,50.01485],[6.13868,50.01572],[6.14821,50.02307],[6.13034,50.02975],[6.13661,50.04178],[6.12361,50.06323],[6.11563,50.05817],[6.11444,50.06139],[6.12117,50.064],[6.13186,50.07348],[6.12634,50.07817],[6.12194,50.09059],[6.13547,50.09119],[6.13108,50.09964],[6.13808,50.10263],[6.13555,50.11899],[6.14093,50.1305],[6.12369,50.13719],[6.11323,50.13739],[6.1277,50.14993],[6.1201,50.15594],[6.1225,50.16437],[6.10176,50.17199],[6.07824,50.17255],[6.07668,50.15913],[6.06069,50.15536],[6.03318,50.16395],[6.02627,50.18496],[5.96175,50.17631]]],"terms_url":"https://data.public.lu/en/datasets/bd-l-ortho-webservices-wms-et-wmts","terms_text":"Administration du Cadastre et de la Topographie","icon":"https://www.geoportail.lu/static/img/lion.png"},{"id":"fr.ign.orthoexpress.2023","name":"Ortho Express 2023 (20 cm)","type":"tms","template":"https://data.geopf.fr/tms/1.0.0/ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2023/{zoom}/{x}/{y}.jpeg","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[2,19],"polygon":[[[2.98186,44.65226],[2.98167,44.6515],[2.9812,44.64496],[3.12017,44.26184],[3.20382,44.18995],[3.44012,44.12912],[3.44825,44.12714],[3.45049,44.12665],[3.54365,44.10958],[3.87527,44.12623],[3.97419,44.16288],[3.9766,44.16933],[3.97697,44.17093],[3.99479,44.4114],[4.03569,44.32968],[4.03655,44.32848],[4.03683,44.32819],[4.04692,44.31899],[4.05168,44.31698],[4.24929,44.26582],[4.25464,44.26452],[4.25602,44.26437],[4.25855,44.26434],[4.64945,44.27034],[4.65057,44.27302],[4.66722,44.31984],[4.81734,44.22976],[4.82123,44.22897],[5.45473,44.11917],[5.45942,44.11842],[5.46137,44.11823],[5.49447,44.11549],[5.50191,44.11563],[5.67886,44.14614],[5.83038,44.69023],[5.83044,44.69055],[5.82945,44.69374],[5.82741,44.69981],[5.82714,44.70045],[5.48795,45.07984],[5.48668,45.08125],[5.48331,45.08379],[5.13771,45.29775],[5.13683,45.29823],[5.0093,45.34231],[5.00365,45.34309],[4.99523,45.34397],[4.98879,45.34396],[4.98764,45.34374],[4.80727,45.30046],[4.80396,45.29945],[4.7738,45.35359],[4.77316,45.35465],[4.75551,45.36611],[4.75484,45.36619],[4.74896,45.36599],[4.73968,45.36533],[4.73196,45.36378],[4.72571,45.36181],[4.66224,45.34042],[4.64326,45.32944],[4.48314,45.23657],[3.9448,44.82456],[3.86816,44.75413],[3.86756,44.7535],[3.86741,44.7533],[3.86567,44.74993],[3.84234,44.77195],[3.7438,44.83843],[3.74293,44.83882],[3.65363,44.8761],[3.65333,44.87623],[3.37273,44.97575],[3.25214,44.94111],[3.12815,44.90365],[3.1032,44.88667],[3.10287,44.88639],[3.04794,44.80407],[3.04649,44.8016],[2.98186,44.65226]],[[-0.46313,45.75189],[-0.46316,45.75183],[-0.43267,45.62505],[-0.28438,45.30895],[-0.27926,45.30523],[-0.27804,45.30457],[-0.27399,45.30244],[0.00141,45.19279],[0.00424,45.19167],[0.13023,45.20815],[0.13092,45.20825],[0.13243,45.20872],[0.13494,45.20971],[0.13596,45.21015],[0.14468,45.21398],[0.26723,45.29838],[0.66548,45.67815],[0.77561,45.59227],[0.77641,45.59185],[0.81108,45.57591],[1.11989,45.47441],[1.13529,45.46959],[1.243,45.43662],[1.34978,45.46711],[1.87782,45.6659],[1.87947,45.66655],[1.90775,45.67855],[1.91025,45.67965],[1.91107,45.68077],[1.90951,45.69736],[2.26867,45.66355],[2.28271,45.66404],[2.32093,45.66847],[2.43577,45.69921],[2.45394,45.70793],[2.47241,45.71855],[2.47329,45.7192],[2.49216,45.73787],[2.60897,45.96667],[2.61128,45.97199],[2.61125,45.97246],[2.60269,46.0332],[2.56587,46.15495],[2.5599,46.17319],[2.55978,46.17347],[2.51597,46.23957],[2.4807,46.28105],[2.28109,46.42047],[2.28176,46.42069],[2.53665,46.5197],[2.5725,46.53391],[2.60983,46.55021],[3.03206,46.79491],[3.0592,46.82664],[3.06891,46.85073],[3.06946,46.85239],[3.06953,46.85306],[3.07974,46.95663],[3.07973,46.95738],[3.0758,47.02342],[3.07516,47.02932],[2.93122,47.44091],[2.93076,47.44186],[2.91406,47.4709],[2.88957,47.50776],[2.88846,47.50943],[2.88754,47.51038],[2.88471,47.51282],[2.87905,47.51761],[2.87533,47.51984],[2.95879,47.55751],[2.97617,47.56923],[2.97654,47.56948],[3.23613,47.48833],[4.00265,47.31046],[4.00326,47.31035],[4.02163,47.31118],[4.1075,47.3395],[4.10805,47.33972],[4.33247,47.75651],[4.33363,47.76072],[4.3403,47.79956],[4.32983,47.84619],[4.31292,47.90511],[4.30534,47.92126],[4.30479,47.92162],[4.22582,47.97209],[3.50485,48.36567],[3.49763,48.36958],[3.38484,48.40005],[3.38334,48.40005],[3.17157,48.37742],[3.05028,48.36],[3.04613,48.35797],[3.04344,48.35426],[2.93696,48.18315],[2.93467,48.17912],[2.93305,48.17087],[2.40297,48.32064],[2.32764,48.33315],[2.20729,48.34495],[2.20411,48.34491],[2.2022,48.34461],[1.99428,48.28692],[1.98917,48.3636],[1.97819,48.40183],[1.53841,48.92255],[1.5014,48.94103],[1.48038,48.94049],[1.47279,48.93975],[1.46114,48.93751],[0.87597,48.71536],[0.87536,48.71503],[0.87342,48.71393],[0.83095,48.68375],[0.7594,48.76758],[0.75276,48.77279],[0.61546,48.87753],[0.59503,48.88857],[0.42128,48.95731],[0.43126,48.96636],[0.4315,48.96659],[0.44649,49.01499],[0.44629,49.01888],[0.43324,49.14068],[0.43276,49.14234],[0.38399,49.28562],[0.29688,49.42992],[0.22304,49.42826],[-0.98945,49.39766],[-1.00818,49.396],[-1.07036,49.39046],[-1.07398,49.38951],[-1.07771,49.38846],[-1.07827,49.38824],[-1.08442,49.38518],[-1.08829,49.38313],[-1.11418,49.36371],[-1.11822,49.36068],[-1.11908,49.35997],[-1.11991,49.35816],[-1.14028,49.30876],[-1.14112,49.30522],[-1.15975,48.82886],[-1.15976,48.82731],[-1.15961,48.82633],[-1.15767,48.82395],[-1.09009,48.78179],[-1.08267,48.77783],[-1.08129,48.77742],[-1.05883,48.77345],[-0.84383,48.75221],[-0.84941,48.74867],[-0.85179,48.74633],[-0.85213,48.74598],[-0.85225,48.74565],[-0.86057,48.50211],[-0.86047,48.50149],[-0.81326,48.45529],[-0.81296,48.45513],[-0.76456,48.43634],[0.75769,48.17989],[0.75836,48.17991],[0.76065,48.18026],[0.79415,48.19233],[0.7957,48.188],[0.84081,48.10343],[0.81444,48.09883],[0.81427,48.09875],[0.79393,48.06969],[0.58059,47.71293],[0.58049,47.71246],[0.58865,47.6992],[0.23067,47.61082],[0.19335,47.53912],[0.0785,47.28374],[0.05274,47.19667],[0.05374,47.16766],[0.0492,47.16894],[0.01888,47.17599],[-0.00182,47.16376],[-0.0051,47.16178],[-0.00877,47.15937],[-0.09512,47.09518],[-0.09879,47.09029],[-0.10128,47.08578],[-0.10503,47.0713],[-0.10473,47.06778],[-0.1414,47.10413],[-0.18039,47.10825],[-0.18455,47.10855],[-0.26262,47.1057],[-0.26573,47.10549],[-0.493,47.08337],[-0.49319,47.08332],[-0.51525,47.07803],[-0.78672,47.00545],[-0.84299,46.99017],[-0.89571,46.97575],[-0.90307,46.97189],[-0.90352,46.97157],[-0.90281,46.96813],[-0.75469,46.25302],[-0.75411,46.25066],[-0.7521,46.24559],[-0.75192,46.24535],[-0.69094,46.17967],[-0.62368,46.13998],[-0.61919,46.13737],[-0.61763,46.13679],[-0.14278,45.9809],[-0.44941,45.76637],[-0.46313,45.75189]],[[-2.28954,48.00044],[-2.28845,47.99521],[-2.28764,47.99175],[-2.11398,47.64825],[-2.11361,47.64771],[-2.10266,47.63446],[-2.10203,47.63388],[-2.09909,47.63207],[-2.09813,47.63173],[-2.09729,47.63164],[-2.09671,47.63167],[-1.24607,47.77673],[-1.02115,47.99509],[-1.02086,47.99537],[-1.01561,48.0034],[-1.02136,48.0684],[-1.04513,48.32839],[-1.06695,48.5047],[-1.06707,48.50537],[-1.06728,48.50577],[-1.07008,48.50882],[-1.11723,48.52172],[-1.83682,48.71096],[-1.83543,48.71282],[-1.83526,48.71429],[-1.83527,48.71444],[-1.83568,48.71419],[-1.83598,48.71394],[-1.83824,48.71134],[-1.84435,48.71294],[-1.93691,48.70274],[-1.9705,48.69087],[-1.97049,48.69108],[-1.97166,48.69129],[-1.97151,48.69108],[-1.97089,48.69076],[-1.97078,48.69077],[-1.98905,48.68431],[-1.98946,48.68414],[-1.99055,48.68347],[-2.02923,48.65101],[-2.03883,48.63191],[-2.04731,48.63892],[-2.04739,48.63898],[-2.04756,48.63907],[-2.04778,48.63915],[-2.05689,48.64023],[-2.06141,48.64067],[-2.1126,48.64543],[-2.11273,48.64543],[-2.15049,48.63507],[-2.15109,48.6346],[-2.15148,48.63417],[-2.15167,48.63394],[-2.15153,48.62856],[-2.15152,48.62844],[-2.15145,48.62827],[-2.12446,48.58916],[-2.09424,48.57056],[-2.07521,48.55954],[-2.2841,48.14398],[-2.28733,48.13671],[-2.28761,48.13379],[-2.28961,48.00105],[-2.28954,48.00044]],[[-2.15298,48.62999],[-2.15314,48.63035],[-2.15343,48.63051],[-2.15368,48.63057],[-2.15465,48.63042],[-2.15509,48.62995],[-2.15551,48.62923],[-2.15531,48.62887],[-2.15506,48.62876],[-2.15484,48.62877],[-2.15406,48.62906],[-2.15339,48.62957],[-2.15298,48.62999]],[[-2.15659,48.64109],[-2.15684,48.64106],[-2.16087,48.63955],[-2.16153,48.63898],[-2.16201,48.63845],[-2.16195,48.63787],[-2.16183,48.63747],[-2.16178,48.63739],[-2.16154,48.63722],[-2.15953,48.63718],[-2.15931,48.63721],[-2.15896,48.63755],[-2.1565,48.64088],[-2.15659,48.64109]],[[-2.11245,48.64696],[-2.11271,48.64675],[-2.11252,48.64624],[-2.11245,48.64624],[-2.11231,48.64657],[-2.11226,48.64678],[-2.11245,48.64696]],[[-2.11285,48.64711],[-2.11261,48.64704],[-2.11234,48.64727],[-2.11232,48.64746],[-2.11252,48.64763],[-2.11296,48.64755],[-2.11301,48.64739],[-2.11285,48.64711]],[[-2.03223,48.65249],[-2.03231,48.65272],[-2.03299,48.65318],[-2.03312,48.65324],[-2.03401,48.65317],[-2.03423,48.6529],[-2.03432,48.6523],[-2.03343,48.65152],[-2.03271,48.65129],[-2.03249,48.65151],[-2.03224,48.65209],[-2.03223,48.65249]],[[-2.03876,48.65231],[-2.03794,48.65223],[-2.03767,48.65231],[-2.03793,48.65248],[-2.03878,48.65294],[-2.039,48.65278],[-2.039,48.6524],[-2.03876,48.65231]],[[-2.06975,48.65343],[-2.06977,48.6527],[-2.06944,48.65254],[-2.06899,48.65264],[-2.06904,48.65305],[-2.06934,48.65348],[-2.06961,48.65354],[-2.06975,48.65343]],[[-2.09068,48.65365],[-2.09049,48.65345],[-2.09024,48.65339],[-2.09018,48.65371],[-2.09028,48.65378],[-2.09049,48.65391],[-2.09065,48.65389],[-2.09068,48.65365]],[[-2.07037,48.65433],[-2.07083,48.65451],[-2.07055,48.65393],[-2.07038,48.65387],[-2.07031,48.6542],[-2.07037,48.65433]],[[-2.07558,48.67476],[-2.07543,48.67479],[-2.07555,48.67495],[-2.07629,48.67531],[-2.0765,48.67538],[-2.07664,48.67521],[-2.07631,48.67489],[-2.07595,48.67478],[-2.07558,48.67476]],[[-2.07065,48.6755],[-2.07056,48.67558],[-2.07064,48.67575],[-2.07089,48.67572],[-2.07087,48.6755],[-2.07065,48.6755]],[[-2.06854,48.67852],[-2.06885,48.67901],[-2.06899,48.67909],[-2.07365,48.6778],[-2.07448,48.67712],[-2.07536,48.67599],[-2.07536,48.67587],[-2.07522,48.67544],[-2.07495,48.67505],[-2.07456,48.6749],[-2.07417,48.67492],[-2.07244,48.67516],[-2.0697,48.67637],[-2.06791,48.67718],[-2.06797,48.67732],[-2.06854,48.67852]],[[-2.0583,48.68034],[-2.05844,48.68044],[-2.05856,48.68038],[-2.05852,48.68011],[-2.05829,48.68019],[-2.0583,48.68034]],[[-2.04425,48.68401],[-2.04438,48.68348],[-2.04428,48.68338],[-2.04406,48.68344],[-2.04381,48.68372],[-2.04379,48.6839],[-2.04404,48.68406],[-2.04425,48.68401]],[[-2.04683,48.68802],[-2.04701,48.68804],[-2.04719,48.68779],[-2.04708,48.68759],[-2.04697,48.68763],[-2.04683,48.68802]],[[-1.97041,48.69165],[-1.97018,48.692],[-1.97028,48.69212],[-1.97045,48.69206],[-1.97056,48.69164],[-1.97041,48.69165]],[[-1.98225,48.69432],[-1.98238,48.69439],[-1.98251,48.69436],[-1.98259,48.69406],[-1.98235,48.69411],[-1.98225,48.69432]],[[-1.95414,48.69794],[-1.9538,48.69775],[-1.95312,48.69824],[-1.95283,48.69907],[-1.95296,48.69917],[-1.9548,48.69928],[-1.95495,48.69922],[-1.95494,48.69904],[-1.95414,48.69794]],[[-1.83496,48.71548],[-1.83505,48.71538],[-1.83493,48.71499],[-1.83471,48.71496],[-1.83463,48.71523],[-1.83496,48.71548]],[[-1.83025,48.72055],[-1.8301,48.7207],[-1.83011,48.72122],[-1.83028,48.72175],[-1.83042,48.72173],[-1.83096,48.72121],[-1.8309,48.72094],[-1.83041,48.72057],[-1.83025,48.72055]],[[5.22905,43.19767],[5.23143,43.19862],[5.23143,43.1988],[5.23132,43.19905],[5.2307,43.19932],[5.23031,43.19936],[5.2293,43.19925],[5.22884,43.19913],[5.22882,43.19899],[5.22875,43.1976],[5.22905,43.19767]],[[4.23817,43.49739],[4.23803,43.49708],[4.23072,43.47953],[4.23042,43.47861],[4.23021,43.46049],[4.23231,43.45967],[4.59043,43.35863],[4.59732,43.35672],[5.32535,43.21458],[5.32505,43.21369],[5.32545,43.21355],[5.32606,43.21345],[5.3274,43.21332],[5.32757,43.21338],[5.32809,43.21365],[5.32817,43.21374],[5.32809,43.21405],[5.33348,43.21299],[5.3329,43.21301],[5.33278,43.213],[5.32887,43.21255],[5.32855,43.2124],[5.32865,43.21191],[5.3293,43.21138],[5.33039,43.21082],[5.33357,43.2094],[5.33837,43.2079],[5.33891,43.20816],[5.33962,43.20873],[5.34007,43.20913],[5.34013,43.20965],[5.34003,43.21037],[5.33977,43.21177],[5.35706,43.20839],[5.60468,43.16025],[5.60572,43.16029],[5.60738,43.16045],[5.67193,43.17952],[5.6824,43.15537],[5.68281,43.15455],[5.69487,43.14381],[5.77729,43.08112],[5.77712,43.07887],[5.77757,43.0738],[5.77764,43.07354],[5.77761,43.07351],[5.77765,43.0735],[5.77856,43.07025],[5.77891,43.07007],[5.7806,43.06984],[5.78086,43.06992],[5.78563,43.0718],[5.78776,43.07315],[5.78841,43.07265],[5.7869,43.07221],[5.78692,43.07185],[5.78693,43.07164],[5.78707,43.07144],[5.78692,43.07138],[5.78717,43.0712],[5.7872,43.07124],[5.7886,43.06917],[5.79059,43.06852],[5.7908,43.0685],[5.79172,43.06857],[5.79208,43.0688],[5.79222,43.06895],[5.79249,43.06925],[5.79252,43.06944],[5.79247,43.06956],[5.7926,43.06947],[5.79226,43.0686],[5.79228,43.06848],[5.79311,43.06778],[5.79327,43.06771],[5.79358,43.06799],[5.79387,43.06827],[5.79393,43.06846],[5.79432,43.06815],[5.8288,43.04951],[5.82924,43.04932],[5.84404,43.04672],[6.09743,43.02724],[6.14898,43.02614],[6.15542,43.02611],[6.15607,43.02617],[6.62116,43.15797],[6.64658,43.16756],[6.64663,43.1676],[6.68073,43.19927],[6.92295,43.45081],[6.92315,43.45122],[6.93319,43.47788],[6.93346,43.48031],[6.94561,43.48314],[7.04586,43.51559],[7.04753,43.51547],[7.06721,43.51416],[7.06985,43.51616],[7.07068,43.51693],[7.07089,43.51727],[7.0708,43.51781],[7.06354,43.5204],[7.06191,43.52079],[7.13637,43.5449],[7.13848,43.54588],[7.48748,43.74928],[7.48776,43.74947],[7.52994,43.7842],[7.70313,44.0434],[7.71424,44.06151],[7.71898,44.08245],[7.68447,44.17395],[7.68314,44.17545],[7.68014,44.17651],[7.67787,44.17713],[6.90555,44.3584],[6.90478,44.35855],[6.88897,44.36127],[6.88743,44.36129],[6.88614,44.36094],[6.84008,44.34658],[6.81247,44.33264],[6.80922,44.33066],[6.80842,44.33001],[6.724,44.24992],[6.68645,44.16927],[6.68639,44.16891],[6.63688,43.79827],[6.62345,43.80491],[6.62148,43.8053],[6.6185,43.80572],[6.61824,43.80575],[6.51718,43.80888],[6.2436,43.80263],[6.24223,43.8025],[5.78109,43.75571],[5.77565,43.75086],[5.7745,43.74964],[5.76307,43.73725],[5.76206,43.73601],[5.75515,43.72684],[4.85305,43.91131],[4.73928,43.92413],[4.64208,43.86753],[4.23974,43.4992],[4.23817,43.49739]],[[4.2505,46.0501],[4.24366,45.99721],[4.24403,45.99586],[4.36624,45.67124],[4.4102,45.6318],[4.46771,45.58575],[4.67142,45.47341],[4.75713,45.45561],[4.77595,45.45412],[4.777,45.45414],[4.77832,45.45437],[4.77882,45.45457],[4.77966,45.45508],[5.03704,45.61299],[5.15398,45.69982],[5.15467,45.70036],[5.15997,45.70846],[5.16011,45.71171],[5.15934,45.71543],[5.10149,45.81356],[4.79328,46.18289],[5.29833,46.41817],[5.29878,46.41308],[5.29918,46.41261],[5.40483,46.31014],[5.45654,46.27479],[5.47366,46.26428],[5.47385,46.26428],[5.72518,46.26069],[5.85247,46.2614],[5.8529,46.26142],[5.86949,46.26486],[5.87567,46.26759],[5.90913,46.28384],[5.9414,46.30876],[6.03586,46.39172],[6.06386,46.41639],[6.08562,46.44083],[6.15347,46.53679],[6.15666,46.5453],[6.16352,46.57517],[6.43819,46.76178],[6.43937,46.76275],[6.45226,46.77422],[7.05696,47.3344],[7.06239,47.34411],[6.9919,47.44702],[7.11569,47.4963],[7.13157,47.50344],[7.13311,47.50423],[7.13424,47.50496],[7.13505,47.50583],[7.13589,47.50692],[7.13738,47.50935],[7.14336,47.52459],[7.03778,47.72162],[7.03741,47.72214],[7.03516,47.72462],[7.01583,47.7438],[6.85148,47.82085],[6.89546,47.8328],[6.91722,47.84775],[6.91913,47.84928],[6.9198,47.84999],[7.07703,48.10894],[7.19661,48.30646],[7.19835,48.3103],[7.19709,48.31547],[7.13564,48.49909],[7.1281,48.50958],[7.12554,48.51272],[7.12445,48.51317],[7.1232,48.51364],[5.84599,48.50713],[5.76516,48.4966],[5.64224,48.47244],[5.44667,48.41548],[5.39363,48.39171],[5.41804,48.34015],[5.41822,48.33983],[5.62969,48.08365],[5.6332,48.08043],[5.78728,47.95259],[5.79091,47.95131],[5.79527,47.94979],[5.80527,47.94697],[5.85625,47.93364],[5.40651,47.67354],[5.40634,47.6734],[5.37233,47.61848],[5.37143,47.61469],[5.36694,47.46502],[5.36721,47.46444],[5.46895,47.3164],[5.50251,47.29649],[5.48831,47.28924],[5.28392,47.04803],[5.27816,47.03748],[5.27657,47.03381],[5.25463,46.98188],[5.2221,46.98907],[4.20841,47.15576],[4.20276,47.15503],[4.18547,47.1527],[4.06031,47.12126],[3.6294,46.74959],[3.62315,46.74165],[3.62274,46.74094],[3.62259,46.74013],[3.62283,46.73923],[3.63764,46.70748],[3.89013,46.21449],[3.89904,46.20989],[3.98955,46.16916],[3.98987,46.16907],[4.2756,46.15607],[4.28104,46.15607],[4.31799,46.1573],[4.25059,46.05026],[4.2505,46.0501]],[[5.77723,43.07468],[5.77721,43.07477],[5.77687,43.07451],[5.77683,43.07441],[5.77691,43.07437],[5.77723,43.07468]],[[5.77484,43.07743],[5.77483,43.07758],[5.77472,43.07763],[5.77407,43.0776],[5.77384,43.07747],[5.77365,43.07725],[5.7737,43.07714],[5.77386,43.07688],[5.77403,43.07686],[5.7743,43.07696],[5.77465,43.07712],[5.77484,43.07743]],[[5.76045,43.07846],[5.76059,43.07843],[5.7612,43.07865],[5.76135,43.07878],[5.76129,43.07959],[5.76108,43.07956],[5.7605,43.07869],[5.76045,43.07846]],[[5.77196,43.07944],[5.77182,43.07951],[5.77151,43.07945],[5.77155,43.07935],[5.77172,43.07928],[5.77196,43.07944]],[[5.77092,43.07976],[5.77049,43.07966],[5.77046,43.07931],[5.77062,43.07928],[5.7709,43.07932],[5.7713,43.07968],[5.77092,43.07976]],[[5.76165,43.08002],[5.76098,43.08019],[5.76085,43.07989],[5.76105,43.07973],[5.76154,43.07981],[5.76165,43.08002]],[[5.76779,43.08207],[5.76759,43.08204],[5.76733,43.08194],[5.76627,43.08137],[5.76524,43.08031],[5.76509,43.07977],[5.76637,43.07919],[5.76713,43.07886],[5.76729,43.07884],[5.76845,43.0793],[5.7692,43.07978],[5.76933,43.07995],[5.76959,43.08036],[5.76959,43.08055],[5.76909,43.08113],[5.76779,43.08207]],[[5.61864,43.16173],[5.61747,43.16239],[5.61578,43.16245],[5.61539,43.16246],[5.61505,43.16225],[5.61499,43.16105],[5.61538,43.15942],[5.61608,43.15845],[5.61769,43.15777],[5.61924,43.15738],[5.62043,43.15856],[5.62097,43.15921],[5.62088,43.15932],[5.61918,43.16124],[5.61892,43.16149],[5.61864,43.16173]],[[5.3941,43.16994],[5.39404,43.16983],[5.39459,43.16963],[5.39503,43.16971],[5.39483,43.16986],[5.39453,43.17007],[5.39439,43.17007],[5.3941,43.16994]],[[5.40057,43.17517],[5.40121,43.17528],[5.40225,43.17592],[5.40268,43.17629],[5.40235,43.17673],[5.40082,43.17657],[5.39996,43.17596],[5.39988,43.17586],[5.40024,43.17532],[5.40057,43.17517]],[[5.38642,43.17917],[5.38066,43.18083],[5.38054,43.18081],[5.37243,43.17971],[5.37202,43.17965],[5.37176,43.17946],[5.37232,43.17736],[5.37289,43.17692],[5.38639,43.17261],[5.38988,43.17271],[5.39782,43.173],[5.39812,43.17309],[5.39869,43.17373],[5.39831,43.17422],[5.3962,43.17595],[5.39419,43.17665],[5.38642,43.17917]],[[5.37023,43.177],[5.37002,43.17683],[5.36997,43.17664],[5.37057,43.17645],[5.37071,43.17652],[5.37023,43.177]],[[5.39676,43.17873],[5.3965,43.17899],[5.3964,43.1791],[5.39601,43.17918],[5.39551,43.17922],[5.39537,43.17913],[5.39568,43.17885],[5.39584,43.17876],[5.39634,43.17867],[5.39676,43.17873]],[[5.38139,43.19021],[5.3813,43.19015],[5.38125,43.18971],[5.38128,43.18953],[5.3816,43.18913],[5.38349,43.18746],[5.38428,43.1871],[5.38706,43.18598],[5.38862,43.18544],[5.38898,43.18535],[5.38922,43.18541],[5.39155,43.18616],[5.39154,43.18636],[5.3845,43.1899],[5.38331,43.19034],[5.38247,43.1905],[5.38199,43.19051],[5.38139,43.19021]],[[5.35882,43.19934],[5.36175,43.19708],[5.36221,43.19686],[5.36619,43.19512],[5.36913,43.19406],[5.36942,43.19396],[5.36978,43.19389],[5.37057,43.19381],[5.37122,43.19381],[5.37165,43.19387],[5.37154,43.19417],[5.37005,43.19541],[5.36692,43.19748],[5.36322,43.19976],[5.36284,43.19997],[5.36195,43.2002],[5.35951,43.20004],[5.35877,43.19978],[5.35856,43.1997],[5.35853,43.19962],[5.35882,43.19934]],[[5.35748,43.20136],[5.3558,43.20148],[5.35548,43.20146],[5.35521,43.20133],[5.35517,43.20113],[5.35537,43.20075],[5.35664,43.19961],[5.35702,43.19955],[5.35848,43.19939],[5.35853,43.19958],[5.35835,43.20035],[5.35826,43.20058],[5.35748,43.20136]],[[6.19987,42.98215],[6.20532,42.98227],[6.20535,42.98216],[6.20577,42.982],[6.20588,42.98203],[6.20583,42.98218],[6.20534,42.98227],[6.20571,42.98228],[6.20644,42.98244],[6.24589,42.99702],[6.24853,42.99819],[6.24998,42.99888],[6.2508,42.99986],[6.25235,43.00399],[6.25251,43.00444],[6.2523,43.00535],[6.24895,43.0167],[6.24269,43.02644],[6.24228,43.02673],[6.24211,43.02673],[6.17387,43.00801],[6.17393,43.00811],[6.17355,43.00821],[6.17343,43.00822],[6.17338,43.008],[6.1735,43.00791],[6.17164,43.0074],[6.15989,43.00182],[6.15987,43.00175],[6.1613,42.99893],[6.16229,42.99822],[6.19692,42.98295],[6.19818,42.98245],[6.19796,42.98247],[6.1979,42.98243],[6.19792,42.9823],[6.19796,42.98226],[6.19842,42.98236],[6.19842,42.98236],[6.19868,42.98225],[6.19901,42.98214],[6.19987,42.98215]],[[6.25837,42.99677],[6.25817,42.99676],[6.25809,42.99668],[6.25817,42.99644],[6.25834,42.9965],[6.25837,42.99677]],[[6.25902,42.99632],[6.25952,42.99633],[6.25987,42.99663],[6.25994,42.99696],[6.2598,42.99702],[6.25903,42.99697],[6.25865,42.9968],[6.2587,42.99672],[6.25902,42.99632]],[[6.2543,42.99786],[6.25418,42.99799],[6.25402,42.99777],[6.25412,42.99749],[6.25421,42.99755],[6.2543,42.99786]],[[6.25239,42.99779],[6.2523,42.99809],[6.25218,42.99807],[6.25213,42.99785],[6.25222,42.99778],[6.25239,42.99779]],[[6.2537,42.9985],[6.25348,42.99797],[6.25378,42.99816],[6.25398,42.99849],[6.2537,42.9985]],[[6.25373,42.999],[6.2537,42.99934],[6.25251,42.99991],[6.25221,42.99976],[6.25207,42.99956],[6.25204,42.99935],[6.25209,42.99881],[6.25249,42.99806],[6.25322,42.99795],[6.25353,42.99821],[6.25365,42.99862],[6.25373,42.999]],[[6.1605,43.00581],[6.16032,43.00578],[6.16022,43.00569],[6.16022,43.00551],[6.16024,43.00541],[6.16073,43.00398],[6.16128,43.00361],[6.16203,43.00328],[6.16233,43.00318],[6.16256,43.00324],[6.16251,43.00367],[6.16161,43.00532],[6.16142,43.00547],[6.1609,43.0057],[6.1605,43.00581]],[[6.15975,43.0071],[6.15974,43.00696],[6.15992,43.00675],[6.16033,43.00668],[6.16065,43.00679],[6.16,43.00717],[6.15975,43.0071]],[[6.17341,43.00845],[6.17338,43.00878],[6.17272,43.00918],[6.17219,43.00915],[6.17196,43.00906],[6.17181,43.00876],[6.17192,43.00854],[6.17246,43.00817],[6.17307,43.00809],[6.17341,43.00845]],[[6.14033,43.02084],[6.14015,43.02079],[6.13985,43.02064],[6.13986,43.01997],[6.13992,43.0197],[6.14141,43.01768],[6.14316,43.01581],[6.14367,43.01556],[6.14393,43.01556],[6.14451,43.0159],[6.14815,43.01836],[6.14835,43.01885],[6.14709,43.01961],[6.14518,43.02042],[6.14342,43.02076],[6.14306,43.02081],[6.14063,43.02089],[6.14033,43.02084]],[[6.148,43.02334],[6.14798,43.02344],[6.14777,43.02359],[6.14759,43.0237],[6.14726,43.02379],[6.1468,43.02372],[6.14637,43.02351],[6.14638,43.0233],[6.14655,43.02313],[6.14694,43.02304],[6.14786,43.02326],[6.148,43.02334]],[[6.14767,43.02419],[6.14776,43.02441],[6.14716,43.02434],[6.14723,43.02413],[6.1475,43.0241],[6.14767,43.02419]],[[6.24277,43.02664],[6.24286,43.02648],[6.24302,43.02644],[6.24316,43.02651],[6.24299,43.0267],[6.24279,43.02671],[6.24277,43.02664]],[[6.24203,43.02751],[6.2418,43.02761],[6.24173,43.02727],[6.24196,43.02719],[6.24207,43.02731],[6.24203,43.02751]],[[6.24108,43.02818],[6.24125,43.02801],[6.24135,43.0282],[6.24117,43.02846],[6.24108,43.02818]],[[6.39683,42.98912],[6.39658,42.98934],[6.39525,42.98946],[6.39515,42.98942],[6.39441,42.98886],[6.3939,42.98844],[6.39368,42.98798],[6.3936,42.98762],[6.39499,42.98701],[6.39517,42.98706],[6.39593,42.9874],[6.39614,42.9876],[6.39677,42.98891],[6.39683,42.98912]],[[6.3689,43.00202],[6.37002,42.99884],[6.37019,42.99849],[6.37054,42.998],[6.37203,42.99606],[6.37235,42.99581],[6.37299,42.99562],[6.39518,42.99299],[6.39702,42.99295],[6.39727,42.99295],[6.40254,42.99345],[6.40645,42.99558],[6.40672,42.99577],[6.41361,43.00276],[6.41757,43.00709],[6.41768,43.00723],[6.41918,43.00923],[6.42128,43.0141],[6.40916,43.02002],[6.40906,43.02005],[6.3835,43.01401],[6.36902,43.00234],[6.3689,43.00202]],[[6.36185,43.01752],[6.36056,43.01594],[6.36009,43.01529],[6.35988,43.01475],[6.3597,43.01314],[6.35929,43.00919],[6.35928,43.00919],[6.35917,43.00895],[6.35923,43.00882],[6.35925,43.00883],[6.35923,43.00869],[6.3592,43.00828],[6.36162,43.00536],[6.36285,43.00421],[6.36317,43.00412],[6.36384,43.00403],[6.36409,43.00417],[6.36451,43.00502],[6.36886,43.01819],[6.36888,43.01839],[6.36887,43.01848],[6.36868,43.01885],[6.36825,43.0189],[6.36289,43.01858],[6.36185,43.01752]],[[6.43378,43.02034],[6.4336,43.0197],[6.43352,43.01926],[6.43243,43.01058],[6.43238,43.00997],[6.43246,43.00961],[6.43302,43.00825],[6.43448,43.00588],[6.4377,43.00345],[6.43786,43.00346],[6.43806,43.00351],[6.47088,43.01672],[6.50965,43.04452],[6.51087,43.04594],[6.5112,43.04654],[6.5113,43.0468],[6.50826,43.05277],[6.50651,43.05316],[6.50515,43.05327],[6.47605,43.04901],[6.47568,43.04886],[6.46856,43.0456],[6.46844,43.04552],[6.43774,43.02397],[6.43378,43.02034]],[[6.51138,43.04696],[6.51147,43.04654],[6.51154,43.04653],[6.51161,43.04657],[6.51162,43.04692],[6.51146,43.04713],[6.51138,43.04696]],[[6.53232,43.0507],[6.53243,43.05053],[6.53272,43.05058],[6.53264,43.05079],[6.53232,43.0507]],[[6.64743,43.16631],[6.64777,43.16641],[6.64751,43.16693],[6.64721,43.16704],[6.6469,43.16705],[6.64661,43.16698],[6.64647,43.16674],[6.64673,43.16645],[6.64743,43.16631]],[[6.68858,43.199],[6.6889,43.19921],[6.68853,43.19929],[6.68845,43.19901],[6.68858,43.199]],[[6.68251,43.19969],[6.68291,43.20002],[6.68293,43.20011],[6.68272,43.20046],[6.68256,43.20053],[6.68211,43.20056],[6.68181,43.20011],[6.68191,43.19979],[6.68221,43.19959],[6.68251,43.19969]],[[5.80502,46.01533],[5.80935,45.9895],[5.82512,45.93864],[5.87308,45.83421],[5.8809,45.82738],[5.88155,45.8269],[5.91329,45.80407],[5.99391,45.74768],[6.22808,45.68165],[6.23529,45.68189],[6.2785,45.68407],[6.71187,45.7229],[6.71764,45.72565],[6.99012,45.86774],[6.99692,45.87212],[6.99913,45.87373],[7.04447,45.92248],[7.03744,45.95487],[6.86437,46.2831],[6.8053,46.39413],[6.80507,46.39432],[6.7569,46.4029],[6.72428,46.40795],[6.7184,46.40814],[6.69741,46.40824],[6.69006,46.40812],[6.51317,46.40491],[6.51074,46.40449],[6.32364,46.37167],[6.30208,46.36593],[5.82015,46.10422],[5.81983,46.10404],[5.81962,46.10375],[5.81124,46.07852],[5.81109,46.07797],[5.80793,46.06498],[5.80502,46.01533]],[[6.92403,43.45103],[6.92409,43.45115],[6.92409,43.45134],[6.92398,43.45163],[6.92367,43.45166],[6.92336,43.45135],[6.92312,43.45102],[6.92301,43.45072],[6.92321,43.45066],[6.92385,43.45071],[6.92403,43.45103]],[[6.95249,43.48297],[6.95213,43.48294],[6.95199,43.48281],[6.9524,43.48276],[6.95264,43.48291],[6.95249,43.48297]],[[7.04498,43.50346],[7.04504,43.50341],[7.04595,43.50359],[7.04638,43.50384],[7.04638,43.5041],[7.04601,43.50437],[7.04569,43.50435],[7.04518,43.50384],[7.04498,43.50346]],[[7.05617,43.50588],[7.05688,43.50584],[7.05746,43.50584],[7.05738,43.50577],[7.05748,43.50571],[7.05777,43.50576],[7.05779,43.50583],[7.05812,43.50583],[7.05861,43.50597],[7.0591,43.50627],[7.0591,43.50637],[7.05893,43.50691],[7.05882,43.50699],[7.05852,43.507],[7.05645,43.50621],[7.05621,43.50609],[7.05617,43.50588]],[[7.05829,43.50563],[7.05848,43.50545],[7.05914,43.50576],[7.05953,43.50598],[7.05952,43.50619],[7.05935,43.5064],[7.05846,43.50582],[7.05829,43.50563]],[[7.05377,43.50621],[7.05345,43.50608],[7.05378,43.50574],[7.05403,43.50582],[7.05413,43.50609],[7.05407,43.5062],[7.05377,43.50621]],[[7.05132,43.50932],[7.04715,43.50955],[7.04143,43.50933],[7.03992,43.50927],[7.03762,43.5091],[7.03707,43.50867],[7.03651,43.5074],[7.03707,43.50712],[7.03846,43.50647],[7.04752,43.50478],[7.05382,43.50669],[7.05529,43.50732],[7.05549,43.50768],[7.05561,43.50802],[7.0532,43.50907],[7.0517,43.50928],[7.05132,43.50932]],[[7.06124,43.50746],[7.06072,43.50749],[7.05996,43.50752],[7.06058,43.5073],[7.06108,43.50733],[7.06132,43.5074],[7.06124,43.50746]],[[7.05855,43.50729],[7.05917,43.50721],[7.05957,43.50735],[7.05953,43.50743],[7.05845,43.50766],[7.05835,43.50762],[7.05836,43.50746],[7.05855,43.50729]],[[7.07388,43.51596],[7.07291,43.51689],[7.07283,43.51688],[7.07244,43.5164],[7.07223,43.51595],[7.07222,43.51579],[7.07224,43.51567],[7.073,43.51459],[7.07334,43.51442],[7.07383,43.51456],[7.0742,43.51505],[7.07388,43.51596]],[[7.07186,43.51727],[7.07129,43.517],[7.07129,43.51689],[7.07187,43.51659],[7.072,43.51666],[7.07186,43.51727]]],"terms_url":"https://geoservices.ign.fr/services-web-experts-ortho","terms_text":"IGN","description":"Photographies aériennes de 2023, couvrant 1/3 des départements, produite dans un délai très court grâce à un traitement massivement automatisé."},{"id":"fr.ign.orthoexpress.2024","name":"Ortho Express 2024 (20 cm)","type":"tms","template":"https://data.geopf.fr/tms/1.0.0/ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2024/{zoom}/{x}/{y}.jpeg","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[2,19],"polygon":[[[-2.7,43.9],[-1.7835,43.39686],[-1.78509,43.39037],[-1.80099,43.37017],[-1.79156,43.34067],[-1.76297,43.32565],[-1.75606,43.31966],[-1.73359,43.28856],[-1.66953,43.30065],[-1.65,43.29323],[-1.61053,43.24223],[-1.57149,43.2412],[-1.54626,43.2737],[-1.52629,43.28099],[-1.40868,43.25591],[-1.39531,43.24596],[-1.39411,43.22935],[-1.42732,43.1404],[-1.43479,43.13087],[-1.47641,43.10248],[-1.48311,43.08561],[-1.4775,43.06889],[-1.43868,43.03371],[-1.3542,43.0197],[-1.33135,43.0496],[-1.31992,43.05696],[-1.30643,43.05531],[-1.26236,43.03303],[-1.22612,43.03898],[-1.21622,43.0381],[-1.16736,43.02083],[-1.15845,43.01452],[-1.14775,43.00124],[-1.1156,43.00461],[-1.10852,43.00409],[-1.02313,42.98206],[-0.94508,42.94192],[-0.82114,42.93865],[-0.77253,42.95284],[-0.75711,42.95107],[-0.7476,42.93879],[-0.73372,42.88666],[-0.68094,42.86775],[-0.67446,42.86392],[-0.56721,42.76937],[-0.54499,42.76906],[-0.50868,42.79935],[-0.48842,42.80255],[-0.44354,42.78453],[-0.39208,42.78766],[-0.31683,42.82635],[-0.29987,42.82697],[-0.16949,42.77157],[-0.06726,42.6848],[-0.01993,42.67389],[0.17919,42.72075],[0.18967,42.72039],[0.23972,42.70494],[0.24594,42.70175],[0.29571,42.66388],[0.32567,42.67274],[0.34912,42.69817],[0.35954,42.70415],[0.3715,42.70308],[0.43024,42.67863],[0.669,42.67901],[0.69192,42.70684],[0.67474,42.75286],[0.67409,42.76479],[0.69117,42.83186],[0.70017,42.84402],[0.71511,42.8464],[0.84606,42.8157],[0.92265,42.7797],[0.95073,42.78794],[0.95937,42.78852],[1.07564,42.77079],[1.08546,42.76635],[1.16554,42.69928],[1.23221,42.71248],[1.32364,42.7085],[1.33313,42.70563],[1.37335,42.68127],[1.38032,42.67415],[1.41936,42.60643],[1.43792,42.59264],[1.47238,42.59703],[1.4921,42.62502],[1.50444,42.6331],[1.54636,42.64166],[1.56069,42.6392],[1.60283,42.61382],[1.69377,42.60975],[1.71011,42.59992],[1.72479,42.57499],[1.7272,42.56103],[1.71561,42.50125],[1.72567,42.48452],[1.82774,42.47056],[1.88444,42.4477],[1.88459,42.44762],[1.88467,42.44761],[1.92089,42.43302],[1.93076,42.42442],[1.965,42.36473],[2.00861,42.33818],[2.09393,42.35474],[2.14881,42.40545],[2.16028,42.41065],[2.20526,42.41541],[2.20653,42.41526],[2.20694,42.41558],[2.25973,42.42117],[2.26719,42.42055],[2.41222,42.38021],[2.41933,42.37658],[2.47795,42.32986],[2.5338,42.32197],[2.56777,42.34173],[2.58106,42.34418],[2.66719,42.33008],[2.68585,42.34679],[2.68162,42.37263],[2.68378,42.3854],[2.69331,42.39417],[2.72928,42.40998],[2.7413,42.41128],[2.78424,42.40256],[2.87019,42.44653],[2.87822,42.4487],[3.02214,42.45645],[3.03402,42.45331],[3.0944,42.41457],[3.16081,42.42757],[3.17358,42.41768],[5.8,41.64],[8.94186,41.27688],[9.27311,41.29196],[9.36968,41.35052],[9.63227,41.43244],[9.8,43.1],[7.53622,43.79234],[7.51594,43.84915],[7.51649,43.86397],[7.5271,43.87434],[7.56858,43.89159],[7.58419,43.93287],[7.59624,43.94466],[7.66016,43.9672],[7.68077,44.0164],[7.68603,44.02371],[7.72403,44.05704],[7.72786,44.08615],[7.69445,44.12276],[7.68937,44.13869],[7.69422,44.17795],[7.68608,44.1861],[7.63989,44.18928],[7.6162,44.16827],[7.60548,44.1634],[7.56478,44.15817],[7.5642,44.15836],[7.56283,44.15792],[7.37776,44.13416],[7.36278,44.13834],[7.33878,44.1574],[7.27537,44.15947],[7.26053,44.16682],[7.24533,44.18544],[7.1651,44.22112],[7.07312,44.2461],[7.03259,44.2424],[7.01983,44.24558],[7.01181,44.256],[6.99909,44.29414],[6.91637,44.36804],[6.90972,44.38195],[6.90907,44.39477],[6.91223,44.40659],[6.92167,44.41436],[6.95872,44.42908],[6.95894,44.43129],[6.87892,44.50245],[6.87233,44.5195],[6.88235,44.53479],[6.94659,44.57124],[6.97819,44.61784],[6.97056,44.64696],[6.97413,44.66431],[6.99007,44.67203],[7.07671,44.67134],[7.08666,44.68085],[7.08651,44.6968],[7.07224,44.72311],[7.0496,44.73226],[7.03711,44.75009],[7.03453,44.82282],[7.01795,44.84402],[6.93633,44.87461],[6.8798,44.86346],[6.86698,44.86519],[6.7942,44.90161],[6.78375,44.9146],[6.75744,45.01884],[6.69602,45.03395],[6.68237,45.04558],[6.66501,45.08667],[6.6653,45.10289],[6.67751,45.11356],[6.77056,45.14242],[6.78283,45.14228],[6.85843,45.11699],[6.90009,45.12689],[6.98106,45.19368],[6.99279,45.19823],[7.08417,45.20279],[7.14458,45.25048],[7.13649,45.30576],[7.14232,45.32298],[7.17075,45.35069],[7.19515,45.40409],[7.1856,45.41894],[7.13304,45.44001],[7.1228,45.44924],[7.1072,45.47877],[7.02774,45.5102],[7.0158,45.52354],[6.99643,45.59465],[6.9978,45.60877],[7.01151,45.63652],[7.00597,45.64945],[6.97131,45.66528],[6.94247,45.66172],[6.92419,45.66935],[6.90729,45.69124],[6.8414,45.71373],[6.83174,45.72082],[6.82787,45.73217],[6.82614,45.80353],[6.83102,45.81711],[6.84376,45.82387],[6.94097,45.83551],[6.99582,45.85822],[7.04394,45.92036],[7.04497,45.92064],[7.04533,45.92217],[7.05191,45.93066],[7.01556,46.00883],[6.94898,46.0699],[6.92001,46.07721],[6.90932,46.08406],[6.90491,46.09595],[6.90382,46.12971],[6.83427,46.14509],[6.82259,46.15261],[6.81863,46.16592],[6.82075,46.19862],[6.82698,46.21188],[6.86092,46.2439],[6.87504,46.28007],[6.86491,46.30038],[6.81095,46.33359],[6.80189,46.34639],[6.80484,46.36179],[6.81832,46.38181],[6.82244,46.42925],[6.74665,46.45695],[6.63047,46.47435],[6.50498,46.46871],[6.41748,46.42682],[6.41083,46.42495],[6.31648,46.41557],[6.23946,46.36705],[6.21219,46.32485],[6.21148,46.31057],[6.24707,46.24777],[6.24906,46.23299],[6.24026,46.22094],[6.13778,46.15702],[6.12468,46.15415],[6.05564,46.16288],[6.03509,46.15456],[6.01783,46.15564],[6.00787,46.16977],[6.00388,46.19332],[6.00681,46.20752],[6.01857,46.21601],[6.07717,46.23123],[6.08865,46.23081],[6.1103,46.22344],[6.13038,46.23737],[6.13371,46.30227],[6.13748,46.31297],[6.17817,46.36922],[6.16622,46.38839],[6.10829,46.41643],[6.09704,46.43317],[6.09572,46.45418],[6.10174,46.46979],[6.15811,46.52456],[6.16549,46.54399],[6.15152,46.56508],[6.14872,46.58069],[6.15817,46.59343],[6.46098,46.76887],[6.46722,46.79104],[6.45644,46.80534],[6.4535,46.8239],[6.47548,46.88771],[6.46686,46.91997],[6.46892,46.93522],[6.4812,46.9445],[6.62355,46.9811],[6.72561,47.0418],[6.76011,47.09953],[6.76907,47.10751],[6.85545,47.14636],[6.88913,47.18922],[6.89443,47.19393],[6.96134,47.23479],[6.96347,47.26233],[6.97424,47.27856],[7.05958,47.32257],[7.07007,47.35005],[7.05623,47.37035],[7.018,47.38386],[6.97126,47.37218],[6.95769,47.37359],[6.94818,47.38337],[6.94716,47.39698],[6.9551,47.40808],[7.003,47.44095],[7.01205,47.47287],[7.02102,47.48458],[7.03557,47.48695],[7.0801,47.47718],[7.12853,47.48893],[7.14279,47.48707],[7.15212,47.47612],[7.16708,47.4335],[7.24435,47.40939],[7.32653,47.4273],[7.38747,47.42111],[7.51256,47.48439],[7.54511,47.54283],[7.55424,47.55128],[7.58967,47.56755],[7.60016,47.60822],[7.537,47.67302],[7.53136,47.68564],[7.53526,47.6989],[7.55758,47.72899],[7.54418,47.77232],[7.54581,47.78793],[7.57267,47.83631],[7.5728,47.86435],[7.57554,47.87436],[7.63205,47.97081],[7.62437,47.99865],[7.59127,48.03035],[7.58522,48.04694],[7.59165,48.10648],[7.59605,48.11698],[7.67661,48.21555],[7.70241,48.28803],[7.71085,48.29841],[7.75159,48.32322],[7.74357,48.38427],[7.74506,48.39484],[7.78055,48.47652],[7.78547,48.48337],[7.81449,48.50968],[7.81456,48.57704],[7.81842,48.58883],[7.8484,48.62977],[7.85605,48.63606],[7.90422,48.65865],[7.98534,48.7409],[7.99071,48.74478],[8.10087,48.7993],[8.15824,48.89753],[8.20089,48.94339],[8.20888,48.94863],[8.23589,48.95817],[8.23704,48.97683],[8.2225,48.98787],[8.08069,49.00688],[7.93826,49.06832],[7.8673,49.05227],[7.85525,49.05329],[7.80291,49.07489],[7.76073,49.06067],[7.75401,49.05963],[7.6612,49.06119],[7.64722,49.06722],[7.6296,49.08527],[7.5579,49.09626],[7.54379,49.10572],[7.50113,49.17672],[7.45012,49.19517],[7.36095,49.18259],[7.29893,49.13856],[7.28683,49.13488],[7.1535,49.13839],[7.14315,49.14159],[7.10494,49.16634],[7.06908,49.16018],[7.05478,49.16313],[7.0463,49.17503],[7.04055,49.19794],[6.93753,49.23369],[6.89322,49.22389],[6.88453,49.2239],[6.85119,49.23136],[6.82982,49.21802],[6.83093,49.19366],[6.82473,49.17826],[6.80904,49.17284],[6.76026,49.17752],[6.74328,49.19086],[6.72996,49.22917],[6.67013,49.29269],[6.61627,49.31869],[6.60497,49.33739],[6.60639,49.37868],[6.5451,49.44384],[6.43515,49.487],[6.34423,49.48037],[6.334,49.48235],[6.24643,49.52511],[6.17397,49.52187],[6.09319,49.47787],[6.08635,49.47562],[6.01627,49.46597],[5.99801,49.47317],[5.97516,49.50129],[5.876,49.5114],[5.86126,49.52038],[5.8399,49.55321],[5.77526,49.57414],[5.71578,49.55361],[5.70676,49.55267],[5.641,49.56095],[5.6076,49.53761],[5.59311,49.53424],[5.55401,49.54025],[5.50666,49.52042],[5.49294,49.51979],[5.48205,49.52815],[5.43141,49.60791],[5.3544,49.64041],[5.344,49.65049],[5.33363,49.67308],[5.28157,49.70836],[5.19602,49.70732],[5.18761,49.70906],[5.1412,49.72984],[5.13458,49.73462],[5.09944,49.77323],[5.02686,49.78886],[5.01867,49.79272],[4.99534,49.81116],[4.91098,49.79926],[4.89769,49.80204],[4.88924,49.81266],[4.87625,49.85111],[4.87913,49.86942],[4.89755,49.89424],[4.89654,49.91753],[4.83343,49.96696],[4.82662,49.97692],[4.82678,49.989],[4.8433,50.03881],[4.84331,50.03883],[4.84331,50.03884],[4.85104,50.06216],[4.86277,50.0745],[4.88076,50.0815],[4.90426,50.12639],[4.90479,50.14451],[4.8815,50.16436],[4.83123,50.17941],[4.69517,50.10472],[4.66924,50.06972],[4.67293,50.02716],[4.66936,50.01392],[4.6581,50.00609],[4.45469,49.95251],[4.44542,49.9523],[4.30877,49.98145],[4.22164,49.97089],[4.20633,49.97546],[4.1765,50.00065],[4.16976,50.01217],[4.17177,50.02537],[4.18164,50.03436],[4.23193,50.05551],[4.24074,50.07102],[4.21195,50.13602],[4.1764,50.1547],[4.16601,50.16888],[4.17084,50.18579],[4.23078,50.25233],[4.22904,50.26664],[4.21444,50.28167],[4.14388,50.29727],[4.13761,50.29984],[4.02672,50.36904],[3.91317,50.34291],[3.90189,50.3436],[3.84109,50.36558],[3.74935,50.36279],[3.71576,50.33854],[3.70258,50.33482],[3.6901,50.34044],[3.68415,50.35277],[3.67378,50.45642],[3.61523,50.50558],[3.54779,50.51012],[3.53266,50.51873],[3.52173,50.53459],[3.4748,50.54445],[3.3898,50.50884],[3.37551,50.50839],[3.3056,50.53267],[3.29219,50.55037],[3.28922,50.60028],[3.26588,50.64054],[3.26576,50.6604],[3.27545,50.67757],[3.27051,50.70375],[3.22149,50.7267],[3.2154,50.73111],[3.14877,50.80195],[3.11412,50.80566],[3.09244,50.79092],[3.08218,50.78749],[3.00718,50.78377],[2.93508,50.75592],[2.9161,50.72418],[2.90492,50.71536],[2.89072,50.7162],[2.85265,50.73335],[2.81655,50.73092],[2.79995,50.73795],[2.73267,50.81738],[2.6511,50.82906],[2.63786,50.83696],[2.62781,50.85054],[2.62396,50.86071],[2.61962,50.91067],[2.62452,50.9256],[2.64225,50.94578],[2.63986,50.95766],[2.61558,50.99749],[2.59845,51.0051],[2.58741,51.01763],[2.57048,51.07409],[2.5488,51.09759],[2.35816,51.32937],[1.31,50.88],[-2.25,50.09],[-6.3,48.98],[-2.7,43.9]]],"terms_url":"https://geoservices.ign.fr/services-web-experts-ortho","terms_text":"IGN","description":"Photographies aériennes de 2024, couvrant 1/3 des départements, produite dans un délai très court grâce à un traitement massivement automatisé."},{"id":"fr.orthohr","name":"Ortho HR","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr/{zoom}/{x}/{y}","category":"photo","endDate":"2017-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[-61.09849,14.41978],[-60.91306,14.41823],[-60.91348,14.37304],[-60.82079,14.3722],[-60.82034,14.41738],[-60.774,14.41695],[-60.7722,14.59765],[-60.81859,14.59808],[-60.81724,14.7336],[-60.86365,14.73404],[-60.86278,14.82439],[-61.0021,14.82565],[-61.00168,14.87082],[-61.09459,14.87161],[-61.09419,14.91679],[-61.23359,14.91791],[-61.23542,14.69198],[-61.189,14.69162],[-61.18974,14.60127],[-61.14334,14.60089],[-61.14448,14.46534],[-61.09811,14.46497],[-61.09849,14.41978]],[[-61.17767,16.0019],[-61.22438,16.00229],[-61.22398,16.04747],[-61.31742,16.04823],[-61.3178,16.00304],[-61.36451,16.0034],[-61.36561,15.86786],[-61.31893,15.8675],[-61.3193,15.82232],[-61.22596,15.82157],[-61.22557,15.86675],[-61.17888,15.86636],[-61.17767,16.0019]],[[-60.988,16.27147],[-60.98728,16.36171],[-61.0808,16.3624],[-61.08116,16.31736],[-61.12802,16.3177],[-61.12837,16.27262],[-61.22194,16.27332],[-61.22156,16.31857],[-61.26832,16.31891],[-61.26796,16.36415],[-61.36151,16.36483],[-61.36043,16.50042],[-61.40723,16.50076],[-61.40685,16.54596],[-61.50054,16.54665],[-61.5009,16.50146],[-61.54771,16.5018],[-61.54843,16.41128],[-61.82903,16.41333],[-61.83118,16.14207],[-61.78399,16.14173],[-61.78542,15.96105],[-61.73851,15.9607],[-61.73887,15.91557],[-61.69206,15.91523],[-61.69278,15.82495],[-61.5528,15.82392],[-61.55028,16.14033],[-61.50366,16.13997],[-61.50329,16.18516],[-61.31626,16.18378],[-61.31591,16.22887],[-61.12887,16.22748],[-61.12923,16.18224],[-61.17604,16.18259],[-61.17641,16.13737],[-61.08288,16.13668],[-61.08181,16.27216],[-60.988,16.27147]],[[-62.95273,18.1339],[-63.09453,18.13388],[-63.0945,18.0887],[-63.18901,18.08862],[-63.18897,18.04343],[-63.09448,18.0435],[-63.09446,17.9983],[-63.04723,17.99832],[-63.04724,18.04352],[-63,18.04352],[-63,18.08871],[-62.95274,18.08871],[-62.95273,18.1339]],[[8.51363,42.30705],[8.57402,42.3039],[8.56975,42.25908],[8.50941,42.26223],[8.49679,42.12776],[8.55699,42.12461],[8.55275,42.0798],[8.67305,42.07342],[8.66873,42.02861],[8.60863,42.03181],[8.60435,41.987],[8.54429,41.99017],[8.53165,41.85575],[8.65149,41.84939],[8.63864,41.71501],[8.75819,41.70853],[8.74077,41.5294],[8.80036,41.52612],[8.79598,41.48135],[8.97456,41.47132],[8.97005,41.42656],[9.02952,41.42315],[9.02498,41.37839],[9.14381,41.37148],[9.13918,41.32673],[9.31724,41.31612],[9.33633,41.4951],[9.39584,41.49148],[9.44943,41.98384],[9.50943,41.98016],[9.51439,42.02493],[9.57444,42.02121],[9.6097,42.33463],[9.54934,42.33837],[9.57958,42.60711],[9.51894,42.61083],[9.52396,42.65563],[9.46326,42.65932],[9.47324,42.74893],[9.53403,42.74524],[9.54919,42.87965],[9.48826,42.88336],[9.50335,43.0178],[9.44227,43.02148],[9.44727,43.0663],[9.38613,43.06995],[9.38118,43.02513],[9.32009,43.02874],[9.29082,42.75982],[9.04749,42.77386],[9.03816,42.68421],[8.91664,42.69101],[8.91208,42.64618],[8.79063,42.65284],[8.78617,42.60801],[8.66478,42.61452],[8.65606,42.52485],[8.59545,42.52805],[8.58257,42.39355],[8.52209,42.39671],[8.51363,42.30705]],[[-2.43427,46.68652],[-2.369,46.6896],[-2.36456,46.64468],[-2.2341,46.65072],[-2.24278,46.74056],[-2.30812,46.73756],[-2.31252,46.78248],[-2.44328,46.77635],[-2.43427,46.68652]],[[6.74816,43.14909],[6.76279,43.37372],[6.94755,43.36714],[6.95371,43.45695],[7.01539,43.45472],[7.01853,43.49964],[7.14195,43.495],[7.14519,43.53992],[7.20695,43.53754],[7.21024,43.58247],[7.14844,43.58485],[7.15169,43.62977],[7.27539,43.62497],[7.27874,43.6699],[7.40251,43.66495],[7.40597,43.70987],[7.52981,43.70479],[7.54408,43.88446],[7.60618,43.88186],[7.60981,43.92678],[7.67196,43.92414],[7.67934,44.01398],[7.74158,44.01129],[7.75283,44.14605],[7.69045,44.14874],[7.69416,44.19367],[7.50681,44.20153],[7.50324,44.1566],[7.25356,44.16657],[7.25693,44.21151],[7.13196,44.21629],[7.13523,44.26124],[7.01014,44.26588],[7.01651,44.35577],[6.95386,44.35804],[6.9633,44.4929],[6.90049,44.49514],[6.9036,44.5401],[6.96646,44.53786],[6.97596,44.67272],[7.10196,44.66812],[7.10852,44.75803],[7.04542,44.76035],[7.0519,44.85027],[6.9887,44.85256],[6.9919,44.89752],[6.80211,44.90418],[6.81128,45.03908],[6.68442,45.04335],[6.69036,45.13329],[6.81742,45.12901],[6.81434,45.08404],[6.87782,45.08185],[6.88094,45.12682],[7.00797,45.12232],[7.0112,45.16728],[7.07475,45.16498],[7.07804,45.20994],[7.14164,45.2076],[7.15168,45.34248],[7.21543,45.34009],[7.22226,45.43001],[7.1584,45.4324],[7.16177,45.47736],[7.09786,45.47971],[7.10118,45.52468],[7.03722,45.52699],[7.04706,45.66189],[6.9188,45.66643],[6.92198,45.7114],[6.85779,45.71362],[6.86408,45.80356],[6.99267,45.79908],[6.99592,45.84405],[7.06026,45.84175],[7.07355,46.02161],[7.009,46.02391],[7.01228,46.06888],[6.94768,46.07115],[6.95415,46.16108],[6.82472,46.16552],[6.82786,46.21049],[6.89263,46.20829],[6.90224,46.3432],[6.83731,46.3454],[6.84363,46.43534],[6.45328,46.44782],[6.45044,46.40284],[6.25536,46.40857],[6.25,46.3186],[6.18508,46.32044],[6.19032,46.41041],[6.12528,46.41221],[6.13044,46.50218],[6.19559,46.50038],[6.20087,46.59035],[6.26612,46.58851],[6.26883,46.63349],[6.33413,46.63161],[6.33689,46.67659],[6.40224,46.67467],[6.40506,46.71965],[6.47045,46.71769],[6.48489,46.94257],[6.61622,46.93852],[6.61923,46.98349],[6.68494,46.98141],[6.68801,47.02638],[6.75377,47.02426],[6.76004,47.11419],[6.89176,47.10983],[6.89827,47.19975],[6.96423,47.19751],[6.97087,47.28742],[7.10299,47.28282],[7.10988,47.37272],[6.97753,47.37733],[6.98087,47.42228],[7.0471,47.41999],[7.0505,47.46494],[7.11678,47.4626],[7.11333,47.41767],[7.23251,47.41328],[7.23181,47.4044],[7.25829,47.40343],[7.259,47.4123],[7.44437,47.40548],[7.44811,47.45042],[7.51435,47.44786],[7.51739,47.48381],[7.53064,47.4833],[7.53141,47.49228],[7.58444,47.49021],[7.59062,47.5621],[7.60389,47.56157],[7.60544,47.57954],[7.65856,47.57743],[7.66249,47.62236],[7.59603,47.625],[7.62414,47.94845],[7.63746,47.94793],[7.64218,48.00183],[7.62884,48.00236],[7.64298,48.16405],[7.71011,48.16139],[7.72216,48.29612],[7.78946,48.29341],[7.80752,48.49097],[7.84803,48.48932],[7.8472,48.48034],[7.87421,48.47923],[7.87505,48.48821],[7.88856,48.48766],[7.89023,48.50562],[7.87672,48.50617],[7.87755,48.51515],[7.85053,48.51626],[7.85302,48.54319],[7.89358,48.54153],[7.89778,48.58642],[7.91132,48.58586],[7.91216,48.59484],[7.92569,48.59428],[7.92485,48.5853],[7.95191,48.58418],[7.95616,48.62906],[7.91553,48.63075],[7.91469,48.62177],[7.88761,48.62289],[7.89012,48.64982],[7.95787,48.64702],[7.96213,48.6919],[8.02992,48.68906],[8.03772,48.76984],[8.05129,48.76927],[8.05216,48.77824],[8.10648,48.77593],[8.10912,48.80286],[8.12271,48.80227],[8.12447,48.82022],[8.17884,48.81788],[8.18778,48.90762],[8.25584,48.90465],[8.26492,48.99437],[8.12856,49.00028],[8.133,49.04515],[7.99649,49.05091],[8.00082,49.09578],[7.72748,49.10685],[7.7242,49.07094],[7.68322,49.07255],[7.68241,49.06358],[7.65509,49.06464],[7.6567,49.08259],[7.62937,49.08365],[7.63017,49.09263],[7.56183,49.09524],[7.56262,49.10422],[7.54895,49.10473],[7.54974,49.11371],[7.53607,49.11423],[7.53764,49.13218],[7.52396,49.1327],[7.5271,49.1686],[7.51341,49.16911],[7.5142,49.17809],[7.45943,49.18013],[7.46098,49.19808],[7.41989,49.1996],[7.41912,49.19062],[7.36434,49.19262],[7.36358,49.18365],[7.34989,49.18414],[7.34762,49.15721],[7.30656,49.15869],[7.30581,49.14971],[7.29213,49.1502],[7.29138,49.14122],[7.22296,49.14365],[7.22223,49.13467],[7.20855,49.13515],[7.20928,49.14413],[7.14085,49.1465],[7.14157,49.15548],[7.12788,49.15595],[7.12859,49.16493],[7.04644,49.16772],[7.04714,49.1767],[7.06084,49.17624],[7.06225,49.19419],[7.04855,49.19466],[7.04925,49.20363],[7.00815,49.20501],[7.00884,49.21399],[6.99514,49.21444],[6.99583,49.22342],[6.95471,49.22478],[6.95539,49.23376],[6.90055,49.23555],[6.89987,49.22657],[6.88616,49.22701],[6.88683,49.23599],[6.8457,49.23731],[6.84503,49.22833],[6.81761,49.2292],[6.81562,49.20226],[6.82932,49.20183],[6.82733,49.17489],[6.79993,49.17576],[6.80059,49.18474],[6.77319,49.1856],[6.77254,49.17662],[6.74514,49.17747],[6.74905,49.23135],[6.70791,49.23263],[6.70985,49.25957],[6.69613,49.25999],[6.69677,49.26897],[6.68305,49.26939],[6.68369,49.27837],[6.69741,49.27795],[6.69805,49.28693],[6.68433,49.28735],[6.68497,49.29633],[6.65751,49.29716],[6.65814,49.30614],[6.64441,49.30656],[6.64505,49.31554],[6.61758,49.31636],[6.61947,49.3433],[6.60572,49.34371],[6.60635,49.35269],[6.6201,49.35228],[6.62199,49.37922],[6.60824,49.37963],[6.60949,49.39759],[6.58198,49.39841],[6.58385,49.42535],[6.57009,49.42575],[6.57071,49.43473],[6.55694,49.43514],[6.55756,49.44412],[6.53002,49.44492],[6.53064,49.4539],[6.51687,49.4543],[6.51748,49.46328],[6.48993,49.46408],[6.49054,49.47306],[6.47676,49.47345],[6.47737,49.48243],[6.4498,49.48322],[6.45041,49.4922],[6.40905,49.49337],[6.40846,49.48439],[6.39467,49.48478],[6.39408,49.4758],[6.3803,49.47618],[6.38089,49.48516],[6.32576,49.48669],[6.32634,49.49567],[6.31255,49.49605],[6.31313,49.50503],[6.29934,49.5054],[6.29992,49.51438],[6.27234,49.51513],[6.27291,49.52411],[6.20394,49.52595],[6.20338,49.51697],[6.18959,49.51734],[6.19014,49.52632],[6.16255,49.52704],[6.162,49.51806],[6.13441,49.51878],[6.13387,49.5098],[6.12007,49.51015],[6.11953,49.50117],[6.10574,49.50153],[6.10466,49.48356],[6.07709,49.48427],[6.07655,49.47529],[6.0352,49.47633],[6.03467,49.46735],[6.00711,49.46804],[6.00764,49.47702],[5.99385,49.47736],[5.99542,49.5043],[5.96784,49.50498],[5.96836,49.51396],[5.8718,49.51629],[5.87281,49.53425],[5.85901,49.53458],[5.86001,49.55254],[5.8324,49.55319],[5.83289,49.56217],[5.80528,49.56281],[5.80577,49.57179],[5.73672,49.57337],[5.73576,49.5554],[5.69434,49.55633],[5.69481,49.56531],[5.62577,49.56683],[5.62531,49.55784],[5.6115,49.55814],[5.61059,49.54018],[5.52777,49.54193],[5.52733,49.53295],[5.48592,49.53381],[5.49028,49.62363],[5.42115,49.62502],[5.42327,49.66993],[5.35408,49.67129],[5.35614,49.7162],[5.21762,49.7188],[5.21957,49.76371],[5.15024,49.76495],[5.15213,49.80986],[4.94395,49.81335],[4.94909,49.94806],[4.87951,49.94915],[4.88283,50.03895],[4.95253,50.03785],[4.95772,50.17253],[4.88783,50.17362],[4.8895,50.21851],[4.74958,50.22057],[4.74803,50.17569],[4.67813,50.17666],[4.67517,50.08688],[4.60539,50.08781],[4.60256,49.99801],[4.25424,50.00207],[4.25469,50.02003],[4.26862,50.01989],[4.26885,50.02887],[4.28279,50.02873],[4.28302,50.03771],[4.29696,50.03756],[4.29742,50.05552],[4.31137,50.05537],[4.31229,50.09129],[4.29833,50.09144],[4.29879,50.1094],[4.28483,50.10955],[4.28551,50.13649],[4.27154,50.13663],[4.27222,50.16357],[4.25824,50.16371],[4.25846,50.17269],[4.24448,50.17283],[4.2447,50.18181],[4.23072,50.18195],[4.23094,50.19093],[4.24492,50.19079],[4.24514,50.19977],[4.25913,50.19963],[4.25935,50.20861],[4.27334,50.20846],[4.27357,50.21744],[4.28756,50.21729],[4.28802,50.23525],[4.30202,50.2351],[4.30294,50.27102],[4.28893,50.27116],[4.28939,50.28912],[4.27538,50.28926],[4.27583,50.30722],[4.26181,50.30736],[4.26204,50.31634],[4.234,50.31662],[4.23422,50.3256],[4.22019,50.32574],[4.22041,50.33472],[4.17833,50.33513],[4.17854,50.3441],[4.15049,50.34437],[4.15069,50.35335],[4.13666,50.35348],[4.13686,50.36245],[4.12283,50.36258],[4.12303,50.37156],[4.10899,50.37168],[4.10919,50.38066],[4.09515,50.38079],[4.09535,50.38976],[4.0813,50.38989],[4.0815,50.39886],[4.06745,50.39899],[4.06764,50.40796],[3.98337,50.40866],[3.98319,50.39969],[3.94106,50.40001],[3.94089,50.39104],[3.88472,50.39145],[3.88488,50.40043],[3.75848,50.40127],[3.75861,50.41025],[3.74457,50.41033],[3.74549,50.47317],[3.73143,50.47325],[3.73169,50.4912],[3.71762,50.49128],[3.71775,50.50026],[3.70367,50.50034],[3.7038,50.50932],[3.68973,50.5094],[3.68985,50.51837],[3.67577,50.51845],[3.67589,50.52742],[3.66181,50.5275],[3.66193,50.53647],[3.64785,50.53655],[3.64796,50.54552],[3.59162,50.54581],[3.59173,50.55478],[3.57764,50.55485],[3.57774,50.56382],[3.56365,50.56389],[3.56375,50.57286],[3.52147,50.57305],[3.52156,50.58202],[3.43699,50.58235],[3.43691,50.57337],[3.40872,50.57347],[3.40858,50.55552],[3.36631,50.55565],[3.36651,50.58258],[3.35241,50.58262],[3.35279,50.63647],[3.33868,50.6365],[3.33929,50.72624],[3.32515,50.72628],[3.32521,50.73525],[3.31107,50.73529],[3.31112,50.74426],[3.29698,50.74429],[3.29704,50.75327],[3.28289,50.7533],[3.28294,50.76227],[3.26879,50.7623],[3.26884,50.77128],[3.25469,50.77131],[3.25474,50.78028],[3.24059,50.78031],[3.24067,50.79825],[3.22652,50.79828],[3.2266,50.81622],[3.21244,50.81625],[3.21247,50.82522],[3.19831,50.82524],[3.19835,50.83421],[3.17001,50.83425],[3.17004,50.84323],[3.07085,50.84332],[3.07084,50.83435],[3.04251,50.83436],[3.0425,50.82539],[2.98584,50.8254],[2.98584,50.81643],[2.95752,50.81642],[2.95753,50.80745],[2.94337,50.80744],[2.94338,50.79847],[2.90091,50.79844],[2.90092,50.78947],[2.88677,50.78946],[2.88679,50.78049],[2.87264,50.78047],[2.87266,50.7715],[2.85851,50.77149],[2.85849,50.78046],[2.84433,50.78044],[2.84431,50.78941],[2.83015,50.7894],[2.83009,50.80734],[2.81593,50.80732],[2.8159,50.81629],[2.80174,50.81627],[2.80166,50.83421],[2.7875,50.83419],[2.78746,50.84316],[2.77329,50.84314],[2.77325,50.85211],[2.75908,50.85208],[2.75903,50.86105],[2.71651,50.86096],[2.71646,50.86993],[2.6881,50.86987],[2.68782,50.91472],[2.70201,50.91475],[2.70191,50.93269],[2.7161,50.93273],[2.71595,50.95964],[2.70175,50.9596],[2.70159,50.98651],[2.68737,50.98648],[2.68721,51.01339],[2.67299,51.01335],[2.67293,51.02232],[2.65871,51.02228],[2.65865,51.03125],[2.64442,51.03121],[2.64404,51.08502],[2.6298,51.08498],[2.62967,51.10291],[2.61542,51.10287],[2.61535,51.11184],[2.57262,51.1117],[2.57246,51.12963],[2.50121,51.12937],[2.50166,51.08453],[2.07453,51.08211],[2.07536,51.03727],[1.93313,51.03614],[1.9337,51.00923],[1.91949,51.00911],[1.91968,51.00014],[1.90547,51.00002],[1.90567,50.99105],[1.72094,50.9893],[1.72186,50.95343],[1.70766,50.95328],[1.70789,50.94431],[1.65111,50.94371],[1.65232,50.89887],[1.51049,50.89725],[1.51316,50.80756],[1.58395,50.80838],[1.58521,50.76353],[1.51449,50.7627],[1.5282,50.29605],[1.51419,50.29589],[1.51524,50.25998],[1.50124,50.25981],[1.50203,50.23288],[1.48804,50.2327],[1.48857,50.21475],[1.47458,50.21458],[1.47566,50.17866],[1.46168,50.17849],[1.4625,50.15155],[1.44853,50.15138],[1.44962,50.11546],[1.43566,50.11529],[1.43594,50.10631],[1.42197,50.10613],[1.42225,50.09715],[1.39434,50.09679],[1.39462,50.08781],[1.25507,50.0859],[1.25661,50.04101],[1.18689,50.04],[1.18849,49.9951],[1.11885,49.99405],[1.1205,49.94915],[0.84219,49.94456],[0.84409,49.89966],[0.49658,49.89303],[0.49878,49.84814],[0.42935,49.8467],[0.43161,49.8018],[0.29288,49.7988],[0.29526,49.7539],[0.15667,49.75075],[0.15917,49.70585],[0.08994,49.70422],[0.09503,49.61442],[0.02593,49.61275],[0.0389,49.38822],[-0.0299,49.38652],[-0.02726,49.3416],[-0.30216,49.3344],[-0.30504,49.37931],[-0.78633,49.36518],[-0.78963,49.41007],[-0.92722,49.40568],[-0.93064,49.45057],[-1.13715,49.44369],[-1.14076,49.48856],[-1.07187,49.4909],[-1.07543,49.53577],[-1.21332,49.53106],[-1.21701,49.57593],[-1.14801,49.57831],[-1.15892,49.71291],[-1.29728,49.7081],[-1.30105,49.75296],[-1.50873,49.74545],[-1.50477,49.70059],[-1.71221,49.69273],[-1.71634,49.73758],[-1.85471,49.73214],[-1.85897,49.77698],[-1.99744,49.77137],[-1.98431,49.63686],[-1.91526,49.63968],[-1.88532,49.32572],[-1.74804,49.3312],[-1.73568,49.19659],[-1.6672,49.19927],[-1.65911,49.10952],[-1.72747,49.10685],[-1.71929,49.01709],[-1.65105,49.01976],[-1.62707,48.75044],[-1.69492,48.74778],[-1.68685,48.658],[-1.75461,48.65531],[-1.76279,48.74509],[-2.10208,48.73106],[-2.09769,48.68618],[-2.23324,48.6803],[-2.23774,48.72517],[-2.37337,48.71913],[-2.36876,48.67426],[-2.4365,48.67119],[-2.44118,48.71606],[-2.50897,48.71294],[-2.50424,48.66808],[-2.63969,48.66173],[-2.63002,48.57201],[-2.69762,48.56879],[-2.71231,48.70336],[-2.84783,48.69678],[-2.86295,48.83132],[-2.93086,48.82797],[-2.9411,48.91764],[-3.00913,48.91424],[-3.01432,48.95908],[-3.15046,48.95216],[-3.14516,48.90733],[-3.34913,48.89667],[-3.35461,48.94149],[-3.69466,48.92293],[-3.67163,48.74371],[-3.73938,48.73989],[-3.74518,48.7847],[-3.81298,48.78084],[-3.80712,48.73604],[-3.87485,48.73215],[-3.88077,48.77695],[-3.94854,48.77302],[-3.95453,48.81781],[-4.09017,48.80982],[-4.07798,48.72025],[-4.61918,48.68681],[-4.61264,48.64205],[-4.81524,48.62889],[-4.80854,48.58413],[-4.876,48.57967],[-4.86252,48.49016],[-4.99716,48.48114],[-5.00401,48.52589],[-5.20606,48.51206],[-5.18504,48.37785],[-5.11788,48.38248],[-5.11095,48.33773],[-4.97669,48.34688],[-4.96311,48.25737],[-4.76197,48.27079],[-4.75537,48.22601],[-4.68835,48.23041],[-4.66877,48.09607],[-5.00287,48.07378],[-4.9893,47.98426],[-4.65576,48.00651],[-4.64928,47.96172],[-4.5159,47.97035],[-4.50953,47.92556],[-4.44288,47.92981],[-4.41776,47.75061],[-4.35132,47.75481],[-4.34512,47.71],[-4.27873,47.71416],[-4.21232,47.71829],[-4.21841,47.7631],[-4.08546,47.77124],[-4.06756,47.63678],[-3.86856,47.64867],[-3.88015,47.73834],[-3.61423,47.7537],[-3.60865,47.70886],[-3.54223,47.71258],[-3.52569,47.57805],[-3.3931,47.5854],[-3.40388,47.67512],[-3.33746,47.67875],[-3.33212,47.63389],[-3.26575,47.63747],[-3.26047,47.59261],[-3.19415,47.59616],[-3.17854,47.46155],[-3.11238,47.46505],[-3.10725,47.42017],[-3.04112,47.42363],[-3.05128,47.51338],[-2.91879,47.5202],[-2.91382,47.47532],[-2.84761,47.47867],[-2.8427,47.43378],[-2.77655,47.43709],[-2.7814,47.48198],[-2.71518,47.48525],[-2.71038,47.44036],[-2.64421,47.4436],[-2.63475,47.3538],[-2.56869,47.35699],[-2.56402,47.31209],[-2.63003,47.30891],[-2.62532,47.26401],[-2.55937,47.26719],[-2.55471,47.22229],[-2.35695,47.23162],[-2.35247,47.18671],[-2.28659,47.18974],[-2.27777,47.09991],[-2.21199,47.10288],[-2.20765,47.05798],[-2.4048,47.04891],[-2.4003,47.004],[-2.33464,47.00706],[-2.32577,46.91723],[-2.19466,46.92322],[-2.18173,46.78845],[-2.11632,46.79139],[-2.11208,46.74646],[-2.04672,46.74936],[-2.03837,46.6595],[-1.97311,46.66235],[-1.969,46.61742],[-1.90378,46.62023],[-1.89165,46.48543],[-1.82659,46.48819],[-1.82261,46.44326],[-1.7576,46.44598],[-1.75368,46.40104],[-1.62374,46.40639],[-1.61994,46.36144],[-1.49008,46.36663],[-1.48639,46.32168],[-1.35662,46.32672],[-1.35304,46.28177],[-1.61235,46.27155],[-1.60478,46.18165],[-1.54006,46.18426],[-1.53634,46.13931],[-1.40701,46.14441],[-1.4034,46.09945],[-1.46801,46.09692],[-1.45342,45.91711],[-1.38901,45.91963],[-1.38543,45.87468],[-1.32107,45.87716],[-1.30351,45.65237],[-1.17529,45.6572],[-1.1719,45.61224],[-1.23596,45.60985],[-1.23253,45.56489],[-1.16852,45.56728],[-1.16176,45.47736],[-1.22567,45.47497],[-1.19846,45.11531],[-1.26195,45.1129],[-1.24147,44.84318],[-1.30465,44.84074],[-1.27384,44.43622],[-1.33657,44.43377],[-1.3194,44.20907],[-1.38187,44.20659],[-1.36803,44.02686],[-1.4303,44.02435],[-1.41636,43.84464],[-1.47843,43.84211],[-1.46438,43.66243],[-1.52625,43.65987],[-1.51916,43.57004],[-1.58093,43.56745],[-1.57734,43.52254],[-1.63906,43.51991],[-1.63181,43.4301],[-1.81663,43.42203],[-1.80537,43.28734],[-1.68245,43.29274],[-1.6788,43.24784],[-1.61738,43.25049],[-1.61379,43.20559],[-1.55241,43.2082],[-1.55595,43.2531],[-1.43308,43.25822],[-1.42618,43.16841],[-1.48753,43.16587],[-1.48056,43.07607],[-1.5418,43.07351],[-1.53828,43.02861],[-1.47708,43.03118],[-1.47361,42.98628],[-1.29013,42.99376],[-1.29346,43.03866],[-1.23225,43.04109],[-1.22896,42.99619],[-1.10661,43.00093],[-1.10343,42.95603],[-0.98115,42.96063],[-0.97806,42.91572],[-0.79475,42.92236],[-0.79181,42.87745],[-0.73075,42.87959],[-0.72786,42.83468],[-0.66684,42.83678],[-0.664,42.79187],[-0.60302,42.79394],[-0.60024,42.74903],[-0.35646,42.75694],[-0.35905,42.80186],[-0.23705,42.80562],[-0.23455,42.7607],[-0.17358,42.76252],[-0.17113,42.7176],[-0.11021,42.71939],[-0.10781,42.67447],[0.2575,42.68446],[0.25961,42.63953],[0.5639,42.6469],[0.56202,42.69183],[0.62293,42.6932],[0.62476,42.64827],[0.68563,42.6496],[0.68384,42.69453],[0.74476,42.69584],[0.74302,42.74077],[0.68205,42.73947],[0.67847,42.82935],[0.80059,42.83192],[0.80229,42.78698],[0.86331,42.78821],[0.86496,42.74327],[1.10886,42.74786],[1.11178,42.65797],[1.23356,42.66005],[1.2322,42.70496],[1.29314,42.70599],[1.29445,42.66104],[1.35535,42.662],[1.35661,42.61705],[1.41746,42.61797],[1.41868,42.57303],[1.54029,42.57476],[1.53917,42.6197],[1.60002,42.62052],[1.6011,42.57557],[1.72272,42.5771],[1.72371,42.53215],[1.66294,42.53141],[1.66397,42.48647],[1.72469,42.48721],[1.72567,42.44227],[1.90769,42.44429],[1.90937,42.35442],[1.96995,42.35502],[1.97074,42.31009],[2.09182,42.31119],[2.09112,42.35613],[2.15171,42.35663],[2.15106,42.40157],[2.33297,42.40286],[2.33348,42.35792],[2.45466,42.35861],[2.45508,42.31367],[2.69726,42.31464],[2.6968,42.40452],[2.87872,42.40488],[2.87863,42.44982],[3.00001,42.44989],[3.00001,42.40495],[3.24257,42.40467],[3.24276,42.44961],[3.18207,42.44974],[3.18235,42.53963],[3.12157,42.53971],[3.12166,42.58466],[3.06083,42.58471],[3.06112,42.85445],[3.12223,42.8544],[3.12242,42.94432],[3.06121,42.94438],[3.06126,42.98934],[3.12251,42.98929],[3.1227,43.07923],[3.18405,43.07914],[3.18419,43.12411],[3.24559,43.12399],[3.24578,43.16896],[3.30722,43.1688],[3.30746,43.21378],[3.36895,43.21358],[3.36924,43.25856],[3.55385,43.25777],[3.55428,43.30275],[3.61587,43.30241],[3.61635,43.34739],[3.73961,43.34662],[3.74019,43.3916],[3.80186,43.39116],[3.80249,43.43614],[3.86422,43.43566],[3.86489,43.48065],[3.98843,43.47959],[3.98921,43.52457],[4.05103,43.52399],[4.0502,43.47901],[4.11197,43.47839],[4.1111,43.43341],[4.5431,43.42812],[4.54069,43.33818],[4.78713,43.33439],[4.78573,43.28942],[4.90884,43.28731],[4.91033,43.33228],[4.97193,43.33117],[4.97039,43.28621],[5.2781,43.28016],[5.27633,43.2352],[5.21484,43.23648],[5.21312,43.19152],[5.336,43.18893],[5.33418,43.14398],[5.45695,43.14125],[5.45887,43.1862],[5.5203,43.18479],[5.51834,43.13983],[5.64109,43.13686],[5.63904,43.09195],[5.70037,43.09043],[5.69827,43.04549],[5.75954,43.04393],[5.7574,42.99899],[5.87985,42.99578],[5.88208,43.04072],[6.06587,43.03564],[6.06349,42.99071],[6.1247,42.98895],[6.12227,42.94401],[6.30573,42.93853],[6.30829,42.98345],[6.36948,42.98155],[6.36687,42.93663],[6.42801,42.93469],[6.43067,42.97962],[6.55303,42.97564],[6.55855,43.06548],[6.436,43.06947],[6.43867,43.11439],[6.68394,43.10628],[6.68681,43.15121],[6.74816,43.14909]],[[-2.90885,47.43044],[-3.04112,47.42363],[-3.031,47.33387],[-2.96498,47.33727],[-2.95999,47.29241],[-2.76204,47.30242],[-2.76687,47.34731],[-2.83291,47.34401],[-2.8378,47.3889],[-2.9039,47.38555],[-2.90885,47.43044]],[[-3.15271,47.23718],[-3.02092,47.24411],[-3.031,47.33387],[-3.09702,47.33042],[-3.10213,47.3753],[-3.16819,47.3718],[-3.17336,47.41668],[-3.30556,47.40957],[-3.28974,47.27497],[-3.15786,47.28205],[-3.15271,47.23718]],[[-1.91545,48.91912],[-1.90698,48.82936],[-1.70301,48.83756],[-1.71114,48.92733],[-1.91545,48.91912]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN, CRAIG, Mégalis Bretagne"},{"id":"fr.orthohr.2013","name":"Ortho HR 2013","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2013/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[2.4955,44.65295],[2.55856,44.65322],[2.55821,44.69824],[2.62132,44.69847],[2.62041,44.83352],[2.68368,44.83371],[2.68342,44.87873],[2.74674,44.87889],[2.74694,44.83388],[2.81021,44.834],[2.81036,44.78899],[2.87357,44.78908],[2.87387,44.65403],[2.93694,44.65409],[2.93699,44.60907],[3,44.60909],[3,44.6541],[3.06306,44.65409],[3.06321,44.78913],[3.12643,44.78908],[3.12653,44.83409],[3.25306,44.83388],[3.25347,44.92391],[3.3802,44.92355],[3.37959,44.83352],[3.44285,44.83328],[3.4425,44.78827],[3.75855,44.78655],[3.75794,44.74154],[3.94741,44.74008],[3.94817,44.78509],[4.07458,44.78394],[4.07544,44.82895],[4.20194,44.82765],[4.20387,44.91768],[4.33057,44.91623],[4.33271,45.00626],[4.39616,45.00548],[4.39841,45.0955],[4.46196,45.09469],[4.46313,45.1397],[4.52673,45.13885],[4.53043,45.27389],[4.46668,45.27474],[4.46786,45.31975],[4.40406,45.32057],[4.40519,45.36559],[4.34133,45.36637],[4.34242,45.41139],[4.08676,45.41416],[4.08588,45.36914],[4.02201,45.36974],[4.02533,45.54982],[3.96125,45.55038],[3.96281,45.64042],[3.83445,45.64145],[3.83581,45.73149],[3.77152,45.73195],[3.77467,45.95706],[3.83922,45.9566],[3.84336,46.22673],[3.90823,46.22623],[3.90898,46.27126],[4.03882,46.27015],[4.0431,46.49524],[3.97792,46.49582],[3.97872,46.54084],[3.78299,46.54234],[3.78429,46.63238],[3.71894,46.63281],[3.72013,46.72285],[3.65467,46.72324],[3.65521,46.76826],[3.52417,46.76893],[3.52374,46.72391],[3.1964,46.72494],[3.19657,46.76996],[3.06552,46.77011],[3.06558,46.81513],[2.86885,46.81507],[2.86896,46.77005],[2.67239,46.76966],[2.67266,46.72464],[2.6072,46.72444],[2.60752,46.67942],[2.54211,46.67917],[2.54324,46.54411],[2.28225,46.54277],[2.28284,46.49775],[2.21765,46.49732],[2.21959,46.36226],[2.28462,46.36269],[2.28521,46.31767],[2.35018,46.31806],[2.35072,46.27303],[2.41564,46.27338],[2.41612,46.22836],[2.481,46.22868],[2.48227,46.09361],[2.54699,46.09388],[2.5481,45.95881],[2.48354,45.95854],[2.48396,45.91351],[2.41946,45.9132],[2.41994,45.86818],[2.35549,45.86783],[2.35654,45.77778],[2.42088,45.77813],[2.42135,45.73311],[2.48565,45.73342],[2.48606,45.68839],[2.42182,45.68808],[2.42323,45.55301],[2.48731,45.55333],[2.48815,45.46328],[2.36019,45.46262],[2.36071,45.4176],[2.29678,45.41722],[2.29792,45.32718],[2.23409,45.32676],[2.23471,45.28174],[2.17094,45.28129],[2.17361,45.10121],[2.04649,45.1002],[2.05107,44.83011],[2.11433,44.83063],[2.11786,44.60557],[2.49591,44.60794],[2.4955,44.65295]],[[-2.31253,46.78247],[-2.44329,46.77634],[-2.43428,46.68652],[-2.36901,46.68959],[-2.36456,46.64468],[-2.23411,46.65071],[-2.24278,46.74056],[-2.30812,46.73755],[-2.31253,46.78247]],[[-3.19415,47.59616],[-3.17336,47.41668],[-3.30556,47.40957],[-3.28974,47.27497],[-3.15786,47.28205],[-3.15271,47.23718],[-3.02092,47.24411],[-3.03101,47.33387],[-2.89896,47.34066],[-2.89402,47.29578],[-2.76204,47.30241],[-2.76687,47.34731],[-2.83292,47.344],[-2.83781,47.38889],[-2.9039,47.38555],[-2.90886,47.43043],[-3.04112,47.42363],[-3.05128,47.51338],[-2.91879,47.5202],[-2.91382,47.47532],[-2.84761,47.47867],[-2.8427,47.43378],[-2.77655,47.43709],[-2.7814,47.48198],[-2.71518,47.48525],[-2.71038,47.44036],[-2.64421,47.4436],[-2.63948,47.3987],[-2.57335,47.40189],[-2.55471,47.22229],[-2.35695,47.23162],[-2.35247,47.18671],[-2.28659,47.18974],[-2.27777,47.09991],[-2.1462,47.10585],[-2.14191,47.06093],[-2.07617,47.06384],[-2.06772,46.97399],[-2.13335,46.97108],[-2.13763,47.01601],[-2.20331,47.01306],[-2.20765,47.05798],[-2.4048,47.04891],[-2.4003,47.004],[-2.33464,47.00706],[-2.32577,46.91723],[-2.19466,46.92322],[-2.18173,46.78845],[-2.11632,46.79139],[-2.11208,46.74646],[-2.04672,46.74936],[-2.03837,46.6595],[-1.97311,46.66235],[-1.969,46.61742],[-1.90378,46.62023],[-1.89569,46.53036],[-1.83057,46.53313],[-1.82261,46.44326],[-1.7576,46.44598],[-1.75368,46.40104],[-1.62374,46.40639],[-1.61994,46.36144],[-1.49008,46.36663],[-1.48639,46.32168],[-1.35662,46.32672],[-1.35304,46.28177],[-1.28819,46.28423],[-1.28467,46.23927],[-1.15508,46.24408],[-1.15849,46.28904],[-1.02877,46.29371],[-1.03208,46.33867],[-0.96716,46.34095],[-0.9639,46.29599],[-0.76926,46.3026],[-0.76616,46.25763],[-0.70132,46.25975],[-0.70436,46.30473],[-0.50966,46.3109],[-0.51834,46.44583],[-0.58341,46.44381],[-0.60421,46.75863],[-0.66965,46.75656],[-0.67575,46.8465],[-0.74129,46.84439],[-0.74751,46.93432],[-0.81316,46.93217],[-0.81633,46.97713],[-0.48779,46.98754],[-0.49069,47.03251],[-0.35913,47.03642],[-0.36193,47.08139],[-0.23024,47.08515],[-0.22755,47.04017],[0.03567,47.04723],[0.03071,47.1372],[0.09664,47.13887],[0.09178,47.22884],[0.15782,47.23048],[0.15305,47.32044],[0.21921,47.32205],[0.2122,47.45699],[0.27852,47.45856],[0.27394,47.54853],[0.40682,47.55156],[0.40463,47.59654],[0.53764,47.59942],[0.53557,47.6444],[0.6687,47.64714],[0.66476,47.73711],[0.73144,47.73842],[0.72953,47.7834],[0.79627,47.78468],[0.79254,47.87464],[0.8594,47.87588],[0.85212,48.0558],[0.91921,48.057],[0.91744,48.10198],[0.98459,48.10315],[0.98287,48.14813],[0.91567,48.14696],[0.91389,48.19193],[0.84663,48.19072],[0.84479,48.2357],[0.71017,48.23317],[0.70821,48.27813],[0.57348,48.27545],[0.57141,48.32041],[0.43658,48.31757],[0.42779,48.4974],[0.29252,48.4944],[0.08963,48.4896],[0.09213,48.44465],[-0.04299,48.44126],[-0.0456,48.48621],[-0.11321,48.48445],[-0.11855,48.57434],[-0.25399,48.57071],[-0.38941,48.56693],[-0.38651,48.52199],[-0.52179,48.51806],[-0.85991,48.50755],[-0.86322,48.55247],[-1.13385,48.54337],[-1.09174,48.00425],[-1.22565,47.99952],[-1.21492,47.86472],[-1.28169,47.8623],[-1.27807,47.81736],[-1.34478,47.81491],[-1.34846,47.85984],[-1.54872,47.85224],[-1.54488,47.80731],[-1.67824,47.80206],[-1.67429,47.75714],[-1.87412,47.74898],[-1.87001,47.70406],[-2.00308,47.69844],[-2.02853,47.96789],[-2.0954,47.96501],[-2.09972,48.00991],[-2.16663,48.00699],[-2.17102,48.05189],[-2.10405,48.05481],[-2.10839,48.09971],[-2.24243,48.09382],[-2.25136,48.1836],[-2.3856,48.17755],[-2.39019,48.22243],[-2.45735,48.21935],[-2.4527,48.17446],[-2.5869,48.16818],[-2.5774,48.07842],[-2.64437,48.07522],[-2.65398,48.16498],[-2.85518,48.15515],[-2.86017,48.20002],[-2.99437,48.19327],[-2.99948,48.23813],[-3.20089,48.22771],[-3.19561,48.18286],[-3.32973,48.17573],[-3.39678,48.17211],[-3.40222,48.21695],[-3.67054,48.20207],[-3.66486,48.15724],[-3.79885,48.14958],[-3.7873,48.05993],[-3.72043,48.06377],[-3.70904,47.97411],[-3.57548,47.98167],[-3.56991,47.93683],[-3.43643,47.94423],[-3.43098,47.89938],[-3.56435,47.89199],[-3.52569,47.57805],[-3.3931,47.5854],[-3.40388,47.67512],[-3.33746,47.67875],[-3.33212,47.63389],[-3.26575,47.63747],[-3.26047,47.59261],[-3.19415,47.59616]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN, CRAIG, Mégalis Bretagne"},{"id":"fr.orthohr.2014","name":"Ortho HR 2014","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2014/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[5.05274,43.8697],[4.99056,43.87086],[4.99213,43.91584],[4.80544,43.91908],[4.80686,43.96407],[4.68229,43.96606],[4.68096,43.92107],[4.61872,43.92201],[4.61363,43.74207],[4.42749,43.74467],[4.42525,43.6547],[4.36329,43.65549],[4.36116,43.56553],[4.2993,43.56629],[4.29828,43.52131],[4.17465,43.52272],[4.17282,43.43276],[4.5431,43.42812],[4.54069,43.33817],[4.78712,43.33438],[4.78573,43.28941],[4.90883,43.28731],[4.91032,43.33228],[4.97192,43.33117],[4.97038,43.28621],[5.21656,43.28144],[5.21829,43.3264],[5.27988,43.32512],[5.27632,43.2352],[5.21483,43.23648],[5.21311,43.19152],[5.33599,43.18893],[5.33417,43.14397],[5.45695,43.14125],[5.45886,43.1862],[5.52029,43.18478],[5.51833,43.13983],[5.70246,43.13537],[5.70667,43.22527],[5.76813,43.22371],[5.77678,43.40351],[5.83844,43.40191],[5.84066,43.44687],[5.77895,43.44847],[5.78549,43.58334],[5.72364,43.58491],[5.72577,43.62987],[5.84957,43.62669],[5.85404,43.71662],[5.79205,43.71822],[5.79425,43.76319],[5.7322,43.76476],[5.73006,43.7198],[5.60605,43.72284],[5.60401,43.67787],[5.48009,43.68077],[5.48204,43.72574],[5.35801,43.72849],[5.35987,43.77347],[5.11159,43.77856],[5.11325,43.82354],[5.05112,43.82472],[5.05274,43.8697]],[[7.25692,44.21151],[7.13195,44.21629],[7.13523,44.26123],[7.01014,44.26587],[7.01651,44.35577],[6.95385,44.35804],[6.957,44.40299],[6.83158,44.40743],[6.82853,44.36247],[6.76587,44.36464],[6.76288,44.31968],[6.70026,44.32181],[6.69147,44.18694],[6.62899,44.18902],[6.62612,44.14407],[6.68855,44.14198],[6.67981,44.00713],[6.74209,44.00501],[6.73914,43.96006],[6.80136,43.95792],[6.79837,43.91297],[6.61183,43.9193],[6.60048,43.73951],[6.72445,43.73534],[6.71861,43.64546],[6.78049,43.64332],[6.77753,43.59838],[6.83936,43.59621],[6.83036,43.46142],[7.01538,43.45471],[7.01852,43.49964],[7.14195,43.49499],[7.14519,43.53992],[7.20694,43.53754],[7.21024,43.58246],[7.14844,43.58484],[7.15169,43.62977],[7.27538,43.62497],[7.27874,43.66989],[7.4025,43.66495],[7.40596,43.70987],[7.5298,43.70478],[7.54407,43.88446],[7.60618,43.88185],[7.60981,43.92677],[7.67196,43.92413],[7.67933,44.01397],[7.74158,44.01129],[7.74532,44.05621],[7.68303,44.05889],[7.69415,44.19366],[7.5068,44.20152],[7.50324,44.15659],[7.25355,44.16657],[7.25692,44.21151]],[[-1.55131,48.66325],[-1.75462,48.65531],[-1.7628,48.74509],[-2.10209,48.73105],[-2.0977,48.68617],[-2.23325,48.68029],[-2.22427,48.59054],[-2.15661,48.5935],[-2.15219,48.54861],[-2.08459,48.55153],[-2.08023,48.50664],[-1.94512,48.51235],[-1.94088,48.46746],[-2.00839,48.46463],[-1.99556,48.32995],[-2.1302,48.32418],[-2.12582,48.27929],[-2.19308,48.27635],[-2.18865,48.23146],[-2.25584,48.22849],[-2.25136,48.1836],[-2.31849,48.18059],[-2.29594,47.95613],[-2.16226,47.96209],[-2.12748,47.60284],[-1.99466,47.6086],[-1.99887,47.65352],[-1.5999,47.66992],[-1.60767,47.75977],[-1.2078,47.77484],[-1.21136,47.81978],[-1.14463,47.82216],[-1.15518,47.95697],[-0.95447,47.96389],[-0.96455,48.09871],[-1.03163,48.09643],[-1.04884,48.32108],[-0.98148,48.32337],[-0.98829,48.41322],[-1.05577,48.41093],[-1.0662,48.5457],[-1.20149,48.54099],[-1.2051,48.5859],[-1.27279,48.58349],[-1.26913,48.53858],[-1.472,48.53111],[-1.47967,48.62092],[-1.5474,48.61835],[-1.55131,48.66325]],[[5.11521,49.60374],[5.11479,49.5951],[5.10106,49.59538],[5.09973,49.56806],[5.08626,49.56834],[5.08538,49.55036],[5.07234,49.55063],[5.07146,49.53259],[5.08517,49.53231],[5.08476,49.52373],[5.07058,49.52403],[5.07012,49.51459],[5.05677,49.51486],[5.05546,49.48801],[5.06949,49.48772],[5.06816,49.46046],[5.08226,49.46017],[5.08181,49.45109],[5.0961,49.4508],[5.0944,49.41575],[5.08055,49.41603],[5.08008,49.40647],[5.06579,49.40677],[5.06532,49.39715],[5.07949,49.39685],[5.07909,49.38866],[5.09323,49.38837],[5.09279,49.3795],[5.05154,49.38034],[5.05111,49.37151],[5.03748,49.37179],[5.03661,49.35383],[5.02224,49.35412],[5.01962,49.3002],[5.03441,49.2999],[5.03351,49.2813],[5.00602,49.28187],[5.0056,49.27316],[4.9925,49.27343],[4.99202,49.26352],[4.97855,49.2638],[4.97816,49.25565],[4.95109,49.25621],[4.95069,49.24782],[4.93588,49.24813],[4.93498,49.22954],[4.96267,49.22897],[4.96178,49.21056],[4.97615,49.21027],[4.97572,49.20136],[4.93488,49.20221],[4.93359,49.17545],[4.94708,49.17517],[4.94577,49.14817],[4.96026,49.14787],[4.9594,49.12998],[4.97225,49.12971],[4.97139,49.11178],[4.9858,49.11148],[4.98362,49.06625],[4.99692,49.06597],[4.99649,49.05697],[4.98374,49.05723],[4.98291,49.03999],[4.96964,49.04026],[4.96921,49.03131],[4.95582,49.03158],[4.9549,49.0125],[4.98257,49.01192],[4.98304,49.02163],[5.0241,49.02078],[5.02324,49.00303],[4.99539,49.00361],[4.99495,48.99437],[4.98101,48.99466],[4.98015,48.97667],[5.00792,48.9761],[5.0075,48.9673],[5.02164,48.967],[5.02122,48.95821],[5.00694,48.95851],[5.00607,48.94052],[4.93945,48.9419],[4.93899,48.93228],[4.92522,48.93257],[4.92436,48.91459],[4.91094,48.91487],[4.91051,48.90598],[4.89549,48.90629],[4.89505,48.89714],[4.90939,48.89685],[4.90724,48.852],[4.92258,48.85168],[4.92217,48.84323],[4.90786,48.84352],[4.90741,48.83407],[4.89326,48.83436],[4.89283,48.82537],[4.88,48.82564],[4.87826,48.78928],[4.90492,48.78873],[4.90449,48.77968],[4.93254,48.77909],[4.93213,48.77036],[4.94617,48.77007],[4.94531,48.75206],[4.97241,48.75149],[4.97158,48.73406],[4.99887,48.73349],[4.998,48.71518],[4.98419,48.71547],[4.98248,48.67965],[4.99641,48.67936],[4.99599,48.67054],[4.98276,48.67082],[4.98148,48.64394],[4.99539,48.64365],[4.99497,48.6347],[4.98188,48.63497],[4.981,48.61661],[4.99454,48.61632],[4.99411,48.60728],[5.06203,48.60586],[5.06118,48.58805],[5.10111,48.58722],[5.10071,48.57891],[5.11539,48.57861],[5.11495,48.56937],[5.12827,48.56909],[5.12783,48.55994],[5.14146,48.55965],[5.14106,48.55124],[5.18151,48.55039],[5.18063,48.5319],[5.20826,48.53132],[5.20783,48.52222],[5.23432,48.52167],[5.23392,48.51337],[5.26128,48.5128],[5.26085,48.50386],[5.31486,48.50273],[5.31442,48.49356],[5.32825,48.49327],[5.32783,48.48443],[5.34162,48.48415],[5.34121,48.47545],[5.35433,48.47518],[5.35389,48.46583],[5.39424,48.46499],[5.39296,48.43823],[5.40738,48.43793],[5.40694,48.42857],[5.43347,48.42802],[5.43305,48.41913],[5.46057,48.41855],[5.46017,48.40999],[5.4862,48.40945],[5.48573,48.39975],[5.51389,48.39916],[5.51432,48.40827],[5.52758,48.40799],[5.52844,48.42612],[5.5829,48.42498],[5.58334,48.43426],[5.60929,48.43371],[5.60841,48.41525],[5.63582,48.41468],[5.63753,48.45056],[5.66546,48.44997],[5.66592,48.45956],[5.70487,48.45875],[5.7044,48.44897],[5.73242,48.44838],[5.73284,48.45723],[5.74579,48.45696],[5.74627,48.46693],[5.76072,48.46662],[5.76154,48.48387],[5.77533,48.48359],[5.77747,48.52845],[5.79057,48.52818],[5.79144,48.54637],[5.77858,48.54664],[5.77903,48.55619],[5.73842,48.55704],[5.73886,48.56636],[5.72501,48.56665],[5.72584,48.58391],[5.73981,48.58362],[5.74022,48.5923],[5.75353,48.59203],[5.75397,48.60113],[5.80832,48.59999],[5.81005,48.63603],[5.78278,48.6366],[5.78238,48.62812],[5.76945,48.62839],[5.77032,48.64661],[5.75698,48.64689],[5.75907,48.69076],[5.77287,48.69047],[5.77377,48.70929],[5.75968,48.70958],[5.76054,48.72761],[5.73375,48.72817],[5.73458,48.74569],[5.74812,48.74541],[5.74942,48.77262],[5.76315,48.77234],[5.76358,48.78125],[5.79053,48.78069],[5.79183,48.80798],[5.77895,48.80824],[5.77933,48.81628],[5.79235,48.81601],[5.79412,48.85284],[5.78165,48.8531],[5.78247,48.87004],[5.79548,48.86977],[5.79681,48.89752],[5.77049,48.89807],[5.77133,48.91542],[5.7846,48.91515],[5.78505,48.92445],[5.79902,48.92416],[5.79945,48.93316],[5.82631,48.9326],[5.82675,48.94194],[5.85387,48.94138],[5.85518,48.96859],[5.84189,48.96886],[5.84274,48.98651],[5.82936,48.98678],[5.83022,49.00469],[5.84399,49.0044],[5.84444,49.01364],[5.83061,49.01392],[5.83102,49.02247],[5.84453,49.02219],[5.84493,49.03059],[5.85848,49.0303],[5.85982,49.0582],[5.84601,49.05849],[5.84688,49.07643],[5.83391,49.0767],[5.83563,49.1124],[5.82202,49.11268],[5.82247,49.12209],[5.76863,49.1232],[5.76906,49.132],[5.78232,49.13172],[5.78319,49.1498],[5.76966,49.15008],[5.7701,49.15923],[5.75612,49.15952],[5.75652,49.16793],[5.77054,49.16764],[5.77232,49.2045],[5.73067,49.20536],[5.73149,49.22234],[5.7454,49.22205],[5.74629,49.24055],[5.73318,49.24082],[5.73446,49.2673],[5.76194,49.26673],[5.76241,49.27635],[5.77651,49.27606],[5.77871,49.32157],[5.73774,49.32241],[5.73813,49.3304],[5.75151,49.33012],[5.75326,49.36624],[5.72618,49.36679],[5.72706,49.3848],[5.71336,49.38508],[5.71381,49.39441],[5.70056,49.39469],[5.70187,49.42166],[5.68709,49.42196],[5.68753,49.43091],[5.66083,49.43145],[5.66125,49.44012],[5.60615,49.44125],[5.60573,49.43264],[5.56375,49.4335],[5.56334,49.42487],[5.53545,49.42544],[5.535,49.41609],[5.52214,49.41636],[5.52256,49.42501],[5.50856,49.42529],[5.50903,49.43495],[5.49531,49.43523],[5.49615,49.45258],[5.4825,49.45286],[5.48425,49.48879],[5.49808,49.48851],[5.49855,49.49798],[5.48471,49.49827],[5.48513,49.50702],[5.47112,49.5073],[5.47331,49.55235],[5.45978,49.55263],[5.46066,49.57074],[5.44616,49.57104],[5.44745,49.59743],[5.43338,49.59772],[5.43382,49.6069],[5.42084,49.60717],[5.42128,49.61601],[5.40679,49.6163],[5.4072,49.62489],[5.37944,49.62546],[5.37858,49.60789],[5.36497,49.60817],[5.36455,49.59949],[5.32282,49.60035],[5.32191,49.58175],[5.30814,49.58204],[5.30773,49.57363],[5.29425,49.57391],[5.29382,49.56516],[5.2795,49.56545],[5.27905,49.55627],[5.26567,49.55654],[5.2661,49.56525],[5.23871,49.56581],[5.23917,49.57508],[5.22584,49.57535],[5.22626,49.58393],[5.19742,49.58452],[5.19702,49.57616],[5.16989,49.57672],[5.17032,49.58565],[5.15701,49.58593],[5.15743,49.5944],[5.12921,49.59498],[5.12962,49.60344],[5.11521,49.60374]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN, Mégalis Bretagne"},{"id":"fr.orthohr.2015","name":"Ortho HR 2015","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2015/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[3.00001,44.83417],[3.00001,44.69912],[2.93689,44.6991],[2.93699,44.60908],[3.00001,44.6091],[3.00001,44.56408],[3.06297,44.56407],[3.06272,44.33902],[3.12543,44.33896],[3.12533,44.29396],[3.06267,44.29401],[3.06262,44.249],[3.12523,44.24895],[3.12513,44.20394],[3.18769,44.20386],[3.18755,44.15885],[3.31257,44.15857],[3.31232,44.11356],[3.24986,44.11372],[3.24947,44.02372],[3.3742,44.02337],[3.3739,43.97837],[3.31159,43.97856],[3.31134,43.93357],[3.24907,43.93372],[3.24888,43.88873],[3.18666,43.88885],[3.18651,43.84386],[3.00001,43.84402],[3.00001,43.75403],[2.93793,43.75401],[2.93798,43.70902],[2.87596,43.70896],[2.87606,43.66397],[2.69014,43.6636],[2.56619,43.66318],[2.56721,43.52822],[2.62904,43.52845],[2.62933,43.48346],[2.56755,43.48323],[2.56789,43.43825],[2.50616,43.43799],[2.50577,43.48297],[2.44399,43.48267],[2.44443,43.43769],[2.3827,43.43735],[2.38222,43.48234],[2.19689,43.48112],[2.19752,43.43614],[2.07407,43.43515],[2.07335,43.48014],[2.01158,43.47959],[2.01235,43.43461],[1.88891,43.43341],[1.88804,43.47839],[1.82627,43.47774],[1.82719,43.43276],[1.76547,43.43208],[1.76643,43.3871],[1.70477,43.38638],[1.70578,43.34141],[1.64416,43.34065],[1.64838,43.16077],[1.70981,43.16152],[1.71081,43.11656],[1.83357,43.11796],[1.83448,43.07299],[1.89581,43.07364],[1.89667,43.02867],[1.95796,43.02928],[1.95877,42.98432],[1.89752,42.98371],[1.89923,42.89379],[1.83809,42.89314],[1.84078,42.75828],[1.90178,42.75892],[1.90263,42.71397],[1.96359,42.71458],[2.08551,42.71569],[2.08621,42.67073],[1.96439,42.66962],[1.96519,42.62468],[1.84346,42.62343],[1.7826,42.62275],[1.78354,42.57781],[1.72272,42.5771],[1.72371,42.53215],[1.66294,42.53141],[1.66397,42.48647],[1.72469,42.48721],[1.72567,42.44227],[1.78634,42.44298],[1.90769,42.44429],[1.90937,42.35442],[1.96995,42.35502],[1.97074,42.31009],[2.09182,42.31119],[2.09112,42.35613],[2.15171,42.35663],[2.15106,42.40157],[2.21169,42.40203],[2.33297,42.40286],[2.33348,42.35792],[2.45466,42.35861],[2.45508,42.31367],[2.57617,42.31422],[2.69726,42.31464],[2.6968,42.40452],[2.75744,42.40467],[2.87872,42.40488],[2.87863,42.44982],[3.00001,42.44989],[3.00001,42.40495],[3.12129,42.40488],[3.18193,42.40479],[3.18235,42.53963],[3.12157,42.53971],[3.12166,42.58466],[3.06083,42.58471],[3.06112,42.85445],[3.12223,42.8544],[3.12242,42.94432],[3.06121,42.94438],[3.06126,42.98934],[3.12251,42.98929],[3.1227,43.07923],[3.18405,43.07914],[3.18419,43.12411],[3.24559,43.12399],[3.24578,43.16896],[3.30722,43.1688],[3.30746,43.21378],[3.36895,43.21358],[3.36924,43.25856],[3.55385,43.25777],[3.55428,43.30275],[3.61587,43.30241],[3.61635,43.34739],[3.73961,43.34662],[3.74019,43.3916],[3.80186,43.39116],[3.80249,43.43614],[3.86422,43.43566],[3.86489,43.48065],[3.98843,43.47959],[3.98921,43.52457],[4.05103,43.52399],[4.0502,43.47901],[4.11197,43.47839],[4.1111,43.43341],[4.23454,43.43208],[4.23551,43.47706],[4.35903,43.47558],[4.3601,43.52056],[4.42191,43.51976],[4.42302,43.56474],[4.48487,43.56391],[4.48721,43.65388],[4.67305,43.65118],[4.67964,43.87609],[4.92838,43.87198],[4.92687,43.827],[4.989,43.82588],[4.98743,43.7809],[5.04951,43.77975],[5.0479,43.73477],[5.296,43.72982],[5.2942,43.68485],[5.41813,43.68217],[5.41624,43.6372],[5.54006,43.63437],[5.66388,43.63141],[5.66597,43.67637],[5.85181,43.67166],[5.85405,43.71662],[5.91604,43.71498],[5.91375,43.67002],[5.97568,43.66834],[5.97335,43.62338],[6.03524,43.62167],[6.03762,43.66663],[6.09955,43.66488],[6.10198,43.70983],[6.22592,43.70623],[6.22846,43.75118],[6.29047,43.74933],[6.28789,43.70437],[6.41181,43.70056],[6.41449,43.74551],[6.60048,43.73951],[6.60331,43.78446],[6.72738,43.78029],[6.73325,43.87017],[6.8575,43.86585],[6.98173,43.86139],[6.98801,43.95127],[6.9258,43.95352],[6.9289,43.99846],[6.86663,44.00068],[6.86969,44.04563],[6.80737,44.04782],[6.81038,44.09276],[6.74801,44.09492],[6.75692,44.22978],[6.81944,44.22762],[6.8255,44.31752],[6.88811,44.31533],[6.8912,44.36028],[6.95386,44.35804],[6.9633,44.4929],[6.90049,44.49514],[6.9036,44.5401],[6.96646,44.53786],[6.97596,44.67272],[7.10196,44.66812],[7.10852,44.75803],[7.04542,44.76035],[7.0519,44.85027],[6.9887,44.85256],[6.9919,44.89752],[6.80211,44.90418],[6.81128,45.03908],[6.68442,45.04335],[6.69036,45.13329],[6.43618,45.14141],[6.43342,45.09644],[6.36991,45.09838],[6.37263,45.14336],[6.18194,45.14896],[6.17172,44.96903],[6.29844,44.96534],[6.2958,44.92036],[6.23249,44.92222],[6.2299,44.87724],[5.97682,44.88432],[5.97444,44.83933],[5.91121,44.84101],[5.90888,44.79602],[5.78251,44.79927],[5.77585,44.66431],[5.58672,44.66889],[5.58054,44.53393],[5.45474,44.53679],[5.45084,44.44682],[5.38804,44.4482],[5.38424,44.35822],[5.44695,44.35684],[5.445,44.31186],[5.5703,44.309],[5.56826,44.26402],[5.63086,44.26253],[5.62877,44.21755],[5.50368,44.22048],[5.5017,44.1755],[5.4392,44.17691],[5.44113,44.22189],[5.31602,44.2246],[5.31785,44.26959],[5.19263,44.27216],[5.19437,44.31714],[5.06904,44.31957],[5.07068,44.36457],[5.1334,44.36337],[5.1351,44.40836],[5.07233,44.40956],[5.07398,44.45455],[4.88551,44.45794],[4.88251,44.36795],[4.75706,44.37002],[4.63159,44.37195],[4.63029,44.32695],[4.56761,44.32787],[4.56885,44.37286],[4.38063,44.37539],[4.31789,44.37615],[4.31684,44.33115],[4.19145,44.33258],[4.1924,44.37759],[4.12965,44.37825],[4.13055,44.42325],[4.06775,44.42388],[4.0686,44.46888],[4.00574,44.46947],[4.00815,44.6045],[3.94515,44.60505],[3.94742,44.74009],[3.88426,44.74061],[3.88497,44.78562],[3.82176,44.78611],[3.82242,44.83112],[3.75916,44.83157],[3.75977,44.87659],[3.69646,44.877],[3.69702,44.92202],[3.57029,44.92274],[3.56984,44.87772],[3.44321,44.8783],[3.44392,44.96834],[3.38051,44.96857],[3.38081,45.01359],[3.31735,45.01379],[3.31709,44.96877],[3.19026,44.96906],[3.1901,44.92404],[3.06337,44.92419],[3.06327,44.83415],[3.00001,44.83417]],[[5.9829,46.19074],[5.98045,46.14575],[5.78624,46.15068],[5.77486,45.9257],[5.83934,45.9241],[5.8324,45.78911],[5.96102,45.78581],[5.95861,45.74081],[6.02287,45.73911],[6.02041,45.69412],[6.21299,45.68879],[6.21038,45.6438],[6.33865,45.64007],[6.34136,45.68505],[6.40554,45.68313],[6.41109,45.77309],[6.47537,45.77113],[6.4782,45.81611],[6.54253,45.81411],[6.53964,45.76913],[6.66817,45.76502],[6.66519,45.72005],[6.7936,45.7158],[6.79669,45.76077],[6.86093,45.75859],[6.86408,45.80356],[6.99267,45.79908],[6.99592,45.84405],[7.06026,45.84175],[7.07355,46.02161],[7.009,46.02391],[7.01228,46.06888],[6.94768,46.07115],[6.95415,46.16108],[6.82472,46.16552],[6.82786,46.21049],[6.89263,46.20829],[6.90224,46.3432],[6.83731,46.3454],[6.84363,46.43534],[6.45328,46.44782],[6.45044,46.40284],[6.25536,46.40857],[6.25,46.3186],[6.18507,46.32044],[6.17723,46.18547],[5.9829,46.19074]],[[5.47126,49.51612],[5.47083,49.50714],[5.42944,49.50798],[5.42859,49.49001],[5.4148,49.49028],[5.41438,49.4813],[5.44196,49.48075],[5.44153,49.47177],[5.45532,49.47149],[5.45403,49.44454],[5.46781,49.44426],[5.46695,49.42629],[5.45317,49.42657],[5.45275,49.41758],[5.43897,49.41786],[5.4377,49.39091],[5.46523,49.39035],[5.46437,49.37238],[5.49188,49.37182],[5.49232,49.3808],[5.50608,49.38052],[5.50695,49.39849],[5.54825,49.39763],[5.54869,49.40661],[5.56246,49.40632],[5.56291,49.4153],[5.63175,49.41382],[5.63221,49.42281],[5.65975,49.4222],[5.65929,49.41322],[5.67306,49.41292],[5.67166,49.38597],[5.69918,49.38536],[5.69777,49.35841],[5.72527,49.35779],[5.72432,49.33982],[5.71058,49.34013],[5.70916,49.31318],[5.7229,49.31287],[5.72243,49.30389],[5.7499,49.30326],[5.74895,49.2853],[5.73521,49.28561],[5.73474,49.27662],[5.72101,49.27694],[5.72053,49.26795],[5.7068,49.26826],[5.70633,49.25928],[5.72006,49.25897],[5.71959,49.24998],[5.70586,49.25029],[5.70539,49.24131],[5.71911,49.241],[5.71817,49.22303],[5.70445,49.22334],[5.70398,49.21435],[5.7177,49.21404],[5.71628,49.18709],[5.7437,49.18647],[5.74227,49.15951],[5.72857,49.15982],[5.72809,49.15084],[5.74179,49.15053],[5.73942,49.1056],[5.7531,49.10529],[5.75262,49.0963],[5.77999,49.09567],[5.78047,49.10466],[5.80784,49.10402],[5.80687,49.08605],[5.79319,49.08637],[5.79174,49.05941],[5.80541,49.05909],[5.80493,49.05011],[5.83227,49.04946],[5.83178,49.04048],[5.81811,49.0408],[5.81664,49.01384],[5.80298,49.01416],[5.80201,48.99619],[5.78836,48.99651],[5.78739,48.97853],[5.80104,48.97822],[5.80056,48.96923],[5.82786,48.96859],[5.82688,48.95062],[5.78595,48.95157],[5.78546,48.94259],[5.77182,48.9429],[5.77134,48.93392],[5.7577,48.93423],[5.75723,48.92524],[5.74359,48.92556],[5.74217,48.8986],[5.7558,48.89828],[5.75532,48.8893],[5.76895,48.88898],[5.76847,48.87999],[5.75485,48.88031],[5.75342,48.85334],[5.76704,48.85303],[5.76465,48.80809],[5.75105,48.80841],[5.74962,48.78144],[5.73602,48.78175],[5.73555,48.77276],[5.72195,48.77308],[5.72101,48.7551],[5.70742,48.75541],[5.70602,48.72844],[5.71961,48.72813],[5.71914,48.71914],[5.73273,48.71883],[5.73226,48.70984],[5.74584,48.70953],[5.74442,48.68256],[5.73085,48.68288],[5.72897,48.64692],[5.74253,48.64661],[5.74159,48.62863],[5.75515,48.62832],[5.75421,48.61034],[5.74065,48.61065],[5.74018,48.60166],[5.71307,48.60228],[5.71214,48.5843],[5.69859,48.58461],[5.6972,48.55764],[5.71074,48.55733],[5.71028,48.54834],[5.73736,48.54772],[5.73689,48.53873],[5.75043,48.53842],[5.74854,48.50246],[5.76207,48.50214],[5.76112,48.48416],[5.77465,48.48385],[5.77417,48.47485],[5.80122,48.47422],[5.8017,48.48321],[5.81522,48.48289],[5.8157,48.49188],[5.84275,48.49124],[5.84324,48.50023],[5.85677,48.4999],[5.85628,48.49091],[5.88333,48.49026],[5.88037,48.43632],[5.86685,48.43664],[5.86636,48.42765],[5.85285,48.42798],[5.85139,48.40101],[5.86489,48.40068],[5.8644,48.39169],[5.8779,48.39136],[5.87839,48.40035],[5.8919,48.40003],[5.8914,48.39104],[5.9454,48.38971],[5.94489,48.38072],[5.9314,48.38105],[5.9309,48.37206],[5.94439,48.37172],[5.94288,48.34475],[5.99683,48.3434],[5.99734,48.35239],[6.07827,48.35031],[6.07879,48.3593],[6.09228,48.35895],[6.09175,48.34996],[6.13221,48.3489],[6.13275,48.35789],[6.14624,48.35753],[6.14731,48.37551],[6.16081,48.37515],[6.16189,48.39313],[6.24287,48.39094],[6.24343,48.39993],[6.27043,48.39919],[6.27155,48.41717],[6.28505,48.41679],[6.28561,48.42578],[6.29912,48.42541],[6.29799,48.40743],[6.31149,48.40705],[6.31092,48.39806],[6.37841,48.39616],[6.37783,48.38717],[6.41832,48.38601],[6.4189,48.395],[6.4324,48.39461],[6.43298,48.4036],[6.48698,48.40202],[6.48757,48.41101],[6.51457,48.41021],[6.51517,48.4192],[6.55568,48.41799],[6.55507,48.409],[6.59557,48.40778],[6.5968,48.42575],[6.58329,48.42616],[6.58514,48.45312],[6.59865,48.45272],[6.59926,48.4617],[6.62629,48.46088],[6.62504,48.44291],[6.63855,48.44249],[6.63731,48.42452],[6.65081,48.4241],[6.65018,48.41512],[6.67718,48.41428],[6.67655,48.4053],[6.69005,48.40488],[6.71704,48.40403],[6.71768,48.41302],[6.73118,48.41259],[6.73054,48.40361],[6.75753,48.40276],[6.75689,48.39377],[6.77038,48.39334],[6.76974,48.38435],[6.79672,48.38349],[6.79737,48.39248],[6.82436,48.39161],[6.82501,48.4006],[6.8385,48.40016],[6.83982,48.41813],[6.86682,48.41725],[6.86615,48.40827],[6.89315,48.40738],[6.89381,48.41637],[6.90731,48.41593],[6.90798,48.42491],[6.92148,48.42447],[6.92215,48.43345],[6.93565,48.433],[6.93633,48.44199],[6.94983,48.44154],[6.95051,48.45053],[6.96401,48.45007],[6.96469,48.45906],[6.9782,48.45861],[6.97888,48.46759],[6.99239,48.46714],[6.99308,48.47612],[7.0201,48.47521],[7.02079,48.48419],[7.04782,48.48328],[7.04851,48.49226],[7.06203,48.4918],[7.04885,48.32109],[7.11621,48.31876],[7.10919,48.22891],[7.04195,48.23123],[7.03164,48.09644],[6.96456,48.09871],[6.95783,48.00884],[6.89086,48.01107],[6.88097,47.87625],[6.81416,47.87844],[6.8045,47.74359],[7.0044,47.73692],[6.99092,47.55713],[7.05732,47.55484],[7.05391,47.50989],[7.12024,47.50756],[7.11333,47.41767],[7.44437,47.40548],[7.44811,47.45042],[7.51435,47.44786],[7.51815,47.4928],[7.58444,47.49021],[7.59216,47.58007],[7.65856,47.57743],[7.66249,47.62236],[7.59603,47.625],[7.64298,48.16405],[7.71011,48.16139],[7.72216,48.29612],[7.78946,48.29341],[7.8141,48.5628],[7.88174,48.56004],[7.89012,48.64982],[7.95787,48.64702],[7.96213,48.6919],[8.02992,48.68906],[8.03858,48.77882],[8.10648,48.77593],[8.11088,48.82081],[8.17884,48.81788],[8.18778,48.90762],[8.25584,48.90465],[8.26492,48.99437],[8.12856,49.00028],[8.133,49.04515],[7.99649,49.05091],[8.00082,49.09578],[7.72748,49.10685],[7.72338,49.06197],[7.58679,49.06727],[7.57886,48.9775],[7.5243,48.97958],[7.53135,49.06037],[7.51769,49.06088],[7.52396,49.1327],[7.51028,49.13321],[7.51263,49.16014],[7.49894,49.16065],[7.50051,49.1786],[7.47312,49.17962],[7.47235,49.17065],[7.44497,49.17166],[7.44574,49.18064],[7.45943,49.18013],[7.46021,49.18911],[7.40543,49.19113],[7.40466,49.18215],[7.36358,49.18365],[7.36282,49.17467],[7.34913,49.17517],[7.34687,49.14823],[7.30581,49.14971],[7.30432,49.13176],[7.14013,49.13752],[7.14085,49.1465],[7.12716,49.14697],[7.12788,49.15595],[7.11419,49.15642],[7.1149,49.1654],[7.08752,49.16633],[7.08681,49.15735],[7.07312,49.15782],[7.071,49.13088],[7.05732,49.13134],[7.05873,49.1493],[7.04504,49.14976],[7.04644,49.16772],[7.03275,49.16818],[7.03345,49.17716],[7.04714,49.1767],[7.04855,49.19466],[7.00745,49.19603],[7.00815,49.20501],[6.99444,49.20546],[6.99514,49.21444],[6.95402,49.2158],[6.95471,49.22478],[6.89987,49.22657],[6.89919,49.21759],[6.88548,49.21803],[6.88616,49.22701],[6.84503,49.22833],[6.84436,49.21935],[6.83065,49.21979],[6.82932,49.20183],[6.84303,49.20139],[6.83969,49.15649],[6.826,49.15693],[6.82666,49.16591],[6.79927,49.16678],[6.79993,49.17576],[6.73145,49.1779],[6.73274,49.19586],[6.74644,49.19543],[6.74775,49.21339],[6.73404,49.21382],[6.73469,49.2228],[6.69356,49.22407],[6.69613,49.25999],[6.68241,49.26041],[6.68433,49.28735],[6.65687,49.28818],[6.65751,49.29716],[6.64378,49.29758],[6.64441,49.30656],[6.61695,49.30738],[6.61758,49.31636],[6.60384,49.31678],[6.60572,49.34371],[6.59198,49.34412],[6.5926,49.3531],[6.60635,49.35269],[6.60824,49.37963],[6.59448,49.38004],[6.59511,49.38902],[6.58135,49.38943],[6.58198,49.39841],[6.56822,49.39882],[6.57009,49.42575],[6.55632,49.42616],[6.55694,49.43514],[6.54318,49.43554],[6.54379,49.44452],[6.51625,49.44532],[6.51687,49.4543],[6.48932,49.4551],[6.48993,49.46408],[6.47615,49.46448],[6.47676,49.47345],[6.43542,49.47463],[6.43602,49.48361],[6.40846,49.48439],[6.40786,49.47541],[6.32518,49.47771],[6.32576,49.48669],[6.31198,49.48707],[6.31255,49.49605],[6.28498,49.4968],[6.28613,49.51476],[6.24476,49.51587],[6.24532,49.52485],[6.23153,49.52522],[6.23096,49.51624],[6.162,49.51806],[6.16145,49.50908],[6.14766,49.50944],[6.14711,49.50046],[6.11953,49.50117],[6.11844,49.48321],[6.10466,49.48356],[6.10411,49.47458],[6.09033,49.47494],[6.08979,49.46596],[6.07601,49.46631],[6.07655,49.47529],[6.04898,49.47598],[6.04845,49.467],[6.03467,49.46735],[6.03414,49.45837],[5.99281,49.4594],[5.99333,49.46838],[5.97955,49.46872],[5.98111,49.49566],[5.95353,49.49634],[5.95405,49.50532],[5.8713,49.50731],[5.8718,49.51629],[5.85801,49.51661],[5.85901,49.53458],[5.84521,49.5349],[5.8462,49.55286],[5.80479,49.55383],[5.80528,49.56281],[5.79147,49.56313],[5.79196,49.57211],[5.76434,49.57274],[5.76386,49.56376],[5.75005,49.56407],[5.74957,49.55509],[5.72195,49.55571],[5.72148,49.54673],[5.69387,49.54735],[5.69434,49.55633],[5.63912,49.55754],[5.63865,49.54856],[5.62485,49.54886],[5.62439,49.53988],[5.61059,49.54018],[5.61013,49.5312],[5.54113,49.53266],[5.54068,49.52368],[5.52689,49.52397],[5.52644,49.51498],[5.47126,49.51612]],[[2.57246,51.12963],[2.50121,51.12937],[2.50166,51.08453],[2.07453,51.08211],[2.07536,51.03727],[1.93313,51.03614],[1.93409,50.9913],[1.72094,50.9893],[1.72209,50.94446],[1.65111,50.94371],[1.65232,50.89887],[1.51049,50.89725],[1.51316,50.80756],[1.58395,50.80838],[1.58521,50.76353],[1.51449,50.7627],[1.52637,50.35889],[1.59653,50.35971],[1.59777,50.31483],[1.80807,50.31704],[1.80913,50.27215],[1.94922,50.27342],[1.95015,50.22853],[2.02013,50.22911],[2.021,50.18421],[2.37062,50.1865],[2.37229,50.0518],[2.44204,50.05213],[2.44154,50.09704],[2.58116,50.09759],[2.58153,50.05269],[2.72102,50.05308],[2.72126,50.00818],[3.97556,50.00461],[3.9747,49.9597],[4.18353,49.95786],[4.18457,50.00277],[4.25424,50.00207],[4.25757,50.13677],[4.18772,50.13747],[4.18982,50.22726],[4.2598,50.22656],[4.26204,50.31634],[4.12183,50.3177],[4.12283,50.36258],[3.7018,50.36569],[3.70367,50.50034],[3.63331,50.50072],[3.63388,50.5456],[3.35216,50.54672],[3.35279,50.63647],[3.28223,50.63665],[3.28274,50.72638],[3.21206,50.72652],[3.21244,50.81625],[3.00001,50.81643],[3.00001,50.77157],[2.78776,50.77139],[2.78757,50.81625],[2.71676,50.81611],[2.71651,50.86096],[2.64564,50.86078],[2.64436,51.04018],[2.57323,51.03996],[2.57246,51.12963]],[[-3.51421,48.03024],[-3.6479,48.02274],[-3.6592,48.11241],[-3.59225,48.11618],[-3.59786,48.16102],[-3.46381,48.16845],[-3.45832,48.12361],[-3.25735,48.13447],[-3.25204,48.08962],[-3.18509,48.09315],[-3.19035,48.13801],[-2.92223,48.1518],[-2.9172,48.10693],[-2.8502,48.11028],[-2.84523,48.06541],[-2.71134,48.07199],[-2.70165,47.98224],[-2.56794,47.98865],[-2.57267,48.03354],[-2.50575,48.03669],[-2.51042,48.08158],[-2.30944,48.09082],[-2.17541,48.09679],[-2.18423,48.18657],[-2.11709,48.18951],[-2.12145,48.2344],[-1.91982,48.24298],[-1.92822,48.33278],[-1.86088,48.33556],[-1.88173,48.56004],[-1.94935,48.55724],[-1.9536,48.60213],[-2.08895,48.59642],[-2.09332,48.6413],[-2.16104,48.63838],[-2.16547,48.68326],[-2.23324,48.6803],[-2.23774,48.72517],[-2.37337,48.71913],[-2.36876,48.67426],[-2.4365,48.67119],[-2.44118,48.71606],[-2.50897,48.71294],[-2.50424,48.66808],[-2.63969,48.66173],[-2.63002,48.57201],[-2.69762,48.56879],[-2.71231,48.70336],[-2.84783,48.69678],[-2.86295,48.83132],[-2.93086,48.82797],[-2.9411,48.91764],[-3.00913,48.91424],[-3.01432,48.95908],[-3.15046,48.95216],[-3.14516,48.90733],[-3.34913,48.89667],[-3.35461,48.94149],[-3.49066,48.93418],[-3.69466,48.92293],[-3.67163,48.74371],[-3.73938,48.73989],[-3.74518,48.7847],[-3.81298,48.78084],[-3.80712,48.73604],[-3.87485,48.73215],[-3.88077,48.77695],[-3.94854,48.77302],[-3.95453,48.81781],[-4.09017,48.80982],[-4.07798,48.72025],[-4.21334,48.71212],[-4.34867,48.70384],[-4.48395,48.6954],[-4.61918,48.68681],[-4.61264,48.64205],[-4.81524,48.62889],[-4.80854,48.58413],[-4.876,48.57967],[-4.86252,48.49016],[-4.99716,48.48114],[-5.00401,48.52589],[-5.20606,48.51206],[-5.18504,48.37785],[-5.11788,48.38248],[-5.11095,48.33773],[-4.97669,48.34688],[-4.96311,48.25737],[-4.76197,48.27079],[-4.75537,48.22601],[-4.68835,48.23041],[-4.66877,48.09607],[-4.80244,48.08727],[-5.00287,48.07378],[-4.9893,47.98426],[-4.78921,47.99772],[-4.65576,48.00651],[-4.64928,47.96172],[-4.5159,47.97035],[-4.50953,47.92556],[-4.44288,47.92981],[-4.41776,47.75061],[-4.35132,47.75481],[-4.34512,47.71],[-4.27873,47.71416],[-4.21232,47.71829],[-4.21841,47.7631],[-4.08546,47.77124],[-4.06756,47.63678],[-3.86856,47.64867],[-3.88015,47.73834],[-3.61423,47.7537],[-3.60865,47.70886],[-3.47575,47.71631],[-3.48669,47.80601],[-3.42011,47.80968],[-3.42554,47.85453],[-3.3589,47.85817],[-3.37508,47.99273],[-3.50869,47.98539],[-3.51421,48.03024]],[[-1.90698,48.82936],[-1.70301,48.83756],[-1.71114,48.92733],[-1.91545,48.91912],[-1.90698,48.82936]],[[-1.85471,49.73214],[-1.85897,49.77698],[-1.99744,49.77137],[-1.98431,49.63686],[-1.91526,49.63968],[-1.88958,49.37057],[-1.82088,49.37334],[-1.81668,49.32848],[-1.74804,49.3312],[-1.73568,49.19659],[-1.6672,49.19927],[-1.65911,49.10952],[-1.72747,49.10685],[-1.71929,49.01709],[-1.65105,49.01976],[-1.61115,48.57085],[-1.54349,48.57346],[-1.53183,48.43874],[-1.26182,48.44875],[-1.26547,48.49367],[-1.06272,48.50078],[-1.05924,48.45586],[-0.78905,48.4648],[-0.7923,48.50973],[-0.72468,48.51187],[-0.73428,48.64665],[-0.66648,48.64875],[-0.66964,48.69368],[-0.73749,48.69157],[-0.74071,48.73649],[-0.80862,48.73434],[-0.8119,48.77926],[-0.87986,48.77707],[-0.8832,48.82198],[-1.08723,48.81518],[-1.09075,48.86009],[-0.95463,48.86467],[-0.96146,48.95448],[-0.89327,48.95672],[-0.89664,49.00162],[-0.82839,49.00382],[-0.84502,49.22833],[-0.91357,49.22612],[-0.91697,49.27102],[-1.05417,49.26648],[-1.06477,49.40114],[-1.13354,49.39881],[-1.14438,49.53344],[-1.21332,49.53106],[-1.21701,49.57593],[-1.14801,49.57831],[-1.15164,49.62318],[-1.2207,49.6208],[-1.2281,49.71053],[-1.29728,49.7081],[-1.30105,49.75296],[-1.50873,49.74545],[-1.50477,49.70059],[-1.78133,49.69003],[-1.78553,49.73488],[-1.85471,49.73214]],[[0.15917,49.70585],[0.08994,49.70422],[0.09503,49.61442],[0.02593,49.61275],[0.03631,49.43313],[0.17404,49.43642],[0.1765,49.39151],[0.24531,49.3931],[0.25488,49.21342],[0.32346,49.21496],[0.33503,48.99031],[0.40332,48.99181],[0.40556,48.94688],[0.33734,48.94538],[0.34193,48.8555],[0.54626,48.85987],[0.54838,48.81492],[0.61644,48.8163],[0.61849,48.77135],[0.68649,48.77269],[0.69047,48.68278],[0.75836,48.68408],[0.76029,48.63912],[0.89596,48.6416],[0.89415,48.68656],[1.09786,48.68998],[1.09623,48.73494],[1.30014,48.73802],[1.43609,48.73987],[1.43339,48.82979],[1.50149,48.83067],[1.4989,48.92058],[1.56711,48.92142],[1.56339,49.05628],[1.63179,49.05707],[1.6306,49.10202],[1.69906,49.10279],[1.6968,49.19268],[1.76538,49.1934],[1.7643,49.23835],[1.83294,49.23903],[1.82989,49.37386],[1.76107,49.37317],[1.75999,49.41811],[1.82887,49.41879],[1.8258,49.55359],[1.75674,49.5529],[1.75456,49.64276],[1.82374,49.64345],[1.8196,49.82313],[1.75018,49.82243],[1.74687,49.95717],[1.60766,49.95566],[1.60644,50.00057],[1.53677,49.99975],[1.53548,50.04466],[1.46576,50.0438],[1.4644,50.0887],[1.25507,50.0859],[1.25661,50.04101],[1.18689,50.04],[1.18849,49.9951],[1.11885,49.99405],[1.1205,49.94915],[0.98134,49.94693],[0.84219,49.94456],[0.84409,49.89966],[0.70507,49.89713],[0.49658,49.89303],[0.49878,49.84814],[0.42935,49.8467],[0.43161,49.8018],[0.29288,49.7988],[0.29526,49.7539],[0.15667,49.75075],[0.15917,49.70585]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN, Mégalis Bretagne"},{"id":"fr.orthohr.2016","name":"Ortho HR 2016","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2016/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[0.68205,42.73947],[0.67847,42.82935],[0.80059,42.83192],[0.80229,42.78698],[0.86331,42.78821],[0.86496,42.74327],[0.98691,42.74563],[1.10886,42.74786],[1.11178,42.65797],[1.23356,42.66005],[1.2322,42.705],[1.29314,42.70599],[1.29445,42.66104],[1.35535,42.662],[1.35661,42.61705],[1.41746,42.61797],[1.41868,42.57303],[1.54029,42.57476],[1.53917,42.6197],[1.60002,42.62052],[1.6011,42.57557],[1.72272,42.5771],[1.72371,42.53215],[1.78447,42.53286],[1.90601,42.53418],[1.90517,42.57912],[2.0268,42.5803],[2.02605,42.62525],[2.08692,42.62578],[2.20866,42.62675],[2.20743,42.71666],[2.14647,42.71619],[2.14581,42.76114],[2.0238,42.7601],[1.96279,42.75953],[1.96118,42.84944],[2.02228,42.85001],[2.01772,43.11979],[1.95634,43.11922],[1.95553,43.16418],[1.83266,43.16292],[1.83175,43.20789],[1.77028,43.20721],[1.76836,43.29715],[1.82993,43.29784],[1.8281,43.38779],[1.95145,43.38905],[2.13647,43.39069],[2.13714,43.34571],[2.2604,43.34662],[2.25925,43.43658],[2.32097,43.43698],[2.3215,43.392],[2.62991,43.3935],[2.62962,43.43848],[2.69135,43.43867],[2.69062,43.57363],[2.81437,43.57391],[2.81423,43.6189],[2.93808,43.61904],[2.93803,43.66403],[3.12395,43.66397],[3.12425,43.79895],[3.3106,43.79858],[3.31109,43.88857],[3.37331,43.88837],[3.37361,43.93337],[3.43587,43.93314],[3.43622,43.97814],[3.49853,43.97787],[3.49932,44.06787],[3.37449,44.06837],[3.37508,44.15837],[3.4376,44.15814],[3.43794,44.20314],[3.37538,44.20337],[3.37568,44.24838],[3.25046,44.24874],[3.25065,44.29374],[3.18799,44.29387],[3.18859,44.4739],[3.12573,44.47399],[3.12603,44.60902],[3.06302,44.60908],[3.06322,44.78914],[3.12643,44.78908],[3.12653,44.8341],[3.25306,44.83388],[3.25347,44.92391],[3.3802,44.92355],[3.37959,44.83352],[3.44286,44.83329],[3.4425,44.78827],[3.63214,44.78735],[3.75855,44.78656],[3.75795,44.74155],[3.94742,44.74009],[3.94817,44.7851],[4.07458,44.78395],[4.07544,44.82896],[4.20195,44.82766],[4.20388,44.91768],[4.33058,44.91624],[4.33271,45.00626],[4.39616,45.00548],[4.39841,45.09551],[4.46196,45.09469],[4.46314,45.13971],[4.52674,45.13885],[4.5292,45.22888],[4.6566,45.22706],[4.65928,45.31709],[4.78687,45.31512],[4.79267,45.49517],[4.72866,45.49617],[4.73147,45.58619],[4.53914,45.58899],[4.54039,45.63401],[4.41205,45.63569],[4.41897,45.90579],[4.35448,45.90658],[4.36004,46.13167],[4.48954,46.13005],[4.49198,46.22008],[4.42713,46.22091],[4.4283,46.26593],[4.36339,46.26673],[4.36227,46.22171],[3.9731,46.2257],[3.9739,46.27072],[4.03882,46.27015],[4.04311,46.49525],[3.97792,46.49582],[3.97873,46.54084],[3.783,46.54235],[3.7843,46.63239],[3.71894,46.63282],[3.72013,46.72285],[3.65467,46.72325],[3.65521,46.76826],[3.52418,46.76894],[3.52374,46.72392],[3.19641,46.72494],[3.19657,46.76996],[3.06553,46.77011],[3.06558,46.81513],[2.86885,46.81508],[2.86896,46.77006],[2.6724,46.76967],[2.67267,46.72465],[2.6072,46.72444],[2.60753,46.67942],[2.54211,46.67918],[2.54325,46.54412],[2.28226,46.54278],[2.28344,46.45274],[2.2183,46.45231],[2.21959,46.36227],[2.28462,46.36269],[2.28521,46.31767],[2.35019,46.31806],[2.35072,46.27304],[2.41565,46.27339],[2.41613,46.22837],[2.481,46.22868],[2.4827,46.04859],[2.54736,46.04886],[2.5481,45.95882],[2.48355,45.95854],[2.48397,45.91352],[2.41947,45.9132],[2.41994,45.86818],[2.35549,45.86783],[2.35707,45.73276],[2.42136,45.73311],[2.4237,45.508],[2.48774,45.50831],[2.48815,45.46329],[2.36019,45.46263],[2.36071,45.41761],[2.29678,45.41722],[2.29792,45.32718],[2.2341,45.32676],[2.23472,45.28174],[2.17095,45.28129],[2.17362,45.10122],[2.04649,45.1002],[2.04803,45.01017],[1.85765,45.00838],[1.85857,44.96336],[1.79517,44.9627],[1.7942,45.00771],[1.73075,45.007],[1.72973,45.05202],[1.53922,45.04968],[1.34874,45.04702],[1.35535,44.82198],[1.22888,44.82003],[1.23171,44.73002],[1.16858,44.729],[1.17005,44.684],[1.10697,44.68293],[1.10848,44.63793],[1.04545,44.63684],[1.04701,44.59184],[0.92107,44.58954],[0.92438,44.49955],[0.98725,44.50071],[0.99045,44.41072],[0.86491,44.40836],[0.8683,44.31838],[0.80564,44.31714],[0.80738,44.27216],[0.87,44.27339],[0.87168,44.2284],[0.80912,44.22717],[0.81085,44.18218],[0.74834,44.18091],[0.75012,44.13593],[0.68766,44.13463],[0.68949,44.08965],[0.56467,44.08694],[0.43987,44.0841],[0.44189,44.03912],[0.25486,44.03459],[0.06785,44.02973],[0.07017,43.98476],[0.00789,43.98308],[0.00553,44.02805],[-0.0568,44.02632],[-0.05438,43.98136],[-0.24118,43.97598],[-0.23863,43.93101],[-0.30084,43.92915],[-0.29824,43.88419],[-0.23608,43.88606],[-0.22845,43.75118],[-0.29046,43.74933],[-0.2853,43.65942],[-0.34721,43.65753],[-0.34459,43.61259],[-0.28272,43.61447],[-0.28015,43.56952],[-0.15651,43.57319],[-0.15404,43.52824],[-0.09226,43.53002],[-0.08501,43.39517],[-0.14665,43.3934],[-0.14174,43.30351],[-0.20328,43.3017],[-0.20078,43.25676],[-0.13929,43.25856],[-0.13441,43.16868],[-0.1958,43.16688],[-0.19332,43.12195],[-0.25466,43.12011],[-0.25213,43.07518],[-0.31342,43.07331],[-0.30572,42.93853],[-0.36686,42.93663],[-0.35905,42.80186],[-0.23705,42.80562],[-0.23455,42.7607],[-0.17358,42.76252],[-0.17113,42.7176],[-0.11021,42.71939],[-0.10781,42.67447],[-0.04694,42.67622],[0.07483,42.67962],[0.13571,42.68126],[0.2575,42.68446],[0.25961,42.63953],[0.38132,42.64258],[0.44217,42.64405],[0.5639,42.6469],[0.56202,42.69183],[0.62293,42.6932],[0.62476,42.64827],[0.68563,42.6496],[0.68384,42.69453],[0.74476,42.69584],[0.74302,42.74077],[0.68205,42.73947]],[[-2.30812,46.73756],[-2.31252,46.78248],[-2.44328,46.77635],[-2.43427,46.68652],[-2.369,46.6896],[-2.36456,46.64468],[-2.2341,46.65072],[-2.24278,46.74056],[-2.30812,46.73756]],[[-3.10213,47.3753],[-3.16819,47.3718],[-3.17336,47.41668],[-3.30556,47.40957],[-3.28974,47.27497],[-3.15786,47.28205],[-3.15271,47.23718],[-3.02092,47.24411],[-3.031,47.33387],[-3.09702,47.33042],[-3.10213,47.3753]],[[-2.8378,47.3889],[-2.9039,47.38555],[-2.90885,47.43044],[-3.04112,47.42363],[-3.031,47.33387],[-2.89895,47.34067],[-2.89401,47.29578],[-2.76204,47.30242],[-2.76687,47.34731],[-2.83291,47.34401],[-2.8378,47.3889]],[[8.51363,42.30705],[8.57402,42.3039],[8.56975,42.25908],[8.50941,42.26223],[8.49679,42.12776],[8.55699,42.12461],[8.55275,42.0798],[8.67305,42.07342],[8.66873,42.02861],[8.60863,42.03181],[8.60435,41.987],[8.54429,41.99017],[8.53165,41.85575],[8.65149,41.84939],[8.63864,41.71501],[8.75819,41.70853],[8.74077,41.5294],[8.80036,41.52612],[8.79598,41.48135],[8.97456,41.47132],[8.97005,41.42656],[9.02952,41.42315],[9.02498,41.37839],[9.14381,41.37148],[9.13918,41.32673],[9.31724,41.31612],[9.33633,41.4951],[9.39584,41.49148],[9.44943,41.98384],[9.50943,41.98016],[9.51439,42.02493],[9.57444,42.02121],[9.6097,42.33463],[9.54934,42.33837],[9.57958,42.60711],[9.51894,42.61083],[9.52396,42.65563],[9.46326,42.65932],[9.47324,42.74893],[9.53403,42.74524],[9.54919,42.87965],[9.48826,42.88336],[9.50335,43.0178],[9.44227,43.02148],[9.44727,43.0663],[9.38613,43.06995],[9.38118,43.02513],[9.32009,43.02874],[9.29082,42.75982],[9.04749,42.77386],[9.03816,42.68421],[8.91664,42.69101],[8.91208,42.64618],[8.79063,42.65284],[8.78617,42.60801],[8.66478,42.61452],[8.65606,42.52485],[8.59545,42.52805],[8.58257,42.39355],[8.52209,42.39671],[8.51363,42.30705]],[[4.76688,44.68502],[4.76547,44.64002],[4.70244,44.64101],[4.70108,44.596],[4.6381,44.59696],[4.629,44.28196],[4.75427,44.28003],[4.75149,44.19004],[4.87655,44.18797],[4.87804,44.23296],[5.00319,44.23075],[5.00478,44.27574],[5.13001,44.27339],[5.12664,44.18341],[5.37669,44.17828],[5.37481,44.13329],[5.43727,44.13192],[5.43534,44.08694],[5.56014,44.0841],[5.56217,44.12907],[5.68706,44.12608],[5.69773,44.35098],[5.50965,44.35543],[5.51364,44.4454],[5.63923,44.44247],[5.64133,44.48745],[5.70417,44.48593],[5.70632,44.53091],[5.64343,44.53244],[5.64554,44.57742],[5.70848,44.5759],[5.71064,44.62088],[5.83661,44.61772],[5.84115,44.70769],[5.77806,44.70929],[5.78029,44.75428],[5.65401,44.75738],[5.65613,44.80237],[5.52974,44.80532],[5.544,45.12029],[5.41688,45.12312],[5.41493,45.07812],[5.22439,45.08208],[5.23157,45.26209],[5.16784,45.26335],[5.16959,45.30835],[5.10581,45.30957],[5.10752,45.35458],[4.85216,45.35909],[4.85066,45.31408],[4.78687,45.31512],[4.77682,45.00006],[4.84026,44.99903],[4.83583,44.86401],[4.77255,44.86504],[4.77113,44.82003],[4.70789,44.82102],[4.7038,44.68601],[4.76688,44.68502]],[[5.76582,45.74571],[5.63728,45.74879],[5.63299,45.65879],[5.56882,45.66027],[5.56465,45.57027],[5.62872,45.56879],[5.62446,45.4788],[5.68842,45.47728],[5.68624,45.43228],[5.75015,45.43074],[5.74792,45.38574],[5.93947,45.38088],[5.94185,45.42587],[6.13351,45.42067],[6.12592,45.28571],[6.06219,45.28748],[6.05972,45.24249],[6.1234,45.24073],[6.11586,45.10577],[6.30641,45.10028],[6.30375,45.0553],[6.43066,45.05146],[6.4279,45.00648],[6.4913,45.00451],[6.49692,45.09446],[6.68739,45.08832],[6.69036,45.13329],[6.81742,45.12901],[6.81434,45.08404],[6.87782,45.08185],[6.88094,45.12682],[7.00797,45.12232],[7.0112,45.16728],[7.07475,45.16498],[7.07804,45.20994],[7.14164,45.2076],[7.15168,45.34248],[7.21543,45.34009],[7.22226,45.43001],[7.1584,45.4324],[7.16177,45.47736],[7.09786,45.47971],[7.10118,45.52468],[7.03722,45.52699],[7.04706,45.66189],[6.9188,45.66643],[6.92198,45.7114],[6.85779,45.71362],[6.86408,45.80356],[6.60685,45.81207],[6.61274,45.90203],[6.54831,45.90407],[6.55121,45.94905],[6.48673,45.95105],[6.48388,45.90607],[6.41945,45.90804],[6.41387,45.81808],[6.34954,45.82],[6.34408,45.73004],[6.21561,45.73378],[6.21823,45.77876],[6.02533,45.7841],[6.0278,45.82909],[5.89907,45.83247],[5.90618,45.96745],[5.77713,45.97069],[5.76582,45.74571]],[[4.39357,50.00057],[4.18457,50.00277],[4.17834,49.73329],[4.10903,49.73394],[4.10709,49.64409],[3.96872,49.64528],[3.96787,49.60035],[4.03699,49.59978],[4.03338,49.42005],[3.82672,49.42164],[3.826,49.3767],[3.61951,49.37793],[3.61736,49.19815],[3.54876,49.19848],[3.54686,49.01866],[3.61522,49.01833],[3.61469,48.97337],[3.54639,48.9737],[3.54592,48.92874],[3.47768,48.92903],[3.47727,48.88407],[3.40909,48.88432],[3.40874,48.83936],[3.34062,48.83957],[3.33974,48.70466],[3.40768,48.70445],[3.40663,48.56953],[3.33886,48.56974],[3.3377,48.38982],[3.40524,48.38961],[3.40489,48.34463],[3.47237,48.34438],[3.47197,48.29939],[3.53939,48.2991],[3.53802,48.16414],[3.60526,48.16381],[3.60475,48.11882],[3.73913,48.11806],[3.7385,48.07307],[3.80563,48.07263],[3.80358,47.93765],[3.87054,47.93717],[3.86981,47.89218],[4.1374,47.88989],[4.13837,47.93488],[4.20532,47.93421],[4.2043,47.88922],[4.33808,47.88777],[4.33922,47.93276],[4.60699,47.92941],[4.60836,47.97439],[4.74235,47.97249],[4.74087,47.9275],[4.8078,47.92649],[4.80627,47.8815],[4.87314,47.88045],[4.87156,47.83547],[4.93837,47.83438],[4.93674,47.78939],[4.86998,47.79048],[4.8684,47.74549],[4.9351,47.74441],[4.93183,47.65443],[5.06501,47.65215],[5.06327,47.60716],[5.19631,47.60473],[5.19446,47.55974],[5.39384,47.55582],[5.39586,47.60081],[5.46237,47.59942],[5.46444,47.6444],[5.73067,47.63848],[5.73759,47.77341],[5.80431,47.77183],[5.80668,47.81681],[5.87345,47.81519],[5.87588,47.86016],[5.9427,47.8585],[5.94769,47.94843],[5.88076,47.9501],[5.8832,47.99506],[5.81621,47.99669],[5.821,48.08662],[5.68677,48.08975],[5.69135,48.17969],[5.75858,48.17813],[5.76329,48.26806],[5.69594,48.26961],[5.69824,48.31457],[5.56343,48.31757],[5.56562,48.36253],[5.49815,48.36397],[5.50243,48.45389],[5.43484,48.4553],[5.43692,48.50026],[5.36927,48.50163],[5.37131,48.54658],[5.23588,48.54921],[5.2378,48.59417],[5.17002,48.59542],[5.17188,48.64038],[5.0362,48.64278],[5.04147,48.77765],[4.97345,48.77879],[4.97856,48.91365],[5.04676,48.9125],[5.05564,49.13722],[4.98714,49.13837],[4.98887,49.18331],[5.05742,49.18216],[5.061,49.27203],[5.12967,49.27084],[5.13152,49.31577],[5.06279,49.31696],[5.06459,49.36189],[5.13338,49.36069],[5.14084,49.54039],[5.3479,49.53656],[5.34996,49.58147],[5.41903,49.58011],[5.42327,49.66993],[5.35408,49.67129],[5.35614,49.7162],[5.21762,49.7188],[5.21957,49.76371],[5.15024,49.76495],[5.15213,49.80986],[4.94395,49.81335],[4.94909,49.94806],[4.87951,49.94915],[4.88449,50.08384],[4.95426,50.08275],[4.95772,50.17253],[4.74803,50.17569],[4.74649,50.1308],[4.67665,50.13177],[4.67369,50.04198],[4.60397,50.04291],[4.60256,49.99801],[4.46324,49.99975],[4.46195,49.95485],[4.39235,49.95566],[4.39357,50.00057]],[[-3.66486,48.15724],[-3.79885,48.14958],[-3.7873,48.05993],[-3.72043,48.06377],[-3.70904,47.97411],[-3.57548,47.98167],[-3.56991,47.93683],[-3.43643,47.94423],[-3.43098,47.89938],[-3.56435,47.89199],[-3.52569,47.57805],[-3.3931,47.5854],[-3.40388,47.67512],[-3.33746,47.67875],[-3.33212,47.63389],[-3.26575,47.63747],[-3.26047,47.59261],[-3.19415,47.59616],[-3.17854,47.46155],[-3.11238,47.46505],[-3.10725,47.42017],[-3.04112,47.42363],[-3.05128,47.51338],[-2.91879,47.5202],[-2.91382,47.47532],[-2.84761,47.47867],[-2.8427,47.43378],[-2.77655,47.43709],[-2.7814,47.48198],[-2.71518,47.48525],[-2.71038,47.44036],[-2.64421,47.4436],[-2.63948,47.3987],[-2.57335,47.40189],[-2.55471,47.22229],[-2.35695,47.23162],[-2.35247,47.18671],[-2.28659,47.18974],[-2.27777,47.09991],[-2.1462,47.10585],[-2.14191,47.06093],[-2.07617,47.06384],[-2.07195,47.01891],[-2.20331,47.01306],[-2.20765,47.05798],[-2.4048,47.04891],[-2.4003,47.004],[-2.33464,47.00706],[-2.32577,46.91723],[-2.19466,46.92322],[-2.18173,46.78845],[-2.11632,46.79139],[-2.11208,46.74646],[-2.04672,46.74936],[-2.03837,46.6595],[-1.97311,46.66235],[-1.969,46.61742],[-1.90378,46.62023],[-1.89165,46.48543],[-1.82659,46.48819],[-1.82261,46.44326],[-1.7576,46.44598],[-1.75368,46.40104],[-1.62374,46.40639],[-1.61994,46.36144],[-1.49008,46.36663],[-1.48639,46.32168],[-1.35662,46.32672],[-1.34946,46.23681],[-1.09027,46.24643],[-1.09363,46.29139],[-1.02877,46.29371],[-1.03208,46.33867],[-0.96716,46.34095],[-0.9639,46.29599],[-0.76926,46.3026],[-0.76616,46.25763],[-0.70132,46.25975],[-0.70436,46.30473],[-0.50966,46.3109],[-0.51834,46.44583],[-0.58341,46.44381],[-0.60421,46.75863],[-0.66965,46.75656],[-0.67575,46.8465],[-0.74129,46.84439],[-0.74751,46.93432],[-0.81316,46.93217],[-0.81633,46.97713],[-0.48779,46.98754],[-0.49069,47.03251],[-0.35913,47.03642],[-0.36193,47.08139],[-0.23024,47.08515],[-0.22755,47.04017],[0.03567,47.04723],[0.03071,47.1372],[0.09664,47.13887],[0.09178,47.22884],[0.15782,47.23048],[0.15305,47.32044],[0.21921,47.32205],[0.2122,47.45699],[0.27852,47.45856],[0.27394,47.54853],[0.40682,47.55156],[0.40463,47.59654],[0.53764,47.59942],[0.53557,47.6444],[0.6687,47.64714],[0.66476,47.73711],[0.73144,47.73842],[0.72953,47.7834],[0.79627,47.78468],[0.79254,47.87464],[0.8594,47.87588],[0.85212,48.0558],[1.0534,48.0593],[1.05505,48.01432],[1.12209,48.01541],[1.12528,47.92544],[1.45996,47.9303],[1.46126,47.88531],[1.52815,47.88617],[1.52939,47.84118],[1.46256,47.84032],[1.46386,47.79533],[1.53064,47.79619],[1.53312,47.7062],[1.66644,47.7078],[1.66757,47.6628],[1.73418,47.66354],[1.73525,47.61854],[2.00148,47.62112],[2.00064,47.66612],[2.20049,47.66766],[2.20184,47.57765],[2.46789,47.57917],[2.46833,47.53416],[2.60125,47.53469],[2.60192,47.44468],[2.73461,47.44506],[2.73439,47.49006],[2.9336,47.49035],[2.93355,47.53536],[3.00001,47.53538],[3.00001,47.67039],[2.93338,47.67037],[2.93326,47.76038],[3.06675,47.76038],[3.06692,47.89538],[3.13383,47.89532],[3.13428,48.07531],[3.06714,48.07536],[3.06726,48.16535],[3.00001,48.16537],[3.00001,48.21036],[2.9327,48.21034],[2.93275,48.16535],[2.8655,48.16529],[2.86539,48.21028],[2.73077,48.21005],[2.731,48.16506],[2.52924,48.16443],[2.52804,48.29939],[2.46062,48.2991],[2.46016,48.34409],[2.25772,48.34299],[2.25709,48.38797],[2.18955,48.38753],[2.19025,48.34255],[2.0553,48.34155],[2.05449,48.38653],[1.98696,48.38597],[1.98523,48.47593],[1.84994,48.4747],[1.84797,48.56465],[1.78021,48.56397],[1.77811,48.65391],[1.71024,48.65319],[1.70913,48.69816],[1.6412,48.69741],[1.63651,48.87726],[1.56835,48.87646],[1.56588,48.96637],[1.42933,48.96466],[1.43204,48.87475],[1.29573,48.87289],[1.29867,48.78298],[1.16261,48.78096],[1.16103,48.82592],[1.09294,48.82485],[1.09459,48.77989],[0.95854,48.77765],[0.9603,48.73269],[0.82439,48.73029],[0.82063,48.8202],[0.6845,48.81764],[0.6805,48.90753],[0.47597,48.90339],[0.46062,49.21793],[0.39204,49.21647],[0.38294,49.39616],[0.31412,49.39465],[0.30943,49.48447],[0.10264,49.47971],[0.10517,49.4348],[0.03631,49.43313],[0.0389,49.38822],[-0.0299,49.38652],[-0.02726,49.3416],[-0.16472,49.33808],[-0.37087,49.3325],[-0.37381,49.37741],[-0.78633,49.36518],[-0.78963,49.41007],[-0.92722,49.40568],[-1.13354,49.39881],[-1.12994,49.35392],[-1.19865,49.35156],[-1.18771,49.2169],[-1.11918,49.21927],[-1.11561,49.17438],[-0.97866,49.17898],[-0.97176,49.08919],[-0.90339,49.09143],[-0.90001,49.04653],[-0.96832,49.04429],[-0.96489,48.99938],[-1.10137,48.99479],[-1.09429,48.90499],[-1.1624,48.90264],[-1.15881,48.85774],[-1.22686,48.85535],[-1.22321,48.81045],[-1.15522,48.81283],[-1.15165,48.76793],[-1.08371,48.77027],[-1.08019,48.72536],[-0.87652,48.73215],[-0.87319,48.68724],[-0.80534,48.68942],[-0.79555,48.55465],[-0.93089,48.55025],[-1.13385,48.54337],[-1.09174,48.00425],[-1.22565,47.99952],[-1.21492,47.86472],[-1.28169,47.8623],[-1.27807,47.81736],[-1.34478,47.81491],[-1.34846,47.85984],[-1.54872,47.85224],[-1.54488,47.80731],[-1.67824,47.80206],[-1.67429,47.75714],[-1.87412,47.74898],[-1.87001,47.70406],[-2.00308,47.69844],[-2.02853,47.96789],[-2.0954,47.96501],[-2.09972,48.00991],[-2.16663,48.00699],[-2.17102,48.05189],[-2.10405,48.05481],[-2.10839,48.09971],[-2.24243,48.09382],[-2.25136,48.1836],[-2.3856,48.17755],[-2.39019,48.22243],[-2.45735,48.21935],[-2.4527,48.17446],[-2.5869,48.16818],[-2.5774,48.07842],[-2.64437,48.07522],[-2.65398,48.16498],[-2.85518,48.15515],[-2.86017,48.20002],[-2.99437,48.19327],[-2.99948,48.23813],[-3.20089,48.22771],[-3.19561,48.18286],[-3.32973,48.17573],[-3.39678,48.17211],[-3.40222,48.21695],[-3.67054,48.20207],[-3.66486,48.15724]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN, CRAIG, Mégalis Bretagne"},{"id":"fr.orthohr.2017","name":"Ortho HR 2017","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2017/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[6.68394,43.10628],[6.68681,43.15121],[6.74816,43.14909],[6.76279,43.37372],[6.94755,43.36714],[6.95372,43.45699],[7.01539,43.45472],[7.01853,43.49964],[7.14195,43.495],[7.14519,43.53992],[7.20695,43.53754],[7.21024,43.58247],[7.14844,43.58485],[7.15169,43.62977],[7.27539,43.62497],[7.27874,43.6699],[7.40251,43.66495],[7.40597,43.70987],[7.52981,43.70479],[7.54408,43.88446],[7.60618,43.88186],[7.60981,43.92678],[7.67196,43.92414],[7.67934,44.01398],[7.74158,44.01129],[7.75283,44.14605],[7.69044,44.14874],[7.69416,44.19367],[7.50681,44.20153],[7.50324,44.1566],[7.37841,44.16166],[7.25356,44.16657],[7.25693,44.21151],[7.13196,44.21629],[7.13523,44.26124],[7.01014,44.26588],[7.01651,44.35577],[6.95386,44.35804],[6.957,44.403],[6.83158,44.40743],[6.82854,44.36248],[6.76587,44.36464],[6.76288,44.31969],[6.70026,44.32181],[6.69147,44.18694],[6.62899,44.18903],[6.62612,44.14407],[6.68855,44.14199],[6.67982,44.00713],[6.74209,44.00502],[6.73914,43.96007],[6.80137,43.95792],[6.79837,43.91298],[6.61183,43.91931],[6.60615,43.82941],[6.35776,43.83734],[6.35512,43.79239],[6.29306,43.79428],[6.29565,43.83924],[6.17143,43.84292],[6.16893,43.79796],[6.04478,43.8015],[6.04239,43.75654],[5.98036,43.75826],[5.98271,43.80322],[5.73436,43.80973],[5.73006,43.7198],[5.60606,43.72284],[5.60401,43.67787],[5.4801,43.68077],[5.48204,43.72574],[5.35802,43.7285],[5.35987,43.77347],[5.11159,43.77857],[5.11325,43.82354],[5.05113,43.82473],[5.05274,43.86971],[4.99056,43.87086],[4.99213,43.91584],[4.80544,43.91909],[4.80686,43.96408],[4.68229,43.96606],[4.68097,43.92108],[4.61873,43.92202],[4.61364,43.74207],[4.42749,43.74467],[4.42525,43.65471],[4.3633,43.6555],[4.36116,43.56554],[4.2993,43.56629],[4.29828,43.52131],[4.17466,43.52272],[4.17282,43.43276],[4.5431,43.42812],[4.54069,43.33818],[4.66391,43.33635],[4.78713,43.33439],[4.78573,43.28942],[4.90884,43.28731],[4.91033,43.33228],[4.97193,43.33117],[4.97039,43.28621],[5.2781,43.28016],[5.27633,43.2352],[5.21484,43.23648],[5.21312,43.19152],[5.336,43.18893],[5.33418,43.14398],[5.45695,43.14125],[5.45887,43.1862],[5.5203,43.18479],[5.51834,43.13983],[5.64109,43.1369],[5.63904,43.09195],[5.70037,43.09043],[5.69827,43.04549],[5.75954,43.04393],[5.7574,42.99899],[5.87985,42.99578],[5.88208,43.04072],[6.06587,43.03564],[6.06349,42.99071],[6.1247,42.98895],[6.12227,42.94401],[6.30573,42.93853],[6.30829,42.98345],[6.36948,42.98155],[6.36687,42.93663],[6.42801,42.93469],[6.43067,42.97962],[6.55303,42.97564],[6.55855,43.06548],[6.436,43.06947],[6.43867,43.11439],[6.68394,43.10628]],[[4.29635,46.17745],[4.29423,46.08741],[4.22953,46.08813],[4.22651,45.95307],[4.29105,45.95236],[4.28894,45.86232],[4.35338,45.86157],[4.35228,45.81655],[4.28789,45.8173],[4.2858,45.72726],[4.35007,45.72651],[4.34678,45.59146],[4.4109,45.59067],[4.40976,45.54566],[4.60195,45.54308],[4.59935,45.45305],[4.85516,45.44911],[4.85667,45.49412],[4.92066,45.49305],[4.92378,45.58307],[5.05198,45.5808],[5.05365,45.62581],[5.11779,45.62462],[5.11951,45.66963],[5.18371,45.6684],[5.18727,45.75842],[5.12297,45.75965],[5.12643,45.84966],[4.9332,45.85313],[4.93636,45.94316],[4.80732,45.94529],[4.81622,46.21537],[4.75138,46.21638],[4.75426,46.30641],[4.68931,46.30739],[4.6907,46.3524],[4.62569,46.35335],[4.62435,46.30833],[4.36452,46.31174],[4.36116,46.17669],[4.29635,46.17745]],[[7.10988,47.37272],[6.97753,47.37733],[6.98087,47.42228],[7.0471,47.41999],[7.0505,47.46494],[7.18306,47.46025],[7.1901,47.55014],[7.12371,47.55251],[7.13066,47.6424],[7.06416,47.64473],[7.07446,47.77956],[6.87441,47.78635],[6.87769,47.8313],[6.81094,47.83349],[6.81416,47.87844],[6.74735,47.88059],[6.75053,47.92554],[6.68365,47.92766],[6.68677,47.9726],[6.55289,47.97673],[6.54988,47.93178],[6.48299,47.93378],[6.48595,47.97873],[6.21811,47.98637],[6.22084,48.03133],[6.01974,48.03666],[6.01718,47.9917],[5.8832,47.99506],[5.88076,47.9501],[5.81382,47.95172],[5.80906,47.86178],[5.6754,47.8649],[5.66862,47.72998],[5.53528,47.73294],[5.53314,47.68796],[5.33328,47.69212],[5.33131,47.64714],[5.19816,47.64972],[5.20002,47.69471],[5.06675,47.69714],[5.06849,47.74212],[5.0018,47.74328],[5.00688,47.87824],[4.94002,47.87937],[4.94166,47.92435],[4.87473,47.92544],[4.87792,48.01541],[4.74383,48.01747],[4.74531,48.06245],[4.54398,48.06526],[4.54267,48.02028],[4.47561,48.02114],[4.47436,47.97615],[4.27335,47.9785],[4.27227,47.93351],[4.20532,47.93421],[4.20226,47.79923],[4.26904,47.79853],[4.26797,47.75353],[4.20125,47.75424],[4.19821,47.61924],[4.13165,47.6199],[4.12975,47.5299],[4.0633,47.53053],[4.05973,47.35051],[3.99351,47.35109],[3.99434,47.3961],[3.92806,47.39665],[3.92884,47.44165],[3.72981,47.44307],[3.73043,47.48808],[3.59763,47.48883],[3.59813,47.53384],[3.53168,47.53416],[3.53212,47.57917],[3.46561,47.57945],[3.46522,47.53445],[3.19938,47.5352],[3.19955,47.58021],[3.13304,47.58031],[3.13315,47.62531],[3.06658,47.62537],[3.06652,47.58036],[2.80046,47.58021],[2.80079,47.4902],[2.8672,47.49029],[2.86753,47.35526],[2.80129,47.35517],[2.80146,47.31016],[2.86764,47.31025],[2.86775,47.26524],[2.93388,47.2653],[2.93399,47.17527],[3.00001,47.17529],[3.00001,46.72511],[3.06547,46.72509],[3.06542,46.68007],[3.13083,46.68002],[3.13072,46.635],[3.26144,46.63477],[3.26166,46.67979],[3.39248,46.67942],[3.39216,46.6344],[3.58823,46.63356],[3.58872,46.67858],[3.65413,46.67823],[3.65467,46.72325],[3.72013,46.72285],[3.71954,46.67784],[3.85035,46.67694],[3.85106,46.72196],[3.98197,46.72091],[3.98279,46.76593],[4.11381,46.76473],[4.12032,47.07983],[4.31799,47.07774],[4.31689,47.03273],[4.44855,47.03116],[4.44734,46.98615],[4.51311,46.9853],[4.51185,46.9403],[4.57757,46.93942],[4.57626,46.89441],[4.83888,46.89051],[4.84041,46.93552],[5.23459,46.92855],[5.23273,46.88355],[5.29836,46.88226],[5.29264,46.74726],[5.35811,46.74593],[5.34643,46.47592],[5.28129,46.47724],[5.27753,46.38723],[5.34257,46.38592],[5.33871,46.29591],[5.40364,46.29456],[5.40166,46.24955],[5.59626,46.24528],[5.59839,46.29028],[5.6633,46.28878],[5.66111,46.24378],[5.92051,46.23742],[5.92291,46.28241],[5.9878,46.28072],[5.99026,46.32572],[6.0552,46.32399],[6.06024,46.41397],[6.12528,46.41221],[6.13044,46.50218],[6.19559,46.50038],[6.20087,46.59035],[6.26612,46.58851],[6.26883,46.63349],[6.33413,46.63161],[6.33689,46.67659],[6.40224,46.67467],[6.40506,46.71965],[6.47045,46.71769],[6.48489,46.94257],[6.61622,46.93852],[6.61923,46.98349],[6.68494,46.98141],[6.68801,47.02638],[6.75377,47.02426],[6.76004,47.11419],[6.89176,47.10983],[6.89827,47.19975],[6.96423,47.19751],[6.97087,47.28742],[7.10299,47.28282],[7.10988,47.37272]],[[3.88568,44.83063],[3.88497,44.78562],[3.82176,44.78611],[3.81979,44.65107],[3.88285,44.65059],[3.88144,44.56057],[3.94439,44.56005],[3.94214,44.42502],[4.00494,44.42447],[4.00255,44.28946],[4.1905,44.28758],[4.18956,44.24258],[4.31475,44.24115],[4.3158,44.28615],[4.37844,44.28538],[4.37735,44.24039],[4.50253,44.23874],[4.50372,44.28374],[4.56636,44.28287],[4.56512,44.23787],[4.69029,44.23601],[4.69567,44.416],[4.75845,44.41502],[4.76406,44.59502],[4.82704,44.59399],[4.83436,44.81901],[4.89759,44.81794],[4.90675,45.08797],[4.84322,45.08904],[4.85066,45.31408],[4.78687,45.31512],[4.78976,45.40514],[4.66196,45.40711],[4.66062,45.3621],[4.59677,45.36303],[4.59548,45.31801],[4.53167,45.3189],[4.53044,45.27389],[4.46668,45.27475],[4.46432,45.18472],[4.33701,45.18632],[4.33379,45.05127],[4.27028,45.05202],[4.26926,45.007],[4.20581,45.00771],[4.20484,44.9627],[4.14144,44.96336],[4.14052,44.91835],[4.01381,44.91958],[4.013,44.87457],[3.9497,44.87513],[3.94893,44.83011],[3.88568,44.83063]],[[-0.16682,46.00552],[-0.1565,45.82557],[-0.47819,45.81611],[-0.46407,45.59121],[-0.4,45.59316],[-0.39724,45.54818],[-0.33322,45.5501],[-0.31707,45.2802],[-0.12591,45.28571],[-0.12339,45.24073],[-0.05971,45.24249],[-0.04987,45.06254],[0.01361,45.06426],[0.01601,45.01927],[-0.04742,45.01756],[-0.03765,44.83762],[0.02557,44.83933],[0.02795,44.79435],[0.15431,44.79766],[0.15659,44.75268],[0.09346,44.75104],[0.10042,44.61609],[0.03744,44.61442],[0.0398,44.56944],[-0.02312,44.56773],[-0.02071,44.52275],[-0.08358,44.52101],[-0.08113,44.47604],[-0.01831,44.47777],[-0.01591,44.4328],[-0.07868,44.43106],[-0.07623,44.38609],[-0.13894,44.38432],[-0.13148,44.2494],[-0.19404,44.2476],[-0.18646,44.1127],[0.06322,44.11967],[0.06785,44.02973],[0.00553,44.02805],[0.00789,43.98308],[0.07017,43.98476],[0.07248,43.9398],[0.19695,43.94306],[0.19473,43.98803],[0.25702,43.98961],[0.25919,43.94464],[0.32143,43.94619],[0.31932,43.99116],[0.50621,43.99558],[0.50424,44.04056],[0.62895,44.04333],[0.63082,43.99835],[0.75545,44.00098],[0.7519,44.09095],[0.93915,44.09463],[0.93425,44.22959],[0.99682,44.23075],[0.99364,44.32074],[1.11899,44.32295],[1.1145,44.45794],[1.05168,44.45685],[1.04857,44.54684],[1.1115,44.54793],[1.10999,44.59293],[1.17297,44.59399],[1.17151,44.63899],[1.23454,44.64002],[1.23313,44.68502],[1.3593,44.68696],[1.35667,44.77697],[1.41986,44.77789],[1.41732,44.86791],[1.48061,44.86879],[1.47695,45.00382],[1.6673,45.00626],[1.66943,44.91624],[1.9862,44.91958],[1.98538,44.96459],[2.17561,44.96617],[2.17428,45.0562],[2.2378,45.05665],[2.23533,45.23673],[2.29905,45.23714],[2.29849,45.28216],[2.36226,45.28254],[2.36174,45.32756],[2.48939,45.32822],[2.48898,45.37324],[2.55286,45.37351],[2.54958,45.77872],[2.48523,45.77845],[2.48481,45.82347],[2.54921,45.82374],[2.54884,45.86877],[2.61329,45.86901],[2.61266,45.95906],[2.67722,45.95926],[2.67695,46.00428],[2.61234,46.00408],[2.61107,46.18418],[2.54625,46.18394],[2.54513,46.319],[2.41517,46.31841],[2.41469,46.36343],[2.34965,46.36308],[2.34858,46.45313],[2.2183,46.45231],[2.21441,46.72243],[2.14895,46.72196],[2.14683,46.85701],[2.21246,46.85748],[2.21114,46.94751],[2.14541,46.94704],[2.14399,47.03707],[2.07814,47.03656],[2.0766,47.12659],[2.01065,47.12604],[2.00983,47.17105],[1.94382,47.17047],[1.9447,47.12546],[1.87876,47.12484],[1.87594,47.25987],[1.74372,47.25851],[1.74267,47.30352],[1.47802,47.30035],[1.4793,47.25535],[1.3471,47.25354],[1.34848,47.20853],[1.28244,47.20757],[1.28674,47.07256],[1.02326,47.06835],[1.0282,46.93334],[0.9625,46.9322],[0.96757,46.79719],[0.83651,46.7948],[0.83292,46.8848],[0.76728,46.88355],[0.76356,46.97355],[0.69782,46.97226],[0.6959,47.01725],[0.49853,47.01314],[0.50062,46.96815],[0.36917,46.96523],[0.36258,47.1002],[0.23081,47.09712],[0.2285,47.14211],[0.09664,47.13887],[0.09421,47.18385],[-0.03774,47.18047],[-0.03521,47.13549],[-0.16703,47.13195],[-0.15912,46.99701],[-0.09337,46.99879],[-0.05771,46.36898],[0.00729,46.37071],[0.01221,46.28072],[0.0771,46.28241],[0.08668,46.10244],[-0.10735,46.09729],[-0.10226,46.00731],[-0.16682,46.00552]],[[-2.18865,48.23147],[-2.25583,48.22849],[-2.25136,48.1836],[-2.31848,48.1806],[-2.29594,47.95614],[-2.16225,47.96209],[-2.12747,47.60284],[-1.99465,47.60861],[-1.99886,47.65352],[-1.79941,47.6619],[-1.5999,47.66993],[-1.60767,47.75978],[-1.40776,47.76748],[-1.20779,47.77484],[-1.21135,47.81978],[-1.14463,47.82216],[-1.15517,47.95697],[-0.95446,47.9639],[-0.96455,48.09871],[-1.03163,48.09644],[-1.04884,48.32109],[-0.98147,48.32338],[-0.98829,48.41323],[-1.05577,48.41094],[-1.0662,48.5457],[-1.20149,48.54099],[-1.20509,48.58591],[-1.27279,48.58349],[-1.26912,48.53858],[-1.47199,48.53112],[-1.47967,48.62093],[-1.54739,48.61836],[-1.5513,48.66326],[-1.75461,48.65531],[-1.76279,48.74509],[-1.89853,48.73959],[-2.10208,48.73106],[-2.09769,48.68618],[-2.23324,48.6803],[-2.22426,48.59055],[-2.15661,48.5935],[-2.15219,48.54862],[-2.08458,48.55153],[-2.08023,48.50665],[-1.94511,48.51235],[-1.94088,48.46746],[-2.00838,48.46463],[-1.99555,48.32995],[-2.13019,48.32419],[-2.12582,48.2793],[-2.19307,48.27636],[-2.18865,48.23147]],[[2.45691,48.65894],[2.45969,48.38907],[2.39216,48.38874],[2.39268,48.34376],[2.3252,48.3434],[2.32578,48.29841],[2.3932,48.29878],[2.39423,48.2088],[2.46154,48.20913],[2.46199,48.16414],[2.39475,48.16381],[2.39526,48.11882],[2.59684,48.11969],[2.59718,48.07469],[2.66432,48.0749],[2.73145,48.07508],[2.73123,48.12007],[3.00001,48.12038],[3.00001,48.16537],[3.06726,48.16535],[3.06749,48.3453],[3.47237,48.34438],[3.474,48.5243],[3.54171,48.52401],[3.54217,48.56899],[3.60994,48.56866],[3.61099,48.65861],[3.5431,48.65894],[3.54357,48.70391],[3.47563,48.7042],[3.47645,48.79414],[3.54451,48.79385],[3.54545,48.88378],[3.40909,48.88432],[3.4098,48.97425],[3.2732,48.97464],[3.27344,49.0196],[3.20508,49.01973],[3.20544,49.10965],[3.13696,49.10974],[3.13708,49.1547],[3.00001,49.15478],[3.00001,49.10982],[2.86305,49.10974],[2.65762,49.10933],[2.65732,49.15429],[2.58879,49.15407],[2.58915,49.10912],[2.52067,49.10887],[2.52479,48.65923],[2.45691,48.65894]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN"},{"id":"fr.orthohr.2017.antilles","name":"Ortho HR 2017 Antilles","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2017_antilles/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[-60.91348,14.37304],[-60.82079,14.3722],[-60.82034,14.41738],[-60.774,14.41695],[-60.7722,14.59765],[-60.81859,14.59808],[-60.81724,14.7336],[-60.86365,14.73404],[-60.86278,14.82439],[-61.0021,14.82565],[-61.00168,14.87082],[-61.09459,14.87161],[-61.09419,14.91679],[-61.23359,14.91791],[-61.23542,14.69198],[-61.189,14.69162],[-61.18974,14.60127],[-61.14334,14.60089],[-61.14448,14.46534],[-61.09811,14.46497],[-61.09849,14.41978],[-60.91306,14.41823],[-60.91348,14.37304]],[[-61.22398,16.04747],[-61.31742,16.04823],[-61.3178,16.00304],[-61.36451,16.0034],[-61.36561,15.86786],[-61.31893,15.8675],[-61.3193,15.82232],[-61.22596,15.82157],[-61.22557,15.86675],[-61.17888,15.86636],[-61.17767,16.0019],[-61.22438,16.00229],[-61.22398,16.04747]],[[-61.0808,16.3624],[-61.08116,16.31736],[-61.12802,16.3177],[-61.12837,16.27262],[-61.22194,16.27332],[-61.22156,16.31857],[-61.26832,16.31891],[-61.26796,16.36415],[-61.36151,16.36483],[-61.36043,16.50042],[-61.40723,16.50076],[-61.40685,16.54596],[-61.50054,16.54665],[-61.5009,16.50146],[-61.54771,16.5018],[-61.54843,16.41128],[-61.82903,16.41333],[-61.83118,16.14207],[-61.78399,16.14173],[-61.78542,15.96105],[-61.73851,15.9607],[-61.73887,15.91557],[-61.69206,15.91523],[-61.69278,15.82495],[-61.5528,15.82392],[-61.55028,16.14033],[-61.50366,16.13997],[-61.50329,16.18516],[-61.31626,16.18378],[-61.31591,16.22887],[-61.12887,16.22748],[-61.12923,16.18224],[-61.17604,16.18259],[-61.17641,16.13737],[-61.08288,16.13668],[-61.08181,16.27216],[-60.988,16.27147],[-60.98728,16.36171],[-61.0808,16.3624]],[[-63.0945,18.0887],[-63.18901,18.08862],[-63.18897,18.04343],[-63.09448,18.0435],[-63.09446,17.9983],[-63.04723,17.99832],[-63.04724,18.04352],[-63,18.04352],[-63,18.08871],[-62.95274,18.08871],[-62.95273,18.1339],[-63.09453,18.13388],[-63.0945,18.0887]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN"},{"id":"fr.orthohr.2018","name":"Ortho HR 2018","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2018/{zoom}/{x}/{y}","category":"photo","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[1.78354,42.57781],[1.72272,42.5771],[1.72371,42.53215],[1.66294,42.53141],[1.66397,42.48647],[1.72469,42.48721],[1.72567,42.44227],[1.78634,42.44298],[1.90769,42.44429],[1.90937,42.35442],[1.96995,42.35502],[1.97074,42.31009],[2.09182,42.31119],[2.09112,42.35613],[2.15171,42.35663],[2.15106,42.40157],[2.21169,42.40203],[2.33297,42.40286],[2.33348,42.35792],[2.45466,42.35861],[2.45508,42.31367],[2.57617,42.31422],[2.69726,42.31464],[2.6968,42.40452],[2.75744,42.40467],[2.87872,42.40488],[2.87863,42.44982],[3.00001,42.44989],[3.00001,42.40495],[3.12129,42.40488],[3.24257,42.40467],[3.24276,42.44961],[3.18207,42.44974],[3.18235,42.53963],[3.12157,42.53971],[3.12166,42.58466],[3.06083,42.58471],[3.06112,42.85445],[3.12223,42.8544],[3.12242,42.94432],[3.06121,42.94438],[3.06126,42.98934],[3.12251,42.98929],[3.1227,43.07923],[3.18405,43.07914],[3.18419,43.12411],[3.24559,43.12399],[3.24578,43.16896],[3.30722,43.1688],[3.30746,43.21378],[3.36895,43.21358],[3.36924,43.25856],[3.55385,43.25777],[3.55428,43.30275],[3.61587,43.30241],[3.61635,43.34739],[3.73961,43.34662],[3.74019,43.3916],[3.80186,43.39116],[3.80249,43.43614],[3.86422,43.43566],[3.86489,43.48065],[3.98843,43.47959],[3.98921,43.52457],[4.05103,43.52399],[4.0502,43.47901],[4.11197,43.47839],[4.1111,43.43341],[4.23454,43.43208],[4.23551,43.47706],[4.35903,43.47558],[4.3601,43.52056],[4.42191,43.51976],[4.42302,43.56474],[4.48487,43.56391],[4.48721,43.65388],[4.67305,43.65118],[4.67964,43.87609],[4.92838,43.87198],[4.92687,43.827],[4.989,43.82588],[4.98743,43.7809],[5.04951,43.77975],[5.0479,43.73477],[5.296,43.72982],[5.2942,43.68485],[5.41813,43.68217],[5.41624,43.6372],[5.54006,43.63437],[5.66388,43.63141],[5.66597,43.67637],[5.85181,43.67166],[5.85405,43.71662],[5.91604,43.71498],[5.91375,43.67002],[5.97568,43.66834],[5.97335,43.62338],[6.03524,43.62167],[6.03762,43.66663],[6.09955,43.66488],[6.10198,43.70983],[6.22592,43.70623],[6.22846,43.75118],[6.29047,43.74933],[6.28789,43.70437],[6.41181,43.70056],[6.41449,43.74551],[6.60048,43.73951],[6.60331,43.78446],[6.72738,43.78029],[6.73325,43.87017],[6.8575,43.86585],[6.98173,43.86139],[6.98801,43.95127],[6.9258,43.95352],[6.9289,43.99846],[6.86663,44.00068],[6.86969,44.04563],[6.80737,44.04782],[6.81038,44.09276],[6.74801,44.09492],[6.75692,44.22978],[6.81944,44.22762],[6.8255,44.31752],[6.88811,44.31533],[6.8912,44.36028],[6.95386,44.35804],[6.9633,44.4929],[6.90049,44.49514],[6.9036,44.5401],[6.96646,44.53786],[6.97596,44.67272],[7.10196,44.66812],[7.10852,44.75803],[7.04542,44.76035],[7.0519,44.85027],[6.9887,44.85256],[6.9919,44.89752],[6.80211,44.90418],[6.81128,45.03908],[6.68442,45.04335],[6.69036,45.13329],[6.43618,45.14141],[6.43342,45.09644],[6.36991,45.09838],[6.37263,45.14336],[6.30907,45.14526],[6.31174,45.19024],[6.1845,45.19394],[6.19222,45.3289],[6.256,45.32706],[6.25863,45.37204],[6.1948,45.37388],[6.19998,45.46386],[6.07211,45.46743],[6.0746,45.51242],[5.88262,45.51751],[5.87795,45.42753],[5.81405,45.42915],[5.81633,45.47414],[5.75238,45.47573],[5.75684,45.56572],[5.69278,45.56728],[5.69716,45.65727],[5.76133,45.65572],[5.76357,45.70071],[5.82779,45.69912],[5.84631,46.05908],[5.91094,46.05744],[5.91333,46.10244],[5.97801,46.10076],[5.98045,46.14575],[6.04518,46.14403],[6.04768,46.18902],[6.11246,46.18727],[6.11501,46.23226],[6.17984,46.23046],[6.19032,46.41041],[6.12528,46.41221],[6.12786,46.4572],[5.99766,46.46069],[5.99272,46.37071],[5.92772,46.37239],[5.92532,46.3274],[5.86037,46.32905],[5.85801,46.28406],[5.72821,46.28724],[5.73046,46.33224],[5.6655,46.33378],[5.66769,46.37877],[5.60267,46.38028],[5.60053,46.33528],[5.47059,46.33817],[5.47263,46.38317],[5.4076,46.38456],[5.40958,46.42956],[5.47467,46.42817],[5.47875,46.51817],[5.41356,46.51957],[5.41756,46.60957],[5.48285,46.60817],[5.48697,46.69817],[5.42156,46.69957],[5.42558,46.78957],[5.4911,46.78817],[5.49524,46.87816],[5.42962,46.87956],[5.43164,46.92456],[5.36596,46.92593],[5.36793,46.97092],[5.30219,46.97226],[5.30411,47.01725],[5.17251,47.0198],[5.1707,46.9748],[5.10496,46.97602],[5.10671,47.02102],[4.9751,47.02335],[4.97345,46.97835],[4.77618,46.98155],[4.7747,46.93655],[4.70899,46.93754],[4.71042,46.98255],[4.57888,46.98442],[4.5802,47.02943],[4.51437,47.03031],[4.51564,47.07532],[4.44976,47.07617],[4.45097,47.12117],[4.31909,47.12275],[4.32019,47.16776],[4.05619,47.17047],[4.05531,47.12546],[3.98936,47.12604],[3.98361,46.81095],[3.91804,46.81149],[3.91728,46.76647],[3.5897,46.76862],[3.58872,46.67858],[3.65413,46.67823],[3.65305,46.58819],[3.71835,46.5878],[3.71716,46.49776],[3.84754,46.49686],[3.84684,46.45184],[3.97711,46.4508],[3.97631,46.40578],[3.91123,46.40632],[3.90973,46.31628],[3.84475,46.31678],[3.84267,46.18172],[3.9723,46.18068],[3.9715,46.13566],[4.36004,46.13167],[4.36116,46.17669],[4.42596,46.1759],[4.4283,46.26593],[4.55812,46.26423],[4.55684,46.21921],[4.68653,46.21736],[4.67689,45.90226],[4.74137,45.90129],[4.73995,45.85627],[4.86878,45.85422],[4.86574,45.76419],[5.05866,45.76084],[5.05532,45.67082],[4.99111,45.67197],[4.9895,45.62696],[4.73288,45.63121],[4.73006,45.54118],[4.79412,45.54018],[4.79267,45.49517],[4.72866,45.49617],[4.72168,45.27111],[4.97665,45.26689],[4.97824,45.3119],[5.04203,45.31075],[5.04038,45.26575],[5.10411,45.26457],[5.10072,45.17456],[5.16435,45.17334],[5.16261,45.12834],[5.09903,45.12955],[5.09566,45.03954],[5.34953,45.03448],[5.34764,44.98948],[5.47446,44.98673],[5.47049,44.89674],[5.40719,44.89813],[5.40141,44.76314],[5.59086,44.75887],[5.58879,44.71388],[5.71498,44.71086],[5.71281,44.66587],[5.58672,44.66889],[5.58054,44.53393],[5.45474,44.53679],[5.45084,44.44682],[5.38804,44.4482],[5.38424,44.35822],[5.44695,44.35684],[5.445,44.31186],[5.5703,44.309],[5.56826,44.26402],[5.63086,44.26253],[5.62877,44.21755],[5.50368,44.22048],[5.5017,44.1755],[5.4392,44.17691],[5.44113,44.22189],[5.31602,44.2246],[5.31785,44.26959],[5.19263,44.27216],[5.19437,44.31714],[5.06904,44.31957],[5.07068,44.36457],[5.1334,44.36337],[5.1351,44.40836],[5.07233,44.40956],[5.07398,44.45455],[4.88551,44.45794],[4.88251,44.36795],[4.75706,44.37002],[4.63159,44.37195],[4.63029,44.32695],[4.56761,44.32787],[4.56885,44.37286],[4.38063,44.37539],[4.31789,44.37615],[4.31684,44.33115],[4.19145,44.33258],[4.1924,44.37759],[4.12965,44.37825],[4.13055,44.42325],[4.06775,44.42388],[4.0686,44.46888],[4.00574,44.46947],[4.00815,44.6045],[3.94515,44.60505],[3.94742,44.74009],[3.88426,44.74061],[3.88497,44.78562],[3.82176,44.78611],[3.82242,44.83112],[3.75916,44.83157],[3.75977,44.87659],[3.69646,44.877],[3.69702,44.92202],[3.57029,44.92274],[3.56984,44.87772],[3.44321,44.8783],[3.44392,44.96834],[3.38051,44.96857],[3.38081,45.01359],[3.31735,45.01379],[3.31709,44.96877],[3.19026,44.96906],[3.1901,44.92404],[3.06337,44.92419],[3.06327,44.83415],[3.00001,44.83417],[3.00001,44.69912],[2.93689,44.6991],[2.93699,44.60908],[3.00001,44.6091],[3.00001,44.56408],[3.06297,44.56407],[3.06272,44.33902],[3.12543,44.33896],[3.12533,44.29396],[3.06267,44.29401],[3.06262,44.249],[3.12523,44.24895],[3.12513,44.20394],[3.18769,44.20386],[3.18755,44.15885],[3.31257,44.15857],[3.31232,44.11356],[3.24986,44.11372],[3.24947,44.02372],[3.3742,44.02337],[3.3739,43.97837],[3.31159,43.97856],[3.31134,43.93357],[3.24907,43.93372],[3.24888,43.88873],[3.18666,43.88885],[3.18651,43.84386],[3.00001,43.84402],[3.00001,43.75403],[2.93793,43.75401],[2.93798,43.70902],[2.87596,43.70896],[2.87606,43.66397],[2.69014,43.6636],[2.56619,43.66318],[2.56721,43.52822],[2.62904,43.52845],[2.62933,43.48346],[2.56755,43.48323],[2.56789,43.43825],[2.50616,43.43799],[2.50577,43.48297],[2.44399,43.48267],[2.44443,43.43769],[2.3827,43.43735],[2.38222,43.48234],[2.19689,43.48112],[2.19752,43.43614],[2.07407,43.43515],[2.07335,43.48014],[2.01158,43.47959],[2.01235,43.43461],[1.88891,43.43341],[1.88804,43.47839],[1.82627,43.47774],[1.82719,43.43276],[1.76547,43.43208],[1.76643,43.3871],[1.70477,43.38638],[1.70578,43.34141],[1.64416,43.34065],[1.64838,43.16077],[1.70981,43.16152],[1.71081,43.11656],[1.83357,43.11796],[1.83448,43.07299],[1.89581,43.07364],[1.89667,43.02867],[1.95796,43.02928],[1.95877,42.98432],[1.89752,42.98371],[1.89923,42.89379],[1.83809,42.89314],[1.84078,42.75828],[1.90178,42.75892],[1.90263,42.71397],[1.96359,42.71458],[2.08551,42.71569],[2.08621,42.67073],[1.96439,42.66962],[1.96519,42.62468],[1.84346,42.62343],[1.7826,42.62275],[1.78354,42.57781]],[[3.00001,47.8504],[3.00001,47.8054],[2.79961,47.80523],[2.80012,47.67022],[2.86675,47.67032],[2.86697,47.58031],[2.93349,47.58036],[2.93355,47.53536],[3.13292,47.5353],[3.13281,47.49029],[3.19922,47.4902],[3.19905,47.44519],[3.39809,47.44468],[3.39843,47.48969],[3.53123,47.48916],[3.53078,47.44415],[3.66347,47.44347],[3.66236,47.35345],[3.92728,47.35164],[3.9265,47.30663],[4.12501,47.30488],[4.12785,47.43989],[4.19418,47.43923],[4.1972,47.57424],[4.2637,47.57354],[4.26583,47.66354],[4.33244,47.6628],[4.33469,47.75279],[4.40141,47.75201],[4.40379,47.842],[4.33695,47.84278],[4.33922,47.93276],[4.27227,47.93351],[4.27335,47.9785],[3.9383,47.98165],[3.93909,48.02664],[3.87202,48.02716],[3.87351,48.11714],[3.80632,48.11762],[3.80769,48.2076],[3.67309,48.20844],[3.67423,48.29841],[3.60681,48.29878],[3.60733,48.34376],[3.53985,48.34409],[3.54032,48.38907],[3.47278,48.38936],[3.47318,48.43434],[3.33799,48.4348],[3.3377,48.38982],[3.00001,48.3903],[3.00001,48.25535],[2.93264,48.25533],[2.9327,48.21034],[2.86539,48.21028],[2.8655,48.16529],[2.93275,48.16535],[2.93281,48.12036],[3.00001,48.12038],[3.00001,48.03039],[3.06709,48.03037],[3.06697,47.94038],[3.00001,47.9404],[3.00001,47.8954],[2.93309,47.89538],[2.93315,47.85038],[3.00001,47.8504]],[[5.40533,48.4019],[5.37832,48.40244],[5.37629,48.35748],[5.40327,48.35693],[5.40163,48.32096],[5.49602,48.31901],[5.49559,48.31002],[5.53603,48.30916],[5.53516,48.29117],[5.56212,48.29059],[5.5608,48.26361],[5.62814,48.26213],[5.6259,48.21717],[5.69318,48.21566],[5.69227,48.19767],[5.66536,48.19828],[5.664,48.1713],[5.65056,48.17161],[5.6483,48.12664],[5.62144,48.12724],[5.61832,48.06428],[5.6854,48.06277],[5.68403,48.03579],[5.75108,48.03424],[5.74875,47.98928],[5.76214,47.98896],[5.7598,47.94399],[5.79996,47.94304],[5.79948,47.93405],[5.81287,47.93373],[5.81334,47.94272],[5.84011,47.94208],[5.83915,47.92409],[5.87929,47.92311],[5.8788,47.91412],[5.94569,47.91246],[5.94669,47.93045],[5.97345,47.92977],[5.97396,47.93877],[6.01411,47.93774],[6.01513,47.95573],[6.04191,47.95504],[6.04345,47.98202],[6.13721,47.97955],[6.13561,47.95258],[6.149,47.95222],[6.14793,47.93423],[6.18807,47.93315],[6.18753,47.92416],[6.25442,47.92232],[6.25497,47.93131],[6.28173,47.93057],[6.28229,47.93956],[6.4161,47.93575],[6.41552,47.92675],[6.42889,47.92636],[6.42599,47.88141],[6.54628,47.87783],[6.54748,47.89582],[6.57421,47.895],[6.57603,47.92198],[6.61616,47.92075],[6.61371,47.88479],[6.68053,47.88271],[6.67991,47.87372],[6.69327,47.8733],[6.69202,47.85532],[6.74545,47.85362],[6.74355,47.82665],[6.78359,47.82537],[6.78231,47.80739],[6.83569,47.80565],[6.83439,47.78767],[6.84773,47.78723],[6.84708,47.77824],[6.86042,47.77781],[6.85977,47.76882],[6.9131,47.76704],[6.91244,47.75806],[6.9391,47.75716],[6.93844,47.74817],[6.96509,47.74727],[6.96442,47.73828],[7.0044,47.73692],[7.00372,47.72793],[7.01705,47.72747],[7.01434,47.69152],[7.02765,47.69106],[7.02561,47.66409],[7.0123,47.66455],[7.01163,47.65556],[6.99832,47.65602],[6.99361,47.59309],[7.0069,47.59264],[7.00622,47.58365],[7.0328,47.58273],[7.04608,47.58227],[7.04676,47.59126],[7.07334,47.59033],[7.07197,47.57236],[7.08525,47.57189],[7.08456,47.5629],[7.09785,47.56244],[7.09647,47.54446],[7.10974,47.54399],[7.10905,47.535],[7.12232,47.53453],[7.11886,47.48958],[7.13212,47.48911],[7.13143,47.48012],[7.15795,47.47918],[7.15446,47.43423],[7.1677,47.43376],[7.167,47.42477],[7.21999,47.42286],[7.21928,47.41387],[7.23252,47.41339],[7.23181,47.4044],[7.25829,47.40343],[7.25901,47.41242],[7.28549,47.41145],[7.28621,47.42044],[7.3127,47.41946],[7.31342,47.42844],[7.33991,47.42746],[7.33918,47.41847],[7.40539,47.41598],[7.40613,47.42497],[7.41938,47.42446],[7.42012,47.43345],[7.43337,47.43295],[7.43411,47.44194],[7.44736,47.44143],[7.44811,47.45042],[7.46136,47.44991],[7.4621,47.4589],[7.47536,47.45839],[7.47611,47.46737],[7.50262,47.46635],[7.50337,47.47534],[7.51663,47.47483],[7.51739,47.48381],[7.53064,47.4833],[7.53217,47.50127],[7.54543,47.50075],[7.54925,47.54569],[7.56253,47.54517],[7.56329,47.55415],[7.57657,47.55363],[7.57734,47.56262],[7.60389,47.56157],[7.60854,47.61549],[7.59526,47.61601],[7.5968,47.63398],[7.58351,47.63451],[7.58428,47.64349],[7.57099,47.64401],[7.57176,47.653],[7.55846,47.65352],[7.55923,47.66251],[7.54593,47.66302],[7.54669,47.67201],[7.53339,47.67253],[7.53568,47.69949],[7.54899,47.69897],[7.54976,47.70795],[7.56307,47.70743],[7.5677,47.76135],[7.55437,47.76187],[7.55822,47.80679],[7.57156,47.80627],[7.57388,47.83323],[7.58723,47.83271],[7.58956,47.85966],[7.5762,47.86018],[7.57775,47.87815],[7.59111,47.87763],[7.59189,47.88662],[7.60524,47.88609],[7.60993,47.94],[7.6233,47.93947],[7.62408,47.94846],[7.63746,47.94793],[7.64218,48.00183],[7.62879,48.00236],[7.62958,48.01134],[7.61619,48.01187],[7.61697,48.02085],[7.60358,48.02138],[7.60436,48.03036],[7.59097,48.03088],[7.59878,48.12072],[7.6122,48.12019],[7.61376,48.13816],[7.62719,48.13763],[7.62797,48.14662],[7.61455,48.14714],[7.61534,48.15613],[7.62876,48.1556],[7.62955,48.16458],[7.64298,48.16405],[7.64456,48.18202],[7.65799,48.18149],[7.65958,48.19945],[7.67301,48.19892],[7.67381,48.2079],[7.68724,48.20737],[7.69044,48.2433],[7.70389,48.24276],[7.7087,48.29665],[7.72216,48.29612],[7.72297,48.3051],[7.74989,48.30402],[7.7507,48.313],[7.76417,48.31246],[7.76824,48.35736],[7.75476,48.3579],[7.76046,48.42077],[7.77395,48.42022],[7.7764,48.44716],[7.7899,48.44662],[7.79318,48.48254],[7.80668,48.48199],[7.80751,48.49097],[7.84803,48.48932],[7.8472,48.48034],[7.87421,48.47923],[7.87505,48.48821],[7.88856,48.48766],[7.89023,48.50562],[7.87672,48.50617],[7.87755,48.51515],[7.85053,48.51626],[7.85302,48.54319],[7.89358,48.54153],[7.89778,48.58642],[7.91132,48.58586],[7.91216,48.59484],[7.92569,48.59428],[7.92485,48.5853],[7.95191,48.58418],[7.95616,48.62906],[7.91553,48.63075],[7.91469,48.62177],[7.88761,48.62289],[7.89012,48.64982],[7.90367,48.64926],[7.90452,48.65824],[7.91807,48.65768],[7.91891,48.66666],[7.93247,48.6661],[7.93331,48.67508],[7.94687,48.67451],[7.94857,48.69247],[7.96213,48.6919],[7.96298,48.70088],[7.97654,48.70031],[7.97826,48.71827],[7.99182,48.7177],[7.9944,48.74463],[8.02154,48.74349],[8.02241,48.75246],[8.03598,48.75189],[8.03772,48.76984],[8.05129,48.76927],[8.05216,48.77824],[8.0929,48.77651],[8.09378,48.78549],[8.10736,48.78491],[8.10912,48.80286],[8.12271,48.80227],[8.12624,48.83817],[8.13984,48.83759],[8.14338,48.87349],[8.15699,48.8729],[8.15877,48.89085],[8.17238,48.89026],[8.17416,48.90821],[8.18778,48.90762],[8.18957,48.92556],[8.20319,48.92497],[8.20498,48.94292],[8.2186,48.94232],[8.21951,48.9513],[8.24675,48.95011],[8.25038,48.986],[8.14131,48.99073],[8.1422,48.9997],[8.10129,49.00145],[8.10217,49.01042],[8.07489,49.01158],[8.07577,49.02055],[8.06212,49.02113],[8.063,49.0301],[8.02206,49.03182],[8.02293,49.0408],[7.98198,49.04251],[7.98284,49.05148],[7.96919,49.05205],[7.97005,49.06102],[7.95639,49.06158],[7.95725,49.07056],[7.91627,49.07224],[7.91542,49.06327],[7.87445,49.06494],[7.87361,49.05597],[7.8463,49.05707],[7.84714,49.06605],[7.83348,49.0666],[7.83432,49.07557],[7.77967,49.07776],[7.77884,49.06879],[7.68322,49.07255],[7.68241,49.06358],[7.65509,49.06464],[7.6567,49.08259],[7.62937,49.08365],[7.63017,49.09263],[7.56183,49.09524],[7.56262,49.10422],[7.54895,49.10473],[7.54974,49.11371],[7.53607,49.11423],[7.53764,49.13218],[7.52396,49.1327],[7.5271,49.1686],[7.51341,49.16911],[7.5142,49.17809],[7.45943,49.18013],[7.46098,49.19808],[7.41989,49.1996],[7.41912,49.19062],[7.36434,49.19262],[7.36358,49.18365],[7.34989,49.18414],[7.34762,49.15721],[7.30656,49.15869],[7.30581,49.14971],[7.29213,49.1502],[7.29138,49.14122],[7.22296,49.14365],[7.22223,49.13467],[7.20855,49.13515],[7.20928,49.14413],[7.14085,49.1465],[7.14157,49.15548],[7.12788,49.15595],[7.12859,49.16493],[7.04644,49.16772],[7.04714,49.1767],[7.06084,49.17624],[7.06225,49.19419],[7.04855,49.19466],[7.04925,49.20363],[7.00815,49.20501],[7.00884,49.21399],[6.99514,49.21444],[6.99583,49.22342],[6.95471,49.22478],[6.95539,49.23376],[6.90055,49.23555],[6.89987,49.22657],[6.88616,49.22701],[6.88683,49.23599],[6.8457,49.23731],[6.84503,49.22833],[6.81761,49.2292],[6.81562,49.20226],[6.82932,49.20183],[6.82733,49.17489],[6.79993,49.17576],[6.80059,49.18474],[6.77319,49.1856],[6.77254,49.17662],[6.74514,49.17747],[6.74905,49.23135],[6.70791,49.23263],[6.70985,49.25957],[6.69613,49.25999],[6.69677,49.26897],[6.68305,49.26939],[6.68369,49.27837],[6.69741,49.27795],[6.69805,49.28693],[6.68433,49.28735],[6.68497,49.29633],[6.65751,49.29716],[6.65814,49.30614],[6.64441,49.30656],[6.64505,49.31554],[6.61758,49.31636],[6.61947,49.3433],[6.60572,49.34371],[6.60635,49.35269],[6.6201,49.35228],[6.62199,49.37922],[6.60824,49.37963],[6.60949,49.39759],[6.58198,49.39841],[6.58385,49.42535],[6.57009,49.42575],[6.57071,49.43473],[6.55694,49.43514],[6.55756,49.44412],[6.53002,49.44492],[6.53064,49.4539],[6.51687,49.4543],[6.51748,49.46328],[6.48993,49.46408],[6.49054,49.47306],[6.47676,49.47345],[6.47737,49.48243],[6.4498,49.48322],[6.45041,49.4922],[6.40905,49.49337],[6.40846,49.48439],[6.39467,49.48478],[6.39408,49.4758],[6.3803,49.47618],[6.38089,49.48516],[6.32576,49.48669],[6.32634,49.49567],[6.31255,49.49605],[6.31313,49.50503],[6.29934,49.5054],[6.29992,49.51438],[6.27234,49.51513],[6.27291,49.52411],[6.20394,49.52595],[6.20338,49.51697],[6.18959,49.51734],[6.19014,49.52632],[6.16255,49.52704],[6.162,49.51806],[6.13441,49.51878],[6.13387,49.5098],[6.12007,49.51015],[6.11953,49.50117],[6.10574,49.50153],[6.10466,49.48356],[6.07709,49.48427],[6.07655,49.47529],[6.0352,49.47633],[6.03467,49.46735],[6.00711,49.46804],[6.00764,49.47702],[5.99385,49.47736],[5.99542,49.5043],[5.96784,49.50498],[5.96836,49.51396],[5.8718,49.51629],[5.87281,49.53425],[5.85901,49.53458],[5.86001,49.55254],[5.8324,49.55319],[5.83289,49.56217],[5.80528,49.56281],[5.80577,49.57179],[5.73672,49.57337],[5.73576,49.5554],[5.69434,49.55633],[5.69481,49.56531],[5.62577,49.56683],[5.62531,49.55784],[5.6115,49.55814],[5.61059,49.54018],[5.52777,49.54193],[5.52733,49.53295],[5.48592,49.53381],[5.49028,49.62363],[5.42115,49.62502],[5.42327,49.66993],[5.35408,49.67129],[5.35201,49.62638],[5.28288,49.6277],[5.28088,49.58279],[5.2118,49.58407],[5.21374,49.62898],[5.07544,49.63142],[5.07181,49.54159],[5.00278,49.54274],[4.99929,49.4529],[5.0682,49.45174],[5.06639,49.40682],[4.99754,49.40797],[4.99233,49.27318],[4.92366,49.2743],[4.91699,49.09454],[4.98542,49.09343],[4.9837,49.04849],[4.91533,49.0496],[4.91367,49.00465],[4.98199,49.00354],[4.98027,48.9586],[4.91201,48.9597],[4.91036,48.91475],[4.84216,48.91582],[4.8374,48.78096],[4.90542,48.77989],[4.90378,48.73494],[4.97175,48.73383],[4.96667,48.59896],[5.03446,48.59782],[5.03271,48.55285],[5.16816,48.55046],[5.1663,48.5055],[5.30162,48.50296],[5.29965,48.45799],[5.36724,48.45667],[5.36522,48.4117],[5.40574,48.41089],[5.40533,48.4019]],[[-1.34946,46.23681],[-1.35304,46.28177],[-1.61235,46.27155],[-1.60478,46.18165],[-1.54006,46.18426],[-1.53634,46.13931],[-1.40701,46.14441],[-1.4034,46.09945],[-1.46801,46.09692],[-1.45342,45.91711],[-1.38901,45.91963],[-1.38543,45.87468],[-1.32107,45.87716],[-1.30351,45.65237],[-1.17529,45.6572],[-1.1719,45.61224],[-1.23596,45.60985],[-1.23253,45.56489],[-1.16852,45.56728],[-1.16176,45.47736],[-1.22567,45.47497],[-1.19846,45.11531],[-1.26195,45.1129],[-1.24147,44.84318],[-1.30465,44.84074],[-1.27384,44.43622],[-1.33657,44.43377],[-1.3194,44.20907],[-1.38187,44.20659],[-1.36803,44.02686],[-1.4303,44.02435],[-1.41636,43.84464],[-1.47843,43.84211],[-1.46438,43.66243],[-1.52625,43.65987],[-1.51916,43.57004],[-1.58093,43.56745],[-1.57734,43.52254],[-1.63906,43.51991],[-1.63181,43.4301],[-1.81663,43.42203],[-1.80537,43.28734],[-1.68245,43.29274],[-1.6788,43.24784],[-1.61738,43.25049],[-1.61379,43.20559],[-1.55241,43.2082],[-1.55595,43.2531],[-1.43308,43.25822],[-1.42618,43.16841],[-1.48753,43.16587],[-1.48056,43.07607],[-1.5418,43.07351],[-1.53828,43.02861],[-1.47708,43.03118],[-1.47361,42.98628],[-1.29013,42.99376],[-1.29346,43.03866],[-1.23225,43.04109],[-1.22896,42.99619],[-1.10661,43.00093],[-1.10343,42.95603],[-0.98115,42.96063],[-0.97806,42.91572],[-0.79475,42.92236],[-0.79181,42.87745],[-0.73075,42.87959],[-0.72786,42.83468],[-0.66684,42.83678],[-0.664,42.79187],[-0.60302,42.79394],[-0.60024,42.74903],[-0.35646,42.75694],[-0.35905,42.80186],[-0.29805,42.80376],[-0.30316,42.8936],[-0.24206,42.89546],[-0.24961,43.03025],[-0.12711,43.03388],[-0.13197,43.12375],[-0.07062,43.12551],[-0.07301,43.17045],[-0.01161,43.17218],[-0.01631,43.26207],[0.04519,43.26377],[0.03364,43.48852],[-0.0281,43.48681],[-0.03523,43.62167],[-0.22086,43.61632],[-0.22591,43.70623],[-0.16394,43.70805],[-0.17391,43.88788],[0.13697,43.89648],[0.12792,44.07636],[0.1903,44.07798],[0.18585,44.16792],[-0.06405,44.16123],[-0.06648,44.2062],[-0.00396,44.20793],[-0.01112,44.34285],[0.05156,44.34454],[0.04216,44.52446],[0.10504,44.52612],[0.10273,44.5711],[0.16566,44.57274],[0.1634,44.61772],[0.22638,44.61932],[0.22195,44.70929],[0.34812,44.71239],[0.33962,44.89235],[0.14975,44.88764],[0.15203,44.84265],[0.0888,44.84101],[0.06766,45.2459],[0.00397,45.24421],[0.00155,45.2892],[-0.06218,45.28748],[-0.06466,45.33246],[-0.19221,45.3289],[-0.20777,45.59881],[-0.33593,45.59508],[-0.3468,45.77502],[-0.28251,45.77691],[-0.27984,45.73192],[-0.08711,45.73737],[-0.09719,45.91733],[-0.03273,45.91908],[-0.03521,45.96407],[0.0293,45.96578],[0.02687,46.01077],[0.09145,46.01245],[0.08907,46.05744],[0.21833,46.06069],[0.21605,46.10568],[0.28074,46.10725],[0.27628,46.19725],[0.21148,46.19568],[0.20229,46.37566],[0.07229,46.37239],[0.06987,46.41739],[0.00482,46.4157],[-0.00013,46.50568],[0.06503,46.50737],[0.0406,46.95726],[-0.0251,46.95555],[-0.03267,47.0905],[-0.09853,47.08876],[-0.10112,47.13374],[-0.56241,47.12045],[-0.55943,47.07548],[-0.62526,47.07343],[-0.62224,47.02846],[-0.951,47.01767],[-0.94443,46.92775],[-0.8788,46.92998],[-0.87235,46.84005],[-0.80682,46.84224],[-0.80366,46.79727],[-0.73818,46.79942],[-0.72581,46.61954],[-0.66054,46.62164],[-0.64246,46.3518],[-0.90223,46.3432],[-0.90545,46.38816],[-1.10038,46.38132],[-1.097,46.33636],[-1.16191,46.334],[-1.15849,46.28904],[-1.22335,46.28665],[-1.21641,46.19673],[-1.28116,46.19431],[-1.28467,46.23927],[-1.34946,46.23681]],[[0.15067,47.36543],[0.08446,47.36378],[0.0869,47.3188],[0.02076,47.31712],[0.03319,47.09221],[0.16493,47.09552],[0.1673,47.05053],[0.23312,47.05213],[0.24003,46.91716],[0.69974,46.92726],[0.70356,46.83726],[0.76914,46.83855],[0.77284,46.74854],[0.83831,46.7498],[0.8401,46.70479],[1.03637,46.70832],[1.03147,46.84334],[1.09707,46.84444],[1.09231,46.97945],[1.28959,46.98255],[1.28817,47.02755],[1.35399,47.02851],[1.35261,47.07352],[1.41849,47.07444],[1.41452,47.20946],[1.81082,47.2142],[1.81182,47.16919],[1.94382,47.17047],[1.94205,47.26049],[2.20652,47.2626],[2.20519,47.35262],[2.13896,47.35215],[2.13824,47.39716],[2.27081,47.39806],[2.2665,47.7131],[1.73311,47.70854],[1.73204,47.75353],[1.66532,47.75279],[1.66419,47.79779],[1.59741,47.79701],[1.59145,48.02196],[1.18914,48.01646],[1.1876,48.06144],[1.1205,48.06039],[1.1189,48.10537],[1.05174,48.10428],[1.05008,48.14926],[0.78126,48.14451],[0.79067,47.91962],[0.72375,47.91834],[0.7276,47.82838],[0.66081,47.82707],[0.66279,47.78209],[0.59605,47.78074],[0.59808,47.73576],[0.5314,47.73437],[0.53349,47.68939],[0.33364,47.685],[0.33589,47.64002],[0.20279,47.63691],[0.20515,47.59193],[0.13866,47.59032],[0.15067,47.36543]],[[-3.51421,48.03024],[-3.6479,48.02274],[-3.6592,48.11241],[-3.59225,48.11618],[-3.59786,48.16102],[-3.46381,48.16845],[-3.45832,48.12361],[-3.25735,48.13447],[-3.25204,48.08962],[-3.18509,48.09315],[-3.19035,48.13801],[-2.92223,48.1518],[-2.9172,48.10693],[-2.8502,48.11028],[-2.84523,48.06541],[-2.71134,48.07199],[-2.70165,47.98224],[-2.56794,47.98865],[-2.57267,48.03354],[-2.50575,48.03669],[-2.51042,48.08158],[-2.30944,48.09082],[-2.17541,48.09679],[-2.18423,48.18657],[-2.11709,48.18951],[-2.12145,48.2344],[-1.91982,48.24298],[-1.92822,48.33278],[-1.86088,48.33556],[-1.88173,48.56004],[-1.94935,48.55724],[-1.96212,48.6919],[-2.09769,48.68618],[-2.23324,48.6803],[-2.23774,48.72517],[-2.37337,48.71913],[-2.36876,48.67426],[-2.4365,48.67119],[-2.44118,48.71606],[-2.50897,48.71294],[-2.50424,48.66808],[-2.63969,48.66173],[-2.63002,48.57201],[-2.69762,48.56879],[-2.71231,48.70336],[-2.84783,48.69678],[-2.86295,48.83132],[-2.93086,48.82797],[-2.9411,48.91764],[-3.00913,48.91424],[-3.01432,48.95908],[-3.15046,48.95216],[-3.14516,48.90733],[-3.34913,48.89667],[-3.35461,48.94149],[-3.49066,48.93418],[-3.69466,48.92293],[-3.67163,48.74371],[-3.73938,48.73989],[-3.74518,48.7847],[-3.81298,48.78084],[-3.80712,48.73604],[-3.87485,48.73215],[-3.88077,48.77695],[-3.94854,48.77302],[-3.95453,48.81781],[-4.09017,48.80982],[-4.07798,48.72025],[-4.21334,48.71212],[-4.34867,48.70384],[-4.48395,48.6954],[-4.61918,48.68681],[-4.61264,48.64205],[-4.81524,48.62889],[-4.80854,48.58413],[-4.876,48.57967],[-4.86252,48.49016],[-4.99716,48.48114],[-5.00401,48.52589],[-5.20606,48.51206],[-5.18504,48.37785],[-5.11788,48.38248],[-5.11095,48.33773],[-4.97669,48.34688],[-4.96311,48.25737],[-4.76197,48.27079],[-4.75537,48.22601],[-4.68835,48.23041],[-4.66877,48.09607],[-4.80244,48.08727],[-5.00287,48.07378],[-4.9893,47.98426],[-4.78921,47.99772],[-4.65576,48.00651],[-4.64928,47.96172],[-4.5159,47.97035],[-4.50953,47.92556],[-4.44288,47.92981],[-4.41776,47.75061],[-4.35132,47.75481],[-4.34512,47.71],[-4.27873,47.71416],[-4.21232,47.71829],[-4.21841,47.7631],[-4.08546,47.77124],[-4.06756,47.63678],[-3.86856,47.64867],[-3.88015,47.73834],[-3.61423,47.7537],[-3.60865,47.70886],[-3.47575,47.71631],[-3.48669,47.80601],[-3.42011,47.80968],[-3.42554,47.85453],[-3.3589,47.85817],[-3.37508,47.99273],[-3.50869,47.98539],[-3.51421,48.03024]],[[1.44652,49.07506],[1.44672,49.06831],[1.43646,49.06818],[1.43768,49.02773],[1.44793,49.02786],[1.44853,49.00763],[1.46903,49.0079],[1.46923,49.00115],[1.44873,49.00089],[1.44994,48.96043],[1.48066,48.96083],[1.48106,48.94734],[1.49129,48.94747],[1.49247,48.90701],[1.52316,48.90739],[1.52354,48.8939],[1.53377,48.89403],[1.5349,48.85357],[1.56556,48.85394],[1.56649,48.82022],[1.5767,48.82034],[1.57689,48.8136],[1.56668,48.81348],[1.56816,48.75952],[1.57836,48.75964],[1.57873,48.74616],[1.59912,48.7464],[1.59966,48.72616],[1.57928,48.72592],[1.57946,48.71918],[1.56927,48.71906],[1.57019,48.68533],[1.60075,48.68569],[1.60093,48.67895],[1.58056,48.67871],[1.58111,48.65847],[1.60147,48.65872],[1.60201,48.63848],[1.62237,48.63872],[1.62254,48.63197],[1.6429,48.63221],[1.64342,48.61197],[1.65359,48.61209],[1.65377,48.60534],[1.69445,48.60579],[1.69529,48.57207],[1.70546,48.57218],[1.70579,48.55868],[1.74644,48.55912],[1.7466,48.55237],[1.76692,48.55259],[1.76835,48.49187],[1.7785,48.49198],[1.77897,48.47174],[1.78912,48.47184],[1.78958,48.4516],[1.82001,48.45191],[1.82016,48.44516],[1.8303,48.44526],[1.83045,48.43852],[1.86087,48.43881],[1.86116,48.42532],[1.91184,48.4258],[1.91254,48.39206],[1.95306,48.39243],[1.95347,48.37219],[1.97372,48.37236],[1.97398,48.35887],[1.95373,48.35869],[1.95454,48.31821],[1.94442,48.31812],[1.94496,48.29113],[1.95507,48.29122],[1.95534,48.27772],[2.05643,48.27857],[2.05631,48.28532],[2.13719,48.28594],[2.13708,48.29269],[2.14719,48.29276],[2.1473,48.28601],[2.17763,48.28623],[2.17731,48.30647],[2.19754,48.30661],[2.19734,48.3201],[2.22769,48.32031],[2.22818,48.28657],[2.25851,48.28676],[2.25842,48.29351],[2.29887,48.29376],[2.29869,48.30725],[2.31892,48.30737],[2.31883,48.31412],[2.33906,48.31423],[2.33915,48.30748],[2.34926,48.30754],[2.34943,48.29405],[2.37976,48.29421],[2.37961,48.3077],[2.40995,48.30786],[2.4098,48.32135],[2.45027,48.32155],[2.44999,48.34854],[2.46011,48.34859],[2.4599,48.36883],[2.49028,48.36896],[2.49022,48.37571],[2.50034,48.37575],[2.50022,48.38925],[2.53061,48.38937],[2.53055,48.39612],[2.56094,48.39624],[2.56077,48.41648],[2.5405,48.4164],[2.54038,48.4299],[2.53025,48.42986],[2.53019,48.4366],[2.52005,48.43656],[2.51968,48.47705],[2.52982,48.47709],[2.52946,48.51757],[2.51931,48.51753],[2.51918,48.53102],[2.52934,48.53106],[2.52904,48.56479],[2.5392,48.56483],[2.53902,48.58507],[2.55936,48.58515],[2.55874,48.65936],[2.5791,48.65943],[2.57905,48.66618],[2.59942,48.66625],[2.59911,48.70672],[2.57872,48.70665],[2.57867,48.7134],[2.59905,48.71347],[2.599,48.72021],[2.6092,48.72025],[2.60899,48.74723],[2.61919,48.74726],[2.6189,48.78773],[2.60869,48.7877],[2.60834,48.83492],[2.59812,48.83488],[2.59781,48.87535],[2.57736,48.87528],[2.5773,48.88203],[2.59776,48.8821],[2.5977,48.88884],[2.60793,48.88888],[2.60773,48.91585],[2.61796,48.91589],[2.61771,48.94961],[2.60747,48.94958],[2.60732,48.96981],[2.59708,48.96977],[2.59676,49.01024],[2.57626,49.01017],[2.57604,49.03714],[2.60681,49.03725],[2.60666,49.05748],[2.5964,49.05744],[2.59634,49.06419],[2.65792,49.06438],[2.65821,49.01942],[2.86329,49.01983],[3.00001,49.01991],[3.00001,49.06487],[3.16421,49.06475],[3.16412,49.03778],[3.13677,49.03781],[3.1367,49.01084],[3.15037,49.01082],[3.15034,49.00183],[3.17768,49.00179],[3.17764,48.9928],[3.19131,48.99278],[3.19128,48.98379],[3.20494,48.98376],[3.20487,48.96578],[3.23218,48.96573],[3.23206,48.93875],[3.24571,48.93873],[3.24567,48.92973],[3.25932,48.9297],[3.25927,48.92071],[3.28656,48.92065],[3.28651,48.91166],[3.30016,48.91162],[3.30011,48.90263],[3.31375,48.9026],[3.31369,48.8936],[3.35461,48.89349],[3.35442,48.86651],[3.36806,48.86647],[3.36799,48.85748],[3.38162,48.85743],[3.38155,48.84844],[3.42243,48.8483],[3.42229,48.83032],[3.44953,48.83022],[3.44945,48.82122],[3.47669,48.82112],[3.47678,48.83011],[3.4904,48.83006],[3.49048,48.83905],[3.50411,48.83899],[3.50428,48.85698],[3.51791,48.85692],[3.51809,48.87491],[3.53172,48.87485],[3.5319,48.89283],[3.54554,48.89277],[3.54564,48.90176],[3.58656,48.90157],[3.58666,48.91056],[3.6003,48.9105],[3.60051,48.92848],[3.61416,48.92841],[3.61426,48.9374],[3.62791,48.93733],[3.62813,48.95532],[3.64178,48.95524],[3.64212,48.98222],[3.65578,48.98215],[3.65589,48.99114],[3.68322,48.99099],[3.68334,48.99998],[3.697,48.9999],[3.69749,49.03587],[3.68381,49.03594],[3.68405,49.05393],[3.64301,49.05415],[3.64312,49.06314],[3.6568,49.06307],[3.65726,49.09903],[3.64356,49.09911],[3.64379,49.11709],[3.63009,49.11716],[3.6302,49.12615],[3.6439,49.12608],[3.64401,49.13507],[3.68512,49.13484],[3.685,49.12585],[3.72609,49.12561],[3.72622,49.1346],[3.73992,49.13452],[3.74005,49.14351],[3.76746,49.14334],[3.76812,49.18829],[3.72698,49.18854],[3.72736,49.21551],[3.68619,49.21576],[3.68631,49.22475],[3.70003,49.22467],[3.7004,49.25163],[3.68666,49.25171],[3.68702,49.27868],[3.67328,49.27876],[3.67363,49.30573],[3.68738,49.30565],[3.6875,49.31464],[3.715,49.31448],[3.71512,49.32347],[3.75638,49.32322],[3.75651,49.3322],[3.77026,49.33212],[3.7704,49.34111],[3.82542,49.34074],[3.82528,49.33175],[3.86654,49.33147],[3.86669,49.34045],[3.88045,49.34035],[3.88106,49.37631],[3.90859,49.3761],[3.90875,49.38509],[3.92252,49.38499],[3.92236,49.376],[3.93612,49.37589],[3.93596,49.36691],[3.97725,49.36658],[3.97708,49.35759],[3.99084,49.35748],[3.99066,49.34849],[4.05945,49.34791],[4.06037,49.39285],[4.07414,49.39273],[4.07489,49.42867],[4.08867,49.42855],[4.08924,49.45551],[4.07546,49.45564],[4.07583,49.47361],[4.06204,49.47373],[4.06241,49.49171],[4.07621,49.49158],[4.0764,49.50057],[4.09019,49.50045],[4.09058,49.51842],[4.10438,49.51829],[4.10476,49.53627],[4.09096,49.53639],[4.09229,49.59929],[4.07847,49.59942],[4.07866,49.6084],[4.06483,49.60852],[4.06502,49.61751],[4.13416,49.61688],[4.13456,49.63485],[4.1484,49.63472],[4.149,49.66168],[4.16284,49.66155],[4.16325,49.67952],[4.19094,49.67925],[4.19115,49.68823],[4.205,49.6881],[4.20542,49.70607],[4.21927,49.70593],[4.21949,49.71491],[4.2472,49.71463],[4.24786,49.74158],[4.26172,49.74144],[4.26194,49.75042],[4.27581,49.75028],[4.27625,49.76825],[4.26238,49.76839],[4.26261,49.77738],[4.24873,49.77752],[4.24961,49.81345],[4.23573,49.81359],[4.23595,49.82258],[4.24983,49.82243],[4.25027,49.8404],[4.26416,49.84026],[4.26461,49.85822],[4.2785,49.85808],[4.27985,49.91197],[4.26594,49.91212],[4.26617,49.9211],[4.23834,49.92138],[4.23856,49.93036],[4.25247,49.93022],[4.25314,49.95717],[4.30882,49.95658],[4.30951,49.98353],[4.29559,49.98368],[4.29581,49.99266],[4.28188,49.9928],[4.28211,50.00178],[4.25424,50.00207],[4.25469,50.02003],[4.26862,50.01989],[4.26885,50.02887],[4.28279,50.02873],[4.28302,50.03771],[4.29696,50.03756],[4.29742,50.05552],[4.31137,50.05537],[4.31229,50.09129],[4.29833,50.09144],[4.29879,50.1094],[4.28483,50.10955],[4.28551,50.13649],[4.27154,50.13663],[4.27222,50.16357],[4.25824,50.16371],[4.25846,50.17269],[4.24448,50.17283],[4.2447,50.18181],[4.23072,50.18195],[4.23094,50.19093],[4.24492,50.19079],[4.24514,50.19977],[4.25913,50.19963],[4.25935,50.20861],[4.27334,50.20846],[4.27357,50.21744],[4.28756,50.21729],[4.28802,50.23525],[4.30202,50.2351],[4.30294,50.27102],[4.28893,50.27116],[4.28939,50.28912],[4.27538,50.28926],[4.27583,50.30722],[4.26181,50.30736],[4.26204,50.31634],[4.234,50.31662],[4.23422,50.3256],[4.22019,50.32574],[4.22041,50.33472],[4.17833,50.33513],[4.17854,50.3441],[4.15049,50.34437],[4.15069,50.35335],[4.13666,50.35348],[4.13686,50.36245],[4.12283,50.36258],[4.12303,50.37156],[4.10899,50.37168],[4.10919,50.38066],[4.09515,50.38079],[4.09535,50.38976],[4.0813,50.38989],[4.0815,50.39886],[4.06745,50.39899],[4.06764,50.40796],[3.98337,50.40866],[3.98319,50.39969],[3.94106,50.40001],[3.94089,50.39104],[3.88472,50.39145],[3.88488,50.40043],[3.75848,50.40127],[3.75861,50.41025],[3.74457,50.41033],[3.74549,50.47317],[3.73143,50.47325],[3.73169,50.4912],[3.71762,50.49128],[3.71775,50.50026],[3.70367,50.50034],[3.7038,50.50932],[3.68973,50.5094],[3.68985,50.51837],[3.67577,50.51845],[3.67589,50.52742],[3.66181,50.5275],[3.66193,50.53647],[3.64785,50.53655],[3.64796,50.54552],[3.59162,50.54581],[3.59173,50.55478],[3.57764,50.55485],[3.57774,50.56382],[3.56365,50.56389],[3.56375,50.57286],[3.52147,50.57305],[3.52156,50.58202],[3.43699,50.58235],[3.43691,50.57337],[3.40872,50.57347],[3.40858,50.55552],[3.36631,50.55565],[3.36651,50.58258],[3.35241,50.58262],[3.35273,50.62749],[3.33862,50.62753],[3.33929,50.72624],[3.32515,50.72628],[3.32521,50.73525],[3.31107,50.73529],[3.31112,50.74426],[3.29698,50.74429],[3.29704,50.75327],[3.28289,50.7533],[3.28294,50.76227],[3.26879,50.7623],[3.26884,50.77128],[3.25469,50.77131],[3.25474,50.78028],[3.24059,50.78031],[3.24067,50.79825],[3.22652,50.79828],[3.2266,50.81622],[3.21244,50.81625],[3.21247,50.82522],[3.19831,50.82524],[3.19835,50.83421],[3.17001,50.83425],[3.17004,50.84323],[3.07085,50.84332],[3.07084,50.83435],[3.04251,50.83436],[3.0425,50.82539],[2.98584,50.8254],[2.98584,50.81643],[2.95752,50.81642],[2.95753,50.80745],[2.94337,50.80744],[2.94338,50.79847],[2.90091,50.79844],[2.90092,50.78947],[2.88677,50.78946],[2.88679,50.78049],[2.87264,50.78047],[2.87266,50.7715],[2.85851,50.77149],[2.85849,50.78046],[2.84433,50.78044],[2.84431,50.78941],[2.83015,50.7894],[2.83009,50.80734],[2.81593,50.80732],[2.8159,50.81629],[2.80174,50.81627],[2.80166,50.83421],[2.7875,50.83419],[2.78746,50.84316],[2.77329,50.84314],[2.77325,50.85211],[2.75908,50.85208],[2.75903,50.86105],[2.71651,50.86096],[2.71646,50.86993],[2.6881,50.86987],[2.68782,50.91472],[2.70201,50.91475],[2.70191,50.93269],[2.7161,50.93273],[2.71595,50.95964],[2.70175,50.9596],[2.70159,50.98651],[2.68737,50.98648],[2.68721,51.01339],[2.67299,51.01335],[2.67293,51.02232],[2.65871,51.02228],[2.65865,51.03125],[2.64442,51.03121],[2.64404,51.08502],[2.6298,51.08498],[2.62967,51.10291],[2.61542,51.10287],[2.61535,51.11184],[2.57262,51.1117],[2.57269,51.10273],[2.52996,51.10258],[2.53005,51.09361],[2.50157,51.0935],[2.50166,51.08453],[2.47318,51.08442],[2.47327,51.07545],[2.4448,51.07533],[2.4449,51.06636],[2.40221,51.06616],[2.40231,51.05719],[2.37385,51.05706],[2.37374,51.06602],[2.30258,51.06565],[2.3027,51.05668],[2.24578,51.05635],[2.24592,51.04738],[2.20324,51.04712],[2.20309,51.05609],[2.14618,51.05571],[2.14633,51.04674],[2.1321,51.04664],[2.13242,51.02871],[2.11819,51.02861],[2.11835,51.01964],[2.03304,51.01901],[2.03321,51.01004],[1.91949,51.00911],[1.91968,51.00014],[1.90547,51.00002],[1.90567,50.99105],[1.83462,50.99041],[1.83483,50.98144],[1.82062,50.98131],[1.82083,50.97234],[1.76401,50.97179],[1.76423,50.96282],[1.73583,50.96254],[1.73606,50.95357],[1.70766,50.95328],[1.70789,50.94431],[1.69369,50.94416],[1.69393,50.93519],[1.67974,50.93505],[1.67997,50.92608],[1.66578,50.92593],[1.66626,50.90799],[1.65208,50.90784],[1.65232,50.89887],[1.63813,50.89871],[1.63838,50.88974],[1.59584,50.88927],[1.59609,50.8803],[1.56773,50.87998],[1.56953,50.81719],[1.58369,50.81735],[1.58547,50.75456],[1.55718,50.75423],[1.5577,50.73629],[1.54356,50.73613],[1.54617,50.64641],[1.56028,50.64657],[1.56208,50.58376],[1.54798,50.58359],[1.54954,50.52975],[1.56361,50.52992],[1.56387,50.52094],[1.54979,50.52078],[1.55238,50.43103],[1.53832,50.43086],[1.54014,50.36803],[1.52611,50.36787],[1.5282,50.29605],[1.51419,50.29589],[1.51524,50.25998],[1.50124,50.25981],[1.50203,50.23288],[1.48804,50.2327],[1.48857,50.21475],[1.47458,50.21458],[1.47566,50.17866],[1.46168,50.17849],[1.4625,50.15155],[1.44853,50.15138],[1.44962,50.11546],[1.43566,50.11529],[1.43594,50.10631],[1.42197,50.10613],[1.42225,50.09715],[1.39434,50.09679],[1.39462,50.08781],[1.38066,50.08762],[1.38095,50.07865],[1.367,50.07846],[1.36786,50.05152],[1.38181,50.05171],[1.38209,50.04273],[1.42393,50.04327],[1.4242,50.03429],[1.43815,50.03447],[1.43842,50.02549],[1.45236,50.02567],[1.45263,50.01669],[1.46657,50.01686],[1.46684,50.00788],[1.49471,50.00823],[1.49524,49.99027],[1.50917,49.99044],[1.50943,49.98146],[1.52336,49.98163],[1.52362,49.97265],[1.53755,49.97281],[1.5378,49.96383],[1.55173,49.964],[1.55198,49.95502],[1.5659,49.95518],[1.56641,49.93722],[1.58032,49.93738],[1.58057,49.9284],[1.6084,49.92872],[1.60864,49.91974],[1.63647,49.92005],[1.63671,49.91107],[1.66452,49.91138],[1.66499,49.89341],[1.6789,49.89356],[1.67936,49.8756],[1.69326,49.87575],[1.69418,49.83982],[1.70807,49.83997],[1.70898,49.80403],[1.72286,49.80418],[1.72331,49.78621],[1.73718,49.78636],[1.7374,49.77738],[1.68192,49.77679],[1.68307,49.73187],[1.61377,49.7311],[1.61862,49.55141],[1.68768,49.55218],[1.69453,49.28257],[1.62583,49.2818],[1.62822,49.19192],[1.64879,49.19215],[1.64967,49.15844],[1.63939,49.15833],[1.6401,49.13136],[1.62983,49.13124],[1.63001,49.1245],[1.60946,49.12426],[1.61,49.10404],[1.59973,49.10392],[1.59992,49.09718],[1.56911,49.09681],[1.56949,49.08333],[1.52843,49.08283],[1.52805,49.09632],[1.48698,49.09581],[1.48776,49.06884],[1.46724,49.06858],[1.46704,49.07532],[1.44652,49.07506]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN"},{"id":"fr.orthohr.2018.antilles","name":"Ortho HR 2018 Antilles","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2018_antilles/{zoom}/{x}/{y}","category":"photo","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[-62.95273,18.1339],[-63.09453,18.13388],[-63.18897,18.04343],[-62.82463,17.81212],[-62.7182,17.92256],[-62.95273,18.1339]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN"},{"id":"fr.orthohr.2019","name":"Ortho HR 2019","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2019/{zoom}/{x}/{y}","category":"photo","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[8.51363,42.30705],[8.57402,42.3039],[8.56975,42.25908],[8.50941,42.26223],[8.49679,42.12776],[8.55699,42.12461],[8.55275,42.0798],[8.67305,42.07342],[8.66873,42.02861],[8.60863,42.03181],[8.60435,41.987],[8.54429,41.99017],[8.53165,41.85575],[8.65149,41.84939],[8.63864,41.71501],[8.75819,41.70853],[8.74077,41.5294],[8.80036,41.52612],[8.79598,41.48135],[8.97456,41.47132],[8.97005,41.42656],[9.02952,41.42315],[9.02498,41.37839],[9.14381,41.37148],[9.13918,41.32673],[9.31724,41.31612],[9.33633,41.4951],[9.39584,41.49148],[9.44943,41.98384],[9.50943,41.98016],[9.51439,42.02493],[9.57444,42.02121],[9.6097,42.33463],[9.54934,42.33837],[9.57958,42.60711],[9.51894,42.61083],[9.52396,42.65563],[9.46326,42.65932],[9.47324,42.74893],[9.53403,42.74524],[9.54919,42.87965],[9.48826,42.88336],[9.50335,43.0178],[9.44227,43.02148],[9.44727,43.0663],[9.38613,43.06995],[9.38118,43.02513],[9.32009,43.02874],[9.29082,42.75982],[9.04749,42.77386],[9.03816,42.68421],[8.91664,42.69101],[8.91208,42.64618],[8.79063,42.65284],[8.78617,42.60801],[8.66478,42.61452],[8.65606,42.52485],[8.59545,42.52805],[8.58257,42.39355],[8.52209,42.39671],[8.51363,42.30705]],[[-0.29824,43.88419],[-0.23608,43.88606],[-0.22845,43.75118],[-0.29046,43.74933],[-0.2853,43.65942],[-0.34721,43.65753],[-0.34459,43.61259],[-0.28272,43.61447],[-0.28015,43.56952],[-0.15651,43.57319],[-0.15404,43.52824],[-0.09226,43.53002],[-0.08501,43.39517],[-0.14665,43.3934],[-0.14174,43.30351],[-0.20328,43.3017],[-0.20078,43.25676],[-0.13929,43.25856],[-0.13441,43.16868],[-0.1958,43.16688],[-0.19332,43.12195],[-0.25466,43.12011],[-0.25213,43.07518],[-0.31342,43.07331],[-0.30572,42.93853],[-0.36686,42.93663],[-0.35905,42.80186],[-0.23705,42.80562],[-0.23455,42.7607],[-0.17358,42.76252],[-0.17113,42.7176],[-0.11021,42.71939],[-0.10781,42.67447],[-0.04694,42.67622],[0.07483,42.67962],[0.13571,42.68126],[0.2575,42.68446],[0.25961,42.63953],[0.38132,42.64258],[0.44217,42.64405],[0.5639,42.6469],[0.56202,42.69183],[0.62293,42.6932],[0.62476,42.64827],[0.68563,42.6496],[0.68384,42.69453],[0.74476,42.69584],[0.74302,42.74077],[0.68205,42.73947],[0.67847,42.82935],[0.80059,42.83192],[0.80229,42.78698],[0.86331,42.78821],[0.86496,42.74327],[0.98691,42.74563],[1.10886,42.74786],[1.11032,42.70291],[1.29314,42.70599],[1.29445,42.66104],[1.35535,42.662],[1.35661,42.61705],[1.41746,42.61797],[1.41868,42.57303],[1.54029,42.57476],[1.53917,42.6197],[1.60002,42.62052],[1.6011,42.57557],[1.72272,42.5771],[1.72371,42.53215],[1.78447,42.53286],[1.90601,42.53418],[1.90517,42.57912],[2.0268,42.5803],[2.02605,42.62525],[2.08692,42.62578],[2.20866,42.62675],[2.20743,42.71666],[2.14647,42.71619],[2.14581,42.76114],[2.0238,42.7601],[1.96279,42.75953],[1.96118,42.84944],[2.02228,42.85001],[2.01772,43.11979],[1.95634,43.11922],[1.95553,43.16418],[1.83266,43.16292],[1.83175,43.20789],[1.77028,43.20721],[1.76836,43.29715],[1.82993,43.29784],[1.8281,43.38779],[1.95145,43.38905],[2.07479,43.39018],[2.07262,43.52512],[1.88717,43.52337],[1.88542,43.61334],[1.7616,43.612],[1.75868,43.74695],[1.69662,43.74623],[1.69457,43.8362],[1.63242,43.83544],[1.62918,43.97041],[1.69148,43.97118],[1.69045,44.01617],[1.7528,44.0169],[1.75181,44.06189],[1.87661,44.06325],[1.87572,44.10824],[2.06309,44.11],[2.06234,44.155],[2.12485,44.15552],[2.12554,44.11052],[2.31292,44.11186],[2.31346,44.06686],[2.37587,44.06723],[2.37636,44.02223],[2.43872,44.02257],[2.43961,43.93257],[2.50187,43.93287],[2.50305,43.79789],[2.56517,43.79815],[2.56551,43.75316],[2.62758,43.75339],[2.62787,43.7084],[2.87596,43.70896],[2.87606,43.66397],[3.12395,43.66397],[3.12425,43.79895],[3.3106,43.79858],[3.31109,43.88857],[3.37331,43.88837],[3.37361,43.93337],[3.43587,43.93314],[3.43622,43.97814],[3.49853,43.97787],[3.49932,44.06787],[3.37449,44.06837],[3.37508,44.15837],[3.4376,44.15814],[3.43794,44.20314],[3.37538,44.20337],[3.37568,44.24838],[3.25046,44.24874],[3.25065,44.29374],[3.18799,44.29387],[3.18859,44.4739],[3.12573,44.47399],[3.12603,44.60902],[3.06302,44.60908],[3.06307,44.65409],[3.00001,44.65411],[3.00001,44.78915],[2.93679,44.78914],[2.93674,44.83415],[2.87348,44.8341],[2.87337,44.87911],[2.81006,44.87902],[2.80975,44.96906],[2.68292,44.96877],[2.68317,44.92375],[2.61981,44.92355],[2.62011,44.87854],[2.5568,44.8783],[2.55751,44.78827],[2.4943,44.788],[2.49511,44.69797],[2.17956,44.69608],[2.17693,44.87614],[2.11362,44.87565],[2.11148,45.01069],[1.85765,45.00838],[1.85857,44.96336],[1.79517,44.9627],[1.7942,45.00771],[1.73075,45.007],[1.72973,45.05202],[1.53922,45.04968],[1.34874,45.04702],[1.35535,44.82198],[1.22888,44.82003],[1.23171,44.73002],[1.16858,44.729],[1.17005,44.684],[1.10697,44.68293],[1.10848,44.63793],[1.04545,44.63684],[1.04701,44.59184],[0.92107,44.58954],[0.92438,44.49955],[0.98725,44.50071],[0.99045,44.41072],[0.86491,44.40836],[0.8683,44.31838],[0.80564,44.31714],[0.80738,44.27216],[0.87,44.27339],[0.87168,44.2284],[0.80912,44.22717],[0.81085,44.18218],[0.74834,44.18091],[0.75012,44.13593],[0.68766,44.13463],[0.68949,44.08965],[0.56467,44.08694],[0.43987,44.0841],[0.44189,44.03912],[0.25486,44.03459],[0.06785,44.02973],[0.07017,43.98476],[0.00789,43.98308],[0.00553,44.02805],[-0.0568,44.02632],[-0.05438,43.98136],[-0.24118,43.97598],[-0.23863,43.93101],[-0.30084,43.92915],[-0.29824,43.88419]],[[5.76582,45.74571],[5.63728,45.74879],[5.63299,45.65879],[5.56882,45.66027],[5.56465,45.57027],[5.62872,45.56879],[5.62446,45.4788],[5.68842,45.47728],[5.68624,45.43228],[5.75015,45.43074],[5.74792,45.38574],[5.93947,45.38088],[5.94185,45.42587],[6.13351,45.42067],[6.12592,45.28571],[6.06219,45.28748],[6.05972,45.24249],[6.1234,45.24073],[6.11586,45.10577],[6.30641,45.10028],[6.30375,45.0553],[6.43066,45.05146],[6.4279,45.00648],[6.4913,45.00451],[6.49692,45.09446],[6.68739,45.08832],[6.69036,45.13329],[6.81742,45.12901],[6.81434,45.08404],[6.87782,45.08185],[6.88094,45.12682],[7.00797,45.12232],[7.0112,45.16728],[7.07475,45.16498],[7.07804,45.20994],[7.14164,45.2076],[7.15168,45.34248],[7.21543,45.34009],[7.22226,45.43001],[7.1584,45.4324],[7.16177,45.47736],[7.09786,45.47971],[7.10118,45.52468],[7.03722,45.52699],[7.04706,45.66189],[6.9188,45.66643],[6.92198,45.7114],[6.85779,45.71362],[6.86408,45.80356],[6.60685,45.81207],[6.61274,45.90203],[6.54831,45.90407],[6.55121,45.94905],[6.48673,45.95105],[6.48388,45.90607],[6.41945,45.90804],[6.41387,45.81808],[6.34954,45.82],[6.34408,45.73004],[6.21561,45.73378],[6.21823,45.77876],[6.02533,45.7841],[6.0278,45.82909],[5.89907,45.83247],[5.90618,45.96745],[5.77713,45.97069],[5.76582,45.74571]],[[-1.09174,48.00425],[-1.22565,47.99952],[-1.21492,47.86472],[-1.28169,47.8623],[-1.27446,47.77243],[-1.20779,47.77484],[-1.20424,47.72991],[-0.80449,47.74359],[-0.80128,47.69864],[-0.46828,47.709],[-0.47121,47.75396],[-0.40454,47.75591],[-0.3988,47.66599],[-0.26567,47.66979],[-0.26291,47.62482],[-0.06335,47.63023],[-0.06077,47.58526],[0.07218,47.58867],[0.07465,47.5437],[0.2075,47.54695],[0.20515,47.59193],[0.27164,47.59351],[0.27394,47.54853],[0.40682,47.55156],[0.40463,47.59654],[0.53764,47.59942],[0.53557,47.6444],[0.6687,47.64714],[0.66476,47.73711],[0.73144,47.73842],[0.72953,47.7834],[0.79627,47.78468],[0.79254,47.87464],[0.8594,47.87588],[0.85212,48.0558],[0.91921,48.057],[0.91744,48.10198],[0.98459,48.10315],[0.98287,48.14813],[0.91567,48.14696],[0.91389,48.19193],[0.84663,48.19072],[0.84479,48.2357],[0.71017,48.23317],[0.70821,48.27813],[0.57348,48.27545],[0.57141,48.32041],[0.43658,48.31757],[0.42779,48.4974],[0.29252,48.4944],[0.08963,48.4896],[0.09213,48.44465],[-0.04299,48.44126],[-0.0456,48.48621],[-0.11321,48.48445],[-0.11855,48.57434],[-0.25399,48.57071],[-0.38941,48.56693],[-0.38651,48.52199],[-0.52179,48.51806],[-0.72468,48.51187],[-0.73428,48.64665],[-0.66648,48.64875],[-0.66964,48.69368],[-0.73749,48.69157],[-0.74071,48.73649],[-0.80862,48.73434],[-0.8119,48.77926],[-0.87986,48.77707],[-0.8832,48.82198],[-1.08723,48.81518],[-1.09075,48.86009],[-0.95463,48.86467],[-0.96146,48.95448],[-0.89327,48.95672],[-0.89664,49.00162],[-0.82839,49.00382],[-0.84502,49.22833],[-0.91357,49.22612],[-0.91697,49.27102],[-1.05417,49.26648],[-1.06477,49.40114],[-1.13354,49.39881],[-1.14076,49.48856],[-1.07187,49.4909],[-1.07543,49.53577],[-1.21332,49.53106],[-1.21701,49.57593],[-1.14801,49.57831],[-1.15892,49.71291],[-1.29728,49.7081],[-1.30105,49.75296],[-1.50873,49.74545],[-1.50477,49.70059],[-1.71221,49.69273],[-1.71634,49.73758],[-1.85471,49.73214],[-1.85897,49.77698],[-1.99744,49.77137],[-1.98431,49.63686],[-1.91526,49.63968],[-1.88532,49.32572],[-1.74804,49.3312],[-1.73568,49.19659],[-1.6672,49.19927],[-1.65911,49.10952],[-1.72747,49.10685],[-1.71929,49.01709],[-1.65105,49.01976],[-1.62703,48.75044],[-1.69492,48.74778],[-1.68685,48.658],[-1.61908,48.66065],[-1.61115,48.57085],[-1.54349,48.57346],[-1.53183,48.43874],[-1.26182,48.44875],[-1.26547,48.49367],[-1.13031,48.49845],[-1.09174,48.00425]],[[-1.94467,47.06955],[-2.07617,47.06384],[-2.07195,47.01891],[-2.20331,47.01306],[-2.20765,47.05798],[-2.4048,47.04891],[-2.4003,47.004],[-2.33464,47.00706],[-2.32577,46.91723],[-2.19466,46.92322],[-2.18173,46.78845],[-2.11632,46.79139],[-2.11208,46.74646],[-2.04672,46.74936],[-2.03837,46.6595],[-1.97311,46.66235],[-1.969,46.61742],[-1.90378,46.62023],[-1.89165,46.48543],[-1.82659,46.48819],[-1.82261,46.44326],[-1.7576,46.44598],[-1.75368,46.40104],[-1.62374,46.40639],[-1.61994,46.36144],[-1.49008,46.36663],[-1.48639,46.32168],[-1.35662,46.32672],[-1.34946,46.23681],[-1.09027,46.24643],[-1.09363,46.29139],[-1.02877,46.29371],[-1.03208,46.33867],[-0.96716,46.34095],[-0.9639,46.29599],[-0.76926,46.3026],[-0.76616,46.25763],[-0.70132,46.25975],[-0.70436,46.30473],[-0.50966,46.3109],[-0.51834,46.44583],[-0.58341,46.44381],[-0.60421,46.75863],[-0.66965,46.75656],[-0.67575,46.8465],[-0.74129,46.84439],[-0.74751,46.93432],[-0.81316,46.93217],[-0.81633,46.97713],[-0.88203,46.97494],[-0.88526,47.0199],[-0.951,47.01767],[-0.9543,47.06263],[-1.15166,47.0557],[-1.15512,47.10066],[-1.3526,47.09338],[-1.34897,47.04844],[-1.48048,47.0434],[-1.48421,47.08835],[-1.55001,47.08577],[-1.54622,47.04083],[-1.61196,47.03822],[-1.60046,46.9034],[-1.73159,46.89808],[-1.73552,46.94302],[-1.80114,46.9403],[-1.80513,46.98524],[-1.87079,46.98248],[-1.87485,47.02741],[-1.94055,47.02462],[-1.94467,47.06955]],[[-2.24278,46.74056],[-2.30812,46.73756],[-2.31252,46.78248],[-2.44328,46.77635],[-2.43427,46.68652],[-2.369,46.6896],[-2.36456,46.64468],[-2.2341,46.65072],[-2.24278,46.74056]],[[-3.09702,47.33042],[-3.10213,47.3753],[-3.16819,47.3718],[-3.17336,47.41668],[-3.30556,47.40957],[-3.28974,47.27497],[-3.15786,47.28205],[-3.15271,47.23718],[-3.02092,47.24411],[-3.031,47.33387],[-3.09702,47.33042]],[[-2.8378,47.3889],[-2.9039,47.38555],[-2.90885,47.43044],[-3.04112,47.42363],[-3.031,47.33387],[-2.96498,47.33729],[-2.95999,47.29241],[-2.89401,47.29578],[-2.76204,47.30242],[-2.76687,47.34731],[-2.83291,47.34401],[-2.8378,47.3889]],[[-3.67054,48.20207],[-3.66486,48.15724],[-3.79885,48.14958],[-3.7873,48.05993],[-3.72043,48.06377],[-3.70904,47.97411],[-3.57548,47.98167],[-3.56991,47.93683],[-3.43643,47.94423],[-3.43098,47.89938],[-3.56435,47.89199],[-3.52569,47.57805],[-3.3931,47.5854],[-3.40388,47.67512],[-3.33746,47.67875],[-3.33212,47.63389],[-3.26575,47.63747],[-3.26047,47.59261],[-3.19415,47.59616],[-3.17854,47.46155],[-3.11238,47.46505],[-3.10725,47.42017],[-3.04112,47.42363],[-3.05128,47.51338],[-2.91879,47.5202],[-2.91382,47.47532],[-2.84761,47.47867],[-2.8427,47.43378],[-2.77655,47.43709],[-2.7814,47.48198],[-2.71518,47.48525],[-2.71038,47.44036],[-2.64421,47.4436],[-2.64895,47.48849],[-2.51647,47.49485],[-2.50722,47.40505],[-2.30877,47.41429],[-2.31323,47.4592],[-2.11455,47.46811],[-2.11885,47.51302],[-2.05256,47.51592],[-2.06961,47.69557],[-2.00308,47.69844],[-2.02853,47.96789],[-2.0954,47.96501],[-2.09972,48.00991],[-2.16663,48.00699],[-2.17102,48.05189],[-2.10405,48.05481],[-2.10839,48.09971],[-2.24243,48.09382],[-2.25136,48.1836],[-2.3856,48.17755],[-2.39019,48.22243],[-2.45735,48.21935],[-2.4527,48.17446],[-2.5869,48.16818],[-2.5774,48.07842],[-2.64437,48.07522],[-2.65398,48.16498],[-2.85518,48.15515],[-2.86017,48.20002],[-2.99437,48.19327],[-2.99948,48.23813],[-3.20089,48.22771],[-3.19561,48.18286],[-3.32973,48.17573],[-3.39678,48.17211],[-3.40222,48.21695],[-3.67054,48.20207]],[[-1.90698,48.82936],[-1.70301,48.83756],[-1.71114,48.92733],[-1.91545,48.91912],[-1.90698,48.82936]],[[4.39357,50.00057],[4.18457,50.00277],[4.17834,49.73329],[4.10903,49.73394],[4.10709,49.64409],[3.96872,49.64528],[3.96787,49.60035],[4.03699,49.59978],[4.03609,49.55485],[3.96702,49.55542],[3.96449,49.42062],[3.75783,49.42209],[3.75717,49.37715],[3.61951,49.37793],[3.61736,49.19815],[3.54876,49.19848],[3.54686,49.01866],[3.61522,49.01833],[3.61469,48.97337],[3.54639,48.9737],[3.54592,48.92874],[3.47768,48.92903],[3.47727,48.88407],[3.40909,48.88432],[3.40874,48.83936],[3.34062,48.83957],[3.33974,48.70466],[3.40768,48.70445],[3.40663,48.56953],[3.33886,48.56974],[3.3377,48.38982],[3.40524,48.38961],[3.40489,48.34463],[3.47237,48.34438],[3.47197,48.29939],[3.53939,48.2991],[3.53802,48.16414],[3.60526,48.16381],[3.60475,48.11882],[3.73913,48.11806],[3.7385,48.07307],[3.80563,48.07263],[3.80358,47.93765],[3.87054,47.93717],[3.86981,47.89218],[4.33808,47.88777],[4.33922,47.93276],[4.60699,47.92941],[4.60836,47.97439],[4.74235,47.97249],[4.74087,47.9275],[4.8078,47.92649],[4.80627,47.8815],[4.87314,47.88045],[4.87156,47.83547],[4.93837,47.83438],[4.93674,47.78939],[4.86998,47.79048],[4.8684,47.74549],[4.9351,47.74441],[4.93183,47.65443],[5.06501,47.65215],[5.06327,47.60716],[5.19631,47.60473],[5.19446,47.55974],[5.39384,47.55582],[5.39586,47.60081],[5.46237,47.59942],[5.46444,47.6444],[5.73067,47.63848],[5.73759,47.77341],[5.80431,47.77183],[5.80668,47.81681],[5.87345,47.81519],[5.87588,47.86016],[5.9427,47.8585],[5.94769,47.94843],[5.88076,47.9501],[5.8832,47.99506],[5.81621,47.99669],[5.821,48.08662],[5.68677,48.08975],[5.68906,48.13472],[5.75623,48.13317],[5.76329,48.26806],[5.69594,48.26961],[5.69824,48.31457],[5.56343,48.31757],[5.56562,48.36253],[5.49815,48.36397],[5.50243,48.45389],[5.43484,48.4553],[5.43692,48.50026],[5.36927,48.50163],[5.37131,48.54658],[5.23588,48.54921],[5.2378,48.59417],[5.17002,48.59542],[5.17188,48.64038],[5.0362,48.64278],[5.04147,48.77765],[4.97345,48.77879],[4.97856,48.91365],[5.04676,48.9125],[5.05564,49.13722],[4.98714,49.13837],[4.98887,49.18331],[5.05742,49.18216],[5.061,49.27203],[5.12967,49.27084],[5.13152,49.31577],[5.06279,49.31696],[5.06459,49.36189],[5.13338,49.36069],[5.14084,49.54039],[5.20986,49.53915],[5.20793,49.49423],[5.27689,49.49295],[5.27888,49.53787],[5.3479,49.53656],[5.34996,49.58147],[5.41903,49.58011],[5.42327,49.66993],[5.35408,49.67129],[5.35614,49.7162],[5.21762,49.7188],[5.21957,49.76371],[5.15024,49.76495],[5.15213,49.80986],[4.94395,49.81335],[4.94909,49.94806],[4.87951,49.94915],[4.88282,50.03895],[4.95253,50.03785],[4.95772,50.17253],[4.88783,50.17362],[4.8895,50.21851],[4.74958,50.22057],[4.74803,50.17569],[4.67813,50.17666],[4.67517,50.08688],[4.60539,50.08781],[4.60256,49.99801],[4.39357,50.00057]],[[0.17404,49.43642],[0.1765,49.39151],[0.24531,49.3931],[0.25488,49.21342],[0.32346,49.21496],[0.33503,48.99031],[0.40332,48.99181],[0.40556,48.94688],[0.33734,48.94538],[0.34193,48.8555],[0.54626,48.85987],[0.54838,48.81492],[0.61644,48.8163],[0.61849,48.77135],[0.68649,48.77269],[0.69047,48.68278],[0.75836,48.68408],[0.76029,48.63912],[0.89596,48.6416],[0.89415,48.68656],[1.09786,48.68998],[1.09623,48.73494],[1.30014,48.73802],[1.43609,48.73987],[1.43339,48.82979],[1.50149,48.83067],[1.4989,48.92058],[1.56711,48.92142],[1.56339,49.05628],[1.63179,49.05707],[1.6306,49.10202],[1.69906,49.10279],[1.6968,49.19268],[1.76538,49.1934],[1.7643,49.23835],[1.83294,49.23903],[1.82989,49.37386],[1.76107,49.37317],[1.75999,49.41811],[1.82887,49.41879],[1.8258,49.55359],[1.75674,49.5529],[1.75456,49.64276],[1.82374,49.64345],[1.8196,49.82313],[1.75018,49.82243],[1.74687,49.95717],[1.60766,49.95566],[1.60644,50.00057],[1.53677,49.99975],[1.53548,50.04466],[1.46576,50.0438],[1.4644,50.0887],[1.25507,50.0859],[1.25661,50.04101],[1.18689,50.04],[1.18849,49.9951],[1.11885,49.99405],[1.1205,49.94915],[0.98134,49.94693],[0.84219,49.94456],[0.84409,49.89966],[0.70507,49.89713],[0.49658,49.89303],[0.49878,49.84814],[0.42935,49.8467],[0.43161,49.8018],[0.29288,49.7988],[0.29526,49.7539],[0.15667,49.75075],[0.15917,49.70585],[0.08994,49.70422],[0.09503,49.61442],[0.02593,49.61275],[0.03631,49.43313],[0.17404,49.43642]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","terms_text":"IGN"},{"id":"fr.orthohr.2020","name":"Ortho HR 2020","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2020/{zoom}/{x}/{y}","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[6.09935,46.41291],[6.10222,46.46672],[6.17741,46.54234],[6.13553,46.57492],[6.31062,46.68596],[6.37894,46.71162],[6.461,46.76315],[6.47233,46.94277],[6.63231,46.9833],[6.65909,47.00016],[6.67403,47.0176],[6.68801,47.02638],[6.7142,47.03457],[6.72879,47.04358],[6.73068,47.06919],[6.75816,47.08728],[6.76004,47.11419],[6.78647,47.11331],[6.81307,47.12131],[6.86886,47.15553],[6.87041,47.17373],[6.96691,47.23379],[6.97087,47.28742],[7.01031,47.28576],[7.06627,47.31998],[7.06936,47.37406],[6.93032,47.37871],[7.00877,47.43959],[7.0122,47.48439],[7.1576,47.47917],[7.15654,47.46119],[7.18306,47.46025],[7.1901,47.55014],[7.12371,47.55251],[7.13066,47.6424],[7.06416,47.64473],[7.07446,47.77956],[6.87441,47.78635],[6.87769,47.8313],[6.81094,47.83349],[6.81416,47.87844],[6.74735,47.88059],[6.75053,47.92554],[6.68365,47.92766],[6.68677,47.9726],[6.55289,47.97673],[6.54988,47.93178],[6.48299,47.93378],[6.48595,47.97873],[6.21811,47.98637],[6.22084,48.03133],[6.01974,48.03666],[6.01718,47.9917],[5.8832,47.99506],[5.88076,47.9501],[5.81382,47.95172],[5.80906,47.86178],[5.6754,47.8649],[5.66862,47.72998],[5.53528,47.73294],[5.53314,47.68796],[5.33328,47.69212],[5.33131,47.64714],[5.19816,47.64972],[5.20002,47.69471],[5.06675,47.69714],[5.06849,47.74212],[5.0018,47.74328],[5.00688,47.87824],[4.94002,47.87937],[4.94166,47.92435],[4.87473,47.92544],[4.87792,48.01541],[4.74383,48.01747],[4.74531,48.06245],[4.54398,48.06526],[4.54267,48.02028],[4.47561,48.02114],[4.47436,47.97615],[3.9383,47.98165],[3.93909,48.02664],[3.87202,48.02716],[3.87351,48.11714],[3.80632,48.11762],[3.80769,48.2076],[3.67309,48.20844],[3.67423,48.29841],[3.60681,48.29878],[3.60733,48.34376],[3.53985,48.34409],[3.54032,48.38907],[3.47278,48.38936],[3.47318,48.43434],[3.33799,48.4348],[3.3377,48.38982],[3.00001,48.3903],[3.00001,48.25535],[2.93264,48.25533],[2.9327,48.21034],[2.73077,48.21005],[2.731,48.16506],[2.52924,48.16443],[2.52804,48.29939],[2.46062,48.2991],[2.46016,48.34409],[2.25772,48.34299],[2.25709,48.38797],[2.18955,48.38753],[2.19025,48.34255],[2.0553,48.34155],[2.05449,48.38653],[1.98696,48.38597],[1.98523,48.47593],[1.84994,48.4747],[1.84797,48.56465],[1.78021,48.56397],[1.77811,48.65391],[1.71024,48.65319],[1.70913,48.69816],[1.6412,48.69741],[1.63651,48.87726],[1.56835,48.87646],[1.56588,48.96637],[1.42933,48.96466],[1.43204,48.87475],[1.29573,48.87289],[1.29867,48.78298],[1.16261,48.78096],[1.16103,48.82592],[1.09294,48.82485],[1.09459,48.77989],[0.95854,48.77765],[0.9603,48.73269],[0.82439,48.73029],[0.82063,48.8202],[0.6845,48.81764],[0.6805,48.90753],[0.47597,48.90339],[0.46062,49.21793],[0.39204,49.21647],[0.38294,49.39616],[0.31412,49.39465],[0.30943,49.48447],[0.2405,49.48292],[0.24291,49.43801],[0.03631,49.43313],[0.0389,49.38822],[-0.0299,49.38652],[-0.02726,49.3416],[-0.30216,49.3344],[-0.30504,49.37931],[-0.78633,49.36518],[-0.78963,49.41007],[-0.92722,49.40568],[-0.93064,49.45057],[-1.13715,49.44368],[-1.12994,49.35392],[-1.19865,49.35155],[-1.18771,49.2169],[-1.11918,49.21927],[-1.11561,49.17438],[-0.97866,49.17898],[-0.97176,49.08919],[-0.90339,49.09143],[-0.90001,49.04653],[-0.96832,49.04429],[-0.96489,48.99938],[-1.03313,48.99711],[-1.02965,48.95221],[-1.09782,48.94989],[-1.09429,48.90499],[-1.1624,48.90264],[-1.15881,48.85774],[-1.22686,48.85535],[-1.22321,48.81045],[-1.15522,48.81283],[-1.15165,48.76793],[-1.08371,48.77027],[-1.08019,48.72536],[-0.87652,48.73215],[-0.87319,48.68724],[-0.80534,48.68942],[-0.79555,48.55465],[-0.86322,48.55247],[-0.85991,48.50755],[-0.92752,48.50533],[-0.92416,48.46041],[-0.85661,48.46262],[-0.85331,48.41769],[-0.58328,48.42616],[-0.51577,48.42819],[-0.51878,48.47312],[-0.18082,48.48266],[-0.1781,48.43772],[-0.11055,48.43951],[-0.10523,48.34961],[0.0971,48.35474],[0.09461,48.3997],[0.22963,48.40293],[0.22726,48.44788],[0.29484,48.44944],[0.29715,48.40449],[0.36467,48.40601],[0.37142,48.27113],[0.43877,48.2726],[0.44095,48.22764],[0.64286,48.23184],[0.64487,48.18687],[0.71212,48.18819],[0.71406,48.14322],[0.78126,48.14451],[0.78315,48.09953],[0.85029,48.10078],[0.85212,48.0558],[1.0534,48.0593],[1.05505,48.01432],[1.12209,48.01541],[1.12528,47.92544],[1.45996,47.9303],[1.46126,47.88531],[1.52815,47.88617],[1.52939,47.84118],[1.46256,47.84032],[1.46386,47.79533],[1.53064,47.79619],[1.53312,47.7062],[1.66644,47.7078],[1.66757,47.6628],[1.73418,47.66354],[1.73525,47.61854],[2.00148,47.62112],[2.00064,47.66612],[2.20049,47.66766],[2.20117,47.62266],[2.06804,47.62167],[2.06961,47.53166],[2.13606,47.53217],[2.13751,47.44216],[2.07117,47.44165],[2.07351,47.30663],[1.875,47.30488],[1.87594,47.25987],[1.74372,47.25851],[1.74267,47.30352],[1.47802,47.30035],[1.4793,47.25535],[1.3471,47.25354],[1.34848,47.20853],[1.28244,47.20757],[1.28674,47.07256],[1.02326,47.06835],[1.0282,46.93334],[0.9625,46.9322],[0.96757,46.79719],[0.83651,46.7948],[0.83292,46.8848],[0.76728,46.88355],[0.76356,46.97355],[0.69782,46.97226],[0.6959,47.01725],[0.56432,47.01455],[0.57644,46.74457],[0.6419,46.74593],[0.65551,46.43092],[0.78569,46.43352],[0.78751,46.38851],[0.72248,46.38723],[0.72435,46.34223],[0.78934,46.34351],[0.79115,46.2985],[0.6613,46.29591],[0.66322,46.2509],[0.72809,46.25222],[0.72996,46.20721],[0.79478,46.20849],[0.79659,46.16348],[0.66705,46.16089],[0.66897,46.11589],[0.60425,46.11454],[0.57845,46.69957],[0.51304,46.69817],[0.50062,46.96815],[0.36917,46.96523],[0.36258,47.1002],[0.23081,47.09712],[0.2285,47.14211],[0.09664,47.13887],[0.09178,47.22884],[0.15782,47.23048],[0.15305,47.32044],[0.21921,47.32205],[0.2122,47.45699],[0.27852,47.45856],[0.26934,47.63848],[0.06971,47.63365],[0.06724,47.67862],[-0.13252,47.67343],[-0.13781,47.76337],[-0.33787,47.75784],[-0.34069,47.8028],[-0.60759,47.79488],[-0.60454,47.74992],[-0.73784,47.74574],[-0.741,47.79069],[-0.8744,47.78635],[-0.87768,47.8313],[-1.01117,47.82681],[-1.00778,47.78186],[-1.07445,47.77956],[-1.0779,47.8245],[-1.14463,47.82216],[-1.15517,47.95697],[-0.95446,47.9639],[-0.96455,48.09871],[-1.03163,48.09644],[-1.04884,48.32109],[-0.98147,48.32337],[-0.98829,48.41323],[-1.05577,48.41094],[-1.0662,48.5457],[-1.13385,48.54337],[-1.13739,48.58828],[-1.27279,48.58349],[-1.26912,48.53858],[-1.47199,48.53112],[-1.47967,48.62093],[-1.54739,48.61836],[-1.55522,48.70816],[-1.7587,48.7002],[-1.76279,48.74509],[-2.10208,48.73106],[-2.09769,48.68618],[-2.23324,48.6803],[-2.22426,48.59055],[-2.15661,48.5935],[-2.15219,48.54862],[-2.08458,48.55153],[-2.08023,48.50665],[-1.94511,48.51235],[-1.94088,48.46746],[-2.00838,48.46463],[-1.99555,48.32995],[-2.13019,48.32419],[-2.12582,48.2793],[-2.26032,48.27338],[-2.25136,48.1836],[-2.31848,48.1806],[-2.29594,47.95614],[-2.16225,47.96209],[-2.12316,47.55793],[-2.32217,47.54901],[-2.3177,47.5041],[-2.51647,47.49485],[-2.51184,47.44995],[-2.64421,47.4436],[-2.63475,47.3538],[-2.56868,47.35699],[-2.56402,47.3121],[-2.63003,47.30891],[-2.62532,47.26401],[-2.55936,47.26719],[-2.55471,47.22229],[-2.35695,47.23162],[-2.35247,47.18671],[-2.28659,47.18974],[-2.27777,47.09991],[-2.21199,47.1029],[-2.20765,47.05798],[-2.07617,47.06384],[-2.07195,47.01891],[-2.00625,47.02178],[-2.00209,46.97686],[-1.93644,46.97969],[-1.93234,46.93476],[-1.86674,46.93755],[-1.86269,46.89262],[-1.79714,46.89537],[-1.79316,46.85043],[-1.59664,46.85846],[-1.59282,46.81352],[-1.52735,46.81611],[-1.53111,46.86106],[-1.46559,46.86362],[-1.4693,46.90857],[-1.33812,46.91359],[-1.34534,47.00349],[-1.08247,47.01309],[-1.07908,46.96814],[-0.94772,46.97271],[-0.94443,46.92775],[-0.8788,46.92998],[-0.87235,46.84005],[-0.80682,46.84224],[-0.80366,46.79727],[-0.73818,46.79942],[-0.72581,46.61954],[-0.66054,46.62164],[-0.64246,46.3518],[-0.77236,46.34757],[-0.75998,46.16768],[-0.69525,46.1698],[-0.69222,46.12483],[-0.56285,46.12896],[-0.55993,46.08399],[-0.43064,46.08797],[-0.42783,46.04299],[-0.29863,46.04682],[-0.29594,46.00184],[-0.16682,46.00552],[-0.1565,45.82557],[-0.47819,45.81611],[-0.46407,45.59121],[-0.4,45.59316],[-0.39724,45.54818],[-0.33322,45.5501],[-0.31707,45.2802],[-0.12591,45.28571],[-0.12339,45.24073],[-0.05971,45.24249],[-0.05478,45.15251],[0.07238,45.15592],[0.07002,45.20091],[0.1973,45.20418],[0.19504,45.24917],[0.32244,45.2523],[0.31594,45.38729],[0.3798,45.3888],[0.37768,45.4338],[0.44159,45.43527],[0.43952,45.48027],[0.50349,45.48172],[0.50146,45.52672],[0.56549,45.52812],[0.56153,45.61813],[0.62566,45.6195],[0.62373,45.6645],[0.68792,45.66584],[0.69167,45.57583],[0.75576,45.57713],[0.75758,45.53212],[0.88565,45.53461],[0.88394,45.57961],[1.01213,45.58195],[1.01535,45.49193],[1.07935,45.49305],[1.0809,45.44804],[1.2088,45.45015],[1.2189,45.13508],[1.28249,45.13608],[1.28387,45.09107],[1.34741,45.09203],[1.34874,45.04702],[1.41223,45.04794],[1.41351,45.00293],[1.6673,45.00626],[1.66943,44.91624],[1.9862,44.91958],[1.98538,44.96459],[2.04879,44.96515],[2.05108,44.83011],[2.11433,44.83063],[2.11787,44.60558],[2.49591,44.60795],[2.49551,44.65296],[2.55857,44.65323],[2.55822,44.69824],[2.62133,44.69848],[2.62042,44.83352],[2.68368,44.83372],[2.68343,44.87873],[2.74674,44.8789],[2.74695,44.83388],[2.81021,44.83401],[2.81036,44.78899],[2.87358,44.78908],[2.87388,44.65404],[2.93694,44.65409],[2.93699,44.60908],[3.00001,44.6091],[3.00001,44.65411],[3.06307,44.65409],[3.06322,44.78914],[3.12643,44.78908],[3.12653,44.8341],[3.25306,44.83388],[3.25347,44.92391],[3.3802,44.92355],[3.38173,45.14865],[3.31811,45.14885],[3.31863,45.23889],[3.2549,45.23905],[3.25531,45.32909],[3.12766,45.32931],[3.12776,45.37433],[3.06388,45.37439],[3.00001,45.37441],[3.00001,45.32938],[2.93618,45.32937],[2.93607,45.41941],[2.74428,45.41914],[2.74408,45.46416],[2.68009,45.464],[2.67983,45.50902],[2.55177,45.50858],[2.54958,45.77872],[2.48523,45.77845],[2.48481,45.82347],[2.54921,45.82374],[2.54884,45.86877],[2.61329,45.86901],[2.61266,45.95906],[2.67722,45.95926],[2.67695,46.00428],[2.61234,46.00408],[2.61107,46.18418],[2.54625,46.18394],[2.54513,46.319],[2.41517,46.31841],[2.41469,46.36343],[2.34965,46.36308],[2.34804,46.49815],[2.60882,46.49934],[2.6085,46.54436],[2.67375,46.54456],[2.67348,46.58958],[2.60817,46.58938],[2.60785,46.6344],[2.67321,46.6346],[2.67294,46.67963],[2.86918,46.68002],[2.86907,46.72504],[2.93454,46.72509],[2.93448,46.77011],[3.00001,46.77013],[3.00001,46.72511],[3.06547,46.72509],[3.06542,46.68007],[3.13083,46.68002],[3.13072,46.635],[3.26144,46.63477],[3.26166,46.67979],[3.39248,46.67942],[3.39216,46.6344],[3.58823,46.63356],[3.58872,46.67858],[3.65413,46.67823],[3.65305,46.58819],[3.71835,46.5878],[3.71716,46.49776],[3.84754,46.49686],[3.84684,46.45184],[3.97711,46.4508],[3.97631,46.40578],[3.91123,46.40632],[3.90973,46.31628],[3.84475,46.31678],[3.84267,46.18172],[3.9723,46.18068],[3.9715,46.13566],[4.29529,46.13243],[4.29423,46.08741],[4.22953,46.08813],[4.22651,45.95307],[4.29105,45.95236],[4.28894,45.86232],[4.35338,45.86157],[4.35228,45.81655],[4.28789,45.8173],[4.2858,45.72726],[4.35007,45.72651],[4.34678,45.59146],[4.4109,45.59067],[4.40976,45.54566],[4.60195,45.54308],[4.59935,45.45305],[4.85516,45.44911],[4.85667,45.49412],[4.92066,45.49305],[4.92378,45.58307],[5.05198,45.5808],[5.05365,45.62581],[5.11779,45.62462],[5.11951,45.66963],[5.18371,45.6684],[5.18727,45.75842],[5.12297,45.75965],[5.12643,45.84966],[4.9332,45.85313],[4.93636,45.94316],[4.80732,45.94529],[4.81772,46.26038],[4.88261,46.25932],[4.88726,46.39436],[4.95232,46.39326],[4.95554,46.48328],[5.151,46.47977],[5.14923,46.43476],[5.27941,46.43224],[5.27753,46.38723],[5.34257,46.38592],[5.33871,46.29591],[5.40364,46.29456],[5.40166,46.24955],[5.59626,46.24528],[5.59839,46.29028],[5.6633,46.28878],[5.66111,46.24378],[5.92051,46.23742],[5.92291,46.28241],[5.9878,46.28072],[5.99026,46.32572],[6.0552,46.32399],[6.06024,46.41397],[6.09935,46.41291]],[[5.83934,45.9241],[5.8324,45.78911],[5.96102,45.78581],[5.95861,45.74081],[6.02287,45.73911],[6.02041,45.69412],[6.21299,45.68879],[6.21038,45.6438],[6.33865,45.64007],[6.34136,45.68505],[6.40554,45.68313],[6.41109,45.77309],[6.47537,45.77113],[6.4782,45.81611],[6.54253,45.81411],[6.53964,45.76913],[6.66817,45.76502],[6.66519,45.72005],[6.7936,45.7158],[6.79669,45.76077],[6.86093,45.75859],[6.86408,45.80356],[6.99267,45.79908],[6.99592,45.84405],[7.06026,45.84175],[7.07355,46.02161],[7.009,46.02391],[7.01228,46.06888],[6.94768,46.07115],[6.95415,46.16108],[6.82472,46.16552],[6.82786,46.21049],[6.89263,46.20829],[6.90224,46.3432],[6.83731,46.3454],[6.84363,46.43534],[6.45328,46.44782],[6.45044,46.40284],[6.25536,46.40857],[6.25,46.3186],[6.18507,46.32044],[6.17723,46.18547],[5.9829,46.19074],[5.98045,46.14575],[5.78624,46.15068],[5.77486,45.9257],[5.83934,45.9241]],[[3.88285,44.65059],[3.88144,44.56057],[3.94439,44.56005],[3.94214,44.42502],[4.00494,44.42447],[4.00255,44.28946],[4.1905,44.28758],[4.18956,44.24258],[4.31475,44.24115],[4.3158,44.28615],[4.37844,44.28538],[4.37735,44.24039],[4.50253,44.23874],[4.50372,44.28374],[4.56636,44.28287],[4.56512,44.23787],[4.69029,44.23601],[4.69163,44.28101],[4.75427,44.28003],[4.75149,44.19004],[4.87655,44.18797],[4.87804,44.23296],[5.00319,44.23075],[5.00478,44.27574],[5.13001,44.27339],[5.12664,44.18341],[5.37669,44.17828],[5.37481,44.13329],[5.43727,44.13192],[5.43534,44.08694],[5.56014,44.0841],[5.56217,44.12907],[5.68706,44.12608],[5.69773,44.35098],[5.50965,44.35543],[5.51364,44.4454],[5.63923,44.44247],[5.64133,44.48745],[5.70417,44.48593],[5.70632,44.53091],[5.64343,44.53244],[5.64554,44.57742],[5.70848,44.5759],[5.71064,44.62088],[5.83661,44.61772],[5.84115,44.70769],[5.77806,44.70929],[5.78029,44.75428],[5.65401,44.75738],[5.65613,44.80237],[5.52974,44.80532],[5.544,45.12029],[5.41688,45.12312],[5.41493,45.07812],[5.22439,45.08208],[5.23157,45.26209],[5.16784,45.26335],[5.16959,45.30835],[5.10581,45.30957],[5.10752,45.35458],[4.85216,45.35909],[4.85066,45.31408],[4.78687,45.31512],[4.78976,45.40514],[4.66196,45.40711],[4.66062,45.3621],[4.59677,45.36303],[4.59548,45.31801],[4.53167,45.3189],[4.53044,45.27389],[4.46668,45.27475],[4.46432,45.18472],[4.33701,45.18632],[4.33379,45.05127],[4.27028,45.05202],[4.26926,45.007],[4.20581,45.00771],[4.20484,44.9627],[4.14144,44.96336],[4.14052,44.91835],[4.01381,44.91958],[4.013,44.87457],[3.9497,44.87513],[3.94893,44.83011],[3.88568,44.83063],[3.88497,44.78562],[3.82176,44.78611],[3.81979,44.65107],[3.88285,44.65059]],[[6.889,43.41429],[6.95063,43.41206],[6.95372,43.45699],[7.07705,43.45241],[7.08024,43.49734],[7.14195,43.495],[7.14519,43.53992],[7.20695,43.53754],[7.21354,43.62739],[7.27539,43.62497],[7.27874,43.6699],[7.40251,43.66495],[7.40597,43.70987],[7.52981,43.70479],[7.54408,43.88446],[7.60618,43.88186],[7.60981,43.92678],[7.67196,43.92414],[7.67934,44.01398],[7.74158,44.01129],[7.75283,44.14605],[7.69044,44.14874],[7.69416,44.19367],[7.50681,44.20153],[7.50324,44.1566],[7.25356,44.16657],[7.25693,44.21151],[7.13196,44.21629],[7.13523,44.26124],[7.01014,44.26588],[7.01651,44.35577],[6.95386,44.35804],[6.957,44.403],[6.83158,44.40743],[6.82854,44.36248],[6.76587,44.36464],[6.76288,44.31969],[6.70026,44.32181],[6.69147,44.18694],[6.62899,44.18903],[6.62612,44.14407],[6.68855,44.14199],[6.67982,44.00713],[6.74209,44.00502],[6.73914,43.96007],[6.80137,43.95792],[6.79837,43.91298],[6.61183,43.91931],[6.60615,43.82941],[6.35776,43.83734],[6.35512,43.79239],[6.29306,43.79428],[6.29565,43.83924],[6.17143,43.84292],[6.16893,43.79796],[6.10686,43.79975],[6.10442,43.75479],[5.73221,43.76477],[5.73006,43.7198],[5.60606,43.72284],[5.60401,43.67787],[5.4801,43.68077],[5.48204,43.72574],[5.35802,43.7285],[5.35987,43.77347],[5.11159,43.77856],[5.11325,43.82354],[5.05113,43.82473],[5.05274,43.86971],[4.99056,43.87086],[4.99213,43.91584],[4.80544,43.91909],[4.80686,43.96408],[4.68229,43.96606],[4.68097,43.92108],[4.61873,43.92202],[4.61364,43.74207],[4.42749,43.74467],[4.42525,43.65471],[4.3633,43.6555],[4.36116,43.56554],[4.2993,43.56629],[4.29828,43.52131],[4.17466,43.52272],[4.17282,43.43276],[4.5431,43.42812],[4.54069,43.33818],[4.78713,43.33439],[4.78573,43.28942],[4.90884,43.28731],[4.91033,43.33228],[4.97193,43.33117],[4.97039,43.28621],[5.2781,43.28016],[5.27633,43.2352],[5.21484,43.23648],[5.21312,43.19152],[5.336,43.18893],[5.33418,43.14398],[5.45695,43.14125],[5.45887,43.1862],[5.5203,43.18479],[5.51834,43.13983],[5.64109,43.1369],[5.63904,43.09195],[5.70037,43.09043],[5.69827,43.04549],[5.82082,43.04234],[5.81863,42.9974],[5.87985,42.99578],[5.88208,43.04072],[6.06587,43.03564],[6.06349,42.99071],[6.1247,42.98895],[6.12227,42.94401],[6.24458,42.94039],[6.2471,42.98532],[6.36948,42.98155],[6.36687,42.93663],[6.42801,42.93469],[6.43067,42.97962],[6.49185,42.97764],[6.49456,43.02257],[6.55579,43.02056],[6.55855,43.06548],[6.436,43.06947],[6.43867,43.11439],[6.68394,43.10628],[6.68681,43.15121],[6.74816,43.14909],[6.76279,43.37372],[6.88597,43.36937],[6.889,43.41429]],[[1.57027,43.83465],[1.57139,43.78966],[1.6335,43.79046],[1.63778,43.61052],[1.69969,43.61128],[1.70071,43.56629],[1.82443,43.5677],[1.82627,43.47774],[1.94981,43.47901],[1.95063,43.43403],[2.01235,43.43461],[2.01312,43.38963],[2.13647,43.39069],[2.13714,43.34571],[2.2604,43.34662],[2.25925,43.43658],[2.32097,43.43698],[2.3215,43.392],[2.62991,43.3935],[2.62962,43.43848],[2.69135,43.43867],[2.69062,43.57363],[2.81437,43.57391],[2.81423,43.6189],[2.93808,43.61904],[2.93803,43.66403],[3.00001,43.66404],[3.00001,43.70904],[2.93798,43.70902],[2.93793,43.75401],[2.87586,43.75396],[2.87576,43.79895],[2.75152,43.79874],[2.75172,43.75374],[2.68965,43.75359],[2.68941,43.79858],[2.62729,43.79838],[2.6267,43.88837],[2.56448,43.88814],[2.56345,44.02314],[2.50109,44.02287],[2.50069,44.06787],[2.43828,44.06757],[2.43784,44.11257],[2.37538,44.11223],[2.37488,44.15723],[2.24986,44.15645],[2.24927,44.20145],[2.18671,44.201],[2.18607,44.24601],[2.12346,44.24552],[2.12416,44.20052],[1.87394,44.19824],[1.87483,44.15324],[1.62484,44.15039],[1.6281,44.01541],[1.56575,44.01461],[1.56689,43.96961],[1.50459,43.96878],[1.50812,43.83381],[1.57027,43.83465]]],"terms_url":"https://geoservices.ign.fr/documentation/donnees/ortho/bdortho","terms_text":"IGN"},{"id":"fr.orthohr.2021","name":"Ortho HR 2021","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2021/{zoom}/{x}/{y}","category":"photo","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[-1.15849,46.28904],[-1.22335,46.28665],[-1.21988,46.24169],[-1.34946,46.23681],[-1.35304,46.28177],[-1.61235,46.27155],[-1.60478,46.18165],[-1.54006,46.18426],[-1.53634,46.13931],[-1.40701,46.14441],[-1.4034,46.09945],[-1.46801,46.09692],[-1.45342,45.91711],[-1.38901,45.91963],[-1.38543,45.87468],[-1.32107,45.87716],[-1.30351,45.65237],[-1.23941,45.65481],[-1.23253,45.56489],[-1.16852,45.56728],[-1.16514,45.52232],[-1.22909,45.51993],[-1.20184,45.16026],[-1.26538,45.15785],[-1.24147,44.84318],[-1.30465,44.84074],[-1.27384,44.43622],[-1.33657,44.43377],[-1.3194,44.20907],[-1.38187,44.20659],[-1.36803,44.02686],[-1.4303,44.02435],[-1.41636,43.84464],[-1.47843,43.84211],[-1.46438,43.66243],[-1.52625,43.65987],[-1.51916,43.57004],[-1.58093,43.56745],[-1.57734,43.52254],[-1.63906,43.51991],[-1.63181,43.4301],[-1.81663,43.42203],[-1.80537,43.28734],[-1.68245,43.29274],[-1.6788,43.24784],[-1.61738,43.25049],[-1.61379,43.20559],[-1.55241,43.2082],[-1.55595,43.2531],[-1.43308,43.25822],[-1.42618,43.16841],[-1.48753,43.16587],[-1.48056,43.07607],[-1.5418,43.07351],[-1.53828,43.02861],[-1.47708,43.03118],[-1.47361,42.98628],[-1.29013,42.99376],[-1.29346,43.03866],[-1.23225,43.04109],[-1.22896,42.99619],[-1.10661,43.00093],[-1.10343,42.95603],[-0.98115,42.96063],[-0.97806,42.91572],[-0.79475,42.92236],[-0.79181,42.87745],[-0.73075,42.87959],[-0.72786,42.83468],[-0.66684,42.83678],[-0.664,42.79187],[-0.60302,42.79394],[-0.60024,42.74903],[-0.35646,42.75694],[-0.35905,42.80186],[-0.29805,42.80376],[-0.30316,42.8936],[-0.24206,42.89546],[-0.24961,43.03025],[-0.12711,43.03388],[-0.13197,43.12375],[-0.07062,43.12551],[-0.07301,43.17045],[-0.01161,43.17218],[-0.01631,43.26207],[0.04519,43.26377],[0.03364,43.48852],[-0.0281,43.48681],[-0.03523,43.62167],[-0.22086,43.61632],[-0.22591,43.70623],[-0.16394,43.70805],[-0.17391,43.88788],[0.13697,43.89648],[0.12792,44.07636],[0.1903,44.07798],[0.18585,44.16792],[-0.06405,44.16123],[-0.06648,44.2062],[-0.00396,44.20793],[-0.01112,44.34285],[0.05156,44.34454],[0.04216,44.52446],[0.10504,44.52612],[0.10273,44.5711],[0.16566,44.57274],[0.1634,44.61772],[0.22638,44.61932],[0.22195,44.70929],[0.28503,44.71086],[0.28937,44.62088],[0.60435,44.62816],[0.60244,44.67315],[0.66549,44.6745],[0.66736,44.62951],[0.79338,44.63209],[0.79514,44.5871],[1.04701,44.59184],[1.04857,44.54684],[1.1115,44.54793],[1.10999,44.59293],[1.17297,44.59399],[1.17151,44.63899],[1.23454,44.64002],[1.23313,44.68502],[1.3593,44.68696],[1.35667,44.77697],[1.41986,44.77789],[1.41732,44.86791],[1.48061,44.86879],[1.47327,45.13885],[1.40967,45.13796],[1.40839,45.18298],[1.34475,45.18205],[1.34207,45.27207],[1.27833,45.27111],[1.27694,45.31612],[1.34073,45.31709],[1.3367,45.45212],[1.27275,45.45116],[1.27135,45.49617],[1.20734,45.49517],[1.20443,45.58519],[1.07623,45.58307],[1.07466,45.62808],[0.88222,45.62462],[0.8805,45.66963],[0.8163,45.6684],[0.81452,45.71341],[0.68604,45.71084],[0.68415,45.75585],[0.61986,45.75451],[0.6218,45.70951],[0.55756,45.70813],[0.55955,45.66313],[0.43119,45.66027],[0.43744,45.52527],[0.30941,45.52228],[0.31159,45.47728],[0.24763,45.47573],[0.25209,45.38574],[0.18824,45.38416],[0.19278,45.29417],[0.12903,45.29255],[0.13135,45.24756],[0.06766,45.2459],[0.06529,45.29089],[-0.06218,45.28748],[-0.06466,45.33246],[-0.19221,45.3289],[-0.20516,45.55383],[-0.26919,45.55198],[-0.27451,45.64195],[-0.33864,45.64007],[-0.34407,45.73004],[-0.08711,45.73737],[-0.09214,45.82735],[-0.02779,45.82909],[-0.0377,46.00906],[-0.10226,46.00731],[-0.10735,46.09729],[-0.23668,46.09367],[-0.23933,46.13866],[-0.43345,46.13295],[-0.43627,46.17793],[-0.56577,46.17394],[-0.5687,46.21892],[-0.63349,46.21687],[-0.63648,46.26184],[-0.70132,46.25975],[-0.70741,46.3497],[-0.77236,46.34757],[-0.77547,46.39254],[-1.16534,46.37896],[-1.15849,46.28904]],[[1.39178,50.17759],[1.39462,50.08781],[1.32484,50.08688],[1.32632,50.04198],[1.39604,50.04291],[1.39745,49.99801],[1.46711,49.9989],[1.46846,49.954],[1.53806,49.95485],[1.53935,49.90994],[1.60889,49.91075],[1.61011,49.86585],[1.6796,49.86662],[1.69339,49.32751],[1.76215,49.32823],[1.76323,49.28329],[1.69453,49.28257],[1.69567,49.23762],[1.62703,49.23686],[1.62941,49.14697],[1.5609,49.14617],[1.56215,49.10123],[1.42524,49.09951],[1.43204,48.87475],[1.50019,48.87563],[1.50664,48.65082],[1.5745,48.65165],[1.57573,48.60668],[1.64354,48.60747],[1.64586,48.51753],[1.71356,48.51828],[1.71576,48.42833],[1.85092,48.42972],[1.85191,48.38474],[1.91943,48.38538],[1.9222,48.25043],[2.25899,48.25302],[2.25836,48.29801],[2.3932,48.29878],[2.39423,48.2088],[2.46154,48.20913],[2.46199,48.16414],[2.39475,48.16381],[2.39526,48.11882],[2.59684,48.11969],[2.59718,48.07469],[2.66432,48.0749],[2.73145,48.07508],[2.73123,48.12007],[3.00001,48.12038],[3.00001,48.16537],[3.06726,48.16535],[3.06749,48.3453],[3.47237,48.34438],[3.474,48.5243],[3.54171,48.52401],[3.54217,48.56899],[3.60994,48.56866],[3.61099,48.65861],[3.5431,48.65894],[3.54357,48.70391],[3.47563,48.7042],[3.47645,48.79414],[3.54451,48.79385],[3.54545,48.88378],[3.61363,48.88345],[3.61416,48.92841],[3.68239,48.92804],[3.68476,49.10787],[3.75323,49.10746],[3.75388,49.15242],[3.82241,49.15197],[3.82313,49.19692],[3.75454,49.19737],[3.75519,49.24231],[3.68654,49.24272],[3.68714,49.28767],[3.75585,49.28726],[3.75651,49.3322],[4.10034,49.32956],[4.10612,49.59917],[4.17524,49.59852],[4.1773,49.68837],[4.24654,49.68768],[4.24764,49.7326],[4.31694,49.73187],[4.31809,49.77679],[4.24873,49.77752],[4.24983,49.82243],[4.31925,49.8217],[4.32158,49.91153],[4.25203,49.91226],[4.25314,49.95717],[4.32274,49.95643],[4.33214,50.3156],[4.26204,50.31634],[4.26316,50.36122],[4.12283,50.36258],[4.12383,50.40746],[3.77266,50.41016],[3.77404,50.49992],[3.70367,50.50034],[3.7043,50.54522],[3.63388,50.5456],[3.63444,50.59047],[3.35248,50.59159],[3.35374,50.77106],[3.28299,50.77125],[3.28325,50.81611],[3.21244,50.81625],[3.21263,50.8611],[2.92913,50.86126],[2.92919,50.81641],[2.85838,50.81635],[2.85826,50.8612],[2.71651,50.86096],[2.71549,51.04036],[2.64436,51.04018],[2.64372,51.12986],[2.50121,51.12937],[2.50166,51.08453],[2.28809,51.0835],[2.07453,51.08211],[2.07536,51.03727],[1.86201,51.03551],[1.86304,50.99067],[1.64989,50.98855],[1.65232,50.89887],[1.51049,50.89725],[1.51316,50.80756],[1.58395,50.80838],[1.58521,50.76353],[1.51449,50.7627],[1.52768,50.31401],[1.45759,50.31315],[1.46168,50.17849],[1.39178,50.17759]],[[-5.20606,48.51206],[-5.18504,48.37785],[-5.11788,48.38248],[-5.11095,48.33773],[-4.97669,48.34688],[-4.96311,48.25737],[-4.76197,48.27079],[-4.75537,48.22601],[-4.68835,48.23041],[-4.66877,48.09607],[-5.00287,48.07378],[-4.9893,47.98426],[-4.65576,48.00651],[-4.64928,47.96172],[-4.5159,47.97035],[-4.50953,47.92556],[-4.44288,47.92981],[-4.41776,47.75061],[-4.35132,47.75481],[-4.34512,47.71],[-4.27873,47.71416],[-4.21232,47.71829],[-4.21841,47.7631],[-4.08546,47.77124],[-4.06756,47.63678],[-3.86856,47.64867],[-3.88015,47.73834],[-3.61423,47.7537],[-3.60865,47.70886],[-3.47575,47.71631],[-3.48669,47.80601],[-3.42011,47.80968],[-3.42554,47.85453],[-3.3589,47.85817],[-3.37508,47.99273],[-3.50869,47.98539],[-3.51421,48.03024],[-3.6479,48.02274],[-3.6592,48.11241],[-3.59225,48.11618],[-3.59786,48.16102],[-3.46381,48.16845],[-3.45832,48.12361],[-3.32435,48.13089],[-3.12333,48.14151],[-3.12854,48.18637],[-3.06146,48.18984],[-3.05631,48.14498],[-2.92223,48.1518],[-2.9172,48.10693],[-2.8502,48.11028],[-2.84523,48.06541],[-2.71134,48.07199],[-2.70649,48.02712],[-2.50575,48.03669],[-2.51042,48.08158],[-2.44344,48.08469],[-2.44807,48.12958],[-2.38102,48.13266],[-2.37644,48.08777],[-2.24243,48.09382],[-2.24689,48.13871],[-2.17982,48.14168],[-2.18423,48.18657],[-2.11709,48.18951],[-2.12145,48.2344],[-1.98704,48.24016],[-1.99129,48.28506],[-1.92402,48.28788],[-1.92822,48.33278],[-1.86088,48.33556],[-1.88173,48.56004],[-1.94935,48.55724],[-1.9536,48.60213],[-2.08895,48.59642],[-2.09332,48.6413],[-2.16104,48.63838],[-2.16547,48.68326],[-2.23324,48.6803],[-2.23774,48.72517],[-2.37337,48.71913],[-2.36876,48.67426],[-2.4365,48.67119],[-2.44118,48.71606],[-2.50897,48.71294],[-2.50424,48.66808],[-2.63969,48.66173],[-2.63485,48.61687],[-2.70251,48.61365],[-2.71231,48.70336],[-2.84783,48.69678],[-2.86295,48.83132],[-2.93086,48.82797],[-2.9411,48.91764],[-3.00913,48.91424],[-3.01432,48.95908],[-3.15046,48.95216],[-3.14516,48.90733],[-3.34913,48.89667],[-3.35461,48.94149],[-3.69466,48.92293],[-3.67163,48.74371],[-3.87485,48.73215],[-3.88077,48.77695],[-3.94854,48.77302],[-3.95453,48.81781],[-4.09017,48.80982],[-4.08407,48.76504],[-4.15181,48.76099],[-4.14566,48.7162],[-4.61918,48.68681],[-4.61264,48.64205],[-4.81524,48.62889],[-4.80854,48.58413],[-4.876,48.57967],[-4.86252,48.49016],[-4.99716,48.48114],[-5.00401,48.52589],[-5.20606,48.51206]],[[0.23312,47.05213],[0.24003,46.91716],[0.69974,46.92726],[0.70356,46.83726],[0.76914,46.83855],[0.77284,46.74854],[0.83831,46.7498],[0.8401,46.70479],[1.03637,46.70832],[1.03147,46.84334],[1.09707,46.84444],[1.09231,46.97945],[1.28959,46.98255],[1.28817,47.02755],[1.35399,47.02851],[1.35261,47.07352],[1.41849,47.07444],[1.41452,47.20946],[1.81082,47.2142],[1.81182,47.16919],[1.94382,47.17047],[1.94205,47.26049],[2.20652,47.2626],[2.20519,47.35262],[2.13896,47.35215],[2.13824,47.39716],[2.27081,47.39806],[2.2665,47.7131],[1.73311,47.70854],[1.73204,47.75353],[1.66532,47.75279],[1.66419,47.79779],[1.59741,47.79701],[1.59145,48.02196],[1.18914,48.01646],[1.1876,48.06144],[1.1205,48.06039],[1.1189,48.10537],[1.05174,48.10428],[1.05008,48.14926],[0.78126,48.14451],[0.79067,47.91962],[0.72375,47.91834],[0.7276,47.82838],[0.66081,47.82707],[0.66279,47.78209],[0.59605,47.78074],[0.59808,47.73576],[0.5314,47.73437],[0.53349,47.68939],[0.33364,47.685],[0.33589,47.64002],[0.20279,47.63691],[0.20515,47.59193],[0.13866,47.59032],[0.15067,47.36543],[0.08446,47.36378],[0.0869,47.3188],[0.02076,47.31712],[0.03319,47.09221],[0.16493,47.09552],[0.1673,47.05053],[0.23312,47.05213]],[[3.06267,44.29401],[3.06262,44.249],[3.12523,44.24895],[3.12513,44.20394],[3.18769,44.20386],[3.18755,44.15885],[3.31257,44.15857],[3.31232,44.11356],[3.24986,44.11372],[3.24947,44.02372],[3.3742,44.02337],[3.3739,43.97837],[3.31159,43.97856],[3.31134,43.93357],[3.24907,43.93372],[3.24888,43.88873],[3.18666,43.88885],[3.18651,43.84386],[3.00001,43.84402],[3.00001,43.75403],[2.93793,43.75401],[2.93798,43.70902],[2.87596,43.70896],[2.87606,43.66397],[2.56619,43.66318],[2.56721,43.52822],[2.62904,43.52845],[2.62933,43.48346],[2.56755,43.48323],[2.56789,43.43825],[2.50616,43.43799],[2.50577,43.48297],[2.44399,43.48267],[2.44443,43.43769],[2.3827,43.43735],[2.38222,43.48234],[2.19689,43.48112],[2.19752,43.43614],[2.07407,43.43515],[2.07335,43.48014],[2.01158,43.47959],[2.01235,43.43461],[1.88891,43.43341],[1.88804,43.47839],[1.82627,43.47774],[1.82719,43.43276],[1.76547,43.43208],[1.76643,43.3871],[1.70477,43.38638],[1.70578,43.34141],[1.64416,43.34065],[1.64838,43.16077],[1.70981,43.16152],[1.71081,43.11656],[1.83357,43.11796],[1.83448,43.07299],[1.89581,43.07364],[1.89667,43.02867],[1.95796,43.02928],[1.95877,42.98432],[1.89752,42.98371],[1.89923,42.89379],[1.83809,42.89314],[1.84078,42.75828],[1.90178,42.75892],[1.90263,42.71397],[2.08551,42.71569],[2.08621,42.67073],[1.96439,42.66962],[1.96519,42.62468],[1.7826,42.62275],[1.78354,42.57781],[1.72272,42.5771],[1.72371,42.53215],[1.66294,42.53141],[1.66397,42.48647],[1.72469,42.48721],[1.72567,42.44227],[1.90769,42.44429],[1.90937,42.35442],[1.96995,42.35502],[1.97074,42.31009],[2.09182,42.31119],[2.09112,42.35613],[2.15171,42.35663],[2.15106,42.40157],[2.33297,42.40286],[2.33348,42.35792],[2.45466,42.35861],[2.45508,42.31367],[2.69726,42.31464],[2.6968,42.40452],[2.87872,42.40488],[2.87863,42.44982],[3.00001,42.44989],[3.00001,42.40495],[3.24257,42.40467],[3.24276,42.44961],[3.18207,42.44974],[3.18235,42.53963],[3.12157,42.53971],[3.12166,42.58466],[3.06083,42.58471],[3.06112,42.85445],[3.12223,42.8544],[3.12242,42.94432],[3.06121,42.94438],[3.06126,42.98934],[3.12251,42.98929],[3.1227,43.07923],[3.18405,43.07914],[3.18419,43.12411],[3.24559,43.12399],[3.24578,43.16896],[3.30722,43.1688],[3.30746,43.21378],[3.36895,43.21358],[3.36924,43.25856],[3.55385,43.25777],[3.55428,43.30275],[3.61587,43.30241],[3.61635,43.34739],[3.73961,43.34662],[3.74019,43.3916],[3.80186,43.39116],[3.80249,43.43614],[3.86422,43.43566],[3.86489,43.48065],[3.98843,43.47959],[3.98921,43.52457],[4.05103,43.52399],[4.0502,43.47901],[4.11197,43.47839],[4.1111,43.43341],[4.23454,43.43208],[4.23551,43.47706],[4.35903,43.47558],[4.3601,43.52056],[4.42191,43.51976],[4.42302,43.56474],[4.48487,43.56391],[4.48721,43.65388],[4.67305,43.65118],[4.67964,43.87609],[4.92838,43.87198],[4.92687,43.827],[4.989,43.82588],[4.98743,43.7809],[5.04951,43.77975],[5.0479,43.73477],[5.296,43.72982],[5.2942,43.68485],[5.41813,43.68217],[5.41624,43.6372],[5.66388,43.63141],[5.66597,43.67637],[5.78986,43.67327],[5.79425,43.76319],[5.73221,43.76477],[5.73436,43.80973],[5.67226,43.81127],[5.67436,43.85624],[5.61221,43.85775],[5.61633,43.94769],[5.55409,43.94917],[5.56217,44.12907],[5.49972,44.13052],[5.5017,44.1755],[5.4392,44.17691],[5.44113,44.22189],[5.31602,44.2246],[5.31785,44.26959],[5.19263,44.27216],[5.19437,44.31714],[5.06904,44.31957],[5.07068,44.36457],[5.1334,44.36337],[5.1351,44.40836],[5.07233,44.40956],[5.07398,44.45455],[4.88551,44.45794],[4.88251,44.36795],[4.63159,44.37195],[4.63029,44.32695],[4.56761,44.32787],[4.56885,44.37286],[4.38063,44.37539],[4.31789,44.37615],[4.31684,44.33115],[4.19145,44.33258],[4.1924,44.37759],[4.12965,44.37825],[4.13055,44.42325],[4.06775,44.42388],[4.0686,44.46888],[4.00574,44.46947],[4.00815,44.6045],[3.94515,44.60505],[3.94742,44.74009],[3.88426,44.74061],[3.88497,44.78562],[3.82176,44.78611],[3.82242,44.83112],[3.75916,44.83157],[3.75977,44.87659],[3.69646,44.877],[3.69702,44.92202],[3.57029,44.92274],[3.56984,44.87772],[3.44321,44.8783],[3.44392,44.96834],[3.38051,44.96857],[3.38081,45.01359],[3.31735,45.01379],[3.31709,44.96877],[3.19026,44.96906],[3.1901,44.92404],[3.06337,44.92419],[3.06327,44.83415],[3.00001,44.83417],[3.00001,44.69912],[2.93689,44.6991],[2.93699,44.60908],[3.00001,44.6091],[3.00001,44.56408],[3.06297,44.56407],[3.06272,44.33902],[3.12543,44.33896],[3.12533,44.29396],[3.06267,44.29401]],[[5.82779,45.69912],[5.84631,46.05908],[5.91094,46.05744],[5.91333,46.10244],[5.97801,46.10076],[5.98045,46.14575],[6.04518,46.14403],[6.04768,46.18902],[6.11246,46.18727],[6.11501,46.23226],[6.17984,46.23046],[6.19032,46.41041],[6.12528,46.41221],[6.12786,46.4572],[5.99766,46.46069],[5.99272,46.37071],[5.92772,46.37239],[5.92532,46.3274],[5.86037,46.32905],[5.85801,46.28406],[5.72821,46.28724],[5.73046,46.33224],[5.6655,46.33378],[5.66769,46.37877],[5.60267,46.38028],[5.60053,46.33528],[5.47059,46.33817],[5.47263,46.38317],[5.4076,46.38456],[5.40958,46.42956],[5.3445,46.43092],[5.34643,46.47592],[5.28129,46.47724],[5.28318,46.52224],[4.89194,46.52938],[4.89038,46.48438],[4.82522,46.48543],[4.81921,46.30539],[4.75426,46.30641],[4.74851,46.12636],[4.68377,46.12733],[4.67689,45.90226],[4.74137,45.90129],[4.73995,45.85627],[4.86878,45.85422],[4.86574,45.76419],[5.05866,45.76084],[5.05532,45.67082],[4.99111,45.67197],[4.9895,45.62696],[4.73288,45.63121],[4.73006,45.54118],[4.79412,45.54018],[4.79267,45.49517],[4.72866,45.49617],[4.72168,45.27111],[4.97665,45.26689],[4.97824,45.3119],[5.04203,45.31075],[5.04038,45.26575],[5.10411,45.26457],[5.10072,45.17456],[5.16435,45.17334],[5.16261,45.12834],[5.09903,45.12955],[5.09566,45.03954],[5.34953,45.03448],[5.34764,44.98948],[5.47446,44.98673],[5.47049,44.89674],[5.40719,44.89813],[5.40141,44.76314],[5.59086,44.75887],[5.58879,44.71388],[5.71498,44.71086],[5.71281,44.66587],[5.83888,44.66271],[5.84115,44.70769],[5.96731,44.70438],[5.96968,44.74936],[6.0328,44.74765],[6.03523,44.79264],[6.0984,44.79089],[6.10088,44.83587],[6.41692,44.82658],[6.42515,44.96151],[6.3618,44.96344],[6.3645,45.00842],[6.23768,45.01218],[6.24029,45.05716],[6.30375,45.0553],[6.31174,45.19024],[6.1845,45.19394],[6.19222,45.3289],[6.256,45.32706],[6.25863,45.37204],[6.1948,45.37388],[6.19998,45.46386],[6.07211,45.46743],[6.0746,45.51242],[5.94662,45.51585],[5.88262,45.51751],[5.87795,45.42753],[5.81405,45.42915],[5.81633,45.47414],[5.75238,45.47573],[5.75684,45.56572],[5.69278,45.56728],[5.69716,45.65727],[5.76133,45.65572],[5.76357,45.70071],[5.82779,45.69912]],[[8.03425,48.73394],[8.10209,48.73106],[8.10648,48.77593],[8.17438,48.77301],[8.18778,48.90762],[8.25584,48.90465],[8.26492,48.99437],[8.12856,49.00028],[8.133,49.04515],[7.99649,49.05091],[8.00082,49.09578],[7.65912,49.10952],[7.65509,49.06464],[7.58679,49.06727],[7.57886,48.9775],[7.23783,48.99005],[7.2415,49.03494],[7.17322,49.03734],[7.17683,49.08223],[7.04013,49.08691],[7.03314,48.99711],[6.9649,48.99938],[6.96147,48.95448],[6.89328,48.95672],[6.88656,48.8669],[7.0227,48.86239],[7.01577,48.77258],[7.15166,48.76793],[7.15523,48.81283],[7.22322,48.81045],[7.2051,48.58591],[7.1374,48.58828],[7.13386,48.54337],[6.99856,48.548],[6.99513,48.50308],[6.92753,48.50533],[6.92417,48.46041],[6.65393,48.46904],[6.65707,48.51397],[6.58944,48.51603],[6.58636,48.4711],[6.51879,48.47312],[6.51578,48.42819],[6.31319,48.43402],[6.31603,48.47896],[6.24843,48.48083],[6.24565,48.43589],[6.11056,48.43951],[6.1079,48.39456],[5.9729,48.39802],[5.97545,48.44297],[5.90788,48.44465],[5.91287,48.53455],[5.70981,48.53935],[5.70749,48.4944],[5.57222,48.4974],[5.57001,48.45245],[5.43484,48.4553],[5.43275,48.41034],[5.36522,48.4117],[5.36118,48.32178],[5.49602,48.31901],[5.49389,48.27404],[5.56124,48.2726],[5.55906,48.22764],[5.62635,48.22616],[5.61743,48.0463],[5.68449,48.04479],[5.68221,47.99982],[5.74921,47.99827],[5.74455,47.90833],[6.01206,47.90177],[6.01462,47.94674],[6.14846,47.94323],[6.1458,47.89826],[6.27951,47.8946],[6.28229,47.93956],[6.4161,47.93575],[6.41031,47.84583],[6.54388,47.84187],[6.54688,47.88682],[6.68053,47.88271],[6.67742,47.83776],[6.74418,47.83564],[6.74101,47.79069],[6.80771,47.78854],[6.8045,47.74359],[7.0044,47.73692],[6.99092,47.55713],[7.05732,47.55484],[7.05391,47.50989],[7.12024,47.50756],[7.11333,47.41767],[7.17955,47.41531],[7.17604,47.37036],[7.30836,47.36552],[7.31197,47.41047],[7.44437,47.40548],[7.44811,47.45042],[7.58059,47.44527],[7.5883,47.53514],[7.65464,47.53251],[7.66249,47.62236],[7.59603,47.625],[7.6233,47.93947],[7.69015,47.93682],[7.69811,48.02665],[7.63115,48.02931],[7.64298,48.16405],[7.71011,48.16139],[7.72216,48.29612],[7.78946,48.29341],[7.80586,48.47301],[7.87338,48.47026],[7.89012,48.64982],[7.95787,48.64702],[7.96213,48.6919],[8.02992,48.68906],[8.03425,48.73394]]],"terms_url":"https://geoservices.ign.fr/documentation/donnees/ortho/bdortho","terms_text":"IGN"},{"id":"fr.orthohr.2022","name":"Ortho HR 2022","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2022/{zoom}/{x}/{y}","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[-2.2341,46.65072],[-2.24278,46.74056],[-2.30812,46.73756],[-2.31252,46.78248],[-2.44328,46.77635],[-2.42978,46.64161],[-2.2341,46.65072]],[[1.99346,44.51448],[2.05637,44.51504],[2.05562,44.56005],[2.24448,44.5615],[2.24267,44.69653],[2.17956,44.69608],[2.17693,44.87614],[2.11362,44.87565],[2.11148,45.01069],[1.85765,45.00838],[1.85857,44.96336],[1.79517,44.9627],[1.7942,45.00771],[1.73075,45.007],[1.72973,45.05202],[1.34874,45.04702],[1.35535,44.82198],[1.22888,44.82003],[1.23171,44.73002],[1.16858,44.729],[1.17005,44.684],[1.10697,44.68293],[1.10848,44.63793],[1.04545,44.63684],[1.04701,44.59184],[0.92107,44.58954],[0.92438,44.49955],[0.98725,44.50071],[0.99045,44.41072],[0.86491,44.40836],[0.8683,44.31838],[0.80564,44.31714],[0.80738,44.27216],[0.87,44.27339],[0.87168,44.2284],[0.80912,44.22717],[0.81085,44.18218],[0.74834,44.18091],[0.75012,44.13593],[0.68766,44.13463],[0.69131,44.04466],[0.75368,44.04596],[0.75722,43.956],[0.69495,43.9547],[0.69677,43.90973],[0.82121,43.91228],[0.82292,43.8673],[0.88509,43.86852],[0.88842,43.77856],[1.19883,43.78414],[1.20025,43.73916],[1.32433,43.74114],[1.32301,43.78612],[1.3851,43.78706],[1.38383,43.83204],[1.50812,43.83381],[1.50695,43.8788],[1.63134,43.88043],[1.62918,43.97041],[1.69148,43.97118],[1.69045,44.01617],[1.7528,44.0169],[1.75181,44.06189],[1.87661,44.06325],[1.87572,44.10824],[2.00063,44.10945],[1.99984,44.15445],[2.06234,44.155],[2.0616,44.2],[1.99905,44.19945],[1.99746,44.28946],[1.93481,44.28887],[1.93141,44.46888],[1.99427,44.46947],[1.99346,44.51448]],[[3.94742,44.74009],[3.94817,44.7851],[4.07458,44.78395],[4.07544,44.82896],[4.20195,44.82766],[4.20388,44.91768],[4.33058,44.91624],[4.33271,45.00626],[4.39616,45.00548],[4.39841,45.09551],[4.46196,45.09469],[4.46314,45.13971],[4.52674,45.13885],[4.53044,45.27389],[4.46668,45.27475],[4.46787,45.31976],[4.40406,45.32058],[4.4052,45.36559],[4.34134,45.36638],[4.34242,45.41139],[4.08676,45.41416],[4.08588,45.36914],[4.02201,45.36975],[4.02284,45.41476],[3.51144,45.41826],[3.51186,45.46329],[3.44788,45.46356],[3.44752,45.41854],[3.38359,45.41877],[3.3839,45.4638],[3.25593,45.46416],[3.25573,45.41914],[3.1918,45.41927],[3.19164,45.37424],[3.06388,45.37439],[3.06373,45.23932],[3.19118,45.23918],[3.19102,45.19416],[3.2547,45.19403],[3.25388,45.01395],[3.31735,45.01379],[3.31684,44.92375],[3.3802,44.92355],[3.37959,44.83352],[3.44286,44.83329],[3.4425,44.78827],[3.75855,44.78656],[3.75795,44.74155],[3.94742,44.74009]],[[0.57348,48.27545],[0.57141,48.32041],[0.43658,48.31757],[0.42779,48.4974],[0.08963,48.4896],[0.09213,48.44465],[-0.04299,48.44126],[-0.04039,48.39631],[-0.17538,48.39277],[-0.16996,48.30287],[-0.23733,48.30105],[-0.23181,48.21115],[-0.29906,48.20929],[-0.29065,48.07443],[-0.35772,48.07254],[-0.34918,47.93767],[-0.48298,47.93378],[-0.47415,47.79891],[-0.40742,47.80087],[-0.3988,47.66599],[-0.26567,47.66979],[-0.26291,47.62482],[-0.06335,47.63023],[-0.06077,47.58526],[0.07218,47.58867],[0.07465,47.5437],[0.2075,47.54695],[0.20515,47.59193],[0.27164,47.59351],[0.27394,47.54853],[0.40682,47.55156],[0.40463,47.59654],[0.53764,47.59942],[0.53557,47.6444],[0.6687,47.64714],[0.66476,47.73711],[0.73144,47.73842],[0.72953,47.7834],[0.79627,47.78468],[0.79254,47.87464],[0.8594,47.87588],[0.85212,48.0558],[0.91921,48.057],[0.91744,48.10198],[0.98459,48.10315],[0.98287,48.14813],[0.91567,48.14696],[0.91389,48.19193],[0.84663,48.19072],[0.84479,48.2357],[0.71017,48.23316],[0.70821,48.27813],[0.57348,48.27545]],[[3.54264,48.61396],[3.54217,48.56899],[3.60994,48.56866],[3.60942,48.52368],[3.74483,48.52291],[3.7442,48.47793],[3.87949,48.47701],[3.881,48.56696],[4.01653,48.56588],[4.01827,48.65582],[4.15402,48.65459],[4.15502,48.69956],[4.29088,48.69816],[4.28756,48.56326],[4.35531,48.5625],[4.35415,48.51753],[4.82795,48.51119],[4.83109,48.60112],[4.89888,48.60006],[4.90051,48.64502],[5.0362,48.64278],[5.04147,48.77765],[4.97345,48.77879],[4.97856,48.91365],[5.04676,48.9125],[5.05564,49.13722],[4.98714,49.13837],[4.98887,49.18331],[5.05742,49.18216],[5.05921,49.22709],[4.9906,49.22825],[4.99233,49.27318],[4.64894,49.27836],[4.65037,49.3233],[4.37537,49.32674],[4.37657,49.37168],[4.30776,49.37245],[4.3089,49.41738],[3.75783,49.42209],[3.75717,49.37715],[3.68834,49.37756],[3.68774,49.33262],[3.61897,49.33299],[3.61682,49.1532],[3.54829,49.15353],[3.54686,49.01866],[3.61522,49.01833],[3.61469,48.97337],[3.54639,48.9737],[3.54592,48.92874],[3.47768,48.92903],[3.47686,48.8391],[3.34062,48.83957],[3.34003,48.74963],[3.40803,48.74942],[3.40698,48.6145],[3.54264,48.61396]],[[-0.88203,46.97494],[-0.88526,47.0199],[-0.951,47.01767],[-0.9543,47.06263],[-1.15166,47.0557],[-1.15512,47.10066],[-1.3526,47.09338],[-1.34897,47.04844],[-1.48048,47.0434],[-1.48421,47.08835],[-1.55001,47.08577],[-1.54622,47.04083],[-1.61196,47.03822],[-1.60046,46.9034],[-1.73159,46.89808],[-1.73552,46.94302],[-1.80114,46.9403],[-1.80513,46.98524],[-1.87079,46.98248],[-1.87485,47.02741],[-1.94055,47.02462],[-1.94467,47.06955],[-2.07617,47.06384],[-2.07195,47.01891],[-2.20331,47.01306],[-2.20765,47.05798],[-2.4048,47.04891],[-2.39132,46.91417],[-2.26022,46.92024],[-2.25585,46.87532],[-2.19034,46.8783],[-2.17743,46.74353],[-2.11208,46.74646],[-2.10785,46.70154],[-2.04254,46.70443],[-2.03837,46.6595],[-1.97311,46.66235],[-1.969,46.61742],[-1.90378,46.62023],[-1.88762,46.44049],[-1.7576,46.44598],[-1.75368,46.40104],[-1.68872,46.40373],[-1.68486,46.35879],[-1.55501,46.36406],[-1.55127,46.31911],[-1.48639,46.32168],[-1.4827,46.27673],[-1.35304,46.28177],[-1.34946,46.23681],[-1.09027,46.24643],[-1.09363,46.29139],[-1.02877,46.29371],[-1.03208,46.33867],[-0.96716,46.34095],[-0.9639,46.29599],[-0.76926,46.3026],[-0.76616,46.25763],[-0.70132,46.25975],[-0.70436,46.30473],[-0.50966,46.3109],[-0.51834,46.44583],[-0.58341,46.44381],[-0.60421,46.75863],[-0.66965,46.75656],[-0.67575,46.8465],[-0.74129,46.84439],[-0.74751,46.93432],[-0.81316,46.93217],[-0.81633,46.97713],[-0.88203,46.97494]]],"terms_url":"https://geoservices.ign.fr/documentation/donnees/ortho/bdortho","terms_text":"IGN"},{"id":"LV_ORTOFOTO_C3","name":"Orthophoto (2007–2008), 1:10000, Latvia","type":"wms","template":"https://servisi.lgia.gov.lv/lksopen/services/ORTO/Ortofoto_v3_CIR/MapServer/WmsServer?LAYERS=1&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2008-12-31T00:00:00.000Z","startDate":"2007-01-01T00:00:00.000Z","polygon":[[[27.66415,55.75354],[27.68475,55.93319],[28.26703,56.1908],[28.23682,56.49827],[27.82757,56.94886],[27.90997,57.37037],[27.58313,57.56387],[26.93219,57.63598],[26.5202,57.58596],[26.0368,57.87192],[25.1991,58.10487],[24.31744,57.90258],[24.31744,57.19669],[23.93567,56.9788],[23.55115,56.98479],[23.23804,57.10283],[23.14465,57.37333],[22.60632,57.60215],[22.60083,57.76953],[21.66699,57.56681],[21.40057,57.29625],[21.38409,57.0177],[21.04626,56.80026],[20.99133,56.36615],[21.0545,56.0392],[21.28796,56.05608],[21.29895,56.1908],[22.11743,56.41936],[24.44379,56.24425],[24.81183,56.3996],[25.15515,56.1694],[25.58087,56.12962],[26.53668,55.66146],[26.91296,55.66766],[27.0805,55.80991],[27.66415,55.75354]]],"terms_text":"LĢIA (Latvian Geospatial Information Agency) provided these open data (CC0) and WMS service.","description":"The service includes an orthophoto map in the color spectrum for the entire territory of the country with a resolution of 0.5 meters, with aerial photography time from 2007-2008. Aerial photography was performed with a digital camera Vexcel 'UltraCamX' (216 megapixels), flight altitude - 7000 m. A color orthophoto map at a scale of 1:10 000 is available in GeoTIFF raster format with a link to the LKS-92 TM coordinate system. The files correspond to the TKS-93 M 1:5 000 map page nomenclature. <a href='https://servisi.lgia.gov.lv/lksopen/services/ORTO/Ortofoto_v3_CIR/MapServer/WMSServer?request=GetCapabilities&service=WMS'>WMS service</a> description."},{"id":"LV_ORTOFOTO_C4","name":"Orthophoto (2010-2011), 1:5000, Latvia","type":"wms","template":"https://lvmgeoserver.lvm.lv/geoserver/ows?LAYERS=public:Orto_4cikls&STYLES=&FORMAT=image/vnd.jpeg-png8&TRANSPARENT=true&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2011-12-31T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","polygon":[[[27.66415,55.75354],[27.68475,55.93319],[28.26703,56.1908],[28.23682,56.49827],[27.82757,56.94886],[27.90997,57.37037],[27.58313,57.56387],[26.93219,57.63598],[26.5202,57.58596],[26.0368,57.87192],[25.1991,58.10487],[24.31744,57.90258],[24.31744,57.19669],[23.93567,56.9788],[23.55115,56.98479],[23.23804,57.10283],[23.14465,57.37333],[22.60632,57.60215],[22.60083,57.76953],[21.66699,57.56681],[21.40057,57.29625],[21.38409,57.0177],[21.04626,56.80026],[20.99133,56.36615],[21.0545,56.0392],[21.28796,56.05608],[21.29895,56.1908],[22.11743,56.41936],[24.44379,56.24425],[24.81183,56.3996],[25.15515,56.1694],[25.58087,56.12962],[26.53668,55.66146],[26.91296,55.66766],[27.0805,55.80991],[27.66415,55.75354]]],"terms_text":"LĢIA (Latvian Geospatial Information Agency) provided these open data (CC0). WMS service is provided by LVM (Latvian State Forestry).","description":"This service includes a color orthophoto map for the entire territory of Latvia with a resolution of 0.5 meters, obtained from aerial photography data for the years 2010-2011. The orthophoto map is linked to the LKS-92 TM coordinate system. The map sheet breakdown corresponds to the TKS-93 M 1:5000 map sheet nomenclature breakdown. Aerial photography was performed in cooperation with the Polish company MGGPAero. WMS service is freely provided by LVM (Latvian State Forestry, https://lvmgeo.lv/en/data)."},{"id":"LV_ORTOFOTO_C5","name":"Orthophoto (2013-2015), 1:5000, Latvia","type":"wms","template":"https://lvmgeoserver.lvm.lv/geoserver/ows?LAYERS=public:Orto_5cikls&STYLES=&FORMAT=image/vnd.jpeg-png8&TRANSPARENT=true&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2015-12-31T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","polygon":[[[27.66415,55.75354],[27.68475,55.93319],[28.26703,56.1908],[28.23682,56.49827],[27.82757,56.94886],[27.90997,57.37037],[27.58313,57.56387],[26.93219,57.63598],[26.5202,57.58596],[26.0368,57.87192],[25.1991,58.10487],[24.31744,57.90258],[24.31744,57.19669],[23.93567,56.9788],[23.55115,56.98479],[23.23804,57.10283],[23.14465,57.37333],[22.60632,57.60215],[22.60083,57.76953],[21.66699,57.56681],[21.40057,57.29625],[21.38409,57.0177],[21.04626,56.80026],[20.99133,56.36615],[21.0545,56.0392],[21.28796,56.05608],[21.29895,56.1908],[22.11743,56.41936],[24.44379,56.24425],[24.81183,56.3996],[25.15515,56.1694],[25.58087,56.12962],[26.53668,55.66146],[26.91296,55.66766],[27.0805,55.80991],[27.66415,55.75354]]],"terms_text":"LĢIA (Latvian Geospatial Information Agency) provided these open data (CC0). WMS service is provided by LVM (Latvian State Forestry).","description":"This service includes a color orthophoto map for the entire territory of Latvia with a resolution of 0.4 meters, obtained from aerial photography data for the years 2013-2015. The orthophoto map is linked to the LKS-92 TM coordinate system. The map sheet breakdown corresponds to the TKS-93 M 1:5000 map sheet nomenclature breakdown. Aerial photography was performed in cooperation with the Polish company MGGPAero. WMS service is freely provided by LVM (Latvian State Forestry, https://lvmgeo.lv/en/data)."},{"id":"LV_ORTOFOTO_C6","name":"Orthophoto (2016–2018), 1:5000, Latvia","type":"wms","template":"https://lvmgeoserver.lvm.lv/geoserver/ows?LAYERS=public:Orto_LKS&STYLES=&FORMAT=image/vnd.jpeg-png8&TRANSPARENT=true&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2018-12-31T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","polygon":[[[27.61609,55.77671],[27.68475,55.93319],[28.26565,56.22059],[28.14755,56.574],[27.76578,57.00274],[27.86809,57.2968],[27.55601,57.53752],[26.93219,57.63598],[26.5202,57.58596],[26.0368,57.87192],[25.1991,58.10487],[23.27906,57.7715],[22.60083,57.76953],[21.66699,57.56681],[21.40057,57.29625],[21.38409,57.0177],[21.04626,56.80026],[20.99133,56.36615],[21.0545,56.0392],[21.28796,56.05608],[21.29895,56.1908],[22.11743,56.41936],[24.44379,56.24425],[24.81183,56.3996],[25.15515,56.1694],[25.58087,56.12962],[26.46527,55.67308],[26.91296,55.66766],[26.94867,55.78907],[27.61609,55.77671]]],"terms_text":"LĢIA (Latvian Geospatial Information Agency) provided these open data (CC0). WMS service is provided by LVM (Latvian State Forestry).","best":true,"description":"This service includes a color orthophoto map for the entire territory of Latvia with a resolution of 0.25 meters, obtained from aerial photography data for the years 2016-2018. The orthophoto map is linked to the LKS-92 TM coordinate system. The map sheet breakdown corresponds to the TKS-93 M 1:5000 map sheet nomenclature breakdown. WMS service is freely provided by LVM (Latvian State Forestry, https://lvmgeo.lv/en/data)."},{"id":"ORTOS_DGT_2018_WMS","name":"Orthophotos of mainland Portugal - 25cm - 2018 (DGT)","type":"wms","template":"https://cartografia.dgterritorio.gov.pt/wms/ortos2018?LAYERS=Ortos2018-RGB&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[14,20],"polygon":[[[-7.31278,36.98391],[-7.44461,37.5718],[-7.1933,37.97019],[-6.97357,38.00807],[-6.90628,38.24142],[-7.06627,38.20743],[-7.27158,38.45628],[-7.20429,38.72356],[-7.0134,38.85468],[-6.91315,39.03839],[-6.97357,39.13113],[-7.17957,39.23651],[-7.28668,39.48497],[-7.44873,39.61838],[-7.34162,39.60886],[-6.99692,39.64906],[-6.81839,40.0192],[-7.01065,40.19986],[-6.85272,40.24285],[-6.76209,40.35073],[-6.77994,40.8886],[-6.88637,41.01151],[-6.79642,41.01721],[-6.63849,41.21689],[-6.4531,41.24116],[-6.29311,41.38763],[-6.15715,41.5908],[-6.31165,41.68932],[-6.51215,41.71188],[-6.49841,41.88081],[-6.56296,41.97991],[-6.80191,42.00951],[-7.20497,42.00135],[-7.22763,41.8849],[-7.36908,41.87058],[-7.72751,41.92885],[-7.92526,41.94009],[-8.07907,41.84706],[-8.1601,41.91812],[-8.01796,42.05031],[-8.19924,42.18681],[-8.39356,42.1023],[-8.66066,42.07886],[-8.88382,41.88081],[-9.17084,41.86956],[-9.04175,41.43655],[-9.01978,40.65981],[-9.15711,40.26695],[-9.81903,39.52099],[-9.74213,38.6512],[-9.12964,37.88136],[-9.27246,36.99378],[-9.09394,36.68604],[-7.80579,36.74989],[-7.31278,36.98391]]],"terms_url":"https://snig.dgterritorio.gov.pt/rndg/srv/por/catalog.search#/metadata/daf5479d-29c8-4e0c-b7b8-0e1791891186","terms_text":"Informação geográfica cedida pela Direção-Geral do Território","best":true},{"id":"ORTOS_DGRF_2004_06","name":"Orthophotos of mainland Portugal - 50cm - 2004-2006 (DGT)","type":"wms","template":"https://cartografia.dgterritorio.gov.pt/wms/ortos2004-2006?LAYERS=Ortos2004-2006-RGB&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2006-01-01T00:00:00.000Z","zoomExtent":[14,19],"polygon":[[[-7.31278,36.98391],[-7.44461,37.5718],[-7.1933,37.97019],[-6.97357,38.00807],[-6.90628,38.24142],[-7.06627,38.20743],[-7.27158,38.45628],[-7.20429,38.72356],[-7.0134,38.85468],[-6.91315,39.03839],[-6.97357,39.13113],[-7.17957,39.23651],[-7.28668,39.48497],[-7.44873,39.61838],[-7.34162,39.60886],[-6.99692,39.64906],[-6.81839,40.0192],[-7.01065,40.19986],[-6.85272,40.24285],[-6.76209,40.35073],[-6.77994,40.8886],[-6.88637,41.01151],[-6.79642,41.01721],[-6.63849,41.21689],[-6.4531,41.24116],[-6.29311,41.38763],[-6.15715,41.5908],[-6.31165,41.68932],[-6.51215,41.71188],[-6.49841,41.88081],[-6.56296,41.97991],[-6.80191,42.00951],[-7.20497,42.00135],[-7.22763,41.8849],[-7.36908,41.87058],[-7.72751,41.92885],[-7.92526,41.94009],[-8.07907,41.84706],[-8.1601,41.91812],[-8.01796,42.05031],[-8.19924,42.18681],[-8.39356,42.1023],[-8.66066,42.07886],[-8.88382,41.88081],[-9.17084,41.86956],[-9.04175,41.43655],[-9.01978,40.65981],[-9.15711,40.26695],[-9.81903,39.52099],[-9.74213,38.6512],[-9.12964,37.88136],[-9.27246,36.99378],[-9.09394,36.68604],[-7.80579,36.74989],[-7.31278,36.98391]]],"terms_url":"https://snig.dgterritorio.gov.pt/rndg/srv/por/catalog.search#/metadata/5fd2c1e18f5f4c3f814a3e7212937ce7","terms_text":"Informação geográfica cedida pela Direção-Geral do Território"},{"id":"ORTOS_DGT_2014_15","name":"Orthophotos of the coastal areas of mainland Portugal - 10cm - 2014-2015 (DGT)","type":"wms","template":"https://cartografia.dgterritorio.gov.pt/wms/ortos2014-2015-litoral?LAYERS=Ortoimagens_2014-2015_Litoral&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[14,20],"polygon":[[[-7.38968,37.19205],[-7.52426,37.18002],[-7.89505,36.98171],[-8.15186,37.10886],[-8.65036,37.14062],[-8.95111,37.03545],[-8.78632,37.34833],[-8.76434,37.55111],[-8.7561,38.38258],[-8.47664,38.33466],[-8.47183,38.40141],[-8.66066,38.46596],[-8.66959,38.60882],[-9.142,38.53689],[-8.81104,38.67372],[-8.79318,38.85468],[-8.95935,38.9829],[-9.18732,38.84934],[-9.2395,38.72838],[-9.37821,38.74659],[-9.38233,39.07891],[-9.29169,39.2514],[-9.31915,39.33642],[-9.17084,39.38526],[-9.06372,39.48815],[-9.02252,39.69662],[-8.78632,40.14529],[-8.86322,40.2093],[-8.72589,40.53155],[-8.64075,40.50858],[-8.62427,40.63063],[-8.53089,40.6004],[-8.535,40.71292],[-8.61466,40.89275],[-8.61878,41.10419],[-8.53089,41.16728],[-8.66959,41.21689],[-8.72315,41.41081],[-8.76984,41.65958],[-8.66547,41.73955],[-8.81104,41.72316],[-8.81104,41.85217],[-8.74649,41.9125],[-8.83576,41.93089],[-8.91815,41.84501],[-8.89343,41.70778],[-8.82065,41.50755],[-8.73139,41.16315],[-8.67508,41.069],[-8.68469,40.90729],[-8.93326,40.17573],[-8.88107,40.12219],[-9.11453,39.64694],[-9.11865,39.5623],[-9.3013,39.40543],[-9.43039,39.37571],[-9.34799,39.23864],[-9.45099,39.04799],[-9.45786,38.89317],[-9.53201,38.78835],[-9.50043,38.68551],[-9.28894,38.663],[-9.19418,38.54172],[-9.25324,38.38473],[-9.03488,38.42347],[-8.92502,38.46757],[-8.81241,38.35997],[-8.7973,38.14968],[-8.91953,37.95286],[-8.84262,37.8651],[-8.83988,37.40617],[-9.02664,37.01023],[-8.92914,36.97513],[-8.61466,37.099],[-8.15048,37.05956],[-7.8923,36.93672],[-7.48993,37.15156],[-7.39105,37.15813],[-7.38968,37.19205]]],"terms_url":"https://snig.dgterritorio.gov.pt/rndg/srv/por/catalog.search#/metadata/66425725-0ab4-4d7a-ad1c-b0d923881a61","terms_text":"Informação geográfica cedida pela Direção-Geral do Território"},{"id":"ORTOS_DGT_2021_RGB","name":"Orthophotos of the northern portion of mainland Portugal - 25cm - 2021 (DGT)","type":"wms","template":"https://cartografia.dgterritorio.gov.pt/wms/ortos2021?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Ortos2021-RGB&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[14,20],"polygon":[[[-9.11255,39.5798],[-7.45699,39.57307],[-7.43462,39.57298],[-7.43451,39.59878],[-7.48083,39.59897],[-7.48065,39.64353],[-7.38786,39.64315],[-7.38795,39.6204],[-7.29431,39.62002],[-7.29422,39.64173],[-7.01442,39.64059],[-7.01433,39.66258],[-6.96642,39.66239],[-6.96579,39.81936],[-6.91818,39.81916],[-6.91808,39.84182],[-6.86968,39.84163],[-6.86904,39.99862],[-6.82135,39.99843],[-6.82125,40.02143],[-6.86727,40.02162],[-6.867,40.08937],[-6.91297,40.08956],[-6.91278,40.13524],[-7.00586,40.13561],[-7.00549,40.22502],[-6.91081,40.22464],[-6.91072,40.24651],[-6.86321,40.24631],[-6.86312,40.26875],[-6.81582,40.26856],[-6.81564,40.31306],[-6.76754,40.31286],[-6.76717,40.40355],[-6.81263,40.40373],[-6.81226,40.49298],[-6.76365,40.49279],[-6.76337,40.56108],[-6.81011,40.56127],[-6.80993,40.60589],[-6.76061,40.60568],[-6.76015,40.7189],[-6.80624,40.71909],[-6.80579,40.83099],[-6.75719,40.83079],[-6.757,40.87643],[-6.80358,40.87662],[-6.8033,40.94453],[-6.84977,40.94472],[-6.84958,40.98963],[-6.89681,40.98983],[-6.89672,41.01194],[-6.8011,41.01155],[-6.80101,41.03342],[-6.75254,41.03322],[-6.75218,41.12294],[-6.70339,41.12274],[-6.70321,41.1674],[-6.65491,41.16721],[-6.65473,41.21165],[-6.60639,41.21145],[-6.6063,41.23362],[-6.5101,41.23322],[-6.51001,41.25459],[-6.46206,41.25439],[-6.46197,41.27667],[-6.41316,41.27648],[-6.41289,41.34352],[-6.36416,41.34332],[-6.36407,41.3649],[-6.2671,41.36451],[-6.26664,41.47627],[-6.21642,41.47606],[-6.21615,41.54282],[-6.16634,41.54262],[-6.16606,41.61057],[-6.21266,41.61076],[-6.21247,41.65649],[-6.25985,41.65668],[-6.25975,41.68035],[-6.40324,41.68093],[-6.40314,41.7046],[-6.45147,41.70479],[-6.45156,41.68265],[-6.49863,41.68285],[-6.49844,41.72822],[-6.54572,41.72841],[-6.54554,41.77317],[-6.49563,41.77297],[-6.49517,41.88615],[-6.54147,41.88634],[-6.54111,41.97691],[-6.63787,41.97731],[-6.63796,41.9557],[-6.73334,41.95609],[-6.73315,42.00147],[-6.83034,42.00187],[-6.83052,41.95767],[-6.92674,41.95806],[-6.92664,41.98115],[-7.02342,41.98154],[-7.02351,41.9595],[-7.07128,41.95969],[-7.07109,42.0051],[-7.16778,42.00549],[-7.16787,41.98319],[-7.21668,41.98339],[-7.21704,41.8936],[-7.26597,41.8938],[-7.26606,41.87203],[-7.55419,41.8732],[-7.5541,41.89643],[-7.6507,41.89683],[-7.65061,41.919],[-7.79589,41.9196],[-7.79599,41.8969],[-7.84363,41.89709],[-7.84345,41.94185],[-7.94025,41.94224],[-7.94044,41.89719],[-7.98892,41.89738],[-7.98901,41.87474],[-8.03711,41.87493],[-8.0372,41.85229],[-8.08485,41.85248],[-8.08494,41.82969],[-8.13286,41.82988],[-8.13258,41.89755],[-8.18092,41.89775],[-8.18074,41.94156],[-8.13296,41.94136],[-8.13277,41.98668],[-8.08429,41.98648],[-8.0842,42.00928],[-8.03615,42.00908],[-8.03597,42.05501],[-8.08419,42.0552],[-8.08401,42.09981],[-8.18111,42.10021],[-8.18084,42.16741],[-8.23028,42.16761],[-8.23038,42.14464],[-8.32733,42.14504],[-8.32752,42.09905],[-8.56837,42.10003],[-8.56846,42.07629],[-8.61652,42.07649],[-8.61661,42.05355],[-8.66462,42.05375],[-8.66481,42.00835],[-8.71278,42.00855],[-8.71287,41.98568],[-8.76055,41.98588],[-8.76074,41.94056],[-8.80856,41.94076],[-8.80866,41.91796],[-8.85675,41.91816],[-8.85684,41.89493],[-8.9034,41.89512],[-8.90423,41.69139],[-8.85368,41.69118],[-8.85423,41.55703],[-8.80363,41.55683],[-8.80455,41.33208],[-8.75386,41.33188],[-8.7546,41.1521],[-8.70487,41.1519],[-8.70533,41.04027],[-8.65649,41.04008],[-8.65676,40.97279],[-8.70317,40.97298],[-8.70381,40.8152],[-8.74907,40.81538],[-8.74962,40.6802],[-8.79454,40.68038],[-8.79527,40.49956],[-8.84056,40.49974],[-8.84111,40.3647],[-8.88653,40.36489],[-8.88699,40.25186],[-8.9322,40.25204],[-8.93257,40.16071],[-8.88429,40.16051],[-8.88456,40.09374],[-8.9299,40.09393],[-8.93036,39.9809],[-8.97558,39.98109],[-8.97595,39.89051],[-9.02121,39.89069],[-9.02158,39.80027],[-9.06658,39.80045],[-9.06704,39.68684],[-9.11211,39.68702],[-9.11255,39.5798]]],"terms_url":"https://snig.dgterritorio.gov.pt/rndg/srv/por/catalog.search#/metadata/d70dd232-aaee-4e6b-a804-5a0b70c537be","terms_text":"Informação geográfica cedida pela Direção-Geral do Território","best":true},{"id":"ortofotomozaika-sr","name":"Ortofotomozaika SR","type":"tms","template":"https://ofmozaika.tiles.freemap.sk/{zoom}/{x}/{y}.jpg","category":"photo","zoomExtent":[0,19],"polygon":[[[19.83682,49.25529],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[19.83682,49.25529]]],"terms_text":"© GKÚ, NLC 2017-2019","best":true},{"id":"ORTOSAT_DGT_2023_RGB","name":"OrtoSat - Portugal Continental - 30cm - 2023 (DGT)","type":"wms","template":"https://ortos.dgterritorio.gov.pt/wms/ortosat2023?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortoSat2023-CorVerdadeira&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-10-01T00:00:00.000Z","startDate":"2023-05-01T00:00:00.000Z","zoomExtent":[14,20],"polygon":[[[-6.76325,40.91696],[-6.81062,40.9175],[-6.80971,40.96234],[-6.8571,40.96287],[-6.85623,41.0077],[-6.7614,41.00662],[-6.76046,41.05145],[-6.71303,41.05088],[-6.7111,41.14053],[-6.66358,41.13994],[-6.66257,41.18476],[-6.61504,41.18414],[-6.614,41.22897],[-6.47129,41.227],[-6.47015,41.27182],[-6.37496,41.2704],[-6.37375,41.31522],[-6.32613,41.31448],[-6.3249,41.35931],[-6.27722,41.35854],[-6.27468,41.44818],[-6.22696,41.4474],[-6.22564,41.49221],[-6.17789,41.49141],[-6.17654,41.53622],[-6.12876,41.5354],[-6.12599,41.62502],[-6.22168,41.62665],[-6.22037,41.67146],[-6.26825,41.67225],[-6.26696,41.71707],[-6.50658,41.7207],[-6.50546,41.76553],[-6.45748,41.76484],[-6.45397,41.89928],[-6.50204,41.89998],[-6.49975,41.98961],[-6.74043,41.99278],[-6.73944,42.03761],[-6.83579,42.03874],[-6.8367,41.99391],[-7.07743,41.99638],[-7.07669,42.0412],[-7.17305,42.04205],[-7.17372,41.99722],[-7.22186,41.99762],[-7.22315,41.90796],[-7.65594,41.91057],[-7.6556,41.95541],[-7.75184,41.95576],[-7.75211,41.91093],[-7.84831,41.91121],[-7.84811,41.95605],[-7.94434,41.95625],[-7.94449,41.91141],[-8.04066,41.91153],[-8.04073,41.86669],[-8.13686,41.86673],[-8.13686,41.95641],[-8.08873,41.9564],[-8.08871,42.00123],[-8.04054,42.00121],[-8.04042,42.09087],[-8.08864,42.09089],[-8.08861,42.13573],[-8.13688,42.13573],[-8.13686,42.18057],[-8.28176,42.18049],[-8.28165,42.13565],[-8.37818,42.13548],[-8.378,42.09065],[-8.66736,42.08965],[-8.66698,42.04482],[-8.71516,42.04459],[-8.71476,41.99976],[-8.76292,41.99951],[-8.76247,41.95467],[-8.85872,41.95411],[-8.85822,41.90927],[-8.90628,41.90897],[-9.57871,39.46481],[-9.51216,38.67436],[-8.98747,36.92956],[-7.77832,36.93211],[-7.37346,37.10971],[-7.37214,37.2443],[-7.41709,37.24457],[-7.41497,37.46891],[-7.46008,37.46918],[-7.45886,37.60378],[-7.41367,37.60352],[-7.41237,37.73811],[-7.39427,37.73801],[-7.39423,37.74011],[-7.32181,37.74086],[-7.32136,37.78238],[-7.27607,37.78207],[-7.27556,37.82693],[-7.23023,37.82659],[-7.22859,37.96117],[-7.0924,37.96005],[-7.09176,38.0049],[-6.95551,38.00363],[-6.95407,38.09333],[-6.90859,38.09287],[-6.90634,38.22743],[-7.08856,38.2292],[-7.08794,38.27405],[-7.13353,38.27445],[-7.13291,38.3193],[-7.17853,38.31969],[-7.17793,38.36453],[-7.22358,38.3649],[-7.22303,38.40977],[-7.2687,38.4101],[-7.2671,38.54467],[-7.22133,38.54434],[-7.21905,38.72376],[-7.12729,38.72301],[-7.12666,38.76787],[-7.08076,38.76746],[-7.0801,38.81232],[-7.03417,38.81189],[-7.03348,38.85674],[-6.98752,38.8563],[-6.98608,38.946],[-6.94006,38.94554],[-6.93704,39.12494],[-7.12157,39.12668],[-7.12029,39.21638],[-7.21268,39.21715],[-7.21092,39.3517],[-7.2572,39.35206],[-7.25551,39.48661],[-7.30189,39.48695],[-7.30135,39.5318],[-7.34776,39.53212],[-7.34725,39.57697],[-7.44012,39.57757],[-7.43968,39.62242],[-6.97505,39.61871],[-6.9743,39.66356],[-6.92782,39.66308],[-6.92547,39.79761],[-6.8789,39.79712],[-6.87644,39.93164],[-6.82978,39.93113],[-6.82722,40.06565],[-6.87397,40.06616],[-6.87315,40.111],[-6.91994,40.1115],[-6.91914,40.15634],[-6.96596,40.15682],[-6.96519,40.20166],[-6.91834,40.20118],[-6.91754,40.24602],[-6.82378,40.245],[-6.82291,40.28983],[-6.81505,40.28974],[-6.81505,40.29534],[-6.77585,40.29662],[-6.7751,40.33413],[-6.72816,40.33357],[-6.72723,40.3784],[-6.7742,40.37896],[-6.7733,40.4238],[-6.8203,40.42434],[-6.81943,40.46918],[-6.7724,40.46863],[-6.76325,40.91696]]],"terms_url":"https://snig.dgterritorio.gov.pt/rndg/srv/por/catalog.search#/metadata/b2a1ca02-779b-4189-b895-85d10fff610f","terms_text":"Informação geográfica cedida pela Direção-Geral do Território"},{"id":"OS-OpenData_StreetView_2016_04","name":"OS OpenData StreetView (April 2016)","type":"tms","template":"https://{switch:a,b,c}.os.openstreetmap.org/layer/gb_os_sv_2016_04/{zoom}/{x}/{y}.png","category":"map","endDate":"2016-04-01T00:00:00.000Z","zoomExtent":[1,18],"polygon":[[[-6.17996,49.91686],[-6.17996,50.00538],[-6.39788,50.00538],[-6.39788,49.94999],[-6.45807,49.94999],[-6.45807,49.86736],[-6.25402,49.86736],[-6.25402,49.91686],[-6.17996,49.91686]],[[-5.83432,49.97546],[-5.83432,49.93216],[-5.76833,49.93216],[-5.76833,49.97546],[-5.83432,49.97546]],[[-7.39072,50.4021],[-7.6077,50.4021],[-7.6077,50.26887],[-7.39072,50.26887],[-7.39072,50.4021]],[[-8.35929,57.94406],[-8.71635,57.94406],[-8.71635,57.73059],[-8.35929,57.73059],[-8.35929,57.94406]],[[-5.1756,50.59254],[-5.1756,50.35306],[-5.37336,50.35306],[-5.37336,50.25482],[-5.82929,50.25482],[-5.82929,50.02297],[-5.28395,50.02297],[-5.28395,49.94745],[-5.00547,49.94745],[-5.00547,50.13477],[-3.69224,50.13477],[-3.69224,50.20578],[-3.40964,50.20578],[-3.40964,50.57363],[-2.49878,50.57363],[-2.49878,50.48464],[-2.36253,50.48464],[-2.36253,50.57363],[-1.00744,50.57363],[-1.00744,50.70384],[-0.7256,50.70384],[-0.7256,50.72984],[0.77881,50.72984],[0.77881,50.90084],[1.06999,50.90084],[1.06999,51.02076],[1.45076,51.02076],[1.45076,51.33318],[1.52355,51.33318],[1.52355,51.44035],[1.11665,51.44035],[1.11665,51.69675],[1.2697,51.69675],[1.2697,51.82613],[1.52355,51.82613],[1.52355,52.04249],[1.83339,52.04249],[1.83339,52.92021],[1.42734,52.92021],[1.42734,53.02989],[0.41635,53.02989],[0.41635,53.52177],[0.2082,53.52177],[0.2082,53.79385],[0.00928,53.79385],[0.00928,54.28652],[-0.32476,54.28652],[-0.32476,54.55275],[-0.66188,54.55275],[-0.66188,54.67466],[-1.055,54.67466],[-1.055,54.82217],[-1.3222,54.82217],[-1.3222,55.24999],[-1.4745,55.24999],[-1.4745,55.86509],[-1.97945,55.86509],[-1.97945,56.04775],[-2.36011,56.04775],[-2.36011,56.63332],[-2.1659,56.63332],[-2.1659,56.87607],[-1.97945,56.87607],[-1.97945,57.22256],[-1.71532,57.22256],[-1.71532,57.74039],[-3.48654,57.74039],[-3.48654,58.11575],[-2.91167,58.11575],[-2.91167,58.58047],[-2.74077,58.58047],[-2.74077,58.81859],[-2.4611,58.81859],[-2.4611,59.13887],[-2.24358,59.13887],[-2.24358,59.47592],[-3.19445,59.47592],[-3.19445,59.20918],[-3.572,59.20918],[-3.572,58.75015],[-5.31991,58.75015],[-5.31991,58.37333],[-5.49082,58.37333],[-5.49082,58.09112],[-5.61417,58.09112],[-5.61417,57.96218],[-5.80643,57.96218],[-5.80643,57.88925],[-5.93391,57.88925],[-5.93391,57.66676],[-6.15913,57.66676],[-6.15913,57.71227],[-6.27998,57.71227],[-6.27998,58.11059],[-6.14701,58.11059],[-6.14701,58.15688],[-6.05362,58.15688],[-6.05362,58.56256],[-6.51781,58.56256],[-6.51781,58.46733],[-6.63866,58.46733],[-6.63866,58.41558],[-6.80346,58.41558],[-6.80346,58.3672],[-7.18798,58.3672],[-7.18798,58.08606],[-7.47362,58.08606],[-7.47362,57.79156],[-7.83068,57.79156],[-7.83068,57.47396],[-7.64941,57.47396],[-7.64941,56.89946],[-7.83068,56.89946],[-7.83068,56.71425],[-7.5203,56.71425],[-7.5203,56.80759],[-7.37198,56.80759],[-7.37198,56.9067],[-7.17423,56.9067],[-7.17423,57.24111],[-7.09732,57.24111],[-7.09732,57.55189],[-6.8721,57.55189],[-6.8721,57.37166],[-6.81168,57.37166],[-6.81168,56.9067],[-6.53153,56.9067],[-6.53153,56.69917],[-6.81717,56.69917],[-6.81717,56.56018],[-7.17277,56.56018],[-7.17277,56.30134],[-6.59332,56.30134],[-6.59332,55.48225],[-5.89796,55.48225],[-5.89796,55.25009],[-5.65326,55.25009],[-5.65326,55.21908],[-5.22987,55.21908],[-5.22987,54.75329],[-5.04731,54.75329],[-5.04731,54.61407],[-4.30154,54.61407],[-4.30154,54.7219],[-3.7189,54.7219],[-3.7189,54.43373],[-3.55964,54.43373],[-3.55964,54.1981],[-3.39262,54.1981],[-3.39262,54.01592],[-3.23337,54.01592],[-3.23337,53.50386],[-3.31105,53.50386],[-3.31105,53.41135],[-4.15782,53.41135],[-4.15782,53.50386],[-4.7288,53.50386],[-4.7288,52.93173],[-4.85698,52.93173],[-4.85698,52.73696],[-4.44137,52.73696],[-4.44137,52.79337],[-4.18112,52.79337],[-4.18112,52.36853],[-4.30154,52.36853],[-4.30154,52.29257],[-4.49575,52.29257],[-4.49575,52.18316],[-4.88806,52.18316],[-4.88806,52.09734],[-5.1988,52.09734],[-5.1988,51.98026],[-5.50954,51.98026],[-5.50954,51.77404],[-5.73871,51.77404],[-5.73871,51.6296],[-5.14442,51.6296],[-5.14442,51.54272],[-4.37922,51.54272],[-4.37922,51.49393],[-4.08521,51.49393],[-4.08521,51.52982],[-3.82978,51.52982],[-3.82978,51.43404],[-3.74463,51.43404],[-3.74463,51.36207],[-3.14862,51.36207],[-3.14862,51.2453],[-3.71717,51.2453],[-3.71717,51.2917],[-3.90393,51.2917],[-3.90393,51.25218],[-4.37922,51.25218],[-4.37922,51.06921],[-4.60431,51.06921],[-4.60431,50.96074],[-4.69495,50.96074],[-4.69495,50.78221],[-4.79657,50.78221],[-4.79657,50.69356],[-4.99707,50.69356],[-4.99707,50.59254],[-5.1756,50.59254]],[[-4.2867,59.13705],[-4.5586,59.13705],[-4.5586,58.95691],[-4.2867,58.95691],[-4.2867,59.13705]],[[-1.53733,59.56983],[-1.75431,59.56983],[-1.75431,59.46394],[-1.53733,59.46394],[-1.53733,59.56983]],[[-1.9864,60.19686],[-2.20338,60.19686],[-2.20338,60.09294],[-1.9864,60.09294],[-1.9864,60.19686]],[[-7.73043,58.35799],[-7.73043,58.24831],[-7.51345,58.24831],[-7.51345,58.35799],[-7.73043,58.35799]],[[-6.27877,59.20257],[-6.27877,59.02278],[-5.66506,59.02278],[-5.66506,59.20257],[-6.27877,59.20257]],[[-1.10344,60.804],[-1.35063,60.804],[-1.35063,60.68857],[-1.94838,60.68857],[-1.94838,60.30588],[-1.75431,60.30588],[-1.75431,60.12844],[-1.57549,60.12844],[-1.57549,59.79792],[-1.0317,59.79792],[-1.0317,60.03545],[-0.66269,60.03545],[-0.66269,60.91039],[-1.10344,60.91039],[-1.10344,60.804]]]},{"id":"OS-OpenMap_Local_2024_04","name":"OS OpenMap Local (April 2024)","type":"tms","template":"https://{switch:a,b,c}.os.openstreetmap.org/layer/gb_os_om_local_2024_04/{zoom}/{x}/{y}.png","category":"map","endDate":"2024-04-01T00:00:00.000Z","zoomExtent":[1,18],"polygon":[[[-6.17996,49.91686],[-6.17996,50.00538],[-6.39788,50.00538],[-6.39788,49.94999],[-6.45807,49.94999],[-6.45807,49.86736],[-6.25402,49.86736],[-6.25402,49.91686],[-6.17996,49.91686]],[[-5.83432,49.97546],[-5.83432,49.93216],[-5.76833,49.93216],[-5.76833,49.97546],[-5.83432,49.97546]],[[-7.39072,50.4021],[-7.6077,50.4021],[-7.6077,50.26887],[-7.39072,50.26887],[-7.39072,50.4021]],[[-8.35929,57.94406],[-8.71635,57.94406],[-8.71635,57.73059],[-8.35929,57.73059],[-8.35929,57.94406]],[[-5.1756,50.59254],[-5.1756,50.35306],[-5.37336,50.35306],[-5.37336,50.25482],[-5.82929,50.25482],[-5.82929,50.02297],[-5.28395,50.02297],[-5.28395,49.94745],[-5.00547,49.94745],[-5.00547,50.13477],[-3.69224,50.13477],[-3.69224,50.20578],[-3.40964,50.20578],[-3.40964,50.57363],[-2.49878,50.57363],[-2.49878,50.48464],[-2.36253,50.48464],[-2.36253,50.57363],[-1.00744,50.57363],[-1.00744,50.70384],[-0.7256,50.70384],[-0.7256,50.72984],[0.77881,50.72984],[0.77881,50.90084],[1.06999,50.90084],[1.06999,51.02076],[1.45076,51.02076],[1.45076,51.33318],[1.52355,51.33318],[1.52355,51.44035],[1.11665,51.44035],[1.11665,51.69675],[1.2697,51.69675],[1.2697,51.82613],[1.52355,51.82613],[1.52355,52.04249],[1.83339,52.04249],[1.83339,52.92021],[1.42734,52.92021],[1.42734,53.02989],[0.41635,53.02989],[0.41635,53.52177],[0.2082,53.52177],[0.2082,53.79385],[0.00928,53.79385],[0.00928,54.28652],[-0.32476,54.28652],[-0.32476,54.55275],[-0.66188,54.55275],[-0.66188,54.67466],[-1.055,54.67466],[-1.055,54.82217],[-1.3222,54.82217],[-1.3222,55.24999],[-1.4745,55.24999],[-1.4745,55.86509],[-1.97945,55.86509],[-1.97945,56.04775],[-2.36011,56.04775],[-2.36011,56.63332],[-2.1659,56.63332],[-2.1659,56.87607],[-1.97945,56.87607],[-1.97945,57.22256],[-1.71532,57.22256],[-1.71532,57.74039],[-3.48654,57.74039],[-3.48654,58.11575],[-2.91167,58.11575],[-2.91167,58.58047],[-2.74077,58.58047],[-2.74077,58.81859],[-2.4611,58.81859],[-2.4611,59.13887],[-2.24358,59.13887],[-2.24358,59.47592],[-3.19445,59.47592],[-3.19445,59.20918],[-3.572,59.20918],[-3.572,58.75015],[-5.31991,58.75015],[-5.31991,58.37333],[-5.49082,58.37333],[-5.49082,58.09112],[-5.61417,58.09112],[-5.61417,57.96218],[-5.80643,57.96218],[-5.80643,57.88925],[-5.93391,57.88925],[-5.93391,57.66676],[-6.15913,57.66676],[-6.15913,57.71227],[-6.27998,57.71227],[-6.27998,58.11059],[-6.14701,58.11059],[-6.14701,58.15688],[-6.05362,58.15688],[-6.05362,58.56256],[-6.51781,58.56256],[-6.51781,58.46733],[-6.63866,58.46733],[-6.63866,58.41558],[-6.80346,58.41558],[-6.80346,58.3672],[-7.18798,58.3672],[-7.18798,58.08606],[-7.47362,58.08606],[-7.47362,57.79156],[-7.83068,57.79156],[-7.83068,57.47396],[-7.64941,57.47396],[-7.64941,56.89946],[-7.83068,56.89946],[-7.83068,56.71425],[-7.5203,56.71425],[-7.5203,56.80759],[-7.37198,56.80759],[-7.37198,56.9067],[-7.17423,56.9067],[-7.17423,57.24111],[-7.09732,57.24111],[-7.09732,57.55189],[-6.8721,57.55189],[-6.8721,57.37166],[-6.81168,57.37166],[-6.81168,56.9067],[-6.53153,56.9067],[-6.53153,56.69917],[-6.81717,56.69917],[-6.81717,56.56018],[-7.17277,56.56018],[-7.17277,56.30134],[-6.59332,56.30134],[-6.59332,55.48225],[-5.89796,55.48225],[-5.89796,55.25009],[-5.65326,55.25009],[-5.65326,55.21908],[-5.22987,55.21908],[-5.22987,54.75329],[-5.04731,54.75329],[-5.04731,54.61407],[-4.30154,54.61407],[-4.30154,54.7219],[-3.7189,54.7219],[-3.7189,54.43373],[-3.55964,54.43373],[-3.55964,54.1981],[-3.39262,54.1981],[-3.39262,54.01592],[-3.23337,54.01592],[-3.23337,53.50386],[-3.31105,53.50386],[-3.31105,53.41135],[-4.15782,53.41135],[-4.15782,53.50386],[-4.7288,53.50386],[-4.7288,52.93173],[-4.85698,52.93173],[-4.85698,52.73696],[-4.44137,52.73696],[-4.44137,52.79337],[-4.18112,52.79337],[-4.18112,52.36853],[-4.30154,52.36853],[-4.30154,52.29257],[-4.49575,52.29257],[-4.49575,52.18316],[-4.88806,52.18316],[-4.88806,52.09734],[-5.1988,52.09734],[-5.1988,51.98026],[-5.50954,51.98026],[-5.50954,51.77404],[-5.73871,51.77404],[-5.73871,51.6296],[-5.14442,51.6296],[-5.14442,51.54272],[-4.37922,51.54272],[-4.37922,51.49393],[-4.08521,51.49393],[-4.08521,51.52982],[-3.82978,51.52982],[-3.82978,51.43404],[-3.74463,51.43404],[-3.74463,51.36207],[-3.14862,51.36207],[-3.14862,51.2453],[-3.71717,51.2453],[-3.71717,51.2917],[-3.90393,51.2917],[-3.90393,51.25218],[-4.37922,51.25218],[-4.37922,51.06921],[-4.60431,51.06921],[-4.60431,50.96074],[-4.69495,50.96074],[-4.69495,50.78221],[-4.79657,50.78221],[-4.79657,50.69356],[-4.99707,50.69356],[-4.99707,50.59254],[-5.1756,50.59254]],[[-4.2867,59.13705],[-4.5586,59.13705],[-4.5586,58.95691],[-4.2867,58.95691],[-4.2867,59.13705]],[[-1.53733,59.56983],[-1.75431,59.56983],[-1.75431,59.46394],[-1.53733,59.46394],[-1.53733,59.56983]],[[-1.9864,60.19686],[-2.20338,60.19686],[-2.20338,60.09294],[-1.9864,60.09294],[-1.9864,60.19686]],[[-7.73043,58.35799],[-7.73043,58.24831],[-7.51345,58.24831],[-7.51345,58.35799],[-7.73043,58.35799]],[[-6.27877,59.20257],[-6.27877,59.02278],[-5.66506,59.02278],[-5.66506,59.20257],[-6.27877,59.20257]],[[-1.10344,60.804],[-1.35063,60.804],[-1.35063,60.68857],[-1.94838,60.68857],[-1.94838,60.30588],[-1.75431,60.30588],[-1.75431,60.12844],[-1.57549,60.12844],[-1.57549,59.79792],[-1.0317,59.79792],[-1.0317,60.03545],[-0.66269,60.03545],[-0.66269,60.91039],[-1.10344,60.91039],[-1.10344,60.804]]]},{"id":"osmfj-osaka-2022","name":"Osaka city Imagery 2022","type":"tms","template":"https://tiles.osmf.jp/osaka-shi/{zoom}/{x}/{y}.png","category":"photo","endDate":"2022-01-31T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[10,18],"polygon":[[[135.52318,34.77165],[135.52353,34.75792],[135.43731,34.75644],[135.43814,34.72385],[135.39415,34.7231],[135.3953,34.67785],[135.3346,34.6768],[135.33639,34.60648],[135.39705,34.60752],[135.39728,34.59869],[135.44125,34.59945],[135.44149,34.58996],[135.48905,34.59078],[135.48931,34.58072],[135.52503,34.58133],[135.5249,34.58647],[135.53966,34.58673],[135.53953,34.59163],[135.55687,34.59193],[135.55717,34.5799],[135.59271,34.58051],[135.59097,34.64886],[135.57449,34.64858],[135.57383,34.67456],[135.60918,34.67517],[135.60769,34.73388],[135.56483,34.73315],[135.56384,34.77235],[135.52318,34.77165]]],"terms_url":"https://www.geospatial.jp/ckan/dataset/r03-photo","terms_text":"OSMFJ_Ortho","description":"Kokyo Sokuryo Orthoimagery from Osaka-shi, 2020"},{"id":"Osceola_Ortho_2022","name":"Osceola County Orthoimagery (2022)","type":"tms","template":"https://gis.osceola.org/hosting/rest/services/Hosted/TilePackage_2022/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-81.67208,28.34849],[-81.67144,28.25223],[-81.56274,28.2527],[-81.56269,28.23895],[-81.54714,28.23902],[-81.54701,28.2115],[-81.53147,28.21157],[-81.53107,28.12908],[-81.46902,28.12928],[-81.46879,28.07428],[-81.37573,28.07458],[-81.3757,28.06081],[-81.46872,28.06057],[-81.46855,28.03303],[-81.45308,28.0331],[-81.45305,28.01933],[-81.43757,28.01938],[-81.43754,28.00573],[-81.42197,28.00561],[-81.42196,27.99192],[-81.39095,27.99204],[-81.39083,27.9645],[-81.37536,27.96451],[-81.37529,27.95077],[-81.35982,27.95082],[-81.35976,27.92329],[-81.34422,27.92337],[-81.3442,27.90961],[-81.3287,27.9096],[-81.32875,27.88212],[-81.31318,27.88212],[-81.31316,27.85465],[-81.29757,27.85473],[-81.29752,27.84098],[-81.25114,27.84101],[-81.25114,27.82732],[-81.23567,27.82733],[-81.23563,27.81357],[-81.22017,27.8136],[-81.22014,27.79984],[-81.20467,27.79987],[-81.20462,27.77236],[-81.18916,27.77239],[-81.18913,27.74489],[-81.17365,27.7449],[-81.17365,27.70363],[-81.15814,27.70366],[-81.15808,27.6624],[-81.14263,27.66241],[-81.14259,27.63491],[-80.86462,27.6349],[-80.86408,28.07502],[-80.84855,28.07499],[-80.84811,28.35005],[-81.67208,28.34849]]],"terms_url":"https://www.osceola.org/","terms_text":"Osceola County, FL","description":"The 2022 orthoimagery for Osceola County in the State of Florida","icon":"https://www.osceola.org/core/fileparse.php/2731/urlt/logo.png"},{"id":"Osceola_Ortho_2023","name":"Osceola County Orthoimagery (2023)","type":"tms","template":"https://gis.osceola.org/hosting/rest/services/Hosted/Aerials_2023_lod_9_20/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-81.67208,28.34849],[-81.67144,28.25223],[-81.56274,28.2527],[-81.56269,28.23895],[-81.54714,28.23902],[-81.54701,28.2115],[-81.53147,28.21157],[-81.53107,28.12908],[-81.46902,28.12928],[-81.46879,28.07428],[-81.37573,28.07458],[-81.3757,28.06081],[-81.46872,28.06057],[-81.46855,28.03303],[-81.45308,28.0331],[-81.45305,28.01933],[-81.43757,28.01938],[-81.43754,28.00573],[-81.42197,28.00561],[-81.42196,27.99192],[-81.39095,27.99204],[-81.39083,27.9645],[-81.37536,27.96451],[-81.37529,27.95077],[-81.35982,27.95082],[-81.35976,27.92329],[-81.34422,27.92337],[-81.3442,27.90961],[-81.3287,27.9096],[-81.32875,27.88212],[-81.31318,27.88212],[-81.31316,27.85465],[-81.29757,27.85473],[-81.29752,27.84098],[-81.25114,27.84101],[-81.25114,27.82732],[-81.23567,27.82733],[-81.23563,27.81357],[-81.22017,27.8136],[-81.22014,27.79984],[-81.20467,27.79987],[-81.20462,27.77236],[-81.18916,27.77239],[-81.18913,27.74489],[-81.17365,27.7449],[-81.17365,27.70363],[-81.15814,27.70366],[-81.15808,27.6624],[-81.14263,27.66241],[-81.14259,27.63491],[-80.86462,27.6349],[-80.86408,28.07502],[-80.84855,28.07499],[-80.84811,28.35005],[-81.67208,28.34849]]],"terms_url":"https://www.osceola.org/","terms_text":"Osceola County, FL","description":"The 2023 orthoimagery for Osceola County in the State of Florida","icon":"https://www.osceola.org/core/fileparse.php/2731/urlt/logo.png"},{"id":"Osceola_Centerlines","name":"Osceola County Roads","type":"wms","template":"https://gis.osceola.org/hosting/rest/services/Centerlines/MapServer/export?f=image&format=png&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"other","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[-81.67208,28.34849],[-81.67144,28.25223],[-81.56274,28.2527],[-81.56269,28.23895],[-81.54714,28.23902],[-81.54701,28.2115],[-81.53147,28.21157],[-81.53107,28.12908],[-81.46902,28.12928],[-81.46879,28.07428],[-81.37573,28.07458],[-81.3757,28.06081],[-81.46872,28.06057],[-81.46855,28.03303],[-81.45308,28.0331],[-81.45305,28.01933],[-81.43757,28.01938],[-81.43754,28.00573],[-81.42197,28.00561],[-81.42196,27.99192],[-81.39095,27.99204],[-81.39083,27.9645],[-81.37536,27.96451],[-81.37529,27.95077],[-81.35982,27.95082],[-81.35976,27.92329],[-81.34422,27.92337],[-81.3442,27.90961],[-81.3287,27.9096],[-81.32875,27.88212],[-81.31318,27.88212],[-81.31316,27.85465],[-81.29757,27.85473],[-81.29752,27.84098],[-81.25114,27.84101],[-81.25114,27.82732],[-81.23567,27.82733],[-81.23563,27.81357],[-81.22017,27.8136],[-81.22014,27.79984],[-81.20467,27.79987],[-81.20462,27.77236],[-81.18916,27.77239],[-81.18913,27.74489],[-81.17365,27.7449],[-81.17365,27.70363],[-81.15814,27.70366],[-81.15808,27.6624],[-81.14263,27.66241],[-81.14259,27.63491],[-80.86462,27.6349],[-80.86408,28.07502],[-80.84855,28.07499],[-80.84811,28.35005],[-81.67208,28.34849]]],"terms_url":"https://www.osceola.org/","terms_text":"Osceola County, FL","icon":"https://www.osceola.org/core/fileparse.php/2731/urlt/logo.png","overlay":true},{"id":"osm-hr-knin-2007","name":"osm-hr: Knin 2007 Aerial imagery","type":"tms","template":"https://tms.osm-hr.org/knin-2007/{zoom}/{x}/{-y}.png","category":"historicphoto","endDate":"2007-01-01T00:00:00.000Z","startDate":"2007-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[16.21712,44.08054],[16.21129,44.06685],[16.18011,44.03772],[16.18003,44.03662],[16.19269,44.02601],[16.20391,44.01672],[16.21286,44.01661],[16.21608,44.02178],[16.22404,44.03504],[16.2243,44.03599],[16.22494,44.03627],[16.23041,44.03599],[16.23715,44.03615],[16.23715,44.04213],[16.2303,44.05757],[16.22938,44.06055],[16.22916,44.08041],[16.21712,44.08054]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/osm-hr.png"},{"id":"osm-hr-orbview","name":"osm-hr: Orbview","type":"tms","template":"https://tms.osm-hr.org/orbview/{zoom}/{x}/{-y}.png","category":"historicphoto","endDate":"2007-01-01T00:00:00.000Z","startDate":"2003-01-01T00:00:00.000Z","zoomExtent":[0,17],"polygon":[[[21.60243,44.00519],[21.49434,44.00064],[21.49527,41.97908],[21.60273,41.98521],[21.60243,44.00519]],[[22.14809,45.01542],[22.1517,44.58594],[22.08681,44.5868],[22.08801,44.79329],[21.98038,44.79377],[21.98055,42.96107],[22.22603,42.97501],[22.22465,42.94587],[22.48695,42.97099],[22.48764,42.88603],[22.58446,42.88502],[22.5872,42.97451],[22.603,42.97602],[22.60368,43.27371],[22.5872,43.27521],[22.58789,43.31619],[22.50069,43.31818],[22.49794,43.53212],[22.42378,43.53312],[22.4231,43.7701],[22.49382,43.76961],[22.49382,43.60526],[22.5927,43.60377],[22.59484,45.01606],[22.39494,45.0022],[22.39357,44.75844],[22.31666,44.75697],[22.31872,44.12358],[22.25281,44.12407],[22.25933,45.01967],[22.14809,45.01542]],[[21.46076,45.04982],[21.35021,45.06504],[21.11795,44.35651],[21.21554,44.33975],[21.46076,45.04982]],[[20.44933,44.9597],[20.33295,44.96067],[20.33535,44.65937],[20.4483,44.65449],[20.44933,44.9597]],[[18.8994,42.19012],[18.90404,44.00813],[18.79237,44.00158],[18.79864,42.18821],[18.8994,42.19012]],[[19.50056,44.59982],[19.39748,44.59838],[19.39593,42.03272],[19.50138,42.03734],[19.50056,44.59982]],[[19.66656,42.98104],[19.66935,42.11019],[19.77427,42.11507],[19.77633,43.02304],[19.70441,43.01839],[19.70329,45.00547],[19.59394,45.00171],[19.59377,42.97665],[19.66656,42.98104]],[[19.53953,45.97382],[19.73556,45.97096],[19.73848,46.73951],[19.81007,46.7361],[19.81676,45.97442],[19.92336,45.97334],[19.92714,43.97651],[20.03632,43.98244],[20.03717,46.00686],[20.0116,46.00573],[20.02052,47.02474],[19.533,47.01397],[19.53953,45.97382]],[[20.4847,44.95994],[20.48658,44.65937],[20.67541,44.65815],[20.67661,44.96091],[20.4847,44.95994]],[[16.4352,44.51658],[16.32397,44.5112],[16.32465,44.24151],[16.26217,44.24077],[16.26595,44.51585],[16.15505,44.50899],[16.16055,43.72794],[16.24466,43.72707],[16.24535,43.47385],[16.42997,43.47553],[16.4352,44.51658]],[[15.77499,45.25411],[15.672,45.25531],[15.66994,44.5156],[15.59355,44.51169],[15.59338,45.5102],[15.48386,45.51525],[15.48489,44.47201],[15.55904,44.4725],[15.56145,44.24274],[15.48042,44.2393],[15.48385,43.97602],[15.65277,43.97898],[15.64453,43.46987],[15.92674,43.48132],[15.92365,43.99924],[15.98991,43.99825],[15.9918,43.4746],[16.09016,43.4736],[16.09531,44.5156],[15.98614,44.51022],[15.98837,44.26094],[15.92245,44.2618],[15.92279,44.51046],[15.82203,44.51156],[15.82169,44.2452],[15.75611,44.24569],[15.75886,44.47618],[15.77568,44.47642],[15.77499,45.25411]],[[16.30955,45.25],[16.4043,45.24903],[16.4043,44.73417],[16.51211,44.73015],[16.51623,45.51429],[16.30663,45.51074],[16.30955,45.25]],[[13.59283,44.87242],[13.70407,44.87461],[13.70441,44.96796],[14.01581,44.96893],[14.01031,45.61884],[13.59695,45.63229],[13.59283,44.87242]],[[16.00965,45.64201],[15.90666,45.64165],[15.90314,44.95927],[16.01352,44.96404],[16.00965,45.64201]],[[15.39974,45.00632],[15.40112,45.59795],[15.29674,45.59698],[15.2988,45.00632],[15.39974,45.00632]],[[16.13814,45.69833],[16.13153,45.78446],[15.97412,45.78345],[15.97936,45.69959],[16.13814,45.69833]],[[16.44379,46.23305],[16.44722,45.96452],[16.64978,45.95736],[16.64978,45.97358],[16.90315,45.97072],[16.90521,45.22606],[17.02057,45.22606],[17.01713,46.01461],[16.92238,46.02128],[16.92032,46.16889],[17.01096,46.16937],[17.01507,46.7963],[16.92169,46.79677],[16.92169,47.01397],[16.53511,47.01818],[16.53717,46.48397],[16.45889,46.48705],[16.46061,47.01561],[15.98305,47.01608],[15.98339,46.95542],[15.90031,46.95143],[15.90752,45.84399],[16.00965,45.84339],[16.00914,45.97334],[16.37031,45.97549],[16.36825,46.23258],[16.44379,46.23305]],[[19.46056,45.96845],[19.46005,47.01549],[19.35362,47.01502],[19.35379,45.96666],[19.46056,45.96845]],[[19.09115,46.23329],[19.09098,46.48906],[19.17114,46.48965],[19.16977,45.97549],[19.27654,45.97788],[19.27586,47.01631],[18.98403,47.01631],[18.98678,46.23246],[19.09115,46.23329]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/osm-hr.png"},{"id":"osm-hr-zagreb-2012","name":"osm-hr: Zagreb 2012 Aerial imagery","type":"tms","template":"https://tms.osm-hr.org/zagreb-2012/{zoom}/{x}/{-y}.png","category":"historicphoto","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[16.15334,45.96857],[16.13823,45.96786],[16.1372,45.96523],[16.13205,45.96475],[16.12038,45.96905],[16.11282,45.96762],[16.11317,45.96165],[16.10767,45.95688],[16.09497,45.95449],[16.09325,45.95903],[16.0778,45.95569],[16.06579,45.95115],[16.06476,45.94661],[16.05171,45.94447],[16.05206,45.93563],[16.04313,45.93969],[16.03043,45.93611],[16.02802,45.93324],[16.00811,45.9299],[15.99918,45.92369],[15.97412,45.91271],[15.95524,45.91223],[15.95352,45.90554],[15.94768,45.90434],[15.92983,45.90339],[15.91988,45.89789],[15.92194,45.89431],[15.93876,45.89359],[15.9288,45.88762],[15.92125,45.88953],[15.9082,45.88642],[15.89709,45.88143],[15.89026,45.87603],[15.88529,45.86545],[15.88649,45.86306],[15.88263,45.8618],[15.87782,45.86563],[15.87816,45.8621],[15.87328,45.86081],[15.87378,45.85755],[15.87301,45.85451],[15.86477,45.85272],[15.86031,45.85308],[15.85979,45.85511],[15.85052,45.85236],[15.84984,45.84805],[15.84434,45.84459],[15.8452,45.84112],[15.84074,45.83992],[15.82975,45.84136],[15.82186,45.83837],[15.82289,45.82581],[15.83319,45.81062],[15.82993,45.80762],[15.8325,45.80391],[15.80538,45.80403],[15.80555,45.77543],[15.81276,45.76764],[15.83834,45.76764],[15.84469,45.76465],[15.84434,45.73159],[15.87078,45.73159],[15.85155,45.71673],[15.83473,45.72871],[15.82237,45.72344],[15.81001,45.73063],[15.80898,45.7383],[15.79285,45.73159],[15.78941,45.73398],[15.77396,45.7081],[15.77568,45.68915],[15.8131,45.67716],[15.81722,45.67044],[15.83885,45.66517],[15.87421,45.65557],[15.89619,45.63565],[15.90717,45.63229],[15.90031,45.62244],[15.92125,45.6138],[15.92606,45.61932],[15.93395,45.62172],[15.94288,45.63109],[15.94768,45.62989],[15.95077,45.63589],[15.95077,45.65125],[15.96725,45.67236],[15.96554,45.69131],[15.98785,45.71601],[16.01772,45.71936],[16.01772,45.74453],[16.02699,45.75507],[16.03935,45.75411],[16.03695,45.7577],[16.03901,45.76082],[16.0572,45.75746],[16.07677,45.77303],[16.10081,45.7862],[16.12278,45.78716],[16.13033,45.79434],[16.12827,45.80224],[16.1602,45.79554],[16.19865,45.77638],[16.20655,45.82784],[16.21719,45.83885],[16.24088,45.83645],[16.22921,45.84148],[16.22938,45.84638],[16.22097,45.85248],[16.22578,45.86085],[16.19728,45.8924],[16.18423,45.89789],[16.18595,45.90793],[16.17599,45.91796],[16.17462,45.94041],[16.15334,45.96857]]],"terms_url":"https://geoportal.zagreb.hr/","terms_text":"Grad Zagreb, Gradski ured za strategijsko planiranje i razvoj Grada","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/osm-hr.png"},{"id":"osm-hr-zagreb-2018","name":"osm-hr: Zagreb 2018 Aerial imagery","type":"tms","template":"https://tms.osm-hr.org/zagreb-2018/{zoom}/{x}/{-y}.png","category":"photo","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[15.87649,45.87423],[15.87301,45.8737],[15.87035,45.87286],[15.86726,45.87077],[15.86499,45.86781],[15.8637,45.86682],[15.8617,45.86397],[15.8599,45.86422],[15.85733,45.86421],[15.85518,45.86382],[15.85246,45.86304],[15.85106,45.86268],[15.84866,45.86191],[15.84542,45.86074],[15.84322,45.85968],[15.84298,45.8754],[15.83911,45.87594],[15.80438,45.87573],[15.80615,45.74716],[15.8013,45.74617],[15.79808,45.74474],[15.79551,45.74387],[15.79169,45.74255],[15.78787,45.74282],[15.78371,45.74183],[15.77989,45.73985],[15.77748,45.73713],[15.77345,45.73264],[15.77143,45.72748],[15.76856,45.72287],[15.76598,45.71652],[15.76221,45.71289],[15.7607,45.70957],[15.76079,45.70606],[15.76281,45.70246],[15.76405,45.69944],[15.76379,45.69539],[15.76427,45.69158],[15.76431,45.68909],[15.76525,45.68649],[15.76791,45.6837],[15.77521,45.67992],[15.78349,45.67632],[15.78817,45.6747],[15.7928,45.6735],[15.79529,45.67338],[15.79851,45.67149],[15.80306,45.67008],[15.80435,45.66796],[15.80641,45.66514],[15.81048,45.66271],[15.81563,45.66136],[15.82044,45.66112],[15.8246,45.66118],[15.82709,45.65923],[15.83027,45.65755],[15.83417,45.6562],[15.83967,45.65515],[15.84224,45.65395],[15.84426,45.65242],[15.84731,45.65104],[15.85138,45.65014],[15.85413,45.6502],[15.85696,45.64912],[15.85962,45.64807],[15.86318,45.64744],[15.86666,45.64738],[15.86821,45.64525],[15.86984,45.64267],[15.87215,45.64033],[15.87554,45.63859],[15.87778,45.63718],[15.88095,45.63577],[15.88134,45.63436],[15.88224,45.63256],[15.88464,45.63013],[15.88816,45.62808],[15.88747,45.62697],[15.88584,45.6246],[15.88554,45.62199],[15.8864,45.61911],[15.8885,45.61665],[15.89194,45.61431],[15.89464,45.61263],[15.89812,45.6114],[15.90074,45.60989],[15.90387,45.6083],[15.90885,45.6074],[15.91181,45.60671],[15.91352,45.60596],[15.91816,45.605],[15.92322,45.60542],[15.92764,45.60704],[15.93099,45.60935],[15.93408,45.61305],[15.93799,45.61389],[15.94082,45.61515],[15.94494,45.61761],[15.94803,45.62061],[15.95163,45.62118],[15.95429,45.62211],[15.95768,45.62454],[15.95944,45.6273],[15.95987,45.63049],[15.96279,45.63478],[15.96335,45.63724],[15.96271,45.64],[15.96288,45.64225],[15.96223,45.64567],[15.96215,45.64795],[15.96627,45.65023],[15.96846,45.6526],[15.97034,45.65614],[15.97052,45.65968],[15.97305,45.66196],[15.97459,45.66379],[15.97704,45.66604],[15.97871,45.66844],[15.97906,45.6711],[15.97858,45.67314],[15.97944,45.6756],[15.9797,45.67755],[15.98043,45.67911],[15.98077,45.68091],[15.98022,45.68427],[15.97803,45.68739],[15.97923,45.68954],[15.97949,45.69185],[15.98369,45.69365],[15.98657,45.69581],[15.9888,45.69698],[15.99172,45.69914],[15.99386,45.70237],[15.99472,45.70513],[15.99841,45.70879],[16.00373,45.71008],[16.00871,45.71028],[16.01129,45.70996],[16.01491,45.70991],[16.02624,45.69689],[16.07624,45.69708],[16.07629,45.69513],[16.11181,45.69503],[16.14368,45.77965],[16.14394,45.78701],[16.1508,45.78692],[16.1578,45.78497],[16.16934,45.78081],[16.17531,45.77818],[16.19174,45.7695],[16.19552,45.76851],[16.19934,45.76827],[16.20217,45.76878],[16.20543,45.76977],[16.20788,45.77129],[16.2099,45.77309],[16.2123,45.77558],[16.21333,45.77797],[16.21333,45.78039],[16.21243,45.7827],[16.21101,45.78447],[16.21109,45.78616],[16.2299,45.78591],[16.22974,45.82356],[16.26831,45.8236],[16.26826,45.83511],[16.25204,45.83517],[16.25247,45.83795],[16.25191,45.8401],[16.25041,45.84231],[16.24779,45.84474],[16.24487,45.84641],[16.2417,45.84737],[16.24093,45.84949],[16.23972,45.85122],[16.23779,45.85281],[16.23904,45.85409],[16.24002,45.85598],[16.2405,45.85855],[16.24071,45.85983],[16.24032,45.86327],[16.23874,45.86626],[16.2359,45.86862],[16.2338,45.86969],[16.22591,45.87531],[16.22204,45.8806],[16.21977,45.88338],[16.21664,45.88553],[16.21505,45.88854],[16.2117,45.89365],[16.20827,45.89822],[16.20625,45.90022],[16.20359,45.90163],[16.19951,45.9027],[16.19651,45.90279],[16.19647,45.90378],[16.19737,45.90605],[16.19741,45.90784],[16.19698,45.91059],[16.19535,45.91309],[16.19329,45.91515],[16.19308,45.91644],[16.1923,45.91856],[16.19067,45.92077],[16.18771,45.9228],[16.18728,45.92548],[16.18608,45.92721],[16.18578,45.93059],[16.18617,45.93256],[16.18582,45.93506],[16.18509,45.93727],[16.18578,45.93874],[16.18595,45.94065],[16.18582,45.94276],[16.18462,45.94521],[16.18278,45.94736],[16.17986,45.94945],[16.17964,45.95082],[16.17956,45.95321],[16.17866,45.95524],[16.17866,45.95664],[16.1778,45.95888],[16.17621,45.96076],[16.17376,45.96264],[16.17123,45.96443],[16.16913,45.96529],[16.16896,45.96726],[16.16844,45.9689],[16.16793,45.9712],[16.16651,45.97334],[16.16458,45.97525],[16.16235,45.97663],[16.1599,45.97734],[16.15724,45.97797],[16.15415,45.97797],[16.15145,45.97761],[16.1481,45.97767],[16.14557,45.97722],[16.14428,45.9774],[16.14145,45.97743],[16.13892,45.97698],[16.13703,45.97683],[16.13402,45.97618],[16.13179,45.9754],[16.12939,45.97603],[16.12707,45.97633],[16.12334,45.97758],[16.11948,45.97815],[16.11669,45.97803],[16.11407,45.97755],[16.11205,45.9774],[16.10827,45.97648],[16.10527,45.97504],[16.1027,45.97281],[16.10132,45.97027],[16.10098,45.96693],[16.10089,45.96565],[16.10034,45.96475],[16.09922,45.96463],[16.09755,45.96562],[16.09566,45.96657],[16.0936,45.96729],[16.09076,45.96762],[16.08707,45.96744],[16.08411,45.96669],[16.08141,45.96538],[16.07931,45.96508],[16.07549,45.96493],[16.07167,45.96407],[16.06819,45.96252],[16.06536,45.9598],[16.06008,45.95876],[16.05609,45.95673],[16.05326,45.95401],[16.05025,45.95339],[16.04759,45.95267],[16.04352,45.95094],[16.04103,45.94849],[16.03618,45.94834],[16.03141,45.94721],[16.02579,45.94605],[16.02219,45.9447],[16.0191,45.94262],[16.01789,45.94056],[16.01648,45.93996],[16.01219,45.93945],[16.00687,45.93924],[16.00287,45.93802],[15.99463,45.93405],[15.99047,45.93104],[15.9873,45.9305],[15.98232,45.92814],[15.97734,45.92536],[15.96923,45.92298],[15.96507,45.92053],[15.96138,45.9159],[15.95605,45.91378],[15.95326,45.91166],[15.9509,45.91008],[15.94567,45.9096],[15.94155,45.90817],[15.93854,45.90599],[15.9343,45.90408],[15.93035,45.90133],[15.92786,45.89849],[15.92378,45.89891],[15.91953,45.89837],[15.91455,45.89691],[15.91116,45.89652],[15.90687,45.89527],[15.90151,45.8944],[15.89773,45.89311],[15.89357,45.89019],[15.89112,45.88953],[15.88773,45.88741],[15.88503,45.8849],[15.88087,45.88248],[15.87739,45.87821],[15.87649,45.87423]]],"terms_url":"https://geoportal.zagreb.hr/","terms_text":"Grad Zagreb, Gradski ured za strategijsko planiranje i razvoj Grada","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/hr/osm-hr.png"},{"id":"osmie_tie_not_counties","name":"OSMIE T.ie Land not in Counties","type":"tms","template":"https://www.townlands.ie/tiles/not_counties/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[2,19],"polygon":[[[-9.45274,53.08557],[-9.82902,53.18279],[-9.89082,53.14368],[-9.51042,53.03605],[-9.45274,53.08557]],[[-7.46421,52.12105],[-6.33537,52.17667],[-6.32987,52.38838],[-6.16508,52.58073],[-5.9893,52.9811],[-6.05796,53.31713],[-5.9838,53.50704],[-6.24473,53.86326],[-6.35459,53.91182],[-6.31614,53.98133],[-6.13487,53.97002],[-5.61851,54.23574],[-5.3878,54.44708],[-5.53886,54.67641],[-6.07444,55.21277],[-6.21452,55.33168],[-6.78306,55.17828],[-6.9506,55.25505],[-7.17582,55.35355],[-7.22526,55.45024],[-7.50816,55.28791],[-7.63999,55.28009],[-8.02451,55.2206],[-8.25797,55.27853],[-8.28269,55.172],[-8.58482,55.01168],[-8.38432,54.86021],[-8.69743,54.78901],[-8.85124,54.67641],[-8.46946,54.57942],[-8.17008,54.62397],[-8.33763,54.4854],[-8.68644,54.36556],[-8.62876,54.27625],[-9.04075,54.3051],[-9.13688,54.23614],[-9.2852,54.33834],[-9.90043,54.32233],[-10.15037,54.2245],[-10.27397,53.94578],[-9.98832,53.85678],[-10.3289,53.60982],[-10.22727,53.39418],[-9.78233,53.21857],[-8.96934,53.26952],[-9.04624,53.1762],[-9.2852,53.15644],[-9.40879,52.99433],[-9.57084,52.75562],[-9.97321,52.54316],[-9.70405,52.57071],[-9.69444,52.4855],[-9.97733,52.41854],[-9.87296,52.33387],[-9.92378,52.2381],[-10.06523,52.34478],[-10.15586,52.30113],[-10.65849,52.07212],[-9.90318,52.12274],[-10.45799,51.88772],[-10.39344,51.82411],[-10.56098,51.76635],[-10.32478,51.79014],[-10.25749,51.70937],[-9.80705,51.81816],[-10.28289,51.57045],[-9.89631,51.60032],[-9.51454,51.70256],[-9.83177,51.55082],[-9.83039,51.43368],[-9.43351,51.50468],[-9.53788,51.41741],[-8.63151,51.59179],[-7.70316,51.95209],[-7.46421,52.12105]]],"icon":"https://www.townlands.ie/static/logo_small.png"},{"id":"OSMUK-Cadastral-Parcels","name":"OSMUK Cadastral Parcels","type":"tms","template":"https://tiles.osmuk.org/PropertyBoundaries/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[18,20],"polygon":[[[-6.17996,49.91686],[-6.17996,50.00538],[-6.39788,50.00538],[-6.39788,49.94999],[-6.45807,49.94999],[-6.45807,49.86736],[-6.25402,49.86736],[-6.25402,49.91686],[-6.17996,49.91686]],[[-5.83432,49.97546],[-5.83432,49.93216],[-5.76833,49.93216],[-5.76833,49.97546],[-5.83432,49.97546]],[[-7.39072,50.4021],[-7.6077,50.4021],[-7.6077,50.26887],[-7.39072,50.26887],[-7.39072,50.4021]],[[-8.35929,57.94406],[-8.71635,57.94406],[-8.71635,57.73059],[-8.35929,57.73059],[-8.35929,57.94406]],[[-5.1756,50.59254],[-5.1756,50.35306],[-5.37336,50.35306],[-5.37336,50.25482],[-5.82929,50.25482],[-5.82929,50.02297],[-5.28395,50.02297],[-5.28395,49.94745],[-5.00547,49.94745],[-5.00547,50.13477],[-3.69224,50.13477],[-3.69224,50.20578],[-3.40964,50.20578],[-3.40964,50.57363],[-2.49878,50.57363],[-2.49878,50.48464],[-2.36253,50.48464],[-2.36253,50.57363],[-1.00744,50.57363],[-1.00744,50.70384],[-0.7256,50.70384],[-0.7256,50.72984],[0.77881,50.72984],[0.77881,50.90084],[1.06999,50.90084],[1.06999,51.02076],[1.45076,51.02076],[1.45076,51.33318],[1.52355,51.33318],[1.52355,51.44035],[1.11665,51.44035],[1.11665,51.69675],[1.2697,51.69675],[1.2697,51.82613],[1.52355,51.82613],[1.52355,52.04249],[1.83339,52.04249],[1.83339,52.92021],[1.42734,52.92021],[1.42734,53.02989],[0.41635,53.02989],[0.41635,53.52177],[0.2082,53.52177],[0.2082,53.79385],[0.00928,53.79385],[0.00928,54.28652],[-0.32476,54.28652],[-0.32476,54.55275],[-0.66188,54.55275],[-0.66188,54.67466],[-1.055,54.67466],[-1.055,54.82217],[-1.3222,54.82217],[-1.3222,55.24999],[-1.4745,55.24999],[-1.4745,55.86509],[-1.97945,55.86509],[-1.97945,56.04775],[-2.36011,56.04775],[-2.36011,56.63332],[-2.1659,56.63332],[-2.1659,56.87607],[-1.97945,56.87607],[-1.97945,57.22256],[-1.71532,57.22256],[-1.71532,57.74039],[-3.48654,57.74039],[-3.48654,58.11575],[-2.91167,58.11575],[-2.91167,58.58047],[-2.74077,58.58047],[-2.74077,58.81859],[-2.4611,58.81859],[-2.4611,59.13887],[-2.24358,59.13887],[-2.24358,59.47592],[-3.19445,59.47592],[-3.19445,59.20918],[-3.572,59.20918],[-3.572,58.75015],[-5.31991,58.75015],[-5.31991,58.37333],[-5.49082,58.37333],[-5.49082,58.09112],[-5.61417,58.09112],[-5.61417,57.96218],[-5.80643,57.96218],[-5.80643,57.88925],[-5.93391,57.88925],[-5.93391,57.66676],[-6.15913,57.66676],[-6.15913,57.71227],[-6.27998,57.71227],[-6.27998,58.11059],[-6.14701,58.11059],[-6.14701,58.15688],[-6.05362,58.15688],[-6.05362,58.56256],[-6.51781,58.56256],[-6.51781,58.46733],[-6.63866,58.46733],[-6.63866,58.41558],[-6.80346,58.41558],[-6.80346,58.3672],[-7.18798,58.3672],[-7.18798,58.08606],[-7.47362,58.08606],[-7.47362,57.79156],[-7.83068,57.79156],[-7.83068,57.47396],[-7.64941,57.47396],[-7.64941,56.89946],[-7.83068,56.89946],[-7.83068,56.71425],[-7.5203,56.71425],[-7.5203,56.80759],[-7.37198,56.80759],[-7.37198,56.9067],[-7.17423,56.9067],[-7.17423,57.24111],[-7.09732,57.24111],[-7.09732,57.55189],[-6.8721,57.55189],[-6.8721,57.37166],[-6.81168,57.37166],[-6.81168,56.9067],[-6.53153,56.9067],[-6.53153,56.69917],[-6.81717,56.69917],[-6.81717,56.56018],[-7.17277,56.56018],[-7.17277,56.30134],[-6.59332,56.30134],[-6.59332,55.48225],[-5.89796,55.48225],[-5.89796,55.25009],[-5.65326,55.25009],[-5.65326,55.21908],[-5.22987,55.21908],[-5.22987,54.75329],[-5.04731,54.75329],[-5.04731,54.61407],[-4.30154,54.61407],[-4.30154,54.7219],[-3.7189,54.7219],[-3.7189,54.43373],[-3.55964,54.43373],[-3.55964,54.1981],[-3.39262,54.1981],[-3.39262,54.01592],[-3.23337,54.01592],[-3.23337,53.50386],[-3.31105,53.50386],[-3.31105,53.41135],[-4.15782,53.41135],[-4.15782,53.50386],[-4.7288,53.50386],[-4.7288,52.93173],[-4.85698,52.93173],[-4.85698,52.73696],[-4.44137,52.73696],[-4.44137,52.79337],[-4.18112,52.79337],[-4.18112,52.36853],[-4.30154,52.36853],[-4.30154,52.29257],[-4.49575,52.29257],[-4.49575,52.18316],[-4.88806,52.18316],[-4.88806,52.09734],[-5.1988,52.09734],[-5.1988,51.98026],[-5.50954,51.98026],[-5.50954,51.77404],[-5.73871,51.77404],[-5.73871,51.6296],[-5.14442,51.6296],[-5.14442,51.54272],[-4.37922,51.54272],[-4.37922,51.49393],[-4.08521,51.49393],[-4.08521,51.52982],[-3.82978,51.52982],[-3.82978,51.43404],[-3.74463,51.43404],[-3.74463,51.36207],[-3.14862,51.36207],[-3.14862,51.2453],[-3.71717,51.2453],[-3.71717,51.2917],[-3.90393,51.2917],[-3.90393,51.25218],[-4.37922,51.25218],[-4.37922,51.06921],[-4.60431,51.06921],[-4.60431,50.96074],[-4.69495,50.96074],[-4.69495,50.78221],[-4.79657,50.78221],[-4.79657,50.69356],[-4.99707,50.69356],[-4.99707,50.59254],[-5.1756,50.59254]],[[-4.2867,59.13705],[-4.5586,59.13705],[-4.5586,58.95691],[-4.2867,58.95691],[-4.2867,59.13705]],[[-1.53733,59.56983],[-1.75431,59.56983],[-1.75431,59.46394],[-1.53733,59.46394],[-1.53733,59.56983]],[[-1.9864,60.19686],[-2.20338,60.19686],[-2.20338,60.09294],[-1.9864,60.09294],[-1.9864,60.19686]],[[-7.73043,58.35799],[-7.73043,58.24831],[-7.51345,58.24831],[-7.51345,58.35799],[-7.73043,58.35799]],[[-6.27877,59.20257],[-6.27877,59.02278],[-5.66506,59.02278],[-5.66506,59.20257],[-6.27877,59.20257]],[[-1.10344,60.804],[-1.35063,60.804],[-1.35063,60.68857],[-1.94838,60.68857],[-1.94838,60.30588],[-1.75431,60.30588],[-1.75431,60.12844],[-1.57549,60.12844],[-1.57549,59.79792],[-1.0317,59.79792],[-1.0317,60.03545],[-0.66269,60.03545],[-0.66269,60.91039],[-1.10344,60.91039],[-1.10344,60.804]]],"terms_url":"https://osmuk.org/cadastral-parcels/","terms_text":"Contains public sector information licensed under the Open Government Licence v3.0.","description":"Perfectly aligned cadastral (land registry) parcels in Great Britain","icon":"https://osmuk.org/wp-content/uploads/2017/09/icon_color_square.png","overlay":true},{"id":"PAgis_Ortho_2018","name":"PAgis 2018 Orthophotography","type":"wms","template":"https://www.pagis.org/arcgis/services/MAPS/AerialPhotos2018/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-92.75493,34.84636],[-92.65777,34.84694],[-92.65707,34.75991],[-92.55161,34.76045],[-92.55115,34.6879],[-92.50721,34.6881],[-92.50707,34.66635],[-92.44561,34.66661],[-92.44535,34.6231],[-92.34887,34.62341],[-92.34865,34.5799],[-92.25224,34.58011],[-92.25195,34.49308],[-92.22567,34.49312],[-92.22565,34.48587],[-92.02421,34.48609],[-92.02425,34.62388],[-92.1032,34.62385],[-92.10322,34.66013],[-92.09447,34.66013],[-92.0945,34.69639],[-92.08575,34.69641],[-92.08574,34.71815],[-92.07696,34.71816],[-92.077,34.76893],[-92.06823,34.76896],[-92.06844,35.01555],[-92.23593,35.01534],[-92.23569,34.9283],[-92.26211,34.92825],[-92.26214,34.93548],[-92.42063,34.93503],[-92.42055,34.91331],[-92.45575,34.91313],[-92.47042,34.94247],[-92.48118,34.95006],[-92.49286,34.95245],[-92.52334,34.95063],[-92.55292,34.95626],[-92.55283,34.94176],[-92.64972,34.94127],[-92.64951,34.91225],[-92.75512,34.9116],[-92.75493,34.84636]]],"terms_url":"https://www.pagis.org/","terms_text":"Pulaski Area Geographic Information System","description":"2018 orthophotography for Pulaski County of the State of Arkansas","icon":"http://www.pagis.org/wp-content/uploads/2019/10/Home2.gif"},{"id":"PAgis_Ortho_2021","name":"PAgis 2021 Orthophotography","type":"wms","template":"https://www.pagis.org/arcgis/rest/services/MAPS/AerialPhotos2021/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:4326","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-92.75493,34.84636],[-92.65777,34.84694],[-92.65707,34.75991],[-92.55161,34.76045],[-92.55115,34.6879],[-92.50721,34.6881],[-92.50707,34.66635],[-92.44561,34.66661],[-92.44535,34.6231],[-92.34887,34.62341],[-92.34865,34.5799],[-92.25224,34.58011],[-92.25195,34.49308],[-92.22567,34.49312],[-92.22565,34.48587],[-92.02421,34.48609],[-92.02425,34.62388],[-92.1032,34.62385],[-92.10322,34.66013],[-92.09447,34.66013],[-92.0945,34.69639],[-92.08575,34.69641],[-92.08574,34.71815],[-92.07696,34.71816],[-92.077,34.76893],[-92.06823,34.76896],[-92.06844,35.01555],[-92.23593,35.01534],[-92.23569,34.9283],[-92.26211,34.92825],[-92.26214,34.93548],[-92.42063,34.93503],[-92.42055,34.91331],[-92.45575,34.91313],[-92.47042,34.94247],[-92.48118,34.95006],[-92.49286,34.95245],[-92.52334,34.95063],[-92.55292,34.95626],[-92.55283,34.94176],[-92.64972,34.94127],[-92.64951,34.91225],[-92.75512,34.9116],[-92.75493,34.84636]]],"terms_url":"https://www.pagis.org/","terms_text":"Pulaski Area Geographic Information System","description":"2021 orthophotography for Pulaski County of the State of Arkansas","icon":"http://www.pagis.org/wp-content/uploads/2019/10/Home2.gif"},{"id":"Palm-Beach_Ortho_2021","name":"Palm Beach County Orthoimagery (2021)","type":"wms","template":"https://maps.co.palm-beach.fl.us/arcgis/rest/services/Aerials/2021/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-02-02T00:00:00.000Z","startDate":"2021-01-05T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.6351,26.98808],[-80.63519,26.97425],[-80.61978,26.97425],[-80.62004,26.8917],[-80.71235,26.7819],[-80.75835,26.78199],[-80.7584,26.74074],[-80.85037,26.74085],[-80.85036,26.75462],[-80.86567,26.75464],[-80.86565,26.78213],[-80.89628,26.78218],[-80.89671,26.31446],[-80.0572,26.31134],[-80.02463,26.55876],[-80.0223,26.83382],[-80.06716,26.98546],[-80.6351,26.98808]]],"terms_url":"http://maps.co.palm-beach.fl.us/cwgis/mygeonav.html","terms_text":"Palm Beach County","description":"The 2021 orthoimagery for Palm Beach County of the State of Florida"},{"id":"Palm-Beach_Ortho_2022","name":"Palm Beach County Orthoimagery (2022)","type":"wms","template":"https://maps.co.palm-beach.fl.us/arcgis/rest/services/Aerials/2022/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-01-29T00:00:00.000Z","startDate":"2022-01-14T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.38942,26.9872],[-80.39108,26.67082],[-80.36056,26.67048],[-80.36035,26.64297],[-80.34524,26.64297],[-80.34532,26.62938],[-80.33013,26.62931],[-80.33021,26.61555],[-80.31489,26.61542],[-80.31502,26.60174],[-80.2844,26.60156],[-80.28448,26.58782],[-80.26916,26.58776],[-80.26928,26.57398],[-80.25398,26.57394],[-80.25391,26.54662],[-80.23885,26.5462],[-80.23893,26.51881],[-80.22375,26.51874],[-80.22415,26.4637],[-80.23942,26.46376],[-80.23993,26.38124],[-80.25522,26.38129],[-80.25533,26.36757],[-80.30111,26.36783],[-80.30143,26.31279],[-80.05733,26.31191],[-80.02463,26.55876],[-80.0223,26.83382],[-80.06716,26.98546],[-80.38942,26.9872]],[[-80.63533,26.89178],[-80.63553,26.86419],[-80.65085,26.86423],[-80.6509,26.85056],[-80.66618,26.85058],[-80.66628,26.83679],[-80.68152,26.83679],[-80.6817,26.7956],[-80.63568,26.79553],[-80.63559,26.82308],[-80.62035,26.823],[-80.62025,26.83673],[-80.60494,26.83669],[-80.60473,26.89167],[-80.63533,26.89178]],[[-80.68185,26.74057],[-80.6819,26.71311],[-80.7125,26.71307],[-80.7128,26.68565],[-80.7432,26.68565],[-80.74337,26.65814],[-80.728,26.65814],[-80.728,26.64442],[-80.66681,26.64428],[-80.66672,26.65806],[-80.62082,26.65786],[-80.62069,26.69915],[-80.63604,26.69915],[-80.636,26.71295],[-80.6513,26.71299],[-80.65121,26.7405],[-80.68185,26.74057]]],"terms_url":"http://maps.co.palm-beach.fl.us/cwgis/mygeonav.html","terms_text":"Palm Beach County","description":"The 2022 orthoimagery for Palm Beach County of the State of Florida"},{"id":"Palm-Beach_Ortho_2023","name":"Palm Beach County Orthoimagery (2023)","type":"tms","template":"https://maps.co.palm-beach.fl.us/arcgis/rest/services/Aerials/2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-80.38942,26.9872],[-80.39108,26.67082],[-80.36056,26.67048],[-80.36035,26.64297],[-80.34524,26.64297],[-80.34532,26.62938],[-80.33013,26.62931],[-80.33021,26.61555],[-80.31489,26.61542],[-80.31502,26.60174],[-80.2844,26.60156],[-80.28448,26.58782],[-80.26916,26.58776],[-80.26928,26.57398],[-80.25398,26.57394],[-80.25391,26.54662],[-80.23885,26.5462],[-80.23893,26.51881],[-80.22375,26.51874],[-80.22415,26.4637],[-80.23942,26.46376],[-80.23993,26.38124],[-80.25522,26.38129],[-80.25533,26.36757],[-80.30111,26.36783],[-80.30143,26.31279],[-80.05733,26.31191],[-80.02463,26.55876],[-80.0223,26.83382],[-80.06716,26.98546],[-80.38942,26.9872]],[[-80.63533,26.89178],[-80.63553,26.86419],[-80.65085,26.86423],[-80.6509,26.85056],[-80.66618,26.85058],[-80.66628,26.83679],[-80.68152,26.83679],[-80.6817,26.7956],[-80.63568,26.79553],[-80.63559,26.82308],[-80.62035,26.823],[-80.62025,26.83673],[-80.60494,26.83669],[-80.60473,26.89167],[-80.63533,26.89178]],[[-80.68185,26.74057],[-80.6819,26.71311],[-80.7125,26.71307],[-80.7128,26.68565],[-80.7432,26.68565],[-80.74337,26.65814],[-80.728,26.65814],[-80.728,26.64442],[-80.66681,26.64428],[-80.66672,26.65806],[-80.62082,26.65786],[-80.62069,26.69915],[-80.63604,26.69915],[-80.636,26.71295],[-80.6513,26.71299],[-80.65121,26.7405],[-80.68185,26.74057]]],"terms_url":"http://maps.co.palm-beach.fl.us/cwgis/mygeonav.html","terms_text":"Palm Beach County","description":"The 2023 orthoimagery for Palm Beach County of the State of Florida"},{"id":"Pangasinan_Bulacan_HiRes","name":"Pangasinán/Bulacan (Philippines HiRes)","type":"tms","template":"https://gravitystorm.dev.openstreetmap.org/imagery/philippines/{zoom}/{x}/{y}.png","category":"photo","zoomExtent":[14,19],"polygon":[[[121.2699,14.7025],[121.2684,15.2602],[120.8268,15.3658],[120.695,14.8423],[121.2699,14.7025]],[[120.36854,16.21853],[120.34758,16.04231],[120.33659,15.98577],[120.44599,15.984],[120.44613,15.97446],[120.47646,15.97459],[120.59425,15.94683],[120.59806,16.09079],[120.59654,16.198],[120.36854,16.21853]]]},{"id":"PCN-Italy-2006","name":"PCN 2006 - Italy","type":"wms","template":"http://wms.pcn.minambiente.it/ogc?MAP=/ms_ogc/WMS_v1.3/raster/ortofoto_colore_06.map&LAYERS=OI.ORTOIMMAGINI.2006.33,OI.ORTOIMMAGINI.2006.32&STYLES=,&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2006-01-01T00:00:00.000Z","startDate":"2006-01-01T00:00:00.000Z","polygon":[[[12.51296,35.49005],[12.63861,35.48641],[12.64054,35.5306],[12.51489,35.53423],[12.51296,35.49005]],[[11.91218,36.85688],[11.90998,36.71139],[12.07958,36.70974],[12.08179,36.85523],[11.91218,36.85688]],[[8.07521,40.59862],[8.36154,40.35],[8.27914,39.98585],[8.38283,39.6536],[8.17134,39.14848],[8.62453,38.75119],[9.09831,39.03764],[9.03102,39.13144],[9.26585,39.18575],[9.64076,39.0227],[9.89894,40.67991],[9.50068,41.39257],[8.30317,40.91071],[8.41304,41.16139],[8.21254,41.13864],[8.07521,40.59862]],[[12.84031,35.84989],[12.89198,35.85003],[12.89186,35.88145],[12.84019,35.88131],[12.84031,35.84989]],[[7.68694,44.17487],[7.72508,44.07578],[7.49355,43.86551],[7.54795,43.73118],[8.10697,43.86701],[8.73593,44.38944],[10.18338,43.85116],[9.55016,43.13605],[10.27725,42.27515],[11.69748,42.08118],[12.90059,40.84897],[14.97466,40.20869],[16.04773,38.8953],[13.1086,38.74113],[11.77717,37.93605],[14.40624,36.74299],[15.13467,36.59364],[15.42867,37.027],[15.21993,37.43376],[15.4836,37.92936],[16.01644,37.8036],[17.21669,38.87425],[17.21669,39.40468],[16.55477,39.78775],[17.05464,40.45144],[18.32906,39.70539],[18.68773,40.0587],[18.04964,40.67064],[16.00545,41.52122],[16.38448,41.85964],[15.51837,42.1537],[14.57997,42.2461],[13.56099,43.65128],[12.57889,44.0867],[12.28795,44.62204],[12.56398,44.97092],[12.34151,45.17458],[12.41696,45.40557],[13.09252,45.62826],[13.69549,45.70806],[13.78445,45.5825],[13.9191,45.6322],[13.8235,45.7176],[13.59784,45.8072],[13.64307,45.98326],[13.52963,45.96588],[13.47474,46.00546],[13.66472,46.17392],[13.47587,46.22725],[13.42218,46.20758],[13.37671,46.29668],[13.59777,46.44137],[13.68684,46.43881],[13.7148,46.5222],[12.9151,46.60953],[12.38708,46.71529],[12.27591,46.88651],[12.17486,46.90895],[12.11675,47.01241],[12.21781,47.03996],[12.19254,47.09331],[11.74789,46.98484],[11.33355,46.99862],[11.10618,46.92966],[11.00764,46.76896],[10.72974,46.78972],[10.75753,46.82258],[10.66405,46.87614],[10.47197,46.85698],[10.38659,46.67847],[10.49375,46.62049],[10.46136,46.53164],[10.25309,46.57432],[10.23674,46.63484],[10.10307,46.61003],[10.03715,46.44479],[10.165,46.41051],[10.10506,46.3372],[10.17862,46.25626],[10.07055,46.21668],[9.95249,46.38045],[9.73086,46.35071],[9.71273,46.29266],[9.57015,46.2958],[9.46117,46.37481],[9.45936,46.50873],[9.40487,46.46621],[9.36128,46.5081],[9.28136,46.49685],[9.24503,46.23616],[8.95601,45.96503],[9.09065,45.89906],[9.0298,45.82127],[8.90992,45.8333],[8.9408,45.86682],[8.88904,45.95465],[8.78551,45.99063],[8.85617,46.0748],[8.62242,46.12112],[8.45032,46.26869],[8.42464,46.46367],[8.08814,46.26692],[8.15493,46.1834],[8.11383,46.11577],[8.02906,46.10331],[7.98881,45.99867],[7.9049,45.99945],[7.85949,45.91485],[7.56343,45.97421],[7.10685,45.85653],[7.04151,45.92435],[6.95315,45.85163],[6.80785,45.83265],[6.80785,45.71864],[6.98948,45.63869],[7.00037,45.509],[7.18019,45.40071],[7.10572,45.32924],[7.13115,45.25386],[6.85144,45.13226],[6.7697,45.16044],[6.62803,45.11175],[6.66981,45.02324],[6.74791,45.01939],[6.75518,44.89915],[7.02217,44.82519],[7.07484,44.68073],[6.95133,44.66264],[6.85507,44.53072],[6.94504,44.43112],[6.88784,44.42043],[6.89171,44.36637],[7.00764,44.23736],[7.36364,44.11882],[7.68694,44.17487]]],"terms_url":"http://www.sitr.regione.sicilia.it","terms_text":"© Ministero dell'Ambiente e della Tutela del Territorio e del Mare - Geoportale nazionale"},{"id":"PCN-Lazio_Umbria-2008","name":"PCN 2008 - IT Lazio+Umbria","type":"wms","template":"http://wms.pcn.minambiente.it/ogc?MAP=/ms_ogc/WMS_v1.3/raster/ortofoto_colore_08.map&LAYERS=OI.ORTOIMMAGINI.2008.33&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2008-01-01T00:00:00.000Z","startDate":"2008-01-01T00:00:00.000Z","polygon":[[[12.33149,41.64637],[12.41178,41.64791],[12.41499,41.54635],[12.49574,41.54789],[12.4985,41.49619],[12.57948,41.49843],[12.58062,41.42932],[12.60632,41.4288],[12.60746,41.39663],[12.8293,41.39818],[12.83159,41.34688],[12.9128,41.34843],[12.9151,41.29726],[12.99585,41.2983],[12.99791,41.19636],[13.1679,41.19808],[13.16721,41.24692],[13.41337,41.24829],[13.4152,41.19705],[13.8341,41.19808],[13.83341,41.2476],[13.91737,41.24847],[13.91668,41.39749],[14.0011,41.39784],[13.99996,41.49774],[14.08415,41.49826],[14.08346,41.65014],[14.00087,41.6498],[13.99973,41.75051],[13.83433,41.74965],[13.83364,41.80047],[13.75151,41.79978],[13.7499,41.84987],[13.41841,41.8497],[13.41681,41.95027],[13.33445,41.94959],[13.3333,42.00041],[13.25141,41.99973],[13.25003,42.05051],[13.08509,42.04966],[13.08394,42.097],[13.33399,42.09819],[13.33376,42.1472],[13.41772,42.14822],[13.41635,42.25052],[13.33399,42.24984],[13.33353,42.30094],[13.25141,42.29992],[13.25003,42.54699],[13.41795,42.54817],[13.41589,42.75065],[13.33468,42.74947],[13.33307,42.90056],[13.16836,42.89938],[13.16721,42.95079],[12.96419,42.95012],[12.96258,43.0003],[12.91877,42.9998],[12.91601,43.25078],[12.83526,43.24994],[12.83228,43.50107],[12.66321,43.4994],[12.66482,43.45112],[12.58567,43.44996],[12.58246,43.5508],[12.50171,43.5498],[12.49987,43.65131],[12.16242,43.64915],[12.16494,43.60132],[12.07891,43.5995],[12.0819,43.45196],[11.99541,43.44913],[11.99862,43.34661],[12.07891,43.34795],[12.08075,43.30189],[11.9961,43.29955],[11.99862,43.20214],[11.91237,43.19929],[11.91466,43.15212],[11.83207,43.14944],[11.8323,43.09653],[11.91099,43.09837],[11.91466,42.90191],[11.82909,42.89922],[11.83139,42.85231],[11.74582,42.84945],[11.74811,42.65236],[11.6731,42.64966],[11.67493,42.6105],[11.49485,42.59936],[11.49852,42.49593],[11.57812,42.49796],[11.58156,42.45244],[11.41226,42.44872],[11.41524,42.34656],[11.49599,42.34792],[11.49921,42.29636],[11.57835,42.29822],[11.58225,42.24628],[11.66185,42.24832],[11.66621,42.09649],[11.74536,42.09819],[11.74903,41.99666],[11.91443,41.99922],[11.91535,41.98626],[11.99403,41.98745],[11.99862,41.89685],[12.07868,41.89907],[12.08144,41.84594],[12.16311,41.84799],[12.16563,41.6964],[12.3292,41.69863],[12.33149,41.64637]]],"terms_url":"http://www.sitr.regione.sicilia.it","terms_text":"© Ministero dell'Ambiente e della Tutela del Territorio e del Mare - Geoportale nazionale"},{"id":"PCN-Italy-2012","name":"PCN 2012 - Italy","type":"wms","template":"http://wms.pcn.minambiente.it/ogc?MAP=/ms_ogc/WMS_v1.3/raster/ortofoto_colore_12.map&LAYERS=OI.ORTOIMMAGINI.2012.32,OI.ORTOIMMAGINI.2012.33&STYLES=,&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","polygon":[[[12.51296,35.49005],[12.63861,35.48641],[12.64054,35.5306],[12.51489,35.53423],[12.51296,35.49005]],[[11.91218,36.85688],[11.90998,36.71139],[12.07958,36.70974],[12.08179,36.85523],[11.91218,36.85688]],[[8.07521,40.59862],[8.36154,40.35],[8.27914,39.98585],[8.38283,39.6536],[8.17134,39.14848],[8.62453,38.75119],[9.09831,39.03764],[9.03102,39.13144],[9.26585,39.18575],[9.64076,39.0227],[9.89894,40.67991],[9.50068,41.39257],[8.30317,40.91071],[8.41304,41.16139],[8.21254,41.13864],[8.07521,40.59862]],[[12.84031,35.84989],[12.89198,35.85003],[12.89186,35.88145],[12.84019,35.88131],[12.84031,35.84989]],[[7.68694,44.17487],[7.72508,44.07578],[7.49355,43.86551],[7.54795,43.73118],[8.10697,43.86701],[8.73593,44.38944],[10.18338,43.85116],[9.55016,43.13605],[10.27725,42.27515],[11.69748,42.08118],[12.90059,40.84897],[14.97466,40.20869],[16.04773,38.8953],[13.1086,38.74113],[11.77717,37.93605],[14.40624,36.74299],[15.13467,36.59364],[15.42867,37.027],[15.21993,37.43376],[15.4836,37.92936],[16.01644,37.8036],[17.21669,38.87425],[17.21669,39.40468],[16.55477,39.78775],[17.05464,40.45144],[18.32906,39.70539],[18.68773,40.0587],[18.04964,40.67064],[16.00545,41.52122],[16.38448,41.85964],[15.51837,42.1537],[14.57997,42.2461],[13.56099,43.65128],[12.57889,44.0867],[12.28795,44.62204],[12.56398,44.97092],[12.34151,45.17458],[12.41696,45.40557],[13.09252,45.62826],[13.69549,45.70806],[13.78445,45.5825],[13.9191,45.6322],[13.8235,45.7176],[13.59784,45.8072],[13.64307,45.98326],[13.52963,45.96588],[13.47474,46.00546],[13.66472,46.17392],[13.47587,46.22725],[13.42218,46.20758],[13.37671,46.29668],[13.59777,46.44137],[13.68684,46.43881],[13.7148,46.5222],[12.9151,46.60953],[12.38708,46.71529],[12.27591,46.88651],[12.17486,46.90895],[12.11675,47.01241],[12.21781,47.03996],[12.19254,47.09331],[11.74789,46.98484],[11.33355,46.99862],[11.10618,46.92966],[11.00764,46.76896],[10.72974,46.78972],[10.75753,46.82258],[10.66405,46.87614],[10.47197,46.85698],[10.38659,46.67847],[10.49375,46.62049],[10.46136,46.53164],[10.25309,46.57432],[10.23674,46.63484],[10.10307,46.61003],[10.03715,46.44479],[10.165,46.41051],[10.10506,46.3372],[10.17862,46.25626],[10.07055,46.21668],[9.95249,46.38045],[9.73086,46.35071],[9.71273,46.29266],[9.57015,46.2958],[9.46117,46.37481],[9.45936,46.50873],[9.40487,46.46621],[9.36128,46.5081],[9.28136,46.49685],[9.24503,46.23616],[8.95601,45.96503],[9.09065,45.89906],[9.0298,45.82127],[8.90992,45.8333],[8.9408,45.86682],[8.88904,45.95465],[8.78551,45.99063],[8.85617,46.0748],[8.62242,46.12112],[8.45032,46.26869],[8.42464,46.46367],[8.08814,46.26692],[8.15493,46.1834],[8.11383,46.11577],[8.02906,46.10331],[7.98881,45.99867],[7.9049,45.99945],[7.85949,45.91485],[7.56343,45.97421],[7.10685,45.85653],[7.04151,45.92435],[6.95315,45.85163],[6.80785,45.83265],[6.80785,45.71864],[6.98948,45.63869],[7.00037,45.509],[7.18019,45.40071],[7.10572,45.32924],[7.13115,45.25386],[6.85144,45.13226],[6.7697,45.16044],[6.62803,45.11175],[6.66981,45.02324],[6.74791,45.01939],[6.75518,44.89915],[7.02217,44.82519],[7.07484,44.68073],[6.95133,44.66264],[6.85507,44.53072],[6.94504,44.43112],[6.88784,44.42043],[6.89171,44.36637],[7.00764,44.23736],[7.36364,44.11882],[7.68694,44.17487]]],"terms_url":"http://www.sitr.regione.sicilia.it","terms_text":"© Ministero dell'Ambiente e della Tutela del Territorio e del Mare - Geoportale nazionale"},{"id":"fr.pcrs","name":"PCRS raster","type":"wms","template":"https://wxs.ign.fr/ortho/geoportail/r/wms?LAYERS=PCRS.LAMB93&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","zoomExtent":[3,21],"polygon":[[[0.9438,46.3105],[0.94702,46.27554],[1.00911,46.27745],[1.04038,46.34702],[1.12685,46.34956],[1.20274,46.38923],[1.19998,46.44948],[1.16181,46.44821],[1.15813,46.50712],[1.10523,46.54604],[1.03164,46.54383],[0.9231,46.5979],[0.91574,46.73173],[0.82421,46.79537],[0.82007,46.83283],[0.71383,46.90201],[0.71153,46.96168],[0.62782,47.01533],[0.56481,47.01439],[0.56665,46.96827],[0.4995,46.96545],[0.43327,46.93939],[0.34404,46.95572],[0.31736,46.93562],[0.31138,47.05452],[0.27091,47.05546],[0.26493,47.07895],[0.23595,47.07864],[0.20698,47.05984],[0.19824,47.10369],[0.08555,47.13905],[0.0115,47.18284],[-0.04461,47.1328],[-0.04553,47.10682],[-0.40244,47.09931],[-0.40428,47.08083],[-0.53628,47.07926],[-0.56848,47.06485],[-0.5671,47.02348],[-0.60159,47.00718],[-0.82742,47.00279],[-0.85778,46.98616],[-0.90745,46.98334],[-0.90515,46.96011],[-0.83846,46.91929],[-0.83386,46.88063],[-0.78005,46.82748],[-0.7129,46.81583],[-0.73544,46.78718],[-0.7313,46.7582],[-0.67978,46.71943],[-0.65633,46.6317],[-0.63379,46.63265],[-0.61723,46.53307],[-0.65495,46.53307],[-0.64391,46.38828],[-0.5533,46.39114],[-0.55284,46.37432],[-0.56848,46.36289],[-0.61079,46.36067],[-0.65587,46.32606],[-0.7014,46.32321],[-0.76119,46.30859],[-0.76027,46.24215],[-0.72164,46.22402],[0.13063,46.24883],[0.12971,46.29334],[0.9438,46.3105]],[[5.98103,45.5195],[5.9877,45.51983],[6.00564,45.53916],[5.97919,45.57603],[5.96723,45.58344],[5.94148,45.61031],[5.94746,45.69229],[6.01852,45.74817],[5.99483,45.74897],[5.99552,45.76293],[5.97574,45.76983],[5.9808,45.79468],[5.95895,45.79581],[5.96056,45.81104],[5.93435,45.81136],[5.9171,45.80446],[5.90537,45.81168],[5.90606,45.82626],[5.8826,45.82738],[5.87548,45.83604],[5.87709,45.85494],[5.86237,45.93273],[5.82442,45.93577],[5.82327,45.92521],[5.83063,45.91721],[5.80235,45.85158],[5.79913,45.83139],[5.78878,45.8253],[5.78671,45.78538],[5.79614,45.76485],[5.81131,45.76309],[5.81269,45.75186],[5.8442,45.71092],[5.84167,45.68844],[5.82005,45.65951],[5.81407,45.58392],[5.83477,45.55381],[5.83615,45.53916],[5.81246,45.51789],[5.85777,45.52031],[5.85915,45.49581],[5.88375,45.49436],[5.9125,45.50371],[5.92124,45.51129],[5.93642,45.51757],[5.96378,45.52353],[5.98103,45.5195]],[[6.29287,45.10777],[6.3292,45.11783],[6.35588,45.13762],[6.36876,45.17719],[6.43269,45.1947],[6.44097,45.22807],[6.42533,45.24038],[6.44143,45.25689],[6.44465,45.30997],[6.42625,45.32258],[6.41383,45.33778],[6.43683,45.35362],[6.44005,45.37074],[6.48788,45.41112],[6.49294,45.43243],[6.50536,45.44856],[6.52146,45.43823],[6.55641,45.4605],[6.54261,45.46695],[6.54169,45.47824],[6.60839,45.48404],[6.63184,45.49404],[6.69945,45.4892],[6.76844,45.50016],[6.80478,45.48953],[6.82962,45.45566],[6.86687,45.45792],[6.86917,45.48695],[6.84617,45.54528],[6.83513,45.63315],[6.88941,45.66208],[6.80708,45.72441],[6.80478,45.76967],[6.76982,45.77095],[6.71325,45.72602],[6.68841,45.7273],[6.68841,45.76838],[6.66174,45.79789],[6.59551,45.79308],[6.56331,45.81873],[6.53526,45.86103],[6.56377,45.86359],[6.55641,45.89273],[6.53066,45.89465],[6.47454,45.88472],[6.45017,45.83572],[6.38624,45.77929],[6.32874,45.69711],[6.26251,45.68587],[6.21974,45.61095],[6.24136,45.58295],[6.35772,45.56621],[6.40739,45.54431],[6.3844,45.51112],[6.36186,45.45372],[6.32828,45.42436],[6.29057,45.44372],[6.27217,45.42662],[6.21974,45.42403],[6.20456,45.40628],[6.20686,45.36719],[6.18294,45.31935],[6.16869,45.31514],[6.12959,45.28635],[6.13097,45.2747],[6.14339,45.2611],[6.12729,45.24588],[6.12683,45.23714],[6.14017,45.22418],[6.13649,45.21706],[6.15811,45.20831],[6.16179,45.18886],[6.14477,45.15676],[6.15765,45.14963],[6.17788,45.16617],[6.20456,45.16001],[6.22526,45.14411],[6.24825,45.1506],[6.26251,45.14249],[6.26067,45.12984],[6.29287,45.10777]],[[4.25213,47.6729],[2.9052,47.67987],[2.96039,47.56781],[3.04157,47.56175],[3.10435,47.58177],[3.10619,47.53521],[3.13149,47.53397],[3.17012,47.50819],[4.1261,47.50322],[4.22591,47.59635],[4.25213,47.6729]],[[-3.13677,47.45348],[-3.27475,47.40121],[-3.27843,47.29401],[-3.08894,47.2628],[-2.87737,47.31896],[-2.84425,47.34639],[-3.07698,47.46841],[-3.12205,47.55229],[-3.01351,47.55974],[-2.88472,47.52745],[-2.85437,47.49017],[-2.76238,47.48209],[-2.51217,47.51502],[-2.50298,47.44353],[-2.29876,47.45162],[-2.29692,47.48644],[-2.09915,47.52745],[-2.07523,47.64161],[-1.8747,47.70108],[-1.65117,47.70355],[-1.61714,47.75615],[-1.45064,47.8161],[-1.39913,47.8198],[-1.28414,47.76975],[-1.23815,47.77408],[-1.12316,47.97645],[-1.0183,47.998],[-1.02106,48.04968],[-1.08545,48.27731],[-1.04681,48.31342],[-1.06521,48.5149],[-1.19215,48.55206],[-1.26574,48.5478],[-1.37981,48.46491],[-1.47364,48.49479],[-1.51411,48.57215],[-1.58402,48.65425],[-1.66497,48.61839],[-1.79007,48.61231],[-1.83975,48.62568],[-1.83147,48.71377],[-2.06971,48.68949],[-2.17274,48.63906],[-2.17274,48.60379],[-2.21505,48.58006],[-2.21046,48.54963],[-2.16262,48.52465],[-2.10559,48.52587],[-2.00164,48.55754],[-1.93541,48.53196],[-1.92897,48.48443],[-1.95289,48.44661],[-1.94553,48.39167],[-1.98325,48.3018],[-2.0596,48.2969],[-2.20034,48.24731],[-2.2031,48.21973],[-2.24173,48.21728],[-2.23897,48.16761],[-2.36131,48.12895],[-2.43398,48.18663],[-2.52413,48.15841],[-2.54621,48.10192],[-2.62164,48.0503],[-2.65108,48.04968],[-2.65383,48.12956],[-2.76146,48.12465],[-2.85253,48.14368],[-2.9022,48.2038],[-2.95003,48.20441],[-2.98223,48.16823],[-3.0503,48.21483],[-3.12481,48.2136],[-3.14229,48.17804],[-3.26003,48.15227],[-3.32994,48.17559],[-3.37594,48.17252],[-3.39249,48.16148],[-3.43849,48.19521],[-3.59671,48.18663],[-3.66478,48.15902],[-3.71261,48.1535],[-3.73837,48.12526],[-3.6381,47.97645],[-3.53875,47.98261],[-3.46332,47.94627],[-3.40629,47.96044],[-3.40905,47.8766],[-3.54795,47.83092],[-3.54335,47.76295],[-3.48448,47.70108],[-3.52864,47.64068],[-3.47436,47.61899],[-3.41687,47.60844],[-3.38422,47.68126],[-3.34374,47.68684],[-3.28211,47.67569],[-3.23796,47.65215],[-3.203,47.6193],[-3.16988,47.60317],[-3.15149,47.56532],[-3.1708,47.53428],[-3.13677,47.45348]],[[2.34017,42.79668],[2.34109,42.8338],[2.74399,42.8311],[2.79826,42.88976],[2.8553,42.90324],[3.01351,42.83649],[3.04939,42.83582],[3.07699,42.92075],[3.04663,42.93625],[3.06043,42.98404],[3.09906,43.06071],[3.16069,43.13795],[3.24624,43.21174],[3.19473,43.25329],[3.0871,43.26401],[3.01167,43.28544],[3.00891,43.31959],[2.939,43.32159],[2.90405,43.33096],[2.89853,43.37578],[2.86265,43.37711],[2.86449,43.32895],[2.81114,43.33029],[2.76423,43.25664],[2.69616,43.32561],[2.66948,43.30687],[2.60877,43.30687],[2.56921,43.34769],[2.56094,43.4239],[2.39306,43.42557],[2.25692,43.45829],[2.20402,43.39951],[2.08306,43.40586],[2.01775,43.45863],[2.04673,43.47832],[2.04995,43.51602],[2.00303,43.51302],[1.98831,43.48533],[1.84481,43.57003],[1.69809,43.63764],[1.72937,43.6789],[1.55413,43.89208],[1.55183,43.92389],[1.4764,43.91196],[1.43363,43.87384],[1.34486,43.8934],[1.35176,43.85726],[1.28875,43.85561],[1.28875,43.83968],[1.35498,43.82608],[1.23816,43.77994],[1.15031,43.82575],[0.95345,43.79355],[0.95208,43.76167],[1.0482,43.6962],[1.05326,43.67059],[1.21056,43.57936],[1.06706,43.5507],[0.98335,43.37477],[0.89918,43.41855],[0.75844,43.41287],[0.43786,43.13929],[0.44384,43.10942],[0.54089,43.07381],[0.54779,43.03315],[0.99715,43.04323],[0.99623,43.09464],[1.06614,43.13292],[1.15445,43.14198],[1.25425,43.08322],[1.29565,43.12519],[1.27265,43.15272],[1.23356,43.15137],[1.2216,43.16882],[1.37384,43.20705],[1.3743,43.2419],[1.30623,43.28344],[1.33842,43.31457],[1.41155,43.26401],[1.41753,43.21409],[1.5086,43.21643],[1.5086,43.27038],[1.54493,43.27038],[1.65348,43.23654],[1.74777,43.3333],[1.81216,43.33932],[1.85631,43.43626],[1.91656,43.39884],[1.94324,43.41889],[2.45469,43.2171],[2.27348,43.01028],[2.33373,42.97361],[2.29555,42.93153],[1.93496,43.07482],[1.9345,43.04995],[1.97038,43.03382],[1.96992,42.96621],[1.93726,42.96385],[1.93772,42.9514],[2.34017,42.79668]],[[4.27098,47.87027],[4.28501,47.89695],[4.31215,47.89711],[4.31238,47.93241],[4.24707,47.93425],[4.23051,47.97645],[4.19739,47.97984],[4.12012,47.9358],[3.91051,47.93687],[3.91062,47.97307],[3.11838,47.97584],[3.00087,47.91129],[2.99972,47.87768],[4.27098,47.87027]]],"terms_text":"PCRS - République Française","best":true,"icon":"https://pcrs.beta.gouv.fr/_next/image?url=%2Fimages%2Fillustrations%2Fpcrs-beta_illustration.png&w=1080&q=75"},{"id":"Actueel_orthoHR_WMTS","name":"PDOK aerial imagery Beeldmateriaal.nl 8cm (WMTS) latest","type":"tms","template":"https://service.pdok.nl/hwh/luchtfotorgb/wmts/v1_0?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=Actueel_orthoHR&STYLE=&FORMAT=image/jpeg&tileMatrixSet=OGC:1.0:GoogleMapsCompatible&tileMatrix={zoom}&tileRow={y}&tileCol={x}","category":"photo","zoomExtent":[0,21],"polygon":[[[3.40233,51.55402],[3.40439,51.51131],[3.47168,51.47369],[3.48816,51.41976],[3.36662,51.39749],[3.32748,51.37092],[3.35392,51.33726],[3.33401,51.32224],[3.34774,51.27072],[3.391,51.24494],[3.43391,51.22495],[3.55442,51.23419],[3.54755,51.26922],[3.63716,51.27373],[3.76179,51.24408],[3.7635,51.21355],[3.77449,51.20151],[3.79063,51.19505],[3.86169,51.19419],[3.87337,51.18795],[3.88916,51.18494],[3.96881,51.20237],[4.01104,51.22516],[4.05601,51.22731],[4.07696,51.23269],[4.18613,51.28468],[4.25755,51.34327],[4.2572,51.36063],[4.31488,51.36213],[4.32312,51.34434],[4.35059,51.34284],[4.38595,51.33941],[4.4244,51.34734],[4.44328,51.35163],[4.45358,51.35785],[4.45805,51.3795],[4.4141,51.41741],[4.42886,51.44652],[4.51126,51.46342],[4.50439,51.45101],[4.51298,51.41527],[4.53529,51.40756],[4.57409,51.41634],[4.64516,51.40606],[4.68601,51.41463],[4.7715,51.48459],[4.81098,51.46855],[4.79553,51.44887],[4.76566,51.44652],[4.74541,51.43903],[4.74197,51.42233],[4.74678,51.40884],[4.76395,51.39856],[4.78214,51.39385],[4.83639,51.39771],[4.88308,51.39235],[4.91123,51.37842],[4.94144,51.38207],[5.0283,51.43839],[5.03895,51.45465],[5.05886,51.45486],[5.07534,51.43325],[5.04444,51.39406],[5.05199,51.38378],[5.09251,51.35292],[5.10349,51.3379],[5.1107,51.31001],[5.11894,51.30336],[5.16701,51.29391],[5.19825,51.30357],[5.21267,51.29842],[5.20168,51.266],[5.22675,51.24666],[5.26485,51.24838],[5.34416,51.24623],[5.36545,51.25311],[5.4221,51.24558],[5.4966,51.27845],[5.52475,51.25977],[5.54157,51.20839],[5.62019,51.18774],[5.64388,51.17052],[5.67753,51.16643],[5.74276,51.16664],[5.75615,51.14037],[5.77194,51.13714],[5.7922,51.13025],[5.774,51.09792],[5.75169,51.07096],[5.73315,51.03535],[5.7383,51.01851],[5.73898,51.0049],[5.71907,50.99129],[5.6971,50.97054],[5.69572,50.95216],[5.7098,50.94134],[5.69916,50.92966],[5.6765,50.92122],[5.66792,50.9039],[5.6559,50.89762],[5.62363,50.88246],[5.61504,50.86274],[5.6147,50.83934],[5.63152,50.81179],[5.66448,50.79812],[5.67169,50.78033],[5.65762,50.76057],[5.66139,50.74927],[5.67444,50.74037],[5.74413,50.74254],[5.7589,50.7484],[5.76576,50.75666],[5.78052,50.75231],[5.79426,50.74384],[5.81383,50.74037],[5.85537,50.73971],[5.87013,50.74536],[5.89107,50.73819],[5.91751,50.73472],[5.94326,50.74124],[5.95459,50.74384],[5.97073,50.7395],[5.99167,50.73776],[6.05484,50.73906],[6.05827,50.78597],[6.06033,50.82849],[6.09947,50.83066],[6.11732,50.85234],[6.13037,50.93117],[6.11217,50.94156],[6.07132,50.94978],[6.05827,50.95064],[6.05793,50.96751],[6.05965,50.99042],[6.04591,51.00468],[5.97176,51.00987],[6.00815,51.03233],[6.02669,51.06988],[6.06102,51.07419],[6.14273,51.12421],[6.20384,51.12551],[6.20453,51.21205],[6.12076,51.21205],[6.12213,51.23011],[6.25259,51.34434],[6.25122,51.5284],[6.16058,51.60778],[6.15852,51.66872],[6.03836,51.75679],[6.06239,51.82093],[6.32469,51.82177],[6.3707,51.80734],[6.43318,51.80607],[6.61034,51.8731],[6.75453,51.87607],[6.82388,51.91378],[6.85821,51.94934],[6.86851,52.00517],[6.77238,52.0546],[6.79642,52.09301],[6.87538,52.09174],[7.10884,52.23201],[7.11777,52.38692],[7.02644,52.48822],[6.76277,52.48654],[6.73668,52.51037],[6.75041,52.53419],[6.79092,52.53878],[6.79367,52.57552],[6.77307,52.60263],[6.79092,52.6289],[7.0134,52.60847],[7.08687,52.60763],[7.11639,52.81106],[7.25716,52.96808],[7.27707,53.24262],[6.89392,53.46271],[6.57806,53.58191],[5.64903,53.49458],[5.17937,53.41526],[4.81476,53.24139],[4.68979,53.07547],[4.63211,52.97842],[4.60808,52.74668],[4.50714,52.46145],[4.47418,52.34876],[4.39384,52.24756],[4.09103,52.01151],[3.97774,52.00982],[3.91869,51.9595],[3.95988,51.87225],[3.82118,51.82559],[3.81775,51.78356],[3.72711,51.76104],[3.65982,51.73553],[3.64128,51.70406],[3.6557,51.6585],[3.62549,51.62399],[3.52386,51.6065],[3.40233,51.55402]]],"terms_url":"https://www.nationaalgeoregister.nl/geonetwork/srv/dut/catalog.search#/search?facet.q=license%2FCC-BY&isChild=%27false%27&resultType=details&any_OR_title_OR_keyword=luchtfoto&fast=index&_content_type=json&from=1&to=20&sortBy=relevance","terms_text":"Kadaster / Beeldmateriaal.nl, CC BY 4.0","best":true,"description":"Nationwide data set 8cm resolution color aerial imagery of the most recent year.","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/nl/PDOK-Luchtfoto-Beeldmateriaal-25cm-latest.png"},{"id":"PEMA_Orthoimagery_2021","name":"PEMA Orthoimagery - Eastern (2021)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/PEMAImagery2021/MapServer/WmsServer?request=getmap&version=1.3.0&service=wms&layers=1&styles=&format=image/jpeg&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[-80.52515,42.03234],[-80.52103,39.71901],[-75.77326,39.72138],[-75.76223,39.74033],[-75.74816,39.76052],[-75.7291,39.77965],[-75.71245,39.79218],[-75.68481,39.80906],[-75.65786,39.8204],[-75.62679,39.82976],[-75.57976,39.83662],[-75.54113,39.83635],[-75.51933,39.83438],[-75.48311,39.82726],[-75.4493,39.81618],[-75.41359,39.79746],[-75.32501,39.84426],[-75.25377,39.84861],[-75.15644,39.87786],[-75.13498,39.88537],[-75.12657,39.91237],[-75.13417,39.92939],[-75.13344,39.94633],[-75.1276,39.95804],[-75.07215,39.97646],[-75.04366,40.01276],[-75.01139,40.01841],[-74.97602,40.04641],[-74.93148,40.06861],[-74.9077,40.07026],[-74.86213,40.0829],[-74.83586,40.10145],[-74.82634,40.12426],[-74.81853,40.1277],[-74.81132,40.12619],[-74.80033,40.12232],[-74.78806,40.11983],[-74.78454,40.11976],[-74.78145,40.12068],[-74.76085,40.13295],[-74.75415,40.13453],[-74.74368,40.13374],[-74.72239,40.147],[-74.71939,40.15854],[-74.73278,40.17625],[-74.75321,40.18478],[-74.76969,40.2165],[-74.84283,40.25324],[-74.85788,40.2808],[-74.86758,40.29544],[-74.87929,40.30525],[-74.89028,40.31285],[-74.89633,40.3155],[-74.90345,40.31602],[-74.90993,40.31792],[-74.93933,40.3382],[-74.94435,40.34645],[-74.94504,40.35551],[-74.94766,40.36417],[-74.96435,40.39627],[-74.96731,40.39935],[-74.99268,40.41101],[-75.02426,40.405],[-75.05889,40.41866],[-75.06567,40.44603],[-75.07001,40.45714],[-75.06452,40.4666],[-75.06108,40.48247],[-75.064,40.50414],[-75.06426,40.52796],[-75.06683,40.54042],[-75.0743,40.5459],[-75.09713,40.56614],[-75.10735,40.5705],[-75.11902,40.57395],[-75.1397,40.57596],[-75.14807,40.57296],[-75.16125,40.56458],[-75.1715,40.56438],[-75.18592,40.56872],[-75.19459,40.57631],[-75.19554,40.58091],[-75.18923,40.58766],[-75.19189,40.60307],[-75.20051,40.61454],[-75.20086,40.61763],[-75.18996,40.61998],[-75.18837,40.62373],[-75.1882,40.63545],[-75.20034,40.64857],[-75.19648,40.65486],[-75.17713,40.67244],[-75.17567,40.67686],[-75.18043,40.67934],[-75.19099,40.67937],[-75.19923,40.68301],[-75.20382,40.69008],[-75.2015,40.69736],[-75.19343,40.71438],[-75.18635,40.71929],[-75.16777,40.77742],[-75.13412,40.77053],[-75.10803,40.78626],[-75.06392,40.84576],[-75.04555,40.87004],[-75.07645,40.91494],[-75.09378,40.92661],[-75.13,40.9869],[-75.02632,41.03651],[-74.96778,41.08504],[-74.8811,41.17749],[-74.85809,41.21521],[-74.84556,41.25032],[-74.79235,41.30708],[-74.6933,41.35297],[-74.68678,41.36315],[-74.73621,41.43089],[-74.80986,41.44363],[-74.87904,41.44286],[-74.90873,41.47759],[-74.93912,41.48492],[-74.97877,41.48248],[-74.98238,41.50691],[-75.01722,41.53621],[-75.01139,41.54931],[-75.06529,41.60068],[-75.04177,41.61621],[-75.04761,41.67919],[-75.05035,41.7498],[-75.06958,41.8147],[-75.11181,41.8445],[-75.16829,41.87378],[-75.2548,41.87455],[-75.27369,41.93281],[-75.28811,41.95298],[-75.33789,41.97289],[-75.33566,41.99369],[-75.3548,41.99972],[-77.55798,42.01257],[-79.76023,41.99911],[-79.761,42.37135],[-80.52515,42.03234]]],"terms_url":"https://www.pema.pa.gov/911-Program/Partners/NG911-GIS/Aerial-Imagery/Pages/default.aspx","terms_text":"Pennsylvania Emergency Management Agency","description":"High resolution orthoimagery for the Commonwealth of Pennsylvania (Eastern) captured in 2021","icon":"https://www.pema.pa.gov/PublishingImages/logo.svg"},{"id":"PEMA_Orthoimagery","name":"PEMA Orthoimagery (2018-2020)","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/PEMAImagery2018_2020/MapServer/WMSServer?request=getmap&version=1.3.0&service=wms&layers=1&styles=&format=image/jpeg&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-80.52515,42.03234],[-80.52103,39.71901],[-75.77326,39.72138],[-75.76223,39.74033],[-75.74816,39.76052],[-75.7291,39.77965],[-75.71245,39.79218],[-75.68481,39.80906],[-75.65786,39.8204],[-75.62679,39.82976],[-75.57976,39.83662],[-75.54113,39.83635],[-75.51933,39.83438],[-75.48311,39.82726],[-75.4493,39.81618],[-75.41359,39.79746],[-75.32501,39.84426],[-75.25377,39.84861],[-75.15644,39.87786],[-75.13498,39.88537],[-75.12657,39.91237],[-75.13417,39.92939],[-75.13344,39.94633],[-75.1276,39.95804],[-75.07215,39.97646],[-75.04366,40.01276],[-75.01139,40.01841],[-74.97602,40.04641],[-74.93148,40.06861],[-74.9077,40.07026],[-74.86213,40.0829],[-74.83586,40.10145],[-74.82634,40.12426],[-74.81853,40.1277],[-74.81132,40.12619],[-74.80033,40.12232],[-74.78806,40.11983],[-74.78454,40.11976],[-74.78145,40.12068],[-74.76085,40.13295],[-74.75415,40.13453],[-74.74368,40.13374],[-74.72239,40.147],[-74.71939,40.15854],[-74.73278,40.17625],[-74.75321,40.18478],[-74.76969,40.2165],[-74.84283,40.25324],[-74.85788,40.2808],[-74.86758,40.29544],[-74.87929,40.30525],[-74.89028,40.31285],[-74.89633,40.3155],[-74.90345,40.31602],[-74.90993,40.31792],[-74.93933,40.3382],[-74.94435,40.34645],[-74.94504,40.35551],[-74.94766,40.36417],[-74.96435,40.39627],[-74.96731,40.39935],[-74.99268,40.41101],[-75.02426,40.405],[-75.05889,40.41866],[-75.06567,40.44603],[-75.07001,40.45714],[-75.06452,40.4666],[-75.06108,40.48247],[-75.064,40.50414],[-75.06426,40.52796],[-75.06683,40.54042],[-75.0743,40.5459],[-75.09713,40.56614],[-75.10735,40.5705],[-75.11902,40.57395],[-75.1397,40.57596],[-75.14807,40.57296],[-75.16125,40.56458],[-75.1715,40.56438],[-75.18592,40.56872],[-75.19459,40.57631],[-75.19554,40.58091],[-75.18923,40.58766],[-75.19189,40.60307],[-75.20051,40.61454],[-75.20086,40.61763],[-75.18996,40.61998],[-75.18837,40.62373],[-75.1882,40.63545],[-75.20034,40.64857],[-75.19648,40.65486],[-75.17713,40.67244],[-75.17567,40.67686],[-75.18043,40.67934],[-75.19099,40.67937],[-75.19923,40.68301],[-75.20382,40.69008],[-75.2015,40.69736],[-75.19343,40.71438],[-75.18635,40.71929],[-75.16777,40.77742],[-75.13412,40.77053],[-75.10803,40.78626],[-75.06392,40.84576],[-75.04555,40.87004],[-75.07645,40.91494],[-75.09378,40.92661],[-75.13,40.9869],[-75.02632,41.03651],[-74.96778,41.08504],[-74.8811,41.17749],[-74.85809,41.21521],[-74.84556,41.25032],[-74.79235,41.30708],[-74.6933,41.35297],[-74.68678,41.36315],[-74.73621,41.43089],[-74.80986,41.44363],[-74.87904,41.44286],[-74.90873,41.47759],[-74.93912,41.48492],[-74.97877,41.48248],[-74.98238,41.50691],[-75.01722,41.53621],[-75.01139,41.54931],[-75.06529,41.60068],[-75.04177,41.61621],[-75.04761,41.67919],[-75.05035,41.7498],[-75.06958,41.8147],[-75.11181,41.8445],[-75.16829,41.87378],[-75.2548,41.87455],[-75.27369,41.93281],[-75.28811,41.95298],[-75.33789,41.97289],[-75.33566,41.99369],[-75.3548,41.99972],[-77.55798,42.01257],[-79.76023,41.99911],[-79.761,42.37135],[-80.52515,42.03234]]],"terms_url":"https://www.pema.pa.gov/911-Program/Partners/NG911-GIS/Aerial-Imagery/Pages/default.aspx","terms_text":"Pennsylvania Emergency Management Agency","description":"High resolution orthoimagery for the Commonwealth of Pennsylvania captured between 2018-2020","icon":"https://www.pema.pa.gov/PublishingImages/logo.svg"},{"id":"PEMA_Orthoimagery_2022","name":"PEMA Orthoimagery (Western) [2022]","type":"wms","template":"https://imagery.pasda.psu.edu/arcgis/services/pasda/PEMAImagery2022/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=8,2&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-79.74019,42.29037],[-79.85102,42.28842],[-79.85013,42.26099],[-79.92398,42.25964],[-79.92305,42.23221],[-79.99687,42.23081],[-79.99592,42.20338],[-80.14348,42.20044],[-80.14246,42.17301],[-80.17933,42.17225],[-80.17727,42.11739],[-80.25095,42.11583],[-80.24988,42.0884],[-80.32353,42.08679],[-80.32243,42.05936],[-80.43285,42.05687],[-80.43171,42.02944],[-80.50528,42.02772],[-80.50411,42.00029],[-80.54088,41.99941],[-80.53851,41.94456],[-80.57525,41.94367],[-80.53804,41.08427],[-80.57429,41.0834],[-80.53766,40.20549],[-80.57344,40.20462],[-80.55186,39.68331],[-79.87702,39.69786],[-79.88561,39.97229],[-79.92128,39.97162],[-79.92216,39.99907],[-79.85079,40.0004],[-79.85249,40.05528],[-79.81677,40.05593],[-79.82096,40.19315],[-79.78518,40.19379],[-79.786,40.22123],[-79.7502,40.22186],[-79.75101,40.2493],[-79.78683,40.24867],[-79.78765,40.27612],[-79.75182,40.27674],[-79.75508,40.38652],[-79.6833,40.38774],[-79.68803,40.5524],[-79.75998,40.55117],[-79.7608,40.57862],[-79.68882,40.57984],[-79.6904,40.63473],[-79.65438,40.63533],[-79.65515,40.66277],[-79.69119,40.66217],[-79.69198,40.68961],[-80.12455,40.68156],[-80.13624,41.01081],[-80.0638,41.01227],[-80.06507,41.04898],[-80.02892,41.0497],[-80.03083,41.10458],[-79.99455,41.10529],[-79.9955,41.13273],[-79.95921,41.13344],[-79.97131,41.49011],[-79.93482,41.49081],[-79.93574,41.51825],[-79.89923,41.51894],[-79.90014,41.54637],[-79.86362,41.54705],[-79.86451,41.57448],[-79.82797,41.57515],[-79.82885,41.60258],[-79.5364,41.60748],[-79.53114,41.41541],[-79.49469,41.41597],[-79.49322,41.36109],[-79.38395,41.36269],[-79.38533,41.41758],[-79.23951,41.41956],[-79.23701,41.30979],[-79.09142,41.31158],[-79.09199,41.33902],[-79.05558,41.33944],[-79.05722,41.42177],[-78.94785,41.42296],[-78.95291,41.69738],[-78.9163,41.69776],[-78.91877,41.83496],[-78.88208,41.83532],[-78.88496,41.99996],[-78.92175,41.9996],[-78.92224,42.02704],[-79.73174,42.01604],[-79.74019,42.29037]],[[-78.64082,40.29069],[-78.60497,40.29096],[-78.60567,40.34586],[-78.53392,40.34637],[-78.53583,40.51106],[-78.46391,40.51153],[-78.46449,40.56642],[-78.42849,40.56664],[-78.42905,40.62154],[-78.39302,40.62174],[-78.39329,40.64919],[-78.35725,40.64939],[-78.35775,40.70428],[-78.32168,40.70447],[-78.32191,40.73191],[-78.82704,40.72833],[-78.8266,40.70088],[-78.86266,40.70054],[-78.8613,40.6182],[-78.89732,40.61785],[-78.89591,40.53551],[-78.93189,40.53515],[-78.93093,40.48025],[-78.96687,40.47988],[-78.96588,40.42498],[-79.0018,40.4246],[-79.00129,40.39715],[-79.03719,40.39676],[-79.03614,40.34186],[-79.07201,40.34146],[-79.0704,40.25912],[-78.92709,40.26067],[-78.92662,40.23322],[-78.64009,40.23579],[-78.64082,40.29069]]],"terms_url":"https://www.pema.pa.gov/911-Program/Partners/NG911-GIS/Aerial-Imagery/Pages/default.aspx","terms_text":"Pennsylvania Emergency Management Agency","best":true,"description":"Orthoimagery of Western PA, including Cambria County.","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/pa/PEMA.svg"},{"id":"PennDOT_Municipality","name":"Pennsylvania Municipality Boundaries","type":"wms","template":"https://mapservices.pasda.psu.edu/server/rest/services/pasda/PennDOT/MapServer/export?LAYERS=show:7,10&TRANSPARENT=true&FORMAT=jpeg&BBOX={bbox}&SIZE={width},{height}&F=image&BBOXSR={wkid}&IMAGESR={wkid}&foo={proj}","category":"other","projection":"EPSG:3857","zoomExtent":[0,20],"polygon":[[[-80.52515,42.03234],[-80.52103,39.71901],[-75.77326,39.72138],[-75.76223,39.74033],[-75.74816,39.76052],[-75.7291,39.77965],[-75.71245,39.79218],[-75.68481,39.80906],[-75.65786,39.8204],[-75.62679,39.82976],[-75.57976,39.83662],[-75.54113,39.83635],[-75.51933,39.83438],[-75.48311,39.82726],[-75.4493,39.81618],[-75.41359,39.79746],[-75.32501,39.84426],[-75.25377,39.84861],[-75.15644,39.87786],[-75.13498,39.88537],[-75.12657,39.91237],[-75.13417,39.92939],[-75.13344,39.94633],[-75.1276,39.95804],[-75.07215,39.97646],[-75.04366,40.01276],[-75.01139,40.01841],[-74.97602,40.04641],[-74.93148,40.06861],[-74.9077,40.07026],[-74.86213,40.0829],[-74.83586,40.10145],[-74.82634,40.12426],[-74.81853,40.1277],[-74.81132,40.12619],[-74.80033,40.12232],[-74.78806,40.11983],[-74.78454,40.11976],[-74.78145,40.12068],[-74.76085,40.13295],[-74.75415,40.13453],[-74.74368,40.13374],[-74.72239,40.147],[-74.71939,40.15854],[-74.73278,40.17625],[-74.75321,40.18478],[-74.76969,40.2165],[-74.84283,40.25324],[-74.85788,40.2808],[-74.86758,40.29544],[-74.87929,40.30525],[-74.89028,40.31285],[-74.89633,40.3155],[-74.90345,40.31602],[-74.90993,40.31792],[-74.93933,40.3382],[-74.94435,40.34645],[-74.94504,40.35551],[-74.94766,40.36417],[-74.96435,40.39627],[-74.96731,40.39935],[-74.99268,40.41101],[-75.02426,40.405],[-75.05889,40.41866],[-75.06567,40.44603],[-75.07001,40.45714],[-75.06452,40.4666],[-75.06108,40.48247],[-75.064,40.50414],[-75.06426,40.52796],[-75.06683,40.54042],[-75.0743,40.5459],[-75.09713,40.56614],[-75.10735,40.5705],[-75.11902,40.57395],[-75.1397,40.57596],[-75.14807,40.57296],[-75.16125,40.56458],[-75.1715,40.56438],[-75.18592,40.56872],[-75.19459,40.57631],[-75.19554,40.58091],[-75.18923,40.58766],[-75.19189,40.60307],[-75.20051,40.61454],[-75.20086,40.61763],[-75.18996,40.61998],[-75.18837,40.62373],[-75.1882,40.63545],[-75.20034,40.64857],[-75.19648,40.65486],[-75.17713,40.67244],[-75.17567,40.67686],[-75.18043,40.67934],[-75.19099,40.67937],[-75.19923,40.68301],[-75.20382,40.69008],[-75.2015,40.69736],[-75.19343,40.71438],[-75.18635,40.71929],[-75.16777,40.77742],[-75.13412,40.77053],[-75.10803,40.78626],[-75.06392,40.84576],[-75.04555,40.87004],[-75.07645,40.91494],[-75.09378,40.92661],[-75.13,40.9869],[-75.02632,41.03651],[-74.96778,41.08504],[-74.8811,41.17749],[-74.85809,41.21521],[-74.84556,41.25032],[-74.79235,41.30708],[-74.6933,41.35297],[-74.68678,41.36315],[-74.73621,41.43089],[-74.80986,41.44363],[-74.87904,41.44286],[-74.90873,41.47759],[-74.93912,41.48492],[-74.97877,41.48248],[-74.98238,41.50691],[-75.01722,41.53621],[-75.01139,41.54931],[-75.06529,41.60068],[-75.04177,41.61621],[-75.04761,41.67919],[-75.05035,41.7498],[-75.06958,41.8147],[-75.11181,41.8445],[-75.16829,41.87378],[-75.2548,41.87455],[-75.27369,41.93281],[-75.28811,41.95298],[-75.33789,41.97289],[-75.33566,41.99369],[-75.3548,41.99972],[-77.55798,42.01257],[-79.76023,41.99911],[-79.761,42.37135],[-80.52515,42.03234]]],"terms_url":"https://data.pa.gov/Geospatial-Data/Pennsylvania-Municipality-Boundaries/xfdy-ds3u","terms_text":"Pennsylvania Department of Transportation","description":"Municipality boundaries within Pennsylvania (PennDOT Type 10)","icon":"https://gis.penndot.gov/gishub/images/PennDOT_Logo.png","overlay":true},{"id":"Philadelphia_Ortho_2020","name":"Philadelphia Orthoimagery 2020 (3in)","type":"tms","template":"https://tiles.arcgis.com/tiles/fLeGjb7u4uXqeF9q/arcgis/rest/services/CityImagery_2020_3in/MapServer/WMTS/tile/1.0.0/CityImagery_2020_3in/default/default028mm/{zoom}/{y}/{x}.jpeg","category":"historicphoto","endDate":"2020-04-30T00:00:00.000Z","startDate":"2020-03-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-75.33756,39.89227],[-75.3384,39.87052],[-75.32894,39.87034],[-75.32973,39.84868],[-75.32025,39.84845],[-75.32113,39.8267],[-75.31171,39.8265],[-75.31201,39.8192],[-75.28379,39.81859],[-75.28353,39.82587],[-75.25532,39.82525],[-75.25506,39.83248],[-75.22689,39.83189],[-75.22661,39.83911],[-75.19843,39.83846],[-75.19818,39.84573],[-75.17938,39.84528],[-75.17912,39.85257],[-75.15088,39.85192],[-75.15063,39.85914],[-75.12243,39.85853],[-75.12211,39.86576],[-75.11273,39.86553],[-75.11021,39.93077],[-75.1196,39.93099],[-75.11906,39.94546],[-75.09082,39.94481],[-75.09052,39.95204],[-75.08112,39.95179],[-75.08084,39.95907],[-75.06201,39.9586],[-75.06175,39.96587],[-75.05233,39.96564],[-75.05177,39.98013],[-75.03289,39.97962],[-75.03203,40.0014],[-75.00383,40.0007],[-75.00355,40.00798],[-74.99407,40.00778],[-74.99377,40.01501],[-74.98433,40.01476],[-74.98403,40.02201],[-74.97465,40.02178],[-74.97433,40.02904],[-74.96491,40.02878],[-74.96461,40.03603],[-74.95517,40.0357],[-74.95367,40.07206],[-74.94427,40.07177],[-74.94279,40.10809],[-74.95221,40.10828],[-74.95133,40.12997],[-74.97965,40.1307],[-74.97932,40.13794],[-74.98876,40.13821],[-74.98845,40.14542],[-75.02624,40.14631],[-75.02649,40.13904],[-75.03596,40.13929],[-75.03621,40.13207],[-75.04568,40.13231],[-75.04593,40.12503],[-75.0554,40.12528],[-75.0557,40.11801],[-75.06514,40.11827],[-75.06542,40.111],[-75.07484,40.11125],[-75.07516,40.10394],[-75.08456,40.10417],[-75.08488,40.09693],[-75.09428,40.0972],[-75.09488,40.0827],[-75.1043,40.08291],[-75.10461,40.07562],[-75.11402,40.07585],[-75.11429,40.0686],[-75.13314,40.06904],[-75.13286,40.07628],[-75.14232,40.07645],[-75.14206,40.08375],[-75.15144,40.08394],[-75.15116,40.09121],[-75.17004,40.09163],[-75.16973,40.09886],[-75.1792,40.09907],[-75.17892,40.10631],[-75.22608,40.10736],[-75.22635,40.10013],[-75.23581,40.10035],[-75.23609,40.09308],[-75.2455,40.09331],[-75.24578,40.08604],[-75.25518,40.08626],[-75.25545,40.07901],[-75.26489,40.0792],[-75.2654,40.06472],[-75.27484,40.06494],[-75.27564,40.0432],[-75.2662,40.043],[-75.26649,40.03575],[-75.25705,40.03554],[-75.2573,40.02831],[-75.24791,40.0281],[-75.24816,40.02084],[-75.23874,40.02064],[-75.2393,40.00616],[-75.25813,40.00658],[-75.25839,39.99934],[-75.26778,39.99952],[-75.26807,39.99228],[-75.27748,39.99249],[-75.27774,39.98523],[-75.29658,39.98565],[-75.29735,39.96392],[-75.28795,39.96369],[-75.2882,39.95646],[-75.26938,39.95606],[-75.26991,39.94157],[-75.26049,39.94135],[-75.2616,39.91242],[-75.27098,39.91267],[-75.27133,39.90536],[-75.29001,39.90577],[-75.29032,39.89853],[-75.31853,39.89912],[-75.3188,39.89189],[-75.33756,39.89227]]],"terms_url":"https://www.opendataphilly.org/dataset/aerial-photography","terms_text":"City of Philadelphia","description":"Digital orthophotography with a ground resolution of 3-inch per pixel, georeferenced to the Pennsylvania State Plane Coordinate System, and delivered as mosaicked raster images for the city of Philadelphia."},{"id":"Philadelphia_Ortho_2022","name":"Philadelphia Orthoimagery 2022 (2in)","type":"tms","template":"https://tiles.arcgis.com/tiles/fLeGjb7u4uXqeF9q/arcgis/rest/services/CityImagery_2022_2in/MapServer/WMTS/tile/1.0.0/CityImagery_2022_2in/default/default028mm/{zoom}/{y}/{x}.jpeg","category":"historicphoto","endDate":"2022-05-01T00:00:00.000Z","startDate":"2022-04-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-75.33756,39.89227],[-75.3384,39.87052],[-75.32894,39.87034],[-75.32973,39.84868],[-75.32025,39.84845],[-75.32113,39.8267],[-75.31171,39.8265],[-75.31201,39.8192],[-75.28379,39.81859],[-75.28353,39.82587],[-75.25532,39.82525],[-75.25506,39.83248],[-75.22689,39.83189],[-75.22661,39.83911],[-75.19843,39.83846],[-75.19818,39.84573],[-75.17938,39.84528],[-75.17912,39.85257],[-75.15088,39.85192],[-75.15063,39.85914],[-75.12243,39.85853],[-75.12211,39.86576],[-75.11273,39.86553],[-75.11021,39.93077],[-75.1196,39.93099],[-75.11906,39.94546],[-75.09082,39.94481],[-75.09052,39.95204],[-75.08112,39.95179],[-75.08084,39.95907],[-75.06201,39.9586],[-75.06175,39.96587],[-75.05233,39.96564],[-75.05177,39.98013],[-75.03289,39.97962],[-75.03203,40.0014],[-75.00383,40.0007],[-75.00355,40.00798],[-74.99407,40.00778],[-74.99377,40.01501],[-74.98433,40.01476],[-74.98403,40.02201],[-74.97465,40.02178],[-74.97433,40.02904],[-74.96491,40.02878],[-74.96461,40.03603],[-74.95517,40.0357],[-74.95367,40.07206],[-74.94427,40.07177],[-74.94279,40.10809],[-74.95221,40.10828],[-74.95133,40.12997],[-74.97965,40.1307],[-74.97932,40.13794],[-74.98876,40.13821],[-74.98845,40.14542],[-75.02624,40.14631],[-75.02649,40.13904],[-75.03596,40.13929],[-75.03621,40.13207],[-75.04568,40.13231],[-75.04593,40.12503],[-75.0554,40.12528],[-75.0557,40.11801],[-75.06514,40.11827],[-75.06542,40.111],[-75.07484,40.11125],[-75.07516,40.10394],[-75.08456,40.10417],[-75.08488,40.09693],[-75.09428,40.0972],[-75.09488,40.0827],[-75.1043,40.08291],[-75.10461,40.07562],[-75.11402,40.07585],[-75.11429,40.0686],[-75.13314,40.06904],[-75.13286,40.07628],[-75.14232,40.07645],[-75.14206,40.08375],[-75.15144,40.08394],[-75.15116,40.09121],[-75.17004,40.09163],[-75.16973,40.09886],[-75.1792,40.09907],[-75.17892,40.10631],[-75.22608,40.10736],[-75.22635,40.10013],[-75.23581,40.10035],[-75.23609,40.09308],[-75.2455,40.09331],[-75.24578,40.08604],[-75.25518,40.08626],[-75.25545,40.07901],[-75.26489,40.0792],[-75.2654,40.06472],[-75.27484,40.06494],[-75.27564,40.0432],[-75.2662,40.043],[-75.26649,40.03575],[-75.25705,40.03554],[-75.2573,40.02831],[-75.24791,40.0281],[-75.24816,40.02084],[-75.23874,40.02064],[-75.2393,40.00616],[-75.25813,40.00658],[-75.25839,39.99934],[-75.26778,39.99952],[-75.26807,39.99228],[-75.27748,39.99249],[-75.27774,39.98523],[-75.29658,39.98565],[-75.29735,39.96392],[-75.28795,39.96369],[-75.2882,39.95646],[-75.26938,39.95606],[-75.26991,39.94157],[-75.26049,39.94135],[-75.2616,39.91242],[-75.27098,39.91267],[-75.27133,39.90536],[-75.29001,39.90577],[-75.29032,39.89853],[-75.31853,39.89912],[-75.3188,39.89189],[-75.33756,39.89227]]],"terms_url":"https://www.opendataphilly.org/dataset/aerial-photography","terms_text":"City of Philadelphia","description":"Digital orthophotography with a ground resolution of 2-inch per pixel, georeferenced to the Pennsylvania State Plane Coordinate System, and delivered as mosaicked raster images for the city of Philadelphia"},{"id":"Philadelphia_Ortho_2023","name":"Philadelphia Orthoimagery 2023","type":"tms","template":"https://tiles.arcgis.com/tiles/fLeGjb7u4uXqeF9q/arcgis/rest/services/CityImagery_2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-75.33756,39.89227],[-75.3384,39.87052],[-75.32894,39.87034],[-75.32973,39.84868],[-75.32025,39.84845],[-75.32113,39.8267],[-75.31171,39.8265],[-75.31201,39.8192],[-75.28379,39.81859],[-75.28353,39.82587],[-75.25532,39.82525],[-75.25506,39.83248],[-75.22689,39.83189],[-75.22661,39.83911],[-75.19843,39.83846],[-75.19818,39.84573],[-75.17938,39.84528],[-75.17912,39.85257],[-75.15088,39.85192],[-75.15063,39.85914],[-75.12243,39.85853],[-75.12211,39.86576],[-75.11273,39.86553],[-75.11021,39.93077],[-75.1196,39.93099],[-75.11906,39.94546],[-75.09082,39.94481],[-75.09052,39.95204],[-75.08112,39.95179],[-75.08084,39.95907],[-75.06201,39.9586],[-75.06175,39.96587],[-75.05233,39.96564],[-75.05177,39.98013],[-75.03289,39.97962],[-75.03203,40.0014],[-75.00383,40.0007],[-75.00355,40.00798],[-74.99407,40.00778],[-74.99377,40.01501],[-74.98433,40.01476],[-74.98403,40.02201],[-74.97465,40.02178],[-74.97433,40.02904],[-74.96491,40.02878],[-74.96461,40.03603],[-74.95517,40.0357],[-74.95367,40.07206],[-74.94427,40.07177],[-74.94279,40.10809],[-74.95221,40.10828],[-74.95133,40.12997],[-74.97965,40.1307],[-74.97932,40.13794],[-74.98876,40.13821],[-74.98845,40.14542],[-75.02624,40.14631],[-75.02649,40.13904],[-75.03596,40.13929],[-75.03621,40.13207],[-75.04568,40.13231],[-75.04593,40.12503],[-75.0554,40.12528],[-75.0557,40.11801],[-75.06514,40.11827],[-75.06542,40.111],[-75.07484,40.11125],[-75.07516,40.10394],[-75.08456,40.10417],[-75.08488,40.09693],[-75.09428,40.0972],[-75.09488,40.0827],[-75.1043,40.08291],[-75.10461,40.07562],[-75.11402,40.07585],[-75.11429,40.0686],[-75.13314,40.06904],[-75.13286,40.07628],[-75.14232,40.07645],[-75.14206,40.08375],[-75.15144,40.08394],[-75.15116,40.09121],[-75.17004,40.09163],[-75.16973,40.09886],[-75.1792,40.09907],[-75.17892,40.10631],[-75.22608,40.10736],[-75.22635,40.10013],[-75.23581,40.10035],[-75.23609,40.09308],[-75.2455,40.09331],[-75.24578,40.08604],[-75.25518,40.08626],[-75.25545,40.07901],[-75.26489,40.0792],[-75.2654,40.06472],[-75.27484,40.06494],[-75.27564,40.0432],[-75.2662,40.043],[-75.26649,40.03575],[-75.25705,40.03554],[-75.2573,40.02831],[-75.24791,40.0281],[-75.24816,40.02084],[-75.23874,40.02064],[-75.2393,40.00616],[-75.25813,40.00658],[-75.25839,39.99934],[-75.26778,39.99952],[-75.26807,39.99228],[-75.27748,39.99249],[-75.27774,39.98523],[-75.29658,39.98565],[-75.29735,39.96392],[-75.28795,39.96369],[-75.2882,39.95646],[-75.26938,39.95606],[-75.26991,39.94157],[-75.26049,39.94135],[-75.2616,39.91242],[-75.27098,39.91267],[-75.27133,39.90536],[-75.29001,39.90577],[-75.29032,39.89853],[-75.31853,39.89912],[-75.3188,39.89189],[-75.33756,39.89227]]],"terms_url":"https://www.opendataphilly.org/dataset/aerial-photography","terms_text":"City of Philadelphia","best":true,"description":"Digital orthophotography georeferenced to the Pennsylvania State Plane Coordinate System, and delivered as mosaicked raster images for the city of Philadelphia"},{"id":"Pinellas_Ortho_2023","name":"Pinellas County Orthoimagery (2023)","type":"tms","template":"https://egis.pinellas.gov/gis/rest/services/Aerials/Aerials2023/ImageServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-82.77539,27.56428],[-82.60568,27.57869],[-82.56087,27.86767],[-82.56115,27.93635],[-82.62383,27.96377],[-82.62299,27.97733],[-82.63902,28.00488],[-82.63998,28.18353],[-82.96373,28.18228],[-82.77539,27.56428]]],"terms_url":"https://new-pinellas-egis.opendata.arcgis.com/","terms_text":"Pinellas County","description":"The 2023 orthoimagery for Pinellas County of the State of Florida","icon":"https://pinellas.gov/wp-content/uploads/2020/10/cropped-favicon@4x-192x192.png"},{"id":"PlanCadastralNeuchatel","name":"Plan Cadastral du SITN, Neuchâtel","type":"wms","template":"https://sitn.ne.ch/services/wmts?LAYERS=plan_cadastral&STYLES=default&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","endDate":"2025-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","polygon":[[[7.0229,47.00257],[7.08537,47.04656],[7.10254,47.08022],[7.08331,47.11153],[7.04212,47.13815],[6.99407,47.13815],[6.8955,47.11127],[6.8905,47.15356],[6.85343,47.17969],[6.82734,47.15916],[6.79233,47.13909],[6.73467,47.11807],[6.73123,47.09938],[6.69828,47.08536],[6.68112,47.06059],[6.69691,47.0489],[6.6619,47.03627],[6.62757,47.01146],[6.60766,47.00351],[6.58157,46.99555],[6.52528,46.9815],[6.49037,46.97943],[6.42584,46.92883],[6.44025,46.90257],[6.45055,46.88146],[6.44986,46.85893],[6.44918,46.84861],[6.46153,46.8364],[6.51371,46.84391],[6.56314,46.86034],[6.60501,46.87301],[6.64689,46.88803],[6.70868,46.92601],[6.71074,46.9021],[6.72447,46.89037],[6.72309,46.86832],[6.74643,46.85236],[6.76909,46.83781],[6.99907,46.97615],[7.0229,47.00257]]],"terms_text":"Plan Cadastral du SITN, Neuchâtel","description":"Plan Cadastral du SITN, Neuchâtel"},{"id":"PNOA-Spain-TMS","name":"PNOA Spain","type":"tms","template":"https://tms-pnoa-ma.idee.es/1.0.0/pnoa-ma/{zoom}/{x}/{-y}.jpeg","category":"photo","zoomExtent":[0,20],"polygon":[[[-17.88913,27.85905],[-17.99065,27.85675],[-18.03868,27.76558],[-18.11464,27.76379],[-18.11546,27.78636],[-18.1661,27.78516],[-18.16349,27.69492],[-18.08898,27.69634],[-18.08734,27.67387],[-18.03641,27.67537],[-18.03501,27.63026],[-17.959,27.6324],[-17.86033,27.7926],[-17.86303,27.83688],[-17.8884,27.83649],[-17.88913,27.85905]],[[-15.75328,28.08143],[-15.7783,28.03632],[-15.82911,28.03558],[-15.82895,27.99066],[-15.8542,27.99018],[-15.85374,27.90089],[-15.80167,27.81105],[-15.70075,27.74335],[-15.62415,27.74199],[-15.62361,27.72134],[-15.54771,27.72161],[-15.52277,27.76678],[-15.47188,27.76665],[-15.47181,27.78939],[-15.421,27.78797],[-15.39598,27.83474],[-15.37057,27.83521],[-15.3708,27.92524],[-15.34548,27.92544],[-15.34578,28.01532],[-15.37065,28.01532],[-15.37103,28.03802],[-15.39644,28.03836],[-15.39728,28.19614],[-15.45016,28.19614],[-15.44978,28.15075],[-15.49874,28.15041],[-15.49897,28.1728],[-15.72826,28.17186],[-15.72788,28.08157],[-15.75328,28.08143]],[[-17.08208,28.13518],[-17.18579,28.22388],[-17.33846,28.2213],[-17.33756,28.17637],[-17.36297,28.17572],[-17.36038,28.06398],[-17.30867,28.01923],[-17.25785,28.01997],[-17.25768,27.99784],[-17.23199,27.99804],[-17.23211,28.02037],[-17.15633,28.02146],[-17.13154,28.06681],[-17.08084,28.068],[-17.08208,28.13518]],[[-16.44571,28.49113],[-16.52143,28.42261],[-16.87807,28.39542],[-16.87767,28.37293],[-16.92866,28.37219],[-16.92782,28.32758],[-16.90239,28.32793],[-16.90151,28.28277],[-16.87608,28.28322],[-16.87565,28.26055],[-16.85028,28.26079],[-16.8487,28.17075],[-16.82317,28.17087],[-16.8224,28.1259],[-16.7707,28.08161],[-16.74534,28.08181],[-16.7447,28.03679],[-16.7191,28.03714],[-16.71842,27.99192],[-16.61681,27.99305],[-16.61684,28.01532],[-16.51533,28.01648],[-16.4151,28.13113],[-16.41584,28.19761],[-16.34083,28.2893],[-16.34208,28.37951],[-16.31631,28.38019],[-16.31675,28.40176],[-16.26586,28.403],[-16.26535,28.44761],[-16.23858,28.44847],[-16.16475,28.49386],[-16.16481,28.51612],[-16.09934,28.51638],[-16.09951,28.5925],[-16.1278,28.59218],[-16.12793,28.60782],[-16.19162,28.60684],[-16.19125,28.58372],[-16.3446,28.58221],[-16.34433,28.55976],[-16.42092,28.55884],[-16.42059,28.53627],[-16.44625,28.53597],[-16.44571,28.49113]],[[-14.21537,28.33903],[-14.21688,28.22788],[-14.41575,28.11561],[-14.52244,28.11841],[-14.52156,28.04678],[-14.49593,28.04585],[-14.49628,28.06826],[-14.44666,28.0658],[-14.44578,28.04698],[-14.33197,28.03687],[-14.29132,28.04524],[-14.21472,28.11189],[-14.21537,28.15781],[-14.13866,28.15791],[-14.13871,28.17999],[-14.03696,28.17958],[-13.98564,28.22357],[-13.91582,28.22414],[-13.83151,28.39702],[-13.82885,28.53847],[-13.80339,28.53842],[-13.80258,28.6519],[-13.82786,28.6518],[-13.82757,28.71935],[-13.8013,28.71899],[-13.80007,28.78793],[-13.82896,28.78798],[-13.82902,28.76643],[-13.95617,28.76659],[-13.95652,28.74494],[-14.03358,28.72267],[-14.11151,28.4748],[-14.16417,28.45283],[-14.21537,28.33903]],[[-17.9424,28.87261],[-18.02241,28.80384],[-18.02125,28.74819],[-17.89395,28.52255],[-17.88463,28.44606],[-17.80601,28.4469],[-17.80861,28.4925],[-17.78316,28.49366],[-17.78331,28.54167],[-17.76225,28.5592],[-17.75197,28.58337],[-17.74573,28.61656],[-17.74579,28.67435],[-17.75708,28.67413],[-17.75744,28.69318],[-17.71293,28.73037],[-17.71398,28.76497],[-17.73949,28.76422],[-17.74127,28.832],[-17.76698,28.83122],[-17.76759,28.85378],[-17.89033,28.85151],[-17.89118,28.87371],[-17.9424,28.87261]],[[-13.85025,29.01659],[-13.85182,28.98343],[-13.85244,28.91486],[-13.90131,28.89245],[-13.9024,28.84698],[-13.80066,28.84566],[-13.80093,28.82311],[-13.77569,28.82305],[-13.69729,28.88982],[-13.69729,28.91277],[-13.60725,28.9118],[-13.43886,29.00024],[-13.43746,29.13513],[-13.4117,29.13499],[-13.41056,29.22298],[-13.45928,29.25559],[-13.45974,29.2942],[-13.50913,29.29456],[-13.51006,29.31635],[-13.56354,29.31729],[-13.56406,29.27138],[-13.53892,29.2712],[-13.53897,29.25004],[-13.56613,29.25013],[-13.5666,29.203],[-13.51565,29.20223],[-13.51565,29.18206],[-13.5398,29.18278],[-13.54089,29.13753],[-13.65782,29.13685],[-13.71322,29.09351],[-13.76634,29.09345],[-13.85025,29.01659]],[[1.50355,38.72532],[1.48133,38.91551],[1.55189,38.92544],[1.56673,38.95666],[1.64874,38.95833],[1.64799,38.99907],[1.73217,38.99936],[1.73147,39.04417],[1.64895,39.04319],[1.64816,39.12764],[1.39486,39.12657],[1.39544,39.08642],[1.22811,39.08526],[1.22911,39.0029],[1.14487,39.0018],[1.14528,38.832],[1.31136,38.83316],[1.31219,38.79065],[1.39469,38.79162],[1.39519,38.75296],[1.31128,38.75193],[1.31259,38.62388],[1.6489,38.62511],[1.64807,38.71115],[1.58456,38.71012],[1.58116,38.70054],[1.54915,38.70028],[1.51972,38.70921],[1.50355,38.72532]],[[2.31192,39.54179],[2.31223,39.49934],[2.43902,39.49934],[2.43871,39.48469],[2.43933,39.41611],[2.54507,39.41667],[2.54528,39.49942],[2.64538,39.49966],[2.64569,39.45774],[2.72885,39.45814],[2.72874,39.33342],[2.97904,39.3335],[2.97986,39.25015],[3.08302,39.24994],[3.31462,39.37855],[3.31506,39.47846],[3.48035,39.5959],[3.48148,39.79318],[3.14844,39.79357],[3.14823,39.83316],[3.23129,39.83292],[3.23139,40.00198],[3.14608,40.00198],[3.14566,39.96005],[2.92704,39.96016],[2.34601,39.62709],[2.22835,39.62606],[2.22907,39.541],[2.31192,39.54179]],[[-9.21855,42.90163],[-9.14661,42.77503],[-9.08834,42.72696],[-9.03655,42.73066],[-9.1092,42.57511],[-8.89106,41.82289],[-8.60704,42.03405],[-8.36762,42.05575],[-8.24848,42.1008],[-8.12933,42.03488],[-8.25185,41.90786],[-8.13045,41.78058],[-7.95398,41.84593],[-7.42569,41.78477],[-7.16829,41.87188],[-7.13345,41.94048],[-6.62988,41.91121],[-6.54783,41.85597],[-6.58717,41.68832],[-6.51523,41.64129],[-6.31628,41.64465],[-6.21737,41.5791],[-6.56244,41.26303],[-6.64112,41.26556],[-6.76814,41.13871],[-6.80186,41.03959],[-6.9536,41.03704],[-6.83783,40.87576],[-6.85356,40.60664],[-6.86818,40.44516],[-6.8086,40.34501],[-7.01767,40.26615],[-7.04128,40.13479],[-6.88616,40.02299],[-6.92213,39.87909],[-6.99519,39.81954],[-7.05027,39.67522],[-7.55271,39.67954],[-7.51449,39.58865],[-7.3279,39.45599],[-7.33689,39.35351],[-7.25596,39.28133],[-7.24472,39.19689],[-7.15255,39.16029],[-7.15368,39.09577],[-7.00081,39.08879],[-6.96934,39.01983],[-7.06151,38.90796],[-7.04352,38.87297],[-7.26383,38.73807],[-7.34027,38.44024],[-7.08062,38.15708],[-6.96147,38.20125],[-6.99632,38.10756],[-7.0143,38.02438],[-7.11771,38.05536],[-7.15368,38.01552],[-7.26833,37.98895],[-7.31666,37.83997],[-7.4249,37.75992],[-7.45013,37.66958],[-7.52196,37.57237],[-7.51916,37.52292],[-7.50197,37.51641],[-7.4647,37.45305],[-7.46963,37.40758],[-7.4481,37.39094],[-7.44597,37.33261],[-7.43805,37.2452],[-7.42492,37.23505],[-7.42029,37.21183],[-7.40832,37.16822],[-7.37535,37.15354],[-7.26474,37.18435],[-7.04264,37.18507],[-6.87448,37.10838],[-6.62989,37.0194],[-6.49052,36.91738],[-6.41588,36.79939],[-6.47433,36.74897],[-6.40419,36.6235],[-6.32146,36.58163],[-6.33585,36.53106],[-6.23154,36.37701],[-6.15061,36.28646],[-6.07752,36.22241],[-6.03573,36.1781],[-5.99834,36.1645],[-5.94003,36.16556],[-5.93848,36.12215],[-5.85668,36.12421],[-5.85506,36.03856],[-5.68996,36.04053],[-5.68886,36.00365],[-5.43532,36.00344],[-5.43658,36.03889],[-5.35161,36.04014],[-5.35248,36.12247],[-5.26809,36.12418],[-5.28411,36.19702],[-5.16995,36.35135],[-4.9188,36.45313],[-4.65712,36.44042],[-4.37435,36.66333],[-3.72804,36.69291],[-3.46108,36.65488],[-3.09402,36.71263],[-2.92015,36.66756],[-2.68129,36.65911],[-2.37219,36.78018],[-2.21588,36.66192],[-2.06835,36.69291],[-1.85408,36.91229],[-1.6767,37.27652],[-1.44089,37.39037],[-1.33832,37.52867],[-1.11071,37.51641],[-0.91963,37.53758],[-0.71939,37.58784],[-0.66415,37.62315],[-0.68831,37.734],[-0.72158,37.78306],[-0.73237,37.88107],[-0.68111,37.94562],[-0.63705,37.96122],[-0.61367,38.11986],[-0.584,38.17219],[-0.45451,38.14886],[-0.42933,38.16583],[-0.48238,38.19481],[-0.50487,38.28309],[-0.45091,38.33108],[-0.38347,38.33813],[-0.37987,38.39312],[-0.27197,38.47624],[-0.05705,38.52691],[-0.0022,38.60706],[0.09581,38.61338],[0.25587,38.72642],[0.23429,38.79864],[0.12189,38.87218],[0.00949,38.88268],[-0.11101,38.97222],[-0.21352,39.15585],[-0.18564,39.17746],[-0.28636,39.33343],[-0.29085,39.50363],[-0.18474,39.63117],[-0.09392,39.81169],[0.01039,39.89522],[0.07513,40.01447],[0.16415,40.06472],[0.26756,40.19192],[0.43392,40.37576],[0.55801,40.55022],[0.66502,40.53587],[0.87813,40.67514],[0.9114,40.73376],[0.75854,40.81956],[1.08585,41.04849],[1.17937,41.04646],[1.3763,41.11627],[1.86008,41.22322],[2.16492,41.29893],[2.26293,41.42716],[2.78358,41.63718],[3.06054,41.76474],[3.19452,41.85589],[3.24668,41.95294],[3.23055,42.126],[3.14759,42.12606],[3.14759,42.2073],[3.31397,42.20702],[3.31389,42.29084],[3.39739,42.29009],[3.39785,42.33404],[3.31412,42.33399],[3.31415,42.37604],[3.23049,42.37644],[3.23078,42.45934],[3.06388,42.45915],[3.06388,42.50085],[2.81126,42.50104],[2.81133,42.45961],[2.64448,42.45924],[2.64479,42.37626],[2.48098,42.37594],[2.48048,42.41797],[2.39768,42.41784],[2.39693,42.45994],[2.06456,42.45902],[2.06386,42.50164],[1.73164,42.50118],[1.73041,42.54342],[1.64328,42.54245],[1.64436,42.50203],[1.4813,42.50107],[1.48061,42.71034],[1.41137,42.70939],[1.36326,42.74155],[1.17532,42.73429],[1.10878,42.79898],[0.9676,42.81811],[0.71492,42.88272],[0.64118,42.85767],[0.62769,42.7224],[0.44875,42.71447],[0.36422,42.74287],[0.30218,42.71777],[0.18618,42.7541],[-0.03143,42.71249],[-0.14563,42.81086],[-0.31648,42.86558],[-0.42889,42.82009],[-0.50442,42.84845],[-0.55118,42.82207],[-0.69685,42.90314],[-0.71484,42.96108],[-0.7562,42.98213],[-0.94234,42.9749],[-1.00619,43.00778],[-1.19232,43.06496],[-1.27955,43.07744],[-1.23549,43.13325],[-1.30203,43.13522],[-1.36407,43.11159],[-1.37307,43.05117],[-1.41983,43.06036],[-1.44231,43.08336],[-1.37037,43.1713],[-1.35688,43.23815],[-1.36677,43.27614],[-1.47799,43.31284],[-1.56305,43.31338],[-1.56359,43.29212],[-1.60344,43.29266],[-1.60299,43.31295],[-1.64498,43.31332],[-1.64467,43.33372],[-1.68811,43.33413],[-1.68904,43.31291],[-1.72259,43.31318],[-1.71135,43.33125],[-1.71005,43.37569],[-1.77005,43.37605],[-1.7698,43.39644],[-1.85528,43.39725],[-1.9854,43.3563],[-2.30462,43.31706],[-2.74524,43.47551],[-2.93857,43.46246],[-3.1083,43.38163],[-3.56128,43.54236],[-3.74,43.48693],[-3.80295,43.51954],[-4.18399,43.42492],[-4.61562,43.4192],[-4.90899,43.48367],[-5.17875,43.49916],[-5.28553,43.56191],[-5.60363,43.57087],[-5.85204,43.6799],[-6.12293,43.57901],[-6.24882,43.6075],[-7.19975,43.58308],[-7.31889,43.67827],[-7.66284,43.80982],[-7.83591,43.73743],[-7.85605,43.79146],[-7.9172,43.78264],[-7.99921,43.7234],[-8.06467,43.72392],[-8.27761,43.57088],[-8.33444,43.57974],[-8.36033,43.46342],[-8.36105,43.41118],[-8.45745,43.39184],[-8.52507,43.36465],[-8.52435,43.3364],[-8.55097,43.32332],[-8.60996,43.3296],[-8.70635,43.305],[-8.78548,43.31914],[-8.82217,43.37354],[-8.87613,43.37407],[-8.8639,43.32908],[-8.92936,43.32699],[-8.93727,43.30553],[-8.99986,43.29558],[-8.99842,43.24477],[-9.03367,43.24267],[-9.06748,43.19916],[-9.14733,43.21018],[-9.2315,43.17032],[-9.25236,43.10417],[-9.30991,43.06004],[-9.27898,42.9822],[-9.30991,42.93113],[-9.2761,42.86051],[-9.21855,42.90163]],[[4.0628,40.12722],[4.06242,40.08499],[3.81287,40.08529],[3.81204,40.04344],[3.72908,40.0438],[3.72862,39.95842],[3.81266,39.9576],[3.81228,39.91644],[3.9609,39.91598],[4.19381,39.79131],[4.31503,39.79058],[4.31599,39.83293],[4.39874,39.83204],[4.39737,39.91858],[4.3158,39.91933],[4.31619,40.0434],[4.2319,40.04436],[4.23248,40.08478],[4.14915,40.08611],[4.14906,40.12552],[4.0628,40.12722]]],"terms_text":"PNOA","best":true},{"id":"Polk_Ortho_2023","name":"Polk County Orthoimagery (2023)","type":"wms","template":"https://gis.polk-county.net/image/rest/services/Aerials/Aerial_2023/ImageServer/exportImage?f=image&format=jpg&layers=show,6&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-82.11238,28.26759],[-82.11223,28.17129],[-82.06569,28.17135],[-82.06535,27.63497],[-81.12347,27.63207],[-81.12294,27.67334],[-81.1384,27.67367],[-81.13798,27.72853],[-81.1534,27.7286],[-81.15326,27.75615],[-81.16875,27.75628],[-81.16869,27.78362],[-81.18399,27.78374],[-81.18364,27.81145],[-81.19937,27.81145],[-81.19907,27.83902],[-81.21454,27.83909],[-81.21446,27.85284],[-81.27633,27.85311],[-81.27629,27.86693],[-81.29175,27.86704],[-81.29152,27.89447],[-81.30698,27.89463],[-81.30683,27.9358],[-81.32214,27.93597],[-81.32213,27.96341],[-81.33756,27.96345],[-81.3374,27.9773],[-81.36845,27.97739],[-81.36835,28.0324],[-81.35271,28.0324],[-81.3526,28.05978],[-81.33703,28.05967],[-81.33683,28.08715],[-81.44551,28.08785],[-81.44495,28.15649],[-81.52265,28.15676],[-81.52228,28.22555],[-81.53778,28.22557],[-81.5377,28.25306],[-81.55323,28.25312],[-81.55318,28.26686],[-81.64646,28.26723],[-81.64609,28.34969],[-81.78603,28.34996],[-81.78598,28.36374],[-81.86379,28.36378],[-81.86372,28.35007],[-81.95701,28.35013],[-81.95699,28.32262],[-82.00364,28.32263],[-82.00363,28.33638],[-82.03471,28.33639],[-82.0347,28.32263],[-82.06578,28.32264],[-82.0658,28.26754],[-82.11238,28.26759]]],"terms_url":"https://www.polk-county.net/","terms_text":"Polk County, FL","description":"The 2023 orthoimagery for Polk County in the State of Florida","icon":"https://www.polk-county.net/wp-content/uploads/2023/04/PolkCountyLogo_FPO.png"},{"id":"PortlandMapsAerial","name":"PortlandMaps Aerial Photos Latest","type":"tms","template":"https://www.portlandmaps.com/arcgis/rest/services/Public/Aerial_Photos_Multi_Year/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[6,21],"polygon":[[[-123.44514,45.40222],[-123.38082,45.40398],[-123.38079,45.40418],[-123.36059,45.4047],[-123.3606,45.40431],[-123.33993,45.40479],[-123.33993,45.40441],[-123.31883,45.40494],[-123.31949,45.41741],[-123.25945,45.41885],[-123.25876,45.40322],[-123.21832,45.40416],[-123.21772,45.38884],[-123.17742,45.38978],[-123.17669,45.37437],[-123.15687,45.37493],[-123.15615,45.35955],[-123.11544,45.36047],[-123.11482,45.34623],[-123.11544,45.34623],[-123.11487,45.33173],[-123.11555,45.33171],[-123.11491,45.31717],[-123.11553,45.31717],[-123.11488,45.30214],[-123.09351,45.3026],[-123.09338,45.30215],[-123.07357,45.3026],[-123.07353,45.30226],[-123.05382,45.30267],[-123.05324,45.28805],[-123.0336,45.28837],[-123.033,45.27454],[-123.03359,45.27457],[-123.033,45.25887],[-123.01244,45.25935],[-123.01244,45.2588],[-122.99182,45.25927],[-122.99183,45.25896],[-122.97059,45.25942],[-122.97059,45.25916],[-122.94927,45.25964],[-122.94924,45.25925],[-122.92954,45.25972],[-122.9295,45.2593],[-122.90956,45.25965],[-122.90881,45.24432],[-122.88835,45.2448],[-122.88837,45.24433],[-122.8684,45.24473],[-122.86842,45.24404],[-122.8458,45.24449],[-122.84644,45.25876],[-122.82543,45.25917],[-122.82538,45.25877],[-122.78543,45.25934],[-122.78499,45.24522],[-122.78565,45.2452],[-122.78502,45.22973],[-122.64004,45.23004],[-122.64057,45.24396],[-122.64059,45.24429],[-122.6209,45.24467],[-122.62036,45.23023],[-122.62082,45.23023],[-122.62032,45.21556],[-122.62084,45.21556],[-122.62032,45.20087],[-122.59968,45.20126],[-122.59969,45.20101],[-122.5791,45.20138],[-122.5791,45.20096],[-122.55689,45.20136],[-122.55844,45.24409],[-122.53864,45.24445],[-122.53863,45.24403],[-122.51833,45.2444],[-122.51834,45.24389],[-122.49706,45.24424],[-122.49754,45.25797],[-122.45408,45.25871],[-122.455,45.28642],[-122.43437,45.28677],[-122.43435,45.28736],[-122.41424,45.28776],[-122.41421,45.28712],[-122.39411,45.28749],[-122.39373,45.27294],[-122.37341,45.27327],[-122.37335,45.2728],[-122.35314,45.27313],[-122.35314,45.27302],[-122.33177,45.27336],[-122.33228,45.28761],[-122.33184,45.28761],[-122.33237,45.30216],[-122.33155,45.30218],[-122.33202,45.3175],[-122.35185,45.31722],[-122.35232,45.33148],[-122.35194,45.33147],[-122.35238,45.34573],[-122.35201,45.34573],[-122.35246,45.36028],[-122.35209,45.36028],[-122.35254,45.37371],[-122.29134,45.3747],[-122.29135,45.37454],[-122.27076,45.37486],[-122.27075,45.37454],[-122.25043,45.37483],[-122.25042,45.37422],[-122.2299,45.37453],[-122.22992,45.37426],[-122.20699,45.37453],[-122.20783,45.4041],[-122.22869,45.4038],[-122.2291,45.41742],[-122.209,45.41773],[-122.20899,45.41756],[-122.18893,45.41789],[-122.18891,45.41742],[-122.16817,45.4177],[-122.1681,45.417],[-122.12711,45.41759],[-122.12711,45.41722],[-122.08588,45.41774],[-122.08631,45.43234],[-122.08565,45.43237],[-122.08606,45.446],[-122.08557,45.446],[-122.08555,45.44621],[-122.02484,45.44693],[-122.02485,45.4466],[-122.00359,45.44688],[-122.00397,45.46084],[-121.98387,45.46111],[-121.98385,45.46084],[-121.96436,45.46107],[-121.96432,45.46054],[-121.94376,45.46078],[-121.94374,45.46053],[-121.92347,45.4608],[-121.92347,45.46052],[-121.90278,45.46075],[-121.90276,45.46047],[-121.88251,45.46071],[-121.88249,45.45963],[-121.863,45.45986],[-121.86298,45.45958],[-121.8431,45.45983],[-121.84309,45.45955],[-121.82129,45.4598],[-121.82131,45.46117],[-121.80143,45.46139],[-121.80177,45.47704],[-121.82168,45.47682],[-121.82168,45.47707],[-121.82246,45.47707],[-121.82279,45.49133],[-121.82241,45.49134],[-121.82276,45.50642],[-121.84303,45.50618],[-121.84338,45.51989],[-121.8816,45.51944],[-121.88193,45.53286],[-121.88153,45.53287],[-121.8819,45.54797],[-121.90142,45.54772],[-121.90175,45.56117],[-121.90057,45.56117],[-121.90095,45.57652],[-121.90055,45.57656],[-121.90092,45.59107],[-121.90053,45.59107],[-121.90121,45.62069],[-121.92081,45.62045],[-121.92111,45.63308],[-121.92033,45.63308],[-121.9207,45.64787],[-121.94182,45.64763],[-121.94183,45.6479],[-121.96409,45.64763],[-121.96373,45.6331],[-122.00318,45.63244],[-122.00295,45.61942],[-122.02162,45.61915],[-122.0216,45.61945],[-122.04397,45.61916],[-122.04365,45.60545],[-122.08454,45.60488],[-122.08413,45.59089],[-122.10525,45.59055],[-122.10528,45.59088],[-122.12556,45.59055],[-122.12556,45.5909],[-122.14745,45.59058],[-122.1471,45.57661],[-122.18839,45.57602],[-122.18795,45.56227],[-122.20802,45.56192],[-122.20799,45.56222],[-122.22821,45.5619],[-122.22827,45.56245],[-122.27079,45.56207],[-122.27038,45.54831],[-122.29148,45.54801],[-122.29142,45.54825],[-122.31079,45.54802],[-122.31115,45.56254],[-122.33056,45.56232],[-122.33104,45.5771],[-122.35251,45.57678],[-122.35248,45.5773],[-122.37276,45.57701],[-122.37276,45.5775],[-122.39282,45.5772],[-122.39329,45.59305],[-122.41422,45.59274],[-122.4142,45.59311],[-122.43473,45.59271],[-122.43471,45.5932],[-122.47493,45.59253],[-122.47545,45.60733],[-122.49562,45.60698],[-122.49562,45.60712],[-122.51626,45.60678],[-122.51626,45.60715],[-122.53597,45.60682],[-122.53643,45.62177],[-122.53684,45.62178],[-122.53685,45.62203],[-122.5784,45.6213],[-122.57843,45.62157],[-122.59933,45.62119],[-122.59933,45.62147],[-122.62055,45.62107],[-122.62055,45.62149],[-122.64121,45.6211],[-122.64121,45.62139],[-122.66161,45.621],[-122.66163,45.62143],[-122.68206,45.62103],[-122.68267,45.63607],[-122.70213,45.63573],[-122.70263,45.65038],[-122.72335,45.65002],[-122.72392,45.66449],[-122.76306,45.66377],[-122.76362,45.67777],[-122.76284,45.67777],[-122.76401,45.70682],[-122.76284,45.70686],[-122.76344,45.72137],[-122.76301,45.72138],[-122.76357,45.73565],[-122.76281,45.73568],[-122.76341,45.75018],[-122.76259,45.75019],[-122.76317,45.76446],[-122.76277,45.76447],[-122.76337,45.77927],[-122.76297,45.77928],[-122.76361,45.79462],[-122.7836,45.79425],[-122.78416,45.80821],[-122.78375,45.80823],[-122.78434,45.82275],[-122.78397,45.82275],[-122.78456,45.83729],[-122.78297,45.83731],[-122.78355,45.85156],[-122.78276,45.85159],[-122.78339,45.86722],[-122.80621,45.86679],[-122.80558,45.85193],[-122.80634,45.85196],[-122.80576,45.83798],[-122.82692,45.83753],[-122.82629,45.823],[-122.82672,45.82298],[-122.82613,45.80845],[-122.82691,45.80846],[-122.82634,45.79392],[-122.8267,45.79389],[-122.82607,45.7794],[-122.8269,45.77937],[-122.82631,45.76482],[-122.82706,45.76485],[-122.8265,45.75087],[-122.84807,45.75042],[-122.84747,45.73644],[-122.86859,45.73602],[-122.86801,45.72203],[-122.88759,45.72163],[-122.8876,45.72216],[-122.90799,45.72174],[-122.90799,45.72201],[-122.92773,45.72164],[-122.92838,45.73644],[-122.94889,45.73599],[-122.9489,45.73704],[-122.96956,45.73661],[-122.96958,45.73709],[-122.98955,45.73666],[-122.99029,45.75192],[-123.00915,45.75154],[-123.01031,45.77912],[-123.00944,45.77906],[-123.01014,45.79353],[-123.00909,45.79358],[-123.00958,45.80831],[-123.03095,45.80788],[-123.03095,45.80881],[-123.05123,45.80838],[-123.05124,45.80963],[-123.09268,45.80865],[-123.09271,45.80938],[-123.11321,45.80892],[-123.11258,45.79483],[-123.13368,45.79436],[-123.13311,45.78074],[-123.15374,45.78025],[-123.15374,45.78082],[-123.17442,45.78036],[-123.17443,45.78062],[-123.19507,45.78016],[-123.19512,45.78069],[-123.21606,45.78021],[-123.21606,45.78039],[-123.23693,45.7799],[-123.23696,45.78053],[-123.25785,45.78003],[-123.25788,45.78066],[-123.27869,45.78017],[-123.27869,45.78058],[-123.2995,45.78007],[-123.29951,45.78055],[-123.31974,45.78005],[-123.32045,45.79446],[-123.34098,45.79396],[-123.34099,45.79462],[-123.36178,45.79414],[-123.36109,45.77978],[-123.36219,45.77978],[-123.36147,45.76483],[-123.36301,45.76482],[-123.36166,45.73793],[-123.36266,45.73792],[-123.36122,45.70941],[-123.38157,45.7089],[-123.38161,45.70961],[-123.40233,45.7091],[-123.40234,45.70947],[-123.42277,45.70896],[-123.42277,45.70949],[-123.44349,45.70895],[-123.44354,45.70962],[-123.4639,45.70913],[-123.46393,45.70972],[-123.48666,45.70917],[-123.48506,45.67861],[-123.46535,45.67911],[-123.46464,45.66458],[-123.44477,45.66509],[-123.44409,45.65009],[-123.42493,45.65055],[-123.42338,45.62086],[-123.40324,45.62134],[-123.40252,45.60678],[-123.36112,45.60768],[-123.36109,45.60689],[-123.34112,45.60734],[-123.34112,45.60673],[-123.32091,45.60721],[-123.32025,45.59368],[-123.34051,45.59318],[-123.34054,45.59417],[-123.38247,45.59314],[-123.38173,45.57866],[-123.3825,45.57864],[-123.38174,45.56429],[-123.38277,45.56427],[-123.38213,45.55113],[-123.42329,45.55011],[-123.42255,45.53539],[-123.42317,45.53538],[-123.42247,45.52185],[-123.44282,45.52135],[-123.44197,45.50525],[-123.44245,45.50525],[-123.44177,45.49206],[-123.46239,45.49156],[-123.46164,45.4773],[-123.46357,45.47727],[-123.46276,45.46275],[-123.46518,45.4627],[-123.46442,45.44818],[-123.48701,45.44761],[-123.48623,45.43232],[-123.44532,45.43336],[-123.44448,45.41698],[-123.44588,45.41694],[-123.44514,45.40222]]],"terms_url":"https://www.portlandmaps.com/","terms_text":"City of Portland, Oregon","icon":"https://www.portlandmaps.com/img/logo.svg"},{"id":"PortlandMaps","name":"PortlandMaps Basemap Color Complete","type":"tms","template":"https://www.portlandmaps.com/arcgis/rest/services/Public/Basemap_Color_Complete/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[6,21],"polygon":[[[-123.22266,45.5679],[-123.26663,45.5679],[-123.26657,45.52174],[-123.28858,45.52173],[-123.28857,45.46013],[-123.26658,45.46011],[-123.26658,45.44473],[-123.24463,45.44472],[-123.24462,45.4338],[-123.13543,45.43346],[-123.13513,45.41895],[-123.11471,45.41896],[-123.11465,45.40439],[-123.03239,45.40471],[-123.03237,45.39089],[-123.01179,45.39102],[-123.01162,45.37502],[-122.9914,45.37553],[-122.99141,45.3611],[-122.97031,45.36077],[-122.97024,45.34646],[-122.9088,45.34613],[-122.90892,45.31748],[-122.86791,45.31735],[-122.86801,45.25963],[-122.84814,45.25955],[-122.83361,45.27405],[-122.78491,45.27407],[-122.78486,45.25954],[-122.74925,45.2593],[-122.74924,45.21301],[-122.72828,45.213],[-122.72827,45.18204],[-122.7063,45.18203],[-122.7063,45.1278],[-122.66235,45.12779],[-122.66234,45.11232],[-122.65137,45.1123],[-122.65133,45.07352],[-122.49755,45.07352],[-122.49756,45.13555],[-122.43164,45.13555],[-122.43164,45.15105],[-122.40967,45.15105],[-122.40966,45.16655],[-122.36572,45.16655],[-122.36572,45.18204],[-122.3108,45.18204],[-122.31079,45.19753],[-122.26686,45.19752],[-122.26683,45.21301],[-122.2229,45.21301],[-122.22292,45.24396],[-122.18994,45.24395],[-122.18995,45.25169],[-122.16797,45.25169],[-122.16797,45.32898],[-122.12403,45.32899],[-122.12403,45.34442],[-122.10205,45.34442],[-122.10207,45.35986],[-122.01416,45.35985],[-122.01415,45.34442],[-121.97021,45.34442],[-121.9702,45.32898],[-121.94824,45.32897],[-121.94823,45.31353],[-121.92627,45.31353],[-121.92627,45.29807],[-121.88233,45.29807],[-121.88232,45.28261],[-121.75049,45.28262],[-121.75049,45.27489],[-121.72851,45.27489],[-121.72852,45.22848],[-121.71753,45.22848],[-121.71753,45.213],[-121.68457,45.21301],[-121.68458,45.33669],[-121.72851,45.33671],[-121.72848,45.32122],[-121.87134,45.32125],[-121.87134,45.35214],[-121.91529,45.35214],[-121.91528,45.36758],[-121.95923,45.36757],[-121.95922,45.37528],[-122.00317,45.3753],[-122.00317,45.39074],[-122.10205,45.39073],[-122.10205,45.40615],[-122.12402,45.40616],[-122.12406,45.42932],[-122.146,45.42925],[-122.146,45.46783],[-122.20093,45.46783],[-122.20093,45.48324],[-122.17895,45.48323],[-122.17897,45.49865],[-122.146,45.49864],[-122.146,45.54483],[-122.12402,45.54483],[-122.12402,45.56022],[-122.08008,45.56022],[-122.08008,45.56791],[-122.03615,45.56791],[-122.03613,45.58329],[-121.9923,45.58324],[-121.99219,45.59867],[-121.95923,45.59867],[-121.95923,45.61404],[-121.92205,45.61404],[-121.92199,45.64922],[-122.28848,45.54516],[-122.28882,45.61402],[-122.3108,45.61401],[-122.31079,45.62172],[-122.3877,45.62171],[-122.3877,45.65244],[-122.40967,45.65243],[-122.40967,45.66781],[-122.47559,45.6678],[-122.47557,45.6985],[-122.48657,45.6985],[-122.48658,45.71385],[-122.57446,45.71384],[-122.57446,45.72919],[-122.68432,45.72919],[-122.68432,45.72152],[-122.91504,45.72138],[-122.91504,45.65245],[-123.09082,45.65245],[-123.09082,45.66779],[-123.13476,45.66779],[-123.13478,45.68316],[-123.14575,45.68316],[-123.14575,45.69851],[-123.16772,45.69851],[-123.16772,45.71385],[-123.21167,45.71384],[-123.21168,45.73684],[-123.23364,45.73685],[-123.23364,45.75218],[-123.25562,45.75219],[-123.25562,45.76752],[-123.28857,45.76752],[-123.28857,45.77519],[-123.29956,45.77517],[-123.29956,45.78005],[-123.36165,45.77961],[-123.36156,45.75987],[-123.32154,45.75985],[-123.32153,45.74453],[-123.29956,45.74453],[-123.29956,45.72918],[-123.28858,45.72918],[-123.28859,45.70619],[-123.26661,45.70615],[-123.2666,45.69084],[-123.22264,45.69079],[-123.22265,45.67549],[-123.20067,45.67546],[-123.20069,45.66012],[-123.17871,45.66012],[-123.1787,45.64478],[-123.15671,45.64474],[-123.15674,45.6217],[-123.20068,45.62171],[-123.20068,45.59866],[-123.22266,45.59866],[-123.22266,45.5679]]],"terms_url":"https://www.portlandmaps.com/","terms_text":"City of Portland, Oregon","icon":"https://www.portlandmaps.com/img/logo.svg"},{"id":"Code-Point_Open","name":"Postcode centroids","type":"tms","template":"https://www.raggedred.net/tiles/codepoint/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[16,20],"polygon":[[[-6.17996,49.91686],[-6.17996,50.00538],[-6.39788,50.00538],[-6.39788,49.94999],[-6.45807,49.94999],[-6.45807,49.86736],[-6.25402,49.86736],[-6.25402,49.91686],[-6.17996,49.91686]],[[-5.83432,49.97546],[-5.83432,49.93216],[-5.76833,49.93216],[-5.76833,49.97546],[-5.83432,49.97546]],[[-7.39072,50.4021],[-7.6077,50.4021],[-7.6077,50.26887],[-7.39072,50.26887],[-7.39072,50.4021]],[[-8.35929,57.94406],[-8.71635,57.94406],[-8.71635,57.73059],[-8.35929,57.73059],[-8.35929,57.94406]],[[-5.1756,50.59254],[-5.1756,50.35306],[-5.37336,50.35306],[-5.37336,50.25482],[-5.82929,50.25482],[-5.82929,50.02297],[-5.28395,50.02297],[-5.28395,49.94745],[-5.00547,49.94745],[-5.00547,50.13477],[-3.69224,50.13477],[-3.69224,50.20578],[-3.40964,50.20578],[-3.40964,50.57363],[-2.49878,50.57363],[-2.49878,50.48464],[-2.36253,50.48464],[-2.36253,50.57363],[-1.00744,50.57363],[-1.00744,50.70384],[-0.7256,50.70384],[-0.7256,50.72984],[0.77881,50.72984],[0.77881,50.90084],[1.06999,50.90084],[1.06999,51.02076],[1.45076,51.02076],[1.45076,51.33318],[1.52355,51.33318],[1.52355,51.44035],[1.11665,51.44035],[1.11665,51.69675],[1.2697,51.69675],[1.2697,51.82613],[1.52355,51.82613],[1.52355,52.04249],[1.83339,52.04249],[1.83339,52.92021],[1.42734,52.92021],[1.42734,53.02989],[0.41635,53.02989],[0.41635,53.52177],[0.2082,53.52177],[0.2082,53.79385],[0.00928,53.79385],[0.00928,54.28652],[-0.32476,54.28652],[-0.32476,54.55275],[-0.66188,54.55275],[-0.66188,54.67466],[-1.055,54.67466],[-1.055,54.82217],[-1.3222,54.82217],[-1.3222,55.24999],[-1.4745,55.24999],[-1.4745,55.86509],[-1.97945,55.86509],[-1.97945,56.04775],[-2.36011,56.04775],[-2.36011,56.63332],[-2.1659,56.63332],[-2.1659,56.87607],[-1.97945,56.87607],[-1.97945,57.22256],[-1.71532,57.22256],[-1.71532,57.74039],[-3.48654,57.74039],[-3.48654,58.11575],[-2.91167,58.11575],[-2.91167,58.58047],[-2.74077,58.58047],[-2.74077,58.81859],[-2.4611,58.81859],[-2.4611,59.13887],[-2.24358,59.13887],[-2.24358,59.47592],[-3.19445,59.47592],[-3.19445,59.20918],[-3.572,59.20918],[-3.572,58.75015],[-5.31991,58.75015],[-5.31991,58.37333],[-5.49082,58.37333],[-5.49082,58.09112],[-5.61417,58.09112],[-5.61417,57.96218],[-5.80643,57.96218],[-5.80643,57.88925],[-5.93391,57.88925],[-5.93391,57.66676],[-6.15913,57.66676],[-6.15913,57.71227],[-6.27998,57.71227],[-6.27998,58.11059],[-6.14701,58.11059],[-6.14701,58.15688],[-6.05362,58.15688],[-6.05362,58.56256],[-6.51781,58.56256],[-6.51781,58.46733],[-6.63866,58.46733],[-6.63866,58.41558],[-6.80346,58.41558],[-6.80346,58.3672],[-7.18798,58.3672],[-7.18798,58.08606],[-7.47362,58.08606],[-7.47362,57.79156],[-7.83068,57.79156],[-7.83068,57.47396],[-7.64941,57.47396],[-7.64941,56.89946],[-7.83068,56.89946],[-7.83068,56.71425],[-7.5203,56.71425],[-7.5203,56.80759],[-7.37198,56.80759],[-7.37198,56.9067],[-7.17423,56.9067],[-7.17423,57.24111],[-7.09732,57.24111],[-7.09732,57.55189],[-6.8721,57.55189],[-6.8721,57.37166],[-6.81168,57.37166],[-6.81168,56.9067],[-6.53153,56.9067],[-6.53153,56.69917],[-6.81717,56.69917],[-6.81717,56.56018],[-7.17277,56.56018],[-7.17277,56.30134],[-6.59332,56.30134],[-6.59332,55.48225],[-5.89796,55.48225],[-5.89796,55.25009],[-5.65326,55.25009],[-5.65326,55.21908],[-5.22987,55.21908],[-5.22987,54.75329],[-5.04731,54.75329],[-5.04731,54.61407],[-4.30154,54.61407],[-4.30154,54.7219],[-3.7189,54.7219],[-3.7189,54.43373],[-3.55964,54.43373],[-3.55964,54.1981],[-3.39262,54.1981],[-3.39262,54.01592],[-3.23337,54.01592],[-3.23337,53.50386],[-3.31105,53.50386],[-3.31105,53.41135],[-4.15782,53.41135],[-4.15782,53.50386],[-4.7288,53.50386],[-4.7288,52.93173],[-4.85698,52.93173],[-4.85698,52.73696],[-4.44137,52.73696],[-4.44137,52.79337],[-4.18112,52.79337],[-4.18112,52.36853],[-4.30154,52.36853],[-4.30154,52.29257],[-4.49575,52.29257],[-4.49575,52.18316],[-4.88806,52.18316],[-4.88806,52.09734],[-5.1988,52.09734],[-5.1988,51.98026],[-5.50954,51.98026],[-5.50954,51.77404],[-5.73871,51.77404],[-5.73871,51.6296],[-5.14442,51.6296],[-5.14442,51.54272],[-4.37922,51.54272],[-4.37922,51.49393],[-4.08521,51.49393],[-4.08521,51.52982],[-3.82978,51.52982],[-3.82978,51.43404],[-3.74463,51.43404],[-3.74463,51.36207],[-3.14862,51.36207],[-3.14862,51.2453],[-3.71717,51.2453],[-3.71717,51.2917],[-3.90393,51.2917],[-3.90393,51.25218],[-4.37922,51.25218],[-4.37922,51.06921],[-4.60431,51.06921],[-4.60431,50.96074],[-4.69495,50.96074],[-4.69495,50.78221],[-4.79657,50.78221],[-4.79657,50.69356],[-4.99707,50.69356],[-4.99707,50.59254],[-5.1756,50.59254]],[[-4.2867,59.13705],[-4.5586,59.13705],[-4.5586,58.95691],[-4.2867,58.95691],[-4.2867,59.13705]],[[-1.53733,59.56983],[-1.75431,59.56983],[-1.75431,59.46394],[-1.53733,59.46394],[-1.53733,59.56983]],[[-1.9864,60.19686],[-2.20338,60.19686],[-2.20338,60.09294],[-1.9864,60.09294],[-1.9864,60.19686]],[[-7.73043,58.35799],[-7.73043,58.24831],[-7.51345,58.24831],[-7.51345,58.35799],[-7.73043,58.35799]],[[-6.27877,59.20257],[-6.27877,59.02278],[-5.66506,59.02278],[-5.66506,59.20257],[-6.27877,59.20257]],[[-1.10344,60.804],[-1.35063,60.804],[-1.35063,60.68857],[-1.94838,60.68857],[-1.94838,60.30588],[-1.75431,60.30588],[-1.75431,60.12844],[-1.57549,60.12844],[-1.57549,59.79792],[-1.0317,59.79792],[-1.0317,60.03545],[-0.66269,60.03545],[-0.66269,60.91039],[-1.10344,60.91039],[-1.10344,60.804]]],"terms_url":"http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/","terms_text":"Contains OS data © Crown, Royal Mail data © Royal Mail and National Statistics data © Crown copyright and database right","overlay":true},{"id":"debicki-buildings","name":"Powiat dębicki: Buildings","type":"wms","template":"https://debica.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki,adresy,EBU,EBT,S&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[21.53768,50.01085],[21.51944,50.05423],[21.58099,50.1233],[21.48804,50.18059],[21.13725,50.14835],[21.13939,50.12721],[21.18058,50.12101],[21.14315,50.05965],[21.15356,49.92854],[21.27892,49.92554],[21.22448,49.8861],[21.22362,49.84258],[21.35177,49.8349],[21.36368,49.86838],[21.41585,49.82003],[21.47943,49.8398],[21.52679,49.88911],[21.47689,50.00135],[21.53768,50.01085]]],"terms_text":"Powiat dębicki","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"lancucki-buildings","name":"Powiat łańcucki: Buildings","type":"wms","template":"https://lancut.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=EBT,budynki,adresy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[22.17224,50.10121],[22.12015,50.04626],[22.1387,50.00251],[22.16683,50.00412],[22.22382,49.96085],[22.20901,49.93728],[22.24161,49.92847],[22.29979,49.92455],[22.32139,49.94614],[22.31478,49.99451],[22.3562,50.00627],[22.35315,50.05067],[22.38542,50.05393],[22.38364,50.08915],[22.41768,50.08997],[22.45275,50.10676],[22.45275,50.12745],[22.40346,50.13331],[22.3856,50.16031],[22.235,50.24718],[22.18418,50.22914],[22.173,50.18117],[22.13591,50.1867],[22.0823,50.17206],[22.12574,50.1079],[22.17224,50.10121]]],"terms_text":"Powiat łańcucki","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"lubaczowski-buildings","name":"Powiat lubaczowski: Buildings","type":"wms","template":"https://lubaczow.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=S,EBT,adresy,budynki_ewid&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","projection":"EPSG:4326","zoomExtent":[0,19],"polygon":[[[23.29224,50.09693],[23.55763,50.25704],[23.51394,50.26643],[23.522,50.29892],[23.40991,50.3083],[23.44482,50.35653],[23.38072,50.3699],[23.38829,50.4058],[23.35821,50.41105],[23.2527,50.36601],[23.19379,50.40529],[23.01962,50.2928],[22.84161,50.30574],[22.83572,50.27037],[22.82426,50.26923],[22.79651,50.20933],[22.86603,50.18949],[22.87414,50.13786],[22.93233,50.1678],[22.88954,50.11501],[22.95351,50.07178],[23.05556,50.04967],[22.99884,49.99028],[23.14951,49.97563],[23.29224,50.09693]]],"terms_text":"Powiat lubaczowski","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"sropczyce-buildings","name":"Powiat ropczycko-sędziszowski: Buildings","type":"wms","template":"https://spropczyce.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[21.60041,50.21025],[21.59816,50.17866],[21.50429,50.16559],[21.55535,50.11909],[21.49298,50.07161],[21.50364,50.0198],[21.45315,49.99268],[21.5188,49.89119],[21.54249,49.8862],[21.60062,49.91793],[21.683,49.92431],[21.70632,49.96022],[21.78666,49.97585],[21.82552,50.02925],[21.82597,50.09149],[21.78741,50.10859],[21.81459,50.15264],[21.792,50.17829],[21.74199,50.16538],[21.60041,50.21025]]],"terms_text":"Powiat ropczycko-sędziszowski","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"rzeszowski-buildings","name":"Powiat rzeszowski: Buildings","type":"wms","template":"https://powiatrzeszowski.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki,EBT,EBU&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[22.18219,50.17339],[22.2536,50.2647],[22.19821,50.35265],[22.0901,50.37369],[21.98553,50.31545],[22.08291,50.26471],[21.93307,50.24748],[21.78503,50.14212],[21.7495,49.96981],[21.84961,49.95739],[21.99951,49.82808],[22.34961,49.72826],[22.31144,49.87008],[22.23319,49.96829],[22.1771,50.00555],[22.05278,50.0097],[21.98164,49.94977],[21.9354,50.06636],[22.02839,50.06668],[22.09444,50.00841],[22.13779,50.00695],[22.18016,50.09784],[22.09834,50.17176],[22.18219,50.17339]]],"terms_text":"Powiat rzeszowski","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"rzeszowski-aerial","name":"Powiat rzeszowski: Orthophotomap (aerial image)","type":"wms","template":"https://powiatrzeszowski.geoportal2.pl/map/wms/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[22.18219,50.17339],[22.2536,50.2647],[22.19821,50.35265],[22.0901,50.37369],[21.98553,50.31545],[22.08291,50.26471],[21.93307,50.24748],[21.78503,50.14212],[21.7495,49.96981],[21.84961,49.95739],[21.99951,49.82808],[22.34961,49.72826],[22.31144,49.87008],[22.23319,49.96829],[22.1771,50.00555],[22.05278,50.0097],[21.98164,49.94977],[21.9354,50.06636],[22.02839,50.06668],[22.09444,50.00841],[22.13779,50.00695],[22.18016,50.09784],[22.09834,50.17176],[22.18219,50.17339]]],"terms_text":"Powiat rzeszowski","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"stalowowolski-buildings","name":"Powiat stalowowolski: Buildings","type":"wms","template":"https://stalowawola.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=EBT,adresy,budynki,centroidy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[22.017,50.35811],[22.09292,50.44916],[22.06785,50.51434],[22.09722,50.54302],[22.16347,50.52686],[22.23795,50.5503],[22.26768,50.60465],[22.22757,50.6653],[22.16235,50.66969],[22.20843,50.75403],[22.16239,50.80039],[22.0546,50.82234],[21.94394,50.77639],[21.86228,50.80439],[21.83413,50.75035],[21.87465,50.70066],[21.84046,50.65749],[21.97582,50.53164],[21.84797,50.47196],[21.88045,50.3913],[22.017,50.35811]]],"terms_text":"Powiat stalowowolski","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"poznan-ortofotomapa2014","name":"Poznań: Orthophotomap 2014 (aerial image)","type":"wms","template":"http://wms1.geopoz.poznan.pl:6080/arcgis/services/sip/ortofotomapa_2014/MapServer/WmsServer?LAYERS=ortofotomapa_2014_image&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[16.72794,52.48838],[16.72897,52.45244],[16.77603,52.45294],[16.77828,52.3721],[16.80176,52.37232],[16.80273,52.33638],[16.89662,52.33728],[16.89752,52.30134],[16.96787,52.30198],[16.96829,52.28401],[17.01518,52.28441],[17.01438,52.32035],[17.06129,52.32075],[17.0596,52.40161],[17.0831,52.4018],[17.08235,52.43774],[17.0353,52.43736],[17.03491,52.45534],[16.98784,52.45494],[16.98639,52.51784],[16.93926,52.51743],[16.93948,52.50845],[16.86879,52.50779],[16.86925,52.48982],[16.72794,52.48838]]],"terms_text":"Zarząd Geodezji i Katastru Miejskiego GEOPOZ"},{"id":"poznan-ortofotomapa2016","name":"Poznań: Orthophotomap 2016 (aerial image)","type":"wms","template":"http://wms1.geopoz.poznan.pl:6080/arcgis/services/sip/ortofotomapy/MapServer/WmsServer?LAYERS=ortofotomapa_2016_image&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[16.72794,52.48838],[16.72897,52.45244],[16.77603,52.45294],[16.77828,52.3721],[16.80176,52.37232],[16.80273,52.33638],[16.89662,52.33728],[16.89752,52.30134],[16.96787,52.30198],[16.96829,52.28401],[17.01518,52.28441],[17.01438,52.32035],[17.06129,52.32075],[17.0596,52.40161],[17.0831,52.4018],[17.08235,52.43774],[17.0353,52.43736],[17.03491,52.45534],[16.98784,52.45494],[16.98639,52.51784],[16.93926,52.51743],[16.93948,52.50845],[16.86879,52.50779],[16.86925,52.48982],[16.72794,52.48838]]],"terms_text":"Zarząd Geodezji i Katastru Miejskiego GEOPOZ"},{"id":"poznan-ortofotomapaBiezaca","name":"Poznań: Orthophotomap Bieżąca (aerial image)","type":"wms","template":"http://wms2.geopoz.poznan.pl/geoserver/ortogpkg/wms?LAYERS=ortofotomapa_biezaca&STYLES=raster&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","startDate":"2018-01-01T00:00:00.000Z","polygon":[[[16.72794,52.48838],[16.72897,52.45244],[16.77603,52.45294],[16.77828,52.3721],[16.80176,52.37232],[16.80273,52.33638],[16.89662,52.33728],[16.89752,52.30134],[16.96787,52.30198],[16.96829,52.28401],[17.01518,52.28441],[17.01438,52.32035],[17.06129,52.32075],[17.0596,52.40161],[17.0831,52.4018],[17.08235,52.43774],[17.0353,52.43736],[17.03491,52.45534],[16.98784,52.45494],[16.98639,52.51784],[16.93926,52.51743],[16.93948,52.50845],[16.86879,52.50779],[16.86925,52.48982],[16.72794,52.48838]]],"terms_text":"Zarząd Geodezji i Katastru Miejskiego GEOPOZ","terms_html":"https://www.geopoz.pl/","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/geopoz-logo.png"},{"id":"PrahaIPRlatestorthophoto","name":"Praha IPR latest orthophoto","type":"wms","template":"https://gs-pub.praha.eu/imgs/services/ort/letecke_snimkovani/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","zoomExtent":[1,20],"polygon":[[[14.30454,49.99538],[14.31604,49.94205],[14.35,49.94508],[14.35384,49.92726],[14.42385,49.93352],[14.42009,49.95097],[14.48865,49.95709],[14.48479,49.97501],[14.55386,49.98117],[14.55012,49.99852],[14.58455,50.00159],[14.5883,49.98424],[14.69168,49.99346],[14.67634,50.06453],[14.71279,50.06777],[14.70115,50.12158],[14.6647,50.11834],[14.661,50.13543],[14.62755,50.13246],[14.61965,50.16895],[14.58543,50.16591],[14.58163,50.18344],[14.40776,50.168],[14.41156,50.15045],[14.37765,50.14744],[14.3738,50.16524],[14.33893,50.16214],[14.34278,50.14434],[14.27368,50.1382],[14.27749,50.12058],[14.2088,50.11447],[14.21289,50.09557],[14.24656,50.09857],[14.25417,50.06336],[14.21987,50.0603],[14.2237,50.04259],[14.258,50.04565],[14.26953,49.99226],[14.30454,49.99538]]],"description":"Yearly IPR Praha orthophotos, usually taken in summer months when vegetation is fully grown","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/cz/IPR_Praha.png"},{"id":"IPR-orotofoto-last-tms","name":"Praha IPR latest orthophoto (TMS mirror)","type":"tms","template":"https://osm-{switch:a,b,c}.zby.cz/tiles_ipr_last.php/{zoom}/{x}/{y}.jpg","category":"photo","zoomExtent":[2,20],"polygon":[[[14.30454,49.99538],[14.31604,49.94205],[14.35,49.94508],[14.35384,49.92726],[14.42385,49.93352],[14.42009,49.95097],[14.48865,49.95709],[14.48479,49.97501],[14.55386,49.98117],[14.55012,49.99852],[14.58455,50.00159],[14.5883,49.98424],[14.69168,49.99346],[14.67634,50.06453],[14.71279,50.06777],[14.70115,50.12158],[14.6647,50.11834],[14.661,50.13543],[14.62755,50.13246],[14.61965,50.16895],[14.58543,50.16591],[14.58163,50.18344],[14.40776,50.168],[14.41156,50.15045],[14.37765,50.14744],[14.3738,50.16524],[14.33893,50.16214],[14.34278,50.14434],[14.27368,50.1382],[14.27749,50.12058],[14.2088,50.11447],[14.21289,50.09557],[14.24656,50.09857],[14.25417,50.06336],[14.21987,50.0603],[14.2237,50.04259],[14.258,50.04565],[14.26953,49.99226],[14.30454,49.99538]]],"terms_url":"https://iprpraha.cz/","terms_text":"IPR Praha; OSM CZ","description":"Yearly IPR Praha orthophotos, usually taken in summer months when vegetation is fully grown. Same imagery as Praha IPR latest orthophoto but served from a TMS proxy","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/cz/IPR_Praha.png"},{"id":"PrahaIPRlow-vegetationorthophoto","name":"Praha IPR low-vegetation orthophoto","type":"wms","template":"https://gs-pub.praha.eu/imgs/services/ort/mimovegetacni_letecke_snimkovani/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","zoomExtent":[1,20],"polygon":[[[14.30454,49.99538],[14.31604,49.94205],[14.35,49.94508],[14.35384,49.92726],[14.42385,49.93352],[14.42009,49.95097],[14.48865,49.95709],[14.48479,49.97501],[14.55386,49.98117],[14.55012,49.99852],[14.58455,50.00159],[14.5883,49.98424],[14.69168,49.99346],[14.67634,50.06453],[14.71279,50.06777],[14.70115,50.12158],[14.6647,50.11834],[14.661,50.13543],[14.62755,50.13246],[14.61965,50.16895],[14.58543,50.16591],[14.58163,50.18344],[14.40776,50.168],[14.41156,50.15045],[14.37765,50.14744],[14.3738,50.16524],[14.33893,50.16214],[14.34278,50.14434],[14.27368,50.1382],[14.27749,50.12058],[14.2088,50.11447],[14.21289,50.09557],[14.24656,50.09857],[14.25417,50.06336],[14.21987,50.0603],[14.2237,50.04259],[14.258,50.04565],[14.26953,49.99226],[14.30454,49.99538]]],"terms_url":"https://iprpraha.cz/","terms_text":"IPR Praha","best":true,"description":"Yearly IPR Praha orthophotos, taken after the leaves are fallen from the trees","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/cz/IPR_Praha.png"},{"id":"IPR-orotofoto-vege-tms","name":"Praha IPR low-vegetation orthophoto (TMS mirror)","type":"tms","template":"https://osm-{switch:a,b,c}.zby.cz/tiles_ipr_vege.php/{zoom}/{x}/{y}.jpg","category":"photo","zoomExtent":[2,20],"polygon":[[[14.30454,49.99538],[14.31604,49.94205],[14.35,49.94508],[14.35384,49.92726],[14.42385,49.93352],[14.42009,49.95097],[14.48865,49.95709],[14.48479,49.97501],[14.55386,49.98117],[14.55012,49.99852],[14.58455,50.00159],[14.5883,49.98424],[14.69168,49.99346],[14.67634,50.06453],[14.71279,50.06777],[14.70115,50.12158],[14.6647,50.11834],[14.661,50.13543],[14.62755,50.13246],[14.61965,50.16895],[14.58543,50.16591],[14.58163,50.18344],[14.40776,50.168],[14.41156,50.15045],[14.37765,50.14744],[14.3738,50.16524],[14.33893,50.16214],[14.34278,50.14434],[14.27368,50.1382],[14.27749,50.12058],[14.2088,50.11447],[14.21289,50.09557],[14.24656,50.09857],[14.25417,50.06336],[14.21987,50.0603],[14.2237,50.04259],[14.258,50.04565],[14.26953,49.99226],[14.30454,49.99538]]],"terms_url":"https://iprpraha.cz/","terms_text":"IPR Praha; OSM CZ","description":"Yearly IPR Praha orthophotos, taken after the leaves are fallen from the trees. Same imagery as Praha IPR low-vegetation orthophoto but served from a TMS proxy","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/cz/IPR_Praha.png"},{"id":"przemysl-buildings","name":"Przemyśl: Buildings","type":"wms","template":"http://przemysl.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=adresy,budynki&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[22.72268,49.76885],[22.71065,49.76288],[22.72205,49.74644],[22.73838,49.75895],[22.77358,49.74439],[22.82004,49.75674],[22.82485,49.77105],[22.84549,49.76746],[22.85752,49.78561],[22.83118,49.79664],[22.80384,49.79247],[22.79738,49.80146],[22.81169,49.80571],[22.79042,49.81462],[22.75952,49.80939],[22.74395,49.8187],[22.72762,49.82124],[22.7261,49.8165],[22.73167,49.81429],[22.73458,49.80441],[22.7244,49.79043],[22.73104,49.78553],[22.71787,49.78062],[22.72027,49.77662],[22.73097,49.77612],[22.73002,49.76787],[22.72268,49.76885]]],"terms_text":"Miasto Przemyśl","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"przemysl-aerial","name":"Przemyśl: Ortophotomap (aerial image)","type":"wms","template":"http://przemysl.geoportal2.pl/map/wms/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[22.72268,49.76885],[22.71065,49.76288],[22.72205,49.74644],[22.73838,49.75895],[22.77358,49.74439],[22.82004,49.75674],[22.82485,49.77105],[22.84549,49.76746],[22.85752,49.78561],[22.83118,49.79664],[22.80384,49.79247],[22.79738,49.80146],[22.81169,49.80571],[22.79042,49.81462],[22.75952,49.80939],[22.74395,49.8187],[22.72762,49.82124],[22.7261,49.8165],[22.73167,49.81429],[22.73458,49.80441],[22.7244,49.79043],[22.73104,49.78553],[22.71787,49.78062],[22.72027,49.77662],[22.73097,49.77612],[22.73002,49.76787],[22.72268,49.76885]]],"terms_text":"Miasto Przemyśl","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{"id":"LocalAuthorities_RightsOfWay","name":"Public Rights of Way","type":"tms","template":"https://osm.cycle.travel/rights_of_way/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[7,20],"polygon":[[[1.52612,50.88697],[1.89027,51.19812],[1.88871,51.20211],[2.24994,52.93852],[-1.47231,56.06997],[-1.80086,55.89366],[-1.97157,55.8473],[-2.04698,55.808],[-2.08781,55.79552],[-2.09151,55.78718],[-2.08915,55.76551],[-2.10945,55.76216],[-2.11252,55.75716],[-2.10918,55.75072],[-2.11778,55.74974],[-2.12199,55.74061],[-2.14501,55.74218],[-2.15236,55.73665],[-2.15222,55.72567],[-2.17839,55.72118],[-2.17969,55.71505],[-2.17283,55.70756],[-2.18574,55.70407],[-2.22077,55.67803],[-2.22015,55.66676],[-2.25053,55.654],[-2.24884,55.64775],[-2.2364,55.64353],[-2.30446,55.65015],[-2.32653,55.6456],[-2.32885,55.63878],[-2.33777,55.63575],[-2.33843,55.63029],[-2.32893,55.62448],[-2.31186,55.62542],[-2.3189,55.61941],[-2.30885,55.60855],[-2.29156,55.60003],[-2.29537,55.58548],[-2.29073,55.578],[-2.24365,55.55355],[-2.23739,55.54621],[-2.23603,55.52857],[-2.2279,55.52279],[-2.23158,55.5083],[-2.20585,55.48816],[-2.2093,55.48101],[-2.20354,55.47324],[-2.17441,55.46916],[-2.19148,55.46352],[-2.19672,55.44697],[-2.20555,55.44101],[-2.23261,55.432],[-2.26153,55.43578],[-2.2957,55.42321],[-2.29803,55.41744],[-2.31553,55.41029],[-2.33371,55.41259],[-2.33832,55.40953],[-2.33699,55.40482],[-2.34789,55.39987],[-2.33843,55.3909],[-2.33689,55.38104],[-2.3487,55.37475],[-2.34441,55.36789],[-2.3815,55.35211],[-2.39656,55.35094],[-2.40064,55.35698],[-2.41475,55.36191],[-2.47593,55.35769],[-2.49248,55.35298],[-2.52143,55.32581],[-2.56036,55.32052],[-2.56101,55.31255],[-2.57659,55.29898],[-2.611,55.28567],[-2.63056,55.26976],[-2.62979,55.26475],[-2.64889,55.26215],[-2.64844,55.25729],[-2.62958,55.24809],[-2.63577,55.24094],[-2.63797,55.22581],[-2.6684,55.22412],[-2.70538,55.17587],[-2.73368,55.17007],[-2.78713,55.14466],[-2.82692,55.14095],[-2.83586,55.13348],[-2.83097,55.12602],[-2.84297,55.12495],[-2.85383,55.11138],[-2.87276,55.10857],[-2.87636,55.09985],[-2.88679,55.09792],[-2.88886,55.09082],[-2.89534,55.09005],[-2.89871,55.0805],[-2.91556,55.08183],[-2.92704,55.07345],[-2.94035,55.07257],[-2.9454,55.06834],[-2.94446,55.06107],[-2.96025,55.05259],[-3.02749,55.05827],[-3.05266,55.05526],[-3.05563,55.04525],[-3.033,55.03562],[-3.03571,55.02665],[-3.0424,55.02458],[-3.05226,55.01054],[-3.04943,55.00016],[-3.06061,54.9889],[-3.07412,54.98336],[-3.07451,54.97142],[-3.12097,54.97596],[-3.15089,54.95253],[-3.1999,54.96632],[-3.26023,54.96284],[-3.29696,54.96626],[-3.39876,54.96136],[-4.11684,54.52617],[-3.69777,53.56957],[-4.54017,53.76632],[-5.29283,53.45655],[-6.18324,51.03997],[-5.75713,51.11199],[-7.10119,49.72816],[-6.14268,49.57808],[0.90079,50.55335],[1.52612,50.88697]]],"terms_url":"https://osmuk.org/cadastral-parcels/","terms_text":"Contains public sector information licensed under the Open Government Licence v3.0.","description":"Public rights of way data released by local authorities, as collated at rowmaps.com","overlay":true},{"id":"Putnam_OH_2023","name":"Putnam County Orthoimagery (2023)","type":"wms","template":"https://putnamcountygis.com/arcgis/services/Aerials/2023_Aerial/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-84.34708,41.16843],[-84.34678,40.99326],[-84.40102,40.99243],[-84.39922,40.93072],[-84.40381,40.9307],[-84.40294,40.8998],[-84.34412,40.90073],[-84.34287,40.85614],[-84.10792,40.85969],[-84.10891,40.9008],[-83.9914,40.90242],[-83.99174,40.91617],[-83.87865,40.91758],[-83.87946,41.17148],[-84.34708,41.16843]]],"terms_url":"https://putnamcountyohio.gov/","terms_text":"Putnam County, State of Ohio","description":"Spring 2023 orthoimagery for Putnam County in the State of Ohio","icon":"https://putnamcountyohio.gov/favicon-32x32.png"},{"id":"RABA-KGZ-3000","name":"RABA-KGZ: Slovenia built-up areas","type":"tms","template":"https://wms.openstreetmap.de/tms/RABA3000/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[8,19],"polygon":[[[15.17101,45.41273],[15.22848,45.41683],[15.27515,45.45599],[15.34824,45.44665],[15.39496,45.48325],[15.31145,45.5423],[15.30852,45.58653],[15.29266,45.60163],[15.31503,45.60696],[15.31501,45.62356],[15.39705,45.62929],[15.41517,45.65443],[15.36329,45.72191],[15.29763,45.70782],[15.27435,45.72408],[15.28683,45.73391],[15.40343,45.78216],[15.47514,45.78666],[15.49115,45.82041],[15.52333,45.81155],[15.57467,45.83999],[15.6441,45.81058],[15.71776,45.8416],[15.69375,45.87111],[15.69237,45.90013],[15.71645,45.9178],[15.71612,45.99489],[15.74241,46.04578],[15.71869,46.06873],[15.63483,46.09529],[15.61899,46.11595],[15.62037,46.16163],[15.65639,46.18456],[15.65737,46.20838],[15.67996,46.21707],[15.77128,46.19937],[15.79649,46.21296],[15.80777,46.25091],[16.01819,46.29964],[16.04058,46.32708],[16.08614,46.34087],[16.06959,46.38154],[16.14548,46.39515],[16.18689,46.36804],[16.30574,46.36921],[16.3168,46.40141],[16.28533,46.42441],[16.2582,46.489],[16.36776,46.53371],[16.47451,46.50108],[16.52219,46.45842],[16.61889,46.46203],[16.611,46.48393],[16.5416,46.50887],[16.54136,46.53627],[16.51477,46.57299],[16.40159,46.6439],[16.42822,46.65301],[16.4383,46.69655],[16.38893,46.70785],[16.33186,46.75896],[16.33977,46.7799],[16.32245,46.79068],[16.34711,46.79707],[16.36058,46.8278],[16.34649,46.85476],[16.29431,46.8824],[16.23302,46.88667],[16.15425,46.86525],[16.11022,46.87912],[16.0553,46.85049],[15.98671,46.84189],[15.97505,46.74967],[15.99495,46.71178],[16.02955,46.68778],[16.02919,46.67033],[15.91476,46.71958],[15.83801,46.73237],[15.767,46.70899],[15.65624,46.71643],[15.62405,46.69039],[15.59201,46.69952],[15.53636,46.6761],[15.53427,46.64346],[15.47411,46.6226],[15.46237,46.64732],[15.41364,46.66553],[15.23727,46.64973],[15.10645,46.66965],[15.02973,46.65796],[14.98376,46.61868],[14.95398,46.64257],[14.9102,46.61569],[14.86094,46.61239],[14.81442,46.55093],[14.80818,46.51778],[14.71191,46.50954],[14.65658,46.45447],[14.58993,46.44479],[14.56677,46.38549],[14.52618,46.43623],[14.45113,46.43239],[14.43178,46.4568],[14.3259,46.44111],[14.28242,46.45347],[14.16569,46.44341],[14.12664,46.4852],[14.09406,46.49538],[14.00849,46.49169],[13.91305,46.53108],[13.79725,46.5164],[13.71321,46.53296],[13.68393,46.44947],[13.59357,46.44846],[13.56263,46.40895],[13.43247,46.36779],[13.43369,46.33243],[13.36653,46.30266],[13.40304,46.23284],[13.40026,46.21037],[13.42003,46.19662],[13.48189,46.21479],[13.54859,46.19982],[13.57147,46.17434],[13.65358,46.17505],[13.63712,46.14524],[13.58839,46.11268],[13.4896,46.06574],[13.49765,46.03741],[13.46729,46.00147],[13.52998,45.95627],[13.57124,45.9591],[13.59233,45.97929],[13.62975,45.97662],[13.62633,45.93894],[13.56531,45.85522],[13.58835,45.80154],[13.62279,45.78613],[13.66355,45.79008],[13.78961,45.73525],[13.82429,45.70266],[13.82754,45.67917],[13.89962,45.63295],[13.83759,45.59226],[13.72158,45.60472],[13.63822,45.64153],[13.38,45.5666],[13.67553,45.43241],[13.7856,45.45577],[13.81063,45.42531],[13.88867,45.416],[13.91789,45.44329],[13.99154,45.44854],[14.00668,45.4739],[13.98752,45.49945],[14.01187,45.50769],[14.06694,45.47615],[14.1328,45.46542],[14.21022,45.45962],[14.2367,45.49569],[14.26083,45.47352],[14.28251,45.47949],[14.32388,45.46048],[14.49636,45.52968],[14.51653,45.5974],[14.59477,45.65727],[14.58902,45.61966],[14.68367,45.57107],[14.68383,45.51924],[14.71885,45.52386],[14.77755,45.49724],[14.81398,45.45019],[14.91295,45.46869],[14.93027,45.51869],[14.98353,45.48726],[15.06731,45.4781],[15.17101,45.41273]]],"terms_url":"https://wiki.openstreetmap.org/wiki/Slovenia_Landcover_Import_-_RABA-KGZ","terms_text":"Copyright ©2019 Ministrstvo za kmetijstvo, gozdarstvo in prehrano (mkgp.gov.si). Some rights reserved.","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/si/RABA-KGZSloveniafarmlanduse.png","overlay":true},{"id":"RABA-KGZ","name":"RABA-KGZ: Slovenia farmland use","type":"tms","template":"https://wms.openstreetmap.de/tms/RABA/{zoom}/{x}/{y}.png","category":"other","zoomExtent":[8,19],"polygon":[[[15.17101,45.41273],[15.22848,45.41683],[15.27515,45.45599],[15.34824,45.44665],[15.39496,45.48325],[15.31145,45.5423],[15.30852,45.58653],[15.29266,45.60163],[15.31503,45.60696],[15.31501,45.62356],[15.39705,45.62929],[15.41517,45.65443],[15.36329,45.72191],[15.29763,45.70782],[15.27435,45.72408],[15.28683,45.73391],[15.40343,45.78216],[15.47514,45.78666],[15.49115,45.82041],[15.52333,45.81155],[15.57467,45.83999],[15.6441,45.81058],[15.71776,45.8416],[15.69375,45.87111],[15.69237,45.90013],[15.71645,45.9178],[15.71612,45.99489],[15.74241,46.04578],[15.71869,46.06873],[15.63483,46.09529],[15.61899,46.11595],[15.62037,46.16163],[15.65639,46.18456],[15.65737,46.20838],[15.67996,46.21707],[15.77128,46.19937],[15.79649,46.21296],[15.80777,46.25091],[16.01819,46.29964],[16.04058,46.32708],[16.08614,46.34087],[16.06959,46.38154],[16.14548,46.39515],[16.18689,46.36804],[16.30574,46.36921],[16.3168,46.40141],[16.28533,46.42441],[16.2582,46.489],[16.36776,46.53371],[16.47451,46.50108],[16.52219,46.45842],[16.61889,46.46203],[16.611,46.48393],[16.5416,46.50887],[16.54136,46.53627],[16.51477,46.57299],[16.40159,46.6439],[16.42822,46.65301],[16.4383,46.69655],[16.38893,46.70785],[16.33186,46.75896],[16.33977,46.7799],[16.32245,46.79068],[16.34711,46.79707],[16.36058,46.8278],[16.34649,46.85476],[16.29431,46.8824],[16.23302,46.88667],[16.15425,46.86525],[16.11022,46.87912],[16.0553,46.85049],[15.98671,46.84189],[15.97505,46.74967],[15.99495,46.71178],[16.02955,46.68778],[16.02919,46.67033],[15.91476,46.71958],[15.83801,46.73237],[15.767,46.70899],[15.65624,46.71643],[15.62405,46.69039],[15.59201,46.69952],[15.53636,46.6761],[15.53427,46.64346],[15.47411,46.6226],[15.46237,46.64732],[15.41364,46.66553],[15.23727,46.64973],[15.10645,46.66965],[15.02973,46.65796],[14.98376,46.61868],[14.95398,46.64257],[14.9102,46.61569],[14.86094,46.61239],[14.81442,46.55093],[14.80818,46.51778],[14.71191,46.50954],[14.65658,46.45447],[14.58993,46.44479],[14.56677,46.38549],[14.52618,46.43623],[14.45113,46.43239],[14.43178,46.4568],[14.3259,46.44111],[14.28242,46.45347],[14.16569,46.44341],[14.12664,46.4852],[14.09406,46.49538],[14.00849,46.49169],[13.91305,46.53108],[13.79725,46.5164],[13.71321,46.53296],[13.68393,46.44947],[13.59357,46.44846],[13.56263,46.40895],[13.43247,46.36779],[13.43369,46.33243],[13.36653,46.30266],[13.40304,46.23284],[13.40026,46.21037],[13.42003,46.19662],[13.48189,46.21479],[13.54859,46.19982],[13.57147,46.17434],[13.65358,46.17505],[13.63712,46.14524],[13.58839,46.11268],[13.4896,46.06574],[13.49765,46.03741],[13.46729,46.00147],[13.52998,45.95627],[13.57124,45.9591],[13.59233,45.97929],[13.62975,45.97662],[13.62633,45.93894],[13.56531,45.85522],[13.58835,45.80154],[13.62279,45.78613],[13.66355,45.79008],[13.78961,45.73525],[13.82429,45.70266],[13.82754,45.67917],[13.89962,45.63295],[13.83759,45.59226],[13.72158,45.60472],[13.63822,45.64153],[13.38,45.5666],[13.67553,45.43241],[13.7856,45.45577],[13.81063,45.42531],[13.88867,45.416],[13.91789,45.44329],[13.99154,45.44854],[14.00668,45.4739],[13.98752,45.49945],[14.01187,45.50769],[14.06694,45.47615],[14.1328,45.46542],[14.21022,45.45962],[14.2367,45.49569],[14.26083,45.47352],[14.28251,45.47949],[14.32388,45.46048],[14.49636,45.52968],[14.51653,45.5974],[14.59477,45.65727],[14.58902,45.61966],[14.68367,45.57107],[14.68383,45.51924],[14.71885,45.52386],[14.77755,45.49724],[14.81398,45.45019],[14.91295,45.46869],[14.93027,45.51869],[14.98353,45.48726],[15.06731,45.4781],[15.17101,45.41273]]],"terms_url":"https://wiki.openstreetmap.org/wiki/Slovenia_Landcover_Import_-_RABA-KGZ","terms_text":"Copyright ©2019 Ministrstvo za kmetijstvo, gozdarstvo in prehrano (mkgp.gov.si). Some rights reserved.","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/si/RABA-KGZSloveniafarmlanduse.png"},{"id":"rennes_ortho_2014_tms","name":"Rennes orthophotographie 2014 (20 cm)","type":"tms","template":"https://public.sig.rennesmetropole.fr/geowebcache/service/tms/1.0.0/raster:ortho2014@EPSG:3857@jpeg/{zoom}/{x}/{-y}.jpg","category":"historicphoto","endDate":"2014-09-11T00:00:00.000Z","startDate":"2014-07-02T00:00:00.000Z","zoomExtent":[12,22],"polygon":[[[-2.02017,48.32275],[-1.97926,47.90091],[-1.41839,47.92392],[-1.45471,48.34594],[-2.02017,48.32275]]],"terms_url":"https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/catalog.search#/metadata/02a468e1-a970-40bc-9ffa-72e1beef74e6","terms_text":"Mégalis Bretagne et Collectivités Territoriales Bretonnes"},{"id":"rennes_ortho_2014_osmfr","name":"Rennes orthophotographie 2014 (20 cm) via OSM France","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/rennes_2014/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2014-09-11T00:00:00.000Z","startDate":"2014-07-02T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-1.92261,48.16059],[-1.99402,48.07257],[-1.98303,48.02759],[-1.86218,48.04137],[-1.82099,48.01565],[-1.80201,47.9839],[-1.75644,47.91082],[-1.65619,47.92094],[-1.64108,47.93383],[-1.54221,47.94395],[-1.48178,48.01381],[-1.48316,48.03861],[-1.54083,48.08083],[-1.46393,48.07349],[-1.44333,48.08175],[-1.44333,48.17158],[-1.47766,48.19081],[-1.55869,48.18623],[-1.53946,48.19813],[-1.54633,48.24114],[-1.62048,48.27314],[-1.6713,48.26948],[-1.71387,48.20546],[-1.76743,48.25943],[-1.80588,48.25851],[-1.81,48.29873],[-1.88828,48.29599],[-1.89789,48.32065],[-1.94183,48.32156],[-1.98715,48.29873],[-1.98166,48.25577],[-1.92261,48.16059]]],"terms_url":"https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/catalog.search#/metadata/02a468e1-a970-40bc-9ffa-72e1beef74e6","terms_text":"Mégalis Bretagne et Collectivités Territoriales Bretonnes"},{"id":"rennes_ortho_2018_tms","name":"Rennes orthophotographie 2017-2018 (10 cm)","type":"tms","template":"https://public.sig.rennesmetropole.fr/geowebcache/service/tms/1.0.0/raster:ortho2017@EPSG:3857@jpeg/{zoom}/{x}/{-y}.jpg","category":"historicphoto","endDate":"2018-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[12,22],"polygon":[[[-1.96893,48.07261],[-1.96634,48.04568],[-1.75478,47.93749],[-1.72724,47.92961],[-1.71388,47.93016],[-1.6738,47.93181],[-1.66044,47.93235],[-1.55514,47.9546],[-1.52998,47.97362],[-1.51739,47.98313],[-1.49376,48.02009],[-1.45981,48.09349],[-1.4637,48.13839],[-1.46447,48.14737],[-1.46681,48.1743],[-1.5529,48.234],[-1.62251,48.25826],[-1.81491,48.29544],[-1.89733,48.31],[-1.91078,48.30943],[-1.95115,48.3077],[-1.96373,48.29815],[-1.96893,48.07261]]],"terms_url":"https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/catalog.search#/metadata/6ecb85b1-ec5e-4427-ae81-9c83b21a7f32","terms_text":"Mégalis Bretagne et Collectivités Territoriales Bretonnes"},{"id":"rennes_ortho_2018_osmfr","name":"Rennes orthophotographie 2017-2018 (10 cm) via OSM France","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/rennes_2018/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2018-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[12,21],"polygon":[[[-1.53076,47.98261],[-1.51738,47.98313],[-1.52052,48.01905],[-1.49376,48.0201],[-1.49532,48.03806],[-1.5221,48.03701],[-1.52288,48.04598],[-1.53627,48.04546],[-1.53706,48.05444],[-1.55045,48.05391],[-1.55125,48.06288],[-1.56464,48.06235],[-1.56543,48.07133],[-1.55204,48.07186],[-1.55441,48.0988],[-1.54101,48.09933],[-1.54259,48.11729],[-1.52918,48.11781],[-1.52761,48.09986],[-1.5008,48.10091],[-1.50001,48.09193],[-1.48661,48.09246],[-1.48583,48.08348],[-1.47243,48.084],[-1.47321,48.09298],[-1.45981,48.0935],[-1.46214,48.12044],[-1.47555,48.11991],[-1.4771,48.13787],[-1.46369,48.13839],[-1.4668,48.17431],[-1.49365,48.17326],[-1.49443,48.18224],[-1.50786,48.18172],[-1.50707,48.17274],[-1.5205,48.17221],[-1.52129,48.18119],[-1.53471,48.18066],[-1.53392,48.17169],[-1.54734,48.17116],[-1.54814,48.18014],[-1.58841,48.17854],[-1.58921,48.18752],[-1.56236,48.18858],[-1.56395,48.20654],[-1.55052,48.20707],[-1.5529,48.23401],[-1.59321,48.23241],[-1.59241,48.22343],[-1.60585,48.22289],[-1.60504,48.21391],[-1.61848,48.21338],[-1.62009,48.23133],[-1.60665,48.23187],[-1.60826,48.24982],[-1.6217,48.24929],[-1.62251,48.25826],[-1.6494,48.25718],[-1.64777,48.23923],[-1.66121,48.23869],[-1.65877,48.21175],[-1.68564,48.21066],[-1.68482,48.20169],[-1.69825,48.20114],[-1.69743,48.19216],[-1.72428,48.19106],[-1.72511,48.20004],[-1.73853,48.19949],[-1.74019,48.21744],[-1.75362,48.21689],[-1.75445,48.22587],[-1.76788,48.22531],[-1.77038,48.25224],[-1.82414,48.25],[-1.82667,48.27693],[-1.81322,48.2775],[-1.8149,48.29545],[-1.86871,48.29319],[-1.86786,48.28421],[-1.89476,48.28308],[-1.89732,48.31],[-1.95114,48.30771],[-1.95028,48.29873],[-1.96373,48.29815],[-1.96026,48.26225],[-1.93338,48.26341],[-1.93252,48.25443],[-1.91907,48.25501],[-1.91822,48.24603],[-1.93165,48.24546],[-1.92735,48.20058],[-1.91393,48.20115],[-1.91307,48.19218],[-1.88622,48.19332],[-1.88452,48.17537],[-1.89794,48.1748],[-1.89453,48.13889],[-1.90794,48.13832],[-1.90623,48.12037],[-1.93304,48.11922],[-1.93218,48.11025],[-1.91878,48.11082],[-1.91706,48.09287],[-1.93046,48.09229],[-1.92961,48.08332],[-1.9564,48.08217],[-1.95553,48.07319],[-1.96893,48.07261],[-1.96633,48.04568],[-1.85924,48.05027],[-1.86009,48.05924],[-1.83331,48.06037],[-1.83162,48.04242],[-1.81824,48.04298],[-1.8174,48.03401],[-1.80402,48.03457],[-1.80318,48.02559],[-1.7898,48.02615],[-1.7873,47.99922],[-1.77393,47.99978],[-1.77227,47.98182],[-1.7589,47.98238],[-1.75477,47.93749],[-1.72805,47.9386],[-1.72723,47.92962],[-1.66044,47.93235],[-1.66286,47.95929],[-1.6495,47.95983],[-1.64788,47.94188],[-1.63452,47.94242],[-1.63533,47.95139],[-1.6086,47.95247],[-1.59523,47.95301],[-1.59443,47.94403],[-1.56771,47.9451],[-1.5685,47.95408],[-1.55513,47.95461],[-1.55592,47.96359],[-1.52919,47.96465],[-1.53076,47.98261]]],"terms_url":"https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/catalog.search#/metadata/6ecb85b1-ec5e-4427-ae81-9c83b21a7f32","terms_text":"Mégalis Bretagne et Collectivités Territoriales Bretonnes"},{"id":"rennes_ortho_2020_tms","name":"Rennes orthophotographie 2020 (20 cm)","type":"tms","template":"https://public.sig.rennesmetropole.fr/geowebcache/service/tms/1.0.0/raster:ortho2020@EPSG:3857@jpeg/{zoom}/{x}/{-y}.jpg","category":"historicphoto","endDate":"2020-09-14T00:00:00.000Z","startDate":"2020-08-07T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-1.96893,48.07261],[-1.96634,48.04568],[-1.75478,47.93749],[-1.72724,47.92961],[-1.71388,47.93016],[-1.6738,47.93181],[-1.66044,47.93235],[-1.55514,47.9546],[-1.52998,47.97362],[-1.51739,47.98313],[-1.49376,48.02009],[-1.45981,48.09349],[-1.4637,48.13839],[-1.46447,48.14737],[-1.46681,48.1743],[-1.5529,48.234],[-1.62251,48.25826],[-1.81491,48.29544],[-1.89733,48.31],[-1.91078,48.30943],[-1.95115,48.3077],[-1.96373,48.29815],[-1.96893,48.07261]]],"terms_url":"https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/catalog.search#/metadata/329859b4-84cd-497e-af48-4bd35c8ea209","terms_text":"Ortho Express 2020 - IGNF"},{"id":"rennes_ortho_2020_osmfr","name":"Rennes orthophotographie 2020 (20 cm) via OSM France","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/rennes_2020/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2020-09-14T00:00:00.000Z","startDate":"2020-08-07T00:00:00.000Z","zoomExtent":[12,21],"polygon":[[[-2.02016,48.32275],[-1.97926,47.90091],[-1.42076,47.92383],[-1.45624,48.34589],[-2.02016,48.32275]]],"terms_url":"https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/catalog.search#/metadata/329859b4-84cd-497e-af48-4bd35c8ea209","terms_text":"Ortho Express 2020 - IGNF"},{"id":"rennes_ortho_2021_wms","name":"Rennes orthophotographie 2021 (5 cm)","type":"wms","template":"https://public.sig.rennesmetropole.fr/geoserver/raster/ows?LAYERS=ortho2021&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2021-09-02T00:00:00.000Z","startDate":"2021-07-16T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[-1.96893,48.07261],[-1.96634,48.04568],[-1.75478,47.93749],[-1.72724,47.92961],[-1.71388,47.93016],[-1.6738,47.93181],[-1.66044,47.93235],[-1.55514,47.9546],[-1.52998,47.97362],[-1.51739,47.98313],[-1.49376,48.02009],[-1.45981,48.09349],[-1.4637,48.13839],[-1.46447,48.14737],[-1.46681,48.1743],[-1.5529,48.234],[-1.62251,48.25826],[-1.81491,48.29544],[-1.89733,48.31],[-1.91078,48.30943],[-1.95115,48.3077],[-1.96373,48.29815],[-1.96893,48.07261]]],"terms_url":"https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/catalog.search#/metadata/b5b958de-9407-4822-9ca5-abb1c57659b7","terms_text":"Rennes Ville et Métropole, IGN, SDE35, Megalis Bretagne"},{"id":"rs-rgz-ar","name":"RGZ address and street open data overlay","type":"tms","template":"https://vector-rgz.openstreetmap.rs/styles/rgz-big/{zoom}/{x}/{y}.png","category":"other","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[8,21],"polygon":[[[18.80881,45.91727],[18.82337,45.8645],[18.8466,45.85246],[18.84165,45.79035],[18.87935,45.77052],[18.8993,45.70035],[18.95579,45.66624],[18.89165,45.62267],[18.89928,45.59703],[18.88135,45.55989],[18.94883,45.52325],[19.01589,45.54724],[19.02932,45.52562],[19.09098,45.50885],[19.07985,45.49768],[18.99189,45.49976],[18.9807,45.44361],[19.01996,45.4142],[18.96988,45.40206],[18.966,45.36807],[19.02302,45.33537],[19.08492,45.32725],[19.09609,45.2933],[19.13809,45.27202],[19.28686,45.22663],[19.41269,45.22318],[19.42913,45.20089],[19.41837,45.17614],[19.34215,45.18421],[19.32174,45.21741],[19.27735,45.2156],[19.27478,45.18543],[19.25545,45.18363],[19.17514,45.21244],[19.15606,45.18881],[19.18067,45.17469],[19.13926,45.14039],[19.07968,45.15282],[19.06653,45.11283],[19.09301,45.076],[19.08965,45.01293],[19.04269,44.97373],[19.10899,44.9599],[19.13712,44.96999],[19.13718,44.95493],[19.08155,44.93372],[19.06738,44.91276],[19.02922,44.93251],[18.9789,44.90574],[19.02018,44.84547],[19.07307,44.85354],[19.17836,44.91166],[19.2121,44.88652],[19.25308,44.90311],[19.29895,44.89938],[19.35327,44.87489],[19.28566,44.79033],[19.3059,44.74899],[19.29374,44.70386],[19.25167,44.66419],[19.2514,44.64405],[19.20752,44.62608],[19.21081,44.59928],[19.17865,44.58314],[19.16455,44.53419],[19.1198,44.52496],[19.11308,44.49974],[19.13711,44.41989],[19.10161,44.4029],[19.09363,44.36717],[19.16129,44.27545],[19.20713,44.28116],[19.23878,44.25189],[19.3179,44.26256],[19.35239,44.17687],[19.40137,44.16024],[19.42964,44.12609],[19.46306,44.13428],[19.46198,44.11508],[19.50606,44.07274],[19.5521,44.06129],[19.57279,44.03672],[19.59278,44.05308],[19.61009,44.02218],[19.55907,44.00784],[19.52228,43.9658],[19.38887,43.97047],[19.30797,44.00688],[19.22795,44.01818],[19.24376,43.94751],[19.38799,43.79075],[19.41805,43.78462],[19.50727,43.70772],[19.52042,43.66457],[19.47856,43.63551],[19.49278,43.58662],[19.48202,43.58275],[19.41175,43.58595],[19.37216,43.62029],[19.31406,43.59812],[19.25873,43.61558],[19.23625,43.59542],[19.23691,43.53887],[19.21299,43.52981],[19.21375,43.47677],[19.34666,43.40609],[19.44086,43.38042],[19.45373,43.33808],[19.52083,43.3097],[19.51787,43.27585],[19.53725,43.24106],[19.60998,43.22226],[19.63543,43.18046],[19.68307,43.15817],[19.76614,43.15372],[19.77965,43.12031],[19.82325,43.10625],[19.83748,43.08411],[19.86983,43.10233],[19.91799,43.07605],[19.96196,43.09885],[19.98538,43.04445],[20.03783,43.02096],[20.11377,42.95614],[20.17027,42.96285],[20.33859,42.89812],[20.3322,42.86766],[20.35531,42.82227],[20.40814,42.83692],[20.44344,42.8241],[20.54478,42.87558],[20.54691,42.89141],[20.49872,42.93169],[20.50625,42.94902],[20.52922,42.96408],[20.55203,42.95284],[20.59569,43.00615],[20.61615,42.99314],[20.64734,42.99953],[20.68029,43.03454],[20.67801,43.06968],[20.70254,43.08927],[20.69282,43.12933],[20.61908,43.19501],[20.69043,43.20399],[20.73177,43.23775],[20.79282,43.23415],[20.8057,43.25663],[20.82259,43.256],[20.8698,43.21656],[20.83472,43.21176],[20.82108,43.17919],[20.8358,43.1633],[20.95546,43.11611],[20.99582,43.12739],[21.04969,43.09754],[21.08918,43.12154],[21.132,43.10185],[21.1621,42.99603],[21.22166,43.00747],[21.22688,42.94565],[21.26381,42.89041],[21.32799,42.89243],[21.38266,42.85693],[21.42505,42.86349],[21.39934,42.77641],[21.37969,42.76117],[21.38679,42.73729],[21.47877,42.73489],[21.539,42.71319],[21.5587,42.72342],[21.58058,42.71542],[21.58242,42.69483],[21.63025,42.68795],[21.6591,42.65555],[21.68279,42.67918],[21.74669,42.6883],[21.77353,42.65481],[21.72425,42.60393],[21.73556,42.56144],[21.68613,42.54632],[21.68123,42.51002],[21.61377,42.45816],[21.63158,42.41257],[21.61336,42.38589],[21.59238,42.39368],[21.52281,42.37066],[21.51582,42.32116],[21.55234,42.30181],[21.59932,42.24441],[21.70233,42.22193],[21.73273,42.25111],[21.78265,42.25667],[21.8461,42.31573],[21.89005,42.29104],[21.92665,42.29741],[21.9441,42.3334],[22.02332,42.28966],[22.06443,42.28857],[22.17004,42.30294],[22.19842,42.3301],[22.23314,42.32632],[22.28115,42.35485],[22.30841,42.32468],[22.36262,42.3014],[22.45837,42.32333],[22.49081,42.38545],[22.52745,42.39005],[22.56876,42.486],[22.55207,42.5164],[22.45044,42.57687],[22.4771,42.63762],[22.48155,42.69907],[22.51129,42.7408],[22.45019,42.81607],[22.5131,42.84247],[22.53637,42.87031],[22.57598,42.85292],[22.58978,42.88064],[22.61575,42.88562],[22.67855,42.85553],[22.75122,42.87861],[22.78726,42.92238],[22.79608,42.97485],[22.90519,43.02888],[22.92794,43.07391],[22.9907,43.10483],[23.01626,43.18701],[23.01044,43.20196],[22.90582,43.23321],[22.85323,43.28792],[22.83517,43.33553],[22.77194,43.38591],[22.68171,43.40455],[22.66706,43.43406],[22.60223,43.44478],[22.58025,43.47287],[22.54301,43.47779],[22.4993,43.56072],[22.50044,43.64429],[22.41626,43.70185],[22.4121,43.76156],[22.36832,43.81293],[22.39828,43.8761],[22.40038,43.92387],[22.41809,43.93581],[22.42625,43.99677],[22.53037,44.01015],[22.55186,44.04337],[22.62778,44.05581],[22.621,44.10862],[22.63609,44.16429],[22.68282,44.20919],[22.69441,44.2505],[22.67776,44.29167],[22.56792,44.3146],[22.53411,44.34384],[22.50975,44.42304],[22.46766,44.4678],[22.55256,44.47224],[22.58903,44.54011],[22.62316,44.54081],[22.69305,44.50689],[22.75817,44.52574],[22.77332,44.53869],[22.76066,44.57282],[22.67998,44.62759],[22.62383,44.62452],[22.57566,44.64516],[22.45885,44.72489],[22.3028,44.66695],[22.17938,44.49179],[22.13837,44.48093],[22.04487,44.54879],[22.03467,44.59448],[21.99647,44.64207],[21.78,44.67171],[21.63936,44.66966],[21.62136,44.68992],[21.61677,44.73846],[21.58943,44.76879],[21.40194,44.78799],[21.37382,44.82693],[21.3736,44.85636],[21.48622,44.85821],[21.57,44.8874],[21.55356,44.93778],[21.43996,44.97114],[21.38523,45.01604],[21.46313,45.03335],[21.46023,45.05472],[21.49246,45.08709],[21.48728,45.11434],[21.53623,45.13317],[21.52287,45.17708],[21.40597,45.23894],[21.36087,45.23327],[21.29132,45.25237],[21.27401,45.24151],[21.22082,45.26248],[21.1776,45.33502],[21.10025,45.30793],[21.06786,45.34087],[21.02289,45.33574],[20.95987,45.3803],[20.92589,45.4255],[20.88355,45.43351],[20.88811,45.45835],[20.87158,45.47372],[20.78681,45.48993],[20.84231,45.5336],[20.82091,45.57494],[20.77689,45.60837],[20.81451,45.65418],[20.81255,45.73511],[20.8308,45.78143],[20.78314,45.79587],[20.76669,45.76477],[20.70726,45.76126],[20.6888,45.80407],[20.66909,45.80534],[20.66851,45.83532],[20.5876,45.88064],[20.57422,45.91885],[20.51988,45.90331],[20.4872,45.96247],[20.44891,45.98012],[20.40765,45.97558],[20.36611,46.00058],[20.35391,46.05358],[20.28246,46.10533],[20.28962,46.125],[20.21857,46.14329],[20.18385,46.16984],[20.14362,46.15465],[20.09377,46.18703],[20.04035,46.1549],[20.02015,46.18578],[19.93507,46.18619],[19.81847,46.13937],[19.70019,46.19794],[19.65861,46.19985],[19.62901,46.17974],[19.56562,46.18851],[19.49686,46.15038],[19.50798,46.12165],[19.45967,46.10407],[19.41003,46.0549],[19.3826,46.04763],[19.36001,46.06127],[19.27745,46.02362],[19.27547,46.00642],[19.15691,46.00559],[19.14077,46.04426],[19.10341,46.04993],[19.05683,46.00473],[19.06497,45.97375],[19.00258,45.96817],[18.98879,45.94212],[18.96165,45.93607],[18.90474,45.94519],[18.85486,45.91925],[18.80881,45.91727]]],"terms_url":"https://openstreetmap.rs/o-mapi/","terms_text":"openstreetmap.rs","description":"Transparent overlay of all address and street geometries from RGZ open dataset, refreshed every month","icon":"https://tiles.openstreetmap.rs/logo.png","overlay":true},{"id":"RIGIS_Aerial_Photo_21f","name":"Rhode Island Aerial Photo (Fall 2021)","type":"wms","template":"https://maps.edc.uri.edu/rigis/rest/services/IMG/RI_202108_RGB_3in_web/ImageServer/exportImage?f=image&format=jpgpng&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-11-03T00:00:00.000Z","startDate":"2021-08-13T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-71.56855,41.22547],[-71.57301,41.22741],[-71.5782,41.23319],[-71.57904,41.20896],[-71.58088,41.20401],[-71.58925,41.19819],[-71.59369,41.20042],[-71.59378,41.19227],[-71.59792,41.18599],[-71.60738,41.18161],[-71.61459,41.15641],[-71.60927,41.15101],[-71.59876,41.14605],[-71.58076,41.14647],[-71.54636,41.15186],[-71.54323,41.16373],[-71.54526,41.16567],[-71.55005,41.16712],[-71.55192,41.16824],[-71.55387,41.1729],[-71.55318,41.17788],[-71.56494,41.1813],[-71.56571,41.18828],[-71.56374,41.19435],[-71.55295,41.21182],[-71.55988,41.22405],[-71.56486,41.22554],[-71.56855,41.22547]],[[-71.49821,42.01783],[-71.5152,42.01662],[-71.80012,42.01078],[-71.79909,41.92399],[-71.78982,41.65816],[-71.79943,41.41814],[-71.81831,41.42104],[-71.84372,41.41184],[-71.86698,41.31927],[-71.90758,41.3047],[-71.87943,41.29844],[-71.71103,41.33081],[-71.54932,41.37359],[-71.49014,41.34418],[-71.4283,41.44684],[-71.31002,41.44929],[-71.24617,41.45881],[-71.19364,41.44736],[-71.11811,41.48396],[-71.13218,41.6268],[-71.12982,41.66034],[-71.17467,41.66868],[-71.17452,41.67248],[-71.19533,41.67642],[-71.2587,41.75262],[-71.32526,41.78043],[-71.33801,41.80804],[-71.34667,41.82308],[-71.3341,41.83539],[-71.34152,41.84463],[-71.33352,41.86255],[-71.3404,41.88178],[-71.33732,41.89934],[-71.38101,41.89416],[-71.38115,42.01892],[-71.49821,42.01783]]],"terms_url":"http://www.planning.ri.gov/planning-areas/demographics/aerial-photographs.php","terms_text":"RIGIS","description":"Aerial Photo for the State of Rhode Island (Fall 2021)"},{"id":"RIGIS_Aerial_Photo_22s","name":"Rhode Island Aerial Photo (Spring 2022)","type":"wms","template":"https://maps.edc.uri.edu/rigis/rest/services/IMG/RI_202204_RGB_3in_web/ImageServer/exportImage?f=image&format=jpgpng&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-04-23T00:00:00.000Z","startDate":"2022-04-02T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-71.56855,41.22547],[-71.57301,41.22741],[-71.5782,41.23319],[-71.57904,41.20896],[-71.58088,41.20401],[-71.58925,41.19819],[-71.59369,41.20042],[-71.59378,41.19227],[-71.59792,41.18599],[-71.60738,41.18161],[-71.61459,41.15641],[-71.60927,41.15101],[-71.59876,41.14605],[-71.58076,41.14647],[-71.54636,41.15186],[-71.54323,41.16373],[-71.54526,41.16567],[-71.55005,41.16712],[-71.55192,41.16824],[-71.55387,41.1729],[-71.55318,41.17788],[-71.56494,41.1813],[-71.56571,41.18828],[-71.56374,41.19435],[-71.55295,41.21182],[-71.55988,41.22405],[-71.56486,41.22554],[-71.56855,41.22547]],[[-71.49821,42.01783],[-71.5152,42.01662],[-71.80012,42.01078],[-71.79909,41.92399],[-71.78982,41.65816],[-71.79943,41.41814],[-71.81831,41.42104],[-71.84372,41.41184],[-71.86698,41.31927],[-71.90758,41.3047],[-71.87943,41.29844],[-71.71103,41.33081],[-71.54932,41.37359],[-71.49014,41.34418],[-71.4283,41.44684],[-71.31002,41.44929],[-71.24617,41.45881],[-71.19364,41.44736],[-71.11811,41.48396],[-71.13218,41.6268],[-71.12982,41.66034],[-71.17467,41.66868],[-71.17452,41.67248],[-71.19533,41.67642],[-71.2587,41.75262],[-71.32526,41.78043],[-71.33801,41.80804],[-71.34667,41.82308],[-71.3341,41.83539],[-71.34152,41.84463],[-71.33352,41.86255],[-71.3404,41.88178],[-71.33732,41.89934],[-71.38101,41.89416],[-71.38115,42.01892],[-71.49821,42.01783]]],"terms_url":"https://planning.ri.gov/planning-areas/data-center/aerial-photography","terms_text":"RIGIS","description":"Aerial Photo for the State of Rhode Island (Spring 2022)"},{"id":"RIGIS_Aerial_Photo_23s","name":"Rhode Island Aerial Photo (Spring 2023)","type":"wms","template":"https://maps.edc.uri.edu/rigis/rest/services/IMG/RI_202303_RGB_3in_web/ImageServer/exportImage?f=image&format=jpgpng&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-03-01T00:00:00.000Z","startDate":"2023-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-71.56855,41.22547],[-71.57301,41.22741],[-71.5782,41.23319],[-71.57904,41.20896],[-71.58088,41.20401],[-71.58925,41.19819],[-71.59369,41.20042],[-71.59378,41.19227],[-71.59792,41.18599],[-71.60738,41.18161],[-71.61459,41.15641],[-71.60927,41.15101],[-71.59876,41.14605],[-71.58076,41.14647],[-71.54636,41.15186],[-71.54323,41.16373],[-71.54526,41.16567],[-71.55005,41.16712],[-71.55192,41.16824],[-71.55387,41.1729],[-71.55318,41.17788],[-71.56494,41.1813],[-71.56571,41.18828],[-71.56374,41.19435],[-71.55295,41.21182],[-71.55988,41.22405],[-71.56486,41.22554],[-71.56855,41.22547]],[[-71.49821,42.01783],[-71.5152,42.01662],[-71.80012,42.01078],[-71.79909,41.92399],[-71.78982,41.65816],[-71.79943,41.41814],[-71.81831,41.42104],[-71.84372,41.41184],[-71.86698,41.31927],[-71.90758,41.3047],[-71.87943,41.29844],[-71.71103,41.33081],[-71.54932,41.37359],[-71.49014,41.34418],[-71.4283,41.44684],[-71.31002,41.44929],[-71.24617,41.45881],[-71.19364,41.44736],[-71.11811,41.48396],[-71.13218,41.6268],[-71.12982,41.66034],[-71.17467,41.66868],[-71.17452,41.67248],[-71.19533,41.67642],[-71.2587,41.75262],[-71.32526,41.78043],[-71.33801,41.80804],[-71.34667,41.82308],[-71.3341,41.83539],[-71.34152,41.84463],[-71.33352,41.86255],[-71.3404,41.88178],[-71.33732,41.89934],[-71.38101,41.89416],[-71.38115,42.01892],[-71.49821,42.01783]]],"terms_url":"https://planning.ri.gov/planning-areas/data-center/aerial-photography","terms_text":"RIGIS","description":"Aerial Photo for the State of Rhode Island (Spring 2023)"},{"id":"RIGIS_Aerial_Photo_24s","name":"Rhode Island Aerial Photo (Spring 2024)","type":"wms","template":"https://maps.edc.uri.edu/rigis/rest/services/IMG/RI_202403_RGB_3in_web/ImageServer/exportImage?f=image&format=jpgpng&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-03-01T00:00:00.000Z","startDate":"2024-03-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-71.56855,41.22547],[-71.57301,41.22741],[-71.5782,41.23319],[-71.57904,41.20896],[-71.58088,41.20401],[-71.58925,41.19819],[-71.59369,41.20042],[-71.59378,41.19227],[-71.59792,41.18599],[-71.60738,41.18161],[-71.61459,41.15641],[-71.60927,41.15101],[-71.59876,41.14605],[-71.58076,41.14647],[-71.54636,41.15186],[-71.54323,41.16373],[-71.54526,41.16567],[-71.55005,41.16712],[-71.55192,41.16824],[-71.55387,41.1729],[-71.55318,41.17788],[-71.56494,41.1813],[-71.56571,41.18828],[-71.56374,41.19435],[-71.55295,41.21182],[-71.55988,41.22405],[-71.56486,41.22554],[-71.56855,41.22547]],[[-71.49821,42.01783],[-71.5152,42.01662],[-71.80012,42.01078],[-71.79909,41.92399],[-71.78982,41.65816],[-71.79943,41.41814],[-71.81831,41.42104],[-71.84372,41.41184],[-71.86698,41.31927],[-71.90758,41.3047],[-71.87943,41.29844],[-71.71103,41.33081],[-71.54932,41.37359],[-71.49014,41.34418],[-71.4283,41.44684],[-71.31002,41.44929],[-71.24617,41.45881],[-71.19364,41.44736],[-71.11811,41.48396],[-71.13218,41.6268],[-71.12982,41.66034],[-71.17467,41.66868],[-71.17452,41.67248],[-71.19533,41.67642],[-71.2587,41.75262],[-71.32526,41.78043],[-71.33801,41.80804],[-71.34667,41.82308],[-71.3341,41.83539],[-71.34152,41.84463],[-71.33352,41.86255],[-71.3404,41.88178],[-71.33732,41.89934],[-71.38101,41.89416],[-71.38115,42.01892],[-71.49821,42.01783]]],"terms_url":"https://planning.ri.gov/planning-areas/data-center/aerial-photography","terms_text":"RIGIS","description":"Aerial Photo for the State of Rhode Island (Spring 2024)"},{"id":"riksantikvaren-kulturminner","name":"Riksantikvaren Heritage Sites overlay","type":"wms","template":"https://kart.ra.no/arcgis/services/Distribusjon/Kulturminner20180301/MapServer/WmsServer?LAYERS=Enkeltminner,Enkeltminneikoner&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[15,22],"polygon":[[[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121]],[[-10.92717,70.29784],[-6.13756,70.30991],[-6.16765,71.62095],[-10.95725,71.60964],[-10.92717,70.29784]],[[16.79889,73.89828],[21.23712,73.8918],[21.25771,74.94213],[16.81947,74.9482],[16.79889,73.89828]],[[26.76265,75.8129],[36.6503,80.40108],[20.65421,81.54417],[4.04288,79.93593],[13.88667,75.79135],[26.76265,75.8129]]],"terms_url":"https://www.riksantikvaren.no/Veiledning/Data-og-tjenester/Karttjenester","terms_text":"© Riksantikvaren","description":"Archeological and architectural monuments/sites and cultural environments protected by law (''enkeltminner'') from the Norwegian Directorate for Cultural Heritage","icon":"https://www.riksantikvaren.no/extension/riksantikvaren/design/internetsite/images/logo_na.png","overlay":true},{"id":"Riksantikvariambetet-archaeological","name":"Riksantikvarieämbetet - Archaeological Sites and Monuments","type":"wms","template":"https://inspire-raa.metria.se/geoserver/Fornlamningar/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=PS.ProtectedSite&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.raa.se/","terms_text":"© Riksantikvarieämbetet, CC0","description":"Ancient and historical remains and monuments","icon":"https://www.raa.se/app/themes/raa-external/assets/images/favicon/raa-favicon-32.png","overlay":true},{"id":"Riksantikvariambetet-heritage","name":"Riksantikvarieämbetet - Heritage buildings","type":"wms","template":"https://inspire-raa.metria.se/geoserver/Byggnader/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=BU.Building&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.raa.se/","terms_text":"© Riksantikvarieämbetet, CC0","description":"Heritage buildings and churches","icon":"https://www.raa.se/app/themes/raa-external/assets/images/favicon/raa-favicon-32.png","overlay":true},{"id":"Riksantikvariambetet-protected","name":"Riksantikvarieämbetet - Protected Heritage Areas","type":"wms","template":"https://inspire-raa.metria.se/geoserver/Kulturarv/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=PS.ProtectedSite&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.raa.se/","terms_text":"© Riksantikvarieämbetet, CC0","description":"Protected areas for heritage buildings and religious heritage sites","icon":"https://www.raa.se/app/themes/raa-external/assets/images/favicon/raa-favicon-32.png","overlay":true},{"id":"Riksantikvariambetet-ruins","name":"Riksantikvarieämbetet - Ruins","type":"wms","template":"https://inspire-raa.metria.se/geoserver/ByggnaderRuiner/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=BU.Building&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.raa.se/","terms_text":"© Riksantikvarieämbetet, CC0","description":"Ruins of cultural-historical interest","icon":"https://www.raa.se/app/themes/raa-external/assets/images/favicon/raa-favicon-32.png","overlay":true},{"id":"rio2019","name":"Rio Mosaico 2019","type":"wms","template":"https://pgeo3.rio.rj.gov.br/arcgis/services/Imagens/Mosaico_2019/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[-43.59375,-23.09163],[-43.49213,-23.09163],[-43.49043,-23.05158],[-43.42965,-23.04994],[-43.42958,-23.03186],[-43.42655,-23.02912],[-43.35517,-23.02925],[-43.35275,-23.0322],[-43.35273,-23.04931],[-43.32336,-23.05052],[-43.32046,-23.07079],[-43.27378,-23.07079],[-43.27156,-23.05116],[-43.24219,-23.04994],[-43.24219,-23.02902],[-43.23053,-23.02917],[-43.22783,-23.03186],[-43.22776,-23.09163],[-43.11654,-23.09163],[-43.11722,-23.03416],[-43.14502,-23.03414],[-43.1481,-23.03106],[-43.14754,-22.98957],[-43.11653,-22.98732],[-43.11722,-22.90906],[-43.14502,-22.90904],[-43.14805,-22.90629],[-43.14923,-22.86457],[-43.14741,-22.82414],[-43.14433,-22.82106],[-43.08564,-22.82104],[-43.08564,-22.72164],[-43.16528,-22.72227],[-43.1653,-22.73907],[-43.16696,-22.7417],[-43.19618,-22.74253],[-43.1962,-22.76033],[-43.19771,-22.76284],[-43.25866,-22.76343],[-43.25873,-22.78092],[-43.26176,-22.78367],[-43.41453,-22.78622],[-43.41511,-22.80369],[-43.42776,-22.80537],[-43.45873,-22.80481],[-43.46052,-22.80212],[-43.46123,-22.78622],[-43.55392,-22.78749],[-43.5541,-22.79474],[-43.55793,-22.8019],[-43.5704,-22.80269],[-43.57864,-22.81028],[-43.58017,-22.81603],[-43.59306,-22.81851],[-43.59375,-22.84646],[-43.72215,-22.84891],[-43.73108,-22.85144],[-43.73374,-22.85711],[-43.75373,-22.85651],[-43.75466,-22.86261],[-43.75861,-22.86767],[-43.78738,-22.87297],[-43.78944,-22.87424],[-43.78951,-22.8854],[-43.79156,-22.8879],[-43.8121,-22.88817],[-43.8121,-22.93182],[-43.80039,-22.93188],[-43.78897,-22.93578],[-43.78326,-22.94066],[-43.77767,-22.94095],[-43.76014,-22.95055],[-43.75786,-22.98804],[-43.72977,-22.98767],[-43.72766,-22.99051],[-43.72696,-23.00888],[-43.69775,-23.00989],[-43.69606,-23.04994],[-43.68379,-23.0512],[-43.68033,-23.06129],[-43.68026,-23.07079],[-43.60544,-23.07086],[-43.60269,-23.07389],[-43.60267,-23.091],[-43.59375,-23.09163]]],"terms_url":"https://www.rio.rj.gov.br/web/ipp","terms_text":"Instituto Pereira Passos - Prefeitura da Cidade do Rio de Janeiro","best":true},{"id":"rio2022","name":"Rio Mosaico 2022","type":"wms","template":"https://pgeo3.rio.rj.gov.br/arcgis/services/Imagens/Mosaico_2022/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[-43.59375,-23.09163],[-43.49213,-23.09163],[-43.49043,-23.05158],[-43.42965,-23.04994],[-43.42958,-23.03186],[-43.42655,-23.02912],[-43.35517,-23.02925],[-43.35275,-23.0322],[-43.35273,-23.04931],[-43.32336,-23.05052],[-43.32046,-23.07079],[-43.27378,-23.07079],[-43.27156,-23.05116],[-43.24219,-23.04994],[-43.24219,-23.02902],[-43.23053,-23.02917],[-43.22783,-23.03186],[-43.22776,-23.09163],[-43.11654,-23.09163],[-43.11722,-23.03416],[-43.14502,-23.03414],[-43.1481,-23.03106],[-43.14754,-22.98957],[-43.11653,-22.98732],[-43.11722,-22.90906],[-43.14502,-22.90904],[-43.14805,-22.90629],[-43.14923,-22.86457],[-43.14741,-22.82414],[-43.14433,-22.82106],[-43.08564,-22.82104],[-43.08564,-22.72164],[-43.16528,-22.72227],[-43.1653,-22.73907],[-43.16696,-22.7417],[-43.19618,-22.74253],[-43.1962,-22.76033],[-43.19771,-22.76284],[-43.25866,-22.76343],[-43.25873,-22.78092],[-43.26176,-22.78367],[-43.41453,-22.78622],[-43.41511,-22.80369],[-43.42776,-22.80537],[-43.45873,-22.80481],[-43.46052,-22.80212],[-43.46123,-22.78622],[-43.55392,-22.78749],[-43.5541,-22.79474],[-43.55793,-22.8019],[-43.5704,-22.80269],[-43.57864,-22.81028],[-43.58017,-22.81603],[-43.59306,-22.81851],[-43.59375,-22.84646],[-43.72215,-22.84891],[-43.73108,-22.85144],[-43.73374,-22.85711],[-43.75373,-22.85651],[-43.75466,-22.86261],[-43.75861,-22.86767],[-43.78738,-22.87297],[-43.78944,-22.87424],[-43.78951,-22.8854],[-43.79156,-22.8879],[-43.8121,-22.88817],[-43.8121,-22.93182],[-43.80039,-22.93188],[-43.78897,-22.93578],[-43.78326,-22.94066],[-43.77767,-22.94095],[-43.76014,-22.95055],[-43.75786,-22.98804],[-43.72977,-22.98767],[-43.72766,-22.99051],[-43.72696,-23.00888],[-43.69775,-23.00989],[-43.69606,-23.04994],[-43.68379,-23.0512],[-43.68033,-23.06129],[-43.68026,-23.07079],[-43.60544,-23.07086],[-43.60269,-23.07389],[-43.60267,-23.091],[-43.59375,-23.09163]]],"terms_url":"https://www.rio.rj.gov.br/web/ipp","terms_text":"Instituto Pereira Passos - Prefeitura da Cidade do Rio de Janeiro"},{"id":"route500","name":"Route 500","type":"tms","template":"https://{switch:a,b,c}.tile.openstreetmap.fr/route500/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[12,20],"polygon":[[[-2.7,43.9],[-1.7835,43.39686],[-1.78509,43.39037],[-1.80099,43.37017],[-1.79156,43.34067],[-1.76297,43.32565],[-1.75606,43.31966],[-1.73359,43.28856],[-1.66953,43.30065],[-1.65,43.29323],[-1.61053,43.24223],[-1.57149,43.2412],[-1.54626,43.2737],[-1.52629,43.28099],[-1.40868,43.25591],[-1.39531,43.24596],[-1.39411,43.22935],[-1.42732,43.1404],[-1.43479,43.13087],[-1.47641,43.10248],[-1.48311,43.08561],[-1.4775,43.06889],[-1.43868,43.03371],[-1.3542,43.0197],[-1.33135,43.0496],[-1.31992,43.05696],[-1.30643,43.05531],[-1.26236,43.03303],[-1.22612,43.03898],[-1.21622,43.0381],[-1.16736,43.02083],[-1.15845,43.01452],[-1.14775,43.00124],[-1.1156,43.00461],[-1.10852,43.00409],[-1.02313,42.98206],[-0.94508,42.94192],[-0.82114,42.93865],[-0.77253,42.95284],[-0.75711,42.95107],[-0.7476,42.93879],[-0.73372,42.88666],[-0.68094,42.86775],[-0.67446,42.86392],[-0.56721,42.76937],[-0.54499,42.76906],[-0.50868,42.79935],[-0.48842,42.80255],[-0.44354,42.78453],[-0.39208,42.78766],[-0.31683,42.82635],[-0.29987,42.82697],[-0.16949,42.77157],[-0.06726,42.6848],[-0.01993,42.67389],[0.17919,42.72075],[0.18967,42.72039],[0.23972,42.70494],[0.24594,42.70175],[0.29571,42.66388],[0.32567,42.67274],[0.34912,42.69817],[0.35954,42.70415],[0.3715,42.70308],[0.43024,42.67863],[0.669,42.67901],[0.69192,42.70684],[0.67474,42.75286],[0.67409,42.76479],[0.69117,42.83186],[0.70017,42.84402],[0.71511,42.8464],[0.84606,42.8157],[0.92265,42.7797],[0.95073,42.78794],[0.95937,42.78852],[1.07564,42.77079],[1.08546,42.76635],[1.16554,42.69928],[1.23221,42.71248],[1.32364,42.7085],[1.33313,42.70563],[1.37335,42.68127],[1.38032,42.67415],[1.41936,42.60643],[1.43792,42.59264],[1.47238,42.59703],[1.4921,42.62502],[1.50444,42.6331],[1.54636,42.64166],[1.56069,42.6392],[1.60283,42.61382],[1.69377,42.60975],[1.71011,42.59992],[1.72479,42.57499],[1.7272,42.56103],[1.71561,42.50125],[1.72567,42.48452],[1.82774,42.47056],[1.88444,42.4477],[1.88459,42.44762],[1.88467,42.44761],[1.92089,42.43302],[1.93076,42.42442],[1.965,42.36473],[2.00861,42.33818],[2.09393,42.35474],[2.14881,42.40545],[2.16028,42.41065],[2.20526,42.41541],[2.20653,42.41526],[2.20694,42.41558],[2.25973,42.42117],[2.26719,42.42055],[2.41222,42.38021],[2.41933,42.37658],[2.47795,42.32986],[2.5338,42.32197],[2.56777,42.34173],[2.58106,42.34418],[2.66719,42.33008],[2.68585,42.34679],[2.68162,42.37263],[2.68378,42.3854],[2.69331,42.39417],[2.72928,42.40998],[2.7413,42.41128],[2.78424,42.40256],[2.87019,42.44653],[2.87822,42.4487],[3.02214,42.45645],[3.03402,42.45331],[3.0944,42.41457],[3.16081,42.42757],[3.17358,42.41768],[5.8,41.64],[8.94186,41.27688],[9.27311,41.29196],[9.36968,41.35052],[9.63227,41.43244],[9.8,43.1],[7.53622,43.79234],[7.51594,43.84915],[7.51649,43.86397],[7.5271,43.87434],[7.56858,43.89159],[7.58419,43.93287],[7.59624,43.94466],[7.66016,43.9672],[7.68077,44.0164],[7.68603,44.02371],[7.72403,44.05704],[7.72786,44.08615],[7.69445,44.12276],[7.68937,44.13869],[7.69422,44.17795],[7.68608,44.1861],[7.63989,44.18928],[7.6162,44.16827],[7.60548,44.1634],[7.56478,44.15817],[7.5642,44.15836],[7.56283,44.15792],[7.37776,44.13416],[7.36278,44.13834],[7.33878,44.1574],[7.27537,44.15947],[7.26053,44.16682],[7.24533,44.18544],[7.1651,44.22112],[7.07312,44.2461],[7.03259,44.2424],[7.01983,44.24558],[7.01181,44.256],[6.99909,44.29414],[6.91637,44.36804],[6.90972,44.38195],[6.90907,44.39477],[6.91223,44.40659],[6.92167,44.41436],[6.95872,44.42908],[6.95894,44.43129],[6.87892,44.50245],[6.87233,44.5195],[6.88235,44.53479],[6.94659,44.57124],[6.97819,44.61784],[6.97056,44.64696],[6.97413,44.66431],[6.99007,44.67203],[7.07671,44.67134],[7.08666,44.68085],[7.08651,44.6968],[7.07224,44.72311],[7.0496,44.73226],[7.03711,44.75009],[7.03453,44.82282],[7.01795,44.84402],[6.93633,44.87461],[6.8798,44.86346],[6.86698,44.86519],[6.7942,44.90161],[6.78375,44.9146],[6.75744,45.01884],[6.69602,45.03395],[6.68237,45.04558],[6.66501,45.08667],[6.6653,45.10289],[6.67751,45.11356],[6.77056,45.14242],[6.78283,45.14228],[6.85843,45.11699],[6.90009,45.12689],[6.98106,45.19368],[6.99279,45.19823],[7.08417,45.20279],[7.14458,45.25048],[7.13649,45.30576],[7.14232,45.32298],[7.17075,45.35069],[7.19515,45.40409],[7.1856,45.41894],[7.13304,45.44001],[7.1228,45.44924],[7.1072,45.47877],[7.02774,45.5102],[7.0158,45.52354],[6.99643,45.59465],[6.9978,45.60877],[7.01151,45.63652],[7.00597,45.64945],[6.97131,45.66528],[6.94247,45.66172],[6.92419,45.66935],[6.90729,45.69124],[6.8414,45.71373],[6.83174,45.72082],[6.82787,45.73217],[6.82614,45.80353],[6.83102,45.81711],[6.84376,45.82387],[6.94097,45.83551],[6.99582,45.85822],[7.04394,45.92036],[7.04497,45.92064],[7.04533,45.92217],[7.05191,45.93066],[7.01556,46.00883],[6.94898,46.0699],[6.92001,46.07721],[6.90932,46.08406],[6.90491,46.09595],[6.90382,46.12971],[6.83427,46.14509],[6.82259,46.15261],[6.81863,46.16592],[6.82075,46.19862],[6.82698,46.21188],[6.86092,46.2439],[6.87504,46.28007],[6.86491,46.30038],[6.81095,46.33359],[6.80189,46.34639],[6.80484,46.36179],[6.81832,46.38181],[6.82244,46.42925],[6.74665,46.45695],[6.63047,46.47435],[6.50498,46.46871],[6.41748,46.42682],[6.41083,46.42495],[6.31648,46.41557],[6.23946,46.36705],[6.21219,46.32485],[6.21148,46.31057],[6.24707,46.24777],[6.24906,46.23299],[6.24026,46.22094],[6.13778,46.15702],[6.12468,46.15415],[6.05564,46.16288],[6.03509,46.15456],[6.01783,46.15564],[6.00787,46.16977],[6.00388,46.19332],[6.00681,46.20752],[6.01857,46.21601],[6.07717,46.23123],[6.08865,46.23081],[6.1103,46.22344],[6.13038,46.23737],[6.13371,46.30227],[6.13748,46.31297],[6.17817,46.36922],[6.16622,46.38839],[6.10829,46.41643],[6.09704,46.43317],[6.09572,46.45418],[6.10174,46.46979],[6.15811,46.52456],[6.16549,46.54399],[6.15152,46.56508],[6.14872,46.58069],[6.15817,46.59343],[6.46098,46.76887],[6.46722,46.79104],[6.45644,46.80534],[6.4535,46.8239],[6.47548,46.88771],[6.46686,46.91997],[6.46892,46.93522],[6.4812,46.9445],[6.62355,46.9811],[6.72561,47.0418],[6.76011,47.09953],[6.76907,47.10751],[6.85545,47.14636],[6.88913,47.18922],[6.89443,47.19393],[6.96134,47.23479],[6.96347,47.26233],[6.97424,47.27856],[7.05958,47.32257],[7.07007,47.35005],[7.05623,47.37035],[7.018,47.38386],[6.97126,47.37218],[6.95769,47.37359],[6.94818,47.38337],[6.94716,47.39698],[6.9551,47.40808],[7.003,47.44095],[7.01205,47.47287],[7.02102,47.48458],[7.03557,47.48695],[7.0801,47.47718],[7.12853,47.48893],[7.14279,47.48707],[7.15212,47.47612],[7.16708,47.4335],[7.24435,47.40939],[7.32653,47.4273],[7.38747,47.42111],[7.51256,47.48439],[7.54511,47.54283],[7.55424,47.55128],[7.58967,47.56755],[7.60016,47.60822],[7.537,47.67302],[7.53136,47.68564],[7.53526,47.6989],[7.55758,47.72899],[7.54418,47.77232],[7.54581,47.78793],[7.57267,47.83631],[7.5728,47.86435],[7.57554,47.87436],[7.63205,47.97081],[7.62437,47.99865],[7.59127,48.03035],[7.58522,48.04694],[7.59165,48.10648],[7.59605,48.11698],[7.67661,48.21555],[7.70241,48.28803],[7.71085,48.29841],[7.75159,48.32322],[7.74357,48.38427],[7.74506,48.39484],[7.78055,48.47652],[7.78547,48.48337],[7.81449,48.50968],[7.81456,48.57704],[7.81842,48.58883],[7.8484,48.62977],[7.85605,48.63606],[7.90422,48.65865],[7.98534,48.7409],[7.99071,48.74478],[8.10087,48.7993],[8.15824,48.89753],[8.20089,48.94339],[8.20888,48.94863],[8.23589,48.95817],[8.23704,48.97683],[8.2225,48.98787],[8.08069,49.00688],[7.93826,49.06832],[7.8673,49.05227],[7.85525,49.05329],[7.80291,49.07489],[7.76073,49.06067],[7.75401,49.05963],[7.6612,49.06119],[7.64722,49.06722],[7.6296,49.08527],[7.5579,49.09626],[7.54379,49.10572],[7.50113,49.17672],[7.45012,49.19517],[7.36095,49.18259],[7.29893,49.13856],[7.28683,49.13488],[7.1535,49.13839],[7.14315,49.14159],[7.10494,49.16634],[7.06908,49.16018],[7.05478,49.16313],[7.0463,49.17503],[7.04055,49.19794],[6.93753,49.23369],[6.89322,49.22389],[6.88453,49.2239],[6.85119,49.23136],[6.82982,49.21802],[6.83093,49.19366],[6.82473,49.17826],[6.80904,49.17284],[6.76026,49.17752],[6.74328,49.19086],[6.72996,49.22917],[6.67013,49.29269],[6.61627,49.31869],[6.60497,49.33739],[6.60639,49.37868],[6.5451,49.44384],[6.43515,49.487],[6.34423,49.48037],[6.334,49.48235],[6.24643,49.52511],[6.17397,49.52187],[6.09319,49.47787],[6.08635,49.47562],[6.01627,49.46597],[5.99801,49.47317],[5.97516,49.50129],[5.876,49.5114],[5.86126,49.52038],[5.8399,49.55321],[5.77526,49.57414],[5.71578,49.55361],[5.70676,49.55267],[5.641,49.56095],[5.6076,49.53761],[5.59311,49.53424],[5.55401,49.54025],[5.50666,49.52042],[5.49294,49.51979],[5.48205,49.52815],[5.43141,49.60791],[5.3544,49.64041],[5.344,49.65049],[5.33363,49.67308],[5.28157,49.70836],[5.19602,49.70732],[5.18761,49.70906],[5.1412,49.72984],[5.13458,49.73462],[5.09944,49.77323],[5.02686,49.78886],[5.01867,49.79272],[4.99534,49.81116],[4.91098,49.79926],[4.89769,49.80204],[4.88924,49.81266],[4.87625,49.85111],[4.87913,49.86942],[4.89755,49.89424],[4.89654,49.91753],[4.83343,49.96696],[4.82662,49.97692],[4.82678,49.989],[4.8433,50.03881],[4.84331,50.03883],[4.84331,50.03884],[4.85104,50.06216],[4.86277,50.0745],[4.88076,50.0815],[4.90426,50.12639],[4.90479,50.14451],[4.8815,50.16436],[4.83123,50.17941],[4.69517,50.10472],[4.66924,50.06972],[4.67293,50.02716],[4.66936,50.01392],[4.6581,50.00609],[4.45469,49.95251],[4.44542,49.9523],[4.30877,49.98145],[4.22164,49.97089],[4.20633,49.97546],[4.1765,50.00065],[4.16976,50.01217],[4.17177,50.02537],[4.18164,50.03436],[4.23193,50.05551],[4.24074,50.07102],[4.21195,50.13602],[4.1764,50.1547],[4.16601,50.16888],[4.17084,50.18579],[4.23078,50.25233],[4.22904,50.26664],[4.21444,50.28167],[4.14388,50.29727],[4.13761,50.29984],[4.02672,50.36904],[3.91317,50.34291],[3.90189,50.3436],[3.84109,50.36558],[3.74935,50.36279],[3.71576,50.33854],[3.70258,50.33482],[3.6901,50.34044],[3.68415,50.35277],[3.67378,50.45642],[3.61523,50.50558],[3.54779,50.51012],[3.53266,50.51873],[3.52173,50.53459],[3.4748,50.54445],[3.3898,50.50884],[3.37551,50.50839],[3.3056,50.53267],[3.29219,50.55037],[3.28922,50.60028],[3.26588,50.64054],[3.26576,50.6604],[3.27545,50.67757],[3.27051,50.70375],[3.22149,50.7267],[3.2154,50.73111],[3.14877,50.80195],[3.11412,50.80566],[3.09244,50.79092],[3.08218,50.78749],[3.00718,50.78377],[2.93508,50.75592],[2.9161,50.72418],[2.90492,50.71536],[2.89072,50.7162],[2.85265,50.73335],[2.81655,50.73092],[2.79995,50.73795],[2.73267,50.81738],[2.6511,50.82906],[2.63786,50.83696],[2.62781,50.85054],[2.62396,50.86071],[2.61962,50.91067],[2.62452,50.9256],[2.64225,50.94578],[2.63986,50.95766],[2.61558,50.99749],[2.59845,51.0051],[2.58741,51.01763],[2.57048,51.07409],[2.5488,51.09759],[2.35816,51.32937],[1.31,50.88],[-2.25,50.09],[-6.3,48.98],[-2.7,43.9]]],"terms_url":"https://wiki.openstreetmap.org/wiki/FR:Servers/tile.openstreetmap.fr#Route500.E2.84.A2.C2.A9.C2.AE","terms_text":"Tiles © cquest@Openstreetmap France, data © IGN, LO/OL","description":"Routes of the classified network (highways, nationals, departmentals)","overlay":true},{"id":"Saarland-DOP20","name":"Saarland DOP20","type":"wms","template":"https://geoportal.saarland.de/freewms/truedop?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=sl_dop20_rgb&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","zoomExtent":[10,22],"polygon":[[[7.08246,49.09738],[7.08164,49.11444],[7.19028,49.11667],[7.19114,49.09862],[7.2195,49.0992],[7.21869,49.11631],[7.27346,49.11744],[7.27425,49.10072],[7.30033,49.10126],[7.29957,49.11715],[7.32878,49.11774],[7.32789,49.13629],[7.38297,49.13742],[7.38121,49.17435],[7.35321,49.17378],[7.35235,49.1916],[7.32545,49.19105],[7.32288,49.24468],[7.35073,49.24525],[7.34993,49.26174],[7.3786,49.26232],[7.37775,49.27994],[7.40539,49.2805],[7.40278,49.33489],[7.43041,49.33545],[7.42863,49.37254],[7.40252,49.37201],[7.40172,49.38872],[7.31921,49.38703],[7.31744,49.4239],[7.29083,49.42336],[7.28907,49.45991],[7.31779,49.4605],[7.31345,49.55062],[7.28418,49.55003],[7.28249,49.58507],[7.20245,49.58345],[7.20156,49.60183],[7.17162,49.60123],[7.17074,49.61943],[7.08877,49.61777],[7.08788,49.63616],[7.06143,49.63562],[7.06053,49.65406],[6.92368,49.65128],[6.92453,49.63378],[6.86798,49.63263],[6.86882,49.61527],[6.83961,49.61468],[6.84044,49.59765],[6.78509,49.59653],[6.78599,49.57796],[6.70373,49.57629],[6.70457,49.55895],[6.62133,49.55726],[6.62222,49.53888],[6.59413,49.53831],[6.59327,49.5561],[6.5109,49.55442],[6.51178,49.53621],[6.48143,49.5356],[6.48057,49.55336],[6.40179,49.55176],[6.40093,49.56949],[6.37207,49.56891],[6.37294,49.55079],[6.34591,49.55024],[6.35023,49.46064],[6.46107,49.46289],[6.46192,49.44532],[6.48791,49.44585],[6.48878,49.4278],[6.51802,49.42839],[6.51976,49.3922],[6.54748,49.39276],[6.55094,49.3209],[6.57666,49.32143],[6.57751,49.30365],[6.60621,49.30424],[6.60707,49.28616],[6.6339,49.28671],[6.63559,49.25154],[6.66316,49.25211],[6.66494,49.21483],[6.69313,49.21541],[6.69569,49.16189],[6.77725,49.16356],[6.77807,49.14653],[6.86049,49.14822],[6.85974,49.16372],[6.88829,49.1643],[6.88657,49.20023],[6.96724,49.20188],[6.96802,49.18553],[7.02141,49.18662],[7.02574,49.09621],[7.08246,49.09738]]],"terms_text":"© Saarländer Landesamt für Vermessung, Geoinformation und Landentwicklung - dl-de/by-2-0 (https://www.govdata.de/dl-de/by-2-0)","best":true,"description":"Digitales Orthophoto des Saarlands, 20cm","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Saarland-DOP20.png"},{"id":"Sacramento_CA_2022","name":"Sacramento County Orthoimagery (2022)","type":"tms","template":"https://mapservices.gis.saccounty.gov/ArcGIS/rest/services/Cache/IMAGERY_2022_WEB_MERCATOR/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-121.75804,38.01591],[-121.75781,38.02314],[-121.7213,38.02314],[-121.72144,38.03025],[-121.71207,38.03018],[-121.71189,38.0375],[-121.69383,38.03729],[-121.69366,38.04475],[-121.68463,38.04461],[-121.68453,38.05184],[-121.67533,38.0519],[-121.67523,38.08822],[-121.64787,38.08803],[-121.64794,38.08077],[-121.62941,38.08082],[-121.62917,38.09531],[-121.61115,38.09522],[-121.61086,38.10237],[-121.60185,38.10231],[-121.60192,38.09511],[-121.55578,38.09499],[-121.55534,38.10975],[-121.57424,38.10981],[-121.57417,38.12409],[-121.565,38.12406],[-121.56504,38.13124],[-121.55574,38.13117],[-121.55564,38.13856],[-121.54658,38.13846],[-121.54638,38.14585],[-121.52807,38.14571],[-121.52807,38.16742],[-121.51883,38.16737],[-121.51854,38.19639],[-121.50942,38.19636],[-121.50936,38.20356],[-121.50025,38.20347],[-121.49997,38.22534],[-121.48173,38.22522],[-121.4815,38.23975],[-121.47245,38.23962],[-121.472,38.25419],[-121.43551,38.25395],[-121.4357,38.24681],[-121.42641,38.24673],[-121.4265,38.23222],[-121.41731,38.23214],[-121.41743,38.22497],[-121.32543,38.22452],[-121.32525,38.23162],[-121.28873,38.23146],[-121.28833,38.23866],[-121.27935,38.23862],[-121.2793,38.24591],[-121.25161,38.24558],[-121.25182,38.23844],[-121.21501,38.23835],[-121.21483,38.24549],[-121.19655,38.2453],[-121.19656,38.25257],[-121.15971,38.25237],[-121.15949,38.2596],[-121.14113,38.25951],[-121.14105,38.26674],[-121.12275,38.26644],[-121.12237,38.27384],[-121.10423,38.27365],[-121.10381,38.28096],[-121.07668,38.2807],[-121.07661,38.28798],[-121.06727,38.28775],[-121.06705,38.29508],[-121.05814,38.29503],[-121.05821,38.28775],[-121.03989,38.28753],[-121.03946,38.29486],[-121.0212,38.2948],[-121.01731,38.51237],[-121.02709,38.51257],[-121.02709,38.53387],[-121.03638,38.53387],[-121.03602,38.55582],[-121.04536,38.55597],[-121.04499,38.57043],[-121.05433,38.57029],[-121.05399,38.59949],[-121.06325,38.59957],[-121.06267,38.63581],[-121.07196,38.63595],[-121.07124,38.67941],[-121.08067,38.67952],[-121.08021,38.70128],[-121.08962,38.70137],[-121.08939,38.72305],[-121.19117,38.72378],[-121.19099,38.73101],[-121.3021,38.73177],[-121.30198,38.74628],[-121.48707,38.74711],[-121.48724,38.73998],[-121.58899,38.7404],[-121.58889,38.74754],[-121.60729,38.74776],[-121.6075,38.73318],[-121.62607,38.73343],[-121.62616,38.71877],[-121.64463,38.71884],[-121.64508,38.65355],[-121.62647,38.65338],[-121.62659,38.64629],[-121.60801,38.64596],[-121.6081,38.63174],[-121.5711,38.63142],[-121.57135,38.60255],[-121.58059,38.60271],[-121.58068,38.58084],[-121.59,38.5809],[-121.59057,38.49389],[-121.56268,38.49364],[-121.56299,38.47926],[-121.55367,38.47909],[-121.55388,38.47213],[-121.54449,38.47179],[-121.54447,38.46466],[-121.50752,38.46449],[-121.5078,38.44289],[-121.5261,38.44294],[-121.52632,38.43572],[-121.5354,38.43561],[-121.53582,38.4137],[-121.52637,38.41354],[-121.52644,38.38498],[-121.53575,38.38502],[-121.53599,38.35598],[-121.54511,38.35602],[-121.54528,38.34873],[-121.5636,38.34882],[-121.5636,38.34173],[-121.57293,38.34168],[-121.57293,38.3343],[-121.59123,38.33441],[-121.59157,38.32004],[-121.60047,38.31997],[-121.60056,38.30549],[-121.60992,38.30542],[-121.61041,38.21136],[-121.61954,38.21124],[-121.61975,38.19682],[-121.64709,38.19699],[-121.64725,38.18961],[-121.66551,38.18986],[-121.66565,38.18242],[-121.67471,38.18257],[-121.67478,38.17529],[-121.68418,38.17519],[-121.68418,38.16806],[-121.69318,38.16832],[-121.69348,38.13197],[-121.70278,38.13183],[-121.70287,38.11726],[-121.71191,38.11754],[-121.71203,38.08844],[-121.75762,38.08852],[-121.758,38.08133],[-121.77605,38.08119],[-121.77637,38.07387],[-121.78527,38.07412],[-121.78551,38.06673],[-121.82204,38.06696],[-121.82164,38.07396],[-121.83115,38.07436],[-121.83115,38.08153],[-121.84967,38.08161],[-121.84942,38.07412],[-121.86782,38.07407],[-121.86776,38.05961],[-121.84949,38.05955],[-121.84951,38.0379],[-121.84044,38.03783],[-121.84053,38.02338],[-121.82214,38.02322],[-121.82229,38.01604],[-121.75804,38.01591]]],"terms_url":"https://data.saccounty.gov/","terms_text":"Sacramento County","description":"2022 3-inch resolution imagery for Sacramento County in the State of California","icon":"https://www.saccounty.gov/SiteAssets/responsive/img/logo.png"},{"id":"Saint_Johns_Basemap","name":"Saint Johns County Basemap","type":"tms","template":"https://www.gis.sjcfl.us/portal_sjcgis/rest/services/Basemap/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[0,23],"polygon":[[[-81.60172,29.96152],[-81.55467,29.61383],[-81.31862,29.61478],[-81.31851,29.62861],[-81.30255,29.62866],[-81.30286,29.64208],[-81.25476,29.64302],[-81.25524,29.65464],[-81.20855,29.65617],[-81.3203,30.2611],[-81.44677,30.26085],[-81.44662,30.13673],[-81.50903,30.13727],[-81.50946,30.15077],[-81.58879,30.15028],[-81.58878,30.13628],[-81.65218,30.13561],[-81.68584,30.03107],[-81.60172,29.96152]]],"terms_url":"https://www.sjcfl.us/GIS/index.aspx","terms_text":"Saint Johns County GIS"},{"id":"Saint_Johns_Ortho_CIR_2021","name":"Saint Johns County Infrared Orthoimagery (2021)","type":"tms","template":"https://www.gis.sjcfl.us/portal_sjcgis/rest/services/Imagery_2021_cir/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-81.60172,29.96152],[-81.55467,29.61383],[-81.31862,29.61478],[-81.31851,29.62861],[-81.30255,29.62866],[-81.30286,29.64208],[-81.25476,29.64302],[-81.25524,29.65464],[-81.20855,29.65617],[-81.3203,30.2611],[-81.44677,30.26085],[-81.44662,30.13673],[-81.50903,30.13727],[-81.50946,30.15077],[-81.58879,30.15028],[-81.58878,30.13628],[-81.65218,30.13561],[-81.68584,30.03107],[-81.60172,29.96152]]],"terms_url":"https://www.sjcfl.us/GIS/index.aspx","terms_text":"Saint Johns County GIS","description":"The 2021 color infrared orthoimagery for Saint Johns County in the State of Florida"},{"id":"Saint_Johns_Ortho_CIR_2024","name":"Saint Johns County Infrared Orthoimagery (2024)","type":"tms","template":"https://www.gis.sjcfl.us/portal_sjcgis/rest/services/Imagery_2024_cir/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-81.60172,29.96152],[-81.55467,29.61383],[-81.31862,29.61478],[-81.31851,29.62861],[-81.30255,29.62866],[-81.30286,29.64208],[-81.25476,29.64302],[-81.25524,29.65464],[-81.20855,29.65617],[-81.3203,30.2611],[-81.44677,30.26085],[-81.44662,30.13673],[-81.50903,30.13727],[-81.50946,30.15077],[-81.58879,30.15028],[-81.58878,30.13628],[-81.65218,30.13561],[-81.68584,30.03107],[-81.60172,29.96152]]],"terms_url":"https://www.sjcfl.us/GIS/index.aspx","terms_text":"Saint Johns County GIS","description":"The 2024 color infrared orthoimagery for Saint Johns County in the State of Florida"},{"id":"Saint_Johns_Ortho_2021","name":"Saint Johns County Natural Color Orthoimagery (2021)","type":"tms","template":"https://www.gis.sjcfl.us/portal_sjcgis/rest/services/Imagery_2021_color/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-81.60172,29.96152],[-81.55467,29.61383],[-81.31862,29.61478],[-81.31851,29.62861],[-81.30255,29.62866],[-81.30286,29.64208],[-81.25476,29.64302],[-81.25524,29.65464],[-81.20855,29.65617],[-81.3203,30.2611],[-81.44677,30.26085],[-81.44662,30.13673],[-81.50903,30.13727],[-81.50946,30.15077],[-81.58879,30.15028],[-81.58878,30.13628],[-81.65218,30.13561],[-81.68584,30.03107],[-81.60172,29.96152]]],"terms_url":"https://www.sjcfl.us/GIS/index.aspx","terms_text":"Saint Johns County GIS","description":"The 2021 natural color orthoimagery for Saint Johns County in the State of Florida"},{"id":"Saint_Johns_Ortho_2024","name":"Saint Johns County Natural Color Orthoimagery (2024)","type":"tms","template":"https://www.gis.sjcfl.us/portal_sjcgis/rest/services/Imagery_2024_color/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-81.60172,29.96152],[-81.55467,29.61383],[-81.31862,29.61478],[-81.31851,29.62861],[-81.30255,29.62866],[-81.30286,29.64208],[-81.25476,29.64302],[-81.25524,29.65464],[-81.20855,29.65617],[-81.3203,30.2611],[-81.44677,30.26085],[-81.44662,30.13673],[-81.50903,30.13727],[-81.50946,30.15077],[-81.58879,30.15028],[-81.58878,30.13628],[-81.65218,30.13561],[-81.68584,30.03107],[-81.60172,29.96152]]],"terms_url":"https://www.sjcfl.us/GIS/index.aspx","terms_text":"Saint Johns County GIS","description":"The 2024 natural color orthoimagery for Saint Johns County in the State of Florida"},{"id":"Saint_Lucie_Ortho_2021","name":"Saint Lucie County Orthoimagery (2021)","type":"tms","template":"https://tiles.arcgis.com/tiles/UZU5YYWrSlE9YWnx/arcgis/rest/services/2021_Aerial_Imagery/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-80.69494,27.5659],[-80.69595,27.19453],[-80.28066,27.19288],[-80.28031,27.24802],[-80.18807,27.24748],[-80.32276,27.56457],[-80.69494,27.5659]]],"terms_url":"https://www.paslc.gov/","terms_text":"Saint Lucie County Property Appraiser’s Office","description":"The 2021 orthoimagery for Saint Lucie County in the State of Florida"},{"id":"Saint_Lucie_Ortho_2023","name":"Saint Lucie County Orthoimagery (2023)","type":"tms","template":"https://tiles.arcgis.com/tiles/UZU5YYWrSlE9YWnx/arcgis/rest/services/2023_Aerial_Imagery/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-80.69494,27.5659],[-80.69595,27.19453],[-80.28066,27.19288],[-80.28031,27.24802],[-80.18807,27.24748],[-80.32276,27.56457],[-80.69494,27.5659]]],"terms_url":"https://www.paslc.gov/","terms_text":"Saint Lucie County Property Appraiser’s Office","description":"The 2023 orthoimagery for Saint Lucie County in the State of Florida"},{"id":"Saint_Lucie_Ortho_2024","name":"Saint Lucie County Orthoimagery (2024)","type":"tms","template":"https://tiles.arcgis.com/tiles/UZU5YYWrSlE9YWnx/arcgis/rest/services/2024_Aerial_Imagery/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-80.69494,27.5659],[-80.69595,27.19453],[-80.28066,27.19288],[-80.28031,27.24802],[-80.18807,27.24748],[-80.32276,27.56457],[-80.69494,27.5659]]],"terms_url":"https://www.paslc.gov/","terms_text":"Saint Lucie County Property Appraiser’s Office","description":"The 2024 orthoimagery for Saint Lucie County in the State of Florida"},{"id":"saitama_fukaya_orthophoto_2017","name":"Saitama Fukaya-shi Imagery 2017","type":"tms","template":"http://nyampire.conohawing.com/ortho-fukaya-shi/{zoom}/{x}/{-y}.png","category":"photo","endDate":"2017-12-31T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[12,19],"polygon":[[[139.24072,36.25369],[139.1851,36.21963],[139.16725,36.12872],[139.20296,36.11153],[139.24381,36.11181],[139.25686,36.09544],[139.31076,36.09572],[139.34784,36.16865],[139.34784,36.25313],[139.24072,36.25369]]],"terms_url":"http://www.city.fukaya.saitama.jp/shisei/tokei/open_date/1450169094962.html","terms_text":"FukayaOrtho","description":"Open Data Orthoimagery from Fukaya-shi, 2018"},{"id":"San_Bernardino_CA_2023","name":"San Bernardino County Orthoimagery (2023)","type":"wms","template":"https://maps.sbcounty.gov/arcgis/rest/services/Y2023_pua_cache/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-117.81374,33.9442],[-117.69709,33.86642],[-117.65711,33.86651],[-117.65702,33.87329],[-117.63812,33.87325],[-117.63785,33.91003],[-117.59357,33.90977],[-117.59357,33.96213],[-117.54077,33.9623],[-117.54037,34.01906],[-117.50421,34.01901],[-117.50385,34.00348],[-117.24117,34.00171],[-117.24259,33.98964],[-116.93838,33.9872],[-116.91388,34.02021],[-116.29299,34.01275],[-116.29303,34.01985],[-115.8132,34.01222],[-115.81142,34.25023],[-116.06097,34.25077],[-116.06043,34.31289],[-116.18796,34.31342],[-116.18947,34.2497],[-116.2507,34.25094],[-116.24973,34.31235],[-116.37583,34.3136],[-116.37459,34.37518],[-116.62529,34.37483],[-116.62493,34.43766],[-116.7513,34.43801],[-116.75024,34.49836],[-116.8759,34.50049],[-116.8759,34.56084],[-116.93696,34.56084],[-116.93909,34.62402],[-117.1258,34.62402],[-117.1258,34.75039],[-117.00156,34.75039],[-117.00085,34.81216],[-116.68705,34.81216],[-116.68847,34.7795],[-116.56281,34.78092],[-116.56281,35.001],[-116.93767,34.99958],[-116.93909,34.93711],[-117.12651,34.93711],[-117.12651,34.99887],[-117.18899,34.99887],[-117.1897,35.08194],[-117.37641,35.08336],[-117.37571,34.99958],[-117.50101,35.00029],[-117.50066,35.02807],[-117.65028,35.02878],[-117.65054,34.83647],[-117.6848,34.83665],[-117.68586,34.54664],[-117.67752,34.54628],[-117.6785,34.24242],[-117.74435,34.03893],[-117.78415,34.0388],[-117.82129,33.97903],[-117.82142,33.96381],[-117.81374,33.96377],[-117.81374,33.9442]]],"terms_url":"https://open.sbcounty.gov/","terms_text":"San Bernardino County","description":"2023 3-inch resolution imagery for San Bernardino County in the State of California","icon":"https://www.sbcounty.gov/uploads/cao/OpenData/SBCoLOGO-White.png"},{"id":"San_Francisco_CA_2022","name":"San Francisco Orthoimagery (2022)","type":"tms","template":"https://tile.sf.gov/api/tiles/p2022_rgb8cm/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[10,20],"polygon":[[[-122.5088,37.61997],[-122.45412,37.61999],[-122.45412,37.63449],[-122.50881,37.63447],[-122.5088,37.61997]],[[-122.41766,37.61998],[-122.40854,37.61998],[-122.40856,37.60548],[-122.39033,37.60547],[-122.39033,37.59822],[-122.35388,37.59819],[-122.35389,37.60544],[-122.34475,37.60543],[-122.34474,37.61994],[-122.36296,37.61996],[-122.36296,37.63444],[-122.38119,37.63446],[-122.38117,37.64172],[-122.41764,37.64173],[-122.41766,37.61998]],[[-122.50886,37.69972],[-122.39024,37.69972],[-122.39026,37.70697],[-122.36287,37.70695],[-122.36286,37.7142],[-122.35373,37.71419],[-122.35373,37.73593],[-122.36284,37.73594],[-122.36282,37.75045],[-122.37194,37.75045],[-122.37194,37.75771],[-122.38107,37.75772],[-122.38105,37.78671],[-122.37191,37.78671],[-122.3719,37.8012],[-122.33535,37.80119],[-122.33538,37.77943],[-122.31711,37.77941],[-122.31703,37.82291],[-122.36273,37.82295],[-122.36271,37.83743],[-122.38098,37.83746],[-122.38102,37.80847],[-122.3993,37.80847],[-122.39929,37.8157],[-122.41759,37.81574],[-122.41756,37.83023],[-122.43583,37.83025],[-122.43585,37.81573],[-122.4724,37.81573],[-122.4724,37.84472],[-122.4907,37.84472],[-122.49069,37.82297],[-122.48153,37.82298],[-122.48154,37.80848],[-122.49068,37.80848],[-122.49067,37.80123],[-122.49981,37.80122],[-122.4998,37.79398],[-122.51808,37.79396],[-122.51801,37.71421],[-122.50888,37.71422],[-122.50886,37.69972]],[[-122.45413,37.85923],[-122.44498,37.85923],[-122.44499,37.85198],[-122.41755,37.85198],[-122.41753,37.87373],[-122.45413,37.87373],[-122.45413,37.85923]],[[-122.43581,37.92447],[-122.41753,37.92445],[-122.41749,37.93897],[-122.43584,37.93897],[-122.43581,37.92447]]],"terms_url":"https://www.sf.gov/","terms_text":"City and County of San Francisco","description":"2022 3-inch resolution imagery for San Francisco in the State of California","icon":"https://www.sf.gov/themes/custom/sfgovpl/logo-white.svg"},{"id":"San_Francisco_Ortho_2023","name":"San Francisco Orthoimagery (2023)","type":"tms","template":"https://tile.sf.gov/api/tiles/p2023_rgb8cm/{zoom}/{x}/{y}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[10,20],"polygon":[[[-122.5088,37.61997],[-122.45412,37.61999],[-122.45412,37.63449],[-122.50881,37.63447],[-122.5088,37.61997]],[[-122.41766,37.61998],[-122.40854,37.61998],[-122.40856,37.60548],[-122.39033,37.60547],[-122.39033,37.59822],[-122.35388,37.59819],[-122.35389,37.60544],[-122.34475,37.60543],[-122.34474,37.61994],[-122.36296,37.61996],[-122.36296,37.63444],[-122.38119,37.63446],[-122.38117,37.64172],[-122.41764,37.64173],[-122.41766,37.61998]],[[-122.50886,37.69972],[-122.39024,37.69972],[-122.39026,37.70697],[-122.36287,37.70695],[-122.36286,37.7142],[-122.35373,37.71419],[-122.35373,37.73593],[-122.36284,37.73594],[-122.36282,37.75045],[-122.37194,37.75045],[-122.37194,37.75771],[-122.38107,37.75772],[-122.38105,37.78671],[-122.37191,37.78671],[-122.3719,37.8012],[-122.33535,37.80119],[-122.33538,37.77943],[-122.31711,37.77941],[-122.31703,37.82291],[-122.36273,37.82295],[-122.36271,37.83743],[-122.38098,37.83746],[-122.38102,37.80847],[-122.3993,37.80847],[-122.39929,37.8157],[-122.41759,37.81574],[-122.41756,37.83023],[-122.43583,37.83025],[-122.43585,37.81573],[-122.4724,37.81573],[-122.4724,37.84472],[-122.4907,37.84472],[-122.49069,37.82297],[-122.48153,37.82298],[-122.48154,37.80848],[-122.49068,37.80848],[-122.49067,37.80123],[-122.49981,37.80122],[-122.4998,37.79398],[-122.51808,37.79396],[-122.51801,37.71421],[-122.50888,37.71422],[-122.50886,37.69972]],[[-122.45413,37.85923],[-122.44498,37.85923],[-122.44499,37.85198],[-122.41755,37.85198],[-122.41753,37.87373],[-122.45413,37.87373],[-122.45413,37.85923]],[[-122.43581,37.92447],[-122.41753,37.92445],[-122.41749,37.93897],[-122.43584,37.93897],[-122.43581,37.92447]]],"terms_url":"https://www.sf.gov/","terms_text":"City and County of San Francisco","description":"2023 3-inch resolution orthorectified imagery for San Francisco in the State of California","icon":"https://www.sf.gov/themes/custom/sfgovpl/logo-white.svg"},{"id":"San_Francisco_CA_2022_CIR","name":"San Francisco Orthoimagery CIR (2022)","type":"tms","template":"https://tile.sf.gov/api/tiles/p2022_irg8cm/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[10,20],"polygon":[[[-122.5088,37.61997],[-122.45412,37.61999],[-122.45412,37.63449],[-122.50881,37.63447],[-122.5088,37.61997]],[[-122.41766,37.61998],[-122.40854,37.61998],[-122.40856,37.60548],[-122.39033,37.60547],[-122.39033,37.59822],[-122.35388,37.59819],[-122.35389,37.60544],[-122.34475,37.60543],[-122.34474,37.61994],[-122.36296,37.61996],[-122.36296,37.63444],[-122.38119,37.63446],[-122.38117,37.64172],[-122.41764,37.64173],[-122.41766,37.61998]],[[-122.50886,37.69972],[-122.39024,37.69972],[-122.39026,37.70697],[-122.36287,37.70695],[-122.36286,37.7142],[-122.35373,37.71419],[-122.35373,37.73593],[-122.36284,37.73594],[-122.36282,37.75045],[-122.37194,37.75045],[-122.37194,37.75771],[-122.38107,37.75772],[-122.38105,37.78671],[-122.37191,37.78671],[-122.3719,37.8012],[-122.33535,37.80119],[-122.33538,37.77943],[-122.31711,37.77941],[-122.31703,37.82291],[-122.36273,37.82295],[-122.36271,37.83743],[-122.38098,37.83746],[-122.38102,37.80847],[-122.3993,37.80847],[-122.39929,37.8157],[-122.41759,37.81574],[-122.41756,37.83023],[-122.43583,37.83025],[-122.43585,37.81573],[-122.4724,37.81573],[-122.4724,37.84472],[-122.4907,37.84472],[-122.49069,37.82297],[-122.48153,37.82298],[-122.48154,37.80848],[-122.49068,37.80848],[-122.49067,37.80123],[-122.49981,37.80122],[-122.4998,37.79398],[-122.51808,37.79396],[-122.51801,37.71421],[-122.50888,37.71422],[-122.50886,37.69972]],[[-122.45413,37.85923],[-122.44498,37.85923],[-122.44499,37.85198],[-122.41755,37.85198],[-122.41753,37.87373],[-122.45413,37.87373],[-122.45413,37.85923]],[[-122.43581,37.92447],[-122.41753,37.92445],[-122.41749,37.93897],[-122.43584,37.93897],[-122.43581,37.92447]]],"terms_url":"https://www.sf.gov/","terms_text":"City and County of San Francisco","description":"2022 3-inch resolution imagery for San Francisco in the State of California","icon":"https://www.sf.gov/themes/custom/sfgovpl/logo-white.svg"},{"id":"San_Juan_NM_2019","name":"San Juan County Orthoimagery (2019)","type":"wms","template":"https://webmaps.sjcounty.net/arcgis/services/Imagery/SJC_2019_Imagery/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-108.46806,36.73926],[-108.39563,36.73941],[-108.39506,36.6813],[-108.12361,36.68141],[-108.1232,36.65248],[-107.61592,36.65208],[-107.61618,36.62338],[-107.54389,36.62304],[-107.54307,36.79713],[-107.52533,36.79725],[-107.52526,36.81213],[-107.48904,36.81213],[-107.48879,36.84075],[-107.76106,36.84085],[-107.76108,36.81176],[-107.88799,36.8117],[-107.88794,36.89883],[-107.86992,36.89883],[-107.86988,36.94235],[-107.85174,36.94232],[-107.85177,37.00035],[-107.88797,37.00035],[-107.88796,36.98582],[-107.90611,36.98584],[-107.90607,36.94232],[-107.92419,36.94237],[-107.92418,36.9278],[-107.94233,36.92775],[-107.94242,36.91324],[-107.96057,36.91312],[-107.96074,36.89889],[-107.97846,36.89867],[-107.97863,36.88423],[-108.15961,36.88436],[-108.16019,36.95707],[-108.2143,36.95677],[-108.21434,36.86992],[-108.2324,36.86972],[-108.23264,36.82628],[-108.46801,36.82636],[-108.46806,36.73926]]],"terms_url":"https://data-sjcounty.opendata.arcgis.com","terms_text":"San Juan County GIS","description":"3/6-inch pixel resolution orthoimagery captured in 2019 for San Juan County of the state of New Mexico","icon":"https://webmaps.sjcounty.net/portal/sharing/rest/portals/self/resources/home.logo1687127587650.gif"},{"id":"San_Juan_NM_2021","name":"San Juan County Orthoimagery (2021)","type":"wms","template":"https://webmaps.sjcounty.net/arcgis/services/Imagery/SJC_2021Imagery/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-108.52592,36.73386],[-108.43577,36.73432],[-108.43566,36.71987],[-108.34565,36.72029],[-108.34545,36.70582],[-108.29148,36.70603],[-108.29125,36.6625],[-108.27322,36.66257],[-108.27313,36.64806],[-108.25513,36.64811],[-108.25505,36.6336],[-108.23709,36.63367],[-108.237,36.60469],[-108.21891,36.60465],[-108.21885,36.59027],[-108.20089,36.59031],[-108.20072,36.56131],[-108.18278,36.56135],[-108.18253,36.53235],[-108.16464,36.53238],[-108.16428,36.50341],[-108.14658,36.50346],[-108.14649,36.47441],[-108.08364,36.47456],[-108.08363,36.48903],[-108.06571,36.48908],[-108.06573,36.50361],[-108.02981,36.50361],[-108.02986,36.51815],[-107.99394,36.51815],[-107.99383,36.53278],[-107.97604,36.53273],[-107.97604,36.54728],[-107.94003,36.54725],[-107.94008,36.56184],[-107.81416,36.56187],[-107.81439,36.58358],[-107.83215,36.58358],[-107.83222,36.59802],[-107.85013,36.59808],[-107.85024,36.67792],[-107.74233,36.67791],[-107.74217,36.75052],[-107.70603,36.75043],[-107.70618,36.79377],[-107.61582,36.79391],[-107.61548,36.87364],[-107.66092,36.8735],[-107.66079,36.82994],[-107.75094,36.83019],[-107.75079,36.81562],[-107.87727,36.81567],[-107.87713,36.75748],[-107.92247,36.75759],[-107.92247,36.78658],[-108.02137,36.78651],[-108.02137,36.75764],[-108.06643,36.75741],[-108.0668,36.88081],[-107.93145,36.88087],[-107.93136,36.8665],[-107.86836,36.86657],[-107.86821,36.93891],[-107.85032,36.93891],[-107.85033,37.00415],[-107.93161,37.00421],[-107.93146,36.91712],[-108.01292,36.91695],[-108.01286,36.93149],[-108.03093,36.93154],[-108.03118,37.00409],[-108.07636,37.00397],[-108.07619,36.98938],[-108.22082,36.98901],[-108.2203,36.87294],[-108.2382,36.87297],[-108.23789,36.78603],[-108.25596,36.78593],[-108.25577,36.77135],[-108.42708,36.77065],[-108.42751,36.81407],[-108.4907,36.81388],[-108.49036,36.78486],[-108.52637,36.78464],[-108.52592,36.73386]]],"terms_url":"https://data-sjcounty.opendata.arcgis.com","terms_text":"San Juan County GIS","description":"3/6-inch pixel resolution orthoimagery captured in 2021 for San Juan County of the state of New Mexico","icon":"https://webmaps.sjcounty.net/portal/sharing/rest/portals/self/resources/home.logo1687127587650.gif"},{"id":"San_Juan_NM_2023","name":"San Juan County Orthoimagery (2023)","type":"wms","template":"https://webmaps.sjcounty.net/arcgis/services/Imagery/SJC2023Imagery/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-05-01T00:00:00.000Z","startDate":"2023-02-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-108.53944,36.73236],[-108.40432,36.73308],[-108.40421,36.7186],[-108.26908,36.71914],[-108.26905,36.71189],[-108.25104,36.71194],[-108.2509,36.69019],[-108.09786,36.69064],[-108.09756,36.66161],[-107.97179,36.66199],[-107.97174,36.67636],[-107.79173,36.67643],[-107.7917,36.71257],[-107.71961,36.71266],[-107.71957,36.75625],[-107.68372,36.75616],[-107.68349,36.79961],[-107.62035,36.79951],[-107.62031,36.80682],[-107.61121,36.80678],[-107.61132,36.81407],[-107.60221,36.81407],[-107.60221,36.83584],[-107.59311,36.83571],[-107.59311,36.84299],[-107.57507,36.84299],[-107.57511,36.8575],[-107.53894,36.85746],[-107.53892,36.86461],[-107.52992,36.86465],[-107.52981,36.87919],[-107.51181,36.87905],[-107.5117,36.88634],[-107.48468,36.88626],[-107.48462,36.90079],[-107.45756,36.90074],[-107.45717,36.96593],[-107.44809,36.96596],[-107.44813,36.97311],[-107.43,36.97305],[-107.42996,36.99478],[-108.03566,36.99539],[-108.03551,36.9809],[-108.2344,36.98036],[-108.23355,36.81352],[-108.28765,36.81336],[-108.28738,36.76983],[-108.4316,36.76918],[-108.43201,36.81275],[-108.44094,36.81268],[-108.44109,36.81991],[-108.48617,36.8197],[-108.48635,36.84865],[-108.54054,36.84838],[-108.53944,36.73236]]],"terms_url":"https://data-sjcounty.opendata.arcgis.com","terms_text":"San Juan County GIS","best":true,"description":"3/6-inch pixel resolution orthoimagery captured in 2023 for San Juan County of the state of New Mexico","icon":"https://webmaps.sjcounty.net/portal/sharing/rest/portals/self/resources/home.logo1687127587650.gif"},{"id":"San_Mateo_CA_2022","name":"San Mateo County Orthoimagery (2022)","type":"wms","template":"https://gis.smcgov.org/image/rest/services/SanMateoCounty_Imagery2022/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-122.53756,37.6908],[-122.53704,37.12929],[-122.33985,37.13375],[-122.33933,37.11178],[-122.3187,37.11181],[-122.31847,37.10108],[-122.27737,37.10161],[-122.27826,37.13451],[-122.29889,37.13411],[-122.29974,37.17819],[-122.23801,37.17918],[-122.23867,37.21217],[-122.14608,37.21345],[-122.14785,37.30129],[-122.15835,37.30109],[-122.15861,37.31762],[-122.16904,37.31749],[-122.1693,37.33399],[-122.17976,37.33382],[-122.18003,37.35016],[-122.19059,37.35022],[-122.19095,37.37768],[-122.18058,37.37774],[-122.18189,37.43271],[-122.16123,37.43304],[-122.16156,37.44399],[-122.12023,37.44458],[-122.12036,37.45547],[-122.0791,37.4562],[-122.07923,37.47797],[-122.12095,37.47719],[-122.12187,37.5214],[-122.16333,37.52101],[-122.16372,37.54278],[-122.20453,37.542],[-122.20558,37.56378],[-122.24703,37.56299],[-122.2473,37.58529],[-122.28902,37.58503],[-122.28954,37.60654],[-122.331,37.60628],[-122.33205,37.64931],[-122.3735,37.64879],[-122.37511,37.71531],[-122.50244,37.71334],[-122.5019,37.6914],[-122.53756,37.6908]]],"terms_url":"https://www.smcgov.org/","terms_text":"San Mateo County","description":"2022 3-inch resolution imagery for San Mateo County in the State of California","icon":"https://www.smcgov.org/sites/default/files/favicon.png"},{"id":"SANDAG_2020","name":"SANDAG 2020 Aerial Imagery","type":"wms","template":"https://gis.sandag.org/sdgis/services/Imagery/SD2020/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-11T00:00:00.000Z","startDate":"2019-12-22T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[-116.07609,33.43363],[-117.23133,33.43461],[-117.23158,33.45824],[-117.23782,33.45817],[-117.23787,33.4629],[-117.24915,33.46281],[-117.24919,33.46578],[-117.2663,33.46565],[-117.26638,33.47213],[-117.27747,33.47204],[-117.27752,33.47676],[-117.28881,33.47667],[-117.28883,33.47997],[-117.31841,33.47972],[-117.31854,33.4906],[-117.3341,33.49046],[-117.33413,33.49409],[-117.35322,33.49393],[-117.35348,33.51394],[-117.52062,33.51235],[-117.51998,33.46983],[-117.54256,33.46956],[-117.54246,33.46308],[-117.58759,33.46259],[-117.58747,33.45491],[-117.59313,33.45483],[-117.59254,33.41703],[-117.60378,33.41692],[-117.68006,32.48196],[-116.09444,32.61371],[-116.09363,33.06962],[-116.07248,33.0696],[-116.07609,33.43363]]],"terms_url":"https://www.sangis.org/","terms_text":"San Diego Association of Governments","description":"2020 9-inch resolution imagery for the San Diego region of the State of California. Imagery was acquired as part of the San Diego regional aerial imagery acquisition partnership","icon":"https://gis.sandag.org/images/sandag_sangis_combo_logo.png"},{"id":"SANDAG_2023","name":"SANDAG 2023 Aerial Imagery","type":"wms","template":"https://gis.sandag.org/sdgis/services/Imagery/SD2023_9inch/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[-116.07609,33.43363],[-117.23133,33.43461],[-117.23158,33.45824],[-117.23782,33.45817],[-117.23787,33.4629],[-117.24915,33.46281],[-117.24919,33.46578],[-117.2663,33.46565],[-117.26638,33.47213],[-117.27747,33.47204],[-117.27752,33.47676],[-117.28881,33.47667],[-117.28883,33.47997],[-117.31841,33.47972],[-117.31854,33.4906],[-117.3341,33.49046],[-117.33413,33.49409],[-117.35322,33.49393],[-117.35348,33.51394],[-117.52062,33.51235],[-117.51998,33.46983],[-117.54256,33.46956],[-117.54246,33.46308],[-117.58759,33.46259],[-117.58747,33.45491],[-117.59313,33.45483],[-117.59254,33.41703],[-117.60378,33.41692],[-117.68006,32.48196],[-116.09444,32.61371],[-116.09363,33.06962],[-116.07248,33.0696],[-116.07609,33.43363]]],"terms_url":"https://www.sangis.org/","terms_text":"San Diego Association of Governments","description":"2023 9-inch resolution imagery for the San Diego region of the State of California. Imagery was acquired as part of the San Diego regional aerial imagery acquisition partnership","icon":"https://gis.sandag.org/images/sandag_sangis_combo_logo.png"},{"id":"Santa_Clara_CA_2022","name":"Santa Clara County Orthoimagery (2022)","type":"wms","template":"https://mapimages.sccgov.org/arcgis/rest/services/imagery/OrthoImagery2022/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-03-11T00:00:00.000Z","startDate":"2021-11-22T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-121.42509,36.92775],[-121.19004,36.92935],[-121.18983,36.93617],[-121.1815,36.93626],[-121.1814,36.94317],[-121.17286,36.94326],[-121.17339,36.97072],[-121.18182,36.97064],[-121.18182,36.9842],[-121.19047,36.98428],[-121.19079,37.01864],[-121.18214,37.01881],[-121.18236,37.03236],[-121.17382,37.03262],[-121.17392,37.04608],[-121.16528,37.04634],[-121.16528,37.08058],[-121.17424,37.08041],[-121.17446,37.09421],[-121.18289,37.09416],[-121.18294,37.10796],[-121.1743,37.10787],[-121.17472,37.13541],[-121.18332,37.13537],[-121.18337,37.14911],[-121.19202,37.14898],[-121.19202,37.16281],[-121.20066,37.16272],[-121.20085,37.17646],[-121.20939,37.17648],[-121.20945,37.18326],[-121.21804,37.18326],[-121.21804,37.19011],[-121.23524,37.19003],[-121.23533,37.19689],[-121.24387,37.19681],[-121.24397,37.2037],[-121.25256,37.20365],[-121.25264,37.21052],[-121.26983,37.21039],[-121.26983,37.21719],[-121.29555,37.21706],[-121.29566,37.21018],[-121.31266,37.21011],[-121.31258,37.20323],[-121.32123,37.20314],[-121.32126,37.21005],[-121.3299,37.20994],[-121.33006,37.21679],[-121.38141,37.21641],[-121.38168,37.23018],[-121.39022,37.23013],[-121.39038,37.24382],[-121.39892,37.24382],[-121.39913,37.25066],[-121.40756,37.25057],[-121.40788,37.27118],[-121.39075,37.27139],[-121.3907,37.27823],[-121.38216,37.27827],[-121.38237,37.29199],[-121.37378,37.29207],[-121.37388,37.29891],[-121.36524,37.29916],[-121.36577,37.34],[-121.3742,37.34008],[-121.37463,37.36758],[-121.36609,37.3677],[-121.36636,37.39506],[-121.37495,37.39493],[-121.37511,37.40871],[-121.38376,37.40871],[-121.38376,37.41558],[-121.39241,37.41546],[-121.39251,37.42232],[-121.41835,37.42207],[-121.41896,37.46337],[-121.42771,37.46315],[-121.42782,37.49073],[-121.43647,37.49069],[-121.43652,37.50441],[-121.44522,37.5042],[-121.44533,37.51118],[-121.47986,37.51093],[-121.48013,37.5177],[-121.89358,37.51364],[-121.89331,37.50678],[-121.90202,37.50665],[-121.9018,37.49967],[-122.04832,37.49785],[-122.04864,37.50483],[-122.05713,37.50471],[-122.05734,37.51156],[-122.10036,37.51101],[-122.1002,37.50415],[-122.10885,37.50403],[-122.10885,37.49708],[-122.13023,37.49687],[-122.13014,37.49342],[-122.13877,37.49338],[-122.13877,37.48986],[-122.16025,37.48961],[-122.1602,37.48614],[-122.17311,37.48593],[-122.17293,37.48248],[-122.1816,37.4824],[-122.18152,37.47899],[-122.19017,37.47884],[-122.19011,37.47541],[-122.19444,37.47534],[-122.1943,37.47191],[-122.1986,37.47187],[-122.1986,37.4684],[-122.20287,37.46836],[-122.20271,37.46494],[-122.20706,37.46488],[-122.20701,37.46141],[-122.21128,37.46132],[-122.21117,37.45791],[-122.21552,37.45793],[-122.21549,37.45444],[-122.21976,37.45442],[-122.21963,37.45094],[-122.22395,37.4509],[-122.22385,37.44399],[-122.22812,37.44382],[-122.22782,37.42674],[-122.23204,37.42674],[-122.23119,37.38892],[-122.23546,37.38892],[-122.2354,37.38201],[-122.23957,37.38192],[-122.23882,37.34421],[-122.23444,37.34429],[-122.23418,37.33746],[-122.23001,37.33755],[-122.22974,37.32371],[-122.23396,37.32367],[-122.23359,37.31004],[-122.22926,37.31004],[-122.229,37.29973],[-122.22483,37.29979],[-122.22473,37.29635],[-122.22043,37.29641],[-122.22032,37.2931],[-122.216,37.29314],[-122.21595,37.28958],[-122.21173,37.28979],[-122.21157,37.28631],[-122.20725,37.28635],[-122.2073,37.28291],[-122.20298,37.28304],[-122.20282,37.27955],[-122.19855,37.2796],[-122.19839,37.27616],[-122.19406,37.27624],[-122.19412,37.2728],[-122.18979,37.27276],[-122.18953,37.26605],[-122.18547,37.26618],[-122.18494,37.25917],[-122.18088,37.25921],[-122.18067,37.2525],[-122.1764,37.2525],[-122.17624,37.24905],[-122.17213,37.24901],[-122.17194,37.24559],[-122.16778,37.24568],[-122.16751,37.24228],[-122.16334,37.24236],[-122.16329,37.23896],[-122.15886,37.23901],[-122.15886,37.23556],[-122.15464,37.23565],[-122.15448,37.23208],[-122.14589,37.23225],[-122.14578,37.22885],[-122.14157,37.22881],[-122.14146,37.21865],[-122.13708,37.21869],[-122.13698,37.21533],[-122.13265,37.21537],[-122.13255,37.21193],[-122.12838,37.21197],[-122.12822,37.20862],[-122.12385,37.20874],[-122.12379,37.20509],[-122.11963,37.20509],[-122.11958,37.20173],[-122.1152,37.20173],[-122.11504,37.19841],[-122.11088,37.19846],[-122.11077,37.19505],[-122.10223,37.1951],[-122.1021,37.19167],[-122.09783,37.19178],[-122.09777,37.18834],[-122.09345,37.1884],[-122.09337,37.18491],[-122.08486,37.185],[-122.08478,37.18162],[-122.07618,37.18172],[-122.07594,37.17836],[-122.07188,37.17836],[-122.07162,37.175],[-122.06745,37.17509],[-122.06719,37.16471],[-122.06292,37.1648],[-122.06257,37.15101],[-122.05841,37.15108],[-122.05835,37.14765],[-122.05406,37.14767],[-122.05395,37.14429],[-122.04963,37.14429],[-122.04957,37.14089],[-122.04533,37.14091],[-122.04517,37.13748],[-122.03666,37.13763],[-122.03658,37.13419],[-122.02804,37.13429],[-122.0279,37.13087],[-122.02363,37.13089],[-122.02355,37.1241],[-122.01923,37.12412],[-122.01904,37.12072],[-122.01485,37.12078],[-122.0148,37.11733],[-122.00623,37.1174],[-122.00607,37.11395],[-121.99332,37.11412],[-121.99321,37.11071],[-121.98899,37.1108],[-121.98883,37.10735],[-121.98024,37.10748],[-121.98024,37.10395],[-121.97591,37.10403],[-121.97581,37.10071],[-121.963,37.10071],[-121.96284,37.09735],[-121.95438,37.09743],[-121.95435,37.094],[-121.94576,37.09415],[-121.94565,37.09071],[-121.93711,37.09083],[-121.937,37.08738],[-121.92852,37.08749],[-121.92838,37.08406],[-121.9199,37.08417],[-121.91974,37.08072],[-121.9113,37.08093],[-121.91098,37.07748],[-121.9026,37.07744],[-121.90239,37.07403],[-121.88109,37.07433],[-121.88093,37.07097],[-121.87239,37.07105],[-121.87239,37.06765],[-121.85958,37.0676],[-121.85942,37.06432],[-121.85531,37.06437],[-121.85499,37.06092],[-121.85093,37.06109],[-121.85072,37.05751],[-121.84645,37.05742],[-121.84642,37.05417],[-121.84218,37.05419],[-121.84205,37.05074],[-121.83786,37.0508],[-121.83764,37.04392],[-121.82916,37.044],[-121.8291,37.04056],[-121.82055,37.0407],[-121.82047,37.03725],[-121.8119,37.03734],[-121.81185,37.03393],[-121.80753,37.03395],[-121.80739,37.0305],[-121.79896,37.03067],[-121.79883,37.02724],[-121.79461,37.0273],[-121.79456,37.02381],[-121.78599,37.02383],[-121.78588,37.02048],[-121.78164,37.02053],[-121.78153,37.01707],[-121.77729,37.01714],[-121.77726,37.01371],[-121.77294,37.01375],[-121.77232,36.97598],[-121.76803,36.97604],[-121.76784,36.96916],[-121.76357,36.96926],[-121.7636,36.96583],[-121.75927,36.96581],[-121.75914,36.9624],[-121.75071,36.96246],[-121.75057,36.95909],[-121.72928,36.9593],[-121.72914,36.95588],[-121.72485,36.95592],[-121.72477,36.94901],[-121.72052,36.94906],[-121.72047,36.94564],[-121.71617,36.94573],[-121.71615,36.94225],[-121.70758,36.94234],[-121.7075,36.93895],[-121.69899,36.93899],[-121.69888,36.9356],[-121.69464,36.93562],[-121.69458,36.93218],[-121.69031,36.93216],[-121.6902,36.92881],[-121.68599,36.92888],[-121.68583,36.92199],[-121.68158,36.92197],[-121.68145,36.91855],[-121.67726,36.91857],[-121.67715,36.9152],[-121.67294,36.91524],[-121.67278,36.91187],[-121.66861,36.91183],[-121.66851,36.90846],[-121.66429,36.90846],[-121.66408,36.90504],[-121.65997,36.905],[-121.65986,36.90163],[-121.647,36.90176],[-121.647,36.89834],[-121.62132,36.89864],[-121.62122,36.88844],[-121.61695,36.88823],[-121.61668,36.88148],[-121.61257,36.88148],[-121.61241,36.87806],[-121.60814,36.87806],[-121.60809,36.87128],[-121.60387,36.87128],[-121.60376,36.86782],[-121.59528,36.86782],[-121.59512,36.86453],[-121.58657,36.86457],[-121.58663,36.86111],[-121.56536,36.86124],[-121.56533,36.86476],[-121.5483,36.86485],[-121.54825,36.86827],[-121.53982,36.86839],[-121.53982,36.87181],[-121.53555,36.87181],[-121.53549,36.87531],[-121.53128,36.87544],[-121.53133,36.87879],[-121.52709,36.87879],[-121.52714,36.88236],[-121.52292,36.88227],[-121.52287,36.89264],[-121.51876,36.89269],[-121.51871,36.89614],[-121.51449,36.89614],[-121.5146,36.8996],[-121.51033,36.89956],[-121.51027,36.90297],[-121.50611,36.90319],[-121.50611,36.90985],[-121.50168,36.91002],[-121.50168,36.91334],[-121.4933,36.91343],[-121.49335,36.92022],[-121.48492,36.9203],[-121.48492,36.92721],[-121.4807,36.92721],[-121.4807,36.93076],[-121.47649,36.93067],[-121.47649,36.94108],[-121.47227,36.94112],[-121.47243,36.94795],[-121.45524,36.94816],[-121.45508,36.94466],[-121.45097,36.94475],[-121.45076,36.93784],[-121.4466,36.93788],[-121.44654,36.93442],[-121.43798,36.93453],[-121.43798,36.93108],[-121.42514,36.93118],[-121.42509,36.92775]]],"terms_url":"https://gis.sccgov.org/home","terms_text":"County of Santa Clara","description":"2022 3-6 inch resolution imagery for Santa Clara County in the State of California","icon":"https://files.santaclaracounty.gov/2023-07/county-seal-black_0.svg"},{"id":"Santa_Clara_CA_2023","name":"Santa Clara County Orthoimagery (2023)","type":"wms","template":"https://mapimages.sccgov.org/arcgis/rest/services/imagery/OrthoImagery2023_LimitedCities/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-04-25T00:00:00.000Z","startDate":"2023-02-20T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-122.19707,37.40322],[-122.19276,37.40326],[-122.19229,37.38265],[-122.1966,37.38262],[-122.19652,37.37916],[-122.20083,37.37911],[-122.20076,37.37568],[-122.20506,37.37562],[-122.2049,37.36874],[-122.20896,37.3687],[-122.2089,37.35498],[-122.20457,37.35502],[-122.2045,37.35159],[-122.20018,37.35167],[-122.19998,37.34135],[-122.19567,37.34143],[-122.19557,37.33799],[-122.1913,37.33806],[-122.19122,37.33463],[-122.18693,37.33466],[-122.18677,37.32782],[-122.19106,37.32775],[-122.19092,37.32089],[-122.19521,37.32082],[-122.19513,37.3174],[-122.19083,37.31746],[-122.19076,37.31402],[-122.18646,37.31409],[-122.18637,37.31066],[-122.18208,37.31071],[-122.182,37.30728],[-122.1734,37.3074],[-122.17333,37.30397],[-122.16903,37.30403],[-122.16888,37.29717],[-122.17318,37.29711],[-122.1731,37.29368],[-122.16881,37.29373],[-122.16872,37.29029],[-122.16013,37.29043],[-122.16005,37.287],[-122.15576,37.28706],[-122.15568,37.28362],[-122.1471,37.28375],[-122.14726,37.29061],[-122.13007,37.29084],[-122.13035,37.30458],[-122.12605,37.30464],[-122.12671,37.33552],[-122.15252,37.33517],[-122.15245,37.33172],[-122.15676,37.33167],[-122.15682,37.3351],[-122.16114,37.33505],[-122.16128,37.34193],[-122.16558,37.34186],[-122.16573,37.34873],[-122.16146,37.34878],[-122.16182,37.36594],[-122.16611,37.36587],[-122.16627,37.37275],[-122.16199,37.37279],[-122.16212,37.37968],[-122.16643,37.37963],[-122.16657,37.38649],[-122.14077,37.38687],[-122.14075,37.38343],[-122.12352,37.38364],[-122.12356,37.38709],[-122.11056,37.38727],[-122.11063,37.38385],[-122.10195,37.38395],[-122.10153,37.36335],[-122.09292,37.36348],[-122.09279,37.36005],[-122.08422,37.36013],[-122.08421,37.35672],[-122.07559,37.35685],[-122.07549,37.3534],[-122.07121,37.35347],[-122.0709,37.3397],[-122.08385,37.33953],[-122.0839,37.34298],[-122.09676,37.34278],[-122.09655,37.33251],[-122.09225,37.33256],[-122.09219,37.32912],[-122.0965,37.32904],[-122.0964,37.32569],[-122.09209,37.32567],[-122.09201,37.3223],[-122.08774,37.32236],[-122.08772,37.3189],[-122.09199,37.31884],[-122.09184,37.31199],[-122.09612,37.3119],[-122.09584,37.29818],[-122.08724,37.29831],[-122.08713,37.29483],[-122.07427,37.29504],[-122.07384,37.27449],[-122.05238,37.27472],[-122.05261,37.28504],[-122.05688,37.28495],[-122.05693,37.28842],[-122.02692,37.2888],[-122.02725,37.30598],[-121.99284,37.30638],[-121.99307,37.31669],[-121.98877,37.31677],[-121.98885,37.32021],[-121.94155,37.32079],[-121.94175,37.33108],[-121.94604,37.33103],[-121.94613,37.33446],[-121.92893,37.33468],[-121.92905,37.34154],[-121.92473,37.34159],[-121.92496,37.35189],[-121.92924,37.35184],[-121.92932,37.35526],[-121.92503,37.35534],[-121.92507,37.35878],[-121.92938,37.3587],[-121.92971,37.37588],[-121.93401,37.37581],[-121.93413,37.38268],[-121.92986,37.38273],[-121.92996,37.38961],[-121.93426,37.38955],[-121.93449,37.39985],[-121.93879,37.39979],[-121.93884,37.40324],[-121.94315,37.40318],[-121.94321,37.40661],[-121.94754,37.40656],[-121.94756,37.40998],[-121.95185,37.40991],[-121.95196,37.41335],[-121.96055,37.41326],[-121.96069,37.4201],[-121.96499,37.42006],[-121.96506,37.42349],[-121.97368,37.42338],[-121.9736,37.41997],[-121.98651,37.41979],[-121.98659,37.42323],[-121.99521,37.42311],[-121.99533,37.43],[-122.01254,37.42976],[-122.0127,37.43656],[-122.02132,37.43653],[-122.02143,37.44331],[-122.03862,37.44316],[-122.0391,37.46371],[-122.04753,37.46358],[-122.0479,37.47041],[-122.09944,37.4698],[-122.12533,37.46946],[-122.12528,37.46603],[-122.12957,37.46596],[-122.12944,37.45913],[-122.13803,37.45898],[-122.13814,37.46241],[-122.15535,37.46218],[-122.15525,37.45874],[-122.16819,37.45857],[-122.16814,37.45514],[-122.17241,37.45506],[-122.17234,37.45163],[-122.17665,37.45158],[-122.17656,37.44812],[-122.18087,37.44807],[-122.1808,37.44464],[-122.1851,37.44458],[-122.18503,37.44115],[-122.18932,37.44108],[-122.18925,37.43765],[-122.19354,37.4376],[-122.19309,37.41699],[-122.1974,37.41693],[-122.19707,37.40322]],[[-121.92142,37.39314],[-121.90853,37.39328],[-121.90859,37.39673],[-121.9043,37.39678],[-121.90436,37.40021],[-121.88713,37.40043],[-121.8872,37.40384],[-121.88292,37.40391],[-121.88297,37.40734],[-121.87436,37.40746],[-121.87442,37.41087],[-121.87012,37.41094],[-121.87017,37.41435],[-121.86159,37.41445],[-121.86165,37.41788],[-121.84446,37.41811],[-121.84446,37.42152],[-121.83157,37.42163],[-121.83165,37.42849],[-121.836,37.42847],[-121.83623,37.44219],[-121.84055,37.44214],[-121.84078,37.45589],[-121.84941,37.4558],[-121.84946,37.4592],[-121.85376,37.45914],[-121.85384,37.46259],[-121.87108,37.46239],[-121.87115,37.46583],[-121.87545,37.46579],[-121.8755,37.46922],[-121.88413,37.46912],[-121.88405,37.46567],[-121.89265,37.46558],[-121.89274,37.46902],[-121.90995,37.46881],[-121.90989,37.46537],[-121.91849,37.46528],[-121.91844,37.46184],[-121.92273,37.4618],[-121.92268,37.45837],[-121.93128,37.45825],[-121.93084,37.43421],[-121.93512,37.43416],[-121.93501,37.42731],[-121.9307,37.42736],[-121.93062,37.42393],[-121.93493,37.42388],[-121.93479,37.41357],[-121.93044,37.41365],[-121.93024,37.40333],[-121.92594,37.40337],[-121.92587,37.39995],[-121.9216,37.39998],[-121.92142,37.39314]],[[-121.70182,37.11749],[-121.67611,37.11775],[-121.67605,37.11432],[-121.67175,37.11437],[-121.67174,37.11093],[-121.66314,37.11102],[-121.6629,37.0973],[-121.65865,37.09733],[-121.65859,37.0939],[-121.65431,37.09395],[-121.6542,37.08707],[-121.64135,37.08718],[-121.64128,37.08378],[-121.62844,37.08389],[-121.6285,37.08731],[-121.62421,37.08736],[-121.62427,37.09079],[-121.61141,37.0909],[-121.61155,37.10122],[-121.61585,37.10118],[-121.61588,37.10461],[-121.62018,37.10456],[-121.62025,37.10799],[-121.62452,37.10795],[-121.62463,37.11483],[-121.62034,37.11486],[-121.62038,37.11831],[-121.61611,37.11835],[-121.61616,37.12178],[-121.599,37.12194],[-121.59886,37.11164],[-121.59457,37.11168],[-121.59447,37.10482],[-121.58161,37.10492],[-121.58166,37.10837],[-121.57735,37.1084],[-121.57747,37.11527],[-121.58178,37.11524],[-121.58186,37.12208],[-121.58613,37.12203],[-121.58621,37.12549],[-121.59047,37.12546],[-121.5906,37.13232],[-121.57773,37.13244],[-121.57802,37.15303],[-121.58232,37.15299],[-121.58233,37.15642],[-121.59952,37.15626],[-121.59955,37.15969],[-121.60386,37.15965],[-121.60392,37.1631],[-121.61249,37.16302],[-121.61253,37.16645],[-121.62969,37.16627],[-121.62974,37.1697],[-121.63831,37.16963],[-121.63842,37.17304],[-121.65551,37.17289],[-121.6555,37.16603],[-121.67258,37.16584],[-121.67252,37.16243],[-121.68108,37.16238],[-121.68105,37.1589],[-121.68532,37.15885],[-121.68508,37.14167],[-121.69362,37.14159],[-121.69358,37.13817],[-121.69786,37.13812],[-121.69776,37.13125],[-121.70204,37.13123],[-121.70182,37.11749]]],"terms_url":"https://gis.sccgov.org/home","terms_text":"County of Santa Clara","description":"2023 3-6 inch resolution imagery for Santa Clara County in the State of California","icon":"https://files.santaclaracounty.gov/2023-07/county-seal-black_0.svg"},{"id":"Santa_Rosa_Ortho_2022","name":"Santa Rosa County Orthoimagery (2022)","type":"tms","template":"https://cloud.santarosa.fl.gov/arcgis/rest/services/santarosa/Aerials2022/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[-87.31183,30.71663],[-87.27764,30.717],[-87.27546,30.63593],[-87.25933,30.63523],[-87.25772,30.59483],[-87.24268,30.59546],[-87.24295,30.58204],[-87.22635,30.58204],[-87.22496,30.55431],[-87.21075,30.55448],[-87.20975,30.54124],[-87.18216,30.54225],[-87.14161,30.52025],[-87.11146,30.43171],[-86.97192,30.47609],[-86.97424,30.57341],[-86.91261,30.5737],[-86.9128,30.58847],[-86.87996,30.58829],[-86.87929,30.60198],[-86.8643,30.60256],[-86.86466,30.61656],[-86.81803,30.61724],[-86.81802,30.63089],[-86.80141,30.63113],[-86.80148,30.64554],[-86.78474,30.64505],[-86.78939,30.80856],[-86.77261,30.80936],[-86.77716,31.00135],[-86.9369,30.99821],[-86.93711,31.01229],[-87.19086,31.00737],[-87.19062,30.97923],[-87.23826,30.97849],[-87.23815,30.9644],[-87.25367,30.9641],[-87.25342,30.93639],[-87.30051,30.93492],[-87.29948,30.8805],[-87.31638,30.88015],[-87.31183,30.71663]],[[-87.20547,30.37365],[-87.20443,30.33677],[-86.92036,30.38648],[-86.91891,30.36836],[-86.85796,30.36733],[-86.85827,30.38159],[-86.84953,30.38186],[-86.8489,30.39558],[-86.79563,30.39652],[-86.79532,30.41611],[-86.80547,30.41641],[-86.80526,30.42891],[-86.86272,30.43999],[-86.8625,30.45346],[-86.87924,30.45368],[-86.87937,30.44648],[-86.90014,30.44743],[-86.89974,30.46876],[-86.93337,30.46913],[-86.93349,30.46553],[-86.93766,30.46559],[-86.9377,30.46325],[-86.95375,30.447],[-86.96968,30.44648],[-86.96937,30.43293],[-86.98532,30.4323],[-86.98422,30.41933],[-87.01596,30.41843],[-87.01564,30.40458],[-87.11087,30.40181],[-87.11091,30.38944],[-87.14222,30.38824],[-87.14252,30.37462],[-87.20547,30.37365]]],"terms_url":"https://santarosa.fl.gov/","terms_text":"Santa Rosa County","description":"The 2022 3-inch resolution orthoimagery for Santa Rosa County in the State of Florida"},{"id":"Sarasota_Ortho_2024","name":"Sarasota County Orthoimagery (2024)","type":"tms","template":"https://ags3.scgov.net/agsfed/rest/services/ImageServices/SC2024WM/ImageServer/WMTS/tile/1.0.0/ImageServices_SC2024WM/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2024-01-03T00:00:00.000Z","startDate":"2023-12-06T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-82.23475,27.40096],[-82.65082,27.39964],[-82.40258,26.93293],[-82.24912,26.93328],[-82.24933,27.02957],[-82.0343,27.02979],[-82.03436,27.22235],[-82.23438,27.22216],[-82.23475,27.40096]]],"terms_url":"https://data-sarco.opendata.arcgis.com/","terms_text":"Sarasota County GIS","description":"The 2024 3-inch resolution orthoimagery for Sarasota County in the State of Florida"},{"id":"GEOSN-DOP-2005","name":"Saxony historical aerial imagery 2005","type":"wms","template":"https://geodienste.sachsen.de/wms_geosn_dop-2005/guest?LAYERS=dop_2005&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2005-01-01T00:00:00.000Z","startDate":"2005-01-01T00:00:00.000Z","polygon":[[[13.86571,50.71509],[13.86683,50.73012],[13.90116,50.73012],[13.90184,50.74446],[13.91043,50.74446],[13.91043,50.77378],[13.95266,50.77486],[13.95197,50.78897],[13.99969,50.78941],[13.999,50.79831],[14.16715,50.79762],[14.1747,50.8462],[14.32851,50.84534],[14.33503,50.87643],[14.41674,50.876],[14.41674,50.95025],[14.33263,50.95133],[14.3364,50.99802],[14.58188,50.99608],[14.57742,50.94895],[14.54068,50.95003],[14.54446,50.89831],[14.60557,50.89116],[14.60454,50.83439],[14.6605,50.83352],[14.65673,50.79578],[14.83422,50.79469],[14.84727,50.89138],[14.9204,50.88943],[14.9331,50.99478],[14.99902,50.99673],[15.00142,51.09709],[15.04159,51.09709],[15.04228,51.35317],[14.99696,51.35317],[15.00314,51.49959],[14.91593,51.50301],[14.91662,51.55043],[14.74908,51.55129],[14.75114,51.60121],[14.41056,51.59993],[14.41125,51.55129],[14.07891,51.54915],[14.07479,51.49831],[13.99446,51.50002],[13.99446,51.39817],[13.53921,51.39989],[13.53852,51.42516],[13.50041,51.42505],[13.50179,51.44945],[13.41596,51.45094],[13.41699,51.50013],[13.3315,51.50055],[13.33047,51.44966],[13.24945,51.44987],[13.25116,51.60036],[13.16773,51.60057],[13.16739,51.65023],[13.08328,51.65066],[13.08362,51.69941],[12.66202,51.70027],[12.66065,51.64832],[12.4162,51.65045],[12.41345,51.60057],[12.16146,51.60015],[12.16146,51.50109],[12.07631,51.50023],[12.07974,51.39625],[12.16008,51.39753],[12.16214,51.34995],[12.07906,51.35253],[12.07906,51.24562],[12.16214,51.24691],[12.16352,51.0958],[12.24317,51.09709],[12.2454,51.04813],[12.49688,51.04883],[12.49894,50.89966],[12.33346,50.89923],[12.32797,50.84984],[12.20712,50.8494],[12.20506,50.69829],[12.24694,50.69744],[12.24694,50.65023],[11.91529,50.64849],[11.91598,50.59839],[11.83221,50.59817],[11.83255,50.39922],[11.91495,50.39922],[11.91461,50.34886],[11.99486,50.34659],[11.99838,50.29897],[12.16506,50.29912],[12.16549,50.24904],[12.23673,50.24871],[12.24823,50.24212],[12.24772,50.14904],[12.33149,50.14893],[12.33852,50.19335],[12.33286,50.23927],[12.3538,50.23619],[12.35998,50.24926],[12.41457,50.24948],[12.41594,50.29906],[12.49851,50.29874],[12.49834,50.34948],[12.58142,50.34915],[12.58125,50.39896],[12.69489,50.39962],[12.70622,50.39426],[12.71257,50.39875],[13.0813,50.39907],[13.0813,50.4992],[13.24816,50.49898],[13.24884,50.54809],[13.33124,50.54918],[13.33056,50.59911],[13.50908,50.59759],[13.50462,50.62656],[13.5393,50.62635],[13.53827,50.65481],[13.54633,50.65547],[13.54599,50.66983],[13.5544,50.67027],[13.55457,50.68908],[13.54736,50.68887],[13.54582,50.69969],[13.63886,50.69947],[13.63955,50.71425],[13.86571,50.71509]]],"terms_url":"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=3f38c3f3-03db-4a2a-b6da-2704b9a1d5f0","terms_text":"Staatsbetrieb Geobasisinformation und Vermessung Sachsen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{"id":"GEOSN-DOP-2012_2014","name":"Saxony historical aerial imagery 2012-2014","type":"wms","template":"https://geodienste.sachsen.de/wms_geosn_dop_2012_2014/guest?LAYERS=dop_2012_2014_rgb&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","polygon":[[[13.86571,50.71509],[13.86683,50.73012],[13.90116,50.73012],[13.90184,50.74446],[13.91043,50.74446],[13.91043,50.77378],[13.95266,50.77486],[13.95197,50.78897],[13.99969,50.78941],[13.999,50.79831],[14.16715,50.79762],[14.1747,50.8462],[14.32851,50.84534],[14.33503,50.87643],[14.41674,50.876],[14.41674,50.95025],[14.33263,50.95133],[14.3364,50.99802],[14.58188,50.99608],[14.57742,50.94895],[14.54068,50.95003],[14.54446,50.89831],[14.60557,50.89116],[14.60454,50.83439],[14.6605,50.83352],[14.65673,50.79578],[14.83422,50.79469],[14.84727,50.89138],[14.9204,50.88943],[14.9331,50.99478],[14.99902,50.99673],[15.00142,51.09709],[15.04159,51.09709],[15.04228,51.35317],[14.99696,51.35317],[15.00314,51.49959],[14.91593,51.50301],[14.91662,51.55043],[14.74908,51.55129],[14.75114,51.60121],[14.41056,51.59993],[14.41125,51.55129],[14.07891,51.54915],[14.07479,51.49831],[13.99446,51.50002],[13.99446,51.39817],[13.53921,51.39989],[13.53852,51.42516],[13.50041,51.42505],[13.50179,51.44945],[13.41596,51.45094],[13.41699,51.50013],[13.3315,51.50055],[13.33047,51.44966],[13.24945,51.44987],[13.25116,51.60036],[13.16773,51.60057],[13.16739,51.65023],[13.08328,51.65066],[13.08362,51.69941],[12.66202,51.70027],[12.66065,51.64832],[12.4162,51.65045],[12.41345,51.60057],[12.16146,51.60015],[12.16146,51.50109],[12.07631,51.50023],[12.07974,51.39625],[12.16008,51.39753],[12.16214,51.34995],[12.07906,51.35253],[12.07906,51.24562],[12.16214,51.24691],[12.16352,51.0958],[12.24317,51.09709],[12.2454,51.04813],[12.49688,51.04883],[12.49894,50.89966],[12.33346,50.89923],[12.32797,50.84984],[12.20712,50.8494],[12.20506,50.69829],[12.24694,50.69744],[12.24694,50.65023],[11.91529,50.64849],[11.91598,50.59839],[11.83221,50.59817],[11.83255,50.39922],[11.91495,50.39922],[11.91461,50.34886],[11.99486,50.34659],[11.99838,50.29897],[12.16506,50.29912],[12.16549,50.24904],[12.23673,50.24871],[12.24823,50.24212],[12.24772,50.14904],[12.33149,50.14893],[12.33852,50.19335],[12.33286,50.23927],[12.3538,50.23619],[12.35998,50.24926],[12.41457,50.24948],[12.41594,50.29906],[12.49851,50.29874],[12.49834,50.34948],[12.58142,50.34915],[12.58125,50.39896],[12.69489,50.39962],[12.70622,50.39426],[12.71257,50.39875],[13.0813,50.39907],[13.0813,50.4992],[13.24816,50.49898],[13.24884,50.54809],[13.33124,50.54918],[13.33056,50.59911],[13.50908,50.59759],[13.50462,50.62656],[13.5393,50.62635],[13.53827,50.65481],[13.54633,50.65547],[13.54599,50.66983],[13.5544,50.67027],[13.55457,50.68908],[13.54736,50.68887],[13.54582,50.69969],[13.63886,50.69947],[13.63955,50.71425],[13.86571,50.71509]]],"terms_url":"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=8c276e3c-88af-462f-8128-6900bc7dd4f8","terms_text":"Staatsbetrieb Geobasisinformation und Vermessung Sachsen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{"id":"GEOSN-DOP-RGB","name":"Saxony latest aerial imagery","type":"wms","template":"https://geodienste.sachsen.de/wms_geosn_dop-rgb/guest?LAYERS=sn_dop_020&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[13.54901,50.69792],[13.84251,50.71126],[13.93239,50.74504],[14.04614,50.79389],[14.25257,50.85953],[14.40002,50.88966],[14.42671,50.9357],[14.35649,50.97197],[14.32559,50.99319],[14.27504,50.99054],[14.31577,51.04266],[14.41547,51.01263],[14.51939,51.0038],[14.5882,50.9817],[14.54467,50.91977],[14.57977,50.90649],[14.64718,50.92243],[14.64437,50.90915],[14.60505,50.85687],[14.7202,50.81785],[14.81008,50.81341],[14.85642,50.89055],[14.91259,50.94721],[14.99685,51.08679],[15.05303,51.24793],[15.05583,51.29274],[14.99264,51.34452],[14.98843,51.398],[14.97719,51.45754],[14.90979,51.49603],[14.73986,51.5371],[14.73986,51.59122],[14.70054,51.60605],[14.67948,51.5982],[14.68369,51.57813],[14.67386,51.55806],[14.61769,51.55718],[14.58399,51.59035],[14.51939,51.56941],[14.43513,51.5598],[14.327,51.52574],[14.13461,51.55544],[14.0672,51.49952],[14.02788,51.47854],[14.04333,51.45229],[13.99558,51.39274],[13.95767,51.40588],[13.88886,51.38836],[13.72455,51.37434],[13.55463,51.39274],[13.40437,51.45929],[13.35241,51.43916],[13.3159,51.44354],[13.28641,51.41815],[13.22602,51.40063],[13.21339,51.46104],[13.219,51.52661],[13.17406,51.5982],[13.00274,51.67751],[12.90584,51.65312],[12.90303,51.66619],[12.85388,51.69318],[12.76401,51.65922],[12.68817,51.67054],[12.64324,51.62959],[12.57723,51.63046],[12.42557,51.61041],[12.23037,51.57028],[12.17701,51.53011],[12.13909,51.46017],[12.16718,51.41727],[12.1742,51.33487],[12.13207,51.3182],[12.18684,51.21364],[12.15875,51.18812],[12.22054,51.09296],[12.49017,51.05414],[12.52106,50.99319],[12.60532,50.97286],[12.62639,50.91889],[12.50281,50.91092],[12.23739,50.81874],[12.21352,50.72993],[12.28654,50.665],[12.21773,50.6463],[12.13347,50.6276],[12.05343,50.56342],[12.01972,50.64719],[11.85963,50.54825],[11.87649,50.50808],[11.92704,50.5054],[11.93687,50.48664],[11.87087,50.44194],[11.93406,50.39989],[11.96917,50.33987],[12.12083,50.29773],[12.17279,50.3067],[12.18543,50.26094],[12.21212,50.25375],[12.25705,50.21603],[12.28233,50.15668],[12.35535,50.15848],[12.35535,50.22142],[12.41433,50.28158],[12.51123,50.34705],[12.53791,50.38735],[12.67835,50.40257],[12.71205,50.38646],[12.7289,50.39631],[12.75699,50.42584],[12.78648,50.43389],[12.81737,50.41779],[12.84686,50.43657],[12.94797,50.38735],[13.00976,50.41421],[13.04627,50.44999],[13.0561,50.48753],[13.21479,50.49289],[13.27517,50.56609],[13.34118,50.56877],[13.39173,50.61334],[13.47739,50.58571],[13.54761,50.63473],[13.56867,50.67212],[13.54901,50.69792]]],"terms_url":"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=cd01c334-7e32-482f-bd43-af286707178a","terms_text":"Staatsbetrieb Geobasisinformation und Vermessung Sachsen","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{"id":"GEOSN-DOP-CIR","name":"Saxony latest aerial imagery infrared","type":"wms","template":"https://geodienste.sachsen.de/wms_geosn_dop-cir/guest?LAYERS=sn_dop_020_cir&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[13.54901,50.69792],[13.84251,50.71126],[13.93239,50.74504],[14.04614,50.79389],[14.25257,50.85953],[14.40002,50.88966],[14.42671,50.9357],[14.35649,50.97197],[14.32559,50.99319],[14.27504,50.99054],[14.31577,51.04266],[14.41547,51.01263],[14.51939,51.0038],[14.5882,50.9817],[14.54467,50.91977],[14.57977,50.90649],[14.64718,50.92243],[14.64437,50.90915],[14.60505,50.85687],[14.7202,50.81785],[14.81008,50.81341],[14.85642,50.89055],[14.91259,50.94721],[14.99685,51.08679],[15.05303,51.24793],[15.05583,51.29274],[14.99264,51.34452],[14.98843,51.398],[14.97719,51.45754],[14.90979,51.49603],[14.73986,51.5371],[14.73986,51.59122],[14.70054,51.60605],[14.67948,51.5982],[14.68369,51.57813],[14.67386,51.55806],[14.61769,51.55718],[14.58399,51.59035],[14.51939,51.56941],[14.43513,51.5598],[14.327,51.52574],[14.13461,51.55544],[14.0672,51.49952],[14.02788,51.47854],[14.04333,51.45229],[13.99558,51.39274],[13.95767,51.40588],[13.88886,51.38836],[13.72455,51.37434],[13.55463,51.39274],[13.40437,51.45929],[13.35241,51.43916],[13.3159,51.44354],[13.28641,51.41815],[13.22602,51.40063],[13.21339,51.46104],[13.219,51.52661],[13.17406,51.5982],[13.00274,51.67751],[12.90584,51.65312],[12.90303,51.66619],[12.85388,51.69318],[12.76401,51.65922],[12.68817,51.67054],[12.64324,51.62959],[12.57723,51.63046],[12.42557,51.61041],[12.23037,51.57028],[12.17701,51.53011],[12.13909,51.46017],[12.16718,51.41727],[12.1742,51.33487],[12.13207,51.3182],[12.18684,51.21364],[12.15875,51.18812],[12.22054,51.09296],[12.49017,51.05414],[12.52106,50.99319],[12.60532,50.97286],[12.62639,50.91889],[12.50281,50.91092],[12.23739,50.81874],[12.21352,50.72993],[12.28654,50.665],[12.21773,50.6463],[12.13347,50.6276],[12.05343,50.56342],[12.01972,50.64719],[11.85963,50.54825],[11.87649,50.50808],[11.92704,50.5054],[11.93687,50.48664],[11.87087,50.44194],[11.93406,50.39989],[11.96917,50.33987],[12.12083,50.29773],[12.17279,50.3067],[12.18543,50.26094],[12.21212,50.25375],[12.25705,50.21603],[12.28233,50.15668],[12.35535,50.15848],[12.35535,50.22142],[12.41433,50.28158],[12.51123,50.34705],[12.53791,50.38735],[12.67835,50.40257],[12.71205,50.38646],[12.7289,50.39631],[12.75699,50.42584],[12.78648,50.43389],[12.81737,50.41779],[12.84686,50.43657],[12.94797,50.38735],[13.00976,50.41421],[13.04627,50.44999],[13.0561,50.48753],[13.21479,50.49289],[13.27517,50.56609],[13.34118,50.56877],[13.39173,50.61334],[13.47739,50.58571],[13.54761,50.63473],[13.56867,50.67212],[13.54901,50.69792]]],"terms_url":"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=ba87bbed-4cb5-4539-a9f5-f863de752f52","terms_text":"Staatsbetrieb Geobasisinformation und Vermessung Sachsen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{"id":"GEOSN-DTK","name":"Saxony topographic map","type":"wms","template":"https://geodienste.sachsen.de/wms_geosn_dtk-pg-color/guest?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=sn_dtk_pg_color&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[13.54901,50.69792],[13.84251,50.71126],[13.93239,50.74504],[14.04614,50.79389],[14.25257,50.85953],[14.40002,50.88966],[14.42671,50.9357],[14.35649,50.97197],[14.32559,50.99319],[14.27504,50.99054],[14.31577,51.04266],[14.41547,51.01263],[14.51939,51.0038],[14.5882,50.9817],[14.54467,50.91977],[14.57977,50.90649],[14.64718,50.92243],[14.64437,50.90915],[14.60505,50.85687],[14.7202,50.81785],[14.81008,50.81341],[14.85642,50.89055],[14.91259,50.94721],[14.99685,51.08679],[15.05303,51.24793],[15.05583,51.29274],[14.99264,51.34452],[14.98843,51.398],[14.97719,51.45754],[14.90979,51.49603],[14.73986,51.5371],[14.73986,51.59122],[14.70054,51.60605],[14.67948,51.5982],[14.68369,51.57813],[14.67386,51.55806],[14.61769,51.55718],[14.58399,51.59035],[14.51939,51.56941],[14.43513,51.5598],[14.327,51.52574],[14.13461,51.55544],[14.0672,51.49952],[14.02788,51.47854],[14.04333,51.45229],[13.99558,51.39274],[13.95767,51.40588],[13.88886,51.38836],[13.72455,51.37434],[13.55463,51.39274],[13.40437,51.45929],[13.35241,51.43916],[13.3159,51.44354],[13.28641,51.41815],[13.22602,51.40063],[13.21339,51.46104],[13.219,51.52661],[13.17406,51.5982],[13.00274,51.67751],[12.90584,51.65312],[12.90303,51.66619],[12.85388,51.69318],[12.76401,51.65922],[12.68817,51.67054],[12.64324,51.62959],[12.57723,51.63046],[12.42557,51.61041],[12.23037,51.57028],[12.17701,51.53011],[12.13909,51.46017],[12.16718,51.41727],[12.1742,51.33487],[12.13207,51.3182],[12.18684,51.21364],[12.15875,51.18812],[12.22054,51.09296],[12.49017,51.05414],[12.52106,50.99319],[12.60532,50.97286],[12.62639,50.91889],[12.50281,50.91092],[12.23739,50.81874],[12.21352,50.72993],[12.28654,50.665],[12.21773,50.6463],[12.13347,50.6276],[12.05343,50.56342],[12.01972,50.64719],[11.85963,50.54825],[11.87649,50.50808],[11.92704,50.5054],[11.93687,50.48664],[11.87087,50.44194],[11.93406,50.39989],[11.96917,50.33987],[12.12083,50.29773],[12.17279,50.3067],[12.18543,50.26094],[12.21212,50.25375],[12.25705,50.21603],[12.28233,50.15668],[12.35535,50.15848],[12.35535,50.22142],[12.41433,50.28158],[12.51123,50.34705],[12.53791,50.38735],[12.67835,50.40257],[12.71205,50.38646],[12.7289,50.39631],[12.75699,50.42584],[12.78648,50.43389],[12.81737,50.41779],[12.84686,50.43657],[12.94797,50.38735],[13.00976,50.41421],[13.04627,50.44999],[13.0561,50.48753],[13.21479,50.49289],[13.27517,50.56609],[13.34118,50.56877],[13.39173,50.61334],[13.47739,50.58571],[13.54761,50.63473],[13.56867,50.67212],[13.54901,50.69792]]],"terms_url":"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=d6d24c6d-94ea-447d-8a0c-40afdedeb5c6","terms_text":"Staatsbetrieb Geobasisinformation und Vermessung Sachsen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{"id":"GEOSN-WebAtlas","name":"Saxony WebAtlasSN","type":"wms","template":"https://geodienste.sachsen.de/wms_geosn_webatlas-sn/guest?LAYERS=Vegetation,Siedlung,Gewaesser,Verkehr,Administrative_Einheiten,Beschriftung&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","polygon":[[[13.54901,50.69792],[13.84251,50.71126],[13.93239,50.74504],[14.04614,50.79389],[14.25257,50.85953],[14.40002,50.88966],[14.42671,50.9357],[14.35649,50.97197],[14.32559,50.99319],[14.27504,50.99054],[14.31577,51.04266],[14.41547,51.01263],[14.51939,51.0038],[14.5882,50.9817],[14.54467,50.91977],[14.57977,50.90649],[14.64718,50.92243],[14.64437,50.90915],[14.60505,50.85687],[14.7202,50.81785],[14.81008,50.81341],[14.85642,50.89055],[14.91259,50.94721],[14.99685,51.08679],[15.05303,51.24793],[15.05583,51.29274],[14.99264,51.34452],[14.98843,51.398],[14.97719,51.45754],[14.90979,51.49603],[14.73986,51.5371],[14.73986,51.59122],[14.70054,51.60605],[14.67948,51.5982],[14.68369,51.57813],[14.67386,51.55806],[14.61769,51.55718],[14.58399,51.59035],[14.51939,51.56941],[14.43513,51.5598],[14.327,51.52574],[14.13461,51.55544],[14.0672,51.49952],[14.02788,51.47854],[14.04333,51.45229],[13.99558,51.39274],[13.95767,51.40588],[13.88886,51.38836],[13.72455,51.37434],[13.55463,51.39274],[13.40437,51.45929],[13.35241,51.43916],[13.3159,51.44354],[13.28641,51.41815],[13.22602,51.40063],[13.21339,51.46104],[13.219,51.52661],[13.17406,51.5982],[13.00274,51.67751],[12.90584,51.65312],[12.90303,51.66619],[12.85388,51.69318],[12.76401,51.65922],[12.68817,51.67054],[12.64324,51.62959],[12.57723,51.63046],[12.42557,51.61041],[12.23037,51.57028],[12.17701,51.53011],[12.13909,51.46017],[12.16718,51.41727],[12.1742,51.33487],[12.13207,51.3182],[12.18684,51.21364],[12.15875,51.18812],[12.22054,51.09296],[12.49017,51.05414],[12.52106,50.99319],[12.60532,50.97286],[12.62639,50.91889],[12.50281,50.91092],[12.23739,50.81874],[12.21352,50.72993],[12.28654,50.665],[12.21773,50.6463],[12.13347,50.6276],[12.05343,50.56342],[12.01972,50.64719],[11.85963,50.54825],[11.87649,50.50808],[11.92704,50.5054],[11.93687,50.48664],[11.87087,50.44194],[11.93406,50.39989],[11.96917,50.33987],[12.12083,50.29773],[12.17279,50.3067],[12.18543,50.26094],[12.21212,50.25375],[12.25705,50.21603],[12.28233,50.15668],[12.35535,50.15848],[12.35535,50.22142],[12.41433,50.28158],[12.51123,50.34705],[12.53791,50.38735],[12.67835,50.40257],[12.71205,50.38646],[12.7289,50.39631],[12.75699,50.42584],[12.78648,50.43389],[12.81737,50.41779],[12.84686,50.43657],[12.94797,50.38735],[13.00976,50.41421],[13.04627,50.44999],[13.0561,50.48753],[13.21479,50.49289],[13.27517,50.56609],[13.34118,50.56877],[13.39173,50.61334],[13.47739,50.58571],[13.54761,50.63473],[13.56867,50.67212],[13.54901,50.69792]]],"terms_url":"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=475a9197-620f-4dcb-b8aa-7f71b626443f","terms_text":"Staatsbetrieb Geobasisinformation und Vermessung Sachsen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{"id":"scb-industrial","name":"SCB - Industrial zones","type":"wms","template":"http://geodata.scb.se/geoserver/stat/Verksamhetsomraden/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=stat:Verksamhetsomraden.2015&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://scb.se/","terms_text":"© Statistiska Centralbyrån, CC0","description":"Geographically delimited areas which are characterized by large-scale and industrial land use","icon":"https://scb.se/StyleguideAssets/scb/img/Start/favicon-32x32.png","overlay":true},{"id":"scb-settlements","name":"SCB - Small Settlements","type":"wms","template":"http://geodata.scb.se/geoserver/stat/Smaorter/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=stat:Smaorter.2015&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://scb.se/","terms_text":"© Statistiska Centralbyrån, CC0","description":"Contiguous areas of buildings with 50-199 inhabitants and no more than 150 metres between houses","icon":"https://scb.se/StyleguideAssets/scb/img/Start/favicon-32x32.png","overlay":true},{"id":"scb-urban","name":"SCB - Urban Areas","type":"wms","template":"http://geodata.scb.se/geoserver/stat/Tatorter/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=stat:Tatorter.2020&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://scb.se/","terms_text":"© Statistiska Centralbyrån, CC0","description":"Human settlements of at least 200 people with less than 500 meters between households","icon":"https://scb.se/StyleguideAssets/scb/img/Start/favicon-32x32.png","overlay":true},{"id":"scb-vacation","name":"SCB - Vacation Home Areas","type":"wms","template":"http://geodata.scb.se/geoserver/stat/Fritidshusomraden/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=stat:Fritidshusomraden.2015&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://scb.se/","terms_text":"© Statistiska Centralbyrån, CC0","description":"Contiguous areas that consist mainly of holiday homes; a collection of at least 50 holiday homes, where the distance between them does not exceed 150 metres","icon":"https://scb.se/StyleguideAssets/scb/img/Start/favicon-32x32.png","overlay":true},{"id":"Scioto_OH_2023","name":"Scioto County Orthoimagery (2023)","type":"tms","template":"https://www.sciotocountyengineer.org/arcgis/rest/services/Imagery/Imagery_2023/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-83.2646,38.60836],[-83.26466,38.61518],[-83.24716,38.61534],[-83.24723,38.62223],[-83.23846,38.62223],[-83.23841,38.61537],[-83.22093,38.61546],[-83.22085,38.60865],[-83.15087,38.60904],[-83.15095,38.61593],[-83.13344,38.61601],[-83.1335,38.62287],[-83.12476,38.62292],[-83.12488,38.63667],[-83.11612,38.63668],[-83.11629,38.6573],[-83.10755,38.65735],[-83.10761,38.66422],[-83.09885,38.66425],[-83.0989,38.67111],[-83.0814,38.67117],[-83.08143,38.67805],[-83.06394,38.67814],[-83.06397,38.68502],[-83.04644,38.68508],[-83.04654,38.69195],[-83.03774,38.692],[-83.03789,38.70574],[-83.02912,38.70575],[-83.02921,38.71951],[-82.95914,38.7198],[-82.9592,38.72666],[-82.94164,38.72674],[-82.94172,38.7336],[-82.93291,38.73366],[-82.933,38.74049],[-82.91541,38.74055],[-82.91548,38.74742],[-82.88917,38.74751],[-82.88917,38.7407],[-82.88038,38.74072],[-82.88014,38.70634],[-82.88894,38.70634],[-82.88886,38.67888],[-82.88002,38.6789],[-82.88005,38.67202],[-82.87123,38.67205],[-82.87108,38.63088],[-82.8623,38.63084],[-82.86211,38.59657],[-82.85339,38.59657],[-82.85332,38.58289],[-82.84455,38.58287],[-82.84449,38.57604],[-82.83576,38.57602],[-82.83574,38.56924],[-82.82695,38.5693],[-82.82698,38.5624],[-82.81816,38.56237],[-82.81826,38.5693],[-82.79202,38.56924],[-82.79206,38.57618],[-82.77459,38.57623],[-82.77462,38.5831],[-82.7571,38.58305],[-82.7571,38.59001],[-82.73963,38.59001],[-82.73966,38.61752],[-82.74849,38.61745],[-82.74833,38.63121],[-82.75729,38.63121],[-82.75743,38.6724],[-82.70487,38.67246],[-82.70492,38.67935],[-82.69613,38.67937],[-82.69634,38.73429],[-82.68753,38.7343],[-82.68758,38.74803],[-82.67005,38.74806],[-82.67005,38.74119],[-82.66126,38.74119],[-82.66131,38.75494],[-82.65255,38.75495],[-82.65267,38.81673],[-82.6439,38.81673],[-82.64396,38.85105],[-82.67031,38.85098],[-82.67031,38.85788],[-82.75812,38.85772],[-82.75821,38.88519],[-82.74943,38.88519],[-82.74961,38.94699],[-82.77601,38.94689],[-82.77603,38.95378],[-82.90788,38.95336],[-82.90792,38.96025],[-83.15412,38.95911],[-83.15412,38.966],[-83.20694,38.96568],[-83.20717,38.99314],[-83.216,38.99308],[-83.21605,38.99993],[-83.22487,38.99989],[-83.22493,39.00676],[-83.23373,39.0067],[-83.23381,39.01356],[-83.25139,39.01344],[-83.25147,39.02031],[-83.27787,39.02014],[-83.27337,38.6083],[-83.2646,38.60836]]],"terms_url":"https://www.sciotocountyoh.com/","terms_text":"Scioto County, State of Ohio","description":"Spring 2023 orthoimagery for Scioto County in the State of Ohio","icon":"https://static.wixstatic.com/media/9d7006_5556bd6699f14a90919dfd77b498c26d~mv2.png/v1/fill/w_220,h_220,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Scioto%20Co%20Seal.png"},{"id":"Geodatastyrelsen_Denmark","name":"SDFI Aerial Imagery","type":"tms","template":"https://osmtools.septima.dk/mapproxy/tiles/1.0.0/kortforsyningen_ortoforaar/EPSG3857/{zoom}/{x}/{y}.jpeg","category":"photo","zoomExtent":[0,21],"polygon":[[[15.28158,55.15442],[15.12556,55.16238],[15.13934,55.25174],[14.82638,55.26713],[14.83952,55.35652],[14.68259,55.36394],[14.63175,55.00625],[15.25356,54.97576],[15.28158,55.15442]],[[15.29572,55.24374],[15.30992,55.33306],[15.1532,55.34108],[15.13934,55.25174],[15.29572,55.24374]],[[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779],[11.57829,56.18804]],[[8.01851,56.75014],[8.05027,55.49247],[8.20873,55.49373],[8.2104,55.40398],[8.36838,55.40421],[8.37439,54.95517],[8.53143,54.95516],[8.5322,54.86638],[9.15628,54.86754],[9.15558,54.77696],[10.08737,54.77239],[10.09023,54.86221],[10.24598,54.86047],[10.2424,54.77059],[10.55472,54.76702],[10.5511,54.67817],[10.70411,54.67567],[10.70745,54.7113],[10.73844,54.71085],[10.73891,54.71976],[10.7544,54.71957],[10.75514,54.73758],[10.77073,54.73728],[10.77136,54.76439],[10.86512,54.76347],[10.86172,54.6734],[11.17064,54.66865],[11.16585,54.57822],[11.78374,54.56548],[11.7795,54.47536],[12.08586,54.46817],[12.10707,54.73782],[12.26102,54.73316],[12.27666,54.9119],[12.5872,54.90363],[12.60486,55.08329],[12.28973,55.09236],[12.2987,55.18223],[12.45529,55.17782],[12.46273,55.26722],[12.62009,55.26326],[12.62697,55.35238],[12.47024,55.35705],[12.47782,55.44707],[12.32061,55.45137],[12.32687,55.54121],[12.96129,55.52173],[12.97923,55.7014],[12.66111,55.71143],[12.70235,56.15944],[12.06085,56.17626],[12.05403,56.08713],[11.732,56.09521],[11.7265,56.00506],[11.08581,56.01783],[11.08028,55.92792],[10.91971,55.93094],[10.92587,56.02012],[10.60521,56.02475],[10.60797,56.11503],[10.76948,56.11201],[10.77197,56.20202],[10.93412,56.19948],[10.94299,56.37953],[11.10526,56.37683],[11.10993,56.46647],[10.94792,56.46922],[10.95242,56.55898],[10.4649,56.56567],[10.47503,56.83509],[10.31123,56.83693],[10.3144,56.92676],[10.47862,56.92491],[10.48577,57.10451],[10.65078,57.10245],[10.67104,57.55141],[10.504,57.55351],[10.5077,57.64331],[10.67516,57.6412],[10.68349,57.82077],[10.51521,57.82289],[10.51183,57.73303],[10.17542,57.73678],[10.17257,57.64628],[9.83749,57.64933],[9.8352,57.55963],[9.66873,57.56056],[9.66497,57.38116],[9.49886,57.38206],[9.49789,57.29196],[9.33191,57.29248],[9.33163,57.20276],[8.50339,57.20205],[8.50544,57.11232],[8.33925,57.11196],[8.34133,57.02199],[8.17633,57.02089],[8.18192,56.75099],[8.01851,56.75014]],[[11.44596,56.64011],[11.77167,56.63328],[11.78492,56.81274],[11.45777,56.81955],[11.44596,56.64011]],[[11.31618,57.1818],[11.32747,57.3613],[10.82906,57.36953],[10.81577,57.10017],[11.14566,57.09496],[11.15087,57.18473],[11.31618,57.1818]]],"terms_url":"https://dataforsyningen.dk/asset/PDF/rettigheder_vilkaar/Vilk%C3%A5r%20for%20brug%20af%20frie%20geografiske%20data.pdf","terms_text":"Styrelsen for Dataforsyning og Infrastruktur","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"Geodatastyrelsen_Cadastral_Parcels_INSPIRE_View","name":"SDFI Cadastral Parcels INSPIRE View","type":"wms","template":"https://kortforsyningen.kms.dk/cp_inspire?LAYERS=CP.CadastralParcel&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LOGIN=OpenStreetMapDK2015&PASSWORD=Gall4Peters","category":"other","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[15.28158,55.15442],[15.12556,55.16238],[15.13934,55.25174],[14.82638,55.26713],[14.83952,55.35652],[14.68259,55.36394],[14.63175,55.00625],[15.25356,54.97576],[15.28158,55.15442]],[[15.29572,55.24374],[15.30992,55.33306],[15.1532,55.34108],[15.13934,55.25174],[15.29572,55.24374]],[[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779],[11.57829,56.18804]],[[8.01851,56.75014],[8.05027,55.49247],[8.20873,55.49373],[8.2104,55.40398],[8.36838,55.40421],[8.37439,54.95517],[8.53143,54.95516],[8.5322,54.86638],[9.15628,54.86754],[9.15558,54.77696],[10.08737,54.77239],[10.09023,54.86221],[10.24598,54.86047],[10.2424,54.77059],[10.55472,54.76702],[10.5511,54.67817],[10.70411,54.67567],[10.70745,54.7113],[10.73844,54.71085],[10.73891,54.71976],[10.7544,54.71957],[10.75514,54.73758],[10.77073,54.73728],[10.77136,54.76439],[10.86512,54.76347],[10.86172,54.6734],[11.17064,54.66865],[11.16585,54.57822],[11.78374,54.56548],[11.7795,54.47536],[12.08586,54.46817],[12.10707,54.73782],[12.26102,54.73316],[12.27666,54.9119],[12.5872,54.90363],[12.60486,55.08329],[12.28973,55.09236],[12.2987,55.18223],[12.45529,55.17782],[12.46273,55.26722],[12.62009,55.26326],[12.62697,55.35238],[12.47024,55.35705],[12.47782,55.44707],[12.32061,55.45137],[12.32687,55.54121],[12.96129,55.52173],[12.97923,55.7014],[12.66111,55.71143],[12.70235,56.15944],[12.06085,56.17626],[12.05403,56.08713],[11.732,56.09521],[11.7265,56.00506],[11.08581,56.01783],[11.08028,55.92792],[10.91971,55.93094],[10.92587,56.02012],[10.60521,56.02475],[10.60797,56.11503],[10.76948,56.11201],[10.77197,56.20202],[10.93412,56.19948],[10.94299,56.37953],[11.10526,56.37683],[11.10993,56.46647],[10.94792,56.46922],[10.95242,56.55898],[10.4649,56.56567],[10.47503,56.83509],[10.31123,56.83693],[10.3144,56.92676],[10.47862,56.92491],[10.48577,57.10451],[10.65078,57.10245],[10.67104,57.55141],[10.504,57.55351],[10.5077,57.64331],[10.67516,57.6412],[10.68349,57.82077],[10.51521,57.82289],[10.51183,57.73303],[10.17542,57.73678],[10.17257,57.64628],[9.83749,57.64933],[9.8352,57.55963],[9.66873,57.56056],[9.66497,57.38116],[9.49886,57.38206],[9.49789,57.29196],[9.33191,57.29248],[9.33163,57.20276],[8.50339,57.20205],[8.50544,57.11232],[8.33925,57.11196],[8.34133,57.02199],[8.17633,57.02089],[8.18192,56.75099],[8.01851,56.75014]],[[11.44596,56.64011],[11.77167,56.63328],[11.78492,56.81274],[11.45777,56.81955],[11.44596,56.64011]],[[11.31618,57.1818],[11.32747,57.3613],[10.82906,57.36953],[10.81577,57.10017],[11.14566,57.09496],[11.15087,57.18473],[11.31618,57.1818]]],"terms_url":"https://dataforsyningen.dk/asset/PDF/rettigheder_vilkaar/Vilk%C3%A5r%20for%20brug%20af%20data%20fra%20GST.pdf","terms_text":"Geodatastyrelsen og Styrelsen for Dataforsyning og Infrastruktur","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"Geodatastyrelsen_DTK_Kort25","name":"SDFI DTK Map25","type":"wms","template":"https://api.dataforsyningen.dk/dtk_25_DAF?service=WMS&request=GetMap&token=52065b2ec5fda5a46a50b451f3f24473&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&Layers=dtk25&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[15.28158,55.15442],[15.12556,55.16238],[15.13934,55.25174],[14.82638,55.26713],[14.83952,55.35652],[14.68259,55.36394],[14.63175,55.00625],[15.25356,54.97576],[15.28158,55.15442]],[[15.29572,55.24374],[15.30992,55.33306],[15.1532,55.34108],[15.13934,55.25174],[15.29572,55.24374]],[[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779],[11.57829,56.18804]],[[8.01851,56.75014],[8.05027,55.49247],[8.20873,55.49373],[8.2104,55.40398],[8.36838,55.40421],[8.37439,54.95517],[8.53143,54.95516],[8.5322,54.86638],[9.15628,54.86754],[9.15558,54.77696],[10.08737,54.77239],[10.09023,54.86221],[10.24598,54.86047],[10.2424,54.77059],[10.55472,54.76702],[10.5511,54.67817],[10.70411,54.67567],[10.70745,54.7113],[10.73844,54.71085],[10.73891,54.71976],[10.7544,54.71957],[10.75514,54.73758],[10.77073,54.73728],[10.77136,54.76439],[10.86512,54.76347],[10.86172,54.6734],[11.17064,54.66865],[11.16585,54.57822],[11.78374,54.56548],[11.7795,54.47536],[12.08586,54.46817],[12.10707,54.73782],[12.26102,54.73316],[12.27666,54.9119],[12.5872,54.90363],[12.60486,55.08329],[12.28973,55.09236],[12.2987,55.18223],[12.45529,55.17782],[12.46273,55.26722],[12.62009,55.26326],[12.62697,55.35238],[12.47024,55.35705],[12.47782,55.44707],[12.32061,55.45137],[12.32687,55.54121],[12.96129,55.52173],[12.97923,55.7014],[12.66111,55.71143],[12.70235,56.15944],[12.06085,56.17626],[12.05403,56.08713],[11.732,56.09521],[11.7265,56.00506],[11.08581,56.01783],[11.08028,55.92792],[10.91971,55.93094],[10.92587,56.02012],[10.60521,56.02475],[10.60797,56.11503],[10.76948,56.11201],[10.77197,56.20202],[10.93412,56.19948],[10.94299,56.37953],[11.10526,56.37683],[11.10993,56.46647],[10.94792,56.46922],[10.95242,56.55898],[10.4649,56.56567],[10.47503,56.83509],[10.31123,56.83693],[10.3144,56.92676],[10.47862,56.92491],[10.48577,57.10451],[10.65078,57.10245],[10.67104,57.55141],[10.504,57.55351],[10.5077,57.64331],[10.67516,57.6412],[10.68349,57.82077],[10.51521,57.82289],[10.51183,57.73303],[10.17542,57.73678],[10.17257,57.64628],[9.83749,57.64933],[9.8352,57.55963],[9.66873,57.56056],[9.66497,57.38116],[9.49886,57.38206],[9.49789,57.29196],[9.33191,57.29248],[9.33163,57.20276],[8.50339,57.20205],[8.50544,57.11232],[8.33925,57.11196],[8.34133,57.02199],[8.17633,57.02089],[8.18192,56.75099],[8.01851,56.75014]],[[11.44596,56.64011],[11.77167,56.63328],[11.78492,56.81274],[11.45777,56.81955],[11.44596,56.64011]],[[11.31618,57.1818],[11.32747,57.3613],[10.82906,57.36953],[10.81577,57.10017],[11.14566,57.09496],[11.15087,57.18473],[11.31618,57.1818]]],"terms_url":"https://dataforsyningen.dk/asset/PDF/rettigheder_vilkaar/Vilk%C3%A5r%20for%20brug%20af%20frie%20geografiske%20data.pdf","terms_text":"Styrelsen for Dataforsyning og Infrastruktur","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"Geodatastyrelsen_Skaermkort","name":"SDFI Screenmap","type":"wms","template":"https://services.datafordeler.dk/DKskaermkort/topo_skaermkort/1.0.0/Wms?username=OPFFZDPOAS&password=tRmWsq8p9LW2-pf&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=dtk_skaermkort&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","zoomExtent":[0,19],"polygon":[[[15.28158,55.15442],[15.12556,55.16238],[15.13934,55.25174],[14.82638,55.26713],[14.83952,55.35652],[14.68259,55.36394],[14.63175,55.00625],[15.25356,54.97576],[15.28158,55.15442]],[[15.29572,55.24374],[15.30992,55.33306],[15.1532,55.34108],[15.13934,55.25174],[15.29572,55.24374]],[[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779],[11.57829,56.18804]],[[8.01851,56.75014],[8.05027,55.49247],[8.20873,55.49373],[8.2104,55.40398],[8.36838,55.40421],[8.37439,54.95517],[8.53143,54.95516],[8.5322,54.86638],[9.15628,54.86754],[9.15558,54.77696],[10.08737,54.77239],[10.09023,54.86221],[10.24598,54.86047],[10.2424,54.77059],[10.55472,54.76702],[10.5511,54.67817],[10.70411,54.67567],[10.70745,54.7113],[10.73844,54.71085],[10.73891,54.71976],[10.7544,54.71957],[10.75514,54.73758],[10.77073,54.73728],[10.77136,54.76439],[10.86512,54.76347],[10.86172,54.6734],[11.17064,54.66865],[11.16585,54.57822],[11.78374,54.56548],[11.7795,54.47536],[12.08586,54.46817],[12.10707,54.73782],[12.26102,54.73316],[12.27666,54.9119],[12.5872,54.90363],[12.60486,55.08329],[12.28973,55.09236],[12.2987,55.18223],[12.45529,55.17782],[12.46273,55.26722],[12.62009,55.26326],[12.62697,55.35238],[12.47024,55.35705],[12.47782,55.44707],[12.32061,55.45137],[12.32687,55.54121],[12.96129,55.52173],[12.97923,55.7014],[12.66111,55.71143],[12.70235,56.15944],[12.06085,56.17626],[12.05403,56.08713],[11.732,56.09521],[11.7265,56.00506],[11.08581,56.01783],[11.08028,55.92792],[10.91971,55.93094],[10.92587,56.02012],[10.60521,56.02475],[10.60797,56.11503],[10.76948,56.11201],[10.77197,56.20202],[10.93412,56.19948],[10.94299,56.37953],[11.10526,56.37683],[11.10993,56.46647],[10.94792,56.46922],[10.95242,56.55898],[10.4649,56.56567],[10.47503,56.83509],[10.31123,56.83693],[10.3144,56.92676],[10.47862,56.92491],[10.48577,57.10451],[10.65078,57.10245],[10.67104,57.55141],[10.504,57.55351],[10.5077,57.64331],[10.67516,57.6412],[10.68349,57.82077],[10.51521,57.82289],[10.51183,57.73303],[10.17542,57.73678],[10.17257,57.64628],[9.83749,57.64933],[9.8352,57.55963],[9.66873,57.56056],[9.66497,57.38116],[9.49886,57.38206],[9.49789,57.29196],[9.33191,57.29248],[9.33163,57.20276],[8.50339,57.20205],[8.50544,57.11232],[8.33925,57.11196],[8.34133,57.02199],[8.17633,57.02089],[8.18192,56.75099],[8.01851,56.75014]],[[11.44596,56.64011],[11.77167,56.63328],[11.78492,56.81274],[11.45777,56.81955],[11.44596,56.64011]],[[11.31618,57.1818],[11.32747,57.3613],[10.82906,57.36953],[10.81577,57.10017],[11.14566,57.09496],[11.15087,57.18473],[11.31618,57.1818]]],"terms_url":"https://sdfi.dk/Media/638052180760639799/Vilk%C3%A5r%20for%20brug%20af%20frie%20geografiske%20data,%20opdateret%20november%202022.pdf","terms_text":"Styrelsen for Dataforsyning og Infrastruktur","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"SDFE_Overflade_Skyggekort_40cm","name":"SDFI Surface Shadow Map (40 cm)","type":"wms","template":"https://api.dataforsyningen.dk/dhm_DAF?service=WMS&request=GetMap&token=52065b2ec5fda5a46a50b451f3f24473&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&Layers=dhm_overflade_skyggekort&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","zoomExtent":[0,20],"polygon":[[[15.28158,55.15442],[15.12556,55.16238],[15.13934,55.25174],[14.82638,55.26713],[14.83952,55.35652],[14.68259,55.36394],[14.63175,55.00625],[15.25356,54.97576],[15.28158,55.15442]],[[15.29572,55.24374],[15.30992,55.33306],[15.1532,55.34108],[15.13934,55.25174],[15.29572,55.24374]],[[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779],[11.57829,56.18804]],[[8.01851,56.75014],[8.05027,55.49247],[8.20873,55.49373],[8.2104,55.40398],[8.36838,55.40421],[8.37439,54.95517],[8.53143,54.95516],[8.5322,54.86638],[9.15628,54.86754],[9.15558,54.77696],[10.08737,54.77239],[10.09023,54.86221],[10.24598,54.86047],[10.2424,54.77059],[10.55472,54.76702],[10.5511,54.67817],[10.70411,54.67567],[10.70745,54.7113],[10.73844,54.71085],[10.73891,54.71976],[10.7544,54.71957],[10.75514,54.73758],[10.77073,54.73728],[10.77136,54.76439],[10.86512,54.76347],[10.86172,54.6734],[11.17064,54.66865],[11.16585,54.57822],[11.78374,54.56548],[11.7795,54.47536],[12.08586,54.46817],[12.10707,54.73782],[12.26102,54.73316],[12.27666,54.9119],[12.5872,54.90363],[12.60486,55.08329],[12.28973,55.09236],[12.2987,55.18223],[12.45529,55.17782],[12.46273,55.26722],[12.62009,55.26326],[12.62697,55.35238],[12.47024,55.35705],[12.47782,55.44707],[12.32061,55.45137],[12.32687,55.54121],[12.96129,55.52173],[12.97923,55.7014],[12.66111,55.71143],[12.70235,56.15944],[12.06085,56.17626],[12.05403,56.08713],[11.732,56.09521],[11.7265,56.00506],[11.08581,56.01783],[11.08028,55.92792],[10.91971,55.93094],[10.92587,56.02012],[10.60521,56.02475],[10.60797,56.11503],[10.76948,56.11201],[10.77197,56.20202],[10.93412,56.19948],[10.94299,56.37953],[11.10526,56.37683],[11.10993,56.46647],[10.94792,56.46922],[10.95242,56.55898],[10.4649,56.56567],[10.47503,56.83509],[10.31123,56.83693],[10.3144,56.92676],[10.47862,56.92491],[10.48577,57.10451],[10.65078,57.10245],[10.67104,57.55141],[10.504,57.55351],[10.5077,57.64331],[10.67516,57.6412],[10.68349,57.82077],[10.51521,57.82289],[10.51183,57.73303],[10.17542,57.73678],[10.17257,57.64628],[9.83749,57.64933],[9.8352,57.55963],[9.66873,57.56056],[9.66497,57.38116],[9.49886,57.38206],[9.49789,57.29196],[9.33191,57.29248],[9.33163,57.20276],[8.50339,57.20205],[8.50544,57.11232],[8.33925,57.11196],[8.34133,57.02199],[8.17633,57.02089],[8.18192,56.75099],[8.01851,56.75014]],[[11.44596,56.64011],[11.77167,56.63328],[11.78492,56.81274],[11.45777,56.81955],[11.44596,56.64011]],[[11.31618,57.1818],[11.32747,57.3613],[10.82906,57.36953],[10.81577,57.10017],[11.14566,57.09496],[11.15087,57.18473],[11.31618,57.1818]]],"terms_url":"https://dataforsyningen.dk/asset/PDF/rettigheder_vilkaar/Vilk%C3%A5r%20for%20brug%20af%20frie%20geografiske%20data.pdf","terms_text":"Styrelsen for Dataforsyning og Infrastruktur","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"SDFE_Terraen_Skyggekort_40cm","name":"SDFI Terrain Shadow Map (40 cm)","type":"wms","template":"https://api.dataforsyningen.dk/dhm_DAF?service=WMS&request=GetMap&token=52065b2ec5fda5a46a50b451f3f24473&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&Layers=dhm_terraen_skyggekort&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","zoomExtent":[0,20],"polygon":[[[15.28158,55.15442],[15.12556,55.16238],[15.13934,55.25174],[14.82638,55.26713],[14.83952,55.35652],[14.68259,55.36394],[14.63175,55.00625],[15.25356,54.97576],[15.28158,55.15442]],[[15.29572,55.24374],[15.30992,55.33306],[15.1532,55.34108],[15.13934,55.25174],[15.29572,55.24374]],[[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779],[11.57829,56.18804]],[[8.01851,56.75014],[8.05027,55.49247],[8.20873,55.49373],[8.2104,55.40398],[8.36838,55.40421],[8.37439,54.95517],[8.53143,54.95516],[8.5322,54.86638],[9.15628,54.86754],[9.15558,54.77696],[10.08737,54.77239],[10.09023,54.86221],[10.24598,54.86047],[10.2424,54.77059],[10.55472,54.76702],[10.5511,54.67817],[10.70411,54.67567],[10.70745,54.7113],[10.73844,54.71085],[10.73891,54.71976],[10.7544,54.71957],[10.75514,54.73758],[10.77073,54.73728],[10.77136,54.76439],[10.86512,54.76347],[10.86172,54.6734],[11.17064,54.66865],[11.16585,54.57822],[11.78374,54.56548],[11.7795,54.47536],[12.08586,54.46817],[12.10707,54.73782],[12.26102,54.73316],[12.27666,54.9119],[12.5872,54.90363],[12.60486,55.08329],[12.28973,55.09236],[12.2987,55.18223],[12.45529,55.17782],[12.46273,55.26722],[12.62009,55.26326],[12.62697,55.35238],[12.47024,55.35705],[12.47782,55.44707],[12.32061,55.45137],[12.32687,55.54121],[12.96129,55.52173],[12.97923,55.7014],[12.66111,55.71143],[12.70235,56.15944],[12.06085,56.17626],[12.05403,56.08713],[11.732,56.09521],[11.7265,56.00506],[11.08581,56.01783],[11.08028,55.92792],[10.91971,55.93094],[10.92587,56.02012],[10.60521,56.02475],[10.60797,56.11503],[10.76948,56.11201],[10.77197,56.20202],[10.93412,56.19948],[10.94299,56.37953],[11.10526,56.37683],[11.10993,56.46647],[10.94792,56.46922],[10.95242,56.55898],[10.4649,56.56567],[10.47503,56.83509],[10.31123,56.83693],[10.3144,56.92676],[10.47862,56.92491],[10.48577,57.10451],[10.65078,57.10245],[10.67104,57.55141],[10.504,57.55351],[10.5077,57.64331],[10.67516,57.6412],[10.68349,57.82077],[10.51521,57.82289],[10.51183,57.73303],[10.17542,57.73678],[10.17257,57.64628],[9.83749,57.64933],[9.8352,57.55963],[9.66873,57.56056],[9.66497,57.38116],[9.49886,57.38206],[9.49789,57.29196],[9.33191,57.29248],[9.33163,57.20276],[8.50339,57.20205],[8.50544,57.11232],[8.33925,57.11196],[8.34133,57.02199],[8.17633,57.02089],[8.18192,56.75099],[8.01851,56.75014]],[[11.44596,56.64011],[11.77167,56.63328],[11.78492,56.81274],[11.45777,56.81955],[11.44596,56.64011]],[[11.31618,57.1818],[11.32747,57.3613],[10.82906,57.36953],[10.81577,57.10017],[11.14566,57.09496],[11.15087,57.18473],[11.31618,57.1818]]],"terms_url":"https://dataforsyningen.dk/asset/PDF/rettigheder_vilkaar/Vilk%C3%A5r%20for%20brug%20af%20frie%20geografiske%20data.pdf","terms_text":"Styrelsen for Dataforsyning og Infrastruktur","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"Seminole_Ortho_2021","name":"Seminole County Orthoimagery (2021)","type":"tms","template":"https://seminolearcgis.seminolecountyfl.gov:6443/arcgis/rest/services/Aerials2021/MapServer/WMTS/tile/1.0.0/Aerials2021/default/GoogleMapsCompatible/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.45946,28.72408],[-81.45972,28.63987],[-81.362,28.64017],[-81.36198,28.63692],[-81.33388,28.63696],[-81.33385,28.61057],[-80.98709,28.61293],[-80.98709,28.63693],[-81.00331,28.637],[-81.00331,28.6805],[-81.01988,28.68059],[-81.01986,28.69501],[-81.00333,28.69501],[-81.00333,28.70098],[-81.02097,28.70099],[-81.02097,28.72408],[-81.03636,28.72409],[-81.05676,28.7877],[-81.05677,28.80228],[-81.06738,28.80228],[-81.06739,28.81119],[-81.06944,28.81119],[-81.06945,28.82572],[-81.10248,28.82571],[-81.10248,28.82889],[-81.13554,28.82887],[-81.13554,28.81121],[-81.15207,28.81119],[-81.15203,28.79664],[-81.20161,28.79669],[-81.20164,28.81122],[-81.21814,28.81121],[-81.21818,28.8232],[-81.30074,28.82571],[-81.30079,28.84027],[-81.31726,28.84023],[-81.31731,28.85479],[-81.35032,28.85476],[-81.35031,28.87371],[-81.36304,28.87369],[-81.36301,28.87847],[-81.36708,28.87849],[-81.36708,28.87364],[-81.3834,28.8736],[-81.3834,28.86934],[-81.39999,28.86928],[-81.39995,28.85481],[-81.41649,28.85473],[-81.41644,28.82576],[-81.41981,28.82573],[-81.4197,28.79666],[-81.4165,28.79667],[-81.41645,28.75314],[-81.43302,28.75311],[-81.43302,28.72411],[-81.45946,28.72408]]],"terms_url":"https://maps2.scpafl.org/SCPAExternal/","terms_text":"Seminole County GIS","description":"The 2021 orthoimagery for Seminole County of the State of Florida"},{"id":"Seminole_Ortho_2023","name":"Seminole County Orthoimagery (2023)","type":"tms","template":"https://seminolearcgis.seminolecountyfl.gov:6443/arcgis/rest/services/Aerials2023/MapServer/WMTS/tile/1.0.0/Aerials2023/default/GoogleMapsCompatible/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-81.45946,28.72408],[-81.45972,28.63987],[-81.362,28.64017],[-81.36198,28.63692],[-81.33388,28.63696],[-81.33385,28.61057],[-80.98709,28.61293],[-80.98709,28.63693],[-81.00331,28.637],[-81.00331,28.6805],[-81.01988,28.68059],[-81.01986,28.69501],[-81.00333,28.69501],[-81.00333,28.70098],[-81.02097,28.70099],[-81.02097,28.72408],[-81.03636,28.72409],[-81.05676,28.7877],[-81.05677,28.80228],[-81.06738,28.80228],[-81.06739,28.81119],[-81.06944,28.81119],[-81.06945,28.82572],[-81.10248,28.82571],[-81.10248,28.82889],[-81.13554,28.82887],[-81.13554,28.81121],[-81.15207,28.81119],[-81.15203,28.79664],[-81.20161,28.79669],[-81.20164,28.81122],[-81.21814,28.81121],[-81.21818,28.8232],[-81.30074,28.82571],[-81.30079,28.84027],[-81.31726,28.84023],[-81.31731,28.85479],[-81.35032,28.85476],[-81.35031,28.87371],[-81.36304,28.87369],[-81.36301,28.87847],[-81.36708,28.87849],[-81.36708,28.87364],[-81.3834,28.8736],[-81.3834,28.86934],[-81.39999,28.86928],[-81.39995,28.85481],[-81.41649,28.85473],[-81.41644,28.82576],[-81.41981,28.82573],[-81.4197,28.79666],[-81.4165,28.79667],[-81.41645,28.75314],[-81.43302,28.75311],[-81.43302,28.72411],[-81.45946,28.72408]]],"terms_url":"https://maps2.scpafl.org/SCPAExternal/","terms_text":"Seminole County GIS","description":"The 2023 orthoimagery for Seminole County of the State of Florida"},{"id":"Seminole_Ortho_2024","name":"Seminole County Orthoimagery (2024)","type":"wms","template":"https://seminolearcgis.seminolecountyfl.gov:6443/arcgis/rest/services/Aerials2024/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.45946,28.72408],[-81.45972,28.63987],[-81.362,28.64017],[-81.36198,28.63692],[-81.33388,28.63696],[-81.33385,28.61057],[-80.98709,28.61293],[-80.98709,28.63693],[-81.00331,28.637],[-81.00331,28.6805],[-81.01988,28.68059],[-81.01986,28.69501],[-81.00333,28.69501],[-81.00333,28.70098],[-81.02097,28.70099],[-81.02097,28.72408],[-81.03636,28.72409],[-81.05676,28.7877],[-81.05677,28.80228],[-81.06738,28.80228],[-81.06739,28.81119],[-81.06944,28.81119],[-81.06945,28.82572],[-81.10248,28.82571],[-81.10248,28.82889],[-81.13554,28.82887],[-81.13554,28.81121],[-81.15207,28.81119],[-81.15203,28.79664],[-81.20161,28.79669],[-81.20164,28.81122],[-81.21814,28.81121],[-81.21818,28.8232],[-81.30074,28.82571],[-81.30079,28.84027],[-81.31726,28.84023],[-81.31731,28.85479],[-81.35032,28.85476],[-81.35031,28.87371],[-81.36304,28.87369],[-81.36301,28.87847],[-81.36708,28.87849],[-81.36708,28.87364],[-81.3834,28.8736],[-81.3834,28.86934],[-81.39999,28.86928],[-81.39995,28.85481],[-81.41649,28.85473],[-81.41644,28.82576],[-81.41981,28.82573],[-81.4197,28.79666],[-81.4165,28.79667],[-81.41645,28.75314],[-81.43302,28.75311],[-81.43302,28.72411],[-81.45946,28.72408]]],"terms_url":"https://maps2.scpafl.org/SCPAExternal/","terms_text":"Seminole County GIS","description":"The 2024 orthoimagery for Seminole County of the State of Florida"},{"id":"Seneca_OH_2023","name":"Seneca County Orthoimagery (2023)","type":"tms","template":"https://tiles.arcgis.com/tiles/b8eHPJ5KRnX3dHNa/arcgis/rest/services/2023_Orth_Map/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-83.42037,40.989],[-82.82747,40.99242],[-82.82881,41.26043],[-83.03043,41.25961],[-83.03058,41.27408],[-83.07869,41.27385],[-83.07854,41.25938],[-83.42435,41.25733],[-83.42037,40.989]]],"terms_url":"https://senecacountyohio.gov/","terms_text":"Seneca County, State of Ohio","description":"Spring 2023 orthoimagery for Seneca County in the State of Ohio","icon":"https://senecacountyauditor.org/images/seals/oh/senecaoh.png"},{"id":"Sicily-ATA2007","name":"Sicily - Italy","type":"wms","template":"http://map.sitr.regione.sicilia.it/ArcGIS/services/WGS84_F33/Ortofoto_ATA20072008_f33/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=0&STYLES=default&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","polygon":[[[15.71165,38.25894],[15.23718,38.81938],[14.27124,38.55246],[13.15063,38.75408],[11.96411,37.97451],[12.52441,37.54022],[11.87897,36.79609],[12.49695,35.47409],[12.68921,35.46962],[14.57336,36.66401],[15.29709,36.62875],[15.39854,37.42171],[15.71165,38.25894]]]},{"id":"Siemianowice_Slaskie-buildings","name":"Siemianowice Śląskie: Buildings","type":"wms","template":"https://siemianowice.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&transparent=true&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki,drogi,adresy,ulice&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[0,19],"polygon":[[[19.03103,50.33933],[18.98213,50.33977],[18.98143,50.30226],[18.98822,50.3022],[18.98791,50.28871],[19.01027,50.28856],[19.02156,50.28398],[19.0213,50.27505],[19.04375,50.27478],[19.04379,50.27179],[19.06366,50.27175],[19.06432,50.3015],[19.05562,50.30155],[19.05603,50.31975],[19.06069,50.31967],[19.06118,50.33749],[19.06529,50.34219],[19.0656,50.35373],[19.0316,50.35413],[19.03103,50.33933]]],"terms_text":"Urząd Miasta Siemianowice Śląskie"},{"id":"Siemianowice_Slaskie-aerial_image","name":"Siemianowice Śląskie: Orthophotomap (aerial image)","type":"wms","template":"https://siemianowice.geoportal2.pl/map/wms/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","zoomExtent":[0,23],"polygon":[[[19.03103,50.33933],[18.98213,50.33977],[18.98143,50.30226],[18.98822,50.3022],[18.98791,50.28871],[19.01027,50.28856],[19.02156,50.28398],[19.0213,50.27505],[19.04375,50.27478],[19.04379,50.27179],[19.06366,50.27175],[19.06432,50.3015],[19.05562,50.30155],[19.05603,50.31975],[19.06069,50.31967],[19.06118,50.33749],[19.06529,50.34219],[19.0656,50.35373],[19.0316,50.35413],[19.03103,50.33933]]],"terms_text":"Urząd Miasta Siemianowice Śląskie"},{"id":"sc2012","name":"SIG Santa Catarina OrtoRGB 2012","type":"wms","template":"http://sigsc.sc.gov.br/sigserver/SIGSC/wms?LAYERS=OrtoRGB-Landsat-2012&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","polygon":[[[-48.62488,-26.91624],[-48.62416,-26.83409],[-48.56163,-26.83412],[-48.56165,-26.74919],[-48.62675,-26.74918],[-48.62715,-26.73276],[-48.64126,-26.733],[-48.64174,-26.70912],[-48.62414,-26.70913],[-48.62418,-26.50079],[-48.57099,-26.50077],[-48.57155,-26.47415],[-48.55418,-26.47381],[-48.5545,-26.45736],[-48.56155,-26.45747],[-48.56161,-26.41746],[-48.4991,-26.41747],[-48.49909,-26.25081],[-48.43664,-26.25079],[-48.43661,-26.20752],[-48.4601,-26.20751],[-48.46195,-26.1242],[-48.56161,-26.12419],[-48.56163,-25.95753],[-48.62411,-25.95753],[-48.62411,-25.94507],[-48.68838,-25.94607],[-48.6884,-25.95752],[-49.25089,-25.95752],[-49.2509,-25.9992],[-49.31339,-25.9992],[-49.31338,-26.0825],[-49.37591,-26.0825],[-49.37591,-26.12419],[-49.50093,-26.12418],[-49.50092,-26.16586],[-49.68661,-26.16585],[-49.68661,-26.12417],[-49.74907,-26.08246],[-49.74908,-26.04084],[-49.8116,-26.04085],[-49.81159,-25.99918],[-49.93657,-25.99915],[-49.93661,-25.98244],[-50.00091,-25.98288],[-50.00094,-25.99915],[-50.31338,-25.99916],[-50.31342,-26.04083],[-50.37411,-26.04084],[-50.3741,-25.9992],[-50.49914,-25.99918],[-50.49911,-25.98414],[-50.62593,-25.98452],[-50.62595,-26.04084],[-50.6884,-26.04161],[-50.68845,-26.12416],[-50.75094,-26.12414],[-50.75095,-26.20752],[-51.12595,-26.20747],[-51.12595,-26.24913],[-51.18848,-26.24918],[-51.31344,-26.33245],[-51.31347,-26.62414],[-51.4366,-26.62415],[-51.43659,-26.56476],[-51.62409,-26.5641],[-51.62411,-26.5408],[-51.99907,-26.5408],[-52.06158,-26.49911],[-52.06158,-26.45747],[-52.12408,-26.45749],[-52.12406,-26.41579],[-52.37407,-26.4158],[-52.37409,-26.39133],[-52.56156,-26.3894],[-52.56158,-26.37415],[-52.62408,-26.37417],[-52.62409,-26.33247],[-53.12408,-26.33247],[-53.1241,-26.31707],[-53.1618,-26.3165],[-53.16136,-26.29082],[-53.18656,-26.29083],[-53.24907,-26.24911],[-53.24906,-26.23919],[-53.31159,-26.23824],[-53.3741,-26.22882],[-53.43845,-26.22777],[-53.43843,-26.24914],[-53.5616,-26.24916],[-53.56159,-26.23983],[-53.65501,-26.23814],[-53.65623,-26.29263],[-53.67011,-26.31684],[-53.68846,-26.33242],[-53.70322,-26.3741],[-53.70929,-26.38449],[-53.7098,-26.39568],[-53.70619,-26.40722],[-53.70721,-26.45927],[-53.71438,-26.46168],[-53.71476,-26.48118],[-53.73047,-26.49913],[-53.73146,-26.54081],[-53.75096,-26.5408],[-53.75095,-26.62417],[-53.7602,-26.62414],[-53.76125,-26.6675],[-53.75098,-26.66751],[-53.75096,-26.74298],[-53.72737,-26.7434],[-53.72133,-26.74905],[-53.72141,-26.75093],[-53.74571,-26.75943],[-53.74612,-26.77704],[-53.71948,-26.77755],[-53.72084,-26.83416],[-53.70047,-26.83414],[-53.70277,-26.93108],[-53.71168,-26.93091],[-53.71224,-26.95557],[-53.751,-26.95479],[-53.75092,-26.99915],[-53.76467,-26.99915],[-53.8037,-27.03751],[-53.80454,-27.07258],[-53.80809,-27.07249],[-53.80862,-27.09613],[-53.8269,-27.09577],[-53.82762,-27.12414],[-53.84644,-27.12413],[-53.84765,-27.17014],[-53.83506,-27.18932],[-53.83536,-27.20054],[-53.68847,-27.20284],[-53.68849,-27.22789],[-53.43654,-27.23246],[-53.43655,-27.16751],[-53.37598,-27.16751],[-53.37601,-27.23352],[-53.24905,-27.23564],[-53.24905,-27.20922],[-53.06344,-27.20918],[-53.06345,-27.2334],[-52.81348,-27.23685],[-52.81346,-27.27653],[-52.75096,-27.27732],[-52.75096,-27.29249],[-52.4385,-27.29252],[-52.43848,-27.32689],[-52.37603,-27.32753],[-52.37599,-27.3342],[-52.25098,-27.33418],[-52.25099,-27.34669],[-52.18655,-27.34728],[-52.18657,-27.33419],[-52.12598,-27.3342],[-52.12599,-27.36413],[-52.02979,-27.36489],[-52.03036,-27.42442],[-51.97534,-27.42479],[-51.97603,-27.50088],[-51.93845,-27.50085],[-51.93845,-27.54252],[-51.68846,-27.54247],[-51.68847,-27.55742],[-51.59903,-27.5579],[-51.59923,-27.59481],[-51.56351,-27.59498],[-51.56348,-27.62586],[-51.50088,-27.62586],[-51.50095,-27.66754],[-51.43937,-27.6675],[-51.43954,-27.70932],[-51.37597,-27.7095],[-51.37601,-27.75089],[-51.31349,-27.7509],[-51.31346,-27.79253],[-51.18847,-27.79251],[-51.18848,-27.87586],[-51.12598,-27.87586],[-51.12597,-27.91752],[-51.06348,-27.9175],[-51.06347,-27.95919],[-51.00095,-28.00086],[-50.9385,-28.00086],[-50.93849,-28.16755],[-50.81346,-28.16752],[-50.81345,-28.29253],[-50.75096,-28.29251],[-50.68845,-28.33418],[-50.68849,-28.41754],[-50.626,-28.41752],[-50.56352,-28.44094],[-50.43848,-28.44051],[-50.43847,-28.45917],[-50.37597,-28.45921],[-50.37598,-28.47554],[-50.18844,-28.47454],[-50.18849,-28.51143],[-50.12398,-28.51104],[-50.12402,-28.50086],[-49.87597,-28.50085],[-49.87601,-28.5142],[-49.81347,-28.51369],[-49.81347,-28.58255],[-49.83003,-28.58251],[-49.82951,-28.62597],[-49.8759,-28.66572],[-50.001,-28.74915],[-50.001,-29.04083],[-50.03319,-29.04081],[-50.03219,-29.14711],[-50.12602,-29.14774],[-50.12598,-29.16579],[-50.13613,-29.16581],[-50.1885,-29.19623],[-50.1885,-29.31905],[-50.1422,-29.31873],[-50.14208,-29.33422],[-50.126,-29.33418],[-50.12599,-29.36238],[-49.99906,-29.36153],[-49.99904,-29.24031],[-49.93848,-29.23986],[-49.93851,-29.25087],[-49.87601,-29.25087],[-49.876,-29.30098],[-49.82262,-29.30052],[-49.82227,-29.33419],[-49.81347,-29.33422],[-49.81354,-29.3411],[-49.68654,-29.33991],[-49.68651,-29.29255],[-49.62399,-29.29252],[-49.62398,-29.25085],[-49.56149,-29.25083],[-49.56145,-29.16749],[-49.49901,-29.16746],[-49.49902,-29.08419],[-49.4365,-29.08418],[-49.43651,-29.04251],[-49.37405,-29.04248],[-49.37402,-28.9592],[-49.31153,-28.95917],[-49.31152,-28.91749],[-49.24898,-28.9175],[-49.24897,-28.87582],[-49.18655,-28.87585],[-49.18653,-28.83414],[-49.12402,-28.83418],[-49.12401,-28.7925],[-49.06149,-28.79247],[-49.06146,-28.75084],[-48.99903,-28.75085],[-48.99903,-28.70919],[-48.93658,-28.70918],[-48.93658,-28.66752],[-48.87405,-28.66751],[-48.87404,-28.62585],[-48.74912,-28.62585],[-48.74912,-28.54254],[-48.68656,-28.54253],[-48.68658,-28.33417],[-48.62408,-28.33416],[-48.62406,-28.08418],[-48.5616,-28.08418],[-48.56159,-27.95919],[-48.49905,-27.95916],[-48.49904,-27.91581],[-48.56157,-27.9158],[-48.5616,-27.87584],[-48.49902,-27.87586],[-48.49902,-27.83422],[-48.43657,-27.83418],[-48.43661,-27.62583],[-48.37406,-27.62585],[-48.37405,-27.50086],[-48.31157,-27.50086],[-48.31153,-27.24913],[-48.43657,-27.24913],[-48.43654,-27.20916],[-48.37402,-27.2092],[-48.37405,-27.1658],[-48.43656,-27.1658],[-48.43656,-27.12415],[-48.49906,-27.12413],[-48.49907,-27.08667],[-48.50022,-27.08666],[-48.50031,-27.08247],[-48.5616,-27.08248],[-48.56159,-27.04252],[-48.49906,-27.04252],[-48.49906,-26.99913],[-48.56156,-26.99913],[-48.56157,-26.91579],[-48.62488,-26.91624]]],"terms_url":"http://sigsc.sc.gov.br","terms_text":"Sistema de Informações Geográficas - Governo de Santa Catarina"},{"id":"Singapore-Landlot","name":"Singapore Landlot","type":"wms","template":"https://www.onemap.gov.sg/maps/service?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=LandLot&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:4326","zoomExtent":[9,22],"polygon":[[[103.564,1.189],[103.7453,1.12465],[104.1284,1.28255],[104.08035,1.3457],[104.1229,1.49123],[103.6615,1.49123],[103.564,1.189]]],"terms_url":"https://www.onemap.sg/legal/opendatalicence.html","terms_text":"©OneMap Singapore ODL v1.0","icon":"https://osmlab.github.io/editor-layer-index/sources/asia/sg/OM2_logo.png"},{"id":"Singapore-OneMap","name":"Singapore OneMap","type":"wms","template":"https://www.onemap.gov.sg/maps/service?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Default&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:4326","zoomExtent":[10,22],"polygon":[[[103.564,1.189],[103.7453,1.12465],[104.1284,1.28255],[104.08035,1.3457],[104.1229,1.49123],[103.6615,1.49123],[103.564,1.189]]],"terms_url":"https://www.onemap.sg/legal/opendatalicence.html","terms_text":"©OneMap Singapore ODL v1.0","icon":"https://osmlab.github.io/editor-layer-index/sources/asia/sg/OM2_logo.png"},{"id":"SITNA-ortofoto_maxima_actualidad","name":"SITNA Ortofoto de máxima actualidad","type":"wms","template":"http://idena.navarra.es/ogc/ows?LAYERS=IDENA:ortofoto_maxima_actualidad&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[-1.72875,43.29809],[-1.73992,43.29645],[-1.78498,43.28739],[-1.78858,43.28055],[-1.79532,43.27655],[-1.79433,43.27105],[-1.79656,43.26386],[-1.7973,43.24655],[-1.80463,43.24495],[-1.82094,43.23945],[-1.83987,43.22629],[-1.85004,43.22898],[-1.85321,43.22619],[-1.86223,43.21778],[-1.8654,43.23141],[-1.87845,43.23445],[-1.88321,43.22813],[-1.88265,43.217],[-1.88982,43.21534],[-1.90617,43.22207],[-1.9098,43.22826],[-1.91194,43.22766],[-1.91699,43.22335],[-1.91379,43.21675],[-1.916,43.20887],[-1.92664,43.18709],[-1.92518,43.14803],[-1.90827,43.14127],[-1.94939,43.1028],[-1.97316,43.0939],[-2.01428,43.07328],[-2.02655,43.06719],[-2.02045,43.0539],[-2.03453,43.03358],[-2.04311,43.03025],[-2.04208,43.01689],[-2.03299,42.99624],[-2.04097,42.98268],[-2.05067,42.98054],[-2.08998,42.97639],[-2.09701,42.97332],[-2.11101,42.94995],[-2.17461,42.94279],[-2.19933,42.95542],[-2.21443,42.95089],[-2.23924,42.93073],[-2.25649,42.89219],[-2.24464,42.88477],[-2.24318,42.86326],[-2.23529,42.84318],[-2.27039,42.81391],[-2.27288,42.80749],[-2.28301,42.78488],[-2.26842,42.75048],[-2.31829,42.74071],[-2.32773,42.72217],[-2.31914,42.68199],[-2.31022,42.66874],[-2.3473,42.63686],[-2.38807,42.65991],[-2.39725,42.66249],[-2.41605,42.66382],[-2.43133,42.65864],[-2.45235,42.64791],[-2.47356,42.62727],[-2.48334,42.61482],[-2.50231,42.61842],[-2.50119,42.60945],[-2.49252,42.58311],[-2.46763,42.58279],[-2.45442,42.56206],[-2.4412,42.57205],[-2.41854,42.5996],[-2.40103,42.58443],[-2.39554,42.55194],[-2.40446,42.54385],[-2.39725,42.51906],[-2.4218,42.51488],[-2.42695,42.50881],[-2.423,42.49014],[-2.42077,42.48729],[-2.41618,42.48928],[-2.41266,42.48368],[-2.40047,42.4707],[-2.39,42.46852],[-2.37867,42.47007],[-2.37056,42.46181],[-2.34678,42.45038],[-2.32927,42.45133],[-2.29048,42.45601],[-2.2764,42.44335],[-2.24894,42.4417],[-2.23589,42.42447],[-2.21598,42.41408],[-2.20448,42.41345],[-2.17529,42.4066],[-2.11144,42.41129],[-2.11864,42.39887],[-2.09375,42.37478],[-2.09204,42.34573],[-2.06955,42.3404],[-2.03779,42.35778],[-1.99676,42.35766],[-1.96638,42.33215],[-1.91591,42.29941],[-1.87592,42.25101],[-1.82665,42.23868],[-1.8227,42.22712],[-1.76537,42.20869],[-1.71747,42.20258],[-1.69215,42.15112],[-1.76468,42.15252],[-1.82459,42.15755],[-1.8457,42.14342],[-1.91248,42.07427],[-1.913,42.05528],[-1.90475,42.02532],[-1.85377,41.99433],[-1.7918,41.98578],[-1.71249,41.9526],[-1.68554,41.95119],[-1.65585,41.95898],[-1.59594,41.92412],[-1.56555,41.91199],[-1.51783,41.90611],[-1.49174,41.9185],[-1.44213,41.91084],[-1.41432,41.91109],[-1.40264,41.92476],[-1.39801,41.93498],[-1.37913,41.94238],[-1.34977,41.99548],[-1.29501,42.04305],[-1.30566,42.07758],[-1.34479,42.07618],[-1.36059,42.11007],[-1.39029,42.1298],[-1.38411,42.19279],[-1.40762,42.20767],[-1.39114,42.24784],[-1.38136,42.29369],[-1.32093,42.35296],[-1.33638,42.42282],[-1.2739,42.46475],[-1.26789,42.49729],[-1.26412,42.55321],[-1.22583,42.53904],[-1.1982,42.54891],[-1.1994,42.57495],[-1.15528,42.5972],[-1.15202,42.6183],[-1.1491,42.64393],[-1.05486,42.63964],[-1.03048,42.64469],[-1.02207,42.69177],[-0.94053,42.70502],[-0.85316,42.76667],[-0.84097,42.78709],[-0.84269,42.84186],[-0.80475,42.87282],[-0.80732,42.90011],[-0.77763,42.91809],[-0.7194,42.91451],[-0.71652,42.9201],[-0.7476,42.9689],[-0.77152,42.97019],[-0.79428,42.96584],[-0.81419,42.95378],[-0.83874,42.95617],[-0.89367,42.95806],[-0.89556,42.96371],[-0.91444,42.96647],[-0.92723,42.95646],[-0.94362,42.95554],[-1.01435,42.99712],[-1.08418,43.00342],[-1.07975,43.01155],[-1.11317,43.02584],[-1.13434,43.02228],[-1.16406,43.03628],[-1.22713,43.05675],[-1.25296,43.04671],[-1.28531,43.06387],[-1.29553,43.06751],[-1.30566,43.07046],[-1.30557,43.07442],[-1.2981,43.09089],[-1.29018,43.10053],[-1.28317,43.10498],[-1.28141,43.10919],[-1.27257,43.11491],[-1.26689,43.12027],[-1.32805,43.11526],[-1.34724,43.09268],[-1.34583,43.0534],[-1.35545,43.03014],[-1.43952,43.04731],[-1.46609,43.07671],[-1.46843,43.09227],[-1.42565,43.11482],[-1.41304,43.12741],[-1.40135,43.15601],[-1.39844,43.18002],[-1.38402,43.18615],[-1.382,43.18872],[-1.38445,43.19416],[-1.38213,43.19879],[-1.38308,43.20793],[-1.37947,43.21581],[-1.38222,43.22075],[-1.37514,43.23416],[-1.37981,43.24239],[-1.37784,43.25158],[-1.40719,43.27283],[-1.41578,43.27427],[-1.42771,43.26814],[-1.44009,43.26861],[-1.46565,43.27439],[-1.48423,43.28444],[-1.4918,43.28181],[-1.49826,43.28733],[-1.5033,43.29186],[-1.50592,43.29372],[-1.51414,43.29436],[-1.53534,43.29514],[-1.54058,43.29339],[-1.5568,43.29176],[-1.56598,43.28845],[-1.56632,43.26396],[-1.57718,43.25438],[-1.61385,43.25738],[-1.62317,43.272],[-1.62907,43.28608],[-1.62186,43.30063],[-1.62184,43.30707],[-1.63543,43.30916],[-1.63595,43.30908],[-1.64589,43.30832],[-1.65421,43.31338],[-1.66783,43.31655],[-1.68374,43.31119],[-1.69258,43.31269],[-1.69865,43.31224],[-1.7064,43.30907],[-1.71335,43.30182],[-1.72262,43.30126],[-1.72863,43.29782],[-1.72875,43.29809]]],"terms_text":"SITNA - Gobierno de Navarra / Nafarroako Gobernua","best":true},{"id":"skolverket-schools","name":"Skolverket - Schools","type":"wms","template":"https://inspire-skolverket.metria.se/geoserver/skolverket/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Forskoleklass,Grundsarskola,Grundskola,Gymnasiesarskola,Gymnasieskola,Sameskola,Specialskola&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[5,20],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.skolverket.se/","terms_text":"© Skolverket","description":"Swedish schools.","icon":"https://avatars.githubusercontent.com/u/37575873?s=32&v=4","overlay":true},{"id":"Slovakia-Historic-Maps","name":"Slovakia Historic Maps","type":"tms","template":"https://tms.freemap.sk/historicke/{zoom}/{x}/{y}.png","category":"historicmap","zoomExtent":[0,12],"polygon":[[[16.81969,47.49272],[22.83883,47.49272],[22.83883,49.50303],[16.81969,49.50303],[16.81969,47.49272]]],"icon":"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{"id":"Snohomish_WA_2020","name":"Snohomish County Orthoimagery (2020)","type":"wms","template":"https://gis.snoco.org/img/rest/services/Imagery/Aerial_2020/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-07-13T00:00:00.000Z","startDate":"2020-04-13T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-121.48447,48.31322],[-122.43728,48.30382],[-122.43701,48.26053],[-122.42631,48.26061],[-122.42601,48.25338],[-122.41509,48.25353],[-122.41501,48.24632],[-122.40418,48.24643],[-122.4009,48.12332],[-122.31338,47.97124],[-122.44255,47.76787],[-121.44448,47.77831],[-121.4463,47.86478],[-121.31674,47.86594],[-121.31874,47.90844],[-121.44602,47.90855],[-121.44775,48.00961],[-121.4154,48.00951],[-121.41603,48.0531],[-121.40508,48.05316],[-121.40529,48.06754],[-121.39447,48.0676],[-121.3945,48.0748],[-121.38371,48.0749],[-121.3842,48.11104],[-121.39488,48.11099],[-121.39504,48.12558],[-121.40607,48.12534],[-121.40658,48.14705],[-121.41707,48.147],[-121.41719,48.16882],[-121.42803,48.16869],[-121.42821,48.17596],[-121.44972,48.17583],[-121.45007,48.20465],[-121.48269,48.20434],[-121.48447,48.31322]]],"terms_url":"https://snohomishcountywa.gov/1402/Maps-GIS","terms_text":"Snohomish County GIS","description":"2020 orthoimagery for Snohomish County, Washington","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Seal_of_Snohomish_County%2C_Washington.svg/320px-Seal_of_Snohomish_County%2C_Washington.svg.png"},{"id":"Snohomish_WA_2022","name":"Snohomish County Orthoimagery (2022)","type":"wms","template":"https://gis.snoco.org/img/rest/services/Imagery/Aerial_2022/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-121.48447,48.31322],[-122.43728,48.30382],[-122.43701,48.26053],[-122.42631,48.26061],[-122.42601,48.25338],[-122.41509,48.25353],[-122.41501,48.24632],[-122.40418,48.24643],[-122.4009,48.12332],[-122.31338,47.97124],[-122.44255,47.76787],[-121.44448,47.77831],[-121.4463,47.86478],[-121.31674,47.86594],[-121.31874,47.90844],[-121.44602,47.90855],[-121.44775,48.00961],[-121.4154,48.00951],[-121.41603,48.0531],[-121.40508,48.05316],[-121.40529,48.06754],[-121.39447,48.0676],[-121.3945,48.0748],[-121.38371,48.0749],[-121.3842,48.11104],[-121.39488,48.11099],[-121.39504,48.12558],[-121.40607,48.12534],[-121.40658,48.14705],[-121.41707,48.147],[-121.41719,48.16882],[-121.42803,48.16869],[-121.42821,48.17596],[-121.44972,48.17583],[-121.45007,48.20465],[-121.48269,48.20434],[-121.48447,48.31322]]],"terms_url":"https://snohomishcountywa.gov/1402/Maps-GIS","terms_text":"Snohomish County GIS","description":"2022 orthoimagery for Snohomish County, Washington","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Seal_of_Snohomish_County%2C_Washington.svg/320px-Seal_of_Snohomish_County%2C_Washington.svg.png"},{"id":"skoterleder","name":"Snowmobile map Sweden","type":"tms","template":"https://tiles.skoterleder.org/tiles/{zoom}/{x}/{y}.png","category":"osmbasedmap","zoomExtent":[5,14],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[23.87328,65.21069],[30.14647,65.19226],[30.19042,67.62596],[29.43236,69.62651],[27.93822,70.14037],[20.73119,69.2756],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://skoterleder.org/","terms_text":"© Skoterleder.org","description":"Snowmobile trails","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Sweden_road_sign_D9.svg/200px-Sweden_road_sign_D9.svg.png"},{"id":"Sobral_Ortophoto_2017","name":"Sobral Ortofoto 2017","type":"wms","template":"http://geoserver.sobral.ce.gov.br:80/geoserver/Ceara/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=prdAracatiacu,prdJaibaras,prdSobral,prdTaperuaba&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","polygon":[[[-40.50981,-3.77468],[-40.50252,-3.792],[-40.4977,-3.79281],[-40.48341,-3.76906],[-40.48799,-3.76544],[-40.4976,-3.76385],[-40.4343,-3.67994],[-40.35719,-3.73094],[-40.31701,-3.73311],[-40.29882,-3.67821],[-40.07826,-3.83144],[-40.03363,-3.86326],[-40.03736,-3.87882],[-40.00845,-3.91221],[-39.97233,-4.03094],[-39.98376,-4.06636],[-39.96172,-4.08625],[-39.91428,-4.09964],[-39.96627,-4.03051],[-40.00785,-3.90475],[-40.00894,-3.87688],[-40.03374,-3.86238],[-40.38754,-3.6106],[-40.50981,-3.77468]]],"terms_url":"http://seuma.sobral.ce.gov.br/","terms_text":"Prefeitura Municipal de Sobral","best":true,"description":"Aerial imagery in Sobral (main city and Aracatiaçu, Jaibaras, and Taperuaba districts)."},{"id":"Solano_CA_2022","name":"Solano County Orthoimagery (2022)","type":"tms","template":"https://tiles.arcgis.com/tiles/SCn6czzcqKAFwdGU/arcgis/rest/services/Aerial2022_WGS84_ESRI_Aux/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[-122.45268,38.11954],[-122.41595,38.11967],[-122.41593,38.12687],[-122.39765,38.12696],[-122.3976,38.13421],[-122.37922,38.13437],[-122.37926,38.12707],[-122.36091,38.12711],[-122.36083,38.11987],[-122.34248,38.11987],[-122.3426,38.11276],[-122.32411,38.11272],[-122.32413,38.1055],[-122.31495,38.10548],[-122.31492,38.09829],[-122.30569,38.09829],[-122.30563,38.09103],[-122.2965,38.09103],[-122.29655,38.06211],[-122.26887,38.06214],[-122.26892,38.0476],[-122.19545,38.04779],[-122.19545,38.04052],[-122.18628,38.04057],[-122.18635,38.03325],[-122.17725,38.03325],[-122.17706,38.02603],[-122.16794,38.02591],[-122.16818,38.01882],[-122.10373,38.0187],[-122.1038,38.03336],[-122.09475,38.03327],[-122.09469,38.04067],[-122.06719,38.04071],[-122.06713,38.04789],[-121.99386,38.04798],[-121.99373,38.04068],[-121.92978,38.04064],[-121.92972,38.0334],[-121.87467,38.03331],[-121.87473,38.04055],[-121.82886,38.04046],[-121.82892,38.04779],[-121.7739,38.04763],[-121.77376,38.06214],[-121.75541,38.06214],[-121.75532,38.06937],[-121.74623,38.0693],[-121.74629,38.07667],[-121.70036,38.07649],[-121.70028,38.09833],[-121.69131,38.09823],[-121.69131,38.11297],[-121.68181,38.11297],[-121.68155,38.14162],[-121.6727,38.14173],[-121.67257,38.14899],[-121.6636,38.14899],[-121.66333,38.17065],[-121.65401,38.17079],[-121.65393,38.17777],[-121.63555,38.17777],[-121.63565,38.18513],[-121.60821,38.18513],[-121.60779,38.20669],[-121.59882,38.20669],[-121.59853,38.29374],[-121.58924,38.29338],[-121.58879,38.31537],[-121.69029,38.31577],[-121.68907,38.54052],[-121.79074,38.54095],[-121.79098,38.53354],[-121.82763,38.53374],[-121.82763,38.54076],[-121.95676,38.54079],[-121.95702,38.53344],[-121.99391,38.53365],[-121.99352,38.52631],[-122.03993,38.5262],[-122.03993,38.51917],[-122.11355,38.51926],[-122.11355,38.48296],[-122.12313,38.48283],[-122.12297,38.46098],[-122.13205,38.46111],[-122.13196,38.41023],[-122.1688,38.41033],[-122.16857,38.3233],[-122.21471,38.32321],[-122.21438,38.27959],[-122.2236,38.27968],[-122.22384,38.25792],[-122.21454,38.25771],[-122.21431,38.23623],[-122.20531,38.23641],[-122.20509,38.21448],[-122.2142,38.21439],[-122.21431,38.2],[-122.22338,38.20005],[-122.22344,38.16373],[-122.44369,38.16306],[-122.44386,38.17034],[-122.47131,38.17028],[-122.47124,38.15572],[-122.46207,38.15573],[-122.46201,38.14853],[-122.45281,38.14852],[-122.45268,38.11954]],[[-122.06711,37.99717],[-122.04882,37.99717],[-122.04882,38.01166],[-122.06711,38.01166],[-122.06711,37.99717]]],"terms_url":"https://www.solanocounty.com/","terms_text":"Solano County","description":"2022 3 inch resolution imagery for Solano County in the State of California","icon":"https://www.solanocounty.com/images/depts/CountyAdministrator/TransparentGIF(400x400).gif"},{"id":"sollentuna-orto","name":"Sollentuna Orthophoto","type":"wms","template":"https://kartor.sollentuna.se/bios/wms/site/web/WMS_ORTOFOTO2016?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=p_40137&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","zoomExtent":[5,20],"polygon":[[[17.82184,59.46941],[17.84369,59.46078],[17.84291,59.45398],[17.86772,59.45293],[17.87733,59.42709],[17.89158,59.42412],[17.89793,59.43836],[17.91355,59.43521],[17.9096,59.42561],[17.97934,59.39224],[18.00608,59.39988],[18.0114,59.42709],[18.00796,59.44385],[17.99483,59.46218],[17.92325,59.49857],[17.91149,59.4987],[17.90668,59.48502],[17.88883,59.49199],[17.86669,59.49238],[17.8624,59.48153],[17.83167,59.47526],[17.82184,59.46941]]],"terms_url":"https://www.sollentuna.se/","terms_text":"© Solentuna municipality","best":true,"description":"Orthophotos from the municipality of Sollentuna 2016, open data","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Sollentuna_kommunvapen_-_Riksarkivet_Sverige.png/207px-Sollentuna_kommunvapen_-_Riksarkivet_Sverige.png"},{"id":"Soskut_Pusztazamor_Tarnok_Diosd_orto_2017","name":"Sóskút, Pusztazámor, Tárnok, Diósd ortophoto 2017","type":"tms","template":"http://wms.openstreetmap.hu/mapproxy/tiles/1.0.0/Soskut-Tarnok-Pusztazamor-Diosd/mercator/{zoom}/{x}/{y}.png","category":"photo","endDate":"2017-03-01T00:00:00.000Z","startDate":"2017-03-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[18.79139,47.37063],[18.79194,47.37048],[18.79273,47.37079],[18.79416,47.36975],[18.79988,47.36617],[18.80055,47.36545],[18.80381,47.36335],[18.80465,47.36175],[18.80635,47.36021],[18.80708,47.35902],[18.80645,47.35854],[18.80823,47.356],[18.81079,47.35357],[18.8162,47.34925],[18.82497,47.34258],[18.83192,47.33841],[18.84874,47.34728],[18.85567,47.35199],[18.86234,47.35637],[18.86688,47.35853],[18.87028,47.36063],[18.87282,47.36137],[18.8747,47.36252],[18.87973,47.36641],[18.88206,47.36773],[18.88638,47.36923],[18.87914,47.37393],[18.88181,47.37605],[18.87748,47.38339],[18.88539,47.3853],[18.88291,47.38967],[18.88358,47.38996],[18.87867,47.39462],[18.87749,47.39495],[18.87649,47.39478],[18.86992,47.39655],[18.86772,47.39699],[18.87081,47.39838],[18.86509,47.40052],[18.86777,47.40207],[18.86964,47.40471],[18.8663,47.40773],[18.87243,47.41086],[18.86621,47.41798],[18.8605,47.423],[18.87604,47.42797],[18.87386,47.43248],[18.87499,47.43342],[18.87361,47.43597],[18.869,47.43961],[18.851,47.43281],[18.84765,47.43572],[18.84049,47.43346],[18.83585,47.43754],[18.83021,47.43526],[18.82804,47.43755],[18.82092,47.43572],[18.81742,47.43539],[18.8086,47.44041],[18.77248,47.4203],[18.77247,47.41809],[18.77041,47.41766],[18.76593,47.41471],[18.76304,47.41315],[18.762,47.41217],[18.7588,47.40776],[18.75837,47.40653],[18.75631,47.40328],[18.7617,47.39966],[18.76472,47.3967],[18.77666,47.3894],[18.77934,47.38713],[18.7814,47.38368],[18.78267,47.38195],[18.7837,47.38032],[18.78498,47.37905],[18.78603,47.37765],[18.78722,47.37566],[18.78916,47.37345],[18.79011,47.37176],[18.79139,47.37063]],[[18.92067,47.41156],[18.91826,47.40998],[18.91871,47.40938],[18.92293,47.40926],[18.92466,47.40635],[18.92561,47.40605],[18.92924,47.40205],[18.9312,47.40023],[18.93122,47.4],[18.93617,47.39683],[18.93735,47.39633],[18.94161,47.39869],[18.94411,47.39845],[18.94692,47.39799],[18.95119,47.39356],[18.95202,47.39362],[18.95276,47.39526],[18.95446,47.39673],[18.96316,47.39903],[18.96266,47.40118],[18.96211,47.40507],[18.95755,47.41435],[18.9577,47.41878],[18.9569,47.41923],[18.95155,47.4175],[18.94982,47.41938],[18.94063,47.42241],[18.93473,47.41917],[18.9251,47.41372],[18.92067,47.41156]]],"terms_url":"http://fototerkep.hu","terms_text":"Fototerkep.hu","best":true,"description":"5 cm resolution bald image of 4 settlement"},{"id":"South_Africa-CD_NGI-Aerial","name":"South Africa CD:NGI Aerial","type":"tms","template":"https://aerial.openstreetmap.org.za/ngi-aerial/{zoom}/{x}/{y}.jpg","category":"photo","zoomExtent":[0,22],"polygon":[[[17.83968,-32.79834],[17.83968,-32.85073],[17.84859,-32.96685],[17.88552,-33.05757],[17.94735,-33.16026],[18.13899,-33.39741],[18.21668,-33.44887],[18.2992,-33.58559],[18.36155,-33.65016],[18.41247,-33.74488],[18.34793,-33.78155],[18.34766,-33.84924],[18.33745,-33.99141],[18.29511,-33.99371],[18.29721,-34.19503],[18.34793,-34.20204],[18.35657,-34.30056],[18.39717,-34.3023],[18.39744,-34.3514],[18.44799,-34.35227],[18.44773,-34.362],[18.49995,-34.36169],[18.50175,-34.10153],[18.79842,-34.10164],[18.7975,-34.39364],[18.95206,-34.39494],[19.00235,-34.35256],[19.07256,-34.38024],[19.098,-34.44998],[19.32853,-34.45344],[19.34744,-34.52445],[19.28614,-34.59866],[19.28771,-34.64048],[19.39297,-34.64202],[19.5973,-34.79618],[19.89383,-34.7936],[19.89907,-34.82758],[19.99233,-34.83791],[20.08035,-34.83619],[20.25272,-34.70148],[20.5042,-34.48626],[20.74468,-34.48281],[20.89766,-34.4854],[20.89319,-34.39971],[21.00337,-34.37539],[21.09882,-34.39913],[21.19787,-34.44782],[21.41949,-34.44652],[21.5007,-34.40201],[21.50174,-34.36699],[21.5468,-34.36612],[21.56147,-34.40201],[21.86115,-34.40071],[21.9497,-34.322],[22.00156,-34.21722],[22.15769,-34.21809],[22.17124,-34.15218],[22.16212,-34.1057],[22.22213,-34.10147],[22.252,-34.06459],[22.50505,-34.06459],[22.57002,-34.00641],[22.64598,-34.00728],[22.64703,-34.05026],[22.84124,-34.05479],[22.90009,-34.0993],[23.41543,-34.11404],[23.41552,-34.04346],[23.49735,-34.00901],[23.74936,-34.01119],[23.80175,-34.05243],[23.99634,-34.05144],[24.19888,-34.1019],[24.34867,-34.11638],[24.50014,-34.20033],[24.76453,-34.20179],[24.85326,-34.21896],[24.87629,-34.20053],[24.87704,-34.15065],[24.94966,-34.10104],[24.95472,-34.00436],[25.04763,-33.99946],[25.28106,-34.00203],[25.35046,-34.05026],[25.55089,-34.06315],[25.72028,-34.05112],[25.71958,-34.00401],[25.65291,-33.94698],[25.65291,-33.85436],[25.75111,-33.80065],[25.80555,-33.75243],[26.00779,-33.7224],[26.20675,-33.75489],[26.45273,-33.79358],[26.59169,-33.74808],[26.88054,-33.6459],[27.3758,-33.38607],[27.84509,-33.08287],[28.07487,-32.94169],[28.14365,-32.83207],[28.54971,-32.58946],[28.89432,-32.28989],[29.48131,-31.69787],[29.74094,-31.50147],[29.86731,-31.43043],[30.09724,-31.24583],[30.35563,-30.93089],[30.72447,-30.3925],[30.86518,-30.10241],[30.95186,-30.00339],[31.04555,-29.9502],[31.06699,-29.86403],[31.05345,-29.84705],[31.06486,-29.78935],[31.16808,-29.63074],[31.35963,-29.38543],[31.46385,-29.28593],[31.77648,-28.96949],[31.98788,-28.90695],[32.07026,-28.84698],[32.36404,-28.59457],[32.42756,-28.50216],[32.53872,-28.2288],[32.5814,-28.07479],[32.62407,-27.77751],[32.70943,-27.47854],[32.88609,-26.9817],[32.89999,-26.85161],[32.31145,-26.84795],[32.10698,-26.79846],[32.00025,-26.79839],[31.97697,-27.05066],[31.97002,-27.12047],[31.97002,-27.31112],[31.50156,-27.31112],[31.15433,-27.19804],[31.00344,-27.04416],[30.97653,-27.00292],[30.98249,-26.90826],[30.91003,-26.84895],[30.90209,-26.78075],[30.80384,-26.80821],[30.80226,-26.52407],[30.82269,-26.44888],[30.85346,-26.40356],[30.89217,-26.32797],[30.96561,-26.26658],[31.11647,-25.99124],[31.1393,-25.91627],[31.25046,-25.82965],[31.32291,-25.74386],[31.41621,-25.72777],[31.86878,-26.00373],[31.98094,-25.95465],[31.93627,-25.84037],[32.00575,-25.66248],[32.00575,-25.6079],[31.99979,-25.51657],[31.99285,-25.44938],[32.01964,-25.38214],[32.03552,-25.08498],[32.01964,-24.91407],[32.00773,-24.65366],[32.01667,-24.4406],[31.99483,-24.30409],[31.91444,-24.17467],[31.88863,-23.94811],[31.77747,-23.88006],[31.71197,-23.74114],[31.69311,-23.61752],[31.55683,-23.44308],[31.56806,-23.19034],[31.29306,-22.36746],[31.18342,-22.32329],[31.00586,-22.30771],[30.83743,-22.28498],[30.50618,-22.30576],[30.30336,-22.33952],[30.25634,-22.29148],[30.11668,-22.28303],[29.9293,-22.18494],[29.77771,-22.1362],[29.6549,-22.11864],[29.35312,-22.18429],[29.23241,-22.16935],[29.01626,-22.20834],[28.95941,-22.30901],[28.92853,-22.42323],[28.82818,-22.45502],[28.61088,-22.54002],[28.49061,-22.5607],[28.33972,-22.56394],[28.20568,-22.65529],[28.04076,-22.82551],[27.93829,-22.94965],[27.88285,-23.06205],[27.80986,-23.0995],[27.59581,-23.20855],[27.51441,-23.35939],[27.33396,-23.39738],[27.13605,-23.52034],[27.0578,-23.60526],[27.00061,-23.63676],[26.97148,-23.69943],[26.93183,-23.84619],[26.92155,-23.8991],[26.85744,-24.10269],[26.85674,-24.24995],[26.73006,-24.30145],[26.58619,-24.40758],[26.509,-24.48424],[26.47391,-24.56533],[26.39285,-24.63329],[25.84664,-24.75385],[25.84193,-24.78054],[25.64418,-25.48238],[25.50784,-25.68554],[25.1107,-25.73894],[24.60391,-25.78966],[24.2364,-25.6134],[23.88372,-25.59737],[23.46583,-25.27351],[23.00052,-25.27619],[22.77528,-25.67752],[22.57078,-26.1334],[22.28034,-26.32747],[21.97211,-26.64314],[21.7765,-26.66963],[21.67277,-26.839],[21.08891,-26.84693],[20.65324,-26.82049],[20.65028,-26.48409],[20.84292,-26.21585],[20.8281,-25.89635],[20.73326,-25.6802],[20.65324,-25.45294],[20.47246,-25.15017],[20.29167,-24.91923],[19.98937,-24.74979],[19.99536,-28.39909],[19.84971,-28.40278],[19.85076,-28.44333],[19.69882,-28.44794],[19.69673,-28.49399],[19.55003,-28.49583],[19.44315,-28.69732],[19.25873,-28.70099],[19.23149,-28.80296],[19.24301,-28.85162],[19.19691,-28.93785],[19.1047,-28.94885],[18.90875,-28.82775],[18.61536,-28.82959],[18.50638,-28.87181],[18.15745,-28.87181],[18.00027,-28.79562],[17.99943,-28.75606],[17.80139,-28.73815],[17.65259,-28.73815],[17.64997,-28.69679],[17.60282,-28.683],[17.49836,-28.68721],[17.45121,-28.64951],[17.4527,-28.54897],[17.40083,-28.548],[17.41491,-28.34898],[17.40158,-28.24524],[17.35156,-28.24427],[17.35119,-28.19759],[17.2508,-28.19889],[17.24746,-28.23382],[17.20263,-28.23284],[17.20115,-28.09305],[17.10076,-28.03388],[17.05297,-28.02571],[16.99295,-28.0244],[16.88551,-28.04729],[16.74622,-28.2459],[16.75141,-28.4487],[16.60026,-28.48257],[16.4491,-28.55158],[16.44987,-28.69188],[16.54941,-28.84159],[16.7988,-29.19437],[16.9937,-29.65436],[17.24937,-30.39917],[17.40445,-30.63747],[17.548,-30.90217],[17.85293,-31.3444],[18.10545,-31.6455],[18.29302,-32.04871],[18.28987,-32.55266],[18.09917,-32.74853],[18.00364,-32.69822],[17.88935,-32.69728],[17.83968,-32.79834]]],"best":true},{"id":"South-Tyrol-Basemap","name":"South Tyrol Basemap","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/wms?LAYERS=p_bz-BaseMap%3ABasemap-Standard&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","zoomExtent":[0,20],"polygon":[[[10.38615,46.68821],[10.3803,46.68399],[10.39057,46.67089],[10.38946,46.65862],[10.39873,46.6455],[10.40011,46.63648],[10.40935,46.63389],[10.44632,46.63989],[10.49055,46.61394],[10.48291,46.60512],[10.48576,46.59805],[10.48221,46.59199],[10.48575,46.58921],[10.48305,46.5777],[10.47321,46.56701],[10.47617,46.55749],[10.46954,46.54856],[10.47056,46.54377],[10.45814,46.54215],[10.45124,46.53083],[10.45714,46.5096],[10.48141,46.49337],[10.49366,46.49719],[10.52657,46.49425],[10.53685,46.49062],[10.54986,46.49123],[10.55875,46.48187],[10.57672,46.47237],[10.59995,46.46766],[10.60128,46.46139],[10.61439,46.45098],[10.63303,46.44309],[10.66821,46.45122],[10.68293,46.44846],[10.69667,46.4573],[10.71753,46.46022],[10.74422,46.48333],[10.75906,46.48547],[10.76463,46.4848],[10.76934,46.47609],[10.77835,46.47112],[10.78906,46.45164],[10.80034,46.44185],[10.85113,46.43817],[10.86174,46.43509],[10.87162,46.4438],[10.88093,46.44579],[10.88324,46.44995],[10.89161,46.44366],[10.91305,46.44284],[10.93332,46.4528],[10.9325,46.45831],[10.93819,46.46578],[10.95791,46.46983],[10.96543,46.48103],[10.98695,46.48289],[11.00462,46.47607],[11.00952,46.46917],[11.02817,46.46116],[11.0414,46.44569],[11.05394,46.44849],[11.07301,46.44042],[11.0778,46.44569],[11.07625,46.45487],[11.06894,46.46619],[11.06278,46.4894],[11.05773,46.49235],[11.05006,46.50784],[11.03795,46.51357],[11.05915,46.51508],[11.08173,46.53021],[11.08812,46.50128],[11.10449,46.4948],[11.1103,46.49643],[11.12934,46.48058],[11.16095,46.4878],[11.17014,46.49635],[11.18002,46.49823],[11.18686,46.50734],[11.1924,46.501],[11.19608,46.50241],[11.20876,46.49346],[11.20939,46.481],[11.21626,46.47277],[11.21886,46.46199],[11.21736,46.45731],[11.21419,46.45807],[11.20903,46.45293],[11.21634,46.44255],[11.21416,46.43556],[11.20347,46.42682],[11.21026,46.4206],[11.20565,46.4166],[11.21345,46.40675],[11.21275,46.39804],[11.19792,46.37232],[11.20393,46.36765],[11.19263,46.36578],[11.19001,46.35984],[11.20204,46.34212],[11.1942,46.33016],[11.18696,46.32673],[11.18894,46.32151],[11.1847,46.32104],[11.1761,46.30346],[11.16439,46.2986],[11.15847,46.29059],[11.14293,46.28934],[11.13725,46.28336],[11.14885,46.27904],[11.16604,46.26129],[11.20029,46.25566],[11.19448,46.2461],[11.18935,46.25354],[11.18351,46.25269],[11.17994,46.24434],[11.17077,46.23806],[11.18267,46.22496],[11.20622,46.2187],[11.24743,46.22933],[11.29124,46.2604],[11.30645,46.25786],[11.31737,46.27303],[11.3129,46.28256],[11.33471,46.2962],[11.33379,46.29049],[11.33912,46.28306],[11.35495,46.27564],[11.35783,46.26481],[11.36836,46.26135],[11.37347,46.2629],[11.38756,46.26029],[11.39862,46.264],[11.39609,46.27423],[11.3871,46.28143],[11.38256,46.29177],[11.36078,46.29682],[11.36088,46.29906],[11.38188,46.30052],[11.39569,46.3083],[11.39994,46.30709],[11.39865,46.31426],[11.40517,46.32387],[11.42105,46.32441],[11.45556,46.33396],[11.46322,46.34922],[11.48052,46.3551],[11.47969,46.36277],[11.52445,46.35502],[11.53837,46.35015],[11.54423,46.34483],[11.55249,46.34418],[11.55878,46.35076],[11.56489,46.38018],[11.5932,46.38265],[11.60307,46.38924],[11.60161,46.39731],[11.62143,46.42539],[11.61882,46.44325],[11.62987,46.46377],[11.62679,46.4708],[11.64179,46.47439],[11.64536,46.47189],[11.65174,46.48271],[11.64297,46.49346],[11.63495,46.49486],[11.63849,46.50051],[11.64515,46.49743],[11.6672,46.49647],[11.69889,46.50218],[11.71524,46.51245],[11.71935,46.50916],[11.73202,46.50877],[11.74317,46.50391],[11.76157,46.50503],[11.79189,46.51322],[11.79385,46.52023],[11.81086,46.53146],[11.82391,46.52141],[11.82334,46.51315],[11.82849,46.50783],[11.85192,46.51682],[11.8904,46.52175],[11.9121,46.532],[11.93294,46.52631],[11.94147,46.52689],[11.94719,46.52879],[11.95094,46.53869],[11.96633,46.54363],[11.98704,46.54417],[11.99411,46.53345],[11.99941,46.53208],[12.02189,46.55791],[12.0266,46.55871],[12.03665,46.57668],[12.04763,46.58357],[12.05043,46.60016],[12.04613,46.60716],[12.05318,46.60989],[12.05448,46.61778],[12.06495,46.62121],[12.06837,46.63997],[12.07479,46.64329],[12.06686,46.65364],[12.07173,46.66064],[12.07038,46.67386],[12.07985,46.66686],[12.08826,46.66638],[12.09345,46.66123],[12.10609,46.65783],[12.10949,46.65204],[12.12342,46.64475],[12.13739,46.64122],[12.1436,46.6327],[12.1511,46.63215],[12.16062,46.63574],[12.17117,46.63275],[12.1818,46.6192],[12.19261,46.62059],[12.19228,46.59321],[12.20444,46.59836],[12.21241,46.60918],[12.24198,46.61586],[12.24502,46.62326],[12.25931,46.62809],[12.26982,46.62003],[12.28413,46.61623],[12.30802,46.61811],[12.31785,46.62355],[12.3172,46.62876],[12.33578,46.62732],[12.34034,46.63022],[12.34465,46.62376],[12.35939,46.61829],[12.38577,46.62154],[12.3915,46.62765],[12.37944,46.63733],[12.38115,46.64183],[12.40648,46.64167],[12.43473,46.66714],[12.4795,46.67969],[12.47501,46.68756],[12.44268,46.68979],[12.42943,46.69567],[12.42862,46.6997],[12.41522,46.70163],[12.41103,46.70701],[12.40283,46.70811],[12.38475,46.71745],[12.37036,46.74163],[12.35837,46.77583],[12.30943,46.78603],[12.28539,46.7839],[12.28232,46.79153],[12.28889,46.79427],[12.28905,46.79948],[12.29383,46.8027],[12.285,46.81503],[12.30726,46.83271],[12.30833,46.84137],[12.29733,46.84455],[12.2912,46.85704],[12.29326,46.86566],[12.27736,46.87319],[12.27979,46.87921],[12.27486,46.88512],[12.24162,46.89192],[12.2345,46.88919],[12.23125,46.88146],[12.22147,46.88084],[12.21663,46.87517],[12.2022,46.88806],[12.20106,46.8965],[12.19154,46.90682],[12.16959,46.91121],[12.16205,46.908],[12.14675,46.91413],[12.15414,46.91654],[12.1702,46.93758],[12.15927,46.95133],[12.13882,46.95764],[12.13328,46.96292],[12.13808,46.96514],[12.13977,46.982],[12.12974,46.98593],[12.1322,46.99339],[12.12285,47.00662],[12.12723,47.01218],[12.14786,47.02357],[12.16423,47.01782],[12.18048,47.02414],[12.20552,47.02595],[12.2182,47.04483],[12.21821,47.05795],[12.23786,47.0644],[12.24228,47.06892],[12.2278,47.08302],[12.18589,47.09322],[12.15997,47.08267],[12.15125,47.08049],[12.13561,47.08171],[12.11867,47.07445],[12.10329,47.07931],[12.09308,47.07791],[12.08035,47.06951],[12.07543,47.0605],[12.04276,47.06228],[12.03353,47.0583],[12.02968,47.05127],[12.02037,47.04821],[11.99534,47.05064],[11.98587,47.04815],[11.97912,47.0511],[11.96773,47.04158],[11.95457,47.04374],[11.94688,47.03464],[11.9329,47.03864],[11.91627,47.03422],[11.89137,47.01728],[11.8794,47.01714],[11.87393,47.01136],[11.86722,47.01252],[11.85192,47.0014],[11.84396,47.0025],[11.83564,46.99417],[11.81526,46.991],[11.78106,46.99342],[11.76411,46.97412],[11.74698,46.97013],[11.72897,46.97322],[11.71226,46.99416],[11.6885,46.99658],[11.66542,46.99304],[11.63629,47.00383],[11.62697,47.01437],[11.60944,47.01207],[11.59901,47.00657],[11.58879,47.00641],[11.58,47.00277],[11.57663,46.99657],[11.55297,46.99149],[11.53846,46.98519],[11.53381,46.99233],[11.51679,47.00091],[11.51366,47.00595],[11.50313,47.00808],[11.50238,47.01073],[11.47831,47.01201],[11.46859,47.003],[11.46803,46.99582],[11.45134,46.99294],[11.43929,46.97601],[11.40465,46.96609],[11.38324,46.97168],[11.37697,46.98025],[11.35932,46.99154],[11.34516,46.99169],[11.33765,46.98606],[11.3205,46.99345],[11.30709,46.98525],[11.28762,46.98699],[11.27662,46.98168],[11.26272,46.98169],[11.25582,46.97535],[11.24865,46.97517],[11.24139,46.9708],[11.22047,46.97025],[11.20688,46.96403],[11.20418,46.96877],[11.19527,46.97152],[11.18658,46.97062],[11.17598,46.96367],[11.1637,46.96677],[11.16114,46.94979],[11.16642,46.94479],[11.16322,46.94091],[11.13851,46.92865],[11.11418,46.93234],[11.10804,46.92632],[11.10792,46.91706],[11.0946,46.91247],[11.09795,46.89844],[11.09538,46.89178],[11.09961,46.88922],[11.08742,46.87927],[11.06988,46.85348],[11.07303,46.84345],[11.06887,46.83793],[11.0762,46.83384],[11.08171,46.82252],[11.07279,46.82092],[11.05633,46.80928],[11.03792,46.80562],[11.04234,46.801],[11.0346,46.79428],[11.02328,46.76715],[11.01397,46.77317],[10.99475,46.76804],[10.97932,46.77014],[10.97522,46.77361],[10.94388,46.77648],[10.92821,46.77408],[10.92299,46.7764],[10.90527,46.76911],[10.8951,46.77092],[10.88962,46.76529],[10.88294,46.76393],[10.86993,46.7669],[10.86845,46.77313],[10.85354,46.77506],[10.84112,46.78282],[10.83129,46.78138],[10.82479,46.77472],[10.81439,46.77662],[10.78678,46.79735],[10.77744,46.79149],[10.75722,46.78624],[10.73122,46.78925],[10.7276,46.79709],[10.74506,46.80223],[10.75239,46.81387],[10.76387,46.81971],[10.76481,46.82409],[10.75621,46.83383],[10.72333,46.83892],[10.71763,46.84795],[10.70594,46.84786],[10.69508,46.85308],[10.69786,46.86339],[10.69112,46.86861],[10.67297,46.87138],[10.66787,46.87651],[10.64858,46.86655],[10.62441,46.86558],[10.60936,46.8597],[10.59502,46.85829],[10.58883,46.85125],[10.55536,46.84087],[10.55264,46.8408],[10.55795,46.84695],[10.5527,46.8511],[10.52124,46.84653],[10.49931,46.84857],[10.49628,46.85305],[10.48372,46.85543],[10.47838,46.86013],[10.46819,46.8553],[10.46987,46.84933],[10.46229,46.8413],[10.46483,46.83624],[10.45906,46.83548],[10.45513,46.83059],[10.4583,46.82478],[10.45438,46.82221],[10.45602,46.81635],[10.44925,46.80462],[10.43851,46.79869],[10.42845,46.79755],[10.42123,46.78861],[10.44011,46.77149],[10.44107,46.75413],[10.43464,46.75356],[10.39934,46.73435],[10.4168,46.71847],[10.41622,46.71479],[10.41274,46.70821],[10.40215,46.70624],[10.39201,46.69016],[10.38615,46.68821]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC0-1.0","description":"Basemap of South Tyrol"},{"id":"South-Tyrol-DSM_2006_2_5m","name":"South Tyrol DSM Hillshade 2006 (2.5 m)","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Elevation/wms?LAYERS=DigitalElevationModel-2.5m-Hillshade&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2006-01-01T00:00:00.000Z","startDate":"2006-01-01T00:00:00.000Z","polygon":[[[10.38615,46.68821],[10.3803,46.68399],[10.39057,46.67089],[10.38946,46.65862],[10.39873,46.6455],[10.40011,46.63648],[10.40935,46.63389],[10.44632,46.63989],[10.49055,46.61394],[10.48291,46.60512],[10.48576,46.59805],[10.48221,46.59199],[10.48575,46.58921],[10.48305,46.5777],[10.47321,46.56701],[10.47617,46.55749],[10.46954,46.54856],[10.47056,46.54377],[10.45814,46.54215],[10.45124,46.53083],[10.45714,46.5096],[10.48141,46.49337],[10.49366,46.49719],[10.52657,46.49425],[10.53685,46.49062],[10.54986,46.49123],[10.55875,46.48187],[10.57672,46.47237],[10.59995,46.46766],[10.60128,46.46139],[10.61439,46.45098],[10.63303,46.44309],[10.66821,46.45122],[10.68293,46.44846],[10.69667,46.4573],[10.71753,46.46022],[10.74422,46.48333],[10.75906,46.48547],[10.76463,46.4848],[10.76934,46.47609],[10.77835,46.47112],[10.78906,46.45164],[10.80034,46.44185],[10.85113,46.43817],[10.86174,46.43509],[10.87162,46.4438],[10.88093,46.44579],[10.88324,46.44995],[10.89161,46.44366],[10.91305,46.44284],[10.93332,46.4528],[10.9325,46.45831],[10.93819,46.46578],[10.95791,46.46983],[10.96543,46.48103],[10.98695,46.48289],[11.00462,46.47607],[11.00952,46.46917],[11.02817,46.46116],[11.0414,46.44569],[11.05394,46.44849],[11.07301,46.44042],[11.0778,46.44569],[11.07625,46.45487],[11.06894,46.46619],[11.06278,46.4894],[11.05773,46.49235],[11.05006,46.50784],[11.03795,46.51357],[11.05915,46.51508],[11.08173,46.53021],[11.08812,46.50128],[11.10449,46.4948],[11.1103,46.49643],[11.12934,46.48058],[11.16095,46.4878],[11.17014,46.49635],[11.18002,46.49823],[11.18686,46.50734],[11.1924,46.501],[11.19608,46.50241],[11.20876,46.49346],[11.20939,46.481],[11.21626,46.47277],[11.21886,46.46199],[11.21736,46.45731],[11.21419,46.45807],[11.20903,46.45293],[11.21634,46.44255],[11.21416,46.43556],[11.20347,46.42682],[11.21026,46.4206],[11.20565,46.4166],[11.21345,46.40675],[11.21275,46.39804],[11.19792,46.37232],[11.20393,46.36765],[11.19263,46.36578],[11.19001,46.35984],[11.20204,46.34212],[11.1942,46.33016],[11.18696,46.32673],[11.18894,46.32151],[11.1847,46.32104],[11.1761,46.30346],[11.16439,46.2986],[11.15847,46.29059],[11.14293,46.28934],[11.13725,46.28336],[11.14885,46.27904],[11.16604,46.26129],[11.20029,46.25566],[11.19448,46.2461],[11.18935,46.25354],[11.18351,46.25269],[11.17994,46.24434],[11.17077,46.23806],[11.18267,46.22496],[11.20622,46.2187],[11.24743,46.22933],[11.29124,46.2604],[11.30645,46.25786],[11.31737,46.27303],[11.3129,46.28256],[11.33471,46.2962],[11.33379,46.29049],[11.33912,46.28306],[11.35495,46.27564],[11.35783,46.26481],[11.36836,46.26135],[11.37347,46.2629],[11.38756,46.26029],[11.39862,46.264],[11.39609,46.27423],[11.3871,46.28143],[11.38256,46.29177],[11.36078,46.29682],[11.36088,46.29906],[11.38188,46.30052],[11.39569,46.3083],[11.39994,46.30709],[11.39865,46.31426],[11.40517,46.32387],[11.42105,46.32441],[11.45556,46.33396],[11.46322,46.34922],[11.48052,46.3551],[11.47969,46.36277],[11.52445,46.35502],[11.53837,46.35015],[11.54423,46.34483],[11.55249,46.34418],[11.55878,46.35076],[11.56489,46.38018],[11.5932,46.38265],[11.60307,46.38924],[11.60161,46.39731],[11.62143,46.42539],[11.61882,46.44325],[11.62987,46.46377],[11.62679,46.4708],[11.64179,46.47439],[11.64536,46.47189],[11.65174,46.48271],[11.64297,46.49346],[11.63495,46.49486],[11.63849,46.50051],[11.64515,46.49743],[11.6672,46.49647],[11.69889,46.50218],[11.71524,46.51245],[11.71935,46.50916],[11.73202,46.50877],[11.74317,46.50391],[11.76157,46.50503],[11.79189,46.51322],[11.79385,46.52023],[11.81086,46.53146],[11.82391,46.52141],[11.82334,46.51315],[11.82849,46.50783],[11.85192,46.51682],[11.8904,46.52175],[11.9121,46.532],[11.93294,46.52631],[11.94147,46.52689],[11.94719,46.52879],[11.95094,46.53869],[11.96633,46.54363],[11.98704,46.54417],[11.99411,46.53345],[11.99941,46.53208],[12.02189,46.55791],[12.0266,46.55871],[12.03665,46.57668],[12.04763,46.58357],[12.05043,46.60016],[12.04613,46.60716],[12.05318,46.60989],[12.05448,46.61778],[12.06495,46.62121],[12.06837,46.63997],[12.07479,46.64329],[12.06686,46.65364],[12.07173,46.66064],[12.07038,46.67386],[12.07985,46.66686],[12.08826,46.66638],[12.09345,46.66123],[12.10609,46.65783],[12.10949,46.65204],[12.12342,46.64475],[12.13739,46.64122],[12.1436,46.6327],[12.1511,46.63215],[12.16062,46.63574],[12.17117,46.63275],[12.1818,46.6192],[12.19261,46.62059],[12.19228,46.59321],[12.20444,46.59836],[12.21241,46.60918],[12.24198,46.61586],[12.24502,46.62326],[12.25931,46.62809],[12.26982,46.62003],[12.28413,46.61623],[12.30802,46.61811],[12.31785,46.62355],[12.3172,46.62876],[12.33578,46.62732],[12.34034,46.63022],[12.34465,46.62376],[12.35939,46.61829],[12.38577,46.62154],[12.3915,46.62765],[12.37944,46.63733],[12.38115,46.64183],[12.40648,46.64167],[12.43473,46.66714],[12.4795,46.67969],[12.47501,46.68756],[12.44268,46.68979],[12.42943,46.69567],[12.42862,46.6997],[12.41522,46.70163],[12.41103,46.70701],[12.40283,46.70811],[12.38475,46.71745],[12.37036,46.74163],[12.35837,46.77583],[12.30943,46.78603],[12.28539,46.7839],[12.28232,46.79153],[12.28889,46.79427],[12.28905,46.79948],[12.29383,46.8027],[12.285,46.81503],[12.30726,46.83271],[12.30833,46.84137],[12.29733,46.84455],[12.2912,46.85704],[12.29326,46.86566],[12.27736,46.87319],[12.27979,46.87921],[12.27486,46.88512],[12.24162,46.89192],[12.2345,46.88919],[12.23125,46.88146],[12.22147,46.88084],[12.21663,46.87517],[12.2022,46.88806],[12.20106,46.8965],[12.19154,46.90682],[12.16959,46.91121],[12.16205,46.908],[12.14675,46.91413],[12.15414,46.91654],[12.1702,46.93758],[12.15927,46.95133],[12.13882,46.95764],[12.13328,46.96292],[12.13808,46.96514],[12.13977,46.982],[12.12974,46.98593],[12.1322,46.99339],[12.12285,47.00662],[12.12723,47.01218],[12.14786,47.02357],[12.16423,47.01782],[12.18048,47.02414],[12.20552,47.02595],[12.2182,47.04483],[12.21821,47.05795],[12.23786,47.0644],[12.24228,47.06892],[12.2278,47.08302],[12.18589,47.09322],[12.15997,47.08267],[12.15125,47.08049],[12.13561,47.08171],[12.11867,47.07445],[12.10329,47.07931],[12.09308,47.07791],[12.08035,47.06951],[12.07543,47.0605],[12.04276,47.06228],[12.03353,47.0583],[12.02968,47.05127],[12.02037,47.04821],[11.99534,47.05064],[11.98587,47.04815],[11.97912,47.0511],[11.96773,47.04158],[11.95457,47.04374],[11.94688,47.03464],[11.9329,47.03864],[11.91627,47.03422],[11.89137,47.01728],[11.8794,47.01714],[11.87393,47.01136],[11.86722,47.01252],[11.85192,47.0014],[11.84396,47.0025],[11.83564,46.99417],[11.81526,46.991],[11.78106,46.99342],[11.76411,46.97412],[11.74698,46.97013],[11.72897,46.97322],[11.71226,46.99416],[11.6885,46.99658],[11.66542,46.99304],[11.63629,47.00383],[11.62697,47.01437],[11.60944,47.01207],[11.59901,47.00657],[11.58879,47.00641],[11.58,47.00277],[11.57663,46.99657],[11.55297,46.99149],[11.53846,46.98519],[11.53381,46.99233],[11.51679,47.00091],[11.51366,47.00595],[11.50313,47.00808],[11.50238,47.01073],[11.47831,47.01201],[11.46859,47.003],[11.46803,46.99582],[11.45134,46.99294],[11.43929,46.97601],[11.40465,46.96609],[11.38324,46.97168],[11.37697,46.98025],[11.35932,46.99154],[11.34516,46.99169],[11.33765,46.98606],[11.3205,46.99345],[11.30709,46.98525],[11.28762,46.98699],[11.27662,46.98168],[11.26272,46.98169],[11.25582,46.97535],[11.24865,46.97517],[11.24139,46.9708],[11.22047,46.97025],[11.20688,46.96403],[11.20418,46.96877],[11.19527,46.97152],[11.18658,46.97062],[11.17598,46.96367],[11.1637,46.96677],[11.16114,46.94979],[11.16642,46.94479],[11.16322,46.94091],[11.13851,46.92865],[11.11418,46.93234],[11.10804,46.92632],[11.10792,46.91706],[11.0946,46.91247],[11.09795,46.89844],[11.09538,46.89178],[11.09961,46.88922],[11.08742,46.87927],[11.06988,46.85348],[11.07303,46.84345],[11.06887,46.83793],[11.0762,46.83384],[11.08171,46.82252],[11.07279,46.82092],[11.05633,46.80928],[11.03792,46.80562],[11.04234,46.801],[11.0346,46.79428],[11.02328,46.76715],[11.01397,46.77317],[10.99475,46.76804],[10.97932,46.77014],[10.97522,46.77361],[10.94388,46.77648],[10.92821,46.77408],[10.92299,46.7764],[10.90527,46.76911],[10.8951,46.77092],[10.88962,46.76529],[10.88294,46.76393],[10.86993,46.7669],[10.86845,46.77313],[10.85354,46.77506],[10.84112,46.78282],[10.83129,46.78138],[10.82479,46.77472],[10.81439,46.77662],[10.78678,46.79735],[10.77744,46.79149],[10.75722,46.78624],[10.73122,46.78925],[10.7276,46.79709],[10.74506,46.80223],[10.75239,46.81387],[10.76387,46.81971],[10.76481,46.82409],[10.75621,46.83383],[10.72333,46.83892],[10.71763,46.84795],[10.70594,46.84786],[10.69508,46.85308],[10.69786,46.86339],[10.69112,46.86861],[10.67297,46.87138],[10.66787,46.87651],[10.64858,46.86655],[10.62441,46.86558],[10.60936,46.8597],[10.59502,46.85829],[10.58883,46.85125],[10.55536,46.84087],[10.55264,46.8408],[10.55795,46.84695],[10.5527,46.8511],[10.52124,46.84653],[10.49931,46.84857],[10.49628,46.85305],[10.48372,46.85543],[10.47838,46.86013],[10.46819,46.8553],[10.46987,46.84933],[10.46229,46.8413],[10.46483,46.83624],[10.45906,46.83548],[10.45513,46.83059],[10.4583,46.82478],[10.45438,46.82221],[10.45602,46.81635],[10.44925,46.80462],[10.43851,46.79869],[10.42845,46.79755],[10.42123,46.78861],[10.44011,46.77149],[10.44107,46.75413],[10.43464,46.75356],[10.39934,46.73435],[10.4168,46.71847],[10.41622,46.71479],[10.41274,46.70821],[10.40215,46.70624],[10.39201,46.69016],[10.38615,46.68821]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC0-1.0","description":"Schummerung errechnet aus dem DSM)"},{"id":"South-Tyrol-DSM_2013","name":"South Tyrol DSM Hillshade 2013 (0.5 m)","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Elevation/wms?LAYERS=DigitalElevationModel-0.5m-Hillshade&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","polygon":[[[12.13717,47.05889],[12.06315,47.02828],[12.04446,47.02706],[12.0362,47.02559],[11.96864,47.00182],[11.96038,46.99986],[11.94205,46.99275],[11.93846,46.99226],[11.93846,46.99153],[11.93271,46.99055],[11.9266,46.98736],[11.91869,46.97657],[11.90432,46.9621],[11.84934,46.95033],[11.85221,46.9442],[11.85365,46.94248],[11.85509,46.94248],[11.90396,46.95377],[11.92121,46.92972],[11.93702,46.91671],[11.93235,46.90591],[11.90001,46.90272],[11.83245,46.90247],[11.82059,46.90616],[11.80765,46.92113],[11.80226,46.92997],[11.77531,46.92334],[11.77819,46.9172],[11.79687,46.91892],[11.79831,46.91499],[11.80442,46.90665],[11.81664,46.89412],[11.82993,46.88995],[11.84035,46.88798],[11.85437,46.88627],[11.88635,46.88798],[11.93738,46.89584],[11.94097,46.88676],[11.93666,46.86932],[11.93881,46.85285],[11.9363,46.83786],[11.93271,46.8327],[11.86443,46.83442],[11.78969,46.83933],[11.78322,46.84105],[11.7383,46.84769],[11.72644,46.87644],[11.72141,46.88381],[11.72213,46.88479],[11.71387,46.89609],[11.70273,46.90346],[11.69159,46.90002],[11.68943,46.89781],[11.69662,46.88356],[11.71171,46.87104],[11.71782,46.85285],[11.71746,46.8322],[11.71315,46.82901],[11.66535,46.82802],[11.65529,46.82409],[11.62942,46.85138],[11.61505,46.8472],[11.61577,46.84425],[11.6208,46.83958],[11.62008,46.83884],[11.62547,46.83368],[11.62655,46.83098],[11.64343,46.81302],[11.6614,46.8022],[11.65817,46.79851],[11.6384,46.7835],[11.6305,46.78153],[11.62655,46.78178],[11.6172,46.78695],[11.61109,46.79704],[11.60463,46.80097],[11.58486,46.80811],[11.55827,46.8145],[11.55396,46.81647],[11.55001,46.81671],[11.54174,46.81966],[11.53959,46.82237],[11.53527,46.8381],[11.53599,46.83958],[11.53168,46.85113],[11.5324,46.85261],[11.52701,46.86563],[11.51084,46.87005],[11.49071,46.87791],[11.46197,46.88553],[11.47418,46.89904],[11.47562,46.90419],[11.45298,46.90738],[11.44831,46.90935],[11.45442,46.92039],[11.45262,46.93954],[11.45586,46.94567],[11.47059,46.96505],[11.49575,46.98295],[11.49682,46.98613],[11.50832,47.00207],[11.51084,47.00795],[11.50473,47.00844],[11.49035,46.98417],[11.4749,46.97657],[11.47239,46.97339],[11.46448,46.96775],[11.45226,46.95352],[11.4422,46.94886],[11.42639,46.94984],[11.42495,46.94223],[11.43322,46.94003],[11.43789,46.93684],[11.44077,46.93242],[11.43753,46.92825],[11.42424,46.91966],[11.4131,46.89437],[11.38183,46.89756],[11.37465,46.89977],[11.34231,46.90591],[11.33009,46.91131],[11.28194,46.92898],[11.27403,46.93291],[11.2708,46.93316],[11.26684,46.93021],[11.26577,46.928],[11.27116,46.92579],[11.27726,46.91941],[11.28948,46.91696],[11.29344,46.91058],[11.30601,46.90346],[11.30925,46.89633],[11.32865,46.89486],[11.33584,46.89093],[11.35596,46.88872],[11.36207,46.88455],[11.35919,46.8789],[11.33368,46.87177],[11.3132,46.86833],[11.30206,46.87005],[11.28373,46.87104],[11.246,46.87104],[11.24528,46.86686],[11.2593,46.86588],[11.28769,46.86588],[11.3017,46.86366],[11.30853,46.86145],[11.31392,46.86121],[11.32793,46.86465],[11.3362,46.86809],[11.33728,46.8676],[11.34734,46.86956],[11.35524,46.86907],[11.35848,46.86538],[11.36962,46.86538],[11.37213,46.86981],[11.38327,46.87104],[11.38866,46.87005],[11.39333,46.87325],[11.39549,46.87816],[11.40088,46.87816],[11.40232,46.87619],[11.40196,46.87276],[11.39549,46.86244],[11.3804,46.85605],[11.36638,46.85531],[11.34698,46.85039],[11.34734,46.84794],[11.34913,46.84622],[11.35093,46.84622],[11.35668,46.84818],[11.36638,46.84745],[11.38722,46.85187],[11.39405,46.8558],[11.39944,46.85752],[11.40807,46.8644],[11.4113,46.86981],[11.41238,46.87988],[11.41777,46.88283],[11.42783,46.88086],[11.43214,46.87939],[11.44436,46.87153],[11.45119,46.87079],[11.45981,46.8676],[11.4864,46.86096],[11.4961,46.85408],[11.50401,46.85089],[11.51012,46.84671],[11.51551,46.84499],[11.52198,46.8413],[11.52629,46.83515],[11.52952,46.8295],[11.5324,46.81548],[11.54138,46.81155],[11.55791,46.80934],[11.57408,46.80319],[11.59349,46.79777],[11.59564,46.79581],[11.60211,46.79359],[11.60534,46.78572],[11.62367,46.77243],[11.62439,46.74116],[11.63158,46.7254],[11.62511,46.71604],[11.61936,46.70371],[11.61361,46.69805],[11.58486,46.67611],[11.57696,46.67537],[11.5615,46.67833],[11.54929,46.67833],[11.53707,46.66896],[11.5403,46.66402],[11.54857,46.66131],[11.54929,46.66008],[11.5633,46.65514],[11.5633,46.6544],[11.54354,46.64478],[11.53994,46.64158],[11.53707,46.64084],[11.52593,46.63269],[11.52306,46.63195],[11.5094,46.62307],[11.50293,46.58752],[11.50006,46.58356],[11.48964,46.55886],[11.48676,46.55614],[11.48173,46.54724],[11.47095,46.55095],[11.44723,46.54848],[11.43753,46.54502],[11.43142,46.54403],[11.41633,46.53909],[11.41561,46.53958],[11.40842,46.53587],[11.39693,46.53241],[11.38255,46.52524],[11.37824,46.52425],[11.37644,46.53068],[11.37608,46.56405],[11.38543,46.57739],[11.38902,46.59245],[11.38579,46.59912],[11.38651,46.6006],[11.38255,46.60357],[11.38147,46.60628],[11.38147,46.61887],[11.37033,46.62702],[11.36423,46.63886],[11.36315,46.65613],[11.37033,46.66748],[11.36207,46.6692],[11.35955,46.66896],[11.3574,46.66575],[11.35488,46.6586],[11.35345,46.65786],[11.34698,46.64577],[11.34482,46.63713],[11.35919,46.62381],[11.36998,46.6085],[11.37141,46.5927],[11.35848,46.57121],[11.35021,46.54304],[11.32075,46.54304],[11.30386,46.53167],[11.29883,46.52697],[11.27547,46.53192],[11.27223,46.53291],[11.23522,46.57022],[11.20683,46.61221],[11.20755,46.61492],[11.20216,46.65194],[11.20108,46.68991],[11.21474,46.72441],[11.21546,46.74264],[11.22696,46.7616],[11.23055,46.77415],[11.24672,46.79531],[11.26002,46.81745],[11.26002,46.81893],[11.25822,46.81942],[11.2478,46.8204],[11.23989,46.82237],[11.23702,46.82139],[11.22911,46.80663],[11.22408,46.80122],[11.20037,46.76751],[11.18635,46.73722],[11.17665,46.73057],[11.15509,46.71135],[11.1497,46.71012],[11.13065,46.70174],[11.12886,46.70224],[11.11664,46.70002],[11.08717,46.69681],[11.0595,46.68375],[11.05232,46.68128],[11.04944,46.67906],[11.04729,46.67906],[11.03974,46.67487],[11.03255,46.67241],[11.02034,46.666],[10.96751,46.65465],[10.93517,46.64528],[10.93373,46.64577],[10.91145,46.63911],[10.88235,46.6322],[10.87121,46.6285],[10.86905,46.62924],[10.74939,46.63417],[10.61428,46.63738],[10.60997,46.63763],[10.60817,46.6396],[10.58876,46.66969],[10.56002,46.68695],[10.54313,46.70002],[10.56181,46.71431],[10.56145,46.7249],[10.55858,46.73451],[10.5672,46.74091],[10.569,46.74362],[10.55714,46.74879],[10.5496,46.75495],[10.54744,46.75963],[10.54528,46.77095],[10.54528,46.78744],[10.546,46.79704],[10.54924,46.80835],[10.53486,46.8268],[10.52121,46.83196],[10.52013,46.83343],[10.50935,46.83909],[10.50791,46.85162],[10.49857,46.85162],[10.49821,46.8381],[10.50073,46.82999],[10.52229,46.79802],[10.51905,46.77341],[10.52911,46.7387],[10.51618,46.70716],[10.51582,46.69213],[10.52121,46.67611],[10.47773,46.66032],[10.46838,46.65465],[10.45976,46.65095],[10.44467,46.63861],[10.45617,46.63072],[10.46012,46.62924],[10.49929,46.65983],[10.52408,46.66674],[10.54097,46.66723],[10.54528,46.6655],[10.55678,46.65761],[10.55894,46.6549],[10.56145,46.63269],[10.57367,46.6169],[10.56577,46.61295],[10.56038,46.61196],[10.55427,46.6085],[10.54888,46.60727],[10.53774,46.60258],[10.53846,46.58801],[10.54025,46.58085],[10.51761,46.56825],[10.50396,46.54947],[10.50504,46.54354],[10.5054,46.5428],[10.51079,46.5428],[10.51079,46.54823],[10.52229,46.56578],[10.53953,46.57368],[10.546,46.57418],[10.55642,46.5643],[10.56289,46.54106],[10.56972,46.53192],[10.57188,46.52969],[10.58661,46.5245],[10.5902,46.52153],[10.59415,46.51387],[10.59955,46.51362],[10.59883,46.52524],[10.59487,46.52895],[10.58194,46.53266],[10.57259,46.54131],[10.57116,46.55836],[10.56541,46.56627],[10.55391,46.57467],[10.54888,46.58233],[10.55175,46.58776],[10.58912,46.61097],[10.65345,46.60924],[10.76808,46.60974],[10.77167,46.6085],[10.81803,46.60159],[10.81838,46.58949],[10.80796,46.58554],[10.80114,46.58159],[10.78892,46.57838],[10.78317,46.57492],[10.77778,46.57319],[10.76987,46.568],[10.7688,46.56306],[10.77023,46.55886],[10.77993,46.54848],[10.78137,46.54823],[10.79395,46.56528],[10.80509,46.56948],[10.8209,46.57764],[10.8324,46.59937],[10.87911,46.60431],[10.90606,46.60875],[11.01423,46.63294],[11.07567,46.65514],[11.08897,46.66797],[11.0922,46.66969],[11.09939,46.67117],[11.11053,46.67167],[11.12203,46.66945],[11.13065,46.66156],[11.13137,46.63738],[11.11556,46.62011],[11.10514,46.61418],[11.09939,46.6085],[11.09005,46.60233],[11.07747,46.58949],[11.06777,46.57591],[11.06022,46.57195],[11.04693,46.56948],[11.0268,46.56084],[10.99231,46.54972],[10.9862,46.54576],[10.97254,46.54032],[10.95709,46.53686],[10.94487,46.52821],[10.93589,46.52351],[10.91936,46.51782],[10.91828,46.51288],[10.90642,46.50472],[10.87732,46.49408],[10.86654,46.49433],[10.86726,46.48591],[10.89457,46.49062],[10.90858,46.49062],[10.9208,46.50348],[10.94056,46.51288],[10.96212,46.52895],[10.98943,46.53686],[10.99877,46.5423],[11.0153,46.54749],[11.02249,46.55145],[11.03363,46.55565],[11.03435,46.55515],[11.06597,46.56479],[11.07388,46.56578],[11.08502,46.57344],[11.08861,46.58035],[11.11161,46.6006],[11.12454,46.59986],[11.15724,46.56158],[11.21294,46.51634],[11.22193,46.50101],[11.23378,46.4728],[11.2345,46.46909],[11.23235,46.44928],[11.22444,46.41386],[11.22911,46.37272],[11.22804,46.35858],[11.22696,46.35858],[11.22336,46.34544],[11.21258,46.32509],[11.19965,46.31516],[11.19605,46.30102],[11.19498,46.30077],[11.19641,46.29456],[11.2054,46.28636],[11.20827,46.26798],[11.20791,46.26177],[11.20396,46.25432],[11.19605,46.24438],[11.18527,46.24015],[11.18743,46.23469],[11.20432,46.23444],[11.22121,46.2317],[11.22408,46.23369],[11.2345,46.23742],[11.25067,46.24811],[11.25139,46.25333],[11.24636,46.26326],[11.24528,46.28388],[11.2557,46.29853],[11.27475,46.30449],[11.28158,46.30548],[11.29523,46.31368],[11.29631,46.31318],[11.30422,46.31616],[11.30781,46.32187],[11.30853,46.3308],[11.33332,46.34197],[11.35309,46.34221],[11.35416,46.34048],[11.34698,46.33427],[11.34446,46.32534],[11.33584,46.31938],[11.34518,46.31541],[11.35057,46.31516],[11.35524,46.3169],[11.3653,46.32807],[11.3689,46.32981],[11.38722,46.31442],[11.39118,46.30772],[11.39872,46.30772],[11.40052,46.31343],[11.39549,46.31988],[11.38507,46.32906],[11.38507,46.33204],[11.38543,46.33328],[11.39369,46.33477],[11.40303,46.33353],[11.40555,46.34197],[11.41417,46.34842],[11.4113,46.35114],[11.40519,46.35412],[11.39369,46.34792],[11.38866,46.34147],[11.38076,46.338],[11.37644,46.33775],[11.37177,46.33948],[11.36854,46.34345],[11.36315,46.34717],[11.35991,46.35486],[11.34841,46.35338],[11.3229,46.35238],[11.31895,46.35238],[11.31715,46.35412],[11.32434,46.36478],[11.33224,46.38239],[11.33763,46.39032],[11.34159,46.40494],[11.35309,46.42724],[11.35991,46.45027],[11.3477,46.4681],[11.35416,46.47824],[11.35884,46.48171],[11.36027,46.48121],[11.37213,46.48517],[11.38076,46.48542],[11.38686,46.48394],[11.39118,46.47923],[11.39046,46.47775],[11.39261,46.47131],[11.40303,46.45968],[11.41238,46.45448],[11.43538,46.44953],[11.46125,46.43393],[11.46915,46.43145],[11.48101,46.41907],[11.51156,46.39776],[11.51838,46.40048],[11.51695,46.4037],[11.50868,46.41188],[11.49107,46.42179],[11.49826,46.42551],[11.51587,46.42452],[11.53132,46.4265],[11.54462,46.42501],[11.5554,46.41931],[11.56474,46.41238],[11.56977,46.41015],[11.57121,46.40816],[11.58881,46.40346],[11.60355,46.40147],[11.60786,46.41238],[11.59528,46.41659],[11.57732,46.4151],[11.56402,46.42105],[11.54677,46.43046],[11.54857,46.43244],[11.55468,46.43541],[11.55037,46.43938],[11.5421,46.43715],[11.53455,46.43343],[11.51731,46.43442],[11.47993,46.43071],[11.48029,46.43987],[11.47922,46.44062],[11.45694,46.45002],[11.43681,46.46042],[11.42747,46.46364],[11.41597,46.47156],[11.41453,46.47379],[11.41525,46.48097],[11.44867,46.47874],[11.46053,46.47404],[11.47418,46.47057],[11.50437,46.46958],[11.51838,46.46414],[11.53599,46.46166],[11.53959,46.46166],[11.54677,46.46414],[11.55432,46.46884],[11.56654,46.46711],[11.56869,46.47404],[11.56546,46.47923],[11.56115,46.4822],[11.5554,46.48072],[11.55324,46.47849],[11.5403,46.47181],[11.5306,46.47329],[11.5306,46.47404],[11.51695,46.47849],[11.51551,46.4822],[11.51192,46.48567],[11.51443,46.49705],[11.5227,46.50026],[11.52449,46.50546],[11.52413,46.51461],[11.52557,46.52228],[11.53204,46.52895],[11.5403,46.5339],[11.54749,46.53637],[11.57264,46.53859],[11.57947,46.54724],[11.57013,46.55836],[11.57193,46.55886],[11.57947,46.56602],[11.61109,46.57936],[11.60714,46.58381],[11.60499,46.58381],[11.59313,46.58208],[11.5766,46.57442],[11.56222,46.57368],[11.54677,46.57615],[11.53132,46.57541],[11.53204,46.58332],[11.54318,46.59838],[11.56186,46.59665],[11.57983,46.5932],[11.60606,46.5932],[11.61577,46.59221],[11.62295,46.58554],[11.63625,46.57764],[11.63733,46.57344],[11.63158,46.56899],[11.62726,46.55318],[11.62187,46.54873],[11.61145,46.54453],[11.61181,46.53835],[11.61577,46.53587],[11.62403,46.54032],[11.63912,46.55169],[11.64595,46.5643],[11.65278,46.56528],[11.65817,46.56726],[11.67182,46.56726],[11.68332,46.56578],[11.6959,46.56009],[11.71243,46.55565],[11.73291,46.55392],[11.75555,46.55342],[11.76741,46.54403],[11.77064,46.53019],[11.77711,46.53068],[11.77783,46.53315],[11.77495,46.53587],[11.77316,46.54354],[11.78106,46.54428],[11.78178,46.5465],[11.77352,46.54799],[11.7692,46.55046],[11.76885,46.55342],[11.7728,46.56306],[11.7365,46.56652],[11.71423,46.56602],[11.69087,46.5727],[11.68117,46.58085],[11.64487,46.58109],[11.64092,46.58356],[11.62259,46.60628],[11.56115,46.61517],[11.58414,46.63319],[11.60463,46.64651],[11.60966,46.64429],[11.62403,46.64059],[11.63769,46.63516],[11.64343,46.63417],[11.66859,46.63368],[11.69518,46.63541],[11.7304,46.63393],[11.73076,46.64922],[11.70632,46.65366],[11.68404,46.65021],[11.66967,46.6507],[11.65601,46.64922],[11.63948,46.64996],[11.62655,46.65564],[11.6614,46.67956],[11.67075,46.68301],[11.69195,46.69681],[11.69302,46.70421],[11.70057,46.72564],[11.70057,46.7286],[11.69698,46.73574],[11.69734,46.74215],[11.69949,46.74658],[11.70416,46.75052],[11.71351,46.75126],[11.73219,46.75076],[11.76381,46.73919],[11.76453,46.73747],[11.77639,46.72885],[11.78142,46.72072],[11.79436,46.72219],[11.79112,46.73279],[11.77963,46.7483],[11.76705,46.75347],[11.74118,46.75914],[11.7286,46.75987],[11.69159,46.75914],[11.69554,46.77095],[11.7074,46.78252],[11.70848,46.78523],[11.68763,46.80171],[11.68979,46.80958],[11.70273,46.81229],[11.71027,46.80958],[11.71818,46.80811],[11.7498,46.80589],[11.75016,46.80515],[11.79759,46.80442],[11.80083,46.80245],[11.82239,46.79581],[11.84143,46.78744],[11.82706,46.77932],[11.82706,46.7771],[11.83209,46.77046],[11.83496,46.77071],[11.84,46.77366],[11.84179,46.77366],[11.85257,46.76554],[11.85257,46.76135],[11.84431,46.76061],[11.83928,46.75618],[11.84215,46.75421],[11.85042,46.75495],[11.85257,46.74855],[11.85832,46.74486],[11.85329,46.72885],[11.85904,46.72564],[11.85868,46.7249],[11.86443,46.72564],[11.86659,46.72688],[11.8691,46.72663],[11.87162,46.72515],[11.87234,46.72293],[11.86802,46.7148],[11.86838,46.70938],[11.85545,46.7015],[11.84035,46.69435],[11.84215,46.6909],[11.83856,46.68769],[11.83712,46.68769],[11.83676,46.68621],[11.84107,46.68276],[11.85401,46.6872],[11.85652,46.69558],[11.87737,46.70396],[11.8806,46.71037],[11.88491,46.7148],[11.88455,46.71875],[11.88815,46.72121],[11.90144,46.71702],[11.91366,46.70864],[11.92157,46.70125],[11.89641,46.70125],[11.8903,46.69016],[11.88994,46.68178],[11.8921,46.67783],[11.89102,46.67216],[11.87737,46.6586],[11.86479,46.65366],[11.84107,46.63615],[11.84574,46.63269],[11.85329,46.62874],[11.85509,46.62874],[11.87018,46.63985],[11.87198,46.64281],[11.87413,46.64355],[11.87952,46.64922],[11.88455,46.6586],[11.8921,46.66353],[11.89354,46.66698],[11.89857,46.67265],[11.90144,46.67265],[11.90611,46.66723],[11.90719,46.65983],[11.90144,46.65317],[11.90036,46.64503],[11.88707,46.62504],[11.88563,46.61122],[11.89174,46.60159],[11.89641,46.59023],[11.88096,46.5643],[11.87054,46.55812],[11.85329,46.55911],[11.85042,46.55713],[11.84,46.55342],[11.83748,46.54996],[11.84251,46.54601],[11.85042,46.54947],[11.85832,46.54922],[11.86982,46.54774],[11.87341,46.54354],[11.8788,46.54082],[11.8824,46.54057],[11.88743,46.5423],[11.88851,46.54304],[11.88743,46.54551],[11.87701,46.55515],[11.88527,46.56084],[11.89497,46.57344],[11.90108,46.57912],[11.90647,46.58208],[11.91294,46.58159],[11.91546,46.58035],[11.93558,46.56627],[11.95534,46.55713],[11.95822,46.55491],[11.96002,46.55466],[11.96181,46.55812],[11.96469,46.55787],[11.96469,46.55886],[11.95822,46.56306],[11.94349,46.57097],[11.93846,46.57764],[11.93306,46.58109],[11.92983,46.5848],[11.92049,46.58924],[11.91186,46.59789],[11.90252,46.62085],[11.89929,46.63368],[11.90396,46.64528],[11.90899,46.64947],[11.91222,46.6544],[11.92085,46.65342],[11.93558,46.65366],[11.94061,46.65169],[11.94169,46.64848],[11.9478,46.64873],[11.95355,46.64626],[11.9593,46.64996],[11.94744,46.65638],[11.94061,46.66156],[11.93199,46.66378],[11.92588,46.6692],[11.91654,46.67093],[11.9115,46.67487],[11.89929,46.68843],[11.90324,46.69361],[11.90899,46.69731],[11.92696,46.69583],[11.92875,46.69336],[11.94349,46.68695],[11.94672,46.68745],[11.94924,46.68917],[11.94708,46.69829],[11.94097,46.70322],[11.94888,46.71135],[11.94995,46.71604],[11.94456,46.7185],[11.94744,46.72269],[11.93199,46.72811],[11.93846,46.735],[11.93846,46.73599],[11.93414,46.73796],[11.93271,46.73796],[11.92696,46.73229],[11.92372,46.72712],[11.91546,46.72466],[11.90719,46.72466],[11.88276,46.73254],[11.86695,46.76283],[11.86731,46.76381],[11.87413,46.76603],[11.93414,46.76406],[11.95211,46.77194],[11.96469,46.77243],[11.98229,46.78006],[11.9902,46.78596],[12.00386,46.77637],[12.01535,46.76184],[12.01823,46.75643],[12.02434,46.75421],[12.03117,46.75249],[12.03835,46.75249],[12.05201,46.75446],[12.07321,46.7552],[12.09261,46.75224],[12.15765,46.73328],[12.18928,46.72983],[12.20042,46.72564],[12.1997,46.72515],[12.21587,46.71998],[12.21623,46.71234],[12.22593,46.71234],[12.22665,46.71875],[12.27911,46.72589],[12.28306,46.72367],[12.30642,46.71554],[12.33912,46.69953],[12.36104,46.67734],[12.37865,46.68301],[12.37434,46.69114],[12.34775,46.71111],[12.31181,46.72441],[12.37542,46.73845],[12.37326,46.7515],[12.3402,46.75003],[12.31145,46.74264],[12.30606,46.74264],[12.25899,46.74584],[12.24138,46.75027],[12.20617,46.74978],[12.19467,46.75076],[12.15155,46.75126],[12.11417,46.75544],[12.11453,46.76332],[12.12567,46.76603],[12.17634,46.76554],[12.19179,46.768],[12.20185,46.7771],[12.21335,46.79261],[12.22844,46.80663],[12.23563,46.81622],[12.23887,46.81843],[12.24641,46.82753],[12.2554,46.84867],[12.25396,46.8499],[12.23851,46.85187],[12.22844,46.83171],[12.22126,46.82212],[12.21335,46.81425],[12.20976,46.80884],[12.18425,46.78596],[12.15622,46.78104],[12.11956,46.77612],[12.11238,46.77563],[12.11022,46.77637],[12.10124,46.7808],[12.06494,46.79408],[12.06458,46.79507],[12.07536,46.8086],[12.09297,46.82753],[12.09513,46.83663],[12.10016,46.84351],[12.10375,46.85678],[12.11561,46.86637],[12.1325,46.87153],[12.14508,46.87841],[12.14076,46.88332],[12.11597,46.87472],[12.10016,46.86809],[12.09297,46.85777],[12.08614,46.85162],[12.08004,46.82335],[12.05129,46.79581],[12.04374,46.79384],[12.04015,46.79187],[12.03332,46.7899],[12.0132,46.79974],[12.00637,46.80196],[12.00565,46.81598],[12.01212,46.81991],[12.00601,46.82335],[11.98194,46.80737],[11.95498,46.82139],[11.9593,46.82852],[11.96217,46.84622],[11.96217,46.85162],[11.95786,46.87005],[11.96038,46.89044],[11.96002,46.90346],[11.97367,46.91229],[11.9902,46.91769],[11.98912,46.93168],[11.9593,46.92948],[11.95498,46.92702],[11.95211,46.92702],[11.94852,46.93168],[11.94492,46.93389],[11.9345,46.94542],[11.93163,46.94714],[11.93019,46.94984],[11.92552,46.95327],[11.92516,46.9621],[11.92803,46.96407],[11.93163,46.9702],[11.94313,46.97853],[11.94492,46.97853],[11.9478,46.9805],[11.95103,46.98099],[11.97331,46.99055],[11.98337,46.99373],[12.00709,47.00378],[12.01032,47.00427],[12.04266,47.01775],[12.07141,47.01995],[12.08938,47.02926],[12.09872,47.03269],[12.10627,47.0371],[12.10914,47.03759],[12.11669,47.042],[12.14328,47.05375],[12.13897,47.05889],[12.13717,47.05889]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC0-1.0","description":"Schummerung errechnet aus dem DSM)"},{"id":"South-Tyrol-DTM_2006_2_5m","name":"South Tyrol DTM Hillshade 2006 (2.5 m)","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Elevation/wms?LAYERS=DigitalTerrainModel-2.5m-Hillshade&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2006-01-01T00:00:00.000Z","startDate":"2006-01-01T00:00:00.000Z","polygon":[[[10.38615,46.68821],[10.3803,46.68399],[10.39057,46.67089],[10.38946,46.65862],[10.39873,46.6455],[10.40011,46.63648],[10.40935,46.63389],[10.44632,46.63989],[10.49055,46.61394],[10.48291,46.60512],[10.48576,46.59805],[10.48221,46.59199],[10.48575,46.58921],[10.48305,46.5777],[10.47321,46.56701],[10.47617,46.55749],[10.46954,46.54856],[10.47056,46.54377],[10.45814,46.54215],[10.45124,46.53083],[10.45714,46.5096],[10.48141,46.49337],[10.49366,46.49719],[10.52657,46.49425],[10.53685,46.49062],[10.54986,46.49123],[10.55875,46.48187],[10.57672,46.47237],[10.59995,46.46766],[10.60128,46.46139],[10.61439,46.45098],[10.63303,46.44309],[10.66821,46.45122],[10.68293,46.44846],[10.69667,46.4573],[10.71753,46.46022],[10.74422,46.48333],[10.75906,46.48547],[10.76463,46.4848],[10.76934,46.47609],[10.77835,46.47112],[10.78906,46.45164],[10.80034,46.44185],[10.85113,46.43817],[10.86174,46.43509],[10.87162,46.4438],[10.88093,46.44579],[10.88324,46.44995],[10.89161,46.44366],[10.91305,46.44284],[10.93332,46.4528],[10.9325,46.45831],[10.93819,46.46578],[10.95791,46.46983],[10.96543,46.48103],[10.98695,46.48289],[11.00462,46.47607],[11.00952,46.46917],[11.02817,46.46116],[11.0414,46.44569],[11.05394,46.44849],[11.07301,46.44042],[11.0778,46.44569],[11.07625,46.45487],[11.06894,46.46619],[11.06278,46.4894],[11.05773,46.49235],[11.05006,46.50784],[11.03795,46.51357],[11.05915,46.51508],[11.08173,46.53021],[11.08812,46.50128],[11.10449,46.4948],[11.1103,46.49643],[11.12934,46.48058],[11.16095,46.4878],[11.17014,46.49635],[11.18002,46.49823],[11.18686,46.50734],[11.1924,46.501],[11.19608,46.50241],[11.20876,46.49346],[11.20939,46.481],[11.21626,46.47277],[11.21886,46.46199],[11.21736,46.45731],[11.21419,46.45807],[11.20903,46.45293],[11.21634,46.44255],[11.21416,46.43556],[11.20347,46.42682],[11.21026,46.4206],[11.20565,46.4166],[11.21345,46.40675],[11.21275,46.39804],[11.19792,46.37232],[11.20393,46.36765],[11.19263,46.36578],[11.19001,46.35984],[11.20204,46.34212],[11.1942,46.33016],[11.18696,46.32673],[11.18894,46.32151],[11.1847,46.32104],[11.1761,46.30346],[11.16439,46.2986],[11.15847,46.29059],[11.14293,46.28934],[11.13725,46.28336],[11.14885,46.27904],[11.16604,46.26129],[11.20029,46.25566],[11.19448,46.2461],[11.18935,46.25354],[11.18351,46.25269],[11.17994,46.24434],[11.17077,46.23806],[11.18267,46.22496],[11.20622,46.2187],[11.24743,46.22933],[11.29124,46.2604],[11.30645,46.25786],[11.31737,46.27303],[11.3129,46.28256],[11.33471,46.2962],[11.33379,46.29049],[11.33912,46.28306],[11.35495,46.27564],[11.35783,46.26481],[11.36836,46.26135],[11.37347,46.2629],[11.38756,46.26029],[11.39862,46.264],[11.39609,46.27423],[11.3871,46.28143],[11.38256,46.29177],[11.36078,46.29682],[11.36088,46.29906],[11.38188,46.30052],[11.39569,46.3083],[11.39994,46.30709],[11.39865,46.31426],[11.40517,46.32387],[11.42105,46.32441],[11.45556,46.33396],[11.46322,46.34922],[11.48052,46.3551],[11.47969,46.36277],[11.52445,46.35502],[11.53837,46.35015],[11.54423,46.34483],[11.55249,46.34418],[11.55878,46.35076],[11.56489,46.38018],[11.5932,46.38265],[11.60307,46.38924],[11.60161,46.39731],[11.62143,46.42539],[11.61882,46.44325],[11.62987,46.46377],[11.62679,46.4708],[11.64179,46.47439],[11.64536,46.47189],[11.65174,46.48271],[11.64297,46.49346],[11.63495,46.49486],[11.63849,46.50051],[11.64515,46.49743],[11.6672,46.49647],[11.69889,46.50218],[11.71524,46.51245],[11.71935,46.50916],[11.73202,46.50877],[11.74317,46.50391],[11.76157,46.50503],[11.79189,46.51322],[11.79385,46.52023],[11.81086,46.53146],[11.82391,46.52141],[11.82334,46.51315],[11.82849,46.50783],[11.85192,46.51682],[11.8904,46.52175],[11.9121,46.532],[11.93294,46.52631],[11.94147,46.52689],[11.94719,46.52879],[11.95094,46.53869],[11.96633,46.54363],[11.98704,46.54417],[11.99411,46.53345],[11.99941,46.53208],[12.02189,46.55791],[12.0266,46.55871],[12.03665,46.57668],[12.04763,46.58357],[12.05043,46.60016],[12.04613,46.60716],[12.05318,46.60989],[12.05448,46.61778],[12.06495,46.62121],[12.06837,46.63997],[12.07479,46.64329],[12.06686,46.65364],[12.07173,46.66064],[12.07038,46.67386],[12.07985,46.66686],[12.08826,46.66638],[12.09345,46.66123],[12.10609,46.65783],[12.10949,46.65204],[12.12342,46.64475],[12.13739,46.64122],[12.1436,46.6327],[12.1511,46.63215],[12.16062,46.63574],[12.17117,46.63275],[12.1818,46.6192],[12.19261,46.62059],[12.19228,46.59321],[12.20444,46.59836],[12.21241,46.60918],[12.24198,46.61586],[12.24502,46.62326],[12.25931,46.62809],[12.26982,46.62003],[12.28413,46.61623],[12.30802,46.61811],[12.31785,46.62355],[12.3172,46.62876],[12.33578,46.62732],[12.34034,46.63022],[12.34465,46.62376],[12.35939,46.61829],[12.38577,46.62154],[12.3915,46.62765],[12.37944,46.63733],[12.38115,46.64183],[12.40648,46.64167],[12.43473,46.66714],[12.4795,46.67969],[12.47501,46.68756],[12.44268,46.68979],[12.42943,46.69567],[12.42862,46.6997],[12.41522,46.70163],[12.41103,46.70701],[12.40283,46.70811],[12.38475,46.71745],[12.37036,46.74163],[12.35837,46.77583],[12.30943,46.78603],[12.28539,46.7839],[12.28232,46.79153],[12.28889,46.79427],[12.28905,46.79948],[12.29383,46.8027],[12.285,46.81503],[12.30726,46.83271],[12.30833,46.84137],[12.29733,46.84455],[12.2912,46.85704],[12.29326,46.86566],[12.27736,46.87319],[12.27979,46.87921],[12.27486,46.88512],[12.24162,46.89192],[12.2345,46.88919],[12.23125,46.88146],[12.22147,46.88084],[12.21663,46.87517],[12.2022,46.88806],[12.20106,46.8965],[12.19154,46.90682],[12.16959,46.91121],[12.16205,46.908],[12.14675,46.91413],[12.15414,46.91654],[12.1702,46.93758],[12.15927,46.95133],[12.13882,46.95764],[12.13328,46.96292],[12.13808,46.96514],[12.13977,46.982],[12.12974,46.98593],[12.1322,46.99339],[12.12285,47.00662],[12.12723,47.01218],[12.14786,47.02357],[12.16423,47.01782],[12.18048,47.02414],[12.20552,47.02595],[12.2182,47.04483],[12.21821,47.05795],[12.23786,47.0644],[12.24228,47.06892],[12.2278,47.08302],[12.18589,47.09322],[12.15997,47.08267],[12.15125,47.08049],[12.13561,47.08171],[12.11867,47.07445],[12.10329,47.07931],[12.09308,47.07791],[12.08035,47.06951],[12.07543,47.0605],[12.04276,47.06228],[12.03353,47.0583],[12.02968,47.05127],[12.02037,47.04821],[11.99534,47.05064],[11.98587,47.04815],[11.97912,47.0511],[11.96773,47.04158],[11.95457,47.04374],[11.94688,47.03464],[11.9329,47.03864],[11.91627,47.03422],[11.89137,47.01728],[11.8794,47.01714],[11.87393,47.01136],[11.86722,47.01252],[11.85192,47.0014],[11.84396,47.0025],[11.83564,46.99417],[11.81526,46.991],[11.78106,46.99342],[11.76411,46.97412],[11.74698,46.97013],[11.72897,46.97322],[11.71226,46.99416],[11.6885,46.99658],[11.66542,46.99304],[11.63629,47.00383],[11.62697,47.01437],[11.60944,47.01207],[11.59901,47.00657],[11.58879,47.00641],[11.58,47.00277],[11.57663,46.99657],[11.55297,46.99149],[11.53846,46.98519],[11.53381,46.99233],[11.51679,47.00091],[11.51366,47.00595],[11.50313,47.00808],[11.50238,47.01073],[11.47831,47.01201],[11.46859,47.003],[11.46803,46.99582],[11.45134,46.99294],[11.43929,46.97601],[11.40465,46.96609],[11.38324,46.97168],[11.37697,46.98025],[11.35932,46.99154],[11.34516,46.99169],[11.33765,46.98606],[11.3205,46.99345],[11.30709,46.98525],[11.28762,46.98699],[11.27662,46.98168],[11.26272,46.98169],[11.25582,46.97535],[11.24865,46.97517],[11.24139,46.9708],[11.22047,46.97025],[11.20688,46.96403],[11.20418,46.96877],[11.19527,46.97152],[11.18658,46.97062],[11.17598,46.96367],[11.1637,46.96677],[11.16114,46.94979],[11.16642,46.94479],[11.16322,46.94091],[11.13851,46.92865],[11.11418,46.93234],[11.10804,46.92632],[11.10792,46.91706],[11.0946,46.91247],[11.09795,46.89844],[11.09538,46.89178],[11.09961,46.88922],[11.08742,46.87927],[11.06988,46.85348],[11.07303,46.84345],[11.06887,46.83793],[11.0762,46.83384],[11.08171,46.82252],[11.07279,46.82092],[11.05633,46.80928],[11.03792,46.80562],[11.04234,46.801],[11.0346,46.79428],[11.02328,46.76715],[11.01397,46.77317],[10.99475,46.76804],[10.97932,46.77014],[10.97522,46.77361],[10.94388,46.77648],[10.92821,46.77408],[10.92299,46.7764],[10.90527,46.76911],[10.8951,46.77092],[10.88962,46.76529],[10.88294,46.76393],[10.86993,46.7669],[10.86845,46.77313],[10.85354,46.77506],[10.84112,46.78282],[10.83129,46.78138],[10.82479,46.77472],[10.81439,46.77662],[10.78678,46.79735],[10.77744,46.79149],[10.75722,46.78624],[10.73122,46.78925],[10.7276,46.79709],[10.74506,46.80223],[10.75239,46.81387],[10.76387,46.81971],[10.76481,46.82409],[10.75621,46.83383],[10.72333,46.83892],[10.71763,46.84795],[10.70594,46.84786],[10.69508,46.85308],[10.69786,46.86339],[10.69112,46.86861],[10.67297,46.87138],[10.66787,46.87651],[10.64858,46.86655],[10.62441,46.86558],[10.60936,46.8597],[10.59502,46.85829],[10.58883,46.85125],[10.55536,46.84087],[10.55264,46.8408],[10.55795,46.84695],[10.5527,46.8511],[10.52124,46.84653],[10.49931,46.84857],[10.49628,46.85305],[10.48372,46.85543],[10.47838,46.86013],[10.46819,46.8553],[10.46987,46.84933],[10.46229,46.8413],[10.46483,46.83624],[10.45906,46.83548],[10.45513,46.83059],[10.4583,46.82478],[10.45438,46.82221],[10.45602,46.81635],[10.44925,46.80462],[10.43851,46.79869],[10.42845,46.79755],[10.42123,46.78861],[10.44011,46.77149],[10.44107,46.75413],[10.43464,46.75356],[10.39934,46.73435],[10.4168,46.71847],[10.41622,46.71479],[10.41274,46.70821],[10.40215,46.70624],[10.39201,46.69016],[10.38615,46.68821]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC0-1.0","description":"Schummerung errechnet aus dem DTM"},{"id":"South-Tyrol-DTM_2013","name":"South Tyrol DTM Hillshade 2013 (0.5 m)","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Elevation/wms?LAYERS=DigitalTerrainModel-0.5m-Hillshade&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","polygon":[[[12.13717,47.05889],[12.06315,47.02828],[12.04446,47.02706],[12.0362,47.02559],[11.96864,47.00182],[11.96038,46.99986],[11.94205,46.99275],[11.93846,46.99226],[11.93846,46.99153],[11.93271,46.99055],[11.9266,46.98736],[11.91869,46.97657],[11.90432,46.9621],[11.84934,46.95033],[11.85221,46.9442],[11.85365,46.94248],[11.85509,46.94248],[11.90396,46.95377],[11.92121,46.92972],[11.93702,46.91671],[11.93235,46.90591],[11.90001,46.90272],[11.83245,46.90247],[11.82059,46.90616],[11.80765,46.92113],[11.80226,46.92997],[11.77531,46.92334],[11.77819,46.9172],[11.79687,46.91892],[11.79831,46.91499],[11.80442,46.90665],[11.81664,46.89412],[11.82993,46.88995],[11.84035,46.88798],[11.85437,46.88627],[11.88635,46.88798],[11.93738,46.89584],[11.94097,46.88676],[11.93666,46.86932],[11.93881,46.85285],[11.9363,46.83786],[11.93271,46.8327],[11.86443,46.83442],[11.78969,46.83933],[11.78322,46.84105],[11.7383,46.84769],[11.72644,46.87644],[11.72141,46.88381],[11.72213,46.88479],[11.71387,46.89609],[11.70273,46.90346],[11.69159,46.90002],[11.68943,46.89781],[11.69662,46.88356],[11.71171,46.87104],[11.71782,46.85285],[11.71746,46.8322],[11.71315,46.82901],[11.66535,46.82802],[11.65529,46.82409],[11.62942,46.85138],[11.61505,46.8472],[11.61577,46.84425],[11.6208,46.83958],[11.62008,46.83884],[11.62547,46.83368],[11.62655,46.83098],[11.64343,46.81302],[11.6614,46.8022],[11.65817,46.79851],[11.6384,46.7835],[11.6305,46.78153],[11.62655,46.78178],[11.6172,46.78695],[11.61109,46.79704],[11.60463,46.80097],[11.58486,46.80811],[11.55827,46.8145],[11.55396,46.81647],[11.55001,46.81671],[11.54174,46.81966],[11.53959,46.82237],[11.53527,46.8381],[11.53599,46.83958],[11.53168,46.85113],[11.5324,46.85261],[11.52701,46.86563],[11.51084,46.87005],[11.49071,46.87791],[11.46197,46.88553],[11.47418,46.89904],[11.47562,46.90419],[11.45298,46.90738],[11.44831,46.90935],[11.45442,46.92039],[11.45262,46.93954],[11.45586,46.94567],[11.47059,46.96505],[11.49575,46.98295],[11.49682,46.98613],[11.50832,47.00207],[11.51084,47.00795],[11.50473,47.00844],[11.49035,46.98417],[11.4749,46.97657],[11.47239,46.97339],[11.46448,46.96775],[11.45226,46.95352],[11.4422,46.94886],[11.42639,46.94984],[11.42495,46.94223],[11.43322,46.94003],[11.43789,46.93684],[11.44077,46.93242],[11.43753,46.92825],[11.42424,46.91966],[11.4131,46.89437],[11.38183,46.89756],[11.37465,46.89977],[11.34231,46.90591],[11.33009,46.91131],[11.28194,46.92898],[11.27403,46.93291],[11.2708,46.93316],[11.26684,46.93021],[11.26577,46.928],[11.27116,46.92579],[11.27726,46.91941],[11.28948,46.91696],[11.29344,46.91058],[11.30601,46.90346],[11.30925,46.89633],[11.32865,46.89486],[11.33584,46.89093],[11.35596,46.88872],[11.36207,46.88455],[11.35919,46.8789],[11.33368,46.87177],[11.3132,46.86833],[11.30206,46.87005],[11.28373,46.87104],[11.246,46.87104],[11.24528,46.86686],[11.2593,46.86588],[11.28769,46.86588],[11.3017,46.86366],[11.30853,46.86145],[11.31392,46.86121],[11.32793,46.86465],[11.3362,46.86809],[11.33728,46.8676],[11.34734,46.86956],[11.35524,46.86907],[11.35848,46.86538],[11.36962,46.86538],[11.37213,46.86981],[11.38327,46.87104],[11.38866,46.87005],[11.39333,46.87325],[11.39549,46.87816],[11.40088,46.87816],[11.40232,46.87619],[11.40196,46.87276],[11.39549,46.86244],[11.3804,46.85605],[11.36638,46.85531],[11.34698,46.85039],[11.34734,46.84794],[11.34913,46.84622],[11.35093,46.84622],[11.35668,46.84818],[11.36638,46.84745],[11.38722,46.85187],[11.39405,46.8558],[11.39944,46.85752],[11.40807,46.8644],[11.4113,46.86981],[11.41238,46.87988],[11.41777,46.88283],[11.42783,46.88086],[11.43214,46.87939],[11.44436,46.87153],[11.45119,46.87079],[11.45981,46.8676],[11.4864,46.86096],[11.4961,46.85408],[11.50401,46.85089],[11.51012,46.84671],[11.51551,46.84499],[11.52198,46.8413],[11.52629,46.83515],[11.52952,46.8295],[11.5324,46.81548],[11.54138,46.81155],[11.55791,46.80934],[11.57408,46.80319],[11.59349,46.79777],[11.59564,46.79581],[11.60211,46.79359],[11.60534,46.78572],[11.62367,46.77243],[11.62439,46.74116],[11.63158,46.7254],[11.62511,46.71604],[11.61936,46.70371],[11.61361,46.69805],[11.58486,46.67611],[11.57696,46.67537],[11.5615,46.67833],[11.54929,46.67833],[11.53707,46.66896],[11.5403,46.66402],[11.54857,46.66131],[11.54929,46.66008],[11.5633,46.65514],[11.5633,46.6544],[11.54354,46.64478],[11.53994,46.64158],[11.53707,46.64084],[11.52593,46.63269],[11.52306,46.63195],[11.5094,46.62307],[11.50293,46.58752],[11.50006,46.58356],[11.48964,46.55886],[11.48676,46.55614],[11.48173,46.54724],[11.47095,46.55095],[11.44723,46.54848],[11.43753,46.54502],[11.43142,46.54403],[11.41633,46.53909],[11.41561,46.53958],[11.40842,46.53587],[11.39693,46.53241],[11.38255,46.52524],[11.37824,46.52425],[11.37644,46.53068],[11.37608,46.56405],[11.38543,46.57739],[11.38902,46.59245],[11.38579,46.59912],[11.38651,46.6006],[11.38255,46.60357],[11.38147,46.60628],[11.38147,46.61887],[11.37033,46.62702],[11.36423,46.63886],[11.36315,46.65613],[11.37033,46.66748],[11.36207,46.6692],[11.35955,46.66896],[11.3574,46.66575],[11.35488,46.6586],[11.35345,46.65786],[11.34698,46.64577],[11.34482,46.63713],[11.35919,46.62381],[11.36998,46.6085],[11.37141,46.5927],[11.35848,46.57121],[11.35021,46.54304],[11.32075,46.54304],[11.30386,46.53167],[11.29883,46.52697],[11.27547,46.53192],[11.27223,46.53291],[11.23522,46.57022],[11.20683,46.61221],[11.20755,46.61492],[11.20216,46.65194],[11.20108,46.68991],[11.21474,46.72441],[11.21546,46.74264],[11.22696,46.7616],[11.23055,46.77415],[11.24672,46.79531],[11.26002,46.81745],[11.26002,46.81893],[11.25822,46.81942],[11.2478,46.8204],[11.23989,46.82237],[11.23702,46.82139],[11.22911,46.80663],[11.22408,46.80122],[11.20037,46.76751],[11.18635,46.73722],[11.17665,46.73057],[11.15509,46.71135],[11.1497,46.71012],[11.13065,46.70174],[11.12886,46.70224],[11.11664,46.70002],[11.08717,46.69681],[11.0595,46.68375],[11.05232,46.68128],[11.04944,46.67906],[11.04729,46.67906],[11.03974,46.67487],[11.03255,46.67241],[11.02034,46.666],[10.96751,46.65465],[10.93517,46.64528],[10.93373,46.64577],[10.91145,46.63911],[10.88235,46.6322],[10.87121,46.6285],[10.86905,46.62924],[10.74939,46.63417],[10.61428,46.63738],[10.60997,46.63763],[10.60817,46.6396],[10.58876,46.66969],[10.56002,46.68695],[10.54313,46.70002],[10.56181,46.71431],[10.56145,46.7249],[10.55858,46.73451],[10.5672,46.74091],[10.569,46.74362],[10.55714,46.74879],[10.5496,46.75495],[10.54744,46.75963],[10.54528,46.77095],[10.54528,46.78744],[10.546,46.79704],[10.54924,46.80835],[10.53486,46.8268],[10.52121,46.83196],[10.52013,46.83343],[10.50935,46.83909],[10.50791,46.85162],[10.49857,46.85162],[10.49821,46.8381],[10.50073,46.82999],[10.52229,46.79802],[10.51905,46.77341],[10.52911,46.7387],[10.51618,46.70716],[10.51582,46.69213],[10.52121,46.67611],[10.47773,46.66032],[10.46838,46.65465],[10.45976,46.65095],[10.44467,46.63861],[10.45617,46.63072],[10.46012,46.62924],[10.49929,46.65983],[10.52408,46.66674],[10.54097,46.66723],[10.54528,46.6655],[10.55678,46.65761],[10.55894,46.6549],[10.56145,46.63269],[10.57367,46.6169],[10.56577,46.61295],[10.56038,46.61196],[10.55427,46.6085],[10.54888,46.60727],[10.53774,46.60258],[10.53846,46.58801],[10.54025,46.58085],[10.51761,46.56825],[10.50396,46.54947],[10.50504,46.54354],[10.5054,46.5428],[10.51079,46.5428],[10.51079,46.54823],[10.52229,46.56578],[10.53953,46.57368],[10.546,46.57418],[10.55642,46.5643],[10.56289,46.54106],[10.56972,46.53192],[10.57188,46.52969],[10.58661,46.5245],[10.5902,46.52153],[10.59415,46.51387],[10.59955,46.51362],[10.59883,46.52524],[10.59487,46.52895],[10.58194,46.53266],[10.57259,46.54131],[10.57116,46.55836],[10.56541,46.56627],[10.55391,46.57467],[10.54888,46.58233],[10.55175,46.58776],[10.58912,46.61097],[10.65345,46.60924],[10.76808,46.60974],[10.77167,46.6085],[10.81803,46.60159],[10.81838,46.58949],[10.80796,46.58554],[10.80114,46.58159],[10.78892,46.57838],[10.78317,46.57492],[10.77778,46.57319],[10.76987,46.568],[10.7688,46.56306],[10.77023,46.55886],[10.77993,46.54848],[10.78137,46.54823],[10.79395,46.56528],[10.80509,46.56948],[10.8209,46.57764],[10.8324,46.59937],[10.87911,46.60431],[10.90606,46.60875],[11.01423,46.63294],[11.07567,46.65514],[11.08897,46.66797],[11.0922,46.66969],[11.09939,46.67117],[11.11053,46.67167],[11.12203,46.66945],[11.13065,46.66156],[11.13137,46.63738],[11.11556,46.62011],[11.10514,46.61418],[11.09939,46.6085],[11.09005,46.60233],[11.07747,46.58949],[11.06777,46.57591],[11.06022,46.57195],[11.04693,46.56948],[11.0268,46.56084],[10.99231,46.54972],[10.9862,46.54576],[10.97254,46.54032],[10.95709,46.53686],[10.94487,46.52821],[10.93589,46.52351],[10.91936,46.51782],[10.91828,46.51288],[10.90642,46.50472],[10.87732,46.49408],[10.86654,46.49433],[10.86726,46.48591],[10.89457,46.49062],[10.90858,46.49062],[10.9208,46.50348],[10.94056,46.51288],[10.96212,46.52895],[10.98943,46.53686],[10.99877,46.5423],[11.0153,46.54749],[11.02249,46.55145],[11.03363,46.55565],[11.03435,46.55515],[11.06597,46.56479],[11.07388,46.56578],[11.08502,46.57344],[11.08861,46.58035],[11.11161,46.6006],[11.12454,46.59986],[11.15724,46.56158],[11.21294,46.51634],[11.22193,46.50101],[11.23378,46.4728],[11.2345,46.46909],[11.23235,46.44928],[11.22444,46.41386],[11.22911,46.37272],[11.22804,46.35858],[11.22696,46.35858],[11.22336,46.34544],[11.21258,46.32509],[11.19965,46.31516],[11.19605,46.30102],[11.19498,46.30077],[11.19641,46.29456],[11.2054,46.28636],[11.20827,46.26798],[11.20791,46.26177],[11.20396,46.25432],[11.19605,46.24438],[11.18527,46.24015],[11.18743,46.23469],[11.20432,46.23444],[11.22121,46.2317],[11.22408,46.23369],[11.2345,46.23742],[11.25067,46.24811],[11.25139,46.25333],[11.24636,46.26326],[11.24528,46.28388],[11.2557,46.29853],[11.27475,46.30449],[11.28158,46.30548],[11.29523,46.31368],[11.29631,46.31318],[11.30422,46.31616],[11.30781,46.32187],[11.30853,46.3308],[11.33332,46.34197],[11.35309,46.34221],[11.35416,46.34048],[11.34698,46.33427],[11.34446,46.32534],[11.33584,46.31938],[11.34518,46.31541],[11.35057,46.31516],[11.35524,46.3169],[11.3653,46.32807],[11.3689,46.32981],[11.38722,46.31442],[11.39118,46.30772],[11.39872,46.30772],[11.40052,46.31343],[11.39549,46.31988],[11.38507,46.32906],[11.38507,46.33204],[11.38543,46.33328],[11.39369,46.33477],[11.40303,46.33353],[11.40555,46.34197],[11.41417,46.34842],[11.4113,46.35114],[11.40519,46.35412],[11.39369,46.34792],[11.38866,46.34147],[11.38076,46.338],[11.37644,46.33775],[11.37177,46.33948],[11.36854,46.34345],[11.36315,46.34717],[11.35991,46.35486],[11.34841,46.35338],[11.3229,46.35238],[11.31895,46.35238],[11.31715,46.35412],[11.32434,46.36478],[11.33224,46.38239],[11.33763,46.39032],[11.34159,46.40494],[11.35309,46.42724],[11.35991,46.45027],[11.3477,46.4681],[11.35416,46.47824],[11.35884,46.48171],[11.36027,46.48121],[11.37213,46.48517],[11.38076,46.48542],[11.38686,46.48394],[11.39118,46.47923],[11.39046,46.47775],[11.39261,46.47131],[11.40303,46.45968],[11.41238,46.45448],[11.43538,46.44953],[11.46125,46.43393],[11.46915,46.43145],[11.48101,46.41907],[11.51156,46.39776],[11.51838,46.40048],[11.51695,46.4037],[11.50868,46.41188],[11.49107,46.42179],[11.49826,46.42551],[11.51587,46.42452],[11.53132,46.4265],[11.54462,46.42501],[11.5554,46.41931],[11.56474,46.41238],[11.56977,46.41015],[11.57121,46.40816],[11.58881,46.40346],[11.60355,46.40147],[11.60786,46.41238],[11.59528,46.41659],[11.57732,46.4151],[11.56402,46.42105],[11.54677,46.43046],[11.54857,46.43244],[11.55468,46.43541],[11.55037,46.43938],[11.5421,46.43715],[11.53455,46.43343],[11.51731,46.43442],[11.47993,46.43071],[11.48029,46.43987],[11.47922,46.44062],[11.45694,46.45002],[11.43681,46.46042],[11.42747,46.46364],[11.41597,46.47156],[11.41453,46.47379],[11.41525,46.48097],[11.44867,46.47874],[11.46053,46.47404],[11.47418,46.47057],[11.50437,46.46958],[11.51838,46.46414],[11.53599,46.46166],[11.53959,46.46166],[11.54677,46.46414],[11.55432,46.46884],[11.56654,46.46711],[11.56869,46.47404],[11.56546,46.47923],[11.56115,46.4822],[11.5554,46.48072],[11.55324,46.47849],[11.5403,46.47181],[11.5306,46.47329],[11.5306,46.47404],[11.51695,46.47849],[11.51551,46.4822],[11.51192,46.48567],[11.51443,46.49705],[11.5227,46.50026],[11.52449,46.50546],[11.52413,46.51461],[11.52557,46.52228],[11.53204,46.52895],[11.5403,46.5339],[11.54749,46.53637],[11.57264,46.53859],[11.57947,46.54724],[11.57013,46.55836],[11.57193,46.55886],[11.57947,46.56602],[11.61109,46.57936],[11.60714,46.58381],[11.60499,46.58381],[11.59313,46.58208],[11.5766,46.57442],[11.56222,46.57368],[11.54677,46.57615],[11.53132,46.57541],[11.53204,46.58332],[11.54318,46.59838],[11.56186,46.59665],[11.57983,46.5932],[11.60606,46.5932],[11.61577,46.59221],[11.62295,46.58554],[11.63625,46.57764],[11.63733,46.57344],[11.63158,46.56899],[11.62726,46.55318],[11.62187,46.54873],[11.61145,46.54453],[11.61181,46.53835],[11.61577,46.53587],[11.62403,46.54032],[11.63912,46.55169],[11.64595,46.5643],[11.65278,46.56528],[11.65817,46.56726],[11.67182,46.56726],[11.68332,46.56578],[11.6959,46.56009],[11.71243,46.55565],[11.73291,46.55392],[11.75555,46.55342],[11.76741,46.54403],[11.77064,46.53019],[11.77711,46.53068],[11.77783,46.53315],[11.77495,46.53587],[11.77316,46.54354],[11.78106,46.54428],[11.78178,46.5465],[11.77352,46.54799],[11.7692,46.55046],[11.76885,46.55342],[11.7728,46.56306],[11.7365,46.56652],[11.71423,46.56602],[11.69087,46.5727],[11.68117,46.58085],[11.64487,46.58109],[11.64092,46.58356],[11.62259,46.60628],[11.56115,46.61517],[11.58414,46.63319],[11.60463,46.64651],[11.60966,46.64429],[11.62403,46.64059],[11.63769,46.63516],[11.64343,46.63417],[11.66859,46.63368],[11.69518,46.63541],[11.7304,46.63393],[11.73076,46.64922],[11.70632,46.65366],[11.68404,46.65021],[11.66967,46.6507],[11.65601,46.64922],[11.63948,46.64996],[11.62655,46.65564],[11.6614,46.67956],[11.67075,46.68301],[11.69195,46.69681],[11.69302,46.70421],[11.70057,46.72564],[11.70057,46.7286],[11.69698,46.73574],[11.69734,46.74215],[11.69949,46.74658],[11.70416,46.75052],[11.71351,46.75126],[11.73219,46.75076],[11.76381,46.73919],[11.76453,46.73747],[11.77639,46.72885],[11.78142,46.72072],[11.79436,46.72219],[11.79112,46.73279],[11.77963,46.7483],[11.76705,46.75347],[11.74118,46.75914],[11.7286,46.75987],[11.69159,46.75914],[11.69554,46.77095],[11.7074,46.78252],[11.70848,46.78523],[11.68763,46.80171],[11.68979,46.80958],[11.70273,46.81229],[11.71027,46.80958],[11.71818,46.80811],[11.7498,46.80589],[11.75016,46.80515],[11.79759,46.80442],[11.80083,46.80245],[11.82239,46.79581],[11.84143,46.78744],[11.82706,46.77932],[11.82706,46.7771],[11.83209,46.77046],[11.83496,46.77071],[11.84,46.77366],[11.84179,46.77366],[11.85257,46.76554],[11.85257,46.76135],[11.84431,46.76061],[11.83928,46.75618],[11.84215,46.75421],[11.85042,46.75495],[11.85257,46.74855],[11.85832,46.74486],[11.85329,46.72885],[11.85904,46.72564],[11.85868,46.7249],[11.86443,46.72564],[11.86659,46.72688],[11.8691,46.72663],[11.87162,46.72515],[11.87234,46.72293],[11.86802,46.7148],[11.86838,46.70938],[11.85545,46.7015],[11.84035,46.69435],[11.84215,46.6909],[11.83856,46.68769],[11.83712,46.68769],[11.83676,46.68621],[11.84107,46.68276],[11.85401,46.6872],[11.85652,46.69558],[11.87737,46.70396],[11.8806,46.71037],[11.88491,46.7148],[11.88455,46.71875],[11.88815,46.72121],[11.90144,46.71702],[11.91366,46.70864],[11.92157,46.70125],[11.89641,46.70125],[11.8903,46.69016],[11.88994,46.68178],[11.8921,46.67783],[11.89102,46.67216],[11.87737,46.6586],[11.86479,46.65366],[11.84107,46.63615],[11.84574,46.63269],[11.85329,46.62874],[11.85509,46.62874],[11.87018,46.63985],[11.87198,46.64281],[11.87413,46.64355],[11.87952,46.64922],[11.88455,46.6586],[11.8921,46.66353],[11.89354,46.66698],[11.89857,46.67265],[11.90144,46.67265],[11.90611,46.66723],[11.90719,46.65983],[11.90144,46.65317],[11.90036,46.64503],[11.88707,46.62504],[11.88563,46.61122],[11.89174,46.60159],[11.89641,46.59023],[11.88096,46.5643],[11.87054,46.55812],[11.85329,46.55911],[11.85042,46.55713],[11.84,46.55342],[11.83748,46.54996],[11.84251,46.54601],[11.85042,46.54947],[11.85832,46.54922],[11.86982,46.54774],[11.87341,46.54354],[11.8788,46.54082],[11.8824,46.54057],[11.88743,46.5423],[11.88851,46.54304],[11.88743,46.54551],[11.87701,46.55515],[11.88527,46.56084],[11.89497,46.57344],[11.90108,46.57912],[11.90647,46.58208],[11.91294,46.58159],[11.91546,46.58035],[11.93558,46.56627],[11.95534,46.55713],[11.95822,46.55491],[11.96002,46.55466],[11.96181,46.55812],[11.96469,46.55787],[11.96469,46.55886],[11.95822,46.56306],[11.94349,46.57097],[11.93846,46.57764],[11.93306,46.58109],[11.92983,46.5848],[11.92049,46.58924],[11.91186,46.59789],[11.90252,46.62085],[11.89929,46.63368],[11.90396,46.64528],[11.90899,46.64947],[11.91222,46.6544],[11.92085,46.65342],[11.93558,46.65366],[11.94061,46.65169],[11.94169,46.64848],[11.9478,46.64873],[11.95355,46.64626],[11.9593,46.64996],[11.94744,46.65638],[11.94061,46.66156],[11.93199,46.66378],[11.92588,46.6692],[11.91654,46.67093],[11.9115,46.67487],[11.89929,46.68843],[11.90324,46.69361],[11.90899,46.69731],[11.92696,46.69583],[11.92875,46.69336],[11.94349,46.68695],[11.94672,46.68745],[11.94924,46.68917],[11.94708,46.69829],[11.94097,46.70322],[11.94888,46.71135],[11.94995,46.71604],[11.94456,46.7185],[11.94744,46.72269],[11.93199,46.72811],[11.93846,46.735],[11.93846,46.73599],[11.93414,46.73796],[11.93271,46.73796],[11.92696,46.73229],[11.92372,46.72712],[11.91546,46.72466],[11.90719,46.72466],[11.88276,46.73254],[11.86695,46.76283],[11.86731,46.76381],[11.87413,46.76603],[11.93414,46.76406],[11.95211,46.77194],[11.96469,46.77243],[11.98229,46.78006],[11.9902,46.78596],[12.00386,46.77637],[12.01535,46.76184],[12.01823,46.75643],[12.02434,46.75421],[12.03117,46.75249],[12.03835,46.75249],[12.05201,46.75446],[12.07321,46.7552],[12.09261,46.75224],[12.15765,46.73328],[12.18928,46.72983],[12.20042,46.72564],[12.1997,46.72515],[12.21587,46.71998],[12.21623,46.71234],[12.22593,46.71234],[12.22665,46.71875],[12.27911,46.72589],[12.28306,46.72367],[12.30642,46.71554],[12.33912,46.69953],[12.36104,46.67734],[12.37865,46.68301],[12.37434,46.69114],[12.34775,46.71111],[12.31181,46.72441],[12.37542,46.73845],[12.37326,46.7515],[12.3402,46.75003],[12.31145,46.74264],[12.30606,46.74264],[12.25899,46.74584],[12.24138,46.75027],[12.20617,46.74978],[12.19467,46.75076],[12.15155,46.75126],[12.11417,46.75544],[12.11453,46.76332],[12.12567,46.76603],[12.17634,46.76554],[12.19179,46.768],[12.20185,46.7771],[12.21335,46.79261],[12.22844,46.80663],[12.23563,46.81622],[12.23887,46.81843],[12.24641,46.82753],[12.2554,46.84867],[12.25396,46.8499],[12.23851,46.85187],[12.22844,46.83171],[12.22126,46.82212],[12.21335,46.81425],[12.20976,46.80884],[12.18425,46.78596],[12.15622,46.78104],[12.11956,46.77612],[12.11238,46.77563],[12.11022,46.77637],[12.10124,46.7808],[12.06494,46.79408],[12.06458,46.79507],[12.07536,46.8086],[12.09297,46.82753],[12.09513,46.83663],[12.10016,46.84351],[12.10375,46.85678],[12.11561,46.86637],[12.1325,46.87153],[12.14508,46.87841],[12.14076,46.88332],[12.11597,46.87472],[12.10016,46.86809],[12.09297,46.85777],[12.08614,46.85162],[12.08004,46.82335],[12.05129,46.79581],[12.04374,46.79384],[12.04015,46.79187],[12.03332,46.7899],[12.0132,46.79974],[12.00637,46.80196],[12.00565,46.81598],[12.01212,46.81991],[12.00601,46.82335],[11.98194,46.80737],[11.95498,46.82139],[11.9593,46.82852],[11.96217,46.84622],[11.96217,46.85162],[11.95786,46.87005],[11.96038,46.89044],[11.96002,46.90346],[11.97367,46.91229],[11.9902,46.91769],[11.98912,46.93168],[11.9593,46.92948],[11.95498,46.92702],[11.95211,46.92702],[11.94852,46.93168],[11.94492,46.93389],[11.9345,46.94542],[11.93163,46.94714],[11.93019,46.94984],[11.92552,46.95327],[11.92516,46.9621],[11.92803,46.96407],[11.93163,46.9702],[11.94313,46.97853],[11.94492,46.97853],[11.9478,46.9805],[11.95103,46.98099],[11.97331,46.99055],[11.98337,46.99373],[12.00709,47.00378],[12.01032,47.00427],[12.04266,47.01775],[12.07141,47.01995],[12.08938,47.02926],[12.09872,47.03269],[12.10627,47.0371],[12.10914,47.03759],[12.11669,47.042],[12.14328,47.05375],[12.13897,47.05889],[12.13717,47.05889]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC0-1.0","description":"Schummerung errechnet aus dem DTM"},{"id":"South-Tyrol-Orthofoto2011-20cm","name":"South Tyrol Orthofoto 2011 (highres)","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Orthoimagery/wms?LAYERS=Aerial-2011-AgEA-RGB,Aerial-2011-RGB-20CM&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","polygon":[[[10.38615,46.68821],[10.3803,46.68399],[10.39057,46.67089],[10.38946,46.65862],[10.39873,46.6455],[10.40011,46.63648],[10.40935,46.63389],[10.44632,46.63989],[10.49055,46.61394],[10.48291,46.60512],[10.48576,46.59805],[10.48221,46.59199],[10.48575,46.58921],[10.48305,46.5777],[10.47321,46.56701],[10.47617,46.55749],[10.46954,46.54856],[10.47056,46.54377],[10.45814,46.54215],[10.45124,46.53083],[10.45714,46.5096],[10.48141,46.49337],[10.49366,46.49719],[10.52657,46.49425],[10.53685,46.49062],[10.54986,46.49123],[10.55875,46.48187],[10.57672,46.47237],[10.59995,46.46766],[10.60128,46.46139],[10.61439,46.45098],[10.63303,46.44309],[10.66821,46.45122],[10.68293,46.44846],[10.69667,46.4573],[10.71753,46.46022],[10.74422,46.48333],[10.75906,46.48547],[10.76463,46.4848],[10.76934,46.47609],[10.77835,46.47112],[10.78906,46.45164],[10.80034,46.44185],[10.85113,46.43817],[10.86174,46.43509],[10.87162,46.4438],[10.88093,46.44579],[10.88324,46.44995],[10.89161,46.44366],[10.91305,46.44284],[10.93332,46.4528],[10.9325,46.45831],[10.93819,46.46578],[10.95791,46.46983],[10.96543,46.48103],[10.98695,46.48289],[11.00462,46.47607],[11.00952,46.46917],[11.02817,46.46116],[11.0414,46.44569],[11.05394,46.44849],[11.07301,46.44042],[11.0778,46.44569],[11.07625,46.45487],[11.06894,46.46619],[11.06278,46.4894],[11.05773,46.49235],[11.05006,46.50784],[11.03795,46.51357],[11.05915,46.51508],[11.08173,46.53021],[11.08812,46.50128],[11.10449,46.4948],[11.1103,46.49643],[11.12934,46.48058],[11.16095,46.4878],[11.17014,46.49635],[11.18002,46.49823],[11.18686,46.50734],[11.1924,46.501],[11.19608,46.50241],[11.20876,46.49346],[11.20939,46.481],[11.21626,46.47277],[11.21886,46.46199],[11.21736,46.45731],[11.21419,46.45807],[11.20903,46.45293],[11.21634,46.44255],[11.21416,46.43556],[11.20347,46.42682],[11.21026,46.4206],[11.20565,46.4166],[11.21345,46.40675],[11.21275,46.39804],[11.19792,46.37232],[11.20393,46.36765],[11.19263,46.36578],[11.19001,46.35984],[11.20204,46.34212],[11.1942,46.33016],[11.18696,46.32673],[11.18894,46.32151],[11.1847,46.32104],[11.1761,46.30346],[11.16439,46.2986],[11.15847,46.29059],[11.14293,46.28934],[11.13725,46.28336],[11.14885,46.27904],[11.16604,46.26129],[11.20029,46.25566],[11.19448,46.2461],[11.18935,46.25354],[11.18351,46.25269],[11.17994,46.24434],[11.17077,46.23806],[11.18267,46.22496],[11.20622,46.2187],[11.24743,46.22933],[11.29124,46.2604],[11.30645,46.25786],[11.31737,46.27303],[11.3129,46.28256],[11.33471,46.2962],[11.33379,46.29049],[11.33912,46.28306],[11.35495,46.27564],[11.35783,46.26481],[11.36836,46.26135],[11.37347,46.2629],[11.38756,46.26029],[11.39862,46.264],[11.39609,46.27423],[11.3871,46.28143],[11.38256,46.29177],[11.36078,46.29682],[11.36088,46.29906],[11.38188,46.30052],[11.39569,46.3083],[11.39994,46.30709],[11.39865,46.31426],[11.40517,46.32387],[11.42105,46.32441],[11.45556,46.33396],[11.46322,46.34922],[11.48052,46.3551],[11.47969,46.36277],[11.52445,46.35502],[11.53837,46.35015],[11.54423,46.34483],[11.55249,46.34418],[11.55878,46.35076],[11.56489,46.38018],[11.5932,46.38265],[11.60307,46.38924],[11.60161,46.39731],[11.62143,46.42539],[11.61882,46.44325],[11.62987,46.46377],[11.62679,46.4708],[11.64179,46.47439],[11.64536,46.47189],[11.65174,46.48271],[11.64297,46.49346],[11.63495,46.49486],[11.63849,46.50051],[11.64515,46.49743],[11.6672,46.49647],[11.69889,46.50218],[11.71524,46.51245],[11.71935,46.50916],[11.73202,46.50877],[11.74317,46.50391],[11.76157,46.50503],[11.79189,46.51322],[11.79385,46.52023],[11.81086,46.53146],[11.82391,46.52141],[11.82334,46.51315],[11.82849,46.50783],[11.85192,46.51682],[11.8904,46.52175],[11.9121,46.532],[11.93294,46.52631],[11.94147,46.52689],[11.94719,46.52879],[11.95094,46.53869],[11.96633,46.54363],[11.98704,46.54417],[11.99411,46.53345],[11.99941,46.53208],[12.02189,46.55791],[12.0266,46.55871],[12.03665,46.57668],[12.04763,46.58357],[12.05043,46.60016],[12.04613,46.60716],[12.05318,46.60989],[12.05448,46.61778],[12.06495,46.62121],[12.06837,46.63997],[12.07479,46.64329],[12.06686,46.65364],[12.07173,46.66064],[12.07038,46.67386],[12.07985,46.66686],[12.08826,46.66638],[12.09345,46.66123],[12.10609,46.65783],[12.10949,46.65204],[12.12342,46.64475],[12.13739,46.64122],[12.1436,46.6327],[12.1511,46.63215],[12.16062,46.63574],[12.17117,46.63275],[12.1818,46.6192],[12.19261,46.62059],[12.19228,46.59321],[12.20444,46.59836],[12.21241,46.60918],[12.24198,46.61586],[12.24502,46.62326],[12.25931,46.62809],[12.26982,46.62003],[12.28413,46.61623],[12.30802,46.61811],[12.31785,46.62355],[12.3172,46.62876],[12.33578,46.62732],[12.34034,46.63022],[12.34465,46.62376],[12.35939,46.61829],[12.38577,46.62154],[12.3915,46.62765],[12.37944,46.63733],[12.38115,46.64183],[12.40648,46.64167],[12.43473,46.66714],[12.4795,46.67969],[12.47501,46.68756],[12.44268,46.68979],[12.42943,46.69567],[12.42862,46.6997],[12.41522,46.70163],[12.41103,46.70701],[12.40283,46.70811],[12.38475,46.71745],[12.37036,46.74163],[12.35837,46.77583],[12.30943,46.78603],[12.28539,46.7839],[12.28232,46.79153],[12.28889,46.79427],[12.28905,46.79948],[12.29383,46.8027],[12.285,46.81503],[12.30726,46.83271],[12.30833,46.84137],[12.29733,46.84455],[12.2912,46.85704],[12.29326,46.86566],[12.27736,46.87319],[12.27979,46.87921],[12.27486,46.88512],[12.24162,46.89192],[12.2345,46.88919],[12.23125,46.88146],[12.22147,46.88084],[12.21663,46.87517],[12.2022,46.88806],[12.20106,46.8965],[12.19154,46.90682],[12.16959,46.91121],[12.16205,46.908],[12.14675,46.91413],[12.15414,46.91654],[12.1702,46.93758],[12.15927,46.95133],[12.13882,46.95764],[12.13328,46.96292],[12.13808,46.96514],[12.13977,46.982],[12.12974,46.98593],[12.1322,46.99339],[12.12285,47.00662],[12.12723,47.01218],[12.14786,47.02357],[12.16423,47.01782],[12.18048,47.02414],[12.20552,47.02595],[12.2182,47.04483],[12.21821,47.05795],[12.23786,47.0644],[12.24228,47.06892],[12.2278,47.08302],[12.18589,47.09322],[12.15997,47.08267],[12.15125,47.08049],[12.13561,47.08171],[12.11867,47.07445],[12.10329,47.07931],[12.09308,47.07791],[12.08035,47.06951],[12.07543,47.0605],[12.04276,47.06228],[12.03353,47.0583],[12.02968,47.05127],[12.02037,47.04821],[11.99534,47.05064],[11.98587,47.04815],[11.97912,47.0511],[11.96773,47.04158],[11.95457,47.04374],[11.94688,47.03464],[11.9329,47.03864],[11.91627,47.03422],[11.89137,47.01728],[11.8794,47.01714],[11.87393,47.01136],[11.86722,47.01252],[11.85192,47.0014],[11.84396,47.0025],[11.83564,46.99417],[11.81526,46.991],[11.78106,46.99342],[11.76411,46.97412],[11.74698,46.97013],[11.72897,46.97322],[11.71226,46.99416],[11.6885,46.99658],[11.66542,46.99304],[11.63629,47.00383],[11.62697,47.01437],[11.60944,47.01207],[11.59901,47.00657],[11.58879,47.00641],[11.58,47.00277],[11.57663,46.99657],[11.55297,46.99149],[11.53846,46.98519],[11.53381,46.99233],[11.51679,47.00091],[11.51366,47.00595],[11.50313,47.00808],[11.50238,47.01073],[11.47831,47.01201],[11.46859,47.003],[11.46803,46.99582],[11.45134,46.99294],[11.43929,46.97601],[11.40465,46.96609],[11.38324,46.97168],[11.37697,46.98025],[11.35932,46.99154],[11.34516,46.99169],[11.33765,46.98606],[11.3205,46.99345],[11.30709,46.98525],[11.28762,46.98699],[11.27662,46.98168],[11.26272,46.98169],[11.25582,46.97535],[11.24865,46.97517],[11.24139,46.9708],[11.22047,46.97025],[11.20688,46.96403],[11.20418,46.96877],[11.19527,46.97152],[11.18658,46.97062],[11.17598,46.96367],[11.1637,46.96677],[11.16114,46.94979],[11.16642,46.94479],[11.16322,46.94091],[11.13851,46.92865],[11.11418,46.93234],[11.10804,46.92632],[11.10792,46.91706],[11.0946,46.91247],[11.09795,46.89844],[11.09538,46.89178],[11.09961,46.88922],[11.08742,46.87927],[11.06988,46.85348],[11.07303,46.84345],[11.06887,46.83793],[11.0762,46.83384],[11.08171,46.82252],[11.07279,46.82092],[11.05633,46.80928],[11.03792,46.80562],[11.04234,46.801],[11.0346,46.79428],[11.02328,46.76715],[11.01397,46.77317],[10.99475,46.76804],[10.97932,46.77014],[10.97522,46.77361],[10.94388,46.77648],[10.92821,46.77408],[10.92299,46.7764],[10.90527,46.76911],[10.8951,46.77092],[10.88962,46.76529],[10.88294,46.76393],[10.86993,46.7669],[10.86845,46.77313],[10.85354,46.77506],[10.84112,46.78282],[10.83129,46.78138],[10.82479,46.77472],[10.81439,46.77662],[10.78678,46.79735],[10.77744,46.79149],[10.75722,46.78624],[10.73122,46.78925],[10.7276,46.79709],[10.74506,46.80223],[10.75239,46.81387],[10.76387,46.81971],[10.76481,46.82409],[10.75621,46.83383],[10.72333,46.83892],[10.71763,46.84795],[10.70594,46.84786],[10.69508,46.85308],[10.69786,46.86339],[10.69112,46.86861],[10.67297,46.87138],[10.66787,46.87651],[10.64858,46.86655],[10.62441,46.86558],[10.60936,46.8597],[10.59502,46.85829],[10.58883,46.85125],[10.55536,46.84087],[10.55264,46.8408],[10.55795,46.84695],[10.5527,46.8511],[10.52124,46.84653],[10.49931,46.84857],[10.49628,46.85305],[10.48372,46.85543],[10.47838,46.86013],[10.46819,46.8553],[10.46987,46.84933],[10.46229,46.8413],[10.46483,46.83624],[10.45906,46.83548],[10.45513,46.83059],[10.4583,46.82478],[10.45438,46.82221],[10.45602,46.81635],[10.44925,46.80462],[10.43851,46.79869],[10.42845,46.79755],[10.42123,46.78861],[10.44011,46.77149],[10.44107,46.75413],[10.43464,46.75356],[10.39934,46.73435],[10.4168,46.71847],[10.41622,46.71479],[10.41274,46.70821],[10.40215,46.70624],[10.39201,46.69016],[10.38615,46.68821]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 4.0","description":"Orthophoto of South Tyrol from 2011 with up to 20cm resolution (larger valleys)"},{"id":"South-Tyrol-Orthofoto2014","name":"South Tyrol Orthofoto 2014","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Orthoimagery/wms?LAYERS=Aerial-2015-RGB,Aerial-2014-RGB&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[12.24913,46.81945],[12.24913,46.82785],[12.23442,46.84254],[12.21551,46.83205],[12.18609,46.82785],[12.15878,46.81316],[12.13566,46.81316],[12.09995,46.79847],[12.05792,46.79427],[12.03061,46.78168],[12.0096,46.77958],[12.00749,46.77538],[11.99489,46.77538],[11.95917,46.76488],[11.95286,46.75859],[11.92135,46.75229],[11.90874,46.7439],[11.86041,46.7376],[11.8331,46.72291],[11.78687,46.71661],[11.76586,46.70192],[11.76166,46.70192],[11.74905,46.75019],[11.73855,46.75859],[11.72174,46.79007],[11.71753,46.79427],[11.69862,46.79427],[11.61037,46.77538],[11.60617,46.76908],[11.58306,46.76698],[11.56835,46.75649],[11.54734,46.75649],[11.50952,46.7439],[11.43178,46.7376],[11.38555,46.72081],[11.33722,46.71871],[11.31831,46.70822],[11.30571,46.70822],[11.2952,46.72921],[11.25318,46.72291],[11.24898,46.7355],[11.19855,46.7334],[11.17543,46.72081],[11.14392,46.71871],[11.13971,46.71242],[11.12711,46.70822],[11.05147,46.69772],[11.02415,46.68303],[11.00104,46.68303],[10.98003,46.67464],[10.94431,46.67464],[10.9275,46.66414],[10.89178,46.65785],[10.88127,46.65155],[10.79723,46.65155],[10.79302,46.65575],[10.63123,46.65365],[10.58921,46.66204],[10.51777,46.65785],[10.49886,46.66204],[10.50516,46.64316],[10.49886,46.64525],[10.49886,46.63056],[10.52828,46.62427],[10.49886,46.62007],[10.48836,46.62217],[10.48836,46.62846],[10.48415,46.62846],[10.48836,46.65575],[10.48415,46.65575],[10.47995,46.67044],[10.47365,46.67254],[10.46944,46.71032],[10.46524,46.71032],[10.46104,46.72711],[10.45684,46.72711],[10.45264,46.7439],[10.44843,46.7439],[10.44423,46.78377],[10.43793,46.79007],[10.43373,46.81106],[10.42532,46.80686],[10.42532,46.79847],[10.42112,46.79847],[10.41692,46.78587],[10.41692,46.75229],[10.3938,46.7376],[10.3896,46.72081],[10.3854,46.72081],[10.3791,46.69353],[10.3791,46.66834],[10.3833,46.66414],[10.3812,46.64735],[10.3896,46.64525],[10.3938,46.63056],[10.42532,46.62846],[10.44843,46.63476],[10.46944,46.62636],[10.47785,46.61797],[10.47785,46.59069],[10.47365,46.59069],[10.47155,46.5676],[10.46314,46.55501],[10.48415,46.55501],[10.50096,46.54871],[10.53668,46.55291],[10.5619,46.54871],[10.59762,46.55291],[10.72158,46.55081],[10.76571,46.54031],[10.86236,46.55081],[10.86446,46.54661],[10.84135,46.54241],[10.85606,46.50254],[10.89808,46.51093],[10.90018,46.49624],[10.91069,46.49624],[10.94431,46.50673],[10.94851,46.49624],[10.95481,46.49414],[10.95691,46.48365],[10.96112,46.48365],[10.96952,46.45217],[10.98423,46.45217],[10.98843,46.44587],[10.99894,46.44587],[11.01154,46.42068],[11.04096,46.42068],[11.08088,46.43537],[11.08298,46.47525],[11.15232,46.47525],[11.18804,46.48365],[11.19014,46.47525],[11.20695,46.47315],[11.20485,46.44587],[11.19855,46.44167],[11.19435,46.42698],[11.19014,46.42698],[11.19014,46.42068],[11.20695,46.42068],[11.20485,46.3997],[11.17754,46.3997],[11.17543,46.3871],[11.16703,46.38081],[11.16703,46.36821],[11.16283,46.36821],[11.16283,46.29895],[11.12501,46.29895],[11.12291,46.25488],[11.13131,46.25278],[11.12711,46.24858],[11.16283,46.24858],[11.16283,46.215],[11.24898,46.2129],[11.25108,46.2234],[11.2889,46.2234],[11.2889,46.24019],[11.3015,46.25278],[11.30991,46.25278],[11.31201,46.24858],[11.33722,46.25068],[11.34143,46.26747],[11.34563,46.26747],[11.34773,46.25698],[11.35613,46.24858],[11.41707,46.25278],[11.41917,46.32414],[11.49271,46.32204],[11.48851,46.33044],[11.49901,46.32834],[11.50111,46.34723],[11.52423,46.34723],[11.53894,46.34513],[11.53894,46.32834],[11.55995,46.32414],[11.58306,46.34932],[11.58306,46.37241],[11.60407,46.37241],[11.60617,46.38291],[11.61458,46.38291],[11.62508,46.3934],[11.62508,46.41229],[11.61037,46.41649],[11.61037,46.42278],[11.61458,46.42278],[11.61878,46.43957],[11.62508,46.43957],[11.62508,46.44797],[11.63349,46.44587],[11.63769,46.45846],[11.64399,46.45846],[11.6608,46.44587],[11.66711,46.44587],[11.66711,46.47525],[11.69442,46.47735],[11.69652,46.48575],[11.70913,46.49624],[11.70913,46.50254],[11.71333,46.50254],[11.71543,46.51513],[11.72384,46.51513],[11.73224,46.52982],[11.73855,46.52982],[11.75325,46.54871],[11.76586,46.55501],[11.78057,46.58859],[11.78897,46.59069],[11.79528,46.60328],[11.80998,46.60748],[11.82049,46.62636],[11.8457,46.62846],[11.89193,46.64525],[11.90874,46.64525],[11.93816,46.65575],[11.94866,46.66414],[11.98438,46.66834],[12.0096,46.68303],[12.03061,46.68303],[12.03481,46.67464],[12.04531,46.67464],[12.05792,46.68093],[12.08944,46.68303],[12.10835,46.69353],[12.16298,46.70192],[12.18819,46.71451],[12.23652,46.72081],[12.28695,46.7376],[12.30166,46.7376],[12.30166,46.7439],[12.29745,46.7439],[12.28485,46.76698],[12.27224,46.76908],[12.27014,46.78587],[12.26173,46.79427],[12.26804,46.79637],[12.26594,46.80686],[12.26173,46.80686],[12.25753,46.81735],[12.24913,46.81945]],[[11.99489,46.95587],[11.99489,46.96007],[11.97388,46.96637],[11.96757,46.96217],[11.92135,46.95797],[11.89613,46.94328],[11.87722,46.94118],[11.8457,46.92649],[11.80158,46.9202],[11.78057,46.9076],[11.75325,46.90341],[11.74905,46.89711],[11.69022,46.88871],[11.68602,46.88242],[11.64609,46.86563],[11.61668,46.86563],[11.61037,46.85723],[11.61458,46.85723],[11.61668,46.84884],[11.61037,46.84464],[11.62298,46.83205],[11.62508,46.82155],[11.63139,46.82155],[11.63769,46.80686],[11.64399,46.80476],[11.6545,46.81106],[11.67971,46.81526],[11.68181,46.81945],[11.74905,46.83415],[11.76166,46.84464],[11.80158,46.85303],[11.8394,46.86982],[11.85831,46.86982],[11.91714,46.88871],[11.95707,46.89501],[11.97388,46.9055],[12.00749,46.9118],[12.02851,46.92229],[12.018,46.93908],[12.0117,46.94118],[12.0159,46.94748],[12.0117,46.94748],[12.0096,46.95797],[11.99489,46.95587]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog/","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 4.0"},{"id":"South-Tyrol-Orthofoto-2014-2015","name":"South Tyrol Orthofoto 2014/2015","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Orthoimagery/wms?LAYERS=Aerial-2015-RGB,Aerial-2014-RGB&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-11-01T00:00:00.000Z","startDate":"2014-07-01T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[10.38615,46.68821],[10.3803,46.68399],[10.39057,46.67089],[10.38946,46.65862],[10.39873,46.6455],[10.40011,46.63648],[10.40935,46.63389],[10.44632,46.63989],[10.49055,46.61394],[10.48291,46.60512],[10.48576,46.59805],[10.48221,46.59199],[10.48575,46.58921],[10.48305,46.5777],[10.47321,46.56701],[10.47617,46.55749],[10.46954,46.54856],[10.47056,46.54377],[10.45814,46.54215],[10.45124,46.53083],[10.45714,46.5096],[10.48141,46.49337],[10.49366,46.49719],[10.52657,46.49425],[10.53685,46.49062],[10.54986,46.49123],[10.55875,46.48187],[10.57672,46.47237],[10.59995,46.46766],[10.60128,46.46139],[10.61439,46.45098],[10.63303,46.44309],[10.66821,46.45122],[10.68293,46.44846],[10.69667,46.4573],[10.71753,46.46022],[10.74422,46.48333],[10.75906,46.48547],[10.76463,46.4848],[10.76934,46.47609],[10.77835,46.47112],[10.78906,46.45164],[10.80034,46.44185],[10.85113,46.43817],[10.86174,46.43509],[10.87162,46.4438],[10.88093,46.44579],[10.88324,46.44995],[10.89161,46.44366],[10.91305,46.44284],[10.93332,46.4528],[10.9325,46.45831],[10.93819,46.46578],[10.95791,46.46983],[10.96543,46.48103],[10.98695,46.48289],[11.00462,46.47607],[11.00952,46.46917],[11.02817,46.46116],[11.0414,46.44569],[11.05394,46.44849],[11.07301,46.44042],[11.0778,46.44569],[11.07625,46.45487],[11.06894,46.46619],[11.06278,46.4894],[11.05773,46.49235],[11.05006,46.50784],[11.03795,46.51357],[11.05915,46.51508],[11.08173,46.53021],[11.08812,46.50128],[11.10449,46.4948],[11.1103,46.49643],[11.12934,46.48058],[11.16095,46.4878],[11.17014,46.49635],[11.18002,46.49823],[11.18686,46.50734],[11.1924,46.501],[11.19608,46.50241],[11.20876,46.49346],[11.20939,46.481],[11.21626,46.47277],[11.21886,46.46199],[11.21736,46.45731],[11.21419,46.45807],[11.20903,46.45293],[11.21634,46.44255],[11.21416,46.43556],[11.20347,46.42682],[11.21026,46.4206],[11.20565,46.4166],[11.21345,46.40675],[11.21275,46.39804],[11.19792,46.37232],[11.20393,46.36765],[11.19263,46.36578],[11.19001,46.35984],[11.20204,46.34212],[11.1942,46.33016],[11.18696,46.32673],[11.18894,46.32151],[11.1847,46.32104],[11.1761,46.30346],[11.16439,46.2986],[11.15847,46.29059],[11.14293,46.28934],[11.13725,46.28336],[11.14885,46.27904],[11.16604,46.26129],[11.20029,46.25566],[11.19448,46.2461],[11.18935,46.25354],[11.18351,46.25269],[11.17994,46.24434],[11.17077,46.23806],[11.18267,46.22496],[11.20622,46.2187],[11.24743,46.22933],[11.29124,46.2604],[11.30645,46.25786],[11.31737,46.27303],[11.3129,46.28256],[11.33471,46.2962],[11.33379,46.29049],[11.33912,46.28306],[11.35495,46.27564],[11.35783,46.26481],[11.36836,46.26135],[11.37347,46.2629],[11.38756,46.26029],[11.39862,46.264],[11.39609,46.27423],[11.3871,46.28143],[11.38256,46.29177],[11.36078,46.29682],[11.36088,46.29906],[11.38188,46.30052],[11.39569,46.3083],[11.39994,46.30709],[11.39865,46.31426],[11.40517,46.32387],[11.42105,46.32441],[11.45556,46.33396],[11.46322,46.34922],[11.48052,46.3551],[11.47969,46.36277],[11.52445,46.35502],[11.53837,46.35015],[11.54423,46.34483],[11.55249,46.34418],[11.55878,46.35076],[11.56489,46.38018],[11.5932,46.38265],[11.60307,46.38924],[11.60161,46.39731],[11.62143,46.42539],[11.61882,46.44325],[11.62987,46.46377],[11.62679,46.4708],[11.64179,46.47439],[11.64536,46.47189],[11.65174,46.48271],[11.64297,46.49346],[11.63495,46.49486],[11.63849,46.50051],[11.64515,46.49743],[11.6672,46.49647],[11.69889,46.50218],[11.71524,46.51245],[11.71935,46.50916],[11.73202,46.50877],[11.74317,46.50391],[11.76157,46.50503],[11.79189,46.51322],[11.79385,46.52023],[11.81086,46.53146],[11.82391,46.52141],[11.82334,46.51315],[11.82849,46.50783],[11.85192,46.51682],[11.8904,46.52175],[11.9121,46.532],[11.93294,46.52631],[11.94147,46.52689],[11.94719,46.52879],[11.95094,46.53869],[11.96633,46.54363],[11.98704,46.54417],[11.99411,46.53345],[11.99941,46.53208],[12.02189,46.55791],[12.0266,46.55871],[12.03665,46.57668],[12.04763,46.58357],[12.05043,46.60016],[12.04613,46.60716],[12.05318,46.60989],[12.05448,46.61778],[12.06495,46.62121],[12.06837,46.63997],[12.07479,46.64329],[12.06686,46.65364],[12.07173,46.66064],[12.07038,46.67386],[12.07985,46.66686],[12.08826,46.66638],[12.09345,46.66123],[12.10609,46.65783],[12.10949,46.65204],[12.12342,46.64475],[12.13739,46.64122],[12.1436,46.6327],[12.1511,46.63215],[12.16062,46.63574],[12.17117,46.63275],[12.1818,46.6192],[12.19261,46.62059],[12.19228,46.59321],[12.20444,46.59836],[12.21241,46.60918],[12.24198,46.61586],[12.24502,46.62326],[12.25931,46.62809],[12.26982,46.62003],[12.28413,46.61623],[12.30802,46.61811],[12.31785,46.62355],[12.3172,46.62876],[12.33578,46.62732],[12.34034,46.63022],[12.34465,46.62376],[12.35939,46.61829],[12.38577,46.62154],[12.3915,46.62765],[12.37944,46.63733],[12.38115,46.64183],[12.40648,46.64167],[12.43473,46.66714],[12.4795,46.67969],[12.47501,46.68756],[12.44268,46.68979],[12.42943,46.69567],[12.42862,46.6997],[12.41522,46.70163],[12.41103,46.70701],[12.40283,46.70811],[12.38475,46.71745],[12.37036,46.74163],[12.35837,46.77583],[12.30943,46.78603],[12.28539,46.7839],[12.28232,46.79153],[12.28889,46.79427],[12.28905,46.79948],[12.29383,46.8027],[12.285,46.81503],[12.30726,46.83271],[12.30833,46.84137],[12.29733,46.84455],[12.2912,46.85704],[12.29326,46.86566],[12.27736,46.87319],[12.27979,46.87921],[12.27486,46.88512],[12.24162,46.89192],[12.2345,46.88919],[12.23125,46.88146],[12.22147,46.88084],[12.21663,46.87517],[12.2022,46.88806],[12.20106,46.8965],[12.19154,46.90682],[12.16959,46.91121],[12.16205,46.908],[12.14675,46.91413],[12.15414,46.91654],[12.1702,46.93758],[12.15927,46.95133],[12.13882,46.95764],[12.13328,46.96292],[12.13808,46.96514],[12.13977,46.982],[12.12974,46.98593],[12.1322,46.99339],[12.12285,47.00662],[12.12723,47.01218],[12.14786,47.02357],[12.16423,47.01782],[12.18048,47.02414],[12.20552,47.02595],[12.2182,47.04483],[12.21821,47.05795],[12.23786,47.0644],[12.24228,47.06892],[12.2278,47.08302],[12.18589,47.09322],[12.15997,47.08267],[12.15125,47.08049],[12.13561,47.08171],[12.11867,47.07445],[12.10329,47.07931],[12.09308,47.07791],[12.08035,47.06951],[12.07543,47.0605],[12.04276,47.06228],[12.03353,47.0583],[12.02968,47.05127],[12.02037,47.04821],[11.99534,47.05064],[11.98587,47.04815],[11.97912,47.0511],[11.96773,47.04158],[11.95457,47.04374],[11.94688,47.03464],[11.9329,47.03864],[11.91627,47.03422],[11.89137,47.01728],[11.8794,47.01714],[11.87393,47.01136],[11.86722,47.01252],[11.85192,47.0014],[11.84396,47.0025],[11.83564,46.99417],[11.81526,46.991],[11.78106,46.99342],[11.76411,46.97412],[11.74698,46.97013],[11.72897,46.97322],[11.71226,46.99416],[11.6885,46.99658],[11.66542,46.99304],[11.63629,47.00383],[11.62697,47.01437],[11.60944,47.01207],[11.59901,47.00657],[11.58879,47.00641],[11.58,47.00277],[11.57663,46.99657],[11.55297,46.99149],[11.53846,46.98519],[11.53381,46.99233],[11.51679,47.00091],[11.51366,47.00595],[11.50313,47.00808],[11.50238,47.01073],[11.47831,47.01201],[11.46859,47.003],[11.46803,46.99582],[11.45134,46.99294],[11.43929,46.97601],[11.40465,46.96609],[11.38324,46.97168],[11.37697,46.98025],[11.35932,46.99154],[11.34516,46.99169],[11.33765,46.98606],[11.3205,46.99345],[11.30709,46.98525],[11.28762,46.98699],[11.27662,46.98168],[11.26272,46.98169],[11.25582,46.97535],[11.24865,46.97517],[11.24139,46.9708],[11.22047,46.97025],[11.20688,46.96403],[11.20418,46.96877],[11.19527,46.97152],[11.18658,46.97062],[11.17598,46.96367],[11.1637,46.96677],[11.16114,46.94979],[11.16642,46.94479],[11.16322,46.94091],[11.13851,46.92865],[11.11418,46.93234],[11.10804,46.92632],[11.10792,46.91706],[11.0946,46.91247],[11.09795,46.89844],[11.09538,46.89178],[11.09961,46.88922],[11.08742,46.87927],[11.06988,46.85348],[11.07303,46.84345],[11.06887,46.83793],[11.0762,46.83384],[11.08171,46.82252],[11.07279,46.82092],[11.05633,46.80928],[11.03792,46.80562],[11.04234,46.801],[11.0346,46.79428],[11.02328,46.76715],[11.01397,46.77317],[10.99475,46.76804],[10.97932,46.77014],[10.97522,46.77361],[10.94388,46.77648],[10.92821,46.77408],[10.92299,46.7764],[10.90527,46.76911],[10.8951,46.77092],[10.88962,46.76529],[10.88294,46.76393],[10.86993,46.7669],[10.86845,46.77313],[10.85354,46.77506],[10.84112,46.78282],[10.83129,46.78138],[10.82479,46.77472],[10.81439,46.77662],[10.78678,46.79735],[10.77744,46.79149],[10.75722,46.78624],[10.73122,46.78925],[10.7276,46.79709],[10.74506,46.80223],[10.75239,46.81387],[10.76387,46.81971],[10.76481,46.82409],[10.75621,46.83383],[10.72333,46.83892],[10.71763,46.84795],[10.70594,46.84786],[10.69508,46.85308],[10.69786,46.86339],[10.69112,46.86861],[10.67297,46.87138],[10.66787,46.87651],[10.64858,46.86655],[10.62441,46.86558],[10.60936,46.8597],[10.59502,46.85829],[10.58883,46.85125],[10.55536,46.84087],[10.55264,46.8408],[10.55795,46.84695],[10.5527,46.8511],[10.52124,46.84653],[10.49931,46.84857],[10.49628,46.85305],[10.48372,46.85543],[10.47838,46.86013],[10.46819,46.8553],[10.46987,46.84933],[10.46229,46.8413],[10.46483,46.83624],[10.45906,46.83548],[10.45513,46.83059],[10.4583,46.82478],[10.45438,46.82221],[10.45602,46.81635],[10.44925,46.80462],[10.43851,46.79869],[10.42845,46.79755],[10.42123,46.78861],[10.44011,46.77149],[10.44107,46.75413],[10.43464,46.75356],[10.39934,46.73435],[10.4168,46.71847],[10.41622,46.71479],[10.41274,46.70821],[10.40215,46.70624],[10.39201,46.69016],[10.38615,46.68821]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 4.0"},{"id":"South-Tyrol-Orthofoto-2017","name":"South Tyrol Orthofoto 2017","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Orthoimagery/wms?LAYERS=Aerial-2017-RGB&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2017-10-01T00:00:00.000Z","startDate":"2017-07-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[11.37851,46.30096],[11.38516,46.30241],[11.39571,46.30998],[11.39893,46.30771],[11.40047,46.30835],[11.39922,46.30922],[11.39641,46.31043],[11.39752,46.3114],[11.39759,46.31529],[11.40432,46.32512],[11.41239,46.3245],[11.41531,46.32568],[11.41956,46.32559],[11.45325,46.33531],[11.4632,46.35096],[11.48003,46.35439],[11.47676,46.36434],[11.52706,46.3557],[11.54972,46.34515],[11.55762,46.34977],[11.5638,46.38164],[11.59641,46.3872],[11.61907,46.4252],[11.62525,46.47109],[11.64705,46.48445],[11.63315,46.49875],[11.63847,46.5017],[11.66456,46.49804],[11.70632,46.51086],[11.70362,46.62244],[11.39677,46.62433],[11.38982,46.61077],[11.38124,46.61248],[11.3742,46.6172],[11.3736,46.62351],[11.33308,46.62445],[11.3324,46.66169],[11.28639,46.65415],[11.27008,46.72256],[11.18099,46.71845],[11.1779,46.73045],[11.15988,46.72433],[11.1331,46.72321],[11.11404,46.71539],[11.03371,46.70832],[10.99869,46.69655],[10.92607,46.69632],[10.89226,46.68431],[10.81879,46.67159],[10.76729,46.6697],[10.74531,46.66452],[10.54001,46.64237],[10.5098,46.63247],[10.46448,46.63341],[10.49143,46.61407],[10.47546,46.56476],[10.47787,46.55756],[10.47049,46.54257],[10.45916,46.5408],[10.45057,46.52863],[10.45504,46.50879],[10.48199,46.49296],[10.48851,46.49567],[10.55065,46.49071],[10.57966,46.47369],[10.60181,46.4692],[10.62138,46.44779],[10.63992,46.44555],[10.67116,46.45252],[10.67888,46.4485],[10.6933,46.45737],[10.71562,46.46104],[10.74188,46.48386],[10.76385,46.48539],[10.77913,46.4705],[10.7975,46.4446],[10.86205,46.43656],[10.88333,46.45099],[10.91183,46.44401],[10.93191,46.45335],[10.93809,46.4666],[10.95491,46.47014],[10.96075,46.4744],[10.96556,46.48232],[10.98753,46.48362],[11.00573,46.47735],[11.01002,46.47121],[11.02993,46.46116],[11.03525,46.453],[11.03903,46.45276],[11.04177,46.44708],[11.04675,46.44661],[11.05482,46.45016],[11.06409,46.4459],[11.0677,46.44294],[11.07336,46.44129],[11.07731,46.44354],[11.07868,46.44862],[11.06787,46.46577],[11.0622,46.48835],[11.0586,46.48917],[11.05001,46.50643],[11.03525,46.51399],[11.04366,46.51741],[11.05619,46.51635],[11.0828,46.53171],[11.08829,46.50312],[11.10512,46.49615],[11.11044,46.49709],[11.13035,46.4822],[11.15919,46.48917],[11.1858,46.50855],[11.20794,46.49473],[11.21241,46.48208],[11.21962,46.46021],[11.20717,46.41668],[11.21524,46.4065],[11.20073,46.37204],[11.20597,46.36695],[11.19472,46.3647],[11.19275,46.36043],[11.20348,46.34515],[11.18923,46.3234],[11.17816,46.30319],[11.16477,46.29731],[11.16271,46.29044],[11.14391,46.28812],[11.13928,46.28415],[11.15001,46.27991],[11.15838,46.26834],[11.16653,46.2619],[11.17477,46.25914],[11.18301,46.25864],[11.18599,46.25755],[11.19397,46.25715],[11.19719,46.2581],[11.19996,46.25626],[11.1958,46.25092],[11.19508,46.249],[11.19183,46.24901],[11.19168,46.25283],[11.18932,46.25395],[11.18704,46.25405],[11.1826,46.25209],[11.18116,46.24865],[11.19484,46.24838],[11.20756,46.24807],[11.20683,46.21877],[11.2073,46.21773],[11.20923,46.21948],[11.24657,46.23109],[11.25433,46.23872],[11.25966,46.24089],[11.26365,46.24199],[11.27442,46.25184],[11.27652,46.25181],[11.28266,46.2565],[11.28631,46.26107],[11.29429,46.26086],[11.30313,46.25929],[11.31042,46.26599],[11.30888,46.2676],[11.31145,46.26872],[11.31485,46.27341],[11.31334,46.27943],[11.31025,46.2816],[11.31073,46.28367],[11.31575,46.28596],[11.32317,46.29224],[11.32291,46.29319],[11.33167,46.29479],[11.33201,46.29708],[11.3333,46.2982],[11.33566,46.29776],[11.33815,46.29951],[11.34017,46.29838],[11.3375,46.29432],[11.33858,46.29195],[11.33583,46.29067],[11.34158,46.28207],[11.34562,46.28023],[11.3475,46.28026],[11.356,46.2765],[11.35733,46.27409],[11.35729,46.27252],[11.35664,46.2697],[11.35823,46.26582],[11.36527,46.26469],[11.36986,46.26255],[11.373,46.26398],[11.37763,46.26226],[11.38857,46.26166],[11.39308,46.26499],[11.39789,46.26472],[11.39565,46.27282],[11.38917,46.27863],[11.38643,46.27988],[11.38505,46.2813],[11.38441,46.28705],[11.38093,46.29127],[11.37887,46.29221],[11.37102,46.29324],[11.35862,46.29613],[11.35896,46.29889],[11.36025,46.3009],[11.36458,46.30191],[11.36797,46.30072],[11.36815,46.3017],[11.37851,46.30096]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC0-1.0"},{"id":"South-Tyrol-Orthofoto-2020","name":"South Tyrol Orthofoto 2020","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Orthoimagery/wms?LAYERS=Aerial-2020-RGB&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-10-13T00:00:00.000Z","startDate":"2020-10-13T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[10.38105,46.69969],[10.37301,46.67613],[10.37284,46.67371],[10.37686,46.67141],[10.38332,46.66405],[10.3839,46.65572],[10.38114,46.64858],[10.38759,46.64439],[10.39421,46.63305],[10.3937,46.63139],[10.41113,46.62851],[10.42077,46.62811],[10.43241,46.63248],[10.44657,46.63472],[10.45821,46.63093],[10.46894,46.62511],[10.47656,46.61689],[10.47975,46.60635],[10.46961,46.56323],[10.46492,46.55741],[10.46064,46.55389],[10.46006,46.54669],[10.45269,46.53413],[10.44431,46.52838],[10.43735,46.52721],[10.43972,46.52639],[10.44179,46.52496],[10.42948,46.50548],[10.41691,46.50352],[10.418,46.49873],[10.45658,46.49827],[10.45608,46.47367],[10.54015,46.47329],[10.53982,46.46585],[10.543,46.46585],[10.54434,46.45534],[10.55791,46.45569],[10.57425,46.45448],[10.57392,46.44847],[10.58146,46.44819],[10.58171,46.43647],[10.59134,46.43785],[10.61447,46.43751],[10.61824,46.43866],[10.61765,46.44461],[10.63558,46.44276],[10.63583,46.43052],[10.67671,46.42734],[10.683,46.42856],[10.68358,46.43456],[10.68157,46.4423],[10.69523,46.44276],[10.69665,46.43849],[10.70771,46.43733],[10.7083,46.44859],[10.74615,46.44827],[10.74761,46.44892],[10.74814,46.45016],[10.75551,46.44982],[10.75547,46.44885],[10.78982,46.44801],[10.78915,46.42347],[10.95713,46.4233],[10.95811,46.44878],[10.99818,46.44813],[10.99868,46.42388],[11.08246,46.42318],[11.08338,46.47369],[11.12377,46.47312],[11.12389,46.47384],[11.16549,46.47303],[11.16645,46.49331],[11.16876,46.49559],[11.18082,46.49769],[11.18204,46.50121],[11.18463,46.50372],[11.18719,46.50375],[11.19741,46.49977],[11.20637,46.49106],[11.20583,46.47381],[11.2065,46.47375],[11.20562,46.44931],[11.16515,46.44992],[11.16419,46.42385],[11.20662,46.42304],[11.20566,46.39936],[11.16511,46.39996],[11.16398,46.3739],[11.16494,46.37384],[11.16406,46.34884],[11.16511,46.34881],[11.16398,46.32379],[11.16507,46.3237],[11.16411,46.29917],[11.12347,46.29989],[11.12255,46.27395],[11.14186,46.27346],[11.14827,46.26521],[11.1595,46.25298],[11.15946,46.248],[11.16494,46.24797],[11.16415,46.22387],[11.16499,46.22384],[11.16406,46.1987],[11.2073,46.1981],[11.20738,46.19885],[11.24881,46.19812],[11.24986,46.22404],[11.29057,46.22334],[11.29162,46.24858],[11.33234,46.24787],[11.33238,46.24864],[11.37412,46.248],[11.37414,46.2487],[11.41578,46.24774],[11.41667,46.27411],[11.41568,46.27421],[11.4167,46.29917],[11.41557,46.29925],[11.41679,46.32373],[11.45718,46.32293],[11.45735,46.32385],[11.49893,46.32286],[11.50007,46.34878],[11.54024,46.34782],[11.53873,46.32376],[11.56688,46.32318],[11.56709,46.32639],[11.57945,46.34031],[11.57974,46.35129],[11.57383,46.35138],[11.56891,46.35794],[11.56638,46.36988],[11.56734,46.37972],[11.57595,46.3808],[11.58107,46.38057],[11.5811,46.37451],[11.62335,46.37329],[11.62469,46.42376],[11.62377,46.42417],[11.62502,46.44888],[11.64999,46.44852],[11.64976,46.45062],[11.64737,46.45334],[11.64781,46.45523],[11.64871,46.45563],[11.65822,46.45533],[11.66268,46.45487],[11.66568,46.45351],[11.66649,46.47387],[11.68623,46.47362],[11.68694,46.47571],[11.70713,46.47398],[11.70797,46.49879],[11.74868,46.49805],[11.74868,46.49886],[11.7903,46.49791],[11.79055,46.49926],[11.83204,46.49792],[11.8323,46.49913],[11.87343,46.49792],[11.87385,46.49896],[11.91541,46.49769],[11.917,46.5241],[11.99575,46.52335],[11.99852,46.52416],[12.03957,46.52335],[12.04166,46.54888],[12.03965,46.54905],[12.04091,46.57492],[12.08029,46.57331],[12.08347,46.62379],[12.12377,46.62299],[12.12377,46.62391],[12.16507,46.62281],[12.16356,46.59881],[12.16574,46.5987],[12.1639,46.57365],[12.19104,46.57308],[12.19682,46.57452],[12.19641,46.57797],[12.19884,46.57981],[12.20612,46.57872],[12.20721,46.58022],[12.20855,46.59893],[12.24835,46.59789],[12.24894,46.5987],[12.29032,46.59772],[12.29057,46.5987],[12.33112,46.59772],[12.3493,46.60175],[12.38365,46.60025],[12.38508,46.6052],[12.39672,46.60399],[12.41599,46.60676],[12.4165,46.62373],[12.41516,46.62408],[12.41675,46.64841],[12.42362,46.64904],[12.42479,46.65577],[12.43267,46.66233],[12.43979,46.66653],[12.45814,46.67371],[12.4795,46.67969],[12.47749,46.68515],[12.47531,46.68653],[12.46408,46.69004],[12.45395,46.69377],[12.45026,46.69699],[12.4258,46.71095],[12.40376,46.71181],[12.38994,46.71629],[12.38282,46.72548],[12.38483,46.74736],[12.38202,46.7477],[12.37678,46.74991],[12.37352,46.75023],[12.37381,46.75399],[12.37205,46.7595],[12.36652,46.7696],[12.36673,46.78242],[12.35144,46.78242],[12.33577,46.78492],[12.33004,46.78673],[12.31826,46.78744],[12.29728,46.7998],[12.29694,46.80909],[12.31269,46.8248],[12.31688,46.83375],[12.31772,46.8491],[12.30901,46.86526],[12.308,46.87168],[12.29024,46.875],[12.27315,46.88931],[12.22707,46.89115],[12.20646,46.89962],[12.18132,46.92308],[12.17395,46.94585],[12.15927,46.95133],[12.14563,46.9781],[12.14329,46.99102],[12.14982,47.00427],[12.15803,47.00919],[12.17747,47.0101],[12.2212,47.0334],[12.22992,47.04756],[12.23494,47.06115],[12.245,47.06754],[12.24433,47.0947],[12.18132,47.09629],[12.13307,47.08352],[12.11933,47.08717],[12.00907,47.04973],[11.9578,47.04996],[11.85492,47.0157],[11.82945,46.99948],[11.7956,46.99742],[11.76779,46.98782],[11.76611,46.98462],[11.75136,46.98096],[11.72858,46.9869],[11.72288,46.99833],[11.66959,46.99925],[11.64614,47.00885],[11.64379,47.01844],[11.63139,47.02164],[11.61296,47.0173],[11.59901,47.00657],[11.58879,47.00641],[11.58,47.00277],[11.57663,46.99657],[11.55297,46.99149],[11.53846,46.98519],[11.53381,46.99233],[11.51679,47.00091],[11.51366,47.00595],[11.50313,47.00808],[11.50238,47.01073],[11.47831,47.01201],[11.46859,47.003],[11.46803,46.99582],[11.45134,46.99294],[11.43929,46.97601],[11.40465,46.96609],[11.38324,46.97168],[11.37697,46.98025],[11.35932,46.99154],[11.34516,46.99169],[11.33765,46.98606],[11.3205,46.99345],[11.30709,46.98525],[11.28762,46.98699],[11.27662,46.98168],[11.26272,46.98169],[11.25582,46.97535],[11.24865,46.97517],[11.24139,46.9708],[11.22047,46.97025],[11.20688,46.96403],[11.20418,46.96877],[11.19527,46.97152],[11.18658,46.97062],[11.17598,46.96367],[11.1637,46.96677],[11.16114,46.94979],[11.16642,46.94479],[11.16322,46.94091],[11.13851,46.92865],[11.11418,46.93234],[11.10804,46.92632],[11.10792,46.91706],[11.0946,46.91247],[11.09795,46.89844],[11.09538,46.89178],[11.09961,46.88922],[11.08742,46.87927],[11.06988,46.85348],[11.07303,46.84345],[11.06887,46.83793],[11.0762,46.83384],[11.08171,46.82252],[11.07279,46.82092],[11.05633,46.80928],[11.03792,46.80562],[11.04234,46.801],[11.0346,46.79428],[11.02097,46.76963],[11.01577,46.77422],[10.99475,46.76804],[10.97932,46.77014],[10.97522,46.77361],[10.94388,46.77648],[10.92821,46.77408],[10.91691,46.7756],[10.90527,46.76911],[10.8951,46.77092],[10.88962,46.76529],[10.88294,46.76393],[10.86993,46.7669],[10.86845,46.77313],[10.85458,46.77697],[10.8405,46.78191],[10.81235,46.78133],[10.79225,46.79808],[10.78085,46.79762],[10.77532,46.79189],[10.75086,46.78959],[10.75239,46.81387],[10.76387,46.81971],[10.77599,46.82205],[10.75621,46.83383],[10.72489,46.84899],[10.70612,46.85025],[10.70679,46.86537],[10.684,46.87614],[10.65837,46.87591],[10.64798,46.8719],[10.61095,46.8719],[10.59721,46.8656],[10.58129,46.84922],[10.56369,46.84956],[10.558,46.8522],[10.54375,46.85254],[10.53973,46.85151],[10.53957,46.84945],[10.49885,46.84991],[10.49918,46.85346],[10.49282,46.86068],[10.46735,46.86091],[10.45612,46.85197],[10.45629,46.82446],[10.44741,46.82412],[10.4454,46.81586],[10.42345,46.80164],[10.41976,46.78845],[10.41708,46.75402],[10.41423,46.74954],[10.40635,46.74678],[10.39613,46.73507],[10.39597,46.70658],[10.39027,46.6998],[10.38105,46.69969]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 4.0"},{"id":"South-Tyrol-Orthofoto-2023","name":"South Tyrol Orthofoto 2023","type":"wms","template":"https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Orthoimagery/wms?LAYERS=Aerial-2023-RGB&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2023-09-15T00:00:00.000Z","startDate":"2023-09-15T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[10.45167,46.8616],[10.45479,46.85262],[10.43678,46.81051],[10.42176,46.80605],[10.40875,46.7879],[10.43127,46.76356],[10.38673,46.73562],[10.39774,46.71709],[10.36922,46.68638],[10.38723,46.63039],[10.41025,46.62317],[10.44178,46.62936],[10.47331,46.61217],[10.46881,46.58088],[10.45279,46.5506],[10.43728,46.52168],[10.45479,46.49689],[10.49283,46.48483],[10.53937,46.48104],[10.59091,46.46001],[10.61018,46.43932],[10.63245,46.43225],[10.66048,46.4376],[10.687,46.43691],[10.70076,46.44553],[10.73504,46.4588],[10.75131,46.47156],[10.76407,46.46346],[10.79359,46.43156],[10.85265,46.42639],[10.86966,46.42535],[10.88117,46.43277],[10.91996,46.43191],[10.94273,46.44294],[10.94948,46.45363],[10.97801,46.47087],[10.99177,46.46759],[11.01429,46.45381],[11.03506,46.43484],[11.05232,46.43501],[11.0766,46.43001],[11.08936,46.43553],[11.09261,46.44415],[11.0851,46.46794],[11.0776,46.48999],[11.10512,46.48396],[11.12964,46.46949],[11.16292,46.47759],[11.17618,46.48552],[11.1917,46.48931],[11.20421,46.46742],[11.1952,46.45639],[11.19945,46.44174],[11.18744,46.42846],[11.19845,46.40483],[11.17418,46.3615],[11.18519,46.34388],[11.16417,46.31157],[11.14666,46.30086],[11.12389,46.29135],[11.12314,46.28011],[11.13465,46.27198],[11.16192,46.25087],[11.15767,46.23062],[11.17718,46.21574],[11.18945,46.21331],[11.20721,46.20846],[11.23899,46.21574],[11.26201,46.2256],[11.29579,46.2481],[11.31581,46.24862],[11.33658,46.27059],[11.34483,46.26108],[11.35159,46.25745],[11.36861,46.25087],[11.38662,46.25001],[11.40439,46.25347],[11.4144,46.26073],[11.41415,46.2725],[11.40439,46.28408],[11.40013,46.29532],[11.41465,46.30137],[11.41565,46.31313],[11.46619,46.3273],[11.4752,46.33974],[11.49322,46.34976],[11.52574,46.34198],[11.54451,46.33542],[11.55827,46.33335],[11.56528,46.33853],[11.57279,46.34699],[11.57579,46.36841],[11.61107,46.37704],[11.61708,46.39137],[11.63459,46.43018],[11.63985,46.45432],[11.65761,46.46501],[11.66837,46.485],[11.69815,46.49206],[11.72092,46.49844],[11.73818,46.49413],[11.7597,46.49361],[11.79048,46.49999],[11.80875,46.50808],[11.82051,46.49585],[11.83527,46.49706],[11.85554,46.50619],[11.89032,46.50997],[11.91284,46.51893],[11.9286,46.51445],[11.95212,46.51945],[11.96639,46.53305],[11.97815,46.53305],[11.99992,46.52289],[12.01393,46.52582],[12.04746,46.56763],[12.06297,46.57916],[12.06848,46.60719],[12.08349,46.63004],[12.0925,46.64757],[12.13879,46.62506],[12.15681,46.62609],[12.17407,46.61252],[12.17532,46.59481],[12.18758,46.5838],[12.20485,46.5869],[12.22186,46.601],[12.25689,46.61114],[12.27816,46.60805],[12.31019,46.60805],[12.32946,46.61681],[12.36224,46.60908],[12.39977,46.61544],[12.40803,46.63245],[12.44456,46.65856],[12.49411,46.67384],[12.49636,46.6862],[12.4851,46.69822],[12.44656,46.70371],[12.39777,46.72756],[12.3735,46.78104],[12.34491,46.78978],[12.31013,46.79753],[12.30606,46.81479],[12.32345,46.82883],[12.3242,46.84423],[12.30894,46.85792],[12.29818,46.87726],[12.2873,46.89342],[12.24,46.90333],[12.21861,46.89359],[12.2051,46.91453],[12.17782,46.92214],[12.18408,46.93777],[12.17207,46.95981],[12.15505,46.96544],[12.15555,46.98644],[12.14379,47.00402],[12.1513,47.00931],[12.16982,47.00829],[12.21711,47.0175],[12.23212,47.04871],[12.2594,47.06746],[12.23838,47.09097],[12.18599,47.1046],[12.15631,47.0937],[12.13504,47.0937],[12.12152,47.08825],[12.09225,47.09063],[12.06322,47.07308],[12.0352,47.07087],[12.01593,47.06013],[11.97489,47.06081],[11.93111,47.04854],[11.81775,47.00334],[11.77572,47.00248],[11.74444,46.98234],[11.71842,47.003],[11.66712,47.00538],[11.64748,47.01387],[11.63153,47.02505],[11.60456,47.0221],[11.56753,47.00521],[11.54226,46.99992],[11.50598,47.02057],[11.47045,47.02142],[11.42641,46.98251],[11.40038,46.97859],[11.3666,47.00146],[11.33608,47.00069],[11.29704,46.99685],[11.27177,46.99224],[11.23774,46.98217],[11.18794,46.9791],[11.15341,46.97517],[11.14641,46.94546],[11.1354,46.93982],[11.11313,46.94238],[11.09937,46.93777],[11.0821,46.91077],[11.07935,46.88906],[11.05533,46.85553],[11.06083,46.82643],[11.0283,46.81222],[11.01454,46.78533],[10.99778,46.7807],[10.95374,46.78635],[10.88292,46.77882],[10.8599,46.7861],[10.81887,46.79132],[10.78696,46.80867],[10.76351,46.80192],[10.78083,46.82386],[10.76632,46.84184],[10.73604,46.84612],[10.71603,46.85895],[10.70051,46.87674],[10.66898,46.887],[10.64296,46.87828],[10.59079,46.86768],[10.56877,46.85852],[10.55238,46.86237],[10.51322,46.85946],[10.47731,46.87195],[10.45167,46.8616]]],"terms_url":"https://geoservices.buergernetz.bz.it/geokatalog","terms_text":"© Autonome Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 4.0","best":true},{"id":"SPW2009","name":"SPW(allonie) 2009-2010 aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2009_2010/MapServer/WMSServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2010-01-01T00:00:00.000Z","startDate":"2009-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW2012","name":"SPW(allonie) 2012-2013 aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2012_2013/MapServer/WMSServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW2015","name":"SPW(allonie) 2015 aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2015/MapServer/WmsServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW2016","name":"SPW(allonie) 2016 aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2016/MapServer/WmsServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW2018","name":"SPW(allonie) 2018 aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2018/MapServer/WMSServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW2019","name":"SPW(allonie) 2019 aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2019/MapServer/WMSServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW2020","name":"SPW(allonie) 2020 aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2020/MapServer/WMSServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.3202],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW2021","name":"SPW(allonie) 2021 aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2021/MapServer/WMSServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.3202],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW_ORTHO_LAST","name":"SPW(allonie) most recent aerial imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_LAST/MapServer/WmsServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPW_PICC","name":"SPW(allonie) PICC numerical imagery","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/TOPOGRAPHIE/PICC_VDIFF/MapServer/WmsServer?LAYERS=1,3,4,5,7,9,10,11,12,13,14,16,17,19,21,22,23,24,26,27,28,29,31&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"map","projection":"EPSG:3857","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"SPWrelief2014","name":"SPW(allonie) shaded relief","type":"wms","template":"https://geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNT_2013_2014_HILLSHADE/MapServer/WMSServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","polygon":[[[5.75516,49.79146],[5.73919,49.83362],[5.78257,49.87573],[5.73577,49.89684],[5.77502,49.9608],[5.83578,49.97892],[5.81968,50.01329],[5.89532,50.11216],[5.96133,50.13136],[5.96368,50.17263],[6.10245,50.17055],[6.13779,50.12985],[6.147,50.17775],[6.19232,50.18203],[6.17377,50.23165],[6.27889,50.26734],[6.30647,50.32019],[6.40542,50.32331],[6.34298,50.38033],[6.35036,50.48854],[6.22658,50.49432],[6.17812,50.54153],[6.26953,50.62519],[6.18169,50.62383],[6.11066,50.72299],[6.03959,50.71833],[6.04045,50.74546],[5.96561,50.76107],[5.89217,50.75518],[5.88333,50.70992],[5.81963,50.71396],[5.7707,50.75132],[5.68225,50.75651],[5.68786,50.81193],[5.47863,50.72352],[5.35029,50.74629],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.07039,50.70649],[5.00339,50.76594],[4.92545,50.74275],[4.76014,50.80544],[4.64309,50.79755],[4.63445,50.74272],[4.59727,50.76359],[4.52399,50.72724],[4.46355,50.75511],[4.2467,50.6894],[4.14853,50.72834],[4.05868,50.69439],[3.9097,50.69245],[3.8798,50.75146],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.45439,50.77072],[3.36077,50.70962],[3.30562,50.75466],[3.17839,50.75609],[3.20602,50.71139],[3.26104,50.70131],[3.28634,50.52793],[3.37698,50.49109],[3.47439,50.53368],[3.51992,50.52362],[3.4993,50.48921],[3.60586,50.49632],[3.65552,50.4617],[3.65756,50.37076],[3.70994,50.30316],[3.74546,50.35005],[3.84578,50.35323],[3.88574,50.32701],[4.02795,50.3584],[4.13538,50.25784],[4.16262,50.28896],[4.2052,50.27347],[4.12714,50.1355],[4.19682,50.13519],[4.22825,50.07842],[4.1352,50.01508],[4.19746,49.9546],[4.30589,49.96829],[4.44551,49.93722],[4.69441,49.99625],[4.70207,50.09556],[4.82418,50.16932],[4.87762,50.15374],[4.79117,49.958],[4.89013,49.90893],[4.84754,49.86806],[4.85164,49.79345],[4.99753,49.80006],[5.16628,49.69303],[5.26851,49.69657],[5.33243,49.65263],[5.31486,49.61137],[5.37522,49.62333],[5.45708,49.56703],[5.47051,49.49737],[5.55603,49.52928],[5.61108,49.50603],[5.66079,49.55362],[5.81857,49.54638],[5.87102,49.57599],[5.84857,49.59723],[5.91064,49.66249],[5.78839,49.79665],[5.75516,49.79146]],[[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW.png"},{"id":"ssb-sentrum","name":"SSB City Centres overlay","type":"wms","template":"https://ogc.ssb.no/wms.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=layer_193&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.ssb.no/arealsentrum/","terms_text":"© SSB","description":"Downtown areas with significant commercial and service activities.","icon":"https://www.fosterhjemsforening.no/wp-content/uploads/2015/06/SSB_logo1.png","overlay":true},{"id":"ssb-tettsteder","name":"SSB Urban Areas overlay","type":"wms","template":"https://ogc.ssb.no/wms.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=layer_198&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[0,22],"polygon":[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],"terms_url":"https://www.ssb.no/beftett","terms_text":"© SSB","description":"Human settlements of at least 200 people with less than 200 meters between households","icon":"https://www.fosterhjemsforening.no/wp-content/uploads/2015/06/SSB_logo1.png","overlay":true},{"id":"Bern-Orthofotos","name":"Stadt Bern 10cm (2023)","type":"wms","template":"https://map.bern.ch/arcgis/services/Geoportal/Orthofoto_2023/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[7.29506,46.99148],[7.29506,46.92032],[7.49657,46.92032],[7.49657,46.99148],[7.29506,46.99148]]],"terms_url":"https://map.bern.ch/geoportal/#/produkt/Orthofoto_2023","terms_text":"Geoinformation Stadt Bern","best":true},{"id":"SG-2018-WMS","name":"Stadt St. Gallen","type":"wms","template":"https://map.stadt.sg.ch/cgi-bin/mapserv.exe?map=d:data/wms_op_stadt_sg.map&STYLES=&FORMAT=image/jpeg&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OP_SG&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:4326","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[4,21],"polygon":[[[9.29495,47.4188],[9.29609,47.41273],[9.29669,47.40882],[9.29446,47.40915],[9.29381,47.40907],[9.29134,47.40629],[9.29098,47.40496],[9.29068,47.40378],[9.29113,47.4026],[9.29169,47.40199],[9.29458,47.40053],[9.29482,47.39973],[9.29606,47.39919],[9.29506,47.39819],[9.29456,47.39826],[9.29343,47.39723],[9.29319,47.3965],[9.29351,47.39594],[9.2948,47.39565],[9.29634,47.39584],[9.2978,47.39566],[9.30001,47.39492],[9.30154,47.3946],[9.30295,47.39465],[9.30493,47.39507],[9.30609,47.39523],[9.30724,47.39543],[9.30748,47.39572],[9.30849,47.39594],[9.30911,47.39592],[9.31083,47.39604],[9.31126,47.39626],[9.31671,47.39723],[9.31701,47.39719],[9.31774,47.39678],[9.31821,47.39672],[9.31909,47.39698],[9.31924,47.39742],[9.32098,47.39777],[9.32173,47.39855],[9.32377,47.39916],[9.32475,47.39989],[9.3252,47.39979],[9.326,47.4],[9.32632,47.40032],[9.32748,47.40062],[9.32812,47.4006],[9.32913,47.40077],[9.33005,47.40032],[9.33128,47.40005],[9.33222,47.39896],[9.33293,47.39892],[9.33372,47.39906],[9.33413,47.39932],[9.33516,47.39861],[9.33578,47.39857],[9.3369,47.39873],[9.33754,47.39925],[9.3381,47.3996],[9.33857,47.3995],[9.33969,47.39873],[9.34095,47.39832],[9.34982,47.39815],[9.34997,47.40089],[9.3619,47.40066],[9.362,47.40335],[9.3699,47.40316],[9.37003,47.40596],[9.37756,47.4058],[9.37745,47.40317],[9.38949,47.40295],[9.3893,47.40016],[9.39329,47.40012],[9.39316,47.39746],[9.40153,47.39726],[9.40166,47.4],[9.41359,47.39982],[9.41365,47.40249],[9.42155,47.4024],[9.42172,47.40506],[9.42741,47.40499],[9.42681,47.40687],[9.42824,47.40824],[9.43065,47.40933],[9.4308,47.41046],[9.43058,47.41091],[9.43129,47.41101],[9.43288,47.41226],[9.43391,47.41389],[9.43372,47.41429],[9.43288,47.4146],[9.43264,47.41556],[9.43187,47.41657],[9.43151,47.41778],[9.43391,47.41822],[9.43417,47.41862],[9.43382,47.41928],[9.43475,47.41965],[9.43468,47.42023],[9.43605,47.42054],[9.4353,47.42261],[9.43567,47.42309],[9.43565,47.42399],[9.43597,47.42434],[9.43582,47.42588],[9.43522,47.42709],[9.43399,47.42862],[9.43402,47.42907],[9.43354,47.42981],[9.4346,47.43116],[9.43545,47.43156],[9.43614,47.43363],[9.43582,47.43478],[9.4346,47.43601],[9.43202,47.43648],[9.43202,47.43696],[9.43125,47.43758],[9.43185,47.43816],[9.43075,47.44028],[9.42996,47.44156],[9.43088,47.4433],[9.43213,47.44384],[9.43226,47.44498],[9.43048,47.44733],[9.43039,47.45073],[9.42822,47.45205],[9.42621,47.45245],[9.42588,47.45328],[9.42479,47.45341],[9.4235,47.45272],[9.42151,47.45273],[9.42091,47.45241],[9.41934,47.45304],[9.41771,47.45154],[9.41728,47.45032],[9.41694,47.4501],[9.41561,47.45093],[9.41603,47.45141],[9.41367,47.45256],[9.40973,47.45227],[9.40835,47.45251],[9.40771,47.452],[9.40745,47.45251],[9.40595,47.45334],[9.404,47.45322],[9.40372,47.45272],[9.40161,47.45282],[9.40082,47.45183],[9.39704,47.45225],[9.39599,47.45023],[9.39539,47.44842],[9.3946,47.44825],[9.39376,47.44681],[9.3935,47.44607],[9.394,47.44581],[9.39353,47.44485],[9.39374,47.44436],[9.39376,47.44363],[9.39333,47.44295],[9.39125,47.44365],[9.39097,47.44424],[9.38986,47.44473],[9.39194,47.44584],[9.39095,47.44983],[9.38949,47.45092],[9.3888,47.45105],[9.38464,47.45005],[9.3822,47.44925],[9.38277,47.45142],[9.38134,47.45369],[9.37769,47.45318],[9.37683,47.45257],[9.37561,47.45218],[9.37413,47.4526],[9.3734,47.45218],[9.37363,47.45153],[9.37323,47.45086],[9.37411,47.44957],[9.37557,47.44855],[9.37288,47.44986],[9.37091,47.44997],[9.36876,47.44867],[9.36748,47.44867],[9.36475,47.44771],[9.36456,47.44713],[9.36608,47.44562],[9.36694,47.445],[9.36687,47.44466],[9.36447,47.44508],[9.36318,47.44568],[9.36175,47.44569],[9.36121,47.44513],[9.36164,47.44423],[9.361,47.44379],[9.36016,47.44423],[9.35939,47.4443],[9.35851,47.44417],[9.35784,47.44362],[9.35776,47.44302],[9.35821,47.44193],[9.35737,47.44086],[9.35681,47.43944],[9.35939,47.43717],[9.36057,47.43533],[9.36052,47.43434],[9.36001,47.43392],[9.35921,47.4342],[9.35816,47.43404],[9.35627,47.43298],[9.35537,47.43096],[9.35432,47.43003],[9.35267,47.42916],[9.35138,47.42906],[9.34911,47.42813],[9.3484,47.42723],[9.34492,47.42671],[9.34359,47.42632],[9.34226,47.42491],[9.33932,47.42595],[9.33791,47.42555],[9.33767,47.42457],[9.3345,47.42383],[9.33295,47.42305],[9.3308,47.42092],[9.32868,47.42002],[9.32756,47.42006],[9.32535,47.4188],[9.32347,47.41862],[9.3231,47.41822],[9.3172,47.41707],[9.31495,47.41718],[9.31387,47.41688],[9.31229,47.41591],[9.31042,47.41557],[9.3086,47.41483],[9.30763,47.41549],[9.30664,47.41509],[9.30475,47.41636],[9.30484,47.41656],[9.30716,47.41791],[9.30939,47.42124],[9.3054,47.42254],[9.30293,47.42309],[9.29495,47.4188]]],"terms_url":"https://daten.stadt.sg.ch/","terms_text":"Orthofoto 2018 Stadt St. Gallen","description":"7.5 cm orthophoto from 2018"},{"id":"Uster-2008","name":"Stadt Uster Orthophoto 2008 10cm","type":"tms","template":"https://mapproxy.osm.ch/tiles/uster/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2008-01-01T00:00:00.000Z","startDate":"2008-01-01T00:00:00.000Z","zoomExtent":[6,21],"polygon":[[[8.68,47.32],[8.74,47.32],[8.74,47.365],[8.68,47.365],[8.68,47.32]]],"terms_text":"Stadt Uster Vermessung Orthophoto 2008","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Zuerich-zh_luftbild2011-tms","name":"Stadt Zürich Luftbild 2011","type":"tms","template":"https://mapproxy.osm.ch/tiles/zh_luftbild2011/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"photo","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[4,21],"polygon":[[[8.44624,47.44143],[8.44381,47.31555],[8.62895,47.31377],[8.63178,47.43968],[8.44624,47.44143]]],"terms_text":"Stadt Zürich Luftbild 2011","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"Zuerich-zh_luftbild2013-wms","name":"Stadt Zürich Luftbild 2013","type":"wms","template":"https://www.ogd.stadt-zuerich.ch/wms/geoportal/Orthofoto_2013_Stadt_Zuerich___Fruehling?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=OP_2013_STZH.tif&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[8.44624,47.44143],[8.44381,47.31555],[8.62895,47.31377],[8.63178,47.43968],[8.44624,47.44143]]],"terms_text":"Stadt Zürich Open Government Data"},{"id":"Zuerich-zh_uebersichtsplan-tms","name":"Stadt Zürich Übersichtsplan","type":"tms","template":"https://mapproxy.osm.ch/tiles/zh_uebersichtsplan/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","category":"map","zoomExtent":[3,21],"polygon":[[[8.45788,47.44582],[8.45745,47.43231],[8.42864,47.43259],[8.42713,47.35161],[8.45609,47.35135],[8.45582,47.33787],[8.48478,47.33762],[8.48418,47.31062],[8.54212,47.31013],[8.54236,47.3236],[8.57152,47.32292],[8.57162,47.33679],[8.6295,47.33628],[8.6318,47.41716],[8.60231,47.41746],[8.60266,47.43096],[8.57362,47.43124],[8.57392,47.44477],[8.45788,47.44582]]],"terms_text":"Stadt Zürich Open Government Data","description":"This imagery is provided via a proxy operated by https://sosm.ch/"},{"id":"gis.stmk.gv.at-surface","name":"Steiermark Surface","type":"wms","template":"https://gis.stmk.gv.at/arcgis/services/OGD/als_schummerung/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Digitales_Oberflaechenmodell_DOM&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","polygon":[[[15.24,46.62],[15.42,46.62],[15.42,46.56],[15.54,46.56],[15.54,46.62],[15.66,46.62],[15.66,46.68],[15.96,46.68],[15.96,46.62],[16.08,46.62],[16.08,46.74],[16.02,46.74],[16.02,46.86],[16.08,46.86],[16.08,46.92],[16.14,46.92],[16.14,46.98],[16.2,46.98],[16.2,47.04],[16.14,47.04],[16.14,47.28],[16.08,47.28],[16.08,47.34],[16.14,47.34],[16.14,47.4],[16.2,47.4],[16.2,47.52],[16.14,47.52],[16.14,47.58],[15.9,47.58],[15.9,47.64],[15.84,47.64],[15.84,47.7],[15.78,47.7],[15.78,47.76],[15.54,47.76],[15.54,47.82],[15.42,47.82],[15.42,47.88],[15.24,47.88],[15.24,47.82],[15.12,47.82],[15.12,47.76],[14.76,47.76],[14.76,47.82],[14.64,47.82],[14.64,47.76],[14.46,47.76],[14.46,47.7],[14.34,47.7],[14.34,47.64],[14.28,47.64],[14.28,47.7],[14.04,47.7],[14.04,47.76],[13.74,47.76],[13.74,47.7],[13.68,47.7],[13.68,47.52],[13.56,47.52],[13.56,47.46],[13.5,47.46],[13.5,47.4],[13.56,47.4],[13.56,47.22],[13.8,47.22],[13.8,47.16],[13.86,47.16],[13.86,47.04],[13.8,47.04],[13.8,46.98],[13.74,46.98],[13.74,46.92],[13.8,46.92],[13.8,46.86],[13.92,46.86],[13.92,46.92],[14.04,46.92],[14.04,46.98],[14.34,46.98],[14.34,46.92],[14.46,46.92],[14.46,46.98],[14.94,46.98],[14.94,46.92],[15,46.92],[15,46.86],[14.94,46.86],[14.94,46.74],[15,46.74],[15,46.62],[15.24,46.62]]],"terms_url":"http://www.gis.steiermark.at/","terms_text":"© GIS-Steiermark","description":"Surface Model by Land Steiermark","icon":"https://upload.wikimedia.org/wikipedia/commons/3/35/Steiermark_Wappen.svg"},{"id":"gis.stmk.gv.at-terrain","name":"Steiermark Terrain","type":"wms","template":"https://gis.stmk.gv.at/arcgis/services/OGD/als_schummerung/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Digitales_Gelaendemodell_DGM_multidirektional&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","polygon":[[[15.24,46.62],[15.42,46.62],[15.42,46.56],[15.54,46.56],[15.54,46.62],[15.66,46.62],[15.66,46.68],[15.96,46.68],[15.96,46.62],[16.08,46.62],[16.08,46.74],[16.02,46.74],[16.02,46.86],[16.08,46.86],[16.08,46.92],[16.14,46.92],[16.14,46.98],[16.2,46.98],[16.2,47.04],[16.14,47.04],[16.14,47.28],[16.08,47.28],[16.08,47.34],[16.14,47.34],[16.14,47.4],[16.2,47.4],[16.2,47.52],[16.14,47.52],[16.14,47.58],[15.9,47.58],[15.9,47.64],[15.84,47.64],[15.84,47.7],[15.78,47.7],[15.78,47.76],[15.54,47.76],[15.54,47.82],[15.42,47.82],[15.42,47.88],[15.24,47.88],[15.24,47.82],[15.12,47.82],[15.12,47.76],[14.76,47.76],[14.76,47.82],[14.64,47.82],[14.64,47.76],[14.46,47.76],[14.46,47.7],[14.34,47.7],[14.34,47.64],[14.28,47.64],[14.28,47.7],[14.04,47.7],[14.04,47.76],[13.74,47.76],[13.74,47.7],[13.68,47.7],[13.68,47.52],[13.56,47.52],[13.56,47.46],[13.5,47.46],[13.5,47.4],[13.56,47.4],[13.56,47.22],[13.8,47.22],[13.8,47.16],[13.86,47.16],[13.86,47.04],[13.8,47.04],[13.8,46.98],[13.74,46.98],[13.74,46.92],[13.8,46.92],[13.8,46.86],[13.92,46.86],[13.92,46.92],[14.04,46.92],[14.04,46.98],[14.34,46.98],[14.34,46.92],[14.46,46.92],[14.46,46.98],[14.94,46.98],[14.94,46.92],[15,46.92],[15,46.86],[14.94,46.86],[14.94,46.74],[15,46.74],[15,46.62],[15.24,46.62]]],"terms_url":"http://www.gis.steiermark.at/","terms_text":"© GIS-Steiermark","description":"Terrain Model by Land Steiermark","icon":"https://upload.wikimedia.org/wikipedia/commons/3/35/Steiermark_Wappen.svg"},{"id":"stockholm-orto","name":"Stockholm Orthophoto","type":"wms","template":"https://openmap.stockholm.se/bios/wms/app/baggis/web/WMS_STHLM_ORTOFOTO_2018?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=p_1003070&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","zoomExtent":[5,21],"polygon":[[[17.8755,59.2625],[17.94411,59.27307],[18.09551,59.22603],[18.19582,59.22786],[18.20297,59.24886],[18.12538,59.30779],[18.1786,59.32566],[18.09876,59.3721],[18.04264,59.37816],[18.00796,59.34334],[17.93655,59.37641],[17.97483,59.40246],[17.90882,59.4417],[17.8854,59.43792],[17.88918,59.41382],[17.84077,59.38568],[17.81708,59.40054],[17.77725,59.39984],[17.75622,59.3916],[17.79899,59.36204],[17.94993,59.31121],[17.85622,59.28412],[17.8755,59.2625]]],"terms_url":"https://dataportalen.stockholm.se/dataportalen/","terms_text":"© Stockholm municipality, CC0","best":true,"description":"Orthophotos from the municipality of Stockholm 2018, CC0 license","icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/Stockholm_vapen_bra.svg/196px-Stockholm_vapen_bra.svg.png"},{"id":"StratMap20_NC_6in_Balmorhea_Davis_Mountians","name":"StratMap Balmorhea & Davis Mountain State Parks Imagery (2020)","type":"wms","template":"https://imagery.tnris.org/server/rest/services/StratMap/StratMap20_NC_6in_Balmorhea_Davis_Mountians/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-05T00:00:00.000Z","startDate":"2020-01-05T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-103.90483,30.62587],[-103.90526,30.64197],[-103.97058,30.64153],[-103.96955,30.57697],[-103.87359,30.57778],[-103.87436,30.61058],[-103.88912,30.61014],[-103.88989,30.62617],[-103.90483,30.62587]],[[-103.86063,30.92049],[-103.74853,30.92137],[-103.74922,30.952],[-103.73308,30.95244],[-103.7336,30.9676],[-103.71746,30.96834],[-103.7178,31.0013],[-103.76741,31.00086],[-103.76673,30.98526],[-103.78269,30.98497],[-103.78218,30.96996],[-103.79831,30.96981],[-103.79814,30.95465],[-103.8608,30.95421],[-103.86063,30.92049]]],"terms_url":"https://tnris.org/stratmap/","terms_text":"Strategic Mapping Program (StratMap). Balmorhea & Davis Mountain State Parks Imagery/Lidar","description":"StratMap lidar & orthoimagery project covers the Balmorhea & Davis Mountain State Parks and their surrounding areas in the state of Texas","icon":"https://cdn.tnris.org/images/tnris_logo.svg"},{"id":"Stratmap20_NCCIR_CapArea_McLennan","name":"StratMap CapArea & McLennan Imagery (Natural Color 2020)","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap20_NCCIR_CapArea_McLennan/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-29T00:00:00.000Z","startDate":"2020-01-29T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-98.96971,30.92287],[-98.96982,30.48359],[-98.59474,30.48352],[-98.595,30.12434],[-98.57895,30.12427],[-98.57912,30.09308],[-98.56324,30.09279],[-98.56359,30.07726],[-98.54779,30.07734],[-98.54796,30.06167],[-98.532,30.06144],[-98.53243,30.04606],[-98.51629,30.04584],[-98.51655,30.03068],[-98.50067,30.03024],[-98.50119,30.01478],[-98.48548,30.01485],[-98.48565,29.99925],[-98.46977,29.99902],[-98.4696,29.96825],[-98.45398,29.96795],[-98.45398,29.95233],[-98.43836,29.95211],[-98.43862,29.93656],[-98.38978,29.93634],[-98.38935,29.95226],[-98.37399,29.95218],[-98.37381,29.96802],[-98.35845,29.96787],[-98.35836,29.98356],[-98.32729,29.98349],[-98.32704,29.99917],[-98.3115,29.99902],[-98.31124,30.01478],[-98.26653,30.01471],[-98.26653,29.9991],[-98.2509,29.99902],[-98.2509,29.98356],[-98.23537,29.98341],[-98.23537,29.9678],[-98.20404,29.96802],[-98.20404,29.95211],[-98.18851,29.95233],[-98.18868,29.93679],[-98.15735,29.93686],[-98.15718,29.92109],[-98.14138,29.92094],[-98.14173,29.90517],[-98.12593,29.90517],[-98.12593,29.88984],[-98.09478,29.88947],[-98.09504,29.87429],[-98.0789,29.87414],[-98.07881,29.85866],[-98.04757,29.85851],[-98.048,29.84303],[-98.03204,29.8428],[-98.03247,29.79619],[-98.01667,29.79596],[-98.0165,29.74918],[-97.98363,29.7491],[-97.98328,29.76497],[-97.96783,29.76482],[-97.96749,29.78069],[-97.95221,29.78054],[-97.95221,29.79596],[-97.92106,29.79604],[-97.92089,29.81168],[-97.90561,29.8116],[-97.90501,29.82732],[-97.87411,29.82717],[-97.87402,29.84303],[-97.86046,29.84295],[-97.86072,29.82754],[-97.84493,29.82754],[-97.8451,29.81354],[-97.86072,29.81369],[-97.86106,29.79641],[-97.84475,29.79581],[-97.8451,29.76482],[-97.81334,29.76482],[-97.81351,29.74947],[-97.79806,29.74918],[-97.79806,29.73338],[-97.7821,29.73353],[-97.78223,29.70233],[-97.7509,29.70226],[-97.7512,29.68679],[-97.73532,29.68656],[-97.73558,29.67113],[-97.7197,29.67086],[-97.71987,29.65554],[-97.68833,29.65539],[-97.68858,29.63987],[-97.64168,29.63972],[-97.64159,29.62428],[-97.57722,29.62406],[-97.577,29.63984],[-97.54593,29.63957],[-97.54568,29.65543],[-97.51469,29.65524],[-97.51443,29.67109],[-97.48341,29.6709],[-97.48323,29.68671],[-97.45221,29.68652],[-97.45195,29.70229],[-97.42092,29.70207],[-97.42071,29.71795],[-97.40534,29.71772],[-97.40509,29.73345],[-97.3741,29.73327],[-97.3738,29.74918],[-97.34286,29.74884],[-97.3426,29.76479],[-97.29784,29.76471],[-97.29797,29.74921],[-97.28226,29.74895],[-97.28248,29.7336],[-97.26655,29.73345],[-97.26677,29.71795],[-97.23523,29.7178],[-97.23561,29.70226],[-97.21982,29.70211],[-97.21999,29.68679],[-97.20411,29.68652],[-97.20428,29.67101],[-97.17274,29.67094],[-97.1727,29.6555],[-97.15725,29.65524],[-97.15725,29.62406],[-96.85856,29.62391],[-96.8583,29.63987],[-96.84294,29.63972],[-96.84277,29.65584],[-96.82714,29.65539],[-96.8268,29.67127],[-96.81161,29.67105],[-96.81127,29.68679],[-96.7959,29.68656],[-96.79573,29.70237],[-96.78037,29.70207],[-96.7802,29.71832],[-96.76457,29.7178],[-96.76457,29.73353],[-96.74904,29.73338],[-96.7487,29.74947],[-96.73342,29.74903],[-96.73299,29.76497],[-96.71788,29.76475],[-96.71754,29.78047],[-96.70209,29.7801],[-96.70183,29.79604],[-96.68664,29.79567],[-96.68612,29.81183],[-96.6711,29.81153],[-96.67068,29.82739],[-96.65523,29.82717],[-96.65514,29.85836],[-96.63978,29.85814],[-96.63926,29.87399],[-96.62398,29.87377],[-96.62381,29.88999],[-96.60836,29.88962],[-96.60828,29.90554],[-96.59291,29.90532],[-96.59248,29.92117],[-96.57729,29.9208],[-96.57686,29.93686],[-96.56158,29.93649],[-96.56098,29.98527],[-96.57721,29.98564],[-96.57669,30.01642],[-96.59248,30.01664],[-96.59266,30.03202],[-96.60853,30.03247],[-96.60793,30.07875],[-96.6239,30.07942],[-96.62347,30.12598],[-96.63952,30.1262],[-96.63926,30.157],[-96.67093,30.1576],[-96.67093,30.17288],[-96.71977,30.17288],[-96.71968,30.15715],[-96.7644,30.15752],[-96.76414,30.17095],[-96.74912,30.17066],[-96.74852,30.18661],[-96.73325,30.18631],[-96.73256,30.23364],[-96.6711,30.23312],[-96.6705,30.265],[-96.65548,30.26433],[-96.6548,30.28034],[-96.62407,30.28005],[-96.62355,30.29776],[-96.6396,30.29806],[-96.63926,30.3131],[-96.67076,30.31369],[-96.67033,30.32895],[-96.73333,30.3291],[-96.73299,30.34466],[-96.74878,30.34495],[-96.74852,30.36029],[-96.76466,30.36066],[-96.76397,30.39131],[-96.78028,30.3919],[-96.77968,30.40715],[-96.81178,30.40797],[-96.81101,30.42299],[-96.82723,30.42329],[-96.82654,30.43802],[-96.85847,30.43891],[-96.85796,30.46939],[-96.88972,30.47028],[-96.88929,30.53203],[-96.90525,30.53247],[-96.90491,30.54763],[-96.93658,30.54785],[-96.93632,30.56322],[-96.98507,30.56389],[-96.98559,30.54763],[-97.0164,30.54807],[-97.01692,30.5321],[-97.04773,30.5324],[-97.04842,30.51658],[-97.07906,30.51695],[-97.07957,30.50097],[-97.1103,30.50119],[-97.11073,30.48544],[-97.14146,30.48559],[-97.14189,30.46954],[-97.15502,30.46969],[-97.15467,30.50083],[-97.17107,30.50105],[-97.17081,30.5477],[-97.18652,30.54814],[-97.18609,30.57874],[-97.20214,30.57918],[-97.2018,30.62587],[-97.21776,30.6261],[-97.21742,30.65689],[-97.23355,30.65718],[-97.23295,30.70406],[-97.24917,30.7045],[-97.24849,30.73527],[-97.26454,30.73549],[-97.26419,30.75106],[-97.29578,30.7515],[-97.29561,30.7664],[-97.34273,30.76714],[-97.34256,30.78203],[-97.38951,30.78255],[-97.38925,30.79774],[-97.42092,30.79796],[-97.42049,30.81329],[-97.4677,30.81396],[-97.46736,30.82907],[-97.49877,30.82943],[-97.49886,30.84439],[-97.54589,30.84506],[-97.54546,30.85987],[-97.59267,30.86068],[-97.59233,30.87527],[-97.6397,30.87637],[-97.63936,30.89103],[-97.71781,30.89191],[-97.71747,30.90686],[-97.79592,30.9076],[-97.79549,30.92262],[-97.82733,30.92284],[-97.82664,30.93816],[-97.84287,30.93853],[-97.84209,30.96944],[-97.8584,30.96973],[-97.85823,30.98519],[-97.87385,30.98548],[-97.87368,31.01631],[-97.88973,31.0166],[-97.88956,31.03212],[-97.90526,31.03242],[-97.90483,31.04786],[-98.25056,31.04793],[-98.2509,31.0322],[-98.45398,31.0322],[-98.45432,31.0166],[-98.46977,31.0166],[-98.46977,30.98394],[-98.45415,30.9835],[-98.45415,30.9386],[-98.75061,30.9383],[-98.75078,30.9227],[-98.96971,30.92287]],[[-97.34779,31.21691],[-96.7717,31.51826],[-97.04138,31.89243],[-97.62795,31.58439],[-97.34779,31.21691]]],"terms_url":"https://tnris.org/stratmap/","terms_text":"Strategic Mapping Program (StratMap). CapArea & McLennan Imagery","description":"2020 natural color orthoimagery for the capital area and McLennan County of the State of Texas","icon":"https://cdn.tnris.org/images/tnris_logo.svg"},{"id":"StratMap21_NCCIR_CapArea_Brazos_Kerr","name":"StratMap CapArea, Brazos & Kerr Imagery (Natural Color 2021)","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap21_NCCIR_CapArea_Brazos_Kerr/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-17T00:00:00.000Z","startDate":"2021-01-17T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-99.03033,29.9054],[-98.98338,29.90532],[-98.98355,29.95404],[-99.03042,29.95397],[-99.03068,30.00088],[-99.04604,30.00081],[-99.04578,30.04614],[-99.03033,30.04606],[-99.03033,30.11001],[-99.06166,30.11038],[-99.06175,30.12583],[-99.12397,30.1259],[-99.12406,30.14142],[-99.17298,30.14134],[-99.17273,30.12605],[-99.20397,30.12568],[-99.20397,30.11024],[-99.23512,30.11024],[-99.2353,30.09449],[-99.31151,30.09464],[-99.31169,30.11024],[-99.34447,30.11016],[-99.34464,30.09479],[-99.37408,30.09472],[-99.37408,30.11016],[-99.45416,30.11001],[-99.45425,30.07897],[-99.54781,30.07897],[-99.54755,30.01471],[-99.48343,30.01485],[-99.4836,30.03031],[-99.40713,30.03039],[-99.40713,29.98378],[-99.37606,29.98364],[-99.37597,29.96787],[-99.3116,29.96802],[-99.31151,29.98341],[-99.29589,29.98341],[-99.29581,30.01471],[-99.26465,30.01471],[-99.26474,30.04614],[-99.23512,30.04621],[-99.23538,30.03054],[-99.20397,30.03076],[-99.20397,29.99925],[-99.18826,29.99932],[-99.18843,29.9678],[-99.17281,29.96787],[-99.17273,29.93679],[-99.14174,29.93694],[-99.14191,29.92109],[-99.07908,29.92109],[-99.07917,29.90532],[-99.06338,29.90547],[-99.06346,29.88977],[-99.03025,29.88992],[-99.03033,29.9054]],[[-98.75078,30.9227],[-98.96971,30.92287],[-98.96982,30.48359],[-98.59474,30.48352],[-98.595,30.12434],[-98.57895,30.12427],[-98.57912,30.09308],[-98.56324,30.09279],[-98.56359,30.07726],[-98.54779,30.07734],[-98.54796,30.06167],[-98.532,30.06144],[-98.53243,30.04606],[-98.51629,30.04584],[-98.51655,30.03068],[-98.50067,30.03024],[-98.50119,30.01478],[-98.48548,30.01485],[-98.48565,29.99925],[-98.46977,29.99902],[-98.4696,29.96825],[-98.45398,29.96795],[-98.45398,29.95233],[-98.43836,29.95211],[-98.43862,29.93656],[-98.38978,29.93634],[-98.38935,29.95226],[-98.37399,29.95218],[-98.37381,29.96802],[-98.35845,29.96787],[-98.35836,29.98356],[-98.32729,29.98349],[-98.32704,29.99917],[-98.3115,29.99902],[-98.31124,30.01478],[-98.26653,30.01471],[-98.26653,29.9991],[-98.2509,29.99902],[-98.2509,29.98356],[-98.23537,29.98341],[-98.23537,29.9678],[-98.20404,29.96802],[-98.20404,29.95211],[-98.18851,29.95233],[-98.18868,29.93679],[-98.15735,29.93686],[-98.15718,29.92109],[-98.14138,29.92094],[-98.14173,29.90517],[-98.12593,29.90517],[-98.12593,29.88984],[-98.09478,29.88947],[-98.09504,29.87429],[-98.0789,29.87414],[-98.07881,29.85866],[-98.04757,29.85851],[-98.048,29.84303],[-98.03204,29.8428],[-98.03247,29.79619],[-98.01667,29.79596],[-98.0165,29.74918],[-97.98363,29.7491],[-97.98328,29.76497],[-97.96783,29.76482],[-97.96749,29.78069],[-97.95221,29.78054],[-97.95221,29.79596],[-97.92106,29.79604],[-97.92089,29.81168],[-97.90561,29.8116],[-97.90501,29.82732],[-97.87411,29.82717],[-97.87402,29.84303],[-97.86046,29.84295],[-97.86072,29.82754],[-97.84493,29.82754],[-97.8451,29.81354],[-97.86072,29.81369],[-97.86106,29.79641],[-97.84475,29.79581],[-97.8451,29.76482],[-97.81334,29.76482],[-97.81351,29.74947],[-97.79806,29.74918],[-97.79806,29.73338],[-97.7821,29.73353],[-97.78223,29.70233],[-97.7509,29.70226],[-97.7512,29.68679],[-97.73532,29.68656],[-97.73558,29.67113],[-97.7197,29.67086],[-97.71987,29.65554],[-97.68833,29.65539],[-97.68858,29.63987],[-97.64168,29.63972],[-97.64159,29.62428],[-97.57722,29.62406],[-97.577,29.63984],[-97.54593,29.63957],[-97.54568,29.65543],[-97.51469,29.65524],[-97.51443,29.67109],[-97.48341,29.6709],[-97.48323,29.68671],[-97.45221,29.68652],[-97.45195,29.70229],[-97.42092,29.70207],[-97.42071,29.71795],[-97.40534,29.71772],[-97.40509,29.73345],[-97.3741,29.73327],[-97.3738,29.74918],[-97.34286,29.74884],[-97.3426,29.76479],[-97.29784,29.76471],[-97.29797,29.74921],[-97.28226,29.74895],[-97.28248,29.7336],[-97.26655,29.73345],[-97.26677,29.71795],[-97.23523,29.7178],[-97.23561,29.70226],[-97.21982,29.70211],[-97.21999,29.68679],[-97.20411,29.68652],[-97.20428,29.67101],[-97.17274,29.67094],[-97.1727,29.6555],[-97.15725,29.65524],[-97.15725,29.62406],[-96.85856,29.62391],[-96.8583,29.63987],[-96.84294,29.63972],[-96.84277,29.65584],[-96.82714,29.65539],[-96.8268,29.67127],[-96.81161,29.67105],[-96.81127,29.68679],[-96.7959,29.68656],[-96.79573,29.70237],[-96.78037,29.70207],[-96.7802,29.71832],[-96.76457,29.7178],[-96.76457,29.73353],[-96.74904,29.73338],[-96.7487,29.74947],[-96.73342,29.74903],[-96.73299,29.76497],[-96.71788,29.76475],[-96.71754,29.78047],[-96.70209,29.7801],[-96.70183,29.79604],[-96.68664,29.79567],[-96.68612,29.81183],[-96.6711,29.81153],[-96.67068,29.82739],[-96.65523,29.82717],[-96.65514,29.85836],[-96.63978,29.85814],[-96.63926,29.87399],[-96.62398,29.87377],[-96.62381,29.88999],[-96.60836,29.88962],[-96.60828,29.90554],[-96.59291,29.90532],[-96.59248,29.92117],[-96.57729,29.9208],[-96.57686,29.93686],[-96.56158,29.93649],[-96.56098,29.98527],[-96.57721,29.98564],[-96.57669,30.01642],[-96.59248,30.01664],[-96.59266,30.03202],[-96.60853,30.03247],[-96.60793,30.07875],[-96.6239,30.07942],[-96.62347,30.12598],[-96.63952,30.1262],[-96.63926,30.157],[-96.67093,30.1576],[-96.67093,30.17288],[-96.71977,30.17288],[-96.71968,30.15715],[-96.7644,30.15752],[-96.76414,30.17095],[-96.74912,30.17066],[-96.74852,30.18661],[-96.73325,30.18631],[-96.73256,30.23364],[-96.6711,30.23312],[-96.6705,30.265],[-96.65548,30.26433],[-96.6548,30.28034],[-96.62407,30.28005],[-96.62355,30.29776],[-96.6396,30.29806],[-96.63926,30.3131],[-96.67076,30.31369],[-96.67033,30.32895],[-96.73333,30.3291],[-96.73299,30.34466],[-96.74878,30.34495],[-96.74852,30.36029],[-96.76466,30.36066],[-96.76397,30.39131],[-96.78028,30.3919],[-96.77968,30.40715],[-96.81178,30.40797],[-96.81101,30.42299],[-96.82723,30.42329],[-96.82654,30.43802],[-96.85847,30.43891],[-96.85796,30.46939],[-96.88972,30.47028],[-96.88929,30.53203],[-96.90525,30.53247],[-96.90491,30.54763],[-96.93658,30.54785],[-96.93632,30.56322],[-96.98507,30.56389],[-96.98559,30.54763],[-97.0164,30.54807],[-97.01692,30.5321],[-97.04773,30.5324],[-97.04842,30.51658],[-97.07906,30.51695],[-97.07957,30.50097],[-97.1103,30.50119],[-97.11073,30.48544],[-97.14146,30.48559],[-97.14189,30.46954],[-97.15502,30.46969],[-97.15467,30.50083],[-97.17107,30.50105],[-97.17081,30.5477],[-97.18652,30.54814],[-97.18609,30.57874],[-97.20214,30.57918],[-97.2018,30.62587],[-97.21776,30.6261],[-97.21742,30.65689],[-97.23355,30.65718],[-97.23295,30.70406],[-97.24917,30.7045],[-97.24849,30.73527],[-97.26454,30.73549],[-97.26419,30.75106],[-97.29578,30.7515],[-97.29561,30.7664],[-97.34273,30.76714],[-97.34256,30.78203],[-97.38951,30.78255],[-97.38925,30.79774],[-97.42092,30.79796],[-97.42049,30.81329],[-97.4677,30.81396],[-97.46736,30.82907],[-97.49877,30.82943],[-97.49886,30.84439],[-97.54589,30.84506],[-97.54546,30.85987],[-97.59267,30.86068],[-97.59233,30.87527],[-97.6397,30.87637],[-97.63936,30.89103],[-97.71781,30.89191],[-97.71747,30.90686],[-97.79592,30.9076],[-97.79549,30.92262],[-97.82733,30.92284],[-97.82664,30.93816],[-97.84287,30.93853],[-97.84209,30.96944],[-97.8584,30.96973],[-97.85823,30.98519],[-97.87385,30.98548],[-97.87368,31.01631],[-97.88973,31.0166],[-97.88956,31.03212],[-97.90526,31.03242],[-97.90483,31.04786],[-98.25056,31.04793],[-98.2509,31.0322],[-98.45398,31.0322],[-98.45432,31.0166],[-98.46977,31.0166],[-98.46977,30.98394],[-98.45415,30.9835],[-98.45415,30.9386],[-98.75061,30.9383],[-98.75078,30.9227]],[[-96.17088,30.61103],[-96.17054,30.62403],[-96.15509,30.62373],[-96.15445,30.84458],[-96.17045,30.84513],[-96.17011,30.87571],[-96.1865,30.8763],[-96.18582,30.95384],[-96.21775,30.95457],[-96.21749,30.96959],[-96.23328,30.96996],[-96.23294,30.98497],[-96.2665,30.98563],[-96.26727,30.96951],[-96.31336,30.97018],[-96.31413,30.95376],[-96.34435,30.95428],[-96.34521,30.9383],[-96.36023,30.93838],[-96.36091,30.90701],[-96.37404,30.90723],[-96.3737,30.92255],[-96.40735,30.92299],[-96.40778,30.90723],[-96.42271,30.90738],[-96.42331,30.89147],[-96.45378,30.89177],[-96.45447,30.84454],[-96.46966,30.84476],[-96.47035,30.79781],[-96.48537,30.79803],[-96.48588,30.78211],[-96.50073,30.78255],[-96.50142,30.7664],[-96.51644,30.76691],[-96.51704,30.75084],[-96.5633,30.75143],[-96.5639,30.73542],[-96.59446,30.73557],[-96.59506,30.71963],[-96.61025,30.72],[-96.61059,30.70236],[-96.59446,30.70199],[-96.59506,30.65733],[-96.61016,30.65755],[-96.61094,30.62587],[-96.6257,30.6261],[-96.6263,30.61044],[-96.64141,30.61081],[-96.64201,30.59448],[-96.67239,30.59507],[-96.67308,30.57904],[-96.68784,30.57918],[-96.68879,30.548],[-96.70389,30.54822],[-96.70449,30.53048],[-96.65514,30.53003],[-96.65454,30.54593],[-96.6239,30.5457],[-96.62347,30.56152],[-96.56347,30.5613],[-96.56382,30.51473],[-96.54802,30.51428],[-96.54828,30.49942],[-96.51661,30.49875],[-96.51712,30.46798],[-96.5009,30.46732],[-96.50116,30.45215],[-96.48528,30.45171],[-96.48588,30.43676],[-96.46966,30.43624],[-96.47017,30.42107],[-96.37404,30.42055],[-96.37344,30.46776],[-96.34478,30.46717],[-96.34538,30.45245],[-96.32907,30.45193],[-96.32958,30.43683],[-96.298,30.43639],[-96.29834,30.42285],[-96.3131,30.42299],[-96.31396,30.37458],[-96.29766,30.37413],[-96.29851,30.35843],[-96.28229,30.35792],[-96.28255,30.34295],[-96.26478,30.34236],[-96.26418,30.35843],[-96.17269,30.35814],[-96.17346,30.3274],[-96.12419,30.32673],[-96.12333,30.34451],[-96.13964,30.34518],[-96.13921,30.37428],[-96.10831,30.37369],[-96.10788,30.38968],[-96.09295,30.38917],[-96.09192,30.4053],[-96.07724,30.40516],[-96.07664,30.45385],[-96.10831,30.45467],[-96.10771,30.46969],[-96.12402,30.46998],[-96.12329,30.51469],[-96.07728,30.51417],[-96.07638,30.53044],[-96.06166,30.53],[-96.06093,30.54593],[-96.04609,30.54556],[-96.04548,30.56167],[-96.01467,30.56137],[-96.01416,30.67291],[-96.0787,30.67335],[-96.07904,30.65741],[-96.11012,30.65755],[-96.1108,30.61014],[-96.17088,30.61103]]],"terms_url":"https://tnris.org/stratmap/","terms_text":"Strategic Mapping Program (StratMap). CapArea, Brazos & Kerr Imagery","best":true,"description":"2021 natural color orthoimagery for the capital area, Brazos County and Kerr County of the State of Texas","icon":"https://cdn.tnris.org/images/tnris_logo.svg"},{"id":"Stuttgart-latest","name":"Stuttgart Luftbild Stadtmessungsamt","type":"wms","template":"https://gis5.stuttgart.de/arcgis/services/1_Base/WMS_Luftbilder_aktuell/MapServer/WmsServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","polygon":[[[9.0262,48.88138],[9.02622,48.87241],[8.97171,48.87242],[8.97171,48.86342],[8.95806,48.86342],[8.95812,48.82745],[8.99898,48.82745],[8.99897,48.81847],[9.02621,48.81845],[9.02617,48.74653],[8.99899,48.74652],[8.99899,48.73753],[8.93101,48.73751],[8.93104,48.71053],[8.91744,48.71054],[8.91747,48.70154],[8.90388,48.70153],[8.90391,48.68353],[8.91751,48.68355],[8.91751,48.66557],[8.9717,48.66558],[8.97184,48.64761],[9.02612,48.64761],[9.02612,48.65662],[9.08042,48.65657],[9.08044,48.66555],[9.13473,48.66552],[9.1347,48.65652],[9.14826,48.6565],[9.1482,48.62953],[9.18889,48.62947],[9.18887,48.62048],[9.24313,48.62038],[9.24321,48.63835],[9.27034,48.63831],[9.27043,48.65626],[9.32473,48.65614],[9.32503,48.7011],[9.42012,48.70079],[9.42079,48.78173],[9.36639,48.78192],[9.36656,48.8089],[9.38021,48.80884],[9.38045,48.84481],[9.36683,48.84483],[9.36702,48.87183],[9.35337,48.87188],[9.35372,48.91683],[9.31278,48.91696],[9.31283,48.92595],[9.25825,48.92608],[9.2583,48.93509],[9.19009,48.93518],[9.19002,48.92621],[9.10813,48.92635],[9.10812,48.89934],[9.0944,48.89936],[9.09436,48.88137],[9.0262,48.88138]]],"best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Stuttgart-latest.png"},{"id":"Suan_Juan_WA_2019","name":"Suan Juan County Aerials (2019)","type":"wms","template":"https://gis.sanjuancountywa.gov/arcgis/rest/services/Basemaps/Aerials_2019_WM/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[-123.02167,48.44667],[-122.94666,48.44781],[-122.90151,48.41307],[-122.80263,48.40771],[-122.79199,48.4428],[-122.80881,48.47866],[-122.73912,48.49572],[-122.78547,48.62161],[-122.73088,48.63613],[-122.7556,48.71208],[-122.95747,48.71593],[-122.97086,48.69577],[-122.9997,48.6978],[-123.00348,48.73427],[-123.0433,48.7431],[-123.07626,48.70528],[-123.08485,48.66335],[-123.12845,48.6638],[-123.22698,48.70302],[-123.24655,48.68353],[-123.17445,48.64702],[-123.21514,48.60107],[-123.21393,48.57336],[-123.1808,48.56575],[-123.16621,48.52006],[-123.10235,48.47684],[-123.02167,48.44667]],[[-122.98339,48.78214],[-122.93498,48.76653],[-122.91181,48.73858],[-122.80229,48.73982],[-122.81946,48.75499],[-122.9343,48.79572],[-122.98374,48.79436],[-122.98339,48.78214]]],"terms_url":"https://sjcgis.maps.arcgis.com/home/index.html","terms_text":"San Juan County GIS","description":"2019 aerial imagery for San Juan County, Washington","icon":"https://www.sanjuancountywa.gov/ImageRepository/Document?documentID=21774"},{"id":"Suan_Juan_WA_2022","name":"Suan Juan County Aerials (2022)","type":"wms","template":"https://gis.sanjuancountywa.gov/arcgis/rest/services/Basemaps/Aerials_2022/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[-123.02167,48.44667],[-122.94666,48.44781],[-122.90151,48.41307],[-122.80263,48.40771],[-122.79199,48.4428],[-122.80881,48.47866],[-122.73912,48.49572],[-122.78547,48.62161],[-122.73088,48.63613],[-122.7556,48.71208],[-122.95747,48.71593],[-122.97086,48.69577],[-122.9997,48.6978],[-123.00348,48.73427],[-123.0433,48.7431],[-123.07626,48.70528],[-123.08485,48.66335],[-123.12845,48.6638],[-123.22698,48.70302],[-123.24655,48.68353],[-123.17445,48.64702],[-123.21514,48.60107],[-123.21393,48.57336],[-123.1808,48.56575],[-123.16621,48.52006],[-123.10235,48.47684],[-123.02167,48.44667]],[[-122.98339,48.78214],[-122.93498,48.76653],[-122.91181,48.73858],[-122.80229,48.73982],[-122.81946,48.75499],[-122.9343,48.79572],[-122.98374,48.79436],[-122.98339,48.78214]]],"terms_url":"https://sjcgis.maps.arcgis.com/home/index.html","terms_text":"San Juan County GIS","description":"2022 aerial imagery for San Juan County, Washington","icon":"https://www.sanjuancountywa.gov/ImageRepository/Document?documentID=21774"},{"id":"Suan_Juan_WA_2023","name":"Suan Juan County Aerials (2023)","type":"wms","template":"https://gis.sanjuancountywa.gov/arcgis/rest/services/Basemaps/Aerials_2022/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[9,22],"polygon":[[[-123.02167,48.44667],[-122.94666,48.44781],[-122.90151,48.41307],[-122.80263,48.40771],[-122.79199,48.4428],[-122.80881,48.47866],[-122.73912,48.49572],[-122.78547,48.62161],[-122.73088,48.63613],[-122.7556,48.71208],[-122.95747,48.71593],[-122.97086,48.69577],[-122.9997,48.6978],[-123.00348,48.73427],[-123.0433,48.7431],[-123.07626,48.70528],[-123.08485,48.66335],[-123.12845,48.6638],[-123.22698,48.70302],[-123.24655,48.68353],[-123.17445,48.64702],[-123.21514,48.60107],[-123.21393,48.57336],[-123.1808,48.56575],[-123.16621,48.52006],[-123.10235,48.47684],[-123.02167,48.44667]],[[-122.98339,48.78214],[-122.93498,48.76653],[-122.91181,48.73858],[-122.80229,48.73982],[-122.81946,48.75499],[-122.9343,48.79572],[-122.98374,48.79436],[-122.98339,48.78214]]],"terms_url":"https://sjcgis.maps.arcgis.com/home/index.html","terms_text":"San Juan County GIS","best":true,"description":"2023 aerial imagery for San Juan County, Washington","icon":"https://www.sanjuancountywa.gov/ImageRepository/Document?documentID=21774"},{"id":"Suan_Juan_WA_Basemap","name":"Suan Juan County Basemap","type":"wms","template":"https://gis.sanjuancountywa.gov/arcgis/rest/services/Basemaps/General_Basemap/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"map","projection":"EPSG:3857","zoomExtent":[9,22],"polygon":[[[-123.02167,48.44667],[-122.94666,48.44781],[-122.90151,48.41307],[-122.80263,48.40771],[-122.79199,48.4428],[-122.80881,48.47866],[-122.73912,48.49572],[-122.78547,48.62161],[-122.73088,48.63613],[-122.7556,48.71208],[-122.95747,48.71593],[-122.97086,48.69577],[-122.9997,48.6978],[-123.00348,48.73427],[-123.0433,48.7431],[-123.07626,48.70528],[-123.08485,48.66335],[-123.12845,48.6638],[-123.22698,48.70302],[-123.24655,48.68353],[-123.17445,48.64702],[-123.21514,48.60107],[-123.21393,48.57336],[-123.1808,48.56575],[-123.16621,48.52006],[-123.10235,48.47684],[-123.02167,48.44667]],[[-122.98339,48.78214],[-122.93498,48.76653],[-122.91181,48.73858],[-122.80229,48.73982],[-122.81946,48.75499],[-122.9343,48.79572],[-122.98374,48.79436],[-122.98339,48.78214]]],"terms_url":"https://sjcgis.maps.arcgis.com/home/index.html","terms_text":"San Juan County GIS","icon":"https://www.sanjuancountywa.gov/ImageRepository/Document?documentID=21774"},{"id":"Surrey-Air_Survey","name":"Surrey Air Survey","type":"tms","template":"https://{switch:a,b,c}.surrey.aerial.openstreetmap.org.uk/layer/gb_surrey_aerial/{zoom}/{x}/{y}.png","category":"photo","endDate":"2009-01-01T00:00:00.000Z","startDate":"2007-01-01T00:00:00.000Z","zoomExtent":[8,21],"polygon":[[[-0.75248,51.08219],[-0.72966,51.07449],[-0.6998,51.07083],[-0.68365,51.07075],[-0.65828,51.07434],[-0.6578,51.07922],[-0.60997,51.08067],[-0.61046,51.07655],[-0.53023,51.07899],[-0.52974,51.08654],[-0.48713,51.08723],[-0.48568,51.09516],[-0.4281,51.09472],[-0.3869,51.10625],[-0.38638,51.11176],[-0.35891,51.11133],[-0.3596,51.10196],[-0.32235,51.10584],[-0.32218,51.11198],[-0.29935,51.1137],[-0.25008,51.12114],[-0.24733,51.11834],[-0.22879,51.11834],[-0.15721,51.129],[-0.1567,51.13525],[-0.0446,51.13364],[0.02046,51.13654],[0.05771,51.14171],[0.06234,51.15421],[0.06114,51.17907],[0.05582,51.19446],[0.04947,51.19973],[0.04483,51.19898],[0.04071,51.21091],[0.04621,51.21263],[0.06406,51.24155],[0.06166,51.25778],[0.05239,51.28774],[0.04552,51.30545],[0.03316,51.30867],[0.02406,51.30727],[0.02029,51.29944],[0.01393,51.29944],[0.01188,51.3282],[0.00192,51.33763],[-0.03308,51.34309],[-0.05284,51.33463],[-0.05198,51.32637],[-0.06417,51.32648],[-0.0652,51.32154],[-0.08786,51.32208],[-0.08872,51.30996],[-0.10743,51.29665],[-0.14966,51.30577],[-0.15429,51.33388],[-0.19086,51.35029],[-0.21077,51.34986],[-0.21231,51.36283],[-0.24115,51.3848],[-0.26553,51.38372],[-0.27875,51.37719],[-0.2851,51.36808],[-0.29231,51.36733],[-0.29557,51.35415],[-0.31119,51.35297],[-0.30948,51.36969],[-0.30192,51.37547],[-0.30398,51.39904],[-0.3275,51.40375],[-0.34913,51.41382],[-0.38054,51.41617],[-0.38071,51.42624],[-0.40149,51.42795],[-0.41127,51.43801],[-0.44183,51.43694],[-0.44148,51.44186],[-0.44869,51.44293],[-0.45264,51.46069],[-0.49006,51.46828],[-0.5086,51.46957],[-0.50912,51.47448],[-0.53092,51.47609],[-0.54053,51.46989],[-0.54396,51.45459],[-0.5371,51.45267],[-0.53727,51.44486],[-0.54774,51.447],[-0.56268,51.45235],[-0.57624,51.4532],[-0.58671,51.44454],[-0.60025,51.44591],[-0.61314,51.42956],[-0.62344,51.39776],[-0.62911,51.39701],[-0.63014,51.39058],[-0.65314,51.39176],[-0.68078,51.39015],[-0.67958,51.3848],[-0.71923,51.37697],[-0.73743,51.37205],[-0.78154,51.33881],[-0.78206,51.32702],[-0.76644,51.3121],[-0.7515,51.30695],[-0.74307,51.28472],[-0.74464,51.23338],[-0.75408,51.23392],[-0.75442,51.23811],[-0.77365,51.24596],[-0.8121,51.24692],[-0.82669,51.24037],[-0.84952,51.2179],[-0.85227,51.20962],[-0.85295,51.20113],[-0.83577,51.18024],[-0.83989,51.14407],[-0.80143,51.14579],[-0.75952,51.08563],[-0.75248,51.08219]]]},{"id":"susono_shizuoka_jp_orthophoto","name":"Susono city orthophoto","type":"tms","template":"http://tile.senmon.jpn.com/1.0.0/susono/{zoom}/{x}/{-y}.png","category":"photo","zoomExtent":[12,19],"polygon":[[[138.85747,35.2833],[138.85746,35.27794],[138.83993,35.27796],[138.83992,35.27254],[138.83109,35.27255],[138.83108,35.26719],[138.81337,35.26721],[138.81338,35.27262],[138.80462,35.27263],[138.80466,35.29425],[138.79592,35.29426],[138.79593,35.29974],[138.77833,35.29976],[138.77837,35.32135],[138.76959,35.32136],[138.7696,35.32679],[138.76081,35.3268],[138.76082,35.33224],[138.74343,35.33226],[138.74341,35.32154],[138.75209,35.32153],[138.75203,35.28905],[138.7608,35.28904],[138.76077,35.27281],[138.76955,35.2728],[138.76952,35.25661],[138.77822,35.2566],[138.77821,35.25117],[138.78708,35.25116],[138.78703,35.22413],[138.80451,35.22411],[138.8045,35.21861],[138.81333,35.2186],[138.81332,35.21323],[138.82205,35.21322],[138.82204,35.20776],[138.83084,35.20775],[138.83083,35.20233],[138.84839,35.2023],[138.84837,35.19688],[138.85712,35.19687],[138.8571,35.18605],[138.86589,35.18604],[138.86587,35.17521],[138.87463,35.1752],[138.87462,35.16976],[138.88334,35.16975],[138.88333,35.1643],[138.8921,35.16429],[138.89207,35.14805],[138.90949,35.14803],[138.9095,35.15343],[138.91839,35.15342],[138.91841,35.16421],[138.92719,35.1642],[138.9272,35.16951],[138.96231,35.16946],[138.96232,35.17485],[138.97993,35.17483],[138.97994,35.18017],[138.99751,35.18015],[138.99752,35.18553],[139.00634,35.18552],[139.00636,35.19624],[138.99761,35.19625],[138.99762,35.20168],[138.98895,35.20169],[138.98901,35.23415],[138.98028,35.23416],[138.98029,35.23961],[138.97161,35.23962],[138.9716,35.23426],[138.94522,35.23429],[138.94521,35.22895],[138.92761,35.22897],[138.9276,35.22362],[138.91868,35.22363],[138.91869,35.22903],[138.90993,35.22904],[138.90994,35.23449],[138.9012,35.2345],[138.90124,35.25615],[138.89248,35.25616],[138.89249,35.26158],[138.88375,35.26159],[138.88379,35.28327],[138.85747,35.2833]]],"terms_url":"https://www.geospatial.jp/ckan/dataset/susono-photo-202006","terms_text":"Susono city orthophoto","description":"The aerial photos released by Susono City as open data."},{"id":"svk-electricity-network","name":"SVK - Electricity Network","type":"wms","template":"https://inspire-skn.metria.se/geoserver/skn/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=US.ElectricityNetwork.Lines,US.ElectricityNetwork.Pylons,US.ElectricityNetwork.StationAreas,US.ElectricityNetwork.Stations&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:4326","zoomExtent":[5,24],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.svk.se/","terms_text":"© Svenska kraftnät","description":"Swedish transmission network for electricity.","icon":"https://www.svk.se/static/img/favicon/favicon-32x32.png","overlay":true},{"id":"swisstopo_swissalti3d","name":"swisstopo SWISSALTI3D","type":"tms","template":"https://wmts.geo.admin.ch/1.0.0/ch.swisstopo.swissalti3d-reliefschattierung/default/current/3857/{zoom}/{x}/{y}.png","category":"elevation","endDate":"2019-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[5.95012,46.13048],[5.9669,46.12535],[5.9931,46.13924],[6.0358,46.12984],[6.05582,46.14677],[6.13828,46.13728],[6.18998,46.16083],[6.1935,46.17716],[6.22839,46.19771],[6.29968,46.22229],[6.31605,46.24192],[6.31527,46.2586],[6.29373,46.26902],[6.26889,46.25319],[6.24481,46.27746],[6.25922,46.28922],[6.25462,46.30418],[6.22817,46.31395],[6.25816,46.3575],[6.33795,46.3995],[6.42909,46.412],[6.52094,46.45185],[6.68091,46.44985],[6.81276,46.42411],[6.79581,46.39041],[6.79943,46.38037],[6.76588,46.36335],[6.76564,46.34971],[6.79576,46.31688],[6.85814,46.28152],[6.84857,46.25632],[6.81635,46.23529],[6.79728,46.20575],[6.80522,46.18309],[6.78553,46.16425],[6.7902,46.13778],[6.81289,46.12504],[6.89056,46.12031],[6.87601,46.09643],[6.88274,46.07615],[6.8661,46.04894],[6.89265,46.0383],[6.92715,46.06028],[6.94619,46.0462],[6.98,46.00175],[7.004,45.995],[7.01462,45.97958],[7.00272,45.96702],[7.03035,45.95217],[7.03781,45.92139],[7.057,45.90878],[7.09711,45.85577],[7.12068,45.85521],[7.15564,45.87436],[7.17257,45.85884],[7.19969,45.85636],[7.22215,45.88506],[7.25987,45.88419],[7.29504,45.91546],[7.32302,45.90576],[7.34317,45.90961],[7.38777,45.89276],[7.44795,45.92684],[7.47824,45.93207],[7.48155,45.94843],[7.50149,45.95533],[7.5461,45.95313],[7.55248,45.98191],[7.57329,45.9828],[7.58756,45.96609],[7.66032,45.97164],[7.67694,45.95351],[7.7024,45.94583],[7.70173,45.93254],[7.71862,45.91948],[7.7385,45.92015],[7.75288,45.93512],[7.79697,45.91299],[7.82169,45.92213],[7.86529,45.91233],[7.88297,45.92541],[7.87544,45.93813],[7.88622,45.9708],[7.91245,45.992],[7.98981,45.99146],[8.01827,46.01008],[8.02098,46.03071],[8.04181,46.04344],[8.0292,46.07063],[8.0403,46.09568],[8.11235,46.10816],[8.12232,46.12787],[8.14768,46.13295],[8.16145,46.14614],[8.15623,46.16106],[8.17145,46.18402],[8.14447,46.22843],[8.11883,46.24138],[8.11416,46.25304],[8.09174,46.25773],[8.09284,46.26378],[8.14051,46.29746],[8.16228,46.29143],[8.20207,46.29839],[8.21784,46.3073],[8.23129,46.33186],[8.2675,46.3428],[8.26955,46.3608],[8.28628,46.35935],[8.31773,46.37406],[8.32207,46.39998],[8.30096,46.40914],[8.30912,46.41964],[8.32852,46.42175],[8.36944,46.44769],[8.44458,46.45895],[8.45779,46.44204],[8.4504,46.42361],[8.46114,46.4112],[8.45434,46.38678],[8.46237,46.36267],[8.45747,46.33453],[8.42133,46.299],[8.4477,46.26581],[8.43865,46.24698],[8.45945,46.24039],[8.46694,46.22845],[8.52619,46.21549],[8.56886,46.16128],[8.59174,46.15164],[8.58642,46.14185],[8.60762,46.11825],[8.6442,46.1188],[8.65554,46.10845],[8.71378,46.09274],[8.74045,46.11533],[8.75754,46.09742],[8.78184,46.08975],[8.80782,46.09521],[8.84678,46.07131],[8.84143,46.05424],[8.82366,46.04952],[8.82139,46.0344],[8.7878,46.01068],[8.78015,45.98701],[8.8287,45.98284],[8.86398,45.95728],[8.89022,45.95354],[8.88703,45.93019],[8.91843,45.90303],[8.93071,45.86606],[8.90803,45.84345],[8.90716,45.8276],[8.94969,45.83853],[8.96901,45.82791],[8.98544,45.83215],[8.98986,45.81845],[9.01905,45.81362],[9.03985,45.82056],[9.05684,45.86373],[9.0954,45.90115],[9.06295,45.9249],[9.02733,45.93317],[9.01986,45.96237],[9.00048,45.96965],[9.03491,45.99365],[9.01579,46.03551],[9.02362,46.04763],[9.08143,46.06076],[9.09604,46.08749],[9.07991,46.11618],[9.12508,46.13106],[9.16565,46.16659],[9.18739,46.16665],[9.22866,46.22597],[9.25443,46.23209],[9.25882,46.26494],[9.29023,46.2945],[9.289,46.30883],[9.3058,46.32697],[9.30225,46.35734],[9.28344,46.3697],[9.28654,46.4153],[9.25466,46.43445],[9.25412,46.44392],[9.28397,46.45964],[9.28746,46.49271],[9.36281,46.50281],[9.36556,46.48715],[9.3849,46.47011],[9.41165,46.46243],[9.42981,46.47395],[9.43727,46.49285],[9.45555,46.50043],[9.45511,46.48912],[9.4426,46.48403],[9.45854,46.4695],[9.44795,46.42109],[9.46001,46.39702],[9.4551,46.3743],[9.49209,46.36074],[9.51273,46.32502],[9.54617,46.29851],[9.63354,46.28171],[9.67579,46.29509],[9.71223,46.28775],[9.73092,46.30886],[9.72666,46.3248],[9.73901,46.34544],[9.77755,46.33035],[9.83674,46.35624],[9.87095,46.35828],[9.90553,46.375],[9.9242,46.36154],[9.94926,46.37359],[9.98825,46.34725],[9.97348,46.32274],[9.99116,46.31017],[9.99007,46.283],[10.04906,46.26287],[10.05321,46.25047],[10.03846,46.22718],[10.0694,46.21272],[10.09134,46.22349],[10.1349,46.22075],[10.18301,46.25841],[10.15987,46.29508],[10.12255,46.31688],[10.11182,46.33698],[10.1155,46.34841],[10.13526,46.35941],[10.13452,46.37583],[10.16739,46.38498],[10.17317,46.40822],[10.14633,46.43219],[10.12815,46.4362],[10.08658,46.42628],[10.06614,46.43108],[10.06197,46.44305],[10.04779,46.44639],[10.0609,46.46399],[10.04958,46.48032],[10.06044,46.52203],[10.05066,46.5387],[10.07289,46.54741],[10.08899,46.57165],[10.10621,46.58034],[10.10624,46.60474],[10.12959,46.60082],[10.18803,46.62062],[10.21759,46.61272],[10.23432,46.62839],[10.24995,46.61047],[10.23562,46.59296],[10.24063,46.57253],[10.28256,46.56635],[10.29308,46.54598],[10.32532,46.54616],[10.33765,46.53824],[10.35677,46.55097],[10.3955,46.53955],[10.41582,46.54639],[10.45304,46.52619],[10.47678,46.54012],[10.49829,46.61674],[10.44754,46.64565],[10.40815,46.63985],[10.39157,46.68349],[10.42225,46.70761],[10.42481,46.72086],[10.4114,46.73293],[10.44867,46.75206],[10.4482,46.77235],[10.43329,46.78869],[10.45603,46.80154],[10.47298,46.83515],[10.47307,46.88505],[10.49222,46.91364],[10.49584,46.93845],[10.45833,46.95693],[10.43125,46.96068],[10.43124,46.97886],[10.40302,47.00028],[10.3825,47.00423],[10.34069,46.99166],[10.32182,46.95663],[10.30154,46.94875],[10.30925,46.93022],[10.2353,46.93403],[10.21924,46.89659],[10.2247,46.87087],[10.19226,46.87083],[10.17552,46.8584],[10.10839,46.84623],[10.09085,46.86504],[10.05765,46.86645],[10.05756,46.87906],[10.02063,46.90568],[9.99313,46.90702],[9.97944,46.92025],[9.93956,46.91762],[9.88667,46.93799],[9.87907,46.96301],[9.8988,46.99107],[9.89445,47.00301],[9.8786,47.01032],[9.88678,47.01625],[9.88126,47.02439],[9.85873,47.02765],[9.83663,47.01847],[9.78775,47.04255],[9.72093,47.04838],[9.6824,47.06658],[9.6213,47.05775],[9.619,47.0737],[9.64002,47.08265],[9.64074,47.10227],[9.63014,47.11186],[9.64105,47.12984],[9.62693,47.15403],[9.61055,47.15237],[9.60127,47.16616],[9.57995,47.17558],[9.59121,47.20661],[9.5623,47.22792],[9.57216,47.24545],[9.53931,47.27056],[9.59374,47.31499],[9.61022,47.34847],[9.62617,47.36062],[9.66712,47.36792],[9.6807,47.39034],[9.65853,47.40782],[9.65099,47.43453],[9.66509,47.45395],[9.62565,47.46141],[9.61111,47.47482],[9.59938,47.46717],[9.56828,47.49774],[9.56379,47.5448],[9.49895,47.55556],[9.39725,47.62448],[9.25743,47.66317],[9.17322,47.66001],[9.15322,47.67182],[9.13974,47.66892],[9.09601,47.68375],[9.02305,47.69134],[8.93811,47.66033],[8.89603,47.65264],[8.85957,47.68491],[8.88102,47.69302],[8.8787,47.70608],[8.8219,47.72286],[8.80905,47.74248],[8.76356,47.7201],[8.76412,47.70405],[8.79183,47.69954],[8.78707,47.68101],[8.73356,47.69739],[8.74281,47.71732],[8.71949,47.7332],[8.7481,47.74828],[8.73118,47.76594],[8.71253,47.76977],[8.69489,47.76304],[8.68697,47.78866],[8.6575,47.80492],[8.64109,47.79689],[8.64198,47.77242],[8.63162,47.76476],[8.62273,47.80186],[8.56584,47.8127],[8.55553,47.79147],[8.56921,47.78401],[8.55152,47.78903],[8.51787,47.77813],[8.48673,47.77743],[8.46771,47.76667],[8.44365,47.74006],[8.44791,47.7277],[8.39905,47.70047],[8.41258,47.68489],[8.39933,47.67266],[8.40794,47.66288],[8.45711,47.64828],[8.47221,47.63399],[8.50414,47.64265],[8.53498,47.6418],[8.5554,47.66484],[8.57843,47.65705],[8.60035,47.66568],[8.62226,47.65029],[8.60533,47.65691],[8.5905,47.64577],[8.5985,47.61447],[8.57812,47.60128],[8.57137,47.60265],[8.58086,47.61338],[8.56241,47.62776],[8.51249,47.63774],[8.50152,47.62155],[8.47587,47.6191],[8.45051,47.60397],[8.45444,47.5866],[8.46887,47.57945],[8.46247,47.57654],[8.43144,47.57109],[8.39775,47.58168],[8.38077,47.5712],[8.33152,47.57526],[8.30333,47.59169],[8.29592,47.61273],[8.25853,47.61981],[8.22945,47.61254],[8.20519,47.62554],[8.16154,47.59805],[8.14687,47.60006],[8.13095,47.58795],[8.10579,47.58613],[8.08768,47.56208],[8.06619,47.56892],[8.02093,47.5549],[7.95913,47.5626],[7.9436,47.54851],[7.91678,47.5539],[7.91666,47.57328],[7.89515,47.59141],[7.84218,47.58664],[7.82222,47.59245],[7.79134,47.56098],[7.69263,47.5369],[7.6725,47.53927],[7.65028,47.55568],[7.69128,47.56295],[7.69623,47.57211],[7.68118,47.5875],[7.69823,47.60413],[7.67086,47.59642],[7.64357,47.60123],[7.6185,47.58201],[7.58715,47.59421],[7.5781,47.58112],[7.56339,47.58165],[7.55161,47.56835],[7.49387,47.54282],[7.49164,47.5189],[7.50287,47.49965],[7.48513,47.48653],[7.42777,47.49981],[7.41497,47.47825],[7.44472,47.47005],[7.41133,47.44661],[7.38524,47.43701],[7.33956,47.44567],[7.30134,47.44309],[7.25178,47.42833],[7.23161,47.44403],[7.20071,47.43976],[7.17958,47.44669],[7.19312,47.4807],[7.20943,47.49033],[7.20318,47.49852],[7.16344,47.49448],[7.1279,47.50838],[7.0783,47.49382],[7.02101,47.50895],[6.97881,47.49806],[6.99225,47.45381],[6.96811,47.45136],[6.95973,47.43949],[6.93531,47.43628],[6.93336,47.41025],[6.90806,47.40737],[6.90577,47.38856],[6.87732,47.37429],[6.87286,47.35153],[6.97532,47.35568],[7.01511,47.36719],[7.04346,47.35862],[7.04346,47.34663],[7.05321,47.34302],[7.04673,47.33361],[7.0051,47.32755],[7.0094,47.31461],[6.99432,47.30061],[6.93576,47.28941],[6.94647,47.24458],[6.83572,47.17406],[6.84482,47.15989],[6.80074,47.13403],[6.73624,47.11303],[6.73778,47.09487],[6.69857,47.08563],[6.68496,47.06715],[6.70654,47.05094],[6.69426,47.04203],[6.65467,47.03061],[6.63511,47.00558],[6.61564,46.99609],[6.59171,46.9962],[6.50706,46.97147],[6.49282,46.9779],[6.42715,46.93109],[6.45796,46.8896],[6.45364,46.8528],[6.42452,46.8128],[6.42925,46.79908],[6.45031,46.78735],[6.44531,46.77694],[6.42639,46.76043],[6.39152,46.75219],[6.38401,46.73766],[6.34703,46.71854],[6.27816,46.69432],[6.10453,46.57829],[6.14737,46.54527],[6.06656,46.46673],[6.07968,46.44342],[6.05742,46.41575],[6.09261,46.40539],[6.16249,46.36731],[6.13254,46.34125],[6.1137,46.29918],[6.09612,46.28609],[6.11409,46.24976],[6.10145,46.24379],[6.08999,46.25142],[6.06045,46.24983],[6.04481,46.23761],[6.03073,46.24257],[5.96804,46.21629],[5.95789,46.19505],[5.98733,46.18245],[5.95012,46.13048]]],"terms_text":"Federal Office of Topography swisstopo","description":"Die Reliefschattierung ist ein Derivat aus dem digitalen Höhenmodell swissALTI3D. Es erlaubt die Visualisierung des Reliefs der Schweiz und des Fürstentums Liechtenstein. Die Reliefschattierung ist ein digitales Schummerungsbild bei einem oder mehreren berechneten Lichteinfällen. Für die Darstellung der vorliegenden Reliefschattierung aus swissALTI3D wurden sechs verschiedene Sonnenstände kombiniert. Der mittlere Sonnenstand befindet sich im Nordwesten.","icon":"https://upload.wikimedia.org/wikipedia/commons/b/b4/Coat_of_Arms_of_Switzerland_%28Pantone%29.svg"},{"id":"swisstopo_swissimage","name":"swisstopo SWISSIMAGE","type":"wms","template":"https://wms.geo.admin.ch?LAYERS=ch.swisstopo.swissimage&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","polygon":[[[5.95012,46.13048],[5.9669,46.12535],[5.9931,46.13924],[6.0358,46.12984],[6.05582,46.14677],[6.13828,46.13728],[6.18998,46.16083],[6.1935,46.17716],[6.22839,46.19771],[6.29968,46.22229],[6.31605,46.24192],[6.31527,46.2586],[6.29373,46.26902],[6.26889,46.25319],[6.24481,46.27746],[6.25922,46.28922],[6.25462,46.30418],[6.22817,46.31395],[6.25816,46.3575],[6.33795,46.3995],[6.42909,46.412],[6.52094,46.45185],[6.68091,46.44985],[6.81276,46.42411],[6.79581,46.39041],[6.79943,46.38037],[6.76588,46.36335],[6.76564,46.34971],[6.79576,46.31688],[6.85814,46.28152],[6.84857,46.25632],[6.81635,46.23529],[6.79728,46.20575],[6.80522,46.18309],[6.78553,46.16425],[6.7902,46.13778],[6.81289,46.12504],[6.89056,46.12031],[6.87601,46.09643],[6.88274,46.07615],[6.8661,46.04894],[6.89265,46.0383],[6.92715,46.06028],[6.94619,46.0462],[6.98,46.00175],[7.004,45.995],[7.01462,45.97958],[7.00272,45.96702],[7.03035,45.95217],[7.03781,45.92139],[7.057,45.90878],[7.09711,45.85577],[7.12068,45.85521],[7.15564,45.87436],[7.17257,45.85884],[7.19969,45.85636],[7.22215,45.88506],[7.25987,45.88419],[7.29504,45.91546],[7.32302,45.90576],[7.34317,45.90961],[7.38777,45.89276],[7.44795,45.92684],[7.47824,45.93207],[7.48155,45.94843],[7.50149,45.95533],[7.5461,45.95313],[7.55248,45.98191],[7.57329,45.9828],[7.58756,45.96609],[7.66032,45.97164],[7.67694,45.95351],[7.7024,45.94583],[7.70173,45.93254],[7.71862,45.91948],[7.7385,45.92015],[7.75288,45.93512],[7.79697,45.91299],[7.82169,45.92213],[7.86529,45.91233],[7.88297,45.92541],[7.87544,45.93813],[7.88622,45.9708],[7.91245,45.992],[7.98981,45.99146],[8.01827,46.01008],[8.02098,46.03071],[8.04181,46.04344],[8.0292,46.07063],[8.0403,46.09568],[8.11235,46.10816],[8.12232,46.12787],[8.14768,46.13295],[8.16145,46.14614],[8.15623,46.16106],[8.17145,46.18402],[8.14447,46.22843],[8.11883,46.24138],[8.11416,46.25304],[8.09174,46.25773],[8.09284,46.26378],[8.14051,46.29746],[8.16228,46.29143],[8.20207,46.29839],[8.21784,46.3073],[8.23129,46.33186],[8.2675,46.3428],[8.26955,46.3608],[8.28628,46.35935],[8.31773,46.37406],[8.32207,46.39998],[8.30096,46.40914],[8.30912,46.41964],[8.32852,46.42175],[8.36944,46.44769],[8.44458,46.45895],[8.45779,46.44204],[8.4504,46.42361],[8.46114,46.4112],[8.45434,46.38678],[8.46237,46.36267],[8.45747,46.33453],[8.42133,46.299],[8.4477,46.26581],[8.43865,46.24698],[8.45945,46.24039],[8.46694,46.22845],[8.52619,46.21549],[8.56886,46.16128],[8.59174,46.15164],[8.58642,46.14185],[8.60762,46.11825],[8.6442,46.1188],[8.65554,46.10845],[8.71378,46.09274],[8.74045,46.11533],[8.75754,46.09742],[8.78184,46.08975],[8.80782,46.09521],[8.84678,46.07131],[8.84143,46.05424],[8.82366,46.04952],[8.82139,46.0344],[8.7878,46.01068],[8.78015,45.98701],[8.8287,45.98284],[8.86398,45.95728],[8.89022,45.95354],[8.88703,45.93019],[8.91843,45.90303],[8.93071,45.86606],[8.90803,45.84345],[8.90716,45.8276],[8.94969,45.83853],[8.96901,45.82791],[8.98544,45.83215],[8.98986,45.81845],[9.01905,45.81362],[9.03985,45.82056],[9.05684,45.86373],[9.0954,45.90115],[9.06295,45.9249],[9.02733,45.93317],[9.01986,45.96237],[9.00048,45.96965],[9.03491,45.99365],[9.01579,46.03551],[9.02362,46.04763],[9.08143,46.06076],[9.09604,46.08749],[9.07991,46.11618],[9.12508,46.13106],[9.16565,46.16659],[9.18739,46.16665],[9.22866,46.22597],[9.25443,46.23209],[9.25882,46.26494],[9.29023,46.2945],[9.289,46.30883],[9.3058,46.32697],[9.30225,46.35734],[9.28344,46.3697],[9.28654,46.4153],[9.25466,46.43445],[9.25412,46.44392],[9.28397,46.45964],[9.28746,46.49271],[9.36281,46.50281],[9.36556,46.48715],[9.3849,46.47011],[9.41165,46.46243],[9.42981,46.47395],[9.43727,46.49285],[9.45555,46.50043],[9.45511,46.48912],[9.4426,46.48403],[9.45854,46.4695],[9.44795,46.42109],[9.46001,46.39702],[9.4551,46.3743],[9.49209,46.36074],[9.51273,46.32502],[9.54617,46.29851],[9.63354,46.28171],[9.67579,46.29509],[9.71223,46.28775],[9.73092,46.30886],[9.72666,46.3248],[9.73901,46.34544],[9.77755,46.33035],[9.83674,46.35624],[9.87095,46.35828],[9.90553,46.375],[9.9242,46.36154],[9.94926,46.37359],[9.98825,46.34725],[9.97348,46.32274],[9.99116,46.31017],[9.99007,46.283],[10.04906,46.26287],[10.05321,46.25047],[10.03846,46.22718],[10.0694,46.21272],[10.09134,46.22349],[10.1349,46.22075],[10.18301,46.25841],[10.15987,46.29508],[10.12255,46.31688],[10.11182,46.33698],[10.1155,46.34841],[10.13526,46.35941],[10.13452,46.37583],[10.16739,46.38498],[10.17317,46.40822],[10.14633,46.43219],[10.12815,46.4362],[10.08658,46.42628],[10.06614,46.43108],[10.06197,46.44305],[10.04779,46.44639],[10.0609,46.46399],[10.04958,46.48032],[10.06044,46.52203],[10.05066,46.5387],[10.07289,46.54741],[10.08899,46.57165],[10.10621,46.58034],[10.10624,46.60474],[10.12959,46.60082],[10.18803,46.62062],[10.21759,46.61272],[10.23432,46.62839],[10.24995,46.61047],[10.23562,46.59296],[10.24063,46.57253],[10.28256,46.56635],[10.29308,46.54598],[10.32532,46.54616],[10.33765,46.53824],[10.35677,46.55097],[10.3955,46.53955],[10.41582,46.54639],[10.45304,46.52619],[10.47678,46.54012],[10.49829,46.61674],[10.44754,46.64565],[10.40815,46.63985],[10.39157,46.68349],[10.42225,46.70761],[10.42481,46.72086],[10.4114,46.73293],[10.44867,46.75206],[10.4482,46.77235],[10.43329,46.78869],[10.45603,46.80154],[10.47298,46.83515],[10.47307,46.88505],[10.49222,46.91364],[10.49584,46.93845],[10.45833,46.95693],[10.43125,46.96068],[10.43124,46.97886],[10.40302,47.00028],[10.3825,47.00423],[10.34069,46.99166],[10.32182,46.95663],[10.30154,46.94875],[10.30925,46.93022],[10.2353,46.93403],[10.21924,46.89659],[10.2247,46.87087],[10.19226,46.87083],[10.17552,46.8584],[10.10839,46.84623],[10.09085,46.86504],[10.05765,46.86645],[10.05756,46.87906],[10.02063,46.90568],[9.99313,46.90702],[9.97944,46.92025],[9.93956,46.91762],[9.88667,46.93799],[9.87907,46.96301],[9.8988,46.99107],[9.89445,47.00301],[9.8786,47.01032],[9.88678,47.01625],[9.88126,47.02439],[9.85873,47.02765],[9.83663,47.01847],[9.78775,47.04255],[9.72093,47.04838],[9.6824,47.06658],[9.6213,47.05775],[9.619,47.0737],[9.64002,47.08265],[9.64074,47.10227],[9.63014,47.11186],[9.64105,47.12984],[9.62693,47.15403],[9.61055,47.15237],[9.60127,47.16616],[9.57995,47.17558],[9.59121,47.20661],[9.5623,47.22792],[9.57216,47.24545],[9.53931,47.27056],[9.59374,47.31499],[9.61022,47.34847],[9.62617,47.36062],[9.66712,47.36792],[9.6807,47.39034],[9.65853,47.40782],[9.65099,47.43453],[9.66509,47.45395],[9.62565,47.46141],[9.61111,47.47482],[9.59938,47.46717],[9.56828,47.49774],[9.56379,47.5448],[9.49895,47.55556],[9.39725,47.62448],[9.25743,47.66317],[9.17322,47.66001],[9.15322,47.67182],[9.13974,47.66892],[9.09601,47.68375],[9.02305,47.69134],[8.93811,47.66033],[8.89603,47.65264],[8.85957,47.68491],[8.88102,47.69302],[8.8787,47.70608],[8.8219,47.72286],[8.80905,47.74248],[8.76356,47.7201],[8.76412,47.70405],[8.79183,47.69954],[8.78707,47.68101],[8.73356,47.69739],[8.74281,47.71732],[8.71949,47.7332],[8.7481,47.74828],[8.73118,47.76594],[8.71253,47.76977],[8.69489,47.76304],[8.68697,47.78866],[8.6575,47.80492],[8.64109,47.79689],[8.64198,47.77242],[8.63162,47.76476],[8.62273,47.80186],[8.56584,47.8127],[8.55553,47.79147],[8.56921,47.78401],[8.55152,47.78903],[8.51787,47.77813],[8.48673,47.77743],[8.46771,47.76667],[8.44365,47.74006],[8.44791,47.7277],[8.39905,47.70047],[8.41258,47.68489],[8.39933,47.67266],[8.40794,47.66288],[8.45711,47.64828],[8.47221,47.63399],[8.50414,47.64265],[8.53498,47.6418],[8.5554,47.66484],[8.57843,47.65705],[8.60035,47.66568],[8.62226,47.65029],[8.60533,47.65691],[8.5905,47.64577],[8.5985,47.61447],[8.57812,47.60128],[8.57137,47.60265],[8.58086,47.61338],[8.56241,47.62776],[8.51249,47.63774],[8.50152,47.62155],[8.47587,47.6191],[8.45051,47.60397],[8.45444,47.5866],[8.46887,47.57945],[8.46247,47.57654],[8.43144,47.57109],[8.39775,47.58168],[8.38077,47.5712],[8.33152,47.57526],[8.30333,47.59169],[8.29592,47.61273],[8.25853,47.61981],[8.22945,47.61254],[8.20519,47.62554],[8.16154,47.59805],[8.14687,47.60006],[8.13095,47.58795],[8.10579,47.58613],[8.08768,47.56208],[8.06619,47.56892],[8.02093,47.5549],[7.95913,47.5626],[7.9436,47.54851],[7.91678,47.5539],[7.91666,47.57328],[7.89515,47.59141],[7.84218,47.58664],[7.82222,47.59245],[7.79134,47.56098],[7.69263,47.5369],[7.6725,47.53927],[7.65028,47.55568],[7.69128,47.56295],[7.69623,47.57211],[7.68118,47.5875],[7.69823,47.60413],[7.67086,47.59642],[7.64357,47.60123],[7.6185,47.58201],[7.58715,47.59421],[7.5781,47.58112],[7.56339,47.58165],[7.55161,47.56835],[7.49387,47.54282],[7.49164,47.5189],[7.50287,47.49965],[7.48513,47.48653],[7.42777,47.49981],[7.41497,47.47825],[7.44472,47.47005],[7.41133,47.44661],[7.38524,47.43701],[7.33956,47.44567],[7.30134,47.44309],[7.25178,47.42833],[7.23161,47.44403],[7.20071,47.43976],[7.17958,47.44669],[7.19312,47.4807],[7.20943,47.49033],[7.20318,47.49852],[7.16344,47.49448],[7.1279,47.50838],[7.0783,47.49382],[7.02101,47.50895],[6.97881,47.49806],[6.99225,47.45381],[6.96811,47.45136],[6.95973,47.43949],[6.93531,47.43628],[6.93336,47.41025],[6.90806,47.40737],[6.90577,47.38856],[6.87732,47.37429],[6.87286,47.35153],[6.97532,47.35568],[7.01511,47.36719],[7.04346,47.35862],[7.04346,47.34663],[7.05321,47.34302],[7.04673,47.33361],[7.0051,47.32755],[7.0094,47.31461],[6.99432,47.30061],[6.93576,47.28941],[6.94647,47.24458],[6.83572,47.17406],[6.84482,47.15989],[6.80074,47.13403],[6.73624,47.11303],[6.73778,47.09487],[6.69857,47.08563],[6.68496,47.06715],[6.70654,47.05094],[6.69426,47.04203],[6.65467,47.03061],[6.63511,47.00558],[6.61564,46.99609],[6.59171,46.9962],[6.50706,46.97147],[6.49282,46.9779],[6.42715,46.93109],[6.45796,46.8896],[6.45364,46.8528],[6.42452,46.8128],[6.42925,46.79908],[6.45031,46.78735],[6.44531,46.77694],[6.42639,46.76043],[6.39152,46.75219],[6.38401,46.73766],[6.34703,46.71854],[6.27816,46.69432],[6.10453,46.57829],[6.14737,46.54527],[6.06656,46.46673],[6.07968,46.44342],[6.05742,46.41575],[6.09261,46.40539],[6.16249,46.36731],[6.13254,46.34125],[6.1137,46.29918],[6.09612,46.28609],[6.11409,46.24976],[6.10145,46.24379],[6.08999,46.25142],[6.06045,46.24983],[6.04481,46.23761],[6.03073,46.24257],[5.96804,46.21629],[5.95789,46.19505],[5.98733,46.18245],[5.95012,46.13048]]],"terms_text":"Federal Office of Topography swisstopo","best":true,"description":"Das Orthophotomosaik SWISSIMAGE (Hintergrund) ist eine Zusammensetzung von digitalen Farbluftbildern der Schweiz und seiner Umgebung. Bei den Orthofotos in den Nachbarländern handelt es sich um SPOT 5-Satellitenbilder (Airbus Defence and Space) aus den Jahren 2004 und 2005 mit einer Bodenauflösung von 5 m. Ein Orthofoto ist ein Luftbild bei dem Neigungseinflüsse der Kamera und des Geländes korrigiert wurden.","icon":"https://upload.wikimedia.org/wikipedia/commons/b/b4/Coat_of_Arms_of_Switzerland_%28Pantone%29.svg"},{"id":"swisstopo_swisssurface3d","name":"swisstopo swissSURFACE3D","type":"tms","template":"https://wmts.geo.admin.ch/1.0.0/ch.swisstopo.swisssurface3d-reliefschattierung-multidirektional/default/current/3857/{zoom}/{x}/{y}.png","category":"elevation","endDate":"2019-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[5.95012,46.13048],[5.9669,46.12535],[5.9931,46.13924],[6.0358,46.12984],[6.05582,46.14677],[6.13828,46.13728],[6.18998,46.16083],[6.1935,46.17716],[6.22839,46.19771],[6.29968,46.22229],[6.31605,46.24192],[6.31527,46.2586],[6.29373,46.26902],[6.26889,46.25319],[6.24481,46.27746],[6.25922,46.28922],[6.25462,46.30418],[6.22817,46.31395],[6.25816,46.3575],[6.33795,46.3995],[6.42909,46.412],[6.52094,46.45185],[6.68091,46.44985],[6.81276,46.42411],[6.79581,46.39041],[6.79943,46.38037],[6.76588,46.36335],[6.76564,46.34971],[6.79576,46.31688],[6.85814,46.28152],[6.84857,46.25632],[6.81635,46.23529],[6.79728,46.20575],[6.80522,46.18309],[6.78553,46.16425],[6.7902,46.13778],[6.81289,46.12504],[6.89056,46.12031],[6.87601,46.09643],[6.88274,46.07615],[6.8661,46.04894],[6.89265,46.0383],[6.92715,46.06028],[6.94619,46.0462],[6.98,46.00175],[7.004,45.995],[7.01462,45.97958],[7.00272,45.96702],[7.03035,45.95217],[7.03781,45.92139],[7.057,45.90878],[7.09711,45.85577],[7.12068,45.85521],[7.15564,45.87436],[7.17257,45.85884],[7.19969,45.85636],[7.22215,45.88506],[7.25987,45.88419],[7.29504,45.91546],[7.32302,45.90576],[7.34317,45.90961],[7.38777,45.89276],[7.44795,45.92684],[7.47824,45.93207],[7.48155,45.94843],[7.50149,45.95533],[7.5461,45.95313],[7.55248,45.98191],[7.57329,45.9828],[7.58756,45.96609],[7.66032,45.97164],[7.67694,45.95351],[7.7024,45.94583],[7.70173,45.93254],[7.71862,45.91948],[7.7385,45.92015],[7.75288,45.93512],[7.79697,45.91299],[7.82169,45.92213],[7.86529,45.91233],[7.88297,45.92541],[7.87544,45.93813],[7.88622,45.9708],[7.91245,45.992],[7.98981,45.99146],[8.01827,46.01008],[8.02098,46.03071],[8.04181,46.04344],[8.0292,46.07063],[8.0403,46.09568],[8.11235,46.10816],[8.12232,46.12787],[8.14768,46.13295],[8.16145,46.14614],[8.15623,46.16106],[8.17145,46.18402],[8.14447,46.22843],[8.11883,46.24138],[8.11416,46.25304],[8.09174,46.25773],[8.09284,46.26378],[8.14051,46.29746],[8.16228,46.29143],[8.20207,46.29839],[8.21784,46.3073],[8.23129,46.33186],[8.2675,46.3428],[8.26955,46.3608],[8.28628,46.35935],[8.31773,46.37406],[8.32207,46.39998],[8.30096,46.40914],[8.30912,46.41964],[8.32852,46.42175],[8.36944,46.44769],[8.44458,46.45895],[8.45779,46.44204],[8.4504,46.42361],[8.46114,46.4112],[8.45434,46.38678],[8.46237,46.36267],[8.45747,46.33453],[8.42133,46.299],[8.4477,46.26581],[8.43865,46.24698],[8.45945,46.24039],[8.46694,46.22845],[8.52619,46.21549],[8.56886,46.16128],[8.59174,46.15164],[8.58642,46.14185],[8.60762,46.11825],[8.6442,46.1188],[8.65554,46.10845],[8.71378,46.09274],[8.74045,46.11533],[8.75754,46.09742],[8.78184,46.08975],[8.80782,46.09521],[8.84678,46.07131],[8.84143,46.05424],[8.82366,46.04952],[8.82139,46.0344],[8.7878,46.01068],[8.78015,45.98701],[8.8287,45.98284],[8.86398,45.95728],[8.89022,45.95354],[8.88703,45.93019],[8.91843,45.90303],[8.93071,45.86606],[8.90803,45.84345],[8.90716,45.8276],[8.94969,45.83853],[8.96901,45.82791],[8.98544,45.83215],[8.98986,45.81845],[9.01905,45.81362],[9.03985,45.82056],[9.05684,45.86373],[9.0954,45.90115],[9.06295,45.9249],[9.02733,45.93317],[9.01986,45.96237],[9.00048,45.96965],[9.03491,45.99365],[9.01579,46.03551],[9.02362,46.04763],[9.08143,46.06076],[9.09604,46.08749],[9.07991,46.11618],[9.12508,46.13106],[9.16565,46.16659],[9.18739,46.16665],[9.22866,46.22597],[9.25443,46.23209],[9.25882,46.26494],[9.29023,46.2945],[9.289,46.30883],[9.3058,46.32697],[9.30225,46.35734],[9.28344,46.3697],[9.28654,46.4153],[9.25466,46.43445],[9.25412,46.44392],[9.28397,46.45964],[9.28746,46.49271],[9.36281,46.50281],[9.36556,46.48715],[9.3849,46.47011],[9.41165,46.46243],[9.42981,46.47395],[9.43727,46.49285],[9.45555,46.50043],[9.45511,46.48912],[9.4426,46.48403],[9.45854,46.4695],[9.44795,46.42109],[9.46001,46.39702],[9.4551,46.3743],[9.49209,46.36074],[9.51273,46.32502],[9.54617,46.29851],[9.63354,46.28171],[9.67579,46.29509],[9.71223,46.28775],[9.73092,46.30886],[9.72666,46.3248],[9.73901,46.34544],[9.77755,46.33035],[9.83674,46.35624],[9.87095,46.35828],[9.90553,46.375],[9.9242,46.36154],[9.94926,46.37359],[9.98825,46.34725],[9.97348,46.32274],[9.99116,46.31017],[9.99007,46.283],[10.04906,46.26287],[10.05321,46.25047],[10.03846,46.22718],[10.0694,46.21272],[10.09134,46.22349],[10.1349,46.22075],[10.18301,46.25841],[10.15987,46.29508],[10.12255,46.31688],[10.11182,46.33698],[10.1155,46.34841],[10.13526,46.35941],[10.13452,46.37583],[10.16739,46.38498],[10.17317,46.40822],[10.14633,46.43219],[10.12815,46.4362],[10.08658,46.42628],[10.06614,46.43108],[10.06197,46.44305],[10.04779,46.44639],[10.0609,46.46399],[10.04958,46.48032],[10.06044,46.52203],[10.05066,46.5387],[10.07289,46.54741],[10.08899,46.57165],[10.10621,46.58034],[10.10624,46.60474],[10.12959,46.60082],[10.18803,46.62062],[10.21759,46.61272],[10.23432,46.62839],[10.24995,46.61047],[10.23562,46.59296],[10.24063,46.57253],[10.28256,46.56635],[10.29308,46.54598],[10.32532,46.54616],[10.33765,46.53824],[10.35677,46.55097],[10.3955,46.53955],[10.41582,46.54639],[10.45304,46.52619],[10.47678,46.54012],[10.49829,46.61674],[10.44754,46.64565],[10.40815,46.63985],[10.39157,46.68349],[10.42225,46.70761],[10.42481,46.72086],[10.4114,46.73293],[10.44867,46.75206],[10.4482,46.77235],[10.43329,46.78869],[10.45603,46.80154],[10.47298,46.83515],[10.47307,46.88505],[10.49222,46.91364],[10.49584,46.93845],[10.45833,46.95693],[10.43125,46.96068],[10.43124,46.97886],[10.40302,47.00028],[10.3825,47.00423],[10.34069,46.99166],[10.32182,46.95663],[10.30154,46.94875],[10.30925,46.93022],[10.2353,46.93403],[10.21924,46.89659],[10.2247,46.87087],[10.19226,46.87083],[10.17552,46.8584],[10.10839,46.84623],[10.09085,46.86504],[10.05765,46.86645],[10.05756,46.87906],[10.02063,46.90568],[9.99313,46.90702],[9.97944,46.92025],[9.93956,46.91762],[9.88667,46.93799],[9.87907,46.96301],[9.8988,46.99107],[9.89445,47.00301],[9.8786,47.01032],[9.88678,47.01625],[9.88126,47.02439],[9.85873,47.02765],[9.83663,47.01847],[9.78775,47.04255],[9.72093,47.04838],[9.6824,47.06658],[9.6213,47.05775],[9.619,47.0737],[9.64002,47.08265],[9.64074,47.10227],[9.63014,47.11186],[9.64105,47.12984],[9.62693,47.15403],[9.61055,47.15237],[9.60127,47.16616],[9.57995,47.17558],[9.59121,47.20661],[9.5623,47.22792],[9.57216,47.24545],[9.53931,47.27056],[9.59374,47.31499],[9.61022,47.34847],[9.62617,47.36062],[9.66712,47.36792],[9.6807,47.39034],[9.65853,47.40782],[9.65099,47.43453],[9.66509,47.45395],[9.62565,47.46141],[9.61111,47.47482],[9.59938,47.46717],[9.56828,47.49774],[9.56379,47.5448],[9.49895,47.55556],[9.39725,47.62448],[9.25743,47.66317],[9.17322,47.66001],[9.15322,47.67182],[9.13974,47.66892],[9.09601,47.68375],[9.02305,47.69134],[8.93811,47.66033],[8.89603,47.65264],[8.85957,47.68491],[8.88102,47.69302],[8.8787,47.70608],[8.8219,47.72286],[8.80905,47.74248],[8.76356,47.7201],[8.76412,47.70405],[8.79183,47.69954],[8.78707,47.68101],[8.73356,47.69739],[8.74281,47.71732],[8.71949,47.7332],[8.7481,47.74828],[8.73118,47.76594],[8.71253,47.76977],[8.69489,47.76304],[8.68697,47.78866],[8.6575,47.80492],[8.64109,47.79689],[8.64198,47.77242],[8.63162,47.76476],[8.62273,47.80186],[8.56584,47.8127],[8.55553,47.79147],[8.56921,47.78401],[8.55152,47.78903],[8.51787,47.77813],[8.48673,47.77743],[8.46771,47.76667],[8.44365,47.74006],[8.44791,47.7277],[8.39905,47.70047],[8.41258,47.68489],[8.39933,47.67266],[8.40794,47.66288],[8.45711,47.64828],[8.47221,47.63399],[8.50414,47.64265],[8.53498,47.6418],[8.5554,47.66484],[8.57843,47.65705],[8.60035,47.66568],[8.62226,47.65029],[8.60533,47.65691],[8.5905,47.64577],[8.5985,47.61447],[8.57812,47.60128],[8.57137,47.60265],[8.58086,47.61338],[8.56241,47.62776],[8.51249,47.63774],[8.50152,47.62155],[8.47587,47.6191],[8.45051,47.60397],[8.45444,47.5866],[8.46887,47.57945],[8.46247,47.57654],[8.43144,47.57109],[8.39775,47.58168],[8.38077,47.5712],[8.33152,47.57526],[8.30333,47.59169],[8.29592,47.61273],[8.25853,47.61981],[8.22945,47.61254],[8.20519,47.62554],[8.16154,47.59805],[8.14687,47.60006],[8.13095,47.58795],[8.10579,47.58613],[8.08768,47.56208],[8.06619,47.56892],[8.02093,47.5549],[7.95913,47.5626],[7.9436,47.54851],[7.91678,47.5539],[7.91666,47.57328],[7.89515,47.59141],[7.84218,47.58664],[7.82222,47.59245],[7.79134,47.56098],[7.69263,47.5369],[7.6725,47.53927],[7.65028,47.55568],[7.69128,47.56295],[7.69623,47.57211],[7.68118,47.5875],[7.69823,47.60413],[7.67086,47.59642],[7.64357,47.60123],[7.6185,47.58201],[7.58715,47.59421],[7.5781,47.58112],[7.56339,47.58165],[7.55161,47.56835],[7.49387,47.54282],[7.49164,47.5189],[7.50287,47.49965],[7.48513,47.48653],[7.42777,47.49981],[7.41497,47.47825],[7.44472,47.47005],[7.41133,47.44661],[7.38524,47.43701],[7.33956,47.44567],[7.30134,47.44309],[7.25178,47.42833],[7.23161,47.44403],[7.20071,47.43976],[7.17958,47.44669],[7.19312,47.4807],[7.20943,47.49033],[7.20318,47.49852],[7.16344,47.49448],[7.1279,47.50838],[7.0783,47.49382],[7.02101,47.50895],[6.97881,47.49806],[6.99225,47.45381],[6.96811,47.45136],[6.95973,47.43949],[6.93531,47.43628],[6.93336,47.41025],[6.90806,47.40737],[6.90577,47.38856],[6.87732,47.37429],[6.87286,47.35153],[6.97532,47.35568],[7.01511,47.36719],[7.04346,47.35862],[7.04346,47.34663],[7.05321,47.34302],[7.04673,47.33361],[7.0051,47.32755],[7.0094,47.31461],[6.99432,47.30061],[6.93576,47.28941],[6.94647,47.24458],[6.83572,47.17406],[6.84482,47.15989],[6.80074,47.13403],[6.73624,47.11303],[6.73778,47.09487],[6.69857,47.08563],[6.68496,47.06715],[6.70654,47.05094],[6.69426,47.04203],[6.65467,47.03061],[6.63511,47.00558],[6.61564,46.99609],[6.59171,46.9962],[6.50706,46.97147],[6.49282,46.9779],[6.42715,46.93109],[6.45796,46.8896],[6.45364,46.8528],[6.42452,46.8128],[6.42925,46.79908],[6.45031,46.78735],[6.44531,46.77694],[6.42639,46.76043],[6.39152,46.75219],[6.38401,46.73766],[6.34703,46.71854],[6.27816,46.69432],[6.10453,46.57829],[6.14737,46.54527],[6.06656,46.46673],[6.07968,46.44342],[6.05742,46.41575],[6.09261,46.40539],[6.16249,46.36731],[6.13254,46.34125],[6.1137,46.29918],[6.09612,46.28609],[6.11409,46.24976],[6.10145,46.24379],[6.08999,46.25142],[6.06045,46.24983],[6.04481,46.23761],[6.03073,46.24257],[5.96804,46.21629],[5.95789,46.19505],[5.98733,46.18245],[5.95012,46.13048]]],"terms_text":"Federal Office of Topography swisstopo","description":"Die Reliefschattierung ist ein Derivat aus dem digitalen Höhenmodell swissSURFACE3D Raster. Es erlaubt die Visualisierung des Reliefs der Schweiz und des Fürstentums Liechtenstein. Die Reliefschattierung ist ein digitales Schummerungsbild bei einem oder mehreren berechneten Lichteinfällen. Für die Darstellung der vorliegenden Reliefschattierung aus swissSURFACE3D Raster wurden sechs verschiedene Sonnenstände kombiniert. Der mittlere Sonnenstand befindet sich im Nordwesten.","icon":"https://upload.wikimedia.org/wikipedia/commons/b/b4/Coat_of_Arms_of_Switzerland_%28Pantone%29.svg"},{"id":"Szeged_2011","name":"Szeged orthophoto 2011","type":"tms","template":"http://e.tile.openstreetmap.hu/szeged-2011-10cm/{zoom}/{x}/{y}.png","category":"photo","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[10,22],"polygon":[[[20.14599,46.22811],[20.14938,46.23246],[20.15108,46.23515],[20.15495,46.24229],[20.15835,46.24185],[20.15927,46.24158],[20.15927,46.24153],[20.16021,46.2412],[20.16352,46.24014],[20.16548,46.239],[20.16544,46.239],[20.16594,46.23873],[20.16703,46.23785],[20.16877,46.23629],[20.16983,46.23504],[20.17257,46.23002],[20.17953,46.2371],[20.17818,46.23771],[20.17804,46.23831],[20.18466,46.24531],[20.18587,46.24481],[20.1948,46.25492],[20.17662,46.25829],[20.17399,46.26433],[20.17009,46.27044],[20.16959,46.27045],[20.16961,46.27144],[20.16878,46.27386],[20.16618,46.27615],[20.16359,46.2777],[20.16211,46.27816],[20.16115,46.27816],[20.14088,46.27846],[20.13939,46.27835],[20.13789,46.27803],[20.13664,46.27751],[20.13523,46.27685],[20.11477,46.2568],[20.11354,46.25535],[20.11299,46.25427],[20.11222,46.2528],[20.11159,46.25097],[20.11129,46.24877],[20.11119,46.24709],[20.11157,46.245],[20.11203,46.2433],[20.11312,46.24136],[20.11897,46.23351],[20.12085,46.23175],[20.12233,46.23099],[20.12584,46.22987],[20.13323,46.22904],[20.14599,46.22811]]],"terms_url":"http://www.geo.u-szeged.hu","terms_text":"SZTE TFGT - University of Szeged","best":true,"description":"Inner part of Szeged"},{"id":"TW_NLSC_WMS_EMAP6","name":"Taiwan e-Map Open Data","type":"tms","template":"https://wmts.nlsc.gov.tw/wmts/EMAP6_OPENDATA/default/GoogleMapsCompatible/{zoom}/{y}/{x}","category":"map","zoomExtent":[0,15],"polygon":[[[121.2237,25.76997],[120.4578,26.53253],[119.787,26.2048],[119.8935,25.78169],[120.0474,25.38843],[118.6024,24.46068],[118.4416,24.55302],[118.2283,24.49486],[118.1036,24.36172],[118.1978,24.34453],[118.3036,23.30751],[118.2509,23.26265],[120.6771,20.72799],[122.9312,22.57058],[122.2251,26.60305],[121.2237,25.76997]]],"terms_url":"https://maps.nlsc.gov.tw/","terms_text":"© National Land Surveying and Mapping Center, Taiwan OGDL 1.0","icon":"https://osmlab.github.io/editor-layer-index/sources/asia/tw/Taiwane-MapOpenData.png"},{"id":"TW_NLSC_WMS_LANDSECT","name":"Taiwan Land-Section Data","type":"wms","template":"https://wms.nlsc.gov.tw/wms?LAYERS=LANDSECT&STYLES=&FORMAT=image/jpeg&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[7,22],"polygon":[[[121.2237,25.76997],[120.4578,26.53253],[119.787,26.2048],[119.8935,25.78169],[120.0474,25.38843],[118.6024,24.46068],[118.4416,24.55302],[118.2283,24.49486],[118.1036,24.36172],[118.1978,24.34453],[118.3036,23.30751],[118.2509,23.26265],[120.6771,20.72799],[122.9312,22.57058],[122.2251,26.60305],[121.2237,25.76997]]],"terms_url":"https://maps.nlsc.gov.tw/","terms_text":"© National Land Surveying and Mapping Center, Taiwan OGDL 1.0","icon":"https://osmlab.github.io/editor-layer-index/sources/asia/tw/Taiwane-MapOpenData.png"},{"id":"TW_NLSC_WMS_Village","name":"Taiwan Village Boundaries","type":"wms","template":"https://wms.nlsc.gov.tw/wms?LAYERS=Village&STYLES=&FORMAT=image/jpeg&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[6,22],"polygon":[[[121.2237,25.76997],[120.4578,26.53253],[119.787,26.2048],[119.8935,25.78169],[120.0474,25.38843],[118.6024,24.46068],[118.4416,24.55302],[118.2283,24.49486],[118.1036,24.36172],[118.1978,24.34453],[118.3036,23.30751],[118.2509,23.26265],[120.6771,20.72799],[122.9312,22.57058],[122.2251,26.60305],[121.2237,25.76997]]],"terms_url":"https://maps.nlsc.gov.tw/","terms_text":"© National Land Surveying and Mapping Center, Taiwan OGDL 1.0","icon":"https://osmlab.github.io/editor-layer-index/sources/asia/tw/Taiwane-MapOpenData.png"},{"id":"Leon_Ortho_2022_CIR","name":"Tallahassee - Leon County Orthoimagery (2022 CIR)","type":"tms","template":"https://tiles.arcgis.com/tiles/ptvDyBs1KkcwzQNJ/arcgis/rest/services/Imagery_2022_CIR/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2022-02-01T00:00:00.000Z","startDate":"2022-02-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-84.07581,30.27374],[-84.07487,30.4344],[-84.04156,30.4627],[-84.04122,30.52188],[-83.97803,30.52189],[-83.97987,30.52502],[-83.98386,30.53302],[-83.98301,30.53855],[-83.98499,30.54108],[-83.98497,30.54801],[-83.97926,30.5491],[-83.97837,30.55097],[-83.98192,30.55531],[-83.99052,30.56094],[-83.99193,30.56382],[-83.99709,30.56587],[-83.99898,30.56971],[-83.99962,30.57441],[-83.99709,30.57442],[-83.99645,30.57658],[-83.99713,30.57893],[-84.00183,30.5838],[-84.00269,30.58705],[-84.00188,30.59663],[-84.00453,30.60074],[-84.00401,30.60386],[-84.00666,30.60507],[-84.00748,30.60968],[-84.00758,30.67217],[-84.28127,30.68583],[-84.2987,30.67793],[-84.3005,30.63791],[-84.33045,30.60334],[-84.37723,30.57372],[-84.3968,30.48648],[-84.42015,30.46362],[-84.51739,30.451],[-84.56228,30.43502],[-84.56829,30.42647],[-84.59093,30.4111],[-84.60509,30.41424],[-84.61153,30.40991],[-84.62069,30.40995],[-84.6244,30.40889],[-84.64185,30.39464],[-84.64571,30.38887],[-84.6517,30.38534],[-84.66349,30.37841],[-84.66479,30.37692],[-84.66518,30.374],[-84.66454,30.37297],[-84.66314,30.37222],[-84.66304,30.37113],[-84.68433,30.35045],[-84.70326,30.3361],[-84.71534,30.33242],[-84.71524,30.33014],[-84.70985,30.32361],[-84.70764,30.32246],[-84.70487,30.3225],[-84.70404,30.32181],[-84.70324,30.32209],[-84.70304,30.32315],[-84.70254,30.32325],[-84.70227,30.3222],[-84.70265,30.32093],[-84.70264,30.32035],[-84.70161,30.3198],[-84.70108,30.31913],[-84.70105,30.31819],[-84.70134,30.31723],[-84.70237,30.3155],[-84.70426,30.31395],[-84.70509,30.31296],[-84.70719,30.3113],[-84.70889,30.30956],[-84.70922,30.3084],[-84.71141,30.30433],[-84.71156,30.30348],[-84.71115,30.30212],[-84.71133,30.3017],[-84.71227,30.30098],[-84.714,30.30013],[-84.24752,30.30332],[-84.24115,30.27404],[-84.07581,30.27374]]],"terms_url":"https://cms.leoncountyfl.gov/Home/Departments/MIS-GIS/Tallahassee-Leon-County-GIS","terms_text":"Tallahassee - Leon County GIS, Leon County Property Appraiser’s Office, Leon County Board of County Commissioners","description":"The 2022 6-inch resolution CIR orthoimagery for Leon County of the State of Florida"},{"id":"Leon_Ortho_2022_RGB","name":"Tallahassee - Leon County Orthoimagery (2022 RGB)","type":"tms","template":"https://tiles.arcgis.com/tiles/ptvDyBs1KkcwzQNJ/arcgis/rest/services/Imagery_2022_RGB/MapServer/tile/{zoom}/{y}/{x}","category":"historicphoto","endDate":"2022-02-01T00:00:00.000Z","startDate":"2022-02-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-84.07581,30.27374],[-84.07487,30.4344],[-84.04156,30.4627],[-84.04122,30.52188],[-83.97803,30.52189],[-83.97987,30.52502],[-83.98386,30.53302],[-83.98301,30.53855],[-83.98499,30.54108],[-83.98497,30.54801],[-83.97926,30.5491],[-83.97837,30.55097],[-83.98192,30.55531],[-83.99052,30.56094],[-83.99193,30.56382],[-83.99709,30.56587],[-83.99898,30.56971],[-83.99962,30.57441],[-83.99709,30.57442],[-83.99645,30.57658],[-83.99713,30.57893],[-84.00183,30.5838],[-84.00269,30.58705],[-84.00188,30.59663],[-84.00453,30.60074],[-84.00401,30.60386],[-84.00666,30.60507],[-84.00748,30.60968],[-84.00758,30.67217],[-84.28127,30.68583],[-84.2987,30.67793],[-84.3005,30.63791],[-84.33045,30.60334],[-84.37723,30.57372],[-84.3968,30.48648],[-84.42015,30.46362],[-84.51739,30.451],[-84.56228,30.43502],[-84.56829,30.42647],[-84.59093,30.4111],[-84.60509,30.41424],[-84.61153,30.40991],[-84.62069,30.40995],[-84.6244,30.40889],[-84.64185,30.39464],[-84.64571,30.38887],[-84.6517,30.38534],[-84.66349,30.37841],[-84.66479,30.37692],[-84.66518,30.374],[-84.66454,30.37297],[-84.66314,30.37222],[-84.66304,30.37113],[-84.68433,30.35045],[-84.70326,30.3361],[-84.71534,30.33242],[-84.71524,30.33014],[-84.70985,30.32361],[-84.70764,30.32246],[-84.70487,30.3225],[-84.70404,30.32181],[-84.70324,30.32209],[-84.70304,30.32315],[-84.70254,30.32325],[-84.70227,30.3222],[-84.70265,30.32093],[-84.70264,30.32035],[-84.70161,30.3198],[-84.70108,30.31913],[-84.70105,30.31819],[-84.70134,30.31723],[-84.70237,30.3155],[-84.70426,30.31395],[-84.70509,30.31296],[-84.70719,30.3113],[-84.70889,30.30956],[-84.70922,30.3084],[-84.71141,30.30433],[-84.71156,30.30348],[-84.71115,30.30212],[-84.71133,30.3017],[-84.71227,30.30098],[-84.714,30.30013],[-84.24752,30.30332],[-84.24115,30.27404],[-84.07581,30.27374]]],"terms_url":"https://cms.leoncountyfl.gov/Home/Departments/MIS-GIS/Tallahassee-Leon-County-GIS","terms_text":"Tallahassee - Leon County GIS, Leon County Property Appraiser’s Office, Leon County Board of County Commissioners","description":"The 2022 6-inch resolution RGB orthoimagery for Leon County of the State of Florida"},{"id":"Leon_Ortho_2024_CIR","name":"Tallahassee - Leon County Orthoimagery (2024 CIR)","type":"tms","template":"https://tiles.arcgis.com/tiles/ptvDyBs1KkcwzQNJ/arcgis/rest/services/Imagery_2024_Color_Infrared_Leon_County_FL/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-02-01T00:00:00.000Z","startDate":"2024-02-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-84.07581,30.27374],[-84.07487,30.4344],[-84.04156,30.4627],[-84.04122,30.52188],[-83.97803,30.52189],[-83.97987,30.52502],[-83.98386,30.53302],[-83.98301,30.53855],[-83.98499,30.54108],[-83.98497,30.54801],[-83.97926,30.5491],[-83.97837,30.55097],[-83.98192,30.55531],[-83.99052,30.56094],[-83.99193,30.56382],[-83.99709,30.56587],[-83.99898,30.56971],[-83.99962,30.57441],[-83.99709,30.57442],[-83.99645,30.57658],[-83.99713,30.57893],[-84.00183,30.5838],[-84.00269,30.58705],[-84.00188,30.59663],[-84.00453,30.60074],[-84.00401,30.60386],[-84.00666,30.60507],[-84.00748,30.60968],[-84.00758,30.67217],[-84.28127,30.68583],[-84.2987,30.67793],[-84.3005,30.63791],[-84.33045,30.60334],[-84.37723,30.57372],[-84.3968,30.48648],[-84.42015,30.46362],[-84.51739,30.451],[-84.56228,30.43502],[-84.56829,30.42647],[-84.59093,30.4111],[-84.60509,30.41424],[-84.61153,30.40991],[-84.62069,30.40995],[-84.6244,30.40889],[-84.64185,30.39464],[-84.64571,30.38887],[-84.6517,30.38534],[-84.66349,30.37841],[-84.66479,30.37692],[-84.66518,30.374],[-84.66454,30.37297],[-84.66314,30.37222],[-84.66304,30.37113],[-84.68433,30.35045],[-84.70326,30.3361],[-84.71534,30.33242],[-84.71524,30.33014],[-84.70985,30.32361],[-84.70764,30.32246],[-84.70487,30.3225],[-84.70404,30.32181],[-84.70324,30.32209],[-84.70304,30.32315],[-84.70254,30.32325],[-84.70227,30.3222],[-84.70265,30.32093],[-84.70264,30.32035],[-84.70161,30.3198],[-84.70108,30.31913],[-84.70105,30.31819],[-84.70134,30.31723],[-84.70237,30.3155],[-84.70426,30.31395],[-84.70509,30.31296],[-84.70719,30.3113],[-84.70889,30.30956],[-84.70922,30.3084],[-84.71141,30.30433],[-84.71156,30.30348],[-84.71115,30.30212],[-84.71133,30.3017],[-84.71227,30.30098],[-84.714,30.30013],[-84.24752,30.30332],[-84.24115,30.27404],[-84.07581,30.27374]]],"terms_url":"https://cms.leoncountyfl.gov/Home/Departments/MIS-GIS/Tallahassee-Leon-County-GIS","terms_text":"Tallahassee - Leon County GIS, Leon County Property Appraiser’s Office, Leon County Board of County Commissioners","description":"The 2024 6-inch resolution CIR orthoimagery for Leon County of the State of Florida"},{"id":"Leon_Ortho_2024_RGB","name":"Tallahassee - Leon County Orthoimagery (2024 RGB)","type":"tms","template":"https://tiles.arcgis.com/tiles/ptvDyBs1KkcwzQNJ/arcgis/rest/services/Imagery_2024_Color_Leon_County_FL/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2024-02-01T00:00:00.000Z","startDate":"2024-02-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-84.07581,30.27374],[-84.07487,30.4344],[-84.04156,30.4627],[-84.04122,30.52188],[-83.97803,30.52189],[-83.97987,30.52502],[-83.98386,30.53302],[-83.98301,30.53855],[-83.98499,30.54108],[-83.98497,30.54801],[-83.97926,30.5491],[-83.97837,30.55097],[-83.98192,30.55531],[-83.99052,30.56094],[-83.99193,30.56382],[-83.99709,30.56587],[-83.99898,30.56971],[-83.99962,30.57441],[-83.99709,30.57442],[-83.99645,30.57658],[-83.99713,30.57893],[-84.00183,30.5838],[-84.00269,30.58705],[-84.00188,30.59663],[-84.00453,30.60074],[-84.00401,30.60386],[-84.00666,30.60507],[-84.00748,30.60968],[-84.00758,30.67217],[-84.28127,30.68583],[-84.2987,30.67793],[-84.3005,30.63791],[-84.33045,30.60334],[-84.37723,30.57372],[-84.3968,30.48648],[-84.42015,30.46362],[-84.51739,30.451],[-84.56228,30.43502],[-84.56829,30.42647],[-84.59093,30.4111],[-84.60509,30.41424],[-84.61153,30.40991],[-84.62069,30.40995],[-84.6244,30.40889],[-84.64185,30.39464],[-84.64571,30.38887],[-84.6517,30.38534],[-84.66349,30.37841],[-84.66479,30.37692],[-84.66518,30.374],[-84.66454,30.37297],[-84.66314,30.37222],[-84.66304,30.37113],[-84.68433,30.35045],[-84.70326,30.3361],[-84.71534,30.33242],[-84.71524,30.33014],[-84.70985,30.32361],[-84.70764,30.32246],[-84.70487,30.3225],[-84.70404,30.32181],[-84.70324,30.32209],[-84.70304,30.32315],[-84.70254,30.32325],[-84.70227,30.3222],[-84.70265,30.32093],[-84.70264,30.32035],[-84.70161,30.3198],[-84.70108,30.31913],[-84.70105,30.31819],[-84.70134,30.31723],[-84.70237,30.3155],[-84.70426,30.31395],[-84.70509,30.31296],[-84.70719,30.3113],[-84.70889,30.30956],[-84.70922,30.3084],[-84.71141,30.30433],[-84.71156,30.30348],[-84.71115,30.30212],[-84.71133,30.3017],[-84.71227,30.30098],[-84.714,30.30013],[-84.24752,30.30332],[-84.24115,30.27404],[-84.07581,30.27374]]],"terms_url":"https://cms.leoncountyfl.gov/Home/Departments/MIS-GIS/Tallahassee-Leon-County-GIS","terms_text":"Tallahassee - Leon County GIS, Leon County Property Appraiser’s Office, Leon County Board of County Commissioners","description":"The 2024 6-inch resolution RGB orthoimagery for Leon County of the State of Florida"},{"id":"TEClines","name":"TEC bus lines","type":"wms","template":"https://geodata.tec-wl.be/arcgis/services/Lignes/MapServer/WMSServer?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","polygon":[[[5.40236,49.50688],[5.81984,49.54253],[6.1714,49.62089],[5.85829,49.68846],[5.7704,49.85343],[5.894,50.11832],[6.15492,50.13593],[6.39662,50.36775],[6.28126,50.46576],[6.11372,50.7933],[5.72646,50.77941],[5.70998,50.85229],[5.61385,50.80024],[5.46278,50.79677],[5.21284,50.70119],[4.94917,50.80371],[4.75966,50.80718],[4.72121,50.88869],[4.60585,50.77941],[4.48775,50.85749],[4.36964,50.85056],[4.15266,50.72728],[3.59236,50.76725],[3.29848,50.76377],[3.04579,50.80024],[2.86177,50.72728],[2.89748,50.68553],[3.0815,50.76725],[3.19685,50.68031],[3.28749,50.52691],[3.67201,50.47625],[3.68574,50.31692],[3.99062,50.27305],[4.14992,50.17465],[4.24055,50.08661],[4.15266,49.99842],[4.18562,49.96486],[4.55366,49.94542],[4.69923,50.03372],[4.81184,50.0919],[4.84206,50.01607],[4.86677,49.90475],[4.85854,49.80382],[5.08925,49.7648],[5.34743,49.60843],[5.40236,49.50688]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/TEC.png","overlay":true},{"id":"TECstops","name":"TEC bus stops","type":"wms","template":"https://geodata.tec-wl.be/arcgis/services/Poteaux/MapServer/WMSServer?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","polygon":[[[5.40236,49.50688],[5.81984,49.54253],[6.1714,49.62089],[5.85829,49.68846],[5.7704,49.85343],[5.894,50.11832],[6.15492,50.13593],[6.39662,50.36775],[6.28126,50.46576],[6.11372,50.7933],[5.72646,50.77941],[5.70998,50.85229],[5.61385,50.80024],[5.46278,50.79677],[5.21284,50.70119],[4.94917,50.80371],[4.75966,50.80718],[4.72121,50.88869],[4.60585,50.77941],[4.48775,50.85749],[4.36964,50.85056],[4.15266,50.72728],[3.59236,50.76725],[3.29848,50.76377],[3.04579,50.80024],[2.86177,50.72728],[2.89748,50.68553],[3.0815,50.76725],[3.19685,50.68031],[3.28749,50.52691],[3.67201,50.47625],[3.68574,50.31692],[3.99062,50.27305],[4.14992,50.17465],[4.24055,50.08661],[4.15266,49.99842],[4.18562,49.96486],[4.55366,49.94542],[4.69923,50.03372],[4.81184,50.0919],[4.84206,50.01607],[4.86677,49.90475],[4.85854,49.80382],[5.08925,49.7648],[5.34743,49.60843],[5.40236,49.50688]]],"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/TEC.png","overlay":true},{"id":"USGS-The-National-Map-Topo","name":"The National Map Topographic","type":"tms","template":"https://basemap.nationalmap.gov/arcgis/rest/services/USGSTopo/MapServer/tile/{zoom}/{y}/{x}","category":"map","zoomExtent":[2,16],"polygon":[[[-79.12989,43.31497],[-79.12989,43.24293],[-79.06696,43.24293],[-79.06696,43.13],[-79.12989,43.13],[-79.12989,43.05773],[-79.07126,43.05773],[-79.07126,42.92949],[-78.94326,42.92949],[-78.94326,42.75422],[-82.67886,41.67159],[-82.88391,41.75369],[-83.12077,41.99609],[-83.12077,42.24648],[-83.05892,42.24648],[-83.05892,42.30896],[-82.86853,42.30896],[-82.86853,42.37177],[-82.5599,42.49549],[-82.5599,42.55855],[-82.49678,42.55855],[-82.49678,42.68336],[-82.43289,42.68336],[-82.43289,42.93422],[-82.37006,42.93422],[-82.37006,43.06481],[-82.51953,45.33698],[-83.49681,45.87251],[-83.49681,45.93371],[-83.43381,45.93371],[-83.43381,46.00169],[-83.56,46.12616],[-83.99546,46.12616],[-83.99546,46.19317],[-84.05918,46.19317],[-84.05918,46.3815],[-84.11526,46.3815],[-84.11526,46.49536],[-84.05918,46.49536],[-84.05918,46.56827],[-84.25795,46.56827],[-84.25795,46.50512],[-84.30719,46.50512],[-84.30719,46.56827],[-84.44154,46.56827],[-84.44154,46.50453],[-84.60983,46.50453],[-84.76227,46.63341],[-84.86115,46.88929],[-88.3882,48.30154],[-89.42847,48.06564],[-89.99327,48.06564],[-89.99327,48.1283],[-90.74559,48.1283],[-90.74559,48.18931],[-90.80873,48.18931],[-90.80873,48.25221],[-91.06776,48.25221],[-91.06776,48.19167],[-91.19462,48.19167],[-91.19462,48.1279],[-91.68142,48.1279],[-91.68142,48.2526],[-91.93219,48.2526],[-91.93219,48.31425],[-91.99297,48.31425],[-91.99297,48.37808],[-92.31894,48.37808],[-92.31894,48.25291],[-92.37322,48.25291],[-92.37322,48.31534],[-92.43223,48.31534],[-92.43223,48.44114],[-92.49772,48.44114],[-92.49772,48.50178],[-92.56794,48.50178],[-92.56794,48.43958],[-92.62105,48.43958],[-92.62105,48.56508],[-92.80868,48.56508],[-92.80868,48.62674],[-92.93318,48.62674],[-92.93318,48.69221],[-93.00517,48.69221],[-93.00517,48.6283],[-93.12259,48.6283],[-93.12259,48.69221],[-93.31908,48.69221],[-93.31908,48.62674],[-93.50495,48.62674],[-93.50495,48.56352],[-93.74746,48.56352],[-93.74746,48.62674],[-93.81355,48.62674],[-93.81355,48.68988],[-94.24531,48.68988],[-94.24531,48.75543],[-94.61832,48.75543],[-94.61832,48.94104],[-94.6809,48.94104],[-94.6809,49.00297],[-94.74415,49.00297],[-94.74415,49.25361],[-94.80841,49.25361],[-94.80841,49.37841],[-95.11924,49.37841],[-95.11924,49.44253],[-95.19343,49.44253],[-95.19343,49.00353],[-96.87069,49.00353],[-96.87069,49.06561],[-99.00493,49.06561],[-99.00493,49.00507],[-109.36993,49.00507],[-109.36993,49.06682],[-109.50587,49.06682],[-109.50587,49.00507],[-114.183,49.00507],[-114.183,49.06873],[-114.75787,49.06873],[-114.75787,49.00507],[-115.43373,49.00507],[-115.43373,49.06714],[-116.50627,49.06714],[-116.50627,49.00507],[-117.30895,49.00507],[-117.30895,49.06598],[-119.88295,49.06598],[-119.88295,49.00507],[-120.12086,49.00507],[-120.12086,49.06784],[-121.44516,49.06784],[-121.44516,49.00507],[-121.93118,49.00507],[-121.93118,49.06561],[-123.12915,49.06451],[-123.12915,48.93432],[-123.00554,48.75295],[-123.12969,48.75295],[-123.12969,48.69022],[-123.18382,48.69022],[-123.18382,48.7529],[-123.25493,48.7529],[-123.25493,48.55923],[-123.19222,48.55923],[-123.19222,48.43484],[-123.25411,48.19051],[-124.05826,48.19084],[-124.05826,48.25344],[-124.18152,48.25344],[-124.18152,48.31647],[-124.43191,48.31647],[-124.43191,48.37826],[-124.55646,48.37826],[-124.55646,48.44083],[-124.75551,48.44083],[-139,48.45],[-139,32.5],[-117.18748,32.5],[-116.7465,32.49746],[-116.7465,32.56092],[-115.99701,32.56092],[-115.99701,32.62649],[-115.12495,32.62474],[-115.12495,32.68749],[-114.81241,32.68749],[-114.81261,32.62524],[-114.87531,32.62557],[-114.88081,32.43408],[-114.62945,32.43408],[-114.62945,32.37316],[-114.44474,32.37316],[-114.44474,32.30754],[-114.25576,32.30754],[-114.25576,32.24446],[-114.06803,32.24446],[-114.06803,32.18291],[-113.81665,32.18291],[-113.81665,32.12076],[-113.63074,32.12076],[-113.63074,32.05651],[-113.44175,32.05651],[-113.44175,31.99844],[-113.2546,31.99844],[-113.2546,31.93254],[-113.06807,31.93254],[-113.06807,31.87181],[-112.81611,31.87181],[-112.81611,31.81042],[-112.63088,31.81042],[-112.63088,31.74647],[-112.44189,31.74647],[-112.44189,31.6856],[-112.25719,31.6856],[-112.25719,31.62104],[-112.00338,31.62104],[-112.00338,31.55958],[-111.81562,31.55958],[-111.81562,31.49702],[-111.62786,31.49702],[-111.62786,31.434],[-111.4419,31.434],[-111.4419,31.37339],[-111.25597,31.37339],[-111.25597,31.31132],[-108.18458,31.31132],[-108.18458,31.74595],[-106.50651,31.74595],[-106.50651,31.68423],[-106.37973,31.68423],[-106.37973,31.62175],[-106.31743,31.62175],[-106.31743,31.49682],[-106.25518,31.49682],[-106.25518,31.43449],[-106.19247,31.43449],[-106.19247,31.37213],[-106.00392,31.37213],[-106.00392,31.30933],[-105.94166,31.30933],[-105.94166,31.24575],[-105.87982,31.24575],[-105.87982,31.18362],[-105.81623,31.18362],[-105.81623,31.12072],[-105.69212,31.12072],[-105.69212,31.05848],[-105.63029,31.05848],[-105.63029,30.93283],[-105.50444,30.93283],[-105.50444,30.87159],[-105.4413,30.87159],[-105.4413,30.80846],[-105.37815,30.80846],[-105.37815,30.74718],[-105.19047,30.74718],[-105.19047,30.68432],[-105.12862,30.68432],[-105.12862,30.61997],[-105.00365,30.61997],[-105.00365,30.55891],[-104.9418,30.55891],[-104.9418,30.49632],[-104.8782,30.49632],[-104.8782,30.30983],[-104.81553,30.30983],[-104.81553,30.24783],[-104.75361,30.24783],[-104.75361,29.93539],[-104.69095,29.93539],[-104.69095,29.80902],[-104.62913,29.80902],[-104.62913,29.68436],[-104.56599,29.68436],[-104.56599,29.62235],[-104.50372,29.62235],[-104.50372,29.55954],[-104.44101,29.55954],[-104.44101,29.49748],[-104.25376,29.49748],[-104.25376,29.37167],[-104.1292,29.37167],[-104.1292,29.30916],[-104.06887,29.30916],[-104.06887,29.24673],[-103.81873,29.24673],[-103.81873,29.18431],[-103.75574,29.18431],[-103.75574,29.12232],[-103.56675,29.12232],[-103.56675,29.05981],[-103.50498,29.05981],[-103.50498,28.99675],[-103.31658,28.99675],[-103.31658,28.93469],[-103.05976,28.93469],[-103.05976,29.0593],[-102.99797,29.0593],[-102.99797,29.12129],[-102.93314,29.12129],[-102.93314,29.18486],[-102.8096,29.18486],[-102.8096,29.25262],[-102.87013,29.25262],[-102.87013,29.3081],[-102.80967,29.3081],[-102.80967,29.37155],[-102.74757,29.37155],[-102.74757,29.55819],[-102.68455,29.55819],[-102.68455,29.68477],[-102.49678,29.68477],[-102.49678,29.74577],[-102.30866,29.74577],[-102.30866,29.80866],[-102.19093,29.80866],[-102.19093,29.74601],[-101.50499,29.74601],[-101.50499,29.68468],[-101.38058,29.68468],[-101.38058,29.55945],[-101.31751,29.55945],[-101.31751,29.49589],[-101.19101,29.49589],[-101.19101,29.43261],[-101.0675,29.43261],[-101.0675,29.30881],[-100.94189,29.30881],[-100.94189,29.24562],[-100.81673,29.24562],[-100.81673,29.11904],[-100.75227,29.11904],[-100.75227,29.05782],[-100.69254,29.05782],[-100.69254,28.87204],[-100.62902,28.87204],[-100.62902,28.80954],[-100.56799,28.80954],[-100.56799,28.62255],[-100.50404,28.62255],[-100.50404,28.55838],[-100.44218,28.55838],[-100.44218,28.49683],[-100.37943,28.49683],[-100.37943,28.30929],[-100.31719,28.30929],[-100.31719,28.18357],[-100.25448,28.18357],[-100.25448,28.12139],[-100.12823,28.12139],[-100.12823,28.05921],[-100.06595,28.05921],[-100.06595,27.99661],[-100.00239,27.99661],[-100.00239,27.93322],[-99.94265,27.93322],[-99.94265,27.74547],[-99.81685,27.74547],[-99.81685,27.68343],[-99.75413,27.68343],[-99.75413,27.62215],[-99.62916,27.62215],[-99.62916,27.5589],[-99.56728,27.5589],[-99.56728,27.43538],[-99.50418,27.43538],[-99.50418,27.3774],[-99.56718,27.3774],[-99.56718,27.24637],[-99.50498,27.24637],[-99.50498,26.99656],[-99.44274,26.99656],[-99.44274,26.8728],[-99.38006,26.8728],[-99.38006,26.80682],[-99.31907,26.80682],[-99.31907,26.74736],[-99.25375,26.74736],[-99.25375,26.62101],[-99.19106,26.62101],[-99.19106,26.49567],[-99.13006,26.49567],[-99.13006,26.37138],[-99.00295,26.37138],[-99.00295,26.30938],[-98.81657,26.30938],[-98.81657,26.24578],[-98.69201,26.24578],[-98.69201,26.18371],[-98.44409,26.18371],[-98.44409,26.12172],[-98.38232,26.12172],[-98.38232,26.05965],[-98.25327,26.05965],[-98.25327,25.99869],[-98.01091,25.99869],[-98.01091,25.99323],[-97.69323,25.99323],[-97.69323,25.93341],[-97.63139,25.93341],[-97.63139,25.86959],[-97.50468,25.86959],[-97.50468,25.80735],[-97.30834,25.80735],[-97.30834,25.87312],[-97.24563,25.87312],[-97.24563,25.93537],[-97.11389,25.93537],[-80.7,24],[-79.314,27.108],[-66.93111,44.74737],[-66.93111,44.94066],[-66.99468,44.94066],[-66.99468,45.00245],[-67.05958,45.00245],[-67.05958,45.12734],[-67.1202,45.12734],[-67.1202,45.19101],[-67.24698,45.19101],[-67.24698,45.25344],[-67.31775,45.25344],[-67.31775,45.18984],[-67.37075,45.18984],[-67.37075,45.2534],[-67.43269,45.2534],[-67.43269,45.30834],[-67.37086,45.30834],[-67.37086,45.4397],[-67.43056,45.4397],[-67.43056,45.49501],[-67.37099,45.49501],[-67.37099,45.62645],[-67.6215,45.62645],[-67.6215,45.68961],[-67.68383,45.68961],[-67.68383,45.75326],[-67.74621,45.75326],[-67.74621,47.12682],[-67.87001,47.12682],[-67.87001,47.19003],[-67.93238,47.19003],[-67.93238,47.25397],[-67.99594,47.25397],[-67.99594,47.31497],[-68.12067,47.31497],[-68.12067,47.37808],[-68.44232,47.37808],[-68.44232,47.31661],[-68.63143,47.31661],[-68.63143,47.25447],[-68.9978,47.25447],[-68.9978,47.43989],[-69.06072,47.43989],[-69.06072,47.50476],[-69.25381,47.50476],[-69.25381,47.43981],[-69.31793,47.43981],[-69.31793,47.3786],[-69.44385,47.3786],[-69.44385,47.31563],[-69.50382,47.31563],[-69.50382,47.25258],[-69.56678,47.25258],[-69.56678,47.19109],[-69.63035,47.19109],[-69.63035,47.1287],[-69.69331,47.1287],[-69.69331,47.06543],[-69.75571,47.06543],[-69.75571,47.00428],[-69.81804,47.00428],[-69.81804,46.94153],[-69.8804,46.94153],[-69.8804,46.87925],[-69.94217,46.87925],[-69.94217,46.81774],[-70.00631,46.81774],[-70.00631,46.69203],[-70.07043,46.69203],[-70.07043,46.44259],[-70.19459,46.44259],[-70.19459,46.37859],[-70.2562,46.37859],[-70.2562,46.31526],[-70.32037,46.31526],[-70.32037,46.06512],[-70.3815,46.06512],[-70.3815,45.93552],[-70.32016,45.93552],[-70.32016,45.87948],[-70.44931,45.87948],[-70.44931,45.75387],[-70.507,45.75387],[-70.507,45.69169],[-70.63166,45.69169],[-70.63166,45.62916],[-70.75755,45.62916],[-70.75755,45.44147],[-70.88099,45.44147],[-70.88099,45.37806],[-71.13328,45.37806],[-71.13328,45.31515],[-71.38303,45.31515],[-71.38303,45.25342],[-71.50764,45.25342],[-71.50764,45.06557],[-73.94189,45.06557],[-73.94189,45.00312],[-74.74697,45.00312],[-74.74697,45.0649],[-74.8801,45.0649],[-74.8801,45.0029],[-75.06625,45.0029],[-75.06625,44.94152],[-75.25394,44.94152],[-75.25394,44.8776],[-75.37896,44.8776],[-75.37896,44.81535],[-75.44313,44.81535],[-75.44313,44.75361],[-75.56666,44.75361],[-75.56666,44.691],[-75.62902,44.691],[-75.62902,44.6285],[-75.75405,44.6285],[-75.75405,44.56638],[-75.81731,44.56638],[-75.81731,44.50289],[-75.87995,44.50289],[-75.87995,44.37849],[-76.13003,44.37849],[-76.13003,44.31592],[-76.1927,44.31592],[-76.1927,44.25344],[-76.31826,44.25344],[-76.31826,44.19167],[-76.3793,44.19167],[-76.3793,44.06537],[-76.80375,43.64253],[-79.12989,43.31497]],[[-179.9341,50.83371],[-179.56389,50.86369],[-130.578,54.66271],[-129.97925,55.27755],[-129.95728,56.02295],[-132.01721,57.04073],[-135.46143,59.81168],[-136.37329,59.59553],[-136.59302,59.18437],[-137.44446,58.91599],[-137.58179,59.24903],[-139.19678,60.0895],[-139.04297,60.35956],[-141.02052,60.2943],[-140.99787,69.90649],[-163.30086,71.97901],[-169.03565,65.70804],[-172.22169,63.79219],[-179.9341,50.83371]],[[-64.62535,18.46935],[-67.79388,18.54342],[-68.02734,18.00485],[-64.53781,17.62308],[-64.62327,18.27536],[-64.62535,18.46935]]],"description":"The National Map topographic reference from USGS","icon":"https://basemap.nationalmap.gov/images/header_graphic_usgsIdentifier_white.jpg"},{"id":"Thuringia-DOP20","name":"Thüringen DOP20","type":"wms","template":"https://www.geoproxy.geoportal-th.de/geoproxy/services/DOP?LAYERS=th_dop&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png&WIDTH={width}&HEIGHT={height}&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","zoomExtent":[10,22],"polygon":[[[12.32222,50.68126],[12.27576,50.68613],[12.25262,50.71506],[12.27149,50.72816],[12.26206,50.73693],[12.23528,50.7332],[12.22673,50.73832],[12.24126,50.76784],[12.26452,50.76048],[12.29008,50.78351],[12.28745,50.78963],[12.25274,50.78855],[12.24318,50.80889],[12.25059,50.81852],[12.25984,50.81163],[12.27689,50.81794],[12.27798,50.80963],[12.29153,50.82574],[12.30255,50.81742],[12.29895,50.83014],[12.30702,50.81863],[12.34715,50.8235],[12.34774,50.83679],[12.37833,50.85381],[12.37654,50.84891],[12.39234,50.84867],[12.4156,50.85706],[12.42025,50.83947],[12.44324,50.84325],[12.44392,50.86211],[12.46412,50.8702],[12.45927,50.88033],[12.48651,50.893],[12.50981,50.8932],[12.5073,50.90467],[12.52209,50.90855],[12.53539,50.90024],[12.62018,50.90932],[12.6408,50.90249],[12.65275,50.92421],[12.62422,50.93978],[12.62122,50.97704],[12.60752,50.997],[12.58132,50.98938],[12.58331,50.98142],[12.55567,50.99763],[12.52795,50.99839],[12.54017,51.0057],[12.53908,51.02413],[12.51456,51.02692],[12.51627,51.01779],[12.50725,51.01745],[12.50179,51.06374],[12.46297,51.06689],[12.45925,51.08462],[12.44939,51.07708],[12.41057,51.07283],[12.39404,51.08387],[12.37534,51.07704],[12.33164,51.10349],[12.31629,51.09354],[12.28305,51.0925],[12.28826,51.08826],[12.27322,51.07493],[12.26613,51.078],[12.25087,51.03793],[12.28128,51.04059],[12.29474,51.02526],[12.28514,51.00738],[12.23951,50.97479],[12.23849,50.95139],[12.21447,50.93786],[12.21353,50.96022],[12.19872,50.95677],[12.18281,50.97599],[12.16343,50.9587],[12.15165,50.96432],[12.13194,50.96075],[12.13275,50.96573],[12.09104,50.97659],[12.01429,50.96812],[12.00682,50.99084],[11.97461,50.99024],[11.96824,50.99732],[11.98018,51.0137],[11.94314,51.03257],[11.91166,51.02838],[11.91012,51.04534],[11.89654,51.0454],[11.88985,51.05532],[11.80455,51.04601],[11.77437,51.0532],[11.75975,51.04284],[11.74624,51.05189],[11.75299,51.05778],[11.73232,51.06842],[11.7014,51.0691],[11.69245,51.09982],[11.67148,51.10245],[11.66817,51.11042],[11.63871,51.11081],[11.62138,51.09715],[11.60001,51.11484],[11.57185,51.12057],[11.55811,51.10888],[11.54773,51.11173],[11.54538,51.10239],[11.5122,51.108],[11.48518,51.1025],[11.46358,51.11251],[11.46576,51.1274],[11.45143,51.14654],[11.47201,51.14792],[11.47522,51.16568],[11.48489,51.16542],[11.4709,51.16982],[11.46849,51.19268],[11.44882,51.19367],[11.44619,51.20878],[11.43337,51.21199],[11.39153,51.2037],[11.39094,51.21747],[11.3652,51.22139],[11.38131,51.2442],[11.4019,51.24284],[11.39983,51.23657],[11.42987,51.25427],[11.44146,51.27338],[11.45602,51.2775],[11.46007,51.29408],[11.46812,51.28832],[11.47575,51.29552],[11.46667,51.30465],[11.4184,51.33184],[11.42874,51.34264],[11.39968,51.34452],[11.39346,51.38392],[11.36877,51.38773],[11.36137,51.3823],[11.35703,51.38996],[11.34768,51.38454],[11.34048,51.39243],[11.33096,51.39039],[11.3212,51.41032],[11.2487,51.39515],[11.24824,51.40542],[11.23036,51.40538],[11.22386,51.41325],[11.19155,51.40276],[11.15309,51.40166],[11.06095,51.42971],[11.04553,51.42577],[11.05037,51.42043],[10.99102,51.41818],[11.01195,51.42367],[11.00791,51.42919],[10.99131,51.42557],[10.96683,51.43235],[10.97236,51.45372],[10.96047,51.47132],[10.97262,51.48214],[10.93959,51.5007],[10.94544,51.50658],[10.92674,51.52092],[10.94748,51.53793],[10.91055,51.55556],[10.9002,51.55077],[10.89393,51.57668],[10.88278,51.57914],[10.89547,51.60197],[10.90233,51.594],[10.93051,51.5907],[10.93707,51.60381],[10.91331,51.61061],[10.92174,51.61676],[10.88672,51.61209],[10.8592,51.63293],[10.81866,51.62457],[10.81506,51.63935],[10.76297,51.64929],[10.75663,51.64162],[10.72693,51.64495],[10.67684,51.63845],[10.68235,51.62891],[10.63904,51.62085],[10.6488,51.60652],[10.6319,51.60384],[10.63835,51.58425],[10.66614,51.57782],[10.65703,51.55829],[10.60106,51.57938],[10.55938,51.55671],[10.51907,51.55365],[10.49562,51.57277],[10.44465,51.58956],[10.36949,51.58698],[10.37902,51.56638],[10.36398,51.55607],[10.36849,51.54441],[10.34168,51.51925],[10.30841,51.51514],[10.29983,51.49393],[10.24619,51.48385],[10.23483,51.47136],[10.21679,51.46993],[10.20567,51.48726],[10.1899,51.48071],[10.17438,51.44636],[10.14043,51.44235],[10.15237,51.43003],[10.0805,51.43459],[10.07276,51.41825],[10.04646,51.43645],[10.0521,51.43124],[10.03762,51.42],[10.00891,51.41996],[10.00067,51.40369],[9.96748,51.39599],[9.92348,51.36829],[9.92963,51.33992],[9.9475,51.32629],[9.94048,51.30505],[9.96991,51.29989],[9.9727,51.28442],[10.00441,51.28691],[10.05732,51.2775],[10.04706,51.25359],[10.07893,51.24275],[10.06818,51.22691],[10.09026,51.22664],[10.11311,51.21522],[10.13977,51.21974],[10.14951,51.20625],[10.1692,51.21188],[10.19663,51.19225],[10.23642,51.18669],[10.22956,51.17451],[10.20728,51.16482],[10.20934,51.11802],[10.19807,51.11223],[10.17923,51.12753],[10.18513,51.1412],[10.16501,51.15403],[10.11831,51.1399],[10.152,51.11824],[10.17454,51.11688],[10.17546,51.10671],[10.16048,51.10811],[10.16573,51.09947],[10.14392,51.08524],[10.15518,51.07049],[10.14054,51.05862],[10.19892,51.04014],[10.21458,51.02532],[10.19278,51.01861],[10.20535,51.00712],[10.14838,50.99346],[10.13227,50.99674],[10.12044,51.01233],[10.1035,51.00329],[10.03716,51.01254],[10.01937,50.98061],[10.04111,50.96757],[10.03179,50.95916],[10.0426,50.94854],[10.06245,50.94321],[10.02951,50.93717],[10.02477,50.9438],[10.01353,50.93472],[9.99094,50.94349],[9.98202,50.93914],[9.9501,50.94448],[9.9542,50.92201],[9.966,50.93387],[9.99196,50.93423],[9.97137,50.90724],[10.01387,50.92062],[10.05118,50.90014],[10.04112,50.89282],[10.05993,50.88553],[10.02167,50.86449],[10.02191,50.84793],[10.0388,50.85313],[10.02351,50.83099],[10.00533,50.83765],[9.99598,50.82588],[9.97657,50.8336],[9.95221,50.82148],[9.95661,50.80957],[9.94423,50.79958],[9.95131,50.77294],[9.94349,50.77129],[9.949,50.77911],[9.9298,50.77725],[9.92006,50.75926],[9.93939,50.75584],[9.9415,50.73915],[9.90751,50.70323],[9.92305,50.69426],[9.879,50.67009],[9.87915,50.63455],[9.90585,50.64028],[9.92692,50.62986],[9.96074,50.62925],[9.96876,50.64125],[9.94895,50.66388],[10.0022,50.67663],[10.05078,50.67364],[10.08308,50.6337],[10.08138,50.61991],[10.05968,50.62668],[10.03703,50.61166],[10.04901,50.59838],[10.04534,50.57386],[10.06171,50.55666],[10.03958,50.53194],[10.04124,50.51647],[10.07342,50.52691],[10.06994,50.5354],[10.10623,50.5633],[10.12065,50.56472],[10.13725,50.54284],[10.15082,50.55228],[10.17704,50.54242],[10.17809,50.552],[10.204,50.55465],[10.20831,50.54059],[10.23216,50.53102],[10.23011,50.51131],[10.25653,50.51291],[10.30629,50.4922],[10.33072,50.49437],[10.34136,50.48313],[10.33603,50.46585],[10.36664,50.43868],[10.38124,50.43919],[10.3706,50.43179],[10.40314,50.42624],[10.38424,50.40896],[10.3948,50.39334],[10.42341,50.39263],[10.44979,50.40309],[10.46354,50.37621],[10.49127,50.3751],[10.49186,50.35423],[10.51271,50.35981],[10.51474,50.34989],[10.5338,50.36569],[10.54457,50.36431],[10.56178,50.33724],[10.60106,50.3333],[10.59231,50.30817],[10.60486,50.29364],[10.59095,50.2718],[10.60737,50.27207],[10.59812,50.26264],[10.61097,50.24881],[10.59713,50.24612],[10.61211,50.22413],[10.63576,50.22304],[10.65985,50.23143],[10.65794,50.22355],[10.68693,50.22587],[10.69578,50.21173],[10.71703,50.2044],[10.73121,50.21292],[10.73227,50.2518],[10.7694,50.24076],[10.782,50.25121],[10.80044,50.25155],[10.80737,50.24019],[10.82523,50.23764],[10.85185,50.25139],[10.84658,50.2762],[10.80692,50.27889],[10.80248,50.29197],[10.7695,50.29312],[10.74176,50.31599],[10.71548,50.32135],[10.72943,50.3447],[10.71403,50.34613],[10.71528,50.36369],[10.75458,50.3581],[10.78583,50.38532],[10.80323,50.37912],[10.83048,50.39272],[10.85775,50.38789],[10.87291,50.39665],[10.88718,50.3926],[10.89322,50.38018],[10.93724,50.39216],[10.96254,50.37705],[10.95647,50.36861],[10.98587,50.34734],[10.99901,50.35053],[10.99336,50.3654],[11.03336,50.36135],[11.0315,50.35398],[11.04338,50.35241],[11.03008,50.35136],[11.04303,50.34477],[11.086,50.35228],[11.08759,50.3648],[11.11542,50.36694],[11.1173,50.34896],[11.12679,50.35625],[11.13899,50.35361],[11.15935,50.33037],[11.1305,50.30612],[11.14597,50.28492],[11.15834,50.28912],[11.18386,50.28105],[11.17351,50.27093],[11.18799,50.2692],[11.19785,50.29176],[11.24806,50.26678],[11.26233,50.27454],[11.25137,50.29896],[11.27046,50.30709],[11.25641,50.32233],[11.26132,50.33789],[11.27706,50.33604],[11.26229,50.35236],[11.28411,50.36009],[11.26419,50.38699],[11.27053,50.3943],[11.25843,50.39993],[11.26804,50.43463],[11.24619,50.44918],[11.25509,50.45655],[11.24753,50.47823],[11.28915,50.48553],[11.29175,50.47515],[11.30078,50.48832],[11.32321,50.49096],[11.32142,50.50857],[11.34307,50.51008],[11.34419,50.52065],[11.42342,50.51619],[11.43357,50.50803],[11.43541,50.49215],[11.41876,50.49338],[11.42054,50.44342],[11.45149,50.43121],[11.4436,50.42069],[11.46371,50.43229],[11.48187,50.43166],[11.48844,50.41623],[11.47814,50.40114],[11.51847,50.39598],[11.51947,50.374],[11.55841,50.38341],[11.57258,50.40005],[11.59341,50.40279],[11.62366,50.38676],[11.68299,50.39269],[11.70912,50.40367],[11.7139,50.3966],[11.7449,50.41048],[11.76234,50.4056],[11.75246,50.41572],[11.77195,50.41124],[11.77975,50.41871],[11.79484,50.41831],[11.81695,50.40066],[11.82453,50.40439],[11.82323,50.38979],[11.9264,50.42836],[11.92788,50.4331],[11.90462,50.43347],[11.88743,50.4426],[11.90557,50.45472],[11.91858,50.45402],[11.9317,50.46372],[11.95089,50.45399],[11.93743,50.4715],[11.96015,50.47936],[11.96233,50.48922],[11.9306,50.51043],[11.92533,50.52637],[11.91863,50.51745],[11.88736,50.51674],[11.87226,50.53952],[11.88484,50.55209],[11.92586,50.5571],[11.93354,50.5687],[11.92387,50.5858],[11.98821,50.61003],[11.97943,50.6212],[12.00342,50.63445],[12.02205,50.62648],[12.00467,50.6139],[12.02252,50.59798],[12.0327,50.59882],[12.03522,50.58123],[12.01741,50.5677],[12.03066,50.54925],[12.05988,50.55241],[12.07705,50.55823],[12.08411,50.57957],[12.10017,50.57953],[12.11678,50.56731],[12.12756,50.57451],[12.15784,50.57523],[12.15689,50.58517],[12.13466,50.58224],[12.12616,50.58392],[12.13212,50.58784],[12.10964,50.58875],[12.11487,50.59677],[12.14863,50.60597],[12.14993,50.62881],[12.1704,50.62925],[12.18332,50.61176],[12.19974,50.64203],[12.23398,50.62686],[12.2429,50.63296],[12.26557,50.63046],[12.2642,50.64349],[12.28079,50.64431],[12.30387,50.66189],[12.31794,50.66328],[12.32222,50.68126]]],"terms_url":"https://inspire-geoportal.ec.europa.eu/srv/api/records/10cbd9e4-8a84-4771-8ed1-a3cf66a01766","terms_text":"© Thüringer Landesamt für Bodenmanagement und Geoinformation - dl-de/by-2-0 (https://www.govdata.de/dl-de/by-2-0)","best":true,"description":"Digitales Orthophoto Thüringens, 20cm","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Thueringen-DOP20.png"},{"id":"US-TIGER-Roads-2020","name":"TIGER Roads 2020","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/ckkumpdx506oy17s5kwdz8iz6/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNsbWw5cDdsbjA4ZjQyb3FlN2RtZHZhanAifQ.5cfwbNF6RW1td7H1_LLQTQ","category":"qa","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[145.7,15.6],[144.2,13.2],[144.8,12.9],[146.2,15.4],[145.7,15.6]],[[-64.32,17.38],[-64.64,18.36],[-65.33,18.57],[-67.9,18.67],[-68.2,17.8],[-64.32,17.38]],[[179.99,52.2],[172,53.5],[172,52.5],[179.99,51],[179.99,52.2]],[[-156.29276,21.22259],[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259]],[[-95.11054,49.412],[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412]],[[-156.1769,71.5633],[-160.4136,70.7398],[-163.0218,69.9707],[-164.9717,68.9947],[-167.1572,68.722],[-164.8554,67.0255],[-168.0022,66.0018],[-169.0087,66.0015],[-169.0075,64.9988],[-172.5143,63.8767],[-173.8197,59.7401],[-178.0001,52.2446],[-177.9993,51.2554],[-171.4689,51.8215],[-162.4025,53.9567],[-159.0076,55.0025],[-158.0191,55.0028],[-151.9963,55.9992],[-151.5003,57.9988],[-151.5013,58.992],[-138.516,58.9953],[-138.515,57.9986],[-133.9948,54.0032],[-130.0044,54.0043],[-130.0071,57.0001],[-131.9759,56.9995],[-135.123,59.7566],[-138.0072,59.9918],[-139.1716,60.4127],[-140.9874,61.0119],[-140.9684,69.9535],[-156.1769,71.5633]]],"description":"Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/TIGER2017RoadsOverlay.png","overlay":true},{"id":"US-TIGER-Roads-2021","name":"TIGER Roads 2021","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/ckzt8dcby007j15qkki8216s8/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNsbWw5cDdsbjA4ZjQyb3FlN2RtZHZhanAifQ.5cfwbNF6RW1td7H1_LLQTQ","category":"qa","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[145.7,15.6],[144.2,13.2],[144.8,12.9],[146.2,15.4],[145.7,15.6]],[[-64.32,17.38],[-64.64,18.36],[-65.33,18.57],[-67.9,18.67],[-68.2,17.8],[-64.32,17.38]],[[179.99,52.2],[172,53.5],[172,52.5],[179.99,51],[179.99,52.2]],[[-156.29276,21.22259],[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259]],[[-95.11054,49.412],[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412]],[[-156.1769,71.5633],[-160.4136,70.7398],[-163.0218,69.9707],[-164.9717,68.9947],[-167.1572,68.722],[-164.8554,67.0255],[-168.0022,66.0018],[-169.0087,66.0015],[-169.0075,64.9988],[-172.5143,63.8767],[-173.8197,59.7401],[-178.0001,52.2446],[-177.9993,51.2554],[-171.4689,51.8215],[-162.4025,53.9567],[-159.0076,55.0025],[-158.0191,55.0028],[-151.9963,55.9992],[-151.5003,57.9988],[-151.5013,58.992],[-138.516,58.9953],[-138.515,57.9986],[-133.9948,54.0032],[-130.0044,54.0043],[-130.0071,57.0001],[-131.9759,56.9995],[-135.123,59.7566],[-138.0072,59.9918],[-139.1716,60.4127],[-140.9874,61.0119],[-140.9684,69.9535],[-156.1769,71.5633]]],"description":"Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/TIGER2017RoadsOverlay.png","overlay":true},{"id":"US-TIGER-Roads-2022","name":"TIGER Roads 2022","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/clf46fv7v000v01q67632zujw/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNsbWw5cDdsbjA4ZjQyb3FlN2RtZHZhanAifQ.5cfwbNF6RW1td7H1_LLQTQ","category":"qa","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[145.7,15.6],[144.2,13.2],[144.8,12.9],[146.2,15.4],[145.7,15.6]],[[-64.32,17.38],[-64.64,18.36],[-65.33,18.57],[-67.9,18.67],[-68.2,17.8],[-64.32,17.38]],[[179.99,52.2],[172,53.5],[172,52.5],[179.99,51],[179.99,52.2]],[[-156.29276,21.22259],[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259]],[[-95.11054,49.412],[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412]],[[-156.1769,71.5633],[-160.4136,70.7398],[-163.0218,69.9707],[-164.9717,68.9947],[-167.1572,68.722],[-164.8554,67.0255],[-168.0022,66.0018],[-169.0087,66.0015],[-169.0075,64.9988],[-172.5143,63.8767],[-173.8197,59.7401],[-178.0001,52.2446],[-177.9993,51.2554],[-171.4689,51.8215],[-162.4025,53.9567],[-159.0076,55.0025],[-158.0191,55.0028],[-151.9963,55.9992],[-151.5003,57.9988],[-151.5013,58.992],[-138.516,58.9953],[-138.515,57.9986],[-133.9948,54.0032],[-130.0044,54.0043],[-130.0071,57.0001],[-131.9759,56.9995],[-135.123,59.7566],[-138.0072,59.9918],[-139.1716,60.4127],[-140.9874,61.0119],[-140.9684,69.9535],[-156.1769,71.5633]]],"description":"Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/TIGER2017RoadsOverlay.png","overlay":true},{"id":"US-TIGER-Roads-2023","name":"TIGER Roads 2023","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/clr406aa300w401pdgc14fxmh/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNsbWw5cDdsbjA4ZjQyb3FlN2RtZHZhanAifQ.5cfwbNF6RW1td7H1_LLQTQ","category":"qa","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[145.7,15.6],[144.2,13.2],[144.8,12.9],[146.2,15.4],[145.7,15.6]],[[-64.32,17.38],[-64.64,18.36],[-65.33,18.57],[-67.9,18.67],[-68.2,17.8],[-64.32,17.38]],[[179.99,52.2],[172,53.5],[172,52.5],[179.99,51],[179.99,52.2]],[[-156.29276,21.22259],[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259]],[[-95.11054,49.412],[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412]],[[-156.1769,71.5633],[-160.4136,70.7398],[-163.0218,69.9707],[-164.9717,68.9947],[-167.1572,68.722],[-164.8554,67.0255],[-168.0022,66.0018],[-169.0087,66.0015],[-169.0075,64.9988],[-172.5143,63.8767],[-173.8197,59.7401],[-178.0001,52.2446],[-177.9993,51.2554],[-171.4689,51.8215],[-162.4025,53.9567],[-159.0076,55.0025],[-158.0191,55.0028],[-151.9963,55.9992],[-151.5003,57.9988],[-151.5013,58.992],[-138.516,58.9953],[-138.515,57.9986],[-133.9948,54.0032],[-130.0044,54.0043],[-130.0071,57.0001],[-131.9759,56.9995],[-135.123,59.7566],[-138.0072,59.9918],[-139.1716,60.4127],[-140.9874,61.0119],[-140.9684,69.9535],[-156.1769,71.5633]]],"description":"Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/TIGER2017RoadsOverlay.png","overlay":true},{"id":"tirol.gv.at-contourlines","name":"Tiris: contour lines","type":"wms","template":"https://gis.tirol.gv.at/arcgis/services/Service_Public/terrain/MapServer/WmsServer?LAYERS=Hoehenschichtlinien_20m&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","zoomExtent":[15,22],"polygon":[[[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785]],[[10.50277,47.58656],[10.47886,47.59925],[10.43998,47.59768],[10.41308,47.57143],[10.4424,47.55514],[10.41998,47.50506],[10.44758,47.48175],[10.4562,47.43626],[10.4148,47.39424],[10.38893,47.39074],[10.33373,47.32063],[10.24404,47.28905],[10.20264,47.29139],[10.16814,47.28086],[10.16814,47.2633],[10.20091,47.25628],[10.18711,47.23989],[10.20954,47.21294],[10.19229,47.20005],[10.20091,47.1426],[10.15952,47.12617],[10.13364,47.09095],[10.13019,47.06276],[10.15262,47.04983],[10.11294,47.02514],[10.14572,47.00044],[10.12502,46.95219],[10.09224,46.92746],[10.10604,46.88621],[10.13192,46.87207],[10.13537,46.8473],[10.16642,46.83904],[10.23886,46.86263],[10.25956,46.9251],[10.29751,46.91332],[10.32856,46.91803],[10.33891,46.94748],[10.3665,46.98044],[10.3941,46.98868],[10.41308,46.95572],[10.47517,46.93217],[10.45103,46.8815],[10.46827,46.83668],[10.52002,46.83904],[10.55452,46.82724],[10.60799,46.85319],[10.67354,46.86971],[10.69424,46.84494],[10.74771,46.82724],[10.72529,46.79064],[10.75633,46.77883],[10.79083,46.78946],[10.82361,46.76938],[10.84085,46.77292],[10.88398,46.75756],[10.91848,46.77056],[11.02369,46.76229],[11.05129,46.80245],[11.09614,46.8237],[11.08234,46.85319],[11.11511,46.88857],[11.10822,46.90389],[11.12546,46.92275],[11.14616,46.92275],[11.17721,46.94395],[11.17549,46.96161],[11.20309,46.9569],[11.34453,46.98633],[11.4049,46.96161],[11.44457,46.9675],[11.49287,47.00868],[11.53254,46.97809],[11.61189,47.00515],[11.64294,46.99456],[11.70676,46.98986],[11.73091,46.96514],[11.77403,46.9675],[11.78783,46.98633],[11.83095,46.99103],[11.92065,47.02985],[12.00517,47.04395],[12.15006,47.07568],[12.13799,47.08977],[12.14143,47.10974],[12.11039,47.14846],[12.09659,47.19771],[12.12591,47.25042],[12.09831,47.27501],[12.11729,47.29958],[12.14833,47.28437],[12.17766,47.29373],[12.2708,47.29841],[12.3122,47.32764],[12.36395,47.30894],[12.41397,47.30426],[12.43467,47.32297],[12.48814,47.32063],[12.50884,47.35102],[12.49159,47.37205],[12.55024,47.39658],[12.57439,47.38607],[12.62096,47.40709],[12.65028,47.44326],[12.64166,47.45959],[12.66753,47.45609],[12.71238,47.48175],[12.68478,47.50389],[12.66753,47.53185],[12.64511,47.55048],[12.67961,47.57492],[12.66581,47.5947],[12.57956,47.61098],[12.58991,47.63424],[12.53126,47.64586],[12.51057,47.63191],[12.45364,47.6749],[12.45364,47.69232],[12.44329,47.70277],[12.37602,47.69581],[12.33635,47.7109],[12.26563,47.69581],[12.2846,47.73178],[12.27253,47.7515],[12.24148,47.75382],[12.21906,47.72482],[12.18111,47.71206],[12.15868,47.7167],[12.15351,47.68768],[12.19491,47.62261],[12.10866,47.61912],[12.07761,47.62726],[12.03622,47.62494],[12.00689,47.63656],[11.84993,47.61098],[11.83958,47.59238],[11.793,47.60284],[11.66881,47.5947],[11.63431,47.60633],[11.59809,47.59121],[11.57567,47.55863],[11.57394,47.5237],[11.467,47.51787],[11.4394,47.53069],[11.3704,47.47592],[11.38248,47.45843],[11.33073,47.46076],[11.29451,47.4421],[11.26691,47.41059],[11.26863,47.44093],[11.20998,47.4456],[11.11511,47.41993],[11.10304,47.40475],[10.99092,47.40825],[11.003,47.43276],[10.9547,47.46776],[10.95125,47.49107],[10.89088,47.49573],[10.934,47.50506],[10.93572,47.5237],[10.89605,47.55048],[10.78566,47.52603],[10.76841,47.55048],[10.71149,47.54932],[10.70804,47.57027],[10.63904,47.5691],[10.60109,47.58074],[10.57004,47.56212],[10.57177,47.54582],[10.51312,47.5435],[10.4838,47.55979],[10.50277,47.58656]]],"terms_url":"https://tiris.tirol.gv.at","terms_text":"tiris.tirol.gv.at","icon":"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif","overlay":true},{"id":"tirol.gv.at-DGM","name":"Tiris: DGM (Terrain model)","type":"wms","template":"https://gis.tirol.gv.at/arcgis/services/Service_Public/terrain/MapServer/WmsServer?LAYERS=Image_Schummerung_Gelaendemodell&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","polygon":[[[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785]],[[10.50277,47.58656],[10.47886,47.59925],[10.43998,47.59768],[10.41308,47.57143],[10.4424,47.55514],[10.41998,47.50506],[10.44758,47.48175],[10.4562,47.43626],[10.4148,47.39424],[10.38893,47.39074],[10.33373,47.32063],[10.24404,47.28905],[10.20264,47.29139],[10.16814,47.28086],[10.16814,47.2633],[10.20091,47.25628],[10.18711,47.23989],[10.20954,47.21294],[10.19229,47.20005],[10.20091,47.1426],[10.15952,47.12617],[10.13364,47.09095],[10.13019,47.06276],[10.15262,47.04983],[10.11294,47.02514],[10.14572,47.00044],[10.12502,46.95219],[10.09224,46.92746],[10.10604,46.88621],[10.13192,46.87207],[10.13537,46.8473],[10.16642,46.83904],[10.23886,46.86263],[10.25956,46.9251],[10.29751,46.91332],[10.32856,46.91803],[10.33891,46.94748],[10.3665,46.98044],[10.3941,46.98868],[10.41308,46.95572],[10.47517,46.93217],[10.45103,46.8815],[10.46827,46.83668],[10.52002,46.83904],[10.55452,46.82724],[10.60799,46.85319],[10.67354,46.86971],[10.69424,46.84494],[10.74771,46.82724],[10.72529,46.79064],[10.75633,46.77883],[10.79083,46.78946],[10.82361,46.76938],[10.84085,46.77292],[10.88398,46.75756],[10.91848,46.77056],[11.02369,46.76229],[11.05129,46.80245],[11.09614,46.8237],[11.08234,46.85319],[11.11511,46.88857],[11.10822,46.90389],[11.12546,46.92275],[11.14616,46.92275],[11.17721,46.94395],[11.17549,46.96161],[11.20309,46.9569],[11.34453,46.98633],[11.4049,46.96161],[11.44457,46.9675],[11.49287,47.00868],[11.53254,46.97809],[11.61189,47.00515],[11.64294,46.99456],[11.70676,46.98986],[11.73091,46.96514],[11.77403,46.9675],[11.78783,46.98633],[11.83095,46.99103],[11.92065,47.02985],[12.00517,47.04395],[12.15006,47.07568],[12.13799,47.08977],[12.14143,47.10974],[12.11039,47.14846],[12.09659,47.19771],[12.12591,47.25042],[12.09831,47.27501],[12.11729,47.29958],[12.14833,47.28437],[12.17766,47.29373],[12.2708,47.29841],[12.3122,47.32764],[12.36395,47.30894],[12.41397,47.30426],[12.43467,47.32297],[12.48814,47.32063],[12.50884,47.35102],[12.49159,47.37205],[12.55024,47.39658],[12.57439,47.38607],[12.62096,47.40709],[12.65028,47.44326],[12.64166,47.45959],[12.66753,47.45609],[12.71238,47.48175],[12.68478,47.50389],[12.66753,47.53185],[12.64511,47.55048],[12.67961,47.57492],[12.66581,47.5947],[12.57956,47.61098],[12.58991,47.63424],[12.53126,47.64586],[12.51057,47.63191],[12.45364,47.6749],[12.45364,47.69232],[12.44329,47.70277],[12.37602,47.69581],[12.33635,47.7109],[12.26563,47.69581],[12.2846,47.73178],[12.27253,47.7515],[12.24148,47.75382],[12.21906,47.72482],[12.18111,47.71206],[12.15868,47.7167],[12.15351,47.68768],[12.19491,47.62261],[12.10866,47.61912],[12.07761,47.62726],[12.03622,47.62494],[12.00689,47.63656],[11.84993,47.61098],[11.83958,47.59238],[11.793,47.60284],[11.66881,47.5947],[11.63431,47.60633],[11.59809,47.59121],[11.57567,47.55863],[11.57394,47.5237],[11.467,47.51787],[11.4394,47.53069],[11.3704,47.47592],[11.38248,47.45843],[11.33073,47.46076],[11.29451,47.4421],[11.26691,47.41059],[11.26863,47.44093],[11.20998,47.4456],[11.11511,47.41993],[11.10304,47.40475],[10.99092,47.40825],[11.003,47.43276],[10.9547,47.46776],[10.95125,47.49107],[10.89088,47.49573],[10.934,47.50506],[10.93572,47.5237],[10.89605,47.55048],[10.78566,47.52603],[10.76841,47.55048],[10.71149,47.54932],[10.70804,47.57027],[10.63904,47.5691],[10.60109,47.58074],[10.57004,47.56212],[10.57177,47.54582],[10.51312,47.5435],[10.4838,47.55979],[10.50277,47.58656]]],"terms_url":"https://tiris.tirol.gv.at","terms_text":"tiris.tirol.gv.at","icon":"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif"},{"id":"tirol.gv.at-DOM","name":"Tiris: DOM (Surface model)","type":"wms","template":"https://gis.tirol.gv.at/arcgis/services/Service_Public/terrain/MapServer/WmsServer?LAYERS=Image_Schummerung_Oberflaechenmodell&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","polygon":[[[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785]],[[10.50277,47.58656],[10.47886,47.59925],[10.43998,47.59768],[10.41308,47.57143],[10.4424,47.55514],[10.41998,47.50506],[10.44758,47.48175],[10.4562,47.43626],[10.4148,47.39424],[10.38893,47.39074],[10.33373,47.32063],[10.24404,47.28905],[10.20264,47.29139],[10.16814,47.28086],[10.16814,47.2633],[10.20091,47.25628],[10.18711,47.23989],[10.20954,47.21294],[10.19229,47.20005],[10.20091,47.1426],[10.15952,47.12617],[10.13364,47.09095],[10.13019,47.06276],[10.15262,47.04983],[10.11294,47.02514],[10.14572,47.00044],[10.12502,46.95219],[10.09224,46.92746],[10.10604,46.88621],[10.13192,46.87207],[10.13537,46.8473],[10.16642,46.83904],[10.23886,46.86263],[10.25956,46.9251],[10.29751,46.91332],[10.32856,46.91803],[10.33891,46.94748],[10.3665,46.98044],[10.3941,46.98868],[10.41308,46.95572],[10.47517,46.93217],[10.45103,46.8815],[10.46827,46.83668],[10.52002,46.83904],[10.55452,46.82724],[10.60799,46.85319],[10.67354,46.86971],[10.69424,46.84494],[10.74771,46.82724],[10.72529,46.79064],[10.75633,46.77883],[10.79083,46.78946],[10.82361,46.76938],[10.84085,46.77292],[10.88398,46.75756],[10.91848,46.77056],[11.02369,46.76229],[11.05129,46.80245],[11.09614,46.8237],[11.08234,46.85319],[11.11511,46.88857],[11.10822,46.90389],[11.12546,46.92275],[11.14616,46.92275],[11.17721,46.94395],[11.17549,46.96161],[11.20309,46.9569],[11.34453,46.98633],[11.4049,46.96161],[11.44457,46.9675],[11.49287,47.00868],[11.53254,46.97809],[11.61189,47.00515],[11.64294,46.99456],[11.70676,46.98986],[11.73091,46.96514],[11.77403,46.9675],[11.78783,46.98633],[11.83095,46.99103],[11.92065,47.02985],[12.00517,47.04395],[12.15006,47.07568],[12.13799,47.08977],[12.14143,47.10974],[12.11039,47.14846],[12.09659,47.19771],[12.12591,47.25042],[12.09831,47.27501],[12.11729,47.29958],[12.14833,47.28437],[12.17766,47.29373],[12.2708,47.29841],[12.3122,47.32764],[12.36395,47.30894],[12.41397,47.30426],[12.43467,47.32297],[12.48814,47.32063],[12.50884,47.35102],[12.49159,47.37205],[12.55024,47.39658],[12.57439,47.38607],[12.62096,47.40709],[12.65028,47.44326],[12.64166,47.45959],[12.66753,47.45609],[12.71238,47.48175],[12.68478,47.50389],[12.66753,47.53185],[12.64511,47.55048],[12.67961,47.57492],[12.66581,47.5947],[12.57956,47.61098],[12.58991,47.63424],[12.53126,47.64586],[12.51057,47.63191],[12.45364,47.6749],[12.45364,47.69232],[12.44329,47.70277],[12.37602,47.69581],[12.33635,47.7109],[12.26563,47.69581],[12.2846,47.73178],[12.27253,47.7515],[12.24148,47.75382],[12.21906,47.72482],[12.18111,47.71206],[12.15868,47.7167],[12.15351,47.68768],[12.19491,47.62261],[12.10866,47.61912],[12.07761,47.62726],[12.03622,47.62494],[12.00689,47.63656],[11.84993,47.61098],[11.83958,47.59238],[11.793,47.60284],[11.66881,47.5947],[11.63431,47.60633],[11.59809,47.59121],[11.57567,47.55863],[11.57394,47.5237],[11.467,47.51787],[11.4394,47.53069],[11.3704,47.47592],[11.38248,47.45843],[11.33073,47.46076],[11.29451,47.4421],[11.26691,47.41059],[11.26863,47.44093],[11.20998,47.4456],[11.11511,47.41993],[11.10304,47.40475],[10.99092,47.40825],[11.003,47.43276],[10.9547,47.46776],[10.95125,47.49107],[10.89088,47.49573],[10.934,47.50506],[10.93572,47.5237],[10.89605,47.55048],[10.78566,47.52603],[10.76841,47.55048],[10.71149,47.54932],[10.70804,47.57027],[10.63904,47.5691],[10.60109,47.58074],[10.57004,47.56212],[10.57177,47.54582],[10.51312,47.5435],[10.4838,47.55979],[10.50277,47.58656]]],"terms_url":"https://tiris.tirol.gv.at","terms_text":"tiris.tirol.gv.at","icon":"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif"},{"id":"tirol.gv.at-orthofoto","name":"Tiris: orthophoto","type":"wms","template":"https://gis.tirol.gv.at/arcgis/services/Service_Public/orthofoto/MapServer/WmsServer?LAYERS=Image_Aktuell_RGB&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785]],[[10.50277,47.58656],[10.47886,47.59925],[10.43998,47.59768],[10.41308,47.57143],[10.4424,47.55514],[10.41998,47.50506],[10.44758,47.48175],[10.4562,47.43626],[10.4148,47.39424],[10.38893,47.39074],[10.33373,47.32063],[10.24404,47.28905],[10.20264,47.29139],[10.16814,47.28086],[10.16814,47.2633],[10.20091,47.25628],[10.18711,47.23989],[10.20954,47.21294],[10.19229,47.20005],[10.20091,47.1426],[10.15952,47.12617],[10.13364,47.09095],[10.13019,47.06276],[10.15262,47.04983],[10.11294,47.02514],[10.14572,47.00044],[10.12502,46.95219],[10.09224,46.92746],[10.10604,46.88621],[10.13192,46.87207],[10.13537,46.8473],[10.16642,46.83904],[10.23886,46.86263],[10.25956,46.9251],[10.29751,46.91332],[10.32856,46.91803],[10.33891,46.94748],[10.3665,46.98044],[10.3941,46.98868],[10.41308,46.95572],[10.47517,46.93217],[10.45103,46.8815],[10.46827,46.83668],[10.52002,46.83904],[10.55452,46.82724],[10.60799,46.85319],[10.67354,46.86971],[10.69424,46.84494],[10.74771,46.82724],[10.72529,46.79064],[10.75633,46.77883],[10.79083,46.78946],[10.82361,46.76938],[10.84085,46.77292],[10.88398,46.75756],[10.91848,46.77056],[11.02369,46.76229],[11.05129,46.80245],[11.09614,46.8237],[11.08234,46.85319],[11.11511,46.88857],[11.10822,46.90389],[11.12546,46.92275],[11.14616,46.92275],[11.17721,46.94395],[11.17549,46.96161],[11.20309,46.9569],[11.34453,46.98633],[11.4049,46.96161],[11.44457,46.9675],[11.49287,47.00868],[11.53254,46.97809],[11.61189,47.00515],[11.64294,46.99456],[11.70676,46.98986],[11.73091,46.96514],[11.77403,46.9675],[11.78783,46.98633],[11.83095,46.99103],[11.92065,47.02985],[12.00517,47.04395],[12.15006,47.07568],[12.13799,47.08977],[12.14143,47.10974],[12.11039,47.14846],[12.09659,47.19771],[12.12591,47.25042],[12.09831,47.27501],[12.11729,47.29958],[12.14833,47.28437],[12.17766,47.29373],[12.2708,47.29841],[12.3122,47.32764],[12.36395,47.30894],[12.41397,47.30426],[12.43467,47.32297],[12.48814,47.32063],[12.50884,47.35102],[12.49159,47.37205],[12.55024,47.39658],[12.57439,47.38607],[12.62096,47.40709],[12.65028,47.44326],[12.64166,47.45959],[12.66753,47.45609],[12.71238,47.48175],[12.68478,47.50389],[12.66753,47.53185],[12.64511,47.55048],[12.67961,47.57492],[12.66581,47.5947],[12.57956,47.61098],[12.58991,47.63424],[12.53126,47.64586],[12.51057,47.63191],[12.45364,47.6749],[12.45364,47.69232],[12.44329,47.70277],[12.37602,47.69581],[12.33635,47.7109],[12.26563,47.69581],[12.2846,47.73178],[12.27253,47.7515],[12.24148,47.75382],[12.21906,47.72482],[12.18111,47.71206],[12.15868,47.7167],[12.15351,47.68768],[12.19491,47.62261],[12.10866,47.61912],[12.07761,47.62726],[12.03622,47.62494],[12.00689,47.63656],[11.84993,47.61098],[11.83958,47.59238],[11.793,47.60284],[11.66881,47.5947],[11.63431,47.60633],[11.59809,47.59121],[11.57567,47.55863],[11.57394,47.5237],[11.467,47.51787],[11.4394,47.53069],[11.3704,47.47592],[11.38248,47.45843],[11.33073,47.46076],[11.29451,47.4421],[11.26691,47.41059],[11.26863,47.44093],[11.20998,47.4456],[11.11511,47.41993],[11.10304,47.40475],[10.99092,47.40825],[11.003,47.43276],[10.9547,47.46776],[10.95125,47.49107],[10.89088,47.49573],[10.934,47.50506],[10.93572,47.5237],[10.89605,47.55048],[10.78566,47.52603],[10.76841,47.55048],[10.71149,47.54932],[10.70804,47.57027],[10.63904,47.5691],[10.60109,47.58074],[10.57004,47.56212],[10.57177,47.54582],[10.51312,47.5435],[10.4838,47.55979],[10.50277,47.58656]]],"terms_url":"https://tiris.tirol.gv.at","terms_text":"tiris.tirol.gv.at","icon":"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif"},{"id":"tirol.gv.at-orthofoto-cir","name":"Tiris: orthophoto infrared","type":"wms","template":"https://gis.tirol.gv.at/arcgis/services/Service_Public/orthofoto/MapServer/WmsServer?LAYERS=Image_Aktuell_CIR&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","polygon":[[[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785]],[[10.50277,47.58656],[10.47886,47.59925],[10.43998,47.59768],[10.41308,47.57143],[10.4424,47.55514],[10.41998,47.50506],[10.44758,47.48175],[10.4562,47.43626],[10.4148,47.39424],[10.38893,47.39074],[10.33373,47.32063],[10.24404,47.28905],[10.20264,47.29139],[10.16814,47.28086],[10.16814,47.2633],[10.20091,47.25628],[10.18711,47.23989],[10.20954,47.21294],[10.19229,47.20005],[10.20091,47.1426],[10.15952,47.12617],[10.13364,47.09095],[10.13019,47.06276],[10.15262,47.04983],[10.11294,47.02514],[10.14572,47.00044],[10.12502,46.95219],[10.09224,46.92746],[10.10604,46.88621],[10.13192,46.87207],[10.13537,46.8473],[10.16642,46.83904],[10.23886,46.86263],[10.25956,46.9251],[10.29751,46.91332],[10.32856,46.91803],[10.33891,46.94748],[10.3665,46.98044],[10.3941,46.98868],[10.41308,46.95572],[10.47517,46.93217],[10.45103,46.8815],[10.46827,46.83668],[10.52002,46.83904],[10.55452,46.82724],[10.60799,46.85319],[10.67354,46.86971],[10.69424,46.84494],[10.74771,46.82724],[10.72529,46.79064],[10.75633,46.77883],[10.79083,46.78946],[10.82361,46.76938],[10.84085,46.77292],[10.88398,46.75756],[10.91848,46.77056],[11.02369,46.76229],[11.05129,46.80245],[11.09614,46.8237],[11.08234,46.85319],[11.11511,46.88857],[11.10822,46.90389],[11.12546,46.92275],[11.14616,46.92275],[11.17721,46.94395],[11.17549,46.96161],[11.20309,46.9569],[11.34453,46.98633],[11.4049,46.96161],[11.44457,46.9675],[11.49287,47.00868],[11.53254,46.97809],[11.61189,47.00515],[11.64294,46.99456],[11.70676,46.98986],[11.73091,46.96514],[11.77403,46.9675],[11.78783,46.98633],[11.83095,46.99103],[11.92065,47.02985],[12.00517,47.04395],[12.15006,47.07568],[12.13799,47.08977],[12.14143,47.10974],[12.11039,47.14846],[12.09659,47.19771],[12.12591,47.25042],[12.09831,47.27501],[12.11729,47.29958],[12.14833,47.28437],[12.17766,47.29373],[12.2708,47.29841],[12.3122,47.32764],[12.36395,47.30894],[12.41397,47.30426],[12.43467,47.32297],[12.48814,47.32063],[12.50884,47.35102],[12.49159,47.37205],[12.55024,47.39658],[12.57439,47.38607],[12.62096,47.40709],[12.65028,47.44326],[12.64166,47.45959],[12.66753,47.45609],[12.71238,47.48175],[12.68478,47.50389],[12.66753,47.53185],[12.64511,47.55048],[12.67961,47.57492],[12.66581,47.5947],[12.57956,47.61098],[12.58991,47.63424],[12.53126,47.64586],[12.51057,47.63191],[12.45364,47.6749],[12.45364,47.69232],[12.44329,47.70277],[12.37602,47.69581],[12.33635,47.7109],[12.26563,47.69581],[12.2846,47.73178],[12.27253,47.7515],[12.24148,47.75382],[12.21906,47.72482],[12.18111,47.71206],[12.15868,47.7167],[12.15351,47.68768],[12.19491,47.62261],[12.10866,47.61912],[12.07761,47.62726],[12.03622,47.62494],[12.00689,47.63656],[11.84993,47.61098],[11.83958,47.59238],[11.793,47.60284],[11.66881,47.5947],[11.63431,47.60633],[11.59809,47.59121],[11.57567,47.55863],[11.57394,47.5237],[11.467,47.51787],[11.4394,47.53069],[11.3704,47.47592],[11.38248,47.45843],[11.33073,47.46076],[11.29451,47.4421],[11.26691,47.41059],[11.26863,47.44093],[11.20998,47.4456],[11.11511,47.41993],[11.10304,47.40475],[10.99092,47.40825],[11.003,47.43276],[10.9547,47.46776],[10.95125,47.49107],[10.89088,47.49573],[10.934,47.50506],[10.93572,47.5237],[10.89605,47.55048],[10.78566,47.52603],[10.76841,47.55048],[10.71149,47.54932],[10.70804,47.57027],[10.63904,47.5691],[10.60109,47.58074],[10.57004,47.56212],[10.57177,47.54582],[10.51312,47.5435],[10.4838,47.55979],[10.50277,47.58656]]],"terms_url":"https://tiris.tirol.gv.at","terms_text":"tiris.tirol.gv.at","icon":"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif"},{"id":"TNMap_Orthoimagery_Latest","name":"TNMap Orthoimagery Latest","type":"tms","template":"https://tnmap.tn.gov/arcgis/rest/services/BASEMAPS/IMAGERY_WEB_MERCATOR/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[6,19],"polygon":[[[-90.32418,34.98378],[-90.02032,34.99468],[-90.01994,34.98328],[-89.66986,34.99486],[-89.66958,34.98342],[-89.34252,34.99348],[-89.34206,34.98236],[-88.8749,34.99483],[-88.87457,34.98373],[-88.33679,34.99579],[-88.33658,34.98463],[-88.19671,34.98741],[-88.19689,34.9982],[-87.79957,35.0047],[-87.79957,34.99383],[-87.2854,35.00029],[-87.28517,34.9894],[-86.93485,34.9928],[-86.93485,34.98193],[-85.62592,34.98491],[-85.62592,34.97393],[-85.34581,34.97259],[-85.34581,34.98335],[-84.5978,34.97729],[-84.59831,34.98782],[-84.31772,34.98483],[-84.31683,35.02882],[-84.29352,35.02882],[-84.28942,35.2148],[-84.26622,35.21507],[-84.26572,35.23643],[-84.24208,35.23708],[-84.24154,35.24718],[-84.21789,35.24696],[-84.21843,35.23599],[-84.12465,35.23467],[-84.12438,35.24586],[-84.07762,35.24542],[-84.07762,35.25574],[-84.05371,35.2553],[-84.05317,35.26627],[-84.03033,35.26627],[-84.02952,35.28821],[-84.00615,35.28842],[-84.00529,35.32057],[-84.02896,35.32101],[-84.02814,35.34298],[-84.00502,35.34254],[-84.00257,35.41951],[-83.97919,35.41951],[-83.97862,35.44108],[-83.95496,35.44108],[-83.95412,35.45164],[-83.9313,35.45141],[-83.9313,35.46173],[-83.90792,35.4615],[-83.90764,35.48307],[-83.8837,35.48307],[-83.88285,35.50508],[-83.85891,35.50462],[-83.85863,35.51586],[-83.81289,35.51501],[-83.81219,35.52572],[-83.78842,35.52591],[-83.78818,35.54732],[-83.76418,35.54676],[-83.76418,35.55765],[-83.6933,35.55747],[-83.69353,35.56704],[-83.66998,35.56723],[-83.66952,35.55615],[-83.62262,35.55597],[-83.6229,35.56639],[-83.59926,35.56593],[-83.59926,35.55504],[-83.48194,35.55295],[-83.48108,35.57427],[-83.45744,35.57404],[-83.45687,35.59581],[-83.43295,35.59557],[-83.43237,35.60598],[-83.40925,35.60576],[-83.40925,35.61637],[-83.38505,35.61703],[-83.38478,35.62654],[-83.36139,35.62654],[-83.36112,35.63803],[-83.33773,35.63737],[-83.3375,35.64819],[-83.28992,35.64745],[-83.28938,35.6692],[-83.26586,35.66906],[-83.26532,35.67935],[-83.24164,35.67927],[-83.24053,35.72273],[-83.16978,35.72168],[-83.16867,35.74228],[-83.14484,35.7418],[-83.14473,35.76411],[-83.09748,35.76357],[-83.09703,35.77459],[-83.07354,35.77395],[-83.07285,35.78496],[-83.04929,35.78421],[-83.04952,35.77339],[-82.95549,35.77097],[-82.95435,35.80403],[-82.93078,35.80361],[-82.92972,35.83624],[-82.90572,35.83579],[-82.90472,35.86875],[-82.88083,35.86794],[-82.87978,35.9008],[-82.90311,35.90148],[-82.90263,35.92365],[-82.87859,35.92317],[-82.87787,35.94505],[-82.85416,35.94438],[-82.85503,35.92245],[-82.78407,35.92065],[-82.78234,35.9644],[-82.75871,35.96367],[-82.75857,35.97473],[-82.78205,35.97535],[-82.78155,35.98648],[-82.75786,35.98585],[-82.75744,35.99675],[-82.73381,35.99612],[-82.73333,36.00712],[-82.70971,36.00653],[-82.70868,36.02847],[-82.68506,36.02788],[-82.68463,36.03864],[-82.66099,36.03811],[-82.6607,36.04901],[-82.63698,36.04828],[-82.63731,36.03751],[-82.61367,36.03672],[-82.61668,35.96005],[-82.59324,35.95927],[-82.59352,35.94835],[-82.54673,35.94696],[-82.54615,35.9578],[-82.52233,35.95726],[-82.52182,35.96808],[-82.49809,35.9675],[-82.49799,35.97864],[-82.47405,35.97798],[-82.47308,35.99976],[-82.4496,35.99927],[-82.44851,36.0211],[-82.42514,36.02033],[-82.4231,36.05342],[-82.39972,36.05276],[-82.39821,36.08545],[-82.37468,36.0849],[-82.37399,36.09557],[-82.35046,36.09535],[-82.34991,36.10591],[-82.32652,36.10547],[-82.32597,36.11636],[-82.30189,36.11558],[-82.30147,36.1267],[-82.2305,36.12423],[-82.2298,36.13544],[-82.1588,36.13301],[-82.15961,36.11124],[-82.13624,36.11021],[-82.13676,36.09929],[-82.06577,36.0974],[-82.06538,36.10801],[-82.04146,36.10748],[-82.0412,36.1182],[-82.01741,36.11778],[-82.0159,36.13954],[-81.99261,36.1389],[-81.99058,36.18269],[-81.96649,36.18194],[-81.96501,36.21463],[-81.94142,36.21429],[-81.93949,36.24679],[-81.91589,36.24613],[-81.91348,36.28987],[-81.88974,36.28928],[-81.88929,36.30018],[-81.86555,36.29947],[-81.86443,36.32133],[-81.84068,36.32051],[-81.83949,36.34251],[-81.7683,36.33992],[-81.76869,36.32895],[-81.69759,36.32644],[-81.69575,36.35919],[-81.71958,36.36005],[-81.71591,36.42619],[-81.69238,36.42548],[-81.68444,36.56788],[-81.66071,36.56714],[-81.65879,36.6],[-81.63507,36.59934],[-81.63383,36.62108],[-81.70531,36.62368],[-81.70594,36.61276],[-81.94395,36.62082],[-81.94504,36.59895],[-82.15965,36.60597],[-82.16026,36.59496],[-82.54156,36.60633],[-82.54192,36.59542],[-82.8756,36.60448],[-82.87595,36.59336],[-83.51965,36.60829],[-83.51996,36.59744],[-83.63912,36.59946],[-83.63896,36.61069],[-83.68654,36.61167],[-83.68701,36.58956],[-84.85533,36.60621],[-84.85543,36.61747],[-84.99828,36.61857],[-84.99828,36.62954],[-85.37972,36.63205],[-85.37982,36.62107],[-85.83293,36.62255],[-85.83306,36.63359],[-86.07159,36.63363],[-86.07163,36.64461],[-86.26245,36.6444],[-86.26248,36.65537],[-87.8371,36.64159],[-87.83805,36.67477],[-87.95726,36.67272],[-87.95765,36.68394],[-88.0767,36.68157],[-88.07506,36.61585],[-88.0511,36.61615],[-88.04841,36.50649],[-88.35784,36.50031],[-88.35859,36.51177],[-88.78678,36.50241],[-88.78731,36.51351],[-89.14443,36.505],[-89.14508,36.5159],[-89.42999,36.50833],[-89.42925,36.4861],[-89.45292,36.48566],[-89.45194,36.46339],[-89.47598,36.463],[-89.47817,36.50674],[-89.54905,36.50468],[-89.54795,36.47189],[-89.52396,36.47264],[-89.52355,36.46159],[-89.54744,36.46085],[-89.54398,36.38419],[-89.52009,36.38483],[-89.51877,36.35181],[-89.54234,36.35099],[-89.5422,36.33997],[-89.56606,36.33938],[-89.56635,36.3504],[-89.63692,36.34817],[-89.63531,36.30435],[-89.61152,36.30519],[-89.61069,36.29426],[-89.58715,36.29451],[-89.58637,36.27289],[-89.53883,36.27415],[-89.53789,36.25214],[-89.63316,36.24931],[-89.63393,36.26045],[-89.7044,36.2581],[-89.70409,36.24695],[-89.72773,36.24633],[-89.72666,36.22454],[-89.70301,36.22553],[-89.70207,36.20325],[-89.67801,36.20431],[-89.67784,36.19314],[-89.65411,36.19367],[-89.65345,36.18277],[-89.63021,36.18356],[-89.62872,36.16161],[-89.60515,36.16214],[-89.60358,36.12944],[-89.62713,36.12855],[-89.62686,36.11771],[-89.65054,36.11694],[-89.65013,36.10588],[-89.67341,36.10555],[-89.67327,36.09404],[-89.69682,36.0936],[-89.69494,36.0496],[-89.71849,36.04905],[-89.71767,36.02691],[-89.74108,36.02602],[-89.73778,35.96049],[-89.71439,35.96083],[-89.71358,35.93929],[-89.68982,35.93986],[-89.68947,35.92883],[-89.66571,35.92958],[-89.66361,35.89675],[-89.68796,35.89571],[-89.68842,35.90694],[-89.71207,35.90631],[-89.71252,35.91725],[-89.75947,35.91543],[-89.75902,35.90448],[-89.78255,35.90375],[-89.78018,35.849],[-89.75627,35.8497],[-89.7557,35.83897],[-89.73222,35.83955],[-89.73165,35.82882],[-89.70817,35.82916],[-89.70803,35.81808],[-89.80195,35.81532],[-89.80065,35.78246],[-89.82412,35.7817],[-89.82319,35.75979],[-89.8939,35.75744],[-89.89446,35.76843],[-89.91791,35.76765],[-89.91744,35.75673],[-89.94098,35.75595],[-89.94058,35.74488],[-89.96396,35.74423],[-89.95941,35.65643],[-89.93603,35.65701],[-89.93584,35.64608],[-89.86497,35.64862],[-89.86464,35.63736],[-89.88789,35.63654],[-89.88766,35.62564],[-89.93448,35.62432],[-89.93398,35.61288],[-89.95735,35.61216],[-89.95659,35.60144],[-89.98017,35.60038],[-89.97912,35.57887],[-89.95581,35.57972],[-89.95437,35.55754],[-89.97846,35.5569],[-89.97913,35.56756],[-90.04928,35.56531],[-90.04808,35.53238],[-90.07118,35.53162],[-90.06891,35.48769],[-90.11587,35.4861],[-90.11541,35.47508],[-90.13883,35.47436],[-90.13704,35.4414],[-90.16065,35.44053],[-90.15997,35.42957],[-90.18349,35.42886],[-90.18005,35.36277],[-90.13321,35.36443],[-90.13532,35.40839],[-90.11191,35.40925],[-90.11094,35.38725],[-90.08733,35.38819],[-90.08675,35.37707],[-90.11026,35.37628],[-90.10856,35.3434],[-90.13188,35.34261],[-90.13169,35.33163],[-90.10808,35.3325],[-90.1074,35.32135],[-90.13091,35.32056],[-90.13043,35.30958],[-90.17716,35.30793],[-90.1744,35.25315],[-90.15099,35.25402],[-90.15034,35.24301],[-90.10341,35.24459],[-90.10133,35.20048],[-90.12485,35.19977],[-90.12289,35.16703],[-90.09957,35.1679],[-90.09904,35.15676],[-90.07563,35.15763],[-90.07446,35.13556],[-90.1915,35.13153],[-90.18853,35.07656],[-90.21204,35.07585],[-90.2104,35.04274],[-90.25702,35.04123],[-90.2577,35.05208],[-90.30434,35.0505],[-90.30327,35.02839],[-90.3266,35.02769],[-90.32418,34.98378]]],"terms_url":"https://imagery.tn.gov/pages/tdot-imagery","terms_text":"Tennessee Imagery Program","icon":"https://www.tn.gov/etc/clientlibs/tncore/main/img/logos/tn-logo.png"},{"id":"tokyo_nerima_orthophoto_2016","name":"Tokyo Nerima-ku Imagery 2016","type":"tms","template":"http://nyampire.conohawing.com/ortho-nerima-ku/{zoom}/{x}/{y}.png","category":"photo","endDate":"2016-07-31T00:00:00.000Z","startDate":"2016-06-02T00:00:00.000Z","zoomExtent":[10,19],"polygon":[[[139.62015,35.78332],[139.62021,35.77503],[139.61094,35.77498],[139.61088,35.78204],[139.60156,35.782],[139.58439,35.78191],[139.55762,35.76574],[139.55799,35.7178],[139.57477,35.70908],[139.59177,35.70917],[139.61351,35.72479],[139.6339,35.7249],[139.63393,35.72119],[139.67127,35.72139],[139.67123,35.72592],[139.68491,35.726],[139.68461,35.76462],[139.66936,35.77421],[139.63412,35.77403],[139.63405,35.78339],[139.62015,35.78332]]],"terms_url":"https://www.city.nerima.tokyo.jp/kusei/tokei/opendata/opendatasite/tokei_kusei/koku-shashin.html","terms_text":"NerimaOrtho","description":"Open Data Orthoimagery from Nerima-ku, 2016"},{"id":"Geodata-Gov-Topographical-Linemap_Moldova_2017","name":"Topographical Linemap of Moldova, 2017","type":"wms","template":"http://geodata.gov.md/geoserver/ows?FORMAT=image/png&TRANSPARENT=FALSE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=maps:Linemap_2017&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","polygon":[[[28.09563,48.2926],[28.0952,48.29524],[28.09393,48.29753],[28.09101,48.30267],[28.08833,48.30815],[28.08159,48.3132],[28.07663,48.31734],[28.07108,48.32115],[28.06279,48.3238],[28.05687,48.32453],[28.04865,48.32737],[28.03368,48.3275],[28.01848,48.32781],[28.00703,48.32757],[27.99778,48.32683],[27.98578,48.32668],[27.97218,48.3259],[27.96724,48.32605],[27.96021,48.32755],[27.95224,48.33093],[27.94611,48.33526],[27.93735,48.33991],[27.93143,48.34306],[27.9218,48.34734],[27.91482,48.351],[27.90828,48.35455],[27.90145,48.35899],[27.89476,48.36314],[27.89216,48.36619],[27.88832,48.36954],[27.88575,48.37182],[27.88352,48.37427],[27.8818,48.3776],[27.88043,48.38058],[27.87967,48.38687],[27.88259,48.39188],[27.88173,48.39459],[27.88092,48.39724],[27.87817,48.40074],[27.87508,48.40445],[27.87204,48.40706],[27.86616,48.4099],[27.85734,48.41258],[27.84933,48.41562],[27.84103,48.4165],[27.83534,48.41685],[27.82809,48.41782],[27.8212,48.41996],[27.81893,48.42369],[27.81515,48.42894],[27.8103,48.43373],[27.80296,48.43666],[27.79397,48.44294],[27.79129,48.4449],[27.78408,48.44862],[27.77331,48.45163],[27.7703,48.45233],[27.76711,48.45469],[27.76599,48.45625],[27.76153,48.45757],[27.75488,48.45817],[27.74844,48.45896],[27.74194,48.45841],[27.73417,48.45744],[27.72469,48.45548],[27.70879,48.45189],[27.70273,48.45024],[27.69537,48.44719],[27.69037,48.4445],[27.68057,48.44177],[27.66349,48.44181],[27.64658,48.44216],[27.63624,48.44526],[27.62883,48.44768],[27.61798,48.45229],[27.60995,48.45583],[27.60512,48.45693],[27.59787,48.45925],[27.59379,48.46047],[27.5913,48.46306],[27.5903,48.46554],[27.59433,48.46901],[27.59472,48.47043],[27.59757,48.47298],[27.59611,48.47531],[27.59881,48.47739],[27.60227,48.48067],[27.60622,48.48464],[27.60624,48.48689],[27.6042,48.48959],[27.6003,48.49197],[27.59214,48.49302],[27.58367,48.49285],[27.57834,48.49148],[27.57159,48.49007],[27.57311,48.48862],[27.5695,48.48712],[27.56757,48.48716],[27.56362,48.48898],[27.55987,48.48695],[27.55729,48.4835],[27.55448,48.48144],[27.54914,48.47891],[27.53914,48.47662],[27.53931,48.47389],[27.53361,48.47134],[27.52466,48.47174],[27.52487,48.4706],[27.52075,48.46757],[27.5253,48.46649],[27.52489,48.46501],[27.51886,48.46259],[27.50685,48.45775],[27.50294,48.45615],[27.49204,48.45913],[27.48801,48.45933],[27.48359,48.4569],[27.47226,48.45592],[27.47202,48.453],[27.46597,48.45001],[27.46421,48.44786],[27.46213,48.44059],[27.45395,48.44072],[27.4537,48.43693],[27.45301,48.42802],[27.45449,48.42403],[27.45183,48.41945],[27.4481,48.41348],[27.44677,48.41097],[27.44488,48.41033],[27.43713,48.41097],[27.43668,48.41252],[27.43091,48.41285],[27.42554,48.41267],[27.41662,48.41479],[27.41057,48.41277],[27.40104,48.41215],[27.39726,48.41372],[27.39469,48.41355],[27.39106,48.41153],[27.384,48.4118],[27.38038,48.41443],[27.37986,48.42288],[27.37814,48.43065],[27.37827,48.43243],[27.37795,48.43374],[27.37714,48.44019],[27.37432,48.44282],[27.36823,48.44327],[27.36542,48.44406],[27.36403,48.44339],[27.35338,48.45051],[27.34913,48.44803],[27.34851,48.44663],[27.34982,48.44483],[27.3519,48.44268],[27.34858,48.44423],[27.34079,48.44826],[27.33793,48.44882],[27.3319,48.44288],[27.32645,48.44342],[27.31849,48.44514],[27.31658,48.44039],[27.31523,48.4367],[27.31203,48.4326],[27.30978,48.42876],[27.31208,48.42274],[27.30596,48.41804],[27.29615,48.41072],[27.29485,48.40599],[27.29289,48.40035],[27.29019,48.39359],[27.28948,48.38665],[27.28613,48.37943],[27.28506,48.37304],[27.273,48.3778],[27.26388,48.38127],[27.26084,48.38028],[27.24888,48.37666],[27.2415,48.37624],[27.23648,48.37398],[27.2323,48.37756],[27.2229,48.38472],[27.21328,48.39315],[27.20753,48.39133],[27.2065,48.39257],[27.20157,48.39141],[27.19638,48.3917],[27.19402,48.39554],[27.19211,48.39624],[27.18848,48.39452],[27.17998,48.39297],[27.18099,48.39118],[27.17312,48.38526],[27.16202,48.37968],[27.16058,48.38242],[27.15247,48.37805],[27.14329,48.37676],[27.13726,48.37626],[27.12958,48.3786],[27.12636,48.3796],[27.12338,48.38211],[27.1202,48.38581],[27.11351,48.39174],[27.10383,48.40123],[27.09726,48.4067],[27.09061,48.41225],[27.08892,48.41381],[27.08746,48.42338],[27.08679,48.43124],[27.08647,48.43588],[27.07765,48.43482],[27.0681,48.43363],[27.06583,48.43089],[27.06066,48.42264],[27.05229,48.42768],[27.03718,48.42479],[27.03057,48.42826],[27.01429,48.42621],[27.01152,48.42346],[27.01285,48.41985],[27.01875,48.41737],[27.02714,48.41643],[27.03564,48.41177],[27.03804,48.4106],[27.03373,48.40718],[27.03557,48.40562],[27.04167,48.40369],[27.04347,48.40002],[27.04418,48.38749],[27.04673,48.38102],[27.04332,48.37759],[27.04381,48.37574],[27.03441,48.38],[27.02804,48.38332],[27.02205,48.38392],[27.01542,48.38366],[27.00987,48.38286],[27.00568,48.38236],[27.00113,48.3806],[26.99836,48.37822],[26.9992,48.36901],[26.99562,48.36073],[26.98289,48.36291],[26.96592,48.36627],[26.94998,48.36964],[26.94082,48.37109],[26.92938,48.37431],[26.9277,48.37327],[26.9288,48.36764],[26.92539,48.36817],[26.91389,48.37425],[26.90653,48.3785],[26.89633,48.38303],[26.8964,48.38477],[26.89715,48.3911],[26.89876,48.39379],[26.90337,48.39684],[26.89539,48.40312],[26.89039,48.41074],[26.88312,48.41684],[26.87138,48.42154],[26.86752,48.41805],[26.86249,48.41732],[26.85595,48.41475],[26.84687,48.41466],[26.83743,48.41587],[26.81014,48.41848],[26.79123,48.42032],[26.77441,48.41997],[26.76907,48.41186],[26.76802,48.40748],[26.76308,48.40889],[26.76132,48.40496],[26.75347,48.39943],[26.74293,48.40428],[26.72678,48.41205],[26.7236,48.41275],[26.71639,48.4108],[26.70828,48.40651],[26.70753,48.40469],[26.71165,48.4012],[26.71324,48.40019],[26.72529,48.38957],[26.73265,48.38328],[26.74197,48.37534],[26.75059,48.36633],[26.75486,48.36271],[26.75843,48.36205],[26.75967,48.35953],[26.75913,48.3582],[26.76259,48.35371],[26.76437,48.35288],[26.77581,48.35096],[26.79113,48.34344],[26.79623,48.34286],[26.79883,48.34468],[26.80419,48.34772],[26.80782,48.35093],[26.81143,48.34892],[26.82344,48.34347],[26.82473,48.34045],[26.8246,48.33581],[26.82604,48.32828],[26.82636,48.32624],[26.82192,48.32597],[26.82132,48.3209],[26.82209,48.31821],[26.82295,48.31602],[26.82829,48.31437],[26.81945,48.31304],[26.82226,48.30877],[26.82351,48.30428],[26.81997,48.30248],[26.8181,48.29688],[26.8131,48.29519],[26.8087,48.29497],[26.80325,48.29396],[26.80046,48.29444],[26.79424,48.29322],[26.79001,48.29587],[26.78166,48.29954],[26.76896,48.30272],[26.7648,48.3097],[26.76231,48.31671],[26.76323,48.31864],[26.75765,48.32521],[26.74961,48.32055],[26.74358,48.31721],[26.73701,48.31511],[26.73448,48.32062],[26.72557,48.33052],[26.71583,48.34142],[26.70884,48.34724],[26.70624,48.34869],[26.69555,48.36212],[26.68032,48.35633],[26.68326,48.3512],[26.68807,48.34377],[26.69064,48.33785],[26.69356,48.33071],[26.69309,48.32785],[26.6742,48.3258],[26.67425,48.31815],[26.6609,48.31191],[26.64777,48.30631],[26.64715,48.30178],[26.64845,48.29998],[26.63972,48.29196],[26.64052,48.29107],[26.63509,48.28756],[26.62416,48.28017],[26.61447,48.2752],[26.61498,48.27428],[26.62914,48.25834],[26.63532,48.26097],[26.64021,48.25623],[26.64356,48.25166],[26.64639,48.25114],[26.65421,48.25388],[26.65824,48.25583],[26.65918,48.26034],[26.66073,48.26297],[26.66425,48.26188],[26.66493,48.25828],[26.66167,48.25497],[26.66047,48.25091],[26.66339,48.2464],[26.66639,48.24503],[26.67034,48.24685],[26.68356,48.24794],[26.68905,48.2504],[26.69446,48.25571],[26.69661,48.26228],[26.70107,48.26411],[26.70536,48.25394],[26.71214,48.2488],[26.72038,48.24525],[26.73265,48.24365],[26.74287,48.24468],[26.75231,48.24611],[26.76544,48.24691],[26.77257,48.24371],[26.78261,48.24165],[26.78681,48.24268],[26.78784,48.24503],[26.78632,48.24854],[26.79053,48.24865],[26.79874,48.24878],[26.80269,48.25171],[26.80778,48.25337],[26.81046,48.24954],[26.81548,48.24371],[26.82329,48.24354],[26.82681,48.23113],[26.82844,48.2257],[26.84003,48.22547],[26.84629,48.2305],[26.85136,48.23251],[26.85582,48.22376],[26.85857,48.21833],[26.87573,48.20609],[26.8832,48.20042],[26.89685,48.19962],[26.90715,48.20054],[26.90475,48.19739],[26.89771,48.19653],[26.88964,48.19424],[26.89204,48.18698],[26.89891,48.17805],[26.91642,48.17919],[26.92303,48.17896],[26.92294,48.1864],[26.91616,48.19762],[26.92595,48.19808],[26.93856,48.19699],[26.94646,48.18938],[26.94775,48.18434],[26.94337,48.17971],[26.93655,48.17633],[26.9323,48.17301],[26.93041,48.16797],[26.93324,48.16351],[26.94097,48.16093],[26.95127,48.15853],[26.96577,48.16042],[26.97796,48.15939],[26.98577,48.15446],[26.99049,48.1504],[26.98723,48.14702],[26.9777,48.14501],[26.9668,48.14931],[26.9595,48.15395],[26.95187,48.1524],[26.9474,48.14513],[26.95092,48.1378],[26.96706,48.12852],[26.97993,48.128],[26.99444,48.11992],[27.00611,48.11987],[27.01693,48.13596],[27.02568,48.13694],[27.02559,48.1339],[27.01881,48.12703],[27.02156,48.12319],[27.028,48.12222],[27.03684,48.12783],[27.031,48.11723],[27.03461,48.11207],[27.03924,48.10451],[27.03426,48.0982],[27.02302,48.09304],[27.02388,48.088],[27.03753,48.08238],[27.04053,48.07452],[27.04199,48.06856],[27.06156,48.06053],[27.07941,48.0486],[27.07778,48.04234],[27.08031,48.03789],[27.08263,48.03422],[27.08593,48.0318],[27.09424,48.03213],[27.10304,48.03283],[27.10617,48.02888],[27.10072,48.0263],[27.09271,48.02456],[27.09012,48.02118],[27.08804,48.01719],[27.08722,48.01098],[27.08849,48.00738],[27.09265,48.00491],[27.09649,48.00435],[27.10486,48.00483],[27.1061,48.00829],[27.11432,48.01146],[27.12097,48.01384],[27.12645,48.01241],[27.12563,48.01044],[27.12258,48.00826],[27.1173,48.00428],[27.11456,48.00227],[27.11486,47.99953],[27.1157,47.99565],[27.12142,47.99175],[27.13278,47.9893],[27.14224,47.98861],[27.1552,47.99078],[27.1529,47.9879],[27.15029,47.98077],[27.15097,47.97573],[27.1505,47.97277],[27.14503,47.97067],[27.13975,47.96757],[27.13743,47.96724],[27.13591,47.96628],[27.13962,47.96556],[27.14226,47.96134],[27.14445,47.95776],[27.14655,47.95657],[27.14574,47.95501],[27.14981,47.95405],[27.15168,47.95536],[27.15631,47.95401],[27.16275,47.95039],[27.17043,47.94872],[27.17033,47.94515],[27.17071,47.94226],[27.16784,47.94185],[27.16084,47.93974],[27.15719,47.93729],[27.14943,47.93969],[27.14681,47.93906],[27.15475,47.93489],[27.14563,47.92575],[27.14329,47.92264],[27.13878,47.92194],[27.13844,47.92011],[27.13752,47.91732],[27.14151,47.91338],[27.13685,47.91249],[27.14129,47.91104],[27.15138,47.91003],[27.15509,47.91292],[27.16539,47.90896],[27.18578,47.89805],[27.20052,47.89733],[27.20384,47.89149],[27.19878,47.891],[27.19524,47.88941],[27.20412,47.89064],[27.20206,47.88544],[27.19219,47.87779],[27.19442,47.86731],[27.20507,47.8589],[27.21107,47.85141],[27.20438,47.85141],[27.19769,47.85326],[27.19395,47.84941],[27.19256,47.84276],[27.19779,47.83729],[27.21268,47.83374],[27.21878,47.83472],[27.22414,47.83668],[27.22588,47.83878],[27.2282,47.8373],[27.23266,47.83609],[27.23453,47.83667],[27.23762,47.83633],[27.23818,47.83438],[27.24047,47.83451],[27.24242,47.837],[27.24657,47.83494],[27.24654,47.8309],[27.24131,47.82944],[27.23631,47.82655],[27.23062,47.82653],[27.22841,47.83183],[27.22283,47.83298],[27.21425,47.82779],[27.21305,47.82192],[27.21331,47.81609],[27.22249,47.81333],[27.22936,47.81264],[27.23631,47.81581],[27.23923,47.81592],[27.24017,47.81373],[27.23674,47.81206],[27.22953,47.80762],[27.22893,47.79967],[27.23013,47.79551],[27.23845,47.79661],[27.24558,47.79442],[27.24815,47.79246],[27.24627,47.7875],[27.24978,47.78456],[27.25287,47.78369],[27.25159,47.78185],[27.2503,47.77758],[27.25287,47.77689],[27.25802,47.77781],[27.26189,47.7796],[27.26506,47.77937],[27.26266,47.77677],[27.26455,47.77175],[27.26695,47.76766],[27.26257,47.76362],[27.26309,47.75923],[27.26798,47.75802],[27.27828,47.76293],[27.28446,47.75583],[27.28008,47.75462],[27.2745,47.75202],[27.28292,47.74665],[27.29021,47.74804],[27.29467,47.75133],[27.29665,47.74925],[27.29407,47.74792],[27.28558,47.74608],[27.28086,47.74002],[27.27777,47.73465],[27.28463,47.72887],[27.29339,47.72812],[27.29115,47.72443],[27.28429,47.7261],[27.28094,47.72922],[27.27519,47.73072],[27.2691,47.72836],[27.26987,47.73274],[27.26644,47.73482],[27.26146,47.73384],[27.25485,47.72691],[27.24884,47.72102],[27.25073,47.7164],[27.25536,47.71432],[27.26326,47.71173],[27.26506,47.70647],[27.26841,47.69734],[27.27974,47.6985],[27.27253,47.69139],[27.27322,47.68642],[27.28025,47.6814],[27.29382,47.68036],[27.2915,47.66637],[27.29244,47.66157],[27.30068,47.66013],[27.3048,47.66007],[27.30746,47.65701],[27.31175,47.65186],[27.31304,47.644],[27.32128,47.63046],[27.33922,47.6245],[27.3569,47.61924],[27.36059,47.61403],[27.36557,47.60188],[27.37209,47.59609],[27.39115,47.58741],[27.40282,47.58133],[27.42522,47.58278],[27.42685,47.58046],[27.41501,47.57334],[27.4163,47.56616],[27.41939,47.56205],[27.42977,47.56158],[27.42608,47.55846],[27.4205,47.55382],[27.43149,47.54948],[27.43758,47.54815],[27.42891,47.54849],[27.42908,47.54525],[27.4326,47.54131],[27.43801,47.5398],[27.44282,47.53476],[27.44616,47.5336],[27.45166,47.53482],[27.45483,47.53598],[27.45466,47.5347],[27.44711,47.53297],[27.44333,47.53215],[27.44187,47.52931],[27.44822,47.52653],[27.44943,47.52294],[27.45063,47.52079],[27.45458,47.52056],[27.46505,47.52665],[27.46659,47.52566],[27.45638,47.52027],[27.45269,47.51645],[27.45552,47.51343],[27.4532,47.51082],[27.4526,47.50764],[27.45741,47.50276],[27.46539,47.49946],[27.46513,47.49546],[27.46891,47.49041],[27.47183,47.48519],[27.47749,47.48339],[27.49054,47.48705],[27.49389,47.4867],[27.48968,47.48403],[27.49037,47.4809],[27.49543,47.47794],[27.50462,47.47672],[27.50916,47.47829],[27.51002,47.48218],[27.50839,47.48415],[27.51062,47.48548],[27.51492,47.48966],[27.51646,47.48914],[27.51268,47.4856],[27.5108,47.48096],[27.51097,47.47609],[27.51371,47.4726],[27.51766,47.4726],[27.52101,47.47649],[27.52273,47.48113],[27.52822,47.47783],[27.53509,47.4762],[27.53921,47.4787],[27.53809,47.48247],[27.53414,47.4845],[27.53491,47.48676],[27.538,47.4867],[27.54092,47.47864],[27.54427,47.47417],[27.54908,47.47191],[27.5556,47.46895],[27.55603,47.46419],[27.56101,47.46117],[27.56616,47.4621],[27.56993,47.4646],[27.57131,47.46286],[27.57251,47.45734],[27.56942,47.45038],[27.56538,47.44881],[27.5586,47.44887],[27.55526,47.44608],[27.55689,47.4437],[27.55972,47.43842],[27.5526,47.43604],[27.55096,47.43256],[27.5532,47.42687],[27.55843,47.42251],[27.56616,47.42077],[27.5738,47.41856],[27.57208,47.41258],[27.57277,47.40863],[27.57697,47.4066],[27.58264,47.40875],[27.58118,47.40346],[27.58083,47.39998],[27.57405,47.39876],[27.56847,47.39486],[27.56807,47.39282],[27.56865,47.39033],[27.56727,47.38724],[27.5677,47.385],[27.56903,47.38297],[27.56875,47.38198],[27.56674,47.38054],[27.56575,47.37916],[27.56871,47.37667],[27.56757,47.37417],[27.56817,47.37243],[27.57025,47.37144],[27.57262,47.37166],[27.5745,47.37211],[27.5765,47.37319],[27.57901,47.37493],[27.5798,47.37669],[27.58113,47.37826],[27.58261,47.37771],[27.58315,47.37675],[27.58266,47.37519],[27.58154,47.37406],[27.57819,47.37277],[27.57388,47.37178],[27.57186,47.3699],[27.57266,47.36765],[27.57555,47.36657],[27.5792,47.36775],[27.58508,47.36676],[27.58641,47.36483],[27.58888,47.36403],[27.593,47.36546],[27.5951,47.36753],[27.59433,47.36992],[27.59442,47.37162],[27.5954,47.37208],[27.59678,47.37153],[27.59555,47.36957],[27.59656,47.36835],[27.59753,47.36766],[27.60038,47.36657],[27.5989,47.36466],[27.59849,47.36256],[27.59794,47.35963],[27.59751,47.35685],[27.59684,47.35473],[27.59588,47.35304],[27.59502,47.3513],[27.5942,47.35003],[27.59384,47.34833],[27.59412,47.34681],[27.59564,47.34573],[27.59815,47.34523],[27.60055,47.34641],[27.60171,47.34779],[27.60411,47.34906],[27.60538,47.34925],[27.60622,47.34817],[27.6059,47.34667],[27.60592,47.34449],[27.6051,47.34345],[27.60418,47.34212],[27.60373,47.3409],[27.60386,47.33938],[27.60527,47.33833],[27.60744,47.33754],[27.61115,47.33853],[27.61283,47.34012],[27.61328,47.34118],[27.61399,47.34157],[27.61441,47.34093],[27.61469,47.33907],[27.6142,47.33831],[27.61135,47.33692],[27.60933,47.33583],[27.60748,47.3345],[27.60439,47.33293],[27.60203,47.33117],[27.60105,47.32972],[27.59952,47.32925],[27.59851,47.32944],[27.59766,47.32997],[27.59663,47.33128],[27.59579,47.33251],[27.59482,47.33277],[27.59161,47.33254],[27.58867,47.3326],[27.58444,47.33206],[27.58238,47.33142],[27.58028,47.33024],[27.5797,47.32838],[27.58058,47.32735],[27.58195,47.32656],[27.58523,47.32645],[27.58959,47.32719],[27.59296,47.32722],[27.59598,47.32587],[27.59575,47.32431],[27.59384,47.32349],[27.59248,47.3229],[27.59176,47.32195],[27.59186,47.32104],[27.59246,47.31977],[27.59414,47.31855],[27.59618,47.31722],[27.59918,47.31658],[27.60111,47.31685],[27.60238,47.31784],[27.60257,47.31897],[27.60223,47.32044],[27.60115,47.32165],[27.60015,47.32283],[27.6021,47.32509],[27.60396,47.32732],[27.60523,47.32837],[27.60596,47.32853],[27.60733,47.32826],[27.60862,47.32751],[27.60959,47.32635],[27.60999,47.32488],[27.60987,47.32319],[27.60881,47.32201],[27.60673,47.32048],[27.60452,47.31926],[27.60424,47.31788],[27.6045,47.31669],[27.60738,47.31615],[27.61261,47.31772],[27.61637,47.31869],[27.61894,47.32016],[27.61944,47.32179],[27.62055,47.32419],[27.6213,47.32521],[27.62203,47.32507],[27.62368,47.32293],[27.62568,47.31999],[27.62624,47.31798],[27.62675,47.3144],[27.62641,47.31238],[27.62628,47.31075],[27.62707,47.30982],[27.62847,47.30899],[27.63049,47.30869],[27.63188,47.30915],[27.63287,47.31013],[27.6336,47.31143],[27.63493,47.31218],[27.63637,47.31228],[27.63752,47.31158],[27.63798,47.31095],[27.63774,47.3101],[27.63583,47.30816],[27.63355,47.30595],[27.6322,47.30464],[27.63171,47.30307],[27.63295,47.30205],[27.63737,47.30141],[27.64083,47.30089],[27.64456,47.29968],[27.64679,47.29888],[27.6486,47.29907],[27.64948,47.29984],[27.64943,47.30131],[27.64967,47.30233],[27.64911,47.30396],[27.64804,47.30497],[27.64712,47.30588],[27.64729,47.30663],[27.64881,47.3071],[27.65282,47.30765],[27.65452,47.30723],[27.65606,47.30596],[27.65731,47.3048],[27.65872,47.3038],[27.66066,47.30365],[27.66171,47.30406],[27.66242,47.30495],[27.66216,47.30608],[27.66254,47.30722],[27.66338,47.30771],[27.66445,47.3073],[27.66536,47.3062],[27.66617,47.30445],[27.66671,47.30327],[27.66782,47.30147],[27.66937,47.29998],[27.67121,47.29913],[27.67357,47.29872],[27.67512,47.2991],[27.67647,47.30023],[27.67754,47.30266],[27.67778,47.30429],[27.67722,47.30601],[27.67623,47.30726],[27.67527,47.30867],[27.67617,47.3096],[27.67756,47.30956],[27.67913,47.30883],[27.67984,47.30628],[27.67947,47.3034],[27.67887,47.29895],[27.67911,47.29716],[27.68166,47.29639],[27.684,47.29643],[27.68248,47.29392],[27.68186,47.29183],[27.68205,47.28808],[27.68265,47.28625],[27.68347,47.28505],[27.68518,47.28413],[27.68641,47.28377],[27.68812,47.28461],[27.68952,47.28591],[27.68956,47.28753],[27.6899,47.29018],[27.69136,47.29156],[27.69533,47.29095],[27.70138,47.28937],[27.70456,47.28863],[27.70647,47.28905],[27.70737,47.29023],[27.70651,47.29215],[27.70479,47.29429],[27.70385,47.29684],[27.70411,47.29857],[27.70503,47.29945],[27.70673,47.29968],[27.70887,47.29969],[27.71192,47.29838],[27.71417,47.2964],[27.7166,47.29408],[27.71966,47.29272],[27.72456,47.29403],[27.72737,47.29483],[27.72999,47.29298],[27.73247,47.2913],[27.73514,47.28776],[27.73672,47.28496],[27.73762,47.28178],[27.73754,47.27974],[27.73728,47.27838],[27.73664,47.27689],[27.73647,47.2756],[27.7385,47.27488],[27.74104,47.27515],[27.7429,47.27626],[27.74501,47.27715],[27.747,47.27697],[27.74752,47.27549],[27.74704,47.27316],[27.74552,47.27025],[27.74391,47.26822],[27.74325,47.26601],[27.74406,47.26412],[27.74537,47.26286],[27.74874,47.26158],[27.75543,47.25925],[27.75773,47.25748],[27.75642,47.25659],[27.75398,47.25627],[27.75052,47.25767],[27.747,47.25855],[27.74275,47.25749],[27.74114,47.2556],[27.74256,47.25172],[27.74505,47.2505],[27.74657,47.25056],[27.74745,47.25168],[27.7484,47.25334],[27.75067,47.25453],[27.75232,47.2537],[27.75466,47.25295],[27.75556,47.25177],[27.75627,47.24877],[27.75498,47.24703],[27.75258,47.24664],[27.75189,47.24779],[27.75035,47.24979],[27.74829,47.24987],[27.74477,47.24711],[27.74428,47.24534],[27.74432,47.24349],[27.74526,47.24074],[27.74878,47.23806],[27.75239,47.23717],[27.75466,47.23708],[27.75582,47.23786],[27.75526,47.23583],[27.7535,47.2336],[27.75299,47.23194],[27.75372,47.23064],[27.75554,47.22968],[27.75919,47.22926],[27.76329,47.23],[27.76837,47.23128],[27.77249,47.23111],[27.77492,47.22967],[27.77402,47.2277],[27.77217,47.22524],[27.76985,47.22344],[27.76852,47.22247],[27.7687,47.22149],[27.76992,47.2206],[27.77395,47.22024],[27.77884,47.21947],[27.7826,47.2199],[27.7859,47.21757],[27.7856,47.21527],[27.78464,47.21425],[27.78058,47.21104],[27.77771,47.20833],[27.77659,47.20594],[27.77616,47.20463],[27.77674,47.20359],[27.7788,47.20305],[27.78399,47.20553],[27.78779,47.20773],[27.78927,47.20762],[27.79017,47.20632],[27.78818,47.20423],[27.78663,47.20215],[27.7858,47.19887],[27.78494,47.19709],[27.78569,47.19426],[27.78545,47.19238],[27.78545,47.1906],[27.78764,47.18858],[27.79311,47.18707],[27.79751,47.18777],[27.80075,47.18968],[27.80217,47.19016],[27.80311,47.18801],[27.80178,47.18578],[27.79955,47.18343],[27.79796,47.18098],[27.79719,47.17818],[27.7967,47.17628],[27.7955,47.17358],[27.79528,47.17176],[27.79593,47.16953],[27.80125,47.16709],[27.80489,47.1654],[27.80715,47.1653],[27.81037,47.16575],[27.81045,47.16368],[27.80916,47.16248],[27.80653,47.16088],[27.80296,47.15891],[27.80105,47.15681],[27.80035,47.15467],[27.80052,47.15214],[27.79914,47.15247],[27.79713,47.15399],[27.79389,47.15393],[27.78951,47.15454],[27.78689,47.15357],[27.78451,47.15139],[27.78348,47.14993],[27.78384,47.14818],[27.78509,47.14684],[27.78771,47.14614],[27.79116,47.14741],[27.79249,47.14858],[27.79457,47.149],[27.79595,47.14812],[27.79747,47.14604],[27.79927,47.14388],[27.79962,47.14255],[27.79835,47.14217],[27.79623,47.14265],[27.79434,47.14326],[27.79108,47.14388],[27.78625,47.14515],[27.78196,47.14548],[27.78037,47.14428],[27.78009,47.14306],[27.78054,47.14138],[27.78496,47.13994],[27.79189,47.1394],[27.79962,47.13713],[27.81026,47.13722],[27.81324,47.1376],[27.8159,47.13753],[27.81914,47.13596],[27.82079,47.13456],[27.82515,47.13491],[27.82983,47.13823],[27.83073,47.13788],[27.82871,47.13608],[27.82841,47.13451],[27.82948,47.1335],[27.83167,47.13262],[27.83601,47.13268],[27.83981,47.13395],[27.84202,47.13524],[27.84549,47.1331],[27.8488,47.13077],[27.84998,47.12928],[27.85088,47.12763],[27.85075,47.12634],[27.84978,47.12484],[27.84858,47.12369],[27.84714,47.12305],[27.84571,47.12291],[27.84502,47.12315],[27.84472,47.12379],[27.84483,47.12491],[27.84478,47.12646],[27.84393,47.12783],[27.84275,47.12932],[27.84135,47.13032],[27.83899,47.13077],[27.83751,47.13013],[27.83706,47.1291],[27.83695,47.1282],[27.83607,47.12696],[27.83313,47.12518],[27.82837,47.12471],[27.82588,47.12364],[27.82453,47.12261],[27.82618,47.1203],[27.82927,47.11687],[27.83384,47.11472],[27.84,47.11428],[27.84581,47.11297],[27.85247,47.11236],[27.85618,47.11217],[27.85599,47.11155],[27.85343,47.10979],[27.85337,47.10776],[27.85538,47.10571],[27.85774,47.10335],[27.86092,47.10285],[27.86472,47.10354],[27.86519,47.10475],[27.86435,47.10649],[27.86493,47.10767],[27.86759,47.10723],[27.87216,47.10767],[27.87478,47.10716],[27.8742,47.1057],[27.87146,47.10494],[27.86895,47.10524],[27.8671,47.10454],[27.86603,47.1032],[27.86641,47.10168],[27.8688,47.10172],[27.8712,47.10281],[27.87455,47.10259],[27.87761,47.10021],[27.88036,47.09863],[27.88311,47.09847],[27.8824,47.09669],[27.87995,47.09473],[27.87918,47.09353],[27.87837,47.09157],[27.88184,47.08934],[27.88534,47.08953],[27.88836,47.09023],[27.89025,47.08874],[27.89397,47.08509],[27.89598,47.08023],[27.89603,47.07535],[27.89628,47.07353],[27.89841,47.07236],[27.90276,47.07375],[27.90401,47.0757],[27.90523,47.07608],[27.90699,47.07439],[27.91128,47.0711],[27.91452,47.06789],[27.91568,47.06651],[27.91768,47.06634],[27.91894,47.06683],[27.91997,47.0677],[27.92083,47.06789],[27.92276,47.06736],[27.92643,47.0643],[27.92933,47.06232],[27.9325,47.06132],[27.93677,47.06147],[27.93954,47.06258],[27.94003,47.06416],[27.94034,47.06555],[27.94128,47.06422],[27.94295,47.06162],[27.94379,47.06014],[27.94594,47.05948],[27.94939,47.05955],[27.95527,47.05815],[27.95842,47.05675],[27.95967,47.05486],[27.95731,47.05419],[27.95403,47.05482],[27.95248,47.0554],[27.9501,47.05466],[27.94774,47.05384],[27.94446,47.05282],[27.94353,47.05115],[27.94351,47.05001],[27.94428,47.04929],[27.94525,47.0495],[27.94793,47.04758],[27.95048,47.04631],[27.95435,47.04667],[27.95714,47.04765],[27.96235,47.0489],[27.96379,47.04887],[27.96207,47.04716],[27.96008,47.04716],[27.95812,47.04703],[27.95735,47.04602],[27.95761,47.04368],[27.95795,47.04191],[27.95915,47.04075],[27.96023,47.04049],[27.96139,47.04078],[27.96162,47.04204],[27.96216,47.0428],[27.96628,47.04376],[27.96947,47.0442],[27.9725,47.0442],[27.97475,47.04312],[27.97535,47.04208],[27.97533,47.03996],[27.97647,47.03778],[27.97922,47.03556],[27.98441,47.03388],[27.98664,47.03392],[27.98774,47.03424],[27.98763,47.03552],[27.98851,47.03679],[27.99055,47.03789],[27.99372,47.03635],[27.99533,47.03522],[27.99561,47.03392],[27.99495,47.03256],[27.99368,47.03079],[27.99366,47.02959],[27.99469,47.02866],[27.99761,47.02838],[28.00492,47.02665],[28.01085,47.02461],[28.01589,47.02272],[28.02001,47.0223],[28.02363,47.02309],[28.02456,47.02401],[28.02501,47.02576],[28.02443,47.02749],[28.02632,47.02927],[28.02795,47.03],[28.03127,47.02977],[28.03496,47.0298],[28.03771,47.02801],[28.0393,47.02528],[28.03966,47.0227],[28.0399,47.02132],[28.04069,47.02028],[28.04224,47.01987],[28.04318,47.01979],[28.04458,47.02022],[28.04543,47.02142],[28.04582,47.02265],[28.04612,47.02383],[28.04696,47.02453],[28.04788,47.02466],[28.04968,47.02254],[28.05183,47.01878],[28.05316,47.0154],[28.05292,47.01385],[28.05196,47.01382],[28.05073,47.015],[28.04891,47.01693],[28.04646,47.01864],[28.0444,47.01946],[28.04314,47.01963],[28.0417,47.01976],[28.03968,47.0193],[28.03689,47.01805],[28.03526,47.01652],[28.0331,47.01454],[28.03162,47.0128],[28.03155,47.01132],[28.03301,47.01001],[28.03565,47.00951],[28.03662,47.01004],[28.03687,47.01138],[28.03807,47.01175],[28.039,47.01166],[28.04093,47.01023],[28.04273,47.00843],[28.04303,47.00778],[28.04235,47.00745],[28.04048,47.00843],[28.03868,47.00797],[28.03865,47.00721],[28.03964,47.006],[28.04303,47.00506],[28.04468,47.00345],[28.04724,47.00225],[28.05058,47.00077],[28.05279,47.00076],[28.05434,47.0021],[28.05406,47.00322],[28.05286,47.00404],[28.0517,47.00471],[28.05155,47.00538],[28.05288,47.0057],[28.05447,47.00468],[28.05537,47.0033],[28.05556,47.00216],[28.05483,47.00127],[28.0537,47.00057],[28.05344,46.99949],[28.05743,46.99852],[28.06698,46.99492],[28.07316,46.99189],[28.07769,46.99086],[28.08071,46.99018],[28.08163,46.98885],[28.0808,46.98786],[28.07811,46.98728],[28.07655,46.98593],[28.07781,46.98461],[28.0805,46.98445],[28.08243,46.98432],[28.0862,46.98378],[28.08801,46.98115],[28.09037,46.98033],[28.09552,46.97866],[28.09547,46.97694],[28.09432,46.97585],[28.09015,46.97503],[28.08528,46.97349],[28.08292,46.97134],[28.08485,46.9685],[28.08543,46.96617],[28.08492,46.96513],[28.08419,46.96498],[28.08284,46.96522],[28.08148,46.96548],[28.07975,46.96495],[28.07846,46.96394],[28.07784,46.9635],[28.07773,46.96214],[28.08037,46.95876],[28.08294,46.95678],[28.08704,46.95548],[28.09095,46.95578],[28.0932,46.95619],[28.09305,46.95502],[28.09249,46.95398],[28.09045,46.95211],[28.08932,46.95066],[28.08874,46.94846],[28.08964,46.94698],[28.09075,46.94654],[28.09221,46.94641],[28.09356,46.94842],[28.09459,46.94954],[28.09567,46.95],[28.09689,46.94959],[28.09796,46.94845],[28.09736,46.94635],[28.0964,46.9436],[28.09584,46.94106],[28.09459,46.93991],[28.09228,46.93966],[28.09032,46.94064],[28.08882,46.94257],[28.0867,46.94244],[28.0867,46.9408],[28.08766,46.93914],[28.0894,46.93821],[28.09013,46.93681],[28.08889,46.93573],[28.08723,46.93522],[28.08743,46.93604],[28.08715,46.9373],[28.0865,46.9387],[28.08522,46.93974],[28.0826,46.9397],[28.0803,46.93816],[28.08048,46.937],[28.08144,46.93602],[28.08239,46.9339],[28.08623,46.93321],[28.09575,46.93295],[28.10045,46.93259],[28.10386,46.93152],[28.1059,46.92931],[28.10537,46.92855],[28.10251,46.92834],[28.10245,46.92921],[28.10238,46.9307],[28.10032,46.93142],[28.0982,46.93076],[28.09547,46.92965],[28.09502,46.92829],[28.09833,46.92651],[28.10661,46.92388],[28.11039,46.92292],[28.11215,46.92203],[28.10977,46.91904],[28.10558,46.91379],[28.10479,46.91224],[28.10346,46.91063],[28.10148,46.90973],[28.09912,46.91115],[28.09597,46.91099],[28.09256,46.91008],[28.09277,46.90847],[28.095,46.90503],[28.09069,46.9062],[28.08852,46.90788],[28.08693,46.90832],[28.08552,46.9075],[28.08262,46.90413],[28.08176,46.90281],[28.08369,46.90061],[28.08687,46.89962],[28.08846,46.89938],[28.08769,46.89907],[28.08578,46.89835],[28.08462,46.89649],[28.08479,46.89495],[28.08672,46.89435],[28.09065,46.89599],[28.09211,46.89608],[28.09453,46.89529],[28.09492,46.89319],[28.09451,46.89204],[28.09693,46.89142],[28.09822,46.89201],[28.10133,46.89421],[28.10298,46.89554],[28.10374,46.89551],[28.10504,46.89281],[28.10652,46.88978],[28.10771,46.88857],[28.10946,46.88855],[28.11052,46.88937],[28.11092,46.89095],[28.11017,46.89314],[28.10979,46.8946],[28.11026,46.89531],[28.11144,46.89476],[28.11288,46.89292],[28.11363,46.89083],[28.11361,46.88799],[28.11202,46.88485],[28.11084,46.88221],[28.11391,46.88066],[28.11674,46.87956],[28.11813,46.87799],[28.11687,46.87794],[28.11436,46.87797],[28.11208,46.87711],[28.11122,46.87542],[28.11019,46.87449],[28.10725,46.87326],[28.10414,46.87474],[28.10041,46.87398],[28.09803,46.87215],[28.09736,46.87037],[28.09831,46.86932],[28.10301,46.86905],[28.10949,46.86962],[28.11163,46.86896],[28.10783,46.86726],[28.10631,46.86625],[28.10833,46.86406],[28.11352,46.86072],[28.11766,46.85871],[28.12131,46.85749],[28.12288,46.85626],[28.12178,46.85632],[28.11751,46.85573],[28.11644,46.85478],[28.11614,46.85363],[28.11852,46.85214],[28.12086,46.85203],[28.1253,46.85266],[28.12687,46.85252],[28.12586,46.85156],[28.12401,46.85023],[28.12324,46.84808],[28.12264,46.84759],[28.12071,46.85033],[28.11918,46.85058],[28.1173,46.84958],[28.11537,46.84826],[28.11404,46.8465],[28.11388,46.84402],[28.11305,46.84173],[28.11225,46.8411],[28.11105,46.84097],[28.10998,46.84044],[28.1109,46.83963],[28.11313,46.83849],[28.11474,46.83678],[28.115,46.83441],[28.11524,46.8304],[28.11517,46.82705],[28.11395,46.82441],[28.11331,46.82251],[28.11487,46.82018],[28.11732,46.81831],[28.11979,46.81833],[28.12174,46.81996],[28.12388,46.82232],[28.12524,46.82288],[28.12494,46.82078],[28.12461,46.81814],[28.1233,46.81589],[28.12258,46.81458],[28.12277,46.81364],[28.12442,46.81295],[28.12895,46.81304],[28.13041,46.81253],[28.12908,46.81196],[28.12757,46.81059],[28.12712,46.80777],[28.1285,46.80608],[28.13315,46.80237],[28.13564,46.80106],[28.14045,46.80128],[28.14292,46.80194],[28.14463,46.80166],[28.14487,46.80047],[28.14614,46.79852],[28.14929,46.7978],[28.15122,46.79862],[28.15262,46.7988],[28.1521,46.79805],[28.148,46.7958],[28.14794,46.79418],[28.14839,46.79345],[28.15182,46.7923],[28.15352,46.7913],[28.15446,46.79129],[28.15652,46.78828],[28.15942,46.78427],[28.16073,46.78356],[28.16229,46.78419],[28.16337,46.78538],[28.16337,46.7869],[28.16309,46.78798],[28.1627,46.78941],[28.16199,46.79054],[28.16204,46.79133],[28.16347,46.79144],[28.16545,46.79048],[28.16583,46.78914],[28.16474,46.78704],[28.16414,46.78528],[28.16455,46.78412],[28.1656,46.78283],[28.16899,46.78262],[28.17255,46.78092],[28.1751,46.77871],[28.1756,46.77727],[28.17354,46.77854],[28.17128,46.77893],[28.16658,46.77868],[28.16259,46.77882],[28.16034,46.77837],[28.1589,46.77714],[28.16317,46.77388],[28.16551,46.77325],[28.16918,46.77495],[28.17156,46.77567],[28.17259,46.7751],[28.17156,46.77413],[28.16873,46.77317],[28.16676,46.77181],[28.16641,46.77026],[28.1677,46.76901],[28.17068,46.76747],[28.17425,46.76919],[28.17725,46.7705],[28.17804,46.76987],[28.17796,46.76535],[28.17785,46.76331],[28.17695,46.76091],[28.17658,46.7589],[28.17734,46.75793],[28.1794,46.75727],[28.18182,46.7584],[28.18491,46.75959],[28.18302,46.75784],[28.18184,46.75586],[28.18025,46.75492],[28.17959,46.7563],[28.17734,46.75728],[28.17429,46.75609],[28.17364,46.75371],[28.17161,46.75177],[28.17229,46.75017],[28.17478,46.74918],[28.17693,46.75061],[28.17551,46.74801],[28.17598,46.74664],[28.17892,46.74579],[28.18135,46.7471],[28.18227,46.74699],[28.18285,46.74546],[28.18324,46.74315],[28.18098,46.74432],[28.17837,46.74455],[28.17714,46.74332],[28.17826,46.73986],[28.18062,46.73513],[28.18392,46.73296],[28.18613,46.73313],[28.18991,46.73479],[28.19248,46.73558],[28.19351,46.73465],[28.19512,46.73133],[28.19459,46.72945],[28.1924,46.73005],[28.18972,46.72961],[28.1874,46.72782],[28.18564,46.72537],[28.18557,46.72392],[28.18609,46.72293],[28.18875,46.72245],[28.1912,46.72306],[28.19257,46.72295],[28.19412,46.72159],[28.19317,46.72115],[28.18942,46.72023],[28.18849,46.71927],[28.18888,46.71836],[28.1921,46.71605],[28.19414,46.715],[28.19622,46.71493],[28.19839,46.71575],[28.1983,46.71661],[28.19641,46.71768],[28.19538,46.7184],[28.19577,46.71912],[28.19742,46.71934],[28.19892,46.72027],[28.20038,46.7212],[28.2021,46.72099],[28.20152,46.72014],[28.20077,46.7182],[28.20062,46.71486],[28.20289,46.71459],[28.20568,46.71456],[28.2077,46.71309],[28.20963,46.70779],[28.20899,46.70394],[28.20465,46.70273],[28.20143,46.70147],[28.20139,46.69979],[28.20534,46.69752],[28.21014,46.69758],[28.21285,46.69626],[28.21424,46.69402],[28.21259,46.68953],[28.21162,46.68743],[28.20944,46.68791],[28.20703,46.68751],[28.20656,46.68691],[28.20828,46.68482],[28.21098,46.68313],[28.21444,46.68226],[28.2157,46.68291],[28.21572,46.685],[28.21553,46.68631],[28.21594,46.68797],[28.21905,46.69027],[28.22055,46.6891],[28.22113,46.68506],[28.22248,46.68292],[28.22403,46.67899],[28.2231,46.67681],[28.22263,46.67572],[28.22641,46.67357],[28.22939,46.67284],[28.23195,46.67359],[28.23259,46.67527],[28.23205,46.67867],[28.23076,46.68138],[28.23222,46.68139],[28.23512,46.67976],[28.23585,46.67712],[28.23428,46.67525],[28.23416,46.67428],[28.23628,46.6726],[28.23877,46.66892],[28.23877,46.66661],[28.23654,46.66767],[28.23454,46.66789],[28.23388,46.66636],[28.23583,46.66493],[28.23508,46.66126],[28.2375,46.65549],[28.23649,46.65223],[28.23707,46.65014],[28.241,46.64773],[28.24553,46.64531],[28.24396,46.64567],[28.23982,46.64617],[28.23838,46.64559],[28.23735,46.64416],[28.23761,46.64262],[28.24057,46.6417],[28.24332,46.63955],[28.24409,46.63694],[28.24263,46.63351],[28.2393,46.63288],[28.2384,46.63051],[28.23915,46.62794],[28.24121,46.6272],[28.24518,46.62785],[28.24744,46.62756],[28.24868,46.62552],[28.25104,46.61979],[28.24842,46.61643],[28.2487,46.61506],[28.25177,46.61238],[28.25046,46.61188],[28.24615,46.6099],[28.24349,46.60784],[28.24345,46.60583],[28.24971,46.60412],[28.24722,46.60374],[28.24396,46.60303],[28.24134,46.60199],[28.23898,46.5996],[28.23776,46.59647],[28.23712,46.59517],[28.23993,46.59374],[28.24025,46.59155],[28.23677,46.58802],[28.23388,46.58674],[28.22993,46.58575],[28.23006,46.58408],[28.23572,46.58319],[28.24072,46.58142],[28.23615,46.58047],[28.23104,46.58083],[28.22611,46.58121],[28.22255,46.58047],[28.22197,46.5787],[28.22396,46.57133],[28.22572,46.56948],[28.22712,46.56742],[28.22585,46.56661],[28.22499,46.56528],[28.22446,46.56335],[28.22793,46.56209],[28.23233,46.56315],[28.2322,46.56178],[28.23233,46.55991],[28.23246,46.5575],[28.23321,46.55517],[28.23448,46.55288],[28.23519,46.5515],[28.23422,46.55164],[28.23145,46.5524],[28.22946,46.55376],[28.22793,46.55452],[28.22667,46.55415],[28.22531,46.55311],[28.22381,46.55119],[28.22205,46.54931],[28.22029,46.54669],[28.22021,46.54537],[28.22072,46.54466],[28.22242,46.54376],[28.22096,46.54306],[28.21821,46.54137],[28.21555,46.53919],[28.21429,46.53675],[28.21456,46.53582],[28.21592,46.53562],[28.21828,46.53544],[28.22109,46.53377],[28.22347,46.5329],[28.22461,46.53283],[28.22525,46.53382],[28.22456,46.53551],[28.22486,46.53621],[28.22566,46.53624],[28.22697,46.53519],[28.22592,46.53404],[28.22495,46.5321],[28.22446,46.5301],[28.22527,46.52896],[28.22729,46.52863],[28.22958,46.52934],[28.22948,46.52832],[28.22928,46.52608],[28.22823,46.52379],[28.22632,46.52198],[28.22383,46.52072],[28.22218,46.52069],[28.22094,46.52155],[28.22004,46.52289],[28.21909,46.52362],[28.21665,46.52384],[28.21356,46.52305],[28.21326,46.52131],[28.21604,46.51972],[28.21931,46.51764],[28.22064,46.51502],[28.22225,46.51158],[28.22102,46.51089],[28.21692,46.51294],[28.21465,46.51291],[28.21364,46.51134],[28.20931,46.5079],[28.20823,46.50544],[28.20929,46.50446],[28.21223,46.50375],[28.21452,46.5025],[28.21143,46.50149],[28.21036,46.50033],[28.21002,46.49913],[28.21115,46.49833],[28.21411,46.49799],[28.21697,46.4982],[28.21789,46.49932],[28.21959,46.50204],[28.22132,46.50271],[28.22192,46.50182],[28.22272,46.49882],[28.22233,46.49615],[28.22287,46.49467],[28.22531,46.49452],[28.23014,46.49463],[28.22819,46.49163],[28.22761,46.48916],[28.22802,46.48702],[28.23023,46.4851],[28.23126,46.48394],[28.22911,46.48338],[28.22519,46.48164],[28.22383,46.48004],[28.22452,46.4787],[28.23014,46.47741],[28.23617,46.47481],[28.238,46.47703],[28.24051,46.47929],[28.24186,46.47876],[28.24454,46.47696],[28.2457,46.47512],[28.24443,46.47431],[28.24345,46.47143],[28.24411,46.46909],[28.24619,46.46776],[28.25025,46.46686],[28.24654,46.46581],[28.24433,46.46459],[28.24514,46.4629],[28.25044,46.46244],[28.25529,46.4624],[28.25763,46.46181],[28.25557,46.45913],[28.25003,46.45802],[28.24617,46.4565],[28.24295,46.45473],[28.23911,46.45288],[28.23988,46.44991],[28.24156,46.44686],[28.24564,46.44658],[28.2534,46.4468],[28.25651,46.4468],[28.25746,46.44337],[28.25894,46.44024],[28.26051,46.43771],[28.25409,46.43383],[28.25411,46.43203],[28.25754,46.42864],[28.25714,46.42493],[28.25456,46.42308],[28.25121,46.4223],[28.24948,46.42061],[28.24945,46.41711],[28.24864,46.41583],[28.24467,46.41712],[28.24094,46.41779],[28.23394,46.41733],[28.23053,46.41683],[28.22965,46.41469],[28.22901,46.41282],[28.22943,46.40824],[28.23068,46.40635],[28.23742,46.4069],[28.23682,46.40542],[28.23381,46.40425],[28.23184,46.40502],[28.22778,46.40435],[28.22504,46.40305],[28.22358,46.40085],[28.22401,46.39932],[28.22508,46.39854],[28.22819,46.39781],[28.23242,46.39892],[28.236,46.40048],[28.23778,46.40037],[28.23888,46.39929],[28.24147,46.39657],[28.24252,46.39478],[28.24068,46.39462],[28.23733,46.39367],[28.23613,46.3916],[28.23439,46.39052],[28.23205,46.39226],[28.2304,46.39257],[28.22752,46.39182],[28.22504,46.39229],[28.22353,46.39362],[28.21894,46.39661],[28.21727,46.39666],[28.21594,46.39519],[28.21521,46.39253],[28.21579,46.39109],[28.22021,46.38987],[28.22304,46.38853],[28.2207,46.38705],[28.21697,46.3839],[28.2166,46.38266],[28.2175,46.38158],[28.21916,46.38124],[28.2165,46.3815],[28.21514,46.38242],[28.21242,46.38112],[28.21074,46.37942],[28.2095,46.37762],[28.20826,46.37299],[28.206,46.37431],[28.20354,46.37487],[28.20077,46.37486],[28.19866,46.37398],[28.19761,46.37206],[28.19628,46.36985],[28.19798,46.36871],[28.1998,46.36933],[28.2063,46.36935],[28.20723,46.36892],[28.20538,46.36824],[28.20366,46.36722],[28.20274,46.36614],[28.20577,46.36483],[28.2007,46.36605],[28.19866,46.36582],[28.19817,46.36477],[28.19926,46.36322],[28.19974,46.35975],[28.20023,46.35826],[28.20242,46.35839],[28.20302,46.35946],[28.20452,46.36026],[28.20678,46.36023],[28.2083,46.35935],[28.20708,46.3587],[28.20435,46.35759],[28.20152,46.35691],[28.19725,46.35707],[28.1939,46.35753],[28.19315,46.35807],[28.19454,46.35959],[28.19437,46.36042],[28.19309,46.36033],[28.19139,46.35916],[28.19027,46.35747],[28.1907,46.3555],[28.1921,46.35248],[28.19581,46.35005],[28.19504,46.34985],[28.19186,46.34989],[28.18843,46.35097],[28.18592,46.35192],[28.18768,46.35164],[28.19049,46.35281],[28.18912,46.35399],[28.18729,46.35414],[28.18257,46.35356],[28.18178,46.35227],[28.18311,46.35127],[28.185,46.34921],[28.18682,46.34543],[28.18806,46.34444],[28.1918,46.34242],[28.19399,46.34179],[28.19568,46.34244],[28.19508,46.3449],[28.19457,46.34684],[28.19613,46.34634],[28.19785,46.34511],[28.19931,46.34284],[28.1971,46.34185],[28.19482,46.33931],[28.19431,46.33749],[28.19515,46.33666],[28.19671,46.33438],[28.19315,46.33481],[28.19098,46.33662],[28.18864,46.3381],[28.18723,46.33776],[28.18519,46.33545],[28.18352,46.33337],[28.18349,46.33214],[28.1898,46.3306],[28.19212,46.32961],[28.19053,46.32964],[28.1865,46.32817],[28.18575,46.32668],[28.18633,46.32585],[28.18972,46.32527],[28.19156,46.32352],[28.19293,46.32253],[28.19461,46.32239],[28.19549,46.32346],[28.19761,46.32749],[28.19939,46.32626],[28.19989,46.32263],[28.20072,46.32023],[28.20184,46.3195],[28.20808,46.32047],[28.20836,46.31961],[28.2065,46.3183],[28.20499,46.31544],[28.20268,46.31192],[28.19854,46.30793],[28.19581,46.30393],[28.19429,46.30317],[28.19266,46.3037],[28.18858,46.30382],[28.18654,46.30268],[28.183,46.30044],[28.18075,46.29988],[28.17995,46.30086],[28.17884,46.30141],[28.17783,46.30044],[28.17744,46.29798],[28.17884,46.29548],[28.18208,46.29376],[28.18637,46.29392],[28.18523,46.29089],[28.18328,46.29097],[28.18109,46.29183],[28.17922,46.29138],[28.17813,46.29048],[28.1801,46.28591],[28.17847,46.28646],[28.17575,46.28919],[28.17322,46.29073],[28.17626,46.29226],[28.17761,46.29404],[28.17749,46.29589],[28.17377,46.29807],[28.17086,46.29871],[28.16856,46.29497],[28.16845,46.29236],[28.16822,46.29066],[28.1689,46.28527],[28.16912,46.28296],[28.16768,46.28308],[28.16266,46.28225],[28.16583,46.28532],[28.16547,46.28668],[28.16354,46.28728],[28.15663,46.28677],[28.15641,46.2884],[28.15536,46.29144],[28.15289,46.29327],[28.15068,46.29299],[28.14899,46.29235],[28.14815,46.29127],[28.14871,46.28959],[28.15234,46.28222],[28.1518,46.27891],[28.14455,46.27893],[28.14515,46.28121],[28.14845,46.28529],[28.14815,46.28637],[28.14455,46.287],[28.14165,46.28658],[28.13841,46.28467],[28.13736,46.28311],[28.13609,46.28037],[28.13624,46.27596],[28.1359,46.26949],[28.13472,46.26782],[28.13378,46.2665],[28.13532,46.26435],[28.13283,46.26326],[28.12751,46.26307],[28.12519,46.26232],[28.12616,46.26089],[28.12985,46.25641],[28.13142,46.25543],[28.13751,46.25672],[28.14146,46.25702],[28.14633,46.25212],[28.14526,46.25151],[28.14043,46.24933],[28.138,46.24844],[28.13691,46.24963],[28.13399,46.25208],[28.12897,46.24868],[28.12285,46.24254],[28.12109,46.2416],[28.11979,46.24387],[28.11755,46.24331],[28.11906,46.23988],[28.11846,46.23906],[28.1162,46.24148],[28.11504,46.24629],[28.11313,46.24672],[28.11062,46.24516],[28.10869,46.24108],[28.10895,46.23883],[28.11103,46.2329],[28.11011,46.22823],[28.10863,46.22525],[28.10622,46.22311],[28.10539,46.22155],[28.10631,46.22055],[28.11084,46.22005],[28.11114,46.21897],[28.10968,46.21614],[28.10839,46.2162],[28.10616,46.21427],[28.10852,46.21383],[28.11155,46.21271],[28.11429,46.21116],[28.11316,46.21004],[28.11002,46.20783],[28.10852,46.20545],[28.1111,46.2018],[28.11395,46.20134],[28.11682,46.20242],[28.11841,46.20443],[28.11841,46.20658],[28.11697,46.21023],[28.11856,46.21203],[28.12163,46.21162],[28.12406,46.20985],[28.12521,46.20774],[28.12515,46.20499],[28.12418,46.20174],[28.12255,46.19944],[28.11657,46.19632],[28.11685,46.19137],[28.11957,46.19085],[28.1283,46.19363],[28.13416,46.19531],[28.13687,46.19229],[28.13824,46.19085],[28.14077,46.19189],[28.14111,46.19011],[28.14071,46.185],[28.13985,46.18332],[28.13702,46.18522],[28.13457,46.18683],[28.13097,46.18653],[28.12989,46.18405],[28.13197,46.18138],[28.13436,46.18038],[28.14322,46.17918],[28.14309,46.17747],[28.14069,46.17637],[28.13457,46.17802],[28.12981,46.1799],[28.12753,46.17866],[28.12753,46.17603],[28.12972,46.1739],[28.1356,46.17181],[28.13843,46.1699],[28.14202,46.16476],[28.14047,46.16496],[28.13684,46.16331],[28.13509,46.16111],[28.13272,46.15631],[28.1315,46.1543],[28.12916,46.15577],[28.12706,46.15593],[28.12562,46.15549],[28.12277,46.14938],[28.12292,46.147],[28.12584,46.14586],[28.12876,46.14434],[28.12811,46.14149],[28.12421,46.13924],[28.12451,46.13741],[28.12678,46.13267],[28.12839,46.13039],[28.13326,46.13075],[28.13371,46.13002],[28.12888,46.12569],[28.12618,46.12705],[28.12391,46.12644],[28.12346,46.12499],[28.12451,46.1215],[28.12433,46.11851],[28.12303,46.11643],[28.12408,46.11229],[28.12328,46.11164],[28.11925,46.11308],[28.11751,46.11296],[28.11554,46.1106],[28.11449,46.10798],[28.11629,46.10703],[28.1223,46.10518],[28.12135,46.10405],[28.11822,46.1025],[28.11393,46.10288],[28.11275,46.10383],[28.11062,46.10438],[28.10792,46.10289],[28.1068,46.09872],[28.10258,46.09944],[28.10088,46.09808],[28.10498,46.09614],[28.10665,46.09499],[28.10549,46.09185],[28.10427,46.08965],[28.1067,46.08855],[28.11097,46.08661],[28.10837,46.08535],[28.10605,46.08332],[28.10796,46.0782],[28.10449,46.07915],[28.10032,46.08152],[28.09854,46.08134],[28.09674,46.07847],[28.09311,46.08035],[28.09127,46.07857],[28.0929,46.07426],[28.09026,46.07271],[28.08799,46.07012],[28.08848,46.06818],[28.09474,46.06553],[28.1,46.06434],[28.09901,46.06169],[28.09751,46.06044],[28.09303,46.06083],[28.0891,46.06047],[28.08816,46.05962],[28.08794,46.05796],[28.08966,46.0549],[28.09215,46.05245],[28.10247,46.05373],[28.10421,46.05224],[28.10039,46.04963],[28.09962,46.04705],[28.10065,46.04525],[28.10326,46.04333],[28.10056,46.04302],[28.09794,46.04433],[28.09601,46.04354],[28.09492,46.04],[28.09138,46.03746],[28.08932,46.03413],[28.09017,46.03037],[28.08839,46.02763],[28.08816,46.02386],[28.08676,46.02042],[28.08811,46.01865],[28.09406,46.01714],[28.09526,46.01559],[28.09361,46.01386],[28.08472,46.00948],[28.08477,46.00644],[28.09015,46.00509],[28.09185,46.00264],[28.09522,45.99829],[28.09605,45.99429],[28.09837,45.99],[28.1044,45.98942],[28.10406,45.98648],[28.1026,45.98423],[28.09876,45.98295],[28.09732,45.9791],[28.09794,45.97718],[28.10612,45.97841],[28.10659,45.97697],[28.10571,45.97572],[28.10333,45.97475],[28.10056,45.973],[28.10146,45.97126],[28.10556,45.96972],[28.1074,45.96814],[28.10786,45.96726],[28.10642,45.96665],[28.10434,45.9648],[28.10384,45.96349],[28.10526,45.96116],[28.10998,45.95836],[28.11167,45.95609],[28.11444,45.95279],[28.11453,45.94921],[28.11605,45.947],[28.118,45.94354],[28.11592,45.94041],[28.11339,45.93684],[28.11341,45.93527],[28.11775,45.93339],[28.12079,45.93038],[28.12135,45.92698],[28.12369,45.92457],[28.12496,45.92247],[28.12446,45.92157],[28.12082,45.91965],[28.11893,45.91775],[28.11938,45.91463],[28.11796,45.91254],[28.11564,45.90993],[28.11524,45.90829],[28.11597,45.90672],[28.11828,45.90431],[28.11946,45.90188],[28.11841,45.90022],[28.11367,45.90054],[28.11165,45.89982],[28.1114,45.89837],[28.11217,45.89461],[28.1156,45.89252],[28.11564,45.88968],[28.11777,45.8875],[28.11245,45.88629],[28.11161,45.88456],[28.11318,45.88297],[28.11592,45.88203],[28.1188,45.8827],[28.12144,45.883],[28.12219,45.88185],[28.12397,45.88139],[28.12526,45.88351],[28.12646,45.88484],[28.12899,45.88306],[28.12994,45.88126],[28.12721,45.8793],[28.12721,45.87694],[28.13056,45.87691],[28.13204,45.87646],[28.1309,45.87561],[28.12794,45.87284],[28.12667,45.86984],[28.12734,45.86554],[28.12682,45.86331],[28.12558,45.86325],[28.12135,45.8641],[28.11951,45.86413],[28.11646,45.86189],[28.11373,45.8607],[28.10768,45.86094],[28.10541,45.86031],[28.10492,45.85911],[28.10897,45.85206],[28.11064,45.85051],[28.11337,45.84923],[28.11116,45.84807],[28.11195,45.84556],[28.11107,45.84462],[28.10567,45.84412],[28.10455,45.84327],[28.10582,45.84179],[28.10813,45.84095],[28.1094,45.83717],[28.11172,45.83496],[28.11208,45.83349],[28.11064,45.83281],[28.10798,45.83148],[28.10856,45.83017],[28.11086,45.82783],[28.11118,45.82638],[28.11002,45.82582],[28.10876,45.82487],[28.10923,45.82363],[28.11213,45.82077],[28.1074,45.81761],[28.10661,45.816],[28.10895,45.81447],[28.11388,45.81408],[28.1179,45.8145],[28.11891,45.81111],[28.12075,45.8061],[28.11974,45.80327],[28.11901,45.80219],[28.12021,45.80029],[28.12202,45.79811],[28.12026,45.796],[28.11871,45.7948],[28.11725,45.79492],[28.11612,45.79609],[28.11436,45.79681],[28.11313,45.79693],[28.11178,45.79518],[28.11191,45.79307],[28.11305,45.79029],[28.11526,45.78946],[28.12039,45.7907],[28.12019,45.78946],[28.12185,45.78773],[28.12421,45.78515],[28.1273,45.78225],[28.13433,45.77825],[28.13592,45.77787],[28.1389,45.77909],[28.14142,45.77887],[28.14442,45.7806],[28.14669,45.78026],[28.15184,45.78316],[28.15371,45.78232],[28.15146,45.77954],[28.15365,45.77885],[28.15491,45.77824],[28.15519,45.7762],[28.15408,45.77423],[28.15214,45.77426],[28.14968,45.77357],[28.14912,45.77272],[28.14935,45.77013],[28.14794,45.76874],[28.14725,45.76704],[28.14914,45.7651],[28.14914,45.76438],[28.14794,45.76392],[28.14478,45.76481],[28.14433,45.76432],[28.14373,45.76359],[28.14275,45.76116],[28.1432,45.75948],[28.14558,45.75797],[28.14779,45.75525],[28.15107,45.7536],[28.14942,45.7517],[28.14888,45.75112],[28.14993,45.74957],[28.15032,45.74605],[28.15023,45.74342],[28.15564,45.7436],[28.15601,45.74212],[28.15656,45.74029],[28.1577,45.73887],[28.16459,45.73684],[28.16631,45.73578],[28.16418,45.7324],[28.1653,45.73061],[28.16193,45.72931],[28.16122,45.72784],[28.15989,45.72509],[28.16103,45.72375],[28.16324,45.72351],[28.16555,45.72396],[28.16661,45.72353],[28.16487,45.72107],[28.16373,45.71918],[28.16339,45.71701],[28.16515,45.71517],[28.168,45.71169],[28.17004,45.70993],[28.16952,45.70786],[28.16362,45.70524],[28.15974,45.70485],[28.1592,45.70315],[28.15989,45.70254],[28.16167,45.70047],[28.16388,45.69663],[28.16257,45.69555],[28.16167,45.69332],[28.16264,45.69059],[28.16513,45.6868],[28.16555,45.68313],[28.16646,45.68175],[28.16766,45.68034],[28.17053,45.67944],[28.1688,45.67824],[28.16875,45.6762],[28.16991,45.6747],[28.16867,45.67338],[28.16624,45.67058],[28.16596,45.66661],[28.16399,45.66386],[28.16131,45.66091],[28.16148,45.65905],[28.16405,45.65684],[28.16545,45.65353],[28.16313,45.65207],[28.15987,45.65267],[28.15729,45.65189],[28.15682,45.65021],[28.15995,45.64876],[28.16298,45.64909],[28.16665,45.64781],[28.16869,45.64819],[28.17086,45.64852],[28.1736,45.64555],[28.17242,45.64367],[28.17173,45.64151],[28.16622,45.64036],[28.16491,45.63904],[28.16223,45.63844],[28.15682,45.63718],[28.15144,45.63208],[28.14965,45.62766],[28.14826,45.62582],[28.14584,45.62618],[28.14433,45.62451],[28.14423,45.62177],[28.14163,45.62274],[28.14124,45.62462],[28.13991,45.62595],[28.13742,45.62646],[28.13285,45.62462],[28.13039,45.62439],[28.12884,45.62367],[28.12961,45.62184],[28.13105,45.62091],[28.13124,45.6194],[28.12946,45.6194],[28.12339,45.62297],[28.12238,45.62451],[28.12146,45.62706],[28.11983,45.62772],[28.1138,45.62717],[28.11107,45.62646],[28.11092,45.62423],[28.10938,45.62192],[28.10507,45.6198],[28.09934,45.61874],[28.09884,45.61612],[28.09264,45.6127],[28.08889,45.61033],[28.08751,45.60728],[28.08818,45.60383],[28.09165,45.59749],[28.10011,45.59514],[28.10356,45.59],[28.10603,45.58719],[28.11215,45.58614],[28.11764,45.58002],[28.12028,45.57869],[28.11672,45.57676],[28.11659,45.57486],[28.12,45.57198],[28.12279,45.57094],[28.12506,45.57366],[28.125,45.57045],[28.12749,45.57037],[28.13124,45.57503],[28.13178,45.57078],[28.13341,45.57019],[28.13586,45.57124],[28.13637,45.5732],[28.13575,45.57719],[28.1394,45.57664],[28.14187,45.5716],[28.14382,45.5662],[28.14536,45.56518],[28.14811,45.56626],[28.15075,45.56935],[28.15283,45.57227],[28.15607,45.57489],[28.15644,45.57314],[28.15558,45.56911],[28.15311,45.56471],[28.14843,45.56384],[28.14721,45.56229],[28.14843,45.56061],[28.15234,45.56022],[28.15832,45.56053],[28.15712,45.55912],[28.1547,45.55621],[28.15474,45.55361],[28.1585,45.55044],[28.15998,45.54627],[28.16478,45.54536],[28.16532,45.53935],[28.16412,45.53541],[28.16156,45.53386],[28.16131,45.53269],[28.16339,45.53192],[28.16536,45.52941],[28.16564,45.52734],[28.16468,45.52454],[28.16244,45.52564],[28.15762,45.52588],[28.15528,45.52484],[28.15699,45.52281],[28.1651,45.52014],[28.16487,45.51764],[28.16075,45.51144],[28.155,45.51119],[28.15307,45.51018],[28.15347,45.50904],[28.1562,45.50841],[28.16354,45.50738],[28.16088,45.50069],[28.16225,45.4991],[28.17096,45.50074],[28.17596,45.49489],[28.17776,45.4869],[28.17864,45.48344],[28.18206,45.48209],[28.18431,45.47652],[28.18575,45.47321],[28.19401,45.47169],[28.20377,45.46958],[28.20476,45.46728],[28.21437,45.46651],[28.21568,45.47012],[28.21967,45.47507],[28.22328,45.47861],[28.23049,45.48613],[28.23587,45.49171],[28.24244,45.4994],[28.24727,45.50501],[28.25239,45.51105],[28.25606,45.51501],[28.26113,45.5186],[28.26641,45.52244],[28.27299,45.5269],[28.27894,45.53051],[28.29402,45.54004],[28.29621,45.5413],[28.30456,45.54636],[28.30964,45.54525],[28.33711,45.537],[28.35824,45.53087],[28.36507,45.52884],[28.37732,45.52541],[28.3862,45.52281],[28.39401,45.52018],[28.41427,45.51417],[28.41331,45.51194],[28.41251,45.50987],[28.41221,45.50244],[28.41258,45.49965],[28.41285,45.49301],[28.41414,45.48475],[28.42569,45.48511],[28.4323,45.48517],[28.44229,45.48705],[28.47259,45.49234],[28.49302,45.49577],[28.50626,45.49794],[28.51639,45.49881],[28.49497,45.56261],[28.49199,45.57057],[28.50789,45.57332],[28.52778,45.57659],[28.5454,45.57937],[28.543,45.58581],[28.53791,45.60077],[28.53214,45.61896],[28.52763,45.63232],[28.52458,45.64187],[28.52257,45.64888],[28.52119,45.65134],[28.51622,45.66583],[28.50489,45.6643],[28.48682,45.66107],[28.48622,45.66251],[28.48274,45.67097],[28.48171,45.67455],[28.48161,45.67652],[28.48171,45.67874],[28.48405,45.68113],[28.48424,45.68313],[28.48881,45.68568],[28.49551,45.68933],[28.49843,45.69296],[28.50242,45.69656],[28.50731,45.70372],[28.51083,45.71027],[28.51235,45.71649],[28.51534,45.72582],[28.51894,45.73325],[28.52096,45.73713],[28.52336,45.73737],[28.52986,45.73346],[28.53411,45.73274],[28.538,45.7338],[28.548,45.73506],[28.55422,45.73599],[28.55752,45.73231],[28.56272,45.72575],[28.56362,45.72506],[28.57381,45.72715],[28.58851,45.72852],[28.59417,45.73292],[28.5958,45.73653],[28.5952,45.7412],[28.59336,45.74737],[28.59125,45.75499],[28.58883,45.7595],[28.58349,45.76695],[28.5814,45.77061],[28.58557,45.77234],[28.59685,45.77067],[28.61617,45.76665],[28.62488,45.76598],[28.63292,45.76715],[28.64612,45.76923],[28.67552,45.77393],[28.71017,45.77927],[28.70678,45.78984],[28.70324,45.80056],[28.70406,45.80363],[28.69764,45.81749],[28.70193,45.81824],[28.73444,45.82357],[28.75468,45.82678],[28.77757,45.83031],[28.78648,45.83204],[28.78124,45.84844],[28.77487,45.86742],[28.7653,45.89615],[28.76096,45.90994],[28.76036,45.91338],[28.75937,45.91539],[28.75504,45.92769],[28.76171,45.92899],[28.763,45.93098],[28.76401,45.93459],[28.7603,45.94684],[28.75727,45.95692],[28.76686,45.95833],[28.78064,45.95992],[28.77766,45.96917],[28.77761,45.97026],[28.7824,45.96959],[28.7889,45.97227],[28.80394,45.97449],[28.83538,45.97986],[28.86658,45.98459],[28.8993,45.98984],[28.92215,45.99374],[28.94282,45.99704],[28.97906,46.00295],[28.98721,46.01658],[28.99335,46.02675],[28.99931,46.03784],[29.00616,46.0493],[28.99084,46.06165],[28.97895,46.07128],[28.96623,46.08155],[28.95097,46.09365],[28.96936,46.10972],[28.98129,46.11991],[28.9888,46.12671],[28.99732,46.13413],[29.0062,46.14157],[29.01258,46.14721],[29.02333,46.15672],[29.03378,46.16589],[29.04725,46.17747],[29.05937,46.18809],[29.06761,46.19535],[29.06622,46.19671],[29.06283,46.19868],[29.04674,46.20777],[29.02493,46.21983],[29.00631,46.23031],[28.98515,46.24202],[28.97028,46.25002],[28.96477,46.253],[28.95273,46.25964],[28.95333,46.26408],[28.96949,46.29178],[28.97565,46.30204],[28.97867,46.30631],[28.98093,46.31037],[28.9853,46.31737],[28.99438,46.31569],[29.00082,46.31525],[29.00358,46.31623],[29.00502,46.31675],[29.00496,46.3173],[28.9979,46.32042],[28.99884,46.32183],[28.99775,46.32414],[28.99753,46.32841],[28.9965,46.33157],[28.99393,46.33722],[28.99337,46.34188],[28.99165,46.34382],[28.99041,46.34713],[28.98867,46.3461],[28.98831,46.34399],[28.98695,46.34321],[28.98504,46.34688],[28.98393,46.34998],[28.98528,46.35113],[28.98318,46.35069],[28.97908,46.35707],[28.97389,46.36538],[28.9711,46.36994],[28.967,46.3766],[28.96194,46.38812],[28.95629,46.39929],[28.95015,46.41348],[28.945,46.42407],[28.94204,46.43023],[28.94116,46.43534],[28.93837,46.44821],[28.93728,46.45245],[28.93172,46.45746],[28.94797,46.4578],[28.96022,46.45847],[28.97258,46.45891],[28.98811,46.45924],[29.00431,46.45994],[29.02586,46.46201],[29.02539,46.46655],[29.02453,46.47264],[29.0238,46.48043],[29.01665,46.48031],[29.005,46.48027],[28.98891,46.47972],[28.98893,46.47833],[28.9852,46.47815],[28.97822,46.48131],[28.9818,46.48864],[28.99854,46.48923],[29.01642,46.48968],[29.03378,46.4903],[29.03388,46.49293],[29.03953,46.49315],[29.03948,46.50567],[29.06002,46.50628],[29.06358,46.50655],[29.06364,46.50864],[29.06373,46.51129],[29.06508,46.51211],[29.07006,46.51229],[29.09218,46.51295],[29.11077,46.51356],[29.13179,46.51406],[29.15778,46.51487],[29.16392,46.5151],[29.16379,46.51741],[29.16325,46.52339],[29.16291,46.53497],[29.16211,46.54419],[29.18055,46.5472],[29.19269,46.54946],[29.20969,46.55243],[29.23543,46.55191],[29.23638,46.54137],[29.23726,46.52961],[29.23846,46.51746],[29.2396,46.5056],[29.24041,46.49869],[29.24917,46.50002],[29.25123,46.49321],[29.25457,46.48553],[29.24269,46.47883],[29.2308,46.47138],[29.21754,46.46321],[29.21758,46.46193],[29.2196,46.46315],[29.2291,46.45819],[29.22968,46.44776],[29.22945,46.43635],[29.23166,46.4341],[29.22837,46.43568],[29.22458,46.43401],[29.22288,46.43234],[29.22331,46.42947],[29.22966,46.424],[29.2367,46.419],[29.24331,46.41968],[29.24269,46.41711],[29.24226,46.41464],[29.232,46.40678],[29.21574,46.39476],[29.20507,46.38735],[29.2084,46.38337],[29.22994,46.37801],[29.23998,46.37524],[29.24106,46.37505],[29.24267,46.37591],[29.25462,46.38322],[29.26174,46.38799],[29.26936,46.39315],[29.26309,46.3992],[29.2676,46.40128],[29.26929,46.40326],[29.265,46.40597],[29.26863,46.40731],[29.28419,46.41262],[29.29607,46.41687],[29.29768,46.41444],[29.30236,46.40823],[29.30255,46.40782],[29.30878,46.40965],[29.32545,46.41424],[29.32277,46.41782],[29.31674,46.42773],[29.31309,46.43372],[29.30871,46.44049],[29.30657,46.44405],[29.3189,46.44744],[29.31472,46.45483],[29.31285,46.45635],[29.31225,46.45814],[29.31154,46.46287],[29.31187,46.466],[29.31597,46.46731],[29.32536,46.47044],[29.32697,46.47029],[29.33152,46.47172],[29.33704,46.47396],[29.33575,46.47564],[29.33322,46.47899],[29.33538,46.47972],[29.33817,46.48149],[29.3389,46.48256],[29.33571,46.48823],[29.33588,46.49145],[29.33674,46.49423],[29.33978,46.4959],[29.33686,46.49785],[29.35116,46.50378],[29.3539,46.49867],[29.36259,46.48522],[29.36995,46.47314],[29.37821,46.45974],[29.37549,46.45888],[29.38023,46.45102],[29.38667,46.44018],[29.39536,46.42518],[29.39995,46.42591],[29.3968,46.43131],[29.38718,46.44645],[29.39381,46.4521],[29.40244,46.45949],[29.41061,46.46609],[29.42036,46.47424],[29.42692,46.4801],[29.43164,46.48328],[29.43596,46.48646],[29.44257,46.49281],[29.44802,46.49768],[29.45729,46.49099],[29.46771,46.4838],[29.47533,46.47936],[29.4802,46.47608],[29.49288,46.46735],[29.4963,46.46507],[29.50177,46.46151],[29.49248,46.45416],[29.48226,46.44735],[29.48398,46.44464],[29.48595,46.43845],[29.49166,46.42745],[29.4931,46.42619],[29.49773,46.42851],[29.50563,46.42298],[29.51973,46.42141],[29.54657,46.4183],[29.55972,46.41684],[29.5656,46.41626],[29.56539,46.41319],[29.56799,46.40493],[29.57468,46.38038],[29.57798,46.36739],[29.57949,46.36049],[29.59382,46.36165],[29.59991,46.36263],[29.60279,46.3531],[29.61931,46.35478],[29.64663,46.35728],[29.67927,46.36106],[29.67673,46.37315],[29.67336,46.38725],[29.67124,46.39493],[29.6683,46.4064],[29.66914,46.40959],[29.66435,46.42277],[29.66094,46.4357],[29.66856,46.438],[29.67851,46.44138],[29.6806,46.43213],[29.68094,46.43077],[29.68502,46.43165],[29.68527,46.42632],[29.68583,46.4256],[29.7018,46.42875],[29.71645,46.43148],[29.73053,46.43385],[29.73533,46.43477],[29.73141,46.43994],[29.74299,46.44349],[29.73821,46.45068],[29.72716,46.46674],[29.74132,46.47261],[29.74857,46.47017],[29.75692,46.46243],[29.76679,46.45264],[29.7761,46.45458],[29.77791,46.44918],[29.78318,46.43613],[29.78741,46.42653],[29.7858,46.42444],[29.78619,46.4203],[29.78756,46.41666],[29.78915,46.41496],[29.79357,46.41366],[29.7973,46.41594],[29.80968,46.40548],[29.82262,46.39584],[29.81481,46.39136],[29.80436,46.38559],[29.81031,46.38321],[29.82898,46.37567],[29.85318,46.36645],[29.87335,46.35873],[29.88828,46.35297],[29.89146,46.3521],[29.89058,46.35706],[29.88846,46.36596],[29.88738,46.37132],[29.89569,46.37623],[29.91762,46.3884],[29.92843,46.39462],[29.9388,46.39994],[29.94098,46.39866],[29.96341,46.39139],[29.98012,46.38547],[29.98697,46.38389],[29.98866,46.38358],[29.99317,46.38581],[29.99654,46.3889],[30.00952,46.38517],[30.02051,46.38276],[30.0239,46.38289],[30.03044,46.38556],[30.04596,46.39235],[30.05473,46.39618],[30.05739,46.39765],[30.06439,46.39675],[30.06932,46.3962],[30.07593,46.39192],[30.08022,46.3889],[30.08681,46.38443],[30.08806,46.38205],[30.08909,46.38195],[30.09269,46.37801],[30.09752,46.37352],[30.10636,46.3896],[30.1084,46.38967],[30.10801,46.39089],[30.11095,46.38994],[30.10945,46.39195],[30.12086,46.39604],[30.13921,46.40255],[30.1629,46.41233],[30.16674,46.41215],[30.1664,46.41376],[30.16341,46.41421],[30.16217,46.41518],[30.16165,46.41829],[30.16226,46.42363],[30.16157,46.4262],[30.16013,46.42857],[30.1558,46.42993],[30.15148,46.42986],[30.14818,46.42813],[30.14801,46.42357],[30.14762,46.41808],[30.14582,46.41536],[30.14144,46.41288],[30.13597,46.41172],[30.13224,46.41211],[30.13061,46.41329],[30.13273,46.41406],[30.13659,46.41563],[30.13625,46.41743],[30.13363,46.4193],[30.12874,46.42319],[30.11936,46.43002],[30.11181,46.43241],[30.10919,46.43162],[30.10752,46.42892],[30.10614,46.42814],[30.10499,46.42879],[30.104,46.4323],[30.10164,46.43651],[30.09786,46.43993],[30.09275,46.44104],[30.09029,46.44018],[30.08896,46.44055],[30.0867,46.43904],[30.08754,46.43833],[30.09106,46.43654],[30.09627,46.4319],[30.09782,46.42931],[30.097,46.42702],[30.09432,46.42628],[30.09256,46.42669],[30.09196,46.42909],[30.08739,46.43471],[30.08376,46.43573],[30.07945,46.43506],[30.07771,46.43151],[30.07829,46.42799],[30.07859,46.42492],[30.07658,46.42483],[30.06956,46.42684],[30.06299,46.42714],[30.05801,46.42739],[30.05608,46.43207],[30.05591,46.43462],[30.05907,46.43676],[30.06441,46.43929],[30.06625,46.4416],[30.06437,46.44374],[30.05675,46.44404],[30.04512,46.4442],[30.03433,46.44263],[30.02452,46.44257],[30.0227,46.44305],[30.02319,46.44528],[30.02686,46.45042],[30.02746,46.45264],[30.02533,46.45412],[30.01892,46.45629],[30.01332,46.45545],[30.00892,46.45403],[30.00162,46.45715],[29.99598,46.46102],[29.99489,46.46206],[29.99461,46.46303],[29.99501,46.46346],[29.99823,46.46392],[30.00986,46.46433],[30.01866,46.46404],[30.02347,46.4654],[30.02428,46.4684],[30.02237,46.47138],[30.01855,46.47246],[30.01405,46.47258],[30.00152,46.47101],[29.99761,46.4723],[29.99544,46.47435],[29.99512,46.47656],[29.9925,46.47842],[29.99049,46.48096],[29.99021,46.48448],[29.99109,46.4873],[29.99441,46.48988],[29.99881,46.49247],[30.00173,46.4947],[30.00186,46.49653],[29.99881,46.4977],[29.99394,46.49544],[29.98905,46.49386],[29.98793,46.49483],[29.98845,46.49566],[29.99195,46.49841],[29.99319,46.50099],[29.99233,46.50396],[29.9886,46.50892],[29.98684,46.51099],[29.98377,46.51109],[29.98246,46.50928],[29.98143,46.50483],[29.98201,46.49969],[29.97965,46.50076],[29.97339,46.50268],[29.97053,46.50245],[29.96924,46.50074],[29.96708,46.49632],[29.96405,46.49325],[29.95937,46.49101],[29.95379,46.49047],[29.95502,46.49154],[29.95682,46.49538],[29.9607,46.49991],[29.9645,46.5029],[29.96618,46.50727],[29.96405,46.50957],[29.96085,46.51067],[29.95781,46.51015],[29.95665,46.50866],[29.95686,46.50528],[29.95472,46.50084],[29.95051,46.49759],[29.9456,46.49526],[29.9392,46.49409],[29.93682,46.49445],[29.93564,46.49531],[29.93579,46.49598],[29.93931,46.49754],[29.9438,46.49951],[29.94489,46.50107],[29.94448,46.50223],[29.94214,46.50318],[29.9392,46.50211],[29.93534,46.50146],[29.93178,46.50161],[29.92581,46.50316],[29.92438,46.50414],[29.92438,46.50514],[29.92687,46.50817],[29.9297,46.51183],[29.9282,46.51356],[29.92515,46.51374],[29.91719,46.5136],[29.91204,46.5131],[29.90942,46.51344],[29.90691,46.51455],[29.90549,46.51613],[29.90624,46.51691],[29.91234,46.51855],[29.91388,46.52003],[29.91472,46.5217],[29.913,46.52279],[29.90725,46.52444],[29.89871,46.52624],[29.89614,46.52819],[29.89603,46.53014],[29.90157,46.53072],[29.90326,46.53145],[29.90311,46.53339],[29.89513,46.53906],[29.89249,46.54322],[29.88957,46.54698],[29.88736,46.54821],[29.88515,46.54762],[29.88275,46.54534],[29.88112,46.543],[29.87929,46.54251],[29.87749,46.54626],[29.8718,46.55455],[29.87466,46.55846],[29.87691,46.55924],[29.88002,46.55874],[29.87844,46.5547],[29.87936,46.55306],[29.88507,46.55228],[29.89307,46.54967],[29.89519,46.54982],[29.89652,46.55074],[29.89672,46.55288],[29.89612,46.5556],[29.89485,46.55709],[29.89002,46.55935],[29.88485,46.56422],[29.88255,46.56411],[29.87876,46.56264],[29.87496,46.56215],[29.86881,46.56293],[29.86274,46.56491],[29.86039,46.56668],[29.85985,46.56802],[29.85981,46.56863],[29.86076,46.56904],[29.86432,46.56869],[29.86779,46.56813],[29.87334,46.5683],[29.8743,46.5692],[29.87435,46.56995],[29.87327,46.57082],[29.87144,46.57099],[29.8678,46.57062],[29.8648,46.57087],[29.86292,46.57143],[29.86148,46.57253],[29.86154,46.57307],[29.86267,46.57377],[29.86884,46.57597],[29.8766,46.57837],[29.87776,46.57937],[29.87857,46.58068],[29.87871,46.58249],[29.87812,46.5841],[29.87646,46.5862],[29.87389,46.58782],[29.87163,46.58807],[29.86991,46.58769],[29.86895,46.58664],[29.86936,46.58438],[29.87092,46.58083],[29.86987,46.5797],[29.86206,46.57857],[29.85882,46.57926],[29.85801,46.58059],[29.8558,46.58521],[29.85344,46.58628],[29.852,46.58897],[29.85022,46.58979],[29.84814,46.58945],[29.84402,46.58677],[29.83837,46.58308],[29.83144,46.58068],[29.82891,46.58108],[29.82741,46.58226],[29.82801,46.58388],[29.82936,46.58544],[29.83269,46.58677],[29.83752,46.58848],[29.83893,46.59125],[29.8403,46.59582],[29.83876,46.59718],[29.83335,46.59556],[29.83269,46.59634],[29.83185,46.59939],[29.82983,46.60187],[29.82713,46.60339],[29.82406,46.60371],[29.82194,46.60218],[29.82106,46.60057],[29.82189,46.59884],[29.82292,46.59535],[29.8211,46.59153],[29.81758,46.58751],[29.81462,46.58591],[29.81329,46.58929],[29.81329,46.59212],[29.81434,46.59427],[29.81584,46.59653],[29.81773,46.60011],[29.81724,46.60143],[29.81498,46.60265],[29.81001,46.60442],[29.80556,46.60572],[29.80202,46.60586],[29.79874,46.60396],[29.7975,46.60234],[29.79833,46.60103],[29.79981,46.6005],[29.8043,46.60153],[29.80441,46.60064],[29.8049,46.59716],[29.80604,46.59422],[29.80831,46.59071],[29.80885,46.58835],[29.80773,46.58787],[29.80724,46.58907],[29.80479,46.59245],[29.7981,46.59581],[29.79597,46.59531],[29.79351,46.59298],[29.79346,46.5902],[29.79454,46.58731],[29.79672,46.58498],[29.79649,46.58246],[29.79527,46.58199],[29.79402,46.58358],[29.7926,46.58425],[29.79084,46.58351],[29.78956,46.581],[29.78737,46.58041],[29.78213,46.58059],[29.77681,46.58226],[29.76795,46.58566],[29.76773,46.58969],[29.76484,46.59043],[29.75546,46.59076],[29.74874,46.59135],[29.73724,46.59427],[29.72847,46.59725],[29.72411,46.59949],[29.72282,46.60082],[29.72358,46.60215],[29.72671,46.60054],[29.72909,46.59995],[29.73321,46.60088],[29.73424,46.60209],[29.73533,46.6065],[29.73628,46.6085],[29.73819,46.60837],[29.74055,46.60664],[29.74287,46.60622],[29.74638,46.60675],[29.7493,46.60841],[29.75177,46.61064],[29.75156,46.61248],[29.74879,46.61382],[29.75089,46.61339],[29.75336,46.61393],[29.75623,46.61543],[29.75643,46.61699],[29.75527,46.61783],[29.74911,46.61931],[29.7434,46.62252],[29.74224,46.62465],[29.7445,46.62519],[29.74765,46.6252],[29.75207,46.62358],[29.75995,46.62001],[29.76308,46.61935],[29.7646,46.62037],[29.76432,46.62241],[29.76136,46.62588],[29.75819,46.62773],[29.75293,46.62959],[29.75842,46.63369],[29.76136,46.63391],[29.76889,46.63276],[29.77784,46.63217],[29.77915,46.63263],[29.7802,46.63497],[29.77943,46.63703],[29.77724,46.64021],[29.77492,46.64157],[29.771,46.64063],[29.76868,46.63783],[29.75982,46.64571],[29.75902,46.64695],[29.76741,46.64754],[29.77376,46.64841],[29.77576,46.65],[29.77647,46.65191],[29.77595,46.65421],[29.77494,46.65623],[29.77267,46.6564],[29.77104,46.65528],[29.75962,46.65014],[29.75604,46.64811],[29.75576,46.65033],[29.75649,46.65309],[29.75789,46.6553],[29.76228,46.66019],[29.76385,46.66324],[29.76572,46.66575],[29.74615,46.66587],[29.72167,46.66618],[29.72602,46.66259],[29.72334,46.66044],[29.7181,46.6581],[29.71195,46.66247],[29.70628,46.66581],[29.69429,46.66626],[29.67055,46.6667],[29.64714,46.66718],[29.62169,46.66755],[29.60414,46.66807],[29.59399,46.66826],[29.57994,46.66861],[29.56372,46.66898],[29.55078,46.66917],[29.54721,46.66923],[29.54389,46.66976],[29.54423,46.68466],[29.52655,46.68479],[29.52707,46.70457],[29.51162,46.70463],[29.5058,46.70457],[29.49866,46.70872],[29.50187,46.7103],[29.5022,46.71283],[29.5025,46.7197],[29.50288,46.72287],[29.50207,46.72871],[29.50464,46.73014],[29.50374,46.73415],[29.5022,46.73608],[29.5016,46.73785],[29.50078,46.73961],[29.50117,46.74177],[29.50198,46.74601],[29.50209,46.75001],[29.50102,46.75596],[29.50256,46.75623],[29.50067,46.76034],[29.49904,46.76093],[29.50009,46.75892],[29.49389,46.75799],[29.49413,46.766],[29.4946,46.7725],[29.489,46.77248],[29.49194,46.77546],[29.49207,46.77757],[29.4946,46.77767],[29.49499,46.77829],[29.49254,46.77811],[29.49258,46.78117],[29.49565,46.78208],[29.4952,46.78283],[29.49215,46.78327],[29.48359,46.78343],[29.48147,46.78293],[29.47585,46.78255],[29.46527,46.78293],[29.4519,46.7833],[29.44591,46.78427],[29.44375,46.78443],[29.43224,46.78444],[29.42302,46.78447],[29.41574,46.78458],[29.41514,46.78427],[29.41203,46.78475],[29.40652,46.79468],[29.39828,46.80968],[29.39135,46.82269],[29.38656,46.8309],[29.38178,46.83923],[29.37916,46.84443],[29.37538,46.85186],[29.36721,46.86675],[29.36287,46.87448],[29.35727,46.88491],[29.35221,46.89453],[29.34989,46.89884],[29.34659,46.90517],[29.34461,46.90897],[29.34152,46.91445],[29.33744,46.92174],[29.33272,46.93141],[29.32781,46.94001],[29.32564,46.94421],[29.32199,46.95119],[29.31742,46.96047],[29.31433,46.96456],[29.30856,46.97096],[29.30554,46.97399],[29.29996,46.97765],[29.29528,46.98097],[29.29343,46.98353],[29.29273,46.98685],[29.29264,46.99281],[29.29384,46.99586],[29.29625,46.99742],[29.29105,47.00687],[29.28771,47.01273],[29.2856,47.01299],[29.28567,47.01681],[29.28335,47.02184],[29.28062,47.02695],[29.27537,47.03552],[29.3571,47.03316],[29.35603,47.03689],[29.35618,47.0386],[29.35704,47.03955],[29.35862,47.03935],[29.35978,47.03808],[29.35961,47.03509],[29.36025,47.03328],[29.38989,47.03288],[29.38888,47.03419],[29.38208,47.03967],[29.38064,47.04472],[29.38128,47.05062],[29.3836,47.05387],[29.38808,47.05552],[29.39225,47.05729],[29.39328,47.05919],[29.39085,47.06115],[29.38781,47.06194],[29.38377,47.0617],[29.37942,47.06216],[29.37506,47.06449],[29.36779,47.07097],[29.3633,47.07551],[29.36128,47.07901],[29.35982,47.08304],[29.35843,47.08992],[29.35697,47.09457],[29.34699,47.10476],[29.34429,47.10703],[29.33875,47.10881],[29.33515,47.10836],[29.32798,47.10669],[29.31822,47.10431],[29.31092,47.10394],[29.30427,47.10573],[29.29916,47.10825],[29.2944,47.11144],[29.29288,47.11427],[29.2932,47.11852],[29.29391,47.12036],[29.29637,47.12042],[29.29751,47.12106],[29.29384,47.121],[29.29485,47.12553],[29.29689,47.13091],[29.28481,47.13128],[29.26071,47.1317],[29.23316,47.1323],[29.22295,47.13246],[29.21878,47.14031],[29.21365,47.14995],[29.20932,47.15764],[29.20675,47.16114],[29.20445,47.16562],[29.20224,47.16995],[29.19898,47.17637],[29.19497,47.18254],[29.19091,47.19062],[29.1864,47.19783],[29.18162,47.20671],[29.17705,47.21547],[29.17437,47.21525],[29.17304,47.21546],[29.17166,47.2163],[29.16958,47.21821],[29.16786,47.22095],[29.16598,47.22465],[29.16643,47.22521],[29.16724,47.22595],[29.16606,47.2256],[29.16374,47.23091],[29.16207,47.23541],[29.15887,47.23883],[29.15488,47.24223],[29.15102,47.24476],[29.14937,47.24689],[29.14905,47.24974],[29.14812,47.25426],[29.14649,47.25775],[29.14293,47.26117],[29.13971,47.26512],[29.13823,47.26642],[29.13686,47.26751],[29.139,47.26956],[29.14036,47.27052],[29.13945,47.27131],[29.14284,47.27332],[29.14001,47.27518],[29.14246,47.27681],[29.14139,47.27774],[29.14319,47.27863],[29.14415,47.27774],[29.14699,47.27978],[29.14733,47.27936],[29.14922,47.28022],[29.15136,47.28144],[29.15151,47.28233],[29.15677,47.28381],[29.15748,47.28336],[29.1592,47.28429],[29.16756,47.27801],[29.17321,47.28131],[29.16984,47.28438],[29.17986,47.28833],[29.19226,47.293],[29.20299,47.29716],[29.20419,47.29725],[29.20469,47.30209],[29.20554,47.30481],[29.20771,47.30771],[29.20838,47.30921],[29.21134,47.31191],[29.22494,47.32278],[29.22953,47.31826],[29.23756,47.32438],[29.23162,47.3279],[29.24659,47.33996],[29.24734,47.33955],[29.24882,47.34047],[29.2479,47.34106],[29.25307,47.34518],[29.26854,47.33589],[29.27601,47.34212],[29.28689,47.34563],[29.30204,47.35059],[29.31942,47.35611],[29.33099,47.36037],[29.33787,47.36236],[29.33671,47.36928],[29.33768,47.37063],[29.33614,47.37772],[29.30987,47.37104],[29.30176,47.37663],[29.29026,47.36755],[29.28002,47.35935],[29.26889,47.36563],[29.2629,47.36108],[29.26172,47.36083],[29.25661,47.36163],[29.25445,47.36294],[29.25133,47.36428],[29.2476,47.36567],[29.2458,47.36429],[29.24623,47.36192],[29.2455,47.36237],[29.24335,47.3622],[29.24093,47.36306],[29.23992,47.36282],[29.23857,47.36112],[29.23685,47.36038],[29.23649,47.35968],[29.23687,47.35839],[29.23891,47.35419],[29.2296,47.35189],[29.2228,47.34967],[29.22093,47.34667],[29.21891,47.34512],[29.21664,47.34414],[29.21396,47.34348],[29.2111,47.34346],[29.21011,47.344],[29.20799,47.34403],[29.20516,47.34288],[29.20316,47.34542],[29.18797,47.34193],[29.18885,47.34035],[29.18155,47.33865],[29.17583,47.33695],[29.17548,47.33884],[29.16613,47.33673],[29.16761,47.33869],[29.16874,47.34211],[29.1687,47.34458],[29.1681,47.34917],[29.16572,47.35506],[29.16332,47.36019],[29.16203,47.36534],[29.16183,47.37079],[29.16168,47.37247],[29.15952,47.37237],[29.15859,47.37153],[29.15874,47.37016],[29.15988,47.36764],[29.15866,47.36621],[29.15703,47.37137],[29.15495,47.37452],[29.15385,47.3763],[29.15422,47.3775],[29.15729,47.37862],[29.15817,47.38087],[29.15853,47.38484],[29.15199,47.38618],[29.15201,47.38201],[29.14866,47.378],[29.14754,47.37567],[29.14602,47.37682],[29.1375,47.38395],[29.129,47.38897],[29.11611,47.39623],[29.10787,47.40006],[29.10047,47.40407],[29.09888,47.40374],[29.09708,47.40451],[29.0907,47.40744],[29.08545,47.40962],[29.08272,47.41141],[29.08053,47.41322],[29.07967,47.41488],[29.08045,47.41692],[29.08225,47.42003],[29.08491,47.42434],[29.08738,47.42605],[29.09263,47.42939],[29.09759,47.43349],[29.10122,47.43833],[29.10476,47.44212],[29.11053,47.44572],[29.11568,47.44874],[29.11905,47.45174],[29.12137,47.45511],[29.12237,47.45759],[29.12242,47.46123],[29.12111,47.46599],[29.12034,47.46882],[29.11993,47.47005],[29.11362,47.47598],[29.10315,47.48266],[29.09259,47.48918],[29.08497,47.49327],[29.08094,47.49608],[29.07615,47.49937],[29.0709,47.50226],[29.06525,47.50466],[29.05849,47.50756],[29.05435,47.51004],[29.05298,47.50998],[29.04847,47.5122],[29.04425,47.51385],[29.04169,47.51398],[29.03882,47.51604],[29.0339,47.51695],[29.02916,47.51945],[29.0303,47.52097],[29.02796,47.52026],[29.02474,47.52317],[29.02311,47.52647],[29.02253,47.52978],[29.02255,47.53189],[29.02172,47.53334],[29.02311,47.53454],[29.02405,47.5374],[29.02556,47.54232],[29.02674,47.54752],[29.0274,47.55284],[29.02811,47.55666],[29.02983,47.56121],[29.03131,47.56573],[29.03137,47.57107],[29.03131,47.57483],[29.0303,47.579],[29.0292,47.58194],[29.02438,47.58651],[29.02105,47.58887],[29.01543,47.59216],[29.00833,47.59621],[29.00148,47.60023],[28.99577,47.60398],[28.98805,47.60985],[28.98582,47.61345],[28.98479,47.61717],[28.98655,47.62158],[28.9897,47.62961],[28.99513,47.63815],[28.99893,47.64371],[28.99931,47.64729],[28.997,47.65257],[28.99931,47.65404],[28.99584,47.65803],[28.99165,47.66404],[28.98925,47.66961],[28.98741,47.67492],[28.98412,47.687],[28.98236,47.69285],[28.97912,47.69812],[28.9756,47.70361],[28.97161,47.70959],[28.96979,47.71214],[28.96777,47.71593],[28.96803,47.72039],[28.96865,47.72245],[28.97118,47.72733],[28.97485,47.73273],[28.97736,47.73668],[28.97985,47.73937],[28.98146,47.74273],[28.98243,47.74384],[28.98449,47.74547],[28.98867,47.74901],[28.98863,47.75035],[28.98541,47.74955],[28.98552,47.75369],[28.9864,47.75414],[28.98635,47.75483],[28.98451,47.75473],[28.98477,47.75662],[28.98451,47.7646],[28.98524,47.77109],[28.98655,47.77402],[28.98726,47.77465],[28.9891,47.78062],[28.99043,47.78571],[28.99114,47.78995],[28.99165,47.7926],[28.99294,47.79223],[28.9929,47.79345],[28.99453,47.79785],[28.99569,47.79972],[29,47.80524],[29.00543,47.81118],[29.00775,47.81522],[29.01,47.81575],[29.01292,47.81778],[29.01064,47.8189],[29.01249,47.82223],[29.01416,47.82578],[29.02064,47.83407],[29.02395,47.83909],[29.02627,47.84436],[29.02635,47.84676],[29.02481,47.85138],[29.02189,47.8549],[29.01674,47.86106],[29.00976,47.86644],[29.00095,47.87118],[28.99401,47.8741],[28.98,47.87789],[28.97135,47.87999],[28.94844,47.88359],[28.93162,47.88528],[28.9196,47.88632],[28.90805,47.88698],[28.90235,47.88784],[28.89295,47.89049],[28.88181,47.89317],[28.86797,47.89677],[28.86145,47.89787],[28.85175,47.89826],[28.84029,47.89813],[28.836,47.89852],[28.83152,47.89989],[28.82752,47.90186],[28.82467,47.90386],[28.82332,47.90586],[28.82192,47.90855],[28.82141,47.91135],[28.82164,47.91316],[28.82302,47.91618],[28.82504,47.92022],[28.82686,47.92296],[28.82986,47.9267],[28.83377,47.93079],[28.83589,47.93456],[28.83739,47.93675],[28.8375,47.93945],[28.8363,47.94232],[28.8342,47.94402],[28.83036,47.94632],[28.82531,47.94783],[28.8204,47.94942],[28.81413,47.95177],[28.81044,47.95391],[28.80643,47.95736],[28.80364,47.96109],[28.80115,47.96553],[28.79757,47.97063],[28.79497,47.97565],[28.79339,47.97925],[28.79201,47.9836],[28.79115,47.98547],[28.78742,47.98787],[28.78412,47.98847],[28.78287,47.9877],[28.77648,47.98724],[28.77341,47.98607],[28.76746,47.98287],[28.76279,47.9801],[28.75792,47.97791],[28.7524,47.97685],[28.74753,47.97641],[28.74114,47.97835],[28.7356,47.98036],[28.73092,47.98244],[28.73043,47.98344],[28.72654,47.98553],[28.72176,47.98972],[28.71723,47.99321],[28.71296,47.99707],[28.7106,47.99881],[28.70573,48.00257],[28.70337,48.00494],[28.70255,48.00699],[28.70298,48.00941],[28.70419,48.01077],[28.70436,48.01143],[28.7068,48.01628],[28.70644,48.01988],[28.70543,48.0223],[28.70107,48.02462],[28.6961,48.02593],[28.68949,48.02755],[28.6809,48.02824],[28.67196,48.02808],[28.67041,48.02802],[28.66685,48.02752],[28.6599,48.0268],[28.6558,48.0266],[28.65058,48.02614],[28.64573,48.02626],[28.63878,48.02773],[28.63108,48.02904],[28.62271,48.03073],[28.61739,48.03274],[28.60945,48.03557],[28.60374,48.03639],[28.59327,48.03617],[28.59149,48.03565],[28.58962,48.03405],[28.5887,48.03204],[28.58834,48.02653],[28.58799,48.02363],[28.58334,48.01657],[28.58224,48.01446],[28.58042,48.01222],[28.57595,48.00837],[28.57402,48.00662],[28.57299,48.00474],[28.57233,48.00237],[28.57102,47.99971],[28.56829,47.9976],[28.56512,47.99587],[28.56282,47.99488],[28.56072,47.99463],[28.55752,47.99483],[28.554,47.99575],[28.55029,47.9974],[28.54662,47.99835],[28.54212,47.99875],[28.53918,47.99987],[28.53643,48.00197],[28.5334,48.00329],[28.53143,48.00496],[28.53061,48.00643],[28.53049,48.0091],[28.53046,48.01153],[28.53102,48.01371],[28.533,48.01617],[28.53497,48.01796],[28.5395,48.02207],[28.5427,48.02511],[28.54488,48.02771],[28.54516,48.02917],[28.54523,48.03233],[28.54551,48.03468],[28.54632,48.03653],[28.54817,48.03768],[28.55059,48.03802],[28.55357,48.03785],[28.56063,48.03772],[28.56797,48.03818],[28.57462,48.04032],[28.58342,48.04386],[28.58855,48.04725],[28.59112,48.05029],[28.59162,48.05372],[28.59185,48.0567],[28.59258,48.05967],[28.59492,48.06406],[28.59808,48.06721],[28.59909,48.06852],[28.60119,48.07406],[28.60203,48.07584],[28.60338,48.07642],[28.60501,48.07633],[28.60638,48.0751],[28.60724,48.07295],[28.60816,48.06994],[28.6099,48.06652],[28.61217,48.0636],[28.61507,48.06275],[28.6193,48.06249],[28.62346,48.06275],[28.6276,48.06452],[28.63406,48.06961],[28.63679,48.07494],[28.63722,48.07778],[28.63662,48.08014],[28.63492,48.08399],[28.63441,48.08589],[28.63325,48.08831],[28.62889,48.09177],[28.62593,48.09319],[28.61984,48.09532],[28.61316,48.09595],[28.60424,48.0975],[28.59848,48.09875],[28.59325,48.10037],[28.58643,48.10285],[28.57486,48.10818],[28.56909,48.1104],[28.56244,48.11286],[28.55651,48.11488],[28.5522,48.1174],[28.54855,48.11859],[28.54252,48.11981],[28.53778,48.12053],[28.53323,48.12018],[28.53027,48.12032],[28.5269,48.12108],[28.52446,48.12203],[28.51783,48.12239],[28.51223,48.12202],[28.50598,48.12097],[28.50235,48.11982],[28.49969,48.11778],[28.49761,48.1161],[28.49598,48.11505],[28.49474,48.11331],[28.4933,48.11023],[28.49216,48.10588],[28.49244,48.10249],[28.49274,48.09813],[28.49362,48.09524],[28.49523,48.09185],[28.49605,48.09002],[28.49542,48.08787],[28.49377,48.0846],[28.4916,48.08113],[28.49042,48.07894],[28.49002,48.07695],[28.49019,48.07477],[28.4913,48.07285],[28.49311,48.07153],[28.49766,48.06961],[28.49954,48.06887],[28.49984,48.06797],[28.49972,48.06723],[28.49858,48.06655],[28.4956,48.06625],[28.49199,48.06647],[28.48811,48.06819],[28.48542,48.07002],[28.48118,48.07209],[28.47736,48.07332],[28.4715,48.07414],[28.46444,48.0758],[28.4594,48.07786],[28.45573,48.08026],[28.4521,48.08301],[28.44976,48.08648],[28.44676,48.09016],[28.4445,48.0927],[28.44172,48.09476],[28.43966,48.09724],[28.4383,48.10004],[28.4377,48.10365],[28.43717,48.10703],[28.43661,48.10971],[28.43536,48.1117],[28.42884,48.1179],[28.42579,48.1214],[28.42397,48.12265],[28.4229,48.12408],[28.42294,48.12542],[28.42343,48.1274],[28.42427,48.12922],[28.42599,48.13098],[28.42878,48.13383],[28.4315,48.13542],[28.43875,48.13967],[28.44116,48.14206],[28.44161,48.14357],[28.44073,48.14773],[28.4377,48.15662],[28.43779,48.1647],[28.43609,48.16792],[28.43427,48.17032],[28.42923,48.17437],[28.42249,48.17619],[28.41425,48.17828],[28.40805,48.17886],[28.40198,48.17823],[28.39524,48.17822],[28.38706,48.1775],[28.38153,48.17636],[28.37711,48.17417],[28.3738,48.17177],[28.37099,48.16783],[28.3691,48.16422],[28.367,48.15986],[28.36481,48.15688],[28.36249,48.15299],[28.36215,48.15073],[28.36084,48.14743],[28.35865,48.14384],[28.35582,48.14072],[28.35234,48.1382],[28.34799,48.13678],[28.34028,48.13564],[28.3332,48.13462],[28.32709,48.1338],[28.32082,48.13413],[28.3137,48.13712],[28.30911,48.13927],[28.30662,48.14151],[28.30638,48.14354],[28.30848,48.14765],[28.30951,48.1507],[28.30887,48.1529],[28.30758,48.15482],[28.30718,48.1571],[28.30842,48.15943],[28.31005,48.16102],[28.31226,48.16226],[28.31756,48.16437],[28.32338,48.16657],[28.32902,48.169],[28.33747,48.17235],[28.34468,48.17529],[28.34908,48.17762],[28.35445,48.18112],[28.35829,48.18483],[28.36213,48.18909],[28.36357,48.19117],[28.36455,48.19562],[28.36526,48.19782],[28.36842,48.20244],[28.37003,48.20633],[28.37058,48.20919],[28.3717,48.21502],[28.37155,48.2215],[28.36992,48.22893],[28.36764,48.23305],[28.3623,48.24124],[28.3605,48.24321],[28.35831,48.24488],[28.35636,48.24593],[28.35292,48.24744],[28.34758,48.2485],[28.34445,48.24827],[28.33765,48.24571],[28.33269,48.24324],[28.32988,48.24072],[28.3279,48.23771],[28.32456,48.23504],[28.32129,48.23424],[28.31812,48.23494],[28.31421,48.23855],[28.31248,48.24047],[28.31054,48.24197],[28.30733,48.24302],[28.30445,48.2431],[28.30117,48.24237],[28.29572,48.23959],[28.29203,48.23762],[28.28808,48.23516],[28.28552,48.23345],[28.28271,48.23263],[28.28065,48.23249],[28.27503,48.23085],[28.26799,48.22846],[28.26254,48.22604],[28.25613,48.22327],[28.25106,48.22107],[28.24808,48.21925],[28.24533,48.21748],[28.24068,48.21591],[28.23491,48.21361],[28.2281,48.21062],[28.22203,48.20853],[28.21765,48.20723],[28.21338,48.20639],[28.20967,48.20589],[28.20652,48.20637],[28.20218,48.20762],[28.19755,48.20925],[28.1942,48.2108],[28.19045,48.21309],[28.18794,48.21594],[28.1871,48.21812],[28.18718,48.22174],[28.18774,48.22437],[28.18742,48.22745],[28.18628,48.23016],[28.18525,48.23336],[28.18461,48.23599],[28.18457,48.24025],[28.18508,48.2428],[28.18648,48.24563],[28.18845,48.24807],[28.18914,48.25117],[28.18858,48.25337],[28.18635,48.25531],[28.18223,48.25748],[28.17673,48.25911],[28.15807,48.26266],[28.14981,48.26408],[28.14532,48.2639],[28.14139,48.26187],[28.13989,48.26056],[28.13856,48.25753],[28.1379,48.25338],[28.13669,48.25007],[28.13474,48.24665],[28.13109,48.24422],[28.12637,48.24187],[28.11751,48.23901],[28.11288,48.23545],[28.10805,48.23285],[28.10384,48.23203],[28.09889,48.23278],[28.09421,48.23432],[28.08848,48.23589],[28.08444,48.23821],[28.08247,48.24084],[28.08183,48.24385],[28.08206,48.24897],[28.08284,48.25503],[28.08472,48.25998],[28.08968,48.26781],[28.09133,48.27238],[28.09176,48.27697],[28.0926,48.28194],[28.09333,48.28496],[28.09489,48.2893],[28.09563,48.2926]]],"terms_url":"https://geoportalinds.gov.md/geonetwork/srv/eng/catalog.search#/metadata/39159969-2561-4e1f-92fb-3944f550c046","terms_text":"© Agenţia Geodezie, Cartografie şi Cadastru / Geoportal INDS","best":true,"description":"Topographical Map of Moldova, issued in 2017. covers entire territory of Moldova, except territories from the Left Bank of Dniester, including Bender Municipality, contains 90 graphical layers, data is based on 2016 Moldova Orthophoto","icon":"https://geoportalinds.gov.md/geonetwork/images/logos/favicon.png"},{"id":"lu.geoportail.opendata.topo","name":"Topographical Map geoportail.lu","type":"tms","template":"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/topo/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.png","endDate":"2010-07-20T00:00:00.000Z","startDate":"2013-07-19T00:00:00.000Z","zoomExtent":[5,20],"polygon":[[[5.96175,50.17631],[5.95286,50.13384],[5.89196,50.12041],[5.881,50.08069],[5.85781,50.07186],[5.85087,50.0563],[5.86189,50.04581],[5.84792,50.02809],[5.81561,50.01437],[5.81806,49.99936],[5.83462,49.98656],[5.83129,49.97995],[5.80652,49.97321],[5.80524,49.96677],[5.78672,49.96816],[5.7688,49.96104],[5.76878,49.94239],[5.77073,49.93711],[5.76039,49.93252],[5.75783,49.91737],[5.73303,49.90285],[5.7346,49.89341],[5.77505,49.88057],[5.77567,49.87438],[5.74955,49.87554],[5.75229,49.85922],[5.74066,49.85152],[5.75399,49.84878],[5.74624,49.84783],[5.74701,49.84048],[5.74053,49.84142],[5.7372,49.83353],[5.74581,49.82435],[5.74159,49.82126],[5.75094,49.79094],[5.76517,49.78961],[5.78626,49.79079],[5.82073,49.74878],[5.82489,49.73767],[5.82191,49.72128],[5.84325,49.71822],[5.86481,49.72331],[5.8757,49.71118],[5.85628,49.68211],[5.85656,49.67628],[5.89934,49.66239],[5.89998,49.63907],[5.88182,49.63815],[5.8694,49.6106],[5.84565,49.5981],[5.84712,49.58961],[5.8511,49.58379],[5.86289,49.58525],[5.86866,49.587],[5.85943,49.57158],[5.8052,49.54272],[5.81625,49.53325],[5.83562,49.54114],[5.84308,49.53081],[5.83187,49.52639],[5.83641,49.51817],[5.84828,49.51397],[5.84897,49.50826],[5.86332,49.50006],[5.89033,49.4948],[5.91578,49.49835],[5.9616,49.49026],[5.96891,49.48202],[5.97232,49.46087],[5.97773,49.45955],[5.97657,49.44885],[5.99412,49.45301],[6.01574,49.44885],[6.02154,49.45127],[6.02529,49.44703],[6.04421,49.44553],[6.05222,49.46028],[6.05917,49.46306],[6.07722,49.46139],[6.08167,49.45417],[6.10483,49.45076],[6.1014,49.46726],[6.12725,49.47081],[6.12937,49.48803],[6.14018,49.48525],[6.1671,49.49006],[6.16086,49.50085],[6.17337,49.50577],[6.19669,49.50331],[6.24133,49.50693],[6.27191,49.49995],[6.28789,49.48379],[6.29503,49.47928],[6.32189,49.47244],[6.3334,49.46493],[6.37056,49.45732],[6.37076,49.50545],[6.35932,49.52481],[6.35855,49.53296],[6.38009,49.54856],[6.3849,49.55817],[6.35791,49.57166],[6.36909,49.5783],[6.38119,49.57509],[6.38443,49.5801],[6.37551,49.58809],[6.37941,49.59526],[6.39898,49.60094],[6.42178,49.61809],[6.44251,49.65591],[6.4399,49.66025],[6.42714,49.66237],[6.5046,49.71227],[6.50788,49.71215],[6.50712,49.71655],[6.49558,49.72443],[6.49891,49.72639],[6.50479,49.725],[6.51176,49.72016],[6.51642,49.72129],[6.51809,49.7242],[6.50727,49.72938],[6.50263,49.73298],[6.50373,49.75086],[6.52052,49.76134],[6.52056,49.76818],[6.51105,49.77422],[6.51917,49.78344],[6.50622,49.78899],[6.53083,49.80116],[6.53225,49.80686],[6.52981,49.81048],[6.5196,49.81446],[6.51485,49.80513],[6.51155,49.80238],[6.50669,49.80993],[6.49681,49.81277],[6.47057,49.82385],[6.46454,49.81975],[6.45366,49.81275],[6.44344,49.81233],[6.44161,49.81547],[6.43097,49.81129],[6.42807,49.81186],[6.42643,49.81629],[6.4022,49.82098],[6.36465,49.85164],[6.33937,49.8507],[6.33656,49.83998],[6.32741,49.83673],[6.32158,49.8409],[6.32361,49.85188],[6.31465,49.86057],[6.31532,49.8673],[6.30989,49.87107],[6.2977,49.86673],[6.29166,49.87548],[6.28113,49.87957],[6.27646,49.87725],[6.26301,49.88101],[6.25781,49.88724],[6.24692,49.89535],[6.23381,49.90028],[6.23229,49.9072],[6.22769,49.91062],[6.23187,49.91064],[6.23603,49.91355],[6.22986,49.92125],[6.21913,49.92354],[6.22635,49.92766],[6.22824,49.93726],[6.22044,49.94369],[6.22502,49.95039],[6.21269,49.9514],[6.20707,49.95672],[6.19978,49.95352],[6.19277,49.97158],[6.18331,49.9686],[6.17983,49.96307],[6.18339,49.9548],[6.17995,49.95386],[6.1763,49.962],[6.17151,49.96298],[6.16549,49.97115],[6.17035,49.98376],[6.17348,49.98344],[6.17305,49.98589],[6.15625,49.98867],[6.15023,49.99518],[6.14218,49.99535],[6.13852,49.99829],[6.13966,49.9994],[6.14546,49.99689],[6.1517,50.01058],[6.13934,50.01116],[6.13024,50.01819],[6.13138,50.01905],[6.13594,50.01485],[6.13868,50.01572],[6.14821,50.02307],[6.13034,50.02975],[6.13661,50.04178],[6.12361,50.06323],[6.11563,50.05817],[6.11444,50.06139],[6.12117,50.064],[6.13186,50.07348],[6.12634,50.07817],[6.12194,50.09059],[6.13547,50.09119],[6.13108,50.09964],[6.13808,50.10263],[6.13555,50.11899],[6.14093,50.1305],[6.12369,50.13719],[6.11323,50.13739],[6.1277,50.14993],[6.1201,50.15594],[6.1225,50.16437],[6.10176,50.17199],[6.07824,50.17255],[6.07668,50.15913],[6.06069,50.15536],[6.03318,50.16395],[6.02627,50.18496],[5.96175,50.17631]]],"terms_url":"https://data.public.lu/en/datasets/cartes-topographiques-services-wms-et-wmts","terms_text":"Administration du Cadastre et de la Topographie","icon":"https://www.geoportail.lu/static/img/lion.png"},{"id":"Geodata-Gov-Topographical-Map_Moldova_50000_2013_Raster","name":"Topographical Map of Moldova, 1:50000, 2013 (Raster)","type":"wms","template":"http://geodata.gov.md/geoserver/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=maps:harta_topografica_50k_2013&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","polygon":[[[28.2157,45.46464],[28.21693,45.47114],[28.25422,45.51099],[28.30604,45.5451],[28.41414,45.51224],[28.41414,45.47779],[28.47311,45.49032],[28.51912,45.49909],[28.495,45.56981],[28.54726,45.57856],[28.51733,45.66666],[28.48785,45.66167],[28.48338,45.67509],[28.48606,45.68258],[28.49857,45.69038],[28.5075,45.69974],[28.5142,45.71191],[28.52135,45.73467],[28.56423,45.72282],[28.59461,45.72719],[28.59863,45.74278],[28.58478,45.76896],[28.62543,45.76335],[28.71611,45.77986],[28.70048,45.8163],[28.79071,45.83062],[28.75766,45.92609],[28.76659,45.92858],[28.76748,45.9351],[28.76034,45.9556],[28.7849,45.9584],[28.78044,45.96865],[28.98279,46.00217],[29.00915,46.05024],[28.95376,46.09332],[29.07213,46.19607],[28.95465,46.26065],[28.98547,46.31653],[28.99887,46.31375],[29.01004,46.31653],[28.99262,46.34768],[28.98681,46.34922],[28.94393,46.43241],[28.94125,46.45149],[28.93634,46.45642],[28.98815,46.45765],[29.0297,46.46165],[29.02612,46.48103],[28.98235,46.48103],[28.98592,46.48564],[29.03863,46.48903],[29.04399,46.50317],[29.06856,46.50502],[29.07258,46.51055],[29.16773,46.51393],[29.16549,46.54251],[29.2316,46.55357],[29.24143,46.47857],[29.21508,46.46349],[29.23071,46.409],[29.20391,46.38775],[29.2057,46.38128],[29.24366,46.3745],[29.27225,46.39483],[29.29325,46.41332],[29.30129,46.40531],[29.32809,46.41455],[29.30888,46.44257],[29.32496,46.44749],[29.31424,46.46319],[29.34239,46.47242],[29.34194,46.4961],[29.3473,46.49794],[29.39599,46.41978],[29.40403,46.42687],[29.39242,46.44718],[29.4487,46.49518],[29.4965,46.46165],[29.47997,46.44965],[29.48488,46.43118],[29.49292,46.42409],[29.50677,46.41886],[29.56216,46.41424],[29.5769,46.35569],[29.597,46.3597],[29.59924,46.34768],[29.68634,46.35909],[29.6649,46.43456],[29.67562,46.43795],[29.68098,46.42132],[29.73995,46.43241],[29.7462,46.44257],[29.73057,46.46565],[29.74263,46.46965],[29.74978,46.46472],[29.78373,46.42933],[29.78328,46.4167],[29.79802,46.41116],[29.81812,46.39483],[29.79891,46.38498],[29.89719,46.34737],[29.89093,46.3708],[29.93918,46.39699],[29.98965,46.38035],[30.00037,46.3859],[30.02182,46.37974],[30.05934,46.39576],[30.0714,46.3936],[30.09776,46.36957],[30.11071,46.38898],[30.16476,46.41116],[30.16655,46.42594],[30.15627,46.43395],[30.14689,46.42902],[30.14466,46.41516],[30.09776,46.44595],[30.02941,46.44595],[30.0245,46.48841],[29.98474,46.51485],[29.91997,46.51608],[29.8954,46.54589],[29.89897,46.55542],[29.87753,46.58889],[29.82393,46.60608],[29.79936,46.60669],[29.78373,46.58091],[29.75022,46.60393],[29.7806,46.63124],[29.78104,46.6527],[29.76541,46.67386],[29.67607,46.68213],[29.70064,46.70419],[29.69036,46.74216],[29.67026,46.75686],[29.67964,46.77827],[29.66982,46.81008],[29.61175,46.83728],[29.57601,46.82659],[29.57824,46.80427],[29.53179,46.79907],[29.53268,46.78531],[29.50632,46.79846],[29.4831,46.79571],[29.45585,46.81711],[29.41564,46.81283],[29.4009,46.84125],[29.46478,46.85256],[29.47372,46.84798],[29.49382,46.85195],[29.48622,46.8947],[29.46835,46.90325],[29.48131,46.92613],[29.48086,46.94169],[29.44959,46.96638],[29.41698,46.96669],[29.38661,46.93925],[29.36338,46.93681],[29.33457,46.94977],[29.33524,46.99061],[29.36919,46.99077],[29.3808,46.99427],[29.37969,47.00189],[29.3645,47.02549],[29.37969,47.02168],[29.3913,47.02854],[29.39242,47.03432],[29.38549,47.05228],[29.39688,47.05761],[29.39242,47.06339],[29.37254,47.06795],[29.36182,47.08088],[29.35936,47.09609],[29.34105,47.11175],[29.31268,47.10536],[29.29504,47.11479],[29.29816,47.14001],[29.25461,47.16462],[29.24791,47.17677],[29.26064,47.18618],[29.26756,47.18162],[29.28476,47.18997],[29.29727,47.20136],[29.30263,47.22684],[29.31625,47.22411],[29.33881,47.2455],[29.34708,47.24368],[29.3674,47.27081],[29.33881,47.28066],[29.32161,47.26066],[29.31558,47.26217],[29.30129,47.25596],[29.27225,47.2602],[29.23853,47.25035],[29.22557,47.24231],[29.19162,47.21319],[29.18827,47.21971],[29.18001,47.21577],[29.16974,47.22351],[29.16348,47.24019],[29.15187,47.24701],[29.15097,47.25778],[29.14204,47.26778],[29.14673,47.27839],[29.15634,47.28293],[29.16884,47.27596],[29.17688,47.28127],[29.17398,47.28505],[29.20659,47.29793],[29.21619,47.31338],[29.22468,47.31989],[29.22915,47.31505],[29.2593,47.33957],[29.26756,47.33321],[29.2794,47.34139],[29.34127,47.36166],[29.33971,47.37951],[29.30955,47.3721],[29.30196,47.37845],[29.26935,47.35183],[29.25528,47.36484],[29.23987,47.36408],[29.23294,47.35924],[29.23585,47.3544],[29.17778,47.33942],[29.17063,47.33927],[29.16974,47.35682],[29.15567,47.37861],[29.12886,47.39131],[29.08129,47.41368],[29.08911,47.42668],[29.11658,47.44889],[29.12328,47.4587],[29.11837,47.47335],[29.07548,47.50218],[29.03081,47.52103],[29.02769,47.53023],[29.03707,47.56702],[29.03215,47.57862],[28.98838,47.61236],[28.9886,47.62561],[28.99977,47.64036],[29.00423,47.65119],[28.99441,47.65962],[28.98637,47.69435],[28.97207,47.7169],[28.99128,47.74965],[28.99686,47.79423],[29.01942,47.82243],[29.03081,47.83922],[29.02992,47.85242],[29.01741,47.86755],[28.96671,47.88223],[28.93187,47.88658],[28.86464,47.89751],[28.83136,47.9011],[28.82377,47.91068],[28.83091,47.92101],[28.83985,47.93598],[28.83181,47.94705],[28.80456,47.96171],[28.79652,47.97786],[28.79451,47.98773],[28.77954,47.98922],[28.75877,47.97771],[28.73845,47.97951],[28.70561,48.00656],[28.71008,48.0221],[28.69043,48.02927],[28.66809,48.02987],[28.65045,48.02733],[28.62208,48.03211],[28.59997,48.03898],[28.58769,48.03539],[28.58657,48.02195],[28.56959,48.00492],[28.56111,47.99819],[28.53341,48.00477],[28.53185,48.01298],[28.54592,48.02673],[28.54927,48.03584],[28.5725,48.03793],[28.59238,48.04883],[28.60399,48.07451],[28.61203,48.06033],[28.6299,48.06451],[28.63906,48.07615],[28.63146,48.0939],[28.5993,48.09942],[28.55597,48.11717],[28.52001,48.12358],[28.49857,48.12164],[28.49098,48.11329],[28.49031,48.09599],[28.48629,48.07152],[28.45971,48.08003],[28.44095,48.09942],[28.43804,48.11434],[28.42754,48.12537],[28.43268,48.13327],[28.44497,48.14281],[28.44162,48.15831],[28.44005,48.16978],[28.42576,48.17782],[28.40543,48.1805],[28.37975,48.17782],[28.36992,48.17023],[28.35607,48.14341],[28.34513,48.137],[28.32369,48.13491],[28.30828,48.14177],[28.30984,48.15235],[28.31274,48.16158],[28.33441,48.17052],[28.35674,48.1814],[28.36903,48.19867],[28.37461,48.21355],[28.36746,48.23959],[28.35429,48.24792],[28.34267,48.24956],[28.32882,48.24167],[28.32123,48.23513],[28.30917,48.2451],[28.30001,48.24301],[28.25713,48.22471],[28.22698,48.21162],[28.21045,48.2073],[28.19727,48.21058],[28.18744,48.21757],[28.18834,48.24004],[28.19325,48.25342],[28.17069,48.26279],[28.14076,48.26354],[28.13183,48.24614],[28.11418,48.239],[28.10257,48.23275],[28.08403,48.24048],[28.08582,48.25789],[28.09408,48.2735],[28.09632,48.28955],[28.09341,48.30054],[28.08694,48.31362],[28.06058,48.3252],[28.0369,48.3301],[27.99626,48.32921],[27.96856,48.32728],[27.94734,48.33589],[27.90937,48.35549],[27.88592,48.37448],[27.88235,48.3868],[27.88257,48.39703],[27.86783,48.40904],[27.83142,48.41957],[27.80953,48.43409],[27.77514,48.45305],[27.74878,48.4612],[27.71595,48.45617],[27.67932,48.44342],[27.6648,48.4532],[27.63197,48.45617],[27.61723,48.46046],[27.60763,48.46846],[27.61768,48.48519],[27.60852,48.49718],[27.58105,48.49866],[27.55335,48.488],[27.52432,48.47186],[27.4821,48.46327],[27.45843,48.45809],[27.44413,48.42297],[27.39165,48.42075],[27.38852,48.4372],[27.3778,48.44891],[27.34608,48.45942],[27.33492,48.45335],[27.33179,48.44417],[27.31906,48.4455],[27.30901,48.4292],[27.31102,48.42149],[27.29516,48.41141],[27.286,48.3733],[27.264,48.38205],[27.23631,48.37493],[27.21397,48.39236],[27.20582,48.39065],[27.20068,48.39036],[27.19164,48.39644],[27.16752,48.3822],[27.15869,48.38205],[27.1473,48.37715],[27.13725,48.37678],[27.12497,48.38049],[27.10855,48.39755],[27.09359,48.41037],[27.08945,48.4149],[27.08655,48.43609],[27.06835,48.43357],[27.06388,48.42905],[27.06288,48.42327],[27.0526,48.42809],[27.04076,48.42557],[27.02714,48.42868],[27.00961,48.42535],[27.01251,48.41986],[27.03529,48.41045],[27.03485,48.40526],[27.04344,48.40029],[27.0449,48.38917],[27.04758,48.38613],[27.04478,48.37649],[27.02826,48.38398],[27.01575,48.38338],[26.99933,48.37997],[26.99866,48.3733],[26.999,48.36573],[26.99431,48.36031],[26.92954,48.37463],[26.92686,48.37159],[26.92998,48.36603],[26.89592,48.38479],[26.90363,48.39733],[26.88799,48.41341],[26.87102,48.42297],[26.85404,48.41534],[26.82266,48.41779],[26.79307,48.42038],[26.77185,48.41919],[26.76627,48.40926],[26.76135,48.40941],[26.75231,48.4014],[26.72472,48.41312],[26.70619,48.40622],[26.7188,48.39473],[26.74538,48.37122],[26.75934,48.35816],[26.7628,48.35259],[26.77609,48.35089],[26.7953,48.3405],[26.8087,48.3494],[26.82032,48.34347],[26.82545,48.32639],[26.81965,48.32595],[26.82233,48.31495],[26.81898,48.31273],[26.82255,48.3047],[26.81317,48.29534],[26.7953,48.29282],[26.78056,48.30054],[26.76783,48.30396],[26.76247,48.32208],[26.75711,48.32684],[26.73857,48.31599],[26.71244,48.34436],[26.69457,48.36202],[26.67871,48.35638],[26.68742,48.34421],[26.69323,48.32817],[26.6738,48.32609],[26.6738,48.31793],[26.64588,48.30589],[26.6461,48.29653],[26.6135,48.27543],[26.63069,48.2567],[26.63672,48.25937],[26.64387,48.25149],[26.63896,48.24852],[26.65727,48.23825],[26.66755,48.23989],[26.66933,48.24584],[26.68921,48.24926],[26.69971,48.25907],[26.70686,48.2503],[26.72093,48.24346],[26.74661,48.24301],[26.78503,48.24123],[26.80535,48.24807],[26.81406,48.24212],[26.82635,48.22918],[26.83484,48.22218],[26.85293,48.22159],[26.87459,48.20462],[26.88911,48.19718],[26.88777,48.19033],[26.89916,48.17916],[26.92842,48.16799],[26.94763,48.14877],[26.94941,48.13402],[26.9751,48.12537],[27.00302,48.11941],[27.02223,48.1206],[27.03384,48.10613],[27.01865,48.09226],[27.0287,48.08092],[27.04143,48.06525],[27.07695,48.04883],[27.07427,48.03703],[27.08834,48.02703],[27.08275,48.01254],[27.08789,48.00417],[27.10576,47.99864],[27.1243,47.98862],[27.14507,47.98549],[27.14708,47.97293],[27.13636,47.97397],[27.13323,47.9665],[27.14618,47.95289],[27.16629,47.94615],[27.13278,47.92116],[27.13881,47.91068],[27.17276,47.90574],[27.1951,47.89197],[27.18683,47.87399],[27.1884,47.84372],[27.2123,47.82828],[27.20761,47.82258],[27.21565,47.81133],[27.22681,47.80998],[27.22168,47.79978],[27.22905,47.79288],[27.24156,47.79078],[27.24781,47.77607],[27.25697,47.77127],[27.26009,47.75866],[27.27841,47.74544],[27.27573,47.73463],[27.26188,47.73688],[27.24468,47.71945],[27.26166,47.70758],[27.27081,47.68864],[27.28868,47.6703],[27.29159,47.65962],[27.3061,47.65585],[27.31414,47.63945],[27.33335,47.6247],[27.35725,47.61687],[27.36775,47.59549],[27.40214,47.58118],[27.4189,47.57952],[27.40884,47.57154],[27.41622,47.56204],[27.4218,47.54998],[27.44056,47.53069],[27.4486,47.51922],[27.45262,47.50353],[27.46625,47.49041],[27.47339,47.48225],[27.48702,47.48361],[27.49104,47.47818],[27.51069,47.47259],[27.52164,47.47169],[27.53794,47.4738],[27.56363,47.45191],[27.55313,47.4513],[27.54799,47.43408],[27.55201,47.42381],[27.56899,47.41459],[27.57122,47.40144],[27.5643,47.39539],[27.56184,47.37422],[27.56943,47.36333],[27.59333,47.36],[27.58842,47.34895],[27.60249,47.33669],[27.57747,47.33427],[27.57479,47.32655],[27.59266,47.31565],[27.6074,47.31187],[27.62147,47.31565],[27.6246,47.30308],[27.64314,47.29536],[27.65565,47.29702],[27.66145,47.29975],[27.67642,47.29399],[27.67865,47.28172],[27.69027,47.28233],[27.69786,47.28687],[27.71193,47.28566],[27.72578,47.29051],[27.73605,47.27127],[27.73739,47.25656],[27.74007,47.23913],[27.75548,47.22487],[27.77737,47.21471],[27.76955,47.20439],[27.78631,47.18542],[27.79256,47.1669],[27.80149,47.16204],[27.77983,47.15384],[27.77469,47.13971],[27.7901,47.1347],[27.83075,47.12999],[27.81758,47.12375],[27.82763,47.11342],[27.84706,47.1078],[27.85688,47.10004],[27.87632,47.09624],[27.87498,47.08575],[27.89731,47.06963],[27.92344,47.05928],[27.95181,47.04147],[27.98643,47.02869],[28.02998,47.01635],[28.02172,47.01102],[28.05053,46.99716],[28.08314,46.9766],[28.07376,46.96608],[28.07733,46.95404],[28.08493,46.94672],[28.07621,46.93833],[28.08247,46.93071],[28.10078,46.91988],[28.08135,46.91026],[28.07621,46.89745],[28.1057,46.88127],[28.08828,46.8689],[28.11173,46.85577],[28.10279,46.84293],[28.11217,46.833],[28.10972,46.81818],[28.12245,46.80962],[28.14612,46.79188],[28.15617,46.77552],[28.16935,46.76129],[28.1689,46.74614],[28.17963,46.72456],[28.18968,46.71491],[28.20442,46.70802],[28.19682,46.69944],[28.20553,46.68121],[28.22809,46.66665],[28.2339,46.64044],[28.23502,46.62648],[28.24306,46.61743],[28.22698,46.5849],[28.21581,46.58183],[28.22229,46.55833],[28.21045,46.53652],[28.20866,46.523],[28.2033,46.50456],[28.21827,46.48841],[28.22095,46.47042],[28.23792,46.46426],[28.23502,46.44949],[28.24574,46.43749],[28.24484,46.42163],[28.22229,46.42086],[28.20866,46.38975],[28.18275,46.35893],[28.17449,46.34074],[28.1832,46.32069],[28.19839,46.31629],[28.15952,46.29778],[28.13786,46.29546],[28.12111,46.26382],[28.12267,46.25131],[28.10346,46.24668],[28.10212,46.21941],[28.10726,46.19901],[28.12267,46.18061],[28.13071,46.16297],[28.12133,46.15617],[28.11173,46.1102],[28.09922,46.10029],[28.08984,46.08371],[28.08448,46.0552],[28.09319,46.04389],[28.08537,46.03195],[28.08202,46.0062],[28.09542,45.97579],[28.10145,45.96011],[28.1115,45.94535],[28.11016,45.93402],[28.12044,45.92236],[28.11016,45.90931],[28.10614,45.8961],[28.10905,45.87791],[28.12133,45.87573],[28.11307,45.86469],[28.09877,45.86189],[28.10212,45.83871],[28.10458,45.81583],[28.11284,45.80649],[28.10838,45.79201],[28.11776,45.78376],[28.13585,45.77488],[28.14724,45.77644],[28.1392,45.76366],[28.14389,45.75353],[28.15037,45.73982],[28.15818,45.73358],[28.15573,45.72251],[28.16265,45.71097],[28.15461,45.7052],[28.15952,45.68835],[28.16555,45.67556],[28.15818,45.66042],[28.1526,45.65168],[28.16555,45.64324],[28.15037,45.63715],[28.14076,45.62888],[28.11463,45.63044],[28.09453,45.61888],[28.08247,45.60857],[28.08604,45.6006],[28.1019,45.58685],[28.11508,45.57325],[28.12133,45.56855],[28.14255,45.56324],[28.15595,45.54619],[28.15707,45.53211],[28.1526,45.52554],[28.15707,45.51725],[28.14724,45.50864],[28.16131,45.49784],[28.16957,45.49533],[28.17628,45.47936],[28.19414,45.46526],[28.2157,45.46464]]],"terms_url":"https://geoportalinds.gov.md/geonetwork/srv/eng/catalog.search#/metadata/3bb381d5-32a8-4720-84ae-6bdbc813c979","terms_text":"© Agenţia Geodezie, Cartografie şi Cadastru / Geoportal INDS","description":"Topographical Map of Moldova, issued in 2013, raster version. Scale 1:50000, covers entire territory of Moldova excluding Administrative-Territorial Units from Left Bank of Dniester and Bender Municipality, WGS84 Coordinate System, Baltic Heights System","icon":"https://geoportalinds.gov.md/geonetwork/images/logos/favicon.png"},{"id":"Geodata-Gov-Topographical-Map_Moldova_50000_2013_Vector","name":"Topographical Map of Moldova, 1:50000, 2013 (Vector)","type":"wms","template":"http://geodata.gov.md/geoserver/ows?FORMAT=image/png&TRANSPARENT=FALSE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=maps:Map50k&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"map","projection":"EPSG:3857","endDate":"2013-01-01T00:00:00.000Z","polygon":[[[29.69364,47.00191],[29.66858,47.00139],[29.66892,47.02918],[29.65734,47.04357],[29.64704,47.11225],[29.64034,47.1592],[29.63373,47.20837],[29.62644,47.2582],[29.61021,47.32847],[29.59588,47.38342],[29.51563,47.40747],[29.4449,47.42948],[29.40207,47.44272],[29.33787,47.46222],[29.3347,47.49998],[29.32938,47.54652],[29.32586,47.58376],[29.32277,47.6226],[29.31676,47.67608],[29.31006,47.74533],[29.30483,47.78992],[29.30629,47.83799],[29.30826,47.89425],[29.29084,47.91559],[29.24509,47.96585],[29.21299,48.00078],[29.00597,48.00055],[28.90426,48.09419],[28.85327,48.14249],[28.65363,48.18698],[28.63226,48.1931],[28.56703,48.20752],[28.51244,48.18824],[28.46721,48.17112],[28.46652,48.1465],[28.46455,48.09087],[28.45656,48.09316],[28.44592,48.10812],[28.44163,48.1158],[28.43073,48.12491],[28.43502,48.13092],[28.45339,48.14353],[28.44875,48.16637],[28.44129,48.17874],[28.43159,48.18314],[28.40944,48.18984],[28.39005,48.18955],[28.37537,48.1856],[28.37786,48.19138],[28.38138,48.19939],[28.38404,48.21032],[28.38404,48.2269],[28.37846,48.24022],[28.36936,48.25154],[28.317,48.24988],[28.29889,48.25228],[28.294,48.24371],[28.26791,48.23788],[28.23976,48.22513],[28.2231,48.21758],[28.20765,48.21718],[28.20139,48.22507],[28.19959,48.24148],[28.19942,48.25943],[28.17118,48.26491],[28.14852,48.27394],[28.12809,48.2656],[28.12526,48.25337],[28.10534,48.23862],[28.0947,48.24188],[28.09462,48.2512],[28.10449,48.26137],[28.11075,48.28765],[28.10749,48.30032],[28.09556,48.31545],[28.07814,48.32732],[28.0535,48.33314],[28.01136,48.33326],[27.96982,48.33389],[27.93849,48.34912],[27.90905,48.36418],[27.89849,48.37632],[27.89609,48.38789],[27.89377,48.40254],[27.88502,48.41188],[27.86442,48.42014],[27.84485,48.42487],[27.82837,48.43273],[27.80863,48.45084],[27.77249,48.46359],[27.75224,48.46592],[27.71885,48.46353],[27.68349,48.45738],[27.66048,48.45306],[27.62203,48.45869],[27.61053,48.46678],[27.61096,48.47577],[27.61791,48.48288],[27.61628,48.48879],[27.60452,48.49864],[27.58847,48.50188],[27.56813,48.49591],[27.54813,48.48276],[27.52607,48.47309],[27.5023,48.46552],[27.47011,48.46291],[27.45389,48.46034],[27.45535,48.44042],[27.44539,48.43535],[27.43441,48.42134],[27.4223,48.42447],[27.39003,48.41946],[27.39089,48.43598],[27.38437,48.44583],[27.35364,48.4596],[27.3448,48.45875],[27.31639,48.45203],[27.2951,48.43062],[27.28661,48.41285],[27.27854,48.38943],[27.27227,48.39542],[27.25056,48.38459],[27.24772,48.39399],[27.23365,48.39861],[27.22009,48.40357],[27.21056,48.39821],[27.19666,48.403],[27.17288,48.3998],[27.15177,48.38584],[27.13228,48.38772],[27.1322,48.40049],[27.10104,48.41713],[27.09864,48.44241],[27.06671,48.44532],[27.06516,48.4374],[27.0268,48.43518],[27.00457,48.42852],[27.00757,48.41747],[27.02688,48.41046],[27.0365,48.39302],[26.99358,48.39348],[26.99152,48.37016],[26.97804,48.3713],[26.97341,48.38191],[26.94285,48.39205],[26.91994,48.38425],[26.91041,48.40271],[26.89333,48.42037],[26.87479,48.42886],[26.85625,48.42333],[26.78922,48.42789],[26.77188,48.42379],[26.75085,48.41211],[26.71206,48.4202],[26.69463,48.41308],[26.70176,48.39428],[26.72647,48.37666],[26.75763,48.34781],[26.78724,48.3336],[26.80716,48.33674],[26.80655,48.32744],[26.81248,48.30929],[26.79025,48.30244],[26.78287,48.33132],[26.76115,48.33166],[26.7445,48.32647],[26.72433,48.34775],[26.70871,48.36731],[26.67068,48.36663],[26.66837,48.35134],[26.67875,48.34341],[26.66296,48.32704],[26.64133,48.31243],[26.62657,48.2985],[26.61781,48.28936],[26.6155,48.2977],[26.60339,48.29564],[26.61241,48.28222],[26.60511,48.27542],[26.6112,48.26417],[26.6221,48.25377],[26.64579,48.24268],[26.66373,48.23862],[26.68347,48.23571],[26.70218,48.24685],[26.70785,48.23977],[26.73738,48.23794],[26.75325,48.24017],[26.78235,48.23479],[26.8069,48.24148],[26.82029,48.22387],[26.83256,48.21632],[26.84578,48.22038],[26.85745,48.21186],[26.85874,48.20345],[26.88174,48.19424],[26.88148,48.18686],[26.89608,48.17324],[26.91702,48.17387],[26.9268,48.16042],[26.93444,48.15744],[26.94242,48.13167],[26.96483,48.12422],[26.99976,48.11173],[27.01504,48.11889],[27.0316,48.10531],[27.01976,48.1009],[27.01452,48.0919],[27.02843,48.07045],[27.04516,48.06053],[27.06842,48.0463],[27.07057,48.03792],[27.07907,48.02317],[27.07907,48.00307],[27.09589,47.99969],[27.11022,47.98877],[27.1419,47.98033],[27.12542,47.97366],[27.13348,47.95395],[27.15734,47.94245],[27.13168,47.92468],[27.13383,47.91151],[27.14404,47.90553],[27.16078,47.90875],[27.18987,47.89609],[27.18661,47.8733],[27.18627,47.84231],[27.19648,47.83592],[27.19983,47.82088],[27.21288,47.81241],[27.22369,47.81137],[27.2224,47.79626],[27.24395,47.77579],[27.25459,47.77221],[27.25287,47.76604],[27.25828,47.75531],[27.27382,47.75329],[27.27914,47.73875],[27.26515,47.7384],[27.24515,47.73638],[27.24918,47.73136],[27.23888,47.72506],[27.24446,47.7123],[27.26068,47.69781],[27.26274,47.68076],[27.27819,47.67591],[27.28446,47.66117],[27.31047,47.637],[27.32686,47.62196],[27.35072,47.61502],[27.3557,47.59748],[27.3884,47.58058],[27.40788,47.57172],[27.41432,47.55226],[27.42634,47.54328],[27.43707,47.52665],[27.44522,47.50207],[27.45406,47.48688],[27.48084,47.47493],[27.52024,47.46936],[27.54427,47.47092],[27.55912,47.45601],[27.54899,47.45061],[27.54281,47.42826],[27.56324,47.41537],[27.56701,47.4052],[27.55732,47.39173],[27.56118,47.3708],[27.58255,47.36051],[27.58787,47.33958],[27.57079,47.33434],[27.57586,47.31945],[27.59886,47.30962],[27.61791,47.31078],[27.62581,47.29763],[27.6543,47.29116],[27.66203,47.29524],[27.67456,47.28825],[27.68563,47.27655],[27.72057,47.28721],[27.73584,47.26974],[27.73541,47.24422],[27.75782,47.21968],[27.77052,47.21438],[27.77078,47.20359],[27.77893,47.18475],[27.79292,47.18236],[27.78528,47.17466],[27.79206,47.16305],[27.78013,47.15675],[27.77198,47.1421],[27.78314,47.13521],[27.8221,47.12861],[27.81386,47.12195],[27.82434,47.11395],[27.85163,47.09993],[27.87171,47.09175],[27.88055,47.07603],[27.89454,47.06732],[27.91695,47.061],[27.93643,47.04977],[27.95257,47.0372],[27.97274,47.03229],[27.99222,47.02398],[28.01754,47.01701],[28.0396,46.99518],[28.05822,46.99272],[28.07736,46.97779],[28.06972,46.96485],[28.08174,46.9478],[28.07402,46.94229],[28.07307,46.93503],[28.09728,46.92037],[28.07178,46.90325],[28.07857,46.88689],[28.10002,46.87979],[28.08826,46.87152],[28.1056,46.85262],[28.09556,46.84552],[28.09856,46.83665],[28.10801,46.8353],[28.10861,46.81428],[28.14268,46.78008],[28.16448,46.76403],[28.16749,46.75245],[28.17744,46.73463],[28.18225,46.72068],[28.20053,46.70938],[28.19358,46.70238],[28.20148,46.6856],[28.22551,46.66923],[28.22722,46.66169],[28.2304,46.62793],[28.24173,46.61785],[28.23306,46.60305],[28.21658,46.58453],[28.21512,46.56476],[28.22139,46.55862],[28.21057,46.54416],[28.20946,46.51759],[28.20122,46.51157],[28.20268,46.49674],[28.2189,46.48929],[28.21598,46.47907],[28.23787,46.46175],[28.23229,46.45371],[28.23426,46.44354],[28.24585,46.44259],[28.24353,46.4281],[28.22705,46.42218],[28.20783,46.39744],[28.20662,46.38614],[28.19109,46.37974],[28.17281,46.35297],[28.17821,46.34379],[28.17744,46.33431],[28.17882,46.32287],[28.1916,46.31813],[28.19015,46.31077],[28.14869,46.29903],[28.13101,46.28943],[28.11427,46.26095],[28.10363,46.24908],[28.10054,46.23626],[28.09856,46.22551],[28.10148,46.21132],[28.11024,46.19017],[28.12448,46.16931],[28.11393,46.14987],[28.11642,46.12126],[28.09333,46.09984],[28.09771,46.0877],[28.08466,46.0824],[28.0802,46.05834],[28.08672,46.0478],[28.08526,46.04017],[28.07599,46.00954],[28.08397,46.00036],[28.0899,45.98122],[28.09539,45.9638],[28.10655,45.95121],[28.10569,45.93611],[28.11453,45.9228],[28.10389,45.90154],[28.10354,45.88051],[28.11075,45.87704],[28.11848,45.87686],[28.11899,45.86957],[28.10105,45.86706],[28.09479,45.85762],[28.10534,45.85027],[28.09496,45.84351],[28.10088,45.83855],[28.10054,45.83113],[28.09977,45.81391],[28.11221,45.80517],[28.10354,45.79781],[28.10783,45.78554],[28.1238,45.7771],[28.12989,45.77668],[28.13427,45.76201],[28.14199,45.74447],[28.15281,45.73368],[28.15135,45.70468],[28.16105,45.67494],[28.14989,45.64873],[28.15375,45.64387],[28.14208,45.63187],[28.10981,45.63199],[28.07942,45.6114],[28.0826,45.59939],[28.11007,45.5732],[28.11873,45.56713],[28.13581,45.56575],[28.15324,45.54657],[28.14972,45.52776],[28.14594,45.51116],[28.15126,45.50117],[28.16989,45.48601],[28.18053,45.46916],[28.20757,45.46109],[28.2195,45.46067],[28.22302,45.46976],[28.25246,45.50105],[28.26765,45.51645],[28.3061,45.54038],[28.41176,45.51002],[28.41279,45.4836],[28.4188,45.47957],[28.43665,45.4809],[28.52609,45.49606],[28.51948,45.51549],[28.49999,45.56719],[28.55501,45.57704],[28.53922,45.6249],[28.52214,45.67248],[28.49364,45.66697],[28.48909,45.67848],[28.51098,45.69257],[28.52574,45.72128],[28.54686,45.72679],[28.55793,45.71894],[28.58857,45.72248],[28.60514,45.73662],[28.59321,45.76591],[28.62591,45.76088],[28.71938,45.77525],[28.70607,45.81343],[28.79645,45.82868],[28.76521,45.92172],[28.77199,45.93092],[28.76676,45.95258],[28.78864,45.95777],[28.78718,45.96726],[28.85259,45.97782],[28.9785,45.99786],[28.99086,46.00853],[29.01455,46.05191],[28.95996,46.09359],[29.07781,46.19611],[28.97996,46.2508],[28.95996,46.26196],[28.96889,46.27638],[28.98005,46.29476],[28.98871,46.31119],[29.01129,46.30858],[29.013,46.31753],[29.0082,46.31979],[29.00056,46.34],[28.99507,46.34918],[28.98992,46.35185],[28.97163,46.38383],[28.96202,46.40443],[28.95301,46.42396],[28.94477,46.45306],[28.94958,46.45335],[29.01017,46.45394],[29.04253,46.45619],[29.03609,46.4822],[29.04897,46.48746],[29.05455,46.49881],[29.0742,46.49869],[29.09635,46.50495],[29.14201,46.50631],[29.17668,46.50767],[29.17497,46.53897],[29.22672,46.54883],[29.22973,46.51818],[29.23119,46.49461],[29.24054,46.4877],[29.21007,46.46636],[29.20956,46.46122],[29.21968,46.45607],[29.22157,46.44827],[29.22029,46.42851],[29.22818,46.42236],[29.22878,46.41064],[29.21754,46.40514],[29.19188,46.38537],[29.19788,46.38045],[29.24543,46.3676],[29.28028,46.38643],[29.27573,46.38992],[29.27917,46.40005],[29.29247,46.4062],[29.29805,46.40241],[29.30612,46.40182],[29.33204,46.40709],[29.33667,46.41159],[29.33118,46.43401],[29.3238,46.43691],[29.33229,46.44762],[29.32912,46.45844],[29.34963,46.46677],[29.35478,46.47783],[29.36714,46.4556],[29.37564,46.42857],[29.38671,46.41727],[29.40783,46.41798],[29.41186,46.42295],[29.40697,46.43732],[29.4086,46.45051],[29.451,46.48581],[29.47872,46.46671],[29.4819,46.45684],[29.47186,46.44738],[29.46799,46.44093],[29.47211,46.43413],[29.48653,46.4281],[29.49949,46.41508],[29.55477,46.4078],[29.56146,46.38702],[29.56876,46.3586],[29.58069,46.35256],[29.5988,46.34562],[29.64875,46.34788],[29.68823,46.35552],[29.68729,46.37204],[29.68291,46.38886],[29.67699,46.41413],[29.67673,46.4236],[29.68334,46.41863],[29.70729,46.41981],[29.74548,46.42614],[29.75638,46.44596],[29.77389,46.44034],[29.76565,46.41827],[29.77063,46.41165],[29.80179,46.39744],[29.78883,46.38803],[29.80153,46.37743],[29.83509,46.36428],[29.86316,46.3551],[29.87577,46.34426],[29.89758,46.34314],[29.90745,46.35374],[29.90633,46.3769],[29.93731,46.3856],[29.95431,46.38341],[29.98615,46.37767],[30.02855,46.37465],[30.06057,46.39123],[30.08151,46.38093],[30.08203,46.37423],[30.09267,46.37222],[30.17481,46.41129],[30.17588,46.41668],[30.16472,46.43454],[30.14352,46.43449],[30.14224,46.42088],[30.11743,46.43857],[30.11061,46.43573],[30.10314,46.44549],[30.06761,46.44892],[30.03267,46.44827],[30.03628,46.45684],[30.02435,46.46216],[30.03533,46.46269],[30.02787,46.47706],[30.02048,46.47759],[30.03302,46.48445],[30.00727,46.49024],[30.00958,46.49715],[29.99903,46.51529],[29.961,46.51476],[29.91268,46.52574],[29.91251,46.53702],[29.90848,46.54145],[29.9471,46.54835],[29.95045,46.5699],[29.9404,46.56919],[29.93826,46.57467],[29.93886,46.58553],[29.96384,46.58341],[29.98238,46.60464],[29.98701,46.6416],[29.99233,46.68154],[29.9968,46.72521],[29.99783,46.75351],[29.99817,46.78502],[29.99757,46.83424],[29.99456,46.83994],[29.95216,46.86723],[29.93998,46.87562],[29.89964,46.90325],[29.81878,46.9243],[29.74282,46.94247],[29.70506,46.9857],[29.69364,47.00191]]],"terms_url":"https://geoportalinds.gov.md/geonetwork/srv/eng/catalog.search#/metadata/0dd09bd5-4a55-482f-9315-bdac307c506f","terms_text":"© Agenţia Geodezie, Cartografie şi Cadastru / Geoportal INDS","description":"Topographical Map of Moldova, issued in 2013, vector version. Scale 1:50000, covers entire territory of Moldova, WGS84 Coordinate System, Baltic Heights System","icon":"https://geoportalinds.gov.md/geonetwork/images/logos/favicon.png"},{"id":"Torokbalint-orthophoto-2013","name":"Törökbálint orthophoto 2013","type":"wms","template":"https://terkep.torokbalint.hu/mapproxy/service?LAYERS=ORTO_2013_5CM_2013SZEPT_TAKARASSAL_512_512&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2013-09-01T00:00:00.000Z","startDate":"2013-09-01T00:00:00.000Z","polygon":[[[18.91731,47.40854],[18.91927,47.40961],[18.91957,47.40987],[18.92123,47.41091],[18.93114,47.41612],[18.93149,47.4164],[18.93201,47.41674],[18.93257,47.41696],[18.9327,47.41703],[18.95131,47.41664],[18.95144,47.41665],[18.95385,47.41739],[18.95606,47.41813],[18.95676,47.4184],[18.95735,47.41842],[18.96695,47.4246],[18.97009,47.42679],[18.9701,47.42704],[18.96899,47.4297],[18.96598,47.43288],[18.96368,47.4358],[18.96145,47.4393],[18.95877,47.44666],[18.95844,47.44708],[18.95802,47.44715],[18.95749,47.44692],[18.9547,47.44722],[18.95003,47.44824],[18.94826,47.4487],[18.94549,47.4489],[18.94229,47.44903],[18.93921,47.44935],[18.93347,47.44932],[18.93221,47.44922],[18.92972,47.44951],[18.92756,47.44989],[18.92418,47.45025],[18.92246,47.45069],[18.92173,47.4508],[18.91903,47.45161],[18.91846,47.453],[18.91807,47.45317],[18.91598,47.453],[18.91431,47.45294],[18.91386,47.45307],[18.91372,47.45317],[18.91353,47.4532],[18.91326,47.45317],[18.90954,47.4537],[18.9089,47.45384],[18.90837,47.45395],[18.90811,47.45399],[18.90678,47.45439],[18.9066,47.45447],[18.90648,47.45453],[18.90629,47.45477],[18.90567,47.45505],[18.90542,47.4551],[18.90493,47.45506],[18.90427,47.4552],[18.90371,47.45534],[18.89024,47.45988],[18.88943,47.45987],[18.87687,47.45927],[18.87536,47.46113],[18.87268,47.46333],[18.8708,47.46457],[18.86997,47.46524],[18.86794,47.46656],[18.86617,47.46785],[18.86277,47.46929],[18.86146,47.46973],[18.8589,47.47036],[18.85873,47.47038],[18.85862,47.47036],[18.85852,47.47033],[18.85844,47.47027],[18.85838,47.47019],[18.85827,47.46991],[18.85826,47.4698],[18.85836,47.46953],[18.85693,47.46656],[18.85653,47.4658],[18.85663,47.46551],[18.85719,47.46528],[18.85628,47.46403],[18.85634,47.4636],[18.85713,47.46333],[18.85859,47.46272],[18.85929,47.46236],[18.85979,47.46201],[18.86099,47.46071],[18.86194,47.4595],[18.86015,47.45839],[18.8572,47.45636],[18.85718,47.456],[18.85777,47.45568],[18.85839,47.45512],[18.8593,47.45387],[18.85217,47.44847],[18.85195,47.44715],[18.863,47.43798],[18.8634,47.43784],[18.86378,47.43791],[18.86404,47.43809],[18.86466,47.43774],[18.86561,47.4375],[18.86891,47.43712],[18.87206,47.43526],[18.87244,47.43482],[18.87274,47.43324],[18.87273,47.43278],[18.87259,47.4323],[18.8714,47.43001],[18.87164,47.42968],[18.87281,47.42934],[18.87508,47.42836],[18.87602,47.42789],[18.87741,47.42738],[18.87956,47.42649],[18.8801,47.42629],[18.88085,47.42598],[18.88189,47.42553],[18.88436,47.42476],[18.88554,47.42424],[18.88743,47.42332],[18.89055,47.42209],[18.89421,47.4205],[18.8958,47.41954],[18.89666,47.41901],[18.89752,47.41855],[18.89814,47.41835],[18.89888,47.41818],[18.89968,47.41797],[18.90042,47.41755],[18.90062,47.41742],[18.90317,47.41616],[18.90362,47.41597],[18.90481,47.41568],[18.90676,47.41443],[18.90841,47.41317],[18.90932,47.41258],[18.91041,47.41175],[18.9122,47.41098],[18.91314,47.41038],[18.91376,47.40976],[18.91385,47.4097],[18.91458,47.40938],[18.91565,47.40905],[18.91606,47.40885],[18.91691,47.40849],[18.91731,47.40854]]],"terms_url":"http://www.torokbalint.hu","terms_text":"Törökbálint","description":"5 cm resolution bald image"},{"id":"Torokbalint-orthophoto-2015","name":"Törökbálint orthophoto 2015","type":"wms","template":"https://terkep.torokbalint.hu/mapproxy/service?LAYERS=TBORTO_2015_20160218&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","polygon":[[[18.91731,47.40854],[18.91927,47.40961],[18.91957,47.40987],[18.92123,47.41091],[18.93114,47.41612],[18.93149,47.4164],[18.93201,47.41674],[18.93257,47.41696],[18.9327,47.41703],[18.95131,47.41664],[18.95144,47.41665],[18.95385,47.41739],[18.95606,47.41813],[18.95676,47.4184],[18.95735,47.41842],[18.96695,47.4246],[18.97009,47.42679],[18.9701,47.42704],[18.96899,47.4297],[18.96598,47.43288],[18.96368,47.4358],[18.96145,47.4393],[18.95877,47.44666],[18.95844,47.44708],[18.95802,47.44715],[18.95749,47.44692],[18.9547,47.44722],[18.95003,47.44824],[18.94826,47.4487],[18.94549,47.4489],[18.94229,47.44903],[18.93921,47.44935],[18.93347,47.44932],[18.93221,47.44922],[18.92972,47.44951],[18.92756,47.44989],[18.92418,47.45025],[18.92246,47.45069],[18.92173,47.4508],[18.91903,47.45161],[18.91846,47.453],[18.91807,47.45317],[18.91598,47.453],[18.91431,47.45294],[18.91386,47.45307],[18.91372,47.45317],[18.91353,47.4532],[18.91326,47.45317],[18.90954,47.4537],[18.9089,47.45384],[18.90837,47.45395],[18.90811,47.45399],[18.90678,47.45439],[18.9066,47.45447],[18.90648,47.45453],[18.90629,47.45477],[18.90567,47.45505],[18.90542,47.4551],[18.90493,47.45506],[18.90427,47.4552],[18.90371,47.45534],[18.89024,47.45988],[18.88943,47.45987],[18.87687,47.45927],[18.87536,47.46113],[18.87268,47.46333],[18.8708,47.46457],[18.86997,47.46524],[18.86794,47.46656],[18.86617,47.46785],[18.86277,47.46929],[18.86146,47.46973],[18.8589,47.47036],[18.85873,47.47038],[18.85862,47.47036],[18.85852,47.47033],[18.85844,47.47027],[18.85838,47.47019],[18.85827,47.46991],[18.85826,47.4698],[18.85836,47.46953],[18.85693,47.46656],[18.85653,47.4658],[18.85663,47.46551],[18.85719,47.46528],[18.85628,47.46403],[18.85634,47.4636],[18.85713,47.46333],[18.85859,47.46272],[18.85929,47.46236],[18.85979,47.46201],[18.86099,47.46071],[18.86194,47.4595],[18.86015,47.45839],[18.8572,47.45636],[18.85718,47.456],[18.85777,47.45568],[18.85839,47.45512],[18.8593,47.45387],[18.85217,47.44847],[18.85195,47.44715],[18.863,47.43798],[18.8634,47.43784],[18.86378,47.43791],[18.86404,47.43809],[18.86466,47.43774],[18.86561,47.4375],[18.86891,47.43712],[18.87206,47.43526],[18.87244,47.43482],[18.87274,47.43324],[18.87273,47.43278],[18.87259,47.4323],[18.8714,47.43001],[18.87164,47.42968],[18.87281,47.42934],[18.87508,47.42836],[18.87602,47.42789],[18.87741,47.42738],[18.87956,47.42649],[18.8801,47.42629],[18.88085,47.42598],[18.88189,47.42553],[18.88436,47.42476],[18.88554,47.42424],[18.88743,47.42332],[18.89055,47.42209],[18.89421,47.4205],[18.8958,47.41954],[18.89666,47.41901],[18.89752,47.41855],[18.89814,47.41835],[18.89888,47.41818],[18.89968,47.41797],[18.90042,47.41755],[18.90062,47.41742],[18.90317,47.41616],[18.90362,47.41597],[18.90481,47.41568],[18.90676,47.41443],[18.90841,47.41317],[18.90932,47.41258],[18.91041,47.41175],[18.9122,47.41098],[18.91314,47.41038],[18.91376,47.40976],[18.91385,47.4097],[18.91458,47.40938],[18.91565,47.40905],[18.91606,47.40885],[18.91691,47.40849],[18.91731,47.40854]]],"terms_url":"http://www.torokbalint.hu/","terms_text":"Törökbálint","description":"5 cm resolution bald image"},{"id":"Torokbalint-orthophoto-2018","name":"Törökbálint orthophoto 2018","type":"wms","template":"https://terkep.torokbalint.hu/mapproxy/service?LAYERS=TBORTO_2018&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","polygon":[[[18.91731,47.40854],[18.91927,47.40961],[18.91957,47.40987],[18.92123,47.41091],[18.93114,47.41612],[18.93149,47.4164],[18.93201,47.41674],[18.93257,47.41696],[18.9327,47.41703],[18.95131,47.41664],[18.95144,47.41665],[18.95385,47.41739],[18.95606,47.41813],[18.95676,47.4184],[18.95735,47.41842],[18.96695,47.4246],[18.97009,47.42679],[18.9701,47.42704],[18.96899,47.4297],[18.96598,47.43288],[18.96368,47.4358],[18.96145,47.4393],[18.95877,47.44666],[18.95844,47.44708],[18.95802,47.44715],[18.95749,47.44692],[18.9547,47.44722],[18.95003,47.44824],[18.94826,47.4487],[18.94549,47.4489],[18.94229,47.44903],[18.93921,47.44935],[18.93347,47.44932],[18.93221,47.44922],[18.92972,47.44951],[18.92756,47.44989],[18.92418,47.45025],[18.92246,47.45069],[18.92173,47.4508],[18.91903,47.45161],[18.91846,47.453],[18.91807,47.45317],[18.91598,47.453],[18.91431,47.45294],[18.91386,47.45307],[18.91372,47.45317],[18.91353,47.4532],[18.91326,47.45317],[18.90954,47.4537],[18.9089,47.45384],[18.90837,47.45395],[18.90811,47.45399],[18.90678,47.45439],[18.9066,47.45447],[18.90648,47.45453],[18.90629,47.45477],[18.90567,47.45505],[18.90542,47.4551],[18.90493,47.45506],[18.90427,47.4552],[18.90371,47.45534],[18.89024,47.45988],[18.88943,47.45987],[18.87687,47.45927],[18.87536,47.46113],[18.87268,47.46333],[18.8708,47.46457],[18.86997,47.46524],[18.86794,47.46656],[18.86617,47.46785],[18.86277,47.46929],[18.86146,47.46973],[18.8589,47.47036],[18.85873,47.47038],[18.85862,47.47036],[18.85852,47.47033],[18.85844,47.47027],[18.85838,47.47019],[18.85827,47.46991],[18.85826,47.4698],[18.85836,47.46953],[18.85693,47.46656],[18.85653,47.4658],[18.85663,47.46551],[18.85719,47.46528],[18.85628,47.46403],[18.85634,47.4636],[18.85713,47.46333],[18.85859,47.46272],[18.85929,47.46236],[18.85979,47.46201],[18.86099,47.46071],[18.86194,47.4595],[18.86015,47.45839],[18.8572,47.45636],[18.85718,47.456],[18.85777,47.45568],[18.85839,47.45512],[18.8593,47.45387],[18.85217,47.44847],[18.85195,47.44715],[18.863,47.43798],[18.8634,47.43784],[18.86378,47.43791],[18.86404,47.43809],[18.86466,47.43774],[18.86561,47.4375],[18.86891,47.43712],[18.87206,47.43526],[18.87244,47.43482],[18.87274,47.43324],[18.87273,47.43278],[18.87259,47.4323],[18.8714,47.43001],[18.87164,47.42968],[18.87281,47.42934],[18.87508,47.42836],[18.87602,47.42789],[18.87741,47.42738],[18.87956,47.42649],[18.8801,47.42629],[18.88085,47.42598],[18.88189,47.42553],[18.88436,47.42476],[18.88554,47.42424],[18.88743,47.42332],[18.89055,47.42209],[18.89421,47.4205],[18.8958,47.41954],[18.89666,47.41901],[18.89752,47.41855],[18.89814,47.41835],[18.89888,47.41818],[18.89968,47.41797],[18.90042,47.41755],[18.90062,47.41742],[18.90317,47.41616],[18.90362,47.41597],[18.90481,47.41568],[18.90676,47.41443],[18.90841,47.41317],[18.90932,47.41258],[18.91041,47.41175],[18.9122,47.41098],[18.91314,47.41038],[18.91376,47.40976],[18.91385,47.4097],[18.91458,47.40938],[18.91565,47.40905],[18.91606,47.40885],[18.91691,47.40849],[18.91731,47.40854]]],"terms_url":"http://www.torokbalint.hu/","terms_text":"Törökbálint","description":"5 cm resolution bald image"},{"id":"Torokbalint-orthophoto-2021","name":"Törökbálint orthophoto 2021","type":"wms","template":"https://terkep.torokbalint.hu/mapproxy/service?LAYERS=TBORTO_2021&STYLES=&FORMAT=image/jpeg&TRANSPARENT=true&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[1,22],"polygon":[[[18.91731,47.40854],[18.91927,47.40961],[18.91957,47.40987],[18.92123,47.41091],[18.93114,47.41612],[18.93149,47.4164],[18.93201,47.41674],[18.93257,47.41696],[18.9327,47.41703],[18.95131,47.41664],[18.95144,47.41665],[18.95385,47.41739],[18.95606,47.41813],[18.95676,47.4184],[18.95735,47.41842],[18.96695,47.4246],[18.97009,47.42679],[18.9701,47.42704],[18.96899,47.4297],[18.96598,47.43288],[18.96368,47.4358],[18.96145,47.4393],[18.95877,47.44666],[18.95844,47.44708],[18.95802,47.44715],[18.95749,47.44692],[18.9547,47.44722],[18.95003,47.44824],[18.94826,47.4487],[18.94549,47.4489],[18.94229,47.44903],[18.93921,47.44935],[18.93347,47.44932],[18.93221,47.44922],[18.92972,47.44951],[18.92756,47.44989],[18.92418,47.45025],[18.92246,47.45069],[18.92173,47.4508],[18.91903,47.45161],[18.91846,47.453],[18.91807,47.45317],[18.91598,47.453],[18.91431,47.45294],[18.91386,47.45307],[18.91372,47.45317],[18.91353,47.4532],[18.91326,47.45317],[18.90954,47.4537],[18.9089,47.45384],[18.90837,47.45395],[18.90811,47.45399],[18.90678,47.45439],[18.9066,47.45447],[18.90648,47.45453],[18.90629,47.45477],[18.90567,47.45505],[18.90542,47.4551],[18.90493,47.45506],[18.90427,47.4552],[18.90371,47.45534],[18.89024,47.45988],[18.88943,47.45987],[18.87687,47.45927],[18.87536,47.46113],[18.87268,47.46333],[18.8708,47.46457],[18.86997,47.46524],[18.86794,47.46656],[18.86617,47.46785],[18.86277,47.46929],[18.86146,47.46973],[18.8589,47.47036],[18.85873,47.47038],[18.85862,47.47036],[18.85852,47.47033],[18.85844,47.47027],[18.85838,47.47019],[18.85827,47.46991],[18.85826,47.4698],[18.85836,47.46953],[18.85693,47.46656],[18.85653,47.4658],[18.85663,47.46551],[18.85719,47.46528],[18.85628,47.46403],[18.85634,47.4636],[18.85713,47.46333],[18.85859,47.46272],[18.85929,47.46236],[18.85979,47.46201],[18.86099,47.46071],[18.86194,47.4595],[18.86015,47.45839],[18.8572,47.45636],[18.85718,47.456],[18.85777,47.45568],[18.85839,47.45512],[18.8593,47.45387],[18.85217,47.44847],[18.85195,47.44715],[18.863,47.43798],[18.8634,47.43784],[18.86378,47.43791],[18.86404,47.43809],[18.86466,47.43774],[18.86561,47.4375],[18.86891,47.43712],[18.87206,47.43526],[18.87244,47.43482],[18.87274,47.43324],[18.87273,47.43278],[18.87259,47.4323],[18.8714,47.43001],[18.87164,47.42968],[18.87281,47.42934],[18.87508,47.42836],[18.87602,47.42789],[18.87741,47.42738],[18.87956,47.42649],[18.8801,47.42629],[18.88085,47.42598],[18.88189,47.42553],[18.88436,47.42476],[18.88554,47.42424],[18.88743,47.42332],[18.89055,47.42209],[18.89421,47.4205],[18.8958,47.41954],[18.89666,47.41901],[18.89752,47.41855],[18.89814,47.41835],[18.89888,47.41818],[18.89968,47.41797],[18.90042,47.41755],[18.90062,47.41742],[18.90317,47.41616],[18.90362,47.41597],[18.90481,47.41568],[18.90676,47.41443],[18.90841,47.41317],[18.90932,47.41258],[18.91041,47.41175],[18.9122,47.41098],[18.91314,47.41038],[18.91376,47.40976],[18.91385,47.4097],[18.91458,47.40938],[18.91565,47.40905],[18.91606,47.40885],[18.91691,47.40849],[18.91731,47.40854]]],"terms_url":"https://www.torokbalint.hu/","terms_text":"Törökbálint","best":true,"description":"5 cm resolution bald image"},{"id":"Toulouse-Orthophotoplan-2007","name":"Toulouse - Orthophotoplan 2007","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/toulouse_ortho2007/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2007-01-01T00:00:00.000Z","startDate":"2007-01-01T00:00:00.000Z","zoomExtent":[7,22],"polygon":[[[1.192,43.63288],[1.19243,43.61037],[1.20195,43.61048],[1.20206,43.60448],[1.21388,43.60464],[1.21397,43.5993],[1.22394,43.59947],[1.22396,43.5946],[1.23504,43.5946],[1.23504,43.59478],[1.2518,43.59494],[1.2518,43.59563],[1.25338,43.59563],[1.25355,43.5885],[1.2674,43.58861],[1.26757,43.57736],[1.28929,43.57754],[1.28956,43.55945],[1.29554,43.55955],[1.29554,43.55943],[1.30361,43.55951],[1.30369,43.55519],[1.31133,43.55526],[1.31152,43.54401],[1.28986,43.54382],[1.29026,43.52131],[1.3119,43.52152],[1.3121,43.51025],[1.39865,43.51101],[1.39848,43.52226],[1.57165,43.52355],[1.57123,43.55731],[1.58109,43.55738],[1.58091,43.57378],[1.57948,43.57377],[1.57937,43.57989],[1.57094,43.57983],[1.57077,43.59107],[1.5491,43.59095],[1.54882,43.61343],[1.57051,43.61358],[1.57022,43.63608],[1.54854,43.63594],[1.54837,43.64716],[1.52669,43.64703],[1.52655,43.65827],[1.50484,43.65812],[1.50468,43.66936],[1.48298,43.66921],[1.48249,43.70295],[1.46078,43.7028],[1.46045,43.72529],[1.37358,43.72458],[1.37343,43.73105],[1.33673,43.73122],[1.33671,43.73058],[1.33002,43.73052],[1.33033,43.71295],[1.30865,43.71277],[1.30882,43.70146],[1.28708,43.70132],[1.28749,43.67883],[1.25688,43.67853],[1.25695,43.67447],[1.25557,43.67445],[1.25557,43.67472],[1.2494,43.67466],[1.2494,43.67443],[1.24416,43.67439],[1.24436,43.66716],[1.23509,43.66707],[1.23512,43.66503],[1.23376,43.66502],[1.23376,43.66569],[1.22754,43.66564],[1.22753,43.66538],[1.22262,43.66534],[1.2228,43.6557],[1.20111,43.65549],[1.20154,43.63297],[1.192,43.63288]]],"terms_url":"https://data.toulouse-metropole.fr/explore/dataset/orthophotoplan-2007/information/","terms_text":"Orthophotoplan 2007 - Toulouse Métropole, 20/09/2012, sous license ODbL"},{"id":"Toulouse-Orthophotoplan-2011","name":"Toulouse - Orthophotoplan 2011","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/toulouse_ortho2011/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[7,22],"polygon":[[[1.11351,43.68676],[1.11491,43.64176],[1.13659,43.64209],[1.13726,43.61962],[1.15896,43.61995],[1.15928,43.60869],[1.18102,43.60904],[1.18162,43.58656],[1.20331,43.5869],[1.20398,43.56442],[1.22568,43.56472],[1.22596,43.55349],[1.2476,43.55378],[1.24823,43.53133],[1.26988,43.53164],[1.27021,43.5204],[1.29186,43.5207],[1.29216,43.50947],[1.63841,43.51407],[1.63538,43.64908],[1.61372,43.64883],[1.61342,43.66003],[1.59174,43.6598],[1.5912,43.68227],[1.56957,43.68203],[1.5692,43.69329],[1.54757,43.69304],[1.54727,43.70426],[1.52561,43.70401],[1.52531,43.71518],[1.50359,43.71497],[1.50303,43.73741],[1.48133,43.73718],[1.48103,43.7484],[1.45933,43.74815],[1.45901,43.75937],[1.43731,43.7591],[1.43673,43.78158],[1.32808,43.78003],[1.32834,43.76879],[1.30664,43.76848],[1.30692,43.75723],[1.28525,43.75693],[1.28553,43.74565],[1.26383,43.74536],[1.26415,43.73409],[1.24243,43.73375],[1.24274,43.72253],[1.19934,43.72187],[1.19966,43.71061],[1.17799,43.71028],[1.17829,43.69903],[1.13489,43.69835],[1.13518,43.68708],[1.11351,43.68676]]],"terms_url":"https://data.toulouse-metropole.fr/explore/dataset/orthophotoplan-2011/information/","terms_text":"Orthophotoplan 2011 - Toulouse Métropole, 20/09/2012, sous license ODbL"},{"id":"Toulouse-Orthophotoplan-2013","name":"Toulouse - Orthophotoplan 2013","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/toulouse_2013/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[7,22],"polygon":[[[1.11351,43.68676],[1.11491,43.64176],[1.13659,43.64209],[1.13726,43.61962],[1.15896,43.61995],[1.15928,43.60869],[1.18102,43.60904],[1.18162,43.58656],[1.20331,43.5869],[1.20398,43.56442],[1.22568,43.56472],[1.22596,43.55349],[1.2476,43.55378],[1.24823,43.53133],[1.26988,43.53164],[1.27021,43.5204],[1.29186,43.5207],[1.29216,43.50947],[1.63841,43.51407],[1.63538,43.64908],[1.61372,43.64883],[1.61342,43.66003],[1.59174,43.6598],[1.5912,43.68227],[1.56957,43.68203],[1.5692,43.69329],[1.54757,43.69304],[1.54727,43.70426],[1.52561,43.70401],[1.52531,43.71518],[1.50359,43.71497],[1.50303,43.73741],[1.48133,43.73718],[1.48103,43.7484],[1.45933,43.74815],[1.45901,43.75937],[1.43731,43.7591],[1.43673,43.78158],[1.32808,43.78003],[1.32834,43.76879],[1.30664,43.76848],[1.30692,43.75723],[1.28525,43.75693],[1.28553,43.74565],[1.26383,43.74536],[1.26415,43.73409],[1.24243,43.73375],[1.24274,43.72253],[1.19934,43.72187],[1.19966,43.71061],[1.17799,43.71028],[1.17829,43.69903],[1.13489,43.69835],[1.13518,43.68708],[1.11351,43.68676]]],"terms_url":"https://data.toulouse-metropole.fr/explore/dataset/orthophotoplan-2013/information/","terms_text":"Orthophotoplan 2013 - Toulouse Métropole, 31/12/2013, sous license ODbL"},{"id":"Toulouse-Orthophotoplan-2015","name":"Toulouse - Orthophotoplan 2015","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/toulouse_2015/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[7,22],"polygon":[[[1.11351,43.68676],[1.11491,43.64176],[1.13659,43.64209],[1.13726,43.61962],[1.15896,43.61995],[1.15928,43.60869],[1.18102,43.60904],[1.18162,43.58656],[1.20331,43.5869],[1.20398,43.56442],[1.22568,43.56472],[1.22596,43.55349],[1.2476,43.55378],[1.24823,43.53133],[1.26988,43.53164],[1.27021,43.5204],[1.29186,43.5207],[1.29216,43.50947],[1.63841,43.51407],[1.63538,43.64908],[1.61372,43.64883],[1.61342,43.66003],[1.59174,43.6598],[1.5912,43.68227],[1.56957,43.68203],[1.5692,43.69329],[1.54757,43.69304],[1.54727,43.70426],[1.52561,43.70401],[1.52531,43.71518],[1.50359,43.71497],[1.50303,43.73741],[1.48133,43.73718],[1.48103,43.7484],[1.45933,43.74815],[1.45901,43.75937],[1.43731,43.7591],[1.43673,43.78158],[1.32808,43.78003],[1.32834,43.76879],[1.30664,43.76848],[1.30692,43.75723],[1.28525,43.75693],[1.28553,43.74565],[1.26383,43.74536],[1.26415,43.73409],[1.24243,43.73375],[1.24274,43.72253],[1.19934,43.72187],[1.19966,43.71061],[1.17799,43.71028],[1.17829,43.69903],[1.13489,43.69835],[1.13518,43.68708],[1.11351,43.68676]]],"terms_url":"https://data.toulouse-metropole.fr/explore/dataset/orthophotoplan-2015/information/","terms_text":"Orthophotoplan 2015 - Toulouse Métropole, 14/12/2015, sous license ODbL"},{"id":"Toulouse-Orthophotoplan-2017","name":"Toulouse - Orthophotoplan 2017","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/toulouse_2017/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[7,22],"polygon":[[[1.11351,43.68676],[1.11491,43.64176],[1.13659,43.64209],[1.13726,43.61962],[1.15896,43.61995],[1.15928,43.60869],[1.18102,43.60904],[1.18162,43.58656],[1.20331,43.5869],[1.20398,43.56442],[1.22568,43.56472],[1.22596,43.55349],[1.2476,43.55378],[1.24823,43.53133],[1.26988,43.53164],[1.27021,43.5204],[1.29186,43.5207],[1.29216,43.50947],[1.63841,43.51407],[1.63538,43.64908],[1.61372,43.64883],[1.61342,43.66003],[1.59174,43.6598],[1.5912,43.68227],[1.56957,43.68203],[1.5692,43.69329],[1.54757,43.69304],[1.54727,43.70426],[1.52561,43.70401],[1.52531,43.71518],[1.50359,43.71497],[1.50303,43.73741],[1.48133,43.73718],[1.48103,43.7484],[1.45933,43.74815],[1.45901,43.75937],[1.43731,43.7591],[1.43673,43.78158],[1.32808,43.78003],[1.32834,43.76879],[1.30664,43.76848],[1.30692,43.75723],[1.28525,43.75693],[1.28553,43.74565],[1.26383,43.74536],[1.26415,43.73409],[1.24243,43.73375],[1.24274,43.72253],[1.19934,43.72187],[1.19966,43.71061],[1.17799,43.71028],[1.17829,43.69903],[1.13489,43.69835],[1.13518,43.68708],[1.11351,43.68676]]],"terms_url":"https://data.toulouse-metropole.fr/explore/dataset/orthophotoplan-2017/information/","terms_text":"Orthophotoplan 2017 - Toulouse Métropole, 04/07/2018, sous license ODbL"},{"id":"Toulouse-Orthophotoplan-2019","name":"Toulouse - Orthophotoplan 2019","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/toulouse_2019/{zoom}/{x}/{y}","category":"photo","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[1.4157,43.76341],[1.40437,43.75616],[1.39115,43.76695],[1.37076,43.7772],[1.35883,43.77705],[1.31841,43.76186],[1.30884,43.75002],[1.3369,43.72007],[1.3369,43.71721],[1.29545,43.70239],[1.29425,43.68718],[1.26901,43.68042],[1.21588,43.64589],[1.19425,43.61763],[1.23202,43.59998],[1.25614,43.59538],[1.27596,43.59314],[1.28592,43.5891],[1.28146,43.5812],[1.28154,43.57408],[1.3163,43.55801],[1.30437,43.55005],[1.3051,43.52478],[1.33836,43.50306],[1.36076,43.51016],[1.37501,43.51059],[1.3799,43.51265],[1.37965,43.52192],[1.40128,43.53337],[1.4393,43.53387],[1.44642,43.52958],[1.46608,43.52983],[1.48694,43.54457],[1.50144,43.54463],[1.54839,43.5269],[1.56504,43.5269],[1.56444,43.55384],[1.57182,43.55384],[1.58169,43.54942],[1.59671,43.54955],[1.61783,43.56385],[1.64272,43.60327],[1.62693,43.61309],[1.62392,43.61291],[1.58092,43.64176],[1.58032,43.66657],[1.56367,43.67079],[1.55165,43.67067],[1.53758,43.66601],[1.49131,43.68731],[1.45895,43.7102],[1.4611,43.72813],[1.46076,43.73502],[1.42926,43.75114],[1.429,43.76335],[1.4157,43.76341]]],"terms_url":"https://data.toulouse-metropole.fr/explore/dataset/orthophotoplan-2019/information/","terms_text":"Orthophotoplan 2019 - Toulouse Métropole, 2021, Licence Ouverte v2.0 (Etalab)","best":true},{"id":"Tours-Orthophoto-2008_2010","name":"Tours - Orthophotos 2008-2010","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/tours/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2011-01-01T00:00:00.000Z","startDate":"2008-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[0.54575,47.46526],[0.54585,47.46082],[0.53922,47.4607],[0.53935,47.45624],[0.5328,47.4561],[0.5329,47.45157],[0.52619,47.4514],[0.52659,47.44249],[0.50009,47.44207],[0.50024,47.43758],[0.4936,47.43743],[0.4937,47.43293],[0.46061,47.43246],[0.46072,47.42798],[0.4541,47.42781],[0.45493,47.40539],[0.46154,47.40545],[0.46191,47.39649],[0.46843,47.3966],[0.46913,47.37864],[0.47571,47.37876],[0.47621,47.3652],[0.48283,47.36535],[0.48296,47.36083],[0.47635,47.36074],[0.47665,47.35173],[0.47005,47.35162],[0.4702,47.34713],[0.46375,47.34701],[0.45714,47.34241],[0.45729,47.33791],[0.45067,47.33781],[0.45084,47.33331],[0.44422,47.3332],[0.44438,47.32871],[0.43114,47.3285],[0.43163,47.315],[0.43824,47.31511],[0.43838,47.31062],[0.47145,47.31114],[0.47131,47.31566],[0.47789,47.31575],[0.47807,47.31128],[0.48468,47.31136],[0.48486,47.30687],[0.49144,47.30698],[0.49174,47.29797],[0.48516,47.29787],[0.48543,47.28887],[0.47885,47.28877],[0.47916,47.27978],[0.48578,47.2799],[0.48591,47.27539],[0.49254,47.2755],[0.49267,47.27101],[0.4993,47.27111],[0.49943,47.26661],[0.51927,47.26692],[0.51942,47.26242],[0.52602,47.26252],[0.52587,47.26702],[0.5457,47.26734],[0.54555,47.27183],[0.55877,47.27204],[0.55863,47.27652],[0.56523,47.27663],[0.56508,47.28112],[0.57168,47.28123],[0.57152,47.28572],[0.57814,47.28583],[0.57799,47.29033],[0.5846,47.29043],[0.58431,47.29942],[0.5975,47.29961],[0.59766,47.29514],[0.65716,47.296],[0.6573,47.29151],[0.6705,47.29172],[0.67035,47.29621],[0.68362,47.29637],[0.68343,47.30089],[0.69006,47.30096],[0.68992,47.30547],[0.7362,47.30612],[0.73608,47.31061],[0.7559,47.31089],[0.75577,47.31539],[0.76238,47.31547],[0.76223,47.31999],[0.77549,47.32015],[0.77497,47.33882],[0.77458,47.35163],[0.76804,47.35159],[0.76759,47.36053],[0.77424,47.36062],[0.77335,47.39213],[0.76674,47.39202],[0.76644,47.40108],[0.77306,47.40111],[0.77289,47.41013],[0.76618,47.41002],[0.76603,47.4145],[0.75276,47.4143],[0.75298,47.40981],[0.74624,47.4097],[0.74594,47.42322],[0.73923,47.42315],[0.73887,47.43661],[0.73233,47.43652],[0.73219,47.44106],[0.7255,47.44098],[0.72542,47.44535],[0.73188,47.44548],[0.73185,47.45011],[0.73845,47.45023],[0.73831,47.45463],[0.74494,47.45474],[0.74432,47.4772],[0.73107,47.47697],[0.7309,47.48154],[0.71762,47.48126],[0.71779,47.47684],[0.69777,47.4765],[0.69805,47.47198],[0.69145,47.47189],[0.69173,47.46302],[0.6851,47.46293],[0.68494,47.46735],[0.67826,47.46733],[0.67798,47.47622],[0.67141,47.47616],[0.67104,47.4882],[0.65773,47.48797],[0.65782,47.48504],[0.65119,47.48483],[0.65147,47.47586],[0.64482,47.47572],[0.64493,47.47126],[0.6118,47.47075],[0.61188,47.46631],[0.60528,47.46612],[0.60542,47.46166],[0.59888,47.46155],[0.59902,47.45709],[0.57249,47.45669],[0.57218,47.46565],[0.54575,47.46526]]],"terms_url":"https://wiki.openstreetmap.org/wiki/Tours/Orthophoto","terms_text":"Orthophoto Tour(s) Plus 2008"},{"id":"Tours-Orthophoto-2013","name":"Tours - Orthophotos 2013","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/tours_2013/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2013-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[0.77512,47.32983],[0.77427,47.35617],[0.77053,47.35611],[0.77024,47.36512],[0.77398,47.36517],[0.7728,47.40148],[0.7904,47.40147],[0.78988,47.4103],[0.79117,47.41047],[0.79108,47.41942],[0.79392,47.41942],[0.79319,47.43733],[0.79834,47.43742],[0.79808,47.45544],[0.80044,47.45541],[0.80138,47.46426],[0.80074,47.46899],[0.79396,47.47331],[0.78405,47.47323],[0.78387,47.47871],[0.77606,47.47859],[0.77585,47.48204],[0.77066,47.48219],[0.77044,47.4859],[0.76096,47.49092],[0.75718,47.49092],[0.73753,47.50336],[0.7259,47.50588],[0.71113,47.50576],[0.70418,47.50408],[0.69109,47.50038],[0.69045,47.49718],[0.67757,47.49683],[0.67757,47.49353],[0.66427,47.49301],[0.6635,47.48953],[0.65088,47.48958],[0.65133,47.48032],[0.64734,47.4803],[0.64747,47.47852],[0.64474,47.47846],[0.64479,47.47575],[0.64238,47.47578],[0.64225,47.47302],[0.63835,47.47294],[0.63792,47.47131],[0.60513,47.47079],[0.60513,47.46632],[0.59852,47.46603],[0.59878,47.46156],[0.592,47.46156],[0.59226,47.45976],[0.58084,47.45971],[0.58007,47.46145],[0.57234,47.46139],[0.57222,47.46512],[0.55874,47.46489],[0.5466,47.46052],[0.53269,47.45355],[0.52677,47.45315],[0.52677,47.45152],[0.52231,47.45123],[0.52256,47.44804],[0.51977,47.44776],[0.52007,47.44247],[0.4975,47.4416],[0.49716,47.44049],[0.49355,47.44015],[0.49355,47.43573],[0.47943,47.43575],[0.46171,47.42819],[0.45643,47.42088],[0.45489,47.41229],[0.45506,47.40218],[0.46149,47.40193],[0.46167,47.39641],[0.46879,47.39602],[0.47016,47.35173],[0.45677,47.3515],[0.45729,47.34254],[0.43085,47.34196],[0.43196,47.30602],[0.47154,47.3067],[0.47257,47.28004],[0.48527,47.28004],[0.48578,47.27084],[0.49935,47.27107],[0.49917,47.26245],[0.55273,47.26304],[0.55222,47.27201],[0.56561,47.27224],[0.56526,47.28156],[0.59118,47.28156],[0.59067,47.29099],[0.66912,47.29169],[0.6832,47.29564],[0.6832,47.30077],[0.69658,47.30123],[0.69641,47.3024],[0.71006,47.30245],[0.72293,47.30589],[0.72285,47.31043],[0.74165,47.31084],[0.75426,47.31392],[0.7625,47.31815],[0.76207,47.32013],[0.76619,47.32009],[0.76956,47.32207],[0.77233,47.32508],[0.77336,47.3267],[0.77512,47.32983]]],"terms_url":"https://wiki.openstreetmap.org/wiki/Tours/Orthophoto","terms_text":"Orthophoto Tour(s)plus 2013"},{"id":"trafikverket-baninfo","name":"Trafikverket Railway Network","type":"wms","template":"https://geo-baninfo.trafikverket.se/mapservice/wms.axd/BanInfo_1_3?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Spar_Huvud_och_sidospar&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[7,20],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.trafikverket.se","terms_text":"© Trafikverket, CC0","description":"Swedish railway network, including sidings","icon":"https://api.trafikinfo.trafikverket.se/img/apple-touch-icon-144-precomposed.png","overlay":true},{"id":"trafikverket-vagnat","name":"Trafikverket Road Network","type":"wms","template":"https://geo-netinfo.trafikverket.se/mapservice/wms.axd/NetInfo_1_5?LAYERS=Vagtrafiknat,Funkvagklass,Farjeled&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"other","projection":"EPSG:3857","zoomExtent":[13,20],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.trafikverket.se","terms_text":"© Trafikverket, CC0","description":"Swedish NVDB road network","icon":"https://api.trafikinfo.trafikverket.se/img/apple-touch-icon-144-precomposed.png","overlay":true},{"id":"trafikverket-vagnat-extra","name":"Trafikverket Road Network extra","type":"wms","template":"https://geo-netinfo.trafikverket.se/mapservice/wms.axd/NetInfo_1_5?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vagnummer,Vaghinder,Rastplats,Hallplats,Farthinder,BroTunnel,ATK_Matplats&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"other","projection":"EPSG:3857","zoomExtent":[3,20],"polygon":[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],"terms_url":"https://www.trafikverket.se","terms_text":"© Trafikverket, CC0","description":"Swedish NVDB extra details: Highway reference, traffic calming, rest area, bus stop, bridge, tunnel, speed camera","icon":"https://api.trafikinfo.trafikverket.se/img/apple-touch-icon-144-precomposed.png","overlay":true},{"id":"brazos_county_2019_wms","name":"TX: Brazos County Imagery 2019","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap19_NCCIR_6in_Brazos/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[-96.15,30.33],[-96.12,30.33],[-96.12,30.36],[-96.09,30.36],[-96.09,30.39],[-96.06,30.39],[-96.06,30.45],[-96.12,30.45],[-96.12,30.54],[-96.15,30.54],[-96.15,30.87],[-96.18,30.87],[-96.18,30.96],[-96.21,30.96],[-96.21,30.99],[-96.27,30.99],[-96.27,30.96],[-96.33,30.96],[-96.33,30.93],[-96.36,30.93],[-96.36,30.9],[-96.39,30.9],[-96.39,30.87],[-96.42,30.87],[-96.42,30.81],[-96.45,30.81],[-96.45,30.78],[-96.48,30.78],[-96.48,30.75],[-96.54,30.75],[-96.54,30.72],[-96.57,30.72],[-96.57,30.69],[-96.6,30.69],[-96.6,30.66],[-96.63,30.66],[-96.63,30.63],[-96.57,30.63],[-96.57,30.6],[-96.48,30.6],[-96.48,30.57],[-96.45,30.57],[-96.45,30.54],[-96.42,30.54],[-96.42,30.51],[-96.36,30.51],[-96.36,30.45],[-96.33,30.45],[-96.33,30.36],[-96.3,30.36],[-96.3,30.33],[-96.24,30.33],[-96.24,30.36],[-96.18,30.36],[-96.18,30.33],[-96.15,30.33]]],"terms_url":"https://data.tnris.org/collection/aa2cd74e-9c2d-4f00-bae5-609b5e898093","terms_text":"Strategic Mapping Program (StratMap). Brazos County Imagery, 2019-01-29","best":true},{"id":"caparea_2019_wms","name":"TX: CapArea Imagery 2019","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap19_NCCIR_CapArea/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[-96.85,29.6],[-96.85,29.65],[-96.8,29.65],[-96.8,29.7],[-96.75,29.7],[-96.75,29.75],[-96.7,29.75],[-96.7,29.8],[-96.65,29.8],[-96.65,29.85],[-96.6,29.85],[-96.6,29.9],[-96.55,29.9],[-96.55,30.05],[-96.6,30.05],[-96.6,30.15],[-96.65,30.15],[-96.65,30.25],[-96.6,30.25],[-96.6,30.3],[-96.65,30.3],[-96.65,30.35],[-96.75,30.35],[-96.75,30.4],[-96.8,30.4],[-96.8,30.45],[-96.85,30.45],[-96.85,30.5],[-96.9,30.5],[-96.9,30.55],[-96.95,30.55],[-96.95,30.6],[-97,30.6],[-97,30.55],[-97.1,30.55],[-97.1,30.5],[-97.15,30.5],[-97.15,30.6],[-97.2,30.6],[-97.2,30.7],[-97.25,30.7],[-97.25,30.75],[-97.3,30.75],[-97.3,30.8],[-97.4,30.8],[-97.4,30.85],[-97.55,30.85],[-97.55,30.9],[-97.75,30.9],[-97.75,30.95],[-97.85,30.95],[-97.85,31.05],[-98.5,31.05],[-98.5,30.95],[-99,30.95],[-99,30.45],[-98.6,30.45],[-98.6,30.05],[-98.55,30.05],[-98.55,30],[-98.5,30],[-98.5,29.95],[-98.45,29.95],[-98.45,29.9],[-98.35,29.9],[-98.35,29.95],[-98.3,29.95],[-98.3,30],[-98.25,30],[-98.25,29.95],[-98.2,29.95],[-98.2,29.9],[-98.15,29.9],[-98.15,29.85],[-98.05,29.85],[-98.05,29.75],[-97.95,29.75],[-97.95,29.8],[-97.85,29.8],[-97.85,29.75],[-97.8,29.75],[-97.8,29.7],[-97.75,29.7],[-97.75,29.65],[-97.65,29.65],[-97.65,29.6],[-97.55,29.6],[-97.55,29.65],[-97.45,29.65],[-97.45,29.7],[-97.35,29.7],[-97.35,29.75],[-97.3,29.75],[-97.3,29.7],[-97.25,29.7],[-97.25,29.65],[-97.15,29.65],[-97.15,29.6],[-96.85,29.6]]],"terms_url":"https://data.tnris.org/collection/f84442b8-ac2a-4708-b5c0-9d15515f4483","terms_text":"Strategic Mapping Program (StratMap). CapArea Imagery, 2019-01-29","icon":"https://cdn.tnris.org/images/tnris_logo.svg"},{"id":"amarillo_2016_wms","name":"TX: City of Amarillo Imagery 2015","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap15_NCCIR_12in_NGA_Amarillo/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[5,22],"polygon":[[[-101.62309,35.13352],[-101.62352,35.14703],[-101.62396,35.16055],[-101.62439,35.17406],[-101.62482,35.18757],[-101.60837,35.18792],[-101.6088,35.20144],[-101.60923,35.21495],[-101.60966,35.22846],[-101.6101,35.24197],[-101.61053,35.25548],[-101.627,35.25513],[-101.64347,35.25477],[-101.65995,35.25441],[-101.67642,35.25404],[-101.69289,35.25368],[-101.70936,35.25331],[-101.72583,35.25294],[-101.7423,35.25257],[-101.74275,35.26608],[-101.74321,35.27959],[-101.74367,35.2931],[-101.74412,35.30661],[-101.74458,35.32012],[-101.74504,35.33363],[-101.74549,35.34714],[-101.74595,35.36064],[-101.74641,35.37415],[-101.74687,35.38766],[-101.76336,35.38729],[-101.77986,35.38691],[-101.79636,35.38653],[-101.81285,35.38614],[-101.82935,35.38576],[-101.84585,35.38537],[-101.86234,35.38498],[-101.87884,35.38459],[-101.87836,35.37108],[-101.87788,35.35757],[-101.8774,35.34406],[-101.87692,35.33056],[-101.87644,35.31705],[-101.87596,35.30354],[-101.87548,35.29003],[-101.875,35.27652],[-101.89148,35.27613],[-101.891,35.26262],[-101.90747,35.26223],[-101.92393,35.26183],[-101.9404,35.26143],[-101.95687,35.26103],[-101.97334,35.26062],[-101.98981,35.26022],[-102.00628,35.25981],[-102.00578,35.2463],[-102.00528,35.2328],[-102.00478,35.21929],[-102.00428,35.20578],[-102.00378,35.19228],[-102.00329,35.17877],[-102.00279,35.16526],[-102.00229,35.15175],[-102.0018,35.13825],[-102.0013,35.12474],[-102.00081,35.11123],[-101.98437,35.11164],[-101.96793,35.11204],[-101.95149,35.11244],[-101.93505,35.11284],[-101.91861,35.11324],[-101.90217,35.11364],[-101.88573,35.11403],[-101.86929,35.11442],[-101.85285,35.11481],[-101.83641,35.11519],[-101.81997,35.11558],[-101.80353,35.11596],[-101.78709,35.11634],[-101.77065,35.11672],[-101.7542,35.11709],[-101.73776,35.11746],[-101.72132,35.11783],[-101.70487,35.1182],[-101.68843,35.11857],[-101.67199,35.11893],[-101.65554,35.11929],[-101.6391,35.11965],[-101.62265,35.12001],[-101.62309,35.13352]]],"terms_url":"https://data.tnris.org/collection/c4045402-55b8-41ee-a911-adbda2a2c4aa","terms_text":"Strategic Mapping Program (StratMap). City of Amarillo Imagery, 2015-03-13"},{"id":"el_paso_2015_wms","name":"TX: City of El Paso Imagery 2015","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap15_NCCIR_12in_NGA_ElPaso/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[4,22],"polygon":[[[-106.11096,31.50405],[-106.11112,31.51758],[-106.11128,31.53111],[-106.11144,31.54464],[-106.1116,31.55817],[-106.11176,31.57171],[-106.11192,31.58524],[-106.11208,31.59877],[-106.11224,31.6123],[-106.1124,31.62583],[-106.11257,31.63936],[-106.11273,31.65289],[-106.11289,31.66642],[-106.11305,31.67995],[-106.11321,31.69348],[-106.11337,31.70701],[-106.11353,31.72055],[-106.1137,31.73408],[-106.11386,31.74761],[-106.11402,31.76114],[-106.11418,31.77467],[-106.11434,31.7882],[-106.11451,31.80173],[-106.11467,31.81526],[-106.11483,31.82879],[-106.11499,31.84232],[-106.11516,31.85585],[-106.11532,31.86938],[-106.11548,31.88291],[-106.13134,31.88277],[-106.1472,31.88263],[-106.16305,31.88249],[-106.17891,31.88234],[-106.19477,31.88219],[-106.21063,31.88204],[-106.22648,31.88189],[-106.24234,31.88174],[-106.2582,31.88158],[-106.27405,31.88142],[-106.28991,31.88126],[-106.30576,31.8811],[-106.32162,31.88094],[-106.33748,31.88077],[-106.35333,31.8806],[-106.36919,31.88043],[-106.36939,31.89396],[-106.36959,31.90749],[-106.36979,31.92102],[-106.36999,31.93455],[-106.37019,31.94808],[-106.37039,31.96161],[-106.37059,31.97514],[-106.37079,31.98866],[-106.37099,32.00219],[-106.38687,32.00202],[-106.40275,32.00185],[-106.41862,32.00167],[-106.4345,32.00149],[-106.45037,32.00131],[-106.46625,32.00113],[-106.48212,32.00094],[-106.498,32.00076],[-106.49822,32.01429],[-106.49844,32.02781],[-106.51432,32.02762],[-106.5302,32.02743],[-106.54608,32.02724],[-106.56196,32.02705],[-106.57784,32.02685],[-106.59372,32.02665],[-106.60959,32.02645],[-106.62547,32.02625],[-106.62523,32.01272],[-106.625,31.99919],[-106.64087,31.99899],[-106.64063,31.98546],[-106.64039,31.97194],[-106.64015,31.95841],[-106.63991,31.94488],[-106.63967,31.93135],[-106.63943,31.91783],[-106.63919,31.9043],[-106.63895,31.89077],[-106.63871,31.87724],[-106.65456,31.87704],[-106.65432,31.86351],[-106.65408,31.84998],[-106.65384,31.83646],[-106.63799,31.83666],[-106.62214,31.83686],[-106.62191,31.82334],[-106.62167,31.80981],[-106.60583,31.81001],[-106.6056,31.79648],[-106.58976,31.79668],[-106.57392,31.79688],[-106.55808,31.79707],[-106.55785,31.78354],[-106.55762,31.77002],[-106.54179,31.77021],[-106.54156,31.75668],[-106.52573,31.75687],[-106.52551,31.74334],[-106.50968,31.74353],[-106.50946,31.73],[-106.49363,31.73019],[-106.4778,31.73037],[-106.46197,31.73056],[-106.46218,31.74409],[-106.44635,31.74427],[-106.43052,31.74444],[-106.43031,31.73092],[-106.41448,31.73109],[-106.39865,31.73127],[-106.39845,31.71774],[-106.39825,31.70421],[-106.39804,31.69068],[-106.39784,31.67715],[-106.38202,31.67732],[-106.3662,31.67749],[-106.366,31.66396],[-106.35018,31.66413],[-106.34999,31.6506],[-106.34979,31.63707],[-106.33398,31.63724],[-106.33378,31.62371],[-106.31797,31.62387],[-106.31778,31.61034],[-106.31759,31.59681],[-106.3174,31.58328],[-106.30159,31.58345],[-106.30141,31.56991],[-106.30122,31.55638],[-106.30103,31.54285],[-106.28523,31.54301],[-106.26943,31.54317],[-106.26925,31.52964],[-106.25345,31.5298],[-106.25327,31.51627],[-106.25309,31.50274],[-106.25291,31.48921],[-106.23712,31.48936],[-106.22133,31.48951],[-106.20554,31.48966],[-106.18975,31.48981],[-106.17396,31.48995],[-106.15817,31.4901],[-106.14238,31.49024],[-106.12659,31.49038],[-106.1108,31.49052],[-106.11096,31.50405]]],"terms_url":"https://data.tnris.org/collection/8870dbdd-d3fb-4c06-a3d1-c4e407428218","terms_text":"Strategic Mapping Program (StratMap). City of El Paso Imagery, 2015-10-25"},{"id":"georgetown_2016_wms","name":"TX: City of Georgetown Imagery 2015","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap15_NCCIR_6in_Georgetown/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[-97.67051,30.56165],[-97.65533,30.56133],[-97.65489,30.57727],[-97.6397,30.57695],[-97.6397,30.57728],[-97.62408,30.57695],[-97.62407,30.57728],[-97.60845,30.57695],[-97.60845,30.57728],[-97.59283,30.57695],[-97.59237,30.59289],[-97.5772,30.59257],[-97.57719,30.5929],[-97.56158,30.59257],[-97.56157,30.5929],[-97.54595,30.59257],[-97.54544,30.61017],[-97.5459,30.61018],[-97.54545,30.62579],[-97.5459,30.6258],[-97.54545,30.64142],[-97.56151,30.64177],[-97.56107,30.65704],[-97.57714,30.65739],[-97.5767,30.67267],[-97.59276,30.67301],[-97.59233,30.68829],[-97.59277,30.6883],[-97.59233,30.70392],[-97.59277,30.70393],[-97.59233,30.71954],[-97.59277,30.71955],[-97.59233,30.73517],[-97.59277,30.73518],[-97.59233,30.7508],[-97.6103,30.75118],[-97.61031,30.75085],[-97.62401,30.75113],[-97.62358,30.76642],[-97.62402,30.76643],[-97.62358,30.78205],[-97.62402,30.78205],[-97.62358,30.79767],[-97.63964,30.79801],[-97.63926,30.81165],[-97.62408,30.81133],[-97.62363,30.82727],[-97.60845,30.82695],[-97.60795,30.84455],[-97.62401,30.84488],[-97.62363,30.85852],[-97.60845,30.8582],[-97.608,30.87415],[-97.59283,30.87382],[-97.59282,30.87415],[-97.5772,30.87382],[-97.57719,30.87415],[-97.56158,30.87382],[-97.56112,30.88977],[-97.54595,30.88944],[-97.54549,30.9054],[-97.53033,30.90507],[-97.52981,30.92267],[-97.53027,30.92268],[-97.52981,30.93829],[-97.54588,30.93864],[-97.54544,30.95392],[-97.56342,30.95431],[-97.56343,30.95397],[-97.57905,30.9543],[-97.57906,30.95397],[-97.59276,30.95426],[-97.59232,30.96955],[-97.59277,30.96956],[-97.59232,30.98517],[-97.6103,30.98555],[-97.61031,30.98522],[-97.62401,30.98551],[-97.62358,31.0008],[-97.64155,31.00117],[-97.64156,31.00084],[-97.65717,31.00117],[-97.65718,31.00084],[-97.6728,31.00117],[-97.67281,31.00084],[-97.68842,31.00117],[-97.68843,31.00084],[-97.70405,31.00116],[-97.70449,30.98523],[-97.71968,30.98554],[-97.72011,30.96961],[-97.7353,30.96991],[-97.73531,30.9696],[-97.75093,30.96991],[-97.75093,30.9696],[-97.76464,30.96987],[-97.76423,30.98517],[-97.78218,30.98553],[-97.78218,30.98522],[-97.7978,30.98553],[-97.79781,30.98522],[-97.81151,30.98549],[-97.81115,30.99915],[-97.79595,30.99885],[-97.79548,31.01642],[-97.7959,31.01643],[-97.79548,31.03205],[-97.81343,31.0324],[-97.81344,31.03209],[-97.82905,31.0324],[-97.82906,31.03209],[-97.84468,31.03239],[-97.84469,31.03209],[-97.8603,31.03239],[-97.86072,31.01648],[-97.87593,31.01677],[-97.87638,30.9992],[-97.87598,30.99919],[-97.87638,30.98358],[-97.87598,30.98357],[-97.87638,30.96796],[-97.87598,30.96795],[-97.87638,30.95233],[-97.87598,30.95232],[-97.87638,30.9367],[-97.87598,30.93669],[-97.87634,30.92273],[-97.89155,30.92301],[-97.89156,30.92272],[-97.90718,30.92301],[-97.90758,30.9071],[-97.9228,30.90739],[-97.92281,30.90709],[-97.93843,30.90738],[-97.93883,30.89147],[-97.95405,30.89176],[-97.95449,30.8742],[-97.9541,30.87419],[-97.95449,30.85857],[-97.93848,30.85828],[-97.93887,30.84295],[-97.93848,30.84294],[-97.93887,30.82733],[-97.93848,30.82732],[-97.93883,30.81335],[-97.95405,30.81363],[-97.95445,30.79772],[-97.96968,30.798],[-97.97007,30.7821],[-97.9853,30.78238],[-97.98573,30.76482],[-97.98535,30.76482],[-97.98569,30.75085],[-98.00093,30.75113],[-98.00135,30.73357],[-98.00098,30.73357],[-98.00135,30.71795],[-97.98536,30.71766],[-97.98573,30.70232],[-97.96973,30.70203],[-97.97011,30.6867],[-97.95411,30.68641],[-97.95449,30.67107],[-97.93657,30.67074],[-97.93657,30.67103],[-97.92286,30.67078],[-97.92324,30.65545],[-97.92285,30.65544],[-97.92324,30.63983],[-97.90723,30.63952],[-97.90762,30.6242],[-97.89161,30.6239],[-97.892,30.60858],[-97.87408,30.60823],[-97.87407,30.60853],[-97.85845,30.60823],[-97.85844,30.60853],[-97.84473,30.60827],[-97.84513,30.59295],[-97.8272,30.5926],[-97.82719,30.59291],[-97.81158,30.5926],[-97.81157,30.59291],[-97.79786,30.59264],[-97.79826,30.57733],[-97.79785,30.57732],[-97.79826,30.5617],[-97.78033,30.56135],[-97.78032,30.56166],[-97.76661,30.56138],[-97.76702,30.54608],[-97.74908,30.54572],[-97.74907,30.54603],[-97.73345,30.54572],[-97.73345,30.54603],[-97.71783,30.54571],[-97.71782,30.54603],[-97.7022,30.54571],[-97.70219,30.54603],[-97.68657,30.54571],[-97.68656,30.54603],[-97.67095,30.54571],[-97.67051,30.56165]]],"terms_url":"https://data.tnris.org/collection/a665d1fe-47f4-497c-b467-bb1535a02c9d","terms_text":"Texas Natural Resources Information System (TNRIS). City of Georgetown Imagery, 2015-03-06"},{"id":"lubbock_2016_wms","name":"TX: City of Lubbock Imagery 2015","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap15_NCCIR_12in_NGA_Lubbock/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[5,22],"polygon":[[[-101.73441,33.50842],[-101.73483,33.52193],[-101.73526,33.53545],[-101.73569,33.54896],[-101.73611,33.56247],[-101.73654,33.57599],[-101.73697,33.5895],[-101.73739,33.60301],[-101.73782,33.61653],[-101.73825,33.63004],[-101.73868,33.64356],[-101.73911,33.65707],[-101.73953,33.67058],[-101.73996,33.6841],[-101.74039,33.69761],[-101.74082,33.71112],[-101.74125,33.72464],[-101.74168,33.73815],[-101.74211,33.75166],[-101.75829,33.7513],[-101.77447,33.75094],[-101.79064,33.75058],[-101.80682,33.75021],[-101.80726,33.76372],[-101.82344,33.76335],[-101.83962,33.76298],[-101.85579,33.76261],[-101.87197,33.76223],[-101.88815,33.76185],[-101.8877,33.74834],[-101.88724,33.73483],[-101.88679,33.72132],[-101.88634,33.70781],[-101.88589,33.69429],[-101.88543,33.68078],[-101.88498,33.66727],[-101.88453,33.65376],[-101.88408,33.64025],[-101.88363,33.62673],[-101.89978,33.62636],[-101.91593,33.62598],[-101.93208,33.62559],[-101.94823,33.62521],[-101.9487,33.63872],[-101.96485,33.63834],[-101.981,33.63795],[-101.99715,33.63756],[-102.01331,33.63716],[-102.02946,33.63677],[-102.04561,33.63637],[-102.06176,33.63597],[-102.07791,33.63557],[-102.09406,33.63517],[-102.11021,33.63476],[-102.12636,33.63435],[-102.12587,33.62084],[-102.12539,33.60734],[-102.14153,33.60693],[-102.14104,33.59342],[-102.14055,33.57991],[-102.14006,33.5664],[-102.13957,33.55289],[-102.13908,33.53938],[-102.13859,33.52587],[-102.13811,33.51236],[-102.13762,33.49885],[-102.12149,33.49926],[-102.10537,33.49967],[-102.10489,33.48616],[-102.08876,33.48656],[-102.07264,33.48696],[-102.05652,33.48736],[-102.04039,33.48776],[-102.02427,33.48815],[-102.00814,33.48855],[-101.99202,33.48894],[-101.97589,33.48933],[-101.95977,33.48971],[-101.94364,33.4901],[-101.92752,33.49048],[-101.91139,33.49086],[-101.89527,33.49124],[-101.87914,33.49161],[-101.86301,33.49199],[-101.84688,33.49236],[-101.83076,33.49273],[-101.81463,33.4931],[-101.7985,33.49346],[-101.78237,33.49383],[-101.76624,33.49419],[-101.75011,33.49455],[-101.73398,33.4949],[-101.73441,33.50842]]],"terms_url":"https://data.tnris.org/collection/a5307ec2-8a8b-4647-9d02-87625aeb5cf9","terms_text":"Strategic Mapping Program (StratMap). City of Lubbock Imagery, 2015-03-22"},{"id":"dallas_fort_worth_2016_wms","name":"TX: Dallas and Fort Worth Imagery 2015","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap15_NCCIR_12in_NGA_Dallas_FtWorth/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[-96.7411,32.38179],[-96.74076,32.39531],[-96.74043,32.40884],[-96.74009,32.42236],[-96.73975,32.43588],[-96.73941,32.4494],[-96.73908,32.46292],[-96.73874,32.47644],[-96.7384,32.48996],[-96.73806,32.50348],[-96.73772,32.51701],[-96.73738,32.53053],[-96.73704,32.54405],[-96.7367,32.55757],[-96.73636,32.57109],[-96.73602,32.58461],[-96.73568,32.59813],[-96.73534,32.61165],[-96.71937,32.61136],[-96.71903,32.62488],[-96.70305,32.62459],[-96.68707,32.6243],[-96.6711,32.624],[-96.65512,32.62371],[-96.63914,32.62341],[-96.62317,32.6231],[-96.60719,32.6228],[-96.59122,32.6225],[-96.57524,32.62219],[-96.55927,32.62188],[-96.54329,32.62157],[-96.52732,32.62125],[-96.51134,32.62094],[-96.49537,32.62062],[-96.49499,32.63414],[-96.49461,32.64766],[-96.49424,32.66117],[-96.49386,32.67469],[-96.49348,32.68821],[-96.4931,32.70173],[-96.49273,32.71525],[-96.49235,32.72877],[-96.49197,32.74228],[-96.47597,32.74196],[-96.45998,32.74164],[-96.44398,32.74131],[-96.42799,32.74099],[-96.41199,32.74066],[-96.396,32.74033],[-96.38001,32.73999],[-96.36401,32.73966],[-96.36361,32.75317],[-96.36322,32.76669],[-96.36282,32.78021],[-96.36242,32.79372],[-96.36202,32.80724],[-96.36162,32.82076],[-96.36122,32.83427],[-96.36082,32.84779],[-96.36042,32.86131],[-96.36002,32.87482],[-96.35962,32.88834],[-96.35922,32.90186],[-96.35881,32.91537],[-96.37484,32.91571],[-96.37444,32.92923],[-96.37404,32.94274],[-96.37364,32.95626],[-96.37324,32.96977],[-96.37284,32.98329],[-96.37244,32.99681],[-96.37204,33.01032],[-96.38808,33.01066],[-96.40412,33.011],[-96.42016,33.01133],[-96.43621,33.01166],[-96.45225,33.01199],[-96.46829,33.01231],[-96.48434,33.01264],[-96.48395,33.02616],[-96.48357,33.03967],[-96.49962,33.04],[-96.49924,33.05351],[-96.49885,33.06703],[-96.49847,33.08055],[-96.49809,33.09407],[-96.49771,33.10758],[-96.49732,33.1211],[-96.49694,33.13462],[-96.513,33.13494],[-96.52907,33.13526],[-96.54514,33.13558],[-96.56121,33.13589],[-96.57727,33.13621],[-96.59334,33.13652],[-96.60941,33.13683],[-96.62548,33.13714],[-96.64155,33.13744],[-96.65761,33.13775],[-96.67368,33.13805],[-96.68975,33.13835],[-96.70582,33.13864],[-96.70617,33.12512],[-96.72224,33.12542],[-96.73831,33.12571],[-96.73796,33.13923],[-96.73761,33.15275],[-96.73727,33.16627],[-96.73692,33.17979],[-96.73657,33.19331],[-96.73622,33.20683],[-96.73587,33.22035],[-96.73553,33.23387],[-96.73518,33.24739],[-96.73483,33.26091],[-96.75092,33.2612],[-96.76701,33.26149],[-96.78311,33.26178],[-96.7992,33.26206],[-96.81529,33.26235],[-96.83139,33.26263],[-96.84748,33.26291],[-96.86357,33.26319],[-96.87967,33.26346],[-96.87999,33.24994],[-96.88032,33.23642],[-96.88065,33.2229],[-96.88097,33.20938],[-96.8813,33.19586],[-96.88162,33.18234],[-96.88195,33.16882],[-96.88227,33.1553],[-96.8826,33.14177],[-96.88292,33.12825],[-96.89899,33.12853],[-96.91506,33.1288],[-96.93113,33.12906],[-96.9472,33.12933],[-96.96327,33.12959],[-96.97935,33.12986],[-96.99542,33.13012],[-97.01149,33.13037],[-97.01179,33.11685],[-97.0121,33.10333],[-97.0124,33.08981],[-97.01271,33.07628],[-97.01301,33.06276],[-97.01331,33.04924],[-97.01362,33.03572],[-97.01392,33.02219],[-97.01422,33.00867],[-97.03027,33.00893],[-97.04632,33.00918],[-97.06237,33.00943],[-97.07842,33.00968],[-97.09447,33.00992],[-97.11052,33.01017],[-97.12657,33.01041],[-97.14262,33.01065],[-97.15867,33.01089],[-97.17472,33.01112],[-97.19078,33.01136],[-97.20683,33.01159],[-97.22288,33.01182],[-97.23893,33.01205],[-97.25498,33.01227],[-97.27103,33.0125],[-97.28709,33.01272],[-97.30314,33.01294],[-97.31919,33.01315],[-97.33524,33.01337],[-97.3513,33.01358],[-97.35155,33.00006],[-97.3676,33.00027],[-97.38365,33.00048],[-97.3997,33.00068],[-97.41575,33.00089],[-97.4318,33.00109],[-97.44786,33.00129],[-97.46391,33.00149],[-97.47996,33.00169],[-97.49601,33.00188],[-97.51206,33.00207],[-97.52812,33.00226],[-97.54417,33.00245],[-97.56022,33.00264],[-97.57627,33.00282],[-97.59233,33.003],[-97.60838,33.00318],[-97.62443,33.00336],[-97.64049,33.00354],[-97.64069,32.99001],[-97.6409,32.97648],[-97.64111,32.96296],[-97.62506,32.96278],[-97.62527,32.94926],[-97.62548,32.93573],[-97.62569,32.9222],[-97.6259,32.90868],[-97.62611,32.89515],[-97.62632,32.88162],[-97.62652,32.86809],[-97.62673,32.85457],[-97.62694,32.84104],[-97.62715,32.82751],[-97.62736,32.81399],[-97.62757,32.80046],[-97.62777,32.78693],[-97.62798,32.77341],[-97.62819,32.75988],[-97.6284,32.74635],[-97.61239,32.74617],[-97.59638,32.746],[-97.58038,32.74582],[-97.56437,32.74563],[-97.54836,32.74545],[-97.53236,32.74526],[-97.51635,32.74507],[-97.50035,32.74488],[-97.50057,32.73136],[-97.5008,32.71783],[-97.50102,32.7043],[-97.50125,32.69078],[-97.50148,32.67725],[-97.5017,32.66372],[-97.50193,32.6502],[-97.50215,32.63667],[-97.50238,32.62314],[-97.48639,32.62295],[-97.47041,32.62276],[-97.45443,32.62256],[-97.43844,32.62237],[-97.42246,32.62217],[-97.40648,32.62196],[-97.39049,32.62176],[-97.39074,32.60823],[-97.39098,32.59471],[-97.39122,32.58118],[-97.37524,32.58098],[-97.37549,32.56745],[-97.37573,32.55392],[-97.37597,32.5404],[-97.37622,32.52687],[-97.37646,32.51335],[-97.3767,32.49982],[-97.36074,32.49961],[-97.34478,32.4994],[-97.32882,32.49919],[-97.31286,32.49898],[-97.2969,32.49876],[-97.28094,32.49855],[-97.26498,32.49833],[-97.24902,32.49811],[-97.23306,32.49788],[-97.2171,32.49766],[-97.20114,32.49743],[-97.18518,32.4972],[-97.16922,32.49697],[-97.15326,32.49674],[-97.1373,32.4965],[-97.12135,32.49627],[-97.10539,32.49603],[-97.08943,32.49578],[-97.07347,32.49554],[-97.05751,32.4953],[-97.04156,32.49505],[-97.0256,32.4948],[-97.00964,32.49455],[-96.99368,32.49429],[-96.97773,32.49404],[-96.96177,32.49378],[-96.94581,32.49352],[-96.92986,32.49326],[-96.9139,32.493],[-96.89795,32.49273],[-96.88199,32.49246],[-96.88231,32.47894],[-96.88262,32.46542],[-96.88294,32.4519],[-96.88326,32.43837],[-96.88357,32.42485],[-96.88389,32.41133],[-96.8842,32.39781],[-96.88452,32.38428],[-96.88483,32.37076],[-96.8689,32.37049],[-96.85297,32.37022],[-96.83703,32.36995],[-96.8211,32.36967],[-96.80517,32.3694],[-96.78923,32.36912],[-96.7733,32.36884],[-96.75737,32.36856],[-96.74144,32.36827],[-96.7411,32.38179]]],"terms_url":"https://data.tnris.org/collection/1849447b-4f62-4318-81d3-9fef9c31482c","terms_text":"Strategic Mapping Program (StratMap). Dallas and Fort Worth Imagery, 2015-01-01"},{"id":"san_antonio_river_2016_wms","name":"TX: San Antonio River Authority Imagery 2016","type":"wms","template":"https://imagery.tnris.org/server/services/StratMap/StratMap16_NCCIR_12in_SARA/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[-97.06376,27.84293],[-97.06282,27.84292],[-97.06188,27.84291],[-97.06095,27.84289],[-97.06001,27.84288],[-97.05907,27.84287],[-97.05814,27.84285],[-97.0572,27.84284],[-97.05626,27.84282],[-97.05533,27.84281],[-97.05439,27.8428],[-97.05345,27.84278],[-97.05252,27.84277],[-97.05158,27.84275],[-97.05064,27.84274],[-97.0497,27.84273],[-97.04877,27.84271],[-97.04783,27.8427],[-97.04689,27.84269],[-97.04596,27.84267],[-97.04595,27.8429],[-97.04532,27.84289],[-97.04439,27.84288],[-97.04345,27.84287],[-97.04251,27.84285],[-97.04158,27.84284],[-97.04064,27.84282],[-97.0397,27.84281],[-97.03877,27.8428],[-97.03783,27.84278],[-97.03689,27.84277],[-97.03596,27.84275],[-97.03502,27.84274],[-97.03408,27.84273],[-97.03315,27.84271],[-97.03221,27.8427],[-97.03127,27.84268],[-97.03034,27.84267],[-97.03032,27.84347],[-97.03031,27.84426],[-97.03029,27.84506],[-97.03028,27.84586],[-97.03026,27.84665],[-97.03025,27.84745],[-97.03023,27.84825],[-97.03021,27.84904],[-97.0302,27.84984],[-97.03018,27.85064],[-97.03017,27.85144],[-97.03015,27.85223],[-97.03014,27.85303],[-97.03012,27.85383],[-97.03011,27.85462],[-97.03009,27.85542],[-97.03008,27.85622],[-97.03006,27.85701],[-97.03005,27.85781],[-97.03004,27.85852],[-97.0297,27.85852],[-97.02876,27.8585],[-97.02783,27.85849],[-97.02689,27.85848],[-97.02595,27.85846],[-97.02502,27.85845],[-97.02408,27.85843],[-97.02314,27.85842],[-97.02221,27.85841],[-97.02127,27.85839],[-97.02033,27.85838],[-97.01939,27.85836],[-97.01846,27.85835],[-97.01752,27.85834],[-97.01658,27.85832],[-97.01565,27.85831],[-97.01471,27.85829],[-97.01469,27.85909],[-97.01468,27.85989],[-97.01466,27.86068],[-97.01465,27.86148],[-97.01463,27.86228],[-97.01462,27.86307],[-97.0146,27.86387],[-97.01459,27.86467],[-97.01457,27.86547],[-97.01456,27.86626],[-97.01454,27.86706],[-97.01453,27.86786],[-97.01451,27.86865],[-97.0145,27.86945],[-97.01448,27.87025],[-97.01447,27.87104],[-97.01445,27.87184],[-97.01443,27.87264],[-97.01442,27.87343],[-97.0144,27.87423],[-97.01439,27.87503],[-97.01437,27.87582],[-97.01467,27.87583],[-97.01466,27.87631],[-97.01465,27.87711],[-97.01463,27.8779],[-97.01462,27.8787],[-97.0146,27.8795],[-97.01459,27.88029],[-97.01457,27.88109],[-97.01456,27.88189],[-97.01454,27.88268],[-97.01452,27.88348],[-97.01451,27.88428],[-97.01449,27.88507],[-97.01448,27.88587],[-97.01446,27.88667],[-97.01445,27.88746],[-97.01443,27.88826],[-97.01442,27.88906],[-97.0144,27.88977],[-97.01408,27.88977],[-97.01314,27.88975],[-97.0122,27.88974],[-97.01127,27.88972],[-97.01033,27.88971],[-97.00939,27.8897],[-97.00846,27.88968],[-97.00752,27.88967],[-97.00658,27.88965],[-97.00564,27.88964],[-97.00471,27.88963],[-97.00377,27.88961],[-97.00283,27.8896],[-97.00189,27.88958],[-97.00096,27.88957],[-97.00002,27.88955],[-96.99908,27.88954],[-96.99907,27.89034],[-96.99905,27.89113],[-96.99904,27.89193],[-96.99902,27.89273],[-96.99901,27.89353],[-96.99899,27.89432],[-96.99898,27.89512],[-96.99896,27.89592],[-96.99895,27.89671],[-96.99893,27.89751],[-96.99891,27.89831],[-96.9989,27.8991],[-96.99888,27.8999],[-96.99887,27.9007],[-96.99885,27.9015],[-96.99884,27.90229],[-96.99882,27.90309],[-96.99881,27.90389],[-96.99879,27.90468],[-96.99878,27.9054],[-96.99846,27.90539],[-96.99752,27.90538],[-96.99658,27.90536],[-96.99565,27.90535],[-96.99471,27.90533],[-96.99377,27.90532],[-96.99283,27.90531],[-96.9919,27.90529],[-96.99096,27.90528],[-96.99002,27.90526],[-96.98908,27.90525],[-96.98815,27.90523],[-96.98721,27.90522],[-96.98627,27.90521],[-96.98533,27.90519],[-96.9844,27.90518],[-96.98346,27.90516],[-96.98344,27.90596],[-96.98343,27.90676],[-96.98341,27.90755],[-96.9834,27.90835],[-96.98338,27.90915],[-96.98337,27.90995],[-96.98335,27.91074],[-96.98334,27.91154],[-96.98332,27.91234],[-96.98331,27.91313],[-96.98329,27.91393],[-96.98327,27.91473],[-96.98326,27.91553],[-96.98324,27.91632],[-96.98323,27.91712],[-96.98321,27.91792],[-96.9832,27.91871],[-96.98318,27.91951],[-96.98317,27.92031],[-96.98315,27.92102],[-96.98284,27.92102],[-96.9819,27.921],[-96.98096,27.92099],[-96.98002,27.92097],[-96.97909,27.92096],[-96.97815,27.92095],[-96.97721,27.92093],[-96.97627,27.92092],[-96.97534,27.9209],[-96.9744,27.92089],[-96.97346,27.92087],[-96.97252,27.92086],[-96.97159,27.92085],[-96.97065,27.92083],[-96.96971,27.92082],[-96.96877,27.9208],[-96.96784,27.92079],[-96.96782,27.92158],[-96.9678,27.92238],[-96.96779,27.92318],[-96.96777,27.92398],[-96.96776,27.92477],[-96.96774,27.92557],[-96.96773,27.92637],[-96.96771,27.92716],[-96.9677,27.92796],[-96.96768,27.92876],[-96.96766,27.92956],[-96.96765,27.93035],[-96.96763,27.93115],[-96.96762,27.93195],[-96.9676,27.93274],[-96.96759,27.93354],[-96.96757,27.93434],[-96.96755,27.93514],[-96.96754,27.93593],[-96.96753,27.93665],[-96.96721,27.93664],[-96.96627,27.93663],[-96.96534,27.93661],[-96.9644,27.9366],[-96.96346,27.93658],[-96.96252,27.93657],[-96.96159,27.93656],[-96.96065,27.93654],[-96.95971,27.93653],[-96.95877,27.93651],[-96.95784,27.9365],[-96.9569,27.93648],[-96.95596,27.93647],[-96.95502,27.93645],[-96.95408,27.93644],[-96.95315,27.93642],[-96.95221,27.93641],[-96.95219,27.93721],[-96.95218,27.938],[-96.95216,27.9388],[-96.95215,27.9396],[-96.95213,27.9404],[-96.95212,27.94119],[-96.9521,27.94199],[-96.95208,27.94279],[-96.95207,27.94358],[-96.95205,27.94438],[-96.95204,27.94518],[-96.95202,27.94598],[-96.95201,27.94677],[-96.95199,27.94757],[-96.95197,27.94837],[-96.95196,27.94917],[-96.95194,27.94996],[-96.95193,27.95076],[-96.95191,27.95156],[-96.95189,27.95235],[-96.95188,27.95315],[-96.95186,27.95395],[-96.95217,27.95395],[-96.95216,27.95443],[-96.95215,27.95522],[-96.95213,27.95602],[-96.95211,27.95682],[-96.9521,27.95762],[-96.95208,27.95841],[-96.95207,27.95921],[-96.95205,27.96001],[-96.95203,27.9608],[-96.95202,27.9616],[-96.952,27.9624],[-96.95199,27.9632],[-96.95197,27.96399],[-96.95196,27.96479],[-96.95194,27.96559],[-96.95192,27.96639],[-96.95191,27.96718],[-96.9519,27.9679],[-96.95159,27.96789],[-96.95065,27.96788],[-96.94971,27.96786],[-96.94877,27.96785],[-96.94784,27.96783],[-96.9469,27.96782],[-96.94596,27.9678],[-96.94502,27.96779],[-96.94409,27.96778],[-96.94315,27.96776],[-96.94221,27.96775],[-96.94127,27.96773],[-96.94033,27.96772],[-96.9394,27.9677],[-96.93846,27.96769],[-96.93752,27.96767],[-96.93658,27.96766],[-96.93658,27.9679],[-96.93596,27.96789],[-96.93503,27.96788],[-96.93409,27.96786],[-96.93315,27.96785],[-96.93221,27.96783],[-96.93127,27.96782],[-96.93034,27.9678],[-96.9294,27.96779],[-96.92846,27.96777],[-96.92752,27.96776],[-96.92659,27.96774],[-96.92565,27.96773],[-96.92471,27.96771],[-96.92377,27.9677],[-96.92283,27.96768],[-96.9219,27.96767],[-96.92096,27.96765],[-96.92094,27.96845],[-96.92093,27.96925],[-96.92091,27.97005],[-96.92089,27.97084],[-96.92088,27.97164],[-96.92086,27.97244],[-96.92085,27.97324],[-96.92083,27.97403],[-96.92081,27.97483],[-96.9208,27.97563],[-96.92078,27.97643],[-96.92077,27.97722],[-96.92075,27.97802],[-96.92073,27.97882],[-96.92072,27.97962],[-96.9207,27.98041],[-96.92069,27.98121],[-96.92067,27.98201],[-96.92065,27.98281],[-96.92064,27.98352],[-96.92034,27.98352],[-96.9194,27.9835],[-96.91847,27.98349],[-96.91753,27.98347],[-96.91659,27.98346],[-96.91565,27.98344],[-96.91471,27.98343],[-96.91378,27.98341],[-96.91284,27.9834],[-96.9119,27.98338],[-96.91096,27.98337],[-96.91002,27.98335],[-96.90909,27.98334],[-96.90815,27.98332],[-96.90721,27.98331],[-96.90627,27.9833],[-96.90533,27.98328],[-96.90532,27.98408],[-96.9053,27.98487],[-96.90529,27.98567],[-96.90527,27.98647],[-96.90525,27.98727],[-96.90524,27.98806],[-96.90522,27.98886],[-96.9052,27.98966],[-96.90519,27.99046],[-96.90517,27.99125],[-96.90516,27.99205],[-96.90514,27.99285],[-96.90512,27.99365],[-96.90511,27.99444],[-96.90509,27.99524],[-96.90508,27.99604],[-96.90506,27.99684],[-96.90504,27.99763],[-96.90503,27.99843],[-96.90501,27.99915],[-96.90472,27.99914],[-96.90378,27.99913],[-96.90284,27.99911],[-96.90191,27.9991],[-96.90097,27.99908],[-96.90003,27.99907],[-96.89909,27.99905],[-96.89815,27.99904],[-96.89722,27.99902],[-96.89628,27.99901],[-96.89534,27.99899],[-96.8944,27.99898],[-96.89346,27.99896],[-96.89252,27.99895],[-96.89159,27.99893],[-96.89065,27.99892],[-96.88971,27.9989],[-96.88969,27.9997],[-96.88968,28.0005],[-96.88966,28.00129],[-96.88964,28.00209],[-96.88963,28.00289],[-96.88961,28.00369],[-96.8896,28.00448],[-96.88958,28.00528],[-96.88956,28.00608],[-96.88955,28.00688],[-96.88953,28.00768],[-96.88952,28.00847],[-96.8895,28.00927],[-96.88948,28.01007],[-96.88947,28.01087],[-96.88945,28.01166],[-96.88943,28.01246],[-96.88942,28.01326],[-96.8894,28.01406],[-96.88939,28.01485],[-96.88937,28.01565],[-96.88935,28.01645],[-96.88967,28.01645],[-96.88966,28.01692],[-96.88964,28.01772],[-96.88963,28.01852],[-96.88961,28.01931],[-96.88959,28.02011],[-96.88958,28.02091],[-96.88956,28.02171],[-96.88955,28.02251],[-96.88953,28.0233],[-96.88951,28.0241],[-96.8895,28.0249],[-96.88948,28.0257],[-96.88946,28.0265],[-96.88945,28.02729],[-96.88943,28.02809],[-96.88942,28.02889],[-96.8894,28.02969],[-96.88939,28.0304],[-96.8891,28.0304],[-96.88816,28.03038],[-96.88722,28.03037],[-96.88628,28.03035],[-96.88534,28.03034],[-96.8844,28.03032],[-96.88347,28.03031],[-96.88253,28.03029],[-96.88159,28.03028],[-96.88065,28.03026],[-96.87971,28.03025],[-96.87878,28.03023],[-96.87784,28.03022],[-96.8769,28.0302],[-96.87596,28.03019],[-96.87502,28.03017],[-96.87408,28.03016],[-96.87408,28.0304],[-96.87347,28.03039],[-96.87253,28.03038],[-96.8716,28.03036],[-96.87066,28.03035],[-96.86972,28.03033],[-96.86878,28.03032],[-96.86784,28.0303],[-96.86691,28.03029],[-96.86597,28.03027],[-96.86503,28.03026],[-96.86409,28.03024],[-96.86315,28.03023],[-96.86221,28.03021],[-96.86128,28.0302],[-96.86034,28.03018],[-96.8594,28.03017],[-96.85846,28.03015],[-96.85844,28.03095],[-96.85843,28.03175],[-96.85841,28.03254],[-96.8584,28.03334],[-96.85838,28.03414],[-96.85836,28.03494],[-96.85835,28.03573],[-96.85833,28.03653],[-96.85831,28.03733],[-96.8583,28.03813],[-96.85828,28.03892],[-96.85826,28.03972],[-96.85825,28.04052],[-96.85823,28.04132],[-96.85821,28.04211],[-96.8582,28.04291],[-96.85818,28.04371],[-96.85816,28.04451],[-96.85815,28.0453],[-96.85813,28.04602],[-96.85785,28.04602],[-96.85691,28.046],[-96.85598,28.04598],[-96.85504,28.04597],[-96.8541,28.04595],[-96.85316,28.04594],[-96.85222,28.04592],[-96.85128,28.04591],[-96.85034,28.04589],[-96.84941,28.04588],[-96.84847,28.04586],[-96.84753,28.04585],[-96.84659,28.04583],[-96.84565,28.04582],[-96.84471,28.0458],[-96.84377,28.04579],[-96.84284,28.04577],[-96.84282,28.04657],[-96.8428,28.04737],[-96.84279,28.04816],[-96.84277,28.04896],[-96.84275,28.04976],[-96.84274,28.05056],[-96.84272,28.05135],[-96.8427,28.05215],[-96.84269,28.05295],[-96.84267,28.05375],[-96.84265,28.05455],[-96.84264,28.05534],[-96.84262,28.05614],[-96.8426,28.05694],[-96.84259,28.05774],[-96.84257,28.05853],[-96.84255,28.05933],[-96.84254,28.06013],[-96.84252,28.06093],[-96.84251,28.06164],[-96.84223,28.06164],[-96.84129,28.06162],[-96.84035,28.06161],[-96.83941,28.06159],[-96.83847,28.06158],[-96.83753,28.06156],[-96.8366,28.06155],[-96.83566,28.06153],[-96.83472,28.06152],[-96.83378,28.0615],[-96.83284,28.06149],[-96.8319,28.06147],[-96.83096,28.06145],[-96.83002,28.06144],[-96.82909,28.06142],[-96.82815,28.06141],[-96.82721,28.06139],[-96.82719,28.06219],[-96.82718,28.06299],[-96.82716,28.06379],[-96.82714,28.06458],[-96.82713,28.06538],[-96.82711,28.06618],[-96.82709,28.06698],[-96.82708,28.06778],[-96.82706,28.06857],[-96.82704,28.06937],[-96.82702,28.07017],[-96.82701,28.07097],[-96.82699,28.07177],[-96.82697,28.07256],[-96.82696,28.07336],[-96.82694,28.07416],[-96.82692,28.07496],[-96.82691,28.07575],[-96.82689,28.07655],[-96.82688,28.07727],[-96.82661,28.07726],[-96.82567,28.07725],[-96.82473,28.07723],[-96.82379,28.07722],[-96.82285,28.0772],[-96.82191,28.07719],[-96.82097,28.07717],[-96.82003,28.07716],[-96.8191,28.07714],[-96.81816,28.07713],[-96.81722,28.07711],[-96.81628,28.07709],[-96.81534,28.07708],[-96.8144,28.07706],[-96.81346,28.07705],[-96.81252,28.07703],[-96.81159,28.07702],[-96.81158,28.07727],[-96.81098,28.07726],[-96.81004,28.07725],[-96.80911,28.07723],[-96.80817,28.07722],[-96.80723,28.0772],[-96.80629,28.07719],[-96.80535,28.07717],[-96.80441,28.07716],[-96.80347,28.07714],[-96.80253,28.07712],[-96.80159,28.07711],[-96.80065,28.07709],[-96.79972,28.07708],[-96.79878,28.07706],[-96.79784,28.07705],[-96.7969,28.07703],[-96.79596,28.07701],[-96.79594,28.07781],[-96.79593,28.07861],[-96.79591,28.07941],[-96.79589,28.08021],[-96.79587,28.081],[-96.79586,28.0818],[-96.79584,28.0826],[-96.79582,28.0834],[-96.79581,28.0842],[-96.79579,28.08499],[-96.79577,28.08579],[-96.79576,28.08659],[-96.79574,28.08739],[-96.79572,28.08819],[-96.7957,28.08898],[-96.79569,28.08978],[-96.79567,28.09058],[-96.79565,28.09138],[-96.79564,28.09218],[-96.79562,28.09297],[-96.7956,28.09377],[-96.79559,28.09457],[-96.79592,28.09458],[-96.79591,28.09503],[-96.79589,28.09583],[-96.79587,28.09663],[-96.79586,28.09743],[-96.79584,28.09823],[-96.79582,28.09902],[-96.79581,28.09982],[-96.79579,28.10062],[-96.79577,28.10142],[-96.79576,28.10222],[-96.79574,28.10302],[-96.79572,28.10381],[-96.7957,28.10461],[-96.79569,28.10541],[-96.79567,28.10621],[-96.79565,28.10701],[-96.79564,28.1078],[-96.79562,28.10852],[-96.79536,28.10852],[-96.79442,28.1085],[-96.79348,28.10848],[-96.79254,28.10847],[-96.7916,28.10845],[-96.79067,28.10844],[-96.78973,28.10842],[-96.78879,28.10841],[-96.78785,28.10839],[-96.78691,28.10837],[-96.78597,28.10836],[-96.78503,28.10834],[-96.78409,28.10833],[-96.78315,28.10831],[-96.78221,28.1083],[-96.78128,28.10828],[-96.78034,28.10826],[-96.78033,28.10852],[-96.77974,28.10851],[-96.7788,28.1085],[-96.77786,28.10848],[-96.77692,28.10847],[-96.77598,28.10845],[-96.77504,28.10844],[-96.7741,28.10842],[-96.77316,28.1084],[-96.77222,28.10839],[-96.77128,28.10837],[-96.77035,28.10836],[-96.76941,28.10834],[-96.76847,28.10832],[-96.76753,28.10831],[-96.76659,28.10829],[-96.76565,28.10828],[-96.76471,28.10826],[-96.76469,28.10906],[-96.76468,28.10986],[-96.76466,28.11066],[-96.76464,28.11145],[-96.76462,28.11225],[-96.76461,28.11305],[-96.76459,28.11385],[-96.76457,28.11465],[-96.76456,28.11545],[-96.76454,28.11624],[-96.76452,28.11704],[-96.7645,28.11784],[-96.76449,28.11864],[-96.76447,28.11944],[-96.76445,28.12024],[-96.76444,28.12103],[-96.76442,28.12183],[-96.7644,28.12263],[-96.76438,28.12343],[-96.76437,28.12415],[-96.76412,28.12414],[-96.76318,28.12413],[-96.76224,28.12411],[-96.7613,28.12409],[-96.76036,28.12408],[-96.75942,28.12406],[-96.75848,28.12405],[-96.75754,28.12403],[-96.7566,28.12401],[-96.75566,28.124],[-96.75472,28.12398],[-96.75378,28.12397],[-96.75284,28.12395],[-96.7519,28.12393],[-96.75096,28.12392],[-96.75002,28.1239],[-96.74908,28.12389],[-96.74908,28.12415],[-96.74849,28.12414],[-96.74755,28.12412],[-96.74661,28.12411],[-96.74567,28.12409],[-96.74473,28.12408],[-96.7438,28.12406],[-96.74286,28.12404],[-96.74192,28.12403],[-96.74098,28.12401],[-96.74004,28.124],[-96.7391,28.12398],[-96.73816,28.12396],[-96.73722,28.12395],[-96.73628,28.12393],[-96.73534,28.12391],[-96.7344,28.1239],[-96.73346,28.12388],[-96.73344,28.12468],[-96.73342,28.12548],[-96.73341,28.12628],[-96.73339,28.12708],[-96.73337,28.12787],[-96.73335,28.12867],[-96.73334,28.12947],[-96.73332,28.13027],[-96.7333,28.13107],[-96.73328,28.13187],[-96.73327,28.13266],[-96.73325,28.13346],[-96.73323,28.13426],[-96.73322,28.13506],[-96.7332,28.13586],[-96.73318,28.13666],[-96.73316,28.13745],[-96.73315,28.13825],[-96.73313,28.13905],[-96.73311,28.13985],[-96.73309,28.14065],[-96.73308,28.14145],[-96.73342,28.14145],[-96.73341,28.1419],[-96.73339,28.1427],[-96.73337,28.1435],[-96.73335,28.1443],[-96.73334,28.1451],[-96.73332,28.14589],[-96.7333,28.14669],[-96.73328,28.14749],[-96.73327,28.14829],[-96.73325,28.14909],[-96.73323,28.14989],[-96.73321,28.15068],[-96.7332,28.15148],[-96.73318,28.15228],[-96.73316,28.15308],[-96.73314,28.15388],[-96.73313,28.15468],[-96.73311,28.15539],[-96.73287,28.15539],[-96.73193,28.15537],[-96.73099,28.15536],[-96.73005,28.15534],[-96.72911,28.15532],[-96.72817,28.15531],[-96.72723,28.15529],[-96.72629,28.15528],[-96.72535,28.15526],[-96.72441,28.15524],[-96.72347,28.15523],[-96.72253,28.15521],[-96.72159,28.15519],[-96.72065,28.15518],[-96.71971,28.15516],[-96.71878,28.15515],[-96.71784,28.15513],[-96.71783,28.1554],[-96.71725,28.15539],[-96.71631,28.15537],[-96.71537,28.15536],[-96.71443,28.15534],[-96.71349,28.15532],[-96.71255,28.15531],[-96.71161,28.15529],[-96.71067,28.15528],[-96.70973,28.15526],[-96.70879,28.15524],[-96.70785,28.15523],[-96.70691,28.15521],[-96.70597,28.15519],[-96.70503,28.15518],[-96.70409,28.15516],[-96.70315,28.15514],[-96.70221,28.15513],[-96.70219,28.15593],[-96.70218,28.15673],[-96.70216,28.15752],[-96.70214,28.15832],[-96.70212,28.15912],[-96.70211,28.15992],[-96.70209,28.16072],[-96.70207,28.16152],[-96.70205,28.16232],[-96.70204,28.16311],[-96.70202,28.16391],[-96.702,28.16471],[-96.70198,28.16551],[-96.70196,28.16631],[-96.70195,28.16711],[-96.70193,28.1679],[-96.70191,28.1687],[-96.70189,28.1695],[-96.70188,28.1703],[-96.70186,28.17102],[-96.70162,28.17101],[-96.70068,28.171],[-96.69974,28.17098],[-96.6988,28.17097],[-96.69786,28.17095],[-96.69692,28.17093],[-96.69598,28.17092],[-96.69504,28.1709],[-96.6941,28.17088],[-96.69316,28.17087],[-96.69222,28.17085],[-96.69128,28.17083],[-96.69034,28.17082],[-96.6894,28.1708],[-96.68846,28.17078],[-96.68752,28.17077],[-96.68658,28.17075],[-96.68658,28.17102],[-96.686,28.17101],[-96.68506,28.171],[-96.68412,28.17098],[-96.68318,28.17096],[-96.68224,28.17095],[-96.6813,28.17093],[-96.68036,28.17091],[-96.67942,28.1709],[-96.67848,28.17088],[-96.67754,28.17087],[-96.6766,28.17085],[-96.67566,28.17083],[-96.67472,28.17082],[-96.67378,28.1708],[-96.67284,28.17078],[-96.6719,28.17077],[-96.67096,28.17075],[-96.67094,28.17155],[-96.67093,28.17235],[-96.67091,28.17315],[-96.67089,28.17394],[-96.67087,28.17474],[-96.67085,28.17554],[-96.67084,28.17634],[-96.67082,28.17714],[-96.6708,28.17794],[-96.67078,28.17874],[-96.67076,28.17953],[-96.67075,28.18033],[-96.67073,28.18113],[-96.67071,28.18193],[-96.67069,28.18273],[-96.67067,28.18353],[-96.67066,28.18433],[-96.67064,28.18512],[-96.67062,28.18592],[-96.6706,28.18664],[-96.67038,28.18664],[-96.66944,28.18662],[-96.6685,28.1866],[-96.66756,28.18659],[-96.66662,28.18657],[-96.66568,28.18655],[-96.66474,28.18654],[-96.6638,28.18652],[-96.66286,28.18651],[-96.66192,28.18649],[-96.66098,28.18647],[-96.66004,28.18646],[-96.6591,28.18644],[-96.65816,28.18642],[-96.65722,28.18641],[-96.65628,28.18639],[-96.65534,28.18637],[-96.65532,28.18717],[-96.6553,28.18797],[-96.65528,28.18877],[-96.65526,28.18957],[-96.65525,28.19037],[-96.65523,28.19116],[-96.65521,28.19196],[-96.65519,28.19276],[-96.65517,28.19356],[-96.65516,28.19436],[-96.65514,28.19516],[-96.65512,28.19596],[-96.6551,28.19676],[-96.65508,28.19755],[-96.65506,28.19835],[-96.65505,28.19915],[-96.65503,28.19995],[-96.65501,28.20075],[-96.65499,28.20155],[-96.65498,28.20227],[-96.65476,28.20226],[-96.65382,28.20225],[-96.65288,28.20223],[-96.65194,28.20221],[-96.651,28.2022],[-96.65005,28.20218],[-96.64911,28.20216],[-96.64817,28.20215],[-96.64723,28.20213],[-96.64629,28.20211],[-96.64535,28.2021],[-96.64441,28.20208],[-96.64347,28.20206],[-96.64253,28.20205],[-96.64159,28.20203],[-96.64065,28.20201],[-96.63971,28.202],[-96.63969,28.20279],[-96.63968,28.20359],[-96.63966,28.20439],[-96.63964,28.20519],[-96.63962,28.20599],[-96.6396,28.20679],[-96.63958,28.20759],[-96.63957,28.20839],[-96.63955,28.20919],[-96.63953,28.20998],[-96.63951,28.21078],[-96.63949,28.21158],[-96.63948,28.21238],[-96.63946,28.21318],[-96.63944,28.21398],[-96.63942,28.21478],[-96.6394,28.21558],[-96.63938,28.21638],[-96.63937,28.21717],[-96.63935,28.21789],[-96.63913,28.21789],[-96.63819,28.21787],[-96.63725,28.21786],[-96.63631,28.21784],[-96.63537,28.21782],[-96.63443,28.21781],[-96.63349,28.21779],[-96.63255,28.21777],[-96.63161,28.21775],[-96.63067,28.21774],[-96.62973,28.21772],[-96.62879,28.2177],[-96.62785,28.21769],[-96.6269,28.21767],[-96.62596,28.21765],[-96.62502,28.21764],[-96.62408,28.21762],[-96.62408,28.2179],[-96.6235,28.21789],[-96.62256,28.21787],[-96.62162,28.21786],[-96.62068,28.21784],[-96.61974,28.21782],[-96.6188,28.21781],[-96.61786,28.21779],[-96.61692,28.21777],[-96.61598,28.21775],[-96.61504,28.21774],[-96.6141,28.21772],[-96.61316,28.2177],[-96.61222,28.21769],[-96.61128,28.21767],[-96.61034,28.21765],[-96.6094,28.21764],[-96.60846,28.21762],[-96.60844,28.21842],[-96.60843,28.21922],[-96.60841,28.22001],[-96.60839,28.22081],[-96.60837,28.22161],[-96.60835,28.22241],[-96.60833,28.22321],[-96.60831,28.22401],[-96.6083,28.22481],[-96.60828,28.22561],[-96.60826,28.22641],[-96.60824,28.2272],[-96.60822,28.228],[-96.6082,28.2288],[-96.60819,28.2296],[-96.60817,28.2304],[-96.60815,28.2312],[-96.60813,28.232],[-96.60811,28.2328],[-96.6081,28.23352],[-96.60789,28.23351],[-96.60695,28.2335],[-96.60601,28.23348],[-96.60506,28.23346],[-96.60412,28.23344],[-96.60318,28.23343],[-96.60224,28.23341],[-96.6013,28.23339],[-96.60036,28.23338],[-96.59942,28.23336],[-96.59848,28.23334],[-96.59754,28.23332],[-96.5966,28.23331],[-96.59566,28.23329],[-96.59472,28.23327],[-96.59378,28.23326],[-96.59284,28.23324],[-96.59283,28.23353],[-96.59226,28.23351],[-96.59132,28.2335],[-96.59038,28.23348],[-96.58944,28.23346],[-96.5885,28.23345],[-96.58756,28.23343],[-96.58662,28.23341],[-96.58568,28.23339],[-96.58474,28.23338],[-96.5838,28.23336],[-96.58286,28.23334],[-96.58192,28.23333],[-96.58098,28.23331],[-96.58003,28.23329],[-96.57909,28.23327],[-96.57815,28.23326],[-96.57721,28.23324],[-96.57719,28.23404],[-96.57717,28.23484],[-96.57716,28.23564],[-96.57714,28.23644],[-96.57712,28.23724],[-96.5771,28.23803],[-96.57708,28.23883],[-96.57706,28.23963],[-96.57704,28.24043],[-96.57703,28.24123],[-96.57701,28.24203],[-96.57699,28.24283],[-96.57697,28.24363],[-96.57695,28.24443],[-96.57693,28.24523],[-96.57691,28.24603],[-96.57689,28.24682],[-96.57688,28.24762],[-96.57686,28.24842],[-96.57684,28.24914],[-96.57664,28.24914],[-96.5757,28.24912],[-96.57476,28.24911],[-96.57382,28.24909],[-96.57288,28.24907],[-96.57194,28.24905],[-96.571,28.24904],[-96.57006,28.24902],[-96.56911,28.249],[-96.56817,28.24898],[-96.56723,28.24897],[-96.56629,28.24895],[-96.56535,28.24893],[-96.56441,28.24891],[-96.56347,28.2489],[-96.56253,28.24888],[-96.56159,28.24886],[-96.56157,28.24966],[-96.56155,28.25046],[-96.56153,28.25126],[-96.56151,28.25206],[-96.56149,28.25286],[-96.56147,28.25366],[-96.56146,28.25446],[-96.56144,28.25526],[-96.56142,28.25605],[-96.5614,28.25685],[-96.56138,28.25765],[-96.56136,28.25845],[-96.56134,28.25925],[-96.56132,28.26005],[-96.56131,28.26085],[-96.56129,28.26165],[-96.56127,28.26245],[-96.56125,28.26325],[-96.56123,28.26405],[-96.56121,28.26477],[-96.56102,28.26476],[-96.56008,28.26475],[-96.55914,28.26473],[-96.55819,28.26471],[-96.55725,28.26469],[-96.55631,28.26468],[-96.55537,28.26466],[-96.55443,28.26464],[-96.55349,28.26462],[-96.55255,28.26461],[-96.55161,28.26459],[-96.55067,28.26457],[-96.54973,28.26455],[-96.54878,28.26454],[-96.54784,28.26452],[-96.5469,28.2645],[-96.54596,28.26448],[-96.54595,28.26477],[-96.5454,28.26476],[-96.54445,28.26474],[-96.54351,28.26473],[-96.54257,28.26471],[-96.54163,28.26469],[-96.54069,28.26467],[-96.53975,28.26466],[-96.53881,28.26464],[-96.53787,28.26462],[-96.53692,28.2646],[-96.53598,28.26459],[-96.53504,28.26457],[-96.5341,28.26455],[-96.53316,28.26453],[-96.53222,28.26452],[-96.53128,28.2645],[-96.53034,28.26448],[-96.53032,28.26528],[-96.5303,28.26608],[-96.53028,28.26688],[-96.53026,28.26768],[-96.53024,28.26848],[-96.53022,28.26928],[-96.5302,28.27008],[-96.53018,28.27088],[-96.53017,28.27168],[-96.53015,28.27248],[-96.53013,28.27327],[-96.53011,28.27407],[-96.53009,28.27487],[-96.53007,28.27567],[-96.53005,28.27647],[-96.53003,28.27727],[-96.53001,28.27807],[-96.52999,28.27887],[-96.52997,28.27967],[-96.52996,28.28039],[-96.52977,28.28039],[-96.52883,28.28037],[-96.52789,28.28035],[-96.52695,28.28033],[-96.52601,28.28032],[-96.52507,28.2803],[-96.52413,28.28028],[-96.52318,28.28026],[-96.52224,28.28025],[-96.5213,28.28023],[-96.52036,28.28021],[-96.51942,28.28019],[-96.51848,28.28018],[-96.51754,28.28016],[-96.5166,28.28014],[-96.51565,28.28012],[-96.51471,28.2801],[-96.51471,28.2804],[-96.51415,28.28039],[-96.51321,28.28037],[-96.51227,28.28035],[-96.51133,28.28034],[-96.51038,28.28032],[-96.50944,28.2803],[-96.5085,28.28028],[-96.50756,28.28026],[-96.50662,28.28025],[-96.50568,28.28023],[-96.50474,28.28021],[-96.50379,28.28019],[-96.50285,28.28018],[-96.50191,28.28016],[-96.50097,28.28014],[-96.50003,28.28012],[-96.49909,28.2801],[-96.49908,28.2804],[-96.49853,28.28039],[-96.49759,28.28037],[-96.49664,28.28035],[-96.4957,28.28033],[-96.49476,28.28032],[-96.49382,28.2803],[-96.49288,28.28028],[-96.49194,28.28026],[-96.49099,28.28025],[-96.49005,28.28023],[-96.48911,28.28021],[-96.48817,28.28019],[-96.48723,28.28017],[-96.48629,28.28016],[-96.48534,28.28014],[-96.4844,28.28012],[-96.48346,28.2801],[-96.48344,28.2809],[-96.48342,28.2817],[-96.4834,28.2825],[-96.48338,28.2833],[-96.48336,28.2841],[-96.48334,28.2849],[-96.48333,28.2857],[-96.48331,28.2865],[-96.48329,28.2873],[-96.48327,28.2881],[-96.48325,28.2889],[-96.48323,28.2897],[-96.48321,28.2905],[-96.48319,28.2913],[-96.48317,28.2921],[-96.48315,28.2929],[-96.48313,28.2937],[-96.48311,28.2945],[-96.48309,28.29529],[-96.48307,28.29602],[-96.4829,28.29601],[-96.48196,28.296],[-96.48102,28.29598],[-96.48008,28.29596],[-96.47914,28.29594],[-96.4782,28.29592],[-96.47725,28.29591],[-96.47631,28.29589],[-96.47537,28.29587],[-96.47443,28.29585],[-96.47349,28.29583],[-96.47255,28.29582],[-96.4716,28.2958],[-96.47066,28.29578],[-96.46972,28.29576],[-96.46878,28.29574],[-96.46784,28.29573],[-96.46783,28.29602],[-96.46728,28.29601],[-96.46634,28.29599],[-96.4654,28.29598],[-96.46446,28.29596],[-96.46351,28.29594],[-96.46257,28.29592],[-96.46163,28.2959],[-96.46069,28.29589],[-96.45975,28.29587],[-96.45881,28.29585],[-96.45786,28.29583],[-96.45692,28.29581],[-96.45598,28.29579],[-96.45504,28.29578],[-96.4541,28.29576],[-96.45316,28.29574],[-96.45221,28.29572],[-96.45219,28.29652],[-96.45217,28.29732],[-96.45215,28.29812],[-96.45213,28.29892],[-96.45211,28.29972],[-96.4521,28.30052],[-96.45208,28.30132],[-96.45206,28.30212],[-96.45204,28.30292],[-96.45202,28.30372],[-96.452,28.30452],[-96.45198,28.30532],[-96.45196,28.30612],[-96.45194,28.30692],[-96.45192,28.30772],[-96.4519,28.30852],[-96.45188,28.30932],[-96.45186,28.31012],[-96.45184,28.31092],[-96.45182,28.31164],[-96.45166,28.31164],[-96.45072,28.31162],[-96.44977,28.3116],[-96.44883,28.31158],[-96.44789,28.31156],[-96.44695,28.31155],[-96.44601,28.31153],[-96.44507,28.31151],[-96.44412,28.31149],[-96.44318,28.31147],[-96.44224,28.31145],[-96.4413,28.31144],[-96.44036,28.31142],[-96.43941,28.3114],[-96.43847,28.31138],[-96.43753,28.31136],[-96.43659,28.31134],[-96.43658,28.31165],[-96.43603,28.31164],[-96.43509,28.31162],[-96.43415,28.3116],[-96.43321,28.31158],[-96.43227,28.31156],[-96.43132,28.31155],[-96.43038,28.31153],[-96.42944,28.31151],[-96.4285,28.31149],[-96.42756,28.31147],[-96.42661,28.31145],[-96.42567,28.31143],[-96.42473,28.31142],[-96.42379,28.3114],[-96.42285,28.31138],[-96.4219,28.31136],[-96.42096,28.31134],[-96.42095,28.31165],[-96.42041,28.31164],[-96.41947,28.31162],[-96.41853,28.3116],[-96.41759,28.31158],[-96.41665,28.31156],[-96.4157,28.31155],[-96.41476,28.31153],[-96.41382,28.31151],[-96.41288,28.31149],[-96.41193,28.31147],[-96.41099,28.31145],[-96.41005,28.31144],[-96.40911,28.31142],[-96.40817,28.3114],[-96.40722,28.31138],[-96.40628,28.31136],[-96.40534,28.31134],[-96.40532,28.31214],[-96.4053,28.31294],[-96.40528,28.31374],[-96.40526,28.31454],[-96.40524,28.31534],[-96.40522,28.31614],[-96.4052,28.31694],[-96.40518,28.31774],[-96.40516,28.31854],[-96.40514,28.31934],[-96.40512,28.32014],[-96.4051,28.32094],[-96.40508,28.32174],[-96.40506,28.32254],[-96.40504,28.32334],[-96.40502,28.32414],[-96.405,28.32494],[-96.40498,28.32574],[-96.40496,28.32654],[-96.40494,28.32727],[-96.40479,28.32726],[-96.40385,28.32724],[-96.40291,28.32723],[-96.40196,28.32721],[-96.40102,28.32719],[-96.40008,28.32717],[-96.39914,28.32715],[-96.39819,28.32713],[-96.39725,28.32711],[-96.39631,28.3271],[-96.39537,28.32708],[-96.39443,28.32706],[-96.39348,28.32704],[-96.39254,28.32702],[-96.3916,28.327],[-96.39066,28.32698],[-96.38971,28.32697],[-96.38969,28.32777],[-96.38967,28.32857],[-96.38965,28.32937],[-96.38963,28.33017],[-96.38961,28.33097],[-96.38959,28.33177],[-96.38957,28.33257],[-96.38955,28.33337],[-96.38953,28.33417],[-96.38951,28.33497],[-96.38949,28.33577],[-96.38947,28.33657],[-96.38945,28.33737],[-96.38943,28.33817],[-96.38941,28.33897],[-96.38939,28.33977],[-96.38937,28.34057],[-96.38935,28.34137],[-96.38933,28.34217],[-96.38931,28.34297],[-96.38929,28.34377],[-96.38927,28.34457],[-96.38966,28.34458],[-96.38965,28.34499],[-96.38963,28.34579],[-96.38961,28.34659],[-96.38959,28.34739],[-96.38957,28.34819],[-96.38955,28.34899],[-96.38953,28.34979],[-96.38951,28.35059],[-96.38949,28.35139],[-96.38947,28.35219],[-96.38945,28.35299],[-96.38943,28.35379],[-96.38941,28.35459],[-96.38939,28.35539],[-96.38937,28.35619],[-96.38935,28.35699],[-96.38933,28.35779],[-96.38931,28.35851],[-96.38917,28.35851],[-96.38822,28.35849],[-96.38728,28.35847],[-96.38634,28.35845],[-96.3854,28.35844],[-96.38446,28.35842],[-96.38351,28.3584],[-96.38257,28.35838],[-96.38163,28.35836],[-96.38069,28.35834],[-96.37974,28.35832],[-96.3788,28.35831],[-96.37786,28.35829],[-96.37692,28.35827],[-96.37597,28.35825],[-96.37503,28.35823],[-96.37409,28.35821],[-96.37407,28.35901],[-96.37405,28.35981],[-96.37403,28.36061],[-96.37401,28.36141],[-96.37399,28.36221],[-96.37397,28.36301],[-96.37395,28.36381],[-96.37393,28.36461],[-96.3739,28.36541],[-96.37388,28.36621],[-96.37386,28.36701],[-96.37384,28.36782],[-96.37382,28.36862],[-96.3738,28.36942],[-96.37378,28.37022],[-96.37376,28.37102],[-96.37374,28.37182],[-96.37372,28.37262],[-96.3737,28.37342],[-96.37368,28.37422],[-96.37366,28.37502],[-96.37364,28.37582],[-96.37404,28.37583],[-96.37403,28.37624],[-96.37401,28.37704],[-96.37399,28.37784],[-96.37397,28.37864],[-96.37395,28.37944],[-96.37393,28.38024],[-96.37391,28.38104],[-96.37389,28.38184],[-96.37387,28.38264],[-96.37385,28.38344],[-96.37383,28.38424],[-96.3738,28.38504],[-96.37378,28.38584],[-96.37376,28.38664],[-96.37374,28.38744],[-96.37372,28.38824],[-96.3737,28.38904],[-96.37368,28.38984],[-96.37366,28.39064],[-96.37364,28.39144],[-96.37458,28.39146],[-96.37553,28.39148],[-96.37647,28.3915],[-96.37741,28.39152],[-96.37836,28.39154],[-96.3793,28.39156],[-96.38024,28.39157],[-96.38118,28.39159],[-96.38213,28.39161],[-96.38307,28.39163],[-96.38401,28.39165],[-96.38495,28.39167],[-96.3859,28.39169],[-96.38684,28.3917],[-96.38778,28.39172],[-96.38872,28.39174],[-96.38966,28.39176],[-96.38965,28.39186],[-96.38963,28.39266],[-96.38961,28.39346],[-96.38959,28.39427],[-96.38957,28.39507],[-96.38955,28.39587],[-96.38953,28.39667],[-96.38951,28.39747],[-96.38949,28.39827],[-96.38947,28.39907],[-96.38945,28.39987],[-96.38943,28.40067],[-96.38941,28.40147],[-96.38939,28.40227],[-96.38937,28.40307],[-96.38935,28.40387],[-96.38933,28.40467],[-96.38931,28.40547],[-96.38929,28.40627],[-96.38927,28.40707],[-96.38966,28.40707],[-96.38965,28.40749],[-96.38963,28.40829],[-96.38961,28.40909],[-96.38959,28.40989],[-96.38957,28.41069],[-96.38955,28.41149],[-96.38953,28.41229],[-96.38951,28.41309],[-96.38949,28.41389],[-96.38947,28.41469],[-96.38945,28.41549],[-96.38943,28.41629],[-96.38941,28.41709],[-96.38939,28.41789],[-96.38937,28.41869],[-96.38935,28.41949],[-96.38933,28.42029],[-96.38931,28.42109],[-96.38929,28.42189],[-96.38927,28.42269],[-96.38966,28.4227],[-96.38965,28.42311],[-96.38963,28.42391],[-96.38961,28.42471],[-96.38959,28.42551],[-96.38957,28.42631],[-96.38955,28.42711],[-96.38953,28.42791],[-96.38951,28.42871],[-96.38949,28.42951],[-96.38947,28.43031],[-96.38945,28.43111],[-96.38943,28.43191],[-96.38941,28.43271],[-96.38939,28.43351],[-96.38937,28.43431],[-96.38935,28.43511],[-96.38933,28.43591],[-96.38931,28.43671],[-96.38929,28.43751],[-96.38927,28.43831],[-96.38966,28.43832],[-96.38965,28.43874],[-96.38963,28.43954],[-96.38961,28.44034],[-96.38959,28.44114],[-96.38957,28.44194],[-96.38955,28.44274],[-96.38953,28.44354],[-96.38951,28.44434],[-96.38949,28.44514],[-96.38947,28.44594],[-96.38945,28.44674],[-96.38943,28.44754],[-96.38941,28.44834],[-96.38939,28.44914],[-96.38937,28.44994],[-96.38935,28.45074],[-96.38933,28.45154],[-96.38931,28.45234],[-96.38929,28.45314],[-96.38927,28.45394],[-96.38966,28.45395],[-96.38965,28.45437],[-96.38963,28.45517],[-96.38961,28.45597],[-96.38959,28.45677],[-96.38957,28.45757],[-96.38955,28.45837],[-96.38953,28.45917],[-96.38951,28.45997],[-96.38949,28.46077],[-96.38947,28.46157],[-96.38945,28.46237],[-96.38943,28.46317],[-96.38941,28.46397],[-96.38939,28.46477],[-96.38937,28.46557],[-96.38935,28.46637],[-96.38933,28.46717],[-96.38931,28.46797],[-96.38929,28.46877],[-96.38927,28.46957],[-96.39021,28.46959],[-96.39115,28.4696],[-96.3921,28.46962],[-96.39304,28.46964],[-96.39398,28.46966],[-96.39492,28.46968],[-96.39587,28.4697],[-96.39681,28.46972],[-96.39775,28.46973],[-96.39869,28.46975],[-96.39964,28.46977],[-96.40058,28.46979],[-96.40152,28.46981],[-96.40247,28.46983],[-96.40341,28.46984],[-96.40435,28.46986],[-96.40529,28.46988],[-96.40624,28.4699],[-96.40718,28.46992],[-96.40719,28.46961],[-96.40772,28.46962],[-96.40867,28.46964],[-96.40961,28.46966],[-96.41055,28.46968],[-96.41149,28.4697],[-96.41244,28.46972],[-96.41338,28.46973],[-96.41432,28.46975],[-96.41526,28.46977],[-96.41621,28.46979],[-96.41715,28.46981],[-96.41809,28.46983],[-96.41903,28.46985],[-96.41998,28.46986],[-96.42092,28.46988],[-96.42186,28.4699],[-96.4228,28.46992],[-96.42282,28.46912],[-96.42284,28.46832],[-96.42286,28.46752],[-96.42288,28.46672],[-96.4229,28.46592],[-96.42292,28.46512],[-96.42294,28.46432],[-96.42296,28.46352],[-96.42298,28.46272],[-96.423,28.46192],[-96.42302,28.46112],[-96.42304,28.46032],[-96.42306,28.45952],[-96.42308,28.45872],[-96.4231,28.45792],[-96.42312,28.45712],[-96.42314,28.45632],[-96.42316,28.45552],[-96.42318,28.45472],[-96.4232,28.454],[-96.42335,28.454],[-96.42429,28.45402],[-96.42523,28.45404],[-96.42618,28.45405],[-96.42712,28.45407],[-96.42806,28.45409],[-96.429,28.45411],[-96.42995,28.45413],[-96.43089,28.45414],[-96.43183,28.45416],[-96.43277,28.45418],[-96.43372,28.4542],[-96.43466,28.45422],[-96.4356,28.45424],[-96.43654,28.45425],[-96.43748,28.45427],[-96.43843,28.45429],[-96.43843,28.45399],[-96.43898,28.454],[-96.43992,28.45401],[-96.44086,28.45403],[-96.4418,28.45405],[-96.44275,28.45407],[-96.44369,28.45409],[-96.44463,28.45411],[-96.44557,28.45412],[-96.44652,28.45414],[-96.44746,28.45416],[-96.4484,28.45418],[-96.44934,28.4542],[-96.45028,28.45421],[-96.45123,28.45423],[-96.45217,28.45425],[-96.45311,28.45427],[-96.45405,28.45429],[-96.45407,28.45349],[-96.45409,28.45269],[-96.45411,28.45189],[-96.45413,28.45109],[-96.45415,28.45029],[-96.45417,28.44949],[-96.45419,28.44869],[-96.45421,28.44789],[-96.45423,28.44709],[-96.45425,28.44629],[-96.45427,28.44549],[-96.45429,28.44469],[-96.45431,28.44389],[-96.45433,28.44309],[-96.45435,28.44229],[-96.45437,28.44149],[-96.45439,28.44068],[-96.45441,28.43988],[-96.45443,28.43908],[-96.45445,28.43836],[-96.45461,28.43836],[-96.45555,28.43838],[-96.45649,28.4384],[-96.45743,28.43842],[-96.45837,28.43844],[-96.45932,28.43846],[-96.46026,28.43847],[-96.4612,28.43849],[-96.46214,28.43851],[-96.46308,28.43853],[-96.46403,28.43855],[-96.46497,28.43856],[-96.46591,28.43858],[-96.46685,28.4386],[-96.46779,28.43862],[-96.46874,28.43864],[-96.46968,28.43865],[-96.46969,28.43836],[-96.47023,28.43837],[-96.47117,28.43839],[-96.47212,28.4384],[-96.47306,28.43842],[-96.474,28.43844],[-96.47494,28.43846],[-96.47588,28.43848],[-96.47683,28.43849],[-96.47777,28.43851],[-96.47871,28.43853],[-96.47965,28.43855],[-96.48059,28.43856],[-96.48153,28.43858],[-96.48248,28.4386],[-96.48342,28.43862],[-96.48436,28.43864],[-96.4853,28.43865],[-96.48532,28.43786],[-96.48534,28.43706],[-96.48536,28.43626],[-96.48538,28.43546],[-96.4854,28.43466],[-96.48542,28.43386],[-96.48544,28.43306],[-96.48546,28.43226],[-96.48548,28.43146],[-96.4855,28.43066],[-96.48552,28.42986],[-96.48554,28.42906],[-96.48556,28.42826],[-96.48557,28.42746],[-96.48559,28.42666],[-96.48561,28.42586],[-96.48563,28.42506],[-96.48565,28.42427],[-96.48567,28.42347],[-96.48568,28.42295],[-96.48579,28.42295],[-96.48674,28.42297],[-96.48768,28.42298],[-96.48863,28.423],[-96.48958,28.42302],[-96.49052,28.42304],[-96.49147,28.42306],[-96.49241,28.42307],[-96.49336,28.42309],[-96.4943,28.42311],[-96.49525,28.42313],[-96.49619,28.42315],[-96.49714,28.42316],[-96.49809,28.42318],[-96.49903,28.4232],[-96.49998,28.42322],[-96.50092,28.42323],[-96.50093,28.42274],[-96.50149,28.42275],[-96.50243,28.42277],[-96.50337,28.42278],[-96.50431,28.4228],[-96.50525,28.42282],[-96.50619,28.42284],[-96.50714,28.42285],[-96.50808,28.42287],[-96.50902,28.42289],[-96.50996,28.42291],[-96.5109,28.42292],[-96.51185,28.42294],[-96.51279,28.42296],[-96.51373,28.42298],[-96.51467,28.423],[-96.51561,28.42301],[-96.51655,28.42303],[-96.51657,28.42223],[-96.51659,28.42143],[-96.51661,28.42063],[-96.51663,28.41983],[-96.51665,28.41903],[-96.51667,28.41823],[-96.51669,28.41743],[-96.51671,28.41663],[-96.51673,28.41584],[-96.51675,28.41504],[-96.51677,28.41424],[-96.51678,28.41344],[-96.5168,28.41264],[-96.51682,28.41184],[-96.51684,28.41104],[-96.51686,28.41024],[-96.51688,28.40944],[-96.5169,28.40864],[-96.51692,28.40784],[-96.51694,28.40712],[-96.51711,28.40712],[-96.51806,28.40714],[-96.519,28.40716],[-96.51994,28.40718],[-96.52088,28.40719],[-96.52182,28.40721],[-96.52276,28.40723],[-96.5237,28.40725],[-96.52465,28.40726],[-96.52559,28.40728],[-96.52653,28.4073],[-96.52747,28.40732],[-96.52841,28.40733],[-96.52935,28.40735],[-96.53029,28.40737],[-96.53124,28.40739],[-96.53218,28.4074],[-96.53218,28.40711],[-96.53274,28.40712],[-96.53368,28.40714],[-96.53462,28.40716],[-96.53556,28.40718],[-96.5365,28.40719],[-96.53745,28.40721],[-96.53839,28.40723],[-96.53933,28.40725],[-96.54027,28.40726],[-96.54121,28.40728],[-96.54215,28.4073],[-96.5431,28.40732],[-96.54404,28.40733],[-96.54498,28.40735],[-96.54592,28.40737],[-96.54686,28.40739],[-96.5478,28.4074],[-96.54782,28.4066],[-96.54784,28.4058],[-96.54786,28.405],[-96.54788,28.40421],[-96.5479,28.40341],[-96.54792,28.40261],[-96.54794,28.40181],[-96.54795,28.40101],[-96.54797,28.40021],[-96.54799,28.39941],[-96.54801,28.39861],[-96.54803,28.39781],[-96.54805,28.39701],[-96.54807,28.39621],[-96.54809,28.39541],[-96.54811,28.39461],[-96.54812,28.39381],[-96.54814,28.39301],[-96.54816,28.39221],[-96.54818,28.39149],[-96.54837,28.3915],[-96.54931,28.39151],[-96.55025,28.39153],[-96.55119,28.39155],[-96.55213,28.39157],[-96.55307,28.39158],[-96.55401,28.3916],[-96.55496,28.39162],[-96.5559,28.39164],[-96.55684,28.39165],[-96.55778,28.39167],[-96.55872,28.39169],[-96.55966,28.39171],[-96.5606,28.39172],[-96.56155,28.39174],[-96.56249,28.39176],[-96.56343,28.39178],[-96.56344,28.39149],[-96.56399,28.3915],[-96.56494,28.39151],[-96.56588,28.39153],[-96.56682,28.39155],[-96.56776,28.39157],[-96.5687,28.39158],[-96.56964,28.3916],[-96.57058,28.39162],[-96.57152,28.39164],[-96.57247,28.39165],[-96.57341,28.39167],[-96.57435,28.39169],[-96.57529,28.3917],[-96.57623,28.39172],[-96.57717,28.39174],[-96.57811,28.39176],[-96.57905,28.39177],[-96.57907,28.39097],[-96.57909,28.39017],[-96.57911,28.38938],[-96.57913,28.38858],[-96.57915,28.38778],[-96.57917,28.38698],[-96.57918,28.38618],[-96.5792,28.38538],[-96.57922,28.38458],[-96.57924,28.38378],[-96.57926,28.38298],[-96.57928,28.38218],[-96.5793,28.38138],[-96.57932,28.38058],[-96.57933,28.37978],[-96.57935,28.37898],[-96.57937,28.37819],[-96.57939,28.37739],[-96.57941,28.37659],[-96.57943,28.37587],[-96.57962,28.37587],[-96.58056,28.37589],[-96.5815,28.3759],[-96.58245,28.37592],[-96.58339,28.37594],[-96.58433,28.37596],[-96.58527,28.37597],[-96.58621,28.37599],[-96.58715,28.37601],[-96.58809,28.37602],[-96.58903,28.37604],[-96.58997,28.37606],[-96.59091,28.37608],[-96.59186,28.37609],[-96.5928,28.37611],[-96.59374,28.37613],[-96.59468,28.37614],[-96.59469,28.37586],[-96.59525,28.37587],[-96.59619,28.37589],[-96.59713,28.37591],[-96.59807,28.37592],[-96.59901,28.37594],[-96.59995,28.37596],[-96.60089,28.37597],[-96.60184,28.37599],[-96.60278,28.37601],[-96.60372,28.37603],[-96.60466,28.37604],[-96.6056,28.37606],[-96.60654,28.37608],[-96.60748,28.37609],[-96.60842,28.37611],[-96.60936,28.37613],[-96.6103,28.37614],[-96.61031,28.37586],[-96.61088,28.37587],[-96.61182,28.37589],[-96.61276,28.37591],[-96.6137,28.37592],[-96.61464,28.37594],[-96.61558,28.37596],[-96.61652,28.37597],[-96.61746,28.37599],[-96.6184,28.37601],[-96.61934,28.37602],[-96.62028,28.37604],[-96.62122,28.37606],[-96.62216,28.37608],[-96.6231,28.37609],[-96.62404,28.37611],[-96.62498,28.37613],[-96.62592,28.37614],[-96.62593,28.37586],[-96.6265,28.37587],[-96.62744,28.37589],[-96.62838,28.3759],[-96.62932,28.37592],[-96.63026,28.37594],[-96.6312,28.37595],[-96.63214,28.37597],[-96.63308,28.37599],[-96.63403,28.376],[-96.63497,28.37602],[-96.63591,28.37604],[-96.63685,28.37606],[-96.63779,28.37607],[-96.63873,28.37609],[-96.63967,28.37611],[-96.64061,28.37612],[-96.64155,28.37614],[-96.64156,28.37586],[-96.64213,28.37587],[-96.64307,28.37589],[-96.64401,28.37591],[-96.64495,28.37592],[-96.64589,28.37594],[-96.64683,28.37596],[-96.64777,28.37597],[-96.64871,28.37599],[-96.64966,28.37601],[-96.6506,28.37602],[-96.65154,28.37604],[-96.65248,28.37606],[-96.65342,28.37607],[-96.65436,28.37609],[-96.6553,28.37611],[-96.65624,28.37612],[-96.65718,28.37614],[-96.65719,28.37586],[-96.65776,28.37587],[-96.6587,28.37589],[-96.65964,28.37591],[-96.66058,28.37592],[-96.66152,28.37594],[-96.66246,28.37595],[-96.6634,28.37597],[-96.66434,28.37599],[-96.66528,28.376],[-96.66622,28.37602],[-96.66716,28.37604],[-96.6681,28.37605],[-96.66904,28.37607],[-96.66998,28.37609],[-96.67091,28.3761],[-96.67091,28.37627],[-96.67089,28.37707],[-96.67087,28.37787],[-96.67085,28.37867],[-96.67083,28.37946],[-96.67082,28.38026],[-96.6708,28.38106],[-96.67078,28.38186],[-96.67076,28.38266],[-96.67074,28.38346],[-96.67073,28.38426],[-96.67071,28.38506],[-96.67069,28.38585],[-96.67067,28.38665],[-96.67065,28.38745],[-96.67064,28.38825],[-96.67062,28.38905],[-96.6706,28.38985],[-96.67058,28.39065],[-96.67056,28.39144],[-96.67091,28.39145],[-96.6709,28.3919],[-96.67089,28.3927],[-96.67087,28.39349],[-96.67085,28.39429],[-96.67083,28.39509],[-96.67081,28.39589],[-96.6708,28.39669],[-96.67078,28.39749],[-96.67076,28.39829],[-96.67074,28.39908],[-96.67072,28.39988],[-96.67071,28.40068],[-96.67069,28.40148],[-96.67067,28.40228],[-96.67065,28.40308],[-96.67063,28.40388],[-96.67062,28.40467],[-96.6706,28.40547],[-96.67058,28.40627],[-96.67056,28.40707],[-96.6715,28.40709],[-96.67244,28.4071],[-96.67338,28.40712],[-96.67432,28.40714],[-96.67526,28.40715],[-96.67621,28.40717],[-96.67715,28.40719],[-96.67809,28.4072],[-96.67903,28.40722],[-96.67997,28.40723],[-96.68091,28.40725],[-96.68185,28.40727],[-96.68279,28.40728],[-96.68373,28.4073],[-96.68467,28.40732],[-96.68561,28.40733],[-96.68653,28.40735],[-96.68653,28.40752],[-96.68651,28.40832],[-96.68649,28.40912],[-96.68648,28.40992],[-96.68646,28.41072],[-96.68644,28.41152],[-96.68642,28.41231],[-96.6864,28.41311],[-96.68639,28.41391],[-96.68637,28.41471],[-96.68635,28.41551],[-96.68633,28.41631],[-96.68631,28.41711],[-96.6863,28.4179],[-96.68628,28.4187],[-96.68626,28.4195],[-96.68624,28.4203],[-96.68622,28.4211],[-96.68621,28.4219],[-96.68619,28.4227],[-96.68713,28.42271],[-96.68807,28.42273],[-96.68901,28.42275],[-96.68995,28.42276],[-96.69089,28.42278],[-96.69183,28.42279],[-96.69277,28.42281],[-96.69371,28.42283],[-96.69465,28.42284],[-96.69559,28.42286],[-96.69653,28.42288],[-96.69747,28.42289],[-96.69841,28.42291],[-96.69935,28.42293],[-96.70029,28.42294],[-96.70123,28.42296],[-96.70217,28.42297],[-96.70312,28.42299],[-96.70406,28.42301],[-96.70406,28.42274],[-96.70464,28.42275],[-96.70558,28.42276],[-96.70652,28.42278],[-96.70746,28.42279],[-96.7084,28.42281],[-96.70934,28.42283],[-96.71028,28.42284],[-96.71122,28.42286],[-96.71216,28.42288],[-96.7131,28.42289],[-96.71404,28.42291],[-96.71498,28.42292],[-96.71592,28.42294],[-96.71686,28.42296],[-96.71778,28.42297],[-96.71778,28.42315],[-96.71776,28.42395],[-96.71775,28.42475],[-96.71773,28.42555],[-96.71771,28.42634],[-96.71769,28.42714],[-96.71768,28.42794],[-96.71766,28.42874],[-96.71764,28.42954],[-96.71762,28.43033],[-96.7176,28.43113],[-96.71759,28.43193],[-96.71757,28.43273],[-96.71755,28.43353],[-96.71753,28.43433],[-96.71752,28.43512],[-96.7175,28.43592],[-96.71748,28.43672],[-96.71746,28.43752],[-96.71745,28.43832],[-96.71839,28.43833],[-96.71933,28.43835],[-96.72027,28.43837],[-96.72121,28.43838],[-96.72215,28.4384],[-96.72309,28.43841],[-96.72403,28.43843],[-96.72497,28.43845],[-96.72591,28.43846],[-96.72685,28.43848],[-96.72779,28.43849],[-96.72873,28.43851],[-96.72967,28.43853],[-96.73061,28.43854],[-96.73155,28.43856],[-96.73249,28.43858],[-96.73341,28.43859],[-96.7334,28.43877],[-96.73339,28.43957],[-96.73337,28.44037],[-96.73335,28.44117],[-96.73333,28.44197],[-96.73332,28.44277],[-96.7333,28.44356],[-96.73328,28.44436],[-96.73326,28.44516],[-96.73325,28.44596],[-96.73323,28.44676],[-96.73321,28.44756],[-96.73319,28.44836],[-96.73318,28.44915],[-96.73316,28.44995],[-96.73314,28.45075],[-96.73312,28.45155],[-96.73311,28.45235],[-96.73309,28.45315],[-96.73307,28.45395],[-96.73341,28.45395],[-96.7334,28.4544],[-96.73339,28.4552],[-96.73337,28.456],[-96.73335,28.4568],[-96.73333,28.4576],[-96.73332,28.45839],[-96.7333,28.45919],[-96.73328,28.45999],[-96.73326,28.46079],[-96.73325,28.46159],[-96.73323,28.46239],[-96.73321,28.46318],[-96.73319,28.46398],[-96.73318,28.46478],[-96.73316,28.46558],[-96.73314,28.46638],[-96.73312,28.46718],[-96.73311,28.46797],[-96.73309,28.46877],[-96.73307,28.46957],[-96.73401,28.46959],[-96.73495,28.4696],[-96.73589,28.46962],[-96.73683,28.46963],[-96.73777,28.46965],[-96.73871,28.46967],[-96.73965,28.46968],[-96.74059,28.4697],[-96.74153,28.46971],[-96.74247,28.46973],[-96.74341,28.46975],[-96.74435,28.46976],[-96.74529,28.46978],[-96.74623,28.4698],[-96.74717,28.46981],[-96.74811,28.46983],[-96.74905,28.46984],[-96.74999,28.46986],[-96.75093,28.46987],[-96.75094,28.46961],[-96.75152,28.46962],[-96.75246,28.46964],[-96.7534,28.46965],[-96.75434,28.46967],[-96.75528,28.46968],[-96.75622,28.4697],[-96.75716,28.46972],[-96.7581,28.46973],[-96.75904,28.46975],[-96.75998,28.46976],[-96.76092,28.46978],[-96.76186,28.4698],[-96.7628,28.46981],[-96.76374,28.46983],[-96.76466,28.46984],[-96.76465,28.47003],[-96.76464,28.47083],[-96.76462,28.47163],[-96.7646,28.47243],[-96.76459,28.47322],[-96.76457,28.47402],[-96.76455,28.47482],[-96.76453,28.47562],[-96.76452,28.47642],[-96.7645,28.47721],[-96.76448,28.47801],[-96.76447,28.47881],[-96.76445,28.47961],[-96.76443,28.48041],[-96.76441,28.48121],[-96.7644,28.482],[-96.76438,28.4828],[-96.76436,28.4836],[-96.76434,28.4844],[-96.76433,28.4852],[-96.76467,28.4852],[-96.76466,28.48566],[-96.76464,28.48646],[-96.76462,28.48725],[-96.7646,28.48805],[-96.76459,28.48885],[-96.76457,28.48965],[-96.76455,28.49045],[-96.76454,28.49124],[-96.76452,28.49204],[-96.7645,28.49284],[-96.76448,28.49364],[-96.76447,28.49444],[-96.76445,28.49524],[-96.76443,28.49603],[-96.76441,28.49683],[-96.7644,28.49763],[-96.76438,28.49843],[-96.76436,28.49923],[-96.76435,28.50002],[-96.76433,28.50082],[-96.76527,28.50084],[-96.76621,28.50085],[-96.76715,28.50087],[-96.76809,28.50089],[-96.76903,28.5009],[-96.76997,28.50092],[-96.77091,28.50093],[-96.77185,28.50095],[-96.77279,28.50097],[-96.77373,28.50098],[-96.77467,28.501],[-96.7756,28.50101],[-96.77654,28.50103],[-96.77748,28.50104],[-96.77842,28.50106],[-96.77936,28.50108],[-96.78028,28.50109],[-96.78028,28.50128],[-96.78026,28.50208],[-96.78025,28.50288],[-96.78023,28.50368],[-96.78021,28.50448],[-96.78019,28.50527],[-96.78018,28.50607],[-96.78016,28.50687],[-96.78014,28.50767],[-96.78013,28.50847],[-96.78011,28.50926],[-96.78009,28.51006],[-96.78007,28.51086],[-96.78006,28.51166],[-96.78004,28.51246],[-96.78002,28.51325],[-96.78001,28.51405],[-96.77999,28.51485],[-96.77997,28.51565],[-96.77995,28.51645],[-96.78089,28.51646],[-96.78183,28.51648],[-96.78277,28.51649],[-96.78371,28.51651],[-96.78465,28.51653],[-96.78559,28.51654],[-96.78653,28.51656],[-96.78747,28.51657],[-96.78841,28.51659],[-96.78935,28.5166],[-96.79029,28.51662],[-96.79123,28.51664],[-96.79217,28.51665],[-96.79311,28.51667],[-96.79405,28.51668],[-96.79499,28.5167],[-96.79591,28.51671],[-96.79591,28.51691],[-96.79589,28.51771],[-96.79587,28.51851],[-96.79585,28.5193],[-96.79584,28.5201],[-96.79582,28.5209],[-96.7958,28.5217],[-96.79579,28.5225],[-96.79577,28.52329],[-96.79575,28.52409],[-96.79574,28.52489],[-96.79572,28.52569],[-96.7957,28.52649],[-96.79568,28.52728],[-96.79567,28.52808],[-96.79565,28.52888],[-96.79563,28.52968],[-96.79562,28.53047],[-96.7956,28.53127],[-96.79558,28.53207],[-96.79592,28.53208],[-96.79591,28.53253],[-96.79589,28.53333],[-96.79587,28.53413],[-96.79585,28.53493],[-96.79584,28.53573],[-96.79582,28.53653],[-96.7958,28.53732],[-96.79579,28.53812],[-96.79577,28.53892],[-96.79575,28.53972],[-96.79574,28.54052],[-96.79572,28.54131],[-96.7957,28.54211],[-96.79568,28.54291],[-96.79567,28.54371],[-96.79565,28.54451],[-96.79563,28.5453],[-96.79562,28.5461],[-96.7956,28.5469],[-96.79558,28.5477],[-96.79592,28.5477],[-96.79591,28.54816],[-96.79589,28.54896],[-96.79587,28.54976],[-96.79585,28.55055],[-96.79584,28.55135],[-96.79582,28.55215],[-96.7958,28.55295],[-96.79579,28.55375],[-96.79577,28.55454],[-96.79575,28.55534],[-96.79574,28.55614],[-96.79572,28.55694],[-96.7957,28.55774],[-96.79568,28.55853],[-96.79567,28.55933],[-96.79565,28.56013],[-96.79563,28.56093],[-96.79562,28.56173],[-96.7956,28.56252],[-96.79558,28.56332],[-96.79652,28.56334],[-96.79746,28.56335],[-96.7984,28.56337],[-96.79934,28.56339],[-96.80028,28.5634],[-96.80122,28.56342],[-96.80216,28.56343],[-96.8031,28.56345],[-96.80404,28.56346],[-96.80498,28.56348],[-96.80592,28.56349],[-96.80686,28.56351],[-96.8078,28.56353],[-96.80874,28.56354],[-96.80968,28.56356],[-96.81062,28.56357],[-96.81156,28.56359],[-96.8125,28.5636],[-96.81344,28.56362],[-96.81344,28.56336],[-96.81403,28.56337],[-96.81497,28.56339],[-96.8159,28.5634],[-96.81684,28.56342],[-96.81778,28.56343],[-96.81872,28.56345],[-96.81966,28.56346],[-96.8206,28.56348],[-96.82154,28.56349],[-96.82248,28.56351],[-96.82342,28.56352],[-96.82436,28.56354],[-96.8253,28.56356],[-96.82624,28.56357],[-96.82718,28.56359],[-96.82812,28.5636],[-96.82906,28.56362],[-96.82906,28.56336],[-96.82965,28.56337],[-96.83059,28.56338],[-96.83153,28.5634],[-96.83247,28.56341],[-96.83341,28.56343],[-96.83435,28.56345],[-96.83529,28.56346],[-96.83623,28.56348],[-96.83717,28.56349],[-96.83811,28.56351],[-96.83905,28.56352],[-96.83999,28.56354],[-96.84093,28.56355],[-96.84187,28.56357],[-96.84281,28.56358],[-96.84374,28.5636],[-96.84468,28.56361],[-96.84469,28.56336],[-96.84528,28.56337],[-96.84622,28.56338],[-96.84716,28.5634],[-96.8481,28.56341],[-96.84904,28.56343],[-96.84998,28.56344],[-96.85092,28.56346],[-96.85186,28.56347],[-96.85279,28.56349],[-96.85373,28.5635],[-96.85467,28.56352],[-96.85561,28.56354],[-96.85655,28.56355],[-96.85749,28.56357],[-96.85843,28.56358],[-96.85937,28.5636],[-96.86031,28.56361],[-96.86031,28.56336],[-96.86091,28.56337],[-96.86185,28.56338],[-96.86279,28.5634],[-96.86373,28.56341],[-96.86467,28.56343],[-96.8656,28.56344],[-96.86654,28.56346],[-96.86748,28.56347],[-96.86842,28.56349],[-96.86936,28.5635],[-96.8703,28.56352],[-96.87124,28.56353],[-96.87218,28.56355],[-96.87312,28.56356],[-96.87406,28.56358],[-96.875,28.56359],[-96.87594,28.56361],[-96.87595,28.56281],[-96.87597,28.56201],[-96.87598,28.56122],[-96.876,28.56042],[-96.87602,28.55962],[-96.87603,28.55882],[-96.87605,28.55803],[-96.87607,28.55723],[-96.87608,28.55643],[-96.8761,28.55563],[-96.87612,28.55484],[-96.87613,28.55404],[-96.87615,28.55324],[-96.87617,28.55244],[-96.87618,28.55165],[-96.8762,28.55085],[-96.87621,28.55005],[-96.87623,28.54925],[-96.87625,28.54846],[-96.87626,28.54766],[-96.87628,28.54686],[-96.8763,28.54606],[-96.87598,28.54606],[-96.87599,28.54559],[-96.876,28.54479],[-96.87602,28.544],[-96.87603,28.5432],[-96.87605,28.5424],[-96.87607,28.5416],[-96.87608,28.54081],[-96.8761,28.54001],[-96.87612,28.53921],[-96.87613,28.53841],[-96.87615,28.53762],[-96.87617,28.53682],[-96.87618,28.53602],[-96.8762,28.53522],[-96.87621,28.53442],[-96.87623,28.53363],[-96.87625,28.53283],[-96.87626,28.53203],[-96.87628,28.53123],[-96.8763,28.53044],[-96.87597,28.53043],[-96.87598,28.52997],[-96.876,28.52917],[-96.87602,28.52837],[-96.87603,28.52757],[-96.87605,28.52678],[-96.87606,28.52598],[-96.87608,28.52518],[-96.8761,28.52438],[-96.87611,28.52359],[-96.87613,28.52279],[-96.87615,28.52199],[-96.87616,28.52119],[-96.87618,28.5204],[-96.8762,28.5196],[-96.87621,28.5188],[-96.87623,28.518],[-96.87625,28.5172],[-96.87626,28.51641],[-96.87628,28.51561],[-96.87629,28.51481],[-96.87597,28.51481],[-96.87598,28.51434],[-96.876,28.51355],[-96.87602,28.51275],[-96.87603,28.51195],[-96.87605,28.51115],[-96.87607,28.51035],[-96.87608,28.50956],[-96.8761,28.50876],[-96.87611,28.50796],[-96.87613,28.50716],[-96.87615,28.50637],[-96.87616,28.50557],[-96.87618,28.50477],[-96.8762,28.50397],[-96.87621,28.50318],[-96.87623,28.50238],[-96.87625,28.50158],[-96.87626,28.50078],[-96.87628,28.49998],[-96.87629,28.49919],[-96.87597,28.49918],[-96.87598,28.49872],[-96.876,28.49792],[-96.87602,28.49712],[-96.87603,28.49632],[-96.87605,28.49553],[-96.87607,28.49473],[-96.87608,28.49393],[-96.8761,28.49313],[-96.87611,28.49234],[-96.87613,28.49154],[-96.87615,28.49074],[-96.87616,28.48994],[-96.87618,28.48915],[-96.8762,28.48835],[-96.87621,28.48755],[-96.87623,28.48675],[-96.87625,28.48596],[-96.87626,28.48516],[-96.87628,28.48436],[-96.8763,28.48356],[-96.87597,28.48356],[-96.87598,28.48309],[-96.876,28.48229],[-96.87602,28.4815],[-96.87603,28.4807],[-96.87605,28.4799],[-96.87607,28.4791],[-96.87608,28.47831],[-96.8761,28.47751],[-96.87612,28.47671],[-96.87613,28.47591],[-96.87615,28.47511],[-96.87616,28.47432],[-96.87618,28.47352],[-96.8762,28.47272],[-96.87621,28.47192],[-96.87623,28.47113],[-96.87625,28.47033],[-96.87626,28.46953],[-96.87628,28.46873],[-96.8763,28.46794],[-96.87598,28.46793],[-96.87598,28.46747],[-96.876,28.46667],[-96.87602,28.46587],[-96.87603,28.46507],[-96.87605,28.46428],[-96.87607,28.46348],[-96.87608,28.46268],[-96.8761,28.46188],[-96.87612,28.46109],[-96.87613,28.46029],[-96.87615,28.45949],[-96.87617,28.45869],[-96.87618,28.4579],[-96.8762,28.4571],[-96.87621,28.4563],[-96.87623,28.4555],[-96.87625,28.4547],[-96.87626,28.45399],[-96.87654,28.45399],[-96.87748,28.45401],[-96.87841,28.45402],[-96.87935,28.45404],[-96.88029,28.45405],[-96.88123,28.45407],[-96.88217,28.45408],[-96.88311,28.4541],[-96.88405,28.45411],[-96.88499,28.45413],[-96.88592,28.45414],[-96.88686,28.45416],[-96.8878,28.45417],[-96.88874,28.45419],[-96.88968,28.4542],[-96.89062,28.45422],[-96.89156,28.45423],[-96.89156,28.45398],[-96.89216,28.45399],[-96.8931,28.45401],[-96.89404,28.45402],[-96.89498,28.45404],[-96.89592,28.45405],[-96.89686,28.45407],[-96.8978,28.45408],[-96.89874,28.4541],[-96.89967,28.45411],[-96.90061,28.45413],[-96.90155,28.45414],[-96.90249,28.45416],[-96.90343,28.45417],[-96.90437,28.45419],[-96.90531,28.4542],[-96.90625,28.45422],[-96.90719,28.45423],[-96.90719,28.45398],[-96.90779,28.45399],[-96.90873,28.45401],[-96.90967,28.45402],[-96.91061,28.45404],[-96.91155,28.45405],[-96.91248,28.45407],[-96.91342,28.45408],[-96.91436,28.4541],[-96.9153,28.45411],[-96.91624,28.45413],[-96.91718,28.45414],[-96.91812,28.45416],[-96.91906,28.45417],[-96.91999,28.45419],[-96.92093,28.4542],[-96.92187,28.45422],[-96.92281,28.45423],[-96.92282,28.45398],[-96.92342,28.45399],[-96.92436,28.45401],[-96.9253,28.45402],[-96.92623,28.45404],[-96.92717,28.45405],[-96.92811,28.45407],[-96.92905,28.45408],[-96.92999,28.45409],[-96.93093,28.45411],[-96.93187,28.45412],[-96.9328,28.45414],[-96.93374,28.45415],[-96.93468,28.45417],[-96.93562,28.45418],[-96.93656,28.4542],[-96.9375,28.45421],[-96.93843,28.45423],[-96.93844,28.45398],[-96.93905,28.45399],[-96.93998,28.45401],[-96.94092,28.45402],[-96.94186,28.45404],[-96.9428,28.45405],[-96.94374,28.45407],[-96.94468,28.45408],[-96.94561,28.4541],[-96.94655,28.45411],[-96.94749,28.45413],[-96.94843,28.45414],[-96.94937,28.45415],[-96.95031,28.45417],[-96.95124,28.45418],[-96.95218,28.4542],[-96.95312,28.45421],[-96.95406,28.45423],[-96.95406,28.45398],[-96.95467,28.45399],[-96.95561,28.45401],[-96.95655,28.45402],[-96.95749,28.45404],[-96.95843,28.45405],[-96.95936,28.45406],[-96.9603,28.45408],[-96.96124,28.45409],[-96.96218,28.45411],[-96.96312,28.45412],[-96.96405,28.45414],[-96.96499,28.45415],[-96.96593,28.45417],[-96.96687,28.45418],[-96.96781,28.45419],[-96.96875,28.45421],[-96.96968,28.45422],[-96.96969,28.45398],[-96.9703,28.45399],[-96.97124,28.45401],[-96.97218,28.45402],[-96.97311,28.45404],[-96.97405,28.45405],[-96.97499,28.45406],[-96.97593,28.45408],[-96.97687,28.45409],[-96.97781,28.45411],[-96.97874,28.45412],[-96.97968,28.45414],[-96.98062,28.45415],[-96.98156,28.45417],[-96.9825,28.45418],[-96.98343,28.45419],[-96.98437,28.45421],[-96.98531,28.45422],[-96.98532,28.45398],[-96.98593,28.45399],[-96.98687,28.45401],[-96.9878,28.45402],[-96.98874,28.45404],[-96.98968,28.45405],[-96.99062,28.45406],[-96.99156,28.45408],[-96.99249,28.45409],[-96.99343,28.45411],[-96.99437,28.45412],[-96.99531,28.45413],[-96.99625,28.45415],[-96.99718,28.45416],[-96.99812,28.45418],[-96.99906,28.45419],[-97,28.45421],[-97.00094,28.45422],[-97.00094,28.45398],[-97.00155,28.45399],[-97.00249,28.45401],[-97.00343,28.45402],[-97.00437,28.45404],[-97.00531,28.45405],[-97.00624,28.45406],[-97.00718,28.45408],[-97.00812,28.45409],[-97.00906,28.45411],[-97.01,28.45412],[-97.01093,28.45413],[-97.01187,28.45415],[-97.01281,28.45416],[-97.01375,28.45418],[-97.01468,28.45419],[-97.01562,28.4542],[-97.01656,28.45422],[-97.01656,28.45398],[-97.01718,28.45399],[-97.01812,28.45401],[-97.01906,28.45402],[-97.01999,28.45403],[-97.02093,28.45405],[-97.02187,28.45406],[-97.02281,28.45408],[-97.02375,28.45409],[-97.02468,28.4541],[-97.02562,28.45412],[-97.02656,28.45413],[-97.0275,28.45415],[-97.02843,28.45416],[-97.02937,28.45417],[-97.03029,28.45419],[-97.03028,28.45444],[-97.03027,28.45523],[-97.03025,28.45603],[-97.03024,28.45683],[-97.03022,28.45762],[-97.03021,28.45842],[-97.03019,28.45922],[-97.03018,28.46001],[-97.03016,28.46081],[-97.03015,28.46161],[-97.03013,28.4624],[-97.03011,28.4632],[-97.0301,28.464],[-97.03008,28.46479],[-97.03007,28.46559],[-97.03005,28.46639],[-97.03004,28.46719],[-97.03002,28.46798],[-97.03001,28.46878],[-97.02999,28.46958],[-97.03093,28.46959],[-97.03187,28.4696],[-97.03281,28.46962],[-97.03374,28.46963],[-97.03468,28.46965],[-97.03562,28.46966],[-97.03656,28.46967],[-97.0375,28.46969],[-97.03843,28.4697],[-97.03937,28.46971],[-97.04031,28.46973],[-97.04125,28.46974],[-97.04219,28.46976],[-97.04312,28.46977],[-97.04406,28.46978],[-97.045,28.4698],[-97.04594,28.46981],[-97.04687,28.46983],[-97.04781,28.46984],[-97.04782,28.46961],[-97.04844,28.46962],[-97.04937,28.46963],[-97.05031,28.46965],[-97.05125,28.46966],[-97.05219,28.46967],[-97.05312,28.46969],[-97.05406,28.4697],[-97.055,28.46971],[-97.05594,28.46973],[-97.05687,28.46974],[-97.05781,28.46976],[-97.05875,28.46977],[-97.05969,28.46978],[-97.06062,28.4698],[-97.06156,28.46981],[-97.0625,28.46982],[-97.06344,28.46984],[-97.06344,28.46961],[-97.06406,28.46962],[-97.065,28.46963],[-97.06594,28.46964],[-97.06687,28.46966],[-97.06781,28.46967],[-97.06875,28.46968],[-97.06969,28.4697],[-97.07063,28.46971],[-97.07156,28.46973],[-97.0725,28.46974],[-97.07344,28.46975],[-97.07438,28.46977],[-97.07531,28.46978],[-97.07625,28.46979],[-97.07716,28.46981],[-97.07716,28.47007],[-97.07714,28.47086],[-97.07713,28.47166],[-97.07712,28.47246],[-97.0771,28.47325],[-97.07709,28.47405],[-97.07707,28.47485],[-97.07706,28.47564],[-97.07704,28.47644],[-97.07703,28.47724],[-97.07701,28.47803],[-97.077,28.47883],[-97.07698,28.47963],[-97.07697,28.48042],[-97.07695,28.48122],[-97.07694,28.48202],[-97.07692,28.48281],[-97.07691,28.48361],[-97.07689,28.4844],[-97.07688,28.4852],[-97.07782,28.48522],[-97.07875,28.48523],[-97.07969,28.48524],[-97.08063,28.48526],[-97.08156,28.48527],[-97.0825,28.48528],[-97.08344,28.4853],[-97.08438,28.48531],[-97.08531,28.48532],[-97.08625,28.48534],[-97.08719,28.48535],[-97.08813,28.48536],[-97.08906,28.48538],[-97.09,28.48539],[-97.09094,28.4854],[-97.09188,28.48542],[-97.09281,28.48543],[-97.09375,28.48545],[-97.09469,28.48546],[-97.09469,28.48523],[-97.09532,28.48524],[-97.09625,28.48526],[-97.09719,28.48527],[-97.09813,28.48528],[-97.09907,28.4853],[-97.1,28.48531],[-97.10094,28.48532],[-97.10188,28.48534],[-97.10281,28.48535],[-97.10375,28.48536],[-97.10469,28.48538],[-97.10563,28.48539],[-97.10656,28.4854],[-97.1075,28.48542],[-97.10844,28.48543],[-97.10938,28.48544],[-97.11031,28.48546],[-97.11032,28.48523],[-97.11094,28.48524],[-97.11188,28.48525],[-97.11282,28.48527],[-97.11375,28.48528],[-97.11469,28.48529],[-97.11563,28.48531],[-97.11657,28.48532],[-97.1175,28.48533],[-97.11844,28.48535],[-97.11938,28.48536],[-97.12031,28.48537],[-97.12125,28.48539],[-97.12219,28.4854],[-97.12313,28.48541],[-97.12406,28.48543],[-97.125,28.48544],[-97.12594,28.48545],[-97.12594,28.48523],[-97.12657,28.48524],[-97.12751,28.48525],[-97.12844,28.48527],[-97.12938,28.48528],[-97.13032,28.48529],[-97.13125,28.48531],[-97.13219,28.48532],[-97.13313,28.48533],[-97.13407,28.48535],[-97.135,28.48536],[-97.13594,28.48537],[-97.13688,28.48539],[-97.13781,28.4854],[-97.13875,28.48541],[-97.13969,28.48543],[-97.14062,28.48544],[-97.14156,28.48545],[-97.14157,28.48523],[-97.1422,28.48524],[-97.14313,28.48525],[-97.14407,28.48527],[-97.14501,28.48528],[-97.14595,28.48529],[-97.14688,28.48531],[-97.14782,28.48532],[-97.14876,28.48533],[-97.14969,28.48535],[-97.15063,28.48536],[-97.15157,28.48537],[-97.1525,28.48538],[-97.15344,28.4854],[-97.15438,28.48541],[-97.15531,28.48542],[-97.15625,28.48544],[-97.15719,28.48545],[-97.15719,28.48523],[-97.15782,28.48524],[-97.15876,28.48525],[-97.1597,28.48527],[-97.16063,28.48528],[-97.16157,28.48529],[-97.16251,28.48531],[-97.16344,28.48532],[-97.16438,28.48533],[-97.16532,28.48535],[-97.16626,28.48536],[-97.16719,28.48537],[-97.16813,28.48538],[-97.16907,28.4854],[-97.17,28.48541],[-97.17094,28.48542],[-97.17188,28.48544],[-97.17281,28.48545],[-97.17282,28.48523],[-97.17345,28.48524],[-97.17439,28.48525],[-97.17533,28.48527],[-97.17626,28.48528],[-97.1772,28.48529],[-97.17814,28.48531],[-97.17907,28.48532],[-97.18001,28.48533],[-97.18095,28.48534],[-97.18188,28.48536],[-97.18282,28.48537],[-97.18376,28.48538],[-97.18469,28.4854],[-97.18563,28.48541],[-97.18657,28.48542],[-97.1875,28.48543],[-97.18844,28.48545],[-97.18844,28.48523],[-97.18908,28.48524],[-97.19002,28.48525],[-97.19095,28.48527],[-97.19189,28.48528],[-97.19283,28.48529],[-97.19376,28.4853],[-97.1947,28.48532],[-97.19564,28.48533],[-97.19657,28.48534],[-97.19751,28.48536],[-97.19845,28.48537],[-97.19938,28.48538],[-97.20032,28.48539],[-97.20126,28.48541],[-97.20219,28.48542],[-97.20313,28.48543],[-97.20406,28.48545],[-97.20407,28.48523],[-97.20471,28.48524],[-97.20564,28.48525],[-97.20658,28.48526],[-97.20751,28.48528],[-97.20845,28.48529],[-97.20939,28.4853],[-97.21032,28.48532],[-97.21126,28.48533],[-97.2122,28.48534],[-97.21313,28.48535],[-97.21407,28.48537],[-97.21501,28.48538],[-97.21594,28.48539],[-97.21688,28.4854],[-97.21781,28.48542],[-97.21875,28.48543],[-97.21969,28.48544],[-97.21969,28.48523],[-97.22033,28.48524],[-97.22127,28.48525],[-97.22221,28.48527],[-97.22314,28.48528],[-97.22408,28.48529],[-97.22501,28.4853],[-97.22595,28.48532],[-97.22689,28.48533],[-97.22782,28.48534],[-97.22876,28.48535],[-97.2297,28.48537],[-97.23063,28.48538],[-97.23157,28.48539],[-97.2325,28.4854],[-97.23344,28.48542],[-97.23438,28.48543],[-97.23531,28.48544],[-97.23532,28.48523],[-97.23596,28.48524],[-97.2369,28.48525],[-97.23783,28.48526],[-97.23877,28.48528],[-97.23971,28.48529],[-97.24064,28.4853],[-97.24158,28.48531],[-97.24251,28.48533],[-97.24345,28.48534],[-97.24439,28.48535],[-97.24532,28.48536],[-97.24626,28.48538],[-97.24719,28.48539],[-97.24813,28.4854],[-97.24907,28.48541],[-97.25,28.48543],[-97.25094,28.48544],[-97.25095,28.48464],[-97.25097,28.48385],[-97.25098,28.48305],[-97.25099,28.48225],[-97.25101,28.48146],[-97.25102,28.48066],[-97.25103,28.47987],[-97.25105,28.47907],[-97.25106,28.47828],[-97.25107,28.47748],[-97.25109,28.47668],[-97.2511,28.47589],[-97.25111,28.47509],[-97.25113,28.4743],[-97.25114,28.4735],[-97.25115,28.47271],[-97.25117,28.47191],[-97.25118,28.47111],[-97.25119,28.47032],[-97.25121,28.46952],[-97.25122,28.46873],[-97.25123,28.46793],[-97.25097,28.46793],[-97.25098,28.46743],[-97.25099,28.46663],[-97.25101,28.46584],[-97.25102,28.46504],[-97.25103,28.46424],[-97.25105,28.46345],[-97.25106,28.46265],[-97.25107,28.46186],[-97.25109,28.46106],[-97.2511,28.46027],[-97.25111,28.45947],[-97.25113,28.45867],[-97.25114,28.45788],[-97.25115,28.45708],[-97.25117,28.45629],[-97.25118,28.45549],[-97.25119,28.45469],[-97.25121,28.45399],[-97.25159,28.45399],[-97.25252,28.45401],[-97.25346,28.45402],[-97.25439,28.45403],[-97.25533,28.45404],[-97.25627,28.45405],[-97.2572,28.45407],[-97.25814,28.45408],[-97.25908,28.45409],[-97.26001,28.4541],[-97.26095,28.45412],[-97.26189,28.45413],[-97.26282,28.45414],[-97.26376,28.45415],[-97.2647,28.45417],[-97.26563,28.45418],[-97.26657,28.45419],[-97.26657,28.45398],[-97.26721,28.45399],[-97.26815,28.454],[-97.26908,28.45402],[-97.27002,28.45403],[-97.27096,28.45404],[-97.27189,28.45405],[-97.27283,28.45407],[-97.27377,28.45408],[-97.2747,28.45409],[-97.27564,28.4541],[-97.27657,28.45411],[-97.27751,28.45413],[-97.27845,28.45414],[-97.27938,28.45415],[-97.28032,28.45416],[-97.28126,28.45418],[-97.28219,28.45419],[-97.28221,28.45339],[-97.28222,28.4526],[-97.28223,28.4518],[-97.28224,28.451],[-97.28226,28.45021],[-97.28227,28.44941],[-97.28228,28.44861],[-97.2823,28.44782],[-97.28231,28.44702],[-97.28232,28.44623],[-97.28234,28.44543],[-97.28235,28.44463],[-97.28236,28.44384],[-97.28238,28.44304],[-97.28239,28.44225],[-97.2824,28.44145],[-97.28242,28.44065],[-97.28243,28.43986],[-97.28244,28.43906],[-97.28246,28.43835],[-97.28285,28.43836],[-97.28379,28.43837],[-97.28472,28.43838],[-97.28566,28.43839],[-97.28659,28.43841],[-97.28753,28.43842],[-97.28846,28.43843],[-97.2894,28.43844],[-97.29033,28.43845],[-97.29127,28.43847],[-97.2922,28.43848],[-97.29314,28.43849],[-97.29407,28.4385],[-97.29501,28.43852],[-97.29594,28.43853],[-97.29688,28.43854],[-97.29781,28.43855],[-97.29783,28.43776],[-97.29784,28.43696],[-97.29785,28.43617],[-97.29787,28.43537],[-97.29788,28.43458],[-97.29789,28.43378],[-97.29791,28.43298],[-97.29792,28.43219],[-97.29793,28.43139],[-97.29795,28.4306],[-97.29796,28.4298],[-97.29797,28.42901],[-97.29799,28.42821],[-97.298,28.42742],[-97.29801,28.42662],[-97.29802,28.42583],[-97.29804,28.42503],[-97.29805,28.42424],[-97.29806,28.42344],[-97.29808,28.42273],[-97.29847,28.42274],[-97.2994,28.42275],[-97.30034,28.42276],[-97.30128,28.42277],[-97.30221,28.42279],[-97.30315,28.4228],[-97.30408,28.42281],[-97.30502,28.42282],[-97.30595,28.42283],[-97.30689,28.42285],[-97.30783,28.42286],[-97.30876,28.42287],[-97.3097,28.42288],[-97.31063,28.42289],[-97.31157,28.42291],[-97.3125,28.42292],[-97.31344,28.42293],[-97.31344,28.42273],[-97.3141,28.42274],[-97.31503,28.42275],[-97.31597,28.42276],[-97.3169,28.42277],[-97.31784,28.42279],[-97.31877,28.4228],[-97.31971,28.42281],[-97.32064,28.42282],[-97.32158,28.42283],[-97.32252,28.42284],[-97.32345,28.42286],[-97.32439,28.42287],[-97.32532,28.42288],[-97.32626,28.42289],[-97.32719,28.4229],[-97.32813,28.42292],[-97.32906,28.42293],[-97.32908,28.42213],[-97.32909,28.42134],[-97.3291,28.42054],[-97.32912,28.41975],[-97.32913,28.41895],[-97.32914,28.41816],[-97.32915,28.41736],[-97.32917,28.41657],[-97.32918,28.41577],[-97.32919,28.41498],[-97.32921,28.41418],[-97.32922,28.41338],[-97.32923,28.41259],[-97.32924,28.41179],[-97.32926,28.411],[-97.32927,28.4102],[-97.32928,28.40941],[-97.3293,28.40861],[-97.32931,28.40782],[-97.32932,28.40711],[-97.32972,28.40711],[-97.33066,28.40713],[-97.3316,28.40714],[-97.33253,28.40715],[-97.33347,28.40716],[-97.3344,28.40717],[-97.33534,28.40719],[-97.33627,28.4072],[-97.33721,28.40721],[-97.33814,28.40722],[-97.33908,28.40723],[-97.34001,28.40724],[-97.34095,28.40726],[-97.34188,28.40727],[-97.34282,28.40728],[-97.34376,28.40729],[-97.34469,28.4073],[-97.3447,28.40651],[-97.34472,28.40571],[-97.34473,28.40492],[-97.34474,28.40412],[-97.34475,28.40333],[-97.34477,28.40253],[-97.34478,28.40174],[-97.34479,28.40094],[-97.34481,28.40015],[-97.34482,28.39935],[-97.34483,28.39856],[-97.34484,28.39776],[-97.34486,28.39696],[-97.34487,28.39617],[-97.34488,28.39537],[-97.34489,28.39458],[-97.34491,28.39378],[-97.34492,28.39299],[-97.34493,28.39219],[-97.34494,28.39148],[-97.34535,28.39149],[-97.34629,28.3915],[-97.34722,28.39151],[-97.34816,28.39153],[-97.34909,28.39154],[-97.35003,28.39155],[-97.35096,28.39156],[-97.3519,28.39157],[-97.35283,28.39158],[-97.35377,28.3916],[-97.3547,28.39161],[-97.35564,28.39162],[-97.35657,28.39163],[-97.35751,28.39164],[-97.35845,28.39165],[-97.35938,28.39166],[-97.36032,28.39168],[-97.36033,28.39088],[-97.36034,28.39009],[-97.36035,28.38929],[-97.36037,28.3885],[-97.36038,28.3877],[-97.36039,28.3869],[-97.3604,28.38611],[-97.36042,28.38531],[-97.36043,28.38452],[-97.36044,28.38372],[-97.36045,28.38293],[-97.36047,28.38213],[-97.36048,28.38134],[-97.36049,28.38054],[-97.3605,28.37975],[-97.36052,28.37895],[-97.36053,28.37816],[-97.36054,28.37736],[-97.36056,28.37657],[-97.36057,28.37586],[-97.36098,28.37586],[-97.36191,28.37588],[-97.36285,28.37589],[-97.36378,28.3759],[-97.36472,28.37591],[-97.36565,28.37592],[-97.36659,28.37593],[-97.36752,28.37594],[-97.36846,28.37596],[-97.36939,28.37597],[-97.37033,28.37598],[-97.37126,28.37599],[-97.3722,28.376],[-97.37313,28.37601],[-97.37407,28.37603],[-97.375,28.37604],[-97.37594,28.37605],[-97.37594,28.37586],[-97.3766,28.37586],[-97.37754,28.37588],[-97.37848,28.37589],[-97.37941,28.3759],[-97.38035,28.37591],[-97.38128,28.37592],[-97.38222,28.37593],[-97.38315,28.37594],[-97.38409,28.37596],[-97.38502,28.37597],[-97.38596,28.37598],[-97.38689,28.37599],[-97.38783,28.376],[-97.38876,28.37601],[-97.3897,28.37602],[-97.39063,28.37604],[-97.39157,28.37605],[-97.39157,28.37585],[-97.39223,28.37586],[-97.39317,28.37587],[-97.3941,28.37588],[-97.39504,28.3759],[-97.39597,28.37591],[-97.39691,28.37592],[-97.39784,28.37593],[-97.39878,28.37594],[-97.39971,28.37595],[-97.40065,28.37596],[-97.40158,28.37598],[-97.40252,28.37599],[-97.40345,28.376],[-97.40439,28.37601],[-97.40532,28.37602],[-97.40626,28.37603],[-97.40719,28.37604],[-97.4072,28.37525],[-97.40722,28.37445],[-97.40723,28.37366],[-97.40724,28.37286],[-97.40725,28.37207],[-97.40726,28.37127],[-97.40728,28.37048],[-97.40729,28.36968],[-97.4073,28.36889],[-97.40731,28.36809],[-97.40733,28.3673],[-97.40734,28.3665],[-97.40735,28.36571],[-97.40736,28.36491],[-97.40737,28.36412],[-97.40739,28.36333],[-97.4074,28.36253],[-97.40741,28.36174],[-97.40742,28.36094],[-97.40743,28.36023],[-97.40786,28.36024],[-97.40879,28.36025],[-97.40973,28.36026],[-97.41066,28.36027],[-97.4116,28.36028],[-97.41253,28.36029],[-97.41347,28.36031],[-97.4144,28.36032],[-97.41534,28.36033],[-97.41627,28.36034],[-97.41721,28.36035],[-97.41814,28.36036],[-97.41908,28.36037],[-97.42001,28.36038],[-97.42094,28.3604],[-97.42188,28.36041],[-97.42281,28.36042],[-97.42283,28.35962],[-97.42284,28.35883],[-97.42285,28.35803],[-97.42286,28.35724],[-97.42287,28.35644],[-97.42289,28.35565],[-97.4229,28.35485],[-97.42291,28.35406],[-97.42292,28.35326],[-97.42293,28.35247],[-97.42295,28.35167],[-97.42296,28.35088],[-97.42297,28.35008],[-97.42298,28.34929],[-97.423,28.34849],[-97.42301,28.3477],[-97.42302,28.3469],[-97.42303,28.34611],[-97.42304,28.34532],[-97.42306,28.34452],[-97.42307,28.34373],[-97.42308,28.34293],[-97.42284,28.34293],[-97.42285,28.34241],[-97.42286,28.34161],[-97.42288,28.34082],[-97.42289,28.34002],[-97.4229,28.33923],[-97.42291,28.33843],[-97.42292,28.33764],[-97.42294,28.33684],[-97.42295,28.33605],[-97.42296,28.33525],[-97.42297,28.33446],[-97.42299,28.33366],[-97.423,28.33287],[-97.42301,28.33207],[-97.42302,28.33128],[-97.42303,28.33048],[-97.42305,28.32969],[-97.42306,28.32898],[-97.42349,28.32899],[-97.42442,28.329],[-97.42536,28.32901],[-97.42629,28.32902],[-97.42722,28.32903],[-97.42816,28.32904],[-97.42909,28.32905],[-97.43003,28.32907],[-97.43096,28.32908],[-97.4319,28.32909],[-97.43283,28.3291],[-97.43377,28.32911],[-97.4347,28.32912],[-97.43564,28.32913],[-97.43657,28.32914],[-97.43751,28.32915],[-97.43844,28.32917],[-97.43845,28.32837],[-97.43846,28.32758],[-97.43848,28.32678],[-97.43849,28.32599],[-97.4385,28.32519],[-97.43851,28.3244],[-97.43852,28.3236],[-97.43854,28.32281],[-97.43855,28.32201],[-97.43856,28.32122],[-97.43857,28.32042],[-97.43858,28.31963],[-97.4386,28.31883],[-97.43861,28.31804],[-97.43862,28.31724],[-97.43863,28.31645],[-97.43864,28.31565],[-97.43866,28.31486],[-97.43867,28.31406],[-97.43868,28.31336],[-97.43911,28.31336],[-97.44005,28.31337],[-97.44098,28.31339],[-97.44192,28.3134],[-97.44285,28.31341],[-97.44379,28.31342],[-97.44472,28.31343],[-97.44566,28.31344],[-97.44659,28.31345],[-97.44752,28.31346],[-97.44846,28.31347],[-97.44939,28.31348],[-97.45033,28.3135],[-97.45126,28.31351],[-97.4522,28.31352],[-97.45313,28.31353],[-97.45406,28.31354],[-97.45408,28.31274],[-97.45409,28.31195],[-97.4541,28.31115],[-97.45411,28.31036],[-97.45412,28.30957],[-97.45414,28.30877],[-97.45415,28.30798],[-97.45416,28.30718],[-97.45417,28.30639],[-97.45418,28.30559],[-97.45419,28.3048],[-97.45421,28.304],[-97.45422,28.30321],[-97.45423,28.30241],[-97.45424,28.30162],[-97.45425,28.30082],[-97.45427,28.30003],[-97.45428,28.29923],[-97.45429,28.29844],[-97.4543,28.29773],[-97.45474,28.29774],[-97.45568,28.29775],[-97.45661,28.29776],[-97.45754,28.29777],[-97.45848,28.29778],[-97.45941,28.29779],[-97.46035,28.2978],[-97.46128,28.29781],[-97.46222,28.29782],[-97.46315,28.29784],[-97.46408,28.29785],[-97.46502,28.29786],[-97.46595,28.29787],[-97.46689,28.29788],[-97.46782,28.29789],[-97.46876,28.2979],[-97.46969,28.29791],[-97.4697,28.29712],[-97.46971,28.29632],[-97.46972,28.29553],[-97.46974,28.29473],[-97.46975,28.29394],[-97.46976,28.29314],[-97.46977,28.29235],[-97.46978,28.29155],[-97.4698,28.29076],[-97.46981,28.28996],[-97.46982,28.28917],[-97.46983,28.28838],[-97.46984,28.28758],[-97.46985,28.28679],[-97.46987,28.28599],[-97.46988,28.2852],[-97.46989,28.2844],[-97.4699,28.28361],[-97.46991,28.28281],[-97.46992,28.28202],[-97.46994,28.28122],[-97.46995,28.28043],[-97.46972,28.28043],[-97.46973,28.2799],[-97.46974,28.27911],[-97.46975,28.27831],[-97.46976,28.27752],[-97.46977,28.27672],[-97.46978,28.27593],[-97.4698,28.27513],[-97.46981,28.27434],[-97.46982,28.27354],[-97.46983,28.27275],[-97.46984,28.27196],[-97.46985,28.27116],[-97.46987,28.27037],[-97.46988,28.26957],[-97.46989,28.26878],[-97.4699,28.26798],[-97.46991,28.26719],[-97.46992,28.26648],[-97.47037,28.26649],[-97.4713,28.2665],[-97.47224,28.26651],[-97.47317,28.26652],[-97.47411,28.26653],[-97.47504,28.26654],[-97.47597,28.26655],[-97.47691,28.26656],[-97.47784,28.26657],[-97.47878,28.26658],[-97.47971,28.26659],[-97.48064,28.26661],[-97.48158,28.26662],[-97.48251,28.26663],[-97.48345,28.26664],[-97.48438,28.26665],[-97.48531,28.26666],[-97.48533,28.26586],[-97.48534,28.26507],[-97.48535,28.26428],[-97.48536,28.26348],[-97.48537,28.26269],[-97.48538,28.26189],[-97.4854,28.2611],[-97.48541,28.2603],[-97.48542,28.25951],[-97.48543,28.25871],[-97.48544,28.25792],[-97.48545,28.25712],[-97.48547,28.25633],[-97.48548,28.25554],[-97.48549,28.25474],[-97.4855,28.25395],[-97.48551,28.25315],[-97.48552,28.25236],[-97.48554,28.25156],[-97.48555,28.25086],[-97.486,28.25086],[-97.48693,28.25087],[-97.48786,28.25088],[-97.4888,28.25089],[-97.48973,28.25091],[-97.49067,28.25092],[-97.4916,28.25093],[-97.49253,28.25094],[-97.49347,28.25095],[-97.4944,28.25096],[-97.49534,28.25097],[-97.49627,28.25098],[-97.4972,28.25099],[-97.49814,28.251],[-97.49907,28.25101],[-97.50001,28.25102],[-97.50094,28.25103],[-97.50095,28.25024],[-97.50096,28.24944],[-97.50097,28.24865],[-97.50099,28.24786],[-97.501,28.24706],[-97.50101,28.24627],[-97.50102,28.24547],[-97.50103,28.24468],[-97.50104,28.24388],[-97.50106,28.24309],[-97.50107,28.24229],[-97.50108,28.2415],[-97.50109,28.2407],[-97.5011,28.23991],[-97.50111,28.23912],[-97.50112,28.23832],[-97.50114,28.23753],[-97.50115,28.23673],[-97.50116,28.23594],[-97.50117,28.23523],[-97.50162,28.23524],[-97.50256,28.23525],[-97.50349,28.23526],[-97.50442,28.23527],[-97.50536,28.23528],[-97.50629,28.23529],[-97.50723,28.2353],[-97.50816,28.23531],[-97.50909,28.23532],[-97.51003,28.23533],[-97.51096,28.23534],[-97.5119,28.23535],[-97.51283,28.23536],[-97.51376,28.23537],[-97.5147,28.23538],[-97.51563,28.2354],[-97.51656,28.23541],[-97.51658,28.23461],[-97.51659,28.23382],[-97.5166,28.23302],[-97.51661,28.23223],[-97.51662,28.23143],[-97.51663,28.23064],[-97.51664,28.22984],[-97.51666,28.22905],[-97.51667,28.22826],[-97.51668,28.22746],[-97.51669,28.22667],[-97.5167,28.22587],[-97.51671,28.22508],[-97.51672,28.22428],[-97.51673,28.22349],[-97.51675,28.2227],[-97.51676,28.2219],[-97.51677,28.22111],[-97.51678,28.22031],[-97.51679,28.21952],[-97.5168,28.21872],[-97.51681,28.21793],[-97.51659,28.21793],[-97.5166,28.2174],[-97.51661,28.2166],[-97.51662,28.21581],[-97.51663,28.21501],[-97.51664,28.21422],[-97.51666,28.21343],[-97.51667,28.21263],[-97.51668,28.21184],[-97.51669,28.21104],[-97.5167,28.21025],[-97.51671,28.20945],[-97.51672,28.20866],[-97.51674,28.20786],[-97.51675,28.20707],[-97.51676,28.20628],[-97.51677,28.20548],[-97.51678,28.20469],[-97.51679,28.20398],[-97.51725,28.20399],[-97.51819,28.204],[-97.51912,28.20401],[-97.52005,28.20402],[-97.52099,28.20403],[-97.52192,28.20404],[-97.52285,28.20405],[-97.52379,28.20406],[-97.52472,28.20407],[-97.52565,28.20408],[-97.52659,28.20409],[-97.52752,28.2041],[-97.52846,28.20411],[-97.52939,28.20412],[-97.53032,28.20413],[-97.53126,28.20414],[-97.53219,28.20415],[-97.5322,28.20336],[-97.53221,28.20257],[-97.53222,28.20177],[-97.53224,28.20098],[-97.53225,28.20018],[-97.53226,28.19939],[-97.53227,28.19859],[-97.53228,28.1978],[-97.53229,28.197],[-97.5323,28.19621],[-97.53231,28.19542],[-97.53233,28.19462],[-97.53234,28.19383],[-97.53235,28.19303],[-97.53236,28.19224],[-97.53237,28.19144],[-97.53238,28.19065],[-97.53239,28.18986],[-97.5324,28.18906],[-97.53241,28.18836],[-97.53288,28.18836],[-97.53381,28.18837],[-97.53475,28.18838],[-97.53568,28.18839],[-97.53661,28.1884],[-97.53755,28.18841],[-97.53848,28.18842],[-97.53941,28.18843],[-97.54035,28.18844],[-97.54128,28.18845],[-97.54221,28.18846],[-97.54315,28.18847],[-97.54408,28.18848],[-97.54501,28.18849],[-97.54595,28.18851],[-97.54688,28.18852],[-97.54782,28.18853],[-97.54783,28.18773],[-97.54784,28.18694],[-97.54785,28.18614],[-97.54786,28.18535],[-97.54787,28.18456],[-97.54788,28.18376],[-97.54789,28.18297],[-97.5479,28.18217],[-97.54792,28.18138],[-97.54793,28.18058],[-97.54794,28.17979],[-97.54795,28.179],[-97.54796,28.1782],[-97.54797,28.17741],[-97.54798,28.17661],[-97.54799,28.17582],[-97.548,28.17503],[-97.54802,28.17423],[-97.54803,28.17344],[-97.54804,28.17264],[-97.54805,28.17185],[-97.54806,28.17106],[-97.54784,28.17105],[-97.54785,28.17052],[-97.54786,28.16972],[-97.54787,28.16893],[-97.54788,28.16814],[-97.54789,28.16734],[-97.5479,28.16655],[-97.54791,28.16575],[-97.54793,28.16496],[-97.54794,28.16416],[-97.54795,28.16337],[-97.54796,28.16258],[-97.54797,28.16178],[-97.54798,28.16099],[-97.54799,28.16019],[-97.548,28.1594],[-97.54801,28.1586],[-97.54803,28.15781],[-97.54804,28.15702],[-97.54805,28.15622],[-97.54806,28.15543],[-97.54713,28.15542],[-97.54619,28.15541],[-97.54526,28.1554],[-97.54433,28.15539],[-97.54339,28.15538],[-97.54246,28.15537],[-97.54153,28.15536],[-97.54059,28.15535],[-97.53966,28.15533],[-97.53873,28.15532],[-97.53779,28.15531],[-97.53686,28.1553],[-97.53593,28.15529],[-97.53499,28.15528],[-97.53406,28.15527],[-97.53313,28.15526],[-97.53222,28.15525],[-97.53222,28.1549],[-97.53224,28.1541],[-97.53225,28.15331],[-97.53226,28.15251],[-97.53227,28.15172],[-97.53228,28.15092],[-97.53229,28.15013],[-97.5323,28.14934],[-97.53231,28.14854],[-97.53233,28.14775],[-97.53234,28.14695],[-97.53235,28.14616],[-97.53236,28.14536],[-97.53237,28.14457],[-97.53238,28.14377],[-97.53239,28.14298],[-97.5324,28.14219],[-97.53242,28.14139],[-97.53243,28.1406],[-97.53244,28.1398],[-97.5315,28.13979],[-97.53057,28.13978],[-97.52964,28.13977],[-97.5287,28.13976],[-97.52777,28.13975],[-97.52684,28.13974],[-97.5259,28.13973],[-97.52497,28.13972],[-97.52404,28.13971],[-97.5231,28.1397],[-97.52217,28.13969],[-97.52124,28.13968],[-97.5203,28.13967],[-97.51937,28.13966],[-97.51844,28.13965],[-97.5175,28.13964],[-97.51657,28.13963],[-97.51564,28.13962],[-97.5147,28.1396],[-97.5147,28.13978],[-97.51401,28.13977],[-97.51308,28.13976],[-97.51215,28.13975],[-97.51121,28.13974],[-97.51028,28.13973],[-97.50935,28.13972],[-97.50841,28.13971],[-97.50748,28.1397],[-97.50655,28.13969],[-97.50561,28.13968],[-97.50468,28.13967],[-97.50374,28.13966],[-97.50281,28.13965],[-97.50188,28.13964],[-97.50094,28.13963],[-97.50001,28.13961],[-97.49908,28.1396],[-97.49907,28.1404],[-97.49905,28.14119],[-97.49904,28.14199],[-97.49903,28.14278],[-97.49902,28.14358],[-97.49901,28.14437],[-97.499,28.14516],[-97.49898,28.14596],[-97.49897,28.14675],[-97.49896,28.14755],[-97.49895,28.14834],[-97.49894,28.14914],[-97.49893,28.14993],[-97.49892,28.15072],[-97.4989,28.15152],[-97.49889,28.15231],[-97.49888,28.15311],[-97.49887,28.1539],[-97.49886,28.1547],[-97.49885,28.1554],[-97.49839,28.1554],[-97.49746,28.15539],[-97.49652,28.15538],[-97.49559,28.15537],[-97.49466,28.15535],[-97.49372,28.15534],[-97.49279,28.15533],[-97.49186,28.15532],[-97.49092,28.15531],[-97.48999,28.1553],[-97.48905,28.15529],[-97.48812,28.15528],[-97.48719,28.15527],[-97.48625,28.15526],[-97.48534,28.15525],[-97.48535,28.1549],[-97.48536,28.15411],[-97.48537,28.15331],[-97.48538,28.15252],[-97.4854,28.15172],[-97.48541,28.15093],[-97.48542,28.15013],[-97.48543,28.14934],[-97.48544,28.14854],[-97.48545,28.14775],[-97.48547,28.14696],[-97.48548,28.14616],[-97.48549,28.14537],[-97.4855,28.14457],[-97.48551,28.14378],[-97.48552,28.14298],[-97.48554,28.14219],[-97.48555,28.14139],[-97.48556,28.1406],[-97.48557,28.1398],[-97.48464,28.13979],[-97.4837,28.13978],[-97.48277,28.13977],[-97.48183,28.13976],[-97.4809,28.13975],[-97.47997,28.13974],[-97.47903,28.13973],[-97.4781,28.13972],[-97.47716,28.13971],[-97.47623,28.1397],[-97.4753,28.13969],[-97.47436,28.13968],[-97.47343,28.13966],[-97.47249,28.13965],[-97.47156,28.13964],[-97.47063,28.13963],[-97.46969,28.13962],[-97.46876,28.13961],[-97.46783,28.1396],[-97.46782,28.13978],[-97.46715,28.13977],[-97.46621,28.13976],[-97.46528,28.13975],[-97.46434,28.13974],[-97.46341,28.13973],[-97.46248,28.13972],[-97.46154,28.13971],[-97.46061,28.1397],[-97.45967,28.13969],[-97.45874,28.13968],[-97.45781,28.13966],[-97.45687,28.13965],[-97.45594,28.13964],[-97.455,28.13963],[-97.4541,28.13962],[-97.4541,28.13928],[-97.45411,28.13849],[-97.45412,28.13769],[-97.45414,28.1369],[-97.45415,28.1361],[-97.45416,28.13531],[-97.45417,28.13451],[-97.45418,28.13372],[-97.45419,28.13292],[-97.45421,28.13213],[-97.45422,28.13133],[-97.45423,28.13054],[-97.45424,28.12974],[-97.45425,28.12895],[-97.45427,28.12815],[-97.45428,28.12736],[-97.45429,28.12656],[-97.4543,28.12577],[-97.45431,28.12497],[-97.45433,28.12418],[-97.45339,28.12417],[-97.45246,28.12416],[-97.45152,28.12415],[-97.45059,28.12414],[-97.44965,28.12413],[-97.44872,28.12411],[-97.44779,28.1241],[-97.44685,28.12409],[-97.44592,28.12408],[-97.44498,28.12407],[-97.44405,28.12406],[-97.44312,28.12405],[-97.44218,28.12404],[-97.44125,28.12403],[-97.44031,28.12402],[-97.43938,28.124],[-97.43847,28.12399],[-97.43847,28.12366],[-97.43849,28.12286],[-97.4385,28.12207],[-97.43851,28.12127],[-97.43852,28.12048],[-97.43853,28.11968],[-97.43855,28.11889],[-97.43856,28.11809],[-97.43857,28.1173],[-97.43858,28.1165],[-97.43859,28.11571],[-97.43861,28.11491],[-97.43862,28.11412],[-97.43863,28.11332],[-97.43864,28.11253],[-97.43865,28.11173],[-97.43867,28.11094],[-97.43868,28.11015],[-97.43869,28.10935],[-97.4387,28.10856],[-97.43777,28.10854],[-97.43683,28.10853],[-97.4359,28.10852],[-97.43496,28.10851],[-97.43403,28.1085],[-97.4331,28.10849],[-97.43216,28.10848],[-97.43123,28.10847],[-97.43029,28.10846],[-97.42936,28.10844],[-97.42843,28.10843],[-97.42749,28.10842],[-97.42656,28.10841],[-97.42562,28.1084],[-97.42469,28.10839],[-97.42375,28.10838],[-97.42282,28.10837],[-97.42189,28.10836],[-97.42095,28.10834],[-97.42095,28.10853],[-97.42028,28.10852],[-97.41934,28.10851],[-97.41841,28.1085],[-97.41747,28.10849],[-97.41654,28.10848],[-97.41561,28.10847],[-97.41467,28.10846],[-97.41374,28.10844],[-97.4128,28.10843],[-97.41187,28.10842],[-97.41093,28.10841],[-97.41,28.1084],[-97.40907,28.10839],[-97.40813,28.10838],[-97.40722,28.10837],[-97.40723,28.10804],[-97.40724,28.10724],[-97.40725,28.10645],[-97.40726,28.10565],[-97.40727,28.10486],[-97.40729,28.10406],[-97.4073,28.10327],[-97.40731,28.10247],[-97.40732,28.10168],[-97.40734,28.10088],[-97.40735,28.10009],[-97.40736,28.09929],[-97.40737,28.0985],[-97.40738,28.0977],[-97.4074,28.09691],[-97.40741,28.09611],[-97.40742,28.09532],[-97.40743,28.09452],[-97.40745,28.09373],[-97.40746,28.09293],[-97.40652,28.09292],[-97.40559,28.09291],[-97.40465,28.0929],[-97.40372,28.09289],[-97.40278,28.09287],[-97.40185,28.09286],[-97.40092,28.09285],[-97.39998,28.09284],[-97.39905,28.09283],[-97.39811,28.09282],[-97.39718,28.09281],[-97.39624,28.09279],[-97.39531,28.09278],[-97.39437,28.09277],[-97.39344,28.09276],[-97.39251,28.09275],[-97.39157,28.09274],[-97.39064,28.09273],[-97.3897,28.09272],[-97.38969,28.09351],[-97.38968,28.09431],[-97.38966,28.0951],[-97.38965,28.0959],[-97.38964,28.09669],[-97.38963,28.09749],[-97.38962,28.09828],[-97.3896,28.09907],[-97.38959,28.09987],[-97.38958,28.10066],[-97.38957,28.10146],[-97.38955,28.10225],[-97.38954,28.10305],[-97.38953,28.10384],[-97.38952,28.10464],[-97.3895,28.10543],[-97.38949,28.10623],[-97.38948,28.10702],[-97.38947,28.10782],[-97.38946,28.10853],[-97.38903,28.10852],[-97.3881,28.10851],[-97.38716,28.1085],[-97.38623,28.10849],[-97.38529,28.10848],[-97.38436,28.10846],[-97.38342,28.10845],[-97.38249,28.10844],[-97.38155,28.10843],[-97.38062,28.10842],[-97.37968,28.10841],[-97.37875,28.1084],[-97.37782,28.10838],[-97.37688,28.10837],[-97.37595,28.10836],[-97.37501,28.10835],[-97.37408,28.10834],[-97.37407,28.10853],[-97.37341,28.10852],[-97.37247,28.10851],[-97.37154,28.1085],[-97.3706,28.10849],[-97.36967,28.10847],[-97.36873,28.10846],[-97.3678,28.10845],[-97.36686,28.10844],[-97.36593,28.10843],[-97.365,28.10842],[-97.36406,28.1084],[-97.36313,28.10839],[-97.36219,28.10838],[-97.36126,28.10837],[-97.36032,28.10836],[-97.35939,28.10835],[-97.35845,28.10833],[-97.35845,28.10853],[-97.35779,28.10852],[-97.35685,28.10851],[-97.35592,28.1085],[-97.35498,28.10849],[-97.35405,28.10847],[-97.35311,28.10846],[-97.35218,28.10845],[-97.35124,28.10844],[-97.35031,28.10843],[-97.34937,28.10842],[-97.34844,28.1084],[-97.3475,28.10839],[-97.34657,28.10838],[-97.34563,28.10837],[-97.3447,28.10836],[-97.34376,28.10835],[-97.34283,28.10833],[-97.34283,28.10853],[-97.34216,28.10852],[-97.34123,28.10851],[-97.34029,28.1085],[-97.33936,28.10849],[-97.33842,28.10847],[-97.33749,28.10846],[-97.33655,28.10845],[-97.33562,28.10844],[-97.33468,28.10843],[-97.33375,28.10842],[-97.33281,28.1084],[-97.33188,28.10839],[-97.33094,28.10838],[-97.33001,28.10837],[-97.3291,28.10836],[-97.3291,28.10804],[-97.32911,28.10725],[-97.32913,28.10645],[-97.32914,28.10566],[-97.32915,28.10486],[-97.32917,28.10407],[-97.32918,28.10327],[-97.32919,28.10248],[-97.3292,28.10168],[-97.32922,28.10089],[-97.32923,28.10009],[-97.32924,28.0993],[-97.32925,28.0985],[-97.32927,28.0977],[-97.32928,28.09691],[-97.32929,28.09611],[-97.32931,28.09532],[-97.32932,28.09452],[-97.32933,28.09373],[-97.32934,28.09293],[-97.32841,28.09292],[-97.32747,28.09291],[-97.32654,28.0929],[-97.3256,28.09289],[-97.32467,28.09287],[-97.32373,28.09286],[-97.3228,28.09285],[-97.32186,28.09284],[-97.32093,28.09283],[-97.31999,28.09281],[-97.31906,28.0928],[-97.31812,28.09279],[-97.31719,28.09278],[-97.31625,28.09277],[-97.31532,28.09275],[-97.31438,28.09274],[-97.31345,28.09273],[-97.31251,28.09272],[-97.31158,28.09271],[-97.31158,28.0929],[-97.31092,28.0929],[-97.30998,28.09288],[-97.30905,28.09287],[-97.30811,28.09286],[-97.30718,28.09285],[-97.30624,28.09284],[-97.30531,28.09282],[-97.30437,28.09281],[-97.30344,28.0928],[-97.3025,28.09279],[-97.30157,28.09278],[-97.30063,28.09276],[-97.2997,28.09275],[-97.29876,28.09274],[-97.29785,28.09273],[-97.29785,28.09242],[-97.29786,28.09163],[-97.29788,28.09083],[-97.29789,28.09004],[-97.2979,28.08924],[-97.29792,28.08844],[-97.29793,28.08765],[-97.29794,28.08685],[-97.29796,28.08606],[-97.29797,28.08526],[-97.29798,28.08447],[-97.29799,28.08367],[-97.29801,28.08288],[-97.29802,28.08208],[-97.29803,28.08128],[-97.29805,28.08049],[-97.29806,28.07969],[-97.29807,28.0789],[-97.29809,28.0781],[-97.2981,28.07731],[-97.29716,28.07729],[-97.29623,28.07728],[-97.29529,28.07727],[-97.29436,28.07726],[-97.29342,28.07725],[-97.29249,28.07723],[-97.29155,28.07722],[-97.29062,28.07721],[-97.28968,28.0772],[-97.28875,28.07719],[-97.28781,28.07717],[-97.28688,28.07716],[-97.28594,28.07715],[-97.28501,28.07714],[-97.28407,28.07712],[-97.28314,28.07711],[-97.2822,28.0771],[-97.28127,28.07709],[-97.28033,28.07708],[-97.28033,28.07728],[-97.27967,28.07727],[-97.27874,28.07726],[-97.2778,28.07725],[-97.27687,28.07723],[-97.27593,28.07722],[-97.275,28.07721],[-97.27406,28.0772],[-97.27312,28.07719],[-97.27219,28.07717],[-97.27125,28.07716],[-97.27032,28.07715],[-97.26938,28.07714],[-97.26845,28.07712],[-97.26751,28.07711],[-97.2666,28.0771],[-97.2666,28.0768],[-97.26661,28.076],[-97.26663,28.07521],[-97.26664,28.07441],[-97.26665,28.07362],[-97.26667,28.07282],[-97.26668,28.07203],[-97.26669,28.07123],[-97.26671,28.07043],[-97.26672,28.06964],[-97.26673,28.06884],[-97.26675,28.06805],[-97.26676,28.06725],[-97.26677,28.06646],[-97.26679,28.06566],[-97.2668,28.06486],[-97.26681,28.06407],[-97.26683,28.06327],[-97.26684,28.06248],[-97.26685,28.06168],[-97.26592,28.06167],[-97.26498,28.06166],[-97.26405,28.06164],[-97.26311,28.06163],[-97.26218,28.06162],[-97.26124,28.06161],[-97.26031,28.0616],[-97.25937,28.06158],[-97.25843,28.06157],[-97.2575,28.06156],[-97.25656,28.06155],[-97.25563,28.06153],[-97.25469,28.06152],[-97.25376,28.06151],[-97.25282,28.0615],[-97.25189,28.06148],[-97.25097,28.06147],[-97.25098,28.06118],[-97.25099,28.06038],[-97.251,28.05959],[-97.25102,28.05879],[-97.25103,28.05799],[-97.25104,28.0572],[-97.25106,28.0564],[-97.25107,28.05561],[-97.25108,28.05481],[-97.2511,28.05401],[-97.25111,28.05322],[-97.25112,28.05242],[-97.25114,28.05163],[-97.25115,28.05083],[-97.25116,28.05004],[-97.25118,28.04924],[-97.25119,28.04844],[-97.2512,28.04765],[-97.25122,28.04685],[-97.25123,28.04606],[-97.25029,28.04604],[-97.24936,28.04603],[-97.24842,28.04602],[-97.24749,28.04601],[-97.24655,28.04599],[-97.24562,28.04598],[-97.24468,28.04597],[-97.24375,28.04596],[-97.24281,28.04594],[-97.24188,28.04593],[-97.24094,28.04592],[-97.24,28.04591],[-97.23907,28.04589],[-97.23813,28.04588],[-97.2372,28.04587],[-97.23626,28.04586],[-97.23533,28.04584],[-97.23439,28.04583],[-97.23346,28.04582],[-97.23344,28.04662],[-97.23343,28.04741],[-97.23341,28.04821],[-97.2334,28.049],[-97.23339,28.0498],[-97.23337,28.05059],[-97.23336,28.05139],[-97.23335,28.05219],[-97.23333,28.05298],[-97.23332,28.05378],[-97.23331,28.05457],[-97.23329,28.05537],[-97.23328,28.05617],[-97.23327,28.05696],[-97.23325,28.05776],[-97.23324,28.05855],[-97.23323,28.05935],[-97.23321,28.06014],[-97.2332,28.06094],[-97.23319,28.06165],[-97.2328,28.06164],[-97.23186,28.06163],[-97.23093,28.06162],[-97.22999,28.06161],[-97.22906,28.06159],[-97.22812,28.06158],[-97.22719,28.06157],[-97.22625,28.06156],[-97.22531,28.06154],[-97.22438,28.06153],[-97.22344,28.06152],[-97.22251,28.06151],[-97.22157,28.06149],[-97.22064,28.06148],[-97.2197,28.06147],[-97.21876,28.06146],[-97.21783,28.06144],[-97.21782,28.06224],[-97.2178,28.06303],[-97.21779,28.06383],[-97.21777,28.06463],[-97.21776,28.06542],[-97.21775,28.06622],[-97.21773,28.06701],[-97.21772,28.06781],[-97.21771,28.06861],[-97.21769,28.0694],[-97.21768,28.0702],[-97.21767,28.07099],[-97.21765,28.07179],[-97.21764,28.07258],[-97.21762,28.07338],[-97.21761,28.07418],[-97.2176,28.07497],[-97.21758,28.07577],[-97.21757,28.07656],[-97.21756,28.07727],[-97.21718,28.07727],[-97.21624,28.07726],[-97.21531,28.07724],[-97.21437,28.07723],[-97.21343,28.07722],[-97.2125,28.07721],[-97.21156,28.07719],[-97.21063,28.07718],[-97.20969,28.07717],[-97.20876,28.07715],[-97.20782,28.07714],[-97.20688,28.07713],[-97.20595,28.07712],[-97.20501,28.0771],[-97.20408,28.07709],[-97.20314,28.07708],[-97.2022,28.07707],[-97.20219,28.07786],[-97.20218,28.07866],[-97.20216,28.07945],[-97.20215,28.08025],[-97.20214,28.08105],[-97.20212,28.08184],[-97.20211,28.08264],[-97.20209,28.08343],[-97.20208,28.08423],[-97.20207,28.08502],[-97.20205,28.08582],[-97.20204,28.08662],[-97.20203,28.08741],[-97.20201,28.08821],[-97.202,28.089],[-97.20198,28.0898],[-97.20197,28.0906],[-97.20196,28.09139],[-97.20194,28.09219],[-97.20193,28.0929],[-97.20156,28.09289],[-97.20062,28.09288],[-97.19968,28.09287],[-97.19875,28.09286],[-97.19781,28.09284],[-97.19688,28.09283],[-97.19594,28.09282],[-97.195,28.0928],[-97.19407,28.09279],[-97.19313,28.09278],[-97.1922,28.09277],[-97.19126,28.09275],[-97.19033,28.09274],[-97.18939,28.09273],[-97.18845,28.09271],[-97.18752,28.0927],[-97.18658,28.09269],[-97.18657,28.09348],[-97.18655,28.09428],[-97.18654,28.09508],[-97.18653,28.09587],[-97.18651,28.09667],[-97.1865,28.09746],[-97.18648,28.09826],[-97.18647,28.09906],[-97.18646,28.09985],[-97.18644,28.10065],[-97.18643,28.10145],[-97.18641,28.10224],[-97.1864,28.10304],[-97.18639,28.10383],[-97.18637,28.10463],[-97.18636,28.10543],[-97.18634,28.10622],[-97.18633,28.10702],[-97.18632,28.10781],[-97.1863,28.10852],[-97.18593,28.10852],[-97.185,28.10851],[-97.18406,28.10849],[-97.18313,28.10848],[-97.18219,28.10847],[-97.18125,28.10846],[-97.18032,28.10844],[-97.17938,28.10843],[-97.17845,28.10842],[-97.17751,28.1084],[-97.17657,28.10839],[-97.17564,28.10838],[-97.1747,28.10836],[-97.17376,28.10835],[-97.17283,28.10834],[-97.17189,28.10833],[-97.17096,28.10831],[-97.17095,28.10853],[-97.17031,28.10852],[-97.16937,28.10851],[-97.16844,28.10849],[-97.1675,28.10848],[-97.16656,28.10847],[-97.16563,28.10845],[-97.16469,28.10844],[-97.16376,28.10843],[-97.16282,28.10841],[-97.16188,28.1084],[-97.16095,28.10839],[-97.16001,28.10838],[-97.15908,28.10836],[-97.15814,28.10835],[-97.1572,28.10834],[-97.15627,28.10832],[-97.15533,28.10831],[-97.15532,28.10911],[-97.1553,28.1099],[-97.15529,28.1107],[-97.15528,28.11149],[-97.15526,28.11229],[-97.15525,28.11309],[-97.15523,28.11388],[-97.15522,28.11468],[-97.1552,28.11548],[-97.15519,28.11627],[-97.15518,28.11707],[-97.15516,28.11786],[-97.15515,28.11866],[-97.15513,28.11946],[-97.15512,28.12025],[-97.15511,28.12105],[-97.15509,28.12184],[-97.15508,28.12264],[-97.15506,28.12344],[-97.15505,28.12415],[-97.15469,28.12414],[-97.15375,28.12413],[-97.15282,28.12412],[-97.15188,28.1241],[-97.15094,28.12409],[-97.15001,28.12408],[-97.14907,28.12406],[-97.14813,28.12405],[-97.1472,28.12404],[-97.14626,28.12403],[-97.14532,28.12401],[-97.14439,28.124],[-97.14345,28.12399],[-97.14252,28.12397],[-97.14158,28.12396],[-97.14064,28.12395],[-97.13971,28.12393],[-97.13969,28.12473],[-97.13968,28.12553],[-97.13966,28.12632],[-97.13965,28.12712],[-97.13963,28.12791],[-97.13962,28.12871],[-97.13961,28.12951],[-97.13959,28.1303],[-97.13958,28.1311],[-97.13956,28.1319],[-97.13955,28.13269],[-97.13953,28.13349],[-97.13952,28.13429],[-97.13951,28.13508],[-97.13949,28.13588],[-97.13948,28.13667],[-97.13946,28.13747],[-97.13945,28.13827],[-97.13943,28.13906],[-97.13942,28.13977],[-97.13906,28.13977],[-97.13813,28.13976],[-97.13719,28.13974],[-97.13625,28.13973],[-97.13532,28.13972],[-97.13438,28.1397],[-97.13345,28.13969],[-97.13251,28.13968],[-97.13157,28.13966],[-97.13064,28.13965],[-97.1297,28.13964],[-97.12876,28.13962],[-97.12783,28.13961],[-97.12689,28.1396],[-97.12595,28.13958],[-97.12502,28.13957],[-97.12408,28.13956],[-97.12408,28.13978],[-97.12344,28.13977],[-97.12251,28.13975],[-97.12157,28.13974],[-97.12063,28.13973],[-97.1197,28.13971],[-97.11876,28.1397],[-97.11782,28.13969],[-97.11689,28.13967],[-97.11595,28.13966],[-97.11501,28.13965],[-97.11408,28.13963],[-97.11314,28.13962],[-97.1122,28.13961],[-97.11127,28.13959],[-97.11033,28.13958],[-97.10939,28.13957],[-97.10846,28.13955],[-97.10844,28.14035],[-97.10843,28.14115],[-97.10841,28.14194],[-97.1084,28.14274],[-97.10838,28.14354],[-97.10837,28.14433],[-97.10835,28.14513],[-97.10834,28.14593],[-97.10832,28.14672],[-97.10831,28.14752],[-97.1083,28.14832],[-97.10828,28.14911],[-97.10827,28.14991],[-97.10825,28.1507],[-97.10824,28.1515],[-97.10822,28.1523],[-97.10821,28.15309],[-97.10819,28.15389],[-97.10818,28.15469],[-97.10817,28.1554],[-97.10782,28.15539],[-97.10688,28.15538],[-97.10595,28.15537],[-97.10501,28.15535],[-97.10407,28.15534],[-97.10314,28.15533],[-97.1022,28.15531],[-97.10126,28.1553],[-97.10032,28.15529],[-97.09939,28.15527],[-97.09845,28.15526],[-97.09751,28.15525],[-97.09658,28.15523],[-97.09564,28.15522],[-97.0947,28.1552],[-97.09377,28.15519],[-97.09283,28.15518],[-97.09283,28.1554],[-97.0922,28.15539],[-97.09126,28.15538],[-97.09032,28.15537],[-97.08939,28.15535],[-97.08845,28.15534],[-97.08751,28.15533],[-97.08657,28.15531],[-97.08564,28.1553],[-97.0847,28.15529],[-97.08376,28.15527],[-97.08283,28.15526],[-97.08189,28.15524],[-97.08095,28.15523],[-97.08002,28.15522],[-97.07908,28.1552],[-97.07814,28.15519],[-97.0772,28.15518],[-97.07719,28.15597],[-97.07717,28.15677],[-97.07716,28.15757],[-97.07715,28.15836],[-97.07713,28.15916],[-97.07712,28.15996],[-97.0771,28.16075],[-97.07709,28.16155],[-97.07707,28.16235],[-97.07706,28.16314],[-97.07704,28.16394],[-97.07703,28.16474],[-97.07701,28.16553],[-97.077,28.16633],[-97.07698,28.16713],[-97.07697,28.16792],[-97.07695,28.16872],[-97.07694,28.16951],[-97.07692,28.17031],[-97.07691,28.17102],[-97.07657,28.17102],[-97.07564,28.17101],[-97.0747,28.17099],[-97.07376,28.17098],[-97.07282,28.17096],[-97.07189,28.17095],[-97.07095,28.17094],[-97.07001,28.17092],[-97.06908,28.17091],[-97.06814,28.1709],[-97.0672,28.17088],[-97.06627,28.17087],[-97.06533,28.17085],[-97.06439,28.17084],[-97.06346,28.17083],[-97.06252,28.17081],[-97.06158,28.1708],[-97.06158,28.17103],[-97.06095,28.17102],[-97.06001,28.171],[-97.05908,28.17099],[-97.05814,28.17098],[-97.0572,28.17096],[-97.05626,28.17095],[-97.05533,28.17094],[-97.05439,28.17092],[-97.05345,28.17091],[-97.05252,28.17089],[-97.05158,28.17088],[-97.05064,28.17087],[-97.0497,28.17085],[-97.04877,28.17084],[-97.04783,28.17082],[-97.04689,28.17081],[-97.04596,28.1708],[-97.04595,28.17103],[-97.04533,28.17102],[-97.04439,28.17101],[-97.04345,28.17099],[-97.04252,28.17098],[-97.04158,28.17096],[-97.04064,28.17095],[-97.0397,28.17094],[-97.03877,28.17092],[-97.03783,28.17091],[-97.03689,28.17089],[-97.03595,28.17088],[-97.03502,28.17087],[-97.03408,28.17085],[-97.03314,28.17084],[-97.03222,28.17082],[-97.03223,28.17058],[-97.03224,28.16978],[-97.03226,28.16898],[-97.03227,28.16818],[-97.03229,28.16739],[-97.0323,28.16659],[-97.03232,28.16579],[-97.03233,28.165],[-97.03235,28.1642],[-97.03237,28.1634],[-97.03238,28.16261],[-97.0324,28.16181],[-97.03241,28.16101],[-97.03243,28.16022],[-97.03244,28.15942],[-97.03246,28.15862],[-97.03247,28.15782],[-97.03249,28.15703],[-97.0325,28.15623],[-97.03252,28.15543],[-97.03222,28.15543],[-97.03223,28.15495],[-97.03224,28.15415],[-97.03226,28.15336],[-97.03227,28.15256],[-97.03229,28.15176],[-97.0323,28.15097],[-97.03232,28.15017],[-97.03233,28.14937],[-97.03235,28.14858],[-97.03236,28.14778],[-97.03238,28.14698],[-97.03239,28.14619],[-97.03241,28.14539],[-97.03242,28.14459],[-97.03244,28.14379],[-97.03245,28.143],[-97.03247,28.1422],[-97.03248,28.1414],[-97.0325,28.14061],[-97.03251,28.13981],[-97.03158,28.1398],[-97.03064,28.13978],[-97.0297,28.13977],[-97.02877,28.13975],[-97.02783,28.13974],[-97.02689,28.13973],[-97.02595,28.13971],[-97.02502,28.1397],[-97.02408,28.13968],[-97.02314,28.13967],[-97.0222,28.13966],[-97.02127,28.13964],[-97.02033,28.13963],[-97.01939,28.13961],[-97.01846,28.1396],[-97.01752,28.13959],[-97.0166,28.13957],[-97.0166,28.13933],[-97.01662,28.13853],[-97.01663,28.13773],[-97.01665,28.13694],[-97.01666,28.13614],[-97.01668,28.13534],[-97.01669,28.13455],[-97.01671,28.13375],[-97.01672,28.13295],[-97.01674,28.13216],[-97.01676,28.13136],[-97.01677,28.13056],[-97.01679,28.12976],[-97.0168,28.12897],[-97.01682,28.12817],[-97.01683,28.12737],[-97.01685,28.12658],[-97.01686,28.12578],[-97.01688,28.12498],[-97.01689,28.12418],[-97.01659,28.12418],[-97.0166,28.1237],[-97.01662,28.12291],[-97.01663,28.12211],[-97.01665,28.12131],[-97.01666,28.12051],[-97.01668,28.11972],[-97.0167,28.11892],[-97.01671,28.11812],[-97.01673,28.11733],[-97.01674,28.11653],[-97.01676,28.11573],[-97.01677,28.11494],[-97.01679,28.11414],[-97.0168,28.11334],[-97.01682,28.11254],[-97.01683,28.11175],[-97.01685,28.11095],[-97.01686,28.11015],[-97.01688,28.10936],[-97.01689,28.10856],[-97.01596,28.10854],[-97.01502,28.10853],[-97.01408,28.10852],[-97.01314,28.1085],[-97.01221,28.10849],[-97.01127,28.10847],[-97.01033,28.10846],[-97.00939,28.10845],[-97.00846,28.10843],[-97.00752,28.10842],[-97.00658,28.1084],[-97.00565,28.10839],[-97.00471,28.10838],[-97.00377,28.10836],[-97.00283,28.10835],[-97.0019,28.10833],[-97.00096,28.10832],[-97.00002,28.1083],[-96.99908,28.10829],[-96.99908,28.10853],[-96.99846,28.10852],[-96.99752,28.1085],[-96.99658,28.10849],[-96.99565,28.10847],[-96.99471,28.10846],[-96.99377,28.10845],[-96.99283,28.10843],[-96.9919,28.10842],[-96.99096,28.1084],[-96.99002,28.10839],[-96.98908,28.10837],[-96.98815,28.10836],[-96.98721,28.10835],[-96.98627,28.10833],[-96.98533,28.10832],[-96.9844,28.1083],[-96.98346,28.10829],[-96.98345,28.10853],[-96.98284,28.10852],[-96.9819,28.1085],[-96.98096,28.10849],[-96.98002,28.10848],[-96.97909,28.10846],[-96.97815,28.10845],[-96.97721,28.10843],[-96.97627,28.10842],[-96.97534,28.1084],[-96.9744,28.10839],[-96.97346,28.10837],[-96.97252,28.10836],[-96.97158,28.10835],[-96.97065,28.10833],[-96.96971,28.10832],[-96.96877,28.1083],[-96.96783,28.10829],[-96.96783,28.10853],[-96.96721,28.10852],[-96.96627,28.1085],[-96.96534,28.10849],[-96.9644,28.10847],[-96.96346,28.10846],[-96.96252,28.10845],[-96.96159,28.10843],[-96.96065,28.10842],[-96.95971,28.1084],[-96.95877,28.10839],[-96.95783,28.10837],[-96.9569,28.10836],[-96.95596,28.10834],[-96.95502,28.10833],[-96.95408,28.10831],[-96.95315,28.1083],[-96.95221,28.10829],[-96.9522,28.10853],[-96.95159,28.10852],[-96.95065,28.1085],[-96.94971,28.10849],[-96.94878,28.10847],[-96.94784,28.10846],[-96.9469,28.10844],[-96.94596,28.10843],[-96.94502,28.10842],[-96.94409,28.1084],[-96.94315,28.10839],[-96.94221,28.10837],[-96.94127,28.10836],[-96.94033,28.10834],[-96.9394,28.10833],[-96.93848,28.10831],[-96.93848,28.10809],[-96.9385,28.10729],[-96.93851,28.10649],[-96.93853,28.10569],[-96.93854,28.1049],[-96.93856,28.1041],[-96.93857,28.1033],[-96.93859,28.1025],[-96.93861,28.10171],[-96.93862,28.10091],[-96.93864,28.10011],[-96.93865,28.09931],[-96.93867,28.09852],[-96.93869,28.09772],[-96.9387,28.09692],[-96.93872,28.09612],[-96.93873,28.09533],[-96.93875,28.09453],[-96.93877,28.09373],[-96.93878,28.09293],[-96.93847,28.09293],[-96.93848,28.09246],[-96.9385,28.09166],[-96.93851,28.09087],[-96.93853,28.09007],[-96.93854,28.08927],[-96.93856,28.08848],[-96.93858,28.08768],[-96.93859,28.08688],[-96.93861,28.08608],[-96.93862,28.08529],[-96.93864,28.08449],[-96.93865,28.08369],[-96.93867,28.08289],[-96.93869,28.0821],[-96.9387,28.0813],[-96.93872,28.0805],[-96.93873,28.0797],[-96.93875,28.07891],[-96.93877,28.07811],[-96.93878,28.07731],[-96.93847,28.07731],[-96.93848,28.07684],[-96.93849,28.07604],[-96.93851,28.07524],[-96.93852,28.07444],[-96.93854,28.07365],[-96.93856,28.07285],[-96.93857,28.07205],[-96.93859,28.07125],[-96.9386,28.07046],[-96.93862,28.06966],[-96.93864,28.06886],[-96.93865,28.06806],[-96.93867,28.06727],[-96.93868,28.06647],[-96.9387,28.06567],[-96.93872,28.06488],[-96.93873,28.06408],[-96.93875,28.06336],[-96.93905,28.06337],[-96.93999,28.06338],[-96.94092,28.0634],[-96.94186,28.06341],[-96.9428,28.06343],[-96.94374,28.06344],[-96.94468,28.06346],[-96.94561,28.06347],[-96.94655,28.06348],[-96.94749,28.0635],[-96.94843,28.06351],[-96.94937,28.06353],[-96.9503,28.06354],[-96.95124,28.06356],[-96.95218,28.06357],[-96.95312,28.06359],[-96.95406,28.0636],[-96.95406,28.06336],[-96.95468,28.06337],[-96.95561,28.06338],[-96.95655,28.0634],[-96.95749,28.06341],[-96.95843,28.06343],[-96.95937,28.06344],[-96.9603,28.06346],[-96.96124,28.06347],[-96.96218,28.06349],[-96.96312,28.0635],[-96.96406,28.06351],[-96.96499,28.06353],[-96.96593,28.06354],[-96.96687,28.06356],[-96.96781,28.06357],[-96.96874,28.06359],[-96.96968,28.0636],[-96.9697,28.0628],[-96.96971,28.06201],[-96.96973,28.06121],[-96.96975,28.06041],[-96.96976,28.05961],[-96.96978,28.05882],[-96.96979,28.05802],[-96.96981,28.05722],[-96.96982,28.05643],[-96.96984,28.05563],[-96.96985,28.05483],[-96.96987,28.05403],[-96.96989,28.05324],[-96.9699,28.05244],[-96.96992,28.05164],[-96.96993,28.05084],[-96.96995,28.05005],[-96.96996,28.04925],[-96.96998,28.04845],[-96.96999,28.04766],[-96.97001,28.04686],[-96.97003,28.04606],[-96.96972,28.04606],[-96.96973,28.04558],[-96.96974,28.04479],[-96.96976,28.04399],[-96.96978,28.04319],[-96.96979,28.0424],[-96.96981,28.0416],[-96.96982,28.0408],[-96.96984,28.04],[-96.96985,28.03921],[-96.96987,28.03841],[-96.96988,28.03761],[-96.9699,28.03682],[-96.96992,28.03602],[-96.96993,28.03522],[-96.96995,28.03443],[-96.96996,28.03363],[-96.96998,28.03283],[-96.96999,28.03212],[-96.9703,28.03212],[-96.97124,28.03214],[-96.97218,28.03215],[-96.97312,28.03217],[-96.97405,28.03218],[-96.97499,28.03219],[-96.97593,28.03221],[-96.97687,28.03222],[-96.97781,28.03224],[-96.97874,28.03225],[-96.97968,28.03227],[-96.98062,28.03228],[-96.98156,28.0323],[-96.98249,28.03231],[-96.98343,28.03232],[-96.98437,28.03234],[-96.98531,28.03235],[-96.98532,28.03156],[-96.98534,28.03076],[-96.98535,28.02996],[-96.98537,28.02916],[-96.98538,28.02837],[-96.9854,28.02757],[-96.98541,28.02677],[-96.98543,28.02597],[-96.98545,28.02518],[-96.98546,28.02438],[-96.98548,28.02358],[-96.98549,28.02278],[-96.98551,28.02199],[-96.98552,28.02119],[-96.98554,28.02039],[-96.98555,28.01959],[-96.98557,28.0188],[-96.98559,28.018],[-96.9856,28.0172],[-96.98562,28.0164],[-96.98563,28.01561],[-96.98565,28.01481],[-96.98534,28.01481],[-96.98535,28.01433],[-96.98537,28.01353],[-96.98538,28.01274],[-96.9854,28.01194],[-96.98541,28.01114],[-96.98543,28.01034],[-96.98545,28.00955],[-96.98546,28.00875],[-96.98548,28.00795],[-96.98549,28.00716],[-96.98551,28.00636],[-96.98552,28.00556],[-96.98554,28.00476],[-96.98555,28.00397],[-96.98557,28.00317],[-96.98558,28.00237],[-96.9856,28.00158],[-96.98561,28.00086],[-96.98593,28.00087],[-96.98687,28.00088],[-96.9878,28.0009],[-96.98874,28.00091],[-96.98968,28.00092],[-96.99062,28.00094],[-96.99155,28.00095],[-96.99249,28.00097],[-96.99343,28.00098],[-96.99437,28.001],[-96.9953,28.00101],[-96.99624,28.00102],[-96.99718,28.00104],[-96.99812,28.00105],[-96.99906,28.00107],[-96.99999,28.00108],[-97.00093,28.0011],[-97.00095,28.0003],[-97.00096,27.9995],[-97.00098,27.9987],[-97.00099,27.99791],[-97.00101,27.99711],[-97.00102,27.99631],[-97.00104,27.99552],[-97.00105,27.99472],[-97.00107,27.99392],[-97.00108,27.99312],[-97.0011,27.99233],[-97.00111,27.99153],[-97.00113,27.99073],[-97.00115,27.98994],[-97.00116,27.98914],[-97.00118,27.98834],[-97.00119,27.98755],[-97.00121,27.98675],[-97.00122,27.98595],[-97.00124,27.98515],[-97.00125,27.98436],[-97.00127,27.98356],[-97.00097,27.98356],[-97.00098,27.98308],[-97.00099,27.98228],[-97.00101,27.98148],[-97.00102,27.98069],[-97.00104,27.97989],[-97.00105,27.97909],[-97.00107,27.9783],[-97.00108,27.9775],[-97.0011,27.9767],[-97.00111,27.97591],[-97.00113,27.97511],[-97.00115,27.97431],[-97.00116,27.97351],[-97.00118,27.97272],[-97.00119,27.97192],[-97.00121,27.97112],[-97.00122,27.97033],[-97.00124,27.96953],[-97.00125,27.96873],[-97.00127,27.96794],[-97.00097,27.96793],[-97.00098,27.96746],[-97.00099,27.96666],[-97.00101,27.96586],[-97.00102,27.96506],[-97.00104,27.96427],[-97.00105,27.96347],[-97.00107,27.96267],[-97.00108,27.96188],[-97.0011,27.96108],[-97.00111,27.96028],[-97.00113,27.95948],[-97.00115,27.95869],[-97.00116,27.95789],[-97.00118,27.95709],[-97.00119,27.9563],[-97.00121,27.9555],[-97.00122,27.9547],[-97.00124,27.95399],[-97.00156,27.95399],[-97.0025,27.95401],[-97.00343,27.95402],[-97.00437,27.95403],[-97.00531,27.95405],[-97.00624,27.95406],[-97.00718,27.95408],[-97.00812,27.95409],[-97.00906,27.95411],[-97.00999,27.95412],[-97.01093,27.95413],[-97.01187,27.95415],[-97.01281,27.95416],[-97.01374,27.95418],[-97.01468,27.95419],[-97.01562,27.9542],[-97.01655,27.95422],[-97.01656,27.95398],[-97.01718,27.95399],[-97.01812,27.95401],[-97.01906,27.95402],[-97.02,27.95403],[-97.02093,27.95405],[-97.02187,27.95406],[-97.02281,27.95408],[-97.02375,27.95409],[-97.02468,27.9541],[-97.02562,27.95412],[-97.02656,27.95413],[-97.02749,27.95415],[-97.02843,27.95416],[-97.02937,27.95417],[-97.03031,27.95419],[-97.03124,27.9542],[-97.03218,27.95422],[-97.03219,27.95398],[-97.03281,27.95399],[-97.03375,27.95401],[-97.03469,27.95402],[-97.03562,27.95403],[-97.03656,27.95405],[-97.0375,27.95406],[-97.03844,27.95408],[-97.03937,27.95409],[-97.04031,27.9541],[-97.04125,27.95412],[-97.04218,27.95413],[-97.04312,27.95415],[-97.04406,27.95416],[-97.045,27.95417],[-97.04593,27.95419],[-97.04687,27.9542],[-97.04781,27.95422],[-97.04782,27.95342],[-97.04784,27.95262],[-97.04785,27.95182],[-97.04787,27.95103],[-97.04788,27.95023],[-97.0479,27.94943],[-97.04791,27.94864],[-97.04793,27.94784],[-97.04794,27.94704],[-97.04796,27.94625],[-97.04797,27.94545],[-97.04799,27.94465],[-97.048,27.94386],[-97.04802,27.94306],[-97.04803,27.94226],[-97.04805,27.94147],[-97.04806,27.94067],[-97.04808,27.93987],[-97.04809,27.93907],[-97.04811,27.93828],[-97.04812,27.93748],[-97.04814,27.93668],[-97.04784,27.93668],[-97.04785,27.9362],[-97.04787,27.9354],[-97.04788,27.93461],[-97.0479,27.93381],[-97.04791,27.93301],[-97.04793,27.93222],[-97.04794,27.93142],[-97.04796,27.93062],[-97.04797,27.92982],[-97.04799,27.92903],[-97.048,27.92823],[-97.04802,27.92743],[-97.04803,27.92664],[-97.04805,27.92584],[-97.04806,27.92504],[-97.04808,27.92425],[-97.04809,27.92345],[-97.04811,27.92265],[-97.04812,27.92186],[-97.04814,27.92106],[-97.04784,27.92105],[-97.04785,27.92057],[-97.04787,27.91978],[-97.04788,27.91898],[-97.0479,27.91818],[-97.04791,27.91739],[-97.04793,27.91659],[-97.04794,27.91579],[-97.04796,27.915],[-97.04797,27.9142],[-97.04799,27.9134],[-97.048,27.91261],[-97.04802,27.91181],[-97.04803,27.91101],[-97.04805,27.91022],[-97.04806,27.90942],[-97.04808,27.90862],[-97.04809,27.90782],[-97.04811,27.90703],[-97.04812,27.90623],[-97.04814,27.90543],[-97.04784,27.90543],[-97.04785,27.90495],[-97.04787,27.90415],[-97.04788,27.90336],[-97.0479,27.90256],[-97.04791,27.90176],[-97.04793,27.90097],[-97.04794,27.90017],[-97.04796,27.89937],[-97.04797,27.89857],[-97.04799,27.89778],[-97.048,27.89698],[-97.04802,27.89618],[-97.04803,27.89539],[-97.04805,27.89459],[-97.04806,27.89379],[-97.04808,27.893],[-97.04809,27.8922],[-97.04811,27.8914],[-97.04812,27.89061],[-97.04814,27.88981],[-97.04784,27.8898],[-97.04785,27.88933],[-97.04787,27.88853],[-97.04788,27.88773],[-97.0479,27.88693],[-97.04791,27.88614],[-97.04793,27.88534],[-97.04794,27.88454],[-97.04796,27.88375],[-97.04797,27.88295],[-97.04799,27.88215],[-97.048,27.88136],[-97.04802,27.88056],[-97.04803,27.87976],[-97.04805,27.87897],[-97.04806,27.87817],[-97.04808,27.87737],[-97.04809,27.87657],[-97.04811,27.87578],[-97.04812,27.87498],[-97.04814,27.87418],[-97.04784,27.87418],[-97.04785,27.8737],[-97.04787,27.8729],[-97.04788,27.87211],[-97.0479,27.87131],[-97.04791,27.87051],[-97.04793,27.86972],[-97.04794,27.86892],[-97.04796,27.86812],[-97.04797,27.86733],[-97.04799,27.86653],[-97.048,27.86573],[-97.04801,27.86493],[-97.04803,27.86414],[-97.04804,27.86334],[-97.04806,27.86254],[-97.04807,27.86175],[-97.04809,27.86095],[-97.0481,27.86024],[-97.04844,27.86024],[-97.04938,27.86026],[-97.05031,27.86027],[-97.05125,27.86028],[-97.05219,27.8603],[-97.05312,27.86031],[-97.05406,27.86033],[-97.055,27.86034],[-97.05593,27.86035],[-97.05687,27.86037],[-97.05781,27.86038],[-97.05875,27.86039],[-97.05968,27.86041],[-97.06062,27.86042],[-97.06156,27.86044],[-97.06249,27.86045],[-97.06343,27.86046],[-97.06344,27.85967],[-97.06346,27.85887],[-97.06347,27.85807],[-97.06349,27.85728],[-97.0635,27.85648],[-97.06352,27.85568],[-97.06353,27.85489],[-97.06355,27.85409],[-97.06356,27.85329],[-97.06358,27.8525],[-97.06359,27.8517],[-97.06361,27.8509],[-97.06362,27.85011],[-97.06364,27.84931],[-97.06365,27.84851],[-97.06367,27.84772],[-97.06368,27.84692],[-97.0637,27.84612],[-97.06371,27.84532],[-97.06373,27.84453],[-97.06374,27.84373],[-97.06376,27.84293]]],"terms_url":"https://data.tnris.org/collection/bfdb7a76-a36c-4e9b-ba18-e8c8b259ed91","terms_text":"Strategic Mapping Program (StratMap). San Antonio River Authority Imagery, 2016-08-01"},{"id":"smith_county_2019_wms","name":"TX: Smith County Imagery 2019","type":"wms","template":"https://imagery.tnris.org/server/services/Smith_County/SmithCo_2020_NCCIR_6in/ImageServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[3,22],"polygon":[[[-94.98,32.19],[-94.98,32.55],[-95.07,32.55],[-95.07,32.58],[-95.28,32.58],[-95.28,32.61],[-95.43,32.61],[-95.43,32.64],[-95.52,32.64],[-95.52,32.67],[-95.55,32.67],[-95.55,32.7],[-95.61,32.7],[-95.61,32.46],[-95.58,32.46],[-95.58,32.43],[-95.55,32.43],[-95.55,32.4],[-95.52,32.4],[-95.52,32.37],[-95.49,32.37],[-95.49,32.34],[-95.46,32.34],[-95.46,32.28],[-95.49,32.28],[-95.49,32.13],[-94.98,32.13],[-94.98,32.19]]],"terms_url":"https://data.tnris.org/collection/38f1b2e7-6fc7-4357-80a4-1ee33d7abaaf","terms_text":"Smith County (Smith). Smith County Imagery, 2019-12-11","best":true},{"id":"US_Forest_Service_roads_overlay","name":"U.S. Forest Roads Overlay","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/glassman/cjf4qjmps0tgv2qpahj977mvz/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1IjoiZ2xhc3NtYW4iLCJhIjoiY2thbDk2M29tMHlrcjJ6cXUxZ2J5bW5nayJ9.DnGP0FnpEhkrfx-TX0pXxQ","category":"other","zoomExtent":[0,20],"polygon":[[[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259],[-157.50474,21.9985]],[[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412],[-96.01312,49.00605]],[[-160.41363,70.73977],[-163.02183,69.97074],[-164.9717,68.99469],[-167.15715,68.72197],[-164.8554,67.02551],[-168.0022,66.00175],[-169.00874,66.00155],[-169.00754,64.99877],[-172.51433,63.87673],[-173.8197,59.74014],[-162.50181,58.00058],[-160.0159,58.00124],[-160.01497,57.00003],[-160.50548,56.9999],[-165.80926,54.82485],[-178.0001,52.24465],[-177.9993,51.25543],[-171.46891,51.82153],[-162.40251,53.95666],[-159.00757,55.0025],[-158.01907,55.00278],[-151.99632,55.99919],[-151.50034,57.99879],[-151.50129,58.99198],[-138.516,58.99532],[-138.51505,57.99864],[-133.99482,54.00317],[-130.00444,54.00434],[-130.00708,57.00005],[-131.97588,56.99952],[-135.12299,59.7566],[-138.00718,59.9918],[-139.17159,60.41272],[-140.9874,61.01186],[-140.9684,69.95351],[-156.17689,71.56333],[-160.41363,70.73977]]],"description":"Highway: Green casing = unclassified. Brown casing = track. Surface: gravel = light brown fill, Asphalt = black, paved = gray, ground =white, concrete = blue, grass = green. Seasonal = white bars","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USForestService-overlay.png","overlay":true},{"id":"US_Forest_Service_roads","name":"U.S. Forest Service roads","type":"tms","template":"https://osm.cycle.travel/forest/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[0,19],"polygon":[[[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259],[-157.50474,21.9985]],[[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412],[-96.01312,49.00605]],[[-160.41363,70.73977],[-163.02183,69.97074],[-164.9717,68.99469],[-167.15715,68.72197],[-164.8554,67.02551],[-168.0022,66.00175],[-169.00874,66.00155],[-169.00754,64.99877],[-172.51433,63.87673],[-173.8197,59.74014],[-162.50181,58.00058],[-160.0159,58.00124],[-160.01497,57.00003],[-160.50548,56.9999],[-165.80926,54.82485],[-178.0001,52.24465],[-177.9993,51.25543],[-171.46891,51.82153],[-162.40251,53.95666],[-159.00757,55.0025],[-158.01907,55.00278],[-151.99632,55.99919],[-151.50034,57.99879],[-151.50129,58.99198],[-138.516,58.99532],[-138.51505,57.99864],[-133.99482,54.00317],[-130.00444,54.00434],[-130.00708,57.00005],[-131.97588,56.99952],[-135.12299,59.7566],[-138.00718,59.9918],[-139.17159,60.41272],[-140.9874,61.01186],[-140.9684,69.95351],[-156.17689,71.56333],[-160.41363,70.73977]]]},{"id":"UkraineDonAndriivskaOTG2020","name":"Ukraine - Andriivska OTG 2020","type":"tms","template":"https://otgportal.com.ua//arcgis/rest/services/don_andriivska/%D0%90%D0%BD%D0%B4%D1%80%D1%96%D1%97%D0%B2%D1%81%D1%8C%D0%BA%D0%B0_%D0%BE%D1%80%D1%82%D0%BE/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[11,19],"polygon":[[[37.3003,48.7113],[37.2642,48.6533],[37.2165,48.6639],[37.1894,48.6174],[37.2003,48.599],[37.2467,48.5959],[37.2577,48.5629],[37.3847,48.5866],[37.4197,48.612],[37.4455,48.6653],[37.4479,48.7115],[37.3003,48.7113]]],"terms_url":"http://andriivska.gromada.org.ua/","terms_text":"Геопортал Андріївської громади","best":true},{"id":"UkraineCherkasy2015","name":"Ukraine - Cherkasy 2015","type":"tms","template":"https://mgis.chmr.gov.ua/server/rest/services/base_map/orthophoto_2015/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2015-05-01T00:00:00.000Z","startDate":"2015-04-01T00:00:00.000Z","zoomExtent":[14,21],"polygon":[[[32.0529,49.4897],[31.9774,49.5026],[31.9606,49.4902],[31.9691,49.4504],[31.9434,49.4069],[32.0649,49.3566],[32.1473,49.4096],[32.0529,49.4897]]],"terms_url":"https://mgis.chmr.gov.ua/portal/home/","terms_text":"© Геопортал містобудівного кадастру міста Черкаси","icon":"https://commons.wikimedia.org/wiki/File:COA_Cherkasy,_Cherkaska,_Ukraine.svg#/media/Файл:COA_Cherkasy,_Cherkaska,_Ukraine.svg"},{"id":"UkraineCherkasy2021","name":"Ukraine - Cherkasy 2021","type":"tms","template":"https://mgis.chmr.gov.ua/server/rest/services/base_map/orthophoto_2021/MapServer/tile/{zoom}/{y}/{x}","category":"photo","endDate":"2021-05-01T00:00:00.000Z","startDate":"2021-04-01T00:00:00.000Z","zoomExtent":[14,21],"polygon":[[[32.0529,49.4897],[31.9774,49.5026],[31.9606,49.4902],[31.9691,49.4504],[31.9434,49.4069],[32.0649,49.3566],[32.1473,49.4096],[32.0529,49.4897]]],"terms_url":"https://mgis.chmr.gov.ua/portal/home/","terms_text":"© Геопортал містобудівного кадастру міста Черкаси","best":true,"icon":"https://commons.wikimedia.org/wiki/File:COA_Cherkasy,_Cherkaska,_Ukraine.svg#/media/Файл:COA_Cherkasy,_Cherkaska,_Ukraine.svg"},{"id":"UkraineKyiv2014DZK","name":"Ukraine - Kyiv 2014 (DZK)","type":"tms","template":"https://map.land.gov.ua/map/ortho_kiev/{zoom}/{x}/{-y}.jpg","category":"photo","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,16],"polygon":[[[30.30752,50.57184],[30.31233,50.56835],[30.32262,50.56486],[30.33086,50.55919],[30.32743,50.55221],[30.30477,50.55483],[30.30203,50.54741],[30.30271,50.54],[30.29722,50.53345],[30.28898,50.52821],[30.26975,50.51992],[30.26357,50.51381],[30.26151,50.50595],[30.26907,50.49983],[30.26563,50.48847],[30.26083,50.48192],[30.25671,50.47493],[30.24915,50.46968],[30.24297,50.46313],[30.23885,50.45613],[30.23679,50.4487],[30.2416,50.44214],[30.2416,50.43427],[30.23542,50.42771],[30.24572,50.42377],[30.25396,50.42902],[30.26563,50.42771],[30.27525,50.43165],[30.27799,50.43864],[30.28349,50.44477],[30.29585,50.44477],[30.32056,50.44258],[30.3446,50.44477],[30.35696,50.44389],[30.3597,50.43646],[30.3597,50.42902],[30.36314,50.42159],[30.37069,50.41546],[30.3906,50.40671],[30.39678,50.40014],[30.40914,50.39883],[30.43455,50.3857],[30.43661,50.37826],[30.43111,50.37212],[30.43661,50.36512],[30.44004,50.35548],[30.4524,50.35679],[30.46201,50.36205],[30.47025,50.35679],[30.46957,50.34935],[30.47163,50.34146],[30.48055,50.33664],[30.50253,50.33182],[30.51489,50.3305],[30.52587,50.32699],[30.54441,50.31735],[30.55677,50.31691],[30.5657,50.31209],[30.56638,50.30463],[30.56432,50.29718],[30.5657,50.2669],[30.56501,50.25944],[30.57531,50.25505],[30.5863,50.241],[30.59042,50.23353],[30.59591,50.2186],[30.6069,50.2164],[30.62956,50.21992],[30.63917,50.22387],[30.64398,50.2309],[30.64535,50.23792],[30.6378,50.25154],[30.62956,50.25637],[30.61857,50.2691],[30.62132,50.27656],[30.63368,50.27787],[30.64535,50.27612],[30.65153,50.26997],[30.6632,50.27085],[30.67144,50.27656],[30.66663,50.28314],[30.64947,50.29279],[30.62887,50.3305],[30.62681,50.33795],[30.63848,50.34014],[30.65084,50.34058],[30.68586,50.34453],[30.69753,50.34716],[30.70577,50.35241],[30.71127,50.35855],[30.71539,50.36512],[30.71813,50.37957],[30.72775,50.37475],[30.73873,50.37256],[30.75109,50.37256],[30.76208,50.37519],[30.77169,50.38001],[30.77856,50.3857],[30.77787,50.3927],[30.78954,50.39314],[30.80122,50.39139],[30.81289,50.39095],[30.82319,50.39358],[30.82044,50.40102],[30.8225,50.40846],[30.80328,50.41765],[30.7971,50.43165],[30.78886,50.43646],[30.75178,50.45439],[30.74835,50.46138],[30.75315,50.46794],[30.75178,50.47537],[30.74835,50.48236],[30.75521,50.48847],[30.74629,50.49197],[30.73805,50.49721],[30.74354,50.50376],[30.75315,50.50769],[30.76208,50.5125],[30.76276,50.51992],[30.78474,50.52559],[30.79504,50.52909],[30.81701,50.53432],[30.82525,50.53956],[30.82182,50.55439],[30.81014,50.56617],[30.80259,50.57141],[30.78336,50.57795],[30.77306,50.58274],[30.76208,50.58536],[30.74011,50.58841],[30.72981,50.59103],[30.71882,50.58972],[30.72157,50.58231],[30.71127,50.57838],[30.71127,50.56356],[30.70783,50.55614],[30.68792,50.56137],[30.67762,50.55876],[30.66801,50.55439],[30.66045,50.54916],[30.65496,50.54305],[30.65496,50.53563],[30.64329,50.5352],[30.60896,50.5365],[30.5966,50.53781],[30.58424,50.53869],[30.55608,50.55221],[30.52519,50.57402],[30.51351,50.57489],[30.49085,50.57489],[30.46819,50.57751],[30.46545,50.58449],[30.45515,50.58754],[30.44416,50.58797],[30.4318,50.58579],[30.42288,50.58143],[30.37687,50.57925],[30.33155,50.57402],[30.30752,50.57184]]],"description":"Works only from within Ukraine or with an Ukrainian proxy server."},{"id":"UkraineLubetskaOTG2020","name":"Ukraine - Lubetska OTG 2020","type":"tms","template":"https://otgportal.com.ua/arcgis/rest/services/chern_lubecka/Lubecka_ortho1000_2020/MapServer/WMTS/tile/1.0.0/chern_lubecka_Lubecka_ortho1000_2020/default/GoogleMapsCompatible/{zoom}/{y}/{x}","category":"photo","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[11,20],"polygon":[[[30.9471,51.6608],[30.9261,51.67366],[30.85856,51.68214],[30.8135,51.7425],[30.7342,51.7703],[30.7452,51.7905],[30.6985,51.8016],[30.6686,51.761],[30.5577,51.7027],[30.5945,51.6642],[30.669,51.681],[30.7517,51.6135],[30.8142,51.5834],[30.8372,51.5811],[30.8925,51.592],[30.9471,51.6608]]],"terms_text":"Map data: © Геоінформаційна система Любецької громади","best":true,"icon":"https://gromada.org.ua/favicon-32x32.png"},{"id":"UkraineMykolaiv2018","name":"Ukraine - Mykolaiv 2018","type":"tms","template":"http://mbk.mkrada.gov.ua/map/rtile/carto_2013928517078615452/ua/{zoom}/{x}/{y}.png","category":"photo","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[11,21],"polygon":[[[31.88301,47.01397],[31.87752,46.97838],[31.91391,46.98447],[31.91666,46.97932],[31.89468,46.95823],[31.8782,46.95026],[31.88988,46.93339],[31.90018,46.92307],[31.93176,46.91697],[31.9558,46.91228],[31.98257,46.90665],[31.99699,46.90008],[31.98532,46.87568],[31.9558,46.85127],[31.93108,46.83389],[31.91391,46.81792],[31.9455,46.81275],[32.00661,46.81322],[32.04025,46.83812],[32.08214,46.87662],[32.11235,46.90478],[32.12814,46.92917],[32.13844,46.95167],[32.13776,46.97744],[32.11647,46.99384],[32.04918,47.01163],[32.02446,47.02614],[32.03476,47.02848],[32.03957,47.03831],[32.03064,47.05328],[31.96404,47.04533],[31.88301,47.01397]]],"terms_text":"Map data: © Геоінформаційна система містобудівного кадастру Миколаївської міської ради","best":true,"icon":"https://mkrada.gov.ua/favicon.ico"},{"id":"Ukraine-orto10000-2012","name":"Ukraine - Orthophotomaps 2012","type":"tms","template":"https://m{switch:1,2}.land.gov.ua/map/ortho10k_all/{zoom}/{x}/{-y}.jpg","category":"photo","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","zoomExtent":[5,15],"polygon":[[[23.6193,51.65491],[23.62928,51.29462],[24.10135,50.85388],[23.9451,50.81399],[24.05813,50.68779],[24.04484,50.49785],[23.24364,50.105],[22.71837,49.64652],[22.7217,49.18151],[22.87795,49.04006],[22.58872,49.11193],[22.49896,49.06621],[22.11332,48.4217],[22.51558,48.2161],[22.58539,48.103],[22.76824,48.09856],[22.858,47.9585],[23.07077,47.98743],[23.15388,48.10522],[23.43646,47.96963],[23.58274,48.00523],[24.18446,47.90058],[24.52024,47.94291],[24.91585,47.70408],[25.3846,47.91618],[26.1193,47.97408],[26.36532,48.17178],[26.92383,48.34884],[27.55547,48.45258],[27.735,48.43494],[28.25694,48.15404],[28.36332,48.17178],[28.44311,48.06525],[28.63593,48.16513],[28.86864,47.99411],[29.17117,47.934],[29.23101,47.77562],[29.14789,47.50234],[29.54683,47.29982],[29.56013,46.96963],[29.8959,46.8197],[29.95574,46.68759],[29.81944,46.46593],[29.59337,46.45448],[29.18779,46.57116],[28.9318,46.49569],[29.02489,46.18125],[28.95175,46.03143],[28.47303,45.73753],[28.483,45.54228],[28.31678,45.56789],[28.23367,45.49103],[28.29018,45.33],[28.56611,45.23409],[28.74896,45.22004],[29.18114,45.38373],[29.47369,45.41407],[29.73965,45.15913],[29.79284,45.46306],[29.69643,45.55159],[30.43446,45.98756],[30.87662,46.56887],[31.27555,46.61457],[31.61133,46.19506],[33.02422,45.97138],[33.25694,46.07065],[33.58938,46.02681],[33.57941,45.90665],[32.87795,45.68181],[32.50893,45.47005],[32.44577,45.3557],[32.60534,45.30896],[32.83141,45.33935],[33.19377,45.14271],[33.42981,45.1263],[33.55282,44.93128],[33.35002,44.589],[33.38327,44.50608],[33.68912,44.38504],[33.985,44.37078],[34.67649,44.75686],[35.12196,44.76394],[35.42782,44.93364],[35.5076,45.11222],[35.81013,44.98539],[36.48832,45.04884],[36.47502,45.24111],[36.50494,45.31363],[36.65454,45.34168],[36.66452,45.4514],[36.11598,45.51899],[35.9963,45.43274],[35.86,45.53297],[35.47436,45.33],[35.0455,45.75145],[35.10202,45.97138],[35.43114,46.39948],[35.92316,46.64424],[36.20574,46.66022],[36.10601,46.4728],[36.4451,46.72407],[36.72436,46.7719],[36.7443,46.61685],[36.96039,46.83107],[37.20973,46.92651],[37.31279,46.87654],[37.5455,47.05124],[38.13393,47.05577],[38.30016,47.23891],[38.30348,47.52704],[38.38327,47.60106],[38.77555,47.68618],[38.86532,47.85153],[39.57675,47.81135],[39.74297,47.83144],[39.83274,47.92287],[39.99231,48.31348],[39.86266,48.5693],[39.69311,48.65283],[39.79617,48.78443],[40.08872,48.85448],[39.71638,49.01608],[39.93247,49.06185],[40.20508,49.24666],[40.0588,49.50424],[40.18845,49.6013],[39.79949,49.58406],[39.54018,49.74544],[39.27755,49.78195],[39.14457,49.89987],[39.00827,49.83344],[38.73899,49.97476],[38.41651,49.98972],[38.35002,50.08154],[38.19045,50.07514],[38.19377,49.95765],[38.05747,49.9384],[37.735,50.11353],[37.46571,50.45977],[36.59138,50.2519],[36.4717,50.32624],[36.31212,50.28802],[36.21571,50.41106],[36.06944,50.4513],[35.62063,50.38563],[35.40787,50.62878],[35.38792,51.03402],[35.1818,51.08626],[35.11199,51.21139],[34.7197,51.19056],[34.25095,51.30085],[34.22103,51.47098],[34.05813,51.67965],[34.14457,51.76409],[34.35734,51.78055],[33.75561,52.35277],[33.29683,52.39337],[32.93114,52.28368],[32.43912,52.32434],[32.31279,52.11864],[32.11,52.05531],[31.48832,52.13497],[31.2822,52.07984],[30.983,52.09005],[30.51425,51.63634],[30.63726,51.38599],[30.54417,51.30709],[30.21837,51.50824],[29.82276,51.47512],[29.67316,51.51238],[29.41718,51.4399],[29.19111,51.64253],[28.82542,51.5682],[28.37662,51.5806],[28.28021,51.68172],[28.02422,51.59093],[27.62861,51.62603],[27.09005,51.77026],[26.49829,51.80933],[26.12263,51.92224],[25.19178,51.95913],[24.39723,51.89353],[24.09803,51.64047],[23.6193,51.65491]]],"description":"Orthophotomaps provided by the State Service of Ukraine for Geodesy, Cartography and Cadastre (StateGeoCadastre)."},{"id":"UkraineRivne2011","name":"Ukraine - Rivne 2011","type":"tms","template":"http://geo.rv.ua/map/rtile/carto_1850678323655476854/ua/{zoom}/{x}/{y}.png","category":"photo","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[14,19],"polygon":[[[26.3431,50.612],[26.3421,50.6178],[26.3228,50.6407],[26.168,50.6644],[26.1447,50.6035],[26.144,50.5871],[26.1924,50.5603],[26.3053,50.5727],[26.339,50.5932],[26.3431,50.612]]],"terms_url":"https://geo.rv.ua/","terms_text":"© Містобудівний кадастр Рівненської міської ради","icon":"https://geo.rv.ua/tpl/icons/favicon.ico"},{"id":"UkraineVinnytsia2020","name":"Ukraine - Vinnytsia 2020","type":"tms","template":"http://maps2.vmr.gov.ua/OpenData/ofp/2020-03/GoogleMapsCompatible/{zoom}/{y}/{x}.png?ver=01032020","category":"photo","endDate":"2020-03-01T00:00:00.000Z","startDate":"2020-03-01T00:00:00.000Z","zoomExtent":[14,20],"polygon":[[[28.46755,49.28259],[28.34945,49.2278],[28.38189,49.19354],[28.51587,49.18198],[28.57965,49.22511],[28.57853,49.25867],[28.54136,49.2818],[28.46755,49.28259]]],"terms_url":"https://www.vmr.gov.ua/","terms_text":"© Вінницька міська рада","best":true,"icon":"https://www.vmr.gov.ua/_catalogs/masterpage/images/favicon.ico"},{"id":"UkraineVinnytsiaTG2021","name":"Ukraine - Vinnytsia TG 2021","type":"tms","template":"https://maps2.vmr.gov.ua/OpenData/ofp/2021-03/GoogleMapsCompatible/{zoom}/{y}/{x}.png?ver=03082021","category":"photo","endDate":"2021-03-01T00:00:00.000Z","startDate":"2021-03-01T00:00:00.000Z","zoomExtent":[14,19],"polygon":[[[28.3615,49.2241],[28.4161,49.192],[28.5634,49.1769],[28.6245,49.1783],[28.7137,49.1987],[28.7477,49.2191],[28.7567,49.2476],[28.6554,49.3096],[28.5459,49.319],[28.4446,49.2877],[28.3615,49.2241]]],"terms_url":"https://www.vmr.gov.ua/","terms_text":"© Вінницька міська рада","icon":"https://www.vmr.gov.ua/_catalogs/masterpage/images/favicon.ico"},{"id":"Union_Ortho_2019","name":"Union County Orthoimagery (2019)","type":"wms","template":"https://gis-image1.unioncountync.gov/arcgis/rest/services/GoMapsOrthos/Orthos2019/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,18],"polygon":[[[-80.30861,34.81355],[-80.73074,34.80821],[-80.73089,34.81547],[-80.81004,34.81432],[-80.81045,34.83605],[-80.80172,34.83619],[-80.80307,34.90149],[-80.79427,34.90159],[-80.78565,34.90892],[-80.78625,34.93802],[-80.84001,34.97348],[-80.84099,35.01699],[-80.5361,35.21714],[-80.53582,35.20263],[-80.47344,35.17439],[-80.38511,35.17543],[-80.27072,35.20571],[-80.27023,35.16219],[-80.27887,35.1621],[-80.29266,34.91532],[-80.31012,34.90785],[-80.30861,34.81355]]],"terms_url":"https://www.unioncountync.gov/government/departments-f-p/gis-mapping","terms_text":"Union County GIS","description":"The 2019 orthoimagery for Union County in the State of North Carolina","icon":"https://www.unioncountync.gov/Project/Contents/Main/_gfx/cmn/logo.svg"},{"id":"URBIS2009","name":"URBIS 2009 aerial imagery","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2009&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2009-01-01T00:00:00.000Z","startDate":"2009-01-01T00:00:00.000Z","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"URBIS2012","name":"URBIS 2012 aerial imagery","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2012&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"URBIS2014","name":"URBIS 2014 aerial imagery","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2014&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","polygon":[[[4.4001,50.76373],[4.43093,50.77254],[4.43586,50.77237],[4.46549,50.78373],[4.48189,50.78835],[4.48269,50.79849],[4.46363,50.80686],[4.46407,50.81546],[4.48204,50.81699],[4.48103,50.82343],[4.47465,50.83505],[4.47403,50.84587],[4.46712,50.85447],[4.45257,50.85797],[4.45017,50.86151],[4.42968,50.86764],[4.43423,50.87384],[4.44147,50.87513],[4.44381,50.88004],[4.43534,50.88977],[4.43968,50.89475],[4.43287,50.90363],[4.42096,50.90917],[4.42023,50.91387],[4.38315,50.91381],[4.37879,50.90637],[4.37334,50.90289],[4.36241,50.906],[4.34824,50.90611],[4.33955,50.90685],[4.32771,50.90515],[4.31471,50.89842],[4.30413,50.89498],[4.2871,50.89192],[4.28725,50.88532],[4.29293,50.88265],[4.27948,50.8736],[4.27347,50.86822],[4.27364,50.85871],[4.27688,50.85575],[4.27644,50.84376],[4.26664,50.8405],[4.25488,50.83992],[4.24755,50.83453],[4.24799,50.82866],[4.24357,50.82599],[4.24376,50.81356],[4.25233,50.81268],[4.25649,50.80711],[4.27025,50.8073],[4.27222,50.80537],[4.28414,50.80241],[4.28885,50.80434],[4.29544,50.8043],[4.30046,50.79506],[4.31076,50.79299],[4.31444,50.78372],[4.32628,50.77221],[4.34194,50.76891],[4.34474,50.77029],[4.37535,50.76577],[4.3755,50.76381],[4.4001,50.76373]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"URBIS2015","name":"URBIS 2015 aerial imagery","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2015&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UrbISOrtho2016","name":"UrbIS-Ortho 2016","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2016&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UrbISOrtho2017","name":"UrbIS-Ortho 2017","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2017&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UrbISOrtho2018","name":"UrbIS-Ortho 2018","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2018&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UrbISOrtho2019","name":"UrbIS-Ortho 2019","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2019&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UrbISOrtho2020","name":"UrbIS-Ortho 2020","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2020&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","polygon":[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UrbisAdmFR","name":"UrbisAdm FR","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=urbisFR&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[4.4347,50.77647],[4.45427,50.78367],[4.4635,50.78798],[4.48273,50.79313],[4.44715,50.80821],[4.44831,50.81147],[4.45788,50.81646],[4.45466,50.81838],[4.4768,50.82036],[4.46552,50.83549],[4.46835,50.83744],[4.46037,50.85218],[4.44578,50.85522],[4.44466,50.85809],[4.43891,50.86042],[4.43719,50.85868],[4.42612,50.86296],[4.42037,50.86789],[4.42973,50.87764],[4.43736,50.87867],[4.42681,50.89026],[4.43307,50.89464],[4.42277,50.90298],[4.41187,50.90753],[4.41376,50.91159],[4.4032,50.91381],[4.38758,50.9098],[4.37771,50.89713],[4.36303,50.90119],[4.34183,50.9026],[4.33093,50.90119],[4.31651,50.89389],[4.3057,50.8908],[4.29334,50.88847],[4.29428,50.88658],[4.29737,50.8849],[4.29918,50.87975],[4.28587,50.87201],[4.27858,50.86556],[4.28064,50.85944],[4.28999,50.85625],[4.28304,50.85354],[4.28793,50.84833],[4.28291,50.8479],[4.28158,50.83785],[4.27399,50.8392],[4.27184,50.8363],[4.25793,50.83571],[4.2545,50.83289],[4.25523,50.82839],[4.2509,50.82419],[4.24382,50.81928],[4.2566,50.81743],[4.25995,50.81106],[4.27274,50.81212],[4.2757,50.81087],[4.27708,50.80835],[4.28454,50.80732],[4.29274,50.80911],[4.2951,50.80881],[4.30162,50.81299],[4.3066,50.81239],[4.30205,50.80445],[4.30501,50.7987],[4.31527,50.79661],[4.31845,50.79403],[4.3193,50.78722],[4.32201,50.7832],[4.33089,50.7758],[4.3408,50.77354],[4.34677,50.77574],[4.3551,50.77354],[4.36527,50.77284],[4.38243,50.76917],[4.38303,50.76375],[4.43312,50.77802],[4.4347,50.77647]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UrbisAdmFRNL","name":"UrbisAdm FR/NL","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=urbisFRNL&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[4.4347,50.77647],[4.45427,50.78367],[4.4635,50.78798],[4.48273,50.79313],[4.44715,50.80821],[4.44831,50.81147],[4.45788,50.81646],[4.45466,50.81838],[4.4768,50.82036],[4.46552,50.83549],[4.46835,50.83744],[4.46037,50.85218],[4.44578,50.85522],[4.44466,50.85809],[4.43891,50.86042],[4.43719,50.85868],[4.42612,50.86296],[4.42037,50.86789],[4.42973,50.87764],[4.43736,50.87867],[4.42681,50.89026],[4.43307,50.89464],[4.42277,50.90298],[4.41187,50.90753],[4.41376,50.91159],[4.4032,50.91381],[4.38758,50.9098],[4.37771,50.89713],[4.36303,50.90119],[4.34183,50.9026],[4.33093,50.90119],[4.31651,50.89389],[4.3057,50.8908],[4.29334,50.88847],[4.29428,50.88658],[4.29737,50.8849],[4.29918,50.87975],[4.28587,50.87201],[4.27858,50.86556],[4.28064,50.85944],[4.28999,50.85625],[4.28304,50.85354],[4.28793,50.84833],[4.28291,50.8479],[4.28158,50.83785],[4.27399,50.8392],[4.27184,50.8363],[4.25793,50.83571],[4.2545,50.83289],[4.25523,50.82839],[4.2509,50.82419],[4.24382,50.81928],[4.2566,50.81743],[4.25995,50.81106],[4.27274,50.81212],[4.2757,50.81087],[4.27708,50.80835],[4.28454,50.80732],[4.29274,50.80911],[4.2951,50.80881],[4.30162,50.81299],[4.3066,50.81239],[4.30205,50.80445],[4.30501,50.7987],[4.31527,50.79661],[4.31845,50.79403],[4.3193,50.78722],[4.32201,50.7832],[4.33089,50.7758],[4.3408,50.77354],[4.34677,50.77574],[4.3551,50.77354],[4.36527,50.77284],[4.38243,50.76917],[4.38303,50.76375],[4.43312,50.77802],[4.4347,50.77647]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UrbisAdmNL","name":"UrbisAdm NL","type":"wms","template":"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=urbisNL&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","category":"map","projection":"EPSG:3857","polygon":[[[4.4347,50.77647],[4.45427,50.78367],[4.4635,50.78798],[4.48273,50.79313],[4.44715,50.80821],[4.44831,50.81147],[4.45788,50.81646],[4.45466,50.81838],[4.4768,50.82036],[4.46552,50.83549],[4.46835,50.83744],[4.46037,50.85218],[4.44578,50.85522],[4.44466,50.85809],[4.43891,50.86042],[4.43719,50.85868],[4.42612,50.86296],[4.42037,50.86789],[4.42973,50.87764],[4.43736,50.87867],[4.42681,50.89026],[4.43307,50.89464],[4.42277,50.90298],[4.41187,50.90753],[4.41376,50.91159],[4.4032,50.91381],[4.38758,50.9098],[4.37771,50.89713],[4.36303,50.90119],[4.34183,50.9026],[4.33093,50.90119],[4.31651,50.89389],[4.3057,50.8908],[4.29334,50.88847],[4.29428,50.88658],[4.29737,50.8849],[4.29918,50.87975],[4.28587,50.87201],[4.27858,50.86556],[4.28064,50.85944],[4.28999,50.85625],[4.28304,50.85354],[4.28793,50.84833],[4.28291,50.8479],[4.28158,50.83785],[4.27399,50.8392],[4.27184,50.8363],[4.25793,50.83571],[4.2545,50.83289],[4.25523,50.82839],[4.2509,50.82419],[4.24382,50.81928],[4.2566,50.81743],[4.25995,50.81106],[4.27274,50.81212],[4.2757,50.81087],[4.27708,50.80835],[4.28454,50.80732],[4.29274,50.80911],[4.2951,50.80881],[4.30162,50.81299],[4.3066,50.81239],[4.30205,50.80445],[4.30501,50.7987],[4.31527,50.79661],[4.31845,50.79403],[4.3193,50.78722],[4.32201,50.7832],[4.33089,50.7758],[4.3408,50.77354],[4.34677,50.77574],[4.3551,50.77354],[4.36527,50.77284],[4.38243,50.76917],[4.38303,50.76375],[4.43312,50.77802],[4.4347,50.77647]]],"terms_text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/UrbIS.png"},{"id":"UY-2019-orthophotos","name":"Uruguay IDE.uy Ortofotos 2019","type":"wms","template":"https://mapas.ide.uy/geoserver-raster/ortofotos/ows?LAYERS=ORTOFOTOS_2019&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2019-06-17T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-57.83828,-30.04182],[-58.52289,-33.03619],[-58.49122,-34.43409],[-56.26659,-34.99258],[-55.02366,-34.99964],[-55.02421,-35.06452],[-54.81824,-35.06569],[-54.81769,-35.00081],[-54.03626,-35.00525],[-53.32202,-33.75173],[-53.3233,-33.60681],[-53.47946,-33.60776],[-53.48502,-32.97077],[-53.27647,-32.9695],[-53.27828,-32.76084],[-53.13659,-32.75997],[-53.15598,-32.60236],[-53.69705,-32.06512],[-54.05009,-31.7291],[-55.77121,-30.78565],[-56.77752,-30.03511],[-57.83828,-30.04182]]],"terms_url":"https://www.gub.uy/agencia-gobierno-electronico-sociedad-informacion-conocimiento/","terms_text":"AGESIC - Agencia de Gobierno Electrónico y Sociedad de la Información y del Conocimiento","best":true,"description":"Ortophoto imagery from Uruguay AGESIC","icon":"https://www.gub.uy/infraestructura-datos-espaciales/sites/infraestructura-datos-espaciales/files/catalogo/IDE.jpg"},{"id":"USDA_American_Samoa_2022","name":"USDA American Samoa Imagery (2022)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/services/ortho_imagery/american_samoa_vivid_2022_30cm/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=american_samoa_vivid_2022_30cm:Natural Color No Stretch&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-06-10T00:00:00.000Z","startDate":"2018-04-07T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-171.01724,-14.73424],[-167.94046,-14.77159],[-167.86322,-10.80533],[-171.33908,-10.85591],[-171.01724,-14.73424]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA_Delta_Junction_2021","name":"USDA Delta Junction Orthoimagery (2021)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/services/ortho_imagery/alaska_delta_junction_2021/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=alaska_delta_junction_2021:NaturalColor_4Band_Vivid_NoStretch&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-144.74911,64.11792],[-145.50001,64.12594],[-145.49896,64.24903],[-145.74934,64.25008],[-145.74882,64.37449],[-146.2517,64.37475],[-146.25117,64.12489],[-145.99973,64.12173],[-146.00078,63.9997],[-145.7504,63.9997],[-145.7525,63.87556],[-145.50001,63.87345],[-145.50106,63.75247],[-144.74885,63.74615],[-144.75095,63.62412],[-144.49846,63.62307],[-144.49846,63.87556],[-144.7499,63.8703],[-144.74911,64.11792]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA_Guam_2022","name":"USDA Guam Imagery (2022)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/services/ortho_imagery/guam_vivid_2022_30cm/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=guam_vivid_2022_30cm:Natural Color No Stretch&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-07-19T00:00:00.000Z","startDate":"2020-09-19T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[144.7918,13.10904],[145.16312,13.60692],[144.80266,13.84765],[144.43254,13.3722],[144.7918,13.10904]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA_Hawaii_2022","name":"USDA Hawaii Imagery (2022)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/services/ortho_imagery/hawaii_vivid_2022_30cm/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=hawaii_vivid_2022_30cm:Natural Color No Stretch&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2020-10-11T00:00:00.000Z","startDate":"2014-12-06T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-160.33913,22.3188],[-160.33913,18.84504],[-154.73745,18.84504],[-154.73745,22.3188],[-160.33913,22.3188]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA_Marshall_Islands_2023","name":"USDA Marshall Islands Imagery (2023)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/services/ortho_imagery/marshall_islands_vivid_2023_30cm/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=marshall_islands_vivid_2023_30cm:Natural Color No Stretch&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-08-08T00:00:00.000Z","startDate":"2018-04-11T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[168.69834,4.33661],[172.58617,5.80637],[169.36556,15.4541],[159.42144,10.54234],[168.69834,4.33661]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA_Micronesia_2023","name":"USDA Micronesia Imagery (2023)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/services/ortho_imagery/micronesia_vivid_2023_30cm/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=micronesia_vivid_2023_30cm:Natural Color No Stretch&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2023-08-03T00:00:00.000Z","startDate":"2016-11-11T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[163.37343,5.98505],[136.56922,13.304],[136.77452,7.55223],[163.51457,-2.5359],[163.37343,5.98505]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA_CNMI_2022","name":"USDA Northern Mariana Islands Imagery (2022)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/services/ortho_imagery/cnmi_vivid_2022_30cm/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=cnmi_vivid_2022_30cm:Natural Color No Stretch&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-06-03T00:00:00.000Z","startDate":"2012-03-12T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[146.12703,13.77812],[146.56473,20.72551],[144.66588,20.75561],[144.87507,13.94685],[146.12703,13.77812]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA_Northwest_Hawaiian_Islands_2022","name":"USDA Northwest Hawaiian Islands Imagery (2022)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/services/ortho_imagery/northwest_hawaiian_islands_2022_30cm/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=northwest_hawaiian_islands_2022_30cm:Natural Color No Stretch&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"photo","projection":"EPSG:3857","endDate":"2022-06-30T00:00:00.000Z","startDate":"2020-05-29T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[-178.79629,27.39867],[-162.14112,21.87262],[-161.47491,23.21021],[-178.62974,29.1713],[-178.79629,27.39867]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USDA_Palau_2022","name":"USDA Palau Imagery (2022)","type":"wms","template":"https://nrcsgeoservices.sc.egov.usda.gov/arcgis/rest/services/ortho_imagery/palau_vivid_2022_30cm/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&size={width},{height}&f={proj}","category":"photo","projection":"EPSG:3857","endDate":"2022-06-18T00:00:00.000Z","startDate":"2019-03-06T00:00:00.000Z","zoomExtent":[12,20],"polygon":[[[130.16381,3.13451],[132.50036,2.30511],[135.35829,8.4351],[134.43863,8.45659],[130.16381,3.13451]]],"terms_url":"https://datagateway.nrcs.usda.gov/","terms_text":"U.S. Department of Agriculture","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USDA.png"},{"id":"USGS-3DEP","name":"USGS 3D Elevation Program","type":"wms","template":"https://elevation.nationalmap.gov/arcgis/services/3DEPElevation/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=3DEPElevation:Hillshade%20Gray&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","category":"elevation","projection":"EPSG:3857","zoomExtent":[9,20],"polygon":[[[-79.12989,43.31497],[-79.12989,43.24293],[-79.06696,43.24293],[-79.06696,43.13],[-79.12989,43.13],[-79.12989,43.05773],[-79.07126,43.05773],[-79.07126,42.92949],[-78.94326,42.92949],[-78.94326,42.75422],[-82.67886,41.67159],[-82.88391,41.75369],[-83.12077,41.99609],[-83.12077,42.24648],[-83.05892,42.24648],[-83.05892,42.30896],[-82.86853,42.30896],[-82.86853,42.37177],[-82.5599,42.49549],[-82.5599,42.55855],[-82.49678,42.55855],[-82.49678,42.68336],[-82.43289,42.68336],[-82.43289,42.93422],[-82.37006,42.93422],[-82.37006,43.06481],[-82.51953,45.33698],[-83.49681,45.87251],[-83.49681,45.93371],[-83.43381,45.93371],[-83.43381,46.00169],[-83.56,46.12616],[-83.99546,46.12616],[-83.99546,46.19317],[-84.05918,46.19317],[-84.05918,46.3815],[-84.11526,46.3815],[-84.11526,46.49536],[-84.05918,46.49536],[-84.05918,46.56827],[-84.25795,46.56827],[-84.25795,46.50512],[-84.30719,46.50512],[-84.30719,46.56827],[-84.44154,46.56827],[-84.44154,46.50453],[-84.60983,46.50453],[-84.76227,46.63341],[-84.86115,46.88929],[-88.3882,48.30154],[-89.42847,48.06564],[-89.99327,48.06564],[-89.99327,48.1283],[-90.74559,48.1283],[-90.74559,48.18931],[-90.80873,48.18931],[-90.80873,48.25221],[-91.06776,48.25221],[-91.06776,48.19167],[-91.19462,48.19167],[-91.19462,48.1279],[-91.68142,48.1279],[-91.68142,48.2526],[-91.93219,48.2526],[-91.93219,48.31425],[-91.99297,48.31425],[-91.99297,48.37808],[-92.31894,48.37808],[-92.31894,48.25291],[-92.37322,48.25291],[-92.37322,48.31534],[-92.43223,48.31534],[-92.43223,48.44114],[-92.49772,48.44114],[-92.49772,48.50178],[-92.56794,48.50178],[-92.56794,48.43958],[-92.62105,48.43958],[-92.62105,48.56508],[-92.80868,48.56508],[-92.80868,48.62674],[-92.93318,48.62674],[-92.93318,48.69221],[-93.00517,48.69221],[-93.00517,48.6283],[-93.12259,48.6283],[-93.12259,48.69221],[-93.31908,48.69221],[-93.31908,48.62674],[-93.50495,48.62674],[-93.50495,48.56352],[-93.74746,48.56352],[-93.74746,48.62674],[-93.81355,48.62674],[-93.81355,48.68988],[-94.24531,48.68988],[-94.24531,48.75543],[-94.61832,48.75543],[-94.61832,48.94104],[-94.6809,48.94104],[-94.6809,49.00297],[-94.74415,49.00297],[-94.74415,49.25361],[-94.80841,49.25361],[-94.80841,49.37841],[-95.11924,49.37841],[-95.11924,49.44253],[-95.19343,49.44253],[-95.19343,49.00353],[-96.87069,49.00353],[-96.87069,49.06561],[-99.00493,49.06561],[-99.00493,49.00507],[-109.36993,49.00507],[-109.36993,49.06682],[-109.50587,49.06682],[-109.50587,49.00507],[-114.183,49.00507],[-114.183,49.06873],[-114.75787,49.06873],[-114.75787,49.00507],[-115.43373,49.00507],[-115.43373,49.06714],[-116.50627,49.06714],[-116.50627,49.00507],[-117.30895,49.00507],[-117.30895,49.06598],[-119.88295,49.06598],[-119.88295,49.00507],[-120.12086,49.00507],[-120.12086,49.06784],[-121.44516,49.06784],[-121.44516,49.00507],[-121.93118,49.00507],[-121.93118,49.06561],[-123.12915,49.06451],[-123.12915,48.93432],[-123.00554,48.75295],[-123.12969,48.75295],[-123.12969,48.69022],[-123.18382,48.69022],[-123.18382,48.7529],[-123.25493,48.7529],[-123.25493,48.55923],[-123.19222,48.55923],[-123.19222,48.43484],[-123.25411,48.19051],[-124.05826,48.19084],[-124.05826,48.25344],[-124.18152,48.25344],[-124.18152,48.31647],[-124.43191,48.31647],[-124.43191,48.37826],[-124.55646,48.37826],[-124.55646,48.44083],[-124.75551,48.44083],[-139,48.45],[-139,32.5],[-117.18748,32.5],[-116.7465,32.49746],[-116.7465,32.56092],[-115.99701,32.56092],[-115.99701,32.62649],[-115.12495,32.62474],[-115.12495,32.68749],[-114.81241,32.68749],[-114.81261,32.62524],[-114.87531,32.62557],[-114.88081,32.43408],[-114.62945,32.43408],[-114.62945,32.37316],[-114.44474,32.37316],[-114.44474,32.30754],[-114.25576,32.30754],[-114.25576,32.24446],[-114.06803,32.24446],[-114.06803,32.18291],[-113.81665,32.18291],[-113.81665,32.12076],[-113.63074,32.12076],[-113.63074,32.05651],[-113.44175,32.05651],[-113.44175,31.99844],[-113.2546,31.99844],[-113.2546,31.93254],[-113.06807,31.93254],[-113.06807,31.87181],[-112.81611,31.87181],[-112.81611,31.81042],[-112.63088,31.81042],[-112.63088,31.74647],[-112.44189,31.74647],[-112.44189,31.6856],[-112.25719,31.6856],[-112.25719,31.62104],[-112.00338,31.62104],[-112.00338,31.55958],[-111.81562,31.55958],[-111.81562,31.49702],[-111.62786,31.49702],[-111.62786,31.434],[-111.4419,31.434],[-111.4419,31.37339],[-111.25597,31.37339],[-111.25597,31.31132],[-108.18458,31.31132],[-108.18458,31.74595],[-106.50651,31.74595],[-106.50651,31.68423],[-106.37973,31.68423],[-106.37973,31.62175],[-106.31743,31.62175],[-106.31743,31.49682],[-106.25518,31.49682],[-106.25518,31.43449],[-106.19247,31.43449],[-106.19247,31.37213],[-106.00392,31.37213],[-106.00392,31.30933],[-105.94166,31.30933],[-105.94166,31.24575],[-105.87982,31.24575],[-105.87982,31.18362],[-105.81623,31.18362],[-105.81623,31.12072],[-105.69212,31.12072],[-105.69212,31.05848],[-105.63029,31.05848],[-105.63029,30.93283],[-105.50444,30.93283],[-105.50444,30.87159],[-105.4413,30.87159],[-105.4413,30.80846],[-105.37815,30.80846],[-105.37815,30.74718],[-105.19047,30.74718],[-105.19047,30.68432],[-105.12862,30.68432],[-105.12862,30.61997],[-105.00365,30.61997],[-105.00365,30.55891],[-104.9418,30.55891],[-104.9418,30.49632],[-104.8782,30.49632],[-104.8782,30.30983],[-104.81553,30.30983],[-104.81553,30.24783],[-104.75361,30.24783],[-104.75361,29.93539],[-104.69095,29.93539],[-104.69095,29.80902],[-104.62913,29.80902],[-104.62913,29.68436],[-104.56599,29.68436],[-104.56599,29.62235],[-104.50372,29.62235],[-104.50372,29.55954],[-104.44101,29.55954],[-104.44101,29.49748],[-104.25376,29.49748],[-104.25376,29.37167],[-104.1292,29.37167],[-104.1292,29.30916],[-104.06887,29.30916],[-104.06887,29.24673],[-103.81873,29.24673],[-103.81873,29.18431],[-103.75574,29.18431],[-103.75574,29.12232],[-103.56675,29.12232],[-103.56675,29.05981],[-103.50498,29.05981],[-103.50498,28.99675],[-103.31658,28.99675],[-103.31658,28.93469],[-103.05976,28.93469],[-103.05976,29.0593],[-102.99797,29.0593],[-102.99797,29.12129],[-102.93314,29.12129],[-102.93314,29.18486],[-102.8096,29.18486],[-102.8096,29.25262],[-102.87013,29.25262],[-102.87013,29.3081],[-102.80967,29.3081],[-102.80967,29.37155],[-102.74757,29.37155],[-102.74757,29.55819],[-102.68455,29.55819],[-102.68455,29.68477],[-102.49678,29.68477],[-102.49678,29.74577],[-102.30866,29.74577],[-102.30866,29.80866],[-102.19093,29.80866],[-102.19093,29.74601],[-101.50499,29.74601],[-101.50499,29.68468],[-101.38058,29.68468],[-101.38058,29.55945],[-101.31751,29.55945],[-101.31751,29.49589],[-101.19101,29.49589],[-101.19101,29.43261],[-101.0675,29.43261],[-101.0675,29.30881],[-100.94189,29.30881],[-100.94189,29.24562],[-100.81673,29.24562],[-100.81673,29.11904],[-100.75227,29.11904],[-100.75227,29.05782],[-100.69254,29.05782],[-100.69254,28.87204],[-100.62902,28.87204],[-100.62902,28.80954],[-100.56799,28.80954],[-100.56799,28.62255],[-100.50404,28.62255],[-100.50404,28.55838],[-100.44218,28.55838],[-100.44218,28.49683],[-100.37943,28.49683],[-100.37943,28.30929],[-100.31719,28.30929],[-100.31719,28.18357],[-100.25448,28.18357],[-100.25448,28.12139],[-100.12823,28.12139],[-100.12823,28.05921],[-100.06595,28.05921],[-100.06595,27.99661],[-100.00239,27.99661],[-100.00239,27.93322],[-99.94265,27.93322],[-99.94265,27.74547],[-99.81685,27.74547],[-99.81685,27.68343],[-99.75413,27.68343],[-99.75413,27.62215],[-99.62916,27.62215],[-99.62916,27.5589],[-99.56728,27.5589],[-99.56728,27.43538],[-99.50418,27.43538],[-99.50418,27.3774],[-99.56718,27.3774],[-99.56718,27.24637],[-99.50498,27.24637],[-99.50498,26.99656],[-99.44274,26.99656],[-99.44274,26.8728],[-99.38006,26.8728],[-99.38006,26.80682],[-99.31907,26.80682],[-99.31907,26.74736],[-99.25375,26.74736],[-99.25375,26.62101],[-99.19106,26.62101],[-99.19106,26.49567],[-99.13006,26.49567],[-99.13006,26.37138],[-99.00295,26.37138],[-99.00295,26.30938],[-98.81657,26.30938],[-98.81657,26.24578],[-98.69201,26.24578],[-98.69201,26.18371],[-98.44409,26.18371],[-98.44409,26.12172],[-98.38232,26.12172],[-98.38232,26.05965],[-98.25327,26.05965],[-98.25327,25.99869],[-98.01091,25.99869],[-98.01091,25.99323],[-97.69323,25.99323],[-97.69323,25.93341],[-97.63139,25.93341],[-97.63139,25.86959],[-97.50468,25.86959],[-97.50468,25.80735],[-97.30834,25.80735],[-97.30834,25.87312],[-97.24563,25.87312],[-97.24563,25.93537],[-97.11389,25.93537],[-80.7,24],[-79.314,27.108],[-66.93111,44.74737],[-66.93111,44.94066],[-66.99468,44.94066],[-66.99468,45.00245],[-67.05958,45.00245],[-67.05958,45.12734],[-67.1202,45.12734],[-67.1202,45.19101],[-67.24698,45.19101],[-67.24698,45.25344],[-67.31775,45.25344],[-67.31775,45.18984],[-67.37075,45.18984],[-67.37075,45.2534],[-67.43269,45.2534],[-67.43269,45.30834],[-67.37086,45.30834],[-67.37086,45.4397],[-67.43056,45.4397],[-67.43056,45.49501],[-67.37099,45.49501],[-67.37099,45.62645],[-67.6215,45.62645],[-67.6215,45.68961],[-67.68383,45.68961],[-67.68383,45.75326],[-67.74621,45.75326],[-67.74621,47.12682],[-67.87001,47.12682],[-67.87001,47.19003],[-67.93238,47.19003],[-67.93238,47.25397],[-67.99594,47.25397],[-67.99594,47.31497],[-68.12067,47.31497],[-68.12067,47.37808],[-68.44232,47.37808],[-68.44232,47.31661],[-68.63143,47.31661],[-68.63143,47.25447],[-68.9978,47.25447],[-68.9978,47.43989],[-69.06072,47.43989],[-69.06072,47.50476],[-69.25381,47.50476],[-69.25381,47.43981],[-69.31793,47.43981],[-69.31793,47.3786],[-69.44385,47.3786],[-69.44385,47.31563],[-69.50382,47.31563],[-69.50382,47.25258],[-69.56678,47.25258],[-69.56678,47.19109],[-69.63035,47.19109],[-69.63035,47.1287],[-69.69331,47.1287],[-69.69331,47.06543],[-69.75571,47.06543],[-69.75571,47.00428],[-69.81804,47.00428],[-69.81804,46.94153],[-69.8804,46.94153],[-69.8804,46.87925],[-69.94217,46.87925],[-69.94217,46.81774],[-70.00631,46.81774],[-70.00631,46.69203],[-70.07043,46.69203],[-70.07043,46.44259],[-70.19459,46.44259],[-70.19459,46.37859],[-70.2562,46.37859],[-70.2562,46.31526],[-70.32037,46.31526],[-70.32037,46.06512],[-70.3815,46.06512],[-70.3815,45.93552],[-70.32016,45.93552],[-70.32016,45.87948],[-70.44931,45.87948],[-70.44931,45.75387],[-70.507,45.75387],[-70.507,45.69169],[-70.63166,45.69169],[-70.63166,45.62916],[-70.75755,45.62916],[-70.75755,45.44147],[-70.88099,45.44147],[-70.88099,45.37806],[-71.13328,45.37806],[-71.13328,45.31515],[-71.38303,45.31515],[-71.38303,45.25342],[-71.50764,45.25342],[-71.50764,45.06557],[-73.94189,45.06557],[-73.94189,45.00312],[-74.74697,45.00312],[-74.74697,45.0649],[-74.8801,45.0649],[-74.8801,45.0029],[-75.06625,45.0029],[-75.06625,44.94152],[-75.25394,44.94152],[-75.25394,44.8776],[-75.37896,44.8776],[-75.37896,44.81535],[-75.44313,44.81535],[-75.44313,44.75361],[-75.56666,44.75361],[-75.56666,44.691],[-75.62902,44.691],[-75.62902,44.6285],[-75.75405,44.6285],[-75.75405,44.56638],[-75.81731,44.56638],[-75.81731,44.50289],[-75.87995,44.50289],[-75.87995,44.37849],[-76.13003,44.37849],[-76.13003,44.31592],[-76.1927,44.31592],[-76.1927,44.25344],[-76.31826,44.25344],[-76.31826,44.19167],[-76.3793,44.19167],[-76.3793,44.06537],[-76.80375,43.64253],[-79.12989,43.31497]],[[-179.9341,50.83371],[-179.56389,50.86369],[-130.578,54.66271],[-129.97925,55.27755],[-129.95728,56.02295],[-132.01721,57.04073],[-135.46143,59.81168],[-136.37329,59.59553],[-136.59302,59.18437],[-137.44446,58.91599],[-137.58179,59.24903],[-139.19678,60.0895],[-139.04297,60.35956],[-141.02052,60.2943],[-140.99787,69.90649],[-163.30086,71.97901],[-169.03565,65.70804],[-172.22169,63.79219],[-179.9341,50.83371]],[[-64.62535,18.46935],[-64.62327,18.27536],[-64.53781,17.62308],[-68.02734,18.00485],[-67.79388,18.54342],[-64.62535,18.46935]]],"description":" The USGS 3D Elevation Program (3DEP) Bare Earth DEM Dynamic service is based on multi-resolution USGS DEM sources and provides dynamic functions for visualization","icon":"https://www.usgs.gov/themes/custom/usgs_tantalum/usgs_logo.png"},{"id":"USGS-Imagery","name":"USGS Imagery","type":"tms","template":"https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/tile/{zoom}/{y}/{x}","category":"photo","zoomExtent":[9,20],"polygon":[[[-79.12989,43.31497],[-79.12989,43.24293],[-79.06696,43.24293],[-79.06696,43.13],[-79.12989,43.13],[-79.12989,43.05773],[-79.07126,43.05773],[-79.07126,42.92949],[-78.94326,42.92949],[-78.94326,42.75422],[-82.67886,41.67159],[-82.88391,41.75369],[-83.12077,41.99609],[-83.12077,42.24648],[-83.05892,42.24648],[-83.05892,42.30896],[-82.86853,42.30896],[-82.86853,42.37177],[-82.5599,42.49549],[-82.5599,42.55855],[-82.49678,42.55855],[-82.49678,42.68336],[-82.43289,42.68336],[-82.43289,42.93422],[-82.37006,42.93422],[-82.37006,43.06481],[-82.51953,45.33698],[-83.49681,45.87251],[-83.49681,45.93371],[-83.43381,45.93371],[-83.43381,46.00169],[-83.56,46.12616],[-83.99546,46.12616],[-83.99546,46.19317],[-84.05918,46.19317],[-84.05918,46.3815],[-84.11526,46.3815],[-84.11526,46.49536],[-84.05918,46.49536],[-84.05918,46.56827],[-84.25795,46.56827],[-84.25795,46.50512],[-84.30719,46.50512],[-84.30719,46.56827],[-84.44154,46.56827],[-84.44154,46.50453],[-84.60983,46.50453],[-84.76227,46.63341],[-84.86115,46.88929],[-88.3882,48.30154],[-89.42847,48.06564],[-89.99327,48.06564],[-89.99327,48.1283],[-90.74559,48.1283],[-90.74559,48.18931],[-90.80873,48.18931],[-90.80873,48.25221],[-91.06776,48.25221],[-91.06776,48.19167],[-91.19462,48.19167],[-91.19462,48.1279],[-91.68142,48.1279],[-91.68142,48.2526],[-91.93219,48.2526],[-91.93219,48.31425],[-91.99297,48.31425],[-91.99297,48.37808],[-92.31894,48.37808],[-92.31894,48.25291],[-92.37322,48.25291],[-92.37322,48.31534],[-92.43223,48.31534],[-92.43223,48.44114],[-92.49772,48.44114],[-92.49772,48.50178],[-92.56794,48.50178],[-92.56794,48.43958],[-92.62105,48.43958],[-92.62105,48.56508],[-92.80868,48.56508],[-92.80868,48.62674],[-92.93318,48.62674],[-92.93318,48.69221],[-93.00517,48.69221],[-93.00517,48.6283],[-93.12259,48.6283],[-93.12259,48.69221],[-93.31908,48.69221],[-93.31908,48.62674],[-93.50495,48.62674],[-93.50495,48.56352],[-93.74746,48.56352],[-93.74746,48.62674],[-93.81355,48.62674],[-93.81355,48.68988],[-94.24531,48.68988],[-94.24531,48.75543],[-94.61832,48.75543],[-94.61832,48.94104],[-94.6809,48.94104],[-94.6809,49.00297],[-94.74415,49.00297],[-94.74415,49.25361],[-94.80841,49.25361],[-94.80841,49.37841],[-95.11924,49.37841],[-95.11924,49.44253],[-95.19343,49.44253],[-95.19343,49.00353],[-96.87069,49.00353],[-96.87069,49.06561],[-99.00493,49.06561],[-99.00493,49.00507],[-109.36993,49.00507],[-109.36993,49.06682],[-109.50587,49.06682],[-109.50587,49.00507],[-114.183,49.00507],[-114.183,49.06873],[-114.75787,49.06873],[-114.75787,49.00507],[-115.43373,49.00507],[-115.43373,49.06714],[-116.50627,49.06714],[-116.50627,49.00507],[-117.30895,49.00507],[-117.30895,49.06598],[-119.88295,49.06598],[-119.88295,49.00507],[-120.12086,49.00507],[-120.12086,49.06784],[-121.44516,49.06784],[-121.44516,49.00507],[-121.93118,49.00507],[-121.93118,49.06561],[-123.12915,49.06451],[-123.12915,48.93432],[-123.00554,48.75295],[-123.12969,48.75295],[-123.12969,48.69022],[-123.18382,48.69022],[-123.18382,48.7529],[-123.25493,48.7529],[-123.25493,48.55923],[-123.19222,48.55923],[-123.19222,48.43484],[-123.25411,48.19051],[-124.05826,48.19084],[-124.05826,48.25344],[-124.18152,48.25344],[-124.18152,48.31647],[-124.43191,48.31647],[-124.43191,48.37826],[-124.55646,48.37826],[-124.55646,48.44083],[-124.75551,48.44083],[-139,48.45],[-139,32.5],[-117.18748,32.5],[-116.7465,32.49746],[-116.7465,32.56092],[-115.99701,32.56092],[-115.99701,32.62649],[-115.12495,32.62474],[-115.12495,32.68749],[-114.81241,32.68749],[-114.81261,32.62524],[-114.87531,32.62557],[-114.88081,32.43408],[-114.62945,32.43408],[-114.62945,32.37316],[-114.44474,32.37316],[-114.44474,32.30754],[-114.25576,32.30754],[-114.25576,32.24446],[-114.06803,32.24446],[-114.06803,32.18291],[-113.81665,32.18291],[-113.81665,32.12076],[-113.63074,32.12076],[-113.63074,32.05651],[-113.44175,32.05651],[-113.44175,31.99844],[-113.2546,31.99844],[-113.2546,31.93254],[-113.06807,31.93254],[-113.06807,31.87181],[-112.81611,31.87181],[-112.81611,31.81042],[-112.63088,31.81042],[-112.63088,31.74647],[-112.44189,31.74647],[-112.44189,31.6856],[-112.25719,31.6856],[-112.25719,31.62104],[-112.00338,31.62104],[-112.00338,31.55958],[-111.81562,31.55958],[-111.81562,31.49702],[-111.62786,31.49702],[-111.62786,31.434],[-111.4419,31.434],[-111.4419,31.37339],[-111.25597,31.37339],[-111.25597,31.31132],[-108.18458,31.31132],[-108.18458,31.74595],[-106.50651,31.74595],[-106.50651,31.68423],[-106.37973,31.68423],[-106.37973,31.62175],[-106.31743,31.62175],[-106.31743,31.49682],[-106.25518,31.49682],[-106.25518,31.43449],[-106.19247,31.43449],[-106.19247,31.37213],[-106.00392,31.37213],[-106.00392,31.30933],[-105.94166,31.30933],[-105.94166,31.24575],[-105.87982,31.24575],[-105.87982,31.18362],[-105.81623,31.18362],[-105.81623,31.12072],[-105.69212,31.12072],[-105.69212,31.05848],[-105.63029,31.05848],[-105.63029,30.93283],[-105.50444,30.93283],[-105.50444,30.87159],[-105.4413,30.87159],[-105.4413,30.80846],[-105.37815,30.80846],[-105.37815,30.74718],[-105.19047,30.74718],[-105.19047,30.68432],[-105.12862,30.68432],[-105.12862,30.61997],[-105.00365,30.61997],[-105.00365,30.55891],[-104.9418,30.55891],[-104.9418,30.49632],[-104.8782,30.49632],[-104.8782,30.30983],[-104.81553,30.30983],[-104.81553,30.24783],[-104.75361,30.24783],[-104.75361,29.93539],[-104.69095,29.93539],[-104.69095,29.80902],[-104.62913,29.80902],[-104.62913,29.68436],[-104.56599,29.68436],[-104.56599,29.62235],[-104.50372,29.62235],[-104.50372,29.55954],[-104.44101,29.55954],[-104.44101,29.49748],[-104.25376,29.49748],[-104.25376,29.37167],[-104.1292,29.37167],[-104.1292,29.30916],[-104.06887,29.30916],[-104.06887,29.24673],[-103.81873,29.24673],[-103.81873,29.18431],[-103.75574,29.18431],[-103.75574,29.12232],[-103.56675,29.12232],[-103.56675,29.05981],[-103.50498,29.05981],[-103.50498,28.99675],[-103.31658,28.99675],[-103.31658,28.93469],[-103.05976,28.93469],[-103.05976,29.0593],[-102.99797,29.0593],[-102.99797,29.12129],[-102.93314,29.12129],[-102.93314,29.18486],[-102.8096,29.18486],[-102.8096,29.25262],[-102.87013,29.25262],[-102.87013,29.3081],[-102.80967,29.3081],[-102.80967,29.37155],[-102.74757,29.37155],[-102.74757,29.55819],[-102.68455,29.55819],[-102.68455,29.68477],[-102.49678,29.68477],[-102.49678,29.74577],[-102.30866,29.74577],[-102.30866,29.80866],[-102.19093,29.80866],[-102.19093,29.74601],[-101.50499,29.74601],[-101.50499,29.68468],[-101.38058,29.68468],[-101.38058,29.55945],[-101.31751,29.55945],[-101.31751,29.49589],[-101.19101,29.49589],[-101.19101,29.43261],[-101.0675,29.43261],[-101.0675,29.30881],[-100.94189,29.30881],[-100.94189,29.24562],[-100.81673,29.24562],[-100.81673,29.11904],[-100.75227,29.11904],[-100.75227,29.05782],[-100.69254,29.05782],[-100.69254,28.87204],[-100.62902,28.87204],[-100.62902,28.80954],[-100.56799,28.80954],[-100.56799,28.62255],[-100.50404,28.62255],[-100.50404,28.55838],[-100.44218,28.55838],[-100.44218,28.49683],[-100.37943,28.49683],[-100.37943,28.30929],[-100.31719,28.30929],[-100.31719,28.18357],[-100.25448,28.18357],[-100.25448,28.12139],[-100.12823,28.12139],[-100.12823,28.05921],[-100.06595,28.05921],[-100.06595,27.99661],[-100.00239,27.99661],[-100.00239,27.93322],[-99.94265,27.93322],[-99.94265,27.74547],[-99.81685,27.74547],[-99.81685,27.68343],[-99.75413,27.68343],[-99.75413,27.62215],[-99.62916,27.62215],[-99.62916,27.5589],[-99.56728,27.5589],[-99.56728,27.43538],[-99.50418,27.43538],[-99.50418,27.3774],[-99.56718,27.3774],[-99.56718,27.24637],[-99.50498,27.24637],[-99.50498,26.99656],[-99.44274,26.99656],[-99.44274,26.8728],[-99.38006,26.8728],[-99.38006,26.80682],[-99.31907,26.80682],[-99.31907,26.74736],[-99.25375,26.74736],[-99.25375,26.62101],[-99.19106,26.62101],[-99.19106,26.49567],[-99.13006,26.49567],[-99.13006,26.37138],[-99.00295,26.37138],[-99.00295,26.30938],[-98.81657,26.30938],[-98.81657,26.24578],[-98.69201,26.24578],[-98.69201,26.18371],[-98.44409,26.18371],[-98.44409,26.12172],[-98.38232,26.12172],[-98.38232,26.05965],[-98.25327,26.05965],[-98.25327,25.99869],[-98.01091,25.99869],[-98.01091,25.99323],[-97.69323,25.99323],[-97.69323,25.93341],[-97.63139,25.93341],[-97.63139,25.86959],[-97.50468,25.86959],[-97.50468,25.80735],[-97.30834,25.80735],[-97.30834,25.87312],[-97.24563,25.87312],[-97.24563,25.93537],[-97.11389,25.93537],[-80.7,24],[-79.314,27.108],[-66.93111,44.74737],[-66.93111,44.94066],[-66.99468,44.94066],[-66.99468,45.00245],[-67.05958,45.00245],[-67.05958,45.12734],[-67.1202,45.12734],[-67.1202,45.19101],[-67.24698,45.19101],[-67.24698,45.25344],[-67.31775,45.25344],[-67.31775,45.18984],[-67.37075,45.18984],[-67.37075,45.2534],[-67.43269,45.2534],[-67.43269,45.30834],[-67.37086,45.30834],[-67.37086,45.4397],[-67.43056,45.4397],[-67.43056,45.49501],[-67.37099,45.49501],[-67.37099,45.62645],[-67.6215,45.62645],[-67.6215,45.68961],[-67.68383,45.68961],[-67.68383,45.75326],[-67.74621,45.75326],[-67.74621,47.12682],[-67.87001,47.12682],[-67.87001,47.19003],[-67.93238,47.19003],[-67.93238,47.25397],[-67.99594,47.25397],[-67.99594,47.31497],[-68.12067,47.31497],[-68.12067,47.37808],[-68.44232,47.37808],[-68.44232,47.31661],[-68.63143,47.31661],[-68.63143,47.25447],[-68.9978,47.25447],[-68.9978,47.43989],[-69.06072,47.43989],[-69.06072,47.50476],[-69.25381,47.50476],[-69.25381,47.43981],[-69.31793,47.43981],[-69.31793,47.3786],[-69.44385,47.3786],[-69.44385,47.31563],[-69.50382,47.31563],[-69.50382,47.25258],[-69.56678,47.25258],[-69.56678,47.19109],[-69.63035,47.19109],[-69.63035,47.1287],[-69.69331,47.1287],[-69.69331,47.06543],[-69.75571,47.06543],[-69.75571,47.00428],[-69.81804,47.00428],[-69.81804,46.94153],[-69.8804,46.94153],[-69.8804,46.87925],[-69.94217,46.87925],[-69.94217,46.81774],[-70.00631,46.81774],[-70.00631,46.69203],[-70.07043,46.69203],[-70.07043,46.44259],[-70.19459,46.44259],[-70.19459,46.37859],[-70.2562,46.37859],[-70.2562,46.31526],[-70.32037,46.31526],[-70.32037,46.06512],[-70.3815,46.06512],[-70.3815,45.93552],[-70.32016,45.93552],[-70.32016,45.87948],[-70.44931,45.87948],[-70.44931,45.75387],[-70.507,45.75387],[-70.507,45.69169],[-70.63166,45.69169],[-70.63166,45.62916],[-70.75755,45.62916],[-70.75755,45.44147],[-70.88099,45.44147],[-70.88099,45.37806],[-71.13328,45.37806],[-71.13328,45.31515],[-71.38303,45.31515],[-71.38303,45.25342],[-71.50764,45.25342],[-71.50764,45.06557],[-73.94189,45.06557],[-73.94189,45.00312],[-74.74697,45.00312],[-74.74697,45.0649],[-74.8801,45.0649],[-74.8801,45.0029],[-75.06625,45.0029],[-75.06625,44.94152],[-75.25394,44.94152],[-75.25394,44.8776],[-75.37896,44.8776],[-75.37896,44.81535],[-75.44313,44.81535],[-75.44313,44.75361],[-75.56666,44.75361],[-75.56666,44.691],[-75.62902,44.691],[-75.62902,44.6285],[-75.75405,44.6285],[-75.75405,44.56638],[-75.81731,44.56638],[-75.81731,44.50289],[-75.87995,44.50289],[-75.87995,44.37849],[-76.13003,44.37849],[-76.13003,44.31592],[-76.1927,44.31592],[-76.1927,44.25344],[-76.31826,44.25344],[-76.31826,44.19167],[-76.3793,44.19167],[-76.3793,44.06537],[-76.80375,43.64253],[-79.12989,43.31497]],[[-179.9341,50.83371],[-179.56389,50.86369],[-130.578,54.66271],[-129.97925,55.27755],[-129.95728,56.02295],[-132.01721,57.04073],[-135.46143,59.81168],[-136.37329,59.59553],[-136.59302,59.18437],[-137.44446,58.91599],[-137.58179,59.24903],[-139.19678,60.0895],[-139.04297,60.35956],[-141.02052,60.2943],[-140.99787,69.90649],[-163.30086,71.97901],[-169.03565,65.70804],[-172.22169,63.79219],[-179.9341,50.83371]],[[-64.62535,18.46935],[-64.62327,18.27536],[-64.53781,17.62308],[-68.02734,18.00485],[-67.79388,18.54342],[-64.62535,18.46935]]],"description":"Public domain aerial imagery, mostly NAIP","icon":"https://www.usgs.gov/themes/custom/usgs_tantalum/usgs_logo.png"},{"id":"USGS-Scanned_Topographic","name":"USGS Topographic Maps","type":"tms","template":"https://caltopo.s3.amazonaws.com/topo/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[0,16],"polygon":[[[-155.95251,21.23549],[-157.32903,21.23181],[-157.32675,20.49153],[-155.95024,20.49523],[-155.95251,21.23549]],[[-157.64488,21.24845],[-157.64643,21.75167],[-158.2869,21.74996],[-158.28534,21.24674],[-157.64488,21.24845]],[[-159.29077,22.24504],[-160.29064,22.24239],[-160.28917,21.76591],[-159.2893,21.76857],[-159.29077,22.24504]],[[-156.1216,18.87203],[-154.74174,18.87578],[-154.74617,20.32841],[-156.12602,20.3247],[-156.1216,18.87203]],[[-59.9984,44.2494],[-59.9984,44],[-60.5024,44],[-60.5024,43.74954],[-59.50127,43.74954],[-59.50127,44.2494],[-59.9984,44.2494]],[[-53.01315,49.99551],[-55.00168,50.0061],[-55.03738,53.74721],[-56.00418,53.73421],[-55.99594,52.00107],[-112.02896,52.00107],[-112.03995,56.01308],[-120.00494,56.00592],[-120.01712,60.01202],[-132.00197,60.00239],[-132.01208,63.00193],[-133.96883,63.0005],[-133.9724,63.99225],[-141.04429,63.98726],[-141.06879,69.92046],[-156.24893,71.51583],[-160.44571,70.83527],[-167.08145,68.42906],[-164.08218,67.03914],[-169.01504,65.68269],[-166.57608,64.50778],[-161.82999,64.05006],[-165.08194,63.2603],[-168.02628,59.78623],[-162.53311,59.73089],[-162.35733,58.55905],[-157.83096,58.31753],[-158.00674,57.52404],[-168.22403,53.51022],[-166.55411,53.14277],[-158.77579,54.88541],[-158.6824,55.74964],[-156.55106,56.00848],[-156.15555,56.77466],[-154.70535,56.14337],[-152.07413,57.37035],[-151.62918,58.22653],[-152.00821,58.98056],[-145.9877,60.24741],[-140.38467,59.48634],[-136.53946,57.8061],[-133.79288,54.83483],[-133.33145,53.14277],[-131.46378,51.69838],[-128.52493,51.74602],[-129.79385,50.90159],[-124.56436,47.49786],[-124.03702,45.48627],[-124.6962,42.90428],[-124.49844,40.34146],[-122.80655,37.53929],[-119.99405,33.37085],[-117.24747,32.5412],[-111.13907,31.1977],[-106.70059,31.23529],[-103.20694,28.64618],[-101.84463,29.8158],[-99.20792,26.28744],[-96.79092,25.75432],[-96.92276,27.96911],[-93.47305,29.68226],[-88.94669,28.87732],[-88.6171,30.17736],[-86.2001,30.36713],[-84.96963,29.43379],[-84.09073,30.06333],[-82.97012,28.95426],[-82.97012,27.26824],[-81.25626,25.07956],[-82.09122,24.56105],[-80.06973,24.76073],[-79.85001,27.11188],[-81.27823,30.70777],[-78.99307,33.20554],[-75.03799,35.5983],[-75.85098,37.24252],[-73.74161,40.4586],[-69.89639,41.60224],[-70.68741,43.17629],[-66.93008,44.69516],[-66.53458,43.08007],[-64.20547,43.35229],[-59.50333,45.73221],[-59.51431,46.24762],[-60.0032,46.25901],[-59.99222,47.24506],[-59.00894,47.2376],[-58.99796,47.50267],[-56.51504,47.50267],[-56.52603,46.7477],[-53.99918,46.7477],[-53.9772,46.48358],[-52.49405,46.46354],[-52.50504,48.75361],[-52.99667,48.75451],[-53.01315,49.99551]]],"terms_url":"https://caltopo.com","terms_text":"© Caltopo","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USGSTopographicMaps.png"},{"id":"USSR-Latvia","name":"USSR - Latvia","type":"wms","template":"http://www.gisnet.lv/cgi-bin/topo?LAYERS=DTO,DTC,DIVDPTC,PD,VS,DS,PS,M&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicmap","projection":"EPSG:3857","polygon":[[[26.63086,57.56889],[25.16968,58.04882],[22.54395,57.76866],[21.54419,57.53352],[21.01685,56.81892],[21.01685,56.03523],[22.03857,56.38958],[24.71924,56.33481],[26.75171,55.66519],[28.19092,56.13943],[27.78442,57.40946],[26.63086,57.56889]]]},{"id":"fr.dpt.84.2010","name":"Vaucluse 2010","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/paca84_2010/{zoom}/{x}/{y}","category":"historicphoto","endDate":"2010-01-01T00:00:00.000Z","startDate":"2010-01-01T00:00:00.000Z","zoomExtent":[2,21],"polygon":[[[5.39429,44.21568],[5.36957,44.2147],[5.36957,44.22552],[5.34073,44.22651],[5.3421,44.21568],[5.3215,44.21765],[5.27756,44.23635],[5.21713,44.23635],[5.20202,44.24717],[5.16907,44.24717],[5.16632,44.28061],[5.18143,44.28061],[5.1828,44.31894],[5.14297,44.32188],[5.14023,44.30125],[5.12237,44.30321],[5.08118,44.33957],[5.08392,44.3916],[5.05508,44.39258],[5.03448,44.41907],[5.01114,44.42005],[4.98642,44.43966],[4.96307,44.44064],[4.91913,44.42397],[4.89715,44.40337],[4.87244,44.36117],[4.85596,44.36019],[4.85458,44.30714],[4.81888,44.30813],[4.76669,44.33662],[4.64172,44.33662],[4.63623,44.24717],[4.66369,44.23635],[4.66369,44.19894],[4.69803,44.19008],[4.69665,44.09153],[4.72137,44.06292],[4.76669,44.06391],[4.76944,44.04812],[4.80514,44.02047],[4.80377,44.00171],[4.78454,44.00072],[4.75845,43.98491],[4.73373,43.98491],[4.73373,44.00269],[4.6431,44.02344],[4.60739,44.02245],[4.60602,43.9859],[4.62936,43.98392],[4.63211,43.96712],[4.65408,43.93054],[4.66781,43.92164],[4.71863,43.91076],[4.79141,43.90086],[4.86282,43.89789],[4.88067,43.88008],[4.91089,43.87909],[5.03448,43.80282],[5.03448,43.77903],[5.19653,43.71653],[5.20065,43.72943],[5.29266,43.72844],[5.4808,43.65098],[5.63324,43.648],[5.6868,43.68079],[5.73624,43.68575],[5.79666,43.74927],[5.79391,43.76316],[5.74722,43.76614],[5.73761,43.85929],[5.61813,43.86127],[5.64422,43.89888],[5.67993,43.89987],[5.68405,43.94933],[5.62088,43.95131],[5.62225,43.99479],[5.57007,43.99776],[5.57556,44.08561],[5.56045,44.08759],[5.5632,44.13097],[5.52887,44.13196],[5.52887,44.1428],[5.51376,44.14378],[5.49042,44.12407],[5.46707,44.12407],[5.4657,44.14181],[5.44922,44.1428],[5.45059,44.15856],[5.39566,44.16152],[5.40665,44.1763],[5.40665,44.18811],[5.39154,44.19008],[5.39429,44.21568]]],"terms_url":"http://www.crige-paca.org/geoportail/geocatalogue.html?id_lot_donnee_carto=209","terms_text":"ORTHO 2010 © PACA-04-05-84"},{"id":"VBMPImagery_Most_Recent","name":"VBMP Most Recent Imagery","type":"tms","template":"https://gismaps.vdem.virginia.gov/arcgis/rest/services/VBMP_Imagery/MostRecentImagery_WGS/MapServer/WMTS/tile/1.0.0/VBMP_Imagery_MostRecentImagery_WGS/default/default028mm/{zoom}/{y}/{x}.jpg","category":"photo","endDate":"2022-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[2,20],"polygon":[[[-83.64598,36.60004],[-83.62287,36.59806],[-83.4718,36.59727],[-83.32572,36.59782],[-83.27634,36.5982],[-83.26111,36.59388],[-81.93398,36.59513],[-80.69252,36.56232],[-80.29495,36.54385],[-80.02853,36.54247],[-79.51115,36.54054],[-78.90999,36.54219],[-77.83264,36.54412],[-75.86606,36.55088],[-75.88289,37.09842],[-75.23171,38.0272],[-75.27077,38.02511],[-75.62439,37.99427],[-75.62654,37.98879],[-75.6325,37.98698],[-75.63422,37.98365],[-75.62892,37.97553],[-75.64042,37.9778],[-75.64842,37.96545],[-75.80257,37.91224],[-75.95226,37.90628],[-75.94299,37.94636],[-75.99398,37.95367],[-76.05157,37.95367],[-76.25336,37.92253],[-76.62689,38.1648],[-76.90704,38.22524],[-77.03562,38.41056],[-77.20301,38.34172],[-77.28333,38.3675],[-77.30101,38.4509],[-77.24298,38.59299],[-77.1278,38.63068],[-77.11853,38.68337],[-77.03819,38.71351],[-77.02909,38.86177],[-77.04437,38.87901],[-77.06836,38.90155],[-77.09209,38.90606],[-77.09954,38.91117],[-77.14325,38.96421],[-77.15827,38.96795],[-77.20453,38.97102],[-77.21715,38.97349],[-77.24882,38.99491],[-77.24247,39.02799],[-77.34118,39.06545],[-77.41344,39.06758],[-77.45533,39.07851],[-77.48125,39.10862],[-77.51713,39.12247],[-77.52125,39.15336],[-77.51352,39.17292],[-77.47713,39.18756],[-77.4737,39.19461],[-77.47044,39.20871],[-77.46048,39.2163],[-77.45447,39.22481],[-77.4646,39.23651],[-77.48743,39.25033],[-77.54133,39.26987],[-77.56086,39.28761],[-77.56004,39.30169],[-77.56451,39.30661],[-77.57206,39.30787],[-77.59133,39.30296],[-77.61322,39.30485],[-77.64424,39.31112],[-77.66278,39.31723],[-77.6742,39.3262],[-77.69471,39.32168],[-77.7099,39.32321],[-77.73265,39.32092],[-77.82749,39.13219],[-78.34728,39.46655],[-78.36737,39.35952],[-78.34814,39.34359],[-78.41972,39.25791],[-78.43895,39.19874],[-78.43998,39.15855],[-78.57233,39.03239],[-78.58109,39.00718],[-78.73867,38.95273],[-78.86965,38.76345],[-78.99719,38.8504],[-79.13727,38.68551],[-79.29537,38.42818],[-79.45312,38.45466],[-79.50703,38.53581],[-79.64913,38.59164],[-79.71954,38.50519],[-79.70856,38.44068],[-79.94476,38.16911],[-80.00519,38.0243],[-80.22401,37.82916],[-80.30628,37.64971],[-80.25371,37.6227],[-80.33881,37.5803],[-80.33714,37.49788],[-80.45666,37.44079],[-80.47348,37.44066],[-80.51215,37.49476],[-80.69664,37.4093],[-80.80015,37.40712],[-80.79981,37.4213],[-80.81749,37.42069],[-80.81792,37.43445],[-80.88684,37.43304],[-80.88324,37.33686],[-81.02692,37.28935],[-81.26038,37.25219],[-81.37024,37.34396],[-81.47736,37.26312],[-81.55426,37.22595],[-81.71906,37.20189],[-81.98273,37.42689],[-81.96899,37.55329],[-82.40845,37.26531],[-82.74078,37.13186],[-82.73529,37.05299],[-82.86869,36.97682],[-82.88876,36.88621],[-83.02643,36.85765],[-83.07587,36.85765],[-83.17887,36.74495],[-83.36457,36.69531],[-83.53077,36.66594],[-83.6239,36.63097],[-83.67462,36.60318],[-83.6754,36.60081],[-83.64598,36.60004]]],"terms_url":"https://vgin.maps.arcgis.com/home/item.html?id=36386a7e7dae4032a33cb0b83a1711f1","terms_text":"Virginia Geographic Information Network, Commonwealth of Virginia","description":"The most recently available VBMP orthoimagery for the Commonwealth of Virginia. Most areas were collected at a 1-ft ground sample distance (GSD), with some urban areas upgraded to 6-inch and 3-inch GSD"},{"id":"VCGI_LiDAR_DEM_Hillshade","name":"VCGI LiDAR - DEM Hillshade","type":"tms","template":"https://maps.vcgi.vermont.gov/arcgis/rest/services/EGC_services/IMG_VCGI_LIDARHILLSHD_WM_CACHE_v1/ImageServer/WMTS/tile/1.0.0/EGC_services_IMG_VCGI_LIDARHILLSHD_WM_CACHE_v1/default/default028mm/{zoom}/{y}/{x}","category":"elevation","endDate":"2017-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-73.35654,45.02957],[-73.34404,44.95095],[-73.37494,44.86414],[-73.35503,44.79889],[-73.37734,44.63226],[-73.28911,44.47201],[-73.314,44.25331],[-73.37065,44.20177],[-73.43725,44.0433],[-73.40944,44.02578],[-73.4067,43.92751],[-73.38756,43.89097],[-73.37468,43.84728],[-73.39528,43.82351],[-73.35786,43.77742],[-73.36661,43.75175],[-73.37065,43.72403],[-73.38996,43.70902],[-73.41631,43.65111],[-73.42884,43.63545],[-73.41734,43.62179],[-73.42129,43.60364],[-73.43112,43.5881],[-73.39665,43.56733],[-73.37202,43.6252],[-73.30344,43.62806],[-73.291,43.59917],[-73.29688,43.58735],[-73.26769,43.57225],[-73.26005,43.56671],[-73.24868,43.5539],[-73.24564,43.53962],[-73.24872,43.46177],[-73.27871,42.83375],[-73.28695,42.8204],[-73.28355,42.8141],[-73.29102,42.80203],[-73.27629,42.74632],[-72.45849,42.72696],[-72.44502,42.76467],[-72.45723,42.76467],[-72.45724,42.78809],[-72.48902,42.78808],[-72.48902,42.7971],[-72.50612,42.7971],[-72.5061,42.93212],[-72.45711,42.93208],[-72.45709,42.96812],[-72.40806,42.96811],[-72.40763,43.25613],[-72.35836,43.25606],[-72.35514,43.5747],[-72.3106,43.57467],[-72.30811,43.58005],[-72.30796,43.62326],[-72.28813,43.62322],[-72.28803,43.65201],[-72.25828,43.65199],[-72.258,43.72037],[-72.22076,43.7203],[-72.22075,43.72388],[-72.20835,43.72383],[-72.20829,43.73647],[-72.19836,43.73643],[-72.19827,43.75263],[-72.17592,43.75258],[-72.17588,43.75977],[-72.1585,43.75971],[-72.15841,43.77508],[-72.1758,43.77506],[-72.17566,43.80118],[-72.15329,43.80111],[-72.15296,43.86767],[-72.10812,43.86756],[-72.10771,43.93057],[-72.08529,43.9305],[-72.0813,43.93947],[-72.05783,43.93938],[-72.05716,44.0276],[-72.03971,44.02752],[-72.03956,44.04728],[-72.00711,44.04718],[-72.00689,44.10993],[-72.00531,44.26317],[-72.00501,44.29919],[-71.95486,44.29894],[-71.95471,44.31874],[-71.83435,44.3181],[-71.83418,44.3343],[-71.78903,44.33403],[-71.78862,44.37002],[-71.7033,44.36946],[-71.70291,44.39825],[-71.6753,44.39808],[-71.6752,44.40526],[-71.6526,44.4051],[-71.65224,44.4303],[-71.62964,44.43012],[-71.62948,44.44092],[-71.60184,44.44072],[-71.60151,44.4623],[-71.58392,44.46216],[-71.58369,44.47656],[-71.55102,44.4763],[-71.54994,44.54288],[-71.53727,44.54818],[-71.49952,44.54784],[-71.49766,44.65583],[-71.53549,44.65615],[-71.5352,44.67235],[-71.54782,44.67246],[-71.54692,44.72824],[-71.59739,44.72863],[-71.59701,44.75385],[-71.57933,44.75371],[-71.57916,44.7645],[-71.54632,44.76423],[-71.54543,44.81822],[-71.53248,44.83611],[-71.49454,44.83578],[-71.48643,44.86629],[-71.48443,44.97967],[-71.4413,44.97926],[-71.43791,45.02784],[-72.06845,45.03196],[-72.39879,45.03277],[-72.9142,45.03205],[-73.35654,45.02957]]],"terms_url":"https://vcgi.vermont.gov/data-and-programs/lidar-program","terms_text":"Vermont Center for Geographic Information","description":"Vermont statewide hillshade composite of the bare earth derived from the digital elevation model. Sun angle orientation is 315° with 45° azimuth","icon":"https://vcgi.vermont.gov/sites/vcgiupdate/files/images/medium_header_logo2_1200x514_web.jpg"},{"id":"VCGI_LiDAR_DSM_Hillshade","name":"VCGI LiDAR - DSM Hillshade","type":"wms","template":"https://maps.vcgi.vermont.gov/arcgis/rest/services/EGC_services/IMG_VCGI_LIDARDSMHILLSHD_SP_CACHE_v1/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"elevation","projection":"EPSG:4326","endDate":"2017-01-01T00:00:00.000Z","startDate":"2013-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-73.35654,45.02957],[-73.34404,44.95095],[-73.37494,44.86414],[-73.35503,44.79889],[-73.37734,44.63226],[-73.28911,44.47201],[-73.314,44.25331],[-73.37065,44.20177],[-73.43725,44.0433],[-73.40944,44.02578],[-73.4067,43.92751],[-73.38756,43.89097],[-73.37468,43.84728],[-73.39528,43.82351],[-73.35786,43.77742],[-73.36661,43.75175],[-73.37065,43.72403],[-73.38996,43.70902],[-73.41631,43.65111],[-73.42884,43.63545],[-73.41734,43.62179],[-73.42129,43.60364],[-73.43112,43.5881],[-73.39665,43.56733],[-73.37202,43.6252],[-73.30344,43.62806],[-73.291,43.59917],[-73.29688,43.58735],[-73.26769,43.57225],[-73.26005,43.56671],[-73.24868,43.5539],[-73.24564,43.53962],[-73.24872,43.46177],[-73.27871,42.83375],[-73.28695,42.8204],[-73.28355,42.8141],[-73.29102,42.80203],[-73.27629,42.74632],[-72.45849,42.72696],[-72.44502,42.76467],[-72.45723,42.76467],[-72.45724,42.78809],[-72.48902,42.78808],[-72.48902,42.7971],[-72.50612,42.7971],[-72.5061,42.93212],[-72.45711,42.93208],[-72.45709,42.96812],[-72.40806,42.96811],[-72.40763,43.25613],[-72.35836,43.25606],[-72.35514,43.5747],[-72.3106,43.57467],[-72.30811,43.58005],[-72.30796,43.62326],[-72.28813,43.62322],[-72.28803,43.65201],[-72.25828,43.65199],[-72.258,43.72037],[-72.22076,43.7203],[-72.22075,43.72388],[-72.20835,43.72383],[-72.20829,43.73647],[-72.19836,43.73643],[-72.19827,43.75263],[-72.17592,43.75258],[-72.17588,43.75977],[-72.1585,43.75971],[-72.15841,43.77508],[-72.1758,43.77506],[-72.17566,43.80118],[-72.15329,43.80111],[-72.15296,43.86767],[-72.10812,43.86756],[-72.10771,43.93057],[-72.08529,43.9305],[-72.0813,43.93947],[-72.05783,43.93938],[-72.05716,44.0276],[-72.03971,44.02752],[-72.03956,44.04728],[-72.00711,44.04718],[-72.00689,44.10993],[-72.00531,44.26317],[-72.00501,44.29919],[-71.95486,44.29894],[-71.95471,44.31874],[-71.83435,44.3181],[-71.83418,44.3343],[-71.78903,44.33403],[-71.78862,44.37002],[-71.7033,44.36946],[-71.70291,44.39825],[-71.6753,44.39808],[-71.6752,44.40526],[-71.6526,44.4051],[-71.65224,44.4303],[-71.62964,44.43012],[-71.62948,44.44092],[-71.60184,44.44072],[-71.60151,44.4623],[-71.58392,44.46216],[-71.58369,44.47656],[-71.55102,44.4763],[-71.54994,44.54288],[-71.53727,44.54818],[-71.49952,44.54784],[-71.49766,44.65583],[-71.53549,44.65615],[-71.5352,44.67235],[-71.54782,44.67246],[-71.54692,44.72824],[-71.59739,44.72863],[-71.59701,44.75385],[-71.57933,44.75371],[-71.57916,44.7645],[-71.54632,44.76423],[-71.54543,44.81822],[-71.53248,44.83611],[-71.49454,44.83578],[-71.48643,44.86629],[-71.48443,44.97967],[-71.4413,44.97926],[-71.43791,45.02784],[-72.06845,45.03196],[-72.39879,45.03277],[-72.9142,45.03205],[-73.35654,45.02957]]],"terms_url":"https://vcgi.vermont.gov/data-and-programs/lidar-program","terms_text":"Vermont Center for Geographic Information","description":"Vermont statewide hillshade composite of the earth's surface from the digital surface model. Sun angle is multidirectional","icon":"https://vcgi.vermont.gov/sites/vcgiupdate/files/images/medium_header_logo2_1200x514_web.jpg"},{"id":"Vicmap-address_no","name":"Vicmap Address - Address Point","type":"wms","template":"https://opendata.maps.vic.gov.au/geoserver/wms?service=wms&version=1.3.0&request=getmap&format=image%2Fpng&transparent=true&width={width}&height={height}&crs={proj}&bbox={bbox}&layers=open-data-platform:address&styles=open-data-platform:address_no","category":"other","projection":"EPSG:3857","zoomExtent":[0,22],"polygon":[[[140.78982,-33.87149],[140.78982,-39.13383],[150.06682,-39.13383],[150.06682,-37.40998],[148.4833,-36.73765],[148.4833,-35.65299],[144.69016,-35.65299],[142.59568,-33.87149],[140.78982,-33.87149]]],"terms_url":"https://discover.data.vic.gov.au/dataset/vicmap-address-address-point","terms_text":"The State of Victoria Department of Energy, Environment and Climate Action 2023","icon":"https://discover.data.vic.gov.au/favicon.ico","overlay":true},{"id":"Vicmap-el_contour","name":"Vicmap Elevation - Contour Line","type":"wms","template":"https://opendata.maps.vic.gov.au/geoserver/wms?service=wms&version=1.3.0&request=getmap&format=image%2Fpng&transparent=true&width={width}&height={height}&crs={proj}&bbox={bbox}&layers=open-data-platform:el_contour&styles=open-data-platform:el_contour","category":"other","projection":"EPSG:3857","zoomExtent":[15,22],"polygon":[[[140.78982,-33.87149],[140.78982,-39.13383],[150.06682,-39.13383],[150.06682,-37.40998],[148.4833,-36.73765],[148.4833,-35.65299],[144.69016,-35.65299],[142.59568,-33.87149],[140.78982,-33.87149]]],"terms_url":"https://discover.data.vic.gov.au/dataset/vicmap-elevation-contour-line-10-and-20-metres","terms_text":"The State of Victoria Department of Energy, Environment and Climate Action 2023","icon":"https://discover.data.vic.gov.au/favicon.ico","overlay":true},{"id":"Vicmap-hy_watercourse","name":"Vicmap Hydro - Watercourse Line","type":"wms","template":"https://opendata.maps.vic.gov.au/geoserver/wms?service=wms&version=1.3.0&request=getmap&format=image%2Fpng&transparent=true&width={width}&height={height}&crs={proj}&bbox={bbox}&layers=open-data-platform:hy_watercourse&styles=line","category":"other","projection":"EPSG:3857","zoomExtent":[0,22],"polygon":[[[140.78982,-33.87149],[140.78982,-39.13383],[150.06682,-39.13383],[150.06682,-37.40998],[148.4833,-36.73765],[148.4833,-35.65299],[144.69016,-35.65299],[142.59568,-33.87149],[140.78982,-33.87149]]],"terms_url":"https://discover.data.vic.gov.au/dataset/vicmap-hydro-watercourse-line","terms_text":"The State of Victoria Department of Energy, Environment and Climate Action 2023","icon":"https://discover.data.vic.gov.au/favicon.ico","overlay":true},{"id":"Vicmap-property_view","name":"Vicmap Property - Property Polygon","type":"wms","template":"https://opendata.maps.vic.gov.au/geoserver/wms?service=wms&version=1.3.0&request=getmap&format=image%2Fpng&transparent=true&width={width}&height={height}&crs={proj}&bbox={bbox}&layers=open-data-platform:property_view&styles=open-data-platform:property_view_1","category":"other","projection":"EPSG:3857","zoomExtent":[0,22],"polygon":[[[140.78982,-33.87149],[140.78982,-39.13383],[150.06682,-39.13383],[150.06682,-37.40998],[148.4833,-36.73765],[148.4833,-35.65299],[144.69016,-35.65299],[142.59568,-33.87149],[140.78982,-33.87149]]],"terms_url":"https://discover.data.vic.gov.au/dataset/vicmap-property-property-polygon","terms_text":"The State of Victoria Department of Energy, Environment and Climate Action 2023","icon":"https://discover.data.vic.gov.au/favicon.ico","overlay":true},{"id":"Vicmap-tr_road","name":"Vicmap Transport - Road Line","type":"wms","template":"https://opendata.maps.vic.gov.au/geoserver/wms?service=wms&version=1.3.0&request=getmap&format=image%2Fpng&transparent=true&width={width}&height={height}&crs={proj}&bbox={bbox}&layers=open-data-platform:tr_road&styles=open-data-platform:tr_road_topo_labels","category":"other","projection":"EPSG:3857","zoomExtent":[0,22],"polygon":[[[140.78982,-33.87149],[140.78982,-39.13383],[150.06682,-39.13383],[150.06682,-37.40998],[148.4833,-36.73765],[148.4833,-35.65299],[144.69016,-35.65299],[142.59568,-33.87149],[140.78982,-33.87149]]],"terms_url":"https://discover.data.vic.gov.au/dataset/vicmap-transport-road-line","terms_text":"The State of Victoria Department of Energy, Environment and Climate Action 2023","icon":"https://discover.data.vic.gov.au/favicon.ico","overlay":true},{"id":"wien.gv.at-labels","name":"Vienna: Beschriftungen (annotations)","type":"tms","template":"https://maps.wien.gv.at/wmts/beschriftung/normal/google3857/{zoom}/{y}/{x}.png","category":"map","zoomExtent":[12,19],"polygon":[[[16.54475,48.17286],[16.53631,48.17755],[16.54184,48.18206],[16.53627,48.20044],[16.55274,48.239],[16.53941,48.24284],[16.54697,48.263],[16.53263,48.2621],[16.51285,48.26784],[16.5067,48.2736],[16.51491,48.28554],[16.49645,48.29249],[16.48132,48.29351],[16.4835,48.27971],[16.48123,48.27343],[16.47547,48.27501],[16.44041,48.29192],[16.43803,48.31628],[16.41682,48.32253],[16.40287,48.31676],[16.39412,48.31926],[16.39518,48.32257],[16.38043,48.31507],[16.38536,48.30146],[16.37982,48.30201],[16.37557,48.29592],[16.37787,48.28832],[16.36714,48.28685],[16.3706,48.2817],[16.35351,48.28369],[16.34813,48.29048],[16.32741,48.27721],[16.28901,48.27051],[16.28617,48.2667],[16.29412,48.26395],[16.28556,48.25832],[16.26406,48.25492],[16.27043,48.25193],[16.25662,48.23988],[16.24154,48.23832],[16.24105,48.24837],[16.20677,48.26483],[16.19251,48.23671],[16.19911,48.22858],[16.18517,48.2232],[16.19778,48.22288],[16.1976,48.21479],[16.20962,48.20963],[16.20194,48.20479],[16.20739,48.20235],[16.19981,48.18616],[16.18183,48.17112],[16.19619,48.16396],[16.19798,48.15454],[16.22321,48.15318],[16.20986,48.14762],[16.22081,48.13555],[16.23843,48.13716],[16.23861,48.13205],[16.2181,48.12807],[16.2189,48.12377],[16.23607,48.13001],[16.2711,48.13385],[16.29806,48.12896],[16.31181,48.11945],[16.3246,48.13779],[16.40511,48.12198],[16.4083,48.11791],[16.42291,48.12306],[16.43701,48.11994],[16.43313,48.13788],[16.45536,48.13951],[16.4777,48.15744],[16.51377,48.15893],[16.54301,48.14333],[16.57603,48.13522],[16.57306,48.16319],[16.56161,48.16037],[16.55567,48.16446],[16.55629,48.16171],[16.54665,48.17162],[16.54978,48.17675],[16.54103,48.17657],[16.54475,48.17286]]],"terms_url":"https://data.wien.gv.at","terms_text":"Stadt Wien","icon":"https://www.wien.gv.at/layout-a/logo/wappen-klein.gif","overlay":true},{"id":"wien.gv.at-gp","name":"Vienna: Mehrzweckkarte (general purpose)","type":"tms","template":"https://maps.wien.gv.at/wmts/fmzk/pastell/google3857/{zoom}/{y}/{x}.jpeg","category":"map","zoomExtent":[10,19],"polygon":[[[16.54475,48.17286],[16.53631,48.17755],[16.54184,48.18206],[16.53627,48.20044],[16.55274,48.239],[16.53941,48.24284],[16.54697,48.263],[16.53263,48.2621],[16.51285,48.26784],[16.5067,48.2736],[16.51491,48.28554],[16.49645,48.29249],[16.48132,48.29351],[16.4835,48.27971],[16.48123,48.27343],[16.47547,48.27501],[16.44041,48.29192],[16.43803,48.31628],[16.41682,48.32253],[16.40287,48.31676],[16.39412,48.31926],[16.39518,48.32257],[16.38043,48.31507],[16.38536,48.30146],[16.37982,48.30201],[16.37557,48.29592],[16.37787,48.28832],[16.36714,48.28685],[16.3706,48.2817],[16.35351,48.28369],[16.34813,48.29048],[16.32741,48.27721],[16.28901,48.27051],[16.28617,48.2667],[16.29412,48.26395],[16.28556,48.25832],[16.26406,48.25492],[16.27043,48.25193],[16.25662,48.23988],[16.24154,48.23832],[16.24105,48.24837],[16.20677,48.26483],[16.19251,48.23671],[16.19911,48.22858],[16.18517,48.2232],[16.19778,48.22288],[16.1976,48.21479],[16.20962,48.20963],[16.20194,48.20479],[16.20739,48.20235],[16.19981,48.18616],[16.18183,48.17112],[16.19619,48.16396],[16.19798,48.15454],[16.22321,48.15318],[16.20986,48.14762],[16.22081,48.13555],[16.23843,48.13716],[16.23861,48.13205],[16.2181,48.12807],[16.2189,48.12377],[16.23607,48.13001],[16.2711,48.13385],[16.29806,48.12896],[16.31181,48.11945],[16.3246,48.13779],[16.40511,48.12198],[16.4083,48.11791],[16.42291,48.12306],[16.43701,48.11994],[16.43313,48.13788],[16.45536,48.13951],[16.4777,48.15744],[16.51377,48.15893],[16.54301,48.14333],[16.57603,48.13522],[16.57306,48.16319],[16.56161,48.16037],[16.55567,48.16446],[16.55629,48.16171],[16.54665,48.17162],[16.54978,48.17675],[16.54103,48.17657],[16.54475,48.17286]]],"terms_url":"https://data.wien.gv.at","terms_text":"Stadt Wien","icon":"https://www.wien.gv.at/layout-a/logo/wappen-klein.gif"},{"id":"wien.gv.at-aerial_image","name":"Vienna: Orthofoto (aerial image)","type":"tms","template":"https://maps.wien.gv.at/wmts/lb/farbe/google3857/{zoom}/{y}/{x}.jpeg","category":"photo","zoomExtent":[10,21],"polygon":[[[16.14995,48.10832],[16.18104,48.10831],[16.18104,48.10756],[16.46644,48.10744],[16.46644,48.10819],[16.61749,48.10813],[16.61873,48.33296],[16.14989,48.33315],[16.14995,48.10832]]],"terms_url":"https://data.wien.gv.at","terms_text":"Stadt Wien","icon":"https://www.wien.gv.at/layout-a/logo/wappen-klein.gif"},{"id":"VT_Best_CLR","name":"VIP Orthoimagery - Best of Color","type":"tms","template":"https://maps.vcgi.vermont.gov/arcgis/rest/services/EGC_services/IMG_VCGI_CLR_WM_CACHE/ImageServer/WMTS/tile/1.0.0/EGC_services_IMG_VCGI_CLR_WM_CACHE/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-72.39879,45.03277],[-72.9142,45.03205],[-73.35654,45.02957],[-73.34404,44.95095],[-73.37494,44.86414],[-73.35503,44.79889],[-73.37734,44.63226],[-73.28911,44.47201],[-73.314,44.25331],[-73.37065,44.20177],[-73.43725,44.0433],[-73.40944,44.02578],[-73.4067,43.92751],[-73.38756,43.89097],[-73.37468,43.84728],[-73.39528,43.82351],[-73.35786,43.77742],[-73.36661,43.75175],[-73.37065,43.72403],[-73.38996,43.70902],[-73.41631,43.65111],[-73.42884,43.63545],[-73.41734,43.62179],[-73.42129,43.60364],[-73.43112,43.5881],[-73.39665,43.56733],[-73.37202,43.6252],[-73.30344,43.62806],[-73.291,43.59917],[-73.29688,43.58735],[-73.26769,43.57225],[-73.26005,43.56671],[-73.24868,43.5539],[-73.24564,43.53962],[-73.24872,43.46177],[-73.27871,42.83375],[-73.28695,42.8204],[-73.28355,42.8141],[-73.29102,42.80203],[-73.27629,42.74632],[-72.45849,42.72696],[-72.44502,42.76467],[-72.45723,42.76467],[-72.45724,42.78809],[-72.48902,42.78808],[-72.48902,42.7971],[-72.50612,42.7971],[-72.5061,42.93212],[-72.45711,42.93208],[-72.45709,42.96812],[-72.40806,42.96811],[-72.40763,43.25613],[-72.35836,43.25606],[-72.35514,43.5747],[-72.3106,43.57467],[-72.30811,43.58005],[-72.30796,43.62326],[-72.28813,43.62322],[-72.28803,43.65201],[-72.25828,43.65199],[-72.258,43.72037],[-72.22076,43.7203],[-72.22075,43.72388],[-72.20835,43.72383],[-72.20829,43.73647],[-72.19836,43.73643],[-72.19827,43.75263],[-72.17592,43.75258],[-72.17588,43.75977],[-72.1585,43.75971],[-72.15841,43.77508],[-72.1758,43.77506],[-72.17566,43.80118],[-72.15329,43.80111],[-72.15296,43.86767],[-72.10812,43.86756],[-72.10771,43.93057],[-72.08529,43.9305],[-72.0813,43.93947],[-72.05783,43.93938],[-72.05716,44.0276],[-72.03971,44.02752],[-72.03956,44.04728],[-72.00711,44.04718],[-72.00689,44.10993],[-72.00531,44.26317],[-72.00501,44.29919],[-71.95486,44.29894],[-71.95471,44.31874],[-71.83435,44.3181],[-71.83418,44.3343],[-71.78903,44.33403],[-71.78862,44.37002],[-71.7033,44.36946],[-71.70291,44.39825],[-71.6753,44.39808],[-71.6752,44.40526],[-71.6526,44.4051],[-71.65224,44.4303],[-71.62964,44.43012],[-71.62948,44.44092],[-71.60184,44.44072],[-71.60151,44.4623],[-71.58392,44.46216],[-71.58369,44.47656],[-71.55102,44.4763],[-71.54994,44.54288],[-71.53727,44.54818],[-71.49952,44.54784],[-71.49766,44.65583],[-71.53549,44.65615],[-71.5352,44.67235],[-71.54782,44.67246],[-71.54692,44.72824],[-71.59739,44.72863],[-71.59701,44.75385],[-71.57933,44.75371],[-71.57916,44.7645],[-71.54632,44.76423],[-71.54543,44.81822],[-71.53248,44.83611],[-71.49454,44.83578],[-71.48643,44.86629],[-71.48443,44.97967],[-71.4413,44.97926],[-71.43791,45.02784],[-72.06845,45.03196],[-72.39879,45.03277]],[[-73.40326,45.15867],[-73.40589,45.06384],[-71.43518,45.06334],[-71.43517,45.16352],[-72.00006,45.15006],[-72.38791,45.1596],[-72.61742,45.15915],[-72.61704,45.16462],[-72.68816,45.16299],[-73.40326,45.15867]]],"terms_url":"https://vcgi.vermont.gov/data-and-programs/imagery-program","terms_text":"Vermont Imagery Program, Vermont Center for Geographic Information","description":"The latest available natural color orthoimagery for the State of Vermont","icon":"https://vcgi.vermont.gov/sites/vcgiupdate/files/images/medium_header_logo2_1200x514_web.jpg"},{"id":"VT_Best_CIR","name":"VIP Orthoimagery - Infrared","type":"tms","template":"https://maps.vcgi.vermont.gov/arcgis/rest/services/EGC_services/IMG_VCGI_CIR_WM_CACHE/ImageServer/WMTS/tile/1.0.0/EGC_services_IMG_VCGI_CIR_WM_CACHE/default/default028mm/{zoom}/{y}/{x}","category":"photo","endDate":"2023-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,20],"polygon":[[[-73.35654,45.02957],[-73.34404,44.95095],[-73.37494,44.86414],[-73.35503,44.79889],[-73.37734,44.63226],[-73.28911,44.47201],[-73.314,44.25331],[-73.37065,44.20177],[-73.43725,44.0433],[-73.40944,44.02578],[-73.4067,43.92751],[-73.38756,43.89097],[-73.37468,43.84728],[-73.39528,43.82351],[-73.35786,43.77742],[-73.36661,43.75175],[-73.37065,43.72403],[-73.38996,43.70902],[-73.41631,43.65111],[-73.42884,43.63545],[-73.41734,43.62179],[-73.42129,43.60364],[-73.43112,43.5881],[-73.39665,43.56733],[-73.37202,43.6252],[-73.30344,43.62806],[-73.291,43.59917],[-73.29688,43.58735],[-73.26769,43.57225],[-73.26005,43.56671],[-73.24868,43.5539],[-73.24564,43.53962],[-73.24872,43.46177],[-73.27871,42.83375],[-73.28695,42.8204],[-73.28355,42.8141],[-73.29102,42.80203],[-73.27629,42.74632],[-72.45849,42.72696],[-72.44502,42.76467],[-72.45723,42.76467],[-72.45724,42.78809],[-72.48902,42.78808],[-72.48902,42.7971],[-72.50612,42.7971],[-72.5061,42.93212],[-72.45711,42.93208],[-72.45709,42.96812],[-72.40806,42.96811],[-72.40763,43.25613],[-72.35836,43.25606],[-72.35514,43.5747],[-72.3106,43.57467],[-72.30811,43.58005],[-72.30796,43.62326],[-72.28813,43.62322],[-72.28803,43.65201],[-72.25828,43.65199],[-72.258,43.72037],[-72.22076,43.7203],[-72.22075,43.72388],[-72.20835,43.72383],[-72.20829,43.73647],[-72.19836,43.73643],[-72.19827,43.75263],[-72.17592,43.75258],[-72.17588,43.75977],[-72.1585,43.75971],[-72.15841,43.77508],[-72.1758,43.77506],[-72.17566,43.80118],[-72.15329,43.80111],[-72.15296,43.86767],[-72.10812,43.86756],[-72.10771,43.93057],[-72.08529,43.9305],[-72.0813,43.93947],[-72.05783,43.93938],[-72.05716,44.0276],[-72.03971,44.02752],[-72.03956,44.04728],[-72.00711,44.04718],[-72.00689,44.10993],[-72.00531,44.26317],[-72.00501,44.29919],[-71.95486,44.29894],[-71.95471,44.31874],[-71.83435,44.3181],[-71.83418,44.3343],[-71.78903,44.33403],[-71.78862,44.37002],[-71.7033,44.36946],[-71.70291,44.39825],[-71.6753,44.39808],[-71.6752,44.40526],[-71.6526,44.4051],[-71.65224,44.4303],[-71.62964,44.43012],[-71.62948,44.44092],[-71.60184,44.44072],[-71.60151,44.4623],[-71.58392,44.46216],[-71.58369,44.47656],[-71.55102,44.4763],[-71.54994,44.54288],[-71.53727,44.54818],[-71.49952,44.54784],[-71.49766,44.65583],[-71.53549,44.65615],[-71.5352,44.67235],[-71.54782,44.67246],[-71.54692,44.72824],[-71.59739,44.72863],[-71.59701,44.75385],[-71.57933,44.75371],[-71.57916,44.7645],[-71.54632,44.76423],[-71.54543,44.81822],[-71.53248,44.83611],[-71.49454,44.83578],[-71.48643,44.86629],[-71.48443,44.97967],[-71.4413,44.97926],[-71.43791,45.02784],[-72.06845,45.03196],[-72.39879,45.03277],[-72.9142,45.03205],[-73.35654,45.02957]]],"terms_url":"https://vcgi.vermont.gov/data-and-programs/imagery-program","terms_text":"Vermont Imagery Program, Vermont Center for Geographic Information","description":"The latest available infrared orthoimagery for the State of Vermont","icon":"https://vcgi.vermont.gov/sites/vcgiupdate/files/images/medium_header_logo2_1200x514_web.jpg"},{"id":"VGIN-BuildingFootprints_WM","name":"Virginia Building Footprints","type":"tms","template":"https://ags-proxy.openstreetmap.us/tiles/{zoom}/{x}/{y}?url=https%3A%2F%2Fgismaps.vdem.virginia.gov%2Farcgis%2Frest%2Fservices%2FVA_Base_Layers%2FVA_Building_Footprints%2FMapServer&transparent=true","category":"other","endDate":"2018-06-01T00:00:00.000Z","startDate":"2015-05-01T00:00:00.000Z","zoomExtent":[1,20],"polygon":[[[-83.64853,36.6023],[-79.9118,36.55819],[-75.90179,36.56701],[-75.8606,36.985],[-75.19867,38.0178],[-76.15448,37.99183],[-76.25336,37.92253],[-76.62689,38.1648],[-76.90704,38.22524],[-77.05536,38.42132],[-77.19818,38.37396],[-77.28333,38.3675],[-77.31628,38.45789],[-77.25586,38.58253],[-77.15698,38.61043],[-77.11853,38.68337],[-77.0636,38.69409],[-77.05811,38.82259],[-77.07458,38.88462],[-77.20367,38.99357],[-77.3822,39.07038],[-77.47833,39.09809],[-77.53876,39.16627],[-77.4646,39.23651],[-77.59918,39.30455],[-77.74475,39.33005],[-77.84637,39.14284],[-78.36273,39.45528],[-78.3847,39.36616],[-78.36548,39.32792],[-78.4671,39.19182],[-78.60168,39.03199],[-78.69232,38.94659],[-78.89282,38.76479],[-78.99719,38.8504],[-79.13727,38.68551],[-79.31854,38.42993],[-79.5108,38.46004],[-79.56299,38.54817],[-79.65637,38.58253],[-79.71954,38.50519],[-79.70856,38.44068],[-79.94476,38.16911],[-80.00519,38.0243],[-80.21942,37.83148],[-80.32379,37.67513],[-80.22766,37.62511],[-80.36224,37.56417],[-80.32928,37.52498],[-80.49408,37.42907],[-80.53253,37.48794],[-80.78522,37.37889],[-80.86487,37.43561],[-80.9198,37.39635],[-80.88135,37.36143],[-81.02692,37.28935],[-81.26038,37.25219],[-81.37024,37.34396],[-81.47736,37.26312],[-81.55426,37.22595],[-81.71906,37.20189],[-81.98273,37.42689],[-81.96899,37.55329],[-82.40845,37.26531],[-82.74078,37.13186],[-82.73529,37.05299],[-82.90283,36.985],[-82.87811,36.90818],[-83.02643,36.85765],[-83.07587,36.85765],[-83.16101,36.74989],[-83.44666,36.69265],[-83.61145,36.64418],[-83.63892,36.63592],[-83.69385,36.61222],[-83.70003,36.6023],[-83.64853,36.6023]]],"terms_url":"https://vgin.maps.arcgis.com/home/item.html?id=bcd049dfcdc342a7a08ec81644eeb339","terms_text":"Virginia Geographic Information Network (VGIN)","description":"Virginia Building Footprint Map Service","overlay":true},{"id":"VGIN-PropertyLines_WM","name":"Virginia Property Lines","type":"tms","template":"https://ags-proxy.openstreetmap.us/tiles/{zoom}/{x}/{y}?url=https%3A%2F%2Fgismaps.vdem.virginia.gov%2Farcgis%2Frest%2Fservices%2FVA_Base_Layers%2FVA_Parcels%2FMapServer&transparent=true","category":"other","endDate":"2018-06-01T00:00:00.000Z","startDate":"2015-05-01T00:00:00.000Z","zoomExtent":[1,20],"polygon":[[[-83.64853,36.6023],[-79.9118,36.55819],[-75.90179,36.56701],[-75.8606,36.985],[-75.19867,38.0178],[-76.15448,37.99183],[-76.25336,37.92253],[-76.62689,38.1648],[-76.90704,38.22524],[-77.05536,38.42132],[-77.19818,38.37396],[-77.28333,38.3675],[-77.31628,38.45789],[-77.25586,38.58253],[-77.15698,38.61043],[-77.11853,38.68337],[-77.0636,38.69409],[-77.05811,38.82259],[-77.07458,38.88462],[-77.20367,38.99357],[-77.3822,39.07038],[-77.47833,39.09809],[-77.53876,39.16627],[-77.4646,39.23651],[-77.59918,39.30455],[-77.74475,39.33005],[-77.84637,39.14284],[-78.36273,39.45528],[-78.3847,39.36616],[-78.36548,39.32792],[-78.4671,39.19182],[-78.60168,39.03199],[-78.69232,38.94659],[-78.89282,38.76479],[-78.99719,38.8504],[-79.13727,38.68551],[-79.31854,38.42993],[-79.5108,38.46004],[-79.56299,38.54817],[-79.65637,38.58253],[-79.71954,38.50519],[-79.70856,38.44068],[-79.94476,38.16911],[-80.00519,38.0243],[-80.21942,37.83148],[-80.32379,37.67513],[-80.22766,37.62511],[-80.36224,37.56417],[-80.32928,37.52498],[-80.49408,37.42907],[-80.53253,37.48794],[-80.78522,37.37889],[-80.86487,37.43561],[-80.9198,37.39635],[-80.88135,37.36143],[-81.02692,37.28935],[-81.26038,37.25219],[-81.37024,37.34396],[-81.47736,37.26312],[-81.55426,37.22595],[-81.71906,37.20189],[-81.98273,37.42689],[-81.96899,37.55329],[-82.40845,37.26531],[-82.74078,37.13186],[-82.73529,37.05299],[-82.90283,36.985],[-82.87811,36.90818],[-83.02643,36.85765],[-83.07587,36.85765],[-83.16101,36.74989],[-83.44666,36.69265],[-83.61145,36.64418],[-83.63892,36.63592],[-83.69385,36.61222],[-83.70003,36.6023],[-83.64853,36.6023]]],"terms_url":"https://vgin.maps.arcgis.com/home/item.html?id=f1dccaf1f42e40cbba791feae2e23690","terms_text":"Virginia Geographic Information Network (VGIN)","description":"A statewide Parcel service showing property ownership outlines where available","overlay":true},{"id":"vogis.cnv.at-DGM","name":"VoGIS: DGM (Terrain model)","type":"wms","template":"https://vogis.cnv.at/mapserver/mapserv?MAP=i_hoehen_und_gelaende_r_wms.map&LAYERS=schummerung_50cm_terrain&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","polygon":[[[9.96805,47.54631],[9.96318,47.54229],[9.95883,47.54313],[9.9637,47.53472],[9.94108,47.53822],[9.93352,47.53265],[9.92189,47.52964],[9.91358,47.53255],[9.90666,47.54217],[9.89935,47.54475],[9.8891,47.54399],[9.88125,47.54814],[9.87515,47.54343],[9.87804,47.53876],[9.87451,47.52854],[9.85839,47.53388],[9.85023,47.54164],[9.81579,47.54767],[9.8171,47.55333],[9.82562,47.55922],[9.82079,47.57076],[9.82728,47.57997],[9.82381,47.5871],[9.81414,47.58807],[9.79999,47.59611],[9.79151,47.59352],[9.77697,47.59544],[9.76933,47.58739],[9.76553,47.58912],[9.76197,47.58096],[9.75633,47.57963],[9.75632,47.57262],[9.74806,47.57052],[9.75207,47.56747],[9.74337,47.55867],[9.7471,47.55569],[9.74164,47.55499],[9.73517,47.54661],[9.73478,47.53396],[9.60465,47.52952],[9.5827,47.53592],[9.55057,47.53718],[9.5622,47.49592],[9.58217,47.48276],[9.59514,47.46331],[9.60292,47.46198],[9.60904,47.47054],[9.62234,47.45747],[9.65898,47.4522],[9.65799,47.44779],[9.64512,47.4378],[9.64551,47.4312],[9.65162,47.40463],[9.67311,47.39194],[9.67255,47.38021],[9.65876,47.36946],[9.62446,47.36615],[9.61073,47.35571],[9.59966,47.3455],[9.58805,47.3173],[9.55634,47.29829],[9.54619,47.28005],[9.53073,47.27058],[9.56679,47.24288],[9.55176,47.22377],[9.55851,47.22416],[9.5687,47.21968],[9.58477,47.20532],[9.58032,47.19578],[9.57259,47.19079],[9.57302,47.1756],[9.56456,47.17029],[9.57946,47.17116],[9.59679,47.16294],[9.6089,47.14775],[9.62059,47.15164],[9.62587,47.1459],[9.62258,47.14135],[9.62467,47.13265],[9.63503,47.12813],[9.62083,47.11032],[9.62858,47.10756],[9.63564,47.09553],[9.63346,47.08344],[9.62339,47.08258],[9.61869,47.07817],[9.61153,47.0794],[9.6134,47.0695],[9.60705,47.06077],[9.62633,47.05133],[9.63654,47.0517],[9.64158,47.05598],[9.64506,47.05978],[9.65821,47.05818],[9.67743,47.06141],[9.68184,47.0621],[9.68392,47.05765],[9.69756,47.05239],[9.7076,47.05381],[9.70701,47.04805],[9.71821,47.04337],[9.74185,47.04268],[9.74808,47.03692],[9.78491,47.03849],[9.80756,47.02356],[9.82353,47.01986],[9.83612,47.01253],[9.85273,47.01641],[9.85974,47.02321],[9.87779,47.02055],[9.88035,47.01722],[9.87115,47.01306],[9.8707,47.00965],[9.88878,47.00072],[9.8923,46.99036],[9.88482,46.98546],[9.87073,46.96321],[9.87872,46.95707],[9.87488,46.95039],[9.87657,46.94071],[9.88071,46.94011],[9.87613,46.93463],[9.89449,46.93164],[9.90632,46.9253],[9.91231,46.92606],[9.92153,46.91882],[9.93758,46.91324],[9.94612,46.91235],[9.95907,46.91602],[9.96657,46.91222],[9.97793,46.91603],[9.98243,46.9062],[10.00494,46.89889],[10.01782,46.90161],[10.03221,46.88802],[10.03891,46.88611],[10.05192,46.87405],[10.0509,46.86442],[10.05488,46.8617],[10.08712,46.86128],[10.09265,46.85818],[10.09195,46.85143],[10.10518,46.8409],[10.11912,46.84417],[10.12309,46.84848],[10.13941,46.84738],[10.14506,46.8511],[10.13967,46.86217],[10.14147,46.87468],[10.12497,46.88014],[10.10908,46.89431],[10.10921,46.90834],[10.09954,46.91712],[10.09772,46.92676],[10.12684,46.9435],[10.13501,46.95483],[10.13492,46.96584],[10.14463,46.98301],[10.16001,46.984],[10.15442,46.99299],[10.15961,46.99882],[10.15447,47.00545],[10.13284,47.01204],[10.12326,47.02209],[10.14418,47.03355],[10.15693,47.04883],[10.15085,47.06184],[10.13459,47.06392],[10.13243,47.08122],[10.15442,47.10578],[10.15766,47.11426],[10.16299,47.11361],[10.17288,47.12033],[10.18652,47.11946],[10.18629,47.12886],[10.20887,47.13164],[10.20333,47.14215],[10.21481,47.14352],[10.22166,47.14925],[10.2222,47.15323],[10.21321,47.1577],[10.20851,47.15948],[10.2092,47.16537],[10.21151,47.17124],[10.19951,47.18525],[10.19963,47.19539],[10.21269,47.20432],[10.21428,47.21684],[10.20791,47.2328],[10.19776,47.23666],[10.21087,47.2478],[10.22343,47.24983],[10.21884,47.25533],[10.17449,47.2637],[10.17834,47.27011],[10.17404,47.27025],[10.17208,47.27908],[10.17961,47.29603],[10.18964,47.29394],[10.19913,47.29754],[10.21236,47.31122],[10.21597,47.31106],[10.21113,47.31898],[10.19951,47.32646],[10.20742,47.33232],[10.20424,47.33675],[10.2171,47.34988],[10.21699,47.35436],[10.23716,47.37357],[10.23168,47.37897],[10.23619,47.38192],[10.22705,47.38889],[10.21259,47.38039],[10.19988,47.38334],[10.19508,47.38935],[10.18185,47.39243],[10.1813,47.38725],[10.1694,47.38583],[10.16958,47.3713],[10.16587,47.36887],[10.14169,47.36718],[10.11934,47.37561],[10.09984,47.35476],[10.08284,47.39381],[10.08624,47.39952],[10.06914,47.41018],[10.07418,47.41472],[10.09374,47.41688],[10.10559,47.42872],[10.09385,47.44046],[10.09164,47.45893],[10.08857,47.46029],[10.08057,47.45536],[10.06999,47.45595],[10.06468,47.46364],[10.05347,47.46686],[10.05413,47.47589],[10.04477,47.48762],[10.03743,47.48918],[10.02301,47.48411],[10.00076,47.48211],[9.98736,47.49847],[9.99569,47.50278],[9.96526,47.52089],[9.9684,47.52802],[9.96484,47.53803],[9.97125,47.54425],[9.96809,47.54627],[9.96805,47.54631]]],"terms_url":"https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm","terms_text":"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{"id":"vogis.cnv.at-DOM","name":"VoGIS: DOM (Surface model)","type":"wms","template":"https://vogis.cnv.at/mapserver/mapserv?MAP=i_hoehen_und_gelaende_r_wms.map&LAYERS=schummerung_50cm_surface&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"elevation","projection":"EPSG:3857","polygon":[[[9.96805,47.54631],[9.96318,47.54229],[9.95883,47.54313],[9.9637,47.53472],[9.94108,47.53822],[9.93352,47.53265],[9.92189,47.52964],[9.91358,47.53255],[9.90666,47.54217],[9.89935,47.54475],[9.8891,47.54399],[9.88125,47.54814],[9.87515,47.54343],[9.87804,47.53876],[9.87451,47.52854],[9.85839,47.53388],[9.85023,47.54164],[9.81579,47.54767],[9.8171,47.55333],[9.82562,47.55922],[9.82079,47.57076],[9.82728,47.57997],[9.82381,47.5871],[9.81414,47.58807],[9.79999,47.59611],[9.79151,47.59352],[9.77697,47.59544],[9.76933,47.58739],[9.76553,47.58912],[9.76197,47.58096],[9.75633,47.57963],[9.75632,47.57262],[9.74806,47.57052],[9.75207,47.56747],[9.74337,47.55867],[9.7471,47.55569],[9.74164,47.55499],[9.73517,47.54661],[9.73478,47.53396],[9.60465,47.52952],[9.5827,47.53592],[9.55057,47.53718],[9.5622,47.49592],[9.58217,47.48276],[9.59514,47.46331],[9.60292,47.46198],[9.60904,47.47054],[9.62234,47.45747],[9.65898,47.4522],[9.65799,47.44779],[9.64512,47.4378],[9.64551,47.4312],[9.65162,47.40463],[9.67311,47.39194],[9.67255,47.38021],[9.65876,47.36946],[9.62446,47.36615],[9.61073,47.35571],[9.59966,47.3455],[9.58805,47.3173],[9.55634,47.29829],[9.54619,47.28005],[9.53073,47.27058],[9.56679,47.24288],[9.55176,47.22377],[9.55851,47.22416],[9.5687,47.21968],[9.58477,47.20532],[9.58032,47.19578],[9.57259,47.19079],[9.57302,47.1756],[9.56456,47.17029],[9.57946,47.17116],[9.59679,47.16294],[9.6089,47.14775],[9.62059,47.15164],[9.62587,47.1459],[9.62258,47.14135],[9.62467,47.13265],[9.63503,47.12813],[9.62083,47.11032],[9.62858,47.10756],[9.63564,47.09553],[9.63346,47.08344],[9.62339,47.08258],[9.61869,47.07817],[9.61153,47.0794],[9.6134,47.0695],[9.60705,47.06077],[9.62633,47.05133],[9.63654,47.0517],[9.64158,47.05598],[9.64506,47.05978],[9.65821,47.05818],[9.67743,47.06141],[9.68184,47.0621],[9.68392,47.05765],[9.69756,47.05239],[9.7076,47.05381],[9.70701,47.04805],[9.71821,47.04337],[9.74185,47.04268],[9.74808,47.03692],[9.78491,47.03849],[9.80756,47.02356],[9.82353,47.01986],[9.83612,47.01253],[9.85273,47.01641],[9.85974,47.02321],[9.87779,47.02055],[9.88035,47.01722],[9.87115,47.01306],[9.8707,47.00965],[9.88878,47.00072],[9.8923,46.99036],[9.88482,46.98546],[9.87073,46.96321],[9.87872,46.95707],[9.87488,46.95039],[9.87657,46.94071],[9.88071,46.94011],[9.87613,46.93463],[9.89449,46.93164],[9.90632,46.9253],[9.91231,46.92606],[9.92153,46.91882],[9.93758,46.91324],[9.94612,46.91235],[9.95907,46.91602],[9.96657,46.91222],[9.97793,46.91603],[9.98243,46.9062],[10.00494,46.89889],[10.01782,46.90161],[10.03221,46.88802],[10.03891,46.88611],[10.05192,46.87405],[10.0509,46.86442],[10.05488,46.8617],[10.08712,46.86128],[10.09265,46.85818],[10.09195,46.85143],[10.10518,46.8409],[10.11912,46.84417],[10.12309,46.84848],[10.13941,46.84738],[10.14506,46.8511],[10.13967,46.86217],[10.14147,46.87468],[10.12497,46.88014],[10.10908,46.89431],[10.10921,46.90834],[10.09954,46.91712],[10.09772,46.92676],[10.12684,46.9435],[10.13501,46.95483],[10.13492,46.96584],[10.14463,46.98301],[10.16001,46.984],[10.15442,46.99299],[10.15961,46.99882],[10.15447,47.00545],[10.13284,47.01204],[10.12326,47.02209],[10.14418,47.03355],[10.15693,47.04883],[10.15085,47.06184],[10.13459,47.06392],[10.13243,47.08122],[10.15442,47.10578],[10.15766,47.11426],[10.16299,47.11361],[10.17288,47.12033],[10.18652,47.11946],[10.18629,47.12886],[10.20887,47.13164],[10.20333,47.14215],[10.21481,47.14352],[10.22166,47.14925],[10.2222,47.15323],[10.21321,47.1577],[10.20851,47.15948],[10.2092,47.16537],[10.21151,47.17124],[10.19951,47.18525],[10.19963,47.19539],[10.21269,47.20432],[10.21428,47.21684],[10.20791,47.2328],[10.19776,47.23666],[10.21087,47.2478],[10.22343,47.24983],[10.21884,47.25533],[10.17449,47.2637],[10.17834,47.27011],[10.17404,47.27025],[10.17208,47.27908],[10.17961,47.29603],[10.18964,47.29394],[10.19913,47.29754],[10.21236,47.31122],[10.21597,47.31106],[10.21113,47.31898],[10.19951,47.32646],[10.20742,47.33232],[10.20424,47.33675],[10.2171,47.34988],[10.21699,47.35436],[10.23716,47.37357],[10.23168,47.37897],[10.23619,47.38192],[10.22705,47.38889],[10.21259,47.38039],[10.19988,47.38334],[10.19508,47.38935],[10.18185,47.39243],[10.1813,47.38725],[10.1694,47.38583],[10.16958,47.3713],[10.16587,47.36887],[10.14169,47.36718],[10.11934,47.37561],[10.09984,47.35476],[10.08284,47.39381],[10.08624,47.39952],[10.06914,47.41018],[10.07418,47.41472],[10.09374,47.41688],[10.10559,47.42872],[10.09385,47.44046],[10.09164,47.45893],[10.08857,47.46029],[10.08057,47.45536],[10.06999,47.45595],[10.06468,47.46364],[10.05347,47.46686],[10.05413,47.47589],[10.04477,47.48762],[10.03743,47.48918],[10.02301,47.48411],[10.00076,47.48211],[9.98736,47.49847],[9.99569,47.50278],[9.96526,47.52089],[9.9684,47.52802],[9.96484,47.53803],[9.97125,47.54425],[9.96809,47.54627],[9.96805,47.54631]]],"terms_url":"https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm","terms_text":"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{"id":"vogis.cnv.at-ef2012_12cm","name":"VoGIS: Echtfarbenbild 2012 (12cm)","type":"wms","template":"https://vogis.cnv.at/mapserver/mapserv?MAP=i_luftbilder_r_wms.map&LAYERS=ef2012_12cm&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","polygon":[[[9.54367,47.48479],[9.61451,47.45058],[9.61359,47.38272],[9.44246,47.24798],[9.44614,47.096],[9.42866,47.08911],[9.42498,47.01513],[9.85281,47.00196],[9.85741,46.89896],[9.9669,46.88952],[10.04511,46.8499],[10.15828,46.83353],[10.1592,46.89204],[10.14718,46.89248],[10.15115,46.94331],[10.16317,46.94287],[10.1647,46.96238],[10.17852,46.96681],[10.17576,47.10351],[10.22912,47.10226],[10.22084,47.24361],[10.26133,47.41261],[10.12423,47.40576],[10.09387,47.47795],[10.00462,47.50717],[9.98622,47.56121],[9.84361,47.56245],[9.84085,47.60714],[9.53999,47.60652],[9.54367,47.48479]]],"terms_url":"https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm","terms_text":"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{"id":"vogis.cnv.at-ef2015_10cm","name":"VoGIS: Echtfarbenbild 2015 (10cm)","type":"wms","template":"https://vogis.cnv.at/mapserver/mapserv?MAP=i_luftbilder_r_wms.map&LAYERS=ef2015_10cm&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","polygon":[[[9.54367,47.48479],[9.61451,47.45058],[9.61359,47.38272],[9.44246,47.24798],[9.44614,47.096],[9.42866,47.08911],[9.42498,47.01513],[9.85281,47.00196],[9.85741,46.89896],[9.9669,46.88952],[10.04511,46.8499],[10.15828,46.83353],[10.1592,46.89204],[10.14718,46.89248],[10.15115,46.94331],[10.16317,46.94287],[10.1647,46.96238],[10.17852,46.96681],[10.17576,47.10351],[10.22912,47.10226],[10.22084,47.24361],[10.26133,47.41261],[10.12423,47.40576],[10.09387,47.47795],[10.00462,47.50717],[9.98622,47.56121],[9.84361,47.56245],[9.84085,47.60714],[9.53999,47.60652],[9.54367,47.48479]]],"terms_url":"https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm","terms_text":"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{"id":"vogis.cnv.at-ef2018_10cm","name":"VoGIS: Echtfarbenbild 2018 (10cm)","type":"wms","template":"https://vogis.cnv.at/mapserver/mapserv?MAP=i_luftbilder_r_wms.map&LAYERS=ef2018_10cm&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","polygon":[[[9.54367,47.48479],[9.61451,47.45058],[9.61359,47.38272],[9.44246,47.24798],[9.44614,47.096],[9.42866,47.08911],[9.42498,47.01513],[9.85281,47.00196],[9.85741,46.89896],[9.9669,46.88952],[10.04511,46.8499],[10.15828,46.83353],[10.1592,46.89204],[10.14718,46.89248],[10.15115,46.94331],[10.16317,46.94287],[10.1647,46.96238],[10.17852,46.96681],[10.17576,47.10351],[10.22912,47.10226],[10.22084,47.24361],[10.26133,47.41261],[10.12423,47.40576],[10.09387,47.47795],[10.00462,47.50717],[9.98622,47.56121],[9.84361,47.56245],[9.84085,47.60714],[9.53999,47.60652],[9.54367,47.48479]]],"terms_url":"https://vorarlberg.at/-/wms-dienste","terms_text":"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{"id":"vogis.cnv.at-ef2020_10cm","name":"VoGIS: Echtfarbenbild 2020 (10cm)","type":"wms","template":"https://vogis.cnv.at/mapserver/mapserv?MAP=i_luftbilder_r_wms.map&LAYERS=ef2020_10cm&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","polygon":[[[9.54367,47.48479],[9.61451,47.45058],[9.61359,47.38272],[9.44246,47.24798],[9.44614,47.096],[9.42866,47.08911],[9.42498,47.01513],[9.85281,47.00196],[9.85741,46.89896],[9.9669,46.88952],[10.04511,46.8499],[10.15828,46.83353],[10.1592,46.89204],[10.14718,46.89248],[10.15115,46.94331],[10.16317,46.94287],[10.1647,46.96238],[10.17852,46.96681],[10.17576,47.10351],[10.22912,47.10226],[10.22084,47.24361],[10.26133,47.41261],[10.12423,47.40576],[10.09387,47.47795],[10.00462,47.50717],[9.98622,47.56121],[9.84361,47.56245],[9.84085,47.60714],[9.53999,47.60652],[9.54367,47.48479]]],"terms_url":"https://vorarlberg.at/-/wms-dienste","terms_text":"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{"id":"vogis.cnv.at-ef2022_10cm","name":"VoGIS: Echtfarbenbild 2022 (10cm)","type":"wms","template":"https://vogis.cnv.at/mapserver/mapserv?MAP=i_luftbilder_r_wms.map&LAYERS=ef2022_10cm&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2022-01-01T00:00:00.000Z","startDate":"2022-01-01T00:00:00.000Z","polygon":[[[9.54367,47.48479],[9.61451,47.45058],[9.61359,47.38272],[9.44246,47.24798],[9.44614,47.096],[9.42866,47.08911],[9.42498,47.01513],[9.85281,47.00196],[9.85741,46.89896],[9.9669,46.88952],[10.04511,46.8499],[10.15828,46.83353],[10.1592,46.89204],[10.14718,46.89248],[10.15115,46.94331],[10.16317,46.94287],[10.1647,46.96238],[10.17852,46.96681],[10.17576,47.10351],[10.22912,47.10226],[10.22084,47.24361],[10.26133,47.41261],[10.12423,47.40576],[10.09387,47.47795],[10.00462,47.50717],[9.98622,47.56121],[9.84361,47.56245],[9.84085,47.60714],[9.53999,47.60652],[9.54367,47.48479]]],"terms_url":"https://vorarlberg.at/-/wms-dienste","terms_text":"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{"id":"vogis.cnv.at-wi2015_20cm","name":"VoGIS: Echtfarbenbild Winter 2015 (20cm)","type":"wms","template":"https://vogis.cnv.at/mapserver/mapserv?MAP=i_luftbilder_r_wms.map&LAYERS=wi2015_20cm&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","polygon":[[[10.17039,46.82979],[10.17108,46.93644],[10.18413,46.94113],[10.1855,47.10157],[10.23906,47.10437],[10.24283,47.15611],[10.25691,47.18704],[10.24558,47.27597],[10.25313,47.32347],[10.26893,47.32626],[10.26446,47.41102],[10.13194,47.4087],[10.13434,47.46107],[10.11752,47.46153],[10.11889,47.47337],[10.08731,47.47429],[10.08491,47.50724],[10.06843,47.507],[10.0674,47.5215],[10.02345,47.52428],[10.00079,47.57943],[9.84904,47.57757],[9.85042,47.61462],[9.72751,47.61277],[9.7203,47.59089],[9.70347,47.58915],[9.70313,47.54491],[9.68219,47.54491],[9.68047,47.55348],[9.56391,47.54931],[9.56202,47.53958],[9.55172,47.53958],[9.55172,47.53402],[9.52168,47.53471],[9.52701,47.30497],[9.50503,47.30264],[9.50091,47.23368],[9.52357,47.23228],[9.52426,47.16557],[9.54486,47.16405],[9.54383,47.15448],[9.57232,47.15401],[9.57026,47.12809],[9.59018,47.12867],[9.59189,47.10029],[9.57232,47.10017],[9.57713,47.02861],[9.72407,47.03048],[9.72304,47.01749],[9.77454,47.01562],[9.77626,47.00555],[9.79274,47.00391],[9.7948,46.99127],[9.83874,46.99314],[9.84012,46.90349],[9.89024,46.90725],[9.88543,46.88707],[9.95925,46.89141],[9.962,46.87675],[10.0001,46.87862],[9.99667,46.85715],[10.01864,46.85656],[10.02345,46.83073],[10.17039,46.82979]]],"terms_url":"https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm","terms_text":"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{"id":"osmfr_volta","name":"Volta","type":"tms","template":"https://{switch:a,b,c}.tile.openstreetmap.fr/volta/{zoom}/{x}/{y}.png","category":"map","zoomExtent":[6,20],"polygon":[[[-61.92802,16.58618],[-61.92686,15.7394],[-60.88128,15.74072],[-60.88243,16.5875],[-61.92802,16.58618]],[[-61.27501,14.90218],[-61.27622,14.36803],[-60.72489,14.36686],[-60.72368,14.90101],[-61.27501,14.90218]],[[-2.7,43.9],[-1.7835,43.39686],[-1.78509,43.39037],[-1.80099,43.37017],[-1.79156,43.34067],[-1.76297,43.32565],[-1.75606,43.31966],[-1.73359,43.28856],[-1.66953,43.30065],[-1.65,43.29323],[-1.61053,43.24223],[-1.57149,43.2412],[-1.54626,43.2737],[-1.52629,43.28099],[-1.40868,43.25591],[-1.39531,43.24596],[-1.39411,43.22935],[-1.42732,43.1404],[-1.43479,43.13087],[-1.47641,43.10248],[-1.48311,43.08561],[-1.4775,43.06889],[-1.43868,43.03371],[-1.3542,43.0197],[-1.33135,43.0496],[-1.31992,43.05696],[-1.30643,43.05531],[-1.26236,43.03303],[-1.22612,43.03898],[-1.21622,43.0381],[-1.16736,43.02083],[-1.15845,43.01452],[-1.14775,43.00124],[-1.1156,43.00461],[-1.10852,43.00409],[-1.02313,42.98206],[-0.94508,42.94192],[-0.82114,42.93865],[-0.77253,42.95284],[-0.75711,42.95107],[-0.7476,42.93879],[-0.73372,42.88666],[-0.68094,42.86775],[-0.67446,42.86392],[-0.56721,42.76937],[-0.54499,42.76906],[-0.50868,42.79935],[-0.48842,42.80255],[-0.44354,42.78453],[-0.39208,42.78766],[-0.31683,42.82635],[-0.29987,42.82697],[-0.16949,42.77157],[-0.06726,42.6848],[-0.01993,42.67389],[0.17919,42.72075],[0.18967,42.72039],[0.23972,42.70494],[0.24594,42.70175],[0.29571,42.66388],[0.32567,42.67274],[0.34912,42.69817],[0.35954,42.70415],[0.3715,42.70308],[0.43024,42.67863],[0.669,42.67901],[0.69192,42.70684],[0.67474,42.75286],[0.67409,42.76479],[0.69117,42.83186],[0.70017,42.84402],[0.71511,42.8464],[0.84606,42.8157],[0.92265,42.7797],[0.95073,42.78794],[0.95937,42.78852],[1.07564,42.77079],[1.08546,42.76635],[1.16554,42.69928],[1.23221,42.71248],[1.32364,42.7085],[1.33313,42.70563],[1.37335,42.68127],[1.38032,42.67415],[1.41936,42.60643],[1.43792,42.59264],[1.47238,42.59703],[1.4921,42.62502],[1.50444,42.6331],[1.54636,42.64166],[1.56069,42.6392],[1.60283,42.61382],[1.69377,42.60975],[1.71011,42.59992],[1.72479,42.57499],[1.7272,42.56103],[1.71561,42.50125],[1.72567,42.48452],[1.82774,42.47056],[1.88444,42.4477],[1.88459,42.44762],[1.88467,42.44761],[1.92089,42.43302],[1.93076,42.42442],[1.965,42.36473],[2.00861,42.33818],[2.09393,42.35474],[2.14881,42.40545],[2.16028,42.41065],[2.20526,42.41541],[2.20653,42.41526],[2.20694,42.41558],[2.25973,42.42117],[2.26719,42.42055],[2.41222,42.38021],[2.41933,42.37658],[2.47795,42.32986],[2.5338,42.32197],[2.56777,42.34173],[2.58106,42.34418],[2.66719,42.33008],[2.68585,42.34679],[2.68162,42.37263],[2.68378,42.3854],[2.69331,42.39417],[2.72928,42.40998],[2.7413,42.41128],[2.78424,42.40256],[2.87019,42.44653],[2.87822,42.4487],[3.02214,42.45645],[3.03402,42.45331],[3.0944,42.41457],[3.16081,42.42757],[3.17358,42.41768],[5.8,41.64],[8.94186,41.27688],[9.27311,41.29196],[9.36968,41.35052],[9.63227,41.43244],[9.8,43.1],[7.53622,43.79234],[7.51594,43.84915],[7.51649,43.86397],[7.5271,43.87434],[7.56858,43.89159],[7.58419,43.93287],[7.59624,43.94466],[7.66016,43.9672],[7.68077,44.0164],[7.68603,44.02371],[7.72403,44.05704],[7.72786,44.08615],[7.69445,44.12276],[7.68937,44.13869],[7.69422,44.17795],[7.68608,44.1861],[7.63989,44.18928],[7.6162,44.16827],[7.60548,44.1634],[7.56478,44.15817],[7.5642,44.15836],[7.56283,44.15792],[7.37776,44.13416],[7.36278,44.13834],[7.33878,44.1574],[7.27537,44.15947],[7.26053,44.16682],[7.24533,44.18544],[7.1651,44.22112],[7.07312,44.2461],[7.03259,44.2424],[7.01983,44.24558],[7.01181,44.256],[6.99909,44.29414],[6.91637,44.36804],[6.90972,44.38195],[6.90907,44.39477],[6.91223,44.40659],[6.92167,44.41436],[6.95872,44.42908],[6.95894,44.43129],[6.87892,44.50245],[6.87233,44.5195],[6.88235,44.53479],[6.94659,44.57124],[6.97819,44.61784],[6.97056,44.64696],[6.97413,44.66431],[6.99007,44.67203],[7.07671,44.67134],[7.08666,44.68085],[7.08651,44.6968],[7.07224,44.72311],[7.0496,44.73226],[7.03711,44.75009],[7.03453,44.82282],[7.01795,44.84402],[6.93633,44.87461],[6.8798,44.86346],[6.86698,44.86519],[6.7942,44.90161],[6.78375,44.9146],[6.75744,45.01884],[6.69602,45.03395],[6.68237,45.04558],[6.66501,45.08667],[6.6653,45.10289],[6.67751,45.11356],[6.77056,45.14242],[6.78283,45.14228],[6.85843,45.11699],[6.90009,45.12689],[6.98106,45.19368],[6.99279,45.19823],[7.08417,45.20279],[7.14458,45.25048],[7.13649,45.30576],[7.14232,45.32298],[7.17075,45.35069],[7.19515,45.40409],[7.1856,45.41894],[7.13304,45.44001],[7.1228,45.44924],[7.1072,45.47877],[7.02774,45.5102],[7.0158,45.52354],[6.99643,45.59465],[6.9978,45.60877],[7.01151,45.63652],[7.00597,45.64945],[6.97131,45.66528],[6.94247,45.66172],[6.92419,45.66935],[6.90729,45.69124],[6.8414,45.71373],[6.83174,45.72082],[6.82787,45.73217],[6.82614,45.80353],[6.83102,45.81711],[6.84376,45.82387],[6.94097,45.83551],[6.99582,45.85822],[7.04394,45.92036],[7.04497,45.92064],[7.04533,45.92217],[7.05191,45.93066],[7.01556,46.00883],[6.94898,46.0699],[6.92001,46.07721],[6.90932,46.08406],[6.90491,46.09595],[6.90382,46.12971],[6.83427,46.14509],[6.82259,46.15261],[6.81863,46.16592],[6.82075,46.19862],[6.82698,46.21188],[6.86092,46.2439],[6.87504,46.28007],[6.86491,46.30038],[6.81095,46.33359],[6.80189,46.34639],[6.80484,46.36179],[6.81832,46.38181],[6.82244,46.42925],[6.74665,46.45695],[6.63047,46.47435],[6.50498,46.46871],[6.41748,46.42682],[6.41083,46.42495],[6.31648,46.41557],[6.23946,46.36705],[6.21219,46.32485],[6.21148,46.31057],[6.24707,46.24777],[6.24906,46.23299],[6.24026,46.22094],[6.13778,46.15702],[6.12468,46.15415],[6.05564,46.16288],[6.03509,46.15456],[6.01783,46.15564],[6.00787,46.16977],[6.00388,46.19332],[6.00681,46.20752],[6.01857,46.21601],[6.07717,46.23123],[6.08865,46.23081],[6.1103,46.22344],[6.13038,46.23737],[6.13371,46.30227],[6.13748,46.31297],[6.17817,46.36922],[6.16622,46.38839],[6.10829,46.41643],[6.09704,46.43317],[6.09572,46.45418],[6.10174,46.46979],[6.15811,46.52456],[6.16549,46.54399],[6.15152,46.56508],[6.14872,46.58069],[6.15817,46.59343],[6.46098,46.76887],[6.46722,46.79104],[6.45644,46.80534],[6.4535,46.8239],[6.47548,46.88771],[6.46686,46.91997],[6.46892,46.93522],[6.4812,46.9445],[6.62355,46.9811],[6.72561,47.0418],[6.76011,47.09953],[6.76907,47.10751],[6.85545,47.14636],[6.88913,47.18922],[6.89443,47.19393],[6.96134,47.23479],[6.96347,47.26233],[6.97424,47.27856],[7.05958,47.32257],[7.07007,47.35005],[7.05623,47.37035],[7.018,47.38386],[6.97126,47.37218],[6.95769,47.37359],[6.94818,47.38337],[6.94716,47.39698],[6.9551,47.40808],[7.003,47.44095],[7.01205,47.47287],[7.02102,47.48458],[7.03557,47.48695],[7.0801,47.47718],[7.12853,47.48893],[7.14279,47.48707],[7.15212,47.47612],[7.16708,47.4335],[7.24435,47.40939],[7.32653,47.4273],[7.38747,47.42111],[7.51256,47.48439],[7.54511,47.54283],[7.55424,47.55128],[7.58967,47.56755],[7.60016,47.60822],[7.537,47.67302],[7.53136,47.68564],[7.53526,47.6989],[7.55758,47.72899],[7.54418,47.77232],[7.54581,47.78793],[7.57267,47.83631],[7.5728,47.86435],[7.57554,47.87436],[7.63205,47.97081],[7.62437,47.99865],[7.59127,48.03035],[7.58522,48.04694],[7.59165,48.10648],[7.59605,48.11698],[7.67661,48.21555],[7.70241,48.28803],[7.71085,48.29841],[7.75159,48.32322],[7.74357,48.38427],[7.74506,48.39484],[7.78055,48.47652],[7.78547,48.48337],[7.81449,48.50968],[7.81456,48.57704],[7.81842,48.58883],[7.8484,48.62977],[7.85605,48.63606],[7.90422,48.65865],[7.98534,48.7409],[7.99071,48.74478],[8.10087,48.7993],[8.15824,48.89753],[8.20089,48.94339],[8.20888,48.94863],[8.23589,48.95817],[8.23704,48.97683],[8.2225,48.98787],[8.08069,49.00688],[7.93826,49.06832],[7.8673,49.05227],[7.85525,49.05329],[7.80291,49.07489],[7.76073,49.06067],[7.75401,49.05963],[7.6612,49.06119],[7.64722,49.06722],[7.6296,49.08527],[7.5579,49.09626],[7.54379,49.10572],[7.50113,49.17672],[7.45012,49.19517],[7.36095,49.18259],[7.29893,49.13856],[7.28683,49.13488],[7.1535,49.13839],[7.14315,49.14159],[7.10494,49.16634],[7.06908,49.16018],[7.05478,49.16313],[7.0463,49.17503],[7.04055,49.19794],[6.93753,49.23369],[6.89322,49.22389],[6.88453,49.2239],[6.85119,49.23136],[6.82982,49.21802],[6.83093,49.19366],[6.82473,49.17826],[6.80904,49.17284],[6.76026,49.17752],[6.74328,49.19086],[6.72996,49.22917],[6.67013,49.29269],[6.61627,49.31869],[6.60497,49.33739],[6.60639,49.37868],[6.5451,49.44384],[6.43515,49.487],[6.34423,49.48037],[6.334,49.48235],[6.24643,49.52511],[6.17397,49.52187],[6.09319,49.47787],[6.08635,49.47562],[6.01627,49.46597],[5.99801,49.47317],[5.97516,49.50129],[5.876,49.5114],[5.86126,49.52038],[5.8399,49.55321],[5.77526,49.57414],[5.71578,49.55361],[5.70676,49.55267],[5.641,49.56095],[5.6076,49.53761],[5.59311,49.53424],[5.55401,49.54025],[5.50666,49.52042],[5.49294,49.51979],[5.48205,49.52815],[5.43141,49.60791],[5.3544,49.64041],[5.344,49.65049],[5.33363,49.67308],[5.28157,49.70836],[5.19602,49.70732],[5.18761,49.70906],[5.1412,49.72984],[5.13458,49.73462],[5.09944,49.77323],[5.02686,49.78886],[5.01867,49.79272],[4.99534,49.81116],[4.91098,49.79926],[4.89769,49.80204],[4.88924,49.81266],[4.87625,49.85111],[4.87913,49.86942],[4.89755,49.89424],[4.89654,49.91753],[4.83343,49.96696],[4.82662,49.97692],[4.82678,49.989],[4.8433,50.03881],[4.84331,50.03883],[4.84331,50.03884],[4.85104,50.06216],[4.86277,50.0745],[4.88076,50.0815],[4.90426,50.12639],[4.90479,50.14451],[4.8815,50.16436],[4.83123,50.17941],[4.69517,50.10472],[4.66924,50.06972],[4.67293,50.02716],[4.66936,50.01392],[4.6581,50.00609],[4.45469,49.95251],[4.44542,49.9523],[4.30877,49.98145],[4.22164,49.97089],[4.20633,49.97546],[4.1765,50.00065],[4.16976,50.01217],[4.17177,50.02537],[4.18164,50.03436],[4.23193,50.05551],[4.24074,50.07102],[4.21195,50.13602],[4.1764,50.1547],[4.16601,50.16888],[4.17084,50.18579],[4.23078,50.25233],[4.22904,50.26664],[4.21444,50.28167],[4.14388,50.29727],[4.13761,50.29984],[4.02672,50.36904],[3.91317,50.34291],[3.90189,50.3436],[3.84109,50.36558],[3.74935,50.36279],[3.71576,50.33854],[3.70258,50.33482],[3.6901,50.34044],[3.68415,50.35277],[3.67378,50.45642],[3.61523,50.50558],[3.54779,50.51012],[3.53266,50.51873],[3.52173,50.53459],[3.4748,50.54445],[3.3898,50.50884],[3.37551,50.50839],[3.3056,50.53267],[3.29219,50.55037],[3.28922,50.60028],[3.26588,50.64054],[3.26576,50.6604],[3.27545,50.67757],[3.27051,50.70375],[3.22149,50.7267],[3.2154,50.73111],[3.14877,50.80195],[3.11412,50.80566],[3.09244,50.79092],[3.08218,50.78749],[3.00718,50.78377],[2.93508,50.75592],[2.9161,50.72418],[2.90492,50.71536],[2.89072,50.7162],[2.85265,50.73335],[2.81655,50.73092],[2.79995,50.73795],[2.73267,50.81738],[2.6511,50.82906],[2.63786,50.83696],[2.62781,50.85054],[2.62396,50.86071],[2.61962,50.91067],[2.62452,50.9256],[2.64225,50.94578],[2.63986,50.95766],[2.61558,50.99749],[2.59845,51.0051],[2.58741,51.01763],[2.57048,51.07409],[2.5488,51.09759],[2.35816,51.32937],[1.31,50.88],[-2.25,50.09],[-6.3,48.98],[-2.7,43.9]]],"terms_url":"https://www.agenceore.fr/opendata/recherche","terms_text":"Tiles © cquest@Openstreetmap France, data © Agence ORE - RTE France, LO/OL","overlay":true},{"id":"Volusia_Ortho_2021","name":"Volusia County Orthoimagery (2021)","type":"wms","template":"https://maps5.vcgov.org/arcgis/services/Aerials/2021_Aerial/ImageServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=0&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[12,22],"polygon":[[[-80.72269,28.78991],[-81.0979,29.43646],[-81.12929,29.43639],[-81.1293,29.42265],[-81.16071,29.42261],[-81.16048,29.27136],[-81.4114,29.27083],[-81.41196,29.40834],[-81.44324,29.40824],[-81.4432,29.39444],[-81.45899,29.39448],[-81.45899,29.3806],[-81.50601,29.38052],[-81.50598,29.36677],[-81.5687,29.36652],[-81.56868,29.3527],[-81.59975,29.35278],[-81.58344,29.18769],[-81.56774,29.18774],[-81.56761,29.17405],[-81.53628,29.17408],[-81.53615,29.14665],[-81.52053,29.14669],[-81.52023,29.10556],[-81.50456,29.10553],[-81.50456,29.09158],[-81.47306,29.09173],[-81.47315,29.06435],[-81.45736,29.0645],[-81.45736,29.05077],[-81.44174,29.05077],[-81.44165,29.03711],[-81.42612,29.03704],[-81.42594,29.02338],[-81.41032,29.02338],[-81.41024,29.00957],[-81.3947,29.00964],[-81.39462,28.9959],[-81.37882,28.99605],[-81.37882,28.95483],[-81.3632,28.95483],[-81.36303,28.89977],[-81.37874,28.89954],[-81.37839,28.85851],[-81.36312,28.85858],[-81.36286,28.84452],[-81.34724,28.84475],[-81.34707,28.83106],[-81.23789,28.83122],[-81.23776,28.8176],[-81.22222,28.81753],[-81.22201,28.79],[-81.19085,28.79008],[-81.19094,28.77631],[-81.15944,28.77631],[-81.15961,28.79],[-81.12845,28.78985],[-81.1285,28.80388],[-81.11292,28.80395],[-81.11283,28.81772],[-81.09725,28.81768],[-81.09734,28.80392],[-81.08163,28.80392],[-81.08168,28.79004],[-81.06601,28.79012],[-81.05035,28.70768],[-81.0349,28.70753],[-81.03464,28.66627],[-81.01902,28.66642],[-81.01911,28.62514],[-81.00357,28.62506],[-81.00348,28.61135],[-80.95684,28.61135],[-80.95679,28.7903],[-80.72269,28.78991]]],"terms_url":"https://volusiacountyfl.maps.arcgis.com/apps/webappviewer/index.html?id=b773f4bfcadd4d9aa8b99cb599e0aec6","terms_text":"Volusia County Property Appraiser’s Office","description":"The 2021 orthoimagery for Volusia County of the State of Florida"},{"id":"Volusia_Ortho_2023","name":"Volusia County Orthoimagery (2023)","type":"wms","template":"https://maps5.vcgov.org/arcgis/services/Aerials/2023_Aerial/ImageServer/WMSServer?format=image/jpeg&version=1.3.0&service=wms&request=getmap&layers=0&styles=&crs={proj}&width={width}&height={height}&bbox={bbox}","category":"historicphoto","projection":"EPSG:3857","endDate":"2023-02-27T00:00:00.000Z","startDate":"2023-01-14T00:00:00.000Z","zoomExtent":[12,22],"polygon":[[[-80.72269,28.78991],[-81.0979,29.43646],[-81.12929,29.43639],[-81.1293,29.42265],[-81.16071,29.42261],[-81.16048,29.27136],[-81.4114,29.27083],[-81.41196,29.40834],[-81.44324,29.40824],[-81.4432,29.39444],[-81.45899,29.39448],[-81.45899,29.3806],[-81.50601,29.38052],[-81.50598,29.36677],[-81.5687,29.36652],[-81.56868,29.3527],[-81.59975,29.35278],[-81.58344,29.18769],[-81.56774,29.18774],[-81.56761,29.17405],[-81.53628,29.17408],[-81.53615,29.14665],[-81.52053,29.14669],[-81.52023,29.10556],[-81.50456,29.10553],[-81.50456,29.09158],[-81.47306,29.09173],[-81.47315,29.06435],[-81.45736,29.0645],[-81.45736,29.05077],[-81.44174,29.05077],[-81.44165,29.03711],[-81.42612,29.03704],[-81.42594,29.02338],[-81.41032,29.02338],[-81.41024,29.00957],[-81.3947,29.00964],[-81.39462,28.9959],[-81.37882,28.99605],[-81.37882,28.95483],[-81.3632,28.95483],[-81.36303,28.89977],[-81.37874,28.89954],[-81.37839,28.85851],[-81.36312,28.85858],[-81.36286,28.84452],[-81.34724,28.84475],[-81.34707,28.83106],[-81.23789,28.83122],[-81.23776,28.8176],[-81.22222,28.81753],[-81.22201,28.79],[-81.19085,28.79008],[-81.19094,28.77631],[-81.15944,28.77631],[-81.15961,28.79],[-81.12845,28.78985],[-81.1285,28.80388],[-81.11292,28.80395],[-81.11283,28.81772],[-81.09725,28.81768],[-81.09734,28.80392],[-81.08163,28.80392],[-81.08168,28.79004],[-81.06601,28.79012],[-81.05035,28.70768],[-81.0349,28.70753],[-81.03464,28.66627],[-81.01902,28.66642],[-81.01911,28.62514],[-81.00357,28.62506],[-81.00348,28.61135],[-80.95684,28.61135],[-80.95679,28.7903],[-80.72269,28.78991]]],"terms_url":"https://volusiacountyfl.maps.arcgis.com/apps/webappviewer/index.html?id=b773f4bfcadd4d9aa8b99cb599e0aec6","terms_text":"Volusia County Property Appraiser’s Office","description":"The 2023 orthoimagery for Volusia County of the State of Florida"},{"id":"Volusia_Ortho_2024","name":"Volusia County Orthoimagery (2024)","type":"wms","template":"https://maps5.vcgov.org/arcgis/rest/services/Aerials/2024_Aerial/ImageServer/exportImage?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2024-01-01T00:00:00.000Z","startDate":"2024-01-01T00:00:00.000Z","zoomExtent":[12,22],"polygon":[[[-80.72269,28.78991],[-81.0979,29.43646],[-81.12929,29.43639],[-81.1293,29.42265],[-81.16071,29.42261],[-81.16048,29.27136],[-81.4114,29.27083],[-81.41196,29.40834],[-81.44324,29.40824],[-81.4432,29.39444],[-81.45899,29.39448],[-81.45899,29.3806],[-81.50601,29.38052],[-81.50598,29.36677],[-81.5687,29.36652],[-81.56868,29.3527],[-81.59975,29.35278],[-81.58344,29.18769],[-81.56774,29.18774],[-81.56761,29.17405],[-81.53628,29.17408],[-81.53615,29.14665],[-81.52053,29.14669],[-81.52023,29.10556],[-81.50456,29.10553],[-81.50456,29.09158],[-81.47306,29.09173],[-81.47315,29.06435],[-81.45736,29.0645],[-81.45736,29.05077],[-81.44174,29.05077],[-81.44165,29.03711],[-81.42612,29.03704],[-81.42594,29.02338],[-81.41032,29.02338],[-81.41024,29.00957],[-81.3947,29.00964],[-81.39462,28.9959],[-81.37882,28.99605],[-81.37882,28.95483],[-81.3632,28.95483],[-81.36303,28.89977],[-81.37874,28.89954],[-81.37839,28.85851],[-81.36312,28.85858],[-81.36286,28.84452],[-81.34724,28.84475],[-81.34707,28.83106],[-81.23789,28.83122],[-81.23776,28.8176],[-81.22222,28.81753],[-81.22201,28.79],[-81.19085,28.79008],[-81.19094,28.77631],[-81.15944,28.77631],[-81.15961,28.79],[-81.12845,28.78985],[-81.1285,28.80388],[-81.11292,28.80395],[-81.11283,28.81772],[-81.09725,28.81768],[-81.09734,28.80392],[-81.08163,28.80392],[-81.08168,28.79004],[-81.06601,28.79012],[-81.05035,28.70768],[-81.0349,28.70753],[-81.03464,28.66627],[-81.01902,28.66642],[-81.01911,28.62514],[-81.00357,28.62506],[-81.00348,28.61135],[-80.95684,28.61135],[-80.95679,28.7903],[-80.72269,28.78991]]],"terms_url":"https://volusiacountyfl.maps.arcgis.com/apps/webappviewer/index.html?id=b773f4bfcadd4d9aa8b99cb599e0aec6","terms_text":"Volusia County Property Appraiser’s Office","description":"The 2024 orthoimagery for Volusia County of the State of Florida"},{"id":"WISC_DNR_Ortho_Composite","name":"Wisconsin Leaf-Off Orthophotography (DNR)","type":"wms","template":"https://dnrmaps.wi.gov/arcgis_image/rest/services/DW_Imagery/EN_Image_Basemap_Latest_Leaf_Off/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2018-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-87.80099,42.49185],[-86.80092,45.42641],[-86.92108,45.43123],[-87.5885,45.09437],[-87.65734,45.10951],[-87.67811,45.14076],[-87.73407,45.17913],[-87.73853,45.19958],[-87.72686,45.20865],[-87.70489,45.26244],[-87.65339,45.33188],[-87.65253,45.35588],[-87.67039,45.39145],[-87.70077,45.39134],[-87.75398,45.35287],[-87.85552,45.35117],[-87.85509,45.43809],[-87.80994,45.46651],[-87.79381,45.49913],[-87.80291,45.54778],[-87.814,45.54815],[-87.8149,45.56074],[-87.78689,45.56095],[-87.78495,45.58048],[-87.77499,45.58059],[-87.77666,45.61925],[-87.79372,45.61932],[-87.81321,45.64282],[-87.81333,45.66373],[-87.77853,45.67044],[-87.77853,45.68343],[-87.85509,45.73962],[-87.89886,45.76094],[-87.95637,45.75968],[-87.97761,45.77049],[-87.98161,45.79745],[-88.04546,45.78417],[-88.09267,45.78704],[-88.12031,45.80846],[-88.11679,45.83305],[-88.06829,45.87854],[-88.09731,45.88272],[-88.09645,45.92369],[-88.24167,45.96499],[-88.32467,45.96517],[-88.37128,45.99303],[-88.38278,45.99303],[-88.39445,45.98253],[-88.42346,45.9839],[-88.465,46.00263],[-88.49427,45.99613],[-88.50397,46.0214],[-88.53848,46.02248],[-88.60783,46.01926],[-88.62203,45.99007],[-88.661,45.99031],[-88.67306,46.01187],[-88.72456,46.02593],[-88.77653,46.02739],[-88.77666,46.03395],[-88.80279,46.03511],[-88.80262,46.02608],[-88.81652,46.0254],[-89.0799,46.1394],[-90.11398,46.33793],[-90.15402,46.41505],[-90.15424,46.46018],[-90.17797,46.46022],[-90.17811,46.50046],[-90.24152,46.51173],[-90.31311,46.5562],[-90.55206,46.59568],[-90.76973,46.72951],[-90.51292,46.85972],[-90.96405,47.03082],[-91.52058,46.75962],[-92.18091,46.749],[-92.18047,46.73815],[-92.21688,46.73746],[-92.21665,46.73194],[-92.25247,46.73125],[-92.25072,46.68918],[-92.31583,46.68788],[-92.2958,46.15986],[-92.29649,46.08561],[-92.33631,46.06704],[-92.35103,46.02706],[-92.4327,46.02778],[-92.46858,45.98348],[-92.52634,45.98372],[-92.72718,45.90303],[-92.79362,45.7601],[-92.86803,45.71942],[-92.89095,45.64552],[-92.88239,45.5639],[-92.76538,45.56142],[-92.69088,45.4741],[-92.6529,45.4452],[-92.65213,45.40683],[-92.7047,45.35987],[-92.7095,45.3256],[-92.76225,45.28832],[-92.76512,45.18059],[-92.74075,45.114],[-92.80392,45.06237],[-92.73972,44.93661],[-92.80632,44.74771],[-92.55295,44.58753],[-92.31812,44.54693],[-92.29752,44.48622],[-91.98097,44.37982],[-91.8924,44.24126],[-91.72623,44.1083],[-91.34445,43.94611],[-91.26892,43.79737],[-91.26377,43.4579],[-91.12164,43.34166],[-91.06087,43.24995],[-91.13262,43.18365],[-91.17004,43.0882],[-91.14704,42.93179],[-91.08387,42.87118],[-91.07872,42.8017],[-91.06773,42.75911],[-90.98225,42.70212],[-90.71137,42.64431],[-90.64476,42.5453],[-90.63618,42.51792],[-90.64285,42.50648],[-87.80099,42.49185]]],"terms_url":"https://dnr.wisconsin.gov/","terms_text":"Wisconsin Regional Orthoimagery Consortium, Southeastern Wisconsin Regional Planning Commission, Wisconsin Department of Natural Resources","description":"WROC orthoimagery (2018-2020) and Door County orthoimagery (2021) covering the entire State of Wisconsin","icon":"https://dnr.wisconsin.gov/sites/default/files/dnr-circle-logo-no-text-heavy-border.png"},{"id":"Wood_OH_2020","name":"Wood County Orthoimagery (2020)","type":"wms","template":"https://engineergis.co.wood.oh.us/arcgis/rest/services/Imagery/Wood_2020_rgb_20x/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"historicphoto","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.41347,41.62215],[-83.58192,41.62083],[-83.61832,41.57565],[-83.64527,41.57539],[-83.71771,41.51989],[-83.71719,41.49225],[-83.7359,41.49212],[-83.78946,41.45019],[-83.85298,41.42213],[-83.8892,41.4184],[-83.88405,41.1647],[-83.41621,41.16581],[-83.41347,41.62215]]],"terms_url":"https://www.woodcountyohio.gov","terms_text":"Wood County, State of Ohio","description":"Spring 2020 orthoimagery for Wood County in the State of Ohio","icon":"https://www.woodcountyohio.gov/ImageRepository/Document?documentID=70"},{"id":"Wood_OH_2023","name":"Wood County Orthoimagery (2023)","type":"wms","template":"https://wcohgis.woodcountyohio.gov/arcgis/rest/services/Services_for_Web_Apps/Wood_2023_Orthoimagery/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","category":"photo","projection":"EPSG:3857","endDate":"2023-01-01T00:00:00.000Z","startDate":"2023-01-01T00:00:00.000Z","zoomExtent":[0,21],"polygon":[[[-83.41347,41.62215],[-83.58192,41.62083],[-83.61832,41.57565],[-83.64527,41.57539],[-83.71771,41.51989],[-83.71719,41.49225],[-83.7359,41.49212],[-83.78946,41.45019],[-83.85298,41.42213],[-83.8892,41.4184],[-83.88405,41.1647],[-83.41621,41.16581],[-83.41347,41.62215]]],"terms_url":"https://www.woodcountyohio.gov","terms_text":"Wood County, State of Ohio","description":"Spring 2023 orthoimagery for Wood County in the State of Ohio","icon":"https://www.woodcountyohio.gov/ImageRepository/Document?documentID=70"},{"id":"Worms-2008","name":"Worms 2008","type":"wms","template":"https://geoportal-worms.de/ogc/wms/luftbild-2008?LAYERS=9B60078F347C447FAF4D224FEA0028D9&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2008-01-01T00:00:00.000Z","startDate":"2008-01-01T00:00:00.000Z","polygon":[[[8.39038,49.59014],[8.41808,49.5903],[8.41779,49.61729],[8.40395,49.61721],[8.40397,49.6262],[8.38993,49.6262],[8.38979,49.6441],[8.37588,49.64407],[8.3757,49.67094],[8.36165,49.67091],[8.36151,49.68885],[8.37542,49.68891],[8.37524,49.69797],[8.38911,49.698],[8.38879,49.70702],[8.43057,49.70717],[8.43048,49.71617],[8.44425,49.7162],[8.44421,49.72516],[8.45807,49.72525],[8.45803,49.73436],[8.41638,49.73412],[8.41625,49.7432],[8.37465,49.74294],[8.37479,49.73395],[8.34692,49.73383],[8.34751,49.69785],[8.33364,49.69776],[8.33383,49.68873],[8.30605,49.68862],[8.30596,49.6976],[8.25031,49.69729],[8.25118,49.65228],[8.23722,49.65228],[8.23781,49.61621],[8.25166,49.6163],[8.25209,49.58041],[8.29368,49.58053],[8.29359,49.58958],[8.34887,49.58987],[8.34883,49.59892],[8.3903,49.59914],[8.39038,49.59014]]],"terms_url":"https://www.worms.de","terms_text":"© Nibelungenstadt Worms","description":"Nibelungenstadt Worms 2008, 10cm","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Worms.png"},{"id":"Worms-2012","name":"Worms 2012","type":"wms","template":"https://geoportal-worms.de/ogc/wms/luftbild-2012?LAYERS=A14D534CD14849F9972FB3BF26185152&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2012-01-01T00:00:00.000Z","startDate":"2012-01-01T00:00:00.000Z","polygon":[[[8.41898,49.58811],[8.41866,49.61518],[8.4047,49.61503],[8.40461,49.62405],[8.39074,49.62399],[8.39047,49.65102],[8.37651,49.65093],[8.37615,49.66894],[8.36242,49.66876],[8.36224,49.69565],[8.39006,49.69594],[8.3897,49.70482],[8.41743,49.70503],[8.41743,49.71405],[8.44521,49.71417],[8.44507,49.72322],[8.45898,49.72325],[8.45875,49.74128],[8.34756,49.74071],[8.34774,49.73166],[8.33387,49.73163],[8.33451,49.69565],[8.25122,49.69515],[8.25179,49.65912],[8.23795,49.65905],[8.23813,49.64101],[8.22426,49.64095],[8.22472,49.61386],[8.23859,49.61403],[8.23922,49.57805],[8.29459,49.57841],[8.29446,49.58755],[8.34978,49.58778],[8.3496,49.59683],[8.39111,49.59695],[8.39115,49.58793],[8.41898,49.58811]]],"terms_url":"https://www.worms.de","terms_text":"© Nibelungenstadt Worms","description":"Nibelungenstadt Worms 2012, 10cm","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Worms.png"},{"id":"Worms-2016","name":"Worms 2016","type":"wms","template":"https://geoportal-worms.de/ogc/wms/luftbild2016?LAYERS=FFF9DFB4F6814391AB0B4BC96B3B70B2&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","polygon":[[[8.41625,49.59524],[8.41147,49.60428],[8.40616,49.60903],[8.39679,49.61394],[8.38843,49.62225],[8.3867,49.62296],[8.37888,49.63745],[8.37361,49.65316],[8.37042,49.66052],[8.3646,49.66594],[8.36269,49.66817],[8.35869,49.67585],[8.35633,49.68297],[8.35897,49.69256],[8.36624,49.69906],[8.38915,49.70835],[8.42429,49.7152],[8.43416,49.71893],[8.44252,49.72434],[8.44789,49.7311],[8.44216,49.73321],[8.42298,49.72751],[8.41079,49.73292],[8.4077,49.73603],[8.39806,49.73727],[8.39279,49.73686],[8.37724,49.73439],[8.37615,49.72587],[8.37297,49.72593],[8.36942,49.72704],[8.37115,49.7308],[8.34915,49.73169],[8.34751,49.71752],[8.34651,49.71258],[8.35006,49.69718],[8.33842,49.69712],[8.3376,49.696],[8.33985,49.6856],[8.34087,49.68373],[8.33778,49.6839],[8.33658,49.68343],[8.33494,49.68375],[8.32789,49.6845],[8.32508,49.68428],[8.32426,49.68503],[8.32039,49.68482],[8.31701,49.68647],[8.30998,49.68522],[8.30857,49.68934],[8.29623,49.68853],[8.29587,49.69035],[8.29441,49.69106],[8.29005,49.69071],[8.28946,49.69332],[8.28814,49.694],[8.25672,49.68954],[8.25607,49.68856],[8.25827,49.6782],[8.25481,49.67838],[8.25418,49.67718],[8.26309,49.67094],[8.26436,49.6707],[8.26691,49.66597],[8.26991,49.6667],[8.27723,49.65567],[8.24409,49.65107],[8.23977,49.64713],[8.23895,49.63547],[8.23754,49.62852],[8.23636,49.62758],[8.2379,49.62346],[8.24181,49.62399],[8.24318,49.61624],[8.24527,49.6161],[8.25113,49.61689],[8.25104,49.60045],[8.256,49.58755],[8.26213,49.58769],[8.26282,49.58581],[8.26759,49.58536],[8.27614,49.58663],[8.27855,49.58557],[8.29164,49.58772],[8.2915,49.5892],[8.30905,49.59138],[8.32469,49.59415],[8.32887,49.59633],[8.33083,49.59606],[8.33324,49.59848],[8.34365,49.59388],[8.34474,49.59438],[8.35092,49.60537],[8.35228,49.6069],[8.35706,49.60632],[8.36001,49.60484],[8.36219,49.60089],[8.3686,49.60331],[8.37329,49.60219],[8.37511,49.60334],[8.37847,49.60428],[8.38606,49.60185],[8.38743,49.60275],[8.39006,49.60287],[8.39393,49.6006],[8.39943,49.5963],[8.40243,49.59521],[8.40302,49.59235],[8.40602,49.59158],[8.4097,49.59317],[8.41498,49.594],[8.4162,49.59453],[8.41625,49.59524]]],"terms_url":"https://www.worms.de","terms_text":"© Nibelungenstadt Worms","description":"Nibelungenstadt Worms 2016, 8cm","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Worms.png"},{"id":"Worms-2020","name":"Worms 2020","type":"wms","template":"https://geoportal-worms.de/ogc/wms/luftbild2020?LAYERS=E1C1EF1295564C3E8B3504D516F081E9&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","polygon":[[[8.41904,49.59534],[8.41645,49.60086],[8.41243,49.60693],[8.40566,49.61182],[8.39547,49.6178],[8.38906,49.62422],[8.3797,49.64198],[8.37351,49.66058],[8.36388,49.67164],[8.35924,49.67959],[8.3626,49.694],[8.38597,49.7057],[8.42325,49.71311],[8.43598,49.71711],[8.45143,49.73086],[8.44216,49.73533],[8.42307,49.72957],[8.41434,49.73345],[8.40961,49.73791],[8.39234,49.73862],[8.38688,49.73674],[8.37579,49.73627],[8.37411,49.73433],[8.37413,49.7306],[8.37372,49.72766],[8.37304,49.72789],[8.37376,49.72989],[8.37354,49.73121],[8.37261,49.73208],[8.37042,49.7329],[8.34806,49.73304],[8.34651,49.73171],[8.34619,49.72954],[8.34396,49.71273],[8.34696,49.69888],[8.33815,49.69894],[8.33592,49.69773],[8.3351,49.69565],[8.33705,49.68541],[8.33378,49.68556],[8.3281,49.68632],[8.32655,49.68621],[8.32392,49.68694],[8.32237,49.68685],[8.31951,49.68762],[8.31646,49.68823],[8.31201,49.68741],[8.31,49.69073],[8.30819,49.69118],[8.29841,49.69062],[8.29628,49.69247],[8.29237,49.69285],[8.29059,49.69512],[8.28759,49.69579],[8.25663,49.69144],[8.25372,49.69023],[8.25345,49.68762],[8.25522,49.68021],[8.25191,49.67847],[8.25172,49.67626],[8.26091,49.66976],[8.26232,49.6685],[8.26427,49.66494],[8.26823,49.66408],[8.27368,49.65699],[8.24281,49.65263],[8.23731,49.64801],[8.23613,49.63677],[8.23649,49.63512],[8.23545,49.62255],[8.23863,49.62231],[8.23863,49.6216],[8.2399,49.62166],[8.24018,49.61621],[8.24136,49.61512],[8.24829,49.6152],[8.24829,49.61475],[8.24863,49.61484],[8.24865,49.61448],[8.24942,49.61448],[8.24968,49.59589],[8.25254,49.58993],[8.25377,49.58651],[8.25704,49.58545],[8.25995,49.58569],[8.26077,49.58492],[8.28964,49.58519],[8.29305,49.58589],[8.29409,49.58725],[8.29523,49.58805],[8.3,49.58855],[8.31487,49.59082],[8.3151,49.5912],[8.3196,49.59132],[8.32496,49.59217],[8.32951,49.59435],[8.33246,49.59474],[8.3336,49.59591],[8.34224,49.59223],[8.34546,49.59258],[8.34806,49.59488],[8.35319,49.60411],[8.35433,49.60496],[8.35578,49.60437],[8.35751,49.60349],[8.35919,49.60057],[8.36824,49.60078],[8.36906,49.60125],[8.36988,49.60072],[8.37561,49.60081],[8.37624,49.60157],[8.37811,49.60222],[8.38252,49.60084],[8.38879,49.60084],[8.38915,49.60113],[8.39415,49.59842],[8.39606,49.59674],[8.39706,49.59671],[8.39684,49.59568],[8.40025,49.59441],[8.40079,49.59129],[8.40293,49.59132],[8.40306,49.59085],[8.40506,49.59082],[8.40516,49.59126],[8.41043,49.59129],[8.41088,49.59149],[8.41688,49.59261],[8.41911,49.59459],[8.41904,49.59534]]],"terms_url":"https://www.worms.de","terms_text":"© Nibelungenstadt Worms","best":true,"description":"Nibelungenstadt Worms 2020, 6cm","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/de/Worms.png"},{"id":"wroclaw-orto2015","name":"Wrocław: Orthophotomap 2015 (aerial image)","type":"wms","template":"https://gis1.um.wroc.pl/arcgis/services/ogc/OGC_ortofoto_2015/MapServer/WmsServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"historicphoto","projection":"EPSG:3857","endDate":"2015-06-06T00:00:00.000Z","startDate":"2015-06-05T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[17.14217,51.12846],[17.15659,51.1499],[17.15933,51.16056],[17.15899,51.17886],[17.14371,51.18155],[17.13024,51.18128],[17.12466,51.17396],[17.11436,51.17746],[17.0778,51.17746],[17.07642,51.1766],[17.07548,51.16825],[17.06698,51.16745],[17.04698,51.17493],[17.03376,51.17729],[17.02741,51.17729],[17.02733,51.18246],[17.02252,51.18816],[17.01299,51.18816],[17.0093,51.18499],[17.00312,51.18504],[17.00261,51.20016],[16.99162,51.20559],[16.97008,51.20763],[16.96424,51.20989],[16.95394,51.20968],[16.94656,51.20586],[16.9233,51.2001],[16.90811,51.21043],[16.89927,51.21027],[16.89292,51.2071],[16.88322,51.2071],[16.88073,51.20489],[16.88047,51.19666],[16.88322,51.19048],[16.87403,51.18719],[16.87026,51.18203],[16.85455,51.18031],[16.8421,51.18488],[16.82434,51.18467],[16.82056,51.17875],[16.82099,51.16373],[16.82502,51.15647],[16.80915,51.15194],[16.80657,51.14613],[16.80648,51.1366],[16.80769,51.13595],[16.81687,51.13601],[16.8161,51.13337],[16.81636,51.12459],[16.82932,51.12329],[16.83266,51.11834],[16.82923,51.11386],[16.82923,51.10993],[16.83215,51.10869],[16.84949,51.10826],[16.85661,51.09899],[16.87901,51.09252],[16.88862,51.09258],[16.89197,51.09667],[16.92107,51.09662],[16.9209,51.09263],[16.91661,51.0812],[16.91686,51.07942],[16.93514,51.07948],[16.93849,51.0736],[16.95248,51.06686],[16.95068,51.05806],[16.95454,51.05369],[16.96188,51.0473],[16.96879,51.04568],[16.98072,51.04584],[16.98424,51.05197],[16.99969,51.04668],[17.00776,51.04422],[17.01973,51.04169],[17.03286,51.0419],[17.03415,51.04673],[17.04509,51.04339],[17.06363,51.04339],[17.07037,51.05286],[17.08363,51.04428],[17.095,51.04368],[17.10633,51.04376],[17.10835,51.04684],[17.10822,51.05377],[17.10226,51.05868],[17.11136,51.0716],[17.12341,51.07179],[17.12299,51.07856],[17.15088,51.07861],[17.17277,51.09344],[17.17277,51.09956],[17.17697,51.10303],[17.17676,51.1092],[17.16363,51.1203],[17.14217,51.12846]]],"terms_text":"Urząd Miasta Wrocław","icon":"https://i.imgur.com/PRqROXB.png"},{"id":"wroclaw-orto2018","name":"Wrocław: Orthophotomap 2018 (aerial image)","type":"wms","template":"https://gis1.um.wroc.pl/arcgis/services/ogc/OGC_ortofoto_2018/MapServer/WmsServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:3857","endDate":"2018-04-07T00:00:00.000Z","startDate":"2018-04-06T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[17.14217,51.12846],[17.15659,51.1499],[17.15933,51.16056],[17.15899,51.17886],[17.14371,51.18155],[17.13024,51.18128],[17.12466,51.17396],[17.11436,51.17746],[17.0778,51.17746],[17.07642,51.1766],[17.07548,51.16825],[17.06698,51.16745],[17.04698,51.17493],[17.03376,51.17729],[17.02741,51.17729],[17.02733,51.18246],[17.02252,51.18816],[17.01299,51.18816],[17.0093,51.18499],[17.00312,51.18504],[17.00261,51.20016],[16.99162,51.20559],[16.97008,51.20763],[16.96424,51.20989],[16.95394,51.20968],[16.94656,51.20586],[16.9233,51.2001],[16.90811,51.21043],[16.89927,51.21027],[16.89292,51.2071],[16.88322,51.2071],[16.88073,51.20489],[16.88047,51.19666],[16.88322,51.19048],[16.87403,51.18719],[16.87026,51.18203],[16.85455,51.18031],[16.8421,51.18488],[16.82434,51.18467],[16.82056,51.17875],[16.82099,51.16373],[16.82502,51.15647],[16.80915,51.15194],[16.80657,51.14613],[16.80648,51.1366],[16.80769,51.13595],[16.81687,51.13601],[16.8161,51.13337],[16.81636,51.12459],[16.82932,51.12329],[16.83266,51.11834],[16.82923,51.11386],[16.82923,51.10993],[16.83215,51.10869],[16.84949,51.10826],[16.85661,51.09899],[16.87901,51.09252],[16.88862,51.09258],[16.89197,51.09667],[16.92107,51.09662],[16.9209,51.09263],[16.91661,51.0812],[16.91686,51.07942],[16.93514,51.07948],[16.93849,51.0736],[16.95248,51.06686],[16.95068,51.05806],[16.95454,51.05369],[16.96188,51.0473],[16.96879,51.04568],[16.98072,51.04584],[16.98424,51.05197],[16.99969,51.04668],[17.00776,51.04422],[17.01973,51.04169],[17.03286,51.0419],[17.03415,51.04673],[17.04509,51.04339],[17.06363,51.04339],[17.07037,51.05286],[17.08363,51.04428],[17.095,51.04368],[17.10633,51.04376],[17.10835,51.04684],[17.10822,51.05377],[17.10226,51.05868],[17.11136,51.0716],[17.12341,51.07179],[17.12299,51.07856],[17.15088,51.07861],[17.17277,51.09344],[17.17277,51.09956],[17.17697,51.10303],[17.17676,51.1092],[17.16363,51.1203],[17.14217,51.12846]]],"terms_text":"Urząd Miasta Wrocław","best":true,"icon":"https://i.imgur.com/PRqROXB.png"},{"id":"Zabrze-2011","name":"Zabrze: Orthophotomap 2011 (aerial image)","type":"wms","template":"http://siot.um.zabrze.pl/arcgis/services/UMZ_Ortofoto_2011/MapServer/WMSServer?LAYERS=0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","category":"photo","projection":"EPSG:4326","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","zoomExtent":[0,23],"polygon":[[[18.74396,50.2753],[18.73421,50.27084],[18.73991,50.26738],[18.75004,50.26402],[18.75396,50.25669],[18.76416,50.25145],[18.78261,50.24583],[18.7923,50.24641],[18.7987,50.2613],[18.79981,50.27351],[18.81392,50.27309],[18.8214,50.27414],[18.82322,50.27994],[18.82745,50.27972],[18.82845,50.28482],[18.82282,50.28615],[18.84429,50.29627],[18.84451,50.30286],[18.83192,50.30483],[18.83179,50.32028],[18.84891,50.32352],[18.84578,50.32923],[18.85088,50.33191],[18.8607,50.32776],[18.86293,50.32852],[18.84615,50.34448],[18.83474,50.3443],[18.83281,50.34962],[18.82294,50.35156],[18.81687,50.35076],[18.8159,50.35336],[18.82104,50.35843],[18.81737,50.36802],[18.82183,50.36883],[18.81446,50.37515],[18.81527,50.38167],[18.80509,50.38317],[18.80164,50.38222],[18.80165,50.37718],[18.80466,50.37561],[18.79821,50.37048],[18.78713,50.37295],[18.78436,50.37077],[18.77263,50.37628],[18.7639,50.36754],[18.75705,50.3692],[18.74603,50.36876],[18.75119,50.34979],[18.75438,50.34744],[18.75982,50.34624],[18.75419,50.34182],[18.73866,50.34308],[18.73428,50.34097],[18.73422,50.3371],[18.73054,50.3344],[18.73121,50.33169],[18.73725,50.33016],[18.73882,50.32763],[18.73613,50.31646],[18.73208,50.31571],[18.73379,50.29618],[18.74832,50.2957],[18.75084,50.28948],[18.74609,50.28886],[18.74516,50.28105],[18.75578,50.27633],[18.75586,50.27523],[18.74396,50.2753]]],"terms_text":"Urząd Miasta Zabrza"}]
\ No newline at end of file
diff --git a/vendor/assets/jquery/jquery.timers.js b/vendor/assets/jquery/jquery.timers.js
deleted file mode 100644 (file)
index ce66eaf..0000000
+++ /dev/null
@@ -1,138 +0,0 @@
-/**
- * jQuery.timers - Timer abstractions for jQuery
- * Written by Blair Mitchelmore (blair DOT mitchelmore AT gmail DOT com)
- * Licensed under the WTFPL (http://sam.zoy.org/wtfpl/).
- * Date: 2009/10/16
- *
- * @author Blair Mitchelmore
- * @version 1.2
- *
- **/
-
-jQuery.fn.extend({
-       everyTime: function(interval, label, fn, times) {
-               return this.each(function() {
-                       jQuery.timer.add(this, interval, label, fn, times);
-               });
-       },
-       oneTime: function(interval, label, fn) {
-               return this.each(function() {
-                       jQuery.timer.add(this, interval, label, fn, 1);
-               });
-       },
-       stopTime: function(label, fn) {
-               return this.each(function() {
-                       jQuery.timer.remove(this, label, fn);
-               });
-       }
-});
-
-jQuery.extend({
-       timer: {
-               global: [],
-               guid: 1,
-               dataKey: "jQuery.timer",
-               regex: /^([0-9]+(?:\.[0-9]*)?)\s*(.*s)?$/,
-               powers: {
-                       // Yeah this is major overkill...
-                       'ms': 1,
-                       'cs': 10,
-                       'ds': 100,
-                       's': 1000,
-                       'das': 10000,
-                       'hs': 100000,
-                       'ks': 1000000
-               },
-               timeParse: function(value) {
-                       if (value == undefined || value == null)
-                               return null;
-                       var result = this.regex.exec(jQuery.trim(value.toString()));
-                       if (result[2]) {
-                               var num = parseFloat(result[1]);
-                               var mult = this.powers[result[2]] || 1;
-                               return num * mult;
-                       } else {
-                               return value;
-                       }
-               },
-               add: function(element, interval, label, fn, times) {
-                       var counter = 0;
-                       
-                       if (jQuery.isFunction(label)) {
-                               if (!times) 
-                                       times = fn;
-                               fn = label;
-                               label = interval;
-                       }
-                       
-                       interval = jQuery.timer.timeParse(interval);
-
-                       if (typeof interval != 'number' || isNaN(interval) || interval < 0)
-                               return;
-
-                       if (typeof times != 'number' || isNaN(times) || times < 0) 
-                               times = 0;
-                       
-                       times = times || 0;
-                       
-                       var timers = jQuery.data(element, this.dataKey) || jQuery.data(element, this.dataKey, {});
-                       
-                       if (!timers[label])
-                               timers[label] = {};
-                       
-                       fn.timerID = fn.timerID || this.guid++;
-                       
-                       var handler = function() {
-                               if ((++counter > times && times !== 0) || fn.call(element, counter) === false)
-                                       jQuery.timer.remove(element, label, fn);
-                       };
-                       
-                       handler.timerID = fn.timerID;
-                       
-                       if (!timers[label][fn.timerID])
-                               timers[label][fn.timerID] = window.setInterval(handler,interval);
-                       
-                       this.global.push( element );
-                       
-               },
-               remove: function(element, label, fn) {
-                       var timers = jQuery.data(element, this.dataKey), ret;
-                       
-                       if ( timers ) {
-                               
-                               if (!label) {
-                                       for ( label in timers )
-                                               this.remove(element, label, fn);
-                               } else if ( timers[label] ) {
-                                       if ( fn ) {
-                                               if ( fn.timerID ) {
-                                                       window.clearInterval(timers[label][fn.timerID]);
-                                                       delete timers[label][fn.timerID];
-                                               }
-                                       } else {
-                                               for ( var fn in timers[label] ) {
-                                                       window.clearInterval(timers[label][fn]);
-                                                       delete timers[label][fn];
-                                               }
-                                       }
-                                       
-                                       for ( ret in timers[label] ) break;
-                                       if ( !ret ) {
-                                               ret = null;
-                                               delete timers[label];
-                                       }
-                               }
-                               
-                               for ( ret in timers ) break;
-                               if ( !ret ) 
-                                       jQuery.removeData(element, this.dataKey);
-                       }
-               }
-       }
-});
-
-jQuery(window).bind("unload", function() {
-       jQuery.each(jQuery.timer.global, function(index, item) {
-               jQuery.timer.remove(item);
-       });
-});
\ No newline at end of file
index 34a7ed8307c38821b78f3ed8ebc2e58f18a98da6..4e40de8d5e95ebadbffcb24151b96e1795d94109 100644 (file)
--- a/yarn.lock
+++ b/yarn.lock
   dependencies:
     eslint-visitor-keys "^3.3.0"
 
-"@eslint-community/regexpp@^4.11.0":
-  version "4.11.0"
-  resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
-  integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
+"@eslint-community/regexpp@^4.12.1":
+  version "4.12.1"
+  resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
+  integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
 
-"@eslint/config-array@^0.17.1":
-  version "0.17.1"
-  resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.17.1.tgz#d9b8b8b6b946f47388f32bedfd3adf29ca8f8910"
-  integrity sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==
+"@eslint/config-array@^0.19.0":
+  version "0.19.0"
+  resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.0.tgz#3251a528998de914d59bb21ba4c11767cf1b3519"
+  integrity sha512-zdHg2FPIFNKPdcHWtiNT+jEFCHYVplAXRDlQDyqy0zGx/q2parwh7brGJSiTxRk/TSMkbM//zt/f5CHgyTyaSQ==
   dependencies:
     "@eslint/object-schema" "^2.1.4"
     debug "^4.3.1"
     minimatch "^3.1.2"
 
-"@eslint/eslintrc@^3.1.0":
-  version "3.1.0"
-  resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6"
-  integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==
+"@eslint/core@^0.9.0":
+  version "0.9.0"
+  resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.9.0.tgz#168ee076f94b152c01ca416c3e5cf82290ab4fcd"
+  integrity sha512-7ATR9F0e4W85D/0w7cU0SNj7qkAexMG+bAHEZOjo9akvGuhHE2m7umzWzfnpa0XAg5Kxc1BWmtPMV67jJ+9VUg==
+
+"@eslint/eslintrc@^3.2.0":
+  version "3.2.0"
+  resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz#57470ac4e2e283a6bf76044d63281196e370542c"
+  integrity sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==
   dependencies:
     ajv "^6.12.4"
     debug "^4.3.2"
     minimatch "^3.1.2"
     strip-json-comments "^3.1.1"
 
-"@eslint/js@9.9.0":
-  version "9.9.0"
-  resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.0.tgz#d8437adda50b3ed4401964517b64b4f59b0e2638"
-  integrity sha512-hhetes6ZHP3BlXLxmd8K2SNgkhNSi+UcecbnwWKwpP7kyi/uC75DJ1lOOBO3xrC4jyojtGE3YxKZPHfk4yrgug==
+"@eslint/js@9.15.0":
+  version "9.15.0"
+  resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.15.0.tgz#df0e24fe869143b59731942128c19938fdbadfb5"
+  integrity sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==
 
 "@eslint/object-schema@^2.1.4":
   version "2.1.4"
   resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
   integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
 
+"@eslint/plugin-kit@^0.2.3":
+  version "0.2.3"
+  resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.3.tgz#812980a6a41ecf3a8341719f92a6d1e784a2e0e8"
+  integrity sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==
+  dependencies:
+    levn "^0.4.1"
+
+"@humanfs/core@^0.19.1":
+  version "0.19.1"
+  resolved "https://registry.yarnpkg.com/@humanfs/core/-/core-0.19.1.tgz#17c55ca7d426733fe3c561906b8173c336b40a77"
+  integrity sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==
+
+"@humanfs/node@^0.16.6":
+  version "0.16.6"
+  resolved "https://registry.yarnpkg.com/@humanfs/node/-/node-0.16.6.tgz#ee2a10eaabd1131987bf0488fd9b820174cd765e"
+  integrity sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==
+  dependencies:
+    "@humanfs/core" "^0.19.1"
+    "@humanwhocodes/retry" "^0.3.0"
+
 "@humanwhocodes/module-importer@^1.0.1":
   version "1.0.1"
   resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
   integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
 
 "@humanwhocodes/retry@^0.3.0":
-  version "0.3.0"
-  resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
-  integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==
+  version "0.3.1"
+  resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.1.tgz#c72a5c76a9fbaf3488e231b13dc52c0da7bab42a"
+  integrity sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==
 
-"@nodelib/fs.scandir@2.1.5":
-  version "2.1.5"
-  resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
-  integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
-  dependencies:
-    "@nodelib/fs.stat" "2.0.5"
-    run-parallel "^1.1.9"
+"@humanwhocodes/retry@^0.4.1":
+  version "0.4.1"
+  resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.1.tgz#9a96ce501bc62df46c4031fbd970e3cc6b10f07b"
+  integrity sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==
 
-"@nodelib/fs.stat@2.0.5":
-  version "2.0.5"
-  resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
-  integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
+"@types/estree@^1.0.6":
+  version "1.0.6"
+  resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
+  integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
 
-"@nodelib/fs.walk@^1.2.8":
-  version "1.2.8"
-  resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
-  integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
-  dependencies:
-    "@nodelib/fs.scandir" "2.1.5"
-    fastq "^1.6.0"
+"@types/json-schema@^7.0.15":
+  version "7.0.15"
+  resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
+  integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
 
 acorn-jsx@^5.3.2:
   version "5.3.2"
   resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
   integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
 
-acorn@^8.12.0:
-  version "8.12.0"
-  resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.0.tgz#1627bfa2e058148036133b8d9b51a700663c294c"
-  integrity sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==
+acorn@^8.14.0:
+  version "8.14.0"
+  resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
+  integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
 
 ajv@^6.12.4:
   version "6.12.6"
@@ -104,11 +123,6 @@ ajv@^6.12.4:
     json-schema-traverse "^0.4.1"
     uri-js "^4.2.2"
 
-ansi-regex@^5.0.1:
-  version "5.0.1"
-  resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
-  integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
-
 ansi-styles@^4.1.0:
   version "4.3.0"
   resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
@@ -175,10 +189,10 @@ concat-map@0.0.1:
   resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
   integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
 
-cross-spawn@^7.0.2:
-  version "7.0.3"
-  resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
-  integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
+cross-spawn@^7.0.5:
+  version "7.0.5"
+  resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82"
+  integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==
   dependencies:
     path-key "^3.1.0"
     shebang-command "^2.0.0"
@@ -232,10 +246,10 @@ eslint-formatter-compact@^8.40.0:
   resolved "https://registry.yarnpkg.com/eslint-formatter-compact/-/eslint-formatter-compact-8.40.0.tgz#d7455b2d75fd70e8c0e7a98a5e189f168e9dfe2d"
   integrity sha512-cwGUs113TgmTQXecx5kfRjB7m0y2wkDLSadPTE2pK6M/wO4N8PjmUaoWOFNCP9MHgsiZwgqd5bZFnDCnszC56Q==
 
-eslint-scope@^8.0.2:
-  version "8.0.2"
-  resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.2.tgz#5cbb33d4384c9136083a71190d548158fe128f94"
-  integrity sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==
+eslint-scope@^8.2.0:
+  version "8.2.0"
+  resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.2.0.tgz#377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442"
+  integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==
   dependencies:
     esrecurse "^4.3.0"
     estraverse "^5.2.0"
@@ -245,32 +259,36 @@ eslint-visitor-keys@^3.3.0:
   resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
   integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
 
-eslint-visitor-keys@^4.0.0:
-  version "4.0.0"
-  resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
-  integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
+eslint-visitor-keys@^4.2.0:
+  version "4.2.0"
+  resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
+  integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
 
 eslint@^9.0.0:
-  version "9.9.0"
-  resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.9.0.tgz#8d214e69ae4debeca7ae97daebbefe462072d975"
-  integrity sha512-JfiKJrbx0506OEerjK2Y1QlldtBxkAlLxT5OEcRF8uaQ86noDe2k31Vw9rnSWv+MXZHj7OOUV/dA0AhdLFcyvA==
+  version "9.15.0"
+  resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.15.0.tgz#77c684a4e980e82135ebff8ee8f0a9106ce6b8a6"
+  integrity sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==
   dependencies:
     "@eslint-community/eslint-utils" "^4.2.0"
-    "@eslint-community/regexpp" "^4.11.0"
-    "@eslint/config-array" "^0.17.1"
-    "@eslint/eslintrc" "^3.1.0"
-    "@eslint/js" "9.9.0"
+    "@eslint-community/regexpp" "^4.12.1"
+    "@eslint/config-array" "^0.19.0"
+    "@eslint/core" "^0.9.0"
+    "@eslint/eslintrc" "^3.2.0"
+    "@eslint/js" "9.15.0"
+    "@eslint/plugin-kit" "^0.2.3"
+    "@humanfs/node" "^0.16.6"
     "@humanwhocodes/module-importer" "^1.0.1"
-    "@humanwhocodes/retry" "^0.3.0"
-    "@nodelib/fs.walk" "^1.2.8"
+    "@humanwhocodes/retry" "^0.4.1"
+    "@types/estree" "^1.0.6"
+    "@types/json-schema" "^7.0.15"
     ajv "^6.12.4"
     chalk "^4.0.0"
-    cross-spawn "^7.0.2"
+    cross-spawn "^7.0.5"
     debug "^4.3.2"
     escape-string-regexp "^4.0.0"
-    eslint-scope "^8.0.2"
-    eslint-visitor-keys "^4.0.0"
-    espree "^10.1.0"
+    eslint-scope "^8.2.0"
+    eslint-visitor-keys "^4.2.0"
+    espree "^10.3.0"
     esquery "^1.5.0"
     esutils "^2.0.2"
     fast-deep-equal "^3.1.3"
@@ -280,24 +298,20 @@ eslint@^9.0.0:
     ignore "^5.2.0"
     imurmurhash "^0.1.4"
     is-glob "^4.0.0"
-    is-path-inside "^3.0.3"
     json-stable-stringify-without-jsonify "^1.0.1"
-    levn "^0.4.1"
     lodash.merge "^4.6.2"
     minimatch "^3.1.2"
     natural-compare "^1.4.0"
     optionator "^0.9.3"
-    strip-ansi "^6.0.1"
-    text-table "^0.2.0"
 
-espree@^10.0.1, espree@^10.1.0:
-  version "10.1.0"
-  resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
-  integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
+espree@^10.0.1, espree@^10.3.0:
+  version "10.3.0"
+  resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a"
+  integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
   dependencies:
-    acorn "^8.12.0"
+    acorn "^8.14.0"
     acorn-jsx "^5.3.2"
-    eslint-visitor-keys "^4.0.0"
+    eslint-visitor-keys "^4.2.0"
 
 esquery@^1.5.0:
   version "1.5.0"
@@ -338,13 +352,6 @@ fast-levenshtein@^2.0.6:
   resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
   integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
 
-fastq@^1.6.0:
-  version "1.13.0"
-  resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c"
-  integrity sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==
-  dependencies:
-    reusify "^1.0.4"
-
 file-entry-cache@^8.0.0:
   version "8.0.0"
   resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
@@ -467,11 +474,6 @@ is-glob@^4.0.0, is-glob@^4.0.3:
   dependencies:
     is-extglob "^2.1.1"
 
-is-path-inside@^3.0.3:
-  version "3.0.3"
-  resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
-  integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
-
 isexe@^2.0.0:
   version "2.0.0"
   resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
@@ -516,10 +518,10 @@ keyv@^4.5.4:
   dependencies:
     json-buffer "3.0.1"
 
-leaflet.locatecontrol@^0.81.0:
-  version "0.81.1"
-  resolved "https://registry.yarnpkg.com/leaflet.locatecontrol/-/leaflet.locatecontrol-0.81.1.tgz#8aec3124ef5cdda3476fd9013315789b4e301a45"
-  integrity sha512-ZtsdScGufPw330X3UIaGGjnfQ1NrhLySnlruWufIMnfzsHgQPz0+mSxsCQMVh7QgOBoefCGb/lioSejiaNx1EQ==
+leaflet.locatecontrol@^0.82.0:
+  version "0.82.0"
+  resolved "https://registry.yarnpkg.com/leaflet.locatecontrol/-/leaflet.locatecontrol-0.82.0.tgz#677f1d422750d16aff7c52de48c463b4b3999ac9"
+  integrity sha512-+lvtZ7tfqgWoUvTYRqDggw50HUZJGvaSgSU5JYvl5H4WtlnHek2R0TsL0EqROhT3igPFwYVV87bFT/ps1SqyGA==
 
 leaflet@^1.8.0:
   version "1.9.4"
@@ -629,34 +631,17 @@ punycode@^2.1.0:
   integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
 
 qs@^6.9.4:
-  version "6.13.0"
-  resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
-  integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
+  version "6.13.1"
+  resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.1.tgz#3ce5fc72bd3a8171b85c99b93c65dd20b7d1b16e"
+  integrity sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==
   dependencies:
     side-channel "^1.0.6"
 
-queue-microtask@^1.2.2:
-  version "1.2.3"
-  resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
-  integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
-
 resolve-from@^4.0.0:
   version "4.0.0"
   resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
   integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
 
-reusify@^1.0.4:
-  version "1.0.4"
-  resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
-  integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
-
-run-parallel@^1.1.9:
-  version "1.2.0"
-  resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
-  integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==
-  dependencies:
-    queue-microtask "^1.2.2"
-
 set-function-length@^1.2.1:
   version "1.2.1"
   resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.1.tgz#47cc5945f2c771e2cf261c6737cf9684a2a5e425"
@@ -691,13 +676,6 @@ side-channel@^1.0.6:
     get-intrinsic "^1.2.4"
     object-inspect "^1.13.1"
 
-strip-ansi@^6.0.1:
-  version "6.0.1"
-  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
-  integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
-  dependencies:
-    ansi-regex "^5.0.1"
-
 strip-json-comments@^3.1.1:
   version "3.1.1"
   resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
@@ -710,11 +688,6 @@ supports-color@^7.1.0:
   dependencies:
     has-flag "^4.0.0"
 
-text-table@^0.2.0:
-  version "0.2.0"
-  resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
-  integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
-
 type-check@^0.4.0, type-check@~0.4.0:
   version "0.4.0"
   resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"